Skip to content

Instantly share code, notes, and snippets.

@mpmckenna8
Last active August 29, 2015 13:59
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 mpmckenna8/10608840 to your computer and use it in GitHub Desktop.
Save mpmckenna8/10608840 to your computer and use it in GitHub Desktop.
CSS styling some topojson data D3

So I did a topojson dataset which also has the some points for labels so maybe one day I'll append some text to this bad boy.

What I typed into the terminal to make the topojson:

sfBOS matthewmckenna$ topojson \

-o sfbosArc.json
-p
sfBOScle.geojson
labelSFbosD3.geojson bounds: -122.49272855226758 37.715893280886796 -122.37087002221702 37.82289853793412 (spherical) pre-quantization: 0.0136m (1.22e-7°) 0.0119m (1.07e-7°) topology: 0 arcs, 0 points post-quantization: 1.36m (0.0000122°) 1.19m (0.0000107°) prune: retained 0 / 0 arcs (NaN%)

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>D3: Mercator projection applied to stuff</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<style type="text/css">
.dist01{
fill:green;
}
.dist02{
fill:blue;
opacity:.7;
}
.dist03{
fill:purple;
}
.dist04{
fill:#cab2d6;
}
.dist05{
fill:#ff7f00;
}
.dist06{
fill:#e31a1c;
}
.dist07{
fill:#fdbf6f;
Opacity:.3;
}
.dist08{
fill:pink;
}
.dist09{
fill:#a6cee3;
}
.dist10{
fill:#ffff99;
}
.dist11{
fill:#b2df8a;
}
</style>
</head>
<body>
<script type="text/javascript">
// style this thing beter and add some interactivity and labels and stuff....
//Width and height
var w = 500;
var h = 300;
//Define map projection
var projection = d3.geo.mercator()
.translate([w/2, h/2])
.scale([98900])
.center([ -122.43198394775389,37.76365837331252])
;
//Define path generator
var path = d3.geo.path()
.projection(projection);
//Create SVG element
var svg = d3.select("body")
.append("svg")
.attr("width", w)
.attr("height", h);
//Load in the data data
d3.json('sfbosArc.json',function(err, sf){
svg.selectAll(".dist")
.data(topojson.feature(sf, sf.objects.sfBOScle).features)
.enter().append("path")
.attr("class",function(d,i){
console.log(d.properties.DISTRICT)
return "dist" +d.properties.DISTRICT
})
.attr("d",path)
})
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"sfBOScle":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},"geometries":[{"type":"Polygon","properties":{"AREA":13.674452,"DISTRICT":"02","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":69544,"Shape_Leng":120532.7349,"Shape_Area":148655412.934},"arcs":[[0,1,2,3]]},{"type":"Polygon","properties":{"AREA":19.815191,"DISTRICT":"01","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":69703,"Shape_Leng":123246.830516,"Shape_Area":125462836.779},"arcs":[[-3,4,5,6]]},{"type":"Polygon","properties":{"AREA":107.301994,"DISTRICT":"04","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":72498,"Shape_Leng":294404.251019,"Shape_Area":109130821.541},"arcs":[[7,8,-6,9]]},{"type":"Polygon","properties":{"AREA":15.01983,"DISTRICT":"07","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":72737,"Shape_Leng":137954.055861,"Shape_Area":216993282.382},"arcs":[[10,11,12,-8,13]]},{"type":"Polygon","properties":{"AREA":3.515096,"DISTRICT":"08","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":75746,"Shape_Leng":54756.9076817,"Shape_Area":98035427.6902},"arcs":[[14,15,16,-11,17]]},{"type":"Polygon","properties":{"AREA":3.032281,"DISTRICT":"11","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":76818,"Shape_Leng":53429.9624822,"Shape_Area":84609443.4417},"arcs":[[18,19,-12,-17,20]]},{"type":"Polygon","properties":{"AREA":3.18492,"DISTRICT":"09","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":76720,"Shape_Leng":56247.2687447,"Shape_Area":88807627.5241},"arcs":[[21,-21,-16,22]]},{"type":"Polygon","properties":{"AREA":31.873259,"DISTRICT":"10","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":72566,"Shape_Leng":160367.90373,"Shape_Area":236620399.613},"arcs":[[23,-19,-22,24]]},{"type":"Polygon","properties":{"AREA":29.427917,"DISTRICT":"06","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":73909,"Shape_Leng":183575.576487,"Shape_Area":105359626.261},"arcs":[[25,-25,-23,-15,26,27]]},{"type":"Polygon","properties":{"AREA":29.427917,"DISTRICT":"06","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":73909,"Shape_Leng":183575.576487,"Shape_Area":105359626.261},"arcs":[[28]]},{"type":"Polygon","properties":{"AREA":2.332069,"DISTRICT":"03","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":70394,"Shape_Leng":39296.1407457,"Shape_Area":52771213.1584},"arcs":[[-28,29,-1,30]]},{"type":"Polygon","properties":{"AREA":2.583769,"DISTRICT":"05","MEMBERS":1,"LOCKED":null,"NAME":null,"POP":74600,"Shape_Leng":64512.4573092,"Shape_Area":72121923.6944},"arcs":[[-30,-27,-18,-14,-10,-5,-2]]}]},"labelSFbosD3":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},"geometries":[{"type":"Point","properties":{"id":11,"district":"11"},"coordinates":[4644,624]},{"type":"Point","properties":{"id":10,"district":"10"},"coordinates":[8149,1735]},{"type":"Point","properties":{"id":9,"district":"9"},"coordinates":[6316,2379]},{"type":"Point","properties":{"id":8,"district":"8"},"coordinates":[5160,3525]},{"type":"Point","properties":{"id":7,"district":"7"},"coordinates":[3309,2182]},{"type":"Point","properties":{"id":4,"district":"4"},"coordinates":[1405,3346]},{"type":"Point","properties":{"id":1,"district":"1"},"coordinates":[1512,5386]},{"type":"Point","properties":{"id":6,"district":"6"},"coordinates":[7242,5726]},{"type":"Point","properties":{"id":3,"district":"3"},"coordinates":[6743,7032]},{"type":"Point","properties":{"id":0,"district":"6"},"coordinates":[9110,9232]},{"type":"Point","properties":{"id":2,"district":"2"},"coordinates":[4145,7086]},{"type":"Point","properties":{"id":5,"district":"5"},"coordinates":[4964,5458]}]}},"arcs":[[[6053,8070],[1,-5],[7,-47],[12,-75],[8,-51],[25,-21],[73,-65],[26,-22],[8,-50],[5,-36],[6,-38],[12,-76],[-104,-17],[6,-39],[5,-36],[72,12],[33,6],[6,-38],[6,-38],[5,-32],[7,-42],[-47,-8],[-56,-9],[-6,-1],[-47,-7],[-52,-9],[-58,-9],[-8,-1],[-16,-3],[-15,-2],[-7,-3],[-104,-17],[-104,-17],[7,-7],[10,-60],[-5,-8],[7,-7],[5,-29],[5,-31],[-5,-8],[7,-7],[10,-60],[-5,-10],[-5,-9],[9,-58],[8,-7],[-6,-8],[9,-56],[8,-6],[-5,-9],[8,-56],[8,-7],[-5,-8],[9,-56],[7,-6],[-5,-9],[9,-56],[8,-6],[-6,-9],[9,-57],[8,-8],[8,-9],[10,-60],[-5,-8],[7,-7],[5,-29],[5,-30],[-6,-9],[8,-6],[5,-31],[5,-30],[-6,-8],[8,-7],[5,-30],[5,-30],[-6,-8]],[[5904,6314],[-104,-17],[12,-74],[-33,-6],[-17,-3],[-39,2],[-8,0],[-8,-5],[-11,69],[-12,75],[-5,38],[-7,38],[-5,37],[-6,37],[-104,-17],[-12,77],[-104,-17],[-105,-16],[13,-77],[-104,-17],[-52,-9],[-52,-8],[-104,-17],[-104,-16],[-104,-17],[12,-75],[104,17],[103,16],[12,-75],[-103,-17],[-105,-16],[-105,-17],[-105,-17],[-104,-17],[-104,-17],[-90,-14],[14,-75],[87,14],[105,17],[104,17],[6,-38],[6,-38],[2,-11],[10,-63],[11,-75],[13,-75],[12,-76],[-36,-6],[-10,1],[-59,-10],[-104,-17],[-104,-16],[-44,-7],[-63,-10]],[[4294,5671],[1,8],[-17,107],[-4,8],[2,7],[-8,62],[-4,5],[3,7],[-5,28],[3,15],[12,39],[0,17],[-1,3],[-3,10],[-44,-6],[-58,-10],[-6,-3],[-60,-9],[-4,-7],[-7,5],[-53,-9],[-5,-7],[-7,6],[-53,-9],[-5,-7],[-7,4],[-53,-8],[-5,-7],[-6,5],[-51,-8],[-6,-7],[-7,5],[-59,-10],[-4,-6],[-6,5],[-6,-1],[-4,-6],[-6,4],[-38,-3],[-4,-5],[-7,5],[-14,-1],[-65,-3],[-5,-7],[-6,5],[-57,-2],[-8,-7],[-9,155],[-3,51],[-6,99],[-3,51],[-71,-12],[-67,-11],[-68,-11],[-67,-11],[-68,-11],[-7,135],[-68,-3],[-10,-2],[-57,-3],[-8,1],[-60,-4],[-68,-4],[-68,-4],[-67,-4],[-68,-4],[-28,-1],[-40,-3],[-71,-4],[-71,-4],[-68,-5],[-67,-3],[-68,-4],[-68,-4],[-68,-4],[-67,-4],[-68,-4],[-68,-3],[-68,-4],[-68,-4],[9,-150],[-67,-4],[-68,-4],[-34,-2],[-34,-2],[-30,-1],[-38,-3],[-67,-4],[-68,-3],[-62,-4],[-12,240],[-4,91]],[[1341,6394],[4,-1],[11,2],[3,0],[2,2],[2,-1],[4,1],[2,2],[4,1],[3,0],[0,2],[4,2],[2,-1],[2,1],[3,0],[3,0],[1,2],[2,2],[4,0],[0,5],[2,3],[3,0],[0,-5],[2,3],[4,-9],[3,1],[12,1],[4,1],[5,2],[8,3],[3,2],[3,2],[1,2],[16,8],[2,3],[4,4],[4,1],[2,3],[8,5],[3,0],[3,1],[7,4],[4,3],[2,3],[8,5],[13,11],[1,3],[2,3],[7,8],[11,12],[7,6],[1,2],[6,4],[3,4],[14,11],[8,11],[5,10],[8,0],[7,-2],[19,-3],[7,-6],[12,-5],[32,13],[25,-1],[4,8],[11,5],[8,-1],[9,-6],[2,-2],[0,-3],[6,3],[1,-4],[5,0],[16,15],[4,8],[7,10],[13,16],[11,9],[8,7],[6,10],[6,4],[0,7],[6,9],[3,6],[4,6],[5,5],[1,1],[3,5],[10,10],[21,36],[8,20],[18,19],[15,21],[14,25],[11,17],[11,26],[7,19],[14,28],[17,32],[18,51],[-14,4],[28,71],[5,24],[10,22],[11,51],[10,27],[10,28],[11,27],[1,13],[2,11],[3,8],[-2,5],[-1,3],[3,11],[3,3],[5,3],[6,0],[2,3],[-5,12],[-1,4],[2,0],[7,-7],[2,8],[1,1],[0,4],[2,0],[10,-8],[0,3],[-8,8],[-1,3],[3,1],[1,1],[4,7],[1,4],[1,4],[1,6],[3,4],[3,6],[3,2],[-1,3],[0,4],[5,6],[7,3],[6,4],[2,8],[1,9],[1,4],[3,5],[1,7],[0,25],[7,4],[7,5],[5,11],[1,6],[4,6],[4,7],[4,11],[6,12],[5,15],[6,10],[1,12],[7,23],[3,17],[-1,14],[2,13],[3,17],[2,12],[2,12],[18,42],[8,12],[8,23],[12,38],[2,12],[5,17],[7,15],[9,33],[5,16],[1,15],[1,13],[1,10],[4,4],[-2,6],[1,3],[-1,4],[2,14],[0,10],[3,13],[2,26],[1,9],[0,9],[0,6],[2,5],[1,8],[-1,11],[1,23],[5,20],[14,10],[7,5],[11,14],[0,7],[-2,11],[-2,47],[2,42],[-2,27],[2,17],[-3,18],[18,6],[-3,26],[4,1],[6,1],[7,2],[10,2],[23,-3],[20,-9],[4,2],[6,-5],[4,-6],[10,-27],[3,-15],[3,-30],[7,-18],[5,-5],[11,-8],[16,-7],[37,-11],[9,-6],[21,-3],[26,-3],[52,-1],[37,-5],[26,-5],[28,-8],[11,-1],[3,0],[22,-5],[19,-6],[17,-9],[4,-1],[36,67],[3,2],[4,-2],[33,-18],[1,-3],[-4,-8],[-4,-1],[-34,19],[-31,-57],[8,-11],[12,-8],[8,-7],[5,-5],[13,-8],[14,-12],[18,-18],[5,-13],[7,-16],[16,-24],[5,-5],[9,-7],[21,-8],[10,13],[7,-5],[-10,-14],[3,-4],[14,-11],[10,-8],[26,-26],[10,-10],[13,-8],[21,-9],[12,15],[26,35],[11,-9],[-4,-6],[-7,5],[-1,-1],[-3,3],[-33,-43],[36,-17],[12,0],[4,-2],[11,-5],[12,-8],[58,-22],[20,-9],[15,-5],[26,-5],[19,1],[21,2],[33,8],[13,0],[12,-5],[8,-2],[19,2],[21,5],[17,6],[78,13],[12,3],[15,6],[12,3],[16,2],[14,1],[16,3],[13,3],[15,5],[13,6],[14,5],[14,4],[9,3],[21,2],[20,4],[20,5],[20,6],[22,8],[68,29],[8,1],[3,-2],[1,-7],[13,-1],[17,-5],[33,-3],[33,1],[21,0],[50,6],[47,15],[29,9],[34,6],[6,0],[6,0],[6,1],[10,5],[5,2],[6,1],[8,0],[4,0],[4,-1],[2,-3],[8,-5],[10,-1],[10,4],[16,5],[6,2],[6,4],[19,13],[41,34],[10,1],[24,3],[10,-1],[78,9],[29,-2],[70,10],[62,20],[5,2],[6,2],[63,8],[37,6],[19,7],[6,5],[6,5],[5,6],[10,15],[12,13],[7,-4],[-23,-45],[-3,-3],[-5,-3],[-4,0],[-10,-3],[-9,-1],[-65,-9],[1,-6],[19,2],[0,-2],[6,-6],[-2,-2],[-7,9],[-6,-1],[6,-8],[-2,-1],[-6,9],[-8,-1],[6,-8],[-2,-1],[-6,8],[-7,-1],[5,-7],[-1,-1],[-7,8],[0,2],[10,1],[0,6],[-32,-4],[-3,-2],[-3,-3],[-2,-5],[0,-2],[7,2],[0,2],[19,3],[2,-11],[-1,-1],[-1,9],[-1,1],[-10,-1],[2,-13],[-2,0],[-2,12],[-4,-1],[-1,-1],[2,-11],[-2,-1],[-2,11],[-2,-5],[1,-5],[-2,-2],[-1,7],[2,5],[-4,-1],[2,-11],[-17,-4],[-2,16],[-3,2],[0,-3],[2,-21],[-9,-1],[0,2],[7,1],[-1,2],[-7,-1],[0,2],[7,1],[0,2],[-7,-1],[0,2],[7,0],[-1,3],[-6,-1],[-1,2],[7,0],[0,2],[-7,0],[0,1],[7,1],[0,2],[-7,-1],[0,2],[7,1],[0,2],[-7,-1],[-6,-1],[-3,-2],[-5,-1],[-8,-3],[-2,0],[0,-2],[9,1],[0,-2],[-7,-1],[0,-2],[7,1],[0,-2],[-7,-1],[0,-2],[8,1],[0,-1],[-7,-1],[1,-3],[6,2],[0,-2],[-7,-1],[1,-2],[7,1],[0,-2],[-7,-1],[1,-2],[6,1],[1,-2],[-16,-2],[-1,2],[6,1],[0,1],[-6,-1],[0,2],[6,1],[0,2],[-7,-1],[0,2],[6,1],[0,2],[-6,-1],[0,2],[6,1],[-1,2],[-6,-1],[0,2],[6,0],[0,3],[-6,-1],[-1,1],[6,1],[0,2],[-7,-1],[-15,-6],[0,-3],[1,-6],[-3,-2],[-11,-2],[2,-6],[9,3],[2,2],[2,-1],[-1,-1],[3,1],[6,-6],[-1,-2],[-5,6],[-3,-1],[5,-5],[-1,-1],[-6,6],[-2,0],[5,-5],[-1,-2],[-5,6],[-2,0],[5,-5],[-2,-2],[-5,6],[-2,0],[5,-5],[-2,-1],[-5,5],[-5,-1],[7,-8],[-2,-1],[-7,9],[-3,-1],[8,-9],[-1,-1],[-9,9],[-3,0],[5,-7],[-1,-1],[-7,7],[-3,-1],[9,-9],[-1,-1],[-10,10],[-3,-1],[9,-10],[-1,-1],[-9,10],[-3,-1],[8,-9],[-1,-1],[-9,9],[-2,-1],[7,-9],[-1,-1],[-8,10],[-8,-3],[8,-9],[-1,-1],[-8,9],[-5,-1],[0,1],[13,5],[-3,6],[-19,-8],[-29,-11],[2,-4],[8,1],[2,1],[0,-2],[-6,-1],[-1,-2],[3,-2],[18,3],[0,-2],[-12,-2],[-2,-2],[3,-2],[12,2],[0,-2],[-4,-1],[0,-3],[17,3],[0,-2],[-19,-3],[-6,4],[2,-6],[-1,0],[-4,8],[-4,3],[5,-12],[-2,-1],[-6,15],[-4,3],[-8,-3],[7,-19],[-2,0],[-6,18],[-6,-2],[8,-18],[-2,-1],[-8,19],[-4,-2],[8,-18],[-2,-1],[-8,18],[-7,-2],[4,-9],[0,-1],[-16,7],[10,4],[-1,2],[-40,-14],[8,0],[4,1],[2,0],[12,4],[25,-12],[-2,-2],[-24,12],[-9,-3],[27,-13],[-1,-2],[-29,14],[-5,-2],[17,-14],[-2,-2],[-18,15],[-6,-3],[17,-13],[-2,-1],[-17,13],[-7,-2],[10,-8],[-2,-2],[-7,6],[-6,-2],[-1,5],[-4,-1],[-15,-6],[0,1],[14,6],[-1,3],[-16,-7],[0,-7],[9,1],[0,-2],[-8,-1],[0,-4],[12,2],[0,-2],[-12,-1],[0,-3],[13,2],[0,-2],[-12,-2],[1,-6],[9,1],[0,-2],[-9,-2],[1,-6],[9,2],[1,-2],[-8,-1],[0,-3],[12,1],[0,-2],[-11,-1],[0,-3],[12,2],[0,-2],[-13,-1],[1,-6],[13,1],[0,-2],[-13,-2],[1,-6],[13,2],[0,-2],[-12,-2],[1,-2],[12,2],[0,-2],[-12,-2],[1,-2],[11,2],[0,-2],[-11,-2],[0,-2],[12,2],[0,-2],[-12,-2],[1,-1],[4,0],[0,-1],[-5,-1],[1,-4],[5,1],[0,-2],[-4,-1],[0,-2],[5,1],[0,-2],[-5,-1],[1,-5],[48,8],[0,6],[-34,-5],[0,1],[2,1],[-1,5],[2,0],[1,-4],[1,-1],[1,1],[-1,5],[2,0],[1,-5],[2,1],[-2,10],[2,0],[2,-10],[2,0],[-2,10],[2,1],[2,-10],[2,0],[-2,10],[2,0],[2,-11],[5,1],[-2,11],[2,1],[2,-10],[3,0],[-2,10],[2,1],[2,-11],[2,1],[-2,10],[2,0],[2,-10],[2,0],[-1,11],[2,0],[1,-10],[3,0],[-2,10],[2,1],[1,-11],[3,1],[-2,10],[2,0],[2,-10],[2,1],[-1,10],[1,0],[2,-10],[2,0],[-1,11],[2,0],[1,-10],[3,0],[-1,10],[1,0],[2,-10],[3,1],[-2,10],[2,0],[2,-10],[2,1],[-1,7],[2,1],[1,-8],[3,0],[-1,10],[2,0],[1,-10],[3,1],[-2,9],[2,0],[2,-9],[2,1],[-1,9],[2,0],[1,-9],[3,0],[-2,9],[2,1],[1,-10],[3,1],[-2,9],[2,0],[2,-9],[2,0],[-2,10],[2,0],[2,-10],[6,1],[-2,10],[2,0],[1,-9],[3,0],[-1,10],[1,0],[2,-9],[2,0],[-1,10],[2,0],[1,-9],[2,0],[-1,10],[2,0],[1,-10],[2,0],[-1,10],[2,1],[1,-10],[3,0],[-2,10],[2,0],[1,-9],[3,0],[-1,8],[2,0],[1,-8],[2,1],[-1,8],[2,0],[1,-8],[2,0],[-1,8],[2,1],[1,-8],[2,0],[-1,8],[1,0],[2,-8],[2,0],[-1,9],[1,0],[2,-8],[2,0],[-2,8],[2,0],[2,-7],[1,0],[-1,8],[2,0],[1,-9],[3,1],[3,1],[-1,8],[2,0],[1,-8],[2,1],[-1,8],[2,0],[1,-8],[2,0],[-1,8],[1,1],[2,-9],[3,0],[3,2],[-2,8],[2,0],[1,-8],[3,0],[-1,8],[1,1],[2,-8],[2,0],[-1,8],[1,0],[1,-8],[2,0],[-1,9],[2,0],[1,-8],[2,0],[-1,8],[2,0],[1,-8],[2,0],[-1,9],[2,0],[1,-8],[2,0],[-1,8],[2,1],[1,-8],[2,-1],[-1,9],[1,0],[1,-8],[2,0],[-1,9],[2,0],[1,-8],[2,0],[-1,8],[2,1],[1,-9],[2,1],[-1,8],[2,0],[1,-9],[5,1],[-2,9],[2,0],[1,-8],[2,1],[-1,7],[2,1],[2,-8],[1,0],[-1,8],[2,0],[1,-9],[4,1],[-1,9],[2,0],[2,-8],[4,0],[-1,9],[2,0],[2,-8],[3,0],[-1,9],[2,0],[2,-8],[3,0],[0,-1],[-31,-5],[1,-6],[32,5],[5,8],[-5,37],[-5,6],[-34,-6],[1,-5],[32,4],[0,-2],[-3,0],[1,-9],[-1,0],[-1,7],[-2,0],[1,-7],[-2,0],[-1,7],[-2,0],[0,-8],[-1,0],[-1,9],[-5,-1],[2,-9],[-2,0],[-1,8],[-2,-1],[1,-7],[-2,0],[-1,7],[-1,0],[1,-8],[-2,0],[-1,8],[-2,-1],[1,-7],[-2,0],[-1,7],[-2,0],[1,-8],[-1,0],[-1,8],[-2,0],[1,-8],[-2,0],[-1,7],[-3,0],[1,-8],[-1,0],[-2,9],[-5,-1],[1,-9],[-2,0],[-1,9],[-5,-1],[1,-8],[-1,-1],[-1,8],[-2,0],[1,-8],[-2,0],[-1,7],[-3,0],[1,-8],[-2,0],[-1,9],[-5,0],[1,-10],[-2,0],[-1,9],[-5,0],[1,-10],[-2,0],[0,8],[-3,0],[1,-8],[-2,0],[0,7],[-3,0],[1,-7],[-1,0],[-1,7],[-2,0],[1,-8],[-2,0],[-1,7],[-2,1],[1,-8],[-2,-1],[-1,8],[-2,0],[1,-8],[-2,0],[-1,8],[-2,-1],[1,-8],[-1,0],[-2,8],[-2,-1],[1,-7],[-1,0],[-1,7],[-3,0],[1,-8],[-2,0],[-1,9],[-6,-1],[1,-9],[-2,0],[-1,8],[-6,-1],[1,-9],[-2,0],[-1,9],[-6,-1],[2,-8],[-2,0],[-1,7],[-3,-1],[1,-7],[-2,0],[0,7],[-3,0],[1,-6],[-2,0],[-1,6],[-4,0],[1,-7],[-2,0],[-1,6],[-4,0],[1,-7],[-2,0],[-1,6],[-5,0],[1,-7],[-2,0],[-1,6],[-5,-1],[1,-6],[-2,0],[0,5],[-2,0],[1,-6],[-2,0],[-1,6],[-2,-1],[1,-5],[-1,0],[-1,5],[-2,0],[1,-6],[-2,0],[-1,6],[-2,0],[1,-6],[-2,0],[0,5],[-2,0],[0,-6],[-1,0],[-1,5],[-2,0],[1,-5],[-2,0],[-2,14],[1,0],[1,-6],[2,1],[-1,5],[2,0],[1,-5],[2,0],[-1,6],[2,0],[1,-6],[5,0],[-1,7],[2,0],[1,-6],[4,1],[-1,6],[2,1],[1,-6],[2,0],[0,6],[2,0],[0,-5],[2,0],[-1,6],[2,0],[1,-7],[4,1],[-1,7],[2,0],[0,-6],[3,1],[-1,5],[2,1],[1,-6],[1,0],[-1,6],[2,0],[1,-7],[4,1],[-1,6],[2,1],[1,-7],[4,1],[0,7],[2,0],[1,-7],[4,1],[-1,7],[2,0],[1,-7],[4,1],[-1,10],[2,0],[2,-9],[6,1],[-2,9],[2,0],[1,-8],[3,1],[-1,9],[2,0],[1,-9],[2,0],[-1,9],[2,0],[2,-10],[5,1],[-2,10],[3,0],[2,-9],[8,1],[-1,6],[-2,0],[-1,2],[2,0],[0,2],[0,2],[-9,-1],[0,2],[7,1],[0,3],[-7,-1],[-1,2],[8,1],[-1,2],[-7,-1],[0,2],[7,0],[0,3],[-8,-2],[0,2],[8,1],[-1,3],[-7,-1],[0,1],[7,2],[0,2],[-8,-1],[0,2],[17,3],[0,-2],[-6,-1],[0,-2],[7,1],[0,-2],[-6,-1],[0,-1],[6,1],[0,-2],[-6,-1],[0,-1],[7,0],[0,-1],[-7,-1],[1,-2],[6,1],[0,-2],[-6,-1],[0,-1],[7,1],[0,-2],[-6,-1],[0,-2],[6,0],[1,-1],[-8,-1],[0,-3],[1,-2],[6,1],[0,2],[18,5],[-4,25],[1,5],[2,0],[-1,-4],[5,1],[1,6],[1,0],[0,-5],[4,2],[1,5],[2,0],[-1,-5],[5,2],[1,6],[2,-1],[-1,-4],[5,1],[1,6],[1,0],[0,-5],[5,2],[1,5],[1,0],[-1,-5],[5,2],[1,6],[2,-1],[-1,-4],[5,1],[1,6],[2,0],[-1,-5],[2,-7],[-1,-1],[-3,6],[-4,-1],[2,-6],[-2,-1],[-2,6],[-4,-2],[2,-5],[-2,-1],[-2,6],[-3,-2],[1,-4],[-2,-1],[-2,5],[-3,-2],[1,-4],[-2,-1],[-2,5],[-3,-2],[1,-4],[-2,-1],[-1,5],[-4,-2],[1,-4],[-2,0],[-1,4],[-4,-2],[1,-4],[-1,-1],[-2,4],[-4,-1],[2,-17],[4,1],[0,4],[2,0],[0,-4],[2,0],[0,5],[1,0],[1,-5],[1,1],[0,4],[2,0],[0,-4],[4,1],[-1,4],[2,1],[1,-5],[4,1],[-1,5],[2,0],[1,-5],[4,1],[0,5],[2,0],[0,-4],[4,0],[0,6],[2,0],[0,-5],[4,0],[0,6],[2,0],[1,-5],[3,0],[0,6],[1,0],[1,-5],[4,0],[0,6],[1,0],[1,-5],[2,1],[0,4],[1,0],[1,-4],[2,1],[-1,4],[4,0],[1,-6],[-22,-4],[1,-6],[1,1],[11,2],[4,1],[6,2],[1,1],[2,5],[-2,1],[0,2],[2,0],[-2,5],[-1,4],[-1,8],[0,2],[0,2],[2,2],[2,1],[3,0],[2,-1],[2,-2],[1,-3],[0,-3],[2,-15],[2,-3],[2,-2],[0,4],[-5,30],[-15,-3],[0,2],[17,3],[1,-8],[3,1],[2,10],[2,-1],[-2,-8],[2,0],[3,10],[2,-1],[-2,-8],[2,0],[2,10],[2,-1],[-2,-8],[8,2],[2,10],[2,-1],[-2,-8],[5,1],[2,7],[2,0],[-2,-6],[6,1],[1,7],[2,0],[-1,-6],[5,1],[2,7],[2,0],[-2,-6],[2,1],[2,6],[2,-1],[-1,-5],[2,1],[2,6],[1,0],[-1,-6],[5,2],[1,5],[2,0],[-1,-5],[4,2],[2,5],[2,0],[-1,-5],[5,2],[1,5],[2,0],[-1,-5],[4,1],[2,6],[1,0],[-1,-4],[2,-8],[-1,-1],[-2,6],[-5,-1],[2,-7],[-2,0],[-2,6],[-5,-1],[2,-7],[-2,0],[-2,6],[-4,-1],[1,-6],[-2,-1],[-1,6],[-5,-1],[2,-6],[-2,-1],[-2,7],[-4,-2],[1,-6],[-2,-1],[-1,7],[-5,-1],[1,-6],[-2,0],[-1,5],[-4,-1],[1,-5],[-2,-1],[-2,5],[-4,-1],[1,-5],[-2,-1],[-1,5],[-4,-1],[1,-5],[-2,0],[-1,5],[-4,-1],[2,-6],[-2,0],[-2,5],[-3,-1],[1,-5],[-2,0],[-2,4],[-3,-1],[1,-4],[-2,-1],[-2,5],[-4,-1],[3,-22],[5,1],[-1,5],[2,0],[1,-5],[4,1],[-1,5],[2,1],[1,-6],[4,1],[0,5],[1,0],[1,-5],[4,1],[-1,5],[3,0],[0,-5],[4,1],[0,5],[2,0],[0,-5],[5,1],[-1,5],[2,0],[1,-5],[5,1],[-1,5],[2,0],[1,-5],[4,0],[0,7],[2,0],[1,-6],[4,1],[-1,7],[1,0],[1,-6],[2,0],[0,6],[1,0],[1,-5],[2,0],[-1,6],[2,0],[1,-7],[4,1],[-1,7],[2,0],[1,-6],[5,1],[-1,6],[3,0],[1,-6],[5,1],[-1,6],[1,0],[1,-7],[-33,-7],[0,-2],[7,0],[2,1],[2,0],[3,2],[10,1],[8,1],[15,1],[8,1],[5,2],[21,2],[16,3],[14,3],[8,2],[8,1],[20,2],[21,4],[51,7],[37,8],[7,1],[7,1],[8,1],[9,3],[11,2],[6,3],[3,0],[4,-1],[13,2],[4,1],[16,0],[9,1],[-2,11],[123,20],[7,-3],[10,23],[47,-20],[1,2],[1,-1],[-2,-6],[-2,1],[1,2],[-45,20],[-10,-21],[3,-2],[-1,-1],[-10,4],[-121,-20],[0,-1],[122,19],[1,-9],[-2,0],[-1,7],[-6,-1],[1,-7],[-2,0],[-1,6],[-6,0],[1,-7],[-2,0],[-1,6],[-6,-1],[1,-6],[-2,-1],[-1,7],[-6,-1],[1,-7],[-1,0],[-1,7],[-6,-1],[1,-7],[-1,0],[-2,7],[-5,-1],[1,-7],[-2,0],[-1,6],[-5,0],[1,-7],[-2,-1],[-1,7],[-6,-1],[1,-6],[-2,-1],[-1,7],[-4,-1],[0,-6],[-1,-1],[-1,7],[-5,-1],[0,-7],[-1,0],[-1,7],[-5,-1],[1,-7],[-2,0],[-1,7],[-5,-1],[1,-7],[-2,0],[-1,7],[-4,-1],[0,-7],[-1,0],[-1,7],[-5,-1],[1,-7],[-2,0],[-1,7],[-4,-1],[0,-7],[-2,0],[-1,7],[-3,-1],[1,-7],[-2,0],[-1,7],[-6,-1],[1,-5],[3,-1],[2,-1],[1,-3],[2,-8],[1,-13],[2,1],[-1,8],[1,0],[2,-8],[4,1],[-1,7],[2,1],[1,-8],[4,1],[-1,8],[2,0],[2,-8],[4,1],[-1,8],[2,0],[1,-8],[4,1],[-1,8],[2,0],[2,-8],[4,1],[-1,8],[2,0],[2,-8],[4,1],[-1,8],[2,0],[1,-7],[5,0],[-1,8],[2,0],[1,-7],[5,0],[-1,8],[2,0],[1,-7],[5,0],[-1,8],[2,0],[1,-7],[5,1],[-1,7],[2,1],[1,-8],[5,1],[-1,8],[2,0],[2,-8],[4,1],[-1,8],[2,0],[2,-8],[5,1],[-1,8],[2,0],[1,-7],[5,0],[0,8],[1,0],[2,-7],[5,1],[-1,7],[2,0],[1,-7],[6,1],[-1,7],[2,1],[1,-8],[6,1],[-1,8],[1,0],[2,-8],[6,1],[-1,8],[2,0],[2,-15],[-1,0],[-2,6],[-4,-1],[0,-6],[-1,0],[-2,5],[-5,0],[1,-6],[-2,0],[-1,5],[-5,-1],[1,-5],[-2,-1],[-1,6],[-5,-1],[0,-6],[-1,0],[-2,6],[-4,-1],[1,-6],[-2,0],[-1,6],[-5,-1],[0,-6],[-1,0],[-1,6],[-5,-1],[1,-6],[-2,0],[-1,6],[-5,-1],[1,-6],[-2,0],[-1,6],[-5,-1],[1,-6],[-2,0],[-1,5],[-5,0],[1,-6],[-2,-1],[-1,6],[-4,0],[1,-6],[-2,-1],[-2,6],[-3,0],[0,-6],[-2,-1],[-1,6],[-4,0],[1,-6],[-2,-1],[-1,6],[-4,0],[0,-6],[-2,-1],[-1,6],[-4,0],[1,-6],[-2,-1],[-1,6],[-5,0],[1,-6],[-2,-1],[-1,6],[-4,0],[1,-7],[-2,0],[0,6],[-2,-1],[1,-5],[-2,0],[-1,5],[-2,0],[1,-6],[-2,0],[-1,6],[-4,0],[1,-6],[-1,-1],[-1,6],[-2,0],[4,-27],[2,1],[-1,6],[2,0],[1,-6],[3,0],[0,7],[2,0],[1,-6],[4,0],[-1,7],[2,0],[2,-6],[3,0],[0,7],[2,0],[1,-6],[4,0],[-1,7],[2,1],[2,-7],[3,1],[0,6],[2,1],[1,-7],[4,1],[-1,6],[2,0],[2,-6],[3,1],[0,6],[1,1],[2,-7],[4,1],[-1,6],[2,1],[2,-7],[3,1],[0,6],[1,1],[2,-7],[4,1],[-1,7],[2,0],[2,-7],[3,1],[0,6],[2,1],[2,-7],[3,1],[0,7],[2,0],[1,-7],[4,1],[0,7],[2,0],[1,-6],[4,0],[0,7],[2,0],[2,-6],[3,0],[-1,7],[2,0],[2,-6],[4,0],[0,7],[1,0],[2,-6],[4,1],[0,6],[2,0],[1,-6],[4,1],[0,6],[2,1],[1,-7],[5,1],[-1,6],[2,1],[2,-7],[4,1],[-1,7],[2,0],[2,-7],[4,1],[0,7],[1,0],[2,-6],[4,0],[0,7],[1,0],[2,-6],[5,1],[-1,6],[1,0],[3,-14],[-2,0],[-1,6],[-5,-1],[1,-6],[-2,0],[-1,6],[-5,-1],[1,-6],[-2,-1],[-2,6],[-3,0],[0,-6],[-2,-1],[-1,6],[-4,0],[0,-6],[-2,-1],[-1,6],[-4,0],[1,-6],[-2,-1],[-1,6],[-4,0],[1,-6],[-2,-1],[-2,6],[-4,0],[1,-6],[-2,-1],[0,6],[-3,-1],[1,-5],[-2,0],[0,5],[-2,0],[1,-6],[-2,0],[-1,6],[-4,0],[0,-7],[-2,0],[-1,6],[-23,-4],[0,-3],[10,1],[3,-1],[3,-2],[3,-3],[0,-2],[2,-6],[2,-5],[0,-2],[4,0],[0,6],[2,0],[1,-5],[5,0],[0,6],[1,0],[2,-5],[4,0],[-1,6],[2,0],[2,-5],[3,0],[0,6],[2,1],[1,-6],[4,1],[-1,5],[2,1],[2,-6],[3,1],[0,5],[2,1],[1,-6],[3,1],[0,5],[2,0],[1,-5],[3,0],[0,6],[2,0],[1,-5],[4,0],[-1,6],[2,0],[2,-5],[3,1],[0,5],[2,1],[1,-6],[4,1],[-1,5],[2,1],[2,-13],[-1,0],[-1,5],[-5,-1],[1,-5],[-2,0],[-1,5],[-5,-1],[1,-5],[-2,0],[-1,5],[-4,-1],[1,-5],[-2,0],[-1,5],[-5,-1],[1,-5],[-2,0],[-1,5],[-4,-1],[1,-5],[-2,0],[-1,5],[-4,-1],[0,-5],[-2,0],[0,5],[-4,-1],[0,-5],[-1,0],[-1,5],[-4,-1],[0,-5],[-2,0],[0,5],[-4,-1],[1,-5],[-2,0],[-1,5],[-4,-1],[1,-5],[-3,0],[0,5],[-4,-1],[1,-5],[-2,0],[-1,5],[-2,0],[0,-4],[2,-14],[2,-5],[2,0],[-1,5],[1,1],[2,-6],[3,1],[-1,5],[2,1],[2,-6],[3,1],[-1,5],[2,1],[2,-6],[3,1],[0,5],[1,1],[2,-6],[3,1],[0,5],[1,1],[2,-6],[3,1],[0,5],[1,1],[2,-6],[3,1],[0,6],[2,0],[1,-6],[3,1],[0,5],[2,1],[1,-6],[4,1],[-1,6],[2,0],[1,-6],[4,1],[0,6],[2,0],[1,-6],[4,1],[0,6],[2,0],[1,-5],[4,0],[-1,6],[2,0],[2,-12],[-2,-1],[-1,5],[-4,0],[0,-5],[-1,-1],[-1,5],[-5,0],[1,-5],[-2,-1],[-1,5],[-4,0],[0,-6],[-2,0],[-1,5],[-4,-1],[1,-5],[-2,0],[-1,5],[-4,0],[1,-6],[-2,0],[-1,5],[-4,-1],[0,-5],[-1,0],[-1,5],[-4,-1],[0,-5],[-2,0],[-1,5],[-3,-1],[0,-5],[-2,0],[-1,5],[-3,-1],[0,-5],[-2,0],[-1,5],[-4,-1],[1,-5],[-2,0],[-1,5],[-3,-1],[0,-5],[-1,0],[-1,6],[-2,-1],[0,-4],[1,-2],[2,-9],[-1,-3],[1,-5],[3,1],[-1,5],[2,0],[1,-5],[3,0],[0,6],[1,0],[1,-5],[4,0],[-1,6],[2,0],[1,-5],[4,0],[0,6],[1,0],[1,-5],[4,0],[0,6],[1,0],[1,-5],[4,0],[0,6],[2,0],[1,-5],[3,0],[0,6],[2,0],[1,-5],[3,0],[0,6],[2,0],[1,-5],[4,0],[0,6],[1,0],[1,-5],[4,0],[0,6],[2,0],[1,-5],[4,0],[0,6],[2,0],[1,-5],[4,0],[-1,6],[2,0],[2,-12],[-2,0],[-1,5],[-4,-1],[0,-5],[-1,0],[-1,5],[-5,-1],[0,-5],[-1,-1],[-1,6],[-4,-1],[0,-5],[-2,0],[-1,5],[-4,-1],[0,-5],[-1,-1],[-1,5],[-4,0],[0,-5],[-2,-1],[-1,5],[-3,0],[0,-5],[-2,-1],[-1,5],[-3,0],[0,-5],[-2,-1],[-1,5],[-3,0],[0,-5],[-2,0],[-1,4],[-3,0],[0,-5],[-2,-1],[-1,5],[-3,0],[0,-5],[-2,-1],[-1,5],[-3,0],[0,-5],[-1,0],[-1,5],[-3,0],[4,-23],[5,0],[-1,6],[2,0],[0,-4],[2,0],[0,5],[1,0],[1,-5],[1,0],[0,5],[2,0],[0,-5],[4,0],[-1,6],[2,0],[1,-5],[4,0],[0,6],[1,0],[1,-5],[4,0],[-1,6],[2,0],[1,-5],[4,0],[-1,6],[2,0],[1,-5],[4,0],[0,6],[2,0],[1,-5],[4,0],[-1,6],[2,0],[1,-5],[4,0],[0,6],[2,0],[1,-5],[4,1],[0,5],[2,0],[0,-5],[5,1],[-1,5],[2,0],[2,-11],[-2,0],[-1,4],[-4,-1],[0,-4],[-2,0],[-1,4],[-4,-1],[0,-4],[-1,0],[-1,4],[-4,-1],[0,-4],[-2,0],[-1,4],[-3,-1],[0,-4],[-2,0],[-1,4],[-3,-1],[0,-4],[-2,0],[-1,4],[-4,-1],[1,-4],[-2,0],[-1,4],[-4,-1],[1,-4],[-2,0],[-1,4],[-4,-1],[1,-4],[-3,0],[0,4],[-4,-1],[0,-4],[-1,0],[-1,4],[-8,-1],[0,-3],[-1,0],[-1,2],[-1,0],[1,-7],[2,-4],[4,-3],[4,-2],[4,-1],[5,0],[53,11],[3,2],[2,3],[2,6],[6,6],[7,2],[0,1],[-8,-1],[-7,-7],[-1,1],[7,8],[8,1],[1,6],[-1,2],[-7,-1],[0,2],[7,2],[-5,18],[2,1],[-4,17],[1,0],[5,-17],[1,0],[7,-23],[-4,-1],[-1,-6],[2,1],[0,-3],[2,1],[3,2],[2,1],[3,1],[1,2],[0,3],[-1,4],[-1,0],[-2,5],[2,2],[0,4],[-1,4],[-6,38],[-4,24],[-12,111],[-3,0],[0,2],[2,0],[15,0],[17,-104],[5,-3],[35,6],[4,5],[-22,137],[25,3],[21,-136],[5,-4],[35,6],[4,5],[-20,138],[32,4],[18,-112],[36,6],[-1,6],[66,35],[78,-24],[0,2],[-35,41],[-29,-6],[-2,11],[32,6],[1,-4],[14,3],[1,-5],[-13,-2],[37,-43],[4,-3],[8,5],[-6,36],[0,6],[-1,8],[0,2],[0,12],[-1,4],[1,4],[1,11],[3,15],[4,14],[2,6],[3,8],[6,13],[7,13],[9,12],[3,5],[4,3],[1,2],[9,8],[8,7],[9,5],[11,6],[11,5],[10,3],[11,2],[10,1],[1,0],[11,-1],[7,-1],[8,-3],[2,-1],[2,0],[0,-2],[3,-2],[2,-4],[1,-2],[1,-4],[-1,-3],[-1,-4],[-3,-3],[-4,-2],[-3,-1],[-4,1],[-3,1],[-3,3],[-2,3],[-1,4],[0,2],[0,2],[-2,2],[-2,1],[-5,0],[-5,0],[-11,-1],[-11,-3],[-10,-3],[-12,-6],[-9,-6],[-7,-6],[-7,-6],[-4,-2],[-1,-3],[-8,-10],[-7,-12],[-6,-12],[-6,-12],[0,-3],[-4,-10],[-3,-13],[-1,-14],[-1,-16],[-1,-9],[1,2],[1,-16],[4,-27],[1,-11],[2,1],[1,-7],[1,-5],[3,-15],[4,-14],[2,-6],[2,-3],[11,8],[7,-10],[4,2],[-8,11],[1,1],[17,-23],[-2,-1],[-2,3],[-1,-1],[-4,4],[2,1],[-2,4],[-3,-3],[2,-3],[-10,-7],[-2,-1],[12,-12],[12,-11],[14,-9],[14,-9],[15,-7],[17,-6],[11,-3],[13,-3],[11,0],[11,0],[5,1],[6,1],[9,2],[3,1],[20,10],[15,10],[22,16],[25,21],[3,3],[13,12],[15,15],[24,24],[1,2],[-17,24],[2,2],[17,-23],[11,13],[-3,4],[-3,2],[-8,9],[1,2],[-4,5],[2,1],[4,-5],[2,1],[6,-10],[2,-3],[2,-4],[16,21],[-1,5],[-2,15],[-25,26],[3,3],[-91,84],[3,3],[93,-88],[10,3],[11,-19],[6,1],[2,-14],[3,0],[9,8],[-2,15],[4,0],[1,-5],[16,0],[4,-1],[-2,-6],[-18,2],[2,-16],[6,1],[2,-16],[3,-22],[79,12]],[[4294,5671],[12,-77],[12,-75],[12,-75],[-62,-10],[-39,-7],[-50,-8],[-54,-8],[-104,-18],[12,-74],[-104,-17],[12,-75],[-105,-17],[13,-78],[4,-25],[2,-15],[-5,-7],[-52,-27],[-26,-6],[-40,-4],[-38,6],[-20,3],[-70,11],[-16,3],[-48,9],[-13,3],[-10,-31],[-7,-14],[-7,-9],[-13,-11],[-9,-5],[-13,-4],[-42,-6],[-22,2],[-20,-2],[-23,-3],[-61,-18],[-104,-32],[-22,-11],[-28,-23],[-36,-36],[-34,-28],[-44,-35],[-19,14],[-66,48],[-25,13],[-25,12],[-40,9],[-22,1],[-31,0],[-20,-2],[-24,-4],[-17,-6],[-17,-10],[-14,-12],[-12,-15],[-6,-13],[-6,-18],[-2,-13],[-2,-17],[-5,-17],[-4,-8],[-4,-8],[-11,-15],[-15,-11],[-10,-5],[-16,-7],[-109,-40],[-37,-12],[-61,-16],[-35,-5],[5,-9],[1,-33],[-3,-7]],[[2380,4611],[-11,3],[-46,-3],[-7,-4],[-2,3],[-58,-3],[-8,-4],[-8,2],[-52,-2],[-8,-4],[-8,3],[-52,-3],[-8,-3],[-7,2],[-52,-3],[-9,-3],[-7,2],[-49,-2],[-11,-4],[-8,3],[-53,-3],[-7,-4],[-6,4],[-55,-4],[-7,-4],[-8,4],[-51,-3],[-9,-5],[-7,4],[-52,-4],[-8,-3],[-8,2],[-53,-3],[-7,-3],[-8,2],[-48,-2],[-12,-4],[-7,2],[-51,-2],[-10,-4],[-8,3],[-51,-3],[-8,-4],[-8,3],[-53,-3],[-7,-4],[-6,4],[-56,-3],[-6,-4],[-7,3],[-52,-2],[-9,-5],[-7,4],[-22,-1],[-9,0],[-22,-2],[-7,-5],[-6,5],[-52,-4],[-10,-5],[-8,4],[-54,-4],[-6,-4],[-5,4],[-55,-3],[-8,-4],[-5,3],[-56,-3],[-6,-4],[-7,3],[-55,-3],[-6,-4],[-7,3],[-54,-3],[-7,-4],[-7,3],[-53,-3],[-8,-4],[-7,3],[-52,-3],[-9,-3],[-7,2],[-54,-3],[-6,-3],[-9,3],[-52,-3],[-7,-4],[-7,3],[-53,-3],[-8,-3],[-8,2],[-52,-2],[-7,-4],[-11,5],[-19,0],[-18,-1],[-12,-7],[-128,-33]],[[163,4461],[-5,9],[-3,12],[-3,7],[-7,15],[-3,2],[-2,3],[0,9],[-3,6],[0,4],[2,8],[-2,5],[0,6],[0,6],[1,11],[1,5],[2,3],[2,16],[2,23],[1,2],[0,13],[-3,13],[-1,8],[-1,4],[1,10],[-4,5],[-1,7],[0,9],[-1,5],[-5,10],[-1,36],[-3,3],[-5,1],[-3,5],[-1,10],[-2,3],[2,5],[-3,17],[3,3],[1,5],[-2,3],[1,12],[1,4],[2,3],[-1,4],[-2,4],[1,5],[-1,61],[-1,6],[-1,21],[2,7],[-3,5],[2,9],[1,12],[-4,38],[3,17],[1,21],[-4,21],[1,37],[-1,9],[3,8],[-1,9],[0,13],[1,3],[-1,5],[1,8],[-4,27],[1,2],[0,3],[-2,6],[0,3],[2,6],[1,3],[-1,3],[1,24],[-1,5],[1,3],[-1,7],[2,4],[0,6],[0,5],[-1,4],[0,9],[0,10],[0,11],[0,8],[2,13],[-1,51],[-3,28],[-1,17],[2,8],[-1,7],[1,7],[-1,3],[3,6],[0,40],[-7,52],[-2,10],[-1,7],[-4,28],[-1,11],[-4,9],[-4,8],[-2,5],[-6,2],[-12,6],[-11,3],[-10,13],[-9,18],[-9,11],[-14,19],[-2,11],[2,9],[4,8],[-1,10],[5,14],[1,8],[-5,14],[-6,2],[-12,6],[-6,16],[3,10],[10,2],[6,-4],[5,6],[2,15],[2,15],[2,13],[0,14],[-11,21],[-5,22],[4,5],[5,8],[7,0],[11,-2],[0,6],[1,6],[3,3],[23,-3],[7,4],[-8,11],[5,10],[7,13],[2,7],[9,8],[4,9],[-5,7],[-3,9],[5,3],[3,7],[-2,5],[0,4],[0,6],[3,6],[8,3],[9,-5],[5,2],[1,9],[6,12],[-2,8],[0,5],[9,3],[1,9],[3,10],[7,6],[12,6],[3,10],[-11,10],[-5,5],[4,7],[-2,8],[8,3],[17,-17],[11,-12],[13,12],[-2,13],[-4,4],[0,6],[2,5],[4,3],[7,-2],[10,2],[10,-3],[12,-1],[-2,11],[1,11],[5,3],[13,-9],[3,1],[9,7],[6,7],[16,2],[7,1],[9,2],[4,-2],[11,2],[9,5],[3,2],[6,7],[3,8],[6,10],[6,8],[8,7],[5,2],[2,9],[8,11],[20,13],[8,0],[7,4],[5,5],[2,6],[12,11],[3,4],[5,3],[2,-1],[4,-1],[5,3],[2,5],[7,10],[2,2],[0,3],[2,-1],[2,2],[2,6],[-2,6],[5,12],[7,9],[7,3],[5,5],[6,8],[3,9],[6,10],[3,0],[5,14],[5,3],[10,0],[1,-4],[5,2],[8,1],[6,9],[5,5],[4,5],[1,5],[2,2],[1,0],[3,3],[2,1],[-2,5],[3,5],[0,6],[2,10],[3,2],[19,4],[5,1],[4,-1],[5,0],[6,-1],[6,1],[8,1],[6,-4],[6,-5],[10,-1],[4,0],[2,-1],[2,-2],[2,-1],[7,-1],[6,-1],[2,0],[20,3],[5,2],[1,-1],[3,0],[10,-2],[15,-4],[5,0],[3,1],[1,-2],[6,0],[2,0],[5,2],[2,1],[-1,2],[2,0],[4,-1],[5,2],[4,4],[3,0],[2,1],[2,-1],[4,-8],[3,-1],[5,0],[12,4],[6,1],[3,2],[4,-1],[4,2],[5,-3],[4,1],[2,3],[0,3],[8,0],[2,-4],[0,-2],[2,0],[0,2],[3,7],[2,2],[3,-2],[2,-6],[2,2],[1,-1],[4,1],[3,2],[-1,2],[3,2],[1,-3],[4,0],[1,2],[7,-1],[11,6],[4,1],[6,-2],[2,1],[-2,3],[3,1],[5,-2],[1,-1],[2,0],[1,1],[3,0],[2,-2],[1,2],[5,1],[3,0],[2,-2],[1,2],[3,3],[2,0],[1,1],[7,4],[4,0],[1,4],[0,7],[4,2],[1,-2],[0,-4],[3,1],[2,-2],[0,-3],[2,0],[0,2],[4,-2],[2,-3],[6,4],[4,0],[3,5],[-2,2],[0,3],[2,4],[2,-1],[0,-3],[3,4],[3,3],[4,1],[1,-2],[3,-5],[2,-7],[3,-6],[6,-3],[5,-1],[4,0],[4,-1],[2,-2],[4,-3],[5,1],[2,4],[2,1],[3,0],[1,-4],[-2,-7],[3,-3],[2,0],[4,4],[2,3],[5,1],[1,-6],[-2,-4],[2,-4],[4,-2],[2,1],[1,3],[6,-2],[2,-3],[-1,-6],[7,-1],[4,-8],[4,-4],[7,-1],[4,3],[2,-6],[4,-2],[2,5],[-1,5],[1,2],[4,2],[3,-4],[3,-1],[4,2],[5,-5],[2,-3],[-3,-3],[2,-3],[1,-2],[-1,-4],[2,-7],[2,-2],[3,-1],[3,0],[3,2],[2,-1],[4,0],[3,-3],[4,-6],[4,-1],[3,-1],[5,-1],[2,-3],[2,-3],[3,-1],[4,1],[1,-2],[3,1],[3,-3],[6,-2],[1,1],[4,0],[8,2],[4,0],[1,1],[11,6],[1,2],[3,1],[3,1],[4,3],[2,0],[3,0],[4,3],[9,1],[1,2],[4,2],[2,1],[2,1],[3,2],[3,1],[1,1],[2,3],[3,2],[6,1],[3,0],[2,0],[2,1],[2,1],[7,1],[0,3],[4,1],[2,-1],[3,1],[3,5],[0,4],[4,11],[-1,4],[4,0],[8,-10],[-1,-4],[1,-4],[0,-6],[1,-3],[5,2],[1,1],[-1,3],[1,2],[3,-1],[0,-5],[2,0],[1,-1],[3,0],[6,-1],[2,-4],[2,-1],[1,-5],[5,-8],[2,1],[3,1],[2,2],[3,1],[5,-1],[2,-1]],[[2535,4317],[-7,-4],[-56,-3],[-4,3],[-5,-3],[-55,-4],[-9,3],[5,-9],[11,-131],[-4,-10],[-4,-9],[7,-132],[5,-9],[-4,-5],[8,-139],[5,-5],[-4,-5],[7,-137],[5,-9],[-4,-9],[8,-132],[4,-8],[-3,-10],[7,-132],[4,-9],[-3,-9],[7,-132],[5,-9],[4,-8],[7,-133],[-3,-9],[-3,-9],[7,-132],[4,-9],[-3,-9],[7,-131],[4,-10],[-4,-8],[6,-135],[5,-7],[-4,-7],[7,-134],[5,-9],[5,-8],[7,-134],[-4,-8],[-4,-7],[4,-80],[6,-130],[5,-11],[-13,8],[-49,0],[-19,1],[-37,-2],[-7,-7],[-6,7],[-53,-3],[-85,-3],[-6,-8],[-15,6],[-35,-1],[-56,-4],[-22,-1],[-26,-1],[-8,-8],[-6,7],[-15,-1],[-33,-2],[-22,-1],[-29,-2],[-6,-7],[-7,6],[-12,-1],[-40,-2],[-17,-1],[-34,-1],[-16,-1],[-10,-8],[-11,7],[-18,-1],[-55,-3],[-58,-4],[-36,-2],[-14,-8],[-8,7],[-78,-5],[-8,-7],[-6,6],[-37,-2],[-13,-7],[-11,6],[-47,-2],[-69,-4],[-28,-2],[-10,0],[-29,-2],[-129,-7],[-12,-8],[-14,7],[-40,5],[-34,8],[-37,13],[-27,14],[-10,-4],[-3,12],[-52,36],[-27,16],[-26,12],[-12,-4],[-5,11],[-27,8],[-27,6],[-34,3],[-27,0],[-7,-7],[-7,7],[-61,0],[-62,1],[-6,-7],[-8,7],[-48,0],[-24,0],[-13,-8],[-115,-5]],[[405,2194],[3,13],[-1,2],[-1,1],[1,3],[0,2],[0,7],[0,3],[0,1],[2,0],[1,2],[-1,4],[1,5],[0,11],[1,4],[0,15],[-3,13],[-1,15],[-6,13],[-4,11],[-1,8],[-2,8],[-1,13],[-2,10],[-1,9],[1,7],[-1,5],[1,7],[0,7],[1,7],[-1,34],[-3,18],[0,8],[-3,17],[-2,7],[0,9],[0,10],[4,14],[2,12],[1,15],[2,3],[0,2],[-2,3],[0,4],[1,2],[0,3],[-1,4],[2,3],[0,2],[1,3],[-1,4],[1,2],[1,3],[-1,6],[-6,11],[1,4],[-3,4],[1,4],[-2,6],[1,6],[-1,2],[-2,1],[-2,3],[1,6],[-1,2],[-3,4],[-1,3],[-2,3],[1,4],[-1,4],[-2,5],[-2,2],[-2,3],[-4,0],[-1,3],[-3,4],[1,4],[1,5],[0,3],[0,2],[2,2],[1,5],[-2,4],[1,4],[0,7],[2,4],[1,2],[0,4],[1,4],[2,5],[0,2],[0,4],[2,2],[1,3],[0,4],[-1,3],[-1,4],[1,4],[1,4],[0,4],[-2,6],[-1,2],[-1,3],[0,4],[-1,2],[0,3],[-1,3],[-2,2],[-1,4],[1,2],[1,2],[-2,10],[1,2],[-1,4],[-1,2],[-2,2],[-1,2],[1,2],[-1,3],[-1,3],[-2,8],[0,8],[-2,7],[-1,2],[-1,4],[-2,2],[0,3],[-2,4],[1,2],[0,3],[-2,2],[-1,2],[0,2],[-1,1],[-1,4],[-1,3],[-4,6],[0,5],[-1,2],[-2,6],[-1,4],[0,4],[0,2],[-1,2],[0,3],[0,3],[-2,3],[0,4],[1,4],[1,5],[1,2],[0,3],[0,2],[2,4],[-1,4],[2,2],[5,5],[3,2],[1,2],[-1,2],[0,6],[1,3],[1,8],[2,10],[3,33],[1,19],[-6,35],[-4,14],[-3,14],[-2,14],[-1,14],[-1,7],[-11,28],[-2,10],[-1,10],[-1,10],[1,8],[7,66],[0,4],[1,9],[-1,10],[-1,3],[0,4],[-3,11],[-4,12],[-4,10],[-7,11],[-9,14],[-8,16],[-6,13],[-4,8],[-3,13],[-3,15],[-1,15],[0,16],[1,12],[1,9],[0,9],[-1,10],[-2,8],[-3,9],[-3,5],[-2,3],[-1,3],[0,2],[-2,9],[-9,22],[-4,5],[-2,1],[-2,6],[-1,5],[0,6],[0,31],[1,15],[-4,30],[-2,13],[-8,21],[-4,11],[2,3],[1,4],[0,3],[-3,6],[-1,3],[1,3],[3,2],[1,1],[2,5],[2,0],[-2,10],[2,4],[-1,6],[1,6],[0,12],[-1,1],[0,5],[3,6],[0,6],[-1,10],[-2,7],[-2,3],[0,5],[-2,3],[0,2],[-2,3],[1,5],[-3,10],[1,2],[0,3],[-3,5],[-1,8],[-1,3],[-1,10],[-2,5],[-1,7],[-1,6],[1,3],[-2,5],[0,8],[-1,7],[-2,7],[1,4],[0,5],[-3,7],[2,2],[-1,3],[-1,5],[0,3],[1,5],[-1,11],[-1,3],[1,7],[-1,9],[-5,10],[1,9],[-1,4],[-3,30],[-3,17],[-7,46],[-1,30],[0,7],[-4,16],[-2,10],[0,8],[3,44],[3,11],[1,10],[0,11],[-2,11],[-2,10],[-3,10],[-2,5],[-2,3],[-3,3],[-4,14],[-1,3],[-3,3],[0,1],[-6,23],[-2,16],[-5,14],[-1,10],[-3,9],[3,13],[1,9],[5,17],[0,5],[3,11],[-5,20],[-1,11]],[[2380,4611],[12,4],[51,3],[8,-3],[8,4],[51,2],[8,-2],[9,-152],[8,-150]],[[4199,4096],[4,-8],[0,-27],[11,-47],[8,-14],[17,-21],[6,-8],[7,-12],[10,-12],[15,-12],[9,-10],[3,-4],[5,-9],[6,-17],[10,-20],[28,-31],[14,-9],[12,2],[30,13],[12,-6],[3,-14],[-8,-10],[-28,-9],[-23,-3],[-26,-10],[-16,0],[-12,8],[-33,30],[-10,4],[-10,-4],[-7,-11],[1,-12],[15,-56],[17,-41],[4,-9],[10,-14],[22,-22],[8,-15],[1,-15],[-4,-11],[-28,-33],[-8,-10],[-12,-19],[9,-18],[19,-27],[5,-12],[-1,-9],[-3,-13],[-35,-48],[-8,-6],[-10,-3],[-51,9],[-7,-6],[-22,-16],[-7,-7],[-8,-11],[-5,-12],[-11,-35],[-2,-23],[4,-18],[7,-11],[9,-6],[9,0],[13,6],[10,13],[39,67],[9,6],[11,2],[15,-6],[42,-16],[8,-3],[71,-53],[9,-13],[2,-13],[-4,-10],[-13,-8],[-16,-2],[-11,4],[-12,7],[-40,38],[-13,9],[-13,5],[-9,-2],[-6,-6],[-30,-67],[-24,-48],[-6,-14],[-19,-59],[-6,-17],[-11,-12],[-8,-5],[-22,-17],[-24,-14],[-22,-5],[-13,-2],[-9,-8],[1,-21],[-8,4],[-2,-1],[-36,-16],[-3,-10],[2,-9],[64,-97],[-1,-10],[43,-66],[3,-1],[5,0],[13,-16],[14,-11],[14,-8],[20,-6],[21,-4],[70,-7],[17,-3],[18,-5],[11,-6],[9,-7],[7,-6],[2,-3],[3,-5],[4,-9],[2,-4],[2,-12],[3,-27],[3,-14],[3,-7],[6,-6],[4,-6],[10,-8],[14,-4],[20,-4],[18,-4],[15,-6],[10,-9],[10,-9],[15,-24],[2,-3],[11,-12],[3,-2],[11,-8],[18,-5],[25,-7],[10,-4],[9,-7],[8,-11],[1,-2],[3,-6],[2,-17],[-8,-54],[0,-20],[3,-11],[8,-30],[3,-13],[-1,-16],[-4,-12],[-11,-14],[-55,-42],[-5,-8],[-3,-6],[-6,-6],[-3,-9],[-2,-8],[0,-10],[2,-7],[3,-6],[5,-5],[7,-5],[7,-3],[9,-1],[9,1],[46,16],[18,7],[8,1],[6,-2],[4,1],[11,-2],[19,-7],[15,-12],[9,-12],[20,-40],[42,-13],[6,-4],[-24,-4],[-47,13],[-45,37],[-16,-2],[1,-81],[0,-47],[0,-58],[-2,-5],[1,-54],[144,1],[144,0],[78,1],[52,0],[16,-3],[5,-2],[6,-2],[-30,-16],[-77,-45],[41,2],[9,1],[18,2],[13,2],[-7,-7],[-17,-16],[-7,-6],[-20,-8],[4,-4],[9,-9]],[[4992,1840],[-50,-19],[-5,-3],[-3,0],[-37,-14],[-106,-46],[-9,-4],[-39,-19],[-3,-1],[-10,-5],[-7,-4],[-44,-23],[-40,-19],[-17,-9],[-36,-21],[-32,-18],[-19,-13],[-7,1],[-21,0],[-8,-6],[-40,-35],[-16,-17],[-23,-23],[-35,-45],[-8,-10],[-14,-20],[-23,-31],[-5,-10],[-30,-52],[-21,-46],[-3,-6],[-18,-45],[-4,-10],[-1,-4],[-17,-66],[-2,-8],[-5,-19],[-9,-55],[-5,-47],[-7,4],[-6,-5],[-8,8],[-40,21],[-8,0],[-3,5],[-41,21],[-8,0],[-8,0],[-104,54],[-28,27],[-3,-2],[-43,12],[-3,3],[1,-91],[0,-21],[-64,0],[-64,0],[-65,-1],[-64,0],[-65,0],[-64,0],[-65,-1],[-64,0],[-63,0],[-2,0],[0,-11],[-26,0],[-57,-1],[-57,0],[-57,-1],[-11,0],[-46,0],[-19,0],[-38,0],[-27,-1],[-29,0],[-37,0],[-20,0],[-48,-1],[-9,0],[-57,-1],[-57,0],[-5,3],[-14,-1],[-22,-3],[5,-9],[-6,-150],[-6,-142],[-2,-46],[-7,-11],[3,-6],[7,-15],[7,-33],[6,-24],[32,-106],[8,-33],[9,-38],[11,-55],[4,-26],[3,-15],[16,0],[36,1],[22,-3],[43,-11],[40,-10],[14,-2],[27,-3],[53,2],[7,-5],[8,5],[49,2],[30,1],[27,-3],[16,-2],[40,-14],[1,0],[37,-26],[40,-34],[8,-9],[26,-12],[4,-8],[-1,-30],[1,-2],[-1,-17],[-57,-1],[-45,-1],[-12,-1],[-25,-4],[-50,-9],[-42,-12],[-39,-19],[-30,-17],[-30,-25],[-34,-36],[-26,-30],[-12,-14],[-13,-12],[5,-7]],[[2902,8],[-12,0],[-104,0],[-7,2],[-5,1],[-15,3],[-11,2],[-3,0],[-14,0],[-5,0],[-585,-8],[-170,8],[-70,0],[-15,-4],[-17,-4],[-13,0],[-2,0],[-5,0],[-21,0],[-41,0],[-436,0],[-266,-8],[-24,0],[-4,0],[-269,0],[-18,0],[-4,0],[-1,17],[-5,14],[-3,20],[-2,16],[-1,12],[-13,43],[-3,32],[-4,22],[-5,24],[-5,23],[4,10],[-6,20],[-4,9],[-4,34],[-20,13],[-4,13],[-4,35],[-2,20],[-4,15],[0,22],[-7,16],[-3,19],[-2,15],[-17,77],[-8,24],[-6,20],[-9,27],[-2,17],[-3,14],[-14,47],[-6,17],[-5,15],[-5,16],[-1,19],[-5,22],[-6,22],[-4,19],[2,16],[-6,15],[-6,10],[-6,21],[0,21],[-1,21],[-2,11],[1,12],[0,6],[1,13],[0,12],[-4,30],[-6,19],[-4,10],[-7,29],[-8,22],[-71,548],[-3,6],[-3,7],[0,9],[-2,10],[0,15],[-2,9],[-3,10],[-2,12],[-2,8],[-4,9],[-2,1],[0,3],[-1,5],[-1,4],[0,8],[0,11],[-1,4],[0,6],[-1,6],[-1,7],[0,6],[-1,9],[-2,9],[0,10],[1,5],[-1,5],[-1,6],[1,4],[5,5],[1,3],[3,7],[0,4],[-2,6],[0,3],[3,7],[-1,3],[-1,5],[0,4],[0,4],[-1,7],[-1,5],[0,6],[-2,9],[-1,3],[-3,4],[-1,11],[-2,5],[-3,6],[0,7],[0,5],[-3,6],[-1,6],[-2,4],[-3,11],[-1,6],[4,6],[2,4],[1,4],[1,4],[-1,6],[1,3],[0,3],[0,4],[2,2],[0,4],[0,5],[0,8],[-1,3],[0,6],[0,4],[-1,3],[-1,5],[4,6],[0,37],[-1,6],[1,2],[-1,5],[0,1],[0,3],[-2,3],[1,3],[0,11],[0,4],[-3,7],[-2,9],[-3,3],[-3,4],[-1,1],[-1,3],[0,2],[-1,6],[-3,6],[0,6]],[[2535,4317],[5,-3],[58,3],[5,4],[5,-3],[59,3],[7,4],[5,-3],[61,3],[5,4],[5,-3],[59,3],[4,3],[4,-3],[58,4],[6,3],[5,-3],[58,3],[4,4],[4,-3],[60,3],[4,4],[4,-3],[59,3],[5,4],[8,-150],[67,3],[68,4],[68,4],[67,4],[76,4],[-17,167],[67,24],[124,45],[18,6],[55,21],[16,5],[24,9],[-6,-57],[-9,-43],[-11,-31],[-23,-27],[-12,-12],[-14,-12],[-15,-5],[-29,0],[-28,4],[-48,17],[-5,0],[-7,-14],[0,-6],[4,-3],[96,-40],[9,-3],[34,2],[11,-6],[34,-18],[12,-9],[4,-10],[-1,-10],[-1,-9],[-4,-6],[-47,-41],[-5,-12],[2,-11],[4,-8],[6,-9],[13,-4],[53,-18],[32,1],[20,-22],[31,4],[24,0],[5,-1],[28,21],[13,9],[2,2],[39,9],[56,13],[16,1],[3,-13],[9,-59],[28,12],[151,26]],[[5797,5143],[1,-10],[1,-10],[8,-20],[9,-26],[17,-25],[16,-17]],[[5849,5035],[5,-69],[4,-47],[3,-42],[4,-50],[3,-49],[1,-15],[5,-64],[5,-66],[5,-65],[10,-130],[2,-31],[3,-27],[5,-71],[10,-128],[4,-59],[5,-70],[5,-64],[5,-65],[5,-64],[5,-65],[9,-128],[10,-129],[10,-128],[9,-129],[5,-63],[-12,3],[-53,-1],[-5,-2],[-58,-4],[-12,-5],[7,-9],[3,-46],[-3,-12],[62,4],[-19,-65],[85,6],[-102,-202],[-44,-3],[-6,-7],[-18,-60],[-16,-55],[1,-11],[-8,-7],[-13,-43],[-21,-63],[-6,-18],[12,-1],[-12,-57],[-7,-6],[36,1],[-13,-26],[-9,-26],[-1,-31],[-4,-75],[-2,-41],[-1,-13],[-11,-41],[-15,-54],[-15,-56],[-11,-10],[-56,-71],[-2,-7],[-3,-1],[-17,-21],[0,-4],[-4,-1],[-12,-16],[-2,-5],[-59,-77],[-45,-57]],[[5495,1921],[-10,-13],[-31,-39],[-51,-19],[-5,-7],[-11,1],[-76,-29],[-9,-3],[-6,-7],[-9,2],[-70,-26],[-28,-13],[-22,-13],[-10,-14],[-10,-2],[-13,-12],[-13,-15],[-1,-9],[-41,41],[-3,6],[-61,65],[-7,7],[-7,7],[-9,11]],[[4199,4096],[29,3],[25,8],[18,15],[11,16],[4,7],[13,41],[6,21],[18,38],[9,9],[2,7],[-8,24],[-16,31],[-3,5],[-10,71],[15,50],[10,21],[6,8],[25,35],[2,4],[15,31],[-8,51],[-26,161],[52,9],[52,8],[55,9],[32,113],[12,8],[48,36],[1,9],[-7,7],[-9,0],[-8,-2],[-16,13],[-8,12],[-7,17],[-3,23],[83,13],[103,17],[6,-10],[38,-14],[13,-11],[13,-31],[47,8],[45,7],[60,11],[106,16],[49,8],[54,9],[53,8],[51,9],[6,-38],[6,-37],[104,17],[53,8],[51,8],[104,17],[-12,75],[-6,38],[-6,37],[104,17],[12,-76],[104,17],[4,-23],[1,7],[21,21]],[[5847,785],[-1,-6],[-66,-49],[-15,-9],[-16,-5],[-15,-1],[-17,4],[-8,5],[-18,10],[-15,19],[-15,31],[-12,21],[-14,11],[-20,13],[-33,-109],[-2,-3],[-9,-32],[-22,-72],[-7,-55],[111,-44],[-62,-218],[-13,-47],[19,-9],[58,-26],[30,-20],[31,-30],[0,-5],[8,-5],[29,-30],[33,-24],[6,-10],[-24,1],[-84,30],[-30,17],[-30,-16],[-46,0],[-16,-21],[-17,-38],[-21,-12],[-21,-28]],[[5503,23],[-10,1],[-14,-2],[-56,-6],[-10,-1],[-43,-3],[-54,-4],[-29,0],[-54,0],[-6,0],[-4,0],[-66,0],[-37,-8],[-21,0],[-36,0],[-14,0],[-18,0],[-32,8],[-18,0],[-2,0],[-24,0],[-101,0],[-24,0],[-8,0],[-13,1],[-9,1],[-5,1],[-6,1],[-30,4],[-49,1],[-2,-5],[-3,-4],[-5,2],[-6,2],[-4,2],[-5,2],[-23,0],[-3,-1],[0,-1],[-18,-2],[-17,-2],[-16,-2],[-67,2],[-5,2],[-80,4],[-14,-2],[-25,-3],[-18,-3],[-31,0],[-32,0],[-54,1],[-3,-1],[-124,-1],[-20,0],[-13,0],[-25,-1],[-4,-1],[-11,1],[-81,-5],[-32,-1],[-52,4],[-51,3],[-11,1],[-23,0],[-1,0],[-88,0],[-90,0],[-47,1],[-37,-1],[-35,0],[-53,0],[-87,0],[-7,0],[-42,0],[-15,0],[-20,0],[-9,0],[-3,0],[-50,8],[-29,-7],[-3,-1],[-23,0],[-2,0],[-12,-2],[-14,-2],[-31,-4],[-24,0],[-33,0],[-22,3],[-10,2],[-10,1],[-2,0],[-13,2],[-44,0],[-46,0],[-17,0],[-2,0],[-2,0],[-7,0]],[[5495,1921],[44,-11],[14,-4],[46,-11],[19,-3],[34,-6],[36,-1],[22,-1],[6,0],[36,0],[4,0],[69,7],[71,14],[-1,-16],[-1,-14],[0,-7],[-1,-21],[51,18],[-1,-51],[-4,-36],[-4,-21],[-6,-18],[-17,-35],[46,2],[10,4],[-1,-7],[10,-2],[-9,-21],[2,-7],[-31,-2],[-36,-2],[-17,-1],[-51,-4],[-68,-4],[15,-45],[11,-33],[13,-42],[-45,-75],[-19,-32],[38,-23],[13,-42],[32,-96],[-62,-20],[-62,-125],[31,-18],[-75,-135],[43,-17],[49,-8],[18,-8],[12,-13],[4,-18],[-3,-39],[5,-20],[27,-44],[9,-6],[16,-5],[10,-11]],[[6577,4930],[3,-7],[3,-8],[1,-14],[6,-71],[7,-102],[8,-104],[8,-105],[7,-103],[8,-102],[8,-102],[5,-74],[9,-30],[55,4],[61,5],[63,5],[5,-7],[9,-115],[-5,-7],[5,-7],[5,-61],[-3,-7],[4,-7],[3,-39],[-3,-8],[4,-7],[9,-114],[-4,-8],[4,-4],[1,-13],[-3,-6],[8,-102],[7,-103],[2,-29],[-2,-10],[1,-14],[2,-14],[35,-84],[27,-49],[6,-7],[4,2],[9,3],[2,-1],[3,-3],[4,-4],[14,-13],[24,-21],[6,-8],[10,-13],[10,-4],[7,-21],[4,-29],[1,-2],[-2,-13],[-1,-30],[-9,-55],[-6,-40],[-4,-32],[-3,-19],[-3,-12],[-31,-103],[-36,-62],[-12,-11],[0,-11],[-22,-37],[-24,-40],[-26,-47],[-20,-45],[-7,-43],[-4,-47],[-7,-10],[4,-11],[-1,-16],[0,-2],[0,-10],[-1,-31],[2,-19],[3,-26],[-3,-14],[5,-10],[11,-113],[-3,-10],[6,-33],[10,-31],[5,-8],[5,-9],[-13,-5],[-9,-4],[-11,-4],[6,-14],[5,-13],[13,-24],[9,-19],[1,-3],[18,-36],[19,-38],[10,-24],[14,-34],[10,-23],[33,-65],[30,-82],[10,-30],[31,-84],[2,-3],[32,-99],[32,-96],[28,-98],[3,-9],[26,-81],[9,-28],[4,-13],[20,-6],[10,-3],[7,-2],[25,-79],[-7,-26],[-9,-28],[-6,-21],[-17,-1],[-5,-13],[-8,7],[-53,-17],[-1,-10],[-6,7],[-56,-18],[0,-10],[0,-10],[-56,-18],[-6,8],[0,-10],[-56,-19],[-7,8],[-6,8],[-61,-21],[-58,-19],[0,-10],[-7,8],[-54,-18],[-1,-10],[-7,7],[-59,-19],[-62,-21],[-63,-21],[-43,-16],[0,-9],[-5,7],[-138,-46],[-13,-3],[-2,-9],[-5,6],[-25,-5],[-26,1],[-48,11],[-161,40],[-9,-1],[-11,6],[-29,8],[-28,4],[-15,1],[-26,-3],[-23,-5],[-28,-13],[-21,-13],[-66,-50],[-4,-6]],[[5849,5035],[12,-13],[33,-18],[7,-3],[25,-8],[20,-3],[27,-3],[8,-1],[12,2],[10,-2],[119,-25],[14,-2],[10,3],[1,-1],[3,-4],[56,-8],[68,-6],[9,1],[5,-1],[11,-1],[53,-2],[65,-3],[5,0],[11,-1],[135,-7],[9,1]],[[8225,4755],[1,-18],[118,9],[8,1],[4,-29],[-194,-15],[-2,-6],[-2,-13],[1,-6],[-5,-9],[-19,-39],[-5,-7],[-9,-15],[-2,-10],[5,-1],[2,-17],[-1,-11],[-2,-2],[-1,-7],[0,-16],[3,0],[0,-17],[-2,-1],[0,-2],[-8,-4],[0,-5],[2,0],[1,-2],[0,-2],[-10,-9],[-1,-6],[1,-2],[2,-1],[3,-1],[2,-1],[0,-2],[0,-3],[-1,-1],[-7,-6],[-7,-7],[-4,-3],[-4,-3],[-5,-1],[-14,-2],[2,-8],[21,3],[1,-6],[7,-5],[4,5],[6,-2],[2,-3],[6,-2],[-6,-16],[18,-7],[6,17],[44,1],[1,-7],[14,0],[-1,11],[7,0],[5,-85],[27,-17],[24,2],[-10,154],[10,1],[11,-145],[44,4],[-1,13],[-12,-1],[-2,8],[-5,-1],[-10,129],[4,0],[2,7],[14,2],[3,-7],[5,0],[0,-3],[10,1],[12,-147],[52,4],[-14,180],[11,1],[14,-180],[23,2],[4,188],[4,0],[0,5],[8,0],[3,11],[18,-1],[3,-10],[9,0],[-3,-207],[-144,-12],[71,-97],[3,1],[2,0],[2,-2],[4,-5],[1,-4],[1,-5],[-1,-4],[19,1],[-9,118],[31,2],[12,-160],[34,3],[-19,253],[13,0],[20,-252],[27,2],[29,2],[-19,258],[2,2],[13,1],[2,-3],[21,-283],[-130,-22],[0,-7],[-13,-1],[1,-21],[4,0],[5,0],[7,-85],[-1,-7],[-2,-7],[-5,-9],[-1,-2],[-4,-10],[-2,-10],[-2,-10],[-1,-5],[4,1],[1,-14],[-4,-4],[1,-12],[0,-2],[8,0],[0,-3],[-2,0],[2,-44],[-1,-2],[-2,-3],[-2,-1],[0,-5],[3,0],[3,-2],[2,-3],[1,-3],[2,-34],[1,-2],[2,-1],[10,-1],[1,-2],[4,0],[0,-4],[-5,-1],[9,-7],[8,-8],[2,-6],[0,-6],[0,-6],[-2,-6],[-1,-3],[-4,-3],[-4,-2],[-8,0],[-7,-2],[-6,-3],[-6,-2],[-5,0],[-5,1],[-8,5],[-4,1],[-3,0],[-70,-10],[-53,-5],[-5,-2],[-5,-1],[-16,1],[-1,-3],[1,-20],[5,-3],[19,6],[9,3],[7,0],[8,0],[5,-2],[6,-3],[5,-3],[3,-3],[7,-11],[1,-2],[25,5],[62,11],[37,0],[35,-1],[17,-7],[4,-15],[0,-24],[2,-56],[-5,-6],[-7,-14],[-6,-16],[19,1],[4,-1],[3,-2],[2,-2],[0,-3],[-1,-2],[-2,-1],[-6,-3],[-2,-2],[0,-2],[1,-19],[3,-35],[245,18],[20,-285],[-578,-45],[0,3],[17,2],[-1,8],[-5,0],[-5,-2],[-4,-2],[-3,-2],[-4,-2],[-3,-1],[-1,-2],[-1,-3],[-1,-1],[-2,-1],[-3,0],[-4,4],[-3,1],[-1,0],[-7,-4],[-4,-1],[-4,0],[-18,3],[-3,-1],[-2,-1],[-1,-3],[-1,-1],[-2,0],[-2,1],[-4,1],[-3,-1],[-3,-1],[-2,-3],[-1,-2],[-1,-4],[-1,-3],[-1,-4],[-1,-6],[-2,-1],[-1,-2],[-4,0],[-3,2],[-8,-1],[-17,-2],[-6,-2],[-6,0],[-3,-3],[-4,-5],[-3,-2],[-6,0],[3,-34],[20,0],[42,3],[610,43],[3,-8],[6,-14],[19,-26],[76,-103],[-1,-3],[0,-3],[2,-3],[49,-62],[2,-1],[2,-1],[4,-1],[4,0],[3,2],[3,3],[1,3],[-1,3],[27,20],[5,3],[5,2],[7,1],[6,0],[5,-1],[2,-1],[12,10],[233,-311],[92,-122],[-15,-11],[-27,-1],[1,-12],[-186,-13],[-1,0],[-1,0],[-37,-8],[-134,-12],[4,-5],[5,-10],[4,-11],[4,-11],[3,-8],[6,-10],[7,-9],[8,-7],[7,-6],[8,-5],[9,-4],[10,-3],[11,-2],[10,-1],[6,0],[58,-6],[14,-2],[14,0],[14,0],[11,2],[3,-4],[9,4],[15,0],[20,2],[16,2],[7,1],[9,1],[8,-1],[4,0],[5,0],[5,-1],[16,0],[21,0],[21,3],[35,4],[1,0],[3,-1],[2,-2],[2,-3],[0,-3],[-1,-3],[-4,-4],[-5,-3],[-6,-2],[-17,-4],[-15,-3],[-15,-2],[-4,-1],[-3,1],[-8,-2],[-8,-3],[-6,-3],[-7,-4],[-1,-2],[-3,-2],[-3,0],[-3,0],[-10,-1],[-13,-2],[-11,-4],[-10,-4],[-4,-2],[-4,-3],[-4,-1],[-11,-2],[-8,-3],[-8,-4],[-6,-4],[-2,-2],[-2,0],[-3,0],[-4,1],[-4,-1],[-4,-2],[-4,-3],[-5,-7],[-5,-5],[-5,-3],[-6,-3],[-5,-2],[-3,0],[-2,2],[0,-2],[-7,2],[-8,0],[-8,-1],[-7,-3],[-5,0],[-4,1],[-3,2],[-4,4],[-1,3],[-6,-1],[-5,-1],[0,-2],[0,-1],[-14,-3],[-14,-1],[-12,0],[-8,0],[-9,2],[-8,2],[-8,4],[-6,3],[-26,26],[-23,23],[-1,0],[-8,-28],[14,-14],[17,-23],[4,-29],[0,-31],[0,-35],[40,-25],[54,-10],[69,2],[69,16],[39,35],[40,15],[34,-19],[43,-12],[39,-16],[28,-19],[-16,-36],[-34,-43],[-31,-52],[-97,-110],[0,-2],[0,-9],[1,-5],[3,-3],[10,-8],[6,-5],[4,0],[4,-1],[5,-3],[5,-1],[5,0],[5,0],[5,2],[2,3],[2,4],[0,5],[-1,5],[0,4],[2,2],[3,2],[3,1],[8,1],[8,-1],[8,-2],[10,-9],[9,-6],[4,-4],[5,-3],[5,-2],[6,-1],[6,0],[5,2],[4,2],[5,5],[6,6],[1,1],[4,1],[3,1],[4,5],[2,3],[2,2],[2,1],[3,-1],[1,-1],[5,-6],[53,75],[-1,4],[34,49],[2,0],[3,0],[2,-1],[1,-3],[0,-2],[-36,-52],[-49,-72],[5,-3],[9,11],[6,-4],[39,57],[3,4],[7,5],[7,-4],[-1,-9],[-5,-8],[-47,-65],[2,-1],[-3,-5],[12,-7],[47,66],[6,10],[9,5],[5,-6],[-2,-7],[-8,-13],[-43,-59],[-2,-5],[10,-7],[44,62],[8,12],[6,-5],[-9,-13],[-15,-21],[24,-16],[59,-42],[6,-4],[1,1],[44,62],[8,6],[16,-11],[-50,-72],[35,-25],[50,70],[10,-6],[8,-5],[-43,-63],[-7,-9],[26,-17],[11,-8],[-6,-10],[11,-10],[7,-1],[8,-1],[10,1],[8,1],[7,0],[7,-1],[7,-3],[4,-2],[7,-8],[8,4],[-3,3],[-2,3],[0,4],[0,4],[2,4],[2,3],[2,1],[12,4],[15,3],[12,1],[13,0],[43,-26],[28,-18],[-11,-6],[8,-4],[-8,-12],[-155,-45],[-37,-12],[-7,-4],[-6,-6],[-4,-4],[-2,-3],[1,-4],[0,-2],[6,-3],[7,-2],[8,-1],[6,0],[26,7],[139,42],[24,10],[72,21],[16,-15],[-25,-24],[-140,-41],[-6,-3],[-6,-4],[-7,-8],[-1,-3],[0,-3],[1,-2],[8,-1],[9,-1],[10,2],[91,27],[86,27],[3,-13],[9,3],[-15,-65],[-31,-130],[-20,-19],[-229,-66],[24,-85],[208,63],[8,-26],[-222,-65],[-11,-4],[-30,23],[-5,-5],[-130,101],[-49,37],[-5,1],[-4,0],[-5,-1],[-4,-2],[-4,-3],[-2,-4],[-2,-4],[0,-5],[1,-5],[1,-3],[15,-13],[170,-124],[-24,-34],[175,-131],[-16,-22],[-175,130],[-51,-70],[290,-217],[2,-1],[2,-2],[1,-3],[0,-4],[-1,-4],[-43,-58],[-3,-2],[-3,-1],[-4,0],[-3,2],[-169,127],[-21,-30],[-3,-2],[-2,0],[-2,0],[-1,-3],[1,-2],[0,-3],[-1,-2],[-4,-5],[-27,-35],[72,-52],[2,-3],[2,-5],[0,-4],[-1,-5],[-3,-4],[249,-182],[-4,-6],[-110,-602],[-994,626],[-2,0],[1,-2],[0,-6],[-2,-6],[-3,-7],[-4,-5],[-4,-6],[-5,-6],[-3,-7],[-6,-6],[-5,-9],[-4,-7],[1,-3],[2,-1],[0,-2],[-4,-3],[-11,-15],[-7,-10],[-5,-5],[-3,-4],[-3,-10],[-5,-10],[-2,-4],[-2,-4],[-3,-4],[-7,-8],[-5,-4],[-13,-13],[-8,-6],[-10,-10],[-19,-18],[-3,-4],[-3,-5],[-2,-5],[-2,-3],[-11,-13],[-6,-4],[-6,-5],[-2,-3],[-5,-9],[-3,-11],[-3,-3],[-7,-13],[-8,-12],[-2,-8],[-4,-10],[-6,-10],[-3,-10],[-2,-2],[-3,-4],[-2,-5],[-1,-4],[-3,-5],[-4,-6],[-3,-2],[-3,-2],[-3,-1],[-3,-3],[-3,-4],[-3,-5],[-1,-6],[-2,-18],[-1,-13],[0,-13],[1,-3],[1,-7],[2,-9],[1,-2],[4,-4],[4,-4],[4,-1],[2,0],[2,1],[2,0],[2,-2],[5,-5],[4,-3],[5,-2],[5,-3],[5,-4],[8,-10],[5,-4],[6,-5],[5,-4],[3,-6],[1,-4],[0,-5],[1,-2],[2,-1],[2,0],[1,-1],[4,-10],[2,-6],[2,-5],[4,-2],[2,-5],[3,-2],[2,-2],[2,-3],[2,-3],[0,-4],[0,-8],[1,-9],[2,-7],[3,-5],[4,-6],[2,-2],[12,-7],[1,-1],[1,-1],[6,-4],[4,-1],[6,-1],[3,0],[3,2],[6,3],[5,3],[10,3],[9,3],[6,3],[9,6],[7,3],[2,2],[7,8],[1,5],[2,1],[1,1],[3,7],[7,13],[7,16],[-1,4],[1,2],[2,2],[11,2],[10,0],[7,0],[8,-2],[8,-3],[5,-3],[4,-3],[7,-9],[4,-4],[11,-5],[8,-7],[14,-8],[8,-3],[5,-4],[5,-4],[5,-6],[1,-2],[5,-11],[-1,-4],[-1,-4],[-2,-3],[-8,-7],[-11,-3],[-8,0],[-12,-2],[-16,-2],[-21,-4],[-15,-1],[-12,-1],[-27,2],[-17,0],[-4,0],[-12,1],[-6,0],[-12,1],[-22,-1],[-23,2],[-20,0],[-8,-1],[-8,1],[-11,2],[-8,0],[-13,-3],[-8,-1],[-12,0],[-5,2],[-7,4],[-9,3],[-4,0],[2,1],[-10,5],[-5,1],[-5,3],[-6,4],[-9,4],[-9,3],[-8,1],[-10,0],[-15,2],[-17,3],[-10,0],[-6,2],[-5,-2],[-8,0],[-5,0],[-5,1],[-4,3],[-7,6],[-5,3],[-5,2],[-7,2],[-10,-1],[-8,2],[-8,2],[-9,2],[-19,2],[-15,2],[-9,1],[-9,-1],[-7,1],[-16,5],[-12,2],[-18,1],[-2,0],[-13,7],[-20,9],[-9,7],[-13,7],[-15,11],[-4,3],[-1,1],[-7,7],[-4,3],[-5,1],[-7,0],[-11,-2],[-9,-3],[-9,-4],[-6,-4],[-5,-2],[-5,-4],[-1,-2],[1,-3],[0,-2],[-1,-1],[-9,-4],[-7,-4],[-13,-10],[-9,-9],[-9,-12],[-4,-6],[-4,-4],[-4,-4],[-4,-4],[-4,-10],[-3,-3],[-2,-1],[-2,-3],[-1,-2],[-1,-2],[-2,-1],[-3,0],[-5,3],[-8,7],[-5,2],[-6,1],[-4,0],[-3,1],[-7,5],[-8,6],[-9,10],[-6,6],[-9,6],[-16,13],[-3,3],[-3,4],[-7,7],[-3,2],[-3,0],[-3,-1],[-7,-3],[-7,-4],[-14,-13],[-10,-11],[-3,-2],[-6,1],[-4,-1],[-3,4],[-4,3],[-2,0],[-12,9],[-9,8],[-10,8],[-14,8],[-2,0],[-7,-4],[-6,-3],[-10,-13],[-15,-16],[-3,-6],[-8,-14],[-5,-4],[-6,-3],[-3,-3],[-6,-7],[-7,-7],[-12,-9],[-3,-1],[-10,-11],[-4,-3],[-3,-10],[-6,-1],[-30,-3],[-33,4],[-20,2],[-13,1],[-9,1],[-8,1],[-43,-1],[-25,0],[-260,0],[-44,0],[-20,0],[-2,0],[-9,0],[-7,-2],[-11,-2],[-14,-4],[-25,8],[-19,0],[-19,0],[-19,0],[-89,0],[-34,-5],[-4,0],[-5,-1],[-6,-1],[-2,0],[-6,-1],[-57,7],[-44,-7],[-6,0],[-6,0],[-95,2],[-94,2],[-68,1],[-59,1],[-1,0],[-8,0],[-24,0],[-25,1],[-6,-1],[-6,-1],[-17,-1],[-16,-2],[-12,-2],[-8,0],[-10,0],[-45,0],[-5,1],[-61,7],[-54,0],[-8,0],[-60,0],[-3,0],[-31,-4],[-27,-4],[-4,0],[-39,0],[-18,0],[-145,0],[-89,0],[-6,0],[-89,6],[-21,1],[-23,1],[-7,1],[-6,0],[-5,0],[-6,1],[-35,2],[-12,0],[-3,1],[-48,2]],[[6577,4930],[6,0],[5,1],[77,-15],[18,-2],[45,3],[34,-1],[34,2],[13,1],[24,2],[10,0],[21,5],[11,8],[18,16],[6,0],[16,1],[11,1],[13,1],[14,1],[38,3],[19,18],[13,7],[140,141],[54,-54],[50,-51],[54,-55],[8,-7],[54,-56],[48,-49],[49,-49],[8,7],[48,-49],[59,-60],[15,-15],[26,-30],[19,-31],[34,-51],[22,-73],[16,1],[2,0],[6,1],[8,0],[45,4],[61,5],[61,4],[63,5],[59,5],[20,8],[63,96],[43,109],[7,18],[60,-1]],[[7775,6897],[25,-27],[-8,-8],[55,-59],[129,-138],[-8,-8],[20,-46],[36,16],[2,-6],[-22,-10],[5,-12],[-2,-1],[5,-11],[1,-1],[9,3],[148,75],[2,0],[0,-1],[4,-10],[-43,-48],[-81,-36],[12,-28],[4,-10],[127,38],[2,0],[2,-2],[11,-36],[-1,-2],[-1,-1],[-1,-5],[-129,-36],[9,-44],[113,24],[2,-1],[1,-1],[6,-29],[-1,-1],[-2,-1],[-130,-28],[-10,-3],[-2,-39],[25,0],[157,13],[1,-1],[1,-2],[10,-131],[-1,-2],[-2,-1],[-186,-15],[-8,-1],[-7,-3],[-1,-2],[-3,-46],[138,10],[2,-31],[-114,-8],[-16,-3],[-7,-2],[-5,-4],[-3,-42],[90,7],[3,-44],[-82,-7],[-10,-4],[-3,-2],[-2,-31],[9,-3],[7,-2],[7,-1],[169,12],[1,-1],[1,-12],[2,-19],[-1,-1],[-2,0],[-180,-15],[-14,-5],[2,-39],[140,11],[1,-1],[1,-11],[38,2],[1,1],[3,-2],[-3,-3],[-1,1],[-37,-2],[1,-12],[-1,-1],[-2,-1],[-133,-10],[3,-39],[7,1],[-1,10],[2,0],[2,-10],[5,0],[0,11],[2,0],[1,-11],[6,1],[-1,10],[2,1],[1,-11],[6,0],[0,11],[2,0],[1,-10],[6,0],[-1,11],[2,0],[1,-11],[5,1],[0,10],[2,0],[1,-10],[6,0],[-1,11],[2,0],[1,-11],[6,1],[0,11],[2,0],[1,-11],[6,0],[-1,11],[2,0],[1,-10],[6,0],[0,11],[1,0],[1,-11],[7,1],[-1,10],[2,0],[1,-10],[6,0],[-1,11],[2,0],[1,-11],[6,1],[0,11],[2,0],[1,-11],[5,1],[0,10],[2,0],[1,-10],[6,0],[-1,11],[2,0],[1,-11],[6,1],[-1,10],[3,0],[1,-10],[6,0],[-1,11],[2,0],[1,-10],[6,0],[-1,11],[3,0],[1,-11],[6,1],[-1,10],[2,0],[1,-10],[6,0],[-1,11],[2,0],[1,-11],[6,1],[-1,10],[2,0],[2,-22],[-2,0],[-1,10],[-6,0],[1,-10],[-2,0],[-1,10],[-6,-1],[1,-10],[-2,0],[-1,10],[-6,0],[0,-11],[-2,0],[-1,10],[-6,0],[1,-10],[-2,0],[-1,10],[-6,-1],[0,-10],[-2,0],[-1,10],[-6,0],[1,-10],[-2,0],[-1,10],[-6,-1],[0,-10],[-1,0],[-2,10],[-5,0],[1,-11],[-2,0],[-1,10],[-7,0],[1,-10],[-2,0],[-1,10],[-6,-1],[1,-10],[-2,0],[-1,10],[-6,0],[0,-10],[-2,-1],[-1,10],[-6,0],[1,-10],[-2,0],[-1,10],[-6,0],[1,-11],[-2,0],[-1,10],[-6,0],[0,-10],[-2,0],[-1,10],[-6,-1],[1,-10],[-2,0],[-1,10],[-6,0],[1,-10],[-2,-1],[-1,11],[-6,-1],[0,-10],[-2,0],[-1,10],[-6,-1],[1,-10],[-2,0],[-1,10],[-6,0],[0,-10],[-2,0],[-1,10],[-5,-1],[0,-10],[-2,0],[-1,10],[-7,0],[3,-35],[1,-2],[5,0],[0,9],[2,0],[0,-9],[5,1],[0,9],[2,0],[0,-9],[6,0],[0,9],[1,0],[1,-9],[6,1],[0,9],[1,0],[1,-9],[5,0],[0,9],[2,0],[1,-9],[5,1],[-1,9],[2,0],[1,-9],[5,0],[-1,9],[2,0],[1,-8],[5,0],[0,9],[2,0],[1,-9],[5,1],[-1,9],[2,0],[1,-9],[5,0],[0,9],[1,0],[1,-9],[6,1],[-1,9],[2,0],[1,-9],[5,0],[0,9],[2,0],[1,-9],[5,1],[0,9],[1,0],[1,-9],[6,0],[-1,9],[2,1],[1,-10],[5,1],[0,9],[1,0],[1,-9],[5,0],[0,10],[2,0],[1,-9],[5,0],[-1,9],[2,0],[1,-9],[5,1],[0,9],[2,0],[0,-9],[6,0],[0,9],[1,0],[1,-9],[6,1],[-1,9],[2,0],[1,-9],[5,0],[-1,9],[2,0],[1,-9],[5,1],[0,9],[2,0],[0,-9],[5,0],[0,9],[2,1],[1,-19],[-2,0],[-1,8],[-5,-1],[1,-8],[-2,0],[-1,8],[-5,0],[0,-8],[-2,0],[0,8],[-5,-1],[0,-8],[-2,0],[0,8],[-6,0],[1,-8],[-2,-1],[-1,8],[-5,0],[0,-8],[-2,0],[-1,8],[-5,-1],[0,-8],[-2,0],[0,8],[-5,0],[0,-8],[-2,0],[-1,8],[-5,-1],[1,-8],[-2,0],[-1,8],[-5,0],[0,-8],[-1,0],[-1,8],[-6,-1],[1,-8],[-2,0],[-1,8],[-5,0],[0,-8],[-2,0],[0,8],[-6,-1],[0,-8],[-1,0],[-1,8],[-6,0],[1,-9],[-2,0],[-1,8],[-5,0],[1,-8],[-2,0],[-1,8],[-5,0],[0,-9],[-2,0],[-1,8],[-5,0],[1,-8],[-2,0],[-1,8],[-5,-1],[0,-8],[-2,0],[0,8],[-5,0],[0,-8],[-2,0],[0,8],[-6,-1],[1,-8],[-2,0],[-1,8],[-6,0],[1,-9],[-2,0],[-1,9],[-5,-1],[0,-8],[-2,0],[-1,8],[-4,0],[0,-9],[-2,0],[-1,8],[-5,0],[-1,-2],[2,-28],[1,-4],[6,1],[-1,9],[2,0],[1,-9],[5,0],[-1,9],[2,0],[1,-9],[6,1],[-1,9],[2,0],[1,-9],[6,0],[-1,10],[2,0],[1,-9],[5,0],[0,9],[1,0],[1,-9],[5,1],[0,9],[2,0],[0,-9],[5,0],[0,9],[2,0],[1,-9],[5,1],[-1,9],[2,0],[1,-9],[5,0],[0,9],[2,0],[1,-9],[5,1],[-1,9],[2,0],[1,-9],[5,0],[0,9],[2,0],[0,-9],[6,1],[0,9],[2,0],[0,-9],[6,0],[-1,9],[2,0],[1,-9],[5,1],[0,9],[2,0],[1,-9],[5,0],[-1,9],[2,1],[1,-10],[5,1],[-1,9],[2,0],[1,-9],[5,0],[0,9],[2,1],[0,-9],[6,0],[-1,9],[2,0],[1,-9],[6,1],[-1,9],[2,0],[1,-9],[5,0],[0,9],[2,0],[0,-9],[5,1],[0,9],[2,0],[0,-9],[6,0],[-1,9],[2,0],[1,-9],[5,1],[0,9],[2,0],[1,-19],[-2,0],[-1,8],[-5,0],[1,-9],[-2,0],[-1,8],[-5,0],[0,-8],[-2,0],[-1,8],[-5,-1],[1,-8],[-2,0],[-1,8],[-5,0],[0,-8],[-2,0],[0,8],[-6,-1],[1,-8],[-3,0],[0,8],[-6,0],[1,-8],[-2,0],[-1,8],[-5,-1],[1,-8],[-2,0],[-1,8],[-5,0],[0,-8],[-2,0],[0,8],[-5,-1],[0,-8],[-2,0],[-1,8],[-5,0],[0,-8],[-2,0],[0,8],[-6,-1],[1,-8],[-2,0],[-1,8],[-6,0],[1,-8],[-2,0],[-1,8],[-5,-1],[0,-8],[-2,0],[0,8],[-5,0],[0,-9],[-2,0],[0,9],[-6,-1],[1,-8],[-2,0],[-1,8],[-5,0],[0,-9],[-2,0],[0,8],[-6,0],[1,-8],[-2,0],[-1,8],[-5,0],[1,-9],[-2,0],[-1,8],[-5,0],[0,-8],[-2,0],[0,8],[-6,0],[0,-9],[-2,0],[0,8],[-6,0],[1,-8],[-2,0],[-1,8],[-5,-1],[1,-8],[-2,0],[-1,8],[-6,0],[0,-3],[2,-24],[1,-3],[4,0],[0,7],[2,0],[0,-7],[5,1],[-1,7],[2,0],[1,-7],[4,0],[0,7],[2,0],[0,-7],[5,1],[0,7],[1,0],[1,-7],[4,0],[0,7],[1,0],[1,-7],[5,1],[-1,7],[2,0],[1,-7],[4,0],[0,7],[1,0],[1,-7],[5,1],[-1,7],[2,0],[1,-7],[4,0],[0,7],[2,0],[0,-7],[5,1],[-1,7],[2,0],[1,-7],[4,0],[0,7],[1,0],[1,-7],[5,0],[-1,8],[2,0],[1,-7],[4,0],[0,7],[1,0],[1,-7],[4,0],[0,8],[2,0],[1,-7],[4,0],[0,7],[1,0],[1,-7],[4,0],[0,8],[2,0],[1,-8],[4,1],[-1,7],[2,0],[1,-7],[5,0],[-1,7],[2,1],[1,-8],[4,1],[0,7],[2,0],[0,-7],[5,0],[0,7],[1,1],[1,-8],[4,1],[0,7],[2,0],[1,-7],[3,0],[0,7],[2,1],[1,-8],[4,1],[0,7],[1,0],[1,-7],[4,0],[0,7],[2,0],[1,-7],[4,1],[0,7],[1,0],[1,-7],[5,0],[-1,7],[2,0],[2,-16],[-2,0],[-1,7],[-5,0],[1,-8],[-2,0],[-1,8],[-4,-1],[0,-7],[-2,0],[0,7],[-5,0],[1,-8],[-2,0],[-1,8],[-4,0],[0,-8],[-2,0],[0,7],[-4,0],[0,-7],[-2,-1],[0,8],[-5,0],[1,-8],[-2,0],[-1,7],[-4,0],[0,-7],[-2,-1],[-1,8],[-4,0],[0,-8],[-2,0],[0,8],[-5,-1],[1,-8],[-2,0],[-1,8],[-4,0],[0,-8],[-2,0],[-1,8],[-4,-1],[1,-7],[-2,0],[-1,7],[-4,0],[0,-8],[-2,0],[-1,8],[-4,-1],[1,-7],[-2,0],[-1,7],[-4,0],[1,-8],[-2,0],[-1,8],[-5,-1],[1,-7],[-2,0],[-1,7],[-4,0],[1,-8],[-2,0],[-1,8],[-4,-1],[0,-7],[-2,0],[-1,7],[-4,0],[0,-8],[-1,0],[-1,8],[-5,-1],[1,-7],[-2,0],[-1,7],[-4,0],[0,-8],[-1,0],[-1,8],[-5,-1],[1,-7],[-2,0],[-1,7],[-4,0],[1,-8],[-2,0],[0,8],[-5,0],[0,-7],[-2,-1],[-1,7],[-4,0],[0,-7],[-1,0],[-1,7],[-4,0],[0,-7],[-2,-1],[-1,7],[-4,0],[-1,-3],[2,-22],[1,-3],[5,1],[0,6],[1,0],[1,-6],[4,0],[0,7],[2,0],[0,-7],[5,1],[0,7],[1,0],[1,-7],[4,0],[0,8],[2,0],[1,-8],[3,0],[0,8],[2,0],[1,-7],[4,0],[0,8],[2,0],[0,-8],[4,0],[0,8],[2,0],[1,-7],[4,0],[0,7],[2,1],[0,-8],[4,0],[0,8],[2,0],[1,-7],[4,0],[0,8],[2,0],[0,-8],[4,0],[0,8],[2,0],[0,-8],[5,1],[0,8],[2,0],[0,-8],[4,0],[0,8],[2,0],[0,-8],[5,1],[0,7],[1,0],[1,-7],[4,0],[0,8],[2,0],[0,-8],[5,1],[0,7],[2,1],[0,-8],[4,0],[0,8],[2,0],[1,-8],[4,1],[0,7],[1,0],[1,-7],[4,0],[0,8],[2,0],[1,-8],[4,1],[0,7],[2,0],[0,-7],[5,0],[-1,8],[2,0],[1,-8],[4,1],[-1,7],[2,0],[1,-7],[4,0],[0,8],[2,0],[0,-8],[5,0],[-1,8],[2,0],[1,-7],[4,0],[0,8],[2,0],[0,-8],[5,1],[0,7],[2,0],[1,-16],[-2,-1],[-1,8],[-5,0],[1,-8],[-2,0],[-1,7],[-4,0],[0,-7],[-2,-1],[0,8],[-5,0],[1,-8],[-2,0],[-1,7],[-4,0],[0,-7],[-2,0],[0,7],[-4,0],[0,-8],[-2,0],[0,8],[-5,-1],[0,-7],[-1,0],[-1,7],[-4,0],[0,-8],[-2,0],[-1,8],[-4,-1],[0,-7],[-1,0],[-1,7],[-4,0],[0,-8],[-2,0],[0,8],[-5,-1],[1,-7],[-2,0],[-1,7],[-5,0],[1,-8],[-2,0],[-1,8],[-4,-1],[0,-7],[-2,0],[0,7],[-4,0],[0,-8],[-2,0],[-1,8],[-4,-1],[1,-7],[-2,0],[-1,7],[-5,0],[1,-8],[-2,0],[-1,8],[-4,0],[1,-8],[-2,0],[-1,7],[-4,0],[0,-8],[-2,0],[0,8],[-5,0],[0,-8],[-1,0],[-1,7],[-4,0],[0,-8],[-2,0],[0,8],[-5,0],[1,-8],[-2,0],[-1,7],[-4,0],[0,-8],[-2,0],[0,8],[-4,0],[0,-8],[-2,0],[-1,7],[-4,0],[0,-7],[-1,0],[-1,7],[-4,0],[0,-7],[-2,0],[-1,7],[-4,-1],[0,-6],[-2,0],[0,6],[-5,0],[-1,-3],[2,-22],[1,-2],[4,0],[0,6],[2,0],[0,-6],[4,0],[0,6],[2,0],[1,-5],[3,0],[0,6],[2,0],[1,-6],[4,0],[-1,7],[2,0],[1,-7],[4,1],[-1,6],[2,0],[1,-6],[4,0],[-1,7],[2,0],[1,-7],[4,1],[0,6],[1,0],[1,-6],[4,0],[0,6],[2,0],[0,-6],[4,0],[-1,7],[2,0],[1,-6],[4,0],[0,6],[2,0],[0,-6],[4,0],[0,7],[2,0],[0,-6],[4,0],[0,6],[2,0],[0,-6],[4,0],[0,7],[1,0],[1,-7],[4,1],[0,6],[2,0],[0,-6],[5,0],[0,7],[1,0],[1,-7],[4,1],[0,6],[1,0],[1,-6],[4,0],[0,6],[2,1],[0,-7],[4,0],[0,7],[2,0],[0,-6],[4,0],[0,6],[2,0],[0,-6],[4,0],[0,7],[2,0],[0,-6],[4,0],[0,6],[2,0],[0,-6],[5,0],[-1,7],[2,0],[1,-7],[3,1],[0,6],[2,0],[1,-6],[4,0],[-1,7],[2,0],[1,-7],[4,1],[-1,6],[2,0],[1,-6],[4,0],[-1,6],[2,0],[1,-6],[4,1],[0,6],[2,0],[0,-15],[-1,0],[-1,7],[-4,0],[0,-7],[-2,0],[0,6],[-4,0],[0,-7],[-2,0],[0,7],[-4,0],[0,-7],[-1,0],[-1,7],[-4,-1],[0,-6],[-2,0],[-1,6],[-3,0],[0,-7],[-2,0],[0,7],[-4,-1],[0,-6],[-2,0],[-1,6],[-3,0],[0,-7],[-2,0],[-1,7],[-4,0],[1,-7],[-2,0],[-1,6],[-4,0],[1,-7],[-2,0],[-1,7],[-4,0],[1,-7],[-2,0],[-1,7],[-4,-1],[0,-7],[-1,0],[-1,7],[-4,0],[0,-7],[-1,0],[-1,7],[-5,-1],[1,-6],[-2,0],[-1,6],[-4,0],[1,-7],[-2,0],[-1,7],[-3,-1],[0,-6],[-2,0],[-1,6],[-4,0],[1,-7],[-2,0],[-1,7],[-4,0],[1,-7],[-2,0],[-1,6],[-4,0],[0,-7],[-2,0],[0,7],[-4,0],[1,-7],[-2,0],[-1,7],[-4,-1],[0,-7],[-1,0],[-1,7],[-4,0],[0,-7],[-2,0],[0,7],[-4,-1],[0,-6],[-2,-1],[0,7],[-4,0],[0,-7],[-2,0],[0,7],[-4,-1],[0,-6],[-2,0],[-1,6],[-3,0],[0,-6],[-2,0],[-1,6],[-3,0],[0,-6],[-2,-1],[-1,6],[-4,0],[0,-3],[1,-20],[1,-2],[4,1],[0,5],[2,0],[0,-5],[4,0],[0,6],[2,0],[1,-6],[3,0],[0,7],[2,0],[0,-6],[5,0],[-1,7],[2,0],[1,-7],[4,0],[-1,7],[2,0],[1,-6],[4,0],[0,6],[1,1],[1,-7],[4,0],[-1,7],[2,0],[1,-7],[4,1],[-1,6],[2,0],[1,-6],[4,0],[0,7],[2,0],[0,-7],[4,1],[0,6],[2,0],[0,-6],[4,0],[0,7],[2,0],[1,-7],[3,1],[0,6],[2,0],[1,-6],[3,0],[0,7],[2,0],[1,-7],[4,0],[-1,7],[2,0],[1,-6],[4,0],[0,6],[1,1],[1,-7],[4,0],[0,7],[1,0],[1,-6],[4,0],[0,6],[1,0],[1,-6],[4,0],[0,7],[2,0],[0,-7],[4,1],[0,6],[1,0],[1,-6],[4,0],[0,7],[2,0],[0,-7],[4,1],[0,6],[2,0],[0,-6],[4,0],[0,7],[2,0],[1,-7],[4,1],[-1,6],[2,0],[1,-14],[-2,0],[0,6],[-4,0],[0,-7],[-2,0],[-1,6],[-4,0],[1,-6],[-2,0],[-1,6],[-4,0],[1,-7],[-2,0],[-1,7],[-4,-1],[0,-6],[-1,0],[-1,6],[-4,0],[0,-7],[-1,0],[-1,7],[-4,-1],[0,-6],[-1,0],[-1,6],[-4,0],[0,-7],[-1,0],[-1,7],[-4,0],[0,-7],[-2,0],[0,6],[-4,0],[0,-6],[-2,0],[0,6],[-4,0],[0,-7],[-2,0],[0,6],[-4,0],[0,-6],[-2,0],[-1,6],[-3,0],[0,-7],[-2,0],[0,7],[-5,-1],[0,-6],[-1,0],[-1,6],[-4,0],[1,-7],[-2,0],[-1,7],[-4,-1],[0,-6],[-2,0],[0,6],[-4,0],[0,-7],[-1,0],[-1,7],[-4,-1],[0,-6],[-1,0],[-1,6],[-4,0],[0,-6],[-2,-1],[0,7],[-4,0],[0,-7],[-2,0],[0,6],[-4,0],[0,-6],[-2,0],[-1,6],[-3,0],[0,-6],[-2,0],[0,6],[-5,-1],[0,-5],[-1,0],[-1,5],[-4,0],[0,-2],[1,-16],[126,9],[3,-2],[-2,-3],[-3,2],[-4,0],[12,-171],[14,2],[2,-1],[1,-1],[-3,-3],[13,-71],[-4,0],[0,-5],[-134,-20],[5,-61],[323,23],[23,-217],[-206,116],[-5,1],[-4,1],[-121,-9],[12,-35],[0,-1],[-2,-2],[-7,-2],[2,-5],[0,-6],[0,-4],[2,-9],[-1,-1],[-3,-2],[3,-6],[2,1],[3,-12],[2,-11],[1,-11],[7,-1],[-2,-21],[3,0],[0,-3],[3,-1],[0,-3],[2,0],[-1,-2],[-1,0],[-1,-9],[7,0],[-1,-4],[3,-1],[2,0],[3,-4],[2,-1],[2,-1],[1,-2],[-4,-2],[4,-7],[3,2],[2,-1],[-2,-1],[9,-15],[-2,-14],[6,-11],[1,-1],[1,1],[1,1],[-1,45],[11,73],[5,-1],[-8,-57],[10,-1],[3,8],[8,10],[4,-1],[-26,-70],[-2,-11],[0,-3],[10,3],[152,-74],[-14,-31],[-138,69],[4,-16],[2,-12],[28,-79],[8,2],[7,-18],[-14,-6],[0,-4],[-2,-3],[2,-5],[-4,-2],[2,-5],[-8,-4],[1,-12],[29,2],[4,-8],[47,4],[3,-30],[87,7],[2,-12],[-156,-12],[2,-24]],[[5797,5143],[34,34],[7,1],[2,7],[25,26],[9,9],[7,1],[1,7],[53,53],[18,18],[6,0],[2,7],[18,18],[9,4],[1,6],[55,56],[7,1],[-7,7],[-2,15],[-6,38],[-5,30],[4,8],[-6,7],[-10,60],[4,8],[-6,7],[-4,28],[-5,31],[3,11],[-5,5],[-22,129],[4,13],[-6,9],[-5,31],[-5,27],[4,9],[-7,8],[-5,30],[-4,28],[3,9],[-6,8],[-5,29],[-4,29],[4,9],[-5,7],[-5,30],[-5,29],[3,9],[3,9],[-4,30],[-5,28],[-6,8],[4,10],[-5,28],[-6,29],[-5,8],[6,9],[-5,30]],[[5917,6278],[97,15],[-6,38],[105,17],[81,13],[22,3],[104,17],[12,-75],[78,13],[26,4],[52,8],[52,9],[12,-76],[104,17],[22,3],[25,4],[6,-37],[4,-12],[7,-24],[-7,-1],[-45,-7],[12,-76],[51,9],[-2,-8],[29,-29],[2,6],[39,39],[5,0],[1,6],[84,84],[1,1],[10,5],[0,2],[1,4],[3,3],[68,68],[6,2],[2,7],[65,65],[6,1],[7,2],[31,31],[47,47],[2,7],[8,13],[12,12],[14,14],[3,3],[6,2],[2,7],[76,75],[16,17],[25,25],[15,15],[7,2],[2,7],[47,47],[7,2],[2,7],[47,47],[7,2],[1,6],[47,48],[7,1],[2,7],[4,4],[7,2],[2,7],[36,36],[53,54],[7,1],[59,-59],[40,-41],[44,43],[20,13],[12,-5]],[[9324,9814],[2,-53],[15,6],[-1,16],[0,11],[7,1],[10,-27],[10,7],[-4,26],[10,0],[5,-21],[23,9],[-25,71],[12,10],[63,-145],[-26,-8],[-22,45],[-14,-7],[6,-25],[-13,-4],[-6,26],[-15,-9],[4,-22],[-7,-6],[-5,26],[-8,-2],[5,-46],[63,-112],[139,-266],[57,-112],[-8,-44],[72,-34],[8,-4],[-2,-7],[-6,-20],[-75,29],[-12,0],[-10,-35],[13,0],[75,-25],[-6,-19],[-87,27],[-12,-40],[88,-25],[-5,-19],[-99,19],[-7,-29],[-3,0],[8,-60],[-60,-40],[10,-17],[53,36],[1,-8],[-46,-29],[13,-15],[-11,-11],[-37,48],[-242,-133],[-125,-68],[3,-5],[212,-285],[537,209],[38,-40],[-44,-64],[-101,-97],[19,-80],[0,-24],[-38,-66],[-13,-23],[273,-5],[16,4],[-4,-25],[-49,-136],[-29,-60],[-96,-122],[-86,-82],[-92,-25],[-120,-11],[-83,11],[-100,31],[-44,13],[35,214],[-32,16],[-311,255],[39,43],[32,281],[-21,41],[-4,7],[-462,894],[11,43],[25,95],[20,74],[20,77],[310,161],[284,-97],[82,-88]],[[5917,6278],[-5,29],[-8,7]],[[6053,8070],[7,2],[-1,6],[9,1],[1,-6],[68,10],[-2,16],[-8,3],[-1,0],[-53,-1],[1,-6],[-3,0],[0,10],[-64,2],[0,9],[1,9],[54,-3],[0,5],[12,-6],[33,-1],[3,6],[-41,20],[2,5],[66,-34],[-3,-7],[-1,-6],[-2,0],[0,-2],[4,-1],[5,0],[2,-15],[5,0],[0,-4],[7,0],[1,-1],[3,0],[4,0],[1,-13],[-3,-1],[-4,0],[1,-2],[-6,-1],[1,-7],[9,2],[9,1],[1,-15],[64,10],[-1,5],[3,1],[-2,11],[-53,2],[0,3],[54,-2],[3,-2],[8,1],[0,3],[-4,1],[2,25],[-79,6],[1,19],[-48,40],[-71,59],[-1,-1],[-33,28],[2,2],[-50,41],[15,19],[22,-18],[10,3],[-6,20],[2,0],[12,-35],[9,-5],[23,-14],[2,2],[6,-1],[7,-6],[3,4],[-12,11],[5,6],[-27,23],[8,8],[32,-1],[127,-107],[93,-79],[11,0],[-1,3],[3,3],[-1,1],[-2,-1],[-13,11],[2,3],[15,-11],[7,-6],[8,3],[-5,5],[1,1],[-2,1],[-1,-2],[-14,11],[4,5],[13,-11],[-1,-2],[8,-6],[5,2],[0,7],[-36,31],[3,7],[46,-22],[34,-8],[39,-19],[3,7],[-8,7],[-8,7],[-42,37],[5,6],[11,9],[16,-19],[-5,-5],[78,-61],[8,-1],[6,4],[1,3],[-3,4],[-1,-1],[-12,15],[4,4],[12,-15],[-2,-1],[3,-4],[2,0],[2,-1],[13,9],[1,3],[-3,5],[-1,-2],[-11,16],[4,3],[11,-15],[-2,-1],[3,-4],[3,0],[1,-1],[7,5],[-61,91],[9,6],[1,-1],[75,52],[2,-1],[-76,-53],[78,-117],[2,1],[11,-16],[6,-1],[4,0],[-12,18],[1,1],[15,-20],[0,2],[5,-1],[0,-2],[13,-3],[1,2],[5,-1],[0,-2],[6,-1],[7,41],[2,-3],[-6,-39],[2,0],[6,38],[-16,35],[-5,-3],[5,-10],[-2,-1],[-4,10],[-2,0],[3,-8],[-2,-1],[-3,8],[-2,-1],[3,-8],[-2,-1],[-3,8],[-2,-1],[3,-8],[-2,-1],[-3,8],[-2,-1],[3,-8],[-2,-1],[-3,8],[-3,-1],[4,-8],[-2,-1],[-4,8],[-2,-1],[4,-8],[-2,-1],[-9,20],[2,1],[4,-10],[3,1],[-4,10],[2,1],[4,-10],[3,1],[-5,10],[3,1],[4,-10],[2,1],[-4,10],[2,1],[4,-10],[3,1],[-5,10],[3,1],[4,-10],[2,1],[-4,10],[2,1],[4,-10],[7,3],[-17,36],[-5,-2],[5,-10],[-2,0],[-4,10],[-3,-2],[5,-10],[-2,-1],[-5,10],[-2,-1],[4,-10],[-2,-1],[-5,10],[-2,-1],[4,-10],[-2,-1],[-4,10],[-3,-1],[5,-10],[-2,-1],[-5,10],[-2,-1],[4,-10],[-2,-1],[-5,10],[-2,-1],[5,-10],[-2,-1],[-5,10],[-2,-1],[4,-10],[-2,-1],[-4,10],[-3,-1],[5,-10],[-2,-1],[-5,10],[-2,-1],[4,-10],[-2,-1],[-5,9],[-2,-1],[5,-10],[-2,-1],[-5,10],[-2,-1],[4,-10],[-1,0],[-11,23],[2,1],[5,-12],[3,1],[-5,12],[1,1],[6,-12],[3,1],[-6,12],[2,1],[6,-12],[3,2],[-5,12],[1,1],[6,-12],[3,1],[-6,12],[2,1],[6,-12],[2,1],[-5,12],[2,1],[6,-12],[3,2],[-6,12],[2,0],[6,-11],[3,1],[-6,12],[2,1],[6,-12],[2,1],[-5,12],[2,1],[5,-12],[3,1],[-5,12],[1,1],[6,-12],[3,1],[-5,12],[2,1],[5,-11],[6,2],[-20,44],[-5,-3],[5,-12],[-2,-1],[-5,12],[-3,-1],[6,-12],[-2,-1],[-6,12],[-7,-3],[5,-13],[-2,-1],[-5,12],[-8,-3],[5,-12],[-2,-1],[-5,12],[-2,-1],[4,-12],[-2,-1],[-4,12],[-3,-1],[4,-13],[-2,0],[-4,12],[-4,-2],[5,-12],[-1,-1],[-5,12],[0,-14],[-1,0],[-1,14],[-7,-3],[5,-12],[-1,-1],[-7,14],[2,0],[55,25],[-7,14],[5,15],[19,8],[1,5],[16,7],[4,-1],[28,12],[105,-18],[60,-200],[-2,0],[-59,199],[-103,17],[-16,-7],[1,-1],[4,-1],[8,-3],[11,5],[0,2],[92,-16],[-2,-12],[-2,0],[2,11],[-2,0],[-2,-11],[-3,1],[2,11],[-2,0],[-2,-11],[-3,1],[2,10],[-2,1],[-2,-11],[-3,1],[2,10],[-2,1],[-2,-11],[-3,0],[2,11],[-3,1],[-2,-11],[-2,0],[2,11],[-3,1],[-2,-11],[-2,0],[2,11],[-3,1],[-2,-11],[-2,0],[2,11],[-3,1],[-2,-11],[-3,0],[2,11],[-2,0],[-2,-10],[-2,0],[2,11],[-3,0],[-2,-11],[-2,1],[1,11],[-2,0],[-2,-11],[-2,1],[2,11],[-3,0],[-2,-11],[-3,1],[2,11],[-2,0],[-2,-11],[-3,1],[2,10],[-2,1],[-3,-11],[-2,1],[2,10],[-2,1],[-2,-11],[-3,1],[2,10],[-3,1],[-1,-11],[-3,0],[2,11],[-3,1],[-2,-11],[-2,0],[-3,8],[-2,-1],[3,-8],[-2,-1],[-3,8],[-5,-2],[12,-25],[-1,-5],[-1,-1],[-1,-4],[6,-1],[1,11],[2,-1],[-2,-10],[3,0],[2,10],[2,-1],[-2,-10],[3,-1],[2,11],[2,-1],[-1,-10],[2,-1],[2,11],[2,0],[-1,-11],[2,-1],[2,11],[2,0],[-1,-11],[2,-1],[2,11],[2,0],[-1,-11],[3,-1],[2,11],[2,0],[-2,-11],[3,0],[2,10],[2,0],[-2,-11],[3,0],[2,10],[2,0],[-2,-11],[3,0],[2,10],[2,0],[-1,-11],[2,0],[3,11],[1,-1],[-1,-11],[2,0],[3,11],[1,-1],[-1,-10],[3,-1],[1,11],[3,-1],[-2,-10],[3,-1],[2,11],[2,0],[-2,-11],[3,-1],[2,11],[2,0],[-2,-11],[3,-1],[2,11],[2,0],[-1,-11],[2,-1],[3,11],[1,0],[-1,-11],[4,-1],[-2,-12],[-2,0],[2,11],[-2,0],[-2,-10],[-3,0],[2,11],[-2,0],[-2,-10],[-3,0],[2,11],[-3,0],[-2,-10],[-2,0],[2,10],[-3,1],[-2,-10],[-2,0],[1,10],[-2,1],[-2,-10],[-2,0],[1,10],[-2,1],[-2,-11],[-3,1],[2,10],[-2,1],[-2,-11],[-2,1],[1,10],[-3,1],[-2,-11],[-2,1],[2,10],[-3,0],[-2,-10],[-2,0],[2,11],[-3,0],[-2,-10],[-2,0],[2,11],[-3,0],[-2,-10],[-2,0],[1,11],[-2,0],[-2,-10],[-2,0],[1,11],[-2,0],[-2,-10],[-2,0],[1,11],[-3,0],[-2,-10],[-2,0],[2,10],[-3,1],[-2,-10],[-2,0],[2,10],[-3,1],[-2,-11],[-2,1],[2,10],[-3,0],[-2,-10],[-2,1],[2,10],[-5,1],[-1,-2],[1,-2],[-1,-5],[-1,-1],[-1,-8],[1,-2],[-1,-4],[-1,-2],[-2,-8],[1,-2],[0,-2],[2,-1],[2,9],[1,0],[-1,-8],[2,-1],[1,8],[2,0],[-2,-9],[3,0],[1,9],[2,-1],[-1,-10],[2,0],[2,10],[2,0],[-2,-10],[3,-1],[1,10],[2,0],[-1,-10],[2,-1],[2,10],[2,0],[-2,-10],[3,0],[1,10],[3,-1],[-2,-10],[2,0],[2,10],[2,-1],[-2,-9],[3,-1],[2,10],[2,0],[-2,-10],[3,-1],[1,10],[2,0],[-1,-10],[2,0],[2,9],[2,0],[-2,-10],[3,0],[1,10],[2,-1],[-1,-10],[2,0],[2,10],[2,-1],[-2,-9],[3,-1],[2,10],[2,0],[-2,-10],[2,-1],[2,10],[2,0],[-1,-10],[2,0],[2,9],[2,0],[-2,-10],[3,0],[1,10],[2,-1],[-1,-9],[2,-1],[2,10],[2,-1],[-2,-9],[3,-1],[1,10],[3,0],[-2,-10],[3,0],[1,9],[2,0],[-1,-10],[2,0],[2,9],[2,0],[-2,-10],[3,0],[1,10],[2,-1],[-1,-9],[2,-1],[2,10],[2,0],[-1,-10],[2,-1],[2,10],[2,0],[-2,-10],[4,-1],[-1,-10],[-2,1],[1,8],[-2,0],[-1,-8],[-2,0],[2,9],[-3,0],[-1,-8],[-2,0],[2,8],[-3,1],[-1,-9],[-1,1],[1,8],[-2,0],[-1,-8],[-2,0],[1,9],[-2,0],[-1,-8],[-2,0],[1,8],[-2,1],[-1,-9],[-2,1],[2,8],[-3,0],[-1,-8],[-2,0],[2,9],[-2,0],[-1,-8],[-2,0],[1,8],[-2,1],[-1,-9],[-2,1],[1,8],[-2,0],[-1,-8],[-2,0],[2,9],[-2,0],[-2,-8],[-2,0],[1,8],[-1,1],[-2,-9],[-2,1],[2,8],[-2,0],[-1,-8],[-2,0],[1,9],[-2,0],[-1,-8],[-2,0],[1,8],[-1,1],[-2,-9],[-2,0],[1,9],[-1,0],[-2,-8],[-1,0],[1,9],[-2,0],[-1,-9],[-2,1],[1,8],[-2,1],[-1,-9],[-2,0],[1,9],[-1,0],[-2,-8],[-2,0],[2,9],[-2,0],[-2,-9],[-2,1],[2,8],[-2,1],[-2,-9],[-2,0],[2,9],[-2,0],[-1,-8],[-2,0],[1,9],[-2,0],[-1,-9],[-2,1],[1,8],[-1,0],[-2,-8],[-2,0],[2,9],[-2,0],[-2,-8],[-2,0],[2,8],[-2,1],[-1,-9],[-2,1],[1,8],[-2,0],[-1,-8],[-2,0],[1,7],[-1,0],[-1,-7],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[1,10],[-3,0],[-1,-2],[-1,-7],[1,-2],[-1,-9],[6,-15],[2,0],[1,9],[2,0],[-1,-9],[1,0],[2,8],[2,0],[-1,-9],[1,0],[1,9],[3,0],[-2,-9],[2,-1],[1,9],[3,0],[-2,-9],[2,0],[1,8],[3,0],[-2,-9],[2,0],[1,9],[2,-1],[-1,-8],[2,-1],[1,9],[2,0],[-1,-9],[2,0],[1,8],[2,0],[-1,-9],[1,0],[2,9],[2,-1],[-1,-8],[1,-1],[2,9],[2,0],[-1,-9],[1,0],[2,9],[2,-1],[-1,-9],[1,0],[2,9],[2,0],[-2,-9],[2,0],[2,8],[2,0],[-2,-9],[2,0],[2,9],[2,-1],[-2,-8],[2,-1],[2,9],[1,0],[-1,-9],[2,-1],[1,9],[2,0],[-1,-9],[2,0],[1,9],[2,-1],[-2,-8],[3,-1],[1,9],[2,0],[-2,-9],[2,0],[2,8],[2,0],[-2,-9],[2,0],[2,9],[2,-1],[-2,-8],[2,-1],[2,9],[2,0],[-2,-9],[2,-1],[2,9],[2,0],[-2,-9],[2,0],[1,9],[2,-1],[-1,-9],[2,0],[1,9],[2,0],[-1,-9],[2,0],[1,8],[2,0],[-1,-9],[2,0],[2,9],[1,-1],[-1,-8],[2,-1],[1,9],[2,0],[-1,-9],[2,0],[1,8],[2,0],[-2,-9],[2,0],[2,9],[2,-1],[-1,-8],[1,-1],[2,9],[2,0],[-2,-18],[-2,0],[1,7],[-2,0],[-1,-7],[-1,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,7],[-2,1],[-1,-8],[-1,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,7],[-2,1],[0,-7],[-2,0],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-1,0],[-1,-7],[-2,0],[1,7],[-2,0],[-1,-7],[-2,1],[1,7],[-1,0],[-1,-7],[-2,0],[1,7],[-2,1],[-1,-8],[-1,1],[1,7],[-3,0],[-1,-7],[-1,0],[1,8],[-2,0],[-1,-7],[-2,0],[1,7],[-1,0],[-1,-7],[-2,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,7],[-1,1],[-1,-8],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-8],[-2,1],[1,7],[-1,0],[-1,-7],[-2,0],[1,8],[-2,0],[-1,-7],[-1,0],[1,7],[-2,0],[-1,-7],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[1,7],[-2,0],[-1,-7],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-7],[-2,0],[1,7],[-2,0],[-1,-7],[-1,0],[1,8],[-2,0],[-1,-7],[-2,0],[1,7],[-2,0],[-1,-7],[-1,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,7],[-1,1],[-2,-8],[-1,1],[1,7],[-2,0],[-1,-7],[-1,0],[0,5],[-2,2],[-8,2],[17,-39],[6,4],[-3,2],[-3,0],[1,9],[2,0],[-1,-7],[2,-1],[1,7],[1,0],[-1,-7],[2,0],[1,7],[2,-1],[-1,-6],[2,-1],[1,7],[1,0],[-1,-7],[2,0],[1,7],[2,-1],[-1,-7],[1,0],[1,7],[2,0],[-1,-7],[2,-1],[1,7],[1,0],[-1,-7],[2,0],[1,7],[2,0],[-1,-7],[2,-1],[1,7],[1,0],[-1,-7],[2,0],[1,7],[2,-1],[-1,-7],[1,0],[1,7],[2,0],[-1,-7],[2,-1],[1,7],[2,0],[-1,-7],[2,0],[1,7],[1,-1],[-1,-7],[2,0],[1,7],[2,0],[-1,-7],[2,0],[1,7],[1,-1],[-1,-7],[2,0],[1,7],[1,0],[-1,-7],[2,-1],[1,7],[2,0],[-1,-7],[2,0],[1,7],[1,0],[-1,-7],[2,-1],[1,7],[2,0],[-1,-7],[2,0],[0,7],[2,-1],[-1,-7],[2,0],[1,7],[2,0],[-1,-7],[2,-1],[0,7],[2,0],[-1,-7],[2,0],[1,7],[2,0],[-1,-7],[1,-1],[1,7],[2,0],[-1,-7],[2,0],[1,7],[2,-1],[-1,-7],[1,0],[1,7],[2,0],[-1,-7],[2,0],[1,7],[2,-1],[-1,-7],[1,0],[1,7],[2,0],[-1,-7],[2,-1],[1,7],[2,0],[-2,-7],[2,0],[1,7],[2,-1],[-1,-6],[2,-1],[0,7],[2,0],[-1,-7],[2,0],[1,7],[2,-1],[-2,-7],[4,-1],[-1,-9],[-2,0],[1,8],[-2,0],[-1,-7],[-2,0],[1,7],[-1,1],[-1,-8],[-2,0],[1,8],[-2,0],[-1,-7],[-2,0],[1,7],[-2,1],[-1,-8],[-1,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-1,0],[-1,-7],[-2,0],[1,7],[-2,0],[-1,-7],[-1,0],[1,8],[-2,0],[-1,-7],[-2,0],[1,7],[-2,1],[-1,-8],[-1,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-2,0],[-1,-7],[-1,0],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-1,0],[-1,-7],[-2,0],[1,7],[-2,1],[-1,-8],[-2,1],[1,7],[-1,0],[-1,-7],[-2,0],[1,7],[-2,1],[-1,-7],[-1,0],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-2,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-8],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-7],[-2,0],[1,7],[-2,0],[-1,-7],[-1,0],[1,8],[-2,0],[-1,-7],[-2,0],[1,7],[-2,1],[-1,-8],[-1,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-2,0],[0,-8],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[1,8],[-3,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-8],[-1,1],[0,5],[-8,-3],[1,-3],[7,-21],[4,-2],[4,-1],[2,9],[1,0],[-1,-7],[2,-1],[1,7],[1,0],[-1,-7],[2,0],[1,7],[2,0],[-1,-7],[2,-1],[1,7],[1,0],[-1,-7],[2,0],[1,7],[2,-1],[-1,-7],[1,0],[2,7],[1,0],[-1,-7],[2,-1],[1,7],[2,0],[-1,-7],[1,0],[1,7],[2,0],[-1,-7],[2,-1],[1,7],[2,0],[-2,-7],[2,0],[2,7],[1,-1],[-1,-7],[2,0],[1,7],[2,0],[-1,-7],[1,-1],[1,7],[2,0],[-1,-7],[2,0],[1,7],[1,0],[-1,-7],[2,-1],[1,7],[2,0],[-1,-7],[2,0],[1,7],[1,-1],[-1,-7],[2,0],[1,7],[2,0],[-2,-7],[2,0],[1,7],[2,-1],[-1,-7],[2,0],[1,7],[1,0],[-1,-7],[2,-1],[1,7],[2,0],[-1,-7],[2,0],[1,7],[2,-1],[-2,-7],[2,0],[1,7],[2,0],[-1,-7],[2,0],[1,7],[1,-1],[-1,-7],[2,0],[1,7],[2,0],[-1,-7],[2,-1],[1,7],[2,0],[-2,-7],[2,0],[1,7],[2,-1],[-1,-7],[2,0],[1,7],[1,0],[-1,-7],[2,0],[1,6],[2,0],[-1,-7],[1,0],[1,7],[2,0],[-1,-7],[2,-1],[1,7],[2,0],[-1,-7],[1,0],[1,7],[2,0],[-1,-8],[4,-1],[-2,-9],[-2,1],[2,7],[-3,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-8],[-2,1],[2,7],[-3,0],[-1,-7],[-1,0],[1,8],[-2,0],[-1,-7],[-2,0],[2,7],[-2,0],[-1,-7],[-2,0],[1,8],[-2,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-8],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[1,8],[-2,0],[-1,-7],[-2,0],[1,7],[-2,0],[-1,-7],[-2,0],[2,8],[-2,0],[-1,-7],[-2,0],[1,7],[-2,1],[-1,-8],[-1,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-2,0],[-1,-8],[-2,1],[2,7],[-2,1],[-1,-8],[-2,0],[2,8],[-2,0],[-1,-7],[-2,0],[1,7],[-1,1],[-2,-8],[-1,1],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-1,0],[-2,-7],[-1,0],[1,7],[-2,0],[-1,-7],[-2,0],[1,8],[-1,0],[-2,-7],[-1,0],[1,7],[-2,1],[-1,-8],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-7],[-2,0],[1,7],[-1,0],[-2,-7],[-1,0],[1,8],[-2,0],[-1,-7],[-1,0],[1,7],[-2,1],[-1,-8],[-2,1],[1,7],[-2,0],[-1,-7],[-1,0],[0,5],[-2,2],[-6,1],[0,-1],[0,-3],[11,-22],[4,-2],[3,6],[2,-1],[-3,-6],[2,-1],[3,6],[1,-1],[-2,-6],[2,0],[2,6],[2,0],[-3,-7],[2,-1],[2,7],[2,0],[-3,-7],[2,-1],[3,7],[1,0],[-2,-7],[1,-1],[3,7],[1,-1],[-2,-7],[2,0],[2,8],[2,-1],[-3,-8],[2,0],[3,7],[1,0],[-2,-8],[2,-1],[3,8],[2,-1],[-3,-8],[1,0],[4,8],[1,0],[-3,-9],[3,-1],[3,9],[2,-1],[-4,-9],[3,-1],[3,9],[2,-1],[-3,-8],[2,-1],[4,8],[2,0],[-4,-9],[3,-1],[3,9],[2,0],[-4,-9],[3,-2],[4,10],[2,-1],[-4,-9],[3,-1],[3,9],[2,-1],[-3,-9],[2,-1],[4,9],[1,0],[-4,-12],[1,-4],[5,-3],[2,1],[6,15],[2,-1],[-5,-12],[-1,-5],[7,-4],[2,1],[6,17],[3,-1],[-7,-19],[4,-2],[7,20],[2,0],[-5,-16],[13,4],[-3,10],[6,2],[7,-23],[-3,0],[1,-3],[4,-3],[1,-2],[-2,-7],[3,-2],[5,12],[45,-19],[-11,175],[2,2],[39,4],[2,-1],[1,-1],[0,-2],[14,-230],[37,-23],[58,160],[2,1],[1,0],[2,-4],[25,-5],[1,-1],[0,-3],[-51,-140],[48,-31],[76,115],[2,1],[1,-1],[22,-14],[1,-2],[0,-3],[-68,-105],[39,-36],[118,130],[2,0],[32,-30],[-12,-100],[-24,-198],[8,-11],[23,3],[122,92],[2,-1],[-3,-5],[22,-21],[-1,-1],[-1,-1],[-109,-82],[23,-34],[113,81],[2,0],[18,-26],[-1,-2],[-133,-95],[-6,-9],[20,-28],[6,1],[7,3],[3,1],[129,92],[2,-1],[59,-85],[-1,-3],[-141,-100],[25,-36],[141,100],[2,0],[19,-25],[-1,-2],[-132,-95],[-4,-5],[-3,-4],[17,-24],[1,1],[4,-5],[3,-4],[18,13],[4,2],[-3,-4],[-19,-15],[32,-45],[3,1],[2,-2],[3,2],[2,0],[1,-1],[54,40],[2,5],[7,5],[5,0],[65,47],[-1,1],[1,4],[-2,3],[4,3],[6,-2],[6,-7],[0,-6],[-4,-3],[-2,2],[-4,0],[-1,1],[-65,-47],[-1,-5],[-6,-5],[-6,0],[-31,-22],[-24,-19],[1,-2],[0,-1],[-3,-2],[2,-3],[-3,-2],[5,-7],[2,2],[7,-10],[-3,-1],[34,-47],[8,2],[6,2],[6,3],[108,79],[2,0],[16,-23],[-1,-1],[-119,-88],[-3,-6],[5,-6],[7,0],[11,8],[9,-12],[-12,-9],[-2,-7],[2,-2],[10,0],[11,8],[-2,3],[106,80],[1,-1],[17,-22],[0,-1],[-1,-2],[-6,-3],[-25,-19],[-12,-13],[-15,-16],[-43,-33],[1,-1],[-18,-13],[8,-11],[73,55],[-2,3],[24,17],[5,-7],[-24,-17],[-1,2],[-40,-30],[12,-17],[5,3],[7,-9],[-9,-6],[18,-24],[5,3],[8,-11],[-6,-4],[14,-18],[4,3],[12,-17],[-3,-2],[4,-6],[89,52],[25,-34],[-77,-77],[9,-13],[21,15],[18,-24],[-11,-8],[2,-3],[-10,-6],[10,-14],[4,3],[4,-6],[-3,-2],[3,-4],[-20,-15]]],"transform":{"scale":[0.000015815181590713905,0.000012430843125739455],"translate":[-122.51494800050521,37.708130999114886]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment