Skip to content

Instantly share code, notes, and snippets.

@zackbatist
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackbatist/11075024 to your computer and use it in GitHub Desktop.
Save zackbatist/11075024 to your computer and use it in GitHub Desktop.
Map of countries in M.A. Thesis
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.subunit.TUR { fill: #acb; }
.subunit.SYR { fill: #cab; }
.subunit.IRQ { fill: #abd; }
.subunit.LBN { fill: #cba; }
.subunit.ISR { fill: #abc; }
.subunit.JOR { fill: #bac; }
.subunit.IRN { fill: #daa; }
.subunit.ARM { fill: #dcc; }
.subunit.AZE { fill: #abb; }
.subunit.CYP { fill: #cca; }
.subunit-label {
fill: #666;
fill-opacity: 1;
font-size: 10px;
font-weight: 500;
text-anchor: middle;
}
body {
background-color:#888;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 500,
centered;
var projection = d3.geo.mercator()
.center([44, 34])
.scale(200 * 7)
.translate([width / 2, height / 2]);
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("map.json", function(error, map) {
svg.selectAll(".subunit")
.data(topojson.feature(map, map.objects.map).features)
.enter().append("path")
.attr("class", function(d) { return "subunit " + d.id; })
.attr("d", path);
svg.selectAll(".subunit-label")
.data(topojson.feature(map, map.objects.map).features)
.enter().append("text")
.attr("class", function(d) { return "subunit-label " + d.id; })
.attr("transform", function(d) { return "translate(" + path.centroid(d) + ")"; })
.attr("dy", ".35em")
.text(function(d) { return d.properties.name; });
});
/* JavaScript goes here. */
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"map":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","properties":{"name":"Armenia"},"id":"ARM","arcs":[[[0]],[[1,2,3,4,5],[6],[7]]]},{"type":"MultiPolygon","properties":{"name":"Azerbaijan"},"id":"AZE","arcs":[[[8,9,-4]],[[10]],[[11]],[[-8]],[[-7]],[[12,-2,13],[-1]]]},{"type":"MultiPolygon","properties":{"name":"Cyprus"},"id":"CYP","arcs":[[[14]],[[15]],[[16]],[[17]]]},{"type":"MultiPolygon","properties":{"name":"Iran"},"id":"IRN","arcs":[[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[-3,-13,29,30,31,-9]]]},{"type":"Polygon","properties":{"name":"Iraq"},"id":"IRQ","arcs":[[-31,32,33,34,35]]},{"type":"Polygon","properties":{"name":"Israel"},"id":"ISR","arcs":[[36,37,38,39,40,41]]},{"type":"Polygon","properties":{"name":"Jordan"},"id":"JOR","arcs":[[42,-39,43,-37,44,-34]]},{"type":"Polygon","properties":{"name":"Lebanon"},"id":"LBN","arcs":[[-41,45,46]]},{"type":"Polygon","properties":{"name":"Syria"},"id":"SYR","arcs":[[-35,-45,-42,-47,47,48]]},{"type":"MultiPolygon","properties":{"name":"Turkey"},"id":"TUR","arcs":[[[49]],[[50]],[[51]],[[52]],[[53]],[[-5,-10,-32,-36,-49,54]]]}]}},"arcs":[[[5280,9132],[-9,-11],[-9,4],[-2,6],[0,6],[0,6],[2,6],[3,4],[4,2],[4,0],[4,-1],[6,-7],[-3,-15]],[[5135,9525],[10,-35],[-3,-12],[2,-8],[4,-3],[18,0],[4,-3],[14,-18],[4,-8],[0,-9],[-9,-12],[-26,2],[-3,-19],[3,-9],[6,-7],[5,-1],[2,7],[0,11],[5,-4],[8,-15],[6,-6],[4,-7],[4,-6],[13,-3],[12,-8],[6,-1],[12,10],[3,2],[7,1],[1,-13],[-2,-19],[3,-6],[4,-2],[3,-1],[7,-10],[11,-24],[4,-8],[6,-3],[6,0],[5,-4],[0,-13],[-5,-25],[-7,-13],[-20,-17],[-11,-8],[-11,-15],[-6,-19],[0,-14],[0,-11],[4,-14],[5,-8],[5,-8],[5,-9],[1,-6],[0,-13],[1,-6],[3,-5],[5,-6],[3,-7],[8,-31],[16,-25],[62,-59],[11,-21],[6,-1],[1,1],[4,2],[6,1],[4,-4],[4,-6],[7,-15],[0,-4],[0,-3],[0,-4],[-5,-37],[-3,-15],[-5,-11],[-6,-9],[-1,-5],[-3,-27],[-2,-6],[-3,-5],[-19,-3],[-44,12],[-16,-18],[0,-6],[0,-8],[9,-7],[28,-4],[7,-7],[6,-10],[11,-42],[2,-7],[12,-20],[6,-5],[9,-8],[17,-8],[7,-13],[10,-35],[8,-11],[10,-5],[5,-5],[4,-8],[6,-20],[4,-6],[6,-3],[9,3],[18,16],[9,-1],[4,-6],[6,-14],[4,-5],[6,-2],[16,3],[5,-1],[4,-5],[3,-8],[1,-10],[-2,-7],[-4,-4],[-3,-5],[0,-10],[1,-6],[0,-5],[-1,-5],[-4,-2],[-19,-7],[-9,-9],[-3,-15],[4,-18],[8,-12],[19,-14],[5,-6],[2,-9],[1,-9],[3,-9],[6,-11],[11,-14],[2,-3],[2,-3],[0,-2],[1,-4],[-2,-2],[-6,0],[-12,-15],[-3,-1],[-17,14],[-9,2],[-6,-10],[0,-18],[7,-12],[9,-8],[6,-9],[4,-19],[1,-17],[-1,-16],[-3,-19],[0,-2],[-1,-2],[-1,-7],[0,-7],[0,-7],[1,-7],[10,-34]],[[5537,8111],[-5,3],[-28,21],[-3,1],[-3,0],[-7,-4],[-10,-1],[-4,-1],[-5,-4],[-14,-18],[-4,-3],[-18,-4]],[[5436,8101],[-15,51],[-14,66],[-6,19],[-6,17],[-6,15],[-2,16],[1,15],[7,14],[1,4],[1,5],[-1,4],[-1,5],[-6,8],[-15,13],[-4,3],[-6,9],[-5,9],[-6,8],[-15,7],[0,2],[-2,6],[2,12],[9,25],[1,10],[-3,26],[1,15],[0,10],[-2,8],[-6,7],[-8,5],[-6,0],[-1,-1],[-33,-13],[-7,-5],[-21,-24],[-3,-2],[-3,-2],[-3,-1],[-3,0],[-3,3],[-8,15],[-5,4],[-12,2],[-4,3],[-3,6],[-3,13],[-7,16],[-1,3],[-8,-4],[-7,-12],[-10,-4],[-5,6],[-1,9],[2,21],[1,14],[-1,10],[-3,10],[-18,39],[-2,4],[-9,8],[-10,-6],[-9,-13],[-2,-2],[-7,-6],[-9,-4],[-11,0],[-13,-3],[-7,-6]],[[5075,8593],[-4,12],[-17,36],[-1,5],[-2,2],[-1,0],[-3,0],[-1,0],[-5,5],[-10,19],[-3,-4],[-1,4],[0,6],[-1,6],[-4,5],[-2,4],[-1,5],[-2,9],[-3,8],[-6,13],[-16,23],[-22,22],[-15,15],[-9,5],[-9,0],[-16,-8],[-8,-1],[-5,-3],[-3,-1],[-2,2],[-4,5],[-2,1],[-6,-2],[-9,-11],[-4,-3],[-32,10],[-29,27],[-25,12],[-12,11],[-3,17],[3,6],[12,4],[3,8],[-2,6],[-8,18],[-3,10],[5,6],[0,1],[-4,15],[-12,26],[-7,12],[-3,9],[2,10],[2,6],[4,23],[1,1],[0,4],[-11,15],[-6,11],[-1,8],[9,18],[6,7],[6,1],[-1,4],[0,2],[-1,2],[2,-1],[1,0],[1,-1],[2,-2],[-1,14],[4,12],[11,22],[-2,14],[2,3],[5,17],[1,5],[-1,40],[-1,10],[-3,11],[-11,30],[-2,11],[-2,14],[0,11],[-2,12],[-3,11],[-8,18],[-10,14],[-12,10],[-11,3],[-5,8],[-4,16],[-3,19],[1,14]],[[4720,9417],[3,-1],[3,0],[2,1],[15,9],[11,1],[43,-10],[7,1],[5,3],[12,19],[12,8],[24,0],[6,3],[6,2],[11,8],[5,1],[12,-5],[5,2],[5,4],[5,7],[1,6],[0,5],[1,4],[3,4],[3,0],[7,-5],[13,-15],[5,-3],[6,2],[2,3],[2,3],[2,4],[4,1],[3,0],[14,-15],[6,-3],[6,-1],[6,3],[6,10],[1,2],[3,1],[2,-5],[1,-6],[1,-4],[5,-3],[4,6],[4,9],[3,8],[6,4],[5,-1],[11,-7],[39,-2],[7,2],[3,6],[-1,2],[-2,5],[-10,8],[-2,8],[5,9],[26,-7],[10,0],[3,4],[6,9],[3,4]],[[5129,9373],[10,-5],[4,13],[-3,17],[-11,4],[-4,-4],[-1,-9],[2,-8],[3,-8]],[[5184,9337],[6,-2],[3,7],[-8,11],[-1,0],[-1,0],[-1,-1],[0,-1],[2,-14]],[[5436,8101],[-2,-1],[-16,7],[-17,13],[-56,21],[-7,4],[-13,9],[-24,0],[-15,7],[-7,0],[-2,1],[-2,1],[-5,5],[-4,2],[-3,1],[-6,6],[-6,6],[-3,6],[-1,7],[1,5],[1,5],[1,6],[-1,3],[-7,5],[-2,4],[-2,5],[-2,12],[-1,5],[-2,4],[-3,3],[-2,3],[-2,6],[3,8],[-2,7],[-4,4],[-3,1],[-3,2],[0,5],[1,6],[-1,3],[-2,1],[-3,-2],[-2,-2],[0,-1],[-28,16],[-7,-4],[-2,9],[-2,29],[-2,6],[-2,6],[-2,6],[-5,19],[-2,5],[-3,3],[-2,5],[-2,6],[-1,5],[-2,3],[-9,11],[-1,2],[-1,3],[-1,2],[-2,1],[-3,0],[-1,0],[-7,9],[-1,4],[2,7],[-5,8],[-3,12],[-8,56],[-4,13],[-5,7],[1,2],[1,2],[-6,1],[-6,2],[-1,1],[-4,3],[-1,2]],[[5083,8556],[-3,7],[-3,23],[-2,7]],[[6623,8966],[4,-7],[1,-9],[-1,-7],[-5,3],[-4,-2],[-4,5],[-2,9],[0,8],[4,-5],[2,1],[3,3],[2,1]],[[6549,9050],[3,-3],[4,2],[2,-3],[1,-12],[2,-7],[3,-5],[3,-8],[0,-7],[-2,-4],[-4,-1],[-5,0],[1,14],[-8,20],[0,14]],[[6163,7848],[-17,7],[-8,0],[-6,-6],[-6,-9],[-6,-7],[-7,-6],[-7,-3],[-12,2],[-1,0],[-9,14],[-7,22],[-4,7],[-6,15],[-4,9],[-5,9],[-4,12],[-4,6],[-4,8],[-2,16],[-3,12],[-6,0],[-13,-10],[-8,0],[-5,8],[-4,11],[-13,17],[-1,10],[1,12],[-1,8],[-1,5],[-3,5],[-35,30],[-17,24],[-6,17],[0,24],[2,6],[14,15],[1,4],[0,4],[1,4],[49,15],[11,12],[2,6],[2,8],[1,8],[1,8],[-2,8],[-8,29],[-4,7],[-15,11],[-15,25],[-7,16],[-3,15],[0,21],[5,16],[8,13],[9,8],[16,5],[14,17],[7,3],[3,2],[-6,21],[-7,18],[-18,28],[-45,92],[-16,26],[-5,6],[-4,2],[-3,-8],[-3,-5],[-3,-1],[-21,1],[-6,-3],[-5,-6],[-4,-7],[-11,-20],[-32,-31],[-5,-5],[-14,-24],[-4,-4],[-6,-1],[-18,-11],[-11,-11],[-9,-12],[-13,-29],[-9,-16],[-8,-7],[-3,-3],[-27,-18],[-12,-13],[-3,-5],[-1,-6],[-9,-27],[-5,-22],[-1,-4],[-3,-6],[-2,-2],[-16,-15],[-3,-1],[-4,2],[-7,5],[-4,0],[-5,-3],[-4,-6],[-4,-7],[-6,-21],[-2,-3],[-2,-3],[-4,-4],[-2,-3],[-4,-9],[-4,-18],[-5,-7],[-15,-14],[-5,-7],[-3,-7],[-8,-27],[-3,-9],[-3,-7],[-5,-5],[-4,-5],[-6,-4],[-4,-1]],[[5135,9525],[26,35],[40,55],[8,5],[9,-1],[5,-4],[13,-11],[4,-1],[5,0],[9,5],[4,-1],[4,-8],[8,-13],[39,-25],[17,-6],[6,-4],[0,-4],[-3,-3],[-6,-4],[-6,-12],[6,-17],[11,-15],[5,-6],[13,-13],[40,-24],[13,-3],[6,1],[5,4],[7,7],[7,7],[6,3],[20,0],[5,-3],[4,-7],[8,-16],[15,-24],[6,-5],[16,-9],[4,-6],[7,-17],[5,-5],[6,1],[2,6],[2,9],[3,9],[5,6],[6,-1],[5,-2],[5,1],[4,9],[1,3],[2,19],[2,20],[2,16],[2,4],[3,5],[2,4],[0,4],[1,10],[0,5],[3,4],[2,0],[1,1],[-2,8],[-8,21],[-6,10],[-1,5],[-1,0],[-2,2],[-4,-2],[-4,16],[-13,13],[-26,18],[-12,19],[-6,3],[-3,2],[-14,16],[-4,10],[-2,12],[-3,23],[0,5],[-6,18],[-1,4],[-3,-1],[-2,-4],[-1,-5],[-3,-4],[-7,10],[-3,27],[0,29],[2,21],[5,9],[6,1],[13,-5],[5,1],[4,3],[4,6],[12,23],[5,15],[10,35],[6,-3],[7,1],[13,-3],[4,-5],[2,-11],[-1,-24],[1,-10],[5,-6],[5,0],[4,5],[9,12],[6,4],[10,3],[3,4],[2,2],[5,8],[2,0],[1,-7],[2,-23],[2,-8],[2,-7],[18,-26],[4,-5],[4,-1],[7,-2],[3,-3],[1,-3],[1,-11],[1,-4],[4,-8],[13,-19],[7,-18],[2,-17],[4,-11],[11,3],[5,3],[5,2],[5,-2],[4,-9],[2,-10],[1,-10],[2,-8],[5,-6],[0,-1],[2,-4],[2,-5],[0,-6],[2,-6],[8,-17],[2,-7],[1,-14],[0,-31],[2,-13],[5,-8],[20,-20],[6,-4],[2,-2],[28,-4],[6,-3],[7,-18],[5,-6],[5,0],[10,10],[5,4],[5,-1],[14,-12],[8,-7],[5,-2],[19,3],[4,1],[11,5],[6,7],[1,6],[-1,7],[-1,12],[0,12],[3,6],[4,4],[3,8],[3,11],[1,9],[3,5],[7,-2],[6,6],[8,42],[5,16],[9,9],[31,10],[8,7],[13,20],[23,24],[7,11],[5,17],[11,50],[2,4],[18,39],[13,34],[3,-4],[8,-8],[9,-14],[24,-54],[9,-15],[3,-9],[2,-14],[18,-34],[10,-37],[6,-3],[4,-8],[3,-9],[3,-7],[6,-15],[1,-4],[1,-2],[7,-4],[2,-2],[4,-10],[10,-33],[8,-28],[3,-9],[4,-11],[1,-13],[4,-51],[1,-11],[3,-4],[2,-7],[5,-42],[12,-35],[32,-61],[3,-7],[2,-9],[6,-8],[12,-13],[6,3],[5,-8],[5,-9],[5,-5],[3,-6],[-1,-13],[-5,-22],[-2,-11],[0,-6],[0,-7],[1,-4],[4,-7],[1,-3],[0,-1],[2,-5],[4,-7],[6,-7],[3,-3],[12,-1],[5,-2],[4,-4],[10,-15],[5,-4],[13,-3],[12,-6],[6,-1],[5,2],[14,10],[7,2],[30,-2],[2,-3],[1,-5],[1,-4],[1,-4],[5,-10],[5,-7],[6,-5],[24,-9],[4,-4],[3,-9],[3,-14],[4,-12],[6,-6],[5,-3],[5,-9],[4,-12],[3,-12],[3,-49],[1,-5],[3,-11],[1,-12],[-1,-8],[-5,17],[-5,14],[-7,13],[-13,18],[-6,6],[-6,4],[-12,2],[-10,6],[-5,1],[-3,-1],[-3,-2],[-3,-1],[-10,0],[-5,-4],[-9,-12],[-5,0],[-2,2],[-3,10],[-3,4],[-2,2],[-7,2],[-7,6],[-5,-5],[-9,-13],[2,-14],[-8,-13],[-11,-10],[-17,-6],[-16,-16],[-20,-12],[-5,-6],[-10,-19],[-5,-6],[-3,-6],[0,-13],[1,-16],[1,-6],[-15,-10],[-2,-9],[0,-11],[4,-12],[2,-5],[4,-5],[2,-4],[1,-6],[-1,-4],[-3,-3],[-5,-7],[-2,-2],[-2,-2],[-2,-6],[-1,-7],[0,-6],[1,-12],[3,-12],[1,-7],[-1,-7],[-2,-4],[-2,-3],[-2,-3],[0,-6],[0,-3],[1,-3],[1,-4],[0,-4],[-2,-3],[-4,-5],[-2,-8],[1,-4],[1,-4],[-1,-8],[1,-8],[6,-14],[0,-5],[-4,-5],[-6,-6],[-7,-14],[-6,-12],[-5,-15],[0,-10],[-3,-10],[-2,-13],[-3,-13],[-1,-12],[1,-16],[2,-11],[25,-38],[3,-7],[2,-8],[0,-2],[-1,-2],[-2,-20],[1,-6],[2,-6],[-4,2],[-2,4],[-2,5],[-1,5],[-2,0],[1,-9],[2,-10],[4,-8],[4,-5],[0,-5],[-6,3],[-4,7],[-3,8],[-14,16],[-9,-6],[-7,-15],[-2,-19],[0,-64],[-1,-8],[-1,-10],[-4,-19],[-1,-9],[-1,-21],[-1,-12],[-3,-11],[-20,-24],[-10,-7],[-8,10],[1,7],[0,5],[0,4],[3,4],[12,4],[4,4],[3,9],[3,12],[0,12],[-3,11],[-5,4],[-13,1],[0,5],[-2,24],[-1,7],[-4,7],[-5,2],[-12,-1],[-3,-2],[-1,-4],[-2,-6],[-2,-9],[0,-3],[0,-6],[0,-5],[-2,-1],[-1,0],[-1,0],[0,-28],[1,-14],[4,-13],[-1,-14],[-7,-42],[-1,-4],[-5,-21],[-1,-2],[-7,-15],[-10,4],[0,-21],[1,-9],[1,-10],[6,-27],[2,-91],[1,-98],[0,-1]],[[2154,5827],[1,-3],[1,0],[1,0],[1,-1],[1,-3],[-2,0],[0,-1],[-1,0],[-1,2],[-1,1],[-1,0],[-1,2],[-1,1],[-1,2],[0,1],[2,0],[2,-1]],[[2146,5835],[-1,-1],[0,1],[-1,1],[1,3],[0,2],[1,1],[2,0],[0,-6],[-2,-1]],[[2193,5865],[2,-2],[4,0],[5,4],[4,0],[3,-3],[3,-3],[3,1],[1,2],[2,3],[3,-6],[4,-8],[3,-16],[3,-11],[4,-9],[3,-4],[-4,-1],[-7,2],[-6,3],[-3,6],[-3,3],[-15,-3],[-12,-7],[-3,-3],[-2,-4],[-7,3],[-5,-2],[-2,2],[3,5],[2,1],[0,11],[-5,0],[-3,5],[1,13],[-2,4],[-7,5],[2,6],[2,4],[4,3],[2,-2],[2,-4],[3,2],[4,4],[1,4],[2,3],[5,-7],[3,-2],[3,-2]],[[1868,5926],[2,-8],[2,-6],[4,-4],[7,-4],[5,-6],[6,-4],[3,-5],[1,-9],[0,-5],[1,-5],[3,-2],[2,0],[7,4],[4,4],[0,2],[2,7],[2,2],[3,-2],[1,-4],[4,-5],[4,0],[3,4],[5,9],[5,8],[5,4],[6,7],[3,5],[3,1],[6,-1],[7,-3],[7,0],[4,3],[1,3],[2,5],[6,8],[4,0],[4,-3],[4,-2],[3,-1],[3,-2],[3,-7],[3,-7],[4,-4],[6,-3],[2,1],[1,4],[1,4],[3,5],[6,10],[2,2],[4,-1],[7,1],[5,1],[1,-1],[0,-8],[1,-8],[2,-4],[3,-6],[4,-7],[0,-4],[0,-10],[0,-10],[0,-11],[-2,-13],[-1,-11],[0,-8],[3,-6],[3,0],[4,3],[2,9],[1,17],[2,2],[2,4],[2,4],[2,-4],[0,-14],[2,-8],[3,-3],[5,4],[2,8],[2,3],[3,-1],[3,-4],[3,1],[2,2],[3,-2],[2,-2],[6,-5],[3,-1],[3,-1],[4,-5],[1,-1],[-1,-9],[-5,-3],[-7,-13],[-2,-8],[-2,-9],[-1,-11],[-1,-10],[1,-11],[-1,-5],[-2,-2],[-2,-2],[-2,-11],[-1,-3],[-4,-2],[-9,-1],[-3,-1],[-3,-5],[-2,-6],[-4,-7],[-3,-2],[-9,-4],[-7,-7],[-7,-2],[-4,8],[0,-16],[-7,-9],[-20,-7],[-4,-3],[-2,-3],[-4,-4],[-4,-2],[-19,4],[-19,-4],[-4,-2],[-4,-5],[-12,-20],[-3,-10],[-6,0],[-6,-2],[-2,-4],[-2,3],[0,8],[3,5],[1,-3],[5,0],[0,16],[-9,2],[-3,-6],[-2,-6],[-2,3],[-3,3],[-1,-4],[-8,4],[-5,7],[-1,5],[0,8],[-2,-1],[-2,0],[-1,0],[-2,0],[0,1],[-2,-3],[-1,-3],[-1,-2],[-3,-1],[-2,-9],[-6,2],[-3,1],[-2,-4],[1,-9],[-3,-2],[-12,-3],[-11,4],[-10,9],[-14,15],[-5,4],[-5,2],[-11,3],[-5,3],[-5,5],[-10,15],[-2,4],[-1,17],[-1,2],[-1,6],[-6,31],[-3,4],[-5,7],[-3,5],[-2,6],[-2,7],[0,7],[3,8],[-5,15],[-1,6],[0,13],[-1,11],[-6,18],[-2,9],[-1,15],[1,11],[3,3],[5,-6],[8,-16],[4,-7],[5,-3],[11,1],[10,9],[8,14],[6,15],[4,19],[3,9],[4,6],[0,3],[1,3],[2,1],[1,-1],[2,-2],[0,-1],[2,-1],[3,2],[2,-7],[4,-4],[4,-2],[3,2],[3,4],[2,8],[2,7],[8,-2],[2,-15]],[[7804,473],[-2,-4],[-2,-1],[-1,-1],[-3,4],[-1,-1],[0,3],[-1,4],[-1,5],[4,5],[4,2],[2,-4],[0,-6],[1,-6]],[[7671,493],[-2,-4],[-4,2],[-4,4],[-1,6],[3,4],[6,4],[2,-5],[0,-11]],[[7664,700],[-1,-1],[-3,2],[-4,3],[-1,4],[0,8],[-1,5],[0,6],[1,7],[2,4],[2,2],[2,-1],[3,-5],[2,-2],[1,-2],[2,-4],[1,-4],[-6,-22]],[[7537,842],[-3,-3],[-19,2],[-3,0],[-8,8],[-5,18],[2,8],[4,6],[5,3],[5,-1],[4,-3],[10,-2],[4,-3],[1,-3],[0,-1],[0,-5],[0,-1],[0,-4],[2,-2],[1,-2],[1,-1],[0,-4],[0,-3],[0,-4],[-1,-3]],[[8026,918],[-5,-6],[-5,4],[1,14],[3,13],[5,7],[2,1],[2,-7],[1,-13],[-4,-13]],[[7434,944],[-4,-6],[-4,1],[-5,5],[-3,7],[3,6],[5,1],[3,-2],[3,-3],[2,-9]],[[7360,1023],[-4,-2],[-10,2],[-3,-2],[-5,-5],[-5,0],[-15,5],[-5,4],[0,1],[-4,4],[-8,14],[-3,6],[2,2],[1,1],[3,1],[2,1],[22,-14],[20,-3],[7,-5],[3,-6],[2,-4]],[[8156,1044],[-10,-6],[-5,4],[1,15],[4,11],[7,6],[10,2],[1,-18],[-8,-14]],[[8101,1084],[-6,-26],[-3,-10],[-11,-23],[-2,-7],[-2,-5],[-10,-10],[-3,-6],[-2,-3],[-13,-24],[-8,-9],[-6,5],[-6,11],[-6,11],[-18,-18],[-5,-9],[-5,-5],[-6,0],[-12,4],[-5,-3],[-6,-5],[-14,-20],[-15,-13],[-9,-13],[-5,-5],[-16,-4],[-12,-6],[-5,-6],[-2,-2],[-1,0],[-1,1],[-3,2],[-3,0],[-1,-5],[-1,-4],[-3,-3],[-3,-2],[-3,-1],[-1,2],[-1,1],[-1,7],[-2,14],[2,10],[1,7],[-2,3],[-2,18],[2,6],[13,-8],[3,2],[2,-1],[14,15],[36,23],[5,2],[3,2],[1,1],[13,15],[5,8],[17,14],[3,0],[6,-1],[2,1],[2,1],[3,5],[2,2],[0,4],[-2,4],[5,9],[0,11],[-1,26],[-2,10],[-4,9],[-5,6],[-2,5],[7,8],[37,-28],[10,5],[28,35],[35,16],[11,1],[5,-3],[7,-6],[4,-6],[2,-3],[2,-11],[-5,-4],[-4,-5],[-16,-9],[-6,-10]],[[8183,1166],[-4,-1],[-8,6],[0,15],[5,13],[5,2],[3,-4],[3,-2],[2,-4],[1,-1],[0,-8],[-1,-7],[-2,-6],[-2,-1],[-2,-2]],[[6549,2435],[-3,-1],[-2,5],[-3,13],[-2,11],[-2,7],[4,4],[2,-2],[5,-5],[3,-3],[-1,-10],[1,-10],[-2,-9]],[[6163,7848],[1,-51],[-3,-17],[2,-13],[0,-31],[5,-21],[4,-72],[11,-69],[-2,-11],[0,-13],[1,-13],[2,-9],[9,-27],[0,-6],[0,-5],[-1,-4],[3,-23],[6,-22],[13,-36],[18,-32],[19,-25],[43,-39],[20,-12],[102,-24],[11,3],[9,7],[9,2],[9,-8],[-2,-1],[-3,1],[-2,1],[-2,-5],[22,-15],[35,-14],[12,-9],[9,-14],[-1,-21],[2,-8],[3,-21],[3,-9],[4,-10],[6,-32],[8,-23],[9,-16],[19,-25],[13,-29],[4,-4],[6,-2],[29,-36],[5,-2],[4,-3],[8,-15],[4,-6],[42,-40],[38,-48],[22,-18],[74,-26],[48,-25],[49,-16],[47,-24],[49,12],[44,28],[46,20],[47,16],[45,17],[46,24],[44,24],[88,35],[12,3],[104,11],[19,8],[13,19],[-1,-22],[-15,-9],[-18,-5],[-13,-6],[-3,-3],[-4,1],[-7,4],[-4,-1],[-7,-5],[-4,-2],[-16,4],[-13,0],[2,-7],[3,-2],[9,1],[-5,-3],[-2,-1],[6,-15],[11,-9],[41,-6],[4,-4],[5,-3],[33,16],[3,5],[2,9],[0,61],[-1,10],[-4,4],[-5,4],[1,8],[6,20],[-7,18],[-4,21],[-6,50],[-8,38],[-1,8],[-3,50],[73,-11],[5,0],[5,4],[5,8],[5,6],[6,1],[6,-2],[6,0],[9,6],[45,46],[6,1],[16,-6],[6,0],[4,4],[7,12],[5,4],[3,5],[13,15],[6,10],[2,4],[0,9],[4,15],[1,8],[0,14],[0,4],[-1,4],[-3,5],[-1,3],[-1,12],[5,19],[1,11],[1,10],[4,9],[8,16],[40,48],[12,24],[2,6],[2,8],[3,3],[4,1],[2,2],[2,5],[3,10],[2,5],[6,3],[15,5],[3,2],[3,9],[5,6],[12,7],[4,1],[5,8],[5,5],[20,26],[7,5],[17,1],[52,19],[8,0],[16,-6],[11,-10],[4,-3],[13,0],[5,-2],[7,-7],[4,-2],[4,-1],[38,13],[10,-3],[2,-1],[8,-6],[4,-1],[23,7],[4,5],[3,10],[1,10],[-2,11],[-7,14],[2,8],[17,27],[9,11],[9,6],[25,2],[4,-2],[4,-4],[3,-5],[4,-3],[4,2],[21,16],[13,4],[3,-1],[10,-15],[9,-9],[4,-2],[40,-13],[11,-8],[5,-1],[5,4],[4,6],[8,10],[3,6],[6,16],[1,2],[2,4],[4,4],[3,1],[3,-1],[6,-3],[3,-4],[1,-3],[0,-5],[1,-5],[6,-18],[5,-20],[3,-9],[9,-16],[3,-18],[5,-14],[2,-10],[-1,-10],[-5,-31],[7,-15],[38,-27],[4,1],[4,2],[5,2],[4,-1],[14,-7],[12,0],[4,2],[4,0],[4,-4],[3,-5],[4,-4],[1,0],[1,0],[4,2],[3,-1],[1,-4],[3,-8],[1,-4],[4,-3],[5,1],[4,2],[5,0],[9,-4],[41,-35],[18,-7],[9,-2],[4,-2],[5,-3],[2,-4],[0,-4],[-1,-5],[0,-4],[4,-14],[1,-4],[1,-11],[0,-8],[1,-7],[5,-6],[4,-3],[21,-6],[3,-3],[7,-8],[4,-2],[24,4],[5,4],[3,10],[3,9],[3,9],[4,5],[5,1],[5,-4],[13,-21],[11,-8],[6,-2],[6,1],[3,3],[1,3],[2,3],[3,0],[6,-2],[3,0],[3,2],[3,8],[1,9],[1,4],[16,-16],[21,-8],[10,-9],[4,-5],[3,-2],[8,-2],[3,-2],[9,-16],[35,-45],[6,-1],[15,12],[6,-3],[5,-9],[5,-12],[2,-8],[-1,-13],[1,-6],[1,-5],[-1,-6],[-2,-5],[-1,-7],[1,-12],[5,-41],[3,-8],[17,-24],[5,-10],[2,-4],[-1,-3],[-1,-2],[0,-1],[0,-4],[-1,-5],[1,-4],[4,-2],[2,-3],[2,-3],[2,-2],[2,-1],[9,6],[4,-1],[4,-8],[2,-10],[1,-11],[2,-9],[4,-5],[2,1],[2,3],[3,9],[3,2],[2,0],[39,-22],[17,-26],[10,-10],[22,-7],[10,-8],[8,-19],[9,-37],[13,-33],[28,-61],[5,-16],[8,-36],[6,-17],[8,-9],[43,1],[37,2],[56,1],[32,1],[27,1],[13,-4],[11,-2],[2,-20],[2,-9],[1,-6],[1,-7],[-1,-7],[-1,-7],[-1,-6],[-2,-4],[-1,-6],[1,-7],[1,-9],[-5,-47],[-2,-29],[4,-17],[-1,-2],[0,-2],[-1,-4],[2,-2],[2,-3],[2,-4],[1,-3],[1,-6],[1,-6],[0,-14],[1,-6],[4,-11],[4,-37],[0,-17],[1,-3],[-1,-4],[-3,-6],[-1,-4],[-1,-6],[0,-5],[0,-6],[-1,-6],[-3,-3],[-2,-2],[-2,-3],[-1,-7],[1,-12],[0,-5],[-3,-6],[-5,-8],[-3,-7],[3,-3],[7,-2],[5,-5],[5,-8],[4,-9],[3,-8],[2,-10],[2,-11],[1,-21],[1,-8],[0,-10],[-2,-13],[2,-4],[0,-6],[-2,-14],[0,-3],[0,-11],[0,-4],[-4,-6],[-1,-4],[1,-15],[3,-14],[7,-18],[2,-5],[2,-24],[1,-12],[-2,-12],[-3,-11],[-6,-14],[-3,-11],[-3,-19],[-1,-6],[-6,-13],[-1,-7],[-1,-12],[1,-30],[-2,-10],[-5,-6],[-7,-2],[-5,0],[-4,-6],[-2,-12],[0,-13],[0,-5],[2,-3],[1,-5],[0,-6],[-3,-3],[-1,-2],[1,-6],[9,-23],[1,-3],[0,-6],[-1,-6],[0,-4],[3,-6],[-6,-16],[-2,-9],[-2,-24],[-4,-22],[-1,-11],[0,-6],[-4,-11],[-1,-7],[0,-6],[2,-11],[0,-5],[-1,-21],[-3,-19],[-8,-5],[-1,-10],[-5,-17],[-9,-12],[-5,-10],[0,-14],[1,-15],[-1,-14],[-3,-7],[-3,-1],[-3,0],[-4,-1],[-4,-4],[-1,-4],[-2,-4],[-12,-25],[-5,-7],[-7,-3],[-14,-4],[-7,-6],[-4,-12],[3,-1],[2,-3],[2,-4],[2,-14],[3,-4],[6,-5],[3,-5],[3,-7],[4,-16],[20,-46],[3,-11],[-20,-2],[-27,-4],[-19,-2],[2,-12],[-4,-8],[-12,-13],[-10,-17],[-8,-20],[-8,-28],[-1,-26],[0,-8],[3,-51],[8,-90],[-1,-23],[-8,-34],[-2,-19],[6,-43],[17,-29],[22,-17],[20,-3],[20,2],[10,-1],[9,-4],[4,-5],[5,-7],[2,-9],[0,-1],[-2,-6],[-4,-3],[-13,-1],[-4,-6],[-1,-8],[1,-10],[0,-10],[-1,-12],[-3,-7],[-9,-10],[-7,-12],[-11,-26],[-12,-32],[-15,-36],[-13,-33],[-1,-8],[0,-46],[4,-38],[7,-48],[9,-57],[10,-58],[10,-62],[10,-68],[12,-81],[9,-63],[-1,-48],[-3,-47],[-2,-9],[-7,-17],[-2,-9],[1,-4],[2,-2],[2,-4],[-2,-12],[0,-6],[2,-6],[1,-7],[0,-12],[-2,-37],[1,-28],[3,-54],[-3,-44],[1,-13],[4,-29],[3,-55],[9,-7],[26,-7],[45,-12],[0,-1],[45,-12],[52,-14],[31,-9],[15,-4],[6,-5],[6,-8],[9,-23],[2,-11],[-2,-25],[0,-11],[3,-12],[7,-23],[2,-13],[1,-17],[0,-6],[5,-19],[3,-19],[1,-12],[1,-11],[-2,-13],[-5,-19],[1,-6],[1,-41],[-2,-1],[-1,-4],[0,-11],[0,-1],[1,-3],[-4,-9],[-22,-50],[-34,-78],[-30,-70],[-22,-49],[-29,-66],[-15,-34],[-22,-50],[-41,-94],[-20,-46],[-15,-34],[21,-49],[14,-32],[18,-40],[20,-46],[20,-48],[22,-50],[5,-8],[6,-4],[5,-7],[2,-15],[0,-11],[-4,-21],[0,-11],[3,-12],[8,-18],[4,-10],[1,-7],[0,-15],[2,-6],[3,-6],[2,-2],[2,-1],[3,-3],[3,-8],[1,-10],[2,-8],[5,-4],[3,-4],[0,-5],[-1,-6],[-2,-5],[-2,-4],[-1,-3],[1,-4],[2,-3],[3,-3],[3,-4],[3,-6],[11,-50],[1,-12],[1,-10],[1,-8],[8,-17],[8,-32],[7,-19],[28,-48],[11,-28],[17,-30],[8,-19],[5,-5],[16,-9],[13,-14],[8,-5],[17,-3],[9,-4],[22,-19],[35,-14],[7,-7],[3,-7],[3,-8],[2,-7],[5,-5],[4,-3],[3,-3],[2,-6],[1,-10],[4,-13],[17,-35],[5,-7],[44,17],[6,-7],[1,-20],[-4,-61],[-4,-66],[5,-41],[7,-56],[1,-35],[3,-48],[1,-29],[2,-54],[2,-31],[-2,-24],[-14,-62],[6,-12],[1,-7],[-1,-9],[-1,-9],[-1,-6],[-3,-4],[-4,-1],[11,-20],[4,-4],[2,0],[4,4],[2,1],[2,-2],[6,-6],[9,-4],[7,1],[15,6],[7,2],[14,8],[7,1],[5,-1],[3,0],[14,10],[3,-1],[3,-2],[7,-12],[3,-4],[7,-5],[2,-3],[3,-6],[4,-11],[9,-39],[-5,3],[-5,0],[-6,-4],[-2,-10],[-1,-6],[-3,-8],[-1,-6],[-1,-7],[2,-66],[2,-11],[3,-9],[2,-10],[0,-10],[-4,-8],[-11,-3],[-5,-5],[-1,-9],[-3,-85],[-2,-23],[-6,-12],[-3,0],[-2,2],[-2,3],[-2,2],[-3,1],[-8,-4],[-10,1],[-10,3],[-24,1],[-21,1],[-18,1],[-3,-2],[-2,-5],[-3,-10],[-2,-3],[-2,-2],[-2,-2],[-8,-3],[-2,0],[-3,3],[-3,1],[-3,-3],[-2,-4],[-2,-4],[-5,-3],[-45,-10],[-2,-1],[-2,-3],[-3,-8],[-1,-3],[-3,-1],[-5,0],[-3,0],[-2,-2],[-4,-5],[-2,-3],[-5,-4],[-2,-2],[-2,-5],[0,-5],[0,-4],[1,-3],[1,-4],[-3,-10],[-8,-16],[-2,-8],[1,-13],[3,-11],[0,-8],[-6,-6],[-10,2],[-12,9],[-10,2],[-4,-14],[-1,-14],[-2,-6],[-11,-4],[-6,-3],[-5,-5],[-9,-13],[-32,-18],[-7,-10],[-4,-16],[-2,-18],[-2,-35],[-2,-32],[-3,-37],[-3,-48],[-3,-41],[-2,-11],[-4,-9],[-4,-3],[-5,1],[-6,-3],[-6,-15],[2,-22],[3,-23],[-1,-21],[-2,-4],[-4,-8],[-1,-6],[-1,-8],[-1,-34],[-2,-50],[-2,-59],[-1,-49],[-9,-49],[-1,8],[-1,10],[-5,7],[0,3],[-2,2],[-2,-3],[-1,-4],[0,-9],[-1,-4],[1,-2],[3,-7],[1,-2],[-5,1],[-5,4],[-4,0],[-6,-9],[6,-4],[3,-3],[2,-5],[-1,-6],[-4,-11],[-2,-6],[0,-3],[0,-2],[-2,-4],[-4,-4],[-14,-9],[4,-5],[-7,-17],[-44,31],[-16,6],[0,10],[-4,15],[-37,26],[-43,15],[-37,17],[-25,6],[-5,5],[4,8],[-6,18],[-1,8],[0,33],[-1,5],[-9,20],[-5,4],[-4,2],[-5,-1],[-18,-12],[-5,-5],[-2,-8],[-4,-10],[-3,-6],[0,-4],[1,-4],[1,-12],[2,-1],[1,-1],[3,-2],[3,0],[1,-2],[1,-4],[3,-6],[-3,1],[0,-1],[7,-8],[0,-8],[-3,2],[-9,7],[-11,9],[-5,6],[-12,0],[-7,12],[2,10],[1,2],[-4,3],[-4,2],[-10,-1],[-7,-3],[-2,-1],[-2,-5],[0,-4],[0,-3],[6,-7],[-2,-11],[-7,0],[-5,7],[-3,2],[-9,3],[-3,3],[-2,7],[-5,5],[-9,-1],[-14,-4],[-14,-2],[-10,-14],[-11,7],[-11,22],[-12,6],[-31,-4],[-12,0],[-20,10],[-13,25],[-9,11],[-16,-6],[-31,-10],[-7,-2],[-15,-5],[-15,-14],[-6,-3],[-2,1],[-2,4],[-2,3],[-2,-1],[-3,-3],[-2,-1],[-6,1],[-6,2],[-4,4],[-4,5],[-12,40],[-6,15],[-11,10],[-9,-1],[-2,3],[-2,5],[-1,6],[-1,5],[-3,2],[-23,0],[-48,18],[-17,-6],[-14,2],[-5,5],[2,9],[-8,-1],[-9,-3],[-3,-4],[-6,-10],[-4,-2],[-2,1],[-1,3],[-1,0],[-3,-6],[-3,-3],[-2,-2],[-3,1],[-1,4],[-1,-2],[-9,-13],[-10,-3],[-9,4],[-8,5],[-9,3],[-7,7],[-6,15],[-8,34],[-8,20],[-10,5],[-11,-6],[-11,-11],[-9,-15],[-6,-7],[-4,0],[1,26],[1,7],[1,3],[0,2],[-1,4],[-2,14],[-4,7],[-6,3],[-7,0],[-6,-1],[-14,-7],[-4,2],[-5,5],[-3,1],[-3,0],[-5,-3],[-3,-1],[-7,1],[-18,12],[2,3],[-35,5],[-4,4],[-2,9],[-2,29],[-6,30],[-4,24],[-2,11],[-2,5],[-1,2],[-6,14],[-1,1],[-3,-2],[-1,1],[-1,2],[-1,7],[-3,21],[-1,10],[-3,12],[0,7],[1,12],[9,18],[2,12],[-3,18],[-18,39],[2,15],[-2,4],[-2,27],[-2,13],[-3,10],[-5,10],[-1,4],[-1,6],[-1,13],[0,6],[5,73],[-1,27],[-17,136],[-4,11],[-9,15],[-3,10],[0,9],[-8,11],[-3,5],[4,0],[3,2],[3,4],[3,2],[-2,4],[-1,6],[1,6],[2,5],[-8,-7],[-3,-1],[-2,1],[-2,2],[-1,3],[-1,2],[-2,2],[-1,3],[-2,3],[-5,-5],[-2,2],[0,5],[0,6],[-4,-2],[-2,3],[1,4],[2,3],[1,2],[5,10],[2,3],[0,5],[-7,2],[-7,8],[-4,12],[-2,14],[-3,-6],[-3,-3],[-8,0],[-3,3],[-3,5],[-2,6],[-2,3],[-28,0],[-6,4],[-2,-4],[-6,7],[-8,3],[-17,2],[-8,3],[-14,11],[-8,2],[-16,-2],[-9,-4],[-6,-8],[-5,-6],[-18,-1],[-7,-3],[-2,-3],[-4,-8],[-1,-3],[-1,-7],[-1,-2],[-2,0],[-3,-3],[-4,-8],[-18,-21],[-6,-11],[0,-2],[-2,-2],[-5,-9],[-3,-1],[-11,-3],[-11,-6],[-3,0],[-9,0],[-3,-1],[-4,-5],[-2,-1],[-10,0],[-9,3],[-2,1],[-5,-5],[-9,-16],[-4,-4],[-3,-4],[-14,-32],[4,3],[2,1],[2,4],[1,-14],[-2,-18],[-3,-17],[-4,-11],[-9,-16],[-10,-10],[-11,-4],[-12,1],[-21,15],[-12,3],[-10,-9],[-3,-12],[-2,-10],[-2,-8],[-7,-3],[-5,-1],[-12,-7],[-4,-3],[-17,-31],[-3,-4],[-26,-41],[-28,-33],[-2,-4],[-2,-3],[-2,-4],[-3,-1],[-3,1],[-4,5],[-4,2],[-22,-4],[-12,3],[-5,14],[-3,17],[-8,14],[-11,5],[-25,-2],[-9,9],[-5,15],[-4,19],[-5,18],[-8,13],[-5,2],[-6,-2],[-5,-3],[-20,-3],[-6,2],[-18,10],[-5,2],[-2,1],[-6,8],[-2,3],[-2,0],[-6,-3],[-17,-16],[-13,-3],[-10,-6],[-6,0],[-12,7],[-7,1],[-6,-6],[-3,2],[-14,24],[-20,23],[-26,38],[-3,10],[-2,11],[-1,28],[-2,12],[-4,10],[-9,11],[-90,61],[-6,1],[-6,3],[-3,8],[-3,9],[-3,8],[-16,8],[-3,6],[-2,12],[-5,7],[-12,7],[-22,38],[-9,13],[-14,12],[-21,18],[-6,11],[0,12],[3,8],[4,4],[6,1],[5,-1],[5,2],[4,5],[-3,14],[-4,7],[-11,8],[-4,7],[-2,7],[-4,19],[-2,6],[-20,40],[-9,14],[-9,8],[-48,21],[-10,10],[-31,57],[-10,12],[-11,9],[-12,4],[-19,-5],[-4,3],[-5,6],[-10,-1],[-10,-5],[-16,-6],[-11,3],[-23,10],[-3,1],[-1,4],[-1,6],[0,4],[-2,3],[-8,2],[-11,7],[-6,12],[-6,20],[-7,8],[-2,-17],[-5,0],[-5,35],[-6,14],[-4,21],[-10,32],[-4,9],[-6,11],[-1,12],[6,31],[-1,16],[-5,17],[-9,17],[-3,7],[-10,29],[-9,18],[-2,6],[-16,78],[-2,18],[0,75],[-4,25],[-6,22],[-6,16],[-9,10],[-11,5],[-11,1],[-5,3],[-2,6],[-2,12],[-13,30],[-2,11],[-2,17],[1,14],[6,6],[5,-3],[5,-9],[5,-10],[2,-10],[3,5],[0,4],[-2,5],[1,6],[2,5],[5,9],[2,6],[1,13],[-1,13],[-2,9],[-5,-3],[-3,18],[-1,5],[-4,6],[-1,-1],[-3,-2],[-2,-2],[-1,3],[0,10],[-1,5],[-1,3],[-6,2],[-21,-2],[-5,-2],[-7,-8],[-7,2],[-6,10],[-2,16],[-1,14],[1,7],[2,7],[2,8],[2,10],[2,4],[4,-8],[2,24],[0,4],[-2,2],[-2,3],[-3,11],[2,15],[0,23],[-2,23],[-2,16],[-3,12],[-5,14],[-5,4],[0,-18],[-1,6],[-8,22],[-14,23],[-2,7],[-2,10],[-4,12],[-9,17],[-15,12],[-3,6],[-1,11],[-4,12],[-8,15],[-7,20],[-12,42],[-6,18],[-5,8],[-11,13],[-10,21],[-1,3],[-1,7],[0,10],[-1,7],[4,1],[1,3],[-2,4],[-3,4],[3,19],[-6,34],[1,15],[-4,6],[-4,10],[-3,12],[-2,10],[-1,6],[-4,5],[-2,2],[-7,5],[-10,2],[-10,-3],[-9,-6],[-84,-102],[-9,-8],[-9,4],[-7,21],[-1,9],[0,27],[-2,10],[-2,5],[-1,3],[-1,3],[-3,3],[-2,2],[-3,1],[-6,1],[-2,-1],[-6,-2],[-3,-1],[-3,1],[-4,6],[-2,1],[-6,-2],[-10,-8],[-5,-2],[-7,1],[-3,5],[1,24],[-1,2],[-4,5],[-1,4],[0,3],[0,9],[0,4],[2,4],[-1,3],[-3,5],[-1,-10],[-3,-10],[-4,-7],[-4,-1],[-5,5],[-3,8],[-2,6],[-5,1],[-6,4],[-18,19],[-3,7],[-2,19],[-5,12],[-7,6],[-8,5],[3,9],[4,3],[11,-4],[6,1],[8,5],[5,2],[6,-3],[10,-11],[4,-2],[6,-1],[5,-4],[3,-6],[4,-9],[1,8],[5,17],[8,19],[1,6],[1,10],[-6,-2],[-4,5],[-2,9],[-2,21],[-3,-2],[-5,-9],[-4,-6],[1,8],[0,2],[1,2],[-2,7],[-2,-1],[-3,-4],[-4,-2],[-1,2],[-3,8],[-2,2],[-2,0],[-2,-3],[-2,-1],[-5,2],[-5,2],[-4,1],[-5,-5],[-9,3],[-8,-9],[-2,-12],[7,-6],[9,-3],[6,-9],[3,-10],[-6,-10],[-4,0],[-15,4],[-3,-2],[-14,-26],[-1,-3],[-3,-7],[-1,-7],[3,-5],[-1,-4],[-2,-5],[-1,-3],[2,-13],[5,-9],[5,-8],[5,-9],[2,-10],[2,-13],[1,-27],[0,-7],[-3,-12],[0,-7],[0,-6],[1,-11],[0,-7],[-1,-12],[-4,-10],[-5,-7],[-5,-3],[-18,4],[-5,-4],[-5,4],[-18,0],[-12,12],[-4,2],[-1,-10],[2,-7],[3,-12],[1,-8],[-1,-5],[-2,-5],[-2,-5],[-3,-2],[-6,-4],[-19,4],[0,4],[-2,-4],[0,-1]],[[6072,2877],[-2,1],[-8,5],[-4,4],[-4,6],[-1,3],[-2,4],[-2,11],[0,8],[-5,29],[-1,1],[-2,6],[-5,12],[-3,13],[-1,5],[1,6],[2,5],[3,4],[1,5],[1,7],[0,6],[-2,6],[-1,5],[-11,18],[-8,19],[-6,17],[-2,4],[-3,2],[-4,0],[-9,-3],[-4,0],[-3,1],[-3,2],[-2,5],[-1,5],[-2,26],[-3,13],[-3,11],[-4,10],[-3,3],[-3,2],[-28,7],[-1,18],[1,283],[-1,8],[-2,3],[-88,0],[1,142],[1,100],[40,208],[2,13],[-1,13],[-3,10],[-11,15],[-4,9],[-1,5],[-2,10],[-1,5],[-2,4],[-5,6],[-2,4],[-9,32],[-1,11],[-3,10],[-9,9],[-4,8],[-6,26],[-4,11],[-1,1],[-5,4],[-4,1],[-2,5],[-3,6],[-3,4],[-4,2],[-2,3],[0,5],[0,8],[1,6],[2,5],[1,6],[1,8],[-2,8],[-5,7],[-1,8],[-3,2],[-1,4],[-5,12],[-1,3],[-1,3],[-8,14],[-2,4],[-1,8],[0,3],[1,2],[2,11],[2,3],[1,4],[-1,7],[-1,4],[-7,10],[-5,11],[-3,9],[-3,7],[-6,6],[-15,9],[-4,1],[-12,-13],[-5,-3],[-9,-2],[-8,3],[-8,8],[-9,12],[-80,130],[-11,24],[-17,19],[-12,18],[-1,2],[-25,26],[-8,14],[-26,24],[-28,16],[-32,-7],[-15,4],[-6,23],[3,8],[5,6],[4,8],[2,10],[-2,8],[-4,6],[-5,4],[-11,3],[-4,6],[0,7],[5,5],[6,1],[5,0],[4,1],[6,8],[7,13],[3,8],[2,8],[0,5],[-3,4],[-1,5],[0,5],[2,11],[0,6],[-3,10],[-3,7],[-9,13],[-10,28],[-9,16],[-2,8],[0,10],[-1,12],[-2,11],[-3,10],[-9,21],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,-1],[-2,-1],[-5,-9],[-8,-2],[-8,4],[-4,7],[4,10],[13,14],[3,9],[-2,13],[-6,7],[-4,9],[1,18],[-6,-3],[-13,0],[-5,-4],[-7,-14],[-5,-5],[-4,-2],[-2,4],[0,21],[-1,4],[-1,5],[-12,16],[-5,8],[-3,9],[-3,10],[-2,10],[-1,12],[-2,10],[-3,7],[-4,6],[-4,7],[-23,79],[-1,1],[-1,1],[-8,-2],[-7,1],[-6,6],[-5,14],[5,5],[3,3],[2,4],[4,16],[2,15],[3,13],[7,11],[4,8],[10,16],[3,6],[0,7],[-1,5],[-2,5],[-2,7],[1,5],[4,11],[1,6],[4,28],[0,14],[-1,14],[-4,11],[-6,6],[-6,0],[-5,-7],[-5,6],[-4,13],[-8,48],[3,8],[14,6],[2,3],[1,4],[2,4],[1,4],[1,18],[-3,24],[1,16],[11,-6],[9,-9],[8,-3],[18,-3],[6,-4],[2,1],[1,4],[1,6],[0,6],[-1,4],[-3,8],[-1,10],[0,11],[-1,11],[-1,4],[-1,3],[-2,3],[0,7],[-1,4],[-2,5],[-3,3],[-2,2],[-4,8],[2,10],[8,15],[0,7],[0,12],[1,7],[2,7],[4,2],[7,2],[7,9],[2,14],[-1,15],[2,11],[6,1],[5,-5],[3,-3],[7,-4],[4,10],[2,14],[3,11],[0,11],[-2,15],[-1,8],[0,8],[1,7],[3,5],[2,1],[4,0],[1,2],[1,3],[-1,7],[0,3],[4,11],[2,1],[4,-3],[5,-6],[3,-2],[4,0],[8,-6],[4,2],[4,7],[7,7],[2,1],[5,-2],[7,4],[3,1],[3,3],[2,7],[-5,11],[3,17],[6,18],[1,15],[-4,6],[-10,0],[-4,5],[-1,9],[3,8],[3,7],[1,6],[1,2],[-2,17],[-6,14],[-15,23],[-17,49],[-3,17],[-1,6],[1,4],[1,4],[3,3],[1,3],[0,2],[0,2],[-1,3],[-3,11],[-3,12],[1,1],[2,0],[8,-5],[1,8],[-3,23],[0,9],[1,11],[2,9],[3,7],[6,3],[18,-1],[6,2],[13,13],[11,-1],[5,1],[4,7],[4,10],[8,9],[4,7],[3,10],[1,9],[-2,8],[-4,5],[-6,1],[-5,-4],[-4,-6],[-6,-3],[-11,-4],[-6,-1],[-5,4],[-2,4],[-2,3],[-1,4],[-1,12],[-1,2],[-2,1],[-8,5],[-5,0],[-4,-3],[-5,-5],[-6,-3],[-17,1],[-8,-5],[-3,1],[-3,1],[-2,0],[-7,-9],[-5,-5],[-5,-1],[-5,6],[-3,1],[-10,-6],[-4,3],[-4,7],[-6,31],[-13,31],[-8,13],[-7,2],[-3,4],[-10,17],[-10,6],[-6,4],[-7,0],[-9,-8],[-5,-2],[-5,-7],[-6,-3],[-6,1],[-4,9],[-2,9],[1,12],[4,12],[3,10],[1,11],[-3,12],[-9,20],[-1,12],[1,27],[-2,11],[-3,7],[-5,7],[-2,7],[7,7],[-5,12],[-2,10],[-1,25],[-1,14],[-3,15],[-5,10],[-6,1],[-15,-11],[-8,-1],[-7,6],[-3,7],[-1,5],[-1,6],[-1,7],[-2,6],[-2,4],[-2,5],[0,8],[-4,7],[-4,6],[-1,2],[-4,8],[1,10],[1,1],[3,2],[1,2],[0,12],[3,20],[5,21],[1,11],[-3,13],[-7,21],[-3,9],[-5,5],[-3,0],[-3,2],[-3,3],[-3,5],[-3,5],[-4,2],[-8,-1],[-7,3],[-5,6],[-2,10],[2,15],[10,20],[4,11],[1,14],[-1,13],[-3,9],[-1,11],[1,15],[3,7],[1,6],[-2,6],[-6,5],[-3,6],[-2,2],[-2,-1],[-6,-2],[-2,0],[-1,3],[-2,9],[-1,4],[-2,3],[-2,1],[-1,1],[-2,4],[-2,11],[0,5],[3,17]],[[5072,7090],[2,12],[-2,9],[-2,10],[-1,12],[2,11],[3,5],[4,4],[3,7],[1,19],[-6,12],[-15,17],[-3,8],[-1,9],[-3,5],[-9,-3],[-3,5],[-4,17],[-4,6],[-10,1],[-3,4],[-2,9],[4,18],[-1,10],[-2,12],[1,14],[2,15],[2,12],[-1,10],[-6,8],[-5,10],[1,18],[2,5],[9,13],[3,8],[-1,5],[-9,21],[-7,10],[-8,6],[-7,-1],[-3,-4],[-4,-2],[-4,1],[-2,6],[0,4],[1,9],[0,3],[-2,3],[-2,-1],[-2,-1],[-2,1],[-3,7],[-1,7],[-1,7],[-2,5],[-3,4],[-9,8],[-3,2],[-17,-4],[-10,3],[-4,12],[0,5],[1,2],[3,6],[2,6],[0,8],[-2,8],[1,7],[1,8],[3,7],[2,9],[7,12],[2,9],[2,13],[3,7],[3,5],[5,4],[2,4],[-3,11],[1,5],[2,3],[5,4],[2,5],[1,8],[2,12],[1,11],[-1,28],[7,15],[10,13],[6,15],[0,9],[-2,10],[-3,7],[-4,6],[-4,3],[-4,-1],[-9,-9],[-13,4],[-4,3],[-2,3],[-1,5],[1,10],[0,5],[-1,15],[0,7],[4,24],[0,10],[-2,30],[1,23],[0,12],[-2,10],[-2,3],[-2,3],[-5,2],[-3,3],[1,4],[2,4],[1,4],[-1,11],[-1,7],[-1,7],[1,12],[7,43],[-1,17],[-14,11],[-4,8],[-4,8],[-3,14],[-1,4],[-1,5],[1,4],[-1,6],[-2,3],[-2,4],[-2,4],[-1,9],[-1,4],[-1,4],[4,11],[4,6],[3,7],[-3,23],[1,10],[6,17],[-2,15],[-11,12],[-12,11],[-6,9],[-1,5],[2,11],[0,5],[-3,12],[-1,5],[0,5],[0,4],[0,4],[-3,12],[-1,12],[-1,6],[-7,14],[-2,7],[3,7],[5,6],[4,2],[4,1],[6,-2],[6,2],[15,6],[6,-1],[19,-16],[6,-1],[6,3],[14,10],[5,7],[4,11],[1,11],[-1,11],[1,13],[3,7],[0,7],[-1,8],[-1,8],[1,10],[1,8],[9,30],[2,7],[0,3],[0,7],[-1,19],[1,6],[28,40],[7,3],[4,-5],[7,-18],[4,-7],[16,-13],[5,-7],[21,-27]],[[6072,2877],[0,-1],[0,-2],[6,0],[2,-6],[-4,-7],[-7,-3],[-28,5],[-21,14],[-9,13],[-10,6],[-14,18],[-12,7],[-12,5],[-12,0],[-10,-5],[-18,-19],[-2,15],[-1,18],[-2,16],[-4,11],[3,-19],[0,-7],[0,-8],[-1,-7],[-1,-6],[2,-5],[0,-14],[-57,55],[-15,6],[-69,0],[-15,-4],[-43,-34],[-14,-18],[-9,-25],[-23,-110],[-9,-35],[-2,-9],[-1,-18],[0,-5],[-6,-23],[-19,-63],[-8,-40],[-4,-11],[-17,-36],[-17,-54],[-40,-87],[-8,-16],[-11,-5],[-12,-5],[-4,-2],[-7,-3],[-12,-5],[-28,5],[-20,4],[-20,3],[-21,4],[-20,4],[-27,4],[-27,5],[-28,5],[-27,5],[-27,4],[-27,5],[-27,5],[-28,5],[-21,3],[-21,4],[-21,4],[-21,3],[-24,5],[-2,1],[-2,1],[-2,2],[-1,1],[-21,32],[-25,39],[-25,40],[-26,39],[-25,39],[-30,48],[-31,47],[-30,48],[-18,27],[-13,20],[-30,48],[-30,47],[-31,47],[-30,48],[-24,36],[-23,37],[-23,36],[-24,37],[-28,43],[0,1],[-20,33],[-5,8],[-25,42],[-26,41],[-25,42],[-22,37],[-23,37],[-22,37],[-22,37],[-18,29],[-24,27],[-23,26],[-23,26],[-24,26],[-23,26],[-23,27],[-23,26],[-24,26],[-23,26],[-23,27],[-24,26],[-23,26],[-23,26],[-24,27],[-23,26],[-23,26],[-23,26],[-28,31],[-15,16],[-14,11],[-90,33],[-22,6],[-52,17],[-53,17],[-52,17],[-53,17],[-1,0],[0,-1],[-1,0],[-1,-1]],[[3580,4142],[0,5],[32,51],[7,18],[-6,40],[-4,18],[-5,6],[-50,-26],[-3,3],[-2,9],[-13,84],[0,1],[0,1],[21,12],[-18,123],[-13,86],[-12,83],[-9,63],[-11,75],[-13,84]],[[3481,4878],[30,32],[29,33],[30,32],[29,33],[29,32],[30,33],[29,32],[29,33],[30,32],[29,33],[29,32],[30,33],[19,21],[10,11],[30,33],[29,32],[29,33],[39,43],[65,32],[8,9],[6,16],[10,38],[0,1],[45,160],[3,15],[0,15],[-2,103],[-2,97],[0,13],[3,36],[11,72],[2,58],[3,17],[12,34],[9,25],[4,17],[2,19],[-1,81],[-1,19],[-3,19],[-21,80],[-7,28],[-1,11],[0,9],[9,148],[2,15],[23,82],[6,13],[8,7],[17,5],[82,31],[7,6],[7,11],[36,68],[53,100],[28,52],[17,29],[8,11],[0,9],[-1,7],[-2,6],[-2,6]],[[4433,7071],[12,3],[15,9],[23,7],[4,3],[1,3],[3,16],[33,86],[1,4],[1,5],[0,4],[2,4],[2,3],[13,9],[2,0],[3,0],[3,-3],[1,-11],[2,-3],[22,-12],[11,-3],[11,7],[7,9],[10,7],[11,5],[8,2],[5,-3],[34,-33],[2,-1],[2,0],[3,0],[2,5],[3,2],[5,1],[3,-1],[7,-10],[3,-5],[11,-9],[12,-18],[5,-3],[3,1],[7,4],[3,1],[4,-1],[2,-2],[5,-7],[6,-4],[7,-2],[27,3],[7,-1],[6,-3],[3,-3],[5,-10],[2,-2],[4,2],[5,8],[14,5],[8,16],[8,21],[9,14],[12,4],[9,-3],[5,-1],[26,-19],[6,-7],[4,-8],[3,-10],[3,-14],[1,-12],[0,-8],[0,-5],[-2,-7],[-3,-2],[-3,-1],[-3,-4],[-5,-10],[-2,-12],[0,-13],[2,-12],[10,-43],[2,-6],[3,-3],[11,-5],[3,0],[2,5],[3,9],[4,13],[1,9],[2,7],[23,13],[7,7],[6,9],[7,14],[9,16],[11,14],[8,7],[5,0],[28,-7],[5,-5],[3,-10]],[[2680,4510],[-4,-3],[-15,-17],[-9,-14],[-4,-5],[-6,2],[-5,-7],[-4,-10],[-2,-4],[-2,-1],[-1,-2],[0,-5],[1,-4],[2,-3],[0,-3],[-2,0],[0,-5],[2,-5],[1,-15],[1,-7],[-1,-3],[0,-1],[0,2],[-1,2],[0,-2],[-2,-7],[-1,4],[1,-12],[0,-4],[-3,0],[0,-4],[1,1],[1,0],[2,-6],[1,-2],[2,-5],[0,-4],[-2,-1],[-2,-3],[-1,-4],[0,-4],[1,-1],[0,-1],[1,-1],[1,-1],[0,-4],[-1,-2],[-2,-2],[1,-4],[-3,-4],[0,-1],[1,0],[1,-3],[-2,0],[0,-4],[1,-3],[1,-2],[-1,-2],[-3,-1],[1,-6],[1,-2],[1,-3],[1,-3]],[[2628,4299],[-21,10],[-7,3],[-6,0],[-7,4],[-1,15],[0,18],[-2,14],[-8,9],[-8,2],[-17,-2],[-5,4],[-7,11],[-4,4],[-5,0],[-4,-6],[-7,-14],[-8,-10],[-8,-7],[-7,-9],[-5,-17],[-3,-31],[-1,-10],[-2,-12],[-1,-1],[-4,-3],[-1,-1],[-1,-8],[-1,-18],[0,-8],[3,-2],[2,-4],[0,-6],[-1,-8],[-2,-7],[-10,-18],[-4,-8],[0,-6],[4,-18],[2,-10],[3,-55],[0,-11],[0,-13],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-18],[5,-22],[3,-20],[-7,-8],[-7,-5],[-2,-7],[0,-3],[2,-10],[9,-3],[4,0],[2,1],[3,3],[4,9],[2,3],[4,-1],[14,-13],[18,-8],[5,-5],[2,-8],[0,-9],[0,-13],[-1,-3],[-1,-1],[-2,1],[-1,3],[-16,-7],[-5,-5],[-5,-7],[-9,-18],[-22,-30],[-5,-11],[0,-2],[-4,-15],[-2,-16],[0,-17],[-1,-19],[-12,-38],[-4,-19],[3,-20],[6,-8],[7,-3],[7,3],[7,4],[16,4],[33,0],[16,11],[28,45],[16,17],[18,3]],[[2601,3775],[0,-35],[0,-5],[-2,-14],[-4,-23],[-5,-17],[2,-4],[-1,-13],[-3,-12],[-4,-15],[2,-16],[2,-15],[3,-12],[4,-14],[2,-16],[-1,-17],[-13,-47],[-2,-17],[1,-19],[-3,-10],[-8,-13],[-3,-6],[-3,-14],[-1,-13],[0,-13],[-1,-13],[-1,-6],[-5,-7],[-2,-5],[-2,-7],[0,-7],[-2,-14],[-2,-14],[-15,-61],[-12,-71],[-1,-14],[-5,-24],[0,-14],[2,-6],[4,-12],[0,-9],[0,-8],[-2,-6],[-2,-6],[-1,-8],[-3,-30],[-2,-10],[0,-17],[6,-36],[0,-18],[-5,-20],[-11,-33],[-3,-23],[0,-7],[-1,-5],[-1,-5],[-1,-5],[-2,-20],[-1,-35],[-1,-12],[-12,-64],[-2,-15],[-1,-33],[-3,-15],[-4,-11],[-1,-13],[-2,-16]],[[2467,2640],[-1,-7],[-1,-6],[-5,-11],[-2,-6],[-1,-4],[-1,-4],[0,-2],[-3,0],[-2,0],[-2,0],[-2,8],[-6,25],[-2,14],[0,40],[-6,61],[-11,55],[-11,61],[-2,32],[0,4],[0,3],[-1,4],[0,3],[-11,56],[-15,87],[-9,48],[-3,9],[-15,24],[-1,6],[-1,6],[0,11],[3,17],[0,8],[-3,7],[-4,11],[-1,10],[-1,25],[-6,46],[-16,83],[-14,68],[-10,51],[-8,49],[-11,62],[-2,16],[4,8],[14,19],[9,19],[1,10],[-3,20],[1,10],[5,21],[30,54],[4,5],[9,15],[1,13],[-6,12],[-8,12],[3,10],[6,16],[24,77],[2,4],[15,64],[7,31],[5,14],[8,52],[0,3],[0,6],[0,3],[4,4],[21,126],[10,87],[8,77],[1,5],[2,27],[1,8],[0,8],[6,48],[1,53],[2,11],[4,5],[4,-2],[5,-7],[4,-1],[3,1],[9,19],[1,5],[2,15],[1,7],[0,7],[-3,4],[1,8],[2,36],[4,19],[1,11],[-1,10],[1,3],[1,3],[1,2],[-1,4],[1,1]],[[2507,4712],[21,-3],[2,1],[2,4],[2,1],[2,0],[4,-2],[1,0],[10,6],[4,0],[1,-1],[1,-1],[3,-5],[3,-6],[2,-7],[2,-6],[4,-1],[15,8],[13,10],[8,1],[1,9],[5,16],[2,10],[2,15],[0,29],[2,13],[3,8],[1,8],[2,6],[3,0],[2,-3],[5,-14],[3,-5],[2,-2],[0,2],[-1,11],[2,4],[4,2],[4,2],[6,7],[10,20],[4,2],[4,1],[4,2],[3,3],[4,4],[4,9],[5,19],[4,9]],[[2697,4898],[1,-3],[-2,-3],[0,-10],[-1,-3],[-1,-8],[-4,-6],[-2,-4],[-6,-5],[10,-13],[-9,-23],[2,-5],[8,-10],[1,-27],[6,-7],[1,-17],[-3,-11],[-3,-9],[0,-9],[10,-7],[-1,-8],[3,-56],[2,-7],[6,-20],[-4,-13],[-2,-1],[-4,-14],[-3,-18],[1,-7],[-2,-15],[-14,-30],[-7,-19]],[[3580,4142],[-2,-1],[-6,-8],[-31,-56],[-9,-7],[-31,-17],[-59,-32],[-60,-33],[-60,-33],[-50,-27],[-9,-5],[-51,-28],[-15,-9],[-66,-37],[-66,-38],[-55,-31],[-10,-6],[34,-71],[35,-71],[0,-1],[34,-70],[35,-71],[1,-2],[0,-1],[1,-2],[1,-2],[29,-65],[29,-66],[30,-65],[29,-65],[13,-30],[-2,-3],[-20,-20],[-32,-35],[-29,-31],[-6,-10],[-3,-10],[-8,-37],[-10,-44],[-8,-41],[-12,-55],[-6,-10],[-31,-12],[-36,-15],[-38,-15],[-38,-15],[-23,-9],[-23,-10],[-8,-7],[-6,-13],[-15,-48],[-12,-40],[-17,-54],[-17,-55],[-20,-33],[-31,-49],[-28,-45],[-29,-46],[-7,-6],[-7,0],[-28,9],[-30,10],[-15,5],[-32,11],[-39,13],[-37,12],[-41,14],[-32,11],[-29,10],[3,5],[2,53],[2,15],[6,24],[-1,10],[-5,10],[-4,0],[0,2],[0,2],[0,1],[-2,-1]],[[2601,3775],[0,1],[1,44],[5,42],[6,26],[6,29],[9,18],[-6,32],[0,4],[3,7],[-6,47],[0,5],[2,2],[2,1],[1,3],[0,4],[-1,7],[-1,5],[0,8],[-1,6],[-2,14],[-1,27],[1,10],[5,7],[-3,7],[0,7],[5,14],[-2,4],[0,3],[2,3],[2,2],[0,4],[-1,7],[1,10],[3,27],[-3,0],[0,4],[1,2],[1,1],[1,2],[-2,7],[-1,11],[0,11],[1,7],[-2,8],[0,18],[-1,6],[0,4],[2,0],[0,-4],[1,0],[0,5],[-1,5]],[[2680,4510],[2,1],[2,1],[1,-1],[1,-1],[3,-6],[28,-13],[3,-2],[4,-9],[1,-1],[4,0],[1,-1],[0,-4],[0,-4],[-1,-2],[-1,0],[3,-5],[2,-4],[3,-2],[4,1],[6,-1],[1,-6],[-1,-10],[0,-11],[3,-10],[12,-34],[1,-7],[0,-3],[1,0],[3,0],[4,0],[10,2],[2,0],[3,-2],[1,-1],[1,1],[3,5],[2,1],[3,-3],[8,-16],[17,-22],[24,-41],[4,-5],[5,-3],[15,-2],[4,-5],[10,-3],[36,-8],[10,-14],[4,6],[6,-1],[17,-8],[4,0],[3,2],[43,54],[41,50],[29,35],[46,55],[21,25],[24,29],[46,54],[45,55],[34,40],[46,54],[23,27],[56,66],[65,75]],[[2507,4712],[0,1],[0,2],[-1,0],[0,1],[0,1],[0,2],[1,7],[3,6],[3,5],[5,5],[2,6],[2,7],[2,5],[-2,4],[2,0],[1,-1],[1,-3],[8,32],[1,17],[-6,15],[6,8],[4,11],[5,25],[1,8],[0,16],[1,8],[5,14],[1,7],[-1,7],[14,20],[7,13],[3,18],[0,7],[11,51],[-2,4],[4,7],[3,24],[5,5],[-1,7],[11,47],[1,12],[0,24],[1,5],[-1,7],[-2,5],[-1,5],[2,5],[2,1],[4,-1],[3,-2],[2,-3],[1,0],[3,3],[4,-1],[2,0],[4,3],[2,4],[2,11],[2,5],[0,3],[-1,0],[-1,1],[2,5],[3,14],[2,5],[2,2],[4,0],[1,2],[0,6],[-1,2],[-1,2],[-1,2],[0,14],[4,26],[1,18],[-1,7],[-3,13],[-1,8],[0,21],[1,4],[3,5],[1,3],[0,18],[2,19],[3,15],[6,10],[5,-7],[4,13],[4,18],[4,12],[14,15],[5,11],[-5,15],[0,3],[5,-2],[21,10],[14,25],[5,5],[2,6],[2,8],[0,27],[-1,13],[-1,10],[-3,7]],[[2737,5628],[3,0],[2,-1],[2,-2],[5,-7],[6,-3],[6,0],[7,2],[7,-1],[11,-2],[1,1],[3,4],[2,0],[1,-1],[4,-4],[1,-1],[16,2],[3,2],[2,5],[1,5],[0,11],[1,5],[6,7],[4,-5],[6,-21],[5,-8],[7,-4],[6,0],[7,4],[-1,-19],[-2,-2],[-3,4],[-4,2],[-4,-5],[-1,-7],[1,-8],[-1,-10],[-6,-7],[-7,-7],[-4,-9],[2,-9],[1,-3],[1,0],[1,0],[1,0],[5,3],[8,1],[7,-1],[4,-2],[0,-1],[2,-9],[2,-8],[4,-5],[4,-4],[4,-9],[2,-2],[2,1],[4,-5],[2,-5],[-1,-7],[-1,-10],[0,-4],[-1,-2],[-1,-3],[0,-5],[0,-5],[2,-5],[6,-14],[2,-6],[2,-1],[2,0],[2,-1],[1,-5],[0,-7],[-3,-7],[-2,-7],[1,-11],[2,-9],[7,-11],[1,-6],[0,-1],[-7,-15],[-6,-19],[-12,-18],[-6,-12],[-1,-9],[-1,-7],[-1,-5],[-4,-4],[-4,0],[-6,3],[-3,1],[-5,-5],[-9,-21],[-11,-17],[-4,-9],[-4,-11],[-5,-21],[0,-2],[2,-6],[2,-3],[7,-12],[11,-3],[4,-5],[1,-12],[-3,-8],[-5,-1],[-10,4],[-14,12],[-5,2],[-4,-3],[-3,-5],[-5,-5],[-5,0],[-2,2],[-4,8],[-2,2],[-9,-11],[-5,-4],[-5,-2],[-4,-3],[-2,-7],[-4,-12],[-9,-14],[-3,-10],[-2,-7],[-5,-8],[-2,-5],[0,-5],[0,-11],[0,-5],[-2,-3],[-3,-2],[-1,-2],[-1,-13],[3,-4],[6,-2],[7,-6],[3,-2],[5,-5],[5,-6],[2,-6],[-1,-11],[-4,-9],[-5,-7],[-5,-4],[-7,0],[-6,-4],[-3,-7],[4,-12],[-5,-19],[-8,-13],[-5,-5],[-6,-8],[-7,-7]],[[2737,5628],[-1,11],[-5,18],[-2,16],[-3,8],[0,6],[0,24],[-1,3],[-5,15],[-1,6],[-1,12],[-9,42],[2,1],[0,3],[2,4],[0,4],[0,4],[-2,4],[0,4],[2,2],[0,1],[-1,1],[-1,4],[2,8],[2,4],[2,4],[1,9],[-1,9],[-1,8],[-1,6],[0,28],[2,7],[12,35],[6,10],[-3,16],[-10,37],[4,20],[-1,10],[-2,38],[0,8],[-2,5],[-13,31],[-6,5],[-2,4],[-1,6],[-2,3],[-5,-1],[-4,-3],[-1,-2],[-3,3],[0,7],[2,8],[0,7],[-2,3],[-9,9],[0,3],[1,6],[1,3],[-2,0],[-4,-4],[0,4],[6,3],[5,6],[4,9],[1,10],[0,7],[-2,8],[-1,7],[1,4],[7,4],[10,36],[0,3],[0,14],[-1,11],[-3,14],[-3,13],[-4,8],[13,-2],[6,3],[3,9],[1,11],[7,19]],[[2721,6372],[3,-2],[5,2],[5,4],[6,1],[3,-7],[0,-7],[-1,-8],[1,-7],[3,-5],[4,-1],[8,-1],[8,-6],[16,-21],[4,2],[1,0],[3,17],[1,42],[6,17],[9,5],[6,-3],[4,2],[2,21],[6,4],[10,-8],[6,4],[-1,16],[1,85],[0,9],[2,4],[2,4],[1,5],[-4,8],[3,6],[3,-7],[3,-5],[4,-2],[7,-2],[2,-1],[1,0],[3,2],[1,4],[0,4],[1,4],[3,1],[5,2],[20,-6],[5,0],[19,7],[2,4],[-1,14],[-1,8],[-1,10],[-3,9],[-3,6],[-4,3],[-9,2],[-3,4],[1,1],[2,5],[2,9],[0,5],[-1,4],[0,4],[-2,4],[-1,2],[-4,3],[-2,3],[-1,5],[-6,32],[0,9],[1,9],[8,23],[1,25],[0,26],[3,25],[4,14],[1,11],[0,11],[1,13],[3,12],[5,10],[3,12],[-1,14],[2,0],[3,0],[49,-31],[17,-2],[5,-2],[5,-3],[5,-6],[4,-6],[8,-14],[2,-7],[0,-12],[-2,-19],[1,-7],[5,-8],[5,-5],[3,1],[2,6],[4,7],[5,4],[4,0],[5,-3],[5,-1],[17,8],[6,1],[43,-15],[11,0],[39,45],[16,13],[44,16],[43,35],[7,4],[5,5],[25,29],[18,13],[9,1],[18,-4],[50,-27],[13,-13],[28,-52],[8,-15],[16,-15],[19,-4],[43,4],[6,3],[14,2],[41,-25],[14,1],[54,18],[86,30],[57,38],[26,28],[9,6],[10,3],[10,8],[19,23],[35,41],[6,6],[5,4],[6,2],[6,1],[12,6],[36,35],[13,9],[50,13],[63,-23],[12,-8],[6,-3],[74,6],[110,46],[30,13],[12,12],[20,34],[13,31],[4,4],[5,7],[3,-7],[0,-7],[0,-5],[0,-3],[4,-1],[8,-7],[1,1],[2,4],[2,2],[1,-1],[2,-3],[1,-6],[1,-3],[9,-13],[2,-1],[2,-8],[-5,-33],[3,-7],[2,-4],[1,-8],[0,-17]],[[100,8676],[2,0],[1,0],[1,-1],[1,-3],[5,4],[1,-5],[0,-21],[-2,-9],[-4,1],[-9,10],[-7,6],[-4,5],[-1,7],[2,5],[5,2],[9,-1]],[[80,8860],[2,-3],[5,3],[4,5],[2,0],[0,-12],[-6,-5],[-6,-4],[-18,-5],[-12,-8],[-24,-7],[-5,1],[-7,4],[-3,3],[-1,3],[-11,6],[0,4],[6,17],[9,15],[10,12],[18,6],[23,14],[4,1],[3,-1],[2,-3],[1,-4],[2,-4],[4,-1],[0,-4],[-1,-5],[0,-7],[0,-8],[1,-4],[-2,-9]],[[524,9041],[2,-4],[2,1],[1,-2],[0,-5],[-3,-1],[-3,4],[-5,1],[-5,1],[-4,5],[0,6],[3,4],[2,8],[2,5],[9,-7],[0,-4],[-1,-5],[0,-7]],[[523,9157],[7,-6],[4,2],[7,-2],[7,-6],[1,-11],[-4,-6],[-10,-3],[-5,-2],[-9,-13],[-5,-4],[-6,4],[-3,0],[-6,4],[-4,7],[1,12],[-2,4],[-1,5],[1,7],[2,4],[2,2],[1,-2],[1,-6],[7,6],[7,4],[7,0]],[[443,9975],[11,-29],[6,-11],[7,-9],[19,-19],[4,-5],[7,-15],[3,-4],[4,3],[-3,3],[0,1],[2,1],[1,2],[-1,1],[-1,0],[0,1],[-1,2],[6,3],[3,3],[2,5],[2,-3],[1,0],[1,3],[1,6],[20,9],[10,-1],[14,-13],[4,-2],[3,1],[3,2],[1,3],[-4,5],[1,5],[0,8],[0,6],[2,1],[1,0],[1,0],[1,-1],[5,2],[2,-1],[7,-2],[7,-6],[3,-2],[13,3],[4,-3],[10,-3],[4,-28],[0,-7],[1,-1],[2,-4],[1,-4],[-1,-4],[-2,-3],[-3,1],[-5,3],[-4,0],[-3,-3],[-3,-8],[-1,-15],[2,-15],[4,-11],[5,-9],[4,-11],[5,-26],[3,-8],[5,-7],[2,-5],[2,-6],[0,-1],[1,-2],[0,-3],[0,-2],[-2,0],[-1,0],[0,-4],[2,-9],[3,-11],[5,-9],[7,-7],[4,-9],[6,-15],[14,-23],[41,-42],[57,-41],[82,-65],[26,-10],[1,-1],[1,-2],[1,-1],[1,0],[3,1],[1,5],[2,2],[6,-2],[7,-4],[4,-7],[-2,-14],[-4,-11],[-5,-10],[-4,-5],[-3,-1],[1,-4],[2,-5],[1,-5],[2,-4],[0,-1],[2,-1],[-1,-4],[-1,-3],[-1,-11],[-2,-11],[-3,-9],[-3,-7],[-2,-3],[-5,-3],[-2,-2],[-2,-6],[0,-3],[0,-2],[0,-3],[1,-2],[0,-3],[-2,-3],[-1,-1],[-5,1],[-3,3],[-1,1],[-2,-2],[-2,-5],[-1,-1],[-3,-2],[-5,-5],[-10,-4],[-3,-1],[-1,-2],[-1,-3],[-2,-2],[-3,-1],[-7,0],[-3,2],[-1,4],[-3,4],[-7,1],[-31,-7],[-8,5],[2,19],[-3,5],[-2,2],[-3,1],[2,13],[-3,12],[-5,8],[-6,3],[1,-8],[6,-10],[2,-10],[0,-6],[-1,-9],[-2,-8],[-3,-5],[-7,2],[-14,24],[-7,5],[-9,3],[-18,11],[-9,3],[-9,0],[-3,1],[-2,6],[-3,1],[-10,-4],[-4,0],[-2,2],[-3,2],[-12,-8],[-2,-2],[-3,0],[-15,-10],[-4,-2],[-4,-4],[-4,-5],[-3,-5],[-6,-16],[-2,-8],[1,-4],[-5,-3],[-22,5],[-3,4],[-4,5],[-5,5],[-10,5],[-10,1],[-57,-14],[-8,-8],[-6,-20],[-6,-47],[-6,-18],[-25,-41],[-12,-34],[-23,-29],[-2,-3],[-3,-7],[-1,-2],[-3,-2],[-6,-1],[-7,-8],[-13,0],[-5,-1],[-5,-7],[-8,-18],[-3,-4],[-7,-1],[-3,-1],[-11,-5],[-15,-17],[-4,-6],[-5,-5],[-16,-4],[-5,-6],[-8,-12],[-4,-3],[-3,-3],[-3,-18],[-2,-7],[-9,-8],[-2,-4],[0,-10],[-2,-10],[-4,-7],[-14,-23],[-2,-2],[-8,-4],[-4,-4],[-5,-10],[0,-2],[-2,-3],[-7,-14],[-4,-6],[-6,-7],[-7,-5],[-5,-1],[-4,-5],[1,-11],[3,-11],[4,-6],[-12,-20],[-4,-5],[-11,-10],[-8,-13],[-3,-4],[-14,-8],[-3,0],[-3,3],[1,7],[2,7],[2,3],[4,6],[3,12],[2,12],[1,6],[12,29],[4,21],[-2,16],[-5,12],[-8,11],[3,3],[1,4],[-1,3],[-4,2],[-1,2],[3,6],[3,5],[2,1],[3,4],[13,9],[6,1],[4,12],[13,14],[12,18],[16,9],[12,17],[7,8],[9,7],[7,3],[12,-3],[4,3],[4,6],[5,15],[4,7],[6,-5],[9,5],[7,10],[4,13],[-9,29],[-2,5],[-2,-1],[-18,-4],[-6,-6],[-4,-1],[-18,0],[-7,-4],[-20,-20],[-8,8],[-4,3],[-5,1],[-3,-3],[-4,-4],[-4,-2],[-8,6],[-4,-1],[-14,-7],[-49,1],[-7,2],[-4,3],[-2,9],[-2,11],[-2,9],[2,9],[-1,13],[-3,13],[-4,9],[2,1],[1,1],[10,-2],[8,7],[6,12],[2,15],[4,11],[15,21],[-2,6],[0,4],[1,2],[2,2],[0,1],[-1,0],[-1,1],[1,2],[2,2],[1,1],[1,3],[-1,6],[2,-5],[0,-3],[2,0],[2,4],[1,5],[3,12],[1,0],[1,-4],[1,-2],[2,-2],[3,-1],[3,2],[0,4],[-2,4],[0,2],[3,6],[7,6],[4,5],[3,5],[-1,3],[-3,2],[-2,6],[-1,5],[1,4],[2,2],[4,1],[2,3],[2,7],[0,6],[-7,6],[-3,6],[-3,14],[-1,8],[5,15],[-2,3],[-4,2],[0,5],[5,13],[-4,10],[0,10],[1,12],[3,13],[-4,10],[2,4],[17,3],[5,4],[7,11],[7,8],[2,2],[0,3],[2,2],[2,1],[14,24],[3,-6],[5,-5],[5,-3],[5,1],[4,6],[2,10],[1,12],[0,13],[-1,12],[-4,28],[-1,22],[-2,10],[-2,9],[1,5],[-1,16],[1,7],[-1,3],[0,4],[-1,4],[1,5],[-6,-13],[-2,5],[-12,10],[-15,19],[2,7],[1,9],[-4,2],[-5,3],[-10,4],[-7,11],[-5,3],[-7,-1],[-3,6],[-2,12],[1,12],[4,15],[11,15],[27,-2],[13,7],[4,8],[2,11],[1,10],[0,5],[0,3],[1,3],[1,5],[0,4],[-1,2],[-3,3],[0,2],[1,4],[1,3],[2,2],[8,14],[4,5],[5,1],[25,-7],[5,1],[3,3],[5,10],[4,1],[2,-2],[5,-7],[3,-1],[2,2],[3,3],[3,5],[3,3],[3,0],[2,-1],[3,-1],[3,5],[2,2],[5,-1],[3,1],[3,6],[2,7],[2,6],[4,2],[5,6],[6,18],[6,6],[1,0],[4,0],[5,-3],[5,-4],[4,-6],[3,1],[6,-1],[6,-2],[1,0],[0,2],[1,3],[6,13],[3,4],[6,1],[10,-3],[8,-8],[7,-12]],[[2721,6372],[3,8],[12,36],[3,5],[-1,10],[-7,41],[-19,55],[-3,9],[-3,9],[-3,19],[-4,7],[-4,7],[-4,7],[-3,14],[1,9],[7,19],[2,5],[3,3],[3,2],[3,0],[1,2],[3,15],[2,4],[5,4],[2,4],[2,5],[1,12],[3,4],[2,3],[1,3],[11,6],[2,3],[13,27],[2,7],[2,0],[29,32],[4,2],[3,5],[3,10],[3,12],[1,9],[0,8],[-1,5],[-1,5],[-1,7],[-1,4],[1,37],[-1,9],[-3,10],[-16,39],[-9,17],[-10,12],[-10,5],[-9,-7],[-9,-14],[-15,-33],[-4,-5],[-4,-2],[-3,-4],[-9,-18],[-4,-6],[-10,-4],[-22,-2],[-10,-6],[-3,-6],[-3,-11],[-3,-3],[1,4],[0,2],[0,3],[-3,3],[-2,-9],[-4,-8],[-3,-7],[2,-9],[4,10],[6,-3],[1,9],[1,-1],[1,-1],[1,-3],[1,-2],[1,4],[0,4],[0,4],[-1,4],[3,3],[2,-3],[1,-6],[2,-3],[3,2],[2,3],[3,2],[4,-2],[-16,-13],[-7,-10],[-5,-14],[1,-6],[3,4],[12,25],[4,4],[4,2],[-10,-19],[-2,-5],[-2,-10],[-2,-5],[-1,-6],[0,-7],[0,-7],[-2,-2],[-3,-1],[-4,-6],[-2,-1],[-9,-1],[-3,1],[-8,14],[-3,2],[-4,-2],[-2,-4],[-1,-5],[3,0],[2,-2],[9,-7],[-11,6],[-11,2],[-3,-1],[-6,-6],[-1,-3],[-1,-4],[-3,-3],[-5,-3],[-7,-10],[-1,-2],[-3,2],[-4,11],[-3,3],[-4,2],[-67,72],[-7,5],[-8,10],[-6,4],[-4,0],[-4,0],[-5,-2],[-3,-2],[0,2],[2,10],[-4,3],[-11,21],[-22,20],[-1,-4],[-8,7],[-11,-4],[-18,-15],[-8,-2],[-3,-2],[-8,-8],[-2,-3],[-2,-11],[-2,-2],[-8,-8],[-23,-38],[-29,-32],[-8,-12],[-23,-52],[-2,-9],[-1,-6],[-3,-4],[-5,-4],[-10,-18],[-9,-9],[0,-16],[1,-18],[-1,-16],[-5,-7],[-8,-4],[-7,-4],[-3,-13],[1,1],[1,2],[0,-4],[-5,-12],[-3,-7],[-1,-9],[0,-6],[-1,-5],[-5,0],[0,4],[3,11],[-2,16],[-4,15],[-5,6],[-4,2],[-3,5],[-4,1],[-4,-6],[-4,-14],[-3,-5],[-4,-3],[2,-1],[0,-1],[1,-2],[-3,-5],[-4,-13],[-3,-2],[-3,-1],[-9,-7],[-2,-2],[-8,-16],[-1,-6],[-2,-16],[-1,-4],[-1,3],[-7,19],[-1,8],[-2,2],[-3,-1],[-4,-3],[-6,-10],[-6,-14],[-6,-10],[-6,2],[4,4],[0,4],[-7,1],[-11,6],[-5,1],[-6,-2],[-9,-9],[-4,-1],[-10,6],[-6,1],[-5,-10],[-6,-2],[-12,1],[-7,-4],[-3,0],[-4,1],[-5,5],[-3,2],[-6,-4],[-4,-7],[-2,-9],[-4,-8],[-3,-4],[-1,0],[-1,2],[-2,2],[-3,0],[-9,0],[-17,7],[-6,1],[-17,-17],[-3,-2],[-2,-6],[-14,-20],[-11,1],[-24,11],[-10,8],[-17,19],[-1,2],[-9,1],[-5,3],[-20,20],[-3,6],[-2,7],[-5,3],[-5,3],[-4,5],[-13,29],[-2,1],[-1,3],[-5,6],[-1,3],[-1,17],[-1,5],[-6,16],[-16,25],[-4,17],[0,5],[-1,4],[-3,8],[-3,9],[-1,2],[-4,2],[0,1],[-5,18],[-3,9],[-4,5],[-16,29],[-2,2],[-3,1],[-3,0],[-3,1],[-2,2],[-1,3],[-2,2],[-10,-1],[-6,1],[-2,6],[-3,5],[-7,5],[-7,2],[-5,-2],[-3,4],[-10,8],[-5,13],[-3,6],[-4,-1],[-5,2],[-20,16],[-5,6],[-4,8],[-50,40],[-7,3],[-1,14],[-9,10],[-107,28],[-43,-4],[-8,3],[-5,6],[-11,15],[-16,-18],[-7,-13],[-3,-18],[-4,-11],[-1,-4],[0,-18],[-2,-20],[1,-10],[3,-9],[0,-3],[-2,-5],[-2,-5],[-1,-6],[-1,-9],[1,-10],[1,-6],[2,-5],[2,-7],[1,4],[0,-12],[-4,-21],[1,-7],[-9,-13],[-4,-9],[-3,-21],[-6,-16],[0,-5],[-3,-10],[0,-10],[3,-9],[4,-4],[-2,-8],[7,-4],[-4,-9],[-7,-11],[-4,-12],[2,0],[2,3],[0,-1],[0,-1],[2,-1],[-3,-5],[-3,-5],[-4,-5],[-2,-13],[-4,-8],[-8,-12],[1,25],[-1,10],[-3,5],[-7,-3],[-28,23],[-5,0],[-20,-6],[-3,-5],[-1,-8],[0,-13],[-2,0],[0,4],[-2,8],[-1,-11],[0,-5],[-4,4],[0,-4],[0,-4],[-10,4],[-2,2],[-2,3],[-3,2],[-3,-3],[5,0],[0,-4],[-18,-17],[-4,1],[-3,-3],[-3,0],[-3,2],[-3,1],[-3,0],[-1,-2],[-3,-6],[-5,-4],[-10,-5],[-4,-3],[1,-1],[1,0],[0,-1],[0,-2],[-2,0],[-7,-4],[0,-4],[6,0],[-4,-7],[-4,-5],[-4,-3],[-5,-1],[0,4],[2,2],[1,2],[0,2],[1,2],[-4,-1],[0,-1],[-2,-2],[-3,6],[-3,2],[-3,-1],[-3,-3],[-1,-2],[0,-3],[-1,-2],[-3,-1],[0,-2],[-4,-10],[-2,12],[-9,7],[-2,13],[3,-4],[2,4],[0,5],[-2,3],[-14,-4],[0,4],[2,2],[3,2],[3,0],[3,0],[-6,5],[-22,-1],[-7,3],[-16,17],[-3,-6],[-2,6],[-1,16],[-1,-4],[-1,1],[-1,2],[-2,1],[-3,-2],[-1,-1],[0,-2],[-2,-3],[-1,-3],[-1,-4],[-1,-4],[-2,-1],[-2,2],[-2,6],[-2,4],[-1,-4],[-17,27],[-1,2],[-2,9],[-4,7],[-16,10],[-4,9],[-4,-4],[-1,8],[1,2],[0,2],[0,4],[-7,0],[2,4],[-3,4],[-2,0],[-2,1],[1,5],[2,4],[3,2],[3,1],[0,2],[-1,1],[-1,1],[2,10],[-2,10],[-3,8],[-4,4],[0,4],[3,5],[2,1],[2,2],[0,4],[-1,20],[-1,10],[-3,-2],[-2,0],[-4,7],[-12,-9],[-6,2],[5,2],[1,6],[-2,7],[-3,9],[2,4],[2,11],[2,5],[4,-5],[3,5],[3,9],[5,3],[0,-4],[-2,-6],[2,-2],[3,2],[2,4],[-1,6],[-1,5],[-2,4],[-1,3],[-17,21],[-21,16],[-2,6],[-2,8],[-5,-6],[-4,-11],[-4,-6],[0,-3],[2,0],[0,-4],[-5,-1],[-2,-1],[-2,-2],[-1,-5],[1,-6],[-1,-4],[-3,-2],[2,-5],[0,-1],[2,-2],[-2,-4],[3,-5],[1,-3],[1,0],[2,6],[1,5],[1,5],[-2,8],[5,-8],[-2,-9],[-4,-10],[-4,-5],[1,-6],[-2,-3],[-5,-1],[-3,2],[-3,5],[0,5],[2,5],[4,1],[0,4],[-4,4],[-3,5],[-3,2],[-4,-3],[-2,16],[-9,12],[-12,4],[-8,-7],[-2,0],[-1,10],[-3,5],[-4,-3],[-3,-8],[-2,3],[-3,17],[2,8],[1,11],[0,11],[-3,6],[0,2],[0,1],[1,0],[1,1],[-1,1],[-1,2],[0,2],[2,3],[-2,0],[-1,-5],[-1,-3],[0,-4],[-2,2],[0,1],[0,4],[-4,7],[-7,2],[-6,-6],[1,-14],[-3,4],[-3,1],[-2,1],[-3,2],[3,4],[0,4],[-6,0],[-3,2],[-2,5],[-1,13],[1,-1],[2,1],[0,2],[0,3],[-1,2],[0,1],[-1,2],[0,6],[-1,4],[-2,-1],[0,-5],[-3,-5],[-5,-3],[-8,-2],[-2,-1],[0,-4],[1,-4],[2,-3],[2,-1],[2,2],[3,-1],[2,-4],[-3,-9],[-2,-9],[-2,-6],[-5,0],[-14,13],[-3,3],[-2,0],[2,-9],[0,-3],[-7,-1],[-3,2],[-1,5],[1,5],[3,2],[7,3],[0,4],[-3,4],[-4,6],[-4,3],[-4,-3],[-4,-10],[-2,-10],[1,-8],[4,-6],[-1,-13],[10,-14],[2,-13],[-3,4],[-5,2],[-3,-2],[-2,-9],[-2,2],[-1,3],[-1,-3],[0,-2],[-1,-2],[-1,-1],[2,-1],[1,-3],[-14,-9],[-5,-7],[-5,-13],[-4,-13],[-5,-14],[-6,-9],[-7,4],[-1,-4],[-1,-2],[-1,-1],[-2,-1],[0,-2],[1,-4],[0,-2],[-3,-2],[-3,-1],[-2,2],[-1,5],[-3,-8],[-3,-1],[-3,3],[-4,6],[1,2],[1,4],[0,2],[-1,2],[-1,2],[-1,4],[20,0],[5,4],[3,6],[2,7],[4,7],[-3,8],[-5,-9],[-3,-3],[0,4],[3,5],[1,7],[-1,7],[-3,5],[-2,3],[-1,-1],[0,-8],[-2,-2],[-3,0],[-3,2],[-1,3],[-3,-2],[-3,0],[-2,2],[-2,5],[2,3],[9,4],[-1,4],[5,-1],[2,1],[1,1],[2,3],[1,3],[0,1],[10,1],[2,3],[-1,-10],[4,0],[4,5],[1,9],[-3,3],[-5,1],[-2,4],[1,3],[2,4],[3,5],[2,4],[1,-4],[1,-3],[3,-5],[-1,10],[-1,12],[-1,5],[-3,1],[-3,-1],[-3,-2],[-4,-13],[-6,-7],[-2,1],[-1,6],[-4,-7],[-11,-6],[-4,-3],[-1,0],[-2,7],[-2,-2],[-3,-6],[-4,-3],[-2,8],[-2,-1],[-2,-4],[-2,-3],[-2,2],[-1,4],[-2,1],[-2,-7],[-2,0],[-3,5],[-5,5],[-5,2],[-5,-4],[0,4],[-3,-3],[-3,0],[-3,2],[-5,1],[-4,-3],[-6,-13],[-3,-4],[0,-4],[0,-6],[-3,-18],[-1,-13],[-9,8],[-4,3],[-5,2],[-5,-2],[-4,-1],[-2,0],[-2,6],[-18,-12],[-1,-4],[-1,-2],[-2,-2],[-1,1],[-3,6],[-2,1],[-6,3],[-3,0],[-3,-3],[0,8],[-2,4],[-3,0],[-4,-3],[0,2],[0,1],[-1,0],[-1,0],[2,4],[0,3],[-1,3],[-3,3],[0,3],[4,-2],[4,-2],[5,0],[3,2],[2,6],[1,10],[3,7],[3,4],[3,1],[6,-1],[20,5],[9,-1],[5,2],[2,7],[0,7],[1,8],[6,2],[12,-13],[4,3],[4,-4],[4,0],[4,1],[3,-1],[7,11],[3,3],[23,2],[3,2],[2,-4],[4,-4],[6,-2],[5,0],[9,2],[4,-3],[5,-7],[1,6],[1,3],[5,7],[-1,7],[-3,3],[-4,1],[-5,1],[2,4],[3,-2],[0,4],[-2,5],[-3,5],[2,0],[0,1],[1,1],[1,2],[2,-2],[2,1],[2,3],[3,2],[0,4],[-5,9],[-2,6],[-2,5],[4,-4],[2,4],[-2,2],[-1,2],[0,2],[-1,2],[2,0],[5,1],[2,-1],[0,4],[-5,0],[0,4],[6,0],[2,-1],[2,-3],[2,3],[1,1],[2,-1],[1,-3],[2,0],[2,3],[6,-5],[3,2],[1,0],[1,-4],[1,-8],[1,3],[0,1],[0,1],[-1,3],[1,3],[0,2],[-1,1],[-2,2],[0,4],[3,1],[2,-1],[1,-1],[2,-3],[5,16],[2,4],[0,5],[-4,0],[2,5],[2,6],[4,-6],[4,-1],[3,3],[-2,9],[14,10],[8,3],[0,4],[-2,4],[-2,3],[-3,1],[-34,-9],[-13,0],[-5,-2],[1,-6],[0,-5],[-5,5],[-28,8],[-3,-2],[-3,-5],[-3,-1],[-3,0],[-8,3],[-7,-1],[-21,-12],[-3,2],[-2,0],[0,-3],[-2,-6],[-2,2],[-2,0],[-4,0],[-3,-2],[-5,7],[-8,0],[-9,-5],[-5,-9],[-5,5],[-7,5],[-6,-1],[-2,-14],[-6,8],[-3,3],[-4,1],[-8,-1],[-3,1],[-2,5],[-5,12],[-2,3],[-4,0],[-4,-6],[-1,4],[0,2],[-2,0],[0,-5],[-3,-15],[-1,3],[0,1],[0,1],[1,4],[-1,0],[-1,1],[0,2],[1,2],[0,1],[0,1],[-1,4],[-2,-3],[-8,-2],[-3,-3],[0,-3],[1,-7],[-1,-6],[-4,-5],[-3,-3],[1,-6],[1,-2],[-3,1],[-1,0],[-2,-1],[-1,5],[-5,-3],[-3,9],[-1,13],[-1,10],[-1,10],[-2,8],[-1,8],[2,13],[3,0],[4,3],[5,6],[3,7],[-2,3],[-2,1],[-2,-1],[-3,-3],[-1,2],[0,1],[-1,5],[2,-4],[3,7],[8,-6],[5,3],[0,4],[1,4],[0,6],[-1,6],[3,-1],[2,-4],[1,-5],[0,-7],[2,0],[1,7],[2,4],[2,1],[2,-3],[1,1],[0,1],[0,1],[1,1],[0,-10],[1,-3],[2,1],[2,-1],[2,-2],[2,-3],[2,-1],[3,3],[0,-2],[-1,0],[0,-1],[-1,-1],[4,-12],[4,-5],[4,2],[7,9],[6,4],[2,4],[3,3],[6,0],[3,2],[0,5],[-4,-1],[-1,-1],[-1,-3],[-2,19],[-2,10],[-3,4],[0,4],[13,5],[3,-1],[-3,-12],[3,1],[2,3],[4,8],[-4,3],[-2,4],[0,11],[1,3],[3,4],[2,3],[1,4],[0,8],[1,4],[-4,4],[0,1],[-2,1],[-1,-2],[0,-3],[-1,-1],[-6,1],[-3,-2],[-1,-5],[-2,-8],[-3,-8],[-4,-4],[-4,2],[4,7],[1,8],[-3,5],[-6,0],[-1,-2],[-2,-5],[-3,-2],[-1,3],[0,6],[2,5],[5,11],[0,5],[1,6],[0,8],[-3,10],[-2,0],[-1,-17],[-6,-6],[-7,3],[-6,8],[-2,13],[2,12],[5,9],[6,5],[-3,9],[-5,4],[-1,0],[-4,0],[-5,-4],[-2,-8],[-1,-8],[-3,-5],[-7,1],[0,-5],[4,-4],[-1,-3],[-16,-2],[-4,-2],[-3,-5],[-2,5],[-2,2],[-1,0],[-2,-2],[0,4],[-1,2],[-1,2],[-2,-3],[-1,0],[0,1],[-2,2],[2,5],[2,6],[1,6],[-2,7],[4,3],[2,1],[0,4],[-2,11],[1,27],[-5,-3],[-1,4],[-2,0],[-2,-3],[-2,-4],[1,10],[2,8],[1,9],[-2,9],[1,4],[-1,2],[-1,4],[1,6],[4,-5],[3,10],[0,13],[-1,6],[-4,3],[-15,17],[-23,11],[-10,10],[2,12],[5,2],[18,-2],[6,1],[23,15],[3,4],[6,14],[2,9],[1,13],[0,12],[0,8],[-2,5],[-2,5],[-2,7],[0,11],[1,2],[4,6],[1,4],[1,5],[0,5],[0,5],[-1,5],[4,6],[-2,13],[-8,22],[-6,-4],[-10,0],[-10,3],[-6,4],[-2,4],[0,4],[-2,3],[-3,2],[-2,0],[-2,1],[-1,2],[-1,3],[-1,9],[-2,3],[-8,2],[-14,9],[-7,1],[-8,-3],[-5,-3],[-1,0],[-2,-2],[0,-4],[-2,-5],[-2,-2],[-2,3],[-6,21],[1,8],[0,8],[-1,9],[-2,8],[-3,8],[-5,10],[-3,6],[-5,-4],[-1,7],[1,17],[-4,6],[-4,-1],[-4,-3],[-6,-2],[-16,0],[-3,-2],[-3,-38],[-1,2],[-1,0],[0,2],[-2,0],[1,-9],[0,-7],[-1,-6],[-4,-2],[-1,2],[-3,15],[-3,7],[0,-12],[-3,-1],[-3,4],[-6,10],[-1,5],[-1,6],[1,8],[-7,-3],[-7,10],[-6,12],[-7,5],[1,-9],[1,-3],[-2,0],[-1,4],[-6,10],[0,6],[1,5],[0,5],[-1,6],[-2,0],[-2,-15],[-6,-4],[-6,4],[-9,12],[-2,3],[-14,7],[-1,4],[2,9],[7,-5],[3,8],[2,11],[6,2],[0,5],[-5,6],[-1,10],[3,7],[3,-7],[1,5],[0,3],[1,1],[2,2],[1,-7],[0,-6],[-1,-5],[-2,-6],[1,-1],[2,-2],[1,0],[2,0],[2,-1],[1,-3],[0,-2],[2,-2],[4,-1],[4,2],[1,3],[-2,7],[0,4],[4,-4],[2,0],[3,0],[3,3],[7,8],[2,2],[4,5],[0,12],[-2,12],[-5,6],[0,5],[7,-6],[3,-6],[3,1],[4,15],[-4,4],[-7,10],[-5,4],[-4,5],[-2,1],[-3,-3],[-2,-7],[-1,-2],[-6,0],[0,3],[3,6],[2,11],[-1,7],[-8,21],[1,-4],[-1,7],[-3,18],[0,3],[0,4],[-3,22],[0,9],[1,8],[1,7],[3,3],[4,1],[5,5],[3,1],[7,-1],[7,-2],[6,-5],[5,-7],[9,-17],[4,-11],[1,-9],[6,-17],[7,-15],[3,-4],[1,-2],[2,-4],[1,-6],[1,-7],[0,-5],[0,-6],[1,-6],[-2,-2],[0,-1],[-2,-1],[-2,4],[-2,1],[-3,-2],[-3,-3],[4,-4],[0,-5],[-2,-7],[-2,-9],[6,-1],[3,-6],[1,-9],[3,-9],[5,-27],[4,-13],[6,4],[1,7],[-1,5],[-5,5],[-2,25],[2,10],[3,10],[4,6],[4,-2],[0,4],[2,0],[3,-6],[3,-11],[5,-24],[1,2],[3,2],[1,1],[3,-8],[3,1],[5,4],[5,3],[21,3],[13,11],[4,2],[1,1],[4,5],[1,2],[3,0],[3,-2],[2,-1],[3,3],[1,-3],[1,3],[7,-6],[7,7],[6,11],[8,8],[0,4],[-3,3],[-1,0],[-2,-3],[-2,4],[-5,-4],[-9,2],[-2,-2],[-7,6],[-7,-1],[-17,-12],[-5,-4],[-1,0],[2,7],[-4,5],[-8,23],[-4,4],[-6,4],[-3,2],[-6,9],[-3,9],[4,-6],[4,-7],[8,-7],[4,0],[0,4],[-4,7],[-3,5],[-4,4],[-4,4],[1,7],[2,14],[1,7],[-4,7],[-3,-2],[-3,-5],[-5,0],[1,6],[1,3],[-6,3],[-3,1],[-4,-1],[1,3],[1,7],[0,2],[-3,1],[-3,2],[-5,6],[2,3],[2,3],[3,2],[2,0],[-5,13],[-2,8],[-2,11],[5,6],[14,5],[8,9],[1,-1],[1,-2],[1,-1],[0,-1],[3,-1],[3,0],[6,-4],[3,-2],[4,0],[-1,8],[2,3],[2,4],[3,1],[2,-4],[1,4],[0,5],[-1,5],[0,6],[-2,-5],[-5,17],[-2,4],[10,8],[2,-13],[5,-1],[2,7],[-3,15],[4,3],[5,4],[3,4],[2,5],[6,-6],[6,6],[2,9],[-6,3],[4,16],[0,6],[-4,6],[-5,-7],[-3,-3],[-3,-1],[-5,-1],[-1,2],[-3,9],[-1,1],[-3,-1],[-3,-3],[-2,-1],[-2,5],[-3,-4],[-9,-10],[-4,-1],[-2,2],[-5,11],[-3,2],[-5,6],[-3,14],[1,15],[4,9],[0,4],[-2,0],[-4,0],[4,7],[6,8],[6,7],[5,3],[3,5],[-2,11],[-6,18],[-8,16],[-4,5],[-8,7],[-2,2],[-5,7],[-4,7],[1,6],[-2,12],[-2,12],[-2,9],[-4,3],[-13,-1],[-7,1],[-5,4],[3,5],[1,12],[2,6],[4,2],[2,-3],[0,-4],[-5,-2],[0,-3],[3,0],[3,-2],[2,-3],[1,-4],[-1,10],[1,4],[3,3],[3,3],[5,12],[28,37],[-3,3],[-1,1],[0,4],[1,4],[0,3],[-1,5],[10,1],[3,3],[4,4],[-3,9],[4,5],[15,9],[1,1],[0,2],[1,6],[3,22],[0,13],[-2,8],[-4,4],[-7,2],[-6,-5],[-5,-8],[-5,-4],[-7,8],[-37,-11],[-56,-18],[-6,-4],[-3,-5],[-3,0],[-11,-11],[-2,-3],[-4,0],[-14,4],[-2,0],[-4,-3],[-3,-1],[-2,-5],[-1,-1],[0,-3],[-2,1],[-3,4],[-21,-9],[-11,0],[-10,9],[-1,13],[7,30],[4,29],[10,17],[2,14],[2,32],[-1,6],[-5,16],[-1,8],[0,5],[1,2],[1,2],[1,3],[0,14],[2,15],[-1,6],[-4,1],[1,7],[4,29],[0,4],[-2,11],[0,6],[1,5],[2,8],[1,5],[1,5],[6,16],[2,5],[14,-9],[4,5],[9,7],[3,3],[11,19],[3,7],[0,5],[1,7],[1,4],[0,2],[0,3],[0,2],[0,1],[3,0],[2,0],[1,2],[2,7],[1,11],[-1,11],[-1,9],[1,8],[2,4],[2,1],[3,0],[4,1],[7,5],[8,4],[5,8],[12,26],[2,3],[3,1],[3,3],[4,5],[28,59],[6,7],[11,1],[23,-3],[9,4],[3,-2],[7,-6],[15,-3],[5,3],[8,10],[6,14],[9,11],[12,1],[9,-3],[10,-1],[6,3],[9,9],[4,0],[5,-6],[2,-8],[4,-18],[-3,-4],[-2,0],[-1,2],[-1,1],[0,-2],[-2,-1],[12,-21],[14,-17],[16,-12],[19,-7],[7,0],[3,1],[9,10],[5,2],[7,-3],[7,-5],[6,-2],[6,6],[5,-4],[8,-2],[8,3],[6,16],[14,13],[5,10],[-5,0],[-14,8],[-3,-4],[-3,0],[-1,6],[0,6],[-2,1],[-2,1],[-1,2],[-2,5],[-1,2],[-1,4],[0,7],[-1,4],[-2,1],[-2,0],[-2,1],[-9,15],[-2,6],[0,3],[3,3],[2,3],[5,8],[3,3],[2,-3],[2,-1],[3,8],[5,-11],[0,-2],[3,-1],[0,2],[1,2],[3,1],[43,-11],[12,-7],[6,-10],[-5,-14],[-23,-20],[-7,-10],[1,-15],[10,-5],[22,4],[22,14],[63,4],[14,-3],[23,1],[-3,-1],[-2,-2],[-2,-4],[-1,-5],[11,7],[12,0],[13,-5],[12,-10],[1,3],[1,0],[1,-3],[2,0],[3,1],[2,5],[2,2],[15,4],[5,6],[3,4],[6,-2],[9,-4],[8,-1],[7,-3],[4,-3],[6,-6],[5,-3],[4,-1],[21,0],[5,2],[3,5],[3,7],[2,16],[2,7],[3,-2],[5,0],[4,2],[4,4],[-5,10],[-5,9],[-7,7],[-6,2],[-14,0],[-2,-2],[-6,-8],[-3,-2],[-14,6],[-24,24],[-14,6],[5,18],[9,10],[19,13],[8,8],[11,20],[4,3],[79,12],[11,7],[11,10],[5,7],[2,1],[2,-3],[2,-6],[3,-4],[3,3],[2,3],[4,2],[3,3],[1,4],[1,4],[2,3],[3,2],[3,1],[3,-1],[4,-3],[4,-7],[2,-11],[3,0],[51,20],[30,2],[10,-7],[5,0],[4,11],[-2,13],[-11,3],[-21,-4],[-2,-1],[-2,-2],[-2,-1],[-3,0],[-3,2],[-5,8],[-2,2],[-4,1],[-10,6],[-5,1],[-63,-4],[-5,-3],[-4,-5],[-5,-4],[-5,4],[-2,5],[-2,5],[-1,5],[-3,1],[1,1],[1,2],[1,1],[1,1],[-1,5],[-1,5],[-3,3],[-2,2],[-1,-3],[-3,3],[-2,-3],[-3,-2],[-7,-3],[0,4],[2,0],[2,3],[1,4],[0,6],[2,-3],[2,-2],[-1,3],[1,1],[1,1],[-3,7],[-5,11],[-3,3],[-3,4],[-5,-1],[-6,8],[-15,12],[-5,7],[-5,12],[-6,8],[-15,13],[2,1],[0,1],[0,2],[-3,2],[-1,6],[-1,8],[-2,8],[5,5],[5,10],[5,12],[3,22],[3,9],[1,7],[-6,7],[7,16],[10,19],[10,12],[8,-2],[2,0],[2,6],[5,0],[49,-15],[53,-21],[71,-17],[67,-3],[7,1],[4,3],[7,8],[3,1],[3,4],[2,6],[1,5],[2,-3],[3,5],[4,9],[3,3],[3,-5],[11,-4],[9,-11],[87,-35],[9,-13],[4,-5],[23,-7],[68,3],[7,7],[2,1],[3,-1],[6,-2],[3,-1],[11,4],[2,-1],[2,-2],[1,-1],[2,1],[1,3],[1,2],[1,2],[11,7],[9,10],[15,24],[3,8],[3,8],[1,9],[0,13],[0,5],[3,12],[0,7],[-1,3],[-5,6],[-1,4],[3,8],[6,4],[12,1],[2,2],[4,11],[1,3],[3,1],[40,26],[57,62],[32,27],[9,12],[3,3],[25,14],[8,7],[4,15],[17,33],[2,3],[4,13],[8,4],[15,1],[1,4],[2,1],[2,3],[1,4],[1,3],[1,1],[1,-1],[3,-6],[1,-1],[4,4],[6,11],[4,5],[19,16],[3,4],[3,3],[4,1],[4,-4],[3,9],[6,8],[7,2],[7,-5],[4,1],[16,10],[4,3],[4,0],[8,1],[7,3],[5,4],[3,-2],[19,8],[9,7],[12,14],[42,23],[42,36],[10,1],[19,-6],[29,0],[6,-1],[13,-9],[57,-9],[5,3],[7,-5],[35,5],[87,-21],[30,15],[10,2],[4,-2],[8,-7],[9,-5],[35,-4],[14,3],[14,7],[4,4],[10,13],[10,10],[8,16],[6,20],[1,17],[4,-2],[8,-2],[3,-4],[1,4],[1,0],[1,0],[3,0],[1,-7],[3,-5],[2,-4],[-1,-4],[0,-4],[10,-13],[6,-4],[8,1],[3,3],[4,7],[3,2],[4,-1],[2,-3],[6,-8],[0,-4],[-15,3],[-6,-2],[-6,-7],[-2,-9],[-3,-13],[-1,-13],[0,-11],[1,-9],[8,-22],[8,-18],[14,-20],[0,-4],[-4,0],[2,-7],[2,-10],[4,-8],[8,-6],[7,-16],[4,-5],[16,-11],[12,-3],[4,-5],[8,-13],[10,-9],[12,-7],[12,-2],[12,1],[5,4],[10,11],[17,4],[28,20],[6,2],[7,3],[10,15],[6,2],[0,-4],[-1,-3],[-1,-4],[-2,-3],[-3,-2],[0,-9],[-5,-18],[1,-10],[2,0],[1,15],[2,12],[4,11],[4,7],[3,4],[1,0],[16,-24],[0,8],[2,0],[20,-43],[3,-17],[0,-24],[0,-6],[-3,-10],[0,-3],[0,-19],[1,-9],[2,-10],[12,-24],[7,-8],[9,-28],[4,-6],[13,-12],[8,-3],[1,-3],[1,-4],[0,-6],[1,-7],[2,-3],[3,-2],[3,-2],[2,-3],[2,-7],[2,-2],[2,-2],[5,-1],[3,-3],[5,-4],[6,3],[11,10],[14,21],[3,6],[0,5],[4,11],[1,4],[1,1],[1,12],[0,1],[3,5],[4,0],[4,-3],[6,-2],[23,0],[21,-9],[39,-33],[8,-12],[5,-18],[0,-26],[2,-10],[4,-4],[6,-3],[10,-10],[5,-4],[34,1],[10,-4],[6,-10],[3,-3],[5,-3],[7,-1],[4,-2],[7,-12],[4,-6],[11,-6],[1,-3],[6,-12],[6,-3],[10,2],[4,-2],[2,3],[4,2],[2,3],[2,5],[3,15],[3,10],[4,9],[5,8],[4,6],[3,-10],[4,-5],[5,-1],[5,7],[2,-4],[6,2],[1,-37],[4,-10],[14,-11],[4,-5],[2,-5],[5,-14],[10,7],[13,-3],[32,-17],[16,-5],[10,-6],[6,0],[12,5],[5,-2],[12,-17],[5,0],[10,5],[10,-5],[7,-1],[3,4],[20,2],[4,5],[10,16],[3,4],[9,4],[3,0],[2,-3],[4,-9],[2,-4],[2,2],[6,1],[2,1],[2,2],[2,4],[3,4],[3,2],[6,10],[1,4],[1,1],[6,4],[18,6],[5,5],[4,6],[5,3],[30,1],[22,8],[2,2],[7,10],[3,1],[9,-1],[5,-3],[8,-12],[6,-1],[4,2],[8,8],[5,2],[3,2],[14,14],[2,2],[1,3],[1,2],[4,1],[16,-7],[4,-6],[7,-15],[16,-23],[10,-10],[10,-3],[6,3],[5,4],[5,1],[7,-8],[3,-1],[6,1],[3,-2],[15,-21],[5,-4],[5,-1],[4,5],[17,10],[7,1],[15,-24],[8,-9],[10,-3],[5,1],[8,5],[6,3],[9,6],[6,7],[13,6],[43,48],[10,-7],[7,-1],[8,3],[8,9],[10,14],[4,2],[8,2],[4,2],[3,4],[16,35],[19,23],[3,2],[4,-1],[11,-7],[7,2],[10,12],[4,3],[6,1],[6,3],[6,6],[5,6],[10,18],[6,7],[6,2],[7,1],[5,3],[25,34],[7,4],[6,5],[2,2],[10,2],[3,2],[5,6],[4,11],[3,12],[1,13],[3,3],[15,23],[4,11],[28,-20],[3,-1],[8,1],[7,5],[2,0],[0,-2],[0,-5],[0,-4],[1,-4],[3,-2],[8,-2],[3,-2],[11,-16],[3,-2],[3,2],[10,15],[9,20],[3,5],[11,7],[19,-12],[10,5],[3,3],[4,1],[4,-1],[4,-3],[8,4],[4,0],[4,-4],[4,-7],[7,-1],[13,1],[46,-30],[4,0],[3,1],[5,6],[8,20],[6,10],[3,9],[2,24],[3,10],[5,7],[1,0],[1,1],[5,3],[13,1],[38,-5],[5,-4],[-2,-5],[-1,-6],[-1,-6],[-1,-5],[-2,-5],[-5,-7],[-3,-6],[7,-7],[5,-9],[5,-3],[7,13],[3,4],[2,-4],[2,-7],[2,-7],[2,-2],[8,-4],[1,-3],[2,-3],[1,-2],[2,-1],[2,-4],[8,-25],[4,-7],[20,-22],[12,-19],[9,-7],[7,-1],[1,-3],[-4,-9],[-4,-6],[-14,-12],[7,-4],[6,1],[5,-1],[6,-10],[6,-26],[4,-4],[24,11],[8,1],[8,-4],[7,-7],[8,-11],[3,-14],[-3,-15]]],"transform":{"scale":[0.0037660134835483593,0.0017041077585758621],"translate":[25.66325931100002,25.05940816500005]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment