Skip to content

Instantly share code, notes, and snippets.

@mbostock
Last active October 30, 2019 14:14
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save mbostock/5144735 to your computer and use it in GitHub Desktop.
Save mbostock/5144735 to your computer and use it in GitHub Desktop.
Kentucky Population Density
license: gpl-3.0

Created via the U.S. Atlas project as make topo/ky-counties.json, after modifying the Makefile to include population and area statistics. These per-county values are then used to compute the population density of each county.

topojson \
	--id-property=FIPS,STATE_FIPS \
	-p name=COUNTY,name=STATE,+population,area=+SQUARE_MIL \
	-e KY-counties-pop.csv \
	-- shp/ky/counties.shp shp/ky/states.shp

Colors by ColorBrewer.

<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
font: 10px sans-serif;
}
.caption {
font-weight: bold;
}
.key path {
display: none;
}
.key line {
stroke: #000;
shape-rendering: crispEdges;
}
.county {
fill: #eee;
}
.county-border {
fill: none;
stroke: #fff;
}
.state-border {
fill: none;
stroke: #333;
}
</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 = 500;
var color = d3.scale.threshold()
.domain([30, 60, 120, 360])
.range(["#ffffcc","#c2e699","#78c679","#31a354","#006837"]);
// A position encoding for the key only.
var x = d3.scale.linear()
.domain([0, 390])
.range([0, 240]);
var xAxis = d3.svg.axis()
.scale(x)
.orient("bottom")
.tickSize(13)
.tickValues(color.domain());
// Kentucky State Plane, Single Zone
// ftp://kygeonet.ky.gov/kygeodata/standards/Ky_StatePlane.pdf
var projection = d3.geo.conicConformal()
.rotate([85 + 45 / 60, -36 - 20 / 60])
.parallels([37 + 05 / 60, 38 + 40 / 60])
.scale(7090)
.center([-0.04940, 1.50406])
.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);
var g = svg.append("g")
.attr("class", "key")
.attr("transform", "translate(40,40)");
g.selectAll("rect")
.data(color.range().map(function(d, i) {
return {
x0: i ? x(color.domain()[i - 1]) : x.range()[0],
x1: i < color.domain().length ? x(color.domain()[i]) : x.range()[1],
z: d
};
}))
.enter().append("rect")
.attr("height", 8)
.attr("x", function(d) { return d.x0; })
.attr("width", function(d) { return d.x1 - d.x0; })
.style("fill", function(d) { return d.z; });
g.call(xAxis).append("text")
.attr("class", "caption")
.attr("y", -6)
.text("Population per square mile");
d3.json("ky-counties.json", function(error, ky) {
if (error) throw error;
var counties = topojson.feature(ky, ky.objects.counties);
svg.append("g")
.attr("class", "county")
.selectAll("path")
.data(counties.features)
.enter().append("path")
.attr("d", path)
.style("fill", function(d) { return color(d.density = d.properties.population / d.properties.area); })
.append("title")
.text(function(d) { return d.properties.name + ": " + d.density.toFixed(0) + "/mi.²"; });
svg.append("path")
.datum(topojson.mesh(ky, ky.objects.counties, function(a, b) { return a !== b; }))
.attr("class", "county-border")
.attr("d", path);
svg.append("path")
.datum(topojson.mesh(ky, ky.objects.counties, function(a, b) { return a === b; }))
.attr("class", "state-border")
.attr("d", path);
});
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.000760548769376929,0.00026505683948396125],"translate":[-89.56948826399986,36.497147153000014]},"objects":{"counties":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3,4]],"id":"21015","properties":{"name":"Boone County","area":256.84,"population":118811}},{"type":"Polygon","arcs":[[5,6,7]],"id":"21037","properties":{"name":"Campbell County","area":159.123,"population":90336}},{"type":"Polygon","arcs":[[-7,8,9,-1,10]],"id":"21117","properties":{"name":"Kenton County","area":164.871,"population":159720}},{"type":"Polygon","arcs":[[11,12,-9,-6,13,14]],"id":"21191","properties":{"name":"Pendleton County","area":282.022,"population":14877}},{"type":"Polygon","arcs":[[15,16,17,18,19,-3]],"id":"21077","properties":{"name":"Gallatin County","area":105.035,"population":8589}},{"type":"Polygon","arcs":[[20,21,22,-15,23]],"id":"21023","properties":{"name":"Bracken County","area":208.252,"population":8488}},{"type":"Polygon","arcs":[[-10,-13,24,25,26,-16,-2]],"id":"21081","properties":{"name":"Grant County","area":260.812,"population":24662}},{"type":"Polygon","arcs":[[27,28,29,-21,30]],"id":"21161","properties":{"name":"Mason County","area":244.258,"population":17490}},{"type":"Polygon","arcs":[[31,32,33,34,-18]],"id":"21041","properties":{"name":"Carroll County","area":137.26,"population":10811}},{"type":"Polygon","arcs":[[35,36,37,38]],"id":"21089","properties":{"name":"Greenup County","area":352.643,"population":36910}},{"type":"Polygon","arcs":[[-34,39,40,41]],"id":"21223","properties":{"name":"Trimble County","area":156.128,"population":8809}},{"type":"Polygon","arcs":[[-27,42,43,44,-32,-17]],"id":"21187","properties":{"name":"Owen County","area":353.738,"population":10841}},{"type":"Polygon","arcs":[[45,46,47,-28,48,-38]],"id":"21135","properties":{"name":"Lewis County","area":491.098,"population":13870}},{"type":"Polygon","arcs":[[-30,49,50,51,-22]],"id":"21201","properties":{"name":"Robertson County","area":100.303,"population":2282}},{"type":"Polygon","arcs":[[52,53,54,-40,-33,-45]],"id":"21103","properties":{"name":"Henry County","area":291.041,"population":15416}},{"type":"Polygon","arcs":[[-52,55,56,57,-25,-12,-23]],"id":"21097","properties":{"name":"Harrison County","area":309.674,"population":18846}},{"type":"Polygon","arcs":[[58,59,60,-50,-29,-48]],"id":"21069","properties":{"name":"Fleming County","area":351.373,"population":14348}},{"type":"Polygon","arcs":[[-55,61,62,63,-41]],"id":"21185","properties":{"name":"Oldham County","area":196.643,"population":60316}},{"type":"Polygon","arcs":[[64,65,-36,66]],"id":"21019","properties":{"name":"Boyd County","area":161.327,"population":49542}},{"type":"Polygon","arcs":[[-66,67,68,69,-46,-37]],"id":"21043","properties":{"name":"Carter County","area":412.092,"population":27720}},{"type":"Polygon","arcs":[[70,71,72,73,-43,-26,-58]],"id":"21209","properties":{"name":"Scott County","area":284.954,"population":47173}},{"type":"Polygon","arcs":[[-61,74,75,-56,-51]],"id":"21181","properties":{"name":"Nicholas County","area":196.901,"population":7135}},{"type":"Polygon","arcs":[[-70,76,77,78,79,-59,-47]],"id":"21205","properties":{"name":"Rowan County","area":286.883,"population":23333}},{"type":"Polygon","arcs":[[80,81,82,83,84,-63]],"id":"21111","properties":{"name":"Jefferson County","area":398.296,"population":741096}},{"type":"Polygon","arcs":[[-44,-74,85,86,87,-53]],"id":"21073","properties":{"name":"Franklin County","area":211.983,"population":49285}},{"type":"Polygon","arcs":[[88,89,90,-71,-57,-76]],"id":"21017","properties":{"name":"Bourbon County","area":291.89,"population":19985}},{"type":"Polygon","arcs":[[91,92,-81,-62,-54,-88]],"id":"21211","properties":{"name":"Shelby County","area":385.692,"population":42074}},{"type":"Polygon","arcs":[[-80,93,94,-75,-60]],"id":"21011","properties":{"name":"Bath County","area":283.099,"population":11591}},{"type":"Polygon","arcs":[[95,96,97,98,99,-68,-65]],"id":"21127","properties":{"name":"Lawrence County","area":419.942,"population":15860}},{"type":"Polygon","arcs":[[-100,100,-77,-69]],"id":"21063","properties":{"name":"Elliott County","area":235.294,"population":7852}},{"type":"Polygon","arcs":[[101,102,103,104,-72,-91]],"id":"21067","properties":{"name":"Fayette County","area":285.484,"population":295803}},{"type":"Polygon","arcs":[[105,106,107]],"id":"21163","properties":{"name":"Meade County","area":324.193,"population":28602}},{"type":"Polygon","arcs":[[-105,108,109,110,-86,-73]],"id":"21239","properties":{"name":"Woodford County","area":192.474,"population":24939}},{"type":"Polygon","arcs":[[111,112,113,-89,-95]],"id":"21173","properties":{"name":"Montgomery County","area":198.721,"population":26499}},{"type":"Polygon","arcs":[[114,115,116,-82,-93]],"id":"21215","properties":{"name":"Spencer County","area":191.771,"population":17061}},{"type":"Polygon","arcs":[[-111,117,118,119,-115,-92,-87]],"id":"21005","properties":{"name":"Anderson County","area":203.964,"population":21421}},{"type":"Polygon","arcs":[[120,121,-83,-117]],"id":"21029","properties":{"name":"Bullitt County","area":300.535,"population":74319}},{"type":"Polygon","arcs":[[-99,122,123,124,125,-78,-101]],"id":"21175","properties":{"name":"Morgan County","area":383.834,"population":13923}},{"type":"Polygon","arcs":[[126,127,128,-102,-90,-114]],"id":"21049","properties":{"name":"Clark County","area":255.626,"population":35613}},{"type":"Polygon","arcs":[[-79,-126,129,130,-112,-94]],"id":"21165","properties":{"name":"Menifee County","area":206.313,"population":6306}},{"type":"Polygon","arcs":[[131,132,133,134,135,-107]],"id":"21027","properties":{"name":"Breckinridge County","area":585.561,"population":20059}},{"type":"Polygon","arcs":[[136,137,138,139,-132,-106,140,-84,-122]],"id":"21093","properties":{"name":"Hardin County","area":629.861,"population":105543}},{"type":"Polygon","arcs":[[141,142,143,-109,-104]],"id":"21113","properties":{"name":"Jessamine County","area":174.338,"population":48586}},{"type":"Polygon","arcs":[[144,145,146,-123,-98]],"id":"21115","properties":{"name":"Johnson County","area":263.889,"population":23356}},{"type":"Polygon","arcs":[[-135,147,148,149]],"id":"21091","properties":{"name":"Hancock County","area":199.21,"population":8565}},{"type":"Polygon","arcs":[[-120,150,151,152,-137,-121,-116]],"id":"21179","properties":{"name":"Nelson County","area":424.018,"population":43437}},{"type":"Polygon","arcs":[[153,154,155,156,157]],"id":"21101","properties":{"name":"Henderson County","area":467.296,"population":46250}},{"type":"Polygon","arcs":[[-144,158,159,160,-118,-110]],"id":"21167","properties":{"name":"Mercer County","area":253.179,"population":21331}},{"type":"Polygon","arcs":[[161,162,163,-145,-97]],"id":"21159","properties":{"name":"Martin County","area":230.687,"population":12929}},{"type":"Polygon","arcs":[[-131,164,165,166,-127,-113]],"id":"21197","properties":{"name":"Powell County","area":180.082,"population":12613}},{"type":"Polygon","arcs":[[167,168,-154,169,-149]],"id":"21059","properties":{"name":"Daviess County","area":476.273,"population":96656}},{"type":"Polygon","arcs":[[170,171,172,173,-142,-103,-129]],"id":"21151","properties":{"name":"Madison County","area":443.549,"population":82916}},{"type":"Polygon","arcs":[[-161,174,175,-151,-119]],"id":"21229","properties":{"name":"Washington County","area":301.478,"population":11717}},{"type":"Polygon","arcs":[[176,177,178,-157]],"id":"21225","properties":{"name":"Union County","area":363.483,"population":15007}},{"type":"Polygon","arcs":[[-147,179,180,181,182,-124]],"id":"21153","properties":{"name":"Magoffin County","area":309.391,"population":13333}},{"type":"Polygon","arcs":[[-183,183,184,-165,-130,-125]],"id":"21237","properties":{"name":"Wolfe County","area":222.859,"population":7355}},{"type":"Polygon","arcs":[[-167,185,186,-171,-128]],"id":"21065","properties":{"name":"Estill County","area":255.242,"population":14672}},{"type":"Polygon","arcs":[[-174,187,188,189,-159,-143]],"id":"21079","properties":{"name":"Garrard County","area":233.163,"population":16912}},{"type":"Polygon","arcs":[[-164,190,191,-180,-146]],"id":"21071","properties":{"name":"Floyd County","area":395.42,"population":39451}},{"type":"Polygon","arcs":[[192,193,-191,-163,194]],"id":"21195","properties":{"name":"Pike County","area":785.697,"population":65024}},{"type":"Polygon","arcs":[[-134,195,196,197,198,-168,-148]],"id":"21183","properties":{"name":"Ohio County","area":596.597,"population":23842}},{"type":"Polygon","arcs":[[199,200,201,202,203,-138,-153]],"id":"21123","properties":{"name":"Larue County","area":263.729,"population":14193}},{"type":"Polygon","arcs":[[-176,204,205,206,-200,-152]],"id":"21155","properties":{"name":"Marion County","area":346.678,"population":19820}},{"type":"Polygon","arcs":[[-185,207,208,209,-186,-166]],"id":"21129","properties":{"name":"Lee County","area":211.536,"population":7887}},{"type":"Polygon","arcs":[[-190,210,211,-205,-175,-160]],"id":"21021","properties":{"name":"Boyle County","area":183.273,"population":28432}},{"type":"Polygon","arcs":[[-182,212,213,214,-208,-184]],"id":"21025","properties":{"name":"Breathitt County","area":495.267,"population":13878}},{"type":"Polygon","arcs":[[-199,215,216,217,-155,-169]],"id":"21149","properties":{"name":"McLean County","area":256.308,"population":9531}},{"type":"Polygon","arcs":[[218,219,220,-177,-156,-218]],"id":"21233","properties":{"name":"Webster County","area":335.646,"population":13621}},{"type":"Polygon","arcs":[[221,222,223,-211,-189]],"id":"21137","properties":{"name":"Lincoln County","area":336.543,"population":24742}},{"type":"Polygon","arcs":[[-140,224,225,226,-196,-133]],"id":"21085","properties":{"name":"Grayson County","area":510.713,"population":25746}},{"type":"Polygon","arcs":[[-210,227,228,229,230,-172,-187]],"id":"21109","properties":{"name":"Jackson County","area":347.078,"population":13494}},{"type":"Polygon","arcs":[[231,232,233,-219,-217]],"id":"21107","properties":{"name":"Hopkins County","area":554.563,"population":46920}},{"type":"Polygon","arcs":[[-224,234,235,236,237,-206,-212]],"id":"21045","properties":{"name":"Casey County","area":445.63,"population":15955}},{"type":"Polygon","arcs":[[-221,238,239,240,241,-178]],"id":"21055","properties":{"name":"Crittenden County","area":370.857,"population":9315}},{"type":"Polygon","arcs":[[-215,242,243,-228,-209]],"id":"21189","properties":{"name":"Owsley County","area":198.361,"population":4755}},{"type":"Polygon","arcs":[[-231,244,245,-222,-188,-173]],"id":"21203","properties":{"name":"Rockcastle County","area":318.914,"population":17056}},{"type":"Polygon","arcs":[[-181,-192,-194,246,247,-213]],"id":"21119","properties":{"name":"Knott County","area":352.985,"population":16346}},{"type":"Polygon","arcs":[[-207,-238,248,249,250,-201]],"id":"21217","properties":{"name":"Taylor County","area":277.018,"population":24512}},{"type":"Polygon","arcs":[[-202,-250,251,252,253,-203]],"id":"21087","properties":{"name":"Green County","area":288.705,"population":11258}},{"type":"Polygon","arcs":[[-204,-254,254,255,256,-225,-139]],"id":"21099","properties":{"name":"Hart County","area":417.818,"population":18199}},{"type":"Polygon","arcs":[[-248,257,258,259,260,-243,-214]],"id":"21193","properties":{"name":"Perry County","area":342.717,"population":28712}},{"type":"Polygon","arcs":[[-241,261,262,263,264]],"id":"21139","properties":{"name":"Livingston County","area":342.403,"population":9519}},{"type":"Polygon","arcs":[[265,266,267,268,-232,-216,-198]],"id":"21177","properties":{"name":"Muhlenberg County","area":479.44,"population":31499}},{"type":"Polygon","arcs":[[269,270,-266,-197,-227,271]],"id":"21031","properties":{"name":"Butler County","area":431.458,"population":12690}},{"type":"Polygon","arcs":[[-234,272,273,274,-239,-220]],"id":"21033","properties":{"name":"Caldwell County","area":347.677,"population":12984}},{"type":"Polygon","arcs":[[-261,275,276,277,278,-229,-244]],"id":"21051","properties":{"name":"Clay County","area":470.932,"population":21730}},{"type":"Polygon","arcs":[[279,280,281,-235,-223,-246,282]],"id":"21199","properties":{"name":"Pulaski County","area":676.957,"population":63063}},{"type":"Polygon","arcs":[[-257,283,284,-272,-226]],"id":"21061","properties":{"name":"Edmonson County","area":307.796,"population":12161}},{"type":"Polygon","arcs":[[-279,285,286,287,-283,-245,-230]],"id":"21125","properties":{"name":"Laurel County","area":442.579,"population":58849}},{"type":"Polygon","arcs":[[288,289,-276,-260]],"id":"21131","properties":{"name":"Leslie County","area":404.343,"population":11310}},{"type":"Polygon","arcs":[[-237,290,291,292,-252,-249]],"id":"21001","properties":{"name":"Adair County","area":412.193,"population":18656}},{"type":"Polygon","arcs":[[-193,293,294,-258,-247]],"id":"21133","properties":{"name":"Letcher County","area":339.125,"population":24519}},{"type":"Polygon","arcs":[[295,296,297]],"id":"21007","properties":{"name":"Ballard County","area":269.433,"population":8249}},{"type":"Polygon","arcs":[[-264,298,299,300,-298,301]],"id":"21145","properties":{"name":"McCracken County","area":268.079,"population":65565}},{"type":"Polygon","arcs":[[-285,302,303,304,305,-270]],"id":"21227","properties":{"name":"Warren County","area":547.923,"population":113792}},{"type":"Polygon","arcs":[[-282,306,307,308,-291,-236]],"id":"21207","properties":{"name":"Russell County","area":282.968,"population":17565}},{"type":"Polygon","arcs":[[-293,309,310,311,-255,-253]],"id":"21169","properties":{"name":"Metcalfe County","area":291.097,"population":10099}},{"type":"Polygon","arcs":[[-275,312,313,-262,-240]],"id":"21143","properties":{"name":"Lyon County","area":257.205,"population":8314}},{"type":"Polygon","arcs":[[314,315,316,-303,-284,-256,-312]],"id":"21009","properties":{"name":"Barren County","area":500.293,"population":42173}},{"type":"Polygon","arcs":[[-269,317,318,319,-273,-233]],"id":"21047","properties":{"name":"Christian County","area":724.296,"population":73955}},{"type":"Polygon","arcs":[[320,321,322,-267,-271,-306]],"id":"21141","properties":{"name":"Logan County","area":556.943,"population":26835}},{"type":"Polygon","arcs":[[-323,323,-318,-268]],"id":"21219","properties":{"name":"Todd County","area":376.939,"population":12460}},{"type":"Polygon","arcs":[[-314,324,325,326,-299,-263]],"id":"21157","properties":{"name":"Marshall County","area":340.026,"population":31448}},{"type":"Polygon","arcs":[[327,328,329,-286,-278]],"id":"21121","properties":{"name":"Knox County","area":387.336,"population":31883}},{"type":"Polygon","arcs":[[-295,330,331,-289,-259]],"id":"21095","properties":{"name":"Harlan County","area":467.999,"population":29278}},{"type":"Polygon","arcs":[[332,333,-325,-313,-274,-320]],"id":"21221","properties":{"name":"Trigg County","area":480.65,"population":14339}},{"type":"Polygon","arcs":[[334,335,336,-307,-281]],"id":"21231","properties":{"name":"Wayne County","area":483.856,"population":20813}},{"type":"Polygon","arcs":[[-330,337,338,339,340,-287]],"id":"21235","properties":{"name":"Whitley County","area":445.381,"population":35637}},{"type":"Polygon","arcs":[[-341,341,-335,-280,-288]],"id":"21147","properties":{"name":"McCreary County","area":430.849,"population":18306}},{"type":"Polygon","arcs":[[-290,-332,342,-339,-338,-328,-277]],"id":"21013","properties":{"name":"Bell County","area":361.162,"population":28691}},{"type":"Polygon","arcs":[[-301,343,344,345,-296]],"id":"21039","properties":{"name":"Carlisle County","area":198.814,"population":5104}},{"type":"Polygon","arcs":[[-327,346,347,348,-344,-300]],"id":"21083","properties":{"name":"Graves County","area":556.798,"population":37121}},{"type":"Polygon","arcs":[[349,350,351,-310,-292,-309]],"id":"21057","properties":{"name":"Cumberland County","area":310.662,"population":6856}},{"type":"Polygon","arcs":[[-317,352,353,354,355,-304]],"id":"21003","properties":{"name":"Allen County","area":351.833,"population":19956}},{"type":"Polygon","arcs":[[-337,356,-350,-308]],"id":"21053","properties":{"name":"Clinton County","area":205.975,"population":10272}},{"type":"Polygon","arcs":[[357,-321,-305,-356]],"id":"21213","properties":{"name":"Simpson County","area":236.136,"population":17327}},{"type":"Polygon","arcs":[[-352,358,-354,-353,-315,-311]],"id":"21171","properties":{"name":"Monroe County","area":331.416,"population":10963}},{"type":"Polygon","arcs":[[-349,359,360,361,-345]],"id":"21105","properties":{"name":"Hickman County","area":253.171,"population":4902}},{"type":"Polygon","arcs":[[-334,362,-347,-326]],"id":"21035","properties":{"name":"Calloway County","area":411.618,"population":37191}},{"type":"MultiPolygon","arcs":[[[363]],[[364,-361]]],"id":"21075","properties":{"name":"Fulton County","area":230.082,"population":6813}}]},"states":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","arcs":[[[363]],[[10,7,13,23,30,48,38,66,95,161,194,293,330,342,339,341,335,356,350,358,354,357,321,323,318,332,362,347,359,364,361,345,296,301,264,241,178,157,169,149,135,107,140,84,63,41,34,18,19,4]]],"id":"21","properties":{"name":"Kentucky"}}]}},"arcs":[[[6503,9723],[0,-4],[1,-9],[0,-1],[0,-7],[0,-2],[0,-5],[1,-8],[0,-4],[0,-6],[0,-5],[1,-8],[0,-6],[0,-6],[1,-14],[0,-4],[0,-3],[0,-1],[0,-5],[1,-7],[0,-12],[0,-7],[1,-4],[0,-7],[0,-5],[0,-4],[1,-7],[0,-4],[0,-6],[0,-7],[1,-6],[0,-6],[0,-9],[1,-6],[0,-4],[0,-4],[0,-11],[0,-4],[1,-10],[0,-4],[0,-7],[1,-9],[0,-5],[0,-4],[0,-1],[1,-12],[0,-6],[0,-9],[1,-4],[0,-18],[0,-4],[1,-6],[0,-6],[0,-7],[0,-6],[1,-6],[0,-4],[0,-4],[1,-12],[0,-4],[0,-1],[0,-3],[0,-5],[0,-4],[1,-4],[0,-7],[0,-11],[1,-5],[0,-9],[0,-5],[0,-7],[1,-7],[0,-4],[0,-7],[0,-7],[1,-4],[0,-9],[0,-10],[1,-5],[0,-7],[1,-15],[0,-4],[0,-10],[0,-5],[1,-7],[0,-7],[0,-6],[1,-7],[0,-7],[0,-4],[0,-7],[1,-19],[1,-14],[0,-4],[0,-5],[0,-7],[1,-5],[0,-6],[0,-4],[0,-4],[1,-8],[1,-16],[0,-5],[1,-4],[0,-9],[1,-8],[0,-3],[1,-17],[0,-4],[1,-10],[1,-20],[0,-1],[-1,-4],[0,-8],[-1,-5],[0,-5],[-1,-8],[0,-5],[-1,-4],[0,-7],[-1,-9],[0,-5],[-1,-4],[0,-5],[-1,-6],[0,-6],[0,-4],[-1,-7],[-1,-11],[0,-2],[0,-2],[0,-3],[-1,-10],[-1,-13],[0,-3],[-1,-6],[0,-6],[-1,-7],[0,-4],[-1,-5],[0,-6],[-1,-16],[-2,-17],[0,-4],[-1,-8],[0,-7],[-1,-10],[0,-4],[-1,-10],[-1,-10],[-1,-7],[0,-3],[0,-5],[-2,-16]],[[6513,8697],[-2,4],[-1,0],[-2,-1],[-1,0],[-2,1],[-1,0],[-3,0],[-2,-2],[-2,-1],[-2,0],[-2,-2],[-1,-3],[-1,-1],[-2,-1],[-1,-1],[-2,-2],[-2,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-3],[0,-5],[-1,-7],[-1,-5],[-1,-2],[-3,-2],[-1,0],[-2,-3],[-2,-2],[-3,-2],[-2,-1],[-1,-3],[1,-3],[0,-7],[-2,-2],[0,-1],[0,-3],[0,-4],[1,-4],[0,-4],[0,-3],[-1,-5],[2,-1],[1,-3],[0,-4],[-7,-2]],[[6455,8602],[-4,7],[-7,13],[-10,16],[-5,9],[-4,6],[-4,8],[-3,5],[-1,1],[-1,1],[0,1],[-9,16],[-18,29],[-6,10],[-2,4],[-1,1],[-26,45],[-9,16],[-8,13],[0,1],[-1,4],[0,4],[-1,0],[-2,15],[0,3],[-1,4],[-1,6],[-4,5],[-1,3],[-1,2],[0,3],[-1,3],[0,5],[0,1],[0,4],[-1,3],[-1,1],[-2,2],[-1,1],[-3,0],[0,-1],[-1,0],[-2,-2],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[-2,-1],[-1,0],[-1,1],[-5,6],[0,1],[0,2],[-1,16],[0,2],[1,5],[0,1],[0,1],[-1,2],[0,4],[0,1],[0,5],[0,3],[-1,1],[-1,1],[-1,-2],[-1,-1],[-2,-8],[0,-3],[-1,-2],[-2,0],[-1,0],[-2,1],[-1,0],[-2,1],[-2,3],[-4,4]],[[6278,8905],[-1,0],[1,0]],[[6278,8905],[2,2],[1,5],[2,5],[1,6],[2,8],[1,2],[0,3],[1,7],[2,7],[0,2],[0,5],[1,4],[0,4],[0,6],[0,4],[0,9],[0,6],[-1,2],[-1,5],[0,2],[-2,5],[-2,4],[-3,4],[-1,3],[-1,2],[0,1],[-1,0],[0,1],[-2,1],[-1,3],[-1,2],[-2,3],[-2,3],[0,1],[-3,3],[-1,1],[-1,2],[-2,1],[-2,1],[-1,1],[-1,1],[-1,0],[-1,2],[-1,0],[-2,2],[0,1],[-3,1],[0,-1],[0,-1],[-1,0],[-2,1],[-3,1],[-6,3],[-7,3],[-1,1],[-1,0],[-4,0],[-5,1],[-4,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,-1],[-6,1],[-1,0],[-3,0],[-1,0],[-2,1],[-3,0],[-2,2],[-2,2],[-2,1],[-1,1],[-1,2],[-2,4],[0,1],[-1,2],[-1,4],[-1,4],[0,2],[0,1],[-1,3],[-1,4],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,2],[-1,3],[0,2],[0,1],[0,1],[-1,1],[0,3],[0,2],[-1,4],[-1,7],[0,5],[0,1],[0,2],[1,4],[0,5],[0,2],[1,2],[0,1],[1,5],[1,2],[0,1],[1,6],[1,3],[1,2],[1,2],[0,2],[1,3],[1,5],[1,3],[1,3],[1,1],[0,1],[1,3],[1,3],[1,3],[1,3],[1,1],[1,3],[1,3],[2,3],[2,3],[1,3],[2,4],[2,4],[2,3],[1,4],[2,4],[1,3],[0,3],[2,4],[0,1],[1,4],[0,1],[0,1],[1,2],[2,4],[2,2],[3,4],[1,3],[1,2],[2,3],[0,3],[1,3],[1,2],[2,4],[2,2],[1,4],[2,3],[0,3],[1,2],[1,6],[1,6],[0,2],[1,5],[0,7],[1,3],[0,4],[1,1],[0,6],[0,8],[-1,4],[0,2],[-1,8],[0,4],[-1,7],[-3,12],[-1,6],[-1,7],[-1,7],[-1,3],[-2,7],[-1,3],[-2,4],[-2,6],[-2,4],[-2,5],[-2,6],[-1,2],[0,3],[0,2],[0,1],[-1,1],[0,1],[0,1],[-1,4],[-1,3],[-2,8],[-2,8],[-1,4],[-2,5],[-1,4],[-1,7],[-3,8],[-3,9],[-3,9],[-1,4],[-1,3],[-1,4],[-1,3],[-2,5],[-2,5],[-2,5],[-1,2],[0,2],[-2,2],[-1,3],[-1,0],[-1,4],[-2,3],[0,1],[-1,0],[0,1],[-2,3],[-2,3],[-1,4],[-2,3],[-1,3],[-2,5],[-1,5],[-1,3],[-1,5],[-1,4],[-1,5],[-1,4],[0,1],[-1,3],[-1,2],[0,1],[-1,3],[0,1],[-1,6],[0,2],[-1,4],[-3,7],[-1,3],[0,6],[0,8],[0,4],[0,1],[2,6],[1,7],[2,5],[2,6],[2,5],[2,4],[2,2],[2,3],[2,3],[6,6],[1,2],[7,9],[2,2],[1,1],[2,2],[1,1],[4,4],[3,4],[2,3],[1,1],[2,3],[2,5],[1,4],[1,3],[1,2],[1,5],[2,2],[1,3],[1,4],[1,2],[2,3],[1,4],[1,3],[1,1],[1,2],[1,0],[1,4],[2,3],[1,3],[5,11],[1,2],[1,2],[0,1],[3,5],[3,7],[1,3],[4,7],[3,3],[2,3],[1,1],[6,3],[1,1],[4,1],[2,1],[2,1],[2,2],[0,2],[1,4],[2,3],[3,2],[3,2],[1,1],[6,3],[7,5],[2,2],[2,1],[2,3],[1,1],[1,1],[2,3],[1,3],[2,4],[1,3],[3,9],[4,14],[2,7],[2,7],[5,19],[7,20],[10,21],[4,7],[2,3],[5,3],[6,0],[1,0],[1,-1],[1,1],[15,-11],[5,-5],[3,-5],[2,-2],[3,-7],[1,-1],[1,-3],[3,-5],[4,-11],[2,-6],[1,-4],[1,-2],[4,-12],[3,-11],[3,-10],[2,-6],[2,-5],[4,-16],[3,-9],[8,-29],[2,-6],[1,-2],[1,-2],[4,-7],[5,-5],[5,-4],[6,0],[8,-1],[12,-9],[2,-4],[7,-11],[8,-19],[0,-2],[4,-7],[5,-12],[1,-2],[1,-3],[2,-5],[2,-6],[5,-2],[4,-4],[2,-2],[1,-1]],[[7018,8970],[-2,-2],[-1,-1],[0,-1],[-2,-2],[-3,-3],[-2,-2],[-1,-2],[-3,-3],[-2,-2],[0,-1],[-2,-2],[-3,-3],[-1,-1],[-6,-7],[-1,-2],[-3,-3],[-2,-2],[-5,-5],[-2,-3],[-1,-1],[-1,0],[-1,-2],[-5,-6],[-2,-2],[-5,-6],[-2,-2],[-8,-9],[-2,-3],[-1,-1],[-3,-4],[-3,-3],[-5,-5],[-6,-8],[-3,-3],[-3,-4],[-9,-10],[-3,-3],[0,-1],[-3,-3],[-3,-3],[-4,-4],[-4,-6],[-2,-2],[-2,-2],[-2,-2],[-3,-3],[-3,-5],[-2,-1],[0,-1],[-3,-3],[-5,-6],[-4,-5],[-2,-1],[-4,-5],[-5,-6],[-4,-5],[-1,-1],[-3,-4],[-5,-6],[-2,-2],[-2,-2],[-2,-3],[-3,-2],[-3,-5],[-3,-3],[-2,-2],[-2,-2],[-4,-5],[-3,-4],[-6,-6],[-5,-4],[-1,1],[-1,0],[-1,0],[-3,-1],[-1,0],[-1,-1],[-3,-4],[-2,-3],[-1,-3],[-3,-4],[-2,-4],[-2,-2],[-1,-2],[-2,-2],[-2,-1],[-2,-1],[-1,1],[-8,2],[-1,0],[-4,-1]],[[6771,8711],[2,12],[0,1],[0,4],[0,1],[1,7],[0,2],[-1,6],[0,2],[-2,19],[-1,5],[-1,5],[-2,7],[-2,4],[-3,7],[-4,1],[-2,1],[-4,-3],[-1,-1],[-1,-1],[-3,-7],[-1,-3],[-1,-9],[-1,-6],[-1,-2],[-2,-4],[-2,0],[-1,0],[-1,0],[-2,1],[-1,2],[-1,3],[-2,5],[-1,4],[-1,4],[0,5],[-1,5],[0,12],[0,7],[0,1],[0,10],[0,3],[-1,9],[0,1],[-2,10],[-3,6],[0,1],[-1,7],[-1,2],[-1,2],[-1,2],[0,8],[0,5],[0,6],[0,4],[0,4],[1,5],[8,14],[1,1],[0,1],[2,3],[1,3],[0,1],[1,3],[0,6],[-3,7],[-1,3],[0,4],[1,5],[1,3],[2,9],[2,12],[3,15],[1,11],[1,11],[1,7],[2,25],[1,6],[1,6],[1,15],[1,16],[0,4],[-1,5],[0,2],[-2,2],[-2,6],[-2,7],[-1,3],[0,2],[0,1],[0,3],[1,3],[1,2],[-1,2],[0,2],[0,1],[-3,8],[-1,3],[-2,17],[-1,4],[-1,7],[-3,16],[-1,9],[-3,8],[-6,13],[-1,5],[-1,10],[-1,6],[-1,10],[1,2],[0,1],[3,4],[7,1],[2,1],[1,1],[1,1],[4,2],[1,1],[0,1],[2,2],[1,4],[2,5],[2,7],[0,3],[0,7],[0,3],[4,17],[2,8],[3,8],[0,2],[6,14],[2,5],[1,3],[1,5],[1,12],[1,2],[0,3],[-1,4],[-1,4],[-2,3],[-4,7],[-2,2],[-4,1],[-4,-4],[-1,-2],[-5,-9],[-2,-6],[-3,-7],[-1,-4],[-2,-8],[0,-4],[-1,-3],[0,-6],[-2,-17],[-5,-1],[-3,2],[-3,4],[-4,12],[-1,10],[0,7],[1,9],[0,2],[5,14],[8,24],[1,2],[0,1],[0,2],[4,11],[0,2],[0,2],[0,5],[0,5],[-2,7],[-1,3],[-2,3],[-2,4],[-5,6],[-3,4],[-1,1],[-7,1],[-4,5],[-10,21],[-6,20],[-5,20],[0,1],[0,4],[-2,27],[-1,6],[0,5],[1,2],[5,24],[-1,5],[-2,9],[-2,5],[-4,9],[0,1],[-1,3],[0,3],[-2,5],[0,3],[-3,8],[-1,8],[0,4],[0,10],[3,22],[2,15],[-3,10],[-2,6],[0,2],[-3,20],[-2,8],[0,1],[-2,6],[-1,4],[-1,4],[0,8],[0,3],[1,6],[0,2],[0,6],[-1,3],[-1,4],[-1,4]],[[6658,9801],[5,6],[0,1],[3,5],[0,1],[1,2],[1,1],[1,1],[2,5],[0,1],[3,7],[1,4],[7,26],[3,9],[3,8],[2,4],[1,1],[2,4],[3,4],[0,1],[1,0],[1,2],[2,2],[4,5],[2,0],[7,1],[2,0],[6,-3],[4,-3],[4,-6],[3,-3],[2,-4],[3,-7],[3,-8],[2,-6],[0,-2],[2,-4],[2,-8],[0,-2],[3,-11],[1,-5],[1,-9],[2,-12],[1,-11],[-1,-4],[-1,-16],[0,-6],[0,-2],[2,-11],[0,-13],[0,-8],[0,-1],[0,-5],[0,-3],[0,-14],[0,-7],[0,-5],[0,-6],[2,-16],[1,-8],[0,-3],[0,-1],[0,-3],[1,-4],[0,-1],[0,-1],[1,-1],[1,-2],[1,-7],[1,-3],[0,-1],[1,-2],[0,-1],[2,-2],[1,-2],[2,-3],[2,-2],[7,-8],[11,-11],[2,0],[3,0],[1,0],[1,2],[1,1],[1,-1],[4,-2],[4,-2],[4,0],[2,0],[3,0],[8,-3],[9,-4],[3,-1],[3,-1],[11,-5],[6,-4],[4,-4],[9,-8],[14,-17],[7,-12],[6,-8],[1,-3],[8,-19],[5,-11],[3,-6],[2,-7],[9,-31],[0,-2],[1,-5],[2,-9],[1,-8],[3,-17],[2,-18],[1,-8],[0,-2],[0,-1],[1,-7],[0,-5],[0,-7],[1,-5],[0,-2],[0,-9],[0,-25],[1,-4],[0,-14],[2,-6],[1,-6],[1,-8],[2,-10],[2,-7],[1,-8],[1,-5],[1,-3],[4,-16],[5,-16],[2,-4],[5,-10],[2,-8],[5,-14],[1,-3],[3,-9],[4,-12],[2,-7],[1,-3],[1,-2],[0,-2],[4,-9],[2,-7],[0,-3],[3,-11],[2,-7],[0,-1],[3,-13],[4,-15],[1,-3],[0,-2],[4,-14],[1,-3],[2,-5],[6,-22],[2,-7],[0,-6],[2,-26],[0,-2],[1,-14],[0,-19],[0,-3]],[[6771,8711],[-4,-3],[-1,0],[-1,0],[-2,-1],[-2,-1],[-1,0],[-2,-1],[-3,-1],[-4,-1],[-1,-1],[-2,0],[-2,-1],[-2,-1],[-1,0],[-4,-1],[-2,-1],[-3,-1],[-2,-1],[-3,-1],[-2,-1],[-4,-1],[-4,-2],[-3,-1],[-3,-1],[-3,-1],[-4,-1],[-2,-1],[-1,0],[-2,-1],[-2,-1],[-2,0],[-5,-2],[-5,-2],[-1,0],[-1,-1],[-2,0],[-3,-1],[-2,-1],[-2,-1],[-2,0],[-2,-1],[-2,-1],[-4,-1],[-5,-2],[-1,0],[-2,-1],[-2,-1],[-3,-1],[-3,-1],[-4,-1],[-2,-1],[-2,-1],[-1,0],[-3,-1],[-3,-1],[-3,-1],[-6,-2]],[[6626,8659],[-5,-2],[-3,-1],[-7,-2],[-2,-1],[-3,-1],[-2,-1],[-3,0],[-1,0],[-3,0],[-2,0],[-3,0],[-1,0],[-2,1],[-2,0],[-3,0],[-2,0],[-1,0],[-2,0],[-6,1],[-1,0],[-3,0],[-1,0],[-1,0],[-3,0],[-3,0],[-2,0],[-3,1],[-3,0],[-2,0],[-1,0],[-4,0],[-3,0],[-2,0],[-1,1],[-2,0],[-1,0],[-3,2],[-3,2],[-2,1],[-2,2],[-3,7],[-3,9],[-1,3],[-7,16]],[[6503,9723],[1,0],[2,-2],[3,-1],[1,-1],[2,0],[2,0],[1,1],[3,0],[4,-1],[2,0],[2,1],[3,1],[2,1],[2,2],[2,2],[1,2],[2,3],[1,1],[1,2],[4,3],[2,1],[1,0],[2,2],[2,1],[2,1],[1,1],[4,2],[2,1],[1,0],[4,3],[3,2],[1,1],[2,2],[1,2],[1,1],[1,1],[1,2],[1,3],[1,1],[1,3],[1,3],[1,1],[1,2],[0,1],[2,4],[1,3],[2,8],[1,3],[1,5],[3,6],[1,4],[1,1],[1,3],[2,4],[2,3],[2,1],[1,0],[3,1],[2,0],[2,-2],[3,-1],[1,-1],[1,-1],[4,-4],[1,-1],[2,-3],[3,-4],[2,-3],[4,-5],[1,-2],[1,-1],[2,-1],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[4,1],[2,1],[1,1],[4,2],[1,1],[5,3]],[[7053,7867],[-2,0],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-3,-3],[-1,0],[-3,1],[-2,1],[-1,0],[-4,-1],[-4,-2],[-8,-2],[-4,-2],[-3,-1],[-7,-2],[-1,-1],[-2,0],[-4,-1],[-1,-1],[-6,-2],[-9,-3],[-3,0],[-12,-4],[-21,-7],[-3,-1],[-2,0],[-6,-2],[-4,-1],[-1,-1],[-1,0],[-13,-4],[-20,-6],[-5,-2],[-26,-8],[-6,-2],[-6,-2],[-2,0],[-2,-1],[-2,0],[-1,-1],[-2,0],[-7,-3],[-1,0],[-2,-1],[-7,-1],[-7,-3],[-11,-3],[-8,-2],[-6,-2],[-2,8],[-1,2],[-1,3],[0,-1],[-5,6],[-2,1],[-2,0],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-1,-5],[-1,-5],[0,-3],[0,-1],[0,-4],[-1,-2],[-4,-4],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-2,2],[-1,1],[-3,2],[-1,0],[-1,-1],[-1,-2],[1,-5],[0,-2],[0,-2],[2,-4],[2,-1],[2,-5],[1,-2],[0,-1],[0,-2],[0,-3],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,-1],[-2,-6],[-3,-7],[0,-1],[0,-1],[2,-3],[0,-1],[1,0],[2,1],[2,0],[0,1],[1,0],[1,-1],[2,-4],[0,-3],[1,-3],[-1,-1],[-1,-1],[-7,-10],[-1,-2],[-1,0],[-1,0],[-2,1],[-3,2],[0,-1],[-1,-1],[0,-4],[-1,-5],[0,-1],[-1,-9],[0,-1],[0,2],[0,5],[-1,1],[0,1],[-1,1],[-8,2],[-5,-1],[-1,0],[-1,0],[-1,-1],[-1,-2],[0,-3],[0,-2],[3,-4],[0,-1],[0,-3],[0,-4],[-1,-6],[-2,-3],[-1,2],[1,4],[1,4],[0,4],[-2,1],[-1,-1],[-3,-6],[-1,-2],[-2,-1],[-1,1],[-2,2],[0,2],[0,1],[0,1],[1,4],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,2],[-1,2],[-1,1],[-1,0],[-1,-1],[-3,-6],[-1,0],[-2,2],[-1,1],[-1,1],[-1,2],[-2,3],[-2,4],[0,1],[0,1],[-1,3],[0,5],[0,2],[0,1],[-1,7],[-1,1],[-1,1],[-1,0],[-2,-2],[-1,-3]],[[6697,7718],[-5,54],[0,1],[-7,78],[-2,22],[0,1],[-1,12],[-3,36],[-1,12],[-1,23],[-3,35],[-2,16],[-1,19],[-2,18],[0,9],[-1,8],[-1,11],[-1,20],[-1,6],[-1,19],[-1,8],[-2,26],[-2,25],[0,8],[-1,14],[-1,6],[0,4],[0,4],[-1,5],[0,8],[-3,31],[-4,54],[0,5],[-1,10],[0,4],[-1,11],[-2,25],[-1,7],[-1,17],[-1,6],[-1,18],[-1,13],[0,4],[-1,17],[-1,19],[-1,10],[-2,22],[-1,16],[-1,11],[-2,28],[0,7],[-2,17],[0,3],[-1,13],[-2,21],[-1,15],[-1,19],[2,10]],[[7018,8970],[1,-7],[0,-1],[0,-1],[0,-1],[-1,-5],[0,-13],[0,-3],[-1,-1],[0,-6],[0,-6],[0,-2],[0,-5],[0,-2],[0,-3],[0,-3],[0,-6],[0,-1],[0,-1],[0,-3],[0,-4],[0,-2],[-1,-5],[0,-6],[0,-4],[0,-4],[0,-9],[0,-11],[0,-1],[0,-7],[1,-13],[1,-16],[1,-15],[1,-11]],[[7020,8792],[-2,-5],[-2,-7],[-1,0],[-2,-7],[0,-5],[1,-30],[0,-1],[1,-8],[0,-10],[1,-18],[1,-27],[1,-4],[0,-13],[1,-12],[0,-12],[1,-12],[0,-8],[1,-9],[0,-12],[1,-18],[1,-22],[2,-42],[1,-11],[0,-7],[1,-17],[0,-1],[0,-3],[1,-9],[1,-28],[0,-17],[2,-34],[2,-52],[1,-20],[0,-8],[1,-10],[1,-32],[0,-4],[1,-13],[0,-13],[1,-6],[0,-9],[1,-26],[0,-2],[0,-4],[1,-28],[1,-19],[0,-1],[1,-12],[0,-11],[1,-9],[0,-5],[0,-13],[1,-16],[0,-4],[1,-28],[1,-4],[0,-6],[0,-13],[1,-7],[0,-16],[2,-25],[0,-17],[1,-25],[2,3],[2,7],[5,14],[2,-20],[1,-5],[2,-13],[2,-11],[0,-5],[0,-4],[-1,-1],[-8,2],[-1,0],[-1,-3],[-2,-4],[0,-2],[0,-1],[0,-3],[0,-3],[0,-9]],[[6455,8602],[-7,-1],[-2,-1],[-16,-5],[-3,0],[-8,-3],[-3,-1],[-6,-1],[-1,-1],[-1,0],[-3,-1],[-2,0],[-1,-1],[-4,-1],[-3,-1],[-4,-1],[-2,0],[-4,-2],[-8,-2],[-11,-4],[-19,-5],[-9,-2],[-5,-2],[-13,-3],[-17,-5],[-6,-2],[-1,-11],[-1,-15],[0,-18],[-1,-8],[0,-7],[0,-13],[-1,-16],[-1,-10],[0,-14],[0,-4],[-1,-25],[0,-5],[-1,-5],[0,-1],[0,-13],[0,-5]],[[6290,8387],[-1,9],[-2,2],[-1,1],[-1,0],[-4,-1],[-3,-10],[-2,-4],[-1,-2],[-2,-9],[-1,-2],[-1,-3],[-2,-2],[-1,-1],[-1,2],[-3,-1],[-2,-2],[-2,-7],[-8,-7],[-1,-1],[0,-2],[0,-1],[3,-12],[0,-1],[2,-1],[1,-2],[1,-1],[0,-1],[0,-2],[-1,-4],[-1,-2],[-1,0],[-3,-1],[-3,1],[-2,1],[-2,3],[-3,2],[-4,6],[0,2],[-4,9],[-5,5],[-1,-1],[-2,-4],[-9,-26],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-11],[-2,-5],[-1,0],[-11,3],[-1,1],[-2,2],[-2,4],[0,1],[-1,3],[0,1],[-2,0],[0,-1],[-2,-1],[-7,-7],[-2,-4],[-4,-8],[0,-1],[0,-2],[0,-3],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-4],[0,-3],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-5,-8],[-4,-4],[-4,6],[-4,-2],[-2,0],[-1,0],[0,-2],[0,-15],[1,-13],[0,-2],[0,-1],[-1,-4],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,4],[-1,2],[-8,0],[-1,0],[0,-1],[-3,-9],[0,-2],[-2,-4],[-1,-2],[1,-1],[0,-1],[1,-5],[-3,-9],[-1,1],[-1,0],[-4,-3],[-1,0],[-1,0],[-4,3],[-7,3],[-1,1],[-1,2],[0,2],[-1,0],[-1,-1],[0,-1],[-3,-3],[-1,-3],[-2,-4],[-1,-1],[0,-1],[-1,-8],[-1,-6],[-1,-2],[0,-2],[-1,-1],[-1,-3],[0,-1],[-1,-1]],[[6095,8166],[-3,6],[-2,4],[-6,9],[-1,3],[-10,17],[-4,8],[-6,10],[-5,8],[-1,3],[-1,4],[-1,5],[-1,4],[-1,3],[-1,3],[-1,4],[-2,9],[-2,9],[-1,4],[-8,32],[-3,12],[-13,48],[-2,8],[-1,4],[-5,20],[-1,7],[-1,5],[-1,4],[-3,11],[-5,18],[-4,15],[-1,3],[-5,18],[-1,4],[-1,3],[-2,9],[-1,3],[-1,4],[-2,7],[-1,3],[-1,2],[-1,4],[-1,4],[0,1],[-2,7],[-2,8]],[[5977,8543],[1,1],[1,1],[2,2],[0,1],[1,1],[2,2],[2,3],[1,1],[1,2],[1,1],[1,0],[1,1],[0,1],[1,1],[1,2],[1,2],[2,2],[1,2],[2,4],[2,3],[0,1],[3,7],[2,4],[1,2],[1,3],[1,2],[2,4],[3,4],[0,1],[1,0],[0,1],[1,1],[1,1],[1,1],[3,1],[0,1],[1,0],[0,-1],[1,1],[1,0],[1,0],[1,0],[1,0],[1,1],[2,0],[3,0],[2,0],[1,0],[1,-1],[2,0],[4,-1],[5,-2],[3,-1],[4,-1],[1,0],[1,0],[1,0],[2,-1],[1,-1],[3,-1],[3,-2],[0,-1],[3,-1],[3,-1],[1,-1],[3,-1],[2,-1],[3,0],[1,1],[1,0],[2,1],[2,1],[1,1],[2,1],[1,1],[3,1],[2,2],[3,4],[2,2],[1,2],[2,2],[2,2],[1,1],[1,1],[2,2],[0,1],[2,2],[3,2],[3,3],[1,2],[2,1],[0,1],[1,0],[1,2],[0,1],[3,3],[2,3],[1,2],[2,3],[2,4],[3,4],[4,4],[2,2],[1,1],[1,0],[0,1],[2,2],[1,2],[2,0],[2,1],[2,1],[2,1],[1,0],[0,-1],[1,0],[3,-1],[1,0],[2,-2],[2,-2],[2,-1],[2,-1],[2,-1],[1,0],[1,0],[3,-1],[1,0],[2,-1],[6,-1],[6,-3],[4,-2],[2,-1],[5,-2],[5,-5],[4,-2],[1,-2],[2,-2],[4,-3],[3,-3],[2,-1],[0,-1],[3,-1],[4,-2],[3,-1],[1,0],[2,0],[2,-1],[4,1],[2,0],[3,1],[2,2],[1,1],[1,1],[2,3],[0,1],[1,8],[1,2],[0,1],[0,8],[0,5],[0,4],[-1,3],[0,3],[0,3],[-1,4],[0,4],[0,3],[-1,7],[-1,4],[-1,5],[0,5],[-1,4],[-1,4],[-1,4],[-2,5],[0,1],[-1,6],[-1,4],[0,1],[-2,5],[0,1],[-2,5],[-1,3],[-1,4],[-2,5],[0,3],[-1,4],[-2,10],[0,5],[0,3],[0,1],[-1,4],[0,4],[0,8],[0,4],[0,3],[0,1],[1,7],[1,2],[1,4],[2,8],[2,5],[1,4],[1,2],[1,2],[0,1],[3,6],[3,5],[1,2],[2,3],[1,2],[1,1],[2,3],[1,1],[1,1],[1,1],[2,3],[1,3],[1,1],[1,2],[3,4],[0,1],[1,1],[2,5],[1,4],[1,3],[0,2],[3,6],[2,3],[1,2]],[[6277,8905],[1,0]],[[7449,8567],[-1,-6],[-2,-10],[-2,-10],[0,-1],[-2,-11],[0,-1],[-1,-4],[-1,-5],[-1,-4],[-2,-12],[0,-4],[-3,-13],[-3,-18],[-4,-24],[-14,-77],[-1,-4],[-1,-6],[-4,-24],[-2,-8],[0,-4],[-3,-16],[-1,-4],[-4,-22],[-1,-7],[-2,-11],[0,-1],[-1,-8],[-2,-8],[-4,-22],[-1,-8],[-3,-15],[-5,-26],[0,-4],[-4,-19],[-1,-10],[-2,-8],[-1,-10],[-2,-8],[-1,-9],[-2,-11],[-1,-7],[-2,-9],[-2,-14],[-3,-17],[-1,-6],[-2,-9],[0,-5],[-1,-5],[-2,-11],[-1,-12],[-5,-22],[-1,-7],[-3,-17],[-1,-7],[-2,-9],[-2,-18],[-2,-9]],[[7334,7910],[0,-1],[-1,-2],[-1,-4],[0,-2],[1,-2],[0,-5],[-1,-6],[0,-5],[-1,-4],[-1,-3],[-2,-3],[-1,-3],[-1,1],[-1,0],[0,1],[-1,1],[0,4],[0,4],[-1,5],[0,1],[-2,4],[-1,3],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-2,-11],[0,-2],[0,-1],[-1,-2],[-1,-1],[-6,-3],[-1,0],[-5,1],[0,1],[2,12],[1,1],[0,1],[1,9],[-1,7],[-1,1],[0,1],[1,1],[1,1],[-3,3],[-1,3],[-1,0],[-3,4],[0,-6],[-1,-2],[-3,-7],[-1,-3],[0,-2],[1,-2],[0,-1],[0,-1],[2,-10],[-1,-3],[-3,-12],[-9,0],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,2],[2,3],[0,1],[0,1],[1,13],[0,3],[0,1],[0,15],[0,2],[0,1],[-2,3],[-1,1],[-3,-1],[-1,-1],[-10,-12],[-2,-3],[-2,-5],[-1,-1],[-1,0],[-1,1],[-2,1],[-1,1],[0,2],[0,2],[1,4],[0,1],[1,2],[1,2],[1,0],[1,0],[1,-1],[1,-1],[1,1],[1,1],[1,2],[0,2],[0,5],[0,1],[0,7],[0,1],[0,2],[-1,3],[-1,1],[0,1],[-1,1],[-1,2],[-2,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-2],[-3,-9],[0,-1],[0,-2],[0,-2],[1,0],[0,-4],[1,-2],[-1,-3],[0,-4],[-1,-2],[0,-3],[-2,-4],[-2,-3],[-1,0],[-3,3],[0,1],[0,4],[0,3],[1,1],[1,6],[1,4],[0,2],[-1,3],[-1,2],[0,1],[-1,0],[-2,0],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-2,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[2,6],[0,1],[0,1],[0,2],[0,1],[0,1],[-2,2],[-1,0],[-1,0],[0,-1],[-1,-4],[0,-1],[-5,-11],[0,-1],[0,-1],[-1,-1],[-1,0],[-3,-1],[-1,11],[0,2],[0,3],[-1,6],[0,1],[0,2],[-2,5],[-1,4],[0,6],[-3,-2],[-1,-1],[-3,-1],[0,-6],[0,-1],[0,-1],[1,-1],[0,-2],[2,-8],[1,-11],[1,-6],[-6,-6],[-2,-2],[-2,-3],[-5,-8],[-1,-5],[-1,-3],[0,-1],[0,-5],[0,-3],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-2,0],[-5,-4],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[2,-3],[1,-6],[1,-3],[-1,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[0,-6],[0,-3],[-1,-3],[0,-3],[-7,-16],[0,-1],[-1,0],[-4,0],[-3,-1],[-1,-2],[-1,-1],[-1,-3],[-1,0],[0,-1],[-1,-4],[3,-16],[-4,-6],[-1,-3],[-1,0],[-1,-4],[-2,-3],[-1,-1],[-1,-3],[-2,-1],[-1,1],[-2,-2],[-1,-2],[-1,-2],[0,-3],[0,-4],[-1,-3],[-3,-2],[-1,-3],[-2,-2],[-1,-3],[-2,-2],[-3,-3],[-1,-1],[-4,4],[-2,-3],[-2,2],[-2,4],[0,4],[-1,3],[-1,3],[-3,0],[-3,1],[-2,-2]],[[7110,7760],[-1,5],[0,1],[-2,1],[-1,5],[-1,1],[-1,2],[-1,3],[-2,0],[-1,0],[-1,-1],[-2,-3],[-1,-1],[-1,1],[-2,3],[-1,0],[-1,-2],[-1,0],[-2,1],[-1,0],[-1,-2],[-2,-2],[-1,-4],[-1,-2],[-1,-1],[-2,0],[-1,-2],[-1,-1],[-1,-2],[-1,-3],[-2,-2],[-2,1],[-2,2],[-1,-1],[-2,-2],[-1,-3],[-2,-1],[-1,-3],[-1,0],[-3,-2],[-2,3],[-1,0],[-1,-1],[-3,2],[-1,0],[-1,-2],[-1,-3],[-1,1],[-1,1],[-2,5],[-2,6],[-3,6],[0,2],[-2,10],[0,2],[0,1],[0,1],[0,3],[0,2],[1,2],[1,3],[1,2],[1,1],[1,1],[2,1],[3,0],[5,1],[2,1],[1,1],[1,3],[1,4],[0,3],[1,6],[0,3],[0,1],[0,5],[-3,31],[0,3],[-1,5],[-1,5]],[[7020,8792],[0,-1],[0,-1],[1,-5],[0,-1],[3,-13],[0,-2],[1,-7],[2,-7],[1,-6],[3,-9],[3,-8],[1,-3],[1,-1],[5,-11],[2,-6],[0,-1],[3,-3],[0,-1],[4,-4],[3,-4],[1,-1],[8,-5],[11,-5],[1,-1],[3,-1],[6,-2],[2,0],[9,-3],[7,-3],[7,-3],[5,-3],[5,-2],[5,-4],[7,-5],[4,-3],[3,-2],[1,-2],[1,-1],[4,-2],[1,-1],[1,-1],[3,-2],[5,-5],[6,-6],[1,-1],[6,-7],[5,-4],[1,-1],[2,-2],[2,-2],[2,-1],[0,-1],[-2,0],[2,-3],[1,-2],[1,-1],[1,-1],[4,-3],[5,-4],[9,-7],[1,-2],[2,-1],[1,-1],[3,-1],[2,-1],[2,0],[4,-4],[1,0],[4,-2],[1,-1],[2,-1],[2,-1],[3,-2],[2,-1],[5,1],[1,0],[5,1],[2,0],[3,0],[4,0],[2,0],[3,1],[1,0],[5,-1],[1,-1],[3,-1],[8,4],[3,1],[1,1],[1,1],[2,1],[3,2],[2,2],[2,1],[4,2],[2,2],[1,0],[1,1],[2,1],[1,1],[2,1],[3,4],[3,2],[2,2],[2,3],[1,0],[0,1],[2,1],[3,2],[5,2],[2,1],[1,0],[0,1],[2,1],[2,1],[3,3],[6,5],[11,1],[6,5],[4,0],[11,0],[4,-1],[11,-2],[3,-3],[4,-1],[5,-5],[4,-4],[5,-7],[13,-26],[2,-4],[2,-4],[5,-6],[9,-6],[14,3]],[[6697,7718],[-2,-15],[-1,-14],[0,-4],[-1,-8],[-1,-11],[-2,-27],[-4,-43],[-1,-7],[-3,2],[-1,1],[-1,2],[-1,1],[-2,1],[-1,2],[-2,1],[-1,2],[-1,1],[-1,1],[-1,0],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-1,2],[-2,0],[-1,-2],[-1,-3],[-1,0],[-1,-2],[0,-4],[-1,-3],[-1,-2],[-1,0],[-2,-1],[-1,1],[-1,0],[-2,2],[-1,3],[-1,-2],[-1,-1],[-2,0],[-1,-1],[-1,1],[-2,1],[-2,-1],[-1,0],[0,-4],[-1,-3],[-1,-2],[-2,-1],[-1,-1],[-1,1],[-2,0],[-1,-1],[-1,-3],[-1,-4],[-2,-1],[-1,0],[-2,1],[-1,-3],[-1,-3],[0,-4],[-2,0],[-1,0],[-1,-1],[-1,-3],[-2,-1],[-1,0],[-2,-1],[0,-3],[-1,-4],[-1,0],[-2,-1],[0,-3],[-1,-2],[-2,2],[-1,-2],[-1,-2],[-1,-3],[-1,-3],[-1,-2],[-2,-1],[-1,1],[-2,0],[-2,0]],[[6590,7530],[-3,-4],[-1,2],[-3,-8],[-7,-19],[-2,-7],[-2,-6],[-11,-30],[-1,-4]],[[6560,7454],[-4,4],[-6,7],[-14,17],[-2,2],[-3,0],[-3,0],[-1,0],[-1,0],[-11,1],[-5,1],[-1,0],[-2,1],[-1,1],[-1,1],[-2,4],[-1,3],[0,1],[-1,13],[-2,21],[-7,23],[-4,7],[-6,9],[-2,12],[0,1],[-1,1],[-2,3],[0,2],[1,3],[1,2],[0,2],[-1,12],[0,1],[-1,0],[-2,-2],[-1,0],[-2,2],[-2,2],[-1,1],[-1,1],[0,1],[0,2],[1,6],[1,4],[0,1],[1,1],[1,0],[3,3],[0,1],[0,1],[-2,2],[-1,0],[-2,0],[-4,-3],[-4,0],[-1,2],[-5,31],[-5,-3],[-8,-5],[-1,0],[-1,0],[0,1],[-1,2],[-1,14],[-1,7],[0,1],[5,28],[0,2],[2,3],[0,1],[3,2],[0,2],[0,1],[-2,5],[-1,2],[-1,1],[-1,0],[-2,-1],[-1,0],[-5,2],[0,2],[-5,16],[0,3],[0,2],[2,8],[3,2],[1,0],[0,1],[0,2],[1,1],[0,1],[0,1],[-1,2],[0,1],[0,3],[-1,1],[-3,4],[-1,0],[-1,1],[-1,0],[-1,0],[-2,2],[0,3],[0,2],[-7,10],[-2,3],[-2,4],[-1,2],[-4,7],[-2,3],[-2,4],[-1,2],[-7,12],[-1,4],[-5,8],[-1,2],[-7,11],[-5,10],[-8,15],[-1,0],[-12,23],[-2,4],[-4,6],[-3,5],[-11,20],[-1,2],[-3,5],[-9,16],[-8,16],[-4,7],[-2,3],[-6,13],[-1,11],[0,13],[0,4],[0,7],[-1,5],[0,11],[0,9],[-1,11],[0,15],[-1,4],[0,16],[-1,18],[-1,25],[0,10],[0,10],[-1,8],[-1,40],[0,4],[-1,9],[-1,30],[0,5],[0,1],[-1,16],[0,8],[-1,11],[0,5],[0,14],[-1,7],[0,4],[-1,20],[-1,31]],[[7790,8072],[2,-3],[4,-3],[0,-2],[2,-10],[3,-10],[1,-6],[2,-7],[8,-36],[4,-17],[0,-3],[1,-1],[-1,-4],[-1,-19],[-2,-31],[-1,-6],[-2,-27],[0,-5],[-1,-9],[-1,-15],[-3,-38],[0,-1],[0,-9],[-1,-3],[0,-3],[0,-1],[-1,-22],[-1,-12],[-2,-21],[0,-12],[-2,-18],[-1,-24],[-1,-15],[-1,-9],[0,-6],[-1,-11],[0,-1]],[[7794,7652],[-9,-8],[-2,0],[-8,-5],[-2,-2],[-3,-2],[-6,-3],[-7,-5],[-3,-2],[-2,-2],[-3,-2],[-2,-2],[-19,-16],[-6,-5],[-5,-5],[-3,-2],[-1,-1],[-6,-5],[-2,-1],[-16,-13],[-2,-3],[-3,-3],[-2,-3],[-5,-6],[-5,-6],[-10,-11],[-3,-4],[-1,-2],[-2,-1],[-5,-1],[-7,-4],[-2,-1],[-12,-12],[-2,-2],[-14,-14],[-7,-7],[-10,-10],[-11,-12],[-2,-1],[-3,-4],[-1,0],[-2,-3],[-11,-10],[-6,-7],[-16,-16],[-5,-5],[-4,-4],[-16,-15],[-12,-12],[-9,12],[-3,5],[-9,13],[-1,2],[-3,4],[-1,2],[-3,4],[-2,2],[-1,3],[-14,19],[-1,2],[-6,8],[0,1],[-2,2],[-1,2],[-1,1],[-3,5],[-1,1],[-4,7],[-5,7],[-23,33]],[[7415,7527],[-6,17],[-3,9],[-1,3],[-6,17],[-1,4],[-3,16],[-2,13],[-5,21],[-6,21],[-1,5],[-2,7],[-2,7],[-1,4],[-2,9],[-1,31],[-2,36],[-1,20],[-1,22],[-1,10],[-1,20],[-1,17],[0,5],[0,9],[-1,4],[-1,14],[-1,-2],[-1,0],[-2,1],[-2,0],[-1,0],[-1,3],[1,4],[0,1],[1,2],[2,0],[2,1],[0,5],[-1,4],[-2,2],[-1,3],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,1],[-2,2],[-1,1],[-1,1],[-1,1],[-2,0],[-1,0],[-2,-2],[-2,-1],[-1,2],[1,3],[1,3],[0,1],[1,3],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0]],[[7449,8567],[5,-2],[0,-12],[3,-1],[5,-1],[1,0],[2,-1],[3,-1],[7,-3],[1,-1],[2,-2],[7,0],[2,-3],[6,-3],[5,-6],[6,-7],[5,-10],[3,-4],[3,-11],[5,-18],[0,-4],[2,-5],[3,-32],[3,-27],[1,-14],[1,-9],[4,-13],[5,-13],[2,-5],[4,-6],[5,-5],[11,-10],[5,-4],[10,-3],[10,-7],[10,-11],[7,-7],[0,-1],[1,-2],[1,-17],[1,-3],[1,-3],[2,-18],[0,-8],[2,-18],[1,-8],[2,-34],[3,-20],[2,-12],[3,-11],[4,-10],[0,-2],[5,-8],[7,-7],[0,-2],[1,0],[3,-2],[2,-2],[3,-2],[4,-2],[1,-1],[17,-5],[6,-1],[1,1],[13,-5],[4,-4],[5,-6],[1,-4],[2,-2],[9,-12],[1,1],[1,-1],[6,-7],[2,-3],[16,-17],[14,-11],[1,-1],[9,-6],[2,1],[3,1],[12,7],[4,5],[5,6],[3,17],[0,2],[1,3]],[[6095,8166],[-1,-2],[-2,-11],[0,-1],[-1,-19],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,0],[-1,0],[-3,0],[-1,0],[-3,-1],[-1,0],[-4,-2],[-2,-2],[-3,3],[-1,3],[-2,3],[-5,-1],[-1,0],[-1,0],[-4,-1],[-3,-3],[-3,-3],[0,-1],[-3,-7],[-1,-4],[-1,-13],[0,-3],[0,-1],[0,-2],[-1,-3],[-3,-11],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-3,6],[-1,-1],[-1,-3],[-1,0],[-3,-11],[0,-1],[0,-1],[-1,-1],[-1,-1],[-4,-4],[-1,-1],[-1,-1],[-2,1],[-2,1],[-7,7],[-1,1],[-9,0],[-1,-1],[-3,-3],[-2,-1],[0,1],[-1,-1],[-2,-4],[-1,-5],[0,-6],[0,-2],[0,-1],[1,-2],[1,-3],[1,-3],[1,-2],[0,-1],[0,-3],[-1,-3],[-1,-3],[-1,-1],[-1,-2],[-2,-1],[-3,0],[-2,-1],[0,-1],[-2,-7],[-2,-14],[-1,-1],[0,-3],[-1,-1],[-1,-1],[-1,-1],[-7,-3],[-6,-3],[-2,0],[-1,-2],[-2,-1],[-2,1],[-1,1],[-1,1],[-1,1],[-1,8],[-4,-2],[-17,-15],[-3,-6],[-2,-7],[-5,2],[0,-11],[-1,-10],[6,-1],[-1,-6],[-1,-16],[0,-1],[-1,-1],[0,-1],[-1,-1],[-4,9],[-2,2],[-1,1],[-2,1]],[[5910,7922],[-1,-1],[-9,-3],[-2,0],[-10,-4],[-11,-4],[-7,-2],[-9,-4],[-3,0],[-8,-4],[-6,-2],[-12,-5],[-10,-3],[-3,-1],[-4,-1],[-2,0],[-6,-2],[-1,0],[-1,0],[-1,-1],[-14,-5],[-3,-1]],[[5787,7879],[-3,-1],[-2,-1],[-6,-2],[-14,-5],[-5,-2],[-4,-1],[-7,-2],[-1,-1],[-1,0],[-8,-3],[-3,-1],[-3,-1],[-1,3],[-1,4],[-1,3],[-1,3],[-1,3],[0,5],[-1,4],[-1,3],[-1,5],[0,5],[0,4],[1,4],[-1,4],[-1,4],[-1,5],[1,4],[1,4],[1,3],[1,2],[2,2],[1,3],[0,6],[-1,4],[0,3],[-1,3],[-2,4],[-2,3],[-1,2],[-1,4],[1,3],[0,4],[-1,3],[-1,4],[-1,2],[-1,2],[-1,3],[-2,2],[-2,1],[-1,2],[-1,2],[-1,4],[-1,2],[-2,2],[0,4],[-1,5],[0,5],[1,4],[0,4],[1,4],[0,1],[0,4],[0,4],[0,4],[-1,0],[-7,21],[-2,6],[-9,25],[-4,12],[-3,9],[-4,9],[-6,16],[-1,5],[-1,3],[-1,3],[-6,16],[-5,14],[-1,3],[-2,6],[-7,20],[-2,6],[-3,8],[-5,13],[-6,18],[-2,5],[-2,5],[-1,5],[-2,4],[-3,10],[-3,8],[-2,4],[-9,26],[-11,31],[-5,14],[-2,7],[-2,4],[-5,15],[-6,17],[-1,7],[0,1],[-1,7],[0,3],[0,1],[-2,11],[-1,8],[0,2]],[[5570,8448],[3,1],[4,2],[2,1],[2,1],[2,1],[1,1],[4,3],[2,1],[2,1],[1,1],[3,2],[3,1],[3,2],[2,1],[2,1],[2,0],[3,1],[4,0],[2,0],[2,0],[3,1],[0,-1],[1,0],[1,1],[2,1],[1,0],[1,0],[3,-1],[2,0],[2,-1],[3,0],[3,-1],[1,0],[2,-1],[2,-1],[2,-1],[3,-1],[3,-1],[1,-1],[4,-2],[3,-2],[2,-2],[3,-2],[1,-1],[2,-3],[1,-2],[1,0],[1,-2],[1,-1],[3,-3],[2,-3],[0,-1],[1,-1],[2,-2],[1,-3],[1,-1],[0,-1],[1,-4],[4,-13],[0,-3],[2,-5],[3,-7],[1,-4],[2,-5],[0,-1],[2,-9],[-1,1],[0,-3],[2,-5],[2,-5],[0,-1],[-1,0],[1,-1],[0,-2],[0,-1],[2,-5],[2,-8],[1,-3],[3,-9],[0,-3],[1,-3],[2,-3],[1,-3],[1,-3],[1,-4],[1,-3],[2,-3],[1,-2],[2,-4],[1,-4],[2,-4],[2,-3],[2,-4],[3,-3],[1,-1],[0,-1],[2,-2],[3,-4],[3,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[2,-3],[1,0],[2,-1],[1,-1],[3,0],[2,-1],[-1,-1],[0,1],[0,-3],[1,-1],[1,-1],[3,-1],[1,0],[1,0],[2,1],[1,0],[2,1],[3,0],[2,1],[2,0],[1,0],[2,-1],[2,-1],[3,3],[4,2],[2,1],[2,1],[4,3],[5,4],[2,2],[5,5],[3,2],[2,3],[1,1],[2,1],[1,2],[3,3],[4,5],[1,2],[2,3],[2,3],[0,1],[1,1],[1,2],[2,3],[2,3],[1,2],[2,6],[1,3],[1,3],[1,1],[0,1],[1,2],[2,5],[1,1],[2,4],[3,4],[2,4],[0,1],[6,10],[2,4],[3,6],[5,10],[0,1],[0,3],[5,12],[3,7],[1,1],[2,2],[2,2],[1,4],[4,4],[2,3],[2,2],[1,1],[2,5],[1,1],[3,3],[2,4],[2,2],[5,10],[2,3],[1,2],[1,1],[3,4],[0,1],[2,2],[2,1],[3,3],[4,4],[3,2],[3,3],[2,2],[1,2],[2,3],[1,1],[2,2],[1,0],[2,1],[0,2],[0,2],[1,0],[1,0],[4,0],[1,0],[4,5],[3,5],[5,8],[2,3],[2,4],[0,1],[2,4],[0,1],[1,1],[2,3],[2,3],[2,2],[1,2],[1,0],[1,2],[2,3]],[[9078,7578],[-2,-3],[-2,-5],[-2,-3],[-1,-2],[-1,-2],[-2,-4],[-1,-2],[-1,-3],[-1,-2],[-2,-4],[-1,-2],[-1,-2],[-3,-6],[-2,-4],[-5,-9],[-1,-3],[-4,-6],[0,-1],[-3,-6],[-3,-7],[-6,-11],[-2,-4],[-4,-8],[-1,-2],[-1,-3],[-3,-6],[-6,-12],[-6,-13],[-4,-8],[-7,-13],[-1,-2],[-3,-7],[-4,-6],[-7,-15],[-3,-7],[-2,-3],[-2,-4],[-1,-2],[-1,-3],[-1,-2],[-2,-2],[-1,-3],[-4,-8],[-8,-14],[-3,-7],[-8,-16],[-2,-4],[-1,-2],[0,-1],[-3,-5],[-2,-3],[-1,-3],[-1,-5],[-1,-5],[-1,-3],[-1,-3],[-2,-2],[0,-4],[-1,-4],[1,-5],[-1,-5],[-2,-4],[0,-5],[1,-2],[2,-1],[1,-2],[0,-4],[-1,-3],[-2,-1],[-1,-5],[0,-4],[-2,-2],[-1,-3],[-2,3],[-2,-1],[0,-3],[-2,-3],[-2,-3],[-2,1],[-1,2],[-1,-2],[-1,-5],[1,-4],[0,-4],[-1,-5],[-1,-3],[1,-3],[0,-5],[-1,-1],[-1,-3],[-1,-4],[-2,0],[-1,-4],[-1,-2],[-2,0],[-2,-2],[-1,-1],[-1,-5],[-1,-3],[-2,0],[-2,0],[-2,-2],[-1,-3],[-1,-3],[-2,-1],[-2,-2],[-1,-4],[-1,-5],[1,-3],[-1,-4],[-1,-6],[0,-4],[2,-3],[-1,-6],[0,-3],[-2,-5],[0,-4],[-2,-4],[-1,-5],[-1,-2],[-1,-4],[0,-5],[-2,-1],[0,-3],[0,-4],[0,-5]],[[8878,7080],[-4,3],[-2,2],[-9,7],[-16,12],[-9,6],[-23,18],[-13,10],[-8,6],[-10,8],[-1,0],[-19,15],[-9,7],[-1,0],[-2,1],[-2,-4],[-2,0],[-1,-3],[-2,0],[-1,-1],[-7,3],[-2,-2],[-1,0],[-2,-1],[-1,0],[-1,3],[-2,0],[-2,2],[-2,-1],[-3,6],[1,4],[-1,3],[-2,-1],[-1,3],[-1,-2],[0,-3],[-2,-1],[-1,-5],[-2,1],[-2,1],[-2,-1],[-1,2],[-1,-3],[-2,-2],[-1,1],[-2,2],[-2,0],[0,-4],[1,-5],[-1,-2],[-2,-2],[-2,1],[-1,-7],[-1,1],[-3,-2],[-2,1],[-1,-3],[-2,-1],[-1,3],[-2,1],[-2,-1],[-2,0],[-1,-1],[-1,4],[0,7],[-2,3],[0,4],[-1,2],[-1,-1],[-2,1],[-2,1],[-2,-1],[-2,1],[0,4],[-2,1],[-1,4],[-2,0],[0,5],[-1,3],[0,4],[-3,1],[0,5],[0,4],[0,4],[1,4],[-2,4],[-3,-2],[-1,6],[-1,2],[-2,-1],[-1,0],[-1,-4],[-2,-2],[-1,1],[-1,4],[-2,0],[-1,-2],[-2,-2],[-1,3],[1,3],[0,4],[1,3],[1,4],[-2,3],[-1,5],[0,4],[0,5],[-1,6],[-6,16],[-2,5],[-3,8],[-14,37],[-4,9],[-3,8],[0,1],[-2,5],[-1,2],[-9,23],[-2,5],[-8,22],[-1,3],[-1,1],[0,1],[-5,13],[-2,5],[-1,2],[0,1],[-2,0],[-2,-2],[-2,-1],[-2,1],[-2,2],[-2,1],[-1,4],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-1,4],[-1,0],[-1,5],[-1,3],[-2,0],[-1,4],[-1,3],[-1,4],[-1,2],[-1,3],[-2,2],[-2,0],[-2,0],[-1,1],[-2,0],[-1,4],[-1,4],[-1,4],[-1,3],[-1,-2],[-2,-1],[-1,-1],[-2,4],[1,4],[-1,4],[-2,1],[-1,1],[-1,0],[-2,0],[-2,-2],[-1,1],[-1,4],[0,5],[-2,-1],[-1,-2],[-2,0],[-2,-2],[-1,-2],[-1,0],[-1,-4],[-2,0],[-1,1],[-2,1],[-1,3],[-1,1],[-1,5],[-1,5],[-2,-2],[-1,-3],[-1,2],[-1,3],[-2,4],[-1,1],[-2,0],[-3,-1],[-1,2],[-2,5],[-2,1],[-2,4],[-1,2],[-2,3],[-2,3],[-1,1],[-1,4],[-2,2],[-1,6],[-1,3],[-1,1],[-1,4],[-2,2],[-2,1],[-4,-2],[-1,0],[-3,0],[-1,2],[-2,1],[-2,2],[-2,3],[-1,5],[-2,2],[-1,0],[-2,0],[-2,4],[-1,4],[-1,4],[-1,1],[-2,1],[-1,0],[-2,-3],[-2,0],[-2,5],[-1,-3]],[[8419,7571],[-1,4],[0,7],[-1,4],[1,3],[1,2],[2,-1],[1,0],[2,1],[1,1],[2,2],[0,5],[0,6],[2,2],[1,1],[1,5],[0,3],[1,5],[0,4],[0,5],[2,-3],[1,-2],[1,-1],[2,3],[1,-2],[1,5],[1,6],[1,2],[1,3],[0,7],[1,4],[0,5],[-1,5],[3,11],[1,0],[2,2],[2,5],[2,2],[1,3],[2,5],[1,1],[1,-3],[2,-5],[1,0],[2,2],[1,4],[1,1],[1,-3],[2,-4],[2,2],[2,1],[2,2],[1,2],[2,3],[1,4],[2,3],[1,1],[1,1],[3,1],[0,2],[0,2],[0,5],[0,3],[0,2],[1,2],[1,4],[1,4],[2,2],[1,2],[2,2],[1,0],[1,2],[1,3],[0,4],[1,4],[3,4],[1,2],[1,3],[1,5],[0,4],[0,4],[0,4],[1,4],[1,1],[2,2],[-1,3],[0,1],[1,4],[1,8],[0,4],[0,1],[0,3],[0,2],[-1,3],[-1,3],[2,3],[0,1],[0,3],[1,2],[1,-2],[2,-3],[2,2],[0,1],[0,4],[0,3],[0,2],[1,3],[0,4],[0,1],[1,1],[2,1],[2,6],[-1,3],[0,3],[0,3],[0,1],[0,2],[1,1],[1,1],[2,3],[1,3],[1,3],[1,5],[0,4],[2,2],[0,1],[1,2],[1,4],[0,4],[2,1],[1,-1],[2,0],[1,1],[2,-1],[1,4],[1,3],[1,3],[0,2],[-1,2],[1,4],[1,0],[1,1],[0,1],[-1,3],[1,2],[1,1],[1,1],[-1,1],[0,2],[-1,4],[-1,0],[-2,2],[-1,5],[-1,3],[0,4],[1,5],[-2,1],[-1,2],[0,5],[-1,4],[1,4],[1,4],[0,5],[-1,1],[-1,4],[-2,0],[-1,2],[-1,6],[1,3],[2,2],[0,5],[0,4],[2,4],[0,4],[2,0],[2,1],[-1,4],[1,3],[2,0],[2,-1],[1,0],[1,3],[0,5],[0,2],[0,1],[-1,4],[-1,5],[0,4],[-1,9],[0,5],[0,6],[-1,2],[-1,5],[2,0],[3,5],[1,2],[2,3],[2,0],[2,0],[2,6],[-2,5],[1,2],[5,0],[3,2],[1,0],[2,2],[2,-1],[2,-2],[1,1],[1,1],[-1,3],[0,5],[-1,3],[2,3],[0,4],[1,4],[0,5],[1,4],[0,5],[0,6],[-4,6],[-1,6],[1,3],[-1,4],[-1,4],[2,2],[1,2],[1,5],[1,4],[-3,3],[2,5],[1,3],[1,-2],[1,1],[2,2],[1,-3],[1,-1],[1,-3],[3,4],[1,2],[2,2],[1,2],[1,1],[0,6],[1,4],[1,4],[0,4],[0,5],[-3,3],[1,3],[0,5],[2,0],[1,-1],[2,1],[0,4],[0,6],[1,5],[1,6],[1,1],[1,-3],[2,1],[2,0],[2,2],[0,4],[2,3],[2,6],[0,5],[-1,0],[-2,-1],[-2,-3],[-2,2],[-2,2],[-1,3],[1,4],[2,5],[-1,3],[-2,3],[0,6],[-2,2],[-1,1],[-1,4],[0,6],[-1,4],[-2,3],[0,4],[-1,5],[0,5],[2,14],[0,3],[1,5],[1,7],[1,6],[2,9],[4,26],[2,13],[-2,6],[0,1],[-1,3],[-1,3]],[[8597,8407],[0,1],[3,3],[1,-7],[13,10],[1,1],[4,3],[19,0],[3,-2],[24,-13],[4,3],[6,4],[2,2],[9,14],[6,8],[8,12],[12,18],[2,2],[23,25],[21,16],[2,1],[2,2],[23,5],[3,-5],[7,-13],[3,-3],[2,-10],[7,-61],[0,-3],[-7,-80],[-2,-32],[-2,-40],[2,-15],[9,-30],[11,-48],[5,-64],[1,-9],[1,-1],[1,-2],[0,-2],[0,-1],[0,-3],[0,-6],[0,-5],[0,-5],[0,-4],[0,-4],[0,-6],[0,-4],[0,-3],[-1,-3],[1,-6],[0,-2],[1,-7],[0,-5],[0,-5],[0,-1],[0,-1],[0,-5],[0,-8],[1,-3],[0,-4],[0,-4],[0,-6],[1,-5],[0,-7],[1,-5],[0,-4],[1,-8],[1,-4],[0,-5],[2,-11],[1,-7],[1,-5],[1,-5],[0,-2],[1,-3],[0,-3],[0,-3],[1,-6],[2,-6],[1,-7],[1,-2],[0,-2],[2,-5],[1,-3],[1,-3],[2,-4],[2,-4],[1,-2],[2,-5],[2,-2],[5,-9],[2,-4],[1,-3],[0,-1],[-1,0],[1,0],[1,-3],[2,-4],[2,-2],[1,-3],[1,-1],[1,-4],[2,-3],[2,-3],[2,-2],[2,-3],[3,-5],[2,-2],[2,-3],[2,-4],[2,-2],[4,-4],[0,-1],[3,-4],[3,-3],[3,-4],[3,-3],[1,-1],[1,-1],[2,-1],[3,-3],[2,0],[6,-2],[1,0],[2,0],[2,-1],[4,0],[1,0],[2,2],[3,1],[2,1],[2,0],[2,1],[2,1],[4,-1],[16,-3],[2,0],[3,-1],[3,0],[1,0],[2,0],[2,0],[2,-1],[2,0],[1,0],[1,0],[1,0],[2,1],[1,0],[1,-1],[1,0],[1,1],[1,0],[2,-2],[3,-2],[1,-1],[3,-4],[3,-6],[1,-4],[1,-1],[1,-2],[2,-1],[1,-1],[1,-3],[1,-2],[0,-1],[1,-2],[1,-2],[2,-2],[2,-3],[1,-1],[2,-2],[1,-1],[1,-2],[2,-2],[1,-2],[1,-1],[2,-3],[1,0],[1,-2],[1,-1],[1,-1],[0,-1],[2,-3],[1,-3],[1,-1],[1,-3],[1,-3],[1,-3],[2,-5],[1,-2],[1,-1],[0,-3],[1,-3],[1,-1],[1,-5],[1,-4],[1,-3],[1,-7],[1,-4],[1,-5],[2,-7],[2,-10],[1,-2],[5,-22],[2,-7],[2,-4],[1,-3],[1,-4],[2,-3],[1,-5],[1,-1],[1,-3],[1,-6],[2,-5],[2,-3]],[[5787,7879],[-4,-9],[-1,-2],[-1,-3],[-4,-7],[-2,-4],[-7,-14],[-1,-3],[-3,-7],[-4,-8],[-4,-7],[-1,-3],[-1,-3],[-1,-1],[-1,-2],[-9,-20],[-12,-26],[-3,-6],[-5,-12],[-13,-27],[-6,-14],[-6,-11],[-2,-5],[-7,-16],[-7,-14],[-8,-26],[-5,-12],[-1,-3],[-3,-8],[-3,-11],[-4,-10],[-4,-13],[-5,-15],[-1,-4],[-1,0],[-2,-5],[-3,-6],[-1,0],[-3,0],[-2,1],[-1,0],[-2,1],[-1,1],[-2,3],[-2,1],[-2,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-2,-2],[-1,-1],[-2,0],[-2,2],[-1,1],[-2,0],[-2,-1],[-1,0],[-2,2],[-1,3],[-1,1],[-2,1],[-2,-4],[0,-2],[-1,-2],[-1,-4],[0,-5],[0,-2],[0,-2],[-2,-5]],[[5595,7528],[-1,5],[0,6],[-1,3],[-3,3],[-2,4],[-1,2],[-2,3],[-1,3],[-2,2],[-1,0],[-2,-1],[-2,1],[-1,2],[-2,0],[-2,2],[-2,0],[-1,2],[-2,1],[-1,1],[-3,-1],[-1,2],[-1,2],[-1,3],[-2,3],[-1,2],[-2,1],[-1,2],[-2,2],[-1,1],[-2,2],[-1,2],[-1,1],[-3,1],[-1,1],[-2,1],[-2,1],[-1,-1],[-2,-1],[-2,-1],[-2,-2],[-2,-2],[-1,-1],[-1,0],[0,-1],[-2,4],[-5,7],[-2,3],[0,4],[-1,8],[0,1],[0,1],[-2,2],[-3,4],[-1,1],[0,1],[-1,5],[0,1],[-2,1],[-2,-2],[-5,-3],[-3,-4],[-4,-3],[-1,1],[-1,0],[0,1],[0,2],[-1,1],[-3,4],[-1,0],[-2,-1],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[-6,0],[-1,-1],[-3,-1],[-5,-1],[-2,1],[-2,1],[-4,4],[-1,0],[-1,2],[-2,2],[-1,0],[-3,-3],[-4,-2],[-1,1],[0,1],[-2,1],[1,1],[-1,5],[-1,2],[-2,7]],[[5439,7647],[2,2],[3,8],[4,8],[4,11],[2,11],[4,15],[1,9],[1,5],[0,7],[0,2],[1,7],[0,7],[1,5],[0,9],[0,6],[0,7],[0,22],[-1,5],[0,1],[0,2],[0,4],[0,2],[-2,9],[-1,6],[-2,17],[-6,28],[-2,9],[-1,4],[-2,7],[-7,32],[-1,2],[-2,11],[-1,2],[0,2],[-1,9],[-1,6],[-1,8],[0,8],[0,4],[-1,9],[0,8],[0,1],[0,17],[0,4],[0,8],[0,10],[1,6],[0,12],[-1,15],[1,10],[1,12],[0,3],[0,7],[0,19],[0,8],[1,4],[-1,8],[0,11],[-1,5],[0,2],[0,11],[0,1],[0,1],[0,2],[-2,4],[0,5],[-2,11],[-1,7],[-3,11],[-2,9],[-1,0],[-3,9],[-2,6],[-1,7],[-1,2],[-1,3],[-1,3],[-1,4],[-2,13],[0,4],[-1,6],[0,9],[1,12],[0,2],[1,7],[1,9],[0,4],[0,4],[1,6],[1,6],[0,5],[1,3],[0,9],[1,4],[0,4],[2,7],[1,3],[1,3],[1,4],[2,4],[3,9],[2,4],[1,4],[3,10],[1,8],[2,6],[1,4],[2,5],[1,3],[3,3],[2,2],[2,2],[3,3],[1,2],[1,0],[0,1],[1,0],[0,1],[1,2],[1,3],[1,1],[2,1],[1,1],[3,2],[3,2],[4,2],[1,0],[4,0],[2,-1],[3,0],[3,-2],[3,-1],[4,-2],[5,-3],[4,-3],[2,-1],[3,-2],[2,-1],[3,-1],[2,-1],[3,-1],[3,-3],[2,0],[1,0],[2,-2],[1,0],[3,0],[3,0],[2,0],[2,0],[1,0],[1,0],[2,1],[1,0],[1,0],[4,2],[3,0],[1,0],[3,1],[0,1],[1,0],[0,1],[3,1],[2,2],[3,1],[2,1],[3,2],[1,2],[2,-1],[1,0],[1,1],[1,2],[1,0],[-1,0],[0,1],[3,3],[1,1]],[[6560,7454],[-8,-21],[-6,-18],[-5,-14],[-10,-28],[-2,-6],[-5,-12],[-7,-20],[0,-1],[-2,-5],[-1,-4],[-2,-5],[-1,-3],[-1,-2],[-5,-16],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-6,-8],[-2,-4],[-14,-21],[-4,-8],[-6,-9],[0,-1],[-3,-7],[-11,-25],[-4,-9],[-5,-12],[-18,-42],[-2,-5],[-14,-33],[-9,-23],[-4,-8],[-4,-9],[-1,-2],[-14,-20],[-2,-3],[-13,-20],[-12,-17],[-2,-4],[-2,-2]],[[6349,6999],[-6,-10],[-2,-1],[-3,-3],[-18,-11],[-6,-5],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-25,-17],[-2,2],[-1,3],[-2,2],[0,4],[-2,2],[0,4],[-2,4],[-2,0],[0,6],[-1,3],[-2,1],[-1,1],[-2,4],[-2,2],[-1,3],[-2,-2],[-1,2],[-2,0],[-2,1],[-1,-4],[-1,-3],[-2,1],[-2,0],[-2,3],[-2,2],[-2,-3],[-3,-1],[-2,0],[0,4],[-2,2],[-2,2],[-2,0],[-1,3],[0,5],[-2,2],[-1,2],[-2,4],[0,3],[-1,4],[-2,1],[-1,-3],[-1,1],[-2,-2],[-1,0],[-3,-2],[-2,0],[-2,-1],[-1,-1],[-2,0],[-2,0],[-2,0],[-1,1],[-3,2],[-1,2],[-1,3],[-2,1],[-1,-2],[-1,0],[-1,0],[-2,0],[-11,0]],[[6178,7015],[1,1],[0,1],[1,1],[2,5],[1,16],[0,11],[-1,8],[-1,3],[-2,6],[-2,4],[-3,4],[-7,5],[-21,7],[-1,0],[-2,4],[-1,3],[-1,3],[-1,6],[2,31],[0,6],[2,9],[1,4],[3,15],[1,2],[5,14],[0,1],[1,6],[0,2],[0,2],[1,7],[1,9],[3,9],[4,14],[1,1],[0,4],[1,8],[-1,3],[-1,3],[-2,4],[-18,18],[-18,10],[-3,2],[-3,6],[-1,2],[-12,2],[-2,2],[-1,4],[-1,9],[0,5],[0,6],[2,10],[2,5],[0,1],[1,0],[1,2],[1,1],[10,12],[2,2],[2,5],[1,27],[-9,23],[-4,6],[-3,-1],[-6,-2],[-1,0],[-4,-7],[-2,-5],[-3,-11],[-3,-13],[-1,-16],[0,-6],[1,-12],[0,-46],[0,-9],[-1,-2],[-2,-4],[-6,-4],[-3,-1],[-7,3],[-3,5],[-3,6],[-6,18],[-2,6],[-1,4],[1,3],[1,3],[1,5],[1,5],[3,7],[2,8],[1,5],[1,20],[4,14],[0,3],[1,1],[0,8],[0,2],[0,3],[0,6],[-1,10],[-2,20],[-1,2],[-2,4],[-1,1],[-1,2],[-2,4],[-2,6],[-1,1],[0,1],[-1,4],[-1,3],[-2,4],[-5,9],[-8,10],[-4,3],[-2,3],[-5,3],[-1,1],[-5,0],[0,2],[-5,17],[0,13],[1,12],[0,1],[0,2],[0,1],[0,1],[1,4],[2,8],[2,8],[10,24],[2,7],[0,3],[-1,6],[-1,3],[-1,2],[-3,5],[0,1],[-1,1],[-4,0],[-10,0],[-5,-1],[-4,-3],[-2,-2],[-4,-5],[-4,-7],[-5,-11],[-10,-19],[-6,2],[-4,5],[-1,2],[0,2],[-1,13],[4,43],[3,14],[7,22],[3,12],[2,7],[1,5],[0,12],[0,1],[0,1],[0,5],[0,2],[1,11],[0,1],[2,5],[8,6],[1,2],[1,2],[0,1],[0,1],[-3,10],[-4,12],[-6,11],[-1,1],[0,1],[-2,6],[-1,1],[-4,3],[0,1],[-6,7],[-2,4],[-1,2],[-3,2],[-6,5],[-3,5],[0,1],[-3,5],[-1,-1],[-5,0],[-5,-7],[-1,0],[-4,-1],[-7,-10],[-3,-7],[-1,-1],[-2,-1],[-1,2],[-13,21],[-4,9],[-2,20],[0,12],[-1,1],[0,2],[0,2],[-1,2],[0,1],[0,3],[2,21],[0,3],[1,10],[0,1],[-1,7],[0,2]],[[8419,7571],[-1,-2],[-2,-2],[-1,-1],[-1,-3],[-1,-4],[-2,-2],[-1,2],[-1,3],[-2,2],[-1,4],[-2,0],[-1,-4],[-1,-3],[-1,-1],[-1,-3],[-1,-5],[-1,-4],[-1,-3],[-1,-3],[-3,-1],[-2,1],[-1,-3],[0,-5],[1,-2],[1,-2],[0,-5],[1,-1],[1,-5],[-1,-3],[1,-4],[0,-5],[-2,-3],[0,-5],[-2,-3],[1,-3],[2,-2],[-1,-3],[0,-4],[-1,-5],[-2,-2],[-1,-1],[0,-4],[1,-3],[1,-2],[2,-2],[0,-4],[0,-5],[1,-4],[-1,-3],[0,-4],[0,-4],[0,-4],[-2,-2],[-1,2],[-1,0],[-2,2],[-1,1],[-1,-3],[-1,-3],[0,-4],[-1,-5],[-1,-2],[-2,1],[-1,0],[0,-6],[0,-5],[0,-5],[-1,-4],[0,-5],[1,-4],[-1,-5],[-1,-4],[-2,-4],[-1,1],[-2,2],[-1,-1],[-1,-4],[0,-1],[-1,-2],[-2,2],[0,2],[0,1],[-2,2],[-1,0],[-1,0],[0,1],[-2,0],[-1,0],[-2,0],[-1,-3],[1,-5],[1,-1],[0,-2],[-1,-2],[0,-4],[0,-4],[1,-2],[1,-3],[1,-4],[1,-2],[1,-4],[1,-4],[0,-4],[1,-3],[1,-4],[-2,-2],[-2,-2],[-1,-1],[-2,0],[-2,0],[-1,2],[-1,-3],[-2,-5],[0,-3],[-1,-4],[0,-4],[0,-5],[-2,-5],[-1,-2],[-1,-1],[-2,2],[-2,2],[-1,0],[-2,-2],[0,-4],[0,-4],[0,-4],[-2,-3],[-1,-2],[-2,0],[-1,-1],[-1,2],[-2,2],[-1,-3],[-2,-1],[-1,-2],[-1,-3],[1,-6],[1,-4],[1,-3],[-1,-3],[-1,-3],[-1,-6],[0,-4],[0,-5],[0,-3],[1,-5],[0,-4],[1,-5],[1,-3],[1,-3],[0,-4],[-2,-3],[0,-4],[0,-5],[-1,-5],[0,-4],[0,-4],[0,-4],[1,-5],[-2,-2],[1,-5],[0,-3],[-3,-2],[2,-3],[2,-4],[1,-3],[-1,-4],[0,-5],[1,-3],[1,-2],[-1,-4],[0,-4],[0,-4],[-2,-3],[0,-6],[1,-4],[1,-1],[2,2],[2,-2],[0,-4],[-1,-4],[0,-5],[-2,-2],[-1,-1],[0,-6],[1,-6],[1,-6],[1,-4],[0,-4],[-1,-5],[0,-6],[0,-4],[0,-4],[0,-4],[-2,-8],[-1,-5],[-1,-4],[3,-9],[0,-4],[-3,-1],[-1,-1],[-2,-5],[-1,-4],[0,-4],[1,-2],[1,-3],[-1,-4],[0,-4],[1,-7],[0,-5],[2,-3],[1,1],[2,1],[1,-3],[2,-3],[2,-3],[0,-4],[2,-3],[-1,-4],[-1,-2],[-2,-1],[1,-4],[0,-4],[0,-5],[-2,-1],[-2,-3],[0,-3],[-1,0],[-1,0],[-1,-2],[-1,-2],[-2,-2],[-2,-2],[-1,2],[-1,2],[-1,0],[-1,-3],[-2,-1],[-1,-2],[-1,-2],[0,-5],[0,-4],[-1,-4],[-2,-1],[-1,1],[-2,0],[-1,-2],[-2,1],[0,5],[-2,0],[-1,-3],[0,-3],[-2,0],[-1,-2],[-1,-3],[-2,1],[-2,0],[-1,4],[-1,2],[-1,-1],[0,-4],[-1,-4],[-1,-3],[-1,-4],[-2,-2],[-1,0],[-2,1],[-1,3],[-1,2],[-2,-1],[0,-4],[-2,-2],[-1,-2],[-1,-3],[-1,-1],[-2,0],[-1,1],[-2,0],[-2,0],[-1,2],[-2,0],[-1,0],[-1,4],[-1,3],[-2,1],[-1,2],[-2,4],[-2,1],[-1,1],[-1,3],[-2,0],[-2,0],[-1,1],[-1,1],[-2,0],[-2,1],[-1,-1],[-1,2],[-2,1],[-2,-1],[-1,-1],[-1,1],[-2,0],[-1,0],[-1,3],[-1,2],[-1,4],[-1,2],[-2,-2],[-1,-1],[-2,-2],[-1,-1],[-3,0],[-1,-2],[-2,-2],[-1,-3],[-1,-1],[-1,2],[-2,-2],[-1,-3],[0,-4],[-1,-3],[-1,-2],[-1,-3],[-1,-4],[0,-4],[-1,-5],[0,-5],[-1,-3],[-1,-2],[-1,-3],[-2,-1],[-1,-2],[-2,1],[-1,2],[-1,5],[-1,0],[-1,-1],[-3,-3]],[[8189,6875],[-1,2],[-2,0],[-3,1],[-1,1],[-3,3],[-1,1],[-2,2],[-2,0],[-1,0],[-3,-2],[-1,2],[-1,4],[-2,2],[0,4],[1,2],[1,5],[-1,4],[-1,1],[-2,0],[-1,2],[-2,-1],[-2,0],[0,6],[1,2],[2,3],[0,4],[-1,4],[-1,4],[1,3],[-1,2],[0,4],[0,4],[0,4],[1,3],[-1,3],[-1,5],[1,4],[-1,3],[-2,0],[-1,3],[-1,3],[0,4],[-1,4],[-1,4],[-1,0],[-2,1],[-2,1],[0,5],[0,5],[-2,0],[-1,0],[-2,7],[-1,0],[0,5],[0,4],[-1,3],[-2,7],[2,5],[-1,6],[1,4],[-2,1],[-2,2],[-2,6],[-2,-2],[-2,4],[-2,2],[-1,7],[-2,-1],[-1,-4],[-1,-1],[-2,2],[0,5],[-1,7],[-2,4],[0,4],[-1,4],[-2,1],[0,4],[-1,1],[-3,2],[0,4],[0,4],[1,2],[1,4],[-2,1],[-2,2],[1,4],[0,5],[0,5],[0,4],[1,4],[-1,3],[-1,4],[1,5],[0,5],[-2,-1],[-1,0],[-1,4],[-1,5],[-1,-3],[-2,2],[-1,3],[-1,-2],[-2,1],[0,4],[-1,4],[-1,-1],[-1,4],[0,4],[-2,0],[-2,-3],[-1,2],[-2,0],[-1,-4],[-1,-3],[-2,-1],[-1,-2],[-2,-3],[-2,-4],[-2,-2],[0,-5],[-1,-3],[-1,-2],[-2,0],[-2,2],[-2,0],[-1,2],[-2,-2],[-2,0],[-2,-2],[-2,-1],[-2,0],[-2,-1],[-2,-2],[-1,-2],[0,-3],[0,-4],[0,-4],[-1,-4],[-1,-5],[-1,-3],[-2,0],[-2,1],[-1,1],[-2,0],[-2,2]],[[8042,7110],[-2,0],[-1,-2],[-1,6],[0,4],[-2,1],[-1,-1],[-1,5],[0,6],[0,3],[0,6],[-2,4],[-1,0],[-1,4],[0,4],[-1,3],[-2,1],[-2,-1],[-1,3],[2,3],[1,3],[-1,4],[-1,4],[0,3],[-2,2],[-2,-2],[-1,-2],[-2,-3],[-2,0],[-1,-1],[0,5],[-1,4],[-2,1],[-1,2],[0,4],[-2,2],[-1,2],[-2,2],[-1,2],[-1,4],[-2,1],[-1,-2],[-2,3],[-1,0],[-1,-2],[-2,0],[-3,-5],[-1,4],[-2,0],[-1,-3],[-2,-2],[-1,-1],[-1,-3],[-1,3],[-1,5],[-1,4],[-2,3],[-2,2],[-1,0],[0,4],[-1,5],[-1,3],[0,5],[-2,3],[-1,1],[-2,-2],[-2,-1],[-2,-1],[-1,0],[0,4],[1,3],[0,4],[-1,4],[-1,1],[-3,-2],[-1,-3],[-1,-4],[-1,-2],[-1,-3],[-2,0],[-2,0],[-1,-5],[-1,-3],[-1,0],[-2,4],[-1,1],[-2,2],[0,4],[-2,2],[1,7],[2,4],[0,5],[-1,4],[-1,1],[-2,2],[-2,-2],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-1,3],[-1,0],[-2,1],[-1,2],[-1,2],[-1,0],[-2,0],[-1,0],[-2,-1],[-1,1],[-2,1],[-2,1],[-1,2],[-1,1],[-2,1],[-1,2],[-1,2],[-1,3],[-2,3],[-2,2],[-1,3],[-1,1],[-1,2],[-2,1],[-1,1],[-1,3],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,1],[-17,13],[-1,1],[-1,2],[0,1],[-1,7],[-1,0],[0,3],[0,1],[0,6],[1,3],[0,4],[1,5],[1,3],[2,8],[0,2],[1,3],[1,1],[2,2],[0,1],[-3,14],[-1,4],[-2,18],[0,5],[1,3],[1,1],[1,1],[0,1],[1,1],[0,3],[-1,2],[0,2],[0,2],[0,2],[-1,2],[-1,4],[0,3],[-3,10],[-1,4],[-1,5],[-1,5],[0,2],[-1,3],[0,2],[-4,5],[-3,2],[2,10],[0,8],[1,2],[4,14],[0,3],[0,1],[0,2],[-3,12],[0,1],[-1,0],[-3,0],[-3,0],[0,1],[-1,1],[0,7],[0,2],[1,1],[1,0],[1,-1],[0,1],[1,0],[0,2],[0,2],[-1,1],[0,1],[-1,0],[-1,0],[-4,-1],[-1,2],[0,1],[0,1],[4,8],[0,2],[-1,2],[-1,1],[-1,1],[-1,0],[-3,-1],[-1,0],[0,1],[-2,3],[0,3],[1,3],[2,5],[1,2],[0,3],[-1,2],[0,1],[0,1],[0,1],[-1,2],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-2,-3],[-1,0],[0,1],[-1,1],[0,1],[2,9],[1,5],[1,1],[0,1],[0,1],[-1,0],[-2,2],[-2,0],[0,1],[-1,-6],[-1,-1],[0,-4],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,2],[-1,1],[0,1],[0,1],[-1,0],[-1,4],[-1,0],[-1,0],[-1,0],[-2,0],[0,-6],[-4,3],[-1,1],[-2,1],[-4,9],[0,1],[-1,1],[-2,0],[-1,0],[0,2],[-1,1],[0,1],[0,2],[0,2],[1,1],[1,1],[1,1],[3,1],[1,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,3],[0,2],[-3,3],[-1,1],[-1,1],[0,1],[0,1],[1,2],[1,1],[4,2],[1,2],[0,2],[0,3],[0,2],[-1,1],[0,3],[-1,1],[-2,4],[0,1],[-1,1],[-2,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-4],[0,-3],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[-1,1],[0,1],[-4,14],[0,1],[0,1],[-1,3],[-1,5],[0,1],[0,1]],[[7790,8072],[5,11],[2,23],[2,21],[1,14],[0,8],[1,22],[2,15],[1,8],[4,12],[3,10],[4,7],[5,8],[8,9],[2,3],[7,4],[8,4],[1,0],[15,0],[10,1],[4,1],[5,1],[3,1],[4,3],[1,1],[1,1],[2,9],[1,7],[4,5],[6,8],[7,7],[16,12],[13,6],[11,2],[12,-5],[11,-9],[1,-1],[5,-4],[1,-2],[13,-17],[6,-14],[1,-1],[2,-4],[5,-8],[0,-1],[3,-8],[1,0],[2,-7],[1,0],[5,-16],[6,-8],[10,-2],[3,-2],[6,-6],[1,-2],[2,-6],[5,-3],[11,-3],[3,0],[5,0],[7,-1],[19,-5],[0,-2],[3,-1],[7,-3],[6,-3],[5,-1],[9,-4],[5,-1],[9,-4],[12,-10],[6,-6],[5,-8],[6,-9],[6,-10],[4,-4],[9,-13],[9,-14],[6,-11],[3,-9],[4,-12],[3,-23],[2,-36],[1,-21],[2,-9],[5,-14],[6,-15],[5,-10],[2,-2],[5,-4],[4,-2],[7,-2],[4,1],[3,4],[2,3],[3,4],[3,7],[7,22],[2,6],[7,17],[2,10],[0,6],[1,5],[1,4],[9,1],[13,24],[19,0],[15,-13],[15,-15],[16,-14],[2,1],[22,7],[24,4],[1,0],[3,1],[1,0],[5,1],[5,6],[10,13],[4,5],[16,43],[7,32],[3,26],[1,17],[1,4],[6,30],[1,5],[2,4],[11,23],[21,21],[5,5],[9,9],[2,2],[4,5],[1,2],[3,3],[3,3],[2,3],[2,3],[1,0],[1,1],[3,4],[4,7],[1,5],[2,1],[2,5],[3,4],[2,4],[1,7],[2,8],[2,4],[1,3],[1,4],[3,8],[2,11],[2,8],[1,9],[1,1],[1,11],[4,14],[2,7],[1,5],[2,5],[1,3]],[[7415,7527],[-10,-19],[-4,-8],[-7,-14],[-3,-7],[-7,-15],[-3,-6],[-18,-37],[-4,-15],[-4,-16],[-1,-4],[-1,-2],[-3,-2],[-1,-2],[-2,-2],[-1,-4],[0,-6],[-1,-5],[0,-4],[-1,-4],[-1,-4],[1,-7],[0,-3],[1,-3],[1,-5],[1,-3],[2,-3]],[[7349,7327],[0,-4],[0,-4],[-1,-3],[-2,0],[-1,-1],[-1,-2],[-3,-2],[-1,0],[-2,1],[-2,-1],[-1,1],[-1,-4],[1,-4],[0,-4],[0,-4],[-1,-4],[-1,-6],[0,-4],[-1,-4],[0,-5],[-1,0],[-1,0],[-2,-2],[-1,-1],[-1,-3],[-1,-3],[-2,3],[1,6],[1,5],[1,5],[0,5],[1,8],[0,8],[0,6],[-1,6],[0,13],[-1,5],[-1,2],[-1,1],[-1,0],[-2,-1],[-1,-1],[-1,-3],[0,-3],[0,-4],[0,-6],[0,-1],[1,-7],[0,-6],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,3],[-1,1],[-1,2],[-1,5],[-2,10],[-1,6],[0,1],[-1,4],[0,5],[-1,2],[0,3],[-2,6],[-1,5],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-2,-4],[-2,-5],[-1,-2],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[-5,9],[-4,5],[-4,6],[-3,4],[-2,1],[-8,6],[-2,2],[-5,8],[-1,1],[-3,3],[-3,1],[-5,3],[-2,2],[-1,1],[-2,3],[-4,5],[0,1],[-1,1],[-2,0],[-7,-3],[-2,-1],[0,-1],[-2,-2],[-1,-2],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,2],[-2,3],[0,2],[-1,2],[-1,3],[-1,2],[-2,3],[-3,3],[-1,1],[0,1],[-2,-1],[-2,-2],[-2,-1],[-2,-1]],[[7188,7403],[0,1],[-1,2],[-1,3],[0,4],[-1,12],[0,1],[0,2],[0,2],[0,2],[-1,3],[-2,4],[-1,2],[-2,2],[-2,1],[-4,3],[-2,2],[-2,3],[-1,1],[-1,2],[-3,8],[-3,3],[-2,2],[-1,0],[-1,0],[-2,-2],[-1,-3],[-2,-1],[-1,-1],[-1,0],[0,1],[-1,1],[0,2],[0,4],[0,2],[2,12],[0,1],[0,4],[0,2],[-1,1],[0,1],[-1,1],[-1,0],[-2,-1],[-2,-3],[-3,-4],[-1,-4],[-1,-2],[0,-1],[0,-1],[-1,-2],[0,-4],[-1,-3],[-1,-1],[0,-1],[-3,1],[-1,0],[-3,1],[-1,0],[0,1],[-1,1],[-3,15],[-1,2],[0,1],[0,4],[0,4],[0,7],[1,10],[0,3],[0,1],[0,1],[-1,0],[-1,1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-2,-5],[-3,-4],[-1,0],[0,-1],[-3,-2],[-5,-4],[-1,0],[-5,3],[-1,1],[-1,1],[-1,1],[0,2],[-1,2],[-1,2],[0,1],[0,2],[0,1],[0,4],[0,2],[1,3],[0,2],[1,3],[1,1],[1,2],[1,2],[1,1],[5,1],[5,1],[1,1],[2,2],[1,2],[1,2],[0,2],[0,4],[-1,6],[0,1],[-2,4],[-1,1],[-1,0],[-2,1],[-1,0],[-1,0],[-5,0],[-1,0],[-5,1],[-2,-1],[-2,-2],[0,-1],[-1,-3],[0,-2],[0,-5],[-1,-4],[-2,-4],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,8],[1,11],[1,7],[0,10],[0,6],[0,8],[0,10],[-1,9],[1,9],[0,3],[1,2],[2,4],[0,1],[0,1],[1,2],[0,4],[0,4],[0,5],[1,4],[0,3],[0,7],[0,10],[0,1],[1,4],[1,2],[1,1],[1,0],[3,0],[1,1],[1,2],[1,2],[0,1],[2,2],[1,1],[2,3],[1,2],[2,2],[1,2],[1,3],[0,4],[0,2],[0,2],[0,4],[0,1],[-1,2],[0,4],[0,1],[0,4],[1,4],[-1,3],[1,5],[1,4],[0,4],[1,3],[0,7]],[[6178,7015],[-2,1],[-1,-1],[-2,0],[-1,0],[-7,1],[-1,0],[-1,-2],[-1,-2],[-1,-13],[0,-2],[-1,0],[-2,6],[0,1],[-1,1],[-4,4],[-1,0],[-2,1],[-1,-1],[0,2],[-16,66],[-1,4],[0,3],[-3,-3],[-8,-10],[-2,-2],[-7,-9],[-23,-28],[-9,-11],[-7,-9],[-7,-9],[-2,-2],[-2,-2],[-2,-3],[-2,-2],[-3,-4],[-3,-4],[-4,-5],[-3,-4],[-4,-4],[-4,-5],[-2,-3],[-3,-3],[-6,-7],[-8,-11],[-2,-2],[-5,-6]],[[6011,6936],[-3,0],[-11,3],[-1,0],[-2,1],[-1,0],[-23,5],[-4,1],[-3,0],[-2,1],[-2,1],[-1,0],[-11,2],[-3,1],[-9,3],[-11,2],[-8,2],[-8,2],[-1,0],[-1,0],[-13,3],[-5,1],[-7,2],[-7,1],[-11,3],[-2,0],[-1,0],[-2,1],[-3,1],[-1,0],[-4,1],[-2,0],[-2,1],[-2,0],[-3,1],[-5,1],[-2,1],[-2,0],[-2,0],[-2,1],[-3,1],[-6,1],[-4,1],[-4,1],[-2,0],[-2,1],[-3,0],[-10,2],[-5,2],[-3,0],[-2,1],[-3,0],[-3,1],[-3,1],[-2,0],[-2,1],[-7,1],[-2,1],[-2,0],[-4,1],[-8,2],[-9,2],[-5,1],[-5,1],[-5,1],[-7,2],[-7,1],[-6,2],[-4,1],[-2,0],[-2,1],[-10,2],[-2,0],[-1,1],[-3,0],[-7,1],[-2,1],[-9,2],[-2,0],[-2,1],[-2,0],[-8,2],[-2,1],[-4,0],[-6,2]],[[5636,7021],[-4,13],[0,1],[-4,14],[-7,26],[-1,5],[0,1],[-3,6],[-8,25],[-1,3],[-3,6],[-1,4],[-1,2],[-3,9],[-1,5],[-1,3],[-3,9],[-4,11],[-1,3],[-5,15],[-3,7],[-1,8],[-1,5],[0,10],[-1,6],[-1,19],[-1,13],[0,11],[-1,11],[0,1],[-1,8],[0,5],[0,4],[-1,9],[0,10],[-1,5],[0,1],[-1,24],[0,1],[-1,2],[0,2],[-2,8],[-3,9],[-1,3],[-4,14],[-1,3],[-4,15],[-3,8],[4,11],[1,3],[5,15],[5,14],[8,24],[2,7],[3,9],[6,18],[0,1],[7,21],[1,1]],[[7188,7403],[-4,-11],[-8,-22],[-2,-5],[-3,-9],[-3,-10],[-6,-15],[-3,-9],[-5,-13],[-12,-32],[-2,-5],[-2,-7],[-1,-4],[-2,-4],[-1,-4],[-2,-5],[-1,-2],[-3,-10],[-5,-12],[-8,-24],[-16,-42],[-12,-33],[-2,-7],[-13,-35],[-2,-5],[-2,-6]],[[7068,7072],[-6,-11],[-9,-18],[-4,-6],[-4,-10],[-5,-9],[-5,-9],[-1,-3],[-2,-4],[-11,-20],[-5,-11],[-3,-5],[-2,-5],[-4,-8],[-3,-5],[-10,-18],[-3,-5],[-2,-5],[-2,-5],[-11,-19],[0,-1],[-1,-1],[-2,-1],[-2,-3],[-1,-2],[-1,-4],[0,-2],[-11,-21],[-3,-4],[0,-2],[-1,-3],[-2,-2],[-3,-2],[-4,-1],[-2,1],[-1,1],[-1,0],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[0,3],[-1,2],[0,4],[-1,1],[0,1],[-3,1],[-2,0],[-1,0],[-1,0],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[1,-3],[1,-1],[0,-1],[2,-7],[0,-2],[0,-5],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,1],[0,1],[-4,7],[0,1],[-6,6],[-2,0],[-2,-1],[-1,0],[-2,0],[-2,-7],[0,-5],[0,-8],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-2],[-1,-1],[-1,0],[-3,-1],[-1,0],[-1,0],[-3,-6],[-1,-2],[-2,-9],[0,-1],[0,-4],[0,-1],[-2,-5],[0,-1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,4],[0,1],[-1,1],[-1,-1],[-1,-3],[-1,-3],[-1,-5],[0,-1],[-1,0],[-6,-6],[-2,0],[-1,1],[-4,5],[-1,2],[0,1],[-2,4],[-1,0],[-1,0],[-1,0],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-4],[2,-3],[1,-1],[1,-2],[2,-8],[-1,-2],[-4,-7],[0,-1],[-1,-1],[-3,-3],[-1,-1],[0,-1],[-1,0],[-1,1],[-3,2],[-2,2],[-2,3],[-4,4],[-3,3],[0,1],[-3,5],[0,1],[0,1],[1,4],[1,2],[0,1],[-1,2],[0,4],[-1,3],[0,1],[0,1],[-4,0],[-3,0],[0,-1],[-1,-4],[-3,-12],[-1,-1],[0,-1],[0,-2],[0,-1],[-3,-25],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-2,-5],[0,-2],[-1,0],[-3,-3],[-3,-1],[-2,0],[-5,2],[-3,4],[-1,1],[-1,3],[-1,4],[-1,0],[-2,2],[-7,2],[-2,0],[-3,1],[-4,2],[-3,0],[-4,2],[-1,0],[-3,3],[0,1],[-7,7],[-2,1],[-1,0],[-2,-2],[-1,-1],[-3,-5],[0,-2],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-3],[-2,-2],[-3,-3],[-1,-1],[-2,3],[-1,0],[-2,0],[-1,3],[-1,3],[-1,3],[-2,3],[-1,1],[-2,-1],[-1,1],[-2,-1],[-1,-1]],[[6741,6738],[-2,1],[-1,3],[0,5],[1,3],[1,2],[2,4],[-1,3],[-1,3],[0,4],[1,3],[1,4],[0,4],[0,5],[1,2],[1,5],[1,2],[2,-1],[1,-2],[2,2],[1,2],[1,1],[1,4],[1,4],[-1,5],[-2,6],[1,3],[0,4],[-1,5],[1,4],[-2,1],[-1,3],[0,4],[0,4],[0,4],[-1,4],[0,4],[-1,3],[-2,4],[-1,4],[1,4],[-1,5],[0,4],[-2,1],[-2,3],[-1,1],[0,5],[0,4],[0,5],[-2,-1],[-1,1],[0,4],[0,4],[0,4],[-1,3],[-1,1],[-1,3],[0,5],[-2,-1],[-1,2],[-2,2],[0,4],[-1,1],[-1,4],[1,4],[-2,1],[-1,2],[-1,4],[0,4],[-1,4],[1,4],[-1,4],[0,4],[-1,2],[-2,2],[0,3],[0,4],[0,4],[-1,4],[-1,3],[0,3],[0,4],[0,4],[0,4],[-1,4],[0,4],[0,4],[0,3],[-1,4],[0,3],[-1,4],[1,4],[0,4],[0,4],[0,3],[-1,4],[1,3],[2,2],[0,4],[0,4],[0,3],[0,2],[0,2],[0,4],[0,4],[1,4],[1,0],[1,3],[0,4],[0,4],[-1,4],[-1,1],[-1,4],[0,5],[-2,5],[0,3],[0,4],[0,4],[-1,4],[-1,3],[0,3],[-1,3],[-2,2],[0,4],[-1,3],[0,4],[0,4],[-1,3],[-1,3],[-1,-1],[-1,1],[-1,3],[-1,2],[0,4],[-1,4],[-1,1],[0,4],[-1,3],[-1,3],[-1,3],[-1,2],[-1,1],[-1,3],[-1,2],[-2,1],[-1,2],[-1,2],[0,4],[-1,2],[-1,3],[0,3],[-1,3],[-1,0],[-1,3],[0,4],[-1,3],[-1,1],[-2,0],[-1,2],[-1,3],[-1,3],[0,3],[-1,3],[-2,1],[-1,2],[-1,2],[-1,3],[-1,3],[-1,0],[-1,0],[-2,1],[-1,2],[-1,1],[-2,1],[-1,0],[-1,3],[-1,3],[-1,2],[-1,2],[-1,-3],[-2,1],[-1,1],[-1,3],[-1,3],[-1,1],[-1,4],[0,3],[-1,4],[-1,2],[-1,-2],[-1,-1],[-2,2],[-1,1],[-1,2],[-1,3],[-1,1],[-2,0],[-1,0],[-1,1],[-1,3],[0,4],[-1,4],[-1,2],[-1,1],[-1,2],[-1,3],[-1,0],[0,2],[0,3],[0,3],[1,1],[0,4],[0,3],[0,1],[1,2],[0,4],[0,1],[0,3],[-1,4],[0,6],[0,6],[0,5],[0,4],[1,3],[0,5],[-1,4],[0,3],[-1,4],[-1,2],[-1,3],[-1,3],[0,4],[0,4],[-1,2],[0,1],[-1,2],[0,2],[-1,2],[-1,2],[-1,3],[-2,2],[-1,1],[-1,-1],[-1,2],[-1,1],[-1,3],[-2,2],[-1,2],[-1,0],[-1,2],[-1,3],[-1,3],[0,1],[-2,5],[-1,5],[-1,5],[-1,13],[-1,8],[-1,4],[-1,7],[-1,2],[0,4],[-1,17],[0,6],[-1,5],[0,12],[-1,4],[-1,2],[-3,3],[-1,2]],[[8042,7110],[0,-5],[-1,-4],[0,-6],[-1,-2],[-1,-3],[-1,-5],[-1,-2],[0,-7],[-2,-3],[-1,0],[-2,4],[-1,-1],[-3,1],[-2,-4],[1,-4],[1,-3],[1,-5],[-1,-7],[1,-2],[2,-6],[2,-3],[1,-6],[0,-3],[-1,-2],[-1,-3],[-2,-2],[-1,-1],[-1,-5],[-3,-1],[-2,-5],[-3,-4],[-1,-1],[-2,1],[0,4],[-1,4],[1,4],[-3,7],[-3,-5],[-7,2],[-1,-1],[-1,-4],[-1,-4],[-1,-5],[-1,-5],[-1,-3],[-1,-2],[-1,-4],[-1,-2],[-3,1],[-2,-2],[-2,-2],[-1,-2],[-3,-1],[-2,-2],[-1,-4],[1,-4],[1,-4],[0,-3],[-1,-4],[-3,-5],[0,-4],[1,-1],[2,-5],[2,-2],[2,-2],[0,-4],[-1,-6],[2,-5],[-1,-3],[-3,-3],[1,-5],[1,-1],[3,-2],[0,-5],[1,-5],[1,-4],[1,1],[2,3],[2,-9],[1,-9],[-1,-1],[-1,-4],[-2,0],[0,3],[-2,2],[-3,0],[0,-6],[-1,-3],[-1,-2],[-1,-3],[-1,-4],[-1,-1],[-1,-5],[-1,-3],[-1,-4],[0,-4],[0,-7],[-1,-6],[-1,-3],[0,-5],[-1,-4],[-1,-4],[-1,-3],[0,-5],[0,-4],[0,-6],[0,-6],[0,-5],[1,-3],[1,-3],[0,-5],[-1,-4],[-1,-3],[-1,-4],[-3,-1],[-4,-1],[-1,0],[-2,-2],[-1,-3],[0,-6],[1,-10],[1,-4],[1,-5],[-1,-4],[2,-1],[2,-4],[-1,-4],[0,-6],[1,-5],[1,-4],[2,0],[0,-6],[-1,-4],[1,-5],[0,-5],[3,-2],[-1,-3],[-1,-4],[-1,-5],[-2,0],[-1,2],[-2,0],[-2,-6],[-2,0],[-1,-3],[-1,-4],[-2,0],[-1,3],[-1,1],[-1,1],[-2,0],[-2,-1],[0,-8],[1,-4],[2,-2],[-3,-5],[0,-4],[-1,-4],[1,-2],[1,-3],[1,-5],[-2,-3],[-1,-5],[-3,-2],[-1,1],[-2,2],[-2,-1],[-2,-1],[-2,0],[-1,-2],[-1,0],[-2,-3],[-2,-5],[0,-5],[-1,-5],[3,-4],[-2,-3],[-2,-5],[-1,-5],[-2,-1],[-2,1],[-3,-3],[-1,-4],[-2,-2],[-2,-3],[-2,-3],[-1,-2],[-2,-1],[-2,-2],[-1,-6],[-3,-3],[0,-4],[-1,-3],[-1,-6],[-1,-5],[0,-2],[-1,-2],[0,-3],[0,-13],[1,-4],[-1,-6],[-1,-4],[0,-5],[0,-6],[-1,-4],[-1,-2],[-1,-3],[-1,-3],[0,-4],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-3,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-1,0],[-2,1],[-1,5],[-1,3],[-1,3],[-2,3],[-1,2],[-2,0],[-2,-1],[-2,-1],[0,-4],[0,-4],[-1,-6],[-2,-4],[-1,-3],[-1,-4],[-2,-4],[-1,-2],[-2,0],[-2,0],[-1,-2],[-2,-4],[0,-6],[-1,-4],[-1,-3],[-1,-4],[-2,-3],[-1,-1],[-2,0],[-1,0],[-2,-2],[-1,-1],[-2,0],[-1,0],[-2,4],[-1,1],[-1,-3],[0,-6],[0,-7],[-1,-6],[-1,-5],[0,-5],[-1,-7],[-2,-1],[-3,0],[-1,5],[-2,3],[-1,0],[-2,-1],[-2,-4],[-1,-3],[-1,-3],[-2,-1],[-2,3],[-1,0],[-2,-2],[-2,2],[-1,-4],[-1,-4],[0,-7],[0,-4]],[[7803,6377],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-7],[0,-1],[0,-2],[-1,-7],[-1,-6],[0,-2],[-1,-8],[-1,-3],[-3,-8],[-3,-10],[-2,-3],[0,-1],[-1,-1],[-1,-1],[0,7],[-1,2],[0,1],[0,1],[-2,7],[-1,6],[0,12],[0,1],[1,5],[0,3],[0,1],[-3,17],[-3,18],[0,2],[-1,4],[-1,2],[0,3],[-2,5],[-1,1],[0,4],[0,5],[-1,6],[-1,2],[-1,1],[-2,2],[-1,1],[-2,0],[-3,-2],[-2,-3],[0,-1],[-1,-4],[-2,-8],[0,-1],[-1,-2],[-1,-1],[-1,1],[-1,2],[-1,3],[0,1],[-3,14],[-2,9],[-2,4],[-1,5],[0,4],[-1,6],[-1,6],[0,1],[0,4],[-1,4],[0,1],[-1,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,-2],[-1,-3],[0,-2],[-2,-5],[-2,-2],[-1,-1],[-3,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[1,-5],[0,-1],[3,-15],[2,-9],[1,-6],[0,-1],[0,-1],[0,-2],[0,-1],[-2,-2],[-4,0],[-2,1],[-1,0],[-1,2],[-1,0],[0,1],[-1,3],[-1,2],[-2,8],[0,4],[0,10],[-1,5],[0,4],[1,5],[1,3],[1,4],[2,4],[1,3],[0,5],[-2,9],[0,4],[1,9],[0,4],[-1,5],[1,4],[0,3],[1,8],[0,1],[2,4],[3,4],[1,3],[0,2],[1,2],[0,1],[0,8],[0,3],[-1,7],[0,2],[-1,7],[-1,-1],[0,3],[-2,5],[0,3],[0,5],[-1,1],[0,5],[1,4],[1,4],[4,9],[2,4],[3,4],[4,6],[0,1],[0,5],[0,6],[-2,13],[-2,9],[0,3],[-1,1],[-1,1],[-1,0],[0,-1],[-2,-2],[0,-2],[-1,-6],[-1,-3],[0,-3],[0,-4],[0,-4],[0,-9],[0,-4],[0,-3],[-1,-4],[-1,-3],[-2,-5],[-4,-6],[-2,-3],[-6,-6],[-5,-1],[-1,1],[-1,1],[-1,2],[-1,1],[-5,19],[-1,5],[-1,3],[0,3],[0,3],[1,3],[1,2],[2,5],[1,2],[3,1],[2,2],[0,1],[1,1],[1,1],[1,2],[1,3],[0,1],[0,1],[1,6],[0,3],[0,2],[-2,11],[-1,3],[-1,2],[-1,2],[-3,1],[-5,1],[-4,1],[0,-1],[-2,-1],[-1,0],[-1,2],[-1,0],[-2,1],[-2,0],[0,-1],[-1,0],[-1,-1],[-1,-3],[-1,-3],[-1,-4],[-2,-10],[0,-1],[-2,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,2],[-1,2],[-1,7],[-1,2],[0,9],[0,1],[1,8],[3,21],[1,12],[1,6],[0,2],[1,2],[1,3],[1,1],[2,0],[1,0],[1,0],[2,0],[2,0],[1,2],[1,0],[0,5],[0,5],[-1,13],[0,1],[0,4],[0,1],[-1,3],[-1,1],[-1,2],[-3,1],[-6,1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-3,-5],[-1,-3],[-1,-4],[0,-3],[0,-5],[0,-5],[-1,-2],[-1,-2],[-1,-1],[-2,-2],[-4,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-6,-1],[-2,2],[-1,2],[-1,3],[-1,1],[0,2],[0,3],[0,1],[0,5],[-1,12],[0,5],[-1,4],[-1,1],[-2,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,0],[0,-2],[-2,-4],[-1,-3],[-2,-9],[-1,-3],[-2,-6],[0,-2],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,3],[-1,4],[-2,10],[-1,4],[0,1],[-1,2],[0,2],[-2,4],[-4,1],[-13,-14],[-1,-2],[0,-1],[-1,-4],[-1,-12],[0,-5],[-1,-6],[0,-4],[-2,-4],[-1,-2],[-1,-2],[-3,2],[-1,1],[-2,3],[-4,4],[-2,0],[-1,0],[-1,0],[0,1],[-1,2],[-1,3],[-1,5],[0,3],[0,2],[0,6],[2,8],[0,3],[-1,2],[-1,3],[-1,2],[-1,1],[-2,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[0,2],[0,1],[0,1],[0,1],[0,1],[1,3],[0,3],[0,2],[1,2],[0,3],[-1,2],[0,2],[-1,0],[-18,8],[-1,0],[-3,0],[-1,-1],[-2,-3],[-1,0],[-2,-5],[-3,-11],[-1,-4],[-2,0],[0,2]],[[7523,6790],[-1,6],[1,4],[2,8],[2,5],[1,3],[1,2],[1,3],[0,1],[1,3],[1,3],[0,4],[0,3],[0,3],[0,4],[1,5],[0,2],[1,1],[1,2],[2,0],[1,-1],[2,0],[1,0],[0,1],[1,0],[0,3],[0,1],[0,2],[0,1],[-1,3],[0,2],[-1,1],[-1,3],[-1,3],[-3,7],[0,1],[-2,3],[-1,1],[-2,0],[-2,0],[-1,-1],[0,1],[-2,0],[-1,2],[-1,1],[0,1],[0,2],[-1,2],[0,3],[1,3],[1,5],[2,7],[3,9],[1,1],[1,5],[0,1],[1,5],[0,4],[1,5],[1,4],[0,3],[0,1],[-1,2],[-1,2],[-2,-1],[-1,-1],[-1,-2],[-2,-2],[0,-1],[-1,-1],[0,-3],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-3],[-1,-4],[0,-1],[-1,0],[-5,-1],[-1,-6],[-3,6],[-1,3],[-2,4],[0,20],[0,4],[-1,11],[1,3],[0,3],[1,5],[0,4],[0,2],[0,12],[0,1],[-3,0],[-2,-1],[-1,-1],[0,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-1,1],[0,2],[-1,1],[-1,5],[0,4],[-1,5],[-1,7],[0,13],[-1,7],[0,1],[-1,2],[-1,1],[-1,0],[-2,-1],[-5,-3],[-4,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-9],[-1,-5],[-1,-3],[0,-5],[-1,-6],[-3,-4],[-5,-7],[-5,-4],[-1,0],[-1,0],[-1,2],[0,1],[-1,2],[-1,9],[1,4],[0,1],[0,3],[0,2],[1,2],[1,1],[1,5],[1,0],[0,1],[1,3],[1,0],[1,2],[4,3],[1,1],[1,2],[0,1],[1,4],[0,4],[-1,3],[0,2],[-2,3],[-1,1],[-2,2],[-8,3],[-2,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-3,-1],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,3],[-1,4],[0,5],[-2,16],[0,4],[-1,9],[-1,10],[-1,7],[0,3],[-1,4],[0,6],[-1,4],[-1,6],[-3,13],[-2,5],[0,1],[-3,12],[-3,14],[-1,5],[-4,17],[-1,4],[-4,14],[0,4],[-2,5],[-5,21],[-9,35],[-1,2],[-10,14],[-2,4],[-6,9],[-2,3],[-5,8],[-4,5],[-4,6],[-6,9]],[[5636,7021],[-3,-11],[-1,-3],[-2,-7],[-4,-12],[-3,-10],[-2,-8],[-3,-8],[-2,-7],[-2,-8],[-1,-3],[-1,-4],[-2,-4],[0,-1],[-1,-5],[-2,-4],[0,-3],[-3,-8],[-2,-7],[-2,-5],[-1,-4],[-1,-4],[-2,-8],[-5,-16],[-3,-9],[-1,-4],[-2,-8],[-3,-8],[-1,-3],[-5,-3],[-2,-2],[-4,-3],[-2,-1],[-3,-2],[-3,-2],[-2,-2],[-9,-7],[-6,-4],[-12,6],[-6,2],[-3,1],[-3,2],[-6,2],[-7,3],[-4,1],[-3,1],[-7,0],[-1,0],[-1,0],[-1,0],[-1,-2],[-1,-3],[0,-1],[0,-2],[-1,0],[0,-1],[-1,-1],[-5,-1],[-1,1],[-1,1],[-1,0],[-5,-3],[-2,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-5],[0,-6],[0,-3],[0,-6],[1,-12],[-2,1],[-3,-1],[-3,9],[-1,8],[0,4],[-1,7],[-1,2],[0,1],[-2,1],[-11,3],[-1,-1],[0,-1],[0,-4],[1,-17],[0,-3],[0,-2],[1,-3],[1,-1],[0,-1],[0,-1],[0,-2],[-2,-4],[-1,-1],[-1,0],[-3,1],[-2,1],[-1,3],[-6,9],[0,2],[0,1],[-1,1],[0,1],[-8,5],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-5],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,2],[-1,1],[-1,5],[0,3],[1,2],[1,1],[2,2],[1,2],[0,1],[1,1],[0,2],[0,1],[0,6],[-1,2],[-1,0],[0,-1],[-1,-4],[-1,-2],[0,-2],[-3,-2],[-1,-1],[-1,-2],[0,-2],[0,-2],[0,-7],[0,-2],[-1,-14],[0,-5],[-1,-2],[-1,-1],[-1,0],[-1,0],[-3,4],[-2,1],[-1,0],[0,-2],[0,-2],[0,-2],[0,-13],[-4,-5],[-2,-3]],[[5394,6746],[-1,1],[-11,16],[-4,7],[-2,2],[-2,3],[-2,3],[-2,3],[-1,2],[-2,4],[-3,3],[-1,3],[-2,3],[-5,7],[-3,5],[-4,7],[-4,6],[-2,3],[-2,4],[-2,2],[-4,8],[-2,3],[-1,2],[-2,3],[-2,3],[-1,2],[-5,8],[-2,3],[-2,4],[-3,3],[0,1],[-2,3],[-2,3],[-1,2],[-2,3],[-2,3],[-1,2],[-2,4],[-2,3],[-2,2],[-6,10],[-2,3],[0,1],[-1,1],[-1,2],[-2,2],[-1,3],[-2,2],[-3,5],[-3,5],[-1,2],[-1,1],[-4,7],[-2,3],[-18,-12],[-2,3],[-1,2],[-2,2],[-8,12],[1,3],[6,4],[1,0],[3,1],[3,1],[6,1],[-5,10],[-3,4],[-1,2],[-3,4],[-2,4],[-3,5],[-2,3],[-1,2],[-3,4],[-3,5],[-1,3],[-2,2],[-1,2],[-2,2],[-1,3],[-3,4],[-1,3],[-1,1],[-4,6],[-4,7],[-2,3],[-1,1],[-2,3],[-2,4],[-2,4],[-3,5],[-4,5],[-1,2],[-5,9],[-2,2],[-1,2],[-2,3],[-1,2],[-1,1],[-2,3],[0,1],[-2,4],[-6,9],[-3,4],[-2,3]],[[5169,7105],[0,5],[0,1],[0,1],[0,2],[1,0],[0,3],[0,2],[1,4],[0,4],[1,4],[0,3],[1,4],[0,3],[0,2],[0,2],[1,1],[0,2],[0,3],[0,3],[1,2],[0,1],[0,1],[0,1],[1,5],[0,3],[0,2],[1,4],[0,1],[0,3],[1,4],[0,1],[0,1],[1,4],[1,6],[1,3],[0,1],[1,4],[1,6],[1,5],[0,1],[1,3],[1,3],[0,2],[1,4],[1,5],[1,6],[0,1],[0,4],[1,2],[0,5],[1,4],[0,3],[0,1],[1,6],[0,3],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,2],[0,1],[0,1],[1,1],[0,1],[1,2],[1,3],[1,3],[1,3],[0,1],[1,2],[2,5],[1,2],[1,6],[1,2],[1,4],[2,6],[2,9],[1,2],[0,1],[1,1],[1,2],[1,2],[1,1],[0,1],[1,2],[2,2],[1,2],[1,2],[3,4],[1,1],[2,3],[2,3],[2,3],[1,1],[1,1],[2,2],[2,3],[2,2],[3,2],[1,1],[1,1],[1,0],[1,0],[1,2],[1,0],[2,1],[2,1],[2,1],[1,0],[1,0],[1,0],[2,0],[2,0],[1,0],[2,1],[2,1],[1,1],[1,0],[2,0],[3,0],[1,0],[1,0],[2,0],[3,0],[2,1],[3,1],[2,0],[1,0],[1,1],[1,0],[1,1],[3,1],[3,0],[2,1],[4,1],[1,1],[7,3],[2,2],[2,2],[6,3],[8,8],[1,2],[8,9],[5,5],[3,4],[3,4],[2,2],[1,1],[1,2],[2,4],[1,4],[2,4],[2,5],[2,6],[1,3],[1,4],[1,4],[1,2],[1,2],[1,5],[1,4],[1,4],[1,4],[2,9],[2,6],[0,4],[1,5],[0,6],[1,4],[0,1],[1,7],[0,5],[1,1],[0,4],[1,4],[2,7],[0,2],[1,6],[2,10],[2,6],[4,8],[4,7],[3,5],[2,4],[4,5],[1,2],[4,3],[5,6],[2,2],[6,5],[5,5],[5,6],[2,2],[4,6],[1,1]],[[9158,6604],[0,6],[0,11],[0,1],[0,5],[0,6],[-1,5],[-1,3],[0,4],[-1,4],[0,5],[-2,4],[-1,1],[-1,7],[-2,2],[-2,1],[-2,4],[-1,2],[-2,-1],[-1,-1],[-2,-1],[-2,0],[-2,1],[-1,4],[-2,5],[-1,1],[-1,0],[-2,2],[-2,-1],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-2,0],[-4,-1],[-3,-1],[-6,-2],[-3,0],[-18,-4],[-1,0],[-5,-1],[-30,-7],[-10,-2],[-1,-1],[-4,-2],[-1,-3],[0,-6],[-2,-2],[0,-4],[-2,-2],[-2,-3],[0,-3],[1,-5],[-2,-4],[-1,-2],[-2,1],[-1,1],[-2,4],[-1,-1],[-3,-3],[0,-4],[-2,-6],[-2,0],[-2,1],[-2,-1],[-1,-2],[-2,-3],[-1,-6],[-1,-8],[-1,-3],[-1,-5],[-1,-1],[-3,-3],[-2,5],[-2,-2],[-2,0],[-1,-1],[-2,-1],[-1,-3],[-1,-9],[-1,-6],[-1,-2],[-3,-2],[-1,4],[-2,0],[-1,-4],[-2,0],[-3,2],[0,6],[-4,-4],[-2,-1],[-1,-2],[-2,-1],[-1,2],[-1,4],[-1,4],[-2,-2],[-1,-4],[0,-4],[-1,-3],[-2,-1],[-1,-1],[-2,-2],[-2,1],[-1,0],[-3,1],[-1,5],[0,3],[-1,3],[-1,-2],[-2,-2],[-2,0],[-1,3],[-2,4],[-1,1],[-1,4],[-1,2],[-2,0],[-1,-3],[-1,-3],[-2,-2],[-1,-3],[-1,3],[-2,2],[-2,1],[0,3],[0,4],[1,4],[-1,5],[-1,3],[-2,-1],[-2,-2],[-1,1],[-1,1],[-1,0],[-1,1],[-2,-3]],[[8908,6590],[1,11],[0,7],[1,5],[0,19],[1,5],[2,51],[1,28],[2,40],[2,26],[0,17],[1,17],[2,30],[0,17],[1,10],[1,20],[1,29],[0,6],[0,6],[1,4],[0,4],[0,4],[1,3],[-1,3],[-1,4],[1,3],[0,4],[0,3],[0,4],[1,4],[0,3],[0,4],[0,4],[2,2],[0,1],[1,2],[0,4],[1,3],[0,4],[1,4],[0,2],[1,1],[1,3],[0,1],[1,3],[1,3],[1,1],[1,4],[0,3],[1,5],[0,4],[0,1],[-1,2],[-1,3],[-1,0],[-1,0],[-1,1],[-1,1],[-2,1],[-1,0],[-2,2],[-1,0],[-1,0],[-2,1],[-2,0],[-1,1],[-10,8],[-13,9],[-19,15]],[[9078,7578],[1,-3],[1,-6],[1,-4],[1,-3],[2,-3],[0,-1],[1,-1],[0,-1],[1,-2],[1,-3],[0,-1],[1,-5],[2,-4],[2,-3],[0,-2],[2,-4],[2,-3],[0,-1],[1,-1],[1,-2],[2,-4],[0,-1],[0,-1],[1,0],[2,-4],[1,-2],[2,-2],[0,-1],[1,-2],[1,-2],[1,-1],[2,-2],[0,-1],[3,-4],[3,-3],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[2,-1],[2,-5],[1,-1],[2,-3],[1,-3],[3,-4],[0,-1],[1,-1],[2,-2],[1,-3],[3,-4],[1,-2],[2,-4],[1,-1],[1,-2],[1,-2],[0,-2],[1,-5],[1,0],[0,-1],[1,-5],[4,-28],[1,-2],[2,-41],[1,-10],[1,-15],[1,-15],[0,-2],[0,-3],[1,-7],[3,-26],[2,-7],[3,-16],[0,-2],[0,-1],[-1,-25],[0,-1],[0,-7],[0,-8],[0,-8],[0,-10],[1,-11],[2,-17],[0,-4],[-1,-4],[-4,-12],[0,-11],[0,-5],[4,-18],[0,-7],[1,-5],[1,-14],[1,-7],[0,-2],[0,-1],[0,-3],[-2,-7],[0,-1],[0,-4],[-1,-4],[0,-1],[0,-1],[-1,-13],[0,-1],[0,-11],[-1,-18],[0,-1],[0,-6],[0,-27],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[2,-11],[1,-5],[1,-1],[0,-1],[3,-7],[0,-1],[4,-7],[1,-1],[1,-2],[1,-1],[3,-8],[1,-3],[1,-5],[0,-1],[0,-1],[1,-1],[4,-15],[1,-1],[1,-5],[3,-19],[0,-1],[0,-1],[1,-1],[0,-8],[0,-1],[0,-1],[0,-1],[-1,-15],[-1,-11],[0,-1],[0,-1],[0,-2],[-1,-7],[0,-1],[-1,-10],[0,-1],[-5,-30],[-1,-3],[0,-2],[1,-7],[1,-15],[0,-12],[0,-1],[1,-16],[1,-1],[0,-1],[0,-1],[1,-11],[0,-1],[2,-8],[0,-1],[1,-5],[1,-3],[0,-1],[0,-2],[-1,-32],[-8,-50],[-1,-6],[-2,-4],[-2,-4],[-2,-1],[-2,-1],[-13,-1],[-2,1],[-2,1],[-2,2],[-2,1]],[[8908,6590],[0,-13],[-1,0],[-4,0],[-6,-2],[-5,-6],[-1,-3],[-1,0],[-2,2],[-2,1],[-1,-2],[0,-4],[0,-4],[-2,-2],[-1,-4],[-1,0],[-2,3],[-1,0],[-1,-3],[-2,-3],[-1,-1],[-2,-3],[1,-4],[-2,-3],[-1,-2],[-1,-4],[1,-3],[1,-3],[1,-3],[2,-2],[1,-3],[0,-4],[1,-1],[2,0],[2,-4],[2,-1],[0,-4],[1,-2],[2,-3],[-2,-3],[0,-4],[-1,-3],[-2,0],[-3,-1],[-1,-3],[1,-3],[1,-4],[-1,-4],[-1,-4],[-2,-5],[0,-3],[-2,-3],[-1,-3],[-1,-3],[-2,-1],[-2,0],[-1,-1],[-2,-2],[-1,-1],[-2,-2],[-1,0],[-2,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-4],[0,-3],[-1,-4],[-1,-1],[-2,-1],[-1,-3],[0,-4],[-2,-3],[-1,-2],[-1,-1],[-2,-1],[-1,-3],[0,-4],[-1,-5],[-1,-2],[-2,-2],[-2,0],[-2,1],[-1,0],[-1,0],[-2,2],[-1,2],[-1,1],[-1,4],[-1,-2],[-2,-1],[-1,1],[-2,4],[-2,1],[-1,0],[-1,-3],[-1,-2],[-2,0],[-1,-1],[-1,1],[-2,1],[-1,1],[-1,3],[-1,3],[-2,0],[-1,2],[-1,2],[-2,1],[-1,0],[-2,1],[0,-2],[-1,-2],[-1,-2],[-1,-4],[0,-5],[-1,-1],[-1,-3],[-3,-1],[-1,-1],[-1,-3],[-1,-2],[-1,-2],[-1,-2],[-1,-4],[-1,-4],[-1,-3],[0,-3],[-2,-3],[0,-3],[-2,-1],[-1,1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[-2,0],[-1,-1],[-2,-2],[-2,-2],[-1,-2],[-1,0],[-2,-1],[-1,1],[-2,1],[-2,-1],[-2,-1],[-1,-3],[-1,-3],[-1,-6],[-1,0],[-2,0],[-1,-2]],[[8737,6330],[-1,-1],[-5,-4],[-4,-3],[-5,-4],[-7,-7],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-2,1],[-1,2],[-2,2],[-1,2],[-1,3],[-1,4],[-1,3],[-1,1],[-2,-1],[-2,2],[-1,3],[-2,2],[-1,-3],[-1,-2],[-2,1],[-1,1],[-2,-1],[-2,0],[-2,-1],[-1,0],[-1,-3],[-2,0],[-1,2],[-2,2],[-2,-1],[-1,-2],[-2,-2],[-1,-1],[-1,1],[-1,3],[-1,4],[-1,3],[-2,0],[-1,3],[-2,0],[-2,1],[-1,3],[-1,1],[-1,3],[-2,2],[0,4],[-2,0],[-1,4],[-1,5],[0,3],[0,4],[1,4],[1,5],[0,4],[0,5],[0,4],[-1,3],[-2,1],[-2,0],[-1,1],[-2,0],[-2,1],[-2,2],[-2,1],[-1,2],[-2,0],[-1,-1],[-2,-1],[-1,1],[-2,0],[-1,0],[-1,3],[-1,2],[-1,4],[0,4],[-1,5],[-1,3],[-1,3],[0,4],[0,6],[0,8],[0,7],[-1,-2],[-1,-2],[-1,-1],[-2,-5],[-3,-6],[-3,-5],[-5,-9],[-3,-6],[-2,0],[-2,1],[-3,5],[-1,1],[0,1],[-2,1],[-1,3],[-2,2],[0,1],[-2,1],[-1,0],[-1,0],[0,-2],[-3,-4],[0,-1],[-1,-4],[0,-1],[-1,-6],[-2,-3],[-2,-2],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,-6],[0,-4],[1,-2],[1,-3],[0,-2],[1,-2],[-1,-4],[-1,-1],[0,-2],[-2,-3],[1,-2],[0,-2],[-2,-10],[0,-1],[-2,-8],[0,4],[0,4],[0,5],[-2,2],[-1,3],[-3,2],[2,6],[0,4],[0,7],[1,4],[-1,6],[-3,0],[-2,1],[-2,-1],[-1,4],[0,5],[-1,4],[0,4],[-1,6],[-3,4],[-1,4],[-1,4],[-1,1],[-2,-1],[-1,1],[-1,4],[1,3],[-2,0],[-1,5],[-1,3],[-1,2],[-2,1],[-2,2],[0,4],[0,6],[-2,9],[-1,3],[-2,5],[-1,1],[-1,3],[0,4],[-1,3],[-1,5],[1,3],[-1,2],[-2,1],[0,4],[1,5],[0,4],[-2,2],[-1,3],[-1,3],[-2,-1],[-1,4],[-2,4],[-1,0],[-1,5],[-2,-2],[-2,0],[-2,-2],[-2,0],[-1,-4],[-2,-1],[-2,1],[-2,5],[-1,7],[1,4],[-1,4],[-2,0],[-1,4],[0,5],[-1,0],[-1,4],[-1,0],[-2,-1],[-1,4],[-2,2],[-1,0],[-2,1],[-1,-1],[-1,-2],[-1,-4],[-2,-4],[-2,1],[-1,2],[-2,4],[-3,5],[-9,14],[-5,7],[-2,6],[-2,4],[0,1],[-6,14],[-2,5],[-5,12],[-9,21],[-1,5],[1,3],[-1,3],[-1,2],[-1,4],[-3,5],[-1,0],[-2,1],[-1,1],[-2,4],[-1,0],[-2,0],[-2,-1],[-1,2],[-2,-2],[-1,-1],[-1,3],[-1,1],[-2,-3],[-1,0],[-1,3],[-2,0],[-1,-2],[0,-5],[1,-4],[0,-5],[0,-5],[-1,-2],[-2,-1],[-1,-1],[-2,-2],[-3,0],[-1,0],[-1,-2],[0,-4],[0,-4],[1,-4],[0,-4],[-1,-3],[-1,-5],[-1,2],[-2,1],[-1,-2],[-1,-5],[-1,-4],[-1,-2],[-2,-1],[-1,2],[-1,-3],[-2,-1],[-1,-2],[-2,3],[-2,4],[-1,1],[-2,0],[-1,-3],[0,-5],[0,-8],[0,-4],[-2,0],[-1,-3],[-2,-3],[0,-4],[-2,-1],[-2,-1],[0,-5],[-1,-3],[-1,-2],[-2,1],[-1,-4],[-2,-3],[-2,-3],[-2,-1],[0,-3],[-1,-4],[0,-4],[1,-4],[-1,-3],[1,-3],[1,-3],[1,-3],[-1,-4],[-1,-2],[-2,-1],[-1,-3],[0,-4],[0,-4],[0,-4],[-1,-4],[-1,-1],[-1,-2],[0,-4],[1,-3],[0,-4],[-1,-4],[0,-4],[0,-3],[0,-6],[1,-5],[0,-4],[-1,-4],[1,-4],[1,-2],[-1,-2],[-2,-4],[0,-4],[-1,-3],[-2,-4],[-2,-1],[0,-4],[-2,-2],[0,-5],[-1,-4],[-2,-1],[0,-4],[-2,-3],[0,-3],[-1,-1],[1,-5],[1,-2],[-1,-5],[-1,-5],[-1,-1],[-2,2],[-2,-1],[-2,0],[-1,-2],[-2,-2],[-2,-2],[-1,0],[-1,3]],[[8317,6396],[-4,-2],[-1,4],[-1,0],[-2,1],[-1,3],[-1,0],[-2,-1],[-2,2],[-1,-2],[-1,-3],[-2,-2],[-1,-1],[-2,-4],[-1,-1],[-2,0],[-1,0],[-1,2],[-3,1],[-1,2],[-1,6],[-1,0],[-2,0],[0,5],[-1,2],[-2,-1],[-2,0],[0,4],[1,3],[0,6],[-1,5],[0,3],[-1,4],[-2,2],[0,6],[-2,-3],[-2,-2],[-2,3],[-2,1],[-2,3],[-1,3],[-2,0],[-1,3],[1,4],[0,5],[-1,2],[2,5],[0,4],[0,6],[-2,4],[-1,3],[-2,1],[-2,-4],[-1,-7],[-1,-4],[-2,-2],[-3,0],[-1,-3],[-2,-1],[-2,-2],[-2,1],[0,3],[0,6],[1,4],[1,1],[1,4],[1,4],[1,5],[0,4],[-1,4],[-1,5],[-2,3],[-1,2],[-2,1],[0,4],[-1,3],[-1,1],[-1,2],[-2,3],[-1,4],[0,3],[0,4],[-1,8],[0,6],[-1,5],[2,1],[1,3],[-1,3],[-1,4],[-2,5],[-2,3],[0,4],[0,4],[-1,5],[-1,6],[0,4],[2,2],[1,2],[1,5],[-1,3],[1,2],[1,4],[0,4],[1,8],[-1,3],[-1,3],[-2,-3],[-1,-1],[-2,3],[-1,4],[-1,3],[0,4],[-1,4],[-1,3],[0,4],[1,3],[-1,0],[-2,-1],[-1,2],[0,4],[0,5],[0,8],[0,5],[2,3],[0,5],[-2,2],[-3,3],[-1,5],[1,5],[0,1],[-2,2],[-1,3],[0,4],[0,4],[0,5],[-1,4],[-2,0],[-1,-2],[-2,1],[-1,2],[0,5],[1,4],[-1,3],[-2,0],[-1,-1],[-1,1],[0,5],[1,4],[-2,2],[-1,1],[-1,3],[-1,3],[1,2],[1,2],[2,1],[1,1],[1,1],[2,-1],[1,2],[1,4],[1,5],[-2,1],[-1,0],[-1,4],[0,5],[-1,4],[0,4],[-2,1],[-2,2],[-1,4],[-1,4],[0,4],[1,3],[1,3],[1,4],[0,5],[-2,2],[-1,0],[-2,3],[1,3],[0,6],[0,4],[-2,2],[-1,4],[0,5],[-1,4],[-2,4],[-2,3],[1,3],[1,4],[-2,4],[0,4],[0,4]],[[6741,6738],[1,-4],[0,-2],[1,-2],[-1,-2],[-1,-4],[1,-4],[0,-3],[0,-6],[2,-1],[1,-1],[0,-5],[2,-2],[1,2],[1,-4],[0,-4],[1,-3],[-1,-3],[-1,-4],[1,-4],[0,-4],[0,-3],[1,-3],[1,-2],[1,-3],[1,2],[2,0],[1,-4],[-1,-4],[0,-4],[1,-4],[1,-3],[2,-1],[1,-2],[1,-3],[1,-3],[2,-2],[1,1],[2,-2],[0,-4],[1,-4],[0,-5],[0,-4],[0,-4],[0,-6],[1,-5],[0,-5],[-1,-5],[-1,-4],[0,-5],[-1,-6],[2,-3],[-1,-5],[-1,-4],[1,-4],[0,-4],[1,-6],[1,-5],[-1,-5],[1,-3],[1,-5],[2,-1],[1,-3],[1,-4],[0,-5],[0,-4],[0,-5],[1,-1],[0,-3],[0,-4],[0,-5],[-2,-3],[-1,-1],[-2,-2],[-1,-4],[-1,-3],[1,-4],[2,-3],[0,-4],[2,-3],[2,0],[2,1],[1,-4],[2,-4],[2,-2],[2,0],[2,-1],[1,-3],[2,-3],[2,-2],[1,-1],[3,-2]],[[6795,6454],[-14,-14],[-10,-10],[-7,-7],[-2,-2],[-3,-3],[-9,-9],[-4,-4],[-1,-1],[-7,-8],[-4,-4],[-4,-4],[-10,-10],[-5,-5],[-19,-19],[-3,-4],[-2,-2],[-2,-1],[-1,-3],[-1,0],[-4,-4],[-2,-2],[-15,-16],[-11,-10],[-19,-20],[-2,-2],[-2,-1],[-8,-9],[-4,-4],[-5,-6],[-1,0],[-1,-1],[-1,-2],[-2,-2],[-3,-3],[-3,-2],[0,-1],[-4,-4],[-17,-18],[-6,-6],[-13,-13],[-1,-1],[0,-1],[-2,-1],[-21,-22],[-18,-19],[-4,-4],[-11,-11],[-1,-12],[-1,-5],[-4,-32]],[[6501,6110],[-1,0],[0,-1],[-1,0],[-3,-8],[0,-2],[-1,-1],[0,-1],[-2,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-4],[-1,0],[0,1],[-1,0],[-1,2],[-1,1],[-1,2],[-2,3],[-2,3],[-1,3],[-4,7],[-1,0],[-1,-2],[0,-2],[-3,-9],[-2,-3],[-1,-1],[0,1],[-1,1],[0,1],[-3,12],[0,4],[-1,10],[0,1],[0,1],[0,1],[1,1],[6,-3],[2,-3],[1,-1],[1,0],[3,2],[2,1],[1,3],[1,3],[0,2],[0,4],[0,1],[-1,3],[-3,5],[-1,1],[-1,4],[0,1],[0,1],[0,1],[1,2],[1,1],[4,-1],[1,0],[0,-2],[1,-1],[2,-12],[0,-5],[0,-2],[0,-5],[0,-1],[1,-1],[1,0],[1,0],[0,2],[1,1],[0,1],[0,1],[0,4],[0,6],[1,2],[-1,0],[0,4],[0,2],[0,1],[-1,1],[0,2],[-2,2],[-1,2],[-1,4],[0,2],[-2,11],[-1,3],[0,2],[-1,2],[-1,2],[-1,1],[-1,-1],[-1,-3],[-2,0],[-1,0],[-2,1],[-1,1],[0,1],[0,2],[1,2],[3,9],[2,7],[3,8],[2,12],[1,8],[1,2],[0,1],[-1,2],[-1,-1],[-1,0],[-1,-1],[0,-2],[-8,-4],[-1,-1],[-1,-1],[-1,3],[-1,7],[-2,9],[1,18],[8,4],[3,-2],[1,0],[1,0],[0,1],[0,1],[1,1],[0,2],[-1,2],[0,1],[-2,6],[-3,9],[-3,-1],[-1,-1],[-8,-4],[-2,0],[-1,0],[0,20],[0,1],[2,12],[0,1],[1,0],[2,-2],[1,-3],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[1,0],[1,2],[1,6],[1,1],[2,19],[0,2],[-1,3],[-1,4],[-3,3],[-5,4],[-3,0],[-4,-1],[-1,0],[0,1],[-2,5],[-1,2],[-1,2],[-2,1],[-1,0],[0,-2],[0,-2],[0,-2],[1,-6],[2,-3],[0,-2],[0,-1],[0,-1],[-2,-3],[-1,-1],[-7,2],[0,1],[-6,7],[-2,2],[-1,1],[0,1],[0,3],[1,4],[1,10],[0,2],[0,1],[0,1],[-2,0],[-1,-2],[-2,-3],[-2,-9],[0,-1],[-1,-2],[-1,-19],[0,-2],[1,-2],[1,-1],[2,-1],[4,-4],[2,-2],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-2],[-3,-3],[-1,-1],[-3,0],[-1,1],[-7,3],[-2,0],[-1,1],[1,3],[0,2],[1,1],[0,1],[1,4],[0,16],[0,6],[-1,4],[-1,3],[-1,2],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-4],[-1,-4],[-1,-3],[-1,-1],[-2,-1],[-1,0],[-2,1],[-2,3],[-1,2],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,-7],[-1,-6],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,1],[-5,4],[-2,3],[-1,3],[-1,2],[0,2],[0,1],[0,1],[1,3],[1,14],[0,1],[0,1],[-1,0],[-1,-2],[-2,-3],[-1,-2],[0,-2],[0,-3],[-1,0],[-1,3],[-2,6],[-1,3],[0,5],[1,3],[0,1],[-1,1],[-3,2],[-4,-3],[-2,0],[-3,4],[0,2],[-1,2],[0,2],[0,1],[0,1],[1,3],[1,4],[1,0],[1,1],[1,0],[1,-2],[1,0],[1,1],[1,0],[1,2],[1,4],[0,6],[0,2],[-2,4],[0,1],[-1,-1]],[[6369,6407],[-1,10],[-1,6],[0,4],[-1,6],[-3,23],[-1,30],[-2,69],[0,11],[-1,7],[0,4],[-1,27],[0,7],[0,14],[0,8],[0,4],[-1,6],[0,6],[0,7],[-1,21],[0,11],[0,4],[0,7],[-1,9],[0,9],[-1,50],[-1,26],[0,43],[0,1],[0,7],[-1,8],[0,13],[0,6],[-1,34],[0,16],[-1,21],[0,46],[-1,6],[0,5]],[[7523,6790],[-2,-1],[-1,-1],[-1,-3],[-13,-29],[-4,-10],[-7,-16],[-1,-3],[-6,-12],[-5,-11],[-4,-11],[-6,-15],[-6,-14],[-2,-3],[-2,-6],[-6,-13],[-6,-15],[-2,-6],[-2,-6],[-2,-3],[-7,-16],[-3,-7],[-18,-41],[-10,-25],[-4,-9],[-7,-15],[-5,-12],[-7,-17],[-9,-22],[-2,-4],[-3,-8],[-5,-11],[-2,-5],[-6,-10],[-3,-5],[-2,-10]],[[7352,6395],[-2,2],[-3,0],[-1,1],[-1,2],[-1,3],[0,2],[1,1],[0,2],[7,10],[0,1],[1,0],[0,-1],[0,-1],[1,-5],[0,-2],[1,0],[1,1],[2,7],[0,3],[4,15],[0,1],[0,2],[1,7],[-1,4],[0,5],[1,3],[0,1],[0,1],[0,1],[-1,0],[0,1],[-2,1],[-1,0],[-1,-1],[-2,-6],[-2,-3],[-1,0],[-2,-1],[0,1],[-1,1],[0,2],[0,15],[0,3],[0,2],[3,7],[1,1],[0,2],[0,5],[0,4],[0,2],[0,1],[-1,2],[-2,0],[-1,0],[-12,1],[-1,0],[0,-7],[-1,-9],[-1,-25],[0,-4],[0,-2],[1,-2],[0,-1],[1,-2],[1,-6],[0,-2],[0,-2],[-1,-2],[-1,0],[0,-1],[-1,0],[-3,1],[-2,2],[0,1],[0,4],[2,3],[0,4],[-1,3],[-2,0],[-2,-1],[-2,0],[-2,1],[-1,2],[-1,5],[-2,2],[-1,2],[-1,3],[2,1],[1,-1],[2,1],[1,1],[1,1],[2,3],[2,3],[0,4],[0,4],[-1,2],[-3,1],[-1,-1],[-1,-4],[-1,-5],[-1,-2],[-1,1],[-3,2],[-2,7],[-1,5],[-3,8],[1,1],[4,8],[0,1],[-1,0],[0,1],[-1,-1],[0,-1],[-2,0],[-1,-1],[-2,-3],[-1,-2],[0,-2],[0,-1],[0,-4],[-1,-2],[0,-1],[-5,-4],[-1,0],[-4,-3],[-2,-1],[-6,-5],[-2,-1],[-2,0],[0,1],[0,2],[0,2],[1,4],[1,3],[1,3],[0,3],[-1,1],[-6,16],[-1,1],[0,1],[-1,-1],[-2,-3],[-1,0],[-1,0],[-2,1],[-2,2],[-5,5],[-3,5],[-1,2],[-3,5],[-1,1],[-4,9],[-1,0],[-2,2],[-3,5],[-1,2],[-1,2],[-2,2],[-2,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,2],[2,2],[3,3],[4,1],[1,2],[1,1],[0,10],[1,3],[-1,4],[0,1],[0,2],[-1,4],[-1,1],[-2,9],[0,1],[-1,2],[0,1],[-1,2],[0,1],[0,6],[0,4],[1,13],[0,1],[-1,2],[-1,1],[-1,-1],[-2,-3],[-3,-2],[-2,-2],[-2,-1],[-2,0],[-2,2],[-1,1],[-1,1],[0,2],[-2,2],[-1,1],[-1,0],[-1,-1],[-2,-1],[-2,-2],[-2,1],[-1,1],[0,1],[-1,2],[0,2],[0,5],[1,7],[1,5],[1,3],[1,2],[1,0],[2,-1],[1,1],[1,1],[0,1],[0,2],[0,1],[0,1],[1,2],[-4,11],[-3,-1],[-1,-2],[-1,-1],[-2,-8],[0,-2],[-1,0],[0,-1],[-1,0],[-2,1],[-1,2],[0,1],[0,1],[0,2],[1,11],[0,2],[1,1],[1,0],[2,-2],[1,-1],[1,1],[2,1],[0,1],[0,1],[0,4],[0,2],[-1,2],[-1,1],[-2,0],[-8,-1],[-2,0],[-1,0],[0,-1],[0,-4],[-1,-5],[-1,-2],[-2,-1],[-2,-2],[-1,-1],[-1,-3],[0,-1],[1,-2],[1,-1],[2,-5],[2,-3],[0,-1],[0,-2],[-1,-4],[0,-6],[-1,-2],[-1,-3],[-2,-3],[-3,-2],[-1,0],[-4,0],[-2,0],[-1,1],[0,1],[-2,6],[0,1],[0,1],[0,3],[1,1],[1,2],[2,3],[0,1],[0,1],[1,3],[0,3],[0,2],[-4,14],[0,2],[-1,1],[-1,1],[-1,1],[-1,2],[0,1],[-1,6],[-1,2],[0,2],[-1,1],[0,1],[-1,0],[-1,-1],[-2,-8],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,1],[-1,0],[-1,4],[0,4],[-1,3],[0,1],[0,1],[5,12],[1,1],[1,25],[1,0],[0,1],[1,0],[1,-1],[0,-1],[2,-4],[0,-1],[0,-1],[0,-2],[1,-1],[0,-3],[0,-2],[1,-1],[0,-1],[1,0],[3,1],[1,1],[0,1],[1,3],[1,5],[0,4],[0,2],[0,1],[-1,1],[-1,1],[-1,0],[-2,-1],[-1,-1],[-3,2],[-5,4],[-2,2],[-1,2],[-1,4],[-1,3],[1,3],[0,1],[0,1],[1,3],[0,2],[0,1],[-1,4],[-5,5],[-3,1],[-1,1],[-1,0],[-1,-1],[-1,-4],[0,-2],[-1,0],[-2,-1],[-1,1],[0,1],[0,2],[1,6],[2,12],[0,3],[-1,5],[-1,4],[0,1],[0,3],[1,2],[0,2],[5,1],[0,1],[1,2],[0,1],[-1,1],[-1,2],[-1,1],[-1,0],[0,-1],[-1,0],[-7,-10],[-2,9],[0,2],[-3,11],[-1,4],[0,1],[-1,6],[-2,7],[-1,4],[-2,5],[0,5],[-1,3],[-1,4],[-2,8],[-3,15],[-2,8],[-1,7],[-6,24],[-5,20],[-1,3],[-3,13],[-4,17],[-1,5],[-2,7],[-5,9],[-2,3],[-2,4],[-5,9],[-12,20],[-1,3],[-5,7],[-4,8]],[[8317,6396],[-2,-17],[2,-2],[-4,-7],[-2,3],[-1,3],[-1,-1],[-3,-3],[-2,4],[-1,6],[-2,2],[-2,-2],[-1,-3],[-1,4],[-1,4],[-1,-1],[-2,-2],[-1,-3],[-2,-2],[4,-5],[1,-3],[1,-3],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[2,-1],[1,-2],[1,-2],[2,0],[1,-2],[1,-2],[1,-1],[1,-1],[1,-2],[1,-2],[1,-3],[1,-3],[1,-3],[0,-1],[2,-2],[1,1],[1,1],[0,1],[1,0],[1,1],[2,0],[0,1],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[2,0],[1,-1],[2,-1],[2,0],[1,-2],[1,-2],[2,-2],[0,-1],[1,-2],[1,0],[2,1],[1,1],[1,1],[1,1],[1,2],[2,-1],[1,3],[0,1],[1,1],[1,0],[1,1],[1,1],[1,-1],[1,0],[0,-1],[2,-1],[2,0],[1,-1],[1,-3],[2,-2],[1,1],[2,2],[1,0],[0,-4],[1,-2],[0,-1],[1,-3],[1,-2],[1,0],[1,-1],[1,-2],[1,-2],[1,-3],[0,-2],[0,-4],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-1,-2],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-2,-1],[-1,0],[-2,-1],[-1,-3],[-1,-2],[-1,-3],[-1,-2],[-3,-6],[-1,-5],[0,-2],[0,-2],[1,-5],[0,-4],[0,-6],[0,-5],[0,-4],[-2,-2],[0,-4],[-1,-3],[0,-4],[1,-3],[1,-3],[-1,-5],[0,-6],[-1,-6],[-1,-4],[-1,-6],[0,-5],[-1,-5],[0,-4],[0,-4],[-1,-7],[-1,-4],[-1,0],[-2,-2],[-1,0],[-3,2],[-2,-1],[-1,0],[-2,4],[-1,0],[-2,1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,-3],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-2,1],[-1,-1],[-2,-1],[-1,-2],[-1,-3],[-1,-3],[-1,-2],[-1,-2],[-2,-4],[-1,-3],[0,-3],[-7,-16],[-1,-1],[-1,-3],[0,-5],[-1,-3],[-1,-2],[-1,-3],[-1,-3],[-1,-4]],[[8290,6099],[-3,2],[-2,-2],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[-1,-2],[-2,-2],[0,-4],[-1,-4],[-1,-2],[-1,-3],[-2,-2],[-1,0],[-2,-1],[-1,-1],[-1,-2],[-2,-2],[-2,-4],[-1,-6],[0,-2],[-1,-1],[-4,-2],[-1,0],[-1,0],[-1,0],[-2,1],[-8,-7],[0,-1],[0,-11],[0,-1],[0,-6],[1,-2],[0,-3],[0,-2],[0,-1],[0,-1],[-1,-1],[-3,-3],[-2,-3],[-4,1],[-1,0],[-1,0],[-2,-1],[-13,-7],[-1,0],[0,-1],[-1,-5],[-1,0],[-3,-6],[0,-1],[-1,0],[-4,0],[-2,1],[-1,-1],[-2,-4],[-1,0],[-1,-1],[-1,0],[0,1],[-1,1],[0,6],[1,4],[0,3],[0,1],[0,1],[-1,1],[-3,-2],[-1,-1],[-2,-4],[0,-2],[-1,-2],[1,-1],[1,-3],[1,-6],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-5,-12],[-2,-8],[-2,-14],[0,-1],[0,-1],[0,-1],[1,-2],[3,-4],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-3,-3],[-2,0],[-4,-8],[-1,-2],[0,-1],[-1,3],[0,2],[-1,1],[0,1],[-1,0],[-1,1],[-2,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[-1,0],[-5,2],[-2,1],[-4,3],[-4,7],[-1,0],[-1,-1],[0,-5],[0,-1],[0,-4],[-1,-7],[1,-2],[1,-9],[-1,-7],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,2],[-1,0],[-1,5],[-3,3],[-1,0],[-1,-2],[-1,-7],[-1,-13],[1,-7],[1,-5],[0,-1],[0,-4],[-1,-2],[-1,1],[-2,6],[-2,2],[-1,2],[-1,0],[0,1],[-2,0],[-2,-4],[0,-6],[-2,-11],[0,-1],[-3,-3],[-2,-2],[0,-3],[0,-2],[1,-6],[-1,-8],[-3,-7],[-3,-5],[-3,-5],[-1,8],[0,3],[0,6],[-2,3],[-1,1],[-1,-2],[0,-10],[-1,-1],[-1,-1],[-2,1],[-2,5],[-2,6],[0,3],[-1,3],[-1,3],[0,2],[-3,5],[-1,1],[-1,1],[-3,-1],[-4,-4],[-1,0],[-2,1],[-1,2],[-2,1],[-1,-2],[-2,-3],[-1,-3],[0,-1],[-2,-4],[-6,-4],[-1,-3],[0,-2],[0,-1],[1,-2],[3,-4],[3,-2],[-1,-5],[-1,-4],[0,-4],[-1,-5]],[[8067,5799],[-1,-4],[-1,-3],[-5,-4],[-1,-1],[-5,0],[-4,0],[-1,0],[-1,-1],[-1,-2],[-1,-4],[-1,-5],[1,-10],[1,-3],[-1,-17],[-2,-3],[-6,-5],[-2,0],[-4,-1],[-1,0],[-1,0],[-6,4],[-2,6],[1,4],[1,3],[5,9],[1,1],[2,4],[1,2],[2,4],[4,8],[1,3],[0,3],[0,1],[0,1],[-1,3],[-3,0],[-4,0],[-4,-3],[0,-1],[-3,-3],[-2,-5],[-4,-6],[-4,-5],[-1,0],[-3,1],[-2,7],[0,2],[1,12],[1,6],[0,4],[2,3],[3,5],[1,1],[5,8],[0,1],[1,3],[3,8],[1,1],[1,12],[1,8],[-1,2],[-1,2],[-6,2],[-2,-2],[-2,-1],[-5,-2],[-1,0],[-4,-1],[-3,-1],[-5,2],[-5,0],[-1,0],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[-2,2],[-1,1],[-2,5]],[[7982,5863],[0,9],[0,4],[2,2],[1,3],[1,2],[2,4],[0,3],[1,3],[2,1],[0,1],[6,10],[1,1],[5,4],[6,4],[4,1],[4,0],[4,5],[2,4],[2,6],[1,14],[-2,9],[-5,15],[-18,7],[-4,4],[-13,4],[-8,-13],[-2,-8],[-4,-8],[-1,1],[-5,1],[-3,11],[0,5],[-4,10],[-1,1],[-1,3],[-2,3],[-2,4],[0,1],[-5,11],[-4,10],[-1,4],[0,5],[1,16],[5,8],[1,2],[2,7],[2,4],[0,10],[1,9],[0,8],[-1,9],[-1,3],[-5,13],[-3,5],[-1,2],[-3,3],[-4,-1],[-2,-1],[0,-1],[-1,-1],[0,-1],[-3,-3],[-1,-2],[-1,-1],[0,-1],[0,-1],[-4,-4],[-12,-9],[-1,-2],[-2,0],[-1,1],[-2,5],[-1,1],[0,2],[-1,4],[0,1],[0,1],[0,1],[0,2],[0,1],[4,6],[1,5],[2,3],[2,3],[0,4],[-3,1],[-1,5],[3,5],[1,2],[1,4],[1,5],[1,9],[0,10],[-1,3],[-1,5],[0,5],[0,5],[1,3],[1,2],[1,1],[0,1],[1,2],[0,1],[0,4],[-1,2],[-1,0],[-1,0],[-1,-1],[-1,-3],[-2,-6],[-1,-3],[-1,-3],[2,-10],[-1,-3],[-1,0],[-2,1],[-1,5],[1,4],[-1,4],[0,3],[-1,1],[0,4],[0,8],[1,6],[-1,3],[-2,0],[-1,-3],[-1,-6],[-1,-3],[-2,2],[-3,6],[-1,1],[-2,3],[-3,4],[-1,1],[-1,1],[-1,0],[-1,-1],[-3,0],[-2,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-2,2],[-1,2],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-4,-29],[-1,-4],[-1,-7],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[-1,-1],[-2,-2],[-1,-1],[-4,-17],[-1,0],[-1,0],[0,-1],[-2,-2],[-1,0],[-3,-6],[-1,-2],[-1,-1],[0,1],[0,8],[1,2],[1,2],[1,2],[0,2],[0,3],[0,1],[-1,1],[-2,4],[-3,0],[-2,1],[-1,0],[-2,1],[-2,4],[-1,4],[0,4],[0,4],[1,0],[1,-1],[2,0],[1,1],[1,1],[0,5],[-2,1],[-2,-1],[-1,1],[-1,3],[0,4],[1,3],[-1,5],[-1,1],[-2,1],[-2,0],[-1,4],[1,4],[0,5],[-1,5],[-2,2],[-1,3],[0,3],[1,3],[1,1],[1,0],[1,-1],[1,-3],[2,-2],[1,0],[1,1],[0,2],[0,1],[0,2],[0,2],[-1,2],[0,1],[-2,1],[0,1],[-3,3],[0,4],[0,2],[0,5],[0,10],[2,0],[2,6],[1,2],[2,2],[0,1],[1,1],[1,0],[2,-1],[6,2],[3,1],[2,4],[3,6],[1,3],[-3,8],[0,1],[0,2],[1,2],[2,2],[1,0],[5,-4],[0,1],[1,0],[3,5],[1,2],[-3,8],[-1,1],[-2,3],[-8,22],[-1,1],[0,2],[0,1],[1,1],[0,1],[1,2],[2,1],[0,1],[2,-1],[1,0],[1,1],[0,1],[0,1],[0,2],[0,1],[0,3],[-1,1],[0,1],[-3,0],[-2,-2],[-1,0],[-2,0],[-1,0],[0,1],[-1,2],[-1,7],[-1,1],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-2],[1,-2],[0,-2],[2,-1],[0,-1],[0,-2],[1,-2],[-1,-2],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,2],[0,1],[-1,5],[0,5],[0,3],[0,3],[-2,3],[0,1],[-2,0],[-1,0],[0,-1],[0,-2],[-1,-4],[0,-6],[1,-2],[0,-3],[2,-3],[0,-1],[1,-3],[0,-1],[1,-3],[0,-4],[0,-2],[0,-5],[-1,-2],[0,-1],[-1,0],[-4,5],[-1,0],[-1,0],[-1,-2],[-2,-5],[-1,-1],[-1,1],[-2,8],[-1,3],[-1,3],[0,1],[-2,2],[-1,2],[-1,2],[-6,10],[-2,7],[-1,2],[-1,2],[-1,2]],[[5394,6746],[1,-2],[2,-1],[19,-20],[12,-11],[7,-7],[9,-9],[1,-1],[3,-3],[5,-5],[1,-2],[2,-1],[1,-1],[2,-2],[2,-2],[2,-2],[1,-1],[2,-2],[1,-1],[4,-5],[3,-2],[2,-2],[-1,-4],[0,-6],[-1,-10],[0,-6],[0,-4],[-1,-6],[0,-5],[0,-8],[-1,-8],[0,-4],[-1,-11],[0,-11],[-1,-13],[0,-6],[-1,-11],[0,-6],[0,-2],[0,-2],[-1,-10],[0,-4],[-1,-16],[0,-9],[-1,-9],[0,-2],[0,-2],[-1,-7],[0,-5],[-1,-26],[-1,-8],[0,-5],[0,-7],[-2,-17],[0,-15],[-1,-4],[0,-8],[0,-1],[0,-4],[-1,-4],[0,-11],[-1,-17],[-1,-18],[-1,-4],[0,-7],[-1,-8],[0,-11],[0,-4],[-1,-6],[0,-7],[-1,-12],[-1,-13],[0,-11],[-1,-12],[0,-11]],[[5451,6226],[0,-2],[-1,-2],[-1,-22],[-1,-24],[-1,-5],[0,-6],[0,-7],[-1,-8],[0,-5],[-1,-8],[0,-7],[0,-4],[-1,-5],[0,-5]],[[5444,6116],[-2,-3],[-6,-5],[-2,-3],[-3,-3],[-6,-5],[-2,-2],[-1,-1],[-1,-2],[-2,-1],[-2,-2],[-2,-2],[-2,-2],[-1,-1],[-2,-2],[-3,-3],[-4,-4],[-2,-2],[-3,-3],[-3,-3],[-5,-5],[-5,-5],[-2,-2],[-2,-2],[-3,-3],[-4,-3],[-3,-3],[-2,-2],[-2,-3],[-2,-1],[-2,-2],[-2,-2],[-2,-2],[-3,-4],[-3,-2],[-2,-2],[-1,-1],[-2,-2],[-3,-3],[-2,-2],[-5,-5],[-2,-2],[-5,-5],[-3,-3],[-12,-13],[-2,-2],[-2,-1],[-6,-6],[-1,-1],[-2,-1],[-10,-10],[-1,-2],[-7,-7],[-1,-1],[-7,-8],[-1,0],[-13,3],[-3,0],[-4,2],[-4,1],[-9,2],[-1,0],[-2,1],[-3,0],[-2,1],[-2,0],[-2,0],[-6,3],[-1,0],[-4,1],[-6,1],[-12,3],[-2,0],[-1,1],[-1,0],[-1,0],[-9,3],[-2,0],[-13,4],[-2,0],[-4,1],[-3,1],[-6,1],[-1,0],[-2,1],[-4,1],[-2,0],[-1,0],[-2,0],[-5,2],[-1,0],[-4,1],[-2,1],[-1,0],[-2,1],[-1,0],[-2,0],[-3,1],[-2,0],[-1,0],[-3,1],[-2,1],[-1,0],[-2,1],[-2,0],[-3,1],[-2,1],[-5,0],[-6,2],[-7,2],[-2,0],[0,1],[-1,0],[-2,0],[-3,1],[-10,2],[-1,-1],[-8,-6],[-1,-1],[-1,-2],[-2,-1],[-8,-7],[-15,-12],[-7,-5],[-2,-1],[-6,-6],[-20,-15],[-1,-1],[-2,-1],[-12,-10],[-2,-2],[-8,-6],[-2,-1],[-2,-1],[-2,-2],[-1,-1],[-2,-1],[-1,-2],[-2,-1],[-2,-1],[-3,-2],[-1,-1],[-5,-5],[-18,-15],[-2,-2],[-3,-2],[-4,-3],[-15,-12],[-8,-6],[-5,-3],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,1],[-1,-2],[-1,-2],[-1,0],[-2,-2],[-1,-3],[-1,-2],[-2,-1],[-3,-2],[-2,-3],[-9,-6],[-3,-3],[-2,-1],[-6,-5],[-4,-3],[-2,0],[0,-1],[-1,-2],[-7,-12],[-8,-12],[0,-1],[-3,-7],[-1,-2],[-1,-6],[-1,0],[-2,0],[-1,-1],[-2,0],[-2,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-2],[-1,-2],[-2,-7],[-1,-1],[-1,-1],[-1,-3],[-2,-4],[-2,-4],[-1,-1],[-1,-2],[0,-1],[-2,-10],[0,-5],[-1,-5],[0,-2],[0,-1],[1,-4],[0,-3],[-2,-5],[-3,-2],[-1,-1],[-1,0],[-2,-3],[-1,0],[-1,-1],[-2,-4],[-6,-8],[0,-1],[-1,-1],[-1,-4],[0,-1],[-1,-7],[-1,-2],[0,-2],[-1,-2],[-5,-4],[0,-1],[-2,-1]],[[4775,5664],[-2,4],[-1,1],[-2,2],[-2,3],[-2,4],[-1,3],[-2,7],[-2,8]],[[4761,5696],[1,0],[1,1],[1,2],[2,2],[2,3],[3,4],[2,5],[2,3],[4,8],[4,10],[2,5],[2,6],[2,6],[2,6],[1,4],[0,1],[1,6],[1,4],[1,4],[1,5],[1,8],[0,9],[1,8],[0,7],[0,1],[1,7],[0,4],[0,4],[0,7],[0,10],[1,19],[1,8],[0,9],[1,4],[0,7],[0,5],[0,5],[1,5],[0,5],[1,4],[0,4],[1,5],[2,21],[2,10],[1,1],[2,14],[4,20],[1,3],[1,35],[1,16],[0,2],[-1,17],[0,8],[0,6],[0,10],[-1,11],[0,11],[-3,64],[-2,23],[1,30],[0,50],[5,28],[3,20],[3,17],[1,5],[3,17],[4,16],[3,11],[6,17],[10,28],[7,16],[3,5],[1,3],[4,8],[1,2],[2,5],[5,9],[4,6],[5,9],[4,9],[2,4],[1,3],[2,7],[4,15],[2,7],[1,4],[1,2],[3,20],[1,1],[0,2],[1,8],[0,12],[1,4],[0,6],[0,2],[0,9],[0,3],[1,14],[0,1],[-1,8],[3,28],[1,6],[0,5],[0,1],[3,12],[1,4],[3,11],[1,8],[3,5],[4,7],[3,3],[7,6],[7,4],[8,3],[2,1],[1,0],[10,8],[1,3],[3,3],[2,0],[2,-1],[9,0],[1,0],[2,-1],[2,-4],[1,-1],[0,-1],[5,-1],[1,-1],[0,-1],[3,-7],[3,-5],[0,-1],[3,-7],[0,-2],[0,-5],[3,-13],[2,-4],[1,-6],[1,0],[0,1],[1,0],[0,-1],[11,-16],[1,-1],[1,-2],[3,0],[3,-1],[1,0],[5,4],[2,3],[5,8],[1,0],[3,5],[1,1],[19,25],[4,6],[12,17],[1,0],[1,2],[5,8],[6,7],[12,16],[3,5],[2,3],[2,3],[2,4],[3,6],[2,3],[1,3],[0,3],[1,3],[1,2],[1,5],[1,8],[0,1],[1,2],[0,1],[0,2],[0,1],[1,2],[1,1],[0,1],[1,3],[0,1],[1,2],[8,23],[2,5],[0,1],[1,3],[1,2],[1,8],[2,4],[1,3],[1,4],[0,1],[1,3],[0,1],[1,2],[0,1],[0,3],[1,0],[0,3],[1,3],[0,3],[1,4],[0,2],[1,8],[1,3],[0,1],[1,6],[1,4],[0,5],[1,4],[0,1],[0,2],[1,1],[1,6],[1,6],[1,7],[0,2],[0,4],[1,4],[0,7],[1,7],[0,2],[1,5],[1,6],[0,1],[1,1],[0,1],[0,4],[1,1],[0,1],[1,7],[0,4],[1,4],[0,3],[0,4],[0,3],[0,6],[0,3],[0,11],[0,1],[0,10],[0,1],[0,1],[0,1],[0,1],[-1,8],[0,3],[1,6],[0,4]],[[6369,6407],[-1,0],[-9,-6],[-1,-1],[0,-1],[-1,-5],[-2,-3],[-5,-6],[-9,-9],[0,-1],[-4,-4],[-6,-7],[-2,-2],[-17,-18],[-4,-5],[-2,-2],[-6,-7],[-3,-4],[-2,-1],[-1,-2],[-1,0],[-2,-3],[-2,-2],[-3,-3],[0,-1],[-1,0],[-20,-22],[-1,-2],[-2,-1],[0,-1],[-5,-5],[-5,-6],[-2,-2],[-8,-9],[-1,-2],[-6,-6],[-3,-4],[-2,-1],[-5,-6],[-2,-2],[-6,-7],[-5,-6],[-2,-2],[-3,-3],[0,-1],[-7,-7],[-2,-2],[-2,-3],[-10,-11],[-2,-34],[1,-26],[1,-8],[2,-7],[0,-7],[-2,-10],[-1,-2]],[[6185,6109],[-2,0],[-2,1],[-2,0],[-2,0],[-1,-1],[-1,-2],[-1,-4],[2,0],[1,-2],[-1,-5],[0,-4],[-2,-2],[-2,-5],[-1,-1],[-1,-2],[-2,-2],[0,-3],[1,-2],[1,-4],[0,-4],[-2,-1],[-2,0],[-1,-3],[1,-4],[-1,-3],[-2,-2],[-1,-2],[-2,0],[-1,-3],[0,-5],[-1,-4],[-1,-4],[-1,-1],[-2,0],[-2,0],[-1,1],[-2,-2],[-2,2],[-10,-5],[0,-3],[0,-5],[-2,-1],[-1,1],[-2,-1],[-2,0],[-2,4],[-1,3],[-2,0],[-2,0],[-1,2],[-2,3],[-1,2],[-1,2],[-1,1],[-2,4],[0,2],[-1,1],[-3,2],[-2,1],[-1,1],[-17,13],[-19,14],[-3,3],[-2,1],[-3,3],[-6,16],[-3,7],[-4,13],[-1,1],[-1,0],[-3,3],[-1,1],[-11,10],[-3,1],[-2,2],[-2,2],[-2,1],[-2,1],[-3,3],[-1,1],[-2,-5],[0,-3],[-2,2],[-1,4],[0,4],[-1,3],[-1,0],[-2,0],[-2,2],[-1,0],[-1,-3],[-1,1],[-1,1],[-2,1],[-2,2],[-2,4],[-21,-2]],[[5977,6157],[-1,5],[1,4],[1,2],[0,4],[0,4],[2,1],[1,0],[1,2],[1,3],[0,4],[0,4],[0,4],[0,4],[-1,4],[0,4],[1,2],[1,4],[0,3],[1,3],[1,2],[1,4],[1,2],[1,2],[1,3],[2,7],[1,3],[7,25],[1,1],[0,2],[1,1],[0,8],[0,1],[-1,2],[-3,0],[-2,1],[-1,1],[0,1],[0,2],[0,4],[0,2],[0,1],[1,0],[2,-1],[1,0],[1,0],[1,1],[3,8],[0,1],[0,1],[-1,1],[-1,0],[-1,-1],[-4,1],[-1,1],[0,1],[0,2],[0,1],[5,6],[0,5],[-1,0],[0,4],[-2,2],[-1,2],[-1,3],[1,4],[1,-1],[1,21],[1,17],[0,9],[1,8],[0,6],[0,7],[1,19],[1,19],[1,13],[0,9],[0,9],[1,8],[0,8],[1,31],[0,4],[1,4],[0,9],[0,5],[0,8],[0,7],[0,8],[1,8],[0,9],[0,19],[0,14],[0,9],[1,16],[0,10],[0,12],[0,11],[0,18],[1,18],[2,10],[2,9],[3,10],[2,9],[7,28],[8,31],[2,8],[2,5],[2,10],[4,13],[6,25],[3,13],[6,23],[5,18],[1,4],[-6,2],[-2,0],[-18,4],[-14,4],[-1,0],[-2,1],[-8,1],[-3,1]],[[7352,6395],[-2,-10],[-7,-27],[-3,-13],[-5,-16],[-12,-21],[0,-1],[-5,-8],[-4,-7],[-2,-5],[-5,-8],[0,-1],[-4,-6],[-5,-10],[-7,-13],[-5,-7],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-3],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-3],[-1,-3],[-1,-4],[-1,-3],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-2,-3],[-2,-3],[-2,-4],[-1,-1],[-2,-2],[-1,-1],[-2,-3],[-3,-1],[-2,-2],[-2,-1],[-2,-4],[-1,-3],[-2,-3],[-1,-5],[-2,-4],[-1,-4],[-1,-4],[-1,-4],[-1,-5],[-1,0],[0,-2],[-5,-11],[-4,-10],[-1,-3],[-2,-4],[-2,-6]],[[7217,6103],[-7,-4],[-5,-4],[-9,-5],[-3,-2],[-9,-6],[-4,-2],[-1,-1],[-8,-5],[-1,-1],[-2,-2],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-3,-2],[-3,-1],[-1,-2],[0,-1],[-1,-4],[0,-2],[0,-1],[-1,1],[-1,1],[-1,2],[0,1],[0,-1],[-8,-5],[-13,-8],[-7,-5],[-2,-2],[-11,-6],[-9,-6],[-8,-6],[-2,-1],[-1,0],[-2,-2],[-11,-7],[-11,-8],[-8,-5],[-5,-3],[-2,-2],[-8,-5],[-6,-4],[-4,-2],[-3,-2],[-12,-9],[-7,-5],[-3,-2],[-8,-5],[-4,-2],[-2,-2],[-4,-3],[-10,-7],[-12,-8],[-15,-10],[-1,-1],[-2,-1],[-4,-2]],[[6946,5923],[2,6],[1,3],[-1,5],[-2,1],[-1,6],[0,7],[0,5],[-2,2],[-2,2],[-2,2],[-2,3],[1,4],[-1,4],[-2,2],[-1,0],[-1,-1],[-2,-1],[-1,4],[-1,2],[-1,1],[-2,3],[-1,4],[-2,3],[-2,2],[-1,-4],[-1,0],[0,4],[-1,4],[-2,1],[-1,0],[-2,1],[0,5],[-1,4],[-1,4],[0,4],[-1,5],[-2,1],[-1,0],[-2,0],[-1,-4],[-2,-6],[0,-5],[-2,-3],[-2,-1],[-1,-3],[-1,-3],[-1,-3],[-2,-3],[-2,2],[-2,1],[-1,2],[-2,1],[-1,1],[-2,2],[-2,1],[-1,2],[-1,1],[-1,3],[-1,3],[-1,1],[-2,2],[-1,2],[-2,1],[0,5],[0,5],[-1,3],[-1,0],[-2,1],[-3,2],[0,4],[-1,3],[-2,0],[-2,1],[-1,2],[-2,-1],[-2,1],[-2,-1],[-1,2],[-2,2],[-1,4],[-1,3],[-1,-2],[-2,1],[-1,3],[-1,3],[-2,4],[0,4],[-1,2],[-2,1],[-1,2],[1,4],[0,5],[-1,3],[-1,1],[-2,2],[-1,1],[-2,1],[-2,-1],[-2,3],[-1,3],[-1,-1],[-2,5],[0,5],[1,3],[1,4],[0,4],[1,2],[2,3],[0,6],[-1,6],[1,3],[2,2],[2,1],[1,3],[2,1],[1,1],[2,2],[1,3],[0,3],[1,4],[0,4],[1,4],[0,4],[0,7],[-1,3],[-1,2],[1,5],[-1,4],[-1,6],[0,5],[-1,4],[0,4],[1,6],[0,7],[0,6],[-1,5],[-1,4],[0,6],[1,6],[0,5],[-2,4],[0,5],[-1,4],[-1,3],[-1,5],[0,5],[1,5],[1,4],[2,-1],[2,-1],[2,1],[1,6],[1,3],[2,4],[2,4],[0,3],[-1,4],[1,5],[2,5],[2,1],[1,1],[1,3],[0,4],[1,3],[1,5],[1,5],[2,4],[-2,3],[-1,3],[-1,6],[0,6],[-2,2],[-1,3],[1,5],[2,3],[0,5],[-1,3],[0,5],[0,4],[0,4],[0,5],[0,4],[-1,4],[-2,0],[-1,1],[-2,0],[-2,2],[-2,0],[0,3],[-1,6],[0,5],[-2,1],[-1,0],[-2,0],[-1,3],[-2,6],[-1,1],[-1,6],[1,5],[1,3],[1,5],[-2,1],[-2,0],[0,5],[-2,5],[-2,2],[-2,-2],[-2,-3],[-1,0],[-2,1],[-2,0],[-3,-2],[-2,-1],[-2,-3],[-1,-1],[-1,-1],[-2,-4],[-2,-2],[-1,0],[-2,-3],[-1,1],[-2,-1],[-2,-2],[0,4],[0,6]],[[5977,6157],[1,-1],[1,-4],[-1,-3],[-1,-3],[-2,-3],[-1,-3],[-1,-2],[-2,1],[-2,1],[-1,-1],[-2,-2],[-1,-3],[-1,-3],[-1,-3],[-1,-2],[-2,-2],[-1,-2],[-2,0],[-1,-2],[0,-4],[-1,-5],[-1,-4],[0,-3],[-1,-3],[0,-1],[-1,-2],[-1,0],[-2,-2],[0,-4],[-1,-3],[-1,-4],[1,-4],[0,-4],[1,-4],[-1,-4],[-1,-4],[0,-4],[0,-4],[-1,-4],[-1,-3],[0,-5],[0,-4],[0,-4],[-1,-8],[-1,-4],[-1,-4],[-1,-3],[-1,-4],[-1,-4],[0,-4],[1,-3],[0,-4],[-1,-4],[-2,-5],[0,-3],[0,-9],[0,-4],[1,-4],[0,-6],[0,-4],[1,-4],[1,-4],[3,0],[2,-5],[0,-4],[-5,-4],[-2,-2],[-2,-2],[-2,-4],[0,-3],[-2,0],[-1,-1],[-2,-3],[0,-6],[0,-4],[-1,-2],[-1,-4],[-1,-3],[-1,-2],[-1,-2],[-2,-3],[-1,-2],[-1,-2],[-2,-1],[-2,-1],[-1,-2],[-1,-2],[-1,-5],[-1,-5],[-1,-6],[-1,-6],[-1,-3],[0,-4],[-1,-4],[0,-5],[-1,-4],[-1,-4],[-1,-3],[-1,-3],[-2,-2],[-1,-3],[-1,-2],[-1,-4],[-2,-2],[-2,0],[-1,0],[-1,0],[-1,-2],[-2,-1],[-1,-1],[-2,1],[-1,1],[-1,-3],[-3,-2],[-2,-3],[-1,-1],[-1,-3],[-2,1],[-1,1],[-2,-1]],[[5873,5810],[-4,5],[-4,5],[-4,5],[-4,5],[-1,1],[-12,14],[-3,4],[-7,7],[-7,8],[-4,5],[-6,7],[-3,3],[-3,4],[-1,1],[0,1],[-2,1],[-1,2],[-2,2],[-3,3],[-13,15],[-35,40],[-2,2],[-2,2],[-16,19],[-4,4],[-5,6],[-4,5],[-1,1],[-1,2],[-3,3],[-1,1],[-3,3],[-2,2],[-1,2],[-7,8],[-6,5],[-6,5],[-10,10],[-4,3],[-1,1],[-2,1],[-2,2],[-2,2],[-17,15],[-2,1],[-1,1],[-2,1],[-1,1],[-2,2],[-5,4],[-2,2],[-2,1],[-2,2],[-3,2],[-1,2],[-2,2],[-3,2],[-3,2],[-3,3],[-5,4],[-6,5],[-2,2],[-1,1],[-2,2],[-1,1],[-2,1],[-2,2],[-2,1],[-1,2],[-3,1],[-2,2],[-5,5],[-4,3],[-11,9],[-3,3],[-3,3],[-14,12],[-3,3],[-3,2],[-6,6],[-5,4],[-4,4],[-6,5],[-6,5],[-2,2],[-4,4],[-5,4],[-3,2],[-4,4],[-2,1],[-3,4],[-1,0],[-8,8],[-3,2],[-6,6],[-2,1],[-7,6],[-2,2],[-4,4],[-2,2],[-7,6]],[[7982,5863],[-2,-6],[-2,-2],[-3,1],[0,1],[-6,2],[-7,3],[-22,8],[-17,6],[-12,5],[-3,1],[-6,2],[-12,5],[-8,1],[-1,-5],[-1,-3],[0,-3],[-1,-4],[-1,-3],[0,-4],[1,-4],[1,-2],[0,-4],[0,-4],[1,-3],[1,-2],[2,-3],[0,-4],[-1,-3],[0,-5],[2,-5],[0,-4],[0,-4],[0,-4],[-1,-2],[-2,-3],[0,-3],[0,-4],[-1,-3],[-1,-5],[0,-4],[0,-5],[0,-3],[0,-4],[1,-3],[2,-2],[1,-3],[-1,-4],[-2,-2],[0,-4],[2,-3],[1,-3],[-1,-4],[0,-3],[-1,-3],[-2,-2],[-2,-3],[-1,-3],[0,-5],[1,-5],[-1,-4],[0,-4],[0,-3],[-2,-1],[-1,-2],[-1,-3],[-2,0],[-1,4],[-1,3],[-1,1],[-2,3],[-1,-2],[-1,-4],[-1,-3],[-2,1],[-1,4],[-2,2],[-1,1],[-2,-1],[-1,-2],[-1,0],[-2,-2],[-1,-1],[-1,1],[-2,0],[-2,1],[-1,3],[-1,3],[-1,-2],[-2,-3],[-1,-3],[0,-5],[1,-2],[-1,-3],[-1,-4],[-1,-3],[-1,-2],[-2,2],[-1,3],[0,4],[-1,4],[-3,3],[0,4],[-2,3],[-1,3],[-1,3],[-2,1],[-2,2],[-1,6],[0,3],[-2,5],[0,4],[-1,4],[-1,4],[-1,3],[-5,6],[-4,4],[0,1],[-1,1],[-2,1],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,-1],[-2,2],[-2,-2],[-1,-2],[-1,-1],[-2,3],[-1,2],[-2,0],[-1,-1],[-1,-3],[-2,-4],[-1,0],[-1,0],[-2,3],[-1,3],[-1,3],[-1,3],[-1,2],[-2,1],[-1,1],[-2,-2],[-1,1],[-1,-3],[-1,-2],[-1,-2],[-2,-1],[-1,-1],[-2,-2],[-1,-2],[-1,-3],[-2,-4],[-1,-3],[1,-4],[-1,-3],[-2,-1],[-1,-2],[-1,-4],[-1,-2],[-2,1],[-1,-2],[-1,-2],[-1,-3],[-2,1],[-1,2],[-1,-2],[-2,-2],[-1,0],[-1,-2],[-1,-3],[0,-4],[-1,-3],[-1,-2],[-2,0],[-1,1],[-2,2],[-2,-1],[-1,0],[-2,-2],[-1,-1],[-2,3],[-1,1],[-2,-3],[-2,0],[-2,1],[-1,0],[-2,-1],[0,-5],[-1,-4],[-1,0],[-1,-2],[-2,-1],[-1,1],[-2,0],[-1,-2],[-1,-3],[0,-4],[-1,-4],[-1,-4],[-1,-2],[-1,-1],[-2,-3],[-1,1],[-2,3],[-1,3],[-1,2],[-2,-1],[-1,2],[-2,2],[-1,1],[-1,3],[0,4],[-1,2],[-2,1],[-1,2],[-1,1],[-2,0],[-1,-4],[0,-4],[-1,-4],[-2,0],[-1,1],[0,3],[-1,4],[-2,3],[0,-3],[-2,-3],[-1,-3],[-1,-1],[-2,-1],[-1,0],[-1,-2],[0,-5],[-1,-2],[-2,-2],[-1,-2],[1,-3],[1,-3],[1,-3],[0,-5],[-2,-2],[-2,-1],[0,-4],[0,-4],[-2,-2],[-1,2],[-2,-1],[-1,-3],[-2,-3],[0,-5],[-1,-2],[-3,-2],[0,4],[-1,4],[-1,4],[0,5],[-1,5]],[[7639,5665],[1,5],[2,10],[2,6],[0,4],[-3,6],[-2,6],[-9,19],[-3,9],[-1,1],[-2,5],[-3,7],[-2,4],[-2,4],[-1,2],[-1,3],[-11,27],[-4,8],[-7,17],[-7,14],[-2,4],[-1,6],[-4,23],[-6,36],[-2,11],[-1,5],[-5,32],[-2,10],[0,1],[-2,14],[-2,8],[-1,4],[-1,4],[-7,19],[-3,7],[-9,25],[-9,22],[-1,3],[-1,4],[-2,4],[-9,25],[-7,18],[-2,7],[-6,14],[0,1],[-5,13],[-5,11],[-3,10],[-2,3],[0,1],[-1,2],[-6,14],[-1,2],[-1,1],[-2,1],[-1,1],[-16,11],[-2,1],[-3,2],[-5,2],[-2,1],[-3,2],[-22,16],[-9,5],[-1,1],[-1,-2],[-2,-2],[-1,-1],[-1,1],[-1,3],[-1,2],[-2,2],[-1,-1],[-1,2],[-1,3],[1,3],[-1,3],[-5,2],[-6,3],[1,8],[-6,10],[0,1],[-1,5],[0,2],[0,2],[1,9],[-2,0],[-1,1],[-1,0],[-3,1],[-1,-10],[0,-2],[-1,-10],[0,-8],[0,-2],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,3],[0,2],[0,2],[0,2],[0,2],[0,1],[-1,2],[-1,1],[-3,5],[-1,0],[-1,-2],[0,-2],[-2,-1],[0,-4],[-2,-4],[-1,3],[-1,4],[-1,3],[1,1],[2,1],[1,4],[-5,25],[0,1],[2,1],[2,-6],[1,-1],[2,-2],[3,0],[1,2],[1,2],[1,4],[1,8],[0,3],[-1,2],[-1,2],[-2,2],[-1,0],[-3,0],[0,-1],[-1,0],[-1,0],[-1,2],[-1,2],[-5,7],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[6,2],[2,2],[1,1],[0,1],[1,3],[0,1],[-1,4],[-1,3],[0,1],[0,1],[-2,1],[-3,2],[-3,-1],[-1,1],[0,1],[-1,1],[0,3],[0,2],[0,2],[1,11],[0,1],[1,0],[0,-1],[1,-2],[2,-2],[1,-1],[1,0],[5,0],[1,1],[1,2],[-1,10],[0,1],[-1,3],[0,2],[-1,1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,1],[-3,4]],[[9158,6604],[-1,-1],[-1,-2],[-2,-5],[-1,-8],[-3,-20],[0,-21],[2,-25],[4,-14],[3,-7],[2,-6],[4,-9],[1,-6],[0,-6],[1,-13],[0,-10],[-2,-11],[0,-1],[-3,-25],[-2,-14],[-1,-13],[-2,-17],[0,-5],[-5,-29],[-1,-4],[-2,-12],[0,-3],[-1,-4],[-1,-2],[-8,-5],[-5,3],[-22,2],[-4,-1],[-1,-14],[0,-10],[0,-2],[6,-27],[0,-5],[1,-11],[1,-26],[0,-11],[1,-9],[2,-5],[5,-6],[5,-5],[4,-4],[4,-11],[1,-3],[2,-12],[3,-15],[8,-8],[1,-1],[5,-5],[3,-3],[1,-7],[2,3],[1,0],[1,0],[1,-2],[0,-2],[6,-17],[1,-3],[1,-2],[2,-2],[1,-1],[4,-3],[1,-1],[0,-1],[2,-6],[0,-8],[0,-11],[1,-18],[-1,-12],[3,-15],[2,-4],[2,-5],[5,-13],[3,-8],[2,-1],[0,-1],[1,0],[1,1],[0,-1],[6,-1],[2,-4],[2,-9],[2,-6],[1,-7],[2,-5],[4,-4],[6,-1],[2,-6],[1,-1],[0,-1],[0,-2],[0,-2],[1,-2],[-1,-5],[0,-11],[0,-1],[1,-1],[2,-5],[3,-11],[1,-4],[0,-2],[-1,-7],[0,-3],[0,-1],[3,-12],[3,-11],[3,-7],[2,-6],[-1,-7],[0,-8],[-1,-7],[1,-1],[0,-4],[2,-15],[3,-10],[1,-1],[1,-4],[3,-4],[0,-1],[2,-1],[1,-1],[1,-2],[1,-1],[0,-2],[0,-1],[1,-2],[-1,-2],[0,-1],[0,-3],[0,-5],[0,-11],[2,-10],[1,-8],[1,-4],[0,-1],[4,-17],[0,-1],[1,-4],[5,-8],[0,-1],[0,-3],[-1,-3],[-1,-2],[-1,-2],[-2,-5],[1,-3],[2,-3],[1,0],[1,-2],[1,0],[1,-1],[2,2],[1,1],[3,6],[1,0],[5,-4],[4,-3],[2,-2],[15,-1],[3,-7],[-2,-4],[0,-4],[1,-2],[0,-18],[0,-1],[0,-1],[0,-1],[0,-6],[0,-1],[1,-4],[0,-1],[0,-1],[1,-3],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,-2],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[9,7],[1,0],[1,0],[1,0],[3,-3],[2,-3],[1,-2],[0,-1],[0,-10],[0,-5],[-1,-4],[-4,-9],[-1,0],[-2,-1],[-7,0],[-2,0],[-3,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-2],[0,-7],[0,-1],[0,-13],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[3,-3],[7,-4],[2,-2],[0,-2],[-1,-3],[-4,-11],[-6,-16],[-2,-5],[-3,-5],[-2,-2],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-3,2],[-1,1],[-2,1],[-2,0],[-1,-2],[0,-3],[-1,0]],[[9298,5464],[-8,7],[-1,3],[-3,4],[-7,10],[-7,10],[-16,22],[-1,2],[-4,6],[-1,1],[-3,-5],[-2,-5],[-2,-1],[-1,-2],[-1,-6],[-1,-3],[-2,0],[-1,4],[-2,0],[-1,2],[-2,1],[-1,3],[-1,-5],[-2,-3],[-1,2],[-2,5],[-2,1],[-1,-2],[-2,-2],[-1,-3],[-2,-5],[-2,-3],[-2,-3],[0,-3],[-2,-3],[-1,-2],[-1,-1],[-2,5],[0,6],[1,3],[-5,1],[-3,-3],[0,-7],[-2,-3],[-2,2],[-2,0],[-2,3],[-1,-1],[-2,1],[-1,-4],[-1,-4],[3,-6],[-1,-4],[0,-4],[1,0],[2,-3],[0,-6],[1,-4],[-2,-4],[-2,-2],[-2,-2],[0,-4],[1,-4],[-1,-4],[0,-5],[0,-4],[1,-6],[1,-5],[1,-2],[-1,-9],[0,-3],[-3,-4],[-2,-2],[-2,3],[-3,4],[-1,1],[-2,1],[0,-5],[-2,-2],[-1,-4],[0,-4],[0,-4],[1,-5],[-2,-5],[1,-3],[-1,-4],[-3,0],[-3,-3],[-1,1],[-2,1],[-1,0],[-1,-4],[0,-3],[0,-4],[1,-3],[1,-3],[1,-2],[1,-4],[-1,-4],[-2,-5],[0,-3],[3,-5],[2,4],[2,-3],[0,-5],[1,-2],[1,-4],[-1,-3],[-2,-3],[-1,-4],[-1,-3],[-1,-5],[1,-4],[1,-2],[-1,-4],[-1,-9],[2,-1],[1,-2],[0,-4],[0,-5],[1,-3],[0,-4],[-1,-9],[-1,-2],[-1,-4],[-1,-5],[-3,-1],[-2,3],[-2,2],[-2,-3],[-1,-1],[-2,-1],[-1,-1],[0,-5],[-1,-7],[-1,-4],[-1,-2],[-1,-4],[0,-5],[-1,-5]],[[9147,5214],[-1,1],[-5,3],[-10,6],[-10,6],[-34,19],[-23,14],[-2,1],[-1,2],[-2,2],[-3,3],[-2,2],[-1,2],[-1,1],[-2,2],[-2,2],[-3,4],[-4,4],[-1,2],[-10,11],[-1,2],[-3,2],[-4,5],[-2,3],[-2,2],[-5,6],[-2,2],[-5,6],[-2,2],[-3,4],[-5,6],[-5,5],[-1,1],[-3,4],[-2,2],[-1,2],[-3,4],[-6,9],[-8,13],[-13,21],[-7,9],[-7,12],[-4,6],[-7,12],[-14,21],[-15,23],[-4,6],[-4,6],[-20,32],[-1,2],[-4,5],[-4,7],[-4,6],[-3,2],[-17,11],[-9,5],[-4,3],[-3,2],[-3,2],[-8,5],[-1,1],[-7,4],[-1,1],[-5,5],[-3,2],[-1,1],[-13,13],[-14,13],[-1,1],[-3,3],[-3,3],[-7,6],[-4,4],[-5,5],[-2,2],[-14,13],[-7,6],[-1,2],[-2,2],[-2,-2],[0,-1],[-1,-1],[-1,0],[-2,2],[-2,1],[-2,1],[-1,3],[-1,2],[-2,0],[-3,-1],[-1,-4],[0,-4],[-1,-5],[-1,-2],[-2,1],[-1,1],[-2,1],[-1,-4],[-2,-1],[-1,-1],[-1,-2],[-2,0],[-1,0],[-2,-2],[0,-4],[-2,-4],[-2,-1],[-1,-2],[-2,-2],[1,-5],[0,-4],[-1,-4],[-2,-4],[0,-3],[-1,-3],[-2,1],[-2,0],[-1,-4],[1,-6],[-1,-4],[0,-4],[-1,-4],[0,-4],[0,-5],[0,-6],[-2,-4],[-2,-5],[0,-4],[0,-5],[-1,-4],[-2,0],[-1,-3],[-2,0],[-1,-4],[-2,-1],[-1,-2],[0,-5],[-1,-5]],[[8652,5534],[-1,-1],[-1,-3],[-1,-4],[-1,-2],[-2,2],[-1,3],[-2,-1],[-1,3],[-2,4],[0,5],[0,3],[-1,5],[-1,1],[-2,0],[-3,-3],[-1,-3],[-1,2],[-2,3],[-1,1],[-2,1],[-2,4],[0,3],[1,6],[1,4],[0,4],[-2,1],[-2,-3],[-4,-2],[-1,3],[0,4],[1,7],[1,6],[0,6],[-4,1],[-2,3],[-1,3],[-2,1],[-1,1],[0,8],[0,5],[0,6],[-1,3],[-2,0],[0,5],[0,5],[-1,2],[0,4],[1,4],[1,4],[2,5],[2,3],[-1,4],[2,3],[0,4],[-2,2],[-1,3],[-1,1],[-1,3],[0,4],[-1,3],[1,4],[2,6],[0,4]],[[8609,5697],[1,2],[1,1],[2,1],[3,3],[2,1],[2,0],[5,9],[-2,2],[-1,2],[-2,0],[-1,4],[-1,4],[0,4],[1,3],[2,0],[1,0],[2,0],[1,1],[2,3],[0,3],[1,5],[-1,5],[0,4],[1,2],[2,-2],[1,0],[3,4],[1,4],[-1,3],[0,4],[1,4],[0,3],[2,2],[0,4],[-2,3],[-1,3],[1,4],[-1,4],[1,4],[1,1],[1,1],[1,2],[1,2],[1,5],[1,4],[2,-1],[2,1],[2,0],[2,0],[1,8],[1,3],[2,-2],[1,1],[3,6],[2,1],[-1,7],[0,5],[2,5],[1,4],[0,4],[3,-2],[3,-2],[2,-1],[3,6],[1,-1],[2,2],[1,3],[2,3],[2,-1],[2,2],[2,-2],[4,-8],[2,0],[2,5],[2,-3],[1,-1],[2,2],[2,5],[0,4],[1,2],[3,6],[2,4],[-1,5],[-1,0],[-1,4],[0,6],[1,1],[2,-1],[1,3],[2,1],[2,5],[1,3],[2,2],[1,2],[1,8],[-2,2],[-1,9],[2,2],[2,9],[-1,6],[0,8],[-1,3],[0,4],[2,0],[2,2],[1,3],[1,5],[2,0],[1,3],[2,4],[2,2],[2,3],[0,5],[3,5],[1,3],[-1,4],[-1,3],[0,5],[2,0],[4,10],[2,1],[2,-1],[2,4],[0,12],[4,9],[2,-1],[1,-3],[2,0],[2,-2],[2,-6],[2,-1],[2,0],[0,4],[0,7],[-1,6],[1,3],[0,7],[2,3],[2,1],[2,-3],[2,-1],[2,3],[1,-1],[1,3],[1,11],[3,4],[2,5],[2,1],[1,4],[2,1],[1,2],[0,7],[-1,0],[-1,2],[-1,4],[1,4],[0,4],[-2,6],[0,4],[-1,2],[-2,0],[-2,-1],[-1,1],[-1,3],[-1,8],[-1,4],[0,4],[0,4],[-1,3],[0,4],[1,5],[-2,3],[-1,3],[-1,3],[-2,0],[-2,2],[-2,0],[-1,3],[1,4],[0,4],[0,4],[-1,5],[1,4],[1,2],[0,4],[0,4],[0,5],[0,3],[-2,0],[-1,4],[-1,3],[0,4],[1,3],[-1,4],[1,3],[0,4],[-1,2],[1,5],[0,4],[-1,2],[0,5],[1,3],[-1,6],[-2,1],[-1,2],[-1,1],[-1,3],[-1,4],[0,4],[-1,2],[-2,1],[-1,3],[0,4],[1,4],[-2,3],[-1,2],[0,4],[0,4],[0,4],[2,0],[1,6],[1,4],[-2,4],[-1,1],[-1,4],[-1,0],[-1,-3],[-1,-4],[-2,1],[-1,1],[-2,-1],[0,5],[-1,2]],[[8609,5697],[-2,-1],[-2,2],[1,4],[-1,4],[-1,0],[-2,1],[-2,-1],[-1,-2],[0,-4],[-2,-2],[-1,0],[-1,-4],[0,-4],[-1,-2],[-2,-1],[-1,-2],[0,-4],[-2,-4],[0,-4],[-1,-1],[-1,-3],[-2,0],[-2,-1],[-1,2],[0,4],[0,4],[-2,-1],[-1,-3],[0,-4],[1,-5],[-1,-3],[-2,-1],[-2,-1],[-1,-3],[-2,2],[-1,2],[-2,1],[-1,3],[-2,0],[-1,-1],[-1,2],[-1,2],[0,4],[1,4],[0,5],[-2,3],[-1,1],[-1,3],[0,5],[-1,0],[-2,1],[-1,2],[-2,0],[-2,3],[-1,-1],[-1,-2],[-1,-2],[-2,-3],[-1,-3],[-1,-3],[-1,-4],[-1,-5],[-2,0],[0,4],[-2,1],[0,4],[0,4],[0,4],[-3,4],[-1,-1],[-2,0],[-1,0],[-1,0],[-2,1],[-2,3],[-1,0],[-2,-1],[-1,1],[-1,4],[0,4],[-1,1],[-2,-2],[-1,-3],[-1,-2],[-1,-2],[-2,0],[-2,1],[-1,3],[-1,4],[-1,1],[-1,-2],[-2,0],[-1,0],[-2,-2],[0,-5],[-1,-2],[-2,-5],[-2,-1],[-1,0],[-1,-3],[-2,-3],[-1,-1],[-2,4],[-1,2],[-1,1],[-2,-2],[0,-5],[-2,-1],[-1,0],[-2,0],[-1,3],[-1,-2],[-1,-3],[-2,-3],[-1,2],[0,4],[-2,2],[-1,-3],[-1,3],[-1,0],[-2,-2],[-1,-1],[-2,0],[-1,1],[-2,0],[-1,3],[-1,-1],[-2,-1],[-1,-2],[0,-4],[-1,-3],[-1,-1],[-2,1],[-1,-2],[1,-4],[-1,-3],[-1,-5],[-1,-5],[-2,-1],[-2,0],[0,8],[0,3],[-1,1],[-2,1],[0,4],[-1,3],[-1,3],[-1,5],[-1,4],[-2,3],[0,5],[0,4],[1,5],[-1,3],[-2,1],[-1,0],[-2,1],[-1,-3],[-1,-3],[-1,-4],[-2,0],[-1,2],[-2,1],[0,4],[-2,0],[-1,3],[-1,3],[-3,0],[-2,6],[-1,6],[-3,0],[-1,1],[-1,5],[-2,1],[0,-3],[-2,-6],[-1,-6],[-2,0],[-2,-1],[-2,-2],[-1,1],[-2,4],[-2,-3],[-1,-1],[-2,0],[-2,-2],[-2,0],[-1,-1],[-2,-2],[-1,-1],[-1,3],[-1,3],[-2,5],[-1,-1],[-1,2],[-2,0],[-2,0],[-2,0],[-1,3],[-1,4],[-1,4],[-1,4],[-1,2],[-2,0],[0,4],[0,5],[-1,4],[-2,1],[-1,2],[-1,10],[1,3],[0,4],[-1,0],[-1,2],[-3,1],[-1,-4],[-2,-2],[-1,0],[-2,0],[-1,3],[-1,2],[-1,4],[-1,3],[-1,4],[1,4],[1,1],[1,3],[0,4],[0,5],[0,5],[0,4],[1,4],[-2,2],[-1,3],[-1,8],[1,4],[0,4],[-2,0],[-2,1],[-2,2],[-1,0],[-1,4],[-2,1],[-1,3],[0,5],[0,4],[0,5],[-2,3],[-1,2],[-1,1],[-2,1],[-1,3],[-1,1],[-2,0],[-1,-4],[-1,-4],[-1,-2],[-2,0],[-1,3],[-2,-1],[-1,-4],[-1,-1],[-2,0],[-2,0],[-2,2],[-1,2],[-1,2],[-2,3],[0,4],[-2,1],[-1,3],[-2,1],[-1,0],[-1,1],[-2,2],[-1,1],[-1,2],[-2,3],[-1,2],[-1,3],[-1,1],[-2,0],[0,3],[-1,1],[0,3],[0,5],[1,3],[0,1],[0,1],[-1,0],[0,2],[0,1],[-1,1],[0,2],[0,3],[-1,3],[0,4],[-1,2],[0,2],[0,3],[0,2],[0,2],[0,6],[0,4],[1,4],[0,3],[0,4],[-1,0],[1,2],[0,2],[1,3],[0,4],[0,1],[2,2],[1,4],[0,4],[1,3],[0,1],[0,2],[0,4],[1,3],[0,1],[0,1],[-1,3],[0,1],[0,2],[0,1],[1,2],[0,2],[1,3],[1,2],[0,2],[0,2],[0,2],[0,1],[0,4],[0,4],[0,1],[0,4],[1,3],[1,4],[1,3],[0,3],[1,6],[-1,4],[0,1],[0,3],[-1,2],[-1,3],[-2,3],[-1,4],[-1,2],[-2,3],[-3,-5],[-1,3],[1,3],[0,4],[1,4],[1,3],[1,3],[1,3],[2,4],[1,3]],[[6946,5923],[1,-3],[2,-13],[-1,-11],[1,-12],[-2,-7],[-1,-9],[2,-19],[0,-17],[-1,-17],[-5,-6],[-1,-2],[-2,-6],[2,-12],[1,-5],[1,-6],[2,-9],[-1,-13],[5,-10],[1,-3],[-15,-22],[-13,-17],[-14,-19],[-5,-6],[-4,-5],[0,-2],[1,-2],[1,-10],[-1,-16],[-1,0],[-2,-4],[-1,-4],[0,-1],[-1,-4],[1,-8],[0,-7],[0,-1],[1,-1],[2,-3],[1,-5],[1,-13],[0,-16],[0,-7],[-2,-5],[-1,-7],[-1,-9],[0,-6],[0,-1],[0,-1],[1,-2],[1,-1],[1,0],[1,2],[3,2],[2,1],[5,3],[1,0],[0,-1],[1,-12],[0,-3],[-3,-8],[-4,-1],[-1,0],[-3,-1],[0,-2],[-1,-3],[-2,-6],[0,-1],[-1,-2],[0,-1],[1,-5],[1,-3],[0,-1],[2,-1],[1,1],[1,1],[0,1],[1,1],[1,0],[7,-1],[1,-2],[0,-1],[1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-10,-15],[-3,-3],[-3,-4],[-5,-1],[-7,-13],[-1,-4],[-4,-5],[-2,-1],[-1,-2],[0,-2],[0,-1],[0,-12],[-1,-1],[-1,-12],[-1,-10],[1,-2],[1,-1],[1,-1],[4,2],[1,0],[1,1],[5,-16],[0,-2],[0,-6],[-1,-7],[-1,-1],[-3,0],[-3,0],[-1,3],[0,1],[0,3],[-1,2],[0,1],[-1,0],[-1,0],[-1,-3],[0,-1],[-1,-5],[1,-12],[-5,-9],[-1,-3],[-2,-3],[5,-11],[3,-12],[1,-3],[-5,-14],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-8],[-1,-4],[0,-6],[1,0],[5,-14],[0,-1],[2,-1],[3,0],[2,-5],[0,-1]],[[6879,5262],[0,-4],[-1,-23],[-1,-3],[-2,-6],[-1,-1],[-1,-2],[-1,-1],[0,1],[-2,0],[-1,0],[0,2],[-1,1],[-1,3],[0,2],[-1,7],[-3,6],[-3,7],[-4,6],[-6,9],[-5,13],[-2,3],[-1,2],[-1,1],[-9,12],[-2,1],[-3,1],[-1,-1],[-2,-2],[-2,-3],[-2,-5],[-1,-6],[0,-8],[0,-4],[1,-3],[4,-14],[0,-5],[2,-14],[0,-1],[0,-1],[5,-19],[2,-9],[1,-8],[3,-16],[5,-34],[0,-3],[0,-9],[0,-1],[-1,-4],[-1,-3],[-1,-2],[-2,-4],[-4,-2],[-3,-3],[-3,-3],[-1,-2],[-1,-3],[-3,-6],[-3,-7],[-1,-2],[0,-1],[-2,-2],[-2,-3],[-3,1],[-4,5],[-2,7],[-3,10],[-1,7],[0,2],[-1,2],[-1,4],[-7,16],[-1,6],[-1,3],[-3,21],[0,1],[-1,5],[-1,1],[0,1],[-1,4],[-1,3],[-3,2],[-1,0],[-2,1],[-1,0],[-1,-1],[-2,-1],[-2,-3],[-1,-3],[0,-1],[-1,-1],[0,-2],[-2,-9],[0,-1],[-2,-10],[0,-2],[-1,-6],[0,-1],[-2,-17],[-2,-12],[-1,-2],[0,-2],[-4,-8],[-1,-2],[0,-2],[-1,0],[0,-1],[-3,-7],[0,-1]],[[6750,5093],[-2,4],[0,1],[-1,3],[1,2],[0,2],[1,2],[0,4],[1,3],[1,4],[1,4],[-1,3],[0,4],[-1,3],[0,4],[-1,1],[0,2],[-1,4],[0,1],[0,3],[0,4],[0,4],[1,5],[1,5],[1,3],[1,4],[0,1],[-1,3],[-1,2],[-1,3],[-1,3],[0,1],[-1,3],[0,3],[-1,4],[-1,6],[-1,4],[-1,3],[-1,4],[-2,4],[0,5],[0,3],[1,5],[0,5],[0,5],[0,5],[-2,3],[-3,9],[-1,4],[-1,5],[0,5],[-1,5],[-1,8],[-1,7],[0,4],[0,4],[-1,4],[-1,4],[-1,5],[0,7],[0,4],[-1,5],[-2,4],[-1,2],[-1,2],[-3,4],[-2,3],[-1,2],[-2,3],[-1,3],[-2,6],[-1,4],[0,3],[-1,2],[-3,2],[-2,0],[-2,3],[-1,4],[0,6],[0,6],[0,4],[-1,4],[0,11],[0,4],[-1,4],[-1,3],[-1,3],[-1,3],[-2,4],[-1,5],[0,1],[0,2],[-1,5],[-1,5],[-18,21],[-4,5],[-3,4],[-2,2],[-9,11],[-8,10],[-4,5],[-2,2],[-2,3],[-3,2],[-2,3],[-1,2],[-2,2],[-12,14],[-1,1],[-3,3],[-7,8],[-2,3],[-12,14],[-4,5],[-16,18],[-2,3],[-9,10],[-6,7],[-7,8],[-6,7],[0,1],[-1,1],[-2,1],[-12,9],[-2,1],[-15,12],[-2,1],[-6,4],[-7,5],[-6,5],[-19,14],[-18,13]],[[6455,5684],[0,7],[1,9],[0,8],[1,9],[0,10],[1,8],[1,9],[1,13],[3,17],[1,10],[1,6],[0,4],[1,8],[1,9],[1,10],[1,5],[0,4],[1,2],[0,2],[1,10],[1,12],[0,4],[1,7],[1,11],[1,8],[0,1],[2,18],[3,22],[3,28],[1,4],[1,9],[1,12],[6,47],[0,5],[1,4],[3,28],[0,3],[1,5],[4,38]],[[4695,5669],[0,-8],[1,-4],[0,-4],[0,-1],[0,-5],[1,-8],[1,-14],[0,-3],[0,-7],[1,-7],[1,-21],[1,-9],[1,-24],[3,-36],[0,-5],[1,-13],[0,-3],[2,-26],[1,-20],[1,-9],[3,-53],[0,-6],[1,-14],[1,-12],[0,-6],[1,-18],[1,-11],[1,-19],[1,-7],[0,-7],[1,-8],[0,-5],[0,-4],[1,-8],[0,-4],[1,-8],[0,-12],[1,-17],[1,-12],[1,-9],[-1,-3],[-3,-16],[0,-4],[-1,-4],[-1,-6],[-2,-9],[-1,-4],[-2,-10],[-1,-5],[-1,-6],[-2,-11],[-1,-7],[-2,-8],[0,-3],[-1,-5],[-3,-14],[-1,-7],[-1,-6],[-1,-4],[-1,-6],[-5,-27],[-3,-13],[-5,-25],[0,-4],[-1,-2],[-1,-6],[-3,-2],[-1,-2],[-2,-1],[-14,-5],[-2,-1],[-4,-1],[-4,-2],[-1,0],[-2,-1],[-17,-7],[-3,-1],[-22,-8],[-7,-3],[-5,-2],[-24,-9],[-8,-4],[-4,-1],[-2,-1],[-21,-8],[-9,-4],[-4,-2],[-23,-8],[-5,-2],[-3,-1]],[[4494,4911],[-1,4],[-3,7],[-15,32],[-12,28],[-7,15],[-2,4],[-1,3],[-8,22],[-5,11],[-15,37],[-2,4],[-3,7],[-2,3],[-1,2],[-3,9],[-18,47],[-16,43],[-2,3],[-1,7],[-3,7],[0,1],[-7,13],[-2,3],[-1,2],[-6,10],[-6,12],[-3,5],[-6,12],[-9,17],[-2,4],[-1,2],[-17,32],[-2,3],[-1,3],[-1,2],[-19,35],[-2,4],[-4,6],[-5,11],[-11,19],[-15,30],[-8,14],[-3,6],[-13,25],[-4,8],[-2,3],[-6,12],[-5,9],[-2,4],[-6,11],[-5,8],[-8,16],[-3,5],[-7,15],[-6,11],[-3,6],[-15,30],[-1,2],[-6,12],[-4,6],[-17,34],[-7,15],[-7,15],[-7,15],[-2,2],[-1,3],[-3,6],[-12,27],[-5,9],[-11,23],[-11,25],[-2,4],[-2,3],[-1,2],[-4,9],[-1,3],[-6,13]],[[4048,5843],[1,0],[2,0],[2,0],[3,0],[5,-1],[12,2],[6,2],[4,2],[2,1],[4,3],[10,8],[4,8],[1,3],[2,4],[2,3],[9,20],[2,7],[2,5],[2,7],[1,5],[1,8],[3,37],[-1,13],[-1,7],[-3,10],[-6,10],[-2,2],[-2,2],[-12,8],[-11,15],[-7,18],[-3,21],[0,9],[0,9],[0,6],[0,5],[2,7],[2,11],[2,5],[1,2],[1,2],[2,4],[3,7],[1,1],[0,1],[3,3],[2,2],[3,3],[6,1],[3,0],[3,-1],[3,-1],[3,0],[2,-1],[1,0],[2,-2],[1,0],[1,-2],[1,-2],[5,-7],[4,-11],[1,0],[5,-10],[2,-3],[0,-1],[0,-2],[4,-8],[2,-4],[1,-5],[4,-10],[4,-11],[1,-1],[2,-2],[3,1],[1,1],[2,2],[2,4],[1,1],[1,1],[0,2],[0,1],[1,1],[0,2],[2,12],[2,20],[2,6],[1,6],[3,11],[1,3],[0,2],[2,3],[3,7],[4,4],[0,1],[2,1],[2,3],[1,0],[1,0],[2,0],[6,-2],[13,-3],[9,-2],[4,-1],[2,0],[4,-1],[2,0],[3,1],[4,1],[4,3],[3,3],[2,3],[1,3],[3,4],[1,4],[0,1],[1,2],[0,1],[1,3],[1,4],[2,8],[2,12],[0,7],[1,12],[-1,8],[-1,4],[-1,6],[-1,4],[-2,5],[-3,4],[-2,2],[-5,4],[-3,3],[-3,2],[-2,2],[-2,1],[-10,4],[-4,1],[-4,1],[-2,0],[-4,1],[-4,1],[-1,1],[-4,3],[-4,5],[-3,5],[-2,4],[-3,6],[0,1],[-2,8],[-2,14],[0,4],[0,7],[0,8],[0,6],[0,7],[0,6],[0,7],[1,7],[1,4],[1,6],[1,7],[1,4],[3,7],[2,3],[4,5],[3,4],[5,2],[2,0],[3,0],[2,-1],[4,-3],[2,-2],[4,-6],[2,-2],[1,-3],[3,-5],[2,-4],[4,-10],[2,-6],[2,-5],[3,-7],[2,-2],[4,-8],[0,-1],[3,-9],[5,-9],[3,-5],[4,-8],[1,-2],[2,-1],[3,-4],[3,-3],[3,-5],[2,-2],[1,-1],[4,-5],[3,-4],[3,-3],[2,-4],[2,-4],[2,-3],[3,-5],[3,-4],[1,-3],[1,-3],[1,-1],[2,-7],[2,-6],[1,-8],[2,-5],[2,-6],[2,-6],[1,-4],[1,-4],[1,-6],[3,-8],[4,-19],[1,-8],[0,-6],[0,-12],[-1,-7],[0,-6],[-1,-6],[0,-6],[-1,-11],[-2,-12],[0,-1],[0,-4],[-2,-18],[-1,-17],[-1,-7],[0,-10],[-1,-5],[0,-9],[0,-16],[0,-15],[0,-4],[1,-22],[0,-12],[1,-4],[1,-12],[1,-11],[1,-8],[1,-7],[1,-7],[1,-7],[2,-12],[1,-3],[1,-5],[2,-6],[1,-6],[2,-4],[6,-12],[3,-7],[1,-2],[7,-12],[4,-5],[3,-4],[2,-2],[6,-7],[2,-3],[2,-1],[4,-5],[3,-3],[-1,-2],[1,-4],[2,-4],[2,-3],[2,-2],[2,-4],[3,-6],[2,-5],[1,-5],[1,-3],[2,-5],[2,-3],[1,-2],[4,-3],[0,-1],[3,-4],[4,-4],[2,-2],[2,-3],[4,-5],[3,-2],[2,-3],[3,-2],[1,-1],[3,-3],[2,-3],[2,-2],[2,-3],[1,-1],[4,-5],[9,-10],[9,-6],[3,0],[3,0],[5,2],[4,2],[6,5],[3,2],[10,7],[1,1],[6,2],[6,2],[2,0],[2,0],[3,0],[5,0],[2,-1],[2,0],[3,-1],[3,0],[2,0],[1,-1],[3,-2],[2,-1],[5,-2],[2,-2],[3,-2],[5,-4],[1,-2],[3,-3],[3,-4],[4,-5],[3,-4],[2,-3],[2,-2],[2,-4],[1,-1],[2,-3],[1,-2],[3,-4],[3,-5],[0,-1],[1,-1],[0,-1],[5,-12],[1,-3],[-1,0],[-2,3],[-1,3],[0,-1],[0,-1],[1,-4],[2,-9],[1,-5],[1,-5],[1,-6],[0,-1],[1,-6],[1,-8],[1,-5],[2,-4],[1,-7],[1,-4],[1,-6],[1,-5],[1,-5],[1,-6],[1,-3],[1,-2],[1,-5],[2,-5],[1,-5],[1,-1],[1,-5],[3,-6],[1,-3],[2,-6],[2,-6],[2,-2],[1,-3],[2,-3],[3,-4],[3,-2],[1,1],[1,0],[2,1],[3,3],[1,2],[0,1],[0,1],[2,5],[1,6],[0,1],[1,5],[1,9],[0,4],[0,8],[0,10],[-1,9],[0,11],[-1,3],[0,8],[0,6],[0,4],[1,8],[0,3],[1,5],[2,10],[2,5],[1,1],[1,1],[3,5],[3,3],[3,3],[2,2],[3,2],[5,4],[2,0],[3,2],[1,1],[3,1],[2,1],[2,1],[3,0],[1,1],[2,0],[2,1]],[[6455,5684],[-1,-4],[-1,-9],[-1,-12],[-4,-29],[-3,-29],[-1,-5],[0,-5],[-6,-50],[-2,-13],[0,-3],[-3,-21],[-2,-14],[-7,-56],[-1,-13],[-2,-15],[-9,-72],[0,-7],[-2,-15],[-4,-29],[0,-1],[-4,-30],[-3,-29],[-1,-5],[-2,-19],[-1,-4],[0,-6],[-5,-40]],[[6390,5149],[-1,1],[-6,2],[-6,-1],[-6,-5],[-10,-11],[-5,-5],[-4,-8],[-4,-8],[-4,-7],[-1,-1],[-20,-13],[-4,1],[-2,2],[-6,12],[-2,8],[-2,8],[-2,5],[0,10],[1,13],[2,8],[0,2],[2,3],[2,2],[9,6],[3,4],[2,5],[0,6],[-1,5],[-7,22],[-2,6],[0,4],[0,6],[0,15],[0,6],[-2,4],[-1,2],[-4,2],[-10,-3],[-1,0],[-3,3],[-1,6],[0,3],[0,7],[2,8],[2,6],[6,12],[1,4],[1,5],[-1,4],[-2,5],[-3,4],[-2,0],[-2,-1],[-3,-6],[-7,-20],[-3,-15],[-1,-7],[-1,-14],[0,-6],[0,-7],[-1,-2],[-2,-3],[-3,1],[-2,2],[-2,5],[-2,14],[-1,16],[1,11],[2,8],[5,20],[2,10],[0,8],[0,5],[-1,10],[-2,6],[-3,3],[-3,2],[-2,-1],[-1,0],[-13,-22],[-3,-4],[-4,0],[-7,11],[-3,7],[0,2],[1,11],[1,12],[2,6],[2,6],[1,1],[1,3],[4,4],[9,12],[3,2],[9,1],[4,2],[1,1],[1,5],[1,5],[0,2],[-1,2],[-1,3],[-3,3],[-6,16],[-3,5],[-1,1],[-4,1],[-2,-1],[-3,-1],[-3,1],[-1,1],[-1,3],[-1,6],[-1,6],[0,10],[2,6],[3,6],[4,2],[3,1],[3,4],[3,5],[5,11],[6,11],[4,8],[1,3],[0,5],[0,3],[-2,4],[-1,2]],[[6276,5557],[0,1],[-7,5],[-5,1],[-7,-3],[-6,2],[-2,3],[-2,6],[-1,5],[-1,8],[-2,5],[-2,7],[-1,4],[0,6],[0,5],[1,2],[2,16],[4,16],[2,6],[1,6],[0,7],[-1,3],[-1,2],[-1,2],[-2,5],[-5,6],[-5,4],[-3,2],[-6,5],[-3,4],[-2,7],[0,8],[0,5],[1,7],[5,13],[3,8],[2,9],[0,11],[-1,11],[-2,14],[-3,8],[-2,3],[-1,1],[-6,6],[-4,3],[-2,7],[0,2],[-1,3],[-3,8],[-1,7],[0,4],[0,10],[3,9],[3,5],[1,1],[3,1],[7,0],[0,1],[2,-1],[2,1],[1,2],[1,5],[1,4],[0,5],[-1,6],[0,4],[-2,5],[-1,4],[-2,3],[0,1],[-2,3],[-2,5],[-5,12],[0,3],[0,5],[2,6],[8,16],[2,4],[7,14],[1,3],[0,7],[-1,13],[-1,10],[-1,9],[-3,10],[-7,17],[-3,3],[-1,0],[-2,-1],[-2,-5],[-3,-9],[-7,-12],[-6,-11],[-2,-2],[-3,1],[-2,2],[-3,12],[-2,8],[-1,7],[0,8],[2,34],[-2,19],[0,9]],[[7639,5665],[-1,-1],[-2,-3],[0,-4],[0,-4],[-1,-4],[1,-6],[-1,-3],[-1,-5],[0,-5],[-1,-3],[0,-3],[-1,-8],[-1,0],[-1,0],[-1,1],[-2,5],[-1,3],[-1,1],[-2,3],[-1,2],[-2,2],[-1,-2],[0,-4],[-1,-5],[0,-4],[1,-3],[1,-5],[0,-4],[-1,-4],[1,-5],[0,-4],[0,-6],[0,-6],[0,-4],[-1,-2],[1,-3],[0,-4],[-2,-2],[-2,-1],[1,-5],[0,-4],[2,-3],[2,-3],[1,-4],[-1,-6],[-1,-4],[0,-4],[2,-1],[2,-1],[1,-5],[-1,-3],[-1,-4],[-1,-4],[-1,-3],[-2,-4],[0,-3],[0,-4],[1,-3],[0,-14],[0,-2],[-1,-4],[0,-25],[0,-1],[-1,-11],[2,-2],[2,-3],[-1,-5],[0,-3],[0,-4],[0,-5],[2,-2],[1,-3],[2,-1],[1,-1],[2,1],[1,-4],[1,-2],[2,-3],[0,-4],[-2,-2],[-1,-4],[1,-4],[0,-3],[-1,-5],[-1,-5],[-1,-3],[-1,-5],[0,-6]],[[7627,5362],[-2,-5],[0,-4],[-1,-3],[-2,-2],[-2,0],[-2,1],[-1,-7],[0,-4],[-1,-3],[-2,-1],[-1,-2],[-2,1],[-1,-3],[0,-4],[-1,-3],[-1,0],[-2,-1],[-1,-2],[-3,0],[-1,2],[-1,-2],[-3,-1],[-2,-1],[-1,-1],[-2,1],[-1,1],[-3,0],[-2,2],[-1,-4],[-1,-5],[-2,-2],[-2,0],[-1,-2],[-1,-3],[-2,1],[-2,1],[-2,-1],[-1,1],[-2,-3],[0,-3],[-1,-4],[-1,-3],[-2,1],[0,4],[0,6],[-2,-2],[-1,1],[-2,2],[-2,2],[0,4],[-1,2],[-4,0],[-2,0],[-1,1],[-2,2],[-3,-7],[0,-5],[-2,-2],[-1,2],[-2,0],[-1,4],[-2,3],[-2,4],[-2,0],[-1,0],[-2,-1],[-1,-3],[-1,-4],[0,-4],[-2,0],[-1,1],[-2,-1],[-1,1],[-2,1],[-2,0],[-1,-3],[-1,1],[-2,2],[-1,2],[-2,2],[-1,0],[-2,1],[-2,2],[-1,3],[0,4],[-1,3],[-2,-1],[-1,-2],[-1,-1],[-2,-1],[-2,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-2,-5],[-3,4],[0,6],[-2,8],[1,17],[-3,-1],[-2,-1],[-1,5],[-1,4],[-2,3],[-1,-2],[-2,-1],[-3,5],[-2,0],[-1,-1],[-4,0],[-3,0],[-1,0],[-12,1],[-2,1],[-1,2],[-2,2],[-1,1],[-1,2],[-1,1],[-11,11],[-5,5],[-3,2],[-1,1],[-27,25],[-7,7],[-2,1],[-3,2],[-1,-3],[-2,-2],[-1,2],[-1,-4],[-1,-1],[-1,-1],[-2,-2]],[[7367,5409],[-3,14],[-5,26],[-2,8],[-2,12],[-2,8],[-4,21],[0,1],[-3,14],[-1,4],[0,1],[-1,4],[-1,5],[-1,5],[-3,19],[-5,25],[-8,39],[-3,13],[0,1],[-2,7],[-1,4],[-3,16],[-1,3],[-2,9],[-4,19],[-4,18],[-1,6],[-2,8],[-3,12],[-5,24],[-4,19],[-1,4],[-2,8],[-1,6],[-2,11],[-5,21],[-3,12],[-3,15],[-4,18],[0,4],[-4,18],[-3,12],[-3,13],[-1,5],[-1,4],[-3,15],[-4,16],[-1,6],[-1,7],[-1,4],[-1,4],[-2,6],[-5,21],[-1,8],[-14,57],[-1,6],[-3,11],[-2,9],[-1,5],[-1,3]],[[5873,5810],[0,-4],[-1,-3],[-1,-4],[-1,-3],[-1,-4],[0,-4],[-1,-3],[-2,-2],[-1,-5],[0,-4],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-3,0],[-3,0],[-2,0],[-2,1],[-2,-1],[0,-4],[2,-4],[1,-6],[-1,-4],[-1,-1],[-2,1],[-2,1],[-2,-1],[-1,-1],[-1,-6],[1,-5],[0,-4],[1,-5],[0,-5],[1,-4],[0,-4],[1,-4],[0,-5],[-1,-4],[0,-4],[-1,-3],[-1,-4],[0,-5],[-1,-4],[-2,-3],[-1,-4],[-1,-5],[-1,-4],[0,-6],[0,-4],[-1,-2],[-2,1],[-2,2],[-2,1],[-1,0],[-2,1],[-2,4],[0,6],[0,4],[-1,5],[-1,-2],[0,-4],[-1,-5],[0,-4],[0,-4],[-2,-2],[-2,2],[-2,3],[-2,3],[-2,2],[-2,1],[0,-1],[-1,-1],[1,-4],[3,-3],[0,-3],[-1,-4],[-2,-3],[-1,-7],[1,-4],[0,-5],[0,-4],[-1,-4],[-2,0],[-1,2],[0,7],[-1,4],[-1,4],[-2,1],[-1,0],[-2,-1],[-1,-3],[-2,-4],[-2,-1],[-1,2],[0,4],[0,5],[1,4],[0,5],[-1,5],[0,4],[1,2],[2,3],[0,3],[0,4],[-1,0],[-3,0],[-1,-2],[-1,-3],[-1,-3],[-1,-1],[-2,-3],[-1,-3],[0,-4],[0,-4],[-1,-4],[1,-3],[1,-3],[1,-4],[-1,-3],[1,-5],[1,-3],[1,-4],[1,-4],[-1,-3],[-1,-6],[-1,-4],[0,-4],[0,-5],[0,-4],[0,-5],[0,-5],[1,-4],[0,-4],[-1,-4],[0,-2],[1,-4]],[[5788,5565],[-2,-2],[-3,-2],[-2,0],[0,-1],[-2,0],[-1,-1],[-2,-2],[-1,-1],[-2,-2],[-2,-1],[-1,0],[-2,2],[-1,0],[-3,-1],[-1,0],[-1,-1],[-1,0],[-6,-2],[-6,-3],[-28,-11],[-5,-2],[-9,-3],[-4,-2],[-5,-2],[-6,-2],[-1,-1],[-2,0],[-5,-3],[-5,-1],[-13,-6],[-8,-3],[-2,-1],[-8,-3],[-4,-1],[-2,-1],[-10,-4],[-15,-6],[-2,-1],[-2,0],[-2,-1],[-3,-1],[0,-1],[-7,-2],[-3,-1],[-3,-2],[-8,-4],[-14,-7],[-12,-5],[-15,-8],[-1,-1],[-7,-3],[-6,-3],[-3,-1],[-10,-5],[-5,-3],[-3,-1],[-1,-1],[-2,-1],[-3,-1],[-5,0],[-8,0],[-8,0],[-1,0],[-1,3],[-2,4],[0,2],[-1,2],[-1,2],[-1,3],[-2,2],[-1,4],[-1,2],[-1,3],[-2,0],[-2,2],[0,4],[-1,2],[-2,1],[-1,4],[-1,1],[-1,3],[-1,3],[-1,2],[-2,4],[-1,3],[0,3],[-1,4],[-2,2],[-1,2],[-1,2],[-2,2],[-1,2],[-1,2],[-1,1],[-4,3],[-2,3],[-2,0],[-2,1],[-2,0],[-2,2],[-1,4],[-2,0],[-1,3],[-2,4],[-2,1],[-1,2],[-2,1],[-2,1],[-1,-1],[-2,2],[-1,3],[-1,2],[-2,1],[-1,1],[-2,1],[-1,2],[-2,1],[-1,1],[-2,-2],[-1,0],[-1,3],[-1,3],[-4,4],[-1,2],[0,2],[-1,2],[-2,3],[-10,23],[-7,13],[-4,10],[-1,2],[-6,12],[-3,7]],[[5362,5641],[-7,15],[-2,5],[-2,4],[-1,2],[-2,2],[-8,18],[-3,6],[-2,4],[-1,5],[-2,3],[-2,4],[-1,3],[1,-1],[2,-1],[1,0],[1,1],[1,0],[0,5],[0,2],[0,2],[1,2],[1,7],[0,1],[2,12],[2,13],[4,21],[4,20],[2,12],[1,9],[5,23],[1,8],[7,42],[3,15],[0,1],[4,22],[3,16],[7,44],[1,3],[1,4],[3,18],[2,11],[2,7],[0,2],[2,-1],[2,0],[1,-1],[1,0],[1,0],[2,1],[1,2],[1,2],[1,2],[1,1],[2,1],[1,2],[1,2],[1,2],[2,3],[1,2],[1,2],[1,2],[1,1],[2,-1],[1,-2],[2,0],[2,1],[1,0],[2,0],[1,1],[2,0],[1,-1],[1,0],[1,0],[1,0],[1,1],[2,2],[0,2],[-1,5],[1,0],[1,3],[3,3],[2,2],[0,2],[2,10],[0,4],[0,5],[0,5],[1,8],[0,1],[0,9]],[[6276,5557],[-4,-3],[-7,-7],[-6,-6],[-7,-6],[-16,-14],[-17,-16],[-3,-2],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-13,-13],[0,-5],[-3,-2],[-4,0],[-1,-2],[-1,-2],[-1,-5],[-5,-2],[-1,-2],[-2,-1],[0,-1],[-3,-2],[-4,-4],[-7,-6],[-1,-3],[-3,-2],[-1,-1],[-10,12],[-1,1],[3,12],[-1,1],[-2,1],[-1,0],[-1,0],[-2,1],[-1,1],[-2,-1],[1,-8],[-8,-25],[0,1],[-1,2],[0,2],[-1,1],[-1,3],[-1,0],[-5,-1],[-1,0],[0,1],[0,1],[0,1],[0,2],[1,27],[0,2],[-1,4],[-7,-5],[0,-5],[-3,0],[0,-4],[-2,0],[-4,1],[1,5],[0,4],[0,5],[0,4],[0,3],[-4,1],[-7,2],[-4,1],[-1,-17],[-5,12],[-12,-13],[-2,-2],[0,-16],[-7,3],[-4,2],[0,-11],[-1,-23],[-2,-3],[-10,-3],[-2,-2],[-7,1],[-1,-3],[-1,-5],[0,-5],[-1,-4],[-1,-3],[-1,-4],[0,-1],[1,-4],[-1,-4],[0,-6],[-1,-5],[0,-5],[1,-4],[0,-4],[-1,-2],[-1,-4],[-1,-4],[1,-6],[-1,-4],[-1,-1],[-2,-2],[-1,-3],[-2,-1],[-2,0],[-1,-4],[0,-7],[0,-4],[0,-4],[-1,-4],[-1,-5],[-1,3],[-2,1],[-4,3],[0,-4],[0,-4],[-1,-4],[-2,-1],[-2,2],[-1,3],[-3,6],[-1,2],[0,-5],[1,-3],[0,-5],[0,-5],[-1,-3],[-1,-4],[-3,0],[-2,-2],[0,-5],[-1,-1],[-2,-2],[1,-4],[1,-4],[0,-4],[0,-5],[0,-3],[-3,-7],[-1,1],[-3,2],[-1,1],[-2,1],[-1,4],[0,5],[-1,3],[-2,-1],[-2,-1],[-1,-2],[-2,-2],[-1,-2],[1,-3],[1,-5],[-1,-5],[0,-5],[0,-4],[-1,-3],[-2,-1],[-2,1],[-3,0],[-1,-2],[-1,-6],[0,4],[-2,5],[1,4],[2,4],[0,5],[-1,5],[-1,1],[-2,-1]],[[5968,5261],[-2,2],[-1,2],[-2,-1],[-1,-2],[-1,-4],[1,-3],[1,-4],[-1,-2],[-2,1],[-4,3],[-1,-3],[-1,-6],[-2,-3],[-1,-1],[-1,4],[1,4],[3,5],[-1,3],[-1,2],[-2,2],[-1,2],[-1,3],[-1,3],[-2,5],[0,4],[1,4],[1,3],[-1,3],[-3,0],[-1,-2],[-2,-2],[1,-3],[1,-3],[0,-4],[-2,-2],[-2,-1],[-2,0],[-1,1],[-2,1],[-1,2],[-2,-1],[1,-3],[0,-1],[1,-3],[0,-4],[0,-3],[-2,-2],[-1,3],[-1,3],[-2,1],[-1,2],[-1,4],[-1,4],[-2,4],[-2,1],[-1,-4],[1,-4],[1,-5],[1,-3],[0,-4],[1,-4],[-1,-4],[0,-4],[-1,-3],[-2,-5],[-1,0],[-1,3],[-1,5],[-2,2],[-1,1],[-2,0],[-2,-1],[-1,-2],[-1,-4],[-1,-4],[-1,2],[-1,5],[1,6],[0,4],[-1,4],[-2,8],[2,1],[-1,4],[-1,-2],[-2,-2],[-1,-4],[-2,-4],[-1,-3],[-1,-2],[-1,-3],[0,-5],[-1,-2],[-2,1],[-2,1],[-2,-1],[-2,0],[-1,3],[-1,2],[-2,2],[-1,1],[-1,2],[-2,1],[-2,2],[-1,-1],[-2,1],[-1,3],[-2,2],[0,4],[0,5],[0,4],[0,1],[0,2],[-1,4],[0,4],[0,4],[0,4],[0,4],[0,4],[0,4],[0,3],[1,4],[1,3],[0,4],[0,4],[-2,2],[-1,3],[-1,2],[-1,0],[-2,0],[-1,2],[-1,1],[-1,2],[-1,3],[-1,2],[-2,1],[-1,-1],[-1,0],[-2,1],[-1,3],[0,4],[0,3],[-2,1],[-4,7],[-1,0],[-1,0],[0,-1],[-1,0],[0,-2],[-1,-11],[0,-19],[0,-10],[0,-1],[-3,-5],[-1,-2],[-1,-3],[0,-3],[0,-1],[0,-3],[1,-4],[0,-4],[-1,-2],[-1,-3],[-1,-2],[-1,0],[-1,1],[-1,1],[-6,7],[-4,3],[-1,1],[-2,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[1,-4],[1,-2],[6,-5],[1,-1],[1,-2],[1,-3],[0,-4],[0,-2],[0,-1],[0,-3],[0,-2],[-1,-4],[-1,0],[-1,2],[-2,1],[-1,0],[-1,0],[-2,-4],[-2,-2],[-1,0],[-1,2],[0,1],[-2,9],[0,3],[0,3],[0,4],[0,2],[0,1],[-2,2],[-2,0],[-1,-1]],[[5807,5284],[-1,15],[-2,29],[-1,22],[-2,14],[0,5],[0,5],[-1,12],[-1,7],[0,5],[0,6],[-1,11],[-2,25],[0,6],[-2,20],[-2,30],[-1,15],[0,4],[-2,23],[0,3],[-1,13],[0,7],[0,4]],[[5362,5641],[-1,-3],[-1,-4],[-1,-5],[-2,-7],[-1,-3],[-5,-8],[-2,-2],[-3,-5],[-2,-4],[-3,-5],[-4,-6],[-3,-5],[-2,-4],[-10,-15],[-15,-27],[1,0],[1,-5],[2,-1],[1,-1],[1,-1],[1,-3],[1,-3],[2,-3],[0,-3],[2,-10],[-1,-4],[0,-4],[-1,-6],[0,-4],[-1,-2],[-2,-6],[-1,-6],[-1,-3],[-1,-3],[-1,-2],[-2,-3],[-1,-3],[-1,-4],[-1,0],[-2,0],[-1,-3],[-1,-3],[-1,-2],[-2,-3],[-2,-1],[-1,-1],[-1,-4],[-1,-2],[-1,-6],[0,-4],[-1,-3],[-1,-4],[-1,-4],[0,-3],[-1,-5],[-1,-4],[-1,-3],[0,-4],[-1,-3],[-1,-3],[-2,-4],[-1,-1],[-2,0],[-1,-3],[-1,-3],[-2,0],[-1,-1],[-1,-1],[-2,-1],[-1,1],[-2,1],[-1,4],[-2,2],[-1,-2],[-1,-5],[1,-4],[0,-4],[0,-4],[-1,-3],[-1,-3],[-1,-2],[-2,-1],[-1,-2],[-1,-2],[-2,-2],[-2,2],[-1,1],[-1,-1],[-1,-3],[-1,-3],[-1,-4],[-1,-3],[-1,-2],[-2,-3],[-1,-3],[-1,0],[-2,-2],[0,-4],[-1,-2],[0,-1],[-1,-4],[0,-4],[1,-2],[0,-2],[0,-8],[0,-15],[0,-5],[0,-4],[0,-4],[0,-4],[0,-4],[1,-4],[1,-4],[0,-4],[1,-4],[1,-4],[1,-4],[1,-3],[1,-2],[1,0],[2,-2],[1,-3],[-2,-5],[0,-1],[-7,-16],[-2,-4],[-1,-1],[-1,-2],[-1,-3],[-2,-2],[-2,0],[-1,0],[-2,1],[-2,-2],[-4,-8],[-1,-2],[-1,-1],[-1,-3],[0,-8],[-1,-2],[-1,1],[-3,4],[-1,0],[-1,1],[-1,0],[0,-1],[-3,-4],[-1,-1],[-1,-1],[-4,4],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-5],[0,-2],[2,-4],[1,-3],[0,-3],[0,-2],[0,-1],[0,-1],[1,-8],[0,-2],[0,-3],[1,-2],[-1,-1],[0,-2],[-8,-22],[0,-1],[-1,-2],[-1,-1],[-1,-2],[-2,-2],[-1,0],[-3,-1],[-1,0],[-1,0],[-2,-1],[-1,-1],[-2,-5],[0,-1],[0,-2],[0,-3],[-1,-4],[-1,-2],[-1,-2],[-1,0],[-3,-9],[0,-1],[-9,-25],[-1,-1],[0,-2],[-1,0],[-3,-1],[0,-3],[-1,-1],[-1,0],[-4,0],[-2,0],[-2,0],[-1,-1],[-1,-1],[0,-3],[0,-1],[0,-1],[3,-6],[1,-3],[-1,1],[-2,1],[-4,-4],[0,-1],[-1,-1],[-4,-8],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-6,1],[-5,-5],[-3,0],[-1,0],[-2,-4],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[-1,-2],[-5,-15],[0,-1],[-2,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,14],[-3,-4],[-3,-2],[-2,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[0,-1],[-2,-2],[-2,-10],[-2,-8],[-1,-4],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,1],[0,2],[-1,2],[0,2],[-2,1],[-1,1],[-2,-3],[-1,0],[-5,-1],[-1,0],[-1,-1],[-14,-18],[0,-2],[0,-2],[0,-1],[-1,-1],[-3,-1],[0,1],[-1,1],[0,2],[1,4],[1,1],[0,1],[1,0],[2,0],[1,0],[0,1],[0,2],[-1,2],[0,1],[-1,0],[-1,1],[-4,2],[-1,-1],[-4,1],[-6,0],[-1,0],[-3,1]],[[5039,4958],[-3,7],[-1,4],[-1,1],[-2,6],[0,3],[-2,5],[3,7],[1,0],[-1,1],[0,2],[-1,4],[0,1],[-4,2],[-3,0],[-2,0],[-2,1],[0,3],[0,11],[-2,6],[-1,1],[-7,8],[-1,1],[0,2],[-1,2],[-1,4],[0,1],[0,1],[-1,7],[0,3],[-1,2],[-1,2],[-12,16],[-2,2],[0,1],[-2,1],[-3,0],[-3,-1],[-2,0],[-2,0],[0,1],[-4,1],[-1,1],[-2,2],[-7,15],[-2,3],[-1,3],[0,2],[0,1],[0,1],[-1,4],[0,2],[-1,3],[0,1],[-2,2],[0,1],[-2,2],[-1,0],[0,1],[1,13],[0,3],[0,2],[-1,1],[-1,1],[-1,1],[-1,-1],[-2,-1],[-2,-4],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-3,4],[-1,2],[0,1],[0,1],[-1,4],[0,6],[-1,5],[-1,3],[-1,2],[-1,3],[0,1],[-2,4],[-4,6],[-2,3],[-3,5],[-1,4],[-1,3],[-9,27],[0,2],[-2,5],[-1,7],[0,1],[0,2],[0,4],[0,1],[1,12],[0,4],[0,1],[0,1],[1,3],[1,1],[1,4],[1,2],[1,1],[1,0],[1,0],[1,-1],[2,-2],[6,-7],[3,-5],[4,-4],[4,-5],[1,1],[2,1],[3,3],[1,3],[1,1],[0,2],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,3],[-1,1],[0,2],[-1,5],[0,1],[-1,5],[0,2],[-1,1],[0,1],[-3,3],[-6,8],[-1,3],[-1,0],[0,2],[0,1],[0,4],[0,1],[0,2],[0,1],[0,1],[0,7],[0,4],[0,2],[-1,5],[0,8],[0,4],[1,4],[0,3],[0,1],[-1,5],[0,3],[-1,5],[-1,4],[0,1],[-2,4],[-10,8],[-1,1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,3],[-1,3],[-1,2],[0,2],[0,4],[0,1],[1,5],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,3],[0,9],[-1,7],[0,1],[-1,5],[-1,8],[-1,5],[-2,9],[-1,5],[-1,1],[0,3],[-1,1],[-1,2],[-2,3],[-1,2],[-3,3],[-6,3],[-1,1],[-3,-1],[-2,-1],[-2,-1],[-1,-2],[-2,-2],[-2,0],[0,1],[-1,1],[-2,4],[-1,1],[-1,1],[-1,0],[-8,-13],[-4,-7],[0,-1],[-4,-7],[-2,-3],[-2,-2],[-3,-3],[-2,-1],[-2,0],[-2,1],[-1,1],[-2,4],[-2,4],[0,2],[0,3],[1,7],[1,6],[0,6],[0,2],[0,7],[-1,13],[0,8],[0,8],[0,7],[0,6],[1,4],[0,7],[1,4],[1,5],[1,11],[1,2],[-1,5],[0,5],[-1,4],[0,5],[-1,7],[-1,9],[0,5],[0,7],[-1,4],[0,5],[-2,13],[-2,11],[-1,0],[0,1],[-12,2],[-3,0],[-2,0],[-1,0],[-1,0],[-2,-1],[-2,1],[-1,0],[-2,0],[0,1],[-1,0],[-2,2],[-1,1],[-1,0],[-1,2],[0,2],[-2,2],[-1,3],[-1,2],[-1,3],[-1,2],[-1,3]],[[8652,5534],[1,-5],[2,-1],[0,-4],[-1,-4],[0,-4],[2,-4],[-1,-5],[0,-3],[1,-5],[0,-5],[2,-2],[0,-5],[1,-2],[2,-1],[1,-2],[1,-4],[0,-5],[0,-4],[0,-5],[0,-3],[0,-1],[-2,0],[-1,2],[-2,1],[-1,-4],[0,-3],[1,-4],[3,-3],[1,-4],[6,-5],[0,-5],[2,-4],[-1,-6],[1,-4],[0,-4],[0,-5],[1,-4],[1,0],[2,-1],[1,-5],[0,-5],[0,-5],[1,-2],[1,-2],[2,-1],[1,-3],[0,-6],[0,-6],[-1,-3],[-1,-3],[-1,-2],[0,-4],[1,-9],[-2,-3],[-2,-1],[1,-5],[1,-4],[1,-2],[2,-1],[1,-1],[2,0],[1,4],[2,1],[1,2],[2,0],[0,-3],[1,-5],[0,-6],[0,-4],[0,-4],[0,-5],[-2,-4],[-1,-2],[-1,-5],[1,-3],[0,-4],[0,-4],[0,-4],[1,-5],[0,-4],[1,-4],[0,-4],[-2,-5],[-1,0],[-1,0],[0,1],[-2,1],[-1,3],[-1,5],[-1,4],[0,2],[0,1],[0,1],[-1,1],[-1,-1],[-1,-1],[-5,-10],[-1,-4],[-1,-1],[0,-1],[-1,1],[-3,7],[-1,0],[0,3],[0,3],[0,1],[0,2],[-1,2],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[0,-5],[0,-16],[2,-8],[2,-7],[3,-12],[0,-1],[0,-1],[-2,-6],[0,-1],[0,-3],[1,-6],[-1,-4],[-1,-2],[-1,-2],[-1,-4],[2,-3],[1,-1],[-1,-4],[-1,-1],[-1,-3],[-2,0],[-1,-4],[1,-3],[0,-4],[-2,-3],[-1,0],[-1,3],[-1,1],[-2,0],[-1,-2],[-1,-2],[-2,-3],[-1,2],[-1,-2],[-1,-3],[-1,-2],[0,-4],[-1,-4],[0,-4],[-1,-3],[-2,-1],[0,-4],[-1,-1],[-1,-5],[0,-3],[-1,-4]],[[8632,5139],[-2,-1],[-1,1],[-2,4],[-1,3],[-1,3],[-1,1],[-2,1],[0,4],[-2,0],[-2,1],[0,4],[-2,2],[-1,1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,1],[1,4],[1,3],[1,3],[0,5],[0,6],[-1,3],[0,5],[-1,4],[1,4],[-3,5],[-1,3],[-2,1],[-1,3],[0,4],[0,4],[-2,1],[-2,-1],[-1,5],[0,5],[-1,8],[-1,3],[-2,3],[-1,-3],[-2,-2],[-2,0],[-1,-2],[0,-4],[-1,-9],[0,-8],[-1,-3],[-2,2],[0,3],[-2,-2],[-1,-5],[-1,-4],[2,-2],[0,-4],[1,-4],[1,0],[1,-6],[-2,-2],[-2,-1],[-2,0],[-1,1],[-2,2],[-1,-2],[-2,-3],[-1,1],[-2,-2],[-1,-2],[-2,-1],[-2,0],[-1,2],[-2,4],[-2,0],[-1,2],[-1,3],[-2,-1],[-1,-1],[-1,-2],[-1,-3],[-1,3],[-1,4],[0,4],[0,6],[-2,5],[-1,5],[-1,3],[-1,1],[-3,6],[-2,1],[1,5],[0,4],[-2,0],[-1,3],[-2,1],[-1,0],[-2,3],[-1,4],[-1,3],[-3,0],[-1,0],[-3,3],[0,4],[-2,4],[-1,0],[-2,0],[-1,1],[-2,0],[-2,1],[-2,-2],[-1,0],[-1,2],[-2,0],[-2,-1],[-1,3],[-1,4],[-2,0],[-1,2],[-1,5],[-1,0],[-1,-2],[-2,-3],[-1,-2],[-2,0],[-1,1],[-2,1],[-2,0],[-2,-3],[-1,-1],[-2,1],[0,4],[-2,1],[-2,0],[-2,0],[-1,1],[-3,3],[-2,0],[-2,0],[-1,-3],[-2,-4],[13,-57],[1,-9],[6,-25],[2,-10],[2,-7],[-9,-13],[-6,-9],[-4,-7],[-4,-6],[-4,-6],[-2,-2],[-4,-7],[-2,-3],[-2,-3],[-6,-9],[-12,-19],[-2,-3],[-3,-4],[-2,-3],[-4,-6],[-7,-10],[-1,-3],[-3,-5],[-2,-2],[-1,-2],[0,-2],[0,-4],[0,-4],[-1,-5],[-1,-4],[-1,-2],[-1,-3],[0,-5],[-2,-4],[0,-4],[-1,-3],[-2,-2],[-1,-3],[-2,-2],[-2,-2],[-3,-2],[-2,-1],[-3,-2],[-3,-2],[-2,0],[-1,1],[-1,3],[-2,0],[-1,4],[-1,3],[-1,-1],[-2,1],[-2,0],[-1,1],[-2,-2],[-2,0],[-1,-1],[-1,-3],[-1,-5],[-1,-3],[-1,-2],[-1,-5],[-1,-2],[-1,-4],[-1,-4],[-1,-3],[-2,-2],[-1,-3],[-1,-5],[-1,-4],[0,-5],[0,-4],[0,-5],[0,-4],[-2,-3],[-1,-2],[-2,-1],[0,-5],[-2,-3],[-1,-4],[-1,-3],[-1,-4],[1,-4],[1,-3],[1,-5],[0,-4],[-1,-4],[-2,-2],[-1,2],[-2,4],[-1,0],[-2,-3],[-2,3],[-1,2],[-2,-1],[0,-5],[-1,-4],[-2,-1],[-1,-1],[-1,-2],[-3,0],[-2,-2],[-1,-3],[0,-5],[0,-3],[-2,-1],[-3,0],[-1,2],[-1,-2],[-1,-6],[-1,-4],[-1,-2],[-1,-2],[0,-3],[1,-4],[-1,-3],[0,-3],[-2,-3],[-2,-1],[-1,1],[-2,0],[-1,-4],[-1,-3],[-1,-2],[-2,0],[-2,0],[0,-3],[-2,-4],[-1,-2],[0,-4],[0,-4],[-2,-3],[-1,1],[-2,1],[-1,-3],[-2,0],[-1,1],[0,-4],[0,-5],[2,-3],[1,-3],[2,-6],[3,-6],[4,-11],[3,-5],[1,-4],[5,-11],[2,-5],[1,-3],[2,-3],[1,-3],[3,-8],[4,-9],[1,-4],[1,-3],[0,-4],[0,-4],[1,-4],[0,-8],[-1,-3],[-2,-2],[-1,1],[-2,-5],[-2,-2],[-1,0],[-2,-1],[-1,-5],[2,-4],[0,-4],[-1,-5],[1,-4],[-2,-3],[-2,-2],[0,-6],[0,-4],[-1,-3],[-2,1],[-2,2],[-2,-1],[-1,2],[-1,1],[-2,-2],[0,-4],[-1,-5],[0,-7],[-1,-4],[1,-6],[0,-5],[0,-4],[1,-5],[0,-4],[-1,-4]],[[8293,4586],[-1,1],[-1,4],[-1,3],[-2,0],[-1,-1],[-2,-1],[-2,-2],[-2,-3],[-2,2],[-1,6],[-1,0],[-3,3],[0,3],[-1,5],[-2,-1],[-2,3],[-1,1],[0,4],[0,5],[1,5],[0,5],[-1,4],[-1,4],[1,4],[1,4],[0,9],[1,3],[-1,5],[-1,5],[0,4],[-1,4],[0,4],[-2,0],[-1,-4],[-1,-2],[-3,-2],[-2,2],[0,4],[1,6],[1,3],[2,2],[-1,9],[-2,3],[-1,-2],[-4,2],[-1,3],[-1,3],[-1,0],[-2,0],[-1,2],[-2,-5],[-1,-2],[-1,3],[-2,1],[-1,-1],[-2,1],[-1,-3],[-1,-2],[-2,3],[-1,3],[-1,2],[-2,1],[0,4],[-1,3],[-1,5],[0,4],[-2,1],[-2,-1],[-2,3],[-1,2],[-1,3],[-1,2],[-2,-2],[-1,0],[-2,1],[-1,5],[-1,0],[-1,-1],[-2,0],[-2,2],[-1,4],[1,3],[0,5],[-1,3],[-2,1],[-2,-3],[-1,1],[-2,2],[-1,2],[0,4],[0,5],[-1,5],[1,3],[0,3],[0,2],[1,4],[0,3],[1,6],[0,4],[1,4],[1,2],[1,3],[1,3],[0,4],[1,3],[0,4],[-1,5],[1,3],[1,1],[2,-1],[1,2],[0,5],[-1,3],[-1,1],[-1,3],[-1,5],[-1,4],[-1,3],[-2,1],[-1,-1],[-1,-4],[0,-4],[-1,-4],[0,-3],[-2,-3],[-1,2],[-2,2],[0,4],[-1,4],[-1,3],[-1,4],[-2,-1],[-1,-2],[-2,1],[-1,3],[-1,3],[-2,1],[-1,3],[-1,4],[0,4],[0,5],[-1,4],[-1,5],[-1,0],[-2,0],[-1,3],[-1,3],[-1,2],[-1,3],[-2,1],[-1,0],[-2,2],[-1,3],[0,4],[-1,2],[-1,2],[-2,0],[-1,2],[-2,3],[1,3],[1,4],[-1,3],[-2,1],[-1,-4],[-1,-3],[0,-3],[-2,-2],[-2,1],[-1,0],[-2,0],[-2,2],[-1,-3],[-1,-3],[-2,-2],[-1,4],[-1,3],[-1,1],[-2,0],[-2,-1],[-1,-1],[-2,1],[-2,1],[-2,1],[2,4],[2,5],[-1,5],[1,6],[-1,4],[1,5],[0,3],[-2,4],[-1,4],[1,2],[1,3],[-1,5],[-2,0],[-3,1],[-4,0],[-2,1],[-5,0],[-4,1],[-4,1],[-2,0],[-3,0],[-2,2],[-1,3],[-2,2],[-2,0],[-2,1],[-2,2],[-1,-1],[-2,-2],[-1,-2],[-1,-3],[-2,0],[-1,5],[1,4],[-1,4],[-1,-1],[-2,-2],[-1,1],[-2,-1],[-1,0],[-2,1],[-2,1],[-1,1],[-2,1],[0,5],[-1,3],[-1,2],[-1,4],[-1,2],[-2,1],[-1,5],[-1,4],[0,3],[-2,-1],[-2,3],[1,3],[-1,3],[-1,3],[0,4],[2,4],[1,3],[1,3],[-1,4],[-1,3],[-2,-2],[-1,1],[-2,3],[-1,3],[-2,0],[-2,-1],[-1,2],[-2,0],[-1,-2],[-1,3],[0,5],[-2,2],[-1,3],[-1,4],[1,3],[0,4],[-3,2],[-2,0],[-1,0],[-2,1],[-2,-1],[-2,1],[-1,0],[-5,-1],[-2,0],[-6,-2],[-2,-6],[-1,0],[-2,-3],[-2,1],[-1,3],[1,4],[0,5],[-2,0],[-3,3],[0,27],[2,-2],[1,-3],[2,2],[2,0],[0,5],[-1,1],[-2,0],[-2,0],[-1,2],[-1,3],[-1,4],[-1,2],[-2,2],[-1,3],[-2,2],[-2,2],[-1,4],[-1,2],[-1,2],[-2,3],[0,4]],[[7987,5148],[1,4],[1,2],[2,2],[-1,3],[-1,2],[-3,5],[-1,3],[-1,3],[-1,-1],[-2,1],[-1,0],[-2,0],[-1,-1],[-2,2],[-2,2],[-1,2],[1,3],[2,0],[1,4],[0,3],[0,5],[2,2],[3,2],[1,3],[0,4],[1,5],[0,7],[0,5],[1,6],[0,8],[1,18],[1,6],[1,5],[12,34],[1,1],[3,10],[6,15],[1,4],[1,4],[4,12],[7,20],[7,18],[1,4],[6,17],[1,3],[4,12],[2,6],[3,7],[3,8],[1,5],[4,9],[0,10],[0,7],[1,5],[0,20],[1,16],[0,7],[2,49],[1,31],[2,40],[1,19],[0,14],[1,17],[0,5],[3,71],[1,28],[0,8]],[[7367,5409],[-1,2],[-2,-1],[-1,-4],[-2,-2],[-1,-1],[-2,2],[-1,2],[-1,-3],[-2,0],[-1,0],[0,-1],[-3,-3],[0,-1],[-1,-1],[0,-1],[1,-2],[1,-2],[1,-2],[2,-4],[1,-2],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-2,1],[-3,1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[0,-3],[-4,-7],[0,-1],[-4,-10],[-1,-8],[3,-4],[0,-1],[-1,-5],[-2,-17],[1,-14],[0,-1],[0,-1],[1,-1],[1,1],[1,1],[0,1],[3,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-7],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,2],[-1,0],[0,1],[0,-1],[-1,-4],[0,-3],[-2,-7],[-6,-25],[-2,-8],[0,-1],[1,-3],[1,-5],[1,-2],[0,-2],[0,-4],[-3,-7],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[1,-2],[0,-2],[-1,-1],[-1,-4],[-1,-3],[-1,-3],[-1,0],[0,-1],[-1,-8],[0,-1],[-1,-9],[-2,-8],[-4,-16],[0,-4],[0,-8],[-1,-3],[-1,-2],[-1,-1],[-8,-4],[-2,2],[0,1],[-1,3],[-1,4],[-1,9],[-1,18],[0,1],[0,1],[-1,4],[-2,3],[-1,0],[-1,1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[0,-2],[0,-6],[1,-4],[0,-3],[1,-2],[1,-1],[0,-1],[1,-2],[0,-2],[1,-5],[0,-8],[1,-4],[0,-2],[1,-4],[2,-3],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[1,0],[2,1],[1,0],[2,0],[2,-1],[2,-2],[1,-1],[0,-1],[1,-2],[1,-2],[0,-2],[-1,0],[-3,1],[-2,0],[-1,0],[0,-4],[0,-7],[1,-1],[1,-2],[1,-1],[0,-1],[1,-2],[0,-2],[8,-25],[0,-1],[0,-2],[1,-2],[0,-1],[1,-3],[1,-5],[0,-1]],[[7320,5057],[-1,-6],[-1,-4],[-1,-5],[-2,0],[-2,0],[-1,0],[-1,0],[-2,0],[-3,0],[-3,-1],[-2,-2],[-1,1],[-1,1],[-1,1],[-1,2],[-1,3],[0,1],[0,3],[0,1],[0,3],[0,2],[0,1],[1,1],[2,4],[1,2],[3,3],[1,0],[1,-1],[0,1],[1,1],[0,2],[-1,2],[-2,3],[0,1],[-1,0],[-5,-4],[0,-1],[-3,-6],[-1,-2],[-1,-2],[-2,-4],[-2,-3],[-12,-11],[-2,-1],[-2,0],[-1,0],[0,1],[-4,26],[-1,3],[-1,1],[0,-1],[-1,-1],[-1,-2],[-1,-3],[0,-2],[-1,-5],[-2,3],[-1,2],[-4,14],[0,1],[-1,2],[0,9],[0,1],[-1,1],[0,1],[-1,1],[-5,0],[1,-1],[0,-8],[0,-5],[0,-12],[2,-3],[0,-1],[-1,-7],[-1,-7],[0,-3],[-1,-4],[-1,-3],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-3,-4],[-1,-4],[0,-4],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-12],[0,-1],[-1,-4],[-2,-2],[-1,-1],[-1,0],[-2,0],[-1,1],[-3,4],[0,1],[-1,1],[0,3],[-1,9],[-1,25],[0,4],[0,6],[0,10],[0,2],[-1,2],[-1,7],[-1,5],[0,5],[-1,2],[2,10],[0,1],[1,4],[0,1],[0,1],[2,4],[0,1],[0,1],[-1,2],[-3,4],[-1,1]],[[7217,5115],[0,1],[-7,12],[-2,2],[-2,2],[-2,0],[-1,0],[-2,0],[-2,0],[-1,-1],[-2,-2],[-3,-2],[-3,-5],[-2,-2],[-1,-2],[-1,-3],[0,3],[-3,-9],[-2,-4],[-1,0],[-2,0],[-3,1],[-3,5],[0,1],[-3,6],[-1,4],[0,3],[-3,14],[-2,7],[-5,14],[-3,7],[-2,4],[-4,1],[-11,-1],[-3,-1],[0,-1],[-1,1],[-6,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-9,-13],[-3,-3],[-1,-1],[-4,0],[-2,1],[0,1],[-2,5],[0,1],[-2,12],[0,5],[0,4],[0,7],[-1,5],[-1,4],[-1,6],[-1,1],[-1,1],[-1,1],[-9,10],[-2,2],[-1,0],[-2,1],[-3,0],[-6,-5],[-2,-3],[-2,-2],[-3,-4],[-11,-20],[-9,-3],[-2,0],[-1,0],[-4,1],[-1,2],[-2,3],[-2,2],[0,1],[0,1],[-2,5],[-1,9],[-1,6],[0,2],[0,1],[-3,11],[-4,13],[0,1],[-1,1],[-1,3],[-1,1],[-1,0],[-7,5],[-1,0],[0,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-3,-1],[-2,-3],[-1,0],[-1,-3],[-1,-2],[-1,-1],[-2,-6],[-2,-6],[-1,-2],[0,-1],[-1,-1],[-2,-2],[0,-1],[-1,0],[-1,0],[0,-1],[-4,-2],[-1,-1],[-1,2],[-1,-1],[-1,9],[0,1],[-1,10],[0,2],[0,1],[0,6],[0,1],[3,10],[1,3],[1,24],[0,1],[0,1],[-1,7],[0,1],[-1,9],[-4,12],[-1,2],[-2,5],[-1,4],[-1,4],[-1,5],[-1,4],[2,14],[0,5],[-1,5],[-3,3],[-1,-1],[-3,-1],[-1,0],[-1,1],[-7,-8],[-2,-1],[-2,-3],[-1,-1],[0,-1],[-4,-7],[-3,-5],[-3,-6],[-3,-4],[-1,-1],[-2,-3],[-3,-2],[-5,0],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,-1],[-5,-5],[-4,-4],[-2,-2],[-2,-2],[-13,-11],[-7,-7],[-2,-5],[-1,-2],[-2,-6]],[[7987,5148],[-2,-3],[-1,-4],[-1,-4],[-1,-2],[-1,-2],[-1,-3],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[-2,-2],[-1,-2],[-2,-1],[-1,-1],[-3,-2],[-1,-2],[-2,-1],[-1,-1],[-1,-3],[-1,-4],[-1,-5],[0,-5],[-1,-2],[-1,-4],[0,-4],[-1,-4],[-1,-3],[0,-4],[-2,-1],[-1,-3],[-1,-4],[0,-4],[-2,-3],[0,-4],[0,-5],[0,-4],[0,-4],[1,-1],[1,-4],[1,-4],[-2,-1],[-1,1],[-2,-1],[-1,-2],[-2,-1],[-1,-3],[-1,-2],[-1,-1],[-1,-4],[-1,-1],[-2,-2],[-1,-3],[-1,0],[-1,2],[-1,1],[-2,0],[0,-4],[-2,-1],[-1,-1],[-2,0],[-1,-1],[-1,1],[-2,-2],[-1,-3],[-1,-2],[-1,-1],[-2,-3],[-1,-2],[-2,0],[-2,1],[-1,-1],[-1,-2],[-1,1],[-1,0],[-1,-1],[-2,-2],[-4,5],[0,2],[0,3],[1,1],[0,1],[0,3],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-4],[-2,-5],[-1,-3],[-3,-3],[-3,-2],[-4,0],[-7,0],[-1,1],[-1,2],[0,1],[0,1],[1,1],[1,3],[0,2],[0,5],[-1,0],[0,1],[-3,2],[-1,0],[-1,0],[0,-1],[0,-1],[0,-8],[0,-2],[0,-5],[-1,-4],[-3,-4],[-1,-1],[-2,1],[-4,3],[-2,3],[-1,0],[-1,6],[-1,2],[0,1],[0,5],[1,7],[-1,3],[-2,10],[0,2],[-1,1],[-1,0],[-1,0],[-2,-3],[-3,-2],[-2,-2],[-1,0],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,11],[-4,4],[-7,6],[-1,0],[-2,-2],[-1,-1],[-1,-2],[0,-2],[-1,-10],[-1,-3],[-3,-20],[0,-2],[-2,-4],[-3,-2],[-1,4],[0,5],[-2,1]],[[7808,5011],[-1,0],[-1,1],[-9,1],[-2,-2],[-1,0],[-2,2],[-1,1],[-2,13],[-2,8],[0,1],[-1,0],[-2,1],[-1,0],[-2,3],[-8,-5],[-4,6],[-3,5],[0,1],[-1,2],[0,1],[2,5],[1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,4],[-1,3],[-1,3],[-1,1],[-1,2],[0,1],[-1,1],[0,3],[0,4],[0,1],[-1,2],[-1,0],[-2,-3],[-1,-4],[-3,-4],[-1,-1],[-2,-1],[-1,2],[-1,5],[1,2],[1,2],[2,2],[2,2],[1,5],[1,3],[1,1],[1,3],[1,4],[0,4],[-1,3],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-1,4],[-3,9],[-1,2],[0,1],[-15,23],[-5,7],[-3,5],[-9,14],[-6,9],[-2,4],[-1,2],[-4,6],[-19,29],[-13,20],[-17,26],[-2,3],[-1,2],[-1,3],[-1,3],[-2,3],[-2,2],[-1,3],[-1,4],[-1,3],[1,3],[-1,4],[-1,4],[0,4],[1,4],[2,5],[0,4],[0,6],[0,4],[1,4],[0,4],[-2,3],[-1,3],[-1,0],[-2,1],[-2,3],[-1,2],[-1,1],[-2,-1],[-1,-1],[-1,1],[-2,3],[-1,1]],[[4494,4911],[-5,-23],[-1,-7],[-1,-5],[-7,-31],[-3,-16],[-16,-77],[-1,-5],[-1,-1],[0,-3],[-2,-11],[-1,-4],[0,-1],[-1,-5],[-2,-8],[-6,-29],[-1,-4],[-3,-17],[-3,-14],[-1,-4],[-3,-14],[-1,-4],[-1,-5],[-1,-4],[-1,-5],[-3,-15],[-3,-15],[-5,-24],[-8,-39],[-1,-7],[-2,-6],[0,-4],[-5,-23],[-3,-16],[-4,-15],[-2,-10],[-4,-21],[-1,-8],[-1,-3],[-7,-31],[-10,-51],[-6,-26],[0,-4],[-2,-9],[-7,-32],[-1,-5],[-1,-4],[-2,-6],[-1,-6],[-2,-7],[-1,-4],[0,-3],[-1,-2],[-3,-14],[-3,-15],[-1,-4],[-1,-6],[-2,-9],[0,-1],[-2,-6],[-1,-3],[0,-1],[-1,-6],[-2,-8],[-2,-8]],[[4331,4137],[-1,1],[-2,4],[-1,1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-2,-8],[-2,-1],[-4,-11],[0,-5],[-1,-1],[-1,0],[-3,1],[-2,4],[0,1],[-1,7],[-1,2],[-2,1],[-1,-1],[0,-3],[-1,-13],[-1,-3],[-1,-3],[-1,-1],[-3,1],[-1,5],[-1,2],[0,3],[0,3],[2,3],[3,6],[2,6],[0,6],[-1,2],[-2,0],[-5,-6],[-2,-4],[0,-6],[0,-3],[1,-6],[-1,-9],[-4,-25],[-2,-2],[-1,0],[-7,9],[-1,2],[0,3],[3,6],[2,6],[0,2],[0,2],[0,2],[-2,0],[-1,0],[-1,-2],[-6,-11],[-3,-3],[-3,-5],[-3,-5],[-1,6],[2,10],[1,4],[2,9],[0,4],[-2,13],[-3,-6],[-1,-1],[-2,-6],[-2,0],[-1,0],[-5,1],[-3,1],[-2,3],[-1,3],[0,2],[2,5],[0,2],[0,3],[0,1],[-2,1],[-1,-1],[-2,-3],[0,-5],[0,-5],[1,-4],[0,-3],[0,-8],[-1,-2],[-1,0],[-2,3],[-1,1],[0,1],[-1,1],[-3,1],[-1,0],[-2,-4],[0,-2],[0,-2],[1,-24],[1,-11],[0,-8],[0,-10],[0,-1],[0,-1],[-1,-4],[2,-21],[1,-3],[1,0],[1,-1],[1,-2],[0,-1],[1,-3],[0,-3],[-1,-2],[-2,0],[-2,1],[-1,1],[-1,1],[-2,1],[-6,0],[-3,-1],[-3,0],[-1,0],[-3,0],[-2,4],[1,2],[1,4],[-2,7],[-4,12],[-3,-5],[-2,-4],[-3,-10],[0,-3],[1,-3],[3,-3],[1,-2],[2,-1],[1,-3],[1,-1],[-1,-3],[0,-1],[-1,-2],[-1,0],[-3,0],[-1,1],[-2,2],[-4,7],[0,1],[-3,9],[-3,4],[-1,2],[-2,2],[-1,0],[-2,4],[0,2],[2,3],[0,1],[2,1],[4,2],[1,3],[0,3],[0,3],[-1,3],[-2,3],[-3,3],[-4,0],[-1,-2],[0,-6],[0,-5],[-1,-3],[-1,-2],[-1,-2],[-1,0],[-1,-2],[-4,-3],[-6,-3],[-8,-2],[-3,1],[-1,2],[0,2],[1,10],[1,6],[1,5],[0,1],[0,1],[0,7],[0,1],[-1,3],[-2,0],[-2,-3],[-6,-10],[-1,0],[-1,3],[0,9],[-1,6],[-1,4],[-1,1],[-3,3],[-3,1],[-1,-2],[-2,-5],[0,-2],[-1,-4],[-4,-6],[-3,1],[-2,4],[0,3],[0,8],[3,7],[0,4],[0,2],[-2,2],[-4,-4],[-2,-4],[-1,-6],[-1,-9],[-1,-1],[0,-2],[-1,-2],[-3,-5],[-3,0],[-1,4],[-1,2],[1,23],[0,2],[2,11],[1,4],[0,6],[-1,3],[-3,0],[-2,-5],[-1,-3],[-1,0],[0,-1],[0,-9],[-1,-2],[0,-5],[-2,-4],[-1,0],[-3,-3],[-4,-1],[-7,2],[-1,4],[0,5],[0,3],[3,5],[6,-1],[2,2],[2,3],[0,1],[0,2],[1,6],[0,4],[-2,5],[-2,0],[0,2],[-3,0],[-22,-5],[-1,13],[0,2],[2,-1],[1,-1],[1,0],[2,1],[2,3],[1,3],[0,10],[0,6],[-5,15],[-8,0],[-1,-4],[-2,-4],[-1,0],[-1,3],[-1,5],[1,4],[2,4],[1,3],[1,1],[1,3],[-1,6],[0,4],[-2,1],[-1,0],[-1,0],[-2,0],[-1,0],[-3,0],[-1,-3],[-3,-8],[0,-1],[-1,-3],[-4,-8],[-4,-7],[-1,-3],[-2,-3],[-1,-2],[-2,-1],[-2,2],[-1,4],[0,4],[0,5],[1,4],[2,5],[1,2],[4,2],[1,3],[1,1],[2,9],[0,11],[-1,6],[-3,9],[-1,4],[-1,3],[-5,7],[-2,1],[-1,1],[-4,0],[-2,0],[-1,-1],[-1,-2],[-2,-3],[-3,-7],[-1,-1],[-2,-7],[-1,-1],[-2,-3],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-6,1],[-1,-1],[-1,0],[-1,-2],[-1,-2],[0,-1],[0,-2],[0,-4],[0,-2],[0,-8],[-1,-6],[0,-3],[-1,-2],[0,-1],[-3,-17],[-1,-4],[0,-4],[-1,-1],[1,0],[3,4],[0,1],[2,2],[2,3],[2,1],[3,1],[6,0],[3,-2],[1,-2],[1,-1],[1,-4],[0,-4],[-1,-2],[-2,-7],[-13,-27],[-1,-2],[-3,-3],[-2,-1],[-11,-1],[-4,0],[-1,1],[0,1],[0,1],[-1,24],[0,2],[-1,2],[0,1],[-4,3],[-3,2],[-1,0],[-3,0],[-7,1],[-6,1],[-1,1],[-1,1],[-2,2],[-1,0],[-1,-6],[-1,-4],[0,-2],[-1,-3],[1,-2],[0,-1],[0,-2],[1,-9],[1,-8],[0,-1],[3,-12],[1,-7],[2,-5],[2,-3],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-4],[-1,-2],[-4,-7],[-2,-2],[-1,-1],[-3,-6],[-1,-5],[-1,-1],[-1,-4],[-1,-1],[-1,-5],[-1,-3],[-1,-2],[-2,-3],[0,-1],[-1,0],[-3,-4],[-3,-4],[-3,-5]],[[3914,4027],[-2,2],[-1,1],[-1,-3],[-1,1],[-1,2],[-2,1],[-1,4],[1,4],[-1,0],[-1,4],[-1,2],[-2,1],[-1,4],[-1,5],[-1,5],[-1,4],[-1,3],[-1,3],[-1,5],[-1,1],[-1,3],[-1,2],[-1,3],[-2,2],[-1,4],[-1,2],[-1,4],[-2,2],[-2,3],[-1,3],[-1,2],[-1,6],[1,5],[0,4],[-1,4],[1,4],[-2,2],[-1,2],[-1,3],[-1,4],[-1,3],[-1,3],[-1,4],[1,4],[0,4],[-1,4],[0,5],[0,4],[0,4],[0,4],[-1,3],[-1,3],[-2,4],[0,3],[-1,4],[-2,3],[-1,3],[-2,5],[-1,3],[0,4],[-2,3],[-1,3],[-1,4],[-1,3],[-1,3],[-2,3],[-1,0],[0,22],[1,35],[0,13],[0,5],[0,16],[1,26],[0,24],[0,5],[0,4],[0,7],[0,4]],[[3853,4394],[14,-16],[4,-4],[1,-2],[2,-2],[1,-1],[0,5],[-4,23],[-5,35],[-2,14],[-2,13],[-5,36],[-5,41],[-2,10],[-4,30],[-3,21],[-3,22],[-1,4],[-3,19],[-2,19],[-6,45],[-3,21],[-2,9],[-1,8],[-1,7],[-1,8],[-3,23],[-2,14],[-1,3],[-2,16],[-2,9],[0,3],[-2,15],[-2,14],[-4,31],[0,5],[2,21],[1,10],[2,23],[2,12],[0,8],[2,16],[1,12],[1,6],[1,5],[0,1],[1,7],[0,4],[0,4],[1,10],[2,18],[4,4],[0,1],[4,5],[1,0],[1,2],[2,7],[1,3],[1,4],[-1,2]],[[3831,5077],[3,-3],[1,-1],[7,-1],[6,2],[1,1],[5,2],[2,1],[4,4],[6,6],[6,8],[4,7],[9,13],[2,2],[3,4],[1,0],[1,2],[5,9],[1,1],[1,3],[0,3],[1,0],[0,4],[0,1],[4,14],[3,12],[0,3],[1,0],[0,3],[0,3],[0,1],[0,3],[-1,5],[-1,5],[-1,3],[1,8],[0,5],[0,2],[0,3],[1,5],[0,9],[0,8],[0,9],[-1,7],[0,5],[0,6],[-1,8],[0,6],[0,12],[-1,4],[0,4],[0,6],[0,7],[1,6],[0,5],[1,3],[0,5],[0,4],[1,3],[1,5],[2,5],[2,6],[3,9],[2,3],[1,5],[1,2],[3,3],[2,1],[3,2],[2,0],[1,0],[2,0],[1,0],[2,-1],[2,0],[2,-1],[2,-1],[1,0],[3,1],[3,0],[1,0],[2,-1],[3,-2],[2,-2],[3,-1],[3,-2],[1,-1],[1,0],[1,-1],[2,-1],[1,-1],[2,-2],[2,-2],[2,-1],[1,0],[3,-1],[2,-1],[3,-1],[2,0],[2,0],[2,1],[1,0],[2,1],[3,2],[1,1],[3,2],[1,1],[1,1],[1,2],[3,3],[1,1],[2,2],[2,2],[4,6],[2,2],[1,2],[2,3],[2,2],[1,2],[2,6],[2,3],[1,8],[0,5],[0,3],[0,5],[0,2],[-1,9],[0,5],[-1,8],[-1,7],[-1,4],[-1,5],[-1,2],[-2,6],[-1,4],[-2,4],[-1,2],[-2,5],[-2,5],[-2,7],[-1,5],[0,4],[-1,4],[0,2],[-1,1],[-1,9],[-1,9],[0,4],[-1,7],[0,6],[0,1],[0,4],[0,8],[0,5],[0,6],[0,10],[0,5],[0,4],[0,8],[0,7],[0,4],[0,4],[0,4],[0,1],[0,6],[0,4],[-1,5],[0,4],[0,4],[0,6],[0,5],[0,8],[0,9],[0,27],[1,22],[1,21],[0,9],[0,2],[-1,8],[0,8],[0,5],[0,4],[0,4],[1,5],[2,15],[0,6],[1,4],[1,6],[1,4],[0,1],[1,3],[3,7],[3,3],[3,3],[1,1],[9,2],[7,3],[1,0],[2,0],[8,0],[1,0]],[[5039,4958],[-1,-3],[-4,-16],[-1,-2],[0,-1],[-1,-9],[0,-1],[1,-4],[0,-3],[1,-2],[3,-9],[0,-2],[0,-1],[0,-2],[0,-3],[-1,-2],[-4,-9],[0,-2],[0,-2],[0,-2],[0,-2],[1,-3],[2,-3],[1,-1],[0,-1],[2,-2],[1,0],[2,-1],[1,0],[2,1],[1,2],[2,0],[0,1],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-2],[0,-4],[-1,-3],[-2,-4],[-1,-2],[-1,-1],[-1,0],[-2,1],[-2,1],[-1,1],[-1,-1],[0,-3],[-1,-2],[0,-3],[0,-1],[0,-2],[1,-3],[1,-5],[1,-2],[2,-6],[2,-2],[1,-3],[3,-3],[1,-1],[1,-1],[1,0],[1,0],[2,3],[3,3],[1,1],[2,1],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[1,-3],[1,-3],[0,-2],[0,-3],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[1,-2],[1,-1],[4,-5],[6,10],[2,2],[3,-8],[2,-8],[3,-8],[0,-1],[1,-16],[1,0],[0,1],[1,9],[0,2],[1,2],[1,0],[1,-1],[0,-1],[1,-12],[0,-1],[0,-7],[1,-1],[0,-1],[0,-1],[1,0],[4,1],[1,0],[2,3],[1,2],[1,5],[0,1],[0,1],[1,1],[1,0],[1,-1],[0,-1],[2,-2],[0,-2],[-3,-3],[-2,-2],[-1,-3],[-1,-2],[0,-1],[0,-2],[1,-1],[3,-2],[0,-1],[2,-12],[0,-1],[0,-4],[-2,0],[-2,-3],[0,-4],[0,-3],[0,-1],[2,1],[1,-5],[0,-5],[0,-7],[0,-1],[1,-2],[1,-1],[1,0],[2,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-2],[-1,-6],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[-3,-6],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[2,-2],[1,0],[1,-1],[1,1],[0,1],[1,0],[1,2],[0,1],[1,0],[3,9],[0,1],[0,1],[1,1],[1,0],[0,-2],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-4],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-2],[0,-1]],[[5113,4659],[-2,-10],[-1,-5],[-2,-5],[-1,-4],[-6,-24],[-2,-9],[-4,-18],[-4,-14],[-3,-10],[-3,-13],[-1,-4],[0,-3],[-3,-10],[-3,-11],[-12,-51],[-2,-6],[-5,-20],[-7,-25],[0,-1],[-1,-7],[-7,-27],[0,-3],[-1,0],[0,-3],[-5,-17],[-1,-2],[0,-4],[-2,-2],[-4,-5],[-5,-2],[-2,-1],[-2,0],[-3,-1],[-1,0],[-4,-1],[-2,0],[-4,-2],[-4,-3],[-2,-4],[-4,-4],[0,-3],[0,-1],[0,-1],[-6,-12],[-1,-1],[-3,0],[0,-2],[0,-14],[1,-5],[0,-4],[1,-5],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-4,-3],[-2,-1],[-3,-1],[-1,-1],[-2,0],[0,-1],[-2,-2],[-2,-3],[-2,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,-1],[-3,-3],[-4,-8],[-3,-3],[-2,-7],[0,-1],[1,-4],[2,-12],[0,-3],[1,-5],[1,-2],[5,-8],[-1,-10],[0,-1],[-1,-6],[0,-3],[-1,1],[-2,-3],[-2,-2],[0,-1],[-1,1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-4],[-2,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-2],[0,-2],[0,-1],[-1,-16],[-1,-3],[-1,-5],[-4,-12],[0,-1],[-2,-2],[-1,-1],[-1,2],[0,-4],[0,-2],[-1,-1],[-1,-7],[-1,-1],[-1,-3],[-1,-3],[0,-1],[0,-8],[0,-1],[0,-5],[-2,-6],[-1,-5],[-1,-2],[-1,-10],[-1,-4],[-1,0],[-1,0],[-1,-1],[-2,-3],[-1,-1],[-1,-2],[-4,-5],[0,-1],[-5,-5],[-1,-1],[-1,0],[-1,1],[-1,0],[-5,-11],[-6,-10],[-2,-5],[-3,-4],[-1,-2],[-9,-17],[-7,-14],[-6,-11],[-7,-12],[-1,-3],[-1,-4],[-1,-4],[0,-9],[-1,-6],[0,-5],[-1,-14],[0,-4],[0,-5],[-1,-5],[0,-10],[-1,-8],[0,-5],[0,-4],[-1,-6],[0,-6],[0,-2],[0,-4],[-1,-5],[0,-8],[0,-4],[-2,-18],[0,-4],[0,-10],[-1,-8],[0,-5],[0,-3],[-1,-1],[0,-8],[0,-5],[-1,-5],[0,-4],[0,-7],[-1,-5],[0,-4],[0,-8],[-1,-4],[0,-4],[0,-2],[0,-3],[-1,-4],[0,-7],[0,-4],[-1,-4],[-1,-6],[0,-4],[0,-5],[0,-5],[-1,-7],[-1,-3],[-2,1],[-3,0],[-1,-1],[0,-3],[0,-4],[0,-7],[0,-1],[0,-2],[1,-4],[0,-4],[0,-5],[0,-4],[0,-4],[0,-3],[0,-1],[0,-4],[0,-4],[1,-9],[1,-8],[1,-4],[0,-4],[0,-6],[0,-8],[-1,-7],[0,-5],[0,-7],[0,-5],[-1,-3],[0,-5]],[[4834,3558],[-1,0],[-2,0],[-25,5],[-13,4],[-7,1],[-3,0],[-37,6],[-5,1],[-13,2],[-22,4],[-2,0],[-10,3],[-4,0],[-14,3],[-8,1],[-14,3],[-4,0],[-15,3],[-4,0]],[[4631,3594],[-1,2],[-1,10],[-1,2],[-1,0],[-1,-1],[0,-2],[-2,-10],[-1,-2],[-2,-3],[-1,-1],[-1,0],[-4,6],[0,1],[-1,1],[0,1],[1,1],[0,1],[2,4],[1,3],[1,2],[1,1],[0,2],[0,5],[0,1],[-1,1],[0,1],[-1,0],[-2,-2],[-4,-1],[-5,4],[-2,1],[0,1],[0,1],[1,7],[0,2],[4,29],[2,14],[0,1],[1,2],[1,0],[1,1],[6,2],[0,1],[5,8],[0,1],[2,6],[0,1],[-2,18],[-1,1],[0,2],[0,1],[-1,2],[-2,2],[-1,3],[-5,8],[-3,8],[-1,3],[0,1],[1,6],[1,0],[0,1],[1,0],[2,-4],[1,-1],[1,0],[0,1],[0,1],[1,0],[2,9],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,0],[-5,3],[-1,1],[-1,2],[0,2],[0,2],[0,1],[1,0],[0,1],[2,2],[1,0],[2,1],[-1,2],[0,1],[-6,5],[-1,1],[-1,1],[0,2],[-1,8],[-1,10],[0,2],[-2,4],[-1,4],[-3,9],[-5,15],[-1,4],[-7,23],[-2,8],[-3,8],[-5,15],[-3,10],[-5,17],[-2,6],[-1,6],[-3,8],[-2,6],[-3,12],[-2,7],[-3,8],[-2,8],[-2,7],[-2,8],[-2,8],[0,1],[-1,2],[-1,5],[0,1],[-1,3],[-1,3],[0,1],[0,2],[-3,-3],[-5,-6],[-1,2],[0,1],[-1,1],[0,1],[-2,3],[-1,0],[0,1],[-1,1],[-1,1],[-3,1],[-6,-2],[-7,-11],[-5,-7],[0,-1],[-1,0],[-1,-5],[-1,-4],[-1,0],[0,-1],[-1,0],[-2,1],[-2,1],[-1,2],[-1,2],[0,1],[-1,0],[-4,4],[-4,3],[-4,2],[0,-2],[-1,-1],[-1,-1],[-1,3],[-5,12],[0,2],[0,2],[-1,5],[0,1],[0,3],[1,1],[0,2],[-1,3],[0,1],[-1,0],[0,-1],[-1,-1],[-7,-20],[-2,-12],[0,-3],[0,-5],[0,-5],[1,-9],[0,-3],[-1,-2],[0,-1],[-2,-1],[-1,-1],[-1,0],[0,1],[-3,11],[2,9],[0,2],[0,2],[0,2],[0,2],[-1,2],[0,1],[-2,-1],[-2,-1],[0,-1],[-1,-1],[0,-5],[0,-1],[0,-3],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,4],[-1,3],[0,2],[-1,2],[0,7],[-1,2],[0,1],[-1,1],[-1,0],[-3,0],[-2,0],[-1,1],[-1,0],[0,1],[-2,6],[-3,14],[0,1],[-2,8],[2,4],[1,3],[-1,-2],[-2,-1],[-1,-2],[-2,-4],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[-1,0],[0,1],[0,1],[1,5],[0,1],[0,1],[0,4],[0,6],[-1,2],[0,1],[-1,2],[0,2],[-2,1],[-1,0],[0,-1],[-1,-2],[-1,-1],[0,-3],[-1,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-3,1],[-1,1],[0,1],[0,1],[0,4],[0,4],[2,4],[0,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,0],[-3,-4],[0,-1],[-2,-9],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-2,-4],[0,-1],[-1,0],[-1,0],[0,1],[-1,2],[-4,24],[-1,11],[0,2],[0,3],[1,4],[-1,5],[0,2],[-1,3],[-1,3],[0,1],[-2,2],[-2,2],[0,1],[-1,8],[0,1],[2,5],[0,1],[0,2],[0,2],[-1,2],[0,1],[-5,10],[-2,0],[-2,-8],[-1,-5],[0,-2],[0,-1],[1,-2],[-2,-8],[-5,-4],[-2,4],[1,4],[0,3],[-1,1],[-1,-1],[-2,-1],[-4,-4],[-2,-6],[0,-1],[0,-1],[0,-2],[1,-1],[4,-3],[2,-2],[1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[-2,-4],[-1,0],[-2,-1],[-1,3],[-2,6],[0,1],[-1,1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-8],[0,-1],[-1,0],[0,-2],[-1,0],[-9,10],[-1,2],[-1,1],[-1,1],[0,1],[2,2],[1,1],[1,1],[1,1],[0,2],[0,3],[-1,5],[-1,4]],[[4695,5669],[2,1],[2,2],[1,0],[3,1],[2,1],[2,1],[2,1],[1,0],[2,1],[2,2],[2,1],[2,0],[4,2],[3,1],[4,1],[1,0],[3,1],[5,0],[1,0],[4,1],[5,1],[0,1],[1,0],[7,2],[2,2],[2,2],[1,2]],[[6750,5093],[-1,-3],[-2,-4],[-1,-3],[-2,-4],[-4,-6],[-3,-4],[-3,-2],[-5,0],[-6,2],[-6,5],[-3,6],[-4,12],[-3,10],[-5,12],[-1,3],[-2,0],[-2,0],[-4,-7],[-5,-18],[-2,-7],[0,-2],[-1,-8],[0,-4],[0,-9],[1,-5],[0,-4],[1,-4],[0,-2],[6,-30],[3,-9],[3,-5],[0,-1],[1,-3],[2,-3],[1,-3],[10,-45],[2,-13],[1,-3],[-1,-7],[-2,-9],[-1,-4],[0,-2],[-1,-3],[-1,-1],[-2,-4],[-2,-1],[-4,1],[-2,3],[0,1],[-3,14],[-1,5],[-1,1],[-3,0],[-3,-2],[-2,-3],[0,-2],[-1,-8],[-1,-6],[0,-1],[0,-1],[-7,-23],[-1,-3],[-1,-4],[-4,-11],[-1,-1],[0,-1],[-5,-4],[-6,-3],[-7,-3],[-4,-2],[-5,-7],[-5,-6],[-2,-2],[-1,-2],[-1,-3],[0,-1],[-1,-5],[1,-6],[0,-1],[0,-1],[-1,-9],[-2,-6]],[[6632,4799],[-1,1],[-5,5],[-3,2],[-1,-2],[-1,0],[-1,-1],[-2,-4],[-1,-1],[-3,-8],[0,-1],[0,-1],[0,-5],[0,-1],[0,-9],[1,-4],[0,-11],[-1,-12],[0,-3],[-1,-1],[-2,-3],[-2,-1],[-1,0],[-3,-1],[-3,-2],[-1,-1],[-3,-4],[-3,-3],[-3,-6],[-1,-2],[-1,-3],[-2,-7],[-1,-6],[-2,-16],[0,-2],[-1,-1],[-1,-9],[-4,-11],[-2,-7],[-2,-6],[-2,-5],[-2,-1],[-1,0],[-4,5],[-2,1],[-4,3],[-6,9],[-1,2],[-1,2],[-2,6],[-2,17],[0,7],[2,8],[1,6],[1,2],[0,2],[1,14],[0,3],[0,2],[-1,4],[-1,1],[-5,3],[-5,-2],[-4,-3],[-3,-5],[-1,-4],[-1,-7],[-3,-18],[-2,-3],[-2,-1],[-4,6],[-1,1],[-4,2],[-1,1],[-1,1],[-2,5],[1,4],[0,3],[3,4],[3,3],[1,3],[2,3],[5,11],[1,4],[0,1],[0,7],[-1,3],[-1,2],[-1,4],[0,1],[-1,6],[-2,6],[-2,6],[-2,4],[-1,1],[-3,3],[-1,2],[-5,6],[0,1],[-6,11],[-2,3],[-3,0],[-2,-2],[-5,-3],[-4,0],[-1,2],[-1,1],[-1,0],[0,1],[-1,3],[-1,1],[-2,7],[0,1],[-2,8],[0,2],[0,3],[0,2],[0,1],[-1,8],[-1,8],[0,3],[0,9],[0,2],[2,7],[1,1],[2,5],[1,2],[3,4],[5,7],[5,3],[2,1],[4,-1],[3,-3],[4,-7],[4,-7],[3,-3],[4,-1],[3,1],[1,3],[2,6],[0,1],[0,3],[0,2],[0,3],[-1,9],[-1,6],[-3,4],[-7,11],[-3,2],[-5,1],[-3,-1],[-6,1],[-14,5],[-5,4],[-1,0],[0,1],[-2,5],[-4,3],[-3,0],[-8,0],[-2,-1],[-1,-4],[0,-2],[0,-5],[1,-10],[2,-8],[8,-21],[3,-11],[0,-4],[0,-1],[0,-2],[0,-1],[0,-1],[0,-7],[-1,-1],[-4,-11],[-5,-8],[-2,-2],[-5,-2],[-6,2],[-2,1],[-2,3],[-6,9],[-1,5],[-2,7],[-1,8],[-1,6],[-1,17],[-1,3],[0,6],[0,6],[0,7],[1,15],[1,5],[0,4],[2,16],[2,8],[0,17],[0,10],[0,2],[0,7],[-2,6],[-2,5],[-1,2],[-3,1],[-3,1],[-2,-1],[-8,-3],[-4,-5],[-5,-7],[-1,0],[-7,-21],[-7,-12],[-4,-5],[-3,-1],[-2,-1]],[[6381,4974],[-4,4],[-1,2],[-1,4],[-3,9],[0,2],[0,1],[-1,7],[-1,10],[1,5],[0,9],[0,4],[0,8],[1,5],[1,5],[3,9],[1,2],[2,3],[2,7],[1,4],[3,3],[2,-1],[1,0],[1,0],[0,1],[1,1],[1,2],[0,1],[0,2],[10,1],[2,-1],[2,-1],[2,0],[1,0],[1,1],[2,2],[1,2],[1,3],[2,3],[0,1],[0,2],[2,9],[1,3],[0,2],[0,2],[0,6],[0,1],[-1,6],[0,1],[-1,5],[0,3],[-1,2],[-1,3],[-1,1],[-2,4],[-2,2],[-3,2],[-6,-3],[-1,-1],[-2,-1],[-2,1],[-5,5]],[[9147,5214],[-1,-2],[-2,-1],[-2,-2],[-2,-2],[-2,-1],[0,-4],[-1,-7],[-2,-2],[-1,0],[-2,0],[-1,6],[-2,-2],[-2,0],[-1,-4],[0,-4],[-1,-4],[-1,-2],[-3,-3],[-1,-3],[-1,-1],[-2,2],[-1,3],[-1,2],[-2,-1],[-1,1],[-2,-1],[0,-4],[-2,-3],[-1,-2],[0,-4],[2,-4],[-1,-5],[0,-4],[0,-4],[-2,0],[-2,0],[-1,-1],[-3,-11],[-2,-1],[-2,1],[-2,2],[-1,-3],[0,-5],[-2,-1],[-2,1],[-1,2],[-2,-1],[-1,-6],[0,-4],[-2,0],[-2,-1],[-1,-5],[-1,-2],[-3,0],[-1,1],[-2,-2],[-1,-5],[-1,-1],[0,-7],[0,-7],[1,-4],[1,-4],[0,-1],[2,-5],[2,-2],[1,-4],[1,-3],[0,-5],[1,-3],[1,-2],[2,2],[2,0],[1,-2],[1,-4],[0,-4],[1,0],[1,1],[2,-1],[0,-4],[1,-3],[1,-3],[2,-3],[2,1],[2,4],[1,1],[2,-1],[0,-4],[0,-5],[2,-6],[0,-4],[-2,-2],[-1,-2],[-1,-1],[-2,2],[-1,-1],[-2,-2],[0,-4],[0,-4],[-1,-4],[1,-3],[2,-1],[2,0],[1,3],[2,1],[1,-2],[2,-2],[-1,-6],[-1,-2],[-2,-4],[-1,-2],[-2,-2],[-2,-2],[-1,-4],[0,-4],[2,-2],[-1,-4],[-2,-4],[-2,0],[-2,-3],[0,-5],[1,-3],[1,-3],[0,-5],[-2,-4],[-3,2],[-1,-3],[-1,-4],[-1,3],[-1,1],[-3,-4],[-1,-4],[0,-5],[0,-5],[1,-4],[0,-10],[0,-5],[-2,-1],[-1,-2],[-1,-8],[-1,-2],[-2,-3],[-2,-2],[-2,1],[-1,-4],[-1,-5],[-1,-6],[0,-4],[0,-8],[4,-2],[1,-3],[2,-1],[2,2],[2,3],[2,0],[1,-7],[1,-4],[-1,-4],[1,-5],[1,-4],[2,1],[2,-1],[1,-2],[1,-4],[3,0],[2,-2],[1,-5],[0,-1],[1,-2],[-1,-4],[-1,-5],[-2,1],[-2,-1],[-1,-4],[0,-4],[-1,-7],[-1,-4],[1,-3],[2,-4],[0,-6],[-1,-3],[1,-4],[0,-5],[-1,-8],[0,-5],[0,-3],[2,-3],[1,-2],[0,-4],[1,-5],[-1,-7],[4,-3],[3,-5],[1,-3],[2,-3],[0,-5],[1,-2],[1,-4],[0,-5],[1,-3],[1,-4],[0,-5],[0,-5],[0,-6],[-2,-5],[-1,-3],[0,-4],[1,-4],[2,0],[1,-2],[1,-6],[2,-1],[2,0],[1,-3],[1,-5],[0,-6],[1,-2],[2,-2],[1,-4],[0,-5],[-1,-3],[-1,-3],[-1,-3],[-2,-3],[-2,-3]],[[9110,4614],[-1,1],[-1,3],[-1,4],[0,4],[-2,3],[-2,-2],[-1,1],[-2,3],[-1,3],[-1,-2],[-1,-1],[-3,6],[-1,0],[-2,-3],[-1,-1],[-1,-1],[-1,4],[-2,3],[-2,-1],[-2,-4],[-1,0],[-2,1],[-2,4],[-3,0],[-1,0],[-1,0],[-2,-2],[-1,-3],[-2,-1],[-1,5],[-2,2],[-1,0],[-2,2],[-1,3],[-1,4],[-2,0],[-1,-2],[-2,-1],[-2,1],[-2,1],[-1,4],[0,4],[2,4],[2,1],[0,4],[0,4],[-2,2],[-2,1],[-1,1],[-1,0],[-3,2],[-3,-1],[-2,-1],[-1,7],[-1,-1],[-4,-3],[-1,0],[-1,0],[-1,4],[-1,3],[-2,1],[-1,0],[-3,1],[-1,1],[-1,4],[0,5],[-2,5],[-2,1],[-2,4],[-1,1],[-1,-1],[-2,0],[-1,-3],[-2,0],[-2,2],[-2,4],[0,4],[-1,3],[-1,2],[0,2],[0,4],[-2,-1],[-1,0],[-2,0],[-1,-1],[-2,-3],[-1,-3],[-4,-2],[-2,-2],[-2,-2],[-1,-1],[-2,-4],[-1,-1],[0,5],[1,4],[0,4],[-2,2],[-2,1],[-2,0],[-1,-1],[-2,0],[-1,1],[-2,2],[-1,3],[-1,3],[-1,3],[-1,7],[-1,5],[0,4],[-1,4],[-1,-10],[1,-4],[-2,-2],[-1,-1],[-1,0],[-3,2],[-2,3],[-1,3],[-2,3],[-1,3],[-1,2],[-1,-3],[-1,-1],[0,-3],[0,-1],[-1,-8],[1,-3],[0,-1],[0,-1],[1,-2],[-1,-1],[0,-4],[0,-4],[-1,-4],[-1,-3],[1,-3],[0,-1],[-1,-3],[0,-1],[-1,-4],[-6,0],[-1,-1],[-2,1],[-2,0],[-1,-1],[-2,1],[-2,2],[-2,2],[-3,5],[-2,2],[-2,2],[-1,1],[-1,-1],[-2,-1],[-3,-3],[-1,-1],[-8,-7],[-3,-2],[-1,-1],[-2,-1],[-2,-2],[-19,-15],[-24,-19],[-3,-3],[-8,-6],[-5,-2],[-2,0],[-15,-5],[-1,0],[-2,7],[-2,4],[-1,2],[-2,-2],[-4,-5],[0,-6],[-1,-4],[-2,-7],[-1,-4],[0,-4],[0,-6],[-1,-4],[-2,-3],[-3,1],[-1,0],[-1,-3],[0,-5],[-1,-3],[-3,-2],[-1,0],[-2,-2],[-1,-5],[-1,-1],[-2,-4],[-1,-4],[-2,-6],[-1,-5],[-2,0],[-1,1],[-2,-1],[-2,0],[-2,-5],[-1,-6],[-2,-10],[-3,0],[-1,5],[0,5],[0,4],[-1,4],[-3,3],[-1,12],[-1,3],[-2,-4],[-1,-4],[-2,-2],[-3,0],[-2,-1],[1,4],[0,6],[-4,3],[-1,3],[-2,2],[-1,2],[-3,0],[-2,-1],[-1,2],[-1,5],[1,4],[-2,5],[-1,-2],[-2,-1],[-1,-5],[-2,-1],[-2,-2],[-1,2],[-1,0],[-2,0],[-2,2],[-2,0],[-2,-4]],[[8716,4600],[-10,12],[0,5],[1,110],[0,19],[0,5],[-1,4],[0,13],[0,13],[-2,45],[0,4],[0,17],[0,4],[-1,16],[-1,28],[-14,21],[-3,4],[-1,2],[-18,26],[-4,5],[-2,2],[-2,3],[0,5],[-1,3],[-1,1],[-2,1],[0,4],[0,4],[-2,1],[0,3],[-1,4],[1,3],[1,3],[1,3],[0,4],[1,3],[1,3],[1,1],[1,2],[0,4],[1,3],[-1,3],[-2,0],[-1,4],[0,6],[1,4],[1,4],[1,4],[1,-1],[2,3],[1,4],[0,5],[-2,6],[-2,0],[-2,5],[0,3],[3,8],[-8,19],[-13,33],[-2,4],[-2,5],[-2,7]],[[3853,4394],[-2,3],[-2,2],[-2,2],[-5,6],[-5,6],[-1,2],[-2,1],[-4,5],[-3,4],[-3,3],[-3,4],[-2,2],[-5,6],[-5,6],[-2,3],[-2,2],[-3,3],[-2,3],[-7,8],[-3,4],[-4,5],[-5,5],[-1,1],[-30,35],[-4,5],[-5,5],[-8,10],[-4,5],[-1,1],[-6,7],[-1,2],[-12,14],[-3,3],[-1,2],[-2,2],[-3,4],[-3,3],[-1,1],[-8,10],[-8,10],[-2,1],[-1,2],[-4,4],[-4,5],[-1,2],[-2,2],[-3,3],[-6,7],[-2,3],[-2,2],[-5,6],[-4,5],[-5,5],[-1,2],[-6,7],[-2,2],[-3,3],[-6,7],[-3,4],[-3,4],[-2,2],[-3,4]],[[3610,4681],[2,37],[0,9],[0,6],[1,9],[0,10],[0,4],[1,22],[1,22],[1,27],[0,7],[1,13],[0,11],[1,16],[0,10],[-1,4],[-3,10],[-4,10],[-2,8],[-3,10],[-7,20],[-1,5],[-7,20],[-1,3],[-5,16],[-1,5],[0,4],[-1,5],[-1,5],[-1,11],[-6,27],[-2,13],[-1,5],[-1,4],[-1,-1],[-6,-3],[-5,-2],[-3,-1],[-2,-1],[-3,-2],[-3,-1],[-4,-1],[-8,-3],[-2,-4],[-2,3],[-1,1],[-1,-2],[-3,-8],[0,-1],[-4,-10],[0,-1],[-1,-2],[-1,-3],[-1,-1],[-1,0],[-1,0],[-10,5],[-1,1],[-1,1],[-1,2],[0,1],[-1,2],[-1,1],[-1,3],[-3,7],[-3,8],[-2,6],[-1,3],[0,2],[0,6],[2,15],[1,10],[1,9],[1,3],[0,1],[3,5],[2,5],[0,2],[1,1],[0,2],[0,5],[-1,5],[0,3],[-1,10],[0,8],[-1,6],[0,6],[0,3],[0,2],[0,1],[1,1],[1,1],[4,2],[1,1],[1,2],[3,10],[5,16],[0,3],[1,8],[0,3],[0,1],[-1,3],[-1,2],[0,1],[-2,-1],[-1,0],[-5,-1],[-2,-1],[0,1],[-1,0],[0,1],[-2,4],[-2,4],[-1,1],[-2,5],[0,1],[-1,2],[0,1],[0,4],[0,1],[1,2],[0,1],[1,7],[1,5],[0,3],[-1,2],[-1,4],[-1,1],[-1,1],[-1,1],[-1,2],[0,2],[-1,2],[0,2],[0,3],[1,7],[0,2],[-1,2],[-1,2],[0,1],[-1,0],[0,1],[-9,7],[-1,2],[-7,6],[-4,4],[-2,1],[-1,0],[-5,-4],[-4,-3],[-2,-1],[-9,-7],[-1,-2],[-1,-2],[0,-2],[-3,-4],[-2,-4],[-4,-6],[-2,-3],[-1,-2],[-1,-1],[-9,-6],[-3,4],[-1,1],[-4,5],[-10,-5],[-1,0],[0,-1],[-3,-5],[-1,-1],[0,-1],[-1,-2],[-1,6],[-1,4],[0,5],[0,2],[2,20],[1,7],[1,1],[0,3],[1,2],[5,16],[0,1],[3,8],[2,8],[1,4],[0,1],[-1,10],[-1,3],[-1,10],[-1,5],[-1,7],[0,1],[-1,8],[0,2]],[[3406,5407],[1,0],[3,3],[2,1],[2,1],[0,1],[3,2],[2,2],[1,0],[1,0],[1,2],[0,-1],[-1,-2],[2,-1],[1,0],[2,0],[2,0],[2,1],[2,0],[1,0],[4,1],[3,1],[2,0],[2,0],[2,0],[1,0],[4,1],[2,1],[2,0],[3,2],[2,0],[4,1],[2,1],[3,1],[1,0],[3,-1],[1,1],[2,1],[2,0],[3,2],[2,1],[2,2],[2,3],[0,1],[1,1],[1,3],[1,1],[3,6],[3,4],[2,2],[2,2],[0,1],[1,1],[2,4],[1,2],[2,3],[1,2],[2,6],[1,3],[1,4],[0,1],[1,3],[2,3],[1,3],[0,1],[2,5],[2,4],[0,3],[1,1],[1,1],[0,1],[1,1],[1,4],[1,3],[1,7],[1,2],[0,2],[3,8],[1,2],[0,1],[1,3],[1,1],[1,4],[1,3],[2,3],[3,6],[0,1],[3,3],[1,2],[0,1],[2,6],[1,3],[2,3],[2,4],[1,4],[1,5],[1,4],[2,4],[2,6],[3,5],[2,5],[3,5],[3,6],[2,2],[3,3],[4,4],[2,2],[2,1],[1,1],[2,1],[3,2],[2,2],[2,1],[2,2],[2,2],[3,3],[2,3],[4,6],[2,3],[3,3],[1,2],[2,0],[1,1],[1,0],[1,0],[2,0],[1,0],[2,-1],[2,-1],[1,-2],[1,-1],[2,-2],[2,-2],[1,-3],[2,-2],[1,-2],[1,-3],[2,-2],[1,-3],[3,-4],[2,-2],[2,-2],[2,-2],[2,-2],[1,-2],[0,-1],[0,-1],[1,-2],[1,-5],[0,-4],[0,-1],[1,-3],[1,-4],[1,-8],[1,-4],[0,-6],[1,-4],[1,-8],[0,-1],[1,-5],[0,-5],[1,-8],[0,-3],[0,-4],[1,-2],[0,-1],[2,-5],[1,-3],[1,-7],[1,-6],[2,-3],[2,-6],[0,-3],[1,-5],[1,-4],[0,-3],[0,-1],[-1,0],[0,2],[-1,1],[0,-1],[1,-6],[0,-4],[1,-2],[0,-2],[1,-3],[1,-4],[1,-3],[0,-2],[2,-4],[1,-5],[1,-5],[1,-3],[1,-7],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,-5],[1,-1],[1,-3],[1,-4],[1,-5],[0,-2],[0,-1],[1,-5],[1,-2],[0,-3],[2,-6],[2,-7],[1,-4],[1,-7],[2,-5],[1,-6],[1,-4],[2,-4],[0,-3],[1,-4],[1,-3],[0,-1],[1,-3],[1,-6],[1,-4],[1,-2],[0,-3],[2,-6],[0,-1],[1,-2],[4,-14],[0,-1],[0,-1],[1,0],[2,-5],[1,-3],[1,-3],[0,-2],[2,-3],[1,-3],[2,-5],[1,-5],[4,-10],[1,-3],[2,-4],[1,-3],[2,-2],[2,-1],[1,0],[3,-1],[2,-1],[1,-1],[2,-1],[3,0],[2,2],[4,5],[2,3],[1,2],[4,5],[0,1],[3,4],[3,5],[2,4],[1,2],[2,3],[1,3],[2,4],[2,5],[2,3],[3,5],[2,3],[4,5],[2,6],[2,6],[1,2],[2,2],[1,2],[3,3],[1,0],[2,0],[2,0],[1,0],[3,0],[2,0],[1,-1],[2,-1],[3,-2],[2,0],[2,-1],[2,-1],[1,-1],[2,0],[1,0],[3,-2],[3,-1],[2,-2],[3,-2],[2,-2],[2,-2],[0,-1],[2,-3],[0,-1],[2,-5],[1,-4],[0,-6],[1,-3],[0,-6],[1,-6],[0,-5],[0,-5],[-1,-5],[0,-8],[-1,-2],[0,-5],[-1,-1],[-1,-6],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-5],[0,-4],[-1,-7],[-1,-5],[-2,-9],[-1,-4],[-1,-7],[-3,-14],[-2,-9],[-1,-6],[-1,-2],[0,-3],[-1,-6],[-2,-11],[0,-4],[-1,-8],[-1,-5],[0,-7],[-1,-5],[0,-8],[1,-6],[0,-5],[0,-4],[0,-6],[2,-9],[2,-9],[0,-1],[3,-5],[1,-2]],[[5807,5284],[-1,-4],[0,-2],[-1,-1],[0,-3],[1,-1],[1,-2],[1,-4],[1,-1],[0,-2],[0,-1],[1,-7],[0,-1],[0,-1],[-1,2],[-2,2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[1,-2],[0,-2],[0,-1],[-2,-5],[0,-1],[-1,-1],[-1,0],[-2,-1],[-1,2],[-1,1],[-2,4],[0,1],[0,2],[0,4],[0,1],[-1,2],[-1,2],[-4,3],[-1,0],[-1,0],[-1,-3],[-2,-5],[0,-2],[-1,-3],[-1,-1],[-1,0],[-1,1],[-1,1],[-4,8],[-1,3],[-1,1],[-2,1],[-4,3],[-2,1],[-1,0],[-1,0],[-2,-1],[-1,-1],[0,-2],[0,-2],[2,-14],[0,-5],[-1,-4],[-1,-2],[0,-2],[-1,0],[-1,0],[0,1],[-1,0],[-1,2],[-5,7],[-1,2],[0,2],[-1,2],[1,3],[0,1],[0,1],[2,4],[0,1],[2,3],[0,1],[1,2],[0,1],[0,1],[0,3],[0,2],[0,4],[0,1],[-1,3],[0,1],[0,1],[-6,15],[-2,4],[0,1],[0,1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-7],[0,-3],[1,-3],[0,-5],[0,-9],[0,-10],[0,-9],[0,-6],[1,-4],[1,-7],[2,-7],[0,-7],[0,-3],[0,-1],[0,-9],[0,-1],[1,-9],[-1,0],[-2,-1],[-1,0],[6,-29],[0,-1],[0,-3],[0,-3],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,2],[0,3],[0,1],[0,4],[0,2],[0,3],[-1,4],[-1,2],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-2,-7],[-2,-6],[-1,-5],[0,-2],[0,-1],[2,-2],[3,-2],[2,-5],[1,-2],[1,-2],[2,-4],[1,-6],[0,-3],[0,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-2],[0,-2],[0,-2],[0,-9],[-1,-2],[0,-3],[-1,-2],[-1,-6],[-1,-2],[-1,0],[-1,1],[0,1],[-1,2],[0,4],[-1,2],[0,4],[0,1],[0,1],[-1,0],[-3,5],[0,1],[-1,1],[-5,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[0,3],[0,2],[0,2],[2,4],[3,6],[1,1],[0,3],[0,6],[0,4],[-2,18],[-1,14],[-1,3],[-1,1],[-1,-1],[-1,-1],[0,-6],[0,-10],[-1,-3],[-3,-5],[-3,-6],[-1,-11],[-1,-4],[0,-11],[-1,-1],[0,-2],[-1,0],[-1,-1],[-4,1],[-1,1],[0,3],[-2,17],[0,11],[0,5],[1,3],[1,5],[1,4],[2,4],[0,2],[0,1],[-1,1],[0,-1],[-1,0],[-3,-5],[-1,-1],[-3,2],[-1,1],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-5],[2,-11],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,2],[-2,6],[-2,6],[-2,4],[-1,0],[-2,1],[-4,-4],[0,-2],[-1,-1],[0,-3],[-1,-20],[0,-1],[1,-1],[4,-5],[1,-1],[3,-5],[2,-6],[1,0],[2,-6],[1,-6],[2,-5],[1,-5],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-2],[-1,-1],[-1,0],[-2,0],[-4,3],[-5,2],[-4,2],[-2,0],[-1,-1],[-3,-10],[0,-2],[-2,-2],[-1,-1],[-5,0],[0,1],[-1,1],[-1,7],[-1,2],[-1,1],[-1,1],[-2,0],[-1,0],[-1,1],[-1,2],[0,4],[-1,11],[0,2],[-1,1],[-1,1],[-1,-1],[-1,-2],[-2,-6],[0,-3],[0,-5],[0,-7],[2,-13],[0,-3],[1,-3],[0,-4],[1,-2],[0,-6],[0,-2],[0,-3],[-1,-4],[-3,-5],[-1,-1],[-6,-5],[0,-1],[-2,-3],[-2,-5],[-1,-1],[-2,0],[-3,4],[-3,-1],[-1,0],[-3,-1],[-1,-7],[-2,-14],[0,-2],[1,-3],[1,-8],[0,-3],[0,-1],[0,-1],[-1,0],[-6,-3],[-1,-1],[-1,0],[-1,-3],[0,-3],[-2,-20],[0,-1],[0,-2],[-1,-4],[-6,-8],[0,-3],[0,-12],[1,-3],[7,-13],[1,-3],[1,-2],[0,-2],[0,-4],[1,-3],[-1,-5],[-1,-4],[-1,-4],[0,-1],[-5,-9],[-2,-2],[-2,-3],[-5,-8],[-1,-1],[-3,-2],[-2,0],[-4,-1],[-4,2],[-3,3],[-1,-1],[-4,-2],[-1,-2],[0,-1],[-2,-7],[0,-1],[0,-3],[1,-6],[0,-3],[-1,-2],[0,-2],[-1,-1],[-4,0],[-6,3],[-1,0],[0,1],[-2,1],[-1,2],[-5,7],[-2,1],[-1,0],[-1,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-2],[2,-16],[1,-13],[0,-8],[-1,-5],[1,-2],[0,-1],[0,-1],[5,-4],[4,-6],[-2,-14],[-1,-4],[-1,-9],[-1,-1],[-3,-5],[-1,0],[-3,1],[-1,0],[-2,2],[-2,2],[-6,8],[-6,11],[-7,4],[-1,-1],[0,-1],[0,-24],[0,-4],[1,-9],[1,-10],[0,-20],[0,-5],[0,-18],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-2,2],[-1,0],[-1,0],[-1,0],[-1,-2],[-3,-1],[-1,0],[-1,0],[-1,1],[-1,3],[-1,1],[-1,0],[-1,-1],[-1,-3],[-4,-9],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-5],[0,-3],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-6,-5],[-1,-1],[-2,0],[-1,0]],[[5480,4654],[-17,-45],[-9,-24],[-4,-10],[-6,-17],[-2,-3],[-1,-3],[-7,-20],[-8,-20],[-2,-6],[-8,-21],[-3,-16],[-1,-4],[-3,-13],[-5,-27],[-4,-23],[-1,-6],[-1,-4],[-3,-14],[-1,-6],[-6,-29],[-1,-7],[-3,-13],[-2,-10],[-1,-6],[-2,-10],[-1,-6],[-1,-5],[-1,-4],[-2,-14],[-2,-13],[-2,-9],[-1,-8],[-1,-3],[-1,-4],[-16,-97],[-3,-14],[-1,-8],[-2,-10],[-4,-17],[-3,-15],[-2,-15],[-3,-15],[-1,-2],[-4,-24],[0,-4],[-1,-9],[-1,-7],[-1,-1],[-2,-5]],[[5323,3988],[-1,0],[-2,0],[-2,0],[-1,2],[0,1],[0,21],[0,3],[-1,3],[-1,2],[-1,0],[-1,-2],[-1,-3],[-1,-2],[-1,0],[-2,2],[0,1],[-1,1],[-1,2],[-1,2],[-1,0],[0,-1],[-2,-2],[-4,1],[-3,-1],[-3,-5],[-5,-8],[-3,-15],[-1,-3],[0,-1],[0,-6],[0,-3],[1,-1],[0,-5],[1,-2],[0,-2],[0,-2],[1,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-2],[-1,-6],[-2,-5],[0,-2],[-1,-5],[0,-1],[4,-22],[1,-6],[1,-1],[0,-6],[1,-2],[0,-2],[-2,-1],[-1,-1],[-1,2],[-2,2],[0,1],[-4,0],[-4,-3],[-3,-17],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-3,-3],[-1,0],[-1,0],[-1,1],[-3,4],[0,1],[-1,2],[0,3],[-1,4],[-3,2],[-1,1],[-7,4],[-6,6],[-1,1],[-1,1],[0,1],[-2,5],[-1,1],[-7,5],[-1,0],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[-1,0],[0,1],[-3,2],[-3,6],[0,2],[0,2],[1,4],[1,2],[1,1],[1,2],[0,1],[1,5],[1,6],[0,2],[0,3],[-1,3],[0,3],[-1,3],[-1,1],[-1,0],[-1,-1],[-1,-2],[-1,-7],[0,-1],[0,-2],[0,-2],[1,-1],[0,-3],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[-4,14],[0,1],[0,2],[0,2],[1,1],[1,1],[2,-1],[1,2],[0,1],[0,2],[-1,1],[0,3],[-3,2],[-3,1],[-1,0],[-1,-1],[0,-9],[-1,-2],[0,-1],[-2,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-4],[0,-4],[-1,-1],[0,-1],[-1,0],[-5,-1],[-1,0],[0,1],[0,2],[-1,2],[0,1],[-1,2],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-5],[-1,3],[0,1],[-1,1],[0,4],[-1,6],[0,2],[0,2],[0,2],[1,1],[2,2],[1,1],[0,1],[-1,1],[0,2],[0,5],[1,10],[6,18],[1,1],[6,12],[1,0],[1,-1],[0,-2],[0,-1],[1,-1],[0,-3],[0,-2],[1,0],[0,-1],[1,0],[1,2],[1,2],[0,3],[0,1],[0,4],[0,6],[3,12],[0,2],[1,9],[0,4],[-1,5],[0,3],[0,4],[0,1],[0,2],[0,1],[-1,7],[1,2],[0,2],[2,2],[0,4],[0,1],[-1,1],[0,1],[-1,1],[-1,22],[0,2],[0,1],[0,3],[1,4],[1,3],[0,2],[-1,0],[0,2],[-1,1],[0,1],[-1,0],[0,2],[0,1],[1,1],[4,8],[1,1],[9,4],[1,11],[0,1],[0,1],[0,1],[0,2],[0,1],[7,16],[1,1],[1,2],[0,2],[1,1],[-1,2],[-2,0],[-3,-7],[-1,-1],[-2,-2],[-1,0],[-1,1],[-3,3],[-1,1],[-5,6],[0,1],[-2,1],[-5,0],[-4,4],[-1,0],[0,1],[-1,1],[-2,5],[0,3],[-2,13],[0,1],[0,4],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[2,2],[2,1],[6,2],[2,0],[1,0],[1,-1],[5,-4],[2,-1],[0,-1],[1,-5],[1,-2],[1,-1],[1,0],[1,0],[1,1],[3,5],[2,3],[1,2],[1,1],[0,2],[0,1],[0,1],[0,2],[0,4],[-2,7],[1,0],[2,0],[-1,4],[0,3],[1,1],[0,1],[1,4],[2,5],[1,0],[5,3],[1,1],[0,-1],[0,-1],[2,-4],[0,-1],[0,-2],[0,-2],[-1,0],[-1,-3],[0,-1],[0,-1],[1,-1],[0,-1],[6,-18],[1,-1],[3,0],[1,0],[0,1],[0,1],[1,2],[2,18],[0,1],[0,1],[-3,9],[0,1],[0,3],[-3,5],[-1,1],[-1,2],[0,5],[1,19],[1,10],[0,1],[-4,3],[-2,1],[-1,2],[-3,6],[-1,2],[-2,8],[-1,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,-1],[-2,-7],[-8,-12],[-1,0],[-2,-2],[-2,-1],[0,1],[-1,0],[-1,2],[1,5],[0,1],[0,1],[0,2],[0,9],[0,6],[0,1],[1,2],[2,2],[0,3],[0,5],[0,3],[0,3],[3,9],[1,5],[-1,2],[-1,-2],[-2,-4],[-1,-2],[-1,0],[-2,3],[-1,2],[0,1],[0,2],[1,9],[0,1],[0,1],[1,0],[2,0],[2,1],[1,0],[-2,17],[0,2],[1,1],[0,1],[2,6],[3,4],[1,2],[0,2],[1,3],[-1,2],[0,1],[0,1],[-1,1],[-1,0],[-2,-4],[-1,0],[0,2],[0,1],[0,1],[0,8],[1,4],[0,8],[0,12],[1,2],[0,3],[1,4],[2,7],[0,1],[0,1],[0,2],[0,1],[0,4],[-1,6],[0,2],[0,2],[0,4],[1,5],[1,6],[0,1],[0,2],[-1,6],[0,1],[-1,2],[-2,4],[-1,1],[0,3],[-6,10],[-1,1],[-1,0],[-3,1],[-1,1],[-2,3],[-3,-4],[-2,-2],[-3,-3],[-2,-2],[-2,-1],[-1,0],[-1,-1],[-2,-2],[-5,-5],[-4,-5],[0,-1],[-1,0],[-1,1],[0,1],[-1,2],[0,2],[0,1],[-1,1],[-1,0],[-1,0],[-1,-2],[-4,-6],[-1,1],[-4,7],[-1,2],[0,1],[0,1],[1,2],[0,2],[0,2],[0,2],[0,1],[0,2],[0,1],[0,2],[-1,2],[-1,1],[0,1],[-1,0],[-2,0],[0,1],[0,2],[0,1],[0,2],[1,1],[1,1],[0,2],[-1,2],[-1,1],[-2,0],[0,1],[-5,5],[-1,2],[0,1],[0,2],[1,1],[0,1],[1,0],[2,0],[1,1],[0,1],[2,6],[0,1],[0,1],[0,1],[-5,18],[-1,1],[-3,4],[0,1],[-2,1],[-2,7],[-2,5],[-7,5],[-4,9],[-4,11],[-1,1],[-1,2],[-1,1],[-4,2],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,4],[0,1],[-1,1],[-1,0],[-3,-8],[-2,-3],[-1,0],[-1,1],[-4,9]],[[2981,5288],[-1,-7],[0,-6],[0,-2],[-1,-4],[0,-7],[0,-1],[-2,-15],[-1,-9],[-1,-9],[-1,-15],[0,-4],[-1,-11],[0,-9],[-1,-7],[-2,-27],[-3,-27],[0,-8],[-1,-8],[-1,-16],[-1,-7],[0,-1],[-1,-12],[0,-4],[0,-1],[-2,-13],[0,-10],[-1,-3],[0,-5],[-4,-39],[-1,-10],[0,-2],[2,-1],[4,-6],[2,-5],[2,-2],[7,0],[2,-2],[2,-5],[2,-2],[2,-6],[0,-5],[0,-9],[-2,-6],[-3,-8],[-2,-3],[-2,-8],[-1,-10],[1,-3],[2,-6],[1,-2],[1,0],[2,0],[6,0],[1,-1],[1,-5],[1,-5],[-1,-21],[1,-5],[3,-6],[1,-1],[1,-1],[3,0],[6,0],[11,2],[5,-1],[1,0],[1,0],[0,-1],[2,-1],[0,-1],[0,-1],[1,-2],[1,-3],[-1,-6],[0,-2],[-2,-4],[-2,-6],[-3,-8],[-3,-5],[-5,-12],[-3,-6],[-2,-10],[-1,-3],[-2,-14],[-1,-3],[0,-1],[-1,-2],[-2,-3],[-6,-12],[-2,-4],[-4,-6],[-1,-4],[-10,-15],[-5,-8],[0,-1],[-7,-9],[-3,-5],[-4,-4],[-7,-3],[-11,-5],[-26,-4],[-17,-1],[-2,-1],[-1,-2],[-1,0],[-2,-3],[-7,-9],[-1,-2],[-5,-7],[-6,-14],[-5,-13],[-2,-11],[-1,-6],[1,-26],[1,-4],[0,-1],[0,-8],[-1,-18],[-2,-13],[0,-1],[0,-1],[-3,-14],[-3,-11],[-1,-2],[-1,-4],[-4,-13],[-1,-5],[0,-1],[-2,-10],[-1,-5]],[[2841,4476],[-2,-13],[-1,-4],[-1,-9],[-1,-6],[-2,-4],[-1,-2],[-1,-2],[-1,-2],[-3,-6],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-5,0],[-1,1],[-5,2],[-3,0],[-6,1],[-1,0],[-11,-3],[-3,-2],[-13,-4],[-3,-1],[-7,-3],[-3,-3],[-4,-6],[-2,-2],[-3,-7],[-5,-12],[-3,-6],[-2,-4],[-9,-19],[-2,-3],[-1,-1],[0,-2],[-4,-10]],[[2727,4340],[-6,-1],[-3,0],[-5,-1],[-1,0],[-2,0],[-2,0],[-2,-1],[-2,0],[-12,-2],[-3,0],[-4,-1],[-7,-1],[-3,0],[-3,-1],[-1,0],[-6,0],[-5,-1],[-3,0],[-1,0],[-17,-2],[-4,0],[-4,0],[-2,0],[-4,0],[-2,-1],[-2,0],[-3,0],[-12,-2],[-2,0],[-7,-1],[-10,-1],[-3,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-1,-1],[-3,0],[-2,0],[-2,0],[-2,0],[-5,-1],[-4,0],[-4,0],[-10,-1],[-2,0],[-5,-1],[-1,0],[-3,0],[-1,0],[-2,-1],[-5,0],[-3,-1],[-10,-1],[-2,0],[-3,-1],[-2,0],[-2,0],[-2,0],[-11,-2],[-5,0],[-2,0],[-8,-1],[-2,-1],[-3,0],[-3,0],[-3,-1],[-1,0],[-2,0],[-2,0],[-3,-1],[-9,-1],[-2,-1],[-12,-1],[-4,-1],[-1,0],[-3,0],[-7,-1]],[[2413,4305],[-1,2],[-2,7],[0,1],[-1,13],[-1,5],[-6,27],[-6,19],[-2,9],[-3,12],[-3,15],[-1,6],[0,1],[-1,2],[0,2],[0,3],[1,6],[4,16],[0,5],[0,13],[-1,9],[0,6],[0,17],[-1,14],[0,8],[-2,22],[0,13],[0,20],[0,7],[0,3],[0,16],[-1,8],[0,1],[0,1],[0,5],[0,26],[0,2],[1,8],[0,1],[0,1],[0,4],[0,2],[0,3],[0,1],[0,1],[-1,2],[-9,35],[0,2],[-3,6],[-2,7],[-1,3],[0,1],[0,3],[1,6],[2,23],[3,11],[0,3],[0,1],[0,2],[-1,2],[-2,-1],[-2,0],[-2,0],[-1,1],[-1,2],[1,4],[-1,2],[-1,1],[-2,2],[-5,1],[-4,-2],[-2,-4],[-5,-10],[0,-1],[0,-2],[0,-1],[1,-3],[1,-6],[1,-2],[2,-3],[0,-1],[1,-3],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-4,3],[-3,0],[-6,-1],[0,-1],[-1,1],[-6,9],[-1,1],[-2,5],[-1,3],[0,2],[0,2],[2,14],[1,3],[1,3],[4,11],[0,2],[1,2],[0,3],[0,1],[0,1],[0,1],[-1,0],[-1,2],[-3,2],[-2,1],[-2,1],[-3,0],[-11,-6],[-3,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-5],[-2,-7],[0,-3],[0,-2],[0,-2],[-1,0],[-2,6],[-2,7],[-1,3],[-3,11],[-4,15],[-1,5],[-9,32],[-7,23],[-2,9],[-7,22],[-7,27],[-11,41],[-3,10],[-3,8],[-6,24],[-5,17],[-2,5],[-1,6],[-4,13],[-3,11],[-4,13],[-4,15],[-3,12],[-4,12],[-4,16],[0,2],[-14,50],[-4,12],[0,1],[-10,37],[-5,19],[-3,9],[-1,3],[-1,6],[-2,6],[-1,4],[-1,4]],[[2160,5299],[4,13],[0,1],[1,3],[0,1],[1,2],[1,3],[2,7],[2,6],[1,3],[1,5],[1,4],[1,0],[1,4],[1,3],[2,3],[0,2],[0,1],[1,3],[1,3],[2,6],[3,8],[1,2],[3,6],[1,2],[4,4],[4,3],[2,1],[2,0],[1,0],[3,-1],[2,-1],[2,-2],[4,-1],[2,-1],[3,-3],[4,-4],[4,-6],[3,-6],[1,-2],[3,-8],[1,-2],[1,-2],[3,-10],[4,-12],[1,-5],[1,-5],[1,-12],[2,-10],[0,-2],[2,-8],[1,-1],[1,-3],[1,-5],[2,-8],[1,-2],[0,-3],[1,-3],[2,-3],[2,-5],[2,-3],[2,-4],[1,-3],[2,-2],[1,-2],[1,-3],[1,-3],[0,-1],[0,-9],[0,-6],[5,-10],[4,-7],[2,-3],[1,0],[1,-1],[2,-1],[3,0],[2,0],[4,-2],[2,-1],[4,0],[4,-1],[3,0],[4,-1],[3,0],[4,0],[3,0],[3,1],[2,0],[4,-1],[2,1],[5,1],[5,3],[1,1],[3,4],[3,4],[3,7],[4,7],[5,9],[2,5],[4,6],[1,0],[0,1],[5,8],[1,2],[2,2],[3,2],[3,1],[4,1],[2,0],[2,1],[1,1],[1,1],[1,0],[1,0],[2,1],[1,1],[2,1],[1,0],[1,3],[2,0],[1,1],[1,0],[1,0],[1,0],[2,0],[3,-2],[1,0],[3,-2],[0,-1],[3,-1],[1,-1],[1,0],[1,-1],[1,0],[2,-1],[1,0],[3,1],[2,0],[1,0],[1,0],[1,1],[2,1],[1,0],[2,1],[1,0],[0,1],[1,1],[3,2],[1,1],[0,1],[2,1],[1,2],[2,1],[1,1],[1,1],[2,2],[1,1],[2,3],[2,0],[2,2],[1,2],[2,2],[2,2],[1,2],[1,2],[1,2],[1,1],[1,1],[0,1],[1,1],[3,1],[1,2],[1,0],[1,0],[1,0],[1,-1],[1,0],[2,-1],[1,-1],[2,-2],[3,-2],[1,-1],[1,-1],[0,-1],[2,-2],[1,-4],[1,-2],[1,-3],[2,-4],[1,-1],[1,-6],[1,-2],[1,-3],[0,-3],[1,-4],[0,-4],[0,-1],[1,-5],[0,-3],[0,-2],[0,-6],[1,-3],[0,-1],[0,-7],[0,-1],[0,-12],[-1,-4],[0,-1],[0,-5],[-2,-6],[-1,-8],[-4,-10],[-5,-10],[-1,-1],[0,-2],[-1,-3],[-2,-5],[-1,-4],[0,-3],[-1,-5],[-2,-9],[-1,-5],[-2,-6],[-1,-8],[0,-3],[1,-7],[0,-3],[-1,-13],[0,-8],[0,-3],[1,-4],[0,-6],[0,-4],[0,-4],[2,-7],[0,-6],[1,-4],[0,-2],[1,-2],[1,-5],[0,-1],[1,-5],[3,-7],[2,-5],[2,-2],[1,-1],[2,-1],[1,-1],[2,-1],[5,-1],[2,-1],[1,-1],[4,-1],[2,-1],[2,-1],[2,0],[4,0],[3,0],[2,0],[2,1],[2,0],[3,1],[3,1],[2,1],[2,1],[2,1],[1,0],[2,1],[2,1],[2,1],[2,2],[1,0],[2,1],[2,2],[1,1],[2,2],[4,2],[4,4],[1,2],[2,5],[3,6],[1,5],[2,3],[1,3],[2,4],[2,7],[3,9],[2,8],[2,3],[0,2],[2,5],[2,9],[1,7],[2,6],[1,5],[2,4],[2,9],[1,7],[0,5],[0,4],[0,5],[0,3],[0,1],[0,2],[0,1],[1,2],[0,6],[-1,13],[0,4],[-1,8],[0,5],[0,4],[-1,5],[-1,5],[0,1],[0,6],[-1,6],[0,5],[0,5],[0,2],[-1,5],[-1,3],[-2,4],[0,2],[-2,4],[-1,2],[-1,2],[-3,5],[-2,4],[-1,3],[-1,1],[-1,1],[-2,4],[-3,4],[-2,2],[-1,3],[-2,3],[-1,3],[-2,2],[-2,5],[-1,2],[-2,4],[-2,5],[-2,4],[0,1],[-1,3],[-2,10],[-2,7],[0,1],[-1,7],[0,2],[-1,3],[0,4],[-1,2],[-1,8],[0,6],[0,1],[-1,4],[0,1],[0,1],[0,5],[0,5],[0,2],[1,8],[0,4],[2,8],[1,4],[0,1],[0,1],[1,1],[1,3],[0,2],[1,1],[2,5],[3,8],[2,2],[0,1],[1,2],[2,4],[1,2],[1,3],[2,3],[0,1],[2,4],[1,3],[2,5],[1,4],[1,3],[1,2],[0,3],[1,4],[1,5],[0,1],[0,8],[1,6],[0,2],[0,5],[0,1],[0,3],[0,1],[0,4],[0,3],[0,3],[0,1],[-1,3],[0,7],[1,4],[0,2],[0,1],[0,2],[1,5],[1,3],[0,2],[1,2],[0,1],[0,1],[0,3],[1,0],[0,1],[0,1],[1,0],[0,1],[2,5],[2,3],[1,0],[0,1],[2,1],[1,0],[1,1],[1,0],[1,0],[2,1],[2,0],[1,0],[1,0],[1,-2],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[2,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[2,-5],[0,-1],[0,-1],[0,-1],[1,-4],[0,-1],[1,-4],[0,-1],[0,-1],[1,-6],[0,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[0,-3],[0,-1],[-1,-2],[0,-2],[0,-3],[-1,-6],[0,-4],[0,-2],[-1,-2],[0,-1],[-1,-3],[1,-1],[0,-1],[1,0],[1,-2],[0,-3],[0,-2],[2,-8],[0,-1],[0,-2],[0,-2],[0,-3],[1,-3],[0,-1],[1,-3],[1,-4],[0,-4],[2,-6],[1,-3],[1,-5],[1,-5],[0,-1],[1,-2],[1,-3],[0,-1],[1,-2],[0,-1],[1,-2],[0,-1],[1,-3],[0,-1],[2,-4],[0,-1],[1,-3],[1,-3],[2,-5],[1,0],[1,-4],[1,-1],[1,-2],[3,-3],[0,-1],[1,-2],[0,-1],[1,-3],[2,-2],[1,-1],[0,-1],[1,-2],[2,-2],[1,-1],[1,-1],[0,-1],[3,-3],[2,-2],[1,-1],[2,-3],[1,-2],[1,-1],[1,-2],[1,-1],[1,-1],[1,-2],[2,-1],[1,-2],[1,-1],[2,-2],[2,-2],[1,-1],[2,-2],[2,-1],[3,-3],[2,-2],[2,-4],[2,-3],[1,-2],[2,-4],[1,-3],[3,-6],[1,-2],[1,0],[2,1],[1,0],[1,1],[1,1],[1,1],[1,1],[1,1],[2,3],[0,1],[1,0],[0,1],[1,2],[0,1],[0,1],[1,1],[1,3],[1,1],[1,1],[0,1],[1,1],[1,2],[1,1],[1,2],[1,2],[0,1],[1,1],[1,2],[0,1],[1,1],[0,1],[1,0],[0,1],[1,2],[1,2],[1,1],[0,1],[1,1],[1,3],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,2],[0,1],[1,1],[0,1],[1,1],[1,1],[0,1],[2,4],[1,0],[0,1],[1,1],[0,1],[1,2],[1,2],[1,1],[0,1],[1,1],[1,3],[2,2],[1,2],[0,1],[1,1],[3,4],[1,1],[0,1],[1,1],[0,1],[1,2],[1,2],[2,3],[2,5],[3,4],[2,3],[6,10],[3,4],[1,1],[3,4],[1,2],[1,1],[1,2],[1,0],[1,1],[3,1],[3,1],[1,1],[2,2],[3,1],[1,0],[1,1],[1,0],[2,0],[2,1],[1,1],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[3,0],[1,1],[2,0],[1,1],[0,-1],[2,0],[1,-1],[1,-1],[1,0],[1,0],[2,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[2,-1],[3,-3],[2,-1],[2,-2],[1,-2],[1,-1],[2,-1],[2,-2],[1,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[3,-2],[1,0],[2,-2],[1,-1],[1,0],[1,-2],[2,-2],[1,-3],[2,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[2,-3],[0,-1],[-1,0],[1,0],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[2,-5],[2,-5],[1,-2],[1,-3],[1,-4],[1,-1],[2,-5],[0,-1],[1,-2],[1,-3],[2,-4],[2,-2],[1,0],[2,-1],[1,-1],[2,-3],[0,-2],[2,-3],[1,-1],[1,-5],[1,-2],[1,-1],[1,-2],[2,-4],[1,-3],[1,-2],[1,-1],[1,-2],[1,-1],[0,-1],[1,-1],[4,-5],[3,-4],[4,-4],[2,0],[2,2],[3,0],[3,-3],[2,-1],[4,-2],[1,0],[0,-1],[5,-3],[3,-2],[2,-3],[1,-1],[1,-2],[3,-4],[1,-1],[1,-2],[3,-2],[2,-2],[0,-1],[2,-2],[1,-1],[1,-1],[2,-2]],[[6381,4974],[0,-4],[1,-2],[1,-4],[1,-6],[0,-2],[1,-7],[0,-4],[0,-4],[0,-1],[0,-3],[-1,0],[-1,-5],[-1,-4],[0,-1],[-1,-3],[-1,-3],[0,-3],[1,-3],[0,-1],[2,0],[0,1],[2,0],[2,2],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,-4],[4,-10],[1,0],[2,-1],[1,-1],[1,-2],[1,-2],[0,-1],[0,-5],[1,-8],[0,-3],[-1,-5],[0,-1],[0,-1],[-4,-7],[-3,-6],[-2,-3],[0,-1],[-1,-5],[0,-6],[0,-9],[-1,-5],[-1,-3],[-1,-3],[-1,-3],[-1,-3],[-1,-1],[0,-6],[2,-7],[1,-2],[2,-2],[2,-2],[2,-1],[1,-1],[3,0],[1,2],[2,2],[1,1],[3,-1],[1,-2],[2,-2],[1,-3],[2,-1],[1,-3],[1,-3],[1,-1],[0,-1],[0,-1],[0,-3],[0,-4],[0,-2],[-1,-3],[0,-1],[0,-1],[-1,-3],[-4,-5],[-2,0],[-1,-1],[-2,-1],[-2,-3],[0,-7],[0,-4],[-1,-3],[0,-3],[0,-1],[-1,-10],[0,-1],[2,-4],[1,-3],[4,-1],[3,1],[2,1],[3,0],[2,-2],[1,-1],[1,-1],[0,-1],[1,-3],[2,-5],[0,-12],[0,-4],[0,-7],[-2,-4],[-2,1],[-1,4],[-2,4],[-2,5],[-2,2],[-1,0],[-2,-2],[-2,-3],[-3,-3],[-2,-2],[-3,-4],[-1,-7],[0,-3],[0,-2],[1,-1],[1,-1],[0,-1],[3,-1],[2,-1],[2,-1],[3,-1],[6,-4],[1,-1],[1,0],[1,-1],[1,-1],[-1,-6],[-1,-3],[-5,-11],[-3,-3],[-1,0],[-1,-1],[-1,4],[-1,5],[-2,3],[-1,0],[-2,-1],[-1,0],[0,-1],[-2,-1],[-2,-1],[-1,0],[-2,-1],[-1,0],[-5,2],[-5,0],[-1,0],[-2,2],[-1,1],[-2,4],[-2,4],[-1,4],[-2,0],[-1,0],[-2,-2],[-1,-4],[1,-6],[2,-9],[2,-10],[2,-7],[1,-6],[0,-4],[0,-4],[-1,-3],[-2,0],[-1,2],[-2,3],[-1,2],[-1,2],[-3,5],[-2,3],[-2,0],[-3,0],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-2,-3],[-1,-1],[-2,-6],[1,-4],[0,-2],[0,-2]],[[6343,4587],[-2,1],[-1,0],[-2,0],[-5,3],[-4,0],[-1,0],[-1,0],[-1,1],[-3,0],[-19,5],[-5,1],[-5,2],[-12,3],[-2,0],[-9,-21],[-9,-22],[-1,-2],[0,-1],[-10,-4],[-2,-1],[-6,-2],[-4,-2],[-23,-9],[-3,-1],[-1,-1],[-4,-1],[-3,-2],[-2,0],[-3,-1],[-2,-1],[-15,-5],[-7,-3],[-2,0],[-2,-1],[-15,-5],[-1,-1],[-2,0],[-14,-5],[-9,-4],[-2,0],[-1,-1],[-10,-3],[-1,-1],[-2,-1],[-3,-1],[-2,0],[-27,-10],[-16,-6],[-2,-1],[-1,0],[-16,-6],[-3,-1],[-7,-3],[-9,-3],[-7,-3],[-2,-1],[-11,-4],[-4,-1],[-2,0],[-9,-1],[-14,-2],[-5,-1]],[[5975,4458],[1,6],[0,12],[0,2],[1,7],[0,7],[1,19],[1,10],[0,6],[1,30],[2,35],[1,14],[0,4],[1,13],[3,52],[0,5],[0,11],[1,9],[1,22],[0,5],[1,6],[0,11],[0,7],[1,9],[1,19],[0,14],[1,5],[0,20],[3,65],[3,47],[0,7],[2,41],[-9,2],[1,16],[2,25],[0,13],[1,16],[6,-2],[1,0],[1,0],[2,48],[1,25],[0,1],[0,2],[-1,3],[-1,1],[-2,-1],[-1,1],[-1,1],[-1,3],[-1,2],[-2,1],[-1,2],[-1,2],[0,1],[0,3],[-1,3],[-1,2],[-1,2],[0,1],[-1,2],[0,2],[-1,3],[-1,3],[0,3],[-1,1],[-1,1],[-1,3],[-1,3],[-1,2],[0,1],[-1,2],[0,4],[0,4],[-1,3],[-1,3],[-1,3],[-1,2],[-1,4],[-1,3],[-1,6],[-1,3],[-1,2],[-1,1],[-1,1],[0,1],[-2,2],[-1,2],[-1,1],[-1,1],[1,38]],[[9298,5464],[0,-1],[0,-3],[1,-5],[1,-3],[0,-1],[0,-1],[0,-12],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[-1,0],[0,-1],[1,-7],[0,-5],[0,-3],[8,-20],[7,0],[4,0],[4,0],[4,-11],[0,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[-3,-7],[0,-1],[0,-2],[2,-1],[1,0],[1,0],[0,-1],[1,0],[7,-12],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[3,-20],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-12],[2,-4],[1,-1],[1,1],[2,10],[0,29],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[3,2],[4,-1],[1,-4],[1,-4],[1,-2],[1,-6],[1,-2],[1,-2],[7,-2],[1,-1],[1,-1],[4,-10],[2,-5],[3,-5],[2,-4],[1,-1],[6,-11],[4,-20],[2,-7],[1,-4],[0,-2],[1,-1],[1,-3],[1,-1],[1,-2],[1,-1],[3,-3],[3,-2],[3,-3],[0,-1],[2,-5],[1,-2],[0,-7],[1,-9],[0,-1],[-1,-16],[1,-6],[0,-5],[3,-11],[4,-3],[4,-1],[2,-2],[0,-2],[-1,-2],[-1,-2],[-3,-1],[-11,-7],[-1,0],[-2,-2],[-1,-2],[0,-1],[0,-4],[0,-2],[1,-3],[0,-1],[2,-3],[2,-3],[1,-1],[1,0],[2,-3],[2,-1],[1,-2],[0,-4],[0,-4],[-4,-13],[-2,-7],[0,-1],[1,-9],[3,-4],[3,-4],[3,-7],[3,-16],[0,-1],[1,-5],[1,-7],[3,-7],[7,-15],[1,-5],[0,-11],[0,-9],[0,-6],[-1,-17],[-1,-3],[-1,-9],[0,-2],[0,-3],[0,-3],[0,-1],[1,-3],[0,-1],[1,-2],[1,0],[1,-2],[2,0],[0,1],[1,0],[1,2],[0,1],[4,11],[6,15],[5,-4],[6,-18],[1,-10],[2,-14],[0,-2],[0,-4],[3,-4],[7,-3],[4,-6],[2,-8],[1,-2],[2,-6],[0,-2],[1,-1],[2,-2],[7,-2],[2,-4],[3,-5],[2,-10],[2,-4],[3,-3],[2,1],[4,-1],[2,-1],[1,-2],[1,-6],[1,-11],[0,-3],[-1,-4],[0,-3],[0,-1],[0,-2],[0,-3],[0,-2],[2,-4],[1,-1],[1,-2],[1,0],[3,-1],[1,1],[1,1],[0,2],[1,1],[1,1],[1,1],[4,0],[1,0],[1,-1],[1,-2],[0,-1],[1,-3],[0,-1],[0,-4],[-1,-1],[-3,-6],[-7,-11],[-2,-3],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-3],[2,-6],[1,-1],[1,-1],[0,-1],[2,0],[1,0],[1,0],[1,1],[2,1],[1,2],[5,4],[3,2],[5,1],[1,-1],[1,-1],[1,-1],[1,-6],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-4,-3],[-2,-1],[0,-1],[-1,0],[-1,-2],[-1,-2],[-1,-8],[-1,-3],[-1,-12],[-2,-6],[-6,-3],[-4,-10],[-3,-13],[0,-1],[0,-1],[0,-7]],[[9514,4694],[-2,2],[-1,1],[-4,4],[-7,7],[-3,-15],[-9,-1],[-5,-1],[-1,0],[-23,-4],[0,-3],[1,-3],[1,-4],[-1,-4],[-2,-1],[-2,-1],[-2,-1],[-3,1],[-3,-5],[-1,-4],[-1,-6],[-1,-5],[-1,-6],[-2,4],[-3,0],[0,-3],[-2,-5],[-2,0],[-1,-1],[-2,-13],[-1,-2],[-3,-6],[-2,-5],[-2,-1],[-3,1],[-1,-7],[-3,1],[-1,-4],[-1,-7],[-2,-2],[-2,-6],[-2,-7],[2,-9],[3,1],[1,-1],[2,-6],[-1,-4],[1,-4],[2,-4],[1,4],[3,5],[4,5],[2,0],[0,-9],[1,-4],[2,-1],[2,2],[2,-13],[1,-2],[4,-1],[1,-3],[3,-9],[0,-4],[-1,-8],[0,-5],[-1,-3],[-1,-4],[-1,-3],[-1,-4],[-2,-3],[-2,1],[-5,-15],[0,-8],[-1,-5],[-3,-7],[-1,-12],[2,-4],[-1,-6],[-3,-2],[-1,-3],[-1,-4],[-2,-1],[-1,1],[-3,10],[1,4],[-3,16],[-3,0],[-2,-5],[-2,4],[-2,5],[-3,2],[-3,-7],[0,-5],[-1,-5],[-2,-1],[-3,2],[-1,1],[-2,1],[-2,0],[-1,3],[-4,-5],[-1,-8],[-3,-1],[-3,7],[-2,-4],[-3,-3],[0,-4],[-2,-6],[-6,-3],[-4,-5],[-2,-1],[-2,-2],[-2,-1],[-2,5],[-1,3],[-1,6],[2,4],[0,6],[2,3],[-1,4],[-6,12],[-1,-1],[-3,4],[-1,10],[-3,-4],[-3,-2],[-3,1],[-1,3],[-4,1],[-5,-4],[-2,-2],[-1,-2],[-6,-2],[-3,-6],[-2,-2],[-4,8],[-1,-1],[-3,8],[0,9],[1,4],[2,5],[1,5],[-1,5],[-5,1],[-3,-3],[-1,-1],[-2,0],[-1,-1],[-2,-2],[-1,-3],[-1,-2],[-2,-2],[-2,0],[-1,3],[-3,4],[-1,3],[-1,2],[-1,4],[-1,4],[-3,-1],[-1,-1],[-2,2],[-1,5],[0,6],[-2,-1],[-2,-1],[-2,-2],[-1,-4],[-1,-5],[0,-4],[-1,-4],[-1,-2],[-2,0],[-1,-3],[-1,1],[-2,0],[-1,-1],[-2,0],[-1,4],[0,4],[0,3],[-2,1],[-3,-2],[-1,-4],[-2,-2],[-1,1],[-1,5],[-2,1],[-1,-1],[-2,-3],[-1,-4],[-2,-2],[-2,0],[0,4],[0,5],[-2,1],[-2,2],[-1,2],[-2,-3],[-1,-5],[-1,-3],[-2,1],[-1,-2],[-1,-3],[-1,-5],[-1,-3],[-1,-2]],[[9212,4481],[-2,4],[0,4],[0,6],[-2,1],[-2,-2],[-1,0],[-2,4],[-1,0],[-2,-3],[-1,-2],[-2,-1],[-1,4],[0,5],[0,4],[-2,2],[0,5],[1,5],[-2,1],[-2,0],[-1,0],[-2,0],[-1,-2],[-2,-1],[-1,-5],[-1,-3],[-1,0],[-2,2],[-1,0],[-1,0],[-2,3],[-1,3],[-1,3],[-2,6],[-1,3],[-2,0],[-1,2],[-1,3],[0,4],[-1,3],[-2,2],[-1,3],[-2,1],[-1,0],[-2,-1],[-2,0],[0,6],[-4,-1],[-1,-1],[-1,4],[0,5],[-2,1],[-1,0],[-2,4],[-2,2],[-1,0],[-2,-2],[-1,-1],[-1,-5],[-1,-1],[-2,3],[0,4],[0,4],[-2,7],[-1,2],[-2,2],[-2,4],[-1,2],[-2,2],[-1,4],[-2,4],[-1,3],[0,6],[-2,0],[-2,0],[-1,0],[-2,1],[-1,3],[-2,3],[-1,5]],[[7808,5011],[-2,-7],[-4,-17],[-3,-12],[-3,-11],[-2,-10],[-4,-16],[-2,-9],[-4,-18],[-2,-5],[-1,-6],[-1,-1],[0,-3],[-1,-3],[-6,-24],[-1,-4],[-1,-5],[-3,-11],[-4,-19],[-3,-10],[-3,-10],[0,-4],[-2,-7],[-1,-4],[-1,-4],[-1,-3],[-1,-4],[-1,-3],[-1,-6],[-2,-9],[-4,-16],[-3,-11],[-3,-12],[-3,-12],[-4,-16],[-9,-35],[-1,-7],[-4,-14],[-2,-11],[-4,-15],[-4,-17]],[[7707,4600],[-2,2],[-2,9],[-2,3],[-2,-2],[-1,-2],[-1,-1],[-2,-2],[-2,-2],[-2,-3],[-3,-2]],[[7688,4600],[0,3],[0,4],[-1,4],[0,4],[0,5],[0,4],[0,4],[1,2],[1,4],[-1,4],[0,5],[0,4],[-2,-2],[-2,-2],[-1,0],[-1,3],[-2,4],[-2,3],[0,4],[-2,0],[-1,1],[-1,3],[-2,-1],[-1,-1],[-1,-2],[-2,-4],[-1,0],[-2,-1],[-4,8],[-2,0],[-2,-2],[-1,1],[-2,-1],[-2,2],[-1,2],[-1,3],[0,4],[1,3],[0,4],[-2,0],[-1,2],[-2,-1],[-1,-1],[-2,-1],[-2,7],[-1,1],[-2,1],[-1,2],[-2,2],[-1,0],[-2,0],[-1,1],[-1,2],[-2,2],[-1,1],[-1,4],[-2,7],[0,4],[-1,2],[-2,6],[0,5],[0,3],[-1,3],[-1,4],[1,4],[-1,3],[-2,1],[0,4],[-1,4],[-1,4],[1,4],[1,3],[-1,5],[-1,-1],[-2,2],[-1,1],[-1,-2],[-1,2],[-2,0],[-1,0],[-2,-2],[-2,-4],[0,-4],[-1,-3],[-2,-2],[-1,-3],[-2,-2],[-1,4],[-2,0],[-1,1],[-2,1],[-1,4],[-1,1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-3],[-1,-2],[-1,-3],[-1,-3],[-2,-1],[-1,-3],[-1,-2],[0,-4],[-1,-3],[-2,-1],[-1,0],[-2,0],[-1,-5],[-3,1],[-1,-3],[-1,-4],[-1,-5],[-2,1],[-1,2],[-1,3],[-1,2],[-1,4],[-1,4],[0,5],[-1,3],[-1,-1],[-2,-1],[-1,3],[0,4],[0,6],[0,5],[1,3],[1,3],[1,4],[-1,4],[2,3],[1,4],[0,4],[-2,4],[-1,1],[-2,2],[-1,2],[-1,-1],[-2,0],[-2,-1],[-1,-2],[-2,-2],[-2,-2],[-1,1],[-1,1],[-1,-2],[-2,-1],[-1,0],[-1,-3],[-2,-5],[-1,-2],[-1,0],[-1,0],[0,1],[-1,0],[-1,-2],[-2,-3],[-1,-2],[-3,-1],[-1,2],[-2,1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-3],[-1,-5],[-1,-3],[-1,-3],[-1,0],[-2,-1],[0,-4],[0,-3],[-1,0],[-2,2],[-2,1],[-3,1],[-2,0],[-1,-1],[-2,-2],[-1,-2],[-1,1],[-2,2],[-1,4],[0,4],[-1,4],[0,4],[-1,3],[-3,3],[-2,0],[0,-4],[-1,-2],[-2,-2],[-1,1],[-1,4],[-1,2],[-2,2],[0,3],[-2,-2],[-1,0],[-2,3],[-1,0],[-2,0],[-1,0],[-2,1],[-2,0],[-1,-1],[-1,-2],[-1,0],[-2,-2],[-1,-1],[-1,2],[-1,7],[-1,4],[-1,3],[0,4],[-1,4],[-1,6],[-2,0],[-3,3],[-1,3],[-4,7],[-5,9],[-8,15],[-5,10],[-1,3],[-2,3],[-3,5],[-4,7],[-5,10],[-5,9],[-4,9],[-5,7],[-2,6],[-4,6],[-3,6],[-3,5],[-2,4],[-2,6],[0,4],[0,5],[1,6],[1,3],[0,3],[2,3],[-1,5],[-1,4],[0,6],[0,6],[1,5],[0,5],[0,3],[0,4],[1,5],[1,4],[1,4],[0,4],[-2,1],[0,4],[0,4],[-1,4],[0,4],[-1,4],[0,5],[1,3],[-1,5],[0,4],[0,4],[0,3],[-1,4],[1,4],[0,4],[-1,3],[0,4],[1,3],[1,2],[0,1],[0,4],[0,4],[0,4],[0,4],[-2,2],[-1,1],[-1,1],[-2,2],[-1,-1],[-1,-2],[-1,-2],[-2,-1],[0,1],[-1,0],[-6,5],[0,1],[-1,1],[-1,1],[-1,1],[-1,-1],[-1,-1],[0,-3],[0,-7],[-1,-5],[0,-1],[-1,-1],[-1,-1],[-1,1],[-1,1],[-1,1],[-1,3],[-1,3],[0,2],[0,4],[0,3],[-1,3],[0,1],[-1,1],[0,1],[0,1],[-3,1],[-1,1],[-1,0],[-1,-2],[-1,-3],[0,-2],[-1,-3],[-3,-10],[-1,-4],[-1,-3],[-1,-3],[-1,-4],[0,-4],[-1,-1],[-1,-2],[-2,-6]],[[3610,4681],[-2,-6],[-3,-5],[-11,-22],[-2,-4],[-2,-4],[-6,-10],[-6,-12],[-5,-10],[-3,-6],[-11,-22],[-4,-6],[-1,-3],[6,-12],[2,-5],[3,-5],[2,-5],[2,-4],[2,-3],[1,-3],[8,-15],[2,-6],[2,-4],[2,-4],[4,-7],[8,-16],[3,-7],[2,-4],[3,-7],[6,-12],[5,-9],[1,-3],[-1,-2],[-2,-5],[-2,-1],[-2,-2],[-1,-1],[-1,-3],[-1,-5],[-1,-4],[-2,-2],[-1,-2],[-3,0],[-3,-1],[-1,0],[-2,-1],[-1,1],[-2,0],[-1,-1],[0,-1],[-3,-1],[-1,-1],[-1,-3],[-1,-2],[-1,-3],[-2,-3],[-1,-2],[-1,-2],[-1,-3],[-1,-4],[-2,-2],[-1,-3],[-1,-4],[-2,-3],[-1,-4],[-1,-2],[-2,-2],[-1,-1],[-1,-2],[-1,-2],[-2,-1],[-1,-2],[-2,-2],[-1,-2],[-1,-3],[-2,-2],[-1,-2],[-1,0],[-2,-2],[-2,-1],[-1,0],[-2,0],[-1,-2],[-2,-3],[-1,2],[0,4],[-1,2],[-2,-2],[-1,-2],[1,-3],[-1,-3],[-1,-5],[0,-3],[-3,2],[-2,0],[-1,0],[-2,-3],[-2,-1],[-1,4],[-2,-3],[-1,-2],[-2,0],[-1,2],[-1,0],[-1,-4],[-1,-1],[-1,-5],[0,-4],[-1,0],[-2,-2],[-1,-4],[-1,-3],[-2,-3],[-1,-2],[-1,-1],[-2,-4],[-1,-4],[-1,-3],[1,-3],[0,-5],[-1,-2],[-1,0],[-2,1],[-2,0],[-1,0],[-1,-2],[-1,1],[-2,1],[-2,1],[-1,2],[-2,2],[-1,-3],[1,-2],[1,-3],[-1,-3],[-1,-4],[1,-2],[-1,-3],[-1,2],[0,-4],[-2,0],[-1,-1],[-1,-7],[-1,-2],[-2,3],[-1,4],[-1,-1],[-1,-3],[-1,-2],[-1,-1],[-2,-2],[-1,-1],[-1,3],[1,4],[-1,0],[-1,-2],[0,-4],[-1,3],[-2,1],[0,-3],[-1,-4],[-1,4],[1,4],[0,4],[0,1],[0,4],[-2,-1],[-1,-2],[-1,1],[-1,1],[-2,1],[-2,2],[-1,1],[-1,1],[-1,0],[-5,4],[-2,3],[-1,1],[-1,-1],[-1,-2],[0,-3],[-2,-3],[-1,-1],[-1,1],[-2,-5],[-3,-7],[-7,-17],[-3,-8],[-3,-8],[-2,-5],[-9,-21],[-1,-4],[-3,-7],[-1,-4],[-5,-11],[-6,-15],[-2,-4],[-1,-3],[-6,-16],[0,-1],[-3,-8],[-5,-14],[-2,-6],[-4,-13],[-2,-3],[-2,-5],[-3,-5],[-3,-6],[-11,-19],[-8,-14],[-4,-6],[-4,-7],[-7,-11]],[[3328,4014],[-1,3],[-2,3],[-1,4],[-2,2],[-1,1],[-5,5],[-1,2],[-3,3],[-2,4],[-2,3],[-2,3],[-1,2],[-2,1],[-1,1],[-2,2],[-1,1],[-2,1],[-2,1],[-1,1],[-2,1],[-1,0],[-1,-1],[-1,-3],[0,-4],[0,-4],[-1,-2],[-1,1],[-2,0],[-1,0],[-1,-3],[-1,-3],[-1,1],[-2,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-2,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-2,2],[-1,1],[-2,2],[-1,1],[-2,1],[-5,2],[-3,5],[-2,2],[-6,3],[-9,4],[-2,0],[-4,3],[-9,3],[-10,5],[-5,7],[-5,6],[-3,3],[-7,17],[-2,4],[-5,5],[-20,20],[-22,22],[-9,8],[-6,7],[-7,7],[-7,6],[-11,11],[-2,2],[-9,9],[-2,2],[-14,13],[-9,10],[-16,15],[-1,2],[-4,4],[-2,4],[-2,2],[-9,11],[-7,8],[-8,9],[-2,2],[-6,6],[-2,3],[-3,3],[-1,2],[-6,7],[-6,8],[-8,10],[-11,13],[-8,10],[-6,7],[-1,1],[-2,3],[-2,2],[-2,2],[-3,4],[-6,7],[-2,2],[-7,9],[-2,3],[-2,2],[-2,3],[-2,2],[-19,23],[-5,5],[-2,2],[-6,9],[-4,4],[-8,10],[-2,2],[-7,9],[-2,2],[-4,5],[-1,2],[-8,8]],[[2981,5288],[2,-3],[1,-1],[2,-4],[1,-1],[1,-1],[1,-2],[1,-3],[1,-1],[2,-2],[1,-2],[1,-1],[0,-1],[1,-2],[2,-2],[1,-2],[1,-1],[1,-3],[1,0],[1,-3],[0,-1],[2,-3],[1,0],[2,-4],[2,-3],[2,-4],[1,-2],[1,-1],[2,-1],[1,-2],[1,-1],[1,-3],[1,-3],[2,-3],[1,-3],[1,-3],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-3],[2,-4],[1,-4],[1,-2],[1,-3],[1,-2],[0,-1],[1,-1],[1,-2],[0,-1],[2,-4],[1,-3],[2,-4],[3,-5],[1,-1],[2,-2],[0,-1],[1,-1],[1,-2],[3,-4],[1,-2],[2,-3],[2,-3],[1,-2],[2,-3],[2,-2],[2,-3],[2,-3],[3,-3],[2,-4],[2,-4],[3,-5],[1,-2],[3,-4],[1,-2],[1,-2],[3,-5],[2,-2],[1,-2],[2,-2],[1,-1],[1,-1],[2,-2],[5,-3],[1,-2],[1,-1],[1,0],[3,-3],[2,-1],[2,-2],[3,-1],[2,-1],[2,-1],[2,0],[6,-2],[1,0],[2,-2],[2,0],[2,-1],[3,-2],[3,-1],[1,0],[3,0],[1,0],[2,1],[1,0],[1,1],[3,1],[4,0],[1,1],[2,-1],[1,0],[1,-1],[1,0],[2,-1],[2,-2],[2,-4],[1,-1],[1,-2],[1,-1],[0,-1],[2,-3],[1,-2],[2,-5],[2,-5],[0,-2],[2,-7],[3,-9],[1,-4],[0,-2],[1,-5],[2,-8],[2,-5],[1,-3],[2,-9],[1,-5],[1,-4],[1,-4],[1,-4],[0,-1],[1,-3],[1,-4],[1,-4],[0,-4],[0,-1],[1,-1],[0,-5],[1,-3],[0,-1],[2,-9],[0,-2],[0,-4],[0,-1],[1,-8],[1,-4],[0,-4],[0,-2],[0,-2],[1,-6],[0,-2],[0,-5],[0,-2],[0,-3],[0,-3],[1,-3],[0,-1],[0,-6],[1,-1],[0,-2],[1,-5],[0,-1],[1,-5],[0,-2],[2,-4],[0,-1],[2,-2],[2,-1],[2,-3],[2,-1],[1,-2],[1,0],[3,-2],[2,-1],[2,-1],[2,-1],[3,0],[1,1],[1,0],[1,0],[1,0],[2,1],[3,2],[1,1],[2,1],[3,2],[2,1],[1,1],[2,1],[2,1],[2,2],[4,6],[3,3],[1,2],[1,3],[1,0],[2,4],[1,4],[4,6],[1,2],[1,0],[2,5],[1,2],[0,1],[1,1],[1,3],[0,2],[2,3],[0,1],[1,2],[1,2],[1,2],[1,3],[1,3],[0,1],[2,4],[0,1],[0,1],[1,2],[0,2],[0,1],[1,2],[0,2],[0,1],[1,1],[0,2],[0,1],[1,2],[0,1],[0,1],[1,3],[0,2],[0,1],[1,5],[0,3],[0,1],[1,2],[0,5],[0,1],[1,2],[0,4],[0,1],[1,2],[0,4],[0,1],[1,5],[0,1],[0,1],[0,1],[1,5],[1,4],[0,2],[1,2],[0,1],[1,3],[0,5],[2,5],[0,1],[0,2],[1,11],[0,2],[1,3],[0,8],[0,1],[1,5],[0,4],[1,3],[0,5],[0,6],[0,4],[1,5],[0,3],[1,5],[1,8],[1,9],[0,1],[0,5],[0,1],[1,4],[0,2],[0,2],[0,1],[1,5],[0,4],[1,6],[1,2],[0,2],[0,2],[1,2],[0,1],[0,3],[0,1],[0,1],[1,1],[1,4],[1,4],[1,5],[1,22],[0,3],[0,7],[0,2],[0,1],[0,5],[-1,13],[0,7],[-1,8],[0,5],[-1,3],[-1,6],[0,3],[0,4],[0,5],[0,4],[1,4],[1,6],[1,6],[2,8],[2,6],[1,3],[1,3],[2,5],[0,1],[2,3],[0,1],[1,4],[3,6],[1,2],[4,7],[3,5],[3,4],[3,5],[4,5],[2,4],[2,2],[1,2],[10,11],[6,6],[4,6],[10,10],[3,3],[6,8],[9,9]],[[7217,5115],[0,-2],[-1,-10],[-1,-15],[-2,-14],[-2,-7],[-3,-8],[-2,-5],[-2,-4],[-3,1],[-2,1],[-9,14],[-2,2],[-2,-3],[-1,-5],[-1,-24],[-4,-20],[-4,-15],[-9,-14],[-2,-5],[0,-2],[-1,-7],[-1,-16],[0,-11],[0,-6],[1,-2],[1,-1],[0,-2],[1,0],[3,-2],[2,-1],[1,1],[2,4],[7,17],[10,16],[1,4],[1,0],[2,2],[2,-1],[1,-1],[1,-2],[1,-1],[1,-2],[9,-16],[0,-1],[1,0],[4,-1],[2,1],[2,-1],[2,-1],[2,-2],[1,-5],[2,-11],[0,-7],[0,-5],[-1,-4],[-9,-19],[-12,-20],[-4,-11],[-3,-5],[-2,-2],[-6,-1],[-2,-1],[-2,-1],[-4,-1],[-1,-3],[-1,-15],[1,-8],[2,-4],[0,-1],[1,-2],[3,-4],[2,-2],[2,-2],[4,-4],[14,-3],[1,-2],[3,-3],[2,-3],[1,-3],[0,-4],[0,-4],[-8,-18],[-2,-7],[0,-6],[0,-8],[2,-6],[1,-5],[1,-1],[1,-3],[2,-5],[2,-2],[2,-3],[1,-1],[0,-1],[1,-7],[0,-2],[-1,-2],[-1,-9],[0,-2],[-1,0],[0,-1],[-1,-5],[-1,-2],[-1,-2],[-1,-3],[-1,-3],[-4,-3],[-1,-1],[-3,-2],[-4,-2],[-1,-2],[-1,-2],[0,-1],[0,-2],[0,-2],[0,-4],[1,-4],[1,-3],[0,-2],[1,-4],[1,-3],[2,-3],[0,-3],[1,-9],[0,-2],[-3,-9],[-1,-1],[-1,0],[-4,-4],[-1,-1],[0,-2],[0,-2],[-1,-5],[-1,-10],[4,-4],[5,-6],[0,-2],[0,-8],[0,-12],[0,-2],[2,-11],[0,-1],[1,-25],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-2],[-1,-3],[0,-1],[0,-3],[0,-2],[0,-2],[0,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[-1,-5],[0,-3],[-1,-2],[-6,-22],[0,-2],[-1,0],[-2,-2],[0,-1],[2,-7],[0,-3],[2,-13],[0,-3],[1,-2],[0,-2],[0,-1],[4,-9],[1,-2],[1,0],[2,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-3],[-1,-3],[-1,-1],[0,-2],[-1,-1],[-3,-5],[-2,1],[-1,1],[-3,-9],[-2,-9],[-11,-1],[-1,0],[-3,-7],[-1,-3],[0,-7],[0,-5],[-4,-7],[-1,-2],[-3,-6],[-1,-2],[0,-1],[-3,-4],[-4,-2],[-2,-2],[0,-1],[-1,-1],[0,-4],[0,-3],[3,-22],[2,-13],[4,-34],[3,-19],[7,-53],[3,-18],[7,-31],[0,-5],[3,-14],[1,-2],[1,-6],[1,-7],[4,-18],[0,-4],[4,-16],[2,-11],[3,-17]],[[7204,4034],[-2,0],[-13,0],[-4,-1],[-4,0],[-2,-1],[-8,0],[-12,-1],[-2,0],[-7,0],[-6,-1],[-8,0],[-8,-7],[-8,-5],[-10,-7],[-13,-9],[-1,-4],[-7,-26],[-3,-12],[-4,-12],[-1,-4],[-2,-8],[-1,-5],[-1,-3],[-1,-4],[-1,-4],[-2,-6],[-8,-30],[-1,-4],[-1,-4],[-2,-6]],[[7061,3870],[-8,4],[-2,0],[-1,-1],[-1,0],[-4,0],[-2,3],[-1,2],[-2,2],[-1,1],[-2,0],[-1,-2],[-2,0],[-1,3],[-1,1],[-1,3],[-1,0],[-2,0],[-1,-2],[-2,-1],[-1,-2],[-2,-3],[-1,-4],[0,-4],[-1,-2],[-3,-3],[-1,-4],[-1,-3],[-1,0],[-1,3],[-1,3],[-1,5],[-1,2],[-3,2],[-3,1],[-4,1],[-4,2],[-2,-2],[-2,-2],[-1,-1],[-1,-3],[-1,-4],[-1,-3],[0,-4],[-1,-5],[-1,-2],[-9,-9],[-1,0],[-6,1],[-1,5],[-1,4],[0,5],[-1,3],[-3,1],[-1,3],[-1,4],[-2,2],[-2,3],[-1,-1],[-2,-2],[-2,2],[-2,1],[-2,2],[-1,1],[-3,0],[-2,-1],[-2,-2],[-1,-2],[-2,-1],[-7,-1],[-3,0],[-1,1],[-1,3],[1,5],[0,5],[-2,4],[1,5],[-1,5],[2,1],[1,1],[0,4],[1,4],[1,3],[0,4],[-1,2],[-1,4],[-5,5],[-1,-2],[-1,-4],[-1,-2],[-1,-4],[1,-5],[-1,-4],[-1,-5],[-1,-2],[-1,-4],[-3,-1],[-1,-2],[-2,0],[-2,3],[0,3],[-1,4],[-2,2],[-1,3],[0,4],[2,3],[-1,5],[-1,3],[0,4],[-1,3],[-1,1],[-2,2],[-1,1],[-2,0],[-2,-1],[0,-4],[-1,-2],[-2,0],[-1,3],[-2,2],[-1,3],[-1,-3],[-1,-3],[-2,-1],[-1,1],[-1,-4],[-1,-2],[-2,1],[-1,2],[-1,-1],[-2,1],[-1,1],[-2,3],[0,4],[-1,2],[-2,-1],[-2,-1],[-1,0]],[[6866,3931],[-2,7],[-2,2],[-2,5],[0,4],[-1,4],[0,6],[1,4],[1,4],[0,6],[-2,1],[0,1],[-4,9],[-1,1],[-3,10],[-1,2],[0,2],[-3,17],[-1,7],[-1,4],[-1,8],[-2,5],[-2,4],[-1,1],[-2,2],[0,1],[-2,3],[0,1],[0,2],[0,1],[-1,2],[-1,15],[0,2],[0,5],[0,6],[0,9],[0,6],[0,4],[-3,25],[-1,3],[0,2],[-1,1],[-6,4],[-4,0],[-1,0],[-4,4],[-1,2],[-2,6],[-1,1],[-5,1],[-1,1],[-1,1],[0,1],[-1,4],[-2,4],[0,2],[0,1],[-1,2],[0,10],[-1,6],[0,3],[0,3],[-1,11],[-1,7],[0,8],[-1,2],[0,1],[-3,3],[-1,-1],[-4,2],[-4,2],[-2,1],[-1,0],[-5,2],[-4,0],[-2,1],[-1,1],[0,2],[1,2],[3,8],[1,2],[2,1],[3,1],[1,2],[0,1],[0,2],[0,3],[-1,5],[-1,2],[-3,4],[0,1],[0,2],[0,1],[1,1],[2,3],[3,1],[1,1],[1,3],[0,2],[0,1],[-1,3],[-1,1],[0,1],[-1,0],[-3,-2],[-2,-1],[-2,0],[-2,1],[-2,2],[-3,5],[0,2],[-2,7],[0,1],[0,3],[1,6],[1,2],[0,1],[1,0],[1,0],[3,-1],[2,0],[1,0],[1,1],[0,1],[0,3],[0,1],[-2,3],[-2,4],[-1,3],[-1,1],[-1,0],[-2,-1],[-1,-1],[-2,-4],[-1,-1],[-2,0],[-1,4],[-1,24],[0,2],[-2,8],[0,2],[-1,-2],[-1,-1],[-3,3],[-3,3],[-2,0],[-1,-1],[-2,-2],[-1,-3],[-2,-3],[-1,-3],[-1,0],[0,4],[1,3],[1,4],[2,3],[1,3],[1,5],[1,5],[1,3],[3,0],[1,1],[0,2],[0,3],[0,3],[-1,2],[-1,1],[-1,0],[-3,1],[-1,1],[0,2],[2,9],[1,5],[0,2],[0,4],[0,1],[-1,0],[-1,0],[-1,-2],[-2,-3],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[0,2],[0,5],[0,3],[1,6],[1,2],[0,1],[1,5],[0,2],[2,7],[0,3],[-1,1],[-1,4],[-2,3],[-1,0],[-1,-2],[-3,-4],[-1,-3],[0,-1],[-1,-2],[-2,-9],[-1,-1],[-2,1],[-1,1],[-2,5],[-1,4],[-2,9],[-7,15],[-1,1],[1,12],[3,5],[2,2],[2,2],[3,3],[4,7],[1,3],[1,2],[2,4],[1,4],[0,1],[0,1],[1,1],[-1,1],[0,3],[-1,2],[-1,0],[-5,-4],[-3,-4],[-2,-3],[-1,0],[-2,2],[-4,7],[-1,1],[-4,7],[0,1],[-1,1],[-1,5],[-1,3],[0,2],[0,3],[0,2],[-1,3],[-1,3],[-1,3],[-2,6],[-3,2],[-2,0],[-2,-2],[-1,0],[-4,3],[-2,4],[-1,5],[0,3],[1,13],[1,3],[0,9],[0,3],[0,4],[-1,5],[-4,24],[0,1],[-1,2],[-1,1],[-1,0],[0,-3],[-2,-6],[0,-2],[0,-4],[-1,-1],[-1,-1],[-1,0],[-1,1],[-2,3],[-1,2],[0,2],[0,3],[0,2],[0,4],[0,2],[-2,7],[-1,3],[-1,1],[-4,5],[0,1],[0,2],[0,3],[2,3],[1,2],[2,2],[4,5],[3,5],[1,0],[0,3],[0,3],[0,3],[0,2],[-1,17],[-3,3],[-1,0],[0,-1],[-1,0],[-1,-3],[-1,0],[-2,2],[-1,3],[-1,3],[0,2],[0,2],[0,3],[-1,1],[0,5],[0,2],[0,2],[-1,0],[0,1],[-1,3],[-1,0],[0,-1],[-1,-1],[0,-1],[-6,-1],[-1,0],[0,1],[-2,1],[-1,2],[0,11],[0,1],[3,21],[0,1],[0,4],[0,3],[-2,4],[-9,7],[-3,-1],[-2,0],[-2,2]],[[5975,4458],[-1,-34],[-1,-20],[-1,-29],[-1,-39],[0,-2],[-1,-2],[-1,-32],[-1,-22]],[[5968,4278],[-1,1],[-11,0],[-5,-1],[-7,0],[-3,0],[-10,0],[-4,0],[-15,0],[-2,0],[-2,0],[-3,0],[-2,0],[-4,0],[-12,0],[-7,0],[-6,0],[-2,0],[-8,0],[-8,0],[-2,0],[-2,0],[-6,0],[-2,0],[-11,0],[-4,0],[-1,0],[-5,0],[-16,0],[-2,0],[-9,0],[-6,0],[-15,0],[-5,0],[-4,0],[-5,0],[-3,0],[-3,0],[-2,0],[-7,0],[-4,0],[-6,0],[-8,0],[-2,0],[-1,0],[-3,0],[-4,0],[-4,0],[-2,0],[-2,0],[-2,0],[-3,0],[-12,0],[-7,0],[-2,0],[-2,0],[-3,0],[-1,0],[-7,-1],[-1,0],[-1,2],[-2,1],[0,1],[-3,3],[-2,3],[-2,2],[-14,15],[-11,12],[-10,11],[-1,2],[-25,27],[-1,-4],[-1,-2],[-2,-1],[-2,4],[-1,2],[-2,1],[-1,0],[-2,-1],[-1,0],[-1,-2],[-2,0],[-2,1],[-1,1],[-1,1],[-2,1],[-2,3],[-1,-1],[-2,1],[-2,-1],[-2,-2],[-2,-2],[-2,0],[-2,-1],[-1,1],[-3,4],[-2,4],[-1,3],[-1,5],[-2,2],[-1,0],[-1,-3],[-5,9],[-1,2],[0,4],[-2,9],[0,1],[-1,3],[-1,2],[-1,4],[-1,1],[0,4],[-1,5],[-1,1],[-3,1],[-1,-1],[-5,1],[-1,2],[-7,22],[0,10],[0,12],[1,10],[-1,7],[0,1],[2,7],[1,5],[-2,15],[-1,1],[-1,1],[-2,9],[0,1],[-1,4],[0,7],[1,4],[0,1],[0,4],[0,5],[0,2],[-1,1],[-3,-1],[-1,1],[-1,2],[-1,2],[-2,8],[-1,7],[0,3],[-1,3],[-1,1],[-1,2],[-1,1],[-2,2],[-1,1],[0,6],[-1,1],[-4,3],[0,1],[-1,2],[0,1],[-3,10],[-3,23],[-2,9],[0,5],[0,5],[0,4],[-1,3],[-1,0],[0,-4],[-3,6]],[[2413,4305],[-5,-11],[-2,-5],[-4,-10],[-6,-17],[-4,-8],[-3,-7],[-3,-9],[-5,-11],[-5,-11],[-1,-5],[-3,-6],[-2,-4],[-1,-4],[-1,-1],[-2,-6],[-3,-7],[-2,-4],[-7,-17],[-1,-3],[-4,-9],[-3,-6],[-1,-4],[-3,-7],[-2,-5],[-2,-5],[-3,-6],[-4,-11],[-3,-7],[-3,-9],[-1,-2],[-4,-8],[-3,-8],[-5,-11],[-5,-12],[-1,-3],[-7,-17],[-3,-5],[-3,-9],[-4,-8],[-3,-5],[-6,-15],[-1,-2],[-2,-5],[-8,-18],[-6,-12],[-10,-23],[-8,-15],[-8,-18],[-2,-3],[-7,-16],[-2,-3],[-2,-5],[-1,-3],[-7,-14],[-5,-10],[-11,-23],[-2,-3],[-2,-3],[-2,-6],[-4,-8],[-1,-2],[-5,-11],[-11,-27],[-1,-2],[-5,-10],[-3,-7],[-10,-25],[-1,-1],[-1,-4]],[[2152,3708],[-1,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-2],[-2,-4],[-1,0],[-2,-2],[-1,-1],[-1,0],[-1,0],[-2,1],[-1,1],[-1,1],[-2,4],[-1,1],[-1,1],[-1,0],[-2,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,-1],[0,-1],[-6,-12],[0,-1],[0,-1],[-1,-2],[-1,-8],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-3,4],[-1,1],[-2,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[-2,1],[-4,1],[-2,1],[-7,12],[-1,1],[0,2],[0,3],[2,5],[3,-1],[3,1],[1,0],[1,1],[1,5],[0,1],[1,2],[2,6],[2,4],[0,1],[1,1],[3,6],[1,2],[1,3],[0,1],[0,5],[0,4],[-1,2],[0,1],[0,1],[-2,6],[-1,2],[0,1],[0,3],[-3,18],[0,7],[-2,5],[-5,0],[-1,0],[0,-1],[-3,-17],[-1,-4],[0,-2],[-2,-1],[0,1],[-2,5],[-1,1],[-1,1],[-2,1],[-1,1],[-1,2],[-1,5],[-2,7],[0,1],[-1,9],[-4,8],[-2,3],[-2,4],[0,5],[-2,17],[0,4],[-1,3],[0,1],[0,5],[0,1],[1,6],[0,7],[-1,18],[0,1],[0,2],[0,4],[1,5],[0,6],[0,8],[0,3],[0,20],[0,1],[0,6],[-1,15],[0,1],[-1,3],[-1,3],[-1,3],[0,1],[-1,0],[-3,2],[-13,2],[-2,0],[-1,-2],[-1,-2],[-2,-4],[-1,-1],[-1,-4],[0,-2],[-3,-17],[0,-3],[0,-2],[0,-2],[1,-3],[1,-4],[0,-1],[1,0],[0,-3],[1,-5],[0,-2],[0,-2],[0,-4],[0,-2],[0,-2],[-1,-1],[-1,-4],[-3,-10],[-1,-3],[-4,-7],[0,-1],[-1,-3],[0,-1],[-2,-14],[0,-3],[-1,-2],[-2,-5],[0,-1],[-2,-4],[-1,-1],[-1,0],[-4,0],[-1,0],[0,1],[-1,2],[0,2],[0,2],[-1,2],[0,3],[-1,2],[-2,2],[-3,2],[-2,0],[-1,-1],[0,-1],[-2,-11],[-3,-20],[0,-5],[-1,-2],[0,-1],[-1,-1],[-2,0],[-1,-1],[-1,-2],[-1,-2],[-6,-2]],[[1983,3803],[-1,5],[-1,3],[0,8],[0,7],[0,2],[0,6],[0,4],[-1,5],[0,3],[-1,4],[-1,3],[-1,4],[-1,6],[-2,6],[-1,10],[-1,2],[-1,4],[-1,2],[-1,4],[-2,5],[-3,5],[-2,2],[-4,3],[-3,2],[-2,3],[-1,1],[-1,0],[-2,2],[-1,2],[-1,3],[-2,4],[-1,4],[-2,4],[-2,7],[-1,4],[-1,6],[-3,10],[-1,4],[-2,8],[-1,7],[-2,6],[-2,5],[-2,7],[0,1],[-1,1],[-3,5],[-5,11],[-1,2],[-2,3],[0,1],[-2,6],[-2,3],[-2,4],[0,2],[-1,2],[-3,6],[-2,3],[-2,3],[-1,3],[0,1],[-5,4],[-3,3],[-2,5],[0,4],[-1,5],[-1,8],[-1,1],[0,4],[-2,7],[-1,6],[-1,4],[-1,4],[0,3],[-1,4],[0,4],[-1,8],[0,1],[1,6],[0,4],[0,4],[0,2],[0,1],[0,8],[0,2],[0,1],[0,2],[0,1],[-1,2],[0,4],[-1,10],[0,1],[-2,8],[-1,7],[-1,4],[-2,8],[0,3],[-1,5],[-1,6],[-1,4],[-1,5],[-1,5],[0,2],[-1,2],[0,3],[-1,4],[-1,4],[0,1],[-1,6],[0,1],[0,1],[0,2],[-1,3],[0,5],[-1,2],[-1,10],[-2,9],[0,8],[-1,8],[0,8],[-1,8],[0,7],[0,5],[0,9],[0,5],[0,5],[-1,7],[0,2],[0,6],[-1,6],[0,10],[0,4],[1,6],[0,5],[1,6],[1,4],[0,4],[1,2],[2,6],[1,4],[1,6],[1,7],[0,3],[1,4],[1,4],[2,5],[2,8],[1,4],[2,7],[1,2],[0,1],[2,5],[2,4],[1,3],[1,1],[0,1],[1,2],[1,2],[3,7],[0,1],[0,2],[2,3],[2,3],[0,1],[0,3],[1,5],[0,4],[1,4],[0,4],[1,2],[1,5],[0,1],[2,4],[0,1],[1,4],[1,5],[2,10],[1,3],[1,4],[1,1],[1,3],[1,4],[1,3],[2,3],[0,1],[1,1],[0,1],[1,0],[0,1],[1,2],[4,4],[1,1],[3,3],[4,2],[2,3],[5,4],[1,2],[2,2],[1,3],[1,2],[1,3],[1,1],[1,4],[1,3],[1,2],[2,3],[0,1],[2,3],[2,2],[2,3],[1,2],[1,3],[2,3],[2,2],[1,1],[2,3],[3,3],[1,2],[2,1],[1,0],[2,2],[1,1],[2,2],[3,4],[3,5],[2,3],[0,1],[1,3],[1,1],[2,3],[0,1],[1,0],[1,2],[2,6],[2,5],[1,4],[1,3],[1,4],[1,5],[1,6],[1,3],[2,5],[1,2],[2,5],[1,2],[2,8],[0,1],[1,5],[1,3],[1,5],[1,7],[1,3],[1,7],[1,5],[1,3],[0,3],[0,1],[2,6],[1,8],[0,2],[1,8],[0,8],[1,8],[0,5],[0,2],[1,9],[0,1],[0,4],[0,6],[1,7],[1,6],[1,7],[0,4],[1,5],[1,7],[1,3],[2,5],[1,6],[2,4],[2,3],[0,1],[2,2],[2,3],[2,2],[1,1],[4,3],[2,1],[3,1],[3,0],[2,-1],[3,-1],[1,-1],[2,-1],[3,-2],[1,-1],[2,-1],[1,-1],[2,-1],[3,-4],[4,-3],[3,-5],[2,-5],[1,0],[1,-3],[1,0],[0,-1],[2,-2],[1,-2],[2,-2],[2,-1],[1,-1],[9,-12],[2,-2],[3,-6],[1,-3],[2,-4],[1,-3],[0,-3],[1,-4],[2,-5],[1,-3],[1,-2],[2,-5],[3,-7],[3,-6],[2,-6],[1,-1],[2,-1],[2,-1],[4,-1],[3,0],[3,4],[2,2],[3,7],[1,6],[2,15],[1,5],[1,4],[1,6],[1,8],[0,4],[2,3],[2,3],[2,10],[-1,5],[0,7],[1,4],[2,5],[4,5],[3,3],[5,3],[3,3],[3,2],[11,12],[5,7],[0,1],[0,1],[1,9],[2,7],[1,10],[0,7],[0,5],[0,6],[-1,5],[0,5],[-1,6],[0,2],[0,10],[-1,8],[-1,4],[-1,19],[0,7],[-1,6],[-2,4],[0,1],[0,7],[0,7],[-1,4],[-2,4],[-1,5],[-2,8],[-3,8],[-2,5],[-2,4],[-3,4],[-1,3],[-2,4],[-2,4],[-2,5],[-3,9],[-4,12],[0,2],[-2,3],[-1,3],[-2,6],[-1,7],[-3,14],[0,2],[0,3],[-1,6],[0,4],[-1,8],[0,7],[0,7],[1,4],[0,10],[0,2],[2,7],[1,5],[1,4],[2,6],[1,3],[0,1],[2,3],[0,4],[2,4],[2,4],[3,7],[1,3],[1,2]],[[8716,4600],[-2,-58],[0,-5],[-1,-7],[0,-1],[0,-9],[-1,-25],[-1,-23],[-1,-5],[-1,-5],[0,-5],[1,-4],[1,-4],[2,0],[1,-5],[1,-4],[-1,-5],[-1,-6],[1,-5],[2,-2],[1,-4],[2,2],[2,-4],[1,-6],[0,-4],[3,-1],[0,-7],[1,-3],[1,0],[1,0],[2,-6],[2,-1],[1,-3],[-1,-7],[1,-5],[2,1],[2,-1],[1,1],[2,1],[1,-5],[2,-2],[2,-4],[1,-1],[2,1],[2,-1],[1,-2],[2,2],[1,-2],[1,-5],[1,-3],[1,-5],[0,-4],[0,-3],[-3,-4],[-1,-2],[0,-6],[0,-4],[2,-2],[2,-1],[1,0],[4,-2],[1,-2],[1,-2],[1,-1],[-1,-3],[-1,-4],[0,-5],[0,-6],[0,-3],[-1,-5],[-1,-4],[0,-6],[1,-3],[1,-5],[0,-4],[4,-2],[0,-4],[-1,-4],[-1,-3],[0,-4],[2,-2],[2,-5],[-2,-2],[-2,-1],[-1,-1],[-1,-3],[-1,-3],[1,-4],[0,-4],[-1,-8],[0,-6],[0,-5],[-1,-4],[1,-4],[1,-4],[-1,-5],[-1,-4],[2,-4],[1,-3],[0,-5],[0,-2],[0,-3],[2,-7],[0,-4],[-1,-4],[0,-4],[-1,-8],[2,-6],[0,-4],[2,-1],[2,-4],[1,-4],[2,-2],[1,-3],[-1,-4],[-1,-7],[1,-3],[-1,-6],[1,-4],[0,-4],[-1,-4],[-2,-1],[-2,-5],[-1,-4],[0,-4],[1,-5],[1,-3],[2,-1],[0,-4],[0,-4],[-1,-3],[2,-5],[1,-4],[1,-5],[1,0],[2,-2],[2,-1],[2,-2],[2,-2],[1,-7],[-1,-3],[0,-6],[0,-5],[-1,-6],[0,-4],[-1,-4],[1,-5],[2,0],[2,-1],[-2,-7],[0,-7],[2,-2],[2,-3],[-4,-8],[-1,-3],[0,-10],[1,-1],[2,-1],[2,1],[0,-9],[2,-1],[2,0],[1,-2],[2,0],[2,0],[1,-7],[-1,-7],[0,-4],[-1,-4],[-3,0],[-2,0],[-1,1],[-2,-2],[-1,-4],[-2,-1],[-1,-1],[-2,-1],[-1,1],[-2,0],[0,-7],[-2,-4],[1,-5],[2,-3],[-1,-6],[-1,-2],[-1,-2],[0,-4],[0,-6],[1,-6],[1,-2],[2,-1],[-1,-4],[-2,-3],[-1,-2],[0,-1],[-2,-3],[-1,-2],[-1,-5],[1,-10],[1,-5],[0,-5],[-3,-5],[-2,-1],[-1,1],[-2,1],[-2,-12],[-1,-2],[-2,-1],[-1,-1],[-1,-2],[0,-5],[-2,-5],[-1,-1],[-2,-4],[2,-14],[1,-8],[0,-4],[-1,-4],[-2,-1],[-3,-4],[0,-4],[-2,-2],[-1,0],[-3,5],[-1,3],[-2,1],[-2,-1],[-4,-14],[-1,-2]],[[8736,3733],[-1,6],[-1,4],[-2,0],[0,4],[-1,3],[-2,0],[-2,2],[-1,3],[-1,5],[-1,-1],[-3,-10],[-2,0],[-3,-5],[-1,2],[-1,6],[0,4],[1,5],[-1,4],[1,4],[-2,5],[-2,0],[0,5],[1,5],[0,4],[-1,3],[-3,-2],[-1,2],[-1,4]],[[8706,3795],[-1,4],[-1,4],[-1,1],[-3,-3],[-1,0],[-2,6],[1,4],[1,1],[1,4],[2,6],[1,7],[-3,8],[-2,-4],[-2,1],[-2,4],[-2,4],[0,3],[-1,7],[-2,0],[-2,1],[-1,1],[-2,-1],[-2,1],[-2,7],[-1,3],[-3,0],[-2,2],[-2,-6],[-1,-3],[-2,0],[-2,2],[0,4],[0,4],[-1,3],[-1,2],[-5,-6],[-2,3],[-3,1],[-2,7],[-1,2],[-3,2],[-2,4],[-1,1],[-2,3],[-2,2],[-2,-1],[-1,-1],[-2,1],[0,7],[1,3],[1,4],[-1,5],[-1,5],[0,3],[-1,5],[-1,6],[-1,5],[1,4],[0,7],[0,4],[1,3],[0,5],[-2,3],[-1,2],[0,4],[-1,2],[-2,1],[-1,3],[-2,1],[-1,-2],[-2,-1],[-1,2],[-2,4],[-2,-1],[-1,-2],[-2,-2],[-2,0],[1,4],[0,4],[0,5],[0,3],[-1,4],[0,4],[1,3],[1,1],[1,1],[2,1],[1,5],[1,3],[-1,4],[-2,6],[0,4],[-1,3],[0,4],[-1,6],[-1,3],[0,5],[1,7],[3,0],[1,-1],[3,5],[0,3],[0,4],[0,4],[1,3],[1,2],[-1,7],[-2,6],[-1,5],[0,6],[1,5],[-2,2],[-1,-1],[-2,-1],[-2,2],[-1,3],[-1,-3],[-1,-5],[-2,0],[-1,4],[-1,3],[-2,2],[0,5],[-1,5],[-3,6],[-2,-2],[-1,-4],[-2,-4],[-2,2],[-1,0],[-3,-4],[-1,-3],[-1,-2],[-2,-3],[-1,5],[-1,10],[-1,4],[-2,2],[-1,4],[-3,2],[-2,-3],[-1,-1],[-1,4],[-1,1],[-1,4],[-2,3],[-2,5],[-1,1],[-1,-2],[-1,-4],[-2,-2],[-2,4],[-1,3],[-1,1],[1,5],[1,2],[1,3],[1,4],[-1,2],[-1,4],[-1,3],[-1,4],[2,4],[1,6],[0,4],[-2,-2],[-1,1],[-1,6],[-1,4],[0,1],[-1,4],[-1,4],[-1,3],[-1,0],[-1,-4],[0,-4],[-1,-6],[-1,-1],[-2,2],[-3,3],[-2,2],[0,5],[0,4],[0,4],[1,7],[0,5],[-2,5],[0,4],[0,5],[-2,4],[-2,0],[-2,0],[-1,0],[-3,-1],[-1,3],[-2,2],[0,4],[1,5],[1,3],[-1,5],[-2,2],[0,4],[0,5],[-1,3],[-2,2],[-2,2],[-2,4],[-1,-1],[-2,-4],[0,-5],[0,-7],[-1,-4],[1,-5],[-1,-4],[-1,-2],[-1,-3],[-1,-5],[-1,-2],[-2,3],[-1,-1],[-2,-1],[-1,3],[0,6],[-2,0],[-1,-3],[-1,-5],[-1,-2],[-1,-2],[-1,-4],[-2,-2],[-2,-2],[-2,-3],[-1,-4],[-1,-3],[-1,-2],[0,-5],[-1,-4],[-2,-2],[-1,-3],[-2,1],[-2,4],[-2,2],[-1,0],[-3,-6],[-1,-6],[-2,-8],[-2,-2],[-1,2],[-2,-2],[-1,-2],[-2,-2],[-2,-1],[-1,0],[-2,2],[-1,3],[-2,3],[-1,5],[1,7],[0,5],[-1,6],[-1,2],[-2,2],[-1,6],[-1,3],[-1,4],[-1,2],[-1,3],[-1,1],[-1,4],[-1,4],[-2,2],[0,3],[-2,2],[1,4],[-3,1],[0,6],[0,4],[-1,3],[1,3],[-1,6],[-2,0],[-4,-7],[-1,-3],[-2,2],[0,4],[-1,5],[-1,3],[-2,2],[1,7],[-2,2],[-1,-2],[-3,-1],[-2,3],[-1,-1],[-2,0],[-2,6],[-3,4],[-1,2],[-1,4],[2,3],[1,4],[-1,3],[-2,1],[-1,4],[-2,-2],[-1,-4],[-1,-2],[-2,3],[-2,6],[-2,-2],[-2,-1],[-1,1],[0,-5],[-1,-4],[-2,-5],[-1,2],[-1,2],[-1,2],[-1,4],[-2,-1],[-2,2],[-1,3],[-1,3],[2,9],[0,4],[-4,0],[-1,-3],[-2,-2],[-1,-3],[-2,-5],[-2,8],[-2,-4],[-2,-2],[-1,2],[-3,8],[-1,3],[-2,3],[-3,2],[-2,1],[-2,-2],[-2,-1],[-2,3],[-1,3],[-2,0],[-2,1],[0,4],[-2,4],[-2,5],[-2,2],[-1,4],[-1,1],[-2,2],[0,5],[-1,4],[-1,4],[-2,5],[-1,1],[-2,2],[1,7],[1,3],[-2,3],[-1,4],[0,3],[-2,1],[-1,-2],[-2,-1],[-1,2],[-1,1],[-2,-1],[-1,-2],[-2,-1],[-1,0],[-1,2],[0,4],[-2,6]],[[8311,4424],[-1,6],[0,5],[-2,1],[-1,2],[-4,6],[-2,3],[-1,3],[0,5],[-1,3],[-1,5],[1,4],[2,5],[-1,4],[0,5],[0,4],[0,4],[2,4],[2,-1],[1,2],[2,2],[1,4],[1,5],[0,5],[3,5],[1,4],[1,1],[1,4],[1,1],[2,1],[1,5],[-1,4],[-2,0],[-2,1],[-1,3],[-1,3],[-2,0],[-1,4],[0,5],[-1,3],[-2,1],[-1,2],[-2,3],[-1,6],[-2,2],[-2,-1],[-1,1],[-2,-2],[-2,5],[1,4],[0,4],[-1,7]],[[8311,4424],[-2,-1],[-1,1],[-1,1],[-3,1],[-2,2],[-1,-2],[-2,0],[-1,3],[0,5],[-2,2],[-2,2],[-1,2],[-2,0],[-1,4],[0,4],[-2,3],[-1,5],[-2,6],[-1,-1],[-1,-5],[-2,0],[-2,0],[-2,-2],[-2,-1],[0,-4],[-3,-4],[-2,-3],[-2,2],[-1,5],[-1,3],[-2,-2],[-1,-2],[-2,-1],[-1,4],[-1,4],[0,5],[-2,2],[-1,0],[-2,-3],[-1,5],[0,6],[-3,2],[-1,-4],[-2,-3],[-1,-2],[-1,-5],[-2,-1],[-1,2],[-2,1],[-2,1],[-2,-2],[-1,-3],[-2,1],[-1,4],[-2,2],[-1,0],[-2,2],[-1,6],[-1,2],[-2,-2],[-3,2],[-2,-2],[-2,-3],[-1,-1],[-2,1],[-1,-3],[-2,-3],[-1,2],[-2,0],[-2,-1],[0,-4],[0,-4],[-2,-2],[1,-4],[0,-4],[-2,-3],[-1,2],[-2,1],[0,4],[-1,2],[-3,-2],[-2,-1],[-1,2],[-2,1],[-1,3],[-2,-1],[-2,-2],[-2,-1],[0,5],[-1,5],[-1,3],[1,5],[-2,6],[-2,0],[-1,3],[-1,2],[-2,-2],[-1,-1],[-2,-2],[-1,2],[-2,1],[-1,-1],[-1,3],[-2,3],[-1,-1],[-2,0],[-1,-1],[-1,-2],[-2,4],[-1,4],[0,4],[-1,2],[-2,2],[-2,2],[-1,3],[0,4],[1,5],[-1,3],[-2,3],[-1,2],[-1,3],[-2,-3],[-2,-4],[-1,0],[-2,-3],[-1,-2],[-2,0],[-1,3],[0,6],[-1,3],[-2,5],[-2,1],[0,3],[-1,7],[-2,3],[-2,-1],[-1,0],[-2,-2],[-2,-2],[-2,-4],[-3,-2],[-1,-2],[-1,-4],[-1,-3],[-4,3],[-2,-2],[-1,-4],[-1,-2],[-1,-2],[-2,-4],[-2,-2],[-1,-6],[-1,-5],[-2,-2],[-1,2],[-1,4],[-1,3],[-1,0],[-3,2],[-2,-7],[-2,-2],[-1,-4],[-1,-4],[-1,-2],[-1,-3],[-2,-4],[-1,-2],[-2,0],[1,-5],[0,-5],[0,-4],[-2,-2],[-1,-4],[1,-4],[-1,-4],[-1,-4],[-2,-3],[2,-7],[0,-5],[1,-4],[0,-3],[1,-5],[-2,-2],[0,-5],[-2,-2],[-1,1],[-2,-1],[-2,-2],[1,-7],[-1,-3],[0,-4],[1,-4],[-1,-3],[1,-4],[1,-5],[-1,-4],[-1,-4],[0,-4],[-2,2],[-2,-1],[0,-4],[0,-4],[-1,-3],[-2,1],[-1,-2],[-2,1],[-1,0],[-1,0],[-1,0],[-1,-5],[1,-5],[0,-4],[0,-3],[1,-5],[0,-5],[-1,1],[-2,1],[-1,-4],[-1,-1],[-2,-4],[0,-4],[1,-4],[-1,-4],[0,-5],[-2,-1],[-2,-1],[0,-4],[0,-4],[-1,-3],[-2,-2],[-3,-1],[-1,-6],[0,-4],[-2,-2],[-2,0],[-1,1],[-1,2],[-2,0],[-1,-1],[-3,1],[-1,-1],[-1,-8],[-2,0],[-1,2],[-2,-1],[0,-5],[-1,-4],[-1,1],[-2,-3],[-1,-4],[0,-4],[-2,-3],[-1,2],[-2,2],[-3,1],[-2,-3],[-1,-3],[-2,1],[-2,-1],[-1,-2],[-2,-1],[0,-4],[-2,-2],[-2,-2],[-1,-2],[-2,3],[-1,3],[0,3],[-1,3],[-2,1],[0,9],[1,6],[1,3],[1,2],[1,4],[1,2],[-1,5],[0,4],[1,3],[0,4],[1,5],[0,6],[0,5],[0,5],[-2,3],[-1,1],[-1,5],[2,3],[0,5],[0,6],[-1,1],[-2,1],[-2,-2],[-4,-3],[-9,-8],[-6,-5],[-5,-5],[-6,-5]],[[7951,4306],[-1,0],[0,1],[-2,1],[0,1],[-6,4],[-11,10],[-2,2],[-1,1],[-6,5],[-8,7],[-9,8],[-2,1],[-1,1],[-2,2],[-5,4],[-4,3],[-4,4],[-9,8],[-1,0],[-3,4],[-5,3],[-9,9],[-3,2],[-2,2],[-2,1],[-2,2],[-2,2],[-9,8],[-2,1],[-2,2],[-4,3],[-1,2],[-2,1],[-2,2],[-2,5],[-7,22],[-2,5],[-4,13],[-2,2],[-7,11],[-2,3],[-14,18],[-4,6],[-7,10],[-10,14],[-7,9],[-8,11],[-2,2],[-1,2],[-7,9],[0,1],[-1,1],[-2,0],[-1,3],[-1,5],[0,4],[-1,5],[-1,1],[-3,1],[-1,0],[-2,-2],[-1,3],[-2,0],[-1,5],[-1,1],[-1,0],[-2,1],[-2,5],[-3,0],[-6,12],[-2,-1]],[[7688,4600],[-2,0],[-2,0],[-2,-1],[-2,1],[-2,2],[-2,1],[-2,0],[-1,1],[-2,-1],[-2,0],[0,1],[-4,1],[-1,-1],[-3,-3],[-1,-2],[-4,-3],[-1,-1],[-1,1],[-1,0],[-3,-9],[-11,-25],[-10,-23],[-3,-6],[-3,-5],[-4,-1],[-1,-2],[-1,-1],[-2,-11],[0,-5],[0,-3],[0,-1],[-3,-8],[-1,-4],[0,-1],[-2,-2],[0,-1],[-1,0],[-3,0],[-2,-1],[-1,-1],[-1,-4],[-1,-3],[-1,-4],[-1,-4],[0,-2],[-4,-6],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,-2],[-1,-2],[-1,-2],[-2,-3],[0,-5],[0,-3],[-1,-5],[0,-5],[-1,-1],[-2,-3],[-1,-1],[-1,-2],[-1,-2],[-2,-4],[0,-3],[-1,-3],[-2,0],[-1,-1],[-1,1],[-2,1],[-1,0],[-2,-1],[-1,-3],[-2,0],[-1,-1],[-1,-3],[-2,-1],[-1,-3],[-1,-3],[-1,-3],[1,-4],[0,-4],[1,-5],[0,-3],[2,-7],[4,-21],[2,-8],[1,-6],[1,-4],[0,-4],[1,-1],[0,-3],[2,1],[2,0],[4,-5],[0,-7],[0,-2],[0,-5],[-1,-5],[-1,-7],[-1,-1],[-4,-3],[-6,-3],[-1,0],[-1,0],[-1,0],[-1,1],[-3,2],[-9,7],[-1,0],[-2,0],[-2,-1],[-3,-3],[0,-1],[-8,-11],[0,-1],[-8,-12],[-9,-18],[-1,0],[-9,-21],[-2,-3],[0,-1],[-1,-4],[0,-1],[-1,0],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,-3],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[2,-1],[-1,-1],[2,-1],[1,0],[1,-1],[-1,-5],[-1,-5],[-3,-8],[-1,-6],[-2,-7],[-1,-6],[-1,-4],[-1,-5],[-2,-7],[-1,-4],[-1,-5],[-2,-4],[0,-4],[-1,-3],[-1,-3],[-1,-5],[-2,-6],[-1,-7],[-10,-38],[-3,-13],[-1,-3],[-2,-11],[-2,-6],[-2,-7],[0,-3],[-1,-4],[-1,-3],[-3,-12],[-1,-5],[-2,-5],[0,-3],[-2,-5],[-1,-7],[-2,-5],[-3,-13],[-1,-4],[-1,-3],[-1,-5]],[[7447,3945],[-3,9],[-1,3],[-4,10],[-2,5],[-3,9],[-2,4],[-9,24],[-1,4],[-1,0],[-5,15],[-4,9],[-4,10],[-2,3],[-4,10],[-4,4],[-4,3],[-2,2],[-4,4],[-2,1],[-3,3],[-9,9],[-5,5],[-5,-4],[-1,-1],[-1,-2],[-2,0],[-9,-7],[-6,-6],[-2,-1],[-11,-9],[-2,-1],[-4,-3],[-3,-1],[-4,-2],[-11,-6],[-10,-6],[-6,-3],[-28,-16],[-10,2],[-3,0],[-6,1],[-7,2],[-8,1],[-3,0],[-12,3],[-11,2]],[[6866,3931],[-2,-5],[1,-4],[0,-4],[0,-4],[-2,-2],[-1,-1],[0,-4],[0,-4],[1,-6],[-1,-5],[0,-5],[-1,-3],[-1,-4],[-1,-4],[0,-6],[-1,-4],[0,-3],[-2,-3],[-2,-3],[-1,-5],[-2,-4],[-2,-6],[-1,-6],[0,-1],[3,-31],[2,-4],[3,-5],[0,-2],[1,-7],[0,-2],[0,-4],[-1,-1],[-3,-16],[-4,-11],[-2,-4],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[-4,-7],[-2,-3],[0,-9],[-1,-9],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,-3],[0,-4],[-3,-10],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,0],[-15,8],[-23,11],[-7,4],[-7,4],[-10,4],[-12,7],[-14,7],[-6,4]],[[6736,3730],[-2,4],[-1,2],[-1,3],[-1,4],[-1,2],[-1,3],[-1,4],[0,5],[-1,-2],[-2,-3],[-1,1],[-1,0],[-1,3],[-2,1],[-1,-1],[-2,1],[-1,0],[-3,-1],[-1,1],[-2,2],[-1,4],[-2,1],[-1,2],[-1,4],[-1,1],[-2,-2],[0,-4],[-1,-3],[-11,22],[-2,4],[-6,12],[-5,10],[-2,3],[-2,4],[-1,3],[-2,3],[-4,9],[-11,21],[-9,17],[-9,17],[-3,6],[-4,8],[-8,15],[-2,4],[-7,15],[-3,5],[-2,3],[-5,11],[-6,12],[-13,24],[-5,10],[-2,4],[-9,18],[-12,23],[-2,3],[-10,19],[-8,17],[-5,9],[-3,6],[-1,1],[-4,9],[-4,8],[-3,5],[-3,7],[-3,6],[1,16],[0,7],[-1,5],[-1,4],[0,1],[-1,2],[-2,3],[-1,1],[-1,0],[-6,-3],[-3,-1],[-1,-1],[-1,-3],[-1,-1],[-1,1],[-1,0],[-1,3],[-1,2],[-4,11],[-1,4],[-2,6],[-1,1],[-2,7],[-4,-2],[-1,1],[-3,15],[-2,10],[-1,2],[3,11],[3,13],[0,1],[1,1],[1,1],[0,-1],[1,-1],[1,-7],[1,-4],[1,-4],[1,-2],[1,-2],[1,0],[1,2],[3,6],[0,1],[1,2],[0,2],[-1,0],[0,1],[-1,1],[-2,2],[-1,1],[-1,1],[-2,3],[0,1],[-2,8],[-1,2],[0,3],[0,3],[0,5],[0,3],[0,2],[-1,2],[-1,1],[-2,2],[-4,0],[-1,0],[0,1],[-1,3],[0,1],[-1,12],[-2,-2],[-1,0],[-2,-8],[-1,-1],[-1,-1]],[[6458,4291],[-1,3],[-1,0],[0,1],[-1,0],[-2,0],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[1,17],[1,3],[2,2],[1,0],[2,4],[1,0],[1,2],[6,1],[1,0],[2,4],[2,10],[0,5],[0,5],[-1,7],[-1,4],[-1,4],[-2,5],[-2,1],[-1,1],[-2,0],[-5,-2],[-2,-3],[-2,-1],[-2,-7],[0,-5],[-1,-7],[0,-4],[-1,-1],[-1,-1],[-5,-3],[0,-1],[-3,0],[0,1],[-1,1],[-2,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-4],[0,-3],[1,-2],[0,-1],[7,-6],[0,-1],[-1,-1],[0,-1],[-9,-10],[0,-1],[-1,1],[-4,8],[-4,3],[-1,1],[-6,1],[0,2],[-1,1],[0,2],[0,1],[1,4],[1,5],[1,3],[6,11],[3,2],[2,5],[3,4],[1,0],[0,1],[2,3],[0,1],[1,2],[0,3],[-1,7],[-2,8],[-3,5],[-2,0],[-3,-3],[-3,1],[-2,5],[-2,13],[-2,4],[-1,0],[-8,-11],[-1,-1],[-1,-3],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,-1],[0,1],[0,1],[-1,0],[0,2],[0,1],[1,9],[0,2],[1,7],[3,6],[3,7],[6,7],[9,8],[1,0],[1,0],[1,2],[4,2],[2,4],[0,1],[1,4],[-1,1],[-2,8],[-3,7],[0,1],[-1,3],[1,6],[3,7],[0,4],[0,1],[-1,3],[-1,2],[-3,1],[-4,-3],[-4,-5],[-3,-5],[-2,-6],[-3,-4],[-2,1],[-1,1],[-1,1],[-1,5],[-2,9],[-1,1],[1,6],[1,3],[0,1],[0,1],[2,4],[1,4],[3,11],[0,3],[0,1],[0,5],[-1,2],[-2,1],[-2,1],[-2,1],[-2,-1],[-13,-8],[-4,-6],[-3,-2],[0,-1],[-1,-1],[-1,1],[-1,1],[-1,0],[-1,6],[-2,4],[-2,2],[-2,-1],[-2,-1],[-3,-3],[-2,-1],[-4,1],[-2,2],[-1,3],[-2,2],[-2,1],[-2,3],[1,4],[1,4],[1,4],[1,5],[1,4],[1,7],[2,5],[1,2],[3,1],[1,2],[1,2],[0,2],[-1,3],[-2,6],[-2,3],[-1,0],[-1,2],[-3,2],[-2,-3],[-1,-1],[-2,2],[-1,0]],[[9212,4481],[-1,-4],[-1,-5],[-1,-4],[-2,-6],[-2,-2],[-1,3],[-2,1],[-1,0],[-2,-1],[-2,1],[-2,0],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-2,0],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,0],[0,1],[-3,3],[0,1],[-1,1],[0,7],[-2,1],[-1,1],[-4,1],[-2,-8],[0,-1],[-2,0],[-2,0],[-1,-1],[-1,-4],[-1,-7],[-1,-6],[-1,-3],[-1,1],[-2,2],[-2,1],[-2,2],[-3,-4],[-2,1],[-1,-2],[-1,-4],[-2,-3],[-2,-3],[-1,-4],[0,-4],[0,-3],[0,-5],[2,-2],[2,-4],[-1,-3],[-1,-6],[0,-4],[1,-4],[2,0],[2,-1],[2,1],[2,-2],[1,-2],[3,-1],[2,0],[1,-4],[0,-4],[-2,-3],[0,-5],[0,-4],[0,-5],[-1,-2],[-2,-4],[-1,-9],[1,-2],[2,-3],[2,-5],[1,-4],[1,-5],[1,-3],[2,-3],[0,-7],[-4,-43],[-1,-15],[-4,-58],[-1,-28],[-2,-20],[-1,-15],[-1,-11],[-3,-51],[0,-4],[-1,-13],[-1,-18],[-4,-50],[-2,-27],[-2,-29],[0,-6],[-1,-10],[-1,-16],[0,-9],[-1,-3],[0,-4],[-2,-5],[-1,-5],[-1,-12],[1,-4],[1,-6],[1,-6],[-1,-5],[0,-3],[-2,-14],[1,-6],[0,-5],[-1,-6],[0,-4],[1,-4],[1,-1],[2,-1],[2,1],[1,1],[2,3],[1,3],[3,-1],[1,-2],[1,-2],[1,-3],[2,3],[1,1],[2,3],[3,3],[2,1],[2,-1],[2,-3],[2,-4],[1,-2],[2,-4],[1,-6],[0,-5],[1,-5],[-2,-5],[-1,-2],[-1,-4],[-2,-4],[1,-3],[4,-3],[3,-7],[0,-4],[1,-7],[1,-3],[0,-5],[1,-4],[1,-5],[1,-3],[1,-6],[-1,-5],[1,-4],[0,-4],[1,-5],[-1,-5],[1,-4],[1,-1],[2,-2],[0,-11],[2,-9],[1,-3],[-1,-4],[-2,-3],[-1,-5],[0,-6],[0,-6],[0,-4],[-2,-5],[-2,-7],[0,-6],[1,-5],[1,-3],[0,-4],[0,-4],[-1,-5],[2,-11],[-3,-7],[-1,-4],[-1,-7],[-1,-6],[-1,-1],[-2,0],[-3,1],[-3,-2],[-2,-4],[-1,-5],[0,-5],[2,-2],[1,-5],[0,-5],[0,-3],[0,-4],[0,-5],[-1,-4],[0,-3],[-2,-3],[-3,-6],[0,-5],[-2,-8],[-1,-3],[0,-6],[3,-7],[1,-4],[0,-5],[-1,-4],[0,-5],[-1,-9],[-2,2],[-1,0],[-3,-1],[-2,-3],[-2,-3],[0,-4],[-1,-9],[1,-5],[1,-4],[0,-9],[-2,-5],[-4,0],[-1,0],[0,-6],[-3,-12],[-2,-2],[-1,-3],[1,-4],[2,-5],[1,-11],[-1,-7],[-3,-1],[-2,-3],[-3,-7],[-2,-1],[0,-5],[-2,-2],[-3,-1],[-1,-3],[-1,-3],[-3,0],[-2,3],[-3,6],[-1,0],[-2,-1],[-3,-2],[-2,3],[-1,-2],[-2,-3],[-2,-2],[-2,1],[-1,0],[-2,2],[-2,0],[-1,-3],[-1,-6],[-2,-8],[-2,-7],[0,-4],[-2,2],[-5,-7],[-1,-3],[-2,-6],[2,-6],[1,-4],[0,-7],[-1,-5],[1,-6],[0,-7],[3,-3],[1,-4],[1,-1],[2,-1],[1,0],[2,-3],[1,-5],[1,-3],[2,-1],[2,2],[2,2],[2,-3],[1,-1],[1,-5],[-1,-1],[-2,-2],[-3,-4],[-1,-2],[-1,-4],[-2,-4],[-2,-3],[-2,-5],[-1,-4],[-1,-3],[-1,-3],[-2,-2],[-1,1],[-1,-5],[0,-6],[0,-6],[3,-10],[-1,-3],[-1,-7],[-1,-5],[-1,-5],[-1,-4],[-1,-7],[-1,-4],[1,-4],[1,-7],[-1,-4],[-2,-1],[-2,-3],[0,-3],[-2,-1],[-1,-5],[-1,-5],[2,-3],[2,-5],[-2,-1],[-1,-3],[-2,-5],[0,-4],[0,-20],[0,-4],[-3,-1],[-2,-1],[-1,0],[-2,1],[-4,0],[-2,4],[-2,4],[-3,-2],[-3,-8],[-2,-1],[-1,3],[-2,0],[-2,-3],[-1,-4],[-1,-3],[-3,-4],[-3,-7],[0,-6],[0,-5],[1,-6],[0,-4],[-1,-3],[-1,-1],[0,-4],[1,-12],[-2,-1],[-4,-7],[-2,0],[-3,-4],[-2,-1],[-1,-4]],[[9018,2974],[-2,2],[-1,11],[-4,-3],[-2,2],[-1,-1],[-2,0],[-2,1],[-3,0],[-3,1],[-2,5],[0,7],[-1,6],[1,7],[1,6],[0,4],[1,5],[2,7],[-1,5],[-1,5],[-1,3],[-1,1],[-3,2],[-2,-1],[-2,-2],[-2,-1],[-4,-5],[-1,-4],[-2,-1],[-2,5],[-1,5],[-1,5],[-1,2],[-2,-1],[-2,0],[-3,1],[-1,3],[0,4],[-2,3],[-1,8],[0,4],[1,3],[1,7],[1,3],[1,2],[1,5],[-1,4],[-1,4],[0,5],[0,4],[-1,4],[0,4],[-1,8],[-4,5],[1,5],[0,8],[-1,5],[1,8],[1,4],[1,4],[1,5],[-1,2],[-1,4],[-1,3],[0,6],[-1,8],[-2,3],[-2,0],[-1,0],[-1,6],[-1,3],[-1,2],[-1,4],[-1,5],[-1,5],[-1,4],[0,6],[0,4],[2,4],[0,7],[-2,5],[2,7],[1,2],[2,6],[1,3],[1,3],[1,3],[0,5],[0,3],[0,6],[2,2],[1,1],[2,1],[2,3],[1,4],[-1,6],[-1,1],[-2,3],[-1,4],[-1,5],[-1,12],[1,3],[1,6],[-2,3],[0,7],[1,3],[1,6],[1,5],[0,5],[-1,4],[1,5],[-1,3],[2,6],[2,4],[0,5],[1,8],[-2,1],[-3,2],[-1,2],[-2,3],[0,6],[1,4],[-2,4],[-1,2],[0,5],[-1,3],[-2,2],[-1,5],[1,3],[3,2],[3,6],[1,1],[-1,5],[-1,3],[-1,4],[-2,0],[-2,2],[-1,5],[-3,7],[1,4],[1,3],[0,7],[0,5],[-2,2],[-3,2],[-2,4],[-2,-2],[-1,-6],[-2,0],[-2,0],[-2,0],[-2,-4],[-3,3],[-1,3],[-2,6],[-1,4],[-1,3],[-2,-3],[-2,-1],[-3,1],[-3,-4],[-2,-1],[-1,0],[-2,-2],[-1,-2],[-2,-3],[1,-5],[0,-6],[-1,-4],[0,-2],[0,-5],[0,-4],[-1,-3],[-2,-1],[-1,2],[-3,1],[-2,-5],[-1,-1],[-2,-3],[-1,-6],[-2,-3],[-4,-8],[-3,0],[-4,-1],[-3,2],[-2,2],[-1,2],[0,4],[-1,7],[-1,-1],[-2,-2],[-2,1],[-1,-5],[-3,-5],[-1,2],[-2,-3],[-1,1],[-1,4],[-2,2],[-2,1],[-1,3],[1,9],[2,6],[0,9],[-5,7],[0,8],[1,7],[1,4],[0,4],[1,4],[1,3],[3,2],[0,5],[1,4],[-1,4],[2,4],[1,1],[2,2],[3,6],[0,4],[-1,4],[0,5],[-1,2],[-1,4],[0,6],[0,6],[-2,9],[1,2],[3,3],[1,3],[0,5],[-1,7],[-1,4],[-2,8],[-1,6],[0,6],[1,7],[-1,7],[0,2],[-2,3],[-1,3],[-1,0],[-13,6],[-13,5],[-1,1],[-1,0],[-2,1],[-3,1],[-2,1],[-1,1],[-2,1],[-15,6],[-3,2],[-7,3],[-15,6],[-47,20],[0,7],[0,5],[1,4],[2,5]],[[9209,2637],[-10,30],[-2,5],[-2,2],[-2,-1],[-2,1],[-1,2],[-2,1],[-1,2],[-1,1],[-2,2],[-2,-1],[-2,1],[-2,2],[-1,2],[-1,4],[-1,3],[-2,3],[0,3],[-1,3],[0,5],[-1,7],[0,3],[0,6],[-2,4],[0,4],[0,5],[0,5],[-4,5],[-1,3],[1,5],[-2,5],[-1,4],[-3,1],[-1,1],[-1,2],[-1,2],[-2,4],[0,3],[-2,1],[-1,2],[-2,2],[-2,2],[-1,3],[-1,3],[-2,2],[-3,4],[-1,3],[-2,4],[-2,2],[0,2],[-1,1],[-3,10],[-1,3],[-1,2],[-1,5],[-1,2],[-1,3],[-2,1],[-2,1],[-2,-1],[-2,1],[-1,-3],[-1,-4],[0,-5],[-3,-3],[-2,1],[-3,0],[-1,2],[-2,-4],[-2,0],[-3,-7],[-1,-3],[-1,-5],[-3,-3],[-2,-7],[0,-7],[-3,1],[-2,0],[-2,1],[-2,2],[-2,-2],[-1,-2],[-2,-2],[-1,-4],[0,-4],[-2,-11],[-2,-1],[-1,-4],[-1,-3],[-3,-3],[-1,1],[-2,3],[-1,1],[-2,1],[-2,2],[-1,2],[-3,-4],[-1,-3],[-1,2],[-2,1],[-1,3],[0,8],[-2,2],[-3,1],[-2,-2],[-2,-1],[-1,4],[-2,2],[-1,4],[1,4],[2,5],[1,3],[1,3],[0,5],[0,4],[-2,2],[-3,1],[-2,4],[-1,0],[-1,-1],[-2,-2],[-2,1],[-1,0],[-2,0],[0,4],[-2,-2],[-1,5],[1,5],[0,4],[3,2],[1,-1],[2,2],[1,5],[1,5],[-1,5],[-1,2],[-1,4],[0,4],[2,3],[0,5],[-4,9],[-1,-2],[-2,-3],[-1,2],[-2,4],[-2,1],[-2,3],[-2,-3],[-1,-3],[-2,-4],[-1,0],[-2,1],[-2,0],[-2,-3],[-2,2],[-2,3],[-2,-3],[-2,4],[-1,6],[1,9],[2,6],[-1,5],[-1,-2],[-2,3],[0,8],[-1,1],[-3,6],[-3,2],[-1,7]],[[8989,2921],[1,5],[2,5],[2,2],[1,3],[1,6],[1,4],[0,3],[2,3],[2,6],[2,0],[2,-3],[2,-1],[2,4],[2,2],[2,5],[4,1],[1,2],[0,6]],[[9514,4694],[6,-13],[3,-6],[1,-1],[0,-1],[3,-1],[0,-1],[2,0],[3,-3],[1,-3],[1,-2],[0,-4],[1,-14],[0,-2],[2,-24],[0,-1],[1,-1],[1,-3],[2,-1],[1,-2],[0,-1],[1,-1],[0,-2],[1,-4],[0,-5],[0,-10],[0,-1],[1,-3],[2,-6],[2,-5],[2,-4],[5,-8],[1,-1],[5,-13],[0,-8],[-3,-7],[-1,0],[-4,1],[-1,-8],[0,-1],[0,-1],[0,-19],[4,-11],[1,-4],[1,-16],[0,-2],[-5,-11],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-2],[0,-3],[0,-1],[1,-1],[1,-1],[1,0],[2,2],[2,3],[2,3],[0,-1],[1,0],[1,-2],[1,-2],[0,-7],[0,-1],[0,-1],[0,-12],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[2,3],[0,1],[2,8],[0,4],[1,0],[0,6],[0,1],[2,0],[1,-5],[2,-9],[1,0],[0,-1],[6,-16],[0,-1],[1,0],[1,-2],[2,-3],[1,-2],[0,-1],[5,-9],[4,-7],[5,-8],[2,-3],[0,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[3,2],[2,3],[1,1],[1,0],[1,1],[4,7],[3,3],[1,1],[2,0],[0,-1],[1,0],[1,-1],[1,-1],[1,-2],[2,-6],[1,-5],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[5,-7],[2,-4],[1,-1],[0,-8],[0,-1],[1,-9],[0,-1],[0,-1],[0,-1],[0,-1],[2,-7],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,-2],[2,-1],[1,-2],[1,-1],[0,-1],[-3,-12],[0,-1],[-1,-12],[1,-3],[0,-1],[0,-1],[0,-1],[1,-2],[1,-6],[0,-1],[5,-14],[0,-2],[1,0],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[2,-2],[1,0],[1,-1],[2,0],[1,0],[3,2],[2,1],[1,1],[2,3],[0,1],[1,2],[1,1],[1,0],[1,-1],[1,-2],[1,-1],[3,-2],[3,-2],[1,0],[5,3],[0,1],[1,0],[1,3],[1,1],[0,1],[0,1],[1,2],[0,1],[0,2],[1,3],[0,1],[0,1],[0,4],[0,1],[0,1],[0,6],[0,1],[0,1],[0,4],[0,1],[-1,5],[0,1],[0,1],[0,1],[-3,17],[-1,9],[-1,3],[0,2],[0,1],[1,2],[0,1],[0,1],[0,1],[1,1],[1,2],[0,1],[1,0],[9,2],[1,0],[1,0],[1,-2],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-8],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-4],[0,-1],[1,-1],[1,-3],[2,-6],[0,-1],[0,-1],[0,-1],[0,-1],[-6,-15],[-1,-1],[-2,-4],[-1,-1],[0,-1],[-1,-2],[-2,-8],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[2,-2],[2,-2],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[2,1],[2,4],[1,0],[1,3],[2,3],[2,1],[1,0],[1,0],[0,-1],[-6,-23],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[4,-9],[1,-2],[1,-1],[2,0],[2,1],[2,1],[1,2],[1,1],[1,-1],[0,-1],[1,-30],[0,-3],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-6],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[1,-2],[0,-1],[1,0],[0,-2],[1,0],[1,-1],[0,-1],[1,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[2,1],[0,1],[4,6],[0,1],[2,3],[2,1],[1,1],[1,1],[2,0],[6,-2],[1,-1],[2,-13],[2,-6],[0,-1],[0,-1],[2,-7],[1,-20],[1,-1],[0,-1],[0,-12],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-5,-1],[-3,-1],[-1,0],[-3,-1],[0,-1],[-2,-2],[-1,0],[0,-1],[-1,-1],[-1,-5],[-2,-11],[2,-7],[1,0],[7,-6],[4,-6],[0,-4],[1,-6],[-2,-8],[0,-9],[0,-4],[2,-6],[6,-7],[5,0],[1,0],[1,1],[1,1],[2,6],[1,9],[1,6],[2,5],[4,2],[7,-1],[4,2],[5,0],[0,-9],[1,-4],[1,-7],[0,-1],[1,-2],[2,-6],[1,1],[10,6],[1,0],[1,1],[0,1],[4,0],[12,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-6],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[3,-5],[1,-2],[1,-3],[2,-5],[0,-1],[1,-5],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-4],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-1],[0,-1],[1,-3],[0,-1],[1,-1],[0,-1],[1,0],[1,6],[3,1],[3,-6],[1,1],[1,0],[1,0],[4,-3],[1,-2],[1,-2],[1,-1],[0,-4],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[1,3],[0,1],[1,0],[0,1],[0,2],[0,1],[0,1],[1,0],[0,3],[1,5],[0,1],[0,1],[0,7],[0,1],[0,1],[0,5],[0,1],[0,1],[0,1],[-1,6],[0,1],[-1,8],[0,1],[-1,3],[0,3],[0,8],[0,4],[0,1],[0,1],[1,0],[0,1],[2,0],[1,-1],[0,-1],[1,-4],[0,-3],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[1,-1],[3,-7],[7,-13],[1,-1],[1,-1],[0,-1],[1,0],[1,0],[1,1],[1,0],[0,1],[2,2],[-2,6],[6,8],[3,1],[2,-6],[2,-17],[2,-4],[8,-1],[2,3],[4,16],[3,10],[2,6],[2,2],[2,-3],[0,-9],[1,-6],[3,-2],[1,5],[1,1],[1,0],[1,1],[0,1],[1,0],[1,3],[1,1],[1,1],[1,0],[8,-1],[1,0],[0,1],[1,0],[1,2],[0,1],[1,0],[0,1],[1,11],[4,4],[5,1],[3,-4],[1,-2],[3,-8],[-1,-7],[-3,-11],[-15,-29],[-22,-45],[-28,-55],[-15,-31],[-28,-55],[-1,-1],[-6,-14],[-7,-15],[-3,-8],[-3,-6],[-6,-12],[-20,-41],[-22,-45],[-17,-34],[-18,-35],[-21,-42],[-23,-45],[-22,-42],[-27,-54],[-13,-26],[-9,-19],[-4,-7],[-5,-10],[-5,-10],[-17,-35],[-24,-48],[-20,-39],[-15,-31],[-9,-17],[-7,-13],[-14,-29],[-2,-3],[-1,-1],[-1,-2],[0,-3],[-1,-2],[-3,-5],[-1,-2],[-1,-1],[-1,-4],[-1,-4],[-1,-1],[0,-1],[-1,-9],[0,-5],[-1,-3],[-1,-6],[-2,-4],[-2,-3],[-2,-5],[-1,-5],[-4,-1],[-2,-1],[-3,-1],[-1,-2],[-3,-2],[-2,2],[-1,-4],[0,-3],[-3,1],[-1,4],[-3,-1],[-2,1],[0,-4],[0,-4],[1,-4],[0,-4],[0,-3],[1,-6],[-1,-3],[-1,-2],[-4,-2],[-2,0],[-2,-10],[1,-4],[-1,-4],[-2,-4],[-4,-3],[-2,-3],[-7,-2],[-5,-1],[-1,-3],[-3,-4],[-3,-1],[-2,-2],[-3,-4],[-3,-3],[-2,0],[-2,0],[-2,0],[-2,0],[-1,1],[-2,-2],[-1,0],[-2,-3],[-1,0],[-1,-1],[-2,-2],[-3,-1],[-1,-2],[-2,0],[-2,-2],[-3,-5],[-2,0],[-4,-2],[-2,-1],[-3,-4],[-2,-1],[-3,-1],[-1,2],[-2,-3],[-3,-3],[-3,-1],[-2,-4],[-3,-2],[-3,-4],[-2,-1],[-2,0],[-1,-3],[-2,-2],[-1,-1],[-2,-2],[-3,-1],[-2,1],[-2,0],[-1,2],[-2,-1],[-1,0],[-4,-8],[-1,-4],[-1,-2],[-1,1],[-1,3],[-2,-2],[-1,2],[-1,-1],[-5,-6],[0,-3],[-2,-4],[-2,-1],[-2,-5],[-1,-3],[-1,0],[-2,2],[-1,-1],[-3,0],[-2,-9],[-3,-1],[-1,2],[-3,-5],[-2,1],[-1,2],[-2,-1],[-2,-3],[-3,-2],[-4,-4],[-1,-3],[-6,-4],[-2,-3],[1,-3],[-1,-7],[-1,-4],[-2,0],[-2,-6],[-1,-1],[-4,2],[-1,7],[-4,-1],[-1,-3],[-3,-4],[-1,-1],[-1,-1],[-1,0],[-1,-3],[-5,-7],[1,-4],[-2,-3],[0,-5],[-2,-3],[-2,-1],[0,-2],[-3,-2],[-3,-9],[-2,-2],[-1,-2],[-1,-2],[-1,-3],[-3,3],[0,5],[-2,2],[-1,0],[-3,-3],[-3,-3],[-3,-7],[0,-4],[1,-2],[1,-5],[-1,-2],[-2,-5],[-1,0],[-2,1],[-2,1],[-2,-2],[-1,2],[-2,-2],[-3,-5],[-4,-8],[-2,2],[-2,-3],[-1,4],[-1,2],[-2,-3],[-3,-3],[0,-1],[-2,-3],[-1,-2],[-3,-6],[-1,-1],[-8,-12]],[[3914,4027],[-1,-4],[0,-1],[-1,-4],[0,-2],[0,-2],[0,-1],[0,-3],[1,-2],[1,-2],[1,-2],[8,-8],[1,0],[3,-2],[2,-2],[4,-4],[1,-1],[1,-1],[0,-3],[0,-3],[0,-1],[-3,-14],[-2,-4],[-1,1],[-1,7],[-1,5],[-1,-2],[0,-7],[-3,-2],[-2,0],[-2,5],[-2,-1],[0,-4],[-1,-4],[-1,2],[-1,3],[-1,-1],[-2,-4],[3,-6],[0,-4],[-2,-3],[-1,1],[-1,4],[-1,4],[-1,1],[-1,-3],[0,-5],[1,-4],[0,-3],[0,-1],[-1,-3],[0,-5],[1,-4],[-3,2],[-1,2],[-1,2],[-1,2],[-1,1],[-3,1],[-1,2],[-5,7],[-1,3],[-1,1],[0,1],[1,2],[1,2],[2,4],[0,1],[0,3],[0,1],[0,1],[1,0],[0,3],[-2,6],[-2,0],[-1,1],[-10,9],[-1,1],[-1,1],[0,2],[-1,1],[-1,3],[-1,8],[-2,10],[0,7],[-1,4],[0,8],[-1,2],[-1,0],[-3,1],[-7,-3],[-3,-3],[0,-2],[0,-2],[-1,0],[-1,0],[-1,1],[-1,3],[0,1],[0,1],[-5,-10],[0,-1],[0,-10],[0,-1],[-5,-13],[-1,-3],[-2,-1],[-2,0],[-4,4],[-6,2],[-6,2],[-1,0],[-1,0],[-1,-4],[-1,-4],[-2,-10],[0,-1],[-2,-8],[0,-3],[0,-1],[0,-1],[2,-6],[2,-2],[1,0],[1,-4],[0,-5],[1,-3],[2,-3],[0,-6],[0,-6],[0,-6],[0,-4],[1,-2],[1,-5],[1,-3],[5,-42],[2,-16],[4,-30],[1,-8],[3,-29],[2,-12],[2,-22],[1,-6],[1,-6],[1,-10],[2,-15],[1,-11],[1,-7],[0,-6],[1,-7],[2,-16],[2,-10],[2,-18],[1,-10],[1,-5],[2,-14],[3,-28],[1,-10],[1,-5],[1,-17],[2,-13],[0,-1],[1,-5],[2,-22],[2,-12],[0,-4],[1,-9],[1,-9],[2,-16],[2,-17],[3,-21],[1,-11],[1,-11],[2,-12]],[[3889,3388],[-7,-11],[-1,-2],[0,-1],[-2,-3],[-1,-3],[-2,-2],[-3,-6],[-1,-2],[-2,-2],[-2,-3],[-7,-13],[-4,-7],[-3,-6],[-7,-12],[-2,-3],[-4,-9],[-2,-2],[-3,-6],[-3,-6],[-5,-9],[-5,-8],[-4,-7],[-5,-9],[-1,-2],[-3,-4],[-13,-24],[-14,-24],[-7,-12],[-2,-3],[-1,-2],[-3,-5],[-13,-24],[-31,-54],[-3,-6],[-4,-6],[0,-1],[-6,-10],[-4,-8],[-1,0],[-1,-2],[-12,-24],[-1,1],[-4,6],[0,1],[-1,0],[-2,3],[-3,2],[-2,3],[-1,5],[-1,2],[-2,8],[-3,24],[0,1],[0,5],[1,3],[0,2],[0,2],[1,4],[-1,3],[0,2],[-2,4],[-1,2],[-1,2],[-10,9],[-3,2],[-1,1],[-3,4],[-3,5],[-2,4],[-1,1],[0,1],[-1,0],[-2,2],[-1,0],[-1,0],[-2,1],[-2,-1],[-13,-13],[-1,-1],[-1,-1],[-3,-3],[0,-1],[-2,-5],[-1,-1],[-5,-23],[-1,-3],[0,-1],[0,-1],[1,-10],[3,-49],[3,-12],[5,-15],[1,-2],[0,-1],[1,-4],[1,-7],[0,-1],[2,-6],[-2,-3],[-2,3],[-2,2],[-1,3],[-2,0],[-1,3],[-1,-1],[-1,-5],[0,5],[-2,0],[-1,-3],[-1,3],[-2,0],[-1,-2],[-2,1],[0,4],[-1,-2],[-1,-3],[0,-4],[-1,-4],[-1,-3],[1,-4],[1,-4],[-1,-3],[-1,-4],[-1,-2],[-2,2],[0,-4],[0,-5],[1,-4],[1,-2],[0,-3],[-1,-3],[-1,-4],[-1,-3],[-2,2],[0,-6],[-2,-4],[-1,0],[-1,-3],[1,-3],[0,-4],[-2,-4],[-2,-3],[-1,-4],[-1,-3],[1,-5],[-1,-2],[-2,2],[-2,0],[0,-3],[-1,-4],[-1,3],[0,-7],[1,-3],[-1,-2],[-2,-3],[-1,2],[0,-6],[-1,-3],[-2,2],[-1,-3],[-1,1],[1,-3],[-1,-2],[1,-2],[-1,-2],[-1,-4],[1,-3],[0,-6],[-1,-2],[-2,-4],[-2,1],[-1,-1],[1,-4],[1,0],[1,-7],[-2,-6],[-1,0],[-4,2],[-3,3],[-2,0],[0,1],[0,-1],[-1,0],[-1,-2],[-4,-6],[-1,-1],[-2,-2],[-1,0],[-1,-2],[-2,-3],[-5,-16],[-2,-5],[-4,-10],[-3,-9],[-1,-3],[-1,-4],[-1,0],[0,-2],[-2,-8],[0,-13],[-1,-27],[-1,-4],[-1,-3],[-1,-6],[-1,-3],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-4,-3],[-1,-7],[-2,-3]],[[3511,2698],[0,5],[-1,5],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[-2,8],[-1,2],[-1,4],[-3,7],[-1,3],[-2,2],[-2,2],[-1,0],[-2,0],[-1,1],[-2,0],[-1,0],[-2,2],[-1,1],[0,1],[-1,4],[0,2],[0,4],[-1,2],[0,1],[1,6],[0,1],[1,6],[2,3],[1,1],[2,1],[2,-1],[2,-1],[3,-1],[1,3],[-1,0],[0,5],[-1,5],[-1,3],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,-2],[-1,-1],[-1,-2],[-3,0],[0,1],[-2,4],[-1,9],[-1,3],[-1,1],[-2,1],[-5,-4],[-6,-1],[-2,-2],[-5,-10],[-6,2],[-3,4],[-2,5],[-1,1],[0,1],[0,1],[0,1],[0,10],[-1,7],[-1,5],[-3,6],[-3,5],[-2,5],[-1,5],[1,19],[-1,5],[-1,1],[0,1],[0,1],[-2,3],[-1,2],[-5,0],[0,-1],[-4,-8],[-1,-6],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,3],[-1,2],[-6,17],[-7,22],[-1,2],[-1,8],[0,4],[0,2],[0,2],[1,20],[0,5],[1,9],[1,5],[0,3],[0,2],[1,15],[0,1],[-1,5],[0,4],[0,5],[-1,7],[-1,2],[-1,3],[-2,5],[-3,10],[-1,8],[-1,14],[0,2],[0,5],[0,3],[0,8],[0,2],[1,2],[0,2],[3,14],[0,1],[0,5],[0,1],[1,3],[-1,6],[-1,5],[-1,6],[-1,3],[-1,2],[-1,1],[-2,1],[-1,1],[-2,3],[-3,3],[0,1],[-1,2],[0,2],[-1,2],[0,5],[-1,3],[0,1],[0,1],[-1,2],[-2,3],[-1,3],[-2,5],[-2,4],[0,1],[-1,0],[-2,7],[-1,3],[-1,4],[-1,2],[-3,12],[-1,3],[0,3],[-1,5],[-1,4],[-1,2],[-1,9],[0,1],[-2,5],[-3,8],[-5,14],[-4,6],[-1,1],[-1,1],[-2,5],[-1,3],[-1,1],[-7,8],[-2,2],[-7,5],[-1,0],[-1,0],[-6,6],[-4,3],[-5,2],[-10,1],[0,-1],[-1,0],[-9,2],[-1,0],[-2,-3],[-1,-2],[-5,-11],[-5,-10],[-1,0],[0,-1],[-3,-4],[-1,-1],[-3,-7],[-1,-1],[0,-2],[-2,-6],[-1,-5],[0,-9],[-1,-16],[-1,-6],[-2,-11],[-2,-7],[-1,-2],[0,-2],[-3,-10],[0,-2],[-1,-6],[-1,-6],[0,-5],[0,-6],[-2,-8],[-2,-6],[0,-1],[-2,-4],[-2,-2],[-6,-8],[-1,-1],[-2,-3],[-2,1],[-4,2],[-1,1],[-3,0],[-3,4],[-1,2],[-1,2],[-2,6],[-1,2],[-2,10],[-1,4],[-2,0],[-2,-3],[-1,0],[-1,-1],[-1,0],[-1,2],[-1,2],[-2,5],[-1,4],[-1,7],[0,4],[1,6],[0,5],[1,4],[4,16],[6,18],[1,2],[4,12],[0,16],[2,6],[1,1],[5,9],[0,1],[1,0],[7,7],[4,5],[7,13],[7,11],[3,5],[2,3],[0,2],[1,4],[1,1],[-2,9],[-3,14],[-2,5],[0,2],[0,1],[-1,7],[0,2],[1,13],[0,1],[0,2],[0,2],[1,5],[1,2],[0,2],[1,2],[0,1],[0,1],[0,5],[0,1],[-1,1],[0,4],[-1,19],[0,4],[0,6],[0,5],[0,15],[-1,7],[-1,6],[0,2]],[[3247,3467],[0,3],[-1,4],[-1,13],[0,3],[0,9],[1,6],[0,1],[0,8],[-1,6],[-3,8],[0,5],[-1,0],[0,3],[0,5],[2,24],[1,22],[0,4],[0,4],[-1,1],[-2,10],[0,1],[0,9],[0,7],[0,9],[0,4],[0,1],[-1,5],[-2,3],[-1,2],[-6,5],[-1,0],[-2,1],[-1,1],[-4,7],[-2,2],[-2,5],[0,5],[-1,8],[-2,9],[0,1],[-7,20],[-2,3],[-1,1],[-1,3],[0,1],[1,8],[0,2],[5,0],[1,0],[0,2],[0,2],[2,1],[1,0],[1,-1],[1,-2],[1,-2],[2,-6],[0,-3],[1,-3],[0,-2],[-1,-3],[0,-2],[0,-2],[0,-1],[1,-2],[1,-2],[1,-2],[1,0],[0,-1],[-1,-7],[0,-2],[0,-3],[0,-3],[2,-4],[1,-4],[1,-1],[0,-1],[1,0],[1,1],[1,0],[0,1],[1,2],[1,3],[3,12],[1,4],[1,5],[1,4],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,0],[2,-1],[10,37],[2,8],[1,3],[1,5],[5,19],[1,3],[1,5],[1,5],[4,14],[7,28],[2,4],[0,3],[4,15],[4,12],[1,5],[2,8],[3,12],[4,15],[6,21],[1,5],[1,5],[1,5],[2,5],[1,5],[1,4],[3,10],[1,5],[1,3],[2,4],[3,8],[3,7],[4,8],[2,6]],[[5323,3988],[2,-3],[1,4],[1,2],[2,1],[1,3],[2,1],[1,0],[2,0],[1,0],[2,-1],[1,-1],[1,-3],[2,-2],[1,-2],[2,-2],[1,-4],[2,-1],[1,-3],[1,-3],[1,-4],[1,-3],[1,-3],[1,-4],[-1,-5],[0,-4],[1,-4],[0,-5],[1,-5],[1,-3],[0,-4],[1,-4],[1,-2],[0,-5],[1,-2],[1,-3],[1,-4],[0,-6],[0,-9],[2,-3],[-1,-4],[1,-4],[0,-5],[-1,-5],[0,-4],[0,-4],[0,-5],[0,-4],[0,-4],[0,-5],[0,-5],[0,-3],[1,-3],[1,-3],[1,-5],[0,-4],[0,-7],[1,-3],[0,-5],[1,-3],[1,-2],[2,-2],[1,-3],[-1,-3],[1,-4],[1,-3],[0,-3],[1,-3],[3,-5],[1,-3],[1,-2],[1,-3],[1,-2],[1,-3],[2,-6],[1,-2],[1,-4],[0,-4],[0,-5],[0,-6],[1,-4],[0,-3],[0,-5],[0,-5],[0,-5],[0,-4],[1,-4],[2,-4],[1,-4],[1,-5],[1,-4],[0,-4],[0,-5],[0,-4],[1,-6],[0,-4],[1,-4],[1,-6],[0,-6]],[[5395,3653],[-2,5],[-1,-1],[-2,2],[-1,2],[-1,-2],[-1,-2],[-2,0],[-1,3],[-1,-2],[-2,-1],[-2,-2],[-2,-1],[-1,1],[-1,3],[-2,0],[-1,4],[-1,-3],[-1,-2],[-1,1],[-2,3],[-1,0],[-2,3],[-1,4],[-1,5],[-1,4],[1,4],[0,4],[0,5],[0,4],[-1,3],[-1,4],[0,4],[-1,2],[-1,2],[-2,-3],[-1,4],[-1,2],[0,4],[-2,2],[-2,0],[-2,-3],[-2,-1],[-1,-5],[-1,-7],[-1,-3],[-1,-3],[-2,1],[-1,-3],[-1,-1],[-1,-2],[-1,-4],[-3,2],[0,-5],[-3,-2],[0,-4],[0,-6],[1,-4],[1,-3],[-1,-5],[-2,-1],[-3,-5],[-2,-3],[0,-3],[-2,0],[-1,-2],[-1,-2],[-1,-2],[-2,0],[-1,-3],[0,-6],[0,-4],[-1,-3],[-1,-5],[0,-8],[-1,-2],[-2,1],[-1,0],[0,-1],[-2,-2],[-2,0],[-1,2],[-2,2],[-1,2],[0,1],[-1,0],[-2,2],[-1,-1],[-1,0],[-1,-4],[-2,2],[-1,3],[0,3],[0,4],[-2,1],[-1,2],[-3,-1],[-2,5],[-1,4],[-2,-1],[-1,-3],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[-1,1],[0,2],[-2,0],[-2,0],[-2,1],[-1,1],[-1,-1],[-3,4],[0,1],[0,3],[0,5],[-2,4],[-1,1],[-1,0],[-1,0],[-1,2],[-3,1],[-1,-1],[-1,-1],[-2,2],[-1,1],[-1,-1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,2],[-1,5],[-2,1],[0,2],[-1,2]],[[5241,3666],[0,4]],[[5241,3670],[-1,5],[-1,-5],[-1,-4],[-2,2],[-2,-1],[-1,-1],[-2,2],[-2,2],[-2,2],[-2,-1],[-1,-2],[-2,-2],[-1,-4],[0,-1],[0,-4],[-2,-1],[-1,1],[-1,2],[-2,0],[0,-4],[-1,-3],[-2,0],[-1,-13],[-1,-5],[-1,-3],[-2,-1],[-2,0],[0,5],[0,5],[-1,2],[-2,0],[-2,-1],[-1,3],[-2,7],[-1,8],[0,4],[-1,-3],[-2,2],[-1,3],[-3,-4],[-3,1],[-1,3],[0,4],[-1,2],[-1,3],[-2,0],[-1,0],[-2,0],[-1,1],[-2,1],[-1,0],[0,-4],[-1,-5],[0,-4],[-1,-2],[-1,-4],[0,-5],[-1,-3],[-1,-3],[0,-5],[-1,-3],[-1,-5],[0,-5],[1,-1],[1,-4],[0,-4],[-1,-4],[1,-4],[-1,-2],[-1,-3],[-2,-3],[-2,0],[-2,-9],[-2,-1],[-3,0],[-1,-3],[-1,-2],[-1,-2],[-1,2],[-2,1],[-1,-3],[-2,-2],[-1,-4],[-1,-4],[-2,-4],[-1,-4],[0,-2],[-1,-1],[-1,-4],[-1,0],[-1,-2],[-1,-4],[-1,-4],[-1,-3],[-2,-3],[0,-5],[1,-3],[0,-4],[1,-4],[0,-4],[1,-3],[2,-2],[1,2],[1,-5],[1,-3],[0,-3],[1,-5],[0,-3],[1,-4],[0,-3],[0,-5],[1,-3]],[[5144,3489],[-4,1],[-2,0],[-9,1],[-11,1],[-2,1],[-5,0],[-3,1],[-9,1],[-6,1],[-5,0],[-2,0],[-1,1],[-2,0],[-4,0],[-5,1],[-9,1],[-7,1],[-4,1],[-6,0],[-4,1],[-9,9],[-12,11],[-1,2],[-1,0],[-9,2],[-1,0],[-18,3],[-11,2],[-7,2],[-8,1],[-2,0],[-3,1],[-2,0],[-2,1],[-10,1],[-7,2],[-4,1],[-1,0],[-23,4],[-13,2],[-27,5],[-15,3],[-10,2],[-2,0],[-8,1],[-1,1],[-1,0],[-2,0]],[[5968,4278],[0,-13],[-1,-10],[-1,-50],[-1,-4],[0,-2],[0,-6],[-1,-16],[-1,-29],[0,-1],[0,-3],[-1,-16],[0,-4],[0,-7],[-1,-10],[-1,-55],[-2,-43],[-1,-15],[0,-5],[0,-5],[0,-3],[0,-2],[0,-5],[-1,-20]],[[5956,3954],[-1,-25],[-1,-45],[-1,-31],[-1,-23],[0,-15],[-1,-15],[0,-6],[0,-10],[0,-7],[0,-10],[0,-18],[0,-21],[0,-18],[1,-4],[0,-28],[0,-33],[0,-9],[0,-17],[-1,-19],[0,-5],[0,-25],[0,-5],[0,-2],[0,-9],[0,-12],[-1,-6],[0,-16],[0,-21],[-1,-19],[0,-24],[0,-1],[0,-1],[-2,3],[-2,0],[-2,-2],[-1,0],[-1,4],[-1,2],[-2,2],[-2,3],[-1,4],[-2,0],[-2,-1],[-2,0],[-1,3],[-2,2],[-1,-2],[-2,-3],[0,-2],[0,-4],[-2,-1],[-1,1],[-3,-2],[-1,-3],[-2,1],[-1,3],[-1,-1],[-1,-3]],[[5911,3458],[-2,1],[-2,4],[-2,-1],[-2,9],[-1,1],[-1,4],[-2,-1],[-1,-3],[-2,1],[-2,3],[-2,0],[0,4],[-1,2],[-1,6],[-1,0],[-1,4],[-2,4],[-1,4],[-4,4],[-1,3],[1,4],[0,6],[-3,1],[1,4],[0,4],[-1,2],[-2,0],[-2,0],[-2,0],[-1,3],[-1,4],[-1,2],[-1,5],[-2,5],[-2,0],[-2,-1],[-1,-2],[-3,3],[1,4],[0,5],[-1,6],[-1,2],[-1,4],[-3,-2],[-1,6],[-2,3],[-3,3],[-1,1],[-1,5],[-1,3],[-2,5],[0,6],[-2,0],[-1,6],[-1,3],[-2,-1],[-1,2],[-2,0],[-2,-2],[-1,-4],[0,-6],[-2,-4],[-1,-2],[-2,-1],[-1,-1],[-1,-3],[-1,0],[-2,-1],[-1,4],[0,4],[-1,4],[-1,2],[-1,5],[-2,-2],[-1,-3],[-2,0],[-2,0],[-1,4],[-1,4],[-1,4],[-2,0],[-2,1],[-1,5],[-2,1],[-1,3],[0,5],[0,6],[0,4],[-1,4],[-2,1],[-1,2],[-1,0],[-2,-2],[-2,3],[-1,3],[-1,1],[-3,2],[-2,1],[1,-5],[-1,-3],[-2,-2],[0,-5],[0,-5],[0,-4],[-1,-4],[-2,-3],[-1,-2],[-1,-3],[-2,-1],[-2,-1],[-4,-4],[-1,-4],[0,-4],[-2,-3],[-1,-1],[-1,4],[-2,7],[-1,2],[-1,-2],[-2,1],[-2,4],[-1,-2],[-2,-8],[0,-5],[-1,-4],[0,-3],[-1,-6],[-2,-1],[-2,3],[-1,4],[-2,-5],[-1,-4],[0,-4],[-2,-3],[-1,-4],[-2,-1],[-1,0],[0,4],[-2,1],[-4,0],[-2,1],[-1,2],[-1,1],[-1,1],[-1,-1],[-1,0],[-2,-2],[-2,0],[-2,-1],[-1,-4],[-2,-1],[-2,-1],[0,-4],[-1,-4],[-2,0],[0,-5],[-2,-1],[0,-4],[0,-4],[0,-4],[-2,-3],[-1,-3],[-2,1],[-2,0],[-1,-4],[0,-7],[-1,-5],[-1,-6],[0,-4],[-2,-2],[-2,-1],[-2,-2],[-2,-6],[-1,-5],[-2,-5],[0,-5],[-1,-4],[-2,1],[-2,1],[-1,-1],[-2,-3],[-2,-2],[-1,0],[-2,2],[-2,-1],[-1,-3],[0,-4],[-2,-2],[-1,1],[-2,1],[-2,-3],[-3,-1],[-2,0],[-2,3],[-2,0],[-2,-2],[-1,5],[0,4],[0,6],[-2,3],[0,6],[-1,3],[-1,2],[-1,1],[-2,2],[0,4],[-1,7],[-1,4],[1,3],[1,3],[0,5],[1,4],[-1,4],[-2,3],[-2,1],[-2,2],[-2,0],[-1,0],[-1,0],[-2,2],[-2,4],[-1,4],[0,5],[-1,3],[-1,-2],[-2,-2],[-1,2],[-1,4],[-2,0],[-1,0],[-2,4],[-1,2],[-2,4],[-1,4],[-2,-1],[-2,0],[-2,2],[-1,2],[0,6],[-2,2],[-1,0],[-2,1],[-1,3],[-1,3],[0,4],[-1,3],[-2,-1],[-2,1],[-2,-2],[-2,0],[-2,-2],[-2,2],[0,5],[-1,4],[-2,2],[-2,1],[-1,4],[-1,3],[-1,4],[-1,3],[0,4],[-2,1],[-1,2],[0,4],[-1,2],[-1,1],[-2,1],[-1,4],[-2,-1],[-1,-2],[-1,-1],[-2,1],[-1,3],[0,4],[1,4],[0,4],[-1,4],[-1,3],[-1,4],[0,4],[-2,-4],[-2,-1],[-1,1],[-1,1],[-2,3],[-1,0],[-1,3],[-1,4],[-1,-1],[-1,-4],[-1,-3],[-2,3],[-2,2],[-2,-3],[-2,-4],[0,-3],[-1,-2],[-2,1],[-1,-1],[-1,-3],[-2,-1],[-1,4],[-1,3],[-2,-1],[-1,-5],[-1,0],[-2,1],[0,-4],[-2,1],[-2,2],[-1,3],[-1,5],[-2,-1],[-1,-4],[-2,-3],[-2,-1],[-2,-3],[-2,-2],[-1,1],[-1,1],[-3,2],[-2,5],[-2,1],[-2,-1],[-1,-1],[-2,1],[-1,1],[-2,3],[-2,0],[-2,0],[-1,4],[0,4],[-2,2],[-1,4],[0,3],[-1,5],[-2,2],[-1,-2],[-1,-2],[-2,-1],[-1,0],[-1,0],[-1,3],[-2,2],[-1,-1],[-2,-2],[-1,-3],[-2,0],[-2,2],[-2,-2],[-1,1],[-2,1],[-1,3],[-2,0],[-2,1],[-1,-3],[-2,0],[-1,2],[-2,6],[0,4],[-2,2],[-1,2],[-3,-4],[-1,1],[-4,3],[-2,-4],[-1,5],[-4,-4],[-1,-2],[-2,-4],[1,-4],[0,-5],[0,-4],[1,-4],[-1,-3],[-2,-2],[-1,-1],[-2,2],[-1,0],[-2,0],[-1,-4],[-1,-3],[0,-4],[-1,-3],[-1,2],[-2,3],[-1,4],[-1,3],[-1,0],[-2,-2],[-1,-4],[0,-4],[-1,-3],[-2,2],[-1,-1],[-2,2],[-2,-2],[0,-4],[-2,-2]],[[7951,4306],[0,-1],[-1,-6],[-1,-7],[-1,-5],[-1,-9],[-2,-13],[-2,-10],[-3,-21],[-2,-10],[-1,-6],[-2,-14],[-1,-4],[-1,-11],[-1,-4],[-1,-5],[-3,-18],[0,-6],[-1,-6],[-2,-11],[-1,-8],[-2,-13],[-1,-3],[-1,-6],[-3,-18],[0,-6],[-2,-12],[-1,-5],[-1,-5],[-2,-11],[-1,-8],[0,-4],[-1,-3],[-1,-4],[-1,-11],[-1,-4],[-1,-5],[0,-4],[-1,-5],[-1,-4],[0,-4],[-1,-3],[0,-5],[-3,-15],[0,-4],[-1,-1],[0,-4],[0,-1],[-1,-3],[0,-5],[-1,-3],[-1,-9],[-2,-11],[-2,-21],[-2,-11],[-1,-5],[0,-4],[-2,-13],[-1,-5],[0,-5],[-2,-13],[-1,-4],[-1,-9],[-3,-26],[-2,-9]],[[7876,3807],[-1,-4],[-1,-6],[-2,0],[-1,2],[-2,4],[-1,0],[-3,2],[-1,0],[-1,1],[-1,4],[0,6],[-2,2],[-1,0],[-2,2],[-1,5],[-2,1],[-2,0],[-1,4],[-1,-1],[-2,2],[-2,0],[-2,-1],[-2,-1],[-1,3],[0,3],[-1,2],[-1,3],[-2,-1],[-2,-2],[1,-4],[-1,-4],[0,-6],[-1,-1],[-2,-2],[-1,-3],[-2,2],[-1,1],[-2,1],[-3,4],[-1,-3],[-1,2],[-1,3],[1,6],[0,5],[0,3],[0,5],[1,5],[2,4],[0,4],[0,4],[0,3],[-2,0],[-2,-2],[-1,-2],[-1,2],[-1,2],[-2,2],[-2,2],[0,4],[0,4],[-1,3],[-1,4],[1,5],[0,4],[-1,3],[-2,2],[-1,3],[1,4],[1,3],[0,4],[0,5],[-1,4],[-1,4],[-1,0],[-2,-1],[-1,1],[-1,2],[0,5],[-2,2],[-1,-2],[-2,-1],[-2,0],[-1,3],[-1,3],[-1,2],[-2,-1],[-1,-4],[0,-4],[-2,-2],[-1,2],[-1,4],[-2,-2],[-1,0],[-2,0],[-1,-3],[-1,-4],[-2,-2],[-1,-1],[-2,0],[-1,-2],[-1,-4],[-1,-4],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-4],[0,-4],[-1,-3],[-1,-2],[-1,-4],[-1,-3],[0,-3],[-1,-7],[-1,-3],[-1,-4],[-2,-3],[-1,-3],[-1,-4],[-2,-4],[-2,-6],[-6,-14],[-2,-5],[-2,0],[-2,-2],[-8,-5],[-2,0],[-2,-1],[-2,-2],[-1,-1],[-4,-1],[-2,-2],[-2,-1],[-1,0],[-1,2],[-1,0],[-2,3],[-2,2],[-3,5],[-3,3],[-2,2],[-1,2],[-2,3],[-2,2],[-2,3],[-2,2],[-6,8],[-2,3],[-1,1],[-5,6],[-2,2],[-1,1],[-1,-1],[-2,-3],[-1,-2],[-2,-2],[-1,-3],[-1,-2],[-1,-3],[-1,-6],[-1,-3],[-1,-2],[0,-5],[-1,-3],[-1,-3],[-1,-4],[-1,-3],[-1,-3],[0,-4],[1,-3],[1,-5],[0,-4],[0,-4],[-1,-4],[0,-4],[1,-3],[1,-4],[0,-4],[0,-4],[0,-4],[0,-3],[-1,-3],[-1,-1],[-2,0],[-4,-2],[-1,0],[-1,0],[-5,-1],[-2,-1],[-1,0],[-4,-1],[-2,-1],[-2,0],[-2,-1],[-5,-1],[-2,0],[-1,0],[-5,-1],[-1,-1],[-3,-1],[-3,0],[-5,-1],[-1,-1],[-4,-1],[-2,0],[-2,-1],[-6,-1],[-2,-1],[-2,0],[-1,0],[-3,-1],[-2,-1],[-1,0],[-3,-1],[-2,0],[-2,-1],[-4,-1],[-12,-2],[-3,1],[-1,1],[-1,3],[-1,-2],[-2,-2],[-2,0],[-2,-4],[-1,3],[-2,8],[-3,5],[-1,4],[-3,1],[-1,2],[-2,-1],[-1,-2],[-3,1],[-2,3],[-1,5],[-1,4],[-2,2],[-3,-2],[-2,-1],[-2,4],[1,4],[-2,3],[-1,0],[-2,0],[-2,3],[0,4],[-1,4],[-1,-1],[-2,0],[-1,2],[-1,0],[-2,0],[-2,1],[-1,4],[-1,5],[-1,4],[0,4],[0,4],[0,6],[0,4],[0,5],[0,4],[0,4],[-1,1],[-2,1],[-1,2],[-2,1],[-2,1],[-1,1],[-2,3],[0,1],[-2,0],[-1,-2],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-2,3]],[[7474,3849],[-1,4],[-1,4],[0,2],[-2,4],[0,4],[-2,3],[-1,3],[-1,3],[-2,7],[-1,3],[0,5],[1,4],[-1,4],[-1,3],[-3,7],[-1,2],[-2,3],[-1,3],[-1,3],[-4,15],[-1,4],[-2,6]],[[6458,4291],[-2,-3],[-1,-2],[0,-2],[0,-1],[1,0],[0,-1],[1,0],[3,-9],[5,-12],[0,-2],[0,-4],[0,-1],[-5,-13],[-1,-2],[-4,-3],[0,2],[0,2],[0,2],[-1,3],[-1,6],[-2,4],[-1,2],[-1,-1],[-1,-1],[0,-2],[1,-4],[0,-1],[1,-2],[0,-2],[-1,-7],[-1,-6],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-5,-3],[-3,-1],[-2,1],[-1,2],[-1,1],[0,1],[0,1],[0,3],[0,1],[2,5],[0,1],[0,3],[0,3],[0,3],[0,3],[-1,1],[0,1],[-1,0],[0,1],[-2,-1],[-2,-1],[-2,-2],[-7,1],[0,2],[-2,4],[-1,3],[-1,0],[-1,-1],[-7,-25],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[3,-1],[6,-6],[0,-2],[1,-3],[0,-1],[0,-2],[-1,-1],[-4,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,-2],[-3,-5],[-10,-17],[-2,-2],[-6,-12],[-14,-23],[0,-1],[-5,-3],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-1],[-3,-3],[-2,-1],[-3,3],[-2,22],[-14,-7],[-1,-3],[1,-24],[-2,-7],[-3,-2],[-5,-4],[-2,-1],[-2,-1],[-2,-2],[-2,-1],[-2,-1],[-6,-4],[-1,-1],[-1,-1],[-5,-3],[-3,-2],[-3,-2],[-2,-1],[-1,-2],[-3,-3],[-1,-2],[-4,-6],[-3,-3],[0,-1],[-6,-7],[-2,-2],[-1,-2],[-2,-2],[-1,-2],[-4,-5],[-3,-4],[-8,-9],[-7,-10],[-2,-2],[-5,-7],[-7,-10],[-7,-8],[-11,-15],[-4,-6]],[[6209,3963],[-7,-6],[-9,-8],[-8,-7],[-8,-8],[-3,-2],[-2,-1],[-16,-14],[-6,-5],[-8,-7],[-25,1],[-1,0],[-16,1],[-24,1],[-2,0],[-17,1],[-31,1],[-1,0],[-4,0],[-13,0],[-2,0],[-1,2],[0,32],[0,12],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[0,1],[-1,1],[-2,2],[0,2],[-2,3],[-2,5],[-1,0],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-2,-1],[-3,0],[-1,0],[-2,0],[-2,3],[-2,3],[-1,3],[-2,-2],[-8,-10],[-6,-7]],[[8706,3795],[-4,-3],[-1,0],[-2,-3],[-2,-3],[-2,-3],[-1,2],[-2,1],[-2,0],[-2,-1],[-1,-2],[-2,0],[-1,3],[-2,0],[-1,-1],[-1,-3],[-2,0],[-2,-1],[-1,-3],[-1,-1],[-2,-1],[-2,2],[-2,3],[-1,2],[-1,1],[-2,3],[-1,5],[0,6],[-2,5],[-1,3],[-2,2],[-2,-1],[-1,-4],[-2,-4],[-2,-3],[0,-4],[-2,-1],[-2,0],[0,4],[-2,2],[-2,1],[-1,-1],[-3,0],[-2,-4],[-1,-4],[-2,-1],[-2,4],[-1,4],[-1,-1],[-2,2],[-1,4],[-2,2],[-2,0],[-1,1],[0,5],[-1,5],[-2,1],[-2,0],[-2,-2],[-1,-3],[-2,-3],[-2,-3],[-1,4],[-1,1],[-2,1],[-2,-1],[-2,-2],[-2,-1],[-1,2],[-2,1],[-1,1],[-3,6],[0,4],[-1,4],[-1,6],[1,2],[0,4],[-1,1],[-2,1],[-2,6],[-2,6],[-1,2],[-2,3],[-1,5],[-2,1],[-1,2],[-2,2],[1,5],[0,3],[0,7],[-2,1],[-1,-1],[-3,-1],[-1,-3],[-1,-5],[-2,-2],[-1,-4],[-1,-5],[-1,2],[-1,1],[-2,4],[-1,2],[-1,2],[-2,5],[-1,5],[-2,0],[-1,-1],[-2,-3],[-1,-3],[0,-4],[-2,-3],[-1,-4],[0,-5],[0,-5],[0,-4],[-1,-1],[-2,0],[-2,4],[-2,-1],[-2,-2],[-1,4],[-2,2],[-2,-2],[-1,-2],[-1,3],[-1,4],[-1,4],[-2,4],[-2,-2],[-1,0],[-1,3],[-2,2],[-1,-2],[0,-5],[0,-6],[0,-4],[-2,-3],[-1,1],[-2,2],[-2,1],[0,-7],[0,-4],[0,-4],[0,-5],[3,-2],[1,-4],[-1,-3],[-1,-5],[-1,-8],[0,-5],[2,-8],[0,-4],[1,-5],[-1,-5],[0,-8],[-1,-2],[0,-1],[-2,-6],[-4,-10],[-5,-14],[-3,-10],[-2,-6],[-9,-24],[-12,-31],[-4,-14],[-6,-17],[-4,-9],[-3,-10],[2,-36],[1,-15],[4,-58],[2,-22],[1,-18],[2,-26],[0,-3],[1,-9],[0,-9]],[[8474,3426],[-3,1],[-1,3],[-2,-1],[-1,1],[-1,3],[-2,4],[-1,0],[-2,0],[-1,-3],[-1,-5],[-2,-2],[-2,-2],[-2,0],[-2,-3],[-2,0],[0,5],[-2,5],[-1,2],[-2,-2],[-1,0],[-1,2],[-2,0],[-1,3],[-1,5],[-1,0],[-2,-1],[-1,-4],[-2,2],[-1,4],[-2,0],[-1,-2],[-2,-1],[-2,1],[-1,3],[-2,3],[-1,-2],[-1,-2],[-2,-1],[-1,-3],[-2,-2],[-1,2],[-2,1],[-2,-1],[-2,0],[-2,2],[-2,-1],[-1,1],[-2,-1],[-2,0],[-2,3],[1,4],[0,5],[-1,3],[-1,2],[-3,-2],[-1,-2],[-2,-1],[-1,-1],[-2,-2],[-2,2],[-2,2],[-2,-1],[-1,3],[-2,2],[-1,3],[-1,5],[-1,3],[0,4],[0,6],[0,5],[0,4],[-1,2],[-2,1],[-1,2],[-2,6],[0,3],[0,4],[0,5],[1,3],[1,2],[2,4],[0,3],[-2,3],[-1,3],[-1,3],[-1,2],[-1,3],[-1,3],[-1,4],[-1,2],[-3,3],[0,4],[0,7],[-1,3],[0,4],[-1,1],[-2,4],[-1,-2],[-11,-25],[-5,-11],[-7,-17],[-5,-13],[-5,-11],[-1,-2],[-3,-8],[-3,-6],[-3,-7],[-3,-7],[-11,-26],[-6,-13],[-2,-4],[-5,-12],[-2,-5],[-1,-1],[-1,0],[-2,-1],[-2,-3],[-2,1],[-2,2],[-2,-5],[0,-4],[-3,-4],[-1,-4],[-1,-3],[-2,2],[-2,0],[-1,-2],[-2,-8],[-2,-2],[-2,1],[-2,-2],[-1,0],[-2,-4],[-2,1],[-1,-5],[-2,0],[-1,0],[-4,-8],[-1,-4],[-1,-5],[2,-6],[-1,-3],[-1,-3],[-2,-1],[-1,-1],[-2,-3],[-1,0],[-3,-5],[-3,3],[-1,4],[-1,2],[-2,1],[-3,3],[-2,-3],[-1,-3],[-2,-3],[-1,1],[-1,2],[-2,2],[-1,3],[-2,0],[-2,-5],[-2,1],[-3,-1],[-1,-1],[-1,-4],[0,-4],[-3,-4],[-2,-7],[-2,-3],[-1,-3],[1,-3],[0,-4],[0,-5],[-1,-2],[-2,-2],[0,-3],[-1,-4],[0,-6],[-2,-1],[-2,-3],[-1,-3],[-1,-4],[-2,-2],[-3,-2],[-1,0],[-2,0],[-1,1],[-2,-6],[-1,-2],[-1,-3],[-1,-2],[-3,0],[-1,3],[0,5],[1,5],[0,3],[2,8],[2,6],[1,4],[3,4],[4,4],[1,3],[-1,-2],[-2,-1],[-2,-1],[-1,-2],[-3,-5],[-1,-2],[-2,0],[-2,-4],[0,-5],[-1,-1],[0,-2],[-1,-3],[-1,-4],[-1,-4],[-1,-2],[-1,-4],[-2,-1],[-1,-3],[-1,-4],[0,-6],[0,-4],[1,-3],[2,-3],[0,-4],[-1,-4],[-1,-6],[-1,-5],[-1,-3],[-2,3],[-1,2],[-2,0],[-1,-1],[-2,-1],[-2,-6],[-1,-12],[-1,-6],[-1,-3],[-1,-3],[-2,-4],[-2,1],[-1,3],[-3,1],[-2,-3],[-2,-5],[-2,0],[-1,2],[-2,1],[-2,0],[-4,-1],[-1,-4],[-3,5],[-2,0],[-1,0],[-2,1],[-1,3],[-1,3],[-2,5],[-1,1],[0,5],[-1,5],[-1,3],[-1,-1],[-3,1],[0,6],[-2,2],[0,7],[0,4],[0,7],[-2,5],[-2,3],[-2,-1],[-1,-6],[-1,-5],[-2,0],[-1,4],[-3,3],[-1,3],[-2,5],[2,4],[-1,6],[-2,2],[-1,2],[-2,5],[-2,1],[-1,5],[1,5],[-1,2],[-2,-1],[-3,4],[1,8],[-2,3],[-3,2],[-1,5],[-1,1],[-3,2],[-4,4],[-1,5],[-1,4],[1,7],[0,5],[-1,4],[0,4],[-3,-1],[-1,-3],[-2,-1],[-2,4],[-2,-1],[-2,-1],[-1,-4],[-1,-4],[-3,-2],[-2,-4],[-3,-1],[-4,1],[-1,2],[-1,0],[-1,0],[-1,2],[-2,2],[-2,1],[-1,3],[-2,3],[-1,-2],[-2,-4],[-2,-3],[-1,-4],[0,-6],[-2,-2],[-2,1],[-1,-1],[-1,-8],[2,-7],[-1,-5],[-2,-3],[-2,-6],[0,-5],[0,-6],[1,-6],[0,-4],[-2,-2],[-1,-1],[-1,1],[-3,-1],[1,-9],[-2,-4],[-1,-4],[-4,0],[-4,-4],[-1,-5],[-1,-5],[-2,-3],[-1,-4],[0,-5],[1,-4],[-1,-5],[0,-5],[-1,-3],[-3,-1],[-2,1],[-1,-2],[-2,-1],[-4,-2],[-1,4],[-3,-1],[-1,-2],[1,-4],[0,-8],[0,-4],[-2,0],[-2,5],[-1,5],[-2,0],[-1,-1],[-1,-4],[-2,-4],[-2,-2],[-4,-1],[-1,-3],[-2,-3],[-1,-2],[-1,-3],[-3,-6],[-3,-5],[-1,1],[-2,3],[-3,0],[-1,4],[-3,5],[-2,0],[-2,3]],[[7917,3159],[1,4],[2,3],[1,1],[3,3],[0,5],[0,6],[1,5],[0,5],[1,6],[-1,6],[1,4],[2,0],[2,3],[1,6],[1,4],[1,1],[2,3],[-1,5],[-2,3],[0,5],[-3,3],[-2,1],[0,3],[-1,7],[-2,2],[0,7],[-2,0],[-1,5],[1,5],[-1,5],[1,2],[2,6],[-2,4],[-1,0],[-2,3],[-1,4],[-2,6],[0,8],[1,8],[-1,4],[-1,6],[1,3],[2,-1],[2,3],[1,3],[2,1],[1,3],[1,5],[-2,3],[-1,4],[1,6],[1,5],[-1,3],[-2,-3],[-2,2],[-1,4],[0,6],[-2,2],[0,5],[0,4],[0,5],[1,4],[1,2],[2,2],[0,4],[2,3],[4,-1],[1,5],[-1,5],[1,6],[0,6],[2,4],[1,4],[-2,3],[-1,7],[0,6],[3,4],[1,0],[1,1],[1,1],[1,6],[1,11],[0,6],[-2,3],[-2,-5],[-2,-4],[-2,1],[-2,4],[0,5],[-2,0],[0,4],[-1,4],[1,5],[0,4],[0,5],[-3,3],[-2,5],[-2,4],[1,5],[-1,3],[-3,3],[-2,4],[1,4],[1,4],[0,4],[-1,5],[-2,1],[-1,4],[1,6],[0,3],[2,2],[1,4],[0,6],[3,5],[2,-2],[1,-1],[2,8],[-2,2],[-2,4],[-2,2],[-1,4],[0,5],[-1,7],[-2,6],[-1,3],[0,9],[-1,4],[-1,6],[1,3],[2,5],[2,0],[1,-1],[2,2],[2,3],[-2,4],[-1,4],[-2,1],[-2,2],[-2,2],[-1,4],[-2,-3],[-1,3],[-1,4],[-2,3],[0,5],[-2,3],[-2,-3],[0,-5],[-2,1],[-1,5],[-1,3],[0,3],[2,3],[0,4],[-2,0],[-2,0],[-1,2],[-1,6],[-1,5],[0,5],[1,3],[1,0],[0,6],[-1,4],[-1,1],[-1,3],[-1,4],[1,5],[0,3],[-1,5],[-3,1],[-1,3],[-1,4],[-1,2],[-1,3],[-2,1],[-2,-1],[-1,3],[0,5],[0,6],[1,5],[1,4],[1,2],[2,2],[0,4],[-1,4],[0,4],[0,4],[-1,6],[-2,2]],[[3247,3467],[-2,-4],[-1,-4],[0,4],[-1,-3],[-1,2],[-1,1],[-2,1],[-1,-2],[-2,-1],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[0,-4],[-4,0],[-3,0],[-9,1],[-20,2],[-2,0],[-16,2],[-7,1],[-1,0],[-15,1],[-14,-33],[-9,-20],[-21,-50],[-6,-13],[-2,-6],[-1,4],[-2,-2],[-1,-3],[-1,0],[-2,1],[-1,-3],[-1,3],[-2,-2],[-1,1],[-2,3],[-1,0],[-2,2],[-1,0],[-2,2],[-1,2],[-2,0],[-1,-2],[-2,-1],[-3,2],[-1,1],[-1,1],[-2,0],[-2,4],[-2,2],[-2,0],[-1,-1],[-2,2],[-1,1],[-2,1],[-2,1],[-2,1],[-2,0],[-1,0],[-2,0],[-1,0],[-3,1],[-3,2],[-4,1],[-3,1],[-3,1],[-12,4],[-2,1],[-2,0],[-2,1],[-6,2],[-7,2],[-11,4]],[[2989,3375],[0,3],[-3,-2],[0,-1],[-2,-4],[0,-1],[-1,-1],[-2,4],[-1,2],[-1,1],[-1,5],[-1,5],[0,1],[0,1],[-4,18],[-4,6],[-1,1],[-5,-2],[-1,0],[-2,-1],[-1,0],[0,-1],[0,-1],[-1,-6],[0,-2],[-1,-2],[-1,0],[-6,2],[-3,0],[-1,2],[0,2],[-1,4],[0,9],[0,2],[1,2],[0,1],[1,1],[3,4],[1,2],[0,1],[0,2],[0,1],[-1,2],[-1,2],[-6,10],[-1,1],[-3,4],[-5,9],[-1,0],[-1,3],[-3,7],[-1,3],[0,1],[-1,2],[-2,3],[-3,6],[-5,14],[-1,0],[0,3],[-1,4],[0,1],[1,24],[0,4],[0,7],[1,4],[0,2],[-1,6],[-2,9],[-3,16],[0,11],[0,4],[0,1],[0,11],[0,2],[0,4],[0,15],[-1,7],[-1,7],[0,1],[-1,2],[0,23],[0,4],[1,4],[1,4],[1,8],[1,5],[0,5],[0,15],[0,4],[0,1],[-1,2],[-1,3],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-2,2],[0,3],[0,3],[0,4],[0,4],[2,6],[1,5],[2,6],[1,8],[0,4],[-1,4],[0,5],[-1,3],[-1,6],[-1,3],[1,5],[1,8],[1,5],[1,3],[1,3],[4,10],[0,1],[4,8],[0,1],[1,5],[0,2],[0,3],[0,7],[-1,4],[-1,3],[-2,5],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,4],[-1,8],[0,1],[-2,10],[-1,0],[0,-1],[-1,1],[-1,3],[-3,7],[-1,2],[-3,1],[-1,1],[-3,0],[-1,3],[0,5],[1,9],[4,7],[2,11],[1,6],[0,13],[-1,8],[-1,5],[-6,17],[-3,12],[-2,6],[0,1],[-4,19],[-2,15],[-1,3]],[[2885,4048],[-3,17],[-2,12],[-2,4],[-1,4],[0,2],[-1,0],[-2,5],[-1,0],[-2,3],[-1,2],[-4,10],[-5,9],[-3,2],[-1,2],[-2,0],[-1,0],[-5,1],[-7,2],[-5,1],[-2,0],[-9,7],[-4,2],[-1,0],[-2,0],[-3,-1],[-2,0],[-2,-1],[-1,-1],[-4,0],[-4,-1],[-1,0],[-10,1],[-10,2],[-3,0],[-2,1],[-2,1],[-8,4],[-1,0],[-8,9],[-9,9],[-1,2],[-3,4],[-1,1],[0,1],[-1,3],[-1,4],[0,1],[-1,14],[-3,12],[-3,11],[-1,3],[-7,27],[-1,4],[-2,7],[-3,15],[0,24],[0,3],[1,19],[1,6],[0,6],[2,8],[2,9]],[[2885,4048],[-1,-2],[-6,-12],[-1,-2],[-3,-6],[-1,-2],[-1,-2],[-3,-5],[-4,-7],[-1,-2],[-13,-26],[-2,-4],[-7,-14],[-2,-3],[-1,-3],[-4,-7],[-11,-21],[-8,-16],[-4,-6],[-14,-28],[-6,-11],[-7,-14],[-4,-7],[-5,-9],[-4,-9],[-5,-9],[-2,-5],[-11,-19],[0,-1],[-5,-8],[-2,-4],[-5,-10],[-8,-15],[-5,-11],[-2,-4],[-1,0],[0,-3],[-1,-4],[-1,-1],[-2,-2],[-13,-10],[-2,-2],[-3,-2],[-3,-2],[-10,-8],[-3,-2],[-9,-6],[-3,-2],[-9,-8],[-3,-2],[-3,-2],[-4,-3],[-2,-1],[-3,-3],[-4,-3],[-3,-2],[-1,-1],[-3,-2],[-3,-2],[-5,-4],[-12,-9],[-3,-3],[-6,-4],[-3,-2],[-9,-7],[-2,-2],[-1,-1],[-3,-4],[-3,-5],[-4,-6],[-5,-6],[-1,-3],[-8,-11],[-6,-9],[-4,-7],[-6,-8],[-5,-8],[-2,-2],[-6,-9],[-4,-6],[-3,-5],[-2,-2],[-9,-13],[-5,-9],[-3,-4],[-4,-5],[-1,-2],[-2,-3],[-2,-2],[-1,-3],[-3,-3],[-6,-9],[-4,-6],[-13,-19],[-1,-2],[-5,-7],[-6,-9],[-7,-9],[-14,-21],[-2,-3],[-5,-7],[-6,-8],[-1,-2],[0,-1],[-2,-2],[-3,-6],[-3,-3],[-1,-2],[-6,-8],[-7,-11],[-1,-1],[-1,-2],[-3,-3],[-8,-13],[-5,-7],[-2,-1],[0,-1],[-14,-20],[-1,-2],[-4,-7],[-6,-7],[-2,-2],[-5,-8],[-6,-8],[-2,-3],[-2,-3],[-10,-15],[-7,-10],[-4,-6],[-5,-6],[-13,-19],[0,-1],[-1,1],[0,1],[-1,-1],[0,-2],[-1,-3]],[[2309,3220],[-3,4],[-3,8],[-1,0],[-1,0],[-3,-3],[-5,-4],[-1,0],[-1,1],[-1,2],[0,3],[0,2],[0,2],[1,2],[1,2],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-1,4],[0,2],[1,1],[1,3],[1,2],[1,1],[0,-1],[1,-1],[1,-3],[1,-1],[2,-2],[1,0],[0,1],[1,2],[0,4],[-2,9],[-2,2],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[3,3],[2,0],[2,0],[1,-1],[2,-2],[1,-2],[2,-2],[1,0],[1,1],[1,1],[6,22],[0,1],[6,31]],[[2325,3327],[1,6],[0,3],[0,1],[-1,1],[-1,1],[-5,0],[0,-1],[0,-1],[0,-3],[1,-2],[1,0],[1,-2],[0,-1],[0,-2],[-1,-1],[-5,-7],[0,-1],[-3,-1],[-1,1],[-7,21],[-1,2],[-1,1],[0,6],[0,4],[1,8],[-2,1],[-1,0],[0,-1],[-6,-8],[-2,-3],[-9,-16],[-1,-2],[0,-1],[0,-2],[1,-2],[1,-3],[0,-1],[-1,0],[-5,0],[-1,1],[-2,3],[-2,3],[0,1],[-1,0],[0,-1],[-2,-11],[0,-3],[-1,-4],[0,-1],[-1,1],[0,1],[-2,5],[0,1],[-1,1],[-1,-2],[-1,-2],[-9,7],[-1,1],[-1,4],[0,1],[-5,3],[0,2],[0,16],[0,26],[0,2],[1,1],[6,5],[6,6],[1,-1],[0,-1],[0,-1],[1,-1],[1,0],[4,-1],[0,1],[0,5],[0,4],[0,6],[0,4],[0,12],[0,2],[-1,4],[-2,8],[1,2],[0,2],[3,24],[0,5],[0,6],[0,1],[0,2],[-3,9],[0,1],[-1,1],[-1,1],[-1,-1],[-6,-3],[-1,-1],[-2,-5],[0,-2],[0,-2],[-1,-5],[0,-3],[-1,0],[-1,0],[-1,0],[-5,3],[-1,0],[0,1],[-1,1],[0,2],[-1,1],[-1,1],[0,1],[-1,0],[0,-1],[0,-2],[0,-4],[0,-1],[1,-1],[3,-6],[2,-13],[-1,-3],[0,-2],[-1,0],[-8,-13],[-1,0],[-1,0],[-4,6],[-1,2],[-1,0],[-1,0],[-2,0],[-1,-1],[0,-1],[-1,-1],[-3,-4],[-1,-1],[-2,-1],[-2,0],[-1,-1],[-1,0],[-5,-3],[-3,-3],[-2,-1],[-2,1],[-2,1],[-1,0],[0,-1],[-1,-3],[0,-3],[0,-1],[-1,-4],[-3,-6],[-1,-1],[-2,0],[-1,1],[0,1],[-1,2],[-4,6],[-4,8],[0,1],[-1,0],[0,1],[-2,1],[-2,2],[-1,0],[0,4],[1,2],[1,1],[2,-1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,9],[-1,2],[0,1],[-1,2],[-1,0],[0,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-4],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[-2,4],[-2,2],[-5,-1],[-5,-1],[-1,0],[-1,0],[0,1],[-1,1],[-3,14],[0,7],[0,3],[0,3],[-1,7],[-1,5],[-3,11],[-1,5],[-1,5],[0,3],[-1,9],[-1,14],[0,4],[0,4],[1,5],[0,4],[1,1],[1,4],[1,6],[-1,9],[0,5],[0,5],[-1,4],[-2,11],[-2,8],[-1,3],[0,2],[0,14],[0,6],[-3,25],[0,6],[2,8],[1,6],[1,2],[3,7],[2,6],[5,10],[2,3],[0,3],[1,4],[-1,4],[-1,2]],[[6736,3730],[-8,-56],[0,-6],[-4,-26],[-3,-26],[-1,-6],[-1,-10],[-1,-12],[-2,-9],[0,-3],[-1,-4],[0,-3],[0,-1],[-1,-8],[0,-1],[-1,-9],[-2,-14],[0,-1],[-2,-10],[-6,-44],[-3,-25],[-1,-14],[-2,-16],[-1,-6],[-1,-10],[-3,-26],[-2,-12],[-3,-28],[-1,-3],[0,-2],[-1,-12],[-2,-16],[-2,-17],[-8,-68],[-1,-6],[-4,-36],[-2,-11],[-1,-7],[-3,-27],[0,-3]],[[6662,3136],[-2,3],[-1,2],[-3,4],[-2,2],[-2,4],[-8,12],[-8,11],[-3,4],[-5,8],[-2,2],[-5,9],[-5,7],[-7,9],[-3,6],[-6,8],[-2,3],[-5,7],[-2,2],[-7,-15],[-5,-10],[-3,-6],[-5,-10],[-3,-6],[-1,-3],[-12,-24],[-2,-4],[-1,-3],[-10,-20],[-2,-4],[-4,-8],[-2,-4],[-3,-6],[-6,-11],[-1,-4],[-6,-11],[-1,-3],[-9,-18],[-1,-2],[-1,-3],[-5,-9],[-4,-8],[-1,-4],[-4,-8],[-3,-5],[-9,-20],[-8,-15],[-1,-2],[0,-1],[-1,-2],[-3,-6],[-1,-3],[-2,-3],[-2,-4],[-1,-2],[-1,-3],[-3,-6],[-1,-2],[-1,-3],[-4,-8],[-7,-13],[-5,-11],[-1,-3],[-1,0],[-13,-28],[-2,-5],[-5,-10],[-3,-6],[-9,-18],[-8,-16],[-2,-4],[-8,-16],[0,-1],[-8,-16],[-4,-7]],[[6375,2796],[2,23],[1,3],[1,1],[0,3],[0,1],[-1,2],[0,1],[-1,3],[0,3],[0,3],[0,3],[2,16],[0,2],[-1,21],[-1,11],[0,4],[-1,21],[0,5],[0,1],[-1,3],[-1,2],[-1,2],[-1,3],[0,9],[1,0],[0,3],[0,3],[-1,3],[0,3],[1,2],[0,5],[0,1],[0,4],[-1,4],[0,2],[-1,0],[0,3],[0,3],[0,1],[3,9],[1,1],[1,-1],[1,0],[0,1],[1,3],[1,1],[1,4],[0,1],[0,1],[6,18],[0,4],[1,2],[0,1],[1,1],[1,0],[1,-2],[1,0],[3,5],[0,5],[-1,8],[-1,18],[-4,37],[-1,15],[-2,22],[-1,11],[-2,19],[-1,4],[-1,18],[-1,5],[-2,18],[-1,12],[-2,17],[0,7],[-1,8],[0,4],[-6,8],[-1,1],[-6,9],[-4,6],[-7,7],[-9,11],[-3,3],[-2,2],[-8,9],[-3,3],[-6,7],[-12,14],[-7,8],[-14,16],[-7,9],[-2,2],[-4,7],[-1,3],[-11,22],[-2,4],[-7,13],[-6,12],[-8,14],[-10,19],[-7,13],[-5,9],[-10,19],[-1,8],[0,2],[-10,114],[-2,27],[0,4],[1,10],[1,29],[1,19],[0,1],[0,10],[0,14],[0,7],[0,25],[0,7],[0,7],[0,26],[1,6],[0,51],[0,12],[0,6],[13,72]],[[4631,3594],[2,-7],[1,-1],[-1,0],[-5,-1],[-1,-10],[0,-9],[-1,-2],[1,1],[3,-6],[1,0],[1,1],[1,1],[2,2],[2,2],[1,1],[1,-1],[0,-2],[0,-3],[-1,-3],[-1,-3],[-2,-4],[-1,-1],[-2,-2],[-1,0],[0,-1],[0,-1],[0,-1],[1,-3],[1,-1],[5,-4],[3,2],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-2],[-1,-3],[-1,0],[-1,-3],[-1,0],[-2,-1],[0,-1],[0,-1],[-1,-3],[1,-3],[1,-3],[3,-2],[3,-1],[3,0],[2,1],[1,0],[1,0],[1,-3],[0,-2],[1,-25],[0,-3],[0,-1],[-1,0],[0,-1],[-2,-1],[-3,-1],[-4,-2],[-1,-1],[0,-1],[-1,-3],[0,-3],[1,-5],[2,-7],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[-3,-1],[-1,0],[-1,-2],[-1,-1],[0,-3],[0,-3],[0,-5],[0,-3],[2,-3],[1,-2],[3,-1],[0,-1],[9,-1],[2,0],[2,1],[2,0],[0,-1],[1,-1],[1,-2],[0,-1],[0,-4],[0,-7],[1,-7],[1,-1],[0,-1],[6,-2],[1,-1],[0,-1],[1,-3],[0,-1],[-1,-1],[-1,-2],[-2,-2],[-2,-1],[-4,-2],[-1,0],[-1,0],[-3,2],[-2,0],[-1,-1],[0,-1],[-1,-5],[0,-1],[0,-1],[1,-4],[1,-3],[1,-5],[0,-3],[-1,-2],[-1,-1],[-1,0],[-1,2],[-1,2],[0,2],[-1,3],[0,7],[1,3],[0,8],[-1,1],[-1,3],[0,1],[-7,1],[-3,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-1],[0,-3],[1,-5],[3,-7],[1,-7],[1,-4],[0,-7],[0,-4],[-1,-3],[-1,-1],[-1,-2],[-2,-1],[-1,0],[-2,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,5],[1,2],[2,4],[2,4],[1,2],[1,5],[0,2],[0,3],[-1,2],[-2,6],[-1,3],[-1,1],[-8,5],[-1,1],[-1,0],[-2,-1],[-1,-2],[0,-1],[0,-1],[-1,-5],[0,-3],[0,-3],[1,-4],[1,-1],[3,-2],[2,-2],[0,-2],[0,-3],[0,-2],[-1,-2],[0,-1],[-2,-1],[-2,0],[-1,-1],[-2,1],[-1,1],[-4,10],[0,1],[-1,1],[-2,3],[-2,1],[-3,0],[-4,-3],[0,-3],[0,-2],[1,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-2],[0,-1],[0,-2],[-2,-4],[-1,-1],[-1,0],[0,-1],[-4,-2],[-1,0],[0,-3],[-1,-1],[1,-2],[0,-1],[2,-4],[5,-11],[1,-2],[2,-3],[2,0],[2,0],[3,4],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[-2,-2],[-1,0],[-3,0],[-3,2],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-5],[0,-5],[2,-9],[1,-5],[1,-2],[2,-2],[1,-2],[0,-2],[1,-2],[0,-2],[-1,-6],[0,-6],[-2,-8],[-1,-2],[0,-1],[-2,-2],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[1,-1],[3,-3],[0,-1],[3,-2],[3,-6],[0,-5],[-1,-1],[-1,-2],[-1,0],[-2,-1],[-1,1],[-6,1],[-2,-4],[0,-7],[1,-6],[3,-6],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[-4,1],[-1,0],[0,1],[-4,12],[-1,0],[-1,1],[-1,-2],[-2,-8],[-1,-2],[-3,-6],[-2,-1],[-2,0],[-2,5],[0,4],[2,4],[2,1],[4,5],[5,10],[1,4],[0,1],[1,4],[-1,3],[-2,3],[-1,0],[-2,0],[-8,1],[-1,-2],[-1,-4],[2,-7],[0,-3],[0,-2],[-3,-5],[-2,1],[-2,2],[-1,3],[0,1],[-2,9],[-2,6],[-2,2],[-3,1],[-1,-3],[0,-1],[-1,-2],[0,-8],[1,-6],[3,-10],[0,-6],[-2,-2],[-3,-5],[0,-3],[0,-1],[0,-6],[0,-2],[0,-1],[1,-1],[3,-7],[1,-2],[5,-2],[1,-2],[2,-3],[1,-3],[0,-4],[-1,-2],[-5,1],[-5,3],[-2,1],[-4,4],[-1,1],[-5,14],[-2,3],[-1,2],[-2,0],[-2,-2],[0,-5],[-1,-11],[-1,-1],[-3,-4],[-3,15],[7,17],[1,3],[1,4],[0,6],[-2,4],[-2,2],[-2,1],[-1,-1],[-2,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-6],[0,-1],[-3,-3],[-3,-3],[0,-1],[0,1],[0,1],[-1,0],[-2,7],[0,1],[-1,3],[-1,1],[-2,3],[-4,1],[-1,1],[-1,1],[-1,0],[-2,1],[-2,2],[-1,3],[-1,5],[0,4],[0,8],[-2,2],[-1,0],[-2,-2],[0,-5],[1,-4],[2,-3],[0,-2],[1,-1],[-1,-6],[-2,-1],[-2,0],[-2,0],[-2,1],[-1,1],[-2,1],[-1,4],[1,6],[0,4],[0,4],[-1,5],[-2,2],[-2,1],[-1,-1],[-2,-2],[0,-4],[2,-6],[0,-4],[1,-5],[0,-1],[1,-5],[1,-5],[2,-3],[2,-6],[1,-3],[0,-4],[-1,-3],[-1,-3],[-3,-4]],[[4486,3164],[-1,-1],[0,-1],[-2,-1],[-2,0],[-1,0],[-2,-2],[-3,-3],[-2,-2],[-2,-1],[-1,-1],[-2,-2],[-2,-1],[-2,0],[-2,1],[-1,2],[-2,3],[0,3],[-1,1],[0,4],[-1,4],[-2,4],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-1,5],[0,4],[-1,5],[-2,0],[-2,-3],[-2,-7],[-1,-4],[-1,-4],[0,-6],[1,-5],[1,-5],[0,-2],[1,-2],[0,-4],[-1,-4],[-2,-2],[-2,0],[-1,0],[-2,0],[-3,1],[-1,3],[-1,4],[-2,2],[-2,3],[-2,2],[-1,2],[-1,1],[-2,1],[-2,0],[-1,0],[-4,-1],[-2,0],[-2,0],[-1,-1],[-2,0],[-2,0],[-1,0],[-2,-1],[-3,0],[-2,0],[-4,0],[-2,-1],[-2,-1],[-2,0],[-4,-1],[-7,-1],[-2,0],[-7,-1],[-7,-1],[-1,0],[-3,-1],[-9,-2],[-4,-1],[-4,0],[-4,-1],[-4,0],[-1,0],[-2,0],[-4,-1],[-6,-1],[-14,-2],[-6,-1],[-3,0],[-1,0],[-5,-1],[-3,-1],[-12,-2],[-2,0],[-1,0],[-1,0],[-5,-1],[-3,-1],[-10,-1],[-1,0],[-7,-1],[-3,0],[-9,-1],[-13,-1],[-9,-1],[-8,-1],[-6,-1],[-9,-1],[-2,0],[-11,-1],[-4,0],[-2,-1],[-7,0],[-10,-1],[-3,-1],[-7,-1],[-13,-1],[-2,0],[-2,-1],[-22,-2],[-6,-1],[-1,0],[-2,0],[-6,-1],[-8,-1]],[[4077,3108],[-2,11],[-1,4],[-3,22],[0,3],[-3,17],[-5,36],[-4,24],[-1,4],[-5,35],[-11,11],[-3,2],[-3,3],[-10,6],[-2,1],[-2,2],[-1,1],[-2,1],[-1,1],[-6,5],[-5,3],[-2,2],[-2,1],[-4,3],[-7,6],[-13,9],[-1,1],[-13,10],[-4,2],[-9,8],[-7,5],[-4,3],[-7,5],[-1,1],[-18,13],[-8,6],[-6,4],[-1,1],[-11,8]],[[7474,3849],[1,-4],[0,-4],[0,-5],[0,-4],[-1,-5],[-1,-4],[0,-2],[-1,-1],[-1,-5],[-1,-4],[0,-4],[0,-4],[0,-4],[1,-4],[0,-5],[2,-4],[1,-4],[1,-4],[0,-5],[1,-3],[3,-4],[0,-3],[-1,-19],[-2,-48],[12,-45],[1,-5],[4,-16],[9,-31],[3,-3],[2,1],[1,-2],[1,-2],[2,-2],[1,-3],[1,-1],[2,-2],[2,0],[1,0],[2,2],[1,-3],[1,-3],[1,-5],[1,-4],[1,-4],[1,-4],[1,-4],[2,-3],[2,-3],[0,-4],[-1,-3],[0,-4],[0,-1],[-1,1],[-1,3],[-2,-1],[0,-3],[-1,-1],[2,-2],[2,0],[1,-3],[2,-2],[2,-3],[-1,-3],[-1,-2],[-1,-4],[1,-3],[0,-4],[0,-4],[1,-3],[0,-4],[1,-4],[1,-3],[0,-3],[1,-3],[1,-4],[1,-3],[0,-1],[1,-2],[0,-3],[1,-3],[1,-3],[1,-2],[1,-3],[1,-3],[1,-4],[1,-2],[0,-3],[1,-3],[1,-3],[1,-6],[2,-17],[1,-5],[0,-1],[2,-17],[3,-22],[6,-47],[2,-3],[2,0],[1,-2],[0,-4],[1,-4],[2,-8],[0,-3],[1,-5],[-1,-3],[-1,-5],[0,-4],[2,-1],[1,-4],[1,-2],[1,-4],[1,-6],[1,-4],[2,-1],[2,-1],[1,1],[2,1],[-1,-6],[0,-6],[0,-5],[2,-4],[1,-5],[2,2],[2,2],[1,-3],[1,-6],[-2,-2],[0,-3],[1,-2],[1,-3],[0,-5],[0,-5],[2,-2],[1,2],[2,4],[1,3],[2,0],[1,-4],[0,-7],[1,-4],[2,1],[2,-1]],[[7606,3213],[0,-4],[1,-4],[1,-3],[1,-4],[1,-5],[-2,-3],[-1,-6],[0,-4],[-1,-3],[-1,-3],[0,-4],[1,-3],[1,-1],[0,-6],[-2,-2],[-1,1],[-2,0],[-2,0],[-1,-2],[-1,-4],[1,-4],[-2,-3],[-1,-3],[-2,0],[-1,-2],[-2,1],[-4,0],[-2,0],[-8,2],[-13,2],[-4,1],[-2,0],[-1,-2],[-15,-25],[-9,-15],[-9,-16],[-4,-6],[-3,-6],[-2,-2],[-2,-3],[-10,-18],[-7,0],[-8,2],[-4,-1],[-2,0],[-3,0],[1,-3],[-1,-9],[0,-5],[1,-1],[2,-2],[1,-5],[-1,-8],[-1,-4],[-1,-5],[0,-4],[5,0],[-4,-10],[-2,-3],[-1,-4],[-1,-3],[-1,0],[-6,-14],[1,-5],[0,-4],[-1,-6],[0,-6],[1,-4],[-1,-4],[-1,-4],[-1,-5],[-1,-4],[-1,-1],[-3,-5],[-1,-3],[-2,-5],[-1,-2],[-2,-3],[0,-4],[-1,-4],[-1,-2],[-1,-6],[3,-1],[1,-5],[1,-5],[-2,0],[-1,-1],[0,-11],[0,-4],[0,-5],[-2,0],[0,-4],[-1,-4],[-1,-3],[-2,0],[-1,4],[-1,3],[-2,1],[-3,0],[-2,0],[-2,2],[-1,4],[-1,2],[-2,3],[-1,1],[-2,2],[-1,3],[-1,1],[-2,1],[-2,2],[-2,0],[-2,-3],[-2,-1],[-2,-2],[-2,-2],[-2,-1],[-1,0],[-2,0],[-2,-1],[-1,0],[-2,1],[-1,-2],[-1,1],[-2,0],[-1,-3],[1,-3],[-1,-7],[-1,-2],[-1,-5],[-1,-3],[-1,-8]],[[7397,2843],[-2,0],[-2,0],[-6,1],[-9,1],[-5,1],[-5,1],[-21,3],[-13,2],[-2,0],[-4,0],[-5,1],[-7,0],[-5,5],[-6,6],[-5,6],[-4,4],[-4,3],[-7,8],[-3,4],[-6,6],[-1,1],[-1,1],[-5,1],[-5,3],[-6,3],[-2,1],[-5,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[-1,13],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,3],[0,1],[0,1],[2,4],[2,5],[1,0],[0,1],[1,1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,5],[0,1],[0,1],[-3,3],[-1,0],[-1,0],[-1,-1],[-1,-3],[-1,-1],[-1,-3],[-1,-1],[-2,4],[0,2],[0,2],[0,2],[1,2],[0,3],[-1,0],[0,1],[-2,-2],[0,-2],[-1,-3],[-1,-2],[-1,-1],[-3,1],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-5],[0,-1],[0,-1],[-2,1],[-1,1],[0,1],[0,2],[0,2],[2,3],[1,3],[1,3],[1,1],[0,2],[-1,1],[0,2],[-6,14],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[0,-1],[-1,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,1],[0,1],[0,6],[0,6],[-6,5],[-1,3],[-1,1],[-5,11],[-3,7],[1,5],[0,2],[0,2],[-1,1],[-4,4],[-5,11],[-1,2],[-1,3],[0,2],[1,1],[0,1],[1,0],[2,-2],[2,-1],[1,1],[11,8],[1,1],[0,1],[0,3],[0,1],[-1,2],[0,1],[-3,6],[-1,0],[0,1],[-1,0],[-2,0],[-4,-2],[-1,0],[-1,-1],[-2,0],[-1,0],[0,1],[0,2],[0,2],[1,5],[0,2],[0,1],[0,2],[-2,26],[-1,1],[-1,2],[-1,1],[-2,2],[-1,0],[-1,2],[-1,3],[0,1],[-1,6],[0,1],[-1,3],[-1,4],[-2,4],[-2,-2],[0,-1],[-1,0],[-4,0],[-2,-1],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-6],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-6,-9],[-1,-2],[0,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-1],[-2,-4],[0,-1]],[[7144,3103],[-3,3],[-2,1],[-1,1],[0,2],[0,1],[0,1],[-1,3],[0,1],[-1,1],[0,1],[-4,11],[-1,2],[0,2],[0,3],[1,4],[1,4],[0,1],[1,0],[0,-1],[1,0],[1,-3],[7,-1],[1,2],[0,1],[1,4],[0,3],[0,1],[0,1],[0,1],[0,3],[0,3],[-1,4],[-2,2],[-1,1],[-3,8],[-1,3],[-1,4],[0,4],[0,12],[0,3],[3,0],[1,0],[1,-2],[2,-4],[1,-3],[1,0],[1,1],[1,4],[0,1],[0,4],[1,10],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,-2],[-2,1],[-1,1],[-1,5],[0,2],[0,2],[0,1],[1,0],[1,2],[4,4],[1,0],[1,1],[8,7],[2,2],[0,1],[0,3],[-2,10],[0,1],[0,1],[-1,2],[-2,3],[-3,4],[-1,3],[0,1],[1,2],[0,1],[1,1],[0,4],[-1,3],[-2,0],[-2,3],[-1,0],[-2,1],[-3,0],[-2,0],[-1,0],[-1,1],[-2,3],[-4,9],[-2,0],[-3,6],[-3,4],[-1,5],[0,4],[-2,4],[-1,1],[-2,0],[-1,6],[-1,4],[-2,0],[-2,0],[-1,2],[0,4],[0,3],[-2,4],[-1,2],[-1,2],[0,4],[1,6],[0,6],[-1,4],[0,4],[0,6],[0,5],[0,4],[1,4],[0,3],[1,5],[1,3],[1,2],[1,3],[0,4],[1,3],[1,3],[1,4],[0,5],[0,5],[0,4],[0,5],[1,5],[2,4],[1,3],[0,3],[1,4],[0,5],[0,6],[-1,2],[-2,4],[-1,3],[-1,3],[-1,5],[-2,2],[-1,0],[-1,2],[-1,4],[-1,3],[-1,3],[0,4],[0,4],[1,5],[-1,3],[-1,3],[-1,3],[-2,1],[-1,2],[0,4],[-1,6],[-2,3],[0,3],[0,4],[-1,5],[0,4],[1,3],[-2,-1],[-1,3],[-1,4],[-1,2],[-1,3],[-1,1],[-2,2],[-1,3],[-1,4],[0,4],[0,5],[0,3],[1,4],[1,5],[0,4],[0,3],[-2,2],[-1,3],[-1,0],[-1,0],[-2,0],[-1,2],[-1,4],[1,3],[0,5],[0,4],[-1,6],[-1,5],[0,3],[-1,4],[-2,1],[-1,4],[0,5],[0,4],[-1,4],[0,5],[-1,3],[1,4],[-1,4],[-1,2],[-1,3],[0,4],[0,4],[-1,3],[-1,3],[-1,3],[0,5],[-1,3],[-1,3],[-1,3],[-1,2],[-2,4],[-1,3],[0,3],[0,4],[0,5],[-1,3],[1,4],[1,3],[2,3],[1,4],[1,4],[-1,4],[-1,2],[-1,3],[-1,3],[-1,2],[0,6],[0,5],[-1,4],[-1,4],[1,4],[0,5],[0,4],[0,3],[0,5],[0,4],[1,5],[1,3],[1,2],[2,-1],[2,2],[0,4],[1,4],[0,4],[-1,4],[1,4],[-1,6],[-1,4],[0,4],[1,3]],[[2989,3375],[1,-2],[0,-3],[0,-3],[0,-8],[0,-3],[-1,-3],[-1,-2],[0,-1],[-2,-1],[-3,-3],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-6,-20],[0,-1],[0,-1],[0,-2],[0,-1],[2,-6],[1,-2],[1,-1],[1,1],[1,3],[1,0],[4,1],[0,-1],[1,-2],[0,-4],[0,-2],[-1,-3],[0,-4],[2,0],[1,-1],[1,0],[0,-1],[-1,-2],[0,-3],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-2],[0,-3],[-1,1],[-1,2],[-1,0],[-1,0],[-1,0],[-7,-9],[-1,-5],[0,-2],[0,-2],[0,-1],[-3,-12],[-4,-13],[-1,-3],[-2,-6],[0,-2],[-1,-3],[-1,-6],[2,0],[0,2],[1,4],[1,1],[1,-7],[1,-5],[-2,-8],[-1,-2],[0,-1],[-1,-2],[-2,-2],[-2,-1],[-5,-1],[-6,-3],[-3,-6],[-4,-17],[-1,-1],[0,-1],[0,-13],[0,-2],[1,-12],[1,-2],[1,-3],[2,-4],[0,-1],[-1,-1],[-1,-1],[-1,0],[-9,-1],[0,-2],[-1,-4],[0,-8],[0,-2],[1,-8],[1,-3],[2,-6],[0,-1],[2,-6],[0,-1],[0,-2],[-2,-5],[-2,-4],[-14,-1],[-2,2],[-1,1],[-4,9],[-5,8],[-5,7],[-1,-1],[-3,-3],[-1,-2],[-1,-1],[0,-1],[0,-2],[-2,-4],[-1,0],[-1,0],[0,-2],[1,-3],[1,-6],[0,-3],[-3,0],[0,1],[-1,2],[-3,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[1,0],[0,-9],[0,-1],[0,-10],[-1,0],[-1,0],[0,-4],[0,-1],[1,0],[7,2],[1,-14],[1,-6],[1,-8],[-4,3],[-2,4],[-1,1],[-1,1],[-1,0],[-1,-1],[0,-2],[2,-6],[0,-1],[1,0],[1,-1],[0,-2],[-1,-1],[-1,-5],[-2,-4],[-1,0],[-1,0],[0,1],[-1,1],[0,3],[-1,1],[-3,2],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-2],[4,-3],[1,-2],[0,-1],[1,-2],[1,-1],[0,-1],[-1,-1],[-4,-3],[0,-1],[0,-1],[1,-8],[0,-1],[1,1],[1,1],[1,0],[2,-4],[1,-2],[2,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-2,3],[-1,0],[0,1],[-1,-1],[1,-12],[0,-9],[2,-9],[-2,-2],[-1,1],[-1,3],[-1,2],[-1,-2],[-1,-3],[-1,-5],[-1,-10],[0,-2],[0,-1],[0,-2],[0,-5],[0,-2],[0,-4],[0,-1],[0,-1],[1,0],[1,0],[1,1],[0,-1],[-1,-7],[-1,-10],[-2,-5],[0,-2],[-1,-5],[0,-2],[0,-2],[0,-11],[1,-8],[0,-1],[5,-9],[2,1],[1,2],[2,0],[2,-1],[2,-2],[2,-2],[5,-6],[1,1],[1,2],[1,0],[6,-8],[1,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[-1,1],[-2,-4],[0,-1],[-1,0],[0,-2],[1,-5],[-3,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[1,0],[1,1],[1,2],[1,1],[4,-6],[1,-2],[0,-3],[0,-11],[0,-1],[6,-10],[7,6],[2,1],[-2,-10],[-1,-3],[-2,-12],[5,-8],[0,-1],[3,-3],[3,-1],[0,-1],[1,-2],[2,-10],[0,-1],[0,-2],[0,-4],[-1,-9],[-2,-10],[0,-1],[-1,-3],[0,-1],[0,-2],[1,-1],[1,0],[1,0],[1,1],[2,-6],[0,-1],[0,-2],[0,-2],[1,-4],[9,-9],[5,-3],[2,-6],[1,-2],[0,-1],[1,-2],[3,-3],[-2,-3],[-1,-1],[0,-1],[0,-1],[1,-9],[4,-7],[3,-5],[1,0],[3,10],[1,4],[1,-2],[1,-3],[2,-2],[2,-3],[0,1],[1,1],[1,0],[1,-2],[3,-3],[4,-11],[3,-7],[0,-1],[0,-2],[-3,-1],[-3,3],[0,-1],[-5,-14],[0,-3],[0,-1],[1,0],[1,2],[1,1],[1,0],[1,-1],[0,-3],[0,-4],[0,-1],[-1,-1],[-1,0],[-2,1],[-3,3],[-1,0],[1,-1],[4,-9],[0,-4],[0,-7],[1,0],[0,-2],[1,-10],[0,-2],[0,-2],[0,-2],[-2,1],[-6,1],[-1,-2],[-3,-10],[-4,-14],[2,-3],[0,-2],[0,-3],[-2,-10],[0,-2],[-1,-2],[-1,1],[-2,4],[-1,0],[-4,-1],[0,-2],[-3,-8],[0,-1],[0,-1],[0,-6],[0,-10]],[[2940,2490],[-3,-7],[-5,6],[-5,-2],[-1,-1],[-1,0],[-2,7],[-7,4],[-1,-3],[-2,-3],[-4,-2],[-3,-1],[-1,-1],[0,-4],[0,-4],[0,-6],[0,-32],[1,-17],[-1,-5],[-3,3],[-4,-4],[-6,-4],[-2,-2],[-4,-11],[-1,0],[-2,0],[-2,0],[-8,-2],[-3,0],[-11,-2],[-5,-1],[-4,0],[-2,-1],[-2,0],[-13,-2],[-7,-2],[-3,0],[-1,0],[-11,-2],[-6,-1],[-21,-4],[-6,-1],[-1,-1],[-1,0],[-3,0],[-10,-2],[-6,-1],[-5,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-4,-1],[-3,0],[-1,-3],[-9,-6],[-1,-5],[-2,-5],[-2,-11],[-3,-3],[-2,-4],[-3,-3],[-2,0],[-2,0],[-3,-5],[-4,-6],[0,-4],[0,-3],[0,-4],[-3,-10],[-6,-6],[-4,-2],[-3,0],[-2,2],[-20,17],[-13,11],[-7,6],[-4,3],[-1,2],[-5,4],[-8,6],[-6,5],[-1,1],[-6,5],[-12,10],[-2,1],[-9,9],[-10,9],[-12,11],[-4,4],[-7,6],[-1,1],[-2,1],[-2,2],[-8,9],[-9,11],[-11,14],[-2,2],[-1,2],[-1,1],[-1,0],[-1,1],[-2,1],[-5,2],[-15,6],[-5,0],[-2,0],[-3,0],[-1,-1],[-2,-3],[-1,0],[-3,3]],[[2483,2460],[1,1],[0,4],[0,3],[-2,8],[-4,3],[-4,5],[-2,0],[-3,-1],[0,2],[-4,8],[-3,5],[-1,2],[-2,4],[-3,4],[-1,2],[0,1],[-1,3],[-2,3],[3,4],[-1,2],[-3,5],[-2,5],[0,1],[-2,7],[-1,3],[0,1],[0,4],[0,3],[1,4],[1,0],[1,-1],[1,-2],[1,0],[0,2],[0,1],[0,2],[-3,9],[0,-1],[-2,-1],[-4,3],[-1,2],[-1,1],[-3,2],[-1,0],[0,-1],[-1,0],[0,-1],[0,-2],[0,-4],[0,-11],[0,-3],[0,-2],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,2],[-1,3],[-1,6],[-1,3],[0,1],[0,1],[0,3],[0,1],[2,5],[0,1],[-3,2],[-1,-1],[-5,-9],[-3,8],[-2,8],[2,4],[0,2],[0,1],[1,1],[2,2],[2,1],[1,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[-3,0],[-2,0],[-1,-1],[-1,3],[0,2],[-1,6],[-1,8],[0,10],[-2,-1],[-1,-2],[-1,-4],[0,-1],[0,-2],[0,-2],[-2,-8],[-10,3],[0,2],[-1,3],[0,4],[-1,4],[0,10],[1,6],[0,5],[0,1],[2,0],[0,1],[1,1],[0,1],[-1,2],[-1,5],[0,2],[-1,0],[-1,-1],[-2,0],[0,2],[1,5],[1,2],[1,1],[0,1],[2,1],[5,5],[-1,2],[-2,3],[-5,7],[-1,1],[-1,0],[-3,-1],[-4,0],[-2,-1],[-2,-1],[0,-2],[-1,-2],[1,-5],[0,-2],[0,-4],[-1,-4],[-3,-11],[-3,-8],[0,-1],[0,-1],[-1,-4],[0,-5],[-1,-1],[-1,0],[-12,9],[-1,4],[0,1],[0,4],[0,1],[1,12],[-4,8],[-1,2],[0,2],[6,20],[2,2],[1,1],[3,-1],[2,-1],[2,-1],[2,0],[1,1],[4,5],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[-1,1],[-1,3],[-1,1],[0,1],[-1,0],[-3,2],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-2,-5],[-1,-1],[-1,1],[-1,0],[0,1],[-1,2],[-1,3],[0,3],[0,1],[0,5],[0,2],[-5,14],[0,2],[-1,1],[-2,2],[-1,0],[0,-1],[-1,-6],[-1,-1],[0,-1],[-3,-6],[-1,0],[-1,1],[0,1],[-1,11],[0,2],[-1,5],[-10,31],[0,-1],[-1,0],[-6,13],[0,1],[0,2],[0,1],[-1,10],[-2,1],[-2,1],[2,8],[3,7],[4,2],[1,0],[1,-1],[0,-1],[3,-6],[0,-1],[1,1],[1,1],[0,1],[0,1],[0,2],[0,1],[-5,4],[0,1],[-2,8],[1,20],[4,3],[1,1],[1,-2],[1,0],[1,0],[6,1],[1,2],[0,1],[0,4],[-1,3],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-2,-1],[-4,-1],[-1,-1],[-1,0],[-3,0],[-1,1],[-2,10],[-1,3],[3,6],[-3,12],[-2,4],[0,2],[-1,2],[0,1],[1,1],[1,2],[1,1],[1,-1],[2,-5],[1,0],[4,3],[0,1],[1,2],[0,3],[-2,2],[-2,2],[0,5],[-1,5],[-1,10],[-3,6],[0,1],[1,3],[1,1],[1,0],[3,1],[1,0],[3,8],[0,2],[-1,2],[-2,13],[2,6],[1,1],[0,2],[-3,8],[-1,3],[-1,2],[0,1],[-1,-1],[-1,-3],[-1,-1],[-1,0],[-6,4],[-2,1],[-1,1],[0,1],[-1,1],[1,17],[1,2],[3,8],[0,3],[2,10],[0,2],[0,3],[-1,3],[0,2],[-1,2],[0,3],[1,9],[0,1],[3,14],[1,2],[2,1],[1,0],[1,3],[0,3],[1,5],[0,2],[0,1],[-1,0],[-2,1],[-3,0],[-8,1],[-1,1],[-1,-1],[-1,-6],[-2,-3],[-1,-1],[-1,-1],[0,1],[-4,3],[-2,1],[-3,0],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-3],[1,-8],[3,-15],[0,-1],[0,-4],[1,-15],[0,-1],[0,-1],[0,-1],[-4,-11],[-1,0],[-1,2],[-1,1],[-1,4],[-1,6],[-1,6],[0,2],[0,1],[-10,15],[-2,-4],[0,-1],[-1,0],[-2,2],[-1,1],[0,1],[-2,3],[-1,1],[-1,7],[0,2],[-1,2],[-1,3],[-5,2],[-1,0],[0,1],[-1,1],[-2,6],[-3,3],[-1,0],[0,2],[1,8],[2,9],[3,7],[2,3],[4,7],[3,5],[1,1],[3,-5],[-1,9],[-2,10],[3,2],[1,0],[0,1],[1,2],[1,13],[-2,9],[0,3],[0,1],[3,-5],[2,-2],[0,-1],[1,1],[0,6],[1,0],[3,6],[1,-1],[1,-1],[1,-4],[1,-1],[2,-2],[1,1],[0,2],[1,1],[0,13],[0,1],[0,1],[1,3],[1,1],[1,0],[1,0],[1,-1],[2,-4],[0,-2],[-1,-3],[0,-1],[0,-1],[1,-1],[1,-1],[2,0],[0,1],[0,1],[1,8],[0,4],[0,11],[1,5]],[[6375,2796],[-4,-10],[-2,-2],[0,-1],[-2,-3],[-5,-11],[-12,-24],[-2,-3],[-3,-8],[-2,-4],[-7,-12],[-3,-7],[-1,-3],[-2,-3],[-6,-13],[-9,-19],[-6,-12],[-7,-15],[-2,-3],[-15,-31],[-15,-32],[-7,-14],[-4,-9],[-3,-5],[-2,-3],[-20,-37],[-42,-78],[-6,-11],[-2,-4],[-11,-21],[-3,-4],[-7,-13],[0,-1],[-7,-12],[-9,-16],[-7,-13],[-2,-4]],[[6138,2335],[-6,-10],[-3,-5],[-4,-6],[-3,-6],[-4,-6],[-2,0],[-16,-9],[-2,0],[-2,0],[-2,0],[-9,-3],[-8,-3],[-2,-1],[-4,-2],[-2,-1],[-1,0],[-12,23],[-5,9],[-4,8],[-2,5],[-2,7],[-9,26],[-1,3],[-2,5],[-3,10],[-6,16],[-3,9],[-4,12],[-4,9],[-1,2],[0,2],[-2,5],[-1,3],[-3,8],[-3,9],[-5,14],[-11,32],[-1,2],[0,1],[-1,3],[-2,4],[-11,33],[-12,33],[-7,23]],[[5951,2599],[-5,17],[-1,3],[-1,3],[-3,9],[-2,4],[-1,3],[0,5],[0,11],[-1,24],[0,15],[0,7],[-1,70],[-1,9],[-1,42],[0,20],[-1,21],[0,5],[-2,3],[-2,3],[-3,3],[-13,16],[-3,5],[-7,9],[-12,16],[-30,38],[-1,3],[-2,4],[-1,1],[-1,2],[-2,4],[-4,6],[-6,11],[-11,21],[-1,3],[-5,8],[-5,9],[-4,8],[-2,2],[-1,3],[-2,2],[-2,1],[-19,19],[-1,3]],[[5791,3070],[1,5],[1,3],[1,3],[1,2],[2,2],[1,2],[1,3],[1,3],[1,3],[1,3],[0,4],[0,4],[0,4],[1,3],[1,4],[1,4],[0,4],[1,4],[1,3],[0,4],[0,4],[0,5],[1,0],[0,4],[1,5],[1,3],[1,3],[0,5],[1,3],[1,1],[2,1],[2,2],[0,4],[0,5],[2,6],[1,4],[0,4],[1,4],[0,5],[1,6],[0,3],[0,5],[1,4],[0,5],[1,3],[1,2],[2,2],[2,0],[1,3],[1,6],[1,3],[0,4],[1,3],[1,3],[0,6],[1,7],[0,3],[0,5],[0,5],[-1,4],[-1,4],[0,7],[0,4],[1,4],[0,6],[0,4],[0,4],[0,4],[-1,4],[1,4],[1,7],[2,8],[1,2],[1,3],[3,3],[2,0],[1,1],[2,-5],[2,0],[1,-1],[2,-1],[1,3],[0,4],[2,1],[1,1],[2,5],[1,6],[1,3],[2,2],[0,4],[1,5],[1,2],[2,1],[1,2],[1,4],[0,4],[2,0],[1,-1],[3,3],[0,3],[2,-1],[2,1],[2,-1],[1,1],[2,3],[1,-2],[2,-2],[1,-3],[2,-1],[2,1],[2,0],[3,5],[1,1],[2,4],[0,5],[0,7],[1,3],[1,7],[1,5],[1,3],[1,3],[1,2],[1,9],[2,2],[2,1],[1,4]],[[2325,3327],[-2,-3],[-7,-12],[-3,-4],[-19,-30],[-6,-10],[-16,-26],[-8,-13],[-2,-2],[-3,-6],[-3,-4],[-13,-22],[-6,-9],[-4,-7],[-5,-8],[-4,-6],[-4,-8],[-2,-2],[-3,-5],[-4,-7],[-1,-2],[-2,-3],[-16,-26],[-2,-3],[-2,-3],[-2,-2],[-1,-3],[-8,-12],[-21,-35],[-7,-11],[-6,-10],[-8,-12],[-11,-18],[-13,-21],[-2,-3],[-6,-9],[-12,-20],[-7,-12],[-3,-4],[-1,-2],[-7,-12],[-7,-10],[-2,-5],[-5,-8],[-1,-2],[-13,-20],[-4,-6],[-1,-2],[-12,-19],[-5,-7],[-13,-23],[-13,-21],[-2,-2],[-1,-4],[1,0],[0,-13],[0,-4],[-1,-5],[0,-1],[-1,-4],[-4,1],[0,1],[-1,0],[-1,1],[0,1],[-2,1],[-1,1],[-3,1],[-4,-5],[-6,-5],[-2,0],[-3,-6],[-7,-10],[0,-2],[-1,-3],[-1,0],[-2,-1],[-3,0],[-1,0],[-2,-2],[-1,0],[-1,-1],[-1,-2],[0,-3],[-1,-2],[1,-3],[0,-2],[1,-1],[1,-2],[2,-2],[2,-2],[1,-1],[2,-1],[0,-1],[0,-1],[1,-1],[1,-7],[1,-6],[-1,-3],[0,-1],[-1,-6],[-2,-4],[0,-2],[-4,-3],[0,-1],[-4,-10],[0,-2],[0,-1],[7,-26],[0,-1],[-1,-11],[0,-9],[0,-1],[1,0],[1,0],[0,-16],[1,-5],[-1,-5],[-6,-15],[0,-1],[-1,-1],[-1,0],[-3,1],[-1,0],[-1,0],[-1,0],[-3,-1]],[[1937,2575],[-1,-1],[-4,-2],[-1,1],[-1,-1],[-1,-4],[0,-2],[0,-1],[0,-2],[2,-3],[1,-1],[0,-1],[0,-4],[0,-5],[-2,-12],[0,-1],[-1,-1],[-5,-9],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,-1],[1,-2],[0,-2],[0,-1],[0,-2],[3,-1],[-2,-9],[0,-1],[-1,-2],[0,-1],[-2,-1],[0,-1],[-1,-1],[-1,0],[-4,-4],[-8,-7],[-1,0],[-2,-1],[0,-1],[1,-5],[0,-2],[-1,-3],[-3,-2],[-1,0],[-1,1],[0,1],[-1,1],[0,8],[0,8],[0,6],[-1,1],[-3,-5],[-1,-1],[0,-3],[-1,-3],[-1,-13],[0,-6],[0,-1],[-1,-11],[0,-1],[3,-7],[0,-1],[0,-2],[-1,-1],[0,-2],[-2,0],[-1,1],[-7,8],[-2,2],[-1,2],[-1,1],[0,1],[1,8],[0,1],[1,2],[0,1],[-4,8],[-1,-1],[-2,-10],[0,-1],[0,-1],[0,-5],[0,-1],[-1,-8],[0,-3],[-1,0],[0,2],[-1,2],[0,2],[-4,7],[-1,0],[-1,-3],[-1,-6],[-2,-5],[-1,-4],[-1,-1],[-3,-4],[-3,5],[-2,-8],[0,-1],[-2,-7],[3,-5],[0,-1],[0,-9],[1,-6],[-6,-12],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-4,-5],[-1,0],[-1,-6],[-3,-3],[-1,0],[-3,0],[0,-3],[-1,-2],[-1,0],[-2,0],[0,-1],[0,1],[-1,0],[-1,1],[1,3],[1,6],[1,15],[0,1],[0,1],[-1,-1],[-8,-8],[-3,-6],[-1,0],[0,1],[-2,2],[-1,2],[-3,2],[0,1],[-1,1],[1,1],[1,1],[5,0],[0,1],[0,1],[0,5],[0,2],[0,2],[-3,6],[-1,3],[0,2],[2,11],[1,1],[0,2],[0,9],[1,4],[-1,4],[0,3]],[[1810,2452],[5,15],[2,6],[0,5],[1,5],[-1,16],[0,7],[-1,6],[-2,11],[-2,12],[-4,11],[-6,12],[-4,4],[-10,8],[-13,16],[0,1],[0,6],[3,-2],[1,10],[0,5],[-3,5],[2,5],[1,5],[2,2],[2,-5],[1,1],[0,4],[2,8],[0,4],[1,5],[0,4],[0,4],[0,4],[1,3],[1,2],[2,2],[2,4],[1,2],[-1,11],[2,12],[1,2],[1,-4],[1,-2],[0,1],[2,6],[1,8],[2,4],[0,4],[-1,2],[-2,-1],[-1,2],[0,4],[1,1],[2,0],[2,8],[1,4],[-1,6],[-5,8],[0,4],[1,4],[0,2],[-1,3],[-3,-4],[-1,0],[-1,2],[5,32],[0,1],[-6,39],[-3,17],[-3,17],[-2,14],[-5,27],[-2,14],[-1,5],[0,5],[-1,4],[-9,23],[-3,8],[-1,4],[-9,23],[-1,3],[-8,22],[-2,5],[-2,5],[-6,16],[-5,12],[-5,12],[-3,9],[-5,14],[-3,7],[-2,4],[-1,3],[-3,4],[-2,4],[-2,5],[-4,7],[-3,8],[-6,11],[-2,4],[-6,13],[-6,11],[0,1],[0,4],[-1,2],[-1,0],[0,-1],[-1,-1],[0,1],[0,2],[0,1],[1,17],[0,3],[0,2],[0,4],[0,7],[0,10],[0,2],[-2,2],[-1,1],[0,1],[-3,6],[0,2],[-2,18],[-2,7],[-1,0],[0,1],[-1,6],[0,3],[0,2],[2,7],[1,1],[1,-1],[0,-2],[1,1],[0,3],[0,4],[-1,1],[-3,5],[-1,0],[-2,1],[-2,0],[-1,-2],[-1,0],[0,1],[2,5],[0,1],[1,0],[2,2],[1,2],[3,6],[1,2],[3,8],[1,8],[0,7],[0,1],[0,3],[-1,1],[-2,2],[-4,-3],[-1,1],[-5,0],[-2,1],[-1,0],[-2,2],[0,1],[0,2],[0,1],[0,1],[4,4],[1,0],[0,1],[0,1],[1,6],[0,2],[0,2],[0,1],[-1,1],[-12,39],[-1,1],[-1,-1],[0,-2],[-2,-8],[-1,-1],[-1,-2],[-1,0],[-1,0],[0,1],[0,1],[0,2],[-1,5],[0,4],[-1,4],[-2,3],[-1,1],[-1,-1],[-3,-4],[0,-1],[0,-1],[-4,-8],[-2,0],[-7,2],[-1,-1],[-4,-6],[-1,7],[-1,2],[-1,10],[-8,-2],[-4,5],[-3,12],[0,1],[0,3]],[[1593,3423],[3,6],[1,2],[1,3],[2,4],[2,1],[1,3],[1,2],[1,0],[1,4],[2,4],[1,4],[1,2],[0,5],[2,5],[1,3],[0,1],[1,2],[2,5],[1,4],[1,2],[2,8],[2,4],[2,5],[1,4],[1,4],[2,5],[2,4],[3,4],[2,3],[2,5],[2,4],[2,2],[1,1],[2,1],[1,2],[0,1],[2,4],[2,4],[1,2],[1,4],[1,1],[1,4],[2,1],[0,1],[1,1],[3,2],[1,2],[2,3],[1,1],[1,2],[4,4],[2,3],[2,2],[4,4],[1,1],[3,3],[1,2],[1,1],[2,2],[2,2],[4,3],[1,2],[1,1],[3,2],[2,1],[4,1],[4,2],[5,2],[3,2],[2,1],[3,1],[2,1],[3,0],[2,1],[1,1],[2,1],[5,0],[2,1],[5,0],[6,0],[5,0],[3,0],[2,0],[2,1],[2,0],[1,0],[2,0],[2,1],[1,0],[2,0],[3,1],[5,2],[2,1],[2,1],[4,1],[2,1],[2,2],[2,1],[2,0],[4,1],[1,0],[3,1],[3,-1],[2,1],[2,1],[3,1],[2,1],[2,1],[2,1],[3,2],[2,1],[2,2],[2,2],[2,1],[2,0],[1,0],[3,-1],[2,2],[1,2],[1,2],[2,1],[3,1],[4,1],[1,0],[1,0],[2,1],[1,0],[2,1],[1,0],[1,0],[2,1],[3,2],[2,1],[1,1],[3,1],[2,2],[1,1],[2,1],[3,2],[1,1],[3,1],[3,2],[2,1],[3,1],[2,1],[0,-1],[1,0],[1,-1],[2,-1],[1,-2],[3,1],[3,2],[7,1],[6,1],[8,2],[1,0],[17,3],[5,6],[4,6],[2,0],[-1,-4],[-2,-4],[-2,-5],[0,-4],[0,-1],[1,-2],[2,0],[2,1],[2,3],[2,4],[1,4],[1,4],[1,3],[1,2],[2,6],[2,8],[2,4],[2,2],[2,4],[1,2],[0,9],[2,1],[0,3],[-1,1],[1,4],[1,13],[0,1],[1,1],[1,1],[1,-11],[0,-9],[0,-1],[0,-2],[0,-4],[0,-8],[0,-5],[1,0],[2,6],[2,4],[1,4],[1,5],[1,5],[0,4],[-1,0],[-3,-7],[-1,-1],[2,20],[2,10],[1,8],[0,10],[1,11],[0,3],[0,6]],[[7917,3159],[-1,-2],[-2,-2],[-1,-2],[-1,-4],[0,-7],[1,-3],[0,-5],[-1,-4],[3,-2],[2,-5],[1,-5],[-1,-5],[1,-6],[-2,-5],[0,-5],[2,-2],[2,-3],[-3,-6],[-1,-3],[-1,-4],[1,-6],[-1,-3],[-2,-2],[-2,1],[-1,-3],[0,-6],[-1,-7],[2,-1],[2,2],[1,2],[2,-3],[-1,-7],[2,-10],[-1,-4],[-1,-5],[0,-5],[3,-7],[-3,-6],[-2,-5],[0,-5],[2,-3],[-2,-5],[0,-4],[-1,-3],[0,-5],[2,-2],[3,-1],[1,-5],[1,-3],[2,1],[1,-1],[2,1],[3,3],[2,5],[3,-3],[0,-6],[-1,-7],[1,-4],[2,0],[1,-2],[2,-9],[1,-2],[0,-5],[1,-5],[3,2],[1,-3],[2,-2],[2,-3],[1,3],[1,4],[1,1],[2,-5],[0,-4],[-2,-4],[0,-3],[-1,-11],[1,-5],[1,-5],[1,-5],[-2,-1],[-2,0],[-1,-5],[-1,0],[-2,-1],[-3,-1],[1,-4],[2,-3],[0,-6]],[[7944,2873],[-1,-2],[-1,-2],[-1,-4],[-1,-2],[-3,2],[-1,4],[-1,5],[-1,6],[-1,4],[-3,2],[0,6],[-3,8],[-1,3],[-1,6],[-1,1],[-3,-3],[-2,-3],[-1,-3],[-1,1],[-2,6],[-2,0],[-2,-3],[-2,-3],[-3,1],[-2,2],[-2,2],[-1,4],[-2,0],[0,-4],[-1,-5],[-1,-3],[-1,-1],[-3,1],[-2,7],[1,7],[1,5],[0,5],[0,6],[1,9],[-3,0],[-1,-2],[-1,4],[-2,1],[-1,2],[-2,4],[-1,4],[-1,5],[-1,3],[0,4],[1,4],[0,4],[0,5],[0,4],[1,5],[-2,3],[-1,0],[-2,2],[-1,7],[-1,1],[-2,0],[-1,4],[-1,4],[-1,4],[-1,-3],[-2,-4],[-2,-1],[-2,-4],[-1,-2],[-2,1],[0,4],[-1,3],[-2,-1],[-3,0],[-2,-3],[-2,1],[-1,3],[1,5],[-1,3],[-3,0],[-1,0],[-1,4],[-2,9],[-1,1],[-2,3],[0,3],[-1,4],[-3,-2],[0,7],[1,6],[0,9],[0,5],[-1,2],[-3,-4],[-1,-5],[-2,1],[-1,2],[-2,2],[1,8],[-2,4],[0,4],[1,6],[1,4],[-2,0],[-2,-2],[-2,-1],[-2,2],[-1,3],[0,4],[1,7],[0,4],[0,7],[-1,4],[-1,4],[2,4],[-1,3],[-2,4],[0,5],[-1,4],[-2,0],[-1,-3],[-2,-1],[-1,0],[-1,2],[-1,5],[-1,3],[-1,0],[-1,2],[1,4],[0,4],[1,5],[0,4],[-2,2],[0,5],[-1,5],[-1,3],[-2,3],[0,5],[-2,4],[-1,5],[-2,2],[-1,2],[-1,4],[-2,1],[-2,1],[-2,0],[-1,2],[-1,3],[-2,1],[-1,2],[-2,3],[-1,3],[0,2],[-1,2],[0,4],[0,2],[0,1],[1,4],[0,2],[0,5],[0,5],[0,1],[-2,2],[-2,-2],[-2,-1],[-2,-1],[-1,0],[-1,0],[-3,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-3],[-1,-3],[-1,-4],[-2,-7],[-1,-4],[-2,-4],[-1,-5],[-1,-4],[-1,-6],[0,-4],[1,-8],[0,-4],[-1,-6],[-1,-5],[-1,-2],[-2,-3],[-2,0],[-2,0],[-5,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,-3],[-2,0],[-18,4],[-8,1],[-5,1],[-3,1],[-2,0],[-2,1],[-4,2],[-2,1],[-4,1],[-3,1],[-1,1],[-3,1],[-23,10],[-2,1],[-16,7],[-13,5],[-3,1],[-1,1],[-7,3],[-4,2]],[[7144,3103],[2,-11],[1,-5],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-4],[0,-1],[-1,-6],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[-1,-1],[0,-1],[-2,-3],[-1,-1],[-1,0],[-3,0],[-4,0],[-1,0],[-1,0],[-3,3],[3,-12],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-3,-1],[-2,0],[-3,0],[0,1],[-1,0],[0,1],[-1,0],[-1,3],[-2,0],[0,-5],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-5],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,2],[0,1],[-1,2],[-2,-1],[-4,-1],[0,-1],[-1,1],[-1,0],[-1,2],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,0],[-5,-1],[0,-3],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-6],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-2,-9],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-3,-1],[0,-1],[-2,-6],[-2,-9],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[0,-1],[-1,0],[0,-1],[-2,-5],[-1,-1],[-1,0],[0,-1],[-2,-2],[-1,-1],[-2,0],[-1,-1],[-1,-2],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-9,-5],[-4,4],[-2,6],[-2,5],[0,1],[0,1],[0,1],[0,1],[-2,3],[-2,0],[0,-4],[1,-3],[1,-3],[0,-12],[0,-5],[0,-3],[0,-19],[-2,-71],[0,-5],[0,-14],[0,-5],[0,-5],[-1,-4],[-1,-3],[-1,-4],[-1,-3],[-2,-3],[-1,-1],[-1,0],[-1,1],[-1,1],[-3,7],[-1,2],[-1,2],[0,4],[0,3],[0,4],[-1,8],[0,2],[0,1],[-4,1],[-1,-1],[-1,-1],[0,-1],[-4,-11],[-1,-5],[0,-1],[-1,-4],[-1,-3],[0,-3],[-1,-10],[1,-3],[1,-2],[0,-3],[2,-4],[1,-1],[0,-1],[1,-2],[0,-4],[0,-3],[0,-5],[-1,-3],[-1,-2],[-3,-1],[-1,-1],[-1,1],[-3,3],[-1,2],[0,1],[-2,4],[-1,3],[-1,3],[-1,3],[-2,10],[-1,9],[0,3],[0,1],[-1,1],[-1,1],[-3,-5],[-1,-1],[-1,-6],[-1,-3],[0,-3],[-1,-3],[0,-3],[0,-5],[0,-2],[0,-5],[0,-5],[-1,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,-2],[-1,-1],[-1,-2],[-4,-4],[-1,-1],[-1,-1],[-1,-2],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[1,-7],[1,-2],[1,-1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-3],[-1,-1],[-2,-2],[0,-1],[-5,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,-3],[2,-2],[1,-2],[3,-3],[3,-4],[5,-7],[1,0],[0,-2],[0,-1],[0,-2],[-1,-3],[-1,-5],[-1,-2],[0,-1],[-2,-5],[-1,-1],[-1,-2],[-1,-1],[-2,0],[-5,3],[0,1],[-2,0],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,0],[-2,-3],[-2,-1],[-1,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[2,-33],[1,-2],[0,-1],[1,-1],[1,-1],[1,0],[3,-2],[1,0],[1,0],[3,0],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-3],[0,-1],[1,-4],[0,-1],[0,-2],[0,-1],[-4,-8],[-1,-1],[-1,-1],[-4,-1],[-2,-1],[-1,-1],[-3,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-3,-4],[-1,-2],[-1,-4],[-1,0],[0,-1],[-1,-1],[-6,-3],[-3,0],[-1,0],[-1,-1],[-5,-2],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-2],[-1,-2],[1,-3],[0,-3],[0,-2],[4,-10],[1,-3],[1,-1],[2,-2],[1,0],[3,-1],[1,-1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-8],[0,-2],[0,-10],[-1,-7]],[[6943,2471],[-1,5],[-1,5],[1,6],[-1,4],[-1,12],[-1,3],[-3,1],[-5,6],[-3,3],[-4,9],[-10,21],[-1,4],[-1,3],[-4,9],[-2,6],[-13,29],[-5,13],[-2,2],[-10,24],[-6,13],[-12,28],[-10,25],[-9,20],[-6,15],[-1,3],[-2,3],[-4,10],[-2,3],[-14,32],[-7,16],[-13,31],[-3,5],[-11,23],[-4,8],[-6,14],[-4,8],[-9,20],[-4,9],[-3,7],[-10,21],[-4,10],[-4,12],[-4,9],[-8,21],[-9,23],[-5,11],[-11,30],[-10,23],[-2,6],[-6,17],[-2,5],[-1,3],[-1,3],[-2,3],[-1,3],[-2,3],[-1,2],[0,1],[-1,1]],[[8989,2921],[-2,1],[-1,0],[-2,2],[-1,0],[-2,2],[-1,3],[-2,-4],[-1,-2],[-1,-4],[-1,-6],[-3,-9],[-2,-4],[-3,0],[-2,0],[-1,2],[-1,3],[-1,2],[0,1],[-2,1],[-1,3],[-3,3],[-1,-1],[-3,-2],[-2,-8],[0,-5],[-2,-4],[-3,-5],[-4,6],[-2,0],[-1,0],[-5,5],[-1,-4],[-2,-5],[-2,1],[-3,2],[-4,-3],[-2,-2],[-1,-6],[-2,-1],[-1,5],[0,7],[-1,4],[-2,-3],[-1,-2],[-2,-3],[-2,-4],[-1,-1],[-2,1],[-1,3],[-2,0],[-3,-7],[-1,3],[-1,3],[-3,5],[-1,4],[-1,6],[-1,3],[-2,-1],[-2,-4],[-2,-3],[-3,-2],[-2,5],[-1,3],[-2,5],[-1,1],[-2,-2],[-1,-1],[-2,-9],[-3,-9],[-3,2],[-1,0],[-2,-2],[-2,-15],[-1,-2],[-2,-1],[-4,0],[-1,0],[-3,-3],[-3,-1],[-2,-1],[-1,-4],[-5,-5],[-1,2],[-1,2],[-3,0],[-2,-2],[-3,-8],[-1,-4],[-1,-6],[-2,-3],[-2,1],[-1,0],[-2,2],[-1,1],[-2,-4],[-1,-1],[-4,-9],[-1,-6],[0,-5],[-2,-2],[-1,-2],[-3,-4],[-1,-4],[0,-4],[1,-4],[-1,-5],[-1,-3],[1,-3],[0,-4],[0,-7],[-1,-5],[-2,-2],[-2,-3],[-1,-3],[-2,-1],[-3,3],[-1,-4],[-1,-4],[-1,-5],[-2,-5],[-2,-1],[-1,-2],[-1,-3],[-1,-6],[-1,-3],[-1,-5],[-1,-7],[0,-5],[1,-6],[1,-5],[-2,1],[0,3],[-2,1],[-1,-1],[-2,-1],[-1,1],[-1,-3],[-1,-5],[-1,-1],[-1,-3],[-2,1],[-2,1],[-2,0],[-1,-2],[-2,-4],[-1,-3],[0,-4],[0,-4],[-1,-5],[-1,-3],[-2,-1],[-2,-2],[-2,1],[-2,-4],[-2,-2],[-2,-1],[-1,-3],[0,-4],[-1,-5],[-3,3],[-1,3],[-2,1],[-2,0],[-1,-1],[-2,3],[-2,1],[-1,0],[-2,-2],[-1,-6],[-2,-5],[0,-6],[-4,2],[-1,-5],[-2,-4],[1,-4],[-1,-5],[0,-5],[-2,-6],[-1,-1],[-3,3],[0,4],[-3,4],[-2,-1],[-2,-4],[-5,-3],[-1,1],[-2,-1],[-2,-4],[-1,-7],[0,-4],[-1,-2],[-1,-6],[-1,-5],[-3,-8],[-7,-3],[-3,-4],[-1,-2],[-2,-2],[0,-3],[-1,-6],[-1,-4],[-1,-2],[-2,-1],[-1,-3],[-1,-1],[-1,3],[-2,1],[-2,1],[-1,5],[-1,3],[-1,3],[0,4],[0,5],[-1,5],[0,4],[2,10],[-2,12],[-1,2],[-1,3],[-1,4],[-1,3],[-2,-2],[-2,0],[-1,2],[-2,1],[-2,-2],[-1,5],[-1,8],[-1,4],[-1,3],[-2,-1]],[[8638,2637],[-1,3],[-1,5],[-1,3],[-1,1],[-1,4],[-1,5],[-1,4],[0,6],[-1,5],[-1,0],[-2,-2],[-2,-1],[-2,0],[-1,-1],[-2,-1],[-1,4],[0,4],[-1,4],[1,4],[-2,2],[-1,1],[-2,1],[-2,1],[-2,-1],[-2,-4],[-2,-1],[-3,2],[-2,-1],[-2,-1],[-1,2],[-2,7],[-1,5],[0,4],[0,7],[0,6],[-1,2],[-2,2],[-2,0],[-2,-1],[-2,1],[-2,-1],[-1,-3],[-2,-3],[-1,-1],[-2,0],[-2,-1],[-2,-1],[-2,0],[-3,-1],[-1,2],[-2,4],[-1,8],[0,3],[0,2],[0,1],[0,3],[-1,5],[-1,3],[-1,2],[-3,1],[0,3],[0,4],[-2,5],[-1,0],[-2,4],[-1,5],[-2,4],[-1,2],[-1,4],[0,6],[0,4],[-1,4],[1,5],[1,5],[0,5],[-1,4],[-1,4],[1,3],[1,4],[0,4],[-1,4],[-1,4],[-1,3],[-1,3],[-2,0],[-2,-1],[-1,0],[-2,-2],[-2,-1],[-2,1],[-2,2],[-1,-1],[-2,-1],[-1,-2],[-1,-6],[1,-6],[0,-4],[-2,-1],[-2,1],[-1,2],[-3,-2],[-3,-2],[-1,-3],[0,-6],[-1,-7],[-2,-2],[-2,-2],[-1,0],[-3,-3],[-1,-1],[-2,-1],[-1,-1],[-3,1],[-2,1],[-3,2],[-1,3],[-1,3],[-1,0],[-3,0],[-1,2],[-1,4],[-1,2],[-1,2],[-2,-1],[-2,-2],[-2,-2],[-2,-3],[-1,-4],[-1,-5],[-2,-1],[-3,1],[0,4],[1,3],[1,5],[1,4],[1,3],[1,3],[0,4],[0,5],[1,4],[2,2],[0,5],[-1,5],[0,6],[0,8],[-1,1],[-3,4],[0,4],[-1,4],[0,4],[1,2],[1,1],[1,3],[2,4],[0,4],[-1,4],[-1,4],[-1,2],[-2,3],[-1,4],[0,4],[-1,4],[0,4],[0,4],[0,3],[1,5],[0,4],[1,4],[1,4],[1,4],[0,9],[0,6],[-1,4],[2,2],[1,0],[1,4],[2,3],[0,3],[-4,18],[2,9],[2,2],[0,10],[2,5],[4,0],[2,5],[2,1],[1,3],[2,4],[-1,5],[0,4],[2,6],[-2,6],[0,5],[-3,2],[-3,2],[-1,1],[-1,5],[1,4],[1,5],[2,5],[1,5],[-1,5],[2,5],[0,7],[3,5],[0,6],[-1,3],[-2,6],[2,7],[-1,2],[-2,2],[-2,-1],[-3,9],[2,5],[2,2],[4,4],[1,3],[-1,9],[1,8],[-2,5],[-1,4],[-1,5],[0,6],[1,1],[1,5],[0,6],[-1,3],[-1,13],[0,4],[-1,4],[0,4],[0,5],[0,1],[-1,3],[0,4],[-2,36],[-2,28],[0,2],[-1,6],[-4,64],[-3,34],[-1,9],[0,7]],[[5791,3070],[-2,0],[-1,2],[-2,1],[-1,1],[-2,0],[-1,-1],[-1,-1],[-2,1],[-1,2],[-2,0],[-1,-1],[-2,-2],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[-1,-3],[-2,-1],[-1,-2],[-1,-4],[0,-3],[1,-5],[0,-3],[0,-5],[1,-6],[1,-4],[1,-3],[1,-5],[1,-3],[0,-6],[-1,-5],[0,-4],[-1,-5],[-2,-6],[-1,-5],[-1,-3],[-1,-4],[-1,-4],[-1,-1],[-1,-3],[0,-6],[0,-4],[-1,-4],[1,-4],[1,-9],[0,-3],[-2,-10],[0,-5],[-3,-4],[-2,0],[-4,-12],[-1,0],[-2,-1],[-2,-2],[-2,-3],[-2,-3],[-3,6],[-3,2],[-4,-4],[-2,0],[-2,0],[-2,-1],[-1,-5],[-2,-3],[-4,-6],[-3,0],[-2,0],[-3,2],[-1,0],[-4,1],[-2,-1],[-11,1],[-1,3],[-2,0],[-2,1],[-2,-1],[-2,-6],[-1,-5],[-1,-2],[-1,-3],[-2,0],[-2,-1],[-1,1],[-1,-2],[-2,-1],[-1,4],[-1,2],[0,4],[-1,0],[-2,-2],[0,5],[-1,2],[-2,-2],[-1,-4],[-1,0],[-2,0],[-1,2],[-2,1],[-2,-3],[-2,-7],[-1,-3],[-2,-3],[-2,-5],[-5,-9],[-1,-2],[-2,-3],[-1,-2],[-1,-2],[-1,-3],[-3,-4],[-1,-3],[-2,-3],[-2,-3],[-2,-5],[-2,-3],[-2,4],[-2,0],[-2,-3],[0,-1],[-1,-2],[-2,-5],[-2,-3],[-3,-3],[-2,0],[-2,6],[0,1],[-1,6],[-1,3],[-2,1],[-2,-2],[0,-3],[-1,-8],[-1,-8],[0,-5],[2,-11],[3,-10],[1,-4],[1,-7],[0,-4],[1,-2],[0,-3],[0,-5],[-2,-5],[-1,-2],[-7,-5],[-2,-2],[-1,-3],[-2,-4],[-1,-4],[-2,-5],[-2,-4],[-1,-4],[-1,-2],[-2,-4],[-15,-39],[-1,-3],[-4,-9],[-4,-10],[-2,-5],[-4,-12],[-3,-6],[-2,-5]],[[5544,2623],[-3,14],[-1,4],[-9,39],[-5,22],[-2,8],[-5,21],[0,1],[-4,3],[-4,2],[-1,1],[-7,2],[-1,1],[-2,-1],[-1,-1],[-4,-3],[-1,0],[-3,0],[-4,0],[-1,0],[-9,-1],[-6,3],[-3,6],[0,2],[0,9],[1,9],[1,8],[2,7],[0,1],[1,1],[1,3],[3,5],[1,1],[1,1],[1,1],[3,2],[1,0],[5,7],[4,3],[2,22],[0,1],[-4,11],[-1,4],[-3,12],[-2,11],[-3,11],[-1,5],[-4,16],[-6,27],[-4,13],[-9,41],[-4,14],[-1,5],[-11,45],[-1,6],[-2,-1],[-3,-2],[-2,-1],[-1,4],[0,4],[-1,9],[-1,10],[-2,17],[-3,12],[-1,3],[-2,7],[-6,19],[-2,7],[-3,13],[-2,6],[-9,31],[-3,10],[-3,9],[-6,22],[-3,11],[-2,7],[-1,4],[-3,10],[-2,7],[1,3],[-4,8],[-10,19],[-2,4],[-5,9],[-1,3],[-1,2],[-4,7],[-1,2],[-4,8],[-4,7],[-6,10],[-7,13],[-6,12],[-2,4],[-6,10],[-1,1],[-19,36],[-4,7],[-2,3],[-7,14],[-20,37],[-8,14],[-3,5],[-4,8],[-2,4],[-3,4],[-2,4],[-2,6],[0,4],[0,5],[0,4],[-1,3],[-1,3],[0,4],[1,4],[-1,4],[-1,3],[1,5],[1,5],[1,2],[1,3],[1,3],[1,6],[0,3],[1,5],[0,4],[0,5],[0,3],[-2,5],[-1,3],[-1,2],[0,4],[0,5],[1,4],[0,5],[0,4],[0,4],[0,6],[0,4],[0,7],[1,5]],[[5241,3666],[0,4],[0,-4]],[[5544,2623],[-4,-11],[-1,-1],[-3,-8],[-8,-20],[-13,-33],[-1,-3],[-1,-3],[-4,-12],[-8,-10],[-2,-3],[-5,-6],[-6,-7],[-4,-5],[-5,-7],[-10,-13],[-2,-2],[-7,-8],[-2,-3],[-4,-5],[-3,-4],[-2,-2],[-3,-4],[-8,-9],[-8,-9],[-8,-8],[-1,-1],[-2,-2],[-1,-1],[-4,-4],[-5,-6],[-2,-1],[-1,-2],[-5,-5],[-4,-4],[-2,-2],[-6,-6],[-11,-11],[-8,-8],[-1,-2],[-3,-3],[-15,-17],[-5,-6],[-5,-6],[-7,-8],[-4,-5],[-2,-3],[-3,-3],[-4,-5],[-3,-4],[-3,-2]],[[5315,2310],[-8,2],[-10,3],[-4,1],[-4,2],[-19,6],[-33,10],[-2,0],[-4,2],[-13,7],[-2,2],[-7,4],[-2,2],[-3,1],[-7,5],[-1,0],[-5,4],[-5,2],[-1,1],[-2,1],[-4,3],[-2,0],[-1,1],[-3,6],[-9,19],[-4,5],[-7,14],[-1,1],[-7,12],[-5,11],[-3,9],[-12,52],[-1,4],[0,3],[-2,10],[-12,52],[-2,8],[-3,9]],[[5105,2584],[1,14],[0,8],[2,43],[1,23],[0,11],[0,6],[1,8],[1,24],[0,13],[1,13],[0,5],[0,6],[1,13],[0,6],[0,5],[0,6],[1,6],[0,5],[0,5],[0,11],[1,13],[0,5],[1,8],[0,12],[0,1],[-1,5],[-1,13],[0,4],[0,3],[1,1],[1,4],[2,3],[3,3],[4,10],[2,5],[1,2],[0,2],[0,2],[-1,1],[-4,3],[-3,2],[-5,0],[-1,0],[0,4],[0,4],[1,9],[0,7],[0,4],[1,1],[-1,1],[-1,1],[0,1],[-2,11],[0,3],[0,5],[0,4],[0,3],[-1,7],[0,2],[-1,2],[-3,4],[-1,2],[-3,8],[0,2],[-1,8],[-1,6],[-1,4],[-3,7],[-1,2],[0,1],[-3,4],[-2,1],[1,20],[2,19],[3,50],[1,22],[0,5],[2,23],[3,51],[4,35],[16,52],[3,14],[1,1],[2,2],[2,3],[1,-2],[3,3],[1,3],[0,4],[3,5],[1,0],[1,6],[1,3],[0,6],[0,5],[2,-1],[2,1],[2,-5],[2,-2],[1,-3],[2,2],[-2,4],[-1,2],[-1,4],[-1,6],[3,3],[0,5],[0,4],[0,4],[0,3],[0,4],[-1,3],[0,4],[0,4],[1,6],[-1,5],[-1,3],[-1,4],[0,4],[1,3],[0,4],[-1,3],[-1,3],[-2,0],[-1,4],[0,3],[-1,4],[-1,4],[0,4],[1,4],[1,3],[1,2],[1,4],[-1,4],[1,6],[-1,3],[-1,2]],[[5105,2584],[-3,-2],[-5,-2],[-12,-9],[-1,0],[-5,-3],[-2,-1],[-2,-1],[-6,-4],[-23,-14],[-13,-8],[-3,-1]],[[5030,2539],[-2,-1],[-6,-1],[-1,-1],[-8,-1],[-3,-1],[-6,-1],[-1,-1],[-3,0],[-11,-3],[-10,-5],[-12,-5],[-13,-6],[-4,-2],[-11,-8],[-2,-1],[-3,-1],[-5,-4],[-3,-2],[-4,-2],[-10,-7],[-18,-11],[-5,-3],[-5,-3],[-3,-2],[-2,0],[-4,-1],[-4,-1],[-7,-1],[-3,-1],[-5,-1],[-2,0],[-3,-1],[-1,0],[-12,-1],[-2,-1],[-20,-2],[-12,3],[-7,2],[-6,2],[-6,1],[-5,2],[-1,0],[-1,0],[-6,2],[-2,1],[-1,0],[-2,1],[-5,2],[-18,8],[-4,3],[-6,2],[-2,0],[-5,1],[-5,0],[-11,2],[-8,1],[-10,6],[-10,6],[-6,2],[-35,15],[-23,9]],[[4619,2528],[1,22],[1,21],[2,33],[2,33],[1,20],[1,18],[2,35],[-1,2],[0,1],[-3,7],[-17,56],[-5,17],[-6,16],[-9,29],[-1,3],[-9,30],[-2,7],[-3,7],[-4,13],[-4,12],[-2,6],[-2,6],[-1,4],[-1,4],[-3,11],[-2,3],[0,3],[-2,3],[-3,11],[-3,10],[-2,6],[-4,13],[-2,7],[-3,8],[-1,3],[-5,17],[-3,9],[-1,2],[-2,10],[-3,7],[-2,6],[0,3],[-2,5],[-1,3],[0,1],[-2,7],[-7,21],[-1,4],[-4,10],[-1,5],[-2,7],[-1,3],[-1,3],[-3,10],[-2,6],[0,1],[-2,5],[-1,4],[-2,7]],[[8638,2637],[-2,-3],[-1,-6],[-1,-3],[-3,-3],[-2,-2],[-1,-3],[-2,-2],[0,-3],[-1,-5],[1,-4],[-1,-4],[-1,-4],[-1,-2],[-2,-1],[0,-6],[-1,-4],[-1,-3],[-1,-6],[-1,-5],[-1,-2],[-2,0],[-2,2],[-2,1],[-1,-3],[0,-4],[0,-5],[-2,-3],[-1,-3],[-1,-2],[-1,-2],[-2,-5],[-1,-4],[-1,-2],[-2,1],[-2,-1],[-1,-1],[-2,-2],[-2,-2],[-1,-5],[-1,-5],[-1,0],[-2,4],[0,6],[-1,3],[-2,2],[-1,4],[-2,1],[-1,0],[-2,-3],[-1,-1],[-2,0],[0,-5],[1,-2],[2,0],[1,-1],[2,-2],[1,-2],[1,-3],[1,-3],[1,-3],[1,-4],[2,-1],[1,-2],[1,-1],[1,-3],[1,-5],[0,-5],[0,-4],[-1,-5],[0,-4],[-2,-6],[-2,-6],[0,-4],[-4,-15],[-5,-23],[-2,-7],[-6,-24],[0,-3],[-2,-5],[0,-3],[-2,-1],[-2,-5],[0,-4],[-1,-3],[-1,-4],[-1,-4],[1,-4],[-1,-6],[0,-4],[-1,-4],[-1,-3],[-1,-3],[0,-5],[1,-4],[1,-3],[1,-6],[2,-4],[1,-2],[2,-4],[0,-4],[1,-3],[0,-5],[0,-5],[0,-5],[1,-4],[1,-1],[3,2],[2,1],[1,-3],[2,-1],[0,-4],[1,-5],[-1,-5],[-1,-3],[-3,-1],[-1,-3],[-1,-3],[1,-4],[0,-7],[-1,-5],[2,-1],[2,-2],[1,-2],[0,-5],[0,-8],[0,-3],[1,-2],[2,-6],[1,-3],[2,-3],[1,-4],[1,-4],[1,-2],[0,-4],[0,-4],[-1,-1],[-1,-4],[-1,-5],[-1,-5],[2,-3],[-1,-4],[-1,-5],[-1,-4],[-2,0],[-1,-2],[0,-4],[0,-4],[2,-3],[1,-6],[1,-4],[1,-4],[0,-4],[-2,-4],[-2,-2],[-2,-3],[-1,-3],[-2,2],[-1,2],[-1,4],[-3,1],[-1,-1],[-2,2],[-1,3],[-1,0],[0,-7],[0,-4],[0,-4],[0,-3],[-2,-5],[-1,-2],[-2,-2],[-1,-3],[0,-6],[0,-4],[-2,-2],[-2,0],[-3,0],[-3,-2],[-1,-5],[-1,-3],[-2,-2],[-1,-2],[1,-6],[0,-4],[1,-5],[0,-4],[2,2],[2,2],[1,-1],[2,2],[1,-8],[0,-6],[1,-4],[1,1],[2,-2],[2,1],[1,-4],[2,-5],[1,-3],[2,-2],[3,3],[2,-2],[1,0],[0,-5],[0,-5],[1,-4],[0,-2],[2,-3],[-1,-4],[-1,0],[-2,-3],[-1,-2],[-2,-4],[-2,-2],[-1,-2],[-1,-7],[1,-4],[1,-3],[1,-4],[1,-2],[2,-6],[-1,-3],[-2,-3],[-1,-3],[-1,-3],[-3,0],[-2,2],[-3,0],[-2,-3],[-1,-4],[-1,-7],[-1,-4],[-2,-2],[-2,2],[-2,1],[-2,1],[-1,-3],[-2,-2],[-2,-4],[-2,-2],[-1,-5],[-2,-4],[-1,-3],[-2,-5],[0,-4],[-1,-4],[-2,-2],[-2,-1],[-2,2],[-1,-1],[-1,-3],[-1,-4],[-1,-4],[-1,-2],[-2,0],[-2,2],[-1,2],[-2,1],[-1,-2],[-1,-4],[-1,-5],[-1,-3],[-1,-4],[-1,-4],[-1,-2],[-2,0],[-2,1],[-1,-1],[-1,-4],[-3,-1],[-2,3],[-1,3],[0,4],[-1,4],[0,4],[-1,3],[-1,3],[-2,0],[-3,0],[-1,-1],[-1,4],[-1,5],[-2,2]],[[8477,1901],[0,4],[0,4],[0,4],[-2,3],[-1,3],[-1,-4],[-2,-3],[-2,-4],[0,5],[-2,6],[-1,-1],[-2,-3],[-1,1],[-2,0],[-2,-3],[-2,0],[-1,4],[-1,-1],[-2,2],[-2,3],[0,4],[-1,3],[-1,4],[0,6],[0,5],[-1,5],[-2,-1],[-2,-2],[-1,0],[-2,1],[-2,1],[0,6],[-3,2],[-2,0],[-2,-1],[-3,-5],[-1,0],[-1,3],[0,7],[-1,5],[-1,6],[1,4],[-2,2],[-2,0],[-1,0],[-2,-1],[-2,-1],[-1,-4],[-1,-3],[-1,-3],[-2,-2],[-2,-1],[-3,3],[-1,5],[-1,3],[-2,1],[-2,1],[-2,2]],[[8399,1976],[-2,0],[0,1],[-2,0],[-1,3],[0,5],[-1,6],[0,5],[2,4],[1,4],[-1,4],[0,1],[-1,1],[-1,7],[0,4],[-1,6],[1,3],[2,0],[2,3],[2,2],[1,2],[1,2],[2,2],[1,5],[-1,6],[0,8],[0,4],[-3,5],[-1,4],[1,11],[1,4],[1,2],[2,1],[1,-1],[2,3],[0,5],[-1,4],[-2,2],[-2,1],[-1,3],[0,5],[0,5],[1,6],[1,5],[1,5],[3,2],[2,1],[1,0],[2,-1],[2,3],[1,0],[2,2],[2,2],[1,6],[0,5],[0,7],[0,6],[1,5],[1,3],[-2,0],[-2,0],[-2,4],[-1,3],[-1,2],[0,4],[0,5],[-1,4],[-1,1],[-2,-1],[-3,1],[-1,4],[0,3],[0,5],[1,6],[2,2],[3,3],[1,2],[2,4],[2,2],[-1,3],[-2,3],[-1,5],[1,3],[2,4],[1,3],[1,3],[0,5],[-1,4],[0,4],[-1,3],[-1,5],[1,4],[2,3],[-2,2],[-1,1],[-2,3],[-1,3],[-1,1],[-2,0],[-2,0],[-1,3],[-2,1],[-1,1],[-2,2],[-2,1],[-1,3],[-1,4],[0,6],[0,4],[-1,4],[-2,-1],[-1,-2],[-1,-2],[-2,1],[-1,-1],[-2,-3],[-2,2],[-1,-3],[-2,-3],[-1,2],[-1,3],[0,5],[0,5],[-1,3],[1,3],[0,5],[0,4],[-1,4],[-1,-1],[-2,-2],[-1,0],[-1,1],[-1,4],[-1,4],[1,4],[-1,4],[0,4],[-2,0],[-1,0],[-2,3],[0,5],[-1,6],[0,6],[1,3],[-1,1],[-2,0],[-2,0],[-1,2],[0,4],[-3,3],[-1,-1],[-2,1],[1,4],[-1,5],[-1,3],[-3,2],[-1,-1],[-2,-1],[-2,0],[-1,3],[-2,0],[-1,0],[-1,3],[-2,1],[0,6],[1,4],[1,3],[2,2],[1,4],[3,1],[2,4],[1,3],[1,7],[-1,12],[-1,1],[-2,-1],[-5,5],[-2,2],[-1,3],[0,6],[0,5],[1,5],[2,1],[1,6],[1,4],[2,2],[3,3],[1,1],[2,-3],[0,-3],[1,-4],[3,1],[1,3],[1,4],[0,4],[0,4],[0,4],[1,4],[0,5],[2,2],[1,2],[2,3],[1,0],[7,-1],[1,4],[-1,4],[-1,3],[-1,3],[-1,4],[1,4],[1,3],[0,6],[-1,3],[-1,0],[-2,1],[-1,-3],[-2,-2],[-2,4],[-1,3],[-1,2],[-2,-1],[-1,-3],[-2,2],[-1,3],[-1,9],[-1,3],[-2,1],[-1,-1],[-2,-2],[-2,-1],[-2,1],[-1,3],[0,5],[-2,4],[-1,3],[-1,3],[-1,0],[-2,1],[-2,-2],[-1,1],[-1,5],[-1,2],[-1,5],[0,3],[0,4],[0,6],[-2,2],[-1,3],[-2,0],[-1,4],[0,4],[-1,3],[-3,0],[-2,-1],[-1,-1],[-2,0],[-1,-1],[-2,0],[-1,5],[-1,4],[-2,4],[0,5],[-1,6],[0,7],[-1,3],[-1,1],[-2,0],[-2,-3],[-3,-4],[-2,-2],[-1,-2],[-2,-3],[-1,3],[-4,1],[-1,-1],[-3,1],[-2,1],[-1,0],[-2,2],[-2,2],[-1,2],[-2,1],[-1,3],[0,4],[-1,4],[-2,3],[-2,1],[-1,5],[-1,4],[-1,5],[0,6],[0,5],[-1,1],[0,3],[-2,2],[0,6],[-2,2],[-3,-1],[-1,0],[-2,0],[-1,-3],[0,-7],[-1,-2],[-2,0],[-2,0],[-3,2],[-1,2],[0,7],[-2,1],[-2,1],[-1,5],[1,7],[-1,4],[-1,4],[-2,0],[-1,2],[-2,1],[0,5],[0,5],[1,7],[-2,4],[-2,1],[-2,-3],[-2,0],[-1,-3],[0,-4],[-2,-3],[-1,0],[-1,4],[-1,2],[-3,-4],[-1,-3],[-1,-3],[-2,0],[-1,3],[0,5],[-1,7],[0,6],[-1,1],[-3,-1],[-1,-2],[-2,7],[-1,5],[0,6],[-3,0],[-3,-1],[-2,8],[1,4],[2,5],[2,2],[2,4],[0,6],[-1,6],[-1,2],[-2,5],[2,2],[0,5],[-2,2],[-2,1],[-1,4],[-2,2],[0,4],[1,4],[2,2],[1,5],[-1,2],[-1,4],[-2,2],[-2,2],[-1,1],[-1,3],[-2,2],[-1,5],[1,5],[1,5],[1,4],[1,4],[2,1],[0,5],[-2,5],[0,4],[2,2],[1,3],[1,5],[2,4],[-1,3],[-1,4],[-1,2],[-2,2],[0,4],[-1,4],[-2,2],[-2,3],[-1,3],[0,4],[1,4],[-1,4],[-1,2],[-2,2],[-2,0],[-2,2],[-2,1],[-2,-1],[-1,4],[1,4],[0,4],[-1,3],[0,4],[-1,4],[-1,3],[1,5],[2,2],[1,1],[1,4],[0,4],[0,5],[-1,3],[-1,3],[-2,1],[-2,1],[-1,2],[-2,3],[-1,-1],[-2,-3],[-2,0],[-1,4],[-3,2],[-2,-1],[-1,-5],[-2,-3],[-2,-4],[-1,-2],[-1,-4],[-1,1],[-1,4],[0,4],[0,4],[0,5],[1,5],[0,4],[-1,4],[0,4],[-1,4],[-1,1],[-2,-2],[-2,-3],[-1,0],[-2,-2],[-2,3],[-1,3],[-2,0],[-2,-1],[-1,0],[-1,4],[-1,5],[1,3],[-1,4],[-2,1],[-1,0],[-3,-1],[-2,-2],[-1,1],[-1,6],[-1,3],[1,8],[-2,4],[0,6],[0,3],[1,6],[-1,4],[-3,0],[-1,-4],[-1,-7],[-1,-10],[-1,-2],[-2,3],[-4,-2],[-3,0],[-1,-3],[-1,-2],[-3,-2],[-3,-2],[-3,-4],[-1,-2],[-1,-9],[-1,-6],[-2,-4],[-2,-2],[0,-10],[-2,2],[-2,0],[-1,4],[-2,-1],[-2,-7],[-2,-5],[0,-6],[1,-5],[1,-4],[1,-6],[-2,-6],[0,-7],[-1,-4],[-2,1],[-2,2],[-1,5],[-3,4],[-1,-1],[-1,-4],[-1,-4],[-3,-13],[-2,1],[-1,-1],[-2,3],[-2,3],[-1,-1],[-3,3],[-2,0],[-1,-2],[-1,-3],[-2,5],[-2,4],[-1,2],[-1,3],[-2,4],[0,1],[-1,2],[-2,-1],[-2,-3],[-2,-3],[-2,-1],[-2,0],[-2,-2],[-1,1],[-2,-1],[-1,-3],[-2,-3],[-1,-2],[-2,-3],[0,-5],[-3,-3],[0,-4],[-1,-6],[-1,-4],[-2,-8],[-2,-5],[-1,-4],[0,-6],[-1,-4],[-1,1],[-1,-6],[0,-5],[0,-6],[1,-6],[2,-6],[2,-2],[2,2],[6,-7],[-1,-5],[-2,-2],[-1,-2],[-3,-1],[-1,-1],[1,-6],[1,-5],[-4,-6],[0,-7],[2,-6],[-1,-5],[0,-5],[-2,-3],[-1,2],[-3,-6],[-1,-3],[-1,1],[-3,0],[-1,-2],[-1,-4],[0,-4],[-1,-3],[0,-5],[-2,-5],[-1,0],[-1,1],[-2,2],[-1,1],[-2,-6],[0,-4],[-1,-5],[1,-4],[-1,-3],[-1,-4],[-1,-4],[-2,-3],[-2,-3],[-2,2]],[[7970,2788],[-1,6],[0,4],[-2,4],[-1,4],[-1,7],[0,3],[1,4],[1,5],[0,8],[0,4],[-1,4],[-2,4],[-1,5],[1,5],[1,4],[-3,4],[-2,2],[-2,1],[-1,-3],[-1,-2],[-3,0],[-1,0],[-1,5],[-1,3],[-2,-2],[-2,1],[-2,5]],[[1810,2452],[-4,-10],[-18,-48],[-3,-14],[-2,-12],[-1,-2],[-2,-22],[0,-2],[-2,-30],[2,-24],[0,-15],[-1,-14],[-1,-4],[-2,-5],[-7,-6],[-1,0],[-5,-6],[-3,-6],[-1,-6],[-1,-12],[1,-7],[1,-4],[7,-20],[4,-17],[2,-11],[1,-5],[1,-10],[0,-1],[2,-16],[1,-4],[1,-11],[0,-5],[0,-2],[-4,-8],[-3,-7],[-2,-7],[-2,-12],[-2,-18],[-1,-13],[0,-25],[0,-12],[2,-18],[0,-4],[1,-5],[0,-1],[2,-9],[1,-11],[6,-3],[3,-12],[3,-13],[4,-16],[2,-11],[-2,-2],[-2,-5],[-1,0],[0,-2],[-2,-2],[-2,-4],[-3,-5],[-7,-10],[0,-1],[-8,-14],[-9,-17],[-4,-9]],[[1749,1825],[-1,4],[-3,8],[-5,15],[-2,6],[-3,9],[-2,2],[-3,7],[-3,8],[-3,6],[-3,7],[-1,3],[-1,3],[-3,9],[-2,6],[-1,3],[-2,10],[-1,3],[0,8],[-1,2],[0,1],[-3,6],[-2,6],[0,2],[-2,5],[0,2],[-1,2],[-4,8],[-5,10],[-4,8],[-5,11],[-5,12],[-7,24],[-5,19],[-4,12],[-4,9],[-3,5],[-3,4],[-6,5],[-1,1],[-5,5],[-2,1],[-10,12],[-1,2],[-1,2],[-2,3],[-4,5],[-2,1],[-4,1],[-3,-1],[-4,1],[-1,0],[-3,1],[-2,1],[-2,2],[-2,1],[-7,4],[-3,1],[-5,0],[-3,-2],[-4,-3],[-15,-17],[-1,-1],[-9,-7],[-2,-1],[-4,-1],[-5,-1],[-1,-1],[0,-1],[-14,-6],[-18,-10],[-10,-8],[-4,-5],[-1,0],[-5,-9],[-3,-7],[-3,-12],[-1,-2],[-6,-16],[0,-2],[-7,-12],[-16,-19],[-8,-7],[-10,-6],[-3,1]],[[1429,1983],[-4,-3],[-4,0],[-1,-1],[-10,1],[-8,3],[-5,4],[-9,8],[-7,11],[-5,11],[-4,10],[-1,4],[-3,6],[0,2],[-5,14],[-3,10],[-8,22],[-11,30],[-6,14],[-2,4],[-2,3],[-1,2],[-2,3],[-3,4],[-2,4],[-1,1],[-2,2],[0,1],[-1,1],[0,26],[0,4],[0,7],[1,7],[-1,2]],[[1319,2200],[2,-4],[1,-2],[1,-2],[1,-2],[2,-3],[1,-1],[2,-3],[1,-2],[1,-2],[4,-5],[2,-2],[1,-1],[1,0],[3,-4],[3,-3],[1,-2],[3,-2],[2,-1],[2,0],[3,-2],[5,-4],[1,0],[2,-2],[3,-1],[5,-3],[2,0],[4,-2],[4,0],[5,-1],[3,0],[2,0],[3,0],[5,0],[3,1],[3,2],[2,0],[5,4],[3,2],[1,1],[2,0],[1,0],[4,-1],[1,-1],[2,-1],[1,0],[2,1],[2,1],[2,2],[2,0],[2,1],[1,1],[1,0],[1,1],[1,2],[8,7],[6,6],[1,0],[3,3],[1,7],[1,3],[2,12],[2,9],[0,2],[1,4],[1,5],[2,11],[9,41],[0,10],[3,25],[0,1],[-1,0],[-1,1],[2,14],[3,18],[3,14],[0,1],[0,1],[0,1],[1,1],[0,4],[2,6],[0,1],[1,4],[0,4],[2,10],[1,10],[1,8],[1,4],[1,8],[0,3],[2,11],[0,1],[1,3],[3,23],[0,2],[1,6],[0,5],[0,3],[-1,3],[0,4],[-1,3],[-1,5],[-1,2],[-1,2],[-1,2],[-1,3],[-2,5],[-1,5],[-2,9],[0,6],[0,3],[-2,10],[0,1],[1,1],[-1,3],[0,2],[0,6],[-1,4],[0,5],[-1,10],[-1,7],[-1,3],[-1,4],[-2,13],[-1,9],[-1,6],[0,2],[0,2],[-2,8],[-1,9],[-2,17],[-2,18],[-4,13],[-4,10],[-2,3],[-2,5],[-3,7],[-1,2],[-3,4],[-3,3],[-4,4],[-6,12],[-1,4],[-3,7],[-5,18],[-1,6],[-1,8],[-2,9],[-1,10],[0,1],[0,1],[-2,8],[-1,5],[-1,7],[-3,8],[-2,5],[-1,4],[-1,2],[-2,4],[-2,2],[-1,3],[-2,4],[-1,1],[-5,9],[-1,3],[-1,2],[-2,5],[-1,7],[-1,3],[-2,2],[-1,3],[-2,1],[-2,2],[-1,1],[0,1],[0,3],[-1,2],[0,2],[0,1],[1,0],[1,-1],[1,-3],[1,-2],[2,1],[1,0],[0,1],[1,1],[0,1],[1,0],[1,1],[0,1],[1,3],[0,1],[-1,1],[-1,-2],[-1,1],[-1,1],[0,1],[0,3],[0,1],[0,3],[-2,8],[0,4],[-1,7],[0,5],[-1,6],[0,3],[-1,2],[-1,4],[-1,3],[-1,0],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,4],[0,2],[-1,4],[0,1],[-1,2],[0,1],[-1,1],[0,2],[1,4],[0,3],[1,4],[0,1],[0,1],[1,1],[-1,1],[0,6],[0,5],[1,4],[1,6],[0,3],[1,3],[0,4],[1,6],[2,10],[1,4],[2,7],[0,2],[2,5],[1,4],[1,6],[1,5],[1,6],[1,5],[0,5],[1,4],[1,6],[0,3],[1,3],[2,8],[1,2],[1,7],[1,5],[1,4],[2,6],[0,4],[2,6],[0,2],[1,3],[1,4],[0,7],[2,7],[2,7],[1,6],[1,4],[0,2],[1,3],[0,3],[0,2],[0,2],[1,5],[1,3],[0,6],[0,3],[1,5],[0,5],[1,6],[0,6],[0,1],[0,3],[0,1],[1,9],[0,6],[0,4],[0,4],[0,7],[0,5],[1,8],[0,5],[1,3],[0,4],[1,6],[0,5],[1,6],[1,4],[1,19],[1,14],[0,12],[1,4],[1,3],[1,7],[2,6],[1,6],[3,9],[5,16],[6,12],[1,4],[6,14],[6,8],[2,5],[14,17],[2,1],[7,6],[9,5],[2,2],[4,4],[4,3],[1,2],[3,5],[3,3],[4,2],[0,1],[1,-1],[7,-4],[4,-4],[5,-5],[0,-1],[11,-16],[1,-3],[4,-6],[3,-6],[3,-6],[2,-4],[2,-3],[1,-6],[2,-6],[0,-1],[1,-3],[1,-2],[0,-3],[1,-2],[2,-4],[2,-2],[2,0],[3,-1],[3,0],[3,4],[2,4],[2,3]],[[3511,2698],[-1,-3],[-1,-3],[0,-1],[-1,-9],[-1,2],[0,1],[-1,1],[0,4],[-1,0],[0,1],[0,3],[-1,0],[-2,-10],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-4],[0,-1],[1,-13],[1,-2],[2,-4],[0,-1],[0,-2],[0,-1],[1,-12],[0,-1],[0,-2],[-1,-2],[-1,0],[-1,-1],[-1,1],[0,1],[-3,6],[-1,3],[0,2],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-9],[1,-5],[0,-4],[7,-15],[2,-2],[1,-1],[1,0],[0,1],[2,4],[3,4],[2,2],[2,1],[1,0],[1,-1],[1,-2],[0,-2],[0,-3],[0,-2],[-1,-7],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-11],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-2,0],[-2,1],[-2,3],[-2,1],[0,1],[-3,2],[0,-1],[-1,-1],[-6,-2],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,3],[0,1],[-1,1],[0,1],[-1,0],[-4,2],[-2,0],[-1,1],[-1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,-2],[1,-8],[0,-7],[0,-3],[-1,-15],[0,-1],[-1,-2],[-2,-9],[0,-2],[-1,-9],[-3,-23],[-1,-11],[0,-6],[-1,-3],[0,-2],[1,-1],[0,-2],[2,-10],[1,-7],[1,-2],[-1,-3],[0,-2],[-1,-3],[-4,-8],[-3,-4],[-2,-1],[-1,0],[-2,0],[-2,-2],[-1,-1],[-2,-5],[0,-2],[-1,-1],[0,-4],[1,-1],[0,-1],[1,-1],[5,0],[1,1],[4,8],[1,2],[0,1],[5,14],[1,1],[1,0],[0,-1],[10,-15],[1,-3],[1,-2],[1,-1],[1,-3],[0,-2],[2,-13],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-2,-8],[0,-1],[-2,-8],[0,-3],[1,-1],[1,0],[4,0],[5,2],[1,1],[0,1],[2,13],[1,9],[0,2],[0,2],[1,1],[0,1],[3,1],[2,1],[0,-1],[3,-9],[0,-7],[-1,-9],[-1,-11],[-1,-1],[0,-2],[0,-2],[0,-9],[0,-1],[1,-1],[1,0],[2,0],[0,-4],[0,-9],[0,-1],[5,-5],[1,0],[4,-3],[3,-2],[4,-2],[1,0],[3,-5],[0,-1],[0,-1],[0,-2],[-3,-6],[-7,0],[-2,0],[-2,1],[-1,0],[-5,4],[-1,1],[-1,1],[-2,1],[-2,1],[-1,0],[0,-2],[2,-5],[0,-3],[0,-1],[-1,-2],[-3,-5],[-1,-1],[-1,0],[-1,0],[1,-2],[0,-1],[2,-9],[1,-1],[5,-14],[1,0],[3,-3],[-3,-4],[-1,-3],[-1,-4],[-1,-2],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[1,1],[1,0],[0,-1],[5,-23],[0,-2],[-1,-1],[-2,-5],[-2,0],[0,1],[-1,3],[-5,-5],[-3,-4],[0,-3],[-1,-3],[0,-1],[-1,-1],[-4,0],[-2,0],[-2,-1],[-1,0],[-3,-4],[-1,-3],[0,-1],[-1,-1],[-5,-7],[-16,-3],[-2,0],[-1,1],[-1,2],[-1,1],[-1,0],[0,-1],[-7,-9],[0,-1],[-1,0],[0,-7],[-1,-2],[-1,-2],[0,-2],[3,-3],[1,-1],[3,-6],[-2,-5]],[[3456,2158],[-18,6],[-2,1],[-19,7],[-8,3],[-5,-2],[-2,-1],[-1,-1],[-6,-3],[-2,-1],[-4,-2],[-2,-1],[-1,-1],[-2,-1],[-6,-3],[-1,0],[-6,-3],[-18,-8],[-4,-2],[-5,-2],[-1,-1],[-2,-1],[-2,0],[-3,-2],[-5,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-6,-3],[-3,-1],[-8,-4]],[[3309,2127],[-4,-3],[-5,-3],[-4,-4],[-3,-1],[-7,-5],[-17,-12],[-4,-3],[-15,-11],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-1],[-2,-1],[-4,-3],[-2,-2],[-10,-7],[-2,0],[-6,-1],[-1,0],[-1,-1],[-11,-1],[-2,0],[-3,0],[-2,0],[-3,-1],[-2,0],[-5,0],[-1,0],[-10,0],[-2,0],[-4,0],[-5,-1],[-5,-1],[-3,-1],[-9,0],[-11,-1],[-7,-1],[-1,0],[-78,-5],[0,5],[0,10],[-1,4],[0,4],[-1,4],[0,4],[0,1],[-2,3],[-1,1],[-3,-1],[-4,-2],[-1,0],[-1,1],[-1,1],[-1,4],[0,4],[0,3],[0,1],[1,1],[1,-1],[8,0],[1,-1],[2,1],[3,2],[3,1],[1,0],[3,7],[0,1],[0,1],[0,2],[0,2],[-3,10],[2,13],[0,1],[0,2],[0,1],[-2,2],[-2,-1],[0,1],[-1,0],[0,1],[0,4],[0,3],[-1,8],[-1,1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,3],[0,3],[2,11],[0,1],[0,4],[0,1],[-1,0],[0,-1],[-2,-3],[-5,-9],[-1,-1],[-1,-1]],[[3036,2167],[-1,0],[-1,3],[0,1],[0,3],[0,2],[1,2],[2,6],[0,1],[0,3],[0,1],[-1,0],[-1,0],[-1,-7],[-2,-11],[-1,-5],[0,-1],[-1,-1],[0,-1],[-1,-2],[-2,0],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[-4,3],[-6,4],[-2,1],[0,2],[0,1],[0,2],[0,1],[2,1],[1,0],[0,-1],[1,-2],[1,0],[0,2],[-1,4],[-1,2],[-1,1],[-1,1],[-4,2],[1,3],[1,1],[0,2],[-3,6],[-4,13],[-1,2],[0,6],[0,2],[1,8],[1,-1],[1,-4],[1,0],[3,4],[1,2],[0,6],[0,1],[0,1],[-1,1],[-1,0],[0,2],[-2,5],[-2,8],[0,5],[1,5],[0,3],[-1,17],[0,17],[-1,1],[0,1],[-11,14],[-1,1],[-1,0],[-3,-2],[-1,0],[0,-1],[0,-1],[1,-4],[0,-1],[-5,-9],[-1,-2],[-2,-4],[-1,0],[-1,0],[-1,1],[-1,3],[1,4],[0,4],[-1,2],[-1,1],[-1,2],[-3,5],[0,1],[-7,1],[-2,-2],[0,-1],[-1,4],[0,2],[1,0],[2,2],[3,3],[-1,0],[-1,2],[-2,10],[0,4],[-1,2],[-1,3],[0,2],[-2,5],[-2,4],[-2,3],[-1,-2],[-1,0],[-1,4],[0,2],[0,1],[1,1],[1,3],[0,2],[1,1],[-1,2],[-3,4],[-2,3],[0,2],[0,2],[0,2],[0,1],[2,2],[1,1],[0,1],[0,2],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-4,-5],[-1,-1],[-4,1],[-1,1],[0,1],[0,2],[0,3],[1,3],[2,2],[1,1],[1,3],[0,1],[2,3],[2,12],[0,2],[-1,2],[0,1],[-4,12],[0,2],[0,2],[-2,10],[1,0],[0,1],[1,1],[0,8],[0,9],[0,9],[-3,6]],[[4168,2538],[-1,-1],[-7,-4],[-5,-4],[-1,-3],[-1,-3],[-1,-12],[0,-1],[7,-26],[0,-1],[0,-1],[-3,-4],[0,-1],[-3,-6],[-4,0],[-1,1],[-1,2],[-2,4],[-6,13],[-1,1],[-1,2],[-4,3],[-6,5],[-1,1],[-1,2],[-1,1],[-2,7],[-3,8],[0,1],[-3,4],[-1,0],[-1,0],[-2,-2],[-1,-3],[-2,-9],[0,-10],[2,-12],[0,-1],[0,-6],[-1,-3],[-1,-2],[-4,-8],[-2,-2],[-2,-2],[-1,-1],[-4,-1],[-1,0],[-2,1],[-4,1],[-7,5],[-1,1],[-2,6],[0,5],[-1,4],[1,7],[-2,15],[-2,7],[-4,12],[-1,4],[-7,18],[-4,13],[-1,2],[-1,2],[0,4],[-1,10],[0,1],[1,0],[-1,1],[0,1],[0,1],[-1,2],[-2,2],[-2,1],[-4,4],[-1,2],[0,1],[-1,3],[-2,12],[0,1],[0,1],[-1,1],[0,1],[-2,1],[0,-1],[-1,-2],[-2,-5],[-8,-9],[-2,-2],[-3,-1],[-1,0],[-4,1],[-1,0],[-3,2],[-2,1],[-2,-3],[-4,-6],[-2,-5],[-2,-7],[-1,-12],[-2,-4],[-1,0],[-1,0],[-1,1],[-2,6],[-1,9],[-1,3],[-1,1],[-1,1],[-2,-1],[-3,-7],[-2,-5],[-1,-7],[0,-1],[-1,-2],[-6,1],[-1,-1],[-4,0],[-1,0],[-3,0],[-1,1],[-5,5],[-2,1],[-1,1],[-1,1],[-2,2],[-1,2],[-2,5],[-1,4],[0,7],[3,6],[0,3],[0,1],[0,1],[0,1],[-2,0],[-9,-5],[-4,-6],[0,-1],[-2,0],[-2,2],[-1,3],[-1,1],[-1,1],[-1,0],[-1,0],[-1,-2],[0,-2],[0,-13],[0,-1],[-1,0],[-2,-3],[-2,-2],[-3,-2],[-3,0],[-1,3],[-2,13],[-2,4],[-1,2],[-2,0],[-1,0],[-12,1],[-1,0],[-2,-2],[0,-1],[-1,-1],[-1,-4],[-1,-2],[-1,-5],[-2,-3],[-2,0],[0,1],[-4,11],[0,1],[-1,0],[-1,0],[-1,-2],[-1,-2],[-2,-4],[-3,-3],[1,-1],[0,-6],[0,-1],[0,-7],[-1,-4],[0,-3],[1,-5],[5,-17],[1,-1],[2,-2],[2,-2],[1,-1],[0,-1],[1,-4],[1,-1],[-1,-10],[0,-4],[-1,-10],[2,-11],[0,-3],[0,-1],[0,-11],[-1,-2],[-1,-5],[-5,-9],[-1,-4],[1,-1],[0,-1],[2,-1],[0,-2],[-2,-12],[-4,-32],[-2,-16],[-1,-7],[-1,-9],[-1,-4],[-3,-21],[-2,-15],[-1,-8],[-2,-12],[-1,-6],[-2,-17],[-2,-17],[-1,-4],[-2,-15],[0,-3],[-9,-61],[-1,-12],[-3,-18],[-1,-12],[-2,-16],[-1,-5],[-1,-5],[-1,-7],[-3,-26],[-3,-18],[-2,-17],[-1,-5],[-1,-10],[-3,-20],[-7,-53],[-2,-17],[-7,-50],[0,-3]],[[3807,1896],[-1,0],[-1,1],[-2,2],[-18,18],[-3,3],[-10,9],[-5,4],[-3,3],[-28,27],[-4,4],[-5,5],[-16,15],[-2,2],[-2,2],[-1,1],[-15,15],[-4,3],[-17,16],[-1,1],[-1,2],[-5,4],[-8,7],[-8,8],[-2,2],[-11,10],[-18,18],[-10,9],[-19,18],[-4,4],[-1,1],[-33,13],[-6,3],[-2,0],[-10,3],[-8,3],[-8,3],[-3,2],[-7,3],[-24,9],[-7,2],[-2,0],[-2,1],[-3,2],[-11,4]],[[4077,3108],[6,-43],[1,-5],[1,-11],[2,-11],[2,-10],[1,-8],[1,-9],[4,-25],[4,-27],[2,-9],[0,-4],[3,-19],[4,-23],[1,-9],[1,-4],[3,-22],[1,-4],[0,-1],[5,-23],[0,-3],[0,-2],[2,-15],[5,-29],[0,-2],[1,-2],[1,-5],[1,-8],[6,-39],[2,-11],[2,-12],[4,-23],[1,-8],[3,-17],[1,-6],[1,-1],[3,-19],[2,-11],[0,-1],[4,-26],[1,-6],[5,-28],[4,-23],[0,-6]],[[2483,2460],[0,-7],[0,-3],[0,-2],[-1,-7],[0,-1],[0,-3],[-1,-5],[0,-2],[0,-2],[-1,-5],[0,-6],[-1,-8],[0,-1],[-2,-22],[0,-9],[-1,-8],[-1,-13],[-2,-16],[0,-8],[-3,-33],[-2,-25],[-1,-14],[-4,-41],[0,-4],[-2,-23],[-2,-28],[-2,-26],[-1,-5],[0,-2],[-3,-44],[-1,-13],[-1,-12],[-7,-83],[0,-1],[-2,-4],[-1,-2],[-17,-41],[-3,-9],[-2,-4],[-5,-13]],[[2414,1905],[-3,-8],[-10,-23],[-9,-24],[-2,-5],[-4,-10],[-4,-9],[-3,-9],[-1,-2],[0,-1],[-3,-6],[-2,-6],[-2,-1],[-2,-2],[-16,-12],[-3,-2],[-3,-2],[-2,-2],[-1,-1],[-19,-14],[-9,-7],[-3,-1],[-2,-1],[-14,-11],[-2,-2],[-11,-8],[-3,-2],[-4,-3],[-3,-2],[-8,-6],[-2,-2],[-14,-10],[-2,3],[-1,3],[-2,3],[-1,2],[-2,1],[-1,-1],[-2,3],[-1,3],[-1,3],[-1,5],[-1,2],[-2,3],[-2,2],[-2,1],[-2,1],[-1,3],[-1,0]],[[2225,1748],[-4,13],[-6,18],[-3,10],[-1,2],[0,2],[-5,13],[-2,8],[-2,5],[-9,28],[-2,6],[-1,3],[-22,66],[-1,4],[-1,3],[-3,10],[-5,16],[-2,6],[-1,4],[-2,7],[-3,8],[-5,15],[-5,17],[-1,5],[-2,6],[-3,7],[-5,19],[-6,16],[-12,39],[-1,5],[-1,3],[-8,25],[-4,14],[0,1],[-1,4],[-10,43],[-8,37],[-3,17],[-1,5],[-3,11],[-3,16],[-1,6],[-3,12],[-1,4],[-1,4],[-2,7],[-1,9],[-2,6],[0,3],[-1,5],[-1,3],[-1,5],[-1,4],[-1,3],[-1,6],[-2,7],[-1,5],[-7,32],[-7,31],[-2,13],[-3,11],[0,3],[-3,12],[-14,62],[-4,17],[0,2],[-27,8],[-5,2],[-7,-2],[-6,-1],[-9,3],[-3,2],[-7,3],[-7,3]],[[7970,2788],[-27,-18],[0,-1],[-1,-1],[24,-75],[2,-8],[5,-17],[-10,-26],[-7,-16],[-11,-23],[-8,-18],[-11,-26],[-12,-27],[-1,-3],[0,-7],[0,-1],[0,-7],[0,-3],[0,-1],[0,-88],[0,-38],[0,-16],[0,-24],[12,-29],[9,-29],[-14,-52],[-1,-5],[-1,-3],[-6,-28],[1,0],[2,1],[5,1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-10],[5,-15],[0,-1],[0,-1],[0,-1],[0,-1],[1,-12],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-10],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[2,-6],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-7],[0,-2],[2,-6],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-3,-2],[-1,0],[-3,1],[-2,1],[-3,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-5],[0,-1],[0,-1],[1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[7,-12],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-4],[0,-1],[0,-1],[1,0],[0,3],[1,0],[1,1],[2,2],[3,2],[1,0],[1,-4],[1,-6],[1,-7],[1,-6],[0,-4],[0,-4],[1,-3],[2,-5],[1,-3],[1,-4],[0,-6],[0,-5],[1,-2],[2,-1],[2,1],[2,1],[1,-3],[1,-4],[1,-4],[1,-3],[2,-4],[0,-6],[-1,-7],[1,-4],[1,-6],[3,-4],[2,-1],[1,-4],[-1,-4],[-1,-4],[0,-4],[2,-3],[0,-4],[-1,-1],[-2,-2],[-2,-2],[-1,-2],[-2,-2],[-1,2],[-2,0],[-1,-4],[-2,-3],[-1,-3],[1,-11],[0,-6],[1,-3],[0,-6],[1,-5],[0,-4],[1,-6],[0,-5],[0,-5],[1,-4],[0,-4],[0,-7],[1,-6],[0,-5],[3,-34],[6,-68],[4,-47]],[[7969,1665],[-2,-2],[-2,-1],[-1,-1],[-2,0],[-2,1],[-3,1],[-1,-1],[-3,0],[-3,2],[-1,4],[-2,3],[-2,2],[-1,2],[-2,1],[-2,6],[-1,0],[-1,1],[-2,2],[-44,27],[-1,1],[-2,1],[-16,10],[-6,4],[-4,2]],[[7863,1730],[-1,4],[-1,3],[-2,-1],[-1,-2],[-2,-3],[-2,-2],[-1,-1],[-2,-1],[-2,-1],[-2,-2],[-1,1],[-2,1],[-2,-1],[-1,-4],[-2,-2],[-1,1],[-2,5],[-1,2],[-1,3],[-1,4],[0,4],[0,4],[-1,3],[-2,2],[-1,4],[-1,4],[-2,-1],[-2,-3],[-2,2],[-1,-2],[0,-4],[-2,-2],[-1,-2],[-2,-2],[-2,1],[-1,3],[-1,1],[-2,0],[-1,1],[-1,2],[-2,3],[-1,2],[-2,0],[-1,-3],[-1,-3],[-2,-2],[-2,-1],[-1,-1],[-2,1],[-1,4],[-1,3],[-1,3],[-1,3],[-1,1],[-2,0],[-1,1],[-1,4],[-1,4],[-1,3],[-1,3],[-2,2],[-1,0],[-2,1],[1,4],[0,4],[0,3],[-1,4],[-2,2],[-1,1],[-1,3],[-2,2],[-1,3],[-1,6],[-1,0],[-2,1],[-1,0],[-2,0],[-1,-1],[-1,-3],[-2,-2],[-1,-1],[-2,1],[-2,2],[-1,2],[1,4],[-1,4],[-1,3],[1,5],[-2,2],[-1,2],[-2,-1],[-1,-4],[-2,-2],[-1,1],[-1,4],[0,5],[-1,3],[-2,1],[-1,-2],[-1,-3],[-2,-2],[-1,3],[-2,2],[-1,0],[-2,-1],[-1,0],[-2,1],[-1,3],[-1,3],[0,4],[-1,4],[-1,2],[-1,1],[-2,0],[-2,-2],[-1,0],[-1,4],[-1,4],[-1,2],[-1,3],[0,5],[-2,1],[-2,1],[-1,1],[-2,-2],[-2,6],[0,5],[0,5],[-1,-1],[-2,0],[-4,0],[-1,0],[-1,-3],[-2,1],[-2,0],[0,4],[-1,3],[-1,4],[0,5],[0,3],[0,5],[0,3],[-1,4],[-5,-2],[-2,-3],[-2,2],[-2,4],[-1,1],[-2,-2],[-2,4],[-1,4],[-1,5],[1,4],[1,3],[-1,4],[1,4],[1,5],[1,4],[0,5],[1,6],[-4,9],[-3,-4],[-1,-3],[-2,1],[0,4],[0,6],[1,4],[-3,3],[-1,5],[0,4],[-1,5],[-2,5],[-1,-4],[-1,0],[-2,1],[-1,3],[-2,0],[-2,-3],[-1,-4],[-2,-2],[-2,0],[-1,-3],[-1,-5],[-2,-2],[-1,-3],[-1,-2],[-2,1],[-1,1],[-2,3],[-1,0],[-2,-2],[-1,-7],[0,-4],[-1,-1],[-2,-1],[-2,-3],[-2,-2],[-1,-3],[-2,-1],[-2,0],[-2,8],[0,5],[0,6],[-1,3],[-2,4],[-1,2],[0,6],[0,5],[1,5],[0,7],[0,3],[2,3],[2,0],[1,3],[1,4],[0,4],[-1,5],[1,5],[0,4],[-2,-1],[-3,2],[-2,-2],[0,-4],[-2,-3],[-2,-2],[-2,-1],[-1,1],[-3,8],[-1,0],[-2,-4],[-1,-3],[-2,-1],[-1,3],[-2,1],[-1,4],[-3,1],[1,-10],[-1,-2],[-2,-3],[-2,-1],[-1,3],[-1,1],[-2,-1],[-1,-2],[-2,-5],[-2,-4],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-2,-4],[-1,-3],[-2,-1],[-2,0],[-2,0],[-1,-1],[-2,1],[-1,-2],[-2,-2],[-1,3],[-2,3],[-1,2],[-1,4],[-3,2],[-1,3],[-2,2],[0,4],[1,6],[2,5],[1,4],[1,0],[1,6],[1,3],[1,4],[-1,3],[-2,-1],[-2,-1],[-1,6],[-1,4],[-1,2],[-2,1],[-2,-2],[-2,-5],[-1,-5],[-1,0],[-3,3],[-1,-1],[-2,5],[0,5],[-2,0],[-4,-4],[-2,2],[-2,-1],[-1,0],[-2,-1],[-1,2],[-3,0],[-2,0],[-1,2],[0,5],[0,4],[2,3],[0,4],[-2,8],[1,5],[-1,10],[-1,4],[-2,-2],[-2,-1],[0,-4],[-2,-4],[-1,3],[-2,2],[-2,7],[-1,0],[-2,1],[-2,-1]],[[7493,2104],[-1,3],[0,5],[0,5],[-2,5],[-1,3],[-2,3],[-1,4],[-1,1],[-2,1],[-1,-1],[-2,-3],[-1,0],[-2,1],[-1,-1],[-1,2],[0,5],[-1,4],[1,3],[0,6],[-1,4],[0,4],[-1,5],[-1,4],[0,5],[-1,4],[0,4],[1,2],[1,5],[1,2],[1,1],[2,-1],[2,-1],[1,2],[1,2],[1,3],[2,4],[1,3],[1,3],[2,3],[1,-3],[1,-4],[2,1],[1,2],[1,6],[3,-1],[1,3],[-2,5],[1,4],[2,2],[1,2],[1,4],[1,5],[1,4],[1,2],[-1,7],[-2,1],[-1,2],[-1,4],[-2,5],[1,5],[1,9],[-1,6],[1,5],[1,5],[-2,1],[-2,3],[-2,3],[0,5],[-2,2],[-2,1],[-4,-3],[-1,2],[-2,2],[-1,0],[-2,1],[-2,2],[-2,2],[0,5],[0,4],[2,1],[1,4],[0,4],[-1,3],[-1,4],[-1,2],[-1,4],[-1,4],[-2,1],[-2,-5],[-2,-3],[-2,0],[-1,-1],[-2,-2],[-2,-1],[-1,-2],[-1,-3],[-1,-2],[-1,-3],[0,-5],[-2,-2],[-2,-1],[-1,1],[-2,-2],[-1,-1],[-1,3],[-2,-1],[-1,3],[-2,3],[-1,1],[-2,-1],[-1,-1],[-2,0],[-1,3],[-2,-2],[-1,-6],[-1,1],[-2,-2],[-1,-3],[-3,2],[-2,1],[0,1],[-1,1],[-2,1],[-1,3],[-1,2],[0,1],[0,3],[-1,3],[-1,4],[-2,4],[-3,3],[-1,6],[-1,3],[-1,2],[-1,6],[0,5],[1,3],[0,5],[1,3],[1,4],[0,5],[-1,3],[-1,5],[-1,5],[0,6],[-1,4],[-1,2],[-1,7],[-1,5],[-1,4],[-1,6],[-2,2],[0,4],[-1,4],[-1,4],[-1,2],[0,3],[-1,4],[-1,3],[-1,3],[-2,7],[-1,3],[-1,3],[-1,3],[-2,3],[-1,4],[-1,4],[-3,5],[-1,4],[-2,6],[-1,2],[-1,2],[-1,3],[-1,4],[-1,1],[-2,2],[-1,3],[-1,3],[-1,3],[-2,2],[-1,0],[-1,2],[-1,2],[-1,5],[1,6],[0,4],[1,3],[-1,5],[0,4],[1,2],[1,1],[1,3],[1,3],[2,0],[3,1],[1,3],[1,6],[1,2],[2,1],[1,1],[2,3],[0,5],[1,2],[1,2],[0,4],[-1,5],[1,4],[1,3],[2,1],[1,1],[2,0],[1,3],[1,1],[1,4],[-1,2],[-2,2],[-1,4],[0,5],[1,6],[1,3],[1,6],[1,4],[0,4],[3,1],[1,-3],[1,0],[2,2],[1,5],[1,3],[0,4],[0,4],[0,1],[0,6],[0,9],[-1,4],[0,10],[0,11],[-1,33],[0,5],[0,12],[-1,18],[0,9],[0,21],[0,5],[-1,19],[0,4],[0,6]],[[6852,1747],[-5,8],[-1,1],[-7,2],[-1,-2],[-2,-5],[-10,-20],[-1,-2],[-7,-11],[-4,-4],[-4,-2],[-5,-4],[-2,0],[-13,-4],[-2,0],[-1,-1],[-5,-4],[-5,-2],[-2,-1],[-1,-1],[-7,-10],[-20,-28],[-8,-12],[-5,-7],[-4,-5],[-1,-2],[-8,-12],[-5,-7],[-9,-12],[-6,-8],[-1,-2],[-4,-6],[-2,-2],[-3,-5],[-16,-23],[-9,-12],[-4,-6],[0,-1],[-1,-1],[-4,-5],[-4,-6],[-3,-4],[-5,-7],[-9,-13],[-7,-10],[-3,-4],[-2,-3],[-5,-8],[-1,0],[-9,-14],[-6,-7],[-10,-15],[-8,-11],[-1,-2],[-7,-9],[-10,-14],[-1,-2],[-2,-2],[-1,-2]],[[6563,1396],[-4,18],[0,2],[-2,5],[-1,3],[-4,12],[-2,4],[0,2],[-1,4],[-1,4],[0,3],[0,7],[1,6],[1,3],[1,1],[6,11],[0,1],[1,3],[0,1],[0,4],[-1,4],[-1,4],[-2,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-2,-3],[-1,-3],[-2,-12],[-2,-12],[-2,-4],[-7,-21],[-3,-3],[-1,1],[-2,2],[-3,9],[-1,6],[-9,28],[-2,4],[-1,2],[-2,2],[-2,6],[0,2],[-1,1],[0,4],[-1,4],[-1,4],[-1,4],[-1,4],[-1,3],[-1,5],[-2,7],[-5,21],[-7,29],[-7,32],[-1,1],[-2,9],[-6,26],[-3,10],[-1,6],[-12,48],[-6,26],[-1,5],[-7,28],[-5,20],[0,1],[-1,4],[-2,6],[-1,4],[-1,4],[0,1],[-1,3],[-1,2],[-2,0],[-1,0],[-2,1],[-2,0],[-2,2],[-3,1],[-2,0],[-3,1],[-2,0],[-2,1],[-2,0],[-2,0],[-2,0],[-3,0],[-1,-1],[-2,-1],[-2,-3],[-1,-3],[-2,-5],[0,-3],[-1,-4],[-1,-4],[-1,-4],[-1,-3],[-2,-3],[-2,-3],[-1,-1],[-2,-2],[-2,-2],[-2,-3],[-2,-2],[-2,-3],[-2,-2],[-1,-2],[-2,-1],[-1,-2],[-2,-1],[-2,-2],[-2,-1],[-3,-2],[-2,-3],[-2,-1],[-2,-2],[-2,-1],[-2,-1],[-3,-2],[-2,-2],[-3,-1],[-2,-2],[-12,-5],[-5,-3],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-3,-1],[-1,4],[-1,4],[0,1],[-5,21],[-3,11],[-2,11],[-1,3],[0,2],[-1,2],[-4,17],[-3,3],[-9,10],[-2,2],[-12,13],[-7,7],[-1,1],[-5,6],[-1,1],[-4,4],[-1,1],[-1,2],[-4,3],[-1,2],[-1,1],[-2,2],[-2,2],[-7,7],[-2,2],[-2,3]],[[6225,1888],[-4,4],[-1,1],[-2,1],[-2,3],[-17,18],[-4,4],[-1,1],[-3,3],[-3,4],[-6,14],[-6,17],[-3,12],[-9,20],[-1,2],[0,2],[-2,3],[-5,13],[-5,14],[-1,3],[-18,48],[0,11],[0,12],[0,7],[0,8],[-1,12],[0,6],[0,6],[0,15],[0,21],[-1,51],[1,4],[0,6],[1,5],[0,4],[1,5],[0,6],[1,11],[1,7],[1,10],[1,19],[0,11],[1,11],[0,12]],[[6943,2471],[0,-2],[-1,-1],[-1,-4],[-1,0],[0,-1],[-1,-5],[-1,-1],[-1,-5],[0,-5],[-1,-1],[0,-3],[1,-3],[1,-3],[1,-5],[1,-4],[0,-3],[-2,-13],[0,-3],[2,-9],[1,-4],[0,-2],[1,-5],[0,-4],[0,-2],[-1,-3],[-1,-5],[-2,-2],[0,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[0,-2],[0,-4],[-1,-2],[0,-2],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[2,1],[0,1],[2,2],[1,1],[2,1],[1,1],[1,1],[2,0],[2,0],[1,-1],[1,-1],[5,-10],[1,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-3],[0,-3],[0,-1],[-1,-2],[-1,-2],[-2,-1],[-1,0],[-4,1],[-2,1],[-1,1],[-2,0],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-2],[0,-2],[3,-10],[0,-1],[1,-3],[4,-8],[5,-12],[1,-2],[1,-1],[1,-5],[1,-1],[0,-3],[-1,-1],[-1,-3],[-3,-5],[-3,-7],[-1,-3],[-1,-2],[0,-2],[0,-1],[2,-6],[1,-3],[1,-3],[0,-2],[0,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,-2],[-1,-1],[-3,-1],[0,-1],[-2,-1],[-3,1],[-1,1],[-4,2],[-1,1],[-2,0],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[0,-3],[-1,-11],[0,-6],[0,-3],[-1,-3],[0,-1],[-1,-3],[-1,0],[0,-2],[-1,0],[-1,-1],[-2,-2],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-2,-9],[0,-2],[0,-2],[-1,-4],[0,-2],[-2,-5],[-1,-3],[-1,-1],[-1,-2],[-2,-1],[-2,-2],[0,-1],[-1,-2],[1,-9],[-1,-5],[0,-3],[0,-5],[2,-3],[4,-2],[2,-4],[1,-3],[1,-2],[2,-10],[0,-3],[0,-11],[0,-1],[-1,-5],[0,-6],[0,-1],[-2,-5],[0,-1],[0,-9],[0,-2],[0,-1],[0,-1],[0,-6],[1,0],[1,-5],[2,-5],[1,-2],[0,-1],[2,-1],[3,2],[1,0],[1,3],[3,8],[1,0],[3,0],[1,-1],[0,-9],[-1,-3],[-2,-7],[-1,-6],[-1,0],[0,-1],[-1,-4],[-2,-9],[0,-4],[0,-12],[-2,-6],[-2,-5],[-3,-3],[-2,1],[-2,4],[0,1],[0,4],[-1,5],[-2,7],[-6,1],[-2,0],[-1,0],[-2,-2],[-1,2],[-1,0],[0,1],[-1,1],[-1,-10],[0,-1],[-1,-11],[-1,-3],[1,-5],[1,-2],[0,-1],[1,-5],[1,-4],[5,-13],[0,-1],[1,-1],[1,-2],[1,-2],[2,-4],[2,-1],[1,-1],[4,-5],[2,-5],[2,-4],[0,-3],[0,-7],[-2,-13],[-1,-4],[-1,-3],[0,-1],[-1,-1],[-1,-2],[-2,-1],[-4,1],[-5,-3],[-3,-2],[0,-2],[-1,-1],[-3,-6],[-1,-3],[-1,-3],[-1,-4],[-2,-4],[-1,-1],[-4,-3],[-3,1],[-5,0],[-3,-2],[-2,-1],[-1,-2],[0,-1],[-1,-1],[1,-4],[4,-11],[1,-9],[-1,-8],[0,-3],[0,-1],[1,-9],[1,-4],[1,-8],[0,-12],[-2,-8],[-1,-3],[-1,-2],[0,-2],[-3,-10],[-2,-4],[-6,-9],[-3,-1]],[[4619,2528],[-3,-48],[-1,-25],[-3,-59],[-1,-9],[0,-5],[-1,-13],[0,-12],[-1,-10],[0,-2],[0,-4],[0,-7],[-1,-5],[0,-13],[0,-8],[-1,-13],[-1,-5],[-2,-32],[-1,-19],[0,-11],[-1,-7],[-1,-15],[0,-1],[0,-15],[-2,-18],[-1,-22],[0,-5],[-2,-17],[-1,-22],[0,-7],[-5,2],[-7,4],[-8,5],[-3,1],[-9,5],[-12,7],[0,1],[-2,1],[-5,3]],[[4544,2128],[-12,7],[-3,1],[-3,2],[-7,4],[-2,1],[-3,2],[-9,5],[-1,0],[-1,1],[-12,7],[-45,26],[-5,3],[-7,19],[-3,8],[-1,3],[-12,35],[0,1],[-1,4],[-7,22],[-4,12],[-14,-11],[-3,-1],[-4,-6],[-3,-5],[-4,-2],[-3,-1],[-1,-4],[-3,-13],[-3,-5],[-2,-5],[-1,-4],[-9,-13],[-15,-12],[-4,0],[-10,-4],[-2,-1],[-2,-1],[-3,7],[-2,4],[-10,21],[-1,3],[-6,13],[-4,9],[-1,2],[-2,4],[-1,3],[-3,6],[-2,3],[-2,6],[-3,7],[-7,15],[-12,25],[-3,7],[-3,5],[-4,11],[-4,8],[-4,8],[-2,3],[-16,35],[-2,5],[-7,16],[-4,7],[-6,13],[-6,13],[-3,7],[-9,20],[-1,2],[-6,14],[-7,16],[-2,4],[-7,13]],[[7493,2104],[-1,-3],[-3,-3],[-1,-4],[0,-5],[-1,-3],[0,-4],[-1,-4],[-1,-4],[-1,-2],[-2,0],[-3,-5],[-2,-2],[0,-3],[-2,-4],[-3,3],[-2,0],[-2,1],[-2,-1],[-1,-4],[-1,-4],[-2,-3],[-2,0],[-1,-2],[-2,-4],[-1,-4],[-1,-3],[-1,-4],[-1,-4],[-1,-2],[-3,-1],[-1,-4],[-1,-3],[-1,2],[-2,3],[-1,3],[-2,1],[-1,0],[-2,0],[-1,-3],[-2,0],[-1,4],[0,3],[-2,4],[-2,1],[-1,0],[-2,-1],[-2,-1],[-1,-4],[-1,-6],[1,-3],[-1,-4],[0,-5],[1,-4],[1,-3],[-1,-4],[1,-3],[0,-4],[-2,-1],[-1,-3],[0,-5],[0,-4],[-1,-4],[-1,-2],[1,-4],[-1,-4],[-1,-1],[0,-5],[0,-4],[0,-3],[1,-4],[-2,-2],[-2,-1],[0,-3],[-1,-4],[-1,-4],[1,-4],[-1,-3],[-2,-2],[-2,-2],[0,-1],[0,-4],[0,-5],[-1,-4],[1,-4],[0,-5],[0,-5],[1,-2],[1,-2],[1,-4],[0,-4],[0,-4],[-1,-2],[-1,1],[-2,0],[-1,0],[-1,-3],[-1,-3],[-2,-4],[-1,-2],[-1,-4],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-2,-1],[-1,-3],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-2,0],[-1,-3],[-1,-3],[0,-4],[-1,-3],[-1,-2],[-1,-3],[0,-5],[-1,-3],[-1,-2],[-1,-2],[-1,-3],[-1,-4],[-1,-2],[-2,0],[-1,1],[-2,-1],[-2,-1],[-2,4],[-1,2],[-2,-2],[-2,-1],[-2,0],[-1,0],[-1,4],[-2,0],[-1,-2],[-1,-1],[-2,2],[-1,9],[1,4],[-1,3],[-2,1],[-2,0],[-1,-2],[-1,-2],[-1,-2],[-3,-1],[-1,-2],[-1,-1],[-2,-2],[-1,0],[-2,0],[-1,0],[-1,2],[-1,2],[-1,4],[0,4],[0,5],[-2,-1],[-1,0],[-1,-3],[-1,-4],[-1,-3],[-1,-2],[-2,1],[-1,4],[0,3],[-1,3],[-2,2],[-1,4],[-1,2],[-2,-3],[-1,-1],[-1,4],[0,4],[-2,-2],[-1,-3],[-1,-3],[-2,-2],[-1,-2],[-2,-2],[-1,2],[-1,4],[-1,1],[-2,-1],[-1,2],[-2,3],[-1,3],[-1,3],[0,5],[-1,-2],[-1,-2],[-1,-3],[-1,-3],[-2,-2],[-1,2],[-1,3],[-1,1],[-2,2],[-1,3],[-1,-2],[-1,-3],[-2,-4],[-1,-4],[-1,-3],[-1,-3],[0,-4],[-1,-4],[-1,-3],[0,-4],[-1,-3],[-1,-4],[0,-3],[-2,-1],[-1,0],[-2,-1],[-1,0],[-2,1],[-2,-1],[-1,0],[-1,3],[-1,2],[-2,-2],[-2,-4],[-1,-4],[-1,-1],[-2,-5],[-1,-2],[-2,0],[-1,3],[-1,2],[0,5],[-1,1],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[-3,-4],[-2,-2],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-3],[-1,-3],[0,-4],[-1,-4],[0,-4],[-1,-3],[-1,-3],[-1,-3],[-2,-1],[-3,-3],[-1,-1],[-2,-1],[-2,-3],[-1,-3],[-1,-2],[-1,-3],[-1,-3],[-2,-4],[1,-4],[-2,0],[-1,-1],[-1,-3],[0,-1]],[[7199,1727],[-4,-1],[-3,-1],[-1,0],[-2,1],[0,1],[0,1],[0,2],[-1,24],[0,2],[0,4],[-1,0],[0,-1],[-2,-4],[-2,-8],[-2,-1],[-4,-2],[-1,0],[0,1],[-1,0],[0,1],[0,2],[-1,6],[1,2],[-3,6],[-3,7],[0,1],[0,1],[0,1],[0,1],[-4,7],[-1,-4],[-1,-9],[-1,-1],[-1,-2],[-1,0],[-1,4],[1,4],[1,4],[0,2],[0,3],[0,2],[-1,2],[-2,-1],[-1,0],[-4,-4],[-1,0],[-3,1],[-1,-1],[-1,0],[-1,-3],[0,-4],[0,-4],[0,-5],[-1,-10],[0,-6],[-1,-2],[-4,-7],[0,-1],[-1,-2],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-1,1],[-1,2],[0,1],[0,12],[0,1],[0,3],[1,1],[1,2],[2,3],[0,1],[1,2],[0,2],[0,5],[-1,3],[-1,1],[-2,1],[0,1],[-2,0],[-1,0],[-1,0],[-2,0],[-1,-1],[0,-1],[-1,-1],[0,-3],[1,-6],[-1,-7],[0,-1],[0,-3],[0,-2],[0,-5],[0,-10],[0,-4],[-1,-1],[-1,-1],[-2,0],[-1,2],[-2,3],[-1,1],[-1,-2],[0,-1],[1,-8],[-2,-5],[-2,-1],[0,-1],[-1,-11],[0,-3],[0,-3],[0,-4],[0,-12],[-2,-3],[0,-1],[-2,1],[-2,5],[-1,1],[-1,0],[-2,-2],[-1,-1],[-2,-3],[-1,-2],[-1,-2],[-1,-3],[-1,-1],[-2,-1],[-1,-1],[-2,2],[-2,1],[-2,-1],[-1,-4],[-2,1],[-2,6],[0,3],[-1,9],[-1,3],[-3,5],[-2,3],[-1,-1],[-1,-1],[-2,2],[-1,1],[-1,0],[-2,-1],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,2],[0,6],[-1,5],[-1,5],[0,4],[-2,2],[-2,-1],[-1,-5],[0,-4],[-2,-6],[-2,-2],[-1,-1],[-1,4],[0,5],[-1,3],[-2,2],[-2,2],[-1,1],[-1,5],[-1,4],[0,5],[0,2],[0,4],[-1,6],[-1,3],[-2,2],[-1,3],[-2,-1],[-1,-4],[-1,-6],[-1,-5],[1,-6],[0,-1],[-1,-5],[0,-5],[0,-6],[1,-4],[-1,-2],[0,-3],[0,-5],[-2,-4],[-2,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,-4],[-1,-1],[-1,-4],[-1,-1],[-2,2],[-1,5],[1,5],[0,1],[-1,3],[-1,4],[-1,2],[1,4],[0,4],[0,6],[-3,1],[-2,-4],[0,-3],[0,-1],[-2,-3],[-2,-3],[-2,0],[0,4],[1,4],[1,2],[1,3],[1,5],[-1,1],[0,3],[-1,3],[0,1],[-2,5],[-2,0],[-2,-1],[-2,-4],[-1,-2],[-1,-1],[-2,-1],[-2,1],[0,1],[0,-1],[-1,0],[-2,0],[-2,4],[2,3],[1,3],[1,1],[1,2],[0,5],[-1,5],[-1,1],[-1,0],[-2,0],[-1,1],[-1,3],[0,3],[0,2],[1,4],[2,4],[1,4],[0,4],[1,5],[0,3],[1,5],[0,4],[-1,5],[-2,1],[-1,-4],[0,-4],[-1,-3],[0,-3],[-1,-2],[-1,-3],[-2,0],[-1,-2],[-1,-5],[0,-1],[0,-1],[1,-3],[0,-5],[-1,-3],[-5,-7],[-7,6],[-1,0],[-2,-1],[-1,0],[0,-2],[-1,-4],[0,-7],[0,-5],[-1,-2],[0,-1],[-1,0],[-2,2],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,-2],[-1,-3],[-1,-1],[0,-2],[-1,-1],[-2,-9],[0,-1],[-1,-6],[-1,0],[0,-4],[-1,0],[0,-1],[-2,-2],[0,-1],[-1,0],[-1,-2],[0,-2],[-1,-2],[-2,-1]],[[6932,1693],[-4,3],[-1,1],[-1,-1],[-1,-1],[-1,-2],[-3,-4],[-3,-6],[0,-1],[-4,-3],[-6,2],[-2,1],[-2,4],[-2,1],[-4,6],[-2,1],[-1,-1],[-10,-10],[-2,0],[-4,-8],[-1,-2],[-1,0],[0,1],[-3,-1],[-3,-3],[-1,-1],[-2,-1],[-5,0],[-3,0],[-10,2],[-8,14],[-1,2],[-2,7],[-1,4],[1,9],[2,4],[1,1],[9,16],[1,6],[0,2],[0,1],[1,7],[-1,4]],[[8399,1976],[-1,-5],[1,-5],[0,-6],[0,-5],[0,-5],[0,-6],[-1,-3],[-2,-3],[-1,-6],[-2,-6],[1,-6],[-2,-2],[-2,1],[-2,3],[-3,5],[-1,3],[-2,1],[-1,1],[-1,3],[-1,4],[-1,4],[-2,-1],[-1,-4],[0,-4],[-1,-4],[0,-6],[-1,-4],[-1,-6],[-1,-2],[-4,0],[-2,0],[-2,0],[-2,-2],[-1,2],[-2,2],[-1,3],[-2,-1],[-2,-3],[-2,1],[-1,-2],[-2,-1],[-1,-2],[-1,1],[-2,5],[-1,3],[-1,1],[-2,-2],[-1,-5],[-1,-3],[-2,-1],[-1,-1],[-1,-5],[-1,-4],[0,-5],[-1,-6],[0,-8],[-2,-5],[-1,-4],[-1,-5],[-1,-4],[-3,-5],[-1,-4],[0,-7],[-2,-6],[-2,-5],[-2,-4],[-1,-3],[-2,-5],[-2,-5],[-3,-6],[-13,-32],[-12,-16],[-9,-11],[-2,-2],[-1,-3],[-17,-29],[-30,-31],[-12,-12],[-1,-2],[-5,-3],[-20,-14],[-37,-26],[-1,0],[-3,-3],[-1,-1],[-12,-6],[-1,-4],[-1,-4],[0,-6],[-1,-3],[-2,1],[-1,-1],[-1,-4],[-1,-1],[-2,0],[-2,-5],[-3,1],[-1,5],[-1,0],[-2,0],[-1,1],[-1,-2],[0,-6],[-2,-3],[-1,-6],[-1,-4],[1,-3],[2,-5],[0,-5],[0,-5],[1,-4],[-1,-4],[-2,-4],[1,-5],[3,-2],[1,0],[2,-1],[0,-5],[2,-3],[-1,-4],[0,-4],[0,-4],[-2,-5],[-2,1],[-2,-2],[-1,-3],[-1,-3],[-1,-3],[-1,-5],[-1,-3],[-1,-5],[-1,-3],[-2,-3],[-2,-3],[-1,0],[-2,-2],[-2,-1],[-1,0],[-2,-1],[-2,1],[-2,0],[-1,-1],[-2,-1],[-2,3],[-2,-1],[-1,1],[-2,-3],[-1,-1],[-1,2],[-2,-1],[-2,1],[-2,-1],[-2,0],[-1,3],[-1,16],[-1,-2],[-2,-3],[-2,-2],[-2,-3],[-2,0],[-2,1],[-2,-2],[-1,-3],[-2,-2],[-1,1],[-1,2],[-1,3],[-2,1],[-1,1],[-2,-2],[-1,-4],[-1,-7],[0,-5],[-1,-7],[0,-5],[-1,-3],[-2,0],[-1,3],[0,3],[-2,4],[-2,1],[-1,0],[-1,1],[-2,1],[-1,5],[-1,5],[-1,2],[-1,-1],[-2,1],[-1,0],[-1,5],[-2,1],[-1,0],[-2,5],[0,5],[-2,5],[-1,4],[-2,-2],[-1,-3],[-1,-2],[-2,-2],[-1,0],[-2,-3],[-1,1],[-3,-2],[-1,0],[-2,3],[-1,5]],[[7994,1502],[-1,4],[-2,1],[-1,0],[-1,-4],[-2,1],[-2,1],[-2,-2],[-1,-1],[-1,1],[-2,4],[-1,4],[-1,0],[-2,3],[0,4],[1,3],[0,4],[-1,5],[-1,5],[1,2],[1,4],[1,1],[1,1],[2,1],[1,-2],[1,1],[1,8],[0,4],[3,1],[1,2],[1,2],[2,0],[2,2],[1,1],[2,6],[-1,6],[-1,6],[0,4],[-1,3],[-2,3],[-2,2],[-1,-1],[-2,3],[-2,1],[-1,-2],[-1,6],[0,3],[-1,3],[-1,3],[-2,1],[-1,2],[-2,0],[-1,-3],[-2,-2],[-1,0],[-2,2],[-1,4],[-1,2],[0,5],[0,5],[0,4],[0,4],[1,4],[1,4],[-1,4],[0,5],[0,5],[1,4],[1,6]],[[5951,2599],[-3,-10],[-4,-16],[-4,-14],[-5,-17],[-13,-53],[-1,-5],[-5,-20],[-9,-32],[-13,-47],[-4,-15],[-2,-7],[0,-1],[-2,-8],[-7,-22],[-7,-23],[-2,-5],[-6,-20],[-2,-8],[-3,-7],[-3,-11],[-6,-20],[0,-3],[-5,-16],[-2,-6],[-2,-9],[-5,-17],[-1,-4],[-3,-9],[0,-3],[-1,-3],[-6,-20],[-2,-7],[-1,-4],[-1,-3],[-5,-18],[-5,-18],[-3,-9],[0,-3],[-1,-3],[-4,-12],[-3,-13],[-1,-3],[-2,-7],[-2,-6],[-5,-19],[-3,-6],[-2,-5],[-2,-6],[-3,-6],[-14,-35],[-1,-3],[-5,-13],[-5,-14],[-1,-4],[-6,-16],[-2,-7],[-2,-5],[-2,-6],[-5,-13],[0,-4],[-2,-18],[-1,-17],[-1,0],[0,-7],[-2,-15],[-1,-14],[-2,-10],[-1,-6],[-2,-20],[-4,-23],[0,-2],[-3,-26],[-7,-49],[-3,-25],[-1,-6],[-1,-10],[-2,-13],[0,-4]],[[5704,1615],[-10,1],[-1,0],[-6,1],[-8,1],[-13,2],[-9,2],[-2,0],[-3,1],[-15,2],[-6,1],[-1,0],[-2,1],[-9,1],[-6,1],[-13,2],[-8,2],[-6,1],[-6,1],[-5,1],[-2,0],[-10,2],[-11,2],[-1,0],[-4,0],[-13,3],[-11,2],[-5,0],[-3,1],[-6,1],[-6,1],[-4,1],[-11,2],[-3,0],[-10,2],[-7,1],[-12,2],[-8,2],[-4,1],[-8,1],[-4,1],[-6,1],[-5,1],[-1,0],[-4,1],[-2,0]],[[5414,1664],[2,9],[1,6],[2,8],[6,28],[2,10],[-7,18],[-8,19],[-4,9],[-2,6],[-6,16],[-5,13],[-6,13],[-6,15],[-1,2],[-4,10],[-2,4],[-1,4],[-5,13],[-4,10],[-3,6],[-6,14],[-6,17],[-2,4],[-2,5],[0,1],[-1,2],[-3,26],[-1,6],[-1,9],[-2,19],[-1,9],[-1,6],[0,1],[-2,18],[-1,9],[-2,18],[0,8],[-4,31],[0,5],[-3,19],[-4,39],[0,4],[-1,26],[-1,19],[-1,21],[0,28],[-1,18],[0,7],[-1,9],[0,14],[0,7],[-1,8]],[[9209,2637],[-1,-3],[-3,-5],[-2,-2],[-1,-2],[-2,-4],[-3,-3],[-1,-3],[-2,-2],[-1,-3],[-2,-2],[-2,-2],[-3,-4],[-5,-5],[-1,-3],[-2,-1],[-4,-5],[-1,-6],[0,-4],[-1,-3],[-2,-4],[-2,-2],[-1,-4],[-3,-1],[-1,-3],[-3,-2],[-3,-5],[-2,0],[0,-4],[-2,0],[-1,-3],[-4,-9],[-5,-4],[-3,-4],[-5,-9],[-3,-5],[-3,-10],[-1,-3],[-4,-11],[-1,-4],[-2,-6],[-1,-1],[0,-2],[-2,0],[-3,0],[-6,-4],[-2,-1],[-2,-7],[-1,-1],[-2,-1],[-2,-1],[-1,3],[-2,3],[-2,-1],[-3,-4],[-1,-8],[0,-3],[-2,-3],[1,-5],[-1,-3],[-2,0],[-3,-2],[-1,1],[-3,-3],[0,-4],[-2,0],[-2,-1],[-2,-3],[-3,-8],[-1,-4],[-1,-1],[-2,0],[0,-5],[-1,-2],[-2,-2],[-1,-3],[-3,2],[-2,7],[-2,0],[-2,-1],[-1,-4],[-1,-2],[-5,-7],[-2,0],[-4,-3],[-2,-2],[-3,-6],[-1,-1],[-5,-7],[-2,0],[-2,-2],[-1,-4],[-1,-2],[-4,-5],[-1,0],[-2,-3],[-1,-2],[-2,-4],[-2,-4],[-1,2],[-6,-4],[-2,-4],[-1,-3],[-1,-2],[-1,-5],[-2,-4],[-1,-5],[1,-10],[1,-6],[1,-3],[1,-6],[0,-4],[2,-4],[0,-4],[-1,-6],[1,-7],[1,-11],[-1,-9],[0,-8],[-1,-3],[-2,-2],[-1,-4],[2,-4],[1,-4],[-1,-4],[1,-13],[1,-2],[2,-3],[0,-6],[2,-4],[3,-7],[0,-7],[-2,-7],[-2,0],[-2,-1],[-2,0],[-3,-4],[-2,-7],[1,-11],[0,-9],[2,-14],[2,-6],[0,-10],[1,-8],[-1,-11],[0,-10],[0,-9],[0,-6],[0,-5],[0,-6],[-1,-2],[-1,-5],[-1,-2],[-2,-1],[-1,2],[-3,1],[-2,2],[-1,-1],[-2,4],[-1,1],[-2,-3],[-2,1],[-3,-2],[-1,-3],[-3,1],[-1,-7],[0,-4],[0,-8],[-1,-5],[-1,-7],[-1,-4],[1,-3],[0,-8],[-1,-6],[-2,-6],[-1,-5],[0,-6],[-3,-5],[-1,8],[-5,5],[-5,2],[-2,-2],[-2,-7],[-3,-2],[-3,-5],[-1,-8],[-3,-5],[-1,-7],[-1,-2],[-1,-6],[-3,-1],[-4,3],[-1,-5],[-1,-3],[0,-6],[-4,-14],[-1,-3],[-5,2],[-2,1],[-1,-1],[-2,-3],[-1,-3],[-3,-4],[-1,-1],[-3,4],[0,7],[-2,5],[-2,-6],[-7,-4],[-2,0],[-2,-1],[-3,1],[-2,-1],[-1,-4],[-2,-2],[-1,2],[-1,5],[-2,1],[-1,-2],[0,-4],[-1,2],[-2,0],[-3,-7],[-1,-1],[-1,2],[-1,4],[-1,2],[-4,-2],[-2,-8],[-1,-10],[1,-6],[1,-5],[-1,-8],[-1,-8],[-1,-2],[-3,-5],[-2,-1],[-1,-5],[0,-5],[-2,-6],[-1,-2],[-4,0],[-3,-5],[-2,-6],[-1,-1],[-2,1],[-3,-2],[-3,4],[-3,2],[-2,-8],[-1,-3],[0,-4],[-1,-5],[0,-4],[-1,-2],[-3,1],[-2,2],[0,3],[-3,0],[-3,-6],[-2,-2],[-1,-3],[-1,-10]],[[8810,1800],[-8,13],[-9,16],[-10,17],[-2,2],[-1,2],[-4,7],[-2,3],[-13,22],[-4,7],[-1,2],[-2,3],[-1,1],[0,1],[-2,3],[-2,4],[-11,18],[-14,25],[-2,3],[-2,2],[-2,4],[-1,-1],[-3,-3],[-1,-3],[-2,-1],[-1,-1],[-2,-6],[-2,-2],[-1,-2],[-3,-2],[-4,-3],[-1,-3],[-1,-4],[-2,-5],[-1,1],[-2,-3],[0,-4],[-3,-6],[-3,-4],[-2,-6],[-1,-1],[-2,4],[-2,2],[-2,-1],[-1,-3],[-2,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-2,0],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-3,0],[-3,-1],[-1,-2],[-1,-3],[-2,-2],[-2,0],[-1,-3],[0,4],[-1,0],[-4,-3],[-2,0],[0,-3],[-2,-3],[-1,2],[-2,-2],[-2,-1],[0,-4],[-1,-3],[-2,-2],[0,-4],[-2,-3],[-1,-3],[-1,-2],[-2,-2],[-1,-2],[-1,-5],[-1,-3],[-1,-4],[-1,-4],[-1,-4],[-1,-4],[-1,-2],[0,-3],[-2,-2],[-2,-1],[-2,0],[-1,0],[-2,3],[1,5],[-2,1],[-2,0],[-2,1],[-1,2],[-2,1],[-1,1],[-2,-2],[-2,1],[-1,1],[-1,6],[0,4],[-2,0],[-3,-2],[-5,-4],[-2,-3],[-2,-2],[-2,-2],[-1,1],[-2,0],[-1,-2],[-2,-1],[-1,-1],[-2,0],[-2,-2],[-1,0],[-1,-2],[-3,-2],[-1,1],[-1,-2],[-2,-3],[-1,0],[-2,0],[-1,-1],[-2,-2],[-2,-1],[-3,-2],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-1,-2],[-2,-1],[-2,1],[-1,-2],[-2,-2],[-1,0],[-2,-2],[-1,0],[-1,-3],[-2,-1],[-1,0],[-2,-2],[-2,0],[-2,-1],[-1,-1],[-2,0],[-1,-2],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-2],[-2,-1],[-2,-2],[-1,0],[-2,-1],[-1,-3],[-1,-2],[-2,-2],[-1,-1],[-2,-2],[-3,-2],[-1,0],[-1,-2],[-2,0],[-1,-3],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-2,-2],[-2,0],[-1,-1],[-2,-1],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[-2,-2],[-2,-2],[-1,-3],[-2,-2],[-2,0],[-2,-1],[-1,4],[-1,2],[-2,6],[1,5],[1,4],[2,4],[1,3],[1,4],[1,5],[-1,4],[-2,5],[-1,4],[-1,6],[0,3],[-1,6],[2,3],[2,1],[1,3],[1,4],[1,4],[1,4],[-1,7],[-1,5],[0,4],[0,5],[1,3],[0,4],[1,4],[1,0],[1,0],[2,0],[1,4],[2,2],[1,4],[2,3],[1,1],[1,4],[2,2],[1,1],[2,4],[2,0],[2,0],[1,1],[2,-1],[1,-1],[2,-1],[1,4],[1,4],[-1,4],[0,4],[0,4],[2,5],[0,3],[2,3],[1,6]],[[990,1724],[-1,-1],[-2,0],[-2,-1],[-1,2],[-2,-2],[-2,1],[-1,-1],[-1,0],[-1,-5],[-1,-2],[-3,-4],[-1,-1],[-3,-3],[-3,-4],[-8,-4],[-1,0],[0,1],[-1,1],[-1,3],[-1,1],[0,1],[-1,0],[-1,-7],[-1,6],[0,2],[-1,2],[-4,7],[-1,1],[-1,1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-3,-5],[-1,0],[-1,0],[-1,0],[-3,2],[-4,1],[-3,-3],[0,-1],[-1,-2],[-1,0],[-1,-4],[-1,-3],[0,-2],[-1,0],[-2,-1],[-1,1],[-1,2],[-1,1],[-1,-3],[-2,-1],[-1,-2],[-1,2],[0,-3],[-2,-1],[-1,-1],[0,-4],[-1,0],[-1,-1],[-1,0],[-1,2],[-1,-1],[-1,-4],[-2,0],[0,4],[-2,2],[0,-4],[-1,-2],[-1,4],[0,3],[0,1],[-2,0],[-1,-1],[0,-4],[-1,0],[-4,-3],[-2,-1],[-1,0],[-1,-3],[0,-1],[-1,-4],[-3,-1],[-1,-1],[-3,-2],[-1,-1],[0,-4],[-1,-3],[-1,2],[-1,0],[0,4],[-1,3],[-1,0],[-1,-4],[-1,1],[-2,4],[-1,1],[0,6],[-2,0],[-1,-3],[-1,4],[-1,1],[-1,-2],[-1,-4],[-2,-2],[-1,-2],[-2,-1],[-1,2],[-1,-5],[-1,1],[-2,-1],[-1,-4],[-1,3],[-1,4],[-1,3],[-1,-4],[0,-5],[-1,-4],[-2,1],[-1,-4],[-1,0],[-2,-1],[-2,0],[1,-4],[-1,0],[-2,1],[-1,-1],[-2,-2],[-1,-1],[1,-4],[-1,-1],[-1,-2],[0,-1],[-2,3],[-1,0],[-2,1],[-2,0],[0,-2],[-1,-1],[-1,2],[-1,2],[-1,-4],[1,-3],[-1,-2],[-2,-1],[-1,-2],[-1,0],[-1,3],[-1,0],[0,-4],[2,-1],[-1,-4],[-1,2],[-2,1],[-1,0],[-2,-2],[0,1],[-1,1],[-1,3],[-1,3],[-1,-5],[-1,-2],[-1,4],[0,4],[-2,-2],[-1,-2],[-1,-3],[-1,-5],[-1,-4],[-1,1],[-1,-3],[-1,2],[-1,-1],[-2,0],[-1,-2],[0,-3],[-1,-2],[-2,1],[-2,2],[-1,0],[-2,3],[-1,-3],[-1,2],[-1,-5],[-1,2],[-1,-1],[-1,-4],[-1,-3],[-1,-2],[-2,-1],[-1,2],[-1,-2],[-1,-3],[-1,-3],[-1,-1],[1,-2],[0,-1],[-1,-1],[0,-1],[-1,1],[-8,2],[-2,1],[-1,1],[-1,1],[0,1],[1,2],[0,1],[-2,9],[0,1],[0,10],[-2,-2],[-1,0],[-3,1],[-1,1],[-1,0],[-1,0],[-2,-1],[0,-2],[0,-3],[-1,-6],[0,-1],[-3,2],[1,4],[0,1],[-1,12],[0,1],[-1,2],[-2,3],[0,1],[-1,-2],[0,-1],[0,-2],[1,-4],[0,-3],[-1,-1],[-1,0],[-1,0],[-3,3],[-2,2],[-1,0],[-1,-5],[-2,-4],[0,-1],[-3,-7],[-1,-1],[-5,5],[-1,0],[0,1],[-1,2],[-1,3],[0,2],[-1,0],[-4,2],[-2,0],[-1,-1],[-1,-1],[-1,-2],[-3,-4],[-1,0],[0,-1],[-2,0],[-5,4],[-1,5],[0,7],[1,4],[0,4],[-2,18],[-3,6],[0,1],[-1,-1],[-1,-2],[0,-2],[-1,-5],[0,-2],[0,-7],[-2,1],[-2,5],[-1,3],[-1,1],[0,-1],[-1,0],[-1,-3],[-2,2],[-1,3],[-1,-2],[-2,-3],[-3,-4],[0,-1],[-1,-11],[2,-2],[1,0],[1,0],[1,-4],[1,-2],[0,-3],[-1,-1],[-1,-4],[0,-3],[0,-5],[1,-4],[-2,-2],[-2,-5],[-1,-3],[-2,1],[-1,3],[-1,-1],[0,-4],[2,-3],[0,-4],[0,-4],[-1,-4],[-1,-3],[-3,2],[-1,1],[-1,3],[0,3],[1,6],[-1,3],[-2,1],[-2,1],[-1,0],[-1,-4],[0,-4],[0,-8],[-1,-3],[-1,1],[-1,5],[-1,5],[-1,5],[-1,4],[-1,5],[1,5],[1,3],[2,4],[0,4],[-6,17],[0,1],[0,1],[-1,0],[-1,4],[-1,7],[0,1],[0,3],[0,1],[0,1],[1,5],[0,4],[0,1],[0,1],[-1,2],[0,1],[-1,2],[-1,1],[0,1],[0,1],[-1,2],[0,3],[-1,3],[0,3],[-1,1],[0,2],[-1,1],[0,1],[-1,-1],[-1,-1],[-1,-3],[-1,-2],[-1,-1],[-6,-5],[1,0],[0,4],[-1,0]],[[616,1682],[2,56],[0,17],[-7,26],[-6,20],[-2,4],[-11,24],[-6,1],[-4,0],[-6,-3],[-4,-2],[-5,12],[0,1],[-14,26],[-11,22],[-5,9],[0,1],[-1,1],[-1,2],[-1,1],[-1,0],[0,2],[-4,6],[0,1],[-2,6],[0,1],[-2,5],[-2,6],[-1,2],[-2,9],[-1,6],[0,1],[-1,3],[-1,4],[-1,7],[-2,9],[-1,7],[-1,6],[0,1],[0,4],[-1,11],[-1,8],[0,10],[-1,11],[0,5],[0,2],[-1,4],[0,4],[1,5],[0,2],[0,3],[0,1],[0,5],[1,5],[0,4],[0,5],[1,6],[0,7],[1,5],[1,7],[1,6],[0,5],[1,5],[0,5],[1,6],[10,5],[2,14],[6,22],[4,14],[2,6],[6,18],[6,17],[6,12],[5,12],[3,9],[23,45],[6,16],[9,24],[4,16],[4,13],[4,17],[1,6],[3,17],[2,14],[1,8],[0,2],[2,18],[2,12],[4,24],[5,19],[5,18],[9,23],[20,39],[3,8],[10,25],[3,5],[10,20],[4,7],[6,14],[7,13],[15,25],[6,7],[9,10],[6,5],[4,4],[10,6],[11,5],[13,4],[10,1],[29,-2],[1,-1],[5,5],[3,1],[2,1]],[[837,2746],[0,-5],[1,-5],[0,-1],[2,-12],[3,-16],[3,-25],[2,-10],[8,-54],[1,-7],[3,-22],[7,-45],[0,-1],[1,-4],[2,-18],[2,-8],[2,-17],[5,-31],[3,-18],[2,-13],[3,-20],[1,-8],[1,-5],[3,-22],[1,-9],[4,-26],[2,-13],[3,-20],[4,-24],[3,-20],[0,-1],[1,-5],[0,-1],[2,-15],[1,-5],[0,-3],[1,-4],[0,-4],[1,-4],[2,-9],[0,-6],[2,-9],[0,-5],[1,-4],[1,-5],[0,-1],[1,-5],[2,-14],[4,-31],[2,-13],[1,-5],[1,-6],[2,-10],[0,-6],[2,-11],[2,-14],[1,-8],[2,-8],[2,-14],[1,-8],[2,-14],[1,-8],[2,-12],[2,-9],[1,-9],[2,-15],[3,-15],[1,-12],[2,-7],[1,-9],[1,-5],[0,-1],[3,-19],[4,-24],[10,-71],[1,-4],[0,-1],[1,-10],[2,-13],[3,-15],[1,-8],[3,-28]],[[1429,1983],[0,-9],[0,-16],[0,-4],[0,-2],[0,-4],[0,-3],[-1,-4],[0,-4],[0,-4],[-1,-3],[0,-4],[0,-1],[-1,-10],[0,-10],[0,-5],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-10],[0,-21],[0,-11],[0,-11],[0,-45],[0,-5],[0,-5],[0,-26],[0,-16],[1,-16],[0,-6],[0,-8],[0,-4],[0,-4]],[[1427,1680],[-10,0],[-3,0],[-7,0],[-8,0],[-12,0],[-2,0],[-4,0],[-11,0],[-1,0],[-4,0],[-3,0],[-7,0],[-8,0],[-22,2],[-1,0],[-8,1],[-2,0],[-4,0],[-3,0],[-2,0],[-5,1],[-3,0],[-4,0],[-2,0],[-3,-1],[-1,0],[-2,0],[-2,0],[-3,0],[-4,-1],[-8,-1],[-1,0],[-3,-1],[-6,1],[-1,0],[-5,0],[-11,-1],[-12,1],[-11,0],[-2,0],[-3,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-5,1],[-2,0],[-4,0],[-11,0],[-3,0],[-9,0],[-2,0],[-4,0],[-5,0],[-7,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[-1,1],[-2,1],[-1,1],[-1,0],[-2,1],[-1,1],[-2,1],[-1,1],[-1,3],[-1,2],[-1,1],[-2,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],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,1],[-1,-1],[-2,1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-3,0],[-1,0],[-2,0],[-2,0],[-1,1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-6,0],[-10,0],[-6,-1]],[[995,1695],[-2,14],[-1,6],[0,3],[-1,4],[-1,2]],[[837,2746],[0,1],[1,1],[-1,0],[-2,2],[-3,2],[-1,1],[-5,5],[-1,0],[0,2],[2,-1],[6,-1],[2,-1],[4,-1],[2,-2],[1,-1],[1,-1],[1,-1],[3,-3],[3,-2],[3,-1],[5,-2],[1,0],[4,-4],[4,-4],[3,-3],[1,-2],[6,-6],[5,-4],[6,-6],[5,-3],[2,-2],[1,-1],[2,-1],[3,-2],[0,-1],[3,-2],[6,-6],[3,-3],[2,0],[1,-2],[2,-1],[3,-3],[2,-2],[3,-3],[2,-2],[1,-1],[1,-1],[3,-3],[2,-2],[1,-2],[2,-2],[3,-4],[2,-2],[4,-3],[2,-2],[3,-4],[2,-1],[1,-2],[4,-5],[5,-6],[2,-2],[1,-1],[5,-3],[7,-6],[4,-3],[0,-1],[3,-3],[2,-1],[1,0],[1,-1],[2,-2],[1,-2],[4,-2],[2,-1],[1,-1],[2,-1],[3,-1],[1,-2],[5,-7],[4,-5],[1,-2],[1,-2],[2,-5],[2,-3],[2,-2],[2,-2],[0,-1],[1,-2],[2,-3],[3,-7],[0,-4],[1,-3],[1,-3],[2,-2],[1,-1],[3,-4],[1,-4],[1,-4],[2,-5],[2,-4],[2,-2],[3,-5],[4,-7],[2,-3],[2,-3],[0,-2],[4,-8],[1,-2],[2,-4],[4,-5],[3,-6],[2,-3],[1,-2],[2,-3],[1,0],[1,-1],[2,-4],[2,-2],[0,-1],[1,-1],[1,-3],[2,-3],[1,-1],[0,-1],[2,-3],[1,-1],[1,-2],[0,-1],[2,-2],[0,-1],[3,-4],[2,-3],[1,-1],[1,-1],[1,-2],[5,-4],[0,-1],[1,-1],[1,0],[2,-1],[3,-2],[2,-1],[2,0],[1,0],[3,0],[3,2],[1,0],[1,1],[3,1],[1,1],[2,1],[1,0],[0,-1],[0,-2],[1,0],[1,0],[1,2],[1,0],[1,0],[-1,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[3,-2],[2,0],[3,-2],[2,-1],[1,0],[2,-2],[3,-3],[3,-2],[1,-1],[1,-1],[2,-3],[3,-3],[0,-1],[2,-3],[2,-2],[2,-2],[1,0],[1,-1],[1,0],[2,-3],[4,-5],[3,-3],[3,-5],[3,-3],[2,-2],[2,-2],[1,-2],[3,-2],[2,-2],[0,-1],[1,0],[1,-1],[0,-1],[2,-2],[1,-1],[3,-1],[0,-1],[1,-3],[3,-2],[1,-2],[2,-2],[5,-2],[1,-1],[0,-1],[1,0],[3,-2],[3,0],[3,1],[1,0],[2,-2],[1,-1],[2,-2],[2,-2],[0,-1],[1,0],[1,-2],[2,-3],[2,-1],[2,-3],[3,-5],[1,-1],[1,-1],[1,-2],[5,-6],[4,-6],[4,-7],[2,-4],[3,-5],[3,-5],[2,-7],[1,-4],[3,-4],[3,-3],[4,-5],[1,-3],[1,-4],[1,-4],[1,-2],[0,-3],[1,-4],[2,-4],[1,-2],[0,-1],[1,-4],[3,-8],[1,-4],[1,-2],[1,-1],[0,-1],[0,-1],[2,-4],[1,-1],[1,-2],[3,-3],[2,-2],[0,-2],[2,-2],[2,-3],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1]],[[4544,2128],[-1,-6],[-1,-8],[0,-2],[-2,-13],[-1,-3],[-4,-28],[0,-5],[-1,-4],[-2,-14],[-1,-6],[-2,-12],[0,-3],[-2,-12],[0,-1],[-1,-9],[-2,-12],[-1,-5],[-1,-9],[-5,-30],[0,-6],[-1,-1],[-2,-15],[-1,-9],[-3,-18],[0,-5],[-3,-18],[-5,-36],[-2,-11],[-2,-13],[-1,-12],[-2,-10],[-2,-15],[-2,-15],[-2,-14],[-1,-5],[-2,-15],[-7,-44],[0,-4],[-2,-13],[-2,-12],[-1,-7]],[[4474,1648],[-2,2],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[-2,-3],[0,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-5],[0,-2],[0,-2],[-2,-8],[-2,-5],[-1,-3],[-1,-1],[-1,-2],[0,-1],[-2,-4],[-2,-2],[-6,-5],[-1,-1],[0,1],[-1,1],[-1,1],[-1,2],[0,2],[-3,7],[0,1],[-2,11],[-1,2],[-3,6],[-1,4],[0,1],[0,1],[-1,2],[0,10],[0,1],[-2,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-2,-4],[-1,-1],[-1,-2],[0,-1],[-2,-6],[-3,-10],[-1,-2],[0,-9],[0,-2],[0,-2],[2,-13],[1,-7],[0,-1],[0,-2],[1,-1],[2,-3],[2,-1],[1,-2],[0,-3],[0,-3],[0,-4],[-1,-6],[-3,-14],[-2,-5],[-1,-2],[-5,-12],[-1,0],[-2,1],[0,1],[-1,1],[-1,3],[0,2],[-1,1],[0,2],[-1,6],[-1,8],[-1,3],[-1,2],[-1,1],[-4,-1],[-3,3],[0,1],[0,-1],[-1,-9],[-2,-6],[-1,-4],[0,-1],[-4,-3],[-1,0],[-1,2],[-1,1],[-1,0],[0,-1],[0,-2],[0,-5],[0,-6],[0,-2],[1,-15],[0,-2],[0,-1],[-1,-1],[-5,5],[-1,0],[0,-1],[0,-1],[0,-1],[-3,-12],[-5,6],[-1,1],[-2,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-6],[-1,-5],[-1,-1],[-6,-2],[-2,3],[-3,2],[0,1],[-4,2],[-1,1],[-1,0],[-1,0],[-2,-3],[-1,0],[0,-2],[-1,-10],[0,-1],[0,-3],[0,-3],[0,-2],[1,-3],[6,-12],[-1,-21],[-1,-5],[2,-8],[0,-4],[-1,-3],[-3,-6],[-4,-6],[-2,-5],[-2,-3],[-1,-2],[-2,-5],[-11,-20],[-11,-22],[-2,-3],[-3,-6],[-3,-6],[-2,-4],[-2,-5],[-4,-8],[-2,-3],[-2,-4],[-3,-6],[-2,-4],[-4,-8],[-2,-4],[-6,-11],[-3,-6],[-2,-3],[-9,-19],[-1,-1],[-27,-53],[-2,-3],[-2,-5],[-8,-16],[-4,-8],[-2,-4],[-2,-3],[-1,-3],[-2,-3],[-6,-12],[-2,-3],[-2,-4],[-4,-8],[-2,-5],[-4,-7],[-7,-13],[-1,-3],[0,-1],[-9,-17],[-4,-7],[-3,-5],[-4,-9]],[[4160,1053],[1,17],[1,17],[1,24],[1,20],[1,13],[1,16],[0,10],[-4,1],[-9,4],[-1,0],[-12,5],[-3,1],[-4,2],[-9,3],[-3,2],[-3,1],[-2,1],[-3,1],[-14,5],[0,1],[-18,6],[-4,2],[-1,0],[-4,1],[-1,1],[-3,1],[-7,2],[-2,1],[-16,6],[-6,2],[-1,1],[-14,5],[-26,9],[-6,2],[-8,3],[-10,3],[-4,1],[-1,1],[-16,5],[-22,7],[-3,1],[0,4],[-1,6],[-11,55],[-7,37],[-2,13],[-3,14],[-3,18],[-2,12],[-2,10],[-6,29]],[[3889,1455],[-1,6],[-1,6],[-2,11],[-2,8],[0,3],[0,1],[-1,5],[-1,6],[-3,13],[-6,35],[-4,23],[-7,34],[-6,32],[-1,8],[-2,10],[-1,6],[-2,8],[-2,11],[-3,16],[-3,17],[-2,6],[0,5],[-3,16],[-8,39],[-3,17],[-2,7],[-3,22],[-3,16],[-1,5],[-2,8],[-4,20],[0,4],[-3,17]],[[6225,1888],[-2,-4],[-7,-14],[-3,-6],[-5,-10],[-9,-18],[-7,-15],[-3,-7],[-3,-5],[-2,-3],[-1,-3],[-1,-2],[-3,-7],[-1,-2],[-3,-6],[-2,-5],[-6,-11],[-4,-8],[-4,-10],[-6,-11],[-2,-5],[-4,-8],[-2,-4],[-3,-5],[-1,-3],[-1,-2],[-2,-5],[-3,-6],[-2,-3],[-1,-3],[-2,-4],[-1,0],[-2,3],[-1,3],[-1,4],[-2,8],[-2,4],[-1,2],[-1,3],[-2,3],[-1,2],[-2,5],[-2,4],[-1,2],[-2,2],[-2,2],[-1,2],[-2,1],[-2,3],[-1,1],[-2,1],[-3,1],[-2,1],[-2,1],[-6,-1],[-1,-1],[-2,0],[-1,-1],[-3,-4],[-2,-4],[-1,-4],[-2,-4],[-1,-4],[0,-3],[-1,-3],[-1,-6],[-1,-5],[0,-5],[-1,-4],[0,-4],[0,-4],[0,-7],[-1,-6],[0,-4],[0,-7],[-1,-5],[0,-5],[0,-5],[0,-6],[0,-4],[0,-6],[0,-7],[0,-5],[0,-1],[-1,-7],[0,-6],[-2,-7],[0,-3],[-1,-5],[-1,-5],[-2,-8],[-1,-5],[-3,-5],[-1,-4],[-2,-3],[-4,-6],[-4,-4],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-3,-4],[-20,-32],[-1,-2],[-6,-9],[-1,-2],[-4,-6],[-2,-3],[-13,-20],[-5,-7],[-6,-11],[-2,-5],[-1,-2],[-2,-2],[-1,-2],[-2,-3],[-1,-3],[-5,-8],[-1,-3],[-4,-6],[-1,-2],[0,-1],[-2,-2],[-1,-3],[-3,-5],[-1,-2],[-1,-2],[-3,-4],[-7,-13],[-1,-1],[0,-1],[-14,-24]],[[5924,1364],[-15,-24],[-2,-4],[-6,-10],[-10,-17],[-22,-37],[-7,-10],[-7,-12],[-1,-2],[-2,-2],[-1,2],[-2,4],[-2,3],[-3,6],[-2,2],[-2,4],[-3,4],[-1,1],[-4,7],[-4,9],[-3,4],[-20,35],[-5,8],[-1,3],[-3,4],[-6,11],[-11,18],[-7,12],[-5,9],[-3,5],[-10,16],[-1,3],[-3,5],[-2,1],[-3,1],[-1,0],[-1,1],[-2,4],[-2,2],[-9,11],[-2,2],[-1,2],[-2,4],[0,2],[-1,1],[-5,10],[-1,1],[-4,3],[-5,7],[-1,0],[-2,1],[-3,-3],[-3,-5],[-1,-5],[0,-5],[0,-8],[1,-5],[2,-6],[2,-2],[4,-5],[1,-3],[1,-1],[1,-3],[3,-6],[9,-24],[3,-9],[1,-4],[2,-12],[0,-10],[-1,-5],[-1,-1],[-2,-4]],[[5725,1348],[-6,-6],[-2,-2],[-6,-3],[-1,-1],[-1,1],[-4,2],[-4,1],[0,1],[-1,0],[-4,5],[-1,1],[-6,10],[-2,7],[-2,8],[0,5],[0,9],[1,26],[0,1],[0,9],[-2,9],[-3,8],[-1,2],[-2,2],[-1,2],[-18,40],[-10,21],[-3,5],[28,49],[5,11],[8,15],[17,29]],[[5414,1664],[-3,-20],[-4,-19],[-4,-24],[-6,-32],[-6,-34],[-6,-38],[-6,-14],[-6,-12],[-6,-13],[-5,-13],[-4,-8],[-1,-4],[-2,-5],[-1,-2],[-3,-7],[-8,-19],[-2,-2],[-11,-6],[-10,-5],[-9,-5],[-5,-3],[-4,-2],[-4,-6],[-14,-18],[-1,-3],[-12,-15],[-11,26],[-9,25],[-1,5],[-1,2],[-2,4],[-1,4],[-2,2],[-3,2],[-7,13],[-2,0],[-4,-1],[-3,1],[-4,2],[-2,-3],[-1,-3],[1,-6],[0,-6],[5,-8],[1,-16],[3,-13],[1,-8],[2,-7],[2,-8],[3,-5],[6,-15],[1,-5],[1,-3],[3,-11],[6,-16],[-1,-8],[-1,-4],[-6,-39],[-2,-7],[-3,-3],[-9,-9],[-2,-2],[-5,-4]],[[5224,1211],[-8,43],[-8,8],[-2,1],[-4,3],[-10,2],[-6,2],[-13,2],[-4,1],[-9,2],[-8,1],[-10,2],[-5,1],[-1,0],[-8,2],[-7,2],[-2,0],[-4,0],[-4,1],[-5,1],[-9,2],[-2,1],[-8,1],[-3,1],[-14,2],[-8,2],[-1,0],[-15,3],[-2,0],[-2,1],[-2,0],[-4,1]],[[5036,1299],[0,20],[-1,21],[0,25],[-1,4],[0,1],[0,9],[0,15],[0,11],[-1,8],[0,7],[0,6],[0,5],[0,10],[0,8],[-1,7],[0,35],[-1,18],[0,9],[-1,25],[-1,46],[0,14],[0,18],[-1,35],[0,2],[-1,19],[0,8],[0,22],[-1,39],[-1,11],[0,10],[0,8],[0,7],[-1,21],[0,10],[0,11],[-1,24],[0,1],[0,8],[-1,24],[0,1],[0,14],[0,22],[-1,6],[-1,14],[-1,14],[-4,46],[0,11],[-1,25],[-1,12],[0,15],[-1,25],[0,6],[-1,18],[0,8],[-1,37],[0,22],[0,1],[0,25],[0,41],[0,9],[1,9],[0,11],[1,4],[0,5],[0,4],[0,4],[1,4],[0,4],[0,4],[1,4],[-1,5],[-3,4],[-2,1],[-2,3],[-2,0],[-5,-4],[-2,-2],[-1,0],[-1,-1],[-2,5],[-1,17],[0,4],[-2,33],[-3,49],[3,5],[1,4],[5,8],[2,5],[3,5],[4,8],[2,4],[3,6],[2,6],[1,5],[2,7],[2,8],[1,4],[1,3],[1,4],[1,4],[1,4],[6,22],[2,7]],[[2225,1748],[-1,-1],[-2,1],[-3,1],[-4,-1],[-9,-1],[-11,-17],[-4,-6],[-9,-11],[-2,-3],[-3,-3],[-11,-15],[-1,-2],[-3,-3],[0,-1],[-3,-3],[-3,-4],[-6,-8],[-2,-3],[-13,-17],[-10,-13],[-11,-13],[-12,-16],[-2,-3],[-2,-3],[-4,-5],[-3,-3],[-1,-1],[-1,-2],[-2,-2],[-2,-2],[-1,-2],[-3,-3],[-2,-3],[-3,-5],[-10,-12],[-3,-3],[-6,-6],[-1,-1],[-7,-6],[-4,-3],[-1,-1],[-1,-1],[-3,-1],[-3,-2],[-6,-3],[-4,-3],[-3,-2],[-2,-2],[-3,-1],[0,-1],[-1,0],[-3,-2],[-2,-2],[-2,-1],[-2,-1],[-1,-2],[-3,-2],[-2,-3],[-3,-3],[-15,-12],[-1,-1],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[-3,-3],[-2,-2],[-24,-20],[-6,-5],[-9,-7],[-12,-10],[-17,-13],[-4,-4],[-1,-2],[-3,-3],[-2,-2],[-6,-5],[-10,-7],[-12,-8],[-5,-3],[0,-1],[-5,-2]],[[1857,1396],[-8,30],[-1,7],[-6,25],[-6,29],[-2,7],[-1,9],[-2,3],[-3,10],[-1,5],[-5,51],[1,6],[-1,14],[-1,19],[-2,20],[-2,14],[-1,4],[-6,20],[-8,24],[-18,38],[-12,22],[-2,5],[-1,2],[-6,16],[-1,4],[-2,4],[-3,10],[-2,8],[-4,13],[-1,5],[-1,5]],[[5036,1299],[-2,0],[-8,2],[-2,0],[-2,0],[-9,-10],[-8,-8],[-5,-5],[-8,2],[-2,-3],[-7,-10],[-2,-3],[-2,-3],[-1,-1],[-2,-4],[-4,-5],[-4,-6],[-21,-21],[-12,-20],[-7,-11],[-1,-2],[-4,-7],[-17,-29],[-1,-2],[-2,-3],[-4,-6],[-14,-23],[-17,-30],[-2,-3],[-9,-14],[-3,-6],[-1,-1],[-9,-15],[-2,-5],[-11,-18],[-5,-9],[-1,-1],[-1,-1],[-2,-3],[-12,-21],[-8,-12],[-16,-28],[-3,-5],[-7,-11],[-2,-3],[-7,-13],[-2,-2],[-2,-5],[-5,-7],[-2,-3],[-6,-10],[-5,-9],[-2,-3],[-8,-13],[-3,-6],[-2,-3],[-2,-2],[-2,-5],[-2,-3]],[[4724,851],[0,-1],[0,1]],[[4724,851],[-4,32],[-1,11],[-3,20],[0,4],[-4,8],[-8,20],[-2,4],[-7,23],[-1,3],[-2,6],[-1,4],[-7,6],[-3,3],[-15,7],[-2,1],[-1,0],[-3,1],[-3,1],[-9,-13],[-4,0],[-3,5],[0,4],[-1,11],[-4,12],[-2,3],[-4,1],[-4,8],[-2,4],[0,4],[0,2],[2,4],[4,7],[1,1],[5,-1],[2,0],[3,3],[1,0],[2,4],[2,8],[1,5],[-1,6],[0,1],[-1,4],[0,1],[-2,12],[-1,8],[-2,3],[-2,3],[-5,9],[-2,0],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[-2,2],[0,4],[0,4],[1,6],[1,5],[0,1],[4,21],[1,6],[-1,5],[-1,2],[-2,0],[-1,3],[-3,1],[-2,0],[-4,-1],[-5,-4],[-3,-1],[-4,-3],[-2,-2],[-1,-1],[-2,-1],[-1,2],[-1,5],[0,5],[0,4],[1,5],[1,6],[5,35],[2,3],[5,13],[3,6],[2,2],[1,2],[1,5],[-1,9],[-1,4],[-2,5],[-3,6],[-2,5],[-1,2],[-4,7],[-2,3],[-4,7],[-1,3],[-5,23],[-2,10],[-1,3],[0,5],[0,4],[0,4],[1,4],[0,5],[1,5],[0,4],[1,4],[0,2],[0,4],[-1,4],[-1,3],[-1,4],[2,21],[1,3],[1,1],[1,-5],[1,-3],[2,1],[0,3],[1,7],[1,9],[0,1],[0,5],[-3,3],[-2,2],[-3,4],[-1,10],[0,5],[-1,8],[0,6],[0,6],[0,6],[0,4],[5,1],[3,1],[5,-9],[2,0],[2,6],[0,6],[1,5],[-1,5],[0,6],[-1,5],[-2,3],[-2,3],[-2,2],[-2,1],[-3,1],[-3,1],[-7,-5],[-2,-1],[-1,-1],[-2,-2],[-2,-2],[-1,0],[-3,3],[-7,1],[-2,0],[-1,-1],[-6,-17],[-4,-18],[-2,-8],[-2,-17],[0,-9],[0,-5],[5,-19],[2,-3],[4,-11],[2,-5],[1,-6],[0,-3],[0,-5],[-3,-11],[-7,1],[-3,7],[-3,6],[0,1],[0,6],[0,7],[0,4],[-2,4],[-1,1],[-1,2],[-3,20],[-4,18],[-1,6],[-1,5],[-1,6],[-1,4],[-1,3],[-1,6],[-1,0],[-1,1],[-1,0],[-1,1],[-2,2],[-4,8],[-5,-2],[-2,-1],[-1,-1],[-1,0],[-1,-2],[-2,-5],[-1,-2],[-1,0],[-1,0],[-3,4],[-1,1],[0,2],[0,1],[-2,6],[-1,1],[0,2],[0,1],[0,1],[2,6],[3,6],[2,2],[4,3],[1,0],[2,0],[1,2],[1,1],[0,1],[1,2],[0,1],[0,1],[-1,3],[0,2],[-2,7],[-3,7],[-1,4],[-1,3],[-2,8],[-1,3],[0,1],[0,1],[1,2],[0,1],[0,1],[1,6],[1,5],[4,27],[0,1],[-1,8],[0,1],[0,1],[-1,1],[-2,1],[-3,-1],[-1,-1],[-1,0],[-3,3],[0,2],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[-1,-5],[0,-5],[0,-2],[0,-1],[0,-4],[0,-5],[1,-8],[0,-2],[-1,-1],[-1,-2],[0,-3],[0,-2],[1,-4],[1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-6],[0,-1],[-1,-2],[-1,-2],[-3,-4],[-1,-2],[-4,-6],[-1,-1],[-2,-1],[-2,1],[-2,0],[-1,0],[0,1],[-1,0],[-4,4],[-2,2],[-1,1],[-1,3],[-6,10],[0,2],[-2,3],[-1,3],[0,1],[0,1],[1,1],[1,4],[4,9],[1,0],[3,1],[2,1],[2,3],[2,3],[5,13],[0,2],[0,1],[1,3],[0,2],[-1,12],[0,2],[0,2],[-1,0],[0,1],[0,1],[-3,5],[-3,6],[-1,1]],[[3036,2167],[1,-4],[-1,-13],[-2,-29],[0,-7],[-1,-14],[0,-5],[-2,-30],[-2,-29],[-1,-16],[0,-4],[-1,-27],[-1,-12],[0,-6],[-1,-4],[-1,-20],[0,-6],[-2,-33],[0,-6],[-1,-5],[-1,-20],[-2,-23],[-2,-40],[-2,-26],[-3,-48],[-1,-8],[0,-7],[-2,-33],[-1,-13],[-1,-6],[-1,-13],[0,-9],[-2,-31],[-1,-17],[-1,-6],[0,-1],[0,-12],[-1,-5],[0,-7],[-1,-11],[0,-6],[-1,-5],[0,-10],[-3,-37],[-1,-25],[-1,-15],[-1,-6],[0,-12],[-1,-8],[-1,-11],[-2,-45],[-1,-6],[0,-5],[0,-5],[-1,-14],[0,-6],[-1,-6],[0,-7],[-1,-13],[0,-5],[-1,-7],[0,-8],[0,-5],[-1,-11],[-1,-7],[-5,-86],[0,-4],[0,-4],[-2,-25],[-2,-35],[-2,-26],[-1,-25],[-3,-38],[0,-14],[-1,-8],[-1,-6],[-1,-23],[0,-9],[-1,-5],[0,-5],[0,-4],[0,-5],[-1,-10],[-1,-16],[-2,-37],[-1,-14],[-1,-8],[-4,-70],[0,-1],[0,-2],[0,-4],[-2,-21],[-1,-30],[-2,-22],[0,-11],[-2,-26],[0,-5],[-6,-97],[-1,-23],[-1,-12]],[[2937,545],[-5,0],[-22,-1],[-76,-2],[-16,-1],[-13,0],[-133,-4],[-30,-1],[-107,-4],[-27,-2],[-4,0],[-14,-1],[-24,-1]],[[2466,528],[1,15],[1,30],[2,26],[1,15],[0,5],[0,5],[1,16],[0,4],[1,7],[1,25],[1,18],[1,19],[1,8],[0,9],[1,18],[2,21],[0,10],[2,24],[1,16],[2,27],[0,4],[5,75],[0,4],[1,18],[0,7],[1,17],[1,3],[0,2],[0,2],[0,24],[0,45],[0,24],[0,5],[0,28],[0,15],[0,13],[0,10],[0,35],[0,24],[-1,21],[0,14],[0,2],[1,10],[0,48],[0,4],[0,1],[0,12],[1,63],[1,11],[0,9],[0,30],[0,8],[0,5],[0,4],[1,8],[1,28],[2,39],[2,49],[2,32],[0,8],[1,8],[1,38],[0,1],[1,17],[0,5],[1,19],[1,4],[1,21],[2,39],[0,13],[-1,0],[-4,6],[-8,12],[-6,7],[-13,18],[-2,3],[-5,7],[-1,2],[-14,19],[-6,7],[0,1],[-12,16],[-1,1],[-4,7],[-5,7],[-10,13],[-5,7]],[[3889,1455],[-4,1],[-14,-1],[-2,0],[-8,0],[-5,-4],[-11,-9],[-10,-9],[-2,-1],[-1,-1],[-1,-1],[-2,-5],[-3,-11],[-12,-38],[-2,-4],[-6,-21],[-3,-5],[-2,-3],[-1,-4],[-13,-26],[-2,-5],[-2,-15],[-11,-80],[-1,-9],[-4,-28],[-8,-25],[-8,-27],[-3,-17],[-7,-34],[-5,-24],[-5,-24],[-11,-53],[-1,-4],[-2,-13],[-1,-11],[-4,-24],[-5,-41],[-2,-12],[0,-9],[-1,-31],[-1,-30],[0,-5],[-2,-26],[-2,-43],[0,-2],[-3,-39],[0,-4],[-2,-36],[0,-5],[-1,-6],[0,-4],[0,-5],[-3,-50]],[[3690,572],[-106,-5],[-14,-1],[-95,-5],[-3,-1],[-60,-3],[-10,0],[-7,-1],[-96,-5]],[[3299,551],[0,41],[0,90],[0,11],[0,81],[1,18],[0,23],[0,30],[0,5],[0,9],[0,22],[0,17],[0,22],[0,16],[0,10],[2,8],[5,32],[5,34],[0,10],[-1,4],[-3,46],[-1,7],[0,4],[-3,36],[0,13],[-2,18],[0,5],[0,7],[1,107],[0,7],[1,28],[0,17],[0,16],[0,35],[0,4],[0,4],[0,4],[1,7],[0,5],[0,16],[-1,6],[0,15],[0,8],[1,73],[0,28],[0,7],[0,47],[0,12],[0,9],[0,28],[1,4],[0,22],[-1,32],[1,7],[0,4],[0,10],[0,12],[0,22],[0,6],[0,4],[0,45],[0,69],[0,7],[0,12],[1,9],[0,21],[0,24],[0,5],[0,7],[0,19],[0,5],[0,16],[0,12],[1,5],[0,1],[0,6],[0,30],[0,16],[0,12],[0,18],[0,8],[1,4]],[[3299,551],[-35,-1],[-37,-2],[-51,-1],[-8,0],[-16,0],[-41,0],[-12,0],[-162,-2]],[[1857,1396],[3,-15],[2,-12],[2,-13],[1,-8],[1,-5],[1,-5],[0,-4],[0,-5],[1,-6],[8,-42],[1,-4],[3,-20],[2,-12],[2,-14],[3,-23],[3,-16],[1,-11],[3,-17],[1,-12],[0,-4],[1,-8],[0,-5],[1,-13],[0,-6],[0,-7],[0,-6],[1,-4],[0,-5],[0,-4],[1,-5],[0,-6],[1,-5],[1,-8],[1,-3],[3,-21],[1,-4],[0,-2],[1,-4],[0,-5],[1,-4],[1,-4],[2,-7],[2,-5],[1,-6],[0,-5],[0,-5],[-1,-4],[0,-6],[0,-5],[2,-17],[1,-5],[1,-6],[1,-6]],[[1918,942],[-3,-3],[-7,3],[-4,2],[-1,0],[-3,1],[-7,2],[-9,2],[-3,-1],[-2,0],[-2,0],[-3,1],[-2,1],[-3,-1],[-1,0],[-1,0],[-9,0],[-4,0],[-10,1],[-10,1],[-3,1],[-3,0],[-3,-1],[-3,0],[-3,0],[-2,0],[-12,1],[-4,1],[-3,0],[-6,0],[-8,0],[-8,1],[-3,-1],[-5,0],[-5,0],[-1,0],[-3,0],[-1,0],[-2,0],[-3,0],[-11,0],[-1,0],[-2,0],[-2,0],[-1,0],[-10,0],[-8,0],[-4,0],[-5,0],[-2,0],[-3,0],[-3,1],[-4,0],[-9,0],[-4,0],[-4,0],[-2,0],[-2,0],[-1,0],[-2,0],[-3,0],[-7,0],[-2,0],[-5,0],[-2,0],[-7,-1],[-3,0],[-3,1],[-2,-1],[-7,0],[-1,0],[-4,0],[-4,0],[-9,1],[-2,0],[-8,1],[-6,-1],[-1,1],[-2,0],[-10,0],[-4,-1],[-3,0],[-7,0],[-2,0],[-3,0],[-8,1],[-6,0],[-2,0],[-4,0],[-2,0],[-1,0],[-6,1],[-10,0],[-2,0],[-1,0],[-1,0],[-3,0],[-11,-1],[-6,-1],[-6,-1],[-7,1],[-5,1],[-4,1],[-8,1],[-4,-1],[-4,0],[-5,0],[-3,0],[-2,0],[-7,-1],[-17,0],[-4,0],[-2,0]],[[1425,955],[0,27],[0,12],[0,45],[0,7],[0,1],[0,5],[0,4],[0,4],[0,4],[0,4],[0,4],[0,3],[0,5],[0,4],[0,4],[0,5],[0,5],[0,4],[0,4],[0,4],[0,5],[1,15],[0,19],[0,10],[0,16],[0,9],[0,7],[0,15],[0,13],[0,11],[0,28],[0,10],[0,10],[0,11],[0,6],[1,41],[0,9],[0,31],[0,17],[0,20],[0,13],[0,5],[0,10],[0,29],[0,17],[0,10],[0,5],[0,29],[0,26],[0,1],[0,6],[0,14],[0,4],[0,4],[0,24],[0,7],[0,26],[0,4],[0,10],[0,23]],[[7863,1730],[0,-4],[-1,-5],[-1,-5],[2,-3],[1,-3],[1,-2],[1,-4],[0,-5],[1,-4],[1,-4],[0,-6],[1,-4],[1,-4],[2,-1],[2,-1],[1,-4],[1,-5],[2,-3],[3,2],[1,3],[1,3],[2,1],[2,-2],[2,-1],[0,-5],[-1,-3],[1,-4],[-1,-5],[2,-2],[1,-4],[1,-3],[1,-4],[-1,-5],[0,-5],[-2,-4],[-2,-1],[-1,2],[-1,-2],[-1,-5],[-2,-5],[0,-5],[-1,-3],[-1,-4],[0,-5],[1,-5],[0,-4],[0,-4],[1,-5],[0,-5],[-1,-5],[-1,-5],[-2,-3],[-1,-3],[-1,-4],[-2,-1],[-1,-3],[0,-6],[0,-6],[-2,-3],[-1,-2],[-2,7],[-1,2],[-1,0],[-2,-1],[-1,-2],[-1,-4],[-2,-4],[-1,-3],[-2,0],[-2,-3],[0,-4],[-2,-3],[-1,-1],[-2,2],[-2,4],[-1,0],[0,-5],[-2,-3],[-2,-4],[-2,-4],[-1,2],[-2,-2],[-1,0],[-2,0],[-1,0],[-2,3],[-2,-4],[0,-6],[0,-4],[-1,-4],[-1,-6],[-1,-2],[-2,-5],[-1,-6],[0,-5],[-1,-6],[-2,-2],[-2,-1],[-1,2],[-2,1],[-1,-1],[-2,2],[-1,2],[-1,3],[-1,4],[0,3],[-2,1],[-1,-3],[-2,-2],[-1,-1],[-2,-1],[-1,-3],[0,-4],[-1,-3],[-2,-3],[-1,-3],[-1,-1],[-1,-4],[-1,-4],[-1,-2],[-1,0],[-1,-4],[1,-4],[1,-4],[1,-3],[-1,-3],[-1,-3],[-1,-5],[-1,-3],[0,-5],[2,-3],[0,-4],[1,-4],[-1,-4],[-2,-2],[-1,-3],[-1,-2],[-2,-2],[-2,-1],[-1,-1],[-2,-1],[-1,-2],[-2,2],[-2,1],[-1,-1],[-2,1],[-2,1],[-2,-2],[-1,1],[-1,2],[-2,1],[-1,0],[-1,-3],[0,-3],[1,-5],[-1,-4],[-1,-3],[0,-5],[-1,-3],[-1,-1],[-2,1],[-2,0],[-1,-1],[-2,-2],[-2,-3],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-1,0],[-2,1],[-1,-1],[-1,-4],[0,-4],[-1,-4],[-1,-3],[-1,-5],[-1,-3],[-1,-1],[-2,-2],[-2,-3],[0,-5],[0,-4],[1,-5],[-2,-5],[-1,-4],[-1,-5],[0,-4],[2,-4],[1,-2],[2,-2],[0,-4],[-1,-2],[-1,0],[-2,-1],[-1,1],[-2,0],[-1,-1],[-2,0],[-1,1],[-2,-1],[-2,0],[-1,1],[-1,0],[-2,0],[-1,1],[-1,2],[-5,0],[-1,-3],[-1,-3],[0,-4],[1,-4],[1,-3],[0,-5],[0,-3],[-1,-4],[0,-4],[-1,-3],[-1,-5],[-1,-3],[-1,-1],[-2,-1],[0,-4],[-1,-4],[-1,-3],[-1,-2],[-2,-1],[-1,1],[-2,2],[-1,0],[-2,0],[-1,-4],[-2,-4],[-1,-3],[-1,-3],[-1,-3],[-1,-4],[-1,-3],[-2,-2],[-2,-3],[-1,-1],[-2,-1],[-1,-4],[-1,-3],[-2,-1],[0,-4],[-2,0],[-1,-3],[0,-5],[0,-5],[-1,-4],[-1,-6],[1,-4],[0,-4],[0,-4],[-1,-5],[-1,-2],[-2,-1],[-1,-3],[-1,-3],[-1,6],[0,5],[-2,2],[-3,4],[-1,-1],[-2,0],[-2,-1],[0,-1],[-1,0],[-2,1],[0,4],[2,5],[1,4],[0,5],[-2,0],[0,1],[-2,-1],[-1,-1],[-1,-2],[-3,-5],[-1,-1],[-2,0],[-2,-2],[-2,-1],[-2,1],[-1,1],[-1,2],[-2,-2],[-1,-3],[-2,-4],[-2,-5],[-1,-2],[-2,-3],[-3,1],[0,4],[-2,3],[0,4],[-2,2],[-1,3],[-2,-1],[-2,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-3],[-2,-5],[-1,-6],[-1,-5],[-1,-5],[0,-4],[-1,-3],[-2,-2],[-2,-7],[-1,-3],[-1,-3],[-1,-5],[-1,-6],[1,-3],[1,-4],[0,-4],[-1,-4],[1,-7],[1,-3],[-1,-6],[0,-7],[1,-8],[-2,-5],[-1,-3],[-1,-3],[-1,-4],[0,-4],[0,-6],[-2,-4],[-3,-3],[-1,-4],[-2,-3],[-3,-2],[-1,-4],[0,-4],[-1,-5],[-1,-3],[0,-5],[0,-6],[2,-3],[0,-4],[0,-4],[0,-4],[0,-4],[0,-5],[-1,-2],[-1,-3],[-3,-3],[-1,-4],[-3,-2],[-3,-3],[-1,-2],[-3,-1],[-1,2],[-2,-2],[-2,-1],[-1,-1],[-2,0],[-1,1],[-1,2],[-1,-5],[0,-5],[-1,-4],[0,-6],[0,-5],[-1,-3],[-1,-6],[1,-5],[1,-3],[1,-3],[-2,-5],[-1,-4],[-1,-3],[-1,-5],[0,-4],[2,-2],[1,-3],[1,-4],[-1,-6],[-2,-4],[0,-4],[-2,-2],[-1,0],[-2,0],[-1,-5],[-1,-4],[-1,-4],[0,-4],[-1,-6],[-1,-3],[-2,-2],[-3,-5],[0,-4],[-3,-4],[-2,0],[-1,-2],[-1,-3],[-2,0],[-2,-3],[-2,-2],[-1,0],[-2,1],[-1,2],[-2,2],[0,6],[-1,3],[0,5],[-2,3],[-1,4],[-2,2],[-1,0],[-2,5],[-2,-3],[-2,1],[-1,-6],[0,-5],[-1,-3],[-2,-2],[-1,-5],[-1,-4],[-1,-4],[0,-4],[0,-4],[1,-5],[1,-5],[1,-4],[0,-4],[-2,-3],[-1,-3],[-1,-3],[-1,-5],[-1,0],[-2,-2],[-1,-4],[0,-3],[0,-4],[-1,-4],[-1,-3],[0,-3],[1,-4],[2,-4]],[[7484,718],[0,-1],[0,1]],[[7484,718],[-2,2],[-9,13],[-7,10],[-13,19],[-1,2],[-2,2],[-8,11],[-5,6],[-6,9],[-5,7],[-3,4],[-3,4],[-9,14],[-2,3],[-9,12],[-4,6],[-7,9],[-7,10],[-4,7],[-1,34],[-1,24],[0,14],[-1,14],[-2,8],[-2,7],[-1,6],[-6,20],[-2,2],[-3,2],[-5,4],[-1,-3],[-1,-3],[-1,-4],[-2,-4],[0,-1],[-1,-1],[-2,0],[-3,1],[-1,0],[-1,3],[0,4],[-1,6],[0,5],[-1,4],[0,20],[1,0],[1,4],[5,15],[1,3],[2,1],[2,6],[1,2],[1,3],[0,5],[-1,4],[2,3],[-1,4],[-2,3],[-1,0],[-1,4],[1,4],[0,4],[1,4],[2,2],[-2,3],[-1,3],[-2,0],[1,5],[1,4],[1,5],[1,3],[0,5],[-1,4],[-1,3],[-1,0],[-1,2],[-2,4],[-1,2],[-1,3],[-1,3],[-2,0],[-2,0],[-1,-2],[-2,-1],[-1,0],[-2,1],[-1,0],[-2,0],[-2,-3],[-1,-1],[-1,-1],[-2,2],[-1,3],[0,4],[1,4],[1,4],[-1,5],[-1,4],[0,3],[0,7],[-1,4],[-1,3],[-1,2],[-1,4],[-1,4],[-2,4],[-2,4],[-1,2],[-2,-2],[-1,-1],[-1,-3],[-2,-2],[-3,-3],[-2,0],[-1,3],[-3,2],[-1,0],[-1,4],[-1,2],[-1,2],[-2,2],[-2,3],[-2,4],[0,6],[0,4],[-2,3],[-1,3],[-1,6],[0,3],[0,5],[-2,2],[-2,1],[-1,3],[0,7],[-1,6],[-2,3],[-2,2],[-2,0],[-1,4],[-1,3],[-2,2],[-1,5],[-1,5],[1,5],[2,2],[1,3],[1,3],[1,5],[0,4],[-1,5],[0,4],[-1,5],[-1,3],[-2,1],[-1,2],[-2,4],[-1,2],[-2,1],[-2,1],[-1,3],[-1,4],[-1,4],[-1,1],[-2,-2],[-1,-4],[0,-5],[-1,-3],[-1,-5],[-2,-2],[-1,2],[-1,3],[-1,4],[-1,2],[-2,1],[-2,-1],[-2,2],[-1,4],[0,4],[0,4],[0,5],[1,6],[0,5],[-1,4],[0,5],[1,3],[2,1],[2,4],[1,5],[1,2],[0,5],[-1,2],[-1,0],[-2,0],[-1,1],[-2,2],[-1,4],[0,4],[-1,5],[-1,3],[0,4],[1,6],[0,3],[0,4],[-1,4],[0,4],[0,4],[0,4],[-2,13],[0,4],[1,11],[-6,14],[-10,27],[-4,8],[0,1],[1,12],[0,1],[0,1],[0,1],[-1,6],[0,10],[-1,10],[1,8],[0,28],[0,1],[-1,28],[0,1],[0,1],[2,9],[0,1],[-2,7],[0,1],[-2,5],[0,8],[-1,8],[-3,12],[-3,11],[-1,6],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-3,6]],[[8810,1800],[0,-6],[1,-5],[0,-2],[-1,-5],[-2,-2],[-1,-4],[1,-3],[1,-3],[0,-6],[2,-1],[1,-2],[1,-8],[1,-2],[0,-5],[0,-4],[2,-3],[2,0],[1,-3],[1,0],[1,-3],[2,-4],[1,-5],[2,-1],[1,2],[1,-5],[-3,-7],[-3,-8],[0,-5],[-1,-8],[-1,-4],[0,-4],[0,-4],[-1,-4],[1,-9],[1,-3],[1,-4],[-1,-5],[1,-5],[2,-7],[0,-3],[0,-7],[1,-4],[-1,-4],[-2,-8],[-1,-2],[-3,-7],[-1,-4],[-1,-1],[-4,-14],[0,-4],[-1,-1],[-2,-1],[0,-1],[-1,-6],[-1,-4],[-3,-4],[-1,-4],[-2,-5],[-2,-8],[0,-1],[1,-3],[2,-1],[1,-4],[1,-6],[2,-4],[1,-1],[2,-5],[1,-1],[1,-1],[0,-5],[-3,-7],[-8,-6],[-2,-6],[0,-6],[0,-3],[-1,-10],[-1,-2],[-6,-3],[-4,-6],[-2,-6],[-3,-6],[-3,0],[-1,-2],[-1,-3],[-2,-1],[-3,0],[-3,-4],[-5,-4],[-3,-2],[-1,-5],[1,-8],[-1,-4],[-4,-3],[-1,0],[-5,-1],[-5,0],[-4,0],[-3,-4],[-2,-4],[-3,-5],[-2,1],[-3,-1],[-1,0],[-4,-4],[-2,-7],[-5,-1],[-2,-3],[-2,1],[-2,-2],[-4,1],[-1,-1],[-4,-2],[0,-5],[-4,-3],[-6,-3],[-3,-3],[-2,-3],[0,-3],[-5,-4],[-2,-5],[-3,-1],[-2,6],[-3,1],[-2,0],[-2,1],[-4,-3],[-1,0],[-2,-2],[-3,2],[-3,1],[-6,-5],[-6,-5],[-5,-11],[-3,-5],[-1,-10],[-2,-3],[0,-4],[-2,-1],[-4,0],[-3,-1],[-3,6],[-4,3],[-6,3],[-2,6],[-2,9],[-2,4],[-3,-1],[-5,-3],[-4,0],[-2,2],[-6,-2],[-2,-6],[-5,-4],[-6,1],[-3,2],[-7,4],[-1,0],[-2,-4],[-3,-3],[-2,0],[-4,7],[-2,0],[-2,3],[-5,-15],[3,-21],[-2,-15],[-2,0],[-4,-1],[-3,-4],[-5,-3],[-2,-4],[-3,-6],[-2,-6],[-5,-5],[-4,-4],[-4,-8],[-1,-8],[0,-5],[4,-10],[0,-10],[0,-21],[0,-9],[-3,-6],[-2,0],[-1,-3],[0,-7],[0,-9],[0,-8],[-3,-7],[-4,-3],[-3,-6],[-1,-4],[-3,-10],[-1,-5],[-4,-16],[-2,-6],[-2,-2],[-2,-7],[-4,-4],[-1,0],[-2,-2],[-4,-1],[-2,-1],[-1,-3],[2,-15],[4,-16],[-2,-9],[-1,0],[-1,-2],[-1,-4],[4,-5],[0,-5],[-3,-6],[0,-5],[-1,-2],[0,-4],[5,-8],[2,-4],[1,0],[-1,-7],[-2,-5],[0,-11],[-1,-9],[2,-7],[-1,-4],[-2,0],[-1,-2],[-2,1],[-4,-4],[1,-4],[1,-6],[0,-5],[-3,-9],[-2,2],[-5,-2],[-4,-3],[-3,0],[-6,0],[-2,4],[-1,-3],[-2,0],[-2,0],[-1,-1],[-2,-3],[-4,-4],[-7,-3],[1,4],[-2,2],[-3,-2],[-4,0],[-2,-3],[-2,1],[-7,0],[-6,0],[-6,-1],[-5,0],[-3,-4],[-2,-2],[-5,-3],[-3,-3],[-3,-2],[-2,-3],[-3,-2],[-4,-3],[-4,-1],[-3,-5],[-7,-7],[-2,1],[-4,-6],[-3,0],[-6,-6],[-4,-1],[-3,-4],[-5,0],[-1,-2],[-2,-1],[-4,-5],[-3,-2],[-3,-2],[-1,-4],[-2,-1],[-4,1],[-2,-2],[-4,-2],[-4,-6],[-5,-4],[-2,0],[-2,0],[-4,-2],[-3,-7],[-2,1],[-2,-1],[-4,-1],[-1,-5],[-1,0],[-1,-1],[-2,-1],[-5,-1],[-3,2],[-3,-4],[-6,-3],[-2,-3],[-1,1],[-2,0],[-7,-4],[-2,-4],[-2,-3],[-5,0],[-3,-6],[-7,-4],[-9,-8],[-4,-4],[-3,0],[-3,-4],[-4,-1],[-3,-1],[-3,-1],[-2,-7],[-1,-3],[-2,-4],[-2,-1],[-2,-4],[-3,-5],[-2,-3],[-3,1],[-1,4],[-2,0],[-11,-17],[-2,-1],[-3,1],[-4,-6],[-4,-6],[-5,-3],[-5,-5],[0,-5],[-4,-7],[-1,-5],[-1,-1],[-2,-5],[0,-4],[0,-4],[-9,-8],[-6,-6],[-8,-10],[-7,-6],[-5,-3],[-3,-3],[-4,0],[-3,-1],[-3,-2],[-4,-1],[-6,2],[-5,1],[-5,-6],[-4,0],[-7,-2],[-2,2],[-1,1],[-2,-2],[-2,-1]],[[8032,633],[0,6],[1,23],[0,35],[0,3],[1,23],[0,29],[0,2],[0,2],[-3,5],[-2,3],[-6,11],[-3,5],[-1,2],[-1,2],[-1,2],[-2,3],[-2,3],[-2,3],[-1,3],[-2,3],[-2,2],[-1,-1],[-2,-1],[-1,-1],[-2,2],[-1,2],[-1,4],[-1,4],[-1,4],[-1,5],[0,5],[0,4],[0,6],[-1,5],[-1,4],[-3,2],[0,4],[0,4],[-1,3],[-2,3],[0,6],[-1,5],[-1,2],[-1,0],[-2,3],[0,4],[-1,4],[-2,6],[1,4],[0,5],[0,3],[0,6],[1,3],[1,1],[1,3],[0,5],[0,4],[0,5],[1,5],[0,5],[0,5],[1,4],[1,1],[1,3],[0,4],[2,3],[0,3],[1,4],[0,4],[1,3],[1,4],[0,4],[0,4],[1,4],[0,6],[0,3],[1,2],[0,5],[0,3],[0,1],[1,10],[0,6],[1,7],[2,36],[1,11],[-1,1],[-2,1],[-1,0],[-2,2],[-1,2],[-1,3],[-1,1],[-1,0],[-1,4],[0,4],[0,4],[-2,4],[-1,3],[-1,3],[-1,3],[0,4],[-2,10],[-2,7],[-2,8],[-1,3],[-1,2],[-3,4],[1,6],[-2,4],[-2,5],[-2,2],[-1,2],[1,5],[3,12],[1,6],[1,3],[1,4],[0,1],[1,3],[1,5],[1,4],[1,2],[0,2],[1,4],[3,10],[1,5],[2,7],[1,4],[0,3],[8,29],[8,34],[1,3],[1,4],[1,3],[0,4],[-1,2],[-2,3],[0,2],[-1,0],[-1,4],[-1,2],[-1,2],[-1,2],[-1,4],[-1,3],[-1,4],[0,4],[-1,4],[-1,3],[0,5],[-1,3],[-1,3],[-1,4],[1,3],[0,4],[0,5],[-1,4],[0,4],[0,4],[0,4],[0,4],[-1,3],[0,4],[0,7],[0,4],[-2,7],[0,5],[0,5],[0,6],[0,4],[1,3],[1,5],[1,3],[1,4],[0,5],[-1,5],[-1,6],[2,4],[2,2],[3,5]],[[2466,528],[-100,-7],[-67,-5],[-42,-3],[4,115],[-66,16],[-4,1],[-19,4],[-56,13],[-50,12],[-6,0],[-73,7],[-16,2]],[[1971,683],[-1,9],[0,17],[-1,13],[-2,10],[-1,10],[-1,8],[-2,8],[-2,16],[-1,5],[-3,16],[-2,8],[-1,4],[0,4],[-2,9],[-3,9],[-1,4],[-11,33],[-5,17],[-3,8],[-1,3],[-1,3],[-2,10],[0,3],[-2,6],[-1,8],[-2,8],[-2,10]],[[6563,1396],[0,-6],[0,-4],[0,-2],[-2,-3],[-2,-2],[-3,0],[-6,2],[-3,-1],[-1,0],[-1,-2],[0,-7],[0,-6],[5,-22],[1,-5],[2,-6],[2,-2],[2,-1],[3,-3],[3,-1],[6,-3],[0,-1],[1,-3],[1,-2],[-1,-4],[-1,-2],[-1,-1],[-1,-3],[-8,-9],[0,-1],[-2,-1],[-12,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-4],[3,-8],[3,-5],[1,-1],[1,-3],[3,-4],[0,-2],[5,-13],[1,-2],[1,-3],[2,-1],[2,-1],[1,-2],[1,-1],[0,-3],[0,-6],[0,-3],[0,-5],[-1,-6],[-2,-16],[0,-2],[-7,-13],[-2,0],[-1,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[1,-6],[1,0],[1,-3],[0,-2],[1,0],[2,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-4,-6],[-1,-1],[-2,3],[-1,1],[-1,2],[0,3],[0,1],[0,2],[1,1],[1,1],[1,2],[1,1],[0,2],[-1,0],[0,1],[-2,3],[-1,0],[0,1],[-2,2],[-1,0],[-1,-1],[-1,-5],[-1,-3],[0,-1],[-2,0],[0,2],[-1,2],[0,3],[-1,4],[-1,1],[-1,0],[-1,-1],[-1,-2],[-2,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-3],[2,-8],[2,-4],[1,-2],[3,-6],[0,-2],[0,-1],[0,-2],[-2,-1],[-2,0],[-3,1],[-3,2],[-1,1],[-2,2],[-1,1],[-1,-1],[-1,-5],[0,-3],[0,-3],[1,-6],[0,-4],[-1,-2],[-1,-1],[-5,0],[-1,2],[-2,3],[-1,2],[-1,0],[-1,-1],[-1,-2],[0,-4],[-1,-4],[0,-1],[-1,-1],[-1,0],[0,1],[-1,1],[-1,4],[-1,0],[-1,0],[-2,-6],[0,-3],[-3,-5],[-2,-6],[-2,-3],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,0],[1,2],[2,5],[1,0],[2,-4],[2,-5],[1,-4],[0,-3],[0,-1],[-2,-13],[-1,-1],[-1,0],[-5,2],[-4,0],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-6],[1,-10],[0,-1],[-2,-19],[0,-1],[-1,-1],[-1,0],[-2,2],[0,1],[-4,3],[-1,-1],[0,-1],[0,-7],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-2,3],[-3,2],[-1,1],[-1,-1],[-2,-1],[0,-1],[-1,-2],[-1,-6],[-1,-4],[-1,-1],[-1,-1],[-1,-1],[-1,-5],[-1,-1],[-1,-1],[-2,1],[-2,0],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[1,-7],[0,-1],[0,-5],[0,1],[-4,10],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,-1],[-1,-1],[2,-7],[0,-3],[2,-8],[0,-1],[0,-6],[-1,-1],[-2,-7],[-2,7],[-2,2],[-1,-2],[-1,0],[-1,-1],[1,-3],[0,-1],[2,-13],[0,-2],[-1,-3],[0,-4],[1,-8],[0,-2],[0,-2],[0,-1],[1,-2],[0,-3],[2,-2],[2,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[-5,-17],[-2,-7],[-14,-50],[-4,-15],[-4,-18],[-5,-18],[-1,-5],[-10,-36],[-2,-5],[0,-3],[-11,-38],[-6,-24],[-1,-4],[-1,-5],[-6,-23],[-1,-4],[-1,-3],[-24,-88],[-1,-4],[-1,-5],[-6,-21],[-7,-27],[-1,-5],[-1,-4],[-6,-24],[-2,-4],[-7,-29],[-4,-18],[-1,0],[-1,-4],[-1,-4]],[[6300,400],[-10,1],[-59,8],[-7,-3],[-2,1],[-8,0],[-1,1],[-5,5],[-42,6],[-76,17],[-48,11]],[[6042,447],[-2,4],[-2,2],[1,6],[-1,4],[-1,3],[-2,1],[-2,-2],[-3,1],[-1,-1],[-3,-2],[-2,-2],[-2,-2],[-1,4],[0,4],[-1,5],[-1,3],[-2,1],[-2,1],[-3,2],[-2,2],[-1,3],[0,4],[0,4],[0,4],[0,4],[0,4],[-1,3],[-2,3],[-2,4],[-1,5],[0,6],[0,8],[0,4],[-1,4],[1,5],[-1,5],[1,3],[2,4],[1,2],[2,2],[1,2],[2,3],[1,3],[-1,4],[-1,3],[0,5],[0,4],[1,5],[1,4],[-1,6],[-1,3],[0,5],[0,5],[0,4],[0,5],[0,7],[-1,4],[-3,3],[-1,0],[-3,0],[-1,3],[0,4],[-2,3],[-2,-2],[-1,2],[0,4],[2,3],[2,2],[1,4],[2,4],[1,4],[1,6],[1,4],[0,4],[-3,0],[0,4],[-2,4],[-2,1],[0,6],[1,2],[1,3],[0,4],[-1,4],[-3,3],[-2,1],[0,5],[-1,3],[0,6],[-2,2],[-1,0],[-2,-6],[-1,-2],[-1,3],[-1,2],[-2,-1],[0,6],[-1,4],[0,4],[-1,2],[-1,5],[1,6],[1,6],[-1,3],[-1,3],[2,3],[0,3],[-2,7],[-1,3],[3,8],[2,2],[-2,3],[0,4],[2,3],[1,4],[1,7],[3,1],[0,5],[0,4],[0,4],[-2,-1],[-2,2],[-1,1],[-3,4],[0,4],[0,4],[1,3],[0,6],[1,4],[0,6],[1,4],[0,5],[1,5],[0,3],[2,10],[1,8],[2,8],[1,6],[2,14],[1,5],[0,3],[4,24],[1,4],[1,7],[1,4],[1,7],[-5,35],[-1,2],[0,2],[-1,8],[-1,4],[-1,6],[0,5],[-1,3],[-1,5],[-1,10],[-1,4],[-7,45],[-1,10],[-2,9],[-6,44],[-2,3],[-20,48],[-2,3],[-4,10],[-3,7],[-3,8],[-2,3],[-8,18],[0,7],[-1,19],[-1,9],[0,6],[-1,4],[-1,8],[0,9],[-2,25],[0,9]],[[7484,718],[0,-1]],[[7484,717],[-1,-26],[-2,-3],[-2,-2],[-1,-2],[-2,-1],[-2,-4],[-1,-2],[-2,-2],[-1,-2],[-2,-1],[-1,-5],[-2,-1],[-1,-1],[-3,-1],[-1,-2],[-2,-3],[-2,-3],[-1,-2],[-2,-3],[-2,0],[-1,-2],[-1,-3],[-1,-3],[-2,-3],[-3,-3],[-2,-3],[-1,-2],[-2,-4],[-2,-4],[-2,-2],[-1,-2],[-1,-3],[-2,3],[-2,-1],[-1,-1],[-2,0],[-2,0],[-1,-1],[-2,-3],[-1,-3],[-2,-2],[-2,0],[-1,-1],[-1,-2],[-2,-2],[-2,-3],[-1,-3],[-1,-3],[-2,-2],[-1,-2],[-2,-2],[-2,-1],[-2,-1],[-4,-4],[-1,-1],[-2,-4],[-2,0],[-2,-4],[-2,-3],[-1,-3],[-1,-3],[-2,-4],[-1,-3],[1,-3],[-1,-4],[-1,-3],[2,-3],[1,-3],[1,-3],[1,-4],[-1,-8],[2,-2],[2,-2],[1,-2],[0,-8],[1,-4],[3,-4],[2,-1],[2,-2],[0,-4],[2,0],[2,-2],[1,-2],[0,-2],[1,-1],[1,-4],[1,-4],[0,-4],[0,-2],[0,-1],[1,0],[1,-3],[2,-4],[1,-2],[1,-2],[1,-3],[0,-4],[0,-2],[-1,-1],[0,-3],[0,-4],[1,-2],[1,-2],[1,-2],[0,-1],[1,-3],[1,-4],[0,-4],[1,-3],[1,-3],[1,-3],[0,-1],[1,-3],[0,-2],[1,-1],[0,-4],[1,-4],[0,-4],[1,-3],[0,-5],[0,-4],[-1,-3],[-1,-2],[-2,-2],[-1,-3],[0,-4],[0,-6],[0,-4],[-1,-5],[-1,-2],[0,-5],[0,-4],[-1,-4],[0,-4]],[[7414,342],[-91,8],[-13,1],[-100,3],[-17,0],[-8,1],[-28,0],[-4,0],[-5,0],[-123,3]],[[7025,358],[-1,8],[-2,1],[0,4],[0,4],[1,3],[0,4],[0,5],[-1,3],[-1,1],[-1,5],[-1,2],[-1,4],[-1,1],[-1,3],[-2,1],[1,5],[-2,3],[-1,-2],[-1,4],[0,4],[-1,5],[-1,4],[-1,3],[0,6],[-14,21],[-12,22],[-1,1],[-2,3],[-1,2],[-1,3],[-2,3],[-2,5],[-1,3],[-1,2],[-2,6],[-1,3],[-2,4],[-2,5],[-2,4],[-2,6],[-2,4],[-1,5],[-2,4],[-2,5],[-2,5],[-1,6],[-1,4],[-1,4],[-3,6],[-1,6],[-2,4],[-1,4],[-2,5],[-1,7],[-2,7],[-2,6],[-1,6],[-2,6],[-1,5],[-2,5],[-1,5],[-2,5],[-1,5],[0,4],[-1,2],[0,3],[-1,5],[-3,6],[-1,5],[-1,6],[0,6],[-1,6],[-1,6],[-1,7],[-1,7],[-1,6],[-1,6],[-1,5],[0,5],[-1,4],[-1,9],[-1,5],[0,6],[-1,6],[-1,5],[0,6],[-1,5],[0,6],[0,5],[-1,5],[-1,6],[0,6],[0,6],[-1,7],[0,6],[0,4],[-1,7],[0,6],[-1,7],[1,7],[-1,7],[0,7],[0,4],[0,7],[0,4],[0,7],[0,5],[0,5],[0,5],[0,4],[0,5],[0,4],[0,5],[0,5],[-1,4],[0,3],[0,4],[1,6],[0,34],[-1,1],[-1,0],[-6,-1],[-3,3],[-2,6],[-5,30],[-1,1],[0,7],[0,4],[0,7],[-1,4],[-1,3],[-1,1],[-1,1],[-2,0],[-6,2],[-2,3],[-2,3],[0,2],[-1,4],[0,1],[0,11],[0,8],[1,11],[0,8],[0,2],[0,6],[0,3],[-2,9],[0,1],[1,3],[0,4],[0,2],[1,5],[1,1],[2,4],[1,6],[1,6],[0,3],[0,6],[-1,4],[-2,1],[-1,0],[-2,0],[-1,-1],[-3,1],[-2,3],[-1,4],[-1,3],[0,8],[1,1],[0,1],[1,4],[1,2],[2,3],[1,4],[1,3],[2,4],[1,4],[2,5],[1,1],[0,1],[6,11],[2,3],[2,2],[2,1],[1,1],[1,0],[2,1],[0,1],[2,1],[1,1],[1,0],[2,2],[2,1],[0,1],[7,8],[4,7],[1,4],[1,8],[-1,2],[0,1],[-1,2],[-2,0],[-2,0],[-2,-1],[0,1],[-6,1],[-1,3],[-2,2],[-1,1],[-2,1],[-3,-1],[-3,-5],[0,-1],[-2,-3],[-2,2],[-5,4],[-2,2],[0,1],[0,7],[0,1],[1,1],[0,1],[0,1],[1,4],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[2,5],[2,1],[1,0],[2,1],[1,0],[2,0],[1,1],[1,1],[2,1],[2,7],[1,4],[0,8],[1,4],[1,3],[1,3],[2,3],[1,0],[1,2],[4,0],[7,2],[2,6],[0,9],[-2,4],[-3,3],[-3,4],[-3,5],[-2,7],[-1,6],[1,15],[2,6],[7,13],[3,10],[1,12],[0,2],[0,3],[0,4],[0,5],[-3,5],[-2,4],[-4,8],[-1,5],[-1,2],[0,4],[0,2],[0,4],[1,4],[0,2],[2,4],[2,4],[3,7],[0,1],[1,11],[0,2],[1,4],[0,1],[0,1],[5,9],[1,1],[2,1],[1,2],[2,0],[2,4],[1,1],[1,2],[0,1],[0,2],[0,4],[-1,5],[0,6],[-2,10],[0,9],[-1,4],[-1,4],[-1,2],[-1,1],[-1,0],[0,1],[-4,9],[0,7],[0,5],[2,7],[4,6],[3,4],[6,8],[1,2],[5,11],[1,6],[0,10],[-1,7]],[[7025,358],[-46,0],[-11,1],[-182,12],[-40,2],[-6,0],[-20,2],[-56,3],[-7,-1],[-19,-4],[-29,1],[-82,8],[-152,14],[-25,1],[-50,3]],[[8032,633],[-8,-1],[-7,2],[-3,2],[-7,4],[-1,-3],[-3,1],[-3,3],[-5,3],[-3,3],[-3,6],[-3,0],[-4,1],[-2,-3],[-3,-3],[-6,-1],[-5,1],[-4,-2],[-2,-2],[-8,-4],[-7,-3],[-4,1],[-2,-4],[-2,-6],[-1,-6],[-1,-4],[-10,-16],[-8,-9],[-2,-1],[-3,0],[-3,-1],[-3,-3],[-8,-7],[-1,-3],[-1,-4],[-3,-6],[-7,-11],[-2,0],[-5,-11],[-9,-2],[-2,3],[-1,5],[-2,-3],[0,-4],[-7,-9],[-6,-5],[-6,-4],[-4,4],[-4,-4],[-4,-8],[-2,0],[-2,-3],[-2,-7],[-4,-12],[-3,-6],[-3,-3],[-3,-5],[-3,-3],[-2,-1],[-3,-2],[-3,-2],[-1,0],[-3,4],[-3,1],[-1,1],[-3,-3],[-3,2],[-1,-2],[-1,-4],[-1,1],[-2,-1],[1,-8],[-1,-2],[0,-4],[-1,-6],[-1,-3],[-3,-3],[-1,-8],[-2,-3],[-3,0],[-1,-6],[-2,-4],[-3,-6],[-3,-7],[-1,-2],[-2,-3],[-3,2],[-2,-4],[-4,-1],[-1,-4],[-1,-2],[-1,-9],[0,-8],[-1,-3],[-2,-7],[-3,-7],[-2,-3],[-2,-6],[-3,-5],[0,-4],[-2,-6],[-2,-4],[-1,-9],[-2,-6],[-32,1],[-7,0],[-177,9],[-52,5],[-4,0],[-10,1],[-34,3]],[[995,1695],[0,-40],[0,-12],[0,-4],[0,-16],[0,-12],[0,-11],[0,-19],[0,-45],[0,-13],[0,-4],[0,-23],[0,-29],[0,-10],[-1,-25],[0,-6],[0,-20],[0,-21],[0,-32],[1,-44],[0,-3],[-1,-4],[1,-4],[-1,-5],[0,-4],[1,-4],[0,-4],[0,-4],[0,-9],[0,-8],[-1,-9],[0,-3],[0,-7],[0,-9],[0,-12],[0,-9],[1,-2],[0,-10],[0,-30],[0,-4],[0,-5],[0,-4],[0,-31],[0,-4],[0,-5],[-1,-4],[0,-5],[0,-4],[0,-4],[0,-4],[0,-24],[1,-22],[0,-8]],[[995,1041],[-3,0],[-18,0],[-9,-1],[-5,0],[-7,0],[-11,0],[-2,0],[-1,0],[-5,0],[-2,0],[-4,0],[-5,0],[-3,0],[-7,0],[-6,0],[-2,-1],[-12,0],[-9,0],[-2,0],[-3,0],[-7,0],[-11,-1],[-5,0],[-2,0],[-1,0],[-13,0],[-7,0],[-3,-1],[-4,0],[-1,0],[-3,0],[-2,0],[-3,0],[-11,0],[-15,-1],[-4,0],[-9,0],[-5,0],[-3,0],[-2,0],[-1,0],[-7,0],[-8,-1],[-3,0],[-3,0],[-6,0],[-1,1],[-3,0],[-4,0],[-14,1],[-7,0],[-4,0],[-11,1],[-2,0],[-10,1],[-4,0],[-12,0],[-4,1],[-3,1],[0,3],[1,4],[0,4],[1,4],[0,4],[1,4],[0,5],[1,3],[0,3],[0,1],[3,18],[-3,1],[-1,1],[-17,12],[-3,2],[-11,8],[-2,1],[-1,0],[-6,5],[-12,9],[0,-6],[-1,0],[-1,-2],[-1,-2],[-3,-3],[-1,-2],[-6,-7],[-5,-5],[-1,-3],[-1,-4],[-5,-13],[0,-1]],[[587,1085],[-7,10],[-1,1],[-8,3],[-29,9],[-10,11],[-15,45],[-3,41],[0,69],[6,18],[15,20],[8,10],[15,0],[9,0],[8,38],[2,7],[8,63],[2,6],[1,5],[3,14],[3,17],[1,10],[2,18],[2,26],[1,14],[6,63],[4,29],[6,50]],[[1425,955],[0,-9],[0,-5],[0,-10],[0,-22],[-1,-36],[0,-9],[0,-15],[0,-10],[0,-6],[0,-6],[0,-5],[0,-5],[0,-11],[0,-11],[0,-10],[0,-5],[0,-5],[0,-7],[0,-6],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-5],[0,-4],[0,-4],[0,-4],[0,-6],[0,-24],[0,-4],[-1,-4],[0,-4],[0,-4],[0,-5],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-4],[0,-12],[0,-4],[0,-2],[0,-5],[0,-3],[0,-5],[0,-6],[0,-7],[0,-4],[0,-11],[0,-4],[0,-5],[0,-11],[0,-8],[0,-10],[0,-7],[0,-5],[0,-4],[0,-5],[0,-6],[0,-4],[0,-5],[0,-8],[0,-5],[-1,-4],[0,-7],[0,-9],[0,-27],[0,-1],[0,-3],[0,-4],[0,-4],[0,-10],[0,-9],[0,-28],[0,-22],[0,-5],[0,-6],[0,-5],[0,-4],[0,-5],[0,-8],[0,-6],[0,-12],[0,-12],[0,-17],[0,-6],[0,-42],[0,-11],[0,-11],[0,-6],[0,-5],[0,-16],[-1,-14],[0,-21],[0,-28],[0,-9],[0,-4],[0,-6],[0,-6],[0,-8],[0,-8],[0,-22],[-1,-16],[0,-4],[1,-4],[0,-4],[-1,-6]],[[1420,15],[-5,1],[-31,1],[-214,3],[-21,0],[-8,-7],[-18,7],[-133,1]],[[990,21],[0,11],[0,44],[0,15],[0,17],[-1,36],[0,7],[1,9],[0,10],[-1,20],[0,26],[0,11],[0,10],[0,1],[0,6],[0,7],[0,5],[0,7],[0,22],[0,9],[1,11],[0,6],[0,4],[0,4],[0,5],[0,5],[0,6],[0,6],[0,4],[0,1],[0,4],[0,19],[0,13],[0,14],[0,9],[0,22],[0,14],[0,10],[0,11],[0,21],[-1,18],[0,8],[0,4],[1,9],[0,4],[0,57],[0,11],[0,1],[0,9],[0,4],[0,4],[0,19],[0,39],[0,8],[0,5],[0,10],[0,7],[0,5],[0,11],[0,6],[0,12],[0,5],[0,4],[0,9],[0,1],[-1,21],[0,7],[0,7],[0,4],[0,4],[0,4],[0,4],[0,4],[0,4],[0,4],[0,4],[0,4],[-1,4],[0,4],[0,4],[0,4],[0,4],[0,5],[0,16],[-1,21],[0,22],[0,26],[-1,12],[1,8],[-1,12],[0,6],[0,5],[1,5],[0,6],[0,5],[1,5],[0,7],[1,16],[4,15],[2,5]],[[5725,1348],[-2,-16],[-6,-61],[0,-7],[-5,-50],[-1,-9],[-1,-8],[-3,-32],[-3,-32],[-2,-20],[-2,-22],[-1,-12],[-5,-50],[-3,-23],[-2,-22],[-2,-24],[-2,-18],[-1,-10],[-2,-17],[-2,-13],[-1,-8],[-6,-36],[-1,-10],[-4,-25],[-3,-22],[-2,-18],[-1,-9],[-2,-11],[-6,-43],[-2,-13],[-5,-38],[-2,-13],[-1,-6],[-2,-15],[-4,-25],[-1,-8],[-2,-13],[-3,-18],[-2,-13],[-1,-4],[-3,-23],[0,-2],[-1,-5],[-1,-4],[0,-3],[-3,-15],[-2,-16]],[[5619,486],[-1,0],[-4,-1],[-23,-3],[-3,-1],[-8,-1],[-6,-1],[-26,-4],[-3,0],[-23,-4],[-1,0],[-55,-9],[-32,-4]],[[5434,458],[-1,3],[-6,22],[-1,4],[-1,4],[-4,12],[-7,24],[-7,23],[-1,4],[-2,8],[-1,2],[0,1],[-29,101],[-7,21],[-9,34],[-3,8],[1,4],[1,3],[5,22],[7,35],[1,4],[6,20],[1,7],[1,8],[1,2],[1,8],[1,4],[3,9],[1,3],[4,14],[1,9],[0,2],[0,1],[0,4],[-1,1],[0,1],[0,1],[-3,3],[-2,2],[-4,2],[-4,1],[-6,0],[-8,-2],[-4,-3],[-2,0],[-1,0],[-3,0],[-1,-3],[-1,2],[-2,2],[-2,3],[-1,0],[-1,3],[-2,2],[-1,1],[-2,-1],[-2,-2],[-2,-4],[1,-4],[0,-5],[-1,-4],[-2,-1],[-1,3],[-2,-1],[-1,1],[-2,-2],[-1,4],[1,4],[-2,3],[-1,3],[-1,0],[-1,4],[-2,1],[1,5],[-1,3],[0,4],[1,4],[1,6],[0,5],[-3,-1],[-1,4],[-1,1],[-2,1],[0,3],[1,4],[1,3],[-1,2],[-2,4],[0,4],[0,3],[-1,3],[-1,2],[-1,4],[-1,6],[-1,4],[-2,1],[-1,2],[-2,-1],[0,4],[-2,1],[-2,1],[-1,4],[0,6],[2,2],[-1,4],[0,4],[-2,1],[-1,3],[0,4],[1,5],[0,6],[-1,3],[1,3],[2,4],[-1,4],[-2,3],[-1,3],[-1,3],[-2,0],[-1,-3],[-2,-1],[-1,1],[-3,-2],[-1,1],[-1,2],[-2,0],[-1,-2],[-1,-4],[-1,0],[-2,-2],[-2,-1],[0,4],[-1,2],[-2,-1],[-1,-2],[0,-1],[-2,-1],[-1,3],[-2,-2],[-2,1],[-1,-3],[-1,-4],[-2,1],[-1,0],[-2,-1],[0,5],[-2,-1],[-1,1],[-1,4],[1,2],[0,3],[-2,2],[1,4],[-2,1],[1,4],[-1,3],[-2,-1],[-1,1],[-1,0],[-2,2],[-2,-1],[-1,-2],[-1,0],[-2,-3],[-3,1],[-2,1],[-1,26],[-3,37],[0,6],[-3,47],[-2,33],[-1,4]],[[4724,851],[0,-1]],[[4724,850],[0,-7],[-1,-18],[1,-7],[3,-12],[6,-33],[0,-4],[2,-10],[2,-10],[2,-9],[1,-7],[0,-1],[1,-1],[0,-2],[5,-37],[1,-5],[2,-18],[3,-17],[1,-6],[2,-6],[1,-4],[2,-6],[1,-6],[1,-4],[-1,-4],[0,-4],[0,-5],[0,-4],[0,-5],[0,-5],[0,-4],[0,-4],[-1,-5],[-1,-1],[-2,1],[-2,-1],[-1,-1],[-2,-4],[0,-4],[-2,-2],[-1,-4],[-1,-3],[-2,-4],[-1,-3],[-2,-9],[-2,-6],[-1,-4],[-1,-5],[0,-3],[-1,-5],[-1,-4],[-1,-4],[-1,-5],[-3,-7],[-1,-6]],[[4729,496],[-3,0],[-157,22],[-26,4],[-110,15],[-9,1],[-52,8],[-26,4],[-47,8],[-9,7],[-44,5],[-94,10]],[[4152,580],[0,4],[-1,4],[0,3],[0,6],[0,4],[0,4],[0,4],[-1,4],[-1,4],[0,3],[1,1],[0,2],[0,2],[0,2],[0,1],[-1,2],[-1,2],[-1,2],[-1,1],[0,3],[0,1],[1,2],[1,2],[0,1],[1,0],[0,1],[2,11],[0,2],[0,1],[0,2],[0,1],[-1,3],[-3,7],[-1,1],[-1,1],[-3,2],[0,1],[0,5],[1,2],[1,3],[2,4],[0,2],[1,1],[0,1],[0,2],[-2,5],[1,1],[0,3],[0,1],[1,6],[0,1],[2,19],[0,1],[0,1],[0,1],[-1,4],[0,1],[4,8],[0,1],[-1,3],[-3,12],[0,1],[0,3],[1,2],[0,2],[0,2],[2,3],[2,6],[0,1],[1,1],[0,4],[1,5],[0,3],[0,5],[0,3],[0,3],[-2,3],[-1,2],[-1,1],[-1,0],[-2,3],[0,2],[1,1],[1,2],[1,2],[2,3],[1,1],[0,1],[1,9],[1,3],[0,2],[-1,1],[-3,3],[-2,0],[-1,0],[0,1],[0,2],[0,1],[0,1],[1,3],[1,1],[2,4],[0,2],[2,5],[-2,3],[-2,2],[-1,3],[0,2],[0,4],[0,2],[3,10],[0,3],[-2,4],[-1,3],[-1,3],[0,2],[0,1],[1,1],[3,4],[1,0],[1,1],[0,1],[1,1],[0,8],[-1,5],[0,8],[-1,5],[0,1],[0,2],[1,6],[0,2],[0,9],[1,11],[0,3],[0,4],[2,26],[2,39],[0,6]],[[6042,447],[-74,15],[-74,7],[-89,8],[-18,2],[-2,0],[-2,0],[-19,2],[-4,0],[-2,0],[-25,2],[-6,1],[-1,0],[-4,0],[-5,0],[-9,1],[-6,0],[-8,0],[-11,1],[-24,1],[-13,1],[-27,-2]],[[4152,580],[-125,6],[-1,-1],[-47,-45],[0,14],[-3,1],[-6,2],[-1,-26],[-16,-15],[-1,2],[-10,20],[-25,47],[-116,-6],[-27,-2],[-84,-5]],[[5434,458],[-51,-6],[-17,-7],[-4,0],[-14,2],[-9,1],[-11,-2],[-10,0],[-35,3],[-34,2],[-1,0],[-8,1],[-5,0],[-2,0],[-7,1],[-9,0],[-4,1],[-46,3],[-37,2],[-13,1],[-21,2],[-123,8],[-2,0],[-2,0],[-47,1],[-125,16],[-68,9]],[[990,21],[-13,1],[-11,-1]],[[966,21],[-2,7],[-1,0],[-8,29],[-4,11],[-7,21],[-1,4],[-4,12],[-1,2],[-2,7],[0,1],[-1,4],[-4,12],[-2,4],[-4,14],[-1,3],[-6,19],[0,1],[-2,5],[-1,4],[-2,5],[-7,20],[-9,28],[-5,16],[-2,6],[-2,7],[-4,13],[-8,25],[-3,0],[-2,0],[-2,-1],[-1,-1],[-3,-1],[-12,1],[-1,0],[-3,3],[-3,3],[-1,1],[-2,2],[-1,5],[-3,5],[-1,3],[-1,3],[-1,2],[-2,4],[-1,1],[0,2],[-1,2],[-1,3],[-1,3],[-1,4],[-1,5],[-1,3],[-2,3],[-1,0],[-6,0],[-10,1],[-3,-1],[-6,1],[-5,0],[-8,0],[-10,0],[-2,0],[-11,0],[-2,1],[-5,-1],[-2,0],[-3,0],[-2,1],[-2,0],[-4,0],[-1,0],[-2,0],[-1,0],[-25,0],[0,6],[-1,1],[0,1],[0,2],[0,1],[-1,0],[0,-1],[-1,-1],[0,-2],[-1,0],[-1,4],[0,1],[0,2],[-2,0],[-1,-1],[-1,1],[-5,3],[-3,2],[-5,5],[-2,1],[0,1],[-3,9],[-1,4],[-11,15],[-5,7],[-6,8],[-9,12],[-10,14],[-8,10],[-1,2],[-6,8],[-6,8],[-2,3],[-5,7],[-1,2],[-5,6],[-23,30],[0,1],[-4,5],[-5,7],[-5,6],[-7,10],[-12,15],[-3,1],[-11,1],[-5,1],[-2,0],[-15,2],[0,1],[-3,8]],[[516,587],[2,5],[10,16],[4,11],[6,14],[-1,9],[-6,8],[-1,1],[-3,8],[1,49],[-3,18],[-16,37],[-23,68],[-2,40],[5,45],[3,8],[16,48],[20,19],[28,-14],[13,-15],[10,-2],[7,7],[7,33],[2,26],[1,16],[-5,24],[-4,19]],[[1971,683],[2,-57],[4,-37],[12,-48],[2,-18],[0,-26],[6,-44],[7,-54],[5,-64],[3,-50],[4,-38],[5,-83],[-2,-36],[-4,-27],[-3,-51],[-19,-48],[-1,-2],[-3,0],[-1,0],[-4,0],[-34,1],[-24,1],[-95,2],[-5,0],[-4,1],[-165,4],[-22,1],[-4,0],[-68,1],[-142,4],[-1,0]],[[105,3],[-52,1],[-13,0],[-24,95],[-8,36],[-3,23],[-4,35],[-1,39],[15,56],[16,25],[24,4],[12,-6],[19,-10],[5,-4],[15,-13],[8,-6],[6,-19],[2,-6],[4,-16],[5,-32],[3,-18],[0,-4],[3,-43],[-6,-56],[-10,-47],[-6,-16],[-1,-2],[-3,-16],[-6,0]],[[966,21],[-49,0],[-5,0],[-3,0],[-1,0],[-13,1],[-5,0],[-9,0],[-143,1],[-3,0],[-32,1],[-31,1],[-31,1],[-50,2],[-49,1],[-178,8],[-9,-2],[-16,-3],[-8,-2],[-35,-7],[-2,0],[-1,0],[-14,-4],[-4,-1],[-26,-7],[-39,-3],[-8,-1],[-3,0],[2,25],[3,10],[2,5],[1,11],[0,3],[1,12],[2,17],[0,6],[3,35],[1,11],[1,5],[7,58],[1,4],[17,79],[1,6],[7,85],[8,57],[6,32],[9,19],[14,15],[20,10],[13,-4],[10,-14],[18,-51],[6,-39],[4,-30],[1,-6],[8,-17],[6,-15],[27,-67],[1,-2],[10,-12],[1,-1],[6,-1],[4,0],[16,11],[7,7],[25,45],[0,1],[4,16],[2,6],[4,21],[3,47],[0,4],[2,16],[2,53],[14,47],[17,60]]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment