Skip to content

Instantly share code, notes, and snippets.

@dnseminara
Created June 18, 2014 19:18
Show Gist options
  • Save dnseminara/1e9b8154afe7f5597862 to your computer and use it in GitHub Desktop.
Save dnseminara/1e9b8154afe7f5597862 to your computer and use it in GitHub Desktop.
Public Transportation in Major Metropolitan Statistical Areas
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.states {
fill: #99CCFF;
stroke: #fff;
}
.symbol {
fill: #FFCC33;
fill-opacity: .7;
stroke: #666666;
}
.symbol:hover {
fill: #CC9900;
fill-opacity: .9;
stroke: #000000;
}
.d3-tip {
line-height: 1;
font-weight: bold;
padding: 6px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 2px;
max-width: 250px;
text-align: center;
}
.d3-tip:after {
box-sizing: border-box;
display: inline;
font-size: 10px;
width: 100%;
line-height: 1;
color: rgba(0, 0, 0, 0.8);
content: "\25BC";
position: absolute;
text-align: center;
}
.d3-tip.n:after {
margin: -1px 0 0 0;
top: 100%;
left: 0;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js"></script>
<script src="http://d3js.org/queue.v1.min.js"></script>
<script>
var width = 960,
height = 600;
var radius = d3.scale.sqrt()
.domain([0, 750])
.range([0, 12]);
var tip = d3.tip().attr('class', 'd3-tip').html(function(d) { return d.properties.NAMELSAD.replace(" Metro Area", "") + ": " + (d.properties.metro)/100 + "%"; });
var path = d3.geo.path();
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
queue()
.defer(d3.json, "us.json")
.defer(d3.json, "msa.json")
.await(ready);
function ready(error, us, msa) {
svg.append("path")
.attr("class", "states")
.datum(topojson.feature(us, us.objects.us_states))
.attr("d", path);
svg.call(tip)
svg.selectAll(".symbol")
.data(msa.features.sort(function(a, b) { return b.properties.metro - a.properties.metro; }))
.enter().append("path")
.attr("class", "symbol")
.attr("d", path.pointRadius(function(d) { return radius(d.properties.metro); }))
.on("mouseover", tip.show)
.on("mouseout", tip.hide)
}
</script>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"us_states":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::4269"}},"geometries":[{"type":"Polygon","id":"0400000US04","arcs":[[0,1,2,3,4]]},{"type":"Polygon","id":"0400000US05","arcs":[[5,6,7,8,9,10]]},{"type":"MultiPolygon","id":"0400000US06","arcs":[[[11]],[[12]],[[13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19,20,-3,21]]]},{"type":"Polygon","id":"0400000US08","arcs":[[22,23,24,25,26,27]]},{"type":"Polygon","id":"0400000US09","arcs":[[28,29,30,31]]},{"type":"Polygon","id":"0400000US11","arcs":[[32,33]]},{"type":"Polygon","id":"0400000US13","arcs":[[34,35,36,37,38,39]]},{"type":"MultiPolygon","id":"0400000US15","arcs":[[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[47]]]},{"type":"Polygon","id":"0400000US17","arcs":[[48,49,50,51,52,53]]},{"type":"Polygon","id":"0400000US18","arcs":[[54,-50,55,56,57]]},{"type":"MultiPolygon","id":"0400000US22","arcs":[[[58]],[[-11,59,60,61]]]},{"type":"Polygon","id":"0400000US27","arcs":[[62,63,64,65,66]]},{"type":"MultiPolygon","id":"0400000US28","arcs":[[[67]],[[68]],[[69]],[[70]],[[71,72,-60,-10,73]]]},{"type":"Polygon","id":"0400000US30","arcs":[[74,75,76,77,78]]},{"type":"Polygon","id":"0400000US35","arcs":[[79,-1,-26,80,81]]},{"type":"Polygon","id":"0400000US38","arcs":[[-77,82,-65,83]]},{"type":"Polygon","id":"0400000US40","arcs":[[-81,-25,84,85,-7,86]]},{"type":"Polygon","id":"0400000US42","arcs":[[87,88,89,90,91,92,93]]},{"type":"Polygon","id":"0400000US47","arcs":[[94,-40,95,-74,-9,96,97,98,99,100]]},{"type":"MultiPolygon","id":"0400000US51","arcs":[[[101,102]],[[103]],[[104,105]],[[106,-34,107,108,109,-101,110,111]]]},{"type":"MultiPolygon","id":"0400000US10","arcs":[[[112]],[[113,114]],[[115,116,117,-93]]]},{"type":"Polygon","id":"0400000US54","arcs":[[118,119,-88,120,-112]]},{"type":"MultiPolygon","id":"0400000US55","arcs":[[[121]],[[122]],[[123]],[[124]],[[-54,125,-67,126,127,128]]]},{"type":"Polygon","id":"0400000US56","arcs":[[129,-28,130,131,-79,132]]},{"type":"MultiPolygon","id":"0400000US01","arcs":[[[133]],[[-39,134,135,-72,-96]]]},{"type":"MultiPolygon","id":"0400000US02","arcs":[[[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]]]},{"type":"MultiPolygon","id":"0400000US12","arcs":[[[217]],[[218]],[[219]],[[220]],[[221]],[[222]],[[223]],[[224]],[[225]],[[226]],[[227]],[[228]],[[229,-135,-38]]]},{"type":"Polygon","id":"0400000US16","arcs":[[-132,230,231,232,233,234,-75]]},{"type":"Polygon","id":"0400000US20","arcs":[[-24,235,236,-85]]},{"type":"MultiPolygon","id":"0400000US24","arcs":[[[237]],[[-106,238]],[[-108,-33,-107,-121,-94,-118,239,-103,240]]]},{"type":"Polygon","id":"0400000US34","arcs":[[241,242,-115,243,-116,-92]]},{"type":"MultiPolygon","id":"0400000US37","arcs":[[[244]],[[245]],[[246,247,-35,-95,-110]]]},{"type":"Polygon","id":"0400000US45","arcs":[[248,-36,-248]]},{"type":"MultiPolygon","id":"0400000US53","arcs":[[[249]],[[250]],[[251]],[[252]],[[253]],[[254]],[[255]],[[256]],[[257]],[[258]],[[-234,259,260]]]},{"type":"Polygon","id":"0400000US50","arcs":[[261,262,263,264]]},{"type":"Polygon","id":"0400000US49","arcs":[[-131,-27,-5,265,-231]]},{"type":"Polygon","id":"0400000US19","arcs":[[-53,266,267,268,-63,-126]]},{"type":"MultiPolygon","id":"0400000US21","arcs":[[[269,-98]],[[-111,-100,270,-51,-55,271,-119]]]},{"type":"MultiPolygon","id":"0400000US23","arcs":[[[272]],[[273]],[[274]],[[275]],[[276]],[[277]],[[278]],[[279]],[[280]],[[281]],[[282]],[[283]],[[284]],[[285]],[[286]],[[287]],[[288]],[[289]],[[290]],[[291]],[[292]],[[293,294]]]},{"type":"MultiPolygon","id":"0400000US25","arcs":[[[295]],[[296]],[[297]],[[298,-262,299,300,301,302,303,-32]]]},{"type":"MultiPolygon","id":"0400000US26","arcs":[[[304]],[[305]],[[306]],[[307]],[[308]],[[309,-57,310]],[[311,-128]]]},{"type":"Polygon","id":"0400000US29","arcs":[[-8,-86,-237,312,-267,-52,-271,-99,-270,-97]]},{"type":"Polygon","id":"0400000US31","arcs":[[313,-268,-313,-236,-23,-130]]},{"type":"Polygon","id":"0400000US32","arcs":[[-4,-21,314,-232,-266]]},{"type":"Polygon","id":"0400000US33","arcs":[[315,-300,-265,316,-294]]},{"type":"MultiPolygon","id":"0400000US36","arcs":[[[317]],[[318]],[[319]],[[320]],[[-299,-31,321,-242,-91,322,-263]]]},{"type":"MultiPolygon","id":"0400000US39","arcs":[[[323]],[[324]],[[325]],[[326]],[[-272,-58,-310,327,-89,-120]]]},{"type":"Polygon","id":"0400000US41","arcs":[[-233,-315,-20,328,-260]]},{"type":"MultiPolygon","id":"0400000US44","arcs":[[[329]],[[330]],[[331]],[[332]],[[-29,-304,333]],[[334,-302]]]},{"type":"Polygon","id":"0400000US46","arcs":[[-78,-84,-64,-269,-314,-133]]},{"type":"MultiPolygon","id":"0400000US48","arcs":[[[335]],[[-6,-62,336,-82,-87]]]}]}},"arcs":[[[1953,3448],[0,-6],[0,-18],[0,-166],[0,-15],[0,-7],[0,-1],[0,-51],[0,-13],[0,-71],[0,-41],[0,-72],[0,-11],[0,-142],[0,-77],[0,-1],[0,-1],[0,-30],[0,-13],[0,-9],[0,-4],[0,-1],[0,-55],[0,-16],[0,-1],[0,-1],[0,-49],[0,-64],[0,-1],[0,-11],[0,-3],[0,-27],[0,-2],[0,-9],[0,-3],[0,-57],[0,-32]],[[1953,2367],[-11,1],[-28,0],[-9,0],[-6,-1],[-3,2],[-8,16],[-6,13],[-18,40],[-18,37],[-7,15],[-6,12],[-4,10],[-21,45],[-16,32],[0,23],[0,1],[1,1],[1,6],[0,1],[1,11]],[[1795,2632],[1,3],[1,0],[1,-1],[3,18],[1,10],[0,5],[0,13],[-1,10],[-1,1],[-1,1],[0,-1],[-1,-1],[0,1],[-2,4],[-1,8],[0,3],[0,4],[1,3],[0,3],[0,5],[0,14],[-1,15],[0,11],[1,4],[1,3],[1,5],[0,7],[1,7],[1,7],[0,2],[0,2],[0,17],[0,1],[0,1],[1,1],[0,2],[0,10],[-1,9],[0,6],[0,15],[1,9],[1,6],[1,5],[0,3],[0,8],[0,2],[0,3],[0,1],[1,0],[1,2],[1,3],[0,2],[2,6],[1,5],[1,9],[1,1],[0,1],[0,8],[-1,9],[-1,2],[-1,8],[-3,9],[-3,39],[0,7],[-3,14],[-2,20],[0,1],[0,3],[0,3],[0,15],[0,1],[0,2]],[[1797,3067],[0,3],[0,2],[1,13],[0,5],[1,1],[0,2],[0,5],[0,4],[-1,27],[0,5],[-1,11],[0,4],[-1,3],[0,8],[0,2],[0,2],[0,2],[1,15],[0,2],[0,2],[-1,4],[0,2],[-1,9],[0,22],[0,7],[0,5],[0,13],[-1,7],[0,20],[0,2],[0,1],[3,8],[2,1],[2,0],[3,-1],[1,-2],[1,-5],[0,-4],[0,-2],[0,-2],[1,-3],[1,-5],[0,-1],[0,-1],[1,1],[2,1],[0,1],[0,2],[0,7],[1,5],[1,16],[0,1],[1,1],[0,10],[0,8],[0,15],[0,20],[-1,35],[0,27],[0,8],[0,30]],[[1813,3448],[3,0],[28,0],[2,0],[8,0],[1,0],[1,0],[4,0],[1,0],[26,0],[0,1],[6,-1],[12,1],[8,0],[4,-1],[9,0],[18,0],[3,0],[1,0],[1,0],[4,0]],[[2371,2689],[0,12],[0,2],[0,8],[0,1],[0,1],[0,11],[0,2],[0,6],[0,1],[0,2],[0,2],[0,11],[0,4],[0,1],[0,1],[0,2],[0,1],[0,9],[0,2],[0,1],[0,6],[0,4],[0,10],[0,2],[-1,3],[0,1],[-3,4],[-2,-2],[-3,-8],[-1,5],[-2,6],[0,1],[0,3],[0,3]],[[2359,2807],[0,3],[0,2],[0,5],[0,4],[0,1],[0,7],[0,1],[0,6],[0,1],[0,2],[0,5],[0,4],[0,5],[0,1],[0,10],[0,1],[0,2],[0,1],[0,12],[0,32],[0,31],[0,2],[0,8],[0,2],[0,1],[0,17],[0,7],[0,1],[0,16],[0,2],[0,16],[1,24],[0,1],[0,3],[0,3],[0,1],[0,7],[0,36],[0,1],[0,8],[0,1],[0,4],[0,3],[0,5],[0,1],[0,6],[0,3],[0,3],[0,11],[0,3],[0,2],[0,1],[0,1],[-1,35],[0,1],[0,1],[0,9],[-1,16],[0,1],[0,6],[0,1],[0,5],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[0,2],[-1,17],[0,2],[0,4],[0,4],[0,2],[0,1],[0,1],[0,13],[0,5],[-1,10],[0,1],[0,4],[0,1],[0,5],[0,3],[0,1],[0,1],[0,2],[0,10],[0,8],[-1,8],[0,3],[0,1],[0,3],[0,8],[0,2],[0,2],[0,3]],[[2355,3353],[1,0],[2,0],[11,0],[1,0],[3,0],[1,0],[1,0],[1,0],[4,0],[4,0],[2,0],[2,0],[1,0],[2,0],[1,0],[5,0],[1,0],[2,0],[3,-1],[1,0],[0,1],[2,-1],[7,0],[6,0],[3,1],[2,0],[1,0],[1,0],[1,0],[1,0],[3,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,-1],[1,0],[5,0],[1,0],[2,0],[1,0],[2,0],[0,1],[2,0],[2,0],[1,0],[2,0],[2,0],[1,0],[1,0],[1,0],[3,0],[4,0],[3,-1],[1,0],[1,0],[0,-1],[1,-10],[1,-9],[1,-2],[0,-15],[-1,-4],[0,-2],[-1,-1],[-2,-12],[-1,-3],[-2,-18],[-2,-15],[0,-3],[1,0],[1,0],[4,0],[1,0],[4,0],[1,0],[1,0],[1,0],[3,1],[1,0]],[[2491,3258],[0,-5],[1,-5],[0,-9],[0,-1],[-1,2],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-4,-12],[-1,-2],[0,1],[-1,2],[-1,-4],[0,-1],[0,-2],[0,-6],[0,-5],[1,-2],[0,-1],[1,0],[0,1],[-1,-23],[-1,0],[0,-1],[-2,5],[0,-1],[-1,-1],[1,-13],[0,-2],[-1,-2],[0,2],[-1,1],[-1,1],[-1,-8],[0,-3],[-1,-7],[1,0],[0,-2],[1,1],[1,3],[0,-3],[0,-2],[-1,-12],[-1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,-1],[0,1],[1,-1],[0,-1],[0,-4],[0,-2],[0,-1],[1,-13],[0,-1],[-1,-3],[0,-1],[-1,1],[0,3],[-1,-2],[0,-2],[-1,-10],[-3,-5],[0,-5],[0,-3]],[[2475,3066],[1,-8],[1,-3],[0,-6],[-2,-9],[0,-2],[-3,-3],[-1,4],[0,1],[-1,-1],[0,-4],[0,-10],[0,-2],[0,-1],[0,1],[-1,2],[0,1],[-1,-4],[0,-7],[1,-4],[0,-3],[0,-2],[0,-3],[-1,-1],[0,1],[-1,-2],[0,-2],[1,-23],[0,-17],[-1,-4],[-1,-4],[-1,-3],[-3,-3],[-2,-23],[-1,-2],[-1,-1],[0,-3],[1,-3],[0,-2],[0,-3],[0,-2],[-1,0],[-1,-5],[0,-1],[1,-1],[0,-2],[0,-3],[1,-1],[0,-4],[0,-7],[-2,-4],[-2,-1],[-2,-6],[0,-2],[2,-9],[-1,-14],[-2,-12],[0,-6],[0,-4],[0,-4],[0,-2],[0,-1],[0,-1],[-1,-1],[0,1],[-1,-1],[0,-2],[0,-2],[0,-2],[1,-4],[1,-4],[0,-2],[-1,-2],[-2,-3],[0,-2],[0,-1],[1,-5],[2,-10],[0,-5],[0,-4],[-2,-2],[2,-23],[1,-10],[0,-4],[0,-15],[-1,-20],[-1,-5],[0,-2]],[[2451,2686],[-3,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-9,0],[-3,0],[-4,0],[-2,0],[-2,0],[-1,0],[-2,1],[-1,0],[-6,0],[-1,0],[-2,0],[-1,1],[-3,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-8,0],[-6,0]],[[1641,2876],[0,1],[0,1],[1,0],[0,-1],[1,1],[1,2],[0,1],[1,-1],[1,1],[0,1],[0,1],[1,0],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-2],[0,-1],[1,0],[0,1],[0,-3],[0,-2],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,5],[0,1],[-1,4],[0,1],[0,1],[0,3],[-1,3],[0,2]],[[1654,2887],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-3],[2,-1],[1,1],[0,2],[0,1],[0,3],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,1],[-1,-1],[-1,1],[-1,1],[-1,2],[0,1],[0,3],[0,2],[0,3],[0,1],[0,3],[-1,2],[0,2],[0,2],[1,-1],[1,0],[1,-2],[0,-2],[1,1]],[[1635,2884],[0,-1],[1,3],[0,1],[0,-1],[1,0],[0,2],[0,1],[0,1],[0,1],[1,-1],[0,-3],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,1],[-1,2],[0,-1],[-1,0],[0,1],[0,1],[0,1]],[[1660,2739],[1,1],[1,-3],[0,-1],[1,-1],[0,-1],[1,-5],[-1,-2],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,3],[0,1],[0,1],[-1,4],[1,-2],[0,1],[0,1]],[[1664,2877],[-1,1],[0,1],[1,0],[0,-1],[1,-1],[0,2],[1,0],[-1,-1],[0,-1],[-1,0]],[[1689,2666],[0,2],[-1,7],[0,2],[-1,3],[0,7],[0,1],[0,3],[0,1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-5],[1,-2],[1,-7],[0,-2],[0,-1],[1,-2],[0,-2],[2,-11],[1,-4],[-1,0],[0,1],[-1,0],[0,-1],[0,-4],[-1,1],[1,1],[-1,2],[-1,4],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,3],[0,1]],[[1690,2771],[1,-4],[1,0],[1,-3],[0,-1],[0,-3],[1,-8],[1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[0,2],[-1,2],[-1,1],[-1,-1],[0,1],[-1,1],[0,3],[0,2],[0,3],[0,3],[0,5],[0,2],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,2],[0,4],[0,1],[0,1],[0,-1],[1,0],[1,-1],[1,-4]],[[1581,3606],[0,1],[1,0],[0,-2],[0,-2],[0,-1],[0,1],[0,1],[-1,2]],[[1530,4401],[3,0],[1,0],[7,0],[6,1],[3,0],[4,0],[4,0],[2,1],[3,-1],[1,0],[10,1],[4,0],[3,0],[3,0],[4,0],[4,-1],[8,0],[1,0],[3,-1],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[5,0],[3,-1],[4,0],[5,0],[11,0],[1,0],[8,1]],[[1648,4401],[0,-155],[0,-59],[0,-1],[0,-1],[0,-69],[0,-34],[0,-11],[0,-1],[0,-26],[0,-6],[0,-3],[0,-1],[0,-56],[0,-11],[0,-53],[0,-24],[0,-1],[0,-16],[0,-12],[0,-10],[0,-9],[0,-12],[2,-13],[9,-42],[3,-12],[1,-6],[3,-16],[5,-23],[1,-4],[11,-51],[9,-44],[10,-53],[6,-29],[9,-47],[10,-47],[4,-24],[15,-74],[10,-57],[1,-1],[5,-27],[0,-2],[1,-7],[5,-24],[1,-6],[7,-36],[0,-2],[0,-1],[3,-13],[0,-4],[2,-7],[2,-10],[0,-2],[6,-34],[3,-18],[0,-1],[5,-26]],[[1795,2632],[-21,-10],[-11,-6],[-7,-3],[-8,-5],[-20,-11],[0,8],[0,4],[0,4],[-1,1],[0,7],[0,2],[-1,2],[0,1],[-1,0],[0,-1],[0,-2],[-1,-1],[0,6],[0,5],[0,4],[0,1],[0,7],[0,3],[-1,4],[0,3],[0,1],[1,1],[0,2],[0,2],[0,5],[0,6],[0,2],[-1,14],[0,4],[0,8],[0,3],[-1,6],[-1,8],[0,1],[-1,6],[0,2],[-1,11],[-1,5],[-1,7],[-1,6],[-1,3],[0,1],[-1,4],[0,5],[-1,1],[-1,5],[0,-1],[0,-1],[-1,1],[0,5],[-1,6],[-1,5],[0,1],[0,1],[-1,4],[-1,3],[-1,2],[-1,1],[0,3],[0,1],[-2,5],[0,4],[-1,7],[-1,4],[-1,2],[0,2],[-1,1],[0,1],[-1,0],[0,-3],[0,-2],[0,-4],[-2,-2],[-1,1],[-1,4],[-1,1],[0,1],[-1,-1],[0,1],[0,6],[0,2],[0,3],[0,1],[1,2],[0,5],[-1,8],[-1,11],[0,5],[-1,5],[0,1],[-1,3],[0,2],[-1,2],[0,1],[-1,0],[-1,-1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-2],[-1,-4],[0,3],[-1,2],[0,2],[-2,1],[0,1],[-1,-1],[0,1],[-1,3],[0,1],[-1,0],[0,3],[-1,1],[-1,2],[0,-1],[-1,1],[-1,4],[-1,4],[0,1],[-1,3],[0,3],[-1,7],[0,4],[0,3],[0,3],[-1,2],[0,-1],[0,1],[-1,3],[0,2],[-1,3],[-1,6],[0,1],[-1,0],[0,3],[-1,1],[-1,2],[0,2],[-1,3],[-2,1],[0,-1],[0,1],[-1,-1],[-1,0],[1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,2],[-1,1],[-1,-1],[0,-1],[-1,0],[-1,5],[-1,0],[0,2],[-1,3],[-1,1],[-1,-1],[-1,0],[-1,2],[-1,0],[-2,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[-3,-2],[0,-1],[0,1],[-1,5],[0,1],[0,2],[-1,6],[0,1],[-1,5],[-1,0],[-1,0],[0,2],[0,3],[0,4],[0,6],[1,11],[0,3],[0,4],[-1,2],[0,3],[0,7],[1,5],[0,5],[0,3],[0,1],[-1,3],[0,3],[0,1],[-1,0],[0,1],[1,13],[0,5],[0,6],[0,6],[0,3],[0,4],[0,4],[0,3],[0,2],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[0,-1],[0,-1],[0,-2],[-1,2],[0,2],[-1,1],[-1,4],[-1,4],[0,4],[0,1],[0,5],[0,3],[1,6],[0,4],[0,3],[0,6],[0,2],[-1,5],[0,2],[-1,1],[-1,0],[0,1],[0,2],[0,-1],[-1,1],[-1,4],[-1,5],[-1,7],[-1,9],[0,1],[0,1],[-1,6],[0,1],[-1,0],[-1,3],[-1,2],[0,1],[0,3],[0,2],[-1,1],[0,2],[0,7],[0,4],[0,2],[-1,2],[0,2],[-1,4],[0,4],[-1,2],[0,1],[0,1],[-1,4],[0,2],[0,1],[0,3],[-1,10],[0,6],[0,1],[-1,1],[-1,1],[0,1],[-1,5],[0,1],[0,2],[0,1],[0,3],[0,3],[-1,2],[-1,10],[-1,6],[-2,6],[0,1],[-1,0],[0,2],[0,1],[-1,2],[0,4],[0,2],[-1,2],[0,3],[0,4],[0,4],[0,1],[0,3],[0,3],[-1,2],[0,2],[0,2],[0,5],[0,4],[0,2],[0,2],[0,2],[0,1],[0,2],[0,1],[0,6],[0,2],[-1,0],[0,-1],[0,2],[0,1],[0,1],[1,6],[0,3],[0,1],[1,-5],[0,-2],[1,1],[0,1],[0,4],[1,2],[0,3],[0,5],[0,6],[0,7],[1,10],[0,2],[-1,6],[0,1],[0,5],[-1,10],[-1,4],[0,2],[0,1],[-1,2],[-1,-1],[0,-4],[-1,1],[0,1],[-1,0],[0,-2],[0,-1],[-1,0],[0,1],[-1,1],[-1,3],[0,2],[-1,4],[-1,2],[-1,9],[0,2],[-1,6],[0,1],[-1,1],[0,1],[0,-1],[0,1],[0,2],[0,1],[-1,2],[0,2],[0,1],[0,2],[-1,2],[0,1],[0,2],[0,4],[0,1],[-1,2],[0,1],[0,2],[1,3],[0,13],[0,5],[0,3],[-1,3],[0,8],[0,5],[-1,4],[0,3],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,5],[0,3],[0,1],[0,2],[0,4],[0,3],[0,2],[0,2],[0,6],[0,8],[0,4],[0,3],[0,5],[0,4],[0,2],[0,2],[0,-1],[0,1],[1,4],[0,-1],[1,1],[1,0],[0,-1],[0,-3],[1,-11],[0,-1],[0,-2],[-1,-2],[0,-5],[1,-4],[0,-1],[-1,-1],[0,-2],[1,-2],[0,-2],[0,-1],[-1,-1],[1,-3],[1,0],[0,-1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[0,-3],[0,-4],[1,0],[0,1],[0,-1],[1,1],[0,4],[-1,6],[0,1],[0,3],[0,1],[0,3],[0,1],[0,6],[-1,6],[0,1],[0,1],[0,2],[-1,1],[0,2],[-1,3],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,2],[0,2],[0,1],[1,1],[0,3],[-1,5],[0,3],[0,1],[0,2],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,2],[0,1],[-1,2],[0,1],[0,4],[1,-1],[1,4],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,-1],[0,1],[1,0],[0,2],[1,4],[0,2],[0,1],[-1,3],[0,2],[0,4],[-1,2],[-1,5],[-1,2],[0,-3],[-1,-4],[-1,0],[0,1],[0,-1],[-1,-1],[0,-3],[0,-1],[1,-3],[-1,-3],[0,-5],[0,-2],[0,-1],[1,-2],[0,-2],[1,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-2],[0,-1],[-1,-2],[0,1],[0,-1],[0,-1],[0,-6],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,3],[0,1],[-1,3],[0,2],[-1,2],[0,2],[-1,0],[0,-1],[-1,-1],[0,2],[0,3],[-1,1],[0,2],[-1,3],[0,3],[0,1],[-1,4],[-1,4],[-1,2],[-1,1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-2,1],[1,1],[0,1],[0,7],[1,13],[0,5],[1,3],[0,2],[-1,2],[0,3],[0,2],[0,1],[-1,5],[0,1],[0,1],[1,-1],[0,1],[0,2],[0,3],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,-1],[0,-1],[0,-1],[-1,1],[0,3],[0,3],[0,5],[0,5],[-1,5],[0,4],[0,3],[-1,2],[0,2],[-1,4],[-2,3],[-1,6],[0,1],[-1,4],[0,4],[-1,2],[0,2],[0,3],[-1,4],[0,1],[0,1],[-1,6],[0,2],[-1,4],[0,3],[-1,1],[0,3],[-1,2],[0,2],[-1,4],[0,1],[-1,2],[0,1],[0,1],[-1,4],[0,2],[0,2],[0,1],[-1,4],[-1,4],[0,1],[0,2],[0,1],[0,4],[0,2],[0,2],[1,5],[0,4],[0,2],[0,5],[-1,9],[0,4],[0,2],[0,1],[-1,4],[0,5],[0,1],[0,3],[0,5],[-1,5],[0,1],[0,2],[0,1],[0,1],[0,4],[0,2],[-1,3],[0,1],[0,3],[0,2],[0,2],[0,5],[0,8],[1,8],[0,4],[0,2],[1,6],[0,1],[-1,9],[0,1],[0,2],[0,7],[0,5],[0,5],[-1,2],[0,2],[0,1],[0,3],[0,5],[0,3],[-1,7],[0,1],[0,2],[-1,3],[0,3],[0,1],[-1,5],[0,2],[-1,3],[0,5],[-1,2],[0,6],[-1,2],[0,2],[-1,0],[0,-1],[0,1],[0,1],[0,7],[0,2],[-1,5],[-1,2],[0,2],[-1,1],[-1,6],[0,2],[-1,2],[-1,5],[-1,4],[0,2],[0,1],[-1,1],[0,2],[0,3],[1,7],[-1,3],[0,1],[0,3],[0,5],[0,3],[0,1],[-1,2],[0,3],[0,3],[0,1],[0,3],[1,6],[0,2],[0,1],[0,2],[0,1],[0,5],[1,13],[1,4],[0,1],[0,7],[1,10],[1,7],[1,7],[0,7],[1,6],[0,10],[1,12],[0,7],[0,4],[0,1],[-1,0],[0,1],[0,6],[0,2],[0,4],[0,2],[0,1],[0,1],[0,1],[1,8],[0,8],[0,2],[1,9],[0,11],[0,5],[1,13],[-1,5],[0,1],[0,6],[0,1],[0,7],[0,2],[-1,3],[0,1],[1,2],[-1,3],[0,3],[0,2],[0,2],[0,3],[-1,3],[0,1],[0,6],[0,2],[0,2],[0,2],[-1,1],[0,-1],[0,-1],[0,2],[-1,5],[-1,0],[0,2],[0,2],[1,5],[0,5],[0,8],[1,10],[0,9],[-1,2]],[[2092,4211],[1,0],[1,0],[1,0],[1,0],[1,0],[8,0],[2,0],[1,0],[2,0],[1,0],[8,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[2,0],[1,0],[1,0],[1,0],[2,0],[3,0],[2,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[0,-48],[0,-10],[0,-30],[0,-4],[0,-15],[0,-8],[0,-1],[0,-8],[0,-22],[0,-1],[0,-13],[0,-2],[0,-28]],[[2148,4021],[0,-29],[0,-2],[0,-1],[0,-3],[0,-28],[0,-15],[0,-4],[0,-1],[0,-6],[0,-6],[0,-16],[0,-1],[0,-2],[0,-6],[0,-14],[0,-31],[0,-1],[0,-1],[0,-15],[0,-45],[0,-3],[0,-3],[0,-2],[0,-3],[0,-11],[0,-2],[0,-2],[0,-1],[0,-11],[0,-6],[0,-5],[0,-2],[0,-4],[0,-4],[0,-23],[0,-14],[0,-8],[0,-1],[0,-2],[0,-62],[0,-11],[0,-9],[0,-4],[0,-2],[0,-6],[0,-4],[0,-3],[0,-8],[0,-3],[0,-2],[0,-2],[0,-7],[0,-9],[0,-4],[0,-1],[0,-5],[0,-7],[0,-7],[0,-5],[0,-4],[0,-7],[0,-8],[0,-2],[0,-8],[0,-22],[0,-3],[0,-2],[0,-1],[0,-14],[0,-1],[0,-1],[0,-6]],[[2148,3447],[-4,0],[-1,0],[-4,0],[-6,0],[-8,1],[-3,0],[-1,0]],[[2121,3448],[-2,0],[-18,0],[-8,-1],[-20,0],[-7,0],[-4,0],[-1,0],[-2,0],[-5,0],[-1,0],[-2,0],[-3,0],[-1,0],[-1,0],[-8,0],[-7,0],[-7,0],[-3,0],[-1,0],[-1,0],[-5,0],[-4,1],[-12,0],[-2,0],[-22,0],[-1,0],[-2,0],[-6,0],[-10,0],[-2,0]],[[1953,3448],[0,14],[0,3],[0,2],[0,2],[0,1],[0,50],[0,21],[0,8],[0,14],[0,3],[0,1],[0,17],[0,24],[0,1],[0,7],[0,18],[0,4],[0,1],[0,29],[0,1],[0,22],[0,43],[0,42],[0,35],[0,1],[0,7],[0,34],[0,47],[0,25],[0,31],[0,76],[0,23],[0,8],[0,60],[0,22],[0,2],[0,64]],[[1953,4211],[22,0],[9,0],[17,1],[9,0],[4,0],[11,-1],[1,0],[1,0],[2,0],[3,0],[4,-1],[9,0],[13,1],[1,0],[8,0],[2,0],[11,0],[7,0],[1,0],[2,0],[1,0],[1,0]],[[2991,4403],[0,-15],[0,-5],[0,-12],[0,-6],[0,-16],[0,-16],[0,-8],[0,-35],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-2],[0,-5],[0,-1],[-1,-1],[0,-3]],[[2989,4272],[0,2],[-1,1],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-2],[-1,-1],[-1,1],[-1,-1],[0,-1],[0,-2],[-1,0],[-1,2],[0,2],[0,1],[-1,-2],[0,-3],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-1],[0,1],[-1,-1],[0,-2],[-1,-1],[0,3],[-2,0],[0,-2],[-1,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,3],[0,1],[-1,0],[0,-1],[0,1],[-1,-1],[-1,0],[0,-2],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,2],[-1,-1],[-1,-2],[0,1],[-1,0],[0,-2],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[-1,0],[0,-3],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,2],[0,1],[0,1],[-1,-2],[0,-3],[-1,-3],[0,-2],[-1,2],[-1,-2],[0,-1],[-1,-1],[-1,-3],[0,-1],[0,-2],[-1,-3],[-1,-1],[0,-3],[-1,2],[0,-2],[0,-1],[0,-2],[-1,-1],[0,1],[0,1],[0,1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,2],[-1,1],[-1,-3],[0,-1],[0,-2]],[[2939,4208],[0,5],[-1,4],[0,2],[0,2],[0,1],[-1,8],[2,8],[0,1],[1,1],[3,9],[1,3],[-2,15],[0,14],[0,2],[0,11],[0,1],[0,2],[0,1],[0,4],[0,10],[1,17],[0,9],[0,18],[0,12],[0,43]],[[2943,4411],[6,0],[2,-1],[3,0],[2,-1],[1,0],[4,0],[1,0],[0,-8],[1,1],[1,0],[0,1],[0,3],[0,3],[1,0],[1,0],[5,-1],[3,0],[5,0],[2,-1],[1,0],[1,0],[7,-1],[1,-3]],[[2842,3817],[1,3],[1,7],[0,2],[1,-1],[0,-3],[0,-1],[1,-1],[1,-9],[1,-5],[0,-1],[-1,-5],[-1,-7],[-1,-4],[0,-2]],[[2845,3790],[0,9],[0,2],[0,4],[-1,5],[-1,1],[0,2],[-1,4]],[[2642,3065],[5,-1],[3,0],[2,0],[8,0],[1,1],[2,0],[2,1],[10,1]],[[2675,3067],[-1,-15],[-2,-8],[-1,-9],[0,-2],[-2,-6],[0,-10],[0,-4],[0,-1],[0,-2],[0,-3],[1,-6],[2,-6],[2,-4],[0,-1],[0,-1],[2,-11],[0,-3],[0,-3],[1,-2],[1,-2],[0,-1],[1,0],[0,1],[1,1],[1,0],[1,-2],[0,-1],[1,-9],[2,-25],[0,-3],[1,-9],[0,-1],[0,-3],[0,-6],[0,-5],[1,-2],[0,-2],[1,-2],[0,-3],[0,-1],[0,-2],[2,-15],[1,-10],[3,-17],[1,-1],[0,1],[0,-1],[2,-8],[1,-4],[1,-9],[1,-13],[1,-10],[0,-3],[2,-5],[1,-1],[0,-2],[1,-2],[1,-4],[0,-2],[0,-2],[1,-8],[1,-2],[1,-12],[0,-14],[1,-16],[3,-13],[2,-12],[2,-4],[0,-1],[2,-9],[1,-4],[0,-3],[1,-2],[-1,-4],[0,-2],[2,-30],[1,-12],[0,-21],[0,-1],[0,-2],[0,-5],[2,-5],[0,-1],[0,-1],[1,-2],[1,-1],[2,-14],[1,-19],[0,-4],[0,-1],[1,-7],[0,-4],[0,-2],[0,-9],[0,-12],[0,-9],[0,-1],[1,-4],[1,-1],[1,-2],[3,-8]],[[2737,2501],[1,-2],[0,1],[1,-1],[0,-2],[0,-2],[-1,-2],[0,-4],[-1,-2],[0,-2],[0,-1],[-1,0],[0,2],[0,1],[-1,-3],[0,-4],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[-1,-4],[-1,-3],[0,-1],[0,2],[-1,2],[-1,0],[1,-3],[0,-2],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-6],[0,-2],[-1,-1],[0,-6],[-1,0],[0,1],[-1,1],[0,-1],[0,-2],[0,-3],[1,-2],[0,1],[0,1],[1,-1],[-1,-3],[0,-1],[1,-4],[-1,-6],[0,-6],[0,-4],[-1,-3],[0,1],[0,1],[-1,-2],[0,-1],[-1,1],[0,-1],[0,-3],[0,-1],[1,0],[1,2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-6],[-1,-9],[0,-4],[-1,-7],[0,-3],[0,-5],[1,0],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-6],[0,-2],[0,-4],[0,-3],[0,-1],[-1,1],[0,-4],[-1,-4],[0,-2],[0,-1],[0,-3],[-1,-1],[0,1],[0,-2],[0,-4],[0,-4],[0,-2],[0,-9],[-1,-2],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[1,-2],[0,1],[1,-2],[0,-1],[1,3],[0,1],[0,-4],[0,-9],[-1,-14],[0,-1],[0,-2],[0,-2],[0,-4],[-1,-4],[0,-3],[0,-2],[1,-5],[0,-1]],[[2722,2249],[-3,0],[-2,1],[0,4],[-1,-1],[-2,2],[0,1],[0,3],[-1,1],[-1,4],[-1,0],[0,-1],[-1,2],[-1,5],[-3,-6],[0,-2],[-1,-20],[0,-4],[0,-4],[1,-7],[0,-6],[0,-9],[0,-4],[-1,-26],[-2,1],[-1,-1],[-1,3],[0,5],[-1,4],[1,6],[-1,9],[0,12],[-1,1],[-1,1],[-2,1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,0],[-3,1],[-5,3],[-7,2],[-1,1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-5,2],[-1,0],[-2,1],[-2,1],[-1,0],[-1,0],[-4,2],[-1,0],[-1,0],[-5,2],[-3,1],[-4,1],[-2,1],[-7,2],[-1,7],[-2,27],[0,4],[-1,5],[0,7],[0,5]],[[2623,2304],[0,3],[-1,11],[0,4],[0,3],[-1,9],[-1,0],[0,1],[0,1],[0,4],[0,13],[0,5],[0,5],[1,23],[0,17],[1,4],[-1,15],[0,1],[-1,3],[-1,11],[0,4],[0,1],[0,2],[0,6],[0,1],[0,2],[0,11],[0,9],[1,6],[0,5],[1,4],[0,5],[0,6],[0,8],[0,15],[2,8],[1,2],[1,7],[0,6],[0,3],[-1,4],[-1,4],[0,1],[0,2],[0,8],[0,1],[0,5],[0,7],[0,4],[0,7],[0,1],[0,1],[0,2],[-1,3],[0,3],[-1,5],[0,4],[-1,1],[0,6],[0,8],[-1,12],[0,3],[0,2],[-1,19],[-1,35],[0,1],[-1,9],[0,4],[-1,57],[-1,11],[0,8],[0,1],[0,1],[0,7],[-1,15],[0,22],[0,1],[-1,24],[0,12],[-1,23],[-1,32],[0,3],[0,1],[0,3],[-1,36],[0,5],[0,3],[-1,1],[0,12],[0,7],[0,6],[-1,10],[0,29],[-1,12],[0,12]],[[2606,3064],[4,0],[3,0],[1,0],[1,0],[1,0],[1,0],[1,0],[4,0],[1,0],[1,1],[3,0],[0,-1],[0,1],[1,-1],[0,1],[0,-1],[1,1],[1,0],[3,0],[3,0],[4,0],[2,0]],[[651,253],[1,-2],[0,-2],[0,-2],[0,-1],[2,-8],[1,-4],[1,-1],[0,-2],[0,-1],[1,0],[0,1],[0,1],[1,-3],[0,-1],[1,0],[1,-2],[0,-1],[1,-4],[1,-2],[2,-5],[0,-3],[1,0],[0,-2],[1,-4],[1,-4],[0,-3],[1,-1],[1,-5],[0,-1],[0,-2],[0,-2],[0,-2],[1,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-3],[0,-2],[0,-3],[0,-4],[0,-1],[0,-7],[0,-1],[0,-1],[1,1],[0,2],[2,0],[0,-2],[0,-4],[0,-4],[0,-3],[0,-6],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-3],[1,-3],[1,-2],[0,-2],[1,0],[0,-1],[0,-2],[0,-7],[-1,-4],[-1,-5],[0,-2],[-1,-5],[-1,-3],[0,-4],[-1,-3],[-1,-3],[-1,-3],[-1,-5],[-1,-3],[-1,-1],[-1,-1],[0,-1],[-1,2],[-1,1],[-1,-1],[0,-1],[0,-2],[-1,-4],[0,-3],[0,-1],[-1,-2],[-1,-2],[0,-2],[0,-2],[-1,-3],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[-1,0],[0,-2],[0,-2],[0,-3],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-4],[0,-4],[0,-2],[-1,-2],[0,-3],[-1,-4],[0,-1],[0,1],[-1,2],[0,1],[-1,6],[-1,2],[-1,6],[-1,2],[-1,3],[0,3],[0,5],[-1,0],[0,8],[0,6],[1,12],[-1,3],[1,5],[0,3],[0,5],[0,7],[0,2],[0,6],[-1,4],[0,3],[0,3],[0,1],[0,6],[0,2],[0,1],[-1,1],[0,4],[0,7],[0,1],[0,1],[0,6],[-1,4],[0,6],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[-1,1],[0,3],[0,2],[0,2],[0,3],[0,5],[1,4],[1,3],[0,5],[0,1],[1,1],[0,-1],[1,0],[0,2],[0,2],[0,1],[0,2],[1,5],[0,2],[0,1],[0,1],[1,4],[0,3],[0,1],[1,1],[0,3],[0,5],[0,2],[-1,5],[0,3],[-1,6],[0,7],[-1,12],[1,5],[0,4],[0,2],[1,1],[1,-2],[1,-3]],[[530,580],[0,1],[0,6],[1,1],[1,-1],[0,-2],[0,-1],[0,-1],[0,1],[0,-1],[-1,-4],[0,-5],[0,-3],[0,-3],[0,-2],[-1,-2],[-1,0],[0,-2],[0,-3],[-1,-5],[0,-6],[0,-1],[0,-1],[-1,1],[0,2],[-1,4],[1,6],[0,7],[0,1],[0,2],[1,1],[0,1],[0,2],[1,2],[1,3],[0,1],[0,1]],[[549,630],[1,2],[0,-2],[1,0],[0,-1],[1,-1],[0,-5],[1,-6],[0,-1],[0,-1],[0,-2],[0,-3],[-1,-7],[0,-3],[0,-1],[0,-1],[0,-1],[0,-4],[0,-10],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-3],[-1,-5],[-1,-2],[0,-3],[-1,2],[0,2],[-1,0],[-1,0],[-1,1],[0,1],[-1,-1],[0,4],[-1,3],[0,5],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[-1,6],[0,3],[0,6],[1,2],[0,5],[1,3],[0,5],[0,2],[1,2],[1,1],[1,7],[1,3],[0,1],[1,1],[0,-1],[0,-2],[0,1],[1,-1],[0,-1],[0,-1],[0,1],[0,3],[1,1],[0,-1],[1,0],[0,-1]],[[617,433],[0,-1],[0,1],[0,4],[0,1],[1,1],[0,-1],[0,-4],[0,-2],[0,-1],[1,-2],[1,-1],[0,1],[0,1],[1,-1],[1,1],[1,1],[1,0],[0,-1],[0,-2],[1,0],[0,-2],[0,-4],[-1,-4],[-1,-4],[0,-1],[0,-1],[-1,-3],[-1,-1],[-1,-1],[0,1],[-2,2],[-1,3],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,-1],[-3,-2],[-1,2],[-1,1],[1,5],[0,1],[0,2],[0,2],[0,1],[1,2],[0,2],[0,2],[0,3],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,-2],[0,-1],[1,-1],[0,1],[1,-1],[1,-2],[1,0],[0,1],[1,-1]],[[630,306],[-1,0],[0,-2],[-1,2],[-1,-1],[0,-2],[0,1],[-1,-1],[-1,4],[0,1],[0,2],[1,3],[1,1],[1,4],[0,2],[1,2],[0,-2],[1,-3],[0,-1],[0,-1],[-1,-5],[0,-1],[1,-1],[0,-1],[0,-1]],[[628,402],[0,2],[0,-1],[1,-2],[0,-1],[1,-2],[0,-7],[0,-3],[1,0],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[1,-1],[1,3],[1,2],[0,1],[1,1],[0,2],[0,-1],[1,2],[0,1],[0,-2],[1,1],[0,-2],[1,1],[0,-1],[0,-1],[0,-3],[1,0],[0,1],[0,-1],[0,-2],[1,-5],[0,-1],[0,-1],[1,-1],[0,-3],[1,-4],[0,1],[1,-4],[1,0],[1,-3],[0,-1],[0,-2],[0,-2],[0,-2],[0,-3],[0,-4],[0,-1],[0,-3],[-1,-3],[0,-2],[0,-2],[-1,-2],[-1,-1],[-1,-3],[0,-1],[0,-1],[0,1],[-1,1],[0,-1],[0,-1],[0,2],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,1],[1,1],[-1,6],[0,1],[0,2],[0,9],[0,4],[0,1],[0,1],[0,3],[0,4],[0,1],[0,2],[-1,2],[-1,-1],[0,-3],[-3,8],[-1,9],[0,4],[0,3],[0,1],[-1,1],[0,1],[1,6],[0,5],[0,5],[1,1],[0,1],[0,1],[0,1],[1,0]],[[617,384],[1,-1],[1,0],[0,-1],[1,-1],[2,-10],[0,-2],[0,-5],[0,-1],[0,-2],[0,-3],[-1,-6],[0,-1],[0,-1],[-1,-2],[0,-1],[-2,0],[-1,4],[0,5],[0,6],[0,2],[0,4],[0,1],[-2,5],[0,1],[0,1],[0,3],[0,2],[1,2],[0,1],[1,0]],[[588,455],[-1,-1],[-1,0],[0,1],[0,3],[0,1],[0,1],[0,1],[0,-1],[-1,6],[0,2],[0,3],[0,2],[-1,1],[0,1],[0,2],[0,2],[0,4],[-1,2],[0,2],[0,3],[0,7],[0,2],[0,1],[-1,3],[-1,4],[0,1],[1,0],[2,1],[0,-1],[2,1],[0,2],[0,1],[0,1],[1,4],[0,3],[0,2],[0,1],[1,5],[1,3],[0,1],[0,1],[1,0],[1,-4],[0,-4],[0,-3],[0,-1],[0,-3],[0,-1],[1,-3],[0,-1],[1,-6],[0,-3],[0,-1],[0,2],[0,-1],[0,-1],[1,-5],[0,-3],[-1,-1],[0,-2],[0,-6],[1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-3],[0,1],[0,2],[0,5],[1,1],[1,-1],[0,-2],[-1,-1],[0,-3],[0,-2],[0,-2],[1,0],[0,-1],[0,-3],[0,-1],[0,-2],[0,-2],[1,-4],[1,-4],[0,-1],[0,-1],[-1,-6],[0,-1],[-1,-1],[0,1],[0,1],[0,2],[0,1],[-1,-2],[-1,-1],[0,-2],[-1,-1],[0,1],[0,1],[0,1],[0,1],[-1,2],[-1,4],[0,2],[0,2],[-1,-2],[0,-1],[1,-1],[0,-1],[-2,1],[1,1],[-1,1],[0,2],[-1,-2],[-1,-2],[0,-1]],[[2545,4495],[0,-2],[0,-1],[0,-5],[0,-5],[0,-1],[0,-6],[-1,-3],[0,-1],[0,-4],[0,-2],[0,-1],[0,-5],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-6],[1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-3],[1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[1,-18],[1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-5],[0,-3],[1,-3],[0,-2],[0,-3],[0,-4],[1,-3],[0,-5],[0,-3]],[[2552,4346],[0,-1],[0,-2],[0,-11],[0,-2],[0,-12],[0,-17],[0,-4],[0,-29],[0,-25],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-18],[0,-3],[0,-19],[0,-3],[0,-3],[0,-5],[0,-22],[0,-39],[0,-8],[0,-3],[0,-3],[0,-40],[0,-11],[0,-4],[0,-4],[0,-1],[0,-2],[0,-23],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-17],[0,-14],[0,-1],[0,-2],[0,-2],[0,-23],[0,-3],[0,-8],[0,-8],[0,-3],[0,-4],[0,-6],[0,-1],[0,-2],[0,-2],[0,-4],[0,-2],[0,-17],[0,1],[-1,-3],[0,-1],[-1,-4],[0,-6],[0,-4],[1,-2],[-1,-12],[0,-5],[-1,0],[0,-2],[0,-2],[1,-7],[1,-8],[2,-20],[0,-6],[-1,-3],[0,-2],[0,-6],[0,-1],[0,-1],[0,-1],[1,-13],[0,-4],[0,-12],[-1,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-4],[0,-6],[-1,-8],[-1,-4],[0,-1],[1,-4],[-3,-20],[0,-2],[-3,-24],[-2,-4],[0,-3],[-1,-2],[0,-3],[0,-2],[1,-2],[0,-3],[1,-1],[0,-1],[0,-1],[-1,-4],[0,-2],[-1,-2],[-1,-3],[-1,-11],[0,-2],[1,-11],[0,-16],[0,-1],[-1,0],[-1,1],[1,-10],[0,-3],[0,-5]],[[2538,3601],[0,-5],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,-4],[-1,-7],[0,-2],[0,-1],[0,-5],[0,-9],[0,-2],[1,-1],[1,-8],[0,-2],[0,-2],[0,-3],[0,-3],[-5,-4],[-1,0],[-1,-3],[0,-2],[-1,-5],[-1,4],[-1,-1],[-1,-2],[0,-2],[0,-2],[-1,-18],[0,-2],[0,-4],[1,-8],[0,-1],[1,-2],[0,-10],[0,-10],[-1,-5],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,2],[0,2],[-1,4],[-5,13],[-3,7],[-1,0],[0,1],[0,-1],[-1,1],[-1,-1],[-1,-4],[-1,-7],[-2,-18],[0,-1],[-1,-1],[0,-3],[0,-2],[0,-3],[1,-2],[0,-1],[1,-4]],[[2508,3445],[-1,-2],[-1,0],[0,2],[-1,0],[-1,0],[0,1],[-1,1],[-1,3],[-1,6],[0,1],[0,2],[-1,13],[-2,18],[0,6],[-1,6],[0,1],[0,4],[1,5],[0,1],[1,0],[0,1],[0,2],[1,6],[-1,4],[0,6],[0,2],[-1,4],[0,4],[-1,9],[0,3],[0,2],[0,1],[0,2],[0,1],[0,7],[0,9],[-4,25],[-2,9],[-3,11],[-1,-2],[0,-3],[-1,-2],[-1,1],[0,1],[-1,7],[0,2],[0,7],[-3,10],[-1,5],[-2,9],[-1,4],[-1,2],[-2,13],[0,5],[-1,4],[0,9],[0,8],[0,2],[1,7],[0,2],[0,1],[1,7],[1,3],[0,6],[0,9],[0,2],[1,3],[0,5],[1,3],[0,1],[0,4],[0,1],[1,3],[0,1],[-1,4],[0,3],[0,2],[0,1],[0,2],[0,2],[0,2],[1,8],[0,1],[1,5],[0,2],[0,1],[0,5],[0,1],[0,1],[-2,9],[-1,2],[0,2],[-1,2],[-3,5],[-1,1],[-1,1],[-1,-1],[0,-3],[0,-2],[0,-2],[-1,-4],[-1,-5],[0,-1],[-1,0],[-1,3],[-1,6],[0,2],[0,1],[-1,22],[0,1],[0,6],[1,3],[-2,24],[0,4],[0,1],[-2,11],[-1,6],[-1,4],[-2,6],[-1,5],[-2,6],[-3,19],[0,2],[0,7],[-2,4],[-2,12],[-1,5],[-1,4],[0,3],[0,2],[0,4],[-1,12],[-1,6],[0,14],[0,7],[-1,10],[-1,18],[0,10],[0,4],[1,6],[0,3],[0,7],[1,11],[0,4],[1,2]],[[2444,4092],[1,2],[0,1],[0,2],[0,17],[0,2],[0,2],[0,4],[-1,1],[0,2],[0,1],[2,9],[0,2],[1,3],[2,2],[1,0],[2,4],[0,2],[0,5],[1,0],[0,19],[0,1],[0,1],[0,3],[2,15],[1,1],[0,3],[1,1],[0,5],[0,16],[0,5],[0,1],[0,1],[0,4],[-1,12],[0,1],[-1,1],[0,-1],[-1,3],[-2,12],[0,2],[1,16],[1,14],[1,2],[0,1],[1,1],[4,5],[2,-1],[1,0],[2,2],[2,6],[3,5],[1,1],[1,9],[2,9],[0,6],[0,6],[1,9],[0,1],[0,2],[0,1],[1,3],[1,3],[0,2],[1,1],[0,1],[0,1],[1,23],[0,1],[1,12],[0,2],[-1,4],[0,1],[0,2],[0,2],[0,4],[0,2],[0,4],[0,2],[0,1],[-1,6],[-1,2],[-2,5],[0,1],[-1,2],[-1,2],[0,2],[-1,5],[-1,5],[0,1],[1,2],[0,5],[0,1],[-2,10],[0,1],[-2,9],[-2,5],[-1,3],[0,1],[0,1],[0,1],[1,4]],[[2466,4499],[2,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[2,-1],[1,0],[2,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[2,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[5,0],[1,0],[6,0],[1,0],[2,0],[3,0],[1,0],[1,0],[1,0],[4,0],[1,0],[1,0],[2,0],[2,0],[0,-1],[1,0]],[[2628,3850],[-1,-1],[-1,-7],[0,-1],[0,-1],[0,-3],[0,-2],[1,-5],[1,-14],[1,-8],[0,-1],[0,-2],[0,-3],[-1,-11],[-1,-2],[-3,-2],[-1,0],[-1,-3],[-2,-6],[0,-2],[-1,-4],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[0,5],[0,2],[-1,0],[-2,0],[-2,-1],[0,-1],[-1,-4],[0,-4],[1,-15],[0,-4],[0,-5],[0,-3],[0,-1],[0,-2],[0,-1],[-1,-2],[-4,-14],[-1,-3],[0,-6],[0,-3],[0,-3],[0,-7],[-1,-5],[0,-1],[-2,-5],[0,1],[-1,1],[0,1],[0,1],[-1,-1],[0,-1],[-2,-18],[0,-1],[-1,-3],[0,-4],[1,-6],[0,-2],[0,-3],[-1,-3],[0,-8],[0,-2],[0,-1],[-1,-1],[-1,-2],[-1,0],[-4,3],[-1,3],[-2,6],[0,2],[0,4],[0,2],[0,6],[0,2],[-1,0],[0,-1],[0,-1],[-2,-5],[-1,-4],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-11],[-2,-21],[-1,-3],[0,4],[-2,6],[0,-1],[0,1],[-1,1],[0,2],[-1,6],[0,5],[0,4],[-1,2],[-1,-3],[-1,-4],[0,-3],[-1,-2],[-1,-1],[-1,-2],[-1,-3],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-8],[0,-4],[0,-2],[0,-2],[-1,-1],[-1,1],[0,1],[-2,10],[-1,6],[-1,5],[-3,7],[0,1],[-1,0],[-1,0],[-1,-7],[-1,4],[-1,1],[0,3],[0,1],[0,2],[0,1],[0,1],[-1,0],[0,-9],[0,-2],[0,-2],[0,-3],[1,-1],[0,-3],[0,-2],[-1,-4],[0,-1],[-1,-1],[-1,0],[0,2],[0,2],[0,1],[1,6],[-1,2],[0,1],[0,1],[0,-1],[-2,-2],[-1,-2],[0,-1],[-1,0],[0,1],[-1,4],[0,3],[0,1],[-1,1],[-1,-5],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-4],[0,-2],[-1,-6],[-1,2],[-1,3],[-1,0]],[[2552,4346],[1,0],[0,-1],[0,-1],[0,-1],[1,-4],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,-2],[1,-1],[1,0],[0,-1],[1,0],[1,1],[1,1],[1,2],[0,1],[1,1],[0,-1],[1,3],[1,3],[1,1],[2,5],[0,1],[1,3],[1,2],[1,4]],[[2572,4356],[1,0],[1,0],[3,0],[3,0],[1,0],[7,0],[1,0],[2,0],[2,0],[2,0],[1,0],[2,0],[3,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[3,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[2,0],[1,0],[3,0],[0,-3],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2]],[[2628,4344],[0,-4],[0,-8],[0,-1],[0,-3],[0,-16],[0,-6],[0,-2],[0,-10],[0,-2],[0,-3],[0,-8],[0,-18],[0,-4],[0,-15],[0,-2],[0,-13],[0,-1],[0,-19],[0,-13],[0,-30],[0,-4],[0,-3],[0,-2],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-14],[0,-8],[0,-12],[0,-21],[0,-9],[0,-1],[0,-15],[0,-5],[0,-1],[0,-2],[0,-10],[0,-4],[0,-11],[0,-3],[0,-6],[0,-15],[0,-1],[0,-1],[0,-4],[0,-1],[0,-3],[0,-4],[0,-2],[0,-3],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-11],[0,-9],[0,-2],[0,-7],[0,-12],[0,-4],[0,-5],[0,-2],[0,-6],[0,-17],[0,-15],[0,-1],[0,-7],[0,-1],[0,-3],[0,-1],[0,-16],[0,-1],[0,-1],[0,-8]],[[2515,2066],[-1,-6],[-1,-12],[0,1],[0,2],[1,4],[0,1],[0,6],[1,5],[0,3],[0,4],[0,2],[1,2],[0,2],[0,6],[0,1],[0,3],[0,8],[0,5],[0,3],[0,1],[0,1],[0,2],[0,3],[0,3],[-1,3],[0,3],[0,2],[0,-1],[0,-3],[1,-4],[0,-3],[0,-5],[0,-7],[0,-9],[0,-8],[0,-4],[0,-6],[-1,-8]],[[2451,2686],[-1,-8],[0,-6],[0,-1],[0,-2],[0,-1],[1,-2],[1,1],[0,3],[0,1],[0,8],[0,1],[0,2],[0,1],[1,0],[0,-1],[0,-1],[1,-10],[0,-4],[0,-3],[-1,-3],[0,-3],[-1,0],[0,-3],[-1,-3],[0,-2],[0,-5],[0,-7],[0,-1],[0,-1],[1,0],[1,-2],[1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-2],[-1,-6],[0,-2],[0,-3],[1,-2],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-3],[0,-2],[0,-1],[-1,-9],[0,-3],[1,-2],[0,-3],[1,-2],[0,-2],[1,-1],[1,-5],[-1,-7],[1,-1],[0,-1],[0,-1],[2,-3],[0,-1],[0,-3],[-3,-19],[0,1],[0,3],[0,1],[-1,0],[-2,-5],[0,-1],[-1,-2],[0,-1],[0,-4],[0,-4],[0,-2],[0,-2],[1,-1],[2,1],[0,1],[1,-1],[0,-2],[0,-2],[0,-2],[-3,-22],[-3,-22],[-2,-2],[0,-1],[-1,-1],[0,-1],[0,-9],[-1,-3],[0,-4],[0,-1],[0,-2],[0,-2],[0,-5],[-1,-4],[1,-6],[-1,-3],[0,-2],[-1,0],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,1],[0,-1],[0,-2],[0,-13],[0,-2],[1,-1],[0,-3],[0,-3],[-1,-3],[0,-2],[0,-4],[0,-4],[0,-2],[0,-3],[0,-3],[0,-3],[0,-1],[-1,-2],[-1,-11],[0,-2],[0,-7],[1,-15],[0,-2],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,-4],[3,0],[3,0],[5,0],[2,0],[2,0],[1,0],[6,0],[2,0],[1,0],[2,0],[2,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[3,0],[1,0],[2,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,1],[0,-1],[0,-5],[0,-10],[-1,-4],[-1,-9],[-1,-22],[0,-14],[0,-11],[1,-7],[1,-10],[1,-5],[1,-6],[0,-1],[2,-22],[0,-3],[-1,-4],[0,-2],[0,-1],[1,-13],[1,-6],[0,-1],[2,0]],[[2497,2148],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,-2],[0,-1],[0,-1],[0,-3],[-1,-1],[1,-5],[0,-4],[0,-2],[0,-1],[1,-1],[1,0],[0,2],[1,3],[0,-1],[0,-2],[0,-2],[0,-1],[0,-4],[1,-6],[0,-2],[1,0],[0,-1],[1,0],[0,2],[1,2],[0,3],[0,4],[0,2],[0,3],[0,3],[0,4],[0,2],[0,1],[1,1],[1,6],[1,1],[0,2],[-1,2],[1,2],[0,1],[1,-3],[0,-2],[1,0],[1,1],[0,-2],[0,-2],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[0,-3],[0,-3],[1,-2],[1,-1],[0,-8],[0,-2],[1,1],[1,2],[0,9],[1,4],[0,2],[1,-1],[-1,-4],[1,-1],[0,-2],[0,-7],[0,1],[-1,0],[0,-1],[-2,-5],[0,-2],[1,-1],[1,1],[1,0],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-4],[0,-2],[1,3],[1,1],[0,-2],[-1,-1],[0,-4],[1,-2],[0,-1],[-1,0],[0,1],[-1,2],[0,1],[-1,1],[0,-2],[0,3],[-1,-1],[0,-2],[0,-4],[-1,-2],[1,-8],[-1,1],[-1,3],[0,1],[-1,1],[0,3],[-1,0],[0,-2],[-1,2],[-1,1],[-1,0],[0,-6],[0,-2],[1,-2],[1,1],[0,-3],[0,-1],[0,-2],[1,-1],[2,-7],[0,-1],[0,-1],[-1,2],[0,2],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[-1,0],[0,-5],[0,-2],[0,-2],[-1,0],[0,-2],[0,-2],[1,-3],[0,-2],[-1,-3],[0,-2],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[1,-4],[0,1],[1,-1],[0,-4],[1,-2],[0,-2],[0,-2],[0,-1],[0,1],[0,1],[1,4],[1,-2],[0,-3],[0,-2],[0,-5],[0,-3],[1,2],[0,2],[0,1],[0,-2],[1,-1],[1,-1],[1,0],[0,-2],[1,0],[0,-3],[0,-3],[0,-1],[1,3],[1,-1],[0,-1],[0,-2],[0,-3],[1,-2],[0,1],[0,2],[1,2],[0,1],[0,1],[0,-1],[0,-1],[0,-2],[1,-5],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-3],[0,-1],[0,-1],[0,-1],[-1,0],[0,-3],[1,-2],[0,-1],[0,1],[2,3],[0,-1],[0,-1],[0,-6],[0,-3],[0,1],[-1,-1],[0,-1],[0,-3],[1,-1],[0,-1],[0,-1],[-1,-4],[0,-4],[0,-3],[-1,-1],[0,1],[-1,1],[0,-1],[-1,-4],[0,-4],[0,-2],[0,-1],[0,-1],[-1,1],[0,1],[0,2],[0,1],[0,-1],[0,1],[-1,1],[0,3],[0,1],[0,2],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[1,0],[-1,-4],[0,1],[0,-1],[-1,-12],[-1,-5],[0,1],[0,6],[0,1],[0,2],[1,1],[0,1],[1,10],[0,3],[-1,4],[0,2],[-1,0],[0,4],[0,4],[0,2],[-1,1],[0,1],[0,6],[0,2],[-1,3],[0,2],[-2,4],[-2,3],[-1,7],[-1,1],[-1,2],[-1,1],[-1,0],[-1,0],[0,5],[0,1],[0,1],[0,2],[0,4],[1,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,3],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-3],[0,-3],[-1,-2],[0,-1],[0,1],[-1,1],[0,1],[0,4],[-1,0],[0,-2],[0,-2],[0,-2],[0,-1],[0,-3],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[1,-3],[0,-1],[0,-4],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,-1],[0,-3],[0,-3],[0,-3],[1,-1],[0,1],[1,4],[0,2],[1,2],[0,1],[1,2],[0,-1],[0,-1],[0,-1],[-2,-7],[-1,-6],[-1,-3],[0,-1],[0,-3],[-2,-8],[-2,-4],[-3,-5],[0,1],[0,2],[1,0],[0,1],[1,0],[0,2],[0,1],[1,1],[0,1],[0,1],[0,3],[0,2],[-1,0],[0,1],[0,1],[-1,4],[0,1],[0,3],[0,1],[0,1],[1,-2],[0,1],[0,2],[-1,4],[0,1],[0,1],[0,4],[0,1],[-1,2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-7],[0,-1],[-1,-1],[0,1],[-1,-1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,3],[0,1],[0,3],[-1,2],[0,2],[-1,1],[0,-1],[0,-2],[-1,1],[0,1],[-1,-2],[0,-5],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-3],[-1,0],[-1,-1],[0,2],[0,-3],[-1,-4],[1,0],[0,-1],[0,-1],[-1,-7],[0,-2],[-1,1],[-1,-1],[0,1],[-1,-2],[0,-2],[-1,-3],[0,-4],[0,-2],[1,-1],[1,1],[0,2],[1,0],[0,-1],[1,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[-2,-4],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,3],[-1,5],[0,2],[0,2],[-1,3],[0,4],[-1,2],[0,2],[0,1],[-1,-2],[-1,1],[0,1],[-1,0],[-1,1],[-1,4],[0,2],[-2,1],[0,1],[-2,4],[-1,3],[-1,7],[0,1],[1,0],[0,1],[1,0],[0,3],[0,1],[0,2],[0,2],[0,1],[0,1],[1,1],[0,1],[0,-1],[0,-2],[1,0],[0,2],[0,4],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,2],[0,1],[0,2],[0,2],[-1,-1],[-1,1],[0,2],[0,2],[0,2],[-2,-1],[0,1],[0,1],[0,2],[-1,2],[0,1],[0,-1],[-2,-2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,5],[-1,7],[0,1],[-1,0],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,2],[0,2],[0,3],[0,2],[0,2],[0,3],[0,1],[-1,1],[-1,-1],[-1,2],[0,-1],[-1,-1],[-2,-4],[0,-2],[0,-1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[1,4],[0,5],[-1,4],[0,1],[-1,-1],[0,-3],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[-1,-5],[-1,-6],[0,-3],[0,-6],[0,-1],[1,-8],[1,0],[0,1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[0,2],[0,2],[1,1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[-1,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-2],[-1,1],[0,1],[0,2],[0,1],[-1,1],[-1,2],[0,1],[-1,2],[0,1],[-1,2],[-1,4],[0,2],[0,1],[-1,0],[-1,0],[-2,0],[-1,-4],[-1,-4],[-1,-2],[-1,0],[-1,2],[-1,2],[-2,2],[-3,1],[-1,2],[-1,2],[-3,5],[-4,10],[-1,6],[-1,3],[-3,5],[-1,2],[-2,4],[-1,1],[-2,0],[0,-1],[-2,-2],[0,-1],[0,1],[-2,1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[0,-1],[-1,-3],[-1,-2],[0,-3]],[[2377,2054],[-2,15],[0,1],[0,13],[1,14],[2,14],[1,5],[1,7],[0,3],[1,13],[0,3],[-1,8],[0,10],[0,10],[-1,0],[0,7],[0,11],[0,1],[0,1],[1,5],[0,2],[0,1],[0,12],[-1,6],[1,7],[4,43],[0,3],[0,10],[0,2],[1,9],[0,16],[0,12],[0,21],[0,1],[0,-1],[-1,-3],[-1,1],[0,1],[0,1],[0,4],[0,5],[0,6],[0,2],[-1,1],[-1,4],[1,14],[-1,3],[0,4],[-1,15],[-2,9],[-1,4],[0,6],[0,5],[0,11],[0,8],[0,17],[-2,8],[0,2],[-1,7],[-1,6],[-1,11],[-1,4],[0,10],[0,13],[0,3],[0,4],[0,2],[0,5],[0,4],[0,10],[0,18],[0,2],[0,4],[0,1],[0,7],[0,1],[0,5],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,8],[0,1],[0,9],[0,2],[0,4],[0,3],[0,7],[0,14],[0,2],[0,1],[0,1],[0,2],[0,14],[0,2],[0,2],[0,1],[0,2],[0,6],[0,3],[0,12]],[[2450,4688],[-5,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-4,0],[-3,0],[-1,0],[-2,0],[-1,0],[-2,0],[-3,0],[-1,0],[-1,0],[-3,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-4,0],[-1,0],[-5,0],[-2,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-5,0],[-4,0],[-4,0],[-3,0],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-7,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-6,0],[-3,0],[-1,0],[-5,0],[-4,0],[-4,0],[-3,0]],[[2304,4688],[0,16],[0,1],[0,3],[0,1],[0,12],[0,3],[0,19],[0,3],[0,8],[0,6],[0,13],[0,1],[0,3],[0,2],[0,3],[0,2],[0,1],[0,3],[0,2],[0,31],[0,11],[0,2],[0,1],[0,2],[0,1],[0,2],[0,3],[0,2],[0,1],[0,2],[0,1],[0,2],[0,1],[0,4],[0,1],[0,10],[0,4],[0,2],[0,7],[0,2],[0,2],[0,3],[0,16],[0,14],[0,11],[0,3],[0,3],[0,1],[0,2],[0,16],[0,3],[0,1],[0,10],[0,2],[0,13],[0,1],[0,1],[0,8],[0,5],[0,11],[0,4],[0,1],[0,1],[0,11],[0,3],[0,3],[-1,5],[0,6],[-1,3],[-3,7],[-2,0],[0,1],[-1,8],[0,4],[0,2],[-1,6],[-1,4],[-1,9],[0,1],[0,1],[0,1],[-1,0],[1,7],[0,1],[0,1],[3,10],[1,3],[1,2],[0,3],[2,14],[0,1],[0,3],[0,4],[0,5],[1,1],[0,1],[0,1],[-1,2],[1,1],[0,1],[0,2]],[[2301,5152],[-1,6],[0,11],[0,1],[1,4],[0,2],[0,1],[0,4],[0,3],[-1,13],[0,1],[0,17],[0,9],[-1,8],[-1,6],[-2,10],[0,1],[0,19],[-1,17],[-1,10],[0,24],[1,18],[0,4],[-1,2],[-1,7],[0,4],[0,1],[0,24],[0,5],[0,16],[0,1],[0,26],[-1,9],[1,14],[0,1],[0,1],[0,17],[-1,13],[0,1],[-3,28],[-1,8],[0,3],[-2,35],[0,2],[-1,8],[-1,11],[0,1],[0,4],[0,9],[0,1],[1,0],[0,6],[0,9],[0,3],[0,2],[-1,9],[1,1],[0,3],[0,19],[-1,4],[0,1],[2,26],[-1,13],[-1,7],[-1,18],[-1,12],[0,4],[0,3],[0,3],[0,1]],[[2282,5737],[23,-1],[29,0],[1,0],[5,0],[0,36],[0,12],[0,11],[0,1],[0,6],[0,2],[0,2],[0,1],[0,3],[1,-3],[2,-3],[1,0],[1,3],[2,-4],[2,-8],[1,-21],[1,-14],[0,-4],[0,-19],[1,0],[1,-23],[0,-3],[0,-1],[0,-16],[1,-5],[1,-2],[2,-7],[2,-1],[1,2],[1,1],[2,-1],[1,0],[1,-2],[0,-3],[0,-5],[0,-1],[1,0],[3,-1],[2,0],[5,-3],[1,-1],[0,-3],[0,-6],[0,-2],[0,-5],[0,-1],[0,-1],[0,-1],[1,-2],[1,0],[2,0],[4,3],[2,3],[0,1],[0,2],[0,1],[0,1],[0,3],[0,1],[2,3],[1,0],[0,3],[3,3],[1,0],[1,-3],[1,0],[1,1],[3,-1],[7,-16],[2,1],[1,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-6],[1,-4],[0,-1],[3,1],[1,1],[1,0],[1,-6],[1,-23],[1,-10],[2,-1],[1,8],[-1,2],[0,5],[0,1],[1,4],[0,3],[6,0],[1,-6],[1,-13],[0,-2],[1,1],[1,-3],[1,-4],[2,-3],[1,0],[1,1],[1,-1],[0,-1],[0,-10],[0,-4],[0,-1],[2,-4],[2,0],[2,-5],[4,1],[0,-1],[2,1],[0,1],[1,1],[2,8],[1,4],[0,1],[3,7],[1,6],[3,5],[1,-1],[1,-12],[0,-7],[0,-1],[1,-3],[0,-1],[0,-3],[1,-2],[5,3],[2,-1],[1,1],[1,0],[2,-2],[0,1],[1,1],[4,1],[1,0],[0,-1],[1,0],[0,-1],[2,-3],[1,-5],[0,-2],[0,-2],[0,-2],[0,-2],[2,-6],[1,0],[1,1],[1,5],[1,1],[1,0],[1,-2],[1,-1],[3,-1],[2,3],[0,-2],[0,-1],[-2,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,2],[0,1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-2],[-1,-3],[0,-2],[-1,-2],[-1,-3],[-1,-3],[-1,0],[-1,-2],[-1,-1],[1,-2],[-1,0],[-1,-3],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,-3],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-2,-4],[-1,-2],[-1,-2],[-2,-5],[-1,-2],[-1,-4],[-4,-13],[-1,-4],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-9],[0,-1],[-1,-1],[-1,-5],[0,-3],[-1,-3],[0,-1],[0,-2],[-1,-1],[0,-2],[-1,-5],[0,-2],[-1,-5],[0,-2],[-1,-3],[0,-2],[-1,-5],[-1,-5],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[-1,-5],[0,-1],[-1,-3],[0,-1],[-1,-2],[-1,-4],[-1,-4],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-3],[-1,-1],[0,-1],[-1,-2],[-1,-4],[-1,-6],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,0],[-1,-3],[0,-1],[-1,-3],[0,-1],[-1,-3],[-1,-4],[0,-2],[-1,-1],[-1,-4],[0,-1],[-1,-2],[0,-1],[0,-3],[1,-5],[1,-7],[0,-1]],[[2427,5299],[0,1],[-2,7],[-2,-4],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,0],[0,1],[-1,0],[0,2],[0,-7],[0,-4],[0,-21],[0,-3],[0,-9],[0,-2],[0,-1],[0,-18],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-10],[0,-4],[0,-8],[0,-3],[0,-2],[0,-8],[0,-7],[-1,-1],[0,-1],[-4,-10],[-6,-17],[-1,-6],[0,-2],[-1,-3],[0,-9],[-1,-4],[0,-7],[-1,-2],[-1,-4],[0,-2],[-1,-12],[0,-2],[0,-3],[0,-7],[0,-4],[0,-1],[2,-1],[3,-6],[1,-13],[0,-13],[-1,-13],[-1,-4],[0,-2],[0,-3],[-1,-13],[0,-3],[0,-22],[0,-7],[0,-7],[1,-13],[0,-15],[-1,-4],[0,-9],[-1,-9],[2,-5],[0,-1],[3,-12],[0,-2],[1,-2],[1,-10],[1,-1],[1,-1],[4,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-4],[0,-4],[1,-2],[0,-3],[1,-3],[0,-2],[1,-1],[3,-5],[0,-1],[1,-3],[3,-5],[0,-1],[1,-5],[0,-2],[1,-14],[0,-1],[0,-2],[0,-1],[0,-6],[1,-1],[1,-7],[2,-4],[1,-1],[1,-8],[2,-11],[0,-1],[1,0],[0,-1],[2,0],[1,-2],[0,-2],[1,-1],[0,-2],[2,-11],[1,-11],[0,-2],[1,-2],[0,-11],[0,-12],[0,-11],[0,-10],[0,-1],[2,-21]],[[2509,2158],[0,3],[1,-1],[0,-1],[-1,-3],[0,-4],[-1,4],[-1,1],[2,1]],[[2514,2156],[0,-1],[-1,-2],[-1,0],[0,1],[1,0],[1,1],[0,1],[0,3],[1,1],[0,-1],[-1,-3]],[[2525,2154],[1,-2],[1,0],[0,1],[1,0],[-1,-2],[-2,2],[0,1]],[[2519,2161],[2,-3],[2,-2],[1,1],[-1,-1],[0,-1],[-1,2],[-1,0],[-2,3],[0,-1],[-1,0],[0,1],[1,0],[0,2],[0,-1]],[[2534,3066],[2,-18],[0,-2],[0,-32],[-1,-26],[0,-1],[0,-23],[0,-15],[-1,-12],[0,-3],[0,-2],[0,-39],[-1,-6],[0,-27],[0,-1],[-1,-32],[0,-8],[0,-1],[0,-2],[0,-17],[0,-1],[0,-1],[0,-2],[0,-1],[0,-7],[-1,-3],[0,-1],[0,-21],[0,-22],[-1,-56],[0,-12],[-1,-58],[-1,-9],[0,-24],[-1,-27],[0,-16],[0,-10],[0,-26],[-1,-20],[0,-1],[0,-7],[0,-8],[0,-29],[0,-14],[1,-36],[0,-3],[0,-12],[0,-24],[0,-22],[0,-22],[1,-50],[0,-1],[0,-4],[0,-1],[0,-7],[0,-6],[0,-1],[0,-2],[0,-15],[0,-2],[0,-4],[0,-27]],[[2528,2184],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,2],[-1,0],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,1],[0,1],[0,2],[-1,1],[-1,0],[0,3],[-1,-1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,3],[-1,4],[0,1],[0,1],[-1,1],[0,1],[-1,-3],[0,-3],[0,2],[0,1],[-1,0],[-2,0],[-1,-1],[-2,-3],[-3,-7],[-1,-2],[-1,-3],[-1,-1],[0,1],[0,4],[0,1],[1,3],[-1,3],[0,2],[-1,0],[0,-1],[-1,-2],[0,-1],[1,-2],[0,-1],[0,-4],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-3],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-3],[0,-4],[0,-3],[-1,-2],[0,3],[0,-1],[-1,-1]],[[2475,3066],[11,0],[1,0],[1,0],[1,0],[2,0],[2,0],[4,0],[1,0],[4,0],[4,0],[1,0],[4,0],[5,0],[1,0],[9,0],[3,0],[3,0],[2,0]],[[1897,4873],[-2,3],[0,1],[0,1],[0,4],[-3,20],[-3,19],[-1,5],[-1,0],[-2,-8],[-1,-12],[0,-8],[-2,-9],[-1,0],[0,-1],[-2,2],[-1,-3],[-2,-6],[-1,3],[0,2],[-1,5],[-2,-2],[-4,-4],[-3,0],[-1,2],[0,1],[0,1],[0,1],[-1,1],[-1,-1],[-1,-4],[0,-4],[0,-5],[0,-1],[-1,-3],[0,-2],[-1,0],[-2,4],[-2,0],[-4,3],[0,1],[-2,-3],[-1,-7],[0,-3],[0,-3],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-2],[-1,0],[-2,10],[-1,5],[-1,9],[-1,23],[0,1],[0,1],[0,2],[-1,15],[-1,9],[-1,3],[-1,5],[-1,3],[-1,-2],[-1,-5],[-1,0],[0,1],[-3,14],[-1,6],[0,9],[0,1],[1,0],[0,4],[0,2],[0,7],[0,5],[0,4],[-1,0],[-2,13],[0,2],[0,1],[-1,8],[-1,9],[-1,2],[-2,16],[0,14],[-1,12],[0,3],[0,5],[0,2],[-1,2],[0,4],[0,5],[0,2],[0,2],[-1,3],[-1,5],[-1,8],[-1,1],[0,2],[-1,1],[-1,-1],[0,-1],[0,-3],[0,-6],[-3,-17],[-1,-3],[-2,1],[-2,-15],[-1,0],[0,5],[-3,13],[-1,0],[-1,-1],[-1,1],[0,1],[0,13],[0,1],[1,0],[1,2],[0,3],[0,7],[0,1],[0,2],[-1,2],[0,3],[-1,5],[2,13],[0,1],[0,1],[1,2],[2,6],[0,13],[-1,3],[0,2],[-1,2],[-1,2],[0,3],[0,2],[0,2],[1,3],[0,4],[0,4],[0,2],[-1,3],[1,6],[1,25],[1,27],[0,7],[1,13],[1,13],[0,5],[-1,2],[0,1],[0,1],[-2,0],[-1,-1],[0,-2],[-1,-1],[-3,0],[0,1],[-1,4],[0,3],[0,1],[0,1],[0,2],[0,1],[0,2],[-1,2],[-1,-1],[-1,0],[0,4],[-2,9],[-1,3],[-1,2],[-1,3],[0,2],[0,6],[0,6],[-1,6],[-3,16],[-1,6],[-2,17],[-1,1],[-1,8],[-1,5],[0,2],[-1,7],[0,1],[-3,2],[-1,2],[-2,3],[0,7],[-1,3],[0,3],[-2,7],[-1,2],[-1,2],[0,4],[0,4],[0,4],[0,6],[-1,4],[1,3],[0,4],[0,3],[0,9],[0,11],[0,1],[-6,30],[-2,16],[-1,6],[0,18],[0,1],[0,1],[0,26],[0,55],[0,87],[0,8]],[[1758,5737],[22,-1],[15,1],[1,0],[7,0],[10,-1],[10,0],[17,0],[2,0],[23,0],[10,0],[2,0],[14,0],[11,0],[4,0],[14,0],[2,0],[4,0],[15,1],[2,0],[9,-1],[2,0],[13,0],[1,0],[7,0],[30,0],[15,0],[1,0],[2,0],[1,0],[3,0],[3,0],[1,0],[4,0],[1,0],[3,0],[3,0],[2,0],[3,0],[2,0],[2,0],[3,0],[1,0],[1,0],[2,0],[6,0],[11,0],[3,0],[14,1]],[[2092,5737],[0,-3],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1],[0,-4],[0,-1],[0,-2],[0,-4],[0,-9],[0,-2],[0,-7],[0,-1],[0,-16],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-4],[0,-1],[0,-6],[0,-4],[0,-2],[0,-1],[0,-1],[0,-5],[0,-5],[0,-3],[0,-1],[0,-5],[0,-2],[0,-4],[0,-3],[0,-6],[0,-16],[0,-1],[0,-1],[0,-1],[0,-9],[0,-4],[0,-2],[0,-32],[0,-1],[0,-4],[0,-3],[0,-1],[0,-11],[0,-5],[0,-4],[0,-7],[0,-1],[0,-10],[0,-55],[0,-4],[0,-8],[0,-10],[0,-3],[0,-10],[0,-1],[0,-1],[0,-1],[0,-32],[0,-2],[0,-1],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[0,-18],[0,-1],[0,-40],[0,-1],[0,-1],[0,-1],[0,-13],[0,-19],[0,-38],[0,-4],[0,-8],[0,-54],[0,-10]],[[2092,5154],[0,-12],[0,-2],[0,-1],[0,-59],[0,-1],[0,-2],[0,-7],[0,-1],[0,-2],[0,-18],[0,-4],[0,-5],[0,-2],[0,-24],[0,-40],[0,-1]],[[2092,4973],[-12,0],[-5,1],[0,-1],[-3,1],[-7,0],[-2,0],[-21,0],[-2,-1],[-3,0],[-7,0],[-17,0],[-5,0],[-2,1],[-13,0],[-8,0],[-6,0],[-4,0],[-9,0],[-1,0],[-13,0],[-1,1],[-4,0],[-15,-1],[-6,0],[-3,1],[-3,-2],[-9,-1],[-4,0],[-2,1],[-3,1],[-5,0],[0,-12],[0,-1],[0,-13],[0,-38],[0,-8],[0,-29]],[[2023,2454],[-6,0],[-7,0],[0,-1],[0,1],[0,-1],[-8,1],[-4,-1],[-22,0],[0,-54],[0,-31],[-18,-1],[-5,0]],[[2121,3448],[0,-17],[0,-36],[0,-9],[0,-11],[0,-3],[0,-14],[0,-5]],[[2121,3353],[-1,-4],[0,-31],[0,-50],[0,-60],[0,-22],[0,-79],[0,-5],[0,-1],[0,-4],[0,-3],[0,-1],[0,-35],[0,-10],[0,-10],[0,-11],[0,-8],[0,-15],[0,-10],[0,-30],[0,-1],[0,-10],[0,-1],[0,-1],[0,-1],[0,-1],[0,-13],[0,-2],[0,-3],[0,-6],[0,-32],[0,-2],[0,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-6],[0,-5],[0,-8],[0,-1],[0,-9],[0,-5],[0,-15],[0,-9],[0,-5],[0,-3],[0,-2],[0,-1],[0,-3],[0,-11],[0,-34],[0,-12],[0,-2],[0,-19],[0,-34],[0,-6],[0,-2],[0,-6],[0,-1],[0,-12],[0,-4],[0,-2],[0,-2],[0,-1],[0,-4],[0,-9],[0,-1],[0,-10],[0,-3],[0,-4],[0,-1],[0,-7],[0,-4],[0,-4],[0,-1],[0,-2],[0,-13],[0,-72],[0,-4],[0,-7],[0,-16],[-1,0],[-4,0],[-1,0],[-2,0],[-11,0],[-7,0],[-1,0],[-14,0],[-3,0],[-6,0],[-2,0],[-5,0],[-1,0],[-1,0],[-6,0],[-1,0],[-13,0],[-3,0],[-3,0],[-2,0],[-1,0],[-3,0],[-2,0],[-1,0],[-4,0],[-1,0],[0,-9],[0,-1],[-1,-17],[0,-1],[1,-2],[1,-6],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[2092,5737],[2,-1],[2,0],[1,0],[1,0],[25,0],[20,0],[2,0],[1,0],[3,0],[14,0],[8,0],[8,0],[1,0],[13,0],[7,0],[7,0],[2,0],[9,0],[15,0],[29,1],[5,0],[10,0],[5,0]],[[2301,5152],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[-5,0],[-1,0],[-3,0],[-1,0],[-2,0],[-2,0],[-5,0],[-1,0],[-1,0],[-4,0],[-2,0],[-5,0],[-1,0],[-1,0],[-1,0],[-4,0],[-15,1],[-5,0],[-2,0],[-3,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[-3,0],[-2,0],[-1,0],[-1,0],[-3,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-3,1],[-4,0],[-1,0],[-1,0],[-4,0],[-2,0],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-4,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-5,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-3,0],[-1,0],[-5,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-2,0],[-3,0],[-1,0],[-3,0],[-1,0],[-2,0],[-11,0]],[[2148,3447],[1,0],[3,0],[8,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[4,0],[4,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[2,0],[2,0],[1,0],[1,0],[2,0],[9,1],[1,0],[2,0],[3,0],[6,-1],[3,0],[1,0],[2,0],[1,0],[1,0],[1,0],[5,0],[1,0],[3,0],[3,0],[1,0],[3,0],[2,0],[1,0],[2,0],[4,0],[4,0],[2,0],[3,0],[1,0],[1,0],[1,0],[2,0],[1,0],[6,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[6,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[5,0],[3,0],[4,0],[1,0],[1,0],[1,0],[4,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[3,0],[2,0],[4,0],[1,0],[2,0],[1,0],[1,0],[4,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0]],[[2355,3448],[0,-1],[0,-8],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-2],[0,-4],[0,-6],[0,-15],[0,-13],[0,-6],[0,-11],[0,-1],[0,-1],[0,-4],[0,-8],[0,-1],[0,-3],[0,-3]],[[2359,2807],[-1,-2],[-1,-2],[-3,8],[-2,6],[-1,3],[0,4],[-2,1],[-1,3],[-5,22],[-1,8],[0,2],[-1,4],[-1,1],[-2,4],[-1,-6],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-3],[-1,-1],[-2,0],[-1,0],[-3,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,4],[-1,0],[-1,1],[-4,-13],[0,-4],[-2,-2],[0,1],[-3,3],[-4,-2],[-2,-2],[0,-4],[0,-6],[0,-3],[-1,-2],[0,-1],[-1,-1],[-2,0],[-2,-6],[0,2],[-1,9],[-1,1],[-2,-1],[-3,11],[0,2],[0,2],[0,3],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[-3,4],[0,1],[0,3],[-1,5],[0,7],[0,4],[0,1],[-1,-1],[0,-1],[-1,-2],[0,-10],[-1,-4],[-1,-9],[-1,-16],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[-1,12],[0,4],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,9],[0,1],[0,3],[-1,0],[-2,-8],[-2,-10],[-1,0],[-1,1],[0,2],[0,1],[0,1],[0,2],[0,3],[0,3],[0,2],[-1,3],[0,1],[-1,-1],[-1,-3],[-1,0],[0,1],[0,2],[0,7],[0,3],[-2,4],[-1,0],[0,-1],[0,-2],[-1,-7],[-1,-9],[-2,-6],[-1,-2],[0,1],[-2,6],[-1,1],[1,9],[0,10],[-1,2],[-1,-1],[-1,0],[-1,2],[0,6],[-2,15],[-1,0],[-3,4],[0,3],[-2,1],[0,-2],[0,-3],[-1,-2],[0,-5],[-2,-6],[0,2],[-2,12],[0,3],[-1,2],[-1,0],[-1,0],[0,-2],[-1,-3],[-2,0],[-2,3],[-2,6],[-1,2],[0,2],[-3,0],[-2,0],[-1,1],[-1,1],[0,15],[0,4],[0,2],[0,3],[-2,12],[-2,7],[-1,-12],[-1,-1],[-1,0],[0,3],[0,2],[-1,2],[-1,1],[-1,1],[-1,-8],[-2,-1],[-1,1],[-2,10],[0,5],[-2,9],[0,4],[-1,2],[0,1],[0,1],[-1,6],[-1,1],[0,-1],[-1,-3],[0,35],[0,55],[0,29],[0,45],[0,38],[0,50],[0,33],[0,85],[-3,0],[-2,0],[-4,0],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-15,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-6,0],[-3,0],[-24,0]],[[2777,3967],[-4,0],[-4,0],[-3,0],[-2,0],[-11,0],[-3,0],[-2,0],[0,41],[0,1],[0,3],[0,1],[0,10],[0,12],[0,16],[0,2],[0,43],[0,1],[0,14],[0,8],[0,14],[0,5],[0,4]],[[2748,4142],[0,29],[0,2],[0,9],[0,1],[0,9],[0,4],[0,13],[0,1],[0,4],[0,9],[0,2],[0,2],[0,1],[0,2],[0,1],[0,2],[0,2],[0,1],[0,3],[0,5],[0,7],[0,2],[0,2],[0,3],[0,4],[0,7],[0,2],[0,4],[0,1],[0,2],[0,2],[0,2],[0,1],[0,7],[0,4],[0,5],[0,5],[0,2],[0,6],[0,2],[0,25],[0,6],[0,7],[0,2],[0,3],[0,16],[0,15],[0,3],[0,6]],[[2748,4397],[2,6],[1,1],[1,2],[0,1],[1,2],[1,2],[2,6],[1,3],[0,2],[1,2],[0,6],[0,1],[1,2],[1,2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[2,6],[2,6],[1,2],[0,2],[1,1],[0,1],[2,3],[1,3]],[[2769,4453],[0,-3],[0,-2],[0,-11],[0,-1],[0,-1],[0,-2],[0,-3],[0,-3],[0,-25],[4,-1],[0,1],[0,-1],[2,0],[13,1],[4,-1],[1,0],[8,1],[8,0],[3,0],[2,0],[3,0],[5,-1],[1,0],[2,0],[4,1],[3,0],[10,0],[3,0],[2,0],[1,0],[2,0],[1,0],[7,0],[2,-1],[1,0],[3,0],[5,0],[1,0],[1,0],[3,0],[14,1],[1,0],[2,0],[1,-2],[1,-7],[1,-3],[0,-10],[3,-7],[1,-1],[1,-6],[1,-12],[0,-22],[0,-3],[0,-2],[0,-7],[2,-12],[1,-5],[1,-1],[0,-5],[1,-2],[2,-2],[1,-1],[2,-11],[0,-1],[0,-1]],[[2910,4279],[-2,-4],[-1,-3],[-1,-6],[0,-2],[-1,-7],[0,-2],[0,-1],[0,-3],[0,-6],[-2,-8],[-1,-6],[0,-2],[0,-1],[0,-2],[-1,-7],[-1,-1],[0,-2],[-1,-1],[0,-2],[-1,-1],[0,-3],[0,-3],[0,-1],[0,-1],[0,-2],[2,-15],[0,-2],[0,-1],[-2,-13],[0,-3],[-1,0],[0,1],[-1,-5],[0,-12],[0,-14],[0,-2],[0,-3],[1,-3],[1,0],[1,-1],[0,-5],[0,-1],[1,-2],[0,-2],[-1,-12],[1,-6],[0,-1],[0,-2],[1,-1],[2,-12],[2,-10],[3,-14],[0,-2],[1,-8],[0,-1],[0,-2],[0,-2],[-3,-6],[-2,-5],[-2,-5],[-1,-6],[-1,-5],[-1,-2],[0,-3],[-1,-8],[-1,-4],[-1,-4],[-1,-3],[0,-2],[-1,-1],[-1,0],[-2,-5],[-1,-2],[0,-3]],[[2890,3982],[-1,2],[0,2],[-2,3],[-1,0],[-1,1],[0,-1],[-1,-1],[-1,0],[0,-2],[-1,-2],[-1,-3],[0,-4],[-2,-10]],[[2879,3967],[-6,0],[-3,0],[-3,0],[-4,0],[-1,0],[-2,0],[-1,0],[-1,0],[-4,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-4,0],[-1,0],[-6,0],[-2,0],[-4,0],[-2,0],[-1,0],[-8,0],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-12,0],[-3,0],[-13,0],[-2,0]],[[2715,3370],[0,-10],[-1,0],[1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-6],[0,-13],[0,-9],[0,1],[-1,-1],[-1,2],[0,2],[-2,-4],[-1,-7],[0,-3],[-1,-4],[-1,-7],[-1,-19],[-2,-4],[-1,-1],[0,1],[0,2],[0,2],[-1,4],[-2,2],[0,-1],[0,-2],[0,-1],[-3,-4],[-1,-1],[0,-1],[-1,-5],[0,-2],[-2,-12],[0,-3],[-1,-3],[-1,-4],[-1,2],[-1,1],[0,6],[1,7],[-1,3],[0,2],[-2,-4],[-1,-4],[-1,-4],[0,-5],[-2,-8],[0,3],[-1,1],[-1,-2],[0,-4],[0,-8],[0,-7],[-1,-10],[-1,0],[0,-3],[0,-1],[-3,1],[-2,-3],[-2,-7],[-1,-1],[0,-1],[1,-1],[-1,-2],[-1,-8],[-2,-3],[-2,-6],[-1,-5],[0,-1],[0,-2],[0,-1],[-4,1],[-1,0],[0,1],[-3,-2],[-3,-8],[-2,-9],[0,-2],[0,-1],[-1,-6],[0,-1],[-1,-13],[0,-1],[0,-4],[0,-5],[0,-1],[0,-1],[-1,-4],[-1,-4],[-1,0],[0,1],[0,-1],[-2,2],[0,2],[-1,0],[-1,-8],[-1,-4],[0,-21],[0,-20]],[[2606,3064],[-6,1],[-1,0],[-13,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-3,1],[-1,0],[-6,1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-5,0],[-1,1],[-1,0],[-1,0],[-1,0],[-3,0],[-3,0],[-6,0],[0,-2]],[[2491,3258],[1,0],[0,4],[0,2],[0,3],[2,11],[1,2],[0,2],[0,3],[0,2],[-1,3],[0,2],[0,1],[-2,12],[0,1],[0,-1],[3,-2],[1,2],[0,1],[0,3],[0,1],[0,1],[0,-1],[-1,3],[-1,3],[0,3],[0,1],[0,2],[0,1],[1,0],[1,-1],[1,0],[0,2],[0,2],[0,3],[0,19],[0,1],[-1,4]],[[2496,3353],[1,-1],[1,0]],[[2498,3352],[0,-3],[0,-2],[0,-1],[0,-1],[1,0],[0,1],[0,3],[1,4]],[[2500,3353],[1,0],[1,0],[1,1],[1,0],[1,0],[2,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[3,0],[1,0],[1,0],[1,0],[1,0],[2,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[8,-1],[0,3],[0,1],[0,5],[0,4],[0,7],[0,7],[-1,4],[0,4],[2,0],[4,-3],[0,-6],[5,1],[1,0],[2,0],[4,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[3,0],[1,0],[5,1],[1,0],[1,0],[2,0],[4,1],[1,-4],[3,4],[1,0],[3,-1],[3,-1],[0,-1],[4,-1],[1,0],[2,-1],[5,-1],[6,-1],[2,0],[1,0],[1,0],[4,2],[5,-1],[3,-1],[4,-2],[2,0],[14,-3],[1,0],[7,0],[2,0],[6,-1],[1,2],[0,1]],[[2660,3372],[5,-1],[6,1],[1,-1],[6,0],[1,0],[4,0],[4,0],[2,0],[2,0],[7,0],[2,0],[1,0],[1,0],[6,0],[1,4],[2,0],[5,-1],[-1,-4]],[[2895,3644],[-2,-13],[-1,-7],[0,-5],[0,-4],[-1,-2],[0,-1],[-1,2],[0,1],[-1,0],[0,-2],[-1,-2],[0,-4],[-1,-6],[-1,-11],[0,-4],[-1,-4],[0,-3],[0,-5],[0,-8],[-1,-2],[0,-4],[0,-2],[1,0],[0,-1],[-1,-3],[0,-6],[-1,-10],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-4],[-1,-7],[0,-2],[0,-2],[0,-3],[-1,-6],[0,-1],[-1,1],[0,-1],[0,-4],[0,-5],[0,-3],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,-5],[-1,-7],[0,-2],[-1,-1],[0,-1],[0,1],[0,3],[-1,-2],[0,-1],[-1,0],[0,2],[0,5],[0,6],[-1,1],[0,2],[0,3],[0,2],[0,1],[0,4],[0,3],[0,2],[0,1],[0,6],[0,3],[1,3],[0,3],[0,7],[0,3],[0,3],[0,2],[1,4],[0,2],[0,1],[0,4],[0,4],[0,2],[0,3],[0,2],[0,1],[1,7],[0,4],[1,7],[0,2],[0,1],[0,2],[0,3],[1,1],[0,1],[0,3],[0,1],[0,1],[0,1],[1,1],[0,3],[0,2],[0,3],[0,3],[1,0],[1,0],[0,2],[0,1],[0,1],[0,2],[1,2],[0,3],[0,2],[0,2],[0,3],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[2,6],[0,-2],[0,1],[1,4]],[[2883,3630],[0,1],[0,3],[1,1],[0,1],[0,1],[0,1],[5,3],[1,0],[1,1],[3,2],[1,0]],[[2874,3608],[0,-1],[0,-1],[0,-4],[0,1],[-1,4],[1,3],[0,-1],[0,-1]],[[2874,3630],[-1,-1],[0,-2],[0,-4],[-1,2],[0,5]],[[2872,3630],[1,0],[1,0]],[[2826,3891],[1,-1],[2,-3],[1,-3],[0,-3],[1,0],[0,-1],[0,-2],[1,-1],[1,-4],[0,-1],[-1,-6],[0,-1],[0,-1],[-1,0],[0,-2],[0,-5],[0,-3],[0,-1],[2,-9],[1,-2],[1,-1],[1,1],[1,-1],[1,-3],[0,-2],[1,-4],[0,-2],[0,-3],[0,-2],[0,-1],[1,-1],[1,1],[1,-1],[0,-2],[0,-4]],[[2845,3790],[0,-1],[-1,-4],[0,-6],[0,-5],[-1,-1],[0,-1],[-1,-2],[0,-3],[0,-4],[0,-3]],[[2842,3760],[-1,0],[0,-2],[-1,-1],[0,1],[0,3],[-1,0],[0,-1],[0,-1],[0,-2],[0,-4],[0,-1],[-1,-2],[0,-3],[0,-4],[0,-1],[0,-3],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-5],[0,-3],[0,-6],[0,-4],[0,-2],[0,-1],[0,-3],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[1,2],[1,0],[0,1],[0,1],[1,3],[1,0],[1,2],[0,3],[0,1],[1,-2],[0,-3],[0,-6],[0,-2],[0,-4],[0,-1],[1,-5],[0,-1],[1,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[0,-1],[1,-4],[1,-2],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,2],[0,2],[1,-2],[1,0],[0,1],[0,-1],[1,-4],[0,-3],[0,-3],[1,-3],[1,-2],[0,-5],[0,-1],[0,-2],[1,-2],[0,-1],[1,0],[0,-2],[1,-4],[0,-2],[1,-2],[0,-1],[1,-1],[2,-7],[1,-4],[0,-5],[-1,-6],[0,-3],[0,-1],[0,1],[0,1],[-1,0],[0,-2],[0,-3],[0,-1],[0,-8],[0,-4],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-4],[0,-2],[1,0],[0,-1],[0,-1],[1,-3],[0,-1],[-1,2],[-2,-2],[0,3],[-1,0],[-1,5],[-1,2],[0,-3],[0,-1],[-1,0],[0,4],[0,1],[0,3],[0,2],[-1,2],[0,4],[-1,6],[0,2],[0,1],[0,-1],[0,1],[-1,1],[0,2],[-1,1],[0,2],[0,4],[-1,-1],[-1,3],[0,1],[0,2],[0,2],[0,2],[-1,1],[0,-1],[0,-1],[0,-1],[0,-5],[1,-3],[0,-4],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-6],[0,-2],[1,-2],[0,-6],[1,-1],[2,0],[1,-3],[0,-3],[1,-2],[1,1],[0,-1],[1,-2],[0,-2],[-1,-2],[0,-2],[-1,-2],[0,-1],[1,-2],[0,-1],[1,0],[0,2],[0,1],[0,1],[0,-1],[1,-1],[0,-5],[0,-6],[1,-5],[0,-4],[0,-3],[0,-2],[-1,-3],[0,-1],[0,-4],[0,-2],[0,-3],[0,2],[-1,1],[0,1],[0,2],[-1,5],[-1,2],[0,2],[0,1],[0,1],[-1,1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-3],[0,-2],[1,-4],[1,-5],[0,-3],[0,-1],[0,-2],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-2],[-2,-1],[0,1],[0,-1],[0,-2],[-1,-1],[1,-2],[0,-2],[3,2],[0,-2],[-1,-2],[1,-2],[0,-2],[-1,-3],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-3],[0,-1],[1,-5],[0,-2],[-1,-9],[0,-5],[0,-2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[0,1],[-1,6],[0,1],[0,1],[0,3],[-1,1],[-1,4],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,1],[-1,3],[-1,4],[0,1],[0,3],[0,1],[1,3],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[-1,1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,1],[0,3],[-1,0],[0,-1],[0,-1],[0,-2],[1,-5],[1,-2],[0,-1],[1,0],[0,5],[0,3],[0,2],[1,-3],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-3],[0,-4],[0,-3],[0,-3],[0,-1],[0,-2],[1,0],[0,1],[0,1],[0,2],[1,-1],[1,0],[0,5],[1,-1],[0,1],[0,-1],[0,-1],[0,1],[0,4],[0,3],[1,0],[0,2],[1,0],[0,-1],[1,-3],[0,-1],[1,-2],[1,0],[1,-1],[1,-3],[1,1],[0,2],[1,1],[1,-2],[0,-2],[0,-13],[0,-6],[1,-9],[1,-14],[1,-11],[0,-9],[0,-6]],[[2877,3363],[-1,0],[-1,0],[-2,0],[-3,0],[-5,0],[-5,-1],[-2,0],[-6,1],[-1,0],[-3,-2],[-7,1],[-2,-1],[-2,0],[-13,0],[-3,0],[-4,0],[-1,0],[-2,0],[-3,0],[-2,0],[-3,0],[-1,0],[-2,0],[-4,0],[-2,0],[-1,0],[-4,0],[-1,0],[-5,0],[-2,0],[-4,0],[-2,0],[-1,0],[-1,0],[-5,0],[-1,0],[-6,0],[-1,0],[-2,0],[-4,0],[-1,0],[-6,1],[0,1],[-5,1],[-2,1],[-2,0],[-2,-1],[-2,1],[-1,0],[-3,1],[-1,0],[-6,1],[-2,0],[-4,1],[-3,1],[-2,1]],[[2660,3372],[0,3],[4,10],[1,0],[1,-1],[3,6],[0,1],[4,7],[1,0],[1,1],[0,2],[0,2],[0,1],[0,3],[1,8],[0,5],[3,1],[2,3],[1,5],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,6],[0,7],[0,4],[3,11],[2,7],[0,1],[1,3],[5,9],[1,6],[0,1],[0,2],[9,43]],[[2707,3551],[1,-5],[0,-1],[-1,-5],[-1,-1],[1,-3],[0,-1],[0,-1],[1,-1],[0,-1],[0,-5],[0,-8],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-4],[1,-1],[1,-5],[0,-2],[4,1],[1,5],[0,2],[0,1],[3,7],[0,6],[1,0],[0,1],[0,1],[0,1],[0,1],[1,-8],[3,-12],[1,2],[1,3],[1,3],[1,1],[1,2],[2,0],[1,1],[0,2],[1,1],[1,6],[0,5],[0,8],[0,3],[1,-4],[1,-2],[0,-3],[1,-2],[4,12],[3,9],[0,-9],[1,-2],[1,3],[0,2],[3,9],[0,1],[0,6],[0,2],[1,7],[1,5],[1,3],[0,1],[-1,2],[0,1],[0,1],[-1,7],[0,1],[0,1],[1,4],[0,3],[0,1],[0,3],[1,7],[0,2],[2,14],[0,2],[0,2],[3,11],[1,8],[1,6],[0,7],[1,7],[0,6],[0,1],[0,1],[0,1],[0,1],[0,5],[0,1],[1,4],[3,11],[0,1],[-1,7],[0,1],[3,12],[1,13],[0,2],[-1,5],[1,0],[0,6],[1,16],[1,-4],[1,-2],[1,-2],[0,-3],[2,-15],[4,-9],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,3],[0,2],[1,1],[0,3],[0,1],[1,13],[1,11],[0,3],[0,1],[1,10],[1,12],[0,4],[2,12],[0,1],[4,-17],[1,10],[0,8],[1,6],[0,1],[1,2],[1,4],[0,-1],[0,-1],[0,-1],[3,11],[1,9],[0,1],[0,2],[0,1],[1,4],[1,7],[1,4],[1,4],[0,4],[0,3],[0,4],[0,1],[0,1],[0,1],[0,1],[1,6],[1,14],[0,1],[0,6],[0,1],[0,20],[3,-14],[6,-24],[6,-25],[0,1],[1,19],[0,2],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,2],[1,6]],[[2886,3941],[-1,1],[0,2],[1,-2],[0,-1]],[[2886,3945],[0,2],[-1,2],[1,1]],[[2886,3950],[0,-5]],[[2890,3982],[0,-1],[-1,-2],[0,-2],[-1,-4],[0,-2],[0,-1],[0,-1],[-1,-6],[0,-3]],[[2887,3960],[0,2],[-1,-7],[-1,-1],[-1,-6],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[-1,-3],[0,-1],[0,-2],[1,-1],[0,-2],[-1,0],[0,-3],[0,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-3],[0,-1],[1,-4],[0,-5],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-3],[0,-3],[0,-2],[1,-4],[0,-2],[0,-2],[0,-4],[0,-1],[0,-2],[0,-3],[0,-1],[0,-2],[0,-4],[0,-12],[0,-5],[0,-1],[1,-2],[1,-5],[0,-1],[0,-6],[1,-1],[0,-3],[0,-3],[0,-1],[0,-1],[0,-3],[0,-2],[1,-7],[1,-6],[1,-4],[0,-3],[1,-3],[1,-2],[1,1],[0,1],[0,2],[0,-1],[0,-5],[0,-4],[0,-2],[1,-15],[0,-5],[0,-5],[0,-23],[0,-7]],[[2900,3725],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,6],[0,1],[0,4],[0,4],[0,4],[0,4],[0,2],[0,4],[0,1],[0,1],[0,2],[-1,36],[0,1],[0,1],[0,2],[0,1],[0,3],[0,1],[0,47],[0,1],[0,4],[-1,20],[0,9],[0,16],[0,30],[-1,18],[0,1],[0,8],[0,1],[0,3],[0,4]],[[2707,3551],[-1,1],[0,-2],[-1,-1],[-2,6],[0,3],[0,1],[-1,3],[-2,9],[-1,3],[-1,5],[0,4],[-1,6],[0,4],[0,3],[-2,15],[0,3],[-2,8],[-1,5],[0,1],[0,1],[1,5],[0,2],[0,3],[-1,0],[0,2],[-1,5],[0,5],[-1,10],[-1,1],[0,3],[-1,5],[2,16],[0,1],[0,2],[0,10],[0,11],[0,2],[0,6],[0,1]],[[2690,3719],[1,-3],[1,1],[5,6],[0,1],[0,1],[0,1],[1,2],[0,14],[0,4],[0,2],[0,1],[0,1],[1,2],[0,1],[1,-1],[1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[-1,16],[0,5],[0,4],[-1,3],[0,3],[0,2],[1,3],[0,1],[1,9],[2,18],[0,2],[1,5],[0,1],[0,3],[0,1],[1,1],[2,-7],[1,-4],[0,-6],[0,-2],[0,-1],[-1,-4],[0,-1],[0,-1],[1,-3],[1,1],[3,8],[0,2],[0,16],[0,2],[-1,2],[0,2],[0,2],[0,3],[0,1],[1,3],[0,16],[0,1],[1,1],[0,4],[1,6],[2,6],[2,15],[2,10],[0,1],[1,0],[0,-1],[1,-2],[0,-1],[0,-7],[0,-2],[1,0],[1,1],[1,5],[1,2],[0,1],[1,-1],[0,1],[3,14],[1,11],[1,4],[1,3],[2,9],[1,2],[1,1],[1,16],[0,1],[0,2],[0,24],[1,10],[0,1],[0,2],[1,8],[0,2],[0,1],[1,12],[0,3],[0,2],[0,5],[0,12],[0,1],[1,6],[1,11],[0,1],[0,1],[1,5],[0,5],[0,2],[0,8],[0,4],[0,3],[0,7],[0,9],[0,2],[-2,16],[0,1],[1,1],[0,6],[1,1],[0,1],[1,-1],[2,3]],[[2777,3967],[0,-36],[-1,-1],[0,-1],[0,-46],[0,-3],[0,-11],[3,8],[0,4],[3,13],[1,4],[1,2],[0,2],[4,17],[0,1],[1,1],[0,-3],[2,-4],[2,15],[2,13],[1,7],[1,-3],[-1,-2],[0,-1],[0,-1],[1,-1],[2,-7],[0,-1],[0,-1],[1,0],[2,-3],[3,-1],[1,4],[0,5],[-1,1],[0,1],[0,1],[0,2],[1,6],[2,4],[0,-1],[1,-1],[1,-2],[2,8],[0,5],[1,1],[1,-1],[1,-1],[1,-3],[1,-6],[0,-3],[1,-3],[1,-4],[1,1],[1,-4],[0,-2],[1,-8],[0,-3],[1,-1],[0,-1],[1,-12],[1,-8],[-1,-8],[0,-1],[1,-1],[0,-2],[1,0]],[[2471,5358],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,2],[0,2]],[[2466,5329],[0,2],[1,0],[0,-2],[0,-1],[1,-2],[-1,-1],[0,-1],[-1,0],[-1,-2],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-2],[0,-1],[-1,-2],[0,-1],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1]],[[2467,5340],[0,-1],[-1,-1],[0,-1],[0,1],[-1,2],[0,1],[0,1],[1,0],[0,1],[0,1],[1,2],[1,1],[1,2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[-1,0]],[[2569,5051],[0,2],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-2],[-1,-1],[0,-4],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-1,0],[0,-2],[0,-3],[0,-1],[0,-1],[-1,3],[0,3],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,3],[0,1],[0,1],[1,2]],[[2466,4499],[0,1],[0,1],[-1,4],[-1,17],[0,1],[-1,1],[-1,2],[-2,2],[-2,2],[-1,2],[-1,2],[-2,8],[0,4],[0,2],[-1,7],[0,15],[-1,3],[0,1],[0,1],[-1,15],[0,10],[0,4],[0,4],[0,8],[0,2],[0,2],[1,1],[2,18],[0,2],[-1,7],[0,4],[-3,11],[0,10],[0,15]],[[2427,5299],[1,0],[0,-2],[1,-2],[0,-1],[1,1],[1,1],[1,0],[1,0],[0,1],[1,0],[0,2],[1,1],[2,3],[0,1],[1,1],[0,1],[1,2],[1,1],[0,-1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,2],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,2],[0,1],[0,1],[1,1],[0,-2],[0,-1],[1,-2],[0,1],[0,2],[1,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,2],[0,1],[0,1],[1,-1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[0,1],[1,0],[0,2],[0,1],[0,2],[1,0],[0,-1],[1,-1],[0,2],[1,3],[0,1],[1,0],[0,-1],[1,-4],[1,-2],[0,-4],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-4],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,2],[1,2],[0,2],[0,3],[1,1],[0,4],[0,-1],[1,-3],[0,-1],[1,-5],[1,-3],[1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,1],[0,1],[1,-1],[0,-2],[1,-2],[1,0]],[[2472,5272],[0,-1],[0,-3],[1,-1],[1,0],[1,-4],[1,0],[2,-7],[1,-8],[1,-12],[0,-3],[0,-4],[5,-7],[1,-1],[18,-23],[1,-2],[1,-1],[1,-1],[0,-1],[1,-1],[2,-4],[2,-5],[1,-3],[0,-1],[0,-1],[3,-6],[0,-2],[0,-1],[2,-1],[1,2],[1,-3],[0,-1],[1,-2],[0,-2],[1,0],[0,1],[2,5],[1,0],[0,-3],[0,-1],[1,-1],[1,-2],[2,1],[2,-7],[1,2],[0,-2],[1,0],[0,-1],[1,1],[0,-1],[1,-3],[1,-2],[0,-2],[1,-6],[0,-1],[0,-3],[-1,-3],[-1,-3],[0,-1],[1,-2],[1,-4],[0,-1],[1,0],[0,1],[1,1],[4,-8],[1,-5],[1,-3],[0,-6],[0,-1],[-1,-2],[0,-3],[1,-5],[0,-1],[0,-9],[0,-13],[0,-3],[0,-2],[-1,-2],[-1,-7],[-1,-14],[1,-2],[1,1],[0,1],[1,0],[1,0],[1,5],[1,2],[0,-1],[1,-3],[0,-3],[0,-3],[-2,-15],[0,-3],[0,-7],[-1,-1],[1,-5],[0,-1],[2,-12],[2,-2]],[[2551,4992],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-6],[0,-6],[-1,-7],[-1,0],[-2,-2],[-1,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-5],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,4],[0,1],[0,1],[0,1],[0,1],[1,3],[1,2],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[1,2],[0,1],[0,2],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[0,1],[0,2],[0,1],[0,1],[1,3],[0,2],[0,1],[0,2],[0,1],[1,2],[0,1],[0,1],[1,2],[0,1],[1,-1],[0,1],[0,1],[1,2],[0,-1],[1,0],[0,1],[0,2],[1,2],[0,-1],[0,-2],[1,-2],[0,-1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,3],[0,1],[0,2],[0,2],[1,1],[0,4],[0,1],[0,2],[1,1],[0,2],[1,3],[0,2],[0,3],[0,3],[0,1],[0,1],[0,1],[0,2],[0,4],[1,1],[0,-2],[1,0],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[1,1],[0,3],[0,3],[1,-1],[0,-1],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-2],[0,-7],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-3],[0,-4],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-6],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-3],[-1,-6],[0,-1],[0,-2],[0,-5],[0,-1],[0,-1],[-1,-2],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-3],[0,-4],[0,-2],[0,-2],[0,-3],[0,-5],[0,-1],[1,0],[0,-1],[0,-2],[0,-3],[0,-4],[0,-3],[0,-3],[-1,-3],[0,-2],[-1,-1],[0,-1],[-1,-2],[0,-2],[-1,-3],[0,-2],[0,-2],[0,-3],[0,-3],[-1,-3],[0,-3],[0,-2],[0,-2],[0,-2],[0,-4],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2],[0,-2],[0,-2],[1,-8],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-3],[0,-3],[0,-4],[0,-1],[0,-6],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-9],[0,-1],[0,-2],[0,-3],[0,-1],[0,-3],[0,-3],[0,-4],[0,-6],[-1,-5],[-1,-5],[0,-3],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-8],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-6],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[0,-3],[1,-3],[0,-2],[0,-1],[0,-4],[-1,-5],[0,-2],[0,-1],[1,-5],[0,-1],[0,-2],[0,-1],[1,-4],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-5],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-3],[1,-3],[0,-5]],[[2092,4592],[0,-46],[0,-1],[0,-19],[0,-3],[0,-1],[0,-4],[0,-67],[0,-2],[0,-15],[0,-1],[0,-5],[0,-1],[0,-1],[0,-7],[0,-3],[0,-10],[0,-1],[0,-3],[0,-1],[0,-4],[0,-12],[0,-1],[0,-4],[0,-29],[0,-7],[0,-10],[0,-1],[0,-3],[0,-2],[0,-4],[0,-5],[0,-3],[0,-2],[0,-3],[0,-2],[0,-18],[0,-2],[0,-3],[0,-14],[0,-1],[0,-7],[0,-1],[0,-30],[0,-2],[0,-3],[0,-14],[0,-3]],[[1953,4211],[-5,0],[-13,0],[-1,0],[-4,0],[-4,-1],[-1,0],[-13,0],[-15,1],[0,48],[0,21],[0,3],[0,39],[0,80]],[[1897,4402],[0,27],[0,1],[0,7],[0,2],[0,16],[0,13],[0,32],[0,86],[0,1],[0,1],[0,8],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,20],[0,2],[0,2],[0,23],[0,35],[0,30],[0,4],[0,1],[0,1],[0,6],[0,1],[0,17],[0,32],[0,15],[0,71],[0,1],[0,6]],[[2092,4973],[0,-43],[0,-9],[0,-4],[0,-2],[0,-23],[0,-5],[0,-5],[0,-65],[0,-7],[0,-39],[0,-16],[0,-20],[0,-31],[0,-1],[0,-4],[0,-11],[0,-5],[0,-9],[0,-7],[0,-12],[0,-5],[0,-1],[0,-1],[0,-56]],[[2536,2167],[1,-4],[0,-2],[0,-1],[-1,0],[-1,1],[-2,-1],[-2,-3],[-1,0],[1,1],[1,1],[1,1],[1,1],[1,0],[0,1],[1,1],[0,3],[0,1]],[[2623,2304],[-1,0],[-1,0],[-2,0],[-1,0],[-9,-1],[-15,0],[-1,0],[-3,0],[-3,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,0],[-4,0],[-1,0],[-2,0],[-3,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[1,-4],[-1,-8],[0,-7],[-1,-7],[1,-3],[2,-20],[1,-4],[1,-1],[1,-3],[1,-6],[0,-3],[0,-2],[0,-3],[-1,-21],[0,-1],[0,-4],[0,-15],[0,-1],[0,-3],[-1,-5],[0,-4],[1,-6],[-1,-2],[-1,-4]],[[2553,2167],[-1,-1],[-1,-1],[-2,-4],[-2,-2],[-2,-2],[-1,0],[-3,0],[-1,0],[-1,-1],[-1,0],[1,1],[1,1],[1,4],[0,1],[0,-1],[1,-1],[0,-2],[1,0],[1,3],[1,0],[1,1],[0,3],[0,3],[0,4],[-1,2],[0,2],[-1,4],[0,3],[0,1],[-1,1],[-1,5],[0,1],[0,6],[-1,5],[0,1],[0,1],[0,1],[1,8],[0,2],[0,2],[0,3],[0,2],[0,2],[0,6],[-1,4],[0,3],[0,1],[-1,0],[0,3],[-1,2],[0,-2],[-1,-2],[0,-2],[-1,-2],[1,-5],[0,-1],[-1,-4],[0,-2],[0,-3],[0,-3],[0,-4],[0,-1],[-1,-2],[0,-2],[0,-2],[1,-4],[-1,-2],[0,-1],[0,-5],[0,-10],[0,-4],[0,-2],[0,-1],[-1,-3],[0,1],[-1,-1],[0,-1],[0,1],[0,3],[0,1],[0,1],[0,2],[-2,4],[-1,0],[0,-2],[-1,0],[0,2],[0,1],[0,1],[-1,-1],[-1,-3]],[[471,6877],[0,-1],[0,-2],[0,-14],[0,-2],[-1,-7],[0,-1],[-1,-1],[0,-1],[-1,1],[-2,8],[0,2],[0,8],[2,10],[1,1],[1,-1],[1,0]],[[552,6867],[0,1],[2,3],[2,-4],[0,-1],[0,-2],[-1,-3],[0,-4],[-1,-2],[-1,0],[-1,4],[0,2],[1,1],[0,1],[0,2],[-1,2]],[[533,6910],[-1,5],[0,4],[1,1],[0,-2],[1,-2],[0,-1],[1,2],[0,6],[2,12],[0,1],[0,-1],[1,-3],[0,-4],[0,-1],[-1,-2],[0,-1],[0,1],[0,-1],[-1,-2],[0,-10],[0,-1],[1,-3],[0,1],[0,3],[0,1],[0,1],[1,1],[1,0],[-1,-7],[0,-3],[-1,-5],[0,-1],[0,1],[0,1],[-1,1],[-1,-1],[0,-1],[0,-3],[0,-4],[-3,-11],[-1,-2],[-1,-2],[-2,-13],[0,-3],[0,-5],[-1,-2],[-1,6],[0,6],[1,1],[0,1],[1,8],[2,6],[0,3],[1,1],[0,1],[0,2],[0,1],[-1,-2],[-1,2],[-1,10],[0,2],[2,8],[1,-2],[1,-3],[0,-2],[0,-1],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,4]],[[549,6892],[0,1],[2,0],[1,-1],[0,-2],[0,-13],[0,-1],[-3,-6],[-1,1],[1,5],[0,2],[1,3],[0,4],[-1,3],[0,4]],[[546,6916],[1,-2],[1,-4],[-1,-3],[0,-1],[-1,-5],[0,-4],[1,-2],[1,-3],[0,-1],[0,-1],[-1,-1],[-1,3],[-1,0],[0,-2],[-1,-2],[-1,0],[0,1],[0,1],[0,3],[1,10],[0,2],[1,6],[0,5],[2,13],[0,-4],[0,-2],[0,-3],[-1,-4]],[[486,6910],[0,-3],[1,-1],[2,-3],[0,-3],[1,0],[0,-4],[0,-3],[0,-1],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,2],[-1,2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-5],[-1,1],[0,3],[-1,4],[0,3],[-1,3],[-1,0],[0,2],[-1,1],[1,3],[1,3],[0,1],[3,-3],[1,-2]],[[519,6943],[0,3],[-1,-2],[-1,-3],[0,-2],[0,-1],[1,-5],[0,-2],[1,-1],[1,-12],[0,-3],[0,-3],[-1,-7],[-4,6],[0,3],[-1,4],[0,3],[-2,-3],[0,-2],[0,-2],[-1,-8],[0,-1],[0,-2],[-1,1],[1,4],[0,2],[0,3],[0,3],[-1,4],[0,17],[0,4],[0,4],[1,8],[1,2],[2,3],[0,-1],[1,0],[0,-2],[0,-1],[0,-5],[0,-3],[1,1],[1,8],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[3,-5],[0,1],[0,1],[1,3],[1,0],[0,-1],[0,-1],[1,-3],[0,-6],[-1,-9],[0,-1],[-1,1],[0,2],[0,1],[0,2],[-2,3],[0,-1],[0,-1],[-1,0],[-1,4],[0,2],[0,1]],[[528,6968],[2,-1],[-1,-12],[0,-1],[0,-1],[-1,2],[-2,1],[-1,0],[-1,0],[0,3],[0,2],[0,1],[0,3],[2,4],[1,-1],[1,0]],[[372,6723],[1,-2],[0,-1],[1,-2],[0,-5],[2,2],[0,-2],[-1,-5],[-2,-5],[-1,1],[-2,-7],[-1,4],[0,1],[0,1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,12],[-1,3],[0,4],[1,6],[2,8],[1,1],[1,0],[2,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-3],[1,-1],[1,4],[0,-2]],[[387,6708],[1,-6],[-1,-1],[-2,1],[0,1],[-1,1],[-3,-1],[0,1],[0,1],[1,1],[3,2],[2,0]],[[395,6716],[1,0],[0,-1],[0,-3],[0,-1],[-1,-6],[0,-1],[-2,-1],[-5,4],[0,2],[1,3],[1,3],[2,-1],[0,-1],[1,0],[1,3],[1,0]],[[380,6747],[1,-1],[0,-2],[-1,-2],[-1,-4],[0,-1],[0,-1],[1,-5],[0,-1],[1,1],[2,0],[0,-2],[0,-1],[0,-4],[-1,1],[-1,0],[0,-1],[-2,-9],[0,-4],[-1,0],[-1,2],[0,2],[-1,13],[1,2],[1,2],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-2],[-1,-1],[-1,0],[0,1],[0,1],[0,2],[0,2],[1,7],[1,0],[0,-1],[1,-2],[2,3]],[[455,6783],[1,1],[1,-3],[4,-5],[1,-5],[0,-2],[0,-4],[0,-2],[-1,-3],[-3,6],[-1,-5],[-1,1],[-2,9],[1,13],[0,-1]],[[168,7933],[1,3],[0,8],[1,7],[1,0],[1,-1],[2,-15],[0,-3],[0,-3],[5,-13],[0,-1],[7,-5],[3,-3],[1,-2],[0,-1],[2,-6],[0,-2],[-1,-1],[-4,3],[-2,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,1],[0,2],[-4,9],[-1,6],[-4,13],[-1,1],[0,-1],[-4,5],[0,2],[0,1]],[[374,7866],[0,-2],[0,-1],[1,0],[0,1],[0,-1],[1,-7],[-1,-3],[0,-2],[0,-6],[1,-12],[2,-5],[1,0],[0,-3],[0,-4],[0,-2],[-1,-3],[-3,-2],[-1,0],[0,1],[-1,0],[-4,-5],[-3,-5],[-1,-5],[-1,-3],[1,-3],[0,-3],[0,-1],[0,-2],[0,-2],[-3,0],[-1,3],[0,1],[0,2],[0,2],[-2,4],[-3,7],[-1,1],[-1,1],[-2,-1],[-2,-1],[-1,1],[0,1],[-1,3],[-1,2],[-1,1],[-1,1],[-1,4],[-2,7],[-1,2],[-2,6],[-2,0],[-2,-1],[0,1],[-3,9],[0,3],[-1,1],[-1,1],[-1,1],[0,3],[0,1],[0,6],[0,1],[-1,3],[-1,9],[0,2],[1,4],[2,3],[3,0],[2,-1],[1,-2],[1,-1],[3,-3],[1,1],[2,1],[1,3],[0,2],[0,4],[-1,1],[0,1],[0,1],[1,2],[1,4],[1,1],[2,2],[1,-1],[1,1],[1,7],[2,6],[2,-4],[0,-1],[0,-1],[1,-1],[2,4],[3,3],[0,2],[0,5],[1,1],[0,-2],[1,-2],[0,-1],[0,-2],[0,-4],[1,-10],[2,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,1],[1,1],[2,-4],[2,-3],[1,-2],[0,-4],[0,-2],[0,-11],[-1,-4],[0,-4]],[[1238,7495],[0,-1],[0,-5],[0,-4],[0,-1],[1,-1],[1,1],[1,1],[0,1],[0,2],[1,2],[1,-2],[0,-2],[1,0],[0,-1],[1,1],[1,-1],[1,-1],[0,-3],[2,-1],[0,1],[0,1],[1,1],[2,1],[1,-1],[0,-5],[0,-1],[-1,-4],[0,-4],[1,-1],[0,-2],[1,-4],[1,-6],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-3],[1,-6],[1,-2],[0,-3],[0,-1],[1,-8],[1,-3],[0,-6],[0,-2],[0,-1],[0,-2],[1,-18],[0,-5],[1,-4],[0,-1],[1,0],[0,-1],[0,-4],[0,-5],[0,-1],[0,-1],[0,-1],[-1,2],[0,6],[0,2],[0,1],[-2,8],[-1,5],[0,1],[-1,4],[-1,8],[0,6],[0,5],[-1,2],[-1,4],[-1,4],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,2],[-1,-1],[0,-2],[1,-9],[2,-8],[0,-2],[0,-3],[0,-1],[-1,-3],[0,-4],[0,-2],[3,-14],[1,-1],[1,-4],[1,-3],[0,-2],[-1,-6],[0,-2],[1,-3],[0,-3],[0,-2],[1,-3],[1,-7],[-2,1],[0,-3],[1,-14],[0,-3],[0,-1],[0,-1],[-2,-10],[-1,0],[-1,3],[0,2],[-1,0],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-9],[-2,-8],[-1,-5],[-2,-9],[-1,0],[-1,-2],[-1,-2],[0,-3],[0,-2],[-3,-8],[0,-2],[0,-1],[-2,-1],[-1,2],[-1,14],[0,22],[0,3],[1,6],[1,4],[1,4],[0,4],[-1,0],[0,1],[0,1],[0,10],[0,2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-3],[1,4],[-2,12],[-2,11],[0,2],[0,2],[0,5],[-2,9],[0,1],[-1,14],[0,2],[0,1],[0,1],[-1,3],[0,6],[1,5],[0,9],[-1,9],[0,3],[0,1],[0,16],[-1,3],[0,2],[0,10],[0,4],[0,3],[-1,9],[-1,6],[0,1],[-1,0],[0,1],[0,2],[-1,4],[-1,12],[0,17],[0,7],[0,1],[2,-6],[2,-11],[0,-1],[0,-3],[1,-4],[1,-1],[1,-1],[0,-9]],[[1334,6879],[0,-2],[1,-10],[1,-1],[0,-1],[0,-1],[-2,-9],[0,-1],[-3,0],[-3,10],[0,3],[0,4],[0,1],[2,3],[4,5],[0,-1]],[[1320,6954],[1,-7],[1,-3],[1,-1],[0,-4],[0,-3],[-1,-2],[0,-11],[-1,-4],[-1,-14],[-1,7],[-1,5],[0,1],[0,1],[0,14],[-1,3],[0,14],[1,11],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-3]],[[616,7178],[1,-2],[1,-2],[-1,-1],[0,1],[-1,1],[0,1],[-2,1],[-1,-2],[0,-2],[-1,-1],[-4,0],[0,2],[1,4],[0,1],[1,3],[3,1],[1,-1],[1,0],[1,-4]],[[275,8472],[5,-1],[1,1],[2,-1],[1,-1],[0,-1],[1,0],[3,-4],[3,-1],[0,-1],[0,-1],[0,-7],[-1,-7],[-1,-7],[0,-1],[-1,-3],[-1,-3],[-1,0],[-2,3],[0,1],[-1,1],[-1,1],[-2,0],[-3,0],[-2,-1],[-1,-1],[-2,-3],[0,-3],[-1,-4],[-1,-3],[-2,-3],[0,-2],[-1,-3],[0,-4],[0,-2],[0,-1],[0,-8],[-2,-8],[-3,4],[0,1],[0,2],[0,1],[-1,12],[-1,7],[-1,1],[-1,4],[-2,5],[-1,2],[0,1],[-1,1],[-1,2],[0,1],[-1,2],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,2],[0,1],[0,1],[0,2],[-1,6],[-1,5],[0,4],[-2,5],[-2,5],[-2,3],[-4,6],[-4,5],[-2,1],[-1,1],[-3,0],[-1,0],[-5,-7],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-4],[-3,-5],[-1,0],[-3,5],[-3,4],[-2,2],[-1,8],[-1,4],[0,2],[-1,9],[1,12],[0,6],[1,8],[1,3],[0,3],[0,2],[0,7],[0,3],[1,1],[0,1],[0,1],[0,2],[-1,3],[0,5],[1,-1],[1,0],[0,1],[0,1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-2],[1,-2],[2,-4],[4,-6],[5,-4],[3,-3],[2,-2],[2,-2],[2,0],[0,1],[1,2],[1,4],[3,8],[3,5],[3,4],[1,0],[1,-1],[1,-1],[1,0],[0,1],[0,1],[1,-1],[1,-1],[0,-2],[1,-2],[2,-7],[1,-2],[1,0],[0,-1],[1,-5],[1,-12],[0,-6],[0,-2],[1,-1],[1,-1],[1,-3],[2,-2],[3,-2],[2,-1],[1,0],[2,-5],[0,-3],[0,-2],[0,-1],[1,-1],[3,-2],[1,0],[2,0],[1,-1],[0,-1]],[[461,8525],[1,2],[1,0],[0,-1],[1,-1],[1,0],[1,1],[0,1],[0,1],[1,-1],[0,-1],[1,-6],[0,-9],[-1,-1],[-1,1],[-1,0],[-3,-2],[-1,0],[-2,3],[-1,4],[1,2],[1,3],[1,4]],[[305,8787],[0,1],[1,4],[0,1],[1,1],[1,2],[2,-1],[1,-2],[1,-1],[1,-4],[0,-3],[0,-3],[0,-2],[-1,-5],[-1,-2],[-1,-3],[-2,1],[-1,1],[-2,3],[0,3],[0,3],[0,4],[0,2]],[[284,8932],[0,1],[0,1],[1,1],[0,-1],[1,-4],[0,-1],[-1,-1],[0,1],[-1,0],[0,2],[0,1]],[[365,9029],[1,-2],[-2,-2],[0,-1],[-1,-5],[-1,-1],[0,1],[0,1],[-1,0],[0,2],[0,1],[1,1],[0,1],[1,2],[0,1],[1,1],[1,0]],[[1250,7057],[0,-1],[1,-3],[2,3],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,1],[-1,-1],[-1,-3],[-1,-2],[0,-2],[-1,-4],[0,-1],[-1,1],[-1,1],[0,10],[0,6],[1,0],[1,0]],[[1254,7085],[1,-4],[-1,-6],[0,-3],[0,-1],[0,1],[-1,3],[0,4],[-1,3],[-1,2],[-1,11],[0,2],[1,1],[0,4],[0,12],[0,8],[-1,4],[-1,1],[1,12],[1,5],[1,6],[0,3],[0,2],[0,2],[-1,1],[0,1],[0,1],[1,2],[0,-2],[1,-3],[0,-2],[1,-5],[2,-4],[0,2],[1,1],[0,3],[-2,9],[-1,3],[-3,14],[-1,5],[0,7],[-1,5],[-2,6],[0,9],[-1,21],[0,2],[0,2],[1,4],[1,4],[1,2],[1,0],[0,-1],[2,-8],[1,-1],[0,-1],[1,1],[0,3],[0,2],[-1,2],[-1,2],[-2,5],[0,1],[1,0],[0,-1],[2,-3],[1,3],[0,2],[0,2],[0,-1],[1,-3],[2,-7],[1,-13],[1,-5],[1,-8],[-1,-4],[0,-1],[1,-2],[1,0],[0,2],[1,4],[-1,4],[0,2],[0,1],[0,2],[0,1],[1,1],[0,-2],[1,-2],[1,-2],[1,-1],[0,-2],[0,-3],[-1,-4],[0,-2],[0,-4],[0,-2],[0,-2],[1,0],[0,-6],[0,-2],[1,-7],[0,-1],[-1,-1],[0,-2],[-3,0],[-1,-12],[0,-4],[0,-2],[0,-2],[1,-7],[0,-1],[-1,1],[0,-1],[-1,-10],[1,-3],[1,-2],[0,-3],[0,-2],[-1,-17],[-1,-5],[0,1],[-1,-1],[0,-1],[0,-1],[0,-6],[0,-13],[0,-3],[-1,0],[-1,1],[0,4],[0,2],[0,3],[0,3],[0,2],[0,6],[-1,6],[0,1],[-1,-1],[0,-2],[0,-6],[-2,-2],[0,-2],[-1,-2],[1,-1],[1,-1],[1,0],[0,-12],[-1,-1]],[[1298,7187],[0,-3],[0,-1],[-2,-6],[-1,0],[-1,-5],[-1,-2],[-2,-4],[-2,2],[-3,1],[-2,1],[0,7],[-1,5],[2,5],[-2,12],[-1,3],[-2,4],[0,6],[-1,3],[0,3],[0,1],[0,1],[0,3],[-1,4],[-1,-5],[-1,-3],[0,-2],[1,-5],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,-9],[0,-2],[0,-3],[0,-6],[1,0],[1,-2],[2,-4],[0,-16],[0,-2],[-1,1],[0,1],[0,-1],[0,-2],[0,-1],[0,-4],[-1,-4],[0,-2],[-1,-2],[-4,4],[0,3],[-1,2],[-1,0],[0,-3],[-1,-5],[-2,-3],[0,-1],[-2,0],[-1,1],[-1,1],[0,1],[0,7],[0,7],[0,3],[0,1],[0,1],[0,1],[0,2],[0,2],[0,5],[0,1],[0,1],[0,4],[-1,2],[0,1],[0,2],[0,5],[0,2],[0,3],[0,6],[0,4],[0,3],[1,3],[0,3],[-1,5],[0,-2],[-1,-3],[-1,-1],[0,1],[0,2],[-1,1],[-2,4],[0,4],[-1,9],[0,2],[0,7],[-1,5],[-3,8],[1,6],[0,2],[4,5],[3,-4],[2,-2],[2,-2],[3,-4],[2,-3],[2,-3],[1,0],[0,-1],[0,1],[1,1],[0,1],[6,-2],[3,-12],[0,-3],[1,-11],[0,-5],[0,-4],[1,-3],[1,-1],[1,0],[1,-1],[1,-8],[1,-6],[0,-2],[2,-6],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-2],[1,-1]],[[1325,6935],[1,0],[0,-1],[1,-3],[1,-1],[0,-1],[0,-2],[0,-4],[1,-1],[1,0],[0,-1],[1,-5],[1,-4],[-1,0],[0,-2],[1,-17],[-1,-4],[0,-5],[-1,-1],[-2,0],[-1,1],[0,2],[-1,2],[-1,-4],[0,-2],[-1,0],[-1,4],[0,1],[1,3],[1,8],[-1,3],[1,4],[0,1],[1,-1],[0,3],[0,2],[-1,3],[0,2],[-1,12],[1,6],[0,2]],[[1276,6989],[1,-5],[1,-1],[0,-2],[0,-5],[-1,-3],[-1,-6],[-1,2],[0,2],[-1,-1],[-2,-6],[1,-3],[1,1],[0,-1],[0,-1],[0,-2],[0,-4],[-1,0],[-1,-3],[-2,-8],[-1,-6],[0,-4],[0,-6],[0,-1],[-1,1],[0,1],[-2,11],[0,1],[0,2],[1,1],[1,4],[0,3],[0,6],[0,6],[-3,9],[-1,-1],[0,-2],[0,15],[1,1],[0,3],[3,-1],[1,-2],[0,-1],[0,-6],[0,-1],[0,-1],[-1,0],[0,-1],[0,-4],[0,-1],[0,-1],[2,3],[0,3],[0,3],[1,4],[0,1],[1,-4],[1,2],[0,2],[0,4],[0,2],[1,1],[2,0]],[[1268,7137],[1,2],[5,-4],[2,0],[2,-1],[1,-1],[1,2],[1,-3],[2,-13],[0,-1],[1,-1],[0,-10],[0,-6],[0,-1],[0,-2],[0,-1],[0,-2],[4,-17],[0,-3],[2,1],[6,-20],[0,-2],[0,-2],[1,-4],[1,-6],[1,-6],[1,-6],[1,-19],[0,-2],[0,-1],[1,0],[1,0],[0,-4],[1,-10],[0,-3],[1,-5],[2,-5],[1,-2],[0,-1],[1,-8],[0,-1],[0,-1],[0,-1],[-1,0],[-1,4],[0,1],[0,1],[0,2],[-2,4],[-1,0],[0,-2],[1,-7],[0,-3],[1,-2],[-1,-1],[-3,-1],[-2,-1],[0,-1],[0,-1],[1,0],[2,-3],[3,4],[0,-1],[1,-8],[2,-2],[0,-7],[1,-7],[0,-2],[1,0],[0,-2],[-1,-2],[-1,-4],[-2,2],[0,-2],[0,-3],[1,-1],[2,-3],[1,0],[0,1],[0,3],[0,2],[0,2],[0,1],[1,2],[0,3],[1,1],[0,-3],[1,-1],[0,-9],[0,-6],[0,-3],[-1,-2],[-1,-2],[0,-3],[1,-1],[-1,-7],[-1,-9],[-2,-4],[-1,0],[0,-2],[0,-3],[1,-1],[1,0],[1,6],[1,4],[1,0],[0,-1],[1,-1],[0,-33],[0,-1],[0,-3],[1,-6],[0,-2],[-2,-11],[0,-5],[0,-1],[-4,-2],[-1,3],[0,1],[-2,4],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[-1,19],[0,1],[0,1],[1,1],[0,3],[-2,12],[-3,-3],[-2,7],[-1,2],[-1,4],[0,1],[0,2],[0,2],[1,0],[0,1],[1,19],[0,3],[0,1],[-1,-2],[-1,-7],[0,-2],[0,-1],[0,4],[0,8],[1,5],[0,1],[0,1],[0,2],[0,6],[-1,1],[0,-3],[0,-1],[0,-1],[0,-4],[-1,-2],[-1,-1],[-1,-1],[1,-6],[0,-11],[0,-3],[0,-1],[-1,-5],[-2,3],[-2,2],[-1,4],[0,2],[-1,3],[1,1],[0,1],[1,6],[0,2],[0,2],[0,7],[-2,8],[-1,1],[-1,-2],[-1,5],[0,3],[-1,3],[-1,-2],[2,-13],[1,-11],[1,-9],[0,-3],[-1,-1],[0,-2],[0,-3],[2,-2],[1,-19],[0,-2],[1,-3],[1,-5],[1,0],[0,1],[0,4],[0,1],[0,1],[0,3],[0,2],[2,1],[2,-7],[1,-4],[0,-14],[0,-6],[0,-2],[0,-2],[-1,2],[-1,2],[0,4],[0,3],[0,1],[-1,1],[0,1],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-7],[2,-16],[0,-1],[0,-1],[-1,0],[-2,1],[-3,5],[0,3],[0,2],[0,5],[0,2],[-1,3],[-1,0],[0,1],[-2,13],[-2,12],[-1,4],[-1,4],[0,3],[0,5],[0,6],[-1,0],[0,1],[-1,10],[0,2],[1,0],[2,0],[-1,5],[-1,2],[0,-1],[0,1],[-1,9],[1,2],[0,1],[-1,5],[-1,1],[0,-3],[-1,-2],[-1,0],[0,3],[0,1],[-1,0],[-1,-2],[0,-1],[-1,0],[0,1],[-1,6],[0,1],[0,3],[1,7],[0,3],[0,2],[2,2],[1,1],[1,-3],[0,-2],[0,-1],[0,-5],[1,-1],[1,1],[0,3],[0,1],[-1,1],[0,3],[0,2],[0,1],[0,2],[0,2],[1,3],[1,0],[0,-1],[2,7],[1,2],[-1,6],[-1,8],[1,1],[0,2],[-1,9],[0,5],[-3,-4],[0,2],[-1,2],[-2,6],[-2,4],[0,1],[1,4],[1,0],[0,5],[-1,9],[-1,1],[-1,3],[-1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,1],[-1,1],[-1,3],[0,2],[-2,10],[2,8],[0,1],[2,1],[0,-1],[3,-7],[1,-1],[2,3],[1,3],[-1,9],[0,2],[-1,1],[0,-1],[-1,1],[-2,12],[0,14],[-1,-8],[-3,-11],[-2,-1],[-3,2],[0,5],[-1,2],[1,2],[0,1],[1,1],[1,5],[1,12],[1,1],[0,1],[3,12],[0,3],[0,2],[-1,4],[-1,1],[-1,22],[0,3],[1,-1],[0,3],[0,1]],[[1262,7053],[0,-2],[0,-1],[0,-3],[0,-4],[-1,-1],[-1,0],[0,3],[0,2],[-1,5],[0,3],[0,1],[1,0],[1,3],[1,0],[0,-1],[0,-3],[0,-2]],[[1213,7433],[0,-1],[0,-1],[1,0],[1,-5],[1,-4],[1,-1],[2,-6],[0,-2],[1,-3],[1,-5],[1,-2],[2,-2],[2,2],[1,3],[1,-1],[1,-1],[1,0],[0,4],[2,0],[0,-1],[0,-3],[0,-7],[0,-5],[2,-11],[0,-5],[1,-19],[-1,-3],[-1,-3],[0,-1],[-4,-1],[-1,2],[-1,0],[0,1],[-1,5],[-3,9],[-2,6],[-2,4],[-2,6],[-1,4],[-2,5],[-1,-2],[-1,-2],[-1,4],[-1,-1],[0,-2],[0,-2],[1,-4],[2,-5],[1,1],[1,1],[0,-1],[1,-2],[-1,-2],[-1,-1],[0,-2],[-1,-4],[1,-5],[0,-1],[0,-2],[1,-5],[0,-2],[-1,-3],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,1],[-2,2],[-2,2],[-1,3],[0,2],[0,4],[-1,4],[-1,2],[-1,7],[-1,3],[0,1],[1,3],[-2,9],[-1,5],[-1,1],[-1,0],[-1,3],[-2,15],[-1,8],[1,2],[-1,2],[-1,9],[0,1],[-1,0],[-2,4],[0,3],[0,5],[-2,3],[-1,0],[0,1],[0,2],[0,20],[0,6],[1,2],[0,4],[1,2],[1,-1],[0,-1],[1,7],[2,15],[-1,8],[0,3],[2,0],[1,0],[0,-2],[0,-2],[0,-5],[0,-2],[1,-11],[2,2],[0,2],[-1,0],[0,1],[1,7],[1,2],[3,-1],[0,-3],[2,-1],[0,2],[1,6],[3,8],[1,1],[0,-1],[1,-3],[0,-5],[1,-2],[2,-2],[1,-1],[2,-6],[1,-2],[0,-1],[-1,-9],[0,-4],[-1,-4],[-2,-8],[0,-8],[1,-2],[0,1],[1,1],[0,4],[0,1],[0,4],[1,3],[1,5],[1,9],[1,2],[0,1],[1,-1],[3,-9],[1,0],[4,-1],[1,-2],[0,-1],[0,-3],[3,-2],[0,-2],[1,-3],[0,-8],[0,-9],[0,-2],[-2,-7],[-4,8],[-1,-2],[0,-3],[1,-2],[0,-1],[2,-3],[2,-7],[1,-3],[0,-2],[-2,-5],[-5,-1],[-3,6],[-1,3],[-1,5],[-1,2],[-2,5],[-2,3],[-1,-1]],[[1239,7104],[0,-1],[-1,2],[-3,11],[0,9],[-1,5],[-2,10],[-1,6],[-1,13],[-1,8],[-1,5],[0,3],[0,5],[1,3],[0,2],[1,1],[0,-1],[1,1],[0,3],[-1,2],[0,1],[-1,-1],[0,-1],[-1,-3],[-1,-1],[0,-1],[-1,1],[0,9],[0,1],[-1,5],[-1,2],[-2,2],[-1,5],[0,3],[0,1],[1,2],[0,2],[-1,2],[-1,-2],[-1,2],[-1,6],[0,3],[2,13],[0,1],[1,3],[-1,4],[-1,3],[0,6],[1,3],[1,1],[0,1],[0,7],[0,1],[-1,-2],[-1,1],[0,1],[1,1],[0,2],[-1,3],[0,1],[0,2],[0,2],[0,1],[0,1],[0,3],[-1,2],[0,4],[1,3],[0,3],[0,1],[1,5],[0,1],[0,2],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,2],[-1,-1],[0,-1],[-2,-2],[0,1],[0,1],[0,2],[-1,6],[0,1],[0,1],[-1,2],[0,1],[0,1],[-1,3],[0,3],[-1,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[1,2],[0,1],[0,2],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,6],[0,5],[1,4],[2,5],[0,2],[2,-2],[0,-1],[1,-3],[1,-5],[-1,-2],[1,-3],[1,0],[1,1],[1,-5],[0,-1],[0,-2],[1,-1],[2,-4],[1,0],[3,1],[1,-1],[1,-2],[1,-13],[0,-8],[0,-1],[-1,1],[-1,6],[-1,0],[-1,0],[0,-1],[0,-3],[0,-1],[1,0],[1,-3],[1,-4],[0,-4],[3,-36],[0,-9],[0,-8],[0,-4],[1,-3],[0,-6],[0,-9],[1,-5],[0,-4],[1,-15],[0,-12],[1,-5],[-1,-16],[0,-2],[0,-1],[-1,1],[0,-4],[0,-4],[0,-1],[0,-1],[1,-4],[0,-12],[0,-17],[0,-6],[0,-4],[0,-13],[-1,-3],[0,-2]],[[1210,7323],[0,-1],[0,-1],[1,-6],[1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-7],[0,-4],[0,-2],[0,-1],[0,-1],[1,2],[0,-1],[0,-2],[0,-6],[0,-2],[-2,-14],[0,-1],[-1,0],[-2,-1],[0,-1],[-1,-1],[-1,-2],[-1,1],[0,1],[0,6],[0,8],[1,4],[0,2],[1,2],[1,1],[0,6],[0,1],[0,2],[0,1],[-1,1],[0,-1],[-1,4],[0,12],[0,9],[-1,2],[0,1],[0,1],[0,1],[0,1],[1,1],[2,0],[1,-1],[0,-1],[0,-2]],[[880,7945],[0,-1],[0,-3],[0,-5],[-1,-5],[-1,-8],[0,-6],[-1,-4],[-1,-2],[1,-3],[1,0],[0,-1],[0,-3],[0,-5],[-1,-6],[-1,-4],[0,-8],[0,-3],[0,-5],[-2,-9],[0,1],[-1,3],[-1,3],[0,1],[1,0],[-1,2],[0,1],[-2,2],[-1,0],[0,1],[0,3],[1,5],[2,27],[1,12],[1,1],[0,-1],[0,-4],[1,-3],[1,2],[0,3],[-1,1],[0,6],[0,1],[3,11],[2,3]],[[883,7968],[2,2],[2,-9],[0,-1],[-1,-5],[0,-1],[-3,-2],[-1,0],[0,7],[0,6],[0,1],[1,2]],[[869,7976],[1,-2],[2,-7],[0,-4],[-1,-1],[-1,-3],[-1,4],[-2,9],[2,6],[0,-1],[0,-1]],[[892,8008],[1,-2],[1,-1],[-1,-4],[-1,-3],[0,-1],[-2,1],[0,2],[-1,1],[-2,0],[-1,0],[1,1],[2,6],[1,-1],[0,-1],[1,0],[1,2]],[[890,7890],[0,2],[0,3],[0,1],[0,1],[-1,1],[1,2],[1,5],[1,2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[1,0],[1,1],[0,-1],[0,-1],[0,-2],[-2,-6],[0,-2],[0,-1],[0,-2],[1,1],[3,8],[1,0],[0,-1],[0,-2],[-1,-5],[-1,-8],[-4,-10],[-2,-5],[-2,-7],[-3,-14],[0,-6],[0,-1],[-2,-6],[-1,-3],[0,-1],[-1,-3],[1,-2],[0,-1],[1,-1],[0,-7],[0,-2],[-2,-3],[-1,0],[1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,-3],[0,-2],[0,-2],[0,-2],[-1,0],[-1,0],[-2,-4],[-1,-2],[-1,-1],[-1,2],[0,1],[0,1],[0,9],[1,3],[0,2],[1,2],[1,0],[0,4],[0,3],[0,2],[2,6],[1,-1],[1,3],[0,2],[1,3],[2,9],[2,5],[1,2],[0,1],[1,4],[1,2],[2,12],[0,3],[0,2],[0,2],[1,0],[1,1],[0,4],[1,4],[0,4]],[[2,6168],[0,-2],[-1,-5],[0,-1],[-1,2],[0,9],[0,1],[1,3],[1,-3],[0,-4]],[[5,6183],[0,-2],[0,-2],[0,-1],[-1,-1],[0,14],[1,3],[0,1],[1,-4],[0,-4],[1,-4],[-2,0]],[[9971,6239],[1,0],[2,-2],[1,-2],[0,-2],[0,-2],[0,-1],[2,-7],[2,-10],[1,-3],[1,-3],[1,0],[1,-1],[0,-4],[1,-3],[0,-2],[0,-1],[1,-1],[2,0],[1,0],[0,-1],[2,-4],[0,-1],[0,-1],[-2,-2],[0,1],[0,2],[-3,-3],[-2,4],[0,2],[0,1],[-3,9],[-1,3],[-1,4],[0,4],[-2,6],[0,2],[-3,7],[0,1],[-1,-1],[-1,-1],[0,1],[-2,3],[-2,6],[0,2],[0,4],[1,1],[0,-2],[1,-1],[1,-2],[1,0]],[[66,6283],[-1,8],[0,4],[1,5],[0,2],[1,1],[1,0],[0,-1],[2,1],[0,1],[1,4],[0,1],[1,0],[0,-1],[0,-1],[1,-12],[-1,-4],[0,1],[0,2],[0,5],[0,1],[0,-1],[-1,0],[0,-9],[-1,-1],[0,-3],[0,-4],[2,-3],[1,-1],[1,1],[3,4],[2,1],[1,0],[0,-1],[0,-9],[0,-6],[0,-3],[0,-6],[-2,-2],[-4,3],[0,3],[-1,0],[-2,-13],[-3,-1],[0,-1],[-1,-4],[0,-5],[-2,-4],[0,4],[0,1],[0,4],[-1,4],[0,1],[-1,-10],[-1,-8],[-1,0],[-1,2],[0,1],[0,4],[0,5],[0,2],[1,4],[1,2],[1,0],[0,5],[0,1],[0,7],[-1,1],[0,3],[0,2],[0,2],[0,1],[2,1],[2,0],[0,9]],[[38,6266],[0,-1],[-1,-3],[-1,-4],[0,-2],[0,-1],[1,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,-3],[0,-4],[0,-1],[0,-2],[0,-2],[1,-4],[0,-2],[-1,0],[0,1],[0,2],[-1,1],[0,4],[0,1],[0,1],[-3,4],[0,-2],[-1,2],[0,1],[0,5],[2,1],[2,2],[0,1],[0,3],[0,2],[0,3],[0,1],[0,1],[-1,1],[-1,-1],[-1,2],[0,2],[0,2],[-3,6],[-1,3],[0,2],[0,1],[0,2],[0,1],[0,4],[1,1],[1,1],[1,0],[1,0],[0,-1],[2,-1],[1,2],[0,-1],[1,-6],[0,-5],[2,-5],[0,-1],[3,1],[2,3],[2,2],[-1,-3],[0,-4],[-1,-1],[-2,-1],[-1,-3],[0,-3]],[[50,6257],[-1,1],[-1,-1],[-1,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,-1],[0,-5],[0,-2],[0,-1],[-1,2],[-1,7],[0,1],[0,1],[2,4],[1,-2],[1,-1],[1,0],[0,1],[1,3],[1,2],[5,6],[1,3],[1,3],[0,1],[0,5],[0,7],[0,8],[0,2],[0,1],[1,1],[1,0],[1,-2],[1,-5],[1,-2],[-1,-8],[-2,-3],[0,-1],[0,-4],[0,-10],[0,-4],[0,-2],[0,-4],[-3,-5],[-1,0],[-1,2],[0,1],[0,1],[0,2],[-1,1],[0,2]],[[10,6260],[-1,0],[0,1],[-1,6],[0,3],[0,4],[1,3],[0,1],[1,-1],[1,-2],[0,-3],[1,-5],[-1,-5],[-1,-1],[0,-1]],[[9960,6264],[0,1],[0,1],[-1,-1],[-1,0],[0,1],[-2,8],[0,2],[2,-1],[0,-1],[0,-1],[1,-1],[1,-6],[0,-2]],[[88,6287],[1,1],[0,-2],[0,-2],[0,-5],[-1,1],[-2,-1],[-1,-7],[-1,-1],[-1,1],[-1,1],[-1,2],[1,10],[0,1],[1,0],[0,-1],[0,-1],[1,-2],[1,-1],[0,1],[1,1],[0,1],[-1,1],[-1,2],[1,1],[1,2],[1,2],[1,0],[0,-1],[0,-4]],[[9938,6312],[0,-2],[0,-1],[-1,-4],[-1,-2],[1,-2],[0,-1],[1,-1],[1,1],[0,-1],[0,-2],[-1,-3],[-1,-1],[-2,1],[-2,1],[-1,-2],[-1,-3],[0,-5],[0,-1],[0,-1],[0,-4],[0,-3],[-1,-1],[0,1],[0,2],[0,1],[-1,2],[-1,3],[0,1],[-1,1],[0,3],[1,2],[1,2],[1,0],[1,7],[0,2],[2,3],[2,1],[0,1],[1,3],[0,2],[0,4],[1,12],[0,4],[1,3],[2,-5],[0,-4],[0,-3],[0,-1],[-1,0],[0,-1],[0,-7],[-1,-2]],[[9998,6298],[0,-4],[0,-2],[0,-1],[-3,-6],[0,-1],[-1,0],[-2,5],[-1,5],[0,3],[0,8],[0,1],[1,0],[0,-1],[0,1],[1,5],[1,1],[1,1],[0,1],[1,-1],[1,-3],[2,-7],[0,-2],[0,-2],[-1,-1]],[[9962,6304],[0,2],[1,0],[2,-2],[0,-1],[1,-3],[0,-2],[-1,-4],[-1,-4],[0,-1],[-1,0],[0,2],[-1,5],[0,5],[0,3]],[[97,6303],[0,-1],[0,-1],[-1,-5],[-1,0],[0,2],[0,1],[0,3],[0,2],[2,-1]],[[87,6312],[-1,-2],[1,-3],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,1],[-2,6],[0,1],[-1,6],[0,5],[0,2],[1,5],[1,3],[2,-2],[2,-14],[0,-2],[-1,-1]],[[9953,6318],[1,-2],[0,-1],[1,-6],[-1,-2],[-1,-1],[-1,2],[0,1],[0,6],[0,2],[1,1]],[[135,6362],[-1,1],[0,-1],[-1,0],[-1,2],[-1,3],[0,1],[0,2],[0,1],[2,-1],[0,-1],[1,1],[0,1],[1,3],[-1,2],[0,2],[0,2],[0,1],[4,7],[1,0],[2,-5],[2,-8],[1,-4],[0,-2],[0,-3],[0,-1],[-2,-10],[0,-3],[-1,-1],[-1,1],[-2,1],[0,-3],[0,-1],[0,-3],[0,-1],[1,-2],[1,-2],[1,-6],[0,-1],[0,-1],[0,-4],[0,-1],[0,1],[-1,1],[0,1],[-1,2],[-1,-2],[-1,-2],[-2,1],[-1,1],[0,-2],[-1,-2],[0,-3],[-1,-6],[-1,2],[-2,-1],[0,-1],[-1,-2],[-1,0],[0,1],[-1,-2],[-3,-5],[-1,5],[-3,2],[-3,-1],[0,-2],[-1,-1],[0,-3],[-2,-1],[-2,2],[-3,1],[-1,0],[0,-1],[0,-1],[-1,3],[0,1],[4,4],[1,2],[1,0],[0,-1],[0,-2],[1,-2],[1,5],[2,0],[1,4],[1,2],[0,2],[0,1],[0,2],[1,-3],[1,-2],[1,0],[4,3],[2,3],[1,3],[0,3],[0,1],[1,3],[1,1],[1,-1],[1,-1],[0,2],[0,1],[-1,3],[0,2],[0,1],[1,0],[1,-1],[1,0],[1,1],[1,5],[0,6],[-1,1]],[[154,6338],[1,-2],[2,-7],[0,-1],[1,3],[3,-2],[0,-1],[0,-1],[4,1],[1,1],[2,0],[0,-1],[1,-1],[2,0],[1,-1],[0,-1],[-2,-2],[-2,1],[-3,-3],[-2,-1],[-4,-3],[-2,-2],[-1,-1],[-2,4],[-3,3],[-2,-2],[-1,-1],[0,-1],[0,-1],[-2,2],[-1,2],[0,1],[-1,7],[-1,-1],[-1,3],[0,2],[0,1],[0,1],[0,1],[2,-2],[2,0],[2,-3],[0,-1],[1,0],[2,4],[2,3],[1,2]],[[9931,6322],[0,1],[0,1],[-1,2],[0,2],[-1,2],[0,3],[0,1],[1,2],[0,2],[1,2],[0,1],[1,1],[1,-1],[0,-2],[1,-2],[0,-3],[0,-4],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[-1,-1]],[[181,6359],[1,7],[1,8],[0,1],[3,7],[1,1],[1,0],[2,-5],[0,-1],[1,-3],[0,-2],[-1,-2],[-2,-9],[-4,-4],[-2,0],[-1,2]],[[9891,6372],[0,1],[0,1],[-1,3],[0,2],[1,1],[1,-1],[1,-2],[-1,-4],[-1,-1]],[[9827,6400],[1,5],[1,1],[2,0],[1,0],[0,-1],[-1,-2],[-1,-3],[0,-4],[-1,-2],[0,-2],[1,0],[0,-1],[0,-2],[0,-5],[0,-7],[-2,0],[-1,4],[0,2],[0,2],[-1,0],[-1,-2],[-1,-1],[-1,0],[0,1],[-2,2],[0,1],[-1,0],[1,5],[1,4],[1,0],[0,-2],[1,0],[1,1],[0,4],[0,1],[1,1],[1,0]],[[219,6395],[0,-1],[-1,5],[0,4],[0,1],[1,3],[0,1],[1,2],[2,-6],[-1,-6],[0,-1],[-1,-2],[0,-1],[-1,1]],[[231,6415],[1,8],[0,6],[0,1],[3,8],[1,4],[1,0],[2,-3],[0,-2],[0,-1],[0,-3],[0,-2],[-1,-8],[-1,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,-4],[-1,-4],[0,-2],[0,-1],[-2,3]],[[9840,6449],[1,1],[1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,1],[-1,2],[0,2],[0,1]],[[250,6458],[1,1],[2,-3],[0,-1],[0,-2],[0,-2],[0,-4],[0,-1],[-1,-1],[-2,0],[0,1],[0,12]],[[9838,6446],[-1,2],[0,1],[0,2],[0,1],[1,-1],[1,-3],[-1,-2]],[[9836,6451],[0,1],[-1,0],[0,2],[-1,2],[1,0],[1,-3],[0,-1],[0,-1]],[[9804,6466],[0,4],[0,3],[-1,3],[-3,9],[-1,-1],[-1,-1],[-1,-2],[-2,1],[0,3],[5,15],[3,1],[10,-3],[1,-1],[1,-3],[0,-2],[1,-4],[1,1],[1,-4],[4,-15],[0,-3],[0,-1],[-3,0],[-1,0],[-1,6],[-1,0],[0,-2],[-1,-3],[0,-5],[0,-2],[-1,-1],[0,-1],[-1,0],[-3,3],[-3,-7],[-2,5],[-1,7]],[[256,6473],[1,-2],[2,1],[1,4],[1,3],[1,0],[1,-1],[1,-5],[0,-7],[-1,-6],[-1,-1],[-3,5],[-1,0],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,3],[-1,5],[1,3],[0,2],[1,0],[0,1]],[[305,6548],[-1,0],[-1,-2],[-1,-3],[0,-3],[-1,-5],[0,-6],[-1,-5],[0,-1],[-1,-3],[-1,-3],[0,-1],[0,-2],[0,-4],[-1,-4],[-1,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,-3],[0,-2],[-2,-6],[-1,-3],[-2,-5],[-3,-8],[-3,-8],[-2,-3],[1,7],[1,1],[1,1],[0,1],[1,2],[3,15],[2,15],[0,5],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,2],[0,5],[0,2],[1,1],[0,4],[4,15],[3,-2],[1,1],[0,2],[1,0],[1,-2],[1,-1],[1,2],[-1,9],[0,2],[-1,5],[1,17],[1,8],[1,1],[0,2],[2,5],[0,1],[1,2],[2,2],[3,4],[1,-1],[1,-1],[0,-2],[0,-1],[0,-2],[1,-1],[1,-1],[2,0],[0,1],[0,-1],[0,-1],[1,-2],[-1,-2],[0,-3],[-1,-4],[0,-2],[-1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2],[-1,-2],[-2,-5],[-1,-2],[-1,-2],[-1,-3],[-3,-7],[-1,-2]],[[255,6479],[0,-2],[0,-1],[-1,-1],[-1,-3],[-1,3],[0,4],[0,2],[0,3],[0,1],[2,0],[0,-1],[1,-2],[0,-1],[0,-2]],[[263,6489],[-1,1],[0,3],[-1,1],[0,1],[1,8],[0,1],[1,2],[1,0],[0,-2],[0,-1],[0,-4],[-1,-8],[0,-2]],[[346,6691],[1,2],[1,0],[1,-1],[0,-2],[1,-3],[0,-5],[-1,-1],[-1,-6],[0,-2],[1,-3],[1,-2],[0,-1],[1,0],[2,3],[1,3],[0,1],[0,1],[0,7],[2,10],[0,-2],[0,-1],[0,-3],[1,-4],[1,5],[1,-1],[1,-9],[0,-1],[0,-3],[0,-6],[-1,0],[-2,-2],[-1,-2],[-1,-5],[0,-4],[-1,-3],[-3,-9],[0,-4],[0,-2],[2,4],[0,2],[2,3],[2,4],[1,1],[2,5],[0,1],[0,1],[1,2],[2,3],[1,-2],[0,-1],[-1,-12],[-1,-8],[-1,-1],[-2,-5],[0,-1],[0,-2],[-1,0],[-4,-9],[-1,2],[-2,-3],[0,-2],[-1,-18],[-2,-8],[-2,2],[0,2],[0,1],[-1,-3],[-1,-8],[-2,-2],[0,-3],[-1,2],[-1,3],[-1,-5],[-2,4],[0,-3],[-1,-2],[-1,-1],[0,1],[0,1],[-2,-6],[-3,-6],[0,-5],[0,-1],[-1,0],[-1,1],[-2,-3],[-1,-5],[0,-5],[-1,-1],[0,2],[-1,0],[-1,2],[-1,0],[0,-7],[-1,0],[-4,7],[-1,2],[0,2],[0,1],[1,4],[3,9],[0,1],[1,1],[1,-1],[4,6],[0,3],[0,1],[1,1],[1,-1],[1,-1],[1,-2],[0,2],[1,3],[0,3],[1,3],[0,-1],[1,-1],[0,-1],[1,0],[1,7],[2,3],[-1,4],[0,2],[-1,11],[0,1],[0,1],[0,2],[1,1],[1,0],[0,-1],[0,-1],[1,0],[1,2],[0,2],[0,1],[0,1],[-2,2],[1,4],[0,3],[0,1],[1,2],[3,1],[0,-1],[1,-8],[0,-3],[1,0],[1,1],[1,10],[-1,3],[-2,3],[-2,4],[0,1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,1],[-2,5],[-2,8],[0,8],[3,12],[1,3],[2,5],[2,3],[1,1],[2,4],[1,0],[0,-2]],[[267,7187],[1,1],[1,0],[1,-2],[-1,-3],[-2,-8],[-1,-1],[-1,1],[-1,1],[0,1],[0,1],[0,2],[0,2],[0,1],[-2,1],[-1,4],[0,1],[0,1],[3,-2],[2,-1],[1,0]],[[247,7287],[0,3],[-1,2],[-1,0],[-2,1],[0,1],[0,5],[1,2],[2,3],[1,-1],[0,-1],[1,1],[2,3],[1,-1],[-1,-8],[-3,-10]],[[655,7054],[2,0],[0,-2],[0,-3],[-1,-7],[1,-7],[0,-4],[-1,-5],[-1,3],[-2,-1],[-1,1],[0,8],[0,2],[2,6],[1,6],[0,3]],[[689,7181],[1,-2],[0,-1],[0,-1],[-2,-4],[-2,-6],[-1,-1],[-2,-5],[-1,-3],[-1,-3],[0,-3],[-1,-4],[-1,0],[0,2],[-1,1],[0,2],[0,1],[1,6],[1,6],[1,5],[5,15],[0,1],[2,-1],[1,-3],[0,-1],[0,-1]],[[702,7178],[1,1],[1,0],[0,-1],[0,-1],[0,-4],[-2,-5],[-1,-1],[-4,0],[0,1],[-1,0],[-1,-1],[-1,-2],[-2,2],[-1,2],[-1,3],[0,3],[1,4],[1,4],[0,2],[2,3],[1,0],[0,-1],[2,1],[0,1],[1,0],[0,-2],[0,-3],[0,-1],[1,-6],[1,0],[2,1]],[[745,7418],[1,2],[0,1],[1,-2],[1,-8],[-1,-2],[0,-2],[0,1],[0,1],[-1,1],[-2,0],[-1,-2],[-1,-5],[0,-1],[1,-10],[1,-3],[1,4],[-1,-8],[-1,-7],[0,-1],[0,-1],[0,-1],[1,0],[1,3],[0,1],[1,1],[1,1],[2,1],[2,-1],[1,0],[0,-1],[0,-5],[0,-1],[-3,-11],[-1,-2],[0,-6],[-1,-4],[0,-5],[-1,-2],[-1,1],[-3,3],[0,-4],[-2,4],[0,3],[-2,0],[0,-1],[-1,1],[-1,2],[0,1],[0,1],[0,1],[0,3],[-1,-1],[-1,-2],[-1,1],[0,1],[-1,1],[-2,2],[-1,-1],[0,-1],[1,-2],[1,1],[0,-3],[4,-6],[1,-2],[0,-2],[2,-4],[1,-2],[1,-4],[-1,-4],[0,-7],[-1,-4],[-1,-4],[0,-1],[-1,0],[-1,2],[-1,-2],[-1,-2],[-1,5],[-1,2],[0,4],[-2,3],[-1,0],[-1,-2],[-1,-2],[0,-2],[-1,-2],[1,-2],[1,1],[1,1],[1,-3],[1,-5],[0,-1],[-2,-4],[-1,-3],[-1,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[2,-4],[1,-1],[1,1],[0,1],[4,0],[2,-5],[0,-2],[-1,-4],[0,-1],[-1,-1],[-2,0],[-3,-6],[0,1],[0,1],[-1,0],[-1,-1],[-1,-3],[0,-2],[0,-1],[0,-1],[1,0],[0,-3],[0,-2],[-1,-5],[-2,-3],[-1,4],[0,5],[0,1],[-1,6],[-1,-2],[0,1],[0,2],[1,7],[0,1],[1,4],[2,6],[0,1],[-1,1],[0,2],[-1,0],[-1,-2],[0,-1],[-3,-18],[0,-2],[0,-1],[-2,2],[0,2],[-1,1],[-2,-2],[0,-3],[0,-2],[0,-1],[2,1],[0,-2],[1,-10],[0,-5],[-1,-5],[-1,-1],[-1,-1],[-1,-1],[-1,-6],[0,-3],[1,0],[0,-1],[0,-2],[0,-2],[-2,-4],[-1,2],[0,1],[-1,-2],[-2,-8],[0,-5],[-1,-4],[-1,-1],[-1,0],[0,3],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,1],[1,7],[2,11],[0,1],[0,1],[1,0],[1,7],[1,5],[1,2],[1,3],[1,3],[-1,1],[-1,1],[0,-1],[-1,-1],[-1,0],[0,1],[0,6],[1,13],[2,5],[2,5],[1,3],[0,2],[0,3],[-1,1],[0,-1],[-1,-3],[-1,-4],[-3,-10],[0,-3],[-1,-7],[-1,-5],[-1,-4],[-1,-2],[0,-2],[-1,0],[0,-1],[-1,-6],[-1,-3],[0,-2],[0,-2],[-1,-4],[-1,-1],[0,1],[0,2],[0,6],[0,3],[0,2],[-2,7],[-1,2],[-2,3],[-1,1],[0,2],[0,6],[0,9],[0,17],[0,3],[0,3],[-1,8],[-1,3],[-1,2],[-2,3],[-1,-1],[-1,0],[-1,2],[2,4],[0,1],[1,17],[0,2],[0,1],[0,5],[2,12],[0,1],[1,1],[1,4],[1,7],[1,0],[1,-1],[1,3],[0,2],[2,6],[3,6],[1,1],[0,-1],[3,-2],[1,0],[1,2],[1,-1],[0,-1],[0,-9],[0,-9],[0,-3],[1,0],[1,-1],[0,-1],[0,-2],[0,-4],[0,-2],[0,-9],[0,-3],[3,-14],[1,2],[0,2],[-1,8],[-2,6],[0,11],[0,8],[0,1],[1,2],[0,3],[1,2],[-1,2],[0,3],[-1,3],[0,1],[0,2],[0,1],[1,0],[3,-1],[1,-1],[1,0],[0,3],[0,1],[0,2],[-4,5],[-2,2],[-1,-2],[-1,1],[0,21],[3,10],[2,4],[1,1],[2,-2],[3,-9],[0,-9],[0,-4],[0,-1],[0,-5],[0,-2],[0,-1],[1,0],[1,2],[0,7],[1,6],[-1,3],[0,4],[0,2],[1,-1],[1,-2],[2,-4],[0,1],[0,4],[0,1],[0,2],[-2,2],[-1,3],[0,1],[-2,5],[0,3],[-1,2],[1,2],[0,4],[0,1],[1,1],[1,0],[0,-2],[5,-14],[1,0],[3,-7],[1,1],[0,1],[-3,12],[-1,3],[-1,3],[-1,5],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[3,-7],[1,-3],[1,1],[1,4],[4,-5],[0,3],[1,5],[-1,4],[1,0],[3,-1],[0,-1],[0,-8],[-1,-2],[-1,-6],[-1,-2],[-2,-9],[0,-3],[0,-3],[0,-8],[0,-4],[0,-1],[1,-1],[1,0],[0,1],[0,2],[-1,3],[1,10],[0,1],[0,3],[1,3],[1,-4],[0,-1],[1,0],[2,6],[1,3],[0,2],[-1,2],[0,2],[1,1],[1,2],[0,-4],[0,-1],[1,0],[1,2],[1,6],[0,4],[1,2],[1,0],[0,-1],[0,-4],[-1,-2],[0,-1],[1,-2],[1,1],[1,-2],[0,-3],[-1,-3],[0,1],[-1,1],[0,1],[-1,0],[-1,-2],[1,-13],[0,-1],[1,0]],[[750,7499],[-2,0],[0,-4],[1,-16],[0,-2],[-2,-2],[-2,1],[-1,1],[-1,1],[-1,-3],[0,-4],[0,-1],[-1,-1],[-1,6],[1,8],[0,2],[0,2],[-1,2],[0,-2],[-1,-12],[0,-7],[-1,-4],[-1,-2],[-2,0],[0,3],[-1,2],[0,1],[-2,3],[-2,4],[-1,2],[0,1],[-1,0],[-2,-6],[0,-1],[1,-4],[0,-4],[1,-2],[1,-2],[3,-6],[0,-1],[-2,-2],[-1,0],[-3,4],[-3,5],[-1,2],[-2,1],[-1,-1],[-1,-1],[-1,4],[0,1],[0,1],[3,14],[1,1],[0,-1],[1,-4],[1,-4],[1,-2],[0,3],[0,4],[-1,4],[-1,3],[1,8],[1,2],[2,-4],[1,0],[0,1],[1,2],[0,1],[0,1],[-1,3],[-1,1],[0,3],[0,1],[1,8],[1,-1],[1,-1],[0,-1],[1,-2],[2,1],[0,1],[0,3],[-1,0],[0,2],[-1,3],[0,1],[0,1],[1,1],[1,-2],[1,-2],[1,3],[1,5],[-1,0],[-1,1],[-1,5],[0,2],[0,-1],[1,0],[1,0],[0,1],[1,2],[0,2],[1,6],[1,-1],[2,3],[1,3],[0,1],[-1,0],[-1,2],[0,8],[0,3],[0,5],[1,3],[1,3],[1,0],[0,-2],[0,-2],[0,-1],[1,0],[2,5],[2,3],[1,0],[0,-1],[0,-8],[-1,-11],[-1,-2],[0,-1],[-2,-7],[-1,-6],[0,-1],[0,-3],[1,-14],[2,1],[1,1],[1,5],[0,2],[-1,3],[0,2],[1,2],[0,-1],[1,0],[0,-3],[2,-7],[0,-3],[0,-1],[1,0],[2,7],[1,-4],[0,-1],[-1,-7],[-1,-7],[0,-5],[0,-4],[1,0],[0,2],[0,4],[1,6],[3,8],[0,-1],[0,-3],[0,-12],[0,-7],[0,-3],[-3,-12],[-1,-1],[-2,5],[-1,4],[0,1],[0,1],[1,1],[-1,6]],[[1286,7155],[1,2],[1,2],[1,0],[1,-3],[1,-1],[0,2],[1,0],[1,2],[0,-1],[2,-3],[1,-3],[0,-1],[0,-5],[-1,-3],[0,-1],[0,-3],[-1,-2],[1,-2],[0,-3],[0,-3],[0,-1],[0,-4],[-2,-3],[-1,-1],[-2,-3],[-1,0],[-4,13],[-1,3],[0,2],[0,4],[0,1],[0,2],[1,9],[0,1],[1,2],[0,1]],[[1217,7529],[0,-1],[-1,-2],[-1,1],[-1,4],[-1,3],[-1,0],[-2,-6],[-3,-1],[-2,-2],[-1,0],[0,1],[0,1],[1,5],[0,7],[-1,2],[0,-2],[-2,2],[0,1],[0,2],[0,2],[1,1],[1,0],[1,2],[0,2],[0,4],[-1,1],[0,6],[0,9],[-2,18],[0,2],[0,1],[0,3],[-1,7],[-1,5],[0,1],[0,2],[1,2],[0,15],[-1,3],[-1,7],[-1,2],[-1,0],[0,-1],[1,-2],[0,-3],[1,-4],[0,-11],[-1,-21],[-1,-1],[-1,0],[-1,0],[-4,12],[-1,1],[-1,2],[-1,2],[-1,17],[0,5],[0,2],[-1,-1],[0,-1],[0,-2],[0,-3],[0,-4],[-2,-3],[-1,0],[0,2],[-1,2],[0,2],[-1,1],[-1,1],[0,-2],[-1,-1],[-1,2],[0,3],[0,3],[-2,-3],[0,-1],[0,-5],[0,1],[0,-2],[0,-2],[2,-2],[3,-3],[0,1],[2,-4],[2,-2],[1,-1],[1,-4],[2,-7],[3,-17],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,-1],[-1,-2],[0,-4],[0,-1],[2,4],[1,3],[1,3],[0,2],[2,-2],[1,3],[0,-1],[0,-1],[1,-16],[0,-9],[0,-2],[2,-5],[0,-4],[1,-6],[0,-2],[1,-4],[0,-7],[-2,-6],[0,-1],[-4,-5],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,2],[0,2],[0,1],[-1,2],[-2,-3],[1,-3],[0,-1],[0,-3],[0,-5],[-1,-1],[-2,2],[-2,5],[0,2],[-2,1],[-1,-1],[0,-3],[1,-1],[1,-8],[0,-2],[0,-4],[0,-6],[-1,0],[0,-1],[-1,-1],[-2,3],[0,4],[0,3],[0,3],[0,2],[-1,0],[-1,1],[-2,5],[0,3],[-2,12],[-1,2],[-1,1],[-2,-2],[-1,-1],[-1,2],[-1,5],[-2,4],[0,1],[-1,0],[0,2],[-3,9],[-3,8],[-2,6],[-1,2],[-2,3],[0,1],[0,5],[0,3],[0,1],[-3,11],[-2,6],[-1,2],[-1,3],[0,2],[0,2],[0,2],[0,1],[0,2],[0,3],[0,4],[0,4],[-1,4],[-3,9],[-2,6],[1,3],[0,2],[0,2],[-1,1],[-3,3],[-10,16],[-2,6],[-2,6],[-2,6],[-2,5],[-4,6],[-6,11],[-2,3],[-2,5],[-4,8],[-1,4],[-4,11],[-3,7],[-1,1],[0,1],[1,2],[0,1],[1,-2],[1,2],[0,6],[1,7],[0,1],[0,1],[1,0],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,2],[0,1],[0,1],[0,2],[0,3],[2,9],[0,4],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,2],[1,1],[0,2],[0,4],[-1,3],[0,4],[-1,10],[0,4],[0,4],[0,1],[0,1],[1,0],[0,1],[2,3],[0,1],[1,10],[0,4],[-1,5],[-1,0],[-1,-5],[0,-11],[-2,-2],[-1,-1],[0,-1],[-2,-11],[0,-5],[0,-1],[-1,-3],[-3,-5],[-5,-10],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-2],[-2,-2],[0,-1],[-1,0],[-2,0],[-6,2],[-1,0],[-3,1],[-4,4],[-1,2],[-3,5],[-4,8],[-1,2],[-6,8],[-1,1],[0,3],[0,16],[-2,1],[-3,-3],[-2,-3],[-5,10],[-1,2],[-1,2],[-1,0],[-2,1],[-1,0],[-1,1],[-3,4],[-8,6],[-2,1],[-3,1],[-3,0],[-2,0],[0,-1],[-5,-4],[-2,-1],[-1,0],[-7,-2],[-5,-3],[-2,-2],[-6,-5],[0,-1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,2],[0,3],[-3,10],[-2,4],[0,1],[-1,5],[0,3],[-2,1],[-1,0],[0,-4],[-2,-1],[-1,1],[0,3],[-1,1],[-1,0],[0,-1],[0,-1],[-1,1],[-2,4],[0,4],[0,1],[0,2],[0,1],[-2,5],[-1,2],[-1,2],[-3,0],[0,-2],[-1,1],[1,14],[1,9],[0,2],[1,5],[0,2],[-1,0],[-1,0],[0,-2],[-2,0],[-1,1],[-3,-4],[-1,-1],[-1,-3],[0,-2],[0,-4],[1,-9],[1,-6],[0,-2],[-3,2],[-4,7],[-4,10],[0,4],[0,2],[-1,2],[0,3],[-1,1],[-2,3],[-2,2],[-2,-3],[-1,-3],[-1,0],[-2,2],[0,1],[0,1],[1,5],[1,2],[2,3],[2,12],[0,3],[-1,-1],[0,-2],[-1,-4],[-1,-2],[-4,-7],[-2,-4],[-1,-2],[-1,-2],[-3,-4],[-2,1],[0,1],[-1,-1],[0,-1],[0,-5],[0,-3],[1,1],[1,1],[4,2],[0,-1],[1,-3],[-1,-5],[-2,-4],[-2,-2],[-1,0],[-3,-4],[-1,-4],[-1,-3],[-2,-4],[-1,-6],[-1,0],[-1,0],[-1,6],[0,1],[0,1],[0,2],[1,2],[2,3],[1,1],[0,3],[1,2],[-1,1],[-1,0],[0,-1],[-1,-2],[-1,0],[-2,2],[0,2],[0,5],[0,2],[3,13],[0,4],[1,1],[2,0],[0,-1],[0,-2],[2,-2],[2,3],[2,3],[0,3],[4,3],[2,3],[4,6],[2,2],[1,0],[1,1],[0,2],[0,2],[-1,0],[-1,0],[-1,0],[0,3],[0,4],[1,2],[0,1],[1,4],[0,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-4],[-1,-3],[0,-1],[-1,-1],[-1,-2],[0,1],[0,1],[0,3],[1,6],[1,2],[0,1],[1,2],[0,2],[0,2],[-2,-6],[-1,-4],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-2,0],[0,1],[0,1],[0,1],[0,1],[0,1],[2,7],[0,1],[2,3],[0,1],[1,1],[1,5],[0,2],[0,2],[0,2],[-1,-1],[0,-2],[-1,-3],[-1,-3],[0,-1],[-1,2],[0,2],[-1,0],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,2],[-1,0],[-1,-4],[-1,-4],[-2,-2],[-1,1],[0,1],[-2,0],[0,-1],[-1,-1],[-1,0],[0,2],[-1,8],[0,2],[3,3],[1,-2],[1,4],[1,0],[3,3],[2,2],[1,3],[2,7],[1,3],[-1,1],[-2,0],[0,-1],[-1,-4],[0,-3],[-1,-1],[-2,-2],[-4,-1],[0,1],[-2,11],[-1,0],[-1,-4],[-1,-2],[0,-2],[1,-1],[-1,-2],[-1,-1],[-1,0],[0,2],[0,5],[0,2],[0,2],[1,2],[0,1],[1,-3],[1,2],[0,4],[-1,3],[0,5],[0,4],[1,5],[1,12],[0,2],[-1,1],[-2,-4],[-2,-8],[-1,-3],[0,-2],[0,-1],[0,-1],[-1,-4],[-2,-2],[-2,2],[0,4],[0,2],[0,3],[0,3],[-1,1],[-1,-2],[0,-4],[0,-3],[0,-3],[0,-2],[-1,-1],[-1,2],[0,1],[-1,1],[0,2],[0,1],[0,2],[0,1],[0,-1],[-1,-1],[0,-3],[0,-8],[-3,-7],[-2,3],[0,6],[0,3],[-1,3],[-1,-6],[0,-1],[1,0],[0,-2],[-1,-3],[-1,1],[0,1],[1,22],[0,2],[0,6],[1,2],[-1,4],[0,1],[-1,0],[0,-2],[0,-2],[-1,-12],[-1,-9],[0,-3],[1,-8],[0,-7],[0,-5],[-1,-1],[-1,0],[0,5],[0,1],[0,2],[-2,5],[-1,0],[0,-7],[0,-2],[0,-2],[1,0],[0,-6],[0,-1],[0,-1],[-1,0],[-2,1],[0,1],[-2,1],[0,-2],[0,-1],[-3,-5],[-2,0],[-1,1],[0,1],[-1,4],[1,2],[1,14],[0,3],[1,4],[1,6],[2,11],[0,3],[0,3],[-1,2],[0,-2],[0,-1],[-2,-9],[-1,0],[0,1],[0,5],[-1,6],[0,1],[-1,-1],[0,-5],[0,-8],[-1,-6],[0,-3],[-1,-3],[-1,0],[0,-4],[0,-10],[-1,-5],[-1,-6],[0,-1],[-1,0],[0,1],[0,1],[-1,3],[-1,-4],[0,-2],[0,-1],[0,-2],[1,-2],[0,2],[1,0],[0,-1],[1,-2],[0,-5],[-1,-10],[0,-3],[1,2],[1,5],[1,9],[0,1],[1,1],[3,-1],[0,-2],[1,-2],[0,-12],[0,-3],[-1,-7],[-3,-5],[0,1],[0,-1],[-1,-6],[-1,-3],[0,-3],[-1,-1],[0,-5],[0,-3],[1,-2],[1,1],[1,2],[0,2],[0,1],[0,3],[1,6],[3,8],[3,-15],[1,-3],[0,-3],[-1,-1],[1,-7],[-1,-18],[-1,-14],[-1,0],[-2,0],[0,4],[-1,1],[0,2],[1,1],[0,1],[-1,2],[-1,1],[0,-2],[0,-2],[0,-2],[0,-1],[-2,-6],[-1,-2],[-1,-8],[0,-1],[1,1],[1,6],[2,2],[0,-2],[0,-2],[0,-1],[-1,0],[0,-2],[1,-3],[1,-1],[0,2],[0,2],[0,2],[1,1],[1,-5],[-1,-4],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[2,-5],[0,-2],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,-5],[-1,-9],[1,-1],[0,1],[1,3],[1,5],[0,2],[2,3],[1,-2],[1,-2],[0,-2],[0,-2],[-3,-7],[-1,-5],[0,-5],[0,-2],[1,0],[2,7],[1,5],[0,1],[1,2],[1,-2],[0,-1],[0,-1],[0,-2],[-1,-8],[-2,-4],[-2,-4],[-1,-1],[-1,2],[0,2],[0,2],[-1,-2],[0,-2],[-1,-2],[-1,0],[-2,-1],[0,1],[1,7],[0,1],[1,0],[1,-1],[0,1],[0,1],[0,2],[-1,2],[-1,-1],[-2,-1],[-1,3],[0,5],[1,1],[0,17],[-1,2],[0,1],[-1,-1],[0,-1],[-1,-7],[0,-11],[0,-12],[-1,-6],[-1,-1],[0,2],[-1,1],[0,1],[0,1],[0,2],[0,1],[-1,0],[-1,-4],[0,-1],[-1,-5],[-1,-2],[-1,1],[0,1],[0,3],[0,1],[0,-1],[-1,-1],[-1,0],[0,2],[0,2],[0,1],[-1,0],[0,-1],[-1,-1],[0,-3],[-1,-2],[-1,0],[0,1],[0,2],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,0],[-1,-2],[0,-1],[-1,-1],[0,1],[0,2],[0,1],[-1,-3],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,3],[1,2],[0,2],[0,1],[-1,2],[0,1],[-1,-3],[-1,0],[-2,-7],[0,-5],[-1,-9],[-1,-6],[-1,16],[0,2],[-1,15],[0,5],[-1,-1],[-1,-2],[0,-17],[0,-1],[0,-1],[-1,-7],[-1,2],[-1,-8],[-1,-10],[1,-9],[1,-3],[-1,-10],[-2,1],[-1,8],[-1,10],[-1,11],[-1,-9],[0,-25],[0,-3],[0,-3],[-1,-3],[0,-1],[-2,4],[0,10],[-1,6],[-2,3],[-2,-2],[0,-3],[1,-4],[1,-1],[0,-6],[0,-4],[-1,-2],[-1,-5],[0,-8],[-1,4],[-1,2],[0,-9],[-2,-8],[-1,-4],[-1,-3],[-2,-3],[-1,1],[1,6],[0,4],[0,7],[-1,0],[-1,-9],[-1,-7],[-1,-11],[-1,-1],[0,2],[-1,1],[0,1],[1,0],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,3],[0,2],[0,5],[0,3],[0,1],[0,1],[-1,-2],[0,-3],[-1,-2],[0,-1],[0,-1],[-1,1],[0,-3],[0,-2],[1,-2],[0,-2],[1,0],[0,-1],[0,-3],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-3],[-1,-1],[0,4],[0,2],[-1,1],[-1,-2],[0,-1],[-1,-3],[0,-5],[0,-5],[-1,-2],[-1,-1],[0,-1],[-1,-7],[-1,-1],[0,-1],[0,-4],[0,-2],[0,-1],[0,-3],[-1,-4],[-1,0],[-1,-1],[0,-1],[0,2],[0,2],[0,1],[0,2],[0,2],[-1,0],[0,1],[0,3],[0,2],[-1,-3],[0,-1],[0,-2],[-1,-1],[0,-5],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,-1],[0,2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,3],[-1,4],[-1,1],[0,3],[0,2],[0,1],[-1,-2],[0,-3],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[-1,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-3,1],[-1,-1],[0,-1],[-1,1],[0,3],[0,6],[0,2],[0,1],[-2,-3],[-1,1],[-1,3],[0,1],[0,1],[0,2],[-1,1],[0,-1],[-1,0],[0,1],[0,11],[0,6],[1,1],[0,1],[1,1],[0,3],[0,1],[0,3],[0,1],[0,4],[2,3],[2,2],[1,-2],[0,1],[0,4],[1,1],[1,2],[2,-2],[1,0],[0,1],[1,0],[1,0],[0,2],[0,3],[1,6],[0,1],[2,1],[1,2],[2,0],[0,2],[0,1],[0,1],[-1,3],[0,1],[3,-1],[-1,-2],[0,-1],[0,-2],[1,0],[1,4],[0,2],[0,1],[-1,2],[-1,4],[0,2],[0,1],[1,1],[2,3],[0,1],[0,1],[0,3],[0,3],[3,9],[2,7],[-1,-2],[-1,1],[0,1],[-1,0],[-1,0],[-1,-3],[-2,-5],[-1,-4],[-3,-9],[-1,-1],[-2,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[-4,3],[-1,2],[-2,5],[-1,4],[-1,3],[-1,3],[0,2],[0,4],[0,2],[0,2],[1,5],[0,5],[1,7],[0,2],[0,2],[1,3],[0,6],[1,12],[1,4],[1,5],[1,6],[0,2],[2,6],[1,3],[1,4],[1,9],[1,3],[0,7],[0,6],[0,5],[1,7],[0,1],[0,1],[2,3],[0,6],[0,3],[0,3],[0,12],[0,1],[1,5],[0,1],[-1,2],[-1,3],[0,1],[0,2],[0,4],[0,2],[-1,2],[0,4],[-1,4],[0,4],[0,3],[0,2],[0,1],[1,1],[2,1],[0,2],[1,0],[0,2],[0,1],[0,1],[0,1],[1,1],[3,1],[1,0],[1,1],[0,1],[0,1],[1,1],[3,9],[0,1],[0,1],[1,3],[1,2],[2,4],[1,5],[1,4],[2,3],[1,1],[2,4],[0,1],[1,2],[1,1],[1,3],[1,-1],[0,-2],[1,-6],[1,-5],[1,-3],[0,-2],[1,-2],[1,0],[3,-3],[1,0],[0,1],[0,1],[2,2],[1,1],[1,4],[1,2],[1,0],[1,0],[1,-1],[0,5],[0,1],[0,4],[0,1],[-1,3],[0,1],[-1,3],[0,3],[-1,1],[-2,4],[-1,3],[-2,5],[-1,2],[0,1],[0,2],[2,7],[0,3],[0,1],[0,2],[-2,3],[-2,1],[-2,0],[-1,-1],[-1,0],[0,1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[0,1],[-1,1],[-2,6],[0,-1],[-1,0],[-1,1],[0,2],[0,1],[0,-1],[-1,-4],[0,-1],[0,-2],[-1,-1],[-3,-5],[-1,-1],[-1,-2],[-1,-1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-7],[0,-2],[-1,-8],[0,-1],[0,-1],[-1,-3],[-1,-3],[0,-1],[-2,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[-1,-1],[-2,0],[-1,0],[-2,-4],[-1,-3],[-1,-3],[-1,-2],[0,-1],[-1,-4],[0,-1],[-1,0],[0,-2],[0,-3],[-2,-4],[0,-1],[0,-2],[0,-3],[0,-3],[0,-2],[1,-4],[2,-11],[0,-1],[-1,-2],[0,-1],[-1,0],[0,2],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[0,-1],[0,-2],[1,-1],[-1,0],[0,-1],[-1,-2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-3,-7],[-1,-11],[-1,-11],[-1,-1],[-2,-6],[-1,-6],[-1,-2],[0,-5],[0,-2],[0,-3],[0,-2],[1,-3],[0,-1],[2,-4],[-2,-4],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-3],[-1,-2],[0,-3],[-1,0],[0,-1],[-1,-1],[-1,-5],[-1,-2],[0,-2],[0,-1],[-2,-1],[0,1],[-1,1],[0,2],[0,1],[-1,-1],[-1,0],[-1,-1],[1,-2],[-1,-3],[0,-1],[0,-3],[1,-3],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-3],[1,-1],[1,-3],[0,-3],[0,-2],[0,-5],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,-4],[-1,-4],[0,-7],[0,-2],[0,-1],[-1,-2],[-2,-2],[0,-1],[0,-2],[-2,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[0,-1],[-1,0],[-1,-2],[-2,-3],[-2,1],[0,-1],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,-1],[1,-1],[1,2],[0,1],[1,0],[0,-1],[1,-3],[1,2],[1,3],[2,1],[0,-1],[0,-1],[1,-3],[0,-4],[-1,-13],[-1,-6],[-2,-2],[-1,-5],[-2,-4],[-1,1],[0,1],[0,5],[-1,0],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-1,-1],[-1,2],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,2],[0,4],[0,8],[-2,10],[0,2],[0,-6],[0,-4],[0,-3],[0,-2],[0,-3],[0,-2],[-1,-7],[0,-2],[-2,-2],[0,1],[-1,3],[0,-3],[-1,-2],[0,-1],[1,-2],[1,-1],[0,-2],[0,-1],[-1,-7],[-1,0],[-1,0],[-2,-1],[-1,-1],[0,-4],[1,-3],[1,-5],[0,-3],[-1,-6],[0,-1],[-2,-2],[-1,0],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,-4],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[1,-2],[2,0],[0,-1],[0,-2],[-2,-3],[-1,-2],[0,-3],[0,-4],[0,-9],[0,-1],[-1,-8],[-1,-4],[-1,-1],[-1,0],[0,-1],[0,-4],[1,-1],[0,1],[0,1],[2,0],[0,-1],[0,-3],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-3],[1,-4],[0,-3],[0,2],[1,1],[1,2],[1,7],[1,1],[0,-1],[2,-1],[0,-1],[3,-1],[1,2],[0,1],[2,-3],[0,1],[0,1],[1,2],[1,-9],[1,-4],[2,-5],[1,-1],[0,1],[1,3],[1,-2],[0,-2],[0,-1],[1,0],[0,-1],[0,-3],[1,-1],[0,-3],[1,-1],[0,-1],[0,-2],[1,-6],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[-1,-2],[-1,1],[0,-1],[-1,-2],[0,-3],[0,-4],[0,-6],[-1,-5],[0,-4],[-1,-2],[-1,1],[-2,-5],[-1,-3],[0,-4],[0,-2],[0,-1],[-2,-5],[-3,-1],[-1,0],[-1,1],[-2,-1],[0,-1],[0,-16],[-1,-3],[0,-1],[0,-1],[-1,0],[0,1],[-2,-1],[0,-2],[-1,-1],[0,-3],[1,-2],[0,-1],[0,-4],[0,-3],[1,0],[0,-1],[1,-2],[0,-2],[-3,-6],[-1,1],[-1,1],[0,-3],[0,-4],[0,-1],[2,-7],[-1,-13],[-1,-4],[-2,-1],[0,-5],[1,-3],[0,-1],[-1,-1],[-1,-1],[-1,2],[-1,-9],[-1,6],[-1,4],[-1,1],[0,-1],[0,-3],[0,-1],[0,-5],[0,-7],[-1,-1],[0,-1],[-1,1],[-1,-5],[-1,-2],[-1,3],[-1,2],[1,3],[-1,1],[-1,-2],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,0],[0,2],[0,1],[-1,0],[-1,2],[-3,-3],[-1,-2],[-3,-9],[1,-5],[1,-3],[0,-1],[0,-4],[-1,-3],[0,-1],[-2,-2],[-2,-5],[-1,-1],[-1,1],[-1,-1],[0,-1],[0,-7],[1,-3],[0,-1],[1,0],[0,-5],[-1,-2],[-2,-2],[-2,6],[-1,3],[-1,3],[0,2],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-10],[0,-3],[0,-2],[1,-1],[-1,-6],[-2,-2],[0,-2],[-1,-8],[0,-1],[0,-6],[0,-1],[-1,-1],[-3,0],[-1,-2],[-1,1],[0,1],[-1,2],[0,1],[0,2],[-1,0],[0,-1],[-1,-12],[1,-3],[0,-3],[0,-3],[0,-1],[0,-2],[-2,0],[0,1],[-1,5],[-1,2],[-1,0],[0,-1],[0,-3],[0,-3],[0,-1],[-1,0],[-3,-4],[0,-4],[-1,-1],[-3,-10],[0,-1],[-1,-1],[0,-2],[-1,-5],[1,-2],[1,0],[2,5],[2,5],[1,-8],[0,-5],[-1,-4],[0,1],[-1,0],[0,-2],[0,-1],[0,-4],[0,-2],[1,-2],[0,-1],[1,-1],[-1,-4],[0,-1],[0,-1],[-2,-5],[-1,-4],[0,-1],[1,-1],[0,-2],[-2,-5],[-1,-2],[-1,-5],[1,-3],[0,-4],[-1,0],[-2,2],[-3,-1],[0,-1],[-1,-2],[0,-2],[0,-4],[0,-6],[-1,-1],[0,-1],[-1,0],[-1,8],[0,2],[0,1],[0,1],[0,1],[-1,-1],[0,-2],[0,-6],[-2,-2],[0,-1],[0,-1],[-1,-3],[-1,-9],[-2,-1],[-1,-1],[0,-1],[1,-4],[0,-2],[-1,-3],[0,-1],[-1,0],[-2,6],[0,1],[0,1],[0,1],[-1,4],[-2,5],[-1,-1],[-1,-2],[0,-3],[0,-1],[0,-3],[0,-1],[1,-1],[0,1],[0,-1],[1,-4],[-1,-2],[-2,-2],[-1,-1],[0,-3],[0,-1],[-1,-5],[1,-5],[0,-1],[1,-1],[1,0],[0,-5],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,-2],[-1,0],[-1,3],[0,3],[0,1],[0,1],[-1,4],[0,1],[-5,-4],[0,-1],[-3,-11],[0,-3],[0,-1],[1,-1],[1,3],[0,1],[2,0],[2,-6],[0,-2],[0,-7],[0,-2],[-1,-3],[-1,0],[-2,6],[-2,-1],[-2,2],[0,-1],[-1,-3],[1,-1],[0,-1],[0,-5],[0,-1],[-4,1],[-1,3],[-1,1],[-2,-6],[-3,-14],[0,-1],[0,-2],[0,-4],[2,0],[1,-3],[2,-1],[0,1],[0,-1],[3,-5],[0,-2],[0,-3],[-1,-3],[-1,-1],[-1,-3],[0,-3],[0,-1],[2,-1],[2,4],[0,1],[2,2],[0,-1],[0,-2],[-3,-8],[-3,-4],[-1,-6],[-1,-5],[0,-3],[0,-5],[0,-1],[-1,2],[0,4],[0,1],[0,1],[0,1],[-1,0],[0,-3],[0,-1],[1,-6],[0,-4],[1,-4],[0,-2],[-1,-2],[0,1],[-1,6],[-1,-1],[0,-2],[0,-1],[0,-4],[0,-1],[0,-1],[-2,13],[-1,1],[1,11],[0,1],[0,1],[-1,2],[0,-2],[-1,-1],[0,-3],[0,-4],[0,-8],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[0,-6],[-1,-1],[-1,0],[-1,2],[1,7],[0,1],[-1,1],[-3,-1],[-1,-10],[0,-3],[-3,-2],[-4,-3],[-3,-3],[-2,-3],[-1,-1],[-1,-3],[0,-1],[0,-4],[0,-4],[0,-2],[0,-2],[-1,0],[0,1],[-1,7],[0,2],[0,1],[0,1],[1,9],[-1,1],[0,-1],[-1,-2],[-1,-1],[1,-5],[0,-17],[0,-4],[0,-2],[-1,-1],[0,-4],[0,-1],[0,-3],[1,-4],[-1,-4],[0,-3],[-2,-7],[-2,-4],[-1,-1],[0,6],[0,1],[0,1],[0,1],[2,0],[0,1],[1,2],[0,3],[-1,1],[-1,1],[0,5],[0,10],[1,3],[1,10],[0,2],[-1,3],[-2,3],[-2,2],[-1,-1],[0,-1],[-1,-1],[1,-3],[0,-4],[-1,-3],[0,-1],[-1,0],[-1,4],[-2,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-7],[-2,-7],[-2,-5],[-2,-3],[-2,1],[0,1],[-2,3],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-7],[-1,-6],[0,-3],[-1,-5],[0,-1],[1,-2],[0,-2],[-1,-3],[-1,-2],[0,-1],[-1,0],[0,5],[0,4],[-1,8],[0,2],[-1,0],[0,-3],[-1,-2],[-1,2],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[2,-1],[0,-2],[0,-2],[0,-1],[0,-4],[0,-3],[-3,-1],[-1,0],[-1,4],[0,3],[0,2],[1,1],[0,1],[-1,1],[0,2],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,-7],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-6,-14],[-1,-1],[-2,1],[1,1],[0,2],[0,1],[-1,1],[-1,0],[-2,-3],[0,-2],[-1,0],[-1,1],[0,4],[0,1],[1,1],[0,4],[0,5],[0,7],[0,1],[0,2],[3,14],[0,2],[1,5],[0,2],[-1,1],[0,1],[-1,1],[-2,1],[-1,-1],[-2,-2],[0,-1],[-1,-2],[-2,-16],[0,-1],[0,-18],[0,-1],[0,-2],[-1,-5],[-2,-17],[-1,-1],[0,-1],[0,-2],[-1,-4],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-3],[-1,4],[-1,2],[-1,0],[-1,-1],[0,-1],[2,-11],[1,-3],[0,-5],[0,-3],[0,-1],[-3,-6],[-2,5],[0,4],[0,4],[0,2],[0,1],[-1,-1],[-1,-7],[-1,-2],[0,-1],[1,-4],[0,-3],[0,-1],[0,-6],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-2,-1],[-1,3],[-1,2],[-1,4],[0,4],[0,2],[1,0],[1,2],[0,-1],[0,-1],[1,-1],[0,-1],[0,3],[-1,6],[-1,1],[0,5],[0,3],[0,2],[-1,7],[0,1],[-2,9],[-1,1],[0,-1],[-1,-1],[0,-4],[-1,-4],[0,-4],[0,-2],[0,-2],[0,-3],[1,0],[1,0],[1,-4],[1,-7],[-1,-1],[0,-1],[0,-1],[0,1],[-1,-6],[1,-8],[1,-7],[0,-9],[-1,0],[0,3],[-1,2],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-2,-5],[-2,-1],[-1,1],[-1,3],[-1,10],[0,3],[0,1],[0,2],[0,2],[-1,7],[-2,4],[0,2],[-1,0],[-2,-2],[0,-2],[-1,-5],[0,-3],[0,-1],[0,-3],[1,-2],[0,-1],[1,0],[2,-6],[0,-2],[1,-5],[-1,-3],[-2,-8],[-2,-7],[-3,-4],[-1,-4],[-1,-1],[0,-2],[1,-5],[1,-3],[2,1],[1,0],[1,4],[1,-3],[1,-5],[1,-9],[0,-3],[0,-2],[-1,0],[-1,1],[0,5],[-1,2],[-1,-1],[0,-1],[-2,1],[-1,4],[0,5],[0,1],[-1,0],[-1,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-10],[-1,0],[-1,0],[-2,-6],[0,-1],[0,-1],[-3,3],[-2,1],[-2,0],[-1,0],[-3,-1],[-3,-2],[-3,-4],[-1,-2],[-1,-3],[-2,-8],[0,-1],[-1,-6],[1,-2],[-1,-3],[-2,-7],[-1,-2],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,-2],[-3,0],[-1,2],[-2,3],[0,5],[0,1],[-1,9],[0,2],[-1,2],[0,3],[0,8],[0,1],[0,3],[0,1],[3,5],[2,2],[0,1],[1,1],[0,2],[2,18],[2,13],[0,5],[0,5],[1,2],[1,7],[2,2],[2,-3],[0,-2],[0,-2],[2,1],[2,5],[0,1],[1,4],[2,3],[0,-1],[1,0],[1,1],[1,3],[1,2],[1,4],[1,3],[0,1],[1,0],[1,1],[1,2],[1,-1],[3,-1],[2,1],[1,0],[0,-2],[0,-2],[0,-2],[2,-7],[1,-2],[0,-3],[0,-3],[1,-7],[0,-2],[-1,-1],[0,-5],[0,-1],[1,0],[2,3],[0,2],[0,3],[0,1],[-1,3],[0,1],[0,5],[0,1],[1,1],[1,-3],[1,2],[0,1],[0,1],[-1,8],[0,10],[-1,9],[0,1],[0,1],[0,2],[1,3],[2,4],[1,2],[2,2],[1,-1],[0,-1],[1,0],[2,-1],[2,3],[1,3],[0,4],[0,4],[0,1],[-1,0],[0,-2],[0,1],[0,1],[0,1],[0,3],[0,1],[4,6],[1,3],[1,3],[1,5],[0,9],[2,7],[1,4],[1,3],[0,2],[2,12],[3,11],[1,7],[1,5],[1,5],[2,3],[1,6],[0,2],[3,7],[3,7],[1,6],[1,4],[0,1],[1,1],[2,1],[2,3],[1,3],[4,4],[2,2],[2,3],[1,-1],[0,-3],[1,-3],[1,1],[3,1],[0,-3],[1,1],[1,2],[0,1],[3,7],[1,1],[0,-1],[2,-8],[0,-1],[0,-4],[0,-4],[-1,1],[-2,-3],[-1,-9],[0,-3],[0,-2],[0,-2],[4,-15],[1,4],[1,-2],[2,-4],[0,1],[0,2],[0,1],[0,1],[-1,1],[-2,4],[0,2],[0,13],[1,3],[1,-2],[2,-1],[2,1],[0,1],[1,1],[0,-1],[1,-1],[0,-4],[0,-3],[1,-7],[2,2],[1,-4],[1,-2],[1,0],[0,2],[0,1],[-1,4],[0,2],[0,1],[1,2],[0,5],[-2,2],[-1,4],[-1,4],[-2,3],[-2,3],[1,4],[0,2],[0,2],[0,1],[-1,2],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,3],[2,14],[0,2],[1,7],[1,13],[0,8],[1,3],[0,6],[1,2],[1,2],[1,3],[1,6],[1,2],[0,2],[1,6],[2,2],[2,6],[1,2],[1,4],[3,13],[1,1],[5,9],[2,6],[3,3],[2,3],[1,2],[2,6],[-1,3],[1,1],[3,8],[1,3],[1,1],[1,4],[1,2],[1,7],[1,-1],[0,-1],[0,-3],[1,-2],[0,-2],[1,-2],[2,-3],[4,2],[0,4],[0,5],[0,2],[0,2],[-1,13],[0,12],[1,9],[0,5],[4,19],[1,9],[3,11],[0,1],[4,9],[2,5],[2,7],[0,1],[1,0],[1,3],[0,2],[1,7],[1,4],[0,1],[4,12],[0,1],[2,4],[1,0],[0,-2],[0,-3],[1,-8],[1,-2],[1,0],[0,5],[0,2],[0,11],[-1,5],[0,1],[-1,0],[-1,-1],[0,1],[-1,5],[0,16],[1,9],[1,19],[1,17],[0,14],[0,11],[1,6],[0,1],[0,4],[1,2],[1,1],[3,2],[0,2],[1,7],[0,2],[-1,-1],[0,-3],[-1,0],[0,2],[-2,7],[-1,3],[0,1],[-1,5],[0,5],[1,11],[0,5],[1,11],[1,1],[0,4],[0,1],[2,4],[1,2],[1,3],[0,3],[1,6],[1,2],[0,2],[2,8],[3,9],[0,3],[2,18],[0,3],[0,1],[0,2],[0,2],[0,3],[0,2],[1,1],[0,2],[0,7],[-2,3],[0,-2],[0,-6],[-1,-5],[-1,-4],[-2,-4],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,-3],[-2,-5],[-1,-1],[-2,-3],[0,-1],[0,-1],[0,-1],[-4,-5],[-1,-1],[-1,-2],[-1,-4],[-2,-3],[-4,-7],[-1,-1],[-2,-3],[-1,-1],[-1,0],[-1,0],[0,1],[-1,3],[-1,1],[-1,4],[0,1],[0,1],[0,3],[0,5],[-1,3],[0,3],[-1,3],[-1,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[0,1],[1,5],[0,4],[-1,3],[-1,5],[0,1],[-3,-7],[-1,0],[0,-1],[-1,-10],[0,-1],[0,-1],[0,-2],[1,-3],[0,-1],[0,-1],[-1,-4],[0,-2],[0,-1],[-1,-1],[-1,-6],[1,-13],[2,-15],[1,-9],[1,-3],[-3,-14],[-1,-3],[-1,-1],[-1,0],[-1,1],[-3,4],[0,1],[-1,4],[-3,22],[-1,12],[-4,22],[-1,5],[-1,7],[-2,5],[-1,2],[-1,1],[-2,1],[2,7],[0,2],[0,1],[0,3],[-1,1],[0,2],[-1,2],[-1,-2],[-1,0],[0,1],[0,-1],[-1,-14],[-1,1],[0,-7],[0,-4],[-3,-5],[-2,14],[0,4],[-2,3],[-1,-5],[-2,1],[0,10],[-2,-3],[-2,8],[-1,2],[2,7],[-1,15],[-5,-9],[-4,-11],[-4,-11],[-2,-16],[0,11],[-4,-5],[-1,-2],[-2,-4],[-3,-7],[-4,-9],[0,-1],[-1,-5],[0,-8],[-4,-6],[-1,-5],[-2,-1],[-1,-8],[-2,-2],[-1,9],[-3,7],[-5,-3],[-3,5],[5,8],[1,-6],[2,2],[1,8],[2,13],[0,9],[0,28],[-2,17],[-4,17],[-2,20],[1,7],[2,-5],[0,18],[1,5],[2,7],[0,1],[2,8],[1,0],[1,4],[-2,13],[-2,17],[-2,18],[-3,17],[-2,9],[0,13],[0,1],[-1,3],[-1,3],[-1,4],[0,3],[-1,7],[0,4],[0,3],[1,1],[0,3],[1,7],[-1,1],[0,3],[-1,1],[0,-1],[0,-2],[0,-1],[-1,-7],[0,-1],[-1,0],[0,-1],[-1,7],[-1,4],[0,1],[0,1],[-1,2],[0,-1],[-1,-1],[0,-1],[0,-4],[-1,-1],[0,-2],[0,-3],[0,-2],[0,-4],[0,-8],[0,-9],[-1,-2],[-2,-2],[-1,-1],[-1,1],[-2,0],[0,-2],[0,-1],[0,-1],[-2,-3],[-3,-3],[-1,-4],[-2,-4],[-2,-4],[-2,-3],[-5,-5],[-1,-1],[-5,-3],[-3,-1],[-1,0],[-2,0],[-4,2],[-4,4],[-1,2],[-1,2],[0,3],[-2,10],[0,4],[0,1],[0,1],[0,2],[1,1],[1,0],[1,2],[-1,3],[-1,7],[-3,5],[-1,1],[-2,4],[-2,11],[-1,7],[0,1],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-1,3],[0,2],[-1,1],[0,2],[0,2],[0,1],[-1,6],[-1,-1],[-2,0],[-2,2],[-1,3],[-2,4],[-1,4],[-1,5],[-2,9],[-1,1],[1,2],[1,2],[1,0],[1,2],[0,2],[1,5],[0,4],[0,1],[0,1],[-1,1],[-1,0],[-4,-9],[-2,0],[-3,2],[0,1],[-1,4],[-1,3],[1,2],[1,3],[0,1],[1,-1],[1,0],[1,1],[2,8],[0,1],[1,4],[2,7],[1,1],[0,-1],[1,2],[1,3],[0,1],[0,1],[0,1],[-1,3],[-1,2],[0,1],[0,2],[0,3],[0,1],[0,-1],[1,0],[1,1],[1,2],[0,1],[0,3],[-2,-1],[-1,2],[0,2],[1,7],[2,9],[0,1],[1,3],[-1,1],[0,-1],[-2,-4],[-1,-3],[1,-3],[-2,-6],[-2,-2],[-1,0],[0,2],[-1,7],[0,4],[2,0],[0,2],[-1,2],[0,7],[0,1],[0,1],[1,5],[1,1],[1,-1],[2,0],[1,2],[0,2],[1,3],[0,7],[1,-1],[1,0],[0,3],[-1,2],[-1,1],[-1,0],[-1,-1],[0,-5],[0,-1],[0,-3],[0,-1],[-1,0],[0,1],[-2,4],[-2,6],[0,2],[0,1],[0,1],[1,1],[-1,1],[0,1],[-1,1],[-2,5],[0,1],[-1,-3],[0,-9],[-1,-3],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-3,2],[-1,2],[-1,2],[0,2],[-1,21],[-1,3],[1,4],[0,2],[0,2],[-1,1],[0,2],[-4,3],[0,-1],[-1,0],[-1,3],[0,3],[-1,10],[-1,3],[0,1],[1,2],[2,4],[1,2],[1,1],[0,4],[0,2],[0,2],[-1,6],[-3,5],[-2,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[1,-3],[-1,-1],[-1,0],[0,2],[-1,7],[0,2],[-1,4],[0,2],[0,1],[1,21],[0,3],[0,2],[1,0],[0,-3],[-1,-8],[0,-5],[0,-2],[1,0],[2,2],[1,1],[1,2],[2,1],[2,2],[1,0],[0,3],[-2,1],[-2,3],[-2,3],[0,1],[-2,14],[0,2],[0,1],[4,3],[2,-2],[3,0],[0,1],[1,1],[0,1],[1,1],[1,1],[1,1],[0,1],[0,2],[-1,6],[-1,4],[-1,4],[-1,5],[0,7],[0,1],[0,7],[0,2],[1,3],[0,6],[1,6],[2,6],[3,16],[4,16],[1,4],[0,4],[1,4],[1,5],[2,8],[2,10],[2,4],[5,5],[3,4],[-1,4],[-1,-1],[-2,-1],[-1,2],[0,1],[0,2],[0,5],[1,1],[1,-2],[0,-2],[1,-1],[0,1],[-1,25],[0,1],[0,2],[0,3],[0,1],[0,7],[1,2],[1,1],[1,3],[0,4],[0,5],[0,5],[0,2],[1,9],[1,3],[3,7],[0,3],[-1,1],[-1,-1],[0,1],[0,3],[0,1],[4,15],[2,7],[2,2],[4,5],[2,2],[2,0],[1,0],[2,-2],[2,-3],[0,-2],[3,-1],[1,0],[0,-1],[1,-1],[0,-4],[2,-6],[1,-3],[0,1],[2,-2],[0,-2],[1,-2],[1,-3],[1,-2],[0,-1],[2,-5],[1,-4],[5,3],[2,1],[1,1],[1,5],[2,6],[1,1],[1,6],[0,1],[0,1],[0,4],[0,1],[0,1],[1,1],[1,3],[1,0],[0,-1],[1,0],[1,1],[0,2],[2,9],[1,2],[4,17],[0,1],[0,2],[0,2],[0,1],[1,5],[1,4],[1,4],[1,2],[0,1],[0,1],[0,6],[-1,2],[2,1],[1,-3],[1,-2],[1,-1],[1,0],[1,0],[1,-4],[-1,-3],[0,-1],[1,-2],[0,-2],[3,-1],[2,1],[2,1],[2,2],[1,0],[2,-2],[0,-1],[1,0],[3,1],[4,3],[3,4],[2,2],[0,1],[0,5],[1,3],[2,6],[3,12],[0,3],[3,14],[1,4],[0,4],[0,4],[0,7],[-1,7],[0,7],[-1,9],[-1,5],[0,1],[-2,12],[0,8],[0,9],[0,10],[0,2],[0,1],[-1,6],[-7,26],[-1,5],[-1,0],[-3,4],[-1,0],[-1,0],[0,-2],[-1,3],[1,12],[0,4],[3,5],[0,-2],[1,-1],[1,-1],[2,-3],[1,0],[1,-1],[2,0],[2,1],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[2,0],[0,1],[1,1],[4,11],[0,2],[0,1],[1,11],[0,7],[-3,12],[-2,8],[-1,2],[-3,7],[0,2],[-1,3],[-1,3],[0,1],[0,2],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-2,-4],[-1,-1],[-1,-5],[0,-4],[-1,-3],[0,-2],[0,-1],[0,-1],[-1,-2],[-3,-1],[-2,2],[-1,1],[0,1],[-1,2],[-6,-15],[-1,-1],[-1,-1],[-4,-1],[-1,-1],[-1,-1],[-1,-2],[0,-3],[0,-2],[-1,-5],[-1,-2],[0,-1],[-2,-2],[-5,-12],[-1,-2],[-1,-9],[0,-1],[0,-2],[0,-2],[-1,-12],[0,-1],[-1,0],[-1,-3],[-2,-5],[0,-2],[-1,2],[0,3],[0,2],[0,2],[0,4],[0,2],[-1,6],[0,7],[0,5],[-3,8],[0,1],[-2,-1],[0,-3],[0,-2],[0,-7],[-2,-8],[0,-5],[0,-1],[-1,-1],[-1,0],[-2,6],[0,5],[0,2],[-3,7],[-2,4],[-1,2],[-4,5],[-1,1],[-5,2],[-2,-1],[0,-1],[-2,-3],[-1,0],[-1,2],[-1,0],[-2,1],[-3,0],[-2,-1],[-3,-3],[-2,-3],[-1,-3],[-8,-12],[0,-1],[-1,-1],[-4,-1],[-6,6],[-5,6],[-4,3],[-6,4],[-2,1],[-2,2],[-8,5],[-1,1],[-5,11],[0,2],[-1,8],[-1,5],[0,3],[0,10],[0,2],[1,2],[1,2],[0,2],[0,1],[0,3],[0,2],[0,2],[-1,2],[-3,11],[-1,3],[-1,2],[0,1],[-2,3],[0,2],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,4],[-3,4],[-1,3],[0,3],[-1,4],[0,1],[0,1],[1,0],[1,-2],[0,-2],[1,0],[1,-1],[3,0],[1,3],[0,2],[3,2],[0,1],[1,3],[0,1],[0,2],[0,1],[0,1],[0,4],[0,1],[1,3],[2,3],[1,4],[-1,3],[0,1],[-2,4],[-1,3],[-1,1],[-1,0],[-1,0],[-1,-2],[-1,0],[-1,0],[-3,2],[-1,2],[-2,2],[-3,4],[-2,2],[-2,0],[-7,2],[-2,2],[-3,6],[-1,4],[0,1],[-2,6],[-4,6],[0,1],[-2,3],[-2,1],[-2,2],[-1,2],[0,3],[0,1],[0,2],[-1,3],[0,3],[0,3],[1,5],[3,8],[4,5],[3,5],[5,8],[7,12],[2,5],[3,7],[4,10],[1,2],[3,8],[7,13],[2,4],[5,9],[1,-1],[0,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[1,1],[1,1],[1,3],[0,-1],[1,1],[1,0],[0,2],[1,3],[0,1],[0,2],[-1,0],[0,1],[-1,3],[-1,2],[-1,2],[-2,1],[-2,0],[-1,1],[0,1],[0,2],[0,2],[0,1],[0,3],[0,3],[0,2],[0,2],[0,3],[0,1],[2,3],[3,5],[8,11],[6,9],[2,2],[11,13],[9,7],[1,0],[7,2],[4,1],[0,-1],[-1,-3],[3,-4],[0,1],[1,1],[3,-3],[1,-6],[0,-4],[-1,-1],[0,-7],[-1,-3],[-2,-4],[0,-2],[0,-4],[0,-11],[0,-4],[0,-1],[1,-4],[0,-2],[-1,-2],[-1,-6],[-2,-2],[-2,-2],[-1,-1],[-1,-4],[1,0],[2,0],[2,2],[1,-6],[1,-5],[0,-2],[1,-5],[1,-3],[0,-2],[0,-2],[4,-1],[3,3],[1,2],[0,1],[4,0],[1,-2],[1,-1],[3,-2],[1,0],[1,0],[2,1],[1,2],[3,1],[3,1],[1,1],[2,-6],[0,-1],[1,-3],[3,1],[2,2],[1,-1],[0,-3],[1,-1],[1,0],[2,2],[2,3],[2,4],[0,-1],[0,-1],[3,-1],[2,-4],[3,-3],[1,2],[0,1],[0,3],[1,3],[3,8],[0,2],[1,6],[0,1],[0,3],[2,12],[2,4],[3,0],[1,-1],[0,-2],[0,-2],[1,-2],[0,-1],[1,-1],[2,0],[2,1],[1,3],[1,0],[0,-1],[1,0],[1,1],[0,1],[0,2],[0,1],[-2,5],[-1,5],[0,1],[0,3],[-1,1],[-1,2],[-2,1],[-3,5],[-5,4],[-5,0],[-3,-7],[-3,-3],[0,1],[1,9],[0,3],[1,5],[-1,9],[0,5],[-4,14],[-2,4],[0,1],[0,2],[0,3],[-1,3],[0,2],[-1,4],[-2,5],[-1,1],[-2,2],[-2,1],[-2,2],[0,1],[0,2],[-1,4],[0,5],[-1,4],[-1,2],[0,2],[-1,1],[0,1],[0,3],[1,2],[0,3],[0,1],[3,3],[4,3],[2,-4],[0,-2],[1,-7],[3,-13],[1,-2],[1,-1],[0,-1],[1,0],[0,-4],[0,-5],[0,-2],[-1,-1],[0,-1],[0,-2],[-1,-2],[1,-5],[0,-3],[0,-1],[1,-2],[2,-6],[0,-2],[1,-4],[0,-2],[0,-2],[1,-2],[3,-8],[4,-9],[2,-2],[1,1],[2,2],[3,5],[2,5],[-1,3],[-3,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,3],[-2,4],[-1,2],[-2,4],[-1,2],[-5,16],[0,2],[1,15],[0,3],[1,1],[0,3],[1,3],[0,2],[2,11],[0,6],[0,2],[0,1],[1,0],[3,-5],[2,0],[0,2],[0,3],[-1,2],[0,2],[-3,5],[-2,0],[0,-2],[-2,6],[-1,3],[0,1],[-1,0],[-1,-1],[-7,-4],[-2,-4],[-1,-1],[0,-1],[-3,0],[-1,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,4],[0,2],[-1,1],[-1,-2],[0,-3],[-2,-1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,3],[-1,2],[-2,-3],[-1,-1],[-1,-1],[0,-3],[0,-1],[-1,-1],[-6,7],[-5,4],[-3,2],[-1,2],[-2,1],[-2,1],[-2,1],[-2,3],[-1,2],[0,1],[0,1],[0,5],[0,4],[0,5],[0,9],[-2,18],[-1,7],[-1,5],[-3,23],[-2,10],[-1,3],[-1,3],[-2,4],[-9,16],[-7,19],[-3,8],[-4,11],[-2,4],[-2,4],[-1,4],[0,2],[-1,0],[-3,6],[-2,3],[-2,3],[-4,3],[-3,1],[-1,0],[-2,2],[-3,6],[0,1],[0,3],[-1,1],[-7,18],[-1,4],[-2,3],[-3,5],[-3,3],[-3,4],[-3,0],[-1,-1],[0,-1],[0,1],[1,2],[3,5],[9,9],[0,1],[1,1],[0,2],[1,4],[0,1],[0,8],[1,8],[1,2],[0,3],[0,2],[0,5],[0,9],[1,3],[0,2],[0,17],[0,2],[0,3],[0,3],[-1,8],[0,2],[0,1],[11,-3],[5,-1],[2,-1],[2,1],[5,0],[10,5],[2,2],[2,0],[5,3],[3,2],[7,2],[1,0],[2,3],[1,1],[2,4],[3,3],[2,5],[1,3],[1,2],[3,5],[2,5],[2,6],[1,3],[2,11],[5,15],[1,1],[0,1],[3,13],[1,4],[0,3],[0,2],[0,2],[1,9],[0,4],[1,0],[0,2],[0,3],[0,6],[0,1],[0,3],[-1,2],[-1,4],[0,1],[2,2],[3,16],[0,2],[-1,3],[-1,2],[-1,0],[0,6],[2,5],[1,3],[1,1],[1,1],[2,8],[2,5],[3,7],[0,1],[0,-1],[3,11],[1,2],[0,4],[0,2],[0,5],[2,1],[1,2],[0,2],[0,2],[1,6],[4,10],[2,5],[2,7],[1,4],[1,4],[1,5],[2,3],[0,-1],[0,-1],[0,-3],[0,-2],[1,-2],[1,-1],[0,1],[0,1],[0,1],[2,-1],[1,-2],[0,-2],[1,-1],[3,-1],[4,1],[2,1],[1,2],[5,10],[2,4],[1,-3],[0,1],[4,5],[3,5],[6,13],[1,3],[0,2],[7,18],[5,14],[4,11],[3,8],[4,12],[2,2],[2,3],[8,9],[1,1],[1,0],[0,-3],[0,-2],[1,-4],[-1,-2],[-4,-1],[-1,-1],[0,-1],[0,-4],[1,-4],[1,0],[3,0],[4,1],[1,0],[1,1],[-1,3],[0,1],[0,1],[9,-2],[1,1],[6,2],[0,2],[0,2],[0,1],[4,-2],[3,1],[3,2],[4,4],[2,1],[2,3],[1,3],[6,11],[2,5],[1,2],[4,13],[4,14],[1,5],[3,11],[4,14],[1,3],[4,7],[1,1],[1,2],[0,-4],[0,-3],[0,-1],[1,-3],[4,-5],[1,-1],[1,-1],[3,0],[4,-3],[1,-7],[0,-2],[0,-2],[0,-2],[2,2],[1,4],[1,-2],[0,-1],[2,0],[0,1],[2,0],[2,-2],[2,-2],[1,-2],[0,-4],[0,-3],[1,-5],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-2,-3],[-2,-4],[0,-2],[-2,-5],[-1,-4],[-2,1],[-2,-1],[-1,0],[0,-3],[-1,-9],[0,-1],[2,-6],[0,-7],[-1,0],[0,-2],[0,-2],[1,0],[1,0],[0,1],[1,2],[0,1],[4,1],[3,-2],[3,5],[1,2],[0,2],[0,1],[0,2],[0,3],[0,3],[0,5],[1,1],[1,4],[1,2],[1,3],[0,2],[2,2],[0,-1],[1,-1],[1,-5],[0,-1],[1,1],[0,1],[0,2],[0,1],[0,2],[0,3],[-3,7],[0,1],[0,2],[1,0],[3,6],[0,-1],[0,-2],[0,-3],[0,-1],[1,-1],[1,1],[0,2],[0,1],[0,3],[-1,4],[1,4],[1,0],[2,-4],[5,-8],[4,-11],[1,-1],[0,-3],[1,-3],[-1,-3],[0,-3],[-2,-11],[1,-6],[1,-7],[2,-2],[1,0],[2,2],[2,0],[2,-3],[1,-3],[0,-1],[0,-4],[1,-1],[1,0],[1,1],[2,3],[2,6],[0,2],[1,4],[0,3],[0,1],[0,1],[2,1],[3,2],[1,0],[6,-2],[1,0],[2,1],[1,1],[1,1],[2,4],[1,0],[3,1],[2,-3],[1,-2],[7,-3],[1,0],[4,0],[4,-3],[5,-5],[1,-2],[1,-6],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,-11],[0,-3],[-3,-5],[0,-1],[0,-7],[1,-5],[1,-2],[1,-1],[1,2],[2,-4],[2,-1],[1,0],[3,-2],[-1,-2],[0,-1],[2,0],[1,0],[3,-1],[1,-2],[2,1],[0,1],[1,0],[1,0],[0,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[1,-3],[0,-1],[-1,-2],[-2,-1],[-2,-2],[-1,-2],[0,-2],[1,-3],[1,-1],[1,1],[1,0],[4,0],[1,0],[2,0],[3,-2],[3,-3],[1,-1],[2,-4],[1,0],[0,4],[0,3],[0,2],[2,2],[0,-1],[0,-2],[1,-1],[1,4],[2,2],[2,1],[1,0],[1,1],[1,3],[0,2],[1,2],[1,-1],[2,0],[1,1],[5,0],[2,-1],[1,-4],[-1,-5],[0,-2],[2,1],[1,0],[2,-1],[2,-1],[1,2],[6,13],[1,-3],[1,0],[1,1],[1,1],[1,1],[1,0],[0,-1],[2,-1],[1,0],[0,1],[1,1],[1,2],[1,-3],[0,-2],[1,0],[2,1],[4,-2],[3,-4],[3,-8],[1,0],[2,0],[2,-4],[1,2],[1,2],[0,1],[1,0],[2,-1],[0,-1],[1,-1],[2,-10],[1,-4],[-1,-4],[1,-1],[0,-1],[1,-1],[2,0],[2,5],[1,1],[1,2],[1,0],[2,-1],[0,-1],[0,-1],[1,0],[3,-3],[3,-4],[1,-3],[1,-6],[0,-5],[3,-4],[1,1],[1,0],[2,-1],[3,-2],[0,-1],[1,0],[1,1],[3,6],[0,-2],[0,-3],[0,-3],[1,-3],[1,-1],[5,-2],[0,1],[2,4],[1,3],[4,-2],[1,0],[2,1],[3,1],[2,-1],[1,-1],[2,0],[1,0],[1,0],[3,-2],[1,-2],[1,-2],[2,-1],[2,0],[1,0],[1,1],[0,4],[1,-1],[1,-3],[0,-1],[1,-2],[0,-1],[4,-8],[1,-1],[2,0],[0,-1],[1,-3],[0,-2],[1,-2],[1,-1],[2,-2],[2,-1],[1,-2],[1,-2],[0,-1],[5,-2],[1,0],[0,-3],[1,-1],[1,1],[1,2],[0,2],[2,-1],[2,-2],[1,0],[2,0],[1,2],[2,5],[1,4],[4,2],[0,-1],[3,1],[1,1],[2,3],[1,0],[1,3],[4,11],[2,-1],[1,0],[1,2],[3,1],[1,0],[0,1],[0,1],[1,1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[1,0],[3,0],[1,2],[0,1],[2,2],[1,-2],[2,-2],[0,-1],[1,-3],[2,0],[0,3],[3,-4],[5,-6],[7,-13],[1,-3],[1,-5],[1,-3],[3,-2],[1,-2],[4,-6],[1,-1],[0,-1],[0,-1],[0,-2],[2,-7],[1,0],[1,1],[0,1],[2,0],[4,-4],[3,-5],[2,-5],[3,-8],[0,-4],[0,-2],[1,-4],[0,-2],[3,0],[1,0],[0,1],[0,3],[1,6],[2,-2],[4,-5],[0,-219],[0,-507],[0,-751],[0,-288],[0,-16],[13,-16],[1,16],[14,-24],[8,30],[17,3],[0,-6],[-3,-45],[4,-17],[7,-13],[3,-4],[1,-18],[0,-1],[1,-8],[2,-5],[15,-55],[11,-40],[3,-49],[-1,-15],[1,0],[2,0],[5,18],[11,26],[1,4],[7,1],[2,18],[1,5],[0,26],[3,5],[2,3],[1,12],[0,6],[1,9],[1,6],[5,4],[4,6],[4,8],[7,13],[5,-16],[3,-16],[1,-1],[1,-1],[2,-11],[0,-16],[0,-7],[0,-7],[1,-9],[0,-5],[1,-10],[5,-9],[3,-8],[3,-12],[2,0],[3,-18],[0,-6],[0,-6],[1,-1],[1,-9],[2,-12],[7,-16],[4,-8],[3,-20],[1,-3],[4,-17],[3,-15],[0,-10],[0,-6],[3,-14],[0,-3],[3,-16],[2,-7],[2,-28],[6,-30],[3,-26],[3,-17],[3,-22],[5,-29],[3,-26],[1,-20],[3,-12],[1,-23],[2,-16],[2,-5],[2,-8],[1,-21],[3,-10],[4,0],[4,-14],[8,-17],[2,-8],[8,-8],[2,-4],[3,-15],[2,-3],[2,-2],[1,-19],[5,-8],[4,4],[2,-16],[1,-3],[0,-5],[0,-15],[-2,-17],[-1,-3],[0,-1],[-1,-7],[0,-4],[0,-4],[0,-2],[1,-3],[0,-3],[0,-19],[0,-4],[1,-14],[1,-7],[0,-16],[1,-6],[1,-7],[0,-1],[0,-2],[0,-1],[-1,-3],[-1,-3],[-2,-10],[0,-4],[-1,-5],[0,-6],[-1,-10],[-1,-7],[-1,-8],[-1,-2],[-1,-10],[-4,-16],[-3,-9],[-2,-3],[0,-3],[1,-4],[-1,0],[-1,-4],[-1,7],[-1,3],[1,2],[0,3],[-1,1],[0,4],[-1,0],[0,-5],[0,-2],[0,-2],[-1,-2],[-1,0],[0,1],[-1,2],[0,2],[-1,3],[0,4],[0,2],[0,9],[-1,6],[0,3],[1,7],[-1,1],[-1,3],[0,1],[0,6],[1,7],[0,1],[0,3],[-1,1],[-1,2],[0,3],[-1,4],[0,2],[0,2],[0,1],[0,5],[3,11],[1,5],[0,3],[0,2],[1,0],[1,-1],[0,1],[0,2],[0,1],[0,8],[-1,13],[-1,2],[1,2],[0,2],[0,2],[1,5],[0,7],[0,13],[-1,19],[-1,11],[-1,8],[-3,18],[-2,10],[-1,2],[-1,5],[0,-2],[-1,-1],[1,-2],[2,-10],[2,-14],[1,-6],[0,-6],[0,-1],[1,-7],[1,-7],[1,-7],[0,-14],[0,-4],[-1,-1],[0,-2],[-1,-13],[1,-15],[1,-3],[0,-8],[0,-1],[0,-2],[-1,-1],[0,3],[-1,13],[0,1],[-1,1],[0,-3],[0,-3],[1,-1],[0,-5],[-1,-12],[-1,-6],[-2,-11],[-1,-1],[-1,0],[0,1],[-1,2],[-1,6],[0,2],[1,2],[1,5],[0,2],[1,12],[0,2],[0,4],[0,1],[-2,-1],[-1,-1],[0,-1],[0,-4],[1,-2],[0,-3],[0,-2],[-1,-7],[0,-1],[-1,-3],[-2,-5],[-1,0],[0,2],[0,3],[-1,4],[0,4],[0,1],[0,2],[0,2],[-1,0],[0,-1],[0,-6],[-1,-1],[0,1],[0,2],[-1,1],[-2,5],[-1,3],[-1,5],[0,1],[0,1],[0,2],[-3,9],[0,2],[0,12],[0,1],[1,3],[1,0],[1,1],[2,7],[0,2],[0,2],[-1,1],[0,1],[-1,3],[0,1],[0,1],[0,2],[0,3],[1,6],[0,1],[-1,3],[0,2],[0,4],[1,1],[1,2],[0,3],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[0,4],[-1,8],[1,2],[0,3],[0,2],[-1,1],[-1,-3],[-2,0],[0,-4],[1,-4],[1,-2],[0,-3],[0,-3],[-1,-12],[-1,-2],[0,-7],[0,-3],[-1,-7],[-1,-5],[-1,4],[-1,-2],[0,-1],[1,-7],[0,-7],[-1,-7],[-1,3],[-1,4],[0,1],[-1,2],[-1,0],[0,1],[-1,1],[-1,5],[0,5],[0,2],[0,2],[-1,9],[0,4],[0,1],[-1,4],[0,6],[0,1],[0,-1],[0,-1],[1,-3],[1,-1],[0,1],[0,2],[0,5],[0,1],[0,3],[2,2],[0,1],[1,3],[1,9],[0,16],[-1,16],[1,9],[1,1],[0,-4],[1,7],[1,12],[0,3],[0,1],[-1,-1],[-1,-2],[-1,-9],[0,-1],[-1,-4],[-2,-10],[1,-19],[0,-3],[-1,-3],[0,-1],[-1,0],[-1,2],[-1,-1],[-1,-7],[0,-3],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,5],[0,1],[0,4],[0,9],[-1,13],[-1,9],[-1,2],[-2,-1],[-1,-3],[0,-1],[0,-2],[0,-1],[-2,9],[0,6],[-1,6],[0,14],[1,4],[1,0],[0,-1],[1,0],[1,1],[0,8],[0,1],[0,2],[1,7],[1,1],[2,3],[1,-1],[0,-3],[1,-4],[0,-1],[0,-2],[0,-2],[0,1],[1,2],[0,8],[-1,7],[-1,20],[1,1],[0,-1],[3,-7],[1,-1],[0,-5],[0,-1],[0,-3],[0,-2],[1,-3],[0,3],[0,1],[0,2],[0,11],[-1,3],[-1,2],[-1,0],[-2,8],[0,1],[0,8],[0,3],[0,1],[2,2],[0,4],[1,2],[0,3],[0,2],[-1,3],[0,-1],[-1,0],[0,-2],[-1,2],[-1,-1],[-1,1],[-1,1],[-1,4],[0,3],[0,2],[2,11],[2,6],[0,1],[0,1],[-1,0],[-1,-1],[-2,-7],[0,-2],[0,-3],[-1,0],[-2,4],[-4,11],[-1,4],[0,1],[0,1],[0,1],[0,1],[0,3],[-1,2],[0,1],[-1,3],[-1,8],[0,5],[1,0],[1,2],[1,5],[-1,7],[0,2],[-1,0],[0,-2],[-1,-5],[-1,1],[-1,2],[0,-5],[-1,5],[-2,5],[-1,1],[-1,0],[-1,0],[0,4],[0,2],[0,1],[-1,2],[-2,-4],[-4,8],[-2,4],[-1,12],[0,2],[1,5],[1,5],[0,1],[1,-1],[0,-1],[0,-2],[1,0],[1,0],[2,0],[1,3],[0,5],[0,1],[-2,0],[-2,1],[-1,2],[0,1],[0,2],[-1,0],[0,3],[0,1],[1,1],[-1,12],[-1,7],[0,2],[0,8],[0,1],[1,0],[0,2],[0,2],[-1,1],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,2],[-1,7],[0,2],[0,5],[0,11],[0,1],[2,0],[1,-3],[1,-2],[0,-1],[1,-1],[1,-1],[1,-1],[5,-11],[1,-4],[1,0],[0,2],[0,2],[-2,8],[-1,2],[-1,1],[-5,14],[-2,6],[0,1],[0,2],[0,14],[-1,0],[-1,-2],[0,-2],[0,-5],[0,-2],[0,-2],[-1,-1],[-1,2],[0,-1],[-3,8],[-5,32],[-2,7],[0,3],[-1,6],[-1,16],[-13,7],[-3,14],[-4,15],[-6,28],[-4,77],[0,13],[1,-1],[0,5],[-1,15],[-1,10],[-1,12],[-2,14],[-2,12],[0,-2],[-1,-8],[1,-6],[1,-4],[1,-2],[0,-7],[1,-4],[-2,-11],[0,-7],[0,-5],[1,-3],[1,-1],[0,-1],[1,-9],[0,-8],[-1,-3],[-1,-3],[2,-13],[0,-1],[1,-4],[0,-2],[0,-9],[3,-23],[0,-5],[0,-2],[0,2],[-1,1],[0,1],[0,-1],[0,-3],[0,-6],[1,-10],[1,-14],[1,-14],[1,-7],[-1,-4],[0,2],[-1,-1],[0,-6],[0,-3],[1,-11],[-1,2],[-2,2],[-1,5],[-1,0],[-1,-1],[0,1],[-1,1],[-1,5],[-1,11],[-1,3],[0,11],[-1,0]],[[2755,1225],[0,-1],[0,-2],[0,-1],[-1,-7],[-1,-5],[-1,-13],[0,-1],[0,-3],[0,-3],[0,-4],[-1,-4],[-1,-3],[0,-1],[0,-3],[-1,-1],[0,-2],[-1,-4],[0,-1],[0,-2],[-1,-6],[-1,-6],[0,-1],[-1,-1],[0,-2],[-1,-5],[0,-3],[0,1],[0,1],[0,2],[1,3],[0,1],[0,1],[0,3],[1,1],[0,1],[1,6],[0,1],[0,2],[1,2],[0,3],[0,1],[1,2],[0,4],[0,1],[0,1],[-1,2],[1,2],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,2],[0,2],[0,6],[0,1],[1,-3],[0,1],[0,2],[0,3],[0,3],[0,2],[0,1],[1,1],[0,1],[1,4],[0,4],[0,2],[0,1],[-1,3],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,4],[0,2],[0,4],[1,1],[0,2],[0,4],[0,2],[0,1],[1,1],[0,1],[0,1],[0,4],[1,4],[0,3],[0,3],[0,1],[0,3],[0,2],[0,-7],[0,-3],[-1,-10],[0,-3],[-1,-7],[0,-3],[0,-1]],[[2718,1095],[0,2],[1,4],[0,-2],[1,1],[0,3],[1,2],[0,-1],[1,1],[0,5],[-1,0],[1,2],[0,-3],[0,-1],[0,-1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-4],[1,0],[0,-1],[0,-2],[0,-2],[1,-3],[0,-2],[0,-1],[-1,-2],[-2,-3],[0,3],[0,2],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[-2,-5],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,4],[0,1],[0,3],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[1,1],[0,-1],[0,1],[1,2],[0,2],[0,1],[1,4],[0,1],[1,1],[0,1]],[[2702,1079],[0,3],[1,1],[0,-2],[1,0],[0,-3],[-1,-2],[0,-2],[-1,0],[0,1],[0,2],[0,2]],[[2727,1098],[0,-1],[-1,-3],[0,1],[1,3]],[[2737,1118],[0,-2],[0,-1],[-1,1],[-2,-10],[-1,1],[0,1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,3],[0,1],[1,2],[1,3],[0,1],[0,-1],[1,-1],[0,2],[1,2],[0,2],[2,3]],[[2725,1114],[1,-1],[0,-3],[0,-3],[0,-2],[0,3],[-1,0],[-1,4],[0,2],[1,-1],[0,2],[0,1],[0,-2]],[[2740,1126],[0,-1],[0,-1],[-1,0],[-1,-2],[0,1],[1,1],[0,3],[1,3],[0,-1],[0,-3]],[[2742,1134],[0,3],[1,1],[0,-1],[-1,-2],[0,-1],[-1,-5],[0,2],[0,2],[1,1]],[[2699,1485],[0,1],[0,-1],[1,-2],[-1,-1],[0,-1],[1,-4],[0,-7],[0,-4],[1,-9],[0,-6],[0,-5],[1,-2],[0,-2],[1,0],[0,-1],[1,-4],[0,2],[1,1],[0,-2],[1,-1],[-1,-5],[-1,-1],[0,1],[-1,2],[-1,3],[0,3],[-1,1],[0,3],[0,13],[0,2],[-1,4],[0,9],[-1,3],[0,4],[0,2],[0,3],[0,1]],[[2629,2058],[1,6],[1,2],[0,3],[0,-1],[0,-4],[-2,-8],[0,-1],[-1,-2],[-1,-4],[-1,-2],[-2,-8],[-2,-4],[-1,0],[0,1],[0,2],[-1,3],[0,1],[1,-3],[1,-2],[0,1],[1,1],[1,1],[1,4],[0,2],[1,2],[1,3],[1,3],[0,2],[1,2]],[[2618,2052],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[-1,-5],[0,-3],[-1,0],[0,1],[-1,3],[0,2],[-1,2],[0,1],[0,1],[1,0],[0,-1]],[[2683,1725],[0,1],[0,10],[0,2],[0,3],[0,1],[0,2],[0,2],[0,2],[0,-3],[1,-2],[0,-4],[0,-5],[-1,0],[0,-2],[1,-2],[0,-3],[-1,-2]],[[2722,2249],[0,-2],[0,-1],[0,-5],[0,-13],[0,-9],[0,-6],[0,-2],[0,-2],[0,-1],[1,-3],[0,-11],[0,-4],[0,-12],[0,-7],[0,-5],[1,-4],[0,-18],[2,-36],[0,-8],[0,-3],[1,-3],[0,-3],[0,-5],[0,-7],[0,-7],[0,-8],[1,-5],[0,-8],[0,-1],[2,-21],[1,-16],[0,-9],[2,-23],[1,-19],[1,-11],[1,-7],[1,-9],[0,-5],[1,-5],[2,-26],[2,-16],[0,-6],[0,-1],[1,-9],[1,-2],[0,-4],[0,-1],[0,-1],[0,-2],[1,-4],[1,-7],[0,-2],[0,-5],[0,-6],[1,-10],[0,-3],[0,-2],[-1,-3],[0,-1],[0,-4],[-1,-4],[0,-5],[0,-5],[0,-5],[0,-10],[1,-15],[0,-16],[1,-9],[1,-15],[2,-20],[0,-1],[1,-23],[1,-18],[0,-3],[0,-2],[1,-4],[0,-5],[0,-2],[0,-7],[1,-4],[1,-16],[0,-7],[1,-8],[0,-3],[1,-12],[0,-2],[1,-11],[0,-4],[0,-2],[0,-3],[0,-6],[1,-8],[0,-10],[1,-9],[0,-9],[1,-13],[0,-12],[0,-4],[0,-1],[0,-10],[0,-3],[0,-4],[0,-13],[0,-8],[0,-11],[-1,-13],[0,-20],[0,-3],[0,-1],[0,-10],[0,-3],[0,-3],[-1,-16],[0,-10],[0,-1],[0,-1],[0,-6],[0,-13],[0,-2],[0,-11],[0,-7],[0,-8],[0,-4],[0,-5],[-1,-4],[0,-4],[0,-2],[0,-7],[0,-4],[0,-1],[0,-2],[-1,4],[0,4],[0,3],[0,1],[0,2],[0,1],[-1,-2],[-1,-2],[0,-1],[0,-6],[0,-6],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-2],[0,-4],[0,-3],[0,-2],[-1,-5],[0,-1],[0,-1],[0,-6],[0,-4],[0,-2],[0,-5],[0,-1],[0,-2],[0,-5],[0,-1],[0,-1],[1,-1],[-1,-2],[0,-7],[-1,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[-1,-5],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-1],[0,1],[0,2],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-3],[0,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-2],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,2],[0,1],[0,1],[-1,1],[-1,-2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,-1],[-1,-1],[0,1],[-1,4],[0,1],[-1,1],[0,1],[0,4],[0,2],[0,3],[0,2],[-1,0],[0,1],[0,2],[0,2],[0,1],[1,0],[0,7],[0,2],[0,1],[0,3],[0,1],[0,1],[0,2],[1,-1],[0,2],[0,2],[0,4],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,10],[-1,3],[0,1],[-1,4],[0,2],[1,4],[0,1],[-1,2],[0,1],[0,3],[0,3],[0,2],[0,3],[-1,5],[0,3],[-1,2],[0,4],[-1,6],[0,-1],[0,1],[0,3],[0,2],[0,2],[-1,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,2],[-1,3],[0,1],[-1,3],[0,2],[0,3],[-1,0],[-1,1],[0,2],[0,1],[-1,-1],[0,1],[0,2],[0,1],[-1,0],[-1,-3],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-6],[0,-2],[0,2],[-1,8],[0,1],[0,1],[0,5],[0,2],[-1,1],[0,2],[0,7],[0,1],[0,1],[-1,15],[0,13],[0,4],[-1,6],[0,6],[0,11],[0,6],[0,1],[-1,9],[-1,6],[0,1],[0,2],[-1,2],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,3],[0,1],[-1,2],[-1,-2],[0,-3],[0,-2],[-1,0],[0,11],[0,4],[0,3],[0,11],[-1,3],[-1,6],[0,2],[1,1],[0,1],[1,-1],[0,-2],[0,-4],[1,-1],[0,1],[0,3],[0,4],[0,2],[0,5],[1,6],[0,3],[0,3],[0,3],[0,4],[0,3],[0,4],[-1,1],[0,1],[0,3],[0,4],[0,1],[1,0],[0,2],[0,2],[-1,1],[-1,0],[0,-2],[0,-4],[-1,0],[-1,-2],[1,-3],[0,-9],[0,-12],[0,-1],[0,-1],[-1,-1],[-1,0],[0,2],[0,-2],[-1,-3],[0,-8],[0,2],[0,6],[0,5],[0,1],[0,4],[-1,3],[0,3],[-1,13],[-1,7],[-1,7],[0,7],[-1,8],[0,7],[-1,2],[0,1],[0,5],[-1,13],[-1,9],[0,1],[0,2],[-1,2],[0,3],[0,2],[0,5],[-1,5],[-1,6],[0,6],[-1,3],[0,1],[0,8],[-1,3],[0,2],[0,4],[0,1],[1,-3],[0,-4],[0,-1],[0,2],[0,1],[1,1],[0,1],[0,2],[1,4],[0,3],[0,2],[0,1],[1,2],[0,2],[1,2],[0,4],[0,1],[0,6],[1,6],[1,2],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,2],[0,1],[0,1],[1,4],[0,1],[0,2],[0,5],[0,3],[0,6],[0,3],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,-1],[0,-1],[0,-4],[0,-6],[0,-2],[0,-1],[0,-1],[0,-4],[-1,1],[-1,4],[0,3],[0,1],[1,2],[-1,1],[0,1],[0,1],[0,1],[1,1],[-1,5],[0,3],[0,4],[-1,0],[-1,0],[-1,0],[-2,-2],[0,-2],[0,-1],[0,-1],[1,-2],[0,-2],[1,-1],[1,0],[0,-1],[0,-3],[0,-3],[2,2],[0,-1],[0,-4],[-1,0],[0,-3],[0,-1],[0,-4],[-1,-3],[0,-4],[0,-5],[0,-4],[0,-1],[0,-3],[0,-1],[-1,-1],[0,1],[-1,0],[0,-2],[0,1],[-1,0],[0,-2],[0,-4],[0,-1],[0,-2],[0,-1],[1,-2],[0,-2],[-1,-3],[0,1],[0,1],[0,1],[0,2],[0,13],[0,2],[0,3],[-1,1],[0,1],[0,5],[0,3],[-1,1],[-1,4],[0,2],[0,6],[0,2],[0,4],[0,5],[0,5],[0,5],[0,-1],[0,-5],[0,-4],[0,3],[1,5],[0,1],[0,6],[0,4],[0,4],[1,5],[0,9],[0,3],[0,1],[-1,4],[0,1],[0,4],[0,3],[1,6],[0,5],[0,1],[1,2],[0,6],[0,1],[0,5],[0,4],[1,4],[0,7],[0,3],[0,2],[0,1],[1,1],[-1,3],[1,2],[0,3],[0,1],[0,2],[0,4],[0,2],[0,3],[0,1],[0,1],[0,2],[0,5],[0,3],[0,3],[0,2],[0,6],[0,5],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[0,1],[0,4],[0,3],[0,2],[0,1],[0,1],[0,5],[1,3],[-1,3],[1,3],[-1,3],[0,1],[0,1],[-1,1],[0,5],[-1,4],[0,4],[0,4],[-1,-1],[0,2],[0,1],[0,4],[0,5],[0,2],[0,2],[-1,0],[-1,5],[1,1],[0,1],[0,1],[0,2],[0,4],[-1,2],[-1,1],[-1,1],[-1,0],[-1,0],[0,2],[-1,-5],[0,-2],[0,-2],[-1,0],[0,3],[0,1],[0,3],[0,1],[0,2],[-1,2],[0,4],[0,6],[0,1],[0,2],[-1,1],[0,2],[0,1],[-1,1],[0,-1],[0,1],[0,5],[0,2],[0,3],[-1,4],[0,2],[0,4],[-1,5],[0,2],[-1,1],[0,-1],[-1,1],[0,4],[0,2],[0,1],[-1,1],[0,-1],[0,3],[0,2],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,9],[0,3],[0,4],[0,5],[0,5],[0,1],[-1,1],[0,-1],[0,1],[-1,2],[0,2],[0,2],[-1,1],[0,2],[-1,1],[0,2],[0,4],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,3],[0,4],[0,1],[-1,1],[0,9],[-1,2],[0,4],[-1,1],[-2,6],[0,4],[-2,1],[0,3],[-2,8],[-1,0],[1,1],[-1,0],[0,4],[-1,3],[0,3],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,1],[0,-2],[-1,-2],[-1,3],[-1,0],[0,1],[0,2],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,3],[-1,-1],[0,-2],[-1,-6],[1,-7],[0,-1],[0,-1],[0,-3],[0,-3],[0,-1],[0,-3],[0,-2],[0,-3],[-1,-1],[-1,2],[0,1],[-1,1],[0,3],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,-4],[-1,-2],[0,-2],[-1,-4],[-1,-2],[0,-1],[-1,0],[-1,-4],[0,-4],[-1,0],[-1,-6],[-1,0],[-1,-3],[0,-1],[0,-3],[0,3],[0,4],[0,3],[0,2],[-1,1],[0,-1],[0,-2],[-1,-4],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,-1],[-1,2],[-1,0],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[0,-2],[-1,0],[-1,0],[-1,-2],[0,-1],[0,-2],[-1,5],[0,3],[0,8],[-1,11],[0,6],[0,2],[0,2],[0,3],[1,1],[0,-2],[-1,-6],[0,-5],[1,-8],[0,-10],[1,-3],[0,-2],[1,1],[0,2],[0,19],[0,2],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,4],[0,5],[-1,4],[0,1],[-1,3],[0,2],[-1,2],[0,-1],[-1,1],[0,2],[-1,5],[-1,5],[0,3],[-1,3],[0,2],[-1,1],[0,1],[-2,4],[-1,4],[0,3],[-1,4],[-1,4],[-2,7],[-1,5],[-2,6],[-3,6],[-3,8],[-2,4],[-2,2],[-1,1],[-1,0],[-1,0],[0,1],[-1,-1],[-1,1],[-3,2],[-3,-1],[-1,-1],[-2,-1],[-1,-2],[-1,0],[-6,-8],[-2,-1],[-1,-1],[-1,0],[0,1],[-1,-1],[-1,-1],[-2,-3],[-2,-3]],[[1897,4402],[-10,0],[-3,0],[-10,-1],[-1,0],[-5,0],[-2,0],[-2,1],[-1,0],[-3,0],[-2,0],[-5,0],[-2,0],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,0],[-11,0],[-1,-1],[-10,0],[-3,-1],[-4,1]],[[1814,4400],[0,1],[-1,-1],[0,1],[-1,0],[-5,0],[-6,0],[-3,0],[-4,1],[-5,0],[-3,-1],[-26,0],[-1,0],[-1,0],[-3,0],[-9,0],[-1,0],[-2,0],[-1,0],[-11,1]],[[1731,4402],[0,154],[0,41],[0,106],[0,3],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,6],[0,2],[0,1],[0,1],[0,4],[0,2],[0,3],[0,14],[0,11],[1,2],[0,1],[0,8],[1,13],[0,22],[1,9],[0,2],[0,2],[0,1],[-2,12],[0,1],[-1,1],[-1,-1],[-3,2],[-1,3],[0,3],[0,1],[0,1],[0,1],[0,1],[0,4],[0,1],[-1,25],[1,4],[1,8],[0,1],[0,2],[1,15],[1,8],[1,12],[0,3],[0,1],[1,1],[2,7],[1,9],[1,9],[1,9],[0,1],[0,2],[-1,2],[0,4],[1,7],[1,12],[2,12],[0,11],[1,10],[0,3],[0,10],[4,34],[2,15],[0,5],[0,2],[0,3],[0,4],[-1,3],[-1,3],[0,2],[0,4],[0,4],[0,3],[-1,5],[-1,1],[-5,12],[0,2],[-2,9],[0,3],[0,4],[-1,11]],[[1734,5164],[-1,12],[0,19],[-1,16],[0,10],[-2,9],[0,5],[0,2],[0,9],[0,7],[0,1],[0,14],[0,52],[0,2],[0,57],[0,6],[0,5],[0,4],[0,4],[0,7],[0,16],[0,4],[0,6],[0,3],[0,4],[0,5],[0,3],[0,9],[0,1],[0,1],[0,5],[0,22],[0,1],[0,5],[0,3],[0,4],[0,3],[0,1],[0,41],[0,13],[0,7],[0,17],[0,1],[0,1],[0,36],[0,9],[0,1],[0,1],[0,36],[0,2],[0,41],[0,29]],[[1730,5736],[8,0],[0,1],[20,0]],[[2148,4021],[4,0],[2,0],[1,0],[5,0],[2,0],[3,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[3,0],[5,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[4,0],[1,0],[1,0],[5,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[2,0],[4,0],[2,0],[1,0],[3,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[6,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[7,0],[2,0],[1,0],[1,0],[1,0],[3,0],[1,0],[2,0],[2,0],[1,0],[3,0],[1,0],[2,0],[5,0],[0,-1],[1,0],[0,1],[1,-1],[1,0],[1,0],[5,0],[2,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[2,0],[2,0],[12,0],[1,0],[1,0]],[[2336,4020],[0,-1],[0,-2],[3,-16],[1,-4],[1,-2],[1,-1],[1,1],[0,1],[0,1],[0,2],[1,2],[1,0],[1,-1],[0,-1],[1,-15],[0,-9],[0,-7],[-1,0],[-2,-9],[0,-1],[-2,-11],[-1,-8],[0,-3],[0,-1],[0,-2],[0,-2],[4,-22],[1,-3],[1,-6],[0,-3],[0,-1],[0,-5],[0,-4],[2,-14],[1,-5],[1,-5],[1,-1],[0,1],[3,-3],[1,-1],[0,-3],[-1,-5],[0,-4],[0,-2],[0,-3],[0,-4],[0,-19],[0,-1],[0,-11],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-6],[0,-10],[0,-4],[0,-20],[0,-3],[0,-2],[0,-5],[0,-1],[0,-5],[0,-1],[0,-10],[0,-2],[0,-1],[0,-14],[0,-2],[0,-1],[0,-4],[0,-1],[0,-5],[0,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-4],[0,-6],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-4],[0,-1],[0,-3],[0,-15],[0,-1],[0,-1],[0,-4],[0,-9],[0,-4],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-3],[0,-1],[0,-1],[0,-2],[0,-4],[0,-1],[0,-4],[0,-17],[0,-1],[0,-6],[0,-1],[0,-1],[0,-1],[0,-4],[0,-3],[0,-5],[0,-1],[0,-7],[0,-1],[0,-2],[0,-5],[0,-1],[0,-8],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-2],[0,-3],[0,-6],[0,-5],[0,-1],[0,-2],[0,-16],[0,-2],[0,-4],[0,-4],[0,-1],[0,-1],[0,-3],[0,-6],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-4],[0,-3],[0,-6],[0,-2]],[[2872,3662],[0,1],[-1,-1],[0,-1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,8],[1,2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,1],[0,3],[0,1],[0,2],[0,1],[0,1],[0,1]],[[2872,3630],[0,6],[0,1],[0,5],[0,2],[0,1],[1,1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1]],[[2900,3725],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-5],[0,-1],[0,1],[-1,-3],[0,-7],[-1,-10],[0,-5],[0,-2],[0,-1],[-1,-9],[0,-1],[0,-5],[0,-1],[0,-3],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1]],[[2883,3630],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,1],[0,1],[0,1],[0,1],[0,2],[1,2],[-1,4],[1,5],[0,2],[0,3],[0,1],[0,1],[1,0],[0,-1],[0,2],[0,1],[1,2],[0,2],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,3],[0,3],[0,2],[1,2],[0,1],[0,3],[0,2],[-1,0],[0,-1],[-1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,3],[0,1],[0,4],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[2,3],[0,-1],[0,1],[1,0],[0,1],[0,3],[-1,1],[0,1],[0,1],[0,1],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,2],[0,3],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-2],[0,-1],[-1,2],[0,2],[0,1],[-1,1],[0,1],[-1,2],[1,3],[-1,2],[0,-1],[-1,0],[0,1],[0,-1],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,2],[-1,4],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,0],[0,1],[-1,1],[0,1],[0,4],[0,1],[0,-1],[1,1],[0,1],[0,2],[-1,1],[0,3],[0,1],[0,1],[0,2],[0,2],[-1,2],[0,2],[0,1],[0,2],[0,2],[-1,2],[0,1],[0,3],[0,1],[1,0],[0,1],[1,0],[1,4],[0,2],[0,1],[-1,0],[0,-2],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,-1],[0,-2],[0,-1],[1,0],[0,1],[0,1],[1,2],[0,-1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[-1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,0],[0,-1],[0,-1],[0,-2],[-1,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-2],[-1,-1],[0,1],[0,2],[0,3],[0,1],[0,4],[0,1],[0,2],[0,1],[0,4],[0,1],[0,1],[1,0],[0,2],[0,1],[0,3],[0,1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,3],[0,2],[0,3],[0,2],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,3],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,3],[0,1],[0,2],[0,1],[0,1],[0,4],[0,1],[1,1],[0,1],[0,1],[0,2],[0,3],[0,2],[1,1],[0,1],[-1,0],[1,1],[0,2],[0,2],[0,1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[0,2],[0,2],[0,1],[0,3],[0,2],[0,2],[0,2],[0,3],[0,2],[-1,3],[0,2],[0,2],[0,1],[0,1],[0,2],[0,1],[0,2],[1,2],[0,6],[0,3],[0,2],[0,1],[1,1],[0,2],[0,1],[0,1],[1,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,2],[0,1],[0,-1],[1,2],[0,2],[0,1],[0,1],[0,1],[0,1],[1,-1],[1,0],[1,0],[0,-1],[0,1],[0,1],[0,2],[-1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,-2],[0,1],[0,1],[0,2],[1,1],[0,2],[0,1],[0,4],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,-3],[0,-1],[-1,-1],[0,-3],[-1,-3],[0,1],[0,1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,3],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,2],[-1,0],[0,-2],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,2],[-1,0],[0,-1],[0,1],[0,1],[-1,2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-2],[0,1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-2],[1,-3],[0,-2],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-3],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-6],[0,-1],[0,-2],[0,-2],[0,-4],[0,-1],[1,-2],[0,-2],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-4],[1,-1],[0,-1],[0,-4],[0,-1],[-1,-2],[0,-1],[0,-3],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-4],[0,-4],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[-1,0],[0,-2],[0,-1],[0,-2],[0,-2],[0,-5],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[-1,2],[0,1],[-1,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[0,1],[-1,2],[0,1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[-1,4],[0,2],[0,2],[0,1],[0,2],[0,2],[-1,1],[0,2],[-1,2],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,1],[0,3],[0,4],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,1],[-1,2],[0,2],[-1,2],[0,1],[0,3],[0,1],[0,1],[-1,2],[0,2],[-1,1],[0,3],[0,4],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,3],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,2],[0,2],[0,1],[-1,2],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,3],[0,1],[0,5],[0,1],[1,1],[0,3],[0,1],[0,1],[0,1],[1,2],[0,1],[1,5],[0,1],[0,1],[0,-1],[1,1],[0,1],[0,1],[0,3]],[[2910,4279],[6,-21],[2,-6],[1,-2],[4,-12],[0,-1],[4,-10],[1,-5],[4,-11],[0,-1],[-1,-15],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-3],[-1,-11],[-1,-2],[0,-3],[0,-2],[0,-1],[0,-9]],[[2929,4156],[-1,0],[0,-3],[-1,-2],[0,-2],[0,-3],[0,-1],[0,-1],[-2,-1],[-1,1],[0,-1],[0,-2],[-1,-7],[0,-4],[0,-3],[-1,-2],[0,-1],[0,-4],[0,-5],[0,-2],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,1],[0,5],[0,4],[0,1],[0,1],[0,-1],[1,-6],[0,-6],[0,-7],[0,-4],[0,-10],[0,-3],[-1,-8],[0,-14],[-1,-8],[0,-4],[0,-1],[0,-3],[0,-15],[-1,-5],[0,-13],[0,-21],[0,-6],[0,-1],[-1,-1],[0,-3],[-1,-10],[-1,-12],[-1,-14],[-1,-1],[-1,-6],[0,-2],[0,-1],[-1,-1],[1,-2],[0,-1],[0,-1],[-1,-8],[-1,-6],[-1,-4],[0,-1],[0,-2],[0,-1],[-2,-3],[-1,-6],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[-1,-3],[-1,-4],[0,-2],[0,-3],[0,-3],[-2,-12],[0,-1],[1,-1],[0,-1],[-1,-5],[-1,-10],[-1,-4],[0,-2],[0,-1],[-1,-1],[0,-5],[-1,-3],[0,1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,12],[0,3],[0,3],[1,10],[0,2],[0,3],[1,6],[-1,3],[0,3],[-2,3],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,1],[-1,0],[0,-1],[0,-3],[0,-2],[-1,0],[0,4],[0,3],[0,3],[-1,2],[0,4],[-1,0],[0,2],[0,1],[0,1],[-1,3],[0,1],[-1,-1],[0,-2],[0,2],[0,2],[-1,4],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,3],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,2],[-1,7],[0,1],[-1,2],[0,1],[-1,0],[0,2],[0,2],[0,3],[1,1],[0,12],[0,1],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,2]],[[2886,3950],[1,5],[0,5]],[[2880,3105],[1,1],[0,1],[1,1],[0,1],[0,2],[1,-1],[0,1],[1,1],[0,2],[1,2],[0,1],[0,1],[0,-1],[1,1],[0,1],[1,3],[0,6],[0,3],[0,5],[0,5],[0,7],[1,5],[0,6],[0,3],[0,2],[0,3],[0,3],[0,2],[0,9],[0,5],[0,4],[-1,4],[0,3],[0,7],[0,2],[-1,8],[1,1],[0,-1],[0,-6],[1,-2],[0,-10],[1,-15],[0,-3],[-1,-6],[0,-14],[0,-16],[-1,-14],[0,-17],[-1,-1],[0,1],[-1,0],[-1,-1],[0,-1],[-1,-2],[-2,-4],[-1,-1],[0,-1],[-1,-1],[-1,-4],[-2,-6],[-1,-3],[0,-3],[-1,-2],[-1,-2],[0,-1],[0,1],[0,3],[1,1],[0,2],[0,2],[0,1],[0,1],[0,-1],[1,1],[1,3],[0,1],[0,2],[2,4],[1,1],[0,1],[0,1],[0,1],[1,1]],[[2883,3244],[0,-2],[0,-2],[0,-1],[0,1],[1,-5],[0,-5],[0,-2],[0,-6],[0,-1],[0,2],[-1,1],[0,1],[0,2],[0,4],[0,2],[0,2],[-1,0],[0,4],[0,1],[0,1],[-1,2],[0,2],[0,1],[1,0],[0,-1],[1,-1]],[[2877,3363],[0,-10],[1,-15],[1,-12],[0,-13],[1,-11],[0,-1],[0,-4],[1,-10],[0,-8],[1,-7],[1,-11],[2,-30],[1,-7],[0,-5],[1,-2],[-1,-1],[0,1],[0,2],[0,3],[-1,3],[0,3],[0,4],[-1,4],[0,4],[0,1],[0,2],[0,3],[-1,5],[0,2],[0,2],[-1,1],[-1,2],[0,2],[0,2],[0,2],[0,1],[0,1],[0,2],[0,2],[0,2],[-1,9],[0,2],[0,1],[0,3],[0,9],[0,3],[-1,2],[0,1],[0,2],[0,1],[0,2],[0,5],[-1,1],[0,1],[0,2],[0,4],[0,2],[0,2],[0,3],[0,1],[0,2],[0,1],[0,6],[-1,3],[0,1],[0,1],[0,3],[-1,4],[0,1],[0,-1],[0,1],[-1,1],[0,1],[-1,0],[-1,2],[0,-1],[0,-1],[0,-2],[0,-5],[0,-2],[0,-1],[1,-1],[1,-4],[0,1],[0,1],[1,0],[0,-7],[0,-1],[0,-3],[0,-1],[0,-2],[0,-7],[1,-5],[0,-1],[0,-1],[0,1],[0,-1],[0,-3],[0,-2],[0,-4],[0,-2],[1,-1],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[1,-1],[0,-5],[0,-6],[0,-2],[-1,4],[0,2],[-1,5],[0,2],[0,2],[0,1],[0,1],[-1,1],[-1,0],[-1,2],[-1,2],[0,1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-2],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,2],[-1,0],[0,-1],[0,-2],[-1,-1],[-2,-2],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[0,2],[0,3],[-1,1],[-1,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[1,-2],[-1,-2],[0,-2],[0,-1],[0,-3],[0,-1],[1,-2],[2,0],[0,1],[2,1],[0,1],[1,1],[0,1],[1,2],[1,3],[1,-1],[0,-2],[0,-2],[0,-3],[1,0],[1,0],[1,5],[2,3],[1,1],[2,0],[1,0],[1,-4],[0,-2],[0,-1],[0,-4],[0,-4],[0,-2],[1,0],[0,-1],[1,1],[0,3],[0,2],[1,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[1,2],[1,0],[1,0],[1,-3],[0,-1],[0,-2],[1,-2],[0,-1],[0,-2],[0,-3],[0,-5],[0,-1],[1,-4],[0,-2],[0,-3],[0,-2],[0,-4],[0,-3],[0,-1],[0,-1],[0,-5],[0,-5],[0,-1],[0,-2],[0,-1],[0,-4],[0,-3],[0,-3],[0,-2],[0,-1],[0,-3],[-1,-1],[0,-2],[0,-3],[-1,-1],[-1,0],[0,1],[-1,2],[0,-1],[-1,-2],[0,-3],[0,-2],[0,-2],[-1,0],[0,-1],[0,-1],[-1,-3],[0,-1],[1,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,1],[-1,1],[-1,3],[-1,0],[0,-1],[0,-1],[0,1],[-1,2],[-1,0],[0,-2],[-1,0],[0,2],[-1,-2],[0,1],[0,1],[-1,1],[0,3],[0,1],[0,-1],[-1,-1],[0,2],[-1,2],[-1,-1],[-1,0],[-1,-2],[0,-2],[0,-4],[1,-2],[0,-1],[1,0],[2,-2],[0,-1],[0,-4],[0,-3],[0,-3],[0,-4],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-2],[0,-4],[-1,-1],[1,-4],[0,-1],[-1,-4],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-3],[1,-1],[0,-2],[0,-3],[1,-1],[1,1],[0,1],[1,1],[1,1],[0,1],[0,3],[0,4],[0,3],[0,1],[1,0],[0,-3],[0,-2],[0,-3],[1,-6],[0,-3],[0,-2],[2,-1],[0,1],[0,2],[0,6],[-1,2],[0,1],[1,0],[1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[0,-3],[-1,-5],[0,-3],[-1,-3],[0,-2],[-1,1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-3],[0,-3],[0,-1],[1,0],[0,2],[0,1],[1,4],[1,3],[1,7],[1,6],[1,7],[1,5],[1,8],[1,3],[1,5],[0,1],[0,-2],[0,-1],[0,-1],[-1,-5],[-1,-8],[-3,-16],[-2,-10],[-2,-13],[-2,-14],[-1,-10],[-1,-9],[0,-5],[-1,6],[0,2],[0,3],[-1,3],[-1,2],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[-1,0],[-1,-1],[-3,-2],[-2,-2],[-1,-2],[-3,-4],[0,-1],[-1,-2],[-1,-3],[-1,-4],[-2,-10],[-4,-12],[-1,-3],[-1,-3],[-1,-4],[-1,-3],[-1,-8],[-1,-4],[-1,-4],[0,-5],[-1,-4],[-1,-5],[-1,-16],[-1,-4],[-1,-12],[0,-2],[-1,-18],[0,-5],[0,-3],[-1,-4],[0,-6],[0,-5],[0,-2],[-1,3],[0,1],[0,1],[-1,4],[-2,3],[-1,1],[-1,1],[-3,-1],[-3,-2],[-3,-7],[-1,-2]],[[2803,2848],[-3,17],[-2,10],[0,1],[-10,57],[-2,12],[0,1],[-1,6],[0,1],[-1,1],[-3,20],[0,1],[0,1],[-1,4],[-3,15],[0,1],[0,1],[0,1],[0,1],[-1,2],[-1,4],[-1,6],[0,1],[-2,11],[-1,7],[-2,0],[-1,0],[-4,0],[-3,0],[-1,1],[-1,0],[-6,0],[-2,1],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-3,0],[-1,0],[0,2],[0,21],[0,5],[-1,7],[-2,14],[-1,6],[-1,-3],[-2,-9],[0,4],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[0,7],[-1,1],[-4,1],[-1,0],[0,1],[-2,0],[-1,0],[-2,1],[-1,0],[-1,0],[-7,2],[-3,1],[-3,1],[-5,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-3,-7],[-1,-2],[-1,-1],[-1,-3],[-3,-4],[-2,-10],[0,1],[0,2],[-4,-5],[-3,-6],[-3,-5]],[[2803,2848],[-1,-1],[-1,-1],[-2,-5],[-1,-3],[-2,-6],[-1,-5],[-1,-7],[-2,-13],[-2,-12],[0,-2],[-1,-6],[0,-2],[-1,-7],[-1,-5],[-1,-11],[0,-4],[0,-6],[0,-3],[-1,-1],[0,-14],[0,-3],[0,-6],[0,-6],[-1,-2],[0,-2],[-1,-3],[0,-3],[-1,-3],[-1,-3],[0,-4],[0,-1],[-1,-3],[0,-8],[-1,-1],[-1,1],[0,1],[-1,-1],[-1,-1],[0,2],[0,4],[-1,0],[-1,-2],[0,-3],[0,-3],[-1,-3],[0,-1],[0,-4],[0,-1],[0,-2],[0,-2],[1,0],[0,1],[0,1],[0,-2],[0,-3],[-2,-4],[0,-3],[-1,-4],[-1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[-3,-5],[0,-2],[0,-2],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-7],[0,-2],[-1,-3],[-1,-5],[-1,-3],[0,-2],[0,-1],[-1,0],[-1,-1],[-1,-3],[-1,-2],[-1,-3],[0,-3],[0,1],[-1,1],[-1,-5],[-1,-3],[-1,-7],[-1,2],[0,1],[-1,-2],[0,-1],[0,-1],[-1,0],[0,1],[0,2],[0,2],[0,1],[-1,-1],[0,-1],[0,1],[0,-3],[0,-1],[0,-3],[0,-3],[0,-4],[1,0],[0,-3],[0,-2],[0,-2],[0,-3],[0,-4],[-1,-3],[0,-2],[0,-1],[-1,-4],[-1,-3],[-1,-2],[-1,0],[0,-3],[-1,-1],[0,-1],[-1,-6],[0,-3],[-1,-8],[-1,-4],[-1,-3],[-1,-2],[0,-1],[0,1],[-1,-2],[0,-4],[-1,-5],[0,-2],[0,-2]],[[1581,5529],[-1,0],[0,1],[0,3],[0,1],[0,2],[0,1],[0,2],[-1,5],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,2],[-1,2],[0,1],[-1,4],[0,1],[0,2],[0,2],[0,3],[0,1],[0,2],[0,4],[0,5],[0,3],[0,1],[-1,1],[-1,-1],[0,-1],[0,4],[0,1],[-1,3],[0,1],[-1,2],[0,1],[0,2],[0,6],[1,4],[0,5],[0,2],[1,7],[0,4],[1,5],[0,1],[0,-1],[0,-1],[1,1],[0,1],[0,1],[0,-1],[0,-1],[1,-1],[0,-6],[0,-2],[0,-1],[1,-1],[1,-4],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,0],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,-3],[0,-3],[1,-1],[1,0],[0,-2],[1,-5],[0,-3],[0,-2],[0,-2],[0,-5],[0,-1],[0,-2],[0,-1],[1,-4],[0,-5],[0,-1],[1,2],[0,3],[0,1],[-1,3],[1,0],[1,-5],[1,-3],[0,-2],[1,-1],[0,-1],[1,0],[0,-6],[0,-1],[0,-3],[0,-2],[0,-2],[0,-1],[0,-3],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[0,1]],[[1574,5658],[0,-3],[1,-2],[1,-2],[0,-1],[0,-3],[0,1],[-1,0],[0,-1],[-1,-1],[0,1],[0,1],[0,3],[0,6],[0,1]],[[1572,5662],[1,-2],[0,-2],[0,-4],[0,-4],[-1,-1],[0,2],[0,3],[-1,1],[0,2],[1,4],[0,1]],[[1573,5664],[0,1],[0,1],[1,-4],[-1,0],[0,1],[0,1]],[[1570,5661],[0,-2],[0,-2],[0,-1],[1,-3],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[0,-1],[0,-2],[0,-3],[-1,-1],[0,-1],[0,-5],[0,-1],[1,-1],[0,-3],[-1,-2],[0,1],[-1,-1],[-1,0],[0,3],[0,1],[-1,0],[0,2],[0,1],[0,1],[0,-1],[-1,-1],[-2,2],[0,2],[-1,1],[-1,3],[-1,2],[0,2],[0,3],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,2],[0,2],[1,1],[0,-1],[1,1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[1,-3],[0,-1],[1,0],[1,0],[0,2],[-1,0],[0,1],[0,1],[0,-1],[-1,3],[1,1],[-1,3],[0,-1],[0,2],[1,3],[0,1],[0,1],[0,2],[0,2],[1,1],[1,4],[0,2],[0,1],[0,1],[1,0],[1,0],[1,-3],[1,-3],[0,-1],[1,-3],[0,-2],[-1,-3],[-1,-3],[0,-1],[1,-2]],[[1559,5676],[0,-1],[1,-2],[1,-2],[0,-2],[0,-2],[-1,0],[-2,6],[0,3],[0,1],[1,-1]],[[1563,5683],[1,0],[0,1],[0,-1],[0,-5],[0,-2],[-1,-1],[0,2],[0,2],[-1,0],[1,4]],[[1583,5550],[1,-3],[-1,0],[0,1],[0,1],[0,1]],[[1563,5737],[1,-5],[-1,0],[-1,0],[0,2],[0,3],[1,0]],[[1573,5686],[0,-5],[1,-2],[0,-1],[1,-4],[0,-5],[-1,1],[-1,6],[0,6],[-1,1],[0,1],[0,1],[0,4],[0,-1],[1,-2]],[[1734,5164],[-9,0],[-7,0],[-1,0],[-2,0],[-11,1],[-4,0],[-3,0],[-1,0],[-1,0],[-2,0],[-3,0],[-2,0],[-1,0],[-1,0],[-1,0],[-9,-1],[-1,-4],[0,-1],[-2,-5],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,-1],[-2,-3],[-1,-1],[-2,-1],[-1,0],[-1,3],[-1,-1],[-1,-3],[-1,-9],[-3,-2],[-1,0],[-2,-2],[-3,-4],[-4,-8],[-1,-2],[-1,-7],[-6,-5],[-2,-1],[0,1],[-1,2],[-1,6],[-1,1],[-1,0],[0,-2],[-1,-1],[0,-3],[-3,-5],[-2,-3],[0,-2],[-2,-4],[-1,3],[-3,-1],[-1,-1],[-3,-3],[0,4],[0,4],[-3,5],[-1,1],[-1,-2],[-1,0],[0,1],[-1,1],[-2,4],[-3,-4],[-2,-2],[-1,0],[-2,3],[0,-1],[-1,-2],[-1,-4],[0,-2],[0,-1],[-1,-2],[-2,-4],[-3,-8],[-1,0],[-1,-1],[-1,-3],[-1,-3],[0,-1],[-1,0],[-1,1],[-1,4],[-1,2],[-3,1],[-4,5],[-1,2],[-2,5],[0,2],[-1,5],[1,3],[0,6],[0,1],[0,5],[0,4],[-1,5],[0,3],[0,5],[0,3],[-1,18],[-2,19],[0,4],[-6,20],[-1,0],[-2,-3],[-2,-5],[-2,0],[-2,7],[0,9],[0,4],[-1,3],[0,1],[-2,-2]],[[1549,5214],[0,1],[-1,-1],[-1,0],[-1,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,-3],[-1,1],[0,1],[-2,-9],[-1,1],[0,1],[-1,5],[-1,3],[0,2],[0,1],[-1,1],[0,1],[-1,-2],[0,-2],[0,-2],[0,-2],[0,1],[-1,-3],[0,1],[0,1],[0,4],[0,2],[1,4],[0,11],[0,5],[0,16],[0,12],[-1,8],[0,6],[0,1],[1,1],[0,1],[0,-3],[0,-2],[0,-1],[1,-5],[0,-1],[0,-4],[0,-6],[-1,-7],[1,-6],[0,-1],[1,1],[-1,1],[1,4],[0,1],[0,1],[0,-1],[0,-1],[0,-3],[1,0],[1,6],[0,3],[0,1],[0,2],[0,3],[0,2],[0,1],[-1,1],[0,3],[0,1],[0,2],[-1,1],[0,5],[1,1],[0,1],[1,1],[-1,4],[1,1],[0,1],[1,3],[1,3],[0,1],[-1,1],[0,1],[-1,4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,2],[0,-1],[0,-1],[0,-2],[0,-2],[-1,0],[0,-1],[0,2],[-1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,5],[0,2],[-1,3],[0,5],[0,8],[-1,5],[1,1],[1,-2],[0,-1],[0,-5],[0,-1],[1,0],[0,1],[0,4],[0,1],[0,1],[1,1],[0,1],[1,2],[2,2],[1,2],[0,1],[0,3],[-1,1],[0,1],[-1,0],[0,-1],[0,1],[-1,2],[0,-1],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,3],[-2,2],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-6],[0,-3],[1,-6],[-1,0],[0,-2],[-1,-1],[0,3],[1,3],[0,7],[-1,14],[0,5],[0,6],[0,2],[0,2],[0,5],[-1,9],[0,13],[0,1],[-1,2],[-1,4],[0,3],[0,2],[-1,1],[0,2],[0,4],[0,5],[0,14],[-1,9],[0,2],[0,1],[0,6],[0,3],[0,1],[0,6],[-1,6],[0,5],[0,6],[-1,3],[0,1],[0,4],[-1,0],[0,1],[0,5],[0,4],[-1,1],[-1,3],[0,3],[0,2],[-1,3],[-1,0],[0,1],[0,1],[0,1],[-1,8],[0,1],[0,2],[0,2],[0,3],[-1,7],[0,4],[0,2],[0,1],[0,1],[0,2],[0,3],[0,1],[0,2],[0,3],[-1,7],[0,1],[0,1],[0,1],[1,3],[0,3],[0,2],[0,2],[0,3],[0,1],[0,1],[0,2],[0,1],[0,6],[1,0],[0,1],[0,2],[0,4],[0,2],[-1,2],[-1,3],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[0,1],[0,-2],[0,-1],[1,0],[0,-3],[1,-1],[0,-1],[3,-8],[0,-2],[1,-1],[0,1],[1,-2],[1,-2],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[1,0],[0,-2],[1,-1],[1,-4],[1,-1],[0,-1],[0,-3],[1,-1],[0,-1],[1,-2],[2,-3],[1,0],[1,-1],[1,0],[0,-1],[1,1],[1,-1],[1,2],[1,0],[0,-1],[0,1],[1,1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[1,0],[0,1],[1,2],[0,-1],[1,-2],[0,-1],[1,0],[0,2],[1,0],[0,-3],[0,-2],[1,0],[1,0],[1,-1],[0,1],[1,1],[0,-1],[1,0],[1,0],[0,2],[1,3],[1,4],[0,2],[0,1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-4],[0,-1],[1,-4],[0,-4],[1,1],[0,1],[1,1],[1,1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[2,-2],[0,1],[0,2],[0,2],[-1,5],[1,2],[1,4],[1,2],[1,0],[0,-5],[-1,-2],[0,-2],[0,-1],[1,-7],[0,-1],[0,-1],[0,1],[0,1],[0,3],[0,1],[1,3],[0,1],[1,1],[0,-1],[0,-2],[0,-8],[0,-1],[0,-1],[0,-3],[0,-2],[0,2],[-1,0],[0,-2],[0,-4],[0,-2],[1,0],[0,-1],[0,-2],[0,-3],[0,-1],[1,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,1],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-4],[-1,-2],[0,-5],[0,-3],[0,-3],[0,-1],[1,0],[0,2],[0,2],[0,2],[1,2],[0,3],[0,1],[1,4],[1,3],[0,2],[0,2],[1,0],[0,3],[0,5],[0,2],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-2],[1,-5],[0,-3],[0,-6],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[0,-2],[1,-4],[0,-1],[0,-2],[0,-1],[-1,0],[-1,1],[0,-1],[0,-6],[0,-1],[1,0],[0,-2],[0,-2],[0,-3],[0,-4],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-2],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[1,-2],[0,-1],[1,1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-4],[0,-2],[0,-7],[0,-2],[0,-1],[1,-1],[1,-2],[-1,0],[0,-1],[-1,-3],[0,-2],[-1,-2],[0,-1],[0,1],[-1,-2],[0,-1],[0,1],[-1,1],[0,1],[0,3],[0,-3],[-1,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[2,-8],[1,-2],[0,1],[0,2],[1,1],[-1,1],[0,1],[0,2],[0,2],[2,3],[1,1],[0,2],[0,8],[0,2],[0,1],[-1,1],[0,5],[0,2],[-1,0],[1,2],[0,3],[0,1],[0,1],[-1,3],[0,2],[0,2],[0,5],[0,4],[-1,1],[1,1],[0,3],[1,-2],[0,-1],[0,1],[0,1],[1,1],[-1,2],[0,3],[-1,2],[0,-1],[0,1],[-1,1],[0,4],[1,4],[0,2],[0,2],[0,1],[1,2],[0,2],[-1,4],[0,2],[0,2],[0,1],[0,1],[0,4],[0,1],[1,6],[0,1],[1,1],[0,1],[0,3],[0,1],[0,1],[0,3],[0,3],[0,2],[0,1],[0,2],[0,2],[1,2],[1,0],[1,2],[0,1],[0,2],[0,4],[0,1],[0,1],[0,3],[-2,3],[0,5],[-1,2],[0,2],[-1,0],[0,5],[0,1],[0,3],[0,2],[0,2],[0,2],[0,3],[0,1],[-1,2],[0,2],[0,2],[0,1],[-1,0],[0,1],[-1,-1],[0,-1],[1,-2],[0,-1],[-1,-3],[0,-1],[0,-3],[0,-1],[1,-7],[1,-4],[0,-4],[1,-5],[0,-1],[0,-1],[0,1],[-1,1],[0,1],[0,2],[0,1],[-1,3],[-1,3],[0,3],[0,-1],[-1,-1],[0,2],[-1,6],[0,4],[0,5],[0,2],[0,4],[0,1],[1,2],[0,-1],[1,0],[0,1],[0,2],[2,-3],[0,1],[0,2],[1,4],[0,1],[-1,1],[0,1],[0,4],[-1,2],[-1,4],[0,1],[-1,0],[-1,4],[0,3],[0,1],[-1,4],[1,3],[-1,1],[0,-1],[0,-2],[-1,-3],[-1,-1],[-1,1],[0,2],[0,3],[0,1],[0,-1],[1,2],[0,4],[0,1],[-1,0],[0,-3],[0,-1],[-1,1],[0,3],[0,4],[1,2],[0,-1],[2,3],[0,-1],[1,-1],[1,-2],[0,-6],[1,0],[0,-1],[1,2],[0,1],[0,1],[0,2],[0,3],[0,2],[0,2],[-1,5],[0,2],[-1,0],[0,1],[0,1],[1,0],[0,-2],[1,-1],[0,-1],[1,3],[0,2],[0,3],[0,5],[-1,0],[-1,3],[0,1],[0,1],[0,1],[0,3],[0,8],[0,1],[0,1],[0,2],[0,3],[0,1],[-1,2],[0,2],[-1,0],[-1,-1],[0,-2],[0,-3],[-1,-2],[1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[-1,1],[0,2],[-1,5],[0,3],[1,1],[0,3],[0,2],[0,1],[-1,3],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,5],[0,3],[0,2],[0,1],[-2,7],[0,1],[1,4],[0,2],[0,1],[0,2],[0,1],[-1,-2],[-1,1],[0,1],[0,2],[1,4],[0,3],[1,0],[0,1],[0,1],[10,0],[8,0],[10,-1],[17,1],[8,0],[32,0],[7,0],[1,0],[8,0],[8,0],[18,0],[21,0],[5,0],[0,-1],[6,0]],[[2972,4540],[-11,2],[-2,1],[-2,0],[-1,0],[-3,0],[-3,1]],[[2950,4544],[-1,0],[0,11],[0,6],[0,20],[0,1],[1,16],[0,36],[0,18],[0,8],[0,2],[0,1],[0,28],[0,3],[0,1],[-1,17],[-2,-1],[0,-2],[-1,-8],[-1,3],[0,1],[0,11],[1,5],[0,2],[1,10],[0,3],[0,3],[0,3],[0,5],[-1,4],[0,14],[0,5],[0,3],[0,13],[0,2],[-1,3],[0,1],[0,6],[1,14],[0,7],[1,7],[1,4],[0,4],[0,23],[1,8],[0,2],[0,7],[0,4],[-1,9],[-1,2],[0,1],[0,3],[-1,8],[1,16],[1,15],[-1,9],[0,17],[0,15],[1,3]],[[2948,4976],[4,0],[3,1],[2,0],[4,0],[5,0],[3,-1],[6,-1],[7,0],[6,1],[3,0],[8,0]],[[2999,4976],[1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-7],[1,-7],[0,-1],[-2,-18],[-2,-11],[0,-1],[0,-4],[1,-6],[1,-13],[1,-8],[-1,-15],[-1,-4],[-2,-11],[-1,-3],[-1,-2],[0,1],[-1,0],[0,-2],[-1,-3],[0,-3],[-1,-1],[-4,-7],[0,-1],[-2,-6],[0,-2],[0,-1],[0,-16],[0,-4],[1,-2],[-1,-9],[-1,-14],[0,-9],[0,-3],[0,-1],[0,-2],[0,-1],[0,-6],[-2,-7],[0,-10],[0,-5],[-1,-6],[0,-1],[-1,-4],[0,-3],[-1,0],[-1,-6],[0,-13],[0,-3],[0,-3],[-2,-15],[0,-4],[0,-6],[0,-8],[0,-7],[0,-6],[0,-4],[0,-4],[-1,-16],[0,-4],[-1,-10],[1,-5],[0,-3],[0,-1],[0,-20],[-4,-27],[0,-2],[1,-9],[1,-5],[0,-2],[1,-2],[0,-6],[0,-1]],[[1813,3448],[0,17],[0,1],[0,36],[0,2],[0,15],[0,23],[0,2],[0,3],[0,17],[0,26],[0,1],[0,1],[1,11],[-1,36],[0,28],[0,49],[0,27],[0,5],[0,20],[1,165],[0,69],[0,41],[0,72],[0,2],[0,42],[0,6],[0,46],[0,141],[0,21],[0,27]],[[2444,4092],[-2,2],[0,1],[-1,4],[-3,18],[0,1],[0,4],[0,1],[-2,9],[0,2],[-1,3],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-4,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-4,-1],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[-1,0],[-2,0],[-2,0],[-3,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-2,0]],[[2323,4132],[0,1],[0,1],[0,1],[0,9],[-1,2],[0,1],[-1,1],[0,1],[-1,8],[-1,3],[0,2],[1,1],[0,2],[0,1],[0,4],[1,17],[0,5],[0,14],[0,2],[-1,3],[0,8],[0,2],[0,21],[0,1],[-1,3],[-1,1],[0,1],[0,2],[0,1],[1,12],[0,9],[-1,0],[0,2],[0,2],[0,1],[0,1],[0,8],[0,8],[-1,14],[-1,3],[-1,1],[0,-4],[-1,4],[0,2],[-1,14],[0,2],[1,3],[0,1],[0,1],[0,2],[-1,4],[1,3],[0,3],[1,15],[0,1],[-1,1],[0,1],[0,1],[-1,3],[-1,7],[0,1],[0,6],[0,1],[0,1],[0,1],[1,1],[0,8],[0,1],[-3,11],[-1,2],[0,2],[0,5],[-1,11],[-1,6],[0,1],[-1,8],[0,1],[1,0],[0,3],[0,4],[0,5],[-1,7],[0,2],[-1,2],[0,1],[0,2],[0,9],[0,1],[1,5],[0,3],[0,3],[0,2],[-1,2],[0,1],[-1,0]],[[2304,4495],[-1,2],[0,2],[0,1],[0,2],[0,2],[0,4],[0,1],[-1,13],[-1,6],[-1,4],[0,3],[-1,-1],[0,2],[0,6],[0,6],[0,1],[1,11],[1,0],[0,1],[0,1],[0,3],[1,10],[0,7],[0,5],[0,11],[1,6],[1,4],[0,6],[0,1],[-1,20],[-2,0],[-1,5],[0,3],[0,2],[0,4],[1,-1],[1,2],[0,2],[0,12],[0,2],[0,2],[-1,0],[0,2],[-1,5],[0,3],[0,2],[0,2],[0,3],[0,3],[4,0]],[[2496,3353],[0,5],[-1,3],[0,2],[1,2],[0,3],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-4],[0,-3]],[[2500,3353],[0,7],[1,7],[0,8],[0,2],[1,1],[1,-2],[0,-5],[1,-5],[0,-1],[1,1],[0,2],[1,4],[0,3],[0,2],[0,3],[0,2],[1,4],[-1,8],[0,2],[0,3],[0,2],[1,1],[1,-1],[0,6],[-2,6],[0,4],[1,2],[2,19],[-1,7]],[[2628,3850],[1,2],[0,4],[1,2],[0,-1],[1,-1],[0,-7],[1,0],[1,-5],[1,0],[2,3],[1,1],[0,1],[2,-1],[3,-13],[0,-1],[0,-1],[0,-2],[2,-22],[0,-2],[0,-1],[0,-4],[0,-5],[0,-2],[1,-2],[0,-1],[4,-6],[2,3],[1,0],[0,-1],[1,-3],[1,-1],[1,-1],[0,-1],[2,-14],[0,-3],[0,-1],[0,-1],[2,-3],[1,-1],[0,1],[1,2],[0,5],[0,1],[0,1],[1,2],[2,2],[4,-8],[1,-4],[0,-1],[1,-2],[1,-4],[3,3],[1,1],[0,1],[0,2],[3,16],[0,1],[1,-1],[0,1],[1,3],[1,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-6],[1,-13],[0,-3],[0,-1],[0,-3],[1,0],[0,-2],[2,0],[0,-1],[1,-3],[0,-1],[1,-6],[2,-16]],[[3060,4740],[0,-1],[0,-2],[-1,0],[1,1],[0,2]],[[3057,4769],[0,-1],[0,-1],[-1,-1],[0,1],[0,6],[1,0],[0,-2],[0,-2]],[[3107,4882],[0,1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-3],[-1,-3],[0,-1],[0,2],[-1,8],[0,1],[0,2]],[[3037,4735],[1,2],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-3],[0,2],[0,2],[0,3],[0,1]],[[3036,4719],[-1,-4],[0,-2],[0,2],[0,4],[0,2],[1,0],[0,-2]],[[3036,4724],[0,1],[1,1],[-1,-4],[0,-1],[0,2],[0,1]],[[3038,4726],[0,-2],[0,1],[-1,-2],[0,1],[1,3],[0,1],[0,-2],[0,-1],[0,1]],[[3072,4757],[0,-3],[0,-2],[0,-3],[-1,0],[0,2],[0,2],[0,1],[0,4],[1,1],[0,-2]],[[3067,4784],[-1,-6],[0,1],[1,7],[0,-2]],[[3079,4785],[0,2],[-1,-1],[0,-1],[0,-1],[0,2],[0,1],[0,1],[0,3],[0,3],[0,4],[1,2],[0,1],[0,1],[0,-1],[1,-1],[0,-3],[0,-2],[0,-1],[-1,-6],[0,-2],[0,-1]],[[3074,4793],[0,-3],[0,-1],[-1,0],[-1,-1],[0,1],[-1,7],[0,2],[0,1],[0,4],[0,1],[-1,0],[0,1],[0,3],[1,3],[1,2],[0,2],[1,3],[0,1],[1,-2],[-1,0],[0,-1],[1,-2],[0,-3],[1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-4],[1,-2],[0,-1],[0,-2],[0,-2],[-1,-1]],[[3070,4837],[1,5],[0,5],[0,6],[0,2],[1,2],[0,-1],[0,-3],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-3],[1,-3],[-1,-4],[0,-1],[0,-7],[0,-1],[-1,-3],[0,1],[0,4],[-1,1],[0,2],[1,2],[0,2]],[[3082,4807],[1,-2],[0,-1],[-1,-2],[0,1],[0,2],[0,2]],[[3086,4807],[1,0],[0,-3],[0,-2],[-1,0],[0,2],[0,1],[0,2]],[[3084,4819],[1,0],[0,-2],[1,-4],[-1,-3],[-1,-4],[0,-1],[0,2],[0,2],[0,2],[-1,0],[-1,1],[0,2],[1,0],[0,4],[1,1]],[[3077,4836],[1,0],[0,-2],[1,-2],[0,-2],[0,-3],[0,-4],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-5],[0,-1],[0,-3],[-1,0],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,3],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,0],[0,1],[0,3],[0,2],[0,1],[0,2]],[[3086,4821],[1,2],[0,-1],[1,-1],[-1,0],[0,-1],[0,-4],[0,-1],[-1,3],[0,2],[0,1]],[[3083,4825],[1,-1],[0,-2],[0,-1],[-1,1],[0,1],[0,3],[0,1],[0,-1],[0,-1]],[[3074,4828],[1,-2],[0,-2],[0,-2],[-1,0],[0,1],[0,1],[-1,0],[0,2],[0,2],[0,1],[1,-1]],[[3090,4834],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,3],[0,1],[0,-1],[1,1],[0,1]],[[3082,4854],[1,-10],[0,-1],[-1,2],[0,2],[0,2],[0,2],[0,2],[0,3],[0,1],[0,-1],[0,-2]],[[3021,4604],[-1,4],[-1,3],[-1,5],[0,1],[-1,3],[1,7],[0,1],[0,9],[0,1],[-1,1],[0,1],[0,3],[-2,8],[0,2],[0,2],[-1,1],[0,2],[-1,6],[0,3],[0,4],[1,12],[0,7],[0,4],[0,1],[0,1],[0,-1],[0,3],[0,3],[-1,20],[0,2],[0,3],[0,2],[0,1],[0,14],[0,18],[0,6],[0,34],[0,31],[0,5],[-1,11],[0,51],[0,28],[-1,51],[0,38],[-1,16]],[[3010,5032],[2,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,-5],[0,-3],[0,-5],[1,-5],[0,-1],[1,-2],[0,1],[0,1],[0,4],[1,13],[0,10],[0,2],[0,2],[0,5],[1,1],[1,-1],[0,-1],[0,-2],[0,-2],[1,-2],[1,-2],[1,1],[0,4],[0,4],[0,3],[-1,1],[0,1],[-1,7],[-1,4],[1,1],[0,3],[1,4],[-1,2],[1,5],[3,13],[0,1],[3,8],[2,10],[-1,3],[0,4],[1,2],[0,1],[0,2],[0,3],[1,3],[1,2],[1,2],[0,3],[1,3],[0,8],[0,2],[-1,1],[-1,2],[0,9],[0,9],[1,5],[0,1],[1,2],[0,8],[-1,5],[0,2],[-1,1],[3,27],[0,3],[1,2],[1,2],[2,9],[1,30],[1,23],[5,34],[7,48],[9,64],[2,-2],[3,-3],[0,-1],[1,-4],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-23],[0,-2],[1,-1],[1,-4],[1,-3],[1,-1],[0,-4],[2,3],[3,9],[4,9],[3,2],[3,11],[1,1],[1,0],[2,-1],[0,-1],[2,-7],[6,-22],[0,-3],[0,-3],[1,-9],[2,-5],[0,-2],[1,-3],[0,-1],[0,-57],[0,-1],[0,-91],[0,-64],[1,-8],[0,-14],[0,-2],[-1,-1],[0,-2],[0,-2],[-1,-19],[1,-3],[1,-2],[3,-10],[3,-4],[1,-1],[1,1],[0,1],[0,1],[1,0],[0,-5],[0,-1],[0,-4],[0,-9],[0,1],[-1,0],[-1,-4],[1,-12],[0,-1],[1,-5],[0,-3],[0,-7],[-1,-8],[0,-1],[0,-1],[0,-2],[0,-7],[2,-15],[1,-6],[1,-1],[1,3],[0,4],[0,5],[1,0],[3,-5],[1,-6],[0,-4],[1,-8],[-1,-1],[0,-1],[0,-3],[1,-3],[0,-2],[0,-2],[0,-1],[1,-3],[0,-8],[0,-1],[1,-4],[1,-1],[0,-2],[0,-1],[-1,-3],[1,-3],[0,-2],[-1,-1],[0,-1],[1,-4],[0,-1],[1,0],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-4],[-1,0],[0,-1],[0,1],[-1,0],[0,-2],[0,-3],[0,-1],[0,1],[-1,-1],[0,-4],[0,-4],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-2],[-1,0],[0,2],[0,1],[1,0],[0,4],[0,3],[0,1],[0,1],[0,6],[0,1],[0,2],[-1,-2],[-1,0],[0,-3],[0,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[-1,2],[0,-3],[0,-2],[0,-2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,4],[-1,2],[0,2],[0,-1],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[-1,-11],[0,-1],[1,-3],[-1,-2],[-2,-1],[0,2],[0,1],[-1,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[0,2],[0,3],[-1,4],[0,1],[0,-1],[-1,-2],[0,-3],[0,1],[0,1],[0,1],[0,2],[-1,2],[0,1],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-5],[1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-5],[0,-1],[0,-1],[0,1],[0,2],[0,-2],[-1,-3],[0,-3],[0,5],[0,2],[0,1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,1],[-1,0],[0,-3],[0,-2],[-1,2],[0,2],[0,-2],[0,-2],[-1,-5],[0,-1],[0,-1],[0,-1],[0,-3],[-1,1],[0,2],[0,5],[0,1],[0,-1],[-1,3],[0,3],[0,3],[0,2],[0,3],[0,3],[0,1],[0,2],[-1,1],[0,-1],[0,-1],[-1,0],[0,1],[0,2],[-1,1],[0,-1],[0,-1],[0,-3],[0,-1],[0,2],[-1,2],[0,-2],[0,-2],[0,-2],[-1,0],[0,-2],[0,-1],[1,1],[0,-1],[1,-1],[0,-2],[-1,0],[0,-1],[1,-4],[1,0],[0,-1],[0,-4],[0,-4],[1,-3],[-1,-4],[-1,-4],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-4],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,4],[0,2],[-1,2],[0,1],[0,3],[1,2],[0,1],[0,1],[0,4],[0,1],[0,2],[0,1],[1,3],[0,-1],[0,1],[0,2],[0,4],[0,1],[-1,0],[0,-2],[0,-4],[-1,0],[0,1],[0,4],[0,3],[0,2],[0,-1],[-1,-2],[1,-4],[-1,-3],[0,-1],[1,-1],[0,-2],[-1,0],[0,2],[0,2],[0,1],[0,6],[0,-1],[-1,-3],[0,-3],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[0,-2],[1,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,4],[-1,1],[0,1],[0,1],[-2,2],[-1,4],[0,2],[-1,0],[0,-1],[0,-1],[-1,-2],[-1,1],[0,4],[0,3],[1,0],[0,2],[0,3],[-1,6],[1,4],[0,1],[0,5],[1,2],[-1,0],[0,-1],[-1,-1],[-1,-3],[0,-3],[0,2],[-1,1],[1,0],[-1,1],[-1,-2],[0,-2],[-1,-1],[0,-2],[0,-3],[0,-2],[0,-1],[1,-1],[0,-4],[0,-6],[0,-2],[-1,-3],[-1,-1],[0,-4],[0,-3],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-4],[0,-1],[0,-3],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-3],[0,-2],[0,-2],[0,1],[1,1],[1,-3],[-1,-3],[0,1],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-4],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,2],[0,2],[0,3],[-1,0],[0,-3],[0,1],[0,2],[0,1],[0,1],[-1,1],[-1,-2],[-1,2],[0,1],[0,-4],[-1,1],[0,1],[0,-1],[0,-4],[0,-7],[-1,-5],[0,-2],[-1,-6],[0,-1],[0,1],[0,1],[0,5],[0,1],[-1,1],[0,-1],[0,-2],[0,-4],[-1,0],[0,-4],[0,-1],[0,2],[0,1],[0,4],[0,1],[-1,-2],[0,-2],[0,-1],[0,-1],[0,2],[0,1],[0,1],[-1,-2],[0,-4],[0,-2],[0,-3],[-1,5],[0,1],[0,1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-5],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-4],[0,-3],[0,3],[0,2],[0,2],[-1,0],[0,3],[0,3],[0,1],[-1,-1],[0,1],[-1,-3],[0,1],[-1,-3],[0,-2],[0,-3],[0,-2],[-1,0],[1,2],[0,1],[0,2],[-2,-1],[1,1],[0,3],[0,2],[1,4],[0,2],[0,1],[0,1],[-1,0],[0,2],[0,1],[0,1],[0,2],[1,1],[0,1],[-1,1],[0,-2],[-1,-4],[0,-1],[0,-2],[0,2],[-1,0],[0,-2],[-1,-4],[-1,-2],[0,-1],[0,-3],[0,1],[0,2],[0,1],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-4],[0,-1],[0,-2],[-1,-1],[0,1],[0,-4],[0,-2],[0,-1],[0,-1],[0,-1],[0,-4],[1,-2],[0,-6],[0,-1],[0,-1],[0,-4],[0,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,2],[-1,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-4],[0,-2],[0,-2],[0,-3],[0,-1],[0,-2],[1,-2],[0,-1],[-1,-1],[0,-3],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-4],[0,-2],[0,-1],[-1,1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-8],[0,-4],[0,-2],[1,-3],[0,-1],[-1,-4],[-1,-6],[0,-7],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-3],[0,-1],[-1,-2]],[[3018,4323],[0,-1],[0,1],[-1,2],[0,1],[0,1],[1,-1],[0,-1],[0,-2]],[[3024,4301],[1,-1],[0,1],[0,-1],[0,-3],[0,-1],[0,-3],[0,-1],[0,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,1],[0,2],[0,2],[1,1],[0,1],[0,-4],[0,-3],[0,-6],[0,-1],[-1,0],[-1,1],[-2,0],[-3,-2],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,3],[0,2],[-1,4],[0,1],[1,1],[0,-1],[1,-1],[0,1],[1,9],[1,2],[0,1],[0,3],[1,2],[1,4],[1,4],[0,-2]],[[3038,4268],[1,2],[0,2],[1,4],[0,4],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,-1],[0,-4],[2,-17],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,1],[-1,1],[0,-1],[-1,0],[-1,3],[-2,5],[0,1],[-1,1],[0,1],[0,2],[1,-1],[0,-2],[0,-1],[1,0],[0,1],[2,0],[1,1]],[[2943,4411],[0,7],[3,51],[1,30],[2,23],[1,22]],[[2972,4540],[1,0],[4,-1],[5,-1],[1,0],[4,-1],[1,0],[2,0],[1,0],[4,-1],[3,0],[7,-1],[1,7],[0,1],[1,0],[1,-1],[0,10],[0,4],[1,1],[1,3],[1,3],[1,2],[1,2],[2,3],[0,1],[1,-1],[1,-4],[1,2]],[[3018,4568],[0,-4],[0,-13],[1,-7],[0,-7],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-3],[0,-1],[1,-2],[1,0],[0,2],[0,3],[1,2],[0,1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,1],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-6],[-1,-3],[0,-1],[0,1],[0,1],[0,1],[0,-1],[-1,-2],[-1,-1],[0,1],[0,-2],[-2,-1],[0,-2],[-1,0],[-1,-1],[0,-1],[1,-4],[0,-3],[0,-3],[-1,-2],[0,-2],[0,-1],[-1,1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,4],[0,3],[0,1],[0,-2],[0,-1],[-1,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-4],[0,-2],[0,-1],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[0,-2],[-1,0],[0,-2],[0,-2],[1,-2],[0,-1],[0,-2],[0,-1],[0,-3],[1,0],[0,1],[0,-1],[1,-1],[0,1],[1,3],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,-2],[0,-3],[1,-2],[0,-1],[1,-1],[1,-2],[0,-1],[0,-1],[1,-3],[0,-1],[0,-2],[1,-1],[0,-4],[0,-3],[0,-1],[1,-6],[0,-5],[1,-3],[0,-2],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-1],[0,-3],[0,-2],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-3],[1,-5],[1,0],[0,-2],[0,-1],[0,-1],[1,0],[0,2],[1,-4],[0,-2],[0,-1],[0,-1],[1,-3],[0,-6],[0,-4],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,-3],[1,-1],[2,-1],[1,0],[0,-1],[0,-1],[0,-2],[1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,6],[-1,7],[1,2],[0,1],[-1,0],[0,1],[0,3],[0,3],[-1,0],[0,-3],[0,-2],[0,-3],[0,-1],[0,-1],[0,1],[0,4],[0,7],[-1,9],[0,5],[0,2],[0,2],[0,2],[-1,2],[0,1],[-1,1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,2],[0,2],[-1,3],[0,1],[0,2],[0,1],[1,0],[1,0],[0,-1],[1,-1],[1,-3],[1,-3],[1,-4],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-5],[1,-7],[0,-13],[0,-7],[1,-13],[0,-8],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-5],[0,-4],[0,-5],[0,-2],[0,-1],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,2],[0,4],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-3],[0,-2],[-1,-2],[0,2],[0,1],[0,2],[-1,-1],[-1,1],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-1,-3],[-1,-2],[0,-3],[0,-1],[-1,-1],[0,-3],[-1,0],[-1,-1],[0,-3],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,3],[0,-1],[1,1],[1,4],[1,1],[0,1],[1,2],[0,1],[1,3],[0,2],[1,4],[1,4],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[-1,4],[0,1],[1,3],[0,2],[-1,1],[1,1],[0,1],[0,1],[0,4],[0,1],[-1,0],[1,2],[0,1],[0,2],[0,1],[0,1],[0,-1],[-1,0],[0,2],[-1,1],[0,1],[-1,0],[0,-2],[1,-2],[0,-4],[0,-1],[-1,0],[0,2],[0,-1],[-1,-3],[0,-2],[1,-1],[0,-1],[-1,-3],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,3],[-1,2],[0,2],[0,1],[0,1],[-1,-2],[0,-1],[0,-2],[1,-3],[-1,1],[0,2],[0,1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,1],[0,-1],[0,-1],[1,-1],[0,-5],[-1,0],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-2],[-1,1],[-1,1],[-1,-2]],[[3009,4306],[0,25],[0,1],[0,1],[0,4],[-1,1],[0,1],[-1,1]],[[3007,4340],[0,6]],[[3007,4346],[-1,8],[-2,5],[0,1],[-1,5],[0,5],[0,11],[0,1],[-1,0],[0,-1],[0,6],[0,8],[0,4],[0,6],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-5,-1]],[[2607,5119],[0,-1],[1,-1],[1,1],[0,-2],[0,-1],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-4],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-6],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,2],[-1,1],[0,2],[1,5],[0,1],[0,2],[0,1],[0,2],[0,5],[0,1],[0,2],[1,0],[0,2],[0,4],[0,3],[0,1],[0,1],[0,1]],[[2520,5568],[0,1],[0,1],[1,2],[1,3],[1,2],[1,2],[1,-2],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,-2],[0,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-3],[-1,-3],[-2,-5],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-9],[-2,-3],[-1,-3],[-1,0],[-1,-3],[-1,0],[-1,-2],[0,-2],[-1,-1],[-1,-3],[0,-2],[0,-2],[1,-1],[1,1],[0,-2],[-3,-4],[0,-2],[-1,-1],[-2,-3],[0,-2],[-1,-1],[-1,2],[0,2],[0,1],[-1,1],[0,1],[-1,2],[0,1],[0,3],[1,1],[0,1],[0,1],[0,1],[1,4],[3,7],[2,4],[1,2],[1,4],[1,0],[0,1],[0,1],[2,5],[1,-1],[0,2],[1,1],[0,2],[0,1],[0,2],[1,1],[1,2],[0,1]],[[2634,5130],[0,1],[0,2],[-1,2],[0,1],[0,2],[-1,0],[1,4],[0,1],[0,-1],[0,-1],[1,-3],[0,-2],[0,-5],[1,-1],[1,-2],[1,-1],[2,-3],[0,1],[0,1],[0,1],[0,1],[0,-2],[0,-3],[2,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[0,1],[-1,1],[-1,0],[0,1],[-1,2],[0,2],[0,1],[-1,5],[0,2],[-1,1],[0,1],[0,1],[0,1]],[[2592,4975],[0,-1],[-1,-1],[0,1],[0,2],[0,1],[0,4],[0,1],[1,1],[0,-1],[1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2]],[[2594,5004],[1,-1],[1,-3],[0,-3],[-1,-2],[0,-5],[0,-1],[1,-1],[0,-2],[-1,-2],[0,2],[-1,1],[0,3],[-1,2],[0,1],[0,1],[0,7],[0,2],[1,1]],[[2666,4351],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-3,-1],[-13,-2],[-1,0],[-2,-1],[-10,-1]],[[2572,4356],[1,2],[0,1],[0,2],[1,2],[0,2],[1,2],[0,3],[1,2],[1,5],[0,1],[0,2],[1,1],[0,1],[0,1],[0,3],[1,3],[0,1],[0,1],[0,7],[0,1],[0,3],[1,2],[0,1],[0,1],[0,2],[0,1],[1,7],[0,2],[0,4],[0,2],[1,1],[0,2],[0,1],[1,4],[0,1],[1,6],[0,1],[0,1],[0,2],[0,1],[1,4],[0,2],[1,11],[1,9],[0,7],[0,1],[0,2],[0,2],[1,4],[0,7],[0,11],[0,1],[0,4],[0,1],[0,1],[1,2],[0,2],[0,8],[0,2],[0,3],[0,6],[0,5],[0,8],[0,1],[0,3],[0,10],[0,5],[0,4],[0,7],[0,13],[-1,5],[0,7],[0,1],[0,2],[0,3],[-1,7],[0,3],[0,6],[-1,4],[0,2],[0,4],[-1,4],[0,1],[0,1],[0,1],[0,1],[-1,7],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,2],[0,6],[0,3],[0,1],[0,1],[-1,5],[0,3],[0,1],[0,1],[0,2],[0,4],[0,4],[0,1],[-1,0],[0,1],[0,6],[0,1],[0,1],[0,1],[-1,1],[0,4],[0,4],[0,1],[0,2],[0,2],[0,3],[0,3],[0,1],[0,2],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,3],[0,1],[1,4],[0,1],[0,1],[0,2],[0,5],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,6],[-1,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,2],[0,5],[0,1],[-1,5],[0,1],[0,3],[0,1],[0,1],[0,3],[0,2],[0,2],[0,1],[0,1],[1,3],[0,1],[0,1],[1,3],[0,1],[0,1],[1,5],[0,1],[0,3],[0,2],[1,4],[0,3],[0,1],[0,1],[0,3],[1,2],[0,3],[0,1],[0,1],[0,3],[1,1],[0,7],[1,11],[0,3],[0,3],[0,3],[0,3],[0,3],[0,1],[0,3],[0,3],[1,6],[0,3],[0,5],[-1,3],[0,8],[0,3],[0,4],[0,1],[0,1],[0,2],[2,2],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,4],[0,1],[0,1],[0,1],[0,6],[0,3],[0,2],[0,6],[0,4],[0,2],[0,2],[0,1],[1,1],[0,-2],[0,-1],[1,0],[0,1],[1,2],[0,2],[0,1],[0,1],[1,3],[0,2],[0,1],[1,-1],[0,-1],[0,-3],[1,-1],[1,1],[0,1],[1,6],[0,1],[0,3],[0,3],[1,1],[0,6],[1,2],[0,2],[1,3],[0,3],[0,2],[0,6],[2,7],[0,-1],[1,2],[0,2],[0,2],[1,0],[0,-4],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-4],[0,-3],[1,-8],[0,-2],[0,-3],[-1,-1],[0,-3],[0,-2],[-1,-1],[1,-3],[0,-3],[0,-9],[-1,-1],[0,-6],[0,-1],[0,-2],[0,-5],[0,-3],[0,-4],[0,-4],[0,-3],[0,-1],[0,-1],[1,0],[0,1],[0,2],[0,1],[1,4],[1,11],[0,1],[0,1],[0,3],[-1,0],[0,-1],[0,2],[0,1],[0,1],[1,2],[0,2],[0,1],[0,1],[0,4],[0,1],[0,1],[0,1],[1,3],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-6],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[1,4],[0,3],[0,3],[1,4],[0,12],[0,4],[0,6],[0,1],[1,3],[0,9],[-1,2],[0,3],[0,7],[0,2],[0,3],[0,6],[0,6],[1,3],[0,2],[1,2],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,4],[0,1],[1,0],[1,1],[1,0],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,4],[0,2],[0,1],[0,1],[0,1],[-2,2],[0,-1],[0,-1],[-1,3],[-1,1],[0,1],[0,2],[-1,4],[0,3],[0,3],[0,2],[0,1],[0,3],[0,2],[-1,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,3],[1,1],[0,4],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,1],[0,2],[0,2],[0,1],[0,1],[0,1],[1,-1],[0,1],[1,-2],[0,-2],[1,-2],[0,-1],[1,-2],[1,-4],[1,-2],[0,-1],[0,-1],[1,-2],[2,-7],[0,1],[1,1],[0,1],[0,-1],[1,-1],[1,1],[2,-2],[0,-1],[2,-2],[0,-2],[0,-1],[1,-3],[0,-4],[1,-2],[0,-2],[0,-1],[0,-3],[0,-3],[0,-2],[1,-2],[0,-1],[1,-2],[1,1],[0,1],[0,-1],[1,-1],[0,1],[1,0],[1,-2],[1,-3],[1,-4],[0,-2],[1,-3],[1,-1],[0,-1],[1,0],[0,1],[1,-4],[1,-2],[1,-2],[1,-4],[1,-1],[0,1],[0,1],[1,-2],[1,2],[0,-3],[0,-2],[1,-4],[0,-1],[1,-2],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-2],[0,-2],[1,-4],[0,-5],[0,-1],[0,-1],[0,-1],[1,0],[0,-3],[1,-1],[0,-1],[0,-2],[0,-5],[0,-2],[0,-4],[0,-1],[1,-3],[0,-1],[0,-1],[0,-2],[0,-1],[-1,1],[0,1],[-1,2],[0,1],[-1,3],[-1,1],[-1,-2],[0,-2],[0,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-7],[0,-3],[0,-1],[1,-1],[0,-2],[0,-2],[1,-1],[1,-3],[1,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-5],[0,-2],[0,-4],[0,-1],[0,-1],[0,-1],[0,-3],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[-1,0],[0,-1],[0,-2],[0,-3],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-3],[0,-2],[0,-1],[0,-4],[0,-5],[-1,-8],[0,-3],[0,-3],[1,-1],[0,-1],[-1,-6],[0,-3],[0,-3],[0,-1],[0,-1],[-1,0],[-1,-5],[0,-2],[0,-1],[0,-3],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[0,-2],[0,-3],[-1,-4],[0,-3],[0,-2],[0,-7],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-4],[-1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,1],[-1,-1],[0,-3],[-1,-3],[1,-5],[-1,0],[-1,-1],[-1,0],[0,-1],[-2,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-3],[-1,-1],[0,-1],[0,-2],[0,-8],[0,-13],[0,-2],[-1,-4],[0,-1],[0,-7],[1,-3],[0,-5],[0,-2],[2,-4],[1,0],[1,-2],[0,-1],[0,1],[1,-3],[1,-4],[1,-1],[0,2],[1,5],[1,4],[1,7],[0,2],[0,1],[0,2],[1,1],[0,-1],[1,1],[0,1],[0,1],[1,1],[0,2],[0,4],[0,1],[0,1],[0,2],[1,3],[0,1],[0,2],[0,2],[0,1],[1,1],[0,1],[0,3],[1,4],[0,3],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,3],[0,4],[0,2],[0,1],[1,1],[1,1],[1,1],[1,1],[0,1],[0,1],[1,-1],[1,1],[0,2],[1,5],[0,1],[1,0],[0,4],[1,0],[0,-1],[0,1],[1,1],[1,-4],[0,-1],[1,-2],[1,-3],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-3],[1,-5],[0,-6],[0,-6],[1,-3],[0,-3],[0,-1],[0,-1],[0,-1],[1,-1],[0,-12],[0,-2],[0,-2],[0,-2],[0,-9],[0,-2],[0,-2],[1,-13],[0,-2],[0,-2],[0,-7],[1,-8],[0,-1],[0,-6],[0,-5],[0,-1],[0,-2],[0,-10],[0,-4],[1,-3],[0,-3],[0,-2],[0,-16],[0,-2],[0,-3],[0,-5],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-3],[0,-3],[0,-3],[1,-5],[0,-2],[0,-2],[1,-6],[0,-1],[-1,-13],[0,-2],[-1,-7],[0,-30],[-1,-18],[0,-4],[0,-1],[-2,-11],[-1,-1],[0,2],[-2,-7],[0,1],[0,2],[1,0],[0,2],[-1,2],[0,3],[0,3],[0,-1],[0,1],[-1,2],[1,1],[0,1],[0,2],[0,1],[1,2],[0,-1],[1,2],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,0],[0,2],[-1,0],[0,-1],[-1,0],[-1,-3],[0,-2],[0,-1],[-1,1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-2],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-3],[0,-5],[0,-5],[0,-4],[0,-8],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-3],[1,-1],[-1,-3],[-1,-1],[-1,0],[-1,-3],[-1,-1],[0,-4],[-1,-10],[0,-7],[0,-5],[0,-7],[0,-10],[-1,0],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-4],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[0,1],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,1],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[0,2],[0,-1],[0,-2],[0,-1],[-1,0],[0,-4],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[-1,0],[0,-1]],[[2472,5272],[0,2],[0,1],[1,2],[1,1],[0,1],[0,1],[1,-1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[2,4],[2,1],[1,3],[1,1],[1,4],[0,2],[0,1],[1,1],[1,5],[0,1],[0,3],[1,0],[0,2],[0,2],[1,2],[0,1],[0,1],[1,3],[1,1],[1,1],[1,0],[1,0],[0,-1],[1,-1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[1,3],[0,1],[1,1],[0,1],[1,1],[0,2],[1,2],[1,3],[0,4],[1,3],[0,3],[1,2],[0,-1],[1,-1],[1,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,2],[0,2],[0,2],[0,1],[1,2],[0,3],[0,2],[0,1],[0,2],[1,1],[0,1],[0,1],[1,0],[0,3],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[1,3],[0,2],[1,1],[0,3],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[2,6],[0,1],[0,1],[0,1],[1,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,4],[1,2],[0,2],[1,1],[0,1],[1,2],[1,2],[0,2],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[1,1],[1,0],[0,1],[0,-1],[1,1],[0,1],[1,0],[1,1],[1,-1],[1,0],[2,-1],[1,0],[1,-2],[1,-2],[0,-2],[0,-6],[0,-1],[-1,1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-3],[-1,-2],[-1,-2],[0,-5],[-1,0],[0,-1],[0,-3],[-1,-5],[-1,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,0],[0,-2],[0,-2],[0,-2],[0,-1],[0,-4],[0,-2],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-5],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-6],[0,-1],[0,-3],[0,-2],[0,-1],[0,-4],[0,-1],[0,-4],[0,-4],[1,0],[0,2],[1,3],[1,5],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,3],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,2],[0,2],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[1,1],[1,-2],[1,-1],[1,0],[0,1],[2,0],[0,-2],[1,-1],[0,-2],[1,0],[0,1],[1,-2],[0,-1],[0,-1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-3],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[1,0],[0,-1],[0,-3],[0,-1],[0,-1],[0,-3],[1,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[1,-2],[0,-1],[1,-2],[2,0],[1,0],[1,1],[1,0],[1,0],[0,1],[1,3],[1,1],[0,1],[1,1],[1,-1],[0,-2],[0,-1],[1,-5],[0,-1],[-1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,2],[0,2],[1,1],[0,3],[1,0],[0,-1],[1,-1],[0,-5],[0,-1],[1,3],[0,2],[0,1],[0,5],[0,1],[-1,2],[0,6],[1,2],[0,1],[1,0],[0,-5],[0,-3],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,1],[0,1],[0,1],[0,-1],[0,-2],[0,-2],[1,-1],[0,4],[1,4],[1,4],[0,2],[0,1],[1,2],[1,-1],[1,3],[1,3],[5,14],[0,3],[1,1],[1,-3],[0,-1],[1,1],[1,2],[1,1],[1,1],[1,1],[1,1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[3,7],[1,0],[0,1],[2,4],[1,2],[0,1],[2,1],[3,-1],[1,0],[1,2],[0,1],[1,0],[0,-1],[-1,-4],[0,-4],[-1,-3],[0,-3],[0,-2],[0,-2],[0,-9],[0,-5],[0,-4],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[1,-4],[0,-1],[2,-1],[0,1],[0,1],[1,1],[0,-2],[0,-2],[1,-1],[1,1],[0,-2],[0,-2],[1,-1],[0,1],[1,1],[1,3],[1,3],[1,0],[0,-1],[1,1],[0,-3],[1,-2],[0,-4],[1,-2],[0,-2],[2,4],[0,-1],[1,2],[0,2],[0,2],[0,1],[0,4],[1,2],[1,0],[0,1],[2,-1],[1,-1],[1,7],[1,1],[2,-1],[0,-3],[1,-2],[-1,-7],[0,-10],[0,-9],[0,-19],[1,-6],[-1,-1],[0,-2],[-1,0],[0,1],[0,1],[-1,0],[-1,-2],[0,-3],[0,-3],[0,-2],[0,-1],[0,-2],[1,0],[1,4],[0,-1],[1,0],[0,-1],[0,-1],[1,-4],[0,-1],[1,0],[1,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-5],[0,-2],[1,-2],[1,-1],[0,-2],[1,0],[0,-1],[0,-3],[1,-1],[0,1],[1,5],[1,-4],[0,-1],[1,1],[0,3],[0,3],[0,3],[-1,1],[0,3],[0,6],[0,1],[0,-1],[1,-2],[1,0],[0,2],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-3],[1,-2],[1,-3],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-7],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,4],[-1,2],[-1,-2],[-1,0],[0,1],[-1,-1],[0,-1],[0,1],[-1,1],[0,1],[-1,-1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[0,-2],[-1,2],[-1,0],[0,-1],[-1,0],[-2,2],[0,-1],[0,1],[0,1],[-1,0],[-1,-2],[0,1],[-1,-1],[-1,0],[0,-2],[-1,0],[-1,0],[-1,0],[0,-2],[0,-1],[-1,-2],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[-1,-1],[0,-3],[0,-1],[0,1],[0,1],[0,3],[0,3],[0,2],[-1,1],[0,2],[-1,-1],[0,-1],[-1,5],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-2],[1,-8],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,1],[-1,2],[0,2],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,2],[0,1],[0,5],[-1,5],[0,1],[-1,0],[0,2],[0,2],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-2,0],[0,-1],[0,2],[0,1],[-1,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,2],[0,1],[-1,1],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-6],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,3],[-1,3],[-2,2],[0,1],[-1,0],[-1,0],[0,-2],[-1,0],[-1,1],[0,-2],[-1,-1],[0,1],[-1,-2],[-1,-5],[0,-1],[0,-11],[-1,-3],[0,-6],[0,-1],[0,-2],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,1],[0,-1],[-1,-2],[0,1],[0,1],[0,-1],[-1,-1],[0,-2],[0,-3],[0,-2],[-1,1],[0,-2],[0,-4],[0,-3],[-1,0],[0,-1],[-1,-1],[1,-7],[0,-3],[0,2],[-1,1],[0,-1],[-1,1],[0,3],[0,1],[0,1],[-1,1],[0,3],[0,2],[0,1],[0,2],[1,-1],[0,1],[0,2],[0,1],[0,2],[0,2],[1,0],[0,3],[0,3],[0,4],[1,0],[0,-1],[1,0],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,2],[0,1],[0,4],[0,1],[0,2],[-1,1],[-1,-2],[0,-2],[-1,-2],[0,-1],[0,-3],[0,-2],[-2,2],[0,1],[-1,3],[-1,-1],[0,-1],[0,-5],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-2],[1,-2],[-1,-2],[-1,1],[0,-1],[-1,-2],[0,-1],[-1,-4],[0,2],[0,2],[0,1],[-1,1],[1,3],[0,2],[0,4],[0,3],[0,5],[-1,3],[0,4],[0,2],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,0],[0,-1],[-1,-2],[0,-3],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,-4],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-4],[0,-2],[0,-1],[-1,-7],[0,-3],[0,-5],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-3],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-1],[-1,-6],[0,-2],[0,-1],[-1,-4],[0,-3],[-1,-1],[0,-3],[0,-1],[-1,-2],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1]],[[2336,4020],[-1,2],[-5,46],[-1,2],[0,1],[0,4],[0,1],[-2,10],[-2,23],[0,3],[0,2],[1,5],[-1,5],[0,-1],[-1,-3],[-1,0],[0,1],[0,1],[0,1],[0,7],[0,1],[0,1]],[[2092,4592],[7,1],[6,0],[2,0],[3,0],[2,0],[6,0],[3,-1],[6,0],[9,0],[1,0],[10,0],[6,0],[7,0],[11,0],[7,0],[2,0],[9,0],[1,0],[2,0],[3,0],[2,0],[2,0],[2,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[4,0],[1,0],[1,0],[1,0],[2,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[2,0],[3,0],[2,0],[0,-2],[0,-2],[1,-6],[0,-2],[4,-9],[0,-1],[3,-7],[1,-2],[0,-1],[3,-11],[1,-2],[1,0],[1,1],[0,2],[1,3],[1,5],[0,3],[0,4],[0,1],[1,1],[1,-1],[1,-2],[2,-2],[2,1],[3,1],[1,1],[2,1],[2,0],[2,-1],[1,-5],[1,-5],[1,-2],[1,-2],[2,-2],[1,-2],[0,-1],[2,-4],[1,-1],[0,1],[3,-6],[2,-7],[0,-4],[1,-3],[0,-2],[0,-2],[0,-2],[2,-14],[0,-2],[0,-2],[4,-5],[1,2]],[[1648,4401],[6,0],[12,0],[1,0],[15,-1],[16,1],[33,1]],[[3021,4604],[0,-5],[-1,-7],[-1,-2],[-1,-10],[0,-5],[0,-3],[0,-2],[0,-2]],[[2999,4976],[0,11],[0,1],[2,9],[1,16],[0,2],[-2,4],[2,1],[1,5],[2,6],[0,-2],[0,-2],[1,-1],[0,-3],[2,-3],[1,0],[0,1],[0,1],[0,2],[1,6],[0,1],[0,1]],[[2925,4122],[0,-1],[-1,-2],[0,1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,2],[1,2],[0,1],[1,6],[0,1],[0,1],[0,3],[0,3],[0,2],[1,-1],[1,1],[1,1],[0,-1],[0,-4],[1,-2],[0,-2],[0,-2],[-1,-1],[0,-4],[-1,-3],[0,-1],[-1,-3],[0,1]],[[2981,4231],[0,1],[0,1],[2,-3],[0,-1],[0,-7],[-1,-1],[0,4],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[2987,4266],[0,-2],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[0,1],[0,1],[0,2],[1,0],[0,2],[0,-1],[1,1],[1,1]],[[2936,4189],[0,-1],[-1,1],[1,0],[0,1],[0,-1]],[[2939,4208],[0,-1],[0,-2],[-1,-1],[0,-3],[0,-2],[-1,-1],[0,-1],[-1,-3],[-1,-5],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[1,-2],[0,-3],[0,-1],[1,1],[0,4],[0,1],[1,5],[0,1],[0,1],[0,1],[1,-2],[1,1],[0,3],[0,3],[0,1],[1,0],[0,1],[1,2],[1,-1],[1,1],[0,-1],[0,1],[0,1],[0,4],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,3],[0,2],[1,-3],[0,-1],[0,-1],[1,1],[1,-1],[2,-4],[2,4],[0,2],[0,4],[0,2],[1,1],[1,0],[1,-2],[1,1],[1,0],[1,-1],[1,0],[2,1],[1,-1],[1,2],[1,2],[1,1],[1,0],[2,2],[0,2],[0,1],[1,1],[0,3],[2,3],[0,3],[1,3],[0,1],[1,1],[1,7],[1,1],[0,1],[1,3],[0,-1],[1,2],[0,-1],[0,-4],[0,-2],[-1,-3],[0,4],[-1,1],[0,-1],[0,-2],[0,-3],[0,-3],[1,-2],[0,-2],[0,-3],[1,-2],[0,1],[1,-1],[0,-2],[1,0],[0,1],[0,2],[0,1],[1,0],[0,-2],[0,-2],[0,-1],[1,-5],[0,-1],[0,-1],[1,1],[0,2],[0,1],[0,-1],[1,1],[-1,1],[0,1],[1,0],[1,1],[0,3],[1,1],[0,1],[0,1],[0,1],[0,2],[1,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,-3],[0,-2],[-1,-1],[-3,-7],[-2,-5],[-8,-20],[-2,-5],[-3,-6],[-5,-8],[0,-1],[-3,-6],[-2,-4],[-2,-6],[-1,-3],[-3,-4],[-2,-2],[-1,-2],[-1,0],[-1,0],[0,3],[-1,-1],[-1,-3],[-1,-1],[0,-2],[-4,-3],[-1,0],[-1,-1],[-1,1],[-2,0],[0,1],[-1,0],[0,-1],[-1,-2],[-1,-3],[-2,-3],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,3],[0,2],[1,2],[0,4],[0,1],[0,2],[0,1],[0,1],[0,1]],[[2769,4453],[1,3],[2,6],[1,5],[2,4],[1,4],[1,4],[0,1],[1,3],[1,5],[0,3],[1,2],[0,2],[1,0],[0,1],[0,1],[1,2],[1,2],[0,2],[1,1],[1,2],[1,1],[0,2],[0,1],[0,4],[1,1],[0,2],[0,2],[1,5],[0,1],[0,4],[1,4],[0,2],[1,1],[1,5],[1,1],[2,7],[0,2],[0,2],[0,1],[0,3],[0,2],[0,2],[0,1],[0,2],[-1,0],[0,3],[0,3],[-1,1],[1,2],[0,5],[-1,2],[0,2],[0,1],[0,1],[-1,2],[-1,4],[-1,1],[0,14],[0,1],[-1,1],[0,3],[0,7],[1,2],[0,1],[-1,18],[0,4],[1,3],[2,1],[1,2],[2,4],[0,1],[1,0],[1,2],[1,1],[1,1],[2,4],[3,2],[1,1],[1,-1],[2,1],[1,0],[3,-1],[3,1],[1,0],[2,-2],[1,0],[0,1],[1,0],[0,-1],[1,-2],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[0,-2],[1,-1],[0,-3],[1,-5],[1,-2],[1,-3],[1,-2],[0,-2],[1,0],[1,3],[0,1],[1,2],[1,1],[1,1],[1,1],[1,0],[0,-1],[1,0],[2,2],[1,-1],[1,1],[1,0],[1,-1],[1,-2],[1,0],[0,1],[1,-1],[1,3],[0,1],[1,0],[1,1],[0,2],[1,0],[1,2],[1,3],[0,2],[1,0],[0,2],[1,2],[1,7],[0,2],[0,1],[1,1],[1,5],[1,2],[0,2],[1,1],[0,3],[1,3],[1,3],[1,1],[1,-3],[1,0],[1,2],[1,1],[0,1],[0,2],[1,3],[0,3],[0,5],[0,9],[0,6],[0,7],[0,7],[-1,10],[0,4],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,-1],[0,1],[0,2],[1,2],[1,1],[0,1],[0,2],[0,4],[0,2],[0,1],[0,1],[0,2],[-1,0],[-1,2],[-1,2],[0,-1],[0,-1],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,2],[-1,0],[0,1],[0,1],[0,2],[0,3],[0,2],[-2,3],[0,3],[0,2],[0,2],[1,3],[0,1],[1,13],[1,1],[1,0],[1,2],[0,1],[1,4],[1,10],[2,7],[1,3],[1,0],[0,-1],[1,2],[1,3],[1,5],[0,2],[1,5],[1,8],[1,9],[2,9],[6,28],[1,7],[3,11],[1,4],[0,2],[0,2],[2,5],[1,1],[1,3],[3,6],[1,4],[0,2],[0,1],[0,1],[1,1],[0,2],[4,6],[1,0],[2,-2],[1,-1],[11,-2],[4,0],[3,1],[5,1],[7,1],[8,1]],[[2687,4328],[0,1],[0,-5],[0,-1],[-1,1],[0,2],[0,3],[1,0],[0,-1]],[[2683,4337],[1,0],[0,1],[0,-1],[-1,-5],[0,-1],[0,3],[0,2],[0,1]],[[2684,4343],[0,1],[1,-1],[-1,0],[0,-2],[0,-1],[0,-1],[-1,3],[1,1]],[[2684,4349],[0,-1],[0,-2],[-1,0],[0,1],[0,2],[1,0]],[[2666,4351],[0,-1],[0,-3],[0,-1],[1,-3],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,-4],[0,-1],[1,0],[0,-1],[1,-4],[0,-1],[1,-3],[1,-1],[0,-1],[2,-1],[0,-1],[1,-2],[0,-5],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-3],[1,-1],[0,-1],[1,1],[1,1],[0,1],[0,1],[0,2],[0,1],[1,3],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,-3],[1,-5],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,-6],[1,-6],[2,-6],[1,-3],[1,0],[1,1],[0,2],[1,3],[1,2],[1,1],[1,0],[1,0],[0,1],[2,6],[0,1],[1,0],[2,4],[2,4],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[2,-1],[1,1],[1,1],[0,1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,2],[0,1],[1,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[1,2],[0,5],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,2],[1,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,2],[1,1],[0,1],[0,2],[1,2],[1,1],[0,1],[0,2],[1,0],[2,4],[0,1],[1,1],[1,4],[0,1],[0,1],[1,0],[1,3],[1,1],[0,2],[1,1],[1,0],[1,1],[0,1],[1,3],[1,1],[0,1],[1,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,3],[1,1],[1,2],[0,1],[1,0],[0,1],[0,1],[1,0]],[[1530,4401],[0,2],[-1,7],[-1,0],[0,2],[0,3],[-1,4],[-1,5],[1,2],[0,1],[-1,2],[0,2],[0,1],[0,1],[0,3],[0,2],[0,1],[0,3],[0,1],[0,2],[-1,4],[0,1],[0,1],[0,4],[0,5],[-1,5],[0,1],[0,3],[0,5],[0,3],[0,5],[0,3],[0,1],[1,4],[0,3],[0,2],[0,10],[0,5],[0,1],[0,5],[0,4],[0,1],[0,6],[0,1],[-1,3],[0,1],[0,1],[-1,8],[0,2],[-1,0],[0,-1],[0,3],[0,7],[-1,5],[0,2],[0,3],[1,15],[1,6],[0,1],[0,7],[1,1],[0,14],[0,5],[0,3],[0,3],[1,11],[0,5],[0,2],[1,9],[-1,4],[0,1],[0,1],[0,1],[1,4],[0,2],[0,1],[1,1],[1,7],[0,10],[1,12],[1,11],[0,10],[1,11],[0,1],[0,3],[0,3],[1,20],[0,10],[0,9],[0,9],[1,15],[0,13],[0,4],[0,9],[0,5],[0,1],[0,6],[0,6],[0,1],[0,1],[0,2],[0,3],[0,1],[0,1],[1,3],[0,8],[0,8],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,2],[0,7],[0,2],[0,3],[0,5],[0,15],[0,1],[0,-1],[0,1],[0,2],[0,2],[1,5],[0,2],[-1,2],[1,4],[0,7],[-1,5],[0,1],[0,5],[0,7],[1,0],[0,1],[0,2],[0,10],[1,5],[0,2],[0,2],[0,6],[0,12],[0,1],[0,3],[0,2],[0,2],[1,2],[0,10],[0,10],[0,3],[0,12],[0,7],[0,4],[-1,0],[0,1],[1,1],[0,1],[0,6],[0,9],[0,3],[0,4],[0,4],[0,1],[0,3],[1,10],[0,2],[0,2],[0,15],[0,9],[0,3],[0,2],[-1,4],[0,1],[0,1],[0,3],[0,10],[0,7],[0,7],[0,4],[0,2],[-1,1],[1,5],[0,1],[1,0],[0,6],[0,6],[0,6],[0,9],[-1,4],[0,6],[-1,6],[0,4],[0,1],[0,1],[0,1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[1,-2],[0,-2],[0,-1],[1,-2],[1,1],[0,2],[-1,2],[0,1],[0,1],[1,0],[1,1],[1,2],[1,-1],[0,-1],[0,1],[1,2],[0,1],[1,0],[0,-1],[1,1],[0,2],[0,1],[0,1],[0,-1],[1,-1],[1,4],[0,2]],[[3002,4300],[0,-1],[0,-1],[0,-1],[0,2],[0,6],[0,2],[0,2],[0,2],[0,6],[0,2],[0,1],[1,0],[0,-3],[0,-10],[0,-4],[-1,-2],[0,-1]],[[3004,4305],[0,-1],[0,-1],[-1,2],[0,1],[1,-1]],[[3004,4322],[-1,1],[0,1],[0,3],[1,0],[0,1],[0,2],[0,1],[-1,1],[0,3],[0,2],[0,1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-3],[0,-1],[0,1]],[[2996,4248],[1,2],[0,2],[0,2],[0,1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[-1,0],[-1,-1],[0,1],[0,2],[0,4],[0,1],[0,1]],[[3007,4346],[-1,0],[0,-2],[0,-3],[0,-3],[0,-4],[-1,0],[0,1],[0,1],[0,3],[0,-2],[-1,-2],[0,1],[0,3],[0,2],[1,1],[0,3],[-1,3],[0,1],[-1,1],[0,-1],[0,-2],[0,-3],[-1,-5],[0,-1],[0,1],[0,2],[-1,0],[-1,1],[0,1],[0,-1],[0,-4],[1,0],[0,1],[0,-2],[0,-1],[1,-13],[-2,-1],[0,-3],[1,-5],[0,-1],[0,-2],[0,-2],[0,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-5],[0,-4],[-1,-3],[-1,0],[0,1],[-1,-1],[-2,-2],[-1,-4],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,-2],[0,1],[0,1],[0,1]],[[3009,4306],[0,-1],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,3],[0,6],[0,5],[0,6],[0,1],[0,2],[0,1],[-1,-1],[0,-6],[0,-2],[0,-8],[0,-1],[0,-2],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,3],[0,1],[0,2],[0,3],[0,2],[0,3],[1,2],[0,1],[0,6],[0,1],[0,1],[0,1],[1,3],[1,0],[0,7]],[[2293,1753],[1,2],[0,1],[0,2],[0,4],[-1,1],[0,1],[1,1],[0,3],[2,0],[1,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,4],[1,5],[0,1],[1,3],[0,1],[1,0],[0,2],[1,1],[1,2],[1,1],[0,2],[1,2],[0,1],[0,1],[0,1],[0,-1],[0,-5],[0,-3],[-1,-1],[-3,-9],[-2,-8],[-2,-9],[-2,-9],[-2,-14],[-3,-14],[-1,-7],[-1,-8],[0,-8],[-1,-3],[0,-3],[-1,-8],[-1,-8],[-1,-15],[-1,-11],[-1,-8],[-1,-20],[-1,-12],[-1,-11],[0,-14],[0,-2],[-1,-11],[0,-9],[0,-11],[0,-11],[0,-10],[0,-16],[0,-7],[1,-12],[0,-14],[1,-19],[0,-7],[1,-7],[0,-2],[1,-23],[0,-4],[1,-20],[0,-7],[1,-15],[0,-19],[0,-5],[0,2],[0,5],[-1,8],[0,6],[0,7],[0,11],[-1,16],[0,6],[0,4],[0,1],[0,4],[0,5],[-1,2],[0,3],[0,7],[-1,1],[0,6],[0,3],[0,1],[0,4],[-1,2],[0,7],[0,4],[0,6],[-1,2],[0,3],[0,2],[0,1],[0,3],[0,2],[0,1],[0,2],[0,2],[0,3],[0,2],[0,11],[0,2],[0,3],[0,8],[0,20],[0,3],[0,3],[0,2],[0,12],[0,8],[0,1],[0,5],[0,4],[0,5],[0,4],[0,1],[1,1],[-1,4],[0,1],[0,5],[1,6],[0,2],[0,2],[0,1],[0,1],[0,2],[1,6],[0,6],[1,5],[0,4],[0,2],[0,2],[0,3],[1,0],[0,3],[0,1],[0,1],[0,5],[0,-1],[1,1],[0,3],[0,3],[0,3],[0,1],[0,1],[1,6],[0,2],[0,1],[1,3],[0,1],[1,6],[0,2],[0,1],[0,2],[0,1],[-1,0],[0,1],[2,3],[0,3],[1,9],[0,1],[0,1],[1,7],[0,4],[0,1],[0,-1],[0,1],[0,4],[0,4],[0,-1],[1,-1],[0,1],[0,2],[0,2],[1,1],[-1,2],[1,1],[0,4],[1,0],[0,1],[0,3],[0,3],[0,3],[0,-1],[0,-2],[1,-1]],[[2377,2054],[-1,-2],[0,-1],[-1,0],[-1,1],[-2,1],[-2,-2],[-2,-5],[-6,-16],[0,-1],[-4,-10],[-3,-7],[-1,-3],[-1,-4],[0,-3],[-1,-2],[0,-4],[0,-3],[-1,0],[0,-1],[-1,0],[0,2],[1,4],[0,1],[1,5],[0,2],[1,6],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,2],[0,2],[0,2],[1,2],[0,2],[0,1],[1,0],[0,-1],[0,-2],[1,1],[0,1],[0,3],[-1,1],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,3],[1,4],[0,8],[1,13],[0,2],[0,4],[-1,9],[0,2],[-1,1],[0,-3],[-1,-1],[-1,-2],[-1,-7],[0,-5],[0,-3],[0,-1],[-1,-2],[0,-1],[-1,0],[0,3],[0,1],[0,3],[0,1],[-1,0],[0,-3],[0,-2],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-2],[0,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[-1,-4],[0,-3],[0,-1],[1,-3],[0,-3],[0,-9],[0,-6],[0,-6],[0,-2],[1,0],[1,2],[0,3],[0,4],[0,2],[1,-3],[1,-1],[0,1],[1,0],[0,-1],[-1,-5],[-1,-3],[0,-2],[-7,-25],[-1,-7],[-1,-5],[0,-1],[0,-1],[0,-1],[-2,-9],[-1,-6],[-1,-6],[-1,-5],[0,-1],[-2,-6],[0,-4],[0,-2],[-1,-1],[-1,0],[-1,-5],[-1,-2],[-2,-6],[-6,-24],[-2,-6],[-4,-9],[-2,-6],[-3,-10],[-1,-2],[0,-3],[-1,-3],[-1,-4],[-1,-3],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,2],[1,6],[2,8],[1,3],[0,1],[0,2],[2,7],[1,3],[2,5],[1,2],[1,2],[0,1],[0,1],[0,4],[0,2],[0,1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,-3],[0,-2],[-2,-2],[-1,-4],[0,-1],[-1,-1],[0,3],[0,1],[0,1],[0,1],[0,2],[0,3],[1,4],[-1,1],[1,4],[0,1],[0,1],[0,1],[-1,-1],[-1,-2],[0,-1],[0,1],[-1,-1],[0,-2],[0,-2],[0,-3],[-1,-1],[-1,-3],[0,-1],[0,-1],[-3,-8],[0,2],[0,3],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,4],[0,2],[1,2],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[-1,0],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-7],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,-4],[0,-2],[2,-6],[1,-5],[0,-1],[0,-2],[0,-2],[-2,-4],[0,-2],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-2],[-2,-2],[0,-2],[-1,2],[0,-1],[0,1],[0,4],[0,6],[0,2],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[0,-5],[0,-2],[-1,-4],[-1,-3],[-1,-5],[0,-1],[-1,-4],[-2,2],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-2],[1,-4],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-5],[-1,-2],[-1,-12],[0,-4],[-1,-1],[0,-3],[-1,-9],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,2],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-4],[-1,0],[0,-2],[0,-4],[0,-6],[0,-4],[0,-4],[1,-3],[1,-3],[1,-3],[0,-3],[-1,-13],[0,-1],[0,-2],[0,-2],[0,-3],[-1,-2],[0,-6],[0,-2],[0,-3],[0,-4],[-1,-4],[0,-2],[0,-5],[0,-2],[0,-2],[0,-2],[-1,-9],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-3],[-1,-4],[-1,1],[0,2],[1,-1],[0,1],[0,1],[0,1],[1,1],[-1,3],[1,1],[0,2],[0,2],[0,2],[-1,1],[0,-1],[0,-1],[-1,-4],[0,-4],[-1,-1],[0,-4],[-1,0],[0,-1],[0,-2],[0,-3],[0,-2],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[1,1],[0,-2],[-1,-10],[0,-11],[0,-6],[0,-1],[0,-2],[-1,0],[0,1],[0,-2],[0,-3],[0,-2],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1],[0,-5],[-1,0],[-1,0],[0,-2],[0,-1],[0,-3],[0,-3],[0,-1],[0,-1],[0,-7],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-4],[0,-3],[1,0],[0,-4],[1,-8],[0,-1],[0,-3],[0,-6],[1,-15],[0,-4],[0,-2],[1,-5],[0,-4],[0,-6],[0,-1],[-1,-2],[0,-2],[1,-2],[0,-1],[-1,-2],[0,-3],[0,-1],[1,0],[0,-3],[0,-3],[0,-1],[0,1],[1,-1],[0,-3],[0,-3],[0,-3],[0,-5],[0,-1],[0,1],[0,2],[0,2],[1,0],[0,-1],[0,-1],[0,-3],[0,-3],[0,-1],[0,-4],[0,-4],[0,-1],[0,1],[1,1],[0,-4],[0,-1],[0,-2],[0,-2],[0,-5],[0,-2],[0,-2],[0,-4],[0,-3],[1,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-3],[0,-1],[1,-1],[1,0],[0,-1],[0,-6],[0,-3],[-1,0],[0,-1],[0,-5],[0,-1],[1,0],[1,2],[0,1],[0,1],[0,2],[0,4],[-1,0],[0,2],[1,2],[0,-1],[0,-4],[0,-4],[0,-9],[0,-1],[-2,-1],[-1,-2],[-2,-4],[-1,-2],[0,-3],[0,-3],[-1,-6],[-2,5],[-1,1],[-2,10],[-2,16],[0,2],[-6,5],[0,1],[-4,-1],[0,-1],[-1,-2],[-2,3],[-3,3],[-1,2],[-3,14],[-2,10],[0,2],[-4,7],[-1,0],[0,-2],[-2,6],[-1,10],[-2,7],[-1,-1],[-6,8],[-1,6],[-2,23],[0,2],[-1,23],[-1,19],[-1,10],[-1,13],[-2,5],[-2,17],[0,7],[0,1],[0,1],[1,4],[0,16],[-1,14],[0,3],[-1,2],[-1,6],[0,1],[0,1],[1,7],[0,7],[0,3],[0,15],[-1,17],[0,6],[-2,7],[-1,0],[0,-1],[-1,0],[-5,26],[-1,6],[0,11],[0,2],[0,6],[-1,3],[-2,14],[-2,19],[0,8],[0,1],[-1,1],[-1,4],[-1,2],[-1,2],[0,2],[-1,8],[-1,6],[-2,26],[1,17],[-1,1],[-1,2],[0,4],[-1,12],[-1,2],[-1,10],[0,6],[0,2],[0,3],[0,4],[-1,13],[0,3],[-2,7],[-1,11],[0,5],[0,8],[-1,17],[0,2],[0,3],[-3,27],[0,1],[-5,19],[-1,3],[-1,10],[0,3],[-1,5],[0,2],[-2,1],[-3,10],[0,18],[0,1],[-2,6],[-1,1],[-1,18],[-2,3],[-4,0],[-1,-3],[-3,4],[-1,1],[-3,3],[-1,1],[-3,-3],[0,-1],[-2,2],[-4,11],[-1,2],[0,3],[-1,0],[-1,-6],[-1,-16],[0,1],[-1,2],[-1,2],[-1,-1],[-1,-7],[-2,0],[-1,-2],[-1,-3],[0,-5],[-2,-19],[-1,-10],[0,-4],[-1,-16],[0,-5],[-1,-11],[-1,-13],[0,-7],[1,0],[0,-1],[0,-3],[0,-2],[-2,-8],[-2,-3],[-3,-24],[0,-9],[-1,-3],[-4,4],[-2,6],[-3,10],[0,2],[-1,6],[0,4],[-1,3],[-2,2],[-3,4],[-1,8],[-1,7],[-1,3],[-2,3],[-2,1],[-1,3],[-4,13],[0,4],[-1,11],[-1,6],[-1,4],[-1,1],[0,1],[-3,7],[-3,15],[-1,7],[0,7],[0,3],[0,8],[-2,19],[-1,7],[0,2],[-1,19],[0,14],[0,17],[0,10],[-2,13],[0,2],[-2,15],[-1,21],[-1,19],[-2,2],[0,2],[-2,12],[-2,12],[-2,10],[-1,0],[-1,0],[-3,11],[-1,7],[-4,18],[0,6],[-1,3],[0,4],[0,5],[-1,6],[-2,4],[-1,6],[-2,7],[-2,16],[0,2],[-1,3],[-2,12],[0,2],[0,1],[-3,4],[-1,2],[-2,8],[0,1],[0,2],[-1,12],[-3,30],[-1,6],[-1,3],[0,1],[-1,-1],[-2,7]]],"transform":{"scale":[0.035896170617061705,0.005244033854063206],"translate":[-179.14734,18.917466137221798]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment