Skip to content

Instantly share code, notes, and snippets.

@veltman
Last active July 3, 2016 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veltman/be51c31f1370b7eb0792 to your computer and use it in GitHub Desktop.
Save veltman/be51c31f1370b7eb0792 to your computer and use it in GitHub Desktop.
The State Plane Shuffle
<!DOCTYPE html>
<meta charset="utf-8">
<style>
path {
stroke-linejoin: round;
fill: none;
stroke: #444;
stroke-width: 1px;
}
text {
font: 32px sans-serif;
font-weight: bold;
}
.highlight {
fill: #f0f;
stroke: none;
}
</style>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.14/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.20/topojson.min.js"></script>
<script>
var width = 960,
height = 500;
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("stateplane.topo.json",function(err,stateplane){
var inner = topojson.mesh(stateplane,stateplane.objects.stateplane,function(a, b) { return a !== b; }),
zones = topojson.feature(stateplane,stateplane.objects.stateplane).features;
outer = topojson.merge(stateplane,stateplane.objects.stateplane.geometries);
zones.forEach(function(zone){
var fn = d3.geo[zone.properties.type]().rotate(zone.properties.rotate);
if (zone.properties.parallels) {
fn.parallels(zone.properties.parallels);
}
zone.properties.path = scaledPath(fn);
});
d3.shuffle(zones);
svg.append("path")
.attr("class","outer")
.datum(outer);
var highlight = svg.append("path")
.attr("class","highlight")
.datum(zones[0]);
svg.append("path")
.attr("class","inner")
.datum(inner);
var paths = d3.selectAll("path")
.attr("d",zones[0].properties.path);
var text = svg.append("text")
.attr("x",0)
.attr("y",height)
.attr("dy","-1em")
.text(zones[0].properties.name);
morph();
function morph() {
var current = zones[0],
next = zones.pop();
zones.unshift(next);
highlight.datum(next)
.attr("d",current.properties.path);
text.transition()
.delay(100)
.duration(0)
.each("end",function(){
text.text(next.properties.name);
});
paths.transition()
.delay(100)
.duration(1200)
.attr("d",next.properties.path)
.each("end",function(d,i){
if (i === 2) {
morph();
}
});
}
function scaledPath(projection) {
var p = d3.geo.path().projection(projection);
// Auto-scale a la http://bl.ocks.org/mbostock/4707858
projection
.scale(1)
.translate([0, 0]);
var b = p.bounds(outer),
s = .95 / Math.max((b[1][0] - b[0][0]) / width, (b[1][1] - b[0][1]) / height),
t = [(width - s * (b[1][0] + b[0][0])) / 2, (height - s * (b[1][1] + b[0][1])) / 2];
projection
.scale(s)
.translate(t);
return p;
}
});
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"stateplane":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::4269"}},"geometries":[{"type":"Polygon","properties":{"name":"Indiana East","type":"transverseMercator","rotate":[85.667,-37.5]},"arcs":[[0,1,2,3,4,5]]},{"type":"Polygon","properties":{"name":"Indiana West","type":"transverseMercator","rotate":[87.083,-37.5]},"arcs":[[6,7,-3,8,9]]},{"type":"Polygon","properties":{"name":"Iowa North","type":"conicConformal","rotate":[93.5,-41.5],"parallels":[42.067,43.267]},"arcs":[[10,11,12,13,14,15]]},{"type":"Polygon","properties":{"name":"Iowa South","type":"conicConformal","rotate":[93.5,-40],"parallels":[40.617,41.783]},"arcs":[[16,17,18,-16,19,20]]},{"type":"Polygon","properties":{"name":"Kansas North","type":"conicConformal","rotate":[98,-38.333],"parallels":[38.717,39.783]},"arcs":[[21,22,23,24,25]]},{"type":"Polygon","properties":{"name":"Arizona East","type":"transverseMercator","rotate":[110.167,-31]},"arcs":[[26,27,28,29]]},{"type":"Polygon","properties":{"name":"Kansas South","type":"conicConformal","rotate":[98.5,-36.667],"parallels":[37.267,38.567]},"arcs":[[30,31,-26,32,33]]},{"type":"Polygon","properties":{"name":"Arizona Central","type":"transverseMercator","rotate":[111.917,-31]},"arcs":[[34,-30,35,36]]},{"type":"Polygon","properties":{"name":"Kentucky North","type":"conicConformal","rotate":[84.25,-37.5],"parallels":[37.967,38.967]},"arcs":[[-1,37,38,39]]},{"type":"Polygon","properties":{"name":"Arizona West","type":"transverseMercator","rotate":[113.75,-31]},"arcs":[[40,41,42,43,44,-37]]},{"type":"Polygon","properties":{"name":"Kentucky South","type":"conicConformal","rotate":[85.75,-36.333],"parallels":[36.733,37.933]},"arcs":[[45,46,47,-9,-2,-40,48,49,50]]},{"type":"Polygon","properties":{"name":"Arkansas North","type":"conicConformal","rotate":[92,-34.333],"parallels":[34.933,36.233]},"arcs":[[51,52,53,54,55,56,57,58]]},{"type":"Polygon","properties":{"name":"Louisiana North","type":"conicConformal","rotate":[92.5,-30.5],"parallels":[31.167,32.667]},"arcs":[[59,60,61,62,63]]},{"type":"Polygon","properties":{"name":"Arkansas South","type":"conicConformal","rotate":[92,-32.667],"parallels":[33.3,34.767]},"arcs":[[64,-58,65,-61,66]]},{"type":"MultiPolygon","properties":{"name":"Louisiana South","type":"conicConformal","rotate":[91.333,-28.5],"parallels":[29.3,30.7]},"arcs":[[[-63,67,68,69,70]],[[71]],[[72]],[[73]]]},{"type":"Polygon","properties":{"name":"California Zone 1","type":"conicConformal","rotate":[122,-39.333],"parallels":[40,41.667]},"arcs":[[74,75,76,77]]},{"type":"Polygon","properties":{"name":"California Zone 2","type":"conicConformal","rotate":[122,-37.667],"parallels":[38.333,39.833]},"arcs":[[78,79,80,-78,81,82]]},{"type":"MultiPolygon","properties":{"name":"Maine East","type":"transverseMercator","rotate":[68.5,-43.667]},"arcs":[[[83,84]],[[85]]]},{"type":"MultiPolygon","properties":{"name":"California Zone 3","type":"conicConformal","rotate":[120.5,-36.5],"parallels":[37.067,38.433]},"arcs":[[[-83,86,87,88]],[[89,-80]]]},{"type":"Polygon","properties":{"name":"Maine West","type":"transverseMercator","rotate":[70.167,-42.833]},"arcs":[[90,-84,91,92]]},{"type":"Polygon","properties":{"name":"California Zone 4","type":"conicConformal","rotate":[119,-35.333],"parallels":[36,37.25]},"arcs":[[93,-88,94,95,96,97]]},{"type":"MultiPolygon","properties":{"name":"Maryland","type":"conicConformal","rotate":[77,-37.667],"parallels":[38.3,39.45]},"arcs":[[[98,99,100,101,102,103,104,105,106]],[[107]],[[108,109]],[[110,111]]]},{"type":"MultiPolygon","properties":{"name":"California Zone 5","type":"conicConformal","rotate":[118,-33.5],"parallels":[34.033,35.467]},"arcs":[[[112,113,-98,114,-43]],[[115]],[[116]],[[117]],[[118]]]},{"type":"Polygon","properties":{"name":"California Zone 6","type":"conicConformal","rotate":[116.25,-32.167],"parallels":[32.783,33.883]},"arcs":[[119,-113,-42]]},{"type":"MultiPolygon","properties":{"name":"Massachusetts Island","type":"conicConformal","rotate":[70.5,-41],"parallels":[41.283,41.483]},"arcs":[[[120]],[[121]]]},{"type":"Polygon","properties":{"name":"Colorado North","type":"conicConformal","rotate":[105.5,-39.333],"parallels":[39.717,40.783]},"arcs":[[122,123,124,125,126,127,-23,128]]},{"type":"Polygon","properties":{"name":"Colorado Central","type":"conicConformal","rotate":[105.5,-37.833],"parallels":[38.45,39.75]},"arcs":[[129,-129,-22,-32,130]]},{"type":"Polygon","properties":{"name":"Colorado South","type":"conicConformal","rotate":[105.5,-36.667],"parallels":[37.233,38.433]},"arcs":[[131,-131,-31,132,133,134,135]]},{"type":"MultiPolygon","properties":{"name":"Michigan North","type":"conicConformal","rotate":[87,-44.783],"parallels":[45.483,47.083]},"arcs":[[[136]],[[137]],[[138,139,140]],[[141]]]},{"type":"Polygon","properties":{"name":"Connecticut","type":"conicConformal","rotate":[72.75,-40.833],"parallels":[41.2,41.867]},"arcs":[[142,143,144,145]]},{"type":"Polygon","properties":{"name":"Michigan Central","type":"conicConformal","rotate":[84.367,-43.317],"parallels":[44.183,45.7]},"arcs":[[146,147]]},{"type":"Polygon","properties":{"name":"Delaware","type":"transverseMercator","rotate":[75.417,-38]},"arcs":[[148,149,150,-109,151,-101]]},{"type":"Polygon","properties":{"name":"Michigan South","type":"conicConformal","rotate":[84.367,-41.5],"parallels":[42.1,43.667]},"arcs":[[-8,152,-148,153,154,-4]]},{"type":"MultiPolygon","properties":{"name":"Florida North","type":"conicConformal","rotate":[84.5,-29],"parallels":[29.583,30.75]},"arcs":[[[155,156,157,158,159,160,161]],[[162]]]},{"type":"Polygon","properties":{"name":"Minnesota North","type":"conicConformal","rotate":[93.1,-46.5],"parallels":[47.033,48.633]},"arcs":[[163,164,165,166]]},{"type":"MultiPolygon","properties":{"name":"Florida East","type":"transverseMercator","rotate":[81,-24.333]},"arcs":[[[167,-160,168,169]],[[170]],[[171]],[[172]],[[173]]]},{"type":"Polygon","properties":{"name":"Minnesota Central","type":"conicConformal","rotate":[94.25,-45],"parallels":[45.617,47.05]},"arcs":[[174,175,-167,176,177,178,179]]},{"type":"MultiPolygon","properties":{"name":"Florida West","type":"transverseMercator","rotate":[82,-24.333]},"arcs":[[[-161,-168,180]],[[181]]]},{"type":"Polygon","properties":{"name":"Minnesota South","type":"conicConformal","rotate":[94,-43],"parallels":[43.783,45.217]},"arcs":[[182,183,-180,184,185,-13]]},{"type":"MultiPolygon","properties":{"name":"Georgia East","type":"transverseMercator","rotate":[82.167,-30]},"arcs":[[[186,187,-169,-159,188]],[[189]]]},{"type":"Polygon","properties":{"name":"Mississippi East","type":"transverseMercator","rotate":[88.833,-29.5]},"arcs":[[190,191,192,-69,193]]},{"type":"Polygon","properties":{"name":"Georgia West","type":"transverseMercator","rotate":[84.167,-30]},"arcs":[[194,195,196,-189,-158,197]]},{"type":"Polygon","properties":{"name":"Mississippi West","type":"transverseMercator","rotate":[90.333,-29.5]},"arcs":[[-66,-57,198,-194,-68,-62]]},{"type":"Polygon","properties":{"name":"Missouri East","type":"transverseMercator","rotate":[90.5,-35.833]},"arcs":[[199,200,201,-55,202,-21,203,-46]]},{"type":"Polygon","properties":{"name":"Missouri Central","type":"transverseMercator","rotate":[92.5,-35.833]},"arcs":[[-54,204,-17,-203]]},{"type":"Polygon","properties":{"name":"Missouri West","type":"transverseMercator","rotate":[94.5,-36.167]},"arcs":[[-53,205,-33,-25,206,-18,-205]]},{"type":"Polygon","properties":{"name":"South Dakota North","type":"conicConformal","rotate":[100,-43.833],"parallels":[44.417,45.683]},"arcs":[[207,208,209,-175,-184,210]]},{"type":"Polygon","properties":{"name":"South Dakota South","type":"conicConformal","rotate":[100.333,-42.333],"parallels":[42.833,44.4]},"arcs":[[211,-211,-183,-12,212]]},{"type":"Polygon","properties":{"name":"Tennessee","type":"conicConformal","rotate":[86,-34.333],"parallels":[35.25,36.417]},"arcs":[[-195,213,214,-191,-199,-56,-202,215,-200,-51,216,217]]},{"type":"Polygon","properties":{"name":"Montana","type":"conicConformal","rotate":[109.5,-44.25],"parallels":[45,49]},"arcs":[[218,219,220,221,222,223,224,225,-209,226,227]]},{"type":"Polygon","properties":{"name":"Texas North","type":"conicConformal","rotate":[101.5,-34],"parallels":[34.65,36.183]},"arcs":[[228,229,230,231]]},{"type":"Polygon","properties":{"name":"Texas North Central","type":"conicConformal","rotate":[98.5,-31.667],"parallels":[32.133,33.967]},"arcs":[[232,-232,233,-67,-60,234]]},{"type":"Polygon","properties":{"name":"Texas Central","type":"conicConformal","rotate":[100.333,-29.667],"parallels":[30.117,31.883]},"arcs":[[235,236,237,-235,-64,-71,238,239]]},{"type":"Polygon","properties":{"name":"Nebraska","type":"conicConformal","rotate":[100,-39.833],"parallels":[40,43]},"arcs":[[-128,240,-213,-11,-19,-207,-24]]},{"type":"MultiPolygon","properties":{"name":"Texas South Central","type":"conicConformal","rotate":[99,-27.833],"parallels":[28.383,30.283]},"arcs":[[[241,242,-240,243]],[[244]],[[245]],[[246]],[[247,248]]]},{"type":"Polygon","properties":{"name":"Nevada East","type":"transverseMercator","rotate":[115.583,-34.75]},"arcs":[[-44,-115,-97,249,250,251,252,253,254,255]]},{"type":"MultiPolygon","properties":{"name":"Texas South","type":"conicConformal","rotate":[98.5,-25.667],"parallels":[26.167,27.833]},"arcs":[[[-242,256,-248,257]],[[258]],[[259]]]},{"type":"Polygon","properties":{"name":"Nevada Central","type":"transverseMercator","rotate":[116.667,-34.75]},"arcs":[[260,-250,-96]]},{"type":"Polygon","properties":{"name":"Utah North","type":"conicConformal","rotate":[111.5,-40.333],"parallels":[40.717,41.783]},"arcs":[[-254,261,262,263,264,-124,265]]},{"type":"Polygon","properties":{"name":"Nevada West","type":"transverseMercator","rotate":[118.583,-34.75]},"arcs":[[-77,266,267,-251,-261,-95,-87,-82]]},{"type":"Polygon","properties":{"name":"Utah Central","type":"conicConformal","rotate":[111.5,-38.333],"parallels":[39.017,40.65]},"arcs":[[268,-255,-266,-123,-130]]},{"type":"Polygon","properties":{"name":"New Hampshire","type":"transverseMercator","rotate":[71.667,-42.5]},"arcs":[[269,270,271,-93,272]]},{"type":"Polygon","properties":{"name":"Utah South","type":"conicConformal","rotate":[111.5,-36.667],"parallels":[37.217,38.35]},"arcs":[[-27,-35,-45,-256,-269,-132]]},{"type":"Polygon","properties":{"name":"New Jersey","type":"transverseMercator","rotate":[74.5,-38.833]},"arcs":[[273,274,275,276,-150,277]]},{"type":"Polygon","properties":{"name":"Vermont","type":"transverseMercator","rotate":[72.5,-42.5]},"arcs":[[278,279,280,-271]]},{"type":"Polygon","properties":{"name":"New Mexico East","type":"transverseMercator","rotate":[104.333,-31]},"arcs":[[-238,281,-134,282,-229,-233]]},{"type":"Polygon","properties":{"name":"Virginia North","type":"conicConformal","rotate":[78.5,-37.667],"parallels":[38.033,39.2]},"arcs":[[283,284,-107,285,-105,286,287]]},{"type":"Polygon","properties":{"name":"New Mexico Central","type":"transverseMercator","rotate":[106.25,-31]},"arcs":[[-135,-282,-237,288,289]]},{"type":"MultiPolygon","properties":{"name":"Virginia South","type":"conicConformal","rotate":[78.5,-36.333],"parallels":[36.767,37.967]},"arcs":[[[-50,290,-288,291,292,293,294,295,296,-217],[297],[298]],[[-112,299]],[[-103,300]]]},{"type":"Polygon","properties":{"name":"New Mexico West","type":"transverseMercator","rotate":[107.833,-31]},"arcs":[[301,-28,-136,-290]]},{"type":"MultiPolygon","properties":{"name":"Washington North","type":"conicConformal","rotate":[120.833,-47],"parallels":[47.5,48.733]},"arcs":[[[302,303,304]],[[305]],[[306]],[[307,308]],[[309,310,311,312]]]},{"type":"Polygon","properties":{"name":"New York East","type":"transverseMercator","rotate":[74.5,-38.833]},"arcs":[[313,314,-275,315,316,317,-280,318,-146]]},{"type":"Polygon","properties":{"name":"New York Central","type":"transverseMercator","rotate":[76.583,-40]},"arcs":[[319,320,-317,321]]},{"type":"Polygon","properties":{"name":"West Virginia North","type":"conicConformal","rotate":[79.5,-38.5],"parallels":[39,40.25]},"arcs":[[322,323,-99,-285,324,325]]},{"type":"Polygon","properties":{"name":"New York West","type":"transverseMercator","rotate":[78.583,-40]},"arcs":[[326,-320,327]]},{"type":"Polygon","properties":{"name":"West Virginia South","type":"conicConformal","rotate":[81,-37],"parallels":[37.483,38.883]},"arcs":[[-291,-49,-39,328,-325,-284]]},{"type":"MultiPolygon","properties":{"name":"New York Long Island","type":"conicConformal","rotate":[74,-40.167],"parallels":[40.667,41.033]},"arcs":[[[329]],[[-276,-315,330]],[[331]],[[332]]]},{"type":"Polygon","properties":{"name":"Wisconsin North","type":"conicConformal","rotate":[90,-45.167],"parallels":[45.567,46.767]},"arcs":[[-178,333,-140,334]]},{"type":"MultiPolygon","properties":{"name":"North Carolina","type":"conicConformal","rotate":[79,-33.75],"parallels":[34.333,36.167]},"arcs":[[[-196,-218,-297,335,336]],[[-295,337]],[[-293,338]],[[339]],[[340]],[[341]]]},{"type":"Polygon","properties":{"name":"North Dakota North","type":"conicConformal","rotate":[100.5,-47],"parallels":[47.433,48.733]},"arcs":[[-225,342,-165,343]]},{"type":"Polygon","properties":{"name":"Wisconsin South","type":"conicConformal","rotate":[90,-42],"parallels":[42.733,44.067]},"arcs":[[344,345,-14,-186,346,347]]},{"type":"Polygon","properties":{"name":"North Dakota South","type":"conicConformal","rotate":[100.5,-45.667],"parallels":[46.183,47.483]},"arcs":[[-226,-344,-164,-176,-210]]},{"type":"Polygon","properties":{"name":"Wyoming East","type":"transverseMercator","rotate":[105.167,-40.5]},"arcs":[[-127,348,-227,-208,-212,-241]]},{"type":"Polygon","properties":{"name":"Ohio North","type":"conicConformal","rotate":[82.5,-39.667],"parallels":[40.433,41.7]},"arcs":[[-5,-155,349,350,351,-323,352]]},{"type":"Polygon","properties":{"name":"Wyoming East Central","type":"transverseMercator","rotate":[107.333,-40.5]},"arcs":[[-126,353,-228,-349]]},{"type":"Polygon","properties":{"name":"Ohio South","type":"conicConformal","rotate":[82.5,-38],"parallels":[38.733,40.033]},"arcs":[[-6,-353,-326,-329,-38]]},{"type":"Polygon","properties":{"name":"Oklahoma North","type":"conicConformal","rotate":[98,-35],"parallels":[35.567,36.767]},"arcs":[[-283,-133,-34,-206,-52,354,-230]]},{"type":"Polygon","properties":{"name":"Wyoming West Central","type":"transverseMercator","rotate":[108.75,-40.5]},"arcs":[[-125,-265,355,-219,-354]]},{"type":"Polygon","properties":{"name":"Oklahoma South","type":"conicConformal","rotate":[98,-33.333],"parallels":[33.933,35.233]},"arcs":[[-231,-355,-59,-65,-234]]},{"type":"Polygon","properties":{"name":"Oregon North","type":"conicConformal","rotate":[120.5,-43.667],"parallels":[44.333,46]},"arcs":[[356,357,358,359]]},{"type":"Polygon","properties":{"name":"Wyoming West","type":"transverseMercator","rotate":[110.083,-40.5]},"arcs":[[360,-220,-356,-264]]},{"type":"Polygon","properties":{"name":"Oregon South","type":"conicConformal","rotate":[120.5,-41.667],"parallels":[42.333,44]},"arcs":[[361,-360,362,-267,-76]]},{"type":"Polygon","properties":{"name":"Pennsylvania North","type":"conicConformal","rotate":[77.75,-40.167],"parallels":[40.883,41.95]},"arcs":[[-351,363,-328,-322,-316,-274,364]]},{"type":"Polygon","properties":{"name":"Pennsylvania South","type":"conicConformal","rotate":[77.75,-39.333],"parallels":[39.933,40.967]},"arcs":[[-324,-352,-365,-278,-149,-100]]},{"type":"MultiPolygon","properties":{"name":"Rhode Island","type":"transverseMercator","rotate":[71.5,-41.083]},"arcs":[[[365,366,-144]],[[367,368]],[[369]]]},{"type":"MultiPolygon","properties":{"name":"South Carolina","type":"conicConformal","rotate":[81,-31.833],"parallels":[32.5,34.833]},"arcs":[[[-197,-337,370,-187]],[[371]]]},{"type":"Polygon","properties":{"name":"Alabama East","type":"transverseMercator","rotate":[85.833,-30.5]},"arcs":[[-157,372,-214,-198]]},{"type":"Polygon","properties":{"name":"Alabama West","type":"transverseMercator","rotate":[87.5,-30]},"arcs":[[-156,373,-192,-215,-373]]},{"type":"Polygon","properties":{"name":"Idaho East","type":"transverseMercator","rotate":[112.167,-41.667]},"arcs":[[-263,374,-221,-361]]},{"type":"Polygon","properties":{"name":"Idaho Central","type":"transverseMercator","rotate":[114,-41.667]},"arcs":[[-222,-375,-262,-253,375]]},{"type":"Polygon","properties":{"name":"Idaho West","type":"transverseMercator","rotate":[115.75,-41.667]},"arcs":[[-359,376,-304,377,-223,-376,-252,-268,-363]]},{"type":"Polygon","properties":{"name":"Illinois East","type":"transverseMercator","rotate":[88.333,-36.667]},"arcs":[[-345,378,-10,-48,379]]},{"type":"MultiPolygon","properties":{"name":"Washington South","type":"conicConformal","rotate":[120.5,-45.333],"parallels":[45.833,47.333]},"arcs":[[[380,-308,381,-313,382,-305,-377,-358]],[[383,-311]]]},{"type":"MultiPolygon","properties":{"name":"Wisconsin Central","type":"conicConformal","rotate":[90,-43.833],"parallels":[44.25,45.5]},"arcs":[[[-185,-179,-335,-139,384,-347]],[[385]]]},{"type":"Polygon","properties":{"name":"Massachusetts Mainland","type":"conicConformal","rotate":[71.5,-41],"parallels":[41.717,42.683]},"arcs":[[-143,-319,-279,-270,386,-368,387,-366]]},{"type":"Polygon","properties":{"name":"Illinois West","type":"transverseMercator","rotate":[90.167,-36.667]},"arcs":[[-20,-15,-346,-380,-47,-204]]}]}},"arcs":[[[6910,5793],[-2,1],[-11,-16],[0,-6],[2,-7],[6,-11],[1,-10],[-2,-11],[-5,-11],[0,-8],[3,-3],[10,-2],[2,-5],[1,-7],[-7,-13],[1,-17],[-27,-5],[-9,-7],[-7,-6],[-9,-15],[-7,-7],[-8,0],[-11,20],[-11,-3],[-15,0],[-4,-5],[-2,-13],[5,-45],[2,-9],[-3,-10],[-6,-8],[-7,-19],[-18,-10],[-6,-26],[-1,-19],[-5,-15],[-11,-12],[-7,5],[-4,1],[-6,-4],[-2,-15],[-10,-24],[-1,-48],[-2,-12],[-5,-9]],[[6712,5347],[-8,-4],[-5,-4],[-3,-11],[-9,18],[-15,3],[-11,10],[-4,7],[-3,8],[-1,29],[-7,11]],[[6646,5414],[3,1],[0,4],[4,11],[3,2],[3,-2],[5,5],[-7,11],[-1,9],[4,3],[-6,15],[3,3],[1,11],[2,-4],[1,4],[-2,8],[2,3],[-3,11],[1,3],[-8,0],[-1,112],[0,19],[2,1],[1,10],[3,4],[-2,91],[-6,0],[-1,21],[-9,0],[-1,118],[23,0],[0,122],[-13,0],[-1,123],[15,0],[1,104],[1,18],[0,62],[-5,-1],[-1,6],[-5,1],[0,16],[-12,0],[0,58],[-1,52],[-25,0],[0,17],[-10,1],[-1,69],[19,1],[1,105],[-1,110],[-9,-1],[0,35],[4,0],[1,17],[3,5],[0,33],[-7,0],[0,43]],[[6614,6884],[50,0],[29,0],[46,-1],[25,0],[62,0],[18,0],[64,-1],[6,0],[0,-26]],[[6914,6856],[0,-68],[0,-42],[0,-59],[0,-13],[0,-108],[0,-21],[0,-86],[0,-57],[-1,-96]],[[6913,6306],[0,-14],[-1,-125],[-1,-40],[0,-75],[0,-70],[0,-20],[-1,-83],[0,-4],[0,-82]],[[6440,6867],[11,-21],[8,1],[-4,-7],[8,-10],[28,-3],[51,37],[18,20]],[[6560,6884],[54,0]],[[6646,5414],[-4,7],[-4,1],[0,-11],[7,-5],[2,-5],[-2,-4],[-8,-5],[-3,-6],[-8,9],[-2,0],[-1,-7],[5,-10],[0,-5],[-3,-7],[-7,-3],[-3,-2],[-2,-11],[0,-13],[2,-19],[-1,-6],[-3,-2],[-7,1],[-3,-1],[-3,-26],[-5,-5],[-4,0],[0,6],[1,17],[-1,4],[-4,0],[-6,-7],[-5,1],[-8,33],[-4,5],[-7,-2],[-6,-13],[-6,-7],[-9,-3],[-5,-2],[-4,-7],[-6,-41],[-6,-10],[-4,3],[-5,15],[-3,5],[-9,4],[-8,9],[-6,9],[-13,17],[-12,1],[-9,-9],[-17,23],[-4,-19],[6,-14],[0,-10],[-3,-9],[-7,-7],[-6,4],[1,25],[-5,1],[-3,-2],[-5,1],[-12,-8],[-6,5],[-7,14],[-4,-2],[-2,-6],[-1,-12],[5,-15],[-2,-12],[-3,-4],[-3,-10],[-9,10],[-5,2]],[[6352,5262],[-8,5],[-1,6],[8,-2],[2,7],[-8,10],[-4,11],[0,4],[10,-4],[3,4],[-1,5],[-9,3],[1,8],[2,-6],[4,2],[0,9],[4,8],[-2,13],[2,11],[-4,2],[0,2],[2,4],[10,8],[2,9],[-9,-1],[-1,4],[8,12],[4,2],[3,8],[0,6],[-8,12],[-1,14],[1,3],[9,26],[2,-1],[0,-9],[5,8],[1,6],[1,1],[2,-13],[2,0],[3,27],[9,11],[6,16],[2,11],[-4,5],[1,4],[11,6],[2,9],[5,-1],[0,6],[-4,13],[4,11],[2,8],[3,2],[-1,10],[0,8],[7,12],[7,6],[7,21],[0,13],[-2,3],[2,8],[-8,25],[-1,5],[3,14],[2,12],[-1,13],[-2,5],[-8,7],[2,1],[-1,27],[-4,9],[-4,2],[0,6],[-5,4],[0,7],[-1,6],[4,9],[6,12],[3,1],[1,4],[0,16],[-3,4],[-2,10],[1,6],[-3,4],[5,13],[10,5],[0,52],[1,54],[0,114],[0,114],[0,130],[0,5],[0,102],[1,109],[0,67],[-1,52],[0,69],[1,104]],[[4950,6924],[-4,17],[2,8],[0,17],[-6,6],[-3,7],[-6,2],[-1,11],[-4,8],[-4,31],[-11,18],[-2,19],[4,6],[1,13],[-2,9],[-4,6],[-4,13],[-6,8],[2,13],[-1,14],[4,11],[0,10],[-7,9]],[[4898,7180],[-7,12],[-2,19],[-2,4],[2,3],[-4,20],[-5,13],[-4,3],[-11,16],[-2,17],[1,11],[6,9],[2,15],[3,0],[2,5],[4,20],[-2,7],[6,16],[-1,14],[3,10],[-3,17],[7,4],[3,5],[0,6],[2,15],[-4,34],[-3,4],[-12,3],[-1,6],[1,5],[-2,4],[-2,11],[7,8],[3,20],[0,11],[-6,7],[-5,14],[1,19],[-3,7],[24,0]],[[4894,7594],[69,0],[34,0],[69,0],[12,0],[83,0],[10,0],[70,0],[36,0],[47,0],[56,1],[26,0],[78,0],[4,0],[82,-1],[18,0],[65,0],[60,0],[20,1],[68,0]],[[5801,7595],[-3,-15],[5,-17],[2,-22],[4,-7],[17,-16],[2,-14],[-1,-9],[-16,-45],[-1,-27],[2,0],[1,-33],[2,-31],[8,-22],[2,-36],[3,-16],[11,-15],[14,-11],[5,-1],[25,-9],[9,-8],[5,-27],[5,-6],[2,-12],[-2,-7]],[[5902,7189],[-3,-6],[1,-8],[7,-6],[8,-16],[12,-14],[9,-12],[2,-7],[2,-32],[2,-9],[7,-13],[7,-5],[16,-16],[7,-15],[3,-1],[1,-7],[0,-17],[3,-11]],[[5986,6994],[-129,1],[-1,-36],[-81,-2],[0,-38],[-80,2],[-81,2],[-81,1],[-80,0],[-21,0],[-61,-1],[-20,0],[-60,-1],[-21,0],[-60,1],[-20,0],[-60,0],[-80,0],[-20,0],[-80,1]],[[5675,6410],[-42,-3],[-29,-1],[-50,-3],[-12,-1],[-66,-2],[-47,-1],[-33,0],[-39,-1]],[[5357,6398],[-40,-2],[-38,-1],[-43,1],[-27,1],[-48,0],[-52,2],[-28,1],[-67,2]],[[5014,6402],[2,13],[-2,9],[-19,36],[4,26],[1,22],[2,9],[0,13],[0,30],[-4,12],[0,13],[-3,12],[3,18],[-3,23],[3,1],[0,5],[-10,6],[-1,6],[2,7],[-3,31],[3,3],[2,-9],[2,6],[-9,16],[0,22],[1,28],[-3,4],[-9,4],[-2,4],[3,8],[1,7],[-2,3],[-8,-5],[-6,6],[-1,10],[2,5],[-6,10],[3,23],[-4,12],[0,4],[6,4],[-3,11],[1,9],[3,16],[-10,29]],[[5986,6994],[2,-21],[-2,-21],[-8,-51],[-10,-10],[-8,-11],[-4,-14],[-3,-30],[1,-19],[-2,-6],[-13,-8],[-2,-10],[-3,-6],[-15,-1],[-11,-7],[-10,-19],[-8,-5],[-13,0],[-11,-2],[-18,-10],[-9,4],[-5,-3],[-4,-9],[-3,-27],[-6,-28],[1,-15],[7,-22],[7,-5],[5,-8],[6,-17],[0,-14],[-1,-49],[-4,-11],[-11,-18],[-7,-19],[-1,-29],[-5,-23],[-1,-10],[-6,-10],[-9,-5],[-8,-2],[-20,-15],[-6,-12],[0,-11],[5,-8],[1,-10],[-2,-23],[3,-18],[-3,-4],[-5,-3],[-5,-6]],[[5762,6313],[-5,8],[-3,0],[-1,6],[-5,2],[0,10],[-2,3],[1,5],[-8,4],[-1,8],[-6,9],[-1,11],[-12,8],[1,12],[-5,5],[-4,7],[-36,-1]],[[3927,5625],[0,142],[0,36],[0,179],[0,2]],[[3927,5984],[-1,176]],[[3926,6160],[112,1],[14,1],[99,-1],[3,0],[94,0],[2,0],[96,1],[78,-1],[19,-1],[60,0],[37,0],[42,0],[58,0],[19,1],[79,-1],[78,-1],[19,0],[60,0],[37,0],[41,0],[39,-1],[78,0],[3,3]],[[5093,6161],[12,-24],[6,-1],[2,-12],[8,-1],[8,-15],[7,-2],[5,5],[2,8],[10,1],[5,-2],[0,-19],[2,-6],[4,-2],[2,-5],[-2,-10],[-6,-4],[0,-3],[2,-7],[8,1],[1,-3],[-1,-6],[-5,-5],[-4,0],[-4,4],[-2,-2],[-2,-19],[-9,-10],[-5,-14],[1,-16],[-10,-11],[1,-11],[10,-20],[1,-9],[9,-10],[5,-11],[6,-12],[4,-1],[-2,-16],[1,-7],[4,-15],[9,-10],[2,-21],[5,-6],[10,-10],[10,1],[5,-7],[6,-3],[2,-4],[-1,-11],[-1,-28],[0,-85],[0,-41]],[[5214,5644],[-77,-2],[-76,-1],[0,54],[-77,0],[0,-52],[-71,-1],[0,-89],[-80,0],[-19,1],[0,32],[-76,1],[-97,1],[0,-35],[-96,0],[0,71],[-1,0],[-94,1],[-1,1],[-96,-2],[-2,1],[-96,1],[-16,0],[-76,0],[-23,1],[-53,0],[-62,-1],[-14,0],[-84,-1]],[[2422,4933],[44,1],[6,-5],[79,0],[164,2]],[[2715,4931],[0,-410],[0,-426],[0,-149],[0,-331],[0,-237],[-1,-174],[1,-138],[0,-450]],[[2715,2616],[-243,-3]],[[2472,2613],[-1,131],[1,1],[0,32],[0,139],[1,0],[-1,151],[-1,33],[2,272],[-12,-1],[-2,-11],[-3,3],[-1,-5],[-4,-1],[-2,-5],[-8,1],[-10,-22],[1,-4],[-4,1],[-1,-4],[1,-7],[-3,-11],[-4,-4],[-3,-12],[-2,0],[-29,107],[-8,50],[-9,42],[-17,83],[-2,2],[-9,-13],[-4,-14],[-18,35],[-2,14],[-6,11],[2,33],[-3,5],[-3,15],[0,11],[-3,6],[-3,-3],[-1,3],[-2,19],[5,8],[-4,5],[-8,-2],[1,15],[3,-3],[2,12],[-3,8],[1,14],[0,11],[-40,0],[-1,8],[3,8],[-2,5],[3,2],[-2,7],[1,11],[3,18],[3,3],[-2,4],[2,8],[-1,12],[3,15],[17,24],[3,9],[2,15],[3,4],[2,-5],[3,-2],[-1,-5],[-3,1],[0,-9],[4,0],[1,-3],[-3,-1],[-3,-10],[5,3],[2,-8],[6,12],[5,0],[0,-5],[-4,0],[0,-14],[2,-9],[3,-1],[3,3],[-1,6],[-2,4],[-1,6],[7,8],[1,-2],[0,-6],[3,-1],[14,9],[1,-9],[15,-11],[3,-8],[6,2],[2,5],[9,-9],[0,-6],[1,-5],[1,0],[2,9],[10,-17],[15,-11],[0,-8],[5,-3],[1,-6],[2,4],[0,4],[3,2],[-1,8],[-4,3],[1,4],[14,-8],[-2,-12],[2,-2],[2,3],[0,1116]],[[3929,4928],[-1,163],[-1,104],[0,38],[0,213],[0,4],[0,144]],[[3927,5594],[0,31]],[[5214,5644],[-1,-109],[0,-33],[0,-137],[0,-11],[0,-143],[0,-12],[0,-119],[0,-13],[-1,-110],[1,-26]],[[5213,4931],[-72,2],[-7,0],[-58,0],[-20,0],[-45,-1],[-30,0],[-8,0],[-89,1],[-40,-1],[-67,0],[-57,-1],[-59,1],[-52,0],[-42,0],[-33,0],[-80,0],[-75,-2],[-19,0],[-79,0],[-15,1],[-94,0],[-55,0],[-21,0],[-84,0],[-81,-3],[-2,0]],[[2110,4931],[53,-1],[153,3],[106,0]],[[2472,2613],[-107,0],[-52,39],[-339,250]],[[1974,2902],[0,195],[0,352],[0,260],[0,127],[2,499],[-1,112],[4,29],[-4,11],[1,7],[-1,7],[3,9],[-5,8],[0,8],[-2,11],[1,9],[6,17],[10,-4],[6,3],[5,10],[-1,5],[1,7],[7,8],[5,2],[11,13],[6,10],[9,-1],[7,8],[1,5],[5,2],[4,6],[7,2],[2,3],[4,-1],[6,10],[1,5],[6,-1],[-1,9],[4,4],[5,-3],[3,3],[5,17],[1,10],[-3,5],[0,3],[-1,5],[3,3],[1,10],[-6,17],[2,15],[3,8],[2,12],[-3,22],[1,15],[3,29],[0,6],[7,45],[4,6],[3,21],[-3,14]],[[6910,5793],[4,2],[8,15],[13,-22],[8,-6],[5,-2],[14,10],[4,5],[8,2],[3,-11],[1,-15],[5,-5],[8,1],[6,-10],[4,-28],[5,-11],[4,-18],[1,-25],[9,-10],[16,-10],[6,0],[15,5],[9,-8],[10,-5],[3,-14],[8,-7],[4,-18],[10,-6],[6,-6],[4,1],[2,5],[1,12],[3,6],[16,7],[4,-3],[9,-10],[14,-4],[7,-9],[2,-11],[2,-4],[3,0],[3,5],[5,6],[11,-5],[6,3],[6,19],[9,9],[5,11],[10,3],[9,11],[5,-2],[3,-10],[-1,-14],[3,-13],[1,-21],[5,-12],[4,-6],[11,-2],[8,-5],[4,-16],[10,-12],[5,-24]],[[7296,5511],[-2,-18],[4,-25],[-1,-6],[1,-15],[-3,-5],[-5,-2],[2,-19],[-1,-6],[-6,-4],[0,-9],[9,-15],[12,-39],[9,-16],[-1,-9],[-2,-5]],[[7312,5318],[-1,4],[-8,5],[-6,-4],[-5,-15],[0,-11],[-3,-3],[-20,13],[-17,22],[-20,16],[-5,-9],[-1,-8],[2,-7],[2,-20],[-3,-4],[1,-6],[-6,-7],[-5,12],[-5,-4],[-5,6],[-6,1],[2,-10],[-14,-21],[-3,-1],[-1,-7],[-4,-3],[-5,-10],[5,-12],[-2,-10],[-4,1],[-3,10],[-6,9],[0,8],[-9,8],[-2,5],[-7,4],[-5,10],[-2,-1],[-2,5],[-2,1],[-3,-1],[-3,-10],[-6,-6],[-5,0],[-5,4],[-2,-2],[-5,3],[-3,12],[-11,14],[-4,11],[-5,-6],[-13,-1],[-18,13],[-4,-6],[-2,-22],[-4,-2],[5,-8],[-3,-3],[-1,3],[-2,-3],[-3,1],[-3,-6],[-1,6],[-1,4],[-6,0],[-12,11],[-3,-3],[-6,5],[-4,-2],[0,9],[-2,7],[-10,-10],[-3,-2],[-5,3],[0,-8],[2,-6],[-3,-5],[-5,8],[-4,-7],[-8,-3],[3,-15],[-4,-3],[-5,-12],[-3,-1],[-8,-14],[-1,8],[-4,-3],[0,8],[-5,8],[-1,2],[4,2],[0,3],[-5,3],[-2,-10],[-2,6],[1,12],[-8,-5],[-1,6],[4,8],[-3,4],[-9,-3],[-2,1],[2,9],[-3,6],[0,5],[-4,-6],[0,8],[-4,2],[4,7],[-2,7],[3,5],[-3,4],[-10,-11],[-5,0],[-4,4],[-7,-3],[-8,-24],[-6,3],[-8,-3],[-3,-6],[-2,2],[3,10],[-1,4],[-6,-10],[-4,35],[-37,-12],[-16,13],[-2,7],[-8,-12],[0,-7],[-4,-9],[-3,-2],[2,-9],[-8,-9],[-6,-14],[-6,-8],[-10,-2],[-4,8],[-11,13],[-3,8],[1,3],[3,0],[-1,7],[-7,13],[-6,-1],[-1,5],[1,10],[-6,8],[-3,7]],[[1974,2902],[-258,182],[2,53],[15,43]],[[1733,3180],[1,6],[4,2],[15,-6],[0,4],[6,1],[0,4],[2,0],[0,5],[3,0],[0,4],[2,1],[-1,6],[2,9],[11,15],[-3,37],[2,17],[-9,21],[-7,3],[-9,-4],[-4,3],[-2,4],[-3,-2],[-8,23],[0,11],[5,19],[0,23],[-1,6],[2,12],[-10,15],[5,19],[-4,25],[14,3],[3,8],[1,12],[4,7],[2,10],[10,21],[-2,8],[3,17],[0,18],[-2,7],[7,10],[-2,15],[1,11],[-3,22],[1,7],[-1,9],[4,25],[-5,11],[1,5],[16,27],[0,20]],[[1784,3736],[3,10],[15,16],[6,12],[9,6],[15,33],[4,2],[-1,18],[-4,8],[-5,12],[-13,17],[-4,2],[-4,10],[-5,8],[-7,2],[-2,7],[2,24],[-6,20],[-4,6],[2,5],[-8,40],[-5,15],[-5,1],[-3,5],[-5,29],[-10,18],[0,18],[1,10],[-2,22],[2,1]],[[1750,4113],[-2,17],[7,14],[-7,18],[1,6],[8,0],[2,3],[2,14],[0,18],[-5,35],[0,22],[-10,38],[-4,26],[3,13],[0,16],[2,11],[-2,14],[-3,4],[1,15],[-4,16],[1,13],[-2,34],[5,10],[0,4],[-6,13],[-7,31],[4,20],[-2,9],[0,11],[2,8],[16,15],[4,-2],[12,7],[11,-12],[4,-2],[11,13],[6,-6],[5,-11],[2,-10],[0,-10],[12,-18],[5,0],[14,10],[3,32],[11,30],[1,9],[-1,257],[0,63]],[[1850,4931],[198,0],[62,0]],[[6114,4729],[-1,3],[8,43],[1,4],[4,1],[4,-2],[6,-20],[8,-2],[5,5],[2,20],[4,9],[1,8],[-5,17],[0,6],[4,13],[4,0],[5,3],[0,10],[-7,5],[-2,10],[2,6],[6,10],[4,35],[0,10],[-4,4]],[[6163,4927],[-4,5],[-4,11],[1,16],[4,11],[5,8],[9,30],[13,14],[10,0]],[[6197,5022],[12,-7],[20,-20],[2,-5],[8,-2],[13,-11],[10,-15],[7,-3],[5,1],[2,2],[5,11],[4,24],[-4,20],[-9,21],[-2,16],[8,42],[8,8],[10,-4],[9,14],[38,13],[3,15],[-11,29],[-4,19],[0,13],[4,16],[11,15],[6,28]],[[7312,5318],[-1,-8],[10,-11],[3,-9],[3,-25],[11,-11],[4,-11],[-2,-6],[6,-31],[10,-5],[6,-13],[3,7],[5,-20],[4,-1],[-1,-8],[-1,-2],[0,-3],[11,-4],[5,-10],[1,11],[4,-8],[8,5],[3,-5]],[[7404,5150],[-57,-93],[-11,-18],[-9,-4],[-25,-21],[-3,-2],[-26,-35],[-1,-7],[2,-7],[-1,-4],[-1,-13],[-15,-11],[-10,-13],[1,-17],[-3,-16],[-12,-12],[-17,-3],[-4,-3],[-10,-29],[1,-12],[-3,-4],[-11,-3],[-21,-10],[-11,-8],[-3,-7],[-10,-4],[-12,0],[-20,-19],[-5,-7]],[[7107,4768],[-3,-6],[-42,3],[-12,0],[-43,2],[-1,0],[-90,4],[-2,0],[-36,6],[-47,2],[-5,0],[-24,-3],[-60,3],[-34,3],[-38,4],[-37,3],[-17,2],[-45,-1],[-51,-1],[-8,1],[-40,-1],[-51,-2],[-9,0],[-28,-1],[-3,11],[-35,4],[5,-40],[1,-18],[-1,-17],[-78,1],[-3,0],[-52,0],[-3,1],[0,-1],[-90,2],[-11,0]],[[5246,4277],[-7,99],[-3,49],[-10,142],[-2,23],[-9,129],[-2,4]],[[5213,4723],[93,1],[39,-1],[45,0]],[[5390,4723],[46,1],[6,0],[77,-1],[13,0],[44,1],[65,0],[3,0],[76,0]],[[5720,4724],[41,0],[7,0],[48,-1],[57,0],[39,1],[61,1],[13,-1],[3,-14],[3,-1],[-1,-13],[1,-7],[6,-3],[5,-7],[1,-8],[-3,-15],[3,-10],[-3,-12],[-8,-6],[-3,-18],[-6,-7],[-10,-10],[-2,-4],[0,-10],[-5,-8],[-4,-1],[-5,-10],[-11,-41],[16,0],[56,3],[41,1]],[[6060,4523],[2,-14],[8,-12],[4,-9],[-1,-8],[-3,-4],[-8,11],[-4,1],[-5,-7],[0,-6],[1,-5],[10,-12],[0,-6],[-6,-8],[-4,4],[-5,-5],[-2,-13],[-5,-6],[-5,-4],[-9,2],[-7,-8],[0,-9],[3,-15],[7,-8],[5,7],[1,-1],[1,-10],[-2,-7],[-2,2],[-14,-13],[0,-10],[6,-13],[-2,-7],[-3,-1],[-2,2],[-5,12],[-7,-3],[-2,-4],[0,-13],[7,-27],[-8,-12],[-2,-1],[-2,5],[-1,19],[-1,2],[-3,-2],[-6,-12],[-7,-8],[1,-16],[5,-1],[1,10],[4,4],[5,1],[1,-5],[-2,-10],[-3,-7],[1,-8],[-1,-13],[-9,-3],[-2,-10],[3,-8],[8,0],[3,-4],[3,-17],[0,-8],[2,-10],[-1,-8],[-3,-10],[-11,5],[-3,-3],[-3,-8],[2,-13],[-5,-15],[-16,3],[-3,-19]],[[5959,4114],[1,-10],[9,-11],[1,-5],[0,-7],[-4,-10],[-5,-6],[-1,-7],[0,-5],[-4,-1],[-3,4],[-11,-8]],[[5942,4048],[0,26],[-119,4],[-1,-17],[-3,0],[-1,17],[-4,1],[0,37],[-16,0],[-1,-11],[-7,1],[0,-28],[-13,0],[1,59],[-19,3],[-2,2],[5,0],[1,3],[-4,7],[-20,0],[0,-24],[-1,-1],[-7,-2],[-4,11],[-11,6],[-15,-11],[-12,-6],[-9,8],[-5,0],[-11,10],[-9,1],[-5,-3],[-4,2],[-1,-21],[-18,1],[-1,-39],[-31,2],[0,-5],[-3,-4],[-2,-21],[-2,4],[1,16],[-3,15],[-2,3],[-11,2],[-1,-9],[-18,2],[0,-12],[-18,-1],[0,-22],[2,-1],[0,-9],[-7,3],[-7,8],[-44,2],[0,-36],[-36,1],[-18,1],[0,-12],[-55,2],[-6,0],[0,-6],[-5,1],[0,-6],[-7,0],[0,-6],[-9,0],[0,-6],[-2,0],[0,-8],[-9,0],[0,3],[-18,1],[0,3],[-49,3],[0,10],[-23,3]],[[5243,4005],[1,79],[2,193]],[[5319,2876],[-1,4],[-4,2],[0,84],[0,78],[-1,125],[0,77],[0,58]],[[5313,3304],[40,-1],[51,0],[6,0],[43,-1],[44,0],[45,-1],[113,-3],[106,2],[4,0],[30,0],[16,0]],[[5811,3300],[0,-6],[-8,-26],[2,-9],[5,-4],[5,6],[2,8],[-1,15],[4,5],[3,0],[3,-14],[-1,-31],[-10,-15],[-3,-32],[4,-5],[6,0],[7,-11],[-14,-25],[-1,-7],[6,-20],[8,4],[3,3],[3,11],[4,1],[2,-7],[-1,-4],[-5,-14],[-5,-2],[-2,-6],[1,-8],[12,-13],[1,-6],[-5,-2],[-3,2],[-9,21],[-5,-10],[0,-10],[10,-21],[6,-2],[6,4],[4,-5],[-1,-9],[-6,-9],[1,-12],[3,-4],[12,-5],[5,15],[2,-1],[-7,-30],[-3,-4],[-7,3],[-1,-2],[-1,-5],[2,-7],[-1,-19],[-11,11],[-4,-7],[-4,0],[-2,-7],[-3,4],[-7,-8],[-2,-14],[2,-11],[8,-4],[5,6],[5,-6],[1,10],[-1,10],[5,-6],[4,0],[-2,-14],[-5,-11],[-6,-6],[2,-14],[-4,-1],[-7,13],[-3,-1],[0,-8],[10,-9],[3,-5],[0,-5],[-6,-12],[-10,-1],[-7,-30],[-7,-15],[-4,-5],[4,-13],[-1,-7],[-5,4],[-2,14],[-2,1],[-6,-8],[-2,-20],[-3,-10],[5,-3],[13,4],[0,-6],[-4,-4],[-10,4],[-5,-2],[1,-1],[-4,-14],[0,-26],[-3,-12],[-9,1],[-7,10],[-2,-3],[0,-9],[2,-7],[14,-1],[2,-7],[-3,-9],[-7,-9],[-7,-3],[0,-4],[-1,-29],[6,-14],[2,-6],[-3,-11],[-2,-1],[-5,7],[-2,7],[0,10],[-3,-1],[-3,-4],[1,-14],[5,-2],[-2,-6],[0,-9],[7,-9],[0,-11],[-2,-6],[-7,-5],[-14,3],[-1,-3],[1,-12],[6,-11],[2,-15],[-5,-21],[9,-18],[3,-10],[-4,-11],[-9,-8],[-1,-4]],[[5730,2476],[-5,-5],[3,14],[0,9],[-12,6],[-5,-7],[-1,-8],[-4,-3],[-1,-8],[-4,-7],[0,-44],[-2,-1],[-1,-5],[2,-3],[-70,1],[-4,1],[1,16],[-8,17],[0,13],[-10,0],[-4,10],[-7,3],[-4,-10],[-11,-7],[-1,-4],[3,-7],[-1,-5],[-4,-9],[-3,-1],[-4,3],[-8,-1],[-40,-4],[0,-6],[-27,1],[-27,1],[0,3],[-51,0],[-9,-10],[-11,9],[-4,-5]],[[5396,2423],[-1,6],[0,6],[3,1],[0,8],[3,1],[1,4],[-1,10],[-1,-1],[-2,5],[-4,2],[2,7],[-2,2],[1,6],[0,3],[3,-2],[7,10],[-3,8],[1,7],[-4,3],[0,5],[-3,2],[1,4],[3,3],[2,4],[-2,2],[-1,11],[3,2],[-2,5],[2,1],[-1,3],[-3,2],[-5,-7],[-3,3],[-1,8],[2,12],[-4,5],[0,12],[-1,2],[-2,-1],[-3,7],[-2,-1],[-4,10],[1,7],[7,18],[-4,0],[-1,10],[-4,3],[-1,4],[-1,5],[2,5],[-3,3],[1,6],[-5,-1],[-4,11],[0,2],[6,2],[2,10],[-5,1],[-2,6],[-3,-2],[-3,1],[-5,10],[-1,8],[-3,5],[-1,10],[3,1],[1,13],[1,2],[-1,8],[4,16],[-3,-2],[-1,2],[1,7],[-4,10],[2,8],[-2,12],[-6,6],[-2,13],[-1,9],[-2,-1],[-1,10],[-4,0],[1,7],[-3,0],[-6,5],[-1,10],[-5,13]],[[5237,3553],[2,126],[1,105],[2,128],[1,93]],[[5942,4048],[-3,-3],[-2,1],[1,15],[-2,6],[-5,-2],[-1,-10],[4,-13],[-2,-11],[3,-16],[-1,-8],[-6,-6],[-3,2],[-2,7],[3,7],[0,10],[-3,7],[-2,0],[-4,-7],[3,-31],[3,-5],[8,1],[1,-13],[-8,-14],[-5,0],[-1,6],[1,14],[-4,6],[-3,-23],[-1,-7],[1,-10],[8,-20],[-1,-5],[-5,-4],[-2,-5],[-2,-10],[3,-17],[-1,-9],[-4,-12],[-9,-15],[-1,-15],[-3,-5],[-2,1],[1,18],[-1,5],[-11,-2],[-2,-3],[3,-19],[-2,-16],[-6,9],[-2,-1],[-3,-9],[-2,-19],[-5,-5],[-11,13],[-1,-6],[2,-12],[17,-6],[3,-10],[-4,-7],[-3,-1],[-14,16],[-5,-12],[2,-13],[6,-9],[7,-1],[-3,-25],[-11,-3],[-4,-9],[-1,-6],[3,-7],[-1,-5],[-4,-2],[-2,3],[-1,9],[-4,-2],[-7,8],[-3,-5],[2,-8],[10,-15],[-7,-29],[1,-9],[4,-11],[7,-8],[1,-5],[-2,-6],[-4,-3],[-4,2],[-4,7],[-7,-4],[-6,2],[-1,-4],[1,-20],[2,-4],[4,-2],[8,5],[3,-6],[1,-9],[-8,-8],[-7,6],[-7,16],[-8,-3],[-1,-8],[2,-8],[8,-14],[1,-8],[-3,-16],[-3,-1],[-7,6],[0,-14],[2,-7],[2,0],[4,-6],[0,-5],[-5,-16],[-3,-6],[-1,-6],[9,1],[1,8],[0,16],[2,3],[6,-8],[2,-9],[-1,-7],[-1,-4],[-12,-9],[-1,-3],[3,-9],[8,-2],[7,11],[2,20],[2,1],[3,-2],[0,-12],[-3,-9],[-5,-7],[-4,-14],[-2,-15],[3,-22],[3,-8],[5,18],[4,0],[2,-4],[-2,-15],[-7,-8],[1,-27],[-1,-6],[-5,-6],[-10,8],[-3,-4],[1,-11],[8,-10],[5,-10],[-1,-7],[-6,-3],[-1,-8],[0,-3]],[[5313,3304],[1,101],[0,117],[-5,9],[-4,2],[-2,-4],[-10,-3],[-1,11],[-8,-3],[-1,-11],[-4,1],[2,10],[-2,3],[-7,-13],[1,10],[-1,2],[-4,-4],[0,-10],[-5,7],[-7,-10],[-5,5],[4,5],[1,7],[-2,1],[-2,-7],[-2,-1],[-4,10],[-3,0],[-1,3],[2,5],[0,8],[-7,-2]],[[5730,2476],[78,-1],[21,0],[40,1],[46,0],[3,0],[35,1],[14,1],[74,0],[18,0]],[[6059,2478],[1,-2],[0,-7],[1,-4],[-4,-4],[-1,-6],[1,-10],[-3,-2],[2,-5],[0,-3],[-3,-1],[0,-15],[-3,-1],[1,-12],[-3,-1],[0,-7],[-3,0],[-2,-9],[2,-17],[-2,-2],[0,-4],[-2,-2],[-2,-7],[3,-3],[-2,-2],[0,-8],[1,-2],[-2,-4],[3,2],[2,-8],[2,0],[-3,-11],[6,-29],[3,-1],[3,-14],[4,-8],[2,0],[1,-6],[3,-2],[0,-4],[2,-2],[2,-7],[0,-19],[3,-8],[1,-10],[3,0],[2,-5],[0,-8],[-3,-5],[0,-6],[2,-3],[1,-13],[2,-4],[0,-3],[6,-19]],[[6086,2145],[-27,-5],[-5,20],[-32,16],[-23,41],[-28,5],[-12,-32],[-20,-48],[5,-39],[21,-12],[28,-8],[21,5],[17,41],[16,-20],[10,22],[3,-16],[10,17],[3,-16],[-12,-28],[-23,-18],[5,-24],[19,7],[0,-29],[15,-9],[7,9],[2,45],[24,15],[-3,-24],[13,-14],[-9,-5],[5,-39],[-3,-7],[9,-13],[-9,-5],[-11,19],[-10,-31],[-19,5],[10,-23],[-3,-5],[17,-14],[5,-11],[-20,11],[-14,16],[-3,-4],[10,-27],[-16,8],[-3,-4],[4,-13],[-8,2],[39,-57],[1,-29],[27,-1],[8,-23],[13,4],[0,-22],[12,21],[11,-24],[2,-32],[15,5],[-12,-25],[14,-7],[-7,-25],[-11,20],[2,-21],[-7,-11],[1,-16],[-16,43],[-3,-26],[-24,-49],[23,86],[-10,13],[-3,-31],[-9,-2],[-1,19],[-12,29],[1,16],[-6,-9],[-22,19],[2,21],[-32,-4],[7,21],[-12,19],[1,24],[-26,-2],[-1,12],[-6,-4],[-18,25],[-4,-8],[-3,25],[-10,-21],[6,-20],[24,-20],[-3,-8],[4,-22],[-4,-9],[4,-17],[-14,5],[6,-44],[6,4],[-6,-20],[-26,-32],[-6,36],[3,28],[-6,9],[-1,-12],[-11,27],[-8,-16],[-2,22],[-8,10],[-4,-20],[-23,1],[4,-18],[-6,-16],[-5,13],[2,-37],[-8,8],[1,-18],[-18,-5],[2,14],[-12,9],[-7,-19],[-7,19],[18,16],[0,14],[-14,5],[-7,31],[-24,6],[-4,-18],[-20,37],[-8,35],[-30,25],[-20,-8],[0,45],[-16,1],[5,51],[-43,-18],[-3,17],[6,17],[4,-9],[-1,22],[-24,1],[-1,-15],[-29,-31],[2,18],[-12,-4],[24,-64],[-41,-27],[-54,19],[-108,82],[-85,-12],[-14,-14],[-17,35],[19,16],[5,64]],[[5361,2068],[9,22],[-1,15],[1,8],[2,1],[0,9],[2,0],[1,3],[-3,1],[0,11],[-1,2],[-2,16],[2,8],[1,23],[-5,4],[-5,14],[0,6],[2,5],[-2,6],[2,11],[4,10],[4,4],[-1,8],[1,3],[-3,8],[2,3],[-2,3],[2,8],[-5,9],[3,9],[0,8],[4,5],[4,-1],[-4,8],[1,3],[-1,7],[3,0],[3,13],[7,6],[1,10],[-1,9],[2,-1],[-2,6],[6,11],[0,12],[6,11],[-1,6],[-2,1],[2,6],[-1,5]],[[5663,1900],[20,23],[23,-30],[12,-1],[-11,-17],[1,-16],[-16,-4],[-29,45]],[[5780,1796],[7,-10],[13,26],[6,-34],[5,11],[-1,-17],[-3,1],[-2,9],[0,-14],[8,-3],[-2,-9],[5,6],[1,-13],[-26,11],[-11,36]],[[5851,1762],[-7,-7],[3,13],[-5,1],[1,-23],[6,3],[-3,-17],[-7,-1],[1,17],[-8,-5],[1,26],[-5,-9],[2,-26],[-12,15],[-1,27],[21,2],[1,11],[12,-27]],[[126,6160],[-16,42],[-43,62],[2,31],[-10,44],[49,223],[-7,61],[13,76],[3,59],[-15,110],[-17,21],[6,29],[0,61]],[[91,6979],[67,-2],[53,2],[51,2],[162,-1],[146,-2],[98,-3],[152,1]],[[820,6976],[0,-333],[0,-596]],[[820,6047],[-3,-1],[0,-4],[-22,0],[-55,0],[0,-4],[-31,0],[-6,-9],[-7,11],[-6,3],[-7,-1],[-10,24],[-3,1],[-4,-7],[-6,-3],[-3,-30],[-11,-18],[-12,-14],[-2,-1],[0,8],[-5,-1],[0,4],[-3,0],[-1,13],[-3,0],[-1,6],[-2,0],[0,6],[-3,0],[0,5],[-3,0],[0,11],[-4,0],[0,6],[-3,-1],[0,6],[-3,0],[-1,6],[-2,0],[-3,10],[-3,3],[0,4],[-3,0],[0,6],[-3,0],[-2,15],[-8,3],[0,14],[-2,0],[0,5],[2,1],[-1,17],[2,0],[0,11],[-2,0],[0,8],[-1,0],[0,8],[2,1],[1,9],[4,0],[0,9],[2,0],[-1,6],[-3,4],[0,4],[-3,-1],[0,24],[-3,0],[-3,0],[0,-10],[-1,0],[0,-4],[-3,0],[0,-3],[-3,0],[0,-4],[-18,-3],[0,-15],[-2,-2],[-1,-7],[-3,-1],[0,-6],[-1,-1],[0,-8],[-2,-1],[0,-7],[-12,0],[-5,-20],[-3,-16],[-3,-4],[-51,2],[0,-7],[4,2],[1,-1],[-2,-6],[-1,-8],[0,-13],[2,-4],[-154,0],[-3,21],[1,21],[4,7],[1,9],[-3,17],[-104,0],[-1,8],[-81,0]],[[550,5398],[-18,-17],[-1,30],[-20,-42],[-21,3],[-14,27],[-43,-28],[-7,36],[-8,19],[-4,-5],[10,-14],[2,-25],[-22,26],[-5,-20],[-11,0],[-6,16]],[[382,5404],[-7,14],[-12,-3],[-13,11],[-3,-1],[-29,45],[-7,-2],[-5,2],[-5,-6]],[[301,5464],[-10,-2],[-12,57],[-31,47],[-39,86],[-34,69],[7,48],[-23,125],[10,83],[-5,56],[-9,57],[-29,70]],[[820,6047],[0,-114],[0,-54],[0,-63],[0,-21],[0,-18],[0,-28],[18,-29],[55,-90]],[[893,5630],[-6,-17],[-1,-19],[10,-42],[2,-12],[-2,-9],[0,-19],[-1,-5],[-9,-4],[1,-13],[-3,-10],[-5,3],[-5,8],[-1,15],[-3,7],[-6,0],[-8,-7],[-9,-14],[-5,-3],[-25,30],[-6,6],[-4,-2],[0,27],[-12,-7],[-12,1],[-20,-12],[-18,0],[-10,-9],[-5,-8],[-14,-12],[-1,-13],[-5,-12],[-21,-18],[-8,-1],[-7,-12],[-7,-15],[-5,2],[-13,-1],[-6,31],[-13,-4],[-11,-14],[-7,-4],[-12,2],[-9,-8],[-14,1],[-4,9],[-7,0],[-9,-25],[-2,-16],[-5,-7]],[[9588,7806],[3,-2],[8,24],[-4,10],[1,14],[-6,33],[-12,2],[-1,4],[-5,5],[-1,29],[0,6],[4,-1],[1,5],[-16,4],[11,50],[9,-2],[4,35],[-8,2],[2,35],[-10,3],[5,11],[-7,3],[0,7],[1,1],[11,3],[1,17],[2,3],[7,1],[3,-15],[10,2],[-2,33],[1,1],[-14,110],[-24,-8],[1,-10],[-21,-7],[-6,37],[-1,0],[-10,77],[2,1],[-14,100],[12,17],[-1,12],[3,3],[-3,9],[3,2],[0,4],[-8,1],[1,8],[-7,6],[-3,14],[-3,5],[3,3],[0,4],[3,9],[2,-8],[7,0],[-1,8],[4,15],[-2,6],[3,5],[-3,16],[2,2],[6,-13],[4,5],[-6,47],[-8,-2],[2,245],[-51,0]],[[9472,8852],[5,49],[131,312],[31,-12],[2,-68],[25,-31],[65,47],[22,-5],[10,30],[18,-2],[76,-119],[2,-457],[4,-12],[-7,-16],[6,-20],[-7,-14],[0,-48],[8,-7],[6,9],[18,-32],[31,-5],[4,-36],[-16,-7],[15,-45],[-10,-40],[7,-37],[16,-27],[12,24],[19,-10],[3,-14],[14,-67],[-14,-22],[31,-32],[-7,-19],[-33,-52],[-19,0],[-14,15],[-31,-38],[-8,-24],[-34,6],[-8,-7],[-7,-35],[-12,8],[1,14],[-4,-8],[-5,-41],[-10,-2],[-11,39],[-19,6],[-20,-24],[-12,14],[-21,-27],[4,-45],[-5,-12],[-32,35],[-12,-8],[0,36],[12,38],[0,18],[-14,23],[0,23],[-6,-22],[9,-17],[-1,-30],[-25,-27],[-5,-65],[-6,-11],[-9,-72],[-25,-50],[-13,-2],[-9,31]],[[9753,7954],[7,8],[-1,13],[20,3],[13,-42],[-24,-18],[-3,-27],[-14,19],[2,44]],[[893,5630],[44,-72],[29,-48],[127,-215],[100,-175]],[[1193,5120],[-161,-2],[-5,10],[-8,-2],[-2,3],[-1,9],[-4,1],[-4,9],[-19,20],[-45,-88],[-5,-6],[-4,-18],[3,-42],[-1,-5],[-5,-7],[0,-5],[-4,-6],[-3,1],[-1,4],[-3,-1],[-1,-6],[-4,-2],[-2,-11],[-2,1],[-4,13],[-2,-1],[0,-6],[-2,-1],[-4,6],[-2,-1],[0,-11],[4,-2],[0,-3],[-4,-6],[1,-4],[-4,-4],[-3,2],[-4,-16],[-1,-1],[-2,6],[-3,-5],[-2,-7],[-12,-12],[-3,-24],[-3,-5],[-3,-13],[-5,-11],[-5,2],[-4,-1],[-2,2],[-10,-10],[-9,1],[-8,-8],[-9,2],[-10,-9],[-5,-1],[-2,-8],[-2,0],[-1,5],[-5,-3],[0,-4],[-3,1],[-7,-6],[-9,14],[-1,-5],[-4,2],[1,4],[-2,6],[-12,18],[-3,13],[2,7],[-1,10],[-7,23],[-3,4],[-5,19],[-65,-124],[-4,7],[-35,34],[0,7],[-7,20],[-8,6],[-1,6],[3,9],[-34,1],[-6,10],[-6,-1],[-3,-4],[-2,-12],[-6,-9],[-3,-12],[-3,0],[-2,3],[-6,3],[-2,-3],[-3,6],[-13,0],[-3,-2],[-3,-9],[-4,-3],[-3,-11]],[[509,4871],[-16,46],[-31,-6],[-19,22],[-17,43],[-25,54],[5,47],[-9,52],[-11,17],[1,73],[0,34],[17,10],[9,-34],[-3,-9],[1,-38],[47,-64],[19,3],[-20,15],[-19,97],[-19,18],[1,47],[-11,7],[-2,26],[15,17],[51,17],[52,-14],[7,26],[14,3],[2,-12],[3,0],[-4,20],[3,10]],[[382,5404],[9,-27],[-6,-28],[12,-14],[-9,-21],[6,-40],[-10,-5],[-26,35],[-5,-5],[-22,46],[-17,9],[-7,-16],[-9,2],[12,65],[-9,59]],[[9286,8332],[22,15],[15,-46],[5,22],[6,31],[-3,15],[5,14],[28,-14],[-14,50],[29,60],[27,25],[-4,28],[28,45],[2,18],[-11,10],[5,35],[-4,5],[13,29],[-10,22],[16,59],[25,38],[6,59]],[[9588,7806],[-9,3],[-15,-56],[-19,-17],[-13,3],[2,52],[7,22],[-18,-39],[-5,-19],[4,-44],[-4,-10],[-5,13],[-4,96],[6,9],[-2,10],[-14,-30],[11,-100],[-6,-11],[-4,6],[1,41],[-7,14],[-3,-36],[-12,-9],[-5,8],[3,24],[-7,0],[-23,-23],[-13,-43],[2,-44],[-21,-17],[-4,-43],[-16,-33],[-14,-6],[-22,-100],[-26,12]],[[9333,7439],[-2,16],[3,31],[-16,19],[0,8],[-11,27],[-2,12],[3,17],[-2,13],[2,19],[-1,6],[3,7],[-1,7],[-3,3],[-2,90],[-4,201],[-4,158],[-10,259]],[[589,4441],[-20,33],[-42,123],[-34,51],[-12,113],[7,24],[8,-13],[10,16],[8,70],[-5,13]],[[1193,5120],[118,-204]],[[1311,4916],[220,-393]],[[1531,4523],[45,-84]],[[1576,4439],[-169,0],[-180,4],[-50,0],[1,-3],[-14,0],[-263,-2],[-114,1],[-2,-1],[-196,3]],[[8137,5882],[-4,3],[-1,5],[2,9],[-2,7],[3,8],[-1,3],[-2,9],[-8,2],[-1,4],[2,4],[-2,5],[4,-2],[-3,9],[5,7],[-9,-1],[-4,3],[4,4],[-1,7],[-1,-1],[-1,2],[-4,-7],[-1,13],[-3,5],[0,3],[6,0],[2,3],[0,13],[-2,-1],[-6,6],[-1,-7],[-2,-1],[-6,9],[-1,-2],[2,-9],[-2,-3],[-3,11],[-6,-5],[-5,9],[-12,22],[-15,8],[-4,-8],[-4,-1],[0,-6],[-5,-7],[-3,-9],[-13,9],[-1,-4],[-4,0],[-1,-7],[-8,3],[5,-14],[-8,2],[-2,-5],[7,-13],[-5,0],[-1,-6],[-5,-6],[-5,2],[-9,-1],[-7,6],[-6,-3],[-2,4],[-3,-1],[-8,10],[-3,7],[-5,2],[-2,8],[6,3],[1,5],[0,2],[-6,0],[-1,7],[-5,-5],[0,-7],[-4,-12],[3,-7],[-6,-2],[-5,-15],[-15,-27],[-2,-9],[-14,19],[-3,0],[-1,-6],[-6,0],[2,-2],[-2,-7],[-4,-13],[-5,-1],[-1,-8],[-17,-19],[-3,-9],[-3,-11],[-8,-3],[-7,-9],[-11,-24],[-2,1],[-5,-7],[1,214]],[[7833,6046],[15,0],[81,1],[19,1],[75,0],[9,0],[41,0],[107,-2],[2,0],[42,1],[39,0],[36,0],[38,-1],[58,1],[17,0],[60,1]],[[8472,6048],[3,-140],[2,-35],[0,-20],[2,-44],[4,-127],[3,-74],[0,-38],[2,-38],[60,-4],[45,-2]],[[8593,5526],[-11,-33],[1,-39],[-20,-30],[-19,-54],[0,-21]],[[8544,5349],[-44,-9],[-3,-10]],[[8497,5330],[-38,4],[17,48],[-22,32],[10,23],[-4,3],[11,10],[-17,-2],[4,40],[-3,8],[-11,-39],[-7,1],[-5,16],[-8,-26],[-39,73],[0,17],[18,26],[-11,22],[38,-10],[1,21],[-3,-13],[-5,8],[-9,40],[-8,0],[-9,22],[-7,3],[-13,-37],[-2,8],[14,55],[13,-28],[5,10],[9,40],[7,1],[-5,4],[1,20],[-3,-11],[-15,22],[16,59],[-20,-11],[-3,16],[4,30],[18,48],[13,15],[33,9],[-23,6],[5,31],[-4,22],[-10,19],[-8,-11],[-13,-58],[-12,-11],[-24,7],[-6,-66],[-23,5],[-13,7],[7,-12],[-2,-13],[-5,-7],[2,-10],[5,16],[24,-32],[-8,-86],[-13,-61],[4,-20],[3,-77],[21,-54],[-3,-18],[-3,-11],[-9,6],[-8,31],[-22,16],[52,-97],[3,-68],[-43,72],[-32,5],[-18,64],[-7,-37],[-12,12],[-5,40],[-38,-15],[-6,9],[-3,30],[25,66]],[[8240,5607],[1,12],[6,11],[2,5],[4,-2],[2,3],[0,29]],[[8255,5665],[2,10],[-2,7],[1,3]],[[8256,5685],[0,10],[-5,10],[-2,12],[-8,7],[-5,13],[-15,5],[-3,21],[-11,14],[-4,2],[-15,0],[-5,6],[-3,9],[-6,5],[-1,17],[7,8],[3,17],[-1,4],[-5,9],[-8,8],[-5,12],[-8,0],[-11,8],[-8,0]],[[8385,5714],[0,24],[-8,-4],[4,-6],[-1,-13],[-3,5],[2,-19],[-8,-9],[3,42],[10,34],[9,-25],[0,-23],[-5,11],[-3,-17]],[[8597,5526],[4,0]],[[8601,5526],[-7,-52],[3,52]],[[8562,5353],[5,4],[6,23],[7,46],[13,47],[-14,-80],[-12,-39]],[[8567,5354],[-5,-1]],[[1784,3736],[-153,0],[0,-16],[-115,-3],[-164,1],[0,-12],[-52,1],[0,4],[-26,1],[0,6],[-31,-1],[0,-17],[-9,-7],[-1,-19],[-8,0],[0,-9],[-4,-1],[0,-9],[-18,29],[-32,-3],[-1,-13],[-3,-6],[0,-6],[-4,-1],[-5,-7],[-4,-22],[-4,-7],[0,-13],[-3,-6]],[[1147,3600],[-24,11],[-7,-29],[-21,15],[-4,15],[7,15],[-4,29],[-22,63],[-43,-8],[-26,9],[-48,44],[-9,37],[-37,56],[-22,17],[-45,-5],[-25,24],[-22,4],[-55,-12],[-9,32],[-23,21],[7,54],[-5,23],[4,39],[-10,20],[4,28],[4,42],[-3,27],[-39,28],[-4,20],[6,44],[-4,25],[-20,12],[-27,71],[-22,14],[-10,56]],[[1576,4439],[174,-326]],[[842,3735],[35,-23],[16,15],[9,-9],[-3,-12],[-30,-17],[-23,2],[-8,15],[3,11],[-9,11],[10,7]],[[790,3673],[-12,35],[33,13],[15,-39],[-26,-21],[-10,12]],[[1063,3491],[40,-29],[11,-31],[-1,-11],[-26,7],[-5,39],[-13,6],[-6,19]],[[1105,3220],[-12,-5],[-16,35],[-15,53],[5,6],[5,-20],[33,-69]],[[1733,3180],[-240,-42],[-177,-34],[-12,75],[14,-47],[-1,31],[-13,24],[-8,-24],[-7,70],[5,15],[-12,92],[-14,50],[-33,66],[-88,144]],[[9370,6746],[6,15],[3,-20],[-4,-3],[10,-4],[5,-24],[-43,-3],[-6,-14],[-13,20],[11,2],[2,-11],[3,23],[15,30],[11,8],[0,-19]],[[9469,6698],[4,5],[-3,6],[-11,-17],[9,22],[-2,17],[14,-40],[0,-17],[-23,-6],[-20,13],[2,10],[18,-7],[12,14]],[[2714,6021],[1,226],[0,186]],[[2715,6433],[0,137]],[[2715,6570],[196,2]],[[2911,6572],[106,-1],[76,-1],[93,1]],[[3186,6571],[21,-1],[161,-1],[59,-1],[153,4]],[[3580,6572],[83,-2],[33,1],[126,-1],[6,1],[99,-1],[0,-105],[0,-18],[0,-110],[0,-36],[-1,-141]],[[3927,5984],[-131,-1],[-59,-2],[-97,1],[0,69],[-204,1],[1,4],[6,1],[-1,8],[4,1],[0,4],[3,2],[0,8],[-6,0],[0,-4],[-3,-1],[0,5],[-4,1],[-2,-9],[-5,0],[-2,3],[-19,0],[0,49],[-59,-1],[-1,-67],[-14,3],[-14,16],[-3,5],[0,7],[-3,-1],[-8,9],[-9,3],[-6,-16],[-5,-4],[-7,2],[-5,-5],[-8,3],[-3,-2],[1,-18],[-7,-25],[-9,-2],[-10,2],[-5,14],[-1,19],[-4,16],[-4,7],[-13,10],[-9,22],[-5,3],[-20,-1],[-2,4],[-9,0],[-33,0],[-69,-1],[0,71],[-46,-1],[-1,-34],[-2,-1],[-1,-34],[-18,-1],[-1,-38],[-86,-2],[-1,-52],[-106,-2],[-1,-16],[-59,0],[-1,4],[-27,1]],[[2714,5544],[0,355],[0,65],[0,57]],[[3927,5594],[-195,-3],[0,-38],[-56,-1],[0,-2],[-95,3],[-153,1],[0,-106],[-19,-1],[-127,-3],[-12,19],[-10,25],[-9,13],[-12,26],[-5,3],[-2,-3],[-2,-9],[-29,0],[1,-3],[-131,-2],[-1,-111],[-98,0],[-3,35],[-9,29],[23,-1],[0,148],[-151,3],[-1,-69],[-117,-3]],[[2715,4931],[0,260],[1,105],[0,108],[-2,38],[0,102]],[[3929,4928],[-167,4]],[[3762,4932],[-13,0],[-159,-2],[-200,0],[-11,-1]],[[3379,4929],[-87,1],[-48,-1],[-83,0],[-67,-1],[-5,4],[-91,-1]],[[2998,4931],[-10,1],[-156,0],[-117,-1]],[[6272,9508],[-22,-57],[-48,-30],[-22,-45],[-19,-11],[-9,9],[-2,16],[8,22],[114,96]],[[6272,9147],[11,26],[39,38],[73,9],[15,-22],[-6,-9],[-31,-15],[-53,-64],[-33,-87],[-10,50],[-21,10],[-1,44],[17,20]],[[6415,8266],[-10,15],[-1,9],[3,5],[0,11],[3,4],[0,10],[10,31],[0,6],[-8,12],[-12,-16],[-12,2],[-2,-5],[-4,10],[-1,1],[-1,-4],[-1,1],[6,17],[-2,16],[8,9],[4,13],[-3,19],[-4,9],[8,0],[1,13],[0,6],[-7,17],[0,4],[6,4],[1,4],[-4,7],[0,4],[-7,4],[-6,12],[-16,7],[-4,11],[-10,-3]],[[6350,8531],[-7,2],[-7,11],[1,7],[10,15],[-5,8],[0,12],[-3,2],[-7,4],[-5,7],[-6,-2],[-7,8],[-7,-2],[-4,2],[-9,11],[-5,-5],[-9,7],[-5,0],[-2,5],[-4,3],[-5,0],[-5,-4],[-4,3],[-3,-9],[-5,-1],[-6,11],[-4,0],[-4,4],[-8,-3],[-1,5],[-3,1],[-2,-4],[-21,19],[-10,11],[-20,19],[-143,65],[-32,15],[-1,10],[-4,11],[-4,20],[-8,26],[-8,2],[-2,5],[-6,1],[0,8],[-2,3],[-12,-5],[-4,12]],[[5942,8851],[67,45],[23,37],[16,23],[70,10],[30,30],[16,30],[22,1],[12,13],[7,31],[45,49],[2,-39],[18,-10],[0,-30],[12,-17],[-1,-26],[-5,-30],[5,-22],[47,60],[-2,-19],[26,5],[24,-1],[41,-30],[50,-135],[45,-2],[19,14],[23,-38],[19,17],[21,-26],[31,57],[54,46],[9,-7],[41,16],[62,-9],[47,34],[48,6],[-13,-31],[2,-60],[-6,-18],[6,-12],[15,5],[22,-18],[30,16],[10,-31],[27,30],[18,3],[22,-98],[-15,-17],[4,-15],[22,2],[16,-19],[-6,-14],[13,-28],[15,-8],[-1,-19],[-36,7],[-41,9],[-26,-9],[-20,25],[-12,-1],[-8,-74],[-20,14],[-37,55],[-55,31],[-22,1],[-26,-53],[-35,-1],[-10,-5],[0,-16],[-26,18],[-33,-7],[-10,-16],[-5,-30],[-20,-29],[-12,-6],[1,-10],[-9,-6],[-9,-36],[-10,12],[-2,17],[20,50],[-31,5],[-24,-46],[-39,-7],[-23,-58],[-13,-54],[-43,-107],[-2,-22],[-14,13]],[[7076,8624],[9,-11],[8,16],[14,4],[-1,15],[-9,5],[15,8],[10,-7],[10,-31],[10,-10],[-7,-25],[-11,-4],[-9,15],[-30,-7],[-9,25],[-5,-11],[5,18]],[[8871,6999],[76,-4],[7,0],[33,-1],[0,-15],[8,2],[2,13],[26,-1],[0,-4],[4,0],[2,3],[11,1],[65,-2],[7,0],[50,-4],[1,-5]],[[9163,6982],[2,-116],[-1,-33],[0,-16],[-2,-76],[-7,-5],[1,-25],[-1,-7],[-4,-1]],[[9151,6703],[-72,-17],[-7,3],[-9,28],[0,-33],[-26,-6],[-66,3],[-34,-45],[-95,-66]],[[8842,6570],[0,6],[-12,36],[42,45],[-12,34],[1,29],[2,65],[3,58],[5,156]],[[6631,7725],[-6,54],[4,-2],[-14,44],[23,53],[20,69],[6,70],[-4,73],[26,14],[4,18],[-2,29],[5,20],[47,36],[32,86],[8,-6],[-15,-91],[2,-74],[20,-6],[13,39],[11,62],[-1,82],[3,26],[12,19],[37,20],[18,1],[11,15],[-27,23],[-7,43],[7,25],[17,22],[2,22],[43,17],[44,-52],[25,5],[20,-14],[13,-24],[5,-30],[31,-3],[25,-34],[12,2],[21,-26],[16,4],[1,-13],[17,-23],[-5,-6],[4,-18],[15,-47],[-23,-19],[2,-17],[-5,-5],[6,-30],[19,-26],[6,-65],[-6,-77],[-7,-74],[-30,-30],[-6,-37],[-6,-41],[-18,-30],[-29,-14],[-8,-19]],[[7065,7765],[-22,0],[0,35],[-21,0],[0,-70],[-34,0],[0,-5],[-43,0],[-83,-2],[-82,1],[-82,0],[-67,1]],[[8472,6048],[3,0],[5,21],[9,18],[8,8],[11,0],[20,-5],[8,-11]],[[8536,6079],[2,-4],[-3,-5],[-6,-6],[-2,-9],[-1,-9],[-2,-2]],[[8524,6044],[-21,-42],[8,-18],[-4,-43],[13,-39],[19,-45],[1,-76],[13,-24],[3,-28],[20,-56],[19,-4],[6,-143]],[[8597,5526],[-4,0]],[[6560,6884],[38,58],[20,90],[22,50],[15,71],[12,144],[-10,142],[-32,145],[-14,77],[16,45],[8,-2],[-5,6],[1,15]],[[7065,7765],[-3,-89],[41,-41],[8,3],[21,49],[6,-10],[5,18],[17,40],[8,40],[66,53],[24,-15],[13,-25],[19,-76],[2,-38],[18,-214],[14,-82],[-9,-30],[0,-56],[-8,-52],[-22,-1],[2,15],[-16,5],[-16,-19],[3,-9],[-15,-48],[3,-15],[-10,-39],[-31,-29],[-15,-73],[1,-33],[-51,-127]],[[7140,6867],[-48,-3],[-18,0],[-85,-4],[-5,0],[-70,-4]],[[6459,2263],[-4,20],[4,10],[5,27],[-1,19],[-4,10],[-7,6],[-12,17],[-2,15],[-13,26],[-2,12],[7,31],[-2,20],[75,0],[67,-2],[13,0]],[[6583,2474],[55,-2],[35,1],[26,-1],[95,3],[0,1],[84,0]],[[6878,2476],[0,-9],[4,-7],[1,-15],[6,-13],[1,-20],[0,-18],[0,-11],[2,-9],[5,-4],[4,-12],[1,-1],[84,-7],[16,-2],[36,-5],[13,-1],[45,-6],[23,-4],[51,-7],[2,0],[29,-5]],[[7201,2320],[76,-10],[19,-3],[21,-3],[9,-2],[33,-4],[-3,-15],[3,-11],[4,-6],[-1,-27],[4,-22],[3,-3],[19,1]],[[7388,2215],[1,-39],[0,-33],[0,-20],[1,-171],[-2,-100]],[[7388,1852],[0,-9],[-2,-7],[-4,-3],[-5,1],[-5,-5],[-10,4],[0,8],[3,4],[-4,11],[-34,-1],[-26,-2],[0,24],[-17,1],[0,10],[-18,-1],[0,6],[-3,1],[0,3],[-14,1],[0,2],[-14,2],[-1,-10],[-4,-11],[0,-8],[-2,-4],[-1,-16],[-6,-18],[-1,-13],[-6,-10],[-1,-7],[0,-5],[-5,-3],[-3,-7]],[[7205,1790],[-11,7],[-11,37],[-25,35],[-4,61],[-25,28],[-18,71],[-55,68],[-18,9],[-13,-7],[-14,11],[-21,-16],[-1,-38],[-14,6],[1,-13],[16,-5],[-1,-15],[-20,8],[-69,-75],[-12,13],[-10,-24],[-39,-8],[-26,-7],[-8,38],[-1,35],[4,6],[-2,-34],[8,-42],[9,4],[1,45],[-15,46],[-42,69],[10,3],[17,-31],[10,3],[-3,6],[9,-9],[0,5],[-3,10],[-12,-3],[-11,32],[-31,20],[8,30],[11,-1],[5,25],[-25,-19],[-6,13],[-17,-7],[3,-19],[13,-2],[5,-41],[-45,60],[-69,46],[-21,9],[21,-1],[25,-3],[0,12],[22,-17],[-2,16],[-16,25],[-29,-10],[-12,16],[-27,-32],[-31,-2],[-70,-26],[45,44],[-14,21],[5,31],[-6,-1],[-8,-56],[-10,47],[-8,-3],[2,-38],[-20,-44],[-26,-14],[3,32],[11,12],[-1,11],[-12,10]],[[6568,2231],[29,4],[15,-3],[2,-2],[-1,-3],[-36,3],[-10,-4],[-7,-2],[-70,-27],[-5,0],[-4,5],[1,3],[15,-2],[11,7],[15,7],[21,5],[16,7],[8,2]],[[4828,9090],[3,7],[-2,29]],[[4829,9126],[-2,7],[2,15],[-2,9],[2,11],[-3,8],[2,9],[-1,10],[-3,2],[2,10],[-2,10],[2,16],[-1,8],[2,10],[-2,7],[1,16],[-3,6],[-3,24],[-6,16],[-2,20],[-4,13],[-5,6],[2,8],[-4,17],[-4,2],[1,18],[-6,15],[-3,38],[-4,9],[-2,13],[-3,6],[0,11],[-3,2],[4,4],[-4,4],[0,3],[0,8],[1,4],[3,1],[-5,6],[6,3],[-3,2],[0,10],[-2,3],[4,5],[0,3],[-3,3],[3,1],[0,4],[-3,3],[3,3],[-4,3],[1,14],[-3,1],[2,4],[0,5],[-4,1],[5,8],[-3,1],[-1,4],[5,-1],[1,8],[-4,1],[1,32],[-2,0],[1,7],[-2,2],[-1,2],[2,2],[-3,5],[2,5],[-1,4],[3,2],[0,11],[3,2],[0,4],[3,0],[2,18],[-4,9],[2,5],[-5,8],[1,8],[-3,4],[2,3],[-2,7],[-5,8],[2,4],[-3,2],[2,9],[-1,15],[-7,24],[-2,28]],[[4761,9847],[142,0],[196,0],[21,0],[1,152],[55,-17],[26,-186],[-2,-40],[21,-26],[24,-2],[24,-1],[11,-23],[67,-11],[5,-41],[6,-5],[46,9],[8,6],[2,18],[26,18],[37,-4],[25,1],[38,-37],[15,1],[3,-16],[-13,-3],[-1,-14],[36,-9],[7,-15],[-3,-18],[18,-56],[16,9],[-4,22],[4,23],[26,5],[16,-4],[10,-43],[33,-18],[13,-4],[1,-34],[24,-4],[-1,-25],[58,16],[37,46],[28,24],[21,-68],[30,14],[2,-12],[71,8],[21,-11],[7,-25],[15,-13],[26,14],[38,-10],[-17,-4],[-2,-13],[-63,-56],[-88,-47],[-88,-101],[-78,-138],[-57,-81],[-50,-56],[-22,-50],[-15,-1]],[[5614,8891],[0,40],[-131,1],[0,105],[-124,3],[0,74],[-3,3],[-2,10],[3,7],[1,17],[-9,0],[-8,9],[-5,-12],[-6,5],[-4,11],[-9,6],[-4,12],[0,17],[-7,21],[-4,4],[-5,-1],[-31,-24],[-18,6],[0,-8],[-44,0],[-89,0],[0,-36],[3,0],[-1,-72],[-66,1],[-90,1],[-21,-1],[-112,0]],[[7423,563],[6,0],[0,-5],[27,-1],[1,44],[15,-1],[0,38],[1,104],[0,108],[0,126],[0,125],[73,-1],[1,9],[-3,8],[0,15],[-3,5],[-1,14],[-3,7],[-4,16],[-4,9],[-6,-1],[-4,8],[-2,12],[-14,44],[-5,2],[-3,12],[-5,5],[1,3],[4,0],[1,-5],[3,0],[6,-9],[5,14],[0,12],[-18,-1],[0,24],[-11,1],[0,19],[-8,29],[-17,1],[0,34],[-22,-1],[-1,7],[-11,0],[0,-7],[-17,1],[1,251],[51,1],[-1,38],[4,0],[-1,95],[-5,11],[-1,7],[0,4],[3,1],[-1,8],[-2,4],[-10,2],[-1,22],[-5,1],[-1,22],[-11,2],[-1,16],[-3,-3],[-4,2],[-2,-5],[-6,3],[-1,-2],[-6,-1],[-14,-14]],[[7388,2215],[3,6],[-2,22],[2,4],[2,14],[3,38],[-1,12],[-6,21],[3,44],[3,3],[-1,11],[6,-6],[4,8],[1,10],[2,1],[6,-4],[2,6],[4,-12],[12,-5],[5,-11],[3,4],[4,-3],[3,-7],[13,-7],[3,1],[4,-6],[0,3],[11,-7],[2,6]],[[7479,2361],[5,-50],[-3,-18],[10,-41],[-4,-31],[7,-9],[1,-45],[23,-137],[-3,-34],[13,-38],[2,-28],[21,-98],[2,-32],[54,-232],[4,-20],[-12,20],[-3,0],[18,-158],[44,-217],[-3,-18],[5,8],[14,-58],[7,-60],[21,-120],[8,-32],[-5,12],[-12,11],[-6,3],[6,-15],[12,-4],[13,-38],[10,-56],[-4,0],[11,-72],[-6,-193],[-8,-143],[-11,-89],[-19,-60],[-5,-50],[5,-37],[-20,-62],[0,-23],[-23,8],[-25,-25],[-28,14],[-21,-23],[-24,2],[-5,12],[-7,43],[8,21],[22,-43],[11,-5],[6,18],[-10,31],[-30,30],[-19,117],[10,12],[-10,38],[-48,45],[-32,4],[2,31],[-15,46],[-4,71],[-6,19]],[[7616,1570],[-5,13],[-9,30],[-13,49],[-4,23],[3,-4],[6,-28],[22,-83]],[[7618,1568],[25,-80],[9,-52],[-10,-22],[-6,1],[7,56],[-3,23],[-11,6],[-5,-13],[-16,13],[-1,28],[9,8],[-3,12],[19,-32],[-14,52]],[[7624,1485],[6,8],[8,-12],[-9,-59],[-1,-52],[11,-64],[-20,98],[5,81]],[[7700,163],[-18,-80],[-40,-83],[40,104],[4,24],[-5,11],[19,24]],[[4828,8448],[-2,10],[4,17],[30,36],[9,29],[3,4],[4,47]],[[4876,8591],[0,6],[-2,30],[4,30],[-3,34],[-3,6],[0,9],[-2,10],[-1,40],[-2,6],[-6,3],[-6,22],[-4,6],[-1,17],[-4,9],[-2,40],[-4,5],[-2,10],[-1,2],[-1,20],[2,12],[1,22],[-3,21],[5,13],[-2,9],[4,23],[-1,6],[-5,-2],[0,6],[-2,4],[1,5],[-4,0],[-1,14],[-2,3],[2,10],[0,18],[1,6],[-4,24]],[[5614,8891],[2,-3]],[[5616,8888],[0,-99],[0,-107],[0,-34],[-7,-7],[-3,-14],[-3,-2],[-10,4],[-7,-19],[-11,1],[-5,-13],[-19,-14],[-7,-11],[-5,-18],[-2,-3],[-6,-31],[-9,-13],[-5,-8],[-4,-27]],[[5513,8473],[1,-27],[8,-7],[12,1],[6,-7],[7,-32],[6,-6],[1,-6],[0,-18],[-6,-14],[-4,-18],[-7,-9]],[[5537,8330],[-47,1],[-1,46],[-85,1],[0,59],[-43,2],[-67,-2],[0,-16],[3,-13],[14,-23],[-7,-33],[-5,-9],[-8,-10],[-5,8],[-10,-5],[-1,-11],[-20,0],[-1,18],[-67,-1],[0,36],[-63,-1],[-22,-1],[-84,2],[-66,-1],[-21,0],[0,72],[-2,0],[-101,-1]],[[7423,563],[-2,44],[-14,12],[-4,20],[6,7],[8,45],[19,27],[-21,-19],[-8,-46],[-14,-11],[-10,79],[2,21],[3,40],[-8,23],[19,17],[2,28],[-3,0],[-3,-23],[-24,-16],[-18,28],[-5,8],[5,-11],[14,-34],[4,-51],[-24,24],[-11,41],[-8,20],[5,-20],[-2,-1],[-22,119],[-4,10],[3,-21],[-10,26],[7,24],[-6,22],[-21,36],[9,12],[-5,-4],[-3,13],[34,-19],[-5,14],[15,4],[-25,-4],[-11,10],[12,6],[2,12],[-12,-11],[15,22],[-2,15],[25,60],[1,47],[-11,14],[-3,-48],[-5,3],[-5,43],[-19,38],[0,-9],[-9,16],[5,-14],[-5,-15],[10,-3],[-14,-11],[27,-25],[-10,-13],[-3,-54],[-6,-4],[-20,51],[11,-46],[-2,-13],[-18,67],[11,132],[19,105],[6,108],[-8,48],[8,2],[0,29],[-21,51],[-8,60],[-40,9],[-7,36],[-12,14],[6,11]],[[7379,667],[7,-36],[-6,-1],[-6,61],[-9,16],[10,4],[4,-44]],[[4894,7594],[1,143],[0,144]],[[4895,7881],[0,139],[0,37],[0,70],[0,70],[0,124],[-1,10],[-3,12],[-9,19],[-13,9],[-15,6],[-8,19],[-5,25],[-13,27]],[[5537,8330],[-2,-34],[-1,-11],[3,-12],[0,-18],[-9,-20],[6,-17],[-1,-9],[3,-27],[0,-8],[-3,-7],[1,-15],[0,-11],[-7,-36],[12,-14],[18,-29],[4,-13],[17,-14],[29,-10],[4,-5],[4,-19],[8,-15],[7,-7],[20,-10],[21,-21],[6,-10],[2,-9],[1,-12],[5,-12],[7,-28],[17,-22],[17,-29],[9,-10],[6,-3],[7,0],[17,-20]],[[5765,7793],[10,-16],[14,-41],[7,-24],[-2,-27],[0,-18],[5,-32],[-1,-21],[3,-19]],[[7165,3981],[7,-6],[11,-20],[13,-6],[1,-9],[3,-4],[5,-13],[5,-7],[5,-12],[8,-7],[4,2],[13,0],[7,-8],[4,-18],[1,-17],[5,-13],[5,-20],[3,-4],[1,-20],[3,-11],[1,-15],[13,-25],[10,-30],[1,-9],[4,-18],[-1,-4],[11,-12],[10,-21],[6,-8],[6,-2],[4,-7],[2,-1],[7,-13],[1,-8],[7,-9],[5,-29],[4,-4],[4,-23],[4,-4],[5,-9],[4,1],[9,-9],[4,-11],[4,-3],[4,-8],[2,-12],[8,-8],[4,-8],[-2,-6],[2,-9],[-5,-3],[3,-13],[-3,1],[1,-11],[4,-1],[0,-7],[4,1],[2,-11],[2,3],[5,-3],[-4,-4],[6,-11],[-2,1],[0,-5],[-3,-7],[8,-7],[1,-8],[4,4],[2,-1],[2,-8],[-1,-10],[4,-11],[6,-8],[16,-15],[3,-7],[6,-4],[2,-7],[4,0],[3,-13],[3,-3],[-1,-18],[-2,-2],[0,-3],[6,-21],[2,0],[-3,-9],[4,-2],[0,-10],[4,-2],[2,-4],[-1,-4],[1,-5],[-1,-9],[2,-12],[-1,-3],[3,-4],[-3,-16],[3,-6],[1,-15],[-2,-10],[5,-12],[3,-3],[0,-3],[2,1],[2,-5],[7,-2],[5,-5],[1,-9],[5,-5],[7,-23],[0,-18],[3,-14],[0,-6],[4,-14],[3,4],[1,-6],[2,-23],[-4,-8],[0,-13],[5,-14],[0,-30],[2,-5]],[[7552,2928],[36,-41],[-13,-24],[0,-23],[-29,-11],[-7,17],[-5,-2],[2,8],[-1,3],[-6,-10],[-8,19],[7,-23],[7,11],[-3,-11],[7,2],[7,-18],[17,-13],[-3,-18],[-13,-21],[-7,30],[-4,-6],[4,-21],[-20,27],[27,-63],[-9,-19],[-9,16],[0,-34],[8,-21],[-3,-16],[-18,-53],[-9,3],[-8,-13],[3,-20],[1,14],[15,-9],[-1,-14],[-13,-38],[-25,-7],[0,-18],[9,-18],[-10,14],[7,-38],[-6,-9],[7,-7],[-7,-33],[5,-44],[-5,-15]],[[7201,2320],[1,36],[-2,21],[2,16],[5,0],[0,13],[2,0],[0,8],[11,0],[1,17],[-3,9],[-1,13],[-23,1],[1,33],[-5,0],[1,14],[4,0],[0,34],[23,0],[-2,19],[0,16],[3,17],[-3,5],[-3,20],[-6,6],[-7,21],[0,6],[-3,23],[5,1],[3,5],[9,31],[0,19],[2,0],[1,8],[2,-1],[-1,6],[3,-1],[1,9],[2,0],[0,6],[0,42],[-12,5],[-4,9],[-5,-1],[-4,6],[-2,1],[-4,10],[0,10],[-4,0],[-1,3],[1,9],[-2,8],[-2,2],[-2,8],[-3,-2],[-3,5],[-5,36],[0,14],[-5,10],[4,8],[-3,10],[6,12],[-15,28],[6,12],[9,17],[-2,6],[23,46],[5,-9],[-15,66],[-31,127],[8,12],[-12,108],[3,1],[14,-7],[9,8],[4,11],[2,21],[3,1],[4,8],[10,10],[0,9],[-2,8],[-5,17],[-7,-4],[1,7],[-2,0],[-1,9],[-4,9],[0,6],[-3,8],[-1,12],[3,16],[-9,10],[-4,10],[-11,40],[18,13],[3,14],[-3,22],[4,14],[6,20],[-6,18],[3,20],[-5,7],[-6,13],[-9,6],[-1,12],[4,14],[1,9],[-3,15],[-2,1],[-3,11],[6,4],[1,5],[5,6],[-3,8],[1,5],[-9,21],[2,39],[-2,14],[-1,4],[-11,6],[17,73],[4,8]],[[7486,2436],[12,27],[2,-13],[-9,-91],[-4,8],[2,51],[-6,9],[3,9]],[[6061,4113],[13,1],[52,-1],[25,1],[33,-1],[34,1],[5,1],[69,0],[6,0],[27,0]],[[6325,4115],[9,-30],[6,-13],[3,-2],[-8,-129],[-3,-47],[-2,-58],[-6,-95],[-1,-13],[-7,-130],[-5,-83],[-5,-103],[-6,-123],[-2,-26],[-8,-141],[-5,-111],[-2,-33],[-6,-139],[1,-76],[2,-110],[3,-128],[1,-50],[2,-108],[3,-140]],[[6289,2227],[0,-17],[-11,-11],[-19,22],[-19,-15],[-33,36],[-9,-6],[7,-7],[-67,-35],[0,24],[-11,3],[-3,-6],[6,-19],[-17,-25],[-3,-23],[-24,-3]],[[6059,2478],[13,1],[0,175],[13,1],[-1,34],[-2,9],[-3,5],[-13,10],[-4,6],[-2,7],[-5,1],[0,67],[18,3],[0,91],[-2,20],[-11,1],[0,68],[0,53],[-10,97],[4,4],[0,5],[3,1],[0,7],[3,3],[-1,101],[-41,-1],[10,14],[2,8],[3,23],[8,22],[0,7],[2,3],[2,21],[4,5],[0,15],[3,4],[1,8],[3,4],[0,5],[2,10],[5,11],[1,8],[10,-1],[33,-1],[0,59],[3,5],[3,-5],[2,6],[5,6],[-22,1],[0,87],[0,19],[0,60],[0,121],[0,12],[-37,-1],[1,153],[8,0],[0,51],[-9,0],[0,37],[0,89]],[[6772,4109],[25,0],[19,0],[15,0],[52,1],[29,0],[5,-1],[27,0],[51,0]],[[6995,4109],[35,-1],[23,1],[9,0],[67,0],[6,1],[71,3]],[[7206,4113],[1,-6],[-3,-12],[-1,2],[-1,-2],[2,-8],[-2,2],[-2,-4],[-3,1],[0,-6],[-4,-3],[-4,-11],[-3,2],[-2,-6],[-2,1],[1,-6],[-2,-5],[0,-4],[-3,-1],[-1,-9],[-5,-4],[-4,-8],[0,-14],[-5,-10],[0,-8],[2,-13]],[[6878,2476],[-3,32],[-4,19],[-5,15],[-4,4],[-2,10],[2,12],[-2,18],[4,13],[0,12],[-1,14],[4,31],[-1,14],[4,18],[0,14],[-2,28],[-9,25],[-2,10],[1,10],[-3,19],[0,2],[-1,29],[4,22],[8,30],[2,15],[-1,13],[1,8],[2,9],[-1,14],[5,17],[2,5],[9,5],[-3,9],[8,2],[2,4],[-1,8],[3,1],[2,4],[0,4],[-4,10],[-15,15],[0,7],[6,10],[-2,6],[2,4],[1,14],[-4,10],[-1,26],[-13,26],[-3,9],[0,10],[-3,7],[2,13],[-3,5],[-1,18],[-2,4],[-1,5],[1,9],[-6,12],[-3,27],[-10,101],[0,4],[-10,122],[-2,26],[-5,67],[-9,103],[-2,22],[-3,52],[-8,84],[-9,95],[-2,25],[-2,16],[-8,98],[-5,52]],[[5959,4114],[102,-1]],[[6114,4729],[-6,-19],[-4,-5],[-4,8],[3,14]],[[6103,4727],[-1,2],[2,9],[-2,9],[-2,5],[-6,2],[-5,-3],[-2,-6],[0,-10],[6,-8]],[[6093,4727],[3,-11],[-5,-13],[4,-16],[1,-18],[-5,-5],[-10,4],[-3,-8],[2,-11],[12,-11],[1,-7],[-1,-3],[-14,-7],[-9,6],[-4,-1],[0,-5],[3,-8],[10,-15],[5,-13],[0,-9],[-13,-13],[-2,-6],[-2,-24],[-6,-10]],[[5720,4724],[1,122],[3,1],[0,39],[0,66],[2,153],[-19,1],[0,70],[-10,2],[1,47],[1,13],[-1,17],[49,0],[0,150],[-2,1],[-16,0],[-3,0],[0,55],[0,169],[2,147],[1,35],[38,0],[-5,71],[-46,2],[-2,6],[1,108],[-1,0],[0,22],[-22,1],[0,118],[-19,1],[1,126],[0,18],[1,125]],[[5762,6313],[-7,-25],[-2,-24],[-1,-21],[-2,-27],[2,-28],[3,-25],[7,-24],[3,-10],[-1,-8],[-3,-7],[0,-9],[12,-24],[2,-18],[1,-15],[8,-16],[20,-35],[8,-19],[11,-10],[5,-22],[5,-13],[15,-18],[17,-20],[12,-22],[8,-20],[1,-10],[2,-11],[0,-22],[5,-20],[-3,-15],[0,-8],[7,-42],[7,-22],[10,-4],[6,8],[11,28],[10,1],[16,-15],[7,0],[6,-5],[19,-25],[4,-9],[-2,-12],[-2,-6],[-5,-6],[-6,-20],[-1,-9],[4,-17],[0,-20],[-10,-20],[-4,-12],[-1,-6],[-6,-37],[-6,-15],[-4,-11],[-2,-17],[1,-36],[5,-19],[8,-9],[6,-18],[8,-14],[13,-14],[3,-9],[13,-16],[5,-10],[10,-2],[-4,-21],[7,-14],[7,-1],[5,7],[1,5],[2,0],[21,-26],[7,-15],[2,-9],[2,-15],[15,-16],[10,-5],[2,-6],[-1,-12],[1,-14],[-2,-18],[5,-33],[7,-16],[4,-17],[-1,-23],[-6,-7],[-5,-4],[-3,-10],[0,-11],[5,-9],[4,-1],[-1,-12],[5,-24],[3,-11],[8,-16],[-1,-21],[13,-16],[4,-4],[4,4],[0,8],[-8,13],[1,10],[3,3],[4,-2],[4,-19],[5,-5],[3,-17],[11,0]],[[5390,4723],[2,136],[-7,1],[0,41],[0,28],[1,44],[1,75],[-3,-1],[0,59],[1,61],[1,69],[-4,1],[1,34],[9,-1],[1,37],[10,0],[2,64],[0,47],[-2,1],[-1,8],[2,125],[0,18],[2,152],[0,5],[2,141],[-2,-6],[1,-16],[-3,-5],[-10,1],[-4,7],[-8,4],[-3,0],[-2,-7],[-8,-8],[-9,-2],[0,131],[0,34],[0,71],[0,71],[-1,72],[1,54],[-1,83],[-2,0],[0,46]],[[5213,4723],[-1,74],[0,39],[1,95]],[[5093,6161],[-6,10],[-4,2],[-4,6],[-4,2],[2,13],[3,6],[-1,8],[-5,7],[-7,17],[-1,16],[-2,6],[-12,16],[-8,18],[-9,0],[0,5],[5,4],[0,6],[-3,5],[0,15],[-11,37],[2,11],[5,7],[-1,12],[-2,3],[-2,-2],[-1,-15],[-8,3],[-4,7],[-1,16]],[[3579,7859],[-1,15],[1,160],[0,174]],[[3579,8208],[2,0],[0,88],[-1,274],[0,25]],[[3580,8595],[183,-1],[8,0],[164,1],[257,-1],[111,1],[27,0],[123,-2],[48,0],[124,-3],[6,0],[129,2],[116,-1]],[[4895,7881],[-76,-2],[-41,-1],[-42,1],[-84,0],[-83,1],[-63,1],[-39,0],[-65,0],[-48,-1],[-5,7],[-9,3],[-1,134],[-2,1],[-146,-1],[-2,3],[-6,3],[-5,-2],[-7,7],[-2,19],[6,26],[-3,21],[-15,14],[-3,-2],[-2,3],[-3,-5],[-5,5],[-4,-1],[-8,4],[-5,-4],[-5,3],[-3,-5],[-4,0],[-2,-5],[-8,-10],[-8,6],[-12,2],[-13,-19],[-20,-8],[-2,4],[-5,-2],[-1,-12],[-6,0],[-3,-6],[-4,1],[-3,-15],[-4,-1],[-3,-8],[-4,-5],[-25,6],[-3,-4],[-9,-3],[-3,-6],[-5,-6],[-3,-1],[-2,-5],[-2,3],[-21,1],[-7,-5],[-2,-4],[-7,-4],[-3,-7],[-3,-3],[-7,-18],[-5,3],[-2,-1],[-2,-6],[-4,1],[-5,6],[-1,5],[-10,-2],[-4,-4],[1,-25],[-7,-11],[-5,-37],[0,-12],[-4,-9],[-2,-9],[0,-4],[3,1],[-3,-10],[2,-6],[-184,0],[-104,0]],[[3579,7391],[0,195],[0,10],[0,143],[0,120]],[[4898,7180],[-10,0],[-9,13],[-7,-1],[-3,-4],[-4,6],[-1,12],[-14,25],[0,4],[3,8],[0,6],[-4,5],[-14,0],[-2,5],[0,9],[-17,12],[-10,-5],[-2,3],[2,10],[-2,3],[-6,0],[-20,6],[-5,10],[-9,6],[-2,12],[-3,4],[-5,-1],[-7,5],[-14,2],[-12,-7],[-4,3],[-4,1],[-11,-5],[-11,6],[-9,-10],[-7,8],[-8,-4],[-4,1],[-4,7],[-12,-5],[0,-10],[-7,-16],[-6,-7],[-6,-3],[-6,1],[-16,16],[0,5],[-4,6],[-4,2],[-24,17],[-14,16],[-12,7],[-7,22],[-131,0],[-48,0],[-115,0],[-179,-2],[-148,1],[-121,3],[-38,1],[-86,0],[-96,2]],[[6772,4109],[-45,1],[-75,1],[-1,0],[-82,1]],[[6569,4112],[-9,1],[-64,3],[-3,0],[-67,2],[-65,2],[-36,-1],[0,-4]],[[6093,4727],[10,0]],[[7107,4768],[37,0],[32,1],[5,-5],[7,0],[38,1],[24,0],[41,0],[55,0],[14,1],[10,1],[39,0],[2,7],[16,-1],[30,-1],[-3,-8]],[[7454,4764],[-5,-28],[0,-20],[-7,-33],[0,-12],[5,-11],[-3,-2],[-17,2],[-14,-18],[-4,-11],[-15,-55],[-10,-12],[-7,-2],[-6,18],[-10,3],[-9,-11],[-9,1],[-11,-10],[-6,-9],[-11,-34],[-6,-8],[-8,-7],[-8,3],[-1,16],[3,8],[-2,8],[-5,5],[-2,-1],[-21,-21],[-2,-5],[0,-13],[-6,-15],[-8,11],[-7,1],[-3,-9],[1,-23],[-9,-32],[-5,-8],[-12,4],[-10,-8],[-5,0],[-7,-14],[-10,-5],[-2,-7],[-1,-4],[-7,-14],[-7,-1],[-8,-12],[-12,-11],[-8,-16],[-10,-1],[-9,6],[-10,-2],[-18,-5],[-10,-14],[-8,-4],[-5,-14],[-8,-8],[-10,-20],[1,-14],[-4,-20],[0,-13],[-2,-8],[-11,-11],[-13,-2],[-8,8],[-11,-21],[-6,-90]],[[2788,8208],[-203,0],[-34,2],[-69,-2],[-6,-3],[-108,2],[0,-136]],[[2368,8071],[0,-78]],[[2368,7993],[-7,5],[-6,6],[-1,11],[-6,7],[-2,8],[-7,4],[-2,12],[2,6],[-1,4],[-8,6],[0,13],[-4,4],[-3,9],[-1,9],[-5,-1],[-4,8],[-2,-3],[-2,-12],[-9,2],[-5,-4],[-1,-5],[3,-9],[1,-7],[-2,-5],[-7,-1],[1,-9],[-2,-9],[4,-17],[5,-1],[1,-5],[-4,0],[-2,-3],[-13,9],[-7,-4],[-13,4],[-6,-7],[-9,-6],[-4,-1],[-3,-6],[-11,22],[-12,-3],[-6,-8],[-8,2],[-1,-5],[-5,3],[-7,-5],[-4,4],[-13,2],[-4,3],[-2,8],[-4,0],[-5,-7],[-10,-7],[0,-11],[-5,-20],[-9,0],[-6,8],[-8,-2],[-6,6],[-20,1],[-11,7],[-3,-6],[-8,-4],[-3,-6],[-5,-15],[1,-11]],[[2062,7961],[1,-13],[-5,-4],[-5,7],[-3,9],[-8,6],[-8,11],[-5,1],[1,6],[-3,12],[3,12],[-6,9],[0,10],[-7,11],[5,17],[-4,21],[-4,8],[-1,8],[-4,9],[-2,10],[-18,21],[-3,-1],[-10,-12],[-4,-1],[-2,12],[-12,11],[-4,7],[-9,32],[2,4],[4,0],[2,4],[2,20],[-3,12],[0,6],[-5,6],[-1,6],[-5,4],[2,11],[-8,0],[-3,4],[0,7],[-4,6],[-1,13],[-8,10],[-7,23],[0,6],[-9,18],[0,25],[-6,12],[-2,14],[3,13],[-1,12],[-1,4],[-9,-1],[5,29],[-3,7],[-6,3],[-8,2],[0,10],[-4,7],[0,6],[-7,4],[-1,7],[-7,-4],[-2,-6],[2,-8],[-1,-5],[-7,-6],[-4,-16],[-7,-6],[-2,-9],[-7,-3],[-4,-6],[-8,3],[-1,-13],[-3,-7],[-11,-12],[-4,2],[-3,10],[-9,5],[-2,12],[-5,8],[-6,-1],[-5,5],[-6,-4]],[[1761,8433],[3,20],[-4,11],[11,12],[-2,9],[3,8],[-7,12],[-1,9],[-4,7],[8,19],[3,14],[5,-2],[5,6],[6,-3],[3,10],[-4,17],[-2,4],[4,13],[-2,8],[-12,7],[2,8],[-4,6],[5,11],[2,13],[-4,10],[-5,4],[-2,8],[2,9],[7,-1],[5,5],[0,21],[-6,10],[0,4],[7,13],[4,44],[2,3],[2,12],[-4,24],[8,7],[2,5],[1,29],[4,14],[-2,13],[-9,3],[-10,-6],[-7,-9],[-10,5],[-12,-3],[-6,13],[0,4],[4,7],[-9,19],[-4,0],[-9,-16],[-6,3],[1,22],[-3,4],[-8,4],[-4,9],[-6,1],[-8,21],[1,16],[3,7],[-7,7],[-7,14],[-6,2],[-3,4],[-4,22],[-10,15],[-2,11],[-4,3],[-4,10],[-18,23],[-5,27],[-3,4],[-11,4],[-3,4],[-13,3],[-4,4],[-5,18],[-8,14],[-7,4],[-5,8],[-14,10],[0,4],[3,5],[13,2],[2,3],[1,7],[-9,6],[-2,13],[-7,5],[9,24],[-1,10],[-6,10],[0,23],[-8,5],[-2,15],[-8,4],[-2,20],[-4,10],[-6,5],[-6,11],[-10,24],[-5,16],[-5,4],[0,96],[0,118],[-1,206]],[[1501,9847],[231,0],[115,0],[324,0],[157,0],[92,0],[217,0],[216,0],[184,0],[184,0],[184,0],[173,0]],[[3578,9847],[2,-145],[0,-105],[1,-160],[0,-245],[0,-28]],[[3581,9164],[0,-283],[0,-41],[0,-107],[-1,-138]],[[3579,8208],[-170,1],[-8,0],[-162,-2]],[[3239,8207],[-41,0],[-283,2],[-63,0],[-64,-1]],[[3757,3830],[1,179],[0,90],[-1,87],[1,183],[0,48],[0,129],[-1,178],[5,0]],[[3762,4724],[144,0],[23,1],[72,-1],[92,-1],[23,0],[70,0],[94,2],[1,-1],[1,-178],[0,-71],[-1,-108],[1,-80]],[[4282,4287],[0,-99],[0,-62],[-1,-116],[1,-76]],[[4282,3934],[0,-102],[-74,1],[-17,-1],[-74,1],[-17,-1],[-73,-2],[-16,0],[-75,1],[-16,-1],[-75,0],[-15,0],[-73,0]],[[3752,2919],[0,177],[1,179],[2,174],[0,77],[1,107],[1,197]],[[4282,3934],[4,0],[5,7],[2,0],[9,-13],[3,-12],[6,-7],[9,-23],[16,-28],[14,-3],[3,6],[1,10],[4,3],[9,-5],[4,-8],[7,-8],[5,2],[3,11],[0,13],[5,9],[7,-15],[10,-6],[2,-12],[9,-15],[1,-11],[-1,-21],[2,-13],[3,-4],[8,-5],[9,3],[7,-4],[7,5],[8,-7],[10,-13],[14,-6],[6,-6],[12,-1],[4,8],[4,-1],[6,5],[3,-3],[6,-4],[3,-15],[10,-16],[9,-5],[5,5],[2,7],[3,1],[1,12],[6,11],[5,-1],[8,-7],[18,-3],[6,9],[4,5],[3,-6],[-3,-27],[5,-26],[5,-6],[5,-2],[7,6],[6,-12],[0,-5],[-2,-4],[2,-7],[-4,-8],[0,-4],[3,-8],[8,-4],[7,-8],[3,1],[11,14],[6,17],[4,3],[5,13],[5,7],[13,-8],[1,-21],[3,-6],[4,0],[6,6],[7,-4],[2,-2],[1,-5],[1,-22],[8,-7],[8,5],[3,12],[5,4],[0,10],[7,-9],[2,-6],[2,6],[1,8],[6,5],[4,-3],[4,-14],[-1,-7],[-4,-4],[-3,-7],[4,-28],[6,-9],[7,-1],[4,2],[1,4],[-1,27],[7,6],[-5,6],[-1,6],[2,2],[8,-7],[4,5],[3,10],[0,28],[3,-3],[6,4],[1,6],[5,-5],[3,-10],[1,-17],[3,-9],[3,-1],[5,5],[3,-1],[8,-15],[6,1],[4,5],[2,24],[2,3],[14,-7],[-5,-13],[3,-9],[6,-7],[9,-4],[2,-11],[2,-4],[12,4],[8,-20],[4,-14],[6,-1],[3,5],[2,19],[2,5],[11,-7],[4,1],[3,4],[2,12],[3,9],[-2,2],[-5,-7],[0,3],[2,6],[4,2],[7,-2],[3,6],[7,-1],[4,6],[2,-5],[2,5],[0,7],[2,1],[3,-7],[3,2],[3,11],[1,0],[15,-20],[4,0],[5,9],[5,-5],[0,11],[1,6],[2,4],[9,-3],[11,10],[4,0],[-1,7],[2,3],[7,-3],[3,-14],[5,2],[-1,-4],[-4,-2],[1,-3],[5,5],[2,-7],[6,2],[3,-8],[21,2],[-1,11],[6,-5],[2,0],[2,13],[2,-8],[2,3],[0,13],[3,11],[15,-8],[4,-1],[0,-10],[1,-2],[4,4],[3,-2],[-2,-8],[1,-4],[4,12],[0,-9],[3,-5],[1,-7],[5,1],[4,-5],[3,4],[2,-7],[3,-3],[0,-11],[4,0],[2,-5],[-1,-5],[5,-6],[4,-11],[7,0],[3,-4],[3,6],[4,0],[-3,-5],[-1,-3],[6,1],[-2,-8],[3,1],[-2,-5],[2,-3],[9,-4],[4,2],[2,-1],[2,-6],[-4,-3],[0,-2],[2,-1],[3,3],[2,5],[5,-7],[3,5],[1,-3],[3,0],[-1,-3],[-3,-1],[-1,-2],[2,-2],[5,4],[1,-5],[-3,-3],[0,-3],[2,-1],[5,5],[-1,-9],[3,4],[1,-4],[4,4]],[[5319,2876],[-87,-3],[0,-20],[6,-15],[3,-15],[-92,1],[0,34],[1,9],[-1,8],[0,68],[-82,-1],[0,-10],[5,-13],[-107,-28],[-78,-86],[-38,8],[-37,-43],[-18,60],[-41,-46],[-6,6],[-2,8],[7,14],[0,8],[-9,1],[-2,6],[-6,5],[1,10],[-9,16],[1,7],[6,11],[-5,8],[-4,10],[-6,-2],[-3,6],[-1,8],[3,19],[-2,14],[5,11],[-1,9],[-6,-5],[0,-9],[-4,-1],[-7,4],[-1,13],[-5,-1],[3,7],[-1,3],[-5,1],[-2,2],[-41,-49],[-24,-30],[-35,-43],[-8,27],[-13,-16],[-39,129],[-31,-35],[-5,-2],[-1,-4],[-27,-32],[-35,1],[-12,0],[-75,0],[-15,0],[-77,0],[-13,0],[-76,2],[-25,-1],[-62,3],[-16,-1],[-74,0],[-14,-1],[-76,-1],[-13,-1],[-88,1],[-45,-1]],[[3418,2328],[-2,18],[-11,1],[-26,51],[-8,-6],[-5,14],[-5,-6],[-13,15],[-3,20],[-25,39],[-9,37],[-29,34],[-39,91],[-37,35],[-30,105],[-27,21]],[[3149,2797],[-13,13],[0,11],[-5,21],[2,7],[0,24],[-3,4],[5,8],[42,0],[65,0],[187,1],[13,0]],[[3442,2886],[144,2],[6,-1],[44,0],[68,-1],[48,-1],[0,34]],[[5361,2068],[-16,-6],[0,-11]],[[5345,2051],[-10,13],[-3,-1],[-4,7],[-8,1],[-7,9],[0,10],[-4,6],[-5,0],[-1,11],[3,6],[-1,4],[-4,2],[-1,9],[2,4],[-10,5],[-1,4],[-6,1],[-7,-8],[-5,2],[-4,-8],[-1,-11],[-7,-7],[-10,-1],[-4,-3],[-5,5],[0,-88],[-92,-4],[-4,13],[3,19],[-4,13],[-6,2],[-3,6],[2,15],[-8,48],[-28,-52],[-4,-1],[-1,-4],[-4,2],[-3,10],[-4,6],[-8,6],[-5,10],[-8,-4],[-3,2],[-4,15],[-5,7],[-5,-1],[-2,-7],[-16,-17],[-7,0],[-10,-6],[-7,1],[1,65],[-51,-10],[-2,-5],[-1,4],[-4,-5],[-3,2],[-2,-8],[3,-21],[-2,-1],[-2,4],[-1,-5],[-3,-1],[2,-7],[-2,-4],[5,-2],[1,-3],[0,-5],[1,1],[3,-5],[-3,-3],[-3,-4],[-12,7],[-3,-1],[-2,3],[0,8],[-3,-2],[-1,3],[-47,-17],[-2,0],[-3,5],[-5,-8],[-3,8],[1,16],[-4,6],[0,10],[-4,-2],[-2,10],[-3,-6],[-11,-5],[0,5],[-4,4],[-9,-17],[-31,-35],[-1,8],[-28,-67],[-22,-45],[-58,119],[-11,-21],[-77,134],[-6,-24],[-17,-103],[-20,-38],[-30,79],[-57,-1],[-67,2],[0,58],[-78,1],[-63,1],[-98,-1],[-46,0],[-138,0],[3,13],[5,10],[9,2],[0,4],[-7,10],[0,8],[-7,8],[4,10],[-3,7],[2,2],[4,-3],[1,12],[3,6],[0,7],[4,8],[1,10],[-2,10],[1,15],[-7,9],[-10,2],[-2,5],[-67,-1],[0,-24],[-40,0],[1,-131],[-35,-3],[-1,-89],[-150,249],[-60,-107],[-18,0],[-189,96]],[[3580,6572],[0,157],[-1,73],[1,54],[0,124],[-1,252],[0,159]],[[4756,1273],[-1,6],[-3,4],[-1,6],[-2,-2],[-2,3],[1,4],[-1,8],[-2,-1],[1,-8],[-3,4],[-1,-4],[-6,7],[-2,-5],[-2,2],[1,-4],[-1,-5],[-4,4],[0,9],[-4,-1],[0,6],[-5,4],[0,6],[-4,-4],[-2,-6],[-2,4],[-2,1],[-5,-15],[-44,20],[-15,-24],[0,-21],[-59,0],[-17,1],[-81,-1],[-101,-10],[-1,69],[-124,0],[-18,-1]],[[4244,1329],[-1,16],[-13,16],[1,17],[-11,30],[-4,35],[5,9],[-12,17],[2,19],[-16,29],[-16,96],[-10,11],[-4,65],[-17,35],[-5,31],[-36,54],[-11,41],[-33,22],[1,42],[-9,-20],[0,29],[-11,2],[-8,36],[3,10],[-8,-3],[-4,11],[-12,-10],[-1,19],[-7,-19],[-10,-3],[-20,12],[-8,-2],[-3,14],[-18,-11],[-8,12],[-16,-14],[-45,40],[-8,-15],[-3,-31],[-20,7],[-9,-15],[-4,12],[-10,-19],[-7,5],[-22,-88],[-3,-48],[-11,-24],[-4,-35],[7,-16],[-21,-16],[-29,-87],[-19,12],[-3,-8],[-9,26],[-7,-8],[-17,17],[-9,30],[-34,18],[-3,16],[-7,0],[2,21],[-3,-5],[-45,24],[-21,30],[-7,34],[-30,28],[-27,52],[-7,53],[-17,41],[-4,61],[4,38],[-5,36],[-19,46],[1,11],[-8,6],[-6,73],[-17,29]],[[5345,2051],[-17,-60],[20,-59],[-39,0],[-51,-47],[-3,-3],[-53,-49],[-15,-28],[-3,8],[18,38],[19,23],[12,-6],[6,16],[-8,-5],[-4,4],[-5,10],[-39,-16],[15,49],[1,39],[-6,16],[-17,-14],[-10,-37],[-8,5],[-27,50],[9,-37],[9,-14],[-5,-49],[18,-24],[-12,-16],[7,1],[-2,-16],[7,-2],[-1,12],[5,-20],[13,-12],[-13,9],[-2,-34],[-9,7],[-20,-54],[-16,2],[-1,-34],[-5,-5],[-9,-52],[-48,-71],[-27,-32],[2,11],[-20,-6],[-26,-20],[-4,-27],[44,39],[-87,-94],[37,44],[1,23],[-43,-33],[-1,10],[14,6],[-14,10],[16,52],[-11,-31],[-13,-10],[3,19],[-10,-31],[-6,-6],[-5,21],[0,23],[-6,-6],[-4,18],[3,-24],[5,9],[-3,-33],[8,-12],[-20,-21],[9,16],[-3,24],[-5,-23],[-5,4],[0,17],[-10,-6],[0,23],[0,48],[-1,-49],[-3,11],[-9,-1],[-3,-14],[10,-23],[-1,-27],[8,7],[13,-28],[-13,-15],[8,-4],[7,16],[15,-27],[-47,-52],[-7,14],[0,23],[-7,3],[-8,30],[-6,-11],[6,-2],[5,-14],[-3,-8],[-13,5],[11,-21],[1,-16],[-2,-17],[3,-17],[-4,-8],[-26,-40],[7,59],[-11,-19],[6,-10],[-6,-29],[-10,9],[1,25],[-18,-28],[-1,13],[-6,-1],[2,-18],[-17,-21]],[[5162,1762],[25,34],[3,-9],[-61,-91],[33,66]],[[4905,1388],[-76,-114],[6,43],[11,5],[36,55],[12,3],[7,27],[4,-19]],[[4811,1265],[12,35],[6,-12],[-3,-21],[-34,-86],[4,31],[13,28],[-4,7],[6,18]],[[4781,1212],[-4,-8],[-17,59]],[[4760,1263],[19,6],[17,22],[0,-36],[-15,-43]],[[1531,4523],[1,343],[0,494],[154,1],[0,260],[-157,194],[0,3],[-118,-1],[0,751],[-74,0]],[[1337,6568],[3,410]],[[1340,6978],[181,0],[159,1]],[[1680,6979],[131,-1],[40,0]],[[1851,6978],[0,-408]],[[1851,6570],[0,-364],[0,-82],[0,-152],[-1,-352],[0,-44]],[[1850,5576],[0,-178],[0,-221],[0,-246]],[[4756,1273],[3,-6],[-5,-10],[6,6]],[[4781,1212],[-14,-42],[-9,4],[6,3],[-13,17],[-13,-13],[3,14],[-23,-9],[-3,10],[-5,-5],[4,-9],[4,-9],[15,5],[-1,-25],[14,-24],[-6,1],[5,-10],[-6,-21],[-8,-3],[9,0],[7,31],[10,-8],[-14,-52],[-14,-98],[-15,-1],[-1,49],[-4,-39],[-12,-18],[-26,49],[12,-51],[-18,-3],[41,-24],[21,15],[-14,-76],[5,-34],[-16,-8],[2,-54],[11,-21],[7,-79],[5,-34],[-9,-17],[10,-38],[9,-10],[2,-73],[18,-46],[-4,-28],[11,3],[7,-22],[-24,4],[1,-11],[-13,-8],[-1,-30],[-9,0],[-27,36],[3,9],[-7,3],[-6,25],[-38,15],[-29,0],[-7,-10],[-1,12],[-20,-4],[-16,18],[3,9],[-3,5],[-6,-9],[-4,20],[-6,-2],[-12,27],[-6,-8],[-19,24],[-14,-7],[-24,54],[-16,-6],[-5,14],[-29,10],[1,29],[-12,23],[1,14],[-21,114],[-18,36],[-1,20],[-10,14],[3,70],[-5,29],[-14,20],[9,70],[-6,6],[-4,44],[-28,20],[-18,49],[-10,7],[-12,77],[-9,7],[-18,62],[-20,19]],[[4758,1075],[-2,29],[9,-16],[6,39],[17,42],[-7,4],[10,4],[-29,-105],[-24,-119],[-3,-30],[0,31],[7,64],[16,57]],[[4757,599],[-3,25],[-2,25],[-4,25],[-9,43],[-4,47],[-3,41],[-1,78],[2,37],[2,1],[-1,-44],[1,-61],[4,-60],[10,-82],[11,-75],[7,-65],[4,-75],[-1,-2],[-6,73],[-3,40],[-4,29]],[[1311,4916],[1,423],[-10,20],[-4,0],[0,8],[-77,162],[-87,180],[0,42],[58,31],[14,8],[-3,14],[2,14],[2,6],[5,4],[4,18],[-6,40],[0,15],[2,4],[5,-2],[4,4],[1,9],[7,6],[1,6],[-2,13],[9,12],[2,12],[4,-1],[8,2],[4,-3],[4,17],[-1,13],[3,12],[-3,9],[1,20],[-1,21],[-4,13],[1,25],[4,13],[-1,16],[-1,15],[-4,14],[-7,9],[42,218],[8,46],[41,0],[0,144]],[[1851,6978],[182,2]],[[2033,6980],[146,0],[8,1],[105,-1],[77,-2]],[[2369,6978],[-1,-171],[0,-131],[0,-107],[171,1]],[[2539,6570],[11,-1],[165,1]],[[2715,6433],[-11,-1],[0,11],[-6,0],[-1,41],[-7,1],[0,27],[-33,2],[-1,-26],[-14,-21],[-6,5],[-1,17],[-1,10],[-2,1],[-5,-4],[-20,-6],[-12,2],[-5,-11],[-5,1],[-7,-5],[-9,2],[-14,11],[-4,4],[-8,3],[-8,-4],[-28,9],[-14,-4],[-5,-13],[-3,-1],[-7,1],[-2,-4],[-10,-2],[-3,-3],[-7,2],[-4,-5],[-7,0],[-3,3],[-6,-10],[-8,2],[-8,-3],[-8,-12],[-6,0],[-1,3],[-8,5],[-2,-10],[0,-11],[-6,-3],[-4,-30],[-3,-4],[-11,-4],[-5,2],[-3,6],[-4,0],[-8,-19],[-21,16],[-7,11],[-9,6],[-4,20],[-7,-4],[-1,-6],[-5,-5],[-2,-17],[-13,3],[-8,20],[1,17],[-5,12],[-1,12],[-3,5],[0,11],[1,6],[-4,6],[-1,7],[-4,2],[-3,-2],[-6,7],[-3,-5],[-12,-9],[-18,-3],[-4,14],[0,25],[-9,0],[-43,-60],[-42,125],[0,1],[-59,-33],[-208,0]],[[820,6976],[111,-1],[8,1],[194,3],[202,-1]],[[1335,6978],[5,0]],[[2714,5544],[-171,2],[-218,1],[0,3],[-76,0],[-5,-5],[-52,0],[1,5],[-78,-1],[-1,28],[-105,1],[0,-2],[-76,3],[-83,-3]],[[9333,7335],[-6,-1],[-8,9],[-4,0],[-18,-14],[-7,-20],[-10,6],[-10,-4],[-1,-28],[-9,2],[-2,-8],[-6,-11],[-107,3],[-5,1],[-60,5],[-31,2]],[[9049,7277],[-1,9],[-3,6],[-5,3],[-1,8],[-4,8],[-3,21],[5,22],[1,16],[3,5],[5,5],[3,9],[-1,20],[3,13],[1,15],[-2,16],[3,32],[6,30],[-2,7],[2,11],[-2,11],[3,14],[2,30],[-2,13],[4,23],[7,10],[5,42],[7,15],[7,6],[2,6],[4,15],[3,31],[8,13],[2,12],[3,8],[-3,7],[0,6],[4,8],[2,9],[7,21],[1,5],[-3,2],[2,9],[-2,14],[-2,11],[2,21],[-2,11],[4,16],[7,11],[10,-1],[2,5],[16,3],[2,3],[4,13],[6,6],[15,10],[4,7],[1,12],[2,3],[4,-1],[5,9],[2,12],[-3,6],[0,5],[9,11],[-3,7],[-2,17],[-4,6],[-3,11],[-4,26],[8,15],[2,15],[12,35],[-2,18],[-4,13],[6,15]],[[9214,8214],[0,19],[13,24],[5,35],[-8,13],[10,0],[16,24],[25,-23],[11,26]],[[9333,7439],[-12,3],[2,-11],[-5,-7],[3,-10],[13,12],[13,-12],[-14,-79]],[[8585,6555],[0,6],[4,10],[8,4],[6,7],[6,14],[6,8],[-4,0],[1,7],[6,5],[6,12],[9,27],[-1,8],[7,23],[5,5],[1,7],[16,16]],[[8661,6714],[57,-63],[22,-24],[5,-6],[55,-51],[0,-16],[-2,-13]],[[8798,6541],[-3,-17],[-9,-36],[-5,-25],[0,-14]],[[8781,6449],[-21,-23],[2,24],[-5,-12],[-11,-35],[-12,-31],[1,-21],[8,-8],[18,3],[25,-53],[-11,-90],[-9,5],[1,-11],[9,1],[-3,-14],[-12,-2],[8,-4],[-15,-67],[-2,-65],[-11,-39],[-15,-21],[-1,-20],[-14,8],[2,-17],[-11,-31],[3,-19],[-37,-38],[6,-2],[0,-13],[-31,-92],[-13,-15],[0,-13],[-16,6],[14,58],[-5,23],[-17,12],[-18,-6],[-51,78],[-24,47],[6,31],[-9,21],[14,40]],[[8536,6079],[13,20],[16,-1],[1,2],[11,11],[7,1],[1,7],[-2,15],[2,9],[5,8],[4,0],[3,4],[4,9],[11,11],[4,10],[15,8],[7,15],[15,4],[3,10],[-2,12],[-18,29],[-6,21],[-7,6],[-2,8],[-4,4],[-3,25],[-5,1],[-4,-3],[-6,8],[-2,15],[1,26],[-3,10],[-8,8],[-10,-3],[-2,6],[0,5],[-1,13],[1,8],[-2,6],[4,8],[-4,7],[3,15],[-1,10],[4,11],[7,-1],[5,8],[2,12],[-1,8],[7,6],[0,7],[-3,5],[-1,8],[-10,24]],[[9049,7277],[-81,5],[-16,1],[-42,3]],[[8910,7286],[-2,0],[-4,23],[3,14],[0,42],[5,152],[2,83],[-4,19],[-5,6],[1,7],[-2,11],[-1,2],[-11,-4],[-4,-18],[-5,5],[-1,20],[9,34],[2,17],[0,9],[-5,11],[2,33],[-5,12],[-2,30],[1,13],[-4,11],[0,7],[4,18],[0,12],[5,15],[1,11],[12,25],[-4,44],[5,15],[1,11],[-7,46],[-2,4],[-4,10],[-2,17],[2,6],[-1,11],[3,8],[-3,18],[8,30],[-7,9],[-2,11],[8,35],[-3,20],[1,10]],[[8895,8211],[27,1],[111,-1],[112,1],[69,2]],[[3442,2886],[1,102],[-1,1],[1,110],[-87,1],[0,179],[7,-1],[0,72],[71,1],[0,68],[4,-1],[-2,65],[0,145],[-1,0],[1,115],[0,104],[-72,0],[0,109],[4,0],[0,177],[-74,0],[0,103],[-1,0],[1,149],[1,1],[-3,91],[1,35],[11,-1],[3,11],[12,-7],[3,2],[7,15],[5,11],[7,8],[2,14],[6,16],[-1,20],[-3,6],[-1,10],[12,17],[6,10],[0,52],[-5,13],[5,17],[-7,23],[2,11],[-3,17],[3,10],[-3,17],[3,6],[6,2],[3,10],[5,1],[5,-5],[5,10],[-2,16],[1,17],[-2,11],[6,20],[-6,25],[1,12]],[[3762,4932],[0,-208]],[[7734,5324],[9,14],[6,20],[2,11],[5,15],[-1,8],[4,16],[-1,7],[15,29],[6,8],[1,7],[-3,5],[1,7],[6,16],[6,-1],[2,17],[6,15],[-1,29],[4,8],[0,12],[4,17],[19,-15],[8,-38],[30,-20],[7,10],[7,18],[18,72],[1,3],[6,-2],[0,20],[6,22]],[[7907,5654],[0,12],[4,3],[8,20],[21,-35],[8,29],[4,19],[8,13],[2,7],[2,1],[1,-11],[7,7],[6,12],[2,12],[6,-5],[8,19],[0,4],[-2,5],[5,9],[6,15],[3,7],[6,3],[3,12],[5,9],[-4,11],[0,6],[4,14],[-2,5],[13,34],[-1,4],[-4,5],[3,7],[0,32],[13,-14],[8,-13],[34,-52],[35,-54],[2,3],[2,23],[7,20],[1,16],[6,14]],[[8256,5685],[-8,5],[-4,-4],[-1,3],[-6,-10],[1,-10],[8,2],[9,-6]],[[8240,5607],[-11,-10],[0,16],[-6,-5],[-13,-61],[-6,-26],[9,-31],[-6,-7],[14,-5],[32,18],[10,-39],[11,-32],[59,-34],[8,-19],[-2,-20]],[[8339,5352],[-4,0],[-2,-9],[-4,-1],[-4,-13],[-3,6],[-8,0],[-3,5],[-7,2],[0,11],[-7,11],[-3,2],[-10,21],[-9,-6],[-4,-7],[-5,4],[-4,7],[-3,-5],[-3,1],[-3,5],[0,15],[-3,5],[-2,-3],[-3,5],[-3,-7],[0,-8],[-4,-2],[-5,-19],[7,-15],[0,-6],[9,-6],[1,-15],[-4,-2],[-2,2],[-8,0],[-3,-3],[-2,-11],[1,-13],[-2,-3],[-1,-3],[-3,-1],[0,6],[-6,4],[0,-15],[-7,-9],[-1,-8],[-9,-13],[0,-5],[-2,-1],[-2,3],[-3,-8],[-3,1],[-1,11],[-2,-1],[-1,3],[1,4],[-2,11],[2,7],[-4,11],[-7,-4],[-7,15],[-3,-1],[-2,3],[1,5],[-5,11],[-2,-4],[-3,2],[-2,-1],[-5,17],[-3,1],[-2,5],[-3,0],[-4,2],[-3,6],[-3,-2],[0,9],[-7,7],[0,3],[-4,3],[-4,9],[-3,2],[-1,-3],[-5,5],[-12,4],[-4,0],[-4,8],[-3,1],[-5,-4],[-9,7],[-4,-4],[-2,1],[-9,-6],[-3,0],[-29,23],[-49,37],[-2,-9],[-10,-7],[-5,-11],[-1,-12],[-4,-19],[1,-21],[-11,-16],[-7,-5],[-3,-16],[0,-16],[-5,-7],[-4,-1],[-7,-18],[-8,1],[-4,9],[-7,-5],[-5,1],[-3,-5],[-5,10],[-53,70],[-7,-17],[1,-8],[-5,-15],[-12,-22],[-5,-23],[-7,-15],[-13,19],[-10,-1],[-12,5],[-8,24],[-12,2],[-5,-6],[-4,4]],[[3149,2797],[-129,0]],[[3020,2797],[0,336],[0,72],[71,3],[0,16],[96,95],[-1,136],[-6,0],[0,35],[-232,0],[0,145],[-2,0],[0,179],[-1,0],[0,129],[91,0],[0,11],[-2,1],[-2,143],[28,0],[-22,107],[-8,36],[-11,0],[-2,283],[-56,0],[1,89],[-1,242],[3,2],[3,10],[24,27],[2,24],[5,13]],[[7404,5150],[4,-10],[-2,-6],[-5,-4],[-2,-7],[12,-21],[-1,-17],[5,-13],[6,-6],[1,-8],[3,-9],[4,-2],[4,3],[7,-6],[2,-9],[7,-6],[6,-13],[19,1],[9,11],[1,8],[4,1],[12,11],[3,12],[5,11],[8,-18],[16,-22],[14,14],[20,4],[7,9],[1,-4],[2,-2],[6,4],[13,15],[1,5],[-5,16],[5,14],[9,-5],[0,-8],[5,-3],[1,-6],[3,4],[0,3],[3,2],[4,-2],[19,24],[9,9],[6,3],[4,-6],[0,-11],[2,-5],[9,5],[6,13],[6,4],[1,6],[11,9],[1,10],[-5,-3],[-3,2],[2,13],[12,13],[4,11],[-6,7],[-8,0],[0,4],[1,8],[-1,5],[9,18],[-1,12],[6,9],[0,10],[9,17],[0,7],[2,7],[7,5],[2,10],[9,17]],[[8339,5352],[-2,-9],[8,4],[27,-23],[19,-27],[1,-16],[-12,-21],[2,-33],[-8,-8],[6,-9],[-4,-23],[-28,14],[-13,47],[-9,11],[-24,49],[-8,1],[15,-50],[9,-9],[19,-55],[44,-37],[-6,-11],[-28,12],[14,-16],[13,1],[18,-52],[-4,-24],[-4,1],[-7,25],[-19,26],[-2,-16],[8,-3],[2,-16],[-9,2],[11,-34],[-12,-16],[-33,64],[-9,3],[6,-19],[13,-33],[29,-35],[2,-22],[3,8],[6,-11],[4,13],[9,-23],[-19,-6],[21,-13],[-3,-22],[-16,-13],[-7,-10],[-18,42],[3,9],[-9,12],[-1,-16],[-9,22],[2,19],[-6,19],[-9,3],[-8,-16],[-9,19],[-11,1],[-3,33],[0,-26],[-11,-10],[7,-14],[18,2],[12,-23],[7,19],[3,-20],[1,-38],[15,-13],[-6,-12],[10,5],[11,-18],[-5,-21],[6,3],[0,-9],[-13,-22],[0,-19],[9,30],[17,13],[11,5],[1,-22],[-9,-10],[-2,-4],[15,8],[4,-7],[-2,47],[4,8],[14,-11],[2,-13],[12,11],[22,-3],[20,-151]],[[8457,4750],[-4,1]],[[8453,4751],[1,17],[-10,50],[-8,-67]],[[8436,4751],[-5,0]],[[8431,4751],[-6,19],[3,-19]],[[8428,4751],[-14,0],[-35,0],[-29,-1],[-12,0],[-62,0],[-44,1],[-25,-1],[-77,-1],[-23,0],[-26,0],[-47,-3],[-24,-1],[-48,1],[-10,-1],[-60,1],[-13,2],[-51,-1],[-36,0],[-53,-1],[-4,1],[-67,2],[-30,2],[-40,3],[-11,0],[-76,3],[-57,7]],[[7587,4786],[-1,3],[3,4],[1,7],[-1,8],[-7,-8],[-2,-9],[0,-5],[3,-3],[2,-9],[2,12]],[[8312,5051],[-2,-3],[1,-9],[6,-1],[2,3],[-2,10],[-5,0]],[[8567,5354],[-10,-27],[-7,-31],[-8,-5],[7,11],[-6,-1],[6,8],[13,44]],[[8544,5349],[-42,-131],[5,-8],[-19,-36],[8,-12],[-13,-1],[-5,-20],[9,-7],[-19,-10],[-1,-17],[5,-7],[-6,4],[-12,-21],[-6,-92],[-7,-7],[-8,75],[14,72],[-5,-2],[2,17],[4,14],[11,-1],[-13,3],[2,10],[7,-2],[-3,5],[18,49],[3,32],[15,14],[2,14],[-8,29],[13,5],[2,12]],[[3020,2797],[-159,0],[-1,-181],[-145,0]],[[400,9158],[17,11],[1,18],[-13,50],[2,35],[-6,28],[4,45],[16,72],[12,8],[2,15],[-26,50],[-6,39],[-10,2],[1,-41],[17,-28],[-27,30],[-5,31],[6,18],[18,-3],[5,18],[-33,51],[-17,-1],[-6,34],[16,10],[14,-25],[9,2],[-5,39],[13,17],[-10,16],[-7,30],[2,19],[-32,18],[-10,44],[-11,17],[13,2],[-3,18],[330,0],[348,0],[112,0],[132,0],[70,0]],[[1333,9847],[1,-67],[-2,-324],[0,-31],[-1,-249],[0,-42]],[[1331,9134],[-136,-1],[-23,0],[-176,1],[0,99],[-96,-1],[0,-25],[-59,-2],[0,-10],[-4,-1],[0,-7],[-3,0],[-1,-11],[-3,-1],[0,-6],[-4,0],[0,-6],[-4,-1],[0,-5],[-4,-1],[0,-38],[-11,2],[-4,13],[-50,0],[-24,29],[-4,-7],[-5,-1],[0,4],[-7,10],[-10,2],[-22,27],[-8,-1],[-12,8],[-16,35],[-6,5],[-6,9],[-3,11],[-4,8],[-7,-1],[-11,-15],[-13,-27],[-11,-15],[-14,-34],[-4,-5],[4,-10],[2,-16],[15,-9],[2,-8],[-5,-10],[9,-15],[1,-23],[-3,-3],[-8,5],[-3,-1],[-4,-11],[3,-10],[-10,-2],[-12,16],[-11,-2],[-11,15],[-10,-1],[-16,7],[-8,-10],[-10,4],[-8,-5],[-4,7],[-17,8],[-8,11],[-7,21],[-31,-1],[-16,26]],[[305,9619],[-22,15],[-11,17],[-1,17],[5,25],[6,-7],[16,-20],[0,-10],[7,-3],[-9,-6],[1,-9],[8,-19]],[[346,9551],[12,49],[10,3],[14,-34],[0,-16],[-17,6],[-19,-29],[21,-8],[11,-53],[9,7],[20,-26],[5,-28],[-6,-24],[-10,6],[-5,28],[-12,-8],[-11,26],[-15,61],[-13,16],[6,24]],[[303,9276],[-90,0],[0,-38],[-95,0],[0,6],[-52,-1]],[[66,9243],[-4,46],[-19,70],[-21,27],[-22,113],[5,33],[-2,60],[26,-8],[99,-82],[103,-19],[48,15],[35,-22],[-1,-11],[14,27],[13,4],[-6,-24],[25,-69],[1,-21],[-16,-23],[-8,-3],[-3,23],[-9,-12],[-7,-64],[-14,-27]],[[295,9239],[19,40],[29,19],[5,40],[19,38],[0,35],[14,-11],[10,-63],[-26,-24],[7,-51],[5,5],[2,-25],[7,-7],[-10,-44]],[[376,9191],[-12,0]],[[364,9191],[-1,0]],[[363,9191],[-28,0],[-1,49],[-39,-1]],[[8842,6570],[-22,-46]],[[8820,6524],[-8,3],[-2,6],[-12,8]],[[8661,6714],[-1,10],[-6,11],[0,8],[-3,4],[-6,0],[-13,7],[-5,-1],[-1,7],[-5,9],[-7,0],[-8,22],[-1,11],[-8,16],[-1,4],[4,9],[-2,32],[1,5],[-1,18],[-6,4],[0,7],[3,7],[-7,9],[-1,5],[-4,3],[-4,5],[-14,0],[-5,33],[-7,5],[-4,13],[-6,2]],[[8543,6979],[-4,7],[-4,17],[1,57],[2,52],[3,16],[-2,12],[5,14],[-4,20],[1,13],[2,5],[2,11],[6,11],[2,20],[0,19],[6,34],[6,16],[2,20],[-2,15],[1,3],[6,2],[0,73],[25,68],[-11,5],[-1,4],[-3,0],[-1,3],[2,17],[6,4],[2,-1],[2,2],[-1,5],[3,1],[-6,116],[-9,197],[-49,50],[-69,72]],[[8462,7959],[16,52],[74,120],[62,57],[41,18],[123,-1],[117,6]],[[8910,7286],[-16,-99],[-25,-175],[2,-13]],[[8134,6979],[4,194],[1,28],[10,1],[0,18],[28,-1],[2,37],[-20,1],[-3,37],[5,1],[0,36],[5,1],[1,8],[-5,27],[18,0],[-1,37],[20,0],[-2,98]],[[8197,7502],[80,2],[31,26],[3,-8],[18,37],[28,36],[40,21],[7,33],[-4,20],[-6,63],[8,31],[11,8],[-1,33],[-11,22],[-17,-10],[-11,23],[89,120]],[[8543,6979],[-17,0],[-108,1],[-7,0],[-73,1],[-63,0],[-7,0],[-111,-1],[-23,-1]],[[7622,6224],[0,6],[4,10],[5,22],[6,12],[2,12],[-1,28],[-4,6],[1,4],[4,34],[-4,10],[-1,14],[-6,12],[0,5],[5,13],[4,3],[7,-2],[9,9]],[[7653,6422],[0,-65],[0,-31],[-1,-99],[0,-57],[1,-26],[0,-97],[16,-1],[88,1],[27,0],[49,-1]],[[7907,5654],[-13,19],[-18,30],[-20,27],[0,9],[-4,-4],[-7,4],[-8,-1],[-5,4],[-5,-2],[-46,26],[2,12],[-2,8],[-3,9],[-6,3],[0,-3],[-4,-7],[-2,-11],[-5,-37],[-30,-9],[3,14],[-1,19],[-12,3],[-7,18],[-8,5],[-3,7],[-2,-6],[-10,1],[-27,13],[-3,5],[-9,-1],[-8,9],[-3,0],[-7,-9],[-4,0],[-4,-8],[-1,-8],[-5,-4],[-4,1],[-14,6],[-8,-13],[-6,-2],[-4,-12],[-9,-2],[-10,-12],[-5,3],[-3,-2],[-5,5],[-2,10],[-8,-4],[-20,-41],[0,-8],[-13,-7],[-17,19],[-7,-4],[-2,-7],[-2,9],[-3,4],[-1,8],[2,6],[-2,9],[-8,9],[-29,26]],[[7440,5790],[1,13],[-2,20],[6,16],[4,2],[2,17],[4,4],[16,-2],[3,28],[3,8],[13,22],[3,2],[2,-2],[10,-25],[7,3],[9,14],[8,0],[2,9],[5,3],[3,9],[11,12],[3,12],[11,15],[1,4],[8,16],[9,10],[3,0],[6,7],[1,16],[2,7],[5,9],[0,7],[-4,7],[-2,10],[9,20],[-2,12],[5,7],[1,7],[-3,13],[1,4],[2,2],[4,-3],[2,4],[-1,10],[4,15],[1,22],[6,48]],[[7784,7089],[56,63],[15,30],[37,33],[17,51],[32,39],[-14,74],[10,20],[-8,18],[-23,10],[4,22],[-4,50],[103,43],[82,-3],[43,-12],[29,-39],[34,14]],[[8134,6979],[-80,0],[-17,1],[-106,0],[-25,0],[-96,0],[-25,1],[-1,108]],[[7296,5511],[2,-4],[4,-1],[9,2],[14,10],[4,-1],[11,6],[3,9],[4,47],[3,6],[10,-4],[5,5],[2,15],[-3,18],[1,14],[-5,28],[3,10],[9,14],[1,25],[7,22],[2,10],[5,5],[3,10],[7,1],[4,-9],[7,-1],[2,-3],[5,-21],[-6,-16],[3,-4],[4,-4],[4,5],[5,21],[3,4],[7,-10],[3,3],[-3,16],[1,19],[-7,11],[-1,10],[0,4],[6,0],[6,7]],[[8825,6484],[0,23],[27,24],[20,-10],[9,18],[37,-9],[13,21],[20,7],[68,5],[54,69],[7,-3],[-13,-13],[-11,-35],[-23,-24],[-10,-25],[23,6],[31,42],[16,5],[22,-14],[26,34],[10,-4],[-9,-18],[-104,-88],[-156,-63],[-57,-28],[-31,-15],[29,25],[0,8],[-14,6],[-12,-9],[6,-16],[-22,-4],[-4,24],[13,41],[9,23],[26,-3]],[[8820,6524],[-3,-22],[-21,-12],[-15,-41]],[[8904,6417],[1,3],[8,0],[33,17],[30,26],[17,11],[4,1],[-1,-3],[-33,-24],[-13,-12],[-38,-19],[-8,0]],[[8741,6368],[0,13],[12,36],[16,10],[3,-20],[-11,-23],[-13,-14],[-7,-2]],[[5616,8888],[14,-5],[20,39],[15,-24],[15,-1],[63,31],[120,80],[15,-13],[0,-15],[-26,-122],[34,25],[33,-24],[23,-8]],[[6350,8531],[-1,-29],[-62,2],[-2,-141],[-42,1],[-44,1],[0,34],[-21,1],[-65,1],[-1,36],[-107,-1],[0,-70],[-110,-2],[0,105],[-149,2],[-86,0],[-21,-1],[0,35],[-65,2],[-1,-34],[-60,0]],[[8428,4751],[2,-18],[-10,-4],[20,-28],[1,-8],[-5,1],[8,-21],[4,23],[1,-29],[21,-98],[1,-16],[-10,13],[-10,57],[-8,6],[3,14],[-12,11],[9,-52],[-4,-10],[-35,60],[-6,-8],[18,-50],[-5,-11],[-16,7],[-11,21],[4,-43],[-35,-12],[10,-9],[-18,-21],[-12,1],[-10,23],[3,-12],[-10,5],[-6,44],[7,56],[-16,27],[-25,14],[31,-32],[6,-20],[-6,-13],[-3,-37],[12,-62],[-8,-23],[7,2],[50,15],[7,-19],[27,18],[21,-5],[11,-18],[-8,-67],[5,-30],[-21,6],[11,-14],[14,2],[6,92],[29,13],[12,-23],[4,-83],[-9,-36],[-19,22],[-28,-89],[-23,-30],[-55,31],[-6,14],[13,22],[3,19],[-13,11],[5,-15],[-26,-9],[2,-33],[-13,-11],[-69,57],[21,-47],[50,-35],[13,-32],[4,16],[9,-3],[6,-23],[-23,-31],[6,-14],[-3,-30],[-10,-17],[-29,-17],[-16,19],[0,17],[-19,9],[-9,-2],[-1,-9],[19,-5],[15,-48],[46,-12],[-4,26],[24,2],[15,17],[3,-29],[11,-1],[6,13],[2,-11],[-27,-67],[-26,-26],[-74,-9],[-17,27],[3,-33],[-4,-10],[-67,-83],[-8,-15],[-4,6],[1,-9],[-25,-44],[-20,-46],[-5,-51],[-6,-3],[-6,52],[1,-80],[-13,-32],[-95,-14]],[[7989,3655],[-13,28],[-72,146],[-65,128],[-1,6],[-37,69],[-3,2],[-41,1],[-70,2],[-41,1],[-41,0],[2,51],[-9,25],[-9,24],[-6,17],[-20,-26],[-4,12],[6,15],[-3,11],[0,8],[-48,5],[-6,0],[-70,8],[-18,0],[-18,2],[-41,2],[-12,1],[-7,-4],[-6,3],[-1,-4],[-2,0],[-3,11],[-9,-16],[-5,1],[-10,-7],[-8,-2],[-14,-13],[-6,1],[0,-10],[-2,-2],[-12,-3],[-20,-12],[-21,-13],[-17,-10]],[[8436,4751],[15,-6],[-2,-28],[-9,2],[0,16],[-9,16]],[[8457,4750],[18,-133],[40,-181],[-28,107],[-6,0],[-8,72],[-20,136]],[[8524,4388],[-7,40],[13,-62],[-12,-159],[-39,-16],[10,19],[30,19],[8,115],[-3,44]],[[8433,4142],[7,19],[21,21],[16,10],[-9,-12],[-16,-12],[-17,-26],[-2,0]],[[8342,3945],[-2,9],[3,1],[9,34],[9,26],[10,22],[15,26],[-31,-75],[-13,-43]],[[3578,9847],[195,0],[158,0],[91,0],[227,0],[113,0],[92,0],[184,0],[123,0]],[[4829,9126],[-107,2],[-45,0],[-43,0],[-88,0],[0,34],[-6,0],[-132,1],[-38,0],[-95,-1],[-14,-1],[-97,0],[-13,0],[0,-69],[-35,2],[-4,6],[-2,7],[2,19],[-2,8],[-9,12],[-16,4],[-7,-6],[-4,-12],[-11,5],[-4,7],[-10,5],[-4,11],[-1,23],[-5,7],[-3,23],[-4,7],[3,10],[7,11],[-9,16],[-7,0],[-25,-12],[-16,1],[-18,-13],[-13,2],[-9,11],[-13,3],[-1,9],[-7,6],[-13,-1],[-11,2],[-8,14],[-2,10],[1,33],[-6,14],[4,7],[-1,7],[-5,1],[-6,6],[-3,-3],[-6,-11],[-9,-5],[-5,3],[-18,10],[-9,8],[-3,6],[-1,-58],[-79,-1],[-2,-143],[-97,1],[-64,0]],[[6394,7180],[-69,1],[-18,0],[-71,0],[-10,0],[-30,0]],[[6196,7181],[-73,3],[-7,0],[-75,2],[-15,0],[-86,2],[-38,1]],[[5765,7793],[17,1],[-3,19],[2,6],[6,6],[7,3],[6,-5],[8,13],[6,-6],[30,-1],[1,25],[4,7],[7,4],[102,-1],[1,39],[73,-2],[28,0],[23,-2],[65,0],[58,0],[26,0],[57,-1],[37,1],[26,-1],[27,0],[0,35],[21,0],[39,0]],[[6439,7933],[3,-62],[-22,-32],[-14,-83],[4,-91],[-14,-52],[-3,-36],[-13,-41],[-2,-66],[5,-49],[-6,-21],[10,-25],[3,-50],[11,-27],[-6,-45],[-1,-73]],[[3186,6571],[1,163],[43,0],[-2,424],[2,426],[-1,0],[-1,8],[10,0],[1,133],[3,0],[-1,143],[-2,0],[-1,148],[2,0],[0,11],[1,130],[-2,1],[0,49]],[[7140,6867],[57,-40],[26,-36],[36,0],[2,-13],[-49,-21],[28,-11],[33,9],[29,-24],[36,16],[56,35],[10,-6],[38,-4],[45,57],[21,38],[62,52],[83,56]],[[7653,6975],[0,-56],[0,-146],[0,-2],[0,-147]],[[7653,6624],[0,-96],[0,-17],[0,-89]],[[7622,6224],[-31,0],[-39,4],[-20,-1],[-19,1],[0,18],[-49,2],[-8,0],[-1,-28],[-8,0],[-81,6],[1,30],[-3,0],[-49,4],[0,8],[-46,5],[-3,-62],[-71,6],[-1,-12],[-6,0],[-50,2],[1,45],[-9,2],[-41,5],[0,8],[-40,5],[-2,-38],[-39,7],[-31,-2],[0,66],[-64,1]],[[2911,6572],[0,165],[-4,0],[1,105],[71,0],[-1,15],[3,1],[1,159],[-3,0],[0,69],[0,74],[-4,1],[1,139],[7,1],[0,143],[-3,0],[0,138],[-3,1],[0,13],[-11,1],[1,57],[-21,0],[0,35],[-41,0],[0,34],[-38,1],[-3,6],[0,6],[-23,0],[0,24],[-19,0],[0,37],[-12,0],[0,35],[-10,0],[0,36],[-4,0],[0,147],[-2,0],[-1,138],[-4,0],[-1,55]],[[5246,4277],[-4,-9],[-7,-5],[-2,-3],[0,-22],[-17,13],[-5,-10],[-1,-11],[-6,-1],[1,11],[-6,16],[-11,4],[-8,-6],[-8,14],[-8,-2],[-1,11],[-3,4],[-6,2],[-2,9],[-8,3],[-10,10],[-2,-6],[0,-7],[-3,-18],[-7,-3],[1,-10],[-6,-9],[-8,-27],[-6,0],[-8,11],[-7,2],[0,106],[-64,-2],[-20,0],[0,-35],[-9,0],[0,-36],[-17,0],[0,-38],[-80,1],[0,68],[-6,-1],[-5,-12],[-4,2],[-1,6],[-4,2],[-2,-3],[5,-18],[-1,-5],[-8,7],[-6,-3],[1,28],[-91,1],[0,-35],[-91,-2],[0,-18],[-5,2],[-7,-4],[-8,7],[-7,-5],[-5,2],[-5,7],[-5,-2],[-6,6],[-6,-6],[-7,10],[-12,0],[-38,1],[0,71],[-54,0],[0,-35],[-128,1],[0,15],[-37,0],[0,-33],[-73,-1]],[[2539,6570],[0,167],[2,1],[0,71],[0,280],[174,-1],[0,72],[-4,0],[0,109],[-10,0],[-5,16],[-8,10],[-6,-1],[-1,5],[2,9],[-13,19],[-11,40],[-4,0],[-20,27],[-8,4],[0,7],[-4,25],[-8,15],[0,8],[-6,9],[-1,7],[-3,36],[2,10],[-4,9],[0,12],[-2,3],[-7,-1],[-1,2],[1,40],[-53,0],[-1,222],[0,52],[-6,2],[-2,4],[-2,7],[1,8],[-1,3],[1,2],[0,6],[-4,9],[-3,25],[-5,5],[-2,-2],[-3,9],[-2,2],[-2,20],[-11,21],[2,29],[-4,18],[-6,0],[-5,3],[-1,12],[-50,-1],[0,34],[-67,1]],[[106,7909],[11,161],[-3,63],[12,90],[8,106],[-4,78],[8,10],[8,-14],[5,10],[-16,28],[3,55],[-7,30],[3,39],[-7,29],[13,29],[-9,78],[31,-37],[3,13],[-7,20],[10,7],[8,-16],[8,2],[26,25],[27,-38],[10,0]],[[247,8677],[10,0],[6,11],[6,5],[10,-1],[12,-10],[13,-19],[13,-12],[5,-22],[11,-34],[0,-16],[4,-15],[0,-7],[0,-21],[4,-16],[-2,-13],[2,-32],[12,-8],[7,-10],[15,-5],[22,-12],[14,0],[10,-9],[10,2],[28,17],[14,12],[5,7],[8,3],[6,14],[14,10],[9,-5],[9,0],[31,12],[15,-10],[3,-2],[9,4],[9,-1],[7,-8],[11,-5],[2,-3],[2,-18],[3,-5],[8,2],[9,16],[7,3],[12,-3],[3,2],[7,-6],[8,12],[29,19],[6,9],[6,4],[10,-1],[12,-19],[10,-2],[27,11],[13,1],[9,17],[15,8],[13,13],[22,8],[6,4],[27,5],[10,19],[5,6],[14,-6],[12,6],[11,1],[13,7],[21,-5],[7,2],[19,16],[8,14],[172,1],[1,-1],[66,0],[21,0],[98,-2]],[[1353,8616],[3,-6],[7,-31],[12,-24],[3,-11],[12,0],[8,-16],[17,-13],[5,-15],[3,-19],[7,-24],[-1,-17],[-13,-29],[-2,-14],[-19,-51],[-3,-30],[-8,-51],[-4,-13],[-3,-3],[-2,-9],[-3,-11],[-8,-13],[1,-7],[-1,-9],[1,-3],[3,0],[-3,-7],[2,-14],[-5,-21],[-6,-8],[-2,-8],[-7,-22],[-15,-11],[-5,-21],[-2,-4],[-9,-47],[-2,-6],[-1,-10],[-7,-9],[-3,-11],[-3,-5],[1,-19],[-3,-15],[6,-21],[-3,-16]],[[1301,7922],[-46,-1],[0,34],[-4,0],[0,7],[-4,0],[0,6],[-6,0],[0,5],[-4,0],[-1,6],[-64,0],[0,-5],[-9,-2],[1,-7],[-4,-1],[0,-9],[-3,0],[0,-7],[-4,-1],[0,-5],[-3,-1],[0,-10],[-4,-1],[0,-5],[-4,-1],[0,-6],[-3,-1],[0,-11],[-7,-1],[0,-5],[-6,0],[0,-89],[-20,-1],[0,3],[-82,3],[0,-35],[-145,-1],[0,141],[-42,1],[0,33],[-21,1],[-1,19],[-62,0],[0,53],[-77,-1],[0,-35],[-28,0],[0,-35],[-21,-1],[-126,2],[-1,-20],[2,-11],[0,-13],[5,-11],[-89,-4],[-2,-12],[-8,-7],[-5,5],[-8,-1],[-9,6],[-3,-2],[-4,5],[-4,-2],[-27,22],[-12,1],[-5,-4],[-6,4],[-1,-11],[-8,0],[0,-24],[-41,-2],[-2,3],[1,9],[-4,9],[0,12],[-5,3],[-89,-3],[0,2],[-10,0],[-29,-1],[-1,-3],[-30,1]],[[2369,6978],[0,208],[0,212],[0,108],[0,95],[-1,191],[0,201]],[[91,6979],[-25,41],[-11,61],[-4,75],[8,50],[-2,29],[-27,86],[13,50],[17,126],[-3,15],[22,66],[9,59],[11,104],[7,168]],[[1301,7922],[1,-6],[7,-13],[5,-1],[5,8],[2,-2],[3,-9],[6,-5],[3,7],[7,-1],[3,-9],[-1,-11],[12,-8],[1,-13],[-7,-22],[-3,-1],[-2,-7],[7,-24],[-6,-21],[2,-14],[-4,-10],[0,-13],[-1,-6],[-5,-2],[1,-6],[-3,-3],[-2,-13],[2,-19],[0,-30],[1,-690]],[[7653,6975],[131,114]],[[8585,6555],[-19,-20],[-9,-21],[-32,-20],[-23,-10],[-14,-6],[-12,-14],[-26,38],[-14,33],[-5,-5],[-32,20],[-13,-27],[-5,-32],[-13,-12],[-53,-46],[0,-3],[-3,3],[-13,-9],[-3,3],[-2,-8],[-5,-2],[-2,3],[-8,-10],[-5,0],[-2,3],[1,9],[3,8],[5,6],[8,21],[-3,23],[4,14],[5,12],[0,16],[-3,1],[-14,-1],[-5,2],[-9,-6],[-4,1],[-3,-7],[-6,7],[-51,-26],[0,18],[-57,-51],[-4,-3],[-9,0],[-10,7],[-11,-6],[-12,-14],[-29,21],[-3,2],[-40,-4],[2,-5],[-74,-1],[-3,3],[0,73],[-72,3],[1,54],[-4,-2],[-3,-7],[-3,0],[-3,-9],[-3,3],[-3,-4],[-6,0],[-4,-12],[-3,8],[3,0],[0,3],[-5,-3],[0,4],[-2,1],[0,5],[-1,-10],[-4,-3],[-2,5],[-4,2],[-2,-7],[-1,-2],[-2,3],[-3,-6],[-4,5],[-10,-6],[-2,9],[7,-1],[-1,6],[-4,3],[0,3],[3,3],[-6,2],[-7,9],[1,7],[-2,11],[0,27],[-3,5],[-53,-1],[-18,-42],[-8,18],[-20,2],[0,4],[-44,1]],[[9163,6982],[52,2],[21,2],[-1,-14],[0,-38],[9,3],[-2,-8],[1,-7],[-2,-19],[1,-11],[4,-5],[9,-9],[7,-18]],[[9262,6860],[-10,-11],[-14,25],[-5,8],[4,-24],[-8,-20],[-2,-68],[-11,-39],[-40,-27],[-25,-1]],[[9267,6848],[10,-9],[4,-67]],[[9281,6772],[-14,-12],[0,88]],[[9255,6825],[8,6],[-3,-66],[-9,4],[-10,-16],[14,72]],[[7989,3655],[-7,-6],[6,-5],[-46,-56],[-26,-59],[-20,-58],[-6,-47],[-1,10],[-19,-18],[12,-47],[-5,-17],[-21,6],[9,-7],[2,-14],[-22,-37],[-29,1],[-6,-15],[5,-23],[-4,-10],[-25,-43],[-27,-2],[19,57],[-19,-28],[-4,22],[-5,-4],[2,-38],[10,-32],[-1,-23],[-17,-29],[-37,-18],[-14,-24],[-10,3],[-7,59],[-5,6],[3,-68],[-14,3],[-12,19],[2,-20],[-19,4],[1,-8],[27,-28],[8,-23],[-3,-23],[-29,-19],[-9,6],[-11,30],[-10,46],[3,13],[-8,5],[-7,7],[8,-54],[7,-63],[-19,-73],[-37,15]],[[7610,2991],[9,5],[9,-21],[-26,-47],[8,63]],[[6583,2474],[0,83],[0,63],[6,10],[1,7],[-3,19],[-4,1],[0,35],[35,0],[0,55],[9,2],[0,66],[1,1],[0,9],[-2,0],[1,48],[8,2],[0,34],[-1,79],[-5,7],[-2,-2],[-2,7],[-4,0],[-1,11],[2,9],[-4,6],[1,2],[2,10],[3,4],[2,11],[5,-2],[3,4],[-1,120],[0,18],[7,2],[-7,10],[0,5],[-4,1],[-4,11],[1,14],[-1,4],[-5,6],[-1,12],[-4,11],[0,17],[-2,12],[1,9],[3,28],[3,5],[1,7],[3,0],[0,4],[-3,8],[-3,15],[4,6],[3,0],[-1,10],[2,6],[4,0],[1,4],[-2,10],[8,1],[6,9],[-3,8],[1,9],[3,5],[0,5],[-5,12],[0,43],[-18,1],[0,15],[-6,1],[-1,3],[-5,1],[0,25],[1,1],[0,5],[2,0],[0,9],[1,0],[1,26],[-2,1],[0,4],[-2,1],[0,11],[-7,1],[1,13],[9,1],[3,5],[15,5],[14,23],[0,12],[1,3],[-5,5],[5,17],[1,34],[5,22],[-25,66],[-2,10],[-3,1],[0,6],[-18,1],[0,38],[6,60],[-3,9],[-7,6],[-3,-4],[-3,-11],[-4,1],[-1,11],[-4,4],[-4,-1],[-7,-13],[-6,2],[1,179]],[[6459,2263],[2,-17],[-10,-33],[-21,-17],[-1,-16],[-35,-19],[-36,0],[39,16],[4,11],[-26,50],[-1,82],[-19,50],[-20,-166],[-32,27],[-14,-4]],[[2033,6980],[-1,133],[0,107],[-31,1],[0,9],[-7,3],[-3,-1],[0,19],[9,0],[1,39],[-9,1],[-2,142],[41,-1],[0,71],[11,0],[0,32],[2,1],[0,33],[21,0],[0,36],[20,2],[0,34],[2,0],[-1,145],[-52,0],[0,107],[31,-4],[0,72],[-3,0]],[[1680,6979],[0,314],[0,58],[-5,1],[-4,4],[1,111],[0,165],[6,1],[3,10],[-1,16],[5,18],[-6,14],[2,24],[10,27],[-3,17],[2,13],[2,14],[-3,3],[0,9],[-9,5],[-2,8],[0,8],[4,8],[4,3],[-1,4],[-4,4],[-3,6],[5,8],[-1,5],[-2,4],[-6,2],[-3,5],[-3,-1],[-4,8],[-6,4],[-2,13],[1,7],[-2,15],[-5,-1],[-3,11],[-4,1],[-2,6],[-5,4],[2,8],[3,4],[6,25],[-4,32],[-5,3],[-2,6],[-2,16],[1,7],[3,8],[3,-1],[1,5],[10,3],[7,22],[2,15],[0,10],[10,11],[9,-8],[4,-10],[11,1],[10,20],[7,2],[5,12],[4,13],[3,1],[2,4],[-1,7],[3,1],[4,7],[-1,33],[3,14],[-2,56],[2,15],[4,7],[3,17],[13,24],[-7,12],[-12,29],[-6,3],[-3,13],[-6,4],[1,18],[2,8],[3,1],[14,-14],[3,-1],[6,21],[7,4],[5,10]],[[1353,8616],[-7,29],[-5,5],[4,8],[6,28],[-7,13],[-1,21],[-5,22],[-4,14],[-7,5],[4,16],[1,16],[-1,45],[0,239],[0,57]],[[1333,9847],[168,0]],[[6394,7180],[-7,-71],[13,-65],[16,-39],[10,-88],[14,-50]],[[6197,5022],[0,38],[-3,-2],[-7,4],[-10,-7],[0,15],[0,109],[-18,1],[0,107],[0,34],[-5,0],[6,17],[1,23],[3,19],[-3,6],[1,8],[-3,1],[0,34],[1,107],[0,11],[0,98],[-20,1],[0,109],[1,0],[0,7],[0,78],[20,0],[0,55],[19,-1],[0,126],[-20,0],[0,60],[-8,6],[-5,-2],[0,44],[12,0],[0,55],[0,95],[-20,0],[0,18],[-1,111],[24,0],[-1,6],[6,0],[0,5],[11,1],[0,13],[9,1],[1,37],[9,0],[-1,72],[-21,-1],[0,73],[-19,1],[0,85],[0,112],[0,16],[40,0],[-2,108],[1,106],[1,139]],[[247,8677],[-29,54],[-25,-7],[-19,11],[-27,-18],[-19,28],[-15,-17],[3,152],[7,-23],[2,-82],[29,9],[-17,31],[8,12],[-11,44],[6,23],[14,18],[-9,11],[-26,-12],[-8,6],[-2,24],[-6,46],[6,3],[0,-14],[13,-20],[-3,26],[40,31],[-31,5],[-7,22],[-14,5],[-8,-46],[-6,97],[-6,44],[-15,31],[-6,72]],[[303,9276],[-23,-61],[-7,-45],[25,2],[31,35],[-35,-33],[-14,6],[15,59]],[[363,9191],[-18,-23],[-5,-31],[8,-18],[-7,-25],[-11,30],[9,42],[-5,9],[-13,-25],[-41,-37],[6,-48],[9,4],[18,-22],[23,32],[11,-18],[5,7],[19,33],[10,44],[-3,12],[22,-23],[5,7],[-8,10],[3,7]],[[376,9191],[3,-10],[-8,-17],[6,-20],[-4,-13],[-6,17],[1,-10],[-16,9],[12,44]],[[6415,8266],[2,-13],[14,-6],[-6,-15],[-1,-27],[-22,-12],[-16,-14],[2,-22],[-27,-63],[0,-18],[-5,-15],[7,-18],[-7,11],[-4,-21],[12,-15],[7,2],[10,32],[18,11],[7,18],[19,59],[11,8],[0,-12],[21,28],[11,-33],[9,-6],[-10,-49],[-17,-58],[-11,-85]],[[6526,8328],[8,3],[3,-24],[-5,-9],[-8,13],[3,-41],[-9,-1],[6,-21],[-8,-2],[1,-16],[-5,5],[-11,-33],[1,-21],[-6,-24],[-18,-31],[-12,16],[-5,30],[11,43],[11,15],[9,50],[9,-8],[19,58],[6,-2]],[[9333,7335],[13,-83],[26,-7],[-7,-26],[-31,-15],[-14,-40],[-12,-7],[-13,-60],[20,-21],[5,13],[12,-2],[8,-5],[16,-39],[11,-76],[14,-15],[0,-52],[20,-25],[26,-9],[-12,-4],[24,0],[32,29],[3,30],[-17,60],[-27,24],[21,5],[15,-19],[15,-50],[8,-56],[-7,-40],[-76,-24],[-7,-17],[-35,-12],[-5,6],[8,74],[-38,-45],[-9,3],[-19,-47],[-20,-11]],[[9267,6848],[-5,12]]],"transform":{"scale":[0.00577692756739714,0.002441779552353664],"translate":[-124.73276978240644,24.956376399801876]},"bbox":[-124.73276978240644,24.956376399801876,-66.96927103600244,49.37173014378616]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment