Skip to content

Instantly share code, notes, and snippets.

@markmarkoh
Forked from timelyportfolio/chart_usda.html
Last active August 29, 2015 13:57
Show Gist options
  • Save markmarkoh/9844449 to your computer and use it in GitHub Desktop.
Save markmarkoh/9844449 to your computer and use it in GitHub Desktop.
!function(){function a(a){return this.svg=d3.select(a).append("svg").attr("width",a.offsetWidth).attr("class","datamap").attr("height",a.offsetHeight),this.svg}function b(a,b){var c,d;return b&&"undefined"==typeof b.scope&&(b.scope="world"),"usa"===b.scope?c=d3.geo.albersUsa().scale(a.offsetWidth).translate([a.offsetWidth/2,a.offsetHeight/2]):"world"===b.scope&&(c=d3.geo[b.projection]().scale((a.offsetWidth+1)/2/Math.PI).translate([a.offsetWidth/2,a.offsetHeight/("mercator"===b.projection?1.45:1.8)])),d=d3.geo.path().projection(c),{path:d,projection:c}}function c(){d3.select(".datamaps-style-block").empty()&&d3.select("head").attr("class","datamaps-style-block").append("style").html('.datamap path {stroke: #FFFFFF; stroke-width: 1px;} .datamaps-legend dt, .datamaps-legend dd { float: left; margin: 0 3px 0 0;} .datamaps-legend dd {width: 20px; margin-right: 6px; border-radius: 3px;} .datamaps-legend {padding-bottom: 20px; z-index: 1001; position: absolute; left: 4px; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} .datamaps-hoverover {display: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .hoverinfo {padding: 4px; border-radius: 1px; background-color: #FFF; box-shadow: 1px 1px 5px #CCC; font-size: 12px; border: 1px solid #CCC; } .hoverinfo hr {border:1px dotted #CCC; }')}function d(a){var b=this.options.fills,c=this.options.data||{},d=this.options.geographyConfig,e=this.svg.select("g.datamaps-subunits");e.empty()&&(e=this.addLayer("datamaps-subunits",null,!0));var f=topojson.feature(a,a.objects[this.options.scope]).features;d.hideAntarctica&&(f=f.filter(function(a){return"ATA"!==a.id}));var g=e.selectAll("path.datamaps-subunit").data(f);g.enter().append("path").attr("d",this.path).attr("class",function(a){return"datamaps-subunit "+a.id}).attr("data-info",function(a){return JSON.stringify(c[a.id])}).style("fill",function(a){var d;return c[a.id]&&(d=b[c[a.id].fillKey]),d||b.defaultFill}).style("stroke-width",d.borderWidth).style("stroke",d.borderColor)}function e(){function a(){this.parentNode.appendChild(this)}var b=this.svg,c=this,d=this.options.geographyConfig;(d.highlightOnHover||d.popupOnHover)&&b.selectAll(".datamaps-subunit").on("mouseover",function(e){var f=d3.select(this);if(d.highlightOnHover){var g={fill:f.style("fill"),stroke:f.style("stroke"),"stroke-width":f.style("stroke-width"),"fill-opacity":f.style("fill-opacity")};f.style("fill",d.highlightFillColor).style("stroke",d.highlightBorderColor).style("stroke-width",d.highlightBorderWidth).style("fill-opacity",d.highlightFillOpacity).attr("data-previousAttributes",JSON.stringify(g)),/MSIE/.test(navigator.userAgent)||a.call(this)}d.popupOnHover&&c.updatePopup(f,e,d,b)}).on("mouseout",function(){var a=d3.select(this);if(d.highlightOnHover){var b=JSON.parse(a.attr("data-previousAttributes"));for(var c in b)a.style(c,b[c])}a.on("mousemove",null),d3.selectAll(".datamaps-hoverover").style("display","none")})}function f(a,b){if(b=b||{},this.options.fills){var c="<dl>",d="";b.legendTitle&&(c="<h2>"+b.legendTitle+"</h2>"+c);for(var e in this.options.fills){if("defaultFill"===e){if(!b.defaultFillName)continue;d=b.defaultFillName}else d=b.labels&&b.labels[e]?b.labels[e]:e+": ";c+="<dt>"+d+"</dt>",c+='<dd style="background-color:'+this.options.fills[e]+'">&nbsp;</dd>'}c+="</dl>",d3.select(this.options.element).append("div").attr("class","datamaps-legend").html(c)}}function g(a,b,c){var d=this;if(this.svg,!b||b&&!b.slice)throw"Datamaps Error - arcs must be an array";"undefined"==typeof c&&(c=l.arcConfig);var e=a.selectAll("path.datamaps-arc").data(b,JSON.stringify);e.enter().append("svg:path").attr("class","datamaps-arc").style("stroke-linecap","round").style("stroke",function(a){return a.options&&a.options.strokeColor?a.options.strokeColor:c.strokeColor}).style("fill","none").style("stroke-width",function(a){return a.options&&a.options.strokeWidth?a.options.strokeWidth:c.strokeWidth}).attr("d",function(a){var b=d.latLngToXY(a.origin.latitude,a.origin.longitude),e=d.latLngToXY(a.destination.latitude,a.destination.longitude),f=[(b[0]+e[0])/2,(b[1]+e[1])/2];return"M"+b[0]+","+b[1]+"S"+(f[0]+50*c.arcSharpness)+","+(f[1]-75*c.arcSharpness)+","+e[0]+","+e[1]}).transition().delay(100).style("fill",function(){var a=this.getTotalLength();return this.style.transition=this.style.WebkitTransition="none",this.style.strokeDasharray=a+" "+a,this.style.strokeDashoffset=a,this.getBoundingClientRect(),this.style.transition=this.style.WebkitTransition="stroke-dashoffset "+c.animationSpeed+"ms ease-out",this.style.strokeDashoffset="0","none"}),e.exit().transition().style("opacity",0).remove()}function h(a,b){var c=this;b=b||{};var d=this.projection([-67.707617,42.722131]);this.svg.selectAll(".datamaps-subunit").attr("data-foo",function(e){var f=c.path.centroid(e),g=7.5,h=5;["FL","KY","MI"].indexOf(e.id)>-1&&(g=-2.5),"NY"===e.id&&(g=-1),"MI"===e.id&&(h=18),"LA"===e.id&&(g=13);var i,j;i=f[0]-g,j=f[1]+h;var k=["VT","NH","MA","RI","CT","NJ","DE","MD","DC"].indexOf(e.id);if(k>-1){var l=d[1];i=d[0],j=l+k*(2+(b.fontSize||12)),a.append("line").attr("x1",i-3).attr("y1",j-5).attr("x2",f[0]).attr("y2",f[1]).style("stroke",b.labelColor||"#000").style("stroke-width",b.lineWidth||1)}return a.append("text").attr("x",i).attr("y",j).style("font-size",(b.fontSize||10)+"px").style("font-family",b.fontFamily||"Verdana").style("fill",b.labelColor||"#000").text(e.id),"bar"})}function i(a,b,c){var d=this,e=this.options.fills,f=this.svg;if(!b||b&&!b.slice)throw"Datamaps Error - bubbles must be an array";var g=a.selectAll("circle.datamaps-bubble").data(b,JSON.stringify);g.enter().append("svg:circle").attr("class","datamaps-bubble").attr("cx",function(a){var b=d.latLngToXY(a.latitude,a.longitude);return b?b[0]:void 0}).attr("cy",function(a){var b=d.latLngToXY(a.latitude,a.longitude);return b?b[1]:void 0}).attr("r",0).attr("data-info",function(a){return JSON.stringify(a)}).style("stroke",c.borderColor).style("stroke-width",c.borderWidth).style("fill-opacity",c.fillOpacity).style("fill",function(a){var b=e[a.fillKey];return b||e.defaultFill}).on("mouseover",function(a){var b=d3.select(this);if(c.highlightOnHover){var e={fill:b.style("fill"),stroke:b.style("stroke"),"stroke-width":b.style("stroke-width"),"fill-opacity":b.style("fill-opacity")};b.style("fill",c.highlightFillColor).style("stroke",c.highlightBorderColor).style("stroke-width",c.highlightBorderWidth).style("fill-opacity",c.highlightFillOpacity).attr("data-previousAttributes",JSON.stringify(e))}c.popupOnHover&&d.updatePopup(b,a,c,f)}).on("mouseout",function(){var a=d3.select(this);if(c.highlightOnHover){var b=JSON.parse(a.attr("data-previousAttributes"));for(var d in b)a.style(d,b[d])}d3.selectAll(".datamaps-hoverover").style("display","none")}).transition().duration(400).attr("r",function(a){return a.radius}),g.exit().transition().delay(c.exitDelay).attr("r",0).remove()}function j(a){return Array.prototype.slice.call(arguments,1).forEach(function(b){if(b)for(var c in b)null==a[c]&&(a[c]=b[c])}),a}function k(b){if("undefined"==typeof d3||"undefined"==typeof topojson)throw new Error("Include d3.js (v3.0.3 or greater) and topojson on this page before creating a new map");return this.options=j(b,l),this.options.geographyConfig=j(b.geographyConfig,l.geographyConfig),this.options.bubblesConfig=j(b.bubblesConfig,l.bubblesConfig),this.options.arcConfig=j(b.arcConfig,l.arcConfig),d3.select(this.options.element).select("svg").length>0&&a.call(this,this.options.element),this.addPlugin("bubbles",i),this.addPlugin("legend",f),this.addPlugin("arc",g),this.addPlugin("labels",h),this.options.disableDefaultStyles||c(),this.draw()}var l={scope:"world",setProjection:b,projection:"equirectangular",done:function(){},fills:{defaultFill:"#ABDDA4"},geographyConfig:{dataUrl:null,hideAntarctica:!0,borderWidth:1,borderColor:"#FDFDFD",popupTemplate:function(a){return'<div class="hoverinfo"><strong>'+a.properties.name+"</strong></div>"},popupOnHover:!0,highlightOnHover:!0,highlightFillColor:"#FC8D59",highlightBorderColor:"rgba(250, 15, 160, 0.2)",highlightBorderWidth:2},bubblesConfig:{borderWidth:2,borderColor:"#FFFFFF",popupOnHover:!0,popupTemplate:function(a,b){return'<div class="hoverinfo"><strong>'+b.name+"</strong></div>"},fillOpacity:.75,animate:!0,highlightOnHover:!0,highlightFillColor:"#FC8D59",highlightBorderColor:"rgba(250, 15, 160, 0.2)",highlightBorderWidth:2,highlightFillOpacity:.85,exitDelay:100},arcConfig:{strokeColor:"#DD1C77",strokeWidth:1,arcSharpness:1,animationSpeed:600}};k.prototype.draw=function(){function a(a){d.call(b,a),e.call(b),(b.options.geographyConfig.popupOnHover||b.options.bubblesConfig.popupOnHover)&&(hoverover=d3.select(b.options.element).append("div").attr("class","datamaps-hoverover").style("z-index",10001).style("position","absolute")),b.options.done(b)}var b=this,c=b.options,f=c.setProjection.apply(b,[c.element,c]);return this.path=f.path,this.projection=f.projection,c.geographyConfig.dataUrl?d3.json(c.geographyConfig.dataUrl,function(c,d){if(c)throw new Error(c);b.customTopo=d,a(d)}):a(this[c.scope+"Topo"]),this},k.prototype.worldTopo="__WORLD__",k.prototype.usaTopo="__USA__",k.prototype.latLngToXY=function(a,b){return this.projection([b,a])},k.prototype.addLayer=function(a,b,c){var d;return d=c?this.svg.insert("g",":first-child"):this.svg.append("g"),d.attr("id",b||"").attr("class",a||"")},k.prototype.updateChoropleth=function(a){var b=this.svg;for(var c in a)if(a.hasOwnProperty(c)){var d,e=a[c];if(!c)continue;d="string"==typeof e?e:"string"==typeof e.color?e.color:this.options.fills[e.fillKey],e===Object(e)&&(this.options.data[c]=j(e,this.options.data[c]||{}),this.svg.select("."+c).attr("data-info",JSON.stringify(this.options.data[c]))),b.selectAll("."+c).transition().style("fill",d)}},k.prototype.updatePopup=function(a,b,c){var d=this;a.on("mousemove",null),a.on("mousemove",function(){var e=d3.mouse(this);d3.select(d.svg[0][0].parentNode).select(".datamaps-hoverover").style("top",e[1]+30+"px").html(function(){var d=JSON.parse(a.attr("data-info"));return c.popupTemplate(b,d)}).style("left",e[0]+"px")}),d3.select(d.svg[0][0].parentNode).select(".datamaps-hoverover").style("display","block")},k.prototype.addPlugin=function(a,b){"undefined"==typeof k.prototype[a]&&(k.prototype[a]=function(c,d,e,f){var g;"undefined"==typeof f&&(f=!1),"function"==typeof d&&(e=d,d=void 0),d=j(d||{},l[a+"Config"]),!f&&this.options[a+"Layer"]?(g=this.options[a+"Layer"],d=d||this.options[a+"Options"]):(g=this.addLayer(a),this.options[a+"Layer"]=g,this.options[a+"Options"]=d),b.apply(this,[g,c,d]),e&&e(g)})},"function"==typeof define&&define.amd?define("datamaps",[],function(){return k}):window.Datamap=window.Datamaps=k,window.jQuery&&(window.jQuery.fn.datamaps=function(a,b){a=a||{},a.element=this[0];var c=new k(a);return"function"==typeof b&&b(c,a),this})}();
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="http://rawgithub.com/markmarkoh/datamaps/master/dist/datamaps.none.min.js"></script>
<body>
<div id="container" style="position: relative; width: 500px; height: 300px;"></div>
<script>
var map = new Datamap({
element: document.getElementById('container'),
geographyConfig: {
dataUrl: 'us-congress-113.json'
},
scope: 'districts',
setProjection: function(element) {
var projection, path;
projection = d3.geo.albersUsa()
.scale(element.offsetWidth)
.translate([element.offsetWidth / 2, element.offsetHeight / 2]);
path = d3.geo.path()
.projection( projection );
return {path: path, projection: projection};
}
});
</script>
</body>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"districts":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","id":3701,"arcs":[[[0,1,2,3,4,5,6,7,8,9,10,11,12]],[[13,14,15,16,17,18]]]},{"type":"MultiPolygon","id":3703,"arcs":[[[-8,19,20,21,22,23,24,25]],[[26,27,28,29,30,31,-6]],[[32,-16]],[[33,-14]],[[34,-4,35,36,37,38,-18]],[[39,40,41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[47]],[[48,49]],[[50]]]},{"type":"Polygon","id":2504,"arcs":[[51,52,53,54,55,56,57,58,59,60]]},{"type":"MultiPolygon","id":2509,"arcs":[[[61,62,63,64,65,66,67,-56]],[[68,69]],[[70]],[[71]],[[72]],[[73]]]},{"type":"Polygon","id":2508,"arcs":[[74,75,76,-63,-62,-55,-54]]},{"type":"Polygon","id":5111,"arcs":[[77,78,79,80,81,82]]},{"type":"Polygon","id":804,"arcs":[[83,84,85,86,87,88,89,90,91,92,93,94,95]]},{"type":"Polygon","id":2106,"arcs":[[96,97,98]]},{"type":"Polygon","id":106,"arcs":[[99,100,101,102]]},{"type":"Polygon","id":4804,"arcs":[[103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126]]},{"type":"Polygon","id":2205,"arcs":[[127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150]]},{"type":"Polygon","id":1302,"arcs":[[151,152,153,154,155,156,157,158,159,160,161]]},{"type":"Polygon","id":3409,"arcs":[[162,163,164,165]]},{"type":"MultiPolygon","id":3624,"arcs":[[[166,167]],[[168,169,170,171,172]]]},{"type":"Polygon","id":4101,"arcs":[[173,174,175,176,177,178,179,180,181,182,183]]},{"type":"Polygon","id":5109,"arcs":[[184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206]]},{"type":"Polygon","id":4704,"arcs":[[207,208,209,210,211,212]]},{"type":"Polygon","id":2610,"arcs":[[213,214,215,216,217,218,219,220]]},{"type":"Polygon","id":3204,"arcs":[[221,222,223,224,225,226,227,228,229,230,231]]},{"type":"Polygon","id":3202,"arcs":[[232,233,234,235,236,237,238,-232,239,240]]},{"type":"Polygon","id":3901,"arcs":[[241,242,243,244,245,246,247]]},{"type":"Polygon","id":2703,"arcs":[[248,249,250]]},{"type":"Polygon","id":4206,"arcs":[[251,252,253,254,255,256]]},{"type":"Polygon","id":4216,"arcs":[[257,-256,-255,258,259,260,261]]},{"type":"Polygon","id":4215,"arcs":[[262,263,264,-257,-258,265,266]]},{"type":"Polygon","id":616,"arcs":[[267,268,269,270,271,272]]},{"type":"Polygon","id":621,"arcs":[[273,274,275,276,-271]]},{"type":"Polygon","id":622,"arcs":[[277,278,-274,-270]]},{"type":"Polygon","id":903,"arcs":[[279,280,281,282,283,284]]},{"type":"Polygon","id":904,"arcs":[[285,286,287,-285,288,289,290,291]]},{"type":"Polygon","id":905,"arcs":[[292,293,-280,-288,294,295]]},{"type":"Polygon","id":4808,"arcs":[[296,297,298,299,300,301,302]]},{"type":"MultiPolygon","id":5101,"arcs":[[[303,304,-81,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320]],[[321,322,323,324,325,326]]]},{"type":"MultiPolygon","id":4401,"arcs":[[[-60,-59,-58,327,328,329]],[[330,-67]],[[331]],[[332]],[[333]]]},{"type":"Polygon","id":3903,"arcs":[[334,335]]},{"type":"Polygon","id":3912,"arcs":[[336,337,338,-335,339,340]]},{"type":"Polygon","id":4209,"arcs":[[341,342,343,344,345,346,347,348,349,350]]},{"type":"Polygon","id":4201,"arcs":[[351,352,353,354,355,356,357,358]]},{"type":"Polygon","id":4207,"arcs":[[-254,-253,359,360,361,362,-359,363,364,365,-260,-259]]},{"type":"Polygon","id":1313,"arcs":[[366,367,368,369,370,371]]},{"type":"MultiPolygon","id":1214,"arcs":[[[372,373,374]],[[375,376,377,378,379,380]]]},{"type":"Polygon","id":1212,"arcs":[[381,-381,382,383,384,385]]},{"type":"Polygon","id":1213,"arcs":[[-373,386,387,-384,388]]},{"type":"Polygon","id":1206,"arcs":[[389,390,391,392,393,394,395,396,397]]},{"type":"Polygon","id":3914,"arcs":[[398,399,400,401,402]]},{"type":"Polygon","id":4217,"arcs":[[403,404,405,406,-263,407]]},{"type":"Polygon","id":2602,"arcs":[[408,409,410,411,412,413,414]]},{"type":"MultiPolygon","id":1301,"arcs":[[[415,416,417,418,419,420,421,422,423,424,425,426,427]],[[428]],[[429]],[[430]]]},{"type":"MultiPolygon","id":2804,"arcs":[[[431,432,433,434,435,436,437,438,439,-146,440]],[[441]],[[442]]]},{"type":"Polygon","id":2611,"arcs":[[443,444,445,446,447,448,-214]]},{"type":"Polygon","id":3404,"arcs":[[449,450,451,452,453,454]]},{"type":"Polygon","id":3406,"arcs":[[455,456,457,458,-450,459]]},{"type":"MultiPolygon","id":3402,"arcs":[[[460,461,462,463,464,465,466]],[[467,468]],[[469]]]},{"type":"MultiPolygon","id":1217,"arcs":[[[-377,470,471,472,473,474,475,476,477,478,479,480,481,482]],[[483,484]]]},{"type":"MultiPolygon","id":1219,"arcs":[[[485,-480]],[[486,487,488,-478]],[[489]],[[490]]]},{"type":"MultiPolygon","id":2301,"arcs":[[[491,492,493,494,495,496,497,498,499,500,501,502]],[[503]],[[504]],[[505]],[[506]]]},{"type":"Polygon","id":1303,"arcs":[[507,-372,508,509,-156,510,511]]},{"type":"Polygon","id":801,"arcs":[[512,513,-85,514]]},{"type":"Polygon","id":807,"arcs":[[515,516,-513,517]]},{"type":"Polygon","id":3627,"arcs":[[518,519,520,-170,521,522,523,524]]},{"type":"Polygon","id":3625,"arcs":[[525,-171,-521]]},{"type":"MultiPolygon","id":2302,"arcs":[[[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,-492,552,553]],[[554]],[[555]],[[556]],[[557]],[[558]],[[559]]]},{"type":"Polygon","id":608,"arcs":[[-231,560,561,562,563,564,565,566,567,568,569,570,571,572,573,-240]]},{"type":"Polygon","id":4702,"arcs":[[574,575,-207,576,577,578,579,580]]},{"type":"Polygon","id":2501,"arcs":[[581,582,583,584,-293,585,586]]},{"type":"Polygon","id":2502,"arcs":[[587,588,589,-61,-330,590,591,-582,592]]},{"type":"MultiPolygon","id":5103,"arcs":[[[-324,593,594,595,596]],[[597,598,-322]],[[599,600]],[[601,602,603,604,605]],[[606,607,608]]]},{"type":"MultiPolygon","id":3611,"arcs":[[[609,610,611,612]],[[613,614]]]},{"type":"Polygon","id":1717,"arcs":[[615,616,617,618,619,620,621,622,623,624,625,626,627]]},{"type":"Polygon","id":618,"arcs":[[628,629,630,631,632,633]]},{"type":"Polygon","id":620,"arcs":[[634,-272,-277,635,636,637,638,639,640,641,642,-631]]},{"type":"MultiPolygon","id":101,"arcs":[[[643,644,645,646,647,648,649,-433]],[[650]]]},{"type":"Polygon","id":3911,"arcs":[[651,652,653,654,655,656,657,-403,-402]]},{"type":"Polygon","id":3905,"arcs":[[658,659,660,661,662,663]]},{"type":"Polygon","id":4103,"arcs":[[664,665,666,667,668,-174]]},{"type":"Polygon","id":4105,"arcs":[[-669,669,670,671,672,673,674,-175]]},{"type":"Polygon","id":2704,"arcs":[[675,676,677,678]]},{"type":"Polygon","id":2705,"arcs":[[-678,679,-249,680]]},{"type":"Polygon","id":1304,"arcs":[[681,682,683,-370,684]]},{"type":"Polygon","id":1803,"arcs":[[685,686,-664,687,688,689,690,691]]},{"type":"Polygon","id":404,"arcs":[[692,693,694,695,696,697,698,699,700,701,702,703,704,705,-568,-567,-566,-565,-564,-563,-562,706,707,708,-227,-226,-225,-224,-223]]},{"type":"Polygon","id":2607,"arcs":[[709,710,711,-448,712,713,714,-660,-659,-687,-686,715]]},{"type":"Polygon","id":4504,"arcs":[[716,717,718,719,720]]},{"type":"Polygon","id":5501,"arcs":[[721,722,723,724,725,726,727,728]]},{"type":"Polygon","id":3605,"arcs":[[729,730,731,732,733,734]]},{"type":"MultiPolygon","id":3602,"arcs":[[[735,736,737,738]],[[739]]]},{"type":"Polygon","id":3603,"arcs":[[740,-736,741,-731,742,743,744,745,746]]},{"type":"Polygon","id":3604,"arcs":[[-742,-739,747,-732]]},{"type":"Polygon","id":3904,"arcs":[[-662,748,749,750,751,-341,752,753]]},{"type":"Polygon","id":4218,"arcs":[[754,755,756,-351,757,758]]},{"type":"Polygon","id":4214,"arcs":[[759,-756]]},{"type":"Polygon","id":4212,"arcs":[[760,-342,-757,-760,-755,761,762]]},{"type":"Polygon","id":3706,"arcs":[[-202,-201,763,-1,764,765,766,767]]},{"type":"MultiPolygon","id":6998,"arcs":[[[768]],[[769]],[[770]],[[771]],[[772]],[[773]]]},{"type":"Polygon","id":102,"arcs":[[774,-102,775,-162,-161,-160,776,777,-645]]},{"type":"Polygon","id":1314,"arcs":[[778,779,-367,-508,780,781,782,-211,783]]},{"type":"Polygon","id":1205,"arcs":[[784,785,-398,-397,-396,-395,786,787,788,789]]},{"type":"Polygon","id":1210,"arcs":[[-788,790,791,-472,792,793]]},{"type":"MultiPolygon","id":4827,"arcs":[[[794,795,796,797,798,799,800,801,802,803,804,805,806,807,808]],[[809,810]],[[811]],[[812]],[[813]]]},{"type":"MultiPolygon","id":4834,"arcs":[[[-809,814,815,816,817,818,819,820,821,822]],[[823,-811]],[[824]]]},{"type":"Polygon","id":1802,"arcs":[[825,826,-691,827,828]]},{"type":"Polygon","id":4005,"arcs":[[829,830,831]]},{"type":"Polygon","id":4004,"arcs":[[-831,832,-104,833,834,835,836,837,838,839,840,841,842,843,844,845]]},{"type":"Polygon","id":2702,"arcs":[[846,-250,-680,-677,847,848,849,850,851,852]]},{"type":"Polygon","id":3907,"arcs":[[853,854,855,-337,-752,856]]},{"type":"Polygon","id":3916,"arcs":[[857,-656,-655,-654,858,-854]]},{"type":"Polygon","id":3913,"arcs":[[-653,-652,-401,859,860,-855,-859]]},{"type":"Polygon","id":1601,"arcs":[[861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,-236,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901]]},{"type":"MultiPolygon","id":5508,"arcs":[[[902,903,904,905,906,907,908,909,910,911]],[[912]],[[913]]]},{"type":"Polygon","id":5308,"arcs":[[914,915,916,917,918]]},{"type":"Polygon","id":1309,"arcs":[[919,920,921,922,923,924,-925,925,926,927,-779,928]]},{"type":"Polygon","id":604,"arcs":[[929,-241,-574,930,-278,-269,931,932,933,934,935]]},{"type":"Polygon","id":5600,"arcs":[[936,937,-88,938,939,940,941,942,943,944,945,946,947,948,949]]},{"type":"Polygon","id":3705,"arcs":[[950,-203,-768,951,952,953,954,955,956,957]]},{"type":"Polygon","id":3709,"arcs":[[-954,958,959,960,961,962,963,964,965]]},{"type":"Polygon","id":3708,"arcs":[[966,967,968,969,970,971,972,-961,-960,959]]},{"type":"Polygon","id":3712,"arcs":[[-953,-952,-767,-968,-967,-960,-959]]},{"type":"Polygon","id":5108,"arcs":[[973,974,975,-79,-78,976]]},{"type":"Polygon","id":4825,"arcs":[[977,978,979,980,981,982,983,984]]},{"type":"Polygon","id":2903,"arcs":[[985,986,987,988,989,990,991,992,993,994,995]]},{"type":"MultiPolygon","id":1202,"arcs":[[[-159,-158,996,997,998,999,1000,1001,1002,1003,1004,-777]],[[1005]]]},{"type":"Polygon","id":4102,"arcs":[[-670,-668,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,-902,-901,-900,-899,-898,-897,-896,-895,-894,-893,-892,-891,-890,-889,-888,-235,-234,1017,1018,1019,1020]]},{"type":"Polygon","id":2708,"arcs":[[1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047]]},{"type":"Polygon","id":5000,"arcs":[[1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,-593,-587,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068]]},{"type":"Polygon","id":3908,"arcs":[[-663,-754,1069,1070,-242,1071,-688]]},{"type":"Polygon","id":4821,"arcs":[[1072,-983,1073,1074,1075]]},{"type":"Polygon","id":3622,"arcs":[[-173,1076,-168,1077,1078,1079,1080,1081]]},{"type":"Polygon","id":4001,"arcs":[[1082,1083,1084,1085]]},{"type":"Polygon","id":2102,"arcs":[[1086,1087,1088,1089,1090,1091,1092,1093,1094,-99,1095,1096]]},{"type":"Polygon","id":1204,"arcs":[[-425,-424,-423,1097,1098,-391,-390,-786,-785,1099,-426]]},{"type":"Polygon","id":2404,"arcs":[[1100,1101,1102,1103,1104,1105,1106,1107,1108,1109]]},{"type":"MultiPolygon","id":2405,"arcs":[[[1110,1111,1112,1113,1114,1115,-1107]],[[1116,-314]],[[1117,-312]],[[308,1118]]]},{"type":"Polygon","id":805,"arcs":[[1119,-96,1120]]},{"type":"Polygon","id":5107,"arcs":[[-321,-320,1121,-325,-597,1122,1123]]},{"type":"MultiPolygon","id":2601,"arcs":[[[1124,1125,1126,1127,1128,1129,1130,1131,-909,-908,-907,-906,-905,-904,1132,1133,1134,1135,1136,1137,1138,1139]],[[1140]],[[1141,-415,1142,1143,1144,1145,1146,1147]],[[1148]],[[1149]],[[1150]],[[1151]],[[1152]],[[1153,1154]],[[1155]],[[1156]],[[1157,1158,1159]]]},{"type":"MultiPolygon","id":6098,"arcs":[[[1160]],[[1161]]]},{"type":"Polygon","id":4828,"arcs":[[1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183]]},{"type":"MultiPolygon","id":200,"arcs":[[[1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,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,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,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,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,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,1372,1373]],[[1374]],[[1375]],[[1376,1377,1378,1379,1380]],[[1381]],[[1382,1383]],[[1384]],[[1385]],[[1386,1387,1388]],[[1389]],[[1390,1391,1392,1393]],[[1394]],[[1395,1396,1397,1398]],[[1399]],[[1400]],[[1401,1402,1403,1404,1405,1406]],[[1407]],[[1408,1409]],[[1410,1411]],[[1412]],[[1413]],[[1414]],[[1415]],[[1416]],[[1417]],[[1418]],[[1419,1420]],[[1421]],[[1422]],[[1423]],[[1424]],[[1425]],[[1426,1427]],[[1428]],[[1429]],[[1430]],[[1431]],[[1432]],[[1433]],[[1434,1435,1436]],[[1437]],[[1438]],[[1439]],[[1440]],[[1441]],[[1442]],[[1443]],[[1444,1445,1446]],[[1447]],[[1448]],[[1449]],[[1450]],[[1451]],[[1452,1453,1454,1455,1456]],[[1457]],[[1458,1459,1460]],[[1461,1462,1463,1464,1465,1466,1467,1468,1469,1470]],[[1471]],[[1472]],[[1473,1474,1475]],[[1476]],[[1477,1478]],[[1479,1480,1481]],[[1482]],[[1483]],[[1484,1485]],[[1486,1487,1488,1489,1490,1491]],[[1492,1493,1494,1495,1496]],[[1497]],[[1498]],[[1499,1500,1501]],[[1502]],[[1503,1504,1505,1506]],[[1507,1508,1509]],[[1510]],[[1511]],[[1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522]],[[1523,1524]],[[1525]],[[1526]],[[1527,1528,1529,1530,1531,1532,1533]],[[1534]],[[1535]],[[1536,1537]],[[1538]],[[1539,1540,1541,1542,1543,1544]],[[1545,1546,1547,1548]],[[1549]],[[1550]],[[1551,1552]],[[1553]],[[1554]],[[1555]],[[1556]],[[1557]],[[1558]],[[1559]],[[1560]],[[1561]],[[1562]],[[1563]],[[1564,1565,1566]],[[1567]],[[1568]],[[1569]],[[1570,1571]],[[1572]],[[1573]],[[1574,1575]],[[1576]],[[1577]],[[1578]],[[1579]],[[1580]],[[1581]],[[1582]],[[1583,1584]],[[1585]],[[1586]],[[1587,1588,1589,1590,1591,1592]],[[1593]],[[1594]],[[1595]],[[1596]]]},{"type":"Polygon","id":3502,"arcs":[[1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612]]},{"type":"Polygon","id":2706,"arcs":[[-1047,1613,1614,-679,-681,-251,-847,1615]]},{"type":"MultiPolygon","id":4708,"arcs":[[[1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631]],[[1632,1633]]]},{"type":"Polygon","id":3710,"arcs":[[-955,-966,1634,-719,-718,1635]]},{"type":"Polygon","id":2104,"arcs":[[1636,1637,1638,1639,-247,-246,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,-97,-1095,1652,1653,1654]]},{"type":"Polygon","id":3711,"arcs":[[-580,-579,-578,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,-956,-1636,-717,1665,-920,1666,1667,1668,1669]]},{"type":"Polygon","id":4836,"arcs":[[1670,-299,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,-1689,1689,1690]]},{"type":"Polygon","id":607,"arcs":[[1691,-934,1692,1693]]},{"type":"Polygon","id":615,"arcs":[[1694,1695,1696,1697,1698,1699,1700]]},{"type":"Polygon","id":610,"arcs":[[1701,-932,-268,1702,-1697]]},{"type":"Polygon","id":609,"arcs":[[1703,1704,-1693,-933,-1702,-1696,1705]]},{"type":"Polygon","id":4210,"arcs":[[-1081,1706,1707,1708,1709,1710,1711,1712,1713,-404,1714,-345,1715,1716]]},{"type":"Polygon","id":4211,"arcs":[[-1715,-408,-267,1717,-346]]},{"type":"Polygon","id":601,"arcs":[[-1020,-1019,-1018,-233,-930,1718,1719,1720]]},{"type":"Polygon","id":603,"arcs":[[-1719,-936,1721,-1694,-1705,1722,1723,1724]]},{"type":"Polygon","id":501,"arcs":[[1725,1726,1727,1728,-1632,-1631,-1630,-1629,-1628,1729,-1634,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,-128,1755,1756,1757]]},{"type":"Polygon","id":803,"arcs":[[1758,1759,-940,1760,-1121,-95,1761,1762,1763,1764]]},{"type":"Polygon","id":5502,"arcs":[[1765,1766,-729,1767,-625,1768]]},{"type":"Polygon","id":4104,"arcs":[[-1021,-1721,1769,1770,1771,1772,1773,-671]]},{"type":"Polygon","id":1805,"arcs":[[-828,-690,1774,1775,1776]]},{"type":"Polygon","id":1602,"arcs":[[1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,-943,1798,-237,-887]]},{"type":"Polygon","id":1903,"arcs":[[1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810]]},{"type":"Polygon","id":4806,"arcs":[[1811,1812,1813,1814,-978,1815]]},{"type":"MultiPolygon","id":2201,"arcs":[[[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]],[[-147,-440,-439,-438,-437,1841,1842,1843]],[[1844]],[[1845]],[[1846]],[[1847]],[[1848]]]},{"type":"Polygon","id":2206,"arcs":[[-1844,1849,-1839,1850,-1818,1851,1852,1853,1854,-148]]},{"type":"Polygon","id":3623,"arcs":[[-169,-1082,-1717,1855,1856,1857,-522]]},{"type":"MultiPolygon","id":3410,"arcs":[[[1858,1859,1860,1861,1862,1863,-457]],[[1864,1865]]]},{"type":"Polygon","id":3407,"arcs":[[1866,1867,-1859,-456,1868,1869,1870,1871,1872,-264,-407]]},{"type":"Polygon","id":3411,"arcs":[[-166,1873,-1860,-1868,1874]]},{"type":"MultiPolygon","id":3408,"arcs":[[[1875,-1863]],[[-1861,-1874,-165,1876,-1866]]]},{"type":"Polygon","id":2202,"arcs":[[-1841,1877,-1837,1878,-1836,1879,-1819,-1851]]},{"type":"Polygon","id":2608,"arcs":[[1880,-215,-449,-712,1881]]},{"type":"Polygon","id":4503,"arcs":[[-1666,-721,1882,1883,1884,1885,1886,-925,-924,-923,-922,-921]]},{"type":"Polygon","id":107,"arcs":[[1887,1888,1889,-103,-775,-644,-432]]},{"type":"Polygon","id":3301,"arcs":[[-503,-502,-501,1890,1891,1892,1893,1894,-553]]},{"type":"Polygon","id":3302,"arcs":[[1895,1896,-554,-1895,1897,1898,-588,-1058,-1057,-1056,-1055,-1054,-1053,-1052,-1051,-1050]]},{"type":"Polygon","id":5304,"arcs":[[-917,1899,1900,1901,-1016,-1015,-1014,-1013,1902]]},{"type":"Polygon","id":1712,"arcs":[[1903,1904,1905,-990,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,-994,-993]]},{"type":"Polygon","id":1808,"arcs":[[1919,1920,-1090,-1089,-1088,-1087,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938]]},{"type":"Polygon","id":1215,"arcs":[[-793,-471,-376,-382,1939]]},{"type":"Polygon","id":1209,"arcs":[[1940,1941,-473,-792]]},{"type":"Polygon","id":2408,"arcs":[[1942,1943,1944,1945,-1110,1946,1947,1948,1949,1950,-348]]},{"type":"Polygon","id":2103,"arcs":[[1951,1952,1953,-1653,-1094]]},{"type":"Polygon","id":2605,"arcs":[[-1148,1954,1955,-216,-1881,1956]]},{"type":"Polygon","id":2603,"arcs":[[1957,-710,1958,-410]]},{"type":"Polygon","id":639,"arcs":[[1959,1960,1961,1962,1963,1964,1965,1966]]},{"type":"Polygon","id":649,"arcs":[[1967,1968,-1969,1969,1970,1971,1972,1973,1974]]},{"type":"Polygon","id":646,"arcs":[[-1965,1975,1976,1977]]},{"type":"Polygon","id":645,"arcs":[[-1976,-1964,1978,-1969,-1968,1979]]},{"type":"Polygon","id":638,"arcs":[[1980,1981,1982,-1967,1983,1984]]},{"type":"MultiPolygon","id":647,"arcs":[[[-1984,-1966,-1978,1985,1986,1987]],[[1988,1989]],[[1990,1991]]]},{"type":"Polygon","id":648,"arcs":[[-1977,-1980,-1975,1992,-1986]]},{"type":"Polygon","id":403,"arcs":[[1993,-698,1994,1995,1996,1997,1998,1999,2000]]},{"type":"Polygon","id":402,"arcs":[[2001,-1612,2002,-1998]]},{"type":"Polygon","id":3501,"arcs":[[2003,-1601]]},{"type":"Polygon","id":3102,"arcs":[[-1809,-1808,2004]]},{"type":"Polygon","id":2905,"arcs":[[2005,2006,2007,2008]]},{"type":"Polygon","id":5505,"arcs":[[2009,2010,722,-723,-722,-1767]]},{"type":"Polygon","id":902,"arcs":[[-583,-592,2011,2012,2013,2014,2015,-282,2016]]},{"type":"Polygon","id":4507,"arcs":[[-972,-971,2017,2018,2019,2020,2021,2022,2023]]},{"type":"Polygon","id":105,"arcs":[[-783,2024,2025,2026,2027,-212]]},{"type":"Polygon","id":1211,"arcs":[[-789,-794,-1940,-386,2028,2029]]},{"type":"Polygon","id":4810,"arcs":[[2030,2031,-302,-301,2032,2033,2034,-798,2035,-981]]},{"type":"Polygon","id":4505,"arcs":[[-1635,-965,-964,-963,-962,-973,-2024,2036,2037,-1883,-720]]},{"type":"Polygon","id":103,"arcs":[[2038,-781,-512,-511,-155,-154,-153,-152,-776,-101]]},{"type":"Polygon","id":3503,"arcs":[[-1763,-1762,-94,-93,2039,2040,2041,-1602,-2004,-1600,2042]]},{"type":"Polygon","id":3800,"arcs":[[2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053]]},{"type":"Polygon","id":2001,"arcs":[[2054,2055,2056,2057,-91]]},{"type":"MultiPolygon","id":5507,"arcs":[[[2058,-1140,-1139,-1138,-1137,-1136,-1135,-1134,-1133,-903,2059,-676,-1615,-1614,-1046,-1045,-1044,-1043]],[[2060]],[[2061]],[[2062]],[[2063]]]},{"type":"Polygon","id":5506,"arcs":[[2064,-911,2065,2066,-2010,-1766]]},{"type":"Polygon","id":4811,"arcs":[[2067,2068,2069,-984,-1073,2070,-1604]]},{"type":"Polygon","id":1198,"arcs":[[-1948,-1947,-1109,2071,2072,-974]]},{"type":"Polygon","id":1902,"arcs":[[2073,-622,-621,-620,-619,-618,-617,-616,-628,2074,2075,2076,2077,2078,2079,-1801,2080]]},{"type":"Polygon","id":4706,"arcs":[[2081,2082,2083,2084,-209,2085,2086]]},{"type":"Polygon","id":1718,"arcs":[[-2076,-2075,-627,2087,2088,2089,2090,2091,2092,2093]]},{"type":"Polygon","id":1716,"arcs":[[-626,-1768,-728,2094,2095,2096,2097,2098,2099,-2088]]},{"type":"Polygon","id":4701,"arcs":[[-205,-204,-951,-958,-957,-1665,-1664,-1663,-1662,-1661,-1660,-1659,-1658,-1657,-1656,-577,-206]]},{"type":"Polygon","id":503,"arcs":[[2100,2101,-1758,2102,2103,2104]]},{"type":"Polygon","id":4002,"arcs":[[-830,2105,-1084,2106,2107,-2105,2108,-118,-117,-116,-115,-114,-113,-112,-111,-110,-109,-108,-107,-106,-105,-833]]},{"type":"Polygon","id":3902,"arcs":[[2109,2110,-1648,-1647,-1646,-1645,-1644,-1643,-1642,-1641,-245]]},{"type":"Polygon","id":3906,"arcs":[[2111,-338,-856,-861,2112,-763,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,-1650,-1649,-2111]]},{"type":"Polygon","id":1804,"arcs":[[-2099,2126,2127,-829,-1777,2128,2129,-1920,2130]]},{"type":"MultiPolygon","id":4501,"arcs":[[[2131,2132,2133]],[[2134,2135,2136,2137]],[[2138,2139,2140]],[[2141,2142,-2139]],[[2143,2144,2145,2146]],[[-2022,2147,2148,2149]]]},{"type":"Polygon","id":4506,"arcs":[[-2037,-2023,-2150,2150,-2144,2151,-2142,2138,-2139,-2141,2152,2153,-2138,2154,-2134,2155,-419,-418,-417,2156,2157,2158,2159,2160]]},{"type":"Polygon","id":5403,"arcs":[[-1651,-2126,-2125,2161,2162,2163,2164,-198,-197,-196,-195,-194,-193,-192,-191,2165,2166,2167,2168,2169,2170]]},{"type":"MultiPolygon","id":1201,"arcs":[[[-778,-1005,2171,2172,2173,2174,2175,2176,-648,-647,-646]],[[2177]]]},{"type":"Polygon","id":5503,"arcs":[[-2060,-912,-2065,-1769,-624,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,-851,-850,-849,-848]]},{"type":"MultiPolygon","id":4402,"arcs":[[[-329,2189,2190,-2013,-2012,-591]],[[2191]]]},{"type":"MultiPolygon","id":5301,"arcs":[[[-916,2192,2193,2194,2195,2196,2197,2198,-1900]],[[2199]]]},{"type":"MultiPolygon","id":5307,"arcs":[[[-2194,2200,2201,2202,2203]],[[2204,2205]]]},{"type":"MultiPolygon","id":5302,"arcs":[[[-2204,2206,2207,2208,2209,2210,-2195]],[[2211]],[[2212]],[[2213,2214]],[[2215]]]},{"type":"Polygon","id":4502,"arcs":[[-1884,-2038,-2161,2216,2217,2218,2219]]},{"type":"Polygon","id":2907,"arcs":[[2220,2221,-2101,-2108,2222]]},{"type":"Polygon","id":1713,"arcs":[[-2090,2223,-1907,-989,-988,-987,2224]]},{"type":"MultiPolygon","id":1226,"arcs":[[[2225,2226,2227,2228,2229]],[[2230]],[[2231]],[[2232]],[[2233]],[[2234]]]},{"type":"Polygon","id":1000,"arcs":[[-366,2235,2236,2237,2238,2239]]},{"type":"MultiPolygon","id":3621,"arcs":[[[2240]],[[-1067,-1066,-1065,-1064,-1063,-1062,-1061,-1060,2241,2242,2243,-1079,2244,2245,2246,2247,2248,2249,-1069,-1068]],[[2250]]]},{"type":"Polygon","id":4819,"arcs":[[2251,-2068,-1603,-2042]]},{"type":"Polygon","id":2004,"arcs":[[-1086,2252,-2057,2253]]},{"type":"Polygon","id":3702,"arcs":[[-766,2254,2255,2256,2257,2258,-969]]},{"type":"Polygon","id":3704,"arcs":[[-13,2259,-2257,-2256,-2255,-765]]},{"type":"Polygon","id":3713,"arcs":[[-2260,-12,-11,-10,2260,-2258]]},{"type":"Polygon","id":504,"arcs":[[-2109,-2104,2261,-1756,-151,2262,-120,-119]]},{"type":"Polygon","id":2204,"arcs":[[-2263,-150,2263,-1678,-1677,-1676,-1675,-1674,-1673,2264,2265,2266,2267,2268,-121]]},{"type":"Polygon","id":401,"arcs":[[2269,2270,2271,2272,-2043,-1599,-1598,-1613,-2002,-1997,2273,2274,2275,-694]]},{"type":"Polygon","id":2801,"arcs":[[-1626,2276,-2026,2277,-1889,2278,2279,-1735,2280]]},{"type":"Polygon","id":4705,"arcs":[[-2086,-208,2281]]},{"type":"Polygon","id":5104,"arcs":[[-1123,-596,2282,-609,2283,2284,-605,2285,-36,-3,2286]]},{"type":"Polygon","id":2707,"arcs":[[2287,2288,2289,2290,2291,2292,-1048,-1616,-853,2293,2294,2295,2296,2297,-2051,-2050,-2049,-2048,-2047,-2046,-2045]]},{"type":"Polygon","id":3619,"arcs":[[-2244,2298,-2242,-1059,-586,-296,2299,-1712,-1711,-1710,-1709,-1708,-1707,-1080]]},{"type":"Polygon","id":4707,"arcs":[[2300,2301,2302,-2087,-2282,-213,-2028,-2027,-2277,-1625]]},{"type":"Polygon","id":4817,"arcs":[[2303,-979,-1815,2304,-303,-302,301,-2032]]},{"type":"Polygon","id":1310,"arcs":[[-371,-684,2305,-926,924,-1887,-1886,2306,2307,-509]]},{"type":"Polygon","id":1308,"arcs":[[-2308,2308,-428,2309,-997,-157,-510]]},{"type":"Polygon","id":2908,"arcs":[[2310,-995,-1919,-1918,-1917,-1916,-1915,-1914,-1913,-1912,-1911,-1910,2311,2312,2313,2314,2315,-1622,2316,2317,-1620,-1619,-1618,-1617,-1729,-1728,-1727,-1726,-2102,-2222]]},{"type":"Polygon","id":104,"arcs":[[-2278,-2025,-782,-2039,-100,-1890]]},{"type":"Polygon","id":4703,"arcs":[[-2085,2318,-581,-1670,-1669,-1668,-1667,-929,-784,-210]]},{"type":"Polygon","id":5305,"arcs":[[2319,-864,-863,-862,-1017,-1902]]},{"type":"Polygon","id":1809,"arcs":[[-2130,2320,2321,-1655,-1654,-1954,-1953,-1952,-1093,-1092,-1091,-1921]]},{"type":"Polygon","id":2803,"arcs":[[2322,-2279,-1888,-441,-145,-144,-143,-142,-141,-140,-139]]},{"type":"Polygon","id":2002,"arcs":[[2323,2324,2325,2326,2327,2328,2329,2330,-2223,-2107,-1083,-2254,-2056,2331]]},{"type":"Polygon","id":4003,"arcs":[[-92,-2058,-2253,-1085,-2106,-832,-846,2332,2333,2334,2335,-2040]]},{"type":"Polygon","id":1904,"arcs":[[2336,2337,-2081,-1800,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350]]},{"type":"Polygon","id":3103,"arcs":[[2351,2352,2353,2354,2355,2356,2357,-2346,-2345,-2344,2358,2359,-2332,-2055,-90,-89,-938]]},{"type":"MultiPolygon","id":2401,"arcs":[[[-261,-2240,-2239,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,-1944,2375]],[[2376,2377]],[[2378,2379]],[[2380]]]},{"type":"Polygon","id":4823,"arcs":[[-1607,-1606,-1605,-2071,-1076,2381,2382,-1184,2383,2384,2385,2386,2387,2388,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]]},{"type":"Polygon","id":3000,"arcs":[[2417,2418,2419,-2054,2420,-950,-949,-948,-947,-946,-945,-944,-1798,-1797,-1796,-1795,-1794,-1793,-1792,-1791,-1790,-1789,-1788,-1787,-1786,-1785,-1784,-1783,-1782,-1781,-1780,-1779,-1778,-886,-885,-884,-883,-882,-881,-880,-879,-878,-877,-876,-875,-874,-873,-872,-871,-870,-869,-868,-867,-866]]},{"type":"Polygon","id":2604,"arcs":[[-1957,-1882,-711,-1958,-409,-1142]]},{"type":"Polygon","id":4203,"arcs":[[-343,-761,-2113,-860,-400,2421,2422]]},{"type":"Polygon","id":4205,"arcs":[[-1857,-1856,-1716,-344,-2423,2423]]},{"type":"Polygon","id":4901,"arcs":[[-1799,-942,-941,-1760,-1759,2424,2425,-238]]},{"type":"Polygon","id":4813,"arcs":[[-2336,-2335,-2334,-2333,-845,-844,-843,-842,-841,-840,-839,-838,-837,-836,-835,-834,-127,2426,2427,-2069,-2252,-2041]]},{"type":"Polygon","id":2802,"arcs":[[-1755,-1754,-1753,-1752,-1751,-1750,-1749,-1748,-1747,-1746,-1745,-1744,-1743,-1742,-1741,-1740,-1739,-1738,-1737,-1736,-2280,-2323,-138,-137,-136,-135,-134,-133,-132,-131,-130,-129]]},{"type":"Polygon","id":5105,"arcs":[[2428,2429,-304,-1124,-2287,-2,-764,-200]]},{"type":"Polygon","id":2105,"arcs":[[-1096,-98,-1652,-2171,-2170,-2169,-2168,-2167,-2166,-190,-189,-188,-187,-186,-185,-576,-575,-2319,-2084,2430]]},{"type":"Polygon","id":4902,"arcs":[[-239,-2426,2431,2432,2433,-2271,-2270,-693,-222]]},{"type":"Polygon","id":1806,"arcs":[[-1775,-689,-1072,-248,-1640,-1639,-1638,-1637,-2322,2434]]},{"type":"MultiPolygon","id":2101,"arcs":[[[-2316,-2315,-2314,-2313,-2312,-1909,2435,2436,2437,2438,2439,2440,2441,-1929,-1928,-1927,-1926,-1925,-1924,-1923,-1922,-1097,-2431,-2083,-2082,-2303,-2302,-2301,-1624,-1623]],[[-2318,-2317,-1621]]]},{"type":"Polygon","id":1203,"arcs":[[-427,-1100,-790,-2030,2442,2443,2444,-998,-2310]]},{"type":"Polygon","id":4801,"arcs":[[-122,-2269,-2268,-2267,-2266,-2265,-1672,-298,2445]]},{"type":"Polygon","id":4600,"arcs":[[-2421,-2053,-2052,-2298,-2297,-2296,-2295,2446,-2351,-2350,-2349,-2348,-2347,-2358,-2357,-2356,-2355,-2354,-2353,-2352,-937]]},{"type":"Polygon","id":5106,"arcs":[[-2165,-2164,-2163,2447,2448,2449,2450,2451,2452,2453,-2429,-199]]},{"type":"MultiPolygon","id":3707,"arcs":[[[-2261,-9,-26,2454,2455,-2018,-970,-2259]],[[2456]],[[2457]]]},{"type":"Polygon","id":5402,"arcs":[[-2124,-2123,-2122,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,-2453,-2452,-2451,-2450,-2449,-2448,-2162]]},{"type":"Polygon","id":1901,"arcs":[[2470,-2185,-2184,-2183,-2182,-2181,-2180,-2179,-623,-2074,-2338]]},{"type":"Polygon","id":5110,"arcs":[[2471,2472,2473,-1950,-1949,-977,-83,-82,-305,-2430,-2454,-2470,-2469,-2468,-2467]]},{"type":"Polygon","id":3101,"arcs":[[-2342,-2341,-2340,-2339,-1811,-1810,-2005,-1807,-1806,-1805,-1804,-1803,2474,-2359,-2343]]},{"type":"Polygon","id":1714,"arcs":[[2475,2476,2477,-2095,-727]]},{"type":"Polygon","id":1715,"arcs":[[-2224,-2089,-2100,-2131,-1939,-1938,-1937,-1936,-1935,-1934,-1933,-1932,-1931,-1930,-2442,-2441,-2440,-2439,-2438,-2437,-2436,-1908]]},{"type":"Polygon","id":1706,"arcs":[[2478,2479,2480,2481,2482,-2477]]},{"type":"Polygon","id":1710,"arcs":[[2483,2484,2485,-2479,-2476,-726]]},{"type":"Polygon","id":5401,"arcs":[[-759,-758,-350,2486,2487,2488,2489,-2459,-2121,-2120,-2119,-2118,-2117,-2116,-2115,-2114,-762]]},{"type":"Polygon","id":2701,"arcs":[[-2294,-852,-2189,-2188,-2187,-2186,-2471,-2337,-2447]]},{"type":"MultiPolygon","id":2203,"arcs":[[[-2264,-149,-1855,2490,2491,2492,2493,2494,2495,2496,-1680,-1679]],[[-1817,2497,-1852]],[[2498]]]},{"type":"Polygon","id":1227,"arcs":[[2499,2500,2501,2502,-2226]]},{"type":"Polygon","id":1224,"arcs":[[2503,2504,-2501,2505]]},{"type":"Polygon","id":1223,"arcs":[[2506,2507,2508,-2504,2509]]},{"type":"MultiPolygon","id":1225,"arcs":[[[-477,2510,-2510,-2506,-2500,-2230,2511,-487]],[[2512]]]},{"type":"Polygon","id":619,"arcs":[[-1703,-273,-635,-630,2513,-1698]]},{"type":"Polygon","id":617,"arcs":[[-2514,-629,2514,-1699]]},{"type":"Polygon","id":901,"arcs":[[-585,-584,-2017,-281,-294]]},{"type":"Polygon","id":1306,"arcs":[[2515,-682,2516,2517]]},{"type":"Polygon","id":1311,"arcs":[[-928,2518,-2518,2519,-368,-780]]},{"type":"MultiPolygon","id":5303,"arcs":[[[2520,-918,-1903,-1012,-1011,-1010,-1009,-1008,-1007,-667,-666,-665,-184,-183,-182,-181,2521,2522,2523,2524,2525,2526,2527,2528,2529]],[[2530]],[[2531]]]},{"type":"Polygon","id":2902,"arcs":[[2532,-1904,-992]]},{"type":"MultiPolygon","id":1208,"arcs":[[[2533,-393,2534,2535,2536,2537,-474,-1942]],[[2538,2539]],[[2540]]]},{"type":"Polygon","id":3618,"arcs":[[-287,-286,2541,2542,-1713,-2300,-295]]},{"type":"Polygon","id":2503,"arcs":[[-1898,-1894,2543,2544,-589,-1899]]},{"type":"Polygon","id":2505,"arcs":[[-2545,2545,2546,2547,2548,-52,-590]]},{"type":"Polygon","id":2507,"arcs":[[-2549,2549,-75,-53]]},{"type":"Polygon","id":2506,"arcs":[[-1893,-1892,2550,2551,-2546,-2544]]},{"type":"MultiPolygon","id":3401,"arcs":[[[2552,-461,2553]],[[355,-356]]]},{"type":"Polygon","id":4204,"arcs":[[-1718,-266,-262,-2376,-1943,-347]]},{"type":"Polygon","id":4815,"arcs":[[2554,-796,-795,-823,2555,-1166,2556,-1164]]},{"type":"Polygon","id":613,"arcs":[[-1701,2557,2558,2559]]},{"type":"Polygon","id":614,"arcs":[[2560,2561,-633,2562,2563,2564]]},{"type":"MultiPolygon","id":612,"arcs":[[[2565]],[[-2565,2566,2567]]]},{"type":"MultiPolygon","id":1218,"arcs":[[[-2538,2568,2569,-475]],[[2570]]]},{"type":"Polygon","id":5504,"arcs":[[-2067,2571,-724,-723,-2011]]},{"type":"Polygon","id":4805,"arcs":[[-123,-2446,-297,-2305,-1814,2572,2573]]},{"type":"Polygon","id":623,"arcs":[[-279,-931,-573,2574,2575,-275]]},{"type":"MultiPolygon","id":605,"arcs":[[[-1724,2576,2577,2578,2579]],[[2580,2581]]]},{"type":"Polygon","id":4824,"arcs":[[2582,2583,2584,2585,2586,2587]]},{"type":"Polygon","id":4833,"arcs":[[-2587,2588,-1812,2589]]},{"type":"Polygon","id":4812,"arcs":[[-2428,2590,-2588,-2590,-1816,-985,-2070]]},{"type":"Polygon","id":4826,"arcs":[[-2427,-126,2591,-2583,-2591]]},{"type":"Polygon","id":3405,"arcs":[[-1714,-2543,2592,2593,-163,-1875,-1867,-406,-405]]},{"type":"Polygon","id":2003,"arcs":[[2594,-2009,-2008,2595,-2329]]},{"type":"Polygon","id":1220,"arcs":[[-476,-2570,2596,2597,2598,2599,-2507,-2511]]},{"type":"Polygon","id":1221,"arcs":[[2600,-2599]]},{"type":"MultiPolygon","id":1222,"arcs":[[[-2600,-2601,-2598,2601,-2508]],[[2602]]]},{"type":"MultiPolygon","id":3403,"arcs":[[[-355,2603,2604,-453,2605,-462,-2553,2606]],[[2607,-452]],[[2608,-469]]]},{"type":"MultiPolygon","id":2614,"arcs":[[[2609,2610,2611,-445]],[[2612,2613]]]},{"type":"Polygon","id":2609,"arcs":[[-444,-221,2614,-2610]]},{"type":"Polygon","id":4903,"arcs":[[-2425,-1765,-1764,-2273,-2272,-2271,2270,-2434,2615,-2432]]},{"type":"Polygon","id":606,"arcs":[[-1692,-1722,-935]]},{"type":"Polygon","id":4820,"arcs":[[-1075,2616,-2382]]},{"type":"Polygon","id":4835,"arcs":[[-1074,-982,-2036,-797,-796,795,-2555,-1163,-2383,-2617]]},{"type":"MultiPolygon","id":1216,"arcs":[[[-483,2617,-485,2618,-378]],[[2619]]]},{"type":"Polygon","id":3412,"arcs":[[-1869,-460,-455,2620]]},{"type":"MultiPolygon","id":3614,"arcs":[[[-744,2621,2622,2623]],[[2624,2625,2626,2627,2628]]]},{"type":"Polygon","id":3606,"arcs":[[-2622,-743,-730,2629,2630]]},{"type":"Polygon","id":3608,"arcs":[[2631,2632,-734,2633,-610]]},{"type":"Polygon","id":3620,"arcs":[[-2243,-2299]]},{"type":"MultiPolygon","id":3909,"arcs":[[[2634,-749,-661,-715]],[[-858,-857,-751,2635,-657]]]},{"type":"Polygon","id":651,"arcs":[[2636,2637,2638,2639,2640,-704,-703,-702,-701,-700,-699,-1994,2641,2642,2643]]},{"type":"Polygon","id":4904,"arcs":[[-2616,-2433]]},{"type":"MultiPolygon","id":2403,"arcs":[[[2644,2645,2646,2647,-2646,2648,2649,2650,2651,2652,-1101,-1946]],[[2653,-1105]],[[2654,2655,-1103]]]},{"type":"MultiPolygon","id":2402,"arcs":[[[2656,-2652]],[[2657]],[[2645,-2648,2658,-2374,2659,2660,-2649]]]},{"type":"MultiPolygon","id":5306,"arcs":[[[2661,2662,2663,2664]],[[-2530,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681]],[[2682]],[[2683]],[[2684]]]},{"type":"Polygon","id":1801,"arcs":[[2685,2686,-826,-2128,2687]]},{"type":"Polygon","id":2606,"arcs":[[-1959,-716,-692,-827,-2687,2688,2689,-413,-412,-411]]},{"type":"Polygon","id":5309,"arcs":[[-2193,-915,2690,-2665,2691,-2201]]},{"type":"MultiPolygon","id":5310,"arcs":[[[2692,-2662,-2691,-919,-2521,-2682]],[[2693]]]},{"type":"MultiPolygon","id":1502,"arcs":[[[2694,2695,2696,2697,2698]],[[2699,2700]],[[2701]],[[2702,2703]],[[2704,2705,2706]],[[2707,2708]],[[2709]],[[2710,2711,2712,2713,2714]]]},{"type":"Polygon","id":602,"arcs":[[-1720,-1725,-2580,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,-1771,-1770]]},{"type":"Polygon","id":1312,"arcs":[[-2307,-1885,-2220,-2219,-2218,-2217,-2160,-2159,-2158,-2157,-416,-2309]]},{"type":"Polygon","id":806,"arcs":[[-517,-516,2727,-86,-514]]},{"type":"Polygon","id":2406,"arcs":[[-349,-1951,-2474,-2473,-2472,-2466,-2465,-2464,-2463,-2462,-2461,-2460,-2490,-2489,-2488,-2487]]},{"type":"MultiPolygon","id":3607,"arcs":[[[2728,-2630,-735,-2633,2729,2730,2731]],[[2732,2733,2734]]]},{"type":"MultiPolygon","id":3612,"arcs":[[[2735,2736,-2733,2737]],[[-2631,-2729,2738,-2623]]]},{"type":"MultiPolygon","id":3610,"arcs":[[[-2735,2739,2740,2741,-2738]],[[-612,2742,-2731,2743]]]},{"type":"MultiPolygon","id":3613,"arcs":[[[-2629,2744,2745,2746]],[[-2742,2747,-2736]]]},{"type":"MultiPolygon","id":5102,"arcs":[[[-327,2748,-601,2749,-598]],[[-2364,-2363,2750,2751]],[[2752,-2378]],[[2753,2754,-42,-37,-2286,-604,2755]],[[2756,-602]],[[2757]]]},{"type":"Polygon","id":3915,"arcs":[[2758,-1070,-753,-340,-336,-339,-2112,-2110,-244]]},{"type":"Polygon","id":802,"arcs":[[-939,-87,-2728,515,-516,-518,-515,-84,-1120,-1761]]},{"type":"Polygon","id":3201,"arcs":[[-229,2759]]},{"type":"Polygon","id":3203,"arcs":[[-2760,-228,-709,-708,-707,-561,-230]]},{"type":"Polygon","id":1703,"arcs":[[-2482,2760,2761,2762,2763,2764,2765]]},{"type":"Polygon","id":1705,"arcs":[[2766,2767,2768,2769,2770,-2761,-2481,2771]]},{"type":"Polygon","id":1711,"arcs":[[-2483,-2766,2772,-2096,-2478]]},{"type":"Polygon","id":1708,"arcs":[[2773,-2772,-2480,-2486]]},{"type":"MultiPolygon","id":4814,"arcs":[[[2774,-1689,-1688,2775,2776,-800]],[[2777,2778,-1682]],[[2779]]]},{"type":"Polygon","id":502,"arcs":[[-2103,-1757,-2262]]},{"type":"Polygon","id":6698,"arcs":[[2780]]},{"type":"MultiPolygon","id":3626,"arcs":[[[2781,-519]],[[2782]],[[2783,-524]]]},{"type":"MultiPolygon","id":2612,"arcs":[[[-447,2784,2785,2786,-713]],[[2787]]]},{"type":"Polygon","id":3616,"arcs":[[2788,-2625,-2747,2789,2790]]},{"type":"Polygon","id":3615,"arcs":[[-2628,2791,-2745]]},{"type":"Polygon","id":2407,"arcs":[[-2375,-2659,-2647,-2646,-2645,-1945]]},{"type":"Polygon","id":4831,"arcs":[[-2304,-2031,-980]]},{"type":"MultiPolygon","id":624,"arcs":[[[-276,-2576,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,-636]],[[2805,2806]],[[2807]],[[2808,2809,2810]]]},{"type":"Polygon","id":3617,"arcs":[[-2542,-292,-291,-2791,2811,-2593]]},{"type":"Polygon","id":3609,"arcs":[[-2632,-613,-2744,-2730]]},{"type":"Polygon","id":650,"arcs":[[2812,2813,-2640,2814,2815,1971,-1972,-1971]]},{"type":"MultiPolygon","id":652,"arcs":[[[-1972,-2816,2816,-2638,2817,-1973]],[[2818,-2644]]]},{"type":"Polygon","id":653,"arcs":[[-2815,-2639,-2817]]},{"type":"Polygon","id":2613,"arcs":[[-2612,2819,-2613,2820,-2785,-446]]},{"type":"Polygon","id":2901,"arcs":[[-1906,-1905,-2533,-991]]},{"type":"Polygon","id":1702,"arcs":[[2821,2822,-2688,-2127,-2098]]},{"type":"Polygon","id":1307,"arcs":[[-927,-2306,-683,-2516,-2519]]},{"type":"Polygon","id":1501,"arcs":[[2823,-2699]]},{"type":"Polygon","id":3910,"arcs":[[-2759,-243,-1071]]},{"type":"Polygon","id":1207,"arcs":[[-394,-2534,-1941,-791,-787]]},{"type":"Polygon","id":1701,"arcs":[[-2773,-2765,2824,2825,2826,-2822,-2097]]},{"type":"Polygon","id":4208,"arcs":[[-265,-1873,-1872,-1871,-1870,-2621,-454,-2605,-2604,-354,2827,-360,-252]]},{"type":"Polygon","id":4816,"arcs":[[-2417,2828,-1609,-1608]]},{"type":"Polygon","id":4822,"arcs":[[-2035,2829,2830,2831,-1690,1688,-2775,-799]]},{"type":"Polygon","id":4809,"arcs":[[2832,2833,2834,2835,-2831]]},{"type":"Polygon","id":630,"arcs":[[2836,2837,2838,2839,2840]]},{"type":"Polygon","id":625,"arcs":[[-572,2841,2842,2843,-2841,2844,-2793,-2575]]},{"type":"MultiPolygon","id":626,"arcs":[[[-2845,-2840,2845,2846,-2794]],[[2847]]]},{"type":"Polygon","id":633,"arcs":[[-2839,2848,2849,2850,2851,2852,2853,2854,2855,2856,-2846]]},{"type":"Polygon","id":1807,"arcs":[[-1776,-2435,-2321,-2129]]},{"type":"Polygon","id":4829,"arcs":[[2857,-1691,-2832,-2836,2858]]},{"type":"Polygon","id":4807,"arcs":[[2859,-2833,-2830,-2034]]},{"type":"Polygon","id":4818,"arcs":[[-2859,-2835,2860]]},{"type":"Polygon","id":4802,"arcs":[[-2033,-300,-1671,-2858,-2861,-2834,-2860]]},{"type":"Polygon","id":629,"arcs":[[-2844,2861,-2837]]},{"type":"Polygon","id":634,"arcs":[[2862,2863,2864,2865,-2850]]},{"type":"Polygon","id":632,"arcs":[[-1961,-1960,-1983,2866,2867]]},{"type":"Polygon","id":643,"arcs":[[2868,-2852,2869]]},{"type":"Polygon","id":635,"arcs":[[2870,2871,2872,2873,-1962,-1961,1960,-2868]]},{"type":"Polygon","id":644,"arcs":[[-2869,2874,-1985,-1988,2875,2876,-2853]]},{"type":"Polygon","id":628,"arcs":[[-2843,2877,-2863,-2849,-2838,-2862]]},{"type":"Polygon","id":627,"arcs":[[-2842,-571,2878,-2871,-2867,-1982,2879,-2864,-2878]]},{"type":"Polygon","id":637,"arcs":[[2880,-2870,-2851,-2866]]},{"type":"Polygon","id":640,"arcs":[[-2865,-2880,-1981,-2875,-2881]]},{"type":"Polygon","id":1305,"arcs":[[-2517,-685,-369,-2520]]},{"type":"Polygon","id":4202,"arcs":[[2881,-352,-363]]},{"type":"Polygon","id":4213,"arcs":[[-361,-2828,-353,-2882,-362]]},{"type":"Polygon","id":642,"arcs":[[-2874,2882,2883,-2813,-1970,1968,-1979,-1963]]},{"type":"Polygon","id":641,"arcs":[[2884,2885,-2883,-2873]]},{"type":"Polygon","id":636,"arcs":[[2886,-569,-706,-705,-2641,-2814,-2884,-2886]]},{"type":"Polygon","id":631,"arcs":[[-2879,-570,-2887,-2885,-2872]]},{"type":"Polygon","id":1707,"arcs":[[-2769,2887,-2826,-2825,-2764,-2763,2888,2889]]},{"type":"Polygon","id":1704,"arcs":[[-2890,-2889,-2762,-2771,-2770]]},{"type":"Polygon","id":1709,"arcs":[[-2485,2890,2891,-2767,-2774]]},{"type":"Polygon","id":611,"arcs":[[2892,-1706,-1695,-2560,2893,-2582]]},{"type":"Polygon","id":4709,"arcs":[[-1633,-1730,-1627,-2281,-1734,-1733,-1732,-1731]]},{"type":"Polygon","id":4832,"arcs":[[2894,-124,-2574,2895,-2585]]},{"type":"Polygon","id":405,"arcs":[[2896,2897,-695,-2276]]},{"type":"Polygon","id":407,"arcs":[[2898,2899,2900,-2274,-1996]]},{"type":"Polygon","id":409,"arcs":[[-2901,2901,-2897,-2275]]},{"type":"Polygon","id":406,"arcs":[[-696,-2898,-2902,-2900,2902]]},{"type":"Polygon","id":408,"arcs":[[-2903,-2899,-1995,-697]]},{"type":"Polygon","id":4803,"arcs":[[-125,-2895,-2584,-2592]]},{"type":"Polygon","id":4830,"arcs":[[-2589,-2586,-2896,-2573,-1813]]},{"type":"MultiPolygon","id":3601,"arcs":[[[2903]],[[-741,2904,2905,2906,2907,-737]],[[2908]],[[2909]]]},{"type":"Polygon","id":2904,"arcs":[[-2007,2910,-996,-2311,-2221,-2331,-2330,-2596]]},{"type":"Polygon","id":2906,"arcs":[[-1802,-2080,-2079,-2078,-2077,-2094,-2093,-2092,-2091,-2225,-986,-2911,-2006,-2009,2008,-2595,-2328,-2327,-2326,-2325,-2324,-2360,-2475]]}]},"states":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","arcs":[[[2911,1351,2912]],[[2913,2914]],[[2915]],[[2916,1357]],[[2917]],[[2918]],[[2919,2920]],[[2921]],[[1363,2922,2923,1365,2924,2925]],[[2926]],[[2927]],[[2928,2929,2930]],[[2931]],[[2932]],[[2933,2934,2935,2936,2937]],[[2938]],[[2939,1383]],[[2940]],[[2941]],[[2942,2943,2944]],[[2945,2946,2947,2948]],[[2949,2950,2951,2952]],[[2953]],[[2954,2955,2956,2957,1404,2958,2959]],[[2960,2961]],[[1410,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]],[[1458,3004,3005]],[[3006,3007,3008,3009,3010,1467,3011,1469,3012,3013]],[[3014]],[[3015]],[[3016,3017,3018]],[[3019]],[[3020,1477]],[[3021]],[[3022,1480,3023]],[[3024]],[[3025]],[[3026,3027]],[[3028,3029,3030]],[[3031,3032,3033,3034,3035,3036]],[[3037,3038,1495,3039]],[[3040]],[[3041]],[[3042,1499,3043]],[[3044,3045,3046,3047]],[[3048,3049]],[[3050]],[[3051]],[[3052,1514,3053,3054,3055,3056,3057,3058,3059,3060]],[[3061,3062]],[[3063]],[[3064]],[[1527,3065,3066,3067,1531,3068,3069]],[[1536,3070]],[[3071]],[[3072,1540,3073,3074,3075,3076]],[[3077,3078,3079]],[[3080]],[[1551,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,1584]],[[3110]],[[3111]],[[3112]],[[3113]],[[3114,3115,3116,3117,3118,3119]],[[3120]],[[3121]],[[3122,1185,3123,1187,3124,3125,1190,3126,1192,3127,1194,3128,1196,3129,1198,3130,3131,3132,3133,1203,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,1217,3148,1219,3149,3150,3151,3152,1224,3153,3154,3155,3156,3157,3158,3159,1232,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,1244,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,1260,3186,3187,3188,3189,3190,3191,3192,1268,3193,3194,3195,3196,1273,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,1287,3210,1289,3211,3212,3213,3214,3215,3216,1296,3217,3218,3219,3220,3221,3222,3223,1304,3224,3225,1308,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,1339,3252,3253,1342,3254,1344,3255,3256,3257]]]},{"type":"MultiPolygon","arcs":[[[3258,3259]],[[3260]],[[3261,3262]],[[3263,3264,3265]],[[3266,3267]],[[3268,2695,3269]],[[3270]],[[2710,3271,3272,3273,3274]]]},{"type":"Polygon","arcs":[[3275,3276,-155,3277,3278,3279,-161,3280,3281,646,3282,3283,3284,3285,3286,3287,3288,3289,-212]]},{"type":"Polygon","arcs":[[3290,3291,3292,3293,3294,1730,3295,3296,1733,3297,3298,3299,3300,3301,1740,3302,3303,3304,3305,1745,3306,3307,3308,1749,3309,1751,3310,1753,3311,3312,3313,3314,-119,3315,3316,1726,3317,3318]]},{"type":"Polygon","arcs":[[-1598,3319,3320,3321,3322,3323,3324,700,3325,3326,3327,3328,-567,3329,3330,-564,3331,-562,3332,3333,3334,3335,-225,3336,-223,3337,3338,3339]]},{"type":"MultiPolygon","arcs":[[[1988,3340]],[[3341]],[[3342,3343]],[[3344,2806]],[[3345]],[[3346,2808,3347]],[[3348,561,-3332,563,-3331,-3330,566,-3329,-3328,-3327,-3326,-701,-3325,-3324,2641,3349,3350,3351,3352,3353,3354,3355,3356,2797,3357,2799,3358,3359,3360,3361,3362,3363,3364,3365,640,3366,3367,3368,3369,3370,3371,2557,3372,2577,3373,3374,2717,3375,3376,3377,3378,3379,3380,3381,2726,-1771,3382,-1019,3383]]]},{"type":"Polygon","arcs":[[3384,89,3385,3386,92,3387,3388,3389,3390,1759,3391,3392]]},{"type":"Polygon","arcs":[[2011,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403]]},{"type":"MultiPolygon","arcs":[[[2072,3404]],[[3405,3406,-1948,3407]]]},{"type":"Polygon","arcs":[[3408,3409,2237,3410,2239,3411]]},{"type":"MultiPolygon","arcs":[[[3412,3413]],[[3414,-3415]],[[3415,3416,3417]],[[3418,3414,3419]],[[3420]],[[3413,3421,3422,3423,3424,3425]],[[3426,-3427]],[[3427,3428]],[[3429]],[[3427,-3428]],[[3430,-3431]],[[3431,3432]],[[3433]],[[3434,3435]],[[-3437,-3438,-3439,3435]],[[3439]],[[3440,3441]],[[3442]],[[3443]],[[3444,3445]],[[3446]],[[3447,3448]],[[3449]],[[3450,3451,3452]],[[3453,3454,3455]],[[3456,-3457]],[[3456,3454,3457]],[[3458,3459]],[[3460,3461]],[[-3424,3462,3463,3464,3465,-3416,3466,3467,-3427,3468,3469,-3431,3430,3470,-3433,3471,-3438,3472,3473,3474,-3441,3475,3476,3477,3478,-3446,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,-3283,-647,-3282,3490,3491,3492,3493,3494,3495,-3462,3496,-3460,3497,3498,3499,3500,3501,3502,3503,-3453,-3452,3504,-3448,3505,3506,3507,2504,3508,3509,3510]]]},{"type":"MultiPolygon","arcs":[[[3511]],[[3512,3513,3514]],[[3515]],[[3516]],[[3517,3518]],[[3519,3520,-3519]],[[3521]],[[3522]],[[3523,3524]],[[3525,3526,-3524]],[[-3514,-3513,3527,3528,3529,-3495,-3494,-3493,-3492,-3491,-3281,160,-3280,-3279,-3278,154,-3277,-3276,3530,3531,3532,3533,3534,3535,3536,3537,3538,-2218,3539,3540,3541,3542,417,3543,3544,3545,3546]]]},{"type":"Polygon","arcs":[[3547,3548,-2183,3549,-2181,3550,3551,3552,3553,3554,-619,3555,3556,-616,3557,3558,2076,3559,3560,3561,1802,3562,1804,3563,3564,3565,3566,2339,3567,2341,3568,2344,3569,3570,3571,3572,3573,3574,3575]]},{"type":"Polygon","arcs":[[3576,3577,3578,3579,887,3580,3581,3582,3583,3584,893,3585,895,3586,897,3587,3588,3589,901,861,3590,3591,864,865,3592,867,3593,869,3594,3595,872,3596,3597,3598,3599,877,3600,879,3601,3602,3603,883,3604,3605,1778,3606,1780,3607,1782,3608,3609,3610,1786,3611,1788,3612,3613,3614,3615,1793,3616,3617,1796,3618]]},{"type":"Polygon","arcs":[[3619,3620,3621,3622,3623,3624,-1935,3625,3626,3627,-1931,3628,3629,-2441,3630,-2439,3631,-2437,3632,3633,3634,1911,3635,3636,3637,3638,1916,3639,3640,3641,3642,3643,3644,2091,3645,3646,-3559,-3558,615,-3557,-3556,618,-3555,-3554,-3553,3647]]},{"type":"Polygon","arcs":[[3648,-1640,3649,3650,3651,3652,-1953,3653,-1092,3654,3655,3656,3657,3658,1923,3659,1925,3660,1927,3661,-3629,1930,-3628,-3627,-3626,1934,-3625,-3624,-3623,-3622,3662,3663,686]]},{"type":"Polygon","arcs":[[3664,3665,2326,3666,3667,3668,3669,-3386,3670,2323]]},{"type":"MultiPolygon","arcs":[[[3671,3672,3673]],[[3674,3675,-2169,3676,3677,-2166,3678,3679,-188,3680,3681,3682,3683,3684,3685,-2302,3686,-1624,3687,3688,3689,3690,3691,-2312,-3633,2436,-3632,2438,-3631,2440,-3630,-3662,-1928,-3661,-1926,-3660,-1924,-3659,-3658,-3657,-3656,-3655,1091,-3654,1952,-3653,-3652,-3651,-3650,1639,3692,3693,1641,3694,3695,3696,1645,3697,3698,1649]]]},{"type":"MultiPolygon","arcs":[[[3699]],[[3700]],[[3701]],[[3702,3703,3704,3705,3706,3707,-1673,2264,3708,2266,3709,3710,-3314,-3313,3711,3712,3713,131,3714,3715,134,3716,3717,3718,3719,3720,3721,3722,3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,3739,3740,3741,3742,3743,2493,3744,3745,3746]]]},{"type":"MultiPolygon","arcs":[[[68,3747]],[[3748]],[[3749,3750,3751,58,3752,-3404,-3403,3753,3754,3755,3756,3757,-1892,3758,3759,3760,3761,3762,3763]]]},{"type":"MultiPolygon","arcs":[[[2379,3764,3765]],[[-3765,3764]],[[3766,2377]],[[3767]],[[3768,3769,3770,3771,3772,2367,3773,3774,3775,3776,3777,3778,3779,1111,3780,3781,3782,3783,-3408,1947,3784,3785,-2473,3786,3787,3788,3789,-2463,3790,3791,-2460,3792,3793,3794,-2487,3795,-2240,-3411,2360,3796]]]},{"type":"MultiPolygon","arcs":[[[503]],[[3797]],[[3798]],[[3799]],[[3800,3801,3802,3803,3804,3805,529,3806,531,3807,3808,534,3809,536,3810,3811,3812,3813,3814,3815,543,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,498,3830]]]},{"type":"MultiPolygon","arcs":[[[3831]],[[3832]],[[3833]],[[-687,-3664,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,-659]],[[3846]],[[3847,3848]],[[3849]],[[3850,3851]],[[3852]],[[3853,3854,3855,3856,3857,1129,3858,3859,3860,-908,3861,3862,-905,3863,1133,3864,3865,3866,1137,3867,3868,3869,3870]],[[3871,3872,-3871,3873]],[[3874,3875,3876]]]},{"type":"Polygon","arcs":[[3877,1044,3878,3879,3880,849,3881,3882,3883,3884,-3576,3885,3886,3887,2297,3888,3889,3890,3891,3892,-2046,3893,3894,2288,3895,3896,3897,3898,3899,3900,1024,3901,3902,1027,3903,3904,3905,1031,3906,1033,3907,3908,3909,3910,1038,3911,3912,3913,3914]]},{"type":"Polygon","arcs":[[-3647,-3646,-2092,-3645,-3644,-3643,-3642,-3641,-3640,-1917,-3639,-3638,-3637,-3636,-1912,-3635,-3634,2311,-3692,-3691,-3690,-3689,3915,-3673,-3672,3916,3917,3918,3919,-3319,-3318,-1727,-3317,-2108,-3669,-3668,-3667,-2327,-3666,-3665,-2324,3920,-3562,-3561,-3560,-2077]]},{"type":"Polygon","arcs":[[-3288,-3287,433,3921,3922,-3728,-3727,-3726,-3725,-3724,-3723,-3722,-3721,-3720,-3719,-3718,-3717,-135,-3716,-3715,-132,-3714,-3713,-3712,-3312,-1754,-3311,-1752,-3310,-1750,-3309,-3308,-3307,-1746,-3306,-3305,-3304,-3303,-1741,-3302,-3301,-3300,-3299,-3298,3923]]},{"type":"Polygon","arcs":[[3924,3925,3926,-948,3927,-946,3928,3929,-3619,-1797,-3618,-3617,-1794,-3616,-3615,-3614,-3613,-1789,-3612,-1787,-3611,-3610,-3609,-1783,-3608,-1781,-3607,-1779,-3606,-3605,-884,-3604,-3603,-3602,-880,-3601,-878,-3600,-3599,-3598,-3597,-873,-3596,-3595,-870,-3594,-868,-3593,-866,2417,3930,3931,3932]]},{"type":"MultiPolygon","arcs":[[[3933,-3934]],[[3934]],[[-3936]],[[3936,3937]],[[3938,3939]],[[41,3940,3941]],[[-3934,3942,3943,3944,3945,3946,2455,3947,3948,3949,963,3950,3951,3952,-3532,1666,3953,1668,3954,-579,3955,1656,3956,3957,3958,3959,1661,3960,3961,3962,957,3963,3964,3965,3966,3967,3968,3969,3970,3971,3972,3973,3974,20,3975]]]},{"type":"Polygon","arcs":[[-3891,-3890,-3889,2051,3976,-3933,3977,-3894,2045,-3893,-3892]]},{"type":"Polygon","arcs":[[-3570,-2345,-3569,-2342,-3568,-2340,-3567,-3566,-3565,-3564,-1805,-3563,-1803,-3921,-3671,-90,-3385,-938,3978,2352,3979,3980,3981,3982,3983]]},{"type":"Polygon","arcs":[[3984,1891,-3758,-3757,-3756,3985,3986,3987,-1055,3988,3989,-1052,3990,3991,3992,1896,-3803,-3802,-3801]]},{"type":"Polygon","arcs":[[3993,3994,3995,3996,1869,3997,3998,3999,4000,4001,4002,4003,4004,4005,4006,4007]]},{"type":"Polygon","arcs":[[4008,1605,4009,4010,4011,1610,-3320,1597,-3340,-3389,-3388,-93,2039]]},{"type":"Polygon","arcs":[[4012,222,-3337,224,-3336,-3335,-3334,-3333,-3349,4013,4014,-3580,-3579]]},{"type":"MultiPolygon","arcs":[[[4015,613,4016]],[[4017]],[[4018]],[[4019,4020,4021,4022,4023,4024,4025]],[[4026]],[[-4002,4027,4028,-1710,4029,4030,4031,1856,4032,4033,4034,4035,4036,4037,4038,4039,4040,-1068,4041,4042,4043,-1064,4044,4045,4046,4047,-3754,-3402,-3401,-3400,4048,4049,4050,4051,4052]]]},{"type":"MultiPolygon","arcs":[[[4053,-4054]],[[4054,2114,4055,2116,4056,4057,4058,4059,4060,4061,4062,2125,-1650,-3699,-3698,-1646,-3697,-3696,-3695,-1642,-3694,-3693,-3649,658,-3846,4063,4053,4064,4065]]]},{"type":"Polygon","arcs":[[-3316,4066,4067,4068,-115,4069,4070,-112,4071,4072,4073,4074,-107,4075,4076,4077,4078,836,4079,838,4080,840,4081,4082,4083,844,4084,4085,2334,4086,-2040,-3387,-3670,2107]]},{"type":"Polygon","arcs":[[4087,181,4088,183,4089,665,4090,4091,4092,4093,1010,4094,4095,1014,4096,-902,-3590,-3589,-3588,-898,-3587,-896,-3586,-894,-3585,-3584,-3583,-3582,-3581,-888,-4015,-4014,-3384,1018,-3383,1770,4097,4098,4099,4100,4101,4102,4103,4104,178,4105]]},{"type":"Polygon","arcs":[[-4001,-4000,-3999,-3998,-1870,-3997,-3996,4106,4107,-3412,-3796,4108,4109,-4066,4110,-1857,-4032,-4031,-4030,1709,-4029,-4028]]},{"type":"MultiPolygon","arcs":[[[4111]],[[4112,-3750]],[[4113,4114,-3394,-2012,-3753,-59,-3752]]]},{"type":"MultiPolygon","arcs":[[[4115,4116]],[[4117]],[[4118]],[[4119]],[[4120]],[[4121]],[[-2456,4122,4123]],[[4116,4124,-3544,-418,-3543,-3542,-3541,-3540,2217,-3539,-3538,-3537,-3536,-3535,-3534,-3533,-3953,-3952,-3951,-964,-3950,-3949,-3948,2018,4125,4126,4127,2145,4128]]]},{"type":"Polygon","arcs":[[-2298,-3888,-3887,-3886,-3575,-3574,-3573,-3572,-3571,-3984,-3983,-3982,-3981,-3980,-2353,-3979,4129,-3925,-3977,-2052]]},{"type":"Polygon","arcs":[[4130,-204,-3964,-958,-3963,-3962,-3961,-1662,-3960,-3959,-3958,-3957,-1657,-3956,578,-3955,-1669,-3954,-1667,-3531,211,-3290,-3289,-3924,-1734,-3297,-3296,-1731,-3295,-3294,-3293,-3292,-3291,-3920,-3919,-3918,-3917,-3674,-3916,-3688,1623,-3687,2301,-3686,-3685,-3684,4131]]},{"type":"MultiPolygon","arcs":[[[4132]],[[4133,4134]],[[4135]],[[4136]],[[4137]],[[4138]],[[4139]],[[1167,4140,1169,4141,4142,4143,1173,4144,4145,1176,4146,1178,4147,1180,4148,1182,2383,4149,4150,4151,2387,4152,4153,4154,4155,4156,4157,2394,4158,4159,4160,4161,2399,4162,2401,4163,2403,4164,2405,4165,4166,4167,2409,4168,4169,2412,4170,2414,4171,-4011,-4010,-1606,-4009,-4087,-2335,-4086,-4085,-845,-4084,-4083,-4082,-841,-4081,-839,-4080,-837,-4079,-4078,-4077,-4076,106,-4075,-4074,-4073,-4072,111,-4071,-4070,114,-4069,-4068,-4067,118,-3315,-3711,-3710,-2267,-3709,-2265,1672,-3708,-3707,-3706,-3705,-3704,-3703,4172,4173,4174,4175,4176,4177,4178,4179,4180,805,4181,4182,4183,816,4184,4185,4186,4187,4188]]]},{"type":"Polygon","arcs":[[-942,4189,-1760,-3391,-3390,-3339,-3338,-4013,-3578]]},{"type":"MultiPolygon","arcs":[[[-3941,4190]],[[-3770,-3769,4191,4192]],[[4193,-2378]],[[-3940,4194,4195,-42,4196,-3967,-3966,-3965,203,-4131,-4132,-3683,-3682,-3681,187,-3680,-3679,4197,4198,4199,4200,4201,195,4202,4203,4204,4205,2447,4206,4207,2450,4208,4209,4210,4211,4212,-3787,2472,-3786,-3785,-3407,4213,-3405,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226]]]},{"type":"Polygon","arcs":[[-3991,1051,-3990,-3989,1054,-3988,-3987,-3986,-3755,-4048,-4047,-4046,-4045,1063,-4044,-4043,-4042,1067,-4041,4227,-3992]]},{"type":"MultiPolygon","arcs":[[[4228]],[[2204,4229]],[[4230]],[[4231]],[[4232]],[[4233,4234]],[[4235]],[[-3592,-3591,-862,-4097,-1015,-4096,-4095,-1011,-4094,-4093,-4092,-4091,-666,-4090,-184,-4089,-182,-4088,4236,4237,2523,4238,4239,4240,4241,4242,2666,4243,4244,4245,4246,4247,4248,4249,4250,4251,4252,4253,2678,4254,4255,2663,4256,4257,4258,4259,4260,4261,4262,4263,4264]]]},{"type":"MultiPolygon","arcs":[[[4265]],[[4266]],[[-3867,-3866,-3865,-1134,-3864,904,-3863,-3862,907,-3861,4267,4268,-3648,-3552,-3551,2180,-3550,2182,-3549,-3548,-3885,-3884,-3883,-3882,-850,-3881,-3880,-3879,-1045,-3878,-3915,4269,-3869,-3868,-1138]]]},{"type":"Polygon","arcs":[[2486,-3795,-3794,-3793,2459,-3792,-3791,2462,-3790,-3789,-3788,-4213,-4212,-4211,-4210,-4209,-2451,-4208,-4207,-2448,-4206,-4205,-4204,-4203,-196,-4202,-4201,-4200,-4199,-4198,2165,-3678,-3677,2168,-3676,-3675,-2126,-4063,-4062,-4061,-4060,-4059,-4058,-4057,-2117,-4056,-2115,-4055,-4110,-4109]]},{"type":"Polygon","arcs":[[-4130,937,-3393,-3392,-4190,941,-3577,-3930,-3929,945,-3928,947,-3927,-3926]]}]}},"arcs":[[[2791,5878],[2,7],[2,1],[0,26],[4,-1],[0,15],[4,0],[1,10],[1,3]],[[2805,5939],[19,0]],[[2824,5939],[24,0]],[[2848,5939],[0,-3],[-1,-7],[0,-6],[4,-5],[1,0],[0,12],[2,6],[1,-6],[2,2],[1,-5],[-2,-5],[-2,2],[0,-6],[1,-2],[-1,-6]],[[2854,5910],[-2,-10],[0,-11],[2,-13],[-1,-7],[5,-1]],[[2858,5868],[0,-2],[0,-8],[-2,-15],[-1,0],[-1,6],[0,12],[-1,-2],[-2,-11],[-1,5],[-2,1],[-1,10],[-3,-7],[1,-6],[-3,2],[0,12],[-3,-3],[1,-4],[-1,-11],[-4,9],[-2,-5],[1,-3],[2,-8],[-1,-4],[2,-4],[4,0],[2,-6],[1,1],[0,-6],[-2,2],[-1,-4],[0,-5],[-2,6],[0,6],[-4,5],[-1,-6],[-1,5],[1,4],[-2,2],[-3,-5],[-2,3],[-1,-5],[-1,-20],[1,4],[3,-4],[-1,-3],[2,-11],[2,1],[1,-3],[3,-1],[2,-6],[0,5],[4,-8],[1,-6]],[[2843,5777],[1,-3]],[[2844,5774],[-1,-3],[-1,3],[-2,-5],[-8,17],[-1,1]],[[2831,5787],[-2,1],[0,5],[-1,0],[-1,7],[-2,2],[-1,-4],[1,-6],[0,-8],[-3,2]],[[2822,5786],[1,13],[0,3],[-2,1],[-4,-7]],[[2817,5796],[1,-5],[-2,-9],[0,5],[-1,7],[2,2]],[[2817,5796],[0,10],[1,3],[3,-3],[0,8],[2,0],[0,13],[0,1],[0,8],[-4,4],[3,10],[0,-6],[2,2],[3,-8],[4,9],[-1,3],[0,7],[-2,6],[2,4],[-4,-1],[0,-2],[-4,3],[1,3],[-2,4],[2,2],[-2,4],[0,6],[-1,0],[-1,-7],[-3,-1],[-1,-9],[2,-3],[-1,-5],[-3,7],[3,23],[-3,1],[-2,-11],[-7,3],[1,11],[4,1],[1,10],[-1,0],[1,5],[0,6],[-3,-1],[0,-8],[-2,1],[-2,3],[0,-15],[-3,2],[-2,-2],[-2,-12],[-1,-18]],[[2795,5867],[-2,2],[-1,-4],[-1,13]],[[2868,5908],[-1,0],[-1,-7],[-2,3],[-1,-3],[-1,-5]],[[2862,5896],[-1,1]],[[2861,5897],[-3,-10],[-1,-9]],[[2857,5878],[-1,5],[-2,-1],[0,5]],[[2854,5887],[1,6],[0,9],[1,4],[3,-3],[1,4],[2,2],[-1,9],[2,7],[2,-6],[1,-9],[1,1]],[[2867,5911],[1,-3]],[[2844,5774],[0,-1],[0,-2],[3,-15],[4,-4],[1,-3]],[[2852,5749],[3,8]],[[2855,5757],[3,-6],[0,7],[2,-2],[1,11],[1,-10],[-1,-5],[3,4],[-1,6],[3,-7],[-2,-3],[0,-5],[-5,-15],[0,-4]],[[2859,5728],[-2,2],[-1,7],[0,-10],[-1,-1],[0,8],[-2,-2],[1,-5],[-6,1],[-5,-7],[-1,10],[0,-9]],[[2842,5722],[-2,-4],[-2,-7],[-2,-3],[-2,3],[2,7],[-1,10],[-2,2],[1,-8]],[[2834,5722],[1,-3],[-2,-6],[2,-5],[0,-4],[-5,-8]],[[2830,5696],[-1,2],[-1,13],[-3,-15],[-2,-6],[-2,-5],[-3,1],[0,-5],[2,-1],[0,-8],[1,0],[0,-5],[-2,2],[-2,7],[0,4],[-3,5],[-2,-2],[-1,6],[2,7],[-3,9],[5,21],[3,0],[9,0],[0,26],[-2,8],[4,7],[2,12],[0,8]],[[2858,5868],[2,4],[3,0],[0,-3],[3,-2],[-1,4],[3,4],[3,0],[1,-1]],[[2872,5874],[-1,-8],[2,1],[-2,-7],[1,-9],[-2,-1],[2,-2],[0,-9],[-3,1],[4,-5],[1,9],[0,18]],[[2874,5862],[1,5],[2,-6],[-1,7],[2,-1],[0,6],[1,-6],[2,-14],[0,-5],[0,-8]],[[2881,5840],[-1,0],[1,-6],[-2,-8],[-1,-1],[-1,8],[-1,-7],[-3,-11],[0,-7],[-1,2],[-1,-6],[-2,-5],[-3,0],[-3,7],[0,-3],[-1,9],[-1,-6],[-2,-2],[0,5],[-1,3],[-1,5],[3,1]],[[2860,5818],[1,4],[-4,1],[-2,-3],[2,-4],[0,-11],[-2,5],[-3,-2],[-1,4],[-5,5],[0,-7],[2,0],[3,-5]],[[2851,5805],[3,-5],[5,-5],[1,-4],[0,-5],[-2,1],[-1,-4],[-2,-4],[2,-3],[1,-3],[-2,-5],[-4,-10],[-2,0],[-4,11],[-3,8]],[[2861,5897],[4,-10],[-3,-2],[-1,-4],[-2,-4],[-2,1]],[[2868,5908],[3,-12],[0,-3],[-3,-2],[-3,9],[3,-13],[-1,1],[-5,8]],[[2854,5887],[-1,10],[1,13]],[[2848,5939],[1,1],[21,0]],[[2870,5940],[3,0]],[[2873,5940],[0,-9],[4,-20],[2,-26],[-1,0],[-3,24],[-1,0],[1,-9],[1,-5],[-3,3]],[[2873,5898],[-4,11],[-2,2]],[[2874,5940],[1,0],[1,0]],[[2876,5940],[0,-7],[-2,1],[-1,6]],[[2873,5940],[1,0]],[[2877,5940],[2,-32],[2,-17],[5,-28],[1,-12],[-2,6],[-1,10],[-3,15],[-1,21],[-2,11],[0,7],[-1,19]],[[2831,5694],[0,1],[2,5],[2,1],[-4,-7]],[[2858,5717],[-3,4],[3,-1],[0,-3]],[[2853,5726],[1,-2],[-4,0],[-7,-6],[1,3],[9,5]],[[2859,5714],[0,3],[3,18],[3,10],[3,7],[-6,-18],[-3,-20]],[[2869,5758],[2,9],[1,-1],[-3,-8]],[[2881,5781],[1,4],[5,8],[1,32]],[[2888,5825],[-1,25],[1,-4],[1,-19],[-2,-29],[-1,-12],[-1,0],[-4,-5]],[[2884,5856],[-1,0],[-2,12],[2,-1],[1,-7],[0,-4]],[[2997,6606],[3,-5],[-1,-3],[1,-4],[3,5],[1,5],[-1,8],[2,5],[3,0]],[[3008,6617],[1,-4]],[[3009,6613],[-3,-7],[-1,-20],[3,9],[1,-7],[1,-2],[1,-12],[0,-5],[2,-3]],[[3013,6566],[0,-2]],[[3013,6564],[2,-3],[0,-13],[-3,-6],[0,4],[-1,1],[-2,-7],[-1,0]],[[3008,6540],[2,12],[-3,-9],[-1,-1]],[[3006,6542],[-3,8],[0,13]],[[3003,6563],[-1,0],[0,15]],[[3002,6578],[-2,-1]],[[3000,6577],[-1,2],[0,8],[-2,5],[0,6],[-1,2],[1,6]],[[3013,6564],[0,1],[0,1]],[[3013,6566],[2,5],[0,14],[-1,8],[3,5],[4,-4],[1,-4]],[[3022,6590],[2,-13],[-1,6],[-1,-6],[-1,-1]],[[3021,6576],[1,-6],[3,0],[1,-6],[0,-10],[3,-8],[4,-1],[6,4],[2,5],[0,11],[-2,4],[0,-6],[-1,14],[-2,6],[-1,-6],[-1,8],[3,-1],[2,-4],[2,-10],[1,-11],[-1,-7],[1,-1],[0,-14],[-1,1],[-7,-4],[-5,-2],[-2,-8]],[[3027,6524],[-3,-1],[-2,-4],[0,16],[1,7],[-2,4],[-1,-5],[-1,-7],[-4,-1],[0,-10],[-3,-5],[-1,3],[-2,-3]],[[3009,6518],[0,18],[-2,1]],[[3007,6537],[1,3]],[[3042,6491],[-1,-4]],[[3041,6487],[-4,1],[-4,7],[5,-2],[1,2],[1,7],[2,-11]],[[3028,6502],[-1,3],[1,4],[0,-7]],[[3024,6514],[2,-7],[0,-6],[-4,-1],[-3,-6],[-2,6],[2,0],[3,12],[2,2]],[[3019,6512],[-2,-2],[4,9],[1,-1],[-3,-6]],[[3041,6523],[-1,0],[1,12],[1,-2],[-1,-10]],[[3009,6613],[-1,-7],[4,-15],[0,6],[-2,2],[0,8],[1,0],[0,11]],[[3011,6618],[0,-5],[3,-5],[0,-4]],[[3014,6604],[2,4],[-1,5],[6,-13],[1,-10]],[[2840,6217],[-1,-5],[1,-10],[-1,-5]],[[2839,6197],[0,-12]],[[2839,6185],[-1,-14]],[[2838,6171],[-2,2],[1,8],[-3,6],[2,0],[1,4]],[[2837,6191],[2,6]],[[2839,6197],[-3,4],[1,4],[-3,1],[1,5],[1,0],[1,5],[-3,1],[0,5],[2,4],[1,-7],[3,-2]],[[2056,6240],[2,13],[1,3],[2,11],[0,6],[1,3],[2,13]],[[2064,6289],[0,2]],[[2064,6291],[1,-5],[3,0],[0,5],[4,0],[2,-3],[1,4],[-2,11],[3,0],[0,8],[3,1],[1,2],[0,28],[-13,0]],[[2067,6342],[-3,0],[0,16],[-3,0],[0,11],[0,4],[3,0],[0,10],[3,0],[0,75]],[[2067,6458],[25,1]],[[2092,6459],[15,0],[25,0],[16,0]],[[2148,6459],[0,-117]],[[2148,6342],[0,-24],[0,-69],[0,-6],[0,-141],[0,-2],[0,-109]],[[2148,5991],[-19,1],[-8,0]],[[2121,5992],[-36,-1]],[[2085,5991],[-24,1]],[[2061,5992],[0,34],[4,6],[2,6],[2,-1],[4,3],[1,3],[0,7],[1,0],[3,9],[0,4],[3,15],[3,9],[8,-9],[0,61],[0,31]],[[2092,6170],[0,70],[-36,0]],[[2620,6113],[1,3],[1,12],[1,13],[2,11],[3,-4],[3,4],[4,14],[1,-7],[2,-5],[1,-12],[3,1],[1,12],[1,7],[2,1],[0,10],[3,6],[2,-2],[1,-11],[2,-4],[6,8],[2,-3],[0,-8],[4,-6]],[[2666,6153],[-2,-3],[0,-10],[-3,-9],[1,-8],[1,3],[0,-6],[2,-1],[-1,-4],[2,-3],[0,-10],[-2,-9],[1,-3],[3,-3],[1,-7],[3,-6],[-1,-4],[-4,2],[-1,-6],[-5,4],[-3,6],[-3,-6],[-2,-14],[-2,4],[-2,-2],[-2,0],[-2,-5],[-4,2]],[[2641,6055],[-1,6],[-1,3],[-4,18],[0,-5],[-1,2],[-2,10],[3,10],[-1,4],[1,3],[-3,3],[-1,-16],[-2,-2],[-1,12],[-4,0],[-3,-7],[-3,1],[0,12],[2,4]],[[2562,5566],[-3,11],[-1,2],[1,3],[3,15],[2,2],[2,6],[0,11],[2,3],[0,7],[1,5],[3,6],[1,0],[2,9],[0,6],[3,4],[1,5],[3,0],[2,-5],[-1,-7],[2,-1],[1,-7],[-2,-6],[2,0]],[[2586,5635],[-1,-6],[-2,-6],[-4,-4],[1,-4],[0,-13],[-1,-11],[2,-2],[0,-5],[3,0],[0,-14],[1,-10],[-2,-2],[-1,-9],[-1,-3],[1,-6],[-1,-2],[14,0],[0,-41]],[[2595,5497],[-12,-1],[0,-5],[-8,0],[0,-5],[-6,0]],[[2569,5486],[-3,0],[0,21],[-8,-1],[0,5],[-3,0],[0,15],[3,0],[0,11],[1,4],[2,0],[0,8],[2,4],[4,1],[2,6],[0,7],[1,-1],[1,8],[3,14],[1,-1],[2,9],[-1,7],[-3,-9],[-2,0],[0,5],[-2,-4],[0,-7],[-2,0],[2,-5],[-2,-14],[0,2],[-3,-7],[-2,2]],[[2290,5636],[0,1]],[[2290,5637],[1,-2]],[[2291,5635],[0,-8],[3,-1],[1,-4],[1,1],[2,10],[2,-3]],[[2300,5630],[-1,-6]],[[2299,5624],[3,-3],[0,-5]],[[2302,5616],[2,1],[3,-11],[1,9],[2,-2]],[[2310,5613],[1,2],[1,8],[3,0],[3,3]],[[2318,5626],[0,3],[3,-6]],[[2321,5623],[2,2]],[[2323,5625],[0,4],[4,2],[0,5],[2,-2],[0,-5]],[[2329,5629],[2,0],[1,-2],[4,1]],[[2336,5628],[2,10]],[[2338,5638],[3,-4],[2,-8]],[[2343,5626],[4,-5],[-1,-3],[2,-6]],[[2348,5612],[5,-5],[1,-4],[2,1],[1,-6],[1,2]],[[2358,5600],[3,-11]],[[2361,5589],[4,2],[2,3],[1,-4],[1,3],[2,-3],[0,-62]],[[2371,5528],[0,-38]],[[2371,5490],[-2,-1],[0,6],[-1,0],[-1,-5],[-1,1],[-1,5],[-4,-6],[-3,0],[-6,11],[0,-15],[-1,0],[-2,-8],[-4,-6],[0,14],[1,0],[0,10],[-3,-4],[-3,-6],[0,40],[-1,-5],[-1,0]],[[2338,5521],[-12,0],[0,-28],[-5,5],[-2,6],[-1,3],[-10,0],[0,-3],[-6,0]],[[2302,5504],[0,19],[1,0],[0,5]],[[2303,5528],[1,2],[2,20],[-1,3],[0,14],[-5,-1],[-1,-7],[-2,-3],[-4,0]],[[2293,5556],[0,17],[-3,1]],[[2290,5574],[0,62]],[[2443,5526],[8,0]],[[2451,5526],[-1,-10],[1,-2]],[[2451,5514],[1,10],[1,-1]],[[2453,5523],[1,-9],[-3,-9],[0,-8],[3,-3]],[[2454,5494],[-3,-10],[1,-7],[3,4]],[[2455,5481],[-2,-7],[3,-7],[-2,-1],[-1,7]],[[2453,5473],[-1,-8],[3,-5],[1,1]],[[2456,5461],[-1,-10]],[[2455,5451],[3,-3],[-2,-15],[-2,4],[-3,-5]],[[2451,5432],[0,-7],[3,-1],[0,6],[1,-2],[-2,-14],[-1,4],[-1,-4],[2,-3],[-3,-6],[0,-6]],[[2450,5399],[-2,-7],[-2,-1],[-1,-7],[2,-4]],[[2447,5380],[-3,-5]],[[2444,5375],[0,-9],[-1,-2],[-1,4]],[[2442,5368],[-1,-4],[1,-3]],[[2442,5361],[1,1],[1,-3],[-3,-5]],[[2441,5354],[0,-8],[1,-11],[-1,2],[-1,6],[-1,-4],[2,-10],[-1,-6],[-2,1],[-1,-3],[2,-8]],[[2439,5313],[-1,-7],[2,-7],[-2,-7]],[[2438,5292],[11,0],[23,0],[16,1]],[[2488,5293],[3,0],[0,-5],[-1,-8],[-1,-7],[-1,-6],[0,-14]],[[2488,5253],[-5,0],[-7,6],[1,-25],[-5,1],[1,5],[-3,8],[0,-9],[-3,-2]],[[2467,5237],[0,35],[-1,0],[-6,8],[-3,-2],[-1,-4],[-1,-1],[-1,4],[-2,-4],[0,-5],[-2,-2],[1,6],[-2,0],[0,-4],[-2,-10],[-1,-6],[-1,12],[-2,-3],[-3,0],[-1,4],[1,3],[1,8],[-1,7],[0,-9],[-3,2],[0,7],[0,10],[-2,2],[-2,-6],[0,-19],[1,-3],[1,-9],[-1,-24]],[[2434,5234],[3,-12],[-4,0],[-2,2],[-3,-1]],[[2428,5223],[-2,5],[-1,-1],[0,15],[3,-1],[1,3],[-3,24],[1,7],[-6,0],[-1,13],[-2,0],[-1,4],[-3,-5],[0,-6],[-9,-2],[0,43],[-2,7],[-2,2],[2,10],[2,3],[3,9],[-3,9],[-3,3],[0,4],[-1,3],[0,11],[0,9],[1,0],[1,20],[-2,14],[4,0],[1,10],[0,26],[-3,0],[0,17],[0,10],[2,9],[5,0],[3,-5],[0,-6],[3,0],[0,-10],[4,0],[5,12],[1,6],[0,13],[-1,2],[1,17]],[[2426,5527],[17,-1]],[[2621,5416],[0,9]],[[2621,5425],[3,7],[2,8]],[[2626,5440],[-3,7],[1,11]],[[2624,5458],[-1,10]],[[2623,5468],[0,-2],[2,5],[0,6],[6,0],[0,29],[0,2],[4,0],[2,4],[3,-12],[4,-5],[1,-5],[2,18]],[[2647,5508],[7,0],[0,2],[5,-1],[1,4],[2,0],[3,-8],[-3,-10],[0,1],[-1,-10],[-2,4],[-1,-7],[0,-12],[-2,-4],[0,-6],[-1,-1],[0,-17],[6,0],[0,-57],[-5,0],[-3,5],[-3,-5],[1,-5],[-1,-5],[1,-11],[-1,-64],[-3,0],[0,-11],[1,-7],[0,-29]],[[2648,5254],[-22,5]],[[2626,5259],[-1,9],[-1,11],[-1,5],[0,8]],[[2623,5292],[-1,7],[-1,12],[-1,1],[-1,13],[1,6],[1,15],[1,9]],[[2622,5355],[-1,10],[-2,8]],[[2619,5373],[0,20],[1,9],[1,14]],[[2924,6456],[1,-6],[2,-1],[0,-6],[2,0],[1,10],[1,-4]],[[2931,6449],[-2,-14]],[[2929,6435],[0,3],[-2,-9],[-2,2],[0,5]],[[2925,6436],[-1,6],[-1,7],[1,7]],[[2864,6753],[3,2],[0,3]],[[2867,6758],[0,-4],[-3,-1]],[[2866,6648],[-11,0],[-2,10],[0,9],[0,5],[0,8],[0,15],[-11,-2],[0,4],[-3,-1]],[[2839,6696],[-4,0]],[[2835,6696],[0,30]],[[2835,6726],[11,-1],[8,6],[1,8],[5,9],[2,6],[1,-1]],[[2863,6753],[0,-4],[3,-8],[2,-3],[-1,-11],[0,-4],[5,-9],[2,-1],[0,-11],[2,0],[0,-35],[-10,-2],[0,-17]],[[1571,7002],[-1,-5],[3,-11],[-2,-9]],[[1571,6977],[0,-13],[-3,2],[0,-11],[-4,1],[-1,-5],[1,-12],[-2,-5],[-20,0],[0,16],[9,0],[0,27],[1,9],[2,3],[2,7],[-4,3],[-2,9],[4,0],[0,8],[-10,-1],[0,2],[-7,0]],[[1537,7017],[0,13],[-1,5],[2,4],[0,12],[-2,14]],[[1536,7065],[0,4],[4,-9],[2,-6],[0,5],[-2,5],[3,2]],[[1543,7066],[1,-4],[3,2],[3,5]],[[1550,7069],[3,-10],[5,-1]],[[1558,7058],[1,5]],[[1559,7063],[2,0]],[[1561,7063],[6,-11]],[[1567,7052],[2,-15],[1,-11],[0,-6],[1,-5]],[[1571,7015],[0,-13]],[[2659,5946],[4,7],[4,0],[6,9],[2,0]],[[2675,5962],[0,10],[2,3],[4,3]],[[2681,5978],[1,2],[0,10]],[[2682,5990],[4,7]],[[2686,5997],[0,9],[6,12],[5,5]],[[2697,6023],[1,5],[9,27]],[[2707,6055],[0,-6],[0,-4],[1,-5],[0,-4],[2,-10]],[[2710,6026],[2,-1],[3,-9]],[[2715,6016],[4,0],[1,6],[3,2]],[[2723,6024],[1,7],[4,-11]],[[2728,6020],[2,3],[5,4],[1,0],[2,5],[-1,5],[2,4],[1,-5],[2,2],[4,9],[2,1]],[[2748,6048],[1,-7],[5,10],[-1,7],[3,7]],[[2756,6065],[-2,7],[1,8],[2,14]],[[2757,6094],[3,9]],[[2760,6103],[4,0],[1,-6],[4,-2],[2,-5],[2,2],[-2,-11],[-4,4],[-3,-12],[-3,-5],[0,-3],[2,-9],[-1,-4],[-2,-12],[3,-6],[-1,-5],[0,-5],[-2,-4],[-2,-6],[2,-3]],[[2760,6011],[-1,-4],[0,-6],[0,-10],[-2,-5],[-2,-9],[5,-4],[2,-6],[0,5],[7,-5],[-1,-8],[-2,3],[1,-16],[-2,-7]],[[2765,5939],[-11,0]],[[2754,5939],[-11,2],[-6,0]],[[2737,5941],[-15,2],[-7,1]],[[2715,5944],[1,3],[-8,0],[0,-2]],[[2708,5945],[-18,0],[-19,0]],[[2671,5945],[-6,0]],[[2665,5945],[-6,1]],[[2578,5872],[0,5],[1,3],[1,7]],[[2580,5887],[6,-14],[5,-3],[-2,-29],[-1,-2],[0,-23],[0,-10],[-1,-2],[2,-6],[1,3],[4,-2],[3,-7],[1,7],[0,23],[-2,5],[-1,11],[0,6],[2,11],[2,3],[3,0],[5,-5],[0,-5],[2,1],[2,5],[2,-2],[2,3],[0,-7],[7,1],[0,-3],[3,2],[4,7]],[[2629,5855],[1,-4],[-1,-4],[2,-2],[1,-4],[1,1],[0,-8],[-4,-20],[-1,-4],[-1,-10],[3,-8],[0,-8],[-2,-1],[-1,-5],[-1,-7],[-1,-2],[-3,4],[1,10],[1,9],[-1,9],[-1,2],[0,4],[-2,5],[-2,0],[-2,-16],[-4,-20],[1,-8],[-4,-11]],[[2609,5757],[-3,0]],[[2606,5757],[-35,1]],[[2571,5758],[1,35],[-3,3],[0,11],[-3,0],[-2,5],[-3,-3],[-2,1],[0,13],[1,-1],[1,5],[5,2],[0,6],[1,5],[-1,7],[1,3],[6,-10],[2,1],[1,10],[2,0],[0,6],[-1,8],[1,7]],[[2676,6644],[0,4]],[[2676,6648],[-1,31],[-9,-1]],[[2666,6678],[0,50],[-2,0],[-2,6],[0,24],[-3,0],[0,5]],[[2659,6763],[2,2],[2,9],[2,0]],[[2665,6774],[4,23],[-2,2],[3,1],[1,7],[5,3],[2,5],[3,2],[3,-5],[3,-13],[1,-12],[2,-34],[1,-9],[0,-20],[2,-20],[1,-9],[1,-7]],[[2695,6688],[-2,-9],[0,-15]],[[2693,6664],[-1,-18],[-2,-6],[-2,0],[1,15],[-2,2],[-4,-6],[2,-7],[-3,-4]],[[2682,6640],[0,9],[-3,0],[0,-6],[-3,1]],[[1813,6356],[0,-233],[0,-19],[0,-112]],[[1813,5992],[1,-94]],[[1814,5898],[-1,-1],[-2,-19]],[[1811,5878],[-3,-1],[-4,15]],[[1804,5892],[-3,-2],[0,3],[-4,-1]],[[1797,5892],[-3,-4],[0,-5]],[[1794,5883],[-4,8],[-1,0],[-2,-5],[-1,3]],[[1786,5889],[0,9],[-4,1],[-3,-3]],[[1779,5896],[-3,4],[-1,-9],[-2,3],[-2,-5],[0,6],[-3,-1],[-3,-4],[-2,0],[0,-19]],[[1763,5871],[-15,48],[-3,11],[-34,107],[-45,134]],[[1666,6171],[0,13],[0,10],[-2,0],[0,11],[0,15],[0,3],[3,1],[0,4],[2,0],[1,12],[5,0],[2,-6],[30,0],[2,2],[13,8],[16,0],[24,0],[0,35],[1,1],[1,14],[0,17],[1,15],[-1,15],[0,16],[16,-1],[26,0],[7,0]],[[1647,6262],[1,34],[0,49],[0,76],[0,1],[0,153]],[[1648,6575],[2,0],[20,0],[14,-1]],[[1684,6574],[5,1],[25,0],[16,0]],[[1730,6575],[19,0],[37,0]],[[1786,6575],[7,1],[5,-1],[16,0]],[[1814,6575],[0,-116]],[[1814,6459],[0,-23],[0,-79],[-1,-1]],[[1666,6171],[-7,21]],[[1659,6192],[-11,34],[-1,36]],[[2628,6261],[5,1],[8,-2],[0,29],[-1,5]],[[2640,6294],[11,-2]],[[2651,6292],[-1,-37]],[[2650,6255],[-8,3],[0,-8],[1,-1],[-2,-7],[-1,1],[1,15],[-2,-5],[-1,3],[-3,2],[0,-9],[3,1],[0,-9],[-1,-4]],[[2637,6237],[-4,-3]],[[2633,6234],[-3,9],[-2,-5]],[[2628,6238],[0,23]],[[2392,6940],[0,-5],[-3,-2],[0,-17],[1,0],[1,-7],[3,0]],[[2394,6909],[-1,-6],[-3,-3],[-3,3],[-2,-1],[-2,-3]],[[2383,6899],[-2,3],[-3,0],[0,32],[1,1],[2,7],[1,0],[0,8],[3,4],[4,-8],[1,4],[2,0],[0,-10]],[[2888,6391],[-2,-3],[1,-6],[-1,-6],[3,-4]],[[2889,6372],[0,-7],[2,-6],[-1,-7]],[[2890,6352],[0,-7],[-1,-5],[-4,-9],[-2,6],[-1,-3],[-1,8],[-2,3],[2,8],[-2,7],[3,1],[-1,6],[2,11],[0,7],[-4,6],[-1,-7],[1,-4],[0,-8],[-2,4],[-2,-3],[-1,5]],[[2874,6378],[3,3],[-2,6],[0,-8],[-2,3],[-1,-4]],[[2872,6378],[-1,-4],[-2,5],[-4,-7],[-5,-3]],[[2860,6369],[0,6],[2,2],[-1,6],[3,1],[0,9],[1,-3],[5,0],[0,7],[1,1],[1,-6],[6,13],[2,-8],[2,-2],[3,2],[3,-6]],[[2853,6356],[1,4],[6,9]],[[2874,6378],[-2,0]],[[2872,6378],[0,-7],[5,-13],[-5,-8],[-3,0],[-1,-3],[2,-11],[1,-7],[-2,-2],[2,-7],[3,2],[2,-4],[2,1],[0,11],[-2,7],[1,4],[2,2],[1,-3],[-1,-8],[4,-3],[0,-2],[-4,-3],[1,-8],[-1,-6]],[[2879,6310],[-12,0]],[[2867,6310],[-1,6],[-3,10],[0,6],[-3,3],[-1,13],[-4,1],[-2,7]],[[2858,6407],[3,-7],[5,2],[6,8],[1,-1],[1,8],[5,8],[3,7],[7,5],[4,6],[2,-5],[0,-5],[-3,-3],[2,-7],[-3,-1],[0,-8],[5,7]],[[2896,6421],[0,-8]],[[2896,6413],[-3,-6],[-5,-16]],[[2853,6356],[-1,7]],[[2852,6363],[1,8],[0,3],[-1,10],[1,2],[0,8],[5,13]],[[1613,6008],[8,25],[-1,6],[17,27]],[[1637,6066],[3,-21],[0,-4],[2,-14],[1,-4],[2,-5],[1,-5],[-2,-4],[3,-4],[0,-4],[3,-1],[4,-12],[2,3]],[[1656,5991],[-3,-17],[-3,0],[2,-7],[4,0],[0,-10]],[[1656,5957],[-4,-3],[-3,0],[0,11],[-3,1],[0,5],[-3,-2],[-2,-4],[-4,2],[0,5],[-2,4],[0,6],[-3,15],[-1,-5],[0,-5],[-2,0],[-7,-25]],[[1622,5962],[-6,11],[-1,9],[-2,1],[1,5]],[[1614,5988],[-1,8],[1,4],[-1,3],[0,5]],[[1656,5957],[3,-3],[1,6],[1,-8],[1,-1],[0,-9],[-2,-9],[1,0],[0,-11],[1,0],[0,-15],[-1,0],[0,-26],[2,5],[6,2],[3,-1]],[[1672,5887],[-1,-9],[1,0],[0,-5],[4,2],[3,-20],[2,-4],[-7,0],[-1,-20],[0,-21],[-5,0],[0,-16],[3,-1],[1,-6],[3,1],[-1,10],[2,7],[1,-2],[1,-6],[3,0],[1,-4],[0,-10],[-1,0],[-1,-7],[0,-12],[-2,0],[-1,-7],[-1,13],[-4,0],[0,10],[-3,2],[-1,8],[-1,0],[-1,4],[-5,8],[-2,5],[-2,10],[-4,0],[-3,-7]],[[1650,5810],[-2,0],[-1,7],[-2,3],[0,10],[-3,0],[0,21]],[[1642,5851],[-2,6],[1,4],[-2,4],[-1,6],[-2,1],[-5,11],[0,4],[-2,4],[1,8],[-1,6],[0,6],[2,3],[0,18],[-9,30]],[[1656,5991],[1,-11],[1,0],[4,-11],[0,-5],[2,4],[2,0],[1,-8],[1,3],[3,1],[2,-2],[0,-10]],[[1673,5952],[-2,0],[-1,-3],[0,-10],[-1,-4],[1,-1],[2,-10],[1,1],[-1,-7],[0,-11],[2,-9],[-2,-1],[0,-10]],[[2954,6516],[1,5],[1,1],[3,-4],[-1,-5],[2,-2],[1,8],[3,-2],[0,9]],[[2964,6526],[5,-3]],[[2969,6523],[0,-5],[-2,-1],[1,-7],[-2,-1],[0,-9],[1,-4],[0,-5]],[[2967,6491],[-1,-2],[-3,1],[-3,-3]],[[2960,6487],[-1,7],[-2,-11],[-2,0],[-1,-7],[-2,2]],[[2952,6478],[1,11],[2,3],[-2,10],[2,3],[0,8],[-1,3]],[[2938,6472],[5,12],[-1,9]],[[2942,6493],[0,10]],[[2942,6503],[2,-6],[3,2],[1,-3],[4,10],[1,10],[1,0]],[[2952,6478],[-3,-6],[-2,-1],[-4,-7],[-4,-6]],[[2939,6458],[0,-1]],[[2939,6457],[-2,13]],[[2937,6470],[1,2]],[[2943,6581],[10,-1]],[[2953,6580],[-2,-29],[2,0],[1,5],[1,-4],[3,1],[1,10],[1,3],[3,0],[0,-11],[0,-9],[1,-1],[0,-10],[-4,-1],[0,9],[-3,-1],[0,-9],[2,1],[0,-10],[2,-1],[3,3]],[[2942,6503],[0,17]],[[2942,6520],[1,61]],[[2323,5351],[3,4],[10,6],[3,0],[2,-8],[0,-6],[1,0],[2,-5]],[[2344,5342],[1,-4],[0,-6],[2,-2],[0,-8],[1,-1],[0,-12]],[[2348,5309],[-2,-11],[-8,-26],[2,-5],[0,-8],[1,-6],[2,2],[1,-6],[-1,-6],[6,-4],[-1,-7],[-9,-16],[2,-21]],[[2341,5195],[-4,-15],[-2,0],[-1,5],[-5,-1],[-2,-9]],[[2327,5175],[-1,6],[0,4],[2,-1],[0,4],[2,-1],[0,5],[-3,0],[-1,-4],[-4,-2],[0,18],[-8,-2],[0,10],[-2,2]],[[2312,5214],[0,6]],[[2312,5220],[2,7],[-1,0],[-1,15],[-1,4],[1,14],[-1,16],[-1,5],[0,5],[-1,7],[0,6],[0,4],[3,14],[2,0],[1,4],[1,7],[3,-2],[3,5],[4,1],[-1,4],[-2,15]],[[2823,6171],[0,10],[2,-2],[2,4],[0,8],[1,0],[-1,9]],[[2827,6200],[2,2],[4,-1],[-2,-7],[3,-3],[1,3],[2,-3]],[[2838,6171],[-1,-4],[0,-4],[0,-4],[0,-2],[0,-4],[0,-1],[1,-4],[0,-1],[1,0]],[[2839,6147],[0,1],[1,1],[1,2],[1,1],[1,0],[1,3],[1,-1],[0,-1]],[[2845,6153],[0,-1],[0,-2],[0,-4],[0,-2],[1,-3],[0,-1],[1,-5],[0,-2],[2,-3]],[[2849,6130],[2,-2]],[[2851,6128],[2,-3],[1,2]],[[2854,6127],[1,0],[1,-1],[1,-2],[0,-4],[2,-5],[0,-4]],[[2859,6111],[2,-2]],[[2861,6109],[0,-2]],[[2861,6107],[6,-11]],[[2867,6096],[-1,-8],[-2,3]],[[2864,6091],[1,-9],[-1,-8],[0,-9]],[[2864,6065],[-2,2],[-2,8],[-1,-5],[-2,13],[-1,5],[-2,3],[-2,8],[-2,3],[-2,13],[0,-8],[3,-12],[2,-11]],[[2853,6084],[3,-6],[2,-13],[3,0],[1,-4],[3,-2],[-3,-4],[5,-11],[-1,-13],[-1,0],[-1,6],[-3,-2],[1,-3],[1,-8]],[[2863,6024],[-4,-3],[-2,10],[-2,9],[-2,10],[-2,3]],[[2851,6053],[0,3]],[[2851,6056],[-2,-2],[1,5],[-5,-1],[-3,7],[1,3],[-6,7],[-1,9],[-2,-1],[-1,14],[-1,-2],[-1,5],[-3,5],[0,3],[6,26],[0,2],[-4,3],[-2,8],[0,9],[-3,1],[-2,14]],[[2859,6012],[-2,4],[-1,-4]],[[2856,6012],[-1,7],[-1,-1],[-1,-3],[-1,4],[-2,4],[-1,4]],[[2849,6027],[-1,9]],[[2848,6036],[1,7],[4,3]],[[2853,6046],[1,-6],[3,-13],[3,-10],[2,2],[1,-5],[2,-7],[-1,-3]],[[2864,6004],[-4,0],[-1,8]],[[3006,6542],[-1,-7],[-1,1],[0,7],[-2,7]],[[3002,6550],[-1,5],[-2,5],[-2,-1],[-1,18]],[[2996,6577],[4,0]],[[3009,6518],[-2,-5],[0,4],[0,20]],[[3002,6513],[0,7],[1,5],[-1,-12]],[[3006,6517],[-3,-5],[1,13],[3,11],[-1,-19]],[[3004,6526],[-1,8],[1,-2],[0,-6]],[[2677,6345],[1,-2],[0,15],[1,-3],[4,-3],[-1,-8],[2,0],[1,4],[-1,-13]],[[2684,6335],[0,-9],[-3,0],[-2,-6],[-1,7],[1,1],[0,-7],[1,6],[-2,6],[-2,-4],[-2,0],[0,14],[2,1],[1,-6],[0,7]],[[2686,6425],[4,2],[1,13],[2,-2],[0,-5],[-1,-6],[2,0],[0,-11],[3,1],[0,-10],[-9,-1],[0,-24],[-3,1],[0,-9],[8,-1],[0,-2],[8,-1],[0,-9]],[[2701,6361],[0,-17],[6,0],[0,-9],[8,-1],[0,-20]],[[2715,6314],[-11,1],[0,6],[-2,0],[0,11],[-18,3]],[[2677,6345],[0,6],[-4,-3],[0,7]],[[2673,6355],[1,-1],[0,17],[-3,0],[0,29],[2,3],[3,0],[0,9],[3,2],[0,3],[3,0],[0,8],[4,0]],[[2782,6347],[-2,-11],[1,-9],[1,-5],[2,4],[1,-6],[1,8],[1,1],[2,9],[1,0],[1,14],[2,0],[3,-5],[1,3],[2,25],[3,15],[-2,4],[-2,-1],[1,19],[-1,0],[-2,-4],[1,8],[-3,3],[-2,-20],[-2,-11],[-3,0],[-4,4],[-1,-1],[-1,5],[-2,-1],[-2,3],[0,6]],[[2777,6404],[7,29],[0,15]],[[2784,6448],[11,0],[0,-21],[13,0],[6,2],[-3,-8],[2,-7],[-1,-7],[2,-2],[0,-7],[-2,-10],[3,-5],[4,-4],[3,-6],[2,12]],[[2824,6385],[2,-12],[1,3],[1,-11]],[[2828,6365],[1,-5],[1,-4],[1,-8],[2,-9],[-1,-3]],[[2832,6336],[1,-27]],[[2833,6309],[-1,0]],[[2832,6309],[-31,1],[-24,-1]],[[2777,6309],[-16,1]],[[2761,6310],[-1,7],[0,6],[-1,8],[1,3],[0,7],[2,3],[0,5],[1,-2],[0,7],[-1,-1],[0,10],[1,4],[3,-3],[-1,-7],[4,0],[2,-5],[4,3],[1,3],[6,-11]],[[2894,6339],[3,-6],[1,11]],[[2898,6344],[4,6]],[[2902,6350],[0,-2]],[[2902,6348],[-2,-4]],[[2900,6344],[0,-1]],[[2900,6343],[-2,-6]],[[2898,6337],[-1,-2],[1,-3],[-5,-5]],[[2893,6327],[1,12]],[[2889,6372],[2,-4],[1,6],[1,-3]],[[2893,6371],[1,-6],[2,5],[1,-10],[-2,4],[0,-4],[1,-2],[0,-4],[-2,1],[-1,6],[-1,-1],[-1,-6],[-1,-2]],[[2890,6352],[2,-2]],[[2892,6350],[-1,-2],[3,-9]],[[2893,6327],[0,-1]],[[2893,6326],[-3,-4],[-1,-2]],[[2889,6320],[-2,3],[-4,-1],[-2,-5],[-2,-7]],[[2625,5617],[5,1],[0,13]],[[2630,5631],[5,-3],[1,3],[0,-7],[1,-3]],[[2637,5621],[-4,-14],[5,-8],[0,-4],[3,-2],[2,-3],[0,11]],[[2643,5601],[2,0],[2,-10],[1,0]],[[2648,5591],[-2,-8]],[[2646,5583],[-1,-1],[-2,-11],[-2,1],[-1,-5],[0,12],[-2,3],[-1,-4],[-2,2],[0,7],[-2,-2],[-6,0],[1,7],[-3,0],[0,25]],[[2687,4912],[-1,5],[3,1]],[[2689,4918],[-1,-10]],[[2688,4908],[-1,-1],[0,4],[0,1]],[[2693,4950],[2,-1],[0,-5],[2,2],[0,-9],[1,-2],[-1,-9]],[[2697,4926],[-2,-17],[-1,-8]],[[2694,4901],[-3,0]],[[2691,4901],[4,18],[-1,14],[-1,-3],[0,-8]],[[2693,4922],[-2,0],[0,11],[0,4],[-3,7]],[[2688,4944],[2,3],[0,5],[2,0],[0,-4],[1,2]],[[2705,4979],[0,-6],[-2,0],[0,-11],[-10,0],[-1,-9],[1,-3]],[[2688,4944],[-1,2]],[[2687,4946],[-3,3]],[[2684,4949],[1,6],[-1,6],[3,32]],[[2687,4993],[12,0],[0,5],[6,0],[0,-19]],[[2687,4912],[-1,1]],[[2686,4913],[-3,10],[0,-3],[-1,10],[1,-1],[1,20]],[[2687,4946],[0,-7],[1,0],[0,-1],[-2,-4],[3,-5],[1,0],[-1,-3],[0,-8]],[[2715,5190],[2,1],[2,-3],[3,0],[0,17]],[[2722,5205],[1,0]],[[2723,5205],[2,-23],[2,-25],[0,-6],[2,-24],[3,-26],[4,-34],[6,-32]],[[2742,5035],[-7,0]],[[2735,5035],[-1,-1],[-1,7],[-3,0],[0,10],[-1,5],[-5,0]],[[2724,5056],[-1,7],[-3,7],[-1,9],[-2,4]],[[2717,5083],[-2,12],[0,7],[-2,0],[0,7],[-1,7],[-1,0],[0,4],[-6,-3],[0,-3],[0,14],[3,4],[1,7],[1,1],[1,4],[3,-6],[2,-8],[1,4],[-1,4]],[[2716,5138],[0,7],[1,0],[0,4],[2,-2],[-2,14],[0,10]],[[2717,5171],[-2,6],[0,13]],[[2720,6533],[4,11],[9,13],[5,6],[9,11]],[[2747,6574],[0,-76]],[[2747,6498],[-2,2],[0,-10],[-3,0],[0,10],[-8,-1],[0,-9],[-5,1],[0,-9],[-3,0],[0,9],[-3,0],[0,-17],[-2,-1],[0,5],[-2,0],[1,7],[-1,5],[-1,1]],[[2718,6491],[-3,0]],[[2715,6491],[1,16],[4,-7],[2,-1],[-2,4],[1,5],[1,9],[-2,0],[1,4],[-1,12]],[[2879,6503],[1,0],[2,10],[3,7],[1,7],[2,0],[-2,-7],[1,-9],[-3,-1],[2,-3],[-3,-6],[3,-2],[0,-8],[-2,-1],[2,-5],[7,2],[-1,-13],[-1,1],[-1,-14],[1,-9],[3,9],[1,-5],[0,11],[1,-1],[0,10],[3,-1],[1,-6],[1,0]],[[2901,6469],[0,-6],[-3,-5],[2,-14]],[[2900,6444],[-2,-10]],[[2898,6434],[-2,-1],[0,-12]],[[2858,6407],[-4,12],[11,17],[1,10],[2,7],[5,-6],[0,2],[2,-8],[4,6],[1,-2],[1,4],[1,-6],[4,7],[-1,3],[2,4],[-3,15],[0,4],[-1,4],[0,9],[-4,-1],[-2,-4],[-2,3],[3,6],[-1,3],[2,7]],[[2600,6828],[7,0],[0,-102]],[[2607,6726],[-6,0],[0,-31],[3,0],[-2,-6],[3,-8],[2,1],[0,-7],[-6,0],[0,-10]],[[2601,6665],[-10,0]],[[2591,6665],[2,-4],[-2,0],[0,4]],[[2591,6665],[-2,0]],[[2589,6665],[0,23],[-3,30],[2,5],[-3,-1],[-5,43],[0,8],[2,10],[1,9],[-1,16]],[[2582,6808],[12,-1],[0,21],[6,0]],[[2689,5335],[0,12],[1,0],[0,10],[-1,0],[0,14],[3,0],[0,4],[3,-8],[4,-10],[1,-4],[3,-6],[0,36],[1,0],[0,6],[3,-5],[3,15],[0,6],[4,14],[-2,8],[10,10],[0,5],[1,1],[1,-8],[2,8],[0,5],[3,5]],[[2729,5453],[2,-5],[0,-7]],[[2731,5441],[-1,-4]],[[2730,5437],[1,-7],[0,-8],[1,-3],[2,2],[3,-8]],[[2737,5413],[2,-4],[-2,-6],[-2,0],[1,-5],[-1,-5],[-3,2],[-2,-3],[3,-3],[-2,-10],[-4,0],[2,-3],[-3,-17],[-1,-2],[0,-10],[-1,-6],[1,-8],[-4,0],[4,-4],[2,-5],[-4,-15],[-1,1],[1,6],[-2,-1],[1,-9],[-2,0],[2,-5]],[[2722,5301],[0,-6],[-2,8],[2,-8],[-2,-5]],[[2720,5290],[2,-2],[-2,-5],[0,-9],[0,-14]],[[2720,5260],[-1,-1],[-3,2],[0,2],[-2,0],[-2,5],[-2,1],[-1,3],[-2,-1],[0,-4],[-1,1],[-1,-13],[1,-14]],[[2706,5241],[0,-10],[-1,-13]],[[2705,5218],[-4,-1],[-1,6],[1,10],[-2,5],[1,4]],[[2700,5242],[-7,2]],[[2693,5244],[-18,4]],[[2675,5248],[0,20],[0,4],[-1,0],[0,6],[-2,3],[0,8],[1,5],[0,-8],[4,0],[1,-11],[1,2],[0,37],[8,0],[0,11],[2,1],[0,9]],[[2721,5269],[0,-8],[0,20],[1,3],[-1,-15]],[[2729,5353],[-2,-15],[-1,2],[1,11],[2,2]],[[2730,5374],[1,-8],[-1,-5],[-1,5],[1,8]],[[2526,5415],[0,-15],[0,-26]],[[2526,5374],[1,-74],[1,-40],[0,-39]],[[2528,5221],[-2,-8]],[[2526,5213],[-3,4],[0,5],[-2,-5],[-3,0],[-3,8],[-2,2],[-1,-2],[3,-2],[-4,-3],[-6,-7],[-2,7],[-1,-9],[-3,-5],[0,-8]],[[2499,5198],[-3,0]],[[2496,5198],[-1,-1]],[[2495,5197],[-1,5],[-1,9],[1,4]],[[2494,5215],[-2,8],[0,6]],[[2492,5229],[-2,7],[-2,9],[0,8]],[[2488,5293],[0,8],[-2,0],[-1,7],[-2,0],[-1,12],[0,18],[6,0],[0,5],[12,0],[0,42],[17,4],[0,11],[1,-2],[4,2],[-1,12],[1,3],[4,0]],[[2509,5203],[0,-2],[-2,2],[2,0]],[[2524,5201],[-6,3],[3,1],[3,-4]],[[2676,6644],[0,-6],[-5,-1],[0,11]],[[2671,6648],[0,7],[-2,0],[0,-6],[-3,-8],[0,-14],[4,0]],[[2670,6627],[0,-10],[-4,-1],[0,-10]],[[2666,6606],[-3,0],[0,10]],[[2663,6616],[0,10],[-3,0]],[[2660,6626],[-1,30],[13,2],[1,-7],[3,-3]],[[2920,6382],[3,-8],[0,15],[2,3],[2,-8],[3,3],[0,-4],[-2,-4],[1,-5],[-1,-19]],[[2928,6355],[0,-1]],[[2928,6354],[-1,-5]],[[2927,6349],[-1,9],[-1,-4],[0,-9],[-3,4],[1,-7],[-1,-1],[-5,-16],[-4,33],[-4,5],[0,-4]],[[2909,6359],[-1,4]],[[2908,6363],[1,8],[1,3],[1,-4],[2,3],[1,-6],[4,8],[2,7]],[[2919,6413],[2,0]],[[2921,6413],[2,-1]],[[2923,6412],[-2,-12],[1,-4]],[[2922,6396],[4,-2],[3,-4],[0,8],[1,-4],[0,-14],[-2,-25]],[[2920,6382],[1,3],[0,9],[-2,-3],[-1,8],[-2,0],[-1,8],[1,4],[3,1],[0,1]],[[2889,6317],[1,-4],[4,6],[1,-5],[1,4],[2,-3],[-1,-10],[3,0],[4,-12],[3,11],[-3,12],[0,2]],[[2904,6318],[3,-1],[2,-7],[5,5],[4,1],[1,-7],[2,-4],[1,6],[3,-2]],[[2925,6309],[0,-1]],[[2925,6308],[-3,-11],[-2,-6]],[[2920,6291],[1,-6],[-1,0],[-2,5],[1,-8],[-2,-3],[-1,-7],[2,-5],[-4,-5],[2,6],[-1,2],[-1,-8],[-3,-3],[3,0],[-3,-10],[-3,-17],[-1,-2],[0,-6],[-2,-5]],[[2905,6219],[-3,-1],[1,8],[1,16],[-1,5],[-2,0],[0,3],[-3,-3],[-4,13],[-3,5],[-5,18]],[[2886,6283],[1,9],[0,2],[-1,0],[0,1],[0,2],[2,12],[1,8]],[[2922,6289],[0,4],[4,20]],[[2926,6313],[-4,-24]],[[2919,6272],[-1,0],[1,5],[2,3],[-2,-8]],[[2697,4926],[1,3],[1,-4],[2,4],[2,-2],[2,5],[0,-7],[8,-4],[0,16],[-1,6]],[[2712,4943],[4,3]],[[2716,4946],[3,1],[2,-2],[0,3],[1,-5],[4,-10],[0,-7],[2,-3],[3,-22],[7,0]],[[2738,4901],[2,0],[0,-10],[3,0]],[[2743,4891],[0,-51],[-6,-19]],[[2737,4821],[-1,-22],[-7,0]],[[2729,4799],[-11,0],[0,-20]],[[2718,4779],[-4,2],[0,7],[-2,1]],[[2712,4789],[0,4],[-3,-7]],[[2709,4786],[-1,13],[-4,0]],[[2704,4799],[1,11],[-2,4],[3,7],[1,4],[-5,-8]],[[2702,4817],[-1,6],[-1,-1],[-1,5]],[[2699,4827],[0,3],[6,0],[0,20],[-6,0],[0,21],[0,10],[-1,0],[-2,9],[0,5],[2,1],[0,5],[-4,0]],[[2699,4824],[2,-5],[1,-16],[-1,0],[-4,5],[-1,11]],[[2696,4819],[3,0],[0,5]],[[2709,4786],[-1,-13],[-3,-2],[-1,20],[0,8]],[[2718,4779],[0,-21],[-2,0],[0,-12],[-3,0],[0,-22],[2,-2],[0,-6],[3,-8],[-1,0],[-1,-8]],[[2716,4700],[-1,2],[0,5],[-1,1],[-1,9],[-1,8],[0,-4],[-1,8],[0,13],[-1,7],[1,8],[-1,4],[-4,5]],[[2706,4766],[3,11],[0,3],[2,9],[1,0]],[[2703,4763],[2,-2],[-2,-3],[0,5]],[[2703,4781],[1,-13],[-1,-1],[0,13],[-2,11],[2,-6],[0,-4]],[[3013,6784],[6,3],[-1,5],[2,3],[1,9],[-3,14],[5,10],[1,-2],[-1,-11],[2,-6],[2,4],[3,-6],[2,6],[3,-11],[2,-4],[2,7],[1,18],[3,-2],[2,7],[2,-2],[0,11],[-2,-1],[-2,4],[-4,2],[1,16],[8,-5],[2,14],[-2,1],[2,9],[5,-3],[-1,-8],[2,-3],[-2,-14],[5,-4],[2,6],[4,-13],[3,-1]],[[3068,6837],[-2,-13],[0,-9],[-2,-6],[-1,-6],[-2,-3],[1,10],[-2,-7],[0,4],[-2,-2],[0,11],[-2,-8],[-2,-19]],[[3054,6789],[-1,8],[0,-4],[0,11],[-1,-9],[-1,-5],[-1,20],[-3,-15],[2,-7]],[[3049,6788],[-2,-8],[-1,15],[0,18],[-2,-9],[1,1],[1,-28],[-1,-4],[0,7],[0,13],[-2,-1],[1,-5]],[[3044,6787],[-3,-10],[2,12],[-3,-11],[2,13]],[[3042,6791],[-4,-5],[-4,-12],[1,-11],[0,-6]],[[3035,6757],[-4,-2],[-1,-6],[1,-5]],[[3031,6744],[-3,-11]],[[3028,6733],[-2,-1],[-2,-8],[1,-5],[-3,-16],[-2,3],[0,-5]],[[3020,6701],[-2,5],[0,12]],[[3018,6718],[-3,7],[-2,11]],[[3013,6736],[1,7],[0,12],[-1,3],[0,26]],[[3050,6805],[-1,-13],[-1,4],[2,9]],[[3079,6811],[-1,5],[1,3],[0,-8]],[[3074,6813],[-2,1],[-1,8],[4,-4],[-1,-5]],[[3073,6825],[-3,0],[2,5],[1,-5]],[[2613,5602],[2,0],[4,5],[2,2],[0,11],[4,-3]],[[2646,5583],[1,0],[-1,-11],[3,-6],[-2,-11],[0,-6],[2,0]],[[2649,5549],[0,-27],[0,-4],[-2,0],[0,-10]],[[2623,5468],[-2,9],[-2,12],[0,10]],[[2619,5499],[-1,10],[-5,93]],[[2062,6297],[2,6],[0,15],[7,0],[0,6],[2,0],[0,6],[3,1]],[[2076,6331],[1,-1],[-1,-8],[-4,-1],[1,-6],[-4,-2],[0,-6],[-1,-4],[2,-1],[-1,-4],[-5,-1],[0,-6]],[[2064,6289],[-2,-1],[-1,5],[1,4]],[[2066,6339],[0,-1]],[[2066,6338],[0,-3],[3,-1],[1,-4],[1,4],[5,0],[0,-3]],[[2062,6297],[-2,5],[-1,5],[0,10],[-3,15],[5,0],[3,-2],[1,3],[1,6]],[[2791,6701],[-3,6]],[[2788,6707],[0,14],[0,3],[10,10],[9,4],[4,-2],[4,2],[3,-2]],[[2818,6736],[5,-4],[-1,-7],[-4,0],[1,-7],[-1,-1],[0,-10],[2,0],[-1,-10],[6,-1],[0,-2],[4,0],[0,2],[6,0]],[[2839,6696],[0,-21],[-3,-14],[-1,-9],[-2,-9],[-6,0],[0,-5],[-2,0],[0,-8],[-3,1],[0,5],[-17,0],[0,2],[-7,-6],[-4,-5],[-3,3],[-1,7],[-2,1],[-2,5]],[[2786,6643],[3,16],[4,6],[0,5]],[[2793,6670],[5,0],[0,24],[-1,6],[-5,0]],[[2792,6700],[-1,1]],[[2818,6736],[7,-4],[3,-9],[3,-1],[4,4]],[[3010,6961],[4,4],[1,-12],[2,-1],[1,8],[1,15],[3,-6]],[[3022,6969],[1,6],[-1,3],[-2,7]],[[3020,6985],[3,11],[5,12],[2,3]],[[3030,7011],[-1,7],[4,11]],[[3033,7029],[1,5],[-2,10]],[[3032,7044],[2,15]],[[3034,7059],[-2,4],[3,20],[4,8],[2,32],[21,89]],[[3062,7212],[5,-4],[0,-20],[5,-8],[5,7],[2,0],[1,5]],[[3080,7192],[6,0],[0,6]],[[3086,7198],[1,2],[3,0]],[[3090,7200],[8,-19]],[[3098,7181],[1,-10],[3,-5]],[[3102,7166],[0,-56],[0,-18],[0,-57]],[[3102,7035],[1,-3],[-1,-4],[1,-7],[-1,-2],[-1,-8],[-1,1],[2,-8]],[[3102,7004],[4,-8],[4,-2],[2,1],[0,-9],[-2,-4]],[[3110,6982],[1,-7],[1,-4]],[[3112,6971],[0,-6],[-1,-6]],[[3111,6959],[2,-15],[2,-4],[2,7]],[[3117,6947],[2,-4],[2,-10],[0,-3],[2,-8]],[[3123,6922],[-1,-5],[-1,2],[-1,-7],[-2,2],[3,-7],[1,6],[3,-9],[-3,-6],[-3,-14],[-4,1],[0,5],[-1,-1],[0,-7],[-1,-3],[-3,1],[-1,4]],[[3109,6884],[-1,-13],[-2,0],[0,4],[-2,-8],[-1,2],[0,8],[-2,0],[-1,-5],[0,-7],[-1,0],[0,-10]],[[3099,6855],[-2,8],[0,-10],[-1,1],[-1,-7],[-2,10],[0,8],[-1,1],[-2,-3]],[[3090,6863],[-1,6],[-2,-1],[2,-7],[-3,2],[-1,-7],[-1,9],[-1,1],[1,-11]],[[3084,6855],[-1,4],[-3,-3],[2,-13],[-1,-7],[-2,7],[-2,0],[-2,5],[-2,-3]],[[3073,6845],[1,7],[3,4],[-1,5],[-2,-7],[0,7],[2,10],[-2,3],[-1,-10],[-4,-6],[1,-12],[-2,-3]],[[3068,6843],[0,-6]],[[3013,6784],[-1,58]],[[3012,6842],[0,39],[-2,80]],[[3084,6830],[1,-6],[-3,3],[2,3]],[[3079,6835],[0,-7],[-3,1],[1,11],[2,-5]],[[3072,6843],[-2,-7],[1,8],[1,-1]],[[3083,6846],[-1,1],[0,5],[1,-6]],[[3091,6844],[-4,-2],[0,-7],[-2,4],[-1,4],[2,13],[3,4],[2,-10],[0,-6]],[[3108,6862],[-1,5],[1,2],[0,-7]],[[1763,5871],[34,-112]],[[1797,5759],[0,-15]],[[1797,5744],[1,-3],[1,-9]],[[1799,5732],[3,-7]],[[1802,5725],[1,-11],[0,-3],[1,-8],[0,-8],[1,0]],[[1805,5695],[6,-17],[-1,-6],[-2,-9]],[[1808,5663],[-5,-8]],[[1803,5655],[0,-4]],[[1803,5651],[-25,0],[0,-5],[-27,0],[-18,0],[0,-3],[-5,0]],[[1728,5643],[-1,11],[-3,1],[2,3],[-2,4],[0,3],[-5,4],[1,-3],[-2,-4],[-4,-1]],[[1714,5661],[-2,1],[1,14],[0,12]],[[1713,5688],[0,19],[0,31]],[[1713,5738],[1,0],[0,87],[0,27],[-9,0],[-2,-1],[1,12],[-1,7],[-2,28],[-1,3],[0,10],[1,5],[-2,5],[0,5],[-2,0],[-1,6],[0,7],[-2,10],[-1,13]],[[1693,5962],[-1,11],[1,7],[-2,20],[-3,5],[-3,5],[-1,10],[1,3],[-2,7],[-1,1],[-1,7],[1,6],[-1,5],[-2,2],[-2,7],[-2,2],[-1,12],[-2,6],[-4,-1],[2,8],[0,12],[-2,2],[-1,6],[0,7],[-1,7],[-6,6],[-2,7],[0,7],[-1,3],[1,13],[2,1],[0,11],[-2,12],[1,13]],[[2643,5944],[16,-1]],[[2659,5943],[0,3]],[[2665,5945],[2,-7],[1,-12],[2,-3],[1,-8],[0,-9],[-2,4],[-3,-9],[-1,-11],[3,-4],[0,-6],[2,1],[1,-6],[-1,-11],[-3,3],[-2,0],[-1,4],[-4,9],[0,-8],[-4,-10],[3,-20],[1,-3],[0,-14]],[[2660,5825],[-3,-1]],[[2657,5824],[-3,-5]],[[2654,5819],[-2,-6]],[[2652,5813],[0,2],[-2,3],[1,5],[-3,-1],[-3,9],[-4,5],[-6,1],[4,12],[1,0],[1,13],[2,-1],[2,14],[2,0],[2,5],[-1,3],[4,14],[1,-2],[5,0],[1,4],[1,16],[-2,2],[-2,9],[-2,0],[-1,-5],[-2,0],[1,13],[-4,0],[0,5],[-1,1],[-2,-6],[-2,0],[0,10]],[[2970,6660],[1,-7],[-4,-2],[-1,-12],[1,-10],[-2,-1],[1,-9],[-2,-2],[0,-8],[4,0],[4,2],[0,-9],[2,-5],[3,5],[3,3],[1,-9],[0,5],[3,3],[0,-7],[3,1],[1,-14],[0,-6]],[[2988,6578],[-7,1],[-17,1],[-1,-4]],[[2963,6576],[-1,4]],[[2962,6580],[-9,0]],[[2943,6581],[0,5],[7,76]],[[2950,6662],[20,-2]],[[2972,6660],[11,-1]],[[2983,6659],[0,-4],[0,-7],[1,-7],[3,-9],[2,3],[0,4],[3,3],[1,-7],[-1,-14],[2,-1],[2,-8]],[[2996,6612],[1,-6]],[[2996,6577],[-6,-1]],[[2990,6576],[-2,2]],[[2970,6660],[2,0]],[[2849,6027],[0,-1],[0,-3]],[[2849,6023],[-2,-2],[-1,8],[-2,-3],[-1,4],[-1,-1],[-4,2]],[[2838,6031],[-1,5],[-2,1],[-1,8],[-2,1]],[[2832,6046],[-1,6],[3,15],[0,-4],[5,-8],[2,-8],[4,-7],[2,0],[1,-4]],[[2859,6012],[0,-7],[-1,-3]],[[2858,6002],[-2,4],[0,6]],[[2864,5993],[-3,-4],[0,7]],[[2861,5996],[0,3],[3,-2],[0,-4]],[[2865,5983],[1,5]],[[2866,5988],[0,-1]],[[2866,5987],[1,-9],[0,-5]],[[2867,5973],[-2,-5],[-2,-1],[-1,14]],[[2862,5981],[2,-2],[0,-1],[1,0],[0,4],[0,1]],[[2839,6028],[4,-2],[2,1],[1,-7],[3,-4],[2,0]],[[2851,6016],[2,-6],[2,4],[0,-10]],[[2855,6004],[0,4],[-1,-9],[-7,-13],[0,12],[-8,8],[-3,9],[-2,-4],[-1,7],[2,3],[3,-3],[0,4],[1,6]],[[2930,6410],[-1,0]],[[2929,6410],[-1,7]],[[2928,6417],[2,-4]],[[2930,6413],[0,-3]],[[2926,6407],[-4,-7],[2,17]],[[2924,6417],[3,-1],[1,-4],[-2,-5]],[[2452,6420],[1,18],[4,12]],[[2457,6450],[0,13],[0,7]],[[2457,6470],[-1,7],[-1,1],[-3,8],[1,8],[1,13],[3,1],[2,3],[6,2]],[[2465,6513],[2,5]],[[2467,6518],[3,1],[4,8]],[[2474,6527],[0,11],[1,10],[3,5]],[[2478,6553],[1,11],[0,15]],[[2479,6579],[0,10],[-1,4],[-5,6],[-2,9],[1,6],[-4,13],[-3,4],[0,4]],[[2465,6635],[6,-1]],[[2471,6634],[22,0],[7,0]],[[2500,6634],[0,-23],[3,-1],[0,4],[6,-2],[0,-7],[2,-2],[-2,-4],[0,-6],[-3,0],[0,6],[-14,0],[0,-32],[2,0],[0,-40],[-7,0],[0,-8],[0,-33],[0,-10]],[[2487,6476],[-3,0],[0,-61],[8,0],[0,6],[1,1],[0,6],[2,0],[0,-13],[-1,-2],[0,-15],[-3,2],[-4,-1],[-1,-5],[-4,-8],[-1,-10],[-1,-7],[-2,-6],[-7,1],[0,51],[-11,1],[-10,0]],[[2450,6416],[2,4]],[[1590,6044],[1,-2],[-2,-15],[3,-1],[2,6]],[[1594,6032],[0,-1],[0,-8],[2,-5],[2,-1],[-2,-14],[1,-3]],[[1597,6000],[-3,-1],[-1,3],[-2,-8],[-1,-2],[0,-6]],[[1590,5986],[-2,3],[-5,17],[-1,0],[-1,7],[-1,9],[1,7]],[[1581,6029],[2,5],[2,1],[-1,12],[3,1]],[[1587,6048],[2,-2],[1,-2]],[[1597,6000],[1,-2],[4,-14],[2,-2],[-1,14],[1,2],[1,-5],[3,-5],[6,0]],[[1642,5851],[-17,0],[-15,1]],[[1610,5852],[-3,10]],[[1607,5862],[-1,11],[-2,5]],[[1604,5878],[-2,11],[-2,8],[-4,8],[-1,6]],[[1595,5911],[-1,14],[-1,7],[1,9],[-2,1],[2,8]],[[1594,5950],[1,-4]],[[1595,5946],[1,4],[2,19],[-2,15],[-2,6]],[[1594,5990],[-1,-3],[-3,-1]],[[2526,5374],[11,0],[1,-1],[2,-12],[1,7],[2,0],[0,6],[-2,4],[0,3],[4,4],[1,-6],[-1,-7],[2,-6],[0,-4],[-4,-3],[1,-6],[-2,3],[-1,-12],[1,-2],[-1,-6],[1,1],[0,-7],[-2,-1],[0,-6],[1,-9],[4,11],[1,10],[1,-2],[0,6],[4,4],[0,5],[-1,5],[1,4],[0,16],[2,1],[0,15],[17,0]],[[2570,5389],[0,-9],[-5,-5],[0,-4],[-2,-4],[-1,-14],[-1,-7],[-2,-7],[-2,-10],[-2,-6],[18,0],[0,-7],[2,-1],[0,-23],[1,0]],[[2576,5292],[-13,0],[-12,0],[-2,-15]],[[2549,5277],[3,-15],[4,-8],[0,-7]],[[2556,5247],[-2,-12],[2,-7]],[[2556,5228],[-2,-10],[-3,-5],[-1,5],[0,-10],[-1,-3]],[[2549,5205],[-4,-2],[-7,-1],[3,5],[2,-3],[3,4],[-2,10],[0,4],[-2,0],[-1,12],[1,10],[-1,9],[-2,3],[0,4],[-2,-18],[-1,-13],[0,-14],[-2,0],[0,4],[-3,4],[-3,-2]],[[2537,5204],[-7,-1],[3,3],[4,-2]],[[2718,6491],[0,-15],[0,-6]],[[2718,6470],[3,-6],[-1,-2],[-1,4],[-1,-2]],[[2718,6464],[0,6]],[[2718,6470],[-3,5],[0,16]],[[2715,6491],[-1,0],[1,13]],[[2715,6504],[0,8],[-2,2],[0,3]],[[2713,6517],[2,3],[5,13]],[[2628,6540],[18,2]],[[2646,6542],[16,2]],[[2662,6544],[-1,-9],[-2,2],[0,-5],[2,-4],[2,3],[10,0],[0,-10],[3,0],[0,-9]],[[2676,6512],[-7,0],[0,5],[-2,0],[0,-27],[0,-32],[8,0],[0,-34],[-5,0],[-3,-2],[0,-21],[-13,3],[0,45],[-7,-1],[0,-6],[-6,0],[0,-5],[-2,0],[0,-15],[-1,0],[0,-14],[-2,0],[-2,-6]],[[2634,6402],[-2,1],[-1,-7],[-3,0]],[[2628,6396],[0,124],[0,20]],[[1571,7002],[3,-6],[6,-5],[1,1],[2,-3]],[[1583,6989],[2,0]],[[1585,6989],[2,4],[2,0],[5,8]],[[1594,7001],[0,-15],[3,-8],[1,-4],[2,-5],[1,-17],[-2,-3],[0,-4]],[[1599,6945],[0,1],[-7,0],[0,10],[-4,4],[0,-6],[-4,-1],[1,-8],[-2,-2],[-4,2],[-1,-1],[-2,8],[1,12],[-1,7],[1,0],[1,8],[-7,-2]],[[1599,6945],[2,-12],[-4,-6],[1,-9],[2,-4],[-2,-10],[-1,-3],[1,-4],[0,-9]],[[1598,6888],[-7,1],[-3,4],[-2,-4],[-2,7],[-7,0],[-2,5],[-2,-2],[-3,2],[-6,-12],[0,4],[-4,3],[0,-4],[2,-7],[-3,-2],[-3,10],[-9,0],[0,-34],[-3,0],[0,-8],[-3,-2],[1,-7],[-9,-1]],[[1533,6841],[1,16]],[[1534,6857],[0,10],[1,15],[-1,7],[0,16],[2,10],[0,15],[1,15]],[[1537,6945],[0,13],[-1,7],[2,9],[-1,4],[1,12],[0,-7],[1,-2],[0,9],[-2,2]],[[1537,6992],[1,18],[-1,7]],[[2407,6940],[-2,-6],[1,-5],[1,-11],[-1,-9]],[[2406,6909],[-6,0],[-1,-2],[-1,9],[-2,0],[-1,-4]],[[2395,6912],[-1,2],[-1,26]],[[2393,6940],[14,0]],[[2395,6912],[-1,-3]],[[2392,6940],[1,0]],[[2642,5624],[4,1],[-2,6]],[[2644,5631],[2,1],[0,-4],[6,-2],[1,-2]],[[2653,5624],[-2,-7],[5,-14],[-1,-4],[1,-5],[-3,-12],[-3,2],[-1,5],[-1,2]],[[2643,5601],[1,7],[-2,10],[0,6]],[[2615,6547],[13,0]],[[2628,6547],[0,-7]],[[2628,6396],[0,-18]],[[2628,6378],[-11,0],[0,8]],[[2617,6386],[0,12],[-5,0],[0,10],[-2,0],[0,10],[-5,0]],[[2605,6418],[0,41],[-2,5],[-3,0],[0,15],[-3,0],[0,10],[1,0],[1,10],[5,1],[0,47]],[[2604,6547],[11,0]],[[1813,5992],[14,0],[20,0]],[[1847,5992],[0,-19],[7,0],[-1,-21],[0,-7],[-1,-5],[1,-9],[0,-6],[-1,-10],[-2,1],[-1,-7],[-8,-9],[-4,-7],[-1,-7],[-2,0],[-1,-5],[1,-8],[-1,-8],[1,-2],[-1,-13],[-1,-3],[-4,1],[-2,10],[-1,-4],[-2,7],[0,6],[-2,7],[-1,7],[-2,2],[-1,3],[0,-36],[-1,-1],[-2,-6],[1,-2],[2,-7],[0,4],[3,-1],[0,3],[5,-23],[8,0],[0,3],[2,1],[3,-3],[1,-3],[4,-10],[1,-5],[5,-5],[4,-2],[1,-6],[3,0],[1,2],[0,-13],[3,0],[0,-20],[9,0],[-2,-13],[1,-7],[3,3],[2,-9],[0,-6],[-3,-7],[2,-5],[0,-5],[2,-4],[2,-6],[0,-8],[3,-10],[0,8],[2,4],[1,5],[2,0],[-2,-5],[2,-1],[1,4],[1,-8],[0,6],[2,-1],[2,4],[1,-4],[2,-4],[2,1],[7,-14],[1,4],[0,-54],[2,-19],[-6,-7],[0,-6],[-2,3],[0,14],[-1,7],[0,5],[-2,-4],[-1,-8],[-4,-7],[2,-6],[2,9],[5,-38],[0,-7],[-2,2],[-2,-2],[2,-12],[-3,0],[0,-11],[-4,0],[0,-9],[-3,-4],[-3,3],[0,12],[-5,0],[0,10]],[[1879,5549],[3,1],[0,30],[-1,3],[-2,1]],[[1879,5584],[1,6],[1,19],[-2,6],[-2,-1],[0,6],[-2,0],[0,11],[-1,0],[0,-5],[-2,1],[0,4],[-2,0]],[[1870,5631],[-1,0],[0,8],[-2,-1],[-1,-6],[-2,-2],[-1,-8],[0,-10],[-2,3],[-3,-2],[0,7],[-2,0],[0,-8],[-1,0],[-2,-12],[4,0],[1,-21]],[[1858,5579],[-5,-4],[-9,9],[-11,8],[0,-93],[-8,-1],[-3,-5],[0,-3],[-6,-4],[0,-8],[-11,0],[0,4],[-5,0],[-2,-3],[-1,3],[1,6],[0,6]],[[1798,5494],[2,3]],[[1800,5497],[0,4],[2,7],[0,14],[-2,7]],[[1800,5529],[-4,0],[-1,7]],[[1795,5536],[1,7],[0,12],[-2,6]],[[1794,5561],[1,7],[0,5]],[[1795,5573],[2,3]],[[1797,5576],[2,11],[1,3]],[[1800,5590],[0,15],[1,2],[-1,13],[1,6],[-1,7],[3,12],[0,6]],[[1797,5759],[1,9],[-1,3],[2,4],[0,6]],[[1799,5781],[-1,16],[-1,10],[-1,4],[1,19],[-2,11]],[[1795,5841],[0,17],[1,2],[-2,14],[0,9]],[[2614,6584],[17,0],[0,40],[-10,0],[0,41],[6,0]],[[2627,6665],[7,0]],[[2634,6665],[0,-40],[17,0],[9,1]],[[2663,6616],[-8,-1],[0,-10],[2,0],[0,-10],[6,1],[0,-11],[7,1],[3,-6]],[[2673,6580],[-2,-7],[-2,-11],[-2,-7],[0,-7],[-2,-4]],[[2665,6544],[-3,0]],[[2615,6547],[-1,37]],[[2685,5767],[1,3],[5,8],[3,0],[1,5],[1,-2]],[[2696,5781],[2,1]],[[2698,5782],[7,-1]],[[2705,5781],[3,-18],[3,2],[2,-13],[1,-3],[-2,-9],[-2,-28]],[[2710,5712],[-2,2],[0,4],[-4,6],[0,5],[-3,6],[-1,-2],[0,-8],[-2,-1],[-4,4],[1,5],[-2,5],[0,6],[-2,8],[0,9],[-1,-1],[0,6],[-5,-2],[0,3]],[[2513,6674],[4,0],[1,-4],[2,3],[4,1],[0,20],[7,0],[0,-6],[3,1],[0,-6],[2,4],[4,-2]],[[2540,6685],[0,-1]],[[2540,6684],[2,0],[2,-11]],[[2544,6673],[1,-8],[-1,-13],[1,-19]],[[2545,6633],[-3,0]],[[2542,6633],[-23,0]],[[2519,6633],[-8,0]],[[2511,6633],[2,2],[-2,14],[-1,-3],[-1,3],[0,10],[3,3],[1,12]],[[2933,6424],[3,3]],[[2936,6427],[1,0]],[[2937,6427],[1,-4],[-2,-5],[0,-8]],[[2936,6410],[-5,-3],[4,5],[-1,6]],[[2934,6418],[0,4]],[[2934,6422],[-1,2]],[[2942,6429],[3,1],[4,4],[0,2]],[[2949,6436],[5,3],[1,-2],[1,-10]],[[2956,6427],[-3,0],[0,-3],[-3,1],[-1,-3],[-6,-5]],[[2943,6417],[-1,12]],[[2943,6413],[4,4],[3,1],[-7,-6],[0,1]],[[2950,6448],[-1,-12]],[[2942,6429],[-1,3],[-4,-2],[0,-3]],[[2936,6427],[-1,6],[-1,0]],[[2934,6433],[0,2]],[[2934,6435],[1,-1],[2,9]],[[2937,6443],[2,-5],[0,9],[3,2]],[[2942,6449],[0,-3],[2,-2],[-1,8],[2,-5],[2,0],[0,4],[2,-1],[1,-1],[0,-1]],[[2943,6417],[-2,-1],[-5,-6]],[[2676,6512],[3,0]],[[2679,6512],[1,-1]],[[2680,6511],[0,-2],[3,0],[0,-8],[16,-1],[0,7],[4,2],[0,5],[1,0]],[[2704,6514],[0,-21],[2,1],[0,-5],[-4,2],[0,-9],[-6,1],[-13,1],[0,-26],[3,0],[0,-33]],[[2673,6355],[-9,0],[0,-12]],[[2664,6343],[-14,4],[0,16],[-7,2],[-5,0],[0,18],[0,1],[0,11],[-3,0],[-1,7]],[[2747,6398],[5,0],[4,13],[1,-7]],[[2757,6404],[2,-13],[7,-16],[2,4],[1,9],[0,7]],[[2769,6395],[1,-7],[3,1],[2,-6],[3,3],[1,-3],[0,-7],[3,-1],[1,6],[4,-11],[-2,-15],[-1,0],[-2,-8]],[[2761,6310],[-14,0]],[[2747,6310],[0,88]],[[2757,6404],[3,-2],[2,-4],[1,3],[3,-2],[0,8],[3,0],[-1,-5],[1,-7]],[[2747,6447],[9,1],[1,3],[1,-30],[13,-1],[3,-4],[0,-8],[2,-5],[1,1]],[[2747,6398],[0,19]],[[2747,6417],[0,30]],[[2765,5939],[23,0],[17,0]],[[2791,5878],[-3,1],[-2,12],[0,-12],[-2,0],[1,5],[-1,9],[1,11],[-5,0],[-1,-15],[-1,3],[-1,-3],[1,-6],[2,1],[2,7],[1,0],[-1,-26],[1,-8]],[[2783,5857],[-5,0],[0,14],[-3,1],[0,-8],[-14,2]],[[2761,5866],[2,4],[0,4],[1,9],[1,-2],[0,-9],[3,4],[1,-1],[2,5],[-2,1],[1,15],[-1,2],[-2,-7],[1,-7],[-2,-2],[-1,4],[-2,-1],[0,-5],[-2,-11]],[[2761,5869],[0,36],[-14,1],[0,3],[-9,-6],[0,11],[-3,8],[0,6],[1,7],[1,6]],[[9037,3325],[-1,-3],[-2,2],[0,3],[3,6],[1,-2],[-1,-6]],[[9048,3418],[-1,-2],[-1,10],[2,10],[1,-12],[-1,-6]],[[9052,3446],[-1,-2],[0,-7],[-2,1],[0,12],[3,8],[0,-12]],[[9049,3583],[-1,1],[1,2],[0,-3]],[[9051,3783],[-1,-1],[2,14],[1,0],[0,-5],[-2,-8]],[[9049,3861],[-1,2],[0,7],[2,-3],[-1,-6]],[[2570,5389],[-1,15],[14,1],[0,29],[2,3],[1,-2],[0,10],[2,-2],[0,4],[-2,0],[-1,5],[-2,-4],[-2,-6],[0,7],[-4,6],[-1,-5],[-1,6],[-2,-1],[-1,-5],[-1,10],[-1,11],[-1,15]],[[2595,5497],[3,0],[-1,-9],[1,-4],[0,-17],[1,-3],[-5,-8],[-4,4],[-1,-7],[1,-7],[-1,-3],[2,-8],[0,-7],[2,1],[2,-3],[0,15],[3,2],[1,-7],[12,0],[0,-10],[4,0],[2,-10],[4,0]],[[2623,5292],[-16,0]],[[2607,5292],[-10,-1],[-21,1]],[[2633,5757],[0,-15],[1,-3],[-2,-12],[0,-21],[6,0],[0,-6],[-2,-7],[2,-1],[1,-5]],[[2639,5687],[-5,0],[0,3],[-4,0],[0,-2],[-8,0],[0,-21],[-1,0],[0,-15],[9,0],[0,-16],[0,-5]],[[2613,5602],[-4,80]],[[2609,5682],[-2,56],[-1,4]],[[2606,5742],[0,1],[0,14]],[[2609,5757],[24,0]],[[2713,5198],[-2,10],[2,0],[0,5],[1,6],[-2,9],[1,-1],[0,9],[2,-7],[1,-6],[1,0],[1,-11],[-2,1]],[[2716,5213],[-3,-3],[0,-5],[2,0],[0,-15]],[[2724,5056],[0,-15],[4,-1],[0,-6],[-2,-1],[-1,6],[-3,-2],[1,-6],[-1,-5],[-2,1],[0,-5],[2,-8],[2,1],[-2,-5]],[[2722,5010],[1,-3],[0,-12],[-2,0],[1,5],[-2,5],[0,9],[-4,-1],[0,19],[0,2],[3,0],[0,11],[-2,0],[1,10]],[[2718,5055],[0,3],[-2,8],[0,8],[-3,1],[-1,5],[-2,22],[1,4],[-2,-1],[-1,4],[-3,1],[-4,-6],[1,-4],[-2,0]],[[2700,5100],[-1,9],[1,0],[0,12],[-1,9],[-1,0],[-1,5],[0,6],[2,0],[2,-2],[1,4],[2,-2],[4,5],[1,6],[2,5],[5,0],[-2,22],[1,19],[-2,0]],[[2722,5010],[2,-3]],[[2724,5007],[1,-9],[0,-3],[-3,-4],[0,-4],[-1,0],[-1,-4],[-4,0],[0,-10],[1,0],[-1,-5],[0,-11],[1,-7],[-1,-4]],[[2712,4943],[-1,1],[0,16],[-3,3],[1,9],[-2,6]],[[2707,4978],[0,68],[2,0],[0,8],[9,1]],[[2270,5130],[1,5],[-4,7],[0,6]],[[2267,5148],[-1,0]],[[2266,5148],[2,8],[-1,6],[1,-3],[3,2],[-1,4],[-1,12],[1,7],[5,16]],[[2275,5200],[1,-2],[0,-5],[2,4],[1,-11],[2,-3],[1,2],[2,-5],[-1,-16],[-4,-14],[6,-16],[-1,-2],[8,1],[1,-7],[1,0],[7,-28],[-3,-8],[0,-2],[8,18],[2,13],[3,14],[3,-4]],[[2314,5129],[1,-4],[0,-9],[0,-5],[1,-1],[3,-20],[1,0]],[[2320,5090],[0,-4],[1,-3],[0,-12],[2,-4],[0,-12],[3,-2],[0,-5],[2,-9],[2,-1]],[[2330,5038],[-3,-6],[-2,-4],[-4,0],[-3,-5],[0,-7],[4,8],[2,2],[-5,-12],[-3,-2],[-2,-5],[-4,-8]],[[2310,4999],[2,6],[5,9],[-2,4],[-3,-6],[-2,-1],[2,5],[-2,0],[1,7],[-3,-1],[-1,-6],[-2,6],[1,6],[-1,0],[0,-11],[1,-2]],[[2306,5015],[-3,-5],[1,6],[-3,2],[-1,6],[-2,4],[1,-13],[0,-6],[1,0],[5,-16],[-7,-13],[-1,3],[-3,15],[1,-9],[-2,2],[1,-10],[0,-6],[0,-4],[-2,-11],[-2,-3]],[[2290,4957],[1,8],[0,8],[-2,-5],[1,-3],[-1,-7],[-1,1],[0,8],[-2,-5],[-2,-2],[-2,-9]],[[2282,4951],[3,-7],[0,7],[3,3],[0,-7],[-5,-24],[0,-1]],[[2283,4922],[-2,6]],[[2281,4928],[-7,0],[1,-5],[2,1],[0,-5],[1,-7],[3,-4],[0,-3]],[[2281,4905],[-2,-14]],[[2279,4891],[-14,0],[-2,7],[-1,2],[0,16],[0,13],[4,13],[1,6],[1,1],[1,-3],[1,-1],[0,-9],[2,-2],[1,8],[2,0],[-3,15],[6,31],[6,19],[-1,6],[1,21],[-1,8],[-3,-1],[0,3],[9,27],[-7,33],[-3,-8],[-3,8],[-1,7],[-2,-1],[-1,12],[-2,3],[0,5]],[[2281,4893],[1,6],[1,1],[1,12],[3,10],[-4,-20],[-1,-9]],[[2282,4893],[-1,0]],[[2287,4927],[0,4],[2,9],[0,4],[2,10],[1,4],[1,-7],[-3,-11],[-3,-13]],[[2294,4964],[2,3],[5,14],[2,1],[2,7],[0,-6],[-4,-9],[-4,-10],[-4,-11],[1,5],[0,6]],[[2310,4999],[-4,-9],[0,1],[3,7],[1,1]],[[2279,4891],[-2,-26],[-3,-7],[-1,2],[2,6],[0,6]],[[2275,4872],[-3,-6],[-1,-5],[-3,15],[-1,4],[1,-8],[2,-10],[-2,-5],[2,1],[1,-4]],[[2271,4854],[3,-1]],[[2274,4853],[2,4],[0,-16],[-2,-4],[1,-9],[-2,-1],[0,-9],[2,-7],[0,-2],[-2,4],[0,-8],[2,-5],[1,-31]],[[2276,4769],[0,-11],[1,0],[1,-9],[1,0],[-1,-7],[1,-2],[1,-17],[2,-3],[-1,-3],[0,-6],[1,-4],[1,5],[0,5],[1,-2],[0,-11]],[[2284,4704],[-3,0],[-3,-6],[0,-8]],[[2278,4690],[-2,1],[0,5],[-2,0],[-2,6],[-2,10],[-3,0],[-1,4],[-2,1]],[[2264,4717],[-5,-3],[-1,3],[-3,0]],[[2255,4717],[0,3],[1,16],[1,-5],[5,-4],[0,-3],[2,-1],[0,37],[-4,1],[1,10],[1,9],[-1,1],[0,75],[-7,0],[0,93],[10,0],[-1,7],[3,8],[-8,56],[4,6],[3,-5],[2,-1],[5,17],[-5,22],[4,13],[-7,28],[6,30]],[[2282,4893],[-3,-26],[0,-14],[-2,-1],[1,14],[3,27]],[[2284,4722],[-1,4],[-1,17],[-1,12],[0,9],[-1,7],[-2,25],[0,2],[-1,8],[1,4],[-1,30],[1,8],[0,-30],[1,-21],[3,-36],[1,-25],[1,-14]],[[2569,6486],[3,5],[0,47],[4,2],[1,7]],[[2577,6547],[27,0]],[[2605,6418],[-6,0],[0,-10],[-5,0]],[[2594,6408],[-4,0],[0,40],[-21,1],[0,37]],[[2299,5813],[0,-8],[2,-1],[0,8],[2,-3],[1,3],[0,-40],[-1,0],[0,-23]],[[2303,5749],[0,-1],[-1,-4],[-2,5],[-4,0],[0,-7],[-2,6],[-1,5],[-2,-3],[-1,4],[-2,-6],[-4,2],[0,53],[-5,0],[1,5],[1,8],[-4,-1],[0,-12],[-7,0],[0,3]],[[2270,5806],[0,37],[14,0],[0,-30],[15,0]],[[2303,5749],[2,2],[0,-30],[-3,0],[0,-20],[-10,0],[0,-20],[-2,0],[0,-19],[-1,0],[0,-18],[1,0],[0,-7]],[[2290,5636],[-2,0]],[[2288,5636],[1,-7],[-3,-11],[-1,-8],[-1,0],[-1,9],[1,4],[-1,7],[-1,1],[-1,-5]],[[2281,5626],[-2,2],[-1,-7]],[[2278,5621],[-3,2]],[[2275,5623],[0,8],[-2,-1],[-1,2],[0,5]],[[2272,5637],[-3,4]],[[2269,5641],[-4,-15],[-1,-1]],[[2264,5625],[-3,5]],[[2261,5630],[1,3],[0,8],[-4,1]],[[2258,5642],[-1,8],[1,8],[-1,2]],[[2257,5660],[-1,-4],[-6,5],[-1,-9],[-3,-1],[-1,8],[-2,2],[-2,-3],[-3,1],[-3,4],[-1,4],[-2,-1],[-5,1]],[[2227,5667],[0,15]],[[2227,5682],[-1,10],[2,19],[2,0],[0,6],[3,0],[0,-6],[4,0],[0,31],[21,0],[0,61],[2,0],[2,-4],[4,1],[1,6],[3,0]],[[2378,6883],[5,8],[0,8]],[[2406,6909],[-1,-11],[7,-19]],[[2412,6879],[1,-4],[4,-1],[2,-2],[1,-8],[1,-4]],[[2421,6860],[5,-4]],[[2426,6856],[4,-9],[0,-5],[1,-11]],[[2431,6831],[-6,0],[0,-10],[-6,0],[0,10],[-24,0],[0,21],[-3,0],[0,10],[-2,2],[0,8],[-16,0]],[[2374,6872],[1,5],[3,6]],[[2707,6514],[0,-14],[3,0],[0,-9],[1,0],[0,-7],[-1,-2],[-1,-10],[3,3],[0,-9],[-5,0],[0,-8],[-4,0],[0,-38],[13,0],[0,18],[5,0],[1,-8],[0,11],[2,1],[0,15],[5,0]],[[2729,6457],[0,-10],[3,0]],[[2732,6447],[0,-20],[-5,-1],[0,-8],[-2,0],[0,-10],[2,0],[0,-10],[-2,1],[-1,-6],[-3,0],[-1,-8],[-3,0],[0,-17],[-2,0],[0,-8],[-14,1]],[[2704,6514],[3,0]],[[2707,6514],[4,0],[-2,-12],[2,-1],[1,6],[3,-3]],[[2718,6464],[-2,-5],[4,-2],[2,5],[1,8],[2,4],[6,0],[0,-8],[-2,0],[0,-9]],[[2747,6498],[0,-41]],[[2747,6457],[-5,0],[0,9],[-8,0],[0,-9],[-2,0],[0,-10]],[[1734,7041],[-2,10]],[[1732,7051],[1,10],[-1,4],[0,11],[-2,6],[0,9]],[[1730,7091],[0,125],[0,2],[0,76],[0,18],[0,80]],[[1730,7392],[28,0]],[[1758,7392],[0,-120]],[[1758,7272],[3,-14],[2,-3],[1,-9]],[[1764,7246],[3,-6]],[[1767,7240],[0,-7],[1,-5]],[[1768,7228],[-2,-5],[3,-11]],[[1769,7212],[-2,-4],[4,-8],[1,-7]],[[1772,7193],[3,-4],[3,-1]],[[1778,7188],[1,-8],[4,-10]],[[1783,7170],[2,-9],[1,-6]],[[1786,7155],[1,0],[2,-6]],[[1789,7149],[0,-10],[4,-6],[1,-10],[1,5],[2,-3],[1,-9]],[[1798,7116],[4,0],[3,4],[1,-2],[-1,-17],[-1,-1],[1,-7]],[[1805,7093],[-2,-6]],[[1803,7087],[-1,-26]],[[1802,7061],[-2,0]],[[1800,7061],[0,-5],[2,-3]],[[1802,7053],[-1,-12],[2,-2],[0,-5],[1,-5]],[[1804,7029],[-1,-4],[-2,-1]],[[1801,7024],[-2,-9]],[[1799,7015],[2,-6],[0,-6],[-2,-4]],[[1799,6999],[0,-9]],[[1799,6990],[-3,-10],[-3,4],[0,-8],[2,-5],[3,-13],[-2,-6],[-2,-9],[1,-14],[-1,-18],[-6,-18],[-4,5],[-1,-3],[-1,-11],[-3,-4],[-1,-4],[1,-7],[1,-1],[1,-10],[-2,-11],[3,-5],[0,-10],[4,-5],[0,-4],[1,-3],[-1,-5],[2,-8],[-1,-4],[-2,-1],[-2,6],[-1,10],[-3,-17],[-6,-5],[-1,-12],[-2,1],[-1,-11],[-3,-7],[-1,1],[-2,-7],[-3,-1],[-8,24],[-2,-8],[0,-15],[4,-4],[1,-8],[5,-15],[0,-29],[-8,0],[2,-4],[-1,-3],[2,-2],[1,-5],[4,-6],[1,7],[4,-7],[5,2],[0,-3],[5,0],[-1,-19],[12,0],[0,-90]],[[1730,6575],[0,215]],[[1730,6790],[2,3],[0,6],[1,8]],[[1733,6807],[-1,7],[2,13]],[[1734,6827],[-2,5],[0,5]],[[1732,6837],[-2,-2],[-2,6],[-2,-2]],[[1726,6839],[-1,4],[1,5],[-2,6],[1,4],[0,7]],[[1725,6865],[2,5]],[[1727,6870],[0,5],[3,20]],[[1730,6895],[3,5]],[[1733,6900],[2,12],[1,6]],[[1736,6918],[0,11]],[[1736,6929],[3,12],[1,21]],[[1740,6962],[4,22],[2,13]],[[1746,6997],[-2,9],[0,5],[-1,5],[-2,0],[-2,6],[-2,-1]],[[1737,7021],[-3,20]],[[2505,6888],[0,41],[7,0],[0,10],[9,0],[0,10],[-1,0],[0,20],[7,0],[0,40],[10,-1],[0,8]],[[2537,7016],[2,2],[1,-4],[3,-1]],[[2543,7013],[2,-9]],[[2545,7004],[-1,-2],[1,-5],[0,-6],[-1,0]],[[2544,6991],[1,-7],[-2,-7],[-1,-11],[4,0]],[[2546,6966],[2,5]],[[2548,6971],[1,-6],[-1,-5],[-2,-15],[3,-7],[1,-1]],[[2550,6937],[-1,-13],[-5,-5],[-1,-6],[-4,-20],[-1,-18],[3,-2],[1,5],[4,7],[3,18],[1,4],[4,5],[4,-12],[-2,-15],[-1,-6],[-2,-9],[-1,-23]],[[2552,6847],[-10,0],[0,-10],[-4,0],[0,-41],[-3,0],[0,5],[-7,0],[0,36],[-4,0],[0,-10],[-3,0],[0,-10],[-3,0],[0,10],[-2,5],[2,5],[-13,0]],[[2505,6837],[0,51]],[[2566,6959],[1,0],[0,-8],[-1,2],[0,-14],[-3,-6],[-4,-28],[-2,2],[-1,9],[1,9],[2,6],[1,15],[3,2],[2,13],[1,-2]],[[2569,6974],[2,0],[0,-9],[-3,1],[1,8]],[[1582,7187],[2,7],[0,6],[2,4],[2,8],[0,7],[2,0],[-1,8],[1,5]],[[1590,7232],[2,1],[3,-10],[3,-3],[1,-6],[6,-9],[2,1],[4,8],[2,10],[3,3],[0,10],[2,8],[-2,5],[2,6],[-3,1],[0,11],[1,8],[-1,4],[6,8],[1,9],[-2,9],[0,4],[-2,2],[1,3],[-1,7],[1,11],[2,0],[3,6],[2,-5],[2,3]],[[1628,7337],[1,1],[1,-17],[2,-2],[-1,-6],[2,-2],[1,-4],[4,-8],[0,-5],[4,-10],[2,-1],[2,-13],[5,0],[-1,-11],[-2,-9],[-4,-1],[-3,-5],[1,-6],[-1,-11],[-2,-8],[0,-6],[1,-10],[4,-2],[1,-4],[0,-8],[1,-4],[2,-1],[0,-10],[-1,-9],[2,-14],[0,-10],[1,-6],[-2,-7],[-15,0],[0,10],[-3,0],[0,10],[-11,0],[-2,9],[-5,12],[-2,-2],[-3,-13],[0,-5],[-1,-2],[1,-14]],[[1607,7133],[-8,0],[-2,-6],[-4,3],[-2,-2],[-7,3],[-1,8],[-5,4]],[[1578,7143],[0,4],[-2,4],[1,7],[3,0],[0,8],[4,-1],[0,8],[2,8],[0,7],[-4,-1]],[[2642,5757],[17,0],[16,2]],[[2675,5759],[0,-8],[-3,-6],[-1,-8],[-2,-3]],[[2669,5734],[0,-7],[0,-5],[5,-11],[2,-10],[3,-4],[2,2]],[[2681,5699],[1,-3],[1,-11],[1,-3],[1,-9],[1,-13]],[[2686,5660],[1,-3],[3,-11],[0,-9]],[[2690,5637],[1,0]],[[2690,5637],[-2,4],[-3,-2],[-3,1],[-2,6],[-5,-1],[0,3],[-2,-5],[-2,-1],[0,-5],[-4,2],[-1,4],[-3,-5],[-1,9],[-5,3],[-1,7],[-2,-2]],[[2654,5655],[-5,7],[0,10],[-6,-2]],[[2643,5670],[0,17],[-4,0]],[[2633,5757],[9,0]],[[1610,6230],[2,-6],[0,-7],[4,-2],[1,-2],[1,4],[2,4],[2,9],[0,8],[3,7],[3,4],[4,2],[1,9],[-1,2],[7,0],[2,8],[0,-2],[4,3],[2,-9]],[[1693,5962],[-5,0],[-12,0],[0,-10],[-3,0]],[[1637,6066],[-8,23],[-7,29]],[[1622,6118],[-1,1],[-2,25]],[[1619,6144],[0,24],[-3,24],[-5,1]],[[1611,6193],[-2,1]],[[1609,6194],[-2,2],[0,21],[1,0],[0,9],[2,4]],[[2092,6925],[0,-3],[0,-195],[0,-35]],[[2092,6692],[0,-233]],[[2067,6458],[-22,0],[-13,0]],[[2032,6458],[-6,1],[-30,0],[-19,0],[-24,0]],[[1953,6459],[-19,-1],[-22,0],[-15,0]],[[1897,6458],[0,118]],[[1897,6576],[0,67],[0,2],[0,126],[0,93]],[[1897,6864],[0,12],[0,49]],[[1897,6925],[7,1],[3,-2]],[[1907,6924],[14,1]],[[1921,6925],[2,1],[14,-1],[14,1]],[[1951,6926],[1,-1]],[[1952,6925],[15,0],[39,0],[2,0],[22,-1],[10,0]],[[2040,6924],[1,1],[42,0],[9,0]],[[2715,5930],[-1,7],[1,7]],[[2761,5869],[-2,6],[-3,6],[1,6],[-1,7],[-2,-3],[2,-7],[-1,-9],[2,3],[1,-9],[-2,-11],[-1,2],[0,-5]],[[2755,5855],[-2,0],[0,-6],[-4,5],[0,-9],[1,-1],[-1,-7],[-6,-3],[-2,-4]],[[2741,5830],[-1,7],[1,8],[-2,2],[-1,-4],[-2,1],[-1,8],[2,3],[2,-1],[0,8],[-1,10],[-4,0],[-1,-13],[-2,-10]],[[2731,5849],[-1,6],[-4,-3],[-1,-13],[-1,1],[1,12]],[[2725,5852],[0,15],[0,7],[-3,10],[-3,5],[-8,-1],[0,7],[-2,5],[0,9]],[[2709,5909],[1,6],[2,2],[2,-2]],[[2714,5915],[-1,9],[2,6]],[[2741,5830],[0,-12],[-1,-1],[2,-15],[-2,-5],[0,6],[-3,-5],[-2,-9],[0,-10],[3,-7],[0,9],[2,6],[1,-13],[1,8]],[[2742,5782],[1,1]],[[2743,5783],[2,3],[2,-3],[-2,-7],[-2,-8],[2,-5],[0,-11],[0,-14]],[[2745,5738],[-5,0]],[[2740,5738],[0,14],[-4,19]],[[2736,5771],[-3,-7]],[[2733,5764],[-1,2],[1,10]],[[2733,5776],[1,1],[0,12],[1,10],[1,2],[-1,3],[1,8],[-1,5],[0,9],[1,5],[-2,11],[-2,0],[-1,7]],[[2743,5783],[1,5],[-1,11],[-1,2],[1,6],[-1,7],[1,7],[2,9],[3,-2],[2,5],[1,10],[2,0],[2,12]],[[2755,5855],[6,11]],[[2761,5866],[-1,-14],[3,0],[1,-3],[0,-6],[2,-4],[-1,-2],[1,-7],[-2,0],[0,-12],[4,0],[2,-30],[1,-6],[3,-9],[0,-7],[2,0],[3,-10]],[[2779,5756],[1,-3],[0,-12],[0,-4],[1,-7],[3,4],[1,5],[3,1],[2,4],[2,-1],[2,-15],[1,-5],[-1,-14],[0,-7],[-1,-6],[-2,-1],[0,-7],[-2,-9],[-1,-2]],[[2788,5677],[-11,38],[-6,21]],[[2771,5736],[-6,0],[-19,1]],[[2746,5737],[-1,1]],[[2842,6218],[2,-7]],[[2844,6211],[0,-1],[1,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-10],[-1,0],[-2,-4],[1,-5]],[[2842,6183],[-2,-2],[-1,4]],[[2840,6217],[2,1]],[[2278,5474],[8,-1],[0,-33],[4,-25],[1,3],[5,-31]],[[2296,5387],[-6,-12],[-3,18],[-16,-32],[6,-31]],[[2277,5330],[-11,-24],[1,-2],[0,-5],[-1,0],[-1,5],[-2,-4],[0,-4],[2,-15],[-4,-14],[-2,-19],[3,1],[2,-10],[0,-5]],[[2264,5234],[-1,-5],[0,-4],[4,-10],[-2,-2],[1,-2],[4,3]],[[2270,5214],[0,-8],[-2,1]],[[2268,5207],[0,3],[-2,-6],[-2,9],[-2,-2],[0,-5],[3,-5],[-2,-14],[-2,2],[-1,-14],[-2,-2],[-1,-8],[-5,15],[3,37],[2,8],[-6,7]],[[2251,5232],[0,9],[-2,0],[-1,13],[2,9],[-1,0],[0,10],[-1,5],[0,8],[-1,14],[1,5],[-3,2],[1,3],[-1,5],[0,4],[8,21],[-6,32],[9,19],[-2,15],[-2,3],[0,10],[0,5],[1,8],[-1,10],[3,-6],[4,-4],[3,4],[4,10],[5,0],[0,28]],[[2271,5474],[7,0]],[[2438,6243],[12,-1],[0,10],[13,0]],[[2463,6252],[1,-16]],[[2464,6236],[-1,-4],[2,-15]],[[2465,6217],[1,-5],[2,-1],[3,11],[2,-2],[5,-7]],[[2478,6213],[2,-6],[0,-4]],[[2480,6203],[-2,1],[-3,8],[-1,-1],[-1,-6],[-2,0],[-1,-7]],[[2470,6198],[-4,1],[-4,-1],[-1,-4],[0,-7],[2,-1],[0,-22],[2,-2],[2,5],[2,0],[3,-10],[2,-3]],[[2474,6154],[-1,-6]],[[2473,6148],[0,-14]],[[2473,6134],[-2,3],[-1,10],[-5,0],[-1,4],[-2,0],[0,-18],[-17,0],[-4,0],[0,-6],[-3,0],[0,-12],[-7,0],[-2,-5],[-2,0]],[[2427,6110],[-11,1],[0,-5],[-8,1],[-3,4],[0,5],[1,2],[-1,7],[0,6],[3,4],[0,14],[2,0],[0,10],[4,0],[3,36],[1,-3],[0,-4],[3,-4],[1,9],[2,10],[-1,7],[1,23],[14,-1],[0,11]],[[2648,5254],[18,-3]],[[2666,5251],[-1,-25],[1,0],[-1,-8],[0,-12],[3,0],[0,-43],[1,-8],[-1,-18],[-1,0]],[[2667,5137],[-3,6],[-2,5],[0,7],[-3,11],[-3,8],[-4,8],[-2,6],[-4,-4],[-1,4],[-2,-1],[-3,-8],[1,-6],[-3,3],[0,-5],[3,-2],[0,-5]],[[2641,5164],[-5,3],[-4,-8],[-2,-8],[-4,-7],[0,9],[-3,-10]],[[2623,5143],[-4,0],[-3,-4],[-3,-1],[-1,5],[-1,15],[1,2],[0,-14],[1,-6],[1,3],[0,9],[-2,13],[-4,9],[1,0],[-5,16]],[[2604,5190],[3,-4],[3,-8],[2,3],[-3,1],[0,10],[-3,-2]],[[2606,5190],[-3,9],[1,6],[1,-1],[2,5],[-1,5],[-1,-5],[-2,-5],[-1,9],[-3,-6],[0,-4],[2,1]],[[2601,5204],[2,-10],[-1,-2],[-3,9],[-4,7]],[[2595,5208],[0,15],[0,3],[3,1],[1,7],[-2,16],[3,10],[0,8],[1,0],[2,9],[2,-1],[1,4],[1,12]],[[2620,5139],[0,-6],[-2,6],[2,0]],[[1594,7001],[3,7],[2,-2],[6,4]],[[1605,7010],[3,-4],[2,1],[4,-3],[1,-8],[3,5]],[[1618,7001],[3,1],[7,7],[2,3]],[[1630,7012],[2,-1],[2,-5]],[[1634,7006],[8,4],[1,4],[6,7]],[[1649,7021],[2,2]],[[1651,7023],[6,2]],[[1657,7025],[2,7],[3,-1],[6,4]],[[1668,7035],[4,-1],[4,8]],[[1676,7042],[10,0]],[[1686,7042],[29,0],[19,-1]],[[1648,6575],[-7,0],[-22,0]],[[1619,6575],[-15,0]],[[1604,6575],[-16,1],[-13,0],[-17,0]],[[1558,6576],[0,33],[-2,6],[-4,2],[1,16],[5,2],[0,23],[2,6],[4,-1],[1,3],[5,0],[3,12],[2,2],[1,5],[3,0],[2,6],[3,1],[0,8],[5,1],[2,16],[2,5],[-1,10],[-3,11],[-1,1],[0,13],[5,8],[-1,4],[1,12],[-1,11],[2,6],[2,1],[1,16],[1,5],[0,14],[-1,5],[-1,9],[0,18],[1,2],[1,20]],[[2360,7357],[5,0]],[[2365,7357],[1,-6],[10,-3],[2,-13]],[[2378,7335],[4,0],[5,4]],[[2387,7339],[0,5]],[[2387,7344],[3,4],[4,2]],[[2394,7350],[1,-2],[6,1],[1,-3],[5,-8]],[[2407,7338],[3,0]],[[2410,7338],[0,-5],[-2,-4]],[[2408,7329],[1,-3],[5,1],[1,-4],[0,-7],[2,-15],[3,3]],[[2420,7304],[-1,8],[1,4]],[[2420,7316],[6,1]],[[2426,7317],[2,-4],[-1,-7]],[[2427,7306],[4,-7],[5,-1]],[[2436,7298],[0,-10],[2,-2],[2,2]],[[2440,7288],[0,-8],[2,3],[1,-2],[6,4]],[[2449,7285],[3,8],[7,11]],[[2459,7304],[1,-1],[0,-8],[2,-8],[5,3]],[[2467,7290],[1,-4],[5,0],[6,2],[4,-3]],[[2483,7285],[1,-8],[2,-3]],[[2486,7274],[4,4],[4,-2]],[[2494,7276],[-3,-9],[-10,-14],[-12,-11],[-8,-12],[-4,-12],[-2,-2],[-14,-43],[-2,-3],[-2,-8],[-4,-9],[-3,-5],[-5,-12],[0,-7]],[[2425,7129],[-3,-3],[0,-8],[-3,0],[0,-68]],[[2419,7050],[-1,-6],[-3,0],[0,-5],[-2,1],[-1,-4],[-4,-6],[-2,-8],[-1,-10],[-2,-3]],[[2403,7009],[0,-17],[3,-1],[3,-13],[1,-6]],[[2410,6972],[-3,-12]],[[2407,6960],[-8,0],[0,13],[-13,1],[0,16],[-7,0],[-1,31],[-16,0],[2,-5],[-6,0]],[[2358,7016],[-4,-1],[0,67],[-3,3],[-11,0],[0,30],[-1,0],[0,41],[0,40],[0,11],[11,-1],[0,10],[-4,4],[0,32],[4,0],[0,9],[1,0],[0,6],[9,0],[0,51],[0,39]],[[2947,6926],[19,1],[3,-1],[13,0],[17,1]],[[2999,6927],[-1,-2],[1,-10]],[[2999,6915],[-2,-5],[0,-9],[-2,-5],[2,-11],[0,-11],[-1,-9],[-4,-10],[-2,0],[0,-5]],[[2990,6850],[-6,-4],[-1,-6]],[[2983,6840],[0,-10],[1,-12],[-2,-7],[0,-12],[-2,-4],[0,-9]],[[2980,6786],[-2,-7],[-2,-5]],[[2976,6774],[0,-12],[-2,-3]],[[2974,6759],[0,-9],[-1,-16],[1,-5],[-1,-7],[-1,-14]],[[2972,6708],[1,-7],[-1,-8],[-2,-5]],[[2970,6688],[-1,-9],[1,-10],[2,-9]],[[2950,6662],[-1,7],[0,16]],[[2949,6685],[1,69],[-1,5],[0,6]],[[2949,6765],[-2,0],[-1,-6],[-1,1]],[[2945,6760],[1,13],[1,9]],[[2947,6782],[-1,5],[1,7],[-1,6],[0,11],[-1,3]],[[2945,6814],[1,17]],[[2946,6831],[2,9],[0,12]],[[2948,6852],[1,6],[0,6],[-3,16]],[[2946,6880],[1,16],[1,5]],[[2948,6901],[-2,6]],[[2946,6907],[1,8],[0,11]],[[2664,6343],[-2,-28],[-2,1]],[[2660,6316],[-5,2],[0,3],[-6,4],[0,3],[-3,1],[0,4],[-9,0],[0,-39],[3,0]],[[2628,6261],[0,25],[0,50],[0,42]],[[2212,5210],[12,-1],[0,25],[12,0],[13,0],[2,-2]],[[2268,5207],[0,-7],[-1,2],[-2,-9],[2,1],[0,-9],[-1,2],[-3,-7],[1,-8],[-1,-7],[-5,-22],[-1,0],[-4,-11],[-3,-4],[-1,1],[-1,-13],[1,-3],[-2,-1]],[[2247,5112],[0,6],[-2,3],[-1,-4],[1,9]],[[2245,5126],[1,1],[1,9],[1,0],[0,9],[-3,2],[-6,-4],[-4,-18],[-2,-1],[0,8],[-9,0],[-20,0],[0,11],[0,9],[0,6],[1,6],[0,15],[1,6],[1,-1],[5,1],[0,25]],[[2863,6753],[1,0]],[[2867,6758],[1,3],[-1,4],[0,6]],[[2867,6771],[6,-1],[0,4],[7,-2],[0,-25],[6,-6],[12,22],[1,-33],[-2,-2],[0,-6],[2,-3],[2,0],[0,6],[4,-5],[0,-19],[3,-4]],[[2908,6697],[0,-8],[0,-13],[-3,4],[-1,-9],[-6,10],[-1,-6],[-3,2],[0,-10],[-2,-12],[0,-14],[-1,-1],[-1,-10],[1,-7],[-1,-3],[0,-22],[-2,0],[0,-4],[-2,-3],[0,-16]],[[2886,6575],[-26,0]],[[2860,6575],[1,5],[2,-2],[3,7],[3,2],[1,-3],[0,13],[1,3],[-1,23],[-4,0],[0,25]],[[2317,5992],[5,0]],[[2322,5992],[-1,-7],[0,-69],[1,-1],[0,-10],[2,-11],[3,0],[1,-3],[0,-7],[10,0],[0,-8],[-2,-5],[0,-7],[2,-6],[-1,-4],[-3,0],[-2,-2],[-6,-1],[0,8],[-14,0]],[[2312,5859],[1,10],[1,5],[1,0],[0,10],[-7,0],[0,10],[8,0],[0,98]],[[2316,5992],[1,0]],[[2558,6097],[3,-6],[1,-1],[1,-6]],[[2563,6084],[2,1],[1,13],[4,4],[1,5],[2,1]],[[2573,6108],[1,-12],[3,2],[-1,-7],[2,2],[0,7],[3,0]],[[2581,6100],[-1,13],[2,2],[0,9],[1,-3],[3,6],[-2,4]],[[2584,6131],[3,-6]],[[2587,6125],[0,-10]],[[2587,6115],[3,-5],[3,-1],[0,-5],[1,4],[2,1]],[[2596,6109],[2,5],[5,5],[4,-2],[1,2]],[[2608,6119],[3,3],[0,-6],[3,-8],[3,9],[3,-4]],[[2641,6055],[-1,-8],[-3,3],[-5,14],[-5,-8]],[[2627,6056],[-1,-2],[-4,2],[0,13],[-3,4],[-1,-7],[-3,0],[-3,5],[-1,6],[-1,-4],[-2,-16],[2,-11],[-4,1],[0,-5],[3,-7],[4,-20],[-1,-3],[-4,-7],[-3,1],[-2,7],[-1,-1],[0,-7],[0,-31],[-2,-3],[-5,-11],[-1,6],[-1,9],[0,6],[-2,-1],[-2,4],[0,-3],[-5,-14],[0,3],[-5,2],[-3,20],[-5,7],[-2,1],[1,2],[-1,9],[2,10],[1,9],[2,-2],[4,10],[-2,19],[3,0],[-2,7],[0,5],[-5,9],[-1,-3],[1,-4],[-2,-5],[-2,-1],[-2,-7],[-2,0],[-5,7],[-4,7],[1,5],[2,1],[1,6],[-1,4],[0,9]],[[2720,5260],[2,-5],[-1,-17],[0,9],[-1,0],[0,-9]],[[2720,5238],[3,-8],[0,-9],[0,-16]],[[2713,5198],[-8,-1],[0,-5],[-12,0],[0,52]],[[2846,6227],[3,14],[2,-7],[2,-3],[2,10],[4,1],[2,-6]],[[2861,6236],[-2,-2],[2,-2]],[[2861,6232],[-2,-5]],[[2859,6227],[-1,7],[-1,-4],[2,-3]],[[2859,6227],[-1,-7]],[[2858,6220],[0,-1]],[[2858,6219],[-2,-3],[-1,10],[-1,3],[-4,0],[-2,6],[-1,-10],[0,-5],[2,0],[2,4],[2,-10],[0,-9],[-3,-3],[-2,0],[-3,-6]],[[2845,6196],[0,6]],[[2845,6202],[3,10],[-3,9]],[[2845,6221],[1,6]],[[2858,6219],[2,-5],[-1,-7],[1,-2],[-2,-8],[1,-4],[0,-26],[4,-13],[-1,-8],[-2,2],[0,6],[-2,2],[-2,8],[-1,21],[0,-17],[0,-7],[4,-9],[2,-9],[2,1],[0,-9]],[[2863,6135],[1,-10]],[[2864,6125],[0,-11],[-3,10]],[[2861,6124],[0,7],[-1,-6],[-1,-1],[-1,8],[-4,5],[-2,-2]],[[2852,6135],[-1,3],[-1,13],[-1,4],[1,-8],[0,-8],[-2,4],[-2,6],[-1,16],[-1,-4],[-4,-10]],[[2840,6151],[-2,4],[0,13],[2,11],[2,2],[1,6],[2,9]],[[2861,6107],[5,-8],[1,-3]],[[2859,6111],[1,0],[1,-2]],[[2851,6128],[-2,1],[0,1]],[[2034,6270],[2,-3],[3,7],[4,13],[-1,4],[2,0],[3,-12],[3,-5],[4,-2],[0,-32],[2,0]],[[2092,6170],[-25,-1],[0,-30],[-10,0],[-14,1],[-2,4],[0,6],[-5,12],[-1,-4],[-4,0],[-3,8],[-1,17],[-1,2],[-1,5],[1,3],[0,12],[2,3],[1,7],[-4,0],[-3,10],[-1,-1],[1,8],[10,0],[0,6],[1,3],[0,21],[1,8]],[[2851,6053],[2,-7]],[[2832,6046],[-5,-7],[-4,-1],[-2,-4],[0,7],[2,1],[0,4],[4,12],[-8,13],[0,-5],[-1,-1],[-2,4]],[[2816,6069],[-1,6],[-2,4],[3,19],[-7,11],[3,15],[-5,6],[3,10],[1,-4],[4,6],[0,14],[-4,15],[2,-1],[2,6],[4,14],[1,0],[2,-9],[-1,-4],[2,-6]],[[2472,7111],[11,12],[6,16],[11,4],[5,8],[2,8],[3,-1],[3,4],[1,10],[6,13],[1,1],[0,-10],[4,-6],[-1,-6],[3,-5],[-1,-18],[0,-6],[2,6],[6,14],[-3,-16],[3,9],[3,2],[8,-3],[2,-5],[2,-4],[1,-7],[4,-16],[2,-4],[1,-9],[4,-2],[3,2],[1,3],[2,1],[3,-11],[4,5],[2,-7],[2,3],[3,10],[6,8],[4,8],[1,-1],[6,4],[10,-3],[9,10],[5,0],[2,2],[-2,-8],[0,-25],[2,0],[3,-6],[3,1],[2,4],[3,-9],[2,4],[2,5],[4,-1],[1,5],[3,0]],[[2647,7104],[0,-3],[-1,-10],[1,-11],[-3,3],[2,-12],[-3,-4],[1,-5]],[[2644,7062],[3,1],[3,-4],[-1,-5],[2,-7],[3,-4],[-1,-5]],[[2653,7038],[-3,-1],[-6,4],[-3,0],[-3,2],[-2,-2]],[[2636,7041],[-1,4],[-3,3]],[[2632,7048],[-2,-12]],[[2630,7036],[0,-11],[-3,3],[-5,17],[-4,5],[-3,1],[-2,4],[-6,-2],[-3,-13],[-6,-1],[-1,-5]],[[2597,7034],[-4,5],[-5,-3],[-2,-3],[-2,-14],[-4,-5],[-3,-12],[1,-5],[-3,7],[2,13],[2,-1],[1,10],[-1,3],[-3,-6],[-3,3],[-2,-15],[-3,-3],[-1,1],[0,14],[1,6],[-1,4],[-2,-12],[-1,-14],[-2,-4],[-3,-15],[-2,-14],[-6,-27],[-1,-2],[0,-8]],[[2537,7016],[-2,5]],[[2535,7021],[2,6]],[[2537,7027],[-1,6],[-4,5],[-1,-2]],[[2531,7036],[-3,5],[-3,0],[0,3]],[[2525,7044],[-8,0],[-8,14]],[[2509,7058],[-29,23]],[[2480,7081],[0,2],[-3,18],[-2,1],[-1,4],[-2,-2]],[[2472,7104],[0,7]],[[2646,7081],[1,-6],[0,-5],[-2,6],[1,5]],[[2654,6868],[-14,0],[-5,0],[-15,0],[-20,0],[0,-40]],[[2582,6808],[-2,8],[2,5],[5,31],[0,14],[1,11],[-1,12],[1,5],[4,2],[1,19],[2,1],[2,7],[2,-4],[3,14],[1,6],[2,8]],[[2605,6947],[3,3],[-2,-8],[1,-10]],[[2607,6932],[-2,-4],[1,-9],[-2,-11],[2,-8],[2,24],[1,0]],[[2609,6924],[0,-8],[-2,-16],[1,-1],[2,10],[2,17],[0,11],[0,19],[1,6],[5,7],[5,1],[2,4],[-3,2],[-2,7],[-1,8],[1,8],[4,12],[-1,5],[4,-2],[2,4],[5,-8],[4,-7],[4,1],[3,-6],[3,-14],[4,0],[3,-7],[4,-4],[0,-3],[5,-3]],[[2664,6967],[4,-9],[-1,-5],[2,-9],[0,-14],[-1,5],[-2,-2],[0,-8],[1,-8],[2,-5],[1,-19],[0,-12],[0,-13]],[[2670,6868],[-16,0]],[[2592,6927],[-1,3],[2,1],[-1,-4]],[[2595,6935],[0,-1],[-2,8],[1,3],[1,-3],[0,-7]],[[2608,6995],[-3,2],[2,19],[2,-3],[0,-14],[-1,-4]],[[2639,7019],[2,-2],[-2,-6],[-2,1],[-3,8],[1,1],[4,-2]],[[2640,7041],[1,-4],[-2,1],[1,3]],[[2663,7033],[-3,4],[-4,-2],[-2,10],[2,-3],[3,6],[-1,6]],[[2658,7054],[3,0],[2,-3],[0,-6],[2,-3],[-1,-7],[-1,-2]],[[2577,7107],[0,-7],[-1,-3],[0,11],[1,-1]],[[2526,7165],[1,8],[-1,-2],[-1,3],[-3,1],[0,9],[2,7],[3,11],[4,7],[7,6],[6,0],[3,-6],[-3,-4],[-2,1],[-4,-3],[2,-3],[-3,-6],[-2,-9],[-2,-1],[-1,-6],[-3,-9],[-2,-11],[-1,7]],[[2520,7277],[-7,-9],[-2,-4]],[[2511,7264],[3,0],[-7,-8],[-2,2],[2,7],[-2,0]],[[2505,7265],[8,14],[4,5],[4,9],[4,2],[1,-1],[-4,-8],[1,-3],[-3,-6]],[[237,14],[1,-3],[-2,-3],[-2,-8],[-3,6],[4,4],[0,3],[2,1]],[[270,15],[-2,-3],[-1,4],[3,2],[0,-3]],[[2249,5107],[1,4],[0,6],[0,6],[2,5],[1,-5]],[[2253,5123],[4,-8]],[[2257,5115],[0,-12],[5,0]],[[2262,5103],[-1,-8],[-1,-6],[1,-11],[-2,-8],[2,-8],[-6,-17],[3,-11],[-7,-20],[0,-65],[-13,0],[0,-92],[-4,0],[0,-56],[17,-1],[-4,-39],[3,-2],[1,-12],[-1,0],[0,-9],[1,3],[2,-1],[-1,-18]],[[2252,4722],[-1,6],[-1,-1],[-2,8],[-3,0],[-1,4]],[[2244,4739],[-2,-2]],[[2242,4737],[-3,7],[-1,8]],[[2238,4752],[-3,-2]],[[2235,4750],[-1,5],[-3,2],[-1,-2]],[[2230,4755],[0,4],[0,6],[-2,7]],[[2228,4772],[1,3],[-1,10],[1,4],[-1,4],[2,3],[-1,2],[-2,-7],[0,6],[-1,13],[1,9],[-2,-6],[-2,6],[-1,9],[-1,2],[0,16]],[[2221,4846],[-1,9]],[[2220,4855],[-1,1],[-1,5],[1,11],[0,11]],[[2219,4883],[-1,1],[0,8]],[[2218,4892],[-2,8]],[[2216,4900],[-3,2],[-3,14]],[[2210,4916],[-2,3]],[[2208,4919],[0,13],[-1,3],[0,5]],[[2207,4940],[-2,1]],[[2205,4941],[-1,9],[-2,10]],[[2202,4960],[-3,5]],[[2199,4965],[23,1],[0,-1],[16,1],[0,75],[0,47],[10,-14],[0,7],[3,15],[-1,9],[-1,2]],[[1229,8624],[0,-11],[-2,-5]],[[1227,8608],[3,-5]],[[1230,8603],[-1,-5],[2,-7]],[[1231,8591],[7,-4]],[[1238,8587],[0,-7],[4,-7],[2,0]],[[1244,8573],[3,-11],[-1,-7],[3,-2],[-1,-4],[3,-7],[11,-16],[5,-15],[8,-20],[-2,-5],[3,-13],[4,-14],[3,-18]],[[1283,8441],[6,-18]],[[1289,8423],[3,-16],[6,-23],[5,-19],[3,-15],[-3,-14],[9,-5],[-2,-21]],[[1310,8310],[7,-8],[-1,-6]],[[1316,8296],[1,-6],[1,-12]],[[1318,8278],[7,2]],[[1325,8280],[3,-8],[8,-12],[3,-5],[8,-4]],[[1347,8251],[5,-12],[4,-3]],[[1356,8236],[1,-12],[5,-5]],[[1362,8219],[4,3]],[[1366,8222],[3,-15],[-1,-10],[-3,-13],[-1,-5],[2,-11],[-1,-13],[2,-11],[1,-12],[1,-7],[-3,-7],[-3,-21],[-4,-16],[-6,-12],[-1,4],[-2,-8],[-2,22],[0,-15],[-1,-6],[-2,-1],[-2,6],[-1,12],[1,4],[-2,5],[1,7],[3,5],[4,-3],[1,7],[3,10],[3,10],[-3,-4],[-1,-9],[-4,-12],[-2,6],[-2,-5],[-3,-3]],[[1341,8101],[-2,7],[0,7],[4,10],[8,0],[-1,7],[-1,-4],[-3,-1],[-1,4],[-1,13],[1,12],[-1,19]],[[1344,8175],[-5,19],[-3,11],[5,16],[-5,-11],[-4,-6],[-2,5]],[[1330,8209],[-5,-7],[-1,-1],[-3,-6],[-5,-4],[3,-3],[0,-11],[-2,0],[1,-8],[-1,-8],[-4,8],[2,-9],[-1,-10]],[[1314,8150],[-6,10]],[[1308,8160],[-1,13],[-1,7]],[[1306,8180],[3,-4],[-1,9]],[[1308,8185],[4,0],[-1,5],[1,6],[0,7]],[[1312,8203],[2,0],[1,6],[-1,17],[4,5],[6,-2],[3,5],[-4,-2],[-6,2],[-3,9],[0,7],[-5,3],[-1,10],[-4,7],[1,13],[-5,-4]],[[1300,8279],[-2,4],[1,8],[3,9],[-4,-3],[-6,10],[-4,16],[4,-2],[-2,12],[-1,-6],[-6,7],[-2,1],[1,7],[-3,2],[-1,-6],[-8,8],[3,12],[5,0]],[[1278,8358],[3,4],[-6,2],[-2,5],[2,3]],[[1275,8372],[1,4],[-3,-2],[-2,8],[2,9],[4,3],[-9,-2],[-1,5],[0,10],[2,1],[12,-16],[3,-8],[-3,12],[-6,8],[-5,10],[0,18],[8,-4],[3,-4],[-1,5]],[[1280,8429],[-10,4],[-1,-8],[-3,-8],[-5,19],[3,4],[2,-5],[1,9],[-3,1],[0,9],[-1,-11],[-3,-3],[-4,10],[-1,14],[1,11],[2,3],[-1,11],[3,10],[-2,1],[0,-6],[-2,-3],[0,-7],[-3,-9],[2,-5]],[[1255,8470],[-2,-5],[-2,1],[-7,17],[-5,4],[-2,-2]],[[1237,8485],[-2,18],[-3,6],[-2,12],[2,0],[-1,16],[-2,-3],[0,-7]],[[1229,8527],[-3,13],[0,6],[-2,16],[-1,11],[-3,17],[0,21],[-2,-18],[-4,2],[6,-12],[1,-12],[-1,0],[-1,8],[-2,5]],[[1217,8584],[-3,1],[5,-15]],[[1219,8570],[0,-17],[4,-22],[0,-6],[2,-9],[-2,-3],[3,-12],[2,-19]],[[1228,8482],[-1,-13]],[[1227,8469],[-2,-2],[-4,4],[-2,7],[-1,10],[-2,10],[-1,-2],[2,-9],[-1,-1]],[[1216,8486],[-4,5]],[[1212,8491],[-1,-2],[-7,-3]],[[1204,8486],[2,10],[0,9]],[[1206,8505],[-4,23],[-2,8],[4,8],[0,-2],[4,3]],[[1208,8545],[-1,3],[-3,0],[-3,-6],[0,7],[-4,14],[2,-19],[-2,-13],[-1,-2],[-5,7],[4,2],[-6,0],[-1,9],[0,8],[-2,-7]],[[1186,8548],[-4,13]],[[1182,8561],[3,-14],[-1,-2]],[[1184,8545],[-5,8],[-6,13],[-1,-3],[4,-10],[0,-4],[-2,0],[-3,-11],[3,8],[3,0],[2,-7],[3,4],[3,-3],[3,-5],[-2,-2],[1,-10],[3,-3],[-2,9],[4,-7]],[[1192,8522],[-3,-8],[4,-3],[1,9],[4,-12],[-1,-7],[3,1],[1,-15],[-1,-5],[-6,-4]],[[1194,8478],[-1,11],[-1,-4],[-5,7],[2,-5],[3,-4],[0,-7],[-4,2],[-3,5],[-1,-2],[2,-8],[-1,-6],[-2,1],[-2,10],[-2,1],[-2,8]],[[1177,8487],[-3,2],[-4,-1],[-12,22],[-2,2],[6,6],[-1,3],[-6,-6],[-1,7],[-6,12]],[[1148,8534],[0,6],[-1,9],[-9,19],[-4,1],[-2,4],[2,7],[-6,-3],[-9,13],[-7,5],[-1,8],[-1,-4],[-4,4],[3,1],[-4,2],[-10,16],[3,0],[4,8],[3,12],[-2,6],[-2,14],[4,12],[5,-15],[-1,-17],[2,-11],[-2,-3],[2,-2],[1,5],[-2,15],[1,10],[6,1],[-5,3],[-4,14],[-4,6],[-2,-11],[-3,-3],[-4,-12],[-12,-13],[-1,-1],[-9,1],[-7,4],[-4,5],[-11,10],[0,3],[4,5],[0,6]],[[1055,8674],[-1,11],[-2,6],[-3,-3],[3,-9],[-6,-8]],[[1046,8671],[-4,-1]],[[1042,8670],[-6,8],[-15,6],[-9,4],[-11,-5],[-11,-2],[-9,-7],[-3,4]],[[978,8678],[0,6],[-6,9],[2,3],[-5,2],[-2,-3],[-2,5],[-2,-3],[-3,9]],[[960,8706],[-3,4],[-4,1],[1,10],[3,8],[-2,4],[1,3],[0,8],[2,10],[3,-2],[1,6],[-3,-1],[-4,-10],[-1,-6],[-4,-7],[-2,-9],[-3,-7],[-5,-1],[-3,9],[-6,3],[-6,-1],[5,10],[4,14],[-6,-5],[1,5],[-3,1],[-3,-4],[3,8]],[[926,8757],[-8,-8],[-2,3],[6,11],[0,5],[-3,-6],[0,2],[-4,-5],[0,6],[-4,-9],[-6,0]],[[905,8756],[-1,6],[2,2],[3,-2],[2,3],[7,5],[0,4],[3,-1],[-4,6]],[[917,8779],[-2,-7],[-3,2],[-3,-4],[-3,8],[-2,-1],[-2,10],[5,-2],[-3,4],[1,6],[2,0],[-2,5],[3,1],[7,0],[2,1],[-3,5]],[[914,8807],[-8,0],[-5,-12],[-4,-10],[-2,1],[-1,7],[-4,-6],[0,6],[-3,-3],[1,-7],[-3,-4],[-2,1],[2,10],[-2,-4],[0,7],[-3,-12],[1,17],[1,2],[-2,10],[-1,-18],[0,-16],[-4,2],[1,8],[-3,-9],[2,-4],[-4,-1],[-2,9],[-3,5],[3,7],[2,12],[5,11],[-2,1],[1,7]],[[875,8824],[-6,-19],[-2,-9],[-1,-2],[-3,11]],[[863,8805],[-7,-7],[2,-1],[-2,-7],[3,6],[4,4]],[[863,8800],[0,-6],[-3,-12],[-2,-12],[-3,3],[-4,-1],[4,-4],[-3,-2],[-4,-12],[3,3],[1,4],[3,5],[3,-4],[-3,-9],[1,-5],[2,6],[2,10],[2,-16],[-3,-9],[-5,4],[-5,-10],[-1,-5]],[[848,8728],[7,10]],[[855,8738],[5,-6]],[[860,8732],[5,13],[4,-16],[-4,-8],[-2,2],[1,-7],[-4,3],[2,-7],[-4,-7],[0,-7],[2,6]],[[860,8704],[2,-10],[2,8],[1,-4],[-3,-8],[-2,0],[-2,5],[-1,-13],[-2,-4],[1,-4],[-1,-5],[-1,7],[-2,-6],[-6,1],[-3,-4],[-2,5]],[[841,8672],[-4,-1],[2,10],[-3,-1],[-2,-4],[-1,-11],[-1,-3],[-1,15],[-1,0],[0,8],[-2,3],[-1,-6],[2,-8],[-2,-7],[-3,-4],[-2,-8],[3,-5],[0,-8],[-3,3],[1,4],[-2,4]],[[821,8653],[1,8],[-2,9],[-1,-1]],[[819,8669],[-1,-13],[-3,1],[3,-7],[1,-14],[-5,13],[-3,0],[3,-7],[-2,-11],[-2,6],[-1,-10],[-3,-3],[1,-4],[-5,-7],[0,10],[1,2],[3,16],[-2,-2],[-6,-27]],[[798,8612],[-2,9],[2,7],[-4,-6],[2,-8],[-2,-6],[-2,-1],[-1,-4],[-5,-7],[1,-8],[-2,-3],[-2,8],[-2,-2],[-3,4],[3,-8],[-1,-5],[-8,6],[-5,-6],[1,-3],[-5,-1],[0,6],[-4,0],[0,3],[-3,5],[2,7],[3,0],[-2,6],[3,5],[4,5]],[[766,8615],[5,-1],[2,-4],[-1,10],[4,3],[1,5],[4,14],[3,7],[-3,1],[-10,-18],[1,-3],[-9,9],[-2,4]],[[761,8642],[-2,8],[5,30],[7,17],[2,7],[1,14],[1,2],[1,14],[-4,23],[1,4],[4,4]],[[777,8765],[5,1],[9,17],[8,12],[4,0],[1,-7],[2,-4],[5,-2],[6,7],[5,-5],[14,-6],[3,-4],[-2,9],[-3,3],[-4,-3]],[[830,8783],[-4,6],[-3,2],[-5,6],[-8,12]],[[810,8809],[1,6],[4,3],[3,13],[4,8],[9,8],[1,3],[-4,1],[-6,-3]],[[822,8848],[-3,-4],[-5,-11],[0,-10],[-2,-3],[-14,2],[-2,7],[-2,-1],[-3,-7],[-6,-5]],[[785,8816],[-3,-6],[-2,-11],[-6,-6],[-6,-2],[-5,-9],[-1,-11],[2,-12],[-4,4],[-5,-10],[-2,-7],[-3,-6],[-3,-10],[0,-6]],[[747,8724],[2,-3],[-3,-5]],[[746,8716],[-1,-6],[-6,-9],[-2,2],[-3,-1],[-3,2],[0,7],[-4,0],[3,-4],[2,-8],[5,-6],[3,-10],[-4,-19],[-4,-3],[-4,1]],[[728,8662],[-6,-3]],[[722,8659],[-2,-5],[8,1]],[[728,8655],[-1,-14],[-4,-7],[-3,4],[-1,-5],[-3,1],[2,8],[-2,9]],[[716,8651],[-1,-16],[-2,-3],[-2,3],[-2,-3],[3,-3],[-1,-6],[-5,-2],[2,-7],[-1,-5],[-4,0],[-1,-4],[-6,-2],[3,-4],[3,1]],[[702,8600],[-5,-6],[-2,-15],[-2,-6],[2,0],[0,-8],[1,-4],[4,7],[3,-2],[6,0],[4,-9],[1,2],[5,-9],[1,-10],[-2,-2],[-2,-11],[-4,-5],[-3,-8],[-6,-1],[0,-11],[-2,-3],[-3,0],[1,-10],[1,-3],[-5,-2],[-3,-6],[-1,-7],[5,8],[1,-5],[-3,-2]],[[694,8472],[2,-5],[-4,-3]],[[692,8464],[2,-8],[-3,4],[0,-9],[-3,7],[-1,-6],[-3,4],[1,-6],[-1,-6],[-3,5],[-3,-7],[-2,3],[-5,-2],[0,-6],[-2,-1],[2,-7],[-2,-2],[-4,0],[1,-3],[-3,-1],[1,-12],[-2,-2]],[[662,8409],[-6,8],[-1,-5],[0,-9],[-4,-3],[1,-2],[0,-9]],[[652,8389],[-3,3],[-2,-5]],[[647,8387],[-3,5],[-1,-7],[1,-7],[-1,-3],[-3,5],[-5,-7],[-3,-9],[-2,-2],[0,-5],[5,4],[0,-7],[-3,-2],[3,-6]],[[635,8346],[-1,-5],[-3,-3],[-1,-8],[-3,4],[0,-2],[2,-9]],[[629,8323],[-3,2],[-3,6],[-1,-17]],[[622,8314],[-4,7],[1,-6],[-4,-4],[-1,-7]],[[614,8304],[-2,4]],[[612,8308],[0,-9],[-3,3],[-4,7],[-1,-6],[2,-5]],[[606,8298],[-3,-1],[-2,-5],[2,-5],[0,-6],[-4,-2],[-2,3],[-2,6],[-4,-4],[-1,-5],[-4,-4],[-1,-5],[5,5],[2,0]],[[592,8275],[2,-7],[-2,-4],[-5,4],[-2,0],[0,-6]],[[585,8262],[-5,2],[-3,-4],[-3,-9],[1,-3],[-4,-5],[1,-5],[2,-1],[-1,5],[3,6],[1,-5],[2,3],[4,-5],[-4,-6],[-1,1],[2,-7],[5,8],[-2,-8],[-5,-5]],[[578,8224],[0,5],[-1,-8],[-2,0],[2,-8],[-2,-5],[-3,5],[0,7],[3,11],[-4,1],[2,-4],[-4,-7],[2,-10],[-1,-8],[-2,6],[-3,1],[-2,-11],[-5,1],[-6,-8],[-2,0],[-1,-8],[-1,4],[0,9],[-2,-3],[1,-14]],[[547,8180],[-2,-6],[1,-5]],[[546,8169],[-2,-10],[-4,-1],[4,8],[-3,3],[2,4],[-1,6],[2,6],[-2,5],[-4,1],[-1,-7],[-2,3],[-1,-5],[-2,-1],[0,-5],[-3,1],[1,-7],[-4,-3],[-5,0],[2,-4],[-2,-4],[-1,-8],[-2,-4]],[[518,8147],[-1,15],[-2,-6],[-3,-1],[2,-3],[0,-6],[-3,-2]],[[511,8144],[-1,3],[0,4],[-2,1],[-3,-11],[-7,-8],[-3,3],[-3,-2],[-1,2],[1,12],[3,11]],[[495,8159],[2,-4],[3,-2],[1,2],[-3,2],[-1,4],[-4,5],[-5,-3],[-3,-12],[1,-2],[-1,-12],[-2,-9],[-3,-11],[-4,1],[1,-6],[2,-6]],[[479,8106],[-3,-5],[-2,4],[1,6],[-4,-6],[1,-9],[-2,-2]],[[470,8094],[-1,6],[-1,-4],[-3,0],[-2,7],[5,1],[-4,9],[-3,14],[-2,-1],[-1,-9],[2,-6],[0,-10],[2,-14],[-2,4],[-1,6],[-3,-13],[-4,3],[-4,16],[-3,5],[-1,-11],[1,-5],[3,-4],[0,-3],[-7,-15],[-2,5],[2,3],[-1,10],[2,2],[-2,15],[6,8],[3,7],[-2,-7],[4,-2],[3,7],[-1,5],[4,5],[2,6],[3,-2],[2,3],[-1,8],[-1,2],[9,28],[4,8],[5,7],[2,6],[9,7],[10,9],[-6,-7],[7,1],[1,-3]],[[503,8201],[6,6],[0,-6],[-3,0],[-1,-6],[2,-1],[0,-5],[4,-14],[1,5],[2,-7],[1,5]],[[515,8178],[-3,5]],[[512,8183],[-1,12],[3,-3],[5,1],[1,-9],[6,-2],[-2,6],[3,1]],[[527,8189],[-8,12]],[[519,8201],[-2,6],[3,14],[1,7],[2,12],[4,8],[1,5],[5,7],[5,11],[2,5],[8,6],[5,7],[3,8],[4,6],[2,-3],[1,6],[2,-5],[2,-2]],[[567,8299],[3,1],[1,-3],[-1,14],[0,15],[2,11],[8,24],[6,8],[5,14],[4,7],[3,2],[1,-11],[4,-1],[2,3],[-5,-1],[0,16],[-3,1],[0,11],[2,17],[1,25],[2,10],[3,0],[2,4],[5,-1],[-5,4],[-3,-2],[-2,4],[-1,8],[2,17]],[[603,8496],[4,9],[2,9],[6,12],[0,6],[2,7],[1,15],[3,3],[0,13],[-1,-10],[-4,-5],[-1,-10],[-5,-6],[-6,-4],[-3,-6],[-7,-7],[-9,-9]],[[585,8513],[-3,1],[-3,7],[0,5]],[[579,8526],[-1,5],[-4,4],[1,17],[2,3],[-2,2],[3,6],[6,-3],[4,-5],[-3,7],[-2,1],[-5,4],[-4,8],[2,-8],[-2,-6],[-1,-8],[-4,-10],[0,7],[-3,5],[1,-6],[-1,-21],[-2,3],[3,3],[-1,3],[-2,-5],[4,-31],[1,-2],[-3,-10],[-3,-1],[-3,3]],[[560,8491],[0,4],[-2,4],[-8,31]],[[550,8530],[-4,10]],[[546,8540],[-2,1],[0,9],[-4,0]],[[540,8550],[-1,-15],[-3,-4]],[[536,8531],[-4,13],[-3,-2]],[[529,8542],[0,6],[-3,-3],[0,6],[-2,2]],[[524,8553],[2,5],[-3,8],[-8,-14],[-3,-6],[-2,-10],[-2,9],[-8,-12],[-3,1],[-2,-8],[0,-8]],[[495,8518],[-3,-2],[-2,-4],[-6,-5],[2,6],[-6,2],[-5,-1],[-2,3],[1,2],[8,1],[-1,5],[3,5],[1,-1],[2,7],[-2,0],[-1,5],[-1,19],[5,8],[1,4],[-7,0],[-2,-5]],[[480,8567],[-2,6],[-2,17],[1,-4],[1,5],[1,12],[3,4],[1,7],[3,3],[-4,14],[-1,10],[-6,19],[0,11],[-2,1],[-2,13]],[[471,8685],[1,8]],[[472,8693],[-3,-5]],[[469,8688],[-2,7],[1,5],[-3,9],[2,4],[2,17],[2,4],[0,9],[5,8],[2,-1],[2,8],[-4,-6],[-2,6],[0,-8],[-4,-4]],[[470,8746],[-1,-9],[-3,-18],[-5,-6],[1,-8],[-4,1],[6,-7],[0,-22],[-3,-4],[-4,2],[-2,-7],[-8,-10],[-15,-6],[-7,-1],[-7,5],[-2,13]],[[416,8669],[3,3]],[[419,8672],[0,3],[-9,10],[-2,11],[-3,6],[-2,8],[-2,-2],[-7,7],[-4,12],[3,2],[2,6],[-1,4],[-6,-6],[-4,1]],[[384,8734],[-2,5],[3,3],[9,16],[-1,9]],[[393,8767],[4,7],[-1,4],[0,6],[3,-8],[4,6],[0,-11],[6,-1],[5,-3]],[[414,8767],[2,-12],[-3,-3],[-1,-5],[-3,-6],[2,-1],[4,11],[2,0],[3,11],[2,3],[4,-1],[1,-4],[-1,-11],[1,-5],[5,1],[5,9],[1,9],[-3,6],[-9,5],[1,5]],[[427,8779],[3,-3],[4,2],[0,4],[-5,3],[2,5],[-4,-1],[-4,-13],[-11,0],[-6,-2],[0,7],[-4,3],[-2,-4],[-2,6],[-3,0],[-1,-4],[-4,0],[-2,7],[3,5],[4,0]],[[395,8794],[1,8],[2,-1],[2,4],[-6,0],[-2,-6]],[[392,8799],[-4,10],[-4,7],[4,6]],[[388,8822],[2,18],[2,0],[3,8],[3,2],[3,6],[1,8],[-5,-11],[-6,-7],[1,-4],[-4,-3],[1,-3],[-3,-6],[2,-7],[-3,-1],[-2,-8],[1,-4],[-1,-10],[-3,2],[-3,6],[0,16]],[[377,8824],[-6,4],[-3,10],[4,7],[0,7],[-4,5],[-3,-2],[-2,-5],[-2,10],[0,10],[2,-4],[9,5],[-4,3],[-3,6],[-2,7],[4,2],[5,-1],[5,3],[-2,6],[-2,14],[1,11],[3,7],[9,30],[4,9],[3,3]],[[393,8971],[5,-2],[0,-5],[5,-5],[1,9],[-2,-4],[-4,1],[2,5],[-2,4],[4,5],[6,16],[-1,-1],[-6,-12],[-2,-2],[-2,20],[4,23],[2,5],[4,1],[6,-3],[-2,7],[-4,2],[-2,5],[7,11],[6,4],[4,-1],[5,-4],[2,0],[3,-8],[5,-6],[3,-8],[7,3],[7,13],[1,6],[3,1],[3,6],[5,18],[4,7],[-1,5],[2,1],[5,-7],[-3,-6]],[[473,9075],[14,4],[6,-1],[7,6],[7,15],[4,13],[1,9],[-1,9],[-4,17]],[[507,9147],[-1,23],[-6,14],[0,2],[-7,6],[-3,-5],[3,16],[10,-3],[8,16],[0,10],[-2,10],[-8,12]],[[501,9248],[4,3],[-5,0],[-3,-8],[-3,-11],[-3,-1],[-6,3],[-5,-5],[0,-5],[-5,1],[-4,-6],[-1,-5],[-7,-8],[-2,-6],[-1,-13]],[[460,9187],[-4,-6],[-3,14],[2,5],[-12,17],[-4,-6],[6,-9],[4,0],[-3,-13],[-3,3],[-1,6],[-7,9],[-8,3],[-4,-2],[-12,0],[-7,-8],[-5,2],[-2,-3],[2,-5],[-6,0],[-11,7],[-12,4],[-9,4],[-5,7],[-3,10],[0,9],[2,3],[0,8],[-8,10]],[[347,9256],[-2,9],[-6,11],[2,13],[-1,-13],[5,-5],[6,3],[2,6],[-1,5],[4,5],[7,-5],[2,1],[-3,5],[-10,6],[-12,6],[5,-6],[-7,5],[-11,3]],[[327,9305],[-6,6],[-3,6]],[[318,9317],[-10,10],[-1,8],[1,5],[6,6],[-4,-7],[-1,-7],[5,6],[1,4],[7,0],[2,2],[-1,8],[6,11],[4,-5],[4,2],[5,8],[-3,3],[4,4],[3,7]],[[346,9382],[12,13],[3,0],[3,-6],[9,-2],[7,5],[-6,7],[-5,4],[4,9]],[[373,9412],[7,9],[5,5]],[[385,9426],[6,1],[2,-6],[2,7],[6,9]],[[401,9437],[1,2],[12,6],[8,1],[7,-1],[3,-4],[-5,0],[1,-8],[-3,-12],[1,-13],[-2,-5],[-8,-6],[8,2],[2,-9],[5,-6],[9,2],[6,-3],[5,4],[5,0],[4,-8]],[[460,9379],[4,4],[3,-4],[5,4],[8,-4],[0,-6],[5,11],[4,20],[2,3],[4,0],[1,-5],[4,-1],[2,3],[1,-13],[3,12],[-4,12],[-11,7],[-6,0],[-5,-5],[0,-11],[-1,8],[2,17],[-2,8],[-9,20],[-7,3],[-3,17],[6,3],[2,5],[6,-18],[3,-4]],[[477,9465],[-2,-13],[6,-15],[7,-9],[5,1],[7,8]],[[500,9437],[1,-4],[11,-15],[4,0],[10,3],[1,16],[-3,8],[-3,4],[-3,-5],[-4,2],[-5,7],[-7,-2],[-5,-14],[-5,0],[-2,7],[-3,2],[-6,11],[0,12],[2,5],[0,5],[2,7],[7,2],[-10,9]],[[482,9497],[-4,0],[-13,-7],[-1,2],[4,17],[-6,-16],[-5,4]],[[457,9497],[-6,-1],[2,-4],[-7,6],[-15,5]],[[431,9503],[-3,5],[-1,22],[-4,19],[-5,14],[-9,11],[-6,13],[-5,3],[-10,18],[-6,7],[-14,9],[-5,12],[-5,7],[-15,7],[8,0],[5,9],[3,15],[2,25]],[[361,9699],[-2,11],[5,2],[2,-2],[5,0],[4,-2],[18,3],[7,3],[12,2],[11,9],[9,13],[10,23],[3,13],[-2,-14],[3,10],[2,22],[-2,3],[3,2],[-1,8],[3,12],[7,10],[5,11],[1,9],[4,1],[1,8],[3,4],[8,19],[5,-6],[-1,-5],[-4,-6],[-3,2],[-3,-5],[7,2],[7,10],[8,0],[13,11],[7,9],[-2,1],[7,6],[6,11],[8,2],[0,-9],[-5,-7],[5,3],[-4,-19],[4,5],[1,-10],[2,-2],[-2,16],[3,11],[4,-3],[4,5],[3,-2],[3,5],[-8,-1],[-4,-4],[-3,6],[-1,6],[-6,5],[7,8],[5,12],[8,4],[5,1],[1,-4],[-8,-5],[4,-2],[8,2],[-2,4],[10,-3],[11,3],[-2,3],[10,0],[5,3],[8,10],[9,14],[6,15],[6,12],[6,6],[5,-10]],[[633,9989],[5,0],[6,-6],[11,-4],[2,-10],[-8,-13],[-6,-1],[3,-14],[-1,-11],[3,9],[6,-2],[2,3],[2,12],[6,9],[3,-4],[0,6],[-3,5],[3,4],[3,-4],[0,7],[7,-5],[7,-12],[-3,-13],[2,-7],[7,1],[4,-7],[3,1],[6,13],[11,-1],[6,4],[13,-4],[3,-8],[0,8],[11,-4],[3,-5],[-8,-15],[2,-7],[10,-5],[-12,1],[-3,-4],[18,2],[6,-1],[-1,-7],[-5,-7],[7,-1],[7,0],[8,-7],[0,8],[6,1],[5,6],[11,-1],[-1,-9],[8,3],[7,8],[2,-2],[9,3],[13,-6],[2,-5],[8,-1],[4,-6],[0,-6],[4,0],[4,5],[8,-7],[4,-1],[0,-6],[3,-3],[8,-1],[8,-4],[7,2],[18,0],[4,-4],[6,3],[8,-12],[7,-5],[3,1],[-2,-5],[4,0],[6,-2],[2,2],[8,-2],[5,7],[6,0],[3,5],[4,-2],[5,4],[5,-1],[8,3],[9,-7],[2,2],[8,-7],[9,-19],[5,0],[3,-7],[2,3],[7,-7],[7,-13],[4,-2],[1,5],[7,-3]],[[1063,9800],[0,-949],[0,-2],[0,-138],[13,-10],[1,10],[14,-15]],[[1091,8696],[8,18],[17,2]],[[1116,8716],[0,-5],[-3,-26]],[[1113,8685],[4,-10],[9,-11]],[[1126,8664],[3,-16]],[[1129,8648],[28,-62],[3,-29],[-1,-10],[3,0],[5,11],[12,19]],[[1179,8577],[7,0],[3,14]],[[1189,8591],[0,21],[4,0],[2,11],[-3,5]],[[1192,8628],[5,5],[6,3],[13,15]],[[1216,8651],[6,-10],[3,-10],[4,-7]],[[2,7658],[0,-4],[-1,-4],[-1,7],[2,1]],[[5,7661],[-1,9],[3,-4],[-2,-5]],[[9983,7680],[2,-9],[3,2],[2,-5],[-2,1],[-4,-3],[0,5],[-5,7]],[[9979,7678],[-3,11]],[[9976,7689],[-6,4],[-3,6],[1,3],[3,-2],[4,-4],[6,-15],[2,-1]],[[9956,7722],[2,-1],[2,-6],[-1,0],[-3,7]],[[9,7712],[-1,6],[1,5]],[[9,7723],[2,-3],[0,-7],[-2,-1]],[[76,7712],[0,12],[3,2],[-1,-3],[2,-3],[0,-4],[-2,-6],[-2,2]],[[81,7721],[1,7]],[[82,7728],[2,-4],[-1,-5],[-2,2]],[[89,7724],[-5,4],[3,1],[2,-5]],[[33,7709],[0,5],[-2,3],[-5,10],[2,5],[5,1],[3,-9],[4,-1],[2,2],[0,-4],[-5,-3],[0,-12],[-3,-3],[1,-8],[-2,4],[-4,4],[1,4],[3,2]],[[52,7704],[-3,6],[-6,-3],[-2,-6],[-1,6],[2,4],[3,-2],[0,2],[7,5],[2,5]],[[54,7721],[1,13],[3,-3],[-2,-10],[0,-11],[-4,-6]],[[72,7732],[-2,-7]],[[70,7725],[3,-4],[3,1],[0,-9],[-2,-4],[0,4],[-3,-8]],[[71,7705],[-3,0]],[[68,7705],[0,-8],[-3,-1],[-1,13]],[[64,7709],[-2,-14],[-2,0],[0,8],[2,4],[1,5],[-1,5],[1,4],[1,-3],[3,-2],[-1,6],[2,3],[-2,9],[3,2],[2,4],[1,-3],[0,-5]],[[9966,7736],[-2,-6],[-2,4],[2,7],[2,-5]],[[9991,7732],[0,7],[5,6],[3,-7],[-1,-5],[-2,-6],[-3,1],[-2,4]],[[88,7746],[-2,-9],[-3,5],[0,11],[3,0],[2,-7]],[[9931,7722],[-3,7],[3,4],[1,6]],[[9932,7739],[4,3],[1,12],[2,3]],[[9939,7757],[2,-3],[-3,-14],[1,-4],[-2,-5],[-2,4],[-3,-4],[-1,-9]],[[172,7752],[-5,-4],[-4,1],[-5,-4],[-3,2],[-7,0],[-6,9],[6,0],[1,-4],[1,4],[5,3],[2,-4],[3,0],[12,-3]],[[183,7782],[4,6],[4,-6],[-3,-6],[-5,-5],[-2,1],[2,10]],[[119,7747],[-5,-5],[-8,1],[1,2],[5,2],[3,-2],[3,10]],[[118,7755],[3,-4],[2,5],[3,-2],[3,4],[-1,5]],[[128,7763],[4,-1],[-1,4],[3,-3],[3,10]],[[137,7773],[-6,6],[3,2],[0,3],[4,6],[2,-2],[3,-5],[0,-5],[-2,-10]],[[141,7768],[-3,-2],[2,-8],[0,-3],[-3,1],[0,-4],[-3,4],[-2,-1],[0,-7],[-3,5],[1,-7],[-4,-1],[-2,3],[-1,-4],[-4,3]],[[9827,7800],[5,0],[-2,-6],[1,-10],[-2,-2],[-2,6],[-6,0],[1,4],[2,1],[3,7]],[[221,7796],[-3,3],[2,4]],[[220,7803],[1,-7]],[[236,7823],[3,-2],[-1,-8],[-3,-2],[-3,-6],[-1,5],[3,11],[2,2]],[[249,7826],[2,8],[2,-4],[-2,-4],[-2,0]],[[261,7846],[3,-4],[-2,-10]],[[262,7832],[-4,5],[-2,-3]],[[256,7834],[-2,5],[4,2],[3,5]],[[254,7842],[-3,2],[0,4],[4,-1],[-1,-5]],[[9809,7855],[5,3],[1,-4],[0,-6]],[[9815,7848],[2,4],[2,-4],[-2,-5],[4,-2],[-2,-5],[-2,4],[-3,-6],[-1,4],[-4,-9],[-2,5]],[[9807,7834],[-3,0],[1,10],[-5,-1]],[[9800,7843],[1,5],[-5,2],[5,9],[3,1],[3,-2],[2,-3]],[[263,7852],[-2,3],[1,6],[1,1],[0,-10]],[[316,7919],[0,-5],[-2,-6],[1,-5]],[[315,7903],[-8,-13],[-5,-3],[-2,-13],[-3,-11],[-3,-1]],[[294,7862],[-3,-8],[-2,0],[0,-6],[-3,0],[-3,-5],[0,7],[3,3],[1,8],[2,7],[-1,6],[1,6],[5,10],[2,-3],[1,4],[1,-4],[3,7],[-3,3]],[[298,7897],[2,16],[5,8],[5,4],[3,-6],[3,0]],[[364,7957],[-3,-13],[-3,2],[0,3],[3,7],[3,1]],[[363,7970],[-2,1],[2,3],[0,-4]],[[348,7976],[2,-6],[-1,-1],[0,-14]],[[349,7955],[3,8],[1,-1],[2,12],[1,2],[0,-7],[2,3],[2,-5],[-1,-7],[-5,-5],[-4,-13],[2,-3],[2,7],[2,-2],[0,5],[3,-11],[-4,-1]],[[355,7937],[-5,-7],[0,-9]],[[350,7921],[-2,7]],[[348,7928],[0,-8],[-2,2],[1,-7],[-4,8],[2,-9],[-2,-4],[-1,4],[-12,-12],[-1,-5],[-2,1],[-3,-9],[-3,2],[-1,-5],[-5,8],[3,9],[7,-1],[0,7],[4,-2],[1,7],[4,0],[0,5],[5,1],[-5,3],[0,8],[4,-1],[-2,6],[1,4]],[[337,7940],[4,0],[1,-8],[2,0],[0,11],[-5,5],[-2,-2],[-3,8],[0,4],[4,12],[4,1],[3,6],[0,-5],[3,4]],[[387,7984],[-1,-4],[-2,3],[-4,1],[3,1],[4,-1]],[[395,7984],[-4,-1],[-3,2]],[[388,7985],[0,3],[8,1],[-1,-5]],[[363,7989],[1,6]],[[364,7995],[3,6],[2,-1],[1,-5],[1,2],[2,-4],[-1,-4],[4,0],[-4,-6],[-1,2],[-2,-6],[-1,3],[-3,-3],[-2,10]],[[378,8002],[-3,0],[1,7],[4,-3],[-1,-5],[4,-4],[-3,-1],[-2,-8],[-2,9],[2,5]],[[460,8028],[2,-8],[-2,-2],[-5,6],[-1,5],[1,5],[5,-6]],[[546,8063],[-1,0],[0,8],[1,-8]],[[1294,8073],[2,-7],[0,-3],[-5,17],[2,2],[3,-2],[0,-6],[-2,-1]],[[553,8085],[2,-3],[-2,-5],[-1,4],[1,4]],[[469,8090],[2,-2],[0,-7],[-1,-7],[-2,-1],[-2,4],[0,7],[3,6]],[[1334,8089],[2,-9],[-4,-5],[-2,2],[-2,8],[6,4]],[[413,8037],[-1,-5],[-1,-6],[-7,-5]],[[404,8021],[-5,1],[-3,8],[-1,13],[7,11],[5,24],[4,5],[2,-4],[2,0],[2,8],[3,1],[4,8],[5,3],[2,-2],[3,1],[3,-12],[1,-10],[2,-11],[6,0],[2,-13],[-3,1],[0,4],[-2,-2],[-4,9],[-1,-5],[0,-5],[-6,-8],[-4,3],[-10,-1],[-2,-3],[-3,-8]],[[552,8089],[-3,-4],[0,10],[-1,4],[3,-3],[-1,-2],[2,-5]],[[1336,8097],[-2,2],[2,5],[0,-7]],[[484,8098],[-4,9],[2,4],[3,-1],[2,-5],[-3,-7]],[[1292,8091],[-3,5],[2,5],[-2,2],[0,7],[2,2],[2,-5],[2,-10],[-3,-6]],[[493,8115],[2,2],[1,-6],[-3,4]],[[547,8096],[-4,3],[1,4],[-1,4],[3,1],[-1,8]],[[545,8116],[2,-5],[0,-6],[0,-9]],[[1290,8056],[0,5],[-3,8],[-3,10],[0,6],[-2,0],[0,6],[-3,12],[0,10],[2,1],[-1,5],[2,2],[2,-8],[2,-11],[-3,0],[3,-3],[-2,-2],[3,-3],[0,-9],[5,-14],[1,-6],[-1,-4],[3,-7],[-5,2]],[[490,8116],[-4,0],[1,4],[3,1],[0,-5]],[[1331,8106],[0,-12],[-3,-2],[-2,10],[0,-7],[-1,-4],[-1,3],[1,12],[1,-1],[-1,7],[0,9],[1,3],[4,-7],[1,-11]],[[531,8115],[4,-3],[-1,4],[2,10],[1,-5],[-2,-4],[1,-9],[1,6],[1,-7],[-2,-3],[-1,3],[0,-7],[-2,-3],[-5,-15],[-1,-5],[0,6],[1,2],[3,12],[-3,9],[3,-3],[-1,6],[3,-4],[-2,10]],[[1277,8129],[-1,-6],[4,0],[-1,-6],[-2,-2],[-4,3],[0,10],[3,3],[1,-2]],[[524,8133],[0,-12],[-6,8],[2,4],[4,0]],[[514,8127],[2,3],[1,7],[1,-3],[-1,-9],[0,-6],[3,-6],[-2,-6],[-1,3],[-3,1],[0,5],[-2,-2]],[[512,8114],[-2,-9],[0,11],[0,14],[1,7],[3,2]],[[514,8139],[1,-5],[-1,-7]],[[1318,8140],[5,-14],[-1,-8],[-2,3],[2,-7],[-2,-6],[-2,7],[-1,20],[1,5]],[[1270,8141],[2,-1],[1,-4],[-3,-7],[-2,-10],[-1,9],[0,7],[3,6]],[[524,8140],[1,5],[2,-1],[1,0],[1,-8],[-3,5],[-2,-1]],[[1272,8142],[-3,2],[2,8],[3,-3],[-1,-6],[-1,-1]],[[1276,8146],[-3,7],[3,3],[2,-6],[-2,-4]],[[1267,8155],[2,-4],[-2,-7],[-1,2],[-3,-2],[3,7],[-1,4],[2,0]],[[553,8181],[-2,2],[1,3],[1,-5]],[[1272,8184],[5,-1],[-3,-5],[-2,6]],[[1272,8184],[0,-10],[-2,-1]],[[1270,8173],[-2,4],[-2,7],[3,2],[3,1],[0,-3]],[[568,8192],[1,-4],[-5,5],[2,3],[2,-4]],[[1278,8192],[1,0],[0,-10],[-3,8],[2,7],[0,-5]],[[657,8183],[-1,-3],[-4,2],[0,6],[2,3],[1,6],[2,1],[0,-15]],[[1251,8199],[3,0],[-4,-12],[-1,2],[1,4],[-2,3],[3,3]],[[1259,8198],[3,3],[0,-9],[-2,0],[-1,6]],[[1343,8164],[-1,-6],[0,-21],[-1,3],[-1,-17],[-4,-10],[-4,6],[3,10],[1,9],[-3,-3],[1,-7],[-1,-4],[-4,-1],[-1,5]],[[1328,8128],[3,2],[3,14],[-3,23],[1,-17],[0,-10],[-3,-8],[-1,13],[1,8],[-2,-3],[0,-5],[1,-8],[-1,-9],[-1,-2]],[[1326,8126],[-3,6],[-4,9],[-1,6],[5,9],[1,5],[-3,4]],[[1321,8165],[1,14],[6,4]],[[1328,8183],[-2,5],[-2,-5],[-2,6],[6,0],[-2,2],[-1,6],[5,3],[3,4],[2,-2],[5,-18],[2,-11],[1,-9]],[[1277,8210],[-5,0],[-4,-11],[-2,-2],[-3,5],[3,14],[5,1],[-3,6],[3,-1],[4,5],[2,-2],[0,-15]],[[1296,8218],[-1,-3]],[[1295,8215],[-1,7],[0,13],[2,1]],[[1296,8236],[3,12],[3,1],[1,-9],[-1,-7],[-2,-2],[3,3],[5,-5],[3,-8],[-2,-4],[1,-17],[-2,5],[-4,-7],[-3,7],[1,7],[-1,4],[-5,2]],[[1280,8247],[2,-8],[1,-2],[2,-10],[-2,-6],[-1,1],[2,-8],[4,-3],[2,2],[3,-5],[6,-20],[1,-6],[1,-17],[2,4],[2,-15],[4,-5],[-1,-5],[-2,6],[-5,6],[-2,8],[-1,-6],[1,-1],[-1,-6],[-3,-4],[0,-5],[4,9],[3,1]],[[1302,8152],[1,-5],[3,-4],[-6,-2],[3,-5],[3,4]],[[1306,8140],[3,-6],[2,-10],[-4,-4],[3,-5]],[[1310,8115],[2,7],[1,1],[1,-11],[-2,-11],[-2,-2],[1,-3],[-4,-4],[3,-4],[3,8],[0,-8],[1,-7],[-2,-3],[2,-3],[1,-8],[-2,-2],[0,-9],[-4,0],[-3,5],[0,-3],[-1,14],[-1,4],[-2,17],[0,-10]],[[1302,8083],[-2,-2],[1,8],[-3,-4],[-1,3],[1,5],[1,12],[-2,0],[1,6],[-3,9],[1,-11],[-2,0],[-3,4]],[[1291,8113],[0,10],[-4,-7],[-3,1],[4,5],[-2,2],[-6,0],[-2,6],[2,6]],[[1280,8136],[5,-4]],[[1285,8132],[4,1],[-4,5],[0,7],[-3,0],[0,5],[2,10],[2,6],[-8,-6],[-3,5],[2,16],[2,-3]],[[1279,8178],[2,9]],[[1281,8187],[-2,10],[-1,18],[-1,13],[-8,2],[-1,3],[0,9],[2,2],[-1,5],[8,-4],[3,2]],[[594,8245],[-2,3],[2,2],[0,-5]],[[1284,8247],[0,3],[2,9],[8,3],[1,-2],[1,-5],[-1,-6],[0,-8],[-5,-5],[-1,1],[-5,10]],[[1313,8249],[2,-16],[-2,-3],[-2,-8]],[[1311,8222],[-1,5],[-3,5],[-4,9]],[[1303,8241],[1,6],[-1,19],[4,-6],[2,-11],[4,0]],[[704,8274],[-1,-3],[-2,-4],[-4,1],[3,5],[4,1]],[[608,8270],[2,6]],[[610,8276],[5,0],[2,-5],[-4,2],[-1,-3],[-4,0]],[[687,8268],[-4,-3],[-3,-10]],[[680,8255],[-2,3],[3,12]],[[681,8270],[5,8],[2,1],[-2,-2],[1,-9]],[[698,8279],[1,-6],[-4,-6],[-4,2],[2,9],[5,1]],[[266,8271],[-1,1],[-3,9],[7,-4],[-3,-6]],[[1287,8268],[0,10],[1,4]],[[1288,8282],[0,13],[-2,6],[3,1],[2,-1],[2,-8],[5,-15],[-1,-5],[-6,-7],[-4,2]],[[1265,8298],[-1,-8],[2,-11],[-2,-5],[-2,3],[-2,-9]],[[1260,8268],[2,-8],[-2,-1],[0,-7],[2,-3],[-1,-8]],[[1261,8241],[-2,9],[-1,-9],[2,-1]],[[1260,8240],[0,-6],[-1,-1],[1,-6],[-1,-7],[-3,1],[1,9],[-1,3],[1,11],[-3,-7],[1,-6],[-3,-2],[3,-4],[0,-7],[-1,-5],[-2,2],[-1,7],[1,5],[-1,2],[-1,11],[1,-2],[2,9],[-3,-5],[0,8],[3,10],[0,-9],[2,5],[1,-5],[1,13],[-2,8],[-1,-6],[-2,6],[-3,2]],[[1249,8274],[2,5],[-1,5],[1,1],[-3,2],[-1,5],[-1,14]],[[1246,8306],[1,3],[3,-8],[-1,12],[2,-1],[3,-5],[-1,5],[-3,6],[5,-3],[3,-6],[2,-12],[-1,-14],[2,8],[0,12],[4,-5]],[[1286,8316],[1,-7],[-1,-7]],[[1286,8302],[1,-6],[0,-15],[-2,-2]],[[1285,8279],[-5,13],[-1,8],[-3,5],[1,-12],[2,1]],[[1279,8294],[0,-10]],[[1279,8284],[3,-3],[1,-11],[-1,0],[-1,-8],[-7,2],[-3,-5],[-4,3],[1,17],[-2,10],[1,11],[0,8],[-2,-6],[-2,8],[2,2],[-3,3],[-5,12],[0,5],[4,3],[3,-1],[8,-6],[5,-4],[0,2],[5,-1],[4,-9]],[[722,8334],[0,-8],[-3,-1],[0,8],[-2,-1],[0,5],[4,12],[2,-4],[-1,-5],[4,6],[3,-1],[3,-3],[-4,-2],[-3,-5],[-3,-1]],[[243,8348],[3,2],[5,1],[-1,-6],[-3,-4],[-3,2],[-1,5]],[[1212,8326],[-6,-2]],[[1206,8324],[1,10],[3,10],[-3,1],[0,6],[-1,0],[0,12],[4,0]],[[1210,8363],[4,-10],[-1,-2],[0,-8],[1,-2],[-2,-15]],[[705,8377],[-2,7],[2,2],[0,-9]],[[1240,8293],[1,-15],[-2,-7],[1,-6],[0,-26],[-1,-10],[-1,6],[-1,-1],[-4,13],[-2,10],[-3,14],[1,6],[2,0],[3,12],[-3,-7],[-2,2],[-2,-6],[-1,7],[4,11],[-1,3],[-5,-12]],[[1224,8287],[0,8],[2,10],[-4,-5],[-3,5],[1,7],[2,0],[-3,6]],[[1219,8318],[6,12],[-4,0],[-2,6],[2,10],[-3,-3],[2,11],[-5,-2]],[[1215,8352],[-4,14],[5,2],[-3,2],[3,8],[-1,7],[4,4],[3,-5],[-4,-7],[4,4],[4,-2],[0,-3],[4,-5],[2,-7],[0,-9],[2,0],[3,-29],[0,-4],[1,-15],[2,-14]],[[744,8437],[0,-4],[3,-1],[-1,-4]],[[746,8428],[-3,3]],[[743,8431],[-1,6],[2,0]],[[721,8428],[1,-8],[-3,3],[-6,11],[2,5],[4,-6],[2,-5]],[[735,8433],[-3,3],[4,3],[-1,-6]],[[743,8431],[3,-13],[-5,-9]],[[741,8409],[2,1],[0,-9],[2,4],[-1,-8],[3,2]],[[747,8399],[5,-2]],[[752,8397],[-4,-13],[-1,-9],[-4,4],[-2,-3],[-2,5],[-2,-1],[-2,4],[-6,1],[1,-4],[-1,-3],[4,2],[6,-8],[1,-4],[-2,-8],[-2,1],[-3,-5]],[[733,8356],[-2,6],[1,4],[-4,-1],[-4,-5],[3,0],[2,-5],[-3,-5],[-5,2],[-5,-14],[-1,7],[-1,-5],[0,-7],[-6,0],[-1,-3],[4,1],[-1,-5],[3,-3],[-2,-5],[-2,4],[-1,-10],[0,-4],[-3,-1],[-3,-12],[-3,2],[-2,-2],[0,5],[2,7]],[[699,8307],[6,15],[-1,6],[-1,-7],[-2,0],[3,13],[4,6],[-3,0],[-4,-8],[-3,-11]],[[698,8321],[-1,4],[1,8],[4,6],[-5,3],[-7,0],[-3,-4],[1,-7],[2,0],[3,7],[4,1],[0,-5],[-1,-13],[-2,-3],[0,-5],[-4,8],[-4,3]],[[686,8324],[0,21],[-3,11]],[[683,8356],[-4,1],[0,3],[-1,5],[2,2],[0,8],[3,4],[0,6]],[[683,8385],[3,7],[2,1],[3,7],[3,4],[6,-4]],[[700,8400],[2,-13],[1,-15],[5,-12],[-2,13],[0,12],[-1,8],[4,-5],[-5,12],[2,2],[5,-3],[-2,5],[-5,3],[-1,3],[0,9],[2,7],[3,4],[4,-7],[1,-17],[3,9],[2,-6],[1,3],[-3,5],[-1,6],[7,-7],[1,13],[3,-7],[-1,7],[-5,12],[0,2],[8,-10],[1,3],[5,-5],[-3,-4],[-1,-13],[2,-3],[0,9],[1,5],[3,-3],[1,6],[2,-3],[0,9],[4,-3]],[[1189,8424],[-1,10],[-2,-1],[1,9],[0,7],[2,4],[3,-10]],[[1192,8443],[-1,-6],[0,-7],[-2,-6]],[[723,8453],[2,0],[2,-7],[4,-5],[-4,-1],[-6,8],[-4,1],[3,10],[3,-6]],[[760,8462],[-1,2],[1,8],[2,-2],[-2,-8]],[[1208,8440],[3,-2]],[[1211,8438],[3,4],[1,6],[3,3],[-1,5],[2,2],[13,-13],[0,-13],[-1,-4],[-7,8]],[[1224,8436],[2,-7],[3,-3],[3,-6],[-3,-4],[-7,2],[-6,11],[-6,5],[-4,7],[2,-7],[5,-5],[3,-7],[3,-3],[2,-7],[3,-5],[6,7],[2,-1]],[[1232,8413],[3,-32],[-3,-3],[-4,1],[-7,14],[-6,7],[-7,13],[2,-13],[3,-4],[1,-17],[-2,-2],[-2,-9]],[[1210,8368],[-4,3]],[[1206,8371],[0,3],[-3,5],[-1,6],[1,0],[5,-9],[-2,6],[-5,10],[2,5],[-4,0],[0,8],[-5,10],[-2,8],[-2,-2],[2,12],[0,4],[2,2],[6,-15],[-7,22],[-3,5],[1,7],[3,-4],[-2,13],[3,0],[2,-14],[0,11],[1,3]],[[1198,8467],[4,-6],[2,7],[3,5],[3,-5],[2,0],[4,-8],[-1,-7],[-3,-7],[0,-5],[-4,-1]],[[1200,8473],[-2,2],[3,4],[-1,-6]],[[734,8475],[-3,2],[2,4],[1,-6]],[[1250,8464],[-10,6],[-1,8]],[[1239,8478],[3,4],[2,-2],[3,-7],[3,-9]],[[1211,8480],[-1,5],[4,0],[0,-4],[-3,-1]],[[1263,8392],[-4,14],[-2,13],[-3,8],[0,9],[-3,13],[-2,4]],[[1249,8453],[2,-15]],[[1251,8438],[-2,3],[2,-16],[1,-2],[4,-17],[0,-5],[3,-4],[2,-15],[-1,-3],[-4,4],[0,-4],[2,-2],[0,-4],[2,3],[1,-10],[-3,-5],[-5,9],[3,-13],[-2,-1],[-1,-8],[-5,-8],[0,-5],[-4,-7]],[[1244,8328],[-4,-2],[0,12],[1,5],[-1,9],[3,0],[-2,4],[4,5],[-3,4],[0,6],[7,-7],[-2,4],[2,3],[-4,0],[-3,8],[6,9],[-6,-4],[-3,13]],[[1239,8397],[-1,15],[0,8],[-1,9],[-2,17],[1,6],[1,11],[-2,-8],[-3,10],[1,6],[-2,3]],[[1231,8474],[-1,10],[2,1],[3,-5],[3,-13],[0,-6],[7,1],[3,-3],[4,2],[1,-10],[5,-17],[0,-7],[3,-9],[0,-16],[2,-10]],[[734,8475],[1,-2],[0,10],[-3,6],[5,3],[1,5],[4,-2],[0,-5],[4,-8],[0,8],[2,1],[3,-8],[2,5],[1,-3],[-2,-13],[2,6],[0,-4],[2,9],[1,-3],[0,-11],[-4,-10],[-3,6],[-1,8],[-2,-3]],[[747,8470],[1,-4],[-1,-12],[-4,3],[-2,-5],[-1,12],[-2,-14],[-3,-1],[-1,-9],[-6,7]],[[728,8447],[-2,6],[-2,1],[-2,7],[1,6],[8,-5],[-6,11],[2,4]],[[727,8477],[4,-3],[3,1]],[[743,8497],[-4,4],[-1,4],[5,10],[3,1],[0,-10],[-3,-9]],[[526,8516],[-2,5],[1,6],[2,-8],[-1,-3]],[[503,8505],[1,18]],[[504,8523],[5,6],[5,8],[-4,-19],[-1,-8],[-3,-4],[-3,-1]],[[748,8553],[4,0],[-5,-5],[0,7],[1,-2]],[[792,8595],[-2,2],[2,7],[3,-1],[-3,-8]],[[717,8598],[-3,-2],[-1,5],[4,5],[1,-5],[-1,-3]],[[803,8610],[-4,-5],[1,5],[3,0]],[[963,8653],[1,7],[6,13],[3,3],[-5,-9],[-5,-14]],[[868,8679],[-3,-8],[-2,1],[5,7]],[[868,8670],[-1,2],[4,11],[1,-2],[-1,-7],[-3,-4]],[[869,8690],[2,-3],[-7,-11],[1,8],[4,6]],[[741,8687],[-3,6],[2,2],[1,-8]],[[863,8679],[-4,2],[3,4],[-2,2],[4,5],[1,-2],[-2,-11]],[[882,8701],[0,4],[3,5],[1,-3],[-4,-6]],[[895,8715],[-3,-7],[6,3],[-3,-9]],[[895,8702],[-6,-12],[-4,-13],[0,-5],[-3,-4],[0,-8],[-1,-2],[-3,1],[-1,-5],[-6,-5],[0,9],[4,5],[-2,2],[4,6],[-1,3],[5,8],[4,9],[2,11],[3,2]],[[890,8704],[0,13],[2,-1],[3,-1]],[[867,8711],[-1,-3],[-2,6],[3,6],[0,-9]],[[948,8713],[-3,-2],[-2,4],[5,8],[0,-10]],[[338,8674],[-5,4],[-2,7],[-2,-1],[0,7],[-3,7],[4,5],[12,-4],[1,1],[1,9],[4,4],[2,-1],[1,5],[2,3],[3,-5],[5,7],[2,-2],[1,-6],[2,-2],[5,3],[4,-5],[-1,-7],[1,-4],[-1,-4],[1,-6],[-1,-6],[3,-5],[-1,-3],[3,-8],[-4,-4],[-2,3],[-3,-5],[-3,-1],[-4,-4],[1,-7],[-4,-2],[-1,5],[-4,6],[-6,0],[-2,3],[-9,13]],[[913,8723],[6,3],[-2,-10],[-3,0],[-4,-6],[-3,-7],[-3,5],[6,9]],[[910,8717],[-4,1],[-1,-3],[-2,5],[4,11],[1,-2],[6,1],[-1,-7]],[[876,8733],[2,-7],[-3,-5],[3,-3],[-3,-13],[0,-8],[-3,0],[1,6],[-3,0],[4,12],[-3,4],[3,12],[0,-6],[2,3],[0,5]],[[755,8716],[2,18],[3,-1],[-5,-17]],[[193,8711],[-1,0],[-4,4],[-5,-2],[-5,6],[-1,4],[-7,11],[0,7],[3,4]],[[173,8745],[1,-9],[2,-6],[8,-10],[4,2],[5,-11]],[[915,8735],[5,0],[0,3],[5,3],[-1,2],[6,2],[-3,-7],[-6,-7],[-6,-3],[0,7]],[[170,8747],[-2,4],[1,4],[1,-8]],[[884,8756],[2,-6],[-4,-1],[0,6],[2,1]],[[869,8760],[3,-5],[-3,-3],[-2,7],[2,1]],[[862,8763],[2,-1],[1,-10],[-2,-1],[-2,6],[1,6]],[[903,8770],[-3,3],[2,4],[1,-7]],[[887,8777],[5,4],[0,-6],[-5,2]],[[867,8783],[1,-3],[2,-9],[-3,-4],[-3,1],[0,7]],[[864,8775],[3,8]],[[244,9060],[-9,11],[6,-6],[3,-5]],[[467,9097],[0,-7],[-7,-1],[-2,3],[1,5],[8,0]],[[241,9106],[5,0],[4,-8],[2,-2]],[[252,9096],[2,-9],[-2,-6],[4,1],[5,-7],[5,-1],[1,-7]],[[267,9067],[8,-2],[2,-5],[3,2],[-4,3],[8,-1],[6,-3],[-1,-14],[-2,-3],[-6,3],[-6,0],[-4,-5],[-4,-11]],[[267,9031],[0,-7],[-3,-6],[-2,3],[0,11],[-4,9],[-6,6],[-5,1],[1,10],[-6,8],[-6,7],[-3,1],[-2,4]],[[231,9078],[-7,-1],[-5,-10],[-4,-5],[-9,6]],[[206,9068],[-2,8],[-1,16],[3,10],[2,15],[2,-12],[4,-4],[-1,-5],[5,2],[6,-6],[4,-1],[5,6],[4,7],[4,2]],[[332,9364],[0,1],[10,14],[-10,-15]],[[346,9382],[-1,1],[12,14],[4,2],[-8,-7],[-7,-10]],[[367,9405],[0,3],[4,4],[-4,-7]],[[385,9426],[15,12],[-4,-5],[-11,-7]],[[1953,5671],[0,1]],[[1953,5672],[0,107]],[[1953,5779],[6,0],[0,-11],[2,-3],[0,5],[3,3],[3,0],[0,20],[2,2],[20,-1],[0,5],[3,0],[0,-5],[11,0],[1,-10]],[[2004,5784],[5,-40],[0,4],[2,6],[6,0],[2,-1],[1,6],[2,3],[1,-4],[4,1],[0,-12],[-2,-3],[0,-7],[-5,0],[-2,-5],[7,-6],[0,-23],[1,0],[0,-31],[31,0],[0,41],[0,51]],[[2057,5764],[0,20],[33,0],[0,-31],[0,-40],[11,0],[0,-35],[7,0],[1,-18],[-1,-8],[3,11],[2,1],[2,-5],[3,0],[0,-4],[2,0]],[[2120,5655],[0,-20],[0,-62],[-1,-40],[0,-63]],[[2119,5470],[0,-51]],[[2119,5419],[0,-10]],[[2119,5409],[-28,0]],[[2091,5409],[-20,0],[-15,0],[-18,0]],[[2038,5409],[-17,0],[-1,-3],[1,-6],[-1,-3]],[[2020,5397],[1,-8],[2,-5]],[[2023,5384],[-17,0],[-30,0]],[[1976,5384],[0,-53],[-23,0]],[[1953,5331],[0,128]],[[1953,5459],[0,212]],[[2407,6960],[-1,-1]],[[2406,6959],[1,-19]],[[2378,6883],[0,4],[-3,0],[0,5],[-3,0],[-1,31],[-6,0],[0,35],[-4,0],[0,5],[-7,0],[0,10],[2,0],[2,5],[0,38]],[[2491,5876],[1,2],[0,7]],[[2492,5885],[2,4],[1,5]],[[2495,5894],[-4,9],[5,2]],[[2496,5905],[-2,6],[0,4],[3,0],[0,4],[-1,6],[0,8]],[[2496,5933],[2,0]],[[2498,5933],[1,-3],[0,4]],[[2499,5934],[4,1],[8,-1]],[[2511,5934],[27,-1]],[[2538,5933],[-1,-6],[2,-10],[-1,0],[0,-6],[-1,0],[-1,-8],[-1,-2],[-2,-12],[0,-31],[1,-4],[-11,1],[-1,-4],[0,-26],[-2,-9],[-4,-7],[-10,0],[0,-51]],[[2506,5758],[-16,0]],[[2490,5758],[0,6],[-5,9],[2,3],[1,-3],[3,-1],[0,8],[1,3],[-4,0],[-1,-2],[-1,10],[2,3],[-1,10],[-5,1]],[[2482,5805],[1,8],[-1,5],[0,5],[1,1]],[[2483,5824],[3,-5],[0,4],[-1,5],[2,5],[0,4],[-2,-2]],[[2485,5835],[0,9],[1,3],[2,0],[2,6],[2,3],[-2,4]],[[2490,5860],[1,5],[2,-3],[0,4]],[[2493,5866],[-2,10]],[[2482,5804],[-1,0]],[[2481,5804],[-1,3],[-2,-4],[2,11],[1,-1],[1,-9]],[[2733,5776],[-2,1],[-26,4]],[[2696,5781],[1,11],[2,12],[0,9],[-2,4],[-1,-5],[-4,0],[0,7],[-1,4],[-1,1],[-2,5],[2,6],[4,2],[2,6],[1,3],[1,-3],[0,-14],[1,-3],[3,-7],[4,4],[1,-3],[4,2],[0,5],[2,3],[3,-6],[3,1],[6,27]],[[2611,6177],[-1,11],[0,6]],[[2610,6194],[5,1],[1,-4],[2,-2]],[[2618,6189],[5,11],[3,1],[2,-1],[-1,6],[2,6],[-3,4]],[[2626,6216],[1,7],[-1,9],[2,6]],[[2637,6237],[1,2]],[[2638,6239],[0,-6],[3,-4],[3,-17]],[[2644,6212],[1,-9],[4,-4],[2,2],[3,-4]],[[2654,6197],[3,-7],[0,-5],[3,-3]],[[2660,6182],[1,5],[3,4],[4,-5]],[[2668,6186],[2,-8]],[[2670,6178],[2,4],[2,0],[1,6],[2,5]],[[2677,6193],[5,3]],[[2682,6196],[0,-7],[1,-12]],[[2683,6177],[3,-3],[3,-10],[1,-6]],[[2690,6158],[0,-5]],[[2690,6153],[-4,2],[-1,4],[-2,-7],[-2,3],[-2,0],[-2,7],[-3,6],[-2,-10],[0,-10],[-4,-2],[-1,9],[-1,-2]],[[2608,6119],[-1,6],[2,2],[0,10],[0,5],[-4,11]],[[2605,6153],[1,8],[3,2]],[[2609,6163],[2,9],[0,5]],[[2660,5825],[5,0]],[[2665,5825],[1,5]],[[2666,5830],[3,6],[1,-1],[2,9]],[[2672,5844],[4,7],[2,-2],[3,8]],[[2681,5857],[0,5],[0,5],[1,3],[2,-3],[1,9],[4,7]],[[2689,5883],[1,-4],[-1,-7]],[[2689,5872],[2,-2],[2,6]],[[2693,5876],[2,10],[5,8]],[[2700,5894],[2,-1],[1,-5]],[[2703,5888],[2,1],[4,20]],[[2685,5767],[-1,2],[-9,-10]],[[2642,5757],[0,28]],[[2642,5785],[3,5],[0,-2],[3,0],[2,5]],[[2650,5793],[0,14]],[[2650,5807],[2,6]],[[2339,5162],[3,5],[0,5],[1,3],[-2,20]],[[2348,5309],[3,-4],[3,-2],[5,-7],[11,9],[1,3],[4,3],[8,2]],[[2383,5313],[2,1]],[[2385,5314],[0,-8],[-1,-2],[2,-8]],[[2386,5296],[-2,-2],[1,-10],[-1,-2],[0,-10]],[[2384,5272],[-1,-3],[-1,-13],[-1,-7],[0,-4]],[[2381,5245],[-2,-3],[1,-15]],[[2380,5227],[-1,-4]],[[2379,5223],[0,-8],[1,-5]],[[2380,5210],[0,-12],[0,-2],[0,-14],[-2,-8]],[[2378,5174],[-2,-2]],[[2376,5172],[-2,3],[-3,8],[-1,2],[0,4],[-1,6],[-3,3],[-2,-3],[0,-6],[-4,-2],[-1,2],[0,-27],[3,1],[0,-33],[-2,-4],[-2,-2]],[[2358,5124],[-1,0],[0,1],[-1,1]],[[2356,5126],[-3,-4],[-1,0],[-1,-1],[0,-1]],[[2351,5120],[-1,1],[0,1],[1,0],[1,8]],[[2352,5130],[1,10],[-1,7],[-1,3],[-2,-1],[-2,-12],[-1,-2],[0,5],[-3,7],[-1,-5]],[[2342,5142],[2,-4],[0,-6],[0,-2],[-1,-6],[0,-1]],[[2343,5123],[-1,1],[-1,-4]],[[2341,5120],[0,-1]],[[2341,5120],[-1,6],[0,5],[-1,1]],[[2339,5132],[-1,2],[2,4],[-1,11],[1,0],[0,9],[-1,-2],[0,6]],[[1607,6160],[1,0],[-1,7],[2,0],[-1,12],[2,6],[1,8]],[[1619,6144],[-5,-7],[-2,1],[-1,6]],[[1611,6144],[-1,8],[-3,1],[-1,6],[1,1]],[[1588,6086],[7,-3],[1,-5],[8,9]],[[1604,6087],[0,-8]],[[1604,6079],[0,-24],[2,-2],[1,-5]],[[1607,6048],[-11,1]],[[1596,6049],[-2,9],[-3,0],[-2,-6]],[[1589,6052],[-1,8],[-1,10]],[[1587,6070],[2,6],[-1,10]],[[1604,6079],[2,0],[3,7],[2,-5],[2,8],[2,-1],[0,-6],[3,0],[1,5],[1,-2],[0,-4],[2,-3],[0,40]],[[1613,6008],[-1,6],[-2,0],[-2,-4],[-1,16],[1,2],[0,10],[-1,0],[0,10]],[[1597,6111],[3,-1],[0,2],[2,7],[1,-8],[1,5],[3,-8],[-1,5],[-2,7]],[[1604,6120],[1,12],[2,11],[4,1]],[[1604,6087],[-5,9],[0,4],[-2,1],[0,10]],[[2886,6575],[5,0]],[[2891,6575],[2,-5],[1,-10],[4,-3]],[[2898,6557],[1,-3],[-1,-5],[1,-1],[1,-17]],[[2900,6531],[2,-16]],[[2902,6515],[2,-1],[0,-4]],[[2904,6510],[4,-2]],[[2908,6508],[2,-8]],[[2910,6500],[-2,-1],[-2,-6],[-1,-13],[-4,-11]],[[2879,6503],[-1,6],[2,8],[-1,3],[2,14],[-13,0],[-1,-17],[-2,-22],[-3,-1],[-5,-17],[-4,2],[0,-10],[-2,-16],[4,2],[0,-3],[-4,-7],[-1,-10],[0,-9],[-3,-11],[-1,-8],[1,-11],[-2,-4],[0,3],[-5,-9],[-3,2],[1,-14],[-1,2],[-3,-4],[1,7],[-4,-11],[-3,-3]],[[2824,6385],[-3,1],[-1,3],[3,11],[-1,6],[4,15],[1,6],[8,14],[3,6],[4,17],[-5,20],[-4,8],[-1,6],[-2,4],[-1,9],[0,28],[6,0],[-1,5],[1,11],[1,0],[0,10],[-4,0],[0,-4],[-3,1],[0,13]],[[2829,6575],[31,0]],[[2852,6363],[-3,8],[-1,10],[-5,-4],[0,-12],[3,3],[0,-3],[-6,-20],[-6,-4],[-2,-5]],[[1610,6230],[2,-1],[0,23],[0,5],[4,13],[3,1],[0,14],[0,15],[-3,-10],[-1,-4],[-4,0],[-1,-11],[-2,-10],[-4,-4],[-10,0],[1,9],[-3,0],[0,4],[-4,0],[-2,-4],[0,24],[1,7],[-1,7],[6,0],[1,2],[-3,8],[-24,0]],[[1566,6318],[-1,13],[1,4],[-1,7],[0,28],[-2,3],[-1,9],[2,9],[3,3],[1,7],[5,8],[-2,14],[2,9],[0,6],[2,8],[0,10],[2,3],[0,9],[2,2],[0,7],[-2,7],[1,8],[0,4],[-2,5],[0,-4],[-2,-1],[-5,-14],[-2,0],[-2,-4],[0,-10],[2,-6],[-1,-4],[-3,1],[-1,5],[-2,4],[-3,0],[-1,7],[-3,3],[-1,10],[-1,14],[-1,1],[-4,0],[1,6],[-1,12],[-2,7],[2,11],[-2,16],[2,7],[2,2],[2,11]],[[1550,6575],[8,1]],[[1609,6194],[-1,-7],[-4,2],[0,6],[-1,0],[-1,-7],[2,-8],[-1,-13],[4,-7]],[[1604,6120],[-3,0],[-2,-8],[-3,5],[-2,-2],[-3,5],[1,5],[-2,-2]],[[1590,6123],[-1,3],[-2,-3],[-1,6],[1,11],[-1,6],[4,1],[-2,12],[1,9],[-2,17],[-1,2],[-2,19],[-2,0],[-2,8],[1,2],[-3,8],[-1,-2],[-2,-8],[-2,2],[-3,11],[-4,2],[0,4],[-4,-2]],[[1562,6231],[-1,3],[1,12],[1,0],[1,7],[0,10],[-2,10],[0,11],[5,3],[0,21],[-1,5],[0,5]],[[2413,5934],[32,-1],[34,0],[0,-9],[3,-4],[0,-9]],[[2482,5911],[-2,-9]],[[2480,5902],[-3,-5],[0,-4],[-3,-7],[-1,-11]],[[2473,5875],[18,1]],[[2482,5805],[0,-1]],[[2481,5804],[-1,-10],[-1,-1]],[[2479,5793],[0,-3],[2,-3],[-1,-6]],[[2480,5781],[2,-6],[-4,-3],[-1,-10]],[[2477,5762],[-2,2],[0,-6]],[[2475,5758],[1,-5],[0,-5],[-1,-5]],[[2475,5743],[-3,-4],[-1,5],[-1,1],[1,-7]],[[2471,5738],[0,-10],[-2,-2],[-1,7],[-1,-7],[3,-2],[0,-4]],[[2470,5720],[-1,-4],[-1,1],[0,5],[-1,-1],[0,-7]],[[2467,5714],[1,-7],[-1,-5],[0,-12]],[[2467,5690],[-2,-4],[0,-6],[-1,0],[0,5],[-2,0]],[[2462,5685],[1,-7],[-3,-4],[0,-8]],[[2460,5666],[-2,5],[-1,-3],[2,-5],[2,0],[-1,-4],[-2,2],[-1,-3]],[[2457,5658],[1,-5],[1,0]],[[2459,5653],[0,-7],[-3,-1],[1,-7],[-2,4],[-2,-5],[2,-3],[-2,-8],[1,-5],[2,-3],[-1,-3],[-4,1],[0,-6]],[[2451,5610],[3,-1],[1,-5],[-2,-2]],[[2453,5602],[-2,6]],[[2451,5608],[-1,-1],[-1,-4]],[[2449,5603],[3,-5],[0,-3]],[[2452,5595],[-3,-4],[1,-6]],[[2450,5585],[-1,-8]],[[2449,5577],[2,1],[0,6],[1,-6],[-2,-4],[1,-4]],[[2451,5570],[3,5]],[[2454,5575],[-3,-9],[0,-6],[2,-9],[0,-9]],[[2453,5542],[-3,0]],[[2450,5542],[0,-4],[2,-4],[-1,-8]],[[2443,5526],[0,35],[0,56],[-6,1],[-9,0],[0,21],[1,0],[0,14],[6,0],[0,-3],[1,28],[-3,0],[-1,9],[-2,0],[-2,3],[0,9],[-1,0]],[[2427,5699],[0,16],[-3,0],[1,12],[1,33],[-2,0],[0,7],[3,1],[4,-6],[5,4],[2,-4],[1,0],[0,7],[4,0],[0,12],[2,3],[-2,9],[1,10],[2,4],[0,3],[-7,0],[0,11],[-6,0],[0,-9],[-1,-2],[0,-9],[-11,0],[0,41],[-5,0],[0,9],[-6,0],[0,-8],[-5,0]],[[2405,5843],[-4,0],[0,31],[1,5],[2,0],[0,5],[12,-1],[0,11],[-1,3],[0,8],[-3,1],[1,4],[-1,1],[-1,6],[2,4],[0,13]],[[1953,6283],[0,118]],[[1953,6401],[0,58]],[[2032,6458],[0,-7],[4,-15],[4,-28],[0,-6],[1,1],[0,-12],[-2,-8],[-2,2],[-3,-4],[-5,0],[-1,3],[-3,-1],[-1,7],[-1,-4],[-2,0],[-1,7],[-1,-11],[1,0],[0,-40],[0,-20],[1,-4],[0,-5],[1,-3],[0,-10],[3,-4],[1,-6],[-4,-15],[1,-7],[8,0],[3,2]],[[2061,5992],[-26,-1],[-22,0]],[[2013,5991],[-3,1],[-21,0],[-24,0],[-12,0]],[[1953,5992],[0,59],[0,78],[-1,11],[0,60],[1,16]],[[1953,6216],[0,67]],[[2489,6767],[2,-9],[3,0],[0,-22],[-1,-2],[-2,-8],[10,0],[0,-1],[10,0]],[[2511,6725],[0,-51],[2,0]],[[2511,6633],[-11,1]],[[2471,6634],[0,81],[4,1],[0,20],[3,0],[0,21],[-3,-1],[0,11],[14,0]],[[1550,6575],[-4,0]],[[1546,6575],[-16,0]],[[1530,6575],[-2,6],[-2,8],[0,12],[-1,3],[-1,23],[1,14]],[[1525,6641],[0,12],[-3,10],[-1,11],[3,24],[1,25],[0,5]],[[1525,6728],[3,5],[3,12],[-3,-4],[-1,-7],[3,22],[2,39],[1,36],[0,10]],[[2617,6386],[-10,0],[0,-50],[-8,-1],[-2,-1],[-1,-9]],[[2596,6325],[-2,2],[-4,-3],[-1,5],[-2,-3],[-1,-5]],[[2586,6321],[0,24],[-1,2],[0,16],[3,0],[0,26],[5,0],[-1,11],[2,-1],[0,9]],[[1799,6990],[3,-1],[4,-10],[2,4],[0,6]],[[1808,6989],[1,-1]],[[1809,6988],[5,13],[0,5],[3,0]],[[1817,7006],[0,-8]],[[1817,6998],[3,-3],[-1,-9]],[[1819,6986],[2,0],[0,-13]],[[1821,6973],[1,-2],[0,-7],[1,-8]],[[1823,6956],[3,-9],[1,-9]],[[1827,6938],[3,-5],[0,-13],[-1,-1]],[[1829,6919],[1,-10]],[[1830,6909],[2,-3],[1,-6]],[[1833,6900],[3,4],[3,-5],[2,-17],[-1,-4]],[[1840,6878],[3,-9],[-1,-7],[5,-12]],[[1847,6850],[0,8],[2,7]],[[1849,6865],[2,2],[1,-2],[5,-1],[3,-3]],[[1860,6861],[1,10],[1,4],[6,-6]],[[1868,6869],[6,5],[1,-6],[4,6]],[[1879,6874],[4,0],[2,-3],[-1,7],[0,6],[1,4],[0,3]],[[1885,6891],[2,2],[0,3],[2,-2],[3,-13]],[[1892,6881],[0,-5]],[[1892,6876],[3,-5],[0,-5],[2,-2]],[[1897,6576],[-12,-1],[-67,-1],[-4,1]],[[2316,6518],[23,0],[13,-1],[0,12],[-1,0],[0,30],[18,0],[21,0]],[[2390,6559],[0,-30],[1,0],[0,-52],[-13,1],[-7,-1],[0,-68]],[[2371,6409],[-16,0],[-20,1],[-12,0]],[[2323,6410],[-1,9],[-3,7],[2,7]],[[2321,6433],[0,11],[0,12]],[[2321,6456],[-1,3]],[[2320,6459],[0,10],[-1,6],[1,6]],[[2320,6481],[-2,0]],[[2318,6481],[0,12],[1,3]],[[2319,6496],[-2,4],[1,4]],[[2318,6504],[0,9]],[[2318,6513],[-2,2],[0,3]],[[2279,5484],[1,-5],[1,4],[2,11],[-1,4],[2,-1],[1,4],[2,1],[0,-4],[-2,0],[1,-4],[-1,-3],[2,-1]],[[2287,5490],[0,-17],[14,0]],[[2301,5473],[2,-13],[1,-3],[0,-8],[4,-5],[0,-5],[4,-8],[-1,-4],[2,0],[0,-9],[1,1],[1,-9]],[[2315,5410],[-13,-25],[-6,2]],[[2278,5474],[0,10],[1,0]],[[2449,5106],[1,2]],[[2450,5108],[4,7],[6,-3],[2,9],[0,9],[1,1],[1,14],[2,0],[2,-7],[0,7],[2,8]],[[2470,5153],[3,-5],[1,-8],[3,0],[2,13],[0,4],[1,1],[0,-8],[1,-1],[0,7],[2,7],[1,1],[2,-4],[-1,7],[-2,2],[0,5],[3,2],[1,-2],[1,6]],[[2488,5180],[1,-11],[2,2]],[[2491,5171],[0,-4],[2,-6],[1,2],[1,13],[2,4],[1,5],[1,-6],[0,-6],[2,-3],[-2,-2]],[[2499,5168],[1,-6],[2,0],[-1,-6],[1,-5]],[[2502,5151],[-4,3],[-2,-7],[-2,-2],[1,-4],[1,-5]],[[2496,5136],[-4,5],[2,-9],[-3,2],[0,-5],[2,-9],[4,-6],[-1,-7],[6,-2],[-1,-4],[2,0]],[[2503,5101],[1,-5],[2,3]],[[2506,5099],[2,-10],[-1,-2],[2,-4],[1,1],[-2,-8]],[[2508,5076],[3,0],[-2,-7],[-1,1],[-1,-5],[0,-6],[-1,4],[-1,7],[-2,-5],[-3,-14]],[[2500,5051],[0,4],[3,12],[0,11],[-2,-9],[-4,20],[0,-3],[-3,3],[0,3],[-6,4]],[[2488,5096],[2,3],[0,6],[-4,10],[-2,-1],[-3,8],[-2,0],[-1,5],[0,-5],[1,-7],[2,-2],[2,-18],[-2,-1]],[[2481,5094],[0,-5],[1,-3],[-2,-12],[-3,-5]],[[2477,5069],[-1,10],[0,6],[-2,8],[-2,-6],[0,8]],[[2472,5095],[-1,6],[0,-5],[-4,-4],[-1,-5],[-1,-10],[-1,-4],[-3,1],[1,2],[-2,4],[-1,-5],[-4,10],[-2,-3],[-1,3],[-5,4],[-1,6]],[[2446,5095],[2,3],[0,3],[1,2],[1,-4],[1,0],[0,-8],[1,0],[0,7]],[[2452,5098],[-3,8]],[[2487,5193],[2,-6]],[[2489,5187],[-1,0],[-1,6]],[[2486,5189],[-1,-5],[-2,-3]],[[2483,5181],[3,8]],[[2475,5176],[1,7]],[[2476,5183],[3,-4],[3,2]],[[2482,5181],[-1,-2],[-1,-14],[-1,6],[-2,-4],[0,10],[-2,-1]],[[2496,5198],[-1,-4],[0,3]],[[2495,5197],[-4,-1],[-1,7],[-2,0],[-1,4],[-3,0],[-2,11],[-3,3],[-2,0],[-2,-11]],[[2475,5210],[-4,0],[-2,8],[-1,8],[-1,11]],[[2480,5119],[3,-3],[0,-5],[-3,8]],[[2499,5149],[-1,-4],[0,8],[1,-4]],[[2502,5154],[1,-1],[0,-4],[-1,5]],[[2516,5154],[0,5],[0,16],[0,-9],[0,-12]],[[2505,5184],[-3,-3],[0,2],[4,12],[-2,-7],[1,-4]],[[2475,5210],[-3,-9],[-1,-9],[2,-7],[3,-2]],[[2475,5176],[0,-4],[-1,-4],[-4,8],[0,8],[1,2],[-3,3],[0,7],[-2,5],[-1,-6],[-7,-6],[-1,7],[1,7],[-3,1],[-1,-3],[1,10],[-3,1],[-1,3],[-2,3],[2,11],[2,-1],[0,6],[-1,3],[-1,10],[-1,-3],[0,-15],[-1,-8],[-2,-2],[0,-13],[1,-2],[2,3],[0,-4],[-3,-5],[1,-8],[2,1],[0,4],[3,-3],[0,-9],[0,-7],[-1,1],[-1,-7],[2,1],[3,0],[1,-6],[-1,-6],[2,-3],[1,9],[2,2],[3,-3],[4,-1],[2,-4],[0,-6]],[[2450,5108],[-1,2]],[[2449,5110],[-1,8],[0,1]],[[2448,5119],[1,4],[0,2],[0,2]],[[2449,5127],[4,5],[0,13],[0,8],[-3,5],[-2,18],[1,3],[-1,4],[-2,0],[-1,5],[-2,0],[-1,14],[-2,2],[-2,8],[0,15],[-2,7],[-2,0]],[[2829,6575],[-9,0],[-29,0],[-22,0]],[[2769,6575],[0,32]],[[2769,6607],[8,16],[2,9],[4,8],[3,3]],[[2921,6413],[0,11],[0,6]],[[2921,6430],[1,0],[1,10],[1,-5]],[[2924,6435],[0,-5],[2,-5]],[[2926,6425],[-1,-4]],[[2925,6421],[-3,-1],[1,-4]],[[2923,6416],[0,-4]],[[2925,6419],[1,6]],[[2926,6425],[1,0],[-2,-6]],[[2898,6434],[2,-2],[2,-8],[4,16],[2,8]],[[2908,6448],[1,-1],[3,5],[2,-7],[-2,-2],[-1,-15],[3,2],[1,-6],[3,2],[1,5],[2,-1]],[[2919,6413],[0,7],[-2,-7],[-5,-6],[1,-10],[-2,-9],[-2,-2],[-1,6],[-1,-5],[-2,-1],[0,-4],[-2,0]],[[2903,6382],[-1,6]],[[2902,6388],[-3,3],[0,14]],[[2899,6405],[0,3],[-3,1]],[[2896,6409],[0,4]],[[2925,6436],[-1,-1]],[[2908,6448],[-1,3],[3,9],[1,13],[4,-10],[2,2],[2,-5],[0,6],[3,0],[0,-5],[2,-5]],[[2925,6421],[-2,-5]],[[2929,6435],[-1,-10],[-2,-7],[-1,1]],[[2482,5181],[1,0]],[[2486,5189],[0,2],[1,2]],[[2489,5187],[1,3],[0,5],[0,1],[1,-2],[-1,-5],[2,1],[-1,4],[1,1],[1,-1],[0,-3],[0,-1],[0,-1],[-1,-4],[0,-1],[-1,-5],[-1,3],[-2,-2]],[[2653,6666],[6,1],[0,10],[7,1]],[[2634,6665],[19,1]],[[2710,5712],[6,-8],[-2,-11],[1,-9],[2,-3],[-1,-6],[2,-5],[0,-5],[1,-2],[-1,-9],[3,-3]],[[2721,5651],[-3,-24],[-12,-39]],[[2706,5588],[-3,7],[-1,0]],[[2702,5595],[-1,4],[-2,14],[-1,6]],[[2698,5619],[-4,7],[-3,11]],[[2526,5415],[2,46],[3,95],[0,3]],[[2531,5559],[0,29]],[[2531,5588],[12,-1],[0,-45],[4,1],[1,5],[2,3],[-1,6],[3,-5],[4,6],[1,-8],[3,5],[0,3],[2,8]],[[3020,6701],[1,-2],[-3,-22]],[[3018,6677],[-3,2]],[[3015,6679],[-3,-4],[-1,-3]],[[3011,6672],[-2,-1]],[[3009,6671],[0,5],[-6,-3],[0,-4],[-2,3],[-1,9],[-1,-5],[1,-8],[-3,0],[-1,17],[-1,13],[3,2],[2,6],[7,-5],[0,4],[2,10],[-3,10],[-9,20],[-2,-2],[0,6],[-2,3],[-1,9],[3,3],[0,8],[3,-2],[2,3],[-2,8],[0,4],[-5,-2],[-1,2],[0,10],[2,-3],[3,2],[0,2],[6,3],[-1,12],[1,6],[-2,16],[2,-5],[0,-9],[1,0],[2,18],[5,-1],[1,6]],[[2999,6927],[0,6],[2,8],[1,11],[2,8],[2,-6]],[[3006,6954],[3,0],[1,7]],[[3009,6671],[-2,-3],[1,-7],[-2,1],[-1,-5]],[[3005,6657],[-22,2]],[[1628,7337],[0,6],[-1,0],[-1,5],[3,13],[-2,5],[0,10],[-1,2],[0,8],[-2,-2],[-1,4],[1,4]],[[1624,7392],[20,0],[36,0]],[[1680,7392],[0,-41],[-1,0],[0,-20],[1,0],[0,-60],[-4,-3],[0,-79],[28,0],[0,-40],[-1,-16],[-2,0],[-5,-5],[1,-17],[-2,2],[-2,-3],[-3,1],[-4,-11],[0,-10],[-3,-6],[-1,-5],[0,-8],[5,0],[1,-5],[0,-17],[-2,-7]],[[1651,7023],[0,24],[-18,0],[-28,0],[0,40],[4,0],[-1,18],[1,11],[-1,6],[2,3],[-2,3],[-1,5]],[[2474,6154],[1,6],[1,11]],[[2476,6171],[2,8],[0,8],[-1,6]],[[2477,6193],[3,10]],[[2478,6213],[0,5],[5,-2],[-1,-3],[0,-26]],[[2482,6187],[0,-1],[9,-1],[1,-51],[15,0],[0,30],[13,0],[-1,-56],[0,-46],[-9,0],[0,-36],[3,2],[0,-9]],[[2513,6019],[-1,0],[-3,-7],[-2,-11],[-1,-6],[1,-5]],[[2507,5990],[0,-1],[-3,11]],[[2504,6000],[-1,-2],[1,-4],[-1,-3],[-2,6]],[[2501,5997],[0,7]],[[2501,6004],[-2,4],[-2,17]],[[2497,6025],[1,6],[1,1],[0,11]],[[2499,6043],[-2,12],[1,5],[-1,7],[0,6]],[[2497,6073],[-9,25]],[[2488,6098],[-2,-4]],[[2486,6094],[-1,1],[-1,5],[1,3],[-2,2],[-3,11],[-3,6]],[[2477,6122],[-1,5],[-3,7]],[[2552,6359],[4,-2],[-1,-11],[0,-9],[9,0],[0,-10],[3,-1],[0,-45],[10,-1],[0,-3]],[[2577,6277],[0,-11],[-1,-4],[0,-101],[0,-6],[2,0],[0,-9],[1,0],[0,-6],[1,-3],[2,0],[0,-6],[2,0]],[[2558,6097],[-2,4]],[[2556,6101],[-2,1],[-1,-4]],[[2553,6098],[-3,8]],[[2550,6106],[-1,-7],[1,-3],[0,-7]],[[2550,6089],[-2,0]],[[2548,6089],[0,7],[-5,-1]],[[2543,6095],[-1,5],[-1,-4]],[[2541,6096],[1,-9],[-1,-5],[-3,3]],[[2538,6085],[-2,12],[3,-1]],[[2539,6096],[-1,8]],[[2538,6104],[1,8],[-1,2],[2,2],[-1,3],[3,8]],[[2542,6127],[-2,5],[0,4],[4,11]],[[2544,6147],[2,9],[0,8],[3,4],[-1,5],[1,4],[1,9],[2,2],[1,7]],[[2553,6195],[-1,16]],[[2552,6211],[1,8],[-2,5]],[[2551,6224],[0,7],[-2,10]],[[2549,6241],[2,10],[-1,10],[2,5]],[[2552,6266],[0,37],[0,56]],[[2705,4979],[2,-1]],[[2724,5007],[2,5],[2,-3],[2,-1]],[[2730,5008],[0,-2],[0,-11],[1,0],[0,-12],[7,0],[0,-31],[0,-30],[-1,0],[1,-21]],[[2833,6309],[6,0]],[[2839,6309],[-2,-12],[2,-4],[3,5],[2,-3],[0,6],[2,-1],[1,-5],[-2,-10],[0,-4],[4,-4]],[[2849,6277],[0,-11],[-4,0],[-2,2],[-3,-2],[2,-8]],[[2842,6258],[1,-7],[-1,-7],[2,-5],[2,-3],[0,-5],[0,-4]],[[2845,6221],[-1,4]],[[2844,6225],[-2,-7]],[[2842,6218],[-1,3],[-2,3]],[[2839,6224],[0,5]],[[2839,6229],[2,-5],[0,8],[-1,3],[0,4],[3,-6],[0,5],[-1,4],[0,5],[-1,3],[-4,16],[-2,4],[1,6],[-3,5],[-1,-8],[1,-4],[-1,-4],[-1,5],[-1,-2],[-3,0],[1,12],[0,6],[2,12],[1,1],[1,10]],[[2596,6109],[1,10],[0,9],[2,7],[1,6]],[[2600,6141],[2,-1]],[[2602,6140],[2,3],[1,10]],[[2670,6868],[-1,-18],[-3,-8],[-3,-2],[-1,-24],[-3,-2],[0,-5],[-4,0],[-1,-5],[-1,-9],[-1,-18],[1,-6]],[[2653,6771],[6,-8]],[[2653,6666],[-1,52],[7,0],[0,20],[-4,0],[1,-10],[-7,0],[0,6],[2,2],[-2,4],[1,8],[2,0],[1,5],[-4,0],[0,5],[-3,0],[0,69],[8,0],[0,41]],[[2607,6726],[7,0],[0,-10],[1,-5],[1,0],[1,5],[0,-10],[10,0],[0,-41]],[[2614,6584],[0,40],[-7,0],[0,41],[-6,0]],[[1703,5644],[0,2],[4,-4],[-1,5],[2,3]],[[1708,5650],[1,0]],[[1709,5650],[-1,-3],[3,-3],[2,-11]],[[1713,5633],[-1,-6]],[[1712,5627],[-2,0],[-2,-4]],[[1708,5623],[-1,3],[-3,-1],[-1,-2]],[[1703,5623],[0,2]],[[1703,5625],[1,6],[0,7],[-1,6]],[[1712,5591],[2,3],[1,-3],[1,7],[2,-3]],[[1718,5595],[0,1]],[[1718,5595],[-1,-11],[4,0],[0,-1],[3,-5]],[[1724,5578],[0,-21],[2,-8],[-1,-13],[3,4],[0,-6]],[[1728,5534],[0,-1]],[[1728,5533],[1,-2],[-3,-5],[0,-4],[-2,2],[1,-13]],[[1725,5511],[-1,-2],[0,16],[-2,13],[-5,27],[-4,13],[-2,4]],[[1711,5582],[1,1],[0,8]],[[1708,5623],[0,-15],[-1,-2]],[[1707,5606],[-2,1],[1,7]],[[1706,5614],[-1,4],[-2,5]],[[1712,5627],[3,-12],[1,-1],[0,-6],[2,0],[2,-5],[-2,-7]],[[1712,5591],[-1,5],[-1,-1],[-3,5],[0,6]],[[1699,5628],[1,1],[1,7],[-2,10]],[[1699,5646],[2,3],[0,1]],[[1701,5650],[2,-6]],[[1703,5625],[-1,-4],[-3,4]],[[1699,5625],[0,3]],[[1706,5614],[-3,-3],[-1,6],[-1,0],[-1,-5]],[[1700,5612],[-1,3],[-1,-4],[-1,4]],[[1697,5615],[0,7],[2,3]],[[1691,5503],[-2,5]],[[1689,5508],[-2,14],[0,8],[3,-14],[3,-8],[-2,-5]],[[1693,5573],[2,-8],[-1,-5]],[[1694,5560],[-4,3],[0,11],[-3,3],[0,4],[1,0],[1,-4],[4,-4]],[[1711,5582],[-1,5],[-6,13],[-4,12]],[[1795,5493],[0,3],[3,-2]],[[1858,5579],[0,-4],[3,3],[0,5],[3,2]],[[1864,5585],[0,-5],[-2,-4],[2,-1],[0,-4]],[[1864,5571],[-2,-1],[0,-16],[3,0],[0,-65],[1,-1],[0,5],[3,0],[0,6],[5,0],[0,2],[3,0],[1,-8],[-2,-5],[0,-20],[13,-1],[1,-5],[0,-7],[2,1],[0,-4],[2,1],[1,-6],[2,-2]],[[1897,5445],[0,-7],[3,0],[2,-16],[0,-4],[-2,0],[0,-8],[-1,-1],[0,-5],[-2,0],[-1,-6],[1,-4],[0,-17],[5,1],[12,0],[-1,-14],[0,-33]],[[1913,5331],[-17,0]],[[1896,5331],[-42,56],[-15,19],[-47,61]],[[1792,5467],[1,11],[2,15]],[[1897,5445],[-1,10],[2,0],[1,-6],[0,4],[2,4],[1,12],[12,0],[0,-10],[3,0],[36,0]],[[1953,5331],[-27,0],[-13,0]],[[2004,5784],[12,0],[1,-4],[2,0],[-2,4],[4,0],[1,13],[2,4],[4,0],[0,10],[3,-1],[0,-23],[2,-2],[0,-10],[-1,0],[0,-12],[25,1]],[[2318,6481],[-2,0],[1,-8],[-1,-1],[0,-6],[-3,-1],[-3,-7],[-2,4],[-1,6],[0,4],[-1,10],[0,8],[-1,6],[-1,5],[-1,4],[15,-1]],[[2355,6243],[0,10],[2,0],[2,-7],[2,2],[2,-1],[1,-9],[-2,-9],[0,-15],[3,-1],[-1,12],[-1,4],[6,-2],[0,15],[-3,8],[0,36],[13,0],[0,-36],[1,0],[1,4],[3,-3],[2,1],[0,6],[2,-1],[1,-5],[1,2],[1,8],[2,2],[2,9],[3,-5],[1,-6],[2,0],[1,-10],[2,0]],[[2404,6252],[-3,-14],[1,-1],[-4,-15],[0,-5],[-12,2],[0,-2],[-9,1],[-1,-3],[-7,1],[0,-10],[-14,2]],[[2355,6208],[0,31]],[[2355,6239],[0,3],[0,1]],[[2511,6725],[0,20],[16,0],[0,7],[-2,3],[13,0],[0,-20],[-1,0],[0,-21]],[[2537,6714],[0,-10],[2,-4],[1,-8],[-2,-3],[3,0],[-1,-4]],[[2990,6576],[1,-49],[-1,-20]],[[2990,6507],[-1,0],[1,-9],[-1,-2]],[[2989,6496],[-3,3]],[[2986,6499],[-2,-3],[-1,4],[-1,-5],[-3,1],[-2,-4],[-2,3],[0,-4]],[[2975,6491],[-2,2],[-2,-4],[-4,2]],[[2969,6523],[1,11],[1,3],[1,4],[-2,1],[2,4],[-1,7],[0,16],[-6,0],[-2,7]],[[2788,5677],[14,-49]],[[2802,5628],[0,-4]],[[2802,5624],[-3,-1],[-3,-7],[-5,-16],[-5,-26],[-1,-20],[-2,7],[-1,0]],[[2782,5561],[1,13],[-2,-14],[3,-6],[1,-7],[-3,-7],[0,3],[-2,1]],[[2780,5544],[-3,7]],[[2777,5551],[-2,5],[-4,4],[0,5],[1,4],[3,14],[3,10],[-1,2],[2,13],[2,8],[-1,5],[-4,-5],[-4,4],[3,6],[0,3],[-2,0],[-2,8],[-1,-5],[-1,-2],[-1,4],[-2,1],[-1,7],[-3,6]],[[2762,5648],[-2,4],[-2,9],[1,4],[-1,10],[-1,10],[-2,-4],[-2,12],[0,8],[-2,5],[-1,13],[-4,17],[0,1]],[[2606,5742],[-1,-3],[-1,-9],[-1,-1],[-2,-14],[-6,-17],[-4,5],[0,9],[-5,0],[0,-9],[-2,0],[-1,-5],[-2,0],[-2,5],[0,-25],[-15,1],[0,43],[-3,9],[-2,-1],[-2,5],[-2,0],[-2,4],[-9,-11],[-3,8],[-1,9],[-2,3],[-2,-2]],[[2536,5746],[-1,5],[-1,7]],[[2534,5758],[-1,2]],[[2533,5760],[22,-1],[16,-1]],[[2687,4993],[1,13],[0,24],[-1,6],[2,-2],[0,10],[-3,10],[-1,6]],[[2685,5060],[2,3],[2,-3],[1,2],[3,3],[4,-7],[2,12],[0,13],[2,1],[-1,16]],[[2264,5234],[1,-3],[2,-5]],[[2267,5226],[0,-3],[4,2],[-1,3],[2,2],[2,-3],[0,-4],[4,-5],[3,0],[3,-6],[1,5],[3,2],[4,9],[2,-7],[2,-8],[2,-3],[8,7],[2,3],[1,-3],[3,3]],[[2327,5175],[1,-7]],[[2328,5168],[-3,2],[-1,-8],[-2,-1],[2,-5],[-1,-10]],[[2323,5146],[-2,5],[-5,-8],[-1,-14],[-1,0]],[[2275,5200],[-1,-1],[-2,8],[0,9],[-2,-2]],[[2762,5648],[-5,-11],[0,6],[-2,-1],[1,-12],[-2,0],[-2,6],[0,-6],[2,-13],[-3,-2],[0,-6],[-2,0],[-2,-8],[-3,11],[1,4],[0,5],[-1,22],[1,3],[-1,6],[-1,-1]],[[2743,5651],[-1,-1],[-4,13],[1,11],[-4,-2],[-4,-5],[-2,1],[0,-6],[-3,7],[-1,1],[-3,-13],[1,-5],[-2,-1]],[[2586,5635],[1,6],[2,0],[2,-11],[1,-4],[2,-1],[2,7],[2,-1],[0,5],[4,-1],[0,6],[-2,12],[-1,2],[0,16],[1,-1],[6,16],[0,-6],[2,-1],[1,3]],[[2121,5992],[0,-58]],[[2121,5934],[-1,-2],[0,-114],[0,-1],[0,-88]],[[2120,5729],[0,-74]],[[1953,5779],[0,213]],[[2092,7392],[14,0],[34,0],[24,0],[27,0],[31,0],[24,0],[36,0]],[[2282,7392],[0,-4],[1,-8],[0,-10]],[[2283,7370],[3,-18]],[[2286,7352],[-1,-6],[-1,-15],[1,-7],[-1,-3]],[[2284,7321],[1,-14],[-1,-6],[0,-9],[2,-11],[1,-12],[1,-9],[2,-12],[1,-15],[1,-3],[0,-29],[1,-15],[0,-15],[0,-16]],[[2293,7155],[2,-4],[-1,-36],[1,-7],[1,-14],[2,-8],[1,-6]],[[2299,7080],[1,-18],[1,-8]],[[2301,7054],[-1,-8],[0,-12]],[[2300,7034],[-24,0]],[[2276,7034],[-28,0],[-38,1],[-19,0],[-28,0],[-26,0],[-26,0],[-19,0]],[[2092,7035],[0,286],[0,71]],[[2148,6342],[24,0],[22,0],[21,0],[14,0],[32,0],[16,0],[33,0]],[[2310,6342],[0,-10],[-6,0],[-1,-7],[-2,-3],[-7,0],[0,-30],[21,-1],[0,-51],[3,-3],[0,-98],[-1,-10]],[[2317,6129],[-11,0],[0,-10],[-22,0],[0,10],[-15,0],[0,-51],[-22,0],[0,10],[0,51],[-12,0],[0,-30],[-9,0],[0,20],[-3,2],[-6,0],[0,-43],[0,-1],[0,-50],[1,0],[0,-45]],[[2218,5992],[-33,0],[-26,-1],[-11,0]],[[2425,7129],[1,-3],[1,-2],[2,-2],[4,2],[7,7],[2,1],[4,5],[3,8],[3,-3],[1,4],[3,7],[3,2],[2,-3],[0,-6],[-2,-18],[0,-4],[-2,-11],[0,-2],[5,5],[1,6],[4,-9],[4,-4],[1,2]],[[2505,6888],[-21,0],[0,-30],[-3,0],[0,-20],[5,0],[0,-11],[-2,1],[-1,-9],[0,-10],[1,-1],[1,-9],[-2,-1],[-3,1],[-2,-2],[0,9],[-7,1],[-2,4],[-1,-4],[0,51],[-14,0],[0,20],[4,0],[0,41],[-6,0],[1,10],[-2,-4],[-2,2],[0,-8],[-4,2],[-1,-2],[-3,0],[0,10],[-4,0],[0,20],[-14,1],[1,-11],[0,-30],[-18,0]],[[2463,7133],[-1,2],[5,9],[-3,-10],[-1,-1]],[[2468,7150],[-3,-1],[1,4],[2,2],[0,-5]],[[2463,7150],[-1,2],[0,3],[1,-5]],[[2471,7160],[-1,-1],[1,7],[1,2],[-1,-8]],[[2489,6767],[6,0],[0,70],[10,0]],[[2552,6847],[0,-6],[1,-7],[-1,-8],[-2,-4],[-3,-22],[0,-12],[0,-5],[0,-8],[-2,-15],[-1,-14],[-1,-11],[-1,-12],[0,-9]],[[2542,6714],[-5,0]],[[2119,5470],[24,0],[0,51],[15,0],[0,-80],[0,-22],[14,0],[0,52],[14,-1],[0,-51],[8,0],[21,-1],[0,51],[15,0],[0,22],[2,1],[3,-1],[-1,7],[2,1],[3,-5],[3,-2],[2,2],[0,26],[5,0],[0,7]],[[2249,5527],[10,-1]],[[2259,5526],[0,-52],[12,0]],[[2212,5210],[-10,0],[0,93],[-33,-1],[1,66],[-21,0],[-22,0],[0,51],[-8,0]],[[2845,6202],[0,9],[-1,2]],[[2844,6213],[0,-2]],[[2393,6559],[13,0],[0,-30],[1,-11],[25,0],[0,41],[13,0],[0,10],[13,0],[0,10],[21,0]],[[2450,6416],[-1,1],[-4,-5],[-1,-6]],[[2444,6406],[1,-4],[0,-14],[-1,-2]],[[2444,6386],[-3,4]],[[2441,6390],[0,6],[-3,5],[0,4]],[[2438,6405],[-2,1],[-1,8]],[[2435,6414],[-10,-2],[-18,-1],[-16,-1],[-20,-1]],[[2390,6559],[3,0]],[[2564,5950],[17,1],[18,-3],[10,-1]],[[2609,5947],[5,2],[9,-2]],[[2623,5947],[6,-1]],[[2629,5946],[3,-24],[-4,-12],[-2,-2],[-1,-8],[0,-7],[5,-18],[1,-11],[-2,-9]],[[2580,5887],[-1,4],[-1,13],[-3,11],[-1,7],[-2,-6],[-3,5],[-1,-13],[-2,3],[0,6],[-2,5],[1,2],[-2,5]],[[2563,5929],[1,21]],[[2487,6476],[15,0],[-1,-5],[9,0],[0,-21],[3,0],[0,-20],[10,0],[0,-16],[3,0],[0,-25]],[[2526,6389],[0,-14]],[[2526,6375],[-13,0],[-1,3],[-1,22],[-4,-1],[0,-67],[-2,0],[0,-12],[-5,-8],[-4,1],[0,4],[-1,0],[-1,7],[-3,-4],[2,-13],[2,0],[0,-10],[1,0],[0,-11],[-15,0],[-14,0],[-1,-14],[-9,0]],[[2457,6272],[-2,5],[-2,11]],[[2453,6288],[-2,1]],[[2451,6289],[-2,8],[-4,14]],[[2445,6311],[0,6],[-2,6],[0,6],[1,4],[-2,13],[-1,10],[0,13],[2,15],[1,2]],[[2519,6633],[0,-40],[4,0],[-1,-16],[-3,1],[0,-46],[3,0],[0,-20],[12,1]],[[2534,6513],[1,0],[0,-5]],[[2535,6508],[0,-5],[4,0]],[[2539,6503],[0,-20],[-7,-1],[0,-24],[20,2]],[[2552,6460],[0,-61]],[[2552,6399],[-13,0],[-3,0],[0,3],[-6,0],[-1,2],[0,-15],[-3,0]],[[2355,5934],[26,0],[25,-1]],[[2406,5933],[7,1]],[[2405,5843],[0,-20],[-1,0],[0,-44],[-1,0]],[[2403,5779],[-4,-2],[0,-3],[-2,1],[1,5],[-2,-1],[-1,7],[-2,5],[-2,6],[0,17],[3,0],[0,15],[1,0],[0,17],[0,18],[-1,4],[3,3],[0,5],[-2,2],[1,5],[-3,0],[-1,6],[-8,1],[-1,7],[0,9],[-2,5],[-6,0],[-2,-25],[0,-24],[0,-14],[-5,0],[-2,-1],[-1,-9],[0,-8],[1,0],[0,-8],[-1,-9],[0,-14],[1,-5],[4,-2],[0,-8],[1,-4],[-9,-2],[0,-12],[-3,0]],[[2359,5766],[1,27],[-1,19],[-3,96],[-1,26]],[[2299,5813],[0,20],[12,0],[0,26],[1,0]],[[2322,5992],[33,0]],[[2355,5992],[0,-58]],[[2359,5766],[0,-88],[-1,-78]],[[2650,6255],[5,-1],[1,2],[6,14],[6,-1],[0,-6],[4,-3],[1,5],[1,-4],[5,8],[2,-7],[-1,-3],[1,-5],[4,-1],[0,-3]],[[2685,6250],[-1,-5],[0,-26],[-7,1],[1,-9],[-2,-4],[1,-6],[1,1],[0,4],[3,0],[-1,-7],[2,-3]],[[2685,6250],[6,-4],[0,-4],[3,-1],[0,-12],[3,0],[1,20],[9,-2],[0,11],[4,-1],[-1,6],[1,15],[0,5],[3,-2],[0,13],[4,0],[0,9],[-2,0],[0,10],[-1,1]],[[2747,6457],[0,-10]],[[2747,6417],[-3,-3],[-1,-5],[2,-5],[0,-8],[0,-18]],[[2745,6378],[-3,-18]],[[2742,6360],[-1,-8],[0,-21],[-2,1],[1,-6],[-2,-12]],[[2738,6314],[1,-5]],[[2739,6309],[-1,-3],[-1,-9],[-1,0]],[[2736,6297],[-4,-13],[-2,-7],[-1,-1],[-1,-5]],[[2728,6271],[-1,-1],[-3,-4],[-3,7],[-2,-8],[-1,-8],[-3,0]],[[2715,6257],[0,-5],[-2,-5],[0,-11]],[[2713,6236],[-2,-1]],[[2711,6235],[2,-8],[-1,-7],[-1,-1]],[[2711,6219],[-1,-6],[-1,-2]],[[2709,6211],[0,6],[-1,7],[-3,4],[-3,-14],[0,-7],[-2,-6],[1,-7],[0,-16],[-3,-2],[-1,-15],[-6,-5]],[[2691,6156],[-1,2]],[[2552,6460],[0,18]],[[2552,6478],[3,0],[3,2],[5,12],[2,-1],[3,-7],[1,2]],[[2586,6321],[0,-22]],[[2586,6299],[-1,-8],[-3,-1],[0,-7],[-3,1],[-1,-4],[2,-3],[-3,0]],[[2552,6359],[0,40]],[[2739,5463],[1,-12],[0,-5],[3,-12],[-2,-7],[-2,-5]],[[2739,5422],[1,11],[-1,-5],[-1,-10]],[[2738,5418],[-3,6],[0,4],[-1,4],[0,13],[2,-1],[0,6],[2,-1],[1,5],[0,9]],[[2743,5468],[2,-1],[1,-1],[3,-2],[-3,-2],[3,-1]],[[2749,5461],[0,-5],[-2,-4],[1,-1],[2,6],[-1,-10]],[[2749,5447],[-2,-6],[-3,-1],[0,13],[-1,0],[0,-8],[-2,6],[-1,6],[1,6]],[[2741,5463],[-1,2],[3,3]],[[2749,5469],[0,-1]],[[2749,5468],[-1,1]],[[2748,5469],[1,0]],[[2749,5469],[2,2],[0,14],[4,-4]],[[2755,5481],[1,-7],[-3,-8],[-1,4],[-1,-5],[-2,3]],[[2756,5478],[2,9],[2,3],[-3,2],[1,8],[0,4],[-4,4],[1,7],[-1,12],[0,6],[1,4],[-1,3],[3,12],[1,-3],[0,9],[3,3],[3,7],[2,-7],[0,-11],[-3,-3],[-1,-4],[1,-6],[-1,-10],[0,-13],[-3,7],[0,-9]],[[2759,5512],[3,-7],[1,1],[0,-5],[2,-7],[0,-5],[-2,-4],[-2,0],[1,-4]],[[2762,5481],[-5,-6]],[[2757,5475],[-1,3]],[[2780,5544],[2,-3],[-3,-8],[0,-5],[-3,-3],[-1,5]],[[2775,5530],[-1,-3],[-2,-7],[1,-4],[-2,-7],[-2,-7],[-3,-4],[-1,4],[0,5],[-1,1]],[[2764,5508],[0,6],[2,4],[2,1],[0,4],[3,13],[1,4],[3,4],[2,7]],[[2764,5508],[0,-7],[-1,-1],[0,2],[-4,10]],[[2756,5478],[-1,3]],[[2748,5469],[-5,1]],[[2743,5470],[0,-2]],[[2741,5463],[-1,-5],[0,8],[-2,6],[1,-9]],[[2738,5418],[-1,-5]],[[2729,5453],[0,10]],[[2729,5463],[-3,8],[0,3]],[[2726,5474],[-2,2],[-2,7],[0,8],[1,5],[-1,9],[-1,3],[-1,13],[0,5]],[[2720,5526],[-3,11]],[[2717,5537],[2,7],[5,-6],[5,1],[-1,8],[0,26],[0,4],[9,-20],[0,12],[1,9],[-1,-1],[-2,8],[-3,2],[1,6],[2,5],[-2,10],[3,6],[-2,3],[-2,-4],[2,21],[-2,9],[-2,7],[1,3],[-1,4],[4,2],[1,4],[1,-1],[1,-12],[-2,-2],[-1,-8],[2,-1],[6,4],[1,8]],[[2709,6211],[3,-17],[1,-6],[-6,-3],[-3,-5],[1,-32],[0,-5],[2,-2],[2,6],[2,-2],[0,-12],[2,2],[3,0],[1,-5],[3,-9],[-1,-3],[2,-5],[0,-7],[2,-1],[2,25],[3,10],[9,18],[2,7],[-1,3],[2,6],[4,-4],[4,15],[1,10],[3,-1],[1,-5],[1,1],[3,-20],[-2,-16],[4,10],[2,-2],[5,12],[1,15],[1,6],[1,-7],[2,1],[2,-3],[-1,-8]],[[2772,6178],[-1,-9],[-1,-3],[0,-8],[-1,-8],[-2,-5],[1,-5]],[[2768,6140],[-4,-9],[-2,-23]],[[2762,6108],[-2,-5]],[[2707,6055],[-5,2]],[[2702,6057],[-1,11],[-1,-3],[-2,5]],[[2698,6070],[0,11],[-3,5]],[[2695,6086],[0,9]],[[2695,6095],[-2,4],[0,8],[-1,2],[-1,8],[-3,8]],[[2688,6125],[2,7],[-1,5],[1,2],[0,14]],[[2595,5208],[-2,3],[-8,9],[-4,3],[4,-1],[1,5],[2,-5],[0,4]],[[2588,5226],[3,-6],[1,2],[-3,12],[-6,-3],[-2,6],[0,-6],[-3,-7]],[[2578,5224],[-2,1],[-6,-2],[-4,-2],[-4,-3],[1,4],[4,2],[2,7],[-2,4],[0,6],[-1,1],[-1,-13],[-2,12],[-1,2],[1,-12],[-1,-4],[-2,-4],[-1,-6],[-1,-4],[-6,-4],[1,2]],[[2553,5211],[1,1]],[[2554,5212],[1,7],[2,6]],[[2557,5225],[-1,3]],[[2578,5224],[1,-1],[-19,-9],[-1,0],[9,5],[2,3],[8,2]],[[2465,6635],[0,3],[-2,12]],[[2463,6650],[-7,6],[-2,7],[-1,15]],[[2453,6678],[-2,3]],[[2451,6681],[0,16],[0,10]],[[2451,6707],[3,15]],[[2454,6722],[-1,6],[-3,5]],[[2450,6733],[0,7],[-1,5],[0,5]],[[2449,6750],[0,5],[-1,16]],[[2448,6771],[1,12],[-1,7]],[[2448,6790],[-5,19],[-4,3]],[[2439,6812],[-4,12],[-4,7]],[[3002,6550],[1,-8],[-2,-2],[0,-10],[-1,-4],[1,-11],[-1,-9],[-1,-5]],[[2999,6501],[-3,1],[-8,-8],[1,2]],[[2997,6476],[-1,1],[1,8],[1,-7],[-1,-2]],[[1590,7232],[-2,3],[-4,-5]],[[1584,7230],[2,6],[-2,8],[0,5]],[[1584,7249],[2,4],[0,8],[1,2],[0,9],[2,6],[0,18],[-2,-1],[-2,8],[2,0],[-2,10],[1,4],[-1,4],[-3,-1],[1,11],[3,2],[0,20],[-5,10],[-3,7],[0,-6]],[[1578,7364],[-3,1],[-1,-6]],[[1574,7359],[0,5],[-4,15]],[[1570,7379],[1,3],[-2,2],[3,3],[-1,5]],[[1571,7392],[19,0],[8,-1],[26,1]],[[1575,7351],[-3,7],[0,3],[3,-10]],[[1584,7230],[-1,-1]],[[1583,7229],[0,-11],[1,0],[-2,-12],[-2,18],[2,4],[-2,7],[1,8],[0,10]],[[1581,7253],[1,6]],[[1582,7259],[1,-10],[1,0]],[[1580,7206],[1,-3]],[[1581,7203],[-2,-5],[-2,2],[1,15],[2,-2],[0,-7]],[[1582,7259],[1,9],[3,6],[-1,4],[-3,8],[-1,14],[-1,2],[-1,-10],[3,-11],[-4,11],[-1,12]],[[1577,7304],[3,1],[1,-2],[0,8],[-4,8]],[[1577,7319],[-1,7],[-2,-4],[-2,11],[2,2],[4,-7]],[[1578,7328],[0,1],[-1,14],[2,-3],[1,5]],[[1580,7345],[-3,11],[1,8]],[[1581,7264],[-1,1],[-1,9],[-3,0],[-1,10],[-1,10],[-1,-1],[-2,6],[0,5],[3,16],[2,1],[2,-8],[-1,-5],[-2,3],[-1,-7],[-2,-2],[3,-3],[1,-4],[1,-18],[1,9],[3,-9],[1,-8],[-1,-5]],[[1569,7324],[-3,5],[0,10],[1,2],[1,-12],[1,-5]],[[1560,7334],[-1,11],[1,2]],[[1560,7347],[5,-10],[-1,-2],[1,-6],[-1,-1],[-4,6]],[[1568,7358],[3,-5],[-2,-6],[-2,9],[-1,-4],[2,-7],[-2,-1],[-3,6],[3,8],[2,0]],[[2717,5537],[-3,2],[-1,5]],[[2713,5544],[0,7],[-2,3]],[[2711,5554],[0,7],[-3,5]],[[2708,5566],[0,7],[1,0],[-1,7],[-1,2],[-1,5],[0,1]],[[2355,6035],[15,-2],[0,-7],[12,-1],[1,54],[-1,0],[0,10],[2,-2],[11,-1],[0,-9],[0,-36],[3,-1],[0,-16],[1,-7],[4,4],[0,-15],[1,1],[1,-7]],[[2405,6000],[-3,0],[0,-30],[4,-1],[0,-36]],[[2355,5992],[0,43]],[[2526,6375],[0,-16],[5,0],[0,3],[2,0],[0,-3],[2,0],[1,-21],[-6,0],[-1,-10],[-3,0],[0,-10],[-8,0],[0,-6],[-2,0],[0,-10],[-5,0],[0,-36],[-4,0],[0,-15],[-3,0],[0,-35],[-19,0],[0,-20],[0,-6],[-3,-3]],[[2463,6252],[-2,10],[-4,10]],[[2753,4681],[-1,-17],[-3,-16],[1,-2],[-1,-6],[2,-12]],[[2751,4628],[-1,-6]],[[2750,4622],[-3,-4],[1,3],[-2,0],[-1,-7],[-1,1],[-2,-6],[-2,0],[-2,5],[-1,-5]],[[2737,4609],[-5,-2],[-2,5],[-1,7],[1,12],[2,-7],[4,-5],[0,4],[-1,7],[-4,3],[-1,4],[-1,11],[-1,10],[-2,17],[-2,5],[1,6]],[[2725,4686],[13,0],[0,-5],[15,0]],[[2752,4611],[-6,-24],[1,8],[3,15],[2,9],[0,8],[2,6],[0,1],[1,-1],[-3,-19],[0,-3]],[[2716,4545],[-2,-4],[0,5],[2,-1]],[[2719,4556],[1,-6],[-1,-2],[-3,-4],[3,5],[0,7]],[[2732,4557],[-2,1],[2,3],[0,-4]],[[2725,4551],[-3,13],[1,-3],[2,-10]],[[2889,6320],[-1,-5],[-1,-6],[-2,-8],[-1,-5],[2,-8],[-1,-9],[2,-12],[2,-5]],[[2889,6262],[1,-10],[0,-20],[2,-8],[1,-7],[4,-16],[2,1],[0,-14],[-2,1],[2,-6],[-3,-3],[0,-5],[2,3],[1,-3],[1,4],[0,-18]],[[2900,6161],[-1,0]],[[2899,6161],[-9,0],[-8,1]],[[2882,6162],[-3,139],[0,9]],[[2872,6847],[3,1],[-2,-4],[-1,3]],[[2949,6685],[-10,0],[0,-1]],[[2939,6684],[-1,4],[-2,3],[1,13],[-4,-2],[1,-9],[-7,-3],[-12,0]],[[2915,6690],[-1,0],[-6,7]],[[2867,6771],[0,7],[0,9],[-2,5],[2,5],[0,-5],[2,7],[1,4],[1,3],[-4,1],[2,4],[0,7],[-3,-2],[-3,4],[0,4],[5,11],[4,4],[6,14],[2,8],[-1,5],[3,9],[11,31]],[[2893,6906],[6,11],[3,6]],[[2902,6923],[2,0],[2,4]],[[2906,6927],[3,-3],[1,1]],[[2910,6925],[10,-1],[5,0]],[[2925,6924],[9,2],[13,0]],[[2866,6810],[1,4],[0,-6],[-1,2]],[[2120,5729],[21,0],[8,0],[0,-50],[12,0],[0,-28],[2,0],[1,-5],[3,1],[0,-5],[3,1],[0,10],[3,0],[0,4],[3,0],[0,-72],[0,-13],[27,0],[18,0],[28,0],[0,-45]],[[2316,5992],[-25,0],[-17,0],[-24,0],[-32,0]],[[2317,6129],[0,-137]],[[2783,5857],[2,-3],[-3,-5],[1,-6],[0,-5],[2,-3],[3,-7],[0,-3],[3,-5]],[[2791,5820],[-3,-13],[1,-1],[2,-8],[2,-1],[1,4],[0,-14],[-2,-3],[0,-3],[0,-7],[-2,-3],[-3,-6],[1,-5],[3,0],[-1,7],[3,0],[1,-4],[0,11],[1,6],[2,-1],[2,11],[-1,6],[-2,9],[-1,1],[-2,7],[-2,2],[0,5]],[[2791,5820],[1,7],[-2,3],[1,8],[-2,3],[-1,-3],[-1,6],[2,1],[1,8],[-1,7],[4,0],[0,-5],[3,1],[0,-7]],[[2796,5849],[-2,-2],[1,-4],[-1,-16],[0,-2],[4,-6]],[[2798,5819],[1,-2],[4,-18],[-2,-11],[-2,-18],[-2,-7],[-1,0],[1,-6],[-3,-10],[-1,3],[-1,-4],[-3,7],[-2,-7],[-2,2],[0,8],[-2,5],[-2,-1],[0,-4],[-2,0]],[[2795,5867],[3,-7],[1,-8],[2,3],[1,10],[1,-4],[0,-17],[-1,-4],[-2,1],[-1,4],[-1,-3],[-2,7]],[[2822,5786],[0,-6],[-1,-4],[-4,5],[-2,-2],[-2,2],[-2,4],[-2,7],[1,4],[3,4],[0,8],[3,19],[-2,2],[-1,15],[-2,5],[0,5],[-6,-13],[-7,-22]],[[2403,5779],[-4,-10],[-8,-26],[1,-11],[9,0],[-1,-16],[3,0],[0,-5],[2,0],[1,-10],[3,-4],[0,-7],[1,0],[1,5],[5,0],[0,5],[11,-1]],[[2426,5527],[-19,0],[-36,1]],[[2428,5223],[-1,-5],[-1,2],[-1,-5],[0,7],[-2,0],[0,5],[-2,0],[0,5],[-11,0],[-4,1],[0,-6],[-8,0],[-2,-4],[-7,0],[0,10],[-3,0],[0,-10],[-7,0]],[[2383,5313],[0,10],[-2,5],[0,11]],[[2381,5339],[-1,5],[-1,3]],[[2379,5347],[1,5],[-2,2]],[[2378,5354],[-2,9],[1,9],[-1,14],[-5,22]],[[2371,5408],[0,82]],[[1847,5992],[9,0],[31,0]],[[1887,5992],[1,0]],[[1888,5992],[25,1],[0,-1]],[[1913,5992],[20,0],[20,0]],[[1864,5571],[2,-10]],[[1866,5561],[1,-2],[6,0]],[[1873,5559],[0,-10],[6,0]],[[2506,5758],[28,0]],[[2536,5746],[-1,-35],[-1,-39],[-3,-84]],[[2531,5559],[-11,0],[0,32],[-3,0],[-1,-6],[-6,0],[-1,2],[0,-9],[3,0],[0,-19],[4,0],[0,-42],[-14,1]],[[2502,5518],[0,41],[-3,0],[0,17],[2,3],[-4,0],[0,13],[0,72],[-6,1],[0,42],[-13,0],[-1,8],[1,11],[0,17],[-3,0]],[[2475,5758],[15,0]],[[2578,5872],[-5,8],[-4,2],[-3,-8],[-1,7],[-3,0],[-1,-10],[-9,4],[-1,2],[1,13],[-1,6],[1,9],[1,9],[5,-2],[1,5],[4,8],[0,4]],[[2838,6031],[1,-3]],[[2855,6004],[0,-5],[1,-3],[1,0],[0,-2],[1,-3],[2,-8],[0,-3]],[[2860,5980],[1,-1],[1,2]],[[2867,5973],[1,-8],[1,-1],[2,-8],[-1,-3],[0,-13]],[[2824,5939],[3,20],[0,21],[-1,2],[-2,7],[-2,3],[-2,-2],[-2,5],[-3,-1],[-2,4],[-2,8],[0,30],[2,8],[1,1],[2,24]],[[2282,7392],[36,0],[22,0]],[[2340,7392],[0,45]],[[2340,7437],[3,-4],[2,2]],[[2345,7435],[4,-6],[0,-3]],[[2349,7426],[1,-20],[1,-3],[0,-11],[1,0],[1,-14],[0,-12]],[[2353,7366],[2,-7],[5,-2]],[[2374,6872],[1,-2],[-1,-8],[-24,0],[-2,5],[0,-26],[-7,0],[0,-10],[-2,-1],[0,-9],[2,0],[0,-30],[-19,0],[-19,0]],[[2303,6791],[0,169],[0,7],[-4,6],[-2,0]],[[2297,6973],[-3,16],[-2,6],[1,5]],[[2293,7000],[5,12],[2,10]],[[2300,7022],[0,12]],[[2915,6690],[1,-10],[1,3],[1,-17],[4,2],[-1,-5],[1,-4],[3,0],[-1,-6],[-2,-13],[1,-6],[-1,-11],[13,6],[1,7],[4,2],[-1,6],[1,13],[-1,0],[0,11],[-1,13],[1,3]],[[2942,6520],[-4,-1],[-2,13],[-2,1],[0,10],[-2,3],[-1,-1],[-1,-17],[-2,-2],[-3,5],[1,-4],[-4,2],[0,3],[-4,-5],[-2,-10],[-7,-1],[-1,-8]],[[2538,5933],[0,7],[-1,15]],[[2537,5955],[6,-2],[0,-4]],[[2543,5949],[21,1]],[[2267,5226],[4,8],[5,-5],[3,-6],[5,6],[-3,33],[-2,1],[2,17],[5,11],[-5,33],[-2,-3],[-2,9]],[[2315,5410],[1,-12],[-1,-4],[2,1],[-1,-5],[2,-7],[2,-2],[0,-8],[2,-2],[0,-7],[1,5],[1,-5],[0,-7],[-1,0],[0,-6]],[[2653,5624],[2,5],[-2,4],[0,15],[1,7]],[[2702,5595],[-1,-4],[-2,4],[-2,-5],[0,-7],[2,0],[-2,-12],[1,-3],[-2,-6],[3,-5],[1,-5],[-2,-14],[0,-7],[1,-13],[-2,-12],[-2,-2],[0,-4],[-3,-11],[1,-5],[-3,-7],[1,-6],[-4,-1],[1,10],[-4,6],[0,3],[-2,3],[-3,0]],[[2679,5492],[1,11],[-1,5],[-1,1],[-1,10],[-3,8],[-6,-10],[-1,21],[-1,9],[-10,-6],[-1,6],[-1,2],[-5,0]],[[2679,5492],[-7,-15],[7,-51],[3,6],[0,-2],[-2,-6],[1,-6],[5,-8],[2,-10],[-4,-8],[-2,-7],[-4,-2],[0,-14],[-1,-5],[0,-6],[-3,-17],[5,0],[0,-2],[4,0],[0,-4],[6,0]],[[2675,5248],[-9,3]],[[2405,6000],[4,0],[0,20],[-1,3],[0,25],[13,-1],[0,16],[6,-1],[0,48]],[[2507,5990],[1,-2]],[[2508,5988],[-1,-14],[-1,-1],[1,-5],[-1,-9]],[[2506,5959],[1,-7],[-2,-10]],[[2505,5942],[-2,0],[-1,7],[-1,-1]],[[2501,5948],[-2,-14]],[[2498,5933],[0,8],[-3,0]],[[2495,5941],[1,-8]],[[2629,5946],[14,-2]],[[1680,7392],[21,0],[29,0]],[[2586,6299],[10,1]],[[2596,6300],[0,-34],[-4,0],[1,-36],[6,0],[1,3],[0,-28],[-1,-10],[3,-5],[1,0],[0,-9],[0,-2],[6,1],[2,-3]],[[2447,5380],[1,-12],[3,-2],[0,-3],[12,1],[0,10],[13,0],[4,6],[0,5],[-1,11],[0,2],[-1,10],[-1,4],[0,18],[1,2],[-1,9],[3,15],[-3,0],[0,10],[-6,0],[0,10],[2,3],[2,-6],[2,1],[2,3],[0,-3],[4,0],[2,-4],[0,3],[2,4],[3,2],[1,4],[0,-7],[11,0],[0,42]],[[2335,6342],[3,-11]],[[2338,6331],[2,0],[2,-5],[2,4],[2,0],[0,-6],[1,-1],[0,-13],[-1,2],[-1,-6]],[[2345,6306],[-2,-3],[0,-10],[-2,-3]],[[2341,6290],[5,-20],[1,1],[0,-9]],[[2347,6262],[2,-7],[0,-4],[1,-2]],[[2350,6249],[-3,0],[0,-25],[-3,1],[-2,-2],[0,-28],[5,0],[0,-5],[2,2],[0,-12],[3,0],[0,-7],[3,0]],[[2355,6173],[0,-64]],[[2355,6109],[0,-1],[0,-73]],[[2310,6342],[25,0]],[[2227,5682],[-5,13],[0,-9]],[[2222,5686],[-2,-1],[-1,5],[-3,0],[0,-3],[-2,-1],[-3,6],[-4,17],[-2,-1]],[[2205,5708],[0,226]],[[2205,5934],[-17,0],[-19,0],[-15,0],[-33,0]],[[2303,6750],[18,0],[21,0],[31,0],[13,0]],[[2386,6750],[0,-28],[13,0],[0,-5],[26,0],[0,-36],[-13,0],[0,-51],[1,0],[0,-20],[-7,0],[0,-10],[-13,0],[0,-41]],[[2316,6518],[-2,3],[0,5],[-1,4],[0,8],[1,3],[-1,3],[1,8]],[[2314,6552],[-2,12],[1,8]],[[2313,6572],[-4,4],[-1,6],[1,6],[-3,7]],[[2306,6595],[1,7]],[[2307,6602],[-1,6]],[[2306,6608],[-1,8]],[[2305,6616],[0,16]],[[2305,6632],[-1,1]],[[2304,6633],[-2,2],[1,5],[-2,13],[-2,5]],[[2299,6658],[-1,6],[3,9]],[[2301,6673],[0,10],[1,4]],[[2302,6687],[0,10],[1,2],[1,6],[-1,13],[-3,1],[0,7],[1,0],[1,12]],[[2302,6738],[-2,4],[-1,8],[4,0]],[[2092,6692],[25,0],[42,-1],[22,1],[34,0],[16,0],[16,0]],[[2247,6692],[0,-6],[9,-13]],[[2256,6673],[3,-9],[3,1],[3,12],[4,-4],[2,2],[5,-1],[1,2]],[[2277,6676],[3,0],[2,-2]],[[2282,6674],[0,-4],[3,-5]],[[2285,6665],[4,-2],[5,-6],[0,-4],[3,-1],[-1,-6],[2,-6],[1,-6]],[[2299,6634],[2,2],[1,-4],[2,1]],[[2306,6608],[-13,0],[0,-22],[-28,0],[0,-64],[4,-2],[0,-15],[3,0],[0,-9],[-2,-2],[-3,-6],[-2,-9],[0,-15],[13,0],[0,-40],[13,-1],[0,-20],[12,0],[21,0]],[[2324,6403],[2,-9],[1,-13],[-1,-1],[2,-3],[1,-4],[2,-3],[0,-6],[2,-7],[-1,-10],[3,-5]],[[2899,6161],[-1,-6]],[[2898,6155],[-1,2],[2,-9],[-2,-11],[-2,0],[-2,-15],[-1,0],[-1,-11]],[[2891,6111],[-7,-3]],[[2884,6108],[-1,-3]],[[2883,6105],[-4,1],[-2,-5],[1,7],[-1,-1],[4,15],[-3,-2],[1,7],[-3,-1],[-1,5]],[[2875,6131],[3,5],[-2,4]],[[2876,6140],[2,12],[-3,-6],[0,-7],[-1,6],[0,7],[-2,-7],[1,-8],[-3,7],[-2,9],[-1,-4],[-3,17],[2,-3],[1,6],[1,3],[0,4],[-3,-2],[1,8],[2,-1],[5,-6],[1,5],[0,6],[-1,-8],[-3,4],[1,4],[-3,1],[-1,10],[-1,-5],[-1,6],[-1,-10],[0,6],[1,11],[1,2]],[[2866,6207],[3,-10]],[[2869,6197],[1,7],[-2,-4],[0,7],[2,4],[-1,6],[-1,-6],[0,6],[-1,3],[-3,-4],[0,-6],[-1,-3]],[[2863,6207],[0,12],[2,10],[0,-5],[2,-2]],[[2867,6222],[2,7],[0,3],[2,10],[-2,-2],[-2,-11],[0,11],[-1,5],[3,17],[1,7]],[[2870,6269],[7,-1]],[[2877,6268],[-5,3],[2,7],[2,3],[2,-2],[-2,6],[2,9],[-5,-16],[2,18],[-2,-7],[-2,1]],[[2871,6290],[-1,2],[-1,-5],[-1,1],[-3,-12],[-2,-1],[-2,-6],[-2,4],[0,3],[-2,-1],[0,7],[-2,0]],[[2855,6282],[2,3],[2,-5],[0,-3],[3,4],[-3,8],[-1,14],[-4,-5],[-3,4],[-2,-25]],[[2839,6309],[28,1]],[[2894,6112],[2,10],[0,6],[2,13],[-3,-29]],[[2895,6112],[-1,0]],[[2873,6103],[-1,0],[0,5],[2,0],[0,-5]],[[2874,6103],[-1,0]],[[2873,6127],[-2,0],[1,5],[1,-5]],[[2245,5126],[-2,5],[-2,1],[-1,-12],[-1,-2],[1,-9],[2,0],[0,-12],[3,3],[1,-1]],[[2246,5099],[2,-2],[1,5],[0,5]],[[2199,4965],[-2,10]],[[2197,4975],[0,4],[-2,9],[0,6]],[[2195,4994],[0,4],[1,3],[-2,1],[0,9]],[[2194,5011],[-2,2],[0,4],[-1,2]],[[2191,5019],[0,10]],[[2191,5029],[-1,10],[-1,0],[-1,9]],[[2188,5048],[-1,0],[-1,24]],[[2186,5072],[-3,7],[0,9]],[[2183,5088],[-3,4],[0,3],[-3,7],[-2,8],[2,6],[2,-1],[-1,13],[0,-8],[-2,3],[0,-7],[-3,3],[-2,6],[0,8],[-2,-3],[0,5],[-2,0],[-1,14],[-2,2]],[[2164,5151],[-2,-3],[-5,0]],[[2157,5148],[-7,4],[0,2]],[[2150,5154],[-3,-3]],[[2147,5151],[-1,0],[-5,10],[-2,-1],[-1,-12]],[[2138,5148],[-2,3],[-2,-5],[-4,0]],[[2130,5146],[0,-9],[-1,-3],[0,-5],[-2,-9],[-1,-9]],[[2126,5111],[0,-5],[0,-5]],[[2126,5101],[-1,-1],[-1,-11]],[[2124,5089],[1,-2],[-1,-6],[-3,-1]],[[2121,5080],[-1,-9],[-2,-5],[0,-9]],[[2118,5057],[-3,0],[-4,5],[-4,11],[-1,4],[-1,0],[-4,3],[-2,5]],[[2099,5085],[0,5]],[[2099,5090],[-6,5],[-3,8],[-1,2]],[[2089,5105],[-3,14],[-2,1]],[[2084,5120],[-2,6],[-3,7],[-1,16],[-3,16]],[[2075,5165],[-1,13],[0,19],[0,6]],[[2074,5203],[-2,4],[-3,14],[1,4],[-2,17],[-2,5],[-1,8],[-1,0],[-2,8],[-1,0]],[[2061,5263],[-1,7]],[[2060,5270],[-2,-2],[-1,4],[-3,3]],[[2054,5275],[0,5],[-4,11]],[[2050,5291],[-1,11]],[[2049,5302],[-3,6],[-5,18],[-1,3],[-1,5],[-1,4],[-2,1]],[[2036,5339],[-4,8]],[[2032,5347],[-1,8],[-1,3],[-2,15]],[[2028,5373],[1,2],[2,-6],[1,3],[6,0],[0,37]],[[1758,7392],[30,0]],[[1788,7392],[32,-1],[22,1],[38,-1],[22,0],[29,1],[32,0],[19,0],[17,0],[30,0]],[[2029,7392],[13,0],[31,0],[19,0]],[[2092,7035],[0,-16],[0,-94]],[[2747,6574],[4,4],[6,11],[7,10]],[[2764,6599],[-3,-6],[1,-4],[-3,-5],[-3,-6],[0,-6],[-1,0],[0,-9],[1,-1],[0,-4],[17,0],[0,-27],[-6,0],[-5,-15],[0,-37],[8,0],[1,-7],[2,7],[2,-2],[2,-4],[2,12],[1,-7],[0,-9],[4,3],[0,-24]],[[2764,6599],[4,7],[1,1]],[[1953,6283],[-2,-4],[-25,0],[-1,12],[1,14],[2,4],[0,8],[1,2],[-17,0],[-10,1],[0,10],[-1,0],[0,91],[-1,-1],[-1,-9],[-4,0],[0,-4],[-4,4],[-3,4],[-1,8],[-2,-6],[0,-5],[-2,1],[-1,7],[-1,5]],[[1881,6425],[-1,7],[0,9],[-3,3],[-1,10],[0,3],[-2,4],[-3,-4],[-2,0],[-2,12],[-9,0],[-10,-10],[-16,0],[-18,0]],[[2290,5574],[-12,2],[-1,-29]],[[2277,5547],[-4,2],[-1,8],[-1,-5],[0,-8],[3,-2],[-1,-10],[-3,0],[-1,-7],[-10,1]],[[2760,6011],[1,1],[2,-4],[3,11],[0,10],[2,5],[2,0],[2,10],[2,-6],[3,-1],[2,4],[2,-5],[-2,-6],[2,-10],[2,13],[2,-1],[4,9],[4,11],[-3,21],[-2,3],[0,7],[-3,3],[1,10],[2,3],[2,-4],[3,8],[0,9],[3,6],[0,6],[1,9],[2,10],[3,5],[3,18],[0,5],[2,3],[2,8],[0,13],[3,4],[2,11],[4,13]],[[2818,6223],[1,4],[8,-8],[-1,-13],[1,-6]],[[2623,5947],[-1,9],[1,7],[-2,13],[4,10],[2,6],[-2,5],[0,8],[5,15],[0,14],[-3,8],[0,14]],[[1881,6425],[-4,0]],[[1877,6425],[-6,2],[-1,-11],[-5,-1],[1,-2],[0,-16],[-1,-2],[1,-14],[-1,-8],[1,-11],[0,-5],[0,-14],[3,-12],[-1,-13],[-1,-4],[-1,0],[-1,-6],[-3,-7],[-1,-11],[4,0],[0,-18],[0,-8],[7,1],[1,5],[5,0],[0,4],[12,1]],[[1890,6275],[0,-15],[0,-73],[0,-20],[17,0],[19,0],[0,-10],[-1,-3],[3,-6],[0,-6],[1,-2],[0,-9],[-1,-6],[-3,-7],[-1,-10],[-2,1],[-1,-7],[-1,-6],[-4,0],[-1,-1],[-2,-13],[1,1],[-1,-9],[-1,-6],[-1,-1],[-2,-8],[-1,-6],[0,-5],[-2,0],[1,-5],[-1,-11],[-2,-2],[-2,3],[1,-6],[-1,-1],[-1,-13],[-2,-7],[-6,-2],[-2,-9],[0,3],[-3,-6]],[[2596,6300],[0,25]],[[2513,6019],[4,-5],[2,-6],[3,-3],[2,-5],[2,1]],[[2526,6001],[1,8]],[[2527,6009],[-2,13],[0,5]],[[2525,6027],[1,11]],[[2526,6038],[2,4],[1,-3]],[[2529,6039],[2,6],[6,2],[0,5],[-2,7],[0,11]],[[2535,6070],[2,9],[1,6]],[[2685,5060],[0,7],[-1,5],[0,7],[-3,0],[-1,2],[-3,-1]],[[2677,5080],[-1,11]],[[2676,5091],[-2,4],[0,4],[-3,12],[0,-1],[-4,11],[0,12],[0,4]],[[2344,5342],[4,12],[-2,6],[-1,7],[0,10],[0,7],[1,7],[-2,0],[0,34],[-13,0],[-1,12],[1,5],[0,10],[-4,13],[0,24],[3,-6],[2,-2],[0,12],[-1,7],[1,7],[2,1],[1,7],[2,2],[1,4]],[[2303,6791],[0,-41]],[[2772,6178],[3,-5],[2,-11],[4,-5]],[[2781,6157],[3,10],[2,18]],[[2786,6185],[1,1],[0,8],[3,14]],[[2790,6208],[3,-10]],[[2793,6198],[2,13],[3,7],[0,-4]],[[2798,6214],[2,8],[1,-1],[2,11]],[[2803,6232],[2,-3],[2,8],[1,0],[1,-11],[7,2],[2,-5]],[[2830,5696],[-3,-10],[-5,-20],[-1,-10],[0,-12],[-2,-8],[1,19],[-1,9],[0,-14],[-1,-13],[-1,-7],[-6,3],[-3,-1],[-1,4],[-1,-4],[-4,-5]],[[2802,5627],[0,1]],[[2819,5632],[0,-8],[-2,4],[2,4]],[[2823,5662],[-2,-10],[1,10],[1,0]],[[2713,6236],[5,-8],[4,13],[3,5],[0,-3],[2,-5],[0,-9],[4,2],[2,-4],[1,-5],[0,-18],[-1,-3],[2,-9],[8,21],[2,1],[-3,12],[0,11],[3,8],[9,-8],[1,2],[2,-3],[1,-6],[2,0],[0,-11],[5,3],[1,14],[1,2],[1,-8],[8,-8],[4,0],[6,-18],[3,13],[-2,13],[3,22],[3,11],[1,1],[2,11],[3,13]],[[2799,6288],[6,-2]],[[2805,6286],[1,7],[0,5]],[[2806,6298],[1,-1],[1,3],[2,-2]],[[2810,6298],[3,9]],[[2813,6307],[2,-3],[2,-8]],[[2817,6296],[4,1],[1,-5],[-1,-1],[1,-8],[2,-4]],[[2824,6279],[-1,-4],[2,-5],[-1,-6],[1,-1]],[[2825,6263],[-3,-22]],[[2822,6241],[-14,38],[-1,-12],[1,-1],[-2,-10]],[[2806,6256],[-1,-8],[1,-3]],[[2806,6245],[-3,-13]],[[2386,6750],[23,0],[22,0],[18,0]],[[2825,6263],[4,-2],[4,-9]],[[2833,6252],[-2,-11],[2,-7]],[[2833,6234],[3,-1],[3,-4]],[[2323,6410],[0,-6],[1,-1]],[[2542,6633],[0,-16],[-1,-2],[-2,9],[-5,0],[0,-10],[4,-3],[0,-8]],[[2538,6603],[-9,0],[0,-10],[-1,0],[0,-10],[1,0],[0,-16],[2,-1],[1,-4],[1,0],[1,-7],[-1,-2]],[[2533,6553],[-4,0],[0,-10],[-1,-2],[4,-1],[0,3],[3,0],[0,-13],[-5,-2],[0,-5],[4,-4],[0,-6]],[[2538,6603],[1,0],[0,-10]],[[2539,6593],[-1,-10],[-2,0],[0,3],[-4,0],[0,7],[-1,-1],[0,-9],[-1,0],[0,-7],[2,-2],[2,1],[0,-6],[2,-6],[3,1],[-1,-6],[2,0]],[[2540,6558],[2,-6]],[[2542,6552],[0,-3]],[[2542,6549],[-3,-3],[-1,5],[-1,0],[-2,-5],[-2,7]],[[2545,6633],[-1,-27],[2,-17]],[[2546,6589],[-3,1],[1,-10],[-3,1],[0,5],[-1,4]],[[2540,6590],[-1,3]],[[2777,6309],[-1,-60]],[[2776,6249],[2,3],[2,8],[2,0],[1,7]],[[2783,6267],[3,7],[1,7],[1,1],[3,-5]],[[2791,6277],[2,9],[3,12],[1,-7],[2,-3]],[[2449,5127],[-1,4],[-1,-16],[-3,5],[0,4],[-3,-3],[-1,13],[-2,-1],[0,11],[-2,3],[-2,-1]],[[2434,5146],[-3,-3],[0,5],[1,8]],[[2432,5156],[-4,0],[0,-4]],[[2428,5152],[-4,-6]],[[2424,5146],[-2,2],[1,-7],[1,-2],[1,-8]],[[2425,5131],[2,1],[-1,-4],[-2,-1],[-4,-6],[-8,5],[-3,3],[-10,16],[-5,4],[-4,-1],[-3,1],[-8,-4]],[[2379,5145],[-2,-4],[-2,6],[0,6],[3,6],[1,12],[-1,3]],[[2449,5106],[0,4]],[[2433,5116],[-1,-1],[-2,6],[-3,4],[0,6],[3,4],[4,-7],[1,-1],[-2,-11]],[[2753,4681],[0,9],[2,3]],[[2755,4693],[0,-6],[2,-5]],[[2757,4682],[-2,-4],[-2,-13],[0,-10],[-1,-7],[0,-8],[1,-4]],[[2753,4636],[-2,-8]],[[2752,4708],[3,2],[2,-1],[1,-12]],[[2758,4697],[-1,-4],[0,-11]],[[2755,4693],[-1,4],[0,9],[-2,-2],[0,4]],[[2750,4726],[2,-2],[2,4]],[[2754,4728],[-1,-5],[3,-4],[2,1]],[[2758,4720],[1,-3],[-1,-34],[0,14]],[[2752,4708],[-1,5],[-1,0],[0,13]],[[2729,4799],[2,-2],[0,-10],[1,0],[0,-6],[-1,0],[0,-22],[-4,-1],[0,-20],[10,1],[0,-10],[5,-3],[8,0]],[[2725,4686],[-2,6],[-4,8],[-3,0]],[[2721,4693],[1,-3],[-2,3],[1,0]],[[1594,6032],[-1,4],[3,-2],[2,5],[-2,10]],[[1590,6044],[1,2],[-2,6]],[[2643,5664],[0,-9],[3,-6],[-1,-7],[-1,0],[-1,-5],[1,-6]],[[2642,5624],[-1,2]],[[2641,5626],[0,3],[-2,3],[-1,-2],[0,5],[-3,5],[0,11],[4,0],[0,4],[1,2],[1,6],[2,1]],[[2643,5670],[0,-6]],[[2641,5626],[-4,-5]],[[1560,7138],[4,-3],[2,4],[6,6],[4,-6],[2,4]],[[1559,7063],[-3,-4]],[[1556,7059],[-3,7],[-2,8]],[[1551,7074],[-4,-2]],[[1547,7072],[-2,5],[-3,-2],[-2,-5]],[[1540,7070],[-2,1],[-2,7],[-2,-5]],[[1534,7073],[0,10],[0,35],[2,-10],[0,-21],[1,-1],[1,7],[3,-3],[-3,7],[1,8],[-2,9],[2,-2],[0,9],[1,2],[-1,6]],[[1539,7129],[-2,-1],[0,-4]],[[1537,7124],[-3,5],[-1,5]],[[1533,7134],[27,0],[0,4]],[[1555,7059],[-3,3],[0,4],[3,-7]],[[1538,7091],[-2,4],[1,5],[1,-9]],[[2470,6198],[2,-1],[-1,-4],[1,-7],[2,-1],[0,-5],[2,-9]],[[2730,5008],[1,0],[0,6],[4,0],[0,21]],[[2742,5035],[4,-28],[1,-9],[-2,-8],[0,-23],[1,-12],[1,-10],[2,-13],[0,2],[-3,18],[-1,15],[0,20],[1,19],[-1,6],[-2,3],[0,-3],[-2,2],[-1,3],[1,12],[-3,6]],[[2738,5035],[1,-15],[2,-34],[10,-83]],[[2751,4903],[1,-12]],[[2752,4891],[-9,0]],[[2753,4891],[-2,20]],[[2751,4911],[-1,12],[2,-15],[1,-17]],[[2745,5009],[-1,-16],[-1,-21],[-1,14],[-1,17],[3,9],[1,-3]],[[2938,6472],[-1,12],[-2,-2],[0,17],[-5,-3],[-7,-21]],[[2923,6475],[-13,25]],[[3011,6672],[2,-2],[-2,-9],[-2,0],[-1,-14],[-3,5],[-2,-12],[2,-10]],[[3005,6630],[-3,-7],[-2,-1],[-1,-8],[-3,-2]],[[3005,6630],[2,0],[2,7],[3,-10],[2,0]],[[3014,6627],[0,-9]],[[3014,6618],[0,-1],[-1,3]],[[3013,6620],[-1,5],[-3,-2],[-1,-6]],[[3013,6620],[0,-1],[0,-1],[-2,0]],[[3018,6677],[1,-18],[2,-7],[2,4]],[[3023,6656],[1,-3],[-1,-7],[-6,-7],[0,-5],[-3,-7]],[[2901,6343],[0,-5],[2,-9],[1,-11]],[[2889,6317],[1,2],[4,5],[0,1],[3,2],[2,4],[2,12]],[[2253,5123],[0,6],[5,10],[6,20],[1,-7],[1,-4]],[[2255,4717],[-3,5]],[[2262,5103],[-4,0],[-1,-1],[0,13]],[[1587,6070],[-2,9]],[[1585,6079],[1,2],[-3,2],[1,7],[-1,7]],[[1583,6097],[1,1],[3,-10],[1,-2]],[[1581,6075],[0,-12],[4,-4]],[[1585,6059],[1,-6],[3,-6],[-2,1]],[[1581,6029],[0,5]],[[1581,6034],[-2,16],[-1,1],[-1,10],[1,9],[0,8]],[[1578,6078],[2,0],[1,-3]],[[1578,6088],[0,0]],[[1578,6078],[0,5],[2,4]],[[1580,6087],[2,-10],[-1,-2]],[[2752,4891],[0,-5],[4,-37],[-3,5],[1,-4],[2,-1],[2,-7],[2,-19],[-1,-5],[1,-3],[1,-15]],[[2761,4800],[-2,2],[-1,-7],[1,-3],[-3,-2],[-1,6],[-3,-1],[-6,22],[0,4],[-9,0]],[[2753,4891],[4,-42],[-3,25],[-1,17]],[[2542,6714],[0,-17],[1,-10],[1,-14]],[[2301,5473],[-2,8],[1,4],[0,4],[-2,0],[0,10],[-1,2],[1,5],[-3,-2]],[[2295,5504],[0,6],[1,5],[2,1],[0,-6],[4,-6]],[[1713,5738],[-3,0],[0,-7],[-4,2],[-4,0],[-3,-2],[1,-8],[-3,-6],[-3,2],[0,19],[-14,-1],[-1,-3]],[[1679,5734],[-3,0],[0,3],[-7,0],[-1,8],[-3,0],[0,2],[-3,0],[0,21],[-2,1],[0,11],[-3,-1],[0,10],[-4,1],[0,10],[-2,0],[0,10],[-1,0]],[[1590,6123],[-2,-9]],[[1588,6114],[-4,3]],[[1584,6117],[0,4],[-3,6],[-3,-5]],[[1578,6122],[-2,11],[0,5],[-5,7],[-2,10],[-1,10],[1,4],[2,-3],[3,3],[1,5],[-1,4],[0,10],[-1,4],[-2,10],[-2,7],[-4,5],[-1,11],[-1,0],[-1,6]],[[1583,6109],[3,7],[2,-5],[1,3]],[[1589,6114],[1,-6],[-2,0],[-2,-4],[0,3],[-3,0],[0,2]],[[2283,5512],[0,10],[2,2],[4,0],[1,6],[3,6]],[[2293,5536],[0,-12],[1,0]],[[2294,5524],[0,-9],[-1,0],[0,-6]],[[2293,5509],[-1,0]],[[2292,5509],[-1,6],[0,-8],[-7,-4],[-2,-3]],[[2282,5500],[1,12]],[[2292,5509],[0,-5],[2,-7],[-1,-6],[-5,2],[-1,-3]],[[2279,5484],[-1,4],[2,8],[0,6],[-1,-4],[-2,5],[2,4],[1,-7],[2,0]],[[2277,5547],[0,-22],[3,-2],[-1,-7],[2,-2],[0,-7],[2,5]],[[2293,5556],[0,-20]],[[2923,6475],[9,-16]],[[2932,6459],[-1,-10]],[[2350,6249],[1,-4],[2,2],[2,-4]],[[2355,6208],[0,-35]],[[2761,4800],[-1,-2],[1,0]],[[2761,4798],[-1,-6],[0,-21],[0,-2],[0,18],[-1,-1]],[[2759,4786],[-1,2],[-7,1],[3,-10],[1,-7],[1,-8],[-1,-15],[-1,2],[0,-15],[3,0],[1,3],[1,8]],[[2759,4747],[0,-11],[-1,-1],[-1,-13],[-3,6]],[[2759,4786],[-1,-27],[-1,-2],[0,-7],[2,-3]],[[2761,4798],[0,-5],[0,-15],[-1,-4],[0,-16],[-1,-33],[-1,-5]],[[2761,4800],[-1,-1],[1,1]],[[2902,6348],[3,4],[1,5]],[[2906,6357],[3,2]],[[2927,6349],[-1,-9],[0,-15],[-2,-10],[1,-6]],[[2901,6343],[-1,1]],[[2928,6354],[-1,-38],[-1,1],[1,32]],[[2926,6313],[-1,-10],[-3,-14]],[[2671,6648],[-2,-1],[0,-13],[4,2],[1,-9],[8,1]],[[2682,6628],[-2,-10],[-3,-3]],[[2677,6615],[2,5],[0,3],[-2,-3],[-1,4],[-3,-3],[0,6],[-3,0]],[[2675,6609],[0,5],[2,0]],[[2677,6614],[-2,-5]],[[2682,6640],[0,-12]],[[1890,6275],[0,5],[1,0],[0,40],[-14,0],[1,6],[-2,10],[1,9],[3,12],[0,8],[-2,0],[0,7],[-1,3],[0,8],[-4,11],[1,11],[0,11],[3,9]],[[2247,5112],[-2,-3],[2,-9],[-1,-1]],[[2699,4827],[0,-3]],[[2696,4819],[-4,32],[-2,21],[-2,5],[-1,2],[0,4],[3,5],[1,13]],[[2690,4865],[-2,5],[0,5],[2,-10]],[[2908,6363],[-2,8],[-1,5],[-2,6]],[[2934,6433],[0,-4],[-2,-2]],[[2932,6427],[-1,0],[0,6]],[[2931,6433],[3,2]],[[2933,6444],[2,1]],[[2935,6445],[-1,-1],[1,-7]],[[2935,6437],[-2,0]],[[2933,6437],[-1,6]],[[2932,6443],[1,1]],[[2933,6424],[-2,2]],[[2931,6426],[1,1]],[[2930,6410],[1,0],[1,10],[-2,2]],[[2930,6422],[4,0]],[[2934,6418],[-2,-3],[1,-5],[-4,0]],[[2665,6544],[3,-3],[2,0],[2,-7],[4,-3],[2,-8],[3,-2],[2,6],[1,-5],[2,1],[1,-4],[-4,-3],[-4,0],[0,-4]],[[2680,6511],[0,-2],[3,5],[5,-2],[-1,4],[5,-11],[2,0],[2,5],[3,1],[2,4],[4,3],[5,-2],[2,1],[1,0]],[[1728,5479],[0,9],[0,1],[-1,2]],[[1727,5491],[0,2]],[[1727,5493],[1,4],[2,-1],[-1,-6],[1,-13],[3,2],[0,5]],[[1733,5484],[2,1],[2,7],[-1,6],[2,1],[1,5],[5,0],[1,-2],[1,-8],[9,0],[1,1],[0,39],[1,0],[0,41]],[[1757,5575],[17,0],[12,1],[11,0]],[[1795,5493],[-67,-22]],[[1728,5471],[-1,6]],[[1727,5477],[1,2]],[[2842,6258],[1,-2],[3,-12],[2,8],[1,-5],[1,4],[3,-1],[1,7],[3,2],[1,3]],[[2858,6262],[0,1]],[[2858,6263],[0,5],[-5,0]],[[2853,6268],[-2,8],[1,5],[2,-5],[6,-7],[-2,-6]],[[2858,6262],[1,0],[-1,-6]],[[2858,6256],[-1,1],[0,-1]],[[2857,6256],[-1,0]],[[2856,6256],[-2,-7],[-3,1],[0,-4],[-2,-3],[1,-4],[3,-3],[1,1],[0,12],[3,-3],[2,4]],[[2859,6250],[0,-4],[2,-5],[0,-5]],[[2859,6227],[2,-8],[0,-4],[-3,5]],[[2861,6232],[1,-5]],[[2862,6227],[-1,-3],[-2,3]],[[2856,6256],[3,-6]],[[2857,6256],[0,0]],[[2853,6268],[-3,-3],[0,16],[2,5],[3,-11],[0,7]],[[2871,6290],[-1,-7],[1,-3],[-1,-7],[-3,-5],[0,12],[-1,-2],[0,-8],[1,-4]],[[2867,6266],[-2,-4],[0,10],[-3,-1],[2,-3],[-1,-6],[-1,1],[0,-10],[-1,-2],[-3,5]],[[1580,7186],[0,-8],[-2,2],[0,7],[-2,0]],[[1576,7187],[1,8]],[[1577,7195],[3,-6]],[[1580,7189],[0,-3]],[[1533,7134],[-1,11],[1,3],[1,-8],[2,0]],[[1536,7140],[-1,6],[6,8]],[[1541,7154],[-5,3],[-1,5]],[[1535,7162],[-2,2],[-1,-3],[0,-9],[-1,-2]],[[1531,7150],[0,16],[0,14],[-2,14],[-2,6]],[[1527,7200],[-1,22],[-2,23],[-1,8],[-2,3],[-3,8],[-1,10],[0,13],[-1,8]],[[1516,7295],[2,17],[-2,8]],[[1516,7320],[4,-1],[5,-10]],[[1525,7309],[5,-4],[5,-9],[2,-2]],[[1537,7294],[7,0],[4,-3],[4,-2],[5,0]],[[1557,7289],[3,7],[4,-16],[0,6],[2,0],[2,-8],[0,12],[2,2],[0,-7]],[[1570,7285],[3,-16],[1,-7],[-3,-11],[-1,-13],[-1,0],[1,11],[-2,4],[0,-7],[-2,-12],[-3,-10],[-2,-13],[-1,-11],[2,-1],[5,6],[1,4],[-6,-8],[-1,3]],[[1561,7204],[2,15],[2,9],[5,7],[1,10],[3,11],[2,0],[-1,13],[2,-5],[1,-20],[-1,1],[-2,-6],[-1,5],[1,-16],[0,-3]],[[1575,7225],[-2,9]],[[1573,7234],[0,-6],[1,-3],[-1,-5],[3,6],[2,-7],[-2,-21],[0,-9],[-3,5],[1,9],[-2,-5],[-1,-8],[1,-4],[-2,-7],[-1,11],[1,9],[-1,4],[-1,-8],[-2,-4]],[[1566,7191],[-1,-9]],[[1565,7182],[-3,0],[-1,5],[-1,-2],[1,-6],[1,-11],[-4,0],[0,-10],[2,0],[0,-20]],[[1566,7185],[1,6],[1,2],[0,-6],[0,-8],[-2,6]],[[1578,7229],[-1,-4],[-1,4],[0,13],[2,-2],[0,-11]],[[1573,7281],[-1,-5],[-1,6],[1,5],[1,-6]],[[2552,6544],[3,-9],[4,-3],[2,1],[5,5],[5,9]],[[2571,6547],[6,0]],[[2552,6478],[0,66]],[[2571,6547],[4,8],[3,13],[3,22],[3,15],[3,19],[0,1],[2,32]],[[2589,6657],[0,8]],[[1582,7187],[-2,-1]],[[1580,7189],[0,6],[3,5],[0,6],[0,9],[0,14]],[[1565,7182],[-2,-9],[3,4],[1,-3],[3,3],[2,-8],[2,4],[2,14]],[[1572,7173],[-1,3],[2,4],[-1,-7]],[[585,4167],[-1,11],[-1,4],[0,6],[-2,5]],[[581,4193],[5,1]],[[586,4194],[3,14],[1,0],[1,-9],[3,-11],[-1,-8],[2,-6]],[[595,4174],[1,5],[1,0],[-1,-6],[1,-8],[2,-3]],[[599,4162],[-4,4],[-3,11],[0,7],[-4,-1],[0,-12],[-1,-6],[-2,2]],[[670,3993],[0,-16],[2,3],[1,-5],[0,-5],[2,-11],[2,-3],[1,-7],[-2,-8],[-3,-9],[-3,-6],[-3,-4],[-3,1]],[[664,3923],[-7,-19],[0,-6],[-3,-16],[0,3],[-4,9],[-2,2],[-1,13],[1,23],[-3,32],[-1,7],[-1,7],[1,6],[2,8],[1,2],[3,18],[-2,9],[-1,14],[1,5],[4,-2],[1,-6],[3,-7],[2,-1],[5,-9],[5,-12],[2,-10]],[[626,4068],[-1,3],[3,7],[1,1],[1,-8],[-4,-3]],[[622,4098],[-3,-3],[-2,3],[0,10],[-2,3],[0,5],[2,2]],[[617,4118],[3,-2],[2,-9],[0,-9]],[[636,4120],[2,-1],[3,-12],[4,-4],[0,-5],[0,-9],[-4,-7],[-2,0],[-3,-5]],[[636,4077],[-3,1],[-1,5],[0,3],[0,14]],[[632,4100],[-2,0],[-3,3],[-2,13],[1,9],[1,4],[1,0],[2,-3],[1,-11],[5,5]],[[620,4145],[2,2],[3,-3],[-2,-9],[-3,-3],[-5,6]],[[615,4138],[-6,-2],[-1,5],[2,11],[10,-7]],[[531,4230],[-3,-5],[0,-8],[-2,6],[1,5],[3,9],[0,6],[2,0],[-1,-13]],[[540,4240],[-1,10]],[[539,4250],[2,11],[2,1],[3,8],[1,-3],[1,3],[2,-1]],[[550,4269],[2,-1],[1,-8],[-1,-12]],[[552,4248],[0,-9],[-3,-12]],[[549,4227],[-5,3],[-1,6],[-3,4]],[[1578,6122],[0,-11]],[[1578,6111],[2,-4],[-2,-2],[0,-5]],[[1578,6100],[2,-5]],[[1580,6095],[-1,-6],[-1,-1]],[[1578,6088],[-1,-1],[-3,10],[-2,-1]],[[1572,6096],[-3,12],[-2,4],[-3,-3],[1,16],[-1,12],[3,-13],[2,-4],[-4,20],[-2,5],[-1,-2],[0,11],[-2,7]],[[1560,6161],[-5,13],[-3,13],[-5,16],[-3,13],[1,13],[-1,12],[-1,7],[-2,18]],[[1541,6266],[1,17],[1,6],[-1,15],[-1,5],[-1,14],[-5,20],[-1,3],[-1,9],[-2,2],[-5,16],[0,6],[-1,15],[2,21],[3,16]],[[1530,6431],[-1,-7]],[[1529,6424],[1,-2],[1,13],[2,1],[1,5],[-2,2],[-2,-13],[2,21],[1,9],[-1,6],[0,9],[1,5],[1,30],[-1,19]],[[1533,6529],[-1,16],[-3,4],[1,14]],[[1530,6563],[0,12]],[[2066,6339],[1,3]],[[2930,6426],[1,0]],[[2930,6422],[0,-4]],[[2930,6418],[-1,3]],[[2929,6421],[0,1],[1,4]],[[2929,6426],[1,1]],[[2930,6427],[-1,-3]],[[2929,6424],[0,2]],[[2930,6434],[1,-1]],[[2931,6433],[-1,-6]],[[2929,6426],[1,8]],[[2930,6426],[1,7]],[[2929,6424],[0,6]],[[2929,6430],[1,7]],[[2930,6437],[0,-3]],[[2928,6417],[1,4]],[[2930,6418],[0,-5]],[[2932,6443],[-1,-1]],[[2931,6442],[0,2]],[[2931,6444],[2,0]],[[2930,6437],[1,6],[0,-10]],[[2864,6004],[2,0],[0,-9],[-2,-2]],[[2861,5996],[-2,2],[0,1],[-1,2],[0,1]],[[2891,6111],[-2,-7],[0,-10],[-1,-3],[-3,-17],[-7,-29],[1,-6],[-2,-1],[-1,-8],[-1,-22]],[[2875,6008],[-2,7],[0,14],[2,13],[-1,-1],[1,14],[1,3],[-1,5],[3,8],[2,10],[-1,4],[3,1],[1,4],[0,6],[-2,3],[2,3],[0,1],[0,2]],[[2895,6112],[-3,-18],[0,5],[2,13]],[[2877,5940],[-2,18],[0,1]],[[2875,5959],[-1,-13],[0,-6]],[[2866,5987],[4,-5],[2,3],[2,-3],[1,-12],[2,-26],[0,-4]],[[2865,5983],[-1,3],[2,2]],[[2877,6015],[2,-1],[-2,-8],[-1,13],[0,6],[1,-2],[0,-8]],[[2651,6292],[11,-3],[2,0],[0,-3],[3,0],[2,3],[2,-3],[0,21],[-11,2],[0,7]],[[1786,5889],[0,-4],[-7,0],[0,11]],[[2542,6552],[1,2]],[[2543,6554],[3,1],[1,-5],[2,8]],[[2549,6558],[0,-2]],[[2549,6556],[-2,-7]],[[2547,6549],[0,-7],[1,-4],[-3,0],[-2,-7],[1,-7],[-3,-1]],[[2541,6523],[-5,1],[-1,11],[3,0],[1,7],[3,1],[0,6]],[[2541,6578],[2,-6],[1,3],[4,-1],[1,-4]],[[2549,6570],[0,-6]],[[2549,6564],[-1,0]],[[2548,6564],[-1,8],[-3,-7],[-3,-1],[1,-6]],[[2542,6558],[1,-4]],[[2540,6558],[0,4],[0,9],[1,-2],[0,9]],[[2541,6523],[0,-3],[-3,-10],[-3,-2]],[[2540,6590],[-1,1],[0,-9],[2,-4]],[[2320,5090],[3,7],[4,-4],[1,6],[1,11],[2,0],[1,9],[0,-19],[3,2],[0,5],[2,-4],[2,4],[-1,6],[0,11],[1,-6],[2,0],[0,1]],[[2343,5123],[1,-2],[0,-2],[1,0],[2,-2]],[[2347,5117],[-2,-3],[1,-6],[3,-5],[-2,0],[-1,-7],[-1,0],[-3,-13],[-2,-4],[0,-15],[-3,-7],[-3,-11],[-4,-8]],[[2376,5172],[-2,-12],[0,-10],[2,-10]],[[2376,5140],[-1,-2],[-4,1],[-2,-2],[-3,-6],[-3,-5],[-9,-14],[-3,-9],[-1,0],[2,10],[4,7],[2,4]],[[2352,5098],[-11,-29],[1,6],[4,10],[3,10],[0,5],[3,-2]],[[9025,3245],[-1,-3],[-1,-16],[0,-4],[-2,0],[-1,11],[0,11],[4,9],[1,12],[2,4],[0,-4],[2,-2],[-2,-10],[-2,-8]],[[2791,6701],[-2,1],[-1,5]],[[2792,6698],[-1,-9],[-2,5],[1,4],[2,1],[0,-1]],[[2793,6670],[1,3],[0,1],[-3,16],[2,5],[-1,5]],[[2666,6606],[1,-10],[3,0],[0,11],[0,6],[4,3],[0,-6],[-1,-2],[1,-5]],[[2674,6603],[-1,-21],[0,-3]],[[2673,6579],[0,1]],[[2674,6588],[0,-1],[0,11],[0,-10]],[[2939,6457],[-3,-9],[-1,-3]],[[2931,6444],[1,15]],[[2932,6459],[3,2],[2,-7],[2,3]],[[2933,6437],[-2,0],[0,1],[0,4]],[[1679,5734],[4,-34]],[[1683,5700],[-1,-3],[-5,0],[0,-6],[-4,2],[0,15],[-10,0],[0,-12],[3,0],[-1,-12],[2,-2],[0,-7],[1,-3]],[[1668,5672],[-3,7],[-2,7],[-3,5]],[[1660,5691],[-3,-1],[-1,-2]],[[1656,5688],[-2,3],[-3,-1]],[[1651,5690],[-4,6],[-3,1]],[[1644,5697],[-5,0],[-5,-2]],[[1634,5695],[-1,8]],[[1633,5703],[-3,4],[0,3],[1,14],[-1,7],[0,11],[-1,6],[1,19],[0,8],[-2,4]],[[1628,5779],[-2,-1],[-2,4],[-1,6]],[[1623,5788],[1,13],[-2,10]],[[1622,5811],[-2,1],[-3,11],[-2,10]],[[1615,5833],[-3,3],[-2,16]],[[1648,5635],[-3,-5],[-2,3],[-2,9],[3,3],[2,0],[1,-4],[1,-1]],[[1648,5640],[0,-5]],[[1638,5648],[1,-4],[-3,2],[2,2]],[[1658,5644],[2,5]],[[1660,5649],[1,-3],[-1,-5],[-3,0],[-2,-4],[-3,1],[-2,13]],[[1650,5651],[2,-1],[6,-6]],[[2932,6459],[1,13],[-1,9],[-2,9],[0,-9],[1,-3],[1,-19]],[[1724,5578],[3,3],[-1,5],[2,1],[1,-3],[0,-8],[7,-1]],[[1736,5575],[21,0]],[[1733,5484],[-1,6],[1,10],[-1,6],[-1,-2]],[[1731,5504],[-1,2],[2,8],[-1,7],[2,0],[-2,5],[0,8],[3,2],[-3,3],[-1,-6],[-2,1]],[[1731,5504],[-4,-1],[-1,-6],[1,-4]],[[1727,5491],[-1,3],[-2,-3],[0,17],[1,3]],[[1727,5477],[0,7],[-2,7],[2,-1],[1,-11]],[[2677,6615],[0,-1]],[[2675,6609],[-1,-6]],[[2539,6503],[6,0],[0,17],[2,4],[2,11],[0,7],[2,2],[0,8]],[[2551,6552],[1,-8]],[[599,4162],[-2,-6],[0,3],[-2,-3],[-3,5],[-1,0],[-1,6],[1,2],[-2,2],[1,-6],[-1,-3],[-3,-2],[-1,7]],[[2547,6549],[3,2],[-1,5]],[[2549,6556],[2,-3]],[[2551,6553],[0,-1]],[[2902,6350],[0,6],[-1,1],[-7,17],[-1,-3]],[[2028,5373],[-3,8],[-1,-1],[-1,4]],[[2323,5146],[2,-4]],[[2325,5142],[-1,-6],[3,1],[2,-15],[2,-3],[0,5],[-1,3],[6,2]],[[2336,5129],[3,3]],[[2325,5142],[1,3],[3,0],[1,-8],[1,-2],[1,4]],[[2332,5139],[1,5]],[[2333,5144],[0,-6],[2,0]],[[2335,5138],[1,-9]],[[1689,5681],[1,-6],[-1,-9],[1,-4],[3,1]],[[1693,5663],[1,-3],[-1,-3]],[[1693,5657],[-5,0],[-4,5]],[[1684,5662],[-1,6]],[[1683,5668],[3,2],[0,4],[3,0],[-1,5],[1,2]],[[1713,5688],[-1,4],[-6,0],[-2,1],[0,7],[-3,0],[0,-3],[-3,-2],[0,-9]],[[1698,5686],[-4,0],[0,7],[-2,-1],[0,-5]],[[1692,5687],[-3,-1],[0,-5]],[[1683,5668],[-1,-2],[-1,8],[1,-1],[0,5],[2,-1],[1,3],[-2,20]],[[1684,5662],[-3,0],[-4,-11],[0,-4]],[[1677,5647],[-8,12],[-1,13]],[[1661,5558],[2,-7],[-1,0],[-2,3],[-1,4],[2,0]],[[1693,5657],[-1,-6],[2,0]],[[1694,5651],[0,-2]],[[1694,5649],[-2,1],[-2,-3],[2,-7]],[[1692,5640],[-1,-6],[2,0],[1,-15],[1,0]],[[1695,5619],[1,-4],[-2,-5]],[[1694,5610],[-2,2],[-1,4]],[[1691,5616],[1,7],[-2,19],[-2,5]],[[1688,5647],[-5,-1],[-2,-4]],[[1681,5642],[-1,4],[-3,1]],[[2337,5170],[1,-3],[1,-5]],[[2335,5138],[0,7],[1,6],[1,-7],[1,10],[-1,13],[-1,-1],[-2,-16],[-1,9],[0,10],[2,-1],[2,2]],[[2328,5168],[0,-7],[-2,1],[0,-12],[4,1],[3,-3],[-1,-9]],[[2333,5144],[1,2],[-4,11],[-1,-2],[0,6],[1,0],[0,8],[0,8],[4,7],[0,-4],[3,-4],[0,-6]],[[1692,5687],[0,-11],[3,-1],[-2,-2],[0,-10]],[[1694,5651],[2,-1],[1,10],[2,-3]],[[1699,5657],[0,-9]],[[1699,5648],[-1,-4],[-2,2]],[[1696,5646],[-2,3]],[[1701,5650],[2,3],[0,7],[2,-1],[-1,6],[2,-4],[0,-3],[2,-2],[1,5],[1,0],[0,-6]],[[1710,5655],[-1,-5]],[[1696,5638],[-1,-5],[0,-14]],[[1692,5640],[4,-2]],[[1710,5655],[2,-2]],[[1712,5653],[5,-2],[0,5],[2,2],[2,-3],[0,-11]],[[1721,5644],[0,2],[-5,0],[0,-2]],[[1716,5644],[-2,-5],[0,-6],[-1,0]],[[1696,5638],[3,-1],[-1,-8],[1,-1]],[[1697,5615],[-2,-7]],[[1695,5608],[-1,2]],[[1698,5686],[0,-10],[-1,-4],[2,-6],[0,-9]],[[1714,5661],[0,-5],[-2,0],[0,-3]],[[1699,5646],[0,2]],[[1696,5646],[0,-8]],[[2892,6350],[2,-2],[1,5],[3,-4],[0,-5]],[[1716,5644],[1,-6],[0,-9],[4,0],[1,2],[-2,-9],[0,-3],[3,0],[0,-7],[2,-3],[1,3],[-1,14],[1,4],[3,1],[1,3]],[[1730,5634],[2,-5],[-1,-6],[-1,0],[0,-5],[0,-9],[2,-3],[1,5],[3,-1],[-1,-12],[-2,-2],[1,-10],[2,-5],[0,-6]],[[1721,5644],[4,0],[3,-2]],[[1728,5642],[2,-8]],[[1728,5642],[0,1]],[[2549,6564],[2,-11]],[[2549,6558],[-7,0]],[[2542,6558],[0,5],[1,-1],[2,4],[3,-2]],[[2546,6589],[2,-4]],[[2548,6585],[1,-15]],[[1589,6114],[3,1],[5,-4]],[[1583,6097],[-2,1],[0,6],[2,5]],[[2294,5524],[5,0],[1,6],[2,1],[1,-3]],[[2295,5504],[-1,-3],[-1,8]],[[1873,5559],[2,1],[0,10],[1,0],[-1,9]],[[1875,5579],[4,5]],[[1864,5585],[-1,5],[3,0]],[[1866,5590],[1,-2]],[[1867,5588],[1,0],[0,-6],[3,0],[0,-14],[-1,-5],[-4,-2]],[[1867,5588],[0,4],[2,1],[3,-7],[0,-4],[2,0],[-1,-6],[2,3]],[[1866,5590],[0,14],[1,5],[0,6],[3,4],[0,12]],[[2953,6419],[3,3],[7,9],[-1,-1],[-9,-13],[0,2]],[[2950,6448],[2,1],[2,7],[9,-1]],[[2963,6455],[4,2],[5,8],[3,10],[3,2],[-5,-11],[1,-4],[-4,-5],[-3,-9],[4,-1],[1,1],[3,10]],[[2975,6458],[2,1],[1,5],[2,-4],[1,5],[1,-6],[5,10],[2,-2],[-15,-24],[-7,-8]],[[2967,6435],[-2,1],[-5,-7],[-3,0],[-1,-2]],[[2977,6466],[0,-4],[-2,2],[1,7],[1,-5]],[[2983,6470],[-1,-5],[-1,8],[2,-3]],[[2404,6252],[2,13],[2,-2],[0,34],[11,-1],[0,-30],[6,-1],[10,0],[0,-12],[-1,0],[0,-9],[4,-1]],[[9983,7680],[1,-10],[-5,8]],[[9976,7689],[-7,5],[0,6],[7,-6],[4,-12],[3,-2]],[[9,7712],[-2,4],[2,7]],[[9,7723],[2,-7],[-2,-4]],[[80,7726],[0,-11],[-4,-4],[0,14],[4,1]],[[82,7728],[5,-4],[-2,-7],[-4,4]],[[89,7724],[-5,5],[4,2],[1,-7]],[[33,7709],[-8,17],[4,6],[4,0],[1,-8],[8,-4],[-5,-3],[-1,-12],[-2,-4],[-5,1],[0,6],[4,1]],[[52,7704],[-3,7],[-5,-2],[10,12]],[[54,7721],[0,13],[3,0],[1,-8],[-2,-4],[0,-14],[-2,0],[-2,-4]],[[9966,7736],[-3,-6],[0,10],[3,-4]],[[70,7725],[3,-5],[3,3],[0,-11]],[[76,7712],[-2,2],[-3,-9]],[[68,7705],[-1,-7],[-3,1],[0,10]],[[64,7709],[-2,-15],[-2,10],[7,21],[-2,8],[6,9],[1,-10]],[[9991,7732],[0,8],[4,5],[3,-6],[0,-8],[-3,-4],[-4,5]],[[84,7755],[2,-1],[1,-14],[-5,2],[0,7],[2,6]],[[9939,7757],[1,-7],[-3,-10],[0,-8],[-4,2],[-2,-12]],[[9931,7722],[-4,7],[5,10]],[[9932,7739],[3,2],[2,15],[2,1]],[[172,7752],[-5,-3],[-9,-2],[-13,1],[-1,8],[7,0],[6,3],[0,-6],[9,2],[6,-3]],[[183,7782],[4,5],[4,-7],[-7,-9],[-3,2],[2,9]],[[119,7747],[-4,-4],[-8,1],[1,3],[10,8]],[[118,7755],[4,-4],[5,3],[1,9]],[[128,7763],[4,0],[5,10]],[[137,7773],[-4,5],[1,8],[5,4],[5,-13],[-3,-9]],[[141,7768],[-3,1],[0,-5],[3,-7],[-6,-1],[-8,-6],[-4,-7],[-4,4]],[[9827,7800],[4,1],[-2,-6],[1,-12],[-3,4],[-7,2],[5,5],[2,6]],[[221,7796],[-3,-2],[2,9]],[[236,7823],[3,-3],[-1,-8],[-7,-5],[1,9],[4,7]],[[249,7826],[3,7],[1,-7],[-4,0]],[[261,7846],[3,-5],[-2,-9]],[[262,7832],[-4,6],[-2,-4]],[[256,7834],[-1,7],[6,5]],[[9809,7855],[4,2],[2,-9]],[[9815,7848],[3,1],[0,-11],[-2,3],[-1,-7],[-3,5],[-5,-10],[0,5]],[[9807,7834],[-4,3],[0,7],[-3,-1]],[[9800,7843],[0,7],[-5,-1],[5,10],[5,-1],[4,-3]],[[298,7897],[3,17],[3,6],[6,4],[6,-5]],[[316,7919],[-1,-16]],[[315,7903],[-8,-12],[-4,-4],[-5,-22],[-4,-3]],[[294,7862],[-4,-10],[-10,-13],[3,5],[1,7],[2,0],[3,18],[-1,8],[6,14],[1,-3],[6,1],[-3,8]],[[357,7950],[6,7],[-2,-16],[-4,9]],[[348,7976],[1,-3],[-1,-8],[1,-10]],[[349,7955],[7,15],[2,3],[3,-6],[-1,-6],[-11,-17],[2,-4],[6,10]],[[357,7950],[1,-12],[-3,-1]],[[355,7937],[-4,-6],[-1,-10]],[[348,7928],[0,-11],[-4,1],[1,-8],[-3,5],[-1,-6],[-3,3],[-12,-17],[-1,-7],[-4,-1],[-6,8],[4,8],[3,-1],[3,8],[4,-4],[1,9],[3,-3],[0,8],[3,-2],[-2,11],[4,2],[-1,9]],[[337,7940],[9,3],[-8,3],[-4,9],[2,11],[5,8],[7,2]],[[395,7984],[-7,1]],[[388,7985],[6,6],[1,-7]],[[364,7995],[4,6],[1,-5],[6,-6],[-2,-7],[-3,1],[-5,-4],[-2,9]],[[378,8002],[-3,1],[2,6],[4,0],[-2,-9],[4,0],[-4,-12],[-3,3],[2,11]],[[455,8032],[7,-7],[1,-6],[-5,1],[-4,7],[1,5]],[[1294,8073],[1,-10],[-4,20],[2,0],[3,-6],[-2,-4]],[[469,8090],[2,-12],[-2,-6],[-4,11],[4,7]],[[1334,8092],[1,-12],[-4,-5],[-4,10],[7,7]],[[413,8037],[-1,-8],[-8,-8]],[[404,8021],[-6,3],[-2,7],[0,15],[6,6],[4,25],[4,7],[5,-4],[3,8],[3,0],[4,8],[3,2],[7,0],[4,-19],[-1,-4],[3,-13],[3,3],[2,-9],[-4,0],[-1,6],[-3,-4],[0,-7],[-5,-5],[-6,3],[-8,-2],[-6,-10]],[[552,8089],[-2,0],[0,9],[2,-9]],[[484,8098],[-4,13],[3,1],[5,-6],[-4,-8]],[[1292,8091],[-3,4],[2,7],[-3,8],[2,4],[4,-17],[-2,-6]],[[493,8115],[3,2],[0,-7],[-3,5]],[[547,8096],[-4,1],[2,5],[0,14]],[[545,8116],[2,2],[0,-22]],[[491,8121],[-1,-6],[-4,4],[5,2]],[[1290,8056],[-2,9],[-3,8],[-6,23],[0,24],[3,0],[3,-14],[0,-13],[6,-19],[3,-20],[-4,2]],[[1328,8121],[3,-11],[0,-14],[-7,-5],[-1,5],[3,13],[-1,14],[3,-2]],[[531,8115],[4,-4],[0,10],[2,1],[-1,-13],[3,3],[-2,-9],[-2,3],[-1,-9],[-6,-13],[5,19],[-2,12]],[[1276,8132],[3,-10],[-1,-5],[-5,-1],[0,14],[3,2]],[[524,8134],[0,-14],[-5,9],[5,5]],[[514,8139],[1,-2],[-1,-10]],[[514,8127],[3,9],[1,-18],[2,-4],[-1,-7],[-7,7]],[[512,8114],[-1,-7],[-2,9],[1,15],[4,8]],[[1318,8140],[5,-11],[-3,-19],[-2,4],[-1,22],[1,4]],[[1270,8140],[3,-2],[-4,-9],[-1,-9],[-1,6],[1,15],[2,-1]],[[524,8140],[2,5],[3,-1],[-1,-6],[-4,2]],[[1273,8148],[0,-4],[-5,0],[3,9],[2,-5]],[[1265,8156],[4,-2],[-2,-11],[-3,6],[1,7]],[[1275,8158],[2,-8],[-2,-6],[-2,10],[2,4]],[[1272,8184],[3,-2],[-5,-9]],[[1270,8173],[-4,10],[3,6],[3,-5]],[[657,8180],[-4,0],[-1,5],[5,9],[0,-14]],[[1277,8198],[2,-11],[-1,-5],[-2,7],[1,9]],[[1250,8198],[4,0],[-4,-10],[-3,10],[3,0]],[[1259,8198],[2,3],[1,-8],[-3,5]],[[1343,8164],[-2,-14],[1,-11],[-2,-1],[-1,-16],[-4,-8],[-3,6],[4,14],[-1,5],[-3,-17],[-4,6]],[[1328,8128],[5,13],[-5,-6],[-2,-9]],[[1326,8126],[-5,8],[-3,10],[4,13],[3,3],[-4,5]],[[1321,8165],[0,13],[7,5]],[[1328,8183],[-7,1],[0,5],[7,-1],[-4,9],[10,8],[0,-2],[5,-15],[4,-24]],[[1329,8202],[-5,-3],[5,9],[0,-6]],[[1277,8210],[-5,-1],[-7,-12],[-2,6],[5,18],[6,6],[3,-1],[0,-16]],[[1295,8215],[-2,19],[3,2]],[[1296,8236],[2,11],[4,1],[1,-13],[3,-4],[5,-11],[-3,-2],[2,-15],[-7,-5],[-3,14],[-4,6]],[[1302,8152],[1,-14],[3,2]],[[1306,8140],[3,-5],[2,-12],[-5,-6],[4,-2]],[[1310,8115],[3,9],[1,-13],[-3,-16],[2,-1],[1,-15],[-4,1],[4,-6],[0,-7],[-2,-10],[-7,2],[-2,10],[2,4],[-3,10]],[[1302,8083],[0,18],[-1,-19],[-1,-3],[-4,9],[2,6],[-1,17],[-3,-3],[-3,5]],[[1291,8113],[-1,11],[-5,-9],[2,8],[-8,2],[1,11]],[[1285,8132],[-2,12],[-2,1],[2,19],[-4,-5],[-4,5],[0,13],[4,1]],[[1281,8187],[-2,8],[-2,23],[1,8],[-10,6],[0,18],[5,-4],[7,1]],[[1280,8247],[4,-18],[-2,-9],[2,-8],[3,-2],[2,2],[7,-13],[4,-16],[-1,-14],[4,-2],[2,-12],[4,-11],[-9,13],[-2,-7],[4,2]],[[1301,8258],[-2,-9],[-1,5],[3,4]],[[1284,8247],[3,14],[7,0],[2,-7],[-1,-14],[-6,-5],[-5,12]],[[1303,8241],[1,13],[-2,11],[4,-4],[3,-13],[4,1]],[[1313,8249],[2,-17],[-4,-10]],[[1311,8222],[-3,8],[-5,11]],[[704,8274],[-2,-7],[-5,0],[2,5],[5,2]],[[610,8276],[7,-4],[-9,-2]],[[1286,8278],[0,-10],[-3,8],[3,2]],[[687,8268],[-4,-4],[-3,-9]],[[681,8270],[6,8],[0,-10]],[[698,8276],[-2,-9],[-5,1],[0,7],[3,5],[4,-4]],[[266,8271],[-4,9],[7,-2],[-3,-7]],[[1301,8286],[-1,-7]],[[1300,8279],[-3,4],[4,3]],[[1287,8268],[1,14]],[[1288,8282],[-2,20]],[[1286,8302],[2,1],[2,-2],[3,-10],[3,-5],[2,-10],[-8,-10],[-3,2]],[[1265,8298],[-1,-11],[2,-9],[-4,-3],[-2,-7]],[[1260,8268],[2,-21],[-1,-6]],[[1261,8241],[-3,10],[0,-13],[2,2]],[[1260,8240],[-2,-22],[-1,0],[-1,27],[-2,-37],[-4,16],[-1,24],[3,13],[4,-13],[1,9],[-5,14],[-3,3]],[[1249,8274],[6,10],[-5,-5],[-4,14],[0,13]],[[1246,8306],[3,8],[4,-7],[-2,10],[6,-8],[4,-14],[0,7],[4,-4]],[[1286,8316],[1,-10],[-1,-3],[1,-17],[-2,-7]],[[1285,8279],[-5,12],[-2,12],[-2,-6],[3,-3]],[[1279,8284],[3,-4],[1,-11],[-3,-9],[-7,7],[0,-6],[-6,-2],[-2,30],[1,17],[-2,-4],[-4,9],[3,2],[-7,15],[5,8],[8,-5],[5,-5],[9,-1],[3,-9]],[[722,8334],[-2,-10],[-2,6],[2,7],[-2,2],[4,9],[10,-5],[-10,-9]],[[243,8348],[8,5],[-4,-13],[-4,4],[0,4]],[[1210,8363],[4,-21],[-2,-16]],[[1206,8324],[0,11],[3,10],[-3,1],[0,18],[2,1],[2,-2]],[[1224,8287],[0,17],[-3,-5],[-2,19]],[[1219,8318],[4,11],[-3,2],[-2,13],[1,10],[-4,-2]],[[1215,8352],[-4,16],[5,-2],[-3,6],[1,12],[4,7],[3,-3],[-1,-8],[4,2],[5,-11],[5,2],[1,-13],[-1,-4],[1,-10],[-1,-6],[2,-7],[4,-40]],[[1240,8293],[0,-53],[-1,-13],[-5,15],[1,3],[-6,21],[-3,21],[2,7],[-4,-7]],[[744,8437],[2,-9]],[[746,8428],[-4,4],[2,5]],[[716,8437],[4,-7],[3,-11],[-4,2],[-5,10],[2,6]],[[736,8440],[-2,-7],[-2,5],[4,2]],[[741,8409],[2,0],[0,-14],[4,4]],[[752,8397],[-4,-12],[-1,-11],[-5,0],[-12,11],[9,-16],[-3,-12],[-3,-1]],[[733,8356],[-1,9],[-9,-4],[5,-1],[2,-6],[-4,-5],[-4,2],[-7,-13],[-5,-7],[3,-7],[-3,-7],[-8,-21],[-6,-1],[3,12]],[[699,8307],[6,13],[-4,0],[2,12],[5,9],[-2,2],[-8,-22]],[[698,8321],[-1,3],[1,15],[-4,5],[-7,-5],[2,-9],[3,8],[6,1],[-1,-19],[-4,-3],[-1,-10],[-1,12],[-5,5]],[[686,8324],[-1,24],[-2,8]],[[683,8356],[-3,1],[-1,10],[2,-3],[-1,10],[3,11]],[[683,8385],[3,1],[4,14],[4,2],[6,-2]],[[700,8400],[3,-24],[3,-14],[0,25],[1,2],[-3,9],[5,5],[-6,4],[-1,13],[6,8],[4,-6],[1,-13],[2,8],[0,5],[8,-5],[-1,12],[4,-3],[-5,11],[0,4],[4,-6],[5,1],[4,-4],[-3,-10],[5,-2],[2,12],[5,-3],[3,-7],[-5,-13]],[[1189,8424],[-1,9],[-2,-2],[2,22],[4,-10]],[[1192,8443],[-3,-19]],[[723,8453],[3,-1],[4,-13],[-8,8],[-5,1],[4,10],[2,-5]],[[762,8472],[-2,-11],[0,9],[2,2]],[[1211,8438],[3,10],[6,7],[11,-8],[1,-8],[-2,-10],[-6,7]],[[1224,8436],[7,-17],[-8,-3],[-4,8],[-10,12],[-1,-4],[6,-4],[5,-10],[4,-11],[4,6],[5,0]],[[1232,8413],[2,-18],[-1,-16],[-6,0],[-2,7],[-18,29],[3,-13],[4,-8],[0,-16],[-4,-10]],[[1206,8371],[-8,28],[0,6],[-5,12],[-3,7],[2,18],[7,-16],[-10,30],[3,3],[2,-6],[-2,13],[2,1],[1,-7],[3,7]],[[1198,8467],[5,-5],[4,12],[9,-13],[-2,-8],[-3,-6],[0,-7],[-3,0]],[[1239,8478],[4,4],[7,-18]],[[1211,8480],[1,6],[3,-4],[-4,-2]],[[1263,8392],[-5,13],[-1,15],[-3,6],[-1,14],[-4,13]],[[1251,8438],[-3,3],[3,-14],[5,-23],[3,-8],[1,-14],[-6,2],[7,-17],[-3,-7],[-5,9],[0,-20],[-9,-21]],[[1244,8328],[-3,2],[-1,27],[3,5],[-2,10],[3,0],[-5,25]],[[1239,8397],[-2,12],[1,12],[-3,27],[1,5],[-5,21]],[[1231,8474],[0,15],[1,-7],[3,-3],[3,-19],[5,2],[8,-6],[4,-12],[5,-25],[0,-13],[3,-14]],[[747,8470],[2,-13],[-5,1],[-4,-4],[0,11],[-1,-15],[-7,-9],[-4,6]],[[728,8447],[-6,13],[2,7],[9,-7],[-8,12],[2,5]],[[727,8477],[7,-3],[1,7],[-4,7],[7,10],[5,-3],[3,-17],[1,12],[4,-9],[3,3],[3,-5],[-1,-13],[-2,-7],[-7,11]],[[738,8508],[9,7],[-4,-19],[-4,3],[-1,9]],[[504,8523],[10,12],[-5,-26],[-6,-4]],[[748,8553],[3,-1],[-4,-5],[1,6]],[[716,8607],[3,-7],[-5,-5],[0,8],[2,4]],[[795,8605],[-3,-13],[1,12],[2,1]],[[972,8673],[-9,-22],[0,6],[6,14],[3,2]],[[872,8683],[-2,-12],[-4,-2],[6,14]],[[866,8680],[-3,-4],[5,14],[3,-4],[-5,-6]],[[863,8679],[-4,0],[0,6],[7,12],[-3,-18]],[[469,8688],[0,12],[2,-8],[-2,-4]],[[895,8715],[-3,-10],[5,7],[-2,-10]],[[895,8702],[-5,-10],[-4,-12],[-1,-9],[-3,-6],[1,-5],[-11,-13],[-1,12],[12,27],[4,14],[3,4]],[[890,8704],[0,11],[2,0],[3,0]],[[868,8719],[-1,-11],[-4,1],[5,10]],[[338,8674],[-3,-1],[-10,27],[10,3],[5,-4],[3,8],[9,13],[3,-3],[7,8],[2,-13],[5,3],[6,-6],[-1,-15],[1,-8],[-1,-5],[2,-4],[2,-13],[-15,-7],[0,-10],[-2,-1],[-7,12],[-5,-1],[-11,17]],[[913,8723],[7,1],[1,-4],[-5,-7],[-5,-2],[-5,-9],[-2,5],[6,10]],[[910,8717],[-7,-2],[2,11],[3,5],[4,0],[1,-8]],[[759,8726],[-5,-12],[4,21],[1,-9]],[[870,8705],[4,8],[-3,-1],[4,21],[3,-9],[-4,-31],[-4,12]],[[173,8745],[1,-11],[5,-9],[6,-6],[2,1],[6,-9]],[[193,8711],[-8,3],[-3,-3],[-9,19],[-3,2],[0,8],[3,5]],[[915,8735],[6,1],[8,8],[-1,-5],[-7,-9],[-7,-2],[1,7]],[[862,8763],[3,-9],[-2,-6],[-2,8],[1,7]],[[397,8772],[-4,-2],[1,7],[3,-5]],[[887,8777],[4,3],[1,-6],[-5,3]],[[414,8767],[2,-13],[-5,-12],[-4,-4]],[[407,8738],[3,-6],[-4,-5],[-4,-18],[-4,1],[-8,15],[4,5],[1,8],[-6,-5],[-5,1]],[[384,8734],[-2,6],[4,2],[9,17],[-2,8]],[[393,8767],[5,5],[-2,11],[3,-8],[5,5],[-2,-8],[8,-1],[4,-4]],[[867,8783],[3,-13],[-6,-3],[0,8]],[[400,9000],[8,-3],[-8,-18],[-3,20],[3,1]],[[409,9028],[3,-2],[6,-12],[1,-12],[4,-14],[0,-12],[-3,11],[-14,12],[-8,3],[1,13],[3,11],[7,2]],[[428,9027],[0,-7],[-3,-7],[-6,0],[-7,15],[-6,5],[0,8],[6,11],[9,3],[8,-6],[2,-7],[4,-4],[-7,-11]],[[466,9099],[2,-12],[-8,1],[0,9],[6,2]],[[241,9106],[6,-1],[5,-9]],[[252,9096],[2,-16],[6,-6],[4,1],[3,-8]],[[267,9067],[19,-4],[5,-3],[-2,-14],[-3,-4],[-10,6],[-2,-2],[-7,-15]],[[267,9031],[1,-9],[-6,-3],[1,9],[-3,10],[-8,7],[-5,1],[1,10],[-10,14],[-5,2],[-2,6]],[[231,9078],[-12,-9],[-4,-9],[-9,8]],[[206,9068],[-3,13],[1,12],[2,8],[0,15],[2,0],[1,-12],[5,-9],[6,1],[8,-6],[13,16]],[[401,9437],[-13,-11],[-7,-5],[20,16]],[[796,9899],[-1,-9],[-4,9],[5,0]],[[1229,8624],[0,-10],[-2,-6]],[[1230,8603],[1,-12]],[[1238,8587],[1,-6],[5,-8]],[[1244,8573],[3,-10],[-1,-7],[4,-14],[12,-15],[4,-14],[9,-21],[-2,-5],[8,-28],[2,-18]],[[1289,8423],[9,-40],[5,-17],[3,-17],[-3,-14],[9,-5],[-2,-20]],[[1316,8296],[2,-18]],[[1325,8280],[3,-7],[11,-17],[8,-5]],[[1356,8236],[1,-11],[5,-6]],[[1366,8222],[3,-13],[0,-12],[-4,-16],[1,-10],[-1,-11],[5,-36],[-4,-10],[-5,-26],[-8,-21],[-4,-3],[1,9],[-3,0],[-1,-9],[-3,4],[-2,23],[0,10]],[[1341,8101],[-2,5],[0,8],[6,14],[-1,17],[1,10],[-1,20]],[[1344,8175],[-9,31],[4,8],[-9,-10],[0,5]],[[1330,8209],[-10,-15],[-4,-1],[4,-7],[-4,-24],[-2,-12]],[[1308,8160],[-2,20]],[[1306,8180],[2,5]],[[1308,8185],[4,-1],[-1,7],[1,12]],[[1312,8203],[2,2],[0,24],[6,3],[-5,4],[-2,13]],[[1313,8249],[-3,2],[-3,11],[-4,8],[0,8],[3,10],[-5,-2]],[[1301,8286],[-3,6],[2,3],[-8,11],[-5,18],[4,1],[-2,9],[-1,-6],[-8,7],[1,10],[-4,-8],[-7,10],[2,12],[6,-1]],[[1278,8358],[2,5],[-6,2],[1,7]],[[1275,8372],[-4,5],[0,10],[-4,12],[0,9],[2,2],[12,-17],[-1,3],[-6,14],[-5,4],[0,18],[5,-1],[7,-6],[-1,4]],[[1280,8429],[-11,4],[-2,-5],[1,-11],[-3,1],[-3,18],[-6,13],[-1,25],[3,5],[-1,9],[-3,-11],[1,-7]],[[1255,8470],[-3,-5],[-9,18],[-6,2]],[[1237,8485],[-1,14],[-5,14],[0,23],[-1,4],[-1,-13]],[[1229,8527],[-4,14],[-1,26],[-5,22],[2,21],[-2,4],[0,-14],[-2,-15],[2,-2],[3,-14],[-5,15]],[[1217,8584],[-3,3],[5,-17]],[[1219,8570],[0,-16],[4,-21],[3,-23],[-2,6],[4,-34]],[[1227,8469],[-5,0],[-5,20],[-1,-3]],[[1212,8491],[-8,-5]],[[1204,8486],[2,13],[0,6]],[[1206,8505],[-4,21],[-3,11],[4,5],[5,3]],[[1208,8545],[-2,3],[-5,-7],[-2,17],[0,-16],[-2,-13],[-2,0],[-7,10],[-1,16],[-1,-7]],[[1182,8561],[2,-16]],[[1184,8545],[-7,9],[-4,-7],[8,-3],[7,-10],[4,-12]],[[1192,8522],[-5,-11],[2,-1],[4,10],[3,-7],[1,-10],[3,-11],[-1,-10],[-5,-4]],[[1194,8478],[-3,6],[0,-8],[-6,8],[-2,-3],[3,-9],[-3,-6],[-7,16],[1,5]],[[1177,8487],[-6,-1],[-14,26],[3,6],[-5,-4],[0,5],[-7,15]],[[1148,8534],[-1,12],[-7,16],[-6,8],[-5,3],[4,7],[-6,-3],[-6,9],[-14,20],[-4,3],[-9,13],[5,5],[1,-3],[5,17],[-3,12],[-1,10],[5,9],[4,-15],[-2,-10],[2,-16],[2,-1],[-3,16],[1,9],[8,2],[-7,2],[-7,22],[-3,-12],[-3,-4],[-1,-10],[-5,-4],[-10,-12],[-16,5],[-16,17],[5,6],[0,7]],[[1055,8674],[-3,20],[-4,-5],[4,-11],[-6,-7]],[[1042,8670],[-5,6],[-19,9],[-9,0],[-4,-2],[-16,-4],[-7,-5],[-4,4]],[[978,8678],[-2,9],[-4,9],[-5,-2],[-6,4],[-1,8]],[[960,8706],[-7,3],[4,24],[-2,-1],[2,14],[-6,-10],[-3,-12],[-6,-10],[-4,9],[-7,7],[-7,0],[7,12],[1,9],[-4,-5],[-5,1],[3,10]],[[926,8757],[-8,-9],[-2,3],[6,9],[-8,1],[-3,-6],[-6,1]],[[905,8756],[-1,5],[10,6],[3,6],[4,-1],[-4,7]],[[917,8779],[-3,-9],[-6,-1],[-5,12],[3,20],[11,0],[-3,6]],[[914,8807],[-9,-3],[-6,-17],[-5,-2],[2,6],[-3,2],[-2,-9],[-6,-6],[-3,12],[-2,18],[-2,-16],[1,-18],[-2,5],[-3,-2],[1,-6],[-3,-1],[-6,15],[8,28],[1,11]],[[875,8824],[-7,-22],[-2,-10],[-3,13]],[[863,8805],[-6,-14],[6,9]],[[863,8800],[-4,-28],[-8,-1],[-3,-6],[7,4],[-4,-6],[-3,-14],[5,15],[4,0],[-1,-18],[4,17],[2,-17],[-4,-9],[-4,5],[-6,-14]],[[848,8728],[0,-2],[7,12]],[[860,8732],[3,11],[5,-8],[1,-12],[-8,-7],[-1,-12]],[[860,8704],[5,-4],[-2,-7],[-4,-5],[-1,6],[-3,-26],[-3,10],[-2,-13],[-3,5],[-4,-4],[-2,6]],[[841,8672],[-5,-1],[3,9],[-4,-1],[-3,-18],[-2,23],[-2,5],[0,-16],[-7,-20]],[[821,8653],[0,11],[-2,5]],[[819,8669],[-1,-29],[-6,9],[1,-15],[-3,1],[-5,-18],[-4,0],[3,9],[1,18],[-7,-32]],[[798,8612],[-3,9],[0,-13],[-4,0],[-7,-26],[-1,14],[-2,-13],[-4,-1],[-4,5],[-4,-3],[-2,-7],[-4,0],[-1,5],[-5,6],[0,11],[5,1],[-3,4],[7,11]],[[766,8615],[4,-1],[2,7],[8,6],[-2,5],[8,18],[-5,-1],[-6,-11],[-5,-6],[-3,1],[-6,9]],[[761,8642],[-1,7],[4,28],[8,23],[1,17],[3,3],[1,19],[-2,4],[-2,16],[4,6]],[[777,8765],[5,2],[10,17],[9,12],[3,-10],[6,-5],[8,7],[4,-5],[11,-4],[7,-6],[-6,12],[-4,-2]],[[830,8783],[-4,7],[-3,-1],[-13,20]],[[810,8809],[4,6],[6,21],[13,11],[-4,4],[-7,-3]],[[822,8848],[-6,-11],[-4,-18],[-6,3],[-7,-2],[-4,4],[-10,-8]],[[785,8816],[-5,-19],[-9,-4],[-9,-18],[2,-15],[-4,0],[-5,-8],[-2,-9],[-6,-9],[0,-10]],[[747,8724],[3,-3],[-4,-5]],[[746,8716],[-1,-8],[-5,-7],[-6,0],[-4,9],[-4,-1],[-2,-7],[6,6],[0,-5],[7,-9],[3,-13],[-4,-16],[-2,-4],[-6,1]],[[722,8659],[-2,-6],[8,2]],[[728,8655],[-1,-16],[-5,-7],[-4,7],[-2,12]],[[716,8651],[-1,-18],[-6,0],[4,-5],[-1,-6],[-6,-2],[2,-11],[-5,-3],[-5,-8],[4,2]],[[702,8600],[-5,-7],[0,-12],[-3,-3],[1,-15],[4,3],[6,-2],[4,3],[4,-11],[2,2],[4,-9],[2,-9],[-2,0],[-2,-12],[-7,-15],[-7,-1],[-2,-14],[-3,0],[3,-11],[-5,-4],[-5,-9],[5,4],[-2,-6]],[[694,8472],[1,-8],[-3,0]],[[692,8464],[0,-13],[-5,11],[1,-10],[-3,2],[0,-10],[-5,4],[0,-5],[-8,1],[-1,-13],[-4,-9],[-4,0],[2,-9],[-3,-4]],[[662,8409],[-7,8],[1,-15],[-3,-2],[-1,-11]],[[647,8387],[-4,4],[1,-15],[-5,5],[-4,-7],[-6,-16],[6,4],[0,-16]],[[635,8346],[-6,-16],[0,-7]],[[629,8323],[-6,4],[-1,-13]],[[622,8314],[-2,5],[-4,-8],[-2,-7]],[[612,8308],[-1,-10],[-5,11],[-2,-2],[2,-9]],[[606,8298],[-4,-1],[0,-10],[2,-6],[-6,-1],[-2,7],[-5,-4],[-6,-11],[7,3]],[[592,8275],[2,-3],[-1,-8],[-8,5],[0,-7]],[[585,8262],[-5,3],[-2,-4],[-7,-22],[3,-1],[0,6],[6,2],[3,-4],[-5,-7],[5,-4],[-5,-7]],[[578,8224],[-1,-17],[-2,-1],[-3,12],[3,12],[-5,-9],[1,-14],[-3,-4],[1,7],[-4,-1],[-4,-14],[-2,4],[-11,-10],[-2,4],[1,-13]],[[547,8180],[-1,-11]],[[546,8169],[-4,-1],[2,18],[-7,4],[-1,-7],[-2,3],[-5,-10],[1,-7],[-4,-3],[-4,3],[0,-7],[-4,-15]],[[518,8147],[-2,12],[-4,-6],[3,-1],[0,-7],[-4,-1]],[[511,8144],[-3,9],[-3,-11],[-6,-9],[-3,4],[-5,-3],[1,15],[3,10]],[[495,8159],[4,-4],[-5,10],[-5,-1],[-4,-14],[1,-11],[-5,-20],[-4,0],[2,-13]],[[479,8106],[-3,-6],[-3,10],[-1,-11],[-2,-5]],[[470,8094],[-6,5],[-1,22],[-4,6],[-1,-5],[2,-10],[0,-13],[2,-11],[-3,4],[-5,-9],[-2,3],[-2,14],[-6,7],[-1,-11],[6,-10],[-6,-14],[-3,-3],[2,19],[-1,13],[3,10],[9,2],[0,8],[4,5],[2,9],[4,0],[0,15],[7,23],[6,11],[4,5],[3,7],[15,10],[-1,-3],[6,-2]],[[503,8201],[6,7],[-4,-12],[6,-20],[4,-3],[0,5]],[[512,8183],[0,12],[6,-2],[3,-10],[5,-2],[-2,6],[3,2]],[[519,8201],[-2,8],[4,14],[3,19],[5,13],[6,8],[3,9],[14,14],[2,7],[8,14],[5,-8]],[[567,8299],[5,-2],[-2,16],[0,9],[7,27],[3,9],[6,8],[5,14],[6,11],[4,-12],[-1,18],[-2,-1],[-1,13],[2,15],[2,32],[5,6],[-5,18],[2,16]],[[603,8496],[11,28],[3,13],[1,16],[-4,-10],[-6,-4],[-6,-10],[-17,-16]],[[585,8513],[-5,5],[-1,8]],[[579,8526],[-6,9],[2,6],[0,21],[-3,-14],[-4,-3],[-1,-14],[-2,-5],[1,10],[-4,-4],[-3,7],[5,-14],[4,-18],[2,-8],[-3,-10],[-3,-2],[-4,4]],[[560,8491],[-10,39]],[[546,8540],[-3,0],[1,11],[-4,-1]],[[540,8550],[-1,-14],[-3,-5]],[[536,8531],[-3,13],[-4,-2]],[[529,8542],[-5,11]],[[524,8553],[2,6],[-3,6],[-13,-22],[-4,1],[-3,-7],[-5,-4],[-3,-15]],[[495,8518],[-11,-12],[1,7],[-12,3],[9,5],[2,15],[0,17],[-2,7],[3,1],[5,10],[-2,3],[-8,-7]],[[480,8567],[-3,18],[2,17],[7,14],[-5,16],[-2,19],[-4,10],[-4,24]],[[472,8693],[-7,17],[4,8],[2,24],[-1,4]],[[470,8746],[-4,-23],[-4,-10],[0,-13],[3,-3],[-1,-19],[-4,-7],[-4,3],[0,-6],[-11,-11],[-11,-5],[-10,0],[-5,3],[-3,14]],[[419,8672],[-8,12],[-7,19],[2,25],[4,3],[-3,7]],[[407,8738],[5,2],[2,10],[5,2],[2,12],[3,3],[4,-4],[0,-21],[4,1],[6,15],[-4,11],[-10,6],[3,4]],[[427,8779],[5,-4],[3,5],[-7,3],[1,8],[-6,-16],[-4,2],[4,5],[-1,15],[-5,-12],[2,-7],[-12,-4],[-4,10],[-8,1],[-2,-5],[-4,4],[2,9],[4,1]],[[395,8794],[4,9],[-5,1],[-2,-5]],[[392,8799],[-8,15],[5,8],[1,19],[8,10],[-5,-3],[-5,-10],[0,-16]],[[388,8822],[-5,-7],[2,-4],[-1,-10],[-5,1],[-3,16],[1,6]],[[377,8824],[-8,6],[1,11],[3,6],[-2,7],[-4,2],[-4,-7],[-2,10],[1,6],[11,5],[-7,6],[-3,9],[14,5],[-3,12],[-1,13],[14,45],[6,11]],[[393,8971],[7,0],[7,21],[9,-2],[11,-28],[-4,20],[0,11],[-4,11],[0,8],[9,4],[0,11]],[[428,9027],[8,11],[5,-9],[7,2],[10,19],[12,31],[-1,7],[8,-7],[-4,-6]],[[473,9075],[13,4],[5,-2],[10,6],[11,31],[0,10],[-5,23]],[[507,9147],[-1,22],[-8,18],[-7,1],[1,12],[3,4],[8,-5],[0,5],[4,1],[4,8],[0,12],[-4,12],[-6,11]],[[501,9248],[4,2],[-4,0],[-7,-20],[-8,2],[-5,-8],[-8,-3],[-2,-7],[-8,-11],[-3,-16]],[[460,9187],[-5,-8],[-1,20],[-10,18],[-4,-8],[6,-9],[3,1],[-2,-12],[-14,18],[-21,-1],[-7,-5],[-5,0],[-7,-9],[-11,8],[-21,8],[-6,8],[-2,18],[2,10],[-3,8],[-5,4]],[[347,9256],[-4,15],[7,1],[3,12],[3,4],[9,-3],[0,-5],[6,-13],[5,-2],[7,10],[-8,1],[-10,5],[0,7],[-8,6],[-15,8],[-15,3]],[[327,9305],[-9,12]],[[318,9317],[-10,8],[-1,9],[3,-3],[6,9],[6,1],[3,6],[-3,4],[9,12],[3,-7],[8,10],[6,17],[10,11],[6,-6],[13,0],[3,5],[-10,9],[3,10]],[[373,9412],[9,9],[11,4],[1,-5],[8,18],[8,4],[16,2],[3,-5],[-1,-12],[-3,-8],[2,-12],[-3,-7],[5,-18],[11,3],[5,-4],[12,4],[3,-6]],[[460,9379],[7,-1],[7,6],[8,-10],[8,29],[6,1],[4,-5],[4,3],[-1,-13],[3,12],[-4,12],[-11,8],[-11,-5],[1,18],[-6,11],[-2,8],[-9,8],[-4,13],[4,11],[4,0],[7,-19],[2,-1]],[[477,9465],[-1,-15],[4,-12],[9,-12],[7,4],[4,7]],[[500,9437],[11,-20],[7,-1],[8,4],[2,11],[-4,13],[-10,1],[-4,6],[-8,-2],[-5,-14],[-4,0],[-12,23],[2,19],[8,12],[-9,8]],[[482,9497],[-11,-6],[-6,-2],[-8,8]],[[457,9497],[-6,-2],[-20,8]],[[431,9503],[-5,37],[-7,20],[-12,15],[-20,33],[-20,16],[-3,10],[-11,11],[-2,6],[6,3],[3,20],[1,25]],[[361,9699],[-1,11],[16,-2],[9,0],[28,8],[10,7],[12,18],[11,26],[3,17],[-3,9],[6,12],[-3,4],[15,30],[1,7],[8,13],[7,16],[7,-6],[-11,-10],[6,-1],[6,11],[8,0],[9,10],[4,2],[18,25],[9,4],[0,-13],[-6,-19],[5,7],[3,-15],[-1,22],[11,8],[-7,-2],[-3,11],[-8,4],[13,21],[15,10],[0,-8],[-8,-6],[7,0],[6,4],[9,-1],[16,5],[9,7],[13,19],[12,27],[5,6],[6,-8]],[[633,9989],[10,-3],[1,-8],[8,2],[5,-3],[1,-10],[-6,-11],[-7,-2],[0,-16],[14,0],[-1,13],[10,9],[0,10],[4,-9],[6,8],[7,-12],[-3,-13],[2,-7],[5,1],[7,-7],[7,13],[11,0],[11,5],[10,-7],[2,-9],[3,11],[10,-6],[-7,-17],[1,-9],[11,-3],[-16,-4],[26,0],[-6,-14],[9,1],[12,-8],[3,9],[7,4],[3,-3],[-1,-16],[9,10],[8,3],[7,10],[19,-3],[8,-10],[8,0],[7,-12],[7,5],[9,-15],[21,-8],[4,4],[12,1],[12,-7],[7,0],[14,-16],[8,-3],[9,0],[4,6],[22,11],[1,-4],[13,4],[6,-6],[7,-2],[4,-9],[7,-4],[3,-10],[5,0],[15,-13],[4,-12],[5,6],[6,-4]],[[1063,9800],[0,-1090],[13,-10],[2,11],[13,-15]],[[1116,8716],[-3,-31]],[[1113,8685],[4,-11],[9,-10]],[[1129,8648],[28,-61],[4,-40],[5,11],[13,19]],[[1189,8591],[-1,21],[4,-2],[3,9],[-3,9]],[[1192,8628],[11,7],[13,16]],[[1216,8651],[7,-12],[6,-15]],[[670,3993],[0,-15],[3,1],[0,-12],[5,-14],[0,-5],[-5,-15],[-4,-9],[-5,-1]],[[664,3923],[-4,-13],[-2,-2],[-3,-23],[-2,1],[-5,11],[-1,9],[1,27],[-3,34],[-1,2],[-1,14],[2,8],[2,1],[2,14],[1,7],[-2,11],[-1,10],[2,7],[7,-18],[4,-2],[7,-15],[3,-13]],[[626,4068],[0,6],[3,6],[0,-10],[-3,-2]],[[622,4098],[-4,-3],[-1,10],[-2,8],[2,5]],[[617,4118],[3,-3],[2,-10],[0,-7]],[[636,4120],[2,-2],[4,-13],[3,-3],[0,-8],[-2,-9],[-4,-2],[-3,-6]],[[636,4077],[-3,2],[-1,21]],[[632,4100],[-5,4],[-1,8],[-1,8],[3,10],[4,-16],[4,6]],[[620,4145],[5,0],[-1,-7],[-4,-7],[-5,7]],[[615,4138],[-5,-2],[-2,2],[2,13],[7,-4],[1,3],[2,-5]],[[595,4174],[1,6],[1,-13],[2,-6],[-5,-5],[-2,8],[-6,-3],[-1,8],[-4,24]],[[586,4194],[4,15],[4,-24],[1,-11]],[[531,4230],[-2,-4],[-2,-8],[0,11],[4,13],[0,-12]],[[539,4250],[2,10],[4,9],[5,0]],[[550,4269],[2,-5],[1,-9],[-1,-7]],[[552,4248],[0,-10],[-3,-11]],[[549,4227],[-5,4],[-4,9]],[[2606,5757],[3,-66],[4,-78],[4,-102],[2,-12]],[[2619,5499],[1,-20],[3,-11]],[[2624,5458],[-2,-11],[4,-7]],[[2626,5440],[-5,-15]],[[2621,5425],[0,-15],[-2,-14],[0,-23]],[[2622,5355],[-2,-30],[0,-14],[1,-2],[2,-17]],[[2623,5292],[-25,0],[-18,0],[-30,0],[-1,-15]],[[2556,5247],[-1,-15]],[[2555,5232],[0,-8],[-2,-13]],[[2553,5211],[-4,-6]],[[2549,5205],[-9,-3],[5,4],[1,3],[-4,15],[-1,8],[1,7],[-1,21],[-1,-1],[-4,-25],[0,-18],[-7,7],[-1,-2]],[[2528,5221],[-1,95],[-1,70],[0,15],[1,39],[5,164],[4,142]],[[2536,5746],[-3,12]],[[2533,5758],[0,2]],[[2533,5760],[38,-2]],[[2492,5876],[1,-10]],[[2493,5866],[-3,-6]],[[2490,5860],[2,-6],[-3,-6],[-4,-3],[0,-10]],[[2485,5835],[2,-3],[-2,-3],[0,-10],[-2,5]],[[2483,5824],[-4,-16],[2,-4]],[[2479,5793],[2,-8],[-1,-4]],[[2480,5781],[1,-8],[-2,0],[-2,-11]],[[2475,5758],[2,-10],[-6,-10]],[[2471,5738],[-1,-18]],[[2470,5720],[-3,-6]],[[2467,5714],[1,-6],[-1,-18]],[[2467,5690],[-5,-5]],[[2460,5666],[-3,4],[3,-12],[-3,0]],[[2457,5658],[2,-5]],[[2459,5653],[-1,-8],[-2,-1],[-3,-6],[2,-6],[-2,-7],[3,-10],[-4,2],[-1,-7]],[[2451,5610],[4,-5],[-2,-3]],[[2451,5608],[-2,-5]],[[2449,5603],[3,-8]],[[2452,5595],[-3,-3],[1,-7]],[[2449,5577],[2,-7]],[[2454,5575],[-2,-9],[1,-24]],[[2450,5542],[2,-9],[-1,-7]],[[2451,5526],[-25,1]],[[2426,5527],[-55,1]],[[2371,5528],[0,57],[-1,8],[-5,1],[-4,-5]],[[2358,5600],[1,121],[1,85],[-5,128]],[[2355,5934],[41,0],[24,0],[34,0],[25,0],[1,-10],[1,-2],[1,-11]],[[2480,5902],[-5,-13],[-2,-14]],[[2473,5875],[19,1]],[[1953,5671],[0,-340]],[[1953,5331],[-37,0],[-20,0]],[[1896,5331],[-59,78],[-45,58]],[[1792,5467],[0,14],[3,12]],[[1795,5493],[5,4]],[[1800,5497],[2,19],[-2,13]],[[1795,5536],[1,16],[-2,9]],[[1794,5561],[1,12]],[[1795,5573],[2,1],[3,16]],[[1800,5590],[0,14],[1,5],[-1,25],[3,10],[0,11]],[[1808,5663],[3,9],[-1,10],[-5,13]],[[1805,5695],[-3,30]],[[1799,5732],[-2,12]],[[1797,5759],[2,22]],[[1799,5781],[-2,25],[-1,11],[1,14],[-2,10]],[[1795,5841],[1,20],[-2,12],[0,13],[3,6]],[[1797,5892],[7,0]],[[1811,5878],[3,20]],[[1813,5992],[23,0],[32,0],[45,0]],[[1913,5992],[40,0]],[[1953,5992],[0,-320]],[[1689,5508],[-2,21],[6,-22],[-2,-4]],[[1661,5559],[3,-7],[-5,4],[2,3]],[[1693,5573],[1,-13]],[[1694,5560],[-3,3],[-1,12],[-4,6],[7,-8]],[[1648,5635],[-4,-5],[-3,13],[5,4],[2,-7]],[[1638,5648],[1,-3],[-4,1],[3,2]],[[1650,5651],[4,-2],[4,-5]],[[1660,5649],[0,-7],[-6,-5],[-3,3],[-1,11]],[[1648,6575],[0,-168],[0,-53],[-1,-103],[1,-26],[52,-156],[8,-23],[39,-123],[50,-164]],[[1728,5471],[0,16],[-4,10],[1,4],[-2,4],[1,6],[-1,16],[-1,15],[-4,20],[-11,34],[-1,1],[-1,0],[-5,17],[0,-1],[-3,2]],[[1697,5615],[-1,-4],[-1,-3]],[[1695,5608],[-4,8]],[[1691,5616],[1,8],[-2,16],[-2,7]],[[1688,5647],[-3,0],[-4,-5]],[[1681,5642],[-9,12],[-3,9],[-1,11],[-8,17]],[[1660,5691],[-4,-3]],[[1656,5688],[-5,2]],[[1644,5697],[-10,-2]],[[1633,5703],[-4,7],[2,15],[-1,5],[1,12],[-2,5],[1,25],[-2,7]],[[1628,5779],[-1,-2],[-4,11]],[[1623,5788],[2,10],[-3,13]],[[1622,5811],[-2,2],[-5,20]],[[1615,5833],[-3,4],[-1,13],[-4,12]],[[1607,5862],[-1,14],[-2,2]],[[1604,5878],[-4,20],[-5,13]],[[1595,5911],[-2,22],[1,17]],[[1595,5946],[2,6],[1,18],[-2,13],[-2,7]],[[1594,5990],[-4,-4]],[[1590,5986],[-4,8],[-6,26],[1,14]],[[1581,6034],[-2,14],[-2,4],[1,14],[-1,17],[3,4]],[[1580,6087],[2,-26],[3,-2]],[[1585,6059],[3,-12],[-1,23]],[[1585,6079],[-2,19],[-2,5],[4,13],[2,-4],[4,4],[7,-6],[-1,6],[-2,-1],[-5,9],[-2,-10]],[[1584,6117],[-3,8],[-3,-4],[0,-10]],[[1578,6111],[1,-4],[-1,-7]],[[1580,6095],[-3,-7],[-4,10],[-1,-2]],[[1572,6096],[-4,14],[-2,3],[-2,-3],[2,23],[-3,15],[-3,13]],[[1560,6161],[-5,14],[-4,18],[-5,14],[-3,13],[2,8],[-4,38]],[[1541,6266],[1,22],[0,15],[-2,19],[-7,32],[-2,4],[-5,14],[0,8],[-1,13],[4,31]],[[1529,6424],[1,0],[2,12],[-2,-5]],[[1530,6431],[3,22],[0,9],[-1,5],[2,39],[-1,23]],[[1533,6529],[-1,15],[-3,6],[1,13]],[[1546,6575],[35,1],[23,-1]],[[1619,6575],[29,0]],[[2092,6459],[34,0],[22,0]],[[2148,6342],[0,-101],[0,-127],[0,-123]],[[2148,5991],[-27,1]],[[2085,5991],[-23,1],[-29,-1],[-20,0]],[[2013,5991],[0,1],[-22,0],[-38,0]],[[1953,5992],[0,136],[-1,13],[1,75]],[[1953,6216],[0,185]],[[1953,6459],[34,0],[45,-1]],[[2032,6458],[37,0],[23,1]],[[2990,6507],[-1,-10]],[[2989,6497],[-3,2]],[[2986,6499],[-1,-5],[-5,2],[-1,-3],[-4,-2]],[[2975,6491],[-11,-1],[-4,-3]],[[2960,6487],[-1,6],[-2,-11],[-4,-6],[-1,2]],[[2952,6478],[-7,-13],[-6,-7]],[[2939,6458],[-2,12]],[[2937,6470],[7,13],[-2,10]],[[2942,6493],[1,88]],[[2943,6581],[19,-1]],[[2962,6580],[28,-2],[0,-2]],[[2844,6211],[0,1],[0,1]],[[2845,6203],[0,7],[-2,5]],[[2843,6215],[-1,3]],[[2844,6225],[4,-12],[-3,-10]],[[2889,6319],[-5,-22],[1,-6],[0,-11],[2,-12],[2,-6]],[[2889,6262],[1,-14],[0,-15],[3,-10],[-1,-6],[4,-15],[3,-1],[0,-12],[-2,1],[2,-9],[-3,-3],[4,-1],[0,-16]],[[2899,6161],[-17,1]],[[2879,6310],[3,10],[3,3],[4,-4]],[[2750,4605],[1,5]],[[2751,4610],[0,-1],[0,-3],[-1,-1]],[[2733,4620],[0,1]],[[2732,4621],[0,1],[0,1]],[[2732,4623],[1,-2]],[[2733,4621],[-1,0]],[[2734,4618],[-1,1],[0,1]],[[2733,4621],[1,-3]],[[2732,4631],[0,0]],[[2750,4605],[0,4]],[[2750,4609],[1,5]],[[2751,4614],[0,1]],[[2751,4615],[2,11],[2,6],[-3,-21]],[[2752,4611],[-1,-1]],[[2731,4659],[0,1]],[[2719,4695],[-1,-1]],[[2718,4694],[0,1],[1,0]],[[2720,4696],[1,-4],[-1,-1],[0,5]],[[2717,4700],[0,-1]],[[2716,4702],[-2,-3],[0,7]],[[2714,4706],[2,-4]],[[2713,4709],[0,-1],[0,1]],[[2713,4713],[0,-4]],[[2713,4709],[0,2],[0,2]],[[2712,4715],[1,-2]],[[2712,4720],[0,-3],[0,-2]],[[2713,4709],[-1,11]],[[2703,4781],[2,-14],[-2,4],[-1,20],[1,-9],[0,-1]],[[2692,4849],[1,-8],[0,-1],[0,-1]],[[2693,4839],[0,1],[-1,9]],[[2751,4911],[0,2],[-1,2],[1,-2],[3,-32],[-3,30]],[[2744,4979],[1,2],[1,-30],[-1,11],[-1,17]],[[2688,5046],[0,1],[0,-2]],[[2688,5045],[0,1]],[[2619,5139],[0,-7],[-3,6],[3,1]],[[2735,5074],[-7,56],[0,9],[0,1]],[[2728,5140],[8,-71],[-1,5]],[[2727,5161],[0,-14],[-1,12],[1,2]],[[2722,5212],[1,2],[2,-39],[-1,11]],[[2724,5186],[0,1],[-2,18]],[[2722,5205],[0,1],[0,3],[0,3]],[[2720,5224],[1,0]],[[2721,5224],[0,-1]],[[2721,5223],[-1,1]],[[2721,5225],[0,-1]],[[2721,5223],[0,2]],[[2719,5236],[1,2]],[[2720,5238],[0,-4],[-1,1],[0,-1],[0,1],[0,1]],[[2718,5259],[2,0]],[[2720,5259],[0,-1],[-2,1]],[[2751,4614],[-1,7],[0,-12]],[[2750,4609],[0,6],[-3,6],[-5,-11],[-5,3],[0,-4]],[[2737,4609],[-5,-3],[-3,12],[1,14],[2,-1]],[[2732,4631],[0,-6],[0,-2]],[[2732,4621],[2,-3]],[[2734,4618],[3,2],[-2,11],[-2,-1],[-1,3],[-1,1],[-1,4],[-2,13],[3,9]],[[2731,4659],[2,-3],[-2,5],[-3,-4],[-2,14],[1,4],[1,2],[-2,1],[-1,0],[-1,10],[-4,8]],[[2720,4696],[-2,0],[-1,3]],[[2717,4699],[-1,3]],[[2714,4706],[-2,9]],[[2712,4720],[-1,36],[-5,10]],[[2706,4766],[2,6],[-3,-2],[-1,17],[1,15],[-2,20],[-1,-5]],[[2702,4817],[-2,4],[2,-20],[-3,3],[-2,9],[-4,26]],[[2692,4849],[0,5],[-1,1],[-1,19],[-3,6],[3,4],[1,12],[0,4],[2,12],[2,6],[0,8],[-2,7],[0,-11]],[[2693,4922],[-2,3],[1,10],[-4,10],[-2,-10],[4,-12],[-2,-15]],[[2688,4908],[-2,5]],[[2686,4913],[0,3],[-3,10],[1,10],[1,18],[-1,10],[1,5],[2,20],[1,4],[0,18],[0,21],[-2,9],[2,5]],[[2688,5045],[-1,4],[-2,13],[-1,6],[0,8],[-7,4]],[[2677,5080],[-1,5],[0,6]],[[2676,5091],[-2,2],[-2,15],[-5,12],[0,18],[-4,5],[-4,24],[-6,13],[-2,8],[-6,-1],[-5,-4],[1,-19]],[[2641,5164],[-3,3],[-2,-2],[-7,-14],[-4,-6],[2,7],[-4,-9]],[[2623,5143],[-9,-4],[0,14],[-1,11],[-9,26]],[[2604,5190],[4,-5],[0,5],[-2,0]],[[2606,5190],[-4,7],[0,13],[-3,-1],[0,-7],[2,2]],[[2601,5204],[1,-14],[-4,11],[-5,9],[-9,10],[-3,0],[0,4],[4,-3],[3,5]],[[2588,5226],[2,-6],[2,4],[-4,8],[-5,-4],[-1,7],[-4,-13],[-5,2],[-9,-5],[5,10],[-3,6],[-1,-7],[-2,15],[-1,-17],[-3,-7],[0,-3],[-5,-4]],[[2554,5212],[1,11],[2,2]],[[2557,5225],[-2,7]],[[2623,5292],[2,-18],[0,-10],[1,-5]],[[2626,5259],[74,-17]],[[2700,5242],[1,-20],[0,-4],[4,0]],[[2705,5218],[1,23]],[[2706,5241],[-1,11],[0,12],[3,8],[9,-13],[0,1]],[[2717,5260],[1,-1]],[[2720,5259],[2,-2],[0,-21],[-2,6],[-1,-6]],[[2720,5238],[1,-5],[-1,-9]],[[2720,5224],[-3,-2],[0,-9],[-2,-2],[1,-7],[-3,-16],[2,2]],[[2715,5190],[-1,-10],[3,-9]],[[2717,5171],[0,-13],[1,-8],[0,-7],[-2,-5]],[[2716,5138],[1,-8],[-2,-1],[0,-19],[1,-2],[-1,-10],[2,-15]],[[2717,5083],[2,2],[0,9],[-3,11],[-1,23],[3,2],[-1,11],[2,2],[1,8],[-2,12],[0,9],[-3,8],[2,23],[-1,10]],[[2716,5213],[1,8],[2,-4],[2,4],[1,-9]],[[2724,5186],[1,-16],[1,-14],[2,-16]],[[2735,5074],[3,-28],[3,-16],[2,-9],[1,2],[2,-12],[1,-15],[-2,-5],[1,19],[-2,-14],[-1,-15],[-1,6],[0,24],[-2,4],[1,11],[-3,9]],[[2738,5035],[1,-20],[3,-30],[3,-29],[6,-53]],[[2751,4903],[3,-32],[4,-31],[2,-20],[0,-13],[1,-27],[-1,-41],[-2,-42]],[[2757,4682],[-2,-6],[-3,-29],[1,-11]],[[2753,4636],[-3,-14]],[[2750,4622],[1,-7]],[[2721,5269],[-1,10],[3,11],[0,-8],[-2,-13]],[[2722,5312],[0,4]],[[2722,5316],[0,1]],[[2722,5317],[0,-5]],[[2722,5316],[1,13],[4,-7],[-4,-14],[-1,8]],[[2729,5353],[-3,-16],[-1,11],[4,7],[0,-2]],[[2729,5368],[0,-6],[-2,8],[2,-1]],[[2729,5369],[0,-1]],[[2729,5369],[1,5]],[[2730,5374],[0,-15],[-1,9]],[[2729,5385],[1,6],[3,-3],[-3,-11],[-1,8]],[[2729,5400],[3,-7],[-2,0],[-1,7]],[[2735,5416],[-1,0]],[[2734,5416],[5,-5],[-3,-3],[-1,8]],[[2735,5416],[1,-6],[-1,-8],[-2,11]],[[2733,5413],[1,3]],[[2722,5312],[0,-11]],[[2722,5301],[-1,-6],[-1,-5]],[[2720,5290],[2,-4],[-2,-6],[1,-6],[-1,-13],[-3,-1]],[[2606,5757],[6,0],[30,0]],[[2642,5757],[19,0],[14,2]],[[2675,5759],[0,-6],[-6,-19]],[[2669,5734],[0,-13],[5,-8],[3,-14],[4,0]],[[2681,5699],[2,-15],[2,-10],[1,-14]],[[2686,5660],[2,-5],[2,-18]],[[2690,5637],[8,-18]],[[2698,5619],[4,-25],[3,-3],[4,-17],[-1,-8]],[[2708,5566],[2,-4],[1,-8]],[[2713,5544],[7,-18]],[[2720,5526],[0,-8],[2,-12],[0,-24],[4,-8]],[[2726,5474],[3,-11]],[[2729,5463],[-1,-5],[3,-17]],[[2730,5437],[1,-14]],[[2731,5423],[3,-6],[-1,-4]],[[2733,5413],[2,-14],[-1,-5],[-3,2],[-2,-11]],[[2729,5385],[-1,-7],[1,-4],[-3,-2],[3,-9],[-3,-6],[1,-5],[-3,-8],[1,-9],[1,-5],[-4,2],[1,-7],[-1,-8]],[[2449,6750],[1,-17]],[[2450,6733],[4,-11]],[[2451,6707],[0,-26]],[[2453,6678],[1,-16],[3,-7],[6,-5]],[[2463,6650],[2,-15]],[[2465,6635],[0,-5],[5,-11],[2,-17],[7,-12],[0,-15],[-1,-22]],[[2478,6553],[-3,-9],[-1,-17]],[[2474,6527],[-4,-7],[-3,-2]],[[2465,6513],[-5,-1],[-6,-4],[-2,-21],[5,-17]],[[2457,6470],[0,-20]],[[2452,6420],[-6,-7],[-2,-7]],[[2444,6406],[1,-5],[0,-11],[-1,-4]],[[2441,6390],[-3,15]],[[2438,6405],[-3,9]],[[2435,6414],[-25,-3],[-17,-1],[-24,-1],[-15,0],[-31,1]],[[2321,6433],[0,23]],[[2320,6459],[0,22]],[[2320,6481],[-1,-1],[0,16]],[[2319,6496],[-1,17]],[[2318,6513],[-4,7],[-1,20],[1,12]],[[2313,6572],[-4,3],[0,14],[-3,6]],[[2307,6602],[-2,14]],[[2305,6632],[-1,0]],[[2304,6632],[-3,20],[-2,6]],[[2299,6658],[0,7],[2,8]],[[2301,6673],[1,14]],[[2302,6687],[0,11],[2,8],[-1,11],[-2,1],[1,20]],[[2302,6738],[-2,5],[0,7],[4,0]],[[2304,6750],[29,0],[31,0],[29,0],[19,0],[37,0]],[[1897,6864],[0,-212],[0,-76]],[[1897,6576],[-25,-1],[-39,0],[-19,0]],[[1814,6575],[-28,0]],[[1786,6575],[-40,0],[-16,0]],[[1730,6790],[3,17]],[[1733,6807],[-1,12],[2,8]],[[1734,6827],[-2,10]],[[1732,6837],[-6,2]],[[1726,6839],[-2,16],[1,10]],[[1727,6870],[3,25]],[[1733,6900],[3,18]],[[1736,6929],[3,13],[1,20]],[[1740,6962],[6,35]],[[1746,6997],[-2,15],[-7,9]],[[1732,7051],[1,11],[-1,15],[-3,6],[1,8]],[[1730,7091],[0,207],[0,94]],[[1758,7272],[6,-26]],[[1767,7240],[1,-12]],[[1769,7212],[-3,-4],[6,-9],[0,-6]],[[1772,7193],[6,-5]],[[1783,7170],[3,-15]],[[1786,7155],[3,-6]],[[1789,7149],[-1,-7],[5,-12],[5,-6],[0,-8]],[[1798,7116],[8,1],[-1,-24]],[[1803,7087],[0,-12],[-1,-2],[0,-12]],[[1800,7061],[2,-8]],[[1802,7053],[-1,-7],[2,-6],[1,-11]],[[1804,7029],[-3,-5]],[[1799,7015],[2,-7],[-2,-9]],[[1799,6999],[0,-8],[3,0],[3,-12],[3,10]],[[1809,6988],[8,18]],[[1817,6998],[3,-2],[-1,-10]],[[1821,6973],[2,-17]],[[1823,6956],[4,-18]],[[1827,6938],[3,-9],[-1,-10]],[[1830,6909],[3,-9]],[[1840,6878],[2,-12],[5,-16]],[[1847,6850],[2,15]],[[1849,6865],[8,0],[3,-4]],[[1860,6861],[1,9],[2,5],[5,-6]],[[1879,6874],[5,0],[1,17]],[[1885,6891],[3,5],[4,-15]],[[1892,6876],[5,-12]],[[2545,6633],[-1,-19],[1,-14],[3,-15]],[[2548,6585],[2,-28],[2,-16]],[[2552,6541],[0,-160],[0,-40],[0,-75]],[[2552,6266],[-2,-6],[1,-10],[-2,-9]],[[2549,6241],[2,-9],[0,-8]],[[2551,6224],[2,-4],[-1,-9]],[[2553,6195],[-3,-11],[-1,-15],[-3,-4],[0,-8],[-2,-10]],[[2544,6147],[-4,-10],[2,-10]],[[2542,6127],[-3,-6],[1,-4],[-2,-13]],[[2539,6096],[-2,2],[1,-13]],[[2538,6085],[-3,-15]],[[2529,6039],[-3,-1]],[[2525,6027],[2,-18]],[[2526,6001],[-1,-1],[-11,18],[-3,0],[-2,-7],[-3,-13],[1,-8]],[[2507,5990],[-1,0],[-2,10]],[[2504,6000],[0,-8],[-3,5]],[[2501,6004],[-4,21]],[[2497,6025],[2,8],[0,10]],[[2499,6043],[-2,7],[0,23]],[[2497,6073],[-4,7],[-1,6],[-4,12]],[[2486,6094],[-3,10],[-6,18]],[[2477,6122],[-4,14],[0,12]],[[2473,6148],[2,11],[1,11],[2,13],[-1,10]],[[2477,6193],[3,15],[-4,8],[-6,5],[-3,-11],[-2,7]],[[2465,6217],[-1,13],[0,6]],[[2464,6236],[-1,17],[-1,7],[-7,15],[-2,13]],[[2451,6289],[-6,22]],[[2445,6311],[0,9],[-2,4],[1,8],[-2,13],[-1,25],[3,16]],[[2465,6635],[52,-2],[28,0]],[[2628,6540],[0,-22],[0,-146],[0,-34],[0,-100]],[[2626,6216],[2,-3],[0,-12],[-5,-2],[-5,-10]],[[2618,6189],[-4,6],[-4,-1]],[[2610,6194],[1,-19],[-2,-12]],[[2609,6163],[-4,-5],[-1,-12],[-2,-6]],[[2600,6141],[-3,-14],[-1,-17],[-2,-6],[-2,6],[-5,5]],[[2587,6125],[-1,1],[-6,-12],[1,-14]],[[2581,6100],[-6,-4],[-2,12]],[[2573,6108],[-7,-12],[-1,-10],[-2,-2]],[[2563,6084],[-7,17]],[[2556,6101],[-3,-3]],[[2550,6106],[0,-17]],[[2548,6089],[0,9],[-5,-3]],[[2541,6096],[1,-10],[-4,-1]],[[2552,6541],[3,-7],[4,-3],[3,1],[10,15]],[[2572,6547],[35,0],[21,0]],[[2338,6331],[5,-5],[3,3],[2,-17],[-3,-1],[0,-5]],[[2345,6306],[-4,-16]],[[2347,6262],[4,-16],[5,-3],[-1,-4]],[[2355,6239],[0,-130]],[[2355,6109],[0,-117]],[[2355,5992],[-36,0],[-22,0],[-40,0],[-40,0],[-33,0],[-36,-1]],[[2148,6342],[29,0],[18,0],[25,0],[27,0],[27,0],[19,0],[42,0]],[[2496,5934],[-1,7]],[[2495,5941],[3,1],[0,-8]],[[2498,5934],[-2,0]],[[2690,6158],[0,-20],[-2,-13]],[[2688,6125],[2,-4],[5,-26]],[[2695,6086],[2,-2],[1,-14]],[[2698,6070],[4,-9],[0,-4]],[[2707,6055],[-10,-32]],[[2697,6023],[-4,-4],[-6,-12],[-1,-10]],[[2682,5990],[-1,-12]],[[2681,5978],[-5,-3],[-1,-13]],[[2675,5962],[-11,-9],[-4,-7]],[[2660,5946],[-1,-3]],[[2659,5943],[-24,2],[-21,3],[-5,-1]],[[2609,5947],[-9,1],[-17,3],[-40,-2]],[[2537,5955],[1,-18],[0,-4]],[[2511,5934],[-11,0]],[[2500,5934],[1,14]],[[2501,5948],[4,-6]],[[2505,5942],[2,11],[-1,6]],[[2506,5959],[2,8],[0,21]],[[2628,6238],[2,4],[3,-8]],[[2633,6234],[5,5]],[[2644,6212],[1,-10],[3,-3],[6,-2]],[[2654,6197],[3,-11],[3,-4]],[[2660,6182],[3,8],[5,-4]],[[2670,6178],[4,3],[3,12]],[[2677,6193],[4,4],[2,-20]],[[2446,5095],[3,7],[2,-5],[0,-10],[-3,1],[-2,7]],[[2488,5096],[3,7],[3,-4],[-2,-6],[-4,3]],[[2431,5133],[5,-9],[-2,-9],[-7,11],[4,7]],[[2376,5140],[-2,14],[2,5],[2,16],[2,9],[0,26]],[[2380,5210],[-2,4],[2,13]],[[2380,5227],[-1,12],[2,6]],[[2381,5245],[2,19],[1,8]],[[2384,5272],[1,15],[-1,6],[2,3]],[[2386,5296],[-1,18]],[[2381,5339],[-2,8]],[[2378,5354],[-1,11],[0,18],[-3,16],[-3,9]],[[2371,5408],[0,120]],[[2451,5526],[-1,-9],[1,-3]],[[2451,5514],[2,9]],[[2453,5523],[1,-8],[-3,-9],[0,-11],[3,-1]],[[2455,5481],[-2,-8]],[[2453,5473],[-1,-9],[4,-3]],[[2455,5451],[3,-2],[-2,-5],[0,-12],[-5,0]],[[2451,5432],[0,-8],[3,-1],[-1,-15],[-3,-4],[0,-5]],[[2450,5399],[-4,-7],[-2,-17]],[[2444,5375],[0,-10],[-2,3]],[[2442,5368],[0,-7]],[[2442,5361],[2,-3],[-3,-4]],[[2441,5354],[0,-30],[-4,-2],[2,-9]],[[2439,5313],[-1,-8],[2,-5],[-2,-8]],[[2438,5292],[20,0],[32,1],[1,-4],[-3,-35],[1,-15],[3,-10]],[[2492,5229],[2,-14]],[[2494,5215],[-1,-5],[2,-13]],[[2495,5197],[2,0]],[[2497,5197],[-3,-3],[-3,-11],[-4,-7],[1,-8],[3,3]],[[2491,5171],[-1,-6],[3,-6],[2,3],[0,12],[3,6],[1,0],[-1,-9],[1,-3]],[[2499,5168],[1,-4],[2,-4],[-3,-6],[3,-3]],[[2502,5151],[-4,4],[1,-8],[0,-8],[-3,9],[-3,-1],[0,-5],[3,-6]],[[2496,5136],[-3,-1],[0,-3],[-2,-2],[1,-9],[4,-10],[0,-6],[4,0],[2,-7],[1,3]],[[2503,5101],[2,-7],[1,5]],[[2506,5099],[1,-7],[1,-16]],[[2508,5076],[2,-3],[-3,-5],[0,-8],[-3,8],[-4,-17]],[[2500,5051],[0,6],[4,18],[-1,9],[-4,-3],[-2,7],[0,9],[-3,7],[-5,0],[0,4],[-2,3],[-1,5],[-2,-3],[-4,10],[0,14],[-1,2],[0,-13],[-2,-5],[1,-7],[4,-5],[0,-12],[-1,-3]],[[2481,5094],[0,-14],[-4,-11]],[[2477,5069],[-1,6],[0,8],[-2,11],[-2,-9],[0,10]],[[2472,5095],[-2,-3],[-3,3],[0,-8],[-1,-3],[0,1],[-2,-11],[-4,1],[-1,-3],[-2,6],[4,8],[-5,4],[-2,-9],[-2,3],[0,14]],[[2452,5098],[-2,5],[-2,16]],[[2448,5119],[-7,4],[-1,10],[-2,2],[0,11],[-4,0]],[[2434,5146],[-2,-5],[-1,5],[1,10]],[[2432,5156],[-4,-1],[0,-3]],[[2424,5146],[-2,1],[3,-16]],[[2425,5131],[1,-4],[-3,0],[-3,-5],[-11,6],[-10,16],[-4,5],[-9,0],[-7,-4]],[[2379,5145],[-3,-5]],[[3041,6487],[-5,1],[-1,5],[3,-2],[2,9],[2,-9]],[[3024,6511],[4,-7],[0,-5],[-8,-1],[1,11],[3,2]],[[3009,6517],[0,18],[-2,2]],[[3007,6537],[-1,5]],[[3006,6542],[-2,8],[-1,13]],[[3002,6578],[-12,-2]],[[2943,6581],[0,4],[7,77]],[[2950,6662],[22,-2]],[[2972,6660],[33,-3]],[[3005,6657],[4,14]],[[3009,6671],[6,8]],[[3018,6677],[1,-26],[4,5]],[[3023,6656],[1,-6],[-3,-7],[-5,-5],[1,-3],[-4,-12],[1,-5]],[[3014,6618],[-3,-7],[3,-7]],[[3014,6604],[2,6],[5,-11],[2,-13],[-2,-10]],[[3021,6576],[4,-9],[1,-14],[1,-5],[5,-4],[8,6],[0,3],[0,14],[-1,-3],[-1,15],[1,0],[2,-10],[2,-23],[-2,-9],[-11,-6],[-3,-7]],[[3027,6524],[-5,-4],[1,26],[-3,-1],[-1,-10],[-4,-5],[-2,-12],[-4,-1]],[[2873,6103],[0,3]],[[2873,6106],[1,-3]],[[2894,6112],[4,25],[-3,-25]],[[2863,6207],[0,13],[3,3],[0,-7],[-2,4],[0,-11],[-1,-2]],[[2891,6110],[-7,-2]],[[2884,6108],[0,-1]],[[2884,6107],[-4,-1],[-3,-7],[-1,7],[1,11],[1,6],[-3,3],[0,5]],[[2875,6131],[3,4],[-2,5]],[[2876,6140],[2,11],[-2,-3],[-1,-10],[-2,7],[-4,1],[-3,8],[-2,10],[3,4],[-2,14],[8,-6],[-4,7],[-4,14],[1,10]],[[2869,6197],[-2,25]],[[2867,6222],[1,9],[3,8],[-4,-7],[-1,11],[2,20],[2,6]],[[2870,6269],[4,-3],[3,2]],[[2877,6268],[-5,2],[2,21],[-3,-3],[0,-12],[-4,-10]],[[2867,6266],[0,11],[-2,-9],[-2,3],[0,-8],[-1,1],[0,-12],[-1,-4],[-4,8]],[[2857,6256],[2,-12],[3,-8],[-3,0],[3,-9]],[[2862,6227],[-2,-4],[-2,9],[-1,-3],[3,-6],[0,-8],[-1,5],[1,-14],[-2,-8],[1,-4],[0,-23],[4,-20],[-2,-5],[-2,11],[-4,3],[4,-9],[1,-5],[3,-1],[0,-10]],[[2864,6125],[0,-10],[-3,9]],[[2861,6124],[-2,1],[-2,9],[-5,1]],[[2852,6135],[-3,19],[1,-14],[-3,8],[-3,12],[-4,-9]],[[2840,6151],[-1,2],[-1,17],[7,22],[0,11]],[[2842,6218],[-3,6]],[[2839,6224],[0,4],[-6,6]],[[2833,6252],[-3,9],[-4,2]],[[2826,6263],[-2,16]],[[2824,6279],[-3,6],[1,11],[-5,0]],[[2817,6296],[-1,7],[-3,4]],[[2810,6298],[-4,0]],[[2806,6298],[1,-5],[-2,-7]],[[2799,6288],[-3,8],[-5,-19]],[[2791,6277],[-4,3],[-2,-9],[-2,-4]],[[2783,6267],[-7,-18]],[[2777,6309],[53,0],[17,0],[32,1]],[[2898,6155],[1,-6],[-2,-11],[-3,-2],[0,-9],[-3,-9],[0,-8]],[[3078,6840],[1,-3],[-1,-10],[-2,7],[2,6]],[[3072,6853],[-1,-16],[-1,6],[2,10]],[[3085,6848],[2,12],[2,-1],[2,-12],[-3,-5],[0,-5],[-3,1],[0,10]],[[3017,6708],[1,10]],[[3018,6718],[-5,18]],[[3013,6736],[1,15],[-1,35],[-1,114],[-2,61]],[[3010,6961],[2,5],[3,-4],[2,-9],[1,22],[4,-6]],[[3022,6969],[1,3],[-3,13]],[[3020,6985],[5,18],[5,8]],[[3033,7029],[1,6],[-2,9]],[[3034,7059],[-2,5],[3,16],[4,10],[2,32],[21,90]],[[3062,7212],[6,-7],[-1,-18],[4,-7],[9,12]],[[3086,7198],[4,2]],[[3098,7181],[2,-10],[2,-5]],[[3102,7166],[0,-131]],[[3102,7035],[0,-31]],[[3102,7004],[10,-12],[-2,-10]],[[3110,6982],[2,-11]],[[3112,6971],[-1,-12]],[[3117,6947],[3,-3],[3,-22]],[[3123,6922],[0,-5],[-3,2],[0,-8],[5,-8],[-5,-16],[-4,-6],[0,10],[-3,-1],[0,-12],[-4,6]],[[3109,6884],[-1,-14],[-2,4],[-2,-8],[-2,12],[-2,-2],[-1,-21]],[[3099,6855],[-2,13],[-2,-20],[-2,7],[1,8],[-3,6],[-1,-6]],[[3090,6863],[-3,-1],[-3,-7]],[[3084,6855],[0,11],[-3,-11],[1,-16],[-4,4],[-3,6],[-2,-4]],[[3073,6845],[0,11],[3,17],[-2,2],[0,-9],[-6,-7],[2,-9],[-2,-7]],[[3068,6843],[-2,-25],[0,-4],[-5,-15],[-2,15],[-3,-9],[-2,-16]],[[3054,6789],[-2,12],[0,-9],[-3,-6],[1,19]],[[3050,6805],[-3,-9],[2,-8]],[[3049,6788],[-2,-7],[-1,30],[-1,-5],[2,-27],[-2,-5],[-1,8],[0,5]],[[3044,6787],[-3,-7],[1,11]],[[3042,6791],[-2,1],[-4,-11],[-2,-8],[1,-16]],[[3035,6757],[-4,-3],[-1,-8],[1,-2]],[[3028,6733],[-2,-2],[-1,-13],[-3,-18],[-5,8]],[[2688,6645],[-1,0],[0,1],[1,-1]],[[2596,6933],[-3,4],[2,4],[1,-8]],[[2608,7013],[1,-16],[-4,-4],[2,21],[1,-1]],[[2572,6547],[6,16],[4,27],[3,15],[3,28],[1,24]],[[2589,6657],[0,28],[-1,16],[-4,29],[-4,34],[3,21],[-1,17],[-2,12],[3,7],[4,28],[2,25],[-1,16],[4,5],[1,19],[2,-1],[2,9],[3,-3],[5,28]],[[2605,6947],[3,-1],[-2,-6],[1,-8]],[[2607,6932],[-2,-7],[1,-8],[-1,-6],[0,-12],[1,-1],[2,12],[-1,3],[2,11]],[[2609,6924],[0,-16],[-2,-11],[2,1],[3,20],[0,15],[0,20],[2,10],[5,6],[6,2],[-5,10],[-1,12],[5,15],[-1,6],[6,-1],[-1,3],[6,-8],[3,-6],[4,1],[3,-4],[3,-15],[6,-2],[3,-8],[6,-8],[2,1]],[[2664,6967],[4,-10],[-1,-2],[3,-13],[0,-11],[-4,1],[0,-15],[4,-6],[1,-19],[-1,-10],[-1,-34],[-3,-9],[-2,2],[-1,-14],[-1,-13],[-2,1],[-1,-8],[-4,1],[-2,-11],[0,-26]],[[2653,6771],[7,-10],[4,17],[1,-4]],[[2665,6774],[4,21],[-1,3],[3,8],[5,3],[4,8],[6,-10],[3,-24],[1,-22],[1,-18],[1,-25],[3,-30]],[[2695,6688],[-2,-8],[0,-16]],[[2693,6664],[-1,-15],[-3,0],[-3,6],[-3,-7],[1,-6],[-2,-6],[-1,-16],[-5,-8],[-3,-24],[0,-9]],[[2673,6579],[-2,-11],[-2,0],[-3,-15],[-1,-9]],[[2665,6544],[-19,-2]],[[2635,7020],[6,-5],[-4,-4],[-2,9]],[[2663,7033],[-2,4],[-5,-3],[-1,4],[4,9],[-1,7]],[[2658,7054],[4,-2],[3,-11],[-2,-8]],[[2645,7080],[3,-8],[-2,-4],[-1,12]],[[2647,7104],[-2,-14],[2,-11],[-1,2]],[[2646,7081],[-2,15],[1,8],[2,0]],[[2577,7107],[0,-12],[-1,0],[-1,11],[2,1]],[[2522,7173],[3,-2],[0,-10],[2,-4]],[[2527,7157],[-1,-11],[0,-17],[6,21],[1,-4],[4,3],[5,-1],[7,-12],[4,-19],[3,-8],[0,-6],[3,-4],[8,4],[1,-6],[4,-4],[2,4],[3,-7],[5,16],[3,3],[6,11],[1,-2],[6,4],[11,-1],[6,9],[9,2],[-2,-9],[-1,-21],[1,-4],[5,-4],[6,4],[1,-8],[6,10],[2,-3],[3,-26],[-1,-9]],[[2644,7062],[6,-5],[-1,-5],[4,-14]],[[2653,7038],[-2,-2],[-4,4],[-5,-1],[-6,2]],[[2636,7041],[-4,7]],[[2630,7036],[1,-12],[-3,2],[-6,17],[-5,6],[-8,4],[-5,-15],[-6,0],[-1,-4]],[[2597,7034],[-4,4],[-4,0],[-3,-7],[-1,-13],[-4,-5],[-4,-10],[1,-8],[-3,8],[5,22],[-1,5],[-2,-7],[-4,2],[-2,-16],[-3,-6],[-1,19],[-1,-10],[-4,-10],[-9,-51],[-3,-14]],[[2550,6937],[-4,11],[3,16],[-1,7]],[[2546,6966],[-4,1],[3,16],[-1,8]],[[2544,6991],[1,4],[0,9]],[[2543,7013],[-8,8]],[[2537,7027],[-2,7],[-4,2]],[[2531,7036],[-6,8]],[[2525,7044],[-9,1],[-7,13]],[[2480,7081],[-3,19],[-5,4]],[[2472,7104],[0,4]],[[2472,7108],[10,12],[6,15],[13,7],[7,16],[5,2],[1,11],[8,14]],[[2522,7185],[0,-3],[0,-9]],[[2527,7157],[-1,8]],[[2526,7165],[1,5],[-5,3]],[[2522,7185],[5,16],[7,11],[9,2],[4,-9],[-7,-1],[1,-6],[-4,-5],[-5,-13],[0,-6],[-5,-17]],[[2520,7277],[-4,-4],[-5,-9]],[[2511,7264],[2,-2],[-6,-8],[-2,11]],[[2505,7265],[11,16],[5,10],[6,6],[-7,-20]],[[2419,7050],[-1,-7],[-8,-9],[-7,-25]],[[2410,6972],[-4,-13]],[[2406,6959],[1,-21],[-2,-6],[2,-12],[-2,-24],[7,-17]],[[2412,6879],[0,-4],[6,-2],[3,-13]],[[2426,6856],[4,-11],[1,-13],[5,-9],[3,-11]],[[2439,6812],[4,-4],[5,-18]],[[2448,6790],[1,-9],[-1,-10]],[[2448,6771],[1,-21]],[[2304,6750],[0,210],[-2,8],[-5,5]],[[2297,6973],[-4,22],[0,5]],[[2293,7000],[5,11],[2,11]],[[2300,7034],[1,20]],[[2301,7054],[-2,26]],[[2299,7080],[-3,12],[-2,26],[0,19],[1,12],[-2,6]],[[2293,7155],[0,14],[-1,38],[1,20],[-9,69],[1,17],[-1,8]],[[2284,7321],[1,7],[-2,13],[3,11]],[[2283,7370],[-1,22]],[[2282,7392],[20,0],[38,0]],[[2340,7437],[5,-2]],[[2345,7435],[4,-9]],[[2349,7426],[4,-44],[0,-16]],[[2353,7366],[3,-7],[9,-2]],[[2365,7357],[0,-6],[12,-3],[1,-13]],[[2378,7335],[9,4]],[[2387,7344],[7,6]],[[2394,7350],[6,-2],[7,-10]],[[2410,7338],[-2,-9]],[[2408,7329],[5,-2],[4,-25],[3,2]],[[2420,7304],[0,12]],[[2426,7317],[1,-11]],[[2436,7298],[0,-9],[4,-1]],[[2440,7288],[-1,-7],[10,4]],[[2449,7285],[3,7],[7,12]],[[2459,7304],[1,-2],[2,-16],[5,4]],[[2483,7285],[3,-11]],[[2486,7274],[3,3],[5,-1]],[[2494,7276],[-2,-7],[-9,-15],[-12,-10],[-8,-12],[-12,-29],[-8,-29],[-4,-5],[-5,-17],[-9,-18],[-3,-10],[0,-5]],[[2422,7119],[-3,1],[0,-70]],[[2500,5934],[-2,0]],[[2496,5934],[0,-19],[-2,-3],[2,-7]],[[2496,5905],[-4,-2],[3,-9]],[[2495,5894],[-3,-9]],[[2492,5885],[0,-9]],[[2335,6342],[-2,4],[0,9],[-2,10],[0,4],[-4,10],[-2,22],[-2,9]],[[2526,5213],[-3,6],[-5,-3],[-3,5],[-4,0],[-11,-15],[-1,-8]],[[2499,5198],[-2,-1]],[[2475,5758],[26,0],[32,0]],[[2092,7035],[0,-110]],[[2092,6925],[-36,0],[-16,-1]],[[2040,6924],[-18,0],[-50,1],[-20,0]],[[1951,6926],[-30,-1]],[[1907,6924],[-10,1]],[[1897,6925],[0,-61]],[[1788,7392],[37,-1],[13,1],[44,-1],[40,1],[34,0],[33,0],[40,0]],[[2029,7392],[35,0],[28,0]],[[2092,7392],[0,-72],[0,-285]],[[2859,5728],[0,1]],[[2864,5738],[-5,-23],[2,11],[3,12]],[[2870,5760],[-4,-15],[6,22],[-2,-7]],[[2888,5825],[0,-20],[-2,-20],[-5,-4]],[[2881,5781],[1,5],[5,5],[1,30],[0,16],[0,-12]],[[2877,5940],[1,-22],[3,-30],[5,-38],[-1,4],[-3,28],[-1,-2],[-1,22],[-1,3],[-1,20],[-1,2],[-1,13]],[[2876,5940],[1,0]],[[2874,5940],[2,0]],[[2876,5940],[0,-8],[-3,8]],[[2859,5728],[0,-1],[-2,-1],[0,7],[-1,-9],[-3,9],[0,-7]],[[2853,5726],[-5,1],[-3,-5],[-3,0]],[[2842,5722],[-5,-16],[-3,6],[2,5],[-2,10],[0,-5]],[[2834,5722],[1,-5],[-2,-3],[3,-11],[-5,-9]],[[2831,5694],[-3,-10],[-6,-19],[0,-6],[-5,-30],[-3,3],[-7,-1],[-5,-4]],[[2802,5628],[-31,108]],[[2771,5736],[-31,2]],[[2740,5738],[0,13],[-4,20]],[[2733,5764],[0,12]],[[2733,5776],[-35,6]],[[2698,5782],[-5,-3],[-18,-20]],[[2642,5785],[2,5],[3,-3],[3,6]],[[2650,5807],[4,12]],[[2657,5824],[8,1]],[[2666,5830],[4,6],[2,8]],[[2672,5844],[5,7],[2,-2],[2,8]],[[2681,5857],[0,12],[2,-3],[2,9],[4,8]],[[2689,5883],[0,-11]],[[2693,5876],[3,13],[4,5]],[[2700,5894],[3,-6]],[[2703,5888],[2,2],[4,21],[2,5],[3,-1]],[[2715,5930],[0,14]],[[2715,5944],[24,-3],[15,-2]],[[2754,5939],[20,0],[29,0],[45,0]],[[2848,5939],[2,1],[22,0]],[[2872,5940],[0,-6],[3,-16],[4,-29],[-4,18],[-2,5],[2,-17],[-2,3]],[[2873,5898],[-3,11],[2,-15],[-6,-7],[-3,5],[1,-7],[-3,-7],[-4,-1],[-3,6],[-1,16],[1,11]],[[2854,5910],[-2,7],[2,-10],[-2,-14],[2,-19],[-1,-7],[6,2],[3,4],[1,-6],[6,8],[3,-1]],[[2872,5874],[0,-37],[1,1],[1,24]],[[2874,5862],[5,8],[2,-15],[0,-15]],[[2881,5840],[-1,-1],[1,-7],[-1,-6],[-3,1],[-3,-9],[-1,-8],[-3,-11],[-5,1],[-2,9],[-3,-3],[-3,12],[3,0]],[[2860,5818],[1,5],[-5,-2],[1,-17],[-3,5],[-9,7],[6,-11]],[[2851,5805],[9,-10],[-1,-13],[-4,-5],[3,-1],[-1,-9],[-6,-12],[-7,15],[2,-11],[2,-6],[4,-4]],[[2855,5757],[5,3],[1,6],[0,-12],[5,0],[-7,-25]],[[2276,7034],[-25,0],[-48,1],[-37,0],[-45,0],[-29,0]],[[2092,7392],[21,0],[37,0],[34,0],[28,0],[43,0],[27,0]],[[2092,6692],[35,0],[28,0],[37,0],[26,0],[29,0]],[[2256,6673],[4,-9],[2,2],[2,10],[5,-4],[8,4]],[[2277,6676],[5,-2]],[[2282,6674],[3,-9]],[[2285,6665],[4,-1],[7,-17],[3,-13]],[[2299,6634],[5,-2]],[[3017,6708],[4,-11],[-3,-20]],[[2972,6660],[-2,10],[0,18]],[[2970,6688],[3,5],[-1,15]],[[2972,6708],[2,25],[0,26]],[[2976,6774],[4,12]],[[2980,6786],[2,14],[0,8],[2,9],[-1,23]],[[2990,6850],[7,17],[1,9],[-3,21],[4,18]],[[2999,6915],[0,12]],[[2999,6927],[3,26],[3,7],[1,-6]],[[2886,6283],[0,13],[0,3],[3,17],[3,7],[5,5],[1,9]],[[2898,6337],[2,4]],[[2900,6341],[6,16]],[[2906,6357],[3,4],[-6,21]],[[2902,6388],[-2,3],[-1,14]],[[2899,6405],[-3,4]],[[2896,6409],[0,21],[2,2],[2,12]],[[2900,6444],[-2,13],[4,12],[4,22],[4,9]],[[2910,6500],[9,-18],[13,-24]],[[2932,6458],[-1,-11],[-4,-29]],[[2927,6418],[-2,-1],[1,9],[-4,-19],[0,-11]],[[2922,6396],[3,-1],[5,-6],[0,-7],[-3,-48],[1,14],[-2,-7],[-1,-16],[-1,-13],[1,-4]],[[2925,6308],[-5,-17]],[[2920,6291],[-3,-1],[1,-13],[-3,-5],[3,-4],[-4,-7],[1,5],[-4,-6],[3,0],[-5,-21],[-2,-14],[-2,-6]],[[2905,6219],[-3,-2],[2,19],[0,10],[-6,4],[-7,16],[-5,17]],[[2121,5934],[-1,0],[0,-298],[-1,-115],[0,-112]],[[2091,5409],[-31,0],[-40,0],[0,-12]],[[2020,5397],[3,-13]],[[2023,5384],[-25,0],[-22,0]],[[1814,6575],[0,-138],[-1,-80],[0,-276],[0,-89]],[[1648,6575],[36,-1]],[[1684,6574],[46,1]],[[2927,6418],[-1,-11]],[[2924,6417],[3,1]],[[2950,6419],[-9,-10],[4,6],[5,4]],[[2976,6469],[1,-6],[-3,2],[2,4]],[[2934,6418],[-1,-7],[-4,-2],[-1,5],[2,16],[4,5]],[[2934,6435],[2,-4],[1,12]],[[2937,6443],[5,6]],[[2942,6449],[11,0],[0,6],[10,0]],[[2963,6455],[5,2],[8,18],[-4,-17],[-5,-8],[4,-4],[4,12]],[[2975,6458],[5,1],[0,6],[2,-7],[4,9],[2,-2],[-15,-23],[-2,3],[-4,-10]],[[2967,6435],[-3,1],[-4,-6],[-20,-14],[-2,-3],[0,1],[-3,-4],[-1,8]],[[2790,6699],[3,-2],[-1,-10],[-2,4],[0,8]],[[2910,6500],[-1,8],[-5,2]],[[2904,6510],[-2,5]],[[2900,6531],[0,17],[-2,9]],[[2898,6557],[-4,2],[0,9],[-3,7]],[[2891,6575],[-35,0],[-31,0],[-26,0],[-30,0]],[[2769,6607],[8,17],[3,9],[6,7],[2,16],[6,11],[-2,33]],[[2792,6700],[-4,1],[0,22],[12,11],[4,1],[11,1],[9,-4],[6,-13],[5,5],[8,2],[4,-6],[0,4],[5,5],[4,10],[6,14],[3,-1],[2,4],[1,9],[-1,21],[-2,4],[5,6],[-2,12],[2,9],[-4,-3],[0,-4]],[[2866,6810],[-4,12],[3,10],[4,5],[0,4],[7,10],[4,18],[13,37]],[[2893,6906],[4,7],[5,10]],[[2902,6923],[4,4]],[[2906,6927],[4,-2]],[[2910,6925],[15,-1]],[[2925,6924],[22,2]],[[2947,6926],[-1,-19]],[[2948,6901],[-2,-21]],[[2946,6880],[2,-13],[0,-15]],[[2948,6852],[0,-11],[-2,-10]],[[2945,6814],[2,-32]],[[2947,6782],[-2,-22]],[[2945,6760],[4,5]],[[2949,6765],[1,-9],[-1,-84],[1,-10]],[[2939,6458],[0,-2],[-4,-11]],[[2935,6445],[0,-8]],[[2935,6437],[-4,-2],[-1,-10],[-1,5]],[[2929,6430],[2,14]],[[2931,6444],[2,20],[-1,18],[-2,7],[2,-14],[0,-17]],[[2683,6525],[1,-1]],[[2747,6416],[-4,-6],[2,-12],[0,-20]],[[2742,6360],[-1,-28],[-3,-18]],[[2739,6309],[-3,-12]],[[2736,6297],[-8,-26]],[[2728,6271],[-5,-6],[-2,7],[-3,-7],[0,-9],[-3,1]],[[2715,6257],[-2,-11],[0,-9],[-2,-2]],[[2711,6235],[2,-7],[0,-12],[-2,3]],[[2711,6219],[-2,-8]],[[2709,6211],[-1,14],[-2,4],[-6,-27],[1,-22],[-3,-5],[0,-12],[-7,-7]],[[2665,6544],[1,0],[-1,-4],[4,1],[3,-8],[5,-5],[2,-9],[4,6]],[[2684,6524],[2,-7],[-6,-1],[0,-8],[4,6],[3,-1],[5,-10],[6,6],[8,10],[4,-4],[3,0],[4,7],[8,23],[6,9],[16,19]],[[2747,6573],[0,-157]],[[2358,5600],[-5,6],[-2,0],[-3,6]],[[2348,5612],[-3,14],[-2,0]],[[2343,5626],[-2,9],[-3,3]],[[2336,5628],[-7,1]],[[2329,5629],[-2,6],[-4,-10]],[[2321,5623],[-3,3]],[[2318,5626],[-6,-6],[-2,-7]],[[2310,5613],[-1,2],[-3,-9],[-2,10],[-2,0]],[[2302,5616],[-1,5],[-2,3]],[[2300,5630],[-2,2],[-3,-9],[-3,2],[-1,10]],[[2291,5635],[-3,1]],[[2288,5636],[0,-12],[-2,-1],[-1,-14],[-2,5],[1,11],[-1,7],[-2,-6]],[[2281,5626],[-1,3],[-2,-8]],[[2275,5623],[1,8],[-4,0],[0,6]],[[2269,5641],[-5,-16]],[[2261,5630],[1,10],[-4,2]],[[2258,5642],[-1,18]],[[2257,5660],[-1,-5],[-6,5],[-3,-11],[-3,12],[-5,-4],[-6,11],[-2,-3],[-4,2]],[[2227,5682],[-5,14],[0,-10]],[[2222,5686],[-4,4],[-2,-4],[-3,0],[-5,19],[-3,3]],[[2205,5934],[-27,0],[-18,0],[-39,0]],[[1558,7062],[3,1]],[[1567,7052],[2,-14],[2,-23]],[[1571,7002],[2,-4],[10,-9]],[[1585,6989],[7,8],[5,10],[3,-1],[5,4]],[[1605,7010],[9,-7],[2,-7],[2,5]],[[1618,7001],[4,1],[8,10]],[[1630,7012],[4,-6]],[[1649,7021],[8,4]],[[1657,7025],[2,8],[2,-2],[7,4]],[[1676,7042],[42,0],[16,-1]],[[1530,6575],[-4,12],[0,10],[-2,16],[0,20],[1,8]],[[1525,6641],[0,11],[-3,9],[-1,12],[3,26],[2,24],[-1,5]],[[1525,6728],[4,13],[2,-7],[0,1],[0,1],[-2,10],[2,33],[2,26],[2,0],[0,1],[-3,5],[1,31],[1,15]],[[1534,6857],[1,38],[1,40],[1,10]],[[1537,6945],[0,47]],[[1537,6992],[1,14],[-1,8],[1,34],[-2,17]],[[1536,7065],[3,-4],[4,5]],[[1543,7066],[2,-4],[5,7]],[[1558,7058],[0,4]],[[2900,6341],[-2,-3],[-1,-9],[-4,-3]],[[2893,6326],[-4,-7]],[[2777,6309],[-30,1]],[[2747,6310],[0,106]],[[2747,6573],[6,7],[16,27]],[[3004,6518],[2,14],[0,-18],[-2,4]],[[3009,6517],[-2,-2],[0,17],[0,5]],[[3006,6542],[-6,-3],[1,-5],[0,-22],[-2,-11]],[[2999,6501],[-4,0],[-6,-7],[0,3]],[[2736,5425],[1,2]],[[2737,5427],[0,-1],[-1,-1]],[[2739,5422],[1,12],[2,7],[1,-6],[-2,-10],[-2,-3]],[[2749,5447],[-3,-6],[2,7],[1,-1]],[[2749,5461],[0,-7],[-5,-15],[-1,12],[1,16],[5,-6]],[[2743,5470],[0,-9],[0,-17],[-3,9],[-1,12],[2,7],[2,-2]],[[2802,5626],[0,0]],[[2802,5627],[0,-1]],[[2802,5626],[0,2]],[[2736,5425],[-1,-7],[-3,3],[0,1],[-1,1]],[[2802,5624],[-5,-6],[-6,-19],[-5,-26],[-1,-14],[-3,2]],[[2782,5561],[3,-13],[-7,-20],[-3,2]],[[2775,5530],[-2,-11],[-4,-11],[0,-3],[0,-1],[-4,-8],[-2,-10],[-1,-5]],[[2757,5475],[-4,-10],[-3,9],[0,-6],[-1,-1],[-4,6],[1,-5],[-5,5],[-2,-3],[0,-13],[2,-14],[-1,-11],[-2,3],[2,-4],[-3,-4]],[[2092,6692],[0,34],[0,192],[0,7]],[[2671,5945],[37,0]],[[2660,5946],[11,-1]],[[2280,4785],[1,-17],[0,1],[-2,5],[1,2],[-1,12],[1,-3]],[[2280,4785],[-2,9],[0,19],[0,1]],[[2278,4814],[2,-29]],[[2278,4814],[-1,1],[1,39],[0,14],[4,32],[0,-5],[-2,-22],[-2,-21],[0,-18],[0,-20]],[[2284,4910],[2,8],[-3,-20],[1,12]],[[2292,4951],[0,-2],[-3,-15],[0,9],[3,8]],[[2294,4964],[2,1],[4,11],[4,6],[0,-3],[-6,-13],[-5,-16],[1,14]],[[2352,5098],[-11,-28],[5,17],[2,6],[3,5],[1,0]],[[2242,4737],[-4,15]],[[2235,4750],[-2,6],[-3,-1]],[[2230,4755],[0,9],[-2,8]],[[2228,4772],[-1,22],[-2,13],[-5,21],[1,18]],[[2220,4855],[-2,8],[1,2],[0,18]],[[2219,4883],[-1,9]],[[2216,4900],[-3,3],[-3,13]],[[2208,4919],[-1,21]],[[2205,4941],[-3,19]],[[2197,4975],[-2,14],[0,5]],[[2195,4994],[-1,17]],[[2194,5011],[-3,8]],[[2191,5029],[-3,19]],[[2188,5048],[-1,4],[-1,20]],[[2186,5072],[-2,2],[-1,14]],[[2183,5088],[-6,15],[-2,10],[-5,7],[0,12],[-1,-6],[-1,10],[-4,15]],[[2164,5151],[-2,-4],[-5,1]],[[2157,5148],[-4,5],[-3,1]],[[2147,5151],[-7,11],[-2,-14]],[[2138,5148],[-3,2],[-5,-4]],[[2130,5146],[-4,-35]],[[2126,5111],[0,-10]],[[2124,5089],[1,-4],[-4,-5]],[[2118,5057],[-1,-1],[-8,8],[-3,14],[-3,0],[-4,7]],[[2099,5090],[-6,6],[-4,9]],[[2084,5120],[-5,14],[-1,16],[-3,15]],[[2075,5165],[-1,17],[0,21]],[[2074,5203],[-4,18],[-1,14],[-3,18],[-5,10]],[[2060,5270],[-6,5]],[[2054,5275],[0,4],[-4,12]],[[2049,5302],[-5,10],[-5,23],[-3,4]],[[2032,5347],[-5,31],[-4,6]],[[2376,5140],[-6,-3],[-10,-16],[-7,-12],[-3,-8],[3,13],[3,7],[0,5]],[[2356,5126],[-5,-6]],[[2351,5120],[1,10]],[[2352,5130],[1,15],[-3,8],[-2,-16],[-4,5],[-3,13],[1,-13]],[[2342,5142],[3,-4],[-1,-15],[3,-6]],[[2347,5117],[-2,-8],[2,0],[0,-15],[-1,1],[-5,-15],[-1,-2],[-2,-20],[-5,-15],[-2,-3],[-6,-13],[-3,2],[-4,-5],[-1,-9],[7,12],[-3,-7],[-14,-27],[8,18],[0,8],[-3,-6],[-2,4],[0,7],[-4,-9]],[[2306,5015],[-1,11],[-1,-14],[-3,5],[-1,10],[-2,-4],[2,-13],[5,-14],[-7,-15],[-2,2],[-1,11],[-1,-9],[0,-16],[-1,-5],[-3,-7]],[[2290,4957],[-2,3],[0,6],[-4,-9],[-2,-6]],[[2282,4951],[3,-3],[2,8],[1,-10],[-5,-24]],[[2281,4928],[-6,-2],[3,-3],[-1,-6],[2,-8],[2,-4]],[[2281,4905],[-2,-13],[-2,-28],[-4,-5],[2,13]],[[2275,4872],[-2,-8],[-3,-3],[-2,14],[3,-21]],[[2274,4853],[3,3],[-1,-17],[-1,-2],[0,-11],[-2,-3],[0,-16],[2,-11],[1,-27]],[[2276,4769],[0,-8],[0,-1],[0,-3],[2,0],[-1,-9],[2,2],[0,-15],[1,-15],[2,-4],[-1,-11],[3,5],[0,-6]],[[2284,4704],[-4,0],[-2,-14]],[[2278,4690],[-9,23],[-5,4]],[[2264,4717],[-9,-2],[-11,24]],[[1897,6458],[19,0],[37,1]],[[2874,5940],[0,1],[2,-1]],[[2891,6110],[-3,-13],[0,-2],[2,0],[-3,-11],[-3,-25],[-2,-6],[-1,3],[-2,-9],[-3,-14],[-1,-25]],[[2875,6008],[-1,-2],[-1,16],[1,6],[0,15],[2,19],[3,20],[3,2],[-1,17],[3,6]],[[2895,6112],[-3,-17],[-1,1],[3,16]],[[2876,5940],[-1,19]],[[2875,5959],[-1,-19]],[[2873,5940],[-1,0]],[[2707,6055],[-1,-6],[2,-15],[2,-8]],[[2710,6026],[3,-2],[2,-8]],[[2715,6016],[3,0],[5,8]],[[2723,6024],[1,8],[4,-12]],[[2728,6020],[3,5],[4,1],[3,7],[0,9],[3,-6],[7,12]],[[2756,6065],[-2,8],[3,21]],[[2757,6094],[5,14]],[[2762,6108],[2,22],[4,10]],[[2768,6140],[-1,4],[4,15],[1,19]],[[2781,6157],[3,9],[2,19]],[[2786,6185],[4,23]],[[2793,6198],[3,14],[2,2]],[[2798,6214],[8,31]],[[2806,6245],[0,11]],[[2806,6256],[2,24],[14,-39]],[[2822,6241],[4,22]],[[2843,6215],[1,-2]],[[2844,6211],[0,-18],[-2,-3],[0,-7]],[[2842,6183],[-3,3],[-1,-12],[-2,-12],[2,-12],[1,-3]],[[2839,6147],[6,6]],[[2845,6153],[0,-8],[2,-6],[-1,-7],[6,-4],[2,-7],[0,6]],[[2854,6127],[4,-10],[0,-5],[8,-15],[0,-10],[-2,4]],[[2864,6091],[1,-19],[-1,-7]],[[2864,6065],[-4,5],[-1,-3],[-2,15],[-3,6],[-3,12],[2,-16]],[[2853,6084],[4,-8],[2,-13],[6,-5],[-2,-5],[3,-10],[0,-13],[-3,7],[0,-13]],[[2863,6024],[-4,0],[-8,32]],[[2851,6056],[0,-6],[5,-23],[7,-16],[1,-11],[1,4],[0,-8],[-3,-8],[-2,7],[-4,12],[0,9],[-4,-2],[-3,9]],[[2849,6023],[-2,-3],[-2,9],[-1,-5],[4,-8],[3,0]],[[2851,6016],[2,-7],[2,4],[0,-16],[5,-10],[0,-7]],[[2860,5980],[4,-4],[0,12],[7,-7],[3,2],[3,-43]],[[2947,6926],[20,1],[10,-1],[22,1]],[[1566,7185],[2,6],[-1,-13],[-1,7]],[[1581,7203],[-4,-6],[2,21],[1,-12]],[[1577,7240],[2,-14],[-3,2],[1,12]],[[1581,7264],[-6,15],[0,15],[-5,8],[3,15],[2,4],[3,-10],[-5,-3],[-1,-8],[2,1],[3,-18],[0,3],[4,-7],[0,-15]],[[1569,7324],[-3,4],[1,12],[2,-16]],[[1560,7334],[0,13]],[[1560,7347],[4,-9],[-1,-9],[-3,5]],[[1567,7358],[4,-6],[-2,-7],[-6,4],[4,9]],[[1558,7062],[-2,-3]],[[1556,7059],[-5,15]],[[1547,7072],[-3,6],[-4,-8]],[[1540,7070],[-4,9],[-2,-6]],[[1534,7073],[1,19],[-1,20],[2,-2],[0,-24],[2,-1],[1,8],[-1,6],[1,7],[-2,7],[4,13],[-2,3]],[[1539,7129],[-2,-5]],[[1537,7124],[-3,4],[-1,16],[3,-4]],[[1541,7154],[-5,2],[-1,6]],[[1535,7162],[-2,1],[-2,-13]],[[1531,7150],[0,14],[-1,24],[-3,12]],[[1527,7200],[-1,21],[-2,25],[-2,8],[-3,9],[-2,23],[-1,9]],[[1516,7295],[2,19],[-2,6]],[[1516,7320],[2,0],[7,-11]],[[1525,7309],[4,-3],[8,-12]],[[1537,7294],[7,1],[9,-7],[4,1]],[[1557,7289],[4,4],[2,-8],[8,7],[-1,-7]],[[1570,7285],[3,-13],[1,-12],[-3,-7],[-1,-14],[-1,0],[1,11],[-1,7],[-2,-18],[-6,-27],[0,-8]],[[1561,7204],[5,27],[5,5],[2,16],[4,13],[2,-19],[-4,-6],[0,-15]],[[1573,7234],[0,-8],[2,-4],[2,5],[0,-24],[-1,-15],[-3,4],[-1,9],[-1,-9],[1,-7],[-2,-7],[-1,9],[1,14],[-1,-3],[0,-1],[-3,-6]],[[1566,7191],[0,-9],[-2,-6],[3,-12],[0,11],[2,4],[4,-9],[3,10],[1,15]],[[1580,7189],[0,7],[3,3],[-3,27],[2,-1],[-2,11],[2,7],[-1,10]],[[1581,7253],[2,16],[3,10],[-4,11],[-1,12],[-3,-11],[-1,13]],[[1577,7304],[4,0],[0,9],[-4,6]],[[1577,7319],[0,8],[-3,-4],[-2,9],[3,4],[3,-8]],[[1578,7328],[0,14],[2,3]],[[1580,7345],[-2,7],[-1,14],[-3,-7]],[[1574,7359],[0,8],[-4,12]],[[1570,7379],[1,13]],[[1571,7392],[28,-1],[53,1],[29,0],[24,0],[25,0]],[[2569,6972],[2,-1],[-2,-7],[0,8]],[[2466,7144],[1,-4],[-2,-6],[-4,-4],[5,14]],[[2550,6937],[-1,-14],[-5,-3],[0,-7],[-4,-18],[-2,-21],[3,-3],[2,10],[2,2],[5,23],[4,2],[1,6],[5,31],[2,-2],[3,16],[2,1],[-2,-28],[-1,1],[-2,-11],[-1,-11],[-3,-9],[-1,-11],[-3,-19],[-2,-29],[1,-7],[-1,-9],[-3,-5],[-3,-27],[1,-23],[-2,-14],[0,-9],[-3,-15],[0,-15],[1,-19],[1,-27]],[[2544,6673],[2,-6],[-2,-17],[1,-17]],[[2422,7119],[3,9],[2,-6],[6,0],[6,8],[6,5],[4,8],[2,-3],[5,12],[3,2],[3,-9],[-3,-15],[1,-7],[-3,-11],[1,-2],[6,9],[4,-9],[4,-2]]],"transform":{"scale":[0.03589603345094513,0.008573738305988284],"translate":[-179.14350338399993,-14.37475042784971]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment