Skip to content

Instantly share code, notes, and snippets.

@almccon
Forked from mbostock/.block
Last active June 15, 2016 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almccon/fb125b016b5c9afad99b to your computer and use it in GitHub Desktop.
Save almccon/fb125b016b5c9afad99b to your computer and use it in GitHub Desktop.
Merging TopoJSON states

This demonstrates using topojson.merge, a new feature in TopoJSON 1.6, to merge multiple polygons into a single polygon whilst removing interior borders. (An alternative approach is to draw the polygons twice.)

Unlike mbostock's original example, this uses a pre-projected topojson file and a null projection.

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.state {
fill: #ccc;
}
.state-boundary {
fill: none;
stroke: #fff;
}
.state.selected {
fill: orange;
stroke: #000;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script>
var width = 1024,
height = 768;
var path = d3.geo.path()
.projection(null); // topojson file is already projected
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var selected = d3.set([
'AK', 'YT', 'BC', 'WA', 'OR', 'CA'
]);
d3.json("/almccon/raw/fb125b016b5c9afad99b/ne_50m_usa_canada.topojson", function(error, us) {
console.log(us);
svg.append("path")
.datum(topojson.feature(us, us.objects.usa_canada))
.attr("class", "state")
.attr("d", path);
svg.append("path")
.datum(topojson.mesh(us, us.objects.usa_canada, function(a, b) { return a !== b; }))
.attr("class", "state-boundary")
.attr("d", path);
svg.append("path")
.datum(topojson.merge(us, us.objects.usa_canada.geometries.filter(function(d) { return selected.has(d.id); })))
.attr("class", "state selected")
.attr("d", path);
});
d3.select(self.frameElement).style("height", height + "px");
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"usa_canada":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::102008"}},"geometries":[{"type":"Polygon","id":"AB","arcs":[[0,1,2,3]]},{"type":"MultiPolygon","id":"BC","arcs":[[[4]],[[5]],[[6]],[[7]],[[8]],[[9]],[[10]],[[11]],[[12]],[[13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24,25]],[[26,27,28,29]],[[30,31,32,-2,33,34,35,36,37,38,39,40]]]},{"type":"Polygon","id":"MB","arcs":[[41,42,43,44,45,46]]},{"type":"MultiPolygon","id":"NB","arcs":[[[47]],[[48]],[[49]],[[50,51,52,53,54,55,56]]]},{"type":"MultiPolygon","id":"NL","arcs":[[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64]],[[65,66]]]},{"type":"MultiPolygon","id":"NS","arcs":[[[67]],[[68]],[[69]],[[-51,70]],[[71]]]},{"type":"MultiPolygon","id":"NT","arcs":[[[72,73,-3,-33,74,75]],[[76,77]],[[78]],[[79]],[[80]],[[81,82]],[[83,84]],[[85]],[[86]],[[87]],[[88,89]],[[90,91]]]},{"type":"MultiPolygon","id":"NU","arcs":[[[92]],[[93]],[[94]],[[95]],[[96]],[[97]],[[98]],[[99]],[[100]],[[101]],[[102]],[[103]],[[104]],[[105]],[[106]],[[107]],[[108]],[[109]],[[110]],[[111]],[[112]],[[113]],[[114]],[[115]],[[116]],[[117]],[[118]],[[119]],[[120]],[[121]],[[122]],[[123]],[[124]],[[125]],[[126]],[[127]],[[128]],[[129]],[[130]],[[131]],[[132]],[[133]],[[134]],[[135]],[[136]],[[137]],[[138]],[[139]],[[140]],[[141]],[[142]],[[143]],[[144]],[[145]],[[146]],[[147]],[[-46,-73,148]],[[149]],[[-77,150]],[[151]],[[152]],[[153]],[[154]],[[155]],[[156]],[[157]],[[158]],[[159]],[[160]],[[161]],[[162]],[[163]],[[164]],[[165]],[[166]],[[167]],[[-84,168,-82,169]],[[170]],[[171]],[[172]],[[173]],[[174]],[[175]],[[-89,176]],[[177]],[[-91,178]],[[179]],[[180]],[[181]],[[182]],[[183]]]},{"type":"MultiPolygon","id":"ON","arcs":[[[184]],[[185]],[[186]],[[187]],[[188]],[[189]],[[190]],[[191]],[[192]],[[193,194]],[[195,-194,196]],[[197,198]],[[199,200,201,202,203,204,205,206,207,208,209,210,211,212,-42,213]]]},{"type":"Polygon","id":"PE","arcs":[[214]]},{"type":"MultiPolygon","id":"QC","arcs":[[[215]],[[216]],[[217]],[[218]],[[-56,219,220,221,222,223,224,225]],[[226]],[[-66,227,228,229,230,-200,231,-199,232]]]},{"type":"Polygon","id":"SK","arcs":[[233,234,-4,-74,-45]]},{"type":"MultiPolygon","id":"YT","arcs":[[[235]],[[-75,-32,236,237]]]},{"type":"MultiPolygon","id":"AK","arcs":[[[238]],[[239]],[[240]],[[241]],[[242]],[[243]],[[244]],[[245]],[[246]],[[247]],[[248]],[[249]],[[250]],[[251]],[[252]],[[253]],[[254]],[[255]],[[256]],[[257]],[[258]],[[259]],[[260]],[[261]],[[262]],[[263]],[[264]],[[265]],[[266]],[[267]],[[268]],[[269]],[[270]],[[271]],[[272]],[[273]],[[274]],[[275]],[[276]],[[277]],[[278]],[[279]],[[280]],[[281]],[[282]],[[283]],[[284]],[[285]],[[286]],[[287]],[[288]],[[289]],[[290]],[[291]],[[292]],[[293]],[[294]],[[295]],[[296]],[[297]],[[298]],[[-237,-31,-27,-26,299,300]]]},{"type":"MultiPolygon","id":"AL","arcs":[[[301]],[[302,303,304,305,306,307,308]]]},{"type":"Polygon","id":"AR","arcs":[[309,310,311,312,313,314]]},{"type":"Polygon","id":"AZ","arcs":[[315,316,317,318,319]]},{"type":"MultiPolygon","id":"CA","arcs":[[[320]],[[321]],[[322]],[[323]],[[324]],[[325]],[[326,327,-318,328]]]},{"type":"Polygon","id":"CO","arcs":[[329,330,331,332,333,334]]},{"type":"Polygon","id":"CT","arcs":[[335,336,337,338]]},{"type":"Polygon","id":"DC","arcs":[[339,340]]},{"type":"Polygon","id":"DE","arcs":[[341,342,343,344]]},{"type":"MultiPolygon","id":"FL","arcs":[[[345]],[[346]],[[347]],[[348]],[[349]],[[350]],[[351]],[[352]],[[353]],[[354]],[[355]],[[356,-309,357]]]},{"type":"MultiPolygon","id":"GA","arcs":[[[358]],[[359,-358,-308,360,361,362]]]},{"type":"Polygon","id":"IA","arcs":[[363,364,365,366,367,368]]},{"type":"Polygon","id":"ID","arcs":[[369,370,371,372,373,-35,374]]},{"type":"Polygon","id":"IL","arcs":[[375,376,377,378,-364,379]]},{"type":"Polygon","id":"IN","arcs":[[380,381,-377,382,383]]},{"type":"Polygon","id":"KS","arcs":[[384,-330,385,386]]},{"type":"MultiPolygon","id":"KY","arcs":[[[387,388]],[[389,390,391,392,-378,-382,393]]]},{"type":"MultiPolygon","id":"LA","arcs":[[[394]],[[395]],[[396]],[[397]],[[398,399,-312,400]]]},{"type":"MultiPolygon","id":"MA","arcs":[[[401]],[[402]],[[403,-339,404,405,406,407]]]},{"type":"MultiPolygon","id":"MD","arcs":[[[408,409]],[[-344,410,411,412,-341,413,414,415]]]},{"type":"MultiPolygon","id":"ME","arcs":[[[416]],[[417]],[[418,-53,419,420,421,-220,-55]]]},{"type":"MultiPolygon","id":"MI","arcs":[[[422]],[[423]],[[-210,424,425,426,-384,427]],[[428]],[[429,430]],[[431,432,433]],[[434]],[[-432,435,436,-430,437,438,439,440,441,442,443]],[[444,-442,445,446]],[[447]]]},{"type":"Polygon","id":"MN","arcs":[[448,449,-368,450,451,-43,-213]]},{"type":"Polygon","id":"MO","arcs":[[-379,-393,452,-389,453,-315,454,-387,455,-365]]},{"type":"MultiPolygon","id":"MS","arcs":[[[456]],[[457,-401,-311,458,-304]]]},{"type":"Polygon","id":"MT","arcs":[[459,460,-375,-34,-1,-235,461]]},{"type":"MultiPolygon","id":"NC","arcs":[[[462]],[[463]],[[464]],[[465]],[[466]],[[467]],[[468,-362,469,470,471]]]},{"type":"Polygon","id":"ND","arcs":[[472,-462,-234,-44,-452]]},{"type":"Polygon","id":"NE","arcs":[[-366,-456,-386,-335,473,474]]},{"type":"Polygon","id":"NH","arcs":[[475,-407,476,-221,-422]]},{"type":"MultiPolygon","id":"NJ","arcs":[[[477]],[[478,479,480,481,482,483]]]},{"type":"Polygon","id":"NM","arcs":[[484,485,-316,-332,486]]},{"type":"Polygon","id":"NV","arcs":[[-319,-328,487,-372,488]]},{"type":"MultiPolygon","id":"NY","arcs":[[[489]],[[490]],[[491,-207,492,493]],[[494]],[[495]],[[496,-405,-338,497,498,-481,499,500,501,502,-205,503,202,-203,-202,-223]]]},{"type":"Polygon","id":"OH","arcs":[[504,505,506,-394,-381,-427,507,508]]},{"type":"Polygon","id":"OK","arcs":[[-314,509,-487,-331,-385,-455]]},{"type":"Polygon","id":"OR","arcs":[[510,-373,-488,-327,511]]},{"type":"Polygon","id":"PA","arcs":[[-480,512,-345,-416,513,-509,514,-500]]},{"type":"MultiPolygon","id":"RI","arcs":[[[515]],[[516]],[[517,518,-336,-404]]]},{"type":"Polygon","id":"SC","arcs":[[519,-363,-469]]},{"type":"Polygon","id":"SD","arcs":[[-451,-367,-475,520,-460,-473]]},{"type":"Polygon","id":"TN","arcs":[[521,-470,-361,-307,305,-305,-459,-310,-454,-388,-453,-392]]},{"type":"MultiPolygon","id":"TX","arcs":[[[522]],[[523]],[[524]],[[525]],[[526]],[[-313,-400,527,-485,-510]]]},{"type":"Polygon","id":"UT","arcs":[[528,-333,-320,-489,-371]]},{"type":"MultiPolygon","id":"VA","arcs":[[[-412,529]],[[-409,530]],[[-414,-340,531,532,-471,-522,-391,533]]]},{"type":"Polygon","id":"VT","arcs":[[-406,-497,-222,-477]]},{"type":"MultiPolygon","id":"WA","arcs":[[[534]],[[535]],[[536]],[[537]],[[538]],[[539]],[[540]],[[-511,541,542,543,-36,-374]]]},{"type":"MultiPolygon","id":"WI","arcs":[[[544]],[[545]],[[546]],[[547]],[[-439,548,549,-380,-369,-450,550,551]],[[552]],[[553]]]},{"type":"Polygon","id":"WV","arcs":[[-415,-534,-390,-507,505,-505,-514]]},{"type":"Polygon","id":"WY","arcs":[[-474,-334,-529,-370,-461,-521]]}]}},"arcs":[[[978,909],[-5,1],[-8,1],[-7,2],[-8,1],[-7,2],[-8,1],[-7,2],[-8,2],[-7,2],[-6,1]],[[907,924],[0,1],[0,1],[-1,2],[0,2],[0,1],[-3,2],[0,1],[0,1],[-1,1],[-1,2],[-1,3],[0,1],[0,1],[1,3],[0,1],[-2,0],[0,1],[0,1],[1,2],[1,3],[0,2],[0,6],[1,0],[0,1],[1,2],[0,1],[-1,3],[0,9],[-2,7],[-1,2],[-1,0],[0,1],[-1,-1],[-1,0],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-3,5],[1,2],[0,1],[0,1],[-2,4],[-3,2],[-1,2],[0,3],[0,1],[-1,1],[0,1],[-2,2],[0,1],[0,4],[-1,2],[0,2],[0,1],[-1,2],[-1,1],[0,5],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,6],[0,2],[-2,5],[-1,4],[0,1],[-1,-1],[-3,1],[-3,3],[0,1],[0,2],[2,2],[0,2],[-2,2],[-2,3],[0,-1],[-1,-1],[0,-1],[-2,0],[-1,0],[0,1],[0,1],[1,2],[-1,1],[0,2],[0,2],[0,2],[1,1],[-1,2],[0,1],[0,2],[-1,2],[0,1],[-2,0],[0,1],[0,3],[0,2],[0,1],[-1,0],[0,3],[0,1],[-1,3],[-1,1],[-1,-1],[-1,-3],[0,1],[-3,3],[0,2],[-1,4],[-1,1],[-2,1],[-1,0],[-1,1],[-1,4],[0,1],[-1,0],[1,2],[-1,2],[1,0],[2,-1],[1,1],[-1,3],[-1,0],[0,1],[0,2],[-1,1],[0,2],[3,14],[3,14],[3,14],[3,13],[2,14],[3,14],[3,14],[3,13],[3,14],[3,14],[2,13],[3,14],[3,13],[3,14],[3,13],[2,14]],[[885,1349],[9,-3],[9,-3],[9,-2],[8,-3],[9,-2],[9,-3],[9,-2],[9,-3],[8,-2],[9,-2],[9,-2],[9,-2],[9,-2],[9,-2],[9,-1],[8,-2]],[[1026,1313],[-1,-12],[-1,-13],[-2,-12],[-1,-12],[-2,-13],[-1,-12],[-2,-12],[-1,-13],[-2,-12],[-1,-13],[-2,-12],[-1,-13],[-2,-13],[-1,-12],[-2,-13],[-1,-13],[-2,-12],[-1,-13],[-2,-13],[-1,-12],[-2,-13],[-1,-13],[-2,-13],[-1,-12],[-2,-13],[-1,-13],[-2,-13],[-2,-13],[-1,-13],[-2,-13],[-1,-12],[-2,-13]],[[742,972],[1,-3],[-1,0],[1,-3],[0,-1],[-1,0],[-1,-1],[0,1],[0,7],[1,0]],[[742,972],[-1,5],[0,2],[2,-7],[2,-2],[-1,-1],[-2,3]],[[702,1004],[0,-3],[-2,1],[0,1],[0,2],[1,1],[1,-1],[0,-1]],[[737,998],[0,-1],[-3,4],[-1,2],[-1,2],[0,1],[-1,2],[-1,1],[1,1],[1,-1],[2,-2],[1,-3],[2,-6]],[[696,1017],[-1,0],[-1,1],[-1,2],[-1,3],[0,1],[1,1],[0,2],[2,1],[1,-2],[1,-1],[0,-3],[-1,-3],[0,-1],[0,-1]],[[727,1021],[1,4],[0,1],[1,1],[0,1],[0,-2],[0,-2],[0,-1],[0,-1],[-2,-1]],[[725,1025],[-1,-2],[0,4],[0,7],[0,1],[2,2],[1,-2],[1,-2],[0,-1],[0,-2],[0,-1],[-2,-2],[-1,-2]],[[696,1058],[7,-8],[8,-5],[5,-6],[4,-2],[1,-1],[1,-1],[0,-3],[0,-6],[1,-4],[1,-7],[1,-5],[0,-2],[0,-1],[0,-5],[3,-5],[2,-3],[4,-4],[3,-4],[0,-3],[1,-2],[0,-2],[0,-5],[2,-5],[0,-10],[0,1],[1,2],[1,1],[0,-1],[0,-3],[0,-6],[-1,-1],[-2,1],[-1,-1],[-1,-1],[-1,-1],[0,1],[-5,4],[-3,3],[-4,4],[-5,5],[-2,4],[-2,3],[-2,2],[0,2],[1,1],[4,3],[2,2],[1,2],[1,2],[1,2],[-1,-2],[-1,-2],[-1,-2],[-1,0],[-4,1],[-4,1],[-2,-1],[-1,1],[-1,4],[-3,3],[1,0],[2,1],[1,1],[0,1],[-1,0],[0,3],[-1,1],[-2,-1],[0,2],[1,3],[0,1],[-1,-1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,3],[-1,0],[-1,-1],[-1,1],[1,4],[1,2],[2,0],[5,-1],[1,1],[-4,1],[-1,1],[0,2],[-1,0],[-1,1],[0,1],[-1,5],[0,2],[-2,1],[-1,1],[-1,-1],[0,-1],[-2,0],[-1,1],[0,2],[0,1],[0,2],[1,2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,2],[0,1],[-1,2],[-3,1],[-2,0],[-1,0],[-1,0],[0,1],[2,2],[0,3],[0,1],[-1,1],[0,1],[2,3],[1,1],[0,-1],[4,-1],[0,-1],[1,-2],[1,0],[0,3],[0,2],[1,1],[0,1],[-4,2],[0,-1],[0,-2],[-3,0],[-2,0],[-1,1],[-1,1],[-1,5],[-1,3],[1,2],[1,1],[1,1],[3,0],[3,-1],[3,-3],[6,-10]],[[693,1093],[-1,-1],[0,1],[-1,1],[0,1],[0,5],[0,1],[1,0],[1,1],[1,0],[0,-2],[0,-2],[0,-1],[-1,-3],[0,-1]],[[648,1133],[0,1],[0,1],[1,3],[0,2],[1,-3],[-2,-4]],[[695,1129],[-1,0],[1,2],[0,1],[0,1],[1,2],[1,5],[2,2],[2,0],[-1,-2],[-2,-6],[-2,-3],[0,-1],[-1,-1]],[[687,1137],[-1,-2],[-1,5],[0,2],[-1,4],[1,2],[0,1],[0,1],[1,-1],[0,-1],[2,-6],[0,-2],[-1,-3]],[[686,1156],[-1,1],[0,1],[0,3],[0,2],[0,1],[0,1],[1,-1],[0,-5],[0,-3]],[[651,1181],[0,-4],[0,-3],[-2,-3],[-2,0],[-1,2],[-1,0],[-1,-1],[1,-1],[1,-2],[0,-3],[2,-1],[2,-3],[-3,-2],[-1,-1],[1,-6],[0,-1],[1,-1],[2,0],[-1,-1],[-1,-2],[0,-1],[0,-1],[2,-1],[0,-2],[-3,-2],[-2,5],[0,3],[0,3],[-1,2],[-1,5],[-2,10],[-1,1],[0,4],[0,1],[0,1],[1,1],[1,-1],[1,2],[-5,5],[0,3],[3,-2],[3,-1],[2,0],[1,1],[2,0],[1,-1],[1,-2]],[[698,1149],[-3,-11],[-1,-4],[-2,-2],[-2,-3],[-1,-2],[0,3],[1,4],[1,3],[0,2],[2,5],[-1,0],[-1,-2],[-2,0],[-1,4],[0,3],[1,2],[-1,3],[0,1],[1,1],[1,2],[1,2],[2,3],[1,2],[0,-1],[2,-2],[1,-3],[1,-3],[0,-7]],[[690,1160],[-2,0],[0,1],[0,1],[0,1],[1,1],[1,2],[1,1],[0,1],[0,-2],[0,-1],[-1,-5]],[[680,1166],[-1,0],[0,1],[-2,8],[-2,3],[0,4],[-2,2],[2,3],[1,-1],[2,-4],[2,-3],[1,-2],[1,-9],[-2,-2]],[[682,1197],[-1,-1],[-1,-2],[-1,0],[-1,1],[-1,3],[0,1],[-1,0],[-1,-1],[0,-2],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,1],[3,2],[1,0],[1,-1],[1,-1],[0,-1],[0,-3]],[[647,1221],[1,-3],[4,0],[0,-1],[1,-1],[0,-2],[0,-3],[-1,-3],[-1,-1],[0,-1],[-7,-1],[0,-1],[-1,0],[1,-1],[1,0],[4,-1],[1,0],[1,4],[2,1],[0,2],[1,3],[0,1],[3,-1],[2,1],[3,1],[-1,-4],[-1,-1],[-3,-5],[-3,-3],[-2,-5],[-2,-7],[-1,-2],[-1,-1],[-6,0],[-3,1],[-2,4],[0,2],[1,2],[1,-1],[1,-1],[1,-1],[1,0],[-2,6],[-2,3],[-1,2],[1,2],[-1,7],[1,2],[0,3],[1,3],[2,4],[1,1],[1,-1],[1,-1],[3,-2]],[[677,1220],[0,1],[1,1],[1,3],[2,-1],[0,-1],[0,-1],[-1,-1],[-3,-1]],[[694,1234],[-1,-3],[-4,-3],[-3,-1],[0,1]],[[686,1228],[2,1],[3,3],[3,2]],[[694,1234],[0,1],[2,2],[3,5],[1,2],[0,2],[0,5],[1,2],[0,2],[1,2],[1,2],[1,2],[2,2]],[[706,1263],[-3,-4],[-1,-3]],[[702,1256],[-1,-4]],[[701,1252],[0,-3],[-1,-3],[0,-1],[0,-2],[-1,-1],[-1,-2],[-4,-6]],[[706,1263],[0,2],[1,2],[0,2],[0,2],[-2,0],[-3,2],[1,4],[-3,3],[0,3],[-2,3],[-2,2],[-2,2],[-1,3],[-1,3],[-1,2],[-2,0],[-2,1],[1,4],[0,2],[0,1],[-1,2],[-1,2],[1,3],[2,3],[-2,1],[-2,3],[1,1],[2,2],[0,3],[-1,5],[0,4],[-1,6],[0,6],[0,4],[-1,3],[0,5],[-1,6],[0,5],[1,2],[-1,4],[-1,4],[-1,5],[-1,3],[-1,2],[-1,3],[-1,2],[0,2],[0,1],[0,1],[0,2],[0,1],[-1,4],[-1,2],[-1,2],[-1,2],[0,1],[0,6],[1,1],[1,2],[0,1],[-2,5],[0,3],[-1,2],[-4,0],[-4,-1],[-2,1],[-4,0],[0,-3],[-1,-1],[-1,0],[-1,1],[-3,-6],[-3,-4],[-3,2],[-2,0],[-3,-1],[-3,-1],[-3,-1],[-1,1],[1,2],[1,5],[1,4],[-1,2],[-1,5],[-1,3],[-1,4],[-1,4],[-1,3],[-1,5],[1,4],[-2,3],[-2,3]],[[628,1467],[13,-7],[12,-8],[13,-7],[12,-7],[13,-7],[12,-6],[13,-7],[13,-6],[13,-6],[12,-6],[13,-6],[13,-6],[13,-5],[13,-6],[13,-5],[13,-5]],[[832,1367],[7,-2],[7,-3],[6,-2],[7,-2],[6,-3],[7,-2],[7,-2],[6,-2]],[[907,924],[-2,0],[-7,2],[-8,2],[-7,2],[-8,2],[-3,1]],[[872,933],[-4,1],[-8,2],[-5,1]],[[855,937],[-2,1],[-7,2],[-8,2],[-7,2],[-8,3],[-7,2],[-7,2],[-8,3],[-7,2],[-8,3],[-7,2],[-7,3],[-8,2],[-7,3],[-2,0]],[[755,969],[0,2],[-1,2],[-1,1],[-1,-1],[-1,-2]],[[751,971],[-1,0]],[[750,971],[0,3],[1,1],[0,1],[1,0],[-2,0],[0,1],[0,1],[0,2],[0,2],[1,0],[2,0],[2,-1],[1,1],[1,3],[-2,-2],[-1,0],[-2,2],[-2,0],[0,1],[1,1],[0,2],[2,5],[1,2],[0,1],[-3,-3],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,-1],[-1,0],[-5,5],[0,1],[-1,1],[0,3],[0,3],[1,1],[0,1],[1,0],[0,-1],[1,-3],[0,-2],[1,-1],[3,2],[1,0],[-3,0],[-1,1],[0,1],[-1,2],[0,3],[2,6],[1,2],[1,0],[1,1],[0,1],[0,2],[-1,1],[-1,1],[1,-4],[-1,-1],[-2,-2],[0,-1],[-1,-2],[0,-1],[-2,0],[-2,-2],[-2,0],[-2,1],[-1,2],[-3,7],[0,2],[0,2],[-1,8],[1,1],[-1,3],[-1,1],[1,2],[3,3],[2,3],[0,1],[1,2],[0,4],[1,2],[-2,-2],[0,-2],[-1,-1],[0,-2],[-2,-3],[-2,-2],[-2,0],[-5,2],[0,1],[0,1],[1,4],[-1,0],[-1,-2],[-1,-3],[-1,-1],[-1,0],[0,1],[0,2],[-1,0],[-3,0],[-1,1],[-1,0],[-2,2],[-3,2],[0,1],[0,1],[1,0],[3,0],[3,0],[3,0],[-1,1],[-7,1],[-2,1],[0,1],[0,1],[2,2],[1,0],[1,1],[-1,1],[-1,0],[0,1],[1,4],[1,3],[-2,-3],[-2,-1],[-5,1],[-1,0],[-1,0],[-3,3],[-1,2],[-1,2],[-2,5],[-1,3],[1,4],[1,3],[2,2],[5,5],[2,1],[1,0],[5,-2],[4,-1],[1,1],[-5,2],[-5,2],[-2,0],[-4,-3],[-1,-2],[-1,-1],[-1,1],[0,1],[0,1],[0,3],[0,2],[1,4],[0,2],[1,2],[3,3],[-2,1],[1,3],[2,3],[3,2],[2,1],[2,1],[4,0],[0,-3],[3,-2],[0,-2],[0,-3],[1,-3],[1,-2],[0,-1],[0,3],[-1,5],[0,1],[0,2],[-3,3],[0,1],[0,3],[0,1],[1,2],[4,3],[2,2],[0,1],[0,1],[0,2],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-9,-6],[-1,-1],[-2,0],[-2,0],[-1,-1],[-2,-3],[-4,-7],[-3,-5],[1,8],[-1,7],[6,4],[1,0],[0,4],[1,1],[0,1],[2,1],[-1,0],[-4,-3],[-1,-1],[-1,0],[1,2],[3,7],[3,6],[1,1],[1,2],[-1,0],[-5,-1],[0,2],[1,10],[-1,5],[-2,4],[-3,3],[0,3],[0,3],[2,4],[2,1],[2,0],[1,-1],[-1,-1],[-2,-4],[1,0],[4,-7],[0,-1],[3,1],[1,0],[2,-3],[0,-2],[2,-4],[0,2],[-2,5],[-1,2],[-2,1],[-2,0],[0,1],[-1,1],[-1,3],[0,4],[0,2],[0,1],[1,1],[1,1],[1,0],[2,0],[-1,3],[-1,1],[-4,-2],[0,1],[-1,0],[-1,-1],[-1,-1],[-3,-4],[-1,-2],[-2,-3],[0,-2],[-1,-1],[-3,0],[-3,-3],[-1,4],[-1,4],[0,5],[-2,2],[-2,4],[-1,3],[3,5],[4,2],[1,5],[1,1],[4,-1],[3,1],[-2,1],[-2,1],[-3,0],[-2,4],[-1,4],[0,2],[1,2],[1,2],[1,3],[1,1],[1,1],[2,1],[2,2],[1,2],[4,6],[2,2],[3,4],[5,5],[-1,0],[-1,-1],[0,1],[-1,1],[0,1],[1,3],[-1,-1],[-1,-4],[-2,-4],[-1,-2],[-3,-4],[-1,-1],[-1,2],[2,3],[1,2],[2,3],[0,4],[0,4]],[[701,1252],[1,2],[0,2]],[[702,1256],[1,2],[1,2],[2,2],[0,1]],[[1336,1185],[-4,-6],[-4,-6],[-3,-7],[-4,-6],[-5,-9],[-5,-8],[-5,-9],[-5,-9],[-5,-8],[-5,-8],[-4,-8],[-5,-8],[-4,-7],[-4,-7],[-4,-7],[-4,-7],[-6,-8],[-6,-9],[-6,-9],[-7,-9],[1,-16],[0,-16],[0,-16],[0,-17],[0,-16],[0,-16],[0,-17],[0,-16]],[[1242,900],[0,-6],[0,-8],[-4,0],[-7,0],[-8,0],[-8,0],[-7,0],[-2,0]],[[1206,886],[-6,0],[-8,0],[-7,0],[-8,1],[-7,0],[-8,0],[-8,1],[-7,0],[-8,1],[-7,0]],[[1132,889],[0,16],[0,16],[0,17],[0,16],[0,16],[0,16],[0,16],[0,16],[0,16],[0,16],[1,16],[0,16],[0,16],[0,16],[0,16],[0,15],[1,10],[0,10],[1,9],[0,10],[1,10],[0,9],[1,10],[0,9],[1,10],[0,9],[1,10],[0,9],[1,10],[0,9],[1,9],[0,10]],[[1141,1298],[6,-1],[7,0],[6,-1],[7,0],[6,0],[7,-1],[6,0],[7,0],[6,0],[7,0],[6,-1],[7,0],[6,0],[7,0],[6,0],[7,1]],[[1245,1295],[0,-2],[0,-17],[0,-8],[0,-4],[-1,-2],[-1,-1],[1,-1],[1,-1],[1,-1],[0,-3],[1,-1],[1,0],[1,-1],[2,-4],[2,-1],[0,-2],[-1,-11],[0,-2],[1,3],[1,9],[1,4],[1,1],[4,1],[5,-1],[1,0],[2,0],[1,-1],[1,-1],[0,-5],[1,-2],[2,-10],[2,-5],[2,-9],[0,-2],[4,-11],[0,-3],[1,-3],[0,-1],[-1,-3],[-1,-3],[-1,-3],[-1,-2],[-1,-1],[-1,-1],[1,-1],[1,1],[1,1],[2,2],[1,1],[2,0],[-1,-2],[2,1],[3,2],[14,8],[3,0],[5,-1],[4,-2],[4,-3],[5,-2],[7,-2],[2,-1],[4,-1]],[[1781,829],[-2,-3],[0,6],[0,1],[1,0],[1,-3],[0,-1]],[[1790,961],[1,-2],[-1,-3],[-1,-1],[0,2],[-1,3],[1,0],[1,0],[0,1]],[[1790,964],[-1,-2],[0,3],[0,1],[1,0],[0,-2]],[[1818,898],[0,-2],[-2,-1],[-1,-3],[0,-2],[-1,-1]],[[1814,889],[-1,-1],[-1,-1],[-2,2],[-2,2],[0,-1],[2,-4],[-2,-7],[-2,-2],[-2,-4],[-3,-4],[-4,-7],[-5,-7],[-1,0],[-4,2],[0,2],[1,2],[-1,-1],[0,-1],[-1,-2],[2,-2],[-1,-1],[-1,-3],[-2,-2],[-1,-2],[-2,1],[-3,-4],[-2,-2],[-1,1],[-1,2],[-1,0],[-2,-1],[-1,0]],[[1770,844],[-1,0],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,1],[-1,1],[-2,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[-1,1],[0,1],[-1,1],[1,0],[0,1],[0,2],[0,1],[-1,0]],[[1760,858],[0,1],[-1,1],[-1,-1],[-1,-1],[-2,1],[-2,2]],[[1753,861],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,3],[-1,6],[-2,5],[-1,6],[-1,4],[-2,6],[-1,6],[-1,5],[-3,2],[-4,3],[-3,2],[-2,0],[0,-1],[-1,-1],[-1,-2],[-3,-2],[-3,-3],[-1,-1],[-1,0],[-1,1],[-1,1],[0,1]],[[1717,909],[6,7],[2,3],[1,2],[0,2],[0,1],[-1,3],[-1,3],[0,3],[-1,3],[2,1],[3,1],[-1,2],[2,1],[2,1],[3,1],[2,1],[0,-1],[1,-1],[4,-2],[1,2],[2,1],[2,1],[2,1],[0,2],[1,2],[2,2]],[[1751,951],[2,0],[3,3],[1,0],[3,-1],[7,0],[2,-2],[3,-5],[2,0],[2,1],[1,4],[2,3],[3,2],[0,-2],[3,2],[4,-2],[-1,-2],[0,-4],[1,-8],[-2,-6],[-3,-7],[1,0],[2,-1],[2,3],[2,1],[2,-1],[0,-4],[0,-2],[1,-3],[3,-4],[2,0],[2,-5],[2,-3],[0,-3],[2,0],[1,-3],[6,2],[2,-1],[4,1],[1,0],[1,-1],[-3,-5],[1,0]],[[1970,1034],[-1,-1],[-1,-1],[0,1],[0,3],[0,2],[0,1],[0,2],[1,1],[0,-2],[1,-6]],[[1937,1105],[-2,-4],[0,-1],[-1,0],[-1,0],[-1,2],[0,1],[1,0],[0,-1],[1,0],[1,3],[1,1],[1,-1]],[[1942,1115],[2,-2],[1,0],[-3,-5],[-1,-1],[0,1],[-1,2],[-1,2],[1,0],[1,0],[0,2],[1,1]],[[1907,1135],[-1,-1],[-1,0],[0,1],[0,1],[1,2],[1,0],[0,-1],[0,-1],[0,-1]],[[1898,1163],[0,-4],[0,-2],[-1,-1],[-1,-1],[-3,-2],[-2,-2],[1,-2],[1,-1],[0,-1],[1,0],[1,1],[1,1],[0,-1],[1,0],[1,-1],[0,-2],[1,-2],[0,-5],[-1,-3],[-1,-3],[0,-1],[0,-1],[1,-3],[0,-3],[-1,-7],[-1,-2],[1,-1],[0,-3],[0,-3],[-1,-6],[0,-2],[1,-2],[0,-2],[1,-1],[0,-2],[-1,-2],[0,-1],[1,-1],[1,0],[0,-2],[1,-2],[0,2],[1,6],[1,4],[1,1],[0,2],[0,3],[0,4],[1,1],[1,0],[1,-1],[0,-2],[0,-2],[0,-1],[1,3],[2,2],[1,0],[2,0],[2,1],[2,2],[1,-2],[-1,-2],[-1,-4],[-4,-7],[0,-4],[0,1],[1,2],[1,1],[1,1],[1,-1],[0,-3],[-1,-6],[0,1],[3,4],[3,-2],[3,3],[2,2],[0,-1],[1,-1],[0,-2],[1,0],[0,1],[0,1],[-1,4],[1,0],[0,-1],[1,-2],[1,-3],[0,-3],[0,-4],[1,-1],[0,-2],[1,2],[0,1],[0,1],[-1,1],[1,2],[1,3],[1,1],[0,-1],[0,-1],[1,1],[0,2],[1,2],[1,1],[1,1],[0,3],[0,2],[1,2],[1,1],[0,-3],[1,-2],[1,-2],[1,0],[0,3],[0,1],[1,1],[5,3],[2,1],[2,-1],[3,0],[2,-2],[1,-2],[0,-2],[-1,-3],[0,-3],[-1,-1],[1,-2],[0,-1],[-1,-2],[-3,-6],[1,1],[2,2],[2,1],[0,-1],[0,-1],[-1,-2],[0,-1],[2,0],[2,2],[1,0],[0,-1],[0,-3],[1,-2],[-1,-3],[-2,-4],[-1,-1],[2,3],[2,1],[1,1],[0,2],[1,2],[2,-1],[1,5],[1,0],[2,1],[0,1],[1,3],[1,1],[1,0],[1,-2],[0,-2],[0,-2],[0,-3],[0,-2],[-1,0],[-1,-1],[-1,-1],[0,-2],[-1,-4],[-1,-1],[1,-1],[1,-2],[0,-1],[-2,-2],[0,-1],[0,-1],[-2,-1],[1,0],[2,2],[1,0],[0,-2],[0,-2],[-1,-6],[1,-2],[1,-1],[2,-1],[1,1],[1,1],[1,4],[0,11],[2,4],[2,4],[1,0],[0,-1],[0,-3],[0,-2],[0,-7],[1,-3],[0,-3],[2,-5],[1,-1],[1,0],[0,1],[1,4],[1,3],[-1,4],[0,2],[1,0],[1,0],[0,-2],[2,-2],[1,-2],[1,-3],[0,-2],[1,-13],[1,-2],[1,-1],[0,-1],[1,-6],[0,-4],[0,-2],[0,-2],[-1,0],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,-5],[-1,0],[-1,1],[-3,8],[0,2],[-1,2],[-1,3],[-1,1],[-1,0],[0,-2],[0,-4],[-1,-3],[-1,-5],[-1,-2],[-1,0],[-1,1],[-1,2],[0,2],[-1,4],[0,8],[0,5],[0,2],[-1,0],[-1,2],[-2,4],[-3,3],[-1,2],[-3,0],[0,-1],[0,-2],[0,-10],[1,-3],[0,-1],[0,-2],[-1,-1],[0,2],[-1,4],[0,-4],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-9],[0,-3],[0,-2],[0,-5],[-1,-2],[-1,-1],[-2,0],[0,-1],[-2,-2],[-2,-2],[-1,0],[-1,0],[-2,1],[0,1],[0,2],[0,3],[1,1],[3,3],[1,2],[1,3],[0,2],[0,8],[3,5],[1,2],[1,4],[-1,1],[-1,-3],[-1,-1],[-1,0],[-1,0],[-2,-1],[-3,-1],[0,-1],[1,-3],[0,-2],[0,-1],[-1,-1],[-1,-1],[-4,-1],[-1,1],[-1,0],[-3,-3],[-1,-1],[1,1],[2,5],[-2,7],[0,1],[-1,-2],[-1,-2],[-2,0],[-1,-1],[1,-4],[-1,-1],[-1,0],[-2,-3],[-4,-3],[0,-2],[-4,-1],[-9,-3],[-3,-2],[-4,0],[-1,0],[-5,-3],[-2,-1],[0,2],[-1,0],[-1,-2],[-1,-2],[-1,-2],[-5,-4],[-3,-2],[-2,0],[-1,1],[-2,3],[-3,4],[0,1],[0,1],[0,3],[4,9],[2,8],[1,4],[1,2],[2,3],[0,1],[-2,-2],[-3,0],[-2,-1],[-3,-2],[-4,-2],[0,1],[1,3],[2,6],[0,-2],[0,-2],[1,0],[1,-1],[2,1],[0,1],[-1,5],[0,6],[0,4],[0,4],[1,1],[1,-1],[2,1],[3,-1],[1,0],[-1,0],[-1,1],[-1,1],[0,4],[1,2],[0,1],[-2,-1],[-2,0],[-1,1],[-1,3],[0,2],[0,3],[1,2],[1,0],[3,-1],[1,1],[-1,1],[-3,2],[-1,2],[0,1],[-1,14],[0,7],[-1,10],[0,2],[0,3],[1,1],[1,1],[1,1],[-2,0],[-1,1],[0,1],[0,1],[0,1],[2,2],[0,3],[0,3],[-1,1],[0,1],[-1,1],[1,1],[1,4],[0,1],[0,5],[0,3],[1,1],[1,2],[4,6],[1,5],[2,0],[2,-1],[3,0],[0,2],[-1,1],[0,1],[2,2],[1,-1],[1,-1]],[[1895,1176],[-1,0],[-1,2],[1,2],[1,1],[0,-3],[0,-2]],[[1762,1275],[0,-1],[-2,-1],[-1,0],[0,1],[0,1],[0,1],[1,1],[2,0],[0,-1],[0,-1]],[[1735,1321],[2,0],[1,-4],[-2,0],[-3,1],[-1,1],[0,1],[1,0],[0,1],[1,1],[1,-1]],[[1873,1146],[-3,9],[-4,10],[-6,-3],[-6,-4],[-7,-3],[-6,-3],[-6,-3],[-7,-4],[-6,-3],[-6,-3],[-7,-3],[-6,-3],[-7,-3],[-6,-3],[-6,-3],[-7,-3],[-6,-3],[-7,-3],[-2,-1],[-1,0],[0,1],[1,1],[1,1],[-1,1],[0,1],[-3,5],[-3,1],[-1,1],[0,1],[-1,1],[-2,0],[0,1],[0,2],[1,1],[1,2],[1,1],[4,3],[1,2],[0,1],[-3,2],[0,1],[-1,4],[-1,1],[-1,2],[-2,2],[-1,0],[-1,0],[-1,-2],[0,-1],[0,-6],[0,-1],[-2,-2],[0,-1],[2,-7],[1,-3],[3,-5],[1,-7],[0,-2],[-1,-2],[0,-1],[1,-6],[0,-3],[1,-1],[1,-1],[0,-2],[-2,-5],[-2,-1],[-2,3],[-1,1],[0,1],[1,1],[0,2],[-1,0],[-2,1],[-4,5],[-3,1],[-2,1],[-2,0],[-2,0],[-1,-1],[-1,-4],[0,-1],[-1,0],[-1,0],[-2,0],[0,-2],[-1,-1],[-1,1],[-2,0],[-2,3],[-1,1],[-2,1],[-1,0],[1,-4],[0,-1],[-1,0],[-1,2],[-1,2],[-1,2],[1,2],[0,1],[-3,8],[0,1],[0,3],[0,2],[0,1],[0,1],[0,2],[-1,1],[-1,1],[-1,1],[-1,0],[0,-1],[0,-2],[-1,-1],[-1,-1],[1,-6],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,2],[0,4],[0,2],[0,4],[-1,4],[-1,5],[-1,1],[0,1],[-1,0],[-1,0],[-2,3],[-1,1],[-5,1],[0,1],[-1,3],[-1,2],[-1,2],[-5,5],[-1,1],[1,2],[0,1],[2,5],[-1,1],[-2,4],[-1,2],[0,2],[0,2],[0,1],[4,-1],[1,0],[0,3],[1,2],[0,1],[-1,1],[-1,0],[-2,4],[-2,3],[-1,2],[-1,2],[0,1],[1,1],[1,0],[3,-4],[6,-4],[2,0],[1,2],[-1,2],[-1,3],[-1,2],[-2,4],[0,3],[-2,3],[0,1],[1,0],[2,-2],[8,-6],[2,-1],[1,0],[4,0],[0,-1],[2,-2],[1,-1],[1,-1],[9,3],[4,2],[8,3],[7,0],[3,0],[1,0],[0,2],[0,5],[0,5],[-1,2],[0,1],[-2,3],[0,2],[0,1],[1,2],[3,5],[0,2],[-1,2],[-1,1],[0,1],[0,2],[-3,-1],[-1,1],[-1,1],[-3,3],[-4,4],[0,1],[0,1],[0,1],[1,2],[0,1],[-1,1],[-4,-1],[-1,1],[-1,-1],[-1,0],[0,2],[1,3],[-1,0],[-3,1],[0,1],[-1,1],[-1,2],[1,2],[2,0],[0,2],[-1,2],[-4,4],[0,1],[0,1],[0,2],[0,1],[1,2],[0,1],[-1,5],[0,3],[0,1],[0,4],[0,1],[-1,1],[-1,1],[0,3],[-1,4],[0,1],[0,1],[1,4],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,-1],[-2,2],[-3,4],[-3,2],[0,1],[0,1],[0,1],[2,8],[1,2],[2,3],[-1,1],[0,1],[-1,1],[-2,-1],[-1,1],[0,1],[0,1],[0,1],[1,1],[5,4],[1,1],[-1,1],[-1,1],[-2,1],[-1,-1],[-3,-3],[-2,-2],[0,-1],[-1,1],[-2,2],[-5,0],[-2,-1],[-1,1],[0,1],[-1,1],[1,1],[0,1],[6,0],[1,1],[-1,1],[-2,1],[-1,1],[0,1],[-1,2],[-1,5],[-1,1],[1,3],[0,2],[-1,0],[-3,-4],[-1,1],[-1,1],[-2,10],[0,1],[0,2],[0,1],[0,1],[-3,0],[0,1],[-1,1],[1,1],[1,1],[1,1],[0,2],[-1,0],[-2,1],[-1,1],[0,1],[2,2]],[[1668,1397],[2,0],[2,-1],[0,-2],[0,-3],[-2,-3],[-1,-2],[1,0],[2,3],[2,1],[1,1],[2,-2],[2,-5],[0,-4],[1,3],[1,1],[1,-2],[1,-2],[1,-1],[2,-2],[2,-2],[-1,-2],[-1,-2],[0,-1],[3,0],[0,-1],[1,-2],[1,3],[1,1],[3,-4],[0,-4],[-2,-2],[-1,-1],[-2,-1],[-1,0],[1,-1],[2,1],[3,2],[2,2],[1,0],[1,0],[0,-1],[0,-1],[2,-2],[0,-1],[-1,-2],[2,1],[2,1],[2,-3],[2,-3],[-2,-5],[-1,-2],[-2,-3],[0,-3],[-1,-3],[1,1],[1,5],[1,1],[1,0],[1,0],[0,-1],[1,0],[3,4],[1,1],[2,1],[0,-1],[0,-5],[0,-5],[-3,-5],[-1,-2],[-1,-3],[1,0],[2,5],[2,2],[3,3],[2,0],[4,-5],[2,0],[1,1],[3,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,-3],[1,-2],[-2,-3],[-1,-1],[-1,-1],[0,-2],[-1,0],[-2,-1],[1,0],[1,-1],[2,1],[1,1],[1,1],[3,0],[2,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[1,0],[1,-1],[1,0],[1,1],[2,1],[6,-4],[1,-4],[0,-2],[1,-3],[1,-3],[-2,-2],[-8,-2],[-5,0],[-1,1],[1,2],[-1,0],[-1,-2],[-1,0],[2,-2],[5,-1],[3,-1],[2,0],[1,0],[1,-1],[0,-1],[-2,-1],[-1,-2],[1,-1],[4,1],[3,1],[1,0],[0,-2],[-3,-3],[1,-2],[2,0],[2,2],[1,0],[2,-4],[0,-1],[-1,-2],[0,-1],[2,0],[2,0],[1,0],[1,-2],[2,0],[1,3],[0,2],[2,0],[0,-2],[3,-1],[2,-3],[0,3],[1,0],[1,0],[1,-2],[0,-3],[1,-1],[1,-1],[3,-2],[0,-1],[-1,-4],[0,-5],[0,-2],[0,-2],[-1,-4],[1,1],[2,6],[1,2],[4,3],[1,2],[1,1],[1,-1],[1,-2],[2,0],[1,1],[1,0],[0,-2],[-2,-8],[0,-3],[0,-2],[1,3],[3,8],[0,1],[0,3],[1,2],[2,1],[2,0],[2,-3],[2,-3],[3,-4],[5,1],[1,0],[2,3],[0,2],[2,2],[1,0],[2,-3],[2,-1],[2,-1],[2,0],[2,1],[2,-1],[0,-1],[0,-2],[-1,-4],[-1,-3],[-3,-1],[-3,-3],[0,-2],[-1,-1],[-1,-2],[-1,-2],[0,-5],[-1,-3],[-1,-1],[-2,0],[-1,-1],[-1,-2],[0,-1],[0,-1],[-2,-2],[-4,-6],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-2,-3],[0,-1],[0,-2],[1,-2],[0,-1],[-1,-1],[-2,0],[-2,0],[1,-1],[4,-1],[1,-1],[0,-2],[-2,-3],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[2,3],[2,4],[1,4],[0,1],[3,3],[1,2],[2,4],[2,5],[2,6],[3,6],[4,5],[3,3],[2,1],[0,1],[-2,0],[-2,-1],[-2,-2],[-1,1],[0,1],[0,1],[2,2],[9,3],[3,1],[6,-6],[2,-3],[0,-1],[1,-2],[-1,-2],[-3,-5],[0,-1],[2,0],[2,-3],[1,3],[2,6],[2,4],[1,2],[3,2],[1,0],[1,-1],[2,-3],[2,0],[2,1],[4,-3],[2,-2],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-3],[1,-5],[2,-4],[0,-2],[1,-3],[2,-2],[1,-1],[-1,-1],[-4,-4],[-2,-1],[0,-1],[1,0],[3,2],[4,0],[1,0],[2,-1],[0,-2],[-1,-1],[-2,-1],[-2,0],[1,-1],[3,0],[1,-1],[2,0],[1,-2],[0,-2],[-2,-10],[-2,-7],[-3,-6],[-4,-11],[-1,-1],[-1,-1]],[[1916,860],[-2,-3],[-2,-1],[-2,1],[3,1],[1,1],[2,3],[0,-2]],[[1794,819],[-1,-2],[0,1],[0,4],[1,1],[0,-4]],[[1878,904],[-1,0],[-2,1],[0,1],[0,1],[3,0],[-1,-2],[1,-1]],[[1818,898],[3,-1],[4,-2],[2,2],[1,0],[4,-1],[1,-1],[0,-1],[2,1],[1,2],[4,1],[4,1],[0,-2],[0,-2],[3,2],[2,-1],[1,1],[0,1],[3,4],[3,7],[1,0],[0,-2],[2,-3],[2,-1],[3,1],[2,3],[2,-1],[2,-2],[2,-3],[0,-1],[-1,-2],[-1,-2],[7,2],[1,-1],[0,-2],[0,-1],[-2,0],[-1,-2],[-2,-2],[-1,-2],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[-3,-5],[-4,-4],[-3,-6],[-4,-4],[-4,-5],[-1,0],[-1,-1],[-2,-4],[-2,0],[-1,-1],[-2,0],[-1,0],[1,-2],[1,-2],[0,-1],[0,-2],[-3,-1],[-1,1],[-2,0],[-1,2],[-2,1],[0,-2],[0,-2],[0,-3],[-2,4],[-2,-3],[0,-4],[1,-1],[1,-2],[-1,-2],[-1,0],[0,-5],[-2,-3],[0,-5],[-2,-4],[0,-3],[-3,-7],[-1,0],[-2,-1],[-1,-3],[1,-4],[-1,0],[-1,0],[0,-2],[-2,0],[-2,-1],[-1,0],[-4,6],[-1,2],[-2,0],[0,-2],[-1,-1],[-2,1],[-4,10],[0,2],[-1,9],[3,9],[-2,-1],[-2,-6],[0,1],[0,2],[1,2],[1,3],[3,2],[1,1],[1,2],[1,2],[0,1],[-1,-1],[-2,-3],[0,2],[1,1],[10,19],[2,3],[5,5],[0,2],[-1,1],[2,0],[1,-1],[-1,-2],[1,-1],[1,-2],[2,0],[3,-3],[-2,5],[0,3],[6,6],[5,3],[1,2],[-5,-1],[-5,-3],[-3,0],[-5,-3],[-5,-1],[-1,-2],[0,-2],[-2,0],[-1,0],[-1,0],[1,4],[3,8],[2,6],[0,1],[0,2]],[[1870,919],[1,0],[2,3],[1,1],[0,-2],[-2,-2],[0,-1],[1,-1],[1,-1],[-1,-2],[-1,-2],[1,-1],[2,3],[1,0],[2,0],[1,1],[0,2],[2,8],[-4,-3],[-1,1],[2,5],[-1,2],[1,3],[0,3],[1,1],[1,2],[1,-1],[2,-2],[2,1],[2,1],[2,-1],[1,0],[0,-1],[0,-2],[0,-2],[2,-1],[0,-1],[-2,-4],[-1,-3],[-1,-3],[-2,-5],[-4,-5],[-2,-1],[-2,0],[-2,-1],[-2,-2],[-1,0],[-1,-1],[-1,-1],[-1,1],[-2,2],[-2,1],[-3,8],[-1,4],[0,5],[1,3],[1,3],[0,14],[0,3],[1,3],[1,4],[1,5],[1,1],[1,1],[1,1],[0,-2],[1,-1],[3,-5],[1,-1],[0,-5],[1,-8],[0,-4],[1,-1],[0,-2],[0,-2],[-2,-5],[-2,-1],[-1,-2],[-2,-5]],[[943,1664],[-3,-10],[-1,-6],[-1,-6],[-2,-7],[-1,-6],[-1,-6],[-2,-7],[3,-3],[2,-3],[3,-4],[2,-3],[3,-4],[2,-3],[3,-3],[3,-4],[2,-3],[3,-4],[2,-3],[3,-3],[2,-4],[3,-3],[3,-4],[2,-3],[3,-3],[3,-4],[2,-3],[3,-3],[3,-4],[3,-3],[2,-3],[3,-4],[3,-3],[3,-3],[2,-4],[3,-3],[3,-3],[3,-4],[3,-3],[2,-3],[6,-1],[6,-2],[6,-1],[6,-1],[3,-6],[3,-5],[3,-6],[3,-6],[3,-3],[3,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-1],[6,-2],[5,-2],[6,-1],[6,-2],[-1,-5],[0,-8],[-1,-8],[0,-9],[0,-8],[-1,-8],[0,-9],[-1,-8],[0,-8],[-1,-9],[0,-8],[0,-9],[-1,-8],[0,-9],[-1,-8],[0,-9],[-1,-9],[0,-8]],[[1141,1298],[-7,0],[-7,1],[-8,1],[-7,0],[-7,1],[-7,1],[-7,1],[-7,1],[-8,1],[-7,1],[-7,1],[-7,1],[-7,1],[-7,1],[-7,2],[-8,1]],[[832,1367],[0,1],[0,1],[-2,0],[0,1],[1,1],[0,1],[-1,4],[0,4],[0,1],[1,4],[-1,1],[-1,1],[-1,3],[-1,4],[0,1],[3,3],[0,1],[0,5],[-3,1],[-1,-1],[-1,-2],[-4,1],[-1,0],[-1,-1],[-1,0],[-4,4],[-2,2],[0,1],[-1,0],[0,-1],[-1,-2],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,2],[-3,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,2],[0,4],[-1,1],[-1,0],[0,1],[1,0],[1,1],[1,2],[0,2],[0,4],[0,2],[0,2],[-1,1],[0,1],[-3,1],[-1,2],[-1,1],[0,1],[-1,2],[-2,4],[1,2],[0,2],[-1,1],[-1,1],[0,1],[0,2],[-1,2],[0,2],[-1,4],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-2,0],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[2,1],[0,1],[-1,1],[1,1],[1,0],[0,1],[0,1],[-2,3],[-1,1],[1,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[2,3],[0,1],[-1,1],[-1,1],[0,2],[0,2],[-1,1],[0,2],[-1,1],[1,1],[2,1],[1,1],[2,2],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[-2,0],[0,1],[1,1],[2,0],[0,1],[-2,1],[0,2],[-1,3],[-2,2],[-1,2],[0,1],[0,1],[0,1],[-1,2],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,3],[-2,2],[-1,1],[-1,-1],[-1,0],[-1,0],[-2,1],[-1,0],[1,1],[0,1],[1,1],[1,1],[0,1],[-2,2],[-1,4],[0,1],[-2,4],[-1,0],[-2,1],[0,1],[0,1],[0,1],[2,0],[0,1],[1,2],[2,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[-2,1],[0,1],[0,1],[3,0],[0,1],[1,1],[3,2],[2,2],[2,2],[0,1],[0,3],[-1,2],[0,3],[-1,0],[0,1],[1,1],[3,1],[0,1],[-2,1],[0,1],[-1,1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[1,1],[0,1],[1,0],[-1,1],[-1,0],[-2,1],[-3,-1],[-1,1],[-1,1],[0,1],[0,2],[0,1],[1,1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[1,1],[1,1],[0,1],[1,0],[1,1],[0,1],[1,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[-1,2],[0,1],[-1,2],[0,1],[0,1],[-4,2],[-3,2],[-3,2],[-3,2],[-4,1],[-3,2],[-3,2],[0,1],[0,2],[0,1],[1,1],[0,1],[1,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,2],[0,2],[0,1],[0,1],[-1,2],[0,2],[0,1],[3,8],[4,9],[3,8],[3,8]],[[763,1722],[3,-2],[2,-3],[4,-7],[1,-1],[1,0],[-1,5],[0,1],[-2,2],[-2,2],[0,1],[0,1],[0,1],[1,0],[2,-1],[1,-1],[0,1],[-1,0],[0,1],[-1,2],[0,1],[4,5],[1,-1],[1,0],[2,-2],[1,0],[1,3],[1,1],[4,-1],[3,-3],[1,0],[0,2],[0,1],[1,2],[1,0],[0,1],[2,-2],[0,-1],[0,-2],[1,-1],[1,-2],[-1,-2],[-1,-1],[-3,-2],[0,-1],[3,0],[3,1],[3,-1],[2,0],[1,-1],[2,1],[1,1],[2,3],[1,0],[3,-2],[1,0],[1,0],[-1,1],[-1,1],[1,0],[2,0],[1,-2],[1,0],[3,0],[5,2],[1,0],[2,0],[1,-2],[1,0],[1,2],[1,0],[1,1],[4,1],[2,0],[1,-1],[1,-2],[1,-1],[1,0],[1,-1],[1,0],[2,2],[1,0],[0,-1],[1,-2],[-1,-1],[-1,-2],[-11,-2],[-4,-2],[-1,0],[-2,0],[-3,1],[-1,0],[-2,0],[-4,2],[-1,0],[-1,-1],[-3,-2],[-1,-1],[-2,-1],[-2,0],[-2,1],[-2,-1],[-3,-2],[-2,-2],[-2,-1],[-2,-1],[-1,-1],[0,-2],[0,-1],[1,-1],[1,-1],[0,2],[-1,2],[6,-4],[2,0],[1,1],[-2,1],[0,1],[0,2],[1,1],[0,1],[1,1],[2,1],[3,-1],[1,1],[2,0],[3,0],[1,1],[1,1],[0,1],[0,1],[2,0],[1,0],[2,-2],[0,-1],[0,-2],[2,2],[1,0],[1,-1],[-1,-2],[-1,-4],[0,-1],[1,2],[1,1],[4,3],[2,2],[3,2],[3,0],[7,1],[3,-1],[2,0],[1,0],[1,1],[1,0],[1,0],[-1,-2],[-1,0],[-2,0],[-1,-1],[0,-2],[0,-1],[1,-1],[2,1],[2,1],[5,3],[2,3],[3,1],[4,0],[1,1],[-3,2],[0,1],[0,1],[1,0],[-2,2],[0,1],[1,2],[0,1],[2,0],[1,-1],[1,-1],[3,-6],[1,-3],[1,-2],[1,-6],[0,-4],[0,-3],[0,-3],[1,-1],[2,-7],[2,-4],[1,-2],[2,-2],[2,-1],[1,-1],[3,1],[1,2],[-1,3],[0,2],[0,1],[2,1],[0,1],[1,2],[1,-1],[1,1],[1,1],[1,1],[1,1],[1,0],[-1,1],[-1,0],[0,1],[3,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-5],[1,-1],[2,-3],[-1,-1],[-4,-3],[-1,-1],[0,-1],[0,-1],[1,-1],[3,-1],[5,-2],[1,0],[1,1],[2,2],[1,0],[1,0],[1,3],[1,3],[1,1],[1,0],[1,0],[2,-1],[1,0],[3,-1],[4,-1],[3,-2],[2,-1],[2,-2],[4,-4],[1,-2],[2,-2]],[[1076,1732],[0,-7],[-2,-15],[-2,-16],[-2,-16],[-2,-16],[-2,-16],[-3,0],[-4,1],[-4,1],[-3,1],[-4,0],[-3,1],[-4,1],[-3,1],[-1,-3],[-2,-2],[-1,0],[-1,0],[0,3],[0,3],[-6,1],[-6,1],[-6,2],[-6,1],[-6,2],[-6,1],[-6,2],[-5,2],[-1,-4],[1,-2],[1,-2],[1,-3],[1,-1],[-3,0]],[[986,1653],[-1,3],[-1,3],[0,2],[0,4],[1,2],[0,1],[1,0],[7,0],[12,-1],[10,-1],[5,-1],[3,-1],[3,-1],[5,-2],[6,-2],[1,-1],[3,1],[1,0],[5,-1],[1,0],[1,1],[-1,1],[-4,4],[-11,8],[-3,1],[-4,2],[-2,1],[-3,0],[-1,0],[-3,0],[-3,0],[-5,1],[-8,2],[-1,0],[-1,1],[-2,1],[-7,1],[-7,3],[-6,10],[0,2],[0,1],[1,1],[4,2],[2,0],[6,0],[5,0],[5,1],[2,0],[2,-1],[2,1],[-1,1],[0,1],[1,0],[2,0],[3,-1],[2,0],[0,1],[-3,1],[-13,1],[-6,1],[-5,0],[-2,1],[-3,2],[0,1],[1,2],[3,0],[2,2],[-1,1],[-6,1],[-2,1],[-3,2],[0,1],[-1,1],[1,1],[0,3],[1,2],[5,4],[2,1],[2,1],[1,0],[-1,1],[-1,2],[0,1],[-1,1],[1,1],[1,2],[3,2],[7,3],[4,2],[3,0],[5,2],[11,1],[11,2],[3,-2],[1,-1],[0,-1],[1,-1],[0,-2],[0,-3],[-1,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-3,-3],[0,-1],[1,0],[2,0],[3,0],[3,0],[0,-1],[1,0],[1,1],[0,1],[0,1],[1,2],[0,1],[2,2],[1,1],[2,0],[3,-1],[3,-3],[4,-2],[6,-5],[2,-1],[0,-2],[-2,-2],[-3,-3],[-2,-1],[-1,-1],[1,-1],[1,-1],[2,1],[1,1],[2,1],[0,-1],[0,-1],[1,-1],[0,1],[2,1],[3,3],[3,1],[1,1],[2,0],[1,3],[-1,1],[-3,2],[-1,3],[1,2],[1,-1],[5,-1],[0,-1]],[[979,1789],[0,-1],[4,2],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[-1,-3],[1,0],[4,3],[1,1],[1,0],[4,0],[2,-1],[3,-1],[2,-1],[3,-3],[2,-2],[2,-3],[7,-10],[3,-3],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-6,-1],[-2,0],[-3,0],[-7,-3],[-5,0],[-6,-2],[-11,-3],[-2,-1],[0,-1],[-5,-6],[-1,-1],[-3,-1],[-4,1],[-1,0],[0,-3],[-3,-3],[-1,-3],[-2,-7],[-1,-1],[-2,-2],[-3,0],[-3,0],[-4,0],[0,1],[-1,1],[-1,1],[-6,-4],[-5,0],[-2,-1],[-1,-1],[-1,0],[-2,1],[-1,1],[-1,2],[0,2],[-1,6],[-1,3],[0,1],[-2,4],[0,1],[-7,8],[-3,4],[-1,1],[-1,1],[-5,1],[0,1],[1,1],[0,1],[0,1],[1,1],[2,1],[0,1],[0,1],[1,0],[1,1],[1,2],[1,0],[1,1],[2,1],[1,1],[1,0],[0,1],[0,1],[1,2],[0,1],[0,1],[1,1],[4,1],[1,0],[0,1],[0,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[3,1],[0,1],[3,4],[4,2],[2,3],[3,2],[0,2],[-2,1],[-1,2],[-1,2],[-1,8],[0,1],[0,1],[-1,1],[1,0],[12,-2],[9,-2],[9,-2],[3,0],[2,-1],[1,-2],[2,-3],[3,-3],[6,-4],[4,-2],[-2,-1],[0,-1],[-1,0]],[[975,1834],[-1,0],[-1,1],[3,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1]],[[1001,1821],[-3,0],[-2,0],[-3,2],[-2,1],[0,1],[1,1],[1,1],[2,1],[5,2],[2,1],[3,0],[3,1],[1,0],[1,0],[1,-1],[1,0],[-2,-2],[-1,-1],[-3,-3],[-4,-3],[-1,-1]],[[1087,1823],[0,-6]],[[1087,1817],[-2,2],[-1,0],[0,1],[0,1],[0,1],[3,1]],[[1085,1800],[-1,-3],[-1,-14],[-1,-1]],[[1082,1782],[-1,1],[-3,-1],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-4,-1],[-5,-1],[-8,-1],[-5,1],[-5,2],[-2,1],[-1,1],[-3,3],[-1,2],[-1,2],[1,0],[2,1],[3,1],[5,0],[6,2],[2,0],[5,-1],[2,-1],[2,0],[1,0],[2,1],[2,1],[2,1],[1,1],[0,1],[-1,0],[-4,-1],[-1,0],[-2,0],[-2,0],[-2,0],[-1,0],[-2,3],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-4,1],[-4,0],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[3,1],[-1,0],[-3,0],[-1,1],[0,1],[-1,0],[0,-1],[-1,-2],[-1,-2],[-1,1],[-1,1],[-1,0],[1,-3],[0,-1],[-1,-1],[-5,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,2],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-4,3],[-2,4],[-4,0],[-2,1],[-4,2],[-1,1],[0,1],[0,1],[1,1],[2,2],[1,0],[1,0],[3,0],[7,-2],[1,0],[8,1],[1,0],[1,1],[1,0],[-10,0],[-4,1],[-6,2],[-1,1],[1,2],[1,0],[2,1],[4,-1],[6,0],[4,-1],[3,0],[2,0],[-6,1],[-8,2],[-1,0],[-2,2],[0,1],[1,0],[1,1],[-1,1],[1,1],[1,1],[3,0],[1,0],[3,-1],[8,-3],[2,0],[-1,1],[-1,0],[-7,3],[-1,0],[0,1],[0,1],[1,1],[2,1],[6,0],[2,0],[2,-1],[3,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,-2],[0,-1],[5,0],[2,0],[2,-1],[3,-1],[3,-4],[4,-4],[0,-1],[-2,-1],[0,-1],[1,0],[2,0],[2,-1],[1,-2],[0,-2],[1,-2],[1,-1],[1,-1],[2,0],[1,0],[3,-1],[5,-1]],[[1053,1837],[-2,-1],[-10,4],[0,1],[2,1],[2,0],[5,-1],[2,-1],[1,-1],[1,-1],[0,-1],[-1,0]],[[1036,1856],[0,-1],[0,-1],[-1,0],[-6,-1],[-2,-1],[1,0],[1,-3],[2,-2],[1,0],[-1,-1],[-2,1],[-1,0],[-1,0],[0,-1],[2,-2],[1,-2],[-1,0],[0,-1],[-1,0],[-2,-1],[-2,0],[-6,0],[0,-1],[0,-2],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-2,1],[-1,1],[-1,2],[0,1],[0,1],[1,2],[1,2],[1,1],[1,1],[0,1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,-1],[2,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,0],[-1,0],[0,1],[-1,2],[-1,1],[0,2],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-2],[0,-1],[-1,0],[0,-1],[-1,0],[-2,-1],[-3,1],[-2,0],[-1,1],[0,2],[0,2],[-1,0],[0,3],[0,1],[-1,0],[0,1],[0,-1],[-2,-3],[-2,0],[-2,0],[-1,1],[-2,2],[-2,1],[-2,0],[-2,-1],[-1,0],[-2,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[-2,1],[2,1],[3,2],[1,1],[1,0],[7,-2],[1,0],[4,3],[1,1],[1,0],[6,1],[1,1],[1,1],[1,0],[4,2],[4,1],[2,1],[2,1],[3,0],[8,-1],[6,-4],[1,0],[1,0],[0,1],[1,-1],[2,-1],[1,0],[1,1],[-1,1],[-2,1],[0,1],[1,0],[1,1],[3,-1],[2,0],[1,-1],[2,-2],[4,-3]],[[1054,1860],[-3,0],[-2,0],[-3,2],[-3,4],[0,2],[1,0],[1,0],[1,0],[1,0],[3,0],[0,-1],[1,-1],[1,0],[2,-2],[1,-1],[0,-1],[1,-1],[-1,-1],[-1,0]],[[1092,1860],[-1,-4]],[[1091,1856],[-2,0],[-5,0],[-1,0],[0,-1],[1,-1],[4,0],[1,-1],[0,-1],[1,0],[-1,-2],[0,-1],[-1,-1],[-2,-1],[-3,0],[-2,0],[-1,0],[-2,0],[-7,0],[-3,0],[-1,1],[-3,3],[-2,1],[-1,1],[-2,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[2,0],[2,0],[5,0],[11,0],[3,-1],[2,0],[2,0],[5,-1]],[[1093,1872],[-1,-7]],[[1092,1865],[-3,0],[-1,0],[-3,1],[-1,0],[-1,2],[-2,0],[-1,-1],[-2,0],[-3,0],[-3,3],[-4,0],[-5,0],[-1,0],[-1,1],[0,1],[1,1],[3,0],[3,1],[4,0],[5,-1],[1,1],[2,0],[3,1],[2,0],[2,0],[2,0],[3,-2],[1,-1]],[[1507,1028],[-1,0],[-1,0],[-2,0],[-1,1],[5,5],[1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1]],[[1481,1053],[-1,-1],[-4,0],[-1,1],[-5,2],[-8,2],[-3,2],[-1,1],[1,3],[1,2],[0,1],[9,3],[3,-1],[5,-5],[2,-4],[2,-3],[0,-2],[0,-1]],[[1491,1076],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,-2]],[[1494,1184],[-1,-1],[-1,0],[0,2],[1,2],[0,2],[0,2],[0,2],[0,1],[1,1],[1,0],[0,-4],[0,-2],[0,-2],[0,-2],[-1,-1]],[[1476,1182],[-1,0],[-1,0],[0,3],[1,1],[2,2],[0,1],[1,0],[1,2],[1,2],[1,0],[-1,-3],[0,-2],[-4,-6]],[[1491,1188],[0,-4],[-1,-4],[0,-7],[-1,0],[-1,1],[1,9],[0,1],[-1,1],[-1,-1],[-1,-10],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,-3],[3,11],[0,1],[-1,0],[-3,-8],[-1,-3],[-2,1],[0,1],[2,8],[2,5],[1,3],[0,3],[0,2],[0,3],[0,-1],[1,-2],[0,-5],[0,-3],[-1,-2],[1,0],[1,1],[0,3],[1,4],[0,3],[0,5],[0,-1],[1,-1],[1,0],[1,-2],[0,-1],[2,0],[1,-2],[0,-1],[0,-1],[1,0],[-1,-2]],[[1480,1200],[0,3],[-1,1],[0,1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-1]],[[1475,1203],[-1,0],[-1,0],[0,2],[1,2],[1,-1],[0,-1],[0,-2]],[[1473,1231],[0,-1],[-1,0],[0,-2],[-1,1],[1,1],[-1,1],[1,1],[0,1],[0,1],[1,0],[0,-2],[0,-1]],[[1617,1329],[-1,-3],[-1,0],[0,-1],[0,3],[-1,1],[0,2],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,-1]],[[1455,1304],[-1,0],[0,1],[0,1],[1,0],[0,2],[1,0],[0,-1],[-1,-2],[0,-1]],[[1457,1310],[-1,0],[0,2],[0,1],[1,1],[1,0],[1,0],[-1,-2],[-1,-2]],[[1671,1401],[0,-3],[-2,0],[-3,1],[-1,1],[-1,1],[0,2],[2,1],[2,-2],[1,0],[2,-1]],[[1620,1375],[-1,-1],[-1,1],[-1,2],[0,2],[1,4],[0,4],[1,1],[1,0],[2,-1],[1,-1],[1,-2],[0,-2],[-1,-2],[-1,-1],[-2,-4]],[[1474,1349],[-2,-1],[0,2],[3,2],[2,1],[0,-1],[-1,-2],[-2,-1]],[[1656,1432],[0,-1],[-1,0],[-1,2],[-2,0],[-1,0],[-4,2],[-1,2],[-1,1],[1,1],[3,2],[2,1],[3,0],[0,-1],[2,-1],[0,-2],[1,-2],[-1,-1],[0,-1],[0,-2]],[[1268,1361],[-2,1],[0,1],[2,1],[1,-2],[-1,-1]],[[1648,1448],[1,0],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-4,1],[-1,2],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1]],[[1451,1404],[2,0],[2,-3],[1,-2],[0,-2],[0,-3],[0,-2],[0,-3],[-1,-2],[-1,-4],[0,-3],[-1,-3],[0,-1],[-1,-1],[-2,1],[-1,2],[-2,2],[-2,0],[-1,2],[0,1],[-1,4],[0,3],[0,2],[0,1],[1,3],[1,4],[1,2],[1,1],[2,0],[1,0],[1,1]],[[1645,1472],[3,0],[1,1],[1,0],[1,-2],[0,-2],[-1,-1],[-1,-1],[-3,-1],[-1,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1]],[[1524,1430],[-3,-1],[-4,1],[-2,1],[0,1],[1,0],[1,0],[2,-1],[4,1],[1,0],[0,-1],[0,-1]],[[1573,1443],[-1,0],[-1,0],[-3,0],[-1,0],[-1,2],[-1,1],[-2,3],[-2,0],[-2,1],[1,1],[2,0],[3,0],[2,0],[3,-2],[2,-2],[1,-1],[1,-1],[0,-1],[-1,-1]],[[1416,1416],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-2],[-3,-6],[-2,-2],[0,-2],[-6,-8],[-1,0],[-2,0],[-2,0],[-4,-3],[-1,3],[0,2],[-3,3],[0,1],[0,1],[2,4],[4,12],[1,1],[2,-1],[2,0],[4,3],[3,0],[3,2],[1,1],[1,0],[1,-1]],[[1468,1446],[2,-2],[1,1],[1,-1],[2,-4],[0,-1],[-1,-2],[0,-1],[-2,-2],[-2,-1],[-1,1],[-4,3],[-3,3],[-1,2],[0,1],[1,1],[2,1],[4,1],[1,0]],[[1484,1447],[-1,-1],[-2,0],[-2,2],[-5,3],[3,4],[5,-2],[2,-2],[0,-4]],[[1469,1464],[-1,-2],[-3,0],[-1,1],[1,1],[2,1],[2,1],[0,-1],[0,-1]],[[1370,1488],[1,0],[0,2],[2,5],[0,1],[1,0],[3,-3],[2,-1],[1,-3],[0,-1],[3,0],[2,0],[3,-1],[1,-1],[3,-4],[1,0],[2,-2],[5,-3],[1,-1],[4,0],[2,-1],[2,-1],[1,-3],[3,-4],[2,-7],[0,-1],[0,-1],[0,-1],[-2,-4],[2,0],[5,3],[3,-1],[1,1],[1,0],[0,2],[2,0],[2,-2],[1,-1],[1,-2],[-1,-1],[3,-1],[2,-1],[0,-2],[-2,-3],[-3,-3],[-2,-5],[-1,-1],[-2,0],[-3,2],[-8,3],[-3,0],[-3,0],[-1,1],[-1,6],[-2,1],[-4,1],[-2,0],[0,2],[0,2],[-1,1],[-1,0],[-2,-1],[-2,-2],[-1,-2],[0,-1],[0,-4],[-1,-1],[0,-2],[-4,-6],[-1,-2],[-1,-1],[-1,0],[-1,-2],[-1,-5],[-1,-2],[0,-1],[-2,-3],[-2,-2],[-4,-2],[-2,-1],[-1,0],[-2,4],[-3,13],[0,1],[-1,1],[-7,-3],[-3,0],[-4,-3],[-1,-1],[-1,0],[-2,1],[0,1],[0,1],[0,2],[1,4],[1,3],[1,1],[6,5],[1,1],[1,2],[-1,1],[0,2],[-1,5],[-1,4],[0,2],[0,4],[1,8],[0,4],[0,13],[0,4],[0,4],[1,2],[1,5],[2,2],[1,1],[1,0],[0,-1],[1,-1],[3,-2],[1,-1],[0,-2],[1,-2],[0,-1],[-1,-2],[0,-1],[2,-2],[3,-6]],[[1372,1499],[-1,0],[-1,0],[0,1],[-1,1],[-1,2],[-2,1],[-1,3],[0,2],[-1,2],[0,2],[2,0],[1,0],[1,-1],[0,-1],[2,-3],[1,-2],[1,-4],[0,-1],[0,-1],[0,-1]],[[1383,1508],[2,-1],[1,0],[3,0],[0,-1],[0,-1],[-1,-1],[-2,0],[0,1],[-1,0],[0,1],[-1,-1],[1,-1],[-1,0],[-1,0],[-1,0],[0,1],[1,2],[-1,0],[0,1],[-2,-1],[-1,-1],[-1,1],[0,3],[-1,2],[-1,1],[-1,1],[-1,0],[-1,2],[0,1],[0,1],[4,-1],[2,-1],[3,-2],[1,-1],[0,-1],[0,-1],[-1,-2],[1,-1]],[[1389,1526],[1,0],[1,0],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,1],[-1,1],[0,1],[2,-1]],[[1078,1548],[2,-1],[2,0],[-1,-3],[-1,-1],[-1,1],[0,2],[-1,2]],[[1630,1627],[-1,-2],[-1,1],[1,1],[0,1],[1,2],[0,1],[2,1],[1,0],[-1,-2],[-2,-3]],[[1082,1560],[-1,-2],[0,1],[-1,1],[-1,2],[0,3],[1,1],[0,2],[1,1],[1,-2],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1]],[[1069,1581],[1,0],[1,0],[1,-2],[0,-1],[-1,-1],[-2,2],[0,1],[-1,1],[1,0]],[[1497,1601],[-6,-2],[-3,0],[-1,0],[-2,0],[-1,2],[-2,2],[0,1],[0,1],[0,1],[4,2],[3,0],[3,0],[4,0],[1,0],[1,-1],[1,-2],[0,-2],[0,-1],[-2,-1]],[[1067,1582],[-1,0],[-1,2],[0,2],[2,-2],[0,-1],[0,-1]],[[1342,1567],[-1,0],[-1,0],[-2,2],[-1,1],[0,2],[0,1],[1,2],[-1,2],[-1,1],[1,2],[0,1],[0,1],[2,3],[2,-1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-3],[1,-2],[0,-1],[-1,-3],[0,-1],[-1,-1]],[[1470,1611],[6,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-2],[2,-7],[0,-4],[0,-3],[0,-3],[-1,-2],[-1,-1],[-4,-4],[-3,-2],[-4,-1],[-4,-2],[-2,0],[-1,0],[-1,0],[-1,2],[-1,3],[-2,2],[-1,6],[-1,1],[1,4],[0,4],[2,5],[1,5],[1,1],[1,1],[2,2],[3,0],[1,0],[1,1],[1,1],[3,0]],[[1431,1597],[-1,0],[-1,1],[0,1],[0,2],[2,1],[1,-1],[1,-1],[-2,-3]],[[1125,1587],[-2,0],[-1,2],[-2,1],[0,1],[-1,1],[1,1],[1,0],[3,-1],[1,0],[1,-2],[1,-1],[0,-1],[-1,-1],[-1,0]],[[1479,1614],[-1,0],[-2,1],[-3,2],[-1,1],[-1,1],[0,1],[0,2],[1,1],[1,1],[2,0],[1,-1],[2,-3],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[1158,1589],[-1,0],[0,1],[-4,2],[-1,1],[1,1],[1,1],[1,1],[1,1],[2,-1],[1,-1],[0,-1],[0,-3],[-1,0],[0,-2]],[[1177,1595],[0,-1],[-1,0],[-1,-1],[-1,2],[-1,-1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[1,1],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-3]],[[1180,1601],[0,-1],[-2,0],[0,1],[-1,1],[0,1],[1,2],[1,0],[1,-1],[0,-1],[0,-2]],[[1292,1609],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,1],[1,0],[0,-2],[1,-1],[0,-1],[0,-1]],[[1426,1617],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[1,1],[0,2],[1,2],[3,1],[0,1],[1,3],[0,1],[1,0],[0,1],[-1,1],[1,1],[0,1],[2,1],[1,0],[1,0],[0,-1],[1,-1],[-1,-2],[-1,-2],[-1,-2],[0,-1],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-2,-2],[-1,-1]],[[1295,1616],[1,-2],[-1,-3],[-1,-1],[-2,2],[0,2],[1,1],[1,1],[1,-1],[0,1]],[[1450,1632],[-2,0],[-1,-1],[0,1],[-1,1],[-1,2],[0,1],[0,2],[0,1],[0,1],[1,1],[1,0],[2,-1],[2,1],[1,-1],[1,0],[0,-1],[-1,0],[-1,-2],[0,-2],[0,-2],[-1,-1]],[[1167,1614],[-1,0],[0,1],[0,1],[1,1],[-1,0],[-1,1],[0,1],[0,1],[1,0],[2,-1],[1,-2],[0,-1],[-1,0],[-1,-1],[0,-1]],[[1233,1618],[2,-2],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,2],[-1,0],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[1,2],[0,2],[1,1],[1,0],[1,0],[1,0],[1,-1]],[[1551,1677],[-1,0],[-3,0],[0,1],[1,2],[1,1],[1,0],[1,0],[1,-1],[-1,-1],[0,-2]],[[1435,1647],[1,-2],[0,-2],[-3,-2],[-2,-2],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,2],[2,4],[2,1],[1,1],[1,0],[0,1],[0,1],[1,0],[1,0]],[[1419,1645],[1,-1],[0,-1],[0,-1],[-2,-2],[-4,-1],[-2,0],[2,-2],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[-4,0],[0,1],[0,1],[1,0],[2,0],[0,2],[2,0],[1,1],[0,-1],[1,-1],[1,0],[1,0],[1,1],[2,2],[1,1],[2,-1]],[[1211,1620],[1,0],[0,1],[1,0],[2,-2],[1,-2],[1,-1],[2,-1],[5,-4],[1,-3],[2,-4],[1,-3],[1,-3],[1,-1],[2,-2],[2,1],[1,0],[1,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,-2],[-1,-2],[-2,-1],[-3,-3],[-1,-1],[-3,0],[-5,2],[-3,0],[-2,1],[-3,2],[-2,2],[-4,2],[-1,1],[0,1],[0,1],[-1,0],[-2,-1],[-2,0],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-2,0],[-1,1],[-1,1],[-1,2],[-1,2],[0,1],[1,1],[1,1],[4,0],[2,1],[2,1],[3,3],[1,1],[-1,1],[0,2],[-1,1],[1,0],[1,0],[-1,1],[0,1],[0,1],[1,0],[1,0],[1,-3],[1,0],[2,-1],[-2,2],[-1,4],[0,1],[0,1],[0,2],[1,1],[1,1],[3,1],[1,0],[1,-1],[1,-1],[2,-2],[0,-1],[-1,-1],[1,-1]],[[1332,1641],[1,-1],[2,1],[1,-1],[1,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[-2,0],[-1,1],[-1,1],[0,1],[2,1],[1,0],[2,0]],[[1178,1647],[-2,1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[2,-2],[-1,0],[0,-1],[0,-1],[0,-1]],[[943,1664],[3,-6],[1,-2],[4,-2],[10,-6],[1,-1],[3,-4],[2,-2],[2,-2],[3,-2],[5,-4],[1,-1],[1,0],[1,0],[6,-3],[1,-1],[1,0],[1,-1],[2,-1],[0,1],[-1,3],[0,1],[1,0],[2,-2],[1,1],[1,0],[2,-1],[2,-2],[2,-2],[3,-2],[3,-4],[2,-3],[2,-4],[1,-3],[0,-1],[0,-1],[1,0],[0,-1],[-1,-3],[-1,-1],[-2,0],[-6,2],[-1,-2],[-4,-1],[-1,-1],[0,-2],[0,-1],[-3,-1],[0,-1],[1,-1],[2,-3],[1,0],[2,-1],[2,-1],[3,-2],[2,-1],[1,0],[1,-1],[2,-1],[2,-1],[6,-1],[2,-1],[2,0],[4,-1],[1,0],[2,0],[1,0],[1,0],[5,0],[2,0],[1,0],[3,1],[1,0],[0,-1],[1,-1],[1,0],[2,1],[6,3],[2,0],[1,1],[1,0],[0,-1],[1,-3],[0,-1],[1,0],[1,-2],[1,-2],[0,-1],[5,-1],[2,-1],[1,-2],[-1,-4],[1,-1],[0,-2],[1,0],[2,5],[1,0],[1,-4],[2,-3],[3,-5],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[-2,-1],[-2,1],[-1,1],[0,-1],[3,-4],[0,-2],[1,-1],[0,-1],[1,-1],[0,-1],[2,-3],[1,-2],[2,-5],[1,-2],[1,-2],[1,0],[-1,1],[-2,7],[-2,4],[0,1],[0,2],[0,5],[1,0],[1,1],[1,-3],[1,0],[1,1],[0,-1],[2,-2],[0,3],[-1,2],[0,1],[1,1],[-1,1],[-2,3],[0,2],[-1,4],[0,2],[0,1],[0,1],[-1,3],[-1,2],[-1,2],[0,1],[1,3],[1,1],[1,1],[1,2],[-1,2],[1,0],[3,0],[1,0],[1,0],[1,1],[2,0],[1,0],[1,0],[1,1],[1,0],[1,2],[2,0],[1,-1],[0,3],[1,1],[2,2],[1,0],[1,0],[2,1],[1,1],[1,1],[0,2],[0,1],[-2,1],[-1,0],[-3,-1],[-2,-2],[-2,-1],[0,-3],[-1,-1],[-2,2],[-2,-1],[-1,0],[-1,-1],[-2,0],[-2,1],[-2,0],[-1,-1],[0,-1],[0,-2],[-1,0],[-3,0],[-1,0],[-2,0],[-1,0],[0,1],[-4,4],[1,3],[5,6],[7,1],[4,0],[7,3],[2,0],[4,2],[2,0],[2,0],[2,-2],[2,-1],[0,-2],[1,-2],[1,-4],[0,-4],[0,-2],[2,-3],[1,-1],[1,0],[1,0],[0,-2],[1,0],[1,0],[1,-1],[1,0],[-1,-2],[1,-1],[1,-2],[2,-1],[2,-1],[3,0],[3,1],[2,1],[2,-2],[3,-4],[2,-3],[2,-1],[4,-2],[1,-1],[1,0],[2,0],[2,0],[2,-2],[2,0],[5,2],[1,0],[2,0],[2,1],[1,0],[2,0],[3,0],[6,-1],[3,-1],[2,-1],[2,-1],[2,0],[1,0],[1,0],[2,2],[3,0],[0,1],[-1,1],[-1,2],[-1,2],[-1,1],[1,1],[0,1],[1,0],[1,-1],[1,-2],[4,-7],[1,-1],[1,-1],[4,-3],[2,0],[2,1],[1,1],[0,1],[0,1],[1,2],[-1,0],[0,2],[-2,1],[-2,2],[-3,1],[-2,-1],[-2,-2],[-1,1],[-3,5],[-1,1],[0,1],[2,-1],[0,1],[-1,2],[-1,1],[-1,3],[0,1],[1,0],[0,1],[1,0],[3,-2],[1,0],[4,2],[-1,2],[-1,2],[2,0],[2,-1],[1,-1],[1,1],[1,0],[1,-1],[2,-3],[1,-1],[0,-2],[1,-1],[4,0],[2,2],[0,-1],[0,-1],[-3,-6],[0,-1],[1,1],[1,0],[0,1],[1,1],[0,1],[4,3],[2,0],[-1,-3],[-2,-10],[0,-4],[0,-1],[-2,-4],[0,-2],[2,-3],[0,-1],[0,-3],[1,0],[1,0],[2,0],[2,1],[0,-1],[-1,-3],[2,1],[1,0],[2,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,1],[-2,2],[-1,0],[0,-1],[1,-2],[6,-8],[1,-2],[0,-2],[1,3],[-1,1],[-3,4],[0,2],[0,1],[1,0],[4,-1],[2,0],[1,1],[0,1],[1,6],[1,3],[-1,3],[-1,6],[-1,3],[-2,3],[0,1],[2,9],[0,1],[1,0],[2,0],[1,1],[2,-1],[1,0],[2,0],[3,4],[1,2],[1,2],[2,3],[2,3],[3,2],[2,2],[1,0],[-2,0],[-1,1],[0,1],[0,3],[0,2],[0,2],[-1,1],[0,1],[-1,1],[-1,0],[0,-3],[-1,-3],[-1,-1],[-1,0],[-3,-1],[-2,1],[0,1],[0,3],[1,2],[3,3],[2,2],[-2,0],[0,1],[0,3],[0,1],[0,1],[1,1],[4,1],[2,1],[-2,-4],[0,-1],[1,-1],[2,3],[1,1],[1,1],[-2,0],[0,1],[0,1],[0,1],[-1,1],[-2,0],[-1,-2],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[-1,2],[-2,2],[-1,0],[0,-2],[-1,0],[-5,3],[-3,1],[-1,1],[-1,1],[-2,0],[-1,1],[-1,1],[-1,1],[-1,2],[-1,2],[-2,4],[-1,2],[0,1],[0,3],[3,4],[0,1],[1,1],[1,1],[1,0],[2,0],[-1,1],[0,1],[1,2],[-1,0],[-3,-2],[-1,0],[-1,1],[-2,4],[0,3],[1,3],[0,2],[-1,2],[1,0],[0,1],[1,0],[-1,2],[1,1],[1,2],[2,2],[1,0],[1,0],[1,-1],[1,-1],[2,0],[2,4],[0,1],[-3,0],[-1,0],[-1,1],[0,1],[0,1],[3,2],[1,3],[3,4],[4,2],[1,0],[2,0],[1,-2],[0,-2],[2,-2],[2,0],[1,0],[3,0],[0,-1],[0,-2],[0,-1],[2,-2],[2,-1],[2,-2],[3,-3],[0,-1],[1,-1],[0,-5],[1,-1],[-1,-5],[0,-1],[0,-1],[2,-1],[2,-2],[0,-1],[3,-1],[0,-1],[0,-1],[2,-3],[2,-3],[0,-1],[-1,-1],[1,-1],[1,0],[1,1],[0,1],[1,-1],[1,-1],[0,-2],[1,-1],[0,-1],[-3,-1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,-1],[-1,-2],[0,-1],[0,-1],[4,1],[1,-1],[1,-1],[-1,-1],[-3,-3],[-5,-6],[-1,-2],[1,0],[2,0],[1,1],[2,0],[1,-1],[1,-1],[3,-2],[2,0],[2,3],[2,1],[2,0],[1,-1],[-2,-1],[-1,-2],[1,0],[4,0],[2,0],[2,0],[1,0],[1,-1],[1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[6,-6],[2,-5],[2,-2],[-1,-2],[0,-1],[1,-3],[0,-2],[-1,-4],[1,-2],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,2],[0,1],[1,2],[1,3],[1,1],[-1,2],[0,1],[1,4],[1,2],[0,4],[0,2],[1,3],[3,4],[0,1],[1,1],[2,0],[1,-1],[2,-3],[2,-2],[4,-3],[1,-1],[3,-3],[1,-3],[1,-5],[1,-2],[0,-1],[0,-2],[1,-2],[-1,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-1,3],[-1,0],[-1,-2],[0,-1],[1,-3],[0,-6],[0,-1],[2,-6],[3,-4],[7,-8],[0,-1],[1,-3],[0,-1],[1,-1],[1,1],[2,3],[2,3],[1,2],[1,0],[1,1],[1,2],[0,1],[0,4],[0,2],[1,3],[0,1],[4,7],[0,1],[2,9],[0,4],[0,2],[0,2],[0,1],[0,2],[0,1],[1,1],[1,1],[1,0],[1,0],[1,0],[4,1],[0,1],[-3,1],[0,1],[0,1],[1,2],[1,0],[0,1],[0,1],[1,2],[-1,0],[-3,2],[-1,0],[-1,0],[-1,2],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[1,3],[0,1],[-1,1],[1,1],[1,0],[2,-1],[2,0],[2,1],[2,1],[4,0],[5,-2],[3,-1],[1,1],[6,0],[3,1],[2,0],[3,-1],[0,-1],[-1,-3],[-2,0],[-1,-1],[1,-1],[4,-1],[1,-2],[1,-1],[-1,-1],[1,-1],[1,0],[2,2],[2,0],[4,-2],[1,0],[1,-1],[0,-1],[-3,-4],[-2,-2],[-2,-2],[3,0],[3,0],[1,0],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[-2,-4],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-1,1],[-1,0],[-2,-1],[-2,0],[0,-1],[1,-2],[1,-1],[0,-1],[0,-1],[3,-4],[0,-1],[1,1],[0,1],[1,1],[0,-1],[0,-4],[0,-1],[0,-1],[1,-2],[1,-2],[1,-1],[3,-3],[3,-2],[1,-1],[2,-3],[0,-1],[0,-3],[0,-6],[-1,-3],[0,-1],[-2,-2],[-1,-1],[-2,-1],[-1,-2],[-1,-3],[-1,-2],[0,-1],[-2,-2],[-1,-3],[-1,-1],[-4,-2],[-3,-5],[-1,-1],[-1,-1],[-2,0],[-1,3],[-1,0],[-1,2],[-3,4],[-1,2],[-2,-1],[-2,2],[0,1],[1,1],[-1,0],[-2,2],[-1,1],[-2,2],[-2,0],[-2,-3],[-1,-2],[1,-1],[1,1],[1,1],[0,1],[2,0],[1,-1],[0,-1],[1,0],[3,-5],[2,0],[0,-1],[1,-2],[1,-2],[2,-3],[2,-4],[0,-2],[0,-1],[-1,0],[-1,0],[-4,2],[-1,-2],[-1,-2],[-2,0],[-4,2],[-2,1],[-1,2],[-2,2],[-2,3],[-2,0],[-2,-1],[-4,-1],[-7,-1],[-1,0],[1,-2],[0,-1],[-1,0],[1,-2],[1,-1],[4,-2],[3,-1],[1,-1],[1,-1],[0,-1],[-1,-2],[0,-1],[-7,-13],[-3,-5],[-2,-3],[-1,-2],[-1,-2],[-2,0],[-3,-1],[-4,0],[-2,2],[-3,3],[-3,2],[-1,1],[-1,2],[-1,1],[-2,0],[-2,1],[-4,4],[-2,1],[-3,1],[-1,0],[-1,-1],[1,-1],[0,-1],[-2,1],[-1,0],[-3,1],[-2,0],[-2,0],[-2,0],[-2,1],[-4,-1],[-2,0],[2,-2],[3,-2],[0,2],[1,1],[5,-1],[6,-2],[1,0],[2,-1],[1,-1],[3,-3],[5,-6],[1,-2],[2,-1],[11,-1],[3,0],[7,0],[4,-1],[1,0],[0,-3],[0,-2],[-2,-5],[-1,-3],[-6,-16],[-1,-3],[-1,-2],[-1,-2],[-3,-4],[-4,-3],[-2,-1],[-2,1],[-1,0],[-2,3],[1,-5],[-1,0],[-3,2],[-1,-1],[-1,1],[-2,1],[0,1],[-1,2],[-3,-1],[-1,-1],[2,0],[0,-1],[2,-3],[0,-1],[-1,-1],[-3,1],[-1,0],[2,-3],[1,-2],[0,-1],[-2,-4],[-1,-1],[-2,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,0],[-2,1],[-6,3],[-2,1],[-3,0],[-1,1],[1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,0],[-3,1],[-6,4],[-6,3],[-3,3],[1,-3],[0,-1],[-1,-1],[0,-2],[2,-2],[2,-1],[2,0],[0,1],[-1,0],[-1,1],[0,2],[2,-1],[1,-1],[9,-4],[2,-1],[2,-1],[1,0],[-1,-2],[-3,-3],[2,0],[3,3],[1,1],[2,1],[2,-1],[3,-3],[2,-2],[3,-1],[2,-1],[3,-3],[0,-2],[1,-6],[0,-2],[0,-2],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-3,-4],[-1,-1],[-6,1],[-2,1],[-1,0],[0,-1],[-1,0],[-2,-1],[-1,0],[1,-1],[0,-2],[1,0],[0,-1],[2,-1],[2,0],[1,-2],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,0],[0,-1],[-2,0],[-1,0],[-1,0],[0,-2],[0,-1],[-2,-2],[0,-1],[0,-1],[1,-1],[1,-2],[1,-2],[0,-2],[-1,1],[-1,1],[-1,2],[-2,1],[-4,2],[0,-1],[3,-2],[1,-1],[0,-1],[-2,-3],[0,-1],[1,-1],[-1,-1],[-2,-1],[-2,0],[1,-2],[-1,-1],[-3,0],[1,-3],[1,-2],[2,-1],[-1,-1],[-1,-1],[-4,-4],[-2,-4],[-1,-2],[1,-3],[-1,-2],[-1,1],[-1,-1],[1,-1],[0,-2],[0,-3],[-2,-4],[-2,-5],[-1,-5],[-1,-5],[-1,-2],[-2,0],[-1,-2],[1,0],[0,-1],[1,-2],[-1,-4],[-1,-7],[0,-3]],[[1219,1717],[-2,0],[-1,2],[0,2],[0,1],[0,1],[2,1],[1,0],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1]],[[1076,1732],[4,-3],[2,-2],[1,-2],[2,-1],[1,-2],[1,-1],[-1,0],[0,-1],[0,-1],[2,0],[1,-1],[0,-2],[0,-2],[1,-3],[0,-5],[2,-7],[0,-5],[0,-1],[1,0],[1,-1],[1,-2],[1,0],[1,1],[1,1],[4,3],[0,1],[0,1],[-2,4],[-1,4],[-1,4],[0,2],[0,2],[0,1],[-1,1],[0,1],[1,1],[0,1],[-1,2],[-1,13],[0,1],[0,1],[1,0],[2,0],[0,1],[-1,1],[0,1],[1,1],[3,-1],[2,-2],[4,-3],[1,1],[1,1],[1,0],[4,-3],[4,-4],[2,-2],[2,-2],[2,-3],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-3],[0,-1],[3,-13],[1,-3],[0,-1],[3,-5],[1,-4],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-4],[0,-2],[4,-4],[2,-5],[1,-1],[3,-4],[3,-2],[1,-1],[1,-1],[1,0],[0,1],[1,0],[-1,2],[0,1],[3,-4],[2,-2],[3,-1],[4,-5],[3,0],[1,-1],[0,-2],[0,-2],[4,1],[1,-1],[1,0],[0,-1],[1,-2],[1,-5],[-1,-2],[0,-3],[-1,-1],[-2,0],[-2,1],[0,1],[-1,3],[0,1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-2,1],[-2,3],[-1,1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-2,1],[-2,1],[-3,3],[-1,0],[0,-1],[0,-1],[1,-1],[2,-3],[1,0],[0,-1],[0,-1],[0,-2],[-1,-4],[0,-1],[3,4],[1,1],[3,2],[1,1],[4,0],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-4],[-1,-1],[-5,-1],[-1,-1],[-3,-1],[-2,-1],[-4,0],[-3,0],[-4,2],[-3,1],[-3,2],[-2,0],[-1,-1],[-6,2],[-1,1],[0,1],[2,2],[0,1],[-3,0],[-3,2],[-3,1],[-2,0],[-2,1],[-1,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-2,1],[-1,0],[-1,-1],[-2,-1],[-2,-5],[-1,-1],[-3,-3],[-2,-1],[-5,-1],[-6,1],[-2,-1],[-2,-2],[-3,-2],[-6,-1],[-6,-1],[-6,1],[-5,0],[-1,1],[-2,0],[-3,-1],[-2,0],[-10,1],[-4,0],[-2,1],[-2,0],[-1,1],[-1,1],[-1,3],[-2,6],[0,2],[0,4],[1,2],[-1,5],[-4,3],[-3,1],[-4,1],[-5,1],[-5,2],[-3,2],[-3,1],[-4,4],[0,1],[0,1],[-1,1],[0,3],[-2,2]],[[1127,1723],[-1,0],[-1,1],[-1,1],[-2,3],[-3,4],[0,1],[-1,2],[-3,3],[-2,2],[-2,1],[0,1],[1,2],[2,2],[1,0],[2,0],[9,0],[2,0],[3,-1],[2,-3],[2,0],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[-2,-4],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1]],[[1402,1756],[2,0],[11,3],[3,0],[7,-1],[2,0],[1,-1],[1,-2],[1,-1],[3,0],[1,-2],[1,0],[0,-2],[2,-1],[1,0],[1,0],[0,-3],[1,0],[1,-1],[1,-1],[-1,-1],[-2,-2],[-7,-1],[-9,0],[-5,-2],[-2,-1],[-6,-4],[-2,-1],[-2,0],[-4,1],[-1,1],[-1,0],[-1,2],[-1,3],[-1,2],[0,2],[-1,0],[-4,0],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[-1,1],[-1,1],[0,3],[0,1],[0,1],[1,0],[1,1],[2,0],[4,-1],[2,1],[4,-1]],[[1334,1668],[0,-1],[3,2],[2,1],[3,3],[2,1],[6,0],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,1],[1,2],[0,8],[0,3],[0,2],[0,2],[-1,1],[-2,1],[-2,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,2],[-1,2],[-3,2],[-1,1],[0,1],[2,1],[2,1],[1,4],[1,0],[3,1],[5,-2],[3,-2],[0,1],[-4,2],[-2,2],[0,1],[0,1],[2,1],[0,1],[-3,0],[-1,0],[-1,-1],[-1,0],[-2,1],[-1,0],[-1,2],[-1,2],[-1,1],[0,3],[0,1],[0,2],[0,1],[1,2],[1,0],[1,1],[3,-1],[9,-2],[-1,1],[-9,4],[-3,0],[-1,2],[4,7],[4,2],[2,2],[4,1],[3,-1],[-2,2],[0,1],[2,2],[3,2],[4,2],[1,0],[1,1],[2,1],[5,1],[2,0],[4,0],[2,-1],[1,-1],[2,-3],[1,-5],[2,-1],[2,-1],[2,-1],[1,-1],[0,-1],[0,-2],[1,-2],[1,-2],[1,-1],[2,-1],[-1,-1],[-1,-2],[-2,-4],[-3,-4],[-2,-4],[0,-1],[4,6],[2,1],[0,-1],[0,-3],[-1,-2],[-2,-2],[1,-1],[3,-2],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[1,-1],[0,1],[1,0],[1,2],[3,5],[2,3],[3,-1],[-3,3],[0,1],[0,2],[2,1],[1,1],[1,-2],[1,-1],[1,0],[1,1],[1,2],[2,-1],[2,-2],[0,-2],[1,-3],[0,-1],[3,-3],[2,-1],[0,1],[0,1],[-1,0],[-1,2],[-2,2],[0,4],[1,3],[2,0],[1,-1],[2,0],[2,1],[4,-2],[3,0],[-1,1],[-2,1],[-2,1],[-4,0],[-3,2],[0,1],[0,1],[0,1],[0,1],[1,1],[3,3],[3,2],[2,1],[3,1],[4,0],[2,0],[3,-1],[3,-1],[1,0],[2,0],[1,1],[1,0],[5,-1],[2,-1],[0,-1],[1,-2],[1,-1],[0,-1],[-3,-7],[-1,-1],[-1,-2],[-1,-4],[-1,-3],[1,1],[1,3],[1,2],[1,3],[3,3],[2,2],[2,0],[2,0],[2,0],[1,0],[1,-2],[1,-1],[-1,-1],[0,-2],[-3,-2],[-2,-2],[-1,-1],[-3,-1],[0,-1],[3,0],[3,1],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-3],[-1,-3],[1,0],[2,4],[0,4],[0,4],[1,2],[1,1],[3,1],[1,3],[1,1],[1,0],[1,-1],[-1,-4],[-2,-7],[1,1],[1,2],[1,1],[1,3],[1,-2],[2,-1],[1,-2],[2,-1],[1,-1],[0,2],[-2,3],[0,2],[1,1],[2,4],[2,0],[2,-1],[1,1],[1,0],[3,0],[3,0],[3,0],[2,-1],[2,-1],[1,-1],[0,-1],[1,-1],[0,-2],[-1,-3],[-1,-1],[-1,-1],[-3,-1],[-1,0],[-1,-1],[-2,-5],[-1,-2],[-2,-2],[3,1],[1,1],[1,2],[1,3],[2,2],[5,-1],[2,1],[1,3],[1,2],[1,0],[2,-1],[1,-1],[0,-3],[0,-1],[0,-3],[-2,-4],[-2,-2],[-2,-1],[-2,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[2,-1],[1,0],[0,1],[1,3],[0,1],[1,1],[1,0],[1,-1],[0,-2],[0,-10],[1,0],[0,3],[1,10],[1,2],[1,3],[2,3],[2,3],[3,2],[1,1],[2,0],[1,-1],[2,0],[2,1],[1,1],[1,0],[2,-1],[2,-1],[5,0],[1,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[0,-1],[-2,-3],[-3,-2],[-2,-1],[-1,-1],[-3,-3],[-3,-5],[0,-1],[2,0],[1,1],[1,3],[2,2],[2,1],[4,2],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-4],[2,0],[2,0],[0,1],[1,3],[1,1],[1,1],[1,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,2],[1,0],[2,0],[2,-1],[5,-4],[1,-1],[2,-4],[1,-1],[0,-2],[0,-1],[-1,0],[-6,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-3,-1],[-2,-2],[-3,-2],[-1,-1],[0,-2],[2,1],[3,3],[3,1],[6,-1],[1,1],[1,0],[1,1],[4,1],[2,0],[2,0],[4,-1],[1,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[-5,-1],[-1,0],[-2,-1],[-1,-1],[-2,0],[-2,1],[-3,-2],[-3,0],[-2,-2],[-4,-5],[1,0],[6,5],[1,0],[2,0],[4,-1],[1,0],[1,-4],[0,-2],[0,-3],[-2,0],[-4,0],[-1,0],[-1,-1],[-2,-1],[-6,-1],[-2,0],[1,0],[5,-2],[4,2],[3,0],[1,0],[1,-1],[1,-2],[2,-1],[1,-1],[1,1],[1,1],[1,0],[1,0],[2,0],[1,0],[2,0],[1,0],[3,2],[1,0],[0,-1],[-2,-3],[0,-2],[2,-1],[1,-1],[0,-1],[0,-3],[0,-1],[2,3],[1,-3],[0,3],[-1,3],[1,1],[3,3],[1,-5],[1,-3],[-1,-5],[-1,-2],[1,0],[1,0],[0,1],[1,4],[2,4],[0,1],[1,-2],[0,-2],[1,-1],[1,2],[1,1],[1,1],[1,-1],[1,-5],[0,-1],[3,-2],[-1,1],[-1,4],[0,1],[1,3],[2,3],[0,1],[1,0],[2,-1],[-1,-1],[0,-1],[-1,-2],[0,-2],[1,-1],[2,1],[2,3],[2,-1],[2,-1],[3,-2],[2,1],[2,-2],[-2,-3],[3,-4],[-4,-1],[-2,-2],[-1,0],[-2,0],[2,-1],[3,1],[0,-2],[2,1],[2,1],[2,1],[0,2],[1,1],[1,2],[1,0],[3,0],[4,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-3,-8],[0,1],[2,2],[3,3],[2,2],[2,0],[1,1],[0,1],[2,-1],[2,1],[2,6],[2,0],[3,-2],[5,-3],[2,-2],[1,-1],[1,-1],[-2,-3],[-1,0],[-3,1],[-2,0],[-1,0],[-1,-2],[7,-2],[1,-2],[1,-1],[-3,-4],[-1,0],[-3,-1],[-2,1],[-1,1],[-2,-1],[0,-1],[2,-2],[1,0],[-1,-1],[0,-2],[4,-1],[3,-1],[1,-1],[-2,-2],[-1,0],[-3,-1],[-1,0],[0,-1],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[-1,-2],[-1,-3],[1,-3],[-2,-1],[-2,-1],[-3,0],[-1,1],[-4,3],[2,-2],[0,-2],[-3,-2],[1,-1],[2,0],[2,1],[0,-3],[3,-10],[0,-4],[0,-3],[0,-4],[-2,1],[-2,2],[0,1],[-1,0],[-2,0],[-1,0],[0,-2],[-2,1],[-1,1],[-1,5],[-1,3],[0,-2],[-1,-4],[0,-5],[-1,1],[-2,2],[-2,1],[-2,2],[-2,2],[-2,3],[-1,1],[-1,2],[-1,1],[-1,1],[-1,2],[1,3],[1,2],[1,2],[2,2],[0,3],[1,4],[0,3],[1,2],[-2,-2],[-1,-3],[0,-3],[-1,-3],[-3,-3],[-2,-1],[-1,-1],[-3,-1],[-1,0],[-1,2],[2,5],[-1,0],[0,-1],[-1,-2],[-1,-1],[-1,0],[-3,1],[-1,1],[-2,0],[-1,0],[-4,5],[-1,1],[-1,2],[-1,1],[-1,0],[-1,0],[1,-1],[0,-1],[-1,-2],[-1,0],[-2,1],[0,-2],[3,-2],[1,-4],[-1,0],[-1,-1],[-1,0],[-3,2],[-2,1],[-2,1],[0,-1],[2,-3],[2,-3],[2,-2],[4,-1],[2,-2],[-1,-3],[0,-1],[-1,0],[-2,-1],[-3,0],[-2,1],[-3,3],[-5,2],[-1,0],[-2,-3],[2,1],[1,0],[4,-2],[1,-1],[-1,-2],[1,-2],[1,-2],[1,-1],[2,0],[1,0],[1,0],[0,-5],[0,-2],[1,0],[2,3],[1,1],[1,0],[2,-1],[1,-1],[0,-1],[1,-1],[2,0],[0,-1],[-1,-3],[2,-1],[2,-1],[1,-2],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[1,-1],[2,-5],[1,-1],[-1,5],[0,1],[2,0],[2,-2],[2,-1],[1,-1],[-1,-2],[1,-1],[1,1],[0,2],[1,2],[1,2],[2,-1],[2,-1],[1,-1],[1,-1],[1,1],[3,-2],[-1,-2],[-1,-3],[0,-1],[0,1],[4,1],[1,0],[1,-1],[0,-5],[-2,-1],[-2,0],[-1,-1],[0,-1],[3,0],[2,-2],[1,-1],[1,-1],[0,-1],[0,-1],[3,0],[1,1],[1,1],[2,0],[0,-2],[-1,-2],[1,0],[1,1],[1,0],[2,-3],[2,-3],[-1,-1],[-1,0],[1,-4],[2,-3],[1,-3],[1,-4],[-1,-1],[-1,0],[-1,1],[-5,8],[-1,1],[-1,1],[-3,3],[1,-2],[1,-2],[2,-6],[2,-3],[0,-1],[-1,-1],[1,-1],[3,-3],[1,-2],[2,-2],[1,-1],[1,-1],[-1,-1],[-2,-1],[-4,1],[0,-1],[4,-7],[0,-2],[0,-1],[-1,1],[-2,1],[-2,2],[-3,2],[-3,1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[-4,2],[0,-1],[1,-2],[0,-1],[-1,0],[-2,1],[-1,1],[-3,4],[-1,1],[0,-1],[2,-4],[0,-1],[-1,-1],[0,1],[-1,1],[0,1],[-1,1],[-2,1],[-1,0],[0,2],[-1,0],[-2,-1],[-1,1],[-4,3],[-4,4],[-3,2],[1,-2],[2,-5],[1,-2],[-1,0],[-7,5],[-4,1],[-2,0],[-3,-1],[0,-1],[2,-3],[2,-3],[2,-1],[4,-2],[3,-4],[1,-1],[3,-1],[2,0],[2,0],[-1,-2],[0,-1],[4,0],[2,-1],[2,-1],[1,-1],[4,-3],[1,-1],[3,0],[1,-1],[2,-2],[2,-1],[2,-4],[1,-1],[3,-1],[1,0],[1,0],[0,-2],[0,-1],[-1,-2],[1,-1],[1,-3],[1,-2],[-1,-1],[-2,-1],[0,-1],[-2,1],[-2,0],[-4,2],[-5,0],[-3,0],[0,1],[-2,0],[-13,-2],[-2,0],[-1,0],[-2,1],[-5,1],[-1,1],[-4,4],[-4,5],[-1,0],[-3,0],[-2,-1],[-1,-1],[-2,-1],[-2,1],[-3,1],[-4,1],[-3,1],[-1,0],[0,1],[1,4],[-1,0],[-2,-4],[-2,0],[-2,2],[-2,1],[-4,5],[-3,1],[1,1],[1,1],[2,0],[1,1],[2,3],[0,2],[-2,0],[-1,1],[-1,1],[-1,1],[-2,0],[-5,-2],[-1,1],[0,1],[1,3],[0,1],[0,1],[-1,-1],[-2,-3],[-1,0],[-2,2],[-1,3],[-1,1],[-3,2],[-5,4],[-1,2],[-2,1],[-1,0],[0,1],[1,5],[0,1],[-2,-1],[-3,0],[-1,-1],[-1,0],[-1,-1],[0,-3],[0,-1],[0,-1],[-1,0],[-1,1],[-1,5],[-1,0],[-3,-1],[0,1],[-1,0],[-1,2],[-1,2],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[2,-1],[1,-2],[2,-3],[0,-2],[-3,-2],[-2,-1],[-2,0],[-1,0],[-3,2],[-3,-2],[1,-4],[-1,-1],[-3,0],[-1,-1],[-3,-4],[-1,0],[-1,0],[-1,-1],[-1,-2],[-2,0],[-2,0],[-2,0],[-1,0],[-2,0],[-2,1],[-1,0],[-2,0],[-3,3],[-1,1],[-3,3],[0,2],[0,1],[0,2],[0,2],[0,4],[0,2],[1,1],[1,2],[5,5],[1,1],[0,1],[-2,3],[0,1],[0,1],[1,2],[0,1],[1,0],[2,0],[2,0],[2,0],[4,0],[6,-2],[3,-1],[3,-2],[2,-3],[0,-1],[0,-2],[0,-1],[0,-1],[2,-1],[0,2],[0,1],[0,1],[0,1],[-1,2],[-1,1],[0,1],[-5,3],[0,1],[1,1],[5,0],[2,1],[0,2],[1,1],[1,1],[1,1],[3,0],[1,0],[1,0],[1,2],[1,3],[1,1],[2,1],[2,1],[2,-1],[2,1],[-1,2],[-1,3],[-2,3],[-2,1],[-3,2],[-3,3],[-2,2],[-1,2],[0,1],[0,1],[5,7],[3,6],[1,3],[1,2],[1,1],[0,1],[2,2],[1,1],[-1,2],[0,2],[1,5],[2,2],[2,2],[1,1],[1,4],[-1,1],[-1,1],[0,1],[-5,9],[-3,4],[-3,4],[-3,4],[-4,4],[0,1],[0,2],[-3,-3],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[0,3],[0,1],[0,2],[-1,0],[0,1],[-1,0],[-2,-1],[2,-3],[0,-2],[-2,-1],[-1,0],[-1,0],[-1,1],[-4,3],[0,1],[0,2],[-1,0],[-1,-1],[-1,0],[0,1],[1,3],[-1,1],[-1,-1],[-1,1],[1,1],[1,1],[1,1],[-1,1],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,-2],[-2,-3],[-4,-4],[-2,-2],[-2,0],[-1,0],[0,2],[0,1],[0,1],[-1,4],[1,1],[0,1],[1,1],[4,0],[1,1],[1,1],[1,2],[1,2],[0,1],[-2,3],[-3,2],[-2,0],[-2,0],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[1,1],[2,2],[-2,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[-3,1],[-1,0],[-1,0],[0,1],[1,1],[1,2],[0,1],[-1,1],[-1,0],[-2,0],[-3,-1],[-1,0],[-1,1],[-1,2],[0,3],[-1,3],[-1,2],[-1,0],[-4,-1],[0,-1],[-1,1],[-3,2],[-1,0],[-2,3],[-1,0],[-1,1],[-1,2],[-1,1],[-1,-1],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[4,0],[1,-1],[1,-2],[1,-1],[1,-3],[0,-1],[0,-1],[-1,-2],[-2,-2],[-2,-1],[-3,-1],[-1,0],[-6,2],[-1,0],[-2,0],[-3,0],[-2,0],[-3,0],[-6,0],[-1,-1],[2,-1],[1,0],[1,0],[2,-1],[2,-2],[2,-1],[1,-2],[0,-1],[-1,-1],[-8,5],[-4,-3],[-2,-1],[-2,-1],[-2,1],[-6,2],[-2,1],[-1,0],[-4,-2],[-4,-1],[-7,0],[-3,0],[-1,1],[-1,1],[-2,-1],[-4,1],[-4,-3],[-5,1],[-1,1],[-1,1],[-1,4],[-1,1],[0,2],[1,1],[0,1],[-2,-2],[-1,-1],[-1,0],[-4,0],[-1,0],[1,-1],[1,-1],[-2,-1],[-3,0],[-2,0],[-1,-2],[-1,-1],[-1,1],[-3,3],[-3,2],[-3,0],[-1,1],[-1,1],[-4,6],[-1,2],[-2,5],[0,1],[-1,1],[1,0],[4,0],[4,0],[2,0],[2,-1],[3,-1],[3,0],[3,1],[4,2],[-2,1],[-3,2],[-2,1],[-1,1],[-2,1],[-6,-1],[-6,1],[-4,2],[-3,2],[-1,1],[-1,0],[0,3],[-1,5],[-1,3],[0,1],[-1,2],[1,3],[3,3],[0,1],[-2,0],[0,1],[0,2],[0,2],[0,1],[0,2],[1,3],[2,3],[1,4],[1,1],[0,3],[0,2],[0,1],[0,1],[2,2],[1,3],[2,1],[0,1],[0,1],[0,1],[1,0],[5,6],[2,2],[2,2],[3,1],[7,3],[4,1],[5,1],[9,0],[1,-1],[1,-1],[0,-1],[-3,-3],[-2,-3],[-2,-2],[-3,-4],[-1,-2],[-4,-9],[-1,-1],[0,-1],[0,-3],[0,-2],[1,-1],[2,-4],[1,-1],[0,-2],[0,-4],[0,-2],[1,-2],[0,-3],[2,-3],[2,-4],[3,-3],[3,-2],[2,-2],[4,-2],[0,-2],[-1,-1],[-3,-3],[-4,-1],[-2,-2],[-2,-2],[-3,-2],[-1,-1]],[[1185,1746],[9,-6],[1,0],[3,1],[3,0],[4,1],[2,1],[1,0],[2,1],[1,0],[2,-1],[1,-1],[1,0],[1,-1],[1,-2],[0,-1],[-1,-2],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,1],[1,-1],[1,0],[0,-1],[0,-1],[-3,-1],[-3,-2],[-4,-4],[-2,-2],[-1,-1],[0,-1],[0,-1],[1,0],[2,1],[1,1],[1,0],[3,0],[1,0],[1,-1],[2,-2],[0,-1],[-1,-1],[2,0],[2,-3],[0,-1],[-1,-1],[0,-1],[1,0],[2,1],[2,1],[1,0],[1,0],[0,-2],[1,-3],[0,-1],[-1,-2],[0,-1],[-2,-2],[-1,0],[1,-2],[1,-1],[0,-1],[0,-1],[-2,-3],[0,-1],[2,-1],[0,-4],[-4,-1],[-1,-1],[-1,-2],[-1,-1],[-3,-1],[-1,0],[-7,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[-1,-2],[0,-1],[2,-5],[1,-2],[0,-1],[-3,-3],[-1,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-2,0],[-1,0],[0,1],[-2,4],[-1,3],[-2,3],[-4,5],[-2,3],[-3,4],[-1,1],[-1,1],[-2,0],[-1,1],[-1,1],[-1,2],[-1,0],[-2,-1],[-2,1],[-1,1],[0,1],[0,1],[-1,0],[-1,2],[-4,4],[-3,3],[0,2],[0,2],[1,2],[1,1],[0,1],[2,2],[1,0],[2,0],[1,-1],[1,-1],[1,-1],[0,-1],[2,-1],[0,-1],[1,-2],[1,-2],[1,-1],[2,0],[2,0],[5,1],[0,1],[1,5],[2,-3],[1,1],[0,1],[-1,3],[0,1],[-1,1],[-2,0],[-1,1],[1,1],[0,1],[1,1],[1,0],[1,-1],[2,-1],[1,0],[1,0],[-2,1],[-2,3],[-1,0],[-2,-1],[-1,0],[-2,-1],[-1,0],[-6,5],[0,1],[-1,1],[1,1],[2,1],[2,0],[1,0],[2,0],[1,-3],[2,-1],[0,2],[-1,1],[0,1],[-2,1],[-1,1],[0,1],[-1,1],[0,1],[1,1],[5,1],[3,-2],[2,0],[1,1],[0,1],[-1,-1],[-2,1],[0,1],[1,1],[1,0]],[[1203,1743],[-3,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-4,2],[-1,0],[0,1],[1,0],[3,1],[1,0],[0,1],[1,0],[1,1],[2,0],[6,2],[2,0],[1,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[-3,-2],[-2,-1]],[[1257,1751],[4,-1],[2,0],[1,-1],[2,-2],[1,0],[4,1],[3,1],[5,-1],[5,-1],[2,-1],[1,-1],[0,-1],[-1,-2],[-1,-2],[-2,-3],[-1,-2],[-1,0],[0,-1],[-1,-2],[-2,-3],[-3,-2],[1,-1],[1,0],[-1,-1],[-1,-4],[-2,-3],[-1,-2],[-2,-3],[-2,-1],[-1,0],[-11,2],[-2,0],[-7,-2],[1,0],[2,-1],[2,-1],[2,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-3,-5],[-1,-3],[-1,-3],[-1,-1],[-4,1],[-1,0],[-5,-1],[-2,0],[1,5],[-1,4],[0,5],[-4,8],[0,1],[0,2],[0,1],[0,2],[0,3],[0,2],[0,4],[-1,6],[0,3],[0,1],[1,1],[1,1],[1,0],[4,-2],[2,-1],[1,0],[0,1],[-1,0],[-1,1],[-2,2],[0,2],[-1,1],[0,1],[0,1],[1,0],[1,1],[0,1],[3,1],[2,1],[6,0],[2,0],[2,1],[2,1],[2,-1]],[[1213,1761],[-3,-2],[-1,1],[3,3],[1,0],[1,0],[0,-1],[-1,-1]],[[1235,1760],[-1,0],[-1,0],[-3,1],[-1,1],[1,0],[0,1],[1,1],[2,0],[1,-2],[1,-1],[0,-1]],[[1143,1778],[-1,0],[-4,2],[-2,1],[0,1],[0,1],[1,1],[1,2],[1,1],[1,1],[2,1],[3,-1],[1,-1],[1,0],[0,-1],[1,-2],[0,-2],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-4,-1]],[[1253,1774],[1,-2],[0,-1],[0,-1],[0,-3],[-1,0],[0,-1],[0,-1],[-1,0],[-4,-1],[-2,0],[-3,0],[-2,0],[-1,0],[-2,1],[-3,3],[-2,0],[-4,1],[-3,2],[0,1],[-1,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,1],[1,2],[1,1],[2,0],[0,2],[0,1],[2,2],[1,1],[2,2],[6,2],[2,0],[2,0],[2,-1],[2,-1],[4,-3],[2,-2],[0,-2],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1]],[[1227,1786],[-1,-1],[-1,0],[-1,1],[-1,0],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[2,1],[3,1],[1,0],[0,1],[0,1],[1,0],[2,-1],[1,-1],[1,-1],[-1,-1]],[[1242,1792],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[2,1],[1,0],[0,-2],[1,0],[0,-2],[1,-1],[-1,0],[-2,-1]],[[1399,1816],[0,-2],[-1,0],[-2,-1],[-2,-1],[-1,0],[-1,1],[2,2],[1,2],[2,2],[1,2],[1,0],[1,-1],[-1,-2],[-1,-1],[1,-1]],[[1164,1801],[2,-1],[0,-1],[-3,-1],[-1,0],[-1,-2],[-1,0],[-3,0],[-4,0],[1,1],[2,3],[-2,1],[-6,-1],[-2,1],[2,2],[-1,1],[-3,0],[-2,2],[1,1],[4,1],[4,0],[5,1],[4,0],[1,-1],[0,-2],[1,-3],[2,-2]],[[1147,1817],[1,0],[1,0],[1,0],[1,-1],[0,-1],[4,-2],[2,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-2,0],[-8,1],[-1,0],[0,1],[-1,3],[-1,1],[0,1],[0,1],[1,0],[3,1],[2,0],[0,-1],[1,0],[0,-1],[-1,0]],[[1210,1810],[0,-1],[0,-1],[0,-1],[0,-1],[2,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[-2,-1],[0,-1],[5,-1],[0,-1],[0,-3],[1,-3],[-1,0],[-1,1],[-2,1],[-2,-2],[0,-4],[2,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,-1],[1,-1],[0,-1],[0,-1],[-2,0],[-1,0],[-3,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,-2],[-3,1],[-3,0],[-1,1],[-1,1],[-1,3],[0,1],[4,0],[-3,2],[-2,1],[-1,0],[0,2],[5,1],[3,3],[2,1],[2,1],[4,0],[-8,0],[-10,-1],[-3,0],[-2,1],[-12,-2],[-1,1],[-1,1],[1,1],[3,2],[2,1],[0,1],[1,2],[2,0],[3,-2],[2,-1],[2,-1],[1,0],[2,1],[-1,0],[-2,0],[-2,1],[0,1],[-1,1],[0,1],[1,1],[-3,1],[-1,1],[0,1],[1,1],[3,2],[-1,0],[-3,0],[-1,1],[-1,1],[0,1],[1,1],[2,1],[0,1],[1,-1],[3,0],[1,-1],[2,-1],[0,-1],[0,-1],[0,-1],[2,-1],[7,-5],[1,-2],[1,0],[1,-1],[1,0],[1,1],[-3,2],[-1,1],[0,1],[0,1],[1,0],[2,0],[3,0],[-3,0],[-2,1],[-2,0],[-2,2],[4,1],[-1,1],[-1,0],[-4,1],[-2,2],[-1,0],[1,2],[3,1],[1,1],[4,0],[2,0],[2,-1],[3,-2],[2,-2],[2,0],[0,2],[-1,2],[1,1],[2,1],[2,-1],[2,-2],[1,0],[3,-1],[1,-1],[1,0],[0,-1]],[[1175,1814],[-3,0],[-1,1],[1,1],[4,0],[2,2],[1,0],[2,0],[2,0],[2,-1],[-5,-1],[-5,-2]],[[1085,1800],[9,-3],[1,1],[1,1],[0,1],[0,1],[0,1],[-8,6],[-1,1],[4,2],[1,0],[0,1],[0,1],[-1,1],[-2,2],[-2,1]],[[1087,1823],[2,1],[4,3],[2,1],[1,1],[1,0],[3,0],[2,-2],[1,0],[0,-1],[0,-1],[-2,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[2,-1],[1,-2],[0,-2],[0,-1],[-2,-1],[-1,-1],[0,-1],[1,0],[1,0],[2,0],[2,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-2,-2],[-1,-1],[1,0],[3,1],[1,1],[2,0],[2,-1],[1,-1],[1,-2],[0,-3],[0,1],[0,1],[1,1],[2,0],[-1,1],[0,1],[-1,1],[1,1],[1,1],[2,1],[1,0],[5,-2],[2,-1],[1,-1],[0,-2],[1,-3],[0,-1],[-1,-2],[-2,-3],[0,-2],[-2,-5],[-1,-2],[-2,-1],[-5,-1],[-4,-1],[-1,-1],[-1,1],[-3,1],[-4,1],[-2,0],[-2,0],[-1,0],[-2,0],[-1,1],[-1,1],[1,0],[0,1],[-2,1],[-2,-1],[-5,-3],[-6,0]],[[1290,1813],[-2,0],[-1,0],[-1,0],[-1,2],[-2,1],[-1,2],[0,1],[1,1],[3,1],[2,0],[2,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1]],[[1244,1821],[2,-1],[2,1],[1,0],[2,-1],[2,-2],[2,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[1,0],[5,4],[2,0],[4,0],[6,2],[2,0],[2,0],[2,0],[4,-2],[2,-1],[0,-1],[-1,0],[-2,0],[-4,0],[-1,0],[-1,0],[0,-1],[1,0],[5,0],[16,-2],[1,-1],[0,-1],[-1,0],[-1,-1],[-9,-2],[-5,1],[-5,0],[-1,0],[1,-1],[3,-1],[2,0],[1,-1],[5,0],[0,-1],[2,-1],[1,0],[1,-1],[2,-2],[1,1],[3,-2],[1,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[4,1],[0,-1],[4,-2],[1,0],[0,1],[0,1],[-1,1],[0,1],[1,1],[1,0],[1,0],[4,-3],[5,2],[1,0],[1,-2],[2,3],[1,1],[4,-3],[3,0],[1,-1],[3,0],[2,0],[1,1],[-2,1],[1,1],[4,2],[2,0],[4,3],[2,0],[2,0],[4,4],[1,0],[1,2],[2,0],[5,-1],[2,0],[5,3],[2,1],[2,0],[5,0],[4,0],[1,-1],[0,-1],[1,0],[1,0],[5,0],[2,1],[2,-1],[0,-1],[-1,-2],[2,0],[3,1],[1,-1],[1,-1],[1,-2],[0,-1],[-1,-2],[-3,-3],[-3,-2],[-1,-1],[2,0],[1,0],[1,0],[3,2],[1,0],[1,-1],[1,0],[1,-1],[-1,-2],[-4,-2],[-3,1],[-1,0],[-1,0],[1,0],[1,-1],[1,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-10,-2],[-1,-1],[-2,-2],[-2,-1],[-2,0],[-1,0],[-4,1],[-2,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[0,1],[0,-1],[-1,1],[-2,1],[-1,0],[-1,0],[1,-1],[0,-1],[1,0],[1,-1],[0,-3],[-1,0],[-1,-2],[-1,-1],[-2,0],[-4,-2],[-2,-1],[-2,0],[-2,1],[-1,0],[-1,1],[-1,0],[0,-2],[0,-1],[-1,0],[-1,1],[-2,1],[0,-1],[0,-1],[-3,-1],[-2,0],[-1,1],[-1,-1],[-2,0],[-3,0],[-1,0],[1,-1],[-1,-1],[-2,0],[-4,0],[-3,-1],[-4,0],[-4,0],[-1,0],[-1,1],[0,1],[0,1],[1,1],[1,2],[0,1],[-1,1],[-1,0],[-2,-1],[0,-2],[-1,-1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[-1,-1],[-3,0],[-2,0],[-4,1],[-2,0],[-2,2],[-2,0],[0,1],[1,2],[-3,-2],[0,-1],[0,-2],[-2,1],[-2,-1],[-1,1],[-3,1],[-1,2],[-1,4],[-1,2],[0,1],[1,1],[-1,2],[-2,1],[0,1],[-1,1],[0,1],[0,1],[1,2],[2,4],[1,1],[-1,2],[0,1],[-1,1],[-1,2],[-2,2],[-2,3],[-2,2],[-2,4],[-1,0],[-1,0],[-3,-2],[-1,0],[0,-1],[-2,0],[-5,0],[-2,1],[-2,0],[-2,-1],[-3,0],[-2,2],[-4,1],[-1,1],[-1,1],[0,1],[3,0],[0,1],[1,1],[-2,-1],[-1,0],[-7,3],[-2,1],[-1,1],[1,1],[2,-1],[1,0],[1,0],[0,1],[-2,1],[-1,1],[-1,0],[1,1],[0,1],[1,0],[1,0],[2,1],[3,1],[2,0],[2,0],[5,-1],[5,-1],[3,-1]],[[1288,1831],[-2,-1],[-1,0],[-8,2],[-2,1],[0,1],[0,1],[0,2],[0,1],[1,1],[2,0],[2,0],[2,0],[3,-1],[3,-2],[1,-1],[1,-1],[0,-1],[-1,-1],[-1,-1]],[[1143,1830],[-2,0],[-3,2],[-2,0],[-1,2],[-2,3],[-1,2],[0,2],[-1,1],[0,1],[-2,3],[2,0],[3,-1],[1,-1],[1,-1],[2,-3],[1,-1],[0,-1],[0,-1],[2,0],[2,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1]],[[1232,1841],[3,-1],[3,0],[2,0],[7,0],[4,0],[1,0],[2,0],[1,-1],[1,-1],[-2,-1],[-2,-3],[-2,-1],[-1,0],[-6,1],[-15,0],[-1,0],[-2,2],[0,1],[0,1],[1,1],[5,1],[1,1]],[[1172,1841],[-2,-1],[-2,1],[-3,1],[-1,1],[0,1],[0,1],[2,0],[4,0],[2,0],[3,-1],[2,-1],[1,-1],[0,-1],[-3,0],[-2,0],[-1,0]],[[1092,1860],[3,-1],[0,-1],[0,-1],[-1,-1],[-3,0]],[[1159,1852],[-1,-1],[-1,1],[0,1],[1,1],[2,0],[1,0],[1,-1],[-3,-1]],[[1093,1872],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-3,1]],[[1225,1857],[3,-1],[4,0],[1,0],[4,-1],[1,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[2,-1],[1,-1],[1,0],[0,-1],[-2,-2],[-1,0],[-1,0],[-1,-1],[-2,0],[-4,-1],[-4,-1],[-1,0],[-3,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-4,1],[-1,1],[-1,1],[4,1],[2,0],[1,0],[0,1],[-1,0],[-2,1],[-5,0],[0,1],[-2,2],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[3,1],[-1,0],[-2,3],[0,1],[1,1],[2,0],[4,0],[2,-1],[2,0],[2,-1],[4,-1],[1,0],[2,-2],[0,-1]],[[1157,1877],[2,-1],[3,-2],[2,-3],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[1,0],[1,1],[0,1],[2,1],[2,0],[1,1],[2,-1],[4,-2],[1,0],[1,-1],[0,-1],[-1,-1],[0,-1],[2,0],[5,0],[4,-2],[2,-2],[2,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[1,-1],[0,-1],[0,-1],[2,-1],[4,-4],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,-1],[-3,0],[-3,0],[-3,1],[-3,1],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[-2,0],[-5,2],[-2,1],[-2,0],[-4,-1],[0,1],[-1,0],[0,1],[0,1],[-9,0],[-3,-1],[-3,1],[-2,0],[-2,2],[-1,1],[-1,2],[0,1],[1,0],[0,1],[1,0],[5,-2],[5,-1],[1,1],[1,1],[-1,0],[-4,1],[1,1],[4,0],[2,1],[-1,0],[-1,0],[-4,1],[-2,0],[0,1],[3,1],[0,1],[-1,1],[-1,0],[-1,1],[-2,-1],[-3,-2],[-1,-1],[-1,1],[-1,0],[0,1],[1,0],[2,2],[0,1],[-2,1],[-3,0],[-3,0],[0,1],[0,1],[0,1],[1,1],[1,1],[0,1],[5,-1],[9,0],[2,0],[3,-1]],[[1201,1887],[0,-3],[0,-1],[0,-1],[-1,0],[-3,1],[-1,0],[0,1],[-2,1],[-3,0],[-1,0],[-1,1],[0,2],[0,1],[3,1],[3,0],[3,0],[1,-1],[1,0],[1,-1],[0,-1]],[[1265,1908],[2,-1],[4,-3],[2,-2],[4,-1],[0,-1],[0,-1],[1,0],[3,0],[4,-1],[1,1],[2,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,-1],[1,0],[3,-1],[2,1],[2,-1],[0,1],[-1,0],[-1,1],[-3,1],[0,1],[0,1],[1,1],[1,0],[3,0],[1,0],[3,0],[0,-1],[1,0],[0,-2],[0,-1],[-2,-1],[-1,-1],[1,0],[2,0],[3,0],[1,0],[1,-1],[1,-1],[0,-2],[-1,-3],[-1,-1],[0,-1],[3,1],[1,0],[2,1],[3,0],[1,0],[1,-1],[1,-1],[1,0],[1,2],[1,1],[2,-2],[3,-2],[1,-1],[0,-1],[-1,-1],[-1,-1],[-7,-3],[-3,-2],[-2,-1],[-1,0],[-2,-1],[-1,-1],[0,-1],[-2,-1],[-2,-3],[-1,-1],[-2,1],[-1,1],[-1,2],[0,1],[1,1],[1,2],[-1,0],[-2,-2],[-1,-1],[0,-1],[1,-3],[-1,-1],[0,-1],[2,0],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-3,2],[-1,0],[-1,-1],[1,-1],[1,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-2,1],[-3,3],[-2,1],[-3,3],[-1,1],[0,-2],[0,-1],[3,-2],[1,-2],[1,-2],[1,0],[-1,-1],[-1,1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,0],[-2,0],[-2,0],[2,-1],[1,0],[0,-1],[0,-1],[-2,-1],[-3,0],[-5,1],[-5,0],[-4,2],[-3,1],[-2,1],[0,1],[1,0],[4,1],[4,1],[-8,1],[-2,0],[-2,0],[-1,0],[-1,1],[-2,1],[-1,1],[1,0],[3,0],[1,0],[-2,1],[-5,1],[-3,1],[0,1],[0,1],[2,1],[6,2],[2,0],[3,0],[1,1],[1,2],[7,1],[5,1],[0,1],[-4,-1],[-5,0],[-2,1],[-2,0],[-1,0],[-2,0],[-4,-1],[-1,-1],[-4,-1],[-1,0],[-1,0],[1,1],[1,1],[-2,0],[-1,0],[-1,0],[-5,-1],[-1,-1],[-1,0],[-2,1],[-3,1],[-1,0],[1,2],[1,1],[2,0],[7,2],[1,1],[0,1],[-1,-1],[-4,-1],[-3,0],[-2,0],[-2,0],[-1,0],[-2,1],[-4,3],[-1,1],[0,1],[-1,1],[-1,2],[9,-1],[4,0],[7,0],[1,0],[-1,1],[1,0],[2,1],[1,0],[-3,0],[-6,-1],[-2,0],[-2,2],[-3,0],[-1,0],[-2,0],[0,1],[-1,0],[0,1],[2,1],[1,0],[3,-1],[2,0],[-1,1],[-3,1],[-2,2],[0,2],[2,1],[2,0],[2,-1],[3,0],[1,0],[2,-2],[1,0],[3,0],[5,0],[-1,1],[-2,0],[-4,1],[-1,2],[-4,1],[-3,0],[2,3],[3,1],[4,0],[3,0],[3,1],[4,0],[1,0],[1,1],[-1,0],[-1,1],[-4,0],[-2,0],[-1,0],[0,1],[0,1],[1,0],[4,0],[3,1],[3,-1],[5,0],[2,-1],[2,-1],[1,-1]],[[1462,1978],[7,2],[3,1],[2,1],[2,0],[2,1],[2,1],[7,3],[2,0],[-1,-2],[-2,-1],[-13,-7],[-1,-1],[3,1],[4,2],[2,1],[4,2],[1,1],[2,1],[4,2],[3,2],[2,1],[1,0],[1,0],[0,1],[1,1],[1,1],[1,0],[1,0],[2,0],[1,0],[3,2],[1,0],[3,1],[1,1],[1,-1],[-1,0],[-1,-1],[1,0],[2,0],[3,0],[-1,-2],[6,4],[7,2],[2,1],[1,0],[2,-1],[-1,-1],[-2,-3],[-3,-2],[-1,-2],[-3,-2],[-9,-6],[-4,-3],[-2,-2],[-2,-1],[-5,-2],[-2,-1],[0,-1],[-2,-1],[-3,-2],[-5,-2],[-1,-1],[0,-1],[-1,-1],[-15,-9],[0,-1],[2,1],[2,1],[21,12],[5,2],[4,2],[-1,-1],[-5,-5],[-6,-5],[-3,-4],[-9,-6],[-7,-6],[-2,-3],[-4,-4],[-1,-2],[-1,0],[-2,-1],[-2,0],[-3,0],[-2,1],[-1,0],[1,-1],[5,-3],[-1,0],[-7,-4],[-3,-2],[-2,-1],[-1,0],[-1,0],[-1,-1],[1,0],[3,0],[6,4],[1,0],[2,0],[-1,-2],[-5,-4],[1,0],[1,0],[-1,-2],[-1,-1],[-5,-3],[-2,-1],[-2,0],[-10,0],[-3,-1],[-4,0],[-2,-1],[-2,-2],[1,0],[5,1],[3,1],[2,0],[1,0],[2,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-4,-1],[-1,0],[-1,-1],[-2,-1],[-4,-1],[-4,-2],[-2,-1],[-3,0],[-3,0],[-3,0],[-5,-1],[1,-1],[1,1],[4,-1],[2,-1],[2,0],[3,0],[3,0],[2,0],[3,2],[3,0],[0,-3],[-1,-1],[-6,-2],[-2,0],[-2,0],[-2,0],[-2,-1],[-3,0],[-1,-1],[-2,0],[-6,-3],[-3,0],[-2,0],[-3,-1],[-3,-1],[1,0],[2,0],[2,-1],[2,0],[2,1],[1,1],[7,2],[2,1],[3,0],[2,0],[1,0],[2,-1],[3,1],[3,0],[5,-1],[1,1],[1,-1],[-1,-1],[0,-1],[-2,-3],[-5,-2],[-6,-1],[-3,-1],[-1,0],[3,0],[6,0],[3,-1],[-3,-3],[-2,-6],[-1,0],[-1,-1],[-2,0],[-4,-2],[-2,-1],[-5,-1],[-5,-1],[0,-1],[0,-2],[0,-2],[1,-3],[0,-2],[-1,-1],[-1,-2],[-2,-1],[-2,-1],[-1,-1],[-3,0],[-7,-3],[-4,-1],[-3,0],[-3,1],[-5,1],[-2,1],[-1,0],[0,-1],[2,-1],[1,-1],[1,0],[0,-1],[-2,-1],[-2,-1],[-3,0],[1,-1],[1,-1],[1,0],[2,1],[2,1],[2,1],[3,0],[1,0],[5,-1],[3,2],[4,1],[2,-1],[0,-1],[1,-2],[-1,-1],[2,-1],[2,0],[2,0],[1,1],[2,2],[1,0],[1,0],[1,0],[2,-2],[0,-2],[-1,-3],[-1,-2],[-6,-4],[-2,-2],[-1,-2],[-2,-1],[-4,-2],[-3,-1],[-5,-3],[-1,0],[-1,0],[-1,1],[1,1],[0,1],[0,2],[0,1],[-1,1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-2,0],[-1,0],[-2,2],[-1,1],[-1,-1],[-1,1],[-1,0],[-1,1],[0,-1],[2,-1],[1,-1],[0,-2],[0,-1],[-11,-2],[-5,-1],[-1,1],[-3,4],[0,-8],[-8,-2],[-2,0],[-4,0],[-4,1],[-2,2],[-1,1],[-1,0],[0,1],[-1,-2],[-1,-4],[-3,1],[-4,0],[-1,3],[0,-4],[-6,0],[-3,-1],[-1,4],[-1,5],[-1,-3],[1,-3],[0,-3],[-2,1],[-6,0],[-2,0],[0,4],[0,4],[7,5],[2,2],[2,1],[2,0],[3,1],[2,0],[3,0],[3,1],[2,1],[-3,3],[-1,0],[-2,0],[-2,1],[-1,1],[-1,1],[-1,2],[-2,3],[0,2],[3,1],[2,1],[3,1],[2,0],[3,0],[3,-1],[3,-1],[2,-3],[2,-2],[2,-1],[6,-1],[2,0],[3,1],[5,1],[2,1],[1,1],[1,1],[2,2],[3,4],[2,3],[0,1],[1,1],[0,2],[-1,-1],[-5,-8],[-1,-1],[-4,-3],[-1,0],[-2,0],[-4,0],[-3,-2],[-2,0],[-3,1],[0,4],[-3,4],[3,2],[2,1],[4,4],[1,0],[3,0],[-2,0],[-2,1],[-3,-1],[0,7],[-1,-5],[-3,-3],[-1,-2],[-1,0],[-7,-2],[2,3],[1,3],[-1,-1],[-4,-3],[-2,-1],[-2,-1],[-4,0],[-3,1],[1,2],[0,3],[1,1],[2,2],[1,3],[2,2],[5,2],[5,1],[4,2],[3,0],[2,0],[8,0],[4,0],[1,0],[1,0],[1,1],[2,1],[5,1],[1,0],[2,1],[1,1],[2,1],[0,1],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-4,0],[-7,-1],[-3,0],[-2,0],[-1,0],[-1,1],[-1,0],[1,1],[1,1],[1,0],[2,0],[2,-1],[3,0],[-1,1],[-3,1],[-2,1],[-2,1],[-2,2],[-3,1],[-3,2],[-1,1],[-2,0],[-6,0],[-1,1],[-2,1],[-1,3],[-2,2],[1,3],[2,1],[11,1],[4,1],[6,0],[3,0],[4,-1],[3,-1],[3,-1],[3,-1],[4,-2],[2,0],[1,-1],[2,0],[4,0],[4,0],[2,1],[2,1],[1,1],[-2,0],[-4,-1],[-3,0],[-1,0],[-2,1],[-3,1],[-2,1],[-5,1],[-3,2],[-3,1],[0,1],[1,1],[3,1],[14,4],[8,3],[4,2],[0,1],[11,5],[8,3],[3,1],[3,1],[-3,0],[-2,-1],[-6,-1],[-5,-1],[-2,0],[1,1],[0,1],[1,2],[2,1],[6,4],[5,2],[1,1],[-10,-4],[-3,-2],[-3,-2],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-3,-2],[-8,-4],[-2,-1],[-3,0],[-7,-3],[-2,0],[-3,0],[1,1],[4,2],[1,1],[-3,0],[-2,-1],[-6,-1],[-2,-2],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-7,-1],[-1,-1],[-4,1],[-4,-1],[-1,0],[-3,0],[0,1],[1,2],[2,1],[5,3],[4,2],[5,1],[12,3],[0,1],[-12,-3],[-10,-2],[-2,-1],[-2,-1],[-8,-5],[-2,-1],[-4,-1],[-2,0],[-3,0],[-3,1],[-3,1],[-1,0],[-1,0],[-1,1],[1,1],[6,1],[10,1],[4,1],[4,1],[6,2],[7,3],[1,1],[-2,0],[-2,0],[-5,-2],[-6,-3],[-6,-1],[-15,-2],[-5,-1],[-2,0],[-1,0],[-2,1],[0,1],[4,1],[2,1],[1,0],[-4,1],[2,1],[5,2],[2,1],[5,1],[4,0],[-4,0],[-4,0],[-4,-1],[-12,-3],[-1,0],[-2,0],[0,1],[7,3],[-5,0],[-1,0],[-1,0],[-2,-1],[-3,-1],[-1,0],[-1,0],[-3,1],[0,1],[2,1],[2,1],[3,0],[4,1],[3,1],[4,0],[3,1],[2,1],[2,1],[3,1],[4,1],[4,0],[2,0],[2,-1],[2,0],[2,1],[2,1],[2,0],[2,0],[2,-1],[3,0],[1,0],[1,1],[3,1],[-1,0],[-2,0],[-11,1],[-1,0],[4,1],[3,1],[1,0],[2,2],[2,1],[4,1],[1,0],[2,0],[1,-1],[5,1],[3,0],[3,-2],[2,0],[2,0],[2,0],[2,0],[-3,1],[-1,0],[1,1],[1,0],[3,0],[6,0],[9,0],[4,0],[2,0],[2,0],[2,0],[1,0],[-2,1],[-5,0],[-12,0],[-5,1],[-3,0],[-1,1],[1,1],[2,1],[3,1],[-2,0],[-2,0],[0,1],[3,1],[2,0],[4,0],[3,0],[-3,2],[-1,0],[1,0],[1,1],[3,0],[5,0],[10,2],[2,1],[-4,-1],[-4,0],[-2,0],[-1,1],[-2,0],[2,1],[7,1],[6,1],[4,1],[4,1],[1,0],[2,0],[8,0],[1,-1],[1,-1],[2,1],[2,1],[1,1],[-4,0],[-1,0],[-3,1],[-4,0],[-1,0],[-1,1],[12,3],[11,3],[2,0],[2,0],[1,0],[2,0],[4,0],[6,1],[-2,0],[-4,0],[-2,0],[0,1],[1,1],[4,2],[7,3],[6,0],[2,0],[2,0],[-2,0],[-2,0],[-1,0],[3,2],[2,1],[8,3],[1,0],[3,0]],[[1496,634],[-1,-1],[0,1],[0,2],[1,1],[0,-1],[0,-1],[0,-1]],[[1600,749],[-1,-1],[-1,0],[0,1],[2,2],[0,-1],[0,-1]],[[1606,751],[-1,-2],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[2,1],[1,1],[1,0],[0,-1],[-2,-1],[0,-1],[0,-1]],[[1530,758],[-1,1],[-1,1],[1,0],[1,0],[0,-2]],[[1496,777],[-1,0],[0,1],[2,1],[0,-1],[-1,-1]],[[1475,793],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,0],[1,-2],[1,0],[0,2],[1,1],[1,1],[1,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-2],[0,-1],[1,-2],[0,3],[0,2],[1,1],[1,0],[0,-2],[-1,-1],[1,0],[1,0],[-1,-6],[-1,-2],[-1,-2],[-1,-1],[0,1],[-1,0],[-1,0],[1,2],[1,0],[2,3],[0,1],[-1,-1],[-4,-5],[0,-1],[-1,1],[-2,1],[-1,2],[-2,0],[-1,0],[-2,1],[-3,1],[-2,1],[-4,0],[0,1],[-4,1],[-1,0],[0,2],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,1],[1,0]],[[1466,787],[-1,0],[-2,0],[0,1],[0,1],[0,1],[1,1],[1,0],[1,0],[0,-1],[0,-3]],[[1451,796],[-1,2],[0,2],[0,1],[2,0],[2,0],[1,-1],[1,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-2,2]],[[1416,851],[-4,-1],[-1,0],[0,1],[1,1],[1,1],[1,0],[2,0],[1,-1],[0,-1],[-1,0]],[[1375,886],[0,1],[0,1]],[[1375,888],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[0,1]],[[1369,883],[0,3],[0,1],[2,1],[1,0],[2,0],[1,0]],[[1375,886],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0]],[[1510,991],[-3,3],[-1,2],[-1,1],[0,1],[0,3],[0,4],[0,2],[1,2],[1,2],[0,1]],[[1507,1012],[2,-11],[1,-10]],[[1510,989],[1,-6],[1,-9],[2,-9],[1,-9],[1,-9],[1,-9],[2,-9],[1,-9],[1,-9],[2,-9],[1,-9],[1,-10],[1,-9],[2,-10],[-1,-3],[1,-3],[2,-3],[1,-3],[1,-4],[1,-4],[5,-6],[4,-8],[3,-4],[3,-3],[6,-2],[15,-1],[6,-3],[2,-3],[1,0],[0,-1],[1,-1],[3,-2],[1,-1],[1,0],[1,0],[0,1],[0,2],[0,1],[1,0],[1,0],[1,-3],[3,-5],[3,-3],[3,-1],[2,0],[3,1],[2,0],[3,-2],[4,3],[8,7],[5,4],[3,1],[3,0],[3,-2],[1,-2],[0,-4],[0,-3],[1,-2],[2,-1]],[[1637,801],[0,-1],[-5,-9]],[[1632,791],[-1,-1],[-2,0],[-3,-2],[-3,-3],[-3,-6],[-5,-13]],[[1615,766],[-1,0]],[[1614,766],[-2,-4],[-2,-2],[-5,-4],[-1,-1],[-1,-2],[-2,0],[-2,-1],[-1,-2],[-4,-5],[0,-1],[-1,1],[0,1],[1,1],[2,2],[-1,1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,1],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-1,-1],[0,-1],[2,3],[2,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[1,1],[2,2],[1,-1],[0,-3],[0,-1],[2,1],[1,1],[1,1],[1,0],[-1,-1],[0,-1],[-2,-3],[0,-1],[1,0],[2,1],[0,-1],[-1,0],[-2,-3],[-1,-1],[-1,0],[-1,1],[1,2],[-1,0],[-1,-1],[-1,0],[0,1],[1,0],[-1,0],[-2,-1],[-2,0],[-1,1],[0,1],[-1,1],[-2,-1],[0,-1],[-2,-1],[-1,0],[-2,-2],[-4,-1],[-2,-1],[-2,-2],[-2,-1],[-1,0],[-2,0],[-2,-2],[-3,-2],[-2,-1],[-1,-2],[-3,-4],[-1,-2],[-1,0],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-3],[-2,-5],[0,-1],[1,-1],[2,-1],[3,0],[2,0],[1,0],[1,1],[1,1],[3,3]],[[1559,706],[0,-1],[1,-6]],[[1560,699],[0,-1],[1,-1]],[[1561,697],[0,-1],[1,-1]],[[1562,695],[1,-1],[1,-1],[0,-1],[-2,-2],[-2,-1],[-1,1],[-2,0],[-2,-1],[-4,-2],[-1,0],[-1,0],[-1,0],[-3,-2],[-3,-2],[-3,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[1,1],[2,-1],[4,0],[1,0],[-1,0],[-6,-1],[-2,0],[-3,0],[-4,1],[-4,0],[-4,-1],[-3,-2],[-2,-1],[-4,-7],[-1,-3],[0,-3],[-1,-1],[0,2],[-1,-2],[-2,-1],[-2,-2],[-3,-3],[-2,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[-1,2],[-1,1],[-1,1],[-1,-1],[-3,-2],[-2,0],[-2,2],[-1,0],[-1,2],[0,4],[0,2]],[[1485,652],[1,1],[0,1],[1,0],[2,1],[6,0],[1,1],[1,1],[1,1],[0,2],[0,2],[-1,1],[-1,0],[-3,0],[0,1]],[[1493,664],[1,3],[1,5],[0,10]],[[1495,682],[2,2],[2,2],[2,2],[1,2],[1,2],[1,1],[1,1],[1,2],[1,3],[0,3],[0,3],[-1,3],[-2,13],[0,3],[0,3],[1,2],[0,3],[0,2],[1,2],[0,2],[1,1],[1,0],[0,1],[0,2],[1,2],[1,2],[0,2],[-1,2],[0,3],[-1,2],[-1,1],[0,1],[0,3],[-1,0],[-1,1],[-1,2],[-1,2],[-1,1],[-1,0],[0,1],[-2,0],[0,1],[0,1],[2,1],[4,0],[2,0],[-1,-2],[1,-1],[0,-1],[1,-2],[0,-2],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,1],[0,1],[1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[0,-1],[2,2],[1,0],[1,0],[0,-1],[1,0],[0,-2],[0,-3],[0,-1],[1,2],[1,2],[2,1],[2,-3],[3,-2],[4,-1],[3,0],[1,1],[0,2],[0,3],[-1,2],[-1,1],[-1,1],[0,1],[1,2],[1,1],[1,0],[0,-1],[1,-1],[1,0],[1,-1],[2,0],[1,1],[-1,0],[0,2],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,2],[-1,1],[-2,1],[-1,1],[0,1],[-2,2],[-1,1],[1,1],[0,1],[0,1],[-1,1],[-1,-1],[0,1],[0,1],[1,2],[0,2],[-1,1],[-1,0],[-1,0],[0,-2],[-2,1],[-1,1],[-1,2],[-1,1],[0,3],[-1,2],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,1],[0,2],[-1,0],[-1,2],[-1,0],[0,1],[-1,-1],[-2,0],[-2,-1],[-1,0],[0,2],[-1,1],[0,-1],[-1,-1],[-1,0],[-3,0],[-1,0],[-1,-2],[-1,1],[0,1],[-1,1],[2,2],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,1],[0,1],[-1,0],[-4,0],[-2,0],[-1,0],[-3,0],[0,1],[-5,-1],[-1,0],[-1,1],[-4,-2],[-2,0],[-8,0],[-2,1],[-1,0],[-1,1],[-4,0],[0,1],[-1,0],[-2,0],[-1,0],[-1,1],[0,2],[0,1],[0,2],[-1,1],[-1,1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-2,2],[0,1],[0,1],[1,3],[1,2],[-1,1],[0,-1],[-1,-1],[-1,1],[0,3],[1,1],[2,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,1],[-2,1],[-1,2],[1,3],[0,1],[0,2],[1,3],[1,2],[-1,1],[0,1],[-1,0],[-1,2],[-1,1],[-2,1],[-1,1],[-2,2],[0,2],[0,1],[0,1],[0,1],[1,1],[0,2],[0,1],[0,1],[1,2],[0,1],[0,1],[-2,0],[-4,-1],[-3,0],[-2,-1],[-3,0],[-3,0],[-3,2],[-2,3],[-2,4],[-1,3],[-1,3],[0,1],[-1,2],[-1,3],[0,2],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[-1,0],[-2,-1],[-1,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[-3,0],[-1,0],[-2,0],[-2,0],[-2,1],[-1,1],[-1,-1],[-1,1],[0,1],[-2,0],[-1,1],[-4,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[1,-1],[0,-1],[0,-2],[2,-2],[1,-1],[0,-2]],[[1369,883],[-1,-2],[-1,-3],[-2,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[0,2],[3,5],[1,2],[0,1],[0,1],[-1,2],[-1,1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-2],[0,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[0,1],[1,0],[1,5],[0,3],[-5,-3],[-2,-2],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-3],[-1,-2],[0,-1],[-2,-1],[-1,-4],[-1,0]],[[1344,853],[-4,0],[-2,-1],[-2,1],[0,2],[-1,2],[-5,-1],[-5,0],[-2,-1],[-1,1],[-1,3],[-2,0],[-2,-1],[-3,-3],[-3,-2],[-2,0],[-3,1],[-4,4],[-2,3],[-3,2],[-3,-1],[-1,-2],[-1,0],[-1,3],[0,3],[-2,1],[-3,2],[-2,2],[-3,1],[-1,1],[-1,0],[-2,0],[-2,-1],[-2,-2],[-2,-1],[-2,0],[-2,0],[-1,3],[-4,1],[-6,2],[-4,1],[-1,2],[0,1],[-1,2],[-1,5],[-1,5],[0,5],[0,2],[-1,0],[-1,1],[-4,1]],[[1336,1185],[2,-1],[2,-3],[4,-4],[3,-3],[3,-2],[3,-4],[6,-10],[1,-1],[4,-2],[5,-1],[9,-4],[4,-2],[3,0],[2,-2],[3,-1],[2,-2],[1,-2],[2,-2],[2,-1],[1,-2],[0,-1],[-2,-8],[0,-1],[2,6],[2,2],[1,1],[2,0],[3,-1],[3,1],[3,1],[2,1],[2,0],[1,0],[1,1],[1,0],[4,-1],[1,0],[6,-1],[3,2],[1,-1],[2,-2],[1,0],[1,1],[2,0],[3,-3],[2,-2],[2,-5],[0,-2],[-1,-12],[0,-5],[0,-4],[1,-2],[3,-4],[0,-1],[2,-6],[1,-2],[0,-3],[0,-5],[1,-3],[1,-6],[0,-4],[-1,-2],[0,-2],[0,-3],[0,-2],[1,-2],[1,-1],[1,-2],[2,-2],[4,-5],[2,-3],[3,-5],[1,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[3,1],[2,0],[1,-1],[2,-2],[2,-1],[2,-2],[3,-2],[6,-5],[1,-2],[1,-3],[3,-5],[1,-3],[0,-2],[-1,-1],[-2,-4],[-2,-6],[0,1],[2,2],[3,5],[2,1],[1,0],[3,0],[3,-2],[2,-1],[4,-6],[3,-3]],[[1817,916],[1,1],[0,3],[3,1],[2,-1],[0,1],[1,0],[2,-1],[3,0],[3,1],[4,3],[1,0],[4,3],[5,3],[1,0],[1,-1],[1,-1],[-2,-3],[-2,-4],[-3,-4],[0,-2],[1,-2],[1,-3],[1,0],[0,-2],[-4,-2],[-1,0],[-2,1],[-1,2],[-2,-1],[2,3],[-2,2],[-1,-1],[-1,1],[-1,2],[1,1],[0,1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[2,0],[0,-1],[-1,-1],[-6,-1],[-2,1],[-2,1],[-2,2],[1,1],[0,1],[-2,-1],[-3,-1],[-2,0],[-1,5],[-1,1],[-2,0],[-3,0],[-1,1],[0,4],[1,2],[0,3],[1,3],[2,5],[0,-3],[1,-2],[0,-6],[5,-4],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,-1]],[[1646,818],[-2,-1],[-1,0],[2,4],[3,2],[-2,-5]],[[1642,811],[2,4],[3,2],[2,6],[0,1],[0,-7],[1,-2],[-1,-1],[-1,-1],[-2,0],[-3,-2],[-1,0]],[[1685,881],[-1,-1],[0,1],[1,3],[2,2],[1,1],[-1,-4],[-2,-2]],[[1841,960],[1,0],[1,0],[1,0],[-1,-1],[-2,-2],[-1,1],[0,7],[1,2],[2,6],[1,2],[1,2],[1,0],[0,-3],[-2,-1],[-1,-3],[0,-3],[-1,-2],[-1,-3],[0,-2]],[[1717,909],[-1,1],[0,3],[-2,0],[-2,0],[-1,-2],[0,-2],[-1,-5],[-2,-7],[-1,-4],[-1,-6],[-1,-6],[0,-5],[1,-5],[-1,-4],[-1,-4],[0,-4],[1,-4],[0,-3],[1,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[0,-2],[-2,-3],[-2,-4],[1,-2],[0,-1],[1,-1],[-1,-1],[-1,-1],[-1,-1],[1,-2],[0,-2],[-1,-1],[-1,1],[-1,2],[-1,-2],[0,-1]],[[1697,822],[-1,-1],[-1,0],[-3,0],[-1,-4],[0,-8]],[[1691,809],[-8,-2],[-8,-3],[-7,-2],[-8,-3],[-3,-1]],[[1657,798],[-5,-1],[-8,-2],[-7,-3],[-5,-1]],[[1632,791],[2,2],[4,7],[4,3],[4,8],[4,2],[0,1],[0,5],[0,2],[1,5],[1,5],[1,6]],[[1653,837],[2,4]],[[1655,841],[5,4],[3,8],[2,3],[2,2],[0,3],[1,2],[3,4],[4,2],[4,4],[3,2],[1,3],[3,2],[7,10],[1,4],[2,7],[2,4],[0,4],[3,7],[2,9],[1,5],[2,4],[3,11],[3,4],[1,1],[2,4],[2,4],[2,4],[5,6],[5,7],[7,7],[7,9],[6,6],[5,3],[6,4],[2,0],[10,2],[5,-1],[7,-5],[2,-1],[0,-2],[-3,0],[-2,-1],[2,-1],[4,-3],[1,-5],[0,-5],[-4,-4],[-1,-3],[0,-3],[-1,-2],[-2,-2],[-1,-2],[-3,-5],[-1,-1],[-3,0],[-5,1],[-4,1],[-1,-2],[-1,-2],[-3,-1],[-1,-1],[-2,0],[-4,-5]],[[1824,1025],[-7,-4],[-6,0],[-5,-1],[-4,0],[-11,3],[-1,1],[-2,3],[-2,1],[-3,2],[-11,2],[-1,1],[2,3],[1,1],[2,1],[7,0],[9,2],[3,-1],[5,0],[4,-1],[11,-4],[2,0],[5,-2],[2,-2],[1,-2],[0,-2],[-1,-1]],[[1873,1146],[-3,0],[-3,-2],[-4,-4],[-1,-2],[-2,-4],[-1,-1],[-2,-2],[-3,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[-3,-14],[-1,-4],[-2,-6],[-2,-8],[-2,-4],[0,-4],[-3,-4],[-5,-4],[-3,-1],[-3,-1],[-2,-3],[-4,-2],[-2,-1],[-6,-6],[-2,2],[-2,1],[-4,-2],[-4,0],[-3,-1],[-3,-1],[-2,-1],[-2,-1],[-3,-1],[-1,-3],[-6,-2],[-3,1],[-2,-1],[-2,-1],[-3,-3],[-6,-1],[-5,-3],[-5,-2],[-2,0],[-8,-5],[-3,0],[-2,-5],[-2,0],[-2,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,-4],[-3,-4],[-1,-16],[1,-5],[-1,-5],[-2,-1],[-1,-1],[-8,-6],[-3,-3],[1,-2],[-1,-1],[-2,-2],[-2,-2],[-1,-2],[0,-3],[-3,-6],[-3,-11],[-1,-8],[-2,-6],[-2,-2],[-1,-1],[-2,0],[-3,1],[-2,0],[-6,1],[-11,0],[2,-1],[1,-1],[4,0],[2,1],[8,-2],[3,0],[2,-1],[2,-2],[0,-5],[0,-5],[-1,-4],[-3,-11],[-2,-3],[-2,-12],[-4,-7],[-2,-4],[-2,-5],[-5,-6],[-3,-2],[-2,0],[-2,-4],[-3,-3],[0,-3],[-6,-9],[-3,-2],[-2,-3],[0,-4]],[[1655,841],[-2,-2],[0,-2]],[[1653,837],[-1,-5],[-3,-7],[-4,-2],[-1,-3],[-1,-4],[-2,-3],[-6,0],[2,-1],[5,-1]],[[1642,811],[1,-3],[-2,-2],[-4,-5]],[[1510,989],[1,-1],[3,-4],[-1,3],[-2,2],[-1,2]],[[1507,1012],[0,2],[2,2],[1,0],[1,-2],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[1,-5],[1,-2],[0,3],[0,4],[0,2],[1,3],[0,1],[-1,1],[-4,6],[0,1],[0,1],[1,2],[0,3],[0,2],[2,3],[1,4],[1,3],[0,2],[1,0],[-1,1],[-1,1],[0,3],[-1,3],[-1,2],[-3,3],[-1,4],[0,2],[0,2],[0,1],[-3,3],[-1,2],[-1,6],[-2,7],[-2,6],[-1,3],[-1,2],[1,1],[0,3],[0,1],[1,0],[-1,2],[-1,1],[0,1],[0,2],[0,1],[-1,1],[-3,1],[1,1],[0,1],[0,1],[-1,0],[-1,1],[-2,1],[-1,3],[-1,2],[-1,3],[-2,4],[-1,1],[-1,0],[0,1],[0,1],[11,10],[1,1],[5,5],[3,3],[2,3],[3,4],[2,3],[0,2],[5,9],[2,5],[1,3],[1,5],[2,5],[1,5],[0,3],[0,6],[0,5],[-1,8],[-2,7],[-2,10],[-1,3],[-1,4],[-4,7],[0,2],[-2,3],[-6,9],[-5,5],[-2,1],[-2,1],[-3,2],[-2,1],[-6,5],[-2,1],[-1,1],[0,1],[0,4],[0,2],[0,1],[0,2],[2,5],[1,4],[1,2],[0,2],[2,3],[1,3],[0,1],[-2,1],[0,1],[1,3],[0,1],[0,3],[2,1],[3,-3],[1,0],[-1,1],[-2,3],[0,1],[2,3],[0,1],[-1,2],[-1,1],[1,4],[0,1],[-4,0],[0,1],[1,2],[-4,7],[-1,2],[1,3],[1,2],[-2,0],[-1,0],[-1,2],[0,2],[1,4],[0,1],[-3,-2],[-2,1],[-2,-1],[-1,0],[0,1],[3,6],[1,4],[0,2],[0,2],[0,1],[-1,6],[0,1],[1,2],[1,3],[-3,2],[-1,2],[-2,1],[-1,1],[-1,2],[-1,3],[-2,6],[-1,4],[0,2],[0,1],[1,2],[1,3],[4,4],[3,3],[2,-1],[5,1],[3,-2],[12,-2],[2,-2],[-1,-2],[4,4],[1,1],[0,1],[4,-1],[1,0],[2,0],[4,-3],[-1,2],[0,1],[3,3],[3,2],[1,3],[2,3],[1,1],[1,1],[1,-1],[4,-2],[2,-1],[1,-1],[3,-2],[1,-1],[2,-1],[1,1],[1,0],[1,-2],[1,-1],[0,-3],[-1,-4],[1,0],[0,1],[1,2],[1,1],[2,-1],[2,-1],[1,-1],[1,-1],[1,-1],[1,-2],[0,-1],[-2,-2],[0,-1],[3,2],[0,1],[1,2],[4,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[1,0],[2,0],[-1,-2],[0,-1],[4,-3],[2,-2],[1,0],[2,1],[2,0],[5,-1],[3,0],[2,2],[1,0],[2,0],[0,-1],[1,-1],[0,-2],[1,-1],[2,0],[1,0],[1,2],[1,1],[0,1],[0,3],[0,1],[1,1],[1,-1],[1,-1],[1,-2],[1,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-2],[0,-5],[0,-3],[0,-2],[1,-1],[0,-2],[1,-2],[2,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[-2,-1],[-8,-3],[-2,0],[1,-1],[2,0],[2,0],[7,2],[2,-1],[1,-1],[1,-1],[1,-4],[1,-1],[0,-2],[-1,-2],[1,-3],[0,-4],[1,-1],[4,1],[1,-1],[0,-1],[-1,-4],[0,-1],[2,-2],[-1,-1],[1,-2],[0,-3],[0,-2],[-1,-2],[-1,0],[-2,3],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-3,-2],[1,-1],[2,0],[2,-1],[2,1],[1,2],[3,5],[1,2],[2,1],[1,1],[2,0],[3,2],[1,0],[1,-1],[2,-1],[1,-1],[1,-1],[2,-5],[1,-1],[1,-1],[0,-1],[1,-3],[0,-7],[0,-2],[-1,-4],[-1,-2],[-3,-3],[-2,-1],[-1,-2],[1,-1],[3,4],[4,3],[0,1],[1,2],[0,4],[0,8],[0,3],[1,1],[1,-1],[3,-4],[0,-1],[0,-1],[-1,-6],[0,1],[2,5],[0,2],[-1,2],[1,1],[2,-5],[1,-4],[0,-1],[1,-3],[0,-1],[0,4],[0,2],[0,2],[0,1],[2,4],[3,3],[1,3],[1,2],[3,2],[1,3],[0,3],[0,2],[0,2],[1,2],[1,1],[1,-1],[1,-1],[2,-2],[1,-1],[1,-1],[1,-5],[1,4],[-1,1],[0,2],[-1,1],[-2,2],[0,2],[-1,1],[1,1],[2,1],[0,1],[-2,1],[1,3],[2,0],[-1,1],[0,1],[0,1],[3,0],[0,1],[1,0],[0,1],[-1,1],[-2,0],[-1,0],[0,1],[-1,2],[0,1],[1,-1],[0,2],[0,2],[0,2],[2,-1],[-3,4],[0,1],[2,1],[1,0],[4,-2],[0,1],[-2,1],[-2,1],[-1,0],[-1,1],[-2,2],[0,1],[-1,1],[0,4],[1,1],[1,1],[1,0],[3,-1],[0,1],[-2,0],[-1,1],[0,1],[0,2],[0,3],[-1,2],[1,8],[0,1],[0,1],[0,1],[2,1],[1,-1]],[[1132,889],[-8,1],[-8,0],[-7,1],[-8,1],[-7,0],[-8,1],[-2,0]],[[1084,893],[-6,1],[-7,1],[-8,1],[-7,1],[-8,1],[-7,1],[-8,1],[-8,1],[-7,1],[-8,1],[-7,1],[-8,2],[-7,1],[-8,1],[-2,1]],[[742,1758],[-1,-1],[-1,2],[0,1],[2,0],[1,0],[1,-2],[0,-1],[-2,1]],[[628,1467],[0,4],[1,2],[3,3],[0,2],[-2,1],[-3,2],[-3,2],[-2,-2],[-3,-1],[-2,4],[-3,4],[-2,-2],[-2,3],[-3,3],[4,10],[4,9],[4,9],[3,9],[4,10],[4,9],[4,9],[3,9],[4,9],[4,9],[4,9],[3,9],[4,9],[4,9],[3,9],[4,8],[4,9],[3,9],[4,9],[3,8],[4,9],[3,9],[4,8],[3,9],[4,8],[3,8],[4,9],[3,8],[4,8],[3,8],[3,8],[4,9]],[[723,1773],[1,-2],[4,-4],[5,-2],[7,-8],[3,-9],[3,-5],[1,-3],[2,-3],[5,-8],[2,-1],[4,-4],[2,-1],[1,-1]],[[22,1669],[-2,0],[0,1],[2,3],[1,-1],[0,-3],[-1,0]],[[26,1665],[-1,1],[-1,3],[2,1],[0,-3],[0,-2]],[[1,1691],[-1,0],[0,4],[2,0],[1,1],[0,2],[0,3],[0,1],[1,0],[1,0],[2,-3],[-1,-3],[1,-1],[1,-3],[-1,0],[-1,1],[-3,-2],[-2,0]],[[11,1681],[-1,0],[0,1],[-2,3],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[5,-4],[2,-1],[1,0],[2,1],[1,0],[0,-2],[-1,0],[-1,0],[-1,-1],[-2,-2]],[[21,1676],[-1,-1],[1,-2],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-5,1],[1,2],[-3,0],[5,4],[2,-1],[2,1],[2,2],[1,-2],[0,-2],[-1,0],[-1,-1]],[[30,1670],[-1,0],[0,2],[0,1],[1,1],[1,1],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,0]],[[61,1635],[2,-4],[3,-3],[0,-2],[-2,2],[-1,1],[-2,1],[-1,1],[-2,4],[-2,2],[0,1],[-1,1],[0,2],[1,1],[1,-1],[1,-3],[2,-1],[1,-2]],[[77,1622],[-1,1],[-1,2],[2,0],[1,1],[1,-1],[1,-1],[0,-3],[-3,1]],[[46,1650],[-7,7],[0,2],[1,0],[1,-2],[4,-2],[3,-2],[4,-2],[2,-2],[2,1],[-1,3],[0,1],[1,-1],[2,0],[2,-1],[1,-3],[-1,-2],[-1,0],[-1,-1],[-2,1],[-1,0],[0,-3],[-4,2],[-5,4]],[[104,1604],[-2,1],[1,1],[1,1],[3,0],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,1]],[[122,1596],[-1,-1],[-1,0],[-1,3],[-2,1],[1,1],[0,1],[3,-2],[1,-1],[0,-1],[0,-1]],[[153,1585],[-6,1],[-3,0],[-3,-1],[-1,-1],[-1,1],[-1,0],[-2,0],[-1,0],[-6,2],[0,1],[3,-1],[1,1],[2,0],[1,1],[1,0],[2,2],[1,1],[2,0],[1,0],[1,-1],[1,-2],[1,0],[1,0],[0,1],[1,1],[1,2],[1,0],[2,1],[2,-1],[2,-1],[1,-1],[1,-4],[-1,-1],[-1,0],[-1,-1],[-2,0]],[[181,1571],[0,1],[1,0],[0,1],[2,0],[1,0],[0,-1],[-1,-1],[-2,0],[-1,0]],[[180,1581],[0,-2],[1,0],[2,0],[1,1],[1,1],[0,-2],[0,-2],[-2,-1],[-4,0],[-2,-1],[2,-2],[1,-1],[0,-1],[-1,0],[-2,1],[-2,0],[-3,0],[-2,0],[-2,0],[-1,2],[-3,1],[-3,1],[-1,0],[0,1],[-1,0],[-2,0],[-1,0],[0,1],[-1,0],[-1,0],[0,3],[0,1],[2,0],[1,-1],[2,-1],[2,0],[4,-2],[1,0],[3,3],[1,-1],[1,1],[2,-2],[-1,-2],[1,0],[0,1],[2,0],[0,1],[-1,2],[-1,2],[-1,1],[0,2],[1,1],[1,0],[1,1],[1,0],[1,0],[2,-2],[2,0],[1,-1],[0,-1],[-2,-3]],[[193,1575],[-1,0],[0,1],[-2,1],[0,1],[1,2],[0,1],[1,0],[1,0],[1,0],[1,-1],[0,-4],[0,-1],[0,-1],[-1,0],[-1,1]],[[198,1573],[-1,1],[1,1],[1,3],[1,0],[1,-1],[-1,-2],[0,-1],[1,-1],[-1,0],[-2,0]],[[239,1541],[-1,0],[-1,2],[0,2],[1,2],[1,-3],[1,-1],[-1,-2]],[[251,1550],[-1,2],[1,1],[0,1],[3,0],[0,-2],[-2,-2],[-1,0]],[[239,1569],[-2,-6],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-2,6],[-4,-1],[-1,1],[-6,6],[-1,1],[-2,0],[-3,-1],[-1,-1],[-1,1],[-2,1],[-2,2],[-1,1],[0,2],[2,3],[1,1],[3,0],[1,0],[6,3],[1,0],[1,0],[1,-3],[3,0],[5,-1],[1,-1],[2,-2],[1,-1],[0,-1],[-1,-2]],[[290,1517],[-1,0],[0,1],[1,2],[1,-1],[-1,-1],[0,-1]],[[291,1524],[-1,-2],[-1,-1],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,-1],[1,1],[0,1],[1,0],[-1,-2]],[[678,1244],[0,-5],[-1,-2],[-1,0],[-1,1],[-1,1],[1,3],[0,1],[-1,1],[-1,0],[1,2],[1,1],[0,3],[1,1],[0,1],[1,-1],[1,-2],[0,-5]],[[286,1528],[-1,0],[-1,-1],[-1,0],[-4,-1],[-1,0],[3,2],[1,1],[1,2],[1,0],[1,0],[1,0],[2,1],[1,0],[0,-1],[-1,0],[0,-2],[-1,-1],[-1,0]],[[653,1249],[0,-1],[1,0],[1,1],[1,-1],[1,-1],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[-1,2],[-1,2],[-1,4],[0,3],[0,1],[0,1],[0,5],[0,3],[-1,1],[-1,2],[0,2],[1,1],[2,0],[2,-6],[0,-1],[0,-3],[0,-3],[0,-1],[0,-4]],[[285,1539],[-2,-2],[-1,3],[0,2],[1,0],[2,-2],[0,-1]],[[280,1543],[2,1],[1,-1],[-1,0],[-1,-1],[-1,-3],[0,-2],[-2,1],[-1,1],[-1,1],[-1,0],[0,1],[3,4],[0,1],[2,0],[1,0],[0,-1],[0,-1],[-1,-1]],[[654,1274],[0,-1],[-3,-2],[-1,-1],[-1,0],[-1,-2],[-2,0],[2,4],[-1,4],[2,1],[1,-1],[1,-1],[2,0],[1,-1]],[[353,1497],[-1,-1],[-1,1],[0,1],[0,1],[3,1],[1,0],[-1,-2],[-1,-1]],[[687,1255],[-1,-3],[-3,-4],[-2,-1],[-1,1],[0,2],[-1,0],[-1,1],[0,2],[1,1],[1,2],[-1,-1],[-1,-1],[-3,0],[-2,-3],[-1,-1],[0,2],[1,5],[1,2],[2,2],[3,2],[3,9],[6,2],[0,-1],[1,-4],[1,-5],[-1,-2],[-1,-4],[-1,-3]],[[659,1303],[3,-2],[2,-1],[0,-2],[1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[4,-5],[1,-5],[0,-2],[0,-2],[0,-4],[1,-6],[0,-2],[1,-1],[-1,0],[-1,2],[-2,4],[-1,-1],[-1,-2],[-1,0],[0,-1],[3,0],[1,-4],[1,-1],[0,-3],[0,-1],[-1,-1],[-1,0],[0,-1],[1,0],[2,-1],[1,-1],[-3,-6],[0,-2],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,1],[-1,1],[0,3],[0,4],[0,1],[-2,1],[0,1],[-1,0],[0,2],[1,2],[0,2],[0,1],[0,1],[-1,0],[0,-2],[-1,-2],[-1,1],[0,6],[-1,5],[-1,2],[1,1],[1,0],[1,-1],[0,1],[0,4],[0,1],[1,2],[0,1],[-3,1],[-1,2],[1,2],[-2,1],[-1,0],[-1,3],[0,1],[1,1],[1,0],[1,0],[1,-2],[2,1],[1,1],[1,1],[0,1],[0,2],[-1,2],[-2,0],[-3,-1],[-1,1],[0,1],[4,2],[1,2],[1,1],[-1,1],[1,4],[1,0]],[[669,1294],[0,1],[-1,1],[-1,4],[1,1],[1,1],[1,0],[3,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-2,-1]],[[677,1285],[-2,-6],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,2],[-2,1],[-1,1],[0,2],[1,2],[1,1],[1,0],[2,2],[4,5],[1,-1],[0,-4],[1,-6],[-3,-4]],[[375,1505],[-2,0],[1,1],[0,1],[1,0],[3,1],[2,0],[0,-1],[0,-1],[-2,0],[-3,-1]],[[382,1502],[-1,0],[0,2],[1,1],[2,0],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,0]],[[200,1697],[1,-2],[1,0],[1,-2],[-1,0],[-2,0],[-1,4],[1,0]],[[673,1304],[0,-1],[-2,1],[-1,1],[1,2],[0,1],[1,1],[1,1],[2,4],[1,-6],[0,-2],[0,-2],[-1,0],[-1,0],[-1,0]],[[659,1324],[0,-3],[1,-1],[1,-2],[-1,-3],[-1,-1],[-1,0],[-2,-3],[-1,-4],[-1,-3],[-2,-3],[-1,-2],[-1,0],[0,1],[-2,-1],[-1,0],[1,5],[3,7],[2,0],[0,3],[-1,3],[0,1],[0,5],[0,1],[1,2],[3,2],[2,0],[1,-2],[0,-1],[0,-1]],[[669,1324],[1,-1],[1,1],[1,-1],[1,-2],[1,-2],[0,-2],[0,-1],[-1,-2],[-1,-2],[0,-2],[-1,0],[-1,-1],[-1,3],[0,5],[-1,1],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[-3,2],[-1,0],[-2,1],[0,1],[0,1],[1,3],[1,4],[1,3],[0,3],[-1,2],[-1,2],[0,2],[1,1],[1,0],[2,-1],[4,-5]],[[408,1507],[-3,1],[-2,-1],[-1,0],[0,2],[1,2],[2,1],[4,-4],[0,-1],[-1,0]],[[207,1717],[-2,0],[-1,2],[1,1],[0,1],[4,-3],[-2,-1]],[[651,1348],[0,-4],[0,-3],[-1,-4],[-1,-8],[0,-3],[-1,-2],[-1,-4],[-1,-1],[0,-1],[-1,-3],[-2,-5],[-1,-2],[-1,1],[0,2],[0,2],[0,5],[0,2],[1,2],[0,1],[1,0],[1,2],[-2,0],[0,2],[-1,2],[1,2],[0,1],[-2,0],[0,1],[0,1],[0,2],[1,1],[3,2],[0,1],[-1,0],[0,2],[0,4],[0,2],[-1,1],[-3,-5],[-1,-1],[-3,0],[1,2],[1,1],[1,5],[0,1],[1,1],[2,0],[1,0],[1,1],[0,1],[3,3],[2,-1],[2,-5],[0,-1],[1,-3]],[[417,1532],[-1,-1],[0,1],[-1,1],[0,3],[0,1],[0,1],[1,0],[1,-3],[0,-1],[0,-2]],[[417,1532],[1,0],[1,1],[0,2],[1,-1],[2,-3],[0,-2],[-2,-2],[0,-2],[3,0],[1,0],[2,-1],[0,-2],[0,-1],[-2,-1],[0,-1],[0,-2],[1,-3],[0,-1],[0,-1],[-3,-1],[-1,0],[-1,0],[-2,3],[-2,3],[-1,1],[-2,0],[1,-1],[2,-2],[0,-2],[0,-1],[-1,-2],[-1,1],[-2,1],[-2,0],[-1,-1],[-3,2],[-3,0],[-2,0],[0,-1],[-2,0],[-2,1],[1,-2],[-1,-1],[0,-1],[-3,-2],[-5,0],[0,1],[0,1],[0,1],[6,2],[-1,1],[0,3],[-2,0],[1,1],[1,1],[1,0],[-1,1],[0,1],[-2,1],[-1,1],[-1,0],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,2],[0,5],[2,6],[1,5],[0,1],[2,2],[4,2],[2,-1],[2,0],[2,0],[0,-1],[1,-1],[0,-2],[-1,-1],[1,-1],[-1,-4],[-1,-3],[0,-2],[1,-1],[0,3],[1,2],[2,5],[1,2],[0,-1],[2,-1],[0,1],[-1,3],[0,2],[0,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[-1,-4],[0,-1],[1,0],[1,0],[1,1],[0,-1],[2,-1],[1,0],[0,2]],[[651,1384],[1,-4],[0,-1],[-2,-2],[-1,0],[0,-1],[1,-1],[4,2],[1,0],[2,-2],[2,-3],[0,-2],[0,-2],[-3,-4],[-2,0],[-1,1],[0,1],[-2,-1],[1,-2],[3,-2],[0,-3],[0,-3],[-2,-3],[-2,2],[-1,4],[-3,5],[-1,0],[-1,-2],[-2,-4],[-1,-1],[-3,3],[0,3],[0,6],[-2,7],[0,2],[-1,4],[2,2],[1,2],[2,0],[2,3],[0,-3],[1,-3],[0,2],[1,1],[2,-1],[1,0],[1,1],[2,0],[0,-1]],[[670,1373],[0,-1],[-2,1],[-1,2],[-1,2],[1,1],[2,0],[1,-3],[0,-2]],[[664,1373],[4,-2],[2,-2],[1,-6],[0,-5],[0,-3],[-1,-3],[0,-3],[-1,2],[0,4],[0,2],[0,1],[0,1],[0,4],[1,1],[-1,2],[-1,0],[-1,-2],[0,-3],[0,-7],[1,-4],[0,-2],[-1,-3],[-1,-1],[0,-3],[0,-1],[-1,0],[-2,0],[-4,-4],[-4,-2],[-1,0],[-1,1],[0,2],[0,1],[1,2],[1,1],[3,6],[1,2],[0,4],[0,3],[0,3],[2,9],[1,3],[0,3],[0,2],[0,2],[1,3],[1,-1],[0,-4],[0,-3]],[[435,1538],[1,0],[1,1],[1,-3],[1,0],[0,-3],[1,0],[0,-1],[-1,-2],[-2,-1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,1],[-1,1],[-1,0],[0,2],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-3,6],[0,1],[6,2],[2,0],[1,-1],[1,-1],[1,0],[1,1],[0,3],[3,0],[0,-1],[1,-1],[0,-2],[0,-2]],[[436,1543],[0,2],[0,1],[3,1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-2,0]],[[338,1639],[-2,0],[0,1],[1,4],[0,-1],[3,1],[3,-1],[1,0],[-6,-4]],[[555,1507],[0,1],[2,1],[2,2],[2,0],[1,0],[0,-1],[-3,-1],[-4,-2]],[[516,1547],[-1,-1],[-2,3],[1,1],[3,0],[1,-4],[-2,1]],[[516,1536],[-2,1],[0,1],[2,2],[1,0],[1,0],[3,2],[2,0],[3,2],[4,3],[1,1],[1,-1],[0,-2],[0,-1],[0,-1],[-7,-3],[-1,0],[-1,-2],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,-1],[-1,0]],[[314,1750],[0,-2],[1,-1],[2,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[-2,-2],[0,-2],[-1,-2],[-1,-2],[-2,2],[-2,2],[-3,0],[-1,0],[0,-1],[-1,0],[0,1],[0,2],[-1,1],[-2,4],[-2,8],[-1,2],[0,5],[1,4],[1,0],[2,-1],[4,-6],[2,2],[1,-1],[1,-1],[3,0],[0,-1],[0,-1],[2,0],[1,-1],[0,-1]],[[556,1529],[-1,-1],[-1,1],[0,1],[3,1],[0,-1],[-1,-1]],[[542,1543],[0,-1],[2,-1],[1,-1],[-1,-1],[-1,0],[-3,1],[-3,0],[-1,0],[1,2],[0,1],[0,2],[1,0],[1,1],[1,0],[2,-3]],[[526,1555],[0,-1],[-1,0],[0,-2],[-2,-2],[-1,-1],[-1,-1],[-1,0],[1,1],[0,1],[-1,0],[1,3],[1,0],[1,1],[2,3],[0,-1],[1,1],[1,0],[-1,-2]],[[472,1594],[1,1],[2,3],[1,-1],[0,-1],[-3,-2],[-1,0]],[[248,1834],[1,-4],[2,-2],[0,-3],[-1,-1],[-1,3],[-2,3],[-1,7],[0,2],[2,2],[2,-1],[-2,-3],[0,-3]],[[529,1569],[-2,1],[-1,1],[2,2],[1,0],[0,-1],[0,-1],[0,-2]],[[325,1896],[0,-1],[1,-1],[1,-2],[1,-2],[2,-2],[3,-1],[2,0],[1,-2],[1,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-2],[1,-3],[1,-3],[0,-1],[0,-1],[1,-2],[1,-1],[1,-1],[2,-3],[2,-4],[-3,-2],[-1,0],[-3,3],[-2,3],[-2,0],[-2,-1],[-2,-1],[-1,0],[0,2],[1,3],[0,1],[0,1],[0,2],[-1,2],[-1,1],[1,2],[0,1],[0,2],[0,2],[0,2],[-2,5],[-1,2],[-1,1],[-2,0],[-2,1],[-1,0],[-2,1],[0,2],[0,2],[0,2],[0,1],[2,2],[1,1],[3,2],[1,-1],[0,-4]],[[428,1898],[-2,1],[-2,0],[-1,0],[0,1],[2,-1],[3,-1]],[[686,1228],[-1,1],[-3,2],[0,5],[1,5],[0,3],[0,1],[2,2],[4,0],[0,1],[-1,1],[0,1],[0,4],[2,3],[0,2],[1,4],[0,4],[-1,6],[0,1],[2,1],[1,1],[-5,0],[-6,-1],[-2,-1],[-1,0],[0,-1],[-1,-2],[-1,-1],[-1,-3],[-2,-2],[-1,-1],[-2,2],[0,2],[1,4],[0,1],[1,1],[2,1],[2,3],[5,7],[1,-1],[4,0],[-4,3],[-1,1],[0,1],[0,2],[0,2],[-2,2],[0,1],[0,3],[-1,1],[0,2],[1,1],[0,1],[-1,1],[-1,1],[1,4],[-2,2],[0,1],[-1,4],[0,1],[0,1],[2,3],[-2,1],[-6,8],[2,5],[1,8],[0,4],[0,1],[1,1],[1,-1],[2,-3],[2,-4],[-2,7],[-1,3],[0,2],[1,1],[4,-2],[1,0],[-4,4],[-1,0],[-2,-2],[-1,1],[0,3],[-1,3],[-1,3],[1,2],[0,3],[2,3],[3,5],[1,1],[1,0],[-1,0],[-1,0],[-2,-2],[-3,-4],[-1,-1],[-1,1],[0,2],[-2,4],[-2,2],[-1,3],[0,7],[1,4],[0,1],[-1,1],[0,2],[2,9],[0,6],[1,3],[1,3],[-2,-2],[0,-1],[-1,0],[0,-2],[0,-2],[-1,1],[-1,0],[1,-5],[-2,-6],[0,-5],[-1,-4],[0,-3],[-1,-3],[-1,-6],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,2],[0,2],[-1,3],[-1,2],[-4,2],[0,2],[2,4],[0,2],[0,6],[1,1],[3,1],[-1,1],[-1,0],[-1,1],[1,4],[0,1],[0,1],[-1,-4],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,1],[0,1],[0,2],[0,1],[-3,4],[-1,3],[-1,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[0,-1],[1,0],[1,0],[2,-2],[1,-3],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[-2,-1],[3,-1],[1,-2],[0,-4],[0,-2],[-1,-2],[0,-1],[-1,0],[-5,2],[-3,-2],[0,1],[-1,1],[-1,3],[-2,4],[-4,10],[-1,0],[1,2],[-1,1],[-1,3],[0,3],[0,3],[0,1],[0,3],[-2,5],[-1,2],[-1,1],[-1,1],[0,1],[1,0],[0,1],[-2,2],[-2,3],[-4,8],[-2,5],[-2,2],[0,2],[1,1],[1,0],[1,0],[3,2],[0,1],[0,2],[1,2],[0,1],[1,1],[0,1],[1,0],[1,0],[0,-4],[0,-1],[-1,-3],[-2,-5],[1,1],[0,1],[1,2],[1,2],[1,1],[1,0],[1,-1],[1,-1],[-2,4],[-1,5],[-1,1],[-2,0],[-5,-3],[-1,0],[-5,0],[-3,1],[-3,2],[-2,2],[-5,8],[0,2],[2,2],[1,0],[0,3],[0,1],[0,1],[-1,0],[0,-1],[0,-2],[-1,0],[-2,0],[-2,0],[-4,6],[-5,5],[-5,4],[-8,4],[-4,1],[-2,1],[-2,2],[0,1],[1,0],[0,1],[0,3],[-1,2],[-3,2],[-1,2],[0,1],[0,1],[-1,2],[0,2],[2,3],[1,2],[2,1],[2,2],[-1,0],[-2,-1],[-3,0],[-2,-2],[-2,-1],[-1,0],[-2,1],[-1,4],[-2,2],[-1,1],[-1,1],[2,0],[1,1],[2,1],[0,1],[-5,5],[0,1],[0,1],[0,1],[-1,1],[-3,0],[0,2],[1,0],[2,1],[-1,2],[-1,1],[0,1],[2,3],[1,2],[5,-1],[-1,1],[-3,2],[-2,0],[-3,-1],[-2,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,1],[0,1],[0,2],[-1,1],[-1,-2],[-1,0],[-2,1],[-1,1],[0,2],[0,1],[1,1],[6,4],[-1,0],[-1,0],[-3,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[1,0],[1,-1],[-2,-2],[-2,-2],[-1,-1],[-1,1],[-1,1],[0,-1],[1,-4],[1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,1],[-2,0],[-1,-1],[1,0],[2,0],[2,-2],[1,0],[2,0],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-2,-4],[-1,1],[-1,-1],[-3,-3],[-1,0],[0,1],[-1,0],[-1,0],[-2,1],[-1,1],[-1,2],[-1,2],[0,1],[-2,0],[0,1],[0,4],[-2,-3],[-1,-1],[-2,-1],[-3,-3],[1,4],[0,1],[-2,-1],[0,-1],[-1,-2],[-1,0],[-1,3],[-1,0],[0,-3],[-5,-2],[-1,1],[0,1],[-1,0],[-2,0],[-1,1],[0,1],[-1,-1],[-1,-1],[-1,-1],[-4,-1],[-1,-1],[-1,-1],[-1,0],[0,2],[-1,2],[-1,0],[0,-2],[-1,0],[-1,1],[-1,1],[-1,1],[-3,0],[-1,1],[-1,4],[0,1],[1,2],[1,1],[1,0],[3,0],[2,-1],[2,0],[3,0],[2,1],[4,3],[-1,1],[-5,-1],[-1,0],[-1,1],[-2,4],[0,1],[0,2],[3,4],[2,1],[3,2],[4,2],[1,1],[4,5],[2,3],[1,3],[1,2],[1,1],[6,-1],[3,0],[6,0],[1,0],[0,-2],[0,-2],[1,-1],[1,-1],[3,-1],[2,-2],[4,-7],[2,-1],[0,3],[-4,3],[-1,2],[-2,8],[-1,2],[1,1],[2,-1],[1,1],[1,1],[2,1],[3,0],[4,0],[-1,1],[-3,2],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,1],[-4,3],[0,2],[-1,0],[-6,0],[-2,0],[-2,-1],[-2,0],[-3,1],[-2,0],[-3,0],[-1,-2],[-1,-3],[-1,0],[-1,1],[-2,-1],[-6,-1],[-1,-2],[-1,0],[0,-2],[-1,-1],[-1,0],[-3,-1],[-2,1],[-1,1],[-1,1],[0,2],[-2,1],[1,-3],[1,-3],[0,-2],[0,-2],[-1,-1],[-1,-1],[-2,-2],[-2,1],[-3,2],[-2,0],[1,-3],[0,-1],[-1,-1],[-1,0],[-2,0],[-2,1],[1,2],[0,1],[-1,0],[-4,0],[0,-1],[0,-1],[-2,-1],[-1,-1],[-1,0],[-6,0],[0,-1],[-2,-2],[-2,-3],[0,-1],[2,-4],[1,-1],[1,-2],[2,-5],[0,-3],[0,-1],[-1,0],[-1,-1],[-2,-1],[-4,-1],[-1,0],[-2,0],[-1,0],[-3,-1],[-2,-1],[0,-1],[-1,-1],[-4,0],[1,-1],[-1,-1],[-2,-2],[-2,1],[-2,1],[-1,0],[0,-2],[-6,4],[-3,-2],[-1,-1],[-4,0],[-1,0],[-2,1],[-1,0],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-1,0],[-3,2],[-2,-3],[0,1],[-1,1],[-1,1],[-4,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[-3,-2],[-1,0],[-1,0],[-2,-1],[0,1],[-1,1],[-2,-1],[-1,0],[-2,0],[-2,0],[-1,-1],[-1,1],[-1,0],[-1,1],[0,1],[-1,0],[-2,0],[-2,-3],[-1,0],[-1,1],[-1,2],[-1,1],[-3,0],[-1,-1],[1,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-3,1],[-1,0],[-3,-2],[-1,0],[2,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-4,0],[-1,-1],[-1,0],[0,1],[2,3],[0,1],[-1,-1],[-3,-2],[-2,-1],[-11,4],[-2,0],[-1,-2],[-1,-1],[-2,0],[-1,-1],[0,1],[3,4],[1,1],[-1,2],[-1,0],[-1,0],[-1,0],[0,1],[-2,0],[-4,0],[-2,0],[-1,0],[-2,-1],[-1,0],[0,1],[-1,1],[-1,1],[-1,-1],[-1,0],[-1,2],[-1,1],[-2,-1],[-2,0],[-1,0],[-3,2],[0,2],[1,2],[1,1],[1,1],[1,0],[1,-1],[1,-2],[0,1],[0,1],[-1,2],[-1,2],[-1,0],[-1,0],[-1,0],[-1,0],[-3,-3],[-1,0],[-6,-3],[-3,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[1,0],[0,1],[1,3],[0,1],[-1,2],[-1,-1],[-2,-4],[-1,-1],[-2,-1],[-2,1],[-1,0],[0,5],[-1,2],[0,-1],[-1,-2],[-2,-1],[-2,-1],[-1,1],[-1,0],[1,1],[2,2],[1,1],[1,2],[1,1],[0,1],[4,-1],[1,0],[0,-1],[1,-1],[1,0],[1,1],[2,0],[2,0],[4,1],[5,2],[4,1],[5,0],[5,0],[8,-3],[0,-1],[-1,0],[0,-1],[0,-1],[3,-2],[1,0],[0,-1],[-1,0],[-2,0],[0,-1],[-1,-5],[1,-1],[1,0],[1,2],[1,0],[1,-1],[1,-1],[0,-1],[0,-2],[1,-1],[1,-1],[1,1],[0,1],[-1,4],[0,2],[0,1],[2,1],[2,2],[3,2],[2,1],[3,1],[2,0],[6,0],[8,-2],[3,0],[4,1],[1,0],[0,-1],[-1,-1],[1,-2],[1,-1],[1,-1],[0,1],[1,2],[1,2],[1,1],[1,1],[2,2],[3,1],[4,1],[2,0],[1,0],[2,0],[4,1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,-2],[1,0],[0,1],[-1,1],[1,3],[0,1],[0,2],[2,2],[3,3],[3,5],[2,2],[2,-1],[3,-2],[-1,3],[0,1],[-1,1],[1,3],[1,2],[3,2],[5,1],[4,0],[0,1],[0,1],[5,4],[4,4],[-4,-2],[-4,-2],[-8,2],[-7,1],[-2,1],[-1,3],[1,3],[0,2],[1,3],[1,2],[2,1],[2,-1],[0,-2],[2,-1],[-1,3],[-1,4],[-2,0],[-2,-1],[-2,-1],[-1,2],[0,1],[-1,-3],[-2,-2],[-2,-2],[-2,-7],[-2,-2],[-3,1],[0,3],[1,11],[0,3],[0,6],[-1,0],[-2,-1],[-1,1],[-2,5],[0,3],[1,4],[-3,0],[-2,0],[-4,0],[-1,1],[-5,2],[-1,-1],[-1,0],[-2,-1],[-5,3],[-4,5],[2,0],[2,-1],[3,0],[2,4],[1,1],[1,2],[3,1],[-2,2],[-1,0],[0,3],[2,4],[3,2],[2,1],[2,2],[1,2],[1,4],[3,10],[2,7],[0,5],[5,3],[4,2],[4,0],[0,1],[-1,1],[-1,0],[-2,0],[-1,-1],[-6,-3],[-3,-1],[-2,0],[1,-2],[0,-1],[-2,-3],[-2,-2],[-1,-1],[-2,2],[-2,0],[-6,2],[-6,4],[-2,3],[-1,5],[1,2],[1,1],[-1,8],[1,6],[-1,2],[-1,3],[0,3],[1,1],[1,1],[0,2],[-1,1],[-1,2],[7,1],[4,2],[1,0],[1,-2],[1,-4],[1,-2],[0,-1],[0,-2],[-2,-1],[-2,-1],[1,-1],[3,1],[3,0],[1,-1],[0,-1],[-1,-3],[0,-3],[3,0],[3,1],[0,2],[-1,2],[-2,4],[1,0],[2,-2],[1,0],[0,2],[0,2],[-5,0],[-5,5],[-2,5],[-3,4],[-1,2],[4,0],[2,0],[0,1],[-2,1],[0,2],[1,1],[0,1],[-1,-1],[-1,2],[0,1],[1,1],[2,0],[-1,0],[0,1],[-2,-1],[-1,-1],[-1,-2],[-1,1],[-1,1],[1,3],[1,4],[-1,3],[1,2],[3,1],[0,2],[-1,2],[-2,0],[0,2],[1,1],[1,2],[1,-1],[3,-2],[1,0],[-1,4],[0,2],[2,-1],[1,-1],[3,-2],[0,3],[1,1],[0,1],[2,2],[7,2],[6,2],[1,0],[2,-1],[1,-1],[0,-3],[1,1],[-1,0],[1,3],[2,-1],[3,1],[-1,1],[-2,-1],[0,2],[2,4],[3,2],[1,1],[2,0],[3,-2],[0,-1],[1,1],[0,3],[1,1],[1,0],[4,-2],[2,-2],[1,-4],[0,-3],[-1,0],[-1,-1],[-1,0],[1,0],[3,0],[0,-2],[0,-2],[1,0],[3,-2],[1,0],[4,1],[3,-1],[6,2],[2,1],[1,0],[1,-1],[-1,-2],[1,-2],[5,-4],[3,-2],[2,0],[4,1],[2,0],[2,2],[2,4],[1,3],[3,7],[0,6],[-1,3],[-1,1],[2,2],[2,-3],[2,-1],[2,0],[1,1],[2,1],[1,2],[0,1],[0,2],[0,3],[0,1],[-1,1],[-5,-1],[-2,2],[0,2],[-3,-1],[-4,1],[-3,0],[-6,-1],[-2,-1],[-1,1],[2,5],[-1,7],[-1,-1],[-1,-1],[1,-2],[1,-1],[-2,-1],[-1,-1],[0,3],[-1,4],[-2,3],[-6,7],[-5,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[-2,4],[-6,10],[-1,3],[1,4],[1,2],[1,0],[2,2],[-1,2],[0,7],[1,3],[0,-1],[0,-1],[1,-1],[2,-2],[3,2],[2,-2],[1,-2],[0,1],[0,1],[-3,6],[-1,0],[-5,10],[-3,10],[0,1],[1,2],[2,1],[1,0],[-1,-1],[0,-1],[4,-2],[4,1],[3,-3],[2,0],[2,0],[3,1],[2,-1],[2,-1],[3,-1],[0,-3],[1,-1],[2,-3],[1,0],[1,0],[1,0],[-2,5],[2,0],[0,1]],[[428,1898],[5,-1],[3,-2],[1,-2],[6,-1],[2,-1],[5,-4],[3,-3],[0,-2],[-2,2],[0,1],[0,-1],[0,-2],[-1,0],[-3,-2],[-2,-3],[-1,0],[-1,0],[1,-7],[5,-5],[3,-3],[1,-2],[1,-2],[4,-3],[2,-4],[1,-1],[6,3],[2,0],[0,-2],[1,-3],[1,0],[0,-2],[2,3],[0,2],[-3,6],[-3,2],[0,1],[1,2],[1,8],[-1,3],[-1,1],[0,3],[1,3],[2,-1],[1,-1],[1,-1],[-1,-5],[1,-1],[-2,-3],[-1,-4],[1,-6],[4,-1],[1,-2],[1,-2],[1,-5],[1,-1],[5,-3],[1,2],[1,2],[0,2],[-3,3],[-1,4],[-2,1],[-5,1],[-1,3],[0,2],[-1,3],[2,3],[3,2],[2,0],[0,2],[-2,3],[-5,4],[1,1],[1,1],[-4,-1],[-1,3],[-2,2],[-4,7],[0,4],[0,3],[3,6],[0,5],[-4,24],[-3,8],[0,6],[-1,2],[-2,2],[-1,3],[2,0],[1,-1],[-1,0],[0,-1],[2,-1],[1,1],[3,2],[5,4],[1,3],[6,-8],[4,-4],[2,-1],[6,-5],[2,-1],[3,-1],[6,0],[5,1],[1,1],[2,1],[3,3],[3,2],[11,3],[5,0],[1,1],[2,0],[0,-2],[0,-1],[-1,0],[-1,0],[-2,1],[-1,0],[1,-1],[3,-1],[1,-1],[7,-4],[5,0],[1,0],[6,-1],[1,-1],[0,-1],[-2,-1],[0,-1],[-2,-2],[1,-2],[0,-2],[1,1],[1,2],[1,1],[1,1],[1,-2],[3,-1],[-3,3],[-1,5],[-1,1],[6,0],[5,-1],[1,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[0,-1],[1,-1],[1,-1],[2,0],[3,-3],[1,-1],[1,1],[4,-5],[1,0],[4,-1],[4,0],[2,0],[4,2],[3,0],[4,0],[1,-1],[-2,0],[-1,0],[0,-2],[5,-8],[1,-1],[0,-2],[-1,-1],[-3,-1],[-4,2],[1,-2],[0,-2],[0,-1],[2,-1],[2,0],[4,1],[2,1],[1,0],[1,-3],[1,-1],[0,-3],[-1,-1],[-1,0],[1,-3],[2,-2],[1,-3],[4,0],[2,-1],[2,-2],[3,-1],[3,-5],[2,-1],[1,-1],[2,-3],[0,-1],[-3,0],[-2,-2],[1,-2],[1,-1],[-1,-1],[1,-1],[4,-3],[-1,0],[0,-1],[-2,0],[6,-7],[1,0],[2,-1],[4,-1],[1,-1],[0,-3],[1,-1],[2,-1],[3,0],[3,-3],[2,-1],[1,-1],[3,-5],[2,-1],[0,-5],[1,0],[2,0],[1,-1],[1,-2],[1,-2],[0,-2],[1,-1],[5,-6],[4,-2],[4,-3],[2,-3],[3,-1],[2,-6],[2,-2],[0,-1],[5,-5],[3,0],[4,-2],[4,-1],[1,-1],[2,-2],[1,0],[1,0],[4,-6],[2,-4],[1,-3],[5,-7],[1,-2],[0,-3],[1,0],[1,0],[2,-2],[1,0]],[[1416,186],[-2,-1],[-3,0],[1,1],[3,1],[1,-1]],[[1430,192],[-1,0],[-2,-4],[-9,-2],[0,1],[2,0],[3,1],[-1,2],[-1,3],[-1,0],[-1,1],[0,4],[-1,2],[-1,3],[-1,-1],[-1,-4],[0,-6],[0,-2],[-3,0],[-3,0],[-1,0]],[[1408,190],[-1,7],[0,7],[-1,7],[-1,7],[0,7],[-1,7],[-1,7],[0,7],[0,7],[0,7],[0,7],[0,7],[0,7],[0,7],[0,7],[1,7],[0,7],[0,7],[0,7],[0,7],[0,7],[0,7],[0,7],[0,7],[0,1],[0,1],[0,1],[-2,2]],[[1402,363],[0,1]],[[1402,364],[-1,0],[1,0]],[[1402,364],[3,0],[4,1],[3,0],[4,0],[4,1],[3,0],[4,0],[3,1],[4,0],[3,1],[4,0],[4,0],[3,1],[4,0],[3,1],[4,0]],[[1459,370],[1,-5],[1,-4],[1,-5],[1,-5],[1,-4],[1,-5],[1,-5],[1,-5],[1,-4],[1,-5],[1,-5],[1,-4],[1,-5],[1,-5],[1,-4],[1,-5],[1,-2],[1,-3],[4,-10],[1,-5],[0,-1],[1,-2],[1,-1],[0,-1],[-1,-2],[-1,-3],[-1,-3],[0,-7],[0,-4],[2,-5],[0,-2],[0,-10],[2,-7],[1,-4]],[[1486,223],[-7,-1],[-8,-1],[-7,-1],[-8,-1],[-8,-1],[-7,-1],[-8,-1],[-7,-1],[0,-2],[0,-3],[1,-2],[4,-5],[0,-1],[0,-3],[0,-3],[0,-1],[-1,-1],[0,-2]],[[1366,398],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-3,-2],[-1,-3],[1,-3],[-1,-3],[-2,-4],[-1,-4],[1,-4],[-1,-3],[-2,-3],[-1,-2]],[[1355,359],[0,-1],[0,-1],[-1,-2],[-2,-2],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-6],[-1,-4],[-2,-1],[-1,-1],[0,-2],[-1,-2],[-2,-2],[0,-3],[1,-2],[0,-1],[-1,0],[-2,-2],[-1,0],[0,-1],[1,-1],[0,-1],[0,-3],[-1,-1],[0,-2],[-2,-2],[-1,-1],[1,-1],[0,-1],[-1,-2],[1,-1],[0,-1],[1,-1],[0,-2],[0,-3],[0,-2],[1,-2],[0,-1],[0,-7],[0,-1]],[[1339,283],[-5,0],[-4,0],[-4,-1],[-4,0],[-4,0],[-4,0],[-4,-1],[-5,0],[-4,0],[-4,0],[-4,0],[-4,0],[-4,-1],[-4,0],[-4,0],[-5,0]],[[1272,280],[0,5],[0,5],[0,5],[0,5],[-1,1],[-2,1],[-1,-1],[-2,1],[-1,-1],[0,-1],[-1,1],[-1,1],[-1,2]],[[1262,304],[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,4],[0,4],[0,4],[0,4],[0,5],[-1,6],[-1,5],[0,5],[-1,5],[0,6],[-1,5],[0,5]],[[1258,411],[6,0],[6,0],[6,1],[6,0],[6,0],[6,0],[6,0],[6,1],[6,0],[7,0],[6,1],[6,0],[6,0],[6,1],[6,0],[6,1],[1,-3],[1,-2],[0,-1],[0,-2],[-1,-3],[-2,-1],[0,-2],[-1,-2],[-2,-4],[4,1],[3,0],[4,0],[4,1]],[[945,454],[-1,-13],[-2,-13],[-1,-14],[-2,-13],[-1,-13],[-2,-13],[-1,-14],[-2,-13],[-1,-13],[-2,-13],[-1,-13],[-2,-14],[-1,-13],[-2,-13],[-1,-13],[-1,-13]],[[922,243],[-6,1],[-8,1],[-8,2],[-8,1],[-9,2],[-8,1],[-10,8],[-10,8],[-11,8],[-10,7],[-10,8],[-10,8],[-10,8],[-10,8],[2,2],[2,5]],[[798,321],[0,1],[3,-1],[2,1],[1,3],[1,2],[0,3],[-1,2],[-2,2],[-1,4],[1,6],[1,3],[1,0],[1,2],[2,2],[1,2],[1,3],[1,4],[0,4],[3,5],[2,3],[5,3],[1,1],[0,1],[-1,2],[-3,3],[-1,3],[1,2],[-1,2],[-2,8],[0,5],[0,3]],[[814,405],[3,13],[-1,5],[0,2],[1,4],[0,2],[0,1],[0,4],[1,3],[-1,3],[0,1],[1,3],[1,1],[2,0],[2,0],[2,-1],[2,-1],[0,-2],[1,-2],[1,0],[2,1],[2,4],[3,16],[2,14]],[[838,476],[7,-1],[6,-2],[7,-1],[7,-2],[6,-1],[7,-2],[7,-1],[6,-2],[7,-1],[7,-1],[7,-2],[6,-1],[7,-1],[7,-2],[6,-1],[7,-1]],[[717,348],[-1,0],[-1,1],[-1,4],[-1,3],[1,1],[1,-3],[2,-5],[0,-1]],[[696,370],[-1,0],[-2,1],[0,2],[1,0],[1,-1],[1,-2]],[[721,368],[1,-3],[-2,1],[-1,0],[-1,2],[0,2],[0,1],[-1,0],[0,1],[0,1],[3,-3],[1,-2]],[[688,399],[-2,0],[-1,1],[-1,4],[4,0],[1,-3],[-1,-2]],[[683,405],[-2,0],[-1,1],[1,1],[1,0],[1,-2]],[[692,404],[4,-3],[3,0],[0,-1],[0,-1],[-6,1],[-1,1],[0,1],[-1,2],[1,0]],[[668,724],[5,-2],[5,-2],[6,-1],[5,-2],[5,-2],[5,-2],[5,-2],[5,-2],[5,-1],[5,-2],[5,-2],[5,-2],[6,-1],[5,-2],[5,-2],[5,-1]],[[750,696],[-1,-7],[-2,-7],[-1,-7],[-2,-7],[-1,-7],[-2,-7],[-1,-7],[-1,-7],[-2,-7],[-1,-7],[-2,-6],[-1,-7],[-2,-7],[-1,-7],[-1,-7],[-2,-7],[4,-7],[3,-8],[4,-8],[3,-7],[4,-8],[4,-7],[3,-8],[4,-7],[3,-6],[3,-6],[3,-7],[3,-6],[3,-6],[3,-6],[3,-6],[3,-7],[4,-8],[4,-9],[4,-9],[4,-9],[5,-9],[4,-8],[4,-9],[5,-9]],[[798,321],[-3,1],[-6,1],[-7,0],[-6,1],[-7,1],[-7,1],[-6,1],[-7,1],[-6,1],[0,5],[-1,1],[-1,0],[0,5],[1,2],[0,3],[0,6],[-2,8],[-5,11],[-3,4],[-3,5],[-1,1],[-2,1],[-1,-1],[-3,2],[2,4],[-2,6],[-2,2],[-5,1],[-6,5],[-2,3],[0,3],[-2,4],[-4,5],[-3,0],[-3,1],[-3,4],[-3,1],[-5,1],[-2,1],[-1,3],[-1,2],[1,3],[0,3],[1,2],[0,5],[2,5],[-1,2],[0,1],[-3,3],[0,3],[1,3],[0,2],[-3,3],[-1,6],[-3,3],[0,5],[-1,3],[0,3],[-3,10],[-3,8],[0,3],[1,6],[3,2],[1,2],[1,3],[0,2],[-1,4],[-6,4],[-3,9],[2,6],[-1,7],[1,4],[1,5],[1,0],[2,-1],[-1,-1],[0,-4],[1,-2],[1,-2],[1,-3],[0,-1],[1,0],[0,1],[0,2],[0,3],[-1,4],[-1,3],[0,4],[0,1],[0,2],[2,1],[2,0],[3,0],[7,-4],[2,1],[1,-1],[1,0],[-1,2],[-2,0],[-1,0],[-3,1],[-1,1],[-1,2],[-3,-1],[-2,0],[-2,4],[-1,0],[-2,0],[-1,-6],[-1,-4],[-1,0],[-1,2],[-2,2],[-1,2],[-2,4],[-1,1],[-1,-2],[0,1],[1,3],[1,5],[1,-5],[0,3],[-1,4],[-1,1],[0,6],[-3,4],[-1,6],[-4,11],[2,7],[0,11],[2,5],[1,3],[0,6],[0,4],[-2,10],[-3,7],[0,5],[1,5],[2,3],[2,4],[0,1],[1,-1],[-1,-1],[1,0],[0,2],[1,0],[-1,1],[1,0],[0,1],[3,5],[1,7],[4,8],[0,3],[1,6],[0,4],[-1,3],[2,3],[0,4]],[[1102,549],[0,-8],[0,-7],[-1,-7],[0,-7],[0,-7],[-1,-7],[0,-7],[0,-7],[-1,-7],[0,-8],[0,-7],[-1,-7],[0,-7],[0,-7],[-1,-7],[0,-7]],[[1097,435],[-5,0],[-6,1],[-5,0],[-5,1]],[[1076,437],[-9,1],[-8,0],[-8,1],[-8,1],[-8,1],[-8,1],[-9,1],[-8,1],[-8,1],[-8,1],[-8,2],[-8,1],[-9,1],[-8,1],[-8,2],[-8,1]],[[945,454],[1,9],[1,10],[1,9],[1,10],[1,9],[1,9],[1,10],[1,9],[1,10],[1,9],[2,9],[1,10],[1,9],[1,10],[1,9],[1,9]],[[962,604],[6,-1],[6,-1],[7,-1],[6,-1],[7,-1],[6,-1],[6,-1],[7,0],[6,-1],[6,-1],[7,-1],[6,-1],[7,-1],[6,0],[6,-1],[7,-1]],[[1064,590],[5,0],[5,-1],[5,0],[5,-1],[5,0],[5,-1],[5,0],[5,-1],[0,-4],[0,-5],[0,-5],[-1,-4],[0,-5],[0,-5],[0,-5],[-1,-4]],[[1709,697],[0,-2],[1,-3],[0,-2],[1,-2],[0,-3],[1,-3],[1,-3],[0,-1],[0,-3],[0,-1],[0,-2]],[[1713,672],[-2,0],[-2,-2],[-4,-2],[-2,0],[-2,-2],[-7,-3],[-2,0],[-1,-3],[-3,-2],[-7,-8],[-1,-2]],[[1680,648],[-1,2],[-1,2],[1,2],[1,1],[1,2],[0,1],[0,1],[-1,1],[-1,4],[0,3],[-1,4],[0,3],[-1,4],[0,3],[-1,4],[0,4]],[[1676,689],[1,0],[2,0],[2,1],[1,0],[2,1],[2,0],[1,0],[2,1],[0,-1],[1,0],[0,1],[2,1],[2,0],[3,1],[2,1],[3,0],[2,1],[2,1],[3,1],[0,-1]],[[1625,551],[-1,1],[-1,1]],[[1623,553],[1,3],[2,-2],[1,-2],[-1,-4],[-1,3]],[[1652,594],[0,-1]],[[1652,593],[-1,-3],[-1,-3],[0,-2],[1,-1],[0,-3],[2,-3],[3,-3],[2,-7],[2,-5],[4,-4],[2,-1],[0,-2],[0,-4],[-1,-2],[2,1],[1,-1],[1,-2],[0,-2]],[[1669,546],[-2,-1],[-5,-1],[-4,-1],[-2,-1],[-1,0],[-1,6],[-1,6],[-1,6],[-2,6],[-1,5],[-1,6],[-1,6],[-2,6]],[[1645,589],[2,3],[0,1],[1,1],[2,1],[2,-1]],[[1590,0],[0,1],[1,0],[0,1],[0,-1],[-1,-1]],[[1596,3],[-2,0],[1,1],[0,2],[1,-1],[0,-1],[0,-1]],[[1601,6],[0,-1],[-1,0],[0,2],[-1,2],[2,-1],[1,-1],[-1,-1]],[[1608,10],[-1,-1],[-1,0],[1,1],[4,2],[-1,-1],[-2,-1]],[[1613,14],[0,1],[1,1],[0,-1],[-1,-1]],[[1618,19],[-1,-1],[1,2],[0,-1]],[[1623,29],[-4,-8],[0,2],[2,4],[0,2],[1,1],[1,2],[0,2],[2,2],[0,1],[-2,-8]],[[1576,68],[-1,-1],[-2,0],[-1,1],[-1,3],[2,-3],[1,0],[2,0]],[[1574,71],[0,-2],[-1,4],[-2,3],[2,-1],[1,-4]],[[1618,107],[0,-3],[-3,6],[-4,9],[-2,8],[1,-2],[1,-4],[7,-14]],[[1494,173],[-3,-2],[-2,1],[1,0],[1,0],[3,3],[2,1],[1,1],[-3,-4]],[[1570,227],[1,-3],[4,-14],[1,-4],[4,-12],[5,-12],[7,-14],[10,-16],[1,-3],[0,-2],[0,-2],[0,-4],[1,-3],[1,-4],[3,-6],[-1,1],[-4,9],[-1,5],[-1,7],[-1,-3],[1,-3],[-1,-1],[-1,4],[-1,2],[1,3],[0,1],[-2,0],[-1,2],[0,2],[-1,1],[1,-5],[1,-2],[2,-7],[2,-3],[1,-4],[15,-33],[3,-4],[1,-3],[2,-6],[2,-9],[0,-16],[1,-11],[-1,1],[-1,-5],[-1,-5],[0,-7],[-1,-3],[-2,-5],[-2,0],[-4,-4],[-3,0],[-4,-2],[-2,0],[-2,3],[0,1],[0,2],[1,0],[4,-2],[0,1],[-1,2],[-2,0],[-1,1],[-4,7],[-4,5],[-1,4],[-5,1],[-4,2],[-3,6],[-3,10],[-2,1],[0,1],[1,4],[1,3],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[-1,1],[-1,5],[-1,7],[1,3],[-2,-1],[-2,-1],[1,-2],[0,-2],[-2,0],[-1,1],[-2,2],[-3,4],[-6,12],[-1,2],[-1,1],[0,1],[2,0],[2,6],[1,4],[1,3],[0,1],[-1,1],[-2,-2],[0,1],[-2,2],[-1,1],[-1,-1],[1,-2],[1,-1],[0,-3],[0,-2],[-1,-1],[-1,1],[-1,-1],[-1,0],[-1,2],[-1,2],[1,15],[1,9],[-1,11],[0,1],[-1,3],[-3,6],[-14,12],[-12,16],[-9,5],[-6,-2],[-1,-2],[0,-1],[1,-2],[-1,-1],[-2,0],[-2,-1],[-5,-6],[-3,0],[-1,-1],[-2,-1],[-3,-1],[-3,-2],[-2,0],[-1,3],[0,3],[1,-2],[1,-2],[0,1],[0,2],[-1,2],[-4,3],[-4,5],[1,0],[0,1],[-1,2],[0,2],[1,2],[-2,-1],[-1,-1],[0,-2],[0,-1],[-1,0],[-2,1],[-8,3],[-7,2],[5,2],[3,-1],[0,2],[-1,0],[-2,1],[-3,-1],[-2,1],[-2,-2],[-1,-1],[-2,-1],[-7,-2],[-5,-2],[1,1],[0,1],[4,2],[0,2],[-1,3],[-1,-1],[-1,-2],[-1,1],[-1,0],[0,-3],[-2,-2],[0,-2],[-5,-3],[0,1],[1,2],[0,1],[-1,-1]],[[1486,223],[2,-3],[2,-6],[0,-1],[3,0],[3,0],[4,1],[4,0],[4,0],[3,0],[4,1],[4,0],[4,0],[4,0],[3,1],[4,0],[4,0],[4,1],[4,0],[3,0],[4,1],[0,-2],[1,-1],[1,-3],[0,-1],[1,0],[1,0],[1,1],[0,3],[0,3],[-1,4],[0,3],[1,1],[0,1],[1,1],[2,0],[5,-1],[4,0]],[[1571,236],[0,-9],[-1,3],[-1,3],[1,2],[1,1]],[[1578,278],[0,-4],[-3,-2],[-1,0],[-1,-1],[1,-1],[1,-1],[0,-1],[-1,-2],[-1,0],[-1,-2],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[1,0],[1,0],[-1,-2],[-1,-2],[0,-3],[-2,-1],[1,-1],[1,-1],[-1,-4],[-1,0],[-1,0],[0,-2],[0,-2],[0,-3],[0,-3],[0,-2],[0,-3],[1,-2]],[[1459,370],[7,1],[7,1],[8,1],[7,1]],[[1488,374],[6,1],[7,1],[7,1],[7,2]],[[1515,379],[-1,0],[0,-3],[-3,-5],[-1,-4],[5,-4],[3,-2],[2,-1],[2,0],[1,-1],[1,-3],[6,-12],[6,-6],[3,-3],[1,-3],[6,-4],[1,-3],[1,-2],[1,-1],[1,-1],[1,-1],[1,-3],[2,-2],[3,-2],[3,-5],[2,-7],[2,-4],[2,-2],[4,-6],[1,-3],[1,-4],[1,-2],[5,-2]],[[1334,643],[1,-3],[3,-2],[1,-2],[0,-2],[2,-2],[2,-2],[1,-2],[1,-2],[0,-3],[0,-3],[-1,-3],[-1,-2],[-1,-2],[0,-3],[-2,-3],[-3,-3],[-3,-2],[-4,-1],[-2,-2],[-1,-4],[1,-2],[1,-3],[1,-2],[0,-2],[0,-5],[-2,-6],[-2,-4],[-3,-2],[-1,-2],[1,-4],[-1,-1],[-1,-1]],[[1321,561],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,3],[-5,-1],[-5,0],[-5,0],[-6,0],[-5,-1],[-5,0],[-5,0],[-5,0],[-6,-1],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-6,0],[-5,-1]],[[1232,566],[-1,3],[-1,3],[1,1],[0,4],[0,8],[-1,4],[-1,1],[0,1],[1,2],[0,1],[-1,0],[-1,2],[1,2],[0,1],[-1,1],[-1,0],[1,1],[-1,1],[-1,0],[0,3],[0,5],[0,3],[-1,2],[-1,2],[0,1],[-1,3],[-2,4],[-1,5],[0,6],[-2,3]],[[1218,639],[-1,3],[0,2],[0,1],[-2,2],[0,2],[0,1],[1,2],[1,5],[0,2],[1,3],[0,1],[0,1],[0,2],[-2,1],[0,2],[1,1],[0,1],[0,1],[-1,2],[0,3],[3,0]],[[1219,677],[6,0],[6,0],[7,0],[6,0],[6,0],[7,0],[6,0],[7,0],[6,1],[6,0],[7,0],[6,0],[6,1],[7,0],[6,0],[7,1]],[[1321,680],[0,-3],[0,-1],[1,-2],[1,-1],[1,-2],[-1,-3],[0,-3],[0,-5],[1,-4],[1,-3],[3,-3],[3,-1],[2,-2],[1,-4]],[[938,744],[-1,-6],[0,-6],[-1,-6],[-1,-6],[-1,-6],[0,-6],[-1,-6],[-1,-5],[-1,-6],[0,-6],[-1,-6],[-1,-6],[-1,-6],[0,-6],[-1,-6],[-1,-5]],[[926,650],[-4,0],[-3,1],[-4,1],[-4,1],[-3,0],[-4,1],[-4,1],[-4,1],[-3,1],[-4,0],[-4,1],[-3,1],[-4,1],[-4,1],[-3,1],[-4,1]],[[867,663],[-8,1],[-7,2],[-7,2],[-7,2],[-8,2],[-7,2],[-7,2],[-8,2]],[[808,678],[2,8],[1,8],[2,9],[1,8],[2,8],[1,9],[2,8],[1,9],[3,6],[0,2],[0,2],[1,1],[1,1],[0,2],[0,2],[-2,1],[-2,2],[0,2],[0,3],[3,5],[4,6],[3,5],[1,3],[3,6],[5,10],[3,6],[-1,4],[-1,3],[-2,3],[-1,4],[-1,2]],[[837,826],[0,2],[0,3],[1,1],[0,3],[-1,4],[0,2],[1,1],[1,6],[1,6],[1,6],[1,6],[1,6],[1,6],[1,6],[1,6],[1,6],[1,6],[1,6],[2,6],[1,6],[1,6],[1,6],[1,5]],[[872,933],[-2,-9],[-1,-10],[-2,-9],[-1,-9],[1,-4],[1,-3],[0,-3],[1,-2],[1,-1],[0,-3],[-1,-2],[0,-3],[0,-1],[-1,0],[0,-1],[2,-2],[1,-3],[3,-3],[0,-1],[3,-6],[1,-4],[1,-3],[0,-3],[2,-3],[0,-2],[2,0],[0,-1],[0,-2],[1,-1],[1,-1],[3,1],[0,-1],[0,-1],[0,-1],[0,-2],[-2,-2],[0,-1],[-1,-4],[-1,-3],[0,-3],[-1,-1],[0,-2],[-1,-3],[1,-2],[0,-3],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-4],[-1,-1],[-1,-2],[2,-2],[1,-2],[1,-1],[1,1],[1,1],[2,1],[3,2],[0,1],[1,0],[1,-2],[1,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-3],[2,-4],[0,-3],[1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[1,-3],[1,0],[1,0],[1,-1],[1,-1],[0,-2],[1,-2],[0,-2],[0,-3],[0,-2],[0,-1],[1,-2],[1,-1],[1,0],[0,1],[1,1],[1,1],[2,0],[4,-2],[1,0],[1,2],[1,0],[1,1],[3,-2],[3,0],[2,-1],[3,0],[3,-1],[0,1],[0,2],[1,2],[1,1],[0,1],[1,0],[1,0],[0,-1],[1,-2],[1,-3],[0,-2],[1,-1],[1,-1]],[[1391,647],[0,-6],[1,-4],[0,-3],[1,-1],[1,-1],[1,-3],[1,-5],[2,-4],[0,-1]],[[1398,619],[1,-10],[1,-12],[1,-11],[0,-11],[1,-12],[1,-11],[1,-11],[1,-11],[-1,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-3],[2,-3],[1,-4],[0,-4],[0,-2],[-1,-3],[0,-5],[-1,-2],[-1,-1],[-1,-2],[-1,-3],[-1,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[1,-3],[-1,-1],[0,-1],[1,-3]],[[1398,469],[-1,-1],[-1,-3],[0,-3],[1,-3],[-1,-3],[-5,-2],[-2,-2],[0,-2],[1,-2],[1,-3],[0,-3],[-1,-1],[-3,1],[-5,2],[-4,0],[-2,-4],[0,-2],[0,-2]],[[1376,436],[-2,2],[-1,1],[0,-1],[0,-1],[-1,0],[-2,3],[-2,4],[0,3],[0,3],[0,2],[-1,3],[0,3],[0,2],[-3,4],[-4,5],[-4,3],[-2,1],[-2,2],[-3,4],[-2,3],[0,2],[1,6],[3,12],[0,1],[0,1],[0,1],[-2,1],[-3,1],[-2,1],[-2,-2],[-2,3],[-2,7],[-4,8],[-7,8],[-3,5],[-1,3],[-1,4],[-1,6],[-1,5],[1,6]],[[1334,643],[9,0],[9,1],[9,1],[9,1],[9,0],[9,1],[3,0]],[[1453,625],[1,-12],[1,-13],[2,-12],[1,-12],[1,-13],[1,-12],[1,-12],[1,-13]],[[1462,526],[-1,-2],[1,-1],[0,-2],[0,-1],[1,-1],[1,-1],[-1,-2],[-1,-2],[-4,-3],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,1],[-2,-1],[-1,-2],[1,-3],[0,-3],[-2,-2],[-1,-2],[-1,-3],[-1,-2],[-2,-1],[-1,-3],[0,-5],[-1,-3],[-1,-1],[-2,0],[-3,2],[-1,1],[-1,2],[0,1],[-1,1],[0,-1],[0,-1],[-2,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-2,1],[-2,2],[-2,0],[-3,-1],[-1,-2],[-1,-3],[-1,-1],[-1,2],[-4,2],[-2,1],[-1,-1],[-1,0],[0,1],[-1,0],[0,-3],[0,-1],[-1,-1],[0,1],[-1,1],[0,1],[-1,-1],[-2,0],[-1,1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0]],[[1398,619],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[2,0],[2,1],[2,1],[4,4]],[[1412,622],[5,0],[6,1],[6,1],[6,1],[6,0],[6,1],[6,1],[0,-2]],[[1257,430],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,0],[-5,1],[-5,0],[-5,0],[-5,0],[-5,0],[-5,1],[-5,0],[-5,0],[-5,0],[-5,1],[-5,0],[-5,0],[-5,0],[-5,1],[-5,0],[-5,1],[-5,0]],[[1102,549],[5,-1],[4,0],[5,0],[4,-1],[4,0],[5,0],[4,-1],[4,0],[5,0],[4,0],[4,-1],[5,0],[4,0],[4,0],[5,0],[4,0],[4,-1],[5,0],[4,0],[4,0],[5,0],[4,0],[4,0],[5,0],[4,0],[4,0],[5,0],[4,0],[5,0],[4,0],[4,0],[4,0]],[[1241,544],[5,-5],[1,0],[2,1],[1,-2],[0,-3],[0,-1],[-1,0],[-1,-2],[-1,-4],[0,-3],[2,-3],[2,-3],[1,-3],[1,-3],[3,-2],[0,-2],[0,-5],[0,-5],[1,-5],[0,-5],[0,-5],[0,-5],[0,-5],[0,-4],[0,-5],[0,-5],[0,-5],[0,-5],[0,-5],[0,-5],[0,-5],[0,-5]],[[1370,417],[-2,0]],[[1368,417],[0,1],[0,1],[1,0],[0,-1],[1,-1]],[[1511,510],[1,-1],[0,-6],[0,-1],[0,-2],[0,-2],[1,-1],[3,-4],[0,-2],[1,-1],[1,-3],[3,-5],[5,-3],[3,-1]],[[1529,478],[-7,-11],[-4,-3],[-3,-4],[-1,-3],[-2,-3],[-1,-3],[-3,-3],[-1,-4],[-6,-4],[-3,-1],[-2,-2]],[[1496,437],[0,-1],[-1,0],[-8,-1],[-7,-1],[-8,-1],[-8,0],[-7,-1],[-8,-1],[-7,0],[-8,-1],[-7,-1],[-7,-1],[-7,-1],[-8,-1],[0,1],[-2,0],[-3,0],[1,-4],[0,-3],[-4,0],[-3,-1],[-4,0],[-4,-1],[-4,0],[-3,0],[-4,-1],[-4,0]],[[1371,417],[1,3],[0,1],[1,1],[1,-1],[1,0],[1,1],[0,4],[1,3],[0,4],[-1,3]],[[1462,526],[1,2],[1,0],[1,-1],[2,0],[2,1],[1,0],[2,-2],[2,-2],[1,-4],[3,-2],[4,-1],[2,-1],[2,-2],[1,-1],[2,2],[1,1],[2,-1],[3,-1],[3,1],[4,3],[2,1],[1,-3],[2,-3],[4,-3]],[[1329,151],[-1,0],[-4,3],[-1,1],[2,1],[2,0],[2,-1],[0,-1],[1,0],[-1,-1],[0,-2]],[[1398,164],[-1,-2],[0,1],[1,2],[0,1],[0,-2]],[[1399,168],[0,-1],[0,5],[-1,5],[1,-2],[0,-2],[0,-5]],[[1389,177],[0,-1],[-1,0],[-2,0],[1,1],[1,1],[2,3],[-1,-2],[0,-2]],[[1382,181],[-2,-1],[-9,3],[-2,3],[-2,0],[-2,0],[-3,-4],[-1,-5],[3,-2],[3,-2],[4,2],[2,3],[2,0],[1,0],[1,2],[2,-1],[0,-1],[-1,-2],[-2,-1],[-1,-2],[2,-2],[3,-1],[1,0],[0,4],[2,2],[2,0],[0,-2],[0,-1],[1,-2],[0,-3],[1,-1],[-3,-1],[-1,-1],[-2,-2],[1,-1],[-1,-1],[-1,1],[-1,-1],[0,-1],[-1,-1],[2,-3],[2,-2],[2,-2],[6,-3],[2,1],[2,-3],[1,-1],[1,-1],[0,-2],[-2,-2],[0,-2],[-1,-1],[-1,1],[-1,1],[-2,-3],[-1,-1],[0,4],[-1,1],[-1,3],[-2,2],[-2,0],[-1,2],[-1,0],[-1,0],[-2,0],[0,2],[-1,1],[-1,2],[-7,2],[0,-1],[0,-1],[1,0],[2,-2],[0,-3],[-1,-2],[0,-2],[0,-2],[-1,-2],[-2,-1],[0,1],[-2,5],[-2,1],[-3,0],[-2,-1],[-2,-5],[-2,-1],[-6,2],[-7,3],[0,1],[1,1],[2,-1],[0,2],[-2,3],[0,2],[0,2],[-1,0],[-1,-2],[-5,2],[-1,1],[-3,6],[-3,-1],[-2,4],[-3,-2],[-2,-1],[-1,-3],[1,-1],[1,-2],[0,-1],[-5,-1],[-10,1],[-2,1],[-4,3],[-6,2],[-2,0],[-3,0],[-7,-1],[-2,0],[-1,-1],[-1,1],[-1,2],[1,0],[1,1],[1,3],[0,1],[-1,1]],[[1280,167],[2,4],[0,1],[0,6],[-1,3],[0,1],[1,3],[0,4],[1,3],[1,2],[1,5],[0,2],[0,2],[0,2],[1,2],[-1,2],[0,3],[-1,1],[-2,4],[0,2],[-1,4],[-1,1],[-1,2],[-1,1],[0,6],[0,2],[-2,3],[-3,4],[0,5],[0,5],[0,4],[0,5],[0,5],[0,5],[-1,4],[0,5]],[[1339,283],[0,-2],[1,-1],[0,-2],[-1,-3],[1,-2],[1,-1],[0,-1],[-1,-1],[-1,-1],[1,-2],[1,-2],[0,-1],[1,-3],[1,-1],[2,-2],[0,-1],[0,-1],[0,-2],[-2,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[-2,-3],[-3,-3],[-1,-5],[-1,-5],[-1,-3],[-1,-1],[-1,-3],[0,-4],[0,-2],[-2,0],[0,-3],[1,-4],[0,-1],[-1,-2],[0,-1],[6,1],[5,0],[6,0],[6,1],[5,0],[6,0],[6,1],[5,0],[0,-4],[-2,-6],[0,-1],[1,-2],[0,-1],[1,-2],[1,-1],[1,-3],[2,-4],[0,-2],[1,-2],[1,-1],[1,0]],[[1750,682],[-1,-1],[-4,0],[3,2],[0,1],[0,1],[0,1],[2,-3],[0,-1]],[[1739,682],[-5,-3],[-1,0],[1,1],[1,4],[1,0],[2,0],[1,-2]],[[1722,690],[-1,1],[-1,1],[-1,0],[0,2],[0,2],[-1,0],[-1,2],[0,2],[-2,-1],[-1,0],[-2,-1],[-2,0],[-1,-1]],[[1676,689],[-1,0],[0,4],[0,3],[0,3],[0,3],[0,4],[0,3],[0,3],[0,4]],[[1675,716],[2,0],[2,1],[2,0],[2,1],[2,0],[1,1],[2,0],[2,1]],[[1690,720],[3,0],[3,1],[3,1],[2,1],[3,0],[3,1],[3,1],[2,1],[2,1],[1,4],[1,1],[2,2],[1,1],[2,0]],[[1721,735],[0,-2],[1,-1],[1,-2],[1,-2],[1,0],[1,1],[1,-1],[0,-1],[-1,0],[-1,-3],[-2,-1],[0,-2],[-1,-3],[-1,-4],[1,-1],[4,0],[2,-1],[3,-6],[0,-1],[0,-1],[3,-1],[1,-5],[2,-1],[3,0],[3,2],[2,3],[0,2],[-3,3],[-1,2],[-1,1],[0,-1],[-2,1],[1,1],[1,0],[1,0],[3,-4],[2,-5],[1,-4],[0,-1],[-2,-1],[-6,-4],[-1,-2],[-3,-3],[-1,1],[0,2],[-1,3],[-1,0],[-4,-8],[-2,-1],[-1,-2],[-1,1],[-1,4],[0,5],[0,-1],[-1,-1]],[[1668,530],[-1,-1]],[[1667,529],[1,2],[1,7],[0,2],[0,-5],[-1,-4],[0,-1]],[[1669,546],[0,-1],[0,-2],[0,1],[-1,1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,-4],[-1,-3],[0,-2]],[[1665,528],[-2,-1],[-3,-1],[-1,-2]],[[1659,524],[-1,0],[-3,0],[0,2],[1,2],[-2,2],[-1,0],[-1,0],[1,2],[0,2],[0,2],[0,2],[-1,0],[-1,-2],[0,-1],[-1,1],[0,-1],[-1,-1],[-1,1],[-3,1],[-1,2],[-1,2],[0,5],[1,1],[2,-1],[2,1],[0,1],[-1,-1],[-3,3],[-1,2],[-2,0],[0,-2],[-1,-1],[1,4],[1,1],[1,1],[-1,3],[-1,0],[-2,-1],[0,1],[0,2],[2,1],[1,-1],[0,4],[0,2],[-1,-3],[-1,5],[1,5],[1,2],[2,1],[2,0],[-2,1],[-1,0],[1,2],[0,1],[1,2],[-2,-1],[0,3],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[-1,1],[0,1],[0,-3],[0,-2],[-2,3],[0,-1],[0,-2],[-1,-1],[1,-2],[0,-1],[-4,1],[0,-1],[3,-3],[1,-1],[1,-2],[-1,-2],[-2,1],[1,-2],[1,-2],[0,-2],[0,-2],[0,-2],[0,-2],[2,-7],[2,-2],[1,-2],[1,-2],[-1,0],[-2,1],[-2,1],[-2,3],[0,2],[-1,1],[1,-3],[1,-3],[6,-6],[1,-2],[1,-2],[0,-2],[-1,1],[-2,2],[-3,1],[-4,0],[-2,5],[0,-2],[0,-2],[-2,1],[-1,2],[-1,2],[-1,-1],[-2,-2],[-1,0],[-1,3],[0,2],[1,5],[2,2],[0,3],[-1,4]],[[1623,553],[-2,0],[-2,3],[-5,1],[0,1],[0,1],[0,2],[-2,2],[-3,1],[-1,1]],[[1608,565],[-1,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[-2,1],[0,1],[-1,1],[-1,-1],[-2,1],[-1,1],[-2,0],[-3,-2],[-2,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,0],[-2,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[-2,-5],[-2,0],[-4,-7],[-1,-1],[-3,-4],[0,5],[-1,5],[0,5],[-1,4]],[[1570,570],[5,1],[4,1],[5,2],[5,1],[5,1],[4,1],[5,1],[5,1],[5,1],[4,1],[5,2],[5,1],[4,1],[5,1],[5,2],[4,1]],[[1751,798],[0,-1],[-1,0],[-1,2],[0,1],[1,0],[1,-2]],[[1754,809],[1,1],[1,0],[2,-3],[0,-1],[-1,-1],[-1,0],[0,-2],[0,-1],[-1,1],[-1,0],[0,3],[0,3]],[[1753,861],[-1,-1],[2,-2],[3,-2],[2,1],[1,1]],[[1770,844],[0,-1],[1,-2],[2,-3],[-1,-2],[1,-2],[2,0],[1,-1],[-3,-7],[-3,-1],[-1,-2],[-2,-1],[0,-3],[-1,-1],[-2,0],[-1,0],[-1,0],[0,-5],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,2],[-1,2],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-2]],[[1754,809],[-1,1],[-1,1],[0,-3],[-1,-2],[1,-3],[0,-2],[-1,0],[-1,2],[-2,0],[-2,-1],[0,2],[1,3],[-1,-1],[0,1],[0,2],[-1,2],[0,-1],[0,-3],[-2,-2],[1,-3],[-1,-8],[1,-2],[-1,-3],[-1,-2],[-3,-1],[-1,-2],[0,-2],[-1,-1],[-1,3],[0,-4],[-1,0],[-1,2],[0,2],[-1,-2],[0,-4],[-1,2],[0,-2],[1,-2],[0,-1],[-1,0],[-1,1],[-1,-1],[-1,-1],[0,1],[0,2],[-2,-2],[-1,-3],[-1,-4],[1,-1],[-1,-7],[-2,-5],[-1,-9],[-1,-1],[0,-2]],[[1721,743],[-2,3],[-1,3],[-3,2],[-1,2],[-1,3],[0,2],[-1,4],[-1,5],[-1,4],[-1,4],[-1,4],[-1,4],[-1,4],[-1,4],[-1,4],[-1,4],[-1,4],[-1,4],[-2,4],[-1,4],[-1,4],[0,3]],[[1419,750],[-1,0],[-1,0],[0,2],[1,0],[1,-2]],[[1425,770],[-1,0],[0,1],[0,1],[0,3],[1,2],[1,0],[-1,-1],[1,-3],[0,-2],[-1,-1]],[[1493,664],[0,1],[0,1],[-1,2],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-2],[0,-3],[0,-2],[0,-1],[-2,-1],[-1,-1],[0,-2]],[[1485,652],[-1,-2],[0,-3],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[-1,-4],[0,-1]],[[1480,631],[-7,-2],[-6,-1],[-7,-2],[-7,-1]],[[1412,622],[1,1],[2,3],[1,2],[1,3],[0,4],[2,5],[1,4],[1,4],[0,4],[0,5],[0,5],[0,4],[-1,5],[-2,5],[0,2],[-1,1],[-2,6],[-3,9],[2,6],[-1,5],[0,2],[-2,2],[0,1],[2,4],[1,3],[1,3],[0,4],[0,5],[0,3],[0,1],[-1,1],[1,1],[2,2],[0,1],[0,4],[1,1],[1,1],[0,1],[1,1],[1,-1],[2,2],[1,5],[1,3],[1,0],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-3],[0,-2],[0,-1],[1,1],[0,2],[0,1],[0,1],[0,2],[1,1],[0,-1],[0,-2],[0,-4],[0,-2],[1,3],[0,4],[1,3],[0,2],[-1,4],[0,2],[0,2],[1,1],[2,2],[2,1],[2,0],[1,1],[0,1],[-1,1],[-1,1],[-1,1],[0,2],[0,2],[0,2],[1,2],[1,1],[-1,1],[1,1],[1,0],[1,0],[1,1],[2,-1],[2,-2],[3,-1],[2,0],[1,0],[2,-1],[0,-2],[1,-1],[1,-1],[2,0],[1,0],[1,-1],[6,-2],[2,-2],[1,-1],[1,-1],[0,-1],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-2,0],[-1,0],[0,-1],[0,-2],[0,-1],[3,-3],[1,-3],[0,-4],[0,-1],[0,-4],[1,-5],[0,-2],[-1,-1],[-1,-3],[-1,0],[-1,-2],[0,-4],[0,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-2],[-1,-3],[1,-2],[-1,-2],[1,-1],[0,-2],[2,-1],[2,-1],[1,0],[1,1],[1,2],[1,1],[1,1],[0,1],[1,5],[0,1],[0,1],[1,0],[1,2],[1,0],[2,2],[1,2],[1,0],[2,0],[2,-2],[1,-2],[2,-3],[2,-8],[3,-13],[2,-7],[1,-2],[0,-1]],[[1443,781],[2,0],[1,1],[0,-1],[1,-1],[-1,-1],[-1,-1],[-1,1],[-1,2]],[[1455,789],[0,1]],[[1455,790],[0,1],[1,-1],[1,1],[1,1],[0,1],[0,1],[0,1],[2,0],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[-1,-1],[-3,-1],[-2,1],[-1,0]],[[1448,800],[0,1]],[[1448,801],[0,1]],[[1448,802],[1,-1],[0,-1],[0,-1],[0,-1],[-1,2]],[[1448,802],[0,1],[-1,1],[0,2],[-1,1],[1,2],[0,1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[-1,0]],[[1448,800],[0,-2],[-1,-1],[1,-1],[2,0],[1,0]],[[1451,796],[0,-1],[0,-1],[1,-1],[0,-1],[2,-1],[1,-1]],[[1455,789],[-1,0],[-1,-1],[-7,1],[-2,0],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,-1],[-1,-3],[0,-2],[1,-1],[0,-1],[-1,0],[-1,1],[-3,4],[-3,1],[-3,2],[-3,0],[-1,0],[-2,-2],[-1,-2],[-1,-1],[-3,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[-2,0],[-2,-1],[-1,-1],[-1,-3],[0,-1],[-1,-1],[-2,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[1,3],[0,1],[1,0],[0,1],[0,2],[0,1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-3],[0,-1],[-1,-1],[-1,1],[-1,2],[0,2],[0,2],[0,1],[0,-1],[-1,-2],[0,-4],[-1,-2],[0,-1],[-1,-2],[-2,-5],[-1,-5],[-2,-5],[-1,-2],[0,-1],[0,-2]],[[1388,747],[-1,0],[-1,2],[-1,1],[0,2],[1,4],[0,1],[-1,0],[-1,-1],[-2,0],[0,1],[0,1],[0,1],[1,3],[-1,2],[1,1],[-1,2],[0,1],[0,2],[-2,1],[-4,2],[0,2],[0,1],[-1,2],[-4,1],[-2,0],[-3,0],[-2,1],[-2,0],[-1,1],[-2,1],[-1,1],[-2,0],[-2,1],[-2,1],[-3,1],[-2,0],[-2,1],[-3,1],[-2,0],[-3,1],[0,2],[-1,1],[0,2],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[1,0]],[[1332,798],[1,1],[3,2],[3,3],[2,3],[3,2],[4,1],[2,1],[2,1],[2,3],[1,1],[2,1],[1,1],[0,2],[2,2],[2,2],[1,1]],[[1363,825],[0,-1],[0,-1]],[[1363,823],[1,-1]],[[1364,822],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1]],[[1367,817],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[1,1],[0,1],[0,1],[3,4],[1,0],[1,-1],[5,0],[2,-1],[2,-1],[0,-1],[3,-5],[1,-2],[1,-1],[1,-1],[0,-1],[0,-1],[4,0],[1,1],[1,0],[1,0],[2,-2],[1,0],[1,1],[1,0],[1,-1],[1,0],[2,3],[2,3],[3,3],[2,1],[3,1],[3,0],[3,0],[3,1],[3,3],[3,1],[2,0],[1,0],[-1,-1],[0,-2],[0,-3],[0,-2],[0,-1],[1,-1],[2,0],[1,-1],[1,0],[2,1],[1,0],[1,-1],[1,0],[1,1],[1,1],[1,1],[1,-1],[1,-3],[1,-1],[1,-2]],[[1367,817],[-1,2],[0,1],[1,1],[0,1],[0,2],[-1,-1],[1,-1],[-3,0]],[[1363,823],[0,2]],[[1363,825],[1,2],[3,5],[1,1],[4,2],[2,1],[2,0],[2,0],[1,-1],[-1,-1],[-4,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-3,-5],[-1,-1],[0,-1],[-2,-3],[0,-2],[-1,-1]],[[1356,851],[-1,-1],[1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,1],[1,1],[-1,0],[0,1],[1,1],[7,6],[3,3],[1,0],[-1,-2],[0,-1],[0,-1],[-1,-1],[-5,-4],[0,-1]],[[1344,853],[-1,0],[-1,-1],[0,-1],[-2,-2],[-3,-3],[-4,-2],[-7,-4],[-4,-5],[-2,-2],[-8,-12],[-4,-7],[-8,-9],[0,-1],[0,-1]],[[1300,803],[-1,0],[-1,-2],[0,-2],[-2,0],[1,-6],[0,-5],[0,-6],[0,-5],[-1,-1],[0,-1],[-1,0],[-5,-5],[-1,-1],[-1,-4],[-1,-3],[-1,-2],[0,-2],[3,-2],[1,-2],[0,-2],[0,-2],[-1,-4],[0,-2],[0,-5],[0,-1],[0,-4],[0,-1],[0,-5],[0,-1],[0,-2],[1,0],[2,-3],[2,-2],[2,0],[1,-1],[2,-3],[1,-1],[2,0],[2,-2],[3,-4],[1,-4],[3,-2],[4,-3],[2,-2],[2,-2],[1,-5],[1,-11]],[[1219,677],[0,8],[0,9],[0,8],[0,9],[0,9],[0,8],[0,9],[0,8],[-2,3],[-3,2],[-1,2],[-1,3],[-1,2],[0,1],[1,1],[3,4],[1,1],[0,2],[1,4]],[[1217,770],[0,3],[0,4],[-1,4],[0,1],[0,2],[-2,6],[-1,4],[0,3],[0,5],[0,2],[0,3],[-1,2],[0,2],[0,13],[0,2],[0,6],[-2,7],[-1,2],[0,3],[0,1],[-1,5],[-1,5],[0,4],[0,3],[0,3],[0,4],[0,2],[0,3],[-1,12]],[[1371,417],[-1,0]],[[1368,417],[1,-3],[0,-2],[-2,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[1,-2],[0,-2],[-1,-3],[0,-1]],[[1258,411],[0,5],[0,5],[-1,4],[0,5]],[[1241,544],[-2,3],[0,4],[-2,3],[-1,1],[-2,2],[0,4],[-1,4],[-1,1]],[[1405,184],[0,-1],[-3,1],[-1,0],[0,1],[3,-1],[1,0]],[[1408,190],[-7,-1],[-3,1],[-1,0],[-1,0],[-3,-2],[-4,-1],[-1,0],[-2,0],[-2,-5],[-2,-1]],[[1355,359],[6,0],[5,1],[6,0],[6,1],[6,0],[6,1],[6,1],[6,0]],[[1077,778],[-1,-9],[0,-9],[-1,-9],[-1,-9]],[[1074,742],[-4,1],[-5,0],[-4,0],[-4,1],[-4,0],[-4,1],[-4,0],[-5,1],[-4,1],[-4,0],[-4,1],[-4,0],[-5,1],[-4,0],[-4,1],[-4,1],[-4,0],[-4,1],[-4,1],[-5,0],[-4,1],[-4,1],[-4,0],[-4,1],[-4,1],[-5,1],[-4,0],[-4,1],[-4,1],[-4,1],[-4,1],[-4,0],[-1,-4],[-1,-5],[0,-5],[-1,-4]],[[1084,893],[0,-7],[-1,-7],[0,-7],[-1,-8],[0,-7],[-1,-7],[0,-7],[-1,-7],[0,-8],[-1,-7],[0,-7],[0,-7],[-1,-8],[0,-7],[-1,-7],[0,-7]],[[1661,397],[-1,0],[-1,0],[-1,1],[1,0],[2,-1]],[[1662,397],[0,-1],[1,5],[3,7],[1,1],[-2,-5],[-3,-7]],[[1675,421],[-4,-4],[2,3],[2,1]],[[1680,424],[-3,-1],[-1,0],[3,3],[0,8],[0,3],[-2,6],[0,1],[1,-2],[1,-5],[1,-4],[0,-7],[0,-2]],[[1674,447],[-1,-1],[-2,3],[2,-1],[0,-1],[1,0]],[[1664,471],[5,-11],[6,-12],[1,-2],[-1,1],[-5,8],[-3,6],[-3,10]],[[1621,357],[-4,4],[-3,4],[-4,3],[-4,4],[-3,3],[-4,4],[-3,3],[-4,4],[-3,-1],[-3,0],[-3,-1],[-4,0],[-3,-1],[-3,0],[-3,-1],[-3,0],[-1,3],[0,2],[-2,3],[-2,2],[-2,-2],[0,2],[-1,0],[0,1],[-4,-1],[-3,0],[-4,-1],[-3,0],[-4,-1],[-4,0],[-3,0],[-4,-1],[-2,-1],[-4,-3],[-2,-2],[-4,-2],[-3,-2]],[[1488,374],[0,8],[0,2],[1,0],[2,1],[1,1],[1,5],[3,4],[1,1],[2,1],[4,2],[5,4],[3,5],[3,1],[1,1],[0,2],[0,3],[1,0],[1,0],[1,2],[1,2],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[1,1],[2,4],[2,1],[2,1],[2,-1],[1,1],[2,7],[1,2],[1,0],[2,1],[0,2],[0,3],[0,1],[0,4]],[[1539,445],[1,-1],[8,1],[7,2],[8,1],[8,2],[8,1],[8,2],[7,2],[8,1],[8,2],[8,2],[8,1],[7,2],[8,2],[8,2],[8,2],[5,1]],[[1662,470],[0,-3],[1,-1],[1,-2],[2,-4],[2,-5],[-2,2],[-1,1],[-3,0],[-2,1],[0,-2],[1,-3],[-2,1],[-1,0],[1,-2],[-2,0],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-3,2],[-2,2],[0,3],[0,-4],[1,-3],[0,-3],[3,0],[2,1],[3,1],[2,1],[1,1],[3,0],[1,-3],[0,-4],[1,-3],[1,0],[1,1],[-1,7],[2,3],[1,0],[1,-2],[1,-2],[1,-2],[0,-5],[-3,-6],[-3,-6],[-1,-1],[-2,0],[-3,0],[-1,0],[-1,0],[-1,1],[-1,3],[-1,0],[-1,0],[0,-3],[-2,-1],[-3,0],[-4,1],[2,-2],[9,-2],[1,-1],[1,-1],[-1,-2],[0,-3],[0,-2],[0,-1],[-3,-4],[-2,0],[-5,4],[3,-4],[2,-1],[3,-1],[6,4],[3,-2],[-2,-3],[-1,-3],[-2,-1],[-2,-1],[0,-2],[-2,-1],[-2,0],[-3,-1],[-2,0],[-2,-4],[-1,-1],[-1,0],[-1,3],[-1,1],[1,-5],[0,-1],[1,-1],[-3,-4],[-2,-4],[-1,-1],[-1,-2],[-2,-6],[0,-4],[0,-4],[0,2],[-1,3],[-1,3],[1,-6],[-1,-4],[-9,-1],[-3,-3]],[[1217,770],[-4,0],[-5,0],[-4,0],[-5,0],[-4,0],[-4,0],[-5,0],[-4,1],[-5,0],[-4,0],[-4,0],[-5,0],[-4,0],[-4,1],[-5,0],[-4,0],[-5,0],[-4,1],[-4,0],[-5,0],[-4,0],[-5,1],[-4,0],[-4,0],[-5,1],[-4,0],[-4,1],[-5,0],[-4,0],[-5,1],[-4,0],[-4,1]],[[1064,590],[0,10],[1,9],[1,10],[0,9],[1,10],[0,9],[1,10],[1,9]],[[1069,666],[7,-1],[6,0],[7,-1],[7,0],[7,-1],[7,-1],[7,0],[6,-1],[7,0],[7,-1],[7,0],[7,0],[7,-1],[6,0],[7,0],[8,0],[6,-6],[3,-2],[2,1],[4,1],[5,0],[4,0],[1,-2],[3,-2],[4,-3],[3,-2],[1,-3],[1,-1],[2,-1]],[[1721,743],[0,-5],[0,-3]],[[1690,720],[0,1],[-2,2],[0,1],[0,1],[-1,3],[1,1],[0,2],[-1,7],[0,4],[-1,8],[0,2],[0,1],[0,4],[1,3],[0,4],[1,3],[-1,2],[0,4],[0,7],[0,1],[2,2],[1,1],[2,4],[1,1],[0,2],[0,2],[0,1],[-2,4],[0,2],[1,6],[-1,2],[0,1]],[[1679,597],[-1,-7],[0,2],[1,7],[0,-2]],[[1652,593],[2,2],[3,3],[1,2],[0,3]],[[1658,603],[1,1],[2,3],[3,4],[-7,8],[-1,0],[-2,4],[-2,1],[0,1],[-1,3],[0,2],[0,1],[1,2],[0,2],[0,1],[-1,3],[-1,1],[2,2],[2,5],[0,5],[1,1],[0,1],[1,2]],[[1656,656],[3,-2],[2,-1],[2,-1],[3,-1],[2,-1],[2,-1],[2,-1],[3,-1]],[[1675,647],[0,-3]],[[1675,644],[-1,-7],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-4]],[[1671,627],[1,-2],[4,0],[1,1],[1,-2],[0,-2],[1,-3],[0,-3],[0,-4],[0,-6],[1,-5],[-1,2],[0,6],[-1,-1],[0,-2],[0,-8],[-1,-4],[-1,-4],[-1,0],[0,-2],[0,-1],[0,-3],[0,-2],[-1,0],[-1,-1],[-1,-1],[1,-2],[-1,-2],[-2,-8],[-2,-3],[0,4],[-1,3],[-1,2],[-2,0],[-2,-1],[-2,3],[-3,1],[-5,5],[0,1],[0,3],[0,4],[0,3]],[[1074,418],[-1,-11],[-1,-10],[0,-11],[-1,-10],[-1,-11],[0,-10],[-1,-11],[-1,-11],[0,-10],[-1,-11],[-1,-10],[0,-11],[-1,-10],[-1,-11],[0,-10],[-1,-11],[-5,1],[-6,0],[-5,1],[-5,0],[-5,1],[-5,1],[-6,0],[-5,1],[-5,0],[-5,1],[-5,1],[-6,0],[-5,1],[-5,1],[-5,0],[-6,1],[2,-7],[3,-2]],[[984,250],[-6,1],[-5,0],[-5,1],[-5,1],[-5,1],[-5,1],[-5,0],[-5,1],[-1,-4],[0,-4],[-1,-4],[0,-4],[-8,1],[-8,1],[-3,1]],[[1076,437],[-1,-5],[0,-5],[0,-4],[-1,-5]],[[750,696],[7,-3],[8,-2],[7,-2],[7,-3],[7,-2],[8,-2],[7,-2],[7,-2]],[[867,663],[-1,-6],[-1,-6],[-1,-6],[-1,-6],[-1,-6],[-1,-5],[0,-6],[-1,-6],[-1,-6],[-1,-6],[-1,-6],[-1,-5],[-1,-6],[-1,-6],[-1,-6],[-1,-6],[0,-5],[-1,-6],[-1,-6],[-1,-6],[-1,-6],[-1,-6],[-1,-5],[-1,-6],[-1,-6],[-1,-6],[0,-6],[-1,-5],[-1,-6],[-1,-6],[-1,-6],[-1,-6]],[[1671,627],[1,4],[1,2],[1,0],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1]],[[1702,655],[0,-3],[1,0],[1,1],[1,2],[2,3],[1,1],[1,1],[1,-1],[2,1],[2,1],[-7,-8],[-2,-2],[-2,-2],[-2,-2],[-2,-1],[-8,-8],[-1,0],[-7,-4],[-3,-1],[-2,-2],[1,3],[0,1],[-1,-1],[-1,-2],[-2,-1],[0,2],[0,2],[0,1],[2,3],[2,3],[1,1],[1,-1],[0,2],[0,1],[1,1],[2,0],[0,1],[1,1],[1,0],[2,0],[1,1],[2,1],[1,1],[4,1],[4,2],[2,2],[2,5],[2,2],[-2,-6],[-2,-2]],[[1563,695],[-1,0]],[[1561,697],[1,1],[1,0]],[[1563,698],[0,-1],[0,-1],[0,-1]],[[1609,745],[-1,1],[1,0],[0,1],[0,-1],[0,-1]],[[1610,757],[-1,-1],[0,1],[1,1],[0,-1]],[[1657,798],[0,-2],[1,-3],[0,-3],[1,-7],[3,-5],[0,-3],[1,-4],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-2],[2,-6],[1,-2],[0,-2],[1,-5],[0,-1],[0,-1],[1,2],[0,1],[1,-1],[1,-2],[1,-4],[1,-3],[0,-3],[1,-6],[1,-3],[0,-4],[1,-2],[0,-2],[1,-2]],[[1680,648],[0,-1],[-2,-4],[-1,-2],[-1,-1],[-1,-2],[0,-1],[0,4],[0,3]],[[1675,644],[0,5],[-1,4],[-1,2],[-1,1],[1,-4],[2,-5]],[[1656,656],[0,1],[-1,1],[-4,1],[-1,1],[-1,1],[-1,2],[-1,2],[0,2],[0,2],[-1,1],[-1,1],[0,1],[-3,0],[-1,2],[-2,2],[-2,-1],[-3,-1],[-3,0],[-3,-1],[-2,-1],[-3,-1],[-3,0],[-2,-1],[-3,-1],[-3,0],[-3,-1],[-2,-1],[-3,0],[-3,-1],[-2,-1],[-3,0],[-3,-1],[-3,-1],[-2,0],[-3,-1],[-3,-1],[-2,0],[-3,-1],[-3,-1],[-3,0],[-2,-1],[-3,-1],[-3,0],[-3,-1],[-2,0],[-3,-1],[-3,-1],[0,6],[-1,5]],[[1551,665],[1,1],[3,4],[2,3],[1,3],[2,2],[2,2],[0,3],[2,2],[1,2],[0,1],[0,2],[0,1],[-1,3],[-1,1]],[[1563,695],[1,2],[0,1],[-1,0]],[[1563,698],[-3,1]],[[1559,706],[7,4],[4,2],[6,2],[6,0],[3,-1],[2,-1],[2,0],[2,1],[3,1],[4,1],[2,0],[0,1],[1,1],[3,2],[1,1],[0,1],[1,3],[2,2],[2,2],[1,0],[1,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,3],[0,1],[-1,1],[-1,1],[0,1],[1,1],[0,-1],[1,0],[1,2],[0,1],[0,1],[0,1],[-2,0],[1,2],[-1,1],[-2,-2],[0,1],[-2,1],[2,3],[6,11],[1,1],[0,1],[0,1]],[[1544,600],[-2,-2],[0,-1],[1,-2],[0,-2],[1,-3],[-1,-7],[-1,-11],[-1,-7],[1,-3],[-2,-4],[-3,-5],[-2,-3],[-1,-1],[-2,0],[-1,1],[-1,-1],[-1,-3],[-1,-1],[-1,-1],[0,-2],[-1,-3],[0,-2],[-1,0],[0,-2],[1,-2],[0,-1]],[[1526,532],[0,-1],[0,1]],[[1526,532],[-1,-1],[-1,-2],[-1,2],[-1,2],[-1,0],[-1,-2],[-1,-5],[-1,-3],[1,-2],[0,-3],[0,-1],[-1,-1],[-1,-1],[0,-3],[-1,-2],[-3,-1],[-2,1]],[[1480,631],[0,-1],[2,0],[1,-1],[2,-1],[3,-1],[1,-2],[2,0],[1,0],[1,2],[1,-1],[2,-1],[-5,-3],[-1,-1],[1,0],[1,0],[2,1],[1,1],[2,0],[3,-2],[1,0],[1,1],[1,1],[2,1],[3,2],[3,1],[3,0],[2,1],[1,2],[3,5],[4,5],[7,6],[6,5]],[[1537,651],[1,-3],[0,-4],[1,-4],[0,-4],[1,-4],[0,-4],[1,-4],[0,-4],[1,-4],[0,-4],[1,-4],[0,-4],[1,-4]],[[1262,304],[-5,2],[-2,1],[-2,1],[-2,3],[-4,3],[-2,1],[-1,-2],[-2,-1],[-2,0],[-2,0],[0,1],[-1,1],[0,1],[-1,-1],[-3,-1],[-1,-2],[-1,0],[-2,1],[-5,-2],[-1,-2],[-2,-1],[-1,-1],[-2,2],[-2,1],[-2,2],[0,2],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,1],[-1,2],[0,1],[-1,0],[-1,-1],[0,-2],[-1,0],[-1,-1],[0,-1],[-1,-3],[-1,0],[0,1],[-1,1],[0,1],[0,2],[0,1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,2],[-2,1],[-1,2],[0,1],[-1,0],[-1,-1],[-2,-3],[-1,-1],[-1,0],[-1,1],[-1,0],[0,3],[0,1],[-2,2],[-1,1],[0,3],[-3,-1],[-3,1],[-1,-2],[-1,-1],[-1,1],[-3,3],[-2,-1],[-2,1],[-4,2],[-3,0],[-1,0],[-1,1],[0,3],[-1,3],[-2,2],[-1,0],[0,-2],[-1,0],[-2,1],[-2,-1],[-2,1],[-4,5],[-1,2],[-1,0],[0,5],[0,4],[0,5],[0,4],[0,5],[0,4],[1,5],[0,4],[0,5],[0,4],[0,5],[0,4],[0,5],[1,4],[0,5],[0,4],[-4,0],[-4,1],[-4,0],[-4,0],[-5,0],[-4,1],[-4,0],[-4,0],[-4,1],[-4,0],[-4,0],[-4,1],[-4,0],[-4,0],[-4,1],[-5,0]],[[723,869],[2,0],[2,-1],[1,-3],[1,-5],[0,-9],[-1,-3],[1,-2],[2,-1],[6,-4],[1,0],[1,0],[5,2],[4,0],[5,-2],[2,-2],[1,-2],[3,-1],[6,0],[7,-1],[4,0],[5,2],[9,0],[5,-1],[3,1],[1,0],[5,-1],[4,-2],[5,-1],[5,-2],[5,-1],[5,-1],[5,-2],[4,-1]],[[668,724],[-1,6],[0,7],[1,3],[2,7],[0,3],[0,6],[1,4],[2,3],[5,11],[1,1],[1,-1],[2,2],[-1,1],[-1,-1],[2,4],[2,4],[1,1],[3,13],[3,10],[2,3],[1,4],[1,4],[1,5],[8,22],[0,3],[2,3],[1,10],[3,11],[0,2],[0,1],[1,0],[0,-2],[5,-1],[3,0],[1,-1],[0,-2],[2,-1],[1,0]],[[1658,603],[-1,-4],[-3,-2],[-1,-2],[-1,-1]],[[1570,570],[-3,0],[-2,-1],[-3,0],[-3,-1],[-2,-1],[-3,0],[-3,-1],[-2,0],[-1,4],[-1,4],[0,5],[-1,4],[0,5],[-1,4],[0,4],[-1,4]],[[1537,651],[4,3],[1,1],[2,2],[0,1],[1,1],[6,6]],[[1721,681],[0,-1],[-1,1],[0,3],[1,0],[0,-1],[0,-2]],[[1722,688],[2,-6],[-1,-2],[-1,0],[0,2],[0,2],[0,2],[0,1],[0,1]],[[1722,690],[0,-2]],[[1722,688],[-2,2],[0,1],[-1,1],[-1,0],[2,-3],[-1,-3],[1,-7],[-1,-3],[-5,-4],[-1,0]],[[1621,357],[-5,-7],[-2,-3],[-3,-10],[-1,-6],[-1,2],[0,2],[0,1],[-1,-3],[2,-5],[-1,-2],[-3,-4],[-1,-1],[-2,-1],[0,-4],[-3,-4],[-1,-1],[-3,0],[1,-3],[-1,-2],[-1,-2],[-2,-2],[-2,0],[-1,-1],[0,-2],[-2,-2],[-3,1],[-2,0],[-2,-1],[3,-1],[2,-2],[0,-3],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,2],[-1,0],[0,-2],[-3,3],[0,-3],[1,-2],[1,-1],[1,-1],[0,-1],[-1,-3],[-2,-1],[0,-2],[0,-1]],[[1069,666],[0,10],[1,9],[1,10],[0,9],[1,10],[1,9],[0,10],[1,9]],[[1496,437],[5,0],[10,2],[8,1],[6,1],[4,1],[4,1],[1,1],[2,0],[3,1]],[[1198,25],[0,-1],[-2,8],[-4,18],[0,10],[1,4],[1,-15],[3,-18],[1,-6]],[[1194,67],[-1,-2],[0,3],[2,8],[5,9],[1,2],[-4,-11],[-3,-9]],[[1202,89],[1,3],[0,2],[2,3],[1,1],[1,-2],[-2,-2],[-3,-5]],[[1209,99],[-1,-1],[1,2],[2,1],[4,4],[1,1],[1,1],[1,0],[-1,-2],[-3,-2],[-5,-4]],[[1251,135],[-2,0],[6,6],[1,2],[1,0],[-2,-4],[-4,-4]],[[1280,167],[-1,0],[-2,-6],[1,-4],[0,-1],[-5,-1],[-11,-7],[-5,-4],[1,2],[5,5],[-2,0],[-3,-1],[-1,0],[1,4],[0,4],[-3,0],[-1,-3],[-1,0],[-1,1],[-1,0],[1,-6],[1,-3],[1,-3],[-3,-4],[-3,-4],[0,-3],[-3,-4],[-3,-3],[-6,-6],[-2,-1],[-3,-2],[-4,-2],[-4,-4],[-1,0],[2,3],[3,2],[-2,0],[-4,1],[-3,0],[0,-1],[-2,-1],[-1,2],[-1,1],[-1,1],[0,1],[-1,-1],[3,-8],[1,0],[1,-1],[-2,-2],[-1,-1],[-3,-1],[-2,3],[-1,-4],[0,-4],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,-1],[-1,-1],[-2,0],[-2,-1],[0,-1],[0,-2],[3,2],[-1,-4],[-2,-4],[-2,-1],[-3,0],[-1,0],[-1,-1],[4,-6],[-3,-9],[-1,-4],[-1,0],[-1,0],[-4,3],[-2,2],[1,-6],[6,-2],[0,-2],[0,-2],[-1,-3],[-1,-3],[0,-2],[1,-5],[1,-3],[0,-8],[1,-3],[5,-12],[1,0],[1,-1],[0,-3],[-4,-1],[-1,-1],[-1,-1],[-2,1],[-4,3],[-5,2],[-7,1],[-5,2],[-2,3],[-3,2],[-3,0],[-2,2],[-2,2],[-3,2],[-3,0],[-2,2],[-2,5],[-1,7],[-2,5],[-3,5],[0,1],[0,1],[0,3],[0,3],[-1,2],[0,2],[0,2],[0,2],[0,3],[-2,4],[-4,3],[-3,5],[-3,7],[-2,5],[-3,3],[-2,3],[0,4],[-1,2],[1,0],[-2,5],[-3,8],[-2,5],[0,4],[-3,4],[-3,5],[-3,4],[0,2],[-6,7],[-2,4],[-1,1],[-2,0],[-1,1],[0,1],[-1,-1],[-4,0],[-5,1],[-4,1],[-3,2],[-2,0],[-1,-2],[-2,-1],[-3,0],[-3,-4],[-3,-7],[-2,-5],[1,-2],[-1,-2],[-2,0],[-1,-2],[-2,-4],[-2,-1],[-2,0],[-4,3],[-6,6],[-4,3],[-3,2],[-3,3],[-2,3],[-2,3],[-2,1],[-3,4],[-2,7],[-1,6],[0,5],[-3,12],[-1,5],[-1,3],[-3,3],[-4,3],[-5,8],[-6,10],[-5,7],[-2,2],[-3,4],[-1,5],[-2,4]],[[926,650],[-1,-5],[0,-5],[-1,-5],[0,-4],[-1,-5],[-1,-5],[0,-4],[-1,-5],[5,-1],[5,-1],[5,-1],[5,-1],[6,-1],[5,-1],[5,-1],[5,-1]],[[1665,528],[-2,-16],[1,-2],[-1,-1],[-2,-1],[-1,-2],[0,-2],[0,-5],[-1,-6],[-2,2],[0,2],[-1,5],[1,8],[1,6],[1,3],[0,5]],[[1668,530],[-1,-7],[-1,0],[1,6]],[[1625,551],[0,-4],[0,-2],[-1,-2],[-2,-4],[0,-3],[0,-5],[1,-1],[1,0],[3,1],[1,0],[4,-5],[6,-1],[2,-1],[2,-2],[3,-2],[2,-2],[1,-1],[-1,-2],[0,-3],[0,-2],[-2,-1],[-1,0],[-8,8],[-1,1],[-3,4],[-3,2],[-1,0],[5,-4],[2,-3],[3,-4],[3,-2],[2,-3],[1,-1],[4,-1],[-1,-2],[3,0],[0,-3],[1,-3],[-3,1],[0,-2],[0,-1],[-1,-2],[-2,1],[-6,6],[0,-1],[1,-1],[3,-4],[3,-2],[3,-1],[2,-2],[0,-1],[1,-2],[-1,-2],[-1,-1],[-2,1],[-1,2],[-2,2],[-1,2],[-2,0],[-7,2],[-5,-1],[0,-1],[1,0],[4,0],[2,-1],[4,-1],[2,0],[2,-4],[3,-3],[1,-2],[2,0],[3,4],[2,-1],[3,0],[1,-1],[1,-4],[2,-3],[1,-4]],[[1664,471],[-2,-1]],[[1529,478],[0,-1],[0,-1],[1,-2],[0,-2],[1,-1],[2,-1],[1,-1],[3,-2],[1,0],[1,0],[1,2],[1,2],[2,2],[3,-2],[1,0],[2,2],[2,0],[1,1],[1,1],[0,2],[0,1],[1,0],[1,0],[1,0],[4,4],[0,-1],[1,-1],[2,2],[1,2],[0,2],[1,2],[-1,1],[0,1],[0,3],[1,3],[3,9],[1,6],[2,3],[0,3],[1,3],[0,5],[1,2],[1,0],[1,-1],[1,-2],[2,-1],[2,1],[2,1],[0,2],[1,4],[0,2],[1,3],[0,2],[1,1],[2,0],[1,2],[1,2],[1,1],[2,4],[2,6],[1,4],[0,3],[0,3],[0,2],[3,-3],[2,-1],[4,-3],[3,-2],[0,3],[1,5]],[[738,907],[1,0],[0,-2],[0,-1],[-1,0],[0,2],[0,1]],[[749,909],[-1,-1],[-1,0],[1,1],[-1,0],[-1,-1],[1,2],[1,3],[0,-2],[1,-2]],[[747,918],[1,2],[0,1],[1,0],[0,-1],[0,-3],[-1,-1],[0,1],[-1,1]],[[752,938],[0,-5],[1,1],[1,-4],[0,-2],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,3],[0,1],[-1,1],[0,2],[0,1],[0,1],[2,2],[1,1],[1,-1],[0,-2],[0,-1],[-3,-1],[-1,0],[2,-1],[0,-1],[0,-1]],[[750,949],[-1,1],[-1,1],[1,1],[0,2],[1,0],[0,-2],[0,-2],[0,-1]],[[747,953],[0,-1],[-1,1],[-1,1],[0,1],[0,2],[1,1],[1,0],[0,-4],[0,-1]],[[753,958],[0,-1],[-1,-1],[-1,0],[0,2],[-1,-2],[-1,1],[0,1],[0,1],[2,1],[2,-2]],[[723,869],[-1,1],[-1,2],[-1,3],[-3,1],[-1,1],[-4,0],[-1,2],[-2,0],[2,3],[1,5],[1,4],[-1,-4],[1,-3],[1,3],[2,5],[-1,2],[-2,2],[1,5],[5,1],[-2,2],[-1,2],[-1,1],[0,-1],[-1,-2],[0,2],[1,3],[0,5],[0,8],[1,9],[0,5],[-2,6],[0,3],[1,6],[2,5],[0,4],[1,-1],[3,-4],[4,-4],[1,-2],[2,-2],[11,-6],[1,0],[2,0],[2,-3],[0,-1],[1,0],[1,0],[2,1],[0,-2],[0,-3],[0,-3],[0,-2],[-3,-4],[-1,0],[1,2],[-6,-7],[-3,-4],[0,-2],[-1,-1],[1,0],[1,0],[3,1],[-2,0],[-1,0],[1,2],[0,1],[2,2],[1,2],[3,1],[1,1],[1,2],[3,2],[0,1],[1,2],[1,0],[-1,-4],[0,-2],[-3,-1],[0,-1],[0,-3]],[[747,918],[-1,0],[0,1],[0,-1],[0,-3],[0,-3],[0,-2],[-1,-4],[-1,0],[-1,0],[0,2],[-1,0],[-1,-3],[-1,0],[1,4],[-2,-1],[-1,-1]],[[738,907],[-2,-3],[-1,-1],[2,-1],[2,0],[1,-1],[1,-1],[2,1],[0,1],[2,3],[1,1],[1,0],[1,0],[1,2],[1,0],[0,5],[1,3],[0,1],[0,1],[0,1],[1,1],[0,2],[0,1],[0,1],[2,3],[1,1],[2,2],[-1,2],[0,1],[-1,2],[0,2],[0,1],[0,-1],[0,-3],[-2,2],[0,1],[0,2],[1,1],[1,1],[1,0],[0,1],[-1,3],[0,2],[-1,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,4],[1,4],[-1,0],[-1,0],[-1,2],[0,2],[0,5]],[[1393,737],[0,1],[-1,2],[0,1],[1,4],[1,2],[0,2],[1,1],[1,1],[0,1],[1,2],[1,1],[1,0],[0,-2],[-1,0],[0,-1],[0,-2],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-4],[-1,0],[-1,0]],[[1401,758],[-1,-1],[-1,0],[0,1],[0,2],[1,0],[1,0],[0,-1],[0,-1]],[[1326,805],[-1,0],[-1,0],[1,1],[2,3],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-1]],[[1328,811],[0,-1],[-2,1],[2,1],[1,0],[-1,-1]],[[1388,747],[0,-1],[-1,-2],[-1,-2],[-2,-2],[-1,-1],[0,-1],[-1,-5],[-1,-3],[0,-3],[0,-1],[1,-1],[1,0],[0,2],[1,1],[1,1],[1,2],[1,4],[1,2],[1,0],[2,1],[1,0],[1,-1]],[[1393,737],[0,-1],[1,-1],[-1,-2],[0,-3],[-1,-2],[-1,-4],[0,-4],[0,-4],[1,-2],[-1,-2],[-1,-2],[-1,-3],[0,-3],[0,-3],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-5],[0,-2],[0,-2],[0,-2],[-1,-4],[0,-2],[0,-1],[0,-3],[0,-2],[1,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[1,-1],[0,-3],[0,-1],[1,-2],[0,-2],[0,-3],[0,-5],[1,-2]],[[1300,803],[0,-1],[2,-1],[1,-1],[2,1],[6,3],[3,1],[2,3],[0,1],[1,-1],[1,0],[3,3],[1,1],[1,0],[1,-1]],[[1324,811],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[3,2],[0,1],[0,1],[3,-2],[1,-2],[1,0],[2,0]],[[1324,811],[0,1],[1,0],[0,-1],[0,-1],[-1,1]],[[1330,815],[0,-1],[0,2],[1,0],[0,-1],[-1,0]]],"transform":{"scale":[0.4545460214198311,-0.36418209104552274],"translate":[57.6812515908789,748]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment