Skip to content

Instantly share code, notes, and snippets.

@bricedev
Last active December 11, 2019 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bricedev/90a59fe4882541220971 to your computer and use it in GitHub Desktop.
Save bricedev/90a59fe4882541220971 to your computer and use it in GitHub Desktop.
SA Lambert Conformal Conic

Admin 0 South America projected topojson (Lambert Conformal Conic).

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.countries {
fill: #222;
stroke: #fff;
}
.countries :hover {
fill: #8a8a8a;
}
</style>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.19/topojson.min.js"></script>
<script>
var width = 960,
height = 800;
var path = d3.geo.path()
.projection(null);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("sa.json", function(error, sa) {
if (error) throw error;
svg.append("g")
.attr("class","countries")
.selectAll("path")
.data(topojson.feature(sa, sa.objects.countries).features)
.enter().append("path")
.attr("d", path)
.append("title")
.text(function(d) { console.log(d); return d.properties.ADMIN; });
});
d3.select(self.frameElement).style("height", height + "px");
</script>

ogr2ogr
-f 'ESRI Shapefile'
-t_srs 'EPSG:102015'
-where "continent IN ('South America')"
sa-projected.shp
ne_10m_admin_0_countries.shp

topojson
--width 960
--height 800
--margin 20
--properties ADMIN
--properties ADMO0_A3
--properties GEOUNIT
--properties NAME
-o sa.json
-- countries=sa-projected.shp

Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"countries":{"type":"GeometryCollection","bbox":[-4561022.492151152,-2737819.2083056965,3515292.238881048,5349447.76766034],"geometries":[{"type":"MultiPolygon","properties":{"ADMIN":"Argentina","GEOUNIT":"Argentina","NAME":"Argentina"},"arcs":[[[0,1]],[[2]],[[3,4]],[[5]],[[6]],[[7]],[[8]],[[9,10,11,12,13,14]]]},{"type":"Polygon","properties":{"ADMIN":"Bolivia","GEOUNIT":"Bolivia","NAME":"Bolivia"},"arcs":[[15,-15,16,17,18]]},{"type":"MultiPolygon","properties":{"ADMIN":"Brazil","GEOUNIT":"Brazil","NAME":"Brazil"},"arcs":[[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30]],[[31]],[[32]],[[33]],[[34]],[[35]],[[36]],[[37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[47]],[[48]],[[49]],[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61,62,63,-11,64,-19,65,66,67,68]]]},{"type":"MultiPolygon","properties":{"ADMIN":"Chile","GEOUNIT":"Chile","NAME":"Chile"},"arcs":[[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[77]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83]],[[84]],[[85]],[[86]],[[87]],[[88]],[[89]],[[90]],[[91]],[[92]],[[93]],[[94]],[[95]],[[96]],[[97]],[[98]],[[99]],[[100]],[[101]],[[102]],[[103]],[[104]],[[-4,105,-1,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]],[[148]],[[149]],[[150]],[[151]],[[152]],[[153]],[[154]],[[155]],[[156]],[[157]],[[158]],[[159]],[[160]],[[161]],[[162]],[[163]],[[164]],[[165]],[[166]],[[167]],[[168]],[[169]],[[170]],[[171]],[[172]],[[173]],[[174]],[[175]],[[176]],[[177]],[[178]],[[179]],[[180]],[[181]],[[182]],[[183]],[[184]],[[185]],[[186]],[[187]],[[188]],[[189]],[[190]],[[191]],[[192]],[[193]],[[194]],[[195]],[[196]],[[197]],[[198]],[[199]],[[200]],[[201]],[[202]],[[203]],[[204]],[[205]],[[206]],[[207]],[[208]],[[209]],[[210]],[[211]],[[212]],[[213]],[[214]],[[215]],[[216]],[[217]],[[218]],[[219]],[[220]],[[221]],[[222]],[[223]],[[224]],[[225]],[[226]],[[227]],[[228]],[[229]],[[230]],[[231]],[[-14,232,233,-17]]]},{"type":"MultiPolygon","properties":{"ADMIN":"Colombia","GEOUNIT":"Colombia","NAME":"Colombia"},"arcs":[[[234]],[[235]],[[236]],[[237]],[[238]],[[239]],[[240]],[[241,-67,242,243,244]],[[245]],[[246]]]},{"type":"MultiPolygon","properties":{"ADMIN":"Ecuador","GEOUNIT":"Ecuador","NAME":"Ecuador"},"arcs":[[[247]],[[248]],[[249]],[[250]],[[251]],[[252]],[[253]],[[254]],[[255]],[[256]],[[257]],[[258]],[[259]],[[260,261,-244]],[[262]]]},{"type":"MultiPolygon","properties":{"ADMIN":"Falkland Islands","GEOUNIT":"Falkland Islands","NAME":"Falkland Is."},"arcs":[[[263]],[[264]],[[265]],[[266]],[[267]],[[268]],[[269]],[[270]],[[271]],[[272]],[[273]],[[274]],[[275]],[[276]],[[277]]]},{"type":"MultiPolygon","properties":{"ADMIN":"Guyana","GEOUNIT":"Guyana","NAME":"Guyana"},"arcs":[[[278]],[[279,-69,280,281]]]},{"type":"MultiPolygon","properties":{"ADMIN":"Peru","GEOUNIT":"Peru","NAME":"Peru"},"arcs":[[[282]],[[283]],[[284]],[[285]],[[-66,-18,-234,286,-261,-243]]]},{"type":"Polygon","properties":{"ADMIN":"Paraguay","GEOUNIT":"Paraguay","NAME":"Paraguay"},"arcs":[[-65,-10,-16]]},{"type":"Polygon","properties":{"ADMIN":"Suriname","GEOUNIT":"Suriname","NAME":"Suriname"},"arcs":[[-62,-280,287]]},{"type":"Polygon","properties":{"ADMIN":"Uruguay","GEOUNIT":"Uruguay","NAME":"Uruguay"},"arcs":[[288,-12,-64]]},{"type":"MultiPolygon","properties":{"ADMIN":"Venezuela","GEOUNIT":"Venezuela","NAME":"Venezuela"},"arcs":[[[289]],[[290]],[[291]],[[292]],[[293]],[[294]],[[295]],[[296]],[[297]],[[298]],[[299]],[[300]],[[301]],[[302]],[[303]],[[304]],[[305]],[[306]],[[307]],[[308]],[[309]],[[310]],[[-281,-68,-242,311]],[[312]]]}]}},"arcs":[[[4874,155],[1,5],[0,9]],[[4875,169],[1,-1],[2,-4],[1,-2],[2,-1],[0,-2],[1,-2],[-2,-1],[-6,-1]],[[5258,199],[2,-1],[2,1],[0,-1],[1,0],[2,0],[2,1],[2,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,1],[-1,2],[0,1],[2,1],[0,-1],[2,-1],[1,0],[1,1],[1,1],[1,0],[0,-1],[1,-3],[1,-1],[1,0],[3,2],[10,3],[3,-1],[-1,-1],[2,0],[2,2],[1,1],[2,-3],[-2,-1],[-1,-1],[-1,-1],[-1,-4],[0,-1],[-2,0],[-1,0],[-1,-1],[-5,-4],[-1,0],[-1,0],[1,2],[1,3],[0,1],[0,3],[-1,0],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[-3,1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-1],[-9,-2],[0,-1],[-1,-1],[-2,0],[-1,2],[0,1],[1,2],[1,4],[-2,0],[-1,0],[0,-1],[-2,1],[-1,0],[-2,-2],[-4,-4],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[-2,0],[-3,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[1,0],[1,-1],[-1,-1],[-5,-3],[-1,-1],[-1,-3],[-1,-1],[-1,-1],[-5,0],[-1,1],[0,1],[0,1],[1,1],[1,2],[-8,5],[0,3],[2,2],[2,1],[1,2],[1,2],[3,-1],[4,-3],[2,0],[5,3],[2,1],[-5,5],[-1,3],[2,1],[1,-1],[2,-3],[1,-1],[4,-1],[1,0],[1,1],[1,1],[1,0],[1,0],[0,-1],[1,-2],[0,-2],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,2],[-1,2],[0,2],[1,3],[1,0],[1,-2]],[[4874,171],[-2,42],[-2,41],[-3,41],[-2,41],[-2,40],[-3,41],[-2,40],[-2,41]],[[4856,498],[3,-2],[1,-2],[2,-4],[1,-2],[6,-8],[7,-11],[1,-2],[7,-5],[3,-4],[3,-4],[2,-6],[4,-16],[1,-2],[-1,-2],[-1,1],[-1,3],[-3,11],[-2,1],[-2,0],[-2,-2],[-3,-2],[-3,-3],[-4,-6],[-5,-5],[-3,-7],[0,-6],[1,-5],[4,-5],[6,-4],[4,0],[4,-1],[6,-1],[10,1],[7,-4],[2,-5],[2,-2],[-1,-6],[1,-1],[1,-3],[2,-7],[0,-3],[6,-9],[1,-2],[18,-18],[7,-5],[2,-2],[0,-3],[0,-2],[2,0],[2,1],[3,-2],[6,-3],[1,-2],[-2,0],[-1,-3],[1,-4],[1,-2],[26,-21],[14,-10],[11,-4],[6,-4],[2,-3],[3,-2],[13,-5],[6,-5],[5,-9],[9,-8],[3,-4],[3,-2],[1,-4],[3,-1],[3,0],[4,-1],[8,-5],[31,-14],[2,-1],[2,0],[1,0],[3,-3],[1,0],[7,0],[7,-2],[21,4],[5,0],[2,0],[6,3],[14,-2],[1,0],[0,-3],[-2,-2],[-1,-1],[-1,-1],[-3,-9],[1,0],[0,-2],[1,-1],[-3,-3],[-1,-1],[0,-1],[1,-2],[0,-2],[-2,-1],[-2,-3],[-1,-1],[-2,-9],[-1,-2],[-1,0],[-2,-1],[-2,1],[0,1],[0,2],[0,2],[-3,1],[-3,0],[-2,-2],[1,-3],[-2,-3],[-7,1],[-3,-1],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-2,0],[-1,0],[-2,1],[-1,2],[0,1],[0,2],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-2,0],[-4,-1],[-6,2],[-2,-2],[-6,1],[-2,-1],[2,-2],[2,-3],[-2,-2],[-2,-3],[-6,-2],[-5,-2],[-7,0],[-10,-1],[-5,-1],[0,-3],[0,-2],[-5,-2],[-2,-1],[-8,0],[-8,3],[-3,1],[-2,2],[-1,2],[-2,2],[-8,6],[-3,0],[-10,1],[-8,3],[-27,1],[-18,2],[-12,-2],[-23,2],[-14,1],[-4,4],[-8,0],[-5,3],[-3,1],[-1,-2],[0,-3],[0,-2],[-1,-1],[-17,-3],[-2,1],[-2,1],[-3,4],[-4,4],[-1,0]],[[5435,2252],[-3,-4],[-2,-5],[-2,-2],[-3,-1],[-3,1],[1,5],[-1,2],[-3,-2],[-3,0],[-2,2],[2,2],[2,4],[1,6],[2,6],[1,0],[3,0],[4,0],[3,-3],[1,-4],[3,-3],[-1,-4]],[[5437,2273],[-1,-2],[-1,3],[-1,3],[-2,3],[-5,7],[-3,6],[2,6],[2,1],[3,-1],[3,-2],[3,-3],[-1,-6],[0,-8],[1,-7]],[[5445,2432],[1,1],[0,1],[0,1],[1,-1],[2,-3],[2,-6],[0,-2],[-1,-2],[-2,-1],[-2,1],[-2,1],[-1,2],[-7,3],[-3,1],[-1,2],[-5,6],[-1,3],[0,2],[2,0],[4,-2],[10,-2],[2,-4],[1,-1]],[[5436,2451],[3,-3],[0,-2],[0,-1],[-2,-1],[-2,0],[-2,1],[-6,4],[-2,-1],[-2,0],[-1,2],[1,2],[9,0],[4,-1]],[[5326,4654],[1,0],[1,0],[1,-1],[1,-1],[-1,0],[1,-2],[-1,-1],[-1,-1],[0,-1],[1,-2],[2,0],[1,-1],[2,0],[2,-1],[3,-1],[3,-4],[1,-1],[5,-1],[1,-1],[1,-2],[2,-2],[9,-6],[2,-1],[1,0],[4,0],[1,-1],[1,0],[1,-1],[0,-2],[0,-1],[1,0],[1,0],[3,-3],[1,-2],[-1,-3],[-1,-2],[0,-2],[1,-1],[3,-1],[2,-1],[1,0],[1,-1],[-1,-3],[0,-2],[2,-1],[-1,-3],[0,-1],[2,0],[1,-1],[0,-2],[1,-1],[3,-4],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[1,0],[1,0],[0,-2],[1,-2],[3,-2],[2,-3],[2,-5],[1,-1],[0,-2],[0,-3],[0,-1],[2,-2],[4,-5],[14,-8],[1,-1],[3,-4],[1,-1],[3,-2],[1,-1],[1,-1],[1,-2],[1,-1],[0,-2],[0,-3],[2,-1],[1,-1],[2,-1],[2,-2],[1,0],[2,-1],[5,0],[2,-1],[6,-6],[1,0],[2,-1],[2,0],[-1,-1],[0,-1],[0,-2],[2,-1],[1,-3],[1,-1],[2,0],[3,0],[2,-1],[1,-1],[2,-1],[1,-1],[2,-1],[2,0],[8,-3],[1,-2],[1,-2],[1,-2],[3,0],[1,-1],[2,-2],[1,-1],[1,0],[2,0],[1,0],[2,-1],[1,-2],[2,-1],[2,-1],[2,-1],[0,-3],[0,-3],[-1,-2],[1,-1],[2,-4],[3,-1],[2,-3],[2,-3],[0,-1],[1,-1],[1,-3],[1,-1],[4,-2],[5,1],[4,-2],[4,-3],[4,-2],[2,-1],[4,0],[7,1],[1,-1],[2,-2],[1,0],[6,0],[1,0],[2,0],[2,-2],[1,0],[0,-1],[2,-4],[1,0],[4,0],[2,-1],[4,-3],[7,-1],[5,0],[1,0],[1,-1],[2,-2],[2,-1],[1,0],[3,0],[10,-1],[9,0],[3,1],[5,2],[3,0],[2,-1],[43,-28],[4,-5],[2,-3],[1,-1],[1,0],[3,0],[2,-2],[3,0],[1,-1],[1,-1],[1,-1],[3,-2],[2,-1],[1,-1],[1,0],[0,-2],[0,-1],[3,-1],[5,-4],[1,-1],[2,-5],[2,-2],[4,-2],[2,-2],[1,0],[2,0],[1,-1],[0,-1],[1,-1],[5,-2],[4,-2],[2,-1],[5,-3],[2,-1],[2,0],[1,0],[1,-1],[3,-2],[1,-1],[4,-1],[22,-17],[3,-1],[6,0],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[26,-5],[3,-2],[1,-1],[3,-4],[7,-9],[1,-1],[1,-1],[0,-1],[2,0],[1,0],[1,1],[2,1],[3,3],[2,2],[2,0],[11,-8],[1,-2],[2,0],[8,-4],[1,0],[3,0],[1,0],[1,-1],[0,-2],[1,-1],[1,-1],[10,0],[2,-1],[2,-1],[5,-6],[2,-2],[3,-2],[2,-1],[3,-9],[3,-3],[3,-3],[4,-9],[0,-1],[7,-6],[2,-2],[0,-2],[0,-2],[-1,-11],[-1,-3],[-1,-1],[-2,0],[-1,-1],[-1,-3],[-1,-1],[-2,0],[-3,0],[-1,-3],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-3,-1],[-1,-1],[-3,-4],[1,-1],[1,-1],[1,0],[1,-1],[-1,-1],[-2,-2],[-2,-2],[-3,-1],[-1,-1],[0,-2],[2,-5],[-2,-2],[-2,-1],[-2,-2],[-3,0],[0,-1],[0,-1],[3,-1],[0,-2],[-1,-1],[-1,-1],[-4,-4],[-1,-1],[6,-2],[0,-2],[-2,-2],[-14,-10],[-4,-2],[-7,-3],[-1,-1],[-2,-4],[-1,-3],[-1,-1],[0,1],[-1,0],[-1,1],[-1,0],[0,-2],[2,-1],[1,-1],[2,-2],[0,-1],[-2,-2],[-2,-1],[-2,0],[-1,-1],[0,-2],[0,-5],[0,-2],[-1,-2],[-4,-6],[-1,-2],[1,-2],[3,-3],[-1,-1],[-2,-1],[0,-1],[0,-3],[-1,-2],[0,-2],[0,-2],[1,-1],[2,-2],[1,-1],[1,-1],[1,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[1,-1],[1,-2],[0,-1],[-1,0],[-1,-1],[-4,1],[0,1],[-1,0],[0,-2],[-1,-2],[0,-11],[-1,0],[-1,0],[-1,0],[-2,-1],[0,-1],[1,-2],[1,-1],[-2,-1],[-2,0],[-2,1],[-2,-1],[-2,-3],[2,-2],[2,-1],[1,-3],[-2,-1],[-5,0],[-1,-1],[-2,-2],[-2,-1],[-5,-1],[-2,-2],[-1,-1],[0,-2],[2,-2],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-6,-1],[-2,-1],[-2,-3],[-1,-4],[1,-1],[1,-2],[3,-2],[2,-3],[0,-2],[-1,-7],[1,1],[10,4],[32,3],[13,-2],[2,0],[7,1],[3,0],[2,-1],[7,-1],[4,-2],[1,0],[6,-1],[5,-2],[11,-3],[2,0],[19,-10],[1,-1],[1,0],[3,-1],[12,2],[3,0],[3,-1],[1,-1],[2,-2],[1,0],[1,-1],[1,0],[5,-2],[1,-1],[3,-2],[1,-1],[2,0],[2,-1],[1,0],[5,0],[4,1],[11,6],[5,1],[4,1],[4,-2],[7,-7],[4,-3],[4,1],[7,4],[5,2],[3,0],[7,-1],[5,-6],[2,-3],[3,-4],[3,-3],[4,-1],[4,0],[2,3],[2,4],[2,4],[2,2],[2,3],[0,2],[0,4],[1,3],[2,1],[4,1],[2,1],[5,5],[2,2],[3,1],[3,0],[3,-1],[8,-3],[2,-1],[2,0],[1,0],[3,1],[3,0],[2,-1],[2,-3],[1,-5],[1,-1],[2,-1],[3,-1],[7,-4],[4,3],[4,5],[4,3],[3,0],[2,1],[2,2],[1,3],[0,2],[0,1],[0,1],[2,3],[0,1],[0,2],[-1,1],[-2,5],[0,2],[3,1],[2,1],[1,2],[0,3],[2,2],[2,0],[3,0],[3,0],[1,2],[1,6],[1,3],[1,2],[2,2],[2,1],[3,1],[5,1],[6,3],[3,-1],[2,-1],[2,-1],[2,0],[5,-1],[2,0],[2,2],[1,3],[-2,5],[1,2],[8,7],[2,1],[6,1],[2,0],[2,2],[1,2],[1,2],[2,6],[1,3],[2,2],[3,0],[5,0],[1,0],[1,-1],[1,0],[2,2],[1,3],[1,3],[0,3],[0,3],[-1,1],[0,2],[1,3],[2,2],[4,2],[3,4],[1,2],[1,2],[1,8],[1,1],[2,4],[0,6],[0,3],[0,1],[1,1],[2,2],[0,2],[0,1],[-2,3],[0,2],[2,8],[1,3],[-1,4],[-1,4],[0,2],[0,1],[0,1],[1,1],[3,0],[1,0],[1,2],[0,3],[0,5],[0,3],[2,2],[1,2],[0,3],[0,1],[-3,4],[0,1],[-1,3],[-2,7],[1,3],[1,1],[4,0],[2,1],[-1,3],[-1,4],[0,2]],[[6284,4211],[5,1],[1,-1],[1,-1],[0,-2],[1,-2],[2,1],[3,-1],[2,-2],[1,-2],[0,-3],[0,-1],[1,-1],[0,-1],[2,0],[0,1],[0,3],[0,2],[1,1],[2,1],[1,1],[0,1],[0,1],[0,1],[1,2],[1,0],[1,0],[2,-1],[2,0],[2,3],[1,1],[3,0],[1,-1],[2,-1],[1,-3],[1,-1],[1,2],[1,0],[1,0],[2,0],[2,0],[0,2],[-2,4],[1,1],[1,-1],[2,-1],[2,1],[1,0],[3,4],[1,0],[1,1],[0,-1],[1,0],[-1,-3],[-1,-2],[-1,-2],[0,-2],[1,-2],[1,-1],[1,-1],[1,0],[1,1],[0,1],[-1,2],[0,1],[1,1],[1,-1],[2,-2],[2,1],[1,0],[2,0],[2,-2],[2,-1],[0,-3],[0,-2],[1,-4],[3,0],[4,3],[1,-1],[2,-3],[1,-5],[-1,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[3,-3],[0,-1],[1,-2],[1,-3],[-1,-7],[1,-7],[0,-2],[-1,-1],[0,-1],[0,-2],[1,-1],[4,-4],[3,-4],[1,-4],[1,-4],[1,-4],[5,-9],[2,-4],[1,-5],[-2,-4],[-5,-7],[-1,-4],[1,-12],[-1,-4],[-1,-2],[-1,0],[-1,-1],[0,-2],[1,-1],[0,-1],[0,1],[0,-3],[-2,-4],[0,-2],[0,-5],[0,-3],[-1,-2],[-1,-1],[-1,0],[-1,0],[0,-2],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[2,0],[1,-5],[1,-8],[0,-4],[-2,-4],[-5,-11],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-4],[0,-2],[0,-1],[-2,-1],[-1,0],[0,-1],[1,-2],[0,-1],[-1,-2],[-2,-1],[0,1],[-1,2],[-1,2],[-2,1],[-1,-1],[-1,-4],[-1,-1],[-2,0],[-2,2],[-1,1],[-2,-1],[0,-2],[0,-1],[0,-2],[-2,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,-2],[-9,-9],[-5,-1],[-3,2],[0,3],[-1,1],[-1,1],[-2,-3],[-3,-8],[-1,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[-1,0],[-1,-1],[-2,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-2,1],[-1,2],[-2,2],[0,-4],[0,-2],[-1,-1],[-1,-1],[-1,0],[0,1],[0,3],[-2,2],[-1,0],[-5,0],[-2,0],[0,-1],[1,-3],[0,-2],[-2,-2],[-8,-1],[-1,0],[-1,0],[0,1],[-2,2],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-2,-3],[-1,-1],[-2,0],[0,2],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-3,0],[-1,0],[-5,-1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[-1,1],[-1,0],[-2,-2],[-1,-1],[-1,-2],[0,-4],[-2,-2],[-2,-1],[-3,0],[-1,-1],[0,-5],[-1,-5],[0,-3],[-1,-1],[-2,-1],[-7,-5],[-2,-1],[-3,1],[-1,1],[-3,1],[-2,-1],[1,-2],[4,-4],[1,-2],[0,-2],[-2,0],[-2,2],[-2,0],[-2,0],[-1,-1],[-1,-1],[-1,-3],[-2,0],[-2,3],[-2,1],[-3,-1],[-1,-2],[-2,-2],[-4,-4],[-1,0],[-1,0],[-3,1],[-1,0],[-2,-2],[-1,-2],[0,-2],[-3,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[1,-3],[-1,-1],[-1,-1],[-5,-6],[-1,-1],[-2,0],[-2,-1],[0,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,-3],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-2,0],[0,1],[0,1],[0,1],[-3,1],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-5,-4],[-8,-2],[-3,-2],[1,-4],[1,-1],[5,-2],[1,-1],[2,0],[1,-2],[2,-3],[-2,-6],[-1,-2],[-1,-2],[-2,-1],[-1,1],[0,2],[-2,3],[-4,1],[-5,1],[-3,1],[-5,-2],[-3,-2],[1,-3],[0,-1],[0,-6],[0,-1],[-1,-1],[-1,0],[-4,-1],[-3,-1],[-4,-1],[-1,-2],[-1,-2],[1,-3],[-1,-5],[-2,-3],[-7,-5],[-10,-12],[-4,-2],[-5,-1],[-3,-1],[-1,-2],[-1,-11],[-3,-5],[-8,-4],[-2,-5],[0,-6],[-1,-2],[-1,-3],[-2,-1],[-8,-2],[-4,-2],[-4,-2],[-4,-4],[-3,-5],[-1,-1],[-1,-2],[0,-2],[1,-2],[-1,-2],[-2,-6],[-2,-2],[-2,-2],[-1,-1],[-4,-2],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-2,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[-9,-8],[-1,-2],[-1,-1],[-5,-4],[-1,-2],[-2,-4],[-3,-3],[-1,-2],[-1,-1],[-8,-9],[-3,-2],[-2,0],[-5,0],[-5,-1],[-5,-2],[-3,-3],[-2,-4],[-2,-15],[0,-2],[-10,-8],[-11,-13],[-5,-4],[-3,0],[-4,-1]],[[5919,3621],[-3,0],[-1,-1],[0,-3],[2,-6],[-1,-5],[-2,-4],[-23,-20],[-3,-4],[-2,-5],[1,-5],[2,-5],[2,-3],[2,-5],[1,-3],[1,-5],[1,-3],[0,-2],[0,-4],[0,-5],[0,-2],[-1,-3],[0,-2],[-2,0],[-2,0],[-5,-1],[-2,-1],[-1,-3],[1,-1],[4,-7],[1,-6],[-2,-5],[-3,-4],[-1,-6],[0,-6],[0,-3],[-1,-2],[-2,-5],[-1,0],[-2,-2],[-1,-1],[-1,-2],[-1,-6],[-1,-3],[-2,-1],[-4,-3],[-2,-2],[-1,-4],[2,-3],[2,-1],[2,-2],[3,-4],[1,-6],[-1,-6],[-7,-20],[-1,-2],[-3,-1],[-5,-1],[-3,-1],[-2,-1],[-3,-4],[-1,-2],[2,-3],[3,-4],[1,-4],[1,-6],[-1,-6],[-1,-5],[-2,-4],[-1,-2],[1,-3],[8,-10],[1,-4],[-1,-4],[-7,-11],[-3,-5],[-1,-2]],[[5848,3325],[-2,-6],[-1,-5],[1,-17],[2,-9],[1,-13],[2,-3],[2,-5],[1,-2],[0,-2],[-2,-5],[-1,-3],[2,-6],[0,-3],[-1,-2],[-4,-3],[-2,-1],[-2,0],[-2,0],[-16,3],[-4,-2],[0,-1],[-1,-1],[0,-1],[2,-1],[0,-1],[0,-1],[-1,-2],[0,-3],[-1,-6],[0,-2],[1,-6],[1,-3],[-1,-1],[-2,-1],[-2,-3],[-4,-4],[-2,-5],[-1,-6],[-2,-5],[0,-6],[1,-6],[-1,-1],[-1,-3],[-1,-9],[0,-3],[1,-6],[2,-4],[6,-9],[1,-2],[0,-2],[1,-6],[1,-8],[0,-1],[-1,-2],[0,-1],[1,0],[1,-1],[3,-1],[1,-1],[0,-2],[1,-2],[0,-6],[-1,-4],[0,-2],[0,-1],[1,-2],[0,-1],[-3,-4],[-1,-1],[-1,-2],[0,-1],[-2,-2],[-2,-1],[-2,-1],[-2,1],[-1,0],[-4,0],[-1,0],[0,-1],[-1,-1],[-1,0],[6,-4],[2,-2],[3,-2],[2,-3],[-2,-4],[-2,-1],[-1,-2],[-2,-2],[0,-2],[1,-2],[3,-2],[0,-1],[0,-3],[0,-1],[3,-2],[2,-1],[2,-2],[4,-2],[1,-2],[2,-3],[2,-3],[2,-3],[8,-6],[5,-5],[4,-2],[4,-1],[3,0],[3,-2],[3,-1],[4,-1],[4,-5],[2,-1],[7,0],[1,0],[2,-2],[5,-4],[5,-5],[8,-3],[9,-7],[9,-4],[3,-4],[5,-4],[10,-10],[4,-6],[5,-5],[2,-3],[5,-8],[4,-8],[3,-6],[0,-4],[-2,-5],[-3,-5],[-5,-6],[-11,-17],[-4,-4],[-1,-5],[-1,-3],[-1,-6],[-1,-4],[1,-5],[0,-5],[1,-4],[0,-1],[0,-2],[2,-2],[1,-1],[2,-8],[1,-3],[0,-1],[2,-1],[2,-2],[0,-1],[1,-3],[1,-2],[15,-16],[11,-7],[5,-1],[3,-1],[0,-2],[-1,-2],[0,-1],[2,2],[3,2],[4,2],[3,0],[7,-1],[-1,4],[0,2],[2,0],[2,-2],[1,-2],[1,-5],[0,-1],[2,-3],[0,-16],[2,-8],[0,-3],[0,-18],[0,-15],[0,-6],[-2,-5],[-12,-14],[-11,-16],[-14,-25],[-4,-9],[-12,-16],[-4,-4],[-12,-10],[-4,-7],[-2,-1],[-1,-1],[-9,-11],[-3,-5],[-3,-5],[-2,-6],[-1,-5],[-1,-6],[1,-1],[1,-2],[0,-1],[-1,-2],[0,-4],[0,-2],[-3,-5],[-3,-4],[-10,-7],[-12,-6],[-7,-5],[-17,-10],[-4,-1],[-1,0],[-6,-5],[-4,-2],[-12,-5],[-4,-3],[-2,0],[-10,-2],[-8,-2],[-7,-5],[-18,-4],[-22,-7],[-6,-4],[-3,-1],[-4,-2],[-30,-6],[-30,-6],[-18,-7],[-2,0],[-7,0],[-49,-9],[-16,-3],[-17,-2],[-21,-5],[-12,0],[-3,1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-10,-2],[-20,2],[-10,0],[-7,-2],[-1,-1],[-1,-1],[-17,2],[-1,1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-4,-1],[-5,1],[-20,5],[-4,2],[-3,3],[-2,4],[-2,5],[-2,2],[-1,1],[-17,1],[-2,1],[-2,1],[-3,-2],[-1,-2],[1,-1],[0,-3],[2,-5],[-1,-2],[2,1],[1,0],[1,-1],[1,-2],[0,-5],[0,-1],[1,0],[1,0],[4,0],[-1,-2],[0,-2],[0,-2],[-3,-1],[-1,-2],[-1,-5],[-1,-2],[-1,-2],[0,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-3],[1,-2],[1,-2],[5,-4],[2,-2],[-1,0],[-2,0],[-2,2],[-2,-2],[1,-2],[2,-1],[3,0],[8,0],[3,-1],[8,-4],[5,-3],[2,-4],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-2,1],[-6,5],[-2,3],[-1,2],[-1,1],[-1,0],[0,-1],[-2,1],[-6,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[2,0],[0,-2],[1,-2],[2,-3],[5,-4],[2,-1],[5,-2],[2,0],[1,0],[0,-2],[1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-10],[-1,-1],[0,-2],[-2,-18],[0,-13],[-1,-2],[-1,0],[-3,-2],[-1,-1],[-8,2],[-2,1],[-4,4],[-1,-2],[1,-1],[2,-3],[-3,-1],[0,-1],[0,-2],[0,-4],[0,-2],[-2,-5],[0,-4],[-2,-6],[-1,-1],[0,-2],[3,-7],[0,-3],[-2,-6],[0,-2],[-1,-3],[-2,-1],[-3,-1],[-2,-1],[-2,-2],[-2,-3],[-1,-2],[-1,-3],[1,-2],[3,-6],[2,-8],[1,-1],[0,-1],[2,-3],[1,-1],[3,-1],[3,-2],[2,-1],[0,-3],[0,-1],[2,-1],[1,-3],[1,-1],[2,2],[2,-6],[0,-4],[-2,-1],[-5,1],[-2,3],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[1,-2],[1,-1],[8,5],[3,2],[3,0],[-1,-2],[-4,-2],[0,-2],[-1,-2],[-1,-4],[0,-3],[0,-1],[-3,-7],[-3,-7],[-3,-4],[-15,-8],[-12,-8],[-7,-3],[-2,-2],[-2,-1],[-2,-2],[-2,0],[-3,0],[-2,0],[-1,0],[-1,-2],[-3,-2],[-1,-2],[-8,-2],[-12,-7],[-5,-1],[-22,1],[-5,-2],[-2,0],[-10,0],[-15,-1],[-16,0],[-5,1],[-4,2],[-11,10],[-4,2],[-5,0],[-1,0],[0,1],[0,2],[1,2],[-1,1],[-2,-1],[-3,-1],[-2,-1],[-4,1],[-26,13],[-14,3],[-10,5],[-9,2],[-5,0],[-7,-1],[-4,0],[-2,1],[-1,2],[2,2],[3,0],[2,0],[-1,-2],[1,0],[1,0],[1,1],[6,0],[2,0],[1,1],[-1,3],[-3,1],[-2,1],[3,3],[-3,2],[-10,2],[-6,-1],[-3,-2],[-1,0],[2,-1],[3,1],[2,0],[-1,-2],[0,-2],[1,0],[2,-2],[-11,0],[-2,-1],[-1,-1],[-8,-7],[-1,-1],[-1,-2],[1,-3],[-1,-1],[-1,-3],[-1,-2],[-1,-4],[0,-3],[0,-5],[4,-24],[5,-16],[0,-4],[3,-7],[1,-5],[1,-4],[6,-6],[2,-4],[0,-4],[-1,-5],[-1,-4],[-2,-3],[0,-3],[1,-5],[3,-8],[0,-5],[-2,-6],[-3,-10],[-2,-6],[1,-4],[2,-4],[5,-11],[4,-4],[3,-4],[9,-5],[1,0],[2,0],[1,0],[1,-1],[2,-1],[2,-1],[3,-1],[2,-1],[5,0],[3,0],[2,-2],[2,-1],[2,0],[3,1],[2,1],[3,0],[1,-1],[1,0],[2,-2],[0,-1],[-3,-1],[-1,-3],[-8,-11],[-1,-2],[0,-4],[0,-1],[3,-1],[9,1],[4,-2],[3,0],[4,1],[2,1],[2,1],[2,1],[19,-1],[3,1],[1,2],[0,1],[3,3],[1,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,3],[0,1],[-1,2],[-2,1],[-5,0],[-11,-1],[-6,1],[-4,2],[3,2],[15,3],[12,7],[8,7],[9,4],[6,2],[5,-1],[3,-4],[3,-4],[3,-8],[1,-2],[0,-2],[2,-2],[3,-3],[3,-5],[1,-6],[-1,-14],[3,-20],[-1,-6],[-3,-6],[-1,-5],[1,-5],[-5,-7],[-6,-4],[-21,-5],[-7,0],[-2,-1],[-4,-2],[-4,-1],[-3,2],[-3,3],[-3,5],[-2,2],[-2,1],[-2,2],[0,3],[1,3],[0,2],[2,8],[1,1],[1,1],[-1,1],[-2,2],[-2,1],[-1,1],[0,1],[-4,2],[-1,1],[-1,3],[-1,2],[-3,1],[-4,2],[-5,1],[-11,0],[-7,-2],[-3,-1],[-2,-1],[-2,-2],[-4,-1],[-1,-1],[-1,-1],[-4,-6],[-2,-2],[-2,-1],[-5,0],[-5,-2],[-2,-2],[-1,-2],[-1,-3],[-2,-2],[-3,-4],[0,-2],[1,-3],[1,-2],[4,-1],[4,-3],[6,-1],[13,-6],[4,-2],[4,-4],[2,-1],[3,-1],[2,-1],[1,-1],[2,1],[3,0],[2,1],[1,-1],[1,0],[2,-2],[1,-1],[1,0],[2,-2],[3,0],[8,4],[1,0],[2,-4],[-1,-2],[-2,-2],[-12,-8],[-11,-6],[-21,-6],[-17,-14],[-3,-4],[-2,-2],[-2,-2],[-2,0],[-1,-3],[0,-3],[1,-2],[1,-3],[-1,-3],[-2,-1],[-1,-2],[-8,-9],[-4,-7],[-2,-2],[-5,-5],[-1,-1],[-4,-7],[0,-2],[-1,-2],[0,-1],[0,-8],[1,-2],[2,-5],[-1,-2],[0,-3],[0,-2],[1,-1],[1,-1],[1,-3],[1,-2],[1,-2],[0,-2],[0,-6],[0,-1],[2,-1],[2,1],[1,-2],[-2,-2],[1,-3],[0,-2],[2,-1],[3,0],[-2,-2],[-2,-3],[-1,-2],[1,-2],[0,-2],[1,-1],[1,-2],[-2,-1],[-3,-1],[-2,-1],[-1,-2],[-1,-4],[0,-4],[1,-2],[1,-2],[1,-1],[1,-1],[0,-2],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-2],[2,0],[0,-3],[1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-2],[-1,0],[-1,-1],[1,-1],[-1,-1],[1,0],[-1,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[1,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-2,-1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-2,1],[0,-1],[-1,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[0,2],[-1,0],[-1,0],[0,1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-2],[1,-1],[-2,0],[0,-1],[-2,0],[-4,-2],[-4,-4],[-2,1],[-4,-4],[-2,-2],[-1,-2],[0,-1],[-1,-1],[-1,-4],[0,-3],[0,-3],[0,-2],[0,-1],[-2,0],[-1,-1],[1,-3],[0,-1],[-1,-2],[2,-3],[2,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[2,0],[1,1],[2,-1],[2,-1],[2,0],[2,-2],[2,0],[2,-2],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-2,1],[-1,-2],[-1,-1],[1,-1],[1,-1],[1,-2],[-2,0],[-1,1],[-1,-1],[0,-1],[2,-2],[-4,-3],[-2,0],[-2,0],[-1,-2],[-4,3],[-2,2],[-3,-1],[-2,0],[-1,-2],[-2,1],[0,2],[-1,2],[-1,0],[-2,0],[-2,-1],[0,-2],[1,-2],[-2,0],[-3,-2],[-3,1],[-2,3],[-3,3],[-3,-1],[-7,2],[-5,-1],[-4,0],[-2,-3],[-3,-4],[-2,-2],[-2,1],[-2,0],[-2,0],[-1,0],[-2,0],[0,-1],[-3,0],[-1,-2],[-6,-2],[-3,-2],[-2,-3],[0,-3],[5,-1],[2,-1],[-2,-3],[-10,4],[-1,0],[0,-4],[4,-1],[3,-2],[0,-4],[-4,0],[-11,0],[-11,-3],[-9,-1],[-5,-3],[-3,-3],[-5,-4],[-5,-7],[-3,-6],[-4,-5],[-3,-5],[-3,-6],[-2,-4],[-4,-5],[-2,-4],[-1,-2],[-3,-1],[-1,-3],[-1,-4],[0,-4],[1,-2],[2,-2],[-1,-2],[-2,-1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-2],[-1,-1],[-2,0],[-3,-2],[-1,-2],[-1,-1],[-2,-5],[-3,-3],[-1,-2],[-2,-3],[-1,-3],[2,-3],[-2,-1],[-2,-4],[-1,-1],[-2,-10],[-1,-4],[0,-5],[1,-4],[6,-23],[4,-11],[2,-5],[10,-18],[6,-5],[3,-2],[5,-2],[3,0],[1,-2],[2,-2],[4,-3],[4,-1],[2,-1],[2,-4],[3,-3],[4,-5],[1,-3],[1,-1],[2,0],[1,0],[1,-2],[1,-1],[10,-10],[6,-8],[4,-4],[8,-4],[4,1],[3,-2],[4,1],[2,-1],[2,1],[2,0],[2,1],[2,-1],[3,-2],[2,0],[5,1],[2,-1],[1,0],[5,-1],[10,-2],[11,1],[6,3],[2,1],[3,-1],[6,-3],[4,-1],[2,-2],[1,-4],[2,-2],[2,-2],[1,0],[5,-4],[-1,-3],[3,-8],[1,-4],[1,-5],[-1,-10],[0,-14],[-2,-8],[-3,-10],[-4,-16],[-2,-1],[-3,0],[-3,0],[-5,1],[-5,0],[-3,-3],[-3,-4],[-3,-2],[-2,-1],[-6,-4],[-6,-4],[-2,-1],[-8,0],[-1,0],[5,-2],[4,1],[7,4],[2,1],[5,2],[9,5],[3,3],[4,2],[5,-1],[3,0],[1,-2],[2,-7],[2,-6],[3,-3],[3,-1],[3,-1],[-3,-2],[0,-1],[2,-1],[1,-1],[-2,-1],[-3,-1],[-2,0],[-1,2],[-5,2],[-3,-2],[-2,-3],[0,-2],[2,-2],[0,-3],[-1,-1],[0,-1],[0,-2],[-2,-1],[0,-1],[3,-2],[3,-1],[1,-3],[-2,-2],[-3,-1],[0,2],[-2,0],[-2,-1],[-2,0],[-5,0],[-3,-1],[-1,-2],[-2,-1],[-1,-4],[-1,-2],[-1,-2],[-4,-2],[-3,-1],[-3,-5],[-3,-2],[-1,-2],[-2,-3],[-2,-5],[2,-5],[-1,0],[-4,1],[-3,-1],[-3,0],[-1,-2],[0,-2],[0,-3],[-3,-2],[-4,-2],[-3,0],[-7,-1],[-4,-4],[-6,-3],[-2,-3],[-3,-3],[-3,-4],[-2,-1],[0,-3],[0,-3],[-2,-1],[-3,-1],[-6,-2],[-6,-5],[-6,-4],[-2,-3],[-1,-7],[-3,-5],[-1,-3],[0,-4],[-5,-4],[-7,-3],[-7,-6],[-14,-17],[-1,-5],[-2,-5],[0,-3],[-2,-2],[-1,-2],[0,-4],[2,0],[0,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-3],[-3,-3],[-3,-1],[1,-2],[2,-1],[0,-2],[0,-1],[-2,-1],[-1,-1],[-2,-1],[2,-1],[0,-2],[-3,-3],[-5,-1],[0,-1],[2,-1],[2,0],[6,1],[2,3],[2,5],[-1,4],[2,2],[0,4],[1,2],[1,1],[2,0],[1,-2],[0,-3],[0,-6],[-3,-8],[0,-3],[-2,-9],[-1,-11],[-1,-4],[1,-7],[-1,-3],[0,-6],[1,-2],[-2,-14],[-2,-10],[-1,-4],[-1,-3],[0,-2],[-1,0],[-3,-7],[-5,-7],[-8,-7],[-9,-7],[-8,-4],[-8,-2],[-7,0],[-1,0],[-1,1],[-3,4],[-2,1],[-2,4],[-2,2],[-1,4],[-2,4],[-2,3],[-4,2],[-2,4],[-1,3],[-2,5],[-3,3],[-5,9],[-1,2],[-2,2],[-2,1],[-2,1],[-2,0],[6,-4],[1,-1],[1,-3],[3,-5],[3,-5],[3,-7],[0,-3],[-2,-2],[-3,-2],[-2,-1],[-2,-2],[-3,0],[-4,0],[-5,0],[-7,0],[-3,-3],[-3,-2],[-3,0],[-4,-3],[0,-1],[1,0],[1,1],[3,0],[5,1],[3,2],[2,2],[1,0],[2,0],[2,0],[3,1],[5,-1],[5,-1],[2,2],[4,2],[2,0],[1,0],[1,-1],[1,-3],[2,-1],[1,-1],[0,-1],[0,-2],[1,-3],[2,-3],[3,-3],[2,-1],[2,0],[2,-1],[1,-2],[3,0],[1,-2],[-1,-3],[-3,-2],[-2,-2],[-2,-1],[-16,-9],[-11,-6],[-3,0],[-2,-3],[0,-2],[-3,-1],[-1,0],[-2,0],[-2,-1],[0,-3],[-2,-2],[-4,-6],[-2,-4],[-1,-3],[-2,-4],[-3,-6],[-1,-4],[-1,-3],[0,-6],[-4,-12],[-1,-6],[0,-3],[0,-3],[2,-3],[1,-9],[0,-5],[-1,-4],[-2,-2],[-4,-3],[-5,-6],[-7,-7],[-4,-5],[-2,-5],[3,3],[5,5],[3,3],[6,4],[2,2],[3,0],[1,-3],[0,-2],[2,-7],[3,-11],[2,-7],[0,-5],[2,-3],[1,-6],[2,-6],[11,-26],[1,-3],[0,-3],[0,-3],[-2,-2],[-2,0],[-2,1],[-2,0],[-2,-1],[-3,-5],[-1,-1],[-3,1],[-2,0],[-11,5],[-7,0],[-2,0],[-1,0],[-2,-2],[-6,-1],[-2,-1],[-4,-4],[-4,-2],[-2,-2],[20,7],[4,1],[4,-1],[10,-3],[4,-2],[0,-3],[-5,-4],[0,-1],[2,0],[2,1],[7,4],[4,4],[2,3],[3,0],[2,-1],[4,-3],[7,-17],[5,-6],[7,-17],[8,-13],[16,-22],[12,-16],[4,-5],[1,-3],[-1,-2],[-2,-3],[-2,-2],[0,-2],[-2,-1],[-1,2],[1,2],[-2,3]],[[4869,543],[0,5],[-1,2],[-2,0],[-7,1],[-2,1],[-3,2],[-1,0],[-19,2],[-3,1],[-15,8],[-19,4],[-25,0],[-17,6],[-16,5],[-11,4],[-8,0],[-21,-1],[-20,-2],[-21,-1],[-21,-1],[-21,-1],[-21,-2],[-20,-1],[-21,-2],[-8,0],[-4,2],[0,7],[0,5],[-1,4],[-2,3],[-3,2],[-7,7],[-7,5],[-4,3],[-9,2],[-2,1],[-1,3],[-2,8],[-1,3],[-2,2],[-2,0],[-3,0],[-2,0],[-2,4],[2,4],[6,8],[0,1],[0,1],[-1,2],[0,1],[0,2],[1,1],[1,1],[0,1],[0,3],[-1,8],[0,3],[1,2],[3,6],[1,3],[0,2],[-1,2],[-8,4],[-3,3],[-3,5],[0,3],[1,2],[2,4],[1,3],[1,2],[2,1],[2,0],[2,4],[0,7],[0,12],[-1,6],[-3,4],[-2,3],[-3,3],[-1,3],[-1,2],[1,2],[3,8],[0,2],[-2,1],[-3,1],[-3,2],[-12,2],[-4,-3],[-6,-8],[-4,-1],[-2,1],[-5,5],[-2,1],[-2,0],[-11,-8],[-3,-3],[-6,-9],[-4,-3],[-4,-2],[-4,-1],[-4,3],[-1,5],[-1,5],[-1,6],[-1,2],[-4,5],[-2,2],[0,3],[-1,8],[-2,8],[0,3],[-1,6],[0,3],[-2,4],[-2,5],[-2,4],[-3,4],[-2,1],[-4,2],[-12,10],[-2,4],[1,4],[4,10],[0,2],[-1,2],[-2,2],[-5,4],[-2,2],[0,2],[1,2],[1,2],[0,2],[0,3],[0,2],[5,6],[1,3],[-1,4],[-3,5],[-3,2],[-2,2],[0,2],[0,3],[1,2],[1,3],[-1,3],[-1,2],[-3,3],[-2,1],[-1,3],[0,1],[2,4],[1,2],[0,2],[-1,2],[0,3],[1,3],[1,1],[4,3],[1,2],[0,2],[-1,5],[0,3],[1,2],[29,3],[1,3],[0,1],[3,1],[0,1],[-6,1],[-1,1],[-1,1],[0,4],[0,4],[6,8],[1,2],[0,2],[-1,2],[0,2],[1,3],[5,10],[1,1],[4,4],[4,2],[9,2],[4,2],[3,3],[7,8],[4,7],[2,4],[1,5],[0,5],[-2,15],[-3,8],[-2,7],[3,9],[4,3],[4,3],[5,3],[2,1],[2,4],[1,2],[1,1],[1,1],[1,0],[3,-1],[1,0],[1,3],[-1,2],[-2,2],[-1,2],[0,3],[1,5],[0,3],[-4,17],[-1,3],[-3,1],[-2,0],[0,1],[-1,1],[0,2],[0,1],[-2,2],[-2,0],[-2,1],[-2,1],[-3,2],[-3,4],[-1,4],[1,5],[2,5],[2,10],[1,5],[8,17],[0,2],[1,3],[0,2],[0,3],[1,8],[0,2],[-2,1],[-2,1],[-1,1],[0,3],[2,2],[1,2],[4,2],[2,0],[6,0],[2,0],[1,2],[2,4],[8,11],[2,3],[0,3],[0,1],[-1,2],[0,2],[-1,2],[0,2],[1,1],[2,0],[7,-4],[3,0],[3,2],[2,4],[-1,3],[-1,4],[-2,3],[-3,2],[-7,3],[-2,2],[0,3],[6,5],[2,2],[-1,2],[-4,3],[-1,2],[0,2],[1,8],[0,2],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[2,2],[2,1],[5,1],[2,1],[2,1],[2,4],[2,2],[5,4],[3,4],[0,4],[-2,10],[0,3],[0,2],[1,2],[-1,3],[-8,17],[-2,5],[0,6],[0,6],[-1,4],[-2,3],[-6,3],[-6,5],[-1,0],[-1,1],[0,1],[1,1],[1,1],[7,1],[3,1],[2,2],[1,2],[2,4],[1,2],[6,9],[4,4],[-2,5],[-2,4],[-3,3],[-3,2],[-5,1],[-1,1],[-1,2],[0,3],[1,2],[0,2],[-2,2],[-2,3],[-1,1],[-1,2],[0,1],[2,3],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,2],[1,4],[1,0],[1,1],[0,1],[0,1],[0,1],[-2,1],[0,1],[1,3],[3,3],[4,1],[4,1],[7,0],[4,1],[3,3],[1,3],[0,2],[-3,4],[-1,2],[0,2],[10,5],[2,1],[1,2],[2,4],[2,1],[2,4],[-1,4],[-3,5],[-3,3],[-3,3],[-6,3],[-4,5],[-1,2],[-2,6],[-5,8],[-4,3],[-3,1],[-4,-1],[-4,0],[-2,1],[-3,3],[-1,2],[-2,0],[-3,-1],[-2,-1],[-2,-1],[-4,-1],[-4,2],[-4,2],[-4,1],[-5,0],[-2,0],[-1,2],[1,5],[0,2],[-3,8],[1,3],[3,1],[4,-1],[2,-1],[14,-2],[2,1],[2,1],[1,2],[1,2],[3,0],[2,0],[7,-2],[4,0],[9,5],[4,1],[4,-1],[8,-5],[5,-1],[3,1],[4,3],[2,4],[0,6],[-1,5],[-1,2],[1,3],[2,4],[1,2],[1,2],[2,0],[2,0],[1,2],[1,3],[0,3],[-1,1],[-1,1],[-2,2],[-1,2],[0,2],[-1,2],[-2,2],[-2,1],[-3,1],[-5,-1],[-15,2],[-21,-2],[-5,1],[-4,0],[-4,-2],[-4,0],[-5,3],[0,2],[1,2],[2,1],[2,1],[0,3],[-1,2],[-1,2],[-1,2],[0,3],[2,4],[0,2],[-1,3],[-4,5],[-2,5],[3,2],[3,2],[4,3],[1,3],[7,13],[0,2],[0,2],[-6,9],[-2,2],[-1,0],[-1,1],[-1,1],[-1,1],[1,2],[0,1],[0,1],[0,3],[-1,0],[-1,-1],[-2,-1],[-2,1],[-1,2],[1,3],[0,2],[2,1],[4,2],[2,1],[1,2],[1,2],[-1,8],[-1,2],[-1,1],[-5,2],[0,1],[-1,1],[-1,1],[-1,1],[-3,0],[-2,0],[-3,0],[-1,2],[1,1],[1,3],[0,3],[-1,2],[-2,1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,2],[1,1],[1,1],[-1,4],[0,1],[0,1],[1,1],[1,0],[0,1],[1,2],[-1,4],[1,1],[1,0],[3,1],[3,2],[2,1],[5,-1],[1,2],[0,2],[-1,3],[0,1],[-1,2],[0,1],[0,2],[1,2],[0,1],[-1,3],[-2,1],[-9,3],[-15,1],[-5,1],[-5,4],[-3,4],[-3,6],[0,5],[2,9],[0,5],[-2,20],[-1,2],[-2,5],[0,2],[0,3],[0,1],[0,1],[-1,2],[-1,1],[0,5],[2,4],[3,3],[5,3],[0,1],[-1,2],[-3,5],[0,1],[1,8],[-2,2],[-5,5],[-2,3],[1,4],[2,3],[2,3],[2,3],[0,4],[1,3],[3,3],[3,1],[2,-3],[2,-3],[2,-1],[2,1],[0,1],[1,2],[1,1],[1,1],[7,2],[3,1],[2,3],[1,2],[-1,8],[0,1],[-2,2],[-1,1],[-1,1],[0,2],[0,3],[0,2],[-3,10],[-2,3],[-3,4],[-2,3],[-1,5],[-1,5],[-7,8],[0,4],[1,2],[3,2],[2,2],[0,2],[0,2],[-1,1],[-2,2],[-1,2],[0,2],[0,4],[0,3],[0,2],[0,1],[-1,3],[-2,5],[0,4],[2,9],[0,3],[-1,2],[-1,5],[-1,3],[1,1],[1,0],[0,3],[0,5],[1,5],[0,3],[-2,4],[0,2],[-1,1],[2,6],[-1,3],[-1,3],[-1,2],[-5,6],[-1,3],[-5,14],[1,2],[7,9],[2,4],[0,5],[-1,2],[-1,1],[0,1],[0,1],[2,4],[2,13],[1,1],[1,1],[5,-1],[1,0],[1,1],[4,10],[0,3],[0,1],[-1,1],[0,2],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[0,-1],[-2,0],[-3,4],[-3,3],[-2,2],[-1,2],[0,1],[1,2],[-1,2],[0,1],[1,4],[0,2],[0,1],[0,1],[-1,1],[0,1],[1,2],[3,0],[5,-2],[4,0],[1,5],[0,2],[-1,3],[-1,1],[1,1],[0,1],[1,1],[4,9],[0,3],[-1,2],[-1,2],[-4,3],[-1,1],[-1,2],[0,3],[-1,3],[-2,5],[-1,3],[0,3],[1,2],[0,2],[-2,4],[-1,3],[0,3],[1,2],[2,3],[1,0],[4,-4],[1,-1],[2,-1],[2,0],[2,0],[2,1],[2,0],[2,0],[2,2],[0,5],[-5,4],[2,4],[1,2],[2,4],[1,2],[1,2],[-2,4],[0,3],[1,2],[3,1],[1,3],[1,3],[0,11],[-2,18],[-3,10],[0,4],[0,8],[2,4],[3,3],[9,6],[2,2],[2,3],[1,1],[8,2],[1,1],[6,5],[3,2],[4,0],[5,0],[2,1],[1,1],[2,3],[0,1],[3,2],[1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,2],[3,4],[1,2],[0,3],[-2,5],[-4,3],[-4,2],[-4,3],[-2,5],[-7,21],[0,4],[0,4],[0,4],[0,1],[0,1],[-1,2],[-1,3],[0,2],[1,2],[0,1],[0,1],[0,1],[-3,4],[-1,2],[-1,3],[-1,3],[-4,5],[-1,5],[-5,8],[-6,17],[-2,6],[0,3],[1,2],[1,1],[1,2],[3,2],[0,1],[0,1],[-1,3],[-1,1],[1,3],[1,5],[0,3],[-1,3],[-1,2],[-4,4],[-3,6],[-2,4],[0,3],[1,3],[3,5],[1,3],[0,3],[0,2],[0,3],[0,3],[2,2],[3,2],[-4,4],[-1,2],[-2,6],[-1,1],[-3,2],[-3,2],[1,0],[2,0],[2,0],[2,1],[1,2],[-1,2],[-3,2],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,2],[-1,0],[-1,1],[-1,0],[-1,1],[0,2],[1,1],[1,1],[0,1],[2,8],[0,2],[0,5],[0,2],[2,2],[2,0],[2,-1],[2,-1],[1,1],[0,2],[-2,9],[0,5],[0,6],[2,5],[1,1],[2,0],[3,0],[2,0],[2,0],[1,2],[1,2],[1,5],[1,2],[1,1],[3,-1],[4,-1],[1,-1],[1,-1],[1,0],[9,3],[1,2],[0,3],[-1,1],[-2,3],[0,2],[0,1],[2,3],[0,2],[-1,1],[0,1],[0,1],[1,1],[1,0],[2,1],[1,1],[4,6],[1,0],[1,1],[0,1],[0,2],[1,1],[0,2],[1,1],[1,1],[3,0],[5,-3],[3,1],[2,1],[2,2],[0,1],[1,2],[1,5],[1,1],[1,2],[1,2],[-1,2],[-3,8],[-1,1],[1,3],[1,1],[0,1],[1,0],[0,2],[-1,0],[-2,0],[-1,0],[0,5],[6,8],[-1,4],[-2,3],[-5,13],[-1,2],[1,5],[0,2],[-1,6],[1,5],[-2,2],[-1,2],[-2,2],[-3,9],[-1,2],[2,1],[2,0],[1,2],[-2,3],[-4,2],[-5,0],[-4,2],[-2,5],[3,7],[17,6],[1,10],[-1,9],[1,10],[7,21],[-1,2],[-1,1],[-2,1],[-1,3],[1,0],[2,1],[2,1],[2,5],[0,10],[1,5],[2,2],[4,4],[2,3],[2,7],[1,3],[5,4],[1,3],[0,3],[-1,4],[0,4],[0,3],[1,1],[1,1],[5,1],[3,0],[2,0],[4,-1],[1,0],[0,1],[0,1],[7,4],[1,1],[-2,3],[-3,5],[0,2],[-1,2],[0,1],[0,1],[1,2],[0,11],[-1,6],[-1,3],[-2,0],[-2,0],[-1,0],[0,4],[1,5],[0,2],[-3,10],[0,3],[1,2],[3,3],[2,2],[-1,2],[-3,4],[-1,2],[0,2],[2,8],[0,1],[-1,2],[0,1],[0,1],[1,1],[2,1],[1,0],[0,2],[0,6],[0,2],[1,2],[3,4],[1,2],[-1,3],[-2,4],[-1,8],[-3,2],[-4,2],[-4,2],[-4,-1],[-4,-7],[-3,-1],[-4,7],[-1,2],[-4,3],[-2,2],[-1,2],[0,3],[1,7],[-1,3],[-1,2],[-1,2],[1,3],[2,1],[3,2],[2,1],[0,2],[1,6],[1,2],[1,4],[0,1],[-2,1],[-2,1],[-2,1],[-4,4],[-6,6],[-2,4],[-4,14],[0,3],[0,3],[0,1],[0,1],[3,0],[1,1],[-3,3],[0,2],[0,3],[0,2],[-2,3],[-2,1],[-4,3],[-3,3],[0,10],[-2,2],[-1,2],[-3,1],[-2,0],[-1,1],[-1,3],[-1,1],[1,3],[0,1],[-1,1],[-2,3],[0,2],[0,1],[1,2],[0,1],[-1,1],[-2,1],[0,2],[0,2],[-1,1],[0,1],[-2,2],[-1,1],[0,2],[2,1],[2,0],[5,-1],[3,0],[1,1],[0,5],[1,2],[1,2],[1,1],[-1,3],[-1,2],[-3,2],[-2,2],[-2,1],[-5,1],[-4,-1],[-4,1],[-4,4],[-2,2],[-1,3],[-1,3],[0,6],[-1,2],[-4,3],[-7,12],[-1,3],[-1,2],[1,6],[0,5],[0,5],[0,2],[2,5],[0,2],[-1,3],[-1,2],[0,3],[2,5],[0,2],[-1,6],[0,2],[1,2],[6,11],[1,1],[2,-1],[1,-3],[1,-3],[1,-1],[2,0],[2,2],[1,2],[1,4],[1,3],[2,4],[2,1],[5,0],[1,0],[0,2],[-2,2],[-3,2],[-2,2],[-2,2],[0,3],[1,18],[1,4],[1,1],[1,3],[1,2],[0,1],[-1,1],[0,2],[0,3],[1,2],[2,4],[1,5],[2,10],[2,4],[1,1],[2,1],[2,2],[0,2],[-1,3],[-3,4],[0,3],[3,1],[10,-4],[4,0],[4,1],[3,2],[3,3],[2,3],[1,3],[0,2],[0,5],[1,3],[0,1],[0,1],[1,1],[2,1],[1,1],[2,5],[-2,4],[-4,4],[-5,1],[-4,-1],[-2,0],[-1,2],[1,2],[3,7],[1,4],[1,5],[-1,18],[-2,11],[-1,2],[-3,2],[-2,2],[0,3],[0,4],[0,4],[-3,13],[-1,1],[-1,1],[-1,2],[-1,6],[-1,2],[-1,2],[-1,1],[-1,3],[0,6],[1,3],[2,1],[2,1],[1,1],[1,1],[0,1],[0,1],[-1,1],[-1,1],[1,1],[1,1],[2,1],[2,3],[2,1],[0,1],[0,1],[1,1],[1,1],[6,1],[3,2],[1,3],[1,3],[0,3],[-1,7],[-1,2],[0,3],[0,2],[1,3],[1,2],[1,2],[1,1],[0,1],[0,1],[0,1],[3,7],[0,2],[-1,3],[-2,5],[-1,3],[0,5],[2,4],[1,4],[3,3],[1,1],[1,1],[0,1],[0,14],[1,8],[1,0],[4,6],[6,5],[5,7],[1,3],[0,6],[2,2],[2,-1],[3,-2],[2,0],[1,1],[2,6],[2,4],[4,11],[2,2],[0,1],[-1,1],[0,1],[1,2],[2,1],[1,1],[7,2],[3,3],[2,3],[3,20],[1,5],[0,2],[2,1],[3,2],[0,1],[-1,2],[0,1],[-1,2],[0,2],[0,1],[3,3],[1,1],[2,7],[1,4],[0,3],[0,1],[0,2],[0,2],[1,1],[1,2],[4,2],[2,2],[1,2],[5,13],[0,2],[0,6],[0,2],[1,3],[4,8],[2,3],[1,1],[4,1],[6,0],[4,-2],[4,-3],[5,-2],[3,1],[1,1],[0,3],[2,3],[1,2],[3,2],[3,2],[5,0],[3,1],[5,2],[1,1],[4,0],[1,1],[-1,3],[0,2],[1,2],[1,5],[1,2],[-1,4],[-2,4],[-24,29],[-4,5],[-3,5],[-3,6],[-1,6],[-1,10],[1,6],[1,4],[3,5],[14,13],[1,4],[-1,7],[-10,33],[-2,10],[-2,3],[-1,3],[-3,2],[-2,4],[-1,3],[0,4],[-1,2],[2,2],[-2,3],[-4,5],[-1,2],[-1,3],[1,5],[5,19],[3,14],[2,3],[1,1],[2,1],[2,0],[2,0],[2,0],[3,1],[2,1],[1,2],[0,2],[-3,4],[-4,3],[-2,4],[0,4],[0,2],[0,1],[-1,0],[-1,1],[0,1],[-2,1],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[-2,-1],[-1,1],[-3,2],[-1,1],[-1,0],[-3,7],[0,2],[0,3],[6,13],[1,4],[0,2],[0,2],[1,2],[2,0],[2,-3],[2,-1],[0,3],[1,4],[4,10],[2,2],[2,0],[2,-1],[2,0],[2,2],[4,7],[1,4],[0,1],[2,1],[4,2],[6,3],[6,3],[6,3],[5,3],[15,7],[14,8],[15,7],[15,8],[1,0],[2,1],[2,1],[1,1],[5,2],[6,3],[2,4],[2,9],[4,13],[3,14],[0,1],[7,28],[7,28],[7,28],[2,7],[1,4],[-23,22]],[[4780,4559],[5,11],[4,4],[9,8],[1,2],[0,3],[-2,12],[2,0],[3,0],[2,0],[1,1],[1,2],[3,3],[3,2],[13,5],[2,1],[0,1],[-1,4],[0,1],[1,2],[1,3],[1,10],[1,3],[1,2],[3,3],[2,1],[1,0],[1,-1],[3,0],[2,-1],[0,1],[1,0],[0,1],[0,1],[14,5],[16,5],[3,2],[0,2],[1,1],[1,1],[1,1],[1,0],[1,0],[1,1],[0,2],[1,13],[5,21],[2,1],[10,-3],[6,-2],[4,-4],[1,-6],[1,-1],[11,-2],[3,-1],[16,-18],[4,-2],[4,-1],[16,3],[1,0],[1,1],[1,0],[9,-1],[6,0],[33,2],[20,1],[23,-5],[9,-4],[5,-1],[1,0],[2,1],[1,0],[1,0],[3,-1],[2,-1],[3,-1],[2,-1],[1,-1],[4,-4],[1,-1],[1,-3],[0,-2],[-1,-2],[-1,-2],[-1,-3],[1,-2],[3,-2],[2,-1],[0,-1],[-1,-3],[0,-1],[1,-1],[2,-1],[0,-1],[1,-3],[2,-2],[7,-7],[0,-2],[-1,-1],[-1,-1],[-1,-2],[0,-1],[0,-3],[0,-1],[0,-2],[1,-1],[1,0],[1,-1],[4,-7],[1,-1],[3,-1],[1,-3],[1,-3],[-1,-3],[2,-2],[0,-6],[3,-1],[-1,1],[3,10],[1,3],[0,9],[4,20],[2,3],[6,6],[3,5],[8,23],[1,1],[2,2],[1,1],[4,10],[1,7],[1,2],[1,1],[1,0],[1,1],[1,1],[0,1],[0,2],[2,3],[0,1],[2,1],[3,1],[11,-1],[3,-1],[5,-4],[1,-1],[6,6],[2,1],[4,1],[38,0],[39,1],[18,1],[5,-1],[2,0],[0,-1],[1,-5],[0,-1],[0,-1],[0,-2],[1,-4],[0,-2],[2,-2],[6,-3],[5,-3],[2,-2],[0,-1],[0,-1],[1,-1],[1,-1]],[[5873,4925],[0,3],[2,7],[0,3],[0,5],[1,3],[-1,4],[-2,8],[0,4],[1,4],[-1,2],[-1,2],[-5,3],[-11,7],[-12,7],[-11,8],[-12,7],[-11,7],[-12,7],[-11,8],[-12,7],[-6,4],[-3,2],[-4,3],[-2,0],[-10,0],[-24,0],[-23,0],[-23,0],[-24,-1],[-10,0],[-19,-4],[-41,-9],[-42,-9],[-42,-9],[-42,-10],[-2,0],[-6,-1],[-6,-1],[-3,-1],[-11,-1],[-2,-1],[-1,-2],[-2,-6],[-3,-10],[-4,-9],[-3,-10],[-3,-10],[-2,-3],[-1,-3],[-1,-2],[-1,-2],[-1,-3],[-2,-3],[-2,-3],[-2,-4],[-2,-3],[-6,-8],[-5,-8],[-6,-8],[-5,-8],[-2,-3],[-3,-4],[-4,-7],[-1,-4],[0,-12],[0,-11],[1,-12],[0,-19],[0,-9],[-4,-13],[-4,-14],[-4,-15],[-4,-15],[-4,-14],[-5,-18],[-4,-15],[-5,-18],[-3,-12],[-3,-12],[-3,-7]],[[4780,4559],[-38,-10],[-4,-1],[-9,-1],[-18,0],[-4,1],[-1,1],[-3,4],[-1,0],[-4,0],[-2,2],[0,3],[-1,10],[3,20],[0,2],[-4,8],[-2,6],[-1,3],[-5,8],[-1,2],[0,3],[1,8],[0,3],[-1,3],[-4,5],[0,1],[0,1],[1,2],[1,2],[-1,2],[-1,3],[-3,3],[-2,2],[-6,5],[-3,2],[-2,2],[0,2],[-3,21],[-3,10],[-8,13],[-2,5],[-1,31],[-2,6],[-28,40],[-2,2],[-3,1],[-5,-1],[-1,0],[-3,2],[-3,1],[-2,6],[-2,16],[1,4],[2,2],[8,8],[0,3],[-4,2],[-3,1],[-6,4],[-13,5],[-3,2],[-3,3],[-3,3],[-2,4],[0,4],[1,3],[2,3],[7,2],[-5,9],[-2,4],[0,5],[0,4],[0,1],[-4,1],[-4,2],[-1,2],[2,3],[15,5],[4,1],[2,0],[1,-1],[1,1],[1,1],[1,1],[0,5],[0,2],[2,7],[1,2],[-1,1],[-1,2],[0,4],[0,1],[-1,1],[-2,1],[-3,1],[-3,2],[-4,4],[-6,4],[-1,2],[0,2],[2,3],[5,4],[2,3],[6,10],[5,9],[2,4],[2,2],[5,2],[1,1],[-2,3],[-2,2],[-3,2],[-13,9],[-5,2],[-3,2],[-5,7],[-3,3],[-13,9],[-4,3],[-6,1],[-1,1],[-2,2],[-3,7],[-3,4],[-1,2],[-2,1],[3,5],[1,2],[0,3],[-1,2],[-8,14],[1,2],[0,2],[0,1],[-1,2],[-3,5],[-2,6],[0,7],[0,6],[0,3],[-1,3],[-5,7],[-1,2],[0,7],[0,2],[-2,5],[0,1],[-1,1],[0,3],[-2,2],[-4,4],[-2,6],[4,4],[4,4],[1,6],[-1,0],[-1,2],[-1,0],[-2,-1],[-3,0],[-2,0],[-2,1],[-4,2],[-3,0],[-1,1],[-1,1],[-3,2],[-2,0],[-1,-2],[-2,0],[-2,3],[-1,5],[-1,10],[-1,4],[-4,6],[-4,5],[-11,8],[-3,4],[-1,5],[-2,10]],[[4454,5233],[0,9],[-1,5],[-1,4],[-2,2],[-3,2],[-5,4],[-2,1],[-7,0],[2,3],[1,8],[1,3],[1,0],[2,0],[1,1],[6,6],[4,3],[3,2],[4,1],[3,1],[3,4],[0,2],[-1,0],[-1,1],[0,2],[1,1],[5,3],[2,2],[2,8],[12,14],[2,3],[2,7],[1,2],[2,1],[4,1],[3,1],[7,4],[2,2],[2,3],[1,2],[-4,4],[-1,2],[1,4],[-1,8],[0,3],[1,2],[3,4],[4,3],[14,6],[2,5],[-1,3],[-3,2],[-7,2],[-5,6],[-3,1],[-4,-1],[-4,1],[-1,0],[-2,-1],[-2,-2],[-1,0],[-4,-1],[-3,1],[-3,2],[-2,2],[-5,5],[-3,7],[-6,13],[-7,13],[-6,13],[-6,13],[-2,4],[-1,4],[1,4],[7,13],[1,3],[0,2],[0,3],[2,2],[1,1],[4,1],[0,1],[0,1],[-1,4],[0,2],[2,3],[2,2],[5,2],[1,5],[2,1],[3,0],[2,1],[0,3],[-3,3],[-3,4],[-2,2],[-8,5],[-3,2],[-8,11],[-2,1],[-3,3],[-1,2],[1,2],[1,5],[1,2],[-2,10],[0,2],[1,2],[3,2],[7,3],[2,1],[2,4],[-1,17],[2,2],[2,1],[3,-1],[3,1],[1,1],[-1,6],[0,2],[1,1],[2,1],[1,0],[5,6],[2,2],[8,6],[2,2],[0,3],[-2,2],[-1,2],[-1,6],[0,2],[1,2],[3,3],[4,1],[9,2],[2,3],[-1,4],[-4,9],[-1,4],[-1,2],[-1,2],[-7,4],[-2,3],[-1,4],[0,5],[-1,4],[-3,3],[-2,5],[0,2],[0,2],[1,2],[0,1],[-2,2],[-7,5],[-3,4],[2,3],[1,0],[4,0],[2,0],[1,2],[0,1],[-1,2],[1,2],[0,1],[3,3],[1,2],[1,3],[1,4],[-1,3],[0,25],[-3,11],[0,5],[0,16],[-1,1],[-2,13],[-1,6],[1,3],[4,3],[1,4],[1,2],[3,0],[2,4],[1,3],[3,2],[10,3],[1,1],[3,7],[-1,1],[-5,1],[-1,1],[0,2],[1,2],[2,2],[4,2],[1,2],[2,2],[1,2],[0,3],[1,1],[1,1],[0,1],[-4,5],[-15,23],[-15,23],[-15,23],[-15,24],[-16,23],[-15,23],[-15,23],[-15,23],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,1]],[[4387,6093],[10,0],[5,1],[9,3],[4,0],[5,-1],[5,-1],[7,1],[10,0],[5,-1],[5,0],[2,0],[10,-3],[1,0],[1,0],[3,0],[7,-1],[3,0],[3,1],[4,1],[3,1],[4,-1],[3,-1],[-2,-3],[-2,-3],[0,-4],[1,-5],[0,-1],[1,-1],[2,0],[19,5],[3,2],[7,5],[6,3],[2,0],[2,0],[2,0],[2,1],[4,4],[2,1],[6,1],[3,1],[2,2],[3,3],[2,3],[1,3],[3,8],[2,3],[7,8],[4,9],[2,2],[3,2],[4,3],[2,0],[2,1],[4,-1],[15,2],[2,0],[2,-1],[3,-1],[5,-4],[3,0],[4,1],[2,4],[1,5],[2,4],[1,1],[4,4],[1,2],[3,4],[1,2],[2,2],[2,1],[5,2],[5,3],[3,1],[2,3],[2,2],[0,2],[0,1],[1,1],[1,1],[1,1],[6,0],[2,0],[1,1],[1,1],[0,1],[-1,3],[0,1],[2,1],[3,1],[6,0],[2,0],[5,-1],[2,0],[2,1],[1,2],[1,1],[1,1],[1,1],[3,0],[1,0],[6,4],[20,23],[17,14],[2,2],[11,4],[1,1],[1,1],[0,2],[1,1],[0,1],[2,1],[15,3],[8,0],[3,1],[3,1],[5,3],[2,1],[13,2],[2,1],[4,3],[3,1],[7,1],[1,0],[1,-1],[1,1],[1,1],[0,1],[2,0],[1,0],[2,0],[3,-2],[2,-1],[3,1],[5,4],[3,1],[2,0],[2,0],[5,-1],[2,0],[2,1],[2,2],[0,-1],[1,-1],[0,-1],[1,-1],[1,1],[1,1],[0,1],[0,1],[1,3],[1,1],[0,-2],[1,-1],[0,-1],[1,-1],[1,0],[5,2],[2,0],[0,-3],[-1,-2],[1,0],[1,0],[1,0],[2,1],[1,-1],[2,-1],[0,-1],[4,-2],[2,-1],[3,0],[1,0],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,1],[1,1],[2,2],[0,2],[1,2],[0,1],[6,5],[2,2],[1,1],[4,0],[2,-1],[4,-3],[2,-4],[0,-1],[2,-6],[2,-1],[2,-1],[1,-2],[1,-2],[0,-3],[-3,-6],[-1,-3],[0,-5],[0,-6],[2,-5],[2,-7],[1,-2],[1,-6],[0,-1],[1,-4],[1,-1],[-1,-1],[-2,-4],[-1,-6],[-1,-3],[-5,-3],[-2,-3],[-1,-3],[-1,-2],[0,-1],[1,-1],[-3,-6],[-2,-2],[-3,-1],[2,-3],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[0,-6],[0,-2],[2,-3],[3,-1],[2,-2],[1,-4],[-1,-2],[0,-5],[-2,-6],[1,-2],[5,-1],[2,-2],[2,-2],[2,-2],[1,-11],[0,-1],[1,-1],[1,0],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-3],[0,-2],[1,-3],[1,-2],[-1,-3],[-5,-4],[-2,-2],[0,-4],[2,-2],[2,-1],[1,-2],[-1,-2],[-1,-1],[-2,-2],[1,-3],[1,-2],[3,-2],[3,-1],[1,-1],[-1,-2],[-2,-3],[0,-1],[-1,-2],[1,-1],[5,-11],[3,-4],[5,2],[3,-2],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[1,0],[1,0],[1,-1],[3,-1],[1,-2],[-3,-1],[0,-1],[1,-3],[-1,-2],[-1,-2],[0,-1],[0,-5],[1,-1],[2,-2],[2,-2],[2,0],[1,1],[0,6],[1,2],[1,1],[2,1],[0,-2],[0,-3],[2,-1],[2,-1],[2,-1],[2,-5],[1,-2],[1,-2],[0,-1],[0,-3],[0,-1],[1,-3],[1,-1],[1,-1],[2,0],[1,-2],[0,-1],[-1,-2],[-1,-2],[0,-3],[1,-2],[1,-1],[2,-1],[2,-1],[6,0],[2,0],[3,-1],[3,0],[3,1],[1,-1],[3,0],[2,-1],[1,-2],[1,-3],[1,-2],[5,-4],[-1,-2],[1,-2],[1,0],[2,0],[0,1],[0,4],[1,1],[2,0],[0,-1],[1,-2],[0,-1],[-1,-2],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[4,-2],[6,-3],[2,0],[3,0],[1,0],[2,-1],[3,-2],[0,1],[2,0],[1,0],[2,-2],[0,-1],[0,-2],[0,-2],[0,-3],[-2,-6],[0,-2],[1,0],[3,-1],[1,-1],[1,-1],[2,-3],[1,-1],[2,-2],[2,-2],[2,-1],[3,0],[5,1],[2,0],[2,-4],[1,-1],[1,1],[1,0],[1,0],[1,2],[1,1],[3,0],[3,-1],[1,-1],[4,-4],[2,0],[1,1],[2,3],[2,-2],[8,0],[2,-4],[3,1],[4,1],[2,0],[1,-1],[1,-1],[3,0],[1,1],[1,1],[1,2],[4,5],[0,1],[2,0],[4,2],[2,0],[19,-2],[0,-1],[7,-3],[6,-4],[2,-2],[3,0],[2,0],[1,0],[1,-1],[2,-1],[1,-1],[0,-1],[0,-2],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[5,-3],[3,-1],[1,-1],[4,-3],[2,0],[9,0],[1,1],[1,1],[1,1],[3,2],[2,0],[1,0],[1,2],[0,1],[4,1],[2,0],[2,-1],[4,-1],[1,-2],[1,-4],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[3,-3],[1,-1],[1,-2],[0,-3],[1,-2],[2,-2],[2,-1],[1,-1],[1,0],[1,1],[1,0],[2,1],[0,-1],[1,-1],[7,-9],[0,-1],[1,0],[1,-1],[2,0],[1,0],[0,-1],[0,-1],[1,-2],[2,-2],[2,-1],[3,-1],[0,2],[1,1],[2,0],[3,0],[1,2],[2,1],[1,0],[3,-2],[1,-1],[1,-1],[1,-1],[0,-3],[0,-1],[12,-4],[8,0],[2,0],[2,-2],[4,-4],[0,-2],[1,0],[2,0],[2,-1],[1,-1],[6,0],[2,0],[2,1],[2,-1],[2,1],[2,1],[5,1],[1,0],[2,0],[3,-2],[0,3],[2,-1],[3,-3],[1,0],[1,0],[1,0],[0,-2],[0,-9],[1,-2],[1,-2],[3,-2],[6,-6],[2,-1],[0,-1],[2,-3],[3,-2],[3,-1],[6,-6],[1,-1],[3,-1],[1,-1],[0,-1],[3,-9],[2,-1],[3,-1],[2,1],[3,1],[2,0],[3,-1],[2,2],[3,1],[3,1],[9,1],[1,-1],[1,0],[3,-3],[2,-1],[6,-1],[5,1],[6,2],[9,5],[2,-1],[2,0],[4,-1],[3,-2],[2,0],[1,0],[3,1],[8,-1],[2,1],[0,3],[2,1],[6,1],[2,1],[1,1],[1,-2],[0,-5],[3,-3],[6,-1],[6,0],[4,-1],[2,-2],[1,-1],[9,-3],[10,-8],[10,-7],[4,-3],[3,0],[1,-1],[1,-2],[1,-1],[1,0],[10,-2],[2,-2],[1,-2],[0,-4],[1,-3],[1,-4],[1,-3],[1,-1],[3,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,-3],[-2,-6],[-1,-3],[-2,-2],[-4,0],[0,-1],[-1,-2],[-1,-3],[0,-3],[1,-2],[1,-3],[0,-3],[0,-3],[0,-4],[1,-2],[7,-6],[2,-2],[1,-9],[5,-9],[0,-5],[-4,-2],[3,-4],[6,-4],[1,-3],[1,-8],[0,-11],[1,-11],[0,-11],[1,-10],[0,-9],[0,-1],[-15,-1],[-25,0],[7,-6],[9,-10],[14,-17],[12,-14],[1,-3],[2,-3],[1,-19],[3,-27],[1,-19],[1,-14],[1,-15],[2,-6],[4,-1],[9,0],[24,-1],[24,-1],[25,-1],[24,-1],[24,-1],[24,-1],[24,-1],[24,-1],[9,0],[3,0],[3,1],[1,1],[1,4],[1,0],[6,0],[1,-1],[1,-13],[-1,-2],[-3,-2],[0,-2],[2,-5],[-1,-5],[-13,-14],[-2,-4],[-1,-5],[0,-5],[3,-10],[0,-5],[0,-1],[-2,-2],[0,-2],[0,-1],[1,-7],[2,-4],[1,-2],[1,-9],[1,-2],[1,-2],[0,-3],[0,-12],[1,-5],[2,-4],[5,-3],[4,0],[1,-1],[1,0],[3,-2],[1,-1],[1,0],[2,-1],[1,0],[1,-2],[2,-5],[2,-1],[2,-1],[2,0],[1,0],[1,-1],[4,-4],[1,-1],[5,-2],[1,-1],[6,-5],[3,-1],[5,-1],[5,-1],[3,1],[3,1],[2,-1],[3,-1],[2,-2],[1,-3],[0,-3],[0,-3],[0,-2],[0,-5],[0,-3],[1,-2],[2,-2],[1,-1],[2,-1],[2,-1],[-1,-5],[0,-1],[2,-3],[2,-3],[0,-2],[-4,-1],[11,-20],[6,-16],[5,-8],[5,-3],[2,0],[2,0],[1,-2],[0,-3],[-9,1],[-2,-1],[-2,-1],[-2,-7],[-6,-18],[-6,-19],[-6,-18],[-6,-19],[-2,-4],[5,-1],[1,-1],[1,-3],[1,-7],[0,-6],[-7,0],[-2,-2],[-3,-6],[-4,-8],[-9,-17],[-8,-18],[-4,-8],[-2,-3],[-3,-7],[-4,-7],[-1,-3],[-5,-9],[1,-4],[9,-9],[10,-9],[13,-11],[-2,-2],[-1,-2],[-2,-2],[-3,-1],[-3,0],[-2,1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-3,-1],[-4,-6],[-3,-1],[-1,0],[-1,-3],[-1,0],[-1,-1],[-6,-2]],[[6974,3878],[-1,0],[-1,0],[-1,1],[1,9],[1,4],[2,4],[-1,1],[1,2],[3,3],[0,3],[-1,2],[-1,2],[2,1],[2,0],[1,0],[0,1],[0,2],[0,1],[-1,0],[-1,1],[0,1],[1,1],[0,1],[0,2],[-2,1],[0,1],[1,2],[2,1],[0,1],[0,2],[2,0],[7,2],[1,1],[1,1],[2,-1],[2,-3],[1,-2],[0,-3],[-1,-2],[-2,-2],[-1,-3],[-1,-1],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-2],[-2,-3],[-1,-1],[-2,-1],[-5,-9],[-1,-2],[2,-5],[-1,-2],[-1,-1],[-2,0],[-1,0],[-2,-3],[-1,-1]],[[6985,4059],[-1,0],[0,1],[-1,0],[-2,1],[-2,3],[-1,4],[-2,2],[-4,4],[-1,1],[3,4],[1,0],[1,1],[2,0],[1,1],[1,1],[0,1],[3,2],[4,1],[2,1],[0,3],[2,2],[2,-1],[1,-1],[3,-5],[0,-1],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-5],[-1,-3],[0,-1],[-4,-3],[0,-1],[0,-2],[0,-3]],[[7031,4179],[-3,-2],[-2,1],[-1,3],[0,1],[0,2],[-2,2],[1,2],[2,3],[3,2],[3,2],[2,0],[0,-2],[-1,-3],[-1,-5],[0,-2],[1,-3],[-2,-1]],[[7137,4272],[-6,-4],[-5,0],[-2,-1],[-30,-21],[-5,-2],[-2,-2],[-2,-4],[-3,-5],[-1,-2],[-2,1],[1,3],[2,4],[1,2],[0,1],[6,5],[14,10],[6,2],[7,7],[7,2],[3,3],[2,1],[2,0],[2,-1],[2,1],[1,0],[2,1],[0,-1]],[[7273,4360],[3,-1],[3,0],[1,-1],[0,-1],[1,-3],[1,-3],[0,-1],[-5,3],[-2,0],[-1,-1],[-1,1],[-2,0],[-1,0],[-1,1],[-1,3],[1,1],[1,-1],[1,0],[0,1],[1,0],[-1,1],[0,1],[2,0]],[[7412,4365],[-2,-9],[-4,1],[-1,-4],[2,-4],[4,1],[0,-1],[1,-1],[-2,0],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[-2,-1],[0,1],[-1,0],[-1,0],[-1,2],[-1,3],[-1,2],[-1,-1],[-1,1],[-4,-1],[-5,-1],[-5,1],[-2,3],[-1,3],[1,2],[2,1],[2,1],[8,6],[2,3],[1,3],[1,1],[0,1],[1,1],[0,1],[1,0],[1,0],[1,-1],[1,0],[6,-5],[1,-2]],[[7543,4438],[2,-2],[2,1],[1,-1],[1,-1],[1,-1],[1,0],[1,1],[0,1],[1,0],[1,0],[0,-1],[-1,-1],[1,-2],[1,-1],[2,-2],[0,-1],[-2,0],[-1,-1],[-1,1],[0,1],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,1],[-1,-1],[-2,-1],[-1,0],[-5,-1],[-1,0],[-2,1],[-1,1],[-1,1],[-2,1],[-1,-1],[-2,-1],[-1,-2],[-1,-2],[0,1],[-1,1],[-1,1],[1,1],[0,1],[-2,1],[-1,1],[0,1],[1,0],[4,2],[4,3],[1,-1],[2,1],[3,3],[1,0],[0,2],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[2,-1],[0,-1],[-1,0],[-1,0],[-1,-1]],[[9378,4466],[0,-1],[-1,4],[1,1],[1,-1],[2,-2],[-1,0],[-1,-1],[-1,0]],[[9434,4462],[0,1],[1,-1],[-1,0]],[[8364,5610],[0,-9],[0,-2],[-3,-1],[1,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-2],[0,-2],[1,-2],[0,-1],[1,-2],[0,-2],[1,-2],[0,-1],[-2,-4],[-1,0],[-1,1],[0,1],[-2,1],[-1,0],[-1,3],[-2,5],[0,3],[0,2],[1,2],[1,4],[1,1],[0,1],[-1,1],[-6,3],[-2,3],[2,1],[-1,3],[1,2],[1,2],[3,0],[2,0],[1,-1],[3,-1],[3,0],[3,1],[1,-1]],[[8411,5665],[2,-6],[0,-3],[-2,-1],[-3,0],[-2,-1],[-5,-4],[-6,-2],[-3,-2],[-2,-3],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,2],[0,6],[1,2],[1,1],[3,1],[4,2],[9,6],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,2],[-1,2],[-1,2],[-1,2],[2,1],[5,-3],[2,-2],[1,-3]],[[9016,6256],[-2,-1],[-1,1],[-2,1],[-1,1],[0,2],[1,3],[0,1],[2,1],[2,2],[0,2],[1,1],[0,1],[1,0],[2,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,-1],[-1,-2],[0,-2]],[[9436,6721],[-1,0],[-1,0],[1,1],[1,1],[1,1],[1,1],[1,0],[2,0],[2,0],[1,1],[1,-2],[-1,-1],[-1,-1],[-2,0],[-5,-1]],[[7801,7119],[0,-1],[2,1],[4,4],[-2,-11],[-1,-2],[-2,-2],[-1,-2],[1,-4],[-3,-2],[-3,-1],[-3,-4],[-4,-4],[0,-2],[-1,0],[0,-1],[-1,0],[-1,0],[1,1],[-1,1],[0,1],[0,2],[2,3],[1,1],[1,1],[1,4],[2,3],[0,2],[0,2],[-2,6],[0,2],[1,2],[1,4],[5,8],[3,1],[7,3],[-1,-8],[-3,-6],[-1,0],[-1,-1],[-1,-1]],[[8136,7086],[-4,1],[-5,1],[-2,2],[-4,2],[-4,2],[-1,2],[0,4],[1,2],[2,-1],[1,-1],[2,-2],[2,-3],[4,-1],[3,-2],[2,-3],[3,-1],[0,-2]],[[8144,7096],[1,-2],[1,0],[0,1],[1,0],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-3,0],[-2,0],[-1,1],[-1,1],[2,1],[1,0],[0,1],[-2,0],[-1,1],[0,1],[1,2],[-3,0],[-3,1],[-5,4],[2,0],[11,-2],[2,-1],[2,-2]],[[7905,7159],[1,0],[2,1],[0,1],[2,1],[2,0],[1,-3],[-1,-2],[-1,-2],[-1,-2],[-2,-2],[-4,0],[-2,0],[-2,1],[0,2],[0,2],[1,2],[1,1],[0,2],[-1,1],[-1,2],[1,1],[3,1],[1,-1],[1,-1],[-1,-2],[0,-3]],[[7940,7160],[-2,-1],[-1,2],[-2,0],[-1,3],[0,1],[0,2],[3,0],[2,1],[2,0],[2,0],[1,-2],[-1,-2],[-2,-2],[-1,-2]],[[7930,7164],[0,-1],[-3,1],[-2,0],[-2,0],[-1,-1],[-1,0],[-1,0],[0,-2],[-1,0],[-2,1],[-1,0],[-1,2],[0,1],[1,1],[1,3],[0,3],[0,2],[2,2],[2,4],[2,2],[3,1],[2,1],[2,0],[2,0],[2,0],[2,-1],[1,-1],[0,-3],[-2,-2],[-2,-2],[-1,-2],[-1,-4],[0,-2],[-1,-1],[0,-1],[0,-1]],[[7139,7312],[-1,-2],[-3,1],[-5,2],[-3,2],[-1,2],[1,2],[4,3],[0,1],[1,3],[1,1],[1,1],[4,2],[4,4],[2,1],[2,-1],[1,-2],[0,-2],[2,-1],[1,-1],[2,-1],[-1,-3],[-2,-2],[-1,-1],[-2,-1],[-3,-5],[-4,-3]],[[7127,7345],[3,-2],[2,-2],[0,-1],[0,-2],[-1,-1],[-2,-1],[-4,0],[-1,-2],[-3,-1],[-2,-1],[-1,2],[-1,3],[0,1],[0,3],[1,2],[2,1],[1,0],[2,0],[1,1],[3,0]],[[7772,7339],[2,-2],[0,-1],[-2,-4],[-1,1],[-1,1],[-1,1],[-1,0],[0,-1],[1,-1],[0,-1],[2,-1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,1],[-1,0],[0,-3],[-3,0],[-3,1],[-2,2],[-1,2],[0,3],[1,2],[1,2],[2,-1],[1,-2],[0,-1],[0,-2],[2,4],[1,3],[-2,1],[0,1],[1,2],[2,1],[4,-2],[1,1],[1,1],[1,0],[1,0],[1,-1],[2,-2]],[[7292,7397],[-2,-2],[-2,-1],[-2,0],[-2,0],[-2,0],[0,1],[0,1],[0,2],[-1,-2],[-2,1],[-3,3],[-2,1],[-1,1],[-1,1],[2,2],[3,2],[1,1],[1,5],[3,2],[3,0],[6,-1],[2,-1],[2,-6],[1,-2],[-3,-4],[0,-3],[-1,-1]],[[7308,7419],[-2,-1],[-7,1],[-3,1],[-1,2],[0,2],[0,3],[1,3],[4,4],[2,3],[3,5],[1,1],[1,1],[7,3],[4,-5],[1,-2],[-3,0],[0,-1],[3,-2],[-1,-5],[-6,-8],[-1,-4],[-1,-1],[-2,0]],[[7351,7470],[0,-1],[2,0],[3,-1],[2,-1],[1,-3],[-1,-3],[-3,-2],[-7,-2],[0,2],[-2,3],[0,2],[0,1],[2,1],[0,1],[-1,1],[0,1],[1,1],[1,0],[1,0],[1,0]],[[6945,7508],[1,-6],[1,-5],[-1,-2],[-1,-4],[-3,-2],[-4,0],[-5,0],[-4,-1],[-7,-5],[-3,-1],[-4,-1],[-4,-1],[-3,-2],[-3,-2],[-1,0],[-1,3],[0,3],[1,4],[1,3],[3,4],[1,1],[1,2],[1,1],[1,0],[1,-1],[1,0],[4,1],[5,6],[4,2],[7,3],[7,2],[-3,-4],[-1,-2],[1,0],[5,7],[1,0],[0,-1],[0,-1],[1,-1]],[[7386,7475],[3,-1],[3,0],[2,-2],[1,-2],[0,-3],[-1,-3],[0,-1],[0,-3],[-1,-2],[0,-1],[-2,-1],[-4,1],[-2,-1],[1,2],[-1,3],[-1,6],[-5,2],[0,2],[-1,5],[1,1],[2,0],[0,3],[1,0],[3,-1],[1,-2],[0,-2]],[[6889,7515],[3,-7],[2,-1],[3,-2],[2,-2],[0,-3],[-1,-3],[-10,-17],[-2,-5],[-4,-17],[-3,-7],[-1,-1],[-2,-1],[-3,4],[-3,-1],[-12,-19],[-4,-4],[-18,-14],[-6,-3],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-4,-1],[-1,-1],[-1,0],[0,-2],[0,-1],[-1,0],[-2,0],[-1,-1],[-6,-4],[-6,-4],[-3,-1],[-7,-1],[-6,-2],[-2,0],[-3,2],[-2,2],[-1,5],[2,4],[6,7],[1,2],[1,3],[1,5],[0,2],[2,1],[10,7],[1,0],[0,1],[2,3],[1,1],[1,0],[3,1],[5,2],[5,4],[2,6],[-2,5],[1,19],[2,5],[8,8],[7,12],[3,5],[4,4],[4,3],[8,4],[2,2],[2,1],[8,2],[2,1],[1,-1],[-1,-1],[-1,-3],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[-2,-2],[-1,-1],[1,0],[1,1],[3,2],[1,2],[0,2],[0,1],[0,2],[2,1],[0,-3],[1,0],[0,3],[1,-2],[1,0],[1,-1],[1,-1],[-3,5],[0,1],[0,2],[0,1],[1,1],[0,1],[2,0],[7,-2],[3,-1],[1,-3]],[[6869,7530],[-3,-1],[-1,1],[0,3],[2,2],[2,1],[2,1],[1,2],[1,1],[2,1],[1,2],[11,20],[3,2],[1,3],[1,1],[4,0],[2,0],[1,1],[2,2],[0,1],[7,-1],[-1,0],[-1,0],[0,-2],[-1,-3],[0,-2],[1,-1],[-2,-1],[-1,-3],[0,-5],[-3,-5],[-6,-5],[-11,-8],[-9,-4],[-5,-3]],[[7053,7564],[8,-4],[4,0],[30,-8],[20,-8],[19,0],[5,0],[3,1],[2,-1],[3,-1],[1,0],[3,-3],[1,-1],[0,1],[-1,2],[-1,3],[0,2],[3,2],[9,4],[1,-1],[1,0],[1,0],[1,1],[2,-1],[1,0],[2,1],[4,0],[3,1],[1,0],[2,-1],[1,-1],[2,-1],[2,0],[2,0],[1,0],[2,-1],[4,0],[9,-1],[2,0],[3,-2],[2,-2],[2,0],[2,1],[3,2],[5,0],[2,-1],[-1,-4],[-1,-2],[0,-2],[4,1],[6,0],[16,-6],[3,0],[5,1],[4,0],[3,0],[8,-3],[16,-4],[4,-2],[1,0],[1,-2],[1,-1],[1,-1],[0,-2],[-1,-7],[-1,-2],[-1,-1],[-1,-1],[-2,-2],[-1,0],[-2,-1],[-2,-4],[-4,-5],[-1,-4],[-1,-9],[0,-2],[-3,-5],[-1,-4],[0,-1],[-2,-2],[2,-1],[-1,-2],[-1,-3],[0,-3],[-3,2],[-3,2],[-4,6],[1,-5],[3,-5],[1,-4],[-2,-3],[2,-3],[0,-4],[-1,-4],[-2,-3],[-3,-2],[-8,-2],[-3,-2],[1,-2],[-1,-1],[-2,-3],[-2,-1],[-1,0],[1,-2],[2,0],[1,1],[1,-1],[0,-2],[-1,0],[-3,-2],[0,-1],[4,0],[-1,-2],[-2,-3],[-2,-1],[-2,-1],[-7,-4],[-3,-1],[-3,-1],[-6,-5],[-3,-1],[-4,1],[-4,2],[-3,4],[-2,3],[-1,-1],[2,-3],[2,-3],[2,-2],[3,-1],[2,-2],[0,-3],[-1,-2],[-3,1],[0,-1],[2,0],[4,-1],[1,0],[2,-2],[1,-1],[-2,-9],[-5,-10],[-1,0],[-3,3],[-10,15],[-3,2],[-4,-1],[5,-1],[1,-2],[-1,-2],[-4,-1],[-1,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[2,0],[4,2],[1,1],[1,-1],[1,-2],[0,-2],[1,-1],[3,-1],[1,-1],[0,-2],[1,0],[1,-1],[5,-4],[-1,-1],[-2,0],[-2,-1],[-3,0],[-2,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[-3,1],[-1,1],[0,-2],[-2,-1],[-2,0],[-7,-1],[-2,0],[-2,-1],[-2,0],[-1,1],[0,1],[0,1],[-1,0],[-2,1],[-1,0],[-1,1],[0,1],[-2,5],[0,1],[-3,6],[0,1],[-4,1],[-1,0],[0,1],[-1,1],[-2,-1],[2,-2],[1,-3],[0,-3],[-4,-11],[0,-3],[3,-2],[-1,-1],[-1,0],[0,1],[-1,1],[-1,-1],[-1,0],[-2,-1],[1,-1],[2,0],[1,-1],[1,-2],[1,1],[1,1],[2,0],[-3,-3],[-5,-1],[-5,0],[-2,0],[-3,1],[-3,2],[-2,2],[-3,3],[-5,5],[0,1],[0,2],[1,2],[1,1],[-1,2],[-1,-2],[-2,-3],[-1,-3],[0,-3],[5,-4],[2,-4],[0,-3],[-2,-1],[-5,1],[-3,1],[-2,0],[-4,2],[-2,3],[1,5],[-1,2],[0,8],[-2,-1],[-1,0],[-1,1],[-1,0],[1,-1],[1,-1],[1,-2],[0,-1],[0,-8],[-1,1],[-1,0],[-1,1],[1,-2],[0,-2],[-1,-2],[-2,-1],[-2,-1],[-1,-1],[0,-2],[1,-3],[-2,1],[0,-1],[2,-1],[0,-2],[-1,-3],[-1,0],[-7,1],[-2,-1],[-5,-4],[-2,-2],[-3,1],[-2,3],[-2,4],[-1,6],[-2,4],[-1,1],[1,3],[2,4],[-1,2],[-1,-3],[-2,-4],[0,-2],[0,-3],[4,-9],[0,-2],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-5,-3],[-3,-2],[-1,0],[-2,1],[-2,1],[-1,1],[-1,1],[-2,1],[-3,0],[-1,1],[-2,1],[-1,1],[-1,1],[-3,1],[-3,2],[-2,0],[-3,0],[0,1],[-3,3],[-1,1],[0,1],[2,6],[-1,1],[-3,0],[0,-1],[0,-2],[0,-3],[-2,-2],[-4,-3],[-1,-1],[-8,-4],[-3,2],[0,1],[-2,2],[-5,2],[-1,2],[0,2],[1,10],[-1,2],[-1,1],[-2,0],[-1,1],[-1,2],[0,1],[1,0],[1,0],[1,1],[1,2],[0,1],[0,2],[-1,2],[0,2],[0,1],[1,2],[0,1],[-3,-1],[0,-3],[2,-5],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-2],[3,-3],[3,-2],[-1,-2],[-1,-2],[-2,-7],[-1,-3],[-1,0],[0,3],[-2,10],[-2,0],[2,-11],[1,-3],[-2,-2],[-3,-1],[-4,0],[-3,1],[3,-2],[4,-1],[2,-2],[-3,-2],[-4,-1],[-4,0],[-4,0],[-21,6],[-2,1],[-3,3],[-1,1],[-1,1],[1,2],[3,2],[2,0],[-2,7],[-21,22],[-2,4],[0,3],[-1,1],[-3,5],[-1,1],[0,2],[1,3],[1,1],[1,0],[-1,1],[-1,1],[-2,4],[0,2],[1,3],[5,17],[1,3],[-1,3],[-2,3],[-1,4],[2,2],[2,-1],[6,-3],[8,-5],[7,-2],[2,0],[7,-5],[-1,4],[-6,6],[4,0],[2,2],[1,0],[4,-1],[2,1],[1,1],[-2,2],[-3,0],[2,3],[2,2],[2,0],[2,0],[3,0],[-2,1],[-2,1],[-3,0],[-2,-1],[-2,-2],[-3,-2],[-3,-1],[-3,0],[-1,0],[-3,-2],[-1,0],[-1,-1],[-10,2],[-3,1],[-1,2],[-1,1],[-2,4],[-1,2],[0,5],[0,10],[1,5],[1,3],[2,2],[0,2],[0,1],[1,2],[2,0],[2,-1],[1,-2],[-1,3],[-1,2],[-3,1],[-2,2],[0,1],[1,4],[0,1],[1,1],[1,0],[0,1],[-2,1],[1,6],[7,15],[2,-2],[2,-3],[1,-4],[0,-2],[2,-2],[10,-5],[3,-1],[2,-1],[3,1],[1,0],[-1,0],[0,2],[-1,0],[-7,3],[-9,2],[-1,2],[0,2],[-1,3],[-3,9],[0,3],[0,3],[0,2],[3,8],[1,5],[1,2],[0,1],[2,1],[1,1],[0,2],[1,3],[3,5],[1,1],[5,3],[1,1],[1,1],[2,3],[2,1],[1,0],[2,-1],[2,0],[2,1],[2,2],[3,1],[3,0],[3,0],[3,-1],[2,0],[2,1],[2,2],[1,2],[2,2],[2,1],[3,0],[8,-3],[25,-4]],[[6938,7547],[-4,-3],[-1,0],[-2,1],[-3,2],[0,1],[0,1],[-1,1],[-5,3],[-3,5],[0,5],[5,2],[0,1],[-1,0],[-3,2],[8,11],[2,6],[3,4],[4,1],[5,0],[10,4],[8,2],[3,-2],[2,-4],[3,-2],[4,-1],[1,-1],[2,-1],[1,-2],[0,-1],[1,-1],[-1,-2],[2,-3],[0,-3],[-2,-2],[-5,-5],[-3,-1],[-10,-4],[-3,-1],[-8,-8],[-3,-2],[-6,-3]],[[7142,7586],[0,-1],[2,1],[2,0],[2,0],[2,0],[5,-4],[1,-1],[2,-2],[0,-2],[-1,-1],[0,-1],[2,-1],[1,0],[0,-1],[0,-1],[0,-2],[-1,0],[-1,-1],[0,-2],[-1,0],[-1,1],[-1,0],[-1,-3],[-5,-3],[-1,-2],[-2,-1],[-3,-1],[-4,0],[-28,1],[-4,-1],[-16,7],[1,5],[4,3],[9,6],[9,3],[7,4],[15,1],[4,1],[1,0],[1,-2]],[[7006,7586],[-2,-2],[-5,0],[-2,0],[-1,1],[-1,0],[-1,1],[-6,1],[-1,0],[-2,2],[-2,2],[-1,1],[0,3],[-1,1],[-1,0],[-1,2],[-1,1],[0,1],[1,1],[0,2],[0,1],[-2,3],[0,2],[2,2],[4,2],[4,0],[3,-1],[2,-1],[4,-1],[4,-1],[3,-2],[3,-3],[0,-3],[0,-4],[0,-2],[1,-4],[0,-3],[-1,-2]],[[7047,7620],[-8,-2],[1,3],[2,3],[9,5],[4,1],[3,0],[1,-2],[-1,-2],[-2,-2],[-9,-4]],[[7138,7619],[-11,-4],[-6,-4],[-7,-4],[-11,-9],[-4,-6],[-3,-6],[-4,-5],[-5,-2],[-10,-2],[-4,0],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-1,1],[-2,3],[-3,4],[-3,3],[-4,2],[-4,1],[-7,-1],[-1,1],[-1,1],[-2,0],[-2,0],[-1,-1],[-3,0],[-4,-2],[-3,0],[-4,3],[-3,3],[0,1],[0,3],[2,5],[0,3],[-2,-1],[-1,-1],[-1,-4],[-2,3],[0,3],[1,9],[0,2],[2,0],[9,0],[3,1],[4,0],[3,0],[5,-1],[10,-1],[3,0],[7,5],[4,5],[4,1],[7,0],[5,-3],[9,1],[5,2],[12,4],[14,3],[12,-1],[4,-4],[0,-8]],[[7024,7659],[-2,-16],[0,-2],[0,-1],[2,-3],[1,-4],[1,-5],[-1,-3],[-3,-2],[-1,-2],[-2,-1],[-2,0],[-3,-1],[-3,-1],[-1,-4],[0,-2],[1,-1],[-1,-2],[-1,1],[-3,1],[-2,1],[-3,0],[-1,1],[-1,1],[-2,2],[-1,1],[1,4],[1,2],[1,1],[1,0],[2,0],[1,0],[1,0],[0,1],[5,17],[2,2],[1,1],[1,0],[1,0],[0,1],[0,1],[-1,1],[-1,1],[0,2],[-1,2],[1,4],[0,4],[0,2],[1,2],[7,7],[2,1],[0,-1],[0,-1],[1,0],[1,-5],[0,-7]],[[7069,7664],[0,-3],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-19,-12],[-5,-3],[-4,-2],[-3,-2],[-5,0],[-2,2],[-1,6],[-1,6],[1,6],[2,4],[4,4],[3,1],[1,1],[-1,2],[2,1],[8,-1],[2,0],[1,2],[2,-2],[5,-4],[0,2],[-2,2],[0,2],[2,2],[3,2],[3,1],[2,0],[4,-7],[0,-1],[0,-2]],[[9995,7277],[-3,0],[-3,1],[-1,2],[-1,2],[1,2],[3,1],[4,0],[3,-2],[1,-3],[-1,-1],[-2,-2],[-1,0]],[[7065,7712],[4,-3],[4,0],[2,-1],[-2,-3],[-2,-3],[-2,-4],[-3,-2],[-1,-1],[-1,-3],[-3,-3],[-1,0],[-2,0],[-4,0],[-7,0],[-6,0],[-5,1],[-1,3],[2,6],[7,6],[10,3],[4,4],[3,0],[4,0]],[[7073,7714],[-5,-1],[-1,1],[-4,1],[0,3],[4,2],[4,1],[2,3],[1,1],[2,2],[3,1],[4,1],[3,2],[3,1],[2,-2],[-4,-5],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-5,-3],[-1,-1],[-1,0],[-2,-1],[-1,0]],[[7032,7886],[1,-3],[3,-4],[1,-2],[1,-3],[1,-4],[2,-3],[2,-3],[0,-3],[-2,-2],[-3,-3],[-5,-5],[-3,0],[-4,-1],[-3,1],[-2,2],[-2,9],[-3,3],[0,3],[-1,1],[-2,2],[0,4],[2,3],[0,4],[1,2],[3,0],[2,0],[3,1],[2,0],[2,0],[2,0],[2,1]],[[7016,7897],[3,0],[4,-1],[2,-1],[3,-2],[1,-3],[1,-3],[-2,-1],[-2,0],[-3,1],[-1,-1],[-1,-1],[-2,1],[-2,-1],[-1,1],[-2,1],[0,3],[-2,1],[-1,0],[-1,1],[0,1],[2,1],[4,3]],[[6154,7901],[7,-2],[3,-1],[2,0],[5,1],[2,0],[3,-1],[5,-4],[3,-1],[2,0],[7,0],[9,-3],[9,-4],[9,-2],[10,3],[5,4],[0,5],[0,6],[0,7],[0,1],[1,2],[0,1],[0,2],[-1,1],[-5,5],[-5,7],[-1,1],[-4,2],[-2,4],[-1,5],[-3,3],[-2,1],[-7,0],[-1,1],[0,3],[2,4],[2,4],[2,2],[2,1],[1,-1],[2,-1],[1,0],[2,1],[1,1],[4,6],[1,3],[1,6],[1,6],[1,3],[1,0],[2,1],[4,-1],[3,-1],[7,-7],[3,-1],[10,-3],[1,-1],[1,-1],[2,-3],[1,-2],[3,0],[12,2],[5,2],[3,0],[3,0],[8,0],[6,0],[5,-1],[5,0],[5,2],[1,2],[0,2],[1,3],[3,2],[2,1],[3,0],[2,-1],[2,-2],[3,0],[12,8],[5,1],[0,-2],[0,-2],[1,-2],[1,0],[1,1],[6,2],[5,4],[3,2],[6,2],[3,0],[1,-1],[-1,-2],[-3,-3],[-1,-2],[1,-1],[14,-14],[5,-2],[7,2],[3,1],[2,1],[2,0],[4,-1],[1,-2],[1,0],[0,-3],[0,-1],[1,-2],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[1,-4],[0,-1],[0,-1],[0,-2],[2,-1],[3,0],[3,0],[2,0],[3,1]],[[6425,7948],[4,0],[3,-2],[3,-2],[3,-3],[-4,0],[1,-2],[5,-3],[2,-3],[3,-2],[6,-1],[1,0],[2,-1],[1,-1],[2,0],[1,0],[1,0],[2,-1],[4,-4],[1,-1],[2,0],[7,-1],[2,0],[3,1],[3,0],[2,0],[1,0],[4,-6],[1,-1],[2,-1],[4,1],[2,2],[2,6],[1,2],[1,0],[3,0],[1,0],[1,-1],[1,-1],[1,1],[2,1],[0,1],[7,1],[2,2],[1,3],[1,3],[0,1],[2,-1],[3,0],[2,1],[1,3],[2,2],[4,0],[1,0],[2,2],[1,2],[2,2],[3,2],[2,0],[3,-1],[1,-2],[0,-1],[-2,-3],[0,-1],[1,-1],[4,0],[10,-5],[2,0],[5,-1],[2,0],[5,-3],[2,-1],[3,1],[6,0],[1,0],[6,4],[5,2],[2,1],[4,4],[0,1],[1,1],[2,-1],[1,-1],[3,-5],[9,-8],[0,-2],[-3,-1],[-3,-1],[-1,-3],[2,-1],[2,0],[18,2],[2,0],[3,-1],[5,-4],[6,-1],[5,-1],[3,0],[1,0],[2,2],[0,1],[1,0],[2,-1],[0,1],[2,1],[1,1],[1,3],[2,4],[3,1],[6,3],[17,8],[2,2],[3,3],[3,5],[5,5],[5,5],[3,7],[1,1],[1,1],[1,1],[0,2],[0,2],[-2,3],[-1,2],[1,0],[3,1],[1,1],[0,1],[2,5],[12,24],[1,1],[1,1],[2,1],[1,1],[2,0],[0,2],[-1,1],[0,2],[0,2],[11,16],[0,1],[-1,7],[0,3],[1,3],[5,3],[4,7],[3,2],[2,0],[1,0],[1,0],[2,1],[1,1],[22,31],[0,1],[0,2],[0,1],[3,1],[1,2],[2,4],[7,8],[1,4],[2,6],[1,3],[2,2],[2,0],[1,0],[1,0],[1,2],[0,1],[0,3],[1,1],[1,1],[5,2],[9,10],[3,3],[2,4],[2,5],[2,4],[4,3],[11,5],[5,1],[3,2],[6,13],[0,9],[2,2],[2,0],[2,-2],[1,-2],[1,-9],[4,-10],[7,-16],[2,-6],[2,4],[-1,4],[-4,7],[-4,11],[-6,22],[-1,15],[0,2],[2,7],[2,2],[3,1],[4,-3],[5,-4],[9,-6],[12,-16],[10,-14],[5,-13],[1,-8],[-1,-14],[-2,-18],[-3,-15],[3,-8],[0,4],[3,9],[2,13],[2,6],[4,5],[3,0],[2,-4],[-3,-22],[0,-20],[-1,-14],[-3,-6],[0,-11],[7,-21],[1,-7],[-2,-5],[1,-3],[2,-5],[0,-3],[-1,-2],[0,-3],[2,-2],[1,-3],[1,-4],[0,-3],[1,-3],[2,-3],[1,-4],[1,-2],[0,-2],[-1,-2],[0,-2],[1,-2],[1,-1],[2,-1],[0,-1],[3,-1],[0,-2],[1,-3],[1,-2],[1,-3],[0,-4],[1,-2],[2,-3],[0,-3],[0,-3],[1,-5],[2,-6],[0,-3],[-2,-2],[-1,0],[0,-1],[0,-1],[1,-2],[1,0],[1,1],[1,1],[1,0],[2,-1],[2,-5],[1,-3],[0,-4],[2,-3],[1,-2],[-1,-2],[1,-2],[0,-6],[2,-3],[0,-5],[1,-3],[2,-3],[1,-3],[1,-4],[-3,-3],[-1,-1],[-1,0],[-3,0],[-1,0],[-4,1],[-2,1],[0,2],[-1,0],[-1,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-2],[1,-2],[0,-1],[1,-1],[1,0],[1,1],[0,2],[1,1],[0,2],[1,2],[3,2],[2,2],[4,0],[2,-1],[6,-4],[2,-4],[1,-7],[0,-2],[4,-8],[4,-5],[1,-2],[1,-6],[0,-2],[2,-2],[1,-2],[3,-3],[5,-2],[6,-1],[5,1],[4,1],[3,0],[2,-1],[4,0],[1,-1],[5,1],[2,0],[4,0],[3,-1],[3,-2],[7,-3],[12,-5],[7,-5],[4,-5],[2,-4],[0,-7],[0,-5],[0,-3],[0,-4],[1,-9],[1,-5],[0,-6],[0,-4],[-2,-8],[-2,-2],[-3,-2],[-4,-2],[-5,-2],[-7,-1],[-6,-1],[-5,-1],[-3,1],[-2,0],[-1,1],[-1,0],[0,-3],[1,-1],[3,-2],[3,1],[4,-1],[6,1],[4,0],[3,0],[5,2],[3,0],[3,-2],[1,-3],[1,-2],[-1,-1],[-3,-4],[-4,-5],[-6,-3],[-5,0],[-2,5],[-2,-2],[-1,-5],[-3,-5],[-5,-2],[-1,-1],[-6,-7],[-2,-2],[-2,-1],[-12,-5],[-2,-1],[-6,-6],[-1,-1],[-6,-11],[-1,-1],[-2,-2],[-10,-4],[-3,-2],[-2,-3],[-6,-12],[-9,-15],[-8,-10],[-13,-11],[-15,-16],[-1,0],[-3,1],[-5,0],[-10,-2],[-8,-4],[-6,-7],[-8,-12],[-2,-2],[-2,0],[-9,0],[-6,-1],[-1,0],[0,-2],[-1,-1],[-4,0],[-3,-1],[-7,1],[-2,0],[0,-1],[1,-1],[3,-1],[2,-1],[1,-1],[0,-2],[1,0],[2,-1],[-11,-11],[-2,-7],[-3,-4],[-1,-4],[-2,-3],[-2,-4],[-2,-2],[-5,-3],[-2,-2],[0,-2],[0,-2],[0,-2],[-2,-2],[-4,-4],[-3,-2],[-3,-1],[-2,1],[-3,1],[-3,0],[0,-1],[2,0],[2,-1],[0,-1],[-2,0],[-3,0],[0,-1],[2,-1],[2,1],[1,0],[1,1],[2,-1],[-7,-7],[-8,-9],[-1,-1],[-2,-1],[-1,-1],[-6,-7],[-1,-1],[-2,-5],[-2,-12],[1,-14],[0,-5],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-5,-4],[-3,-1],[-3,-4],[-2,-2],[-10,-2],[-3,-3],[-1,-6],[1,-13],[0,-2],[-2,-2],[-5,-2],[-4,-5],[-2,-1],[-8,0],[-3,1],[-9,3],[-2,2],[-2,2],[-2,2],[-3,1],[-3,-1],[-2,-1],[-4,-4],[-1,-1],[-3,0],[-4,-2],[-10,-2],[-3,-1],[-3,-1],[-2,-2],[-1,-2],[-2,-2],[-11,-4],[-3,0],[-6,0],[-9,-3],[-2,0],[-2,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,0],[2,1],[3,0],[9,2],[24,0],[11,1],[3,0],[5,3],[2,1],[2,-1],[2,-2],[1,-3],[0,-4],[1,-1],[0,-1],[0,-2],[-1,-1],[-2,-3],[-1,-1],[-1,-3],[0,-3],[2,-1],[3,2],[2,-1],[1,1],[1,0],[0,2],[5,5],[3,2],[3,0],[6,-1],[1,0],[2,1],[2,1],[1,0],[3,-1],[2,1],[6,1],[7,3],[35,22],[11,1],[3,1],[2,2],[11,3],[3,1],[4,2],[3,3],[1,3],[2,2],[3,2],[7,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[3,0],[3,1],[3,2],[2,1],[3,3],[4,5],[2,2],[4,3],[3,3],[19,8],[4,3],[2,4],[0,2],[-1,2],[-1,3],[2,2],[3,0],[2,-5],[3,-1],[1,1],[-2,1],[-1,2],[1,2],[1,1],[2,0],[7,-1],[3,0],[2,0],[2,-2],[1,-2],[0,-2],[-1,-4],[0,-7],[-1,-2],[-1,-2],[-2,-1],[-1,0],[-2,-1],[-4,-5],[-1,-1],[-2,-1],[-2,0],[-4,0],[15,-10],[2,-3],[1,-2],[0,-3],[-2,-8],[0,-9],[1,-1],[1,-1],[1,-2],[-1,-2],[-1,-1],[0,-2],[1,-3],[4,-6],[1,-6],[2,-2],[8,-8],[1,-3],[1,-9],[1,-4],[1,-2],[-3,-4],[-2,0],[-7,5],[2,-4],[1,-1],[1,-3],[-2,-4],[-3,-2],[-3,-1],[-1,-3],[0,-2],[-3,-2],[-4,0],[-3,2],[-3,3],[-3,2],[-1,-2],[-1,-2],[2,0],[1,-3],[2,-1],[0,-4],[1,-3],[2,-1],[2,-1],[0,3],[-1,3],[1,0],[4,0],[8,0],[3,1],[2,0],[0,3],[0,3],[1,2],[1,1],[2,2],[1,3],[2,1],[3,-2],[3,0],[3,-4],[3,-7],[2,-3],[3,-2],[3,-1],[2,0],[2,0],[1,0],[1,-2],[-1,-1],[-2,-3],[0,-1],[2,1],[2,3],[2,1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[1,-2],[1,-2],[1,-5],[0,-3],[2,-1],[1,3],[1,2],[2,1],[1,1],[1,2],[0,1],[1,1],[0,2],[1,2],[4,3],[4,4],[5,2],[4,-2],[3,1],[3,-1],[3,-1],[3,-2],[2,5],[2,3],[4,1],[12,2],[4,1],[3,-1],[3,-1],[3,-2],[8,-5],[0,-2],[1,-2],[-1,-2],[-4,-6],[3,3],[2,2],[1,-2],[0,-3],[0,-3],[-1,-3],[-1,-3],[-3,-5],[-1,-3],[1,0],[3,5],[1,0],[1,-2],[1,-3],[2,-2],[1,-2],[-2,7],[-1,8],[1,11],[-1,2],[0,1],[2,-1],[1,-1],[-1,-5],[1,3],[1,2],[2,2],[3,0],[4,0],[1,-1],[2,-2],[1,-2],[0,3],[1,1],[1,-1],[1,-2],[2,2],[2,-1],[3,-1],[5,-5],[2,-2],[1,-3],[0,-4],[2,3],[-2,4],[-5,8],[-2,-1],[0,1],[-1,2],[4,4],[5,3],[5,1],[3,-4],[3,9],[2,2],[3,2],[3,-1],[1,-2],[-1,-3],[2,0],[2,2],[2,1],[-1,-3],[-3,-3],[-1,-2],[0,-3],[1,-2],[1,-1],[3,-1],[5,-2],[1,-1],[0,-3],[0,-2],[-1,-2],[-2,-2],[-1,-2],[0,-1],[2,0],[-2,-2],[-3,-3],[-2,-1],[0,-2],[-1,-11],[-1,-1],[-1,-3],[-1,-3],[-1,-1],[-2,-1],[-1,-1],[-4,-5],[-1,-1],[0,-1],[-1,-7],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[-3,-3],[-1,-2],[1,-1],[0,-3],[0,-8],[-1,-2],[-9,-12],[-2,-1],[-3,0],[-3,-2],[-2,-2],[-2,-3],[3,-1],[6,0],[11,3],[3,2],[0,2],[0,2],[1,3],[1,1],[3,1],[1,0],[1,1],[0,2],[1,1],[3,3],[2,2],[1,3],[0,3],[1,5],[0,2],[1,4],[15,22],[3,6],[2,5],[0,2],[1,2],[11,19],[4,6],[5,3],[1,0],[1,1],[2,2],[1,2],[2,6],[1,4],[5,2],[6,4],[6,5],[3,6],[4,5],[6,0],[3,1],[4,2],[2,1],[1,0],[0,-1],[-3,-2],[-3,-2],[0,-3],[-2,-2],[-1,-5],[-3,-2],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-3],[-2,-3],[-2,-3],[-4,-1],[-3,-1],[-1,-3],[-2,-2],[0,-1],[2,0],[2,0],[2,2],[1,2],[4,1],[4,2],[2,4],[1,2],[2,1],[1,2],[1,1],[1,0],[-1,3],[0,1],[1,1],[3,1],[1,0],[0,1],[1,2],[1,1],[1,-1],[1,1],[1,0],[1,0],[0,2],[12,15],[0,1],[1,1],[2,0],[2,2],[1,1],[0,1],[4,6],[3,5],[2,-1],[1,-3],[2,-3],[1,-4],[4,-8],[1,-3],[2,-2],[1,-3],[1,-2],[1,0],[3,-5],[1,-1],[4,-1],[2,0],[1,-2],[1,-2],[1,-2],[1,2],[0,3],[-1,3],[0,2],[-1,3],[-5,5],[0,4],[2,-2],[2,-1],[3,0],[8,2],[3,1],[2,1],[2,3],[-1,0],[-4,0],[-2,0],[-1,1],[-2,1],[-1,1],[-2,-2],[-2,0],[-3,0],[-3,0],[-3,2],[0,2],[0,2],[1,3],[2,12],[1,6],[5,5],[3,3],[1,-2],[-1,-5],[0,-4],[2,-1],[10,-3],[1,1],[0,2],[1,2],[2,7],[2,6],[4,2],[4,-3],[-1,2],[-1,2],[-1,2],[1,2],[-1,1],[1,1],[2,-1],[1,0],[2,1],[2,0],[-2,1],[-2,0],[-3,0],[-1,1],[-1,4],[-1,3],[1,2],[2,0],[7,0],[2,0],[2,0],[2,2],[0,1],[1,2],[0,1],[1,1],[2,3],[1,3],[1,3],[1,1],[1,0],[0,1],[-1,2],[0,1],[1,3],[1,2],[-1,1],[-1,1],[-1,1],[0,1],[1,3],[0,2],[7,7],[11,8],[2,-2],[0,-1],[1,-2],[0,-1],[-1,-2],[0,-1],[1,-1],[1,-2],[4,-5],[1,-1],[3,6],[10,5],[2,3],[3,1],[4,-2],[2,-2],[0,2],[-2,2],[-1,4],[1,4],[1,3],[1,2],[1,1],[2,-3],[2,-2],[1,-3],[-1,-3],[4,0],[3,-1],[1,-4],[-1,-6],[-1,-1],[-2,-2],[-1,-1],[1,-2],[1,0],[11,4],[4,2],[2,1],[2,3],[2,4],[1,1],[-1,3],[1,5],[2,-1],[2,-1],[2,-3],[-1,-2],[2,-2],[0,-1],[0,-2],[1,-1],[0,-1],[1,-2],[2,-4],[1,-2],[0,-2],[-2,-3],[11,-1],[2,-1],[0,-4],[1,-2],[0,2],[1,1],[1,2],[1,1],[-1,0],[-1,1],[0,1],[0,1],[-3,2],[-3,5],[-1,1],[-1,-1],[0,-2],[-1,-1],[-1,-1],[1,16],[1,1],[2,1],[-2,2],[3,1],[2,0],[2,0],[2,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,-4],[1,-3],[0,1],[0,2],[1,1],[1,0],[1,-2],[0,-1],[1,-2],[2,0],[0,1],[-1,1],[-1,1],[0,2],[1,2],[2,0],[2,-1],[3,-3],[0,2],[-1,2],[-1,1],[0,2],[2,-1],[2,1],[1,1],[2,1],[2,-2],[0,-2],[0,-2],[0,-2],[1,0],[2,0],[0,-1],[0,-1],[-1,-3],[3,2],[1,2],[-1,2],[0,2],[6,-5],[0,-2],[-1,-1],[-1,-1],[-1,2],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[2,-2],[1,-1],[1,2],[2,1],[2,-1],[2,-1],[1,1],[0,1],[1,1],[1,0],[0,-2],[0,-2],[-1,-2],[-1,-2],[-1,-1],[-3,-1],[0,-2],[1,0],[2,1],[1,1],[1,-1],[1,-2],[1,-1],[0,-2],[1,2],[0,3],[0,3],[2,1],[0,-1],[1,-1],[0,-1],[0,1],[0,1],[0,1],[0,2],[2,2],[0,1],[1,3],[1,1],[1,0],[2,0],[0,-2],[0,-1],[-1,-2],[1,0],[0,-1],[-1,-1],[-1,-3],[0,-2],[0,-1],[1,2],[1,-3],[0,-2],[1,-2],[2,0],[-2,-2],[-3,-1],[-1,-2],[1,-1],[1,-3],[1,-2],[0,2],[1,5],[1,1],[1,1],[1,1],[1,1],[2,-1],[0,3],[0,2],[1,0],[2,0],[2,1],[1,2],[2,5],[1,-2],[0,-4],[-3,-7],[1,0],[2,2],[1,-1],[0,-2],[-1,-1],[3,0],[-1,-1],[-1,-2],[0,-1],[1,1],[1,0],[0,-2],[-1,-1],[-2,-1],[-2,0],[-1,-2],[-1,-2],[1,-2],[2,-1],[0,2],[0,2],[0,2],[2,0],[3,-1],[2,1],[0,2],[1,-1],[1,2],[0,6],[1,0],[1,-1],[1,-1],[0,-2],[1,0],[0,1],[1,1],[2,0],[-1,1],[-1,1],[-1,1],[-1,0],[2,2],[4,4],[2,1],[0,1],[-1,1],[1,0],[2,-1],[1,-1],[0,-2],[-1,0],[-1,-1],[1,-2],[1,-1],[-2,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[2,-1],[0,-1],[0,-1],[-1,-1],[2,0],[1,1],[1,1],[0,1],[1,0],[-1,-7],[-1,-1],[0,-1],[2,-3],[0,-1],[1,2],[-1,2],[0,1],[2,2],[1,0],[-1,-3],[2,1],[1,2],[0,4],[1,-2],[3,-5],[1,-2],[-1,-2],[-5,-6],[3,1],[4,5],[1,2],[0,1],[1,4],[1,2],[3,-1],[1,-2],[0,-1],[0,-2],[2,0],[2,0],[-1,2],[-2,5],[0,2],[3,0],[3,-2],[1,-8],[-3,-4],[-1,-1],[1,0],[1,0],[0,-1],[0,-2],[-1,-1],[-2,-1],[-2,0],[-2,1],[0,2],[-1,0],[-1,-2],[-1,-1],[-7,-3],[-2,-1],[-1,-2],[-1,-3],[2,2],[3,2],[3,2],[3,1],[0,-1],[3,0],[4,0],[3,1],[3,-2],[3,2],[1,3],[2,2],[4,1],[3,3],[2,0],[2,-1],[1,1],[3,0],[2,1],[2,-2],[-1,-2],[-2,-1],[-4,0],[-3,-2],[1,-2],[-1,-2],[-1,-2],[-1,-2],[3,-1],[-1,-3],[-1,-2],[2,0],[0,-2],[-2,-1],[2,-1],[2,1],[1,0],[1,2],[2,-1],[1,-1],[1,0],[2,1],[2,2],[2,0],[0,-2],[0,-3],[0,-3],[1,-1],[0,1],[1,2],[1,2],[1,2],[2,0],[1,-2],[-1,-5],[0,-2],[-1,-2],[0,-1],[2,1],[1,3],[1,2],[1,4],[1,0],[1,-3],[3,-4],[1,-2],[-1,2],[-2,4],[-1,2],[0,1],[0,1],[2,1],[-1,1],[-1,2],[1,1],[2,2],[1,3],[2,3],[2,1],[5,1],[4,-2],[-1,-5],[-1,0],[-1,0],[-2,-2],[-2,-3],[-1,-2],[2,0],[1,0],[-1,-1],[-2,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[1,-2],[-9,-14],[5,4],[2,1],[1,-1],[2,-1],[2,0],[2,0],[2,3],[2,2],[1,0],[0,-2],[-2,-5],[0,-2],[2,1],[1,3],[1,6],[0,1],[1,1],[2,1],[1,1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-5],[1,-2],[-2,-1],[-1,-1],[-2,-2],[0,-3],[1,-2],[2,1],[1,2],[2,3],[2,-1],[0,-2],[-1,-2],[-1,-1],[2,1],[1,2],[0,3],[0,2],[0,2],[2,1],[1,2],[0,3],[1,-1],[0,-1],[1,0],[0,-1],[2,1],[0,3],[0,2],[2,1],[2,-1],[0,-1],[0,-2],[-1,0],[-1,-1],[2,-2],[-2,0],[-1,-2],[-1,-3],[2,1],[1,0],[1,0],[1,-1],[-2,0],[-5,-1],[-1,-5],[0,-2],[2,0],[2,-1],[1,0],[1,-2],[0,-3],[1,-1],[1,0],[1,1],[0,1],[-1,1],[1,0],[0,1],[1,0],[0,2],[1,4],[2,5],[4,6],[4,4],[1,-1],[0,-5],[-5,-5],[-1,-2],[-2,-1],[0,-1],[-1,-3],[0,-2],[2,3],[1,2],[1,1],[0,-2],[-1,-1],[2,-3],[-1,-2],[-3,-2],[-1,-3],[4,3],[2,0],[-1,-1],[0,-2],[-1,-1],[-1,-2],[-1,-1],[3,1],[3,2],[1,4],[1,4],[1,-2],[1,-4],[-1,-3],[-1,-1],[-2,-1],[1,-2],[2,-3],[1,-2],[-1,5],[2,2],[2,1],[1,-1],[2,1],[1,5],[1,3],[2,0],[5,10],[3,-1],[0,-3],[-5,-9],[-1,-3],[1,0],[1,1],[2,2],[3,3],[1,-1],[0,-3],[0,-2],[0,-2],[1,-2],[2,-1],[-2,-2],[1,-1],[0,-3],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[5,-1],[1,0],[2,1],[1,1],[1,2],[0,2],[-1,2],[0,2],[0,1],[2,2],[1,0],[2,-1],[1,-1],[-1,-1],[-2,0],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[4,6],[2,1],[2,-2],[-2,0],[-1,0],[-1,-2],[1,-1],[2,0],[-1,-2],[-1,-1],[-1,-1],[0,-2],[1,0],[1,1],[0,1],[2,1],[0,2],[1,0],[0,-6],[0,-1],[-2,-3],[-1,-3],[0,-1],[2,1],[7,7],[0,1],[1,1],[0,2],[1,1],[1,1],[5,1],[-4,1],[3,0],[2,0],[1,-1],[0,-3],[-1,-1],[-1,-3],[0,-1],[-3,0],[-1,0],[-3,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[-2,-4],[-1,-2],[1,-2],[-3,1],[-2,-1],[-4,-3],[2,0],[1,0],[1,1],[0,2],[2,-1],[1,-2],[-1,-1],[-1,-2],[1,0],[1,0],[1,1],[1,1],[2,-2],[0,-2],[0,-2],[0,-2],[2,2],[0,3],[0,7],[2,2],[1,1],[2,1],[0,-1],[0,-2],[-1,-1],[-1,-1],[1,0],[2,2],[1,0],[1,1],[2,3],[1,3],[4,6],[1,1],[-1,3],[2,1],[3,-1],[2,-2],[0,-1],[1,-12],[-2,1],[0,1],[-2,-4],[-3,-2],[-4,-1],[-4,-3],[1,-1],[1,2],[2,1],[1,0],[1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-2,0],[-1,-2],[1,-3],[1,2],[0,1],[0,2],[5,-3],[1,-3],[-1,-4],[-2,-6],[-1,-2],[-1,-2],[0,-3],[0,-2],[2,-1],[1,-2],[2,-1],[6,1],[2,2],[-1,2],[2,1],[5,1],[1,2],[0,2],[-3,5],[0,2],[1,4],[3,4],[4,3],[3,-1],[1,4],[2,2],[2,0],[1,-3],[1,0],[1,2],[2,1],[2,1],[1,0],[1,1],[1,-1],[0,-2],[-4,0],[4,0],[1,2],[1,2],[1,3],[0,-5],[0,-2],[1,0],[2,-1],[1,-1],[1,0],[2,0],[1,-3],[0,-2],[-3,1],[1,-2],[2,-1],[2,0],[2,-1],[0,-1],[-3,-1],[-3,-1],[-2,-1],[-1,-3],[1,0],[1,2],[2,0],[4,-2],[0,2],[0,2],[2,2],[1,2],[0,4],[1,2],[3,0],[-1,1],[0,1],[3,0],[3,2],[3,2],[1,2],[1,-1],[1,-1],[0,-1],[0,-5],[0,-1],[-1,0],[-3,-1],[-1,-1],[-1,-1],[-1,-2],[-3,-3],[-1,-2],[0,-2],[1,-3],[-2,0],[-3,1],[-1,0],[2,-2],[2,-3],[1,-2],[-3,-1],[2,-1],[1,1],[2,4],[0,1],[0,1],[2,1],[2,-2],[1,-3],[2,-1],[3,0],[-3,1],[0,2],[1,2],[1,2],[-1,0],[1,1],[0,1],[1,1],[1,-2],[1,-2],[1,-3],[-1,-2],[2,2],[0,1],[1,-2],[-1,-2],[-1,-1],[-1,-2],[1,-1],[2,-2],[1,-1],[-1,0],[-3,-3],[1,-1],[3,-2],[-2,-2],[-1,0],[-1,-1],[-1,0],[-2,0],[0,-1],[1,-1],[6,3],[1,1],[-1,4],[5,-3],[2,-1],[2,1],[-2,-4],[-4,-3],[-9,-4],[0,-1],[2,1],[5,0],[2,0],[2,2],[1,-1],[1,-2],[1,-1],[4,-1],[3,4],[1,5],[1,4],[7,-5],[-2,-1],[-2,-1],[-1,-1],[-1,-3],[-1,-2],[0,-2],[0,-1],[-3,0],[0,-1],[2,0],[2,1],[2,0],[1,0],[1,-1],[0,-1],[1,-1],[1,1],[0,2],[1,1],[2,1],[1,-1],[0,-2],[-1,-2],[-1,-1],[0,-1],[2,1],[1,1],[1,1],[1,1],[1,0],[0,-1],[1,-1],[0,-1],[-2,-2],[-6,-3],[-2,-1],[3,-1],[5,1],[2,-1],[1,-1],[0,-2],[1,-3],[0,-2],[0,-1],[1,-3],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-3,0],[-3,0],[-2,1],[-2,-2],[-2,0],[-4,-1],[1,0],[1,0],[0,-1],[1,0],[2,1],[3,0],[3,0],[3,-1],[2,0],[1,0],[0,-2],[-1,-1],[-5,-3],[-3,-1],[-4,-4],[-4,-4],[-4,1],[-1,-1],[1,-1],[3,0],[1,0],[1,0],[1,-1],[-1,-1],[-3,-2],[-6,-5],[-3,-1],[-4,1],[0,-1],[1,-1],[0,-2],[-5,2],[-3,1],[-2,-1],[-3,-2],[-2,-1],[-3,1],[2,-2],[7,1],[6,1],[1,-5],[1,0],[1,2],[2,1],[2,1],[1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[-2,-1],[-1,-1],[-1,-3],[-1,-2],[1,-1],[1,2],[0,1],[1,1],[4,2],[2,1],[0,-1],[-1,-6],[0,-2],[1,-1],[0,1],[0,2],[1,1],[1,3],[0,1],[0,1],[0,1],[0,4],[1,2],[1,3],[2,2],[7,5],[2,1],[1,0],[1,0],[2,2],[0,2],[1,0],[1,1],[0,1],[5,3],[5,0],[5,-3],[3,-5],[1,-3],[0,-3],[0,-5],[0,-1],[2,-2],[0,-1],[1,-1],[-1,-4],[-2,-6],[-2,-2],[-1,-1],[-5,0],[-4,1],[-2,1],[-1,0],[-1,2],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-3,0],[-2,-2],[-2,-1],[-1,-2],[7,3],[2,0],[1,-4],[-3,-7],[-1,-4],[-3,-3],[-1,0],[-2,1],[-1,0],[-2,-2],[-2,-4],[-1,0],[-2,-1],[-4,0],[-3,-2],[0,-2],[2,2],[7,2],[2,1],[2,1],[1,2],[0,1],[3,0],[0,-1],[0,-2],[-2,-1],[0,-1],[-9,-13],[-4,-4],[1,-1],[0,-2],[-2,-3],[-2,-3],[0,-3],[-1,-6],[-1,-3],[-6,-8],[0,-1],[0,-4],[0,-2],[-1,-2],[-1,-2],[1,-2],[3,-1],[3,-1],[2,-1],[0,-4],[-2,-2],[-4,-1],[-1,-2],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-3],[0,-1],[-3,-1],[-3,-1],[-3,0],[-1,-3],[0,-2],[0,-3],[1,-2],[1,-3],[-5,-1],[5,-1],[1,2],[0,7],[1,2],[2,2],[3,1],[6,0],[3,1],[2,1],[2,3],[4,5],[1,1],[4,0],[7,9],[7,2],[1,1],[1,2],[6,4],[1,2],[2,3],[1,3],[1,3],[0,6],[1,3],[2,1],[0,1],[-1,1],[-1,1],[7,14],[1,6],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[-1,16],[2,1],[1,1],[1,1],[2,-1],[2,-1],[1,-2],[2,-5],[0,4],[0,2],[-2,1],[1,1],[0,2],[0,2],[2,2],[2,0],[8,0],[16,6],[4,0],[1,2],[3,-1],[3,-2],[0,-4],[-3,1],[-3,0],[-3,0],[-1,-2],[4,-1],[1,0],[0,-1],[0,-4],[0,-1],[0,1],[1,1],[1,3],[1,-1],[0,-3],[0,-3],[-1,-2],[-2,-3],[-2,1],[-2,-1],[-3,-3],[-1,0],[-1,0],[-1,-1],[-1,0],[3,-2],[-1,-2],[-5,-7],[-2,-1],[-2,0],[-2,-1],[-2,1],[-2,3],[0,-3],[0,-1],[1,0],[-2,-2],[-4,0],[-1,-1],[-5,-3],[-1,-1],[-4,-1],[-3,-2],[-2,-4],[2,-2],[1,3],[1,2],[1,1],[2,-2],[-1,-2],[-1,-1],[0,-1],[2,-2],[1,4],[1,0],[1,0],[1,0],[0,2],[1,1],[0,1],[1,1],[2,-1],[3,-3],[-1,2],[1,1],[5,1],[-1,-3],[2,-4],[-1,-2],[-2,-1],[-2,0],[-1,-1],[-1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[6,4],[1,1],[1,-1],[1,2],[2,2],[1,2],[0,3],[2,1],[1,1],[1,0],[-1,-1],[0,-1],[2,0],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,-2],[-1,-1],[-1,-2],[2,1],[1,3],[0,5],[1,3],[2,2],[2,3],[2,4],[2,1],[4,3],[1,0],[1,0],[3,-3],[0,1],[-1,2],[0,1],[2,4],[2,2],[2,1],[3,-8],[2,-5],[0,2],[0,1],[0,2],[0,2],[1,2],[3,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[4,2],[2,0],[2,0],[1,0],[1,1],[0,4],[3,1],[1,-1],[0,-4],[0,-3],[-2,-2],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,1],[1,0],[1,-1],[3,0],[-3,3],[0,3],[2,3],[4,0],[-1,-1],[-1,-1],[-2,-2],[2,1],[3,0],[1,-1],[1,-3],[3,1],[5,-3],[2,1],[-1,1],[-1,0],[-1,1],[1,2],[2,2],[0,-3],[1,2],[1,1],[-1,2],[-2,2],[3,2],[2,-1],[1,-3],[-2,-4],[2,0],[1,-5],[2,-1],[-2,-2],[2,0],[1,1],[1,1],[1,2],[1,-3],[0,-2],[1,1],[1,2],[-1,2],[-2,4],[2,0],[5,-1],[-2,1],[-2,2],[-1,2],[0,2],[1,0],[0,-2],[2,0],[1,-1],[2,0],[-2,3],[-6,4],[-1,3],[1,2],[1,2],[1,1],[0,1],[2,1],[2,0],[2,0],[3,0],[3,-1],[3,-1],[3,-1],[4,0],[8,-4],[7,-3],[11,-6],[14,-7],[9,-5],[3,-2],[5,-3],[3,-2],[4,-4],[1,0],[1,0],[5,-3],[1,0],[8,-1],[1,0],[1,-1],[1,-2],[2,-1],[5,-8],[6,-5],[2,-1],[1,-1],[3,-1],[1,0],[2,0],[4,1],[0,-2],[-1,-2],[-1,0],[-2,1],[0,-4],[2,-1],[3,-1],[2,-3],[1,1],[3,1],[1,1],[1,-1],[1,-2],[4,-1],[15,-3],[1,-1],[0,-2],[-1,-3],[-1,-1],[4,0],[1,0],[-2,-4],[1,0],[1,2],[1,1],[1,1],[2,1],[1,-2],[3,-1],[2,0],[2,1],[9,-1],[-1,0],[0,-3],[2,0],[3,0],[3,-1],[1,0],[1,2],[1,-1],[5,-3],[2,-1],[1,0],[1,2],[1,4],[0,2],[-2,0],[-1,0],[-1,2],[-4,3],[-2,1],[1,2],[2,1],[13,-3],[9,-1],[2,-1],[-4,-4],[2,0],[1,1],[3,1],[3,-6],[11,-8],[3,-4],[1,-2],[-1,1],[-2,1],[0,1],[0,-1],[0,-1],[-1,0],[-1,1],[0,-1],[1,-1],[2,-1],[1,0],[2,1],[1,-2],[2,-2],[3,-1],[12,-2],[4,-1],[3,2],[2,-1],[0,-2],[0,-1],[-1,-2],[1,0],[0,-1],[-1,-1],[1,0],[1,0],[1,1],[-1,3],[3,1],[11,-3],[1,-1],[0,-1],[0,-2],[-2,-1],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,2],[2,-3],[2,-4],[1,-1],[1,0],[1,3],[0,2],[-2,4],[0,3],[-3,2],[0,2],[-2,-1],[-1,1],[-1,0],[2,1],[4,2],[2,0],[9,-1],[4,-1],[4,-2],[3,-2],[3,-3],[1,0],[0,2],[-1,1],[-1,3],[2,-1],[21,-1],[1,0],[3,-1],[1,-1],[1,1],[1,1],[1,0],[4,0],[1,-1],[1,-3],[1,0],[1,1],[7,3],[3,0],[24,-1],[8,2],[2,0],[1,1],[1,1],[1,0],[0,-1],[1,0],[11,-3],[18,-3],[11,-4],[2,0],[2,-3],[2,-1],[1,0],[1,1],[1,1],[2,-1],[2,0],[1,-1],[2,-1],[3,-1],[6,-1],[3,0],[10,-9],[4,-2],[1,-1],[7,-8],[1,-1],[2,-1],[2,-2],[3,-3],[2,-2],[-1,-2],[1,0],[1,-1],[2,0],[-1,2],[2,1],[2,-1],[5,-3],[1,-1],[2,0],[1,0],[0,-2],[0,-1],[5,-5],[9,-7],[2,-2],[11,-7],[2,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,-2],[3,-1],[4,-4],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[8,-8],[3,-4],[1,-1],[2,0],[2,-1],[2,0],[1,-3],[1,-2],[2,-2],[3,-1],[5,-1],[2,-1],[2,-1],[3,-4],[2,-4],[2,-9],[3,0],[2,-1],[1,-2],[2,-2],[7,-3],[1,-4],[4,-4],[3,-3],[4,-2],[1,-1],[3,-5],[1,-1],[9,-4],[9,-5],[4,-1],[3,3],[1,-1],[1,-2],[2,-6],[3,-6],[0,-2],[1,-4],[0,-2],[2,-3],[6,-8],[2,-1],[6,-4],[1,-2],[7,-13],[9,-17],[8,-12],[12,-12],[2,-1],[7,-10],[3,-1],[3,-2],[3,-1],[3,0],[5,-18],[3,-5],[4,-4],[5,-5],[5,-4],[4,-2],[2,1],[1,1],[4,-2],[7,-5],[13,-7],[4,-4],[2,-4],[4,-14],[5,-11],[6,-3],[3,0],[2,0],[2,-1],[4,-2],[2,-1],[4,1],[4,-1],[11,-3],[2,-1],[4,-6],[0,-1],[1,-1],[2,-2],[1,-2],[0,-1],[2,-3],[4,-3],[5,-2],[3,-1],[0,-2],[2,0],[5,-1],[5,-1],[2,-2],[3,-3],[3,-1],[2,0],[1,2],[-1,1],[-5,2],[-1,2],[4,-2],[17,-2],[11,-3],[5,-2],[3,-1],[3,0],[0,1],[-5,0],[1,1],[21,-4],[3,0],[5,2],[5,0],[4,1],[2,0],[11,-3],[19,-7],[15,-6],[10,-3],[4,-2],[5,-3],[2,-2],[4,-7],[2,-1],[3,-1],[1,-3],[2,-3],[2,-5],[0,-3],[1,-3],[-1,-3],[1,-2],[3,-4],[5,-15],[1,-5],[0,-4],[1,-3],[1,-2],[-1,-1],[1,-1],[0,-10],[0,-1],[1,-2],[-1,-9],[1,-2],[1,-2],[0,-2],[0,-3],[-1,-2],[0,-1],[0,-2],[2,-3],[0,-2],[-1,-4],[0,-2],[1,-2],[0,-1],[1,-1],[2,-2],[0,-2],[0,-1],[-1,-4],[-1,-3],[0,-1],[1,-1],[0,-1],[-2,-16],[-3,4],[-1,-3],[-4,-2],[0,-2],[2,-1],[2,1],[2,2],[2,0],[1,-1],[1,-3],[1,-1],[2,-1],[1,0],[1,-1],[-1,-3],[1,-6],[0,-2],[-1,-2],[0,-2],[1,-1],[0,-2],[2,-1],[1,-1],[0,-2],[1,-6],[-1,-14],[-1,-6],[-2,-4],[0,-4],[0,-1],[0,-4],[1,-1],[1,-1],[0,-2],[0,-3],[-1,-2],[-1,-3],[0,-3],[0,1],[1,-12],[1,-3],[1,-1],[4,-3],[0,-1],[-1,-6],[-1,-2],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-3],[-1,-2],[-3,-5],[1,0],[-2,-1],[-1,0],[-1,1],[1,-1],[0,-2],[0,-2],[-1,-1],[2,1],[4,2],[2,3],[2,3],[1,3],[2,4],[0,3],[2,-2],[0,-2],[-2,-5],[-2,-8],[0,-4],[0,-1],[1,-1],[2,-2],[1,-1],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-4,-20],[-3,-9],[-1,-6],[1,-4],[-2,-3],[-1,-1],[-2,1],[-1,0],[-5,1],[-1,0],[-1,1],[-2,-1],[-2,0],[8,-2],[4,-2],[0,-2],[1,-3],[1,-2],[0,-1],[-1,-2],[-1,-2],[-2,-3],[-1,0],[0,2],[0,1],[0,2],[0,-1],[-1,-1],[0,-2],[-2,6],[-1,2],[0,-2],[1,-7],[-1,-3],[-2,1],[-2,-1],[-1,-1],[-2,-2],[3,1],[2,1],[1,0],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-2,-5],[1,-2],[5,-2],[0,-1],[0,-2],[-1,-5],[2,3],[1,-1],[0,-4],[1,-2],[-1,-1],[-1,0],[1,-1],[0,-1],[-2,-3],[-5,-11],[0,-2],[-1,-1],[-2,0],[-2,1],[-2,3],[-2,2],[-2,0],[2,-2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[1,1],[0,1],[0,-2],[-3,-5],[-2,-5],[0,-1],[-3,-3],[-2,-3],[-2,-4],[-1,-5],[-1,-4],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-14,-24],[-7,-11],[0,-1],[-2,-1],[-1,-2],[-1,-6],[-2,-2],[-5,-5],[-2,-3],[-1,-6],[-2,-5],[-8,-9],[-7,-7],[-5,-8],[-5,-4],[-3,-5],[-14,-13],[-3,-2],[0,1],[-3,-1],[-4,-2],[-3,-2],[-2,-3],[0,-2],[-14,-14],[-1,-1],[-7,-3],[-4,-1],[-3,-4],[-4,-8],[-2,1],[-1,-1],[-3,1],[-2,-1],[-1,0],[-2,-1],[2,3],[2,1],[1,3],[-2,4],[-1,2],[-1,2],[-2,0],[-2,-1],[1,-1],[1,-4],[0,-1],[-1,-4],[0,-1],[-1,-1],[-1,0],[-7,-5],[-1,0],[-1,2],[0,3],[0,2],[-3,7],[1,2],[-2,2],[-3,2],[-3,-1],[1,-3],[4,-3],[1,-2],[1,-2],[1,-10],[1,-1],[1,-1],[1,0],[0,1],[1,1],[4,0],[2,0],[1,2],[-2,-3],[-8,-6],[-4,-7],[-3,-3],[-7,-3],[-4,-7],[-1,-1],[-2,0],[-1,-2],[-6,-8],[-3,-2],[-5,-1],[-8,-8],[-17,-9],[-4,-3],[-2,-2],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-19,-17],[-2,0],[-5,-1],[-3,0],[-3,0],[-2,0],[-3,-1],[-5,0],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-22,-9],[-20,-11],[-8,-7],[-2,-3],[-2,-3],[-8,-5],[-2,-2],[-1,-2],[0,-2],[-1,-2],[-12,-14],[-2,-1],[-1,1],[0,1],[1,2],[0,1],[0,1],[-1,0],[-1,0],[0,2],[-1,0],[-1,-2],[-1,2],[-2,4],[0,1],[-5,3],[-2,1],[-1,0],[-1,0],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[2,-1],[0,-1],[-2,1],[-1,0],[0,-2],[2,-1],[1,0],[0,1],[1,1],[1,0],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-2],[-1,-4],[1,-3],[0,1],[1,-1],[-3,-1],[-4,-1],[-3,-2],[-2,-3],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-2,-4],[-6,-11],[-2,-1],[-6,-1],[-2,1],[0,1],[1,1],[0,1],[-2,1],[4,4],[1,1],[1,4],[1,1],[2,1],[6,4],[2,1],[0,1],[3,0],[-2,2],[0,4],[-1,2],[-1,-4],[0,-1],[0,-2],[-2,5],[-1,3],[-1,1],[-1,-3],[3,-6],[-1,-3],[0,1],[-3,2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-2,-1],[-2,-3],[-3,-7],[-1,-1],[-2,1],[0,2],[-1,5],[0,-2],[-1,0],[-1,0],[-1,2],[0,-5],[1,-2],[1,-1],[5,-3],[1,-1],[-2,-4],[-4,-3],[-4,-1],[-4,-1],[2,0],[2,-1],[3,1],[3,1],[2,1],[2,2],[2,1],[2,1],[-1,-3],[-11,-11],[-13,-18],[-1,-5],[-2,-2],[-3,-3],[-11,-18],[-5,-5],[-4,-7],[-10,-10],[-11,-15],[-13,-14],[-10,-11],[-11,-10],[-8,-9],[-2,-1],[-1,-1],[-11,-9],[-10,-9],[-12,-9],[-4,-4],[-3,-2],[-3,-1],[-2,0],[-3,0],[-1,0],[-2,0],[-3,-2],[-3,-1],[-3,-1],[-3,-1],[-3,1],[-1,2],[4,4],[2,5],[1,1],[2,0],[0,-2],[1,2],[-1,3],[0,2],[2,4],[0,1],[-1,1],[0,1],[0,1],[-1,2],[0,1],[1,1],[0,9],[-3,0],[-2,1],[-1,1],[-2,2],[-5,-1],[-2,2],[-1,3],[-1,6],[-1,1],[-1,0],[-2,1],[-1,2],[0,1],[1,2],[0,2],[-1,1],[-3,-4],[-1,-3],[0,-2],[-1,-4],[0,-1],[-1,0],[-1,0],[0,-1],[-2,-3],[0,-1],[1,-2],[-7,-9],[-1,-1],[-1,0],[-2,-2],[-1,0],[-1,0],[-1,2],[-2,0],[-1,2],[0,3],[-1,10],[0,2],[2,1],[3,2],[-1,3],[-1,0],[0,-2],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[0,-2],[-1,-1],[-2,-1],[1,-1],[1,-4],[1,-1],[1,-1],[0,-1],[1,0],[1,-2],[-1,-2],[0,-1],[1,-2],[1,-1],[2,-2],[1,0],[2,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[2,1],[2,-1],[1,0],[2,-1],[-1,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-1],[-2,-1],[-3,-4],[-2,-2],[-2,-1],[-3,-1],[-3,-1],[-3,0],[-1,-1],[-1,-1],[-1,-2],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[8,-4],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-4,-3],[-8,-4],[-2,-2],[-2,-2],[-1,-5],[-2,-3],[2,-4],[0,-2],[-2,-1],[-3,3],[-1,0],[-1,1],[-4,-1],[0,1],[1,1],[0,2],[-1,1],[-4,-9],[-1,-5],[0,-4],[-1,-1],[-2,-2],[-1,-2],[-1,-3],[0,-5],[-1,-2],[-3,-1],[-1,0],[4,-1],[2,2],[0,6],[1,3],[3,3],[3,1],[3,-2],[0,-1],[0,-3],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-3],[1,-3],[1,-3],[1,-3],[0,-3],[-1,-2],[-2,-2],[-1,-3],[-2,-8],[0,-3],[1,-2],[0,-1],[-1,0],[-2,0],[-1,1],[-2,3],[0,1],[-1,2],[0,1],[0,2],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,4],[-1,1],[-1,0],[-3,0],[-1,-1],[-1,-2],[0,-1],[4,2],[1,-1],[0,-1],[-1,-1],[0,-1],[5,-4],[1,-2],[1,-4],[2,-3],[4,-2],[0,-1],[-1,-2],[-1,0],[-4,0],[-1,1],[-2,2],[-2,-4],[0,-1],[1,-4],[0,-1],[2,-1],[3,-2],[1,-2],[1,-2],[1,-2],[-1,-1],[0,-2],[-1,-1],[2,-3],[0,-1],[0,-1],[-1,-1],[-6,0],[-1,1],[-2,2],[-2,-2],[0,-1],[1,-2],[-1,0],[-1,-2],[-1,-1],[0,-2],[1,-1],[1,-1],[2,-1],[0,-2],[1,0],[-2,6],[-1,3],[3,1],[3,0],[2,0],[7,3],[0,1],[0,1],[0,2],[-1,0],[0,1],[0,2],[1,2],[0,1],[-1,0],[1,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,1],[-2,0],[1,1],[0,1],[-2,0],[0,1],[1,2],[2,1],[1,1],[2,0],[2,0],[0,-1],[-1,-11],[0,-3],[-5,-12],[-2,-3],[-1,-1],[0,-2],[-1,-3],[0,-1],[-3,-4],[-1,-2],[-1,-5],[1,-4],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[1,-2],[-2,-1],[0,-2],[0,-2],[0,-2],[-4,-6],[-2,-9],[-4,-7],[-1,-4],[-2,-4],[0,-2],[0,-11],[0,-2],[2,-2],[0,-1],[-2,-1],[-1,0],[0,-2],[2,-1],[1,1],[1,-1],[-2,-5],[0,-6],[0,-9],[-4,-34],[1,-12],[-1,-12],[1,-20],[0,-20],[1,-6],[1,-3],[1,-1],[0,-4],[0,-1],[2,-3],[0,-1],[-1,-2],[-4,-4],[-1,-2],[-1,-3],[-4,-8],[0,-2],[-1,-2],[-3,-3],[-1,-2],[-2,-11],[-1,-2],[-6,-8],[-2,-3],[0,-3],[-1,-4],[0,-4],[-2,-3],[-6,-6],[1,-2],[-1,-1],[-1,-2],[-8,-23],[-8,-18],[-1,-5],[0,-2],[1,-3],[0,-2],[0,-1],[-5,-6],[-4,-16],[-3,-5],[-3,-3],[-1,-2],[-4,-17],[0,-12],[1,-6],[0,-3],[-3,-16],[1,-3],[1,-5],[2,-3],[1,-3],[-2,-4],[-16,-12],[-1,-2],[-1,-1],[0,-2],[-1,-1],[-1,0],[-1,-1],[-3,-1],[-9,-1],[-4,-1],[-5,-3],[-7,-7],[-19,-22],[-6,-10],[-3,-6],[-10,-24],[-5,-21],[-4,-28],[-1,-25],[0,-19],[-3,-18],[-2,-5],[-12,-23],[-4,-4],[-3,-2],[-15,-4],[-8,-4],[-3,-2],[-9,-16],[-1,-3],[-2,-1],[-5,-2],[-2,-1],[2,-1],[1,-1],[-3,-7],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[0,-1],[1,-2],[0,-2],[0,-1],[-2,-2],[-3,-8],[0,-1],[-1,-1],[-4,-6],[-1,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[-1,1],[1,3],[-1,2],[-2,1],[-2,0],[-4,0],[1,-1],[1,-2],[-1,-1],[-3,0],[0,-1],[1,0],[1,-1],[-2,-3],[1,-2],[2,-1],[3,0],[-1,-2],[2,0],[2,2],[2,0],[3,-1],[-3,-1],[-2,-2],[-2,-3],[-2,-5],[-3,-5],[-2,-6],[-8,-8],[-3,-5],[-2,-2],[-2,2],[-3,-2],[-2,-1],[-6,-8],[-1,-2],[-3,-1],[-1,-1],[-3,-6],[-4,-1],[-1,-3],[-2,-1],[0,2],[0,1],[-1,2],[-1,0],[-1,-1],[-1,0],[-4,-2],[-4,0],[-2,-1],[-2,-2],[0,-2],[-2,-1],[-1,-1],[-1,-2],[-2,-1],[-2,-4],[0,-5],[-1,-3],[-1,-2],[-2,-1],[-1,-3],[-1,-1],[0,-2],[-11,-11],[-5,-6],[-2,-4],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-4],[-3,-3],[-5,-6],[-5,-3],[-1,-1],[-2,-5],[1,-5],[4,-7],[0,-6],[-3,-8],[0,-14],[3,-17],[-1,-5],[-4,-3],[-19,-8],[-13,-5],[-12,-1],[-15,-2],[-12,-3],[-14,-5],[-10,-4],[-4,-3],[0,-1],[-1,-2],[-1,-1],[-2,-2],[-4,-2],[-2,-1],[-3,-4],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-2,-1],[-5,-2],[-3,-3],[-2,-6],[-1,-6],[0,-5],[1,-3],[4,-5],[0,-2],[1,0],[1,1],[2,1],[1,1],[3,0],[1,0],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-2,2],[-2,-1],[-3,-3],[-4,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-3],[1,-1],[1,1],[1,0],[0,-2],[0,-2],[-2,-2],[-2,1],[-1,2],[-2,1],[-14,2],[-24,5],[-18,3],[-11,0],[-4,0],[-2,0],[-2,-2],[-1,0],[-9,1],[-11,0],[-9,2],[-12,1],[-2,3],[-2,1],[-2,-1],[-1,2],[-3,2],[-1,1],[2,0],[1,0],[1,-1],[1,1],[0,1],[-1,1],[-1,1],[-2,1],[1,1],[2,3],[1,3],[3,2],[6,4],[-2,0],[-1,1],[0,1],[1,1],[3,1],[0,1],[1,0],[1,3],[0,1],[0,4],[0,1],[-2,0],[-3,0],[-1,1],[-1,0],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,-1],[-3,-1],[-5,-3],[-2,1],[-3,0],[-2,-1],[-1,-3],[1,-3],[2,-7],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[-1,0],[-1,0],[5,-4],[1,-1],[0,-2],[-1,-2],[0,-2],[2,1],[-1,-2],[-2,-3],[-3,-1],[-3,-1],[-28,0],[-6,-1],[-6,-2],[-1,0],[0,-1],[-1,-1],[-1,1],[-1,2],[-5,1],[-30,0],[-6,1],[-2,0],[-2,-1],[-2,-1],[-3,-1],[-2,1],[0,3],[1,3],[2,0],[5,0],[1,-1],[2,-1],[2,0],[2,4],[2,-3],[5,-1],[9,-2],[10,1],[6,1],[3,2],[-3,0],[-2,1],[-2,2],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,2],[-2,2],[0,1],[-2,1],[-5,1],[-1,0],[-1,3],[-1,1],[-3,-1],[-2,1],[2,1],[0,1],[-2,0],[-4,-2],[-1,0],[-6,0],[-2,-1],[-3,-1],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-2,0],[1,2],[0,2],[0,1],[-2,0],[0,-1],[-3,-5],[-1,-1],[-4,-3],[-1,-1],[-3,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,2],[-1,0],[-1,0],[-2,-1],[-2,0],[0,1],[0,4],[0,1],[-1,1],[-2,0],[-3,-1],[-1,-1],[0,3],[-2,-1],[-1,-1],[-3,2],[0,2],[2,1],[2,0],[1,0],[1,1],[-1,2],[0,1],[-1,0],[0,1],[1,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-2],[-1,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[0,1],[-1,0],[-1,-1],[-1,2],[-2,-2],[-2,-4],[0,-2],[-3,-1],[-3,-1],[-6,0],[-9,-3],[0,1],[1,1],[-4,1],[-3,-1],[-2,-2],[-4,-6],[0,-1],[0,-1],[-1,-2],[-1,-4],[-1,-2],[0,-3],[3,0],[3,2],[2,1],[2,-2],[-6,-4],[-1,-2],[2,1],[1,1],[2,0],[2,-1],[-2,-2],[-1,-1],[-1,-1],[0,-2],[1,0],[2,3],[2,2],[2,1],[2,0],[3,0],[-1,-1],[0,-1],[-1,0],[2,-2],[3,-1],[2,-1],[1,-4],[-3,2],[-2,-2],[-3,-4],[-3,-2],[-2,1],[-1,1],[-2,0],[-2,1],[-3,0],[-4,0],[-3,-1],[-1,-1],[-1,-1],[-3,0],[-2,-1],[-2,2],[-1,-1],[-2,-1],[-2,1],[-1,0],[0,2],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[1,3],[-4,-1],[-4,-2],[-1,-1],[-1,0],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-3,-1],[-1,0],[0,1],[-1,-2],[1,-2],[2,-1],[1,-2],[-3,0],[-2,-1],[-3,-5],[-1,2],[-1,1],[-1,-1],[1,-2],[-2,0],[-1,1],[-1,1],[-1,1],[-2,1],[0,-1],[-1,-3],[1,-1],[-2,-1],[-3,2],[-2,0],[-1,-2],[1,-3],[0,-1],[-2,-1],[-1,0],[-4,-1],[-1,1],[-2,2],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-3,-2],[-2,-1],[-3,2],[-1,-2],[-1,-1],[-1,-2],[0,-1],[0,-3],[0,-1],[0,-2],[1,-1],[1,0],[1,-1],[0,-2],[-1,-2],[0,-2],[1,-2],[-1,-3],[-1,-2],[-3,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-2,-1],[-2,-1],[-2,0],[-2,2],[-2,3],[-3,1],[-4,0],[-1,0],[-1,1],[0,1],[-1,0],[-2,0],[-8,4],[-7,1],[-2,0],[-2,2],[-1,0],[-5,0],[-11,-1],[-4,-2],[-2,-1],[-2,-1],[-1,-2],[-1,0],[-3,1],[-2,0],[-3,-1],[-4,-2],[-1,0],[0,1],[-2,-3],[-3,-2],[-3,-2],[-4,-1],[0,-1],[3,0],[1,1],[2,0],[5,5],[2,0],[2,0],[-5,-5],[-1,-1],[-1,-2],[-1,-3],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,2],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,-2],[-3,-1],[-3,1],[1,2],[3,1],[1,1],[0,2],[0,1],[-1,2],[-1,1],[0,2],[-1,1],[-1,1],[-3,1],[-1,0],[-1,1],[1,1],[0,1],[-3,1],[-1,-1],[0,-3],[-1,-1],[-2,0],[0,-1],[0,-1],[-3,0],[-2,1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,-3],[1,-1],[2,0],[1,0],[1,-1],[-1,-3],[0,-1],[-1,-1],[-1,1],[0,1],[-1,0],[-1,1],[-7,-3],[-16,-5],[-19,-10],[-14,-5],[-10,-5],[-4,-3],[-3,-4],[-1,-5],[-1,0],[-1,-1],[1,-3],[0,-1],[-2,-2],[-2,-1],[-2,1],[0,3],[-3,-5],[-1,-1],[-2,-1],[-3,-2],[-2,-1],[-6,-5],[-33,-17],[-1,1],[-2,0],[-3,-2],[-3,1],[-1,0],[-1,-1],[-3,-1],[-3,-3],[-6,-2],[-24,-16],[-2,-2],[-4,-4],[-1,0],[0,-1],[-1,0],[-1,-1],[-6,-9],[-3,-2],[-6,1],[1,2],[2,0],[2,0],[1,0],[0,2],[-1,0],[-5,1],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,2],[0,-2],[2,-2],[3,-1],[3,0],[2,-2],[2,0],[1,1],[2,1],[1,0],[2,1],[2,-1],[-6,-12],[-4,-6],[-6,-1],[-2,-1],[-6,-7],[-1,-1],[-1,-2],[-1,-2],[-10,-5],[-1,-2],[-3,-4],[-2,-5],[-2,0],[-2,1],[0,3],[0,2],[4,7],[0,2],[0,1],[2,1],[1,1],[2,1],[6,2],[1,1],[-2,1],[-1,-1],[-3,-1],[-3,0],[-2,0],[-1,-1],[-2,-2],[-1,0],[-1,1],[-2,2],[-1,1],[0,-2],[0,-1],[0,-1],[-2,-2],[-1,-2],[-2,0],[-1,0],[2,4],[-1,0],[-1,-1],[0,2],[1,6],[1,4],[0,1],[-2,0],[-1,-2],[-2,-2],[-1,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,-1],[-2,1],[-2,2],[-1,2],[-1,2],[-1,2],[0,-3],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,-2],[2,-8],[-2,0],[-4,0],[-2,0],[0,-1],[4,-1],[2,-1],[1,-1],[-2,-1],[-1,-2],[0,-1],[3,1],[0,-1],[1,-2],[1,-1],[-1,-2],[-1,-1],[-1,0],[-2,0],[-1,-1],[0,-2],[0,-2],[-2,0],[-2,0],[-1,1],[-2,3],[-1,-1],[-1,0],[-2,1],[-1,0],[0,-1],[-2,0],[-6,2],[-1,1],[-5,4],[-1,1],[-4,6],[-2,1],[1,-2],[1,-5],[1,-2],[0,-1],[2,-1],[1,-3],[0,-2],[-2,0],[-3,1],[2,-3],[3,-1],[4,0],[3,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-2],[2,0],[1,-1],[2,-1],[1,-2],[1,2],[2,0],[2,0],[5,1],[2,-1],[2,-2],[2,-1],[-2,-1],[0,-1],[1,1],[-2,-1],[-1,-1],[-1,0],[3,-1],[1,0],[1,2],[1,1],[2,0],[2,-1],[2,0],[2,1],[3,-4],[-3,-2],[-6,-3],[-11,-19],[-1,-3],[-2,-6],[-1,0],[-2,0],[-1,3],[-2,1],[1,2],[-1,0],[-2,0],[-1,-1],[-1,-1],[1,0],[1,-1],[1,-1],[1,-1],[0,-2],[-8,2],[-11,0],[-1,-1],[-1,0],[-1,-1],[0,-2],[0,-1],[1,1],[1,1],[1,0],[19,-2],[1,1],[1,0],[1,-2],[0,-1],[-1,-1],[-3,-8],[-1,-4],[-2,-4],[-1,-2],[0,-2],[1,-2],[1,-11],[0,-2],[-2,-2],[-2,0],[-3,-1],[-1,-1],[-1,-2],[-2,-2],[-2,0],[-3,1],[-3,1],[0,2],[-1,3],[0,2],[-1,4],[-1,2],[0,3],[0,1],[-1,1],[0,4],[-1,-1],[-1,-2],[2,-4],[-1,-1],[0,-2],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-2],[-1,-3],[0,-1],[1,-2],[-1,-1],[-1,0],[-1,0],[2,-4],[-1,0],[-2,0],[-1,0],[-1,-1],[5,-2],[2,-1],[1,-2],[1,-1],[7,-4],[1,-1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-1],[1,0],[1,-1],[-1,-3],[-7,-12],[-2,-5],[-1,-9],[-1,-7],[1,-2],[0,-1],[5,-4],[2,-1],[2,1],[1,0],[1,-2],[0,-1],[-1,-1],[-2,-1],[-1,-2],[-2,-2],[-1,-2],[0,-2],[0,-4],[0,-1],[1,-1],[0,-1],[-1,-2],[0,-5],[0,-1],[1,-2],[1,0],[1,0],[2,-3],[-1,-2],[-1,-2],[-1,-5],[-1,-1],[-1,-1],[2,-6],[1,-1],[1,-1],[2,1],[1,1],[0,1],[1,1],[2,1],[1,-1],[1,-3],[3,-1],[-1,-1],[-1,-1],[-1,0],[1,-3],[0,-2],[-1,0],[-1,-1],[-2,0],[-1,0],[0,2],[2,0],[0,1],[-1,1],[-1,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-4,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-5],[1,-1],[4,-1],[1,-2],[1,-2],[-1,-6],[-1,2],[0,1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,0],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-2],[4,-11],[2,-1],[1,-1],[0,-3],[-1,-2],[-1,2],[-2,-2],[-3,-2],[-1,-2],[1,-2],[0,-2],[0,-3],[0,-3],[1,0],[1,-2],[0,-2],[-2,-1],[0,-1],[1,-1],[4,-5],[0,-2],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[-1,-3],[-4,-4],[-1,-2],[-1,-8],[0,-3],[1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-4],[-2,-5],[-2,-5],[0,-3],[2,-3],[-2,-2],[-5,-3],[0,-2],[-1,-3],[0,-3],[0,-1],[-4,-3],[-1,-2],[-1,-5],[-2,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,1],[-2,2],[-1,3],[0,3],[1,3],[1,2],[0,1],[0,1],[-3,4],[-1,1],[-2,2],[-1,1],[-2,-4],[0,-1],[1,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[2,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[4,-3],[1,-1],[1,-1],[1,-1],[2,1],[1,1],[1,0],[-1,-2],[-1,-2],[-4,-5],[-2,-2],[-1,-2],[-1,0],[-5,0],[-2,-1],[-3,-1],[-3,-1],[-2,-1],[-3,-2],[-10,-5],[-34,-25],[-26,-24],[-21,-25],[-12,-14],[-6,-11],[-10,-13],[-8,-17],[-6,-6],[-22,-49],[-6,-15],[-9,-18],[-34,-49],[-1,-2],[-1,-2],[-15,-20],[-13,-12],[-6,-10],[-19,-19],[-14,-13],[-20,-15],[-28,-21],[-35,-18],[-3,-3],[-17,-19],[-5,-7],[-1,-1],[-1,3],[1,3],[3,4],[1,2],[1,3],[1,3],[-1,3],[-1,3],[1,1],[2,1],[2,2],[-1,4],[-7,9],[1,4],[4,2],[5,-2],[9,-7],[4,0],[5,2],[3,3],[-2,4],[6,1],[4,-1],[5,0],[4,3],[13,12],[2,4],[4,3],[1,2],[0,3],[2,-1],[3,-5],[1,1],[0,2],[-1,5],[0,2],[2,3],[1,3],[2,1],[0,-4],[4,-1],[5,0],[4,2],[2,2],[3,2],[2,1],[4,6],[4,7],[3,9],[1,10],[-2,9],[1,1],[1,6],[0,2],[1,1],[3,0],[4,-2],[2,0],[3,2],[2,0],[2,0],[1,-1],[0,-7],[0,-2],[1,0],[1,0],[1,1],[1,2],[0,1],[2,1],[1,0],[1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,4],[2,4],[2,6],[1,6],[-2,2],[0,2],[1,0],[2,-1],[1,0],[3,0],[2,1],[9,7],[5,0],[2,1],[2,2],[1,1],[5,8],[3,11],[0,24],[-1,2],[-1,5],[-1,4],[0,1],[0,1],[2,1],[1,0],[1,0],[1,-2],[4,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[1,-2],[1,-3],[1,-2],[2,-2],[4,3],[1,1],[0,3],[0,3],[0,1],[2,3],[2,7],[1,4],[0,3],[-1,2],[-4,3],[0,1],[-1,3],[-1,1],[-1,1],[-1,1],[-2,0],[-1,-1],[-3,-3],[-1,-2],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-2],[-2,-2],[-2,0],[-8,1],[-2,0],[-1,-2],[-1,-2],[-7,1],[-2,0],[-2,1],[-2,-1],[-1,-2],[-1,-2],[-1,-4],[0,-2],[2,-5],[-3,1],[-5,5],[-2,1],[-2,0],[-1,2],[-1,2],[0,2],[1,2],[1,1],[1,1],[0,1],[1,1],[0,2],[-1,2],[-1,1],[-2,-1],[-1,0],[0,3],[-2,1],[-3,-1],[-1,0],[-1,-1],[-2,1],[-4,3],[0,2],[-1,2],[-3,1],[-1,0],[-1,0],[-1,1],[0,1],[2,1],[1,2],[-1,2],[-1,2],[-1,1],[-1,1],[0,2],[2,4],[0,3],[-2,-1],[-1,2],[1,2],[-1,2],[-2,-1],[0,-1],[0,-2],[-2,-4],[-1,-1],[1,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-2,-4],[1,1],[2,0],[1,0],[1,0],[2,-4],[-4,-3],[1,-2],[4,-2],[1,-2],[1,1],[3,2],[0,1],[1,-2],[0,-2],[0,-3],[0,-3],[3,-1],[6,2],[2,0],[0,-1],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-4,0],[-4,-4],[-3,-4],[-3,-10],[-2,-5],[0,-6],[0,-6],[1,-9],[0,-2],[0,-4],[-2,-2],[-2,1],[-1,3],[2,0],[1,4],[-3,7],[0,6],[-1,1],[-3,0],[-2,-1],[-1,-2],[-1,-15],[0,-3],[1,-5],[1,-3],[-1,-3],[-1,-1],[-4,1],[-3,0],[-2,-1],[-2,-1],[-1,-3],[-1,-5],[0,-7],[1,-5],[3,-4],[-15,-4],[-2,0],[-4,-2],[-3,-4],[-1,-5],[0,-4],[1,-2],[-1,-1],[-2,1],[-1,0],[-1,1],[-1,-1],[-2,-1],[-3,0],[-5,0],[-2,0],[-2,0],[-3,-1],[-2,-4],[-2,0],[-3,1],[-2,0],[-1,-1],[0,-1],[-1,0],[-2,-1],[-1,0],[0,-1],[1,-2],[1,0],[0,-1],[-1,-1],[-4,-3],[-1,-1],[0,-1],[-1,-3],[0,-8],[0,-2],[-1,-2],[0,-2],[0,-2],[2,-1],[0,-2],[-2,-6],[-1,-2],[0,-1],[-1,1],[-1,3],[0,4],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,-1],[-1,-1],[0,-1],[0,-4],[1,-1],[2,1],[2,-1],[0,-2],[-1,-2],[-2,-3],[-1,-2],[-2,-1],[-13,-4],[-2,-2],[0,-3],[0,-1],[1,-3],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[-2,0],[-1,-3],[2,-2],[2,1],[3,-3],[0,-1],[1,0],[2,-1],[1,-1],[1,0],[0,-1],[1,-1],[-1,-2],[-1,0],[-3,1],[-1,0],[-2,-2],[-2,0],[-2,-1],[-1,-2],[-1,-5],[0,-3],[-1,-2],[3,0],[2,0],[0,-2],[-3,-2],[2,0],[4,0],[3,2],[2,2],[0,2],[2,1],[2,0],[1,0],[2,-1],[0,-1],[-2,-1],[-6,-4],[-3,-3],[2,-2],[2,0],[4,5],[2,1],[-2,-5],[0,-2],[1,-4],[0,-2],[-5,-1],[-11,-9],[-3,-4],[-16,-27],[-8,-25],[-4,-15],[-19,-38],[-3,-5],[-12,-14],[-9,-9],[-11,-10],[-20,-16],[-12,-11],[-8,-7],[-13,-8]],[[6378,3139],[-4,0],[-1,1],[-1,3],[-1,2],[-1,1],[-2,0],[-2,0],[-2,0],[-3,6],[1,11],[3,22],[-1,20],[0,10],[2,6],[1,3],[3,4],[4,3],[14,8],[2,2],[1,2],[0,5],[1,2],[3,4],[8,5],[3,3],[2,2],[4,3],[2,2],[0,2],[-1,2],[-7,9],[-2,1],[-3,2],[-4,2],[-3,0],[-2,1],[-5,3],[-6,3],[-6,7],[-7,6],[-2,3],[-3,3],[-1,3],[-1,2],[-3,3],[-1,1],[-1,3],[0,6],[0,5],[-1,3],[-6,9],[-2,8],[0,4],[-1,2],[-2,1],[-6,2],[-3,2],[-2,2],[-1,1],[0,1],[0,2],[-1,1],[-1,2],[-3,2],[-2,1],[-2,0],[-3,1],[-1,0],[-1,1],[-1,2],[-1,1],[-2,2],[-2,1],[-2,0],[-2,-1],[-2,-1],[-2,-2],[-1,0],[-2,2],[-6,6],[-6,4],[-7,8],[-3,4],[-4,3],[-3,3],[-3,3],[0,1],[-1,3],[0,5],[-1,3],[-1,2],[-2,2],[-5,5],[-2,2],[-1,4],[-2,1],[-2,1],[-3,0],[-19,3],[-3,2],[-2,1],[-1,1],[-1,2],[-2,2],[-4,2],[-3,3],[-3,4],[-2,4],[-2,2],[-1,0],[-3,-4],[-1,-3],[-2,0],[-1,0],[-2,2],[-6,5],[-2,1],[-4,2],[-2,1],[-2,2],[0,3],[-2,5],[-1,2],[-4,3],[-1,1],[-1,2],[0,5],[0,2],[-2,3],[-8,9],[-5,5],[-3,3],[-1,2],[-4,2],[-3,4],[-3,1],[-2,0],[-2,-2],[-1,-2],[1,-6],[-1,-2],[-1,-2],[-3,1],[-2,0],[-3,0],[-1,-2],[-2,-4],[0,-2],[-2,-2],[-6,-4],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,-1],[-3,0],[-3,0],[-8,0],[-3,0],[0,1],[-1,1],[0,3],[1,6],[0,8],[1,3],[2,4],[1,4],[-1,4],[-2,3],[-7,6],[-2,3],[-3,7],[-1,1],[-1,1],[-2,2],[-1,1],[-1,1],[0,1],[-1,2],[-3,4],[-2,2],[-4,2],[-6,6],[-6,3],[-1,2],[-2,2],[-2,5],[-2,2],[-6,4],[-2,1],[-1,1],[-4,5],[-1,2],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,1],[0,1],[0,1],[0,3],[-1,2],[-2,2],[-2,1],[-3,2],[-7,5],[-1,1],[-2,4],[-4,3],[-5,0],[-4,-1],[-5,2],[-3,0],[-4,-1],[-1,0],[-2,-1],[-1,0],[-2,1],[-1,0],[-3,-2],[-4,-4],[-2,-4],[-1,-3],[-1,-4],[-2,-4],[-3,-3],[-4,0],[-1,0],[-1,2],[-1,0],[-1,0],[-1,-2],[-1,0],[-2,0],[-1,2],[-1,1],[-2,0],[-2,-1],[-2,-2],[-2,-1],[-1,1],[-2,2],[-1,1],[-3,0],[-5,-1],[-3,1],[-4,2],[-2,7],[-2,3]],[[6284,4211],[0,1],[1,3],[0,3],[0,2],[-2,3],[0,3],[0,2],[1,2],[1,4],[3,5],[4,3],[2,3],[3,4],[3,9],[1,2],[5,4],[1,2],[-1,2],[-2,5],[-1,3],[0,2],[0,3],[1,4],[7,23],[1,2],[3,5],[2,5],[5,13],[0,4],[-1,9],[0,4],[2,4],[4,7],[2,3],[1,4],[1,3],[-2,5],[-1,3],[-2,3],[-1,2],[-1,5],[-1,4],[0,2],[1,4],[3,4],[4,3],[3,2],[-3,2],[-11,7],[-7,9],[-2,2],[-20,12],[-3,1],[-2,0],[-3,-4],[-2,-1],[-16,-4],[-8,-5],[-1,-1],[-3,-4],[-2,-1],[-2,0],[-4,0],[-2,-1],[-4,-1],[-7,1],[-4,-2],[-4,-2],[-4,0],[-4,1],[-4,2],[-4,1],[-8,0],[-3,2],[-3,3],[-1,4],[-1,25],[-2,8],[-5,6],[-3,3],[0,5],[0,4],[0,1],[0,4],[0,4],[3,7],[0,4],[-1,3],[-3,4],[-1,3],[0,2],[3,6],[0,2],[-2,10],[0,1],[-4,2],[-1,2],[0,2],[1,4],[-1,3],[-1,2],[-3,4],[0,2],[1,4],[0,3],[-3,10],[0,5],[2,3],[2,4],[1,4],[0,2],[0,2],[-1,1],[1,1],[0,2],[0,1],[0,3],[-1,1],[-1,1],[-3,1],[-4,3],[-3,3],[-2,4],[0,5],[0,11],[-1,3],[-2,2],[-4,4],[-6,8],[-2,-3],[0,-1],[-2,2],[-8,1],[-1,1],[-2,1],[-2,1],[-1,-1],[-2,0],[-21,1],[-2,1],[-2,1],[-3,4],[-7,4],[-4,4],[-2,4],[-3,8],[-2,2],[-1,0],[-9,-2],[-2,0],[-1,-1],[-2,-1],[-2,-3],[0,-1],[-1,-2],[-1,-1],[-2,-4],[-2,-1],[-4,-3],[-1,-1],[-1,0],[-1,-1],[1,-2],[0,-1],[-2,0],[-4,5],[-2,1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[0,1],[-1,0],[-4,-1],[-1,0],[-2,0],[0,-1],[-1,-1],[-3,-3],[-2,0],[-2,0],[-1,2],[-1,3],[-1,2],[-2,-3],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[0,2],[-1,0],[-1,0],[-3,1],[-2,0],[-4,0],[-2,0],[0,-1],[-1,0],[-1,1],[-2,0],[-1,1],[-1,1],[-3,1],[-2,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[0,2],[-1,0],[-1,0],[-3,-3],[-3,0],[-5,1],[-2,1],[0,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,-1],[-4,3],[-2,1],[-1,0],[-3,1],[-1,0],[-5,-1],[-2,2],[-1,0],[-2,0],[-1,0],[-1,-1],[-3,0],[-2,1],[-2,1],[-1,3],[-2,5],[-1,1],[-1,-1],[-1,0],[-1,-1],[-3,1],[-1,0],[-2,0],[-2,-1],[-1,0],[-1,1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,-1],[0,1],[-2,2],[-1,0],[-1,0],[-2,-1],[-1,0],[-4,2],[-2,1],[-1,2],[-1,2],[-2,1],[0,1],[0,2],[0,2],[3,7],[0,1],[1,2],[3,5],[1,1],[-1,3],[-2,3],[-1,1],[1,3],[2,3],[0,2],[-1,2],[0,3],[6,9],[-1,1],[-1,1],[-2,1],[-1,3],[0,2],[0,2],[2,3],[1,3],[-1,1],[-2,1],[-1,2],[0,3],[0,3],[2,4],[8,13],[1,3],[-1,1],[-2,1],[-1,1],[0,1],[-1,1],[-1,1],[1,1],[0,1],[4,3],[3,4],[1,5],[1,6],[-1,6],[-2,4],[0,2],[4,5],[1,3],[0,3],[-2,2],[-1,-2],[-1,0],[-3,3],[-2,2],[-1,0],[-1,1],[-1,0],[0,2],[1,1],[5,3],[1,1],[0,3],[-1,2],[-3,1],[-2,1],[-3,0],[-1,1],[1,1],[2,1],[1,2],[1,1],[3,0],[1,1],[1,1],[0,1],[-1,1],[-2,1],[-1,1],[0,1],[-1,2],[0,1],[-2,1],[-2,0],[-2,-1],[-1,-4],[-1,0],[-1,1],[-1,1],[0,2],[1,2],[0,1],[0,2],[-2,2],[0,2],[0,3],[0,2],[-1,3],[-1,3],[0,3],[0,3],[2,4],[1,2],[-2,1],[-2,1],[-3,1],[-3,2],[-2,2],[-1,3],[0,3],[-1,3],[2,4],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-3,1],[0,3],[1,2],[4,2],[0,1],[-1,1],[-1,1],[-1,1],[-1,-1],[-1,1],[0,2]],[[4387,6093],[-2,0],[-16,-3],[-5,1],[-5,3],[-2,0],[-4,0],[-5,0],[-3,0],[-2,0],[-6,0],[-30,-18],[-6,-3],[-6,-1],[-7,-1],[-6,0],[-7,3],[-3,3],[-7,6],[-3,3],[-3,-1],[-11,-10],[-1,11],[-1,17],[-1,17],[-1,17],[-1,17],[-2,17],[-1,17],[-1,17],[-1,11],[0,5],[-1,8],[1,6],[1,1],[0,2],[2,1],[1,1],[1,0],[1,-1],[1,0],[0,1],[1,1],[0,1],[1,3],[1,2],[0,3],[-1,2],[-1,2],[-5,3],[-1,2],[-1,2],[-2,4],[-1,3],[1,0],[3,0],[1,0],[2,0],[1,0],[-2,3],[0,2],[1,1],[2,1],[-1,0],[0,1],[0,1],[2,1],[1,2],[0,2],[1,3],[0,2],[-6,-1],[-2,-1],[-3,-1],[-2,-3],[-5,-6],[-2,-3],[-8,-5],[-3,-3],[-4,-5],[-3,-2],[-6,-4],[-2,-3],[-4,-6],[-1,-1],[-3,-3],[-2,-1],[-1,-2],[-1,-3],[-1,-2],[-2,-2],[-8,-3],[-9,-4],[-2,-2],[-1,-3],[-1,-3],[-2,-3],[-6,-3],[-4,-4],[-3,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-2,0],[-1,-1],[0,-1],[-2,-1],[-2,-1],[-5,0],[-23,-2],[-24,-2],[-23,-2],[-24,-2],[-7,-1],[1,3],[0,3],[0,2],[0,3],[0,1],[2,3],[0,1],[0,2],[-2,2],[0,2],[-3,5],[-10,5],[-2,5],[1,5],[0,3],[-1,2],[-4,4],[-1,2],[-1,3],[0,4],[0,1],[-1,1],[-1,0],[-2,0],[-1,0],[-3,1],[-4,3],[-2,1],[-3,0],[-8,-1],[-6,0],[-3,1],[-6,2],[-5,1],[-3,0],[-1,-1],[-1,0],[-2,1],[-17,2],[-53,-4],[2,4],[7,8],[2,4],[2,5],[1,2],[2,1],[2,1],[2,0],[2,2],[0,1],[0,4],[6,5],[1,2],[1,3],[0,4],[-3,11],[-1,2],[-4,5],[-2,2],[-5,3],[-2,1],[-12,14],[-3,6],[-1,2],[-3,2],[-3,1],[-7,1],[-3,1],[-3,2],[-6,7],[-1,2],[-1,3],[1,6],[0,2],[-2,3],[-2,2],[-1,0],[-3,0],[-1,0],[-2,2],[-2,2],[-2,1],[-11,5],[-2,2],[-1,2],[-1,6],[-2,3],[-4,5],[-2,3],[-1,2],[1,5],[-1,3],[-1,3],[-5,5],[-2,3],[-2,4],[-6,2],[-5,2],[-5,3],[-1,2],[-2,6],[0,2],[2,0],[5,-1],[4,3],[1,6],[-2,5],[-4,3],[-6,1],[-4,1],[-4,2],[-19,17],[-6,2],[-1,3],[4,2],[2,1],[1,3],[0,3],[1,2],[0,2],[-1,4],[-4,6],[-1,2],[3,1],[5,-2],[3,0],[3,2],[4,3],[3,1],[3,1],[5,0],[3,0],[2,2],[1,3],[0,2],[-2,3],[-1,5],[-11,13],[-1,1],[-1,2],[1,3],[1,4],[3,13],[-1,7],[1,2],[1,2],[5,4],[1,2],[2,4],[1,1],[4,3],[6,6],[10,7],[9,9],[5,4],[4,4],[3,2],[10,1],[6,2],[4,3],[3,4],[3,6],[2,6],[0,3],[0,3],[-1,3],[-4,5],[-1,3],[-3,11],[-1,2],[-7,7],[-1,3],[-1,7],[2,5],[2,5],[6,18],[5,4],[12,20],[2,4],[1,5],[1,12],[0,4],[-2,4],[-1,5],[1,4],[3,9],[0,2],[1,6],[1,2],[1,2],[1,2],[0,2],[-1,9],[-1,2],[-2,2],[-1,2],[0,2],[4,1],[1,0],[1,1],[2,1],[0,2],[1,1],[2,0],[1,0],[5,1],[3,2],[1,2],[2,1],[2,0],[3,0],[8,1],[1,0],[1,1],[0,2],[0,1],[1,1],[1,2],[4,2],[3,4],[2,2],[2,1],[3,1],[2,0],[1,1],[0,1],[1,2],[0,1],[0,1],[0,1],[2,0],[1,0],[3,2],[2,2],[1,2],[1,8],[1,1],[5,3],[1,0],[0,1],[1,1],[2,1],[5,0],[2,0],[2,1],[2,1],[7,6],[7,5],[3,2],[1,3],[2,5],[1,1],[1,0],[1,-1],[2,0],[1,0],[1,1],[2,3],[4,1],[6,7],[3,3],[3,1],[11,2],[1,0],[0,1],[0,1],[1,1],[1,0],[1,0],[3,-1],[2,0],[3,0],[1,2],[1,0],[3,-1],[1,-2],[1,0],[2,0],[1,1],[3,3],[1,0],[0,-2],[6,3],[2,0],[3,0],[2,0],[0,1],[1,3],[1,1],[1,1],[2,0],[5,1],[6,1],[2,0],[1,-1],[1,-1],[1,-1],[2,1],[1,0],[1,2],[1,1],[1,0],[0,-1],[1,0],[1,2],[0,1],[0,2],[0,1],[2,3],[3,1],[3,-1],[4,-4],[2,2],[2,4],[2,1],[1,-1],[2,-2],[1,-1],[2,-1],[1,1],[2,3],[3,2],[7,-2],[3,2],[0,3],[3,-2],[3,-3],[2,3],[1,3],[2,3],[4,4],[1,2],[1,3],[0,2],[2,1],[3,1],[0,1],[-2,3],[1,2],[1,2],[7,4],[1,0],[9,-2],[2,0],[2,2],[1,4],[1,2],[2,1],[2,-1],[1,-2],[0,-2],[0,-2],[7,-3],[1,1],[0,3],[1,2],[2,1],[2,0],[1,-2],[0,-2],[2,-1],[2,1],[5,5],[2,1],[2,0],[2,0],[3,0],[3,-3],[2,-1],[2,5],[2,-1],[2,-2],[1,-1],[1,-3],[-1,-5],[0,-3],[2,-2],[7,-4],[1,-1],[1,0],[1,0],[1,-1],[2,-2],[1,-2],[3,3],[2,5],[1,2],[3,2],[3,1],[3,-1],[1,-3],[1,-3],[1,-1],[2,-2],[2,-1],[1,0],[2,0],[5,4],[2,3],[1,4],[-1,4]],[[4272,6994],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[2,22],[2,23],[3,22],[2,23],[3,22],[3,23],[2,22],[3,23],[2,22],[3,23],[2,22],[3,23],[2,23],[3,22],[3,23],[2,23],[1,8],[2,7],[0,3],[1,10],[0,6],[1,13],[0,7],[2,8],[-2,4],[-6,8],[0,1],[1,3],[0,2],[-1,5],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[-3,4],[-2,1],[-3,1],[-1,1],[-1,2],[0,1],[0,2],[0,1],[-1,2],[-1,0],[-1,1],[-1,1],[-2,2],[0,1],[0,4],[-1,2],[-6,5],[-1,3],[0,3],[4,7],[1,3],[-1,2],[0,1],[-1,1],[-1,1],[-1,2],[0,4],[-1,3],[-1,3],[-2,2],[-3,2],[-2,1],[-12,3],[-2,2],[-5,4],[-1,1],[-4,1],[-1,1],[-1,2],[-2,3],[-1,1],[-2,1],[-6,1],[-3,1],[-1,1],[-4,5],[-7,6],[-6,6],[-2,2],[-1,5],[-1,7],[0,4],[0,9],[-1,14],[-1,15],[0,16],[-1,13],[0,10],[0,3],[-1,10],[2,-2],[3,1],[3,2],[3,0],[4,0],[2,0],[3,1],[10,2],[5,1],[6,2],[4,3],[6,5],[2,0],[4,-1],[5,-1],[1,3],[2,3],[2,1],[3,1],[5,3],[2,1],[4,1],[3,0],[2,-2],[11,-9],[1,-1],[3,2],[3,1],[3,0],[1,-1],[0,-4],[2,0],[6,0],[2,0],[1,1],[1,2],[1,1],[2,0],[3,-1],[1,0],[2,1],[1,2],[0,2],[-2,3],[-1,1],[-4,1],[-1,1],[0,2],[1,2],[1,1],[1,1],[0,4],[-2,6],[0,3],[1,0],[1,1],[1,0],[0,2],[-1,1],[-2,1],[-3,1],[-3,2],[1,6],[-3,1],[-1,2],[0,1],[-1,2],[-1,1],[-2,1],[-3,3],[-2,1],[-7,3],[-3,1],[-2,-1],[-6,-5],[-2,0],[-3,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-5,-1],[-5,-1],[-1,0],[-6,2],[-4,0],[-13,-3],[-2,0],[0,3],[-2,1],[-1,0],[-2,0],[-4,-1],[-5,-4],[-4,0],[0,8],[-1,10],[-1,10],[0,9],[-1,10],[0,10],[-1,10],[-1,10],[0,9],[-2,6],[2,0],[5,0],[3,1],[6,4],[2,1],[3,0],[3,-1],[6,1],[9,5],[6,1],[10,-1],[12,-4],[5,0],[7,0],[18,1],[26,2],[29,2],[30,2],[25,1],[19,1],[6,1],[11,0],[-2,1],[-1,1],[-1,1],[0,2],[0,1],[-2,1],[-5,0],[0,2],[0,3],[-2,2],[-3,0],[-1,1],[2,4],[8,22],[1,1],[0,-1],[1,-3],[0,-1],[1,-1],[1,0],[3,-1],[4,-1],[2,-2],[2,-2],[3,-9],[4,-6],[4,-6],[5,-3],[5,-1],[5,0],[5,2],[4,2],[6,3],[4,4],[16,24],[11,13],[5,2],[4,4],[2,2],[5,1],[2,0],[2,3],[1,1],[2,0],[7,-2],[2,-1],[4,-3],[3,-6],[5,-11],[4,-5],[17,-20],[6,-11],[5,-15],[2,-9],[-1,-41],[1,-7],[1,-4],[3,0],[12,4],[10,3],[5,1]],[[4661,7781],[3,-2],[7,-6],[10,-8],[12,-10],[11,-9],[11,-8],[7,-6],[2,-2],[7,-5],[9,-6],[9,-2],[8,3],[2,0],[3,-1],[3,-1],[2,-2],[3,0],[3,2],[5,5],[3,2],[6,0],[3,1],[3,2],[3,3],[5,7],[3,3],[3,2],[12,6],[5,4],[4,1],[3,1],[10,0],[3,0],[2,0],[2,0],[1,-2],[2,-1],[4,-4],[1,-3],[1,-3],[1,-3],[-2,-7],[-5,-6],[-3,-5],[1,-7],[1,-3],[3,-2],[2,-1],[3,1],[3,1],[4,2],[3,2],[2,5],[3,3],[1,2],[-1,4],[0,1],[2,4],[1,2],[8,11],[3,2],[4,0],[5,-1],[3,1],[3,1],[3,5],[2,5],[0,12],[4,7],[5,2],[6,-1],[5,2],[0,2],[1,1],[2,1],[5,5],[1,0],[3,1],[3,1],[2,1],[3,2],[3,3],[3,2],[2,0],[7,-3],[3,0],[3,0],[18,13],[2,3],[3,6],[2,4],[3,2],[8,4],[6,5],[3,2],[3,0],[4,-1],[0,-3],[-3,-6],[-1,-3],[0,-4],[1,-3],[2,-1],[3,1],[2,3],[2,5],[3,4],[10,7],[7,8],[7,4],[3,3],[2,4],[2,3],[0,3],[1,3],[-1,8],[2,9],[1,13],[2,4],[6,5],[5,2],[5,1],[18,0],[2,0],[3,2],[21,17],[8,4],[2,0],[4,0],[1,0],[10,2],[4,2],[2,3],[-1,2],[1,3],[2,4],[1,5],[1,2],[-1,9],[0,3],[2,5],[-1,2],[-3,1],[-18,0],[-9,1],[-19,0],[-9,-2],[-9,0],[-18,4],[-9,1],[-3,-1],[-2,1],[-1,3],[0,3],[0,3],[6,11],[0,2],[1,8],[0,4],[0,2],[0,1],[-2,3],[-3,7],[-11,22],[-5,5],[-6,9],[-4,6],[-3,5],[-1,6],[1,12],[0,6],[-5,18],[1,4],[1,2],[4,6],[1,2],[0,3],[0,5],[-1,4],[-3,3],[-7,5],[-8,10],[-4,2],[-7,2],[-6,3],[-14,11],[-7,8],[-3,3],[-7,6],[-3,3],[-7,12],[-2,6],[-1,3],[-3,2],[-3,2],[-3,1],[-2,1],[-2,3],[-1,3],[1,4],[1,2],[2,2],[6,1],[7,-3],[6,-5],[2,-3],[2,-3],[2,-6],[2,-3],[3,-1],[33,6],[18,-1],[10,-2],[4,-2],[3,-3],[3,-5],[2,-4],[2,-11],[3,-6],[4,-4],[6,0],[5,3],[6,5],[6,3],[7,0],[6,-2],[3,-1],[3,0],[8,3],[3,0],[7,-1],[10,-9],[7,-3],[6,2],[2,5],[1,6],[3,4],[5,1],[6,-2],[9,-5],[6,-5],[8,-12],[10,-6],[15,-18],[3,-3],[2,-2],[3,-2],[3,-2],[3,-1],[4,0],[2,0],[3,0],[3,2],[3,3],[1,0],[2,0],[2,0],[1,1],[3,3],[3,5],[1,6],[0,6],[-2,6],[-2,6],[-1,4],[-1,1],[0,1],[-1,1],[-1,4],[1,3],[1,3],[1,4],[0,3],[0,3],[0,2],[3,2],[3,0],[8,1],[12,-1],[4,1],[2,6],[0,3],[0,2],[1,2],[4,1],[4,1],[1,1],[1,1],[1,2],[0,1],[5,1],[7,-1],[28,-11],[6,-1],[6,3],[11,8],[6,1],[4,-1],[2,-1],[3,-1],[3,0],[3,1],[3,1],[3,1],[3,2],[7,8],[3,2],[3,1],[3,0],[6,0],[4,-1],[1,0],[2,0],[3,1],[1,0],[3,0],[1,0],[1,0],[2,1],[2,1],[1,1],[1,2],[1,2],[0,11],[3,4],[6,3],[3,0],[8,0],[3,0],[4,1],[4,1],[2,2],[0,3],[-4,6],[1,2],[2,0],[9,-1],[3,-1],[5,-2],[2,-1],[3,1],[8,2],[12,2],[5,2],[5,6],[1,3],[1,6],[4,9],[1,2],[1,0],[3,0],[1,0],[15,7],[6,4],[6,5],[10,12],[3,7],[-1,7],[-10,26],[-3,2],[-4,2],[-4,0]],[[5538,8380],[6,2],[4,0],[8,-1],[2,0],[2,-1],[1,-1],[2,0],[2,-1],[8,1],[3,0],[2,-1],[1,-1],[1,-1],[1,0],[1,1],[2,3],[1,1],[3,0],[6,-2],[4,0],[3,2],[5,6],[3,1],[6,2],[2,0],[2,-4],[2,-2],[6,3],[2,-2],[4,-11],[1,0],[2,-3],[3,-2],[6,-3],[4,-3],[1,-4],[-3,-9],[0,-5],[-1,-3],[-1,-3],[-1,-4],[0,-9],[-2,-6],[0,-7],[0,-2],[-1,-3],[-1,-2],[-4,-6],[-1,-2],[0,-2],[-1,-1],[0,-2],[-1,-1],[-2,0],[-3,0],[-1,-1],[-4,-4],[0,-3],[0,-2],[2,-2],[2,-2],[2,0],[1,0],[1,1],[1,1],[0,1],[2,0],[2,0],[0,-2],[1,-2],[2,-1],[2,1],[3,0],[3,-1],[2,0],[1,1],[1,1],[1,1],[2,-1],[1,0],[1,-1],[3,-2],[0,-1],[2,0],[3,1],[1,0],[1,0],[0,-2],[0,-1],[1,0],[2,0],[3,-1],[2,0],[1,2],[2,-3],[8,-5],[1,-1],[2,-1],[1,-2],[2,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-4],[-5,-5],[-2,-3],[2,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-3],[0,-1],[0,-2],[2,-4],[2,-1],[7,-2],[3,-3],[-1,-2],[-1,-2],[-1,-4],[2,-2],[4,-5],[3,-3],[0,-1],[1,-1],[0,-4],[1,0],[1,0],[5,-1],[2,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-2,0],[-2,-1],[-3,-3],[-2,-3],[-1,-3],[0,-4],[1,-2],[-1,-2],[-2,-2],[-6,-3],[-2,-2],[-1,-3],[-1,-2],[1,-1],[0,-2],[-1,-1],[-2,-1],[-3,-2],[-5,-5],[-12,-4],[-4,-4],[0,-4],[2,-3],[3,-3],[1,-4],[-3,-6],[0,-3],[2,1],[0,-7],[0,-1],[1,-2],[0,-1],[-1,0],[-1,-1],[-1,0],[-2,-5],[-4,-6],[0,-1],[-2,-7],[-1,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[2,-1],[0,-1],[0,-1],[-2,0],[-1,0],[0,-1],[2,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[-4,-7],[-2,-3],[0,-4],[0,-8],[0,-3],[-3,-12],[-1,-23],[0,-3],[5,-9],[0,-1],[-1,-1],[0,-1],[1,0],[2,-1],[0,-1],[1,-2],[1,-1],[0,-2],[0,-3],[4,-9],[1,-2],[0,-3],[0,-1],[0,-2],[-1,-2],[-1,-2],[2,-2],[3,-2],[5,-3],[5,-4],[2,-1],[1,0],[3,0],[1,-1],[3,-3],[0,-5],[0,-6],[0,-5],[1,-4],[0,-2],[0,-1],[-2,-3],[-1,-1],[1,-2],[1,-3],[1,-2],[0,-1],[-1,-2],[0,-1],[0,-4],[0,-1],[-1,-2],[-2,-3],[0,-1],[0,-3],[0,-3],[1,-3],[1,-1],[2,0],[3,1],[1,0],[6,-2],[1,-1],[1,0],[1,0],[0,-2],[-3,-5],[-2,-3],[0,-2],[3,-3],[1,-1],[2,-1],[1,0],[3,0],[3,1],[2,0],[3,-1],[3,-2],[4,-7],[3,-3],[4,-4],[2,-1],[2,-5],[2,-2],[2,0],[1,0],[0,-1],[1,-3],[1,0],[2,-1],[3,1],[1,0],[2,-2],[0,-3],[1,-2],[2,-2],[1,-1],[3,-7],[2,-3],[3,-1],[9,-3],[24,-4],[5,-3],[1,0],[3,-2],[3,-2],[2,-3],[1,-3],[1,-3],[4,-3],[2,-1],[3,-1],[3,0],[3,1],[3,1],[3,2],[2,3],[4,5],[2,2],[2,0],[15,-2],[0,1],[2,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[5,7],[1,3],[0,3],[-1,3],[-3,6],[-1,3],[2,2],[1,0],[10,2],[2,0],[4,3],[0,1],[-1,3],[0,2],[1,1],[4,1],[1,1],[1,2],[1,2],[1,2],[1,1],[1,-1],[1,-2],[1,-1],[3,-1],[3,-1],[3,-1],[3,0],[2,1],[1,0],[2,1],[2,-2],[1,-1],[1,-3],[1,-1],[5,-2],[6,0],[6,1],[3,3],[2,4],[1,3],[1,2],[-1,5],[0,2],[1,1],[2,0],[4,-2],[3,0],[2,1],[5,3],[12,4],[4,2],[6,-1],[12,-2],[4,0],[7,1],[4,4],[10,11],[2,3],[3,9],[2,2],[2,0],[3,2],[2,2],[2,2],[2,2],[3,1],[4,0],[5,-4],[3,0],[12,7],[8,3],[4,-4],[1,-4],[1,-3],[3,-2],[4,-2],[2,-1],[3,0],[4,1],[4,0],[1,-1],[1,-2],[2,-2],[2,0],[10,-2],[2,0],[2,1],[6,4],[2,1],[3,-1],[3,0],[2,1],[2,1],[2,1],[3,0],[2,-2],[2,-1],[3,-1],[2,0],[4,2],[7,2]],[[5007,16],[1,-2],[1,-1],[1,-1],[0,-1],[0,-2],[1,-1],[1,0],[-2,-3],[-3,1],[-6,3],[-1,1],[-1,1],[-1,1],[0,2],[-2,1],[-2,-1],[-2,0],[1,3],[2,1],[2,0],[7,-1],[3,-1]],[[5022,3],[-1,0],[-1,0],[-1,1],[-2,2],[0,1],[-2,1],[0,1],[-1,2],[0,2],[1,1],[0,1],[2,3],[1,2],[2,0],[2,-1],[0,-1],[-1,-1],[0,-2],[0,-3],[1,-3],[1,-2],[0,-2],[0,-1],[-1,-1]],[[4979,18],[1,-1],[3,1],[1,0],[0,-1],[1,-1],[0,1],[2,1],[0,-2],[0,-1],[1,-2],[-4,1],[-2,-1],[1,-3],[-1,-5],[-2,-2],[-3,2],[-1,-1],[0,-2],[-1,-2],[-2,1],[0,1],[0,2],[1,3],[0,2],[-2,0],[-1,-1],[-1,1],[-1,-1],[-1,-2],[1,-2],[-2,1],[-2,1],[1,1],[-1,1],[0,2],[-2,0],[0,-1],[-2,-2],[-1,-1],[-1,-1],[0,-3],[-2,2],[-1,1],[-2,0],[-2,-1],[-2,2],[0,1],[-1,2],[0,2],[1,2],[2,0],[2,1],[2,1],[2,1],[2,-1],[2,-1],[2,0],[2,0],[2,0],[2,2],[1,-1],[4,-1],[3,-2],[2,1],[-1,3],[-2,1],[0,1],[2,0]],[[5015,24],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,-3],[-1,0],[-1,1],[0,3],[2,1],[2,1],[2,0],[1,-3]],[[4996,52],[-1,0],[2,-1],[0,-1],[0,-3],[0,-1],[2,-2],[0,-1],[-1,-2],[-1,-1],[-1,-2],[0,-4],[1,0],[7,-1],[1,0],[-1,-3],[0,-1],[0,-1],[1,0],[1,0],[0,-2],[-1,-2],[-2,-1],[-2,-1],[-2,-1],[0,4],[-1,1],[-1,1],[-2,0],[0,1],[-1,0],[0,1],[-1,-1],[-2,-2],[0,-1],[-2,0],[0,1],[-1,1],[-1,1],[-1,0],[-3,0],[-2,0],[-1,1],[-2,1],[-1,2],[0,1],[3,1],[0,7],[3,1],[1,-1],[3,-2],[1,0],[2,-1],[0,-3],[1,-1],[1,1],[0,2],[0,6],[-1,2],[-1,1],[-1,1],[0,2],[0,2],[1,2],[5,2],[1,0],[0,-2],[0,-1]],[[4964,46],[-1,0],[-1,1],[0,1],[1,2],[0,1],[1,1],[1,0],[1,1],[0,1],[1,1],[-1,2],[0,1],[-1,1],[0,1],[0,3],[0,1],[0,1],[1,1],[1,1],[1,0],[1,-1],[1,0],[2,-3],[2,-3],[1,-3],[-1,-3],[1,-1],[0,-1],[-2,0],[-4,-4],[-5,-2]],[[4790,75],[2,-1],[0,-2],[-2,0],[-3,2],[-1,-1],[0,-1],[3,-2],[-1,-1],[-2,-1],[-8,0],[0,1],[1,2],[0,1],[1,0],[-1,2],[-2,5],[8,-1],[3,-1],[2,-2]],[[4764,84],[-3,-5],[0,-1],[0,-4],[0,-1],[-2,-1],[-1,2],[-1,3],[-1,1],[0,1],[1,0],[0,1],[-2,1],[-2,0],[-2,0],[-2,3],[1,0],[3,1],[1,0],[1,0],[2,-2],[1,-1],[3,3],[2,1],[1,-2]],[[5034,95],[-3,-1],[-11,1],[1,3],[-1,1],[-1,1],[-1,2],[1,2],[1,2],[1,2],[1,1],[3,1],[11,1],[0,-1],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[2,-1],[-1,-3],[-2,-4],[-3,-1]],[[5071,120],[1,0],[2,0],[1,0],[1,-3],[-2,-1],[-3,-1],[-1,-2],[-1,-5],[-1,-1],[-2,-1],[-3,-2],[-1,-1],[-1,1],[0,1],[-1,1],[-1,-2],[-1,0],[-1,1],[-1,1],[0,2],[0,3],[1,3],[0,1],[1,2],[5,2],[1,3],[1,1],[1,0],[2,0],[2,-2],[1,-1]],[[5038,137],[3,-8],[-4,1],[-7,6],[-6,3],[-4,2],[-3,1],[0,1],[-1,1],[1,1],[1,2],[3,0],[4,-2],[7,-1],[3,-1],[2,-3],[1,-3]],[[4903,140],[1,-2],[1,-3],[0,-3],[-1,-2],[-1,-2],[-2,0],[-2,1],[-2,2],[-1,1],[-1,0],[0,-1],[0,-2],[1,-2],[-4,-4],[-3,-2],[-2,0],[-1,2],[-3,3],[-2,2],[-2,-2],[0,-2],[1,0],[2,-1],[1,0],[0,-2],[1,-2],[0,-2],[-1,-1],[-1,0],[-2,-2],[-1,0],[-1,0],[-5,2],[-5,0],[-4,2],[-1,0],[-2,1],[-6,5],[-7,4],[-2,0],[-1,1],[-3,3],[-2,0],[0,-4],[0,-2],[1,0],[1,0],[1,1],[2,-1],[1,-1],[0,-1],[1,-2],[1,-2],[2,-1],[15,-8],[2,0],[8,0],[6,0],[2,-2],[2,-1],[13,3],[3,0],[3,-5],[5,-1],[2,-1],[-1,0],[-3,-1],[8,-3],[2,0],[0,-1],[1,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-3,1],[-1,0],[-1,-1],[-1,0],[-11,-2],[-2,0],[-1,1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-8,0],[-2,0],[-1,2],[-3,5],[-1,1],[-3,0],[-2,-1],[-2,-2],[4,1],[2,0],[1,-2],[-1,-1],[0,-1],[2,-1],[1,-1],[0,-1],[0,-1],[2,-1],[2,0],[4,1],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[2,0],[6,5],[2,1],[4,0],[2,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[2,1],[1,0],[1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[1,-2],[1,1],[1,1],[2,2],[1,0],[1,-1],[2,-2],[1,0],[0,1],[1,0],[4,0],[2,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[2,-1],[7,2],[2,-1],[-1,-2],[-2,-5],[-1,-2],[1,-2],[2,0],[2,-2],[1,-2],[0,-1],[0,-1],[1,-1],[2,0],[3,0],[1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-1,-3],[-1,-1],[0,-2],[3,1],[1,-1],[0,-2],[-1,0],[-3,-3],[-2,-3],[-1,-1],[-2,0],[-1,1],[-1,2],[-2,3],[-1,1],[-1,2],[1,2],[0,1],[-1,1],[-1,1],[1,4],[-1,1],[-1,0],[-1,0],[-3,-3],[-2,-1],[-3,0],[-2,1],[1,3],[2,5],[0,3],[0,2],[-2,2],[-5,1],[-1,2],[-1,3],[-3,-1],[-4,-4],[-2,0],[-4,1],[-4,3],[-1,3],[-1,3],[0,2],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,1],[-1,2],[0,1],[-1,1],[0,-3],[0,-2],[1,-2],[0,-2],[-7,0],[-2,-1],[-2,0],[-4,6],[-3,1],[3,-5],[0,-2],[-2,0],[2,-3],[1,-1],[-1,-1],[-2,-1],[-3,-1],[-1,-1],[-1,1],[-2,2],[-2,2],[0,1],[-1,1],[-2,2],[-1,1],[-2,2],[-1,2],[1,2],[1,1],[4,2],[2,1],[5,0],[5,1],[1,0],[-1,0],[-4,3],[0,1],[4,4],[-2,-1],[-14,-8],[-1,0],[-1,0],[0,2],[3,4],[1,1],[1,1],[1,1],[0,1],[0,2],[0,2],[0,2],[3,4],[-1,0],[0,1],[0,1],[0,1],[1,2],[1,1],[1,0],[0,1],[2,3],[0,1],[-2,0],[-7,-6],[-4,-2],[0,-1],[-1,-3],[-1,-1],[-1,0],[-4,0],[-2,1],[-3,5],[-1,1],[-1,0],[-1,1],[0,2],[-1,2],[1,3],[-1,2],[-2,-4],[1,-3],[2,-4],[1,-4],[-2,0],[-3,0],[-2,2],[-2,2],[-1,2],[-1,2],[0,2],[0,2],[-1,1],[-1,1],[0,1],[1,3],[-1,-1],[-2,-1],[0,-1],[-5,0],[-2,-2],[-6,-1],[-2,-1],[2,0],[3,1],[2,0],[1,-1],[4,0],[2,0],[-1,-1],[1,-2],[2,-4],[0,-2],[-2,1],[-3,-1],[-4,-3],[-3,-1],[-2,0],[0,1],[-1,1],[-1,1],[-2,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[1,0],[1,2],[1,1],[1,0],[2,0],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[2,1],[1,1],[1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[2,0],[2,0],[2,-1],[0,-2],[-3,-3],[-2,-2],[0,-2],[1,-1],[3,1],[1,-1],[0,-1],[1,-1],[1,0],[2,2],[1,0],[2,0],[3,-1],[-3,-3],[0,-1],[0,-1],[2,-1],[0,-2],[-1,-3],[-2,1],[-4,6],[-2,0],[-4,-4],[-2,0],[-1,1],[-1,1],[0,1],[-1,3],[0,5],[0,2],[-2,2],[-1,0],[-1,-2],[0,-3],[0,-4],[0,-3],[0,-3],[-1,-2],[-2,1],[-1,3],[0,6],[-1,4],[-5,-1],[-2,3],[2,2],[9,4],[-2,1],[-6,-2],[0,1],[0,1],[2,1],[-3,1],[-1,-2],[-1,-2],[-2,-1],[-6,0],[-2,0],[2,1],[0,1],[0,1],[-1,2],[-1,0],[-3,0],[-1,0],[-1,1],[-1,1],[-1,1],[-2,0],[-5,0],[1,2],[1,0],[1,0],[2,0],[5,3],[2,1],[7,0],[-2,1],[-2,1],[-5,-1],[-1,0],[1,2],[1,2],[1,2],[8,4],[1,1],[3,3],[0,1],[-1,0],[-4,-1],[-1,0],[-3,-4],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-3,-1],[-11,-3],[-2,0],[0,3],[-1,0],[-3,1],[-1,1],[4,0],[2,1],[1,2],[-5,0],[-1,1],[0,2],[5,3],[-2,0],[-8,0],[-2,-1],[-2,-1],[-1,1],[-1,2],[-1,1],[1,0],[3,5],[1,-1],[1,-1],[1,2],[0,5],[1,1],[4,3],[6,0],[4,2],[11,1],[3,2],[3,0],[1,-4],[1,-5],[1,-4],[-2,-5],[4,2],[0,4],[-1,5],[0,6],[-1,2],[2,1],[4,0],[3,2],[1,1],[1,-1],[0,-2],[-1,-1],[-1,-1],[2,-1],[1,1],[1,1],[1,1],[2,-1],[2,-1],[2,0],[-1,2],[-4,3],[5,4],[3,1],[3,0],[4,-4],[1,0],[1,1],[0,1],[-1,1],[-1,1],[2,0],[5,1],[3,0],[3,-2],[1,0],[1,0],[1,3],[1,0],[16,2],[9,5],[4,1],[10,1],[1,0],[2,2],[1,0],[1,0],[7,-1],[2,-1],[1,-1],[3,-4],[3,-2]],[[4950,155],[8,-2],[2,0],[2,1],[2,1],[17,1],[14,-1],[7,-2],[4,-3],[3,-4],[4,-5],[1,-3],[2,-1],[2,-3],[1,-3],[0,-2],[0,-3],[0,-1],[0,-2],[-2,-3],[0,-2],[-1,-2],[-11,-16],[-4,-3],[-7,0],[-6,2],[-2,1],[-1,1],[0,1],[-1,0],[0,2],[0,2],[2,3],[1,1],[-2,6],[-6,1],[-5,-1],[-4,-2],[-1,-2],[-1,-2],[-1,-5],[0,-2],[1,0],[-1,-1],[-1,0],[-1,0],[-4,1],[-2,0],[-5,-2],[-2,0],[-6,3],[2,2],[11,0],[-2,2],[-7,1],[-2,1],[-3,4],[-1,1],[0,-2],[-1,-2],[-1,0],[-1,2],[-2,-4],[-2,-2],[-9,-2],[-2,0],[-2,2],[-3,3],[1,1],[1,1],[2,1],[-3,2],[-1,1],[-1,2],[-2,6],[0,1],[0,1],[0,2],[1,1],[0,2],[1,1],[-1,1],[0,1],[-1,7],[-1,3],[-1,-1],[-3,-1],[-3,-2],[-3,0],[-3,1],[-1,2],[-2,3],[0,4],[1,2],[8,0],[3,0],[0,1],[1,1],[24,2],[12,-1]],[[4710,134],[0,-6],[-1,-1],[-5,1],[-2,0],[1,-3],[-6,0],[-3,1],[-3,2],[0,-4],[0,-1],[1,-1],[2,0],[4,-1],[8,0],[0,1],[2,1],[1,1],[2,0],[1,0],[1,-1],[-1,0],[-1,-1],[-1,0],[2,-2],[3,-1],[5,0],[1,1],[2,2],[1,1],[4,0],[2,0],[1,-3],[-1,-1],[-3,-1],[-1,-1],[1,-2],[3,1],[0,-1],[1,-2],[0,-1],[1,0],[1,-1],[-4,-3],[-2,0],[-1,1],[-1,3],[-2,2],[-2,1],[-2,0],[2,-4],[-1,0],[-2,0],[-1,0],[0,-4],[2,-1],[4,-1],[2,-3],[-2,-1],[-3,-1],[-2,0],[-1,-2],[-2,-3],[-1,-1],[0,4],[-1,3],[-1,1],[-2,0],[-1,-1],[2,-5],[0,-2],[-2,-1],[-1,2],[-1,4],[0,3],[0,2],[1,3],[2,1],[1,1],[0,1],[-3,1],[-1,1],[-2,5],[-1,1],[-2,0],[-1,-1],[1,0],[1,-1],[1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-3],[-1,-1],[-2,0],[0,-2],[-2,0],[-1,2],[-2,1],[2,3],[0,2],[-1,3],[-2,0],[-1,-1],[0,-1],[-1,-1],[-2,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,-2],[-2,0],[-1,0],[-1,0],[-2,2],[-2,2],[-1,0],[-1,0],[-1,1],[2,1],[0,1],[-1,2],[0,2],[2,1],[4,-1],[1,2],[-3,0],[-4,2],[-2,1],[2,3],[2,1],[4,-1],[1,1],[2,1],[1,1],[1,1],[1,-1],[-1,-3],[0,-2],[2,0],[2,1],[1,-1],[2,-1],[-1,4],[0,1],[0,1],[0,1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[2,1],[1,0],[3,-1],[7,1],[0,1],[-4,0],[-1,1],[1,2],[1,1],[4,1],[5,5],[9,1],[3,1],[3,-1],[0,-1],[-11,-6],[-4,-1],[-1,-1]],[[4798,147],[0,-3],[-1,-2],[0,-1],[1,0],[1,0],[1,1],[2,4],[2,2],[2,1],[2,0],[3,-1],[4,-2],[2,-1],[6,0],[6,-3],[1,0],[-4,-3],[-5,0],[-9,2],[2,-3],[1,-1],[-1,-1],[-2,0],[-5,-2],[-2,-1],[-1,1],[-2,2],[-1,1],[-1,-1],[1,-2],[-1,-2],[-2,-1],[-2,0],[-4,1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-12,-2],[-2,0],[-2,2],[-2,-2],[-2,-1],[-5,-1],[0,1],[1,2],[0,1],[0,1],[0,2],[-1,2],[-1,0],[-1,0],[-1,1],[0,3],[3,2],[6,0],[0,1],[-6,2],[-2,1],[0,3],[1,2],[2,1],[3,1],[1,0],[1,1],[1,-1],[2,-4],[2,0],[0,-3],[1,-2],[0,-3],[1,2],[1,1],[1,0],[2,-1],[1,-1],[0,1],[1,1],[-1,1],[-3,3],[1,1],[1,0],[1,0],[1,-1],[-1,2],[-1,1],[-1,0],[-2,0],[-2,1],[-1,1],[2,2],[2,0],[5,0],[15,-3],[0,-2]],[[4717,150],[1,-1],[1,-2],[-1,0],[-4,-2],[-5,0],[-6,-3],[-7,-1],[-2,0],[-1,2],[0,1],[-2,1],[-1,-1],[0,-1],[-1,-1],[0,1],[-1,1],[0,1],[3,3],[1,1],[2,0],[1,-1],[2,1],[1,2],[2,1],[5,0],[11,-1],[1,-1]],[[4634,147],[2,-1],[1,0],[1,0],[9,-1],[1,2],[1,1],[1,0],[1,-1],[1,0],[0,-1],[0,-2],[2,0],[4,-3],[2,1],[1,1],[2,1],[1,1],[2,0],[0,-2],[1,-1],[1,0],[2,1],[0,-2],[-1,-2],[0,-1],[0,-1],[3,0],[2,-1],[-2,-1],[-1,-1],[-4,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-3,-2],[-5,3],[-3,-1],[1,2],[1,1],[2,1],[2,1],[-2,2],[-1,0],[-6,-3],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[1,1],[-1,1],[-1,0],[-3,-1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-2],[0,-3],[0,-3],[-2,-1],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[1,2],[0,2],[-2,0],[-2,-5],[-2,-2],[-1,1],[0,3],[-1,2],[-2,1],[-2,2],[5,4],[-1,4],[1,1],[2,0],[1,0],[1,1],[1,-1]],[[4572,171],[2,-3],[1,-2],[2,-1],[1,-1],[1,-2],[1,1],[1,-1],[0,-3],[0,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,1],[1,2],[1,1],[0,1],[0,1],[0,1],[-3,4],[-2,2],[0,1],[-1,1],[-2,-1],[0,-1],[1,-2],[0,-1],[-2,0],[0,1],[-2,2],[0,2],[1,1],[2,1],[3,1],[1,-1],[1,-1]],[[4485,193],[0,-1],[-1,-2],[0,-3],[-1,-1],[-2,0],[-3,1],[-1,-2],[-3,0],[-1,1],[1,3],[2,2],[2,0],[5,3],[2,-1]],[[4538,216],[1,0],[2,1],[1,-1],[1,-2],[-1,-3],[-2,1],[-3,1],[-2,-1],[1,0],[1,-2],[1,-1],[-1,-1],[-2,0],[-1,0],[-1,1],[0,1],[-2,-2],[-1,-6],[-2,-2],[-1,1],[-2,4],[-3,5],[-1,3],[3,-1],[0,3],[5,0],[2,1],[-1,2],[1,1],[0,1],[1,-1],[1,0],[1,-1],[3,-2],[1,0]],[[4712,252],[2,0],[5,1],[2,0],[0,-1],[1,-2],[1,0],[1,-1],[2,0],[1,0],[1,-3],[-1,-2],[-2,-1],[0,-2],[-2,-1],[-6,1],[-2,0],[-2,2],[-5,0],[-2,1],[-2,2],[-2,2],[-1,3],[-1,2],[2,4],[3,0],[7,-5]],[[4543,252],[2,-2],[0,-2],[1,0],[1,-1],[1,-1],[0,-1],[-3,0],[-1,0],[0,-2],[0,-2],[1,-2],[0,-2],[-1,-1],[-2,1],[-1,0],[0,-1],[-1,-2],[1,-3],[0,-2],[-2,-1],[-2,1],[-3,3],[-2,-1],[-1,-1],[-1,-2],[0,-1],[-2,0],[-1,0],[-2,0],[-2,1],[0,1],[0,1],[1,1],[0,2],[-3,1],[2,2],[4,4],[2,0],[5,1],[2,1],[1,3],[-3,0],[-1,0],[-2,-1],[0,3],[3,1],[3,1],[2,1],[-4,0],[-2,0],[-2,1],[0,1],[2,2],[2,2],[2,1],[2,-2],[2,-2],[2,-1]],[[4719,271],[1,-4],[-1,-5],[-2,-4],[-2,-1],[-5,1],[-6,3],[-5,5],[1,3],[2,1],[4,-2],[3,1],[4,1],[2,2],[2,1],[2,-2]],[[4454,253],[-1,-5],[2,1],[2,2],[2,1],[1,-3],[-1,-1],[0,-2],[0,-1],[1,-1],[1,0],[1,0],[-1,-4],[-3,1],[-3,1],[-2,0],[1,-2],[-3,0],[-3,0],[-1,1],[0,2],[-1,1],[0,3],[-1,1],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-3,1],[-2,0],[1,2],[3,1],[1,1],[2,3],[1,1],[2,1],[7,0],[4,-2]],[[4607,275],[1,0],[1,0],[1,1],[-1,1],[1,2],[0,1],[0,1],[1,1],[1,0],[1,0],[0,-2],[1,-2],[-1,-1],[1,-1],[1,-3],[3,-6],[2,-3],[1,4],[0,5],[-3,4],[2,2],[4,-1],[3,-2],[2,-3],[1,-2],[1,-4],[1,-2],[0,-2],[-1,-1],[-1,-2],[0,-2],[2,1],[1,-1],[2,-3],[0,-3],[0,-1],[0,-1],[1,-2],[1,-1],[1,0],[0,1],[-1,2],[0,2],[2,8],[1,2],[1,0],[0,-3],[0,-7],[1,0],[1,0],[1,0],[0,2],[-1,6],[1,3],[1,2],[2,1],[2,0],[4,-3],[1,-1],[1,-1],[0,-3],[0,-4],[-3,-6],[-1,-3],[2,1],[1,1],[1,3],[1,1],[1,-1],[0,-2],[0,-2],[1,-2],[0,-2],[0,-1],[-1,0],[-2,-1],[2,-2],[2,-2],[0,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[1,-1],[1,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-2,0],[-3,2],[-2,0],[1,-2],[1,-1],[2,-1],[3,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,-2],[0,-1],[-1,0],[-3,0],[-1,0],[-1,4],[-1,3],[-1,-2],[0,-3],[0,-1],[-2,0],[-1,1],[-2,2],[-5,4],[-3,0],[-2,1],[-1,2],[1,2],[1,0],[1,-1],[1,0],[1,1],[1,1],[0,1],[2,0],[2,-1],[0,1],[1,1],[-1,1],[0,2],[2,2],[0,1],[-1,2],[-1,0],[-1,-1],[-1,-3],[0,-1],[-1,0],[0,-1],[-2,-1],[-1,0],[-1,2],[-1,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-4],[-3,-1],[-2,2],[-3,3],[-1,4],[1,2],[3,2],[2,1],[-1,1],[-3,-1],[0,2],[0,2],[1,0],[-1,2],[0,1],[-1,-1],[-1,-3],[-2,-1],[-3,0],[-1,0],[0,-2],[2,-1],[0,-2],[0,-1],[-1,0],[-1,-2],[1,-3],[-1,-1],[-2,-1],[0,-2],[0,-5],[-3,1],[-1,2],[-1,2],[0,3],[1,1],[2,2],[0,2],[-3,-2],[-1,-1],[0,-1],[-1,-4],[0,-1],[-3,0],[-1,2],[-1,2],[-2,3],[-1,3],[0,3],[2,3],[1,2],[4,2],[1,1],[0,2],[0,1],[-1,0],[-2,0],[-1,5],[-2,5],[-1,4],[2,5],[2,1],[3,1],[2,1],[1,-3],[1,-1],[0,-2],[1,-1]],[[4575,288],[4,-5],[-1,-3],[-1,-3],[1,-3],[2,1],[0,1],[1,5],[1,4],[0,2],[1,0],[2,-2],[0,2],[2,0],[1,0],[3,-2],[3,-1],[1,-1],[-5,-7],[-2,-1],[-4,-2],[-1,-2],[1,-1],[2,1],[4,3],[1,0],[1,-3],[0,-4],[-2,-1],[-2,-1],[-2,-2],[1,0],[1,0],[1,0],[1,-1],[-1,-3],[0,-1],[2,0],[3,2],[2,1],[1,-3],[0,-2],[-5,-7],[-4,-3],[-4,2],[-7,9],[-3,4],[-2,3],[0,1],[0,1],[0,1],[-1,2],[-1,0],[-1,-2],[0,-1],[0,-2],[1,-2],[0,-1],[1,-1],[1,-1],[1,-6],[1,-1],[2,-2],[5,-4],[2,-2],[1,-3],[1,-2],[4,-1],[2,-2],[0,-2],[-2,-3],[-1,0],[-4,1],[-1,0],[0,-2],[-1,-1],[-1,-1],[-1,-1],[1,-1],[3,-1],[-2,-2],[0,-1],[2,-2],[-1,-1],[-2,0],[-2,1],[-2,0],[-3,0],[-2,0],[-2,1],[2,3],[2,8],[2,3],[-2,2],[-3,1],[-5,0],[-3,1],[-6,6],[1,1],[3,1],[2,1],[-2,0],[-2,1],[-4,-1],[1,3],[2,1],[4,0],[-1,0],[-2,1],[-1,1],[0,1],[-1,4],[-1,1],[-1,-1],[-2,-2],[-2,-5],[-2,0],[-2,2],[-1,2],[-1,3],[1,8],[0,1],[-2,1],[-1,1],[-1,3],[-1,3],[-1,2],[3,1],[9,-1],[1,0],[1,-2],[1,-2],[0,-1],[1,-1],[1,-1],[2,0],[0,2],[0,1],[-1,1],[-2,2],[2,0],[1,0],[1,-1],[0,-1],[0,1],[0,2],[0,1],[1,2],[1,1],[1,1],[0,1],[-1,3],[2,0],[1,0],[2,-1],[-1,1],[-1,1],[-1,1],[-1,1],[5,2],[4,-1],[3,-3]],[[4705,300],[-2,-2],[1,-3],[1,-2],[2,-1],[1,-2],[4,-6],[2,-4],[0,-3],[-3,-4],[-5,-2],[-6,4],[-3,4],[-8,8],[-3,1],[-2,-1],[0,-3],[4,-5],[4,-5],[2,-4],[1,-2],[0,-2],[-1,-1],[-1,-1],[4,-3],[1,-2],[0,-3],[0,-2],[0,-1],[-1,-1],[0,-2],[1,-1],[1,-1],[1,-1],[1,0],[-2,-1],[-5,1],[-9,3],[-13,11],[1,2],[-2,3],[-4,4],[-2,3],[0,5],[-2,7],[0,3],[1,1],[2,1],[-3,4],[-1,3],[2,1],[2,1],[-3,3],[3,0],[3,1],[3,1],[1,1],[5,-2],[4,-1],[4,-4],[3,2],[0,5],[-3,3],[-7,3],[-1,6],[0,1],[1,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,2],[3,1],[3,4],[2,1],[3,5],[2,4],[0,3],[0,3],[3,0],[2,0],[1,-1],[1,-1],[1,-5],[0,-5],[-1,-4],[1,-4],[3,-10],[2,-6],[0,-4],[1,-7]],[[4406,328],[-1,-3],[-1,0],[-4,0],[-2,0],[-1,-1],[1,-2],[-1,-2],[-1,-2],[-2,-1],[-2,0],[-1,1],[0,2],[1,1],[1,1],[1,3],[-5,-1],[-1,0],[-1,2],[1,1],[1,0],[2,0],[1,2],[-1,4],[-2,3],[1,2],[1,0],[1,-1],[0,-1],[1,-2],[0,-1],[1,0],[8,-2],[2,-1],[2,-2]],[[4416,347],[1,0],[1,0],[2,2],[6,1],[1,0],[4,-2],[0,-1],[-6,-4],[-2,-3],[-2,-3],[1,-1],[1,1],[0,1],[1,0],[1,0],[2,-2],[0,-1],[1,-1],[5,-5],[-1,-1],[-1,-1],[-3,0],[0,-1],[-2,-3],[-1,-1],[-2,1],[-2,2],[-1,3],[-1,3],[-1,-5],[0,-1],[-2,1],[-2,2],[0,1],[-5,0],[-1,1],[-3,4],[-2,1],[-5,2],[-1,0],[-1,1],[-2,2],[0,2],[0,1],[2,0],[1,-1],[8,-6],[1,0],[2,1],[1,0],[1,-1],[2,-1],[2,-1],[2,0],[0,1],[-2,2],[-2,0],[-1,2],[2,1],[2,0],[2,0],[1,0],[-1,1],[-4,3],[-1,4],[0,2],[2,-1],[1,0],[1,-2]],[[4467,339],[0,-1],[1,2],[0,3],[0,2],[-1,3],[-1,1],[-1,1],[0,1],[3,0],[5,-3],[2,1],[0,-4],[0,-3],[-1,-3],[0,-2],[-1,-2],[1,-1],[0,-1],[1,1],[0,2],[1,1],[1,0],[1,-1],[2,-3],[0,-3],[-1,-2],[-1,-5],[-1,-2],[0,-2],[1,-1],[0,-1],[2,-2],[0,-3],[1,-1],[1,0],[0,1],[0,2],[-1,4],[0,1],[1,1],[1,1],[0,1],[1,2],[1,3],[0,2],[0,4],[-1,2],[-1,2],[-2,4],[-1,2],[-1,2],[1,1],[1,-1],[2,-3],[2,0],[1,0],[1,0],[1,-3],[1,0],[1,-1],[2,-1],[-1,-3],[0,-1],[2,-2],[4,-4],[1,-2],[1,-2],[0,-2],[-1,-1],[0,-2],[-1,-2],[1,-2],[1,0],[1,0],[2,0],[1,1],[0,1],[-1,10],[-1,3],[-1,2],[-2,2],[0,1],[1,1],[10,-6],[1,-1],[1,-1],[3,3],[2,1],[1,-1],[2,-1],[1,-2],[-1,-2],[1,-1],[2,-1],[2,-1],[0,-3],[-1,-1],[-4,0],[-2,-1],[0,-2],[0,-2],[1,-1],[3,-1],[1,-2],[-2,-4],[2,-1],[1,1],[0,2],[1,1],[0,2],[1,2],[2,2],[1,0],[2,-3],[10,-2],[-3,-5],[0,-1],[4,0],[4,-1],[3,-3],[2,0],[-2,-2],[-4,-1],[-1,-1],[-1,-2],[1,-3],[-1,-3],[-2,-1],[-2,1],[-2,1],[-3,3],[-2,1],[-2,0],[-2,-2],[4,-2],[0,-3],[2,-5],[-1,-2],[-3,3],[-3,1],[0,-3],[1,-2],[2,-2],[2,-1],[-1,-1],[-1,-1],[-1,0],[-2,-1],[4,-2],[5,-1],[1,-1],[0,-3],[-1,-3],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,-1],[-2,1],[0,2],[0,5],[-2,-1],[-1,0],[-2,1],[-1,1],[0,-2],[0,-2],[-1,-2],[1,-1],[1,-3],[-1,-4],[-1,-4],[-3,0],[-3,3],[-2,2],[0,2],[0,2],[0,1],[-1,1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-2,-3],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[-1,0],[-6,1],[0,-1],[-2,-4],[-2,-2],[-5,2],[-3,0],[3,1],[1,1],[0,2],[-1,1],[-1,0],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-2,0],[-2,3],[2,1],[7,2],[9,-1],[3,2],[-8,3],[-1,2],[2,1],[10,-1],[-2,2],[-3,1],[-1,1],[1,1],[1,0],[1,1],[1,2],[-6,2],[-1,0],[0,2],[5,3],[2,4],[1,2],[2,1],[4,1],[1,2],[2,2],[-9,-4],[-2,1],[2,2],[1,1],[0,2],[-2,0],[-3,-3],[-2,-1],[2,5],[-1,1],[-1,1],[-1,-1],[-3,-3],[-4,-5],[-2,-1],[-2,1],[-1,1],[-1,1],[-4,-4],[-1,2],[-1,6],[-2,2],[-1,-1],[-1,-3],[0,-3],[0,-3],[-2,-6],[0,-4],[2,-2],[4,-3],[1,-2],[0,-2],[-2,-3],[-1,-2],[-2,-1],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-5,2],[-1,0],[-6,0],[-3,2],[-3,2],[1,1],[2,1],[1,1],[2,1],[0,1],[0,1],[0,2],[1,1],[1,1],[-1,2],[-2,0],[-1,0],[-1,0],[0,3],[-1,1],[-2,1],[0,2],[0,1],[2,1],[1,1],[1,0],[1,3],[0,2],[-1,2],[-1,1],[-1,1],[-1,1],[-2,0],[0,1],[4,3],[2,2],[-2,2],[-1,0],[-3,-2],[-1,-1],[-4,0],[-15,-7],[-5,-2],[2,3],[4,3],[3,4],[-1,3],[-1,2],[-2,0],[-4,-1],[-2,0],[-1,1],[-1,0],[-1,1],[0,2],[0,2],[0,2],[0,1],[0,1],[2,3],[2,0],[6,0],[1,0],[1,1],[1,2],[1,1],[1,0],[2,0],[5,-2],[3,-1],[1,-2],[1,-2],[1,-3],[2,-1],[2,-1],[6,-2],[20,2],[2,1],[1,2],[-2,2],[-1,0],[-2,-2],[-1,-1],[-5,0],[-2,0],[0,2],[4,6],[0,2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-3],[-2,-2],[-1,-1],[-2,0],[-5,0],[-5,1],[-1,1],[-2,3],[0,2],[2,5],[-5,0],[-2,1],[-8,8],[-1,2],[0,1],[0,1],[1,0],[1,1],[1,0],[4,-1],[5,-2],[2,-1],[1,-2],[3,2],[5,0],[9,-4],[-1,2],[-2,2],[-1,1],[-1,1],[-1,2],[0,3],[0,2],[-2,1],[-2,0],[0,2],[1,1],[2,1],[2,1],[2,1],[3,2],[2,0],[0,-5],[0,-1],[0,-1],[2,-4],[1,0],[1,-4]],[[4358,353],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[1,2],[6,6],[2,2],[3,1],[2,0],[1,-3],[0,-2],[-1,0],[-2,-1],[-1,-1],[1,-3],[-1,-2],[-3,-2],[-2,0],[0,-1],[-1,-1]],[[4667,443],[-4,0],[-2,2],[1,2],[4,3],[4,4],[4,2],[2,-1],[-2,-2],[-1,-4],[-2,-3],[-4,-3]],[[4402,434],[6,-4],[2,3],[2,-2],[3,-2],[3,-1],[1,1],[5,-4],[1,-2],[0,-2],[-1,-3],[-1,-1],[-1,-1],[-2,0],[-2,0],[-1,1],[-2,2],[0,1],[0,2],[1,1],[1,0],[0,1],[-1,0],[-2,1],[-1,1],[-4,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-2,-1],[-2,-2],[-1,0],[-4,0],[-1,0],[-5,-4],[-2,0],[1,2],[3,2],[1,2],[0,1],[1,1],[1,0],[2,0],[0,2],[1,1],[1,0],[3,-1],[3,-1],[1,0],[1,1],[-1,1],[-3,3],[1,1]],[[4304,440],[3,-3],[5,-4],[2,-1],[8,-2],[0,-2],[0,-1],[-1,-1],[2,-2],[4,-1],[0,-1],[1,-2],[2,0],[3,1],[1,-1],[-1,-3],[-2,-4],[1,-1],[4,-3],[1,3],[2,1],[5,-5],[1,0],[2,0],[0,1],[1,1],[1,-1],[1,0],[1,2],[1,0],[1,0],[2,-4],[0,-1],[2,-2],[2,2],[3,3],[-3,1],[-1,1],[-1,2],[4,-2],[1,0],[5,-4],[0,2],[2,0],[4,-3],[1,0],[1,-1],[1,-1],[-1,-1],[-3,0],[1,-1],[1,-1],[1,0],[4,-2],[0,2],[0,2],[1,1],[1,1],[1,-1],[3,-4],[1,-1],[1,-1],[1,-1],[0,-1],[1,1],[1,1],[1,0],[2,0],[2,-2],[5,-5],[1,-1],[1,-1],[3,-3],[1,-1],[1,1],[0,2],[-3,2],[-1,2],[-1,6],[1,1],[2,-1],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[1,-2],[2,0],[0,2],[1,-1],[1,-1],[0,-1],[1,-3],[0,-2],[0,-2],[-2,-3],[3,-3],[0,-1],[2,-3],[0,-2],[2,-2],[1,1],[0,3],[0,1],[1,1],[1,0],[0,2],[-1,1],[-1,1],[-1,1],[1,3],[-1,4],[1,2],[2,0],[2,-1],[2,-2],[-1,-2],[1,0],[1,0],[1,0],[1,-2],[-2,-1],[5,-2],[2,-1],[2,-3],[1,-1],[-1,-1],[-3,0],[-2,0],[1,-1],[1,-1],[-1,-2],[2,0],[5,2],[2,-1],[7,-5],[0,-1],[-1,0],[0,-1],[3,0],[4,-1],[3,-2],[1,-2],[-1,-2],[-7,1],[-3,-1],[-1,-1],[-2,1],[-2,1],[-2,2],[-1,-1],[-1,-1],[-3,1],[-3,3],[-2,3],[-2,3],[-2,-2],[0,-3],[-1,-1],[-2,-1],[-7,-1],[-3,1],[-2,1],[0,1],[0,1],[2,1],[5,-1],[2,0],[1,2],[-2,0],[-4,1],[-2,1],[-1,2],[-1,2],[-1,2],[2,1],[-1,1],[-1,1],[-1,1],[0,2],[-1,0],[-1,-3],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-3,5],[-2,1],[-2,2],[1,-2],[1,-4],[-3,0],[-1,3],[-1,3],[-1,3],[-4,-1],[-2,0],[-2,5],[-3,2],[0,-1],[0,-1],[-2,-1],[-1,0],[-2,0],[-9,2],[-2,0],[1,-1],[4,-3],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-2],[-1,0],[-2,0],[-1,1],[-1,1],[-1,-1],[-1,-1],[-3,1],[-5,6],[-3,1],[1,-3],[1,-2],[-1,-2],[-2,-1],[-2,1],[0,-1],[0,-1],[0,-1],[-2,0],[-1,1],[-1,0],[0,2],[0,2],[0,1],[0,2],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[-1,3],[-1,-1],[-7,0],[-1,1],[-1,0],[0,1],[0,2],[-1,0],[-5,1],[-2,1],[1,4],[0,2],[-1,1],[0,1],[1,1],[1,2],[-2,1],[-1,1],[-1,2],[-10,5],[-2,1],[-2,3],[0,1],[1,0],[1,1],[2,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0]],[[4423,450],[-1,-1],[-2,1],[3,4],[3,2],[0,-1],[-3,-5]],[[4332,458],[-2,-2],[-4,3],[-4,2],[-3,3],[-1,3],[2,3],[2,1],[1,4],[1,0],[3,-2],[1,-4],[2,-4],[1,-4],[1,-3]],[[4874,171],[-5,2],[-1,0],[1,-2],[2,-1],[3,-1],[1,0]],[[4874,155],[-1,0],[-2,1],[-5,5],[-17,9],[-3,-1],[0,-1],[7,-2],[1,-2],[1,-2],[3,-2],[2,-2],[2,-2],[4,-1],[1,-2],[-2,-2],[-2,-2],[-25,-6],[-6,1],[-14,6],[-20,4],[-5,2],[-3,3],[-1,0],[-1,0],[-2,0],[-1,0],[-1,1],[-1,2],[-1,1],[0,2],[0,1],[2,1],[1,0],[1,0],[1,2],[-1,1],[0,2],[0,1],[0,7],[-1,-1],[-2,-9],[-1,-2],[-2,2],[-1,8],[-1,1],[-1,-1],[2,-10],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-1,1],[0,7],[0,3],[-1,2],[-2,-1],[0,-3],[1,-7],[-1,-4],[-3,-2],[-4,0],[-2,0],[-2,1],[-2,3],[-2,2],[-1,3],[0,6],[0,2],[1,1],[0,1],[0,2],[-1,1],[-1,-2],[-1,-4],[0,-3],[0,-4],[2,-4],[0,-3],[1,-3],[-1,-1],[-1,-1],[-7,-3],[-1,0],[-1,3],[0,2],[1,2],[0,2],[-1,2],[-1,-2],[0,-3],[-3,2],[0,-1],[0,-4],[-2,-3],[-3,-1],[-3,-1],[-4,1],[-3,2],[-2,3],[1,3],[1,3],[3,4],[2,6],[1,3],[-2,1],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-3,-3],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-4,2],[-3,0],[-4,1],[-3,3],[-4,0],[-2,0],[0,-2],[-1,-2],[-3,-1],[-4,-1],[-1,-1],[-2,-2],[-2,-2],[-2,1],[-4,2],[-1,2],[0,3],[0,2],[2,1],[2,2],[6,1],[8,4],[7,6],[7,10],[-4,3],[-4,-2],[-7,-7],[1,-1],[2,-1],[1,-1],[-2,-3],[-2,-2],[-3,-1],[-3,-1],[-1,0],[-2,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-7,0],[-3,1],[0,4],[3,2],[7,2],[3,2],[-2,1],[-5,-2],[-3,0],[-4,2],[-1,-1],[-2,-3],[2,-2],[0,-3],[-5,-8],[-1,-1],[-2,0],[-1,3],[1,2],[1,2],[1,1],[1,2],[0,2],[0,2],[0,2],[0,2],[3,5],[1,1],[0,1],[-1,1],[-2,-1],[-1,0],[-1,0],[-1,0],[-3,3],[-2,0],[1,-2],[1,-1],[0,-2],[1,-2],[-1,-2],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[-3,-8],[-1,-1],[-2,-1],[-1,0],[-3,3],[-1,1],[-3,-1],[-2,0],[-1,1],[-1,3],[2,1],[6,0],[1,1],[1,2],[-2,1],[-2,0],[-2,1],[-1,5],[0,1],[0,1],[0,1],[0,2],[2,1],[0,2],[-2,-1],[-2,-3],[-1,-1],[-3,2],[-1,3],[-1,1],[-1,-2],[0,-1],[1,-2],[1,-1],[0,-1],[-2,-1],[-2,1],[-1,1],[-1,-4],[3,-1],[2,-1],[2,-2],[-1,-1],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-2],[-1,-2],[-1,2],[-1,0],[-1,0],[-1,-2],[0,-1],[-2,0],[1,-3],[-1,-2],[-1,0],[-2,4],[0,3],[0,3],[2,4],[-2,-1],[-2,-2],[-1,-3],[0,-4],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,3],[1,3],[1,3],[1,2],[-1,0],[-1,-1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-2,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,3],[0,2],[3,3],[-2,0],[-2,-1],[-1,0],[-1,0],[-2,1],[-2,0],[2,-3],[-2,-1],[-3,-1],[-2,1],[1,-2],[0,-1],[0,-2],[-1,-1],[-2,1],[-2,0],[-5,-1],[-2,0],[-1,1],[-2,2],[-1,3],[2,1],[2,0],[1,0],[2,-1],[-1,2],[1,2],[1,1],[0,2],[-1,0],[-1,-1],[-3,0],[-1,1],[2,2],[-1,1],[-5,-4],[0,2],[0,1],[1,2],[0,1],[-1,2],[-1,1],[0,1],[0,1],[1,-1],[2,-1],[2,0],[1,1],[-5,4],[-2,3],[3,2],[3,-2],[2,0],[0,-1],[1,-1],[2,-1],[2,-2],[1,-2],[0,-2],[1,-2],[2,0],[3,-1],[8,-3],[3,0],[-1,1],[-2,2],[-1,1],[-2,4],[-1,1],[3,0],[8,-5],[4,1],[-7,4],[-3,3],[-1,4],[-2,1],[-2,-1],[-2,-1],[-2,-1],[-4,1],[-1,0],[-1,2],[0,1],[0,1],[2,0],[-1,1],[0,2],[-1,0],[-1,1],[4,0],[1,0],[0,1],[0,1],[1,1],[1,1],[2,-1],[3,-1],[1,-1],[-2,-1],[0,-1],[4,-2],[8,-9],[4,-1],[0,3],[6,1],[0,2],[-2,2],[-6,0],[-2,2],[-1,1],[0,1],[-1,2],[1,1],[1,2],[1,-1],[2,-3],[1,-1],[1,-1],[2,-1],[1,1],[0,2],[-1,1],[-1,2],[0,1],[1,-1],[2,-2],[4,-1],[2,0],[2,0],[1,0],[0,-1],[0,-1],[1,-1],[2,2],[3,1],[1,2],[-2,1],[-6,1],[-2,1],[0,1],[1,0],[1,1],[0,2],[1,-1],[1,0],[1,1],[0,1],[2,0],[2,-2],[2,0],[11,-5],[2,-2],[2,-5],[2,-2],[4,-3],[-5,9],[-1,2],[2,0],[10,-1],[4,-3],[0,1],[0,3],[0,2],[1,1],[2,1],[-1,5],[-2,7],[2,0],[2,1],[2,2],[2,1],[5,1],[3,-1],[2,-1],[1,-2],[1,0],[4,1],[1,2],[1,0],[1,0],[0,-1],[2,0],[1,0],[1,0],[-8,-13],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[1,-1],[0,-2],[0,-2],[-5,-8],[0,-3],[0,-1],[1,-2],[0,-2],[1,-1],[0,1],[1,5],[0,2],[4,-4],[2,-2],[4,-1],[1,0],[-1,2],[-1,1],[-3,2],[-2,5],[0,6],[1,6],[2,5],[1,2],[2,2],[2,2],[2,-1],[1,-1],[0,-1],[0,-1],[2,-1],[1,-1],[3,-1],[4,-4],[2,-2],[4,-1],[4,-3],[2,-1],[5,-6],[3,-2],[1,3],[-2,2],[-2,1],[-2,2],[-1,3],[4,-1],[8,-5],[4,0],[-2,2],[-5,3],[-5,3],[-16,7],[-2,1],[-1,2],[0,1],[0,4],[-4,2],[-1,1],[1,3],[-2,3],[-4,5],[-2,2],[-7,1],[-14,-2],[-3,1],[-3,2],[-1,3],[-1,4],[-1,3],[0,1],[2,-1],[2,-1],[3,-1],[-5,4],[-1,1],[-2,1],[-1,1],[-1,3],[-1,2],[37,-19],[11,-5],[9,-4],[1,-2],[2,-1],[1,-1],[4,-1],[1,-2],[4,-4],[4,-3],[1,-1],[-1,6],[1,0],[4,1],[1,1],[0,1],[-2,2],[-6,1],[-2,1],[-2,3],[1,1],[3,2],[1,1],[1,2],[0,1],[2,2],[1,2],[2,1],[1,0],[2,-1],[4,-2],[1,-2],[1,-2],[1,-3],[-1,-2],[1,-2],[2,-1],[-1,-5],[2,2],[2,0],[1,-1],[0,-2],[0,-2],[1,-1],[1,0],[1,-1],[1,-2],[0,-3],[-1,-1],[1,-7],[0,1],[2,2],[0,1],[2,1],[0,1],[1,0],[1,-1],[2,-1],[0,-3],[0,-4],[-1,-2],[1,0],[2,-2],[1,0],[0,1],[1,1],[-1,1],[0,1],[-1,1],[2,4],[0,1],[0,2],[-1,1],[-1,2],[-2,2],[-2,1],[-1,2],[-1,3],[1,3],[-1,2],[-2,1],[-1,2],[0,2],[-1,1],[-1,2],[-1,0],[0,3],[1,2],[3,1],[5,-2],[3,-2],[5,-1],[4,-4],[1,-2],[0,-2],[0,-1],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-2],[0,-1],[2,-2],[2,0],[1,1],[0,3],[-4,4],[-1,2],[1,3],[1,2],[2,1],[2,-1],[20,-12],[4,-1],[1,-1],[0,-1],[1,-2],[0,-2],[-1,-1],[-2,-1],[-1,-2],[-1,-3],[-2,-2],[-3,-2],[-1,-1],[0,-2],[-1,-3],[0,-1],[-3,-6],[2,-3],[0,-2],[0,-1],[1,-2],[1,0],[0,3],[0,3],[-1,4],[2,1],[2,2],[1,2],[1,3],[1,3],[2,2],[2,1],[2,0],[2,-2],[2,-4],[1,-1],[1,3],[0,2],[-2,9],[0,1],[0,1],[1,2],[0,1],[1,1],[4,0],[2,0],[1,0],[3,-3],[3,0],[1,1],[0,1],[-1,1],[1,2],[0,1],[-5,4],[-5,2],[-7,1],[-2,1],[-4,4],[-4,4],[-21,8],[-2,0],[-1,0],[-2,3],[-1,2],[-2,0],[-2,0],[-25,7],[-3,3],[-1,0],[0,1],[-5,2],[-3,1],[-4,4],[-2,5],[-2,6],[-2,6],[-2,3],[-1,2],[-1,2],[-2,8],[-2,6],[-1,3],[0,8],[3,3],[7,5],[7,4],[5,2],[1,2],[3,1],[7,0],[13,5],[25,19],[3,5],[1,6],[-2,5],[0,4],[-2,4],[-1,1],[-4,0],[-6,0],[-19,-2],[-11,-4],[-9,-2],[-4,-2],[-3,-3],[-3,-3],[-4,1],[-5,-1],[-2,-2],[-3,-3],[-2,-1],[-3,0],[-2,1],[-3,1],[-2,2],[-3,5],[-1,2],[-2,0],[-3,1],[-2,1],[-2,1],[-2,3],[-1,2],[-1,3],[1,6],[-1,8],[1,4],[0,2],[1,2],[0,2],[0,4],[-1,3],[0,6],[0,4],[0,2],[1,3],[2,2],[3,2],[2,2],[1,1],[1,0],[0,-2],[-1,-2],[-1,-2],[1,-2],[1,-1],[0,-2],[-1,-2],[1,-1],[2,0],[5,0],[6,5],[4,3],[1,5],[1,3],[0,3],[1,5],[-2,3],[-2,1],[-1,0],[-1,0],[0,-1],[-1,1],[-1,1],[-1,0],[-2,1],[-2,0],[0,-1],[-2,-1],[-1,-3],[-1,-2],[-2,-1],[-1,2],[2,3],[2,2],[-1,7],[-2,4],[-5,2],[-7,0],[-1,0],[-1,1],[1,2],[4,2],[9,2],[7,0],[3,2],[3,0],[2,-4],[7,-8],[4,-4],[5,-1],[3,1],[5,7],[3,3],[3,1],[5,1],[1,2],[2,2],[0,2],[2,3],[2,5],[2,3],[1,2],[2,2],[-2,4],[0,2],[-2,3],[0,3],[0,3],[1,3],[2,1],[7,4],[3,3],[1,1],[1,1],[1,1],[1,0],[2,0],[3,-2],[3,-5],[1,-3],[1,-2],[3,-4],[2,-2],[5,-9],[4,-4],[4,-2],[5,1],[6,5],[5,0],[4,2],[4,3],[3,3],[2,2],[1,2],[1,3],[1,2],[1,0],[2,-2],[7,-8],[2,-2],[3,-1]],[[4386,496],[2,-5],[3,-5],[1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-3],[-1,-1],[-3,0],[0,-1],[0,-1],[1,-2],[1,0],[3,-2],[-1,-6],[-2,-6],[-1,-3],[-1,-1],[-3,-1],[-2,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,-1],[0,-1],[-3,0],[-1,0],[0,1],[0,3],[0,2],[3,4],[3,7],[2,2],[-3,-2],[-7,-8],[-2,0],[0,3],[1,3],[7,8],[1,3],[-4,-2],[-7,-9],[-3,-7],[-7,-8],[-2,0],[0,1],[1,2],[0,3],[-5,2],[-1,5],[0,4],[3,3],[4,1],[5,1],[2,4],[3,7],[3,2],[0,2],[-4,0],[-4,-2],[-1,4],[1,3],[4,1],[4,1],[4,3],[3,-2],[4,0],[2,0],[2,3],[2,1],[2,0]],[[4319,484],[-2,-1],[-2,3],[-3,2],[-1,6],[0,6],[2,4],[3,-1],[-1,-3],[2,-3],[-1,-4],[0,-2],[3,0],[0,-3],[0,-4]],[[4282,514],[2,-3],[2,1],[2,3],[7,0],[1,1],[3,1],[2,1],[3,-1],[1,-4],[4,-1],[1,-4],[-1,-2],[-1,-4],[0,-4],[0,-4],[-2,-5],[-7,0],[-3,1],[0,5],[-1,1],[-3,0],[-1,-4],[-2,0],[-4,2],[-1,4],[2,3],[-1,3],[-7,3],[-3,3],[-1,2],[0,3],[1,2],[2,1],[1,-1],[4,-3]],[[4356,530],[2,0],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[3,-1],[3,-2],[7,-3],[2,-1],[0,-1],[1,-1],[1,-1],[1,-2],[-1,-2],[-1,-3],[0,-2],[2,-1],[2,-1],[1,-1],[-1,-4],[-2,-1],[-2,-1],[-2,0],[-1,0],[-3,2],[-1,1],[0,1],[0,1],[5,2],[0,1],[-1,0],[-1,1],[-1,1],[0,1],[-5,1],[-1,1],[-2,2],[-1,1],[-2,1],[-2,1],[-2,1],[-2,2],[-3,5],[-4,2],[0,3],[1,3],[2,2],[1,-1],[1,0],[1,-1],[1,-1]],[[4335,535],[12,-9],[3,-5],[4,-3],[2,-1],[3,-4],[5,-5],[2,-2],[-1,-1],[-4,-1],[2,-1],[-2,-1],[-3,0],[-2,0],[1,-2],[-2,-3],[-3,-2],[-2,-2],[-3,2],[-2,1],[-2,1],[-1,2],[0,5],[-3,-1],[-1,0],[-1,1],[0,1],[1,1],[1,0],[1,1],[0,1],[1,1],[0,1],[-4,5],[2,3],[4,-1],[3,-2],[3,1],[-3,3],[-7,3],[-2,2],[2,0],[4,-1],[1,1],[-6,3],[-3,0],[-1,0],[-2,2],[-1,0],[-1,0],[-2,-2],[-2,-1],[-2,0],[-3,1],[-2,2],[-1,2],[2,1],[5,5],[1,1],[2,0],[1,0],[1,0],[2,-2],[3,-1]],[[4296,529],[0,-1],[0,-3],[0,-2],[-1,0],[-3,-1],[-3,-2],[-2,-1],[-2,1],[-1,1],[-1,1],[1,5],[0,1],[2,1],[1,-1],[1,1],[5,5],[4,2],[1,1],[0,2],[1,0],[1,0],[1,-1],[-1,-2],[-4,-7]],[[4323,539],[-1,0],[-2,0],[-1,1],[-1,1],[0,1],[0,2],[5,-2],[1,-1],[-1,-2]],[[4290,534],[-1,0],[0,2],[0,4],[1,3],[2,2],[1,1],[2,3],[1,1],[1,1],[7,9],[2,-1],[1,-1],[1,-2],[0,-1],[1,-1],[0,-2],[0,-2],[-1,-2],[-10,-6],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-3,-1],[-2,-2]],[[4352,565],[3,-4],[2,-1],[2,0],[1,-1],[16,-12],[2,-3],[4,-6],[2,-5],[0,-1],[0,-2],[0,-1],[1,-1],[1,-1],[1,-1],[0,-2],[0,-4],[-2,1],[-1,1],[-1,1],[-1,2],[-1,2],[-1,1],[-4,4],[-1,2],[-1,1],[-6,6],[-4,1],[-5,5],[-5,1],[-7,3],[-3,3],[1,-1],[1,0],[1,1],[1,-1],[1,0],[1,-1],[1,0],[-1,2],[-1,1],[-2,0],[-1,1],[-2,1],[0,2],[1,1],[2,0],[-2,2],[0,2],[1,1],[2,-1],[0,2],[1,1],[1,-1],[2,-1]],[[4286,567],[0,-1],[1,1],[4,0],[1,0],[1,2],[3,2],[1,1],[0,-3],[-1,-3],[-2,-3],[-2,-2],[-2,-5],[-1,-2],[-1,-1],[-1,-1],[0,-2],[1,0],[2,2],[2,0],[-1,-1],[0,-2],[-1,-2],[-1,0],[-1,-1],[-1,-6],[-2,-4],[-1,-2],[-2,-1],[-3,-1],[1,-3],[-1,-3],[-2,-1],[-2,2],[-1,1],[1,4],[1,3],[1,2],[5,5],[1,3],[-3,0],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[3,17],[2,6],[1,1],[1,0],[0,-1],[0,-1],[0,-2],[1,-1]],[[4368,577],[2,-1],[2,1],[1,3],[1,1],[2,0],[3,-2],[1,-5],[1,-4],[1,-5],[-2,0],[1,-2],[1,-3],[-1,-3],[-2,-3],[-3,1],[-4,3],[-3,6],[-1,4],[-3,2],[-4,-1],[-3,1],[-1,4],[-3,4],[1,3],[3,2],[3,1],[2,-2],[2,-2],[3,-3]],[[4260,580],[0,-2],[2,0],[-2,-11],[-1,-2],[0,-1],[-3,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,1],[0,2],[0,3],[1,2],[1,3],[-2,3],[1,5],[2,8],[2,1],[2,1],[1,0],[2,-1],[1,-2],[0,-2],[-1,-2]],[[4317,585],[1,0],[4,1],[-1,-1],[0,-1],[0,-1],[2,0],[0,-2],[0,-1],[0,-1],[2,-2],[1,1],[4,1],[1,-1],[1,0],[0,-1],[1,-1],[1,0],[2,1],[0,-1],[2,-2],[-1,-2],[-3,-1],[-1,0],[3,-2],[2,0],[2,1],[4,2],[0,-1],[0,-3],[-1,-2],[-2,-5],[0,-1],[-2,-1],[-3,0],[-2,1],[-2,0],[-1,2],[-1,1],[-3,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-4,-1],[-1,1],[-1,3],[-4,3],[0,1],[1,3],[0,1],[-3,2],[-1,1],[-1,2],[1,1],[0,1],[-2,1],[-3,4],[-1,1],[0,2],[8,-3],[4,-1],[1,-4]],[[4362,602],[1,0],[1,0],[1,-1],[0,-2],[-1,-2],[0,-1],[2,-1],[3,1],[1,-1],[2,-2],[0,-2],[1,-3],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,0],[2,-3],[1,-1],[0,-2],[-2,0],[-2,0],[-2,2],[-1,2],[-1,4],[-2,2],[-1,3],[-1,1],[-2,1],[-1,2],[0,2],[-1,2],[1,1],[2,0],[4,-3]],[[4270,599],[2,-1],[1,2],[2,0],[1,-1],[1,-2],[0,-3],[2,-5],[-1,-2],[1,-2],[1,-2],[0,-2],[1,-2],[-1,-1],[-1,0],[1,-3],[0,-2],[-1,-1],[0,-5],[-2,-3],[0,-3],[0,-5],[0,-2],[0,-1],[-2,-2],[-1,-5],[-1,-1],[-1,-1],[0,-1],[1,-2],[1,-2],[-5,-11],[-1,-1],[-1,1],[0,2],[2,6],[-4,-5],[-2,-2],[-1,2],[1,2],[2,2],[0,2],[1,2],[-2,-1],[-1,1],[-1,1],[-2,1],[-2,2],[-1,1],[-1,2],[1,2],[3,1],[1,2],[0,1],[3,2],[1,1],[-2,0],[-2,-1],[-1,0],[-2,2],[2,5],[2,7],[2,4],[4,-3],[-1,-3],[2,-1],[2,0],[2,-1],[1,1],[1,3],[1,2],[-2,0],[-2,1],[0,1],[1,3],[-2,1],[-1,2],[0,1],[0,1],[1,1],[1,0],[1,0],[0,1],[-1,1],[-1,2],[0,2],[1,2],[-1,1],[-1,0],[-2,0],[-1,0],[1,2],[0,1],[0,1],[-3,2],[-1,3],[2,2],[3,1],[0,-1],[1,-1],[0,-1]],[[4346,613],[0,-2],[1,-3],[1,-1],[3,-3],[0,-2],[-1,-2],[0,-2],[0,-2],[1,-1],[1,1],[1,-1],[3,-2],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-3,-3],[-3,-1],[-4,1],[-18,11],[-1,1],[0,3],[2,2],[2,-2],[1,2],[1,1],[2,-1],[1,1],[0,2],[0,2],[-1,2],[-1,2],[0,1],[3,1],[3,-1],[1,1],[-3,5],[0,2],[0,2],[1,1],[2,-1],[2,-2],[1,-2],[0,-2],[1,-2]],[[4318,637],[-3,-1],[-3,1],[-3,0],[0,3],[0,3],[-2,1],[1,3],[1,2],[3,0],[1,-1],[2,-2],[2,-3],[1,-2],[0,-4]],[[4329,658],[1,-2],[0,-1],[0,-2],[2,-2],[0,-2],[3,-3],[0,-1],[1,-3],[0,-4],[0,-3],[-2,-1],[-2,4],[-1,1],[-1,0],[-1,-2],[-1,0],[-2,0],[-2,2],[0,2],[1,3],[-2,1],[-2,2],[0,4],[-1,4],[1,2],[1,0],[2,-1],[1,1],[1,1],[2,0],[1,0]],[[4239,637],[1,0],[1,1],[0,1],[0,4],[1,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,-1],[0,-2],[0,-2],[0,-2],[0,-3],[-1,-1],[-1,0],[-2,1],[-2,0],[-1,-1],[0,-3],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,2],[-1,2],[-1,1],[-1,1],[1,-4],[2,-7],[1,-5],[0,-5],[-2,-1],[-2,1],[-3,2],[0,-4],[1,-2],[1,-2],[-3,0],[-2,-1],[-3,-3],[-1,-1],[-1,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,4],[-1,1],[1,0],[1,1],[1,1],[0,1],[1,1],[2,1],[1,1],[1,2],[0,1],[0,1],[-1,1],[0,8],[0,2],[1,2],[1,0],[0,1],[1,0],[0,1],[-1,1],[-1,0],[-1,3],[-1,3],[0,3],[1,2],[1,1],[2,2],[2,2],[2,-1],[0,-2],[-1,-8],[0,-4]],[[4367,660],[0,-2],[0,-3],[-1,-2],[0,-3],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,1],[-1,1],[0,1],[0,2],[1,-1],[2,1],[2,2],[1,2],[-5,-2],[-2,-1],[-2,2],[1,3],[3,4],[4,2],[3,-1],[3,-4],[1,-2]],[[4280,666],[2,-1],[1,2],[4,-1],[5,-6],[1,-5],[-7,2],[0,-3],[5,-5],[0,-2],[2,-1],[1,-1],[0,-1],[1,-1],[-4,-6],[-3,-1],[-2,2],[0,2],[0,1],[0,1],[-1,1],[-2,2],[0,1],[-1,1],[-1,2],[0,2],[0,3],[-1,-2],[-1,-2],[-1,-1],[-2,2],[0,-2],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[-4,-8],[1,-1],[-1,-1],[-3,-1],[-4,-1],[-3,-2],[-1,0],[-2,1],[-1,0],[-1,-2],[-1,-2],[-1,-1],[-1,0],[-2,1],[-1,2],[0,2],[2,2],[3,1],[8,8],[1,1],[1,2],[1,2],[2,1],[1,2],[0,1],[-11,-8],[-3,0],[-1,3],[0,2],[1,2],[1,2],[2,2],[4,2],[2,1],[0,3],[2,4],[2,3],[1,0],[2,0],[1,1],[1,2],[2,0],[1,0],[2,0]],[[4261,670],[-1,0],[-3,0],[-2,-1],[-6,-3],[-1,1],[0,1],[0,2],[1,2],[0,2],[1,1],[1,1],[1,1],[2,1],[3,0],[3,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[-1,-1]],[[4299,691],[-1,-3],[-1,-1],[-1,1],[-1,2],[-2,-2],[0,-3],[0,-2],[2,-1],[3,-1],[2,-1],[1,0],[1,1],[1,0],[2,-1],[1,-3],[0,-4],[-1,-3],[0,-2],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,1],[-1,1],[-5,1],[-3,0],[-2,2],[-2,3],[-1,4],[-1,3],[9,10],[1,0],[2,0],[1,-2],[1,-1]],[[4319,664],[-1,-1],[-1,1],[0,4],[-1,2],[0,3],[-4,10],[-2,11],[-1,2],[0,3],[1,4],[0,1],[-1,2],[-1,1],[-1,1],[-1,1],[3,1],[2,-2],[2,-4],[1,-5],[1,-3],[3,-7],[3,-9],[3,-6],[0,-4],[0,-1],[-4,-4],[-1,-1]],[[4293,727],[1,-4],[2,0],[3,0],[2,-2],[0,-4],[0,-3],[-2,-5],[1,-1],[2,-3],[2,-4],[1,-3],[0,-4],[-1,-2],[-1,3],[0,-3],[1,-3],[1,-3],[-1,-1],[-1,1],[-1,3],[-2,4],[-1,2],[-2,2],[-1,1],[-1,0],[-4,-5],[-4,-1],[-4,-1],[-1,-1],[0,-2],[0,-2],[1,-3],[-7,-3],[-2,-1],[-1,1],[-1,1],[-1,2],[1,1],[1,1],[-1,2],[-1,1],[2,2],[2,0],[1,1],[1,3],[-6,-1],[-1,1],[-2,1],[0,-1],[0,-3],[0,-2],[-1,-4],[-1,-2],[-2,0],[-3,1],[-2,0],[-1,1],[0,1],[4,12],[-2,0],[-1,-1],[-1,1],[-1,1],[-1,0],[-2,0],[0,-1],[-1,-2],[-1,-1],[-2,1],[0,2],[-1,2],[1,2],[0,2],[1,0],[1,1],[3,0],[-3,3],[0,1],[2,1],[3,0],[17,-3],[4,-2],[0,2],[1,1],[1,0],[1,-1],[2,5],[1,1],[-5,0],[-2,1],[1,4],[2,2],[5,1],[0,2],[-3,-1],[-1,2],[-2,2],[-1,3],[-5,4],[0,1],[1,2],[11,-3],[1,-2],[5,-2],[2,-2]],[[4267,738],[-1,-2],[0,-2],[0,-2],[0,-1],[1,-3],[3,-2],[1,-2],[-6,-1],[2,-2],[1,0],[2,-2],[1,-3],[0,-1],[1,2],[0,1],[0,1],[3,4],[1,-2],[-1,-7],[-1,-3],[-2,1],[-6,0],[-6,1],[-2,0],[-2,2],[-1,0],[-2,0],[-1,0],[-1,0],[-1,2],[1,1],[6,1],[-2,1],[-2,0],[-2,1],[-2,2],[4,0],[-5,2],[-1,1],[1,2],[-1,5],[3,0],[8,-2],[-2,2],[-4,2],[-1,2],[0,4],[3,-1],[4,-3],[1,2],[-1,2],[0,2],[2,0],[7,-5]],[[4239,740],[1,0],[1,0],[0,1],[1,1],[0,1],[1,0],[1,-3],[0,-2],[-1,-3],[0,-2],[1,-5],[0,-4],[0,-1],[1,-1],[1,0],[-1,-1],[-1,-1],[-1,-1],[0,1],[-2,0],[-4,2],[-1,1],[-2,4],[0,2],[-2,1],[0,2],[1,1],[1,1],[1,0],[1,-1],[2,0],[0,2],[-2,2],[-2,3],[0,2],[3,1],[1,-1],[1,-2]],[[4277,760],[-3,-4],[-3,2],[0,2],[-2,4],[0,3],[1,1],[2,0],[2,0],[2,-1],[3,-2],[-2,-5]],[[4205,764],[1,-2],[1,2],[0,2],[1,1],[2,0],[1,-1],[1,-3],[1,0],[1,0],[1,1],[0,1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[1,1],[0,1],[1,0],[3,1],[3,0],[2,0],[1,0],[0,-1],[-1,-3],[0,-2],[-1,-1],[-1,-1],[-1,0],[-2,0],[0,-1],[-1,-2],[-1,1],[-1,0],[-1,0],[1,-3],[1,-2],[-1,-1],[-3,0],[-2,1],[-4,4],[-2,1],[-2,-2],[8,-8],[-2,-4],[0,1],[-1,-1],[2,-1],[1,0],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-2],[-1,-1],[-2,0],[0,-1],[2,-1],[1,-1],[1,-2],[-1,-3],[0,-2],[-2,-1],[-2,0],[-1,2],[0,1],[0,1],[0,1],[0,2],[-1,-1],[-1,-2],[0,-1],[-3,-1],[-2,0],[-5,0],[1,2],[0,1],[1,0],[1,1],[-2,2],[-1,2],[0,1],[2,0],[1,1],[1,1],[0,2],[0,1],[-7,-1],[-1,0],[-2,1],[0,1],[0,2],[1,0],[1,0],[1,1],[0,1],[0,2],[1,2],[3,1],[5,0],[-1,2],[2,1],[-2,2],[-1,3],[-2,2],[-3,0],[0,1],[0,1],[1,1],[-2,0],[-1,0],[-1,1],[-1,2],[1,0],[1,1],[1,0],[1,1],[1,3],[1,0],[2,0],[1,-1],[1,-2]],[[4287,774],[1,0],[4,1],[2,1],[1,2],[1,0],[2,-2],[1,-3],[1,-3],[3,-9],[1,-2],[4,-3],[1,-2],[4,-7],[-1,-1],[-9,2],[-4,1],[-2,1],[-2,-1],[3,-2],[5,0],[4,-2],[1,-1],[1,0],[0,-2],[1,-2],[1,0],[2,2],[2,-1],[2,-3],[2,-3],[1,-3],[0,-4],[0,-3],[-1,-3],[-3,1],[-1,5],[-2,2],[-1,1],[-1,-1],[-1,-1],[-2,-1],[0,-1],[1,-4],[-1,-2],[-3,1],[-2,2],[-2,3],[-1,2],[-2,2],[-1,2],[2,2],[-3,0],[-5,0],[-3,1],[1,5],[-4,1],[-1,1],[-2,4],[-2,3],[1,2],[4,3],[0,1],[0,1],[0,1],[1,1],[4,2],[1,0],[-1,3],[-1,2],[1,0],[1,1],[2,0],[1,0],[-1,1],[-2,1],[-1,0],[-1,-1],[-2,1],[-1,0],[-6,0],[-1,1],[-2,1],[-1,2],[-2,-1],[-1,0],[-2,0],[-2,1],[2,1],[4,4],[1,1],[2,1],[2,1],[1,0],[2,-2],[1,-1],[1,-2],[1,-1],[1,-1]],[[4277,788],[1,0],[2,0],[0,-1],[0,-1],[-1,-2],[-2,-1],[-4,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-3,-5],[-1,-1],[-1,0],[-3,0],[-1,0],[0,2],[0,2],[1,3],[3,5],[-1,0],[-2,2],[2,4],[4,2],[8,0],[1,0],[2,-1]],[[4240,776],[-5,-7],[-7,0],[-5,0],[-1,5],[4,8],[4,5],[9,10],[4,2],[3,-2],[-3,-7],[-2,-3],[1,-5],[-2,-6]],[[4204,831],[1,-1],[1,-2],[0,-1],[1,-1],[1,1],[2,5],[1,0],[2,-1],[3,2],[1,1],[3,-1],[0,-3],[0,-3],[0,-2],[1,-1],[2,1],[1,1],[1,1],[0,-1],[3,-6],[1,0],[1,1],[0,1],[0,1],[2,1],[1,0],[1,1],[0,2],[1,1],[1,0],[1,-1],[1,-2],[0,-2],[-1,-1],[-3,-2],[-6,-8],[0,-1],[2,0],[1,1],[4,2],[1,1],[3,0],[1,-1],[1,0],[0,1],[0,1],[1,0],[1,1],[1,1],[1,-1],[1,0],[1,0],[1,3],[-1,1],[0,1],[-1,1],[5,0],[1,-1],[1,-3],[0,-3],[-1,-4],[0,-3],[-2,-1],[-10,-1],[-1,-1],[0,-1],[1,-2],[0,-1],[-3,-2],[-3,-3],[-2,-1],[-1,-1],[-2,-3],[-1,-2],[-3,1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-2,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-2,-1],[-5,0],[-2,1],[0,1],[-1,1],[0,2],[1,1],[3,3],[1,1],[1,1],[2,3],[3,6],[-2,0],[-2,-2],[-3,-2],[-2,-3],[-1,0],[-1,0],[1,2],[1,2],[1,1],[-1,1],[-1,0],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,0],[-2,-2],[-2,-2],[-1,-2],[-2,0],[-1,2],[0,11],[1,1],[0,1],[3,1],[-1,1],[-1,2],[0,2],[0,1],[0,1],[1,6],[0,1],[2,2],[2,1],[5,-2],[3,1],[1,-1],[0,-1],[0,-1],[-1,-1],[-4,-1],[-2,-1],[-2,-1],[3,-3],[1,-1],[1,1],[1,1],[1,-1],[1,-2],[1,-1],[1,0],[2,0],[1,1],[2,-1],[1,-1],[2,0],[3,2],[-2,4],[1,3],[1,4],[0,5],[-4,-4],[-2,0],[-2,1],[-2,1],[-2,2],[-1,1],[-3,-1],[-1,0],[-2,2],[-2,2],[-2,2],[-2,1],[-1,0],[-1,4],[-1,1],[1,1],[1,0],[2,0],[1,0],[1,1],[1,3],[0,1],[1,0],[2,0],[1,-1],[0,-1],[-1,-2]],[[4179,897],[1,-1],[1,0],[2,-1],[1,0],[2,0],[2,-1],[1,-2],[3,0],[1,-4],[2,-2],[2,-3],[0,-1],[1,-3],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-2],[4,-4],[2,-3],[3,-10],[0,-3],[-1,1],[-2,1],[-1,1],[-2,1],[-1,2],[-1,2],[-1,1],[-2,1],[1,-2],[1,-2],[1,-3],[0,-2],[-1,-1],[-1,0],[-2,1],[-1,1],[-3,3],[-3,4],[-1,4],[2,3],[-2,9],[-1,-1],[-1,-4],[-4,-2],[-1,-2],[-3,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[0,-2],[0,-2],[-3,-2],[-4,-3],[-2,5],[1,3],[-2,4],[1,4],[3,2],[3,2],[3,-1],[1,3],[-1,2],[-2,0],[-2,-1],[-3,3],[0,3],[0,4],[-3,0],[3,4],[1,2],[1,2],[2,0],[2,0],[1,1],[0,1],[-1,2],[0,1],[1,0],[1,-1]],[[4282,900],[-1,-1],[-1,1],[-1,2],[-1,4],[-1,3],[1,3],[-1,1],[-2,2],[-1,1],[0,1],[0,1],[1,1],[0,1],[1,2],[0,1],[0,3],[0,1],[1,1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[2,-1],[5,-8],[1,-2],[1,0],[1,-2],[-1,-1],[-7,-6],[0,-2],[-2,-2]],[[4178,920],[1,-2],[-1,-2],[1,-2],[1,-1],[1,1],[1,-1],[1,-1],[-1,-2],[1,-2],[0,-1],[-1,-3],[-1,0],[0,1],[-1,2],[-3,0],[-1,1],[-1,1],[-2,2],[-2,1],[1,2],[2,1],[1,0],[0,2],[-2,1],[-1,-1],[-1,1],[0,4],[1,1],[2,-1],[2,-2],[2,0]],[[4209,977],[3,-2],[4,-2],[1,-1],[1,1],[0,6],[1,0],[6,-5],[1,-1],[2,-2],[0,-6],[-1,-10],[1,-7],[0,-3],[-2,-1],[-1,0],[-1,1],[-6,4],[-5,6],[-2,3],[1,1],[1,0],[-3,1],[-11,-3],[0,1],[3,3],[4,1],[1,1],[-4,0],[-4,-2],[-3,-1],[0,4],[1,2],[5,9],[1,0],[4,0],[-1,1],[0,1],[-1,1],[-1,1],[2,0],[1,-1],[2,-1]],[[4182,974],[-1,-2],[3,1],[1,0],[1,0],[1,-1],[1,-1],[2,-3],[0,-3],[-2,-4],[-2,-2],[-1,3],[-3,-8],[-1,-2],[-2,1],[0,2],[0,3],[1,2],[-1,0],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-1,0],[0,-4],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-2],[-1,-2],[-1,0],[-2,-1],[-1,1],[-1,1],[-1,1],[-1,0],[-2,0],[-5,2],[-1,1],[-2,2],[2,0],[1,0],[1,0],[0,-1],[-1,4],[2,5],[3,5],[3,2],[-1,-5],[1,1],[3,1],[1,1],[-1,0],[-2,0],[4,4],[1,2],[2,-1],[0,2],[2,2],[1,1],[-2,0],[-1,1],[0,1],[1,3],[1,3],[1,2],[4,2],[2,0],[1,-3],[-1,-2],[-2,-3]],[[4173,997],[1,-1],[1,1],[1,-2],[1,-2],[2,-1],[2,0],[-3,5],[-1,2],[1,2],[1,0],[3,0],[3,-1],[2,-3],[2,-3],[1,-4],[3,-7],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,-3],[0,-2],[-2,-2],[-2,-1],[-2,1],[-2,3],[-4,10],[0,1],[0,1],[-1,0],[-2,-2],[-1,0],[-1,2],[0,-2],[-1,-1],[-1,-1],[-2,0],[0,-1],[-1,-2],[-3,-7],[-1,0],[-2,0],[-2,1],[-1,1],[0,2],[1,2],[2,2],[1,2],[1,3],[-2,-1],[-2,-1],[-1,-3],[-2,-1],[-2,-1],[-3,0],[-3,1],[-2,2],[-1,2],[-1,2],[0,4],[1,2],[1,3],[1,3],[2,0],[1,-3],[1,3],[1,1],[1,0],[2,-1],[-1,4],[2,0],[2,-1],[3,0],[-1,-2],[-3,-6],[-1,-2],[2,0],[2,2],[2,3],[1,1],[0,2],[2,3],[2,2],[1,0],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-1]],[[4206,995],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,-1],[1,-1],[1,0],[0,-1],[1,0],[3,2],[2,-3],[0,-3],[-4,0],[-2,-1],[-3,-2],[-3,-2],[-3,2],[-1,3],[-2,5],[0,4],[1,4],[-2,0],[-2,1],[-1,1],[-1,1],[-2,4],[-1,2],[0,1],[4,0],[6,-2],[9,-4],[3,-3],[2,-3],[0,-2],[-1,-1]],[[4242,1026],[2,0],[2,2],[2,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[1,-3],[1,-1],[-1,-2],[-2,-2],[-1,-3],[2,1],[1,0],[2,1],[0,1],[1,2],[-1,2],[0,3],[-1,1],[0,3],[1,5],[3,3],[2,1],[2,-2],[1,-4],[0,-9],[1,-8],[-1,-2],[-1,-1],[-1,-2],[1,-2],[2,2],[3,0],[1,-2],[2,-4],[1,-4],[-1,-3],[-2,-3],[-2,-2],[2,-1],[2,-3],[1,-3],[3,-5],[-1,-5],[1,-3],[1,-1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[1,-9],[0,-3],[-1,-8],[1,-6],[-1,-3],[0,-3],[-1,-2],[-1,-1],[-2,-3],[0,-1],[0,-2],[0,-1],[1,0],[1,-3],[1,-2],[1,-1],[0,-3],[-2,-3],[-2,-1],[0,-1],[-1,-1],[1,-3],[0,-1],[-1,-2],[-2,-2],[-1,-2],[0,-3],[2,-1],[1,1],[1,3],[2,4],[0,4],[0,2],[2,2],[2,-1],[3,-1],[1,-1],[2,-2],[1,-2],[0,-3],[1,-6],[0,-2],[-1,0],[-2,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,-1],[-2,-1],[3,-1],[5,-2],[2,-2],[1,-3],[0,-5],[0,-4],[-1,-2],[-1,3],[-1,1],[-1,2],[1,-3],[-2,-1],[-1,0],[-2,1],[0,-2],[1,-2],[2,-1],[1,-1],[2,-1],[0,-2],[0,-3],[-1,-2],[-2,0],[-1,-1],[-1,0],[-2,1],[-5,4],[-1,1],[7,-8],[1,-3],[-2,-2],[-6,-6],[-1,-1],[-2,0],[-2,-1],[-1,1],[-1,2],[0,2],[1,2],[1,2],[-1,-1],[-4,-3],[0,-1],[-1,-3],[-1,-1],[-1,-1],[-1,1],[-3,1],[-1,2],[0,3],[1,2],[-2,0],[-1,-1],[0,-2],[1,-3],[-4,2],[1,3],[3,4],[7,8],[1,0],[2,0],[3,-3],[2,-1],[-3,3],[-2,3],[-3,1],[-3,-1],[-6,-6],[-4,-3],[-2,1],[-1,2],[-1,1],[0,2],[1,2],[0,3],[1,2],[1,1],[2,0],[1,-1],[2,0],[2,-1],[2,1],[1,2],[2,2],[2,1],[-6,-2],[-3,0],[-2,2],[0,2],[1,2],[1,1],[0,1],[1,1],[2,2],[0,1],[0,1],[-3,0],[-1,-1],[-2,-4],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,5],[0,2],[0,1],[2,1],[0,1],[-2,0],[-2,2],[-2,3],[0,2],[1,1],[2,0],[2,-2],[2,0],[0,1],[-4,3],[-1,2],[0,2],[0,3],[2,0],[8,-3],[2,0],[1,0],[1,1],[1,1],[1,0],[1,-1],[-1,2],[-1,0],[-2,-1],[-1,1],[-1,1],[1,4],[0,2],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,1],[-2,1],[-2,1],[-1,2],[0,2],[0,2],[1,1],[1,1],[5,5],[1,2],[1,0],[4,-4],[0,-1],[0,1],[0,3],[-1,2],[-1,2],[0,1],[2,2],[1,1],[4,0],[2,1],[-2,1],[-2,0],[-1,-1],[-2,0],[1,3],[5,6],[1,4],[-2,-2],[-5,-5],[-1,-1],[-1,0],[-2,-1],[-1,1],[-2,1],[-1,1],[1,-2],[1,-2],[2,-1],[2,-1],[-1,-2],[-3,-3],[-1,-4],[-3,-3],[-3,-1],[-1,4],[-1,-2],[-1,-4],[-1,-3],[-1,-1],[-2,1],[-1,7],[-2,1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[0,-2],[0,-1],[0,-2],[2,-5],[-1,-2],[-3,0],[1,-1],[2,-2],[1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[1,2],[2,3],[1,1],[1,-1],[0,-3],[-1,-3],[-1,-3],[-2,-4],[-1,-2],[1,-3],[1,3],[1,1],[1,0],[2,-2],[0,-1],[0,-1],[1,-1],[0,-2],[-3,-3],[-2,-1],[-2,-1],[0,-2],[1,0],[2,-1],[0,-3],[1,-6],[-1,1],[-3,0],[-1,0],[-2,3],[-1,0],[-2,0],[-2,1],[-2,2],[-3,6],[-3,4],[-1,1],[0,1],[0,6],[-1,1],[-1,1],[-1,1],[-2,1],[-1,1],[0,3],[0,1],[-3,1],[-1,0],[0,1],[-1,2],[0,1],[1,1],[2,1],[1,2],[1,5],[-1,-2],[-3,0],[-2,0],[-2,2],[1,2],[3,4],[1,3],[-1,-1],[-5,-3],[-1,0],[-1,2],[0,2],[1,1],[0,3],[-2,0],[-1,-1],[-1,-1],[-1,2],[1,1],[1,2],[-3,0],[-2,1],[-2,2],[-1,3],[-1,3],[-2,2],[0,1],[-1,1],[0,1],[0,1],[0,2],[1,3],[2,2],[2,1],[2,-1],[2,-2],[1,-3],[3,-4],[5,-10],[9,-8],[4,-3],[-1,3],[-2,2],[-1,2],[1,2],[-3,2],[-4,3],[-4,4],[0,4],[-2,2],[-2,2],[0,2],[0,3],[-1,2],[2,2],[2,0],[2,-1],[9,-12],[1,-1],[0,-1],[2,-2],[2,0],[4,2],[-2,1],[-3,0],[-2,1],[-1,2],[-2,6],[0,1],[2,-1],[5,-3],[1,2],[0,1],[-1,2],[-1,2],[2,1],[3,0],[1,1],[1,1],[-1,1],[-2,2],[-2,2],[-1,3],[3,-1],[7,-8],[5,-4],[2,-2],[2,-3],[0,-2],[1,-2],[0,-1],[2,1],[0,8],[-1,8],[1,3],[2,-1],[-2,2],[-1,2],[0,1],[0,2],[0,1],[1,1],[1,0],[0,1],[-1,1],[0,2],[1,2],[0,1],[0,1],[-1,0],[-1,2],[1,1],[1,0],[3,0],[-16,13],[2,1],[7,4],[1,0],[3,-4],[0,5],[-1,3],[-2,2],[-2,-1],[-4,-5],[-3,-2],[-2,0],[0,1],[0,1],[-2,0],[0,2],[2,6],[-3,-1],[-2,0],[-1,1],[-1,2],[1,1],[1,1],[2,0],[1,1],[2,2],[6,4],[1,0],[-4,0],[-5,-3],[-4,-2],[-4,2],[-1,2],[0,3],[1,3],[1,1],[3,-2],[2,0],[2,-1],[1,0],[1,-1],[-1,1],[-1,1],[-2,3],[0,1],[-2,0],[-1,0],[0,1],[2,2],[9,7],[1,1],[2,3],[1,1],[2,-2],[1,-5],[2,-1],[0,1],[-1,2],[0,2],[0,2],[1,2],[1,1],[1,0],[6,1],[2,-1],[1,-1],[1,-2],[0,-2],[-2,-1]],[[4202,1009],[-1,-1],[-2,0],[-7,2],[-1,1],[-2,1],[0,3],[1,2],[3,1],[2,1],[0,1],[-1,2],[4,5],[1,3],[3,4],[0,1],[1,0],[1,-1],[1,-1],[0,-3],[1,-4],[-2,-7],[0,-3],[0,-2],[-1,-2],[0,-2],[-1,-1]],[[4214,1034],[2,0],[4,2],[3,0],[4,-2],[-2,-2],[-7,-7],[-5,-4],[-3,-1],[-2,2],[0,2],[1,2],[0,2],[0,1],[2,0],[2,0],[-1,1],[-1,1],[-1,2],[-1,3],[5,-2]],[[4178,1029],[1,0],[1,0],[1,1],[1,0],[0,-1],[1,-2],[1,-2],[0,-3],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[1,0],[0,2],[0,1],[-1,0],[-2,-1],[-1,-4],[-1,-1],[-2,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-4,-1],[-4,-2],[-2,0],[-2,0],[-1,2],[-1,2],[-1,7],[1,2],[3,0],[5,-2],[5,1],[4,3],[10,12],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1]],[[4171,1058],[0,-1],[1,0],[1,1],[0,1],[0,2],[1,1],[1,-1],[0,-3],[0,-9],[0,-1],[-1,-2],[1,0],[1,0],[1,-1],[1,0],[0,-2],[1,-2],[0,-2],[0,-1],[-1,-3],[-15,-13],[-3,-1],[-2,0],[-1,0],[-2,0],[-1,2],[-1,1],[0,1],[0,1],[1,1],[7,-1],[2,1],[2,2],[2,3],[1,3],[-2,-1],[-5,-3],[-3,-1],[2,2],[2,2],[1,2],[-4,-1],[-2,-1],[-3,-4],[-1,0],[-2,0],[-2,2],[-4,4],[2,3],[0,3],[-2,6],[0,3],[2,0],[1,1],[1,2],[0,1],[-1,1],[0,1],[1,1],[1,0],[2,-1],[2,0],[0,-1],[2,-2],[2,0],[2,2],[1,1],[3,4],[1,0],[1,-4],[1,0],[1,1],[0,2],[0,1],[1,1],[2,0],[0,-1],[-1,-2],[1,-1]],[[4266,1058],[-3,-1],[-1,2],[-3,5],[0,1],[0,1],[-1,1],[-4,4],[0,3],[3,0],[7,-1],[9,-6],[1,0],[1,-2],[-1,-1],[0,-1],[-3,-1],[-5,-4]],[[4298,1071],[-1,-3],[-2,-1],[-2,1],[-7,4],[-2,3],[-5,3],[-1,2],[1,2],[3,1],[1,0],[3,-1],[5,-4],[3,-1],[3,-2],[1,-4]],[[4273,1082],[2,-3],[5,-5],[2,-3],[-2,-2],[-3,-1],[-7,5],[-12,4],[-4,5],[4,2],[3,-1],[7,-3],[-3,3],[-1,3],[-1,2],[2,3],[2,1],[1,1],[1,0],[2,1],[1,-1],[0,-2],[0,-5],[1,-4]],[[4231,1098],[1,-1],[1,0],[1,-1],[2,-2],[1,-1],[-1,-4],[0,-2],[4,-2],[2,-2],[3,-3],[1,-3],[0,-4],[-2,0],[-3,-1],[-3,-1],[4,-2],[2,-1],[1,-3],[1,-2],[0,-8],[1,-3],[0,-2],[1,-1],[5,-6],[2,0],[0,2],[0,3],[2,1],[2,-1],[0,-3],[0,-3],[0,-2],[-2,-4],[-1,-1],[-3,-1],[-3,-2],[-1,0],[-2,0],[-3,2],[-1,1],[-3,1],[-1,0],[-1,0],[-3,3],[-1,0],[-1,0],[-3,-1],[-2,0],[-5,1],[-8,0],[-3,0],[-2,2],[-1,2],[-2,6],[-1,3],[-1,2],[1,3],[1,3],[5,8],[1,1],[2,0],[2,1],[1,0],[1,1],[2,2],[2,0],[1,-2],[2,-6],[1,-3],[2,-2],[1,-1],[2,1],[1,2],[2,3],[0,2],[-2,1],[-3,1],[-6,8],[0,3],[0,8],[0,3],[2,6],[1,2],[-1,4],[0,2],[0,3],[0,2],[2,2],[1,-1],[2,-1],[1,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,-1],[1,-2]],[[4256,1105],[4,-2],[3,-3],[1,-2],[1,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[0,-1],[0,-1],[-4,-1],[-2,-3],[-2,0],[-1,2],[-1,2],[0,3],[-1,6],[2,5],[0,2],[-2,-1],[-1,-2],[0,-2],[-1,-2],[-2,-1],[-1,1],[0,4],[0,4],[1,3],[-1,0],[-1,0],[0,1],[2,3],[2,2],[2,0],[3,-2],[4,-5],[1,-1],[1,-1]],[[4191,1111],[4,0],[0,1],[-1,0],[0,1],[4,0],[2,2],[4,-1],[7,-2],[2,-1],[2,-1],[4,-2],[2,-4],[1,0],[0,-5],[0,-3],[-2,-3],[0,-3],[1,-11],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-2,-2],[-4,-2],[-3,-4],[-3,-3],[-2,2],[-1,0],[0,1],[-1,2],[-1,2],[0,1],[-1,1],[-4,6],[-2,2],[-2,1],[0,2],[0,1],[2,3],[1,2],[-2,-1],[-2,0],[-1,1],[-1,3],[0,1],[-1,0],[-1,0],[-1,2],[1,1],[1,1],[-1,2],[0,1],[-3,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[-1,1],[0,1],[9,0],[1,-1],[1,-2],[3,-1]],[[4168,1115],[2,-2],[1,-2],[0,-1],[0,-2],[2,1],[1,-3],[2,-3],[1,-2],[0,-4],[-1,-1],[0,-1],[0,-2],[1,0],[1,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[2,-1],[1,-1],[4,-8],[1,-2],[0,-1],[1,-2],[1,-1],[1,-1],[1,-1],[0,-2],[-1,-4],[3,1],[2,-2],[2,-3],[2,-3],[-1,0],[-2,-2],[-1,-1],[4,-1],[2,-1],[0,-3],[0,-4],[1,-1],[1,-3],[1,-2],[-1,-3],[-2,-3],[-2,-3],[-2,-1],[-1,-1],[-3,-5],[-2,-2],[-1,1],[-2,2],[0,3],[0,1],[1,1],[0,1],[1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[-1,1],[-2,1],[-1,2],[1,2],[0,2],[0,2],[-3,3],[0,3],[0,5],[1,4],[2,1],[0,1],[-3,1],[-2,1],[0,1],[0,5],[0,2],[-2,1],[0,-1],[-2,-4],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-1,1],[-1,-3],[-2,-1],[-2,-2],[-3,0],[-2,1],[-2,2],[-1,3],[2,2],[1,0],[5,3],[4,1],[2,1],[2,2],[3,4],[0,1],[-2,0],[-1,-1],[-1,-1],[-2,-1],[1,3],[0,3],[-2,-2],[-2,-3],[-2,-2],[0,1],[-1,0],[-1,1],[-2,-3],[-2,-1],[-2,0],[-1,2],[0,2],[1,2],[1,1],[5,5],[2,3],[1,4],[-2,-1],[-3,-4],[-3,-1],[-1,0],[-1,1],[0,1],[0,2],[1,1],[0,1],[-3,2],[-1,1],[-1,2],[0,5],[-1,1],[-1,2],[0,2],[3,4],[1,2],[3,2],[2,1],[2,-2],[1,-3],[1,1],[2,5],[1,1],[2,2],[3,1],[1,-2],[0,-2],[0,-3],[0,-1]],[[4214,1156],[1,-1],[3,1],[1,-2],[2,-4],[0,-4],[-1,-3],[0,-2],[-2,-2],[0,-1],[3,-1],[1,-3],[-1,-3],[-3,-1],[-1,-2],[1,-1],[3,1],[3,-2],[1,-3],[3,-8],[-6,3],[-6,0],[-4,0],[-5,2],[-2,1],[-5,0],[-2,1],[-1,1],[1,3],[0,2],[-1,0],[-2,1],[-1,-1],[-3,-1],[-2,-1],[-1,-2],[-1,-2],[-2,-1],[-3,-2],[-3,0],[-2,0],[-2,1],[3,4],[1,2],[-1,3],[1,8],[4,4],[7,4],[4,0],[4,1],[6,-2],[2,3],[2,3],[0,3],[2,2],[2,-1],[1,1],[1,1]],[[4297,1157],[5,-2],[2,-1],[2,1],[2,2],[2,2],[2,-1],[1,-3],[1,-4],[-2,-4],[0,1],[1,-1],[0,-1],[-1,-1],[-3,0],[-4,-1],[-1,-1],[-1,1],[-1,2],[1,1],[0,1],[0,1],[0,1],[-1,-1],[-2,-1],[-1,0],[-3,-3],[-2,-2],[-9,1],[-2,-1],[-3,-2],[-14,-4],[-3,1],[-2,1],[-1,1],[-2,2],[-2,0],[-5,0],[-2,0],[-2,2],[2,3],[5,6],[2,3],[3,2],[4,-2],[5,-3],[3,-1],[-1,2],[-3,2],[-5,3],[4,3],[4,0],[17,-4],[8,0],[2,-1]],[[4244,1155],[0,-4],[-2,-1],[-4,1],[-3,-3],[0,-4],[1,-2],[-2,0],[-2,3],[-2,1],[-1,4],[-1,4],[0,3],[3,3],[2,-1],[4,0],[3,0],[3,0],[1,-4]],[[4189,1169],[1,-5],[1,-2],[-3,-2],[-1,-1],[-1,0],[-1,-2],[1,-1],[2,1],[1,1],[1,1],[1,-1],[2,-1],[2,-2],[-2,-3],[-4,-1],[0,-1],[-4,-1],[-2,0],[-6,-4],[0,2],[2,1],[1,1],[-1,4],[-3,1],[-4,2],[-4,1],[-4,-2],[1,3],[-3,3],[2,2],[1,3],[3,0],[2,-1],[3,-1],[3,1],[2,1],[2,1],[1,1],[3,4],[3,0],[2,-3]],[[4204,1160],[-3,0],[-1,0],[-2,1],[-2,1],[-2,2],[-2,4],[-1,3],[0,3],[4,1],[6,-1],[4,-1],[2,-4],[3,-4],[0,-3],[-6,-2]],[[4242,1252],[-1,-1],[-1,0],[-1,1],[1,2],[-1,1],[-2,2],[0,1],[-1,3],[0,1],[1,1],[1,1],[3,2],[4,2],[3,2],[4,-1],[1,-2],[0,-2],[0,-2],[-1,-1],[-1,-1],[-3,-2],[-2,-2],[-4,-5]],[[4271,1274],[1,-3],[2,1],[1,2],[1,2],[2,0],[3,-1],[5,-2],[-5,-5],[0,-2],[0,-2],[-2,-3],[-1,-2],[-7,-5],[-3,0],[-1,1],[0,1],[3,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-3,0],[-1,0],[-1,1],[0,3],[0,3],[1,3],[2,5],[0,1],[1,1],[1,0],[4,-1],[0,-1]],[[4169,1299],[-3,0],[-5,3],[-4,1],[-2,3],[-4,1],[-3,1],[1,3],[4,0],[3,1],[3,1],[5,0],[3,-2],[1,-4],[2,-3],[-1,-5]],[[4289,1417],[2,-1],[2,1],[2,0],[1,-1],[1,-1],[2,-1],[1,-1],[1,-2],[0,-2],[-2,-3],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-3],[-1,-2],[-1,-2],[-2,0],[-1,0],[-2,1],[-2,1],[-1,2],[0,2],[1,1],[1,1],[-1,0],[-2,1],[-6,4],[-3,2],[-2,2],[2,5],[0,2],[2,1],[2,0],[4,0],[1,0],[3,-3]],[[4292,1434],[1,0],[2,0],[1,0],[1,-1],[0,-6],[3,-6],[-3,-1],[-11,3],[-1,1],[0,3],[3,8],[1,2],[2,2],[1,-5]],[[4195,1440],[1,-2],[0,-3],[0,-3],[-2,-5],[0,-4],[-1,-4],[0,-5],[0,-1],[-1,-2],[-1,-2],[-2,-2],[-4,-1],[-1,-2],[-2,-5],[-2,-2],[-3,-2],[-4,0],[-6,0],[-1,1],[-2,1],[0,1],[-1,2],[-1,2],[-1,1],[0,2],[1,1],[9,4],[4,0],[3,-1],[3,0],[3,3],[-1,1],[-3,-2],[-1,-1],[-6,3],[-1,1],[-1,-1],[-3,-1],[-1,-1],[-1,0],[-4,1],[1,1],[1,1],[3,0],[0,1],[-6,2],[0,4],[-1,1],[-2,2],[0,1],[0,2],[1,1],[1,1],[2,0],[1,0],[4,-1],[5,-1],[1,-1],[2,-2],[3,-2],[3,0],[2,1],[-2,2],[-9,4],[-1,1],[1,1],[1,1],[1,-1],[1,-2],[2,0],[1,0],[1,-1],[1,2],[-1,2],[1,0],[1,0],[1,-1],[2,1],[1,1],[-1,3],[0,3],[3,-1],[1,0],[1,0],[2,2],[1,0],[1,0],[2,0]],[[4295,1443],[2,-4],[-2,0],[-3,1],[-2,1],[-3,-1],[-1,-2],[0,-4],[-1,-2],[-2,1],[0,-2],[1,-1],[-2,-3],[-2,-3],[-3,0],[-3,1],[-1,5],[0,2],[0,2],[1,2],[1,3],[2,2],[2,1],[3,1],[4,3],[5,6],[3,-2],[1,-4],[0,-3]],[[4264,1456],[2,0],[4,1],[2,0],[-4,-4],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[-1,-3],[-1,-4],[-2,-1],[-2,1],[-2,5],[-1,2],[-1,1],[-1,1],[0,1],[1,2],[-3,0],[-2,3],[1,4],[3,0],[0,3],[1,1],[2,0],[2,-1]],[[4189,1454],[-1,0],[-2,1],[-6,5],[-1,1],[-1,0],[-1,0],[0,2],[0,1],[0,2],[0,1],[1,1],[2,0],[3,0],[1,-1],[1,-3],[5,-8],[0,-1],[-1,-1]],[[4205,1449],[-3,0],[-2,0],[-3,1],[-1,2],[-1,4],[0,3],[0,4],[1,4],[2,3],[1,1],[4,2],[2,1],[1,1],[2,0],[1,-1],[1,-1],[-1,-1],[0,-1],[-1,-5],[-1,-3],[3,-2],[0,-2],[-1,-3],[-2,-4],[-1,-2],[-1,-1]],[[4269,1461],[-4,-1],[-5,0],[-3,3],[-4,7],[-1,4],[0,1],[0,1],[0,1],[2,3],[0,1],[2,1],[1,2],[2,2],[2,0],[1,-1],[2,-1],[1,0],[3,-3],[1,0],[3,-2],[1,-5],[0,-6],[-1,-4],[-3,-3]],[[4235,1471],[2,-2],[2,0],[2,1],[2,0],[-1,-2],[-1,-2],[-1,-2],[-2,-2],[-7,-1],[-2,-2],[2,1],[1,-1],[0,-1],[0,-2],[-1,-1],[-6,-6],[-3,-1],[-3,0],[-3,3],[-1,2],[3,6],[1,2],[-1,4],[1,1],[-1,2],[-2,1],[-2,1],[1,1],[3,2],[0,1],[-1,2],[-1,4],[0,4],[1,3],[2,6],[2,1],[3,0],[6,-2],[2,-1],[2,-2],[2,-3],[1,-3],[0,-2],[-2,-2],[2,-1],[2,0],[1,-1],[1,-3],[-1,-2],[-1,-1],[-4,0]],[[4300,1478],[1,-2],[-1,-1],[-2,0],[-3,2],[1,-3],[1,-2],[1,-1],[2,-1],[1,-1],[1,-1],[0,-4],[-1,-3],[-2,-2],[-3,-1],[-2,4],[-2,3],[-5,3],[-1,1],[-1,0],[-2,2],[-2,2],[1,1],[6,4],[0,1],[-5,4],[1,8],[4,8],[5,4],[4,-1],[3,-1],[2,-3],[1,-5],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-2],[0,-2],[-1,-2]],[[4270,1496],[2,0],[4,3],[2,0],[1,-3],[0,-2],[-1,-3],[-3,-8],[-1,0],[-2,1],[-2,1],[-1,0],[-3,1],[-2,1],[-4,1],[-1,0],[-3,-1],[-1,0],[-3,-2],[-1,-1],[0,-1],[-1,-3],[0,-1],[-2,0],[0,2],[0,3],[1,3],[0,1],[1,1],[0,1],[0,1],[1,3],[1,3],[1,2],[1,2],[2,0],[5,0],[2,-1],[2,-1],[3,-2],[2,-1]],[[4213,1477],[0,-4],[-2,1],[-1,2],[0,1],[-1,1],[-2,1],[-1,0],[0,3],[1,3],[2,8],[2,3],[3,2],[2,-2],[0,-3],[-4,-8],[0,-3],[1,-5]],[[4265,1510],[5,-1],[4,1],[3,0],[0,-3],[-1,-2],[-2,-2],[-3,-1],[-3,-1],[-6,1],[-3,1],[-1,3],[1,1],[3,2],[3,1]],[[4226,1501],[-1,0],[-2,0],[-12,5],[-2,2],[-2,3],[0,3],[2,2],[7,1],[4,0],[2,-1],[0,-1],[3,-5],[1,-2],[1,-2],[1,-2],[1,-1],[-1,-1],[-1,0],[-1,-1]],[[4255,1525],[5,-2],[11,2],[5,0],[1,-2],[2,-3],[2,-2],[-1,-2],[-2,-2],[-2,0],[-15,-2],[-1,-1],[-2,0],[-6,2],[-5,1],[-1,0],[-1,2],[-1,2],[-2,3],[-1,3],[1,2],[2,1],[2,1],[4,3],[2,-1],[3,-5]],[[4228,1516],[-1,-1],[-2,1],[-6,3],[-1,1],[-1,2],[-1,2],[0,5],[0,4],[2,2],[3,0],[2,-1],[4,-4],[1,0],[2,-1],[1,-1],[-1,-1],[-1,-1],[0,-6],[-1,-4]],[[4270,1562],[7,-5],[1,-1],[1,-2],[0,-1],[-1,-1],[1,-1],[3,-1],[2,-2],[2,-3],[0,-4],[0,-3],[-1,-2],[-1,-3],[-1,-3],[2,-4],[-1,-2],[-3,-1],[-2,2],[-2,2],[-2,1],[-2,1],[-2,0],[-9,-3],[-3,0],[-2,2],[-3,6],[-1,1],[-2,1],[-3,4],[-2,1],[-1,-1],[0,-1],[0,-2],[-1,0],[-2,0],[-1,2],[-1,0],[-1,-1],[0,-3],[-3,0],[-2,1],[-1,1],[-2,6],[1,5],[3,5],[3,2],[2,1],[8,-1],[1,1],[1,1],[1,1],[5,0],[1,0],[2,1],[4,3],[2,1],[3,0],[2,-1]],[[4262,1568],[-2,-2],[0,-1],[-1,0],[-2,-2],[-1,0],[-2,0],[-2,1],[-2,0],[-2,1],[0,-1],[1,-1],[2,-2],[-3,-1],[-12,0],[-3,-2],[-3,-2],[-3,-2],[-3,1],[-3,0],[-2,0],[-1,2],[2,4],[1,1],[6,4],[1,2],[4,6],[2,3],[2,1],[3,0],[10,-3],[5,0],[2,-1],[3,-3],[3,-2],[0,-1]],[[4249,1581],[-4,-1],[-2,2],[-9,2],[-1,2],[2,1],[13,3],[2,2],[2,0],[2,0],[1,0],[0,-2],[1,-2],[-1,-4],[-3,-2],[-3,-1]],[[4270,1586],[7,-13],[-1,-3],[-2,-1],[-2,-1],[-2,0],[-5,4],[-4,4],[-1,2],[-1,2],[1,2],[1,-1],[3,-3],[1,-1],[2,0],[-1,1],[-1,1],[-1,1],[-1,4],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[0,2],[0,2],[2,2],[1,1],[2,0],[3,0],[2,-2],[2,-6]],[[4146,1560],[-3,0],[-2,-1],[-2,1],[-1,1],[0,1],[1,2],[0,2],[-1,2],[-3,3],[-2,3],[0,1],[2,4],[2,3],[4,0],[1,-1],[1,-3],[4,-5],[4,-1],[0,-1],[-2,-3],[1,-3],[1,-1],[-2,-1],[-2,-2],[-1,-1]],[[4290,1600],[0,-2],[-1,-3],[0,-1],[1,-3],[-1,-3],[-2,-2],[-3,0],[-2,1],[-3,1],[-2,3],[-1,3],[1,3],[2,1],[3,0],[2,2],[2,1],[1,1],[2,-1],[1,-1]],[[4220,1579],[-7,-2],[-1,0],[-2,1],[-3,1],[-2,1],[0,1],[-2,3],[-4,6],[-1,1],[1,2],[1,1],[2,1],[2,1],[3,0],[1,0],[1,-2],[1,-2],[1,-2],[0,-2],[1,-2],[2,-1],[2,-1],[2,0],[1,-1],[1,-1],[1,-2],[-1,-1]],[[4205,1602],[0,-3],[-1,-1],[-2,0],[-8,0],[-3,1],[-1,0],[-2,-1],[-1,-1],[-2,1],[-1,1],[-1,1],[0,2],[1,0],[3,4],[0,1],[5,1],[2,0],[6,-1],[1,-1],[2,0],[1,-1],[0,-1],[1,-2]],[[4257,1613],[3,-4],[2,-3],[1,-1],[-9,-3],[-5,-2],[-7,-6],[-10,-4],[-5,-4],[-1,-1],[-1,0],[-1,0],[-4,2],[-2,1],[-2,2],[-2,2],[0,3],[1,2],[2,1],[2,0],[0,1],[-2,-1],[-7,1],[-1,1],[-1,5],[1,4],[3,1],[8,-1],[-1,2],[1,1],[2,1],[24,3],[6,-1],[5,-2]],[[4170,1615],[1,-4],[4,2],[1,-3],[0,-5],[-1,-4],[0,-1],[-1,-2],[-2,0],[-2,0],[-2,2],[-1,4],[0,3],[0,4],[0,3],[2,1],[1,0]],[[4280,1627],[2,-2],[1,-2],[-2,0],[1,-1],[3,-3],[1,-2],[1,-3],[-1,-2],[-1,-1],[-1,-2],[2,0],[1,1],[1,-1],[2,-1],[1,-2],[-1,-2],[-2,0],[-2,-1],[-7,-3],[-4,-1],[-1,2],[-3,3],[-5,5],[-1,2],[1,1],[1,-1],[1,2],[-1,3],[0,2],[-1,1],[0,2],[1,3],[2,1],[1,0],[3,0],[2,1],[1,1],[2,1],[2,-1]],[[4230,1628],[3,-5],[2,-1],[-2,-2],[-9,-1],[-5,-3],[-3,0],[-2,1],[-1,1],[-2,3],[0,2],[4,2],[3,2],[4,0],[4,2],[2,0],[2,-1]],[[4252,1624],[-3,-1],[-5,-1],[-3,0],[-3,1],[-3,1],[0,2],[1,2],[8,2],[-3,3],[-8,2],[-3,3],[1,0],[1,-1],[1,0],[1,-1],[2,0],[9,0],[1,0],[3,-1],[1,0],[1,-1],[1,-3],[1,-6],[-1,-1]],[[4225,1633],[-2,-2],[-6,-2],[-5,-2],[-6,-2],[1,-1],[1,-1],[0,-2],[1,-1],[-3,0],[-7,0],[-3,1],[-2,4],[-1,3],[0,3],[2,3],[1,0],[7,0],[1,0],[1,-2],[0,-2],[5,9],[1,1],[3,2],[1,0],[3,-1],[1,0],[1,-1],[3,-4],[2,-3]],[[4265,1638],[-5,-2],[-2,1],[-2,2],[-1,3],[0,4],[1,2],[1,2],[2,-1],[2,-1],[0,-3],[1,-1],[2,0],[2,0],[1,-1],[1,-3],[-1,-1],[-2,-1]],[[4353,1647],[-4,-9],[3,0],[4,9],[3,3],[2,0],[5,-2],[2,0],[2,-1],[3,-6],[1,-1],[1,-2],[0,-2],[-2,-4],[-4,-8],[-2,-1],[-8,0],[-4,1],[-5,2],[1,-3],[2,-1],[2,-1],[2,-2],[2,-1],[6,0],[1,-1],[0,-5],[-3,-5],[-9,-7],[-4,-4],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-2],[-1,-2],[-8,-8],[-4,-2],[-7,-3],[-2,0],[-1,1],[-2,2],[-6,6],[-3,4],[-2,2],[0,1],[4,1],[2,0],[1,3],[2,1],[2,0],[4,-3],[1,1],[2,0],[1,1],[0,1],[-1,0],[-8,4],[-1,0],[-3,-3],[-2,-2],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[0,2],[0,1],[-3,2],[-1,3],[-2,6],[-2,3],[4,6],[1,1],[1,0],[1,1],[1,0],[1,0],[2,-3],[1,0],[3,2],[1,0],[1,-1],[3,-2],[2,-1],[0,-1],[1,0],[1,1],[0,2],[-1,1],[-2,1],[-1,2],[-2,3],[0,3],[2,2],[2,0],[8,-4],[1,-1],[1,1],[1,2],[0,1],[-1,2],[-1,0],[-3,0],[-5,1],[-2,1],[-2,5],[1,5],[3,5],[4,0],[1,-1],[2,-3],[1,-1],[0,1],[0,1],[1,0],[1,0],[1,1],[2,0],[1,-2],[3,-4],[1,-1],[-1,5],[-1,2],[0,2],[-2,0],[-1,0],[-1,2],[0,2],[6,2],[2,2],[3,-2],[2,-2],[3,-3],[1,-3],[-1,-2]],[[4279,1643],[-2,-1],[-1,0],[-2,1],[-7,6],[4,3],[1,0],[4,1],[1,1],[1,1],[2,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-6,-1],[3,-1],[2,-1],[1,-1],[0,-2]],[[4243,1650],[2,0],[5,2],[3,-1],[-1,-3],[2,-7],[-1,-3],[-5,4],[-2,0],[-3,1],[-1,0],[-2,2],[-2,1],[-1,1],[-1,1],[-1,4],[-1,1],[2,1],[2,-1],[2,-2],[3,-1]],[[4320,1664],[3,-2],[1,0],[4,-5],[0,-1],[-9,-3],[-2,1],[-1,1],[-1,3],[1,3],[1,1],[2,2],[1,0]],[[4264,1663],[2,-4],[-2,-3],[-3,-1],[-2,0],[-3,-1],[-4,1],[-3,2],[-2,3],[1,1],[9,-2],[3,1],[0,1],[1,2],[0,1],[1,1],[1,0],[1,0],[0,-1],[0,-1]],[[4216,1656],[-1,-2],[-2,1],[-2,0],[-4,0],[-3,1],[-1,3],[0,1],[1,0],[1,1],[2,1],[3,0],[2,0],[2,-1],[1,-3],[1,-2]],[[4278,1666],[-1,-2],[-2,-2],[-2,-2],[-3,1],[-1,2],[-1,3],[1,1],[1,-2],[4,4],[2,0],[2,-3]],[[4239,1677],[5,-5],[1,-1],[7,0],[1,-1],[2,-2],[-2,-1],[-4,0],[-2,-1],[-1,-1],[-2,-1],[-1,0],[0,-2],[0,-2],[3,-6],[-3,0],[-1,0],[-1,1],[-6,5],[-1,1],[0,4],[-1,2],[-2,4],[1,1],[3,1],[3,-1],[0,1],[-1,1],[-1,2],[-1,1],[1,1],[2,0],[1,-1]],[[4216,1672],[-7,-2],[-5,4],[1,1],[2,1],[6,1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-1]],[[4255,1679],[1,0],[1,1],[1,0],[1,-1],[1,0],[0,-2],[0,-1],[-1,-1],[-2,-1],[-1,0],[-4,0],[-4,0],[-4,2],[-3,4],[6,6],[3,1],[4,-3],[2,-1],[0,-1],[-1,-1],[0,-1],[0,-1]],[[4220,1695],[-9,-3],[-1,1],[-1,1],[1,1],[1,0],[2,0],[7,0]],[[4279,1686],[-2,-1],[-1,0],[-1,2],[0,3],[0,2],[-2,1],[-3,2],[-1,0],[-1,1],[0,1],[-1,3],[0,1],[-1,1],[-1,2],[0,2],[0,3],[2,2],[2,0],[1,-1],[-1,-2],[2,-1],[2,-1],[3,-2],[1,-1],[0,-2],[-1,-2],[0,-1],[1,-2],[3,-3],[1,-1],[-1,-4],[-1,-2]],[[4324,1704],[-2,0],[-1,0],[-2,1],[-1,1],[-1,1],[-4,1],[-1,1],[-1,5],[0,2],[1,2],[2,2],[3,3],[4,1],[2,0],[2,-1],[0,-2],[0,-4],[0,-2],[-1,-3],[0,-2],[1,-2],[1,-1],[0,-1],[-2,-2]],[[4252,1733],[7,-8],[2,-3],[2,-5],[-9,-1],[-2,0],[-4,2],[-1,1],[1,1],[3,1],[1,1],[-3,1],[-3,-1],[-3,-1],[-2,-3],[2,-1],[4,-2],[2,-2],[-3,-1],[-3,-3],[-3,-1],[-1,1],[-1,2],[-1,1],[0,1],[-1,1],[-2,0],[-3,-2],[-6,1],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[1,2],[1,2],[2,3],[7,2],[5,-2],[3,-1],[6,2],[-1,2],[1,1],[3,1],[1,0],[0,3],[0,1],[1,-1]],[[4169,1755],[4,-3],[3,-3],[3,-3],[-2,-2],[-9,-1],[-5,-3],[-1,-2],[-2,-1],[-2,0],[-1,2],[-4,3],[0,2],[-1,3],[0,3],[0,2],[1,-1],[3,-1],[2,1],[2,1],[0,2],[-1,2],[1,1],[2,0],[2,-1],[2,-1],[3,0]],[[4207,1778],[0,-2],[-1,0],[-2,1],[0,2],[0,2],[0,3],[0,1],[2,2],[1,0],[0,-3],[0,-2],[1,-2],[1,-1],[0,-1],[-1,0],[-1,0]],[[4266,1810],[-2,-3],[-3,2],[-3,2],[-1,3],[1,2],[3,-1],[2,0],[1,-1],[2,-4]],[[4289,1848],[2,-3],[-1,0],[-1,0],[0,-1],[-1,0],[-3,0],[-3,0],[-2,1],[-2,2],[-1,1],[-4,1],[-1,0],[-1,1],[-4,0],[-2,0],[2,4],[4,-1],[6,-2],[4,-1],[4,0],[4,-2]],[[4326,1884],[3,0],[0,2],[1,1],[1,-1],[1,-4],[1,-4],[-1,-2],[-2,-2],[-2,2],[-1,4],[-4,4],[-2,2],[0,3],[2,0],[2,0],[0,-3],[1,-2]],[[4292,1896],[3,0],[4,0],[0,-3],[-2,-1],[-3,0],[-4,1],[-3,2],[1,1],[4,0]],[[4261,1893],[1,-2],[-1,0],[-4,2],[-2,0],[-2,-1],[-1,0],[-2,-1],[-1,1],[-2,1],[-1,2],[2,1],[7,2],[2,1],[1,1],[1,1],[2,-2],[1,-2],[-1,-4]],[[4280,1905],[0,-2],[-2,1],[-4,7],[-1,1],[-1,0],[-1,0],[-1,0],[-4,3],[-1,0],[-2,0],[-4,2],[-2,1],[0,1],[-1,1],[0,3],[-1,1],[0,1],[-1,0],[0,2],[2,1],[2,0],[7,-1],[1,-1],[1,-3],[1,-2],[11,-11],[1,-1],[0,-1],[0,-1],[-1,-1],[1,-1]],[[4312,1946],[-1,-2],[-1,-1],[-3,-2],[-2,-1],[-1,2],[-1,0],[-1,1],[-2,1],[0,1],[-1,2],[0,2],[1,0],[2,-3],[2,-1],[2,4],[2,2],[1,-1],[1,-1],[1,-2],[1,-1]],[[4367,1970],[-1,-2],[-2,2],[-7,3],[-1,1],[0,2],[2,3],[1,2],[2,1],[3,0],[2,-1],[0,-2],[1,-6],[0,-3]],[[4215,2001],[1,0],[1,1],[0,2],[0,1],[2,0],[1,-1],[2,-1],[0,-3],[0,-3],[-3,0],[-4,2],[-3,0],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[8,-1],[2,-1],[2,0],[2,1],[1,3],[1,1],[3,-2],[2,-2],[1,-1],[1,0],[0,2],[-2,2],[0,1],[3,4],[4,2],[1,2],[2,-1],[2,-1],[2,-1],[1,4],[2,1],[1,1],[2,0],[1,-1],[1,-2],[2,-3],[1,1],[1,0],[1,0],[1,0],[0,-1],[-3,-2],[0,-1],[-1,-1],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,0],[-1,0],[-1,0],[-1,-3],[2,-1],[2,0],[1,-1],[5,-7],[1,0],[2,-1],[1,-2],[1,-2],[1,-3],[-1,-1],[-4,-2],[-1,-2],[2,-4],[4,-3],[7,-3],[0,-2],[-1,-1],[2,-1],[1,-2],[0,-2],[0,-3],[0,-2],[-1,-1],[0,-1],[-1,-1],[-2,1],[-1,0],[-2,0],[-3,-3],[-2,-1],[-7,0],[-2,-1],[-6,-3],[-1,-1],[-1,-3],[0,-1],[0,-2],[1,-2],[0,-3],[-1,-1],[0,-2],[1,-2],[2,-2],[4,-2],[2,-1],[-2,-1],[-8,-4],[-2,0],[-3,0],[-2,2],[-2,2],[2,1],[0,1],[1,4],[0,1],[-4,-4],[-2,-2],[0,-3],[1,-1],[2,-2],[0,-2],[-1,-3],[0,-2],[1,-3],[2,-2],[3,-1],[3,-3],[1,0],[3,0],[1,-2],[1,-1],[1,0],[3,-6],[2,-1],[1,0],[2,-1],[2,-1],[7,-4],[2,-1],[1,-2],[0,-4],[0,-3],[-1,-2],[-2,0],[-4,-1],[-2,1],[-3,1],[0,-3],[-3,0],[-4,1],[-2,1],[0,-1],[5,-3],[1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[1,0],[1,-2],[0,-1],[3,1],[1,0],[1,-1],[0,-1],[0,-2],[6,-8],[-3,0],[-4,2],[-2,0],[0,-2],[4,0],[4,-3],[5,-3],[-1,-4],[-2,-1],[-3,1],[-2,1],[-2,1],[-3,-1],[-3,-3],[-7,-2],[-1,1],[-1,1],[0,3],[-3,-1],[-1,-1],[2,-3],[2,-4],[0,-3],[-1,-3],[2,-2],[2,-2],[1,-1],[2,-1],[2,-3],[2,-2],[0,-2],[-2,-1],[-2,0],[-3,0],[3,-2],[1,-1],[3,-1],[0,-2],[-1,-3],[-2,-1],[-3,-1],[-2,1],[-1,2],[-2,0],[-2,1],[0,-2],[1,-2],[0,-3],[-2,0],[-1,1],[-1,-2],[-1,-1],[-3,0],[-2,3],[-1,1],[-2,2],[-1,1],[-3,0],[-1,-1],[-2,-3],[-1,2],[-3,1],[-3,0],[-2,-2],[0,-3],[-2,0],[-2,4],[-1,1],[-4,2],[-4,-1],[-1,2],[-4,0],[-4,1],[-3,3],[-2,2],[-3,-2],[-2,3],[-2,1],[-1,3],[0,1],[3,2],[1,6],[0,2],[0,1],[2,2],[2,1],[0,1],[-1,1],[-1,1],[-1,1],[1,2],[1,3],[2,-1],[1,1],[2,4],[2,2],[1,1],[0,2],[-2,1],[-1,1],[1,2],[2,1],[1,2],[-1,2],[-1,1],[-1,1],[0,2],[1,0],[1,1],[3,1],[1,3],[0,3],[0,3],[-1,2],[0,1],[1,2],[0,2],[-1,1],[-1,2],[2,1],[1,2],[-1,2],[-1,2],[0,1],[2,1],[0,2],[0,3],[0,4],[-1,5],[-2,3],[-1,3],[0,1],[-1,0],[0,1],[-1,2],[-2,1],[-1,0],[1,3],[0,2],[0,2],[-1,2],[0,3],[2,10],[1,6],[-2,3],[-1,4],[0,3],[1,4],[2,3],[5,6],[1,3],[0,3],[-1,3],[0,1],[1,2],[0,1],[0,2],[0,1],[-2,7],[0,3],[0,3],[1,1],[-1,0],[1,1],[1,1],[0,1],[2,1],[0,1],[0,2],[-2,3],[-1,2],[-1,0],[-2,1],[0,1],[-1,2],[0,2],[1,1],[1,1],[0,2],[0,1],[2,0],[1,-1],[0,-1],[1,-1],[1,0],[3,-1],[1,-1]],[[4312,2004],[-2,-1],[-3,1],[-1,0],[-2,1],[0,1],[1,1],[0,2],[1,1],[-2,5],[-1,3],[2,2],[2,-1],[3,-9],[2,-2],[1,-2],[-1,-2]],[[4176,2461],[-1,0],[-1,0],[-2,2],[-2,3],[-1,2],[0,2],[-1,2],[0,2],[3,-1],[6,-5],[0,-1],[1,-2],[-1,-2],[0,-1],[-1,-1]],[[4203,2649],[1,-1],[2,-2],[-2,1],[-1,0],[-2,1],[-2,-1],[0,-3],[-1,-1],[-1,1],[-1,4],[-2,1],[1,2],[0,2],[0,2],[1,2],[1,0],[0,-2],[0,-2],[2,-2],[2,-1],[2,-1]],[[3368,2984],[-2,0],[-2,-1],[-1,1],[-3,4],[1,5],[2,2],[4,-2],[0,-1],[1,-3],[1,-2],[0,-2],[-1,-1]],[[3572,3035],[1,0],[2,0],[1,0],[3,-4],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-3,2],[-2,0],[-3,0],[-3,-3],[-3,-1],[-1,-1],[-2,-1],[-1,0],[-1,1],[2,3],[3,3],[1,1],[2,1],[1,0],[0,1],[0,1],[1,2],[2,0],[2,0],[3,-1],[1,-2]],[[16,3033],[1,0],[1,1],[1,1],[1,1],[1,0],[2,-1],[-1,-2],[-1,-2],[-3,-2],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-2,0],[0,1],[0,1],[0,2],[-1,9],[0,2],[2,3],[1,2],[2,0],[7,-1],[1,1],[3,-1]],[[410,3258],[-1,0],[0,1],[1,-1]],[[3321,3958],[-1,0],[-1,-1],[1,2],[1,0],[0,-1]],[[3296,3965],[-1,0],[-1,0],[2,1],[0,-1]],[[4869,543],[-2,1],[-8,-1],[-14,4],[-6,-1],[-4,1],[-7,0],[-5,2],[-2,0],[-4,2],[-7,6],[-5,2],[-5,2],[-4,-1],[-10,-7],[-5,-1],[-4,-1],[-1,-1],[-1,-2],[-1,-2],[0,-1],[0,-11],[0,-3],[-2,-2],[-3,-1],[-1,-2],[0,-3],[0,-3],[-1,-2],[-3,-3],[-2,-2],[-2,-3],[-1,-2],[-4,-1],[-6,1],[-3,3],[-2,2],[-2,0],[-2,-1],[-3,-3],[-3,-3],[-12,-8],[-6,-2],[-3,-2],[-1,-3],[-1,-5],[-3,2],[-3,0],[-2,0],[-2,-1],[-1,-1],[0,-2],[-3,1],[-2,-3],[-11,-9],[-3,0],[-1,3],[3,3],[2,1],[-1,3],[-2,0],[-2,-1],[-2,-1],[-1,0],[-1,-3],[3,-2],[-2,-2],[-2,2],[-2,-1],[-2,-2],[-3,-1],[-1,-2],[-1,0],[0,2],[-1,3],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-4,-1],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,-1],[1,-2],[1,0],[1,0],[3,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,0],[1,0],[3,0],[0,-1],[-1,-2],[0,-1],[-4,-2],[-1,-1],[-1,-3],[0,-1],[0,-3],[-1,-1],[0,-5],[-2,0],[-1,0],[-1,-2],[3,0],[2,-1],[2,0],[1,-3],[0,-3],[0,-2],[-1,-2],[-3,-9],[-1,-2],[0,-4],[-1,-4],[-4,-10],[0,-3],[-1,-4],[1,-12],[0,-4],[-2,-6],[0,-3],[0,-3],[0,-3],[2,-6],[4,-12],[1,-7],[0,-3],[0,-4],[0,-3],[-2,-2],[0,-1],[0,-4],[1,-5],[0,-3],[-2,-5],[-3,-4],[-16,-11],[-5,-2],[-5,1],[-9,5],[-5,1],[-15,0],[-7,3],[-1,1],[-1,2],[-1,0],[-6,2],[-2,2],[-1,1],[-2,1],[-1,5],[-2,1],[0,-2],[-1,-3],[-1,-1],[-2,1],[-2,2],[-1,2],[-2,2],[-1,1],[-1,-1],[0,-1],[0,-1],[-2,-2],[-1,0],[-1,1],[-1,1],[-3,0],[-1,1],[-7,8],[-4,3],[-2,2],[-3,1],[-1,1],[0,2],[-1,1],[-1,1],[-2,1],[-1,1],[-5,7],[-1,0],[-1,3],[-4,6],[-1,2],[0,3],[2,2],[2,2],[-2,3],[0,1],[0,2],[0,1],[0,1],[1,0],[1,1],[8,9],[1,1],[12,-1],[2,0],[2,0],[1,-1],[3,-9],[0,-4],[0,-3],[-1,-2],[0,-1],[-1,0],[-3,3],[0,-1],[-1,-3],[-1,-3],[-5,-2],[-2,-2],[3,-1],[3,1],[2,2],[5,1],[1,0],[2,3],[1,2],[0,1],[1,0],[2,-1],[1,7],[-2,8],[-1,7],[3,5],[2,-1],[2,-1],[1,0],[2,0],[1,2],[1,0],[3,0],[1,-1],[1,-3],[3,-13],[0,-3],[1,-3],[1,-3],[1,-3],[1,-3],[-2,-3],[-2,-2],[-2,-2],[-2,-1],[-2,-1],[-6,-4],[-2,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[1,0],[1,0],[2,0],[4,4],[2,1],[5,2],[2,1],[2,2],[3,5],[0,2],[0,2],[-1,2],[-1,2],[0,3],[0,3],[0,1],[-2,5],[0,3],[2,15],[1,2],[3,1],[1,1],[1,0],[3,0],[1,1],[1,1],[3,4],[1,1],[2,1],[6,3],[1,1],[4,0],[2,0],[1,1],[2,2],[2,2],[2,3],[0,1],[1,4],[1,2],[1,1],[1,2],[1,1],[0,3],[0,3],[1,3],[3,5],[2,0],[5,2],[-1,6],[-3,5],[-2,4],[-4,0],[-3,3],[-6,-3],[-4,0],[-1,3],[-2,2],[-2,6],[0,-3],[0,-3],[0,-3],[1,-5],[0,-1],[-2,-1],[-2,1],[-2,0],[-1,0],[-1,0],[-1,-2],[0,-1],[-1,0],[-1,-3],[-4,-4],[-3,-1],[-3,-4],[-2,0],[-3,-3],[-3,-1],[-4,-4],[-5,-3],[-2,-3],[-4,-2],[-1,-4],[-6,-9],[-1,-4],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,-2],[-2,0],[-1,1],[-2,1],[-2,2],[-1,1],[-1,1],[-1,2],[-1,2],[-1,1],[-1,1],[-1,0],[-3,1],[-2,1],[-1,0],[-2,-1],[0,-1],[3,-2],[1,-2],[-2,0],[-1,0],[-6,2],[-1,0],[-11,-1],[-3,-2],[-2,-2],[1,-1],[2,0],[3,2],[1,0],[4,-1],[2,0],[2,1],[2,2],[5,-10],[9,-2],[2,0],[1,-2],[1,-2],[0,-1],[-1,-2],[-2,-1],[-3,0],[-2,0],[-2,3],[-2,0],[-4,0],[0,-1],[3,-1],[2,-2],[-1,-2],[-4,-1],[-8,5],[-3,0],[3,-3],[2,-1],[0,-2],[-2,0],[-3,1],[-3,4],[-2,-1],[1,-2],[1,-1],[2,-2],[5,0],[2,-1],[2,-2],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-2,1],[-1,2],[-2,0],[-1,-1],[2,-2],[1,-4],[0,-5],[-1,-4],[-3,-1],[-3,1],[-3,3],[-3,4],[0,-4],[2,-2],[4,-4],[1,-2],[1,-2],[1,-1],[2,0],[1,1],[0,2],[1,0],[2,0],[1,-1],[11,-16],[2,-2],[-15,-3],[0,1],[-1,1],[0,1],[-1,0],[-2,1],[-5,1],[-2,2],[0,1],[-1,1],[-1,1],[-1,1],[-4,0],[-1,0],[-1,2],[0,5],[-1,3],[-2,1],[-1,-2],[0,-3],[0,-2],[-2,-1],[0,2],[-1,4],[-1,2],[-1,0],[-3,0],[-2,0],[0,3],[-1,0],[-5,1],[-13,9],[-6,2],[-3,2],[-3,2],[-2,2],[-4,6],[-1,1],[-3,1],[-1,2],[12,-4],[4,0],[1,1],[3,3],[10,2],[2,0],[1,-1],[2,-1],[1,-2],[1,-1],[2,1],[1,-1],[1,-1],[8,-3],[2,-1],[1,-1],[-1,-2],[0,-3],[-1,-1],[1,-1],[1,-1],[1,1],[1,1],[1,-1],[1,0],[-1,2],[-1,2],[1,1],[1,1],[1,2],[0,1],[-3,1],[-3,2],[-3,3],[-1,2],[1,1],[5,-2],[-1,2],[-2,2],[-1,2],[2,1],[1,0],[7,-1],[0,1],[-2,1],[-1,1],[-2,0],[-1,3],[-1,0],[-1,-1],[0,-1],[-4,0],[-2,0],[-2,-4],[-1,-2],[-7,5],[-2,2],[0,2],[3,5],[1,3],[0,3],[-1,-2],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[1,2],[0,2],[-1,3],[-1,3],[-1,2],[-1,1],[1,1],[0,2],[0,1],[1,1],[0,2],[-1,1],[-4,3],[0,2],[1,2],[2,2],[5,1],[4,4],[6,3],[2,2],[3,8],[1,0],[1,0],[2,-2],[4,-2],[1,0],[0,-5],[-3,-4],[-4,-5],[-2,-4],[1,-2],[2,1],[2,3],[3,4],[2,2],[1,2],[3,-1],[-2,-2],[-1,-1],[0,-2],[2,0],[1,0],[3,4],[3,1],[2,0],[1,-2],[1,-3],[1,-2],[2,0],[0,3],[0,2],[0,2],[1,3],[1,1],[1,2],[6,4],[1,1],[0,1],[1,1],[0,1],[1,3],[0,1],[2,1],[5,0],[1,3],[0,3],[2,1],[4,-1],[2,1],[1,0],[1,0],[3,-2],[2,0],[1,3],[0,1],[2,0],[1,0],[2,-3],[3,-2],[6,-1],[21,3],[2,2],[1,2],[6,1],[4,2],[-2,5],[-4,5],[-4,2],[-5,-2],[-5,1],[-4,0],[-3,-1],[-7,1],[-7,1],[-6,-3],[-2,1],[-2,-1],[-2,0],[-3,3],[-1,2],[-1,1],[-3,0],[-7,-2],[-7,1],[-3,-1],[-1,-1],[-2,-3],[-1,-3],[0,-2],[-1,-2],[-4,-3],[-1,-2],[1,1],[1,0],[1,0],[0,-1],[-1,-5],[-1,0],[-1,1],[-2,2],[-4,2],[-1,0],[-2,2],[-2,1],[1,2],[2,4],[2,2],[2,1],[4,0],[2,1],[1,2],[0,2],[-2,0],[-1,0],[-2,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-3,-2],[-1,-1],[-1,-3],[-1,-1],[-2,0],[-2,1],[-2,1],[0,1],[-2,2],[-3,-1],[-2,-1],[-6,-3],[-2,0],[0,1],[-1,2],[-1,1],[-3,2],[-1,0],[0,-1],[0,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-3],[-1,-3],[-1,-2],[0,-1],[-5,-7],[0,-2],[1,-1],[3,4],[6,12],[2,3],[1,1],[3,-4],[2,-1],[5,-1],[2,1],[1,-1],[1,-1],[1,-1],[-1,-2],[-2,-5],[-4,-5],[-2,-3],[-1,-1],[-1,-1],[-2,0],[-2,-1],[0,-1],[0,-3],[-3,-1],[-5,-1],[-5,-6],[-1,-1],[1,-3],[4,-3],[1,-2],[-1,-2],[0,-3],[1,-5],[2,-2],[0,-2],[0,-5],[0,-2],[-2,-3],[-1,-2],[-1,2],[0,-1],[-10,-7],[-2,0],[-2,1],[-1,2],[-1,2],[0,1],[0,1],[1,1],[1,1],[0,2],[-2,1],[-2,-2],[0,-4],[0,-2],[0,-1],[1,-1],[1,0],[1,-1],[-1,-2],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-7,1],[-3,3],[-3,5],[-1,0],[-3,0],[-1,0],[-2,2],[0,2],[1,1],[4,0],[1,0],[1,0],[0,-1],[1,-1],[2,0],[-1,2],[-1,1],[0,1],[-1,1],[1,1],[1,1],[3,0],[0,1],[0,2],[1,0],[1,-1],[2,0],[2,-2],[1,0],[0,1],[-2,4],[2,-1],[1,0],[-1,3],[1,2],[2,1],[-1,1],[-7,-3],[-2,3],[0,1],[-1,0],[-1,-2],[-2,0],[-1,1],[-1,3],[-1,2],[-2,1],[-9,1],[-4,1],[-3,3],[2,2],[4,1],[4,-1],[-1,-4],[2,1],[2,4],[1,1],[2,-1],[1,-3],[1,1],[1,1],[2,0],[1,0],[1,0],[1,1],[1,1],[4,-1],[2,0],[0,3],[-1,-1],[-1,0],[0,1],[0,1],[-2,2],[-2,-2],[-1,1],[-1,1],[0,1],[0,3],[0,1],[1,0],[1,-1],[2,2],[1,1],[1,2],[0,3],[0,1],[0,1],[0,2],[1,0],[3,0],[2,1],[1,2],[0,2],[0,2],[1,7],[0,1],[7,0],[3,-1],[1,0],[0,1],[0,1],[-1,1],[-3,-1],[-6,2],[-1,0],[1,1],[0,2],[0,1],[1,2],[3,1],[5,-1],[7,-2],[3,-1],[0,-1],[2,1],[-1,2],[-1,1],[-1,1],[-1,1],[-4,0],[-6,2],[-3,0],[-2,-2],[-2,-1],[-2,-1],[-2,0],[-1,1],[-3,6],[-1,2],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,-3],[4,0],[1,-2],[1,-3],[2,-4],[-2,-4],[-1,-3],[-2,-1],[-1,-1],[-1,-6],[-1,-2],[-2,0],[-3,1],[-2,2],[0,3],[2,2],[0,2],[0,2],[0,1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,1],[0,2],[-1,1],[-1,1],[-1,1],[0,-1],[-1,-2],[3,-6],[0,-3],[-1,-2],[-1,0],[-2,0],[-1,0],[-1,-1],[0,-2],[0,-1],[-1,-1],[-2,1],[-2,0],[1,-4],[-3,1],[-2,-2],[-3,-5],[0,-1],[-1,0],[-1,0],[1,-1],[0,-1],[0,-2],[-1,1],[-3,2],[-3,1],[-1,1],[0,1],[2,4],[1,1],[4,2],[3,2],[0,3],[-1,0],[-5,-3],[-2,1],[-1,1],[-1,3],[-1,2],[3,2],[1,1],[0,1],[1,2],[1,0],[1,0],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,1],[1,0],[0,1],[-1,2],[-1,0],[-4,1],[-1,0],[1,2],[2,2],[1,1],[1,2],[0,1],[6,0],[-2,2],[-1,1],[-1,2],[1,3],[-1,1],[-1,-2],[-2,-2],[-1,-1],[-7,2],[-1,1],[-1,3],[1,3],[1,1],[1,1],[1,-1],[1,-1],[1,0],[1,1],[0,1],[0,4],[1,0],[0,2],[1,2],[-1,0],[-3,2],[-1,1],[-1,3],[1,2],[1,2],[0,3],[0,3],[-1,2],[-1,0],[-3,0],[0,1],[0,2],[-1,2],[-1,0],[-3,2],[-1,3],[-3,4],[-3,4],[1,6],[1,1],[2,0],[2,-3],[1,-1],[3,-7],[2,-4],[1,-2],[2,0],[1,2],[2,-2],[1,-4],[1,-2],[2,-1],[2,1],[1,2],[1,1],[1,0],[-1,2],[-4,2],[2,2],[3,-1],[3,-2],[5,-5],[2,-3],[3,-1],[3,0],[3,1],[2,2],[2,4],[0,4],[0,4],[0,1],[1,2],[1,0],[1,0],[2,-1],[1,-1],[2,3],[3,4],[3,2],[3,1],[2,0],[1,-1],[0,-1],[1,-3],[0,-2],[0,-2],[0,-3],[-1,-1],[-2,0],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,-3],[0,-2],[1,-1],[1,0],[3,7],[1,1],[2,0],[5,-2],[2,-2],[1,-1],[-1,-2],[1,-1],[3,0],[1,-1],[1,-1],[0,1],[2,2],[0,1],[0,1],[0,3],[0,1],[2,3],[0,2],[0,3],[0,3],[2,5],[1,3],[0,3],[-1,1],[-5,-7],[-1,-2],[-1,-3],[1,-5],[0,-3],[-1,-3],[-2,0],[-2,1],[-2,2],[-2,1],[0,3],[-1,4],[1,4],[-2,4],[0,3],[2,1],[1,-1],[1,-1],[1,-1],[0,1],[1,5],[0,2],[0,2],[0,4],[1,2],[1,2],[1,1],[2,0],[1,1],[6,-5],[5,-1],[1,-1],[0,-3],[-2,-2],[0,-3],[1,-3],[1,-1],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,1],[1,1],[1,0],[1,-2],[0,-1],[2,-3],[1,0],[1,-3],[2,-2],[1,-3],[1,-4],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-5],[-1,-3],[-1,-2],[-2,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,-1],[-1,-3],[-1,-2],[-2,-2],[-2,-1],[-2,2],[1,-3],[-1,0],[-1,0],[-1,0],[0,-1],[-2,-4],[-2,-2],[-2,-1],[-3,-1],[-2,-1],[0,-1],[1,0],[1,0],[2,0],[5,3],[4,1],[4,3],[2,1],[3,0],[7,-1],[2,-1],[2,-2],[2,-1],[3,1],[1,2],[-1,1],[-8,1],[-2,0],[-1,1],[0,1],[0,1],[1,0],[1,1],[3,4],[2,3],[2,2],[1,1],[1,2],[2,14],[0,3],[-1,2],[-11,13],[-3,1],[-4,5],[-1,2],[-2,10],[0,1],[0,1],[1,1],[1,1],[1,-1],[1,0],[0,-2],[1,-1],[2,0],[0,1],[1,3],[0,1],[1,0],[2,-2],[2,0],[2,1],[2,1],[1,3],[1,2],[-1,2],[-4,3],[-1,3],[0,3],[1,2],[2,5],[-3,3],[-2,6],[-1,2],[-4,1],[-4,4],[-2,1],[-1,2],[-4,7],[-2,2],[-2,1],[-3,1],[-2,0],[-6,0],[-1,0],[-2,2],[-1,1],[-3,-1],[-2,1],[-1,0],[0,1],[-1,3],[-1,1],[-2,1],[-6,1],[-2,0],[-2,1],[-1,3],[-1,4],[1,2],[-2,0],[-2,-3],[-2,-2],[-9,-3],[-2,-1],[0,-2],[1,-2],[1,-1],[2,0],[5,2],[1,1],[2,0],[2,-1],[1,0],[5,0],[1,-1],[0,-2],[1,-1],[0,-1],[-1,-1],[0,-1],[-2,-2],[-3,-4],[0,-1],[1,-2],[5,7],[2,1],[0,1],[-1,1],[1,0],[0,1],[1,1],[1,1],[1,-1],[3,-4],[1,0],[2,-1],[6,-3],[3,0],[1,0],[2,0],[3,-1],[1,-2],[5,-9],[0,-1],[1,-1],[1,0],[5,-1],[1,0],[1,-1],[0,-1],[1,0],[2,1],[2,-1],[1,0],[1,-2],[0,-3],[-1,-3],[-1,-3],[-2,-1],[-3,-3],[-1,-1],[-1,-1],[-4,0],[-1,-1],[-1,0],[0,1],[-1,2],[-5,1],[-1,1],[-2,2],[-2,3],[-2,0],[-3,-2],[-1,0],[-1,1],[0,1],[-1,0],[-4,-2],[-1,0],[-1,1],[-1,1],[1,2],[0,1],[-1,2],[-1,0],[-3,0],[0,1],[-1,2],[-1,0],[-1,1],[-1,0],[-5,-2],[-2,-1],[-2,2],[-2,3],[0,3],[0,2],[-4,1],[-2,2],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[4,-3],[2,-1],[1,-3],[0,-2],[0,-1],[0,-1],[1,-2],[1,-1],[2,-1],[12,1],[4,-3],[3,-6],[-3,1],[-4,3],[-3,2],[-3,-4],[1,-1],[1,0],[1,0],[1,2],[1,0],[1,0],[1,-1],[1,-1],[1,-3],[0,-3],[0,-2],[-3,-3],[-8,-2],[-3,-3],[2,-1],[2,0],[2,0],[1,2],[1,1],[4,0],[1,1],[2,2],[3,3],[3,2],[3,0],[2,-5],[-1,-1],[-6,-3],[-5,-5],[-2,-1],[-2,-1],[-2,-1],[-1,-2],[-1,-2],[0,-3],[-1,-7],[0,-4],[1,-3],[0,-2],[-2,-2],[-2,0],[-2,2],[-4,5],[0,3],[0,7],[-1,2],[-1,1],[-2,8],[0,4],[-1,6],[-4,15],[-2,4],[-2,4],[-3,3],[1,-3],[0,-2],[3,-3],[1,-2],[1,-5],[1,-7],[2,-9],[3,-14],[1,-9],[3,-12],[1,-6],[-1,-4],[-2,0],[-2,1],[-2,2],[-4,1],[0,1],[-1,2],[0,1],[-1,1],[-3,1],[-9,5],[-2,2],[-2,2],[-1,3],[1,3],[-1,3],[-2,2],[-1,2],[1,0],[1,1],[1,0],[-2,3],[-3,4],[-3,4],[0,4],[2,2],[2,-1],[4,-6],[3,-3],[1,-1],[0,-3],[1,-2],[1,-2],[1,-1],[4,-3],[1,-3],[2,-3],[3,0],[-2,3],[-7,11],[1,1],[1,0],[1,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,2],[-1,3],[-2,1],[-1,2],[-1,2],[1,2],[-3,2],[-3,3],[-1,3],[5,2],[3,2],[2,3],[1,3],[-3,0],[-1,-2],[-4,-4],[0,6],[-1,-1],[-2,-4],[-1,-1],[-1,0],[-2,2],[-1,2],[0,1],[-2,-1],[0,-1],[0,-1],[-1,-4],[-1,-2],[0,-2],[1,-2],[-2,-3],[-2,2],[-4,5],[0,3],[-5,4],[0,3],[2,1],[4,2],[2,2],[-2,0],[-2,-1],[-2,-1],[-3,2],[-1,1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,-2],[-1,1],[0,1],[0,1],[0,1],[1,2],[0,1],[1,0],[1,1],[3,5],[1,1],[-6,0],[-3,1],[-1,4],[0,1],[0,1],[1,1],[-1,1],[0,1],[-1,1],[0,1],[-1,2],[0,3],[-1,1],[0,1],[3,4],[2,2],[1,-2],[1,-2],[4,1],[1,-2],[1,-2],[2,-2],[3,-3],[4,-2],[1,-1],[1,-2],[3,-7],[1,-4],[3,-4],[1,-5],[1,1],[1,2],[-1,3],[0,2],[-4,6],[2,2],[1,2],[-3,0],[-1,0],[-1,2],[0,4],[5,3],[0,3],[-4,-3],[-3,1],[-2,3],[-4,9],[0,1],[-1,6],[0,1],[1,1],[0,1],[-1,1],[-2,1],[0,1],[-1,2],[-3,1],[0,1],[-1,2],[1,1],[0,1],[0,1],[1,1],[3,-2],[3,-4],[0,-1],[1,-2],[0,-1],[1,-1],[1,0],[-1,2],[0,3],[-1,4],[0,2],[1,1],[0,1],[-1,-1],[-2,0],[-1,1],[-1,1],[0,2],[3,4],[-2,1],[-1,-1],[0,-1],[-1,0],[-1,0],[-3,3],[0,-1],[0,-1],[1,0],[0,-1],[1,-3],[-1,-1],[-1,-1],[-6,-9],[-2,-1],[-2,0],[-2,0],[-2,3],[-3,2],[-1,1],[0,1],[-1,5],[-1,2],[-2,2],[-1,1],[-1,-2],[1,-3],[1,-4],[0,-3],[-1,-2],[-2,-1],[-2,1],[-3,1],[-2,1],[-1,1],[-1,10],[0,3],[-2,2],[0,1],[0,1],[0,2],[4,8],[2,2],[-1,1],[0,1],[0,1],[1,1],[0,1],[-2,-1],[-1,-1],[-7,-11],[-1,-1],[-3,0],[-1,1],[0,6],[-1,2],[2,2],[-1,1],[-1,1],[-2,1],[2,5],[3,4],[4,2],[4,1],[11,-1],[2,-1],[2,0],[2,1],[0,3],[2,-1],[3,-2],[2,-3],[0,-3],[6,-4],[0,2],[1,3],[-1,2],[-3,5],[-4,5],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,4],[2,0],[3,-1],[2,-3],[2,0],[1,0],[1,2],[-1,1],[-3,1],[-1,1],[0,1],[1,2],[0,2],[0,2],[-1,3],[-1,4],[0,2],[0,2],[2,2],[2,1],[3,1],[3,2],[1,0],[2,0],[1,0],[2,-1],[1,-1],[4,-6],[0,-1],[2,0],[1,1],[-1,1],[0,1],[1,2],[1,0],[3,1],[-1,1],[-2,1],[-2,-1],[-2,1],[-1,3],[-1,1],[-1,0],[-2,0],[-3,0],[-4,2],[-6,6],[0,2],[0,2],[1,2],[1,1],[4,0],[1,1],[2,1],[1,3],[2,8],[1,4],[-2,0],[-2,-3],[-3,-8],[0,-1],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-3,-2],[0,-3],[0,-6],[-1,-2],[-1,-1],[0,-1],[0,-2],[0,-2],[1,-1],[0,-1],[-2,-5],[0,-3],[1,-3],[1,-4],[-1,-2],[-2,-3],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-1,-3],[-2,-1],[0,-1],[-4,0],[-6,1],[-1,1],[-6,4],[-1,3],[5,4],[1,1],[-1,3],[-2,1],[-4,2],[1,-2],[0,-1],[0,-1],[-1,-3],[-2,0],[-2,6],[-2,3],[-4,6],[-2,3],[1,3],[2,2],[0,2],[-2,2],[-2,0],[-1,0],[-1,1],[-1,4],[-1,1],[-2,2],[1,1],[6,2],[1,1],[0,-2],[2,-3],[1,-2],[1,-2],[1,-2],[3,-6],[1,-1],[2,0],[-1,3],[-3,5],[1,2],[0,1],[-2,1],[-1,2],[0,1],[3,1],[2,-1],[3,-4],[2,-1],[11,-1],[2,-1],[2,0],[2,1],[-3,2],[-7,2],[-3,0],[-1,1],[0,2],[0,2],[0,1],[0,2],[0,1],[-1,0],[-1,-1],[-2,-2],[-2,-1],[-2,3],[-3,2],[0,1],[1,1],[1,0],[1,1],[1,2],[0,2],[1,1],[1,1],[3,2],[-1,0],[-4,1],[-1,-1],[0,-3],[0,-1],[-1,0],[-1,-1],[-5,-3],[-1,-1],[-3,1],[-2,0],[-2,-5],[-3,1],[-3,4],[-1,2],[1,1],[1,6],[1,1],[1,1],[0,2],[-1,2],[0,3],[-1,2],[-2,1],[-1,-1],[0,-3],[-1,-4],[0,-3],[-2,-5],[-3,-1],[-4,1],[-4,2],[1,1],[1,1],[-2,0],[-2,0],[-2,0],[0,1],[-2,3],[1,2],[2,3],[1,2],[-2,0],[-2,-2],[-1,0],[-1,1],[0,1],[1,2],[1,2],[-3,-1],[-2,-1],[-2,-1],[-2,0],[0,2],[1,1],[0,1],[1,1],[-1,1],[-2,-2],[-3,-1],[-3,0],[-1,4],[0,2],[1,1],[2,3],[1,3],[1,2],[1,0],[2,1],[2,1],[2,1],[2,-1],[0,-1],[0,-2],[1,-1],[1,0],[1,0],[1,1],[-1,2],[-1,1],[0,2],[0,1],[1,1],[2,-1],[1,-1],[1,0],[10,2],[1,0],[1,-3],[1,0],[2,-2],[1,-1],[-2,-4],[0,-2],[0,1],[1,0],[2,1],[1,0],[0,-1],[1,-1],[2,-1],[2,-2],[2,-1],[1,-3],[-1,-3],[2,-1],[2,1],[2,4],[2,1],[3,-1],[14,-7],[5,-1],[4,1],[-2,2],[-9,2],[-3,2],[-2,2],[-1,2],[3,0],[-1,2],[-2,0],[-4,-2],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-5,-1],[-1,1],[-2,1],[-1,2],[-1,1],[-1,4],[-1,2],[-2,4],[0,2],[-1,0],[-4,2],[-1,1],[-5,6],[-2,3],[0,3],[-1,3],[2,2],[2,2],[1,0],[0,-3],[2,0],[1,2],[1,1],[4,-1],[3,-3],[6,-7],[1,0],[1,1],[1,1],[1,0],[2,-2],[1,0],[1,-2],[1,0],[0,-1],[9,3],[2,0],[2,-2],[2,-4],[1,-1],[0,3],[-1,3],[-1,3],[-1,1],[-3,-2],[-4,1],[-2,2],[0,5],[3,5],[1,1],[4,0],[1,0],[2,1],[-3,0],[0,2],[-1,7],[-1,-2],[-1,-4],[-1,-1],[-1,-1],[-2,1],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-3],[-2,-1],[-5,0],[-3,1],[-1,2],[-1,2],[-2,2],[-4,1],[-9,0],[-4,3],[-2,6],[-1,3],[0,2],[1,1],[1,0],[1,-1],[1,0],[2,1],[0,1],[0,1],[1,0],[2,2],[2,2],[2,1],[10,1],[2,1],[-1,1],[0,1],[1,1],[0,1],[-3,0],[-6,-1],[-3,-2],[-5,0],[-3,-3],[-1,0],[-2,3],[-2,6],[0,7],[1,4],[4,3],[0,1],[1,1],[1,1],[1,1],[5,1],[2,0],[4,3],[2,1],[3,0],[2,-2],[1,-2],[-1,-3],[0,-3],[2,-1],[1,7],[0,1],[2,1],[2,1],[2,-1],[1,-1],[0,-2],[0,-2],[1,-1],[1,-2],[0,-2],[1,-1],[1,-2],[1,-1],[8,-4],[1,-2],[5,-3],[1,-1],[0,-1],[1,-2],[0,-2],[1,-1],[1,2],[1,4],[1,3],[-3,0],[-1,1],[-1,0],[0,1],[-1,2],[-1,1],[-2,2],[-2,0],[-2,0],[-2,1],[-2,0],[0,1],[-1,4],[-1,1],[-1,2],[0,1],[0,7],[-1,2],[-4,2],[-15,0],[-1,1],[-2,0],[0,1],[-1,2],[0,3],[0,2],[-1,1],[-1,1],[0,3],[2,12],[0,3],[0,3],[1,3],[2,0],[2,0],[2,-1],[2,-3],[1,-3],[2,-2],[4,-1],[2,-1],[1,0],[5,0],[0,1],[-8,3],[-3,1],[-4,5],[-2,3],[-1,4],[1,1],[1,5],[1,2],[-1,1],[-1,1],[-1,4],[-1,1],[0,2],[-4,3],[6,7],[3,2],[4,0],[3,-2],[2,-2],[1,1],[2,2],[-2,1],[-3,2],[-2,1],[-3,0],[-11,-3],[-1,0],[-1,1],[-1,-1],[0,-2],[1,-1],[0,-2],[2,-2],[0,-2],[0,-3],[0,-2],[0,-2],[2,-2],[-4,-8],[-2,-4],[-2,-1],[-1,1],[-2,2],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[2,-1],[0,-1],[1,-2],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-3],[0,-1],[-1,-12],[1,-2],[-2,-5],[-2,-1],[-3,2],[-4,4],[-1,2],[-1,2],[-2,2],[-1,1],[-3,1],[-1,1],[-2,1],[-1,3],[-1,2],[1,1],[1,2],[0,2],[0,3],[-3,14],[0,3],[3,2],[-3,4],[-1,2],[-1,3],[1,2],[0,3],[0,1],[-1,2],[-1,-1],[-1,-1],[-1,-2],[-1,1],[-1,2],[-1,3],[0,2],[0,2],[2,1],[2,1],[1,1],[0,2],[1,2],[-1,2],[-1,2],[-1,2],[1,1],[3,0],[1,0],[-1,1],[-3,1],[-2,1],[-1,1],[0,2],[0,1],[1,1],[0,1],[-3,1],[-1,3],[1,4],[1,3],[2,4],[1,2],[0,1],[1,2],[1,1],[3,-4],[1,-1],[-1,1],[0,1],[3,-1],[3,2],[4,2],[3,2],[8,0],[1,-1],[2,-1],[1,0],[1,0],[1,0],[0,1],[-4,2],[-3,1],[-4,0],[-4,0],[-6,-4],[-3,0],[-3,2],[1,1],[1,1],[1,1],[1,0],[-1,1],[-1,1],[-1,0],[0,2],[-1,-2],[-2,-2],[-1,1],[-1,2],[-1,4],[0,1],[-1,1],[-1,0],[-1,2],[1,1],[5,8],[2,1],[2,1],[2,1],[-2,1],[1,2],[3,3],[1,1],[1,1],[1,1],[1,0],[1,0],[2,-2],[3,-1],[5,-5],[4,-1],[0,-1],[1,-1],[1,-3],[1,-1],[3,-1],[1,2],[0,3],[-1,1],[-2,1],[-2,2],[0,3],[-1,4],[-1,6],[1,1],[10,4],[2,1],[-1,1],[0,1],[-1,0],[-2,0],[-6,-3],[-3,0],[-1,0],[-1,2],[-1,0],[-1,1],[-2,-1],[-2,1],[-1,1],[-2,2],[-2,0],[-7,0],[-1,0],[0,1],[1,2],[2,1],[5,0],[4,3],[2,0],[-2,1],[-3,0],[-5,-1],[-2,-1],[-5,-4],[-1,1],[0,2],[1,1],[0,1],[-1,2],[0,1],[-1,2],[-2,2],[-1,1],[-2,2],[0,3],[-8,1],[-4,2],[-2,3],[-1,1],[-4,6],[-1,1],[0,1],[1,2],[2,3],[0,2],[0,1],[0,1],[-2,-1],[-4,-4],[-2,-2],[-3,-1],[-2,0],[-2,2],[-1,4],[0,2],[1,2],[2,2],[2,1],[3,4],[2,1],[2,-1],[2,-1],[1,-1],[4,1],[2,-1],[3,-3],[1,0],[2,-1],[1,0],[1,-2],[3,-5],[1,-2],[1,-6],[2,-6],[1,-2],[0,-1],[2,1],[1,0],[0,-1],[1,-1],[0,-1],[1,-3],[2,0],[3,1],[0,1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[0,2],[-2,4],[-1,0],[-1,1],[-2,3],[-2,3],[0,2],[2,1],[6,0],[2,0],[2,1],[14,0],[1,0],[1,-4],[1,0],[1,0],[0,1],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[4,4],[2,1],[2,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[1,-2],[1,1],[4,6],[2,2],[1,2],[1,0],[1,0],[0,-2],[1,-1],[-1,-2],[-2,-4],[-1,-3],[1,-1],[1,1],[2,4],[1,1],[1,-1],[4,-2],[2,0],[3,0],[1,-1],[3,-2],[1,0],[1,-1],[0,-4],[0,-3],[0,-3],[1,-1],[1,-1],[3,-3],[0,2],[2,5],[1,2],[1,1],[1,1],[2,0],[4,0],[8,-5],[0,2],[0,2],[1,1],[2,1],[2,3],[0,1],[1,2],[0,4],[-1,4],[-1,3],[0,-2],[0,-6],[0,-2],[-1,-1],[-2,-1],[-2,-2],[-2,-1],[-2,-1],[-4,3],[-5,2],[-3,4],[0,1],[-2,0],[-6,6],[0,3],[0,1],[-1,1],[-4,1],[-1,2],[-1,1],[2,1],[-1,1],[-1,1],[-1,3],[-1,3],[1,2],[1,0],[6,-1],[2,-3],[2,-3],[0,-1],[1,-1],[3,-1],[1,0],[7,-1],[7,2],[3,0],[5,-2],[2,-1],[2,1],[-1,2],[-2,1],[-6,0],[-4,2],[-8,-2],[-3,0],[-1,0],[-5,4],[0,1],[1,3],[0,1],[0,2],[-1,1],[0,1],[-2,0],[0,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[-3,1],[-1,0],[1,2],[1,3],[3,2],[1,2],[-3,1],[-9,-1],[-2,1],[-2,2],[0,2],[-2,2],[-2,6],[3,4],[4,5],[-1,4],[-1,-1],[-2,-1],[-1,3],[1,2],[1,2],[1,2],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,1],[0,1],[-1,1],[1,1],[0,1],[-1,-1],[-2,-6],[-2,-2],[1,-1],[4,-4],[0,-5],[-3,-6],[-1,-6],[1,-1],[1,-2],[1,-1],[-1,-1],[-1,-2],[0,-1],[-1,-2],[-7,-2],[-3,-3],[-1,-1],[-1,0],[-2,1],[-4,0],[-2,0],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-3,4],[-1,0],[-11,-4],[-3,0],[-4,2],[-3,0],[-2,-3],[-3,0],[-4,1],[-2,1],[2,1],[4,1],[1,1],[-2,1],[-2,0],[-10,-4],[-5,-3],[-1,-1],[0,2],[0,1],[-3,-1],[-5,0],[-4,1],[-2,3],[-1,0],[-2,0],[-1,0],[-1,2],[0,2],[0,1],[2,3],[2,3],[1,2],[1,0],[2,0],[4,-1],[2,-1],[0,-1],[-1,-3],[2,1],[0,1],[2,3],[-2,1],[-2,1],[-2,1],[-2,1],[-1,1],[1,3],[0,3],[0,2],[6,3],[2,0],[1,-1],[0,-4],[1,-2],[1,1],[1,1],[0,3],[1,2],[1,1],[1,0],[2,-1],[2,-1],[1,-5],[2,-2],[0,2],[0,1],[1,1],[1,0],[0,-1],[2,-4],[1,-1],[-2,-4],[-8,-3],[-2,-4],[9,4],[2,1],[1,1],[1,0],[1,-1],[1,0],[-1,-1],[1,-2],[3,-4],[5,-2],[4,-1],[5,2],[-9,0],[-2,1],[-2,2],[-2,5],[3,2],[9,0],[4,2],[-3,0],[-5,-1],[-3,1],[-2,2],[1,1],[2,1],[4,1],[1,1],[1,0],[2,0],[2,-1],[1,0],[4,0],[2,1],[1,2],[-5,0],[-1,0],[-1,0],[-2,2],[-1,1],[1,0],[2,1],[2,2],[1,2],[2,3],[-2,-2],[-4,-1],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-3,-2],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,3],[-1,4],[0,2],[-3,-2],[-2,0],[-2,1],[-2,2],[-3,4],[1,1],[6,2],[-1,2],[-2,0],[-1,0],[-2,0],[-1,1],[0,1],[-1,1],[-1,0],[1,-1],[-2,-4],[-2,-2],[-2,5],[-1,1],[2,1],[1,1],[0,2],[1,3],[1,2],[2,2],[4,2],[-1,3],[2,2],[2,3],[1,3],[2,7],[1,0],[1,-1],[1,-1],[1,-1],[1,3],[0,1],[1,1],[1,-1],[2,-2],[0,-1],[1,1],[0,1],[0,1],[0,2],[2,1],[2,0],[1,-2],[2,-9],[1,-2],[2,-3],[2,-2],[0,1],[1,1],[0,1],[-1,1],[-2,2],[-1,3],[0,2],[-1,4],[1,3],[1,2],[2,1],[2,0],[2,0],[1,0],[0,1],[0,1],[1,0],[1,0],[2,-3],[2,-5],[2,-3],[0,4],[-1,2],[-2,4],[0,3],[-1,0],[-6,1],[8,14],[1,2],[1,3],[-1,2],[-8,4],[-2,1],[-2,0],[-4,-3],[-1,0],[-2,1],[-2,2],[-6,7],[0,2],[0,2],[2,2],[1,0],[1,0],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[-4,-1],[-1,-1],[-1,-1],[-2,-3],[-1,0],[-2,0],[-3,5],[-2,1],[0,1],[1,1],[1,0],[0,2],[-1,2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[-10,-1],[-1,0],[-3,1],[-4,1],[-7,2],[0,-1],[7,-3],[5,-1],[-1,-2],[-1,-2],[-3,-1],[-6,1],[-1,0],[-1,1],[-2,1],[-1,-1],[-1,-1],[0,-1],[1,-2],[0,-1],[0,-2],[-1,-1],[-1,-2],[12,3],[1,0],[3,-3],[2,0],[4,1],[1,1],[-3,-7],[-7,0],[-7,2],[-6,-2],[-1,1],[-2,1],[-1,2],[0,1],[-1,1],[-4,3],[-3,1],[-1,1],[-1,1],[0,2],[-1,1],[-1,0],[-1,-2],[-1,-4],[0,-1],[-2,1],[-2,3],[-1,0],[-6,3],[-5,0],[-1,1],[0,1],[0,2],[0,1],[-7,8],[-1,2],[0,3],[2,3],[3,4],[0,2],[1,2],[1,1],[1,2],[2,1],[2,1],[0,2],[0,3],[-1,2],[0,2],[0,3],[-2,-3],[-2,-6],[-2,-4],[-4,1],[-2,-7],[-3,-4],[-8,-7],[-1,3],[0,1],[-2,-4],[-1,-1],[-2,-1],[-6,-1],[-1,-1],[0,-1],[0,-1],[-4,0],[-1,0],[-1,1],[-1,2],[-1,0],[-1,-2],[0,-1],[-12,-5],[-1,-2],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-2],[3,-2],[3,4],[2,6],[2,3],[8,1],[2,-1],[2,-1],[1,-1],[-1,0],[-2,0],[1,-3],[-1,-2],[-1,-2],[-1,-1],[7,1],[1,-1],[1,-3],[-1,-4],[-2,-2],[-1,-3],[4,2],[2,1],[2,-1],[1,-1],[0,-2],[0,-3],[-1,-1],[-5,-4],[-1,-1],[-4,-2],[-5,-1],[-3,0],[-2,1],[-2,4],[0,1],[-1,0],[-2,1],[-1,0],[-2,2],[-1,0],[0,1],[0,3],[-1,2],[0,1],[-6,5],[-1,6],[-1,13],[0,2],[1,2],[2,2],[1,2],[1,2],[1,2],[2,1],[4,0],[1,1],[1,0],[1,1],[1,1],[1,0],[-2,3],[-1,2],[7,1],[2,1],[0,1],[0,2],[1,2],[2,0],[3,0],[1,1],[0,1],[-3,2],[0,1],[1,2],[4,5],[0,1],[3,1],[1,1],[1,2],[1,1],[2,-1],[2,-1],[1,-2],[1,-2],[0,10],[0,1],[0,1],[0,2],[0,1],[1,0],[0,1],[1,0],[1,-1],[2,-3],[5,-2],[5,-1],[3,2],[-3,0],[-5,2],[-3,0],[-1,1],[0,2],[2,3],[2,1],[0,1],[-2,1],[0,1],[0,2],[0,2],[2,1],[2,1],[2,1],[2,-1],[2,-2],[3,-2],[2,-3],[3,0],[-2,3],[-1,3],[0,2],[3,4],[0,1],[0,4],[2,1],[1,0],[2,0],[3,-3],[3,-3],[1,-2],[2,0],[-1,2],[0,1],[0,1],[1,1],[1,0],[1,0],[-2,2],[-3,1],[-2,1],[-1,3],[1,2],[0,1],[0,3],[2,5],[1,1],[7,2],[-1,1],[-1,0],[-2,0],[0,1],[1,2],[0,1],[1,1],[0,1],[0,1],[-1,1],[-1,1],[0,2],[2,15],[3,3],[1,1],[2,-1],[2,-2],[1,-1],[1,1],[1,1],[2,1],[2,-2],[0,-4],[-1,-4],[2,0],[1,0],[1,0],[1,-1],[1,-2],[1,0],[2,0],[0,1],[0,-1],[1,-1],[1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-2],[-1,-1],[1,-2],[1,0],[1,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,2],[0,1],[0,2],[1,0],[0,1],[-2,2],[-3,3],[-2,4],[-1,4],[1,0],[1,-1],[1,1],[-1,1],[-2,2],[2,1],[5,2],[3,1],[2,1],[1,-2],[0,-1],[1,-2],[0,-1],[1,0],[1,1],[1,1],[0,1],[10,4],[2,0],[1,0],[6,-5],[-1,-3],[-2,-2],[-1,0],[0,-1],[-2,-1],[-2,-1],[1,0],[6,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[6,2],[3,-1],[0,-5],[-2,-3],[-2,-2],[-3,-1],[-3,-1],[0,-1],[2,0],[5,1],[1,-1],[1,-1],[-1,-8],[-2,-3],[-4,-5],[3,1],[3,2],[2,3],[1,3],[0,7],[0,1],[-1,1],[0,3],[0,2],[2,0],[1,-1],[0,-1],[1,-2],[5,-2],[0,-2],[1,-3],[1,-2],[-1,-1],[-1,-5],[-3,-4],[-3,-4],[-12,-8],[-7,-2],[-5,-4],[-2,0],[-2,0],[-4,3],[-2,1],[-1,0],[-6,6],[-1,1],[0,-4],[3,-2],[6,-4],[1,-1],[1,-1],[1,0],[2,-1],[2,0],[14,5],[11,6],[2,2],[1,-1],[-1,-2],[-1,-3],[3,-2],[0,-3],[-3,-8],[2,1],[2,4],[1,1],[2,0],[6,-2],[2,-1],[1,-2],[1,-1],[2,0],[4,0],[-10,10],[-2,2],[0,2],[-2,2],[-4,0],[-1,2],[1,2],[1,3],[1,2],[2,2],[2,1],[5,0],[1,0],[1,-2],[2,-4],[3,-3],[3,-1],[3,-2],[2,-6],[-1,-6],[-1,-6],[-3,-6],[-3,-5],[-4,-6],[-1,-2],[-1,-2],[-4,-6],[-1,-3],[1,-1],[2,-1],[4,-3],[3,0],[2,0],[2,1],[2,3],[1,3],[0,3],[2,4],[0,2],[1,0],[1,-1],[1,0],[1,-2],[1,-2],[0,2],[0,2],[-1,1],[0,1],[-2,0],[0,2],[1,4],[1,4],[4,7],[2,2],[4,4],[2,3],[2,1],[6,1],[3,1],[-4,0],[-2,0],[-2,1],[-1,3],[1,2],[1,1],[0,2],[2,8],[1,3],[3,1],[-1,1],[5,11],[2,2],[4,3],[1,2],[-2,0],[-2,1],[-3,-1],[-1,-1],[-1,-3],[-2,-6],[-9,-17],[-3,-2],[0,-1],[1,-3],[-2,-5],[-6,-7],[-1,4],[0,5],[2,5],[3,1],[-1,4],[0,4],[1,5],[0,4],[0,3],[-1,1],[-3,3],[0,1],[-1,7],[0,1],[-1,1],[2,2],[2,2],[0,1],[0,2],[0,4],[2,3],[3,1],[4,1],[-2,0],[-1,1],[-1,1],[-1,2],[0,2],[2,2],[0,2],[12,15],[4,3],[16,3],[1,0],[0,2],[-1,1],[0,-1],[-10,0],[-2,1],[0,1],[-1,1],[-1,2],[0,-1],[-3,-2],[0,-1],[-1,0],[-4,-2],[-1,0],[-4,-9],[-1,-2],[-2,-1],[-2,-2],[-3,-5],[-3,-1],[1,5],[0,4],[0,8],[0,4],[2,8],[0,6],[0,5],[0,4],[0,2],[1,1],[1,1],[2,3],[3,2],[2,0],[2,-5],[0,9],[1,2],[2,1],[2,0],[3,-3],[-1,2],[0,3],[0,2],[1,2],[1,0],[1,1],[1,1],[2,0],[1,1],[0,1],[2,1],[2,0],[2,-1],[1,-2],[0,-1],[1,-3],[1,-1],[3,-2],[3,-3],[2,-1],[2,0],[3,0],[3,-4],[2,-1],[9,-1],[4,0],[0,3],[2,3],[1,1],[-1,2],[-1,1],[-1,1],[-2,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-2,1],[-11,6],[-10,9],[-4,3],[-5,1],[-3,-2],[-3,-4],[-2,-1],[-3,0],[-2,0],[-3,0],[-2,1],[-2,2],[0,2],[0,4],[1,3],[1,1],[5,1],[3,0],[2,2],[0,2],[1,2],[1,1],[-1,3],[-2,2],[-1,1],[0,1],[1,1],[-1,0],[-2,1],[-1,0],[-2,2],[-1,2],[-1,3],[-1,3],[1,2],[1,2],[1,2],[3,1],[11,0],[1,0],[1,1],[2,2],[1,0],[2,1],[4,-1],[2,2],[1,2],[5,5],[2,4],[1,0],[4,1],[2,1],[2,1],[9,12],[5,3],[4,-1],[0,2],[1,2],[0,1],[0,1],[-2,2],[0,1],[-1,3],[0,1],[2,4],[0,1],[1,8],[1,2],[0,3],[1,1],[2,2],[3,2],[1,1],[-2,5],[-1,6],[2,12],[0,-2],[-2,-3],[-1,-3],[-1,-2],[-1,0],[-1,0],[-1,-1],[1,-3],[0,-1],[-1,-2],[-1,-5],[-1,-1],[-2,-1],[-1,1],[-1,2],[-1,3],[-1,1],[-2,1],[-2,1],[-2,0],[-1,1],[-2,2],[-1,1],[-8,3],[-1,1],[0,3],[0,2],[0,1],[-1,2],[-3,1],[-5,1],[-4,2],[-11,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[6,3],[1,3],[0,1],[0,3],[-1,2],[-1,0],[-1,-5],[-2,-2],[-3,-1],[-2,0],[-2,0],[-3,1],[-1,1],[-1,3],[0,4],[0,2],[2,1],[2,-1],[1,-1],[1,-1],[0,1],[0,2],[0,4],[0,2],[1,1],[2,0],[1,0],[1,0],[1,-2],[1,-1],[2,-1],[1,1],[0,3],[-1,1],[-1,1],[-1,4],[0,5],[0,2],[1,3],[2,4],[1,1],[1,0],[1,0],[0,2],[0,2],[0,1],[0,1],[0,2],[2,5],[1,3],[0,3],[1,2],[2,-2],[0,-1],[0,-2],[1,-1],[2,-1],[1,3],[2,2],[3,2],[3,0],[0,-1],[1,-1],[1,-2],[1,0],[1,0],[1,1],[0,1],[-2,3],[-1,2],[-1,3],[0,3],[1,2],[0,2],[-1,1],[-1,0],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-3,1],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,1],[-1,2],[-1,1],[-3,0],[-2,0],[-1,2],[0,3],[2,2],[2,1],[2,2],[1,6],[1,1],[3,0],[2,1],[-1,3],[-2,0],[-4,-1],[-3,0],[-2,0],[-2,2],[-3,8],[-2,2],[-3,5],[-1,2],[2,6],[0,3],[-1,9],[1,2],[2,2],[10,7],[2,0],[2,2],[0,3],[0,3],[-1,3],[-2,6],[-1,3],[1,2],[1,2],[4,8],[1,1],[3,1],[2,-1],[2,-5],[2,-2],[2,-1],[2,0],[-3,6],[-1,3],[1,3],[0,2],[-1,9],[0,1],[-2,2],[-6,4],[-2,2],[-1,4],[-1,2],[-2,6],[0,2],[1,2],[-1,1],[0,2],[3,2],[0,1],[1,2],[-1,2],[-3,2],[-1,2],[-1,4],[1,5],[1,4],[2,3],[2,2],[5,1],[4,-1],[3,-1],[2,-1],[1,-1],[2,-1],[3,-1],[3,-2],[2,-1],[2,1],[0,3],[-2,2],[-3,1],[-2,0],[-6,2],[-2,2],[-5,6],[0,1],[0,3],[0,2],[-1,0],[-3,0],[-1,1],[-1,2],[-2,6],[-1,2],[-2,0],[-2,0],[-1,1],[0,2],[3,5],[4,3],[9,3],[5,4],[3,0],[2,-1],[2,-2],[13,-31],[2,-2],[2,-1],[0,4],[-1,6],[-2,5],[-2,2],[-1,2],[-1,2],[-1,3],[0,3],[2,1],[2,2],[2,1],[-2,0],[-3,0],[-1,2],[-1,3],[0,4],[1,1],[2,1],[2,2],[-2,0],[-2,0],[-2,0],[-1,2],[0,1],[-1,5],[0,2],[2,12],[0,1],[-3,2],[-3,1],[-2,-4],[-2,-5],[-2,-3],[-2,0],[-1,0],[-1,2],[-1,1],[-2,-2],[-2,1],[-1,1],[-1,1],[-2,-3],[-3,0],[-8,4],[-1,1],[-2,1],[0,1],[0,1],[-1,1],[0,1],[-2,0],[-1,1],[-1,1],[0,1],[2,1],[1,1],[1,2],[1,0],[1,1],[0,1],[0,2],[1,2],[8,9],[2,2],[1,1],[2,4],[2,2],[3,0],[2,-1],[3,0],[3,3],[2,0],[1,0],[1,0],[2,1],[2,1],[3,1],[1,1],[3,4],[1,0],[1,2],[1,1],[1,0],[4,0],[-3,2],[-1,1],[0,2],[0,1],[1,5],[0,1],[0,2],[0,1],[2,1],[0,1],[-1,2],[-2,2],[-1,1],[1,4],[2,7],[-1,4],[-2,1],[-2,-1],[0,-2],[2,-2],[0,-2],[-1,-3],[-1,-2],[-1,-19],[0,-2],[-1,-2],[-1,-4],[-1,-1],[-1,-1],[-3,-2],[-7,-2],[-1,0],[-1,-1],[-3,-2],[-1,-1],[-2,0],[-5,3],[-2,0],[-1,1],[-1,6],[-1,2],[-4,3],[0,1],[-1,0],[-2,5],[-1,0],[-3,2],[-3,2],[-3,1],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-1,1],[-1,0],[-3,1],[-1,1],[-1,-1],[-2,-4],[-4,0],[-1,-2],[0,-4],[-4,-2],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[-1,0],[2,-1],[1,-2],[0,-3],[1,-2],[1,-1],[0,-2],[-3,-1],[-1,-1],[-1,-4],[-1,-1],[-1,-1],[-2,-1],[-2,1],[-2,-5],[-8,-1],[-9,1],[-6,-1],[0,-1],[1,-1],[0,-1],[-2,1],[-2,-1],[-4,-2],[-2,0],[-6,3],[-9,2],[-8,0],[-3,1],[1,1],[1,0],[1,2],[2,4],[1,2],[0,2],[0,2],[-1,2],[1,2],[2,1],[3,1],[6,1],[2,1],[1,2],[1,4],[3,5],[0,3],[-3,-4],[-1,-5],[-3,-3],[-4,-2],[-1,0],[-2,1],[-2,1],[-2,-1],[-1,0],[-2,0],[-3,1],[-2,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[-1,2],[1,1],[0,2],[-2,3],[-3,4],[-1,4],[-1,2],[1,4],[-1,8],[-2,8],[-2,6],[-3,6],[-3,4],[0,3],[0,2],[-2,3],[0,3],[-2,3],[0,4],[0,3],[-1,3],[0,2],[2,1],[2,1],[1,2],[2,1],[1,2],[0,2],[-2,1],[-2,2],[0,2],[0,1],[1,2],[0,3],[0,3],[1,4],[1,4],[1,3],[2,2],[-1,2],[-2,2],[-1,1],[1,1],[1,3],[2,1],[4,4],[1,4],[2,5],[-2,2],[-1,3],[0,2],[-1,2],[-1,2],[-1,1],[-1,1],[0,1],[-1,1],[0,2],[2,2],[0,1],[-1,6],[0,3],[1,7],[0,2],[0,1],[0,3],[1,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[2,1],[0,1],[1,4],[1,1],[2,0],[1,1],[0,1],[-1,6],[-1,3],[-1,2],[-3,4],[-1,2],[0,2],[1,0],[1,3],[1,2],[1,0],[3,0],[3,1],[2,4],[5,1],[2,2],[2,2],[1,2],[1,2],[1,1],[2,1],[1,0],[1,-1],[1,0],[0,-1],[1,-3],[1,-3],[1,-2],[1,1],[1,3],[-1,3],[-1,3],[-1,2],[-1,2],[0,3],[1,3],[0,2],[-1,3],[-1,2],[-1,2],[1,2],[3,2],[2,1],[-2,2],[4,5],[2,4],[0,3],[0,1],[1,2],[0,1],[1,1],[1,1],[0,1],[0,2],[1,1],[-1,3],[0,2],[1,2],[1,3],[0,1],[-2,2],[-1,2],[1,1],[1,1],[1,1],[0,2],[-1,3],[-2,7],[0,2],[2,5],[0,3],[-3,2],[1,-4],[-1,-2],[-2,6],[-1,4],[-3,9],[-10,21],[-11,30],[-1,0],[1,-6],[2,-6],[-1,0],[-1,2],[-2,3],[0,3],[0,3],[-1,2],[-3,5],[-3,9],[-1,4],[-1,2],[-1,6],[-3,8],[0,2],[1,7],[0,1],[-1,2],[1,0],[1,1],[0,1],[0,1],[-2,5],[0,2],[1,1],[1,1],[1,1],[1,1],[0,1],[0,17],[0,6],[-2,5],[-4,10],[-7,11],[-8,11],[-1,1],[-2,1],[-1,1],[-1,1],[0,1],[-1,8],[0,1],[-2,3],[-1,1],[0,3],[1,3],[1,2],[1,2],[4,3],[1,2],[0,3],[0,6],[-1,2],[-1,3],[-7,6],[-1,1],[0,3],[2,5],[0,3],[0,9],[0,3],[2,2],[1,2],[1,0],[2,0],[2,-2],[1,-1],[1,-1],[5,-2],[2,1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,0],[2,2],[3,-1],[1,1],[3,1],[4,1],[4,1],[5,4],[3,4],[2,12],[0,6],[-1,3],[0,1],[0,1],[0,1],[1,3],[0,2],[0,15],[-1,4],[-1,2],[-3,1],[-2,1],[1,1],[1,2],[1,1],[1,1],[2,-1],[2,1],[0,3],[-3,1],[2,4],[0,2],[-1,2],[0,2],[1,3],[0,2],[3,-2],[1,-10],[3,-3],[2,0],[2,-1],[2,1],[1,1],[1,1],[1,2],[0,5],[0,1],[0,1],[1,1],[0,1],[1,1],[-1,0],[0,1],[-1,2],[-2,2],[0,1],[-1,5],[0,1],[1,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,2],[1,2],[1,7],[1,2],[1,3],[1,1],[0,5],[0,1],[2,3],[1,3],[0,2],[1,3],[0,3],[-2,9],[-1,2],[1,2],[2,2],[0,2],[-1,1],[-1,3],[0,1],[0,3],[2,4],[1,3],[-1,1],[0,2],[0,1],[-1,1],[0,1],[0,2],[2,2],[9,10],[1,3],[1,2],[5,4],[2,2],[1,5],[-1,5],[-2,5],[-6,11],[-1,3],[1,2],[1,2],[9,8],[1,2],[2,5],[2,5],[0,1],[-1,2],[0,2],[1,2],[2,2],[2,1],[1,1],[0,3],[0,3],[1,3],[0,3],[2,2],[3,4],[8,6],[3,3],[2,4],[2,5],[0,5],[0,18],[0,3],[2,2],[1,3],[1,3],[1,6],[1,1],[2,2],[1,2],[0,2],[3,7],[0,3],[-1,12],[1,8],[0,3],[-2,5],[0,2],[0,4],[2,2],[2,1],[2,2],[0,2],[0,2],[-1,11],[-1,5],[-1,2],[-2,2],[-1,3],[0,3],[5,7],[1,2],[2,5],[1,2],[2,2],[0,2],[0,1],[0,2],[0,1],[3,3],[1,4],[2,12],[2,5],[1,2],[1,1],[1,0],[1,1],[2,0],[1,1],[2,2],[2,1],[2,2],[2,3],[1,6],[1,3],[0,3],[-1,4],[0,1],[1,2],[1,2],[-2,5],[-8,9],[-1,5],[1,2],[0,1],[1,1],[2,0],[0,1],[0,1],[0,3],[-1,3],[-1,3],[-2,2],[-1,2],[-2,10],[-1,2],[-4,5],[-1,2],[2,2],[6,1],[1,1],[0,2],[0,2],[1,1],[1,1],[1,2],[1,0],[1,0],[4,0],[1,1],[1,0],[1,2],[0,2],[1,3],[0,1],[-1,1],[0,2],[1,1],[2,2],[1,2],[0,3],[-1,3],[-2,2],[-1,4],[0,1],[-1,1],[1,2],[1,0],[3,1],[1,3],[-1,2],[-1,2],[5,2],[1,2],[0,3],[0,3],[-1,6],[0,3],[-3,5],[0,2],[2,3],[1,2],[0,1],[1,6],[0,2],[1,2],[0,1],[1,1],[-1,2],[-4,3],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,4],[-1,2],[-2,2],[-2,1],[-2,2],[-1,2],[0,2],[-1,4],[0,2],[2,3],[-1,5],[1,14],[0,3],[-1,1],[-1,1],[-1,1],[0,2],[1,2],[1,1],[1,0],[0,1],[-1,3],[-4,3],[0,2],[2,3],[0,2],[0,2],[-7,21],[-1,2],[-1,10],[-3,9],[-2,3],[-7,29],[-2,4],[-1,2],[1,11],[0,6],[-1,6],[-2,5],[0,1],[-1,0],[0,1],[-1,3],[-1,3],[0,4],[-3,8],[0,9],[-1,2],[-2,11],[1,2],[1,7],[-1,2],[-1,3],[1,3],[1,4],[0,14],[3,13],[0,1],[1,0],[1,-1],[2,-3],[2,-1],[3,0],[2,0],[3,1],[1,1],[1,2],[-1,1],[0,1],[2,1],[0,1],[4,9],[1,-1],[2,-2],[1,0],[1,2],[1,2],[1,2],[0,4],[0,5],[-1,4],[-2,4],[-2,3],[0,1],[1,1],[1,0],[1,-1],[0,1],[0,1],[1,0],[2,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,-1],[1,0],[2,1],[1,3],[0,4],[0,4],[0,2],[-1,1],[-3,2],[-1,1],[0,2],[-2,8],[0,2],[1,1],[0,1],[0,2],[0,2],[-1,1],[3,5],[1,2],[-1,1],[-2,1],[-1,3],[-2,3],[0,2],[0,3],[1,4],[0,4],[1,1],[0,2],[-1,1],[0,1],[-2,2],[-1,1],[-1,3],[0,3],[-1,2],[-2,3],[-2,1],[-11,6],[-2,2],[-1,3],[-1,6],[0,1],[0,1],[1,1],[0,1],[1,1],[-1,2],[-1,1],[-1,1],[0,1],[0,1],[1,2],[0,1],[-2,6],[0,1],[0,1],[0,1],[-2,-1],[-1,5],[1,6],[2,6],[3,3],[2,0],[5,3],[1,1],[1,3],[1,5],[1,2],[4,5],[2,2],[1,7],[-1,2],[0,1],[-1,1],[-2,1],[0,1],[1,2],[2,1],[2,2],[1,2],[-2,5],[0,1],[1,1],[1,0],[2,0],[3,4],[2,5],[1,6],[0,5],[-1,2],[-1,1],[-1,0],[1,2],[1,2],[0,2],[1,6],[0,8],[-1,3],[-2,4],[1,1],[1,1],[1,2],[0,2],[0,13],[0,3],[1,3],[1,1],[0,1],[1,1],[1,1],[-1,3],[0,1],[0,1],[1,1],[1,1],[0,1],[0,1],[0,3],[2,5],[1,3],[0,3],[0,3],[1,1],[0,2],[1,0],[1,-1],[1,-1],[4,2],[2,0],[1,2],[1,1],[1,1],[1,1],[1,0],[0,2],[-1,3],[-1,5],[2,6],[1,1],[-1,3],[-1,4],[-2,3],[-4,6],[0,2],[1,3],[0,4],[-1,2],[-1,3],[-1,2],[1,4],[-1,1],[-1,2],[0,1],[-1,2],[1,1],[1,4],[0,1],[0,1],[2,1],[1,0],[1,-1],[0,-2],[1,0],[1,0],[1,1],[1,1],[1,1],[-1,1],[0,1],[1,2],[1,0],[0,1],[0,2],[0,1],[1,1],[0,-1],[1,0],[2,1],[0,1],[-1,1],[0,1],[1,1],[2,2],[1,1],[-1,2],[-2,6],[0,1],[0,1],[-2,4],[-1,1],[1,1],[3,11],[1,1],[1,1],[2,2],[2,1],[-2,3],[-1,1],[0,1],[0,1],[1,1],[1,2],[1,1],[0,2],[1,7],[1,5],[1,3],[-2,4],[-1,3],[1,2],[1,2],[0,1],[0,1],[0,1],[0,2],[-1,3],[-1,1],[1,1],[3,0],[1,4],[3,2],[-2,3],[-5,1],[1,4],[2,2],[1,4],[-1,2],[-2,2],[0,3],[-1,2],[1,2],[0,2],[0,4],[0,4],[0,1],[0,1],[2,1],[1,5],[-1,4],[-2,4],[-2,3],[-4,5],[-1,2],[-1,3],[-1,1],[-2,0],[-1,0],[0,4],[1,3],[3,1],[1,4],[-1,4],[0,3],[1,3],[1,2],[3,1],[1,3],[-1,5],[0,2],[-1,2],[-1,2],[0,1],[1,1],[2,3],[1,0],[1,0],[1,0],[2,1],[4,3],[1,1],[1,2],[0,7],[1,2],[5,0],[1,1],[1,1],[0,1],[0,1],[1,2],[0,1],[-1,2],[0,2],[1,4],[0,5],[-1,5],[-1,6],[-4,4],[-2,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[1,3],[1,3],[1,2],[-1,3],[-6,7],[-1,3],[-1,3],[-2,5],[-1,3],[-1,6],[0,1],[-2,2],[-1,1],[0,10],[2,7],[-1,1],[0,1],[-1,3],[-1,1],[-1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[1,3],[0,4],[1,4],[-1,4],[0,1],[-1,1],[0,1],[1,0],[1,1],[0,1],[-1,1],[0,2],[1,1],[0,2],[0,1],[0,2],[0,2],[0,3],[2,4],[-1,1],[0,2],[1,3],[-1,3],[-1,2],[1,1],[1,1],[0,2],[0,4],[-1,4],[-3,5],[1,4],[1,7],[0,3],[-1,2],[-1,2],[2,3],[0,6],[0,3],[1,1],[3,4],[2,2],[2,4],[1,5],[1,4],[0,5],[-1,3],[-2,6],[-3,2],[-4,1],[-3,1],[-2,-1],[-1,-3],[-1,-2],[-1,-2],[-3,0],[-2,1],[-3,1],[-2,-3],[-1,2],[0,5],[1,3],[0,1],[2,1],[1,1],[1,1],[-2,3],[-1,3],[0,3],[1,4],[-1,3],[-1,3],[0,2],[0,3],[1,4],[3,2],[0,3],[-1,2],[0,4],[-2,2],[1,4],[1,3],[3,3],[2,3],[1,1],[1,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[1,-2],[1,-2],[3,-1],[2,0],[3,1],[3,3],[2,3],[2,2],[2,4],[1,4],[0,1],[0,1],[1,2],[1,1],[1,3],[1,2],[0,2],[0,2],[-1,3],[-2,3],[-1,4],[1,4],[0,1],[1,4],[1,3],[-1,4],[1,1],[-1,1],[0,1],[0,2],[0,1],[1,0],[1,0],[0,2],[0,1],[-2,3],[0,1],[0,1],[4,9],[0,1],[0,1],[-2,3],[0,9],[0,7],[0,2],[1,2],[0,18],[0,2],[1,6],[0,2],[1,2],[1,2],[0,2],[0,2],[-2,3],[1,0],[0,1],[2,3],[-1,1],[0,1],[1,2],[0,1],[0,2],[-1,2],[-2,2],[5,4],[0,6],[-1,7],[1,3],[-1,2],[-1,7],[0,2],[1,2],[2,2],[2,2],[1,2],[0,2],[1,2],[0,2],[1,1],[0,2],[0,2],[-1,1],[0,2],[1,3],[1,2],[0,2],[-1,2],[-2,3],[-2,3],[0,3],[1,1],[0,2],[1,1],[1,1],[-1,3],[-1,3],[-1,1],[0,1],[0,1],[1,1],[-1,1],[-1,1],[0,1],[0,2],[-2,2],[-1,2],[-1,2],[0,1],[-1,1],[0,1],[0,1],[0,3],[-2,2],[-3,4],[-1,3],[0,3],[0,1],[2,3],[2,2],[0,2],[-2,2],[1,2],[-1,3],[-1,2],[-1,1],[-2,2],[-2,1],[-1,2],[-2,0],[1,1],[1,2],[-2,4],[0,3],[1,2],[0,1],[-1,1],[-1,0],[1,4],[0,4],[-2,13],[0,2],[1,2],[2,3],[1,2],[0,4],[-1,3],[-1,2],[-2,3],[0,2],[0,2],[3,2],[2,1],[1,4],[0,1],[1,4],[-5,5],[0,2],[0,1],[1,1],[1,1],[0,1],[0,1],[-1,3],[0,1],[0,2],[2,4],[1,3],[-1,1],[-1,2],[0,1],[0,1],[1,3],[0,1],[0,3],[-2,4],[-1,4],[-1,3],[0,2],[1,2],[0,2],[-3,4],[0,3],[0,7],[0,2],[-4,8],[0,3],[-1,1],[-3,1],[-4,2],[3,1],[1,2],[0,2],[0,2],[0,2],[-1,6],[-1,3],[-2,4],[0,3],[-2,5],[-4,4],[0,1],[1,1],[-2,1],[-1,1],[-1,1],[0,1],[1,2],[0,2],[-1,5],[0,2],[2,4],[-1,1],[-1,0],[0,1],[0,4],[0,1],[0,2],[-6,11],[0,2],[0,4],[-1,4],[-2,8],[-2,5],[-2,5],[0,4],[0,1],[1,4],[0,3],[0,2],[0,2],[0,2],[0,1],[-2,2],[2,3],[-1,5],[0,4],[1,3],[0,2],[0,1],[-1,3],[0,1],[3,2],[0,2],[-1,2],[-2,2],[-3,3],[-3,3],[-3,3]],[[4352,5117],[3,2],[6,1],[13,-1],[7,1],[3,2],[8,5],[3,1],[4,1],[3,1],[2,2],[5,7],[5,5],[2,3],[2,4],[7,18],[0,2],[-1,3],[-1,2],[-3,5],[-1,2],[0,3],[-2,5],[-2,5],[-2,4],[1,6],[3,4],[6,1],[5,0],[6,1],[5,4],[15,17]],[[3015,7845],[3,-1],[3,1],[3,-1],[1,-2],[2,-2],[0,-1],[0,-1],[0,-1],[4,-4],[2,-2],[1,-5],[-1,-4],[-4,-2],[-4,2],[-4,3],[-4,4],[-2,3],[1,2],[1,1],[0,1],[1,1],[-1,2],[-3,3],[0,2],[1,1]],[[3074,7837],[-4,-1],[-4,0],[-3,2],[1,1],[-2,0],[3,4],[0,1],[-2,1],[-3,0],[-2,1],[-1,3],[0,3],[2,0],[2,-1],[6,-6],[3,-2],[5,-2],[3,-2],[-4,-2]],[[3063,7855],[2,0],[0,1],[1,0],[0,1],[5,-4],[0,-1],[1,-2],[1,-1],[6,-4],[3,-2],[-1,-2],[-2,0],[-4,1],[-7,4],[-5,5],[-1,1],[-1,2],[0,2],[1,-1],[1,0]],[[3013,7880],[-3,0],[-1,0],[-1,1],[3,1],[0,2],[0,3],[1,2],[2,2],[1,0],[0,-2],[1,-2],[0,-2],[-2,-3],[-1,-2]],[[2502,7963],[1,-2],[-1,-1],[-1,0],[-2,-2],[-1,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,1]],[[3110,8087],[3,-1],[3,1],[3,1],[3,0],[-2,-5],[-2,-2],[-2,1],[-3,3],[-3,-2],[-4,-1],[-7,-1],[-3,0],[-2,0],[-2,0],[-1,-2],[-1,-1],[-1,-1],[-5,-3],[-1,0],[-1,1],[0,2],[1,2],[1,1],[2,1],[3,3],[1,1],[2,0],[4,0],[2,0],[-1,1],[-2,1],[-1,1],[5,1],[-4,0],[0,2],[2,2],[3,1],[-1,0],[-1,1],[-1,0],[0,1],[1,1],[4,-2],[2,-1],[2,-2],[1,-2],[3,-3]],[[3274,9025],[-1,-2],[-2,0],[-2,0],[-1,-1],[0,-2],[-1,-1],[-1,0],[-1,2],[0,2],[0,2],[1,2],[1,1],[2,0],[2,-1],[3,0],[0,-2]],[[3896,9319],[-4,-1],[-3,-1],[-5,-5],[-6,-4],[-4,-1],[-9,-3],[-8,-3],[-9,-3],[-9,-3],[-9,-3],[-9,-3],[-9,-4],[-8,-3],[-4,-1],[-3,-2],[-3,-4],[-1,-3],[-4,-9],[-4,-9],[-3,-9],[-4,-9],[-4,-9],[-4,-9],[-4,-9],[-4,-9],[-1,-2],[-3,-1],[-5,1],[-3,0],[-4,-1],[-8,-3],[-6,-1],[-4,-1],[-2,-2],[-1,-2],[0,-3],[0,-1],[-1,-2],[-3,-3],[-1,-2],[-4,-14],[-2,-4],[-3,-3],[-6,-5],[-4,-5],[-3,-7],[-5,-22],[-3,-7],[-9,-12],[-2,-8],[-2,-3],[-2,-3],[-2,-3],[-1,-3],[0,-1],[0,-2],[0,-3],[0,-34],[-5,-28],[1,-6],[-1,-6],[0,-3],[1,-4],[2,-3],[1,-2],[-1,-4],[-4,-10],[-7,-14],[-3,-11],[-1,-3],[-2,-3],[-6,-4],[-2,-2],[-2,-7],[-11,-19],[-4,-14],[-1,-3],[-3,-3],[-5,-4],[-2,-3],[1,-3],[2,-2],[2,1],[16,2],[7,1],[5,3],[5,6],[2,2],[4,1],[3,2],[6,7],[4,1],[1,-2],[2,-5],[0,-2],[0,-1],[2,-1],[0,-1],[1,-4],[0,-6],[1,-3],[3,-4],[3,0],[3,1],[5,4],[1,1],[2,1],[2,0],[1,-1],[1,0],[1,2],[4,-3],[2,-1],[1,-2],[-2,-3],[3,-3],[1,-3],[2,-6],[3,-7],[2,-6],[2,-7],[3,-6],[2,-7],[2,-6],[3,-7],[2,-5],[3,-5],[3,-3],[4,-3],[3,-3],[3,-3],[3,-3],[4,-3],[3,-3],[3,-2],[3,-3],[4,-4],[2,-1],[2,-1],[1,0],[2,-1],[2,-1],[1,-2],[2,-3],[0,-2],[0,-3],[-1,-5],[0,-2],[1,-4],[6,-8],[4,-10],[1,-6],[-2,-4],[-3,0],[-3,0],[-3,0],[-1,-3],[0,-3],[-1,-3],[-2,-2],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[1,-1],[4,-3],[1,-2],[1,-2],[1,-7],[-1,-2],[-2,-10],[0,-16],[1,-3],[3,-5],[0,-3],[0,-3],[-1,-4],[-1,-3],[1,-3],[5,-6],[6,-4],[3,-1],[3,-1],[8,0],[12,1],[5,-1],[6,-6],[1,-1],[-1,-7],[0,-1],[1,-4],[2,-4],[2,-5],[9,-15],[3,-2],[2,-1],[4,-2],[2,-1],[4,-2],[2,-1],[4,-1],[13,-2],[5,0],[2,1],[1,1],[2,1],[2,2],[1,0],[2,0],[1,0],[-1,3],[4,0],[4,1],[3,1],[5,-1],[-1,2],[1,2],[2,0],[5,0],[1,-1],[1,-1],[2,-1],[1,0],[1,1],[2,1],[1,0],[1,0],[0,-1],[1,0],[3,0],[2,1],[4,-1],[3,-2],[2,1],[3,2],[3,1],[2,0],[5,-1],[2,0],[7,1],[2,0],[1,-1],[1,-1],[0,-2],[1,-2],[2,0],[7,0],[2,-1],[1,-1],[2,0],[2,1],[2,2],[1,1],[2,1],[10,0],[8,1],[7,4],[6,5],[2,2],[0,1],[2,1],[3,1],[5,2],[7,1],[8,3],[5,0],[1,0],[2,-2],[2,0],[5,-1],[2,0],[4,2],[3,0],[1,0],[8,-9],[2,-1],[2,-1],[2,1],[3,0],[1,0],[1,0],[1,-1],[1,-1],[2,0],[16,-7],[5,1],[8,5],[5,2],[5,0],[5,0],[5,-4],[3,-3],[12,-14],[12,-13],[13,-14],[12,-13],[12,-13],[12,-14],[13,-13],[12,-13],[4,-6],[2,1],[4,1],[7,4],[4,1],[3,-2],[7,-7],[3,-2],[8,5],[8,10],[4,2],[3,4],[3,1],[4,1],[3,-1],[6,-2],[2,1],[4,-1],[3,-1],[4,0],[9,1],[3,0],[10,-3],[3,0],[3,0],[7,-3],[3,0],[2,1],[4,4],[1,1],[10,1],[10,4],[3,0],[4,0],[9,-2],[6,0],[16,7],[7,1],[19,0],[6,1],[5,2],[1,0],[2,1],[1,1],[1,2],[0,1],[0,2],[2,1],[2,0],[2,0],[1,1],[3,3],[1,1],[2,1],[2,-1],[11,0],[23,-5],[5,-2],[4,-4],[4,-2],[6,-1],[-3,-3],[-2,-2],[0,-2],[0,-5],[6,-9],[4,-2],[1,-3],[1,-3],[-1,-3],[-2,-2],[-5,-2],[-2,-1],[-6,-8],[-2,-3],[-8,-9],[-3,-5],[-2,-6],[-1,-7],[0,-6],[2,-9],[1,-3],[3,-2],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-6],[-1,-1],[-2,0],[-1,-1],[-3,-3],[-1,-1],[-4,-2],[-1,-1],[-1,-2],[-1,0],[-1,-1],[-1,1],[-1,-1],[-5,-4],[-4,-6],[-1,-7],[2,-5],[2,-2],[1,-3],[0,-2],[1,-4],[0,-1],[-2,-3],[0,-2],[0,-2],[0,-1],[1,-2],[0,-1],[1,-2],[3,-3],[1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-6],[0,-3],[-2,-6],[-1,-6],[0,-3],[1,-1],[1,-2],[1,-1],[0,-2],[-1,-1],[0,-1],[1,-1],[-1,-3],[0,-7],[-1,-2],[-1,-2],[-1,-4],[0,-8],[-1,-4],[1,-4],[0,-2],[-1,-1],[-1,-1],[-1,-1],[0,-2],[1,-1],[1,-2],[1,-1],[1,-1],[0,1],[3,-1],[1,-2],[2,-5],[0,-1],[2,0],[1,-1],[0,-1],[-1,-3],[0,-1],[1,-2],[2,-3],[1,-2],[-1,-1],[-2,-5],[-1,-6],[2,-5],[1,-4],[1,-5],[1,-2],[3,-2],[3,-3],[2,-5],[1,-1],[1,-3],[0,-2],[1,-1],[2,-3],[1,-9],[0,-3],[7,-10],[1,-4],[2,-7],[1,-3],[3,-3],[2,-1],[3,0],[3,1],[3,0],[5,-2],[5,-6],[11,-24],[2,-3],[2,-2],[6,-1],[5,-5],[0,-6],[-4,-6],[-8,-12],[-2,-1],[-1,-1],[-3,-1],[-2,-1],[-3,-2],[-6,-6],[-5,-6],[-6,-6],[-6,-6],[-6,-6],[-6,-6],[-6,-7],[-6,-6],[-3,-3],[-3,-4],[1,-10],[2,2],[1,2],[1,2],[3,0],[3,0],[2,1],[3,1],[1,0],[2,-2],[6,-2],[3,-1],[3,1],[3,1],[3,-2],[2,-3],[1,-3],[1,-6],[1,-3],[2,-1],[7,0],[2,-1],[3,-2],[0,-1],[1,-2],[1,-1],[1,-1],[3,-2],[1,-1],[1,-1],[2,-2],[1,-1],[2,0],[1,-2],[1,-1],[1,-2],[1,-1],[3,-1],[2,-1],[0,-2],[1,-2],[1,-1],[1,-1],[2,0],[2,-1],[3,-3],[1,-1],[5,-1],[5,-3],[1,-1],[1,-1],[0,-3],[1,-1],[1,-3],[-2,-3],[-2,-3],[-2,-2],[0,-2],[3,-6],[1,-4],[3,-6],[1,-2],[2,-1],[3,-1],[2,-1],[1,-2],[1,-8],[0,-2],[-1,-1],[-2,-3],[1,-2],[1,-2],[1,-1],[1,-1],[3,-2],[0,-1],[1,-2],[3,-4],[14,-32],[0,-4],[1,-6],[0,-3],[2,-3],[3,-5],[2,-3],[0,-3],[0,-6],[0,-2],[2,-1],[1,-1],[2,-2],[2,-2],[1,-4],[0,-3],[-2,-6],[1,-3],[3,-6]],[[4272,6994],[-4,7],[-3,4],[-3,3],[-4,3],[-14,6],[-4,3],[-2,5],[-1,5],[-2,4],[-4,5],[-5,4],[-5,3],[-6,2],[-4,-1],[-2,-2],[-6,-5],[-3,-2],[-4,0],[-7,1],[-2,1],[-19,8],[-6,1],[4,7],[9,18],[10,17],[10,18],[9,18],[10,17],[10,18],[9,18],[10,17],[3,5],[0,1],[-1,0],[-2,1],[-1,2],[-1,1],[-2,6],[-2,1],[-3,-2],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[0,2],[0,1],[-1,1],[-3,2],[-2,0],[-2,-2],[-3,1],[-2,2],[-2,6],[-2,3],[-3,1],[-3,-1],[-3,-2],[-3,-1],[-1,0],[-1,1],[0,1],[-1,1],[1,1],[2,1],[1,1],[0,3],[-1,1],[-3,0],[-3,0],[-2,-1],[-3,-1],[-1,-1],[-2,1],[-1,1],[-1,2],[-1,1],[-1,1],[-3,1],[-3,1],[-2,0],[-2,1],[-2,2],[-2,1],[-2,-2],[-1,-1],[1,-2],[0,-1],[-1,-1],[-6,0],[-1,1],[-1,1],[0,2],[0,2],[-1,1],[-5,3],[0,1],[-1,4],[0,1],[-1,0],[-3,0],[-3,1],[-5,1],[-5,3],[-8,7],[-5,2],[-2,-1],[-4,0],[-6,2],[-4,0],[-1,-2],[0,-3],[2,-3],[-1,-1],[-2,-1],[-2,1],[-4,1],[-1,0],[-4,-1],[-3,-1],[-2,-7],[-4,-2],[-3,-3],[-1,0],[-2,0],[-1,1],[-2,1],[-2,-1],[-3,-2],[-2,-1],[-2,2],[-9,-6],[-5,-1],[-2,3],[1,1],[2,2],[0,1],[-1,1],[-3,4],[-3,4],[-2,1],[-1,-3],[-1,-5],[-1,-2],[-3,1],[-1,2],[0,6],[-1,3],[-2,1],[-8,1],[-3,1],[-3,2],[-3,1],[-3,0],[-5,-2],[-2,-1],[-2,2],[0,5],[-1,1],[-3,-2],[-8,-6],[-1,0],[-1,-1],[-4,-8],[-6,-6],[-1,-1],[0,-3],[-2,-2],[-2,-1],[-9,1],[-5,-1],[-4,-2],[-3,-3],[-6,-8],[-2,-1],[-9,2],[-1,-1],[-4,-1],[0,-3],[0,-1],[-2,-1],[-3,0],[-5,-2],[-3,-1],[-3,1],[-3,1],[-2,1],[0,2],[-2,1],[-14,1],[-3,0],[-7,5],[-2,1],[-3,0],[-1,-2],[-3,-8],[-2,-2],[-2,-1],[-1,0],[-1,4],[0,1],[-1,1],[-1,1],[-2,-1],[-1,-1],[0,-1],[0,-2],[-4,2],[-3,1],[-3,-2],[-4,-2],[-1,-2],[-2,0],[-6,-2],[-1,0],[-1,1],[-2,2],[-3,6],[-2,1],[-1,1],[-10,5],[0,-2],[-1,-3],[-2,-2],[-1,3],[-1,1],[-7,1],[-2,1],[0,1],[-2,4],[0,1],[-2,1],[-1,1],[0,1],[-1,2],[-1,1],[0,1],[1,1],[1,2],[4,5],[1,3],[4,7],[-2,2],[-2,3],[-1,3],[-1,2],[-3,4],[-1,1],[0,2],[0,2],[1,4],[0,1],[-1,3],[-4,3],[-1,2],[1,5],[-1,2],[-2,0],[-1,1],[-1,1],[-5,3],[-1,0],[0,-4],[-1,0],[-5,1],[-2,-1],[-2,-2],[-1,-2],[-1,0],[-4,3],[-2,1],[-2,0],[-1,0],[-2,0],[-2,-1],[0,1],[-1,0],[0,2],[-10,5],[-3,3],[0,5],[1,5],[1,2],[3,3],[0,2],[-2,6],[-1,2],[0,1],[0,2],[-1,1],[-3,2],[-2,2],[-6,2],[-1,2],[2,3],[0,2],[-2,0],[-1,1],[-1,1],[0,1],[0,3],[-1,1],[0,1],[-1,0],[-2,0],[-1,1],[0,1],[-1,2],[-1,2],[-1,1],[-3,1],[-3,1],[-1,0],[-4,1],[-3,1],[-2,2],[-1,2],[-2,-1],[-2,-3],[-2,-2],[-2,0],[-2,0],[-4,1],[-2,1],[-2,1],[-3,4],[-2,5],[-1,2],[-3,0],[-4,-1],[-2,1],[0,1],[1,2],[-1,2],[-1,0],[-1,-1],[0,-1],[-2,0],[0,-1],[-1,-1],[-2,1],[-1,1],[-1,1],[-4,9],[-2,2],[-2,-5],[-4,0],[-9,2],[-8,1],[-4,2],[-4,3],[-2,6],[-2,2],[-4,2],[-1,1],[1,2],[2,0],[2,0],[2,1],[1,1],[-1,2],[-2,1],[-1,2],[1,2],[-1,0],[-2,0],[-2,1],[-1,0],[-5,5],[-1,2],[0,2],[0,2],[2,1],[0,1],[-8,14],[-1,1],[0,2],[0,1],[-1,1],[-2,0],[-1,0],[-1,2],[-2,2],[-2,1],[-9,4],[-4,3],[-7,5],[-5,7],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,0],[-2,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[-3,0],[-3,0],[-2,0],[-2,1],[1,2],[3,3],[-6,10],[-2,2],[-3,2],[-2,0],[-3,-6],[-1,-1],[-2,-1],[-2,1],[-5,0],[-3,1],[-2,2],[-7,5],[-1,1],[-1,0],[-2,0],[-2,0],[-1,2],[-7,7],[-3,1],[-3,2],[-6,1],[-3,0],[-2,-1],[-2,-2],[0,-3],[0,-1],[-2,-3],[-2,-2],[-2,-1]],[[3479,7499],[-3,2],[-9,2],[-8,1],[-3,1],[-4,1],[-8,4],[-8,5],[-2,1],[-2,1],[-2,1],[-2,2],[-3,1],[-3,-1],[-6,-2],[-3,-1],[-3,0],[-3,1],[-3,0],[-4,2],[-6,4],[-1,1],[-9,5],[-4,3],[-2,2],[-1,2],[-1,2],[-11,11],[-1,1],[-1,2],[-3,0],[-4,-2],[-2,0],[-1,1],[-2,3],[-1,2],[-1,0],[-1,0],[-3,-1],[-4,0],[-3,1],[-3,1],[-3,1],[-4,4],[-2,0],[-1,-1],[-3,-2],[-1,-1],[-3,-5],[-1,0],[-2,-1],[-3,0],[-1,0],[0,-1],[1,-11],[2,-9],[-2,-2],[-14,-3],[-3,-2],[-2,-1],[-3,1],[-4,3],[-3,1],[-2,1],[-7,-1],[-5,1],[-2,-1],[1,-5],[-2,-1],[-5,2],[-2,0],[-9,-3],[-3,0],[-2,1],[-2,1],[-4,3],[-1,1],[-3,0],[-2,0],[-5,0],[-5,1],[-6,5],[-3,0],[-2,1],[-2,-1],[-7,-4],[-3,0],[-2,0],[-3,1],[-2,1],[-16,1],[-5,1],[-4,3],[-2,3],[-1,4],[-2,5],[-3,14],[-3,7],[-6,1],[0,-1],[-4,-1],[-6,2],[-10,5],[-4,4],[-2,10],[-4,3],[-4,-1],[-11,-5],[-2,-1],[-3,-1],[-3,1],[-4,0],[-2,2],[0,1],[0,2],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-10,2],[-11,-1],[-6,2],[-20,12],[-3,1],[-9,1],[-3,1],[-4,2],[-15,13],[-2,1],[-1,1],[-8,0],[-2,0],[-2,-1],[-1,2],[-3,2],[-1,2],[-1,2],[-1,1],[-2,-1],[-2,-1],[-4,1],[-3,2],[-2,2],[-2,3],[-2,2],[-5,3],[-3,4],[-9,4]],[[2950,7655],[2,2],[-1,2],[-2,1],[-2,1],[-2,2],[0,2],[-1,3],[0,2],[-1,2],[-1,0],[-2,-1],[-2,-1],[-2,1],[-1,1],[-2,0],[-2,1],[-3,1],[-2,1],[-4,2],[-2,2],[-2,1],[1,3],[1,1],[2,2],[3,1],[2,2],[1,5],[2,3],[3,4],[3,4],[1,2],[3,3],[6,2],[4,0],[2,1],[3,-1],[3,0],[3,-1],[5,1],[3,-1],[5,0],[2,-1],[1,-1],[2,0],[1,0],[0,2],[0,1],[0,3],[1,2],[1,4],[-1,2],[-1,2],[1,1],[0,1],[0,2],[-1,0],[-1,-2],[-1,-1],[-3,-1],[-1,2],[-1,3],[1,3],[-1,2],[1,3],[0,2],[-1,1],[-1,2],[-2,1],[-1,0],[-2,-1],[-1,-2],[-1,-5],[-1,-1],[-1,1],[-1,3],[-1,4],[-2,4],[-3,7],[-1,5],[-2,6],[1,3],[2,5],[0,3],[4,2],[1,5],[3,8],[2,6],[1,5],[2,2],[-1,-2],[1,-3],[0,-2],[1,-2],[2,6],[0,8],[1,3],[3,-1],[3,5],[3,5],[3,5],[3,2],[2,3],[2,3],[4,3],[2,0],[1,-3],[3,-4],[2,-3],[4,-4],[3,0],[-2,5],[-1,4],[-1,4],[1,3],[2,2],[2,-2],[1,-5],[0,-3],[2,-2],[1,-3],[2,-2],[2,-2],[2,-1],[5,-2],[2,0],[2,0],[2,2],[3,1],[0,1],[0,1],[-1,1],[1,1],[-1,6],[-1,2],[-1,2],[-1,2],[-1,2],[1,2],[3,0],[1,1],[4,0],[2,1],[3,0],[2,2],[3,2],[2,0],[3,-2],[1,-2],[2,-2],[1,0],[3,1],[-1,-2],[-1,-3],[1,-3],[3,-1],[1,1],[3,-1],[2,0],[4,2],[1,0],[4,1],[2,3],[1,2],[0,3],[-1,1],[-2,3],[-3,1],[-2,1],[0,1],[3,0],[0,1],[-2,0],[-1,1],[0,1],[0,2],[-1,0],[-1,1],[0,1],[1,2],[-1,0],[-1,0],[0,1],[-1,1],[3,0],[2,1],[2,1],[2,1],[0,1],[2,0],[0,1],[0,1],[-1,0],[-3,-2],[-1,0],[-2,1],[0,1],[2,1],[0,1],[1,0],[3,0],[3,0],[1,1],[1,-1],[1,-1],[1,-1],[1,0],[-2,3],[-5,1],[1,3],[2,1],[2,1],[2,0],[1,3],[2,-1],[1,0],[1,-1],[1,-1],[0,3],[-3,1],[-5,-1],[-2,-2],[-1,2],[-1,3],[0,3],[2,2],[2,0],[2,-1],[1,-1],[2,-1],[1,-1],[1,1],[0,1],[0,1],[2,2],[0,1],[0,1],[-1,1],[-2,0],[0,1],[0,1],[1,2],[1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,-1],[-1,-2],[-2,0],[-1,0],[-1,2],[-3,-4],[-1,-1],[0,2],[4,7],[3,5],[2,3],[9,10],[3,6],[1,3],[2,1],[3,-1],[0,2],[0,1],[0,2],[1,0],[1,0],[1,1],[-1,1],[-2,1],[-2,-1],[-4,-1],[0,1],[1,3],[3,3],[3,2],[3,1],[-2,2],[0,3],[1,2],[1,1],[2,2],[1,0],[2,0],[2,1],[1,0],[2,3],[4,-5],[3,-2],[4,-1],[-1,1],[-6,5],[-1,2],[-1,3],[1,2],[1,2],[0,-1],[2,-1],[1,-1],[0,1],[0,1],[-2,1],[0,1],[0,3],[1,3],[1,2],[-2,3],[2,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[3,0],[1,0],[1,-1],[1,-1],[0,2],[-1,1],[-1,0],[-2,1],[1,0],[1,1],[-3,1],[-1,0],[1,1],[1,0],[1,0],[0,2],[-2,1],[-3,-1],[-2,-1],[0,2],[2,1],[2,0],[3,0],[-1,0],[-2,1],[-1,0],[1,1],[1,0],[0,1],[1,0],[-1,2],[3,1],[3,0],[-1,-2],[2,0],[4,2],[-2,0],[-1,1],[1,2],[2,3],[1,2],[0,4],[2,-1],[1,0],[1,1],[2,1],[1,1],[2,1],[1,1],[-2,0],[-2,0],[-2,-1],[-1,0],[-1,2],[1,0],[2,1],[2,1],[2,2],[-3,0],[-6,-3],[-2,1],[-1,2],[0,3],[1,2],[4,-2],[2,-1],[4,0],[0,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[2,0],[2,1],[2,1],[0,2],[-2,1],[-2,2],[0,2],[2,2],[2,-1],[1,-1],[0,-2],[2,2],[-1,3],[-1,3],[6,3],[2,3],[1,2],[2,3],[-9,-3],[0,1],[1,1],[1,1],[-4,-1],[-2,0],[-1,1],[1,-6],[-8,-6],[-10,-3],[-6,2],[0,1],[2,2],[0,1],[-3,1],[-2,1],[-1,1],[0,1],[0,1],[0,1],[1,2],[0,3],[0,2],[2,1],[2,1],[1,-1],[1,-1],[-2,-2],[7,2],[2,1],[0,1],[-5,-1],[0,2],[1,1],[3,5],[2,6],[-1,-1],[-1,0],[0,1],[-1,1],[-2,-1],[-2,1],[-2,2],[-2,1],[0,-1],[1,-2],[0,-1],[-1,-2],[-1,1],[-1,0],[-2,0],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-2],[0,-4],[0,-4],[-1,-2],[-1,-1],[0,-4],[0,-1],[-2,-1],[-2,1],[-1,2],[0,2],[-8,5],[-1,1],[-1,3],[1,2],[3,1],[-2,2],[-1,0],[-1,4],[-2,5],[0,4],[0,2],[1,2],[1,1],[2,1],[2,0],[2,1],[0,2],[0,1],[2,1],[1,1],[2,-1],[3,-2],[1,-1],[2,1],[2,2],[2,3],[4,5],[-12,-1],[-3,0],[-2,2],[-7,9],[4,6],[0,2],[1,7],[1,2],[3,2],[0,1],[-3,-1],[0,4],[1,7],[-3,20],[1,-2],[1,-1],[1,0],[1,-1],[0,1],[0,3],[0,2],[-4,1],[-1,2],[0,3],[-1,1],[3,0],[3,-1],[2,-2],[2,-2],[1,0],[-2,4],[-8,7],[-1,5],[-1,-1],[-1,-1],[-1,0],[-2,6],[-4,18],[-1,3],[-4,21],[0,5],[1,5],[1,5],[-2,1],[-1,3],[0,3],[0,2],[-2,1],[-1,2],[-1,6],[-2,-1],[-2,1],[0,1],[-1,3],[1,0],[1,-1],[1,0],[1,1],[-1,1],[-1,1],[-2,5],[0,1],[-1,1],[-1,0],[-2,0],[-1,0],[-2,2],[-1,1],[-1,1],[-3,1],[-2,-1],[-1,0],[-1,-1],[0,-2],[-2,1],[-2,0],[-1,-1],[-1,0],[-2,2],[1,1],[1,1],[2,1],[1,1],[2,8],[2,2],[1,1],[3,1],[2,0],[1,2],[1,1],[2,1],[2,1],[2,-1],[3,-1],[2,0],[3,1],[1,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[1,0],[1,0],[0,2],[2,1],[1,2],[1,1],[1,2],[1,1],[0,2],[0,2],[-1,6],[-3,5],[-7,9],[-1,0],[-1,1],[0,3],[-8,15],[-1,0],[0,-4],[-4,6],[-4,5],[-10,10],[-2,2],[-1,3],[-1,5],[1,6],[-1,2],[-1,2],[1,1],[6,-4],[4,-4],[1,1],[2,3],[1,6],[0,3],[0,2],[-1,3],[0,1],[-3,3],[0,2],[3,1],[1,-1],[1,0],[0,-1],[1,3],[-1,2],[-2,1],[-2,1],[0,1],[2,4],[1,3],[-1,3],[2,2],[0,3],[-1,4],[-1,2],[-6,3],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[0,4],[0,2],[-1,1],[-1,1],[-1,0],[-6,2],[-3,-1],[-3,-2],[-1,-3],[0,-1],[1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,3],[0,2],[0,2],[-8,12],[-3,4],[-5,3],[-2,2],[-4,0],[-1,1],[-1,0],[-1,-1],[-1,-1],[1,-1],[-1,-1],[-1,-1],[-2,10],[1,5],[4,2],[1,3],[-2,5],[-6,8],[-1,0],[1,-1],[1,-1],[1,-1],[-1,-1],[-3,4],[-13,10],[-2,1],[-2,-1],[-2,1],[-1,2],[-1,2],[-3,0],[1,1],[-2,0],[-2,1],[-2,3],[-2,1],[4,20],[3,17],[4,0],[3,0],[3,3],[1,3],[1,4],[-1,3],[-4,6],[-2,4],[-1,6],[0,6],[3,2],[2,0],[8,-6],[2,-1],[-1,-2],[1,-1],[1,0],[1,0],[5,-5],[1,-2],[3,-7],[1,-2],[4,1],[3,4],[6,7],[19,16],[4,4],[-1,3],[-3,2],[-3,4],[0,2],[4,6],[3,9],[3,4],[4,3],[5,2],[4,2],[6,0],[0,1],[-1,2],[-2,2],[-2,1],[-1,1],[-1,2],[-1,3],[-5,12],[-5,7],[-2,2],[-4,6],[-4,6],[-2,1],[-2,1],[-2,0],[-2,0],[-2,3],[-2,5],[-2,10],[-3,5],[-3,4],[-2,1],[-2,1],[-5,-1],[-1,0],[-1,4],[1,4],[1,2],[4,5],[1,4],[0,3],[-1,1],[0,2],[2,1],[3,1],[2,1],[1,1],[0,2],[0,1],[1,0],[0,1],[3,-1],[2,-5],[2,-3],[2,-1],[2,-2],[1,-2],[2,-3],[2,-5],[1,-3],[11,-6],[8,-2],[2,-1],[2,-2],[15,-18],[3,-2],[2,-1],[4,1],[1,0],[2,0],[0,2],[1,0],[1,-2],[1,-2],[-1,0],[-1,0],[0,1],[0,-4],[1,-3],[2,0],[3,1],[0,-3],[2,2],[0,-1],[-1,-3],[0,-2],[-2,1],[-1,0],[2,-6],[4,-1],[3,1],[0,3],[9,1],[-1,-2],[0,-1],[0,-2],[0,-2],[1,0],[0,1],[2,1],[0,-1],[-5,-3],[0,-1],[1,0],[1,0],[2,-2],[0,-1],[-1,1],[-1,0],[-1,0],[-2,0],[2,-1],[1,-1],[2,-1],[1,-2],[-4,2],[-4,0],[-3,-1],[-2,-2],[0,-1],[1,0],[-2,-9],[5,-5],[8,-1],[9,1],[2,0],[2,1],[1,1],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,10],[-1,4],[-2,3],[0,-1],[0,-1],[0,-1],[0,-1],[-2,2],[0,4],[-1,3],[1,5],[-1,4],[-2,4],[-2,5],[-2,21],[-1,3],[-2,1],[-3,0],[-1,2],[-1,3],[-1,2],[-3,3],[-5,3],[-6,2],[-5,0],[1,-1],[-2,1],[2,4],[3,5],[1,3],[15,7],[3,0],[14,6],[2,2],[1,1],[0,1],[0,2],[0,2],[1,1],[0,1],[-1,0],[0,1],[3,1],[10,5],[1,1],[6,8],[7,6],[3,3],[0,1],[-1,2],[1,1],[9,4],[3,2],[3,1],[1,1],[1,1],[1,2],[5,5],[1,2],[-2,5],[1,5],[3,3],[4,5],[2,2],[0,3],[0,12],[1,3],[1,0],[4,2],[1,1],[2,0],[0,2],[0,3],[0,3],[0,1],[2,2],[1,1],[1,1],[6,3],[5,2],[4,3],[3,3],[0,4],[1,2],[3,0],[2,-1],[5,1],[5,1],[4,2],[1,0],[1,-1],[1,-1],[0,-2],[-2,1],[-2,0],[-2,-1],[-2,-2],[1,0],[1,-1],[1,1],[1,1],[1,-1],[1,0],[0,-1],[1,-1],[4,3],[3,2],[3,1],[3,0],[3,0],[4,-1],[2,2],[5,5],[3,8],[2,10],[-1,9],[-2,4],[-2,2],[-1,0],[-2,3],[-3,0],[-2,1],[-2,1],[-3,0],[-1,-1],[-2,-2],[-1,2],[8,9],[1,4],[2,9],[-1,4],[1,3],[1,4],[1,6],[0,3],[0,3],[1,9],[0,5],[-3,5],[0,3],[0,1],[1,1],[1,0],[1,1],[1,1],[1,3],[1,2],[0,1],[0,2],[0,1],[0,2],[0,1],[1,2],[-5,-3],[-6,-5],[-5,-7],[-6,-4],[-3,0],[2,5],[4,3],[2,2],[1,2],[1,1],[1,2],[1,2],[0,2],[-1,2],[0,1],[4,0],[-1,2],[-1,1],[1,1],[0,2],[2,-3],[3,1],[5,4],[2,1],[-1,4],[-1,4],[-1,3],[-1,0],[-1,-1],[-1,1],[-1,4],[-2,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,2],[1,3],[0,1],[1,1],[2,1],[1,1],[3,5],[2,1],[-1,-2],[-1,-4],[0,-2],[2,-1],[2,1],[1,4],[-1,4],[0,3],[-1,0],[-1,1],[-2,-1],[0,1],[1,2],[0,1],[0,2],[-1,1],[0,1],[-2,1],[-1,0],[1,2],[1,1],[1,1],[2,1],[2,1],[2,1],[1,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[1,1],[1,0],[1,1],[0,2],[1,0],[1,1],[1,2],[0,1],[4,2],[10,4],[1,1],[1,3],[1,1],[1,1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,2],[3,3],[0,1],[-1,1],[0,2],[0,1],[-3,-2],[0,-1],[-3,1],[-2,3],[1,3],[6,2],[2,3],[1,1],[2,1],[2,0],[1,1],[9,7],[6,3],[3,2],[2,2],[-1,3],[1,1],[0,4],[1,1],[1,1],[2,2],[3,0],[3,2],[1,2],[4,3],[0,3],[4,0],[5,2],[2,2],[0,3],[-1,2],[0,1],[1,1],[4,-1],[3,-1],[9,-2],[16,-4],[11,-3],[8,-1],[8,0],[10,0],[10,1],[6,2],[-2,-2],[-7,-2],[-15,-2],[-2,0],[-1,1],[-2,0],[-2,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-2],[2,-4],[4,-7],[-2,1],[-2,2],[-3,1],[-1,-2],[-1,2],[-4,-1],[-2,1],[-1,-1],[-1,-2],[-1,-3],[0,-3],[0,-4],[1,-3],[1,-1],[2,1],[0,3],[1,3],[1,2],[0,-2],[1,-1],[1,-1],[2,1],[0,-2],[0,-6],[3,-1],[2,1],[2,1],[0,3],[-1,-1],[-2,0],[-1,2],[0,2],[0,2],[1,2],[1,1],[-1,2],[3,-1],[3,-2],[1,-2],[1,-8],[2,-1],[2,-1],[6,1],[1,1],[2,1],[2,3],[1,0],[0,2],[4,8],[0,1],[-1,5],[2,3],[0,1],[0,1],[2,3],[0,1],[1,6],[1,4],[8,14],[1,2],[-1,1],[-2,3],[-1,1],[0,2],[0,3],[0,1],[0,2],[-2,2],[0,2],[1,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,2],[2,3],[0,1],[1,0],[1,1],[0,2],[1,4],[3,0],[2,0],[1,1],[-1,3],[1,0],[0,-1],[1,0],[0,-2],[2,3],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,3],[2,-1],[1,-2],[2,-1],[1,1],[1,2],[0,1],[2,-1],[1,0],[0,1],[1,1],[2,0],[4,0],[3,0],[2,-2],[3,-2],[2,-1],[7,0],[5,-3],[6,-1],[19,0],[17,3],[4,1],[25,2],[17,5],[1,1],[1,1],[4,4],[4,2],[1,1],[1,2],[1,4],[1,0],[2,1],[1,1],[2,3],[1,2],[5,3],[8,9],[18,11],[25,25],[2,2],[6,2],[9,3],[2,1],[5,4],[3,0],[3,1],[3,3],[4,2],[9,1],[3,1],[2,1],[4,4],[5,2],[6,5],[8,4],[1,3],[3,3],[0,1],[1,2],[1,6],[5,9],[1,5],[3,5],[1,2],[0,3],[-2,9],[0,3],[-1,1],[-2,1],[-1,1],[-1,0],[0,2],[1,1],[4,3],[5,-2],[15,5],[6,-1],[0,-3],[-6,-7],[2,-1],[3,-4],[3,-1],[4,2],[1,1],[0,2],[1,2],[1,1],[2,1],[2,0],[2,0],[1,1],[1,1],[-1,2],[-1,1],[-1,2],[1,1],[-1,1],[-1,1],[-1,1],[-2,1],[-2,0],[-2,0],[-2,-1],[-1,-2],[-1,0],[-1,2],[7,6],[5,5],[0,1],[1,2],[3,1],[1,0],[2,2],[1,0],[2,-1],[-2,-1],[-2,-2],[-1,-3],[3,-2],[1,0],[1,0],[2,1],[0,1],[0,1],[2,0],[1,0],[3,2],[1,2],[1,1],[1,3],[-1,0],[-1,1],[0,1],[1,1],[2,1],[1,1],[2,0],[-1,-3],[1,-1],[1,-1],[1,-2],[1,0],[1,0],[0,1],[0,2],[-2,0],[1,1],[1,1],[1,0],[2,1],[2,1],[2,1],[1,2],[-2,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,1],[1,2],[2,1],[-2,0],[-2,-1],[-1,0],[-1,-2],[0,3],[1,1],[0,1],[-2,-2],[-4,-4],[-1,-1],[-1,1],[2,3],[2,2],[2,2],[4,1],[3,0],[5,-2],[3,0],[11,1],[3,-1],[4,-1],[5,-3],[2,-2],[1,0],[2,-1],[6,1],[1,-1],[4,-2],[3,-1],[7,0],[5,-3],[4,-2],[1,-2],[1,-1],[1,-1],[1,-3],[10,-15],[2,-4],[6,-9],[2,-3],[-1,-3],[-2,-4],[-1,-2],[-4,-4],[-11,-6],[-2,-4],[-3,-1],[-2,-2],[-2,0],[-1,-2],[-2,-8],[-1,-1]],[[2287,9233],[-2,-1],[-1,2],[1,2],[-2,3],[0,3],[2,3],[2,2],[1,-2],[-1,-12]],[[2319,9370],[-2,-1],[-2,3],[1,3],[2,3],[2,-1],[1,-3],[0,-2],[-2,-2]],[[2855,7014],[-2,-3],[-5,-1],[-2,-2],[-2,-1],[-4,0],[-3,1],[-2,0],[-1,3],[0,5],[-2,17],[0,2],[3,9],[2,6],[1,1],[8,4],[7,5],[3,1],[7,1],[10,-5],[6,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-2],[-6,-4],[0,-1],[-2,-2],[-1,-1],[0,-2],[-1,-2],[-1,-2],[-1,-3],[-1,-3],[-2,-3],[0,-3],[-2,-1],[-2,-2],[1,-4],[-2,-2],[-1,-2]],[[2887,7069],[-3,-2],[-3,0],[-1,3],[1,5],[2,8],[3,7],[2,-3],[4,-1],[2,-3],[-3,-4],[-4,-4],[0,-6]],[[1499,7007],[3,-1],[4,-2],[1,-3],[-4,-2],[-5,-1],[-12,3],[2,3],[2,0],[7,2],[2,1]],[[1383,6999],[2,-1],[3,1],[3,0],[4,-1],[2,-1],[1,-1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[-2,-1],[-1,-1],[1,-2],[0,-1],[-4,-4],[-1,-1],[-5,0],[-3,1],[-2,1],[-3,2],[1,1],[0,2],[1,2],[0,5],[1,2],[1,1]],[[1528,7107],[2,-1],[2,0],[2,1],[1,2],[2,-5],[-2,-7],[-3,-5],[-3,-4],[-5,-3],[0,-1],[0,-1],[-1,-5],[-2,-4],[-1,-3],[-2,-2],[-2,-1],[-2,0],[-5,-1],[-1,-1],[-3,-3],[-2,0],[-1,0],[-3,1],[-2,0],[-5,0],[-1,0],[-1,1],[1,2],[1,2],[1,2],[5,4],[2,1],[0,5],[1,1],[6,2],[1,2],[1,5],[1,2],[3,4],[1,2],[1,1],[4,3],[1,1],[2,1],[4,2],[2,0]],[[1394,7104],[0,-2],[1,-1],[1,-1],[1,1],[3,-1],[2,1],[1,-1],[1,-4],[-1,-6],[1,-1],[1,-2],[0,-2],[0,-3],[0,-1],[-2,-2],[-1,-2],[-1,-3],[-2,-2],[-1,-1],[0,-1],[-7,-1],[-1,-1],[0,-3],[-1,-1],[-3,-1],[-2,-1],[-5,1],[-3,0],[-2,0],[0,1],[-1,0],[-1,1],[-4,3],[-2,1],[-2,0],[-2,0],[-3,0],[-2,1],[-1,2],[-1,7],[0,4],[1,3],[1,4],[2,2],[1,2],[4,2],[1,1],[2,0],[3,0],[1,0],[1,1],[2,1],[0,1],[13,4],[3,2],[1,0],[1,0],[1,-1],[1,-1]],[[1218,7100],[6,-3],[1,-1],[2,-1],[1,-3],[1,-5],[3,-12],[-2,-1],[-8,-6],[-3,-1],[-1,0],[-1,0],[-4,1],[-2,0],[-5,1],[-1,0],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[-3,2],[-2,2],[-2,3],[-3,6],[-3,5],[0,2],[13,2],[4,4],[6,3],[3,2],[1,0],[2,-1]],[[1309,7137],[3,-2],[10,-1],[3,0],[5,0],[9,-7],[5,-1],[-1,-1],[-1,-1],[2,0],[0,-3],[-2,-5],[0,-3],[-3,-2],[-3,0],[-6,1],[-10,-3],[-3,1],[-3,1],[-2,0],[-3,-2],[-3,2],[-1,3],[-2,3],[-4,0],[4,9],[0,2],[-1,2],[0,3],[2,2],[3,1],[1,0],[1,1]],[[1221,7161],[3,-2],[2,-3],[1,-3],[1,-1],[2,-1],[3,-5],[1,-1],[1,-1],[3,-2],[1,0],[3,0],[1,0],[2,0],[1,-2],[1,-3],[1,-7],[6,-15],[2,-2],[7,-4],[1,0],[0,-1],[0,-2],[1,-1],[1,0],[1,0],[1,-1],[16,-5],[1,-2],[1,-1],[1,-1],[2,-1],[1,-1],[2,0],[1,0],[-1,-1],[0,-1],[0,-1],[2,-4],[2,-6],[0,-3],[-3,-4],[-1,-2],[3,2],[1,-1],[1,-2],[1,-2],[6,0],[3,-1],[1,-3],[2,0],[1,0],[2,-1],[1,-1],[0,-2],[2,-1],[6,-3],[1,-1],[1,0],[1,0],[0,-2],[0,-1],[-3,-2],[-1,-1],[-2,-14],[2,-4],[0,-2],[-3,0],[-1,-3],[-3,-4],[-1,-3],[-3,1],[-2,-1],[-4,-1],[-3,-1],[-4,-4],[-14,-9],[-3,0],[-2,-1],[-13,-1],[-16,-4],[-3,0],[-2,2],[-1,1],[-1,1],[0,4],[-1,1],[-2,0],[-1,0],[-2,0],[-5,4],[0,7],[3,7],[3,5],[14,14],[0,1],[0,1],[0,1],[2,0],[4,3],[4,2],[2,0],[1,0],[1,0],[1,-1],[1,0],[2,0],[2,0],[1,1],[1,1],[1,2],[0,1],[0,1],[1,3],[1,3],[2,0],[1,2],[0,2],[-1,2],[-2,1],[-2,0],[-5,1],[-2,0],[-4,2],[-4,4],[-4,4],[-2,5],[-1,4],[0,1],[-2,1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,2],[-9,3],[-4,3],[-1,4],[-3,1],[-2,3],[-1,3],[3,1],[-3,3],[-1,2],[-1,2],[-1,5],[-1,1],[-1,2],[0,2],[-3,4],[-3,2],[-5,-1],[-4,-3],[-4,-5],[-2,-1],[-3,1],[-4,3],[-1,1],[0,1],[1,1],[1,1],[8,7],[2,3],[0,6],[4,0],[2,1],[2,2],[5,2],[0,2],[1,1],[1,1],[1,1],[3,1],[1,1]],[[1341,7204],[-3,-2],[-2,1],[-2,1],[-2,0],[-1,0],[-2,1],[-1,1],[-1,1],[0,3],[1,3],[3,2],[3,1],[3,0],[4,-1],[3,-1],[2,-3],[0,-2],[-2,-3],[-3,-2]],[[1291,7239],[-1,-5],[-7,1],[0,3],[-2,6],[0,3],[7,-2],[3,-6]],[[2943,7631],[-2,-4],[-3,1],[-1,-2],[-2,-1],[-3,2],[-2,2],[-1,2],[1,4],[10,10],[1,-1],[0,-1],[1,-1],[1,-5],[0,-6]],[[1117,7314],[-1,-1],[0,1],[-1,0],[0,1],[1,1],[1,-1],[0,-1]],[[3479,7499],[-1,-2],[-3,-2],[-2,-2],[-2,0],[-2,-1],[-5,0],[-1,0],[-4,-3],[-3,0],[-11,4],[-2,1],[-2,-1],[-2,0],[-3,0],[-2,1],[-3,0],[-2,-1],[0,-2],[1,-3],[1,-3],[2,-1],[1,0],[3,0],[1,0],[2,-1],[4,-2],[1,-1],[4,0],[2,-2],[2,-1],[6,-16],[3,-5],[5,-5],[3,-3],[2,0],[1,0],[2,0],[1,0],[0,-1],[6,-4],[1,0],[1,-2],[0,-1],[1,0],[1,1],[1,0],[2,-2],[1,-3],[0,-5],[0,-2],[1,0],[0,-2],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[0,-2],[1,-2],[0,-1],[0,-2],[0,-3],[0,-1],[8,-21],[1,-1],[0,-2],[0,-2],[1,-1],[2,-1],[1,-1],[0,-1],[-1,-1],[-7,0],[-6,-2],[-3,0],[-1,1],[-1,1],[-3,2],[-4,4],[-1,-2],[-1,-7],[-2,-17],[-3,-17],[-2,-16],[-2,-17],[-1,-8],[-2,-5],[-1,-2],[-2,-3],[-6,-8],[-5,-7],[-6,-9],[-7,-9],[-6,-8],[-6,-9],[-6,-9],[-6,-9],[-6,-9],[-6,-9],[-7,-7],[-8,-7],[-8,-7],[-7,-8],[-8,-7],[-7,-7],[-8,-7],[-7,-8],[-7,-7],[-6,-4],[-2,-2],[-12,-5],[-17,-9],[-17,-8],[-16,-8],[-17,-8],[-17,-8],[-16,-8],[-17,-9],[-17,-8],[-3,-2],[-5,-2],[-3,-2],[-9,-10],[-11,-20],[-6,-7],[-2,-2],[-3,-9],[-2,-2],[-4,-5],[-2,-2],[1,-3],[2,-2],[2,-1],[2,-2],[1,-4],[-1,-3],[-2,-1],[-2,-1],[-2,-2],[-2,-1],[-2,2],[-3,9],[-1,2],[-2,1],[-6,1],[-3,0],[-2,-1],[-2,-3],[1,-1],[1,-2],[0,-2],[0,-6],[-1,-6],[-2,-6],[-1,-3],[0,-3],[1,-5],[1,-2],[0,-2],[-1,-1],[-2,0],[0,-1],[0,-2],[3,-9],[-1,-2],[-3,-4],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-3],[0,-10],[1,-1],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-2,-1],[-1,-2],[0,-2],[1,-8],[-1,-6],[-6,-19],[0,-6],[-1,-3],[-2,-2],[-1,-3],[1,-5],[2,-5],[2,-2],[3,-2],[0,-2],[-2,-3],[-1,-4],[0,-2],[0,-3],[0,-2],[0,-3],[-4,-3],[-1,-1],[-12,-6],[-5,-4],[-6,-7],[-2,-4],[-1,-4],[1,-3],[4,-6],[1,-3],[-1,-3],[-3,-1],[-4,-1],[-3,-1],[-1,-2],[0,-7],[-1,-3],[-3,-4],[-3,-4],[-3,2],[-2,1],[-2,0],[-1,0],[-2,0],[-1,-1],[-3,1],[-5,1],[-2,0],[-3,-1],[-7,-1],[-3,0],[-2,2],[-2,3],[-2,2],[-1,1],[-3,1],[-2,0],[0,1],[-2,3],[-1,1],[-2,1],[-3,1],[-3,2],[-1,3],[-1,2],[-5,7],[-2,7],[-5,6],[0,3],[2,6],[0,2],[-1,1],[-3,1],[-3,0],[-1,0],[-2,1],[-1,0],[-8,6],[-4,1],[-5,-1],[-4,-3],[-9,-4],[-5,0],[-4,3],[-4,4],[-4,2],[-3,1],[-4,-1],[-3,0],[-4,2],[-3,1],[-5,4],[-3,2],[-3,0],[-3,1],[-2,0],[-1,1],[-6,-1],[-1,-1],[-2,-1],[-1,-1],[0,-2],[-1,-5],[-1,-2],[-2,-3],[-9,-10],[-5,-3],[-1,-2],[-1,0],[-3,0],[-2,0],[-7,3],[-2,1],[-2,3],[1,2],[14,27],[1,3],[-6,-2],[-6,-3],[-4,0],[-4,6],[0,1],[0,3],[0,1],[-1,2],[-3,2],[-1,2],[0,3],[0,3],[2,4],[1,2],[2,2],[2,1],[3,1],[3,0],[3,-1],[6,-2],[2,0],[3,2],[2,3],[1,3],[2,3],[10,7],[2,2],[0,2],[-1,0],[-2,1],[-1,1],[-1,1],[0,3],[0,1],[-2,3],[-3,4],[-1,2],[0,1],[0,1],[1,1],[-1,2],[-1,2],[0,1],[0,2],[0,1],[0,3],[0,1],[0,2],[-1,2],[-1,2],[0,1],[-1,0],[-2,0],[-1,1],[0,1],[0,4],[0,3],[0,1],[0,1],[-1,1],[-3,1],[-1,0],[0,3],[0,3],[0,3],[-2,1],[-6,0],[-2,1],[-1,1]],[[2832,6956],[-1,1],[0,2],[2,1],[1,2],[0,2],[1,2],[-1,-4],[0,-1],[1,-3],[2,2],[0,4],[1,3],[4,-4],[2,1],[10,4],[1,0],[2,0],[1,0],[1,1],[2,4],[1,0],[4,12],[1,2],[3,0],[1,-3],[0,-7],[1,1],[1,2],[1,1],[1,2],[1,1],[4,3],[1,3],[1,3],[1,3],[0,6],[1,5],[4,8],[0,3],[-1,2],[0,3],[1,6],[0,2],[2,15],[2,5],[1,1],[0,3],[1,4],[1,8],[2,3],[3,5],[1,2],[0,3],[-2,6],[-3,5],[0,1],[-3,-1],[-2,0],[-1,0],[-2,3],[-4,7],[-2,2],[-1,2],[0,2],[-1,8],[-2,6],[-1,2],[1,3],[0,2],[-1,0],[0,1],[-2,2],[-1,0],[0,1],[-1,1],[0,1],[0,2],[0,1],[1,1],[0,2],[-1,1],[2,3],[2,1],[1,1],[0,3],[1,2],[2,1],[3,2],[0,3],[-7,-5],[-1,-1],[0,-2],[0,-2],[-1,-1],[-5,0],[0,-2],[-1,-1],[0,-3],[-1,-6],[1,-4],[1,-4],[5,-7],[1,-4],[2,-27],[-1,-6],[0,-1],[-4,-5],[-1,-1],[-2,-1],[-4,-3],[-2,-1],[-2,0],[-1,2],[-1,0],[-3,0],[-1,0],[-2,1],[-1,2],[2,2],[3,4],[1,3],[0,2],[2,1],[3,1],[1,0],[1,-1],[2,-1],[1,0],[1,1],[1,1],[-1,2],[-1,1],[0,-3],[-2,0],[-3,3],[-3,-1],[-3,-2],[-2,0],[-1,1],[0,3],[2,7],[0,3],[0,2],[1,1],[2,0],[1,1],[1,1],[2,5],[-1,0],[0,-1],[-2,-2],[-1,0],[-3,0],[-1,-1],[-1,-1],[-1,-2],[-4,-16],[-8,-15],[-3,-5],[-4,-2],[-1,-2],[-1,-2],[-1,-1],[-2,0],[0,1],[-1,0],[-1,1],[-2,1],[-1,-1],[0,-3],[1,-2],[0,-1],[5,-3],[0,-1],[0,-2],[1,-3],[-1,-1],[-4,0],[-6,1],[-6,4],[-3,1],[-2,2],[-1,0],[-3,0],[-1,1],[-6,2],[-17,15],[-13,9],[-5,1],[-4,1],[-5,-1],[-7,2],[-3,0],[-7,5],[-3,0],[-2,0],[-2,0],[-1,1],[-1,5],[-2,2],[-3,2],[-2,2],[-6,3],[0,1],[-1,2],[-1,1],[1,1],[1,0],[1,-1],[0,-1],[4,0],[2,0],[1,0],[1,-3],[2,-1],[3,0],[5,3],[6,7],[5,3],[4,6],[0,9],[-3,3],[-1,5],[-1,1],[1,1],[1,1],[2,1],[0,3],[-1,4],[-6,14],[-3,5],[-1,3],[-2,2],[-2,1],[-2,3],[-4,7],[-2,2],[-1,2],[-1,2],[1,2],[4,4],[-1,3],[-1,4],[1,1],[2,2],[2,1],[2,0],[0,2],[0,2],[0,2],[0,3],[-1,3],[0,2],[2,2],[0,3],[-5,5],[-10,9],[-9,11],[-4,6],[-2,4],[1,3],[1,2],[2,2],[1,2],[1,2],[1,1],[1,2],[2,2],[0,2],[2,1],[2,-1],[2,1],[1,1],[2,1],[2,0],[2,1],[1,1],[0,-2],[3,0],[2,0],[2,1],[1,1],[0,1],[2,1],[2,-2],[1,0],[2,0],[4,2],[2,3],[3,4],[1,9],[0,3],[0,9],[2,7],[2,7],[1,4],[1,1],[1,1],[2,1],[2,1],[0,-4],[3,-2],[4,-1],[4,0],[7,1],[0,1],[-4,1],[-5,0],[-2,0],[-3,1],[-2,3],[-2,4],[-2,0],[-1,1],[-1,4],[-2,3],[-1,4],[-3,4],[-3,3],[-2,6],[1,2],[3,1],[4,4],[3,7],[1,3],[0,2],[1,3],[1,2],[3,2],[1,3],[2,3],[3,-2],[3,2],[2,3],[4,4],[7,10],[6,9],[1,4],[1,3],[0,1],[1,1],[1,0],[2,2],[2,5],[0,5],[0,8],[-1,3],[-2,6],[-1,10],[0,4],[0,1],[1,1],[1,0],[1,-1],[1,-1],[1,-2],[1,0],[0,2],[1,3],[0,1],[-1,2],[-1,1],[-2,2],[-4,5],[-1,2],[-1,3],[0,3],[0,2],[1,1],[1,3],[0,3],[-1,2],[-1,3],[-2,4],[-1,1],[-2,1],[-3,0],[-2,0],[-1,2],[-2,2],[0,2],[-1,6],[0,6],[3,6],[3,4],[3,-1],[2,0],[5,1],[2,1],[2,3],[2,1],[2,0],[3,2],[5,1],[2,3],[2,1],[1,0],[4,4],[1,1],[1,3],[1,1],[3,2],[8,4],[4,3],[1,-1],[0,-1],[-2,-9],[1,-2],[1,-1],[2,-1],[2,-2],[2,-3],[1,-1],[-3,6],[-2,1],[0,1],[-1,1],[1,1],[0,1],[-1,4],[0,2],[1,2],[2,2],[7,-1],[6,5],[8,10],[3,1],[11,1],[1,0],[3,2],[1,1],[4,0],[2,1],[1,1],[4,-2],[4,1],[4,2],[3,2],[3,1],[8,16],[2,1],[4,0],[3,-2],[2,-3],[2,-3],[1,-4],[2,2],[1,2],[1,3],[-1,6],[1,2],[1,1],[1,2],[1,-1],[1,0],[1,0],[1,1],[1,1],[0,1],[0,1],[0,2],[2,3],[3,1],[6,-2],[-1,2],[-3,1],[-3,0],[-2,0],[-2,2],[1,2],[1,2],[4,6],[1,2],[-1,2],[0,2],[0,1]],[[1082,7347],[-1,0],[-1,1],[0,1],[1,-1],[1,-1]],[[5671,564],[2,-1],[3,0],[3,2],[1,-2],[-3,-2],[-1,-2],[-1,-2],[-3,1],[-2,1],[-1,2],[-2,0],[-2,2],[-2,1],[3,2],[2,1],[0,2],[2,2],[2,1],[3,0],[1,-1],[-3,-1],[0,-2],[-1,-2],[-1,-2]],[[5667,597],[1,-4],[5,0],[2,0],[1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[2,-1],[-1,-3],[-1,-2],[-2,0],[0,-1],[-1,0],[-1,-1],[-1,-2],[-1,0],[0,1],[0,2],[-1,0],[0,1],[1,1],[1,2],[0,2],[0,3],[-1,2],[-2,1],[-1,1],[0,2],[0,3],[1,-1]],[[5791,616],[1,0],[1,1],[-1,1],[1,0],[2,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-2,1],[-1,0],[0,-1],[1,-1],[-1,-1],[-1,0],[1,-1],[1,1],[1,0],[0,-1],[-1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-2,0],[-1,1],[1,1],[0,1],[-1,0],[-2,0],[-1,1],[-2,2],[0,2],[-1,1],[-1,1],[-1,1],[1,1],[1,1],[1,1],[2,0],[1,1],[1,0],[-1,1],[2,0],[1,0],[0,-1],[1,-1]],[[5677,622],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[-1,0],[0,2],[0,1],[1,2],[1,1],[1,0],[0,-1],[-1,-2],[1,-1],[1,-1]],[[5532,643],[0,-1],[1,-1],[1,0],[1,0],[1,1],[-2,-4],[-3,0],[-3,2],[-3,3],[0,1],[1,0],[1,1],[0,-1],[2,0],[2,-2],[0,1],[1,2],[0,1],[1,1],[1,1],[1,-1],[1,-1],[0,-1],[-1,-1],[-3,-1]],[[5565,639],[0,-2],[-2,-4],[4,0],[-1,-2],[-1,-3],[0,-1],[-1,-1],[-5,-1],[-2,-1],[-2,1],[-5,1],[1,2],[-1,0],[-1,1],[0,2],[-1,0],[-1,1],[-2,0],[-1,1],[-1,0],[1,4],[-1,2],[-1,1],[-2,1],[2,2],[1,0],[1,1],[4,0],[1,0],[1,2],[2,3],[1,1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[2,-1],[1,-1],[-1,-2],[-1,-1],[-5,-3],[-2,-2],[0,-2],[1,0],[6,2],[3,3],[2,1],[2,2],[0,3],[0,1],[-1,1],[1,2],[1,1],[1,0],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[0,-4],[-1,-1]],[[5536,663],[-1,-1],[-4,0],[-2,0],[0,-2],[-1,-2],[0,-4],[-1,0],[-1,1],[-1,1],[0,2],[0,3],[1,2],[1,1],[2,1],[2,0],[3,-1],[2,-1]],[[5706,714],[1,-1],[9,-4],[3,-2],[1,-2],[-4,0],[-2,0],[0,-3],[0,-2],[1,0],[2,0],[1,0],[-2,-1],[-5,-5],[-2,-2],[-1,2],[-1,0],[-1,0],[-1,-1],[0,-1],[1,-1],[-1,-1],[0,-2],[2,1],[0,-1],[-3,-4],[0,-1],[0,-4],[-1,-1],[-1,-1],[-3,-3],[-1,0],[-1,0],[0,2],[0,1],[0,2],[-3,-4],[-2,-1],[-1,1],[-5,-5],[3,0],[-1,-2],[-3,-4],[-4,-8],[-3,-3],[-6,-5],[-10,-14],[-1,-4],[-1,-3],[-1,-2],[-2,-1],[-4,-1],[-6,-4],[0,4],[-1,1],[-2,0],[-1,0],[-1,1],[0,2],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,-3],[0,-2],[-2,-1],[-8,1],[-2,-2],[-1,0],[-1,2],[1,1],[1,1],[1,2],[-6,-3],[-2,-1],[-1,-3],[1,-2],[1,-3],[1,-3],[-1,-2],[-1,-2],[-7,-9],[-1,-1],[-3,0],[-2,2],[-2,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-2,2],[-1,2],[-1,1],[-1,0],[-2,2],[-1,0],[-1,-1],[0,-1],[1,-1],[2,-1],[1,-2],[2,-3],[0,-2],[-4,-5],[-5,-3],[-5,1],[-3,6],[1,0],[1,-1],[1,0],[1,1],[-2,1],[-2,3],[-2,3],[-1,2],[1,0],[1,2],[0,1],[-1,1],[-9,0],[-2,0],[0,-1],[0,-1],[1,0],[2,0],[1,-1],[2,-2],[2,-3],[1,-2],[-5,0],[-2,0],[0,1],[-1,1],[-4,5],[-1,1],[-1,1],[-2,-1],[-1,1],[-2,1],[-3,5],[-1,1],[-5,1],[-1,2],[1,3],[1,2],[2,-1],[5,-2],[4,0],[1,-1],[0,-1],[0,-2],[1,-1],[2,0],[-2,5],[6,1],[6,2],[0,1],[-3,2],[-2,0],[-2,2],[-2,3],[8,0],[4,-1],[2,-3],[1,1],[0,1],[1,2],[0,-2],[1,-1],[1,-1],[0,1],[1,1],[1,0],[1,0],[3,-1],[1,0],[1,-2],[2,-1],[1,0],[0,1],[-1,1],[0,1],[3,0],[2,1],[3,1],[2,2],[2,4],[1,1],[-1,1],[-1,1],[-1,-1],[-3,-3],[-5,-2],[-4,1],[-4,2],[7,-1],[2,1],[1,1],[2,0],[0,1],[0,2],[1,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,4],[0,2],[1,2],[2,2],[2,1],[2,-1],[0,-1],[-1,-1],[-2,-2],[3,1],[1,0],[1,-1],[-1,-2],[-1,-4],[1,-1],[2,-2],[1,2],[0,2],[2,1],[1,0],[-1,2],[0,2],[0,5],[0,1],[1,1],[1,0],[1,0],[1,0],[1,-3],[0,-1],[1,0],[1,1],[1,-1],[0,-1],[1,1],[3,2],[0,3],[0,3],[0,3],[-2,0],[-3,0],[-2,-1],[-2,-1],[-6,1],[-2,-1],[1,-3],[-1,-1],[-1,0],[-1,0],[-1,0],[-4,-2],[-1,-1],[-4,0],[-1,0],[-1,-2],[-1,-1],[0,-1],[-2,0],[-1,2],[-1,3],[-2,1],[-2,1],[-1,2],[-2,3],[1,3],[1,3],[1,0],[2,-2],[9,-3],[3,0],[2,1],[4,4],[3,1],[7,-1],[6,2],[2,0],[4,-4],[2,-1],[6,0],[-2,2],[-2,2],[-3,1],[-2,0],[-2,1],[-5,6],[-1,0],[-2,1],[-1,1],[-3,4],[-2,0],[-14,6],[-1,1],[-1,4],[0,1],[1,1],[5,0],[5,-1],[1,1],[-2,3],[-2,2],[-2,1],[-3,1],[-3,0],[-3,0],[-1,0],[-3,2],[-1,0],[-1,1],[-1,0],[-1,2],[0,1],[1,1],[-1,2],[-1,3],[1,0],[1,0],[1,1],[4,-2],[10,-4],[3,-2],[10,-8],[7,-3],[9,-2],[15,3],[-2,3],[-7,0],[1,4],[2,2],[2,2],[1,2],[0,1],[1,-1],[1,-1],[0,-4],[6,5],[3,1],[3,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[9,-1],[3,-2],[-1,0],[-2,-1],[-3,0],[2,-3],[5,0],[18,4],[1,1],[4,3],[1,0],[0,-1],[-6,-4],[-3,-2],[5,-2],[4,0],[9,3],[0,2],[-1,1],[-2,1],[-1,0],[0,1],[0,5],[-1,1],[1,0],[2,0],[0,1],[0,2],[1,0],[2,0],[1,-1],[1,-1]],[[5673,715],[3,-2],[0,3],[2,0],[0,-2],[3,-2],[3,0],[0,-2],[-2,-1],[-4,-1],[-3,-2],[-2,0],[-3,2],[0,2],[2,1],[-2,1],[-4,-1],[-3,2],[0,2],[2,0],[3,0],[1,3],[2,0],[1,-2],[1,-1]],[[5654,716],[-2,0],[-2,0],[-1,1],[-2,1],[-1,2],[-1,3],[4,1],[2,0],[1,0],[4,-2],[-1,-1],[-1,0],[0,-1],[2,-2],[-2,-2]],[[5628,722],[2,-1],[3,1],[5,1],[2,-1],[1,-3],[0,-1],[1,-1],[0,-2],[-1,-1],[-3,-4],[-2,-3],[0,-1],[-1,0],[-3,2],[-1,0],[-7,-1],[-1,0],[-2,1],[-1,1],[0,2],[1,3],[2,1],[5,1],[1,-1],[2,-3],[1,-1],[1,1],[1,0],[1,0],[1,1],[-1,2],[-5,3],[-4,1],[-4,3],[-2,2],[-1,2],[0,1],[1,1],[1,0],[1,-1],[1,-2],[0,-1],[2,-1],[3,-1]],[[5598,720],[-1,0],[0,1],[0,1],[-1,0],[-2,1],[-2,1],[-1,3],[2,2],[2,-2],[1,-2],[1,0],[1,-2],[1,-2],[-1,-1]],[[5765,717],[2,0],[5,0],[1,-1],[1,0],[1,-1],[1,0],[0,1],[0,2],[1,1],[2,1],[9,1],[2,-1],[1,-1],[4,-1],[2,-2],[4,-5],[1,-2],[0,-3],[0,-2],[0,-2],[-2,-2],[-2,0],[-3,-1],[-2,0],[-2,0],[-1,2],[-1,5],[-1,2],[-2,-1],[-1,-1],[-3,-4],[3,0],[1,-2],[-2,-7],[1,-1],[6,3],[3,0],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-3],[1,-1],[1,0],[1,2],[1,0],[1,-3],[1,-1],[2,0],[1,1],[1,1],[2,-1],[1,-2],[0,-2],[0,-3],[1,-2],[1,-2],[2,-2],[1,-1],[2,1],[-1,2],[-2,4],[1,2],[2,-1],[4,-2],[-1,3],[-2,2],[-3,1],[-1,1],[1,2],[1,0],[1,2],[0,2],[-2,0],[-3,-1],[-1,0],[-1,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,-2],[-1,0],[-2,-1],[-1,0],[-1,1],[1,1],[1,2],[5,9],[1,1],[1,1],[3,2],[1,0],[19,2],[6,1],[2,0],[3,-1],[1,-1],[1,-1],[1,-6],[1,-1],[1,-1],[3,-5],[1,-1],[1,-1],[2,0],[0,-2],[-2,-1],[-1,-2],[2,0],[1,-1],[-1,-2],[-2,-1],[-12,2],[-7,5],[-2,0],[-1,-1],[1,-3],[-5,2],[-6,-3],[2,-3],[3,-2],[3,-2],[3,0],[5,1],[3,-2],[9,-1],[3,-1],[3,-2],[1,-3],[-2,-2],[-4,-2],[-6,-1],[0,-1],[5,-2],[2,0],[4,1],[2,1],[2,-1],[0,-1],[-3,0],[-9,-5],[-2,0],[-6,0],[-2,-1],[0,-1],[-1,-1],[-1,0],[-14,-2],[-7,1],[-4,0],[0,-1],[1,0],[3,-2],[2,0],[5,-1],[0,-1],[-3,-1],[-5,1],[-3,-1],[-7,-4],[-2,0],[2,-1],[2,0],[6,3],[6,0],[-1,-2],[-3,-1],[-2,-1],[-4,-2],[-7,-4],[-5,-2],[-8,2],[-5,-1],[-3,-1],[-15,1],[-2,0],[-4,3],[-4,2],[-2,2],[-2,1],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[-1,-1],[-1,-2],[-1,-2],[0,-2],[0,-2],[2,-1],[1,-2],[4,-1],[4,-2],[3,-3],[2,-3],[-1,-2],[2,-1],[6,1],[2,0],[4,-1],[2,-2],[0,-3],[3,-2],[-5,-3],[-2,-2],[2,-1],[0,-2],[1,-1],[0,-5],[0,-2],[-2,0],[-1,0],[-3,6],[-1,1],[-1,2],[-1,1],[-2,0],[-1,0],[-1,2],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-2,-1],[0,-1],[1,-1],[0,-1],[-1,-2],[-3,-1],[-1,-2],[-2,-1],[-1,2],[-1,5],[-2,-2],[-1,1],[-1,3],[0,2],[-2,1],[-2,0],[-2,0],[-1,2],[-1,-1],[-2,1],[-2,2],[-1,2],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,1],[-2,0],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[1,-1],[1,-1],[3,2],[5,-2],[1,-1],[0,-2],[0,-2],[1,-1],[2,0],[1,1],[1,0],[2,-1],[-3,-4],[3,0],[2,0],[1,-1],[-1,-2],[-4,-1],[-1,-1],[-1,-3],[1,-1],[2,0],[6,2],[2,0],[0,-1],[-1,-2],[-5,-2],[1,-2],[2,-2],[2,-2],[-2,-3],[-2,0],[-2,1],[-4,2],[-2,1],[-2,-1],[-2,1],[-2,2],[-1,1],[0,1],[0,1],[-1,2],[-1,0],[-1,1],[-1,0],[-1,2],[-2,-1],[-4,4],[-1,1],[-1,-1],[0,-2],[-1,-3],[0,-1],[-1,1],[-2,3],[-2,-2],[1,-2],[3,-4],[-1,-1],[-1,-2],[0,-1],[1,-1],[1,0],[2,0],[2,-2],[2,-2],[0,-2],[0,-3],[-1,0],[-1,-2],[0,-1],[1,-1],[2,-3],[0,-3],[-2,1],[-3,4],[-2,1],[-5,1],[-2,2],[0,3],[-1,2],[-2,1],[-4,1],[-1,1],[0,2],[2,3],[-2,1],[-3,-1],[-1,0],[-1,1],[1,2],[-1,1],[-2,3],[-4,3],[-1,1],[-1,1],[0,2],[0,1],[0,1],[1,0],[1,-1],[1,0],[2,-3],[2,0],[1,1],[0,2],[-1,2],[4,1],[2,1],[1,2],[-2,1],[-2,2],[-1,1],[-1,2],[0,2],[1,0],[1,-1],[1,-1],[1,0],[3,0],[-2,3],[0,1],[-1,1],[1,1],[3,1],[2,0],[0,2],[-5,1],[-3,2],[0,3],[3,1],[3,-1],[3,-2],[2,0],[2,1],[-1,2],[-3,2],[-1,2],[1,2],[1,0],[1,-1],[1,1],[1,1],[0,1],[-1,1],[-1,1],[2,1],[7,2],[2,-1],[1,1],[1,7],[1,-1],[2,-1],[3,1],[-1,4],[-1,1],[9,6],[2,-2],[1,1],[1,2],[2,1],[7,2],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[1,1],[2,0],[1,1],[1,2],[0,2],[-1,3],[-1,2],[0,4],[-1,2],[-1,1],[1,3],[0,1],[1,0],[1,1],[1,1],[-1,1],[-1,0],[-2,1],[-7,3],[-4,4],[-2,3],[2,3],[2,3],[1,5],[5,-9],[3,-3],[2,4],[-2,3],[-1,3],[1,2],[4,-1],[-3,2],[-8,4],[-2,2],[1,2],[0,2],[2,2],[1,1],[1,0],[1,-2],[1,0],[1,0],[3,1],[1,1],[1,1],[0,1],[0,1],[7,0],[2,1],[2,1],[1,2],[-1,2],[-3,4],[-1,3],[0,1],[-1,1],[-1,0],[-1,1],[-1,4],[2,0],[3,-4],[2,-1],[2,0],[4,-2],[8,-5]],[[5673,728],[3,0],[9,1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[2,-1],[2,-2],[1,-3],[0,-4],[-2,0],[-2,-1],[-6,-1],[-2,2],[-3,5],[-2,1],[-11,1],[-4,1],[-1,0],[0,1],[0,2],[0,1],[1,0],[3,1],[2,-1],[2,-2]],[[5549,754],[-1,0],[-1,0],[-3,2],[-1,0],[-1,1],[0,1],[1,1],[-1,2],[0,1],[2,0],[1,-1],[1,-2],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1]],[[5880,8631],[-3,-3],[-1,3],[1,3],[2,3],[2,2],[2,2],[1,1],[5,-1],[7,-1],[-9,-6],[-7,-3]],[[6054,8418],[-2,-3],[0,-2],[0,-3],[-1,-4],[-2,-2],[-7,-7],[-1,-2],[-1,-1],[1,-2],[1,0],[2,1],[2,0],[1,0],[0,-1],[0,-10],[0,-1],[1,-1],[1,0],[2,0],[1,0],[0,1],[-1,2],[-1,2],[0,1],[1,1],[2,0],[2,-1],[0,-1],[1,-2],[5,-6],[1,-3],[-1,-2],[-1,-2],[-3,-1],[-2,-1],[-1,3],[-1,1],[-2,1],[-3,0],[-1,-1],[-1,-2],[-1,-4],[-3,-5],[0,-2],[0,-2],[0,-1],[6,-5],[-2,-1],[-1,0],[-1,1],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,-1],[-3,-1],[-12,-1],[-3,-1],[-1,0],[-1,1],[-3,2],[-4,0],[-4,0],[-6,-2],[-6,2],[-5,0],[-5,-2],[-4,-4],[-3,-4],[-1,-2],[-4,0],[-2,0],[-1,1],[-2,1],[-2,-1],[-1,-1],[-3,-5],[-2,-2],[-2,-3],[-3,-3],[-1,-5],[1,-2],[3,-2],[2,-1],[2,-6],[4,-5],[1,-3],[0,-3],[-2,-2],[-2,-4],[-3,-7],[-2,-5],[-3,-6],[-1,-5],[-2,-2],[-1,-2],[-2,-2],[0,-2],[0,-3],[1,-2],[0,-2],[0,-4],[-1,-3],[-2,-2],[-13,-13],[-2,-3],[0,-3],[2,-6],[1,-13],[2,-5],[3,-5],[10,-7],[2,-3],[7,-11],[3,-7],[1,-2],[0,-7],[1,-3],[2,-3],[2,-1],[7,-3],[6,-4],[0,-1],[1,-3],[1,-2],[0,-1],[1,-1],[1,0],[1,0],[1,-1],[3,-2],[2,-2],[0,-3],[-2,-4],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[1,-2],[0,-1],[1,0],[1,-1],[4,-1],[3,-1],[4,-3],[2,0],[1,0],[2,3],[2,-1],[2,-1],[1,0],[2,-1],[1,-1],[1,0],[1,1],[1,1],[4,1],[1,1],[0,2],[4,-2],[4,-1],[4,1],[5,3],[3,-7],[1,-2],[-1,-5],[0,-1],[-1,-2],[0,-1],[1,-1],[1,-2],[-1,-2],[0,-3],[-1,-2],[1,-1],[1,-4],[0,-1],[-1,-1],[-1,-1],[2,-2],[2,0],[1,1],[1,0],[1,1],[1,0],[0,-1],[-2,-4],[1,-2],[3,-3],[1,-3],[0,-1],[1,-2],[0,-1],[-1,-1],[-2,0],[0,-2],[0,-1],[0,-1],[0,-1],[-2,-2],[2,-1],[5,-1],[1,-2],[-2,-2],[-2,-2],[-2,-1],[2,-8],[1,-1],[1,-1],[0,-1],[1,-2],[2,0],[1,0],[3,1],[2,0],[1,0],[-3,-6],[1,-2],[1,0],[4,1],[2,-1],[0,-2],[-2,-1],[0,-2],[1,-2],[3,-4],[2,-2],[0,-6],[2,-1],[3,2],[1,-2],[-1,-2],[-1,-2],[0,-2],[1,-2],[4,-4],[0,-1],[-1,-5],[1,-1],[2,1],[3,2],[1,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[1,-1],[2,-3],[1,-1],[0,-2],[-1,-2],[1,-2],[5,-5],[1,-3],[0,-5],[1,-2],[1,0],[3,-1],[2,-1],[1,-3],[2,-6],[1,-3],[1,-4],[13,-20],[4,-2],[14,0],[6,-3],[0,-2],[1,-1],[2,0],[3,-1],[1,-1],[1,-2],[0,-2]],[[5538,8380],[-12,12],[-11,13],[-11,12],[-12,12],[-11,12],[-11,12],[-12,13],[-11,12],[-5,5],[-2,6],[1,2],[5,3],[2,1],[7,11],[2,5],[1,2],[2,1],[5,1],[3,1],[1,1],[2,2],[1,4],[2,2],[2,0],[3,0],[1,0],[1,3],[0,2],[0,5],[0,2],[-1,0],[0,1],[-1,1],[-3,2],[0,1],[-2,5],[0,1],[1,7],[1,2],[1,2],[0,1],[0,2],[0,1],[0,1],[-2,2],[-1,5],[-2,2],[-2,2],[-2,1],[-1,2],[-1,3],[1,5],[2,5],[3,6],[5,5],[1,2],[3,0],[3,0],[3,-1],[2,3],[3,0],[3,-1],[3,2],[6,-1],[4,0],[0,1],[4,4],[1,1],[0,1],[-1,2],[-1,2],[0,1],[0,1],[2,0],[4,-1],[1,-1],[1,-1],[1,-1],[2,0],[1,0],[4,1],[1,0],[4,-1],[5,-4],[2,0],[3,1],[3,2],[4,6],[2,2],[3,2],[11,2],[19,12],[4,1],[2,-1],[2,7],[1,3],[2,1],[3,2],[2,2],[1,2],[2,2],[0,3],[0,3],[-1,2],[-2,2],[-5,3],[-2,2],[-2,1],[-2,0],[-2,-1],[-2,0],[-2,1],[-2,1],[-1,1],[-4,0],[-3,-1],[-3,-3],[-3,-5],[-2,-1],[-11,9],[-1,1],[-2,5],[0,4],[1,4],[4,3],[1,2],[0,1],[0,1],[0,1],[-2,2],[-1,4],[-1,2],[-1,1],[-2,1],[-1,0],[-1,2],[0,1],[1,1],[-1,1],[0,1],[-2,1],[-2,1],[-2,0],[-4,7],[-1,2],[0,2],[2,4],[7,2],[2,3],[3,4],[1,2],[1,1],[2,0],[2,1],[0,2],[0,2],[2,4],[0,1],[0,3],[0,2],[0,1],[4,4],[3,6],[2,2],[3,1],[13,0],[7,0],[3,3],[1,3],[4,3],[7,5],[1,1],[2,2],[1,2],[2,2],[7,3],[3,2],[2,3],[3,2],[4,1],[6,0],[3,0],[2,1],[2,3],[1,6],[2,2],[0,2],[0,2],[0,2],[1,2],[4,3],[1,2],[3,1],[7,2],[4,0],[3,1],[3,3],[1,3],[1,3],[-6,10],[-16,18],[-9,13]],[[5644,8881],[3,-1],[5,-3],[5,-6],[9,-13],[5,-5],[5,-3],[7,-2],[4,-1],[8,-6],[4,-3],[5,-1],[1,-2],[1,-2],[1,0],[9,-2],[1,-1],[2,-2],[13,-12],[-3,6],[-6,5],[-6,4],[-11,5],[-14,10],[-9,5],[-1,1],[-2,4],[0,2],[4,1],[2,-1],[6,-4],[6,-2],[3,-2],[4,-4],[10,-6],[14,-7],[16,-11],[28,-17],[9,-6],[2,-3],[2,-2],[8,-8],[20,-23],[8,-6],[4,-7],[4,-5],[4,-7],[2,-4],[1,1],[-2,4],[1,1],[2,0],[3,-1],[4,-3],[2,-2],[3,-3],[2,-4],[3,-5],[4,-5],[2,-3],[12,-12],[3,-5],[1,-5],[-2,-5],[1,2],[-1,-7],[1,-19],[-3,-16],[-2,-2],[-3,-3],[-2,-1],[-3,-3],[-1,-3],[-1,-3],[-1,-6],[-4,-9],[0,-3],[0,-10],[0,-1],[-2,-2],[0,-2],[0,-26],[-1,-3],[-1,-2],[-10,-14],[1,0],[0,-1],[5,4],[1,1],[1,1],[1,1],[2,-1],[1,0],[1,0],[2,0],[-1,1],[2,6],[1,19],[1,7],[16,27],[4,5],[6,4],[7,2],[6,-1],[6,-2],[8,-4],[3,-3],[1,-1],[2,-1],[1,-1],[1,1],[0,2],[1,0],[13,-2],[9,-4],[3,-3],[5,-3],[5,-6],[4,-3],[8,-7],[5,-5],[1,-3],[3,-1],[3,-3],[8,-7],[5,-4],[3,-3],[2,-2],[2,-2],[3,-3],[3,-8],[4,-10],[2,-3],[1,-2],[0,-2],[1,2],[1,1],[0,2],[0,3],[2,2],[2,1],[1,0],[3,0],[3,-1],[2,-1],[3,-2],[5,-3],[2,-1],[5,-3],[6,-5],[12,-12],[3,-5],[2,-5],[2,-6],[0,-4],[0,-2],[1,-1],[0,-2],[1,-1],[-3,3],[-1,1],[3,-6],[1,-2],[0,-3],[0,-2],[0,-6],[-2,-5],[-1,-2],[-1,-3],[-1,-2],[0,-3],[-2,-3],[0,-4],[3,-5],[0,-8],[-2,-5],[-2,-3],[-2,-3],[-7,-11],[0,-1]],[[3573,5576],[0,-1],[-2,0],[-2,1],[-2,1],[0,1],[1,1],[2,0],[1,-2],[1,-1],[1,0]],[[3533,5629],[-2,-1],[-1,0],[-1,0],[0,2],[1,1],[0,2],[2,0],[0,-1],[1,-1],[0,-1],[0,-1]],[[3409,5846],[1,-1],[-1,0],[-2,0],[-2,1],[-3,1],[-1,2],[-1,2],[1,1],[2,-1],[5,-4],[1,-1]],[[2826,6528],[-2,0],[-2,0],[0,1],[0,2],[-1,2],[-1,0],[1,2],[0,2],[1,5],[1,-1],[0,-1],[-1,-2],[1,-2],[1,-1],[1,-2],[0,-2],[1,-3]],[[4352,5117],[-4,2],[-6,4],[-8,5],[-4,2],[-5,2],[-5,2],[-6,3],[-7,6],[-1,1],[-1,1],[-2,1],[-8,6],[-2,1],[-5,1],[-1,1],[-3,5],[-1,3],[-2,1],[-2,0],[-5,4],[-3,1],[-8,2],[-2,0],[-7,6],[-3,1],[-2,2],[-4,4],[-2,1],[-6,2],[-5,3],[-3,1],[-3,1],[-4,-1],[0,1],[0,1],[2,3],[0,3],[0,3],[-1,2],[-2,13],[-1,3],[-2,5],[-1,4],[-1,1],[-1,0],[-1,0],[-3,5],[-5,2],[0,1],[-3,4],[-2,1],[-2,0],[-5,1],[-3,1],[-1,0],[-2,2],[-3,1],[0,1],[-22,3],[-4,2],[-5,3],[-6,6],[-3,3],[-8,3],[-2,1],[-3,1],[-8,0],[-1,0],[-1,1],[0,3],[-1,2],[-1,1],[-6,3],[-1,1],[-1,2],[-4,1],[-6,1],[-3,1],[-1,3],[0,2],[-1,3],[-8,7],[-3,2],[-1,0],[-2,0],[-1,0],[-1,1],[-1,2],[-1,0],[-2,1],[-3,2],[-2,0],[-5,0],[-7,3],[-14,-1],[-11,3],[-15,8],[-22,6],[-5,4],[-5,2],[-5,3],[-3,1],[-5,-1],[-2,1],[-2,1],[-2,0],[-2,-1],[-1,2],[-2,5],[-1,1],[-2,1],[-3,0],[-8,3],[-8,1],[-15,4],[-10,0],[-3,-2],[0,3],[-2,2],[-2,1],[-1,1],[-4,1],[-10,3],[-4,2],[-8,5],[-10,5],[-4,3],[0,2],[1,1],[-1,2],[-2,2],[-4,1],[-11,5],[-2,0],[-6,0],[-2,2],[-2,1],[0,2],[-2,1],[-3,0],[-5,-1],[-5,0],[-4,2],[-6,3],[-1,0],[0,3],[-1,1],[-1,1],[0,2],[-1,2],[-3,1],[-7,1],[-18,6],[-10,4],[-13,4],[-3,3],[-14,6],[-4,2],[-2,1],[-2,-1],[-1,0],[-3,1],[-4,4],[-1,1],[-3,0],[-3,0],[-2,1],[-1,2],[-3,1],[0,1],[2,1],[2,1],[1,2],[-3,3],[-3,1],[-6,2],[-4,3],[3,0],[1,1],[1,2],[-1,1],[0,1],[-1,1],[-7,5],[-3,1],[-7,1],[-2,1],[-1,2],[-1,3],[-7,8],[-2,2],[-1,1],[-5,3],[-1,1],[0,1],[-1,4],[0,1],[-6,4],[-11,4],[-4,1],[-3,1],[-3,2],[-6,4],[-7,2],[0,1],[-1,1],[-2,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-6,2],[-2,1],[0,3],[-1,3],[0,3],[-2,3],[-3,3],[-1,0],[-1,2],[1,1],[0,2],[0,1],[-2,3],[-3,1],[-5,2],[-2,2],[-3,3],[-1,2],[-2,0],[-3,0],[-1,0],[-1,1],[-2,4],[3,1],[1,1],[0,2],[-1,1],[-1,3],[-1,1],[-2,2],[-1,3],[-2,0],[-3,1],[-1,2],[-1,2],[-1,1],[-2,1],[-4,1],[0,-3],[-2,-4],[-3,4],[0,4],[0,4],[-2,3],[1,1],[0,3],[2,1],[-1,1],[0,1],[0,2],[-1,1],[-1,2],[1,1],[0,3],[-1,2],[-2,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[-2,0],[-1,-1],[0,-2],[0,-1],[-2,0],[-2,-1],[-3,2],[-2,-1],[-1,4],[0,2],[2,4],[1,2],[-1,2],[1,1],[2,0],[2,2],[3,0],[1,0],[1,-2],[-1,-2],[0,-1],[1,-1],[2,-1],[3,-2],[1,2],[-1,3],[1,3],[1,6],[1,4],[-1,2],[0,4],[1,4],[1,5],[1,11],[-2,9],[-1,5],[-5,9],[-8,8],[-4,4],[-10,10],[-12,12],[-4,4],[-2,3],[-2,3],[-2,6],[0,4],[-1,6],[-3,3],[-1,1],[-10,7],[-3,2],[-6,11],[-2,1],[0,4],[0,1],[-1,1],[-3,2],[-4,5],[-7,3],[-2,2],[-2,3],[2,4],[0,5],[-1,5],[-5,3],[-5,6],[-13,5],[-8,2],[-1,0],[-1,1],[-2,2],[-1,1],[-1,2],[1,1],[0,1],[0,2],[-2,4],[-5,3],[-4,1],[-2,0],[-6,0],[1,3],[1,2],[1,2],[0,3],[-1,9],[-2,3],[-1,4],[-1,1],[-2,3],[-1,2],[0,4],[-2,3],[-1,1],[3,0],[1,2],[-1,2],[-4,6],[-1,3],[-1,3],[-3,2],[-2,1],[-1,0],[-2,1],[-3,3],[0,1],[1,1],[-1,1],[0,1],[-3,2],[-2,4],[-1,1],[-1,0],[-2,1],[-1,1],[-2,2],[-2,1],[-6,2],[-5,3],[-21,8],[-4,2],[-2,1],[0,2],[-1,3],[-1,2],[1,1],[0,1],[1,2],[1,0],[2,0],[1,1],[1,0],[0,2],[0,4],[-2,3],[-2,1],[1,2],[-3,3],[0,1],[-2,2],[1,1],[-2,3],[-2,3],[0,1],[1,1],[-1,3],[-2,2],[0,1],[-1,3],[-2,2],[-2,2],[-2,3],[0,2],[-4,2],[-3,2],[0,2],[1,2],[-3,2],[0,1],[-4,3],[-2,1],[-1,2],[-1,1],[-1,1],[-4,2],[-10,14],[0,1],[-2,3],[-2,2],[-4,2],[0,2],[-2,3],[-3,3],[-2,2],[-1,1],[1,2],[0,1],[-2,2],[-5,2],[-1,3],[0,3],[-3,2],[-1,1],[-1,2],[-1,3],[0,1],[-1,2],[-1,2],[-3,2],[-6,4],[-2,3],[-1,1],[0,2],[1,0],[1,1],[-1,1],[-1,2],[0,1],[0,1],[0,1],[-3,3],[-1,3],[-1,1],[-1,2],[-1,1],[-1,1],[-1,0],[-1,1],[0,1],[1,1],[0,1],[0,2],[-1,1],[-1,2],[-1,1],[0,3],[0,2],[1,2],[-1,4],[-5,4],[-5,5],[-1,3],[-3,2],[-1,2],[-2,1],[-2,3],[-2,2],[-1,4],[0,3],[-3,1],[0,3],[-1,1],[-1,2],[-1,3],[1,2],[1,2],[-1,2],[-2,0],[-3,2],[-1,3],[0,2],[1,2],[1,1],[-2,0],[-1,1],[-2,1],[-1,1],[-1,1],[-2,-1],[-1,0],[-4,2],[0,2],[0,1],[-2,1],[-1,1],[1,1],[1,1],[2,1],[0,2],[0,3],[-1,3],[-3,1],[-3,1],[-2,-1],[-1,-1],[0,-1],[1,-1],[0,-2],[1,-3],[0,-1],[-1,0],[-3,3],[-3,3],[-2,2],[0,1],[0,1],[2,0],[4,0],[0,1],[1,1],[-1,3],[-1,3],[-2,2],[-2,1],[-2,0],[-2,-1],[-1,1],[-2,2],[0,2],[1,3],[0,1],[-1,1],[-3,1],[-1,1],[1,0],[1,1],[0,3],[-2,3],[-1,2],[-2,3],[-1,2],[-2,2],[-4,3],[-7,7],[0,2],[0,1],[1,1],[1,1],[0,4],[-1,3],[0,2],[-1,4],[-2,5],[-5,5],[-5,4],[-6,4],[-3,2],[-4,1],[-3,2],[-1,1],[0,2],[1,0],[1,0],[2,1],[0,3],[0,3],[-10,11],[-1,3],[-4,4],[1,2],[-5,4],[-16,10],[-1,3],[-8,5],[-17,9],[-8,7],[-5,6],[-3,5],[-7,6],[-2,2],[-2,1],[1,1],[1,1],[2,1],[0,3],[-2,3],[-6,7],[-12,12],[-4,3],[-1,4],[-1,2],[0,1],[2,2],[0,2],[-2,4],[-2,3],[0,2],[-4,6],[-5,4],[-5,5],[-3,1],[1,3],[0,4],[-3,3],[-17,12],[-8,6],[-1,2],[-9,5],[-2,4],[-1,5],[-3,4],[-4,3],[-2,2],[-17,10],[-8,3],[-18,8],[-24,8],[-38,12],[-9,3],[-10,7],[-11,5],[-13,5],[-13,7],[-5,5],[-3,7],[-1,6],[-1,6],[0,1],[2,3],[1,2],[0,1],[3,1],[1,3],[0,2],[1,2],[2,0],[4,-3],[4,-1],[5,-2],[5,0],[4,6],[4,10],[-1,13],[-5,10],[-9,14],[-5,4],[-14,10],[-3,2],[-3,1],[-2,-1],[-4,2],[-3,4],[-4,3],[-4,4],[1,1],[1,1],[1,1],[1,3],[-1,2],[-1,1],[0,2],[2,1],[-1,2],[-1,3],[1,2],[2,0],[2,2],[3,-2],[4,1],[1,3],[0,5],[-4,6],[-5,4],[-5,2],[-4,4],[-3,4],[-5,6],[-13,10],[-5,5],[0,2],[2,1],[1,2],[0,3],[-2,2],[0,8],[0,2],[-1,2],[-2,3],[-1,2],[0,2],[1,2],[1,0],[1,1],[1,2],[1,5],[-1,3],[-3,7],[0,3],[2,4],[1,3],[1,2],[11,10],[2,3],[2,5],[2,3],[2,1],[3,1],[1,2],[2,4],[5,12],[4,6],[4,4],[6,4],[1,3],[1,3],[0,3],[0,3],[2,5],[3,5],[4,5],[20,16],[3,4],[5,9],[0,3],[1,1],[2,0],[1,1],[2,1],[9,1],[3,1],[3,2],[2,2],[0,3],[0,1],[2,4],[0,1],[0,2]],[[6054,8418],[2,2],[1,1],[5,2],[2,2],[1,1],[1,3],[4,15],[1,14],[1,5],[1,4],[2,6],[1,4],[4,6],[1,2],[1,1],[1,1],[4,1],[1,0],[0,1],[1,0],[1,1],[2,2],[1,0],[1,1],[2,0],[1,2],[1,0],[5,-1],[9,-3],[5,0],[7,0],[12,-1],[6,-1],[3,-1],[4,-3],[3,-1],[3,-1],[7,-1],[16,-4],[9,-2],[8,-1],[7,-2],[5,-1],[4,-2],[10,-2],[6,-2],[4,-1],[3,-1],[6,-2],[9,-1],[3,-3],[2,-2],[0,-2],[0,-12],[1,0],[1,2],[0,2],[0,5],[0,3],[-2,5],[-2,4],[2,3],[-1,1],[-2,0],[-2,0],[-2,2],[0,3],[1,2],[2,3],[1,2],[2,2],[2,1],[2,2],[3,1],[3,1],[4,0],[13,0],[8,0],[6,0],[36,-3],[9,-2],[4,-3],[2,-1],[3,-1],[1,0],[2,-2],[1,-1],[2,-1],[1,-1],[2,0],[1,0],[2,0],[2,0],[2,1],[2,0],[3,-2],[3,-2],[1,-2],[-2,-4],[-3,-3],[1,0],[4,2],[1,3],[0,3],[1,1],[4,0],[4,-4],[3,0],[2,0],[1,1],[2,0],[3,-2],[1,0],[1,0],[2,0],[1,1],[1,1],[1,1],[2,0],[1,0],[2,-1],[2,-2],[-1,1],[0,1],[-2,1],[-1,1],[-2,1],[-1,-1],[-1,-1],[-2,-1],[-4,0],[-2,2],[-2,0],[-2,-1],[-3,0],[-2,2],[-2,1],[-9,3],[-2,2],[-3,1],[-1,2],[-1,2],[0,1],[1,1],[1,1],[4,1],[5,1],[6,0],[4,0],[36,-2],[3,-1],[6,-1],[6,-1],[30,-6],[18,-4],[14,-4],[12,-4],[10,-4],[4,0],[2,-1],[3,0],[1,-1],[2,-1],[1,-1],[-1,-2],[4,-7],[0,-2],[-1,-2],[-4,-7],[-2,-2],[-1,-6],[-2,-12],[-2,-5],[-2,-4],[-3,-3],[-3,-2],[-1,-1],[-1,-2],[-1,-2],[-6,-10],[-4,-3],[-11,-8],[-7,-6],[-1,-2],[-2,-2],[-2,-6],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[0,-1],[-8,-9],[-3,-4],[-1,-2],[-1,-2],[1,-6],[0,-2],[-1,-1],[-4,-3],[-1,-1],[1,-2],[0,-2],[0,-18],[0,-2],[1,-1],[2,0],[1,-1],[2,-3],[0,-2],[-1,-3],[0,-4],[2,-5],[0,-1],[0,-6],[-1,-3],[-3,-5],[-1,-4],[2,-16],[4,-9],[1,-6],[0,-4],[-1,-2],[-1,-3],[0,-3],[2,-2],[1,-1],[5,-1],[2,-2],[0,-3],[0,-2],[-2,-5],[-1,-2],[0,-4],[1,-2],[5,-5],[1,-1],[1,-5],[1,-2],[2,-1],[1,-2],[3,-6],[3,-2],[1,-1],[1,-2],[1,-3],[2,-2],[1,0],[1,-1],[5,-2],[2,-1],[3,-4],[1,-2],[3,-10],[3,-6],[0,-1],[1,1],[2,0],[2,0],[1,0],[2,-3],[1,-1],[-1,-3],[-1,-3],[-1,-6],[0,-11],[-3,-6],[-6,-5],[0,-2],[-1,-2],[-1,-3],[-2,-2],[0,-1],[-5,-3],[-4,-5],[-5,-7],[-2,-3],[-4,-7],[4,0],[1,-2],[0,-3],[0,-3],[-1,-1],[-1,0],[0,-1],[1,-1],[1,-1],[1,-3],[0,-2],[-1,-1],[-2,-1],[1,-2],[2,-2],[0,-2],[-1,-4],[0,-1],[-3,-3],[0,-2],[0,-1],[0,-1],[1,-1],[2,-2],[-2,-1],[-1,-1],[-3,-6],[-1,-3],[-11,-13],[-6,-10],[-6,-14],[-2,-4],[-8,-6],[-1,-1],[-2,0],[-4,0],[-1,-1],[-2,-1],[-4,-9],[-2,-1],[-3,-1],[-4,2],[-2,0],[-3,-3]],[[6378,3139],[-2,-2],[-2,-1],[-4,-5],[-3,-4],[-2,-5],[-2,-11],[-3,-6],[-1,-6],[-1,-2],[-4,-2],[-2,-2],[-5,-7],[-6,-4],[-2,-2],[-5,-8],[-1,-1],[0,-1],[-3,-8],[2,-5],[0,-2],[-5,-1],[-10,-6],[-9,-5],[-17,-16],[-2,-1],[0,-3],[0,-2],[-1,-1],[-10,-2],[-2,0],[0,1],[1,1],[2,2],[-1,0],[-1,1],[0,1],[0,1],[0,2],[1,3],[0,1],[-1,1],[-3,2],[-3,1],[-2,0],[1,-1],[4,-2],[-1,-2],[-2,-2],[-2,-1],[-2,0],[0,-1],[0,-2],[0,-2],[2,1],[0,1],[2,-1],[2,-1],[0,-3],[-1,-2],[-2,-2],[-25,-12],[-1,0],[-7,-2],[-3,-3],[-3,-1],[-4,-1],[-20,-9],[-2,0],[-2,-1],[-3,-3],[-2,0],[0,1],[1,1],[0,1],[-2,1],[-1,2],[-2,1],[-4,1],[0,1],[-1,1],[-1,1],[-1,1],[-2,0],[-6,0],[-10,-2],[-4,1],[-3,3],[-5,8],[-4,2],[-3,0],[-7,1],[-5,0],[-5,2],[-5,2],[-5,-1],[-5,2],[-7,-2],[-4,1],[-7,-2],[-3,-1],[-8,-5],[-5,-4],[-7,-4],[-4,1],[-4,-2],[-1,-1],[-1,-3],[-2,4],[-2,0],[-2,1],[1,1],[0,2],[-1,1],[-2,0],[-1,-2],[-2,-2],[-1,0],[-2,1],[-3,-1],[-3,3],[-7,4],[-1,2],[-1,2],[2,2],[2,1],[3,1],[-1,2],[-3,1],[-5,2],[-4,1],[-4,0],[-3,-2],[-1,1],[-2,1],[-4,2],[-2,1],[-2,2],[-7,2],[-9,1],[-9,4],[-1,1],[-2,4],[-2,1],[-3,3],[-3,3],[-2,2],[-2,2],[-3,2],[-1,1],[0,2],[-1,1],[-1,1],[-1,1],[-2,2],[-2,2],[-3,2],[-6,1],[-10,0],[-6,0],[-2,2],[-5,0],[-3,-2],[-1,2],[-3,0],[-3,-1],[-4,-2],[-3,4],[-3,0],[-3,-1],[-5,-1],[-6,-3],[-2,1],[-3,-2],[-3,0],[-3,0],[-4,0],[1,2],[-1,2],[-3,1],[-2,3],[1,5],[-3,3],[-2,4],[-8,10],[-4,1],[-1,2],[-2,5],[-1,2],[-3,1],[-3,0],[-3,1],[-3,0],[-1,2],[-1,5],[-1,3],[-10,13],[-2,2],[-4,3],[-2,1],[-1,3],[-1,2],[-2,16],[-1,11],[2,12],[0,2],[-1,3],[0,3],[0,3],[2,3],[4,4],[0,3],[0,3],[-3,3],[-1,2],[1,3],[1,2],[4,3],[2,3],[0,3],[-2,12],[0,5],[2,4],[4,2],[11,-1],[5,1],[4,2],[4,3],[2,3],[1,2],[0,3],[0,2],[2,5],[1,6],[-1,4],[-2,3],[-5,5],[-1,2],[-1,3],[0,2],[1,6],[-1,3],[0,2],[0,1],[-1,4],[-1,9],[-1,2],[-1,2],[-2,10],[0,3]],[[5437,8884],[3,-2],[4,1],[4,-1],[2,-2],[0,-3],[0,-3],[2,-2],[2,-1],[3,-1],[0,-3],[-1,-2],[-2,-1],[-2,1],[-4,3],[-1,3],[-2,2],[-4,0],[-6,0],[-5,1],[-3,2],[-2,2],[-3,1],[-3,0],[-5,2],[1,2],[3,-1],[6,-1],[5,1],[4,2],[4,0]],[[5497,8884],[-2,-4],[-3,-2],[-4,2],[0,-2],[1,-2],[1,-1],[-13,-2],[-16,1],[-6,0],[2,3],[2,3],[2,3],[4,0],[4,-1],[4,-4],[4,-1],[-2,2],[0,1],[0,1],[1,1],[1,1],[4,4],[2,1],[9,1],[1,0],[1,-1],[1,0],[1,0],[1,-4]],[[5544,8902],[2,-1],[5,0],[3,-1],[1,-2],[0,-2],[-2,-3],[-2,-1],[-3,1],[-3,1],[-3,0],[-3,-1],[-3,0],[-4,0],[-2,-1],[-3,0],[-2,0],[-1,2],[2,2],[2,3],[2,3],[2,3],[2,0],[3,1],[2,2],[2,1],[2,2],[2,1],[-1,-2],[-1,-3],[0,-3],[1,-2]],[[5537,8930],[-2,-2],[1,-1],[2,-1],[1,-3],[0,-2],[2,-2],[2,-3],[-2,-2],[-4,-2],[-3,0],[-4,-3],[-2,-4],[-2,-3],[-1,-4],[-3,-3],[-3,-2],[-6,0],[-5,0],[-4,-1],[-4,0],[-5,1],[-8,0],[-6,-1],[-2,-1],[-3,-3],[-2,-1],[-1,-1],[-3,0],[-1,1],[0,4],[1,2],[0,4],[0,5],[2,4],[4,5],[5,3],[5,3],[5,2],[5,2],[3,0],[4,1],[7,1],[3,1],[2,2],[1,2],[5,0],[8,0],[3,2],[4,2],[1,-2]],[[5485,8922],[-3,-1],[8,6],[3,3],[5,7],[2,5],[1,2],[2,1],[2,2],[0,1],[0,1],[0,2],[2,1],[4,1],[3,-1],[3,-2],[3,-2],[-3,-1],[-1,0],[2,-3],[-2,-5],[-4,-4],[-7,-5],[-20,-8]],[[5517,8959],[0,-2],[0,2],[-2,-3],[-1,-1],[-2,-1],[-3,0],[-3,0],[-2,-2],[-13,-12],[-1,-1],[0,-3],[-1,-2],[-5,-2],[-2,-1],[-1,2],[0,3],[2,3],[0,3],[2,3],[3,1],[4,1],[3,1],[3,3],[5,7],[3,1],[3,1],[9,3],[0,-2],[-1,-1],[0,-1]],[[5516,8967],[-2,-2],[0,1],[-2,-3],[-8,-3],[-3,-1],[3,5],[0,5],[1,4],[4,3],[5,2],[3,0],[2,-2],[-1,-3],[-1,-3],[-1,-3]],[[5536,8978],[-1,-1],[-2,0],[-3,0],[-4,-3],[-1,-2],[-1,-3],[-2,-2],[-3,-1],[1,4],[1,7],[2,2],[2,2],[3,2],[4,0],[2,-2],[1,-1],[0,-2],[1,0]],[[5293,9077],[-1,-2],[-2,0],[-1,4],[-1,4],[1,2],[0,2],[2,0],[0,-1],[2,-1],[1,-4],[-1,-4]],[[5281,9095],[-2,-1],[-2,2],[-1,2],[-1,5],[0,2],[1,1],[2,-2],[2,-5],[1,0],[1,-2],[-1,-2]],[[5298,9097],[-2,-1],[0,2],[2,4],[3,4],[2,1],[2,0],[0,-1],[1,-3],[0,-2],[-2,-2],[-2,-1],[-2,-1],[-2,0]],[[5240,9145],[-1,0],[0,2],[-1,2],[-2,2],[-1,1],[-3,3],[-5,3],[-4,3],[-3,3],[-1,2],[0,3],[0,1],[1,2],[1,1],[5,-5],[4,-5],[9,-9],[1,-1],[1,-2],[0,-3],[-1,-3]],[[5047,9207],[-4,-1],[-3,2],[0,3],[-4,0],[-3,0],[-1,2],[0,1],[1,2],[2,1],[1,1],[3,-2],[5,-1],[4,-2],[1,-3],[-2,-3]],[[5003,9220],[3,0],[1,0],[1,-1],[1,-2],[-3,-2],[-4,0],[-3,1],[0,3],[2,1],[2,0]],[[4841,9234],[3,0],[1,0],[1,0],[1,0],[-2,-2],[3,-3],[-1,-3],[-2,-1],[-4,-2],[1,2],[-3,-1],[-3,0],[-6,0],[-3,0],[-3,2],[-2,1],[-3,-1],[-4,2],[2,4],[4,3],[3,0],[4,2],[3,0],[8,-3],[2,0]],[[5064,9248],[1,-4],[-5,1],[0,-1],[0,-2],[0,-1],[-2,2],[-2,0],[0,-1],[-1,-1],[-3,-3],[-4,-8],[-9,1],[-3,0],[-10,-4],[-3,-2],[1,5],[-3,0],[-3,0],[-4,6],[-3,2],[-4,2],[-2,2],[-4,-4],[-3,-1],[-12,1],[-1,1],[-1,0],[-4,-1],[-1,1],[-7,1],[-3,0],[4,9],[0,2],[1,3],[1,1],[2,1],[3,0],[2,0],[1,1],[2,1],[2,1],[3,-1],[4,2],[4,1],[3,-1],[2,-2],[0,-2],[0,-2],[1,-2],[5,-2],[6,-3],[3,-1],[6,0],[3,1],[2,3],[0,1],[0,5],[1,1],[2,2],[1,1],[1,2],[-1,1],[1,1],[1,2],[1,0],[4,1],[1,0],[2,2],[4,5],[2,2],[1,-3],[2,-2],[2,-1],[1,-1],[0,-3],[3,-6],[0,-3],[6,-9]],[[4595,9348],[-2,-1],[-1,0],[-4,0],[0,1],[3,-1],[2,1],[1,0],[1,0],[9,4],[2,1],[1,1],[0,-1],[-7,-3],[-1,-1],[-4,-1]],[[4625,9354],[3,0],[1,1],[-3,-3],[-6,-1],[-5,0],[-4,3],[4,-1],[4,1],[3,2],[2,5],[1,-1],[1,-2],[0,-2],[-1,-2]],[[4702,9365],[1,-1],[1,-3],[-2,-4],[-5,0],[-5,3],[-3,3],[2,1],[3,0],[5,0],[3,1]],[[4593,9367],[12,0],[3,0],[1,0],[-4,-1],[-1,0],[-2,0],[-2,0],[-2,0],[-1,0],[-5,1],[1,0]],[[4943,9373],[-2,-1],[-6,0],[-4,1],[-3,1],[0,1],[1,0],[-1,1],[0,1],[2,2],[2,4],[2,2],[2,-1],[5,-4],[1,-1],[1,-3],[0,-3]],[[4465,9377],[-2,0],[-3,0],[-1,1],[0,1],[1,0],[1,-1],[1,0],[1,0],[2,-1]],[[3896,9319],[-1,-4],[-1,-3],[2,-3],[-4,-1],[-2,0],[0,-2],[0,-1],[0,-1],[-2,-1],[-3,-1],[-8,-5],[-7,-3],[-25,-6],[-28,-11],[-6,-1],[-4,-2],[-3,-2],[-2,-2],[-1,-6],[1,-6],[6,-20],[15,-25],[11,-12],[4,-4],[19,-8],[2,-2],[2,-2],[0,-2],[-1,-1],[-7,-2],[1,2],[-2,2],[-2,2],[-4,0],[-2,0],[-1,1],[-1,-1],[0,-1],[-1,-1],[-2,-1],[2,-2],[6,-4],[1,-2],[0,-2],[0,-2],[0,-2],[2,-6],[3,-7],[3,-5],[5,-4],[5,-4],[6,-3],[-1,-4],[-1,-6],[-2,-3],[1,-1],[1,-2],[-1,-2],[0,-1],[1,-3],[-1,-3],[-2,-4],[0,-3],[1,-8],[0,-1],[0,-1],[-1,-1],[-1,-1],[-4,-2],[-4,-4],[-2,-1],[-3,-2],[-3,-3],[-4,-5],[-7,-17],[-7,-12],[-1,-4],[-2,-1],[-6,-3],[-3,-2],[-1,-3],[-1,-3],[-1,-6],[-3,-7],[-3,-9],[-9,-12],[-1,-5],[0,-2],[4,-5],[2,-3],[11,-10],[4,-4],[9,-17],[-3,2],[-1,2],[-1,3],[-2,3],[-1,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[3,-1],[2,-2],[2,-2],[1,-4],[0,-3],[-3,0],[-3,1],[-2,2],[0,-3],[1,-2],[3,-4],[2,2],[3,3],[3,2],[2,-3],[1,0],[0,3],[2,-1],[4,-4],[2,-1],[1,0],[2,0],[1,-2],[-5,1],[-3,-2],[-2,-4],[2,-4],[1,5],[0,1],[9,1],[4,-2],[4,-4],[4,-2],[3,3],[0,-2],[0,-1],[1,-1],[1,-1],[-1,-1],[-2,0],[0,-1],[2,-2],[0,-3],[0,-3],[-1,-2],[-2,1],[-3,-2],[-5,-6],[1,-1],[2,1],[2,1],[1,-2],[1,1],[1,1],[1,1],[0,1],[2,-1],[-1,-2],[0,-2],[3,-1],[-3,-1],[0,-2],[3,-3],[-3,-5],[-1,-1],[1,-1],[1,-1],[1,0],[1,-1],[1,0],[2,-1],[1,-1],[0,-1],[1,-1],[4,-2],[6,-2],[7,0],[6,0],[7,2],[21,8],[14,8],[5,3],[3,4],[1,8],[3,3],[3,5],[2,2],[1,0],[4,1],[1,1],[1,0],[1,1],[1,0],[2,1],[2,2],[1,3],[-1,3],[-3,8],[-2,13],[-1,3],[-1,2],[0,1],[0,2],[1,1],[2,5],[0,1],[2,11],[-1,8],[1,1],[1,1],[0,1],[-1,3],[-2,2],[-3,3],[-3,2],[0,4],[1,0],[1,1],[0,1],[0,1],[-3,3],[-3,4],[-9,10],[-4,2],[-3,-1],[-4,13],[-3,7],[-4,5],[-7,6],[-3,2],[-6,1],[-1,3],[-3,6],[-1,2],[-4,3],[-1,5],[-2,2],[-3,4],[-2,1],[-1,1],[-1,2],[0,1],[0,3],[1,8],[-1,2],[-2,1],[-8,4],[-2,3],[-1,4],[1,2],[5,4],[0,1],[-5,7],[-1,1],[0,2],[1,4],[0,3],[-1,1],[-1,2],[-3,2],[-2,2],[-1,1],[-2,1],[0,1],[11,1],[5,0],[5,-2],[2,4],[-1,3],[-2,3],[-1,2],[1,2],[4,3],[1,3],[-4,-1],[-1,0],[-2,1],[-2,1],[-3,3],[-2,1],[6,3],[6,1],[13,1],[6,2],[2,0],[16,8],[6,5],[2,1],[9,4],[28,19],[23,8],[5,2],[3,-1],[5,1],[18,3],[2,2],[3,4],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,3],[4,2],[8,-1],[5,2],[11,7],[5,4],[3,0],[6,0],[8,4],[3,4],[2,5],[-1,3],[0,1],[-1,1],[-2,0],[2,1],[2,0],[2,-1],[1,-2],[2,-1],[2,-2],[1,1],[1,2],[0,2],[2,0],[2,-1],[1,0],[1,-1],[1,0],[0,1],[0,2],[0,1],[-1,0],[-1,1],[0,1],[1,1],[-2,1],[0,2],[-7,2],[-4,0],[0,1],[2,0],[2,0],[-1,1],[-2,1],[-2,0],[-2,1],[-4,2],[6,-1],[5,-2],[4,-2],[3,-1],[1,0],[3,-1],[3,1],[2,-1],[3,-1],[3,1],[1,2],[3,-1],[1,-2],[2,-1],[2,1],[1,-3],[2,-1],[4,-2],[2,-3],[4,-1],[3,2],[1,2],[4,3],[2,2],[0,4],[-3,5],[0,3],[-1,2],[-3,7],[-1,4],[-5,8],[-1,0],[0,-3],[-1,0],[-2,1],[-1,1],[-2,0],[-1,-2],[-1,-1],[-8,-3],[-3,-1],[1,3],[-6,-3],[-2,-1],[-5,0],[-2,-1],[-2,-1],[-3,-2],[-10,-2],[-7,-4],[-4,1],[-3,3],[-1,4],[1,1],[2,2],[0,1],[0,1],[0,1],[-1,1],[0,4],[-1,1],[-1,2],[-1,1],[1,-1],[3,-1],[1,0],[-1,4],[0,2],[-1,1],[-2,1],[0,-1],[-1,-2],[-1,-1],[-1,2],[-4,6],[-1,1],[-1,1],[0,3],[-1,1],[-1,0],[-2,0],[1,2],[1,6],[0,2],[0,3],[3,5],[0,3],[1,3],[4,6],[2,2],[0,3],[0,4],[0,2],[7,0],[3,1],[2,2],[9,9],[4,2],[4,2],[2,-1],[2,-1],[7,-2],[3,-2],[16,-21],[2,-7],[2,-6],[1,-14],[1,-6],[12,-26],[8,-14],[6,-6],[6,-5],[6,0],[3,3],[4,3],[6,2],[13,-1],[6,0],[6,3],[4,3],[3,1],[3,1],[2,-1],[3,-2],[2,0],[5,0],[1,0],[10,-3],[2,0],[1,-1],[2,-2],[3,-1],[2,-1],[6,-1],[25,3],[2,-1],[3,-2],[5,-5],[4,-2],[3,-2],[5,-1],[3,-1],[2,0],[1,1],[1,0],[3,-2],[1,-1],[2,-3],[4,-2],[12,-5],[4,-3],[3,-2],[1,-2],[1,-2],[11,-4],[0,2],[1,1],[0,1],[1,0],[0,-1],[2,-2],[0,-1],[-1,-3],[2,-4],[6,-9],[11,-18],[1,-4],[-1,-2],[-1,1],[-2,1],[-2,1],[-2,1],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[6,-1],[12,0],[4,-3],[-2,-3],[-2,-1],[-7,-1],[-2,-1],[-1,-3],[0,-4],[3,-9],[6,-13],[2,-4],[3,-6],[2,-2],[5,-6],[7,-5],[6,-2],[19,1],[3,0],[3,-2],[4,-1],[3,1],[2,1],[2,1],[2,0],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,1],[0,1],[5,2],[6,2],[20,3],[13,4],[12,1],[14,3],[10,1],[12,0],[11,2],[9,5],[6,2],[6,2],[3,1],[19,1],[17,2],[36,4],[17,0],[2,0],[2,-1],[8,-1],[3,0],[2,1],[2,3],[2,2],[3,1],[3,-1],[10,-4],[10,-2],[3,-3],[7,0],[2,0],[-1,-3],[-3,-2],[-4,-1],[-3,0],[0,-2],[0,-4],[1,-1],[5,-5],[12,-8],[1,-2],[5,-2],[3,-5],[11,-6],[-2,0],[-2,1],[-2,0],[-1,1],[-1,-1],[-1,-1],[3,-4],[4,1],[4,-2],[7,-6],[4,-1],[4,0],[9,0],[-5,2],[-15,6],[-4,4],[45,-17],[19,-5],[5,0],[18,-3],[21,-3],[7,-3],[5,-1],[2,-1],[0,-1],[-11,3],[-4,1],[2,-2],[3,-2],[3,-1],[7,0],[1,0],[2,1],[2,1],[5,1],[5,4],[3,1],[3,1],[8,-2],[12,0],[5,1],[5,3],[1,2],[1,2],[2,6],[0,2],[-1,4],[1,2],[1,-1],[1,-1],[2,0],[2,0],[-1,-1],[-1,0],[-1,-1],[2,-2],[2,0],[2,2],[-2,2],[2,1],[4,5],[2,0],[4,2],[3,0],[-1,-1],[0,-1],[0,1],[2,0],[1,0],[1,-1],[1,0],[1,1],[1,0],[2,0],[3,-1],[1,0],[4,1],[4,4],[5,2],[2,1],[1,1],[1,0],[0,2],[-1,1],[-4,-2],[-3,0],[-4,1],[-2,1],[1,2],[2,0],[1,-1],[2,0],[2,0],[3,2],[3,1],[-1,2],[0,1],[0,1],[-3,0],[0,1],[3,2],[2,-1],[0,-2],[1,-2],[0,-3],[1,0],[1,2],[2,2],[0,4],[6,3],[8,2],[5,4],[1,2],[1,2],[1,2],[4,0],[3,0],[3,0],[2,-1],[7,-3],[2,0],[4,-1],[4,1],[9,2],[3,0],[6,-2],[3,0],[7,1],[21,5],[4,2],[-4,1],[-3,-1],[-4,1],[-4,2],[-3,2],[-8,3],[-4,1],[-8,0],[-3,1],[-4,1],[-3,2],[-4,-1],[-8,-1],[1,0],[1,3],[-2,0],[-2,-1],[-1,-2],[-1,-1],[-2,0],[-11,0],[-2,0],[-5,-3],[-1,0],[-1,-1],[-1,-4],[-2,-1],[-2,1],[-1,2],[-1,2],[0,2],[-1,3],[-3,3],[-2,3],[1,3],[1,1],[1,1],[1,1],[0,2],[1,0],[1,-2],[3,-2],[6,-1],[2,0],[4,-2],[2,-1],[2,1],[9,4],[2,1],[2,0],[1,0],[0,-1],[1,0],[1,-1],[14,1],[4,-2],[2,2],[6,1],[2,1],[1,2],[2,2],[0,3],[1,3],[1,0],[2,-4],[3,-2],[4,-1],[16,-4],[15,-1],[3,0],[7,4],[3,2],[3,-1],[1,0],[0,2],[2,0],[2,-1],[2,0],[0,1],[1,3],[1,1],[1,-1],[1,0],[1,0],[1,0],[1,-1],[-1,-1],[4,-1],[1,2],[2,0],[2,-1],[3,-1],[0,1],[1,1],[1,1],[2,-1],[1,0],[2,0],[10,8],[2,0],[1,-2],[1,-1],[2,-1],[1,0],[2,0],[1,1],[1,2],[3,-1],[10,1],[4,-1],[6,-2],[4,0],[3,0],[7,3],[5,1],[16,6],[3,0],[3,-2],[2,0],[2,0],[3,-1],[15,0],[22,-3],[12,-2],[7,0],[11,-1],[5,-1],[2,0],[2,1],[4,3],[2,0],[10,0],[5,1],[4,3],[1,-2],[4,1],[2,-1],[2,1],[4,2],[5,1],[3,-1],[-3,-1],[-2,-2],[-1,-2],[0,-4],[-1,-1],[-1,2],[-2,-1],[-1,-2],[-3,-1],[-1,0],[-2,-2],[-1,0],[-2,0],[-1,0],[-2,0],[-1,-1],[-10,-1],[-3,-2],[-14,2],[-10,-1],[-2,-1],[-1,-2],[-8,-11],[-3,-3],[-3,1],[-4,1],[-3,0],[-3,-1],[-3,0],[-2,0],[-3,1],[-2,1],[-1,0],[-3,-1],[-1,0],[-4,0],[-10,3],[-8,0],[-36,-5],[-4,-1],[-2,-2],[-1,-3],[-4,-3],[-4,-2],[-2,-1],[0,-2],[4,2],[9,8],[4,3],[6,0],[3,-3],[0,-5],[0,-3],[1,-5],[0,-3],[0,-2],[-2,0],[-2,-1],[-1,0],[-1,1],[-3,2],[-1,0],[-10,1],[-5,-2],[-1,-3],[1,1],[3,1],[1,-4],[1,-1],[1,-1],[-1,-1],[-3,-3],[-2,-2],[3,-1],[0,-2],[-2,-2],[-2,-2],[9,1],[2,1],[1,3],[-3,6],[1,3],[-2,1],[-1,2],[1,2],[1,1],[3,0],[3,-1],[4,-4],[2,1],[1,1],[2,0],[1,0],[5,3],[1,1],[3,-1],[3,-1],[2,-1],[2,-1],[1,-1],[0,-3],[0,-2],[1,-1],[4,-2],[2,-2],[2,-2],[1,-3],[0,-3],[-1,-5],[0,-2],[2,-3],[0,-1],[1,-1],[1,0],[1,-1],[1,-3],[1,-2],[1,-1],[-1,-3],[-2,-2],[-2,-3],[-2,-1],[-2,0],[-3,-1],[-1,0],[-2,0],[-2,1],[0,1],[-1,0],[-3,1],[-2,0],[-3,-1],[0,-3],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,3],[0,1],[-3,1],[-4,-2],[-2,1],[-1,1],[1,1],[0,2],[-1,1],[-2,0],[-1,-1],[-2,-1],[0,-1],[-1,1],[-1,1],[-1,1],[-2,1],[-2,-2],[-2,-1],[-4,1],[1,0],[0,-1],[2,-2],[2,-2],[1,1],[1,1],[1,1],[2,0],[0,-1],[1,-8],[2,-3],[2,0],[-2,2],[0,2],[1,2],[-1,2],[0,1],[1,1],[1,2],[1,0],[0,-1],[0,-3],[0,-1],[3,-1],[2,0],[2,1],[2,1],[2,-1],[2,-2],[1,-1],[4,0],[-2,-4],[1,-1],[3,1],[1,2],[-2,5],[1,3],[3,1],[1,-1],[2,-2],[2,-1],[2,0],[8,2],[4,2],[3,3],[2,3],[0,3],[-3,7],[-1,3],[1,4],[3,1],[3,-1],[4,-1],[6,-5],[4,-5],[4,-12],[1,-3],[2,-2],[1,-3],[0,-3],[2,-3],[1,-2],[-1,-2],[-2,-3],[3,0],[2,-1],[2,-2],[3,-4],[9,-15],[0,-3],[0,-3],[0,-2],[-1,-2],[1,-1],[1,-2],[4,5],[3,5],[4,12],[0,5],[-3,9],[0,6],[3,-2],[3,-4],[6,-10],[1,-4],[0,-21],[-1,-7],[-5,-4],[6,2],[2,5],[2,7],[-2,19],[-1,3],[-3,6],[-1,4],[9,-1],[2,-1],[2,-2],[0,-2],[2,-2],[1,0],[5,-2],[3,0],[1,0],[1,1],[-2,1],[-1,1],[-5,1],[-2,0],[0,1],[-5,5],[-2,1],[-2,0],[-9,1],[-2,0],[-3,3],[2,3],[1,2],[2,2],[2,1],[13,-3],[7,-3],[6,-3],[15,-12],[3,-2],[5,-7],[4,-3],[3,-1],[0,-2],[0,-2],[2,-2],[1,-1],[0,-2],[-2,-4],[-3,-6],[0,-3],[1,0],[4,9],[2,8],[3,0],[2,-3],[2,-4],[1,-2],[0,-3],[0,-13],[2,3],[0,3],[0,7],[0,2],[0,1],[-1,1],[-1,1],[-1,2],[-1,3],[-1,2],[-1,1],[-3,0],[-1,1],[0,1],[-3,3],[-1,2],[0,1],[-1,1],[1,0],[5,1],[6,-1],[12,-4],[1,0],[11,-2],[3,2],[-1,2],[-2,2],[-1,2],[-2,0],[-1,1],[-2,2],[0,1],[-1,1],[-2,1],[-2,1],[-1,2],[1,1],[4,-1],[2,0],[2,-1],[4,-3],[7,-3],[5,-4],[5,-3],[2,-3],[6,-7],[-1,4],[-3,5],[-1,2],[-5,2],[-2,3],[2,-2],[3,0],[2,-1],[2,-1],[2,-1],[4,-5],[3,-2],[2,-2],[2,-3],[3,-3],[2,-1],[3,-3],[7,-5],[4,-3],[1,-5],[3,-3],[2,1],[-2,3],[4,0],[8,-5],[3,2],[1,-1],[5,1],[3,0],[5,-3],[6,-2],[3,-2],[1,-2],[-1,0],[-1,0],[-1,2],[0,-5],[1,-2],[1,-1],[1,0],[1,1],[1,0],[3,0],[3,-2],[3,-1],[3,-2],[1,-2],[2,-3],[3,-2],[0,-1],[0,-1],[1,-1],[2,-1],[1,0],[1,-3],[1,-4],[0,-4],[-2,-3],[-1,1],[0,1],[-1,1],[-1,-2],[0,-2],[-1,-2],[-2,-1],[-2,-1],[-4,-2],[-1,0],[-2,-1],[-2,0],[-2,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[-1,0],[-3,-1],[-9,-8],[-3,-1],[-3,-2],[-3,-5],[-4,-9],[2,1],[2,2],[2,2],[0,2],[1,1],[13,11],[3,3],[1,-3],[-1,-1],[-2,-3],[-1,-1],[-1,-1],[0,-4],[-1,-1],[-1,-1],[0,-1],[0,-3],[-1,-2],[-1,-1],[-2,0],[-1,-1],[-6,-6],[-1,0],[0,-1],[-3,-4],[-1,-3],[-1,-6],[-1,-2],[1,-3],[0,-2],[-2,-6],[-8,-12],[-2,-7],[0,-7],[-2,-6],[-4,-3],[-6,0],[-9,3],[-2,0],[-26,-2],[-7,1],[-6,4],[-3,0],[-3,-1],[-2,-1],[0,-3],[1,-2],[8,-4],[6,-2],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[3,1],[1,0],[1,0],[1,-2],[3,-2],[1,0],[2,-1],[2,-2],[0,-1],[3,0],[6,1],[3,0],[1,-1],[1,-2],[1,-2],[1,-2],[1,-1],[4,-3],[2,-2],[5,3],[2,2],[0,3],[1,2],[3,2],[2,2],[2,1],[4,1],[9,-1],[7,1],[4,0],[0,-2],[-2,-2],[-6,-1],[-1,-3],[0,-3],[0,-2],[1,-1],[1,-1],[0,2],[0,4],[1,2],[1,1],[1,1],[2,0],[1,0],[2,0],[0,1],[1,2],[0,1],[1,1],[2,2],[0,2],[0,3],[1,2],[0,1],[0,1],[1,0],[3,-1],[3,1],[3,1],[15,2],[19,2],[3,-2],[1,-1],[2,-2],[2,-1],[2,-1],[3,-1],[10,0],[9,-3],[3,1],[1,0],[1,4],[3,3],[4,6],[5,2],[26,-2],[6,-1],[6,-3],[5,-3],[3,-2],[7,-1]],[[5069,9998],[-1,0],[-1,1],[1,0],[1,0],[0,-1]]],"transform":{"scale":[0.07590466686870931,-0.076007600760076],"translate":[100.51461798988782,780]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment