Skip to content

Instantly share code, notes, and snippets.

@mbostock
Last active February 9, 2016 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mbostock/5349951 to your computer and use it in GitHub Desktop.
Save mbostock/5349951 to your computer and use it in GitHub Desktop.
Ohio State Plane (N)
license: gpl-3.0
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.county {
fill: #eee;
}
.county:hover {
fill: orange;
}
.county-border {
fill: none;
stroke: #777;
pointer-events: none;
}
</style>
<body>
<script src="//d3js.org/d3.v3.min.js"></script>
<script src="//d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 1200;
var projection = d3.geo.conicConformal()
.parallels([40 + 26 / 60, 41 + 42 / 60])
.rotate([82 + 30 / 60, -39 - 40 / 60])
.translate([width / 2, height / 2]);
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("oh-counties.json", function(error, oh) {
if (error) throw error;
var counties = topojson.feature(oh, oh.objects.counties);
projection
.scale(1)
.translate([0, 0]);
var b = path.bounds(counties),
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);
svg.selectAll("path")
.data(counties.features.filter(function(d) { return d.id % 1000; }))
.enter().append("path")
.attr("class", "county")
.attr("d", path)
.append("title")
.text(function(d) { return d.properties.name; });
svg.append("path")
.datum(topojson.mesh(oh, oh.objects.counties, function(a, b) { return a !== b; }))
.attr("class", "county-border")
.attr("d", path);
});
d3.select(self.frameElement).style("height", height + "px");
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.00043068510351034503,0.000392119560056012],"translate":[-84.82028842799986,38.40350870700007]},"objects":{"counties":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","arcs":[[[0]],[[1]],[[2,3,4,5,6,7,8,9,10,11,12],[13],[14],[15],[16],[17],[18],[19],[20],[21]]],"id":"39000","properties":{"name":"OH"}},{"type":"Polygon","arcs":[[22,23,24,-13,25]],"id":"39007","properties":{"name":"Ashtabula County"}},{"type":"Polygon","arcs":[[26,27,-3,-25]],"id":"39085","properties":{"name":"Lake County"}},{"type":"MultiPolygon","arcs":[[[-18]],[[28,29,30,31,32,33,34,35,36,-11]],[[-17]]],"id":"39095","properties":{"name":"Lucas County"}},{"type":"MultiPolygon","arcs":[[[-21]],[[-10,37,-8,38,39,-29]],[[-19]],[[-15]],[[-14]],[[-16]]],"id":"39123","properties":{"name":"Ottawa County"}},{"type":"Polygon","arcs":[[40,41,42,-32]],"id":"39051","properties":{"name":"Fulton County"}},{"type":"Polygon","arcs":[[43,44,45,-27,-24]],"id":"39055","properties":{"name":"Geauga County"}},{"type":"Polygon","arcs":[[46,47,48,-42]],"id":"39171","properties":{"name":"Williams County"}},{"type":"Polygon","arcs":[[-46,49,50,51,52,-4,-28]],"id":"39035","properties":{"name":"Cuyahoga County"}},{"type":"MultiPolygon","arcs":[[[53,54,55,-6]],[[-20]]],"id":"39043","properties":{"name":"Erie County"}},{"type":"Polygon","arcs":[[-40,56,57,58,59,-30]],"id":"39173","properties":{"name":"Wood County"}},{"type":"Polygon","arcs":[[-53,60,61,62,-54,-5]],"id":"39093","properties":{"name":"Lorain County"}},{"type":"Polygon","arcs":[[63,64,65,-44,-23]],"id":"39155","properties":{"name":"Trumbull County"}},{"type":"MultiPolygon","arcs":[[[-22]],[[-38,-9]],[[-7,-56,66,67,-57,-39]]],"id":"39143","properties":{"name":"Sandusky County"}},{"type":"Polygon","arcs":[[-31,-60,68,69,-47,-41]],"id":"39069","properties":{"name":"Henry County"}},{"type":"Polygon","arcs":[[70,71,72,-48,-70]],"id":"39039","properties":{"name":"Defiance County"}},{"type":"Polygon","arcs":[[73,74,75,76,-51]],"id":"39153","properties":{"name":"Summit County"}},{"type":"Polygon","arcs":[[-66,77,78,-74,-50,-45]],"id":"39133","properties":{"name":"Portage County"}},{"type":"Polygon","arcs":[[-63,79,80,81,82,-67,-55]],"id":"39077","properties":{"name":"Huron County"}},{"type":"Polygon","arcs":[[-77,83,84,-61,-52]],"id":"39103","properties":{"name":"Medina County"}},{"type":"Polygon","arcs":[[-83,85,86,87,-58,-68]],"id":"39147","properties":{"name":"Seneca County"}},{"type":"Polygon","arcs":[[88,89,90,-72]],"id":"39125","properties":{"name":"Paulding County"}},{"type":"Polygon","arcs":[[-88,91,92,93,94,-59]],"id":"39063","properties":{"name":"Hancock County"}},{"type":"Polygon","arcs":[[-95,95,96,-89,-71,-69]],"id":"39137","properties":{"name":"Putnam County"}},{"type":"Polygon","arcs":[[97,98,99,-78,-65]],"id":"39099","properties":{"name":"Mahoning County"}},{"type":"Polygon","arcs":[[-85,100,101,102,103,-80,-62]],"id":"39005","properties":{"name":"Ashland County"}},{"type":"Polygon","arcs":[[104,105,106,107,-86,-82]],"id":"39033","properties":{"name":"Crawford County"}},{"type":"Polygon","arcs":[[-104,108,109,-105,-81]],"id":"39139","properties":{"name":"Richland County"}},{"type":"Polygon","arcs":[[-108,110,111,-92,-87]],"id":"39175","properties":{"name":"Wyandot County"}},{"type":"Polygon","arcs":[[-76,112,113,-101,-84]],"id":"39169","properties":{"name":"Wayne County"}},{"type":"Polygon","arcs":[[-97,114,115,116,117,-90]],"id":"39161","properties":{"name":"Van Wert County"}},{"type":"Polygon","arcs":[[-100,118,119,120,121,-113,-75,-79]],"id":"39151","properties":{"name":"Stark County"}},{"type":"Polygon","arcs":[[122,123,124,-119,-99]],"id":"39029","properties":{"name":"Columbiana County"}},{"type":"Polygon","arcs":[[-94,125,126,-115,-96]],"id":"39003","properties":{"name":"Allen County"}},{"type":"Polygon","arcs":[[-112,127,128,129,130,-126,-93]],"id":"39065","properties":{"name":"Hardin County"}},{"type":"Polygon","arcs":[[-125,131,132,133,-120]],"id":"39019","properties":{"name":"Carroll County"}},{"type":"Polygon","arcs":[[134,135,136,137,-117]],"id":"39107","properties":{"name":"Mercer County"}},{"type":"Polygon","arcs":[[-110,138,139,140,-106]],"id":"39117","properties":{"name":"Morrow County"}},{"type":"Polygon","arcs":[[-141,141,142,-128,-111,-107]],"id":"39101","properties":{"name":"Marion County"}},{"type":"Polygon","arcs":[[-131,143,144,-135,-116,-127]],"id":"39011","properties":{"name":"Auglaize County"}},{"type":"Polygon","arcs":[[-122,145,146,147,-102,-114]],"id":"39075","properties":{"name":"Holmes County"}},{"type":"Polygon","arcs":[[-134,148,149,150,-146,-121]],"id":"39157","properties":{"name":"Tuscarawas County"}},{"type":"Polygon","arcs":[[151,152,153,-132,-124]],"id":"39081","properties":{"name":"Jefferson County"}},{"type":"Polygon","arcs":[[154,155,156,-139,-109,-103,-148]],"id":"39083","properties":{"name":"Knox County"}},{"type":"Polygon","arcs":[[-130,157,158,159,-144]],"id":"39091","properties":{"name":"Logan County"}},{"type":"Polygon","arcs":[[160,161,162,-158,-129,-143,163]],"id":"39159","properties":{"name":"Union County"}},{"type":"Polygon","arcs":[[-160,164,165,166,-136,-145]],"id":"39149","properties":{"name":"Shelby County"}},{"type":"Polygon","arcs":[[-151,167,168,169,-155,-147]],"id":"39031","properties":{"name":"Coshocton County"}},{"type":"Polygon","arcs":[[-157,170,171,-164,-142,-140]],"id":"39041","properties":{"name":"Delaware County"}},{"type":"Polygon","arcs":[[-154,172,173,-149,-133]],"id":"39067","properties":{"name":"Harrison County"}},{"type":"Polygon","arcs":[[-167,174,175,176,177,-137]],"id":"39037","properties":{"name":"Darke County"}},{"type":"Polygon","arcs":[[-170,178,179,180,181,-171,-156]],"id":"39089","properties":{"name":"Licking County"}},{"type":"Polygon","arcs":[[-163,182,183,184,-165,-159]],"id":"39021","properties":{"name":"Champaign County"}},{"type":"Polygon","arcs":[[185,186,-168,-150,-174,187]],"id":"39059","properties":{"name":"Guernsey County"}},{"type":"Polygon","arcs":[[-185,188,189,-175,-166]],"id":"39109","properties":{"name":"Miami County"}},{"type":"Polygon","arcs":[[-153,190,191,192,-188,-173]],"id":"39013","properties":{"name":"Belmont County"}},{"type":"Polygon","arcs":[[-187,193,194,195,-179,-169]],"id":"39119","properties":{"name":"Muskingum County"}},{"type":"Polygon","arcs":[[-182,196,197,198,-161,-172]],"id":"39049","properties":{"name":"Franklin County"}},{"type":"Polygon","arcs":[[199,200,201,202,-183,-162,-199]],"id":"39097","properties":{"name":"Madison County"}},{"type":"Polygon","arcs":[[-203,203,204,-189,-184]],"id":"39023","properties":{"name":"Clark County"}},{"type":"Polygon","arcs":[[-193,205,206,207,-194,-186]],"id":"39121","properties":{"name":"Noble County"}},{"type":"Polygon","arcs":[[-181,208,209,210,-197]],"id":"39045","properties":{"name":"Fairfield County"}},{"type":"Polygon","arcs":[[211,212,213,-209,-180,-196]],"id":"39127","properties":{"name":"Perry County"}},{"type":"Polygon","arcs":[[-205,214,215,216,217,-176,-190]],"id":"39113","properties":{"name":"Montgomery County"}},{"type":"Polygon","arcs":[[-218,218,219,-177]],"id":"39135","properties":{"name":"Preble County"}},{"type":"Polygon","arcs":[[220,221,-206,-192]],"id":"39111","properties":{"name":"Monroe County"}},{"type":"Polygon","arcs":[[-202,222,223,224,-215,-204]],"id":"39057","properties":{"name":"Greene County"}},{"type":"Polygon","arcs":[[-211,225,226,227,-200,-198]],"id":"39129","properties":{"name":"Pickaway County"}},{"type":"Polygon","arcs":[[-208,228,229,-212,-195]],"id":"39115","properties":{"name":"Morgan County"}},{"type":"Polygon","arcs":[[-228,230,231,232,-223,-201]],"id":"39047","properties":{"name":"Fayette County"}},{"type":"Polygon","arcs":[[233,234,235,-226,-210,-214]],"id":"39073","properties":{"name":"Hocking County"}},{"type":"Polygon","arcs":[[-222,236,237,-229,-207]],"id":"39167","properties":{"name":"Washington County"}},{"type":"Polygon","arcs":[[238,239,240,-219,-217]],"id":"39017","properties":{"name":"Butler County"}},{"type":"Polygon","arcs":[[-225,241,242,243,-239,-216]],"id":"39165","properties":{"name":"Warren County"}},{"type":"Polygon","arcs":[[244,245,-242,-224,-233,246]],"id":"39027","properties":{"name":"Clinton County"}},{"type":"Polygon","arcs":[[-238,247,248,249,-234,-213,-230]],"id":"39009","properties":{"name":"Athens County"}},{"type":"Polygon","arcs":[[-236,250,251,252,253,-231,-227]],"id":"39141","properties":{"name":"Ross County"}},{"type":"Polygon","arcs":[[-250,254,255,256,-251,-235]],"id":"39163","properties":{"name":"Vinton County"}},{"type":"Polygon","arcs":[[-254,257,258,259,-247,-232]],"id":"39071","properties":{"name":"Highland County"}},{"type":"Polygon","arcs":[[-244,260,261,-240]],"id":"39061","properties":{"name":"Hamilton County"}},{"type":"Polygon","arcs":[[262,-261,-243,-246,263]],"id":"39025","properties":{"name":"Clermont County"}},{"type":"Polygon","arcs":[[264,265,-264,-245,-260]],"id":"39015","properties":{"name":"Brown County"}},{"type":"Polygon","arcs":[[266,267,268,269,-252,-257]],"id":"39079","properties":{"name":"Jackson County"}},{"type":"Polygon","arcs":[[270,-255,-249,271]],"id":"39105","properties":{"name":"Meigs County"}},{"type":"Polygon","arcs":[[272,273,-258,-253,-270]],"id":"39131","properties":{"name":"Pike County"}},{"type":"Polygon","arcs":[[274,275,-265,-259,-274]],"id":"39001","properties":{"name":"Adams County"}},{"type":"Polygon","arcs":[[276,277,-267,-256,-271]],"id":"39053","properties":{"name":"Gallia County"}},{"type":"Polygon","arcs":[[-269,278,279,-275,-273]],"id":"39145","properties":{"name":"Scioto County"}},{"type":"Polygon","arcs":[[280,-279,-268,-278]],"id":"39087","properties":{"name":"Lawrence County"}}]},"states":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","arcs":[[[-22]],[[-21]],[[-20]],[[-19]],[[-15]],[[-14]],[[-18]],[[-16]],[[-17]],[[63,97,122,151,190,220,236,247,271,276,280,279,275,265,262,261,240,219,177,137,117,90,72,48,42,32,33,34,35,36,-11,-10,-9,-8,-7,-6,-5,-4,-3,-13,25]]],"id":"39","properties":{"name":"Ohio"}}]}},"arcs":[[[3093,8478],[1,3],[0,1],[1,1],[4,0],[1,2],[2,2],[0,1],[1,0],[3,1],[4,0],[0,-2],[-1,-3],[-2,0],[-1,0],[-2,0],[-1,0],[-1,-2],[-1,-1],[-3,-3],[-1,1],[-1,1],[-3,-2]],[[3075,8432],[-7,1],[1,1],[4,3],[5,2],[6,2],[5,2],[5,5],[3,5],[3,5],[1,3],[1,2],[2,2],[3,6],[6,1],[7,2],[8,5],[1,1],[3,3],[4,7],[13,0],[-1,-1],[-3,-2],[-2,-2],[1,-5],[-3,-5],[-1,-1],[-3,-3],[-2,-1],[-3,-1],[-6,-2],[-6,0],[-7,-2],[-6,-6],[-2,-8],[-2,-5],[-1,-3],[-4,-3],[-2,-2],[-5,-1],[-3,0],[-1,0],[-3,-1],[-4,-3],[-3,-1],[-2,0]],[[8864,8798],[-3,-1],[-3,-3],[-2,-1],[-3,-3],[-3,-2],[-1,-1],[-2,0],[-19,-8],[-2,-1],[-5,-2],[-17,-5],[-2,0],[-5,-1],[-2,0],[-1,0],[-3,0],[-6,-1],[-4,-3],[-1,0],[-1,-1],[-3,-1],[-3,-2],[-4,0],[-2,-1],[-1,0],[-5,0],[-10,-5],[-4,-3],[-2,-1],[-6,-4],[-3,-1],[-6,-2],[-9,-2],[-1,0],[-7,-2],[-4,0],[-8,-4],[-14,-5],[-12,-6],[-1,0],[-9,-4],[-2,0],[-8,-1],[-4,-1],[-2,-1],[-10,-2],[-7,-4],[-9,-4],[-7,-2],[-6,0],[-5,-1],[-5,-3],[-5,-3],[-2,0],[-3,-2],[-4,-1],[-3,0],[-4,-2],[-8,-3],[-6,-4],[-10,-6],[-5,-2],[-2,-1],[-2,-1],[-5,-2],[-3,-1],[-8,-2],[-5,-3],[-1,0],[-1,-1],[-5,-3],[-5,-3],[-2,-1],[-3,-2],[-2,-1],[-9,-4],[-7,-3],[-4,-2],[-3,-2],[-7,-4],[-3,-2],[-1,-1],[-7,-3],[-6,-3],[-7,-4],[-5,-2],[-6,-1],[-7,-2],[-7,-3],[-8,-4],[-5,-3],[-4,-3],[-3,-1],[-6,-2],[0,-1],[-6,-3],[-2,-1],[-4,-2],[-2,-1],[-3,-1],[-4,-3],[-1,0],[-1,0],[-5,-3],[-3,-2],[0,-1],[-1,0],[-2,-1],[-4,-2],[-1,0],[-1,-1],[-1,0],[-2,-1],[-3,-2],[-6,-3],[-2,-1],[-2,0],[-2,-1],[-1,0],[-3,-1],[-4,0],[-10,-4],[-13,-4],[-11,-5],[-7,-3],[-1,0],[-1,0],[-12,-2],[-8,-2],[-5,-1],[-2,0],[-7,-2],[-4,0],[-9,-1],[-7,2],[-4,0],[-3,1],[-8,1],[-3,2],[-2,1],[-2,2],[-1,0],[-2,2],[-1,1],[-1,0],[-7,-7],[-4,-4],[-4,-5],[-7,-3],[-2,-1],[-2,0],[-5,-3],[-3,-2],[-1,-1],[-6,-5],[-34,-15],[-1,-1],[-6,-2],[0,-1],[-4,-1],[-5,-2],[-6,-3],[-5,-2],[-24,-15],[-9,-6],[-10,-7],[-5,-3],[-5,-2],[-3,0],[-1,-1],[-1,0],[-3,-2],[-2,-1],[-2,-1],[-6,-5],[-5,-2],[-5,-2],[-6,-3],[-54,-34],[-5,-3],[-3,-2],[-40,-27],[-16,-13],[-4,-4],[-23,-15],[-5,-2],[-10,-10],[-2,-5],[-4,1],[-1,1],[-1,0],[-5,-3],[-5,-4],[-1,-2],[-8,-7],[-1,-1],[-3,-5],[-4,-4],[0,-1],[-7,-7],[-5,-6],[-5,-5],[-2,-2],[-3,-2],[-4,-5],[-5,-6],[-8,-9],[-3,-2],[-2,-2],[-5,-4],[-4,-4],[-2,-1],[-11,-11],[-1,-1],[-11,-9],[-3,-3],[-3,-3],[-3,-2],[-4,-3]],[[7736,8232],[-1,0],[-7,-5],[-8,-6],[-4,-3],[-3,-2],[-2,-2],[-2,-2],[-10,-2],[-11,-5],[-10,-5],[-6,-2],[-3,-1],[-3,0],[-14,-4],[-6,-2],[-6,-2],[-4,-4],[-5,-4],[-4,-3],[-2,-2],[-14,-11],[-4,-4],[-13,-11],[-3,-3],[-7,-6],[-3,-3],[-4,-5],[-1,0],[-2,-2],[-8,-8],[-4,-3],[-3,-2],[-1,-1],[-4,-4],[-7,-6],[-4,-4],[-7,-6],[-11,-7],[-1,-1],[-1,-2],[-1,-2],[-4,0],[-2,0],[0,1],[-4,1],[0,-1],[0,-1],[-1,-2],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[2,-2],[-3,-3],[0,1],[-1,0],[-2,1],[-2,-3],[1,-1],[2,-1],[-4,-5],[1,-2],[1,0],[-22,-19],[-9,-5],[-10,-7],[-2,-1],[-6,-4],[-3,-2],[-6,-4],[-4,-2],[-6,-5],[-4,-3],[-2,-1],[-5,-3],[-2,-1],[-3,-1],[-2,-3],[-2,2],[-4,3],[-1,0],[-3,5],[-4,0],[-3,-3],[-7,-9],[3,-2],[4,0],[1,-2],[-3,-2],[-1,-1],[-3,0],[-7,-3],[-2,-3],[-2,-2],[-13,-6],[-12,-7],[-2,-1],[-3,-1],[-1,-1],[0,-1],[-1,-2],[0,-2],[-8,-3],[-5,-2],[-1,-1],[-2,-1],[-3,-1],[0,-4],[-2,-1],[-7,-3],[0,2],[0,3],[0,1],[13,9],[-6,6],[0,1],[-9,-6],[-13,-7],[-4,-3],[1,-1],[0,-1],[-2,-1],[-1,-1],[-2,-1],[1,-1],[0,-1],[1,-2],[-5,-3],[-7,-3],[-6,-2],[-11,-5],[-1,-2],[-4,-2],[-2,-1],[-3,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[2,0],[3,-5],[-1,0],[-6,-1],[-2,0],[-4,0],[-7,-5],[-8,-5],[-4,-1],[-4,-1],[-6,-4],[-2,-1],[-1,-4],[-14,-10],[-3,-1],[-2,0],[-4,1],[-14,-9],[-9,-7],[-4,-2],[-1,1],[-3,3],[-12,-4],[0,-2],[0,-1],[-1,-2],[-9,-4],[-3,-1],[-17,4],[-4,1],[-5,1],[-6,1],[-4,0],[-6,2],[-2,1],[-1,1],[-2,1],[-1,0],[-1,1],[-1,-1],[-2,0],[-4,0],[-1,0],[-4,1],[-9,3],[-10,2],[-1,0],[-4,3],[-2,2],[-5,0],[-4,-1],[-8,0],[-6,-1],[-3,1],[-3,2],[0,1],[0,1],[-7,1],[0,-1],[-6,-3],[-1,0],[-1,0],[-1,-2],[-11,0],[-3,1],[-5,-1],[-24,-3],[-20,-7],[-4,0],[-5,-1],[-5,-2],[-5,0],[-1,0],[-5,-1],[-2,0],[-2,-2],[-14,-4],[-11,-6],[-19,-3],[-6,-1],[-12,-1],[-2,0],[-3,0],[-6,0],[-3,0],[-5,0],[-3,1],[-2,0],[-12,3],[-6,0],[-2,0],[-3,1],[-9,1],[-4,1],[-4,1],[-4,1],[-4,0],[-1,-1],[-8,2],[-11,3],[-22,3],[-13,1],[-6,0],[-12,1],[-3,1],[-14,2],[-2,1],[-1,0],[-1,0],[-2,-1],[-16,5],[-19,8],[-7,7],[-7,5],[-4,3],[-3,0],[-3,1],[-4,4],[-2,1]],[[6622,7909],[-13,7],[-3,1],[-3,1],[-13,4],[-3,1],[-7,3],[-5,3],[-8,0],[-3,2],[-6,2],[-6,-1],[-1,0],[-6,1],[-8,1],[-7,1],[-5,1],[-4,1],[-10,-3],[-3,-1],[-6,-2],[-10,-1],[-13,-4],[-6,-2],[-16,-5],[-6,-1],[-1,0],[-2,-1],[-1,0],[-7,-3],[-2,0],[-3,0],[-10,-2],[-2,-1],[-3,-1],[-5,-3],[-8,-2],[-5,-2],[-4,-1],[-3,-1],[-11,-3],[-1,0],[-7,-1],[-6,-2],[-11,-3],[-5,-2],[-6,-2],[-10,-2],[-8,-2],[-3,-1],[-2,0],[-7,-2],[-9,-2],[-5,-2],[-2,0],[-9,-3],[-8,-2],[-3,0],[-9,-2],[-19,-8],[-2,0],[-8,-3],[-20,-7],[-7,-2],[-14,-6],[-6,-2],[-7,-2],[-13,-4],[-15,-5],[-12,-3],[-2,2],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,1],[-1,-1],[3,-1],[2,-1],[-2,0],[0,-1],[-4,-1],[-3,-2],[-4,2],[-2,1],[-3,2],[-2,0],[-1,-1],[-1,-1],[1,0],[3,-2],[-1,0],[-1,0],[-6,-1],[-2,0],[-1,0],[-2,1],[-4,-2],[0,-1],[-1,-1],[-1,-2],[-1,-5],[-1,0],[-1,-1],[0,-1],[-1,0],[-6,-5],[-7,-4],[-6,-3],[-11,-5],[-9,-4],[-4,-3],[-4,-2],[-2,-1],[-6,-3],[-9,-6],[-12,-8],[-6,-3],[-4,-3],[-13,-7],[-13,-7],[-2,-1],[-12,-6],[-10,-3],[-2,0],[-4,-1],[-2,-2],[-4,-4],[-21,-7],[-7,-2],[-4,-1],[-35,-3],[-8,-3],[-11,0],[-10,0],[-4,1],[-25,3],[-5,0],[-15,1],[-1,0],[-17,-1],[-20,1],[-27,-2],[-7,-7]],[[5740,7710],[-1,1],[-6,1],[-11,-1],[-3,0],[-2,0],[-8,0],[-2,2],[-3,1],[-1,-3],[0,-1],[-1,-2],[0,-1],[-9,-2],[-5,-4],[-1,0],[-4,-4],[-9,-3],[-4,-1],[-2,-1],[-3,-1],[-2,0],[-1,-1],[-4,-1],[-3,-1],[-8,-2],[-9,-3],[-1,0],[-5,-3],[-3,-2],[-3,-2],[-4,-2],[-1,-1],[-10,-5],[-10,-5],[-3,-2],[-2,-1],[-2,-1],[-6,-3],[-2,-1],[-3,-2],[-2,-1],[-1,0],[-2,-2],[-5,-2],[-5,-3],[-3,-3],[-4,-4],[-7,-1],[-3,-1],[-11,-4],[-7,-3],[-6,-5],[-4,1],[-3,-1],[-5,-2],[-1,0],[-1,0],[-6,-3],[-1,0],[0,-1],[-1,0],[-4,-1],[-3,-1],[-1,-1],[-1,0],[-4,-2],[-4,-2],[-6,-2],[-3,-2],[-2,-1],[-9,-2],[-10,-3],[-3,-2],[-4,-1],[-10,-2],[-5,-1],[-1,0],[-3,-1],[-4,0],[-4,0],[-7,-1],[-7,0],[-4,0],[-3,1],[-5,0],[-5,0],[-3,0],[-2,1],[-6,0],[-6,2],[-8,2],[-1,0],[-5,1],[-6,-2],[-1,0],[-6,6],[-5,1],[-8,3],[-2,1],[-4,2],[-5,2],[-1,0],[-2,0],[-4,0],[-2,3],[-3,2],[-5,2],[-3,2],[-5,3],[-7,4],[-7,4],[-4,2],[-5,4],[-1,1],[4,7],[6,7],[-7,2],[4,-2],[-3,-4],[-3,0],[-4,1],[-2,-1],[-2,0],[0,-1],[0,-3],[4,-5],[-6,-5],[-1,0],[-2,1],[-2,1],[-5,2],[-8,3],[-10,4],[-1,3],[-1,2],[-8,6],[-6,3],[-3,2],[-8,2],[-5,1],[-7,2],[-2,1],[-3,0],[-5,3],[-4,3],[-2,1],[-4,2],[-7,0],[-2,1],[-4,4],[-3,2],[-3,2],[-4,2],[0,1],[-6,5],[-1,-3],[-1,0],[-8,0],[-15,11],[-9,7],[-7,5],[1,5],[2,1],[1,0],[0,1],[-6,4],[-12,9],[-2,1],[-18,12],[-5,5],[-23,20],[-9,8],[-2,2],[-4,3],[-9,9],[-7,6],[-2,3],[-3,2],[-2,2],[-12,12],[-4,5],[-1,2],[-4,4],[-5,5],[-2,3],[-3,3],[-1,2],[-4,5],[-5,6],[-8,9],[0,2],[-2,2],[-1,2],[-1,1],[-4,7],[-3,-2],[-4,-1],[-5,-5],[-2,-2],[-1,-3],[0,-1],[-1,-5],[1,-3],[1,-2],[2,-2],[1,-1],[4,-2],[2,0],[2,0],[7,-2],[2,-2],[3,-2],[4,-7],[3,-3],[2,-2],[6,-8],[4,2],[2,0],[3,2],[8,-7],[2,-4],[1,-1],[3,-1],[3,-4],[2,-2],[0,-1],[1,-1],[0,-2],[-2,-2],[-1,-3],[1,-2],[1,-1],[0,1],[0,3],[3,0],[4,-1],[-2,-1],[-1,0],[0,-1],[0,-2],[6,2],[1,0],[2,-1],[1,0],[3,-4],[0,-1],[2,-3],[6,-3],[3,-4],[2,-1],[6,-4],[0,-3],[1,-2],[3,0],[7,-6],[16,-15],[1,-1],[8,-5],[8,-6],[17,-11],[2,-2],[1,-2],[-1,-4],[-1,-5],[5,-3],[2,-2],[1,0],[2,0],[4,-1],[5,-5],[4,-3],[9,-7],[2,-1],[-2,0],[-2,0],[-1,0],[-5,3],[-4,0],[-2,0],[-2,0],[-6,3],[-4,1],[-4,1],[-4,1],[-3,1],[-7,6],[-2,4],[-1,1],[-4,-1],[-4,2],[-5,2],[-8,2],[-1,-4],[0,-3],[-5,4],[-2,6],[-2,1],[-1,1],[-3,3],[-1,1],[-9,2],[-4,2],[-7,6],[-5,-2],[-3,2],[-5,-3],[-2,0],[-1,1],[-1,2],[-2,6],[-9,5],[-4,7],[-7,4],[-2,0],[-2,-2],[0,-2],[-1,-1],[1,-1],[1,0],[-4,0],[-4,2],[0,1],[-1,0],[-1,-1],[-4,-1],[-1,1],[-1,1],[2,2],[1,1],[6,1],[3,2],[7,3],[2,0],[4,1],[6,0],[3,1],[1,3],[2,2],[0,1],[1,2],[-1,1],[-3,3],[-3,4],[-6,0],[-5,-1],[-4,-1],[-1,-1],[-2,-3],[-1,0],[0,-1],[0,1],[-1,2],[-1,2],[-7,0],[-6,0],[-1,-1],[-2,-2],[-7,1],[-6,1],[-5,2],[-1,1],[-5,1],[-1,0],[-3,-2],[-10,8],[-1,3],[0,5],[-4,4],[-2,2],[-6,0],[-4,-4],[-7,0],[-3,-5],[-6,-2],[-3,0],[-8,-2],[-5,-1],[-2,-1],[-3,-1],[-4,-2],[-5,-6],[-1,-3],[-2,-1],[-2,-1],[-2,5],[-3,-1],[1,-6],[-6,-3],[-1,0],[-2,2],[-2,2],[-1,-4],[-2,3],[8,24],[-6,-2],[-3,-5],[-3,-8],[-1,-5],[-1,-2],[0,-4],[-1,-4],[-1,-1],[-2,1],[-3,2],[-3,2],[-5,-1],[-3,-1],[-2,0],[-6,-5],[-6,-3],[-1,0],[-5,-5],[-1,-1],[-4,0],[-4,0],[-4,1],[-6,0],[-3,1],[-1,0],[-5,1],[-8,3],[-9,6],[-11,6],[-7,5],[-2,2],[-5,4],[-4,7],[-4,5],[-4,3],[-1,-3],[-1,-2],[-5,0],[-3,0],[-2,1],[-1,4],[-1,1],[1,0],[1,0],[1,0],[0,5],[-1,1],[-3,3],[2,-7],[-2,-1],[-2,-1],[-5,3],[-3,2],[-2,1],[-5,4],[-2,0],[-4,0],[0,2],[0,2],[-5,7],[-1,2],[-2,2],[-1,2],[-5,6],[0,-1],[0,-2],[0,-1],[-1,-2],[-3,-4],[-2,-2],[-2,-1],[-2,0],[-4,0],[-8,-1],[-2,1],[-2,1],[-1,1],[-4,3],[-4,3],[-1,2],[-7,-3],[0,-2],[0,-3],[1,-5],[0,-7],[0,-2],[1,-2],[0,-4],[1,-7],[2,0],[2,1],[2,1],[2,-1],[1,0],[1,0],[1,-1],[-1,0],[-1,-1],[-5,0],[-2,0],[-2,-1],[0,-2],[-1,-2],[-2,-3],[-2,-2],[-3,-4],[-5,-3],[-4,-3],[-8,-4],[-8,-2],[-2,-1],[-4,0],[-5,-4],[-5,-5],[-3,-1],[-3,0],[-5,-4],[-4,-3],[-2,-1],[-1,0],[-4,-1],[-3,-1],[-5,0],[-6,-1],[-1,-1],[-8,1],[-5,-2],[-4,1],[-5,1],[-3,1],[-2,1],[-3,0],[5,-3],[2,-2],[-5,-4],[-12,-3],[-7,-1],[-3,1],[-2,1],[-3,-3],[-1,-2],[-5,-2],[-3,-1],[-5,0],[-4,-1],[-5,-4],[-7,-5]],[[4455,7719],[-1,0],[-4,-1],[-6,-6],[-8,-5],[-5,-2],[-4,-2],[-7,-2],[-2,-2],[-1,-1],[-5,-1],[-4,-2],[-5,-2],[-8,-1],[-7,1],[-2,0],[-6,1],[-3,0],[-2,0],[-3,0],[-3,0],[-1,0],[-2,0],[-3,0],[-5,2],[-8,3],[-9,4],[-6,5],[-4,3],[-2,3],[-4,5],[-5,6],[-4,6],[-6,6],[-1,2],[-3,4],[-1,6],[-2,2],[-3,4],[-1,1],[0,1],[-2,6],[-5,2],[-2,0],[-3,5],[-3,2],[-1,2],[-4,3],[-2,0],[-4,0],[-2,-3],[-1,-1],[-7,-2],[-1,0],[-2,1],[-3,0],[0,-4],[0,-5],[-4,-8],[-12,1],[-1,-1],[-2,-2],[0,-1],[-3,-4],[-4,-3],[-3,-2],[-1,-2],[-2,0],[-3,-1],[-2,-2],[-1,-1],[0,-8],[2,-1],[4,-4],[1,-2],[1,-2],[0,-1],[-3,-3],[-2,-3],[-3,2],[0,1],[-3,2],[-5,-3],[-1,-1],[-2,1],[-1,0],[-3,1],[-1,4],[0,5],[-3,7],[0,8],[0,3],[0,3],[3,3],[1,0],[-2,1],[-4,2],[-2,0],[-6,5],[-7,-2],[-4,5],[-4,1],[-2,0],[-3,3],[-3,3],[-2,1],[0,1],[-2,1],[-1,1],[1,1],[0,1],[3,3],[0,1],[-5,2],[-1,1],[-1,0],[-5,0],[-2,0],[-2,-1],[-5,-2],[0,-1],[-7,-4],[-3,1],[-2,1],[-4,-1],[-5,-3],[-2,-1],[-5,-1],[-4,-1],[-3,0],[-3,0],[-1,7],[-1,0],[-2,0],[-4,-2],[-1,0],[-3,-4],[-2,0],[-6,-1],[-6,6],[-5,4],[0,1],[-1,0],[0,2],[-1,1],[2,0],[1,0],[4,-4],[2,-1],[5,-6],[4,1],[3,0],[2,4],[0,4],[-4,6],[-6,1],[-2,1],[-3,1]],[[4082,7788],[-1,0],[-2,1],[-1,0],[-1,1],[0,2],[1,0],[2,1],[5,-3],[1,-1],[1,1],[2,1],[3,-1],[2,-1],[1,-1]],[[4095,7788],[7,-8],[-3,-3],[1,0],[0,-1],[2,0],[4,3],[4,5],[1,0],[1,0],[2,-1],[6,-1],[2,-3],[4,-3],[10,2],[1,1],[2,2],[3,5],[-3,1],[-3,1]],[[4136,7788],[-1,7],[1,1],[2,6],[0,2],[2,1],[1,0],[3,1],[2,0],[5,1],[7,-1],[2,1],[4,1],[5,-3],[3,-2],[3,-1],[2,-1],[5,1],[2,1],[3,0],[3,1],[6,2],[5,2],[2,1],[0,-1],[2,0],[11,-6],[5,0],[1,0],[2,-1],[4,-1],[3,-3],[1,0],[7,-3],[6,3],[1,1],[1,4],[4,4],[1,2],[2,1],[5,3],[5,2],[2,0],[3,-1],[4,3],[3,1],[1,-3],[1,-2],[1,1],[8,4],[1,1],[5,7],[6,10],[0,1],[1,2],[1,3],[1,2],[1,1],[3,5],[3,6],[1,1],[3,3],[6,5],[7,4],[9,-1],[4,-1],[10,-1],[3,0],[1,0],[4,-1],[4,0],[5,-1],[9,-1],[16,3],[3,0],[7,2],[2,0],[4,0],[4,0],[4,0],[6,0],[5,-1],[6,0],[2,1],[2,0],[4,0],[5,1],[7,-3],[1,0],[10,0],[5,2],[7,1],[3,0],[4,-1],[8,2],[1,-1],[3,0],[3,-1],[3,0],[2,1],[3,1],[3,1],[2,0],[5,1],[6,1],[9,4],[6,1],[8,4],[2,0],[1,1],[4,2],[3,1],[0,1],[1,4],[5,4],[10,1],[1,0],[2,1],[5,2],[9,2],[4,0],[2,-1],[1,0],[1,0],[5,-1],[3,-1],[1,-1],[1,-4],[0,-3],[1,-3],[1,1],[0,2],[0,1],[0,3],[3,0],[2,-3],[4,-6],[3,-1],[4,0],[7,-7],[6,-4],[1,-1],[3,3],[2,2],[2,2],[2,7],[0,1],[1,2],[2,5],[1,1],[0,1],[1,1],[3,5],[5,3],[10,5],[3,1],[1,0],[5,3],[18,-4],[7,2],[7,2],[2,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[10,-2],[6,1],[10,-1],[4,-3],[1,0],[1,-1],[5,-4],[4,0],[1,0],[1,0],[5,1],[2,0],[3,-1],[4,3],[9,6],[1,1],[4,4],[9,5],[3,1],[3,1],[1,1],[5,1],[2,1],[6,1],[5,-1],[5,-1],[3,0],[3,-1],[2,1],[4,0],[3,0],[1,-1],[1,-3],[8,-17],[-5,-1],[-9,-6],[-7,-4],[-2,-1],[-3,-4],[-1,-5],[-1,-3],[3,-9],[4,-3],[6,2],[6,3],[2,1],[5,4],[1,7],[3,9],[2,4],[2,4],[-3,1],[-1,0],[-1,1],[-5,11],[-1,5],[-2,4],[-1,2],[11,0],[4,1],[7,1],[1,-1],[2,-5],[7,-9],[-1,-7],[-1,-4],[-1,-3],[6,-4],[2,-4],[2,-1],[1,-1],[3,-14],[-3,-12],[3,-6],[2,2],[2,9],[-1,2],[1,3],[-1,9],[0,1],[-1,4],[0,1],[-1,9],[0,5],[-4,6],[-2,2],[-5,10],[-3,4],[-3,8],[-1,6],[8,8],[7,6],[2,4],[3,6],[2,5],[1,2],[-2,12],[5,8],[-7,4],[-4,6],[-7,4],[-6,1],[0,1],[-6,0],[-3,0],[-3,0],[-2,1],[-1,1],[-2,0],[-3,0],[-2,0],[-5,1],[-7,0],[-6,1],[-4,2],[-4,1],[-2,0],[-3,1],[-6,1],[-7,0],[-3,0],[-9,-1],[-2,-2],[-1,0],[-3,-1],[-3,-1],[-2,-1],[-7,-1],[-1,-1],[-1,0],[-9,-3],[-1,0],[-3,-3],[-5,-2],[-26,1],[-1,3],[-3,-3],[-1,-1],[-2,-3],[2,1],[2,0],[22,1],[0,-3],[-2,-1],[-3,-1],[6,-1],[-8,-2],[-8,-1],[-9,1],[-7,0],[-1,-3],[-9,-1],[-3,-1],[-4,-1],[-2,1],[0,1],[-1,0],[-5,-1],[-5,-1],[-1,4],[-4,-2],[-7,-2],[-5,0],[-1,1],[0,2],[-1,-3],[-7,-1],[0,-2],[0,-1],[-2,0],[-3,2],[0,1],[-2,-3],[-4,-1],[-3,-1],[-1,4],[0,3],[0,2],[-1,0],[-3,2],[4,4],[6,0],[0,5],[3,0],[5,4],[3,2],[3,2],[7,10],[2,6],[-4,4],[8,4],[5,-6],[7,-8],[3,-4],[1,0],[3,-4],[5,-5],[2,-1],[12,-7],[2,1],[1,0],[0,1],[2,2],[1,2],[1,2],[-8,2],[-11,8],[-3,2],[-1,0],[-7,10],[-3,5],[-4,6],[-5,2],[-3,7],[-3,3],[-1,1],[-2,2],[-3,3],[-4,5],[-4,3],[-1,1],[-6,-3],[0,-1],[0,-1],[-2,-3],[-3,-2],[0,-1],[-3,-5],[-2,0],[-4,-1],[-1,0],[-7,-2],[1,-3],[-2,-3],[-2,-2],[0,-1],[1,0],[1,-1],[-1,-1],[-2,-4],[-8,-4],[-8,-4],[0,-3],[2,-5],[4,0],[8,1],[5,0],[0,-7],[-5,-5],[-1,-1],[7,-1],[-2,-2],[-3,-5],[2,-1],[2,0],[2,0],[-3,-3],[-7,-1],[-2,-1],[-3,-1],[-5,-2],[2,3],[-1,2],[0,1],[-2,-3],[0,-3],[-4,-3],[-2,-1],[-1,3],[0,1],[-4,0],[-8,-4],[-12,-4],[-5,-2],[-9,-4],[-2,-2],[-7,-4],[-5,-2],[-2,0],[-2,-1],[-6,0],[-3,-1],[-2,0],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-3,1],[-5,1],[3,0],[4,4],[3,2],[5,2],[8,-1],[6,4],[1,0],[3,4],[3,2],[2,1],[1,1],[3,3],[3,1],[2,2],[3,3],[3,0],[2,1],[1,0],[8,0],[11,5],[2,1],[15,7],[4,1],[2,0],[1,0],[0,1],[-1,3],[-8,0],[0,1],[-1,8],[-1,1],[-1,1],[0,5],[-9,-1],[-1,0],[-2,-1],[-2,0],[-2,-1],[-1,0],[1,2],[1,3],[7,3],[1,0],[2,-1],[10,0],[6,6],[4,4],[-11,1],[2,2],[6,1],[3,0],[1,1],[3,3],[0,2],[0,1],[-3,0],[-4,1],[-1,3],[1,2],[3,2],[5,0],[1,0],[2,2],[0,1],[2,2],[-1,2],[1,4],[7,6],[3,2],[-2,1],[-1,1],[-5,6],[-2,6],[-7,8],[-2,3],[-2,4],[-8,9],[-4,8],[-10,1],[-16,-3],[-11,-4],[-7,-3],[-5,-2],[-2,-5],[-5,-4],[-1,-1],[-2,-3],[-3,-3],[2,-6],[1,-1],[1,-1],[4,-1],[1,-3],[2,-4],[-3,-6],[-1,-3],[2,-3],[1,-5],[5,-2],[0,1],[1,1],[0,2],[2,3],[1,2],[2,-3],[0,-2],[0,-2],[-1,-1],[-1,-3],[-1,-3],[0,-3],[0,-1],[-3,-2],[-2,-1],[-2,-4],[-2,-5],[0,-3],[0,-1],[-2,-5],[-1,-1],[1,-6],[1,-2],[-5,-2],[-2,-2],[-6,-6],[-2,-4],[-3,-4],[-2,-4],[-10,-10],[-5,-5],[-2,-1],[-5,-5],[-1,-1],[-2,-2],[-6,-4],[-5,-3],[-2,-1],[-4,-2],[-2,0],[-2,-2],[-3,-2],[-6,-4],[-11,-5],[-11,-3],[-9,-2],[-5,-2],[-5,-1],[-4,-1],[-6,0],[-5,-2],[-5,1],[-3,-1],[-2,-1],[-10,-1],[-7,0],[-3,-1],[-2,0],[-7,-1],[-8,0],[-5,0],[-4,3],[-6,-4],[-2,0],[-2,0],[-4,1],[-4,1],[-5,0],[-5,-1],[-2,-1],[-1,-1],[-8,0],[-2,-1],[-3,-1],[-11,0],[-1,3],[-1,0],[-3,0],[0,-2],[0,-2],[-3,-1],[-2,-2],[-7,-3],[-2,-1],[-3,0],[-1,3],[0,3],[-5,0],[-7,-5],[-2,-1],[-7,-1],[-1,1],[-1,2],[-6,-2],[-3,2],[-5,0],[-3,0],[-2,0],[0,-1],[-1,0],[-4,0],[-3,0],[-6,-1],[-9,-3],[-8,-2],[-5,0],[-8,4],[-1,0],[-1,1],[-9,0],[-4,-3],[-2,-2],[-3,-2],[-2,-2],[1,-5],[-5,0],[-2,3],[0,1],[2,0],[2,1],[-1,4],[-3,0],[-4,-1],[-7,-3],[-1,0],[-2,-3],[-2,-4],[-3,0],[-2,-1],[-7,2],[-2,0],[-4,2],[-10,0],[-1,0],[-4,0],[2,-4],[2,-2],[-1,-4],[0,-5],[0,-4],[2,-2],[-2,-2],[-2,-1],[-3,-3],[-1,0],[-8,0],[-5,-5],[-4,-3],[-1,0],[-2,1],[1,1],[5,6],[2,1],[3,3],[7,3],[4,7],[-1,9],[-1,4],[0,3],[-3,-1],[-6,-2],[-7,1],[-4,0],[-2,1],[-1,0],[-5,0],[-2,-1],[-6,0],[-4,0],[-1,-3],[-8,-1],[-7,-1],[-7,2],[-5,3],[-8,2],[-5,2],[-3,-7],[-3,-3],[-3,-3],[-7,-3],[-9,4],[-11,3],[-7,0],[-5,1],[-7,-6],[-8,-1],[-8,4],[-12,4],[-4,-1],[-1,-1],[-1,-3],[-1,-2],[-7,-4],[-2,-1],[-4,0],[0,-1],[-2,-4],[-6,-3],[-2,1],[-3,1],[-2,6],[1,4],[0,1],[0,1],[-1,4],[0,6],[-1,3],[-5,0],[-2,-3],[0,-1],[1,-3],[0,-5],[-5,-2],[-4,2],[1,1],[1,3],[4,3],[-1,5],[5,5],[3,-1],[5,-1],[0,-6],[2,-6],[0,-5],[0,-1],[1,-4],[1,0],[4,1],[7,5],[8,5],[6,6],[10,-2],[9,-3],[6,0],[8,2],[6,2],[6,3],[3,-1],[1,0],[2,-1],[2,-1],[5,-3],[7,1],[10,4],[1,3],[3,0],[1,1],[3,2],[5,2],[6,-2],[5,-5],[7,2],[4,0],[15,1],[12,1],[6,3],[4,0],[2,0],[2,0],[4,3],[2,2],[3,1],[3,1],[7,-2],[5,-1],[6,0],[6,0],[1,0],[3,2],[1,-3],[5,0],[3,-2],[6,0],[5,2],[1,1],[4,1],[1,3],[1,4],[8,2],[5,-2],[1,0],[1,1],[4,-1],[3,1],[4,0],[3,1],[1,0],[7,-1],[6,-5],[4,5],[0,7],[5,-3],[3,-1],[4,-1],[1,1],[2,1],[3,1],[5,2],[3,1],[25,3],[19,2],[7,1],[2,-1],[2,-1],[7,-3],[5,-1],[2,0],[5,-1],[1,0],[6,0],[6,-2],[6,-2],[3,-1],[6,0],[9,-1],[5,1],[2,2],[-4,0],[-4,2],[-2,1],[-9,3],[-7,0],[-10,4],[-5,1],[-7,2],[-11,3],[-7,2],[-5,2],[-2,0],[-8,4],[-6,3],[-16,6],[-3,2],[-5,3],[-4,1],[-1,1],[-5,4],[-6,3],[-2,2],[-6,3],[-2,1],[-7,4],[0,1],[-1,3],[-9,5],[-4,2],[-4,2],[-10,6],[-5,4],[-3,2],[-6,3],[0,1],[-18,11],[-3,2],[-3,2],[-2,2],[-2,1],[-2,2],[-5,5],[-2,1],[-10,9],[-5,4],[-7,7],[-3,4],[-3,3],[-7,10],[-5,8],[-5,7],[-1,1],[-1,0],[-3,3],[-3,3],[-1,0],[-6,4],[-6,6],[1,6],[-6,9],[-2,3],[-4,4],[-2,1],[-4,4],[-6,3],[-1,1],[-1,1],[-1,0],[-3,3],[-2,0],[-2,1],[-5,2],[-2,2],[-3,2],[-5,4],[-9,3],[-4,1],[-2,1],[-1,1],[-5,4],[-13,5],[-5,2],[-4,1],[-8,3],[-3,0],[-6,1],[-7,0],[-1,0],[-2,0],[-7,0],[-9,2],[-12,3],[-7,-1],[-1,-1],[-3,-1],[-3,-1],[-4,4],[-7,1],[-1,0],[-9,2],[-13,2],[-21,6],[-24,8]],[[3843,8211],[-2,0],[-2,1],[-2,0],[-5,2],[-1,0],[-6,3],[-10,-1],[-7,5],[-5,2],[-4,1],[-1,0],[-2,1],[-6,1],[-4,1],[-2,1],[-4,1],[-4,2],[-1,0],[-1,0],[-5,2],[-3,1],[-1,0],[-2,1],[-4,2],[-2,1],[-1,0],[-5,2],[-5,3],[-2,0],[-2,1],[-3,1],[-3,2],[-3,1],[-2,2],[-3,1],[-2,-3],[-10,1],[-4,2],[-10,3],[-9,6],[-1,1],[-3,-1],[0,-4],[-2,0],[-2,0],[-1,4],[-1,2],[-2,3],[-4,4],[-2,5],[0,1],[1,0],[0,1],[0,2],[-1,3],[-2,0],[-1,1],[-2,1],[-4,2],[-5,3],[-6,4],[-3,2],[-8,5],[-4,3],[-2,1],[-6,3],[0,1],[-5,3],[-6,2],[-1,1],[-7,4],[-4,2],[-2,1],[-5,3],[-5,3],[-5,3],[-5,2],[0,1],[-1,0],[-4,2],[-3,3],[-2,2],[-8,4],[-5,0],[-3,0],[-4,3],[-5,0],[-1,0],[-3,1],[-3,0],[-3,-1],[-7,1],[-5,2],[-4,1],[1,4],[-9,0],[-1,4],[-1,4],[1,9],[-1,1],[-6,8],[-4,1],[-2,3],[-1,1],[-3,2],[-3,1],[-6,4],[-3,2],[-1,2],[-7,2],[-4,6],[-5,4],[-2,1],[-2,2],[-2,1],[-2,2],[-5,3],[-2,1],[-3,1],[-4,3],[-1,0],[-1,-1],[-5,0],[-6,-2],[6,-5],[1,-5],[-1,-6],[-1,-3],[0,-3],[-4,-2],[-1,0],[-3,-4],[-2,-2],[-3,-2],[-6,-3],[-4,-1],[-2,-1],[-1,-1],[-2,0],[-1,-2],[-2,-4],[-4,-1],[-5,-1],[-15,-2],[-5,-1],[-8,4],[-10,0],[-2,-1],[-6,-2],[-16,2],[-17,11],[-2,0],[-2,1],[-7,0],[-2,1],[-8,-3],[-8,2],[-6,-1],[-6,1],[-6,-2],[-7,-3],[-8,1],[-6,0],[-3,0],[-4,1],[-6,-1],[-2,0],[-5,2],[-4,1],[-3,1],[-6,1],[-3,2],[-5,4],[3,4],[0,1],[2,3],[10,3],[23,12],[-12,17],[-6,5],[-18,-10],[-18,-10],[0,-1],[-1,-2],[-3,-6],[6,-11],[-7,7],[-3,3],[-6,-11],[0,4],[0,8],[-4,-9],[-1,3],[-1,4],[-1,-1],[-3,-4],[-2,0],[-3,1],[-6,-3],[-3,-3],[-4,0],[-4,0],[-4,0],[-1,0],[-4,0],[-4,0],[-3,1],[-13,-2],[-2,5],[-5,12],[2,4],[8,7],[3,10],[1,4],[2,6],[1,4],[7,14],[6,6],[3,2],[1,1],[3,2],[4,2],[6,2],[7,2],[1,4],[1,3],[0,3],[0,3]],[[3171,8491],[90,2],[231,188],[477,373],[1,1],[96,-231],[904,-477],[656,0],[2674,1354],[1699,298],[-13,-885]],[[9986,9114],[-10,-3],[-5,-1],[-4,-1],[-3,-1],[-6,-2],[-8,-3],[-8,0],[-10,-3],[-3,-1],[-2,-1],[-4,-1],[-5,-1],[-4,5],[-5,-5],[-1,-2],[-2,-4],[-4,-1],[-4,-2],[-7,-4],[-2,0],[-7,-3],[-8,-4],[-7,-2],[-1,0],[-10,-4],[-4,-2],[-5,-2],[-7,-3],[-7,-1],[-6,-1],[-5,-1],[-3,-1],[-2,0],[-2,-1],[-5,-1],[-3,0],[-2,0],[-4,-3],[-4,-2],[-3,-1],[-3,-2],[-3,0],[-6,-3],[-7,-2],[-1,-1],[-3,-1],[-5,-1],[-5,-2],[-4,-1],[-1,0],[-1,-1],[-4,-1],[-7,-3],[-6,-2],[-1,0],[-2,-1],[-4,-1],[-5,-1],[-6,-1],[-9,-1],[-4,0],[-3,-1],[-1,0],[-4,0],[-9,0],[-4,-2],[-6,-2],[-7,-1],[-5,-2],[-15,-7],[-6,-3],[-8,-3],[-5,-2],[-1,0],[-5,-1],[-6,-2],[-6,-3],[-4,-1],[-2,0],[-3,0],[-4,-2],[-8,-3],[-3,-1],[-4,-2],[-12,-4],[-9,-1],[-4,-1],[-8,-3],[-10,-4],[-4,-2],[-5,0],[-3,-1],[-5,-2],[-7,-2],[-6,-1],[-3,-1],[-8,-2],[-4,0],[-9,-2],[-7,0],[-7,0],[-5,-1],[-2,0],[-1,0],[-6,-1],[-4,0],[-3,0],[-6,-1],[-9,-2],[-8,-5],[-2,-1],[-7,-2],[-5,-2],[-6,-2],[-1,0],[-2,-1],[-2,-1],[-6,-2],[-15,-4],[-8,-2],[-4,-1],[-1,12],[-3,0],[-2,-3],[0,3],[-1,0],[-2,-1],[-2,-4],[-3,0],[-4,1],[-6,0],[-2,0],[-3,-1],[0,3],[-2,0],[-1,-1],[-2,0],[-3,-1],[-8,-5],[-6,-6],[-1,-1],[-6,-6],[-5,-5],[-7,-5],[-3,-1],[-3,-3],[-3,0],[-4,-2],[-10,-4],[-1,-1],[-4,-2],[-5,0],[-2,0],[-7,-2],[-7,-2],[-7,-3],[-8,-1],[-8,-3],[-1,-1],[-10,-5],[-4,-2],[-5,-3],[-7,-2],[-4,-1],[-7,-3],[-6,-3],[-5,-1],[-6,-1],[-2,-1],[-1,0],[-2,0],[-12,-4],[-2,-1],[-1,-1],[-1,0],[-4,-2],[-7,-3],[-6,-2],[0,-1],[-8,-2],[-4,-3],[-3,-1],[-4,-2],[-2,-1],[-7,-2],[-4,-2],[-6,-2],[-6,-2],[-2,-1],[-1,0],[-4,-1],[-4,-1],[-6,-1],[-7,-1],[-8,-1],[-5,-1],[-1,0],[-4,0],[-2,0],[-4,0],[-9,-2],[-3,-1],[-1,0],[-1,0],[-8,-3],[-9,-2],[-9,-1],[-5,0],[-9,0],[-8,0],[-7,-1],[-2,0],[-1,-1],[-7,-3],[-3,-1],[-2,0],[-3,-1],[-4,0],[-15,-3],[-1,1],[-7,0],[-6,-2],[-1,-1],[-1,1],[-2,-1],[-1,0],[-1,-1],[-4,0],[-1,0],[-6,-1],[-10,-2],[-3,-1],[-4,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,-1],[-2,-1],[-3,0],[0,1],[-4,0],[-7,-2],[-2,0],[-4,0],[-1,0]],[[4665,8331],[3,1],[7,3],[1,0],[1,1],[1,0],[-1,2],[-1,3],[-1,3],[0,3],[0,1],[1,1],[0,1],[5,5],[2,2],[1,3],[1,5],[-2,6],[-1,5],[1,2],[1,2],[1,3],[2,2],[3,4],[1,0],[1,1],[4,0],[3,0],[5,0],[3,0],[3,0],[1,0],[2,-1],[4,0],[4,1],[1,0],[4,2],[4,2],[3,1],[3,0],[1,1],[0,3],[-1,1],[-1,1],[-3,0],[-6,-1],[-4,0],[-3,-2],[-3,0],[-5,-3],[-5,0],[-4,0],[-4,0],[-2,-1],[-4,0],[-2,-1],[-2,-1],[0,-1],[0,-2],[-4,-3],[-5,-2],[-4,-1],[-2,1],[-5,2],[-5,1],[-5,-3],[-7,-4],[-1,0],[-6,-5],[-3,-2],[-2,-2],[-1,0],[-4,-2],[-4,-1],[3,-6],[10,-2],[7,-1],[1,-2],[1,-1],[2,-4],[0,-8],[4,-9],[7,-4]],[[4579,8348],[8,4],[-6,4],[-12,0],[2,-6],[3,-1],[5,-1]],[[4637,8425],[8,0],[10,0],[6,0],[4,1],[1,0],[4,3],[-1,3],[-1,3],[-1,1],[-1,1],[-3,8],[1,7],[2,8],[-6,7],[-2,0],[-5,1],[-7,1],[-2,0],[-2,-1],[-5,-1],[-4,-2],[-3,-1],[-1,-2],[-2,-4],[-2,-5],[-5,-3],[-1,0],[0,-1],[-4,-4],[2,-2],[2,-4],[-4,-3],[-3,-1],[-3,0],[3,-6],[7,0],[5,3],[6,-3],[7,-4]],[[3975,8500],[5,1],[8,5],[1,2],[0,1],[1,3],[-4,2],[-1,0],[-4,1],[-3,-2],[-2,-2],[-6,-9],[5,-2]],[[3157,8411],[25,10],[9,3],[-7,10],[-15,-7],[-8,-3],[-5,-3],[1,-10]],[[4594,8225],[9,0],[8,2],[3,2],[4,3],[8,5],[6,6],[0,1],[3,2],[5,5],[1,1],[2,1],[3,2],[4,3],[4,3],[6,3],[0,2],[1,1],[1,4],[0,2],[-1,7],[4,5],[6,5],[8,-1],[5,1],[3,4],[0,1],[5,2],[5,3],[3,7],[4,4],[2,5],[-5,2],[-1,1],[-1,0],[-8,-1],[-4,-2],[-2,0],[-6,0],[-8,-6],[-2,-8],[-2,-2],[-2,-3],[-2,-5],[-8,-1],[-1,0],[-10,-2],[-6,2],[-7,1],[0,3],[0,2],[1,3],[1,3],[-2,0],[-4,0],[-6,-3],[-6,-2],[-4,-1],[-7,-10],[-1,-2],[-3,-3],[-3,-2],[0,-1],[-1,0],[-2,-3],[-3,-4],[3,-5],[2,-3],[4,-1],[1,-1],[2,-2],[1,-3],[-1,-5],[-1,-6],[-2,-3],[-3,-4],[0,-6],[0,-1],[-1,0],[0,-2],[-2,-5]],[[4927,8114],[6,0],[3,1],[2,1],[4,2],[1,0],[3,0],[1,-1],[4,1],[6,3],[1,4],[2,3],[5,4],[3,6],[1,1],[3,1],[4,4],[-3,5],[-1,2],[-1,1],[-1,8],[0,3],[2,8],[-3,5],[-2,5],[2,4],[1,3],[4,6],[1,7],[-2,-1],[-4,-1],[-2,-2],[-3,-1],[-5,-4],[-1,-1],[-3,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-6,-3],[-6,-1],[-5,0],[-9,1],[-4,2],[-3,3],[-5,6],[4,3],[-1,1],[-6,4],[-6,2],[-2,1],[-2,0],[-7,0],[-9,-1],[-6,-3],[-3,-2],[-4,-3],[0,-5],[0,-3],[0,-3],[0,-2],[-6,-5],[-1,-2],[-4,-3],[-10,-5],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-4],[3,-3],[2,-4],[7,-3],[5,-3],[5,-5],[3,0],[4,0],[6,0],[3,-1],[2,0],[3,0],[2,0],[1,-1],[3,0],[6,-3],[2,0],[4,0],[1,-1],[2,0],[3,-1],[0,-1],[5,-3],[1,-1],[2,-6],[5,-7],[5,-1]],[[4655,8057],[1,1],[0,2],[-4,13],[-2,-1],[-1,0],[-1,-1],[-8,-7],[1,-2],[7,0],[2,1],[5,-6]],[[4209,7759],[1,1],[6,6],[-2,2],[-2,2],[-3,3],[-12,1],[-4,1],[-2,0],[-3,0],[-1,0],[-1,0],[-2,0],[10,-8],[7,-4],[8,-4]],[[9986,7895],[-25,1],[-31,0],[-34,0],[-28,0],[-62,0],[-17,0],[-3,0],[-11,0],[-14,0],[-6,0],[-9,0],[-4,-1],[-2,0],[-1,0],[-28,0],[-6,0],[-17,0],[-40,0],[-1,0],[-5,0],[-41,1],[-50,0],[-15,0],[-1,0],[-21,0],[-28,1],[-3,0],[-3,0],[-19,0],[-10,0],[-20,0],[-9,0],[-10,0],[-27,1],[-30,0],[-16,0],[-1,0],[-27,0],[-24,0],[-1,0],[-19,1],[-23,0],[-22,-1],[-4,0],[-41,1],[-1,0],[-8,0],[-3,0],[-11,0],[-3,0],[-3,0],[-8,0],[-2,1],[-27,-1],[-12,0],[-7,0],[-6,0],[-1,0],[-15,0],[-10,1],[-3,0],[-1,0],[-53,0],[-12,0],[-10,0],[-38,1],[-10,0],[-3,0],[-3,0],[-11,0],[-5,0],[-3,0],[-34,0],[-4,0],[-3,0],[-4,0]],[[8863,7901],[0,8],[0,5],[0,5],[0,4],[0,4],[0,2],[0,9],[0,5],[0,5],[0,3],[0,4],[0,8],[0,6],[0,3],[0,6],[0,3],[0,5],[0,1],[0,11],[0,1],[0,6],[0,17],[0,7],[1,12],[0,20],[0,5],[0,13],[0,22],[0,6],[0,26],[-1,25],[0,12],[0,7],[1,10],[-1,23],[1,14],[0,4],[0,3],[0,2],[0,5],[0,2],[0,3],[0,3],[0,7],[0,3],[0,3],[-1,12],[0,4],[0,21],[0,8],[0,17],[0,6],[0,3],[0,4],[0,18],[0,30],[0,5],[0,2],[0,15],[0,4],[0,15],[0,14],[-1,5],[0,3]],[[8862,8445],[-2,23],[-1,7],[1,2],[0,4],[1,21],[0,8],[0,5],[0,7],[0,1],[1,3],[1,8],[0,3],[0,4],[0,3],[1,5],[0,4],[0,3],[0,3],[0,4],[0,6],[0,1],[0,3],[0,10],[0,4],[0,7],[0,3],[0,3],[0,2],[0,8],[0,1],[0,3],[0,8],[0,2],[0,4],[0,3],[0,3],[0,4],[0,3],[0,3],[0,5],[0,4],[1,5],[0,2],[0,5],[0,9],[0,4],[0,7],[0,5],[0,2],[0,3],[0,4],[0,9],[0,6],[0,5],[0,5],[0,5],[0,5],[0,3],[0,3],[0,4],[0,6],[0,6],[0,6],[0,3],[0,5],[0,3],[0,3],[0,6],[0,9],[0,5],[-1,2]],[[9986,9114],[0,-12],[0,-46],[0,-11],[0,-16],[0,-17],[0,-4],[0,-5],[1,-46],[-1,-22],[0,-44],[0,-2],[0,-43],[0,-24],[0,-34],[0,-139],[0,-76],[0,-130],[0,-134],[0,-21],[0,-89],[0,-29],[0,-38],[0,-97],[0,-35],[0,-20],[0,-85]],[[8862,8445],[-17,-1],[-10,0],[-4,0],[-13,0],[-16,0],[-19,0],[-2,0],[-4,0],[-21,0],[-4,0],[-8,0],[-11,0],[-16,0],[-13,0],[-23,0],[-3,0],[-6,0],[-9,0],[-7,0],[-3,0],[-7,-1],[-7,0],[-6,0],[0,-4],[0,-4],[0,-8],[0,-12],[0,-6],[0,-11],[0,-7],[0,-5],[0,-4],[0,-8],[0,-5],[1,-12],[0,-5],[0,-7],[0,-26],[0,-12],[0,-8],[0,-6],[1,-35],[-7,-1],[-19,0],[-15,0],[-3,0],[-1,0],[-4,0],[-20,0],[-13,0],[-10,0],[-4,0],[-3,0],[-5,0],[-5,0],[-6,0],[-5,0],[-36,0],[-15,0],[-9,0],[-1,0],[-27,0],[-8,0],[-1,0],[-2,0],[-6,0],[-7,0],[-30,0],[-8,0],[-8,0],[-5,0],[-7,0],[-6,0],[-5,0],[-2,0],[-6,0],[-4,0],[-3,0],[-7,0],[-2,0],[-4,0],[-10,0],[-8,0],[-17,0],[-10,-1],[-7,0],[-7,0],[-3,0],[-9,0],[-7,0],[-5,0],[-20,0],[-8,0],[-9,0],[0,-11],[0,-20],[0,-15],[-1,-8],[0,-2],[0,-6],[0,-3],[0,-3],[0,-6],[0,-7],[0,-4],[0,-27],[0,-4],[0,-9],[-1,-7],[0,-3],[0,-16],[0,-11],[0,-2],[-1,-17],[-20,0],[-1,0],[-1,0],[-13,0],[-7,0],[-21,1],[-4,0],[-7,0],[-15,0],[-21,0],[-6,0],[-6,0],[-1,0],[-15,0],[-14,-1],[-3,0],[-4,0],[-23,0],[-6,0],[-7,0],[-14,0],[-5,0],[-3,0],[-4,0]],[[7962,8075],[-41,0],[-9,0],[-3,0],[-8,0],[-2,0],[-4,0],[-28,0],[-4,0],[-12,0],[-1,0],[-6,0],[-7,0],[-3,0],[-4,0],[-1,0],[-21,0],[-25,0],[-22,0],[-5,0],[-5,0],[-8,0],[-5,0],[-1,14],[0,5],[0,12],[0,11],[0,5],[0,14],[0,6],[0,4],[0,1],[0,4],[0,4],[-1,5],[0,7],[1,7],[-1,4],[0,5],[0,12],[0,3],[-1,11],[0,4],[0,7],[0,1],[0,2],[0,3],[1,3],[0,3]],[[3843,8211],[-6,0],[-6,0],[-3,0],[-5,0],[-5,0],[-4,0],[-5,0],[-6,0],[-6,0],[-12,0],[-3,0],[-3,0],[-10,0],[-11,-1],[-9,1],[-6,0],[-2,0],[-3,0],[-14,0],[-31,0],[-1,0],[-3,0],[-1,0],[-15,0],[-3,0],[-1,0],[-6,0],[-25,0],[-15,-1],[-14,0],[-3,0],[-28,-1],[-7,0],[-12,-1],[-2,0],[-22,-1],[-2,0],[-2,0],[-9,0],[-2,0],[-6,0],[-1,0],[-4,0],[-9,0],[-2,0],[-3,0],[-2,0],[-6,0],[-13,-1],[-1,0],[-11,0],[-20,-1],[-23,0],[-5,0],[-8,0],[-1,0],[-10,0],[0,-1],[-8,0],[-1,0],[-13,0],[-3,0],[-3,0],[-6,-1],[-1,0],[-5,0],[-93,-3]],[[3262,8200],[-28,0],[-45,-1],[-26,0],[-4,0],[-16,0],[-24,0],[-3,0],[-6,0],[-12,-1],[-3,0],[-4,0],[-5,0],[-2,1],[-3,0],[-6,-1],[-1,0],[-3,0],[-8,-1],[-9,0],[-3,0],[-15,0],[-6,1],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-1,0],[-7,-1],[-2,1],[-5,0],[-5,0],[-6,0],[-2,-1],[-1,0],[-4,1],[-4,0],[-1,-1],[-3,0],[-3,0],[-3,0],[-3,0],[-5,0],[-3,0],[-3,0],[-6,0],[-14,0],[-5,0],[-3,0],[-6,-1],[-8,0],[-2,0],[-8,-7],[-11,-9],[-1,-2],[-8,-13],[-3,-1],[-3,-1],[-2,-2],[-6,-7],[-7,-16],[-5,-4],[-3,-10],[-7,-4],[-7,-3],[-1,-1],[-5,-7],[-7,-6],[-1,-2],[-4,-5],[-3,-12],[-6,-5],[-1,-2],[-2,0],[-3,-1],[-4,0],[-5,-1],[-7,0],[-9,0],[-4,-5],[-7,-10],[-2,-2],[0,-1],[-12,-7],[-4,1],[-2,1],[-2,0],[-1,0],[-7,1],[-4,-1],[-8,-5],[-4,-4],[-4,-4],[-4,-1],[-4,-2],[-11,-3],[-13,-11],[-7,-1],[-2,-1],[-2,0],[-10,0],[-5,-1],[-4,0],[-2,-2],[-6,-4],[-2,-1],[-2,-1],[-9,-6],[-6,-4],[-2,-1],[-7,-5],[-13,-12],[-5,-7],[-4,-5],[-9,-10],[-3,-3],[-1,-2],[-1,-3],[-1,-3],[0,-9],[0,-1],[-1,-4],[-1,-4],[0,-6],[-1,-9],[0,-4],[-1,-3],[-4,-8],[-1,-2],[0,-1],[0,-2],[1,0],[2,-5],[0,-1],[1,-2],[1,-4],[0,-2],[-2,-4],[-2,-3],[-3,-3],[-6,-5],[-5,-3],[-2,-1],[-4,-1],[-2,-1],[-3,0],[-2,0],[-5,-1],[-3,0],[-6,-1],[-4,-2],[-2,-2],[-1,-1],[-3,-3],[-2,-1],[-1,-1],[-1,-1],[-3,-4],[-4,-5],[-2,-4],[-3,-5],[-6,-11],[-2,-5],[-1,-2],[-2,-2],[-3,-2],[-1,0],[-2,-1],[-2,-1],[-3,-1],[-3,-2],[-3,-2],[-6,-2],[-4,0],[-4,1],[-3,0],[-1,0],[-3,0],[-4,0],[-2,0],[-2,0],[-2,1],[-5,1],[-4,1],[-3,0],[-3,0],[-4,-1],[-3,-1],[-2,-1],[-3,-3],[-1,-3],[0,-3],[-1,-2],[0,-1],[2,-13],[0,-1],[0,-1],[-1,-1],[-2,-3],[-3,-3],[-2,-1],[-2,-1],[-3,0],[-9,-4],[-1,0],[-2,-1],[-2,-1],[-2,-2],[-7,-4],[-9,-6],[-3,-1],[-5,-3],[-1,-1],[-1,0],[-3,-1],[-3,-1],[-3,-2],[-3,-3],[-3,0],[-2,-1],[-2,-1],[-2,-1],[-4,-3],[-1,-1],[-2,-1],[-6,-3],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-2,-2],[-9,-3],[-3,0],[-4,0],[-3,-2],[-4,-2],[-4,-2],[-1,0],[-12,-3],[-5,-2],[-1,0],[-7,-2],[-5,-2],[-1,-1],[-2,-2],[-1,0],[-3,-2],[0,-2],[-1,-1],[-1,-3],[0,-1],[-1,-2],[-1,-5],[-1,-3],[-1,-1],[-1,-1],[-3,-1],[-3,-1],[-3,0],[-2,1],[-3,-1],[-3,0],[-1,0],[-3,0],[-2,0],[-1,0],[-7,1],[-2,0],[-6,3],[-3,1],[-3,1],[-3,-1],[-3,-1],[-3,-1],[-2,-1],[-4,-1],[-4,0],[-6,0]],[[2176,7679],[0,4],[0,1],[0,7],[0,1],[0,9],[0,17],[0,18],[1,4],[-1,4],[0,3],[0,6],[0,6],[0,5],[0,5],[0,3],[0,6],[0,2],[0,3],[0,5],[0,3],[0,5],[1,6],[0,26],[0,7],[0,8],[-1,7],[0,4],[0,5],[0,6]],[[2176,7865],[0,4],[0,4],[0,11],[0,4],[0,2],[0,1],[0,3],[0,3],[0,3],[0,3],[0,4],[0,3],[0,4],[1,5],[0,5],[0,5],[0,3],[0,3],[0,5],[0,4],[0,3],[0,3],[0,5],[0,5],[0,6],[0,7],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,5],[0,4],[0,5],[0,7],[0,5],[0,3],[0,3],[0,4],[0,3],[0,4],[0,3],[0,3],[0,4],[0,4],[1,3],[0,13],[0,4],[0,8],[0,11],[0,3],[0,4],[0,4],[0,4],[-1,1],[0,2],[0,2],[0,3],[0,1],[0,2],[0,3],[0,3],[1,4],[0,3],[-1,4],[0,4],[0,4],[0,4],[0,3],[0,4],[0,2],[0,1],[1,5],[0,7],[0,5],[0,4],[0,8],[0,6],[0,9],[3,1],[4,0],[4,0],[0,18],[0,9],[0,2],[-1,18],[0,8],[0,3],[0,8],[-1,14],[0,3],[0,3],[0,7],[0,6],[0,3],[0,4],[0,3],[-1,11],[0,4],[0,4],[0,6],[0,3],[0,1],[0,6],[0,4],[-1,7],[0,4],[0,4],[0,3],[0,2],[0,5],[0,5],[-1,15],[0,19],[0,2],[0,4],[-1,7],[0,4],[0,4],[0,7],[0,3],[0,4],[0,3],[-1,3],[0,8]],[[2182,8458],[94,3],[179,6],[172,6],[211,7],[117,4],[5,0],[21,1],[2,0],[9,0],[24,1],[7,0],[21,1],[11,0],[1,0],[1,0],[5,1],[5,0],[3,0],[2,0],[7,0],[4,0],[5,0],[2,0],[1,1],[15,0]],[[3106,8489],[-3,-1],[-1,0],[0,-1],[-2,-2],[-1,-2],[-4,0],[-1,-1],[0,-1],[-1,-3],[3,2],[1,-1],[1,-1],[3,3],[1,1],[1,2],[1,0],[2,0],[1,0],[2,0],[1,3],[0,2]],[[3110,8489],[3,0],[5,0],[18,1]],[[3136,8490],[-4,-7],[-3,-3],[-1,-1],[-8,-5],[-7,-2],[-6,-1],[-3,-6],[-2,-2],[-1,-2],[-1,-3],[-3,-5],[-3,-5],[-5,-5],[-5,-2],[-6,-2],[-5,-2],[-4,-3],[-1,-1],[7,-1],[2,0],[3,1],[4,3],[3,1],[1,0],[3,0],[5,1],[2,2],[4,3],[1,3],[2,5],[2,8],[6,6],[7,2],[6,0],[6,2],[3,1],[2,1],[3,3],[1,1],[3,5],[-1,5],[2,2],[3,2],[1,1]],[[3149,8490],[22,1]],[[4136,7788],[-22,0],[-1,0],[-7,0],[-11,0]],[[4082,7788],[-2,0],[-12,0],[-7,0],[-7,0],[-7,0],[-3,0],[-3,0],[-7,0],[-5,0],[-4,0],[-11,0],[-9,0],[-3,0],[-3,0],[-4,0],[-10,0],[-7,0],[-4,0],[-5,0],[-5,0],[-4,0],[-6,0],[-8,0],[-1,0],[-2,0],[-9,1],[-33,0],[-11,0],[-1,0],[-3,0],[-7,0],[-1,0],[-14,0],[-3,0],[-6,0],[-3,0],[-3,0],[-4,0],[-22,0],[-22,2],[-3,0],[-4,0],[-5,0],[-4,0],[-3,0],[-3,0],[-2,0],[-9,0],[-11,0],[-6,-1],[-5,0],[-11,0],[-9,0],[-12,0],[-1,0],[-9,0],[-3,0],[-10,0],[-4,0],[-5,0],[-6,0],[-9,0],[-10,0],[-11,0],[-8,0],[-4,0],[-12,0],[-13,0],[-14,0],[-3,0],[-3,0],[-5,0],[-6,0],[-2,0],[-4,-1],[-3,0],[-1,0],[-3,0],[-9,0],[-6,0],[-7,0],[-6,0],[-3,0],[-3,0],[-21,0],[-3,0],[-21,0],[-29,0],[-13,-1],[-1,0],[-2,0],[0,4],[0,4],[0,3],[0,6],[0,5],[0,8],[0,4],[0,4],[0,6],[0,5],[0,1],[-1,8],[0,9],[0,8],[0,3],[0,5],[0,8],[0,9],[0,6],[-1,3],[-1,3],[-1,0],[-6,0],[-5,0],[-6,-1],[-8,0],[-7,0],[-11,0],[-22,0],[-14,-1],[-4,0],[-5,0],[-4,0],[-4,0],[-3,0],[-4,0],[-3,0],[-12,0],[-2,0],[-3,0],[-5,0],[-6,0],[-7,0],[-9,0],[-8,-1],[-4,0],[-11,0]],[[3264,7897],[0,16],[0,3],[0,7],[0,12],[0,1],[0,6],[0,22],[0,10],[-1,35],[0,3],[0,17],[0,5],[0,7],[0,5],[-1,2],[1,8],[0,8],[0,8],[0,2],[0,12],[-1,34],[0,2],[0,14],[0,6],[0,4],[1,11],[0,5],[-1,4],[0,1],[0,12],[0,15],[0,6]],[[2176,7865],[-3,0],[-2,0],[-3,0],[-4,0],[-6,0],[-5,0],[-6,0],[-2,0],[-14,-1],[-3,0],[-8,0],[-10,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-3,0],[-3,0],[-7,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-2,0],[-4,0],[-3,0],[-2,0],[-3,0],[-2,0],[-4,0],[-2,0],[-5,0],[-2,0],[-3,0],[-4,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,-1],[-5,0],[-3,0],[-4,0],[-7,0],[-3,0],[-4,0],[-4,0],[-4,0],[-2,0],[-8,0],[-5,0],[-3,0],[-3,0],[-2,0],[-1,0],[-6,0],[-6,0],[-3,0],[-3,0],[-3,0],[-4,0],[-6,0],[-3,0],[-3,0],[-2,0],[-3,0],[-7,0],[-6,0],[-9,0],[-3,0],[-11,0],[-6,-1],[-5,0],[-1,0],[-4,0],[-3,0],[-9,0],[-5,-1],[-3,0],[-4,0],[-4,0],[-4,0],[-4,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-5,0],[-4,0],[-40,0],[-4,1],[-13,0],[-3,0],[-4,0],[-4,0],[-6,0],[-4,-1],[-11,0],[-15,0],[-2,0],[-3,0],[-2,0],[-3,0],[-4,0],[-5,0],[-4,0],[-7,0],[-13,0],[-7,0],[-5,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-5,0],[-22,0],[-12,0],[-4,0],[-4,0],[-4,0],[-4,0],[-3,0],[-2,0],[-3,0],[-3,0],[-6,0],[-2,0],[-3,0],[-5,0],[-7,0],[-3,0],[-3,0],[-3,-1],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,1],[-6,0],[-2,0],[-3,0],[-3,0],[-5,0],[-6,0],[-4,0],[-3,0],[-3,0],[-4,0],[-2,0],[-4,0],[-4,0],[-20,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-8,-1],[-4,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-3,0],[-4,0],[-4,0],[-4,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-2,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-1,0],[-1,0],[-2,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,1],[-4,0],[-2,0],[-3,0],[-3,0],[-6,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,-1],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-5,0]],[[1111,7860],[0,1],[0,5],[0,4],[0,3],[0,4],[0,3],[0,3],[0,4],[0,4],[0,4],[0,3],[0,5],[0,13],[-1,17],[-9,0],[-2,0],[-33,0],[-23,0],[-9,0],[-13,-1],[0,8],[0,2],[0,4],[0,5],[-1,18],[1,26],[-1,9],[1,2],[-1,11],[0,3],[0,4],[0,13],[0,1],[0,5],[0,3],[0,4],[0,4],[0,3],[0,3],[0,3],[0,3],[0,4],[0,3],[0,3],[0,4],[0,19],[0,10],[0,4],[0,4],[0,11],[0,4],[0,16],[0,6],[0,2],[0,1],[-1,4],[0,33],[-5,1],[-3,0],[-11,0],[-9,0],[-3,0],[-6,0],[-2,0],[0,6],[0,8],[0,3],[0,4],[-1,7],[0,8],[0,4],[0,3],[0,3],[0,5],[0,3],[0,3],[0,4],[0,2],[0,3],[0,5],[0,7],[-1,9],[0,3],[0,4],[0,5],[0,6],[0,3],[0,4],[0,13],[0,18],[0,4],[0,12],[0,1],[-1,2],[0,31],[0,6],[0,28]],[[977,8422],[15,0],[76,2],[43,1],[293,9],[12,0],[124,4],[278,9],[87,2],[12,1],[31,1],[115,3],[74,3],[45,1]],[[8863,7901],[0,-3],[0,-5],[0,-5],[0,-7],[0,-4],[0,-4],[0,-7],[0,-10],[0,-8],[0,-4],[0,-6],[0,-2],[0,-5],[0,-3],[0,-3],[0,-7],[0,-3],[0,-4],[0,-9],[0,-5],[0,-5],[-1,-6],[0,-7],[0,-3],[0,-7],[1,-5],[-1,-17],[1,-3],[0,-4],[0,-6],[0,-3],[0,-4],[0,-5],[0,-3],[0,-12],[0,-3],[0,-12],[0,-1],[0,-2],[0,-17],[0,-3],[0,-9],[0,-9],[0,-9],[0,-12],[0,-17],[0,-8],[0,-5],[0,-22],[0,-9],[0,-3],[0,-9],[0,-3],[0,-22],[0,-23]],[[8863,7509],[-4,0],[-2,0],[-6,0],[-4,0],[-4,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-2,0],[-4,0],[-6,0],[-7,0],[-6,0],[-4,0],[-4,0],[-3,0],[-29,0],[-4,-1],[-4,0],[-6,1],[-9,-1],[-25,0],[-5,0],[-6,0],[-17,0],[-8,0],[-7,0],[-8,0],[-7,0],[-9,0],[-4,0],[-7,0],[-3,0],[-11,0],[-5,0],[-6,0],[-7,0],[-3,0],[-4,0],[-4,0],[-12,0],[-6,0],[-3,0],[-3,0],[-3,0],[-8,0],[-4,0],[-10,0],[-4,0],[-5,0],[-4,0],[-20,0],[-4,0],[-3,0],[-12,0],[-5,0],[-3,0],[-5,0],[-4,0],[-3,0],[-3,0],[-4,0],[-4,0],[-6,0],[-5,0],[-8,0],[-12,0],[-16,0],[-13,0],[-10,0],[-5,0],[-8,0],[-7,0],[-4,0],[-4,0],[-26,0],[-5,0],[-4,0],[-3,0],[-4,0],[-5,0],[-8,0],[-2,0],[-6,0],[-3,0],[-7,0],[-3,0],[-6,0],[-4,0],[-25,0],[-3,0],[-15,0],[-4,0],[-4,0],[-5,0],[-6,0],[-2,0],[-8,0],[-3,-1],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-5,1],[-4,0],[-4,0],[-3,0],[-3,0],[-5,0],[-4,0],[-7,0],[-3,0],[-4,0],[-3,0],[-4,0],[-4,0],[-4,0],[-6,0],[-3,0],[-3,0],[-3,0],[-9,0],[-2,0],[-4,0],[-1,0],[-16,1],[-1,0],[-16,0],[-8,0],[-16,0],[-7,0],[-2,0],[-13,0],[-5,0],[-5,1],[-1,0],[-3,-1],[-5,1],[-5,0],[-3,0],[-3,0],[-7,0],[-3,0]],[[7962,7510],[0,3],[-1,4],[0,6],[0,5],[0,5],[0,3],[0,5],[0,3],[0,4],[0,2],[0,13],[-1,28],[0,6],[0,7],[0,3],[0,4],[0,1],[0,2],[0,3],[0,3],[0,1],[0,7],[0,3],[0,5],[0,6],[0,4],[0,7],[0,5],[0,3],[0,10],[0,6],[0,5],[1,6],[-1,9],[1,3],[0,2],[3,2],[7,0],[2,0],[3,0],[4,0],[5,0],[7,0],[4,0],[4,0],[0,3],[0,4],[0,6],[0,3],[0,3],[0,4],[0,4],[0,8],[0,5],[0,3],[0,5],[0,5],[-2,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-8,0],[-5,0],[-2,0],[-2,3],[0,3],[0,4],[0,6],[0,3],[1,6],[0,3],[0,3],[0,5],[0,5],[0,5],[0,10],[0,8],[0,5],[0,3],[0,6],[0,4],[0,3],[0,18],[1,4],[0,3],[0,3],[0,5],[0,5],[0,6],[0,4],[0,4],[0,4],[0,6],[0,3],[0,5],[0,6],[0,15],[0,5],[0,9],[0,7],[0,9],[0,22],[0,4],[0,3],[0,3],[0,5],[0,3],[0,3],[0,32],[0,10],[0,3],[0,4],[0,3],[-1,7],[0,6],[0,4]],[[1111,7860],[0,-3],[0,-3],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-4],[0,-11],[0,-3],[0,-6],[0,-3],[0,-1],[0,-2],[0,-5],[0,-6],[0,-7],[0,-3],[0,-3],[0,-4],[0,-6],[0,-8],[0,-7],[0,-1],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-5],[0,-3],[0,-3],[0,-6]],[[1111,7712],[-16,0],[-5,0],[-13,0],[-2,0],[-4,0],[-2,0],[-3,0],[-3,0],[-5,0],[-7,0],[-9,0],[-6,0],[-3,0],[-4,0],[-4,0],[-3,0],[-4,0],[-5,0],[-3,0],[-3,0],[-3,0],[-3,-1],[-2,1],[-1,0],[-3,0],[-8,0],[-3,0],[-4,0],[-9,-1],[-18,1],[-1,0],[-29,-1],[-4,0],[-3,0],[-4,0],[-4,0],[-6,0],[-12,0],[-3,0],[-4,0],[-5,0],[-6,0],[-6,0],[-3,0],[-3,0],[-8,0],[-3,0],[-5,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-7,0],[-7,0],[-9,0],[-11,0],[-9,0],[-9,0],[-2,0],[-8,0],[-2,0],[-9,0],[-6,0],[-5,0],[-11,0],[-8,0],[-4,0],[-7,0],[-9,0],[-9,0],[-10,0],[-4,0],[-3,0],[-3,0],[-11,0],[-5,0],[-4,0],[-9,0],[-4,0],[-3,0],[-13,0],[-4,0],[-1,0],[-2,0],[-5,0],[-13,-1],[-3,0],[-7,0],[-11,0],[-4,0],[-4,0],[-3,0],[-3,0],[-2,0],[-5,0],[-3,0],[-6,0],[-4,0],[-3,0],[-10,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-8,0],[-4,0],[-5,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-2,0],[-4,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,0],[-4,0],[-3,0],[-12,0],[-2,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-24,0],[-7,0],[-20,0],[-2,0],[-1,0],[-7,0],[-10,-1],[-4,0],[-2,0],[-5,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-5,0],[-4,0],[-3,0],[-5,0],[-3,0],[-4,0],[-4,0],[-4,0],[-2,0],[-4,0],[-2,0],[-4,0],[-3,0],[-4,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,-1],[-3,0],[-2,0],[-8,0],[-9,0],[-1,0],[-13,1],[-2,0],[-19,0],[-2,0],[-5,0],[-6,-1],[-3,0],[-6,0],[-4,0],[-6,0],[-6,0],[-3,0],[-3,0],[-8,0],[-6,0],[-2,0],[-5,0],[-5,0],[-4,0],[-3,0],[-2,0],[-4,0],[-3,0],[-4,0],[-3,0]],[[38,7708],[0,15],[0,11],[0,2],[0,5],[0,4],[0,3],[0,3],[0,3],[0,3],[0,5],[0,2],[0,7],[-1,5],[0,3],[0,3],[0,3],[0,5],[0,6],[0,4],[0,2],[0,5],[0,1],[0,1],[0,2],[0,2],[0,3],[0,4],[0,2],[0,6],[0,2],[0,3],[0,5],[0,4],[0,3],[0,3],[0,3],[0,1],[0,1],[0,1],[0,6],[0,1],[0,2],[0,4],[0,32],[0,4],[0,4],[0,7],[0,9],[0,3],[0,4],[0,3],[0,2],[0,1],[-1,3],[0,6],[0,6],[0,4],[0,4],[0,4],[0,2],[0,6],[0,3],[0,2],[0,4],[0,6],[0,1],[0,2],[0,3],[0,1],[0,6],[0,4],[0,3],[0,4],[0,1],[0,1],[0,1],[0,4],[0,3],[0,3],[0,3],[0,1],[0,1],[0,3],[0,5],[-1,5],[0,7],[0,3],[0,3],[0,3],[0,3],[0,4],[0,1],[0,4],[0,8],[0,6],[0,2],[0,8],[0,9],[0,4],[0,5],[0,3],[0,6],[0,3],[0,2],[-1,4],[0,3],[0,7],[0,2],[0,6],[0,6],[0,1],[0,6],[0,12],[0,2],[0,5],[0,4],[0,11],[0,8],[0,6],[0,8],[0,8],[0,1],[-1,7],[0,4],[0,9],[1,14],[0,5],[0,5],[0,18],[-1,19],[0,6],[0,9],[0,7],[0,14],[0,1],[0,3],[0,5],[0,5],[0,3],[0,6],[0,2],[0,4],[0,1],[0,5],[0,4],[0,2],[0,2],[0,4],[0,1],[0,7],[123,4],[13,0],[125,4],[10,1],[294,7],[4,0],[10,0],[8,0],[62,1],[71,2],[224,6]],[[7962,7510],[-1,0]],[[7961,7510],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-5,1],[-13,0],[-4,0],[-11,0],[-17,0],[-23,0],[-25,1],[-1,0],[-25,0],[-23,1],[-1,0],[-7,0],[-3,0],[-7,0],[-1,0],[-46,1],[-12,0],[-6,0],[-6,0],[-22,0],[-1,0],[-3,0],[-4,0],[-13,1],[-2,0],[-19,0],[-4,0],[-12,0],[-5,0],[-3,0],[-14,0],[-7,0],[-14,1],[-11,0],[-3,0],[-3,0],[-5,0],[-11,0],[-9,0],[-23,0],[-4,0],[-7,0],[-7,0],[-3,0],[-7,0],[-8,0],[1,-3],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[1,0],[0,-1],[2,-3],[1,0],[1,0],[1,-1],[1,-1],[7,-8],[2,-2],[2,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-4],[-4,-9],[-1,-3],[1,-2],[3,-4],[3,-4],[2,-3],[2,-7],[0,-2],[-1,-4],[1,-6],[1,-1],[0,-1],[2,-2],[1,-2],[-1,-1],[-1,-11],[1,-1],[1,-1],[9,-4],[1,0],[0,-1],[4,-2],[1,0],[0,-1],[4,-5],[1,-1],[1,-1],[0,-1],[2,-5],[2,-5],[0,-3],[2,-6],[2,-3],[0,-2],[2,0],[0,-1],[1,0],[-1,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[2,-1],[3,0],[1,0],[2,0],[2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-4,-1],[-1,0],[-1,0],[-1,-2],[0,-2],[1,-2],[0,-1],[7,-6],[1,-2],[3,-3],[2,-2],[0,-2],[-1,-1],[-6,-2],[-9,0],[-2,0],[-41,0],[-7,-1],[-32,0],[-13,0],[-14,0],[-21,0],[-6,-1],[-20,0],[-1,0],[-3,0],[-8,0],[-15,0],[-5,1],[-28,0],[-3,0],[-12,0],[-5,0],[-4,0],[-6,0],[-7,0],[-4,0],[-3,0],[-6,-1],[-2,0],[-1,0]],[[7280,7328],[-4,0],[-20,0],[-16,0],[-1,0],[-6,1],[-30,-1],[-2,0],[-4,0],[-18,0],[-19,0],[-13,0],[-2,-1],[-4,0],[-1,0],[-11,0],[-7,0],[-12,0],[-4,0],[-7,0],[-12,0],[-7,0],[-11,0],[-22,0],[-22,-1],[-2,0],[-5,0],[-9,0],[-4,0],[-4,0],[-3,0],[-3,0],[-7,-1],[-3,0],[-2,0],[-5,0],[-3,0],[-4,0],[-3,0],[-4,0],[-4,0],[-7,0],[-3,0],[-5,0],[-15,0],[-9,-1],[-43,0],[-6,0],[-4,0],[-17,0],[-12,-1],[-7,0]],[[6832,7323],[-1,16],[0,5],[0,1],[1,8],[0,7],[0,3],[0,6],[0,10],[0,39],[1,20],[0,5],[1,22],[0,11],[0,4],[0,4],[0,4],[0,6],[0,4],[0,7],[0,11],[-4,0],[-10,0],[-3,0],[-6,0],[-2,0],[-3,0],[-3,0],[-5,0],[-2,0],[-4,0],[-6,0],[-4,0],[-2,0],[-1,0],[-4,0],[-1,0],[-2,0],[-4,0],[-16,0],[-5,0],[-7,0],[-10,1],[-3,0],[-9,-1],[-7,1],[-1,0],[-7,-1],[-7,1],[-5,0],[-9,0],[-9,0],[-19,1],[-6,-1],[-33,1],[0,4],[1,30],[0,11],[0,2],[0,7],[0,7],[1,24],[0,6],[0,3],[0,3],[0,1],[0,19],[1,21],[-1,14],[1,14],[0,7],[0,16],[0,14],[0,10],[0,6],[1,13],[0,40],[0,5],[0,22],[0,2],[0,18],[0,4],[1,39],[1,10],[0,12],[0,1],[1,6]],[[5740,7710],[1,-5],[0,-2],[0,-5],[0,-2],[0,-3],[0,-1],[1,-4],[0,-3],[0,-3],[0,-1],[0,-2],[0,-5],[0,-3],[1,-2],[0,-4],[0,-5],[1,-3],[0,-4],[0,-4],[0,-2],[0,-2],[0,-25],[2,-22],[2,-22],[0,-9],[0,-7],[-1,-17],[0,-2],[0,-3],[0,-6],[0,-6],[0,-3],[0,-5],[1,-4],[0,-2],[0,-3],[0,-3],[0,-8],[0,-1],[0,-4],[1,-4],[0,-11],[0,-5],[1,-3],[0,-13],[0,-3],[0,-5],[0,-8],[0,-4],[1,-10],[0,-4],[0,-9],[1,-4],[0,-6],[0,-7],[0,-2],[0,-7],[0,-9],[0,-7],[1,-6],[1,-17],[0,-4]],[[5754,7345],[-11,0],[-9,0],[-19,0],[-8,0],[-32,0],[-3,0],[-7,0],[-1,0],[-9,0],[-3,0],[-13,0],[-3,1],[-15,0],[-31,0],[-9,0],[-2,0],[-8,0],[-4,0],[-6,0],[-18,0],[-7,0],[-15,0],[-4,0],[-5,0],[-4,0],[-3,0],[-3,0],[-2,0],[-4,0],[-4,0],[-4,0],[-4,0],[-4,0],[-7,1],[-5,0],[-4,0],[-13,0],[-20,0],[-5,1],[-9,0],[-3,0],[-5,0],[-3,0],[-18,0],[-21,1],[-3,0],[-1,0],[-2,0],[-53,1],[-12,0],[-3,0],[-4,0],[-13,0],[-7,1],[-4,0],[-15,0],[-6,0],[-23,0],[-8,0],[-4,1],[-6,0],[-15,0],[-10,0],[-5,0],[-4,0],[-5,0],[-1,0],[-21,0],[-2,0],[-14,0],[-2,0],[-5,0],[-5,0],[-16,-1],[-3,0],[-18,1],[-3,1],[-19,-1],[-11,1],[-6,0],[-10,0],[-16,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-12,1],[-2,0],[-7,0],[-3,0],[-4,0],[-1,0],[-1,0],[-5,0],[-6,0],[-6,0],[-9,0],[-6,0],[-5,0],[-5,0],[-9,1],[-3,0],[-5,0],[-11,0],[-3,0],[-3,0],[-7,0],[-15,0],[-6,0],[-3,0],[-2,0],[-5,0],[-7,1],[-3,0],[-5,0],[-6,0],[-4,0],[-1,0],[-2,0],[-9,0],[-9,0],[-11,0],[-34,1],[-9,0],[-10,1],[-14,0],[-1,0],[-11,0],[-7,0],[-7,1],[-3,0],[-14,0],[-2,0],[-3,0],[-22,1],[-22,0],[-1,0],[-3,0],[-6,0],[-9,1],[-10,0],[-13,0]],[[4595,7361],[-1,4],[0,6],[0,4],[0,6],[0,3],[0,4],[-1,15],[0,9],[-1,6],[0,3],[0,7],[0,6],[0,6],[-1,8],[0,6],[0,6],[0,5],[-1,5],[0,9],[0,5],[-1,10],[0,3],[0,4],[0,6],[0,7],[0,1],[0,2],[-1,5],[0,3],[0,9],[0,4],[0,2],[0,3],[-1,4],[0,8],[0,6],[-1,4],[0,2],[0,4],[0,1],[0,6],[-1,31],[0,1],[0,5],[-1,12],[0,7],[0,3],[-1,5],[0,5],[0,13],[-1,4],[0,5],[0,3],[0,3],[0,9],[-1,2],[0,3],[0,3],[0,7],[0,8],[-1,4],[0,4],[0,3],[-2,1],[0,1],[-4,0],[-17,-1],[-5,0],[-18,0],[-17,0],[-6,0],[-12,0],[-11,0],[-11,1],[-10,0],[-2,-1],[-5,0],[-2,0],[-3,0]],[[3264,7897],[0,-12],[0,-6],[-1,-9],[0,-10],[0,-17],[0,-5],[0,-3],[0,-5],[0,-4],[0,-2],[0,-1],[0,-7],[0,-3],[0,-8],[0,-7],[0,-13],[-1,-10],[0,-4],[0,-2],[0,-6],[0,-6],[0,-4],[0,-3],[0,-3],[0,-9],[0,-10],[0,-7],[0,-5],[0,-3],[0,-4],[0,-3],[0,-8],[-1,-3],[0,-18],[0,-19],[-1,-18],[0,-19],[0,-3],[0,-4],[0,-5],[0,-3],[0,-3],[-1,-19],[0,-5],[0,-4],[0,-5],[0,-4],[0,-15],[0,-7],[0,-3],[-1,-12],[0,-6],[0,-13],[0,-5],[0,-11],[0,-3],[0,-2],[-1,-4],[0,-3],[0,-9],[0,-14],[0,-4],[0,-5],[-1,-5],[0,-9],[0,-5],[0,-8],[0,-3],[0,-3],[-1,-15],[0,-6],[0,-2],[0,-1],[0,-11],[0,-3],[-1,-8],[0,-4],[0,-3],[0,-3],[0,-3],[0,-9],[0,-5],[0,-7],[-1,-9],[0,-8],[0,-4],[0,-3],[0,-5],[0,-4],[0,-4],[-1,-3],[0,-7],[0,-3],[0,-4],[0,-3],[0,-7],[0,-4]],[[3252,7269],[0,-5],[0,-4],[-1,-27],[0,-18],[0,-20],[0,-2],[-1,-16],[0,-7],[0,-12],[0,-19],[0,-6],[0,-5],[0,-5],[-1,-21],[0,-4],[0,-10],[0,-3],[0,-5],[0,-3],[0,-7],[0,-3],[0,-3],[0,-4],[0,-3],[0,-2],[0,-1],[0,-7]],[[3249,7047],[-3,0],[-3,0],[-2,0],[-3,0],[-12,0],[-6,0],[-5,0],[-3,0],[-4,0],[-2,0],[-4,0],[-4,0],[-13,-1],[-5,0],[-24,0],[-8,0],[-7,0],[-16,-1],[-10,0],[-23,0],[-26,-1],[-7,0],[-42,1],[-1,0],[-17,0],[-2,0],[-13,1],[-22,0],[-12,0],[-11,0],[-3,1],[-5,0],[-5,0],[-7,0],[-14,0],[-10,1],[-18,0],[-5,0],[-21,0],[-23,0],[-7,0],[-15,1],[-30,0],[-4,0],[-10,0],[-12,0],[-12,0],[-9,0],[-1,0],[-8,0],[-1,0],[-1,0],[-3,0],[-30,1],[-12,0],[-4,0],[-9,0],[-7,0],[-3,0],[-22,0],[-4,0],[-8,1],[-32,0],[-35,0],[-8,0],[-3,0],[-19,0],[-8,0],[-6,0],[-3,0],[-6,0],[-4,0],[-7,0],[-4,0],[-9,0],[-4,0],[-3,0],[-6,0],[-7,0],[-2,0],[-9,0],[-4,0],[-10,0],[-12,0],[-8,0],[-11,0],[-9,0],[-5,0],[-10,0],[-11,0],[-11,0],[-11,0],[-8,0],[-12,0],[-8,0],[-6,0],[-1,0],[-6,0],[-5,0],[-13,0],[-8,0],[-21,0],[-4,0],[-9,-1],[-10,0],[-3,0],[-10,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-7,0],[-4,0]],[[2181,7050],[0,3],[0,9],[-1,5],[0,4],[0,3],[0,4],[0,4],[0,5],[0,7],[0,6],[0,5],[0,2],[0,8],[0,5],[0,3],[-1,13],[0,4],[0,2],[0,10],[0,3],[0,3],[0,3],[0,7],[0,1],[0,3],[0,2],[0,3],[0,3],[0,3],[0,5],[0,3],[-1,3],[0,3],[0,3],[0,3],[0,7],[0,3],[0,1],[0,2],[0,3],[0,3],[0,4],[0,3],[0,3],[0,3],[0,3],[0,4],[0,11],[0,4],[0,6],[0,4],[0,3],[0,7],[0,4],[0,3],[0,4],[0,3],[0,7],[0,3],[0,4],[0,3],[-1,6],[0,4],[0,4],[0,3],[0,8],[0,5],[0,3],[0,5],[0,1],[0,8],[0,3],[0,3],[0,9],[0,7],[0,6],[-1,3],[0,10],[0,4],[0,3],[0,9],[0,9],[0,8],[0,6],[0,7],[-1,10],[0,4],[0,3],[1,5],[-1,9],[0,4],[0,13],[0,1],[0,4],[0,2],[0,4],[0,8],[0,2],[0,3],[0,3],[0,4],[0,3],[0,3],[0,2],[0,3],[0,3],[0,2],[0,4],[0,2],[0,3],[0,3],[0,3],[0,3],[0,3],[0,2],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[1,2],[0,3],[0,4],[0,2],[0,3],[0,3],[0,2],[0,3],[0,5],[0,4],[0,4],[0,4],[0,3],[0,9],[0,7],[0,4],[0,3],[0,4],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,1],[0,7],[0,1],[0,4],[0,1]],[[6832,7323],[-13,0],[-9,0],[-13,0],[-11,0],[-15,1],[-5,0],[-20,0],[-2,0],[-13,-1],[-4,0],[-2,0],[-1,0],[-3,0],[-5,0],[-38,0],[-21,1],[-1,0],[-8,0],[-36,0],[0,-4],[0,-25],[0,-7],[-1,-3],[-1,-20],[-1,-37],[0,-39],[0,-11],[-1,-16],[0,-8],[0,-5],[0,-17],[-10,-1],[-10,0],[-39,0],[-7,0],[-23,0],[-26,0],[-4,0],[-34,0],[-36,0],[-21,0],[-18,0],[0,-11],[-1,-19],[0,-4],[0,-2],[-1,-21],[0,-24],[0,-2],[0,-9],[-1,-11],[0,-17],[-1,-26],[0,-7],[0,-5],[0,-4],[-15,1],[-26,0],[-8,0],[-49,0],[-1,0],[-3,0],[-3,0],[-5,0],[-3,0],[-5,0],[-41,1],[-41,0],[-22,0],[0,-19],[-1,-2],[0,-11],[0,-13],[0,-8],[-1,-32],[0,-7],[0,-1],[0,-1],[0,-9],[-1,-28],[0,-3],[0,-37],[-1,-12],[0,-4]],[[6150,6784],[-15,0],[-8,0],[-47,1],[-5,0],[-7,0],[-12,0],[-8,0],[-12,0],[-15,1],[-10,0],[-19,0],[-10,0],[-14,0],[-6,1],[-3,-1],[-2,0],[-4,1],[-2,0],[-9,0],[-3,0],[-7,0],[-4,0],[-3,1],[-4,0],[-6,0],[-5,0],[-3,0],[-8,0],[-6,0],[-12,1],[-6,0],[-4,0],[-16,0],[-13,0],[-8,0],[-15,0],[-29,0],[-2,0],[-6,0],[-3,0],[-5,0],[-7,0]],[[5767,6789],[-1,60],[-1,35],[-1,23],[-3,156],[-1,24],[-3,141],[-2,50],[-1,59],[0,8]],[[9986,7895],[0,-26],[0,-29],[0,-38],[1,-121],[0,-71],[0,-121],[0,-71],[0,-53],[0,-27],[0,-148],[0,-10],[0,-10],[0,-13],[0,-64],[0,-12],[0,-23],[0,-53],[0,-36],[0,-8]],[[9987,6961],[-6,0],[-5,0],[-14,0],[-9,0],[-25,0],[-3,0],[-3,1],[-3,0],[-3,0],[-6,0],[-3,0],[-18,0],[-6,0],[-12,0],[-3,0],[-5,0],[-3,0],[-6,0],[-7,0],[-4,0],[-2,0],[-4,0],[-3,0],[-6,0],[-3,0],[-5,0],[-11,0],[-4,0],[-34,0],[-5,0],[-4,0],[-2,0],[-9,0],[-8,0],[-1,0],[-2,0],[-2,0],[-5,0],[-2,0],[-4,0],[-4,1],[-5,0],[-3,0],[-3,-1],[-2,0],[-2,0],[-6,0],[-8,0],[-3,0],[-12,0],[-3,0],[-3,0],[-3,0],[-8,0],[-3,1],[-11,0],[-1,0],[-2,0],[-4,0],[-5,0],[-3,0],[-3,0],[-6,0],[-6,0],[-11,0],[-3,0],[-4,0],[-6,0],[-10,0],[-1,0],[-4,0],[-3,0],[-6,0],[-1,0],[-1,0],[-8,0],[-16,0],[-2,0],[-5,0],[-10,0],[-15,0],[-3,0],[-5,0],[-3,0],[-5,0],[-10,0],[-3,1],[-3,0],[-17,-1],[-8,0],[-4,1],[-3,0],[-3,0],[-3,0],[-4,0],[-7,0],[-6,0],[-5,0],[-5,0],[-8,0],[-7,0],[-4,0],[-6,0],[-3,0],[-3,0],[-3,0],[-7,0],[-15,0],[-4,0],[-5,0],[-3,0],[-7,0],[-4,0],[-5,0],[-2,0],[-3,0],[-7,0],[-2,0],[-3,0],[-3,0],[-3,0],[-4,0],[-5,0],[-8,0],[-2,0],[-11,0],[-44,0],[-20,0],[-12,0],[-18,0],[-2,0],[-1,0],[-18,1],[-12,0],[-9,0],[-7,0],[-3,0],[-11,0],[-8,0],[-4,-1],[-7,0],[-10,0],[-3,0],[-6,0],[-4,0],[-4,0],[-4,0],[-5,0],[-5,0],[-2,0],[-2,0],[-2,0],[-4,0],[-3,0],[-2,0],[-6,0],[-2,0],[-3,0],[-3,0],[-14,0],[-5,0],[-2,0],[-13,0],[-6,0],[-15,0],[-5,0],[-7,0],[-3,0],[-3,0],[-4,0],[-4,0],[-2,0],[-2,0],[-1,0],[-3,0],[-2,0],[-3,0],[-3,0],[-6,0],[-4,0],[-6,0],[-5,0],[-6,0],[-10,0],[-3,0],[-3,0],[-5,0],[-3,0],[-4,0],[-2,0],[-3,0],[-4,0]],[[8871,6964],[0,1],[0,8],[0,7],[-1,31],[-1,71],[0,10],[0,15],[0,11],[-2,119],[0,4],[0,11],[-2,80],[0,33],[0,21],[-1,26],[0,48],[-1,22],[0,23],[0,4]],[[4595,7361],[0,-3],[0,-5],[0,-3],[0,-3],[0,-2],[0,-3],[0,-3],[1,-2],[0,-3],[0,-4],[0,-3],[0,-1],[0,-3],[0,-3],[0,-3],[0,-4],[0,-1],[0,-1],[0,-1],[1,-2],[0,-4],[0,-2],[0,-2],[0,-2],[0,-1],[0,-5],[0,-2],[0,-3],[0,-3],[1,-3],[0,-4],[0,-4]],[[4598,7273],[-4,0],[-4,0],[-9,0],[-1,0],[-4,0],[-6,0],[-2,0],[-4,0],[-7,0],[-4,0],[-4,0],[-6,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-5,0],[-3,0],[-4,0],[-5,0],[-3,0],[-3,0],[-6,1],[-8,0],[-3,0],[-2,0],[-7,0],[-7,0],[-5,0],[-4,0],[-6,0],[-10,0],[-3,0],[-6,0],[-2,0],[-3,0],[-4,0],[-8,0],[-3,0],[-4,0],[-5,0],[-1,0],[-3,0],[-10,0],[-4,0],[-8,0],[-3,0],[-6,0],[-6,0],[-3,0],[-5,0],[-9,0],[-3,0],[-4,0],[-3,1],[-4,0],[-9,0],[-9,0],[-3,0],[-10,0],[-11,0],[-12,0],[-7,0],[-2,0],[-2,0],[-3,0],[-5,0],[-4,0],[-6,0],[-3,-1],[-5,0],[-4,0],[-3,0],[-4,0],[-5,0],[-3,0],[-3,0],[-3,0],[-6,0],[-6,0],[-3,0],[-3,0],[-6,0],[-1,0],[-3,0],[-9,1],[-12,0],[-4,0],[-6,0],[-6,0],[-3,1],[-3,0],[-4,0],[-6,0],[-3,0],[-6,0],[-4,0],[-3,0],[-4,0],[-3,0],[-2,0],[-3,0],[-5,0],[-1,0],[-2,0],[-4,0],[-4,0],[-7,1],[-4,0],[-5,0],[-2,0],[-4,0],[-7,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-4,0],[-2,0],[-4,0],[-4,0],[-3,0],[-5,0],[-5,0],[-10,0],[-3,0],[-3,0],[-9,-1],[-3,0],[-6,0],[-6,0],[-5,0],[-4,0],[-4,0],[-4,0],[-3,0],[-4,0],[-5,0],[-2,0],[-4,0],[-3,0],[-2,0],[-8,0],[-10,0],[-5,0],[-5,-1],[-13,0],[-5,0],[-14,-1],[-15,0],[-2,0],[-10,0],[-11,-1],[-9,0],[-1,0],[-12,0],[-11,-1],[-3,0],[-8,0],[-4,0],[-4,0],[-4,0],[-9,-1],[-5,0],[-3,0],[-5,-1],[-11,0],[-11,-1],[-22,-1],[-6,-1],[-1,0],[-13,0],[-1,0],[-5,0],[-7,0],[-7,0],[-4,0],[-1,0],[-2,0],[-5,0],[-3,0],[-2,0],[-1,0],[-4,0],[-4,0],[-6,0],[-6,0],[-12,0],[-7,0],[-6,1],[-9,0],[-8,0],[-3,0],[-4,0],[-5,0],[-2,0],[-2,0],[-9,0],[-12,0],[-3,0],[-6,1],[-8,0],[-6,0],[-10,0],[-11,1],[-2,0],[-3,0],[-3,0],[-3,0],[-5,1],[-6,0],[-2,0],[-14,0],[-7,1],[-3,0],[-4,0],[-4,0],[-4,0],[-3,0],[-5,0],[-5,0],[-3,0],[-15,0],[-5,0],[-3,0],[-11,0],[-3,0],[-2,0],[-6,0],[-4,0],[-3,0],[-9,0],[-2,0],[-1,0],[-8,0],[-3,-1],[-8,0],[-11,0],[-5,0],[-7,0],[-4,0],[-3,0],[-4,0],[-6,-1],[-5,0],[-4,0],[-5,0],[-9,0],[-3,0],[-2,0],[-8,0],[-5,0],[-8,0],[-4,0],[-5,-1],[-5,0],[-9,0]],[[2181,7050],[-5,0],[-5,0],[-6,-1],[-2,0],[-5,0],[-4,0],[-4,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-5,0],[-5,0],[-4,0],[-3,0],[-4,0],[-4,0],[-3,0],[-3,0],[-2,0],[-4,0],[-2,0],[-3,0],[-3,0],[-5,0],[-4,0],[-3,0],[-5,0],[-1,0],[-3,0],[-3,0],[-4,0],[-3,0],[-5,0],[-1,0],[-3,-1],[-3,0],[-5,0],[-5,0],[-2,0],[-3,0],[-4,0],[-2,0],[-3,0],[-1,0],[-2,0],[-3,0],[-8,0],[-3,0],[-9,0],[-4,0],[-4,0],[-3,0],[-3,0],[-4,0],[-5,0],[-3,0],[-6,0],[-3,0],[-4,0],[-3,0],[-5,0],[-4,0],[-4,0],[-23,0],[-2,0],[-3,0],[-2,0],[-1,0],[-2,0],[-3,0],[-2,0],[-3,0],[-5,0],[-2,0],[-9,0],[-3,0],[-5,0],[-3,0],[-1,0],[-1,0],[-3,0],[-5,0],[-5,-1],[-5,0],[-4,0],[-3,0],[-3,0],[-2,0],[-4,0],[-3,0],[-3,0],[-2,0],[-1,0],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-1,0],[-2,0],[-3,0],[-4,0],[-2,0],[-2,0],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,-1],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-4,0],[-3,0],[-4,0],[-3,0],[-4,0],[-4,0],[-4,0],[-3,0],[-3,0],[-4,0],[-4,0],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-5,0],[-3,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-1,0],[-22,0],[-22,0],[-6,-1],[-8,1],[-3,0],[-4,0],[-2,-1],[-4,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-3,0],[-15,0],[-7,0],[-9,0],[-14,0],[-6,0],[-5,0],[-3,0],[-3,0],[-2,0],[-5,0],[-2,0],[-5,0],[-4,0],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-5,0],[-2,0],[-5,0],[-3,0],[-2,0],[-3,0],[-2,0],[-4,0]],[[1375,7045],[0,7],[0,3],[0,3],[0,5],[0,4],[0,4],[0,5],[0,3],[0,4],[0,5],[0,5],[0,3],[0,4],[0,3],[0,6],[0,4],[0,3],[0,3],[0,3],[0,3],[0,6],[0,6],[0,5],[0,2],[1,8],[0,4],[0,10],[0,4],[0,3],[0,3],[0,4],[0,3],[0,3],[0,3],[0,3],[0,3],[0,4],[0,2],[0,3],[0,2],[0,3],[0,4],[0,3],[0,3],[0,3],[0,2],[0,3],[0,3],[0,3],[0,2],[0,3],[0,3],[0,3],[0,3],[0,5],[0,3],[0,3],[0,4],[0,3],[0,2],[0,4],[0,3],[0,4],[0,3],[0,3],[1,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,2],[0,1],[0,7],[0,6],[0,6],[0,11],[0,7],[0,3],[0,3],[0,3],[0,3],[0,4],[0,4],[0,3],[0,3],[0,3],[0,5],[-1,5],[1,6],[0,3],[0,3],[0,3],[0,3],[0,17],[0,4],[0,7],[0,6],[0,10],[0,10],[0,3],[0,3],[0,2],[0,3],[0,3],[0,4],[0,3],[0,4],[0,6],[0,4],[0,11],[0,6],[0,3],[0,3],[-1,4],[0,2],[0,3],[0,6],[0,4],[0,1],[0,3],[0,3],[0,3],[0,6],[0,3],[0,5],[0,3],[0,4],[0,3],[0,5],[0,2],[0,2],[0,4],[0,10],[0,5],[0,8],[-1,20],[0,12],[0,3],[0,8],[0,5],[0,7],[0,6],[0,6],[0,6],[0,18],[-1,3],[0,5],[0,9],[0,5],[-31,0],[-5,0],[-7,0],[-7,0],[-4,0],[-5,0],[-4,0],[-4,0],[-5,0],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-4,0],[-3,-1],[-3,0],[-2,0],[-3,0],[-11,0],[-7,0],[-10,0],[-3,0],[-3,0],[-13,0],[-11,0],[-4,0],[-6,0],[-2,0],[-4,0],[-3,0],[-3,0],[-3,0],[-14,0],[-10,0],[-6,0],[-3,0],[-8,0],[-22,0],[-7,0],[-4,0],[-6,0]],[[1375,7045],[-5,0],[-4,0],[-3,0],[-2,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-2,0],[-4,0],[-3,0],[-3,0],[-4,0],[-6,-1],[-39,0],[-3,0],[-5,0],[-1,0],[-3,0],[-10,0],[-6,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-5,0],[-4,0],[-4,0],[-5,0],[-2,0],[-3,0],[-4,0],[-4,0],[-2,0],[-1,0],[-8,0],[-4,0],[-3,0],[-7,0],[-5,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-5,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0]],[[1111,7044],[0,4],[1,14],[0,4],[-1,4],[0,5],[0,3],[0,3],[0,8],[1,5],[0,3],[0,4],[0,4],[-1,3],[0,5],[0,5],[0,3],[0,4],[0,9],[0,3],[0,3],[0,3],[0,4],[0,4],[0,3],[-2,1],[-4,0],[-4,0],[-6,0],[-3,0],[-4,0],[-3,0],[-3,0],[-2,0],[-3,0],[-11,0],[-2,0],[-2,0],[-7,0],[-7,0],[-10,0],[-4,0],[-8,0],[-4,0],[-3,0],[-7,0],[-3,0],[-5,0],[-4,1],[-3,0],[-3,0],[-3,-1],[-7,0],[-7,0],[-3,0],[-3,0],[-2,0],[-3,0],[-10,1],[-3,0],[-3,-1],[-5,0],[-2,0],[-4,0],[-6,0],[-3,0],[-5,0],[-8,0],[-3,0],[-4,0],[-3,0],[-2,0],[-1,0],[-3,0],[-3,0],[-1,0],[-2,0],[-1,0],[-4,0],[-2,0],[-7,0],[-4,0],[-3,0],[-1,0],[-5,0],[-1,0],[-8,0],[-5,0],[-6,1],[-2,0],[-3,1],[0,3],[0,5],[0,3],[0,3],[1,3],[0,3],[0,3],[0,4],[0,3],[0,3],[0,2],[0,3],[0,3],[0,3],[0,3],[0,6],[-1,5],[0,5],[0,5],[0,6],[0,5],[0,3],[0,5],[0,8],[0,6],[0,2],[0,5],[-2,3],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-3,0],[-3,0],[-5,0],[-4,0],[-4,0],[-4,0],[-18,0],[-3,0],[-3,-1],[-4,0],[-4,0],[-3,0],[-4,0],[-4,0],[-4,0],[-7,0],[-13,0],[-6,0],[-4,0],[-3,0],[-4,0],[-3,0],[-4,0],[-6,0],[-8,-1],[-5,0],[-2,0],[-3,0],[-3,0],[-4,0],[-12,0],[-8,0],[-6,0],[-3,0],[-6,0],[-4,0],[-18,0],[-8,0],[-4,0],[-4,0],[-12,0],[-3,0],[-9,0],[-1,0],[-3,0],[-3,0],[-11,0],[-6,0],[-5,0],[-3,0],[-8,0],[-5,0],[-6,0],[-2,0],[-4,0],[-3,0],[-8,0],[-3,0],[-3,0],[-8,0],[-4,0],[-4,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-10,0],[-3,0],[-4,0],[-3,0],[-3,0],[-2,0],[-4,0],[-8,0],[-8,0],[-7,0],[-3,0],[-3,0],[-5,0],[-5,0],[-2,0],[-4,0],[-3,0],[-3,0],[-3,0],[-9,0],[-4,0],[-2,0],[-3,0],[-7,0],[-5,0],[-3,0],[-6,0],[-6,0],[-7,0],[-7,0],[-5,0],[-3,0],[-4,0],[-6,-1],[-11,0],[-3,0],[-8,0],[-6,0],[-9,0],[-3,0],[-6,0],[-10,0],[-16,0],[-7,0],[-11,0],[-3,0],[-11,0],[-10,1],[-10,-1],[-3,0],[-7,1],[-7,0],[-19,0],[-21,0],[-5,-1],[-3,1],[-4,0],[-3,0],[-6,0],[-5,0],[-4,0],[-3,0],[-3,0],[-3,0],[-4,0],[-15,0],[-3,0],[-4,0],[-2,0],[-3,0],[-7,0],[-7,0]],[[39,7266],[0,3],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,4],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,5],[0,2],[0,2],[0,1],[0,3],[0,3],[0,1],[0,3],[0,4],[0,3],[0,1],[0,6],[0,1],[0,1],[0,3],[0,3],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,5],[0,2],[0,2],[0,3],[0,2],[0,2],[0,2],[0,1],[0,4],[0,2],[0,1],[0,6],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,3],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,3],[0,1],[0,1],[0,2],[0,4],[0,3],[0,2],[0,1],[0,1],[0,3],[0,2],[0,9],[0,3],[0,5],[0,5],[0,4],[0,3],[0,13],[0,12],[0,3],[0,2],[0,6],[0,1],[0,4],[0,6],[0,13],[0,7],[0,2],[0,3],[0,3],[0,1],[0,1],[0,3],[0,6],[0,1],[0,3],[0,2],[0,3],[0,4],[0,4],[0,2],[0,4],[0,1],[0,3],[0,1],[0,3],[0,3],[0,1],[0,2],[0,5],[0,1],[0,10],[0,6],[0,5],[0,3],[0,45],[0,8],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[0,13],[0,13],[0,3],[0,3],[0,5]],[[7961,7510],[0,-4],[0,-2],[0,-6],[0,-3],[0,-3],[0,-4],[-1,-3],[0,-5],[0,-3],[0,-3],[1,-6],[0,-1],[0,-7],[0,-10],[0,-3],[0,-17],[0,-10],[0,-3],[0,-4],[0,-2],[0,-4],[0,-3],[0,-56],[0,-4],[0,-1],[0,-5],[-1,-5],[0,-6],[0,-5],[0,-7],[0,-4],[0,-3],[0,-4],[0,-4],[0,-1],[0,-7],[0,-16],[0,-6],[0,-5],[0,-6],[0,-1],[0,-12],[0,-13],[0,-4],[0,-3],[0,-3],[0,-3],[0,-6],[0,-3],[0,-3],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[0,-4],[0,-5],[0,-3],[0,-4],[0,-10],[0,-1],[0,-20],[0,-13],[0,-4],[0,-8],[0,-12],[0,-2],[0,-4],[0,-2],[0,-8],[0,-2],[0,-4],[0,-3],[0,-4],[0,-3],[0,-5],[-1,-2],[0,-3],[0,-3],[0,-8],[0,-2],[0,-3],[0,-27],[0,-3],[0,-3],[0,-1],[0,-3],[0,-3],[0,-4],[0,-6],[0,-3],[0,-4],[0,-5],[0,-6],[0,-7],[0,-1],[1,-2],[-1,-38],[0,-8],[0,-8],[0,-7],[0,-3],[0,-4],[0,-5],[0,-16],[0,-3],[0,-15],[0,-3],[0,-3],[0,-3],[0,-3],[-1,-3],[0,-2],[0,-3],[0,-1],[0,-2],[0,-4],[0,-3],[0,-1],[0,-22],[0,-5],[0,-4],[0,-4],[0,-3],[0,-4],[0,-4],[-1,-7],[1,-6],[0,-4],[0,-3],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-2],[0,-1],[0,-3],[0,-3],[0,-1],[0,-4],[0,-3],[0,-3],[0,-4],[0,-3],[0,-3],[0,-4],[0,-4],[0,-3],[0,-5],[0,-5],[0,-5],[0,-4],[0,-4],[0,-5],[0,-5],[0,-2],[0,-6],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-4],[0,-3],[0,-4],[0,-3],[0,-3],[0,-5],[0,-4],[0,-5],[0,-4],[0,-15],[0,-5],[0,-6]],[[7957,6592],[-5,0],[-7,0],[-5,0],[-1,0],[-5,0],[-5,0],[-9,0],[-4,0],[-9,0],[-3,0],[0,-7],[-1,-11],[0,-4],[0,-7],[0,-2],[-1,-5],[0,-7],[0,-13],[-1,-4],[0,-5],[0,-3],[-1,-25],[0,-3],[0,-8],[0,-3],[-1,-14],[-1,-22],[0,-5],[-1,-5],[0,-6],[-1,-22],[0,-6],[-1,-15],[0,-6],[-6,-1],[-3,1],[-3,0],[-1,0],[-6,0],[-1,0],[-4,0],[-11,0],[-3,0],[-3,1],[-12,0],[-21,1],[-16,0],[-12,1],[-4,0],[-3,0],[-3,0],[-4,0],[-4,0],[-4,0],[-2,0],[-8,1],[-11,0],[-3,0],[-3,0],[-12,0],[-9,1],[-3,0],[-2,0],[-1,0],[-2,0],[-5,1],[-4,0],[-3,0],[-3,0],[-6,0],[-3,0],[-1,0],[-3,0],[-3,1],[-2,0],[-3,0],[-6,0],[-3,0],[-3,0],[-4,0],[-3,1],[-5,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-11,1],[-8,0],[-6,0],[-38,2],[-1,0],[-14,1],[-6,0],[-3,0],[-13,1],[-22,1],[-12,0],[-10,0],[-3,0],[-6,1],[-2,0],[-12,0],[-7,0],[-6,1],[-5,0],[-6,0],[-4,0],[-5,0],[-4,1],[-6,0],[-6,0],[-22,1],[-8,0],[-4,0],[-2,1],[-6,0],[-7,0],[-5,0]],[[7366,6403],[0,9],[0,3],[0,10],[0,2],[0,4],[0,1],[1,9],[-1,6],[0,5],[0,6],[0,5],[0,4],[0,3],[0,3],[0,2],[0,4],[0,6],[0,3],[0,3],[0,3],[0,3],[0,6],[0,6],[0,3],[0,5],[1,3],[0,3],[0,4],[0,4],[0,4],[-1,6],[0,5],[0,3],[0,6],[0,5],[0,4],[0,3],[0,3],[1,3],[-1,5],[0,7],[0,2],[0,3],[0,2],[-6,0],[-9,0],[-7,0],[-4,0],[-3,0],[-4,1],[-3,0],[-1,0],[-2,0],[-5,0],[-3,-1],[-4,1],[-3,0],[-3,0],[-2,0],[-5,0],[-3,0],[-3,0],[-1,0],[-2,0],[-2,0],[-4,0],[-5,0],[-5,0],[-5,0]],[[7272,6593],[0,5],[0,3],[0,9],[0,4],[0,4],[0,4],[0,4],[0,4],[0,3],[1,3],[0,4],[0,2],[0,3],[0,3],[0,4],[0,6],[0,3],[0,3],[0,3],[0,5],[0,4],[0,3],[0,3],[0,4],[0,3],[0,4],[0,3],[0,4],[0,4],[0,10],[0,3],[0,4],[0,3],[1,4],[0,2],[0,3],[-1,3],[0,2],[0,3],[0,4],[1,4],[0,3],[0,4],[0,5],[0,3],[0,2],[0,3],[0,3],[0,3],[0,3],[0,6],[0,3],[0,2],[0,4],[0,2],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,4],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,1],[0,3],[0,2],[0,1],[0,6],[0,3],[0,2],[0,5],[0,3],[0,4],[0,4],[0,3],[0,3],[0,5],[0,2],[0,6],[0,3],[0,2],[0,5],[1,6],[0,6],[0,6],[0,8],[0,3],[0,5],[0,10],[0,4],[0,14],[0,1],[0,7],[0,6],[1,14],[0,5],[0,6],[0,3],[0,3],[0,6],[0,5],[0,8],[0,3],[0,3],[0,9],[1,4],[-1,3],[1,12],[0,4],[0,5],[0,5],[0,6],[0,3],[0,3],[0,3],[0,5],[0,3],[1,28],[0,4],[0,4],[1,17],[-1,3],[0,1],[1,24],[0,12],[0,31],[0,2],[0,5],[0,1],[0,16],[0,9],[0,29],[1,26],[0,15]],[[8871,6964],[0,-9],[0,-14],[0,-64],[0,-120],[0,-23],[0,-3],[0,-4],[0,-2],[0,-7],[0,-8],[0,-24],[0,-10],[0,-27],[0,-3],[0,-14],[0,-1],[0,-39],[-5,-1],[-3,0],[-3,0],[-3,0],[-5,0],[-4,0],[-9,0],[-1,0],[-31,0],[-1,0],[-8,0],[-11,0],[-8,0],[-5,0],[-20,0],[-11,0],[-10,0],[-4,0],[-6,0],[-6,0],[-2,0],[-5,0],[-3,0],[-6,0],[-5,0],[-3,0],[-5,0],[-3,0],[-4,0],[-5,0],[-4,0],[-2,0],[-1,0]],[[8669,6591],[-9,0],[-2,0],[-4,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-3,0],[-3,0],[-2,0],[-3,0],[-7,0],[-6,0],[-3,0],[-5,0],[-7,0],[-7,1],[-11,-1],[-8,1],[-8,0],[-7,0],[-4,0],[-3,0],[-1,0],[-2,0],[-3,0],[-3,0],[-5,0],[-5,0],[-2,0],[-6,0],[-4,0],[-3,0],[-4,0],[-3,0],[-6,0],[-2,0],[-3,0],[-9,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-9,0],[-3,0],[-11,0],[-6,0],[-10,0],[-14,0],[-3,-1],[-21,0],[-4,0],[-3,0],[-44,1],[-36,0],[-13,0],[-29,0],[-6,0],[-7,0],[-3,0],[-4,0],[-3,0],[-4,0],[-3,0],[-4,0],[-3,0],[-3,0],[-6,0],[-4,0],[-4,0],[-2,0],[-6,0],[-3,0],[-4,0],[-2,0],[-4,0],[-8,0],[-4,0],[-3,0],[-2,0],[-5,1],[-4,-1],[-4,0],[-2,1],[-4,0],[-3,0],[-2,0],[-3,0],[-6,0],[-2,0],[-3,0],[-4,0],[-3,0],[-7,0],[-5,0],[-5,0],[-4,0],[-2,0],[-5,0],[-9,0],[-4,0],[-2,0],[-7,0],[-3,0],[-13,0],[-6,0],[-3,0],[-3,0],[-4,0],[-2,0],[-5,0],[-2,0],[-4,0],[-5,0],[-3,0],[-5,0],[-4,0],[-4,0],[-3,0],[-5,0],[-4,0],[-4,0],[-6,0],[-2,0],[-3,-1],[-3,0],[-2,0],[-3,0],[-4,0]],[[5767,6789],[-4,0],[-8,0],[-8,0],[-3,0],[-11,0],[-3,0],[-4,0],[-7,0],[-6,0],[-9,0],[-6,0],[-3,0],[-6,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-10,0],[-4,0],[-6,0],[-3,0],[-2,0],[-2,0],[-1,0],[-2,0],[-4,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,0],[-4,0],[-2,0],[-4,0],[-6,0],[-4,0],[-3,0],[-2,0],[-4,0],[-4,0],[-3,0],[-3,0],[-2,0],[-4,-1],[-3,0],[-3,0],[-5,0],[-5,0],[-3,0],[-3,0],[-2,-1],[0,-2],[0,-4],[1,-5],[0,-13],[0,-4],[1,-3],[0,-3],[0,-1],[0,-5],[0,-3],[0,-3],[1,-4],[0,-3],[0,-3],[0,-2],[0,-4],[0,-2],[1,-3],[0,-4],[0,-3],[0,-4],[0,-3],[0,-2],[0,-3],[1,-3],[0,-1],[0,-6],[0,-3],[0,-3],[0,-3],[1,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[1,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-3],[1,-3],[0,-3],[0,-2],[0,-4],[0,-3],[0,-3],[0,-2],[0,-3],[1,-3],[0,-3],[0,-5],[0,-3],[0,-6]],[[5543,6604],[-2,0],[-5,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,0],[-3,0],[-5,0],[-4,0],[-4,0],[-4,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-5,0],[-2,0],[-4,0],[-3,0],[-2,0],[-7,0],[-3,0],[-2,0],[-4,0],[-2,0],[-3,0],[-4,0],[-5,0],[-3,0],[-2,0],[-1,0],[-3,0],[-5,0],[-4,0],[-4,0],[-6,0],[-4,0],[-3,0],[-3,0],[-6,0],[-2,0],[-4,0],[-3,0],[-7,0],[-3,0],[-5,0],[-6,0],[-5,0],[-5,1],[-2,0],[-1,0],[-3,0],[-5,0],[-6,0],[-4,0],[-10,0],[-2,0],[-6,0],[-1,0],[-1,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,1],[-3,0],[-4,0],[-2,0],[-3,0],[-7,0],[-4,0],[-3,0],[-5,0],[-10,0],[-7,0],[-3,0],[-3,0],[-4,1],[-3,0],[-4,0],[-4,0],[-10,0],[-4,0],[-4,0],[-4,0],[-5,0],[-6,0],[-4,0],[-7,0],[-8,0],[-12,1],[-4,0],[-3,0],[-7,0],[-4,0],[-5,0],[-6,0],[-3,0],[-4,0],[-9,0],[-3,0],[-3,0],[-3,0],[-2,0],[-2,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-4,0],[-5,0],[-3,0],[-2,0],[-6,1],[-7,0],[-3,0],[-3,0],[-3,0],[-5,0],[-3,0],[-1,0],[-2,0],[-3,0],[-4,0],[-2,0],[-3,0],[-2,0],[-3,0],[-3,0],[-1,1],[-1,0],[-2,0],[-3,0],[-2,0],[-4,0],[-3,0],[-3,0],[-5,0],[-2,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-2,0],[-5,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-9,0],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-7,0],[-4,0],[-3,0],[-7,1]],[[4866,6611],[-7,0],[-4,0],[-4,0],[-3,0],[-3,0],[-1,0],[-7,0],[-3,0],[-10,0],[-4,0],[-4,0],[-9,0],[-7,0],[-3,0],[-4,0],[-4,0],[-11,0],[-9,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-5,0],[-3,0],[-3,0],[-5,0],[-5,0],[-3,0],[-3,0],[-3,1],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-5,0],[-3,0],[-4,0],[-3,0],[-5,0],[-3,0],[-4,0],[-4,0],[-5,0],[-4,0],[-2,0],[-4,0],[-3,0],[-6,1],[-2,0],[-4,0],[-3,0],[-4,0],[-6,0],[-4,0]],[[4622,6613],[0,3],[0,3],[0,4],[0,4],[0,4],[0,4],[-1,4],[0,3],[0,3],[0,3],[0,4],[0,3],[0,3],[0,4],[0,3],[-1,3],[0,5],[0,3],[0,3],[0,2],[0,4],[0,1],[0,3],[0,4],[0,4],[-1,5],[0,4],[0,1],[0,2],[0,4],[0,3],[0,4],[0,3],[0,4],[0,3],[-1,3],[0,4],[0,1],[0,10],[-1,20],[-1,23],[0,10],[0,5],[0,10],[-1,6],[0,7],[0,3],[0,4],[-1,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,4],[0,3],[-1,4],[0,3],[0,2],[0,4],[0,4],[0,3],[0,4],[0,3],[-1,3],[0,4],[0,2],[0,4],[-1,14],[0,4],[-1,20],[0,2],[0,16],[-1,18],[0,5],[0,6],[0,3],[-1,4],[0,13],[-1,8],[-1,27],[0,2],[0,2],[0,4],[0,8],[0,8],[0,1],[0,2],[-1,13],[0,1],[0,2],[0,3],[0,4],[0,6],[-1,4],[0,5],[0,5],[0,5],[0,8],[-1,8],[0,3],[0,3],[0,5],[0,3],[0,3],[-1,4],[0,5],[0,4],[0,7],[-1,6],[0,5],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[-1,13],[0,2],[0,8],[-1,9],[0,5],[0,6],[0,3],[0,3],[0,3],[-1,6],[0,3],[0,6],[0,1],[0,3],[0,4]],[[7272,6593],[-11,-1],[-8,1],[-3,-1],[-5,0],[-4,0],[-7,0],[-3,0],[-6,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-5,0],[-2,0],[-1,0],[-8,0],[-8,0],[-5,0],[-5,0],[-3,0],[-14,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-2,0],[-4,0],[-1,0],[-5,0],[-7,0],[-1,0],[-4,0],[-2,0],[-10,0],[-5,0],[-3,0],[-7,0],[-2,0],[-3,0],[-4,0],[-3,0],[-5,0],[-3,0],[-10,0],[-5,0],[-3,0],[-4,0],[-15,0],[-8,0],[-3,0],[-10,0],[-8,0],[-7,0],[-6,0],[-3,0],[-15,0],[-10,0],[-46,1],[-4,0],[-3,0],[-7,0],[-5,0],[-4,0],[-7,0],[-8,0],[-13,0],[-12,1],[-12,0],[-10,0],[-6,1],[-21,0],[-1,0],[-19,0],[-42,-1],[-28,1],[-20,0],[-22,1],[-4,0],[-41,0],[-6,0],[-13,0],[-6,0],[-1,0],[-12,0],[-2,1],[-5,0],[-3,0],[-7,0],[-11,0],[-30,1],[-16,0],[-11,0],[-13,0],[-34,0],[-10,0],[-8,0],[-3,0],[-4,0],[-11,1],[-2,0],[-7,0],[-2,0],[-9,0],[-10,0],[-4,0],[-3,0],[-1,0],[-1,0],[-9,0],[-5,1],[-5,0],[-7,0],[-4,0],[-5,0],[-5,0],[-10,0],[-9,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,1],[-3,0],[-5,0],[-8,0],[-2,0],[-5,0],[-4,0]],[[6248,6601],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-4,0],[-4,0],[-4,0],[-4,0],[-2,0],[-3,0],[-3,0],[-5,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-3,0],[-2,0],[-4,0],[-3,0],[-2,0],[-7,1],[-4,-1],[0,18],[0,3],[0,25],[1,10],[1,36],[1,37],[0,1],[0,11],[0,7],[0,1],[1,16],[0,4],[0,14]],[[4622,6613],[-8,0],[-4,0],[-7,0],[-5,0],[-2,0],[-4,1],[-9,0],[-9,0],[-6,0],[-1,-9],[-5,0],[-6,0],[-5,0],[-5,0],[-26,0],[-3,0],[-5,0],[-11,1],[-13,-1],[-17,0],[-14,0],[-7,0],[-13,0],[-6,0],[-13,0],[-3,0],[-7,0],[-2,0],[-6,0],[-29,0],[-4,1],[-5,0],[-2,0],[-4,-1],[-8,0],[-12,0],[-8,0],[-5,0],[-14,0],[-3,0],[-15,1],[-2,-1],[-11,1],[-22,0],[-5,0],[-6,0],[-12,0],[-5,-1],[-10,1],[-13,0],[-2,0],[-4,0],[-10,-1],[-3,0],[-8,1],[-4,0],[-5,0],[-23,0],[-16,-1],[-6,1],[-9,0],[-3,0],[-13,0],[-7,-1],[-5,0],[-4,0],[-13,0],[-16,0],[-22,0],[-18,0],[-7,0],[-18,0],[-4,0],[-11,0],[-9,0]],[[3965,6605],[-10,0],[-14,0],[-5,0],[-11,0],[-5,0],[-10,0],[-6,0],[-45,0],[-10,0],[-7,0],[-3,0],[-8,0],[-8,0],[-5,-1],[-1,0],[-2,0],[-21,0],[-3,0],[-5,0],[-20,0],[-7,0],[-9,0],[-5,0],[-5,0],[-9,0],[-3,0],[-16,0],[-8,0],[-5,0],[-5,-1],[-5,0],[-10,0],[-6,0],[-4,0],[-3,1],[-3,0],[-3,-1],[-5,0],[-3,0],[-4,0],[-8,0],[-3,0],[-2,0],[-4,0],[-2,0],[-3,1],[-1,0],[-4,0],[-3,0],[-8,0],[-7,0],[-11,0],[-74,-1],[-15,0],[-7,0],[-22,0],[-12,-1],[-3,0],[-4,0],[-5,0],[-3,0],[-6,0],[-11,0],[-3,0],[-4,0],[-3,0],[-4,0],[-9,0],[-16,0],[-3,0],[-4,0],[-8,0],[-4,0],[-11,0],[-4,0],[-4,0],[-3,0],[-9,0],[-3,0],[-8,0],[-5,0],[-5,0],[-3,0],[-4,0],[-3,0],[-1,0],[-2,0],[-3,0],[-6,0],[-4,-1],[-5,0],[-6,0],[-9,0],[-13,0],[-3,0],[-7,0]],[[3251,6601],[0,4],[-1,14],[0,3],[0,16],[0,6],[0,3],[0,10],[0,4],[0,5],[0,3],[0,4],[0,6],[0,16],[0,3],[0,6],[0,4],[0,4],[0,3],[0,5],[0,3],[0,6],[0,3],[0,4],[0,4],[0,8],[0,7],[0,9],[0,4],[-1,3],[0,3],[0,13],[0,37],[0,10],[0,8],[0,4],[0,15],[0,26],[0,11],[0,25],[-1,12],[1,6],[0,4],[0,3],[0,6],[0,14],[-1,4],[0,6],[0,10],[1,3],[0,3],[-1,3],[0,3],[0,1],[0,3],[0,4],[1,2],[0,1],[0,3],[0,4],[0,3],[0,2],[0,5],[0,3],[0,5],[0,4],[0,4],[0,3]],[[1111,7044],[0,-3],[0,-10],[0,-3],[0,-4],[0,-6],[0,-6],[0,-3],[0,-3],[0,-12],[0,-23],[0,-4],[0,-3],[0,-6],[0,-6],[0,-4],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[0,-6],[0,-4],[0,-6],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-6],[0,-3],[0,-4],[0,-3],[0,-2],[0,-6],[0,-3],[0,-3],[0,-4],[0,-3],[0,-5],[0,-3],[0,-4],[0,-2],[0,-5],[0,-2],[0,-4],[0,-4],[0,-3],[0,-7],[0,-3],[0,-11],[0,-3],[0,-4],[0,-3],[0,-5],[0,-5],[0,-4],[0,-3],[0,-3],[-1,-15],[0,-3],[0,-5],[0,-2],[0,-4],[0,-2],[0,-3],[0,-5],[0,-7],[0,-3],[0,-4],[0,-3],[0,-2],[0,-3],[0,-3],[0,-4],[0,-4],[0,-4],[0,-3],[0,-1],[0,-2],[0,-3],[0,-2],[0,-3],[0,-2],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[0,-21],[0,-11],[0,-6],[1,-18],[-8,0],[-3,0],[-4,0],[-4,0],[-4,0],[-4,0],[-5,0],[-4,0],[-4,0],[-3,0],[-2,0],[-17,0],[-4,0],[-3,-1],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-4,0],[-10,0],[-3,0],[-6,0],[-4,0],[-3,0],[-5,0],[-13,0]],[[977,6597],[-11,0],[-33,0],[-12,0],[-12,0],[-21,0],[-12,0],[-11,0],[-10,0],[-12,0],[-16,-1],[-1,0],[-12,0],[-16,0],[-24,0],[-20,0],[-10,0],[-4,0],[-9,0],[-4,0],[-18,0],[-32,0],[-14,0],[-19,0],[-24,0],[-3,0],[-1,0],[-5,0],[-10,0],[-20,0],[-6,0],[-3,0],[-4,0],[-6,0],[-5,0],[-6,0],[-3,0],[-2,0],[-3,0],[-4,0],[-3,0],[-7,0],[-6,0],[-4,0],[-14,-1],[-3,0],[-5,0],[-12,0],[-29,0],[-2,0],[-13,0],[-27,0],[-16,0],[-3,0],[-21,0],[-19,0],[-3,0],[-7,0],[-10,0],[-2,0],[-15,0],[-13,0],[-9,0],[-11,0],[-23,0],[-44,0],[-12,0],[-33,0],[-10,0],[-19,0],[-1,0],[-3,0],[-12,0],[-22,0],[-17,0],[-3,0],[-1,0],[-3,0],[-3,0],[-35,0],[-4,0]],[[40,6595],[0,4],[0,1],[0,7],[-1,5],[0,1],[0,2],[0,1],[0,1],[0,1],[0,4],[0,5],[0,5],[0,5],[0,2],[0,3],[0,4],[0,3],[0,2],[0,1],[0,2],[0,5],[0,6],[0,2],[0,2],[1,2],[0,5],[0,6],[0,8],[0,1],[0,2],[0,3],[0,3],[0,7],[0,6],[0,7],[0,1],[0,7],[0,3],[0,4],[0,6],[0,4],[0,4],[0,3],[0,2],[0,3],[0,2],[0,3],[-1,5],[0,4],[0,6],[0,5],[0,3],[0,3],[0,6],[0,9],[0,1],[0,3],[0,3],[0,4],[0,3],[0,3],[0,1],[0,1],[0,4],[0,1],[0,4],[0,4],[0,4],[0,4],[0,5],[0,5],[0,4],[0,4],[0,8],[0,1],[0,4],[0,3],[0,6],[0,11],[0,2],[0,11],[0,4],[0,4],[0,7],[0,6],[0,3],[0,4],[0,6],[0,3],[0,3],[0,8],[0,6],[0,8],[0,2],[0,9],[0,4],[0,3],[0,3],[0,3],[0,3],[0,5],[0,3],[0,5],[0,13],[0,4],[0,8],[0,6],[0,2],[0,1],[0,8],[0,5],[0,3],[0,1],[0,3],[0,1],[0,1],[0,3],[0,6],[0,3],[0,3],[0,7],[0,4],[0,3],[0,14],[0,4],[0,3],[0,10],[0,3],[0,10],[0,6],[0,8],[0,6],[0,4],[0,4],[0,11],[0,3],[0,3],[0,2],[0,5],[0,5],[0,1],[0,2],[0,4],[0,6],[0,4],[0,7],[0,4],[0,3],[0,7],[0,3],[0,3],[0,3],[0,7],[0,3],[0,1],[0,2],[0,4],[0,7],[0,1]],[[3251,6601],[-5,0],[-5,0],[-2,0],[-8,0],[-4,0],[-5,0],[-2,0],[-7,0],[-13,0],[-3,0],[-18,0],[-4,-1],[-2,0],[-3,0],[-3,0],[-3,0],[0,-2],[0,-38],[0,-7],[0,-18],[0,-15],[0,-13],[0,-6],[0,-11],[-22,0],[-23,0],[1,-18],[0,-19],[0,-3],[0,-16],[0,-18],[0,-4],[0,-3],[0,-30],[-4,0],[-8,0],[-10,0],[-3,0],[-3,0],[-15,0],[-11,0],[-5,0],[-3,0],[-10,0],[-7,1],[-10,0],[0,-4],[0,-4],[0,-6],[0,-2],[0,-6],[0,-4],[0,-5],[0,-3],[0,-3],[0,-10],[0,-16],[-1,-10],[0,-4],[0,-3],[0,-3],[0,-5],[0,-14],[0,-9],[0,-18],[0,-6],[-1,-50],[0,-12],[0,-25]],[[3029,6158],[-11,0],[-7,0],[-6,0],[-7,0],[-3,0],[-3,0],[-8,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-6,0],[-4,0],[-3,0],[-3,0],[-2,0],[-2,1],[-9,0],[-6,0],[-7,0],[-5,0],[-6,0],[-4,0],[-7,0],[-4,0],[-9,1],[-4,0],[-3,0],[-7,0],[-7,0],[-2,0],[-5,0],[-6,0],[-4,0],[-5,0],[-6,0],[-10,0],[-4,0],[-8,0],[-2,0],[-3,1],[-11,0],[-6,0],[-9,0],[-10,0],[-3,0],[-9,0],[-12,0],[-4,0],[-8,0],[-7,0],[-4,0],[-9,0],[-4,0],[-6,0],[-8,0],[-3,0],[-11,0],[-6,0],[-2,0],[-3,0],[-11,0],[-45,0],[-14,0],[-8,0],[-22,0],[-14,0],[-3,0],[-7,0],[-5,0],[-13,0],[-3,0],[-3,0],[-17,0],[-2,0],[-2,0],[-10,0],[-4,0],[-15,0],[-3,0],[-5,0],[-7,0],[-4,0],[-9,0],[-9,0],[-6,0],[-4,0],[-4,0],[-7,0],[-3,0],[-6,0],[-7,0],[-6,0],[-6,0],[-4,0],[-6,0],[-3,0],[-3,0],[-2,0],[-5,0],[-3,0],[-3,0],[-4,0],[-6,1],[-6,0],[-4,0],[-6,0],[-4,0],[-4,0],[-6,0],[-3,0],[-10,0],[-2,0],[-2,0],[-12,0],[-3,0],[-3,0],[-9,0],[-4,0],[-11,0],[-5,0],[-5,0],[-11,0],[-19,0],[-4,0],[-5,0],[-3,0],[-5,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-4,0],[-4,0]],[[2183,6162],[0,5],[0,8],[0,7],[0,3],[0,5],[0,4],[0,5],[0,5],[0,3],[0,5],[0,4],[0,3],[0,4],[0,9],[0,3],[0,4],[0,11],[0,8],[0,10],[0,6],[0,5],[0,5],[0,3],[0,5],[0,3],[0,4],[0,1],[0,2],[0,5],[0,3],[0,5],[0,3],[0,3],[0,6],[0,3],[0,5],[0,4],[-1,3],[0,4],[0,4],[0,4],[0,2],[0,1],[0,6],[0,3],[0,4],[0,3],[0,6],[0,3],[0,4],[0,5],[0,7],[0,14],[0,3],[0,4]],[[2182,6419],[0,4],[0,8],[0,6],[0,9],[0,4],[0,4],[0,3],[0,3],[0,5],[0,6],[0,11],[0,3],[0,4],[0,4],[0,4],[0,7],[0,3],[0,4],[0,4],[0,3],[0,3],[0,5],[0,4],[0,5],[0,5],[0,3],[0,3],[0,1],[0,14],[0,7],[0,8],[0,9],[0,4],[0,3],[0,5],[0,4],[0,3],[0,6],[0,12],[0,5],[0,8],[0,7],[0,4],[0,3],[0,3],[0,8],[0,9],[0,3],[0,3],[0,3],[0,5],[0,2],[0,4],[0,3],[0,2],[0,1],[0,5],[0,3],[0,4],[0,4],[0,4],[0,3],[0,3],[0,3],[0,5],[0,5],[0,6],[0,3],[0,3],[0,3],[0,3],[0,5],[0,3],[0,8],[0,5],[0,5],[0,7],[0,4],[0,5],[0,2],[0,4],[0,8],[0,4],[-1,4],[0,7],[0,3],[0,3],[0,4],[0,2],[0,1],[0,4],[0,5],[0,3],[0,3],[1,3],[0,4],[0,3],[0,4],[-1,4],[0,4],[0,3],[0,3],[0,4],[0,3],[0,5],[0,3],[0,1],[0,3],[0,3],[0,3],[0,6],[0,6],[0,2],[0,5],[0,6],[0,5],[0,4],[0,4],[0,5],[0,2],[0,4],[0,5],[0,8],[0,3],[0,6],[0,4],[0,5],[0,6],[0,10],[0,5],[0,4],[0,3],[0,5],[0,3],[0,3],[0,4],[0,3],[0,3],[0,1],[0,3],[0,5],[0,4],[0,4]],[[2182,6419],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-4,-1],[-4,0],[-6,0],[-5,0],[-13,0],[-2,0],[-4,0],[-3,0],[-4,0],[-3,0],[-7,0],[-4,0],[-8,0],[-5,0],[-4,0],[-7,0],[-3,0],[-4,0],[-7,0],[-8,0],[-3,0],[-4,0],[-3,0],[-15,0],[-8,0],[-3,0],[-7,0],[-1,0],[-4,0],[-4,0],[-7,0],[-5,0],[-6,-1],[-20,0],[-20,0],[-4,0],[0,-5],[0,-3],[0,-4],[0,-3],[0,-4],[0,-3],[0,-11],[0,-4],[-3,0],[-4,-1],[-4,0],[-11,0],[-11,0],[-3,0],[-3,0],[-4,0],[-8,0],[-8,0],[-3,0],[-8,0],[-7,0],[-38,0],[-1,0],[-18,0],[-5,0],[-6,0],[-8,0],[-3,0],[-18,0],[-1,0],[-13,0],[-12,0],[-3,0],[-7,0],[-4,0],[-52,0],[-1,-27],[0,-4],[0,-3],[0,-4],[1,-3],[0,-2],[0,-3],[0,-8],[0,-11],[0,-4],[-1,-5],[1,-5],[0,-14],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[0,-3],[-13,-1],[-4,0],[-5,0],[-14,-1],[-12,0],[-1,0],[-17,0],[-66,-1],[-49,0],[-11,0],[-2,0],[-6,0],[-6,0],[-17,-1],[-44,0],[-5,2],[-11,0],[-4,0],[-3,-1],[-4,0],[-7,0],[-8,0],[-3,0],[-14,0],[-6,0],[-15,0],[-9,0],[-8,0],[-4,0],[-7,0],[-14,0],[-4,0],[-6,0],[-12,0],[-3,0],[-4,0],[-1,0],[-13,0],[-35,-1],[-7,0],[-15,0],[-3,0],[-1,0],[-3,0],[-13,0],[-2,0],[-1,0],[-16,-1],[-3,0],[-2,0],[-3,0]],[[1114,6262],[0,8],[0,1],[0,24],[0,1],[0,2],[0,5],[-1,35],[0,17],[0,21],[-11,0],[-11,0],[-17,0],[-10,0],[-18,0],[-3,-1],[-2,0],[-2,0],[-5,0],[-3,0],[-2,0],[-7,0],[-4,0],[-4,0],[-4,0],[-2,0],[-4,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-2,2],[0,2],[0,3],[-1,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,4],[0,3],[0,4],[0,3],[0,3],[0,4],[0,3],[0,5],[0,5],[0,4],[0,5],[0,3],[0,3],[0,4],[0,3],[-1,7],[0,7],[0,5],[0,5],[0,4],[0,2],[0,8],[0,5],[0,2],[0,4],[0,4],[0,4],[0,3],[0,4],[0,3],[0,3],[0,3],[0,2],[0,3],[0,5],[0,5],[0,3],[0,4],[0,1],[0,2],[0,4],[0,5],[0,7],[0,3],[-1,4],[0,4],[0,6],[0,4]],[[9987,6961],[-1,-22],[0,-86],[0,-146],[0,-6],[0,-8],[0,-10],[0,-29],[0,-100],[0,-11],[0,-122],[0,-17],[0,-9],[0,-25],[0,-4]],[[9986,6366],[-3,0],[-5,0],[-21,0],[-1,0],[-3,0],[-3,0],[-24,0],[-8,0],[-14,0],[-4,0],[-3,0],[-29,0],[-12,0],[-19,0],[-2,0],[-23,0],[-22,0],[-24,0],[-10,0],[-22,0],[-9,0],[-5,0],[-2,0],[-1,0],[-27,0],[-6,0],[-3,0],[-4,0],[-3,0],[-5,0],[-5,0],[-5,0],[-5,0],[-2,0],[-11,0],[-5,0],[-5,0],[-5,0],[-6,0],[-5,0],[-7,1],[-4,0],[-2,0],[-3,-1],[-3,0],[-3,0],[-1,0],[-2,1],[-3,0],[-2,0],[-4,0],[-4,0],[-1,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-6,0],[-5,0],[-7,0],[-3,0],[-7,0],[-13,0],[-1,0],[-1,0],[-1,0],[-3,1],[-6,0],[-4,0],[-5,0],[-4,0],[-4,0],[-11,0],[-15,0],[-18,0],[-6,0],[-4,0],[-3,0],[-1,0],[-2,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-1,0],[-2,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,1],[-4,0],[-6,0],[-2,0],[-3,0],[-3,-1],[-5,0],[-3,0],[-6,1],[-9,0],[-7,0],[-3,0],[-7,0],[-7,0],[-10,0],[-7,0],[-14,0],[-2,0],[-1,0],[0,19],[0,3],[0,5],[0,3],[0,4],[0,5],[0,4],[0,5],[0,1],[0,25],[-6,0],[-7,0],[-3,0],[-2,0],[-1,0],[-2,0],[-22,-1],[-3,0],[-8,1],[-5,0],[-4,0],[-4,0],[-3,0],[-6,0],[-3,0],[-1,0],[-5,0],[-4,0],[-4,0],[-5,0],[-4,0],[-5,0],[-8,0],[-4,0],[-4,0],[-3,0],[-13,0],[-2,0],[-1,0],[-9,0],[-4,0],[-3,0],[-2,0],[-9,1],[-4,0],[0,-9],[-1,-13],[0,-1],[0,-11],[0,-1],[0,-2],[0,-9],[-1,-15],[0,-3],[0,-10],[-5,-1],[-6,0],[-3,0],[-2,0],[-4,0],[-5,0],[-12,0],[-3,0],[-7,0],[-4,0],[-3,1],[-5,0],[-3,0],[-10,0],[-6,0],[-4,0],[-3,0],[-4,0],[-19,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,0],[-2,0],[-5,0],[-2,0],[-1,0],[-2,0],[-3,0],[-4,0],[-12,0],[-13,0],[-6,0],[-4,0],[-2,0],[-4,0],[-4,0],[-8,0],[-3,0],[-2,0],[-8,0],[-3,0],[-5,1],[-4,0],[-3,0],[-1,0],[-9,0],[-3,0],[-3,0],[-3,0],[-4,-1],[-4,0],[-4,0],[-2,0],[-3,0],[-6,0],[-4,0],[-3,0],[-2,0],[-4,0],[-3,0],[-3,0],[-7,0],[-3,0],[-3,0],[-12,0],[-3,0],[-5,0],[-4,0],[-5,0],[-4,0],[-13,0],[-3,0],[-1,0],[-2,0],[-3,0],[-4,1],[-3,0],[-9,0],[-15,0],[-5,0],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-8,0],[-3,0],[-1,0],[-2,0],[-6,0],[-5,0],[-4,0],[-4,0]],[[8669,6371],[0,4],[0,10],[0,6],[0,5],[0,1],[0,2],[0,3],[0,3],[0,6],[0,5],[0,3],[0,2],[0,5],[0,3],[0,4],[0,3],[0,8],[0,4],[0,8],[0,7],[-1,5],[1,0],[0,3],[0,10],[0,6],[0,11],[0,26],[-1,50],[0,1],[1,3],[0,3],[0,4],[0,6]],[[6248,6601],[0,-25],[1,-10],[0,-7],[0,-11],[0,-7],[0,-7],[0,-4],[1,-13],[0,-1],[1,-28],[0,-17],[0,-10],[-1,-18],[0,-12],[0,-2],[0,-1],[1,-7],[0,-6],[0,-9],[0,-4],[0,-4],[0,-13],[0,-4],[2,-12],[3,-20],[1,-8],[1,-8],[0,-1],[0,-3],[0,-3],[0,-3],[0,-4],[0,-3],[0,-8],[0,-3],[0,-5],[0,-3],[0,-3],[-1,-8],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-6],[0,-8],[0,-3],[0,-2],[0,-1],[0,-14],[-1,-22],[0,-4],[0,-3],[-1,-4],[0,-4],[0,-3],[0,-20],[-1,-5],[0,-15],[-1,-9],[0,-1],[0,-14],[0,-3],[0,-4],[0,-4],[0,-4],[0,-6],[0,-3],[0,-3],[0,-3],[0,-3],[0,-5],[0,-3],[1,-3],[0,-6],[0,-1],[0,-10],[0,-7],[0,-18],[0,-19],[0,-9],[0,-1],[0,-12],[0,-11],[1,-2],[0,-1],[0,-29],[0,-9],[0,-19],[0,-8],[0,-10],[0,-8],[0,-11],[0,-19],[0,-19],[0,-5],[0,-31],[0,-1],[0,-17],[0,-19]],[[6255,5776],[-14,-1],[-3,0],[-3,0],[-6,0],[-7,0],[-6,0],[-4,0],[-1,0],[-2,0],[-4,0],[-16,0],[-4,0],[-2,0],[-10,0],[-6,0],[-9,0],[-11,0],[-24,0],[-23,-1],[-36,0],[-8,0],[-20,0],[0,-9],[0,-3],[0,-20],[0,-11],[0,-13],[0,-13],[0,-5],[0,-3],[0,-3],[0,-3],[0,-2],[0,-14],[0,-4],[0,-6],[0,-22],[0,-3],[0,-4],[0,-3],[1,-21],[0,-8],[0,-17],[0,-1],[0,-11],[0,-13],[0,-38],[0,-4]],[[6037,5520],[-19,-2],[-16,-2],[-30,-4],[-4,-1],[-25,-3],[-16,-2],[-5,0],[-3,-1],[-3,0],[-6,-1],[-18,-2],[-14,-2],[-34,-4],[-4,0],[-19,-3],[-30,-3],[-7,-1],[-13,-2],[-5,0]],[[5766,5487],[0,16],[0,7],[0,4],[0,3],[0,3],[0,4],[0,4],[0,5],[-1,23],[0,1],[0,5],[-1,26],[0,1],[0,8],[0,5],[0,10],[0,4],[0,3],[-1,6],[0,2],[0,30],[0,5],[-1,3],[0,16],[0,12],[0,3],[0,3],[0,1],[0,7],[0,8],[0,1],[1,3],[-1,5],[0,3],[0,7],[0,1],[0,4],[0,4],[0,4],[0,5],[0,5],[0,3],[0,3],[0,3],[0,3],[0,11],[0,3],[0,32],[-1,4],[0,2],[0,3],[0,4],[0,3],[0,4],[0,3],[0,2],[0,1],[0,6],[0,6],[0,15],[0,5],[0,4],[0,5],[0,3],[0,3],[0,3],[0,3],[0,4],[0,3],[0,5],[0,3],[0,3],[0,3],[0,3],[0,3],[0,4],[-3,0],[-32,0],[-6,0],[-2,0],[-3,0],[-2,0],[-4,0],[-4,0],[-6,0],[-4,0],[-3,0],[-3,0],[-12,1],[-1,0],[-1,0],[-5,2],[0,6],[0,3],[0,7],[0,9],[0,19],[0,4],[0,7],[0,48],[0,4],[0,10],[-1,3],[0,5],[0,10],[0,1],[0,2],[0,13],[-2,2],[0,2],[-3,0],[-2,-1],[-2,1],[-1,3],[-1,2],[-2,3],[-2,1],[-2,2],[-1,3],[-2,1],[-2,2],[-2,1],[-2,2],[0,3],[2,1],[2,2],[2,1],[0,1],[-1,3],[0,1],[-1,2],[0,2],[0,3],[-1,5],[0,1],[0,4],[-10,1],[-14,0],[-4,0],[-11,0],[-5,0],[-1,10],[0,1],[0,5],[-2,0],[-2,0],[-1,0],[-5,0],[-2,0],[-2,0],[-1,0],[-7,1],[-2,3],[2,4],[0,2],[0,1],[-1,2],[2,3],[-3,1],[-1,2],[-2,2],[-3,2],[2,0],[1,1],[0,2],[-2,3],[0,3],[1,2],[2,-2],[0,-2],[1,-1],[1,0],[0,-1],[1,0],[2,1],[1,2],[1,1],[1,1],[0,3],[-2,2],[0,1],[0,5],[0,5],[1,12],[0,3],[0,8],[0,8],[0,18],[0,3],[0,7],[0,6],[0,5],[0,3],[0,6],[0,4],[0,6],[0,5],[0,2],[0,5],[0,4],[1,6],[-1,5],[0,20],[0,2],[0,4],[0,11],[0,14],[-1,8],[0,11],[0,12],[0,13],[-1,38],[0,56],[-1,37],[0,10],[0,8],[-1,30],[0,8],[0,8],[-3,0],[-7,0],[-4,0],[-4,0],[-5,0],[-4,0],[-3,0],[-5,0]],[[4866,6611],[0,-23],[0,-13],[0,-3],[0,-4],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-3],[1,-3],[0,-7],[0,-8],[0,-17],[0,-6],[0,-7],[0,-5],[0,-6],[0,-1],[0,-3],[0,-11],[0,-1],[0,-16],[0,-5],[0,-51],[-1,-18],[0,-15],[0,-5],[0,-8],[0,-18],[0,-7],[0,-1],[0,-13],[0,-11],[-1,-37],[0,-33],[0,-18],[-1,-28],[0,-20],[0,-1],[-1,-8],[0,-4],[0,-6],[0,-7],[0,-3],[0,-3],[0,-3],[0,-5],[0,-2],[0,-3],[-1,-4],[0,-2],[0,-3],[0,-3],[0,-4],[0,-3],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-2],[0,-3],[0,-3],[0,-4],[0,-3],[0,-2],[0,-3],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[-1,-18],[0,-5],[0,-8],[0,-5],[0,-3],[0,-3],[0,-6],[0,-3],[0,-3],[-1,-25],[0,-14],[0,-46],[0,-10]],[[4860,5885],[-4,0],[-3,0],[-2,0],[-3,0],[-4,0],[-6,1],[-4,0],[-6,0],[-5,0],[-4,0],[-2,0],[-1,0],[-7,0],[-4,0],[-3,0],[-3,0],[-5,0],[-4,0],[-14,1],[-4,0],[-1,0],[-4,0],[-9,0],[-5,0],[-5,0],[-4,0],[-5,0],[-3,0],[-6,0],[-3,0],[-3,0],[-6,1],[-3,0],[-3,0],[-2,0],[-1,0],[-2,0],[-5,0],[-3,0],[-2,0],[-7,0],[-3,0],[-5,0],[-3,0],[-3,0],[-2,0],[-4,0],[-3,0],[-3,0],[-4,0],[-1,0],[-5,1],[-4,0],[-6,0],[-3,0],[-3,0],[-6,0],[-2,0],[-2,0],[-5,0],[-4,0],[-3,0],[-5,0],[-2,0],[-3,0],[-5,0],[-4,0],[-4,0],[-5,0],[-6,0],[-6,0],[-6,0],[-5,-1],[-4,0],[-5,0],[0,-9],[0,-10]],[[4556,5869],[-12,0],[-5,0],[-15,0],[-7,0],[-31,0],[-15,0],[-35,-1],[-4,0],[-10,0],[-7,0],[-4,0],[-9,0],[-5,0],[-3,0],[-18,0],[-9,0],[-3,-1],[-3,0],[-1,0],[-4,0],[-9,-1],[-8,0],[-4,0],[-6,-1],[-4,0],[-5,0],[-6,0],[-4,0],[-6,0],[-11,0],[-6,0],[-4,0],[-3,0],[-16,0],[-8,0],[-6,0],[-3,0],[-4,0],[-6,0],[-10,0],[-5,0],[-6,0],[-9,0],[-14,0],[-11,0],[-5,0],[-6,0],[-16,0],[-4,0],[-3,0],[-5,0],[-5,0],[-11,0],[-12,0],[-11,0],[-1,0],[-7,0],[-17,0],[-3,0],[-8,0],[-8,-1],[-4,0],[-22,0],[-10,0],[-6,0],[-3,0],[-3,0],[-44,0]],[[3968,5864],[0,16],[0,21],[-1,6],[0,6],[0,5],[0,19],[0,4],[0,3],[0,1],[0,6],[0,2],[0,5],[0,13],[0,3],[0,9],[0,4],[0,6],[0,8],[0,5],[0,3],[0,5],[0,5],[0,4],[0,7],[0,7],[0,7],[0,4],[0,6],[0,10],[0,3],[0,4],[0,4],[0,5],[0,3],[0,2],[0,7],[-1,4],[1,7],[0,3],[0,4],[-1,3],[0,9],[0,3],[0,7],[0,3],[0,1],[0,7],[0,6],[0,3],[0,2],[0,1],[0,3],[0,3],[0,4],[0,9],[0,5],[0,5],[0,3],[0,4],[0,6],[0,2],[0,1],[0,6],[0,7],[0,3],[0,4],[0,3],[0,10],[0,4],[0,6],[0,4],[0,4],[0,6],[0,4],[0,4],[0,4],[0,3],[0,2],[0,3],[0,8],[-1,7],[0,5],[0,6],[0,6],[0,4],[0,8],[0,10],[0,5],[0,3],[0,6],[0,3],[0,8],[0,9],[0,7],[0,6],[0,4],[0,3],[1,6],[0,7],[0,4],[0,7],[0,9],[0,8],[0,13],[0,7],[0,2],[0,2],[0,4],[-1,14],[0,2],[0,14],[0,4],[0,3],[0,3],[0,9],[0,2],[0,7],[0,1],[0,4],[0,8],[0,4],[0,3],[0,3],[0,4],[0,5],[0,3],[0,11],[0,5],[0,1],[0,4],[0,10],[0,7],[0,8],[0,4],[0,5],[0,3]],[[5766,5487],[-18,-2],[-4,-1],[-12,-1],[-18,-3],[-32,-3],[-4,-1],[-8,0],[-37,0],[-24,0],[-14,0],[-11,0],[-29,0],[-4,0],[-5,0],[-3,0],[-26,0],[-4,0],[-10,0],[-3,0],[-24,0],[-16,0],[-5,0],[-9,0],[-12,0],[-5,0],[-2,0],[-5,0],[-20,0],[-14,0],[-13,-1],[-9,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-4,0],[-2,0],[-4,0],[-2,0],[-4,0],[-4,-1],[-4,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-4,0],[-2,0],[-3,0],[-2,0],[-4,0],[-3,0],[-5,0],[-9,0],[-14,0],[-11,0],[-19,0],[-4,0],[-8,0],[-16,0],[-10,0],[-30,0],[-5,0],[-11,0],[-5,0]],[[5100,5474],[0,2],[0,3],[0,5],[0,3],[0,3],[0,3],[0,4],[0,4],[0,3],[0,2],[0,3],[0,4],[0,4],[0,2],[0,1],[0,2],[0,3],[0,5],[0,3],[0,34],[-1,8],[0,3],[0,5],[0,3],[0,5],[0,5],[0,6],[0,4],[0,4],[-1,3],[0,3],[0,3],[0,3],[0,4],[0,2],[-1,7],[0,4],[0,3],[0,4],[0,3],[0,3],[0,3],[0,4],[0,3],[-1,3],[1,4],[0,10],[0,3],[1,15],[-6,0],[-3,0],[-4,0],[-4,0],[-3,0],[-3,0],[-5,0],[-4,0],[-1,0],[-12,0],[0,5],[-1,8],[0,23],[-1,21],[0,3],[0,2],[0,4],[0,3],[0,5],[4,0],[10,0],[5,-1],[5,0],[2,0],[4,0],[4,0],[10,0],[-1,5],[0,10],[0,2],[0,4],[0,8],[0,3],[0,5],[-1,7],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,4],[-1,2],[0,3],[0,4],[0,6],[0,6],[0,5],[0,4],[0,9],[0,3],[-31,0],[-16,1],[-11,0],[-6,0],[-3,0],[-3,0],[-3,1],[-3,-1],[-14,0],[-3,1],[-51,1],[-59,1],[-4,0],[-6,0],[-3,0],[-4,0],[-2,0],[-4,0],[-3,0],[-3,0]],[[3968,5864],[-10,0],[-3,0],[-3,0],[-7,0],[-3,0],[-4,0],[-7,0],[-3,0],[-5,0],[-5,-1],[-15,0],[-6,0],[-2,0],[-5,0],[-11,0],[-5,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-1,0],[-2,0],[-5,0],[-5,0],[-6,-1],[-6,0],[-3,0],[-4,0],[-2,0],[-3,0],[-9,0],[-4,0],[-2,0],[-3,0],[-6,0],[-3,0],[-7,0],[-3,0],[-4,0],[-5,0],[-3,0],[-7,0],[-5,0],[-11,0],[-2,0],[-9,0],[-9,0],[-14,0],[-2,0],[-2,0],[-1,0],[-6,0],[-9,0],[-5,0],[-3,0],[-6,0],[-4,0],[-2,0],[-3,0],[-7,0],[-3,0],[-1,0],[-2,0],[-3,0],[-3,0],[-15,0],[-8,0],[-15,0],[-20,0],[-9,0],[-4,0],[-4,0],[-9,0],[-9,0],[-5,0],[-4,0],[-9,0],[-4,0],[-14,-1],[0,-4],[0,-5],[0,-5],[0,-7],[0,-4],[0,-4],[0,-4],[0,-4],[-3,0],[-9,0],[-6,0],[-3,0],[-8,0],[-3,0],[-9,0],[-4,0],[-3,0],[-4,0],[-3,0],[-5,0],[-14,0],[-5,0],[-9,0],[-3,0],[-10,0],[-3,0],[-3,0],[-4,0],[-12,0],[-11,0],[-9,0],[-14,0],[-4,0],[-6,0],[-11,0],[-25,0],[-2,0],[-10,0],[-2,0],[-31,0],[-2,0],[-17,-1]],[[3252,5823],[-3,0],[-2,0],[-8,0],[-2,1],[-9,0],[-2,0],[-4,0],[-6,0],[-8,1],[-4,0],[0,4],[0,15],[0,18],[-7,1],[-34,-1],[-5,0],[-42,-2],[-8,0],[-20,0],[-3,0],[-10,1],[0,7],[0,7],[0,4],[0,3],[0,3],[0,4],[0,10],[0,6],[0,3],[0,8],[1,5],[0,10],[0,3],[-3,0],[0,2],[0,8],[0,7],[0,3],[0,3],[0,4],[0,5],[0,3],[0,3],[0,8],[1,10],[0,5],[0,7],[0,7],[-1,18],[0,6],[0,4],[0,5],[0,5],[0,4],[0,5],[0,4],[0,4],[0,12],[0,4],[0,5],[0,3],[0,4],[0,4],[0,5],[0,6],[0,10],[0,5],[1,5],[0,2],[0,11],[0,3],[0,11],[0,3],[-5,0],[-3,1],[-3,0],[-3,0],[-31,0]],[[7366,6403],[0,-5],[0,-2],[0,-9],[0,-3],[2,-3],[1,-3],[-1,-2],[0,-1],[-2,-3],[0,-5],[0,-3],[0,-3],[0,-7],[0,-8],[0,-6],[0,-4],[0,-2],[0,-4],[0,-10],[0,-13],[0,-2],[0,-3],[0,-5],[0,-7],[0,-4],[0,-5],[0,-4],[0,-4],[0,-4],[0,-5],[0,-9],[0,-6],[0,-14],[0,-3],[0,-6],[0,-2],[0,-1],[0,-6],[0,-2],[0,-11],[0,-4],[0,-7],[0,-3],[0,-4],[0,-7],[0,-8],[0,-8],[0,-6],[0,-9],[0,-7],[0,-3],[-1,-2],[0,-6],[0,-4],[0,-9],[0,-5],[0,-2],[0,-3],[0,-4],[0,-1],[0,-5],[0,-5],[0,-5],[0,-3],[0,-4],[0,-5],[0,-4],[0,-6],[0,-10],[0,-11],[0,-4],[0,-4],[0,-3],[0,-3],[0,-4],[0,-3],[0,-6],[0,-9],[0,-28],[-2,-28],[-1,-4],[2,-2],[-2,-4],[1,-9],[1,-6],[-1,-1],[-1,-1],[0,-17],[0,-4],[0,-16],[0,-3],[0,-9],[0,-12],[0,-34],[0,-32],[-1,-22],[0,-1]],[[7361,5775],[-6,0],[-16,0],[-27,1],[-39,-1],[-5,0],[-6,0],[-2,0],[-3,0],[-7,0],[-3,0],[-4,0],[-8,0],[-4,0],[-2,0],[-3,0],[-3,0],[-4,0],[-3,0],[-4,0],[-6,0],[-3,0],[-5,0],[-3,0],[-9,0],[-10,0],[-24,0],[-14,0],[-9,0],[-13,0],[-6,0],[-8,-1],[-8,-1],[-22,1],[-22,0],[-12,0],[-17,0],[-16,0],[-31,0],[-26,0],[-3,0],[-7,0],[-17,0],[-6,0],[-29,-1],[-3,0],[-11,0],[-32,0],[-6,0],[-5,-1],[-33,0],[-5,0],[-5,0],[-10,0],[-7,0],[0,-3],[-22,0],[-11,2],[-3,0],[-7,2],[-3,0],[-16,0],[-8,0],[-25,1],[-2,0],[-5,0],[-7,0],[-2,0],[-6,0],[-5,0],[-7,1],[-15,-1],[-4,1],[-3,-1],[-3,0],[-3,0],[-3,0],[-12,0],[-4,1],[-8,0],[-9,0],[-4,0],[-4,0],[-3,0],[-6,0],[-5,0],[-5,0],[-12,0],[-4,0],[-9,0],[-7,0],[-6,0],[-7,0],[-6,0],[-4,0],[-4,1],[-5,0],[-5,0],[-3,0],[-7,0],[-4,0],[-3,0],[-9,0],[-1,0],[-4,0],[-5,0],[-7,0],[-4,0],[-7,0],[-4,0],[-4,0],[-6,0],[-2,0],[-4,0],[-5,0],[-2,0],[-12,0],[-12,0],[-6,0],[-6,0],[-5,0],[-3,0],[-7,-1],[-3,0],[-4,0],[-2,0],[-9,0],[-3,0],[-2,0],[-1,0],[-7,0],[-3,0],[-14,0],[-5,0],[-1,1],[-4,-1],[-12,1],[-20,0],[-3,0]],[[1114,6262],[0,-5],[0,-5],[0,-8],[0,-5],[0,-5],[0,-2],[0,-3],[0,-3],[0,-3],[0,-2],[0,-3],[0,-2],[0,-2],[0,-16],[0,-3],[1,-4],[0,-3],[0,-3],[0,-32],[-11,0],[-4,0],[-8,0],[-3,0],[-3,0],[-15,0],[-10,0],[-3,0],[-6,0],[-4,0],[-6,0],[-8,-1],[-7,0],[-3,0],[-15,0],[-5,0],[-3,0],[-7,0],[-4,0],[-4,0],[-4,0],[0,-4],[0,-5],[0,-4],[0,-5],[0,-3],[0,-4],[0,-4],[0,-8],[0,-11],[0,-3],[0,-5],[0,-6],[0,-3],[0,-6],[0,-4],[0,-7],[0,-7],[0,-4],[1,-6],[0,-6],[0,-3],[0,-4],[0,-6],[0,-6],[0,-5],[0,-18],[0,-7],[0,-7],[0,-6],[0,-8],[0,-7],[0,-3],[0,-4],[0,-1],[0,-4],[0,-3],[0,-3],[0,-2],[0,-8],[0,-10],[0,-3],[0,-4],[0,-3],[0,-4],[0,-1],[0,-2],[0,-4],[0,-17],[0,-2],[0,-10],[0,-6],[0,-9],[0,-4],[0,-8],[0,-4],[0,-5],[0,-3],[0,-4],[0,-21]],[[983,5818],[-2,0],[-4,0],[-2,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-5,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-2,0],[-3,0],[-2,0],[-45,0],[-27,0]],[[845,5818],[0,5],[0,4],[0,7],[1,5],[0,4],[0,5],[0,5],[0,2],[0,5],[0,7],[0,8],[0,5],[0,2],[0,6],[-1,3],[0,1],[0,4],[0,5],[0,5],[0,3],[0,6],[0,3],[0,8],[0,3],[-3,0],[-4,0],[-7,0],[-5,0],[-7,0],[-7,0],[-9,0],[-4,0],[-2,0],[-5,0],[-7,0],[-4,0],[-6,0],[-6,0],[-3,0],[-5,0],[-3,0],[-5,0],[-4,0],[-2,0],[-3,0],[-4,0],[-5,0],[-6,0],[-5,0],[-6,0],[-4,0],[-2,0],[-4,0],[-4,0],[-5,-1],[-4,0],[-5,0],[-7,0],[-3,0],[-4,0],[-6,0],[-2,0],[-2,0],[-13,0],[-8,0],[-4,0],[-6,0],[-7,0],[-4,0],[-5,0],[-8,0],[-5,0],[-5,0],[-1,0],[-10,0],[-1,0],[-11,0],[-5,0],[-4,0],[-3,0],[-5,0],[-5,0],[-1,0],[-10,0],[-3,0],[-7,0],[-2,0],[-7,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-5,0],[-2,-1],[-3,0],[-2,0],[-4,0],[-10,0],[-12,0],[-4,0],[-3,0],[-6,0],[-4,0],[-14,0],[-4,0],[-7,0],[-4,0],[-3,0],[-6,0],[-3,0],[-11,0],[-10,0],[-22,0],[-4,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-19,0],[-1,0],[-5,0],[-3,0],[-10,0],[-63,1],[-1,0],[-2,0],[-6,0],[-1,0],[-12,0],[-3,0],[-8,0],[-2,0],[-7,0],[-2,0],[-6,0],[-4,0],[-3,0],[-10,0],[-3,0],[-7,0],[-4,0],[-4,0],[-4,0],[-3,0],[-4,0],[-8,0],[-18,0],[-20,0],[-3,0],[-6,0]],[[42,5928],[0,2],[0,2],[0,5],[0,1],[0,7],[0,3],[0,3],[0,3],[0,2],[0,3],[0,1],[0,5],[0,10],[0,2],[0,5],[0,3],[0,5],[0,1],[0,1],[-1,24],[0,1],[0,6],[0,5],[1,9],[0,2],[0,4],[0,3],[0,4],[0,6],[0,5],[0,3],[0,1],[0,3],[0,7],[0,2],[0,9],[0,3],[0,5],[0,3],[0,4],[0,4],[0,2],[0,1],[0,3],[0,1],[0,5],[0,1],[0,1],[0,2],[0,1],[0,3],[0,2],[0,1],[0,5],[0,3],[0,3],[0,1],[0,5],[0,5],[0,5],[0,1],[0,4],[0,2],[0,2],[0,2],[0,3],[0,1],[0,4],[0,1],[0,4],[0,2],[0,6],[0,5],[0,3],[0,1],[0,1],[0,3],[0,8],[0,5],[0,2],[0,3],[0,1],[0,2],[0,1],[0,8],[0,3],[0,3],[0,4],[0,2],[0,1],[-1,6],[0,3],[0,3],[0,2],[0,4],[0,4],[0,6],[0,3],[0,3],[0,3],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,3],[0,8],[0,3],[0,2],[0,6],[0,7],[0,3],[0,5],[0,3],[0,5],[0,6],[0,8],[0,3],[0,5],[0,7],[0,5],[0,3],[0,2],[0,14],[0,1],[0,1],[0,3],[-1,6],[0,4],[0,4],[0,4],[0,3],[0,3],[0,9],[0,1],[0,1],[0,3],[0,9],[0,5],[0,2],[0,4],[0,3],[0,3],[0,5],[0,2],[0,3],[0,2],[0,4],[0,3],[0,2],[0,3],[0,1],[0,3],[0,4],[0,4],[0,2],[0,3],[0,2],[0,1],[0,1],[0,5],[0,5],[0,7],[0,5],[0,3],[0,4],[0,3],[0,5],[0,1],[0,2],[0,1],[0,4],[0,10],[0,2],[0,3],[0,7],[0,7],[0,14],[0,4],[0,3]],[[8669,6371],[0,-7],[0,-27],[0,-5],[0,-5],[0,-7],[0,-6],[0,-11],[0,-7],[0,-8],[0,-29],[0,-20],[0,-7],[0,-11],[0,-21],[0,-6],[0,-3],[0,-3],[0,-9],[0,-18],[0,-8],[0,-6],[0,-3],[0,-5],[-1,-15],[0,-13],[0,-23],[0,-54],[0,-29],[0,-15],[0,-3],[0,-3],[0,-6],[0,-13],[0,-1],[0,-3],[0,-3],[0,-1],[0,-3],[0,-5],[0,-3],[0,-7],[-1,-7],[1,-4]],[[8668,5928],[-11,1],[-4,0],[-2,0],[-4,0],[-3,0],[-1,0],[-4,0],[-3,0],[-1,0],[-3,0],[-3,-1],[-1,0],[-4,1],[-2,0],[-3,0],[-2,0],[-3,0],[-4,0],[-2,0],[-6,0],[-2,0],[-3,0],[-5,0],[-3,0],[-16,0],[-11,0],[-8,0],[-18,0],[-2,0],[-6,0],[-1,0],[-6,0],[-1,0],[-4,1],[-37,0],[-17,0],[-29,1],[-24,0],[0,-7],[-1,-10],[-18,0],[-3,0],[-27,1],[-12,1],[-20,0],[-9,1],[0,-17],[-1,-4],[0,-4],[0,-3],[0,-7],[0,-3],[-2,-22],[0,-6],[-1,-18],[-1,-31],[-1,-15],[-1,-20],[0,-5],[0,-3],[-2,-23],[0,-6],[-19,1],[-44,0],[-9,0],[-7,0],[-3,1],[-3,0],[-3,0],[-4,0],[-21,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-1,0],[-2,0],[-3,0],[-1,1],[-2,0],[-2,0],[-3,0],[-26,0],[-4,0]],[[8133,5733],[-18,0],[-33,1],[-19,1],[-6,0],[-5,0],[-6,0],[-5,0],[-3,0],[-39,1],[-28,0],[-14,0],[-14,1],[-8,0],[-3,0],[-2,0],[-1,0],[-18,0],[-17,0],[-14,0],[-3,0],[-4,0],[-12,1],[-2,0],[-21,0],[8,6],[6,5],[1,0],[1,0],[1,0],[0,1],[4,4],[0,1],[-8,5],[-2,2],[-2,2],[-3,0],[-2,0],[-4,1],[-6,2],[-20,4],[-4,1],[-3,0],[-3,-1],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-2,-4],[-2,-4],[0,-1],[-1,-2],[-3,-3],[-3,-3],[-5,-5],[-1,-2],[-1,-3],[-5,0],[-1,0],[-4,0],[-2,-1],[-1,0],[-6,-1],[-6,0],[-3,-1],[-12,-1],[-3,-1],[-14,-1],[-17,-1],[-16,-2],[-4,-1],[-24,-3],[-35,-4],[-1,0],[-5,-1],[-21,-3],[-1,0],[-4,0],[-2,0],[-1,-1],[-4,0],[-6,-1],[-5,-1],[-8,-1],[-3,0],[-9,-1],[-14,-2],[-1,0],[-4,0],[-8,-1],[-1,0],[-8,-1],[-6,-1],[-20,-2],[-5,-1],[-24,-3],[-27,-4],[-39,-4],[-32,-4],[-3,-1]],[[7364,5690],[0,30],[0,7],[-3,16],[0,23],[0,9]],[[9986,6366],[1,-63],[1,-60],[0,-5],[0,-29],[0,-7],[-1,-114],[0,-7],[0,-34],[-1,-218],[0,-39],[1,-14],[0,-46],[0,-13],[0,-8],[0,-9],[-6,-6],[-4,-2],[-12,-3],[-9,-3],[-10,-3],[-1,0],[-14,-6],[-7,-3],[-6,-3],[-3,-4],[-10,-6],[-17,-11],[-1,0],[-18,-11],[-14,-4],[-5,-1],[-9,2],[-10,7],[-12,11],[-8,5],[-14,4],[-21,-6],[-12,-3],[-11,-3],[-9,-2],[-14,-5],[-12,-9],[-4,-4],[-9,-13],[-10,-10],[-14,-10],[-6,-4],[-10,-8],[-8,-8],[-4,-6],[-2,-2],[-3,-5],[-7,-8]],[[9641,5557],[-4,0],[-1,0],[-6,0],[-27,0],[-3,0],[-46,1],[-6,0],[-27,0],[-14,1],[-17,0],[-6,0],[-1,0],[-4,0],[-2,0],[-1,0],[-15,0],[-4,0],[0,12],[-1,17],[0,6],[-5,0],[-7,0],[-29,1],[-1,0],[-30,0],[-36,1],[-28,1],[-10,0],[-17,0],[-11,0],[-7,1],[-11,0],[-8,0],[-9,0],[-1,0],[-14,1],[-14,0],[-11,0],[-16,1]],[[9191,5600],[0,21],[1,9],[-1,2],[1,5],[0,3],[0,9],[0,6],[0,2],[0,1],[0,6],[0,1],[1,33],[0,1],[0,11],[-11,0],[-1,0],[-20,1],[-5,0],[-9,0],[-43,1],[-7,0],[-6,0],[-9,0],[-3,0],[-19,0],[1,15],[0,19],[0,4],[0,2],[1,13],[0,15],[0,6],[0,13],[0,9],[0,3],[1,7],[-1,6],[1,5],[0,6],[0,14],[0,10],[0,4],[0,28],[0,8],[0,10],[0,2],[0,2],[0,5],[0,5],[0,1],[0,1],[-1,0],[-9,0],[-13,0],[-21,0],[-50,0],[-13,0],[-7,0],[-7,0],[-13,0],[-23,0],[-22,1],[-6,0],[-3,0],[-4,0],[-5,0],[-9,0],[-12,0],[-3,0],[-17,0],[-5,0],[-4,0],[-14,0],[-18,0],[-9,0],[-6,1],[-16,0],[-11,0],[-9,0],[-4,0],[-21,0],[-12,0],[-11,0],[-3,1],[-8,0],[-4,0],[-2,0]],[[2183,6162],[0,-4],[0,-2],[0,-3],[0,-9],[0,-4],[0,-4],[0,-4],[0,-3],[0,-4],[0,-4],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[0,-2],[0,-1],[0,-5],[0,-3],[0,-3],[0,-3],[0,-4],[0,-3],[0,-4],[0,-3],[0,-4],[0,-12],[0,-5],[1,-3],[0,-3],[-1,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-6],[0,-3],[0,-4],[0,-3],[0,-4],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[1,-5],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[0,-4],[0,-7],[0,-4],[0,-3],[0,-4],[0,-10],[-1,-3],[0,-4],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-2],[0,-5],[0,-5],[0,-5],[0,-4],[0,-7],[0,-3],[0,-3],[0,-3],[0,-4],[0,-4],[0,-4],[0,-3],[0,-2],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-3],[0,-3],[0,-3],[0,-4],[0,-4],[0,-3],[0,-4],[0,-2],[0,-4],[0,-3],[0,-3],[0,-7],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-6],[0,-4],[0,-3],[0,-4],[0,-2],[0,-13]],[[2183,5716],[-16,0],[-28,-1],[-33,0],[-12,0],[-20,0],[-6,0],[-17,0],[-3,0],[-9,0],[-5,0],[-3,0],[-9,0],[-5,0],[-3,0],[-7,0],[-3,-1],[-4,0],[-9,0],[-4,0],[-3,0],[-7,0],[-6,0],[-5,0],[-4,0],[-2,0],[-7,0],[-9,0],[-5,0],[-8,0],[-13,0],[-3,0],[-3,0],[-6,0],[-1,0],[-2,0],[-3,0],[-3,0],[-2,0],[-4,0],[-4,0],[-4,0],[-4,0],[-3,0],[-2,0],[-6,0],[-4,0],[-2,0],[-3,0],[-2,0],[-3,0],[-5,0],[-3,0],[-6,0],[-3,0],[-3,0],[-4,0],[-16,0],[-17,0],[-7,-1],[-14,0],[-13,0],[-4,0],[-6,0],[-12,0],[-10,0],[-3,0],[-4,0],[-3,0],[-4,0],[-1,0],[-8,-1],[-12,0],[-42,-1],[0,3],[0,3],[0,4],[0,4],[0,5],[0,3],[0,3],[0,3],[0,1],[0,2],[0,4],[0,3],[-31,0],[-2,0],[-8,0],[-14,0],[-7,-1],[-3,0],[-4,0],[-5,0],[-5,0],[-1,0],[-5,0],[-5,0],[-10,0],[-4,0],[-29,-1],[-44,0],[-3,0],[-10,0],[-32,0],[-9,0],[-9,0],[-27,0],[1,18],[0,7],[0,3],[0,3],[0,3],[-1,4],[0,4],[0,4],[0,4],[0,4],[0,3],[0,3],[0,4],[0,5],[0,2],[0,3],[-44,0],[-11,0],[-8,0],[-15,0],[-3,0],[-3,0],[-2,0],[-4,0],[-3,0],[-3,0],[-2,-1],[-3,0],[-1,0],[-9,0],[-1,0],[-2,0],[-3,0],[-3,0],[-5,0],[-4,0],[-2,0],[-2,0],[-4,0],[-3,0],[-2,0],[-4,0],[-4,0],[-2,0],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-5,0],[-5,0],[-6,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-10,0],[-3,0],[-49,-1],[-31,0],[-28,-1],[-1,0],[-2,0],[-21,0],[-6,0],[-45,0]],[[3252,5823],[0,-3],[0,-8],[0,-8],[0,-14],[0,-4],[0,-4],[0,-6],[0,-9],[0,-11],[0,-22],[0,-3],[0,-9],[0,-5],[0,-4],[0,-8],[0,-4],[-1,-5],[0,-10],[0,-16],[0,-5],[0,-8],[-1,-20],[0,-11],[0,-5],[1,-11],[0,-8],[1,-14],[0,-4],[1,-31],[1,-16],[0,-4],[1,-10],[0,-4],[0,-3],[0,-1],[1,-15],[0,-3],[0,-4],[0,-3],[0,-3],[1,-6],[0,-5],[0,-7],[1,-10],[2,-27],[1,-18],[0,-8],[1,-8],[0,-7],[0,-5],[-4,-17],[-1,-2],[-2,-7]],[[3255,5360],[-5,0],[-23,0],[-10,-1],[-4,0],[-32,0],[-26,-1],[-9,0],[-27,0],[-1,0],[-29,0],[-17,-1],[-1,0],[-13,0],[-8,0],[-17,0],[-4,0],[-6,0],[-4,0]],[[3019,5357],[-1,2],[0,3],[1,8],[-3,0],[-42,4],[-9,1],[-30,2],[-14,1],[-10,1],[-8,1],[-3,0],[-4,0],[-4,0],[-3,0],[-4,1],[-3,0],[-6,0],[-4,1],[-21,1],[-3,0],[-14,2],[-4,0],[-20,1],[-2,0],[-19,2],[-3,0],[-11,1],[-20,1],[-3,1],[-2,0],[-1,0],[-23,1],[-14,1],[-4,0],[-17,1],[-19,2],[-7,0],[-16,1],[-11,1],[-5,0],[-5,1],[-8,0],[-36,3],[-10,0],[-8,1],[-17,1],[-11,0],[-15,1],[-5,1],[-4,0],[-13,1],[-4,0],[-4,0],[-8,1],[-14,1],[-29,2],[-25,2],[-33,2],[-5,0],[-11,1],[-5,0],[-4,1],[-4,0],[-3,0],[-17,1],[-4,0],[-8,1],[-25,1],[-9,1],[-12,1],[-1,0],[-31,2],[-6,0],[-7,1],[-37,2],[-11,1],[-1,17]],[[2183,5445],[0,38],[0,1],[0,4],[0,26],[0,3],[0,2],[0,3],[0,3],[0,4],[0,7],[0,3],[-1,3],[1,6],[0,1],[0,3],[0,4],[0,5],[0,4],[0,5],[0,3],[0,3],[0,6],[0,3],[0,4],[-1,9],[0,6],[0,3],[0,1],[0,3],[0,4],[0,5],[0,4],[0,4],[0,7],[1,6],[0,6],[0,9],[0,4],[0,5],[0,6],[0,13],[0,14],[0,18]],[[9191,5600],[0,-4],[-1,-6],[-1,-35],[0,-3],[0,-15],[0,-1],[-1,-19],[0,-5],[-1,-20],[0,-4],[-26,0],[-11,0],[-3,1],[-13,0],[-28,0],[-3,0],[-38,1],[-11,0],[0,-7],[-1,-2],[0,-2],[0,-3],[0,-3],[-1,-21],[0,-4],[-1,-27],[0,-13],[0,-1],[-1,-3],[-1,-29],[0,-3],[0,-5],[0,-6],[-1,-14],[0,-26],[0,-9],[0,-3],[0,-4],[-1,-12],[0,-3],[0,-3],[-1,-3],[0,-2],[0,-2],[0,-2],[0,-2],[0,-4],[0,-4],[-1,-3],[-14,0],[-3,0],[-3,0],[-9,1],[-7,0],[0,-6],[-1,-19],[0,-2],[0,-6],[0,-4],[-1,-18],[0,-8],[-1,-23],[0,-3],[0,-5],[0,-9],[0,-3],[0,-6]],[[9006,5154],[-19,1],[-5,0],[-21,0],[-3,0],[-1,0],[-28,1],[-4,0],[-5,0],[-36,1],[-2,1],[-11,0],[-12,1],[-34,1],[-31,1],[-13,0],[-7,0],[-5,0],[-9,0],[-6,0],[-5,1],[-6,0],[-6,0],[-4,0],[-3,0],[-21,1],[-1,0],[-9,0],[-3,1],[-15,0],[-8,0],[-3,0],[-4,0],[-8,1],[-20,0],[0,5],[-7,0],[-3,0],[-2,0],[-11,1],[-4,0],[-14,0],[-6,0],[-4,1],[-7,0],[-32,0],[-2,0],[-5,1],[-23,0],[-14,1],[-6,0],[-7,0],[-10,0],[-16,1],[-5,0],[-8,0],[-3,0],[-5,0],[-8,1],[-3,0],[-4,0],[-2,0],[-6,0],[-3,0],[-7,0],[-3,0],[-20,1],[-6,0],[-5,0],[0,-5],[-11,0],[-24,1],[-20,1],[-4,0],[-20,1],[-8,1],[-7,0],[-10,0],[-5,0],[-3,0],[-4,1],[-11,0],[-7,0]],[[8243,5177],[1,12],[0,12],[0,10],[1,7],[0,12],[0,3],[0,5],[1,12],[0,11],[1,11],[0,4],[0,4],[0,7],[0,9],[0,6],[1,8],[0,7],[0,3],[0,10],[0,9],[1,4],[0,5],[0,6],[0,8],[0,3],[1,5],[0,2],[0,8],[1,16],[0,10],[0,10],[1,6],[0,1],[0,10],[1,13],[0,3],[0,7],[1,29],[1,19],[1,8],[-10,1],[-19,0],[-18,1],[-55,2],[-18,0],[-13,1],[1,23],[1,6],[0,3],[0,9],[1,8],[0,5],[1,11],[0,5],[0,3],[0,5],[1,13],[0,5],[0,1],[1,27],[1,18],[0,6],[0,3],[0,3],[1,5],[0,7],[0,11],[0,1],[1,19],[0,1],[1,18]],[[845,5818],[0,-4],[0,-4],[0,-3],[1,-3],[-1,-5],[1,-40],[0,-5],[0,-3],[0,-8],[0,-5],[0,-6],[0,-5],[0,-4],[0,-3],[0,-6],[0,-4],[0,-4],[0,-4],[0,-3],[0,-3],[0,-4],[0,-7],[0,-8],[0,-6],[0,-3],[0,-2],[0,-3],[0,-3],[0,-4],[0,-4],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-14],[0,-5],[0,-2],[0,-6],[0,-3],[0,-3],[0,-4],[0,-19],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-1],[1,-35],[-1,-3],[0,-3],[1,-5],[0,-6],[0,-6],[0,-4],[0,-3],[0,-3],[0,-2],[0,-2],[0,-1],[0,-3],[0,-2],[0,-6],[0,-5],[0,-6],[0,-1],[0,-24],[1,-31],[0,-7],[0,-8],[0,-21],[0,-1],[0,-2],[0,-4],[0,-2],[0,-3],[0,-5],[0,-4],[0,-3],[0,-4],[0,-3],[0,-4],[0,-6],[0,-3],[-1,-2],[1,-3],[0,-19],[0,-4],[0,-14],[0,-5],[0,-4],[0,-14],[0,-7],[0,-3],[0,-4],[0,-3],[0,-3],[0,-5],[0,-4],[0,-8],[0,-3],[0,-3],[0,-7],[0,-4],[0,-7],[0,-5],[0,-8],[0,-9],[0,-4],[0,-6],[0,-17],[-1,-16],[0,-4],[0,-7],[0,-8],[0,-2],[0,-1],[0,-2],[0,-4],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-4],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[0,-3],[0,-3],[0,-4],[0,-3],[0,-3],[0,-8],[0,-11],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-10],[1,-1],[6,-2],[20,-4],[22,-4]],[[896,4976],[-1,-1]],[[895,4975],[-19,0],[-11,0],[-3,0],[-3,0],[-2,0],[-4,0],[-4,0],[-5,0],[-15,0],[-5,0],[-11,0],[-5,0],[-12,0],[-6,0],[-3,0],[-6,0],[-11,0],[-5,0],[-5,0],[-3,0],[-3,-1],[-10,0],[-8,0],[-3,0],[-7,0],[-19,0],[-11,0],[-10,0],[-2,0],[-3,0],[-4,0],[-14,0],[-12,0],[-6,0],[-8,0],[-12,-1],[-3,0],[-14,0],[-1,0],[-3,0],[-4,0],[-21,0],[-2,0],[-1,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-2,0],[-21,-1],[-9,0],[-3,0],[-7,0],[-5,0],[0,-3],[-13,-1],[-1,0],[-14,0],[-5,0],[-3,0],[-6,0],[-14,0],[-3,0],[-8,0],[-3,0],[-5,0],[-2,0],[-7,1],[-4,0],[-3,0],[-2,0],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-8,0],[-4,0],[-22,0],[-7,0],[-8,0],[-8,0],[-4,0],[-2,0],[-6,0],[-4,0],[-6,0],[-3,0],[-2,0],[-8,0],[-2,0],[-3,0],[-4,0],[-4,0],[-4,0],[-9,0],[-10,0],[-17,0],[-6,0],[-1,0],[-8,0],[-7,0],[-3,0],[-7,1],[-4,0],[-4,0],[-3,0],[-4,0],[-7,0],[-9,0],[-5,0],[-3,0],[-5,0],[-2,0],[-5,0],[-5,0],[-2,0],[-1,0],[-2,0],[-3,0],[-2,0],[-5,0],[-5,0],[-2,0],[-4,0],[-3,0],[-3,1],[-4,0],[-4,0],[-3,0],[-5,0],[-6,0],[-4,0],[-3,0],[-2,0],[-4,0],[-12,0],[-4,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-4,0],[-2,0],[-3,0],[-3,0],[-5,0],[-4,0],[-4,0],[-4,0]],[[38,4971],[0,1],[0,5],[0,6],[0,2],[0,3],[0,4],[0,3],[0,2],[0,2],[0,2],[0,6],[0,4],[0,7],[0,3],[0,7],[0,16],[0,8],[0,6],[0,3],[-1,9],[0,6],[0,5],[0,3],[0,7],[0,3],[0,6],[0,1],[0,2],[0,5],[0,1],[0,3],[0,4],[0,3],[0,2],[1,2],[0,7],[0,2],[0,1],[0,1],[-1,0],[1,2],[0,6],[0,3],[0,1],[0,3],[0,1],[0,2],[0,6],[0,1],[0,1],[0,7],[0,8],[0,3],[0,4],[0,7],[0,7],[0,16],[1,9],[0,5],[0,3],[0,3],[0,2],[0,4],[0,5],[0,8],[0,8],[0,2],[0,2],[0,1],[0,5],[0,8],[1,4],[0,3],[0,10],[0,5],[0,4],[0,4],[0,3],[0,7],[0,2],[0,3],[0,4],[0,8],[0,9],[0,1],[1,0],[0,1],[0,6],[0,7],[0,3],[0,5],[0,4],[0,9],[0,2],[0,4],[0,3],[0,5],[0,7],[0,7],[0,3],[0,2],[0,5],[0,3],[0,5],[0,3],[0,3],[0,4],[0,10],[0,3],[0,3],[0,2],[0,5],[0,1],[0,2],[0,1],[0,1],[0,6],[0,3],[0,4],[0,3],[0,3],[0,1],[0,1],[0,6],[0,7],[0,4],[0,5],[0,3],[0,1],[0,4],[0,4],[0,3],[0,4],[0,3],[0,1],[0,2],[0,2],[0,5],[0,3],[0,1],[0,3],[0,3],[0,2],[0,1],[0,4],[0,1],[1,4],[0,6],[0,8],[0,4],[0,4],[0,2],[0,6],[0,2],[0,2],[0,1],[0,1],[0,9],[0,10],[0,2],[0,11],[0,2],[0,5],[0,6],[0,17],[0,1],[0,7],[0,1],[0,1],[0,4],[0,8],[0,3],[0,9],[0,6],[0,7],[0,4],[0,7],[0,28],[0,2],[0,1],[0,5],[0,4],[0,1],[0,5],[0,3],[0,7],[0,7],[0,8],[0,1],[0,1],[0,3],[0,6],[0,1],[0,5],[0,3],[0,2],[0,1],[0,11],[0,9],[0,1],[0,3],[0,1],[0,5],[0,23],[0,3],[0,4],[0,1],[0,3],[0,9],[0,5],[0,3],[0,3],[0,4],[0,6],[0,18],[0,6]],[[5100,5474],[-2,0],[-7,0],[-35,0],[0,-5],[0,-4],[0,-4],[0,-3],[-1,-2],[0,-2],[0,-18],[0,-22],[0,-5],[1,-6],[3,0],[3,1],[3,0],[4,0],[4,1],[4,0],[1,-3],[-2,-26],[-2,-29],[-1,-9],[-1,-11],[-1,-16],[-4,-58],[0,-9],[0,-1],[-1,-6],[-1,-30],[-1,-8],[0,-3],[-2,-16],[0,-4],[0,-4],[0,-4],[-1,-17],[0,-1],[0,-10],[-1,-4],[-2,-28],[0,-7],[0,-2],[0,-1],[-1,-4],[-2,-36],[-1,-11],[-1,-18],[0,-3],[-1,-14],[-3,-32],[-1,-15],[-1,-14],[-23,2],[-4,0],[-29,1],[-41,2],[-3,1],[-6,0],[-2,0],[-4,0],[-1,0],[-2,0],[-4,1],[-6,0],[-6,0],[-4,0],[-4,1],[-2,0],[-3,0],[-4,0],[-5,0],[-6,1],[-3,0],[-1,0],[-7,0],[-4,0],[-3,1],[-4,0],[-2,0],[-9,0],[-5,0],[-9,1],[-2,0],[-4,0],[-3,0],[-7,1],[-2,0],[-4,0]],[[4819,4963],[-4,0],[-9,1],[-14,0],[-4,1],[-11,0],[-4,0],[-5,0],[-2,1],[-6,0],[-6,0],[-4,0],[-3,0],[-7,1],[-32,2],[-38,1],[-10,1],[-4,0],[-9,1],[-3,0],[-5,0],[-2,0],[-18,1],[-1,0],[-21,1],[-8,1],[-12,0],[-16,1],[-2,0],[-14,1],[-10,0],[-3,0],[-26,2],[-7,0],[-6,0],[-81,5],[-2,0],[-1,0],[-4,0],[-15,1],[0,3],[1,8],[1,9],[0,1],[1,14],[0,7],[2,23],[2,26],[3,35],[1,18],[-24,2],[-4,0],[-4,0],[-3,0],[-16,1],[-5,0],[-2,1],[-9,0],[-23,1],[-22,1],[-11,-1],[-53,3],[-5,0],[-16,1],[-6,0],[-14,1],[-6,0],[-3,1],[3,33],[0,5]],[[4178,5178],[1,17],[3,41],[1,8],[2,33],[2,19],[0,10],[11,2],[13,2],[3,0],[13,2],[60,7],[5,0],[3,1],[9,1],[8,1],[3,0],[5,0],[3,1],[1,23],[-1,37],[1,24],[0,50],[0,18],[0,7],[0,3],[0,9],[0,28],[0,14],[0,19],[0,12],[0,17],[0,4],[0,17],[0,11],[0,22],[0,5],[1,21],[0,1],[0,15],[0,12],[0,1],[0,5],[0,10],[-1,9],[15,0],[33,1],[36,0],[12,1],[2,0],[3,0],[2,0],[1,0],[14,0],[7,0],[7,0],[8,0],[3,0],[3,0],[5,0],[7,0],[4,0],[5,0],[7,1],[3,0],[3,0],[4,0],[5,0],[13,0],[16,0],[6,0],[4,0],[0,3],[0,6],[0,3],[0,5],[0,4],[1,5],[0,5],[0,5],[1,3],[0,2],[0,2],[0,3],[0,3],[0,2],[0,9],[0,11],[0,3],[0,9],[1,12],[0,6],[0,4],[0,6],[0,19],[1,19]],[[4178,5178],[-19,0],[-24,1],[-7,1],[-5,0],[-5,0],[-4,0],[-4,0],[-4,0],[-6,1],[-3,0],[-7,0],[-1,0],[-29,1],[-2,0],[-5,0],[-2,1],[-27,1],[-2,0],[-9,0],[-50,2],[-65,3],[-11,0],[-16,1],[-17,1],[-11,0],[-3,0],[-14,1],[-3,0],[-18,1],[-5,0],[-18,2],[-6,0],[-10,1],[-20,1],[-34,3],[-15,1],[-12,0],[-7,0],[-29,3]],[[3649,5204],[1,17],[0,7],[0,4],[0,7],[0,14],[0,25],[0,22],[0,16],[0,5],[0,5],[0,7],[0,16],[0,15],[-16,1],[-9,-1],[-21,0],[-7,0],[-1,0],[-44,0],[-17,-1],[-4,0],[-18,0],[-7,0],[-6,0],[-21,0],[-12,0],[-9,0],[-1,0],[-11,-1],[-20,0],[-17,0],[-27,-1],[-12,0],[-19,0],[-11,0],[-9,0],[-5,0],[-5,0],[-6,0],[-23,0],[-9,-1],[-5,0],[-17,0],[-6,0]],[[2183,5445],[-5,0],[-6,-2],[-21,-2],[-34,-4],[-6,0],[-5,0],[-10,0],[-8,0],[-5,0],[-4,0],[-13,0],[-9,0],[-2,0],[-8,0],[-7,0],[-34,0],[-6,-1],[-18,0],[-1,0],[-11,0],[-7,0],[-31,0],[-13,0],[0,-3],[0,-10],[0,-5],[0,-4],[0,-12],[0,-8],[0,-13],[0,-3],[0,-8],[0,-4],[0,-6],[0,-5],[0,-12],[0,-4],[0,-7],[0,-3],[0,-5],[0,-1],[0,-2],[0,-4],[0,-8],[0,-1],[0,-2],[-2,-3],[-2,0],[-4,0],[-6,0],[-6,0]],[[1899,5303],[-17,0],[-2,0],[-2,1],[-12,-1],[-10,1],[-17,0],[-6,0],[-22,0],[-14,0],[-8,0],[-5,0],[-2,0],[-7,0],[-6,0],[-15,0],[-4,0],[-3,0],[-3,0],[-12,-1],[-4,0],[-5,0],[-5,0],[-3,0],[-12,0],[-3,0],[-16,0],[-17,1],[-11,0],[-8,-1],[-8,0],[-4,0],[-7,0],[-17,0],[-13,-1],[-6,0],[-3,0],[-9,0],[-3,0],[-10,0],[-9,0],[-3,0],[-2,0],[-4,0],[-13,0],[-6,0],[-8,0],[-7,0],[-4,0],[-1,0],[-4,0],[-6,0],[-4,0],[-3,0],[-17,-1],[-6,0],[-8,0],[-3,0],[-6,0],[-4,0],[-5,0],[-3,0],[-6,0],[-5,0],[-3,0],[-3,0],[-3,0],[-5,0],[-4,0],[-3,0],[-8,0],[-5,0],[-6,0],[-11,0],[-12,0],[-22,-1],[-17,0],[-7,0],[-3,0],[-3,0],[-7,0],[-7,0],[-19,0],[-6,0],[-8,0],[-4,0],[-8,0],[-8,0],[-9,0],[-21,-1],[-4,0],[-3,0],[-3,0],[-3,0],[-8,0],[-4,0],[-3,0],[-3,0],[-11,0],[-8,0],[-6,0],[-8,0],[-8,-1],[-21,0],[-4,1],[-5,-1],[0,-14],[0,-4],[0,-3],[0,-16],[0,-15],[0,-5],[0,-16],[1,-7],[0,-3],[0,-8],[0,-8],[0,-12],[0,-13],[0,-9],[0,-11],[0,-5],[0,-5],[0,-13],[0,-9],[0,-3],[0,-7],[0,-10],[0,-4],[0,-4],[0,-16],[0,-3],[0,-1],[0,-5],[0,-5],[0,-5],[0,-5],[0,-3],[0,-3],[0,-4],[0,-4],[0,-3],[-4,0],[-3,0],[-3,0],[-3,0],[-9,0],[-8,0],[-8,1],[-2,0],[-3,-1],[-5,0],[-20,0],[-16,-1],[-4,0],[-17,0],[-17,0],[-10,0],[-5,0],[-49,0],[-7,0],[-18,0],[-10,0],[0,-10],[0,-4],[0,-4],[0,-16],[0,-3],[0,-10],[0,-2],[0,-7],[-1,-2],[0,-2]],[[7364,5690],[-12,0],[-9,-1],[-26,-4],[-1,-12],[11,0],[3,0],[3,-1],[0,-6],[-2,-33],[-1,-19],[-1,-12],[0,-1],[-1,-15],[0,-6],[-1,-12],[0,-7],[0,-14],[-1,-3],[0,-8],[0,-6],[0,-4],[0,-8],[-1,-10],[0,-6],[0,-14],[0,-3],[-1,-30],[-1,-18],[-1,-27],[0,-21],[0,-3],[0,-7],[0,-8],[-2,-20],[0,-4],[0,-14],[0,-15],[0,-2],[-1,-9],[0,-3],[-1,-8],[0,-12],[0,-1],[0,-9],[0,-9],[-1,-16],[0,-10],[-1,-25],[0,-7],[-1,-4],[-2,0],[-4,0],[-3,1],[-21,0],[-3,0],[-11,0],[-20,1],[-3,0],[-3,0],[-1,0],[-1,0],[-3,0],[-3,0],[-3,0],[-10,1]],[[7224,5206],[-7,0],[-15,0],[-3,0],[-3,0],[-3,0],[-2,0],[-9,1],[-3,0],[-3,0],[-13,0],[-17,0],[-2,0],[-15,1],[-8,0],[-3,0],[-5,0],[-9,0],[-2,0],[-5,1],[-6,0],[-5,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-10,1],[-4,0],[-6,0],[-5,0],[-5,0],[-3,0],[-3,0],[-6,0],[-17,1],[-11,0],[-3,0],[-6,0],[-5,0],[-11,0],[-19,1],[-4,0],[-16,0],[-13,0],[-9,1],[-45,0],[-32,0],[-6,1],[-3,0],[-2,0],[-4,0],[-7,0],[-6,0],[-13,0],[-3,0],[-2,2],[-8,0],[-3,0],[-3,0],[-2,0],[-2,0],[-3,0],[-3,0],[-3,1],[-7,0],[-2,0],[-3,0],[-13,0],[-14,1],[-6,0],[-7,0],[-8,0],[-8,1],[-3,0],[-5,0],[-5,0],[-11,0],[-2,0],[-3,1],[-19,0],[-10,0],[-4,0],[-2,1],[-4,0],[-4,0],[-3,0],[-4,0],[-14,0],[-17,1],[-7,0],[-4,0],[-2,0],[-3,0],[-7,0],[-5,0],[-4,0],[-3,0],[-4,1],[-36,1],[-2,0],[-22,1],[-5,0],[-3,0],[-3,0],[-4,0],[-3,0],[-6,1],[-18,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,1],[-4,0],[-5,0],[-4,0],[-47,2],[-24,0],[0,-3],[-9,0],[-14,1],[-2,0],[-53,2],[-9,0],[-3,1],[-4,0],[-5,0],[-3,0],[-19,0],[-29,2],[-27,1],[-20,1],[-3,0],[-29,1]],[[6120,5235],[0,3],[1,4],[1,13],[0,8],[1,2],[-1,5],[1,3],[0,13],[1,6],[0,17],[2,38],[-1,4],[1,3],[0,21],[0,1],[1,3],[0,14],[1,20],[0,5],[1,5],[0,4],[0,8],[0,9],[0,1],[1,4],[1,32],[0,6],[0,3],[1,20],[1,23],[-4,0],[-12,-2],[-1,0],[-2,0],[-3,-1],[-18,-2],[-11,-2],[-12,-1],[-12,-2],[-16,-2],[-5,-1]],[[8243,5177],[0,-4],[0,-8],[0,-6],[-1,-17],[0,-22],[-1,-15],[-1,-17],[0,-9],[0,-6],[0,-3],[-1,-6],[0,-8],[0,-9],[-1,-11],[0,-8],[0,-7],[0,-5],[-1,-3],[0,-3],[0,-8],[-1,-15],[0,-3],[0,-5],[-1,-10],[0,-17],[-1,-17],[0,-6],[0,-9],[-1,-7],[0,-6],[-1,-17],[0,-7],[0,-4],[0,-11],[-1,-5],[0,-18],[-22,0],[-1,0],[-8,1],[-5,0],[-9,0],[-2,0],[-4,0],[-32,1],[-1,0],[-4,0],[-5,0],[-5,0],[-12,0],[-6,0],[-6,0],[-2,0],[-3,0],[-11,0],[0,-9],[0,-1],[-1,-22],[0,-9],[-1,-23],[0,-4],[-1,-24],[0,-4],[0,-4],[0,-1],[-1,-7],[0,-4],[0,-6],[0,-2],[-1,-6],[0,-5],[0,-7],[0,-5],[0,-9],[-1,-7],[0,-7],[0,-11],[0,-4],[0,-7],[0,-1],[-1,-14],[0,-11],[0,-3],[-1,-8],[0,-4]],[[8085,4618],[-37,1],[-32,1],[-16,0],[-7,0],[-27,1],[-1,0],[-21,1],[-1,0],[-4,0],[-1,0],[-2,0],[-13,0],[-9,0],[-1,0],[-15,1],[-11,0],[-4,0],[-11,0],[-3,1],[-5,0],[-9,0],[-18,0],[-13,1],[-1,0],[-15,0],[-12,1],[-15,0],[-14,1],[-7,0],[-6,0],[-10,0],[-4,0],[-4,0],[-9,1],[-9,0],[-8,1],[-12,0],[-15,0],[-9,0],[-6,0],[-9,1],[-7,0],[-8,0],[-14,0],[-3,0],[-10,1],[-12,0],[-10,1],[-9,0],[-4,0],[-24,0],[-16,0],[-12,1],[-8,0],[-9,0],[-3,1],[-7,0],[-3,0],[-8,0],[-3,0],[-11,1],[-23,0],[-3,0],[-3,0],[-4,0],[-2,0],[-10,1],[-4,0],[-5,0]],[[7424,4636],[2,23],[0,7],[1,12],[0,3],[0,10],[1,11],[0,4],[0,3],[0,3],[0,3],[0,4],[1,7],[0,13],[0,1],[0,2],[1,3],[0,5],[0,3],[0,3],[0,8],[1,3],[0,4],[0,3],[0,6],[1,7],[0,7],[0,4],[0,14],[1,10],[0,5],[0,9],[1,10],[0,10],[0,11],[1,9],[0,9],[1,15],[-1,11],[0,3],[1,5],[0,2],[0,4],[0,5],[0,3],[0,3],[0,3],[0,3],[1,3],[0,3],[0,3],[0,5],[1,26],[1,8],[0,3],[0,3],[0,3],[1,11],[-11,1],[-3,0],[-1,0],[-6,0],[-19,0],[-12,1],[-5,0],[-18,1],[-2,0],[-19,0],[-20,1],[-4,0],[-30,1],[-1,0],[-4,0],[-2,0],[-3,0],[-4,0],[-30,1],[-16,1],[-3,0],[-4,0],[-2,0],[-5,0],[1,10],[0,9],[0,5],[1,11],[0,11],[0,4],[1,5],[0,8],[0,13],[1,11],[0,14],[1,16],[1,13],[0,17],[1,7],[0,3],[0,2],[0,5],[0,4],[0,7],[0,3],[0,5],[1,6]],[[9641,5557],[6,-15],[2,-6],[6,-9],[5,-3],[11,-7],[12,-10],[16,-19],[4,-7],[3,-7],[3,-5],[4,-5],[15,-19],[2,-3],[5,-10],[4,-12],[0,-2],[1,-2],[4,-12],[4,-10],[0,-1],[4,-14],[5,-13],[6,-15],[1,-4],[2,-3],[2,-3],[12,-14],[6,-8],[11,-11],[4,-4],[4,-6],[4,-10],[1,-1],[1,-7],[0,-3],[0,-4],[0,-1],[0,-1],[-4,-20],[-3,-9],[-2,-4],[-5,-6],[-3,-5],[-2,-4],[0,-1],[-1,-3],[-3,-5],[-3,-7],[0,-1],[-9,-11],[-4,-12],[-2,-10],[0,-9],[1,-5],[0,-13],[1,-2],[0,-2],[0,-10],[0,-7],[-1,-3],[0,-4],[0,-4],[-1,-2],[0,-1],[-1,-5],[1,-8],[1,0],[-3,-3],[-16,-9],[-3,-1],[-4,-3],[-13,-2],[0,-5],[-3,-3],[-1,-4],[1,-4],[2,-2],[3,-1],[6,-5],[12,-6],[7,-3],[10,-6],[5,-6],[4,-4],[3,-5],[3,-5],[0,-7],[-1,-11],[-7,-22],[-2,-13],[0,-9],[2,-17],[4,-6],[8,-10],[5,-12],[7,-24],[1,-8],[-1,-6],[-4,-13],[-1,-3],[-2,-4],[-2,-3],[-3,-3],[-2,-3],[-1,-1],[-7,-9],[-7,-12],[-3,-7],[-3,-8],[0,-22],[1,-11],[1,-11],[-2,-7],[-8,-13],[-1,0],[-4,-4],[-14,-10],[-12,-7],[-15,-8],[-20,-11],[-7,-7],[-8,-10],[-4,-6],[-5,-9],[-6,-23],[-5,-24],[-3,-13],[-6,-23],[-1,-8],[-4,-8],[-5,-7],[-7,-8],[-10,-10],[-4,-4],[-7,-1],[-7,-15],[-5,-9],[-10,-15],[-6,-8],[-21,-26]],[[9560,4472],[-6,1],[-2,0],[-2,0],[-1,0],[-3,0],[-2,0],[-2,0],[-8,1],[-12,0],[-4,1],[-39,1],[-14,1],[-15,0],[-4,1],[-18,0],[-14,1],[-1,-7],[0,-5],[-4,0],[-8,0],[-3,0],[-5,1],[-12,0],[-5,1],[-8,0],[-3,0],[-12,1],[-13,0],[-6,1],[-10,-1],[-31,2],[-13,0],[-15,1],[-5,0],[-1,0],[-39,2],[-17,1],[-13,0],[-20,1],[-9,1],[-19,0]],[[9142,4478],[2,37],[1,12],[0,1],[0,7],[0,4],[0,4],[1,15],[1,23],[1,11],[0,5],[0,3],[1,10],[0,4],[0,4],[0,3],[0,4],[1,5],[0,10],[0,6],[0,3],[0,1],[1,1],[0,7],[0,1],[0,4],[0,6],[1,15],[1,15],[0,4],[0,6],[2,33],[1,10],[1,19],[0,3],[0,10],[1,10],[0,5],[1,7],[0,10],[0,4],[0,6],[1,10],[0,1],[0,7],[0,5],[0,3],[0,1],[1,4],[0,3],[1,18],[0,8],[1,14],[0,10],[1,3],[0,3],[0,14],[1,9],[0,16],[0,4],[1,4],[0,6],[0,11],[0,1],[1,5],[0,2],[0,1],[0,2],[0,8],[0,3],[0,2],[0,3],[1,13],[0,4],[-1,4],[2,11],[10,0],[0,6],[1,28],[1,16],[0,18],[0,4],[1,6],[0,3],[0,13],[1,13],[0,4],[-9,1],[-5,0],[-8,0],[-7,0],[-14,0],[-10,0],[-3,0],[-5,1],[-6,0],[-7,0],[-6,0],[-9,0],[-1,0],[-17,1],[-15,0],[-10,1],[-4,0],[-8,0],[-21,0],[-12,0]],[[6120,5235],[0,-3],[0,-3],[0,-3],[0,-4],[0,-3],[-2,-21],[0,-12],[0,-1],[-1,-12],[0,-11],[-1,-23],[-1,-20],[0,-7],[-1,-3],[0,-9],[0,-11],[-1,-2],[0,-1],[0,-16],[-1,-6],[0,-4],[-1,-11],[-1,-20],[0,-5],[0,-1],[-1,-12],[-1,-23],[-2,-32],[1,-3],[0,-3],[-1,-3],[0,-3],[0,-4],[0,-3],[0,-1],[0,-1],[0,-3],[-1,-4],[0,-4],[0,-2],[0,-3],[0,-3],[-1,-3],[0,-3],[0,-5],[0,-5],[-1,-21],[0,-2],[-1,-10],[-1,-28],[0,-5],[-1,-22],[-1,-8],[-1,-31],[0,-3],[-3,-59],[-1,-25],[0,-5]],[[6094,4681],[-4,0],[-22,1],[-19,0],[-5,1],[-25,0],[-30,0],[-13,1],[-5,0],[-3,0],[-6,0],[-24,0],[-5,0],[-2,0],[-10,0],[-19,0],[-3,0],[-2,0],[-1,-2],[-3,0],[-5,0],[-15,0],[-18,0],[-6,0],[-4,0],[-7,0],[-8,0],[-1,0],[-10,0],[-8,1],[-11,0],[-9,0],[-24,0],[-23,1],[-23,1],[-10,1],[-3,0],[-3,0],[-3,0],[-11,0],[-1,1],[-3,0],[-9,0],[-14,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-5,0],[-4,1],[-3,0],[-3,0],[-3,0],[-4,0],[-4,0],[-3,1],[-3,0],[-3,0],[-4,0],[-4,0],[-4,1],[-5,0],[-2,0],[-3,0],[-3,0],[-14,0],[-1,0],[-2,1],[-2,0],[-3,0],[-4,0],[-4,0],[-3,1],[-5,0],[-2,0],[-3,0],[-8,1],[-3,0],[-5,0],[-3,0],[-6,1],[-12,0],[-3,0],[-3,0],[-1,0],[-7,0],[-2,0],[-3,1],[-1,0],[-3,0],[-5,0],[-3,0],[-4,0],[-3,0],[-27,2],[-7,0],[1,16],[1,18],[0,4],[1,10],[-5,1],[-16,0],[-14,1],[-7,1],[-10,0],[-2,0],[-3,0],[-3,1],[-5,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,1],[-2,0],[-2,0],[-4,0],[-4,0],[-2,0],[-1,0],[-5,1],[-2,0],[-5,0],[-6,0],[-2,0],[-4,1],[-6,0],[-3,0],[-4,0],[-4,1],[-4,0],[-5,0],[-3,0],[-5,0],[-3,1],[-3,0],[-3,0],[-3,0],[-7,0],[-9,1],[-5,0],[-4,0],[-2,1],[-4,0],[-4,0],[-9,1],[-8,0],[-5,0],[-3,0],[-2,0],[-17,1],[-7,1],[-4,0],[-8,0],[-3,1],[-1,0],[-7,0],[-4,0],[-7,0],[-3,1],[-9,0],[-16,1],[-3,0],[-9,0],[-4,1],[-4,0],[-4,0],[-4,0],[-3,0],[-3,1],[-4,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,1],[-3,0],[-5,0],[-4,0],[-5,0],[-4,1],[-4,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,1],[-9,0],[-5,0],[-3,0],[-4,1],[-3,0],[-4,0],[-3,0],[-5,0],[-3,0],[-5,1],[-3,0],[-3,0],[-3,0],[-2,0],[-25,1],[-6,0],[-4,1],[-16,0],[-17,1],[-3,0],[-14,1],[-12,0],[-9,1],[-30,1],[-29,2],[-9,0]],[[4805,4778],[0,3],[1,2],[0,6],[0,3],[0,3],[1,13],[1,7],[0,4],[0,5],[3,31],[3,39],[0,4],[0,1],[1,14],[1,10],[1,18],[2,22]],[[3019,5357],[-2,-14],[-2,-15],[-1,-12],[-2,-12],[-2,-24],[-2,-14],[0,-8],[-1,-9],[-1,-8],[-1,-8],[-4,-37],[0,-1],[-1,-10],[-2,-15],[0,-6],[-2,-13],[-1,-13],[-1,-7],[-1,-19],[-2,-10],[0,-3],[0,-2],[0,-1],[-2,-14],[0,-6],[-1,-1],[0,-9],[-1,-7],[-2,-14],[0,-9],[-4,-32],[0,-6],[-2,-17],[0,-1],[-2,-21],[-1,-3],[-1,-13],[0,-4],[-1,-7],[-3,-28],[-1,-11],[-2,-25],[-1,-6],[0,-3],[-1,-7],[0,-5],[-1,-10],[-1,-5],[0,-4],[-2,-14],[-1,-9],[0,-3],[0,-4],[-1,-5],[0,-2],[0,-2],[0,-1],[0,-3],[-1,-6],[-1,-4],[0,-1],[-1,-9],[0,-4],[-2,-17],[0,-1],[-1,-8],[-1,-11],[0,-6],[-1,-3],[-1,-9],[0,-4],[0,-3],[-1,-6],[-1,-11],[-1,-8],[0,-6],[-1,-6],[-1,-6]],[[2946,4656],[-5,1],[-13,1],[-1,0],[-42,3],[-4,0],[-10,1],[-25,2],[-13,1],[-3,0],[-43,4],[-9,1],[-3,0],[-12,0],[-17,2],[-14,1],[-3,0],[-10,1],[-28,2],[-4,0],[-3,1],[-4,0],[-5,0],[-13,1],[-11,1],[-18,2],[-32,2],[-26,2],[-37,3],[-43,3],[-10,1],[-8,0],[-25,2],[-4,0],[-3,0],[-1,0],[-16,1],[-25,2],[0,4],[1,2],[0,1],[0,5],[0,3],[1,4],[0,4],[1,7],[0,3],[0,4],[-3,1],[-3,0],[-14,1],[-4,0],[-4,0],[-11,1],[-5,0],[-9,1],[-5,0],[-3,0],[-7,0],[-4,1],[-4,0],[-5,0],[-4,1],[-7,0],[-2,0],[-5,1],[-3,0],[-3,0],[-3,0],[-9,1],[-5,0],[-4,0],[-6,1],[-3,0],[-3,0],[-14,1],[-7,0],[-8,1],[-6,0],[-14,1],[-2,0],[-9,1],[-3,0],[-9,0],[-10,1],[-21,2],[-14,0],[-10,1],[-4,0],[-14,1],[-4,1],[-4,0],[-14,1],[-26,2],[-67,4],[-14,1],[-3,0],[-5,0],[-1,0],[-21,1],[0,1],[-4,0],[-11,0],[-4,1],[-5,0],[-18,1],[-14,1],[-3,1],[-10,0],[-9,1],[-16,1]],[[1870,4769],[1,9],[1,12],[1,10],[0,5],[1,8],[1,10],[1,12],[1,3],[0,6],[1,5],[0,4],[0,2],[1,4],[1,15],[0,3],[1,4],[7,-2],[2,-3],[1,-3],[5,-4],[0,1],[0,5],[0,7],[0,15],[0,14],[-1,8],[0,11],[0,36],[0,1],[0,8],[0,28],[-1,9],[0,16],[0,3],[-1,36],[7,1],[0,7],[0,4],[0,21],[0,16],[0,20],[0,17],[0,11],[0,18],[0,10],[0,5],[0,14],[0,18],[0,8],[0,8],[-1,23],[0,35]],[[3832,4436],[0,-10],[0,-7],[0,-12],[0,-3],[0,-3],[0,-4],[0,-3],[0,-4],[-1,-5],[-1,-9],[0,-3],[0,-6],[0,-3],[1,-5],[0,-12],[-4,-3],[-4,0],[-6,1],[-4,0],[-5,0],[-3,0],[-9,0],[-11,0],[-3,0],[-7,1],[-4,0],[-23,0]],[[3748,4346],[-9,0],[-10,1],[-3,0],[-15,0],[-12,0],[-15,0],[-6,0],[-4,0],[-5,1],[-12,0],[-12,0],[-11,0],[-5,0],[-1,0],[-4,1],[-8,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-3,0],[-1,0],[-2,0],[-3,1],[-3,0],[-4,0],[-3,0],[-2,0],[-5,0],[-8,0],[-6,0],[-4,0],[-6,0],[-10,1],[-9,0],[-16,0],[-4,0],[-4,0],[-15,0],[-13,0],[-15,0],[-24,1],[-4,0],[-10,0],[-3,0],[-2,0],[-8,0],[-20,0],[-13,0],[-9,0],[-6,0],[-8,1],[-8,0],[-9,0],[-8,0],[-15,0],[-5,0],[-2,0],[-3,0],[-2,0],[-18,0],[-9,0],[-13,1],[-9,0],[-13,0],[-13,0],[-24,0],[-17,0],[-4,0],[-10,0],[-24,0],[-13,1],[-8,0],[-18,0],[-10,0],[-7,0],[-3,0],[-5,0],[-2,0],[-10,1],[-6,0],[-11,0]],[[3057,4356],[1,22],[1,4],[0,3],[0,8],[1,3],[0,13],[1,3],[1,22],[1,8],[0,8],[1,7],[0,1],[1,13],[0,2],[1,16],[1,8],[1,15],[0,4],[2,15],[0,8],[2,20],[0,11],[1,5],[0,3],[2,23],[0,4],[1,9],[0,1],[0,9],[1,5],[0,3],[0,4],[1,3],[0,4],[0,3],[-6,1],[-6,0],[-42,3],[-8,1],[-2,0],[-9,1],[-6,0],[-2,0],[-1,0],[-4,1],[-6,0],[-2,0],[-8,1],[-16,1],[-3,0],[-2,1],[-9,0]],[[3649,5204],[0,-11],[0,-4],[0,-14],[-1,-21],[0,-12],[0,-2],[0,-1],[0,-3],[0,-4],[0,-11],[0,-4],[-1,-16],[0,-12],[0,-27],[0,-10],[0,-7],[0,-5],[0,-8],[0,-3],[0,-2],[0,-11],[0,-9],[0,-3],[0,-3],[0,-4],[0,-10],[0,-3],[0,-13],[0,-8],[0,-17],[0,-8],[0,-1],[0,-31],[0,-8],[0,-3],[0,-18],[0,-10],[0,-12],[0,-7],[0,-5],[1,-15],[0,-5],[0,-19],[0,-13],[0,-4],[0,-1],[0,-15],[0,-8],[0,-10],[-1,-7],[1,-1],[0,-13],[0,-4],[1,-4],[0,-8],[0,-6],[0,-3],[0,-6],[1,-6],[4,0],[12,0],[5,0],[9,0],[3,0],[2,0],[12,0],[3,0],[24,0],[4,0],[20,0],[14,0],[2,0],[3,0],[3,0],[10,0],[3,0],[12,0],[5,0],[15,-1],[6,0],[5,0],[1,-20],[0,-3],[0,-16],[0,-3],[0,-6],[0,-7],[0,-1],[1,-8],[0,-7],[0,-5],[0,-12],[0,-7],[0,-8],[1,-3],[0,-11],[0,-4],[0,-3],[0,-6],[0,-7],[1,-6],[0,-4],[0,-6],[0,-3],[0,-8],[0,-3],[0,-5],[1,-20],[0,-4],[0,-6],[0,-12],[0,-4],[0,-3],[0,-3],[0,-6],[1,-3],[0,-3],[0,-3],[0,-4],[0,-3],[0,-7],[0,-5]],[[1870,4769],[0,-6],[-2,-19],[-1,-18],[-1,-12],[-1,-6],[0,-3],[0,-5],[-1,-6],[0,-5],[-2,-19],[-1,-12],[0,-5],[-1,-9],[-2,-16],[-1,-16],[0,-2],[0,-5],[-1,-5],[0,-9],[-1,-5],[0,-3],[0,-5],[-1,-38],[-3,1]],[[1851,4541],[-15,1],[-7,0],[-5,0],[-11,1],[-6,0],[-4,0],[-12,1],[-8,1],[-5,0],[-12,1],[-3,0],[-13,0],[-11,1],[-7,0],[-12,1],[-20,1],[-24,2],[-6,1],[-4,0],[-2,0],[-10,1],[-5,0],[-4,1],[-14,1],[-4,0],[-12,1],[-5,0],[-5,0],[-17,1],[-15,1],[-7,1],[-12,1],[-5,0],[-6,0],[-7,1],[-14,1],[-5,0],[-9,0],[-3,1],[-11,0],[-7,1],[-5,1],[-4,0],[-8,0],[-5,1],[-6,0],[-3,0],[-3,0],[-5,1],[-10,0],[-4,1],[-5,0],[-1,0],[-5,0],[-2,0],[-6,1],[-3,0],[-3,0],[-10,1],[-3,0],[1,5],[0,1],[0,5],[-34,0],[-6,-1],[-3,1],[-1,0],[-10,-1],[-6,0],[-3,0],[-6,-1],[-4,0],[-2,0],[-10,0],[-9,0],[-2,-1],[-24,0],[-5,0],[-6,0],[-11,0],[-14,0],[-7,-1],[-4,0],[-4,0],[-4,0],[-5,0],[-6,0],[-3,0],[-5,0],[-14,0],[-6,0],[-9,0],[-7,0],[-7,0],[-3,-1],[-12,0],[-17,0],[-11,0],[-6,0],[-4,0],[-8,0],[-10,-1],[-7,0],[-4,0],[-5,0],[-3,0],[-4,0],[-3,0],[-4,0],[-5,0],[-3,0],[-13,0],[-5,0],[-9,0],[-5,0],[-3,0],[-3,0],[-8,0],[-16,0],[-5,0],[-14,0],[-4,0],[-5,0],[-4,0],[-3,0],[-5,0],[-5,-1],[-15,0],[-7,0],[-3,0],[-3,0],[-9,0],[-7,0]],[[900,4574],[0,24],[0,13],[0,10],[-1,8],[-1,20],[0,13],[0,1],[0,4],[0,10],[0,9],[0,10],[-1,12],[0,14],[0,16],[0,1],[0,2],[0,19],[0,19],[0,19],[0,10],[0,8],[-1,9],[1,10],[0,15],[0,3],[0,19],[-1,9],[0,11],[0,9],[0,7],[0,5],[0,7],[0,10],[0,7],[-1,5],[0,1],[0,14],[0,18]],[[7424,4636],[-14,0],[-5,0],[-12,1],[-17,0],[-19,1],[-3,0],[-8,0],[-22,1],[-4,0],[0,-21],[0,-4],[0,-4],[0,-8],[0,-8],[-1,-16],[-2,-22],[0,-14],[-1,-2],[0,-2],[0,-5],[0,-10],[-1,-14],[0,-5],[-1,-16],[0,-3],[0,-3],[-1,-7],[0,-6],[0,-4],[0,-3],[-1,-6],[-5,0],[-11,1],[-4,0],[-5,0],[-3,0],[-4,0],[-3,1],[-7,0],[-4,0],[-19,0],[-15,1],[-13,0],[-7,0],[-5,0]],[[7207,4459],[-13,2],[-6,1],[-2,0],[-4,0],[-4,0],[-1,0],[-13,0],[-3,0],[-12,0],[-4,0],[-16,1],[-10,0],[-17,1],[-19,0],[-3,0],[-8,0],[-5,1],[-4,0],[-20,0],[-4,1],[-11,0],[-4,0],[-2,0],[-5,0],[-1,0],[-4,1],[-7,0],[-2,0],[-6,0],[-2,0],[-4,0],[-7,0],[-7,1],[-1,0],[-3,0],[-11,0],[-4,0],[-5,0],[-11,1],[-11,0],[-27,1],[-6,0],[-1,0],[-1,0],[-3,0],[-15,1],[-16,0],[-12,1],[-6,0],[-7,0],[-12,1],[-15,0],[-5,0],[-10,0],[-16,1],[-5,0],[-3,0],[-2,0],[-3,0],[-5,0],[-1,0],[-1,0],[-5,0],[-12,1],[-9,0],[-2,0],[-12,0],[-3,0],[-3,0],[-10,1],[-1,0],[-8,0],[-3,0],[-3,0],[-2,0],[-3,0],[-8,1],[-5,0],[-7,0],[-3,0],[-7,0],[-12,0],[-14,1],[-8,0],[-3,0],[-18,1],[-13,0],[-12,0],[-4,0],[-7,1],[-9,0],[-6,0],[-3,0],[-3,0],[-23,1],[-7,0],[-22,1],[-9,0],[-2,0],[-43,1],[-21,0],[-17,0],[-37,1],[-14,0],[-5,1],[-2,0],[-3,0],[-4,1],[-7,1],[-3,0],[-2,0],[-4,0],[-4,0],[-3,0],[-5,0],[-3,0],[-5,1],[-13,0],[-4,0],[-21,2],[-6,0],[-6,0],[-10,1],[-9,0],[-28,2],[-11,0],[-10,1],[-3,0],[-21,1],[-4,0],[-15,1],[-21,1]],[[6114,4497],[1,29],[0,5],[1,4],[-1,3],[1,18],[3,36],[0,2],[0,5],[0,1],[0,3],[1,5],[0,9],[1,25],[1,3],[0,3],[0,4],[1,13],[1,15],[-30,1]],[[4805,4778],[0,-3],[0,-4],[0,-3],[-1,-3],[0,-4],[0,-3],[0,-3],[-1,-4],[0,-4],[0,-5],[-1,-7],[0,-3],[0,-3],[-1,-4],[0,-3],[0,-3],[0,-3],[-1,-5],[0,-3],[0,-2],[0,-3],[0,-4],[-1,-4],[0,-3],[0,-3],[0,-4],[-1,-3],[0,-3],[0,-3],[0,-4],[0,-4],[0,-4],[-1,-3],[0,-4],[0,-4],[0,-4],[-1,-3],[0,-4],[0,-2],[0,-4],[-1,-3],[0,-3],[0,-4],[0,-4],[-1,-2],[0,-4],[0,-3],[0,-4],[0,-3],[-1,-4],[0,-3],[0,-5],[0,-3],[-1,-3],[0,-5],[0,-2],[0,-3],[0,-4],[-1,-3],[0,-3],[0,-3],[0,-4],[-1,-4],[0,-2],[0,-1],[0,-3],[0,-4],[0,-2],[-1,-4],[0,-2],[0,-4],[0,-3],[-1,-6],[0,-4],[0,-3],[0,-3],[0,-3],[-1,-4],[0,-4],[0,-4],[0,-5],[-1,-4],[0,-3],[0,-3],[0,-5],[-1,-4],[0,-5],[0,-3],[-1,-4],[0,-4],[0,-3],[0,-4],[-1,-4],[0,-4],[0,-3],[0,-4],[0,-2],[-1,-2],[0,-4],[0,-3],[0,-3],[0,-3],[-1,-4],[0,-4],[0,-2],[0,-3],[-1,-4],[0,-3],[0,-3],[0,-4],[0,-3]],[[4780,4392],[-19,1],[-23,2],[-3,0],[-3,0],[-10,0],[-5,1],[-3,0],[-2,0],[-7,0],[-4,0],[-2,0],[-4,0],[-8,1],[-2,0],[-3,0],[-6,0],[-3,0],[-4,1],[-2,0],[-14,0],[-12,1],[-29,1],[-4,0],[-20,1],[-9,1],[-2,0],[-3,0],[-2,0],[-6,0],[-9,1],[-2,0],[-14,1],[-7,0],[-5,0],[-6,1],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-2,1],[-4,0],[-3,0],[-3,0],[-1,0],[-3,0],[-4,1],[-4,0],[-2,0],[-6,0],[-3,0],[-4,1],[-2,0],[-7,0],[-7,0],[-4,1],[-2,0],[-3,0],[-6,0],[-4,0],[-4,1],[-3,0],[-3,0],[-2,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,1],[-5,0],[-3,0],[-4,0],[-3,0],[-3,0],[-2,1],[-1,0],[-7,0],[-4,0],[-6,0],[-18,1],[-6,0],[-2,0],[-4,0],[-8,1],[-3,0],[-3,0],[-27,1],[-2,1],[-1,0],[-7,0],[-7,0],[-7,0],[-2,1],[-3,0],[-5,0],[-3,0],[-3,0],[-9,1],[-3,0],[-3,0],[-3,0],[-2,0],[-4,0],[-4,0],[-4,1],[-3,0],[-4,0],[-1,0],[-2,0],[-3,0],[-3,0],[-3,1],[-3,-1],[-2,1],[-4,0],[-3,0],[-3,0],[-2,0],[-1,0],[-28,1],[-4,0],[-1,1],[-13,0],[-1,0],[-5,0],[-4,0],[-37,1],[-5,1],[-2,0],[-8,0],[-2,0],[-3,0],[-3,0],[-3,1],[-8,0],[-6,0],[-4,0],[-3,0],[-7,1],[-21,0],[-18,1],[-14,1],[-5,0],[-10,0],[-20,1],[-3,0],[-5,0],[-13,1],[-3,0],[-2,0],[-4,1],[-3,0],[-4,0],[-4,0],[-3,0],[-9,1],[-7,0],[-11,0],[-5,2],[-4,0],[-8,0],[-3,0],[-9,0],[-3,1],[-16,1]],[[9142,4478],[-7,0],[-3,1],[-3,0],[-9,0],[-9,0],[-7,1],[-18,0],[-3,0],[-4,1],[-4,0],[-3,0],[-9,0],[-5,0],[-6,1],[-7,0],[-17,1],[-14,0],[-9,1],[-9,0],[-3,0],[-18,1],[-11,0],[-5,0],[-16,1],[-3,0],[-10,0],[-7,1],[-4,1],[-4,1],[-3,-2],[-5,0],[-16,1],[-2,0],[-7,0],[-4,0],[-7,1],[-18,0],[-3,0],[-2,0],[-1,0],[-10,1],[-5,0],[-2,0],[-3,0],[-3,0],[-6,1],[-3,0],[-27,1],[-19,1],[-18,0],[-3,1],[-23,1],[-6,0],[-18,1],[-5,0],[-10,0],[-5,1],[-8,0],[-6,0],[-5,0],[-3,0],[-7,1],[-3,0],[-17,1],[-8,0],[-5,0],[-4,0],[-5,1],[0,8],[-30,0],[-10,0],[-5,0],[-4,0],[-3,0],[-3,0],[-10,0],[-7,0],[-10,0],[-8,0],[-4,0],[-2,0],[-1,0],[-4,0],[-3,0],[-8,1],[-4,0],[-2,0],[-6,0],[-5,0],[-2,0],[-3,0],[-2,0],[-10,0],[-4,0],[-10,1],[-9,0],[-6,0],[-4,0],[-8,0],[-6,0],[-16,1],[-5,0],[-9,0],[-1,0],[-12,0],[-4,0],[-7,1],[-3,0],[-1,0],[-8,0],[-5,0],[0,-7]],[[8346,4505],[-10,0],[-13,0],[-16,1],[-3,0],[-3,0],[-11,0],[-15,1],[-21,0],[-21,0],[-3,1],[-3,0],[-16,0],[-15,0],[-6,0],[-13,0],[-9,1],[-12,0],[-14,0],[-9,0],[-2,0],[-18,0],[-22,1],[-5,0],[-4,0],[0,7],[0,6],[1,28],[1,26],[0,8],[0,4],[1,13],[0,16]],[[900,4574],[0,-11],[0,-4],[0,-6],[-8,-20],[4,0],[5,0],[1,-36],[0,-1],[0,-17],[1,-5],[0,-8],[0,-2],[0,-1],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[0,-2],[0,-1],[0,-4],[0,-4],[1,-2],[0,-3],[0,-3],[0,-3],[0,-4],[0,-4],[0,-3],[0,-2],[0,-1],[0,-4],[0,-4],[0,-2],[0,-4],[0,-1],[0,-5],[1,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-4],[0,-2],[0,-3],[0,-4],[0,-3],[1,-3],[0,-3],[0,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-4],[0,-3],[0,-3],[0,-5],[0,-3],[0,-4],[1,-3],[0,-1],[0,-4],[0,-3],[0,-8],[0,-3],[0,-4],[0,-3],[0,-2],[0,-3],[0,-3],[0,-4],[0,-3],[0,-4],[0,-5],[0,-5],[0,-1],[1,-16],[0,-2],[1,-18],[0,-9],[0,-10],[0,-9],[0,-16],[0,-12],[0,-8],[0,-29],[0,-3],[0,-3],[0,-3],[0,-4],[1,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-10],[0,-2],[2,-2],[0,-4],[0,-3],[0,-3],[0,-3],[0,-1],[0,-2],[0,-5],[0,-4],[0,-4],[0,-4],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[2,-18],[0,-1],[1,-18],[0,-37],[-1,-6],[0,-10],[1,-21],[0,-3],[0,-15],[0,-1],[0,-19]],[[915,3866],[-8,0],[-4,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-4,0],[-5,0],[-4,0],[-2,-1],[-2,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-4,-1],[-4,0],[-3,0],[-4,0],[-5,0],[-4,0],[-2,0],[-2,0],[-3,0],[-2,0],[-5,0],[-3,0],[-3,0],[-2,0]],[[778,3864],[-6,-1],[-4,0],[-3,0],[-4,0],[-4,0],[-3,0],[-7,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-5,0],[-4,0],[-3,-1],[-4,0],[-4,0],[-4,0],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-4,0],[-4,0],[-4,0],[-2,0],[-4,0],[-3,0],[-4,0],[-4,-1],[-3,0],[-6,0],[-2,0],[-3,0],[-3,0],[-4,0],[-5,0],[-3,0],[-6,0],[-4,0],[-4,0],[-6,0],[-3,0],[-3,0],[-5,-1],[-5,0],[-2,0],[-3,0],[-2,0],[-3,0],[-3,0],[-5,0],[-3,0],[-2,0],[-5,0],[-2,0],[-3,0],[-36,-1],[-30,0],[-4,0],[-6,0],[-4,0],[-21,-1],[-4,1],[-11,0],[-38,0],[-12,0],[-21,0],[-25,0],[-3,0],[-24,0],[-16,0],[-2,0],[-20,0],[-12,0],[-3,0],[-4,0],[-2,0],[-3,0],[-3,0],[-5,0],[-15,0],[-8,0],[-22,0],[-39,0],[-9,0],[-8,0],[-9,0],[-11,0],[-3,0],[-4,0],[-3,0],[-21,0],[-5,0],[-2,0],[-16,0],[-39,0],[-4,1],[-11,0]],[[18,3860],[0,6],[0,6],[0,1],[0,1],[0,4],[0,1],[0,1],[0,2],[0,1],[0,1],[1,1],[0,13],[0,5],[0,26],[1,34],[0,3],[0,1],[0,8],[0,4],[0,6],[0,4],[0,7],[0,6],[0,2],[1,28],[0,3],[0,7],[0,4],[0,7],[0,7],[0,8],[1,3],[0,1],[0,12],[0,1],[0,4],[0,4],[0,9],[1,6],[0,10],[0,3],[0,2],[0,8],[1,28],[0,6],[0,6],[1,25],[0,17],[0,5],[0,6],[0,10],[1,37],[0,4],[0,15],[0,18],[1,11],[0,26],[1,7],[0,14],[0,6],[0,3],[0,1],[0,6],[0,5],[1,3],[0,4],[0,1],[0,1],[0,4],[0,6],[0,2],[0,4],[0,4],[0,4],[0,3],[0,6],[0,2],[1,4],[0,4],[0,6],[0,7],[0,3],[0,5],[0,4],[1,11],[0,7],[0,4],[0,10],[0,6],[0,6],[0,1],[1,7],[0,2],[0,1],[0,5],[0,5],[0,4],[0,3],[0,6],[1,9],[0,3],[0,3],[0,2],[0,3],[0,1],[0,3],[0,1],[0,3],[0,1],[0,2],[0,2],[0,2],[0,1],[0,4],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[1,6],[0,2],[0,5],[0,2],[0,1],[0,4],[0,1],[0,5],[0,3],[0,2],[0,1],[0,2],[0,1],[0,3],[0,7],[1,2],[0,4],[0,2],[0,1],[0,5],[0,4],[0,4],[0,3],[0,2],[0,8],[1,4],[0,1],[0,2],[0,3],[0,6],[0,1],[0,3],[0,9],[0,7],[0,1],[0,2],[0,1],[0,2],[0,4],[0,1],[0,2],[0,5],[1,11],[0,3],[0,3],[0,4],[0,3],[0,4],[0,4],[0,6],[0,10],[1,8],[0,8],[0,2],[0,5],[0,5],[0,9],[0,7],[0,1],[0,6],[0,3],[0,7],[0,5],[0,5],[0,3],[1,12],[0,2],[0,2],[0,3],[0,3],[0,4],[0,1],[0,3],[0,4],[0,3],[0,2],[0,5],[0,3],[0,5],[0,4],[0,8],[0,1],[0,2],[0,3],[0,3],[0,1],[0,4],[0,2],[0,1],[-1,2],[0,3],[0,1],[0,1],[0,1],[0,2],[0,3],[0,3],[0,3],[0,6],[0,2],[0,6],[0,4],[0,7]],[[6114,4497],[0,-4],[0,-1],[0,-3],[-1,-3],[0,-3],[0,-3],[0,-8],[0,-3],[-2,-25],[0,-5],[-1,-18],[0,-12],[0,-3],[-1,-16],[0,-7],[-1,-15],[0,-3],[0,-7],[-1,-15],[-1,-14],[0,-14],[-1,-4],[0,-7],[0,-1],[0,-6],[-1,-12],[0,-4],[-1,-5],[0,-6],[0,-3],[0,-3],[0,-4],[0,-4],[-1,-17],[-1,-6],[0,-1],[0,-9],[-1,-9],[0,-3],[0,-4],[-1,-23],[-1,-12],[0,-4],[0,-3],[0,-4],[-1,-21],[-1,-12],[0,-4],[0,-10],[0,-6],[-1,-5],[0,-5],[0,-11],[-1,-15],[0,-1],[-1,-4],[0,-15],[-1,-15],[0,-7],[-1,-6],[0,-15],[-1,-4],[0,-3],[0,-3],[0,-2],[0,-3],[-1,-3],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[-1,-3],[0,-3],[0,-3],[0,-2],[0,-3],[0,-4],[-1,-1],[0,-2],[1,-3],[-1,-3],[0,-1],[0,-1],[0,-4],[-8,1],[-2,0],[-7,0],[-2,0],[-4,0],[-8,1],[-3,0],[-3,0],[-1,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-5,1],[-3,0],[-7,0],[-8,0],[0,-2],[0,-5],[0,-1],[0,-1],[0,-3],[0,-6],[0,-4],[-1,-2],[0,-5],[0,-1],[0,-2],[-3,-48],[0,-3],[0,-4],[-1,-10]],[[6005,3850],[-17,1],[-5,0],[-10,1],[-5,0],[-8,0],[-5,1],[-12,0],[-7,1],[-5,0],[-19,1],[-3,0],[-28,1],[-5,0],[-8,1],[-5,0],[-15,1],[-2,0],[-4,0],[-2,0],[-3,0],[-2,0],[-23,1],[-4,0],[-15,1],[-4,1],[-23,1],[-3,0],[-9,1],[-3,0],[-13,1],[-2,0],[-3,0],[-5,1],[-6,0],[-4,0],[-3,0],[-7,1],[-7,0],[-5,1],[-4,0],[-2,0],[-5,0],[-3,0],[-4,1],[-4,0],[-5,0],[-6,0],[-6,1],[-4,0],[-4,0],[-3,0],[-2,1],[-4,0],[-5,0],[-3,0],[-5,1],[-4,0],[-3,0],[-3,0],[-5,1],[-3,0],[-3,0],[-4,0],[-3,0],[-9,1],[-1,0],[-9,0],[-4,1],[1,3],[0,11],[-24,1],[-10,0],[-69,5]],[[5474,3894],[-16,-9],[-9,-5],[-9,1],[-5,0],[-3,0],[-3,0],[-3,1],[-7,0],[-3,0],[-1,0],[-12,1],[-10,0],[-13,1],[-4,0],[-2,1],[-1,0],[-2,0],[-2,0],[-3,0],[-4,0],[-4,0],[-1,0],[-10,1],[-2,0],[-1,0],[-5,0],[-3,0],[-4,1],[-5,0],[-1,0],[-4,0],[-10,1],[-3,0],[-9,0],[-11,1],[-1,0],[-2,0],[-3,0],[-28,2],[-3,0],[-9,0],[-13,1],[-3,0],[-28,1],[-19,1],[-5,0],[-22,1],[-19,1],[-3,0],[-11,0],[-11,1],[-23,1],[-16,1],[-6,0],[-23,1],[-8,1],[-8,0],[-6,1],[-3,0],[-3,0],[-8,0],[-7,1],[-6,0],[-3,0],[-8,1],[-6,0],[-8,0],[-7,1],[-8,0],[-7,1],[-5,0],[-10,0],[-22,2],[-16,1],[-6,0],[-14,1],[-3,0],[-13,1],[-1,0],[-3,0],[-11,1],[-8,0],[-5,0],[-3,1],[-5,0],[-9,0],[-4,1],[-10,0],[-17,1],[-7,1],[-3,0],[-5,0],[-1,0],[-8,1],[-2,0],[-3,0],[-2,0],[-6,0],[-5,1],[-2,0],[-4,0]],[[4732,3918],[0,4],[0,5],[1,4],[0,2],[0,3],[0,6],[0,2],[1,3],[0,3],[0,5],[0,3],[1,6],[0,6],[1,5],[0,6],[0,2],[1,3],[0,3],[1,11],[0,4],[0,3],[1,4],[13,0],[0,3],[1,8],[0,3],[0,3],[1,3],[0,6],[0,2],[1,10],[0,4],[1,11],[0,3],[0,4],[0,1],[1,6],[0,4],[0,3],[1,5],[0,2],[0,5],[1,7],[1,11],[0,3],[0,3],[1,6],[0,3],[0,4],[1,6],[0,6],[0,4],[1,4],[0,4],[0,4],[1,4],[0,3],[0,4],[1,4],[0,2],[0,4],[0,3],[0,3],[1,13],[1,28],[0,4],[1,5],[0,6],[0,8],[2,20],[0,1],[1,17],[1,5],[1,20],[2,4],[1,27],[1,10],[1,11],[1,11],[0,8],[0,2],[1,3]],[[3057,4356],[-1,-14],[-1,-10],[-4,-37],[0,-2],[-5,-42],[-1,-10],[-2,-15],[-2,-18],[-2,-16],[-1,-9],[0,-1],[0,-3],[-2,-15],[0,-1],[-5,-42],[-3,-24]],[[3028,4097],[-37,4],[-7,0],[-4,0],[-2,0],[-57,3],[-13,0],[-34,2],[-1,0],[-20,2],[-29,1],[-13,1],[-22,1],[-21,1],[-10,1],[-7,1],[-3,0],[-45,3],[-3,1],[-5,0],[-5,0],[-4,1],[-3,0],[-19,1],[-1,0],[-2,1],[-20,0],[-5,0],[-3,1],[-3,0],[-4,0],[-1,0],[-2,0],[-3,1],[-3,0],[-6,0],[-6,1],[-4,0],[-4,0],[-6,1],[-7,0],[-4,0],[-3,1],[-5,0],[-13,1],[-2,0],[-18,1],[-2,0],[-3,1],[-4,0],[-6,0],[-6,1],[-11,0],[-5,1],[-4,0],[-4,0],[-6,1],[-11,0],[-6,1],[-10,0],[-5,1],[-5,0],[-4,0],[-2,1],[-9,0],[-15,1],[-5,1],[-6,0],[-2,0],[-6,1],[-3,0],[-3,0],[-3,0],[-2,1],[-4,0],[-5,0],[-6,1],[-4,0],[-1,0],[-4,0],[-5,0],[-1,1],[-2,0],[-3,0],[-4,0],[-3,0],[-4,1],[-16,1],[-2,0],[-7,0],[-3,0],[-4,1],[-3,0],[-3,0],[-5,0],[-4,0],[-5,1],[-3,0],[-71,4],[-8,0],[-35,2],[-23,1],[-5,1],[-2,0],[-7,0],[-25,2],[-9,1],[-3,0],[-14,2],[-44,3],[-3,0],[-7,1],[-59,3],[-4,1],[-17,1],[-3,0],[-10,1],[-6,0],[-22,1],[-5,0],[-3,0],[-3,0],[-41,2],[-6,1],[-14,1],[-6,0],[-8,1],[-6,0]],[[1821,4174],[3,40],[1,14],[1,2],[0,9],[1,3],[3,49],[1,11],[4,54],[1,9],[2,27],[1,5],[1,11],[1,9],[0,12],[3,29],[1,8],[3,34],[1,13],[2,28]],[[8327,3947],[-4,0],[-3,0],[-7,1],[-3,0],[-1,0],[-5,0],[-10,0],[-4,0],[-3,0],[-33,1],[-8,0],[-23,1],[-9,0],[-1,0],[-9,0],[-12,1],[-26,0],[-2,1],[-37,0],[-3,0],[-9,0],[-27,1],[-25,0],[0,-6],[0,-3],[-7,0],[-14,0],[-9,0],[-3,0],[-13,1],[-14,0],[-3,0],[-3,0],[-7,0],[-6,1],[-10,0],[0,-10],[0,-7],[-1,-29],[0,-10],[-1,-3],[0,-4],[0,-4],[0,-3],[0,-3],[-1,-2],[-5,0],[-5,0],[-10,0],[-5,1],[-9,0],[-4,1],[-3,0],[-9,0],[-1,0],[-20,1],[-10,0],[-2,0],[-8,0],[-9,1],[-4,0],[-2,0],[-3,0],[-8,0],[-55,2],[-1,0],[-2,0],[-2,-37],[0,-9],[-1,-13],[0,-16],[-3,1],[-12,0],[-8,0],[-9,0],[-16,1],[-7,0],[-11,0],[-12,1],[-5,0],[-4,0],[-21,1],[-16,0],[-11,0],[-8,1],[-11,0],[-1,0],[-15,0],[-13,1],[-10,0],[-5,0],[-2,0],[-1,0],[-3,1],[-8,0],[-15,0],[-26,1],[-13,1],[0,-4],[0,-3],[-1,-14],[0,-13],[0,-9],[-1,-12],[0,-3],[0,-8],[0,-2],[0,-6],[0,-4],[0,-6],[-1,-16],[0,-9],[-1,-13],[0,-1],[0,-13],[0,-9],[0,-5],[-18,1],[-3,0],[-3,0],[-3,0],[0,1],[-13,0],[-4,0],[-12,0],[-25,1],[-9,0],[-10,0],[-6,0],[-4,1],[-14,0],[-14,1],[-24,0],[-2,0],[-17,1],[-5,0],[-6,0],[-30,1],[-12,0],[-4,1],[-2,0],[-7,0],[-6,0],[-8,1],[-3,0]],[[7259,3670],[0,14],[0,10],[0,5],[0,4],[1,22],[1,7],[0,14],[0,7],[1,13],[0,11],[0,16],[0,5],[0,4],[1,3],[0,7],[0,3],[0,6],[1,5],[0,11],[0,15],[2,43],[-19,0],[-14,1],[-4,0],[-4,0],[-19,1],[-2,0],[-2,0],[-2,0],[-9,0],[-4,0],[-8,1],[0,11],[2,34],[1,17],[0,11],[1,8],[0,10],[1,20],[0,1],[1,16],[1,8],[0,11],[0,4],[0,1],[1,7],[0,1],[0,6],[1,3],[0,4],[0,1],[0,4],[0,2],[1,4],[0,3],[0,3],[0,9],[1,9],[0,9],[1,7],[0,15],[1,13],[0,3],[1,13],[0,6],[1,17],[0,3],[0,9],[1,14],[1,16],[0,1],[1,14],[0,15],[1,9],[0,3],[0,3],[0,6],[1,10],[0,5],[0,13],[2,24],[0,3],[0,9],[0,6],[1,18],[0,3],[1,9],[0,8],[0,5],[1,6],[1,14],[0,3],[1,19],[0,10],[1,4],[0,8]],[[8346,4505],[0,-3],[-1,-5],[0,-4],[0,-7],[0,-8],[0,-6],[0,-5],[-1,-7],[0,-5],[0,-6],[-1,-12],[0,-3],[0,-3],[0,-4],[0,-2],[0,-8],[-1,-9],[0,-3],[0,-6],[0,-9],[-1,-7],[0,-10],[0,-12],[-1,-12],[0,-6],[0,-4],[-1,-13],[0,-7],[0,-18],[-1,-10],[0,-3],[0,-6],[0,-7],[0,-12],[-1,-5],[0,-14],[0,-11],[-1,-6],[0,-6],[0,-4],[0,-4],[0,-2],[0,-6],[-1,-26],[0,-7],[-1,-6],[0,-7],[0,-6],[0,-10],[-1,-4],[0,-7],[0,-4],[-1,-30],[-1,-9],[0,-5],[0,-3],[0,-1],[0,-7],[0,-2],[0,-1],[0,-14],[-1,-12],[-1,-26],[0,-8],[-1,-11],[0,-6],[0,-5],[-1,-35],[0,-2],[0,-1],[0,-3]],[[1821,4174],[-1,-15],[-1,-4],[0,-4],[-1,-14],[0,-2],[-1,-8],[0,-5],[-1,-4],[0,-5],[0,-4],[-2,-16],[0,-1],[-1,-11],[-1,-10],[-2,-21],[-1,-23],[0,-3],[-2,-11],[0,-5],[-2,-17],[0,-4],[-3,-34],[0,-3],[0,-6],[0,-3],[-1,-5],[0,-4],[-3,-16],[0,-2],[0,-7],[-3,-29],[-1,-14],[-2,-26],[0,-1],[-2,-26],[-4,-26],[0,-8],[0,-6],[0,-6]],[[1786,3765],[-9,0],[-3,0],[-9,1],[-14,1],[-74,5],[-17,0],[-10,1],[-20,1],[-4,1],[-5,0],[-6,0],[-15,1],[-4,0],[-8,1],[-5,0],[-17,1],[-14,1],[-6,1],[-6,0],[-1,1],[-1,5],[-3,4],[-2,4],[-1,1],[-4,4],[-1,2],[-2,3],[1,7],[-2,9],[-3,11],[-2,7],[-1,4],[0,7],[2,2],[2,3],[4,8],[8,9],[1,1],[3,4],[-3,-1],[-3,-1],[-2,0],[-9,0],[-4,0],[-5,1],[-13,0],[-32,0],[-24,-1],[-6,0],[-3,0],[-2,0],[-3,0],[-31,0],[-21,0],[-12,-1],[-12,0],[-3,0],[-3,0],[-2,0],[-9,0],[-3,0],[-5,0],[-4,0],[-15,-1],[-21,0],[-9,0],[-13,0],[-7,-1],[-3,0],[-16,0],[-17,0],[-8,0],[-4,0],[-6,0],[-1,0],[-19,0],[-3,0],[-5,0],[-4,0],[-4,0],[-13,-1],[-7,0],[-6,0],[-10,0],[-5,0],[-3,0],[-3,0],[-10,0],[-3,0],[-3,0],[-4,-1],[-5,0],[-7,0],[-4,0],[-7,0],[-3,0],[-4,0],[-2,0],[-5,0],[-3,0],[-2,0],[-13,0],[-6,0],[-10,-1],[-7,0],[-3,0],[-5,0],[-3,0],[-10,0],[-6,0],[-5,0],[-11,0],[-15,-1],[-5,0],[-9,0],[-14,0],[-12,0],[-11,-1]],[[9560,4472],[2,-14],[-2,-3],[-2,-5],[-3,-14],[-1,-3],[-2,-10],[2,-3],[0,-4],[-1,-5],[-2,-3],[-4,-5],[1,-6],[1,-7],[2,-7],[0,-3],[4,-14],[0,-2],[1,-11],[-3,-18],[-4,-9],[-3,-4],[-7,-5],[-27,-17],[-12,-5],[-10,-6],[-4,-6],[-7,-8],[-3,-8],[0,-9],[1,-5],[1,-3],[0,-3],[3,0],[3,-7],[2,-3],[1,-1],[5,-11],[4,-10],[1,-17],[0,-2],[2,-5],[1,-9],[-4,-20],[-8,-5],[5,-5],[-2,-6],[-7,-13],[-5,-25],[-1,-9],[-2,-8],[-7,-10],[1,-3],[8,-7],[0,-2],[3,-16],[1,-27],[-1,-8],[-2,-10],[-5,-11],[-1,-1],[-1,-2],[-10,-9],[-1,0],[-21,-13],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-4,-8],[-5,-13],[-1,-2],[0,-2],[0,-1],[0,-2],[-1,0],[0,-7],[0,-4],[0,-1],[0,-4],[0,-1],[0,-1],[3,-8],[0,-1],[1,-3],[1,-4],[1,-4],[0,-1],[0,-1],[4,-7],[1,-2],[0,-1],[3,-4],[1,-4],[4,-14],[1,-13],[-1,-4],[-2,-6],[0,-1],[-1,0],[-8,-5],[-5,-1],[-5,0],[-12,2],[-4,2],[-30,16],[-1,0],[0,1],[-1,0],[-1,0],[-4,1],[-12,3],[-2,0],[-3,0],[-1,0],[-2,-1],[-4,1],[-3,-1],[-3,0],[-2,-1],[-7,-1],[-3,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-2,-3],[0,-1],[-1,-2],[-1,-3],[-1,-4],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[1,-2],[0,-2],[0,-1],[1,-3],[0,-1],[2,-4],[0,-1],[1,-2],[0,-1],[4,-6],[0,-1],[3,-4],[1,-2],[5,-5],[3,-3],[1,-1],[1,-1],[11,-14],[9,-15],[3,-11],[-1,-13],[-1,-2],[-2,-3],[-3,-4],[-9,-10],[0,-1],[-4,-2],[-11,-6],[-1,-1],[-6,-3],[-5,-2],[-7,-3],[-1,0],[-3,-2],[-8,-2],[-9,-6],[-6,-3],[-3,-3]],[[9282,3686],[-4,2],[-2,1],[-5,0],[-6,0],[-3,0],[-2,0],[-14,1],[-29,1],[-5,0],[-13,1],[-4,0],[-2,0],[-8,0],[-5,0],[-19,1],[-18,1],[-15,1],[-5,0],[-6,0],[-6,0],[-5,1],[-14,0],[-4,1],[-20,1],[-6,0],[-4,0],[-6,1],[-38,2],[-37,2],[-4,0],[-4,0],[-4,0],[-4,1],[-3,0],[-2,0],[-9,1],[-4,0],[-11,0],[-20,1],[-17,1],[-5,0],[-18,1],[-3,0],[-39,2],[1,4],[-5,0],[-8,1],[-22,1],[-15,0],[-17,1],[-4,0],[-16,1],[-7,1],[-7,0],[-10,0],[-5,0],[-3,1],[-4,0],[-8,0],[-2,0],[-4,0],[-6,0],[-4,1],[-7,0],[-5,0],[-14,1],[-3,0],[-3,0],[-5,0],[-7,0],[-12,1],[-4,0],[-13,0],[-7,0],[-5,1],[-16,0],[-5,0],[-3,1],[0,2],[-9,1],[-3,0],[-6,0],[-8,0],[-28,1],[-1,0],[-13,0],[-5,1],[-39,1],[-17,0],[-25,1],[-6,0],[-6,0],[-10,0],[-20,1],[-3,0],[-22,1],[-19,0],[-3,0],[-13,0]],[[8319,3734],[1,19],[0,4],[0,5],[0,5],[0,13],[1,4],[0,8],[1,22],[0,11],[1,18],[-1,4],[1,2],[0,3],[0,3],[0,3],[1,31],[1,22],[0,4],[0,5],[1,4],[0,3],[0,4],[0,3],[0,4],[0,2],[0,2],[1,2],[0,3]],[[7259,3670],[-1,-5],[0,-11],[0,-3],[0,-5],[0,-2],[0,-4],[-1,-15],[-1,-19],[0,-5],[0,-3],[0,-9],[-2,-31],[0,-8],[-1,-40],[0,-4],[-1,-14],[0,-3],[0,-12],[0,-6],[-1,-13],[0,-2],[0,-4],[0,-4]],[[7251,3448],[-5,0],[-10,1],[-3,0],[-3,0],[-4,0],[-11,1],[-6,0],[-13,1],[-3,0],[-6,0],[-18,1],[-6,0],[-3,0],[-19,1],[-3,0],[-9,0],[-3,0],[-6,1],[-12,0],[-3,0],[-4,1],[-12,0],[-8,1],[-9,0],[-10,0],[-3,1],[-3,0],[-13,0],[-6,1],[-32,1],[-25,1],[-3,0],[-24,1],[-2,1],[-6,0],[-14,1],[-6,0],[-14,0],[-7,1],[-3,0],[-21,1],[-8,0],[-3,0],[-14,1],[-5,0],[-11,1],[-13,0],[-21,2],[-9,0],[-1,0],[-3,0],[-3,0],[-6,1],[-22,0],[-22,2],[-14,0],[-9,0],[-11,0],[-10,0],[-11,1],[-10,0],[-9,0],[-35,1],[-4,0],[-17,2],[-9,1],[-13,1],[-30,1],[-8,1],[-11,0],[-37,2],[0,-2],[-4,0],[-2,0],[-5,1],[-8,0],[-3,0],[-3,0],[-4,1],[-3,0],[-11,0],[-21,1],[-17,1],[-3,1],[-37,2],[-10,0]],[[6370,3487],[1,13],[1,6],[1,11],[0,11],[3,28],[0,3],[0,4],[0,3],[0,1],[0,1],[1,4],[0,3],[0,5],[0,1],[1,4],[0,3],[0,3],[0,4],[1,5],[-1,3],[-3,0],[-3,0],[-3,0],[-3,0],[-3,1],[-102,5],[-4,0],[-8,0],[-3,0],[-3,0],[-4,1],[-3,0],[-2,0],[-2,0],[-6,0],[-18,1],[-11,1],[-7,0],[-5,0],[-23,2],[-8,0],[0,5],[0,4],[1,9],[0,3],[1,5],[1,12],[1,10],[0,11],[1,12],[1,3],[1,18],[0,4],[2,20],[0,4],[1,3],[1,16],[1,9],[0,3],[1,13],[0,3],[2,26],[2,23],[0,10],[-11,1],[-7,0],[-56,4],[-8,0],[-4,1],[-2,0],[-3,0],[-7,0],[-3,0],[-7,1],[-5,0],[-17,1],[-5,0],[-3,1],[-11,0],[-6,1],[-11,0]],[[4732,3918],[-21,1],[-1,0],[-2,0],[-6,0],[-4,1],[-3,0],[-29,1],[-1,-16],[-1,-6],[0,-2],[0,-2],[-1,-11],[0,-3],[0,-7],[-1,-5],[0,-5],[-1,-13],[0,-1],[-1,-4],[3,0],[4,0],[2,0],[1,0],[2,0],[3,-1],[6,0],[2,0],[3,0],[2,0],[3,0],[3,-1],[3,0],[4,0],[3,0],[-2,-15],[0,-1],[-1,-3],[-1,-17],[-2,-22],[-1,-8],[0,-3],[-1,-4],[0,-4],[0,-6],[0,-2],[0,-3],[0,-5],[0,-2],[0,-5],[-1,-4],[0,-5],[-1,-4],[0,-3],[-1,-14],[-1,-13],[-1,-8],[-1,-5],[0,-3],[0,-3],[-1,-2],[0,-3],[0,-2],[-1,-3],[0,-3],[0,-3],[0,-3],[0,-2],[-1,-5],[0,-2],[0,-3],[-1,-7],[0,-5],[0,-5],[0,-3],[-1,-9],[-1,-2],[-22,1],[-5,1],[-5,0],[-11,1],[0,-3],[-1,-4],[0,-4],[0,-3],[-1,-6],[0,-4],[0,-2],[-1,-3],[0,-2],[0,-1],[0,-3],[0,-1],[0,-2],[-1,-3],[0,-3],[0,-3],[0,-2],[-1,-4],[0,-3],[0,-5],[-1,-5],[0,-3],[0,-5]],[[4635,3549],[-4,0],[-7,0],[-2,0],[-14,1],[-12,1],[-3,0],[-3,0],[-2,0],[-4,0],[-2,1],[-3,0],[-8,0],[-4,1],[-3,0],[-3,0],[-3,0],[-4,0],[-7,1],[-7,0],[-4,0],[-4,1],[-4,0],[-5,0],[-3,0],[-9,1],[-5,0],[-3,0],[-4,0],[-5,1],[-7,0],[-6,0],[-3,0],[-8,1],[-2,0],[-5,0],[-1,0],[-3,1],[-6,0],[-39,3],[-4,0],[-10,0],[-29,2],[-11,1],[-23,1],[-7,0],[-2,0],[-2,0],[-1,0],[-6,1],[-34,1],[-19,1],[-2,0],[-15,1],[-4,0],[-3,0],[-1,0],[-3,1],[-3,0],[-37,2],[-1,0],[-2,0],[-39,2],[-4,0],[-10,0],[-3,1],[-2,0],[-12,-1],[-3,0],[-6,0],[-5,0],[-7,0],[-5,1],[-3,0],[-3,0],[-5,0],[-4,0],[-26,1],[-5,0],[-34,1],[-28,2],[-2,0],[-42,1],[-40,1],[-24,1],[-4,0],[-5,0],[-3,0],[-2,0],[-3,0],[-17,1],[-6,0],[-6,0],[-4,0],[-3,0],[-4,0],[-2,0],[-7,1],[-6,0],[-6,0],[-4,0],[-4,0],[-2,2],[-14,0],[-3,1],[-1,0],[-2,0],[-15,1],[-99,4]],[[3661,3593],[0,3],[-1,5],[0,5],[0,5],[0,5],[-1,4],[0,3],[0,5],[-1,7],[-1,10],[-5,71],[0,2],[0,5],[-1,4],[-4,58],[0,9],[-1,2],[-1,15],[-1,18],[-3,32],[4,2],[2,0],[7,5],[38,22],[2,1],[2,2],[3,2],[4,4],[-1,3],[-1,0],[-5,15],[-2,3],[0,1],[-1,0],[-1,0],[0,1],[-2,6],[-1,3],[-1,1],[-6,6],[-6,5],[-5,3],[-3,2],[-1,1],[-1,1],[-1,0],[0,1],[-1,2],[0,3],[0,2],[1,4],[1,1],[2,4],[1,0],[0,3],[-1,0],[0,1],[-2,1],[-2,2],[-2,1],[-4,2],[-1,1],[-1,0],[0,2],[0,2],[0,3],[0,1],[0,1],[0,2],[0,1],[-1,2],[-2,3],[0,3],[-2,1],[-2,-2],[-1,-2],[-2,1],[-1,3],[0,3],[2,2],[0,3],[-1,3],[-1,3],[1,1],[1,4],[-1,4],[0,1],[0,1],[0,4],[0,1],[1,0],[1,0],[0,1],[3,2],[1,1],[0,9],[-1,0],[-1,2],[-3,2],[-4,3],[-2,4],[-2,3],[-3,4],[-2,2],[-2,2],[0,3],[-1,2],[-2,2],[-1,0],[-3,2],[-2,1],[-1,3],[0,1],[-1,2],[2,2],[2,1],[3,0],[2,0],[1,0],[3,0],[3,1],[2,4],[1,1],[2,2],[-1,3],[0,3],[-1,3],[-1,3],[0,2],[0,5],[0,3],[1,3],[1,2],[0,1],[1,2],[0,2],[0,3],[-1,4],[1,2],[-1,3],[-2,3],[0,3],[1,2],[-2,2],[-3,0],[-3,1],[0,3],[0,3],[0,2],[0,2],[1,1],[0,1],[2,3],[1,3],[1,2],[2,4],[0,1],[1,5],[-1,0],[-1,1],[-3,2],[-1,3],[-1,4],[0,4],[0,2],[1,3],[3,2],[33,-1],[44,-2],[20,0],[3,29],[0,16],[1,9],[2,15],[4,45],[1,22],[1,10],[0,1],[2,5]],[[3661,3593],[-1,-8],[-1,-5],[0,-10],[0,-10],[-1,-11],[-1,-9],[0,-5],[-1,-6],[0,-3],[0,-1],[0,-4],[0,-3],[-1,-9],[-1,-7],[0,-10],[-1,-5],[0,-7],[0,-8],[-1,-8],[0,-4],[-1,-10],[0,-3],[-1,-6],[0,-19],[-1,-3],[0,-5],[-1,-3],[0,-4],[0,-4],[0,-2],[-1,-4],[0,-1],[0,-4],[0,-4],[0,-3],[-1,-3],[0,-2],[0,-3],[0,-4],[0,-3],[-1,-1],[0,-7],[-1,-19],[-1,-2],[0,-10],[-1,-16],[-1,-3],[0,-10],[-1,-7]],[[3640,3295],[-8,0],[-1,0],[-17,1],[-17,1],[-4,1],[-9,0],[-21,2],[-11,0],[-16,1],[-15,1],[-73,3],[-3,0],[-9,1],[-29,1],[-1,0],[-3,0],[-6,0],[-13,1],[-6,0],[-3,0],[-19,1],[-17,1],[-6,0],[-7,1],[-46,2],[-12,1],[-24,2],[-34,0],[-53,3],[-15,3],[-17,1],[-8,-1],[-31,2],[-20,2],[-7,0],[-28,2],[-32,3],[-3,0],[-28,2],[-79,5],[-31,2],[-30,2],[-1,0],[-29,2],[-10,1],[-1,0],[-11,0],[-48,3],[-14,1],[-4,0]],[[2710,3349],[2,22],[0,8],[3,29],[0,6],[2,20],[3,28],[0,12],[0,7],[4,12]],[[2724,3493],[52,-4],[17,-2],[6,0],[2,-1],[0,-1],[7,0],[51,-4],[5,18],[1,2],[2,8],[2,7],[1,2],[0,3],[1,3],[2,5],[9,29],[2,9],[3,10],[1,7],[4,10],[3,13],[5,22],[2,6],[2,11],[3,7],[1,5],[2,9],[5,17],[15,51],[2,7],[1,5],[4,16],[2,5],[4,14],[3,11],[1,2],[5,18],[2,5],[2,7],[6,21],[4,13],[3,11],[6,19],[1,4],[1,3],[0,1],[2,7],[1,4],[1,3],[2,4],[0,3],[1,2],[0,1],[1,4],[2,7],[1,3],[1,3],[1,2],[2,7],[5,17],[2,7],[2,5],[6,21],[0,1],[4,12],[2,7],[2,5],[2,8],[3,9],[1,3],[1,5],[1,3],[3,9],[1,5],[3,7],[0,1],[2,8],[1,4],[4,13],[-9,0]],[[2724,3493],[1,7],[-19,1],[-29,1],[-2,0],[-17,1],[-1,0],[-14,1],[-4,1],[-39,3],[-20,1],[-15,0],[-10,1],[-8,1],[-1,0],[-3,0],[-5,0],[-5,1],[-2,0],[-1,0],[-2,0],[-9,1],[-8,1],[-1,5],[-4,14],[-4,1],[-56,5],[-52,6],[-17,2],[-4,1],[-3,0],[-1,0],[-3,1],[-23,2],[-14,2],[-11,1],[-6,1],[-2,0],[-4,1],[-3,0],[-3,1],[1,3],[0,3],[0,3],[1,4],[0,7],[1,5],[0,3],[0,7],[0,6],[2,21],[-27,2],[-5,0],[-6,1],[-4,0],[-23,1],[-22,1],[-18,2],[-1,0],[-17,1],[-19,1],[-69,4],[-3,0],[-6,0],[-3,1],[-4,0],[-3,0],[-4,0],[-3,0],[-4,1],[-4,0],[-4,0],[-5,0],[-10,1],[0,4],[1,6],[1,10],[0,3],[0,5],[1,3],[0,3],[1,4],[-32,2],[-66,4],[-3,0],[-2,0],[-4,1],[-3,0],[-6,0],[-9,1],[-1,0],[-2,0],[-3,0],[-9,1],[-36,2],[-7,1],[-2,0],[-11,0],[-6,1],[-4,0],[-2,0],[-15,1],[-3,1],[-1,0],[-14,1],[-11,0],[-3,0],[-3,1],[-3,0],[-4,0]],[[1780,3690],[1,12],[0,3],[1,12],[0,3],[1,3],[0,5],[1,3],[0,4],[0,12],[1,11],[0,2],[0,1],[1,4]],[[8319,3734],[-9,1],[-5,0],[-12,0],[-3,0],[-2,0],[-3,0],[-9,0],[-18,1],[-2,0],[-18,0],[-7,1],[-25,0],[-7,0],[-8,0],[-13,1],[-26,0],[-10,1],[0,-14],[0,-6],[0,-2],[0,-1],[0,-3],[-1,-5],[-1,-31],[0,-4],[0,-6],[0,-19],[0,-2],[-1,-13],[0,-12],[-1,-17],[0,-12],[0,-7],[-1,-6],[0,-9],[0,-11],[-1,-4],[0,-24],[-1,-5],[0,-5],[0,-13],[0,-4],[-1,-5],[0,-4],[0,-5],[0,-6],[0,-7],[-1,-9],[0,-12],[-1,-12],[0,-6],[0,-4],[0,-8],[-1,-21],[0,-17],[-1,-17],[0,-10],[0,-13],[0,-6],[-1,-17],[9,0],[11,0],[5,0],[12,0],[14,0],[32,0],[1,0],[6,-1],[-2,-37],[2,-1],[0,-8],[-1,-26],[0,-11],[0,-7],[0,-5],[-1,-5],[0,-23],[0,-3],[-1,-16],[0,-8],[0,-7],[0,-6],[0,-10],[0,-6],[-1,-13],[0,-5],[0,-3],[0,-9],[-1,-11],[0,-3],[0,-5],[0,-9],[-1,-6],[0,-9],[0,-6]],[[8213,3066],[0,-6],[-1,-12],[0,-10],[0,-7],[-5,0],[-7,0],[-21,0],[-33,1],[-1,0],[-4,0],[-17,1],[-24,0],[-14,1],[-14,0],[-7,0],[-5,0],[-12,1],[-5,0],[0,9],[0,4],[0,6],[-12,0],[-13,0],[-7,0],[-11,0],[-7,0],[-8,0],[-15,1],[-3,0],[-2,0],[-12,0],[1,20],[0,5],[0,9],[-1,2],[-16,1],[-8,0],[-17,0],[-3,0],[1,9],[0,3],[0,4],[0,5],[0,7],[0,5],[0,4],[-4,0],[-6,0],[-16,1],[-17,0],[-14,0],[-3,0],[-13,0],[-4,1],[-2,0],[-8,0],[-4,0],[0,3],[1,3],[0,3],[0,2],[0,6],[1,19],[-12,1],[-3,0],[-4,0],[-3,0],[-4,0],[-5,0],[-1,0],[-2,0],[-4,0],[-11,1],[0,-3],[-1,-17],[0,-21],[0,-2],[0,-10],[0,-9],[0,-6],[0,-5],[0,-3],[0,-3],[0,-3],[0,-6],[0,-3],[0,-3],[0,-3],[0,-3],[0,-7],[0,-5],[0,-13],[0,-11],[0,-11],[0,-3],[0,-3],[0,-7],[-11,0],[-4,0],[-18,1],[-10,0],[-13,1],[-5,0],[-3,0],[-8,0],[-10,0],[-4,0],[-33,1],[-3,0],[-3,1],[-3,-1],[-4,0],[-22,2],[-15,0],[-4,0],[-12,1],[-24,1],[-3,0],[-6,0],[-3,0],[-4,0],[-4,1],[-14,0],[-3,0],[-5,0],[-6,1],[-9,0]],[[7505,3018],[0,17],[0,17],[0,6],[0,10],[1,6],[0,10],[0,4],[-1,18],[1,3],[0,6],[1,16],[0,15],[1,13],[0,10],[0,3],[0,9],[1,5],[0,4],[0,7],[0,9],[0,3],[0,6],[-6,0],[-7,0],[-7,0],[-10,1],[-7,0],[-4,0],[-3,0],[-19,1],[-5,0],[-3,0],[-19,1],[-3,0],[-2,0],[-11,0],[-10,0],[-3,0],[-3,1],[-10,0],[0,3],[1,14],[0,9],[0,17],[1,21],[0,4],[1,11],[0,5],[0,7],[0,2],[0,3],[1,13],[1,19],[0,3],[0,17],[1,21],[0,18],[1,7],[0,7],[0,15],[1,3],[0,3],[-6,2],[-5,0],[-11,0],[-15,1],[-14,0],[-2,0],[-3,1],[-4,0],[-8,0],[-3,0],[-1,0],[-7,0],[-4,1],[-3,0],[-3,0],[-13,0],[-18,0],[-5,1],[-9,1]],[[5474,3894],[-1,-4],[-1,-10],[0,-3],[0,-3],[0,-3],[-1,-2],[-1,-21],[-1,-2],[0,-4],[0,-5],[-1,-2],[0,-3],[0,-6],[-1,-4],[0,-4],[-1,-9],[0,-6],[-1,-4],[0,-4],[-1,-5],[0,-7],[-1,-4],[0,-4],[0,-3],[-1,-2],[0,-5],[-1,-5],[0,-8],[-1,-3],[0,-6],[-1,-9],[0,-1],[-1,-5],[0,-7],[-1,-7],[-1,-5],[0,-7],[-1,-7],[0,-4],[-1,-3],[0,-1],[-1,-1],[0,-1],[0,-8],[-1,-5],[0,-6],[0,-6],[1,-4],[3,0],[4,0],[8,-1],[8,0],[12,-1],[11,-1],[11,-1],[4,0],[4,0],[4,0],[7,-1],[8,0],[3,0],[4,-1],[10,0],[8,-1],[5,0],[5,0],[5,-1],[6,0],[8,0],[6,-1],[7,0],[3,0],[19,-1],[1,-1],[2,0],[0,-5],[0,-8],[-1,-4],[0,-5],[-1,-4],[0,-3],[-1,-3],[0,-5],[-1,-7],[-1,-14],[0,-7],[-1,-9],[-2,-21],[-1,-11],[-1,-7],[0,-3],[0,-3],[0,-1],[0,-1],[-1,-14],[-1,-12],[-2,-17],[0,-1],[0,-2],[0,-6],[-1,-4],[-1,-10],[0,-5],[0,-4],[-1,-11],[0,-3],[-1,-3],[0,-4],[0,-5],[-1,-3],[27,-2],[3,0],[2,0],[3,0],[2,0],[8,0],[3,-1],[3,0],[5,0],[3,0],[2,-1],[4,0],[3,0],[6,0],[2,0],[12,-1],[-1,-16],[0,-2],[-1,-11],[-1,-10],[-1,-9],[0,-6],[0,-2],[-1,-2],[0,-4],[0,-2],[-1,-10],[-3,-34],[0,-4],[-1,-12],[-1,-7],[-1,-15],[-1,-4],[0,-3],[-1,-6],[-1,-16],[0,-3],[-1,-9],[-1,-6],[-1,-13],[0,-2],[0,-6],[-1,-10]],[[5679,3191],[-6,1],[-4,0],[-16,1],[-18,1],[-31,2],[-1,0],[-8,0],[-3,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-5,1],[-11,0],[-8,1],[-4,0],[-7,1],[-18,1],[-8,0],[-5,1],[-5,0],[-3,0],[-8,1],[-7,0],[-6,1],[-4,0],[-20,1],[-3,1],[-4,0],[-9,1],[-20,1],[-8,0],[-4,-2],[-1,-3],[-1,-19],[-1,-3],[-1,-12],[0,-4],[-1,-11],[0,-4],[0,-2],[-2,-14],[0,-3],[0,-3],[-1,-5],[-1,-18],[-1,-10],[-1,-12],[-1,-6],[0,-4],[-2,-14],[-5,0],[-13,1],[-5,0],[-21,1],[-13,1],[-6,0],[-4,0],[-24,2],[-6,0],[-4,1],[-8,0],[-1,0],[-4,0],[-3,0],[-4,1],[-3,0],[-1,0],[-3,0],[-6,0],[-44,2],[-3,1],[-25,1],[-12,0],[-5,1],[-3,0],[-13,0],[-6,1],[-3,0],[-2,0],[-5,0],[-4,0],[-3,1],[-2,0],[-9,0],[-8,0],[-1,-7],[0,-5],[-1,-21],[-1,-6],[0,-1],[0,-8],[-1,-10],[0,-9],[0,-6],[0,-4],[-2,-37],[-22,1],[-2,1],[-4,0],[-7,0],[-9,1],[-5,0],[-3,0],[-7,0],[-10,1],[-10,0],[-8,1],[-13,0],[-14,1],[-5,0],[-12,0],[-5,0],[-29,2],[-7,0],[-17,1],[-4,0],[-17,1],[-4,0],[-13,1],[-3,1],[-5,0],[-5,0],[-16,1],[-2,-27],[-1,-10]],[[4850,2935],[-5,0],[-2,1],[-6,0],[-2,0],[-4,0],[-2,1],[-7,0],[-3,0],[-3,0],[-4,1],[-6,0],[-12,1],[-2,0],[-6,0],[-3,1],[-3,0],[-3,0],[-4,0],[-3,1],[-4,0],[-3,0],[-4,0],[-4,1],[-3,0],[-2,0],[-1,0],[-2,0],[-6,1],[-5,0],[-1,0],[-14,1],[-3,0],[-4,1],[-3,0],[-7,0],[-7,1],[-3,0],[-5,1],[-3,0],[-4,0],[-3,0],[-3,1],[-5,0],[-5,0],[-8,1],[-7,0],[-3,1],[-2,0],[-11,0],[-2,1],[-6,0],[-4,0],[-4,0],[-3,0],[-3,1],[-6,0],[-7,1],[-7,0],[-2,1],[1,7],[0,4],[1,9],[1,10],[0,7],[0,3],[1,10],[1,3],[0,2],[1,6],[0,5],[0,4],[1,3],[0,2],[0,4],[0,2],[1,3],[0,3],[0,3],[0,3],[1,3],[0,3],[0,2],[0,3],[1,3],[0,3],[0,3],[1,5],[1,13],[0,5],[1,5],[1,9],[0,4],[1,7],[0,7],[1,7],[0,3],[1,9],[0,5],[1,5],[1,16],[1,10],[-7,1],[0,3],[1,12],[0,5],[0,4],[1,1],[0,4],[0,1],[0,4],[1,6],[0,3],[0,3],[0,4],[1,8],[0,3],[1,4],[0,3],[0,1],[0,3],[0,2],[1,1],[0,5],[0,4],[0,1],[1,3],[0,2],[0,1],[0,4],[1,7],[1,10],[0,7],[1,4],[0,4],[0,4],[1,3],[0,1],[0,3],[0,3],[1,3],[0,9],[1,8],[0,1],[1,7],[0,9],[1,5],[0,4],[0,4],[1,9],[0,3],[1,11],[1,8],[1,12],[1,7],[0,3],[0,6],[1,3],[0,3],[0,4],[1,4],[0,6],[0,2],[1,4],[0,4],[0,2],[1,5],[0,3],[0,5],[0,3],[1,2],[1,12],[0,1],[0,2],[0,4],[1,8],[0,5],[1,2],[0,1],[0,2],[0,3],[0,3],[0,2],[1,1],[0,2],[0,1],[0,5],[0,3],[1,5],[0,2],[0,1],[1,6]],[[6370,3487],[0,-5],[-1,-10],[0,-10],[-2,-16],[-1,-12],[-1,-14],[0,-5],[0,-4],[-1,-4],[-1,-14],[0,-3],[-1,-10],[0,-3],[15,-1],[3,0],[2,0],[3,-1],[9,0],[9,-1],[17,-1],[10,0],[10,-1],[3,0],[4,0],[13,-1],[5,0],[2,0],[4,-1],[3,0],[12,0],[6,-1],[-1,-9],[0,-6],[-1,-11],[-1,-11],[-1,-9],[0,-10],[-1,-4],[0,-4],[0,-4],[-1,-11],[-1,-5],[-1,-19],[-1,-6],[0,-4],[-1,-11],[0,-9],[-2,-18],[-1,-12],[-1,-10],[0,-3],[0,-5],[-1,-8],[-1,-15],[-1,-3],[-1,-14],[0,-3],[0,-3],[-1,-9],[0,-3],[-1,-7],[0,-3],[0,-3],[0,-3],[-1,-5],[-1,-15],[-1,-12],[-2,-18],[0,-8],[-1,-7],[0,-3],[-1,-13],[-2,-19],[-1,-9],[-1,-6],[0,-4],[-1,-9],[0,-6],[0,-4],[0,-3],[-2,-17],[0,-7],[-1,-12],[-1,-13],[-5,1],[-3,0],[-10,1]],[[6438,2926],[-8,0],[-3,1],[-4,0],[-6,0],[-10,1],[-4,0],[-2,0],[-3,0],[-2,0],[-3,0],[-4,1],[-19,1],[-11,0],[-18,1],[-24,2],[-5,0],[-1,0],[-2,0],[-11,1],[-3,0],[-8,1],[-17,0],[-12,1],[-7,0],[-12,1],[-5,0],[-3,0],[-13,1],[-2,1],[-17,0],[-6,1],[-3,0],[-11,1]],[[6179,2941],[-21,0],[-21,1],[-4,1],[-2,0],[-27,1],[-10,1],[-11,1],[-10,0],[-22,2],[-16,1],[-7,0],[-25,2],[-9,0],[-3,0],[-8,1],[-14,1],[-6,0],[-13,1],[-13,1],[0,17],[0,3],[1,16],[1,14],[0,6],[0,2],[0,1],[1,8],[0,5],[-4,0],[-23,1],[-3,1],[-3,0],[-3,0],[-3,1],[-3,0],[-2,-1],[-11,1],[-13,1],[-19,0],[-6,1],[-11,0],[-13,1],[-10,1],[-5,0],[-4,1],[-5,0],[-3,0],[-26,2],[-8,1],[-2,0],[-6,0],[-12,1],[-2,0],[-4,0],[-22,1],[-9,1],[-2,0],[-16,1],[-9,0],[-12,1],[3,30],[1,16],[1,11],[2,15],[2,22],[0,10],[1,10],[0,3],[1,4],[0,4],[1,15],[1,8]],[[1780,3690],[-2,-18],[0,-7],[-1,-2],[0,-5],[0,-4],[-4,-1],[-2,1],[-6,0],[-2,0],[-3,0],[-13,1],[-36,3],[-17,1],[-5,0],[-3,-37],[-2,-13],[0,-5],[0,-6],[-1,-9],[-1,-4],[0,-11],[-1,-3],[-1,-15],[0,-5],[0,-3],[0,-1],[0,-3],[-1,-3],[0,-5],[0,-4],[0,-3],[-1,-7],[-1,-11],[-1,-7],[-1,-16],[0,-3],[-1,-12],[-1,-9],[-1,-10],[0,-4],[-1,-8],[-1,-5],[0,-2],[0,-6],[-1,-8],[-1,-8],[0,-3],[0,-1],[-1,-3],[0,-7],[-2,-20],[-1,-12],[0,-6],[-2,-11],[0,-8],[-1,-3],[0,-5],[-1,-6],[0,-4],[0,-7],[0,-7],[0,-5],[-1,-3],[0,-3],[-1,-8],[0,-5],[-1,-5],[-1,-20],[0,-5],[-1,-5],[-1,-9],[0,-3],[-1,-5],[0,-8],[0,-3],[-2,-16],[0,-9],[0,-3],[0,-1],[-1,-5],[0,-7],[-1,-6],[0,-7],[-2,-17],[0,-3],[0,-1],[-1,-7],[0,-4],[0,-2],[-1,-11],[0,-2],[0,-3],[5,-1],[-1,-4],[0,-5],[-1,-3],[0,-3],[0,-5],[-1,-18],[-3,-28],[-3,-29],[0,-11],[-2,-17]],[[1639,2995],[-31,2],[-16,1],[-6,1],[-41,3],[-1,0],[-2,0],[-16,1],[-4,1],[-9,1],[-43,3],[-25,2],[-8,0],[-24,2],[-5,0],[-3,1],[-4,0],[-3,0],[-4,0],[-3,0],[-5,1],[-9,0],[-7,1],[-20,1],[-2,0],[-3,1],[-6,0],[-1,0],[-10,1],[-4,0],[-23,2],[-3,0],[-30,2],[-27,2],[-2,0],[-5,0],[-5,0],[-3,0],[-9,0],[-17,0],[-5,0],[-2,0],[-1,0],[-3,0],[-10,0],[-4,0],[-4,0],[-4,0],[-14,0],[-9,0],[-6,0],[-6,0],[-5,0],[-6,0],[-17,0],[-1,0],[-46,1]],[[1057,3025],[-10,0],[-8,0],[-5,0],[-19,0],[-33,0],[-24,0],[-11,0],[-6,1],[-13,0],[-34,0],[-6,0],[-4,0],[-21,0],[-16,0],[-18,0],[-11,0],[-15,0],[-11,2]],[[792,3028],[0,3],[0,10],[0,8],[0,8],[0,3],[0,4],[-1,4],[0,6],[0,8],[0,6],[0,8],[0,9],[0,3],[0,5],[0,5],[0,5],[0,4],[0,4],[-1,4],[0,8],[0,6],[0,4],[0,4],[0,4],[0,4],[0,7],[0,5],[0,4],[0,4],[0,7],[0,4],[0,2],[0,9],[0,3],[0,1],[-1,4],[0,4],[0,10],[0,3],[0,4],[0,13],[0,4],[0,5],[0,4],[0,6],[0,5],[0,5],[-1,8],[0,6],[0,5],[0,4],[0,3],[0,6],[0,6],[0,6],[0,3],[0,4],[0,8],[-1,6],[0,10],[0,3],[0,9],[0,7],[0,6],[0,8],[-1,4],[0,7],[0,4],[0,7],[0,7],[0,6],[0,3],[0,8],[0,7],[0,3],[0,3],[0,4],[-1,4],[0,6],[0,13],[0,7],[0,4],[0,3],[0,9],[0,5],[-1,9],[0,5],[0,5],[0,5],[0,3],[0,5],[0,18],[-1,14],[0,3],[0,4],[0,7],[0,9],[0,9],[0,6],[-1,6],[0,16],[0,3],[0,3],[0,5],[0,4],[0,3],[0,4],[0,8],[-1,4],[0,3],[0,3],[0,3],[0,3],[0,4],[0,3],[0,10],[-1,23],[0,3],[0,1],[0,2],[0,3],[0,3],[0,4],[0,4],[0,8],[0,7],[0,5],[-1,15],[0,8],[0,11],[0,4],[-1,10],[0,4],[0,4],[0,6],[0,3],[0,3],[0,4],[0,3],[0,3],[0,3],[0,6],[-1,4],[1,3],[0,20]],[[792,3028],[0,-10],[0,-3],[0,-3],[0,-3],[0,-4],[0,-4],[0,-3],[0,-13],[1,-13],[-28,-1],[-1,0],[-6,0],[-4,0],[-5,0],[-29,-1],[-12,0],[-15,0],[-7,0],[-4,0],[-42,-1],[-16,0],[-5,0],[-13,0],[-2,0],[-7,0],[-35,1],[-9,-1],[-3,0],[-5,0],[-9,0],[-5,0],[-18,0],[-71,0],[-7,0],[-2,-1],[-17,1],[-5,0],[-6,-1],[-10,0],[-2,0],[-31,1],[-49,0],[-26,0],[-5,0],[-8,0],[-25,0],[-2,0],[-5,-1],[-13,1],[-12,-1],[-29,0],[-1,0],[-11,-1],[-4,0],[-6,0],[-3,0],[-4,0],[-14,0],[-4,-1],[-8,0],[-16,3],[-19,0],[-6,0],[-2,0],[-3,0],[-5,0],[-3,0],[-19,0],[-3,0],[-19,0],[-10,0],[-2,0],[-4,0],[-5,0],[-4,0]],[[13,2969],[-1,3],[0,2],[0,1],[0,1],[0,3],[0,4],[0,3],[0,3],[0,2],[0,1],[0,5],[0,7],[0,3],[0,3],[0,4],[0,4],[0,5],[0,4],[0,6],[0,3],[0,4],[0,3],[0,7],[0,6],[0,4],[0,4],[1,4],[0,4],[0,3],[0,2],[0,3],[0,3],[0,5],[0,4],[0,6],[0,3],[0,3],[0,3],[0,5],[0,2],[0,1],[0,3],[0,1],[0,1],[0,3],[0,3],[0,6],[0,2],[0,3],[0,3],[0,7],[0,3],[0,6],[0,6],[0,3],[0,2],[0,4],[0,7],[0,4],[0,5],[0,1],[0,3],[0,6],[0,5],[0,5],[0,6],[0,2],[0,3],[0,1],[0,4],[0,3],[0,3],[0,1],[0,1],[0,18],[0,6],[0,1],[0,1],[0,1],[0,4],[0,3],[0,5],[0,5],[0,3],[0,7],[0,7],[1,5],[0,3],[0,7],[0,4],[0,4],[0,6],[0,5],[0,4],[0,7],[0,7],[0,5],[0,5],[0,4],[0,6],[0,1],[0,3],[0,3],[0,3],[0,6],[0,3],[0,4],[0,5],[0,10],[0,14],[0,1],[0,3],[0,9],[0,5],[0,15],[0,8],[0,3],[-1,5],[2,28],[-1,5],[0,6],[0,6],[0,14],[0,1],[0,3],[1,1],[-1,15],[0,17],[0,5],[0,4],[0,3],[0,1],[2,14],[0,2],[-2,7],[0,1],[0,6],[1,16],[0,6],[0,4],[0,3],[0,3],[0,3],[0,1],[0,6],[0,1],[0,1],[0,20],[0,2],[0,1],[0,4],[0,5],[1,9],[0,2],[-1,1],[1,3],[0,3],[1,26],[1,4],[0,19],[-1,6],[1,17],[0,4],[-1,20],[1,28],[0,3],[1,15],[-1,6],[0,7],[0,7]],[[9282,3686],[-5,-7],[-5,-11],[2,-6],[1,-5],[1,-2],[0,-1],[7,-20],[5,-17],[-1,-4],[-1,-8],[-1,-11],[-1,-14],[0,-1],[-2,-6],[-4,-8],[0,-2],[-3,-4],[-1,-1],[-1,-1],[-4,-6],[-8,-8],[0,-1],[-9,-5],[-11,-9],[-14,-8],[-16,-10],[-13,-9],[-2,-2],[-9,-7],[-4,-8],[-1,-2],[-3,-7],[-2,-5],[0,-1],[0,-1],[2,-5],[1,-9],[7,-12],[30,-31],[3,-4],[4,-2],[2,-1],[1,-1],[4,-5],[8,-12],[19,-27],[2,-2],[1,-2],[2,-4],[4,-7],[0,-3],[1,-5],[0,-4],[-3,-7],[-2,-4],[-8,-8],[-2,-1],[-2,-1],[-7,-3],[-1,0],[-7,-1],[-8,-2],[-4,-1],[-4,-1],[-1,0],[-10,-4],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-3,-2],[-4,-3],[-1,0],[0,-1],[-1,0],[-4,-5],[0,-1],[-3,-6],[0,-1],[-1,0],[-1,-5],[0,-1],[-1,-8],[-1,-12],[0,-9],[0,-1],[1,0],[1,-15],[0,-4],[0,-5],[-1,-12],[0,-4],[-4,-19],[-4,-10],[-4,-17],[-2,-9],[-1,-1],[-2,-7],[-4,-18],[-11,-11],[-5,-4],[-2,-2],[-6,-4],[-2,-1],[-3,-1],[-4,-1],[-8,-2],[-1,0],[-3,0],[-8,-1],[-5,1],[-4,1],[-3,1],[-1,0],[-4,2],[-1,0],[-4,0],[-1,0],[-9,1],[-18,0],[-20,-3],[-17,-7],[-9,-6],[-14,-14],[-7,-5],[0,-5],[-9,-4],[-21,-13],[-14,-12],[-15,-9],[-10,-8],[-1,-1],[-1,-5],[-3,-1],[-6,-4],[-2,-3],[-16,-12],[-3,-3],[-11,-9],[-10,-6],[-10,-9],[-14,-11],[-5,-4],[-8,-6],[-2,0],[-12,-7],[-3,-4],[-9,-11],[-2,-4],[-27,-15]],[[8780,2898],[2,21],[0,12],[1,20],[1,10],[1,15],[0,4],[-3,0],[-19,1],[-17,1],[-20,1],[-11,0],[-33,1],[-13,1],[-13,0],[-8,1],[-18,0],[-15,1],[-9,0],[-26,1],[-8,1],[-18,0],[-9,1],[-3,0],[-15,0],[-20,1],[-3,0],[-3,0],[-3,0],[-22,1],[-17,0],[-15,1],[-15,0],[-4,0],[-23,1],[-2,0],[-11,1],[-10,0],[-10,0],[-18,1],[-5,0],[-34,1],[-4,0],[-11,1],[-1,-6],[-6,0],[-9,0],[-12,0],[-9,0],[-6,0],[0,6],[1,6],[0,7],[0,18],[1,5],[0,12],[1,19],[-24,1],[-20,0]],[[2710,3349],[-2,-13],[0,-4],[-2,-21],[-2,-21],[-5,-59],[-2,-14],[-1,-15],[-2,-13],[0,-8],[-1,-6],[0,-1],[-3,-25],[-2,-30],[-2,-22],[-1,-6],[-1,-20],[-2,-18],[0,-5],[-1,-3],[-2,-22],[0,-1],[-2,-27],[-2,-13],[-1,-15],[0,-2],[-2,-17],[-2,-24]],[[2670,2924],[-15,2],[-4,0],[-24,2],[-3,0],[-15,1],[-33,2],[-14,1],[-17,1],[-5,0],[-2,0],[-1,1],[-18,1],[-13,1],[-13,0],[-41,3],[-4,0],[-9,0],[-19,3],[-7,0],[-12,1],[-4,0],[-30,2],[-5,1],[-8,0],[-36,3],[-2,0],[-8,0],[-6,1],[-5,0],[-3,0],[-11,1],[-12,1],[-3,0],[-10,1],[-1,0],[-13,0],[-11,1],[-12,1],[-7,0],[-3,0],[-25,3],[-7,0],[-4,0],[-2,0],[-2,1],[-3,0],[-39,3],[-9,0],[-3,1],[-3,0],[-4,0],[-13,1],[-12,1],[-8,0],[-7,1],[-4,0],[-4,0],[-5,1],[-4,0],[-3,0],[-3,0],[-8,1],[-4,0],[-9,0],[-8,1],[-3,0],[-6,0],[-20,2],[-1,0],[-5,0],[-1,0],[-14,1],[-1,0],[-1,0],[-4,0],[-4,1]],[[1958,2973],[-20,1],[-6,1],[-10,1],[-5,0],[-3,1],[-3,0],[-6,0],[-1,0],[-20,2],[-12,0],[-7,1],[-5,0],[-20,2],[-10,0],[-1,0],[-35,3],[-5,0],[-17,1],[-24,2],[-9,0],[-11,1],[-45,4],[-4,0],[-11,1],[-6,0],[-11,1],[-3,0],[-9,0]],[[4850,2935],[-1,-8],[-1,-4],[-2,-20],[-1,-16],[-1,-9],[-1,-13],[-1,-16],[-1,-9],[-1,-3],[0,-2],[0,-4],[-1,-3],[0,-4],[-1,-6],[0,-4],[0,-3],[0,-3],[-2,-12],[0,-3],[-1,-4],[-4,-48],[-1,-4],[0,-4],[0,-5],[0,-2],[-1,-3],[0,-4],[0,-3]],[[4829,2716],[-1,0],[-4,0],[-3,0],[-3,0],[-3,1],[-3,0],[-2,0],[-3,-2],[-3,0],[-3,0],[-2,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,1],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,1],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-2,1],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,1],[-3,0],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,1],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,1],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-2,0],[-3,1],[-3,0],[-1,0],[-1,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,1],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,0],[-3,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-1,0],[-1,0],[-3,0],[-3,1],[-2,0],[-2,0],[-5,0],[-41,1],[1,4],[1,3],[2,3],[1,3],[0,4],[2,3],[0,1],[2,2],[2,1],[3,2],[1,1],[1,0],[1,0],[3,1],[1,0],[1,0],[0,1],[3,-1],[4,-1],[2,0],[2,-1],[3,-1],[1,-1],[2,1],[2,1],[1,3],[0,4],[1,4],[1,2],[1,4],[-1,3],[-1,3],[1,3],[0,3],[-3,0],[-3,1],[-3,2],[-2,2],[0,3],[1,3],[-1,2],[-2,0],[0,1],[-4,-1],[-3,0],[-2,-1],[-4,0],[0,-1],[-3,1],[-2,0],[-2,1],[-10,0],[-5,0],[-12,0],[-8,1],[-6,0],[-2,0],[-7,0],[-16,1],[-11,0],[-1,0],[-4,0],[-4,1],[-3,0],[-13,0],[-8,1],[-36,1],[-13,0],[-9,1],[-14,0],[-19,1],[-52,2],[-22,1],[-3,-1],[-11,1],[-4,0],[-12,1],[-8,0],[-6,0],[-10,1],[-30,1],[-3,0],[-4,0],[-10,0],[-1,0],[-2,0],[-21,1],[-41,2],[-24,1],[-8,1],[-30,1],[-7,0],[-8,1],[-9,0],[-11,0],[-3,1],[-18,0],[-6,1],[-7,0],[-3,0],[-14,1],[-4,0],[-3,0],[-39,2]],[[3607,2838],[1,8],[4,54],[1,11],[1,11],[0,8],[0,1],[1,2],[1,14],[0,11],[1,5],[0,3],[3,39],[1,17],[1,15],[2,19],[0,10],[2,29],[1,6],[1,13],[0,2],[0,4],[0,3],[2,18],[0,9],[1,9],[2,39],[0,3],[1,5],[0,3],[1,12],[0,6],[1,3],[0,1],[1,19],[1,19],[2,16],[0,10]],[[7505,3018],[-11,1],[-5,0],[-1,0],[-7,0],[-5,0],[-20,1],[-17,1],[-7,0],[-9,0],[-4,0],[-6,1],[-7,0],[-32,1],[-11,1],[-2,0],[-3,0],[-2,0],[-1,0],[-8,0],[-12,1],[-8,0],[-3,0],[-3,0],[-1,0],[-4,0],[-12,1],[-2,0],[-3,0],[-3,0],[-3,0],[-2,1],[-5,0],[-12,0],[-3,0],[-2,-1],[-3,-2],[-3,-2],[-2,-1],[-3,-2],[-3,-1],[-2,0],[-2,-1],[-1,0],[-6,-1],[-9,0],[-2,-1],[-8,-3],[-10,-5],[-4,-3],[-3,-7],[-1,-7],[0,-6],[-1,-12],[-2,-12],[-1,-9],[-2,-7],[-2,-8],[-5,-16],[-2,-8],[0,-2],[0,-2],[1,-4],[-1,-2],[1,-1],[0,-3],[1,-5],[0,-1],[1,-3],[1,-2],[0,-4],[-1,-3],[-2,-3],[3,0],[6,-1],[5,0],[18,0],[8,-1],[0,-3],[0,-9],[-1,-15],[0,-1],[-1,-5],[0,-13],[-1,-13],[-1,-12],[-1,-8],[-1,-10],[0,-4],[-1,-13],[0,-5],[0,-3],[0,-6],[-2,-8],[-27,1],[-4,0],[-3,0],[-10,0],[-11,1],[-2,0],[-7,0],[-19,1],[-12,1],[-14,1],[-12,0],[1,3],[-1,8],[0,1],[0,3],[-8,0],[-2,0],[-2,1],[-11,0],[-1,0],[-7,0],[-14,1],[-8,0],[1,8],[-8,1],[-13,0],[-3,0],[-3,0],[-7,1],[-14,0],[-17,1],[-12,1],[-5,0],[-4,0],[-6,-1],[0,-9],[-1,-14],[0,-5],[0,-5],[-1,-8],[0,-8],[-2,-16],[0,-11],[-1,-11],[0,-2],[-1,-16],[0,-8],[-9,0],[-10,0],[-10,1],[-4,0],[-6,0],[-5,1]],[[6909,2669],[-10,1],[-7,0],[-11,1],[-9,0],[-11,1],[-2,0],[-6,0],[-5,0],[-8,1],[-4,0],[-5,0],[-6,0],[-27,2],[-5,0],[-2,0],[-1,0],[-6,0],[-3,0],[-4,1],[-3,0],[-27,1],[-28,1],[-4,1],[-1,0],[-3,0],[-22,1],[-2,0],[-17,1],[-6,0],[-28,2],[-4,0],[-5,0],[-14,1],[-4,0],[-4,0],[-12,1],[-4,0],[-4,0],[-13,1],[-4,0],[-8,1],[-3,0],[-8,0],[-33,2],[-3,0],[-27,2],[-13,0],[-9,1],[-7,0],[-6,1],[-3,0],[-3,0],[-8,0],[-3,1],[-2,0],[-13,0],[1,10],[0,5],[0,3],[2,15],[0,11],[1,1],[1,17],[0,6],[2,13],[0,10],[1,6],[0,2],[1,13],[0,3],[1,4],[0,7],[0,3],[1,2],[0,2],[0,7],[1,4],[0,3],[1,10],[0,6],[0,1],[1,4],[0,3],[0,2],[0,1],[5,53],[0,5]],[[3607,2838],[-14,-21],[-7,-9],[-2,-4],[-5,-8],[-6,-7],[-4,-5],[-7,-11],[-13,-19],[-1,0],[-3,-6],[-6,-7],[-13,-19],[-4,-6],[-23,-34],[-10,-13],[-14,-21],[-5,-7],[-8,-12],[-10,-14],[-4,-6],[-12,-18],[-23,-34],[-2,-3],[-4,-6],[-18,-25],[-14,-20],[-14,-19]],[[3361,2484],[-6,0],[-15,0],[-24,0],[-40,0],[-22,0],[-15,0],[-20,0],[-45,1],[-3,0],[-6,0],[-35,0],[-11,0],[-38,0],[-1,0],[-14,0],[-4,0],[-24,0],[-10,0],[-4,0],[-15,0],[-6,0],[-13,1],[-19,0],[-9,0],[-1,0],[-32,0],[-1,0],[-14,0],[-19,1],[-24,0],[-10,0],[-6,0]],[[2855,2487],[3,44],[0,5],[1,6],[1,16],[2,20],[2,31],[3,39],[1,10],[0,6],[1,4],[0,5],[1,20],[2,18],[0,6],[4,47],[1,22],[1,7],[0,1],[1,2],[1,12],[0,2],[0,4],[1,5],[1,12],[1,10],[0,1],[1,13],[0,3],[3,32],[1,20],[-15,1],[-4,0],[-43,3],[-17,2],[-1,0],[-3,0],[-19,1],[-5,1],[-4,0],[-42,2],[-1,0],[-9,1],[-12,1],[-5,0],[-10,1],[-23,1],[-5,0]],[[6179,2941],[-1,-9],[0,-3],[0,-3],[-1,-10],[-2,-16],[0,-7],[-1,-6],[0,-4],[0,-7],[-1,-9],[-1,-6],[0,-3],[0,-5],[-1,-12],[-1,-4],[0,-4],[0,-1],[0,-4],[-1,-3],[0,-3],[0,-4],[-1,-6],[0,-3],[0,-3],[-1,-2],[0,-5],[0,-7],[-1,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-4],[-1,-4],[-1,-10],[0,-4],[0,-3],[0,-3],[-1,-4],[0,-2],[-1,-10],[0,-1],[0,-3],[0,-3],[-1,-3],[0,-4],[0,-6],[-1,-4],[0,-2],[0,-1],[0,-2],[0,-1],[-1,0],[-2,1],[-4,0],[-4,0],[-4,0],[-4,1],[-22,1],[-6,0],[-10,1],[-6,0],[-6,1],[-3,0],[-6,0],[-3,1],[-3,0],[-2,0],[-3,0],[-2,0],[-1,0],[-7,1],[-13,1],[-14,0],[-2,1],[-4,0],[-14,1],[-3,0],[-11,1],[-1,0],[-20,1],[-7,0],[-8,1],[-3,0],[-3,0],[-4,1],[-3,0],[-4,0],[-6,0],[-30,2],[-4,1],[-6,0],[-4,0],[-1,-9],[0,-3],[0,-3],[0,-3],[-1,-5],[0,-3],[-1,-4],[-1,-11],[0,-1],[0,-7],[0,-1],[-2,-11],[0,-2],[0,-6],[-1,-12],[-1,-10],[-1,-4],[-1,-15],[-1,-6],[0,-7],[-1,-3],[0,-4],[-1,-9],[-1,-8],[0,-4],[0,-4],[-1,-7],[-1,-9],[-1,-14],[-2,-21],[-1,-11],[-1,-9]],[[5876,2501],[-16,1],[-4,0],[-9,0],[-9,1],[-1,0],[-9,0],[-11,1],[-9,1],[-21,1],[-26,2],[-28,1],[-4,0],[-5,1],[-16,1],[-7,0],[-7,0],[-3,1],[-13,1],[-17,1],[-3,0],[-2,0],[-5,0],[-1,0],[-25,2],[-8,0],[-3,0],[-2,1],[-5,0],[-15,1],[-8,0],[-9,1],[-3,0],[-13,0],[-6,1],[-2,0],[-2,0],[-3,0],[-5,0],[-2,0],[-13,1],[-4,0],[-10,1],[-6,0],[-3,0],[-4,1],[-6,0],[-4,0],[-1,0],[-1,0],[-3,0],[-3,1],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-7,1],[-3,0],[-19,1],[-43,2],[-6,0],[-34,2],[0,-4],[-1,-3],[0,-5],[0,-4],[0,-1],[-1,-8],[0,-7],[-2,-14],[0,-6],[-3,-15],[-8,1],[-9,0],[-18,1],[-4,1],[-14,0],[-28,2],[-54,3],[-7,1],[-12,0],[-13,1],[-38,2],[-8,1],[-10,0],[-2,0],[-3,1],[-3,0],[-17,1],[-24,2],[0,-10],[-3,-27],[-20,1],[-32,2],[-1,0],[-8,0],[-15,1],[-12,0],[-8,1],[-12,1],[-3,0],[-3,0],[-15,1],[-30,2],[-6,0],[-10,1],[-5,0],[-34,3],[-2,0],[-6,1],[-5,0],[-15,1],[-20,2]],[[4810,2460],[2,18],[0,9],[1,8],[0,3],[0,5],[4,52],[1,9],[0,7],[0,2],[1,6],[0,11],[1,6],[0,4],[0,3],[0,2],[1,12],[1,10],[0,5],[0,1],[3,39],[0,4],[1,4],[1,15],[1,6],[0,6],[0,3],[0,4],[1,2]],[[8780,2898],[-7,-9],[-6,-6],[-9,-12],[-6,-7],[-9,-7],[-20,-19],[-10,-7],[-9,-6],[-26,-23],[-8,-7],[-16,-12],[-5,-3],[-2,-5],[-5,-12],[-6,-9],[0,-1],[-3,-5],[-9,-15],[-3,-4],[0,-1],[-2,-3],[-2,-4],[-3,-4],[-6,-5],[-6,-8],[-13,-14],[-7,-11],[1,-4],[-6,-8],[-8,-7],[-12,-7],[-3,-1],[-27,-2],[-8,-1],[-1,-1],[-4,0],[-14,-3],[-9,-2],[-19,-7],[-1,0],[-12,-7],[-4,0],[-3,-1],[-8,-6],[-4,-4],[-2,-2],[-1,-4],[-3,-7],[-5,-7],[-9,-10],[-4,-3],[-11,-10],[-1,-1],[-5,-5],[-8,-9],[-5,-7],[-2,-4],[-1,-6],[0,-3],[2,-7],[-1,-7],[-3,-5],[-3,-7],[-1,0],[-2,-3],[-9,-4],[-8,-1],[-4,0],[-6,0],[-1,0],[-1,1],[-4,0],[-8,2],[-6,1],[-6,2],[-5,1],[-4,1],[-1,0],[-1,0],[-1,0],[-9,0],[-9,-1],[-3,-1],[-7,-2],[-2,0],[-4,-2],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-5,-3],[-4,-2],[-11,-6],[-1,-1],[-1,0],[0,-1],[-11,-3],[-1,-1],[-7,-2],[-14,-5],[-1,0],[-13,-7],[-3,-1],[-2,-1],[-16,-5],[-1,0],[0,-1],[-2,-1],[-7,-4],[-1,0],[-4,0],[-16,-12],[-3,-2],[-8,-6],[-11,-5],[-8,-5],[-7,-3],[-4,-2],[-15,-9],[-6,-5],[-8,-6],[-10,-7],[-13,-3],[-42,-3],[-7,-1],[-24,-3],[-2,2],[-3,2],[-8,5],[-8,6],[-6,7],[-7,10],[-5,11],[-1,6],[-3,4],[0,3],[-3,4],[-2,6],[-4,13],[-1,12],[-1,2],[-1,2],[-3,8],[1,4],[-2,9],[-3,5],[-6,8],[-7,8],[-5,4],[-12,9],[-4,2],[-2,1],[-6,5],[-8,4],[-9,6],[-17,6],[-9,-1],[-5,-1],[-3,0],[-3,0],[-16,-3],[-6,-2],[-21,-12],[-6,-4],[-8,-8],[-19,-23],[-6,-6],[-13,-15],[-3,-1],[-15,-16],[-12,-10],[-33,-14],[-14,-6],[-8,-5],[-6,-2],[-1,0],[-9,0],[-7,-9],[-3,-2],[-10,-7],[-12,-11],[-5,-3],[-1,-1],[-8,-6],[-2,-4],[-6,-9],[-3,-8],[0,-8],[-1,-32],[-1,-8],[-2,-2],[-1,-1],[-1,-1],[-5,-14],[-1,-6],[-1,-14],[0,-1],[0,-4],[1,-15],[0,-15],[1,-9],[0,-18],[-2,-9],[-2,-3],[-2,-5],[-1,-1],[-5,-6],[-6,-3],[-6,-2],[-24,4],[-14,3],[-5,2],[-5,5],[-3,3],[-2,1],[-2,0],[-7,2],[-2,1],[-6,2],[-13,2],[-1,0],[-16,-3],[-7,-1],[-2,-1],[-9,0],[-31,4],[-5,0],[-16,3],[-1,0],[-8,1],[-16,0],[-1,0],[-8,-2],[-6,-3],[-12,-1],[-6,-1],[-8,-2],[-8,-3],[-13,-8],[-7,-6],[-6,-7],[-7,-8],[-4,-8],[-2,-9],[0,-8],[1,-10],[1,-7],[5,-11],[4,-11],[2,-8],[0,-8],[-1,-9],[-2,-3],[-10,-6],[-5,0],[-66,-16]],[[7185,2072],[1,2],[1,19],[1,8],[0,6],[0,4],[1,11],[0,6],[1,6],[0,4],[0,3],[0,1],[0,3],[2,18],[0,7],[1,23],[0,2],[1,11],[0,3],[-28,1],[-26,1],[-6,0],[-5,0],[-6,0],[-8,0],[-7,1],[-11,0],[-7,0],[-6,0],[-2,1],[-8,0],[-14,0],[-4,0],[-26,1],[-2,0],[-3,0],[-4,1],[-10,0],[-11,0],[-17,1],[-13,0],[1,10],[0,10],[1,13],[0,4],[1,10],[0,13],[1,15],[-26,2],[-17,0],[-1,0],[1,10],[0,11],[1,4],[0,5],[0,8],[-17,1],[-14,0],[-3,0],[-9,1],[1,18],[0,3],[0,3],[1,5],[1,8],[0,11],[0,4],[1,4],[0,12],[1,6],[1,15],[0,6],[1,9],[0,6],[1,21],[1,10],[0,14],[1,9],[0,6],[0,4],[1,11],[0,7],[1,5],[0,4],[0,4],[1,5],[0,7],[0,4],[1,10],[0,6],[0,5],[1,15],[0,4],[1,4],[0,3],[0,8],[0,5],[1,12],[1,14],[0,7],[1,15],[0,3],[1,4]],[[1057,3025],[0,-3],[0,-3],[0,-5],[0,-3],[0,-5],[0,-3],[0,-3],[0,-3],[1,-9],[0,-8],[0,-5],[0,-4],[0,-4],[0,-4],[0,-5],[0,-4],[0,-6],[0,-4],[0,-2],[0,-6],[1,-3],[-1,-4],[0,-19],[1,-2],[1,-1],[2,-2],[1,-1],[19,7],[6,2],[6,2],[10,2],[5,2],[25,8],[0,-7],[-1,-1],[0,-3],[0,-5],[-1,-8],[-2,-22],[0,-5],[-1,-11],[0,-5],[-1,-3],[0,-7],[0,-5],[-1,-4],[0,-3],[-1,-7],[0,-6],[0,-3],[-1,-6],[0,-4],[-1,-4],[0,-3],[0,-2],[-1,-8],[0,-3],[0,-4],[0,-1],[-1,-7],[0,-3],[0,-4],[0,-4],[0,-3],[-1,-5],[0,-10],[0,-3],[-1,-7],[-1,-2],[0,-4],[0,-6],[-1,-4],[-2,-18],[0,-7],[0,-15],[3,0],[4,-1],[0,-3],[-1,-7],[0,-1],[-1,-5],[0,-7],[-1,-6],[0,-4],[-1,-2],[0,-3],[0,-3],[-1,-3],[0,-3],[-1,-6],[0,-1],[0,-1],[-1,-13],[0,-3],[-1,-4],[0,-8],[-1,-3],[0,-6],[-1,-4],[0,-4],[-1,-11],[-1,-8],[0,-5],[-1,-3],[0,-3],[0,-4],[-1,-3],[0,-5],[-1,-6],[0,-3],[-1,-6],[0,-5],[-1,-6],[0,-4],[-1,-5],[0,-6],[-1,-4],[0,-3],[-1,-9],[0,-3],[-1,-3],[0,-5],[-1,-5],[0,-3],[-1,-6],[0,-6],[0,-2],[-1,-5],[0,-4],[0,-3],[-1,-5],[0,-8],[-1,-4],[0,-3],[0,-4],[-1,-3],[0,-3],[0,-4],[0,-3],[-1,-5],[0,-4],[0,-3],[-1,-3],[0,-5],[-1,-5],[0,-3],[0,-4],[0,-2],[0,-1],[-1,-4],[-1,-14],[0,-3],[0,-3],[-1,-5],[0,-5],[0,-3],[-1,-3],[0,-3],[0,-6],[-1,-6],[0,-4],[0,-3],[-1,-3],[0,-6],[-1,-5],[0,-5],[0,-2],[0,-3],[0,-3],[-1,-3],[0,-3],[0,-3],[-1,-3]],[[1084,2267],[-49,6],[-39,6],[-10,1],[-31,3],[-58,4],[-7,1],[-6,0],[-36,3],[-24,2],[-10,0],[-37,3],[-89,7],[-89,5],[-145,8],[-6,1],[-3,0],[-5,0],[-2,-1],[-2,-1],[-6,-3],[-8,-3],[-2,-1],[-1,0],[0,-2],[-1,-1],[-2,-4],[-1,-2],[-3,0],[-4,0],[-24,-1],[-9,1],[-1,0],[-9,0],[-35,-1],[-9,0],[-13,0],[-28,0],[-8,0],[-7,0],[-49,0],[-5,0],[-2,0],[-12,0],[-22,0],[-3,0],[-8,1],[-5,0],[-5,0],[-4,0],[-3,0],[-10,0],[-5,0],[-7,0],[-14,0],[-33,1],[-3,0],[-18,1],[-5,0],[-23,-1],[-27,0]],[[2,2300],[0,16],[1,13],[0,2],[0,1],[0,2],[0,3],[0,2],[0,1],[0,3],[0,3],[0,1],[0,4],[0,4],[0,1],[0,2],[0,1],[0,3],[0,4],[0,1],[0,5],[0,6],[0,7],[0,3],[0,1],[0,3],[0,6],[0,3],[1,7],[0,3],[0,8],[0,4],[0,10],[0,2],[0,3],[0,3],[0,2],[0,1],[1,0],[0,6],[0,10],[0,3],[0,5],[0,9],[0,1],[0,6],[0,1],[0,1],[0,1],[1,20],[0,2],[-1,10],[0,2],[0,2],[0,3],[1,1],[0,1],[0,1],[0,2],[0,6],[0,5],[0,3],[0,2],[1,2],[0,1],[0,7],[0,11],[0,5],[0,3],[0,6],[0,6],[0,1],[0,3],[0,3],[1,6],[0,6],[0,7],[0,1],[0,4],[0,5],[0,1],[0,2],[0,4],[0,5],[0,4],[0,1],[0,4],[0,7],[1,8],[0,6],[0,7],[0,3],[0,3],[0,7],[0,3],[0,1],[0,1],[0,5],[0,2],[0,8],[0,3],[0,2],[0,8],[1,4],[0,2],[0,4],[0,1],[0,7],[0,1],[0,4],[-1,0],[1,1],[1,38],[0,14],[0,16],[0,4],[0,3],[0,5],[0,1],[0,2],[0,3],[0,23],[0,2],[1,19],[0,5],[0,6],[0,3],[0,31],[0,33],[0,5],[0,3],[0,1],[0,4],[0,4],[1,1]],[[1958,2973],[-1,-12],[0,-4],[-1,-14],[-1,-5],[-1,-9],[0,-6],[-1,-3],[0,-4],[0,-3],[-1,-3],[0,-1],[0,-5],[-1,-7],[0,-2],[0,-4],[0,-3],[-1,-5],[0,-3],[0,-3],[-1,-4],[0,-5],[0,-3],[-1,-2],[0,-1],[0,-4],[0,-4],[-1,-5],[0,-1],[0,-2],[0,-4],[0,-3],[-1,-3],[0,-8],[-2,-22],[0,-3],[-1,-7],[0,-4],[-1,-4],[0,-3],[0,-4],[0,-3],[-1,-10],[-1,-8],[-2,-22],[0,-5],[-1,-4],[0,-3],[-1,-11],[-1,-10],[0,-6],[0,-1],[-1,-8],[0,-5],[-1,-4],[-1,-11],[-1,-12],[0,-2],[0,-6],[-2,-18],[0,-7],[-1,-7],[0,-5],[-1,-5],[-1,-12],[0,-3],[0,-3],[-1,-9],[-1,-10],[0,-5],[-1,-8],[0,-3],[-1,-1],[0,-8],[-1,-5],[0,-3],[0,-5],[-1,-5],[0,-2],[0,-3],[-1,-8],[0,-5],[-1,-5],[-2,-27],[0,-3],[0,-1],[-1,-9],[-2,-22],[-1,-6],[-1,-9],[0,-6],[-1,-5],[0,-3],[0,-3],[-1,-13],[-2,-13],[-1,-11],[0,-8],[-1,-7],[0,-7],[0,-2],[-1,-4],[-1,-8],[-1,-8],[0,-2],[-1,-12],[-1,-10],[0,-4],[0,-5],[-1,-9],[0,-6],[-1,-3],[0,-3],[-1,-4],[0,-9],[-1,-2],[0,-1],[0,-2],[0,-4],[-1,-8],[-2,-20],[-1,-20],[-1,-3],[-1,-16],[0,-4],[-1,-5],[0,-6]],[[1889,2172],[-3,0],[-3,0],[-2,0],[-1,0],[-2,0],[-5,1],[-2,0],[-4,0],[-4,0],[-13,1],[-4,1],[-8,0],[-5,0],[-7,1],[-8,0],[-16,1],[-3,1],[-2,0],[-4,0],[-5,0],[-4,1],[-4,0],[-10,1],[-15,1],[-3,0],[-2,0],[-3,0],[-3,0],[-2,1],[-3,0],[-4,0],[-4,0],[-5,1],[-3,0],[-2,0],[-8,1],[-8,0],[-3,0],[-4,1],[-3,0],[-2,0],[-2,0],[-1,0],[-2,0],[-3,1],[-6,0],[-10,1],[-4,0],[-8,1],[-9,0],[-3,0],[-3,1],[-2,0],[-4,0],[-3,0],[-3,0],[-4,1],[-4,0],[-3,0],[-3,0],[-1,0],[-2,1],[-4,0],[-3,0],[-5,0],[-4,1],[-3,0],[-3,1],[-22,1],[-3,0],[-9,1],[-9,0],[-2,0],[-3,0],[-4,1],[-5,0],[-8,0],[-4,1],[-4,0],[-5,0],[-7,1],[-2,0],[-3,0],[-4,0],[-4,1],[-6,0],[-2,0],[-4,0],[-3,1],[-3,0],[-5,0],[-2,0],[-5,1],[-7,0],[-5,1],[-3,0],[-4,0],[-7,0],[-4,1],[-4,0],[-4,0],[-9,1],[-2,0],[-9,1],[-4,0],[-4,0],[-7,1],[-3,0],[-7,0],[-2,1],[-2,0],[-3,0],[-3,0],[-6,1],[-5,0],[-5,0],[-3,0],[-4,1],[-5,0],[-6,1],[-4,0],[-2,0],[-3,0],[-5,1],[-2,0],[-4,0],[-2,0],[-1,0],[-2,0],[-3,0],[-2,1],[-4,0]],[[1302,2212],[1,2],[3,7],[0,1],[1,7],[0,1],[-3,2],[-5,2],[-2,1],[-5,1],[-2,2],[-1,2],[0,3],[1,4],[3,5],[2,3],[0,1],[-2,1],[-3,0],[-4,0],[-4,0],[-6,1],[-2,0],[-3,0],[-4,1],[-6,0],[-2,0],[-8,1],[-7,1],[-7,1],[-2,1],[-3,0],[-7,1],[-3,0],[-5,1],[-2,0],[-2,0],[-2,0],[-3,0],[-6,0],[-3,0],[-2,1],[-4,0],[-2,0],[-4,1],[-4,0],[-3,0],[-3,0],[-3,1],[-4,0],[-2,0],[-3,0],[-2,0],[-3,0],[-4,0],[-4,0],[-4,1],[-2,0],[-3,0],[-3,0],[-2,0],[-6,0],[-3,0],[-5,0],[-5,0],[-7,-1],[-2,0],[-4,0],[-4,0],[-3,-1],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0]],[[2217,2152],[-18,1],[-4,0],[-8,1],[-14,0],[-20,2],[-4,0],[-6,0],[-3,0],[-7,1],[-6,0],[-1,0],[-7,1],[-18,1],[-16,1],[-3,0],[-29,2],[-18,1],[-5,0],[-7,1],[-3,0],[-18,1],[-3,0],[-4,0],[-4,0],[-3,0],[-3,1],[-4,0],[-11,0],[-6,1],[-12,1],[-5,0],[-4,0],[-7,1],[-8,0]],[[1928,2169],[-7,1],[-14,0],[-2,1],[-1,0],[-2,0],[-7,0],[-6,1]],[[2855,2487],[-8,-4],[-1,-1],[-4,-3],[-3,-2],[-10,-6],[-10,-6],[-21,-13],[-22,-15],[-11,-7],[-2,-2],[-7,-4],[-7,-4],[-12,-8],[-6,-4],[-1,-1],[-9,-5],[-4,-3],[-8,-5],[-13,-9],[-18,-12],[-12,-8],[-11,-7],[-2,-1],[-11,-7],[-2,-2],[-2,-1],[-2,-2],[-4,-2],[-3,-2],[-2,-2],[-6,-4],[-3,-2],[-2,-1],[-5,-3],[-10,-7],[-2,-1],[-32,-22],[-4,-3],[-6,-4],[-12,-8],[-5,-3],[-7,-5],[-16,-10],[-26,-17],[-3,-2],[-3,-2],[-11,-7],[-3,-2],[-1,-1],[-13,-8],[-5,-4],[-17,-11],[-3,-2],[-11,-7],[-4,-3],[-9,-6],[-4,-3],[-4,-9],[-3,-3],[-5,-5],[-3,-5],[-2,-6],[-2,-3],[-4,-5],[-1,-5],[0,-7],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-3],[-1,-1],[-2,-1],[-3,-2],[-2,-1],[-2,-2],[-2,-1],[-2,0],[-1,0],[0,-1],[0,-1],[1,-7],[1,-4],[0,-3],[0,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-2,0],[-1,0],[-2,-1],[0,-1],[-5,-14],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-2,0],[-4,-1],[-1,0],[-4,-1],[-6,0],[-2,0],[-1,-1],[-5,1],[-4,0],[-5,0],[-25,1],[0,10],[1,10],[0,3],[1,8],[0,8],[0,7],[1,11],[-11,0],[-6,1],[-22,1],[-15,1],[-9,0],[-9,1]],[[7185,2072],[-17,-19],[-1,-2],[11,-4],[0,-1],[-3,-5],[0,-1],[-4,-8],[-4,-9],[-1,-3],[-1,-2],[-1,-2],[-2,-3],[-1,-2],[-3,-3],[-6,-3],[-4,-1],[-7,-3],[-10,-6],[-5,-3],[-5,-6],[-1,-2],[-7,-3]],[[7113,1981],[-1,0],[-11,1],[-9,1],[-2,0],[-6,0],[-5,0],[-7,1],[-3,0],[-4,0],[-5,0],[-6,0],[-6,1],[-10,0],[-10,0],[-9,1],[-9,0],[-43,2],[-38,2],[-9,0],[-3,0],[-5,0],[-11,1],[-5,0],[-18,1],[-26,1],[-5,0],[-18,1],[-2,0],[-14,1],[-14,1],[-16,0],[-8,1],[-4,0],[-9,0],[-13,1],[-3,0],[-24,1],[-4,0],[-3,0],[-9,1],[-12,0],[-17,1],[-4,0],[-27,1],[-7,1],[-3,0],[-9,0],[-4,0],[-8,1],[-1,0],[-1,0],[-3,0],[-17,1],[-8,0],[-4,0],[-3,0],[-3,1],[-8,0],[-23,1],[-5,0],[-6,1],[-8,0],[-8,0],[-9,1],[-3,0],[-32,1],[-11,1],[-22,1],[-8,0],[-7,1],[-1,0],[-4,0],[-7,0],[-6,0],[-8,1],[-7,0],[-4,0],[-11,1],[-4,0],[-10,1],[-39,2],[-2,0],[-3,0],[-3,0],[-36,2],[-13,1],[-13,1],[-18,1],[-3,0],[-10,1],[-13,0],[-7,1],[-7,0],[-3,0],[-8,1],[-9,0],[-21,2],[-14,0],[-6,1],[-26,1],[-7,1],[-18,1],[-7,0],[-57,3],[-28,2],[-4,0],[-4,0],[-25,2],[-15,1],[-1,0],[-18,1]],[[5925,2041],[0,7],[1,7],[1,7],[0,8],[1,3],[0,4],[1,14],[1,6],[0,11],[2,17],[1,15],[1,10],[0,5],[1,5],[0,3],[0,3],[1,2],[0,3],[0,4],[0,2],[1,13],[2,23],[1,8],[1,9],[2,19],[0,10],[1,3],[0,6],[-8,1],[-3,0],[-8,0],[-5,1],[-7,0],[-3,0],[-24,2],[-10,0],[-7,1],[-14,0],[2,17],[0,5],[1,3],[2,24],[0,4],[0,4],[2,22],[1,3],[0,4],[0,4],[1,10],[1,5],[0,7],[1,12],[1,5],[1,9],[1,9],[0,9],[1,8],[1,9],[2,18],[1,15],[0,7],[1,0],[0,3],[1,12]],[[4810,2460],[0,-6],[-2,-22],[-1,-5],[0,-8],[-2,-26],[-2,-22],[-2,-20],[-1,-16],[-2,-18],[0,-6],[0,-3],[-3,-35],[-1,-13],[-1,-15],[-1,-7],[0,-2],[-2,-34],[-3,-36],[0,-3],[-1,-4],[0,-4],[-1,-4],[0,-3],[0,-3],[-2,-18],[-1,-14],[-3,-36],[0,-2],[0,-2],[-1,-5],[0,-1],[-1,-15]],[[4777,2052],[-1,-8],[0,-9],[-1,-5],[0,-2],[0,-6],[-1,-8],[-1,-6],[0,-4],[-5,-52],[0,-2],[0,-1],[-4,0],[-27,2],[-13,1]],[[4724,1952],[-17,1],[-21,1],[-7,1],[-61,3],[-5,1],[-9,0],[-3,1],[-1,0],[-2,0],[-6,0],[-62,4],[-13,1],[-3,0],[-23,1],[-27,2],[-28,1],[-15,1],[-7,0],[-3,1],[-35,1],[-19,1],[-30,2],[-5,0],[-4,0],[-18,1],[-3,1],[-2,0],[-5,0],[-6,0],[-15,1],[-8,0],[-18,1],[-5,1],[-5,0],[-7,1],[-13,0],[-11,1],[-14,1],[-3,0],[-2,0],[-19,1],[-6,0],[-7,0],[-6,1],[-13,0],[-4,1],[-2,0],[-3,0],[-6,0],[-9,1],[-7,0],[-6,1],[-8,0],[-7,0],[-3,1],[-14,0],[-12,1],[-8,0],[-18,2],[-10,0],[-9,1],[-2,0],[-9,1],[-2,0],[-19,1],[-15,1],[-3,0],[-20,1],[-16,1],[-19,1],[-3,0],[-7,0],[-12,1],[-3,0],[-3,1],[-8,0],[-5,0],[-19,1],[-23,2],[-5,0],[-8,1],[-16,1],[-16,1],[-16,0],[-14,1],[-14,1],[-21,1],[-6,1],[-13,1],[-5,0],[-8,0],[-26,2],[-4,0],[-17,1],[-3,0],[-18,1],[-31,2],[-26,1],[-14,1],[-18,1],[-1,0],[-1,0],[-5,0],[-8,0],[-9,1],[-18,0],[-13,1],[-7,0],[-12,1],[-10,0],[-9,0],[-3,0],[-7,1],[-8,0],[-2,0]],[[3406,2025],[1,4],[2,12],[3,11],[2,7],[4,18],[2,7],[1,3],[0,3],[1,3],[1,4],[4,13],[2,6],[-2,-1],[2,4],[-8,-1],[-1,3],[3,19],[3,17],[0,2],[-1,1],[-1,3],[-2,2],[-1,0],[-2,1],[-2,0],[-6,-3],[-7,-3],[-2,-1],[-2,-1],[-1,-1],[1,-3],[0,-3],[-7,-7],[-10,-8],[-1,-2],[-5,1],[-4,5],[-5,1],[-5,4],[-11,10],[-5,5],[-3,3],[-1,2],[2,4],[1,9],[-2,4],[0,2],[-2,2],[-6,6],[-2,2],[-6,3],[-8,3],[-5,4],[-1,2],[-1,7],[1,6],[3,5],[3,2],[2,1],[5,1],[2,0],[9,2],[2,0],[2,2],[1,3],[-3,9],[1,5],[0,1],[7,7],[1,0],[3,5],[0,4],[-1,1],[-1,1],[-1,1],[-5,1],[-2,0],[-4,7],[0,8],[0,1],[2,9],[0,1],[0,1],[0,1],[0,1],[-3,4],[0,1],[-1,0],[-2,3],[0,1],[2,11],[1,2],[0,7],[-1,1],[-4,3],[-1,1],[-2,8],[0,3],[1,7],[4,2],[2,1],[1,0],[0,1],[-1,9],[-1,3],[0,1],[1,2],[0,3],[0,1],[2,6],[0,2],[1,1],[1,4],[1,1],[0,1],[8,8],[4,5],[1,2],[1,1],[0,1],[1,1],[0,4],[-5,10],[-1,1],[0,1],[-2,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,2],[0,2],[6,11],[0,1],[1,1],[1,1],[0,1],[7,13],[0,1],[0,7],[-1,0],[0,2],[-1,6],[5,5],[-1,2],[0,1]],[[5925,2041],[-9,0],[-30,2],[-4,0],[-2,0],[-34,2],[-3,0],[-7,0],[-1,-14],[-2,-20],[0,-7],[0,-1],[-1,-3],[0,-5],[-1,-8],[0,-8],[-1,-5],[-2,-24],[0,-5],[0,-3],[0,-5],[-4,-40],[0,-3],[0,-3],[-1,-12],[-2,-22],[-1,-15],[-1,-13],[-1,-11],[-1,-7],[-2,-22],[-1,-17],[-1,-6],[-1,-18],[-1,-19],[-1,-3],[0,-3],[-1,-13],[-1,-11],[-1,-12],[-3,-38],[-1,-3],[0,-4],[-1,-5],[0,-4],[0,-6],[-1,-14],[-1,-5],[0,-3],[0,-1],[0,-1],[-1,-11]],[[5799,1592],[-13,1],[-5,0],[-7,1],[-7,0],[-19,2],[-24,1],[-3,1],[-28,2],[-12,1],[-3,0],[-11,1],[-17,1],[-6,0],[-5,1],[-13,1],[-8,0],[-23,2],[-9,0],[-3,1],[-21,1],[-4,0],[-12,1],[-8,1]],[[5538,1611],[1,15],[2,17],[2,23],[1,8],[1,15],[3,29],[0,4],[1,5],[0,4],[2,14],[0,2],[0,6],[0,5],[1,4],[1,12],[1,3],[1,14],[0,6],[4,35],[1,21],[1,1],[1,19],[-33,1],[-2,0],[-3,1],[-5,0],[-3,0],[-6,0],[-3,0],[-8,1],[-16,0],[-15,1],[-3,0],[-10,1],[-13,0],[-9,1],[-13,1],[-15,0],[-17,1],[-5,1],[-30,2],[-5,1],[-3,0],[-5,0],[-27,3],[-1,0],[-2,0],[-3,0],[-6,1],[-7,1],[1,11],[1,10],[0,1],[1,11],[1,4],[0,8],[1,8],[1,11],[1,10],[2,18],[-5,1],[-7,1],[-4,1],[-5,1],[-3,0],[-3,1],[-38,4],[-23,3],[-12,0],[-36,0],[-2,0],[-1,0],[-2,0],[-5,0],[-3,0],[-7,0],[-4,0],[-5,0],[-8,0],[-12,2],[-2,0],[-2,0],[-37,4],[-21,3],[-11,1],[-9,1],[0,6],[0,1],[1,2],[1,11],[0,3],[0,3],[1,6],[-4,0],[-7,1],[-33,1],[-7,1],[-15,1],[-10,0],[-2,0],[-1,0],[-2,0],[-7,1],[-10,0],[-2,1],[-3,0],[-9,0],[-10,1],[-5,0],[-8,0],[-4,1],[-16,1],[-28,1],[-12,1],[-3,0],[-34,2],[-14,1],[-6,0],[-5,0],[-5,1]],[[3406,2025],[-3,-14],[-2,-6],[-1,-9],[-1,-5],[-2,-6],[-1,-8],[-2,-11],[-2,-8],[-11,-53],[0,-1],[0,-2],[-3,-13],[-1,-6],[0,-3],[-2,-8],[-3,-18],[-3,-15],[-7,-32],[-2,-9],[-4,-19],[0,-3],[-1,-3],[-5,-26],[-5,-23],[-3,-10],[-1,-7],[-2,-9],[-2,-7],[0,-4],[-3,-12],[-2,-10],[-1,-3]],[[3331,1662],[-14,-2],[-22,-4],[-1,0],[-4,-1],[-22,-3],[-66,-11],[-1,-1],[-4,0],[-40,-7],[-24,-4],[-9,-1],[-3,-1],[-15,-2],[-2,-1],[-13,-2],[-9,-1],[-12,-2],[-1,0],[-8,-1],[-3,-1],[-6,-1],[-13,-2],[-3,-1],[-6,-1],[-3,-1],[-7,-1],[-9,-1],[-13,-3],[-7,-1],[-12,-2],[-11,-2],[-8,-2],[-14,-2],[-5,-1],[-4,-1],[-3,-1],[-6,-1],[-16,-3],[-9,-1],[-6,-2],[-17,-3],[-5,-1],[-7,-1],[-3,-1],[-12,-2],[-12,-2],[-9,-2],[-10,-2],[-16,-4],[-6,1],[-11,0],[-5,0],[-8,0],[-8,0],[-21,1],[-47,1],[-4,0],[-6,0],[-7,1],[-7,0],[-3,0],[-9,0]],[[2664,1573],[-8,0],[-20,1],[-9,0],[-26,1],[-5,0],[-7,1],[-49,-2],[-5,0],[-7,0],[-43,-1],[-10,0],[-20,0],[-27,0],[-15,0],[-4,0],[-4,0],[-11,0],[-31,0],[-4,0],[-3,0],[-3,0],[-4,0],[-1,0],[-8,0],[-10,0],[-6,0],[-3,0],[-10,0],[-13,0],[-6,0],[-3,0],[-4,0],[-4,0],[-5,0],[-5,0],[-27,1],[-7,0],[-14,1],[-6,0],[-2,0],[-11,0],[-2,0],[-1,1],[1,5],[0,11],[2,28],[1,3],[0,9],[0,2],[2,29],[0,4],[0,6],[0,28],[1,30],[1,18],[1,38],[0,5],[0,17],[1,14],[0,17],[1,15],[0,17],[0,5],[0,6],[0,1],[0,31],[0,4],[1,11],[0,15],[0,23],[0,10],[1,29],[0,5],[0,7],[0,9],[0,5],[1,27],[0,3],[0,6],[0,17],[0,5],[0,10],[1,6],[0,10],[0,4],[0,11],[0,9],[1,11]],[[1302,2212],[-3,-4],[0,-4],[0,-2],[0,-1],[0,-3],[-1,-4],[-1,-1],[-1,0],[-2,-1],[-4,-1],[-3,-3],[-9,-10],[-4,-4],[-4,-3],[-1,0],[-4,-2],[-6,-3],[-8,-2],[-20,-6],[-5,-3],[-2,-3],[-1,-1],[-1,-3],[-1,-8],[0,-2],[-1,0],[0,-1],[-1,-2],[0,-1],[-4,-5],[-1,-2],[-3,-4],[-2,-2],[-2,-2],[-7,0],[-1,-1],[-5,-4],[-5,-5],[-5,-4],[-1,0],[-8,-4],[-4,-2],[-6,-5],[-3,-2],[-2,-2],[1,-2],[1,-1],[0,-2],[1,-1],[2,-2],[2,-2],[2,-6],[1,-2],[2,-8],[1,-3],[1,-1],[1,-2],[0,-1],[1,-2],[1,-1],[1,0],[2,-1],[2,0],[1,0],[7,1],[11,1],[3,-1],[1,0],[3,0],[4,1],[6,1],[4,2],[2,1],[2,1],[3,2],[2,2],[3,1],[4,0],[4,0],[2,0],[2,-1],[2,-1],[1,-1],[0,-1],[2,-5],[5,-7],[2,-1],[1,-2],[3,-3],[1,-3],[0,-4],[-1,-4],[-1,-4],[-1,-1],[-2,-3],[-4,-5],[-6,-7],[-5,-6],[-5,-3],[0,-1],[-1,-1],[-2,-2],[-1,-5],[0,-6],[-2,-5],[-4,-2],[-4,-3],[-2,0],[-1,0],[-2,-2],[-3,-5],[-3,-4],[1,-8],[1,-6],[0,-1],[0,-8],[-4,-1],[-2,-1],[-1,-1],[-2,-4],[-1,-3],[0,-2],[-1,-2],[0,-4],[0,-7],[0,-6],[-1,-2],[-1,-11],[-7,-60],[0,-3],[0,-3],[-1,-3],[0,-3],[0,-3],[-1,-3],[0,-3],[-1,-3],[0,-3],[-1,-4],[0,-3],[0,-3],[-1,-3],[0,-3],[-1,-3],[0,-3],[0,-3],[-1,-5],[-1,-5],[0,-4],[-1,-3],[0,-2],[-1,-5],[0,-4],[-1,-3],[0,-3],[-1,-5],[-1,-7],[0,-4],[-1,-3],[0,-4],[0,-3],[-1,-2],[0,-3],[0,-3],[-1,-3],[0,-2],[-1,-3],[-1,-7],[0,-1],[0,-4],[-1,-3],[0,-2],[0,-3],[-1,-4],[-1,-5],[0,-3],[0,-2],[0,-1],[-1,-4],[0,-3],[0,-3],[-1,-2],[0,-4],[-1,-3],[0,-4],[0,-3],[-1,-5],[-1,-7],[0,-3],[-1,-3],[-1,-8],[0,-4],[-1,-4],[-1,-8],[0,-2],[-1,-5],[0,-4],[-1,-3],[0,-3],[0,-3],[0,-1],[0,-2],[-1,-3],[0,-3],[1,-4]],[[1163,1576],[-14,13],[-3,2],[-9,6],[-12,7],[-25,12],[-17,6],[-7,2],[-10,3],[-19,3],[-7,1],[-4,1],[-16,2],[-14,2],[-5,0],[-4,0],[-6,1],[-2,0],[-5,1],[-9,1],[-1,0],[-1,0],[-3,-1],[-1,0],[-5,0],[-4,0],[-19,7],[-13,5],[-3,2],[-4,2],[-2,1],[-3,2],[-1,0],[-1,1],[0,1],[-1,2],[-2,5],[-2,1],[-1,1],[-1,0],[0,1],[0,1],[-1,2],[0,2],[-1,0],[0,1],[0,2],[-2,5],[-3,11],[0,4],[0,4],[-1,4],[0,10],[0,2],[1,3],[0,1],[0,5],[-1,9],[-3,7],[0,2],[0,4],[2,11],[2,3],[-3,7],[-2,8],[-2,6],[-2,3],[-5,7],[-1,2],[-3,6],[-3,2],[-1,1],[-3,4],[-5,6],[-6,5],[-3,2],[-4,2],[-8,4],[-8,2],[-9,3],[-5,0],[-12,-1],[-3,0],[-7,-3],[-4,-2],[-3,-1],[-5,-3],[-5,-3],[-1,-1],[-3,-3],[-5,-5],[-7,-6],[-11,-18],[-2,-2],[-5,-5],[0,-1],[-1,0],[-4,-3],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-4,-3],[-1,0],[-9,-4],[-9,-3],[-1,0],[-8,-2],[-2,0],[-3,-1],[-7,-1],[-1,0],[-1,0],[-3,-1],[-1,0],[-3,0],[-1,0],[-1,0],[-3,1],[-4,1],[-1,0],[-2,1],[-6,4],[-4,2],[-5,2],[-4,2],[-1,1],[-1,0],[-6,3],[-2,1],[-3,0],[0,1],[-5,0],[-3,1],[-1,0],[-3,0],[-5,0],[-1,0],[-2,-1],[-2,0],[-4,-2],[-4,-3],[-2,-2],[-2,-1],[-2,-2],[-3,-4],[-3,-3],[-2,-3],[-4,-5],[-2,-2],[-2,-3],[-1,0],[-2,-2],[-1,-1],[-2,-2],[-2,-1],[-1,-1],[-3,-3],[-1,0],[-2,-1],[0,-1],[-1,0],[-2,-2],[-3,-1],[-3,-1],[-5,-1],[-8,-2],[-1,0],[-4,-1],[-6,-1],[-3,-1],[-3,0],[-3,-1],[-3,-1],[-2,0],[-4,-1],[-7,-2],[-2,-1],[-2,-1],[-3,-2],[-3,-1],[-2,-2],[-5,-1],[-3,-1],[-4,0],[-4,-1],[-3,0],[-7,0],[-5,0],[-4,0],[-2,0],[-4,0],[-1,0],[-2,1],[-5,1],[-3,0],[-1,1],[-2,0],[-3,2],[-7,2],[-9,2],[-4,4],[-4,3],[-2,2],[-2,1],[-9,9],[-5,5],[-1,1],[-14,13],[-12,7],[-4,3],[-21,6],[-14,0],[-12,1],[-9,3],[-9,2],[-6,5],[-2,2],[-1,1],[-3,4],[-16,19],[-4,7],[-8,10],[-3,4],[-3,4],[-6,7],[-5,7],[-7,8],[-2,2],[-1,2],[-4,4],[-7,8],[-5,3],[-3,2],[-1,1],[-6,5],[-2,1],[-7,3],[-7,4],[-28,7],[-2,0],[-1,0],[-2,0],[-11,0],[-8,-2],[-3,-2],[-8,-5],[-18,-13],[-11,-14],[-9,-13],[-4,-5],[-3,-5],[-9,-9],[-3,-6],[-3,-2],[-3,-3],[-2,-2],[-3,-2],[-2,-1],[-2,-1],[-3,-1],[-4,-1],[-4,-2],[-12,-2],[-10,-3],[-3,-1],[-4,-1],[-7,-1],[-2,-2],[-2,-3],[-1,-1],[-3,-1],[-4,-2],[-3,0],[-8,-1],[0,3],[0,3],[0,2],[0,8],[0,1],[0,3],[0,13],[0,3],[0,2],[0,3],[0,6],[0,2],[0,3],[1,9],[0,3],[0,5],[0,26],[0,7],[0,1],[-1,2],[0,2],[0,2],[0,3],[0,1],[0,1],[0,4],[0,3],[0,3],[0,1],[0,2],[0,3],[1,8],[0,5],[0,4],[0,2],[0,17],[0,11],[0,20],[0,11],[0,17],[-1,7],[0,13],[0,6],[1,13],[-1,3],[0,12],[0,3],[0,2],[0,1],[0,1],[0,1],[0,6],[0,4],[0,14],[0,8],[0,1],[1,7],[0,24],[0,1],[0,2],[-1,0],[1,3],[-1,4],[1,2],[0,2],[0,6],[-1,1],[0,1],[1,6],[0,2],[0,5],[0,1],[0,1],[0,2],[0,2],[0,2],[0,3],[0,1],[0,1],[0,1],[0,5],[0,5],[0,3],[0,4],[0,3],[1,0],[0,4],[0,1],[-1,2],[0,1],[0,1],[1,0],[-1,1],[1,4],[0,1],[0,1],[0,6],[0,4],[0,7],[0,2],[0,21],[0,8],[0,7],[0,3],[0,1],[0,2],[0,3],[0,4],[0,4],[0,2]],[[1782,938],[-5,-1],[-4,0],[-6,1],[-5,0],[-4,0],[-8,-1],[-3,0],[-7,-1],[-4,1],[-6,1],[-4,1],[-3,0],[-2,1],[-7,1],[-2,1],[-8,2],[-2,0],[-4,1],[-5,0],[-3,1],[-2,1],[-2,1],[-16,5],[-10,3],[-6,2],[-2,0],[-1,1],[-3,2],[-2,1],[3,0],[0,1],[-3,1],[-5,1],[-2,1],[-3,1],[-8,3],[-11,4],[-2,1],[-11,4],[-9,4],[-4,1],[-2,1],[-3,0],[-6,2],[-2,1],[-2,1],[-6,1],[-6,2],[-12,4],[-9,2],[-10,2],[-8,1],[-13,2],[-12,2],[-16,3],[-3,0],[-10,1],[-5,1],[-3,0],[-19,3],[-14,4],[-3,1],[-5,2],[-7,3],[0,1],[-5,2],[-1,1],[-3,3],[-9,8],[-1,1],[-1,2],[-6,5],[-5,6],[-2,4],[-3,5],[-3,5],[0,1],[-4,9],[-1,1],[-1,3],[0,1],[-2,8],[-2,10],[-1,11],[-2,9],[0,4],[0,1],[0,7],[0,6],[0,1],[0,2],[0,3],[0,4],[1,3],[0,2],[0,2],[0,2],[0,1],[0,1],[0,4],[0,1],[0,3],[1,1],[0,3],[0,2],[0,4],[0,4],[0,1],[1,2],[1,8],[0,1],[0,3],[0,1],[0,1],[-1,5],[0,2],[0,12],[-1,10],[0,1],[-4,18],[-1,4],[-3,5],[-10,14],[-3,4],[-3,2],[-6,10],[-1,1],[-1,2],[-7,10],[-6,9],[0,1],[-3,4],[-5,8],[-1,1],[-3,5],[-7,7],[-1,1],[-1,1],[-2,2],[-4,5],[-7,8],[-5,6],[-2,2],[-8,10],[-5,5],[-8,7],[-3,2],[-8,12],[-8,10],[-1,2],[-2,3],[-3,6],[-2,4],[-4,7],[-3,6],[-2,4],[-2,4],[-1,10],[0,2],[-2,17],[0,6],[0,2],[0,3],[-1,5],[0,3],[-1,5],[0,2],[-2,5],[-3,12],[-6,12],[-2,5],[-3,6],[-2,4],[-1,1],[-16,21],[-4,4],[-4,4],[-9,8]],[[1928,2169],[-1,-6],[0,-4],[-1,-5],[-1,-10],[0,-3],[-1,-12],[-1,-5],[-1,-4],[-1,-14],[0,-3],[-1,-7],[-2,-16],[0,-4],[-1,-5],[0,-3],[-2,-13],[0,-5],[-2,-17],[-2,-11],[0,-6],[-1,-3],[0,-3],[-1,-10],[0,-4],[-1,-8],[-1,-9],[-1,-5],[-1,-9],[0,-3],[0,-1],[-1,-2],[0,-9],[-1,-8],[-1,-8],[-2,-13],[-1,-11],[0,-5],[-1,-3],[0,-4],[-1,-2],[0,-2],[0,-1],[0,-4],[-1,-5],[0,-4],[-1,-7],[0,-4],[-1,-1],[0,-1],[0,-4],[0,-3],[-1,-3],[0,-4],[-1,-4],[-1,-7],[-2,-12],[-1,-5],[0,-4],[0,-3],[-1,-5],[-1,-10],[0,-3],[-1,-5],[0,-3],[-1,-5],[-1,-7],[-1,-9],[-1,-12],[0,-3],[-1,-3],[0,-3],[-1,-8],[-1,-3],[0,-3],[-1,-3],[0,-4],[-1,-3],[0,-3],[-1,-3],[0,-3],[-2,-13],[0,-5],[-1,-5],[0,-5],[-1,-5],[-1,-5],[0,-1],[-1,-7],[0,-4],[-1,-3],[0,-5],[-1,-5],[-1,-7],[0,-5],[-1,-6],[-1,-7],[0,-3],[-1,-9],[-1,-7],[-1,-3],[-1,-8],[0,-6],[-1,-4],[0,-4],[-1,-8],[-1,-5],[-1,-8],[-1,-8],[-1,-6],[0,-3],[-1,-9],[-1,-5],[0,-3],[-1,-4],[0,-3],[-1,-3],[-1,-7],[0,-3],[-1,-2],[0,-4],[0,-4],[-1,-5],[-1,-7],[0,-3],[-1,-4],[-1,-6],[0,-7],[-1,-11],[-1,-5],[-1,-9],[0,-3],[0,-4],[-1,-1],[0,-4],[-1,-6],[0,-4],[0,-3],[-1,-6],[-1,-6],[0,-4],[-1,-3],[-1,-6],[-1,-8],[0,-1],[0,-2],[-1,-6],[0,-6],[-1,-5],[0,-2],[-1,-6],[-1,-8],[-1,-8],[0,-3],[-2,-12],[-1,-7],[0,-3],[0,-3],[-1,-5],[0,-4],[-1,-3],[0,-3],[0,-4],[-1,-2],[0,-9],[-1,-3],[0,-2],[0,-3],[-1,-4],[0,-8],[-1,-3],[0,-4],[-1,-7],[0,-4],[-1,-5],[0,-3],[0,-4],[-1,-6],[-1,-3],[-1,-11],[-1,-6],[0,-5],[-1,-2],[0,-3],[0,-5],[-1,-6],[-1,-4],[0,-4],[-1,-3],[0,-4],[-1,-5],[0,-4],[-1,-4],[0,-3],[-1,-4],[0,-3],[0,-3],[-1,-5],[0,-3],[-1,-4],[0,-4],[-1,-3],[0,-3],[0,-3],[-1,-3],[0,-5],[-1,-3],[0,-4],[-1,-4],[0,-3],[0,-3],[0,-1],[-1,-6],[0,-1],[-2,-13],[0,-1],[0,-4],[-1,-8],[-1,-5],[-1,-6],[0,-5],[-1,-5],[0,-2],[-1,-10],[0,-2],[-1,-2],[0,-4],[-1,-9],[-1,-4],[-1,-8],[0,-3],[-1,-7],[-1,-11],[0,-3],[-1,-4],[0,-5],[-1,-4],[-1,-10],[0,-4],[-1,-4],[0,-3],[-1,-3]],[[2664,1573],[0,-4],[-1,-9],[-2,-16],[0,-6],[-1,-15],[0,-3],[-2,-6],[-1,-20],[0,-6],[-1,-6],[-1,-19],[-1,-8],[0,-6],[-1,-3],[-1,-13],[-1,-19],[-1,-11],[-1,-4],[0,-6],[0,-5],[-1,-1],[0,-2],[0,-8],[0,-4],[-2,-19],[0,-4],[-2,-30],[-1,-3],[-1,-12],[-1,-15],[0,-4],[0,-4],[-1,-4],[-1,-17],[-1,-10],[-2,-24],[-1,-21],[-1,-4],[-1,-15],[0,-4],[0,-5],[-2,-13],[0,-6],[-1,-12],[-2,-20],[-1,-12],[0,-6],[-2,-19],[-1,-8],[-2,-29],[-1,-9],[-1,-9],[-1,-16],[-2,-19],[0,-7],[-1,-6],[0,-2],[-1,-10],[-2,-25],[-1,-9],[0,-10],[-2,-17],[-1,-9],[0,-3],[-1,-12],[0,-6],[-1,-9],[-1,-16],[-3,-26],[0,-7],[-1,-13],[-1,-5],[0,-7],[0,-3],[-1,-10],[-1,-13],[0,-2],[-1,-6],[0,-6],[0,-3],[-2,-23],[-2,-19],[0,-4],[-1,-9],[0,-15],[-1,-15],[0,-9],[0,-4],[-1,-6],[0,-5],[-1,-16],[0,-3],[-1,-11],[0,-3],[0,-1],[0,-3],[0,-9],[0,-6]],[[2589,597],[-17,8],[-3,1],[-2,3],[-8,4],[-8,3],[-24,3],[0,-1],[-12,1],[-30,4],[-1,0],[-7,1],[-5,1],[-4,2],[-5,2],[-1,0],[-1,-1],[-1,2],[-11,5],[-9,5],[-1,1],[-7,7],[-4,8],[-4,7],[-5,14],[-5,23],[-1,6],[-3,12],[-1,5],[-4,12],[-1,3],[-1,1],[-3,12],[-1,1],[0,1],[-12,5],[-17,7],[-18,5],[-18,2],[-10,2],[-19,7],[-9,4],[-6,4],[-4,3],[-8,9],[-7,8],[0,1],[-3,6],[-2,9],[-4,18],[-6,22],[-3,3],[-1,3],[-7,13],[-7,7],[-4,3],[-11,6],[-9,5],[-10,4],[-9,2],[-5,2],[-11,0],[-3,1],[-1,0],[-1,0],[-1,1],[-12,2],[-1,0],[-5,1],[-3,0],[-2,1],[-9,0],[-4,0],[-1,9],[-8,2],[-1,0],[-25,-3],[-16,4],[-8,4],[-4,3],[-4,3],[-22,17],[-9,5],[-6,3],[-10,3],[-7,1],[-6,2],[-19,1],[-7,1],[-20,0],[-6,0],[-11,-3],[-20,-1],[-10,-3],[-6,-2],[-3,-1],[-3,-1],[-3,-1],[-3,0],[-8,-2],[-6,-1],[-2,-1],[-2,0],[0,-1],[-5,-1],[-3,-2],[-5,-1],[-6,-3],[-3,0],[-3,-1],[-2,-1],[-3,0],[0,-1],[-4,-1],[-7,-1],[-4,-1],[-4,-1],[-6,-2],[-3,0],[-1,-1],[-3,0],[-4,-2],[-14,-2],[-5,1],[-3,0],[-8,1],[-3,0]],[[5538,1611],[-1,-9],[0,-4],[-1,-10],[-1,-14],[-2,-28],[-1,-3],[0,-4],[0,-3],[-1,-5],[0,-10],[0,-1],[-2,-33],[-1,-5],[-2,-22],[-4,-37],[-1,-6],[-2,-24],[-1,-6],[-1,-11],[-2,-23],[-2,-17],[-5,-49],[-1,-15],[-1,-3],[0,-3],[0,-4],[-1,-6],[-4,-38],[-3,-31],[-2,-14],[-1,-10],[-1,-13],[-1,-6],[-1,-19],[-6,1],[-4,0],[-11,1],[-3,1],[-7,0],[-13,2],[-22,2],[-8,0],[-3,1],[-1,0],[-19,1],[-6,1],[-12,1],[-42,3],[-10,1],[-7,0],[-10,1],[-16,1],[-29,2],[-15,1],[-33,3],[-1,-9],[-1,-4],[-1,-10]],[[5212,1125],[-3,0],[-28,2],[-9,0],[-11,1],[-3,0],[-10,1],[-24,2],[-15,1],[-12,0],[-2,1],[-3,0],[-6,0],[-6,1],[-1,0],[-3,0],[-28,2],[-9,0]],[[5039,1136],[-11,1],[-21,1],[-10,1],[-7,0],[-10,1],[-4,0],[-9,1],[-12,1],[-33,2],[-51,2],[-3,1],[-14,0],[-12,1],[-10,1],[-7,0],[-8,0],[-35,2],[-2,30],[-1,9],[3,12],[5,29],[1,5],[0,1],[0,3],[1,11],[1,15],[3,37],[0,7],[1,11],[0,4],[0,3],[1,12],[1,4],[0,4],[3,27],[0,3],[0,4],[-38,2],[-65,4],[-12,0],[-10,1]],[[4674,1389],[1,9],[1,8],[0,4],[2,14],[0,7],[2,20],[0,3],[2,20],[0,4],[3,24],[1,14],[1,10],[1,9],[0,2],[0,3],[1,5],[0,5],[2,16],[2,20],[1,8],[2,18],[-4,0],[1,17],[4,43],[1,16],[1,3],[2,22],[1,14],[1,9],[1,14],[3,30],[1,3],[1,11],[0,5],[2,19],[2,20],[1,5],[0,4],[2,17],[4,49],[2,24],[2,15]],[[6319,1424],[0,2],[1,12],[0,3],[1,14],[2,18],[0,3],[1,17],[0,6],[2,16],[0,3],[0,3],[1,7],[-6,1],[-7,0],[-32,1],[-13,1],[-11,1],[-6,0],[-3,0],[-27,1],[-10,1],[-9,0],[-79,4],[-12,1],[-15,1],[-3,0],[-14,1],[-17,1],[-5,0],[-9,0],[-3,1],[-3,0],[-13,0],[-15,1],[-20,1],[-20,1],[-7,0],[-43,2],[-3,0],[-4,0],[-6,0],[-14,1],[-1,0],[-21,2],[-1,0],[-4,0],[-42,3],[-1,0],[-3,0],[-4,0],[-9,0],[-5,1],[-2,0],[-9,0],[0,4],[2,16],[0,11],[1,6]],[[7113,1981],[2,-17],[0,-3],[1,-1],[7,-6],[3,-3],[3,-7],[5,-16],[4,-10],[7,-19],[1,-5],[1,-7],[-1,-6],[0,-5],[-1,-22],[3,-18],[2,-11],[2,-21],[-7,-25],[-3,-10],[-9,-1],[-5,-14],[-6,-7],[-14,-11],[-12,-7],[-12,-5],[-15,-5],[-13,0],[-19,2],[-9,3],[-12,5],[-7,2],[-11,2],[-7,-2],[-5,-4],[0,-3],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-22],[1,-3],[2,-8],[0,-1],[1,-5],[1,-2],[9,-18],[8,-10],[2,-3],[3,-2],[4,-4],[3,-2],[14,-11],[17,-13],[8,-6],[0,-1],[9,-6],[5,-4],[3,-1],[17,-20],[4,-7],[1,-3],[2,-8],[0,-14],[1,0],[-6,-22],[0,-5],[-2,-11],[-3,-12],[-6,-8],[-6,-8],[-7,-7],[-2,-3],[-2,-6],[-7,-19],[-1,-12],[0,-5],[1,-5],[3,-6],[3,-5],[9,-10],[10,-8],[11,-10],[4,-4],[14,-16],[0,-2],[1,0],[1,-3],[1,-4],[0,-3],[0,-3],[-1,-4],[-3,-3],[-2,-2],[-7,-9],[-9,-6],[-3,0],[-4,0],[-7,0],[-4,1],[-1,0],[-6,1],[-9,1],[-3,1],[-5,2],[-10,4],[-2,1],[-7,4],[-7,5],[-5,3],[-5,5],[-8,9],[-5,7],[-1,0],[-6,6],[-1,1],[-4,2],[0,1],[-5,2],[-1,0],[-4,1],[-1,1],[-2,0],[-13,2],[-5,0],[-8,-1],[-5,-1],[-6,-4],[-4,-3],[-7,-9],[-14,-20],[0,-1],[0,-1],[-4,-11],[-2,-13],[-1,-6],[-2,-12],[-1,-12],[0,-1],[-1,-4],[-1,-3],[0,-1],[-2,-5],[0,-1],[-2,-3],[0,-1],[-2,-3],[-1,-3],[-1,0],[-2,-3],[0,-1],[-1,0],[0,-1],[-5,-4],[-3,-3],[-7,-7],[-4,-4],[-4,-4],[-2,-2],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-6,-6],[-17,-9],[-9,-5],[-5,-4],[-3,-2],[-5,-3],[-12,-4],[-7,-1],[-4,1],[-15,5],[-15,6],[-1,0],[-4,1],[-9,9],[-15,2],[-5,6],[-7,9],[-8,7],[-5,5],[-2,5],[1,6],[1,0],[4,9],[4,4],[1,1],[13,14],[8,7],[11,10],[3,3],[22,25],[2,5],[1,5],[-1,8],[-3,9],[-3,7],[-16,21],[-9,18],[-4,11],[-2,2],[-3,10],[-4,7],[-8,11],[-5,7],[-9,12],[-6,11],[-1,6],[-4,5],[-8,8],[-1,1],[-1,1],[-9,5],[-1,0],[-2,1],[-8,3],[-4,1],[-8,2],[-6,-1],[-4,-1],[-5,0],[-8,-3],[-6,-2],[-1,-1],[-1,0],[-1,0],[-7,0],[-3,0],[-2,0],[-3,0],[-5,-1],[-3,0],[-4,1],[-1,0],[-3,1],[-1,0],[-2,1],[-2,3],[-1,2],[-1,1],[0,1],[-1,5],[0,1],[-1,2],[-1,2],[-1,4],[-5,21],[-1,2],[-1,4],[-2,10],[-1,1],[-28,25],[-6,5],[-26,3],[-17,1],[-38,-13],[-11,-22],[-3,-7],[-11,-33],[-3,-8],[-5,-7],[-34,-20],[-13,-7],[-2,-1],[-36,-17],[-8,-9],[-14,-37],[-3,8]],[[4674,1389],[-2,0],[-5,0],[-10,1],[-6,0],[-4,0],[-4,0],[-2,0],[-17,1],[-5,1],[-5,0],[-3,0],[-29,1],[-13,1],[-17,1],[-3,0],[-6,0],[-14,1],[-6,0],[-8,1],[-7,0],[-6,1],[-4,0],[-10,0],[-12,1],[-1,0],[-1,0],[-5,0],[-10,1],[-9,0],[-5,1],[-19,1],[-19,0],[-24,1],[-6,1],[-14,0],[-3,0],[-9,1],[-21,1],[-21,1],[-7,0],[-4,0],[-3,0],[-12,1],[-13,0],[-2,0],[-3,0],[-3,0],[-17,1],[-18,1],[-7,0],[-14,0],[-24,0],[-4,1],[-6,0],[-1,0],[-1,0],[-3,0],[-28,0],[-4,0],[-6,0],[-4,0],[-2,0],[-25,1],[-1,0],[-42,0],[-4,0],[-8,1],[-6,0],[-12,0],[-26,0],[-19,1],[-4,-1],[-5,1],[-29,0],[-6,0],[-7,0],[-4,0],[-34,1],[-4,0],[-14,0],[-5,0],[-18,1],[-6,0],[-15,1],[-17,0],[-19,1],[-16,0],[-20,1],[-3,0],[-14,0],[-6,1],[-5,3],[-1,2],[0,2],[0,1],[2,3],[1,2],[2,2],[2,2],[2,2],[1,3],[-1,3],[-2,1],[0,1],[-1,1],[-3,2],[-2,-1],[-4,0],[-3,0],[1,6],[0,8],[1,3],[1,2],[0,3],[1,3],[1,3],[2,3],[2,7],[-1,4],[0,1],[0,2],[-1,3],[-2,3],[-2,1],[-3,1],[-1,1],[-5,2],[-3,1],[-3,1],[-1,1],[-2,0],[-5,2],[-2,1],[-1,5],[-2,0],[-9,2],[-3,0],[-2,2],[2,2],[2,3],[-1,2],[-2,1],[-1,3],[-3,1],[-2,2],[-3,1],[-2,3],[2,3],[0,4],[-2,2],[-4,-1],[-4,0],[-3,0],[-3,3],[-4,0],[-4,-2],[-2,0],[-4,1],[-4,2],[-2,2],[-4,1],[-2,1],[-2,3],[-2,2],[-2,0],[-2,-3],[-3,0],[-3,2],[-2,2],[-3,-1],[-3,0],[-3,-1],[-5,0],[-2,1],[-3,2]],[[3598,1561],[-2,3],[-1,2],[-3,1],[-2,3],[-1,2],[-2,2],[-3,1],[-2,1],[-3,0],[-2,0],[-2,1],[-2,2],[-1,3],[-3,0],[-3,0],[-2,0],[-2,2],[-2,5],[-2,2],[0,3],[-1,3],[-7,2],[-3,2],[-1,3],[-2,2],[-4,1],[-2,4],[-3,1],[-5,3],[-3,0],[-2,4],[-2,2],[-8,4],[-4,-1],[-2,2],[-3,3],[0,3],[4,3],[-2,3],[-2,1],[-4,1],[-2,1],[-2,2],[-1,3],[-1,8],[-26,2],[-5,0],[-35,1],[-11,0],[-12,1],[-7,0],[-30,2],[-14,0],[-9,1],[-8,0],[-8,1]],[[3598,1561],[0,-7],[0,-16],[0,-17],[2,-61],[0,-6],[0,-7],[0,-3],[0,-5],[0,-4],[0,-9],[0,-3],[1,-14],[0,-7],[0,-39],[0,-19],[0,-1],[0,-3],[1,-4],[0,-3],[0,-4],[0,-43],[0,-11],[1,-25],[0,-5],[0,-7],[0,-15],[0,-10],[0,-10],[0,-8],[0,-6],[0,-23],[0,-18],[0,-10],[0,-14],[0,-13],[0,-4],[0,-3],[0,-2],[0,-5],[0,-26],[0,-2],[0,-10],[1,-19],[0,-3],[0,-9],[0,-6],[0,-9],[0,-9],[0,-14],[0,-2],[0,-13],[0,-11],[0,-4],[0,-3],[0,-10],[0,-9],[0,-8],[0,-10],[0,-6],[0,-15],[0,-1],[0,-8],[0,-6],[0,-4],[0,-17],[0,-16],[0,-19],[0,-6],[0,-18],[0,-13],[0,-10],[0,-10],[0,-17],[0,-25],[0,-21],[0,-9],[0,-33],[0,-11],[0,-23],[0,-11],[0,-5],[0,-13],[0,-3],[0,-3],[0,-5],[0,-4],[-1,-7],[1,-16],[0,-6],[0,-2],[0,-6],[0,-1],[1,-2]],[[3605,548],[-1,-3],[0,-4],[-4,-7],[-12,-12],[-4,-4],[-12,-14],[-6,-5],[-5,-3],[-3,-2],[-6,-3],[-7,0],[-12,1],[-8,2],[-8,2],[-4,2],[-9,6],[-11,10],[-8,10],[-3,6],[-3,14],[-2,24],[-6,16],[-6,8],[-7,6],[-9,7],[-16,10],[-17,9],[-7,2],[-10,7],[-10,7],[-10,4],[-10,5],[-22,6],[-16,3],[-9,1],[-15,3],[-9,0],[-10,3],[-14,2],[-4,0],[0,1],[-34,4],[-11,0],[-10,0],[-6,0],[-19,3],[-9,1],[-4,5],[-1,1],[-10,4],[-5,1],[-19,2],[-10,5],[-10,11],[-5,5],[-6,5],[-1,0],[-8,6],[-4,3],[-1,0],[-11,10],[-23,11],[-2,2],[-8,2],[-2,1],[-19,6],[-22,3],[-20,-1],[-23,-4],[-27,-8],[-14,-5],[-9,-5],[-7,-4],[-2,-4],[-4,-7],[-1,0],[-2,-1],[-8,-2],[-6,0],[-7,-1],[-8,0],[-18,-1],[-26,-1],[-1,0],[-15,-2],[-12,-3],[-3,-2],[-14,-6],[-10,-6],[-6,-4],[-6,-6],[-6,-9],[-3,-6],[-3,-10],[-2,-15],[0,-5],[-1,-9],[-4,-15],[-5,-15],[-8,-8],[-1,-1],[0,-2],[-6,-11],[-8,-5],[-8,-3],[-20,-4],[-6,-1],[-4,-1],[-15,4],[-3,1],[-24,7],[-28,12],[-4,2],[-11,5],[-2,0]],[[6319,1424],[-14,-19],[-4,-7],[-4,-6],[-5,-8],[-12,-49],[-36,-50],[-23,-20],[-9,-15],[3,-17],[0,-7],[0,-3],[8,-23],[1,-1],[0,-1],[0,-2],[3,-6],[2,-7],[-1,-9],[-2,-15],[0,-6],[-5,-24],[-2,-5],[-2,-7],[-3,-9],[-4,-3],[-4,-6],[-1,0],[-6,-7],[-8,-9],[-12,-9],[-10,-7],[-4,-2],[-3,-1],[-4,-2],[-25,-11],[-21,-5],[-34,-22],[-12,-9],[-8,-6],[-5,-4],[-6,-9],[-5,-7],[-3,-8],[-2,-12],[0,-5],[1,-12],[3,-10],[7,-9],[14,-8],[4,-2],[14,-8],[5,-5],[5,-6],[4,-6],[3,-4],[3,-9],[3,-28],[0,-2],[5,-22],[4,-10],[2,-5],[1,-2],[6,-12],[4,-12],[2,-13],[0,-7],[-1,-1],[-1,-9],[-3,-12],[-5,-9],[-3,-7],[-5,-16],[0,-9],[1,-5],[3,-9],[4,-11],[1,-11],[2,-14],[1,-2],[3,-9],[8,-15],[10,-26],[2,-6],[3,-10],[3,-11],[3,-14],[0,-8],[-1,-7],[-1,-3],[1,-3],[-2,-13],[-3,-6],[0,-2],[-1,-4],[-4,-7],[-4,-7],[-10,-9],[-11,-8],[-7,-4],[-5,-3],[-7,1],[-26,-3],[-23,0],[-5,1],[0,-5],[-8,2],[-11,1],[-13,3],[-7,2],[-13,4],[-3,1],[-12,3],[-15,2],[-6,0],[-1,0],[-19,-2],[-3,-1],[-9,-4],[-9,-5],[-9,-8],[-3,-3],[-3,-4],[-5,0],[-13,-10]],[[5882,457],[-7,0],[-7,1],[-1,0],[-8,0],[-12,0],[-6,1],[-11,0],[-7,0],[-50,2],[-6,0],[-31,1],[-7,1],[-12,0],[-8,0],[0,5],[0,6],[1,11],[1,8],[2,30],[0,3],[0,5],[1,6],[0,5],[0,3],[1,6],[1,14],[1,15],[1,22],[1,10],[1,9],[1,15],[1,20],[2,22],[1,13],[0,4],[-28,2],[-5,0],[-1,0],[-13,1],[-11,1],[-3,0],[-4,0],[-25,1],[-19,1],[-5,1],[-12,0],[-10,1],[-22,1],[-6,0],[-12,1],[-6,1],[-7,0],[-13,1],[-24,1],[-3,0],[-32,2],[-5,0],[-8,2],[1,14],[2,18],[0,3],[0,2],[1,7],[1,8],[1,10],[1,13],[1,9],[1,4],[1,18],[1,7],[2,34],[0,3],[-5,0],[-40,4],[1,12],[0,4],[0,4],[0,1],[1,8],[0,3],[1,8],[1,8],[2,24],[0,2],[-4,1],[-35,3],[-20,1],[-11,1],[-24,2],[-10,0],[-9,1],[-11,1],[-12,1],[-18,1],[-11,1],[-19,1],[-4,1],[-6,0],[-7,1],[-24,1],[-5,1],[1,9],[1,6],[1,9],[2,23],[2,15],[1,12],[2,22],[1,13],[2,15],[0,4],[4,39]],[[5039,1136],[0,-4],[-1,-4],[-1,-10],[-1,-13],[0,-2],[-1,-7],[0,-3],[0,-3],[-1,-3],[-1,-16],[-1,-9],[-1,-14],[-2,-24],[-1,-13],[-3,-21],[-1,-10],[-1,-13],[-1,-5],[-1,-10],[-1,-8],[0,-6],[-1,-2],[0,-5],[-1,-15],[-5,-1],[-2,-13],[0,-1],[0,-7],[-2,-10],[0,-6],[-12,1],[-39,3],[-8,0],[-4,1],[-12,1],[-1,-10],[-1,-15],[-2,-15],[-1,-11],[-1,-13],[-4,-39],[-1,-9],[-1,-17],[-2,-15],[0,-4],[0,-3],[-2,-4],[-2,-7],[-7,-21],[-1,-2],[-1,0],[-1,0],[-16,0],[-12,1],[-15,1],[-2,0],[-9,0],[-10,1],[-35,2],[-16,0],[-3,0],[-13,1],[-1,-10],[-1,-11],[0,-9],[-2,-27],[0,-1],[0,-8],[-1,-12],[0,-12],[8,-10],[6,-17],[1,-4],[1,-2],[0,-1],[3,-7],[4,-9],[4,-9],[7,-13],[3,-6],[3,-5],[5,-11],[12,-23],[1,-3],[1,-1],[-2,-1],[-15,-6],[-5,-1],[-15,-6],[-5,-2],[-12,-5],[-13,-5],[-11,-4],[-13,-5],[-24,-9],[-2,-1],[-1,0],[-7,-3],[-7,-3],[-9,-3],[-18,-7],[-11,-4],[-1,-1],[-4,-1]],[[4654,427],[-4,1],[-2,2],[-4,2],[-3,2],[-3,2],[-1,1],[-2,2],[-4,2],[-3,3],[-3,1],[1,1],[-2,2],[-4,3],[-9,5],[-2,2],[-5,3],[-2,2],[-3,3],[-3,3],[-1,1],[-3,3],[-2,3],[-1,1],[-1,1],[-4,5],[-2,4],[-2,4],[0,2],[-1,2],[-1,2],[0,2],[-1,3],[-3,4],[-1,4],[-3,7],[-1,4],[-1,3],[-1,5],[-1,3],[-1,3],[-1,5],[-1,3],[-1,5],[0,2],[0,3],[-1,2],[0,5],[0,3],[0,1],[0,1],[-1,3],[0,4],[-1,5],[-1,1],[0,4],[0,2],[1,2],[0,3],[0,3],[0,3],[0,3],[0,4],[0,3],[0,4],[0,2],[-1,1],[0,1],[-1,1],[-2,1],[-1,6],[-9,43],[-20,33],[-15,20],[-3,10],[3,27],[3,22],[12,54],[-1,2],[-11,41],[-5,7],[-3,2],[-13,8],[-6,4],[-40,-3],[-4,-1],[-3,-1],[-37,-11],[-41,-17],[-1,0],[-2,-2],[-21,-11],[-14,-8],[-11,-6],[-16,-9],[-3,-2],[-1,0],[-10,-3],[-7,-2],[-42,9],[-6,1],[-34,1],[-7,-3],[-1,0],[-23,-7],[-3,5],[-4,-2],[0,-1],[-3,-2],[-3,-3],[-2,-4],[-4,-4],[-6,-10],[-3,-7],[0,-1],[-3,-6],[-2,-6],[-5,-7],[-5,-5],[-2,-3],[-2,-2],[-2,-3],[-4,-5],[-3,-5],[-3,-3],[-5,-3],[-4,-2],[-3,-1],[-3,-4],[-5,-4],[-6,-3],[-2,-1],[-2,0],[-3,-2],[-3,-2],[-6,-2],[-5,-2],[-3,-1],[-7,-4],[-3,-1],[-16,-6],[-9,-4],[-37,-14],[-20,-15],[-2,-3],[-3,-4],[-10,-19],[-1,-3],[-3,-12],[-5,-17],[-12,-22],[-28,-29],[-8,-4],[-17,-8],[-8,-4],[-9,-1],[-3,0],[-4,0],[-2,-1],[-43,-2],[-40,-5],[-3,-1],[-27,10],[-27,10],[-26,9],[-34,0],[-23,-17],[-15,0],[-3,-3]],[[5882,457],[-3,-3],[0,-4],[-4,-6],[-3,-5],[-2,-16],[0,-15],[0,-9],[1,-2],[0,-6],[-1,-6],[0,-4],[-3,-18],[1,-2],[-1,-10],[-1,-2],[0,-4],[-3,-10],[-9,-16],[-2,-6],[-3,-12],[-1,-5],[-1,-22],[0,-2],[2,-16],[-2,-10],[-1,-11],[-5,-13],[-3,-5],[-6,-13],[-3,-7],[0,-5],[-5,-25],[-2,-6],[0,-2],[-4,-11],[-7,-17],[-8,-13],[-9,-10],[-9,-6],[-21,-9],[-7,-2],[-14,-2],[-24,-3],[-2,-1],[-15,-1],[-11,-2],[-4,-2],[-12,-2],[-15,-2],[-5,0],[-13,1],[-2,0],[-3,2],[-2,1],[-15,6],[-4,1],[-6,1],[-3,1],[-6,-1],[-2,0],[-16,-6],[-39,-13],[-20,-6],[-20,-4],[-3,-1],[-16,-3],[-59,-16],[-8,-2],[-7,-3],[-35,-13],[-14,-4],[-3,-1],[-3,-1],[-2,0],[-3,-1],[-1,0],[-9,-3],[-1,0],[-1,0],[-6,-2],[-2,-1],[-1,0],[-6,-1],[-3,-1],[-2,-1],[-3,0],[-2,-1],[-2,0],[-2,0],[-1,0],[-3,-1],[-2,0],[-2,-1],[-5,-1],[-1,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,-1],[-2,0],[-1,0],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-1,1],[-2,0],[-3,0],[-3,0],[-2,1],[-3,0],[0,1],[-2,0],[-3,0],[-5,0],[-4,0],[-2,0],[-5,0],[-3,1],[-4,0],[-1,0],[-3,1],[-3,1],[-4,2],[-6,2],[-5,2],[-7,4],[-8,6],[-1,1],[-5,4],[-4,3],[-8,11],[-2,2],[0,1],[-2,2],[-1,1],[0,1],[-6,11],[-2,5],[-6,17],[-1,5],[0,3],[-1,1],[-2,10],[-1,10],[-1,7],[-4,27],[-1,2],[-8,19],[-2,3],[-1,1],[-2,3],[-1,2],[-1,1],[-2,1],[0,1],[-1,0],[-4,2],[0,1],[-2,1],[-5,3],[-2,2],[-3,1],[-2,1],[-6,3],[-2,2],[-3,2],[-1,1],[-5,3],[-3,1],[-1,1],[-1,0],[-2,1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-4,1],[-5,3],[-1,0],[0,1],[-3,1],[-2,1],[-2,2],[-2,1],[-1,0],[-2,2],[-2,1],[-4,3],[-1,0],[-1,1],[-4,3],[-1,1],[-1,1],[-1,0],[-3,3],[-3,2],[-1,2],[-3,2],[-3,2],[-3,4],[0,1],[-2,1],[-1,2],[-1,1],[-1,1],[-2,2],[-2,2],[-2,3],[-2,3],[-3,3],[-2,2],[-4,3],[-3,4],[-1,2],[-1,1],[-3,3],[-2,2],[-2,3],[-3,2],[-3,3],[-3,4],[-10,15],[0,1],[-1,1],[-3,7],[-3,4],[-2,3],[-2,3],[-3,5],[-1,2],[-2,3],[-2,3],[-1,1],[-2,2],[-1,2],[-1,0],[-2,2],[-4,3],[-1,2],[-2,2],[-2,2],[-1,1],[-3,2],[-3,2],[0,1],[-2,1],[-2,0],[-2,1],[-1,1],[-3,1],[-1,1],[-3,1],[-3,2],[-3,1],[-1,1],[-3,1],[-2,1],[-4,2],[-3,1],[-1,1],[-2,2],[-1,1],[-1,1],[-2,2],[-2,0],[0,1],[-4,1],[-2,1],[-1,1],[-2,2],[-5,4],[-5,3],[-2,1],[-5,1],[-4,1],[-1,0],[-3,0],[-2,0],[-1,0],[-1,0],[-4,0],[-2,-1],[-2,1],[-3,0],[-2,-1],[-4,1],[-3,0],[-1,0],[-2,0],[-3,0],[-5,0],[-6,1],[-3,0],[-29,2],[-7,0],[-2,0],[-4,-1],[-4,0],[-3,0],[-5,-1],[-5,-1],[-1,0],[-8,0],[-2,0],[-3,0],[-3,0],[-11,1],[-2,1],[-7,2],[-2,0],[-3,1],[-2,1],[-4,2],[-6,2],[-5,3],[-5,2],[-1,1],[-6,2],[-5,2],[-3,2],[-4,3],[-2,1],[-6,4]]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment