Skip to content

Instantly share code, notes, and snippets.

@jczaplew
Last active September 14, 2017 23:21
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jczaplew/4444770 to your computer and use it in GitHub Desktop.
Save jczaplew/4444770 to your computer and use it in GitHub Desktop.
Responsive TopoJSON Sizing with d3.js

States will adjust in size relative to the width of the container div, which allows SVG elements to be appropriately sized regardless of device size or screen resolution, making it a good way to integrate D3 and Bootstrap.

Click "Open in a new window", change the size of your browser window, and the states will scale with it. *Will not work in the standard bl.ocks.org view

Please let me know if there is a better/native way to do this!

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v0.min.js"></script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
<style type="text/css">
.states {
fill: #aaa;
stroke: #fff;
stroke-width: 0.75px;
}
#container {
margin:2%;
padding:20px;
border:2px solid #d0d0d0;
border-radius: 5px;
}
</style>
</head>
<body onload="sizeChange()">
<div id="container"></div>
<script type="text/javascript">
d3.select(window)
.on("resize", sizeChange);
var projection = d3.geo.albersUsa()
.scale(1100);
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("#container")
.append("svg")
.attr("width", "100%")
.append("g");
d3.json("us-states.json", function(error, us) {
svg.selectAll(".states")
.data(topojson.object(us, us.objects.states).geometries)
.enter().append("path")
.attr("class", "states")
.attr("d", path);
});
function sizeChange() {
d3.select("g").attr("transform", "scale(" + $("#container").width()/900 + ")");
$("svg").height($("#container").width()*0.618);
}
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.011121861824577766,0.005244902253759074],"translate":[-178.19451843993755,18.96390918584938]},"objects":{"states":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","id":0,"arcs":[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[7]],[[8]],[[9]],[[10]],[[11]],[[12]],[[13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30]],[[31]],[[32]],[[33]],[[34]],[[35]],[[36]],[[37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[47]],[[48]],[[49]],[[50]],[[51]]],"properties":{"postal":"AK"}},{"type":"Polygon","id":1,"arcs":[[52,53,54,55,56]],"properties":{"postal":"AL"}},{"type":"Polygon","id":2,"arcs":[[57,58,59,60,61,62]],"properties":{"postal":"AR"}},{"type":"Polygon","id":3,"arcs":[[63,64,65,66,67]],"properties":{"postal":"AZ"}},{"type":"Polygon","id":4,"arcs":[[68,-64,69,70]],"properties":{"postal":"CA"}},{"type":"Polygon","id":5,"arcs":[[71,72,73,74,75,76]],"properties":{"postal":"CO"}},{"type":"Polygon","id":6,"arcs":[[77,78,79,80]],"properties":{"postal":"CT"}},{"type":"Polygon","id":7,"arcs":[[81,82]],"properties":{"postal":"DC"}},{"type":"Polygon","id":8,"arcs":[[83,84,85]],"properties":{"postal":"DE"}},{"type":"MultiPolygon","id":9,"arcs":[[[86]],[[-56,87,88]]],"properties":{"postal":"FL"}},{"type":"MultiPolygon","id":10,"arcs":[[[89]],[[-88,-55,90,91,92,93]]],"properties":{"postal":"GA"}},{"type":"MultiPolygon","id":11,"arcs":[[[94]],[[95]],[[96]],[[97]],[[98]],[[99]],[[100]],[[101]]],"properties":{"postal":"HI"}},{"type":"Polygon","id":12,"arcs":[[102,103,104,105,106,107]],"properties":{"postal":"IA"}},{"type":"Polygon","id":13,"arcs":[[108,109,110,111,112,113,114]],"properties":{"postal":"ID"}},{"type":"Polygon","id":14,"arcs":[[115,116,117,-108,118,119]],"properties":{"postal":"IL"}},{"type":"Polygon","id":15,"arcs":[[120,-116,121,122,123]],"properties":{"postal":"IN"}},{"type":"Polygon","id":16,"arcs":[[-77,124,125,126]],"properties":{"postal":"KS"}},{"type":"MultiPolygon","id":17,"arcs":[[[127,128]],[[129,130,131,132,-117,-121,133]]],"properties":{"postal":"KY"}},{"type":"MultiPolygon","id":18,"arcs":[[[134]],[[135,-59,136,137]]],"properties":{"postal":"LA"}},{"type":"Polygon","id":19,"arcs":[[138,-79,139,140,141,142]],"properties":{"postal":"MA"}},{"type":"Polygon","id":20,"arcs":[[143,144,-82,145,146,147,-84,148]],"properties":{"postal":"MD"}},{"type":"Polygon","id":21,"arcs":[[149,150]],"properties":{"postal":"ME"}},{"type":"MultiPolygon","id":22,"arcs":[[[151,-123,152]],[[153]],[[154]],[[155]],[[156,157]],[[158]]],"properties":{"postal":"MI"}},{"type":"Polygon","id":23,"arcs":[[159,-106,160,161,162]],"properties":{"postal":"MN"}},{"type":"Polygon","id":24,"arcs":[[-133,163,-129,164,-62,165,-126,166,-103,-118]],"properties":{"postal":"MO"}},{"type":"Polygon","id":25,"arcs":[[-137,-58,167,-53,168]],"properties":{"postal":"MS"}},{"type":"Polygon","id":26,"arcs":[[169,-114,170,171,172]],"properties":{"postal":"MT"}},{"type":"MultiPolygon","id":27,"arcs":[[[173,174]],[[175,-92,176,177,178]]],"properties":{"postal":"NC"}},{"type":"Polygon","id":28,"arcs":[[-172,179,-162,180]],"properties":{"postal":"ND"}},{"type":"Polygon","id":29,"arcs":[[-167,-125,-76,181,182,-104]],"properties":{"postal":"NE"}},{"type":"Polygon","id":30,"arcs":[[-142,183,184,-150,185]],"properties":{"postal":"NH"}},{"type":"Polygon","id":31,"arcs":[[186,187,188]],"properties":{"postal":"NJ"}},{"type":"Polygon","id":32,"arcs":[[-67,-73,189,190,191]],"properties":{"postal":"NM"}},{"type":"Polygon","id":33,"arcs":[[-69,192,-110,193,-65]],"properties":{"postal":"NV"}},{"type":"MultiPolygon","id":34,"arcs":[[[194]],[[195]],[[-140,-78,196,-188,197,198,199]]],"properties":{"postal":"NY"}},{"type":"Polygon","id":35,"arcs":[[-134,-124,-152,200,201,202]],"properties":{"postal":"OH"}},{"type":"Polygon","id":36,"arcs":[[203,-190,-72,-127,-166,-61]],"properties":{"postal":"OK"}},{"type":"Polygon","id":37,"arcs":[[-111,-193,-71,204,205]],"properties":{"postal":"OR"}},{"type":"Polygon","id":38,"arcs":[[-85,-148,206,-202,207,-198,-187,208]],"properties":{"postal":"PA"}},{"type":"Polygon","id":39,"arcs":[[-80,-139,209]],"properties":{"postal":"RI"}},{"type":"Polygon","id":40,"arcs":[[-93,-176,210]],"properties":{"postal":"SC"}},{"type":"Polygon","id":41,"arcs":[[-105,-183,211,-173,-181,-161]],"properties":{"postal":"SD"}},{"type":"Polygon","id":42,"arcs":[[-177,-91,-54,-168,-63,-165,-128,-164,-132,212]],"properties":{"postal":"TN"}},{"type":"Polygon","id":43,"arcs":[[-60,-136,213,-191,-204]],"properties":{"postal":"TX"}},{"type":"Polygon","id":44,"arcs":[[-74,-66,-194,-109,214]],"properties":{"postal":"UT"}},{"type":"MultiPolygon","id":45,"arcs":[[[-144,215]],[[-146,-83,216,-174,217,-178,-213,-131,218]]],"properties":{"postal":"VA"}},{"type":"Polygon","id":46,"arcs":[[-200,219,-184,-141]],"properties":{"postal":"VT"}},{"type":"MultiPolygon","id":47,"arcs":[[[220]],[[-206,221,-112]]],"properties":{"postal":"WA"}},{"type":"MultiPolygon","id":48,"arcs":[[[222]],[[223]],[[-157,224,-119,-107,-160,225]]],"properties":{"postal":"WI"}},{"type":"Polygon","id":49,"arcs":[[-219,-130,-203,-207,-147]],"properties":{"postal":"WV"}},{"type":"Polygon","id":50,"arcs":[[-75,-215,-115,-170,-212,-182]],"properties":{"postal":"WY"}}]}},"arcs":[[[171,6259],[-6,-12],[-4,5],[-1,16],[3,4],[9,-11],[-1,-2]],[[196,6262],[-8,-4],[-10,9],[1,10],[11,-9],[6,-6]],[[28,6231],[-2,-6],[-2,0],[-12,11],[-2,3],[7,5],[2,4],[-1,5],[-5,7],[-10,9],[-3,7],[2,4],[5,2],[14,1],[8,-11],[6,-4],[14,-3],[-7,-5],[-4,-4],[-5,-18],[-5,-7]],[[94,6244],[-3,-2],[-5,-2],[-13,2],[-9,-1],[-9,-1],[-7,-3],[-1,4],[0,4],[30,11],[7,5],[4,7],[4,13],[3,4],[2,0],[4,-5],[-1,-7],[-4,-6],[-1,-6],[-1,-17]],[[143,6273],[1,-7],[10,1],[3,-3],[0,-13],[-1,-3],[-1,-1],[-4,3],[-4,-7],[-20,-15],[-5,8],[-12,-13],[8,35],[9,6],[4,4],[-1,10],[4,18],[9,-1],[4,-7],[0,-5],[-4,-10]],[[195,6299],[-2,-6],[-9,6],[-3,5],[-1,5],[3,8],[7,0],[4,-3],[4,-6],[1,-4],[-4,-5]],[[417,6324],[17,-8],[22,1],[8,-2],[0,-2],[-14,-3],[-4,1],[-13,-4],[-8,-1],[-19,4],[-15,-3],[-3,1],[-5,4],[-5,6],[-1,4],[5,1],[13,-5],[2,3],[10,5],[10,-2]],[[515,6350],[-7,-3],[-7,3],[3,10],[4,6],[6,6],[8,-3],[6,-8],[-13,-11]],[[316,6305],[-49,-8],[-7,5],[7,3],[9,2],[18,9],[23,8],[17,9],[15,6],[4,11],[-13,5],[-3,4],[7,4],[5,7],[12,8],[12,-10],[2,-7],[-1,-8],[-2,-8],[-10,-4],[-1,-5],[5,-12],[-20,-11],[-30,-8]],[[670,6409],[-5,-6],[-2,2],[-1,8],[3,6],[10,12],[7,-2],[2,-4],[0,-4],[-3,-7],[-3,-3],[-4,0],[-4,-2]],[[764,6460],[-1,-8],[-2,-3],[-14,4],[-9,-1],[-1,4],[1,4],[14,7],[6,0],[4,-4],[2,-3]],[[919,6555],[-27,-21],[-9,-15],[-7,-14],[-5,-8],[-4,-1],[-5,-4],[-9,-10],[-4,-1],[-29,-24],[-2,0],[2,6],[9,9],[5,8],[7,13],[4,4],[1,7],[0,13],[2,5],[6,10],[5,6],[6,2],[12,-2],[5,5],[1,4],[-3,3],[0,6],[0,11],[4,9],[6,8],[9,7],[11,4],[7,0],[15,-9],[2,-5],[-4,-9],[-2,-9],[-9,-8]],[[1077,6627],[-1,-1],[-2,5],[-1,4],[2,3],[4,8],[3,2],[4,2],[1,-2],[-4,-9],[-4,-6],[-2,-6]],[[1041,6661],[3,-9],[7,5],[5,8],[4,10],[2,4],[4,-5],[9,-7],[-8,-12],[-15,-16],[-5,-12],[0,-4],[14,3],[4,0],[3,-4],[-4,-5],[-8,-4],[-7,-8],[-16,-14],[-6,-11],[-8,-5],[-9,-1],[-18,-7],[-10,-7],[-3,-4],[-3,-2],[-4,0],[-5,-3],[-4,-6],[-4,-3],[-6,-1],[-3,-3],[-4,0],[-10,8],[-3,5],[9,9],[7,3],[9,1],[10,8],[20,11],[6,6],[4,21],[4,4],[3,8],[11,0],[5,-10],[1,-1],[1,1],[1,8],[5,5],[-3,4],[-10,4],[-8,3],[-4,0],[-4,2],[-3,6],[-2,6],[0,5],[3,7],[5,7],[5,3],[12,3],[10,5],[5,1],[5,-2],[1,-18]],[[1110,6693],[-3,-3],[-3,-1],[-2,2],[-9,-2],[-2,1],[-4,11],[-1,6],[2,5],[4,4],[7,4],[7,-1],[11,-10],[6,-7],[1,-3],[-4,-4],[-10,-2]],[[1135,6706],[-4,-2],[0,2],[-1,9],[-3,13],[6,5],[3,1],[2,-2],[4,-10],[4,-3],[3,-2],[-5,-3],[-9,-8]],[[1429,6841],[-2,-1],[-7,6],[-2,4],[-1,7],[12,10],[3,0],[2,-5],[1,-5],[-4,-12],[-2,-4]],[[1323,6867],[9,-32],[3,-6],[6,-4],[8,-3],[5,-5],[4,-7],[0,-3],[-25,13],[-15,-19],[-5,-2],[-44,-1],[-9,-3],[-5,-7],[-10,-16],[-6,-7],[-5,-4],[-11,-4],[-14,0],[-7,2],[-4,8],[-4,16],[1,5],[1,7],[12,11],[4,5],[16,36],[5,5],[5,2],[13,-3],[12,11],[25,16],[5,2],[18,0],[5,-3],[4,-4],[3,-6]],[[4212,6885],[10,-24],[0,-9],[-9,-3],[-7,1],[-3,3],[-1,4],[2,13],[-4,7],[-6,2],[-4,-4],[-1,12],[4,9],[-2,12],[0,10],[1,3],[5,-1],[10,-9],[5,-26]],[[4075,6850],[3,-3],[2,2],[4,7],[6,-1],[5,-3],[2,-2],[-1,-10],[-1,-16],[-3,-6],[-2,-8],[-10,5],[-7,10],[-11,18],[-6,12],[0,6],[-4,3],[-7,22],[-5,18],[-6,2],[-9,4],[-3,10],[2,8],[12,4],[18,-21],[3,-9],[6,-11],[2,-15],[3,-5],[7,-21]],[[4036,6974],[2,-5],[0,-4],[-13,-13],[-1,-2],[-3,-8],[-2,-3],[-5,-8],[-9,-9],[1,27],[-9,16],[9,8],[6,-2],[10,-1],[10,7],[4,-3]],[[4245,6963],[-3,-20],[-7,-22],[-9,-11],[-7,2],[-5,9],[-4,0],[-5,2],[-3,7],[3,10],[-2,8],[-3,-7],[-4,-6],[-11,-8],[-7,-15],[-4,-10],[-4,11],[-3,26],[0,11],[8,16],[10,16],[2,47],[32,23],[3,-1],[10,-17],[11,-25],[3,-11],[0,-20],[-1,-15]],[[4012,7126],[17,-5],[16,1],[5,-8],[4,-8],[2,-8],[0,-7],[0,-6],[-2,-5],[0,-2],[31,-18],[14,-19],[6,-10],[3,-9],[6,-21],[13,-24],[7,-8],[3,-7],[-2,0],[-9,5],[-19,16],[-2,0],[-1,-9],[-3,-8],[-5,-6],[4,-1],[15,3],[14,-16],[5,-3],[5,-11],[0,-5],[-3,-8],[-2,-4],[0,-2],[4,-1],[15,2],[2,-4],[-2,-33],[2,-13],[0,-5],[-2,-8],[0,-6],[2,-6],[0,-6],[-4,-15],[-4,-3],[-6,0],[-5,5],[-7,13],[-7,20],[-2,2],[-9,3],[-2,3],[-5,0],[-4,8],[0,11],[-3,11],[0,5],[-4,2],[-3,-3],[2,-11],[-2,-8],[-7,3],[-12,27],[-13,22],[-6,5],[2,6],[6,3],[6,0],[1,4],[-11,20],[0,6],[4,11],[-5,4],[-14,-3],[-5,2],[-4,8],[-2,8],[-12,1],[-5,-1],[-8,11],[-3,7],[1,3],[8,7],[4,-1],[8,-7],[3,0],[8,9],[1,8],[6,7],[-1,7],[-3,11],[-7,4],[-15,-7],[-13,-11],[-6,4],[-1,7],[14,18],[6,10],[-1,6],[-4,7],[-1,19],[3,5]],[[4083,7108],[-5,-1],[-5,3],[-13,16],[0,4],[2,6],[7,9],[3,2],[18,-1],[5,-2],[1,-5],[0,-4],[-2,-5],[0,-4],[1,-5],[-2,-5],[-10,-8]],[[4143,7082],[-2,-32],[-4,2],[-3,0],[-7,-5],[-7,2],[-4,4],[-1,4],[1,9],[-4,6],[-13,2],[-5,2],[-3,10],[-1,13],[2,4],[7,4],[6,16],[2,2],[12,31],[6,-2],[9,-19],[13,-28],[-4,-25]],[[2114,7144],[-7,-5],[-2,2],[0,4],[1,6],[3,6],[10,11],[9,7],[5,0],[2,-5],[-6,-10],[-15,-16]],[[2156,7159],[-4,0],[-7,5],[1,6],[9,7],[10,-1],[1,-4],[-1,-5],[-1,-2],[-3,-3],[-5,-3]],[[4086,7161],[-1,-3],[-12,1],[-4,2],[-1,8],[1,8],[2,5],[4,12],[2,18],[17,-21],[5,-9],[3,-11],[-6,-5],[-7,-2],[-3,-3]],[[3974,7222],[6,-13],[8,1],[5,-10],[4,-15],[-3,-10],[-4,2],[-4,-5],[-2,-19],[1,-18],[-1,-18],[-5,-19],[-1,-13],[-2,-4],[-2,-1],[-3,4],[-4,2],[-5,-10],[-6,0],[-5,24],[5,40],[10,8],[-6,11],[-13,12],[1,8],[-9,20],[-1,5],[2,17],[8,15],[12,3],[9,-7],[4,-5],[1,-5]],[[4030,7252],[6,-6],[3,6],[6,0],[12,-5],[6,-9],[4,-9],[1,-6],[-2,-13],[1,-13],[0,-7],[-2,-6],[-2,-4],[-3,-1],[-9,12],[-10,22],[-8,6],[0,-2],[2,-6],[7,-12],[1,-7],[4,-8],[2,-7],[1,-8],[0,-7],[-1,-7],[-2,-4],[-3,-2],[-15,2],[-9,-4],[-11,2],[-3,4],[-1,6],[-1,16],[-3,21],[1,17],[-7,15],[-6,9],[-8,8],[-6,8],[2,7],[8,5],[14,-2],[31,-11]],[[2264,7275],[-11,-6],[-2,0],[-7,-12],[-6,-5],[-7,9],[2,16],[6,10],[32,-4],[2,-2],[0,-3],[-2,-2],[-7,-1]],[[3886,7319],[8,-21],[5,-17],[5,-19],[8,-41],[4,-15],[1,-8],[1,-22],[-1,-5],[-2,-4],[-1,-6],[2,-17],[1,-25],[-3,-15],[-2,-2],[-6,5],[-5,7],[-4,9],[-9,25],[-3,12],[0,8],[1,7],[3,3],[5,11],[0,1],[-4,-2],[-8,-1],[-7,8],[-6,4],[1,15],[-1,4],[-11,-5],[-4,5],[-1,5],[0,8],[2,8],[10,18],[-1,3],[-5,1],[-6,6],[-3,20],[-8,12],[-4,-1],[-10,-33],[-4,-7],[-14,-5],[3,9],[1,9],[-5,24],[0,10],[3,7],[10,3],[5,4],[4,7],[1,6],[7,18],[4,3],[9,0],[20,-19],[5,-3],[9,-12]],[[2243,7414],[-2,-6],[-3,2],[-5,6],[-10,9],[-5,6],[0,3],[4,3],[12,-8],[5,-6],[4,-9]],[[2274,7409],[1,-11],[3,1],[14,11],[7,3],[10,1],[7,-5],[2,-4],[-1,-4],[-6,-9],[0,-6],[7,-11],[15,-6],[2,-4],[0,-3],[-11,-19],[-4,-4],[-2,-1],[-20,3],[-18,6],[-7,1],[-3,-2],[-5,-5],[4,-2],[15,-1],[6,-8],[2,-6],[2,-7],[-3,-2],[-7,-2],[-8,0],[-10,-8],[-6,-8],[-20,-2],[-15,-12],[-5,-5],[-2,-7],[-6,-5],[-13,-5],[8,-4],[1,-4],[0,-5],[-1,-4],[-10,-19],[-20,-17],[-5,1],[-2,2],[-1,3],[0,3],[24,33],[0,1],[-7,1],[-11,9],[-8,-6],[-1,1],[2,7],[5,9],[-1,3],[-3,2],[-6,1],[-10,1],[-7,-2],[-5,-5],[0,-2],[10,0],[2,-2],[3,-4],[2,-6],[0,-5],[-2,-8],[-5,-10],[-7,1],[-14,22],[-6,33],[-13,24],[0,6],[3,16],[13,21],[13,6],[10,9],[9,3],[5,0],[8,-4],[3,-9],[-2,-3],[1,-2],[6,-5],[6,-18],[6,-15],[5,-6],[6,-4],[-6,11],[-4,15],[-2,29],[-2,8],[4,2],[10,-1],[-1,4],[-10,10],[-6,8],[-3,6],[0,6],[6,8],[3,2],[4,1],[6,-1],[3,-3],[9,-18],[4,-6],[3,0],[3,3],[3,6],[3,4],[3,1],[9,-3],[3,1],[2,5],[0,8],[2,3],[1,6],[-5,9],[5,3],[20,-7],[8,-8],[-4,-13]],[[3818,7489],[12,-19],[1,-4],[-3,-13],[-7,-3],[2,-6],[5,-3],[4,3],[13,18],[5,3],[2,1],[17,-6],[14,-8],[4,-7],[3,-12],[-4,-26],[-12,-4],[-6,0],[-6,4],[-9,-9],[8,-7],[24,-1],[8,-15],[2,-11],[-6,-21],[-13,6],[-13,12],[-25,17],[-5,1],[-4,-3],[-2,-11],[1,-22],[-7,-11],[-20,5],[-7,16],[-8,27],[-27,32],[-7,6],[-10,19],[4,15],[1,8],[5,3],[8,6],[4,15],[7,-12],[9,-11],[1,11],[4,8],[9,0],[4,1],[6,8],[8,4],[6,-4]],[[3945,7486],[-1,-5],[-12,1],[-12,7],[-6,9],[1,4],[11,4],[11,-9],[8,-11]],[[3912,7473],[23,-4],[17,1],[15,-29],[9,-23],[6,-16],[3,-16],[4,-15],[0,-2],[-9,10],[-6,21],[-4,8],[-3,4],[-3,7],[-7,20],[0,5],[-3,5],[-3,3],[-4,-1],[-1,-2],[0,-14],[3,-15],[17,-33],[11,-18],[2,-7],[1,-17],[-4,-7],[5,-16],[0,-3],[-1,-3],[-16,-7],[-14,-30],[-16,-17],[-7,-2],[-4,2],[-3,7],[-2,9],[-1,11],[4,7],[8,36],[0,11],[-9,17],[-6,13],[-3,19],[-6,49],[-2,16],[-4,13],[-4,11],[-3,11],[-3,13],[1,5],[8,-7],[9,-18],[5,-12]],[[2317,7511],[3,-2],[4,12],[2,0],[11,-10],[6,3],[5,-12],[3,-1],[4,1],[2,-1],[-1,-12],[-7,-13],[-4,-3],[-5,3],[-2,1],[-3,6],[-3,7],[-1,0],[-6,-8],[0,-4],[2,-6],[0,-4],[-7,-2],[-6,1],[-8,-6],[-1,4],[-2,9],[-2,-1],[-4,-11],[-4,-8],[-7,-6],[-2,-3],[-5,0],[-8,-4],[-5,1],[-29,12],[-6,5],[23,29],[13,11],[7,-1],[7,-3],[4,0],[1,13],[-7,10],[0,4],[15,6],[6,-1],[6,-3],[6,-6],[5,-7]],[[2311,7535],[-3,-2],[-6,6],[-5,6],[3,5],[13,10],[6,0],[3,-1],[1,-3],[-1,-5],[-3,-6],[-8,-10]],[[1553,7552],[-7,-3],[-7,2],[-5,19],[4,0],[9,13],[19,10],[5,1],[-18,-42]],[[3023,7789],[-4,-1],[6,12],[9,14],[8,9],[11,3],[-1,-6],[-14,-12],[-15,-19]],[[2712,7836],[-4,-6],[-18,4],[4,11],[13,7],[15,-11],[-10,-5]],[[2738,7788],[-10,-3],[-2,6],[5,14],[4,8],[3,2],[12,15],[12,12],[12,17],[12,24],[2,9],[6,1],[9,-6],[5,-8],[-3,-7],[-29,-34],[-3,-5],[-3,-11],[-2,-4],[-4,-2],[-3,-5],[-2,-8],[-3,-5],[-6,0],[-4,-2],[-2,-5],[-6,-3]],[[1084,7897],[8,-10],[4,0],[14,3],[5,-3],[5,-4],[3,-6],[1,-11],[-2,-10],[0,-13],[0,-6],[7,-8],[2,-11],[2,-11],[-16,-4],[-16,0],[-14,-8],[-3,-6],[2,-8],[-3,-2],[-4,1],[-7,8],[-7,4],[-25,6],[-33,22],[-13,5],[-15,17],[-12,21],[8,3],[8,2],[38,-3],[4,15],[5,4],[12,4],[11,8],[5,0],[5,-3],[11,5],[5,1],[5,-2]],[[2973,7888],[-2,-5],[-8,2],[-4,3],[14,12],[2,-2],[-2,-10]],[[2859,7909],[2,-5],[17,1],[5,-1],[2,-2],[-2,-4],[-7,-4],[-19,-9],[-16,-10],[-2,1],[-3,11],[-3,5],[-2,7],[0,2],[3,5],[6,7],[4,2],[15,-6]],[[2745,7909],[0,-5],[-3,-4],[3,-9],[-5,-16],[-2,-9],[-2,-6],[-3,-3],[-2,2],[-1,3],[2,5],[-6,0],[-2,14],[3,4],[2,5],[0,4],[4,17],[1,1],[1,-4],[1,-1],[2,2],[3,7],[1,1],[3,-8]],[[2353,7892],[-4,0],[5,9],[4,19],[6,-3],[1,-3],[-9,-19],[-3,-3]],[[2721,7981],[-12,-2],[-5,3],[-1,2],[2,10],[0,4],[6,2],[7,-5],[1,-5],[2,-9]],[[605,8518],[1,-5],[10,1],[13,-2],[14,-5],[15,2],[18,14],[11,4],[11,2],[11,-4],[12,-7],[4,-5],[4,-8],[2,-9],[4,-7],[21,-8],[14,-3],[3,-5],[3,-6],[12,-5],[12,2],[6,-2],[21,0],[25,-7],[-4,-19],[-9,-8],[-23,3],[-23,-3],[-9,-9],[-8,-12],[-1,-12],[-5,-6],[-5,-2],[-4,7],[-5,19],[-3,6],[-4,3],[-12,6],[-11,4],[-7,1],[-5,7],[-2,10],[-5,5],[-9,7],[-9,6],[-29,12],[-9,2],[-10,-2],[-10,-5],[-10,-9],[-11,-6],[-10,-1],[-10,3],[-10,9],[-5,5],[-2,10],[0,10],[1,10],[5,24],[9,4],[17,-16]],[[1086,9011],[-3,-1],[0,3],[10,7],[19,10],[-1,-2],[-10,-7],[-15,-10]],[[1997,9891],[10,-2],[14,5],[12,7],[24,23],[7,12],[6,4],[20,-3],[11,-7],[13,-12],[-4,-11],[-6,-6],[17,-9],[19,-2],[17,-7],[25,14],[20,3],[18,0],[24,8],[40,-11],[10,3],[17,-2],[17,-6],[6,-7],[-19,-15],[-3,-15],[7,-7],[11,-1],[2,-9],[7,-2],[36,1],[-2,-4],[-2,-5],[-11,-12],[64,-6],[9,6],[14,3],[28,8],[11,-3],[12,-9],[12,-2],[11,2],[25,12],[30,1],[12,-4],[12,2],[38,-15],[14,-2],[19,-18],[10,-1],[11,8],[10,0],[9,-8],[15,-2],[7,-12],[8,-4],[58,-9],[28,4],[42,-1],[20,-6],[21,1],[35,-21],[18,-3],[3,-5],[52,-5],[19,11],[31,2],[29,10],[16,-1],[19,-2],[7,1],[5,4],[46,-15],[26,-18],[11,-14],[54,-19],[15,-10],[11,-12],[6,-1],[5,3],[19,-1],[7,-1],[0,-56],[0,-56],[0,-56],[0,-55],[0,-56],[0,-56],[0,-55],[0,-56],[0,-56],[0,-56],[0,-55],[0,-56],[0,-56],[0,-55],[0,-56],[0,-56],[0,-56],[0,-55],[0,-56],[0,-56],[0,-55],[0,-56],[0,-56],[0,-56],[0,-55],[0,-56],[0,-56],[0,-55],[0,-56],[0,-56],[0,-56],[0,-55],[21,-8],[21,-8],[7,16],[23,-12],[20,-11],[13,14],[14,14],[19,1],[20,1],[14,1],[0,-12],[-5,-21],[-4,-17],[12,-15],[1,-2],[15,-9],[15,-8],[7,-24],[16,-18],[12,-14],[12,-13],[16,-19],[12,-13],[16,-18],[9,-10],[5,-20],[5,-25],[-3,-14],[7,-3],[14,17],[14,10],[17,12],[11,8],[21,1],[10,24],[0,34],[11,0],[6,4],[3,10],[-7,14],[21,7],[14,4],[21,13],[20,12],[10,-9],[10,-10],[19,-22],[1,-5],[-1,-11],[-2,-10],[11,-29],[4,-3],[9,-5],[11,-9],[5,-9],[17,-13],[2,-5],[2,-9],[2,-8],[4,-6],[2,-8],[8,-9],[13,-10],[9,-7],[13,-10],[13,-21],[12,-18],[13,-17],[-2,-15],[13,-21],[14,-28],[11,-25],[8,-13],[9,-20],[11,-24],[12,-28],[10,-18],[13,-25],[6,-15],[-4,-10],[-5,-12],[16,-6],[11,-4],[-3,-14],[-3,-19],[12,-7],[9,-5],[-2,-10],[5,-11],[1,-18],[15,2],[7,0],[9,-8],[13,-11],[12,-10],[10,-8],[14,-5],[17,-7],[8,-15],[16,-6],[6,-21],[18,-7],[10,5],[4,-9],[3,-9],[1,-13],[-1,-11],[-5,-10],[-3,-11],[-3,-12],[0,-12],[0,-13],[2,-12],[5,-21],[2,-13],[1,-9],[-13,-31],[-4,-14],[1,-7],[-9,-15],[-17,-21],[-7,-13],[-4,4],[-21,4],[-7,27],[-4,21],[-6,18],[0,4],[5,13],[21,10],[1,4],[-8,3],[-2,4],[-2,20],[0,17],[0,12],[-4,24],[-5,14],[-14,28],[-1,7],[6,9],[4,9],[-23,-15],[-31,-15],[-14,-11],[-2,-4],[-1,-4],[2,-10],[0,-3],[-3,-6],[-3,-16],[-7,-18],[-4,-4],[-12,7],[-3,6],[-6,23],[1,6],[5,5],[6,11],[7,18],[15,43],[10,1],[16,8],[-26,5],[-4,2],[-3,6],[-4,10],[-5,10],[-10,4],[-4,4],[-7,13],[-4,6],[-3,7],[0,9],[-2,4],[-7,2],[-4,3],[-1,22],[-14,6],[-5,5],[-9,14],[-3,6],[0,6],[2,15],[-1,3],[-8,-1],[-50,23],[3,32],[-9,41],[-10,17],[2,7],[2,3],[4,0],[19,-12],[18,-15],[3,2],[-29,31],[-7,9],[-2,11],[0,6],[2,3],[27,-2],[2,2],[-28,9],[-5,0],[-6,-13],[-3,-3],[-6,0],[-2,2],[-7,16],[-6,11],[-13,15],[-2,11],[-1,15],[2,15],[10,34],[4,6],[1,4],[-3,-1],[-3,-3],[-8,-16],[-9,-26],[-7,-8],[-4,2],[-7,10],[-13,13],[-17,4],[-10,13],[-15,36],[-2,19],[-2,4],[-8,6],[-5,9],[-7,44],[-10,31],[-3,17],[1,16],[-1,2],[-4,-13],[-1,-6],[-6,-2],[6,-13],[1,-7],[-3,1],[-6,-2],[11,-21],[4,-34],[7,-26],[5,-20],[2,-15],[3,-15],[8,-33],[1,-6],[-1,-6],[-3,-6],[-4,-2],[-15,4],[-5,8],[-8,15],[-11,7],[-27,-4],[-2,1],[0,13],[3,21],[-3,9],[-14,32],[0,6],[20,14],[-10,1],[-7,-5],[-3,3],[-5,21],[-3,7],[-1,2],[-1,-19],[3,-10],[1,-6],[-1,-9],[-2,-5],[-3,-4],[-4,-1],[-7,4],[-7,8],[-6,4],[-3,3],[-3,8],[-5,7],[-23,8],[-15,9],[-1,-2],[5,-10],[0,-7],[-3,-1],[-7,-10],[2,-2],[7,4],[7,-1],[13,-6],[11,-8],[4,-4],[2,-6],[1,-3],[11,-7],[1,-4],[-7,-12],[15,1],[8,-4],[11,-18],[4,-11],[0,-13],[-2,-3],[-4,-3],[-30,-4],[-11,-16],[-2,0],[-9,4],[-14,13],[-19,12],[-42,35],[-2,2],[0,7],[-3,3],[-6,3],[-8,9],[-10,15],[-7,12],[-2,8],[-6,10],[-19,20],[-10,7],[-9,5],[-8,1],[-2,2],[4,5],[0,2],[-17,5],[-16,9],[-41,26],[-21,17],[-13,8],[-5,4],[-2,4],[3,4],[8,4],[6,4],[8,17],[1,5],[-5,12],[-2,12],[0,6],[1,6],[2,4],[4,4],[2,2],[3,-2],[11,-15],[1,-5],[0,-21],[3,-25],[1,2],[1,8],[0,16],[2,7],[2,7],[4,4],[11,-2],[6,1],[-23,11],[-15,21],[-2,2],[-8,1],[-8,-9],[-22,-27],[-6,-5],[-27,-15],[-18,-3],[-21,3],[-17,5],[-44,23],[-7,6],[10,15],[1,4],[-4,15],[-3,5],[-4,2],[-1,-2],[0,-4],[1,-8],[-3,-5],[-8,-4],[-12,-5],[-40,12],[-39,10],[-36,2],[-51,-8],[-26,-8],[-16,-1],[-15,2],[-1,5],[6,4],[0,4],[-9,12],[-13,8],[-18,3],[-10,3],[-2,5],[-7,4],[-10,5],[-4,7],[3,24],[4,14],[3,10],[9,16],[-3,-1],[-13,-12],[-10,-12],[-11,-16],[-6,-7],[-7,-7],[-12,2],[-17,10],[-13,5],[-12,0],[-5,2],[8,9],[5,7],[6,11],[1,6],[-42,1],[-2,6],[0,5],[-1,4],[-6,2],[-9,-2],[-14,-7],[-6,6],[2,3],[5,2],[9,10],[-13,5],[-6,7],[-3,5],[0,18],[3,11],[29,12],[-9,4],[-18,-1],[-12,-10],[-14,-14],[-10,-5],[-5,3],[-6,2],[-8,-1],[-6,-4],[-2,-6],[-4,-4],[-3,-2],[-3,1],[-4,6],[-8,4],[-4,4],[-2,-3],[-3,-9],[-3,-4],[-13,-5],[-8,1],[-9,11],[-1,4],[3,10],[20,38],[-2,0],[-7,-6],[-12,-16],[-6,-4],[-10,-1],[-4,2],[-6,-1],[-6,-4],[-5,-5],[-2,-5],[2,0],[10,5],[5,2],[2,-3],[-8,-17],[-5,-17],[-4,-4],[-7,1],[-8,-2],[0,-4],[15,-14],[5,-1],[6,-5],[1,-5],[-2,-12],[-2,-5],[-3,-3],[-12,1],[-3,-2],[-8,-8],[-4,-6],[1,-1],[7,6],[10,3],[13,0],[9,3],[7,5],[6,-1],[6,-9],[2,-7],[-3,-6],[-5,-5],[-7,-3],[-5,-4],[-2,-5],[-1,-8],[0,-10],[2,-20],[-2,-2],[-3,-2],[-4,0],[-4,-4],[-8,-26],[-3,-2],[-4,2],[-3,0],[-3,-3],[-6,-3],[-10,-1],[-8,0],[-15,6],[-6,4],[-4,6],[-14,-7],[-3,3],[-8,18],[-2,-1],[-1,-19],[-3,-7],[-8,-14],[-4,-23],[-2,-1],[-1,3],[-5,22],[-3,4],[-7,-12],[-1,-4],[2,-16],[-2,-2],[-14,8],[-4,0],[-1,-1],[5,-12],[0,-5],[-21,-23],[-6,1],[-3,2],[-4,0],[-13,-9],[-4,0],[-5,5],[-2,0],[-1,-5],[0,-11],[-5,-10],[-16,-16],[-4,-7],[-3,-11],[-3,-1],[-9,7],[-11,4],[-1,-2],[3,-6],[-1,-4],[-4,-1],[-6,0],[-7,3],[-10,-3],[-13,-8],[-11,0],[-15,13],[-4,1],[-1,4],[3,11],[4,8],[3,4],[14,11],[17,4],[10,6],[12,13],[7,10],[12,26],[-1,2],[-2,1],[-29,-24],[-4,-2],[-5,0],[-23,9],[-5,4],[-3,12],[6,26],[5,13],[11,20],[14,21],[5,14],[8,36],[-1,17],[-3,20],[0,12],[3,4],[33,19],[15,14],[31,21],[8,-1],[6,-7],[7,-5],[8,-5],[11,1],[12,5],[21,-2],[41,-14],[9,0],[0,1],[-6,10],[-29,5],[-12,6],[-34,24],[-7,10],[3,4],[8,4],[3,3],[1,6],[5,9],[8,10],[13,11],[24,15],[-10,1],[-17,-3],[-6,-3],[-12,-11],[-4,-8],[-7,-15],[-2,-3],[-12,-2],[-33,-1],[-5,7],[-3,2],[-4,-1],[-30,-20],[-11,-10],[-8,-11],[-12,-9],[-16,-5],[-12,-7],[-12,-13],[-5,-10],[0,-5],[3,-15],[-3,-2],[-7,-2],[-12,-9],[-25,-30],[-3,-10],[0,-4],[4,-8],[-2,-6],[-7,-8],[-16,-14],[-10,-5],[-7,0],[-6,2],[-11,8],[-9,1],[-1,-1],[12,-10],[13,-12],[8,-10],[3,-8],[0,-8],[-3,-8],[-9,-15],[-8,-4],[-23,-4],[-7,-4],[-2,-2],[15,-7],[2,-3],[-3,-12],[-4,-4],[-12,-7],[-12,-2],[-2,1],[2,10],[0,2],[-4,2],[-7,-4],[-15,-14],[-1,-2],[5,-4],[-1,-3],[-8,-10],[-4,-7],[-5,-7],[-25,-21],[2,-5],[-7,-18],[-3,-17],[4,-6],[21,-8],[10,-2],[12,-6],[21,-15],[7,-10],[1,-4],[0,-5],[-3,-7],[-7,-13],[-16,-19],[-7,-5],[-11,-5],[-4,-3],[-14,-18],[-4,-10],[1,-8],[-3,-6],[-18,-12],[1,-2],[6,-1],[-2,-10],[-1,-14],[-3,-3],[-12,0],[-14,-5],[-1,-2],[-1,-10],[-38,-8],[-8,-19],[-4,-6],[-15,-15],[-9,-5],[-11,-4],[-5,-5],[-1,-6],[-3,-5],[-9,-9],[-4,-11],[-3,-2],[-17,-3],[-3,-3],[-2,-15],[-3,-1],[-6,4],[-8,-3],[-17,-17],[-4,-6],[0,-3],[3,-3],[4,-11],[0,-6],[-7,-19],[-2,-3],[-8,-5],[-3,-11],[-8,2],[-6,-2],[-4,-7],[-4,-4],[-5,-2],[-6,-5],[-7,-10],[-6,-7],[-6,-2],[-6,-1],[-6,1],[-5,-1],[-4,-3],[-5,-6],[-3,-17],[-5,-7],[-3,-1],[-5,1],[-9,3],[-9,-1],[-14,-10],[-5,-8],[9,-2],[5,-2],[0,-2],[-5,-2],[-8,0],[-5,-2],[-6,-4],[-14,-5],[-6,-3],[-11,-19],[-1,-5],[1,0],[6,2],[8,-4],[3,-4],[3,-5],[2,-9],[1,-2],[-14,-16],[-4,-7],[-2,-2],[-2,2],[-2,18],[-1,3],[-3,0],[-3,-6],[-7,-21],[-8,-11],[-57,-27],[-9,-6],[-1,-12],[-3,-10],[-4,-8],[-4,-5],[-1,3],[1,29],[-2,5],[-5,4],[-3,0],[-4,-2],[-5,-6],[-4,-2],[-4,1],[-8,-6],[-17,-20],[-12,-5],[-3,-4],[-5,-10],[-3,-4],[-5,-1],[-7,4],[-5,-3],[-4,-8],[-4,-3],[-11,6],[-5,-4],[-7,-10],[-6,-6],[-7,-4],[-19,-3],[-7,2],[-2,3],[1,13],[3,9],[2,4],[4,4],[5,1],[10,-3],[-1,3],[-3,4],[-10,6],[-9,3],[-5,-2],[-7,-5],[-5,-5],[-3,-7],[-3,-21],[-2,-5],[-22,-37],[-8,-11],[-8,1],[-4,-5],[-6,-9],[-5,-4],[-5,0],[-4,2],[-3,3],[1,3],[4,3],[-2,7],[-6,12],[-4,6],[-8,1],[-1,-5],[2,-28],[0,-6],[-5,-8],[-13,-9],[-4,1],[-12,17],[-11,4],[-1,-6],[3,-12],[-3,-11],[-8,-10],[-6,-5],[-4,1],[-1,7],[4,14],[1,11],[-2,9],[0,7],[3,5],[14,14],[7,2],[3,-3],[4,-1],[5,2],[3,5],[2,6],[6,9],[11,10],[13,19],[15,28],[17,23],[20,20],[22,16],[43,22],[3,-1],[-4,-7],[3,-5],[4,0],[16,3],[7,5],[1,-5],[-2,-5],[-9,-6],[0,-5],[14,-22],[4,-3],[4,0],[1,3],[-1,16],[5,3],[10,1],[6,-2],[3,-5],[5,-4],[8,-3],[5,1],[2,5],[-3,6],[-16,14],[-4,5],[-1,8],[2,10],[5,15],[7,20],[7,14],[14,15],[9,8],[24,24],[45,24],[11,16],[15,17],[7,4],[0,-7],[2,-5],[10,-4],[7,-2],[3,1],[0,7],[-1,11],[0,11],[0,10],[2,8],[7,14],[10,16],[13,19],[9,9],[8,4],[8,9],[14,19],[4,3],[10,4],[3,-2],[3,-5],[2,-3],[10,-2],[7,4],[-1,2],[-6,2],[-3,3],[-3,11],[-7,7],[-2,8],[2,12],[5,29],[1,30],[5,17],[10,6],[23,4],[-13,8],[-5,0],[-9,4],[-3,18],[0,14],[6,15],[21,26],[22,19],[-3,1],[-2,5],[10,37],[10,32],[-14,-27],[-16,-21],[-47,-25],[-32,-21],[-15,-5],[-10,6],[-8,19],[-4,7],[-6,13],[2,17],[5,12],[10,2],[11,-6],[10,0],[-13,11],[-18,10],[-8,-3],[-6,-16],[-9,-12],[-7,4],[-5,5],[4,-14],[-6,-20],[-2,-15],[8,-38],[-2,-15],[-14,-7],[-12,13],[-25,48],[-9,13],[-19,23],[-6,-3],[-8,-11],[-8,-4],[-21,17],[-10,12],[-9,16],[-14,-9],[-13,-10],[-14,-16],[-10,1],[-26,-14],[-3,0],[-3,-8],[-4,-3],[-3,-14],[-35,-11],[-35,6],[12,8],[14,6],[11,15],[-5,19],[-1,10],[1,13],[13,18],[-14,0],[-9,-7],[-8,14],[-3,26],[9,16],[4,11],[4,17],[0,14],[-7,24],[-21,51],[-9,37],[-16,21],[12,33],[13,30],[17,13],[-1,2],[-10,0],[-6,-2],[-5,-10],[-6,-7],[-19,-38],[-11,-19],[-8,-5],[12,-7],[2,-7],[3,-13],[-4,-17],[-3,-9],[-14,0],[-13,-13],[-31,-15],[-41,-8],[-21,1],[-21,17],[0,10],[1,8],[-31,30],[-17,29],[-12,1],[-11,8],[-13,12],[1,10],[2,7],[-7,5],[-10,-1],[-12,4],[30,38],[11,25],[8,4],[11,-4],[16,-10],[12,-5],[5,-4],[5,-9],[-5,-15],[-5,-11],[6,3],[16,16],[12,15],[6,-2],[3,-2],[7,-15],[8,-15],[18,14],[10,18],[-8,8],[-10,4],[-26,6],[6,5],[17,0],[6,5],[-7,6],[-8,6],[-22,-20],[-40,1],[-28,12],[-28,-2],[-4,2],[-6,7],[16,14],[11,9],[1,4],[-7,1],[-12,-4],[-6,7],[1,12],[-2,-1],[-4,-7],[-7,4],[-6,5],[3,6],[6,7],[-3,2],[-5,-2],[-5,-10],[1,-9],[0,-12],[-9,-2],[-8,2],[-6,12],[-5,25],[-16,7],[-4,13],[10,17],[-4,8],[-11,3],[-12,-8],[-5,7],[-1,8],[0,12],[3,1],[3,-2],[24,7],[2,3],[-19,10],[-5,10],[8,6],[14,1],[20,6],[-9,11],[-1,6],[-2,10],[3,17],[24,39],[22,32],[7,8],[11,4],[10,-3],[10,-7],[2,3],[-4,2],[-4,14],[14,5],[8,15],[1,4],[-9,-6],[-10,-10],[-2,10],[-2,24],[4,22],[3,10],[8,9],[22,4],[4,-2],[1,5],[-13,14],[5,11],[5,5],[27,9],[15,-2],[18,-11],[11,-13],[-1,-6],[-3,-4],[-6,-4],[-2,-4],[1,-2],[8,7],[13,10],[8,-4],[5,-8],[7,0],[20,7],[10,6],[13,18],[17,11],[23,36],[7,14],[8,3],[7,-2],[6,-12],[7,-3],[42,3],[22,5],[15,12],[15,19],[9,14],[4,17],[-5,22],[-6,18],[-7,42],[-21,28],[-15,8],[-10,-1],[7,17],[20,-1],[13,3],[11,9],[3,6],[5,13],[-2,14],[-2,8],[-8,8],[-8,12],[-6,5],[-5,-1],[-25,-24],[-15,-1],[-12,5],[-10,-14],[-27,-13],[-14,-12],[-28,-31],[-6,-14],[-9,-1],[-6,28],[-30,25],[-9,-8],[5,-8],[7,-6],[11,-3],[-5,-8],[-3,-10],[-11,10],[-20,14],[-20,7],[-54,-1],[-34,-14],[-4,3],[-3,1],[-6,-3],[-2,-6],[-4,-4],[-7,-1],[-15,2],[-27,9],[-63,13],[-16,8],[-14,20],[0,13],[6,6],[0,19],[-13,5],[-24,27],[-10,12],[2,1],[5,-3],[8,-2],[21,3],[7,18],[16,5],[14,-2],[-3,4],[-4,4],[-37,9],[-5,-3],[-66,16],[-53,28],[-4,5],[-5,12],[7,12],[7,5],[1,-6],[1,-6],[30,14],[16,20],[29,3],[7,5],[10,11],[13,17],[18,10],[13,8],[17,5],[14,-8],[4,-1],[26,-2],[8,3],[4,3],[2,4],[-25,15],[3,8],[3,6],[29,18],[23,5],[12,0],[35,22],[19,7],[37,4],[29,1],[8,-8],[-16,2],[-7,-2],[5,-2],[6,-6],[-2,-8],[-9,-21],[0,-18],[-6,-5],[-6,-8],[30,-26],[47,-1],[26,4],[15,-7],[12,-2],[33,4],[26,-5],[10,2],[23,37],[10,6],[9,-6],[13,-6],[9,4],[6,-10],[-3,21],[-4,7],[-38,14],[-26,-7],[-8,8],[3,15],[-28,39],[-11,7],[-13,1],[-7,13],[-6,17],[12,7],[10,3],[10,-5],[11,-23],[10,-3],[-3,-22],[13,-21],[28,-19],[23,7],[17,0],[9,-4],[24,-17],[12,-2],[38,9],[0,16],[-3,13],[-9,7],[-25,-1],[-20,12],[-17,-3],[-31,-19],[-16,7],[-10,11],[-16,10],[-1,20],[13,22],[10,11],[-9,8],[-22,6],[-39,-6],[-1,8],[0,8],[-16,-16],[-16,3],[-21,-2],[-48,15],[-17,17],[-7,15],[-13,39],[-16,25],[-114,83],[-51,22],[-25,23],[-16,6],[-15,2],[-19,7],[13,10],[9,3],[-9,-10],[7,-2],[11,5],[6,7],[9,28],[9,43],[-3,17],[63,-4],[42,3],[14,4],[53,6],[13,5],[26,14],[30,26],[25,33],[4,9],[2,-2],[2,1],[3,13],[3,30],[13,28],[54,64],[25,25],[9,12],[8,8],[6,-8],[3,-2],[2,-4],[-5,-2],[-8,-8],[-12,-5],[-3,-3],[7,1],[20,6],[12,7],[58,13],[31,22],[1,5],[47,28],[6,-1],[8,-4],[-13,-18],[9,-5],[-8,-21],[17,-1],[4,-10],[0,9],[0,12],[2,12],[2,9],[12,-4],[27,9],[-33,1],[-19,20],[-11,0],[36,29],[33,18],[8,-1],[3,-3],[1,-5],[-7,-4],[-7,-6],[3,-5],[5,-1],[16,4],[7,6],[33,-1],[10,4],[3,4],[43,1],[8,3],[28,16],[25,18],[12,11],[20,26],[17,17],[28,17],[7,-3],[-10,-3],[-6,-7],[9,-10],[59,-19],[15,-1],[6,-12],[-5,-11],[-15,-13],[-31,-13],[9,-5],[6,-11]],[[8073,2174],[-1,40],[-1,35],[-1,36],[-1,36],[-1,36],[-1,36],[-1,35],[-1,36],[3,35],[2,36],[2,35],[2,35],[2,35],[3,35],[2,36],[2,35],[2,35],[2,35],[3,36],[2,35],[2,35],[2,35],[2,35],[3,36],[0,9],[0,3],[1,4],[-8,13]],[[8094,3057],[-2,2],[-1,3],[1,0],[14,-1],[15,0],[14,0],[15,0],[14,-1],[15,0],[14,0],[14,-1],[15,0],[14,0],[15,0],[14,-1],[15,0],[14,0],[14,-1],[15,0]],[[8323,3057],[2,-24],[3,-25],[2,-24],[2,-24],[3,-25],[2,-24],[2,-24],[3,-25],[2,-24],[3,-25],[2,-24],[2,-24],[3,-25],[2,-24],[2,-24],[3,-25],[2,-11],[2,-18],[13,-53],[3,-22],[-1,-9],[2,-8],[4,-7],[-1,-7],[-5,-9],[-4,-10],[-3,-18],[-5,-33],[0,-20],[5,-27],[1,-11],[-3,-53],[2,-34],[5,-22]],[[8378,2295],[-29,0],[-29,0],[-29,0],[-29,-1],[-29,0],[-29,0],[-29,0],[-29,0],[-2,-13],[1,-13],[3,-13],[13,-23],[1,-6],[-2,-18],[0,-13],[-1,-7],[-3,-6],[-1,-6]],[[8155,2176],[-2,-2],[-10,-20],[-34,-6],[2,4],[7,1],[10,6],[-2,11],[-4,11],[-4,2],[-2,6],[0,22],[-2,12],[-6,13],[-2,-2],[-4,-22],[-3,-29],[-2,-9],[-10,-1],[-9,2],[-5,-1]],[[7903,3057],[0,-6],[1,-4],[-3,-9],[-9,-9],[-5,-9],[0,-9],[-2,-4],[-4,-2],[-2,-13],[-2,-30],[-5,-17],[-7,-4],[-4,-7],[-1,-9],[-4,-11],[-8,-12],[-3,-11],[3,-11],[-1,-4],[-2,-4],[-9,-5],[-2,-3],[-1,-3],[2,-5],[1,-8],[-1,-15],[-3,-5],[-2,-6],[-7,-10],[-2,-8],[3,-5],[0,-6],[-4,-6],[1,-7],[1,-5],[4,-4],[1,-12],[-3,-15],[1,-12],[4,-10],[1,-5],[-4,-34],[0,-4]],[[7826,2679],[-18,0],[-16,-1],[-16,0],[-16,0],[-16,0],[-16,0],[-17,0],[-16,0],[-16,0],[-16,0],[-16,0],[-16,0],[-17,0],[-16,0],[-16,0],[-16,0]],[[7566,2678],[0,26],[0,26],[0,25],[-1,26],[-4,5],[-9,2],[-4,-2],[-5,2],[-3,-5],[-2,0],[-2,1],[-1,3],[-4,3],[-5,9]],[[7526,2799],[0,21],[1,21],[0,20],[0,21],[0,21],[1,21],[0,20],[0,21],[0,21],[1,20],[0,21],[0,21],[0,21],[1,20],[0,21],[0,21],[-2,26],[-2,27],[-2,26],[-2,27],[-2,27],[-2,26],[-2,27],[-2,26]],[[7514,3343],[25,0],[25,0],[25,0],[25,0],[25,0],[25,0],[25,0],[25,0],[25,0],[25,0],[26,0],[25,0],[25,0],[25,0],[25,0],[25,0],[4,-15],[4,-9],[0,-8],[0,-7],[-7,-15],[-6,-7],[-3,-8],[-5,-7],[-7,-21],[15,1],[15,0],[14,0],[17,1]],[[7956,3248],[-1,-4],[2,-7],[0,-4],[-1,-3],[-3,-2],[-2,-2],[-1,-3],[0,-1],[0,-4],[1,-3],[-2,-4],[-10,-11],[-5,-14],[2,-16],[-4,-17],[-9,-17],[-3,-19],[1,-21],[-4,-17],[-11,-13],[-3,-8],[0,-1]],[[5706,2621],[1,2],[12,2],[6,7],[3,14],[1,13],[-2,14],[-5,10],[-9,6],[-5,19],[-1,31],[1,16],[5,3],[4,7],[4,13],[4,13],[2,15],[0,19],[-1,23],[8,28],[8,17],[15,22],[3,6],[0,5],[0,1],[-3,7],[-13,15],[-6,10],[0,10],[-1,0],[-1,10],[-15,39],[-5,21],[1,16]],[[5717,3055],[0,2],[1,67],[-5,24],[-1,13],[1,16],[0,10],[-2,9],[-1,16],[0,20],[-4,13],[-1,5],[2,14],[4,7],[7,5],[8,1],[9,-1],[7,-6],[4,-11],[5,-5],[4,-1],[6,9],[5,19],[2,1],[0,82],[0,75]],[[5768,3439],[28,0],[28,0],[28,0],[28,0],[28,0],[28,0],[28,0],[28,0],[28,0],[28,0],[28,0],[29,0],[28,0],[28,0],[28,-1],[28,0]],[[6217,3438],[0,-67],[0,-68],[0,-67],[0,-68],[0,-68],[0,-67],[0,-68],[0,-67],[0,-68],[0,-67],[0,-68],[0,-68],[0,-67],[0,-68],[0,-67],[0,-68]],[[6217,2357],[-21,0],[-31,0],[-32,0],[-32,-1],[-32,0],[-32,0],[-42,28],[-43,29],[-43,28],[-42,28],[-43,28],[-42,28],[-43,29],[-43,28],[5,11],[5,28]],[[5232,4392],[0,-36],[0,-36],[0,-36],[0,-35],[0,-36],[0,-36],[0,-36],[0,-35],[0,-36],[0,-36],[0,-36],[0,-35],[0,-36],[0,-36],[0,-36],[0,-35],[21,-32],[21,-31],[21,-31],[21,-31],[21,-31],[21,-31],[21,-32],[21,-31],[17,-26],[16,-26],[17,-27],[16,-26],[17,-26],[16,-26],[17,-27],[16,-26],[23,-38],[23,-37],[23,-38],[23,-38],[22,-38],[23,-38],[23,-37],[25,-41]],[[5706,2621],[-10,-2],[-26,-4],[-25,-4],[-26,-4],[-26,-4],[-26,-4],[-25,-4],[-26,-4],[-26,-4],[0,1],[-1,21],[-4,7],[-5,-4],[-3,27],[2,12],[-1,13],[-5,31],[-13,37],[-29,46],[-15,16],[-11,19],[-8,6],[-9,1],[-3,-9],[-10,6],[1,22],[-10,31],[-8,3],[-21,-2],[-28,17],[-8,10],[-3,17],[-13,16],[-18,15],[-9,-3],[-13,2],[-18,11],[-10,1],[-21,-3],[-7,2],[-7,14],[-8,7],[2,17],[-1,15],[1,12],[-4,26],[3,25],[-2,8],[-5,7],[-13,10],[-3,12],[3,18],[-4,11],[-11,11],[-10,24],[-13,13],[-6,22],[-8,14],[-3,12],[-18,43],[-19,34],[-3,19],[-1,27],[8,16],[4,14],[0,13],[-2,10],[-6,17],[-26,10],[-20,41],[-2,31],[-8,33],[0,21],[-1,22],[6,5],[6,-1],[-1,-9],[2,-17],[6,-12],[7,-5],[5,-12],[4,-4],[5,-1],[-3,8],[-2,5],[-3,16],[-6,20],[-6,11],[-4,20],[-3,5],[-2,7],[7,9],[9,7],[11,1],[34,-3],[7,6],[6,-2],[4,1],[-9,5],[-5,-2],[-6,1],[-12,-1],[-5,2],[-5,7],[-4,0],[-11,-11],[-5,2],[-11,12],[-5,2],[-8,-7],[-1,-30],[2,-22],[-5,-2],[-5,9],[-9,5],[-7,9],[-10,15],[-6,6],[-6,-13],[0,6],[3,14],[-1,25],[9,-20],[-3,14],[-7,16],[-5,5],[-7,28],[-15,16],[-12,27],[-25,44],[-1,39],[-10,49],[4,28],[0,20],[-5,29],[-4,17],[-20,44],[-20,30],[-3,23],[-1,23],[4,20],[4,22],[2,5],[2,-2],[-1,-5],[3,-1],[1,10],[1,4],[-3,1],[1,3],[1,6],[6,28],[0,36],[6,43],[0,15],[-4,30],[-4,19],[-8,13],[4,19],[-1,19],[-1,3]],[[4852,4392],[24,0],[24,0],[24,0],[23,0],[24,0],[24,0],[24,0],[23,0],[24,0],[24,0],[23,0],[24,0],[24,0],[23,0],[24,0],[24,0]],[[6849,3438],[-22,0],[-22,0],[-22,0],[-23,0]],[[6760,3438],[-34,0],[-34,0],[-34,0],[-34,0],[-33,0],[-34,0],[-34,0],[-34,0],[-34,0],[-34,0],[-34,0],[-34,0],[-34,0],[-34,0],[-34,0],[-34,0]],[[6217,3438],[0,48],[0,48],[0,47],[0,48],[0,48],[0,47],[0,48],[0,48],[0,47],[0,48],[0,48],[0,47],[0,48],[0,48],[0,47],[0,48]],[[6217,4201],[28,0],[28,0],[29,0],[28,0],[28,0],[28,0],[28,0],[29,0],[28,0],[28,0],[28,0],[29,0],[28,0],[28,0],[28,0],[29,0]],[[6669,4201],[22,0],[22,0],[23,0],[22,0],[23,0],[22,0],[23,0],[22,0],[0,-24],[0,-24],[0,-23],[0,-24],[0,-24],[0,-24],[0,-24],[0,-24]],[[6848,4010],[0,-35],[0,-36],[0,-36],[0,-36],[1,-35],[0,-36],[0,-36],[0,-36],[0,-35],[0,-36],[0,-36],[0,-36],[0,-35],[0,-36],[0,-36],[0,-36]],[[9401,4199],[-4,12],[-4,10],[7,7],[6,6],[5,5],[3,4],[-2,7],[-3,7],[1,18],[0,19],[1,18],[1,18],[0,18],[1,18],[1,18],[1,18]],[[9415,4402],[7,0],[8,-1],[7,0],[8,-1],[7,0],[8,-1],[8,0],[7,-1],[0,-5],[4,1],[1,4],[10,0],[11,0],[11,-1],[11,0],[10,0],[11,-1],[11,0],[11,0],[0,-2]],[[9566,4394],[0,-10],[0,-15],[0,-10],[0,-14],[0,-17],[0,-15],[0,-13],[0,-8],[-1,-12],[-2,-4],[-1,-11]],[[9562,4265],[-8,1],[-13,-3],[-17,-6],[-10,3],[-9,-6],[-33,-2],[-7,3],[-9,-13],[-15,-8],[-36,-29],[-4,-6]],[[9087,3809],[7,13],[5,-11],[5,-13],[-8,-15],[-1,15]],[[9095,3798],[-2,5],[-4,4],[-2,2]],[[9275,3716],[-10,0],[-20,0],[-20,0],[-9,0],[-1,0],[-1,0],[0,30],[-1,30],[-1,30],[-1,31],[-1,30],[-1,30],[-1,30],[-1,30]],[[9207,3957],[7,16],[3,4],[4,3],[11,0],[8,-5]],[[9240,3975],[-4,-6],[-3,-13],[-8,-14],[1,-10],[1,-7],[-1,-14],[5,-15],[10,-23],[2,-36],[7,-24],[11,-28],[9,-8],[0,-10],[-4,-17],[-5,-8],[7,1],[3,-4],[4,-14],[0,-9]],[[8812,1585],[1,-14],[-8,32],[-10,51],[-6,40],[4,-11],[3,-22],[16,-76]],[[8378,2295],[4,-15],[7,-32],[0,-7],[9,-1],[14,-2],[14,-2],[15,-1],[14,-2],[14,-2],[15,-2],[14,-1],[14,-2],[15,-2],[14,-2],[14,-2],[15,-1],[14,-2],[14,-2],[15,-2],[14,-1],[0,-7],[3,-10],[0,-11],[1,-5],[3,-4],[5,-1],[4,7],[3,14],[1,15],[-2,18],[0,15],[2,9],[3,2],[2,5],[2,1],[5,-3],[19,-12],[15,-2]],[[8693,2243],[4,-17],[7,-71],[4,-24],[8,-67],[13,-64],[19,-78],[30,-94],[3,-13],[-4,-11],[-1,-12],[0,-18],[1,-17],[4,-21],[6,-33],[-3,7],[-10,46],[-2,27],[2,39],[-2,-1],[-2,-12],[-1,-15],[-3,-6],[-3,23],[0,10],[4,12],[-1,4],[-6,6],[-2,10],[1,9],[-3,5],[-3,0],[2,-23],[3,-15],[3,-34],[6,-21],[3,-17],[38,-186],[9,-24],[3,-16],[4,-36],[1,-46],[-6,-83],[-2,-57],[-1,2],[0,6],[-2,1],[-5,-26],[-8,-24],[-2,-36],[-4,-18],[-10,-20],[-7,1],[-16,-15],[-11,4],[-14,-8],[-8,1],[-5,17],[0,8],[2,7],[4,2],[12,-18],[2,8],[-4,9],[-7,5],[-5,5],[-10,42],[-10,28],[-2,19],[-19,11],[-13,18],[-8,31],[-5,55],[-6,6],[-3,4],[6,21],[6,17],[-5,-4],[-3,-7],[-5,-15],[-3,-2],[-3,2],[-3,29],[1,36],[4,13],[-7,1],[-8,-5],[1,-12],[-1,-7],[-5,2],[-4,4],[-6,12],[-8,24],[-16,65],[-3,9],[-6,10],[3,3],[4,2],[11,29],[8,18],[3,12],[-1,5],[-3,8],[-5,-7],[-2,2],[-5,15],[-6,5],[-3,-4],[4,-12],[3,-5],[-1,-18],[-2,-6],[-3,-5],[-5,2],[-2,-4],[-3,5],[-3,8],[-3,13],[8,74],[8,48],[1,54],[1,8],[-1,15],[-11,31],[-46,76],[-37,91],[-31,33],[-24,-7],[-4,-7],[-2,-9],[2,-10],[-3,-4],[-6,1],[-9,-3],[-22,-24],[-8,1],[-7,-6],[-6,-5],[-14,-2],[-12,-5],[-5,3],[-3,13],[0,15],[2,-11],[5,-9],[2,4],[0,7],[-4,15],[-13,19],[-16,28],[5,-1],[1,6],[-5,8],[2,9],[4,9],[-7,-1],[-6,-7],[0,-8],[-1,-7],[-3,1],[-6,9],[-29,22],[-25,13],[19,5],[11,-4],[-1,7],[-3,4],[-8,6],[-11,-2],[-6,2],[-7,-5],[-8,-8],[-6,-5],[-26,-5],[-21,-7],[3,7],[4,4],[12,7],[2,13],[-3,13],[-3,-3],[-3,-10],[-5,7],[-4,0],[-2,-16],[-6,-11],[-2,-11],[-18,-8],[-2,3],[5,10],[0,6],[-4,-3]],[[8701,2289],[-4,-47],[-2,17],[0,16],[3,9],[3,5]],[[8323,3057],[29,0],[29,-1],[29,-1],[30,0]],[[8440,3055],[27,0],[27,1],[27,1],[27,0]],[[8548,3057],[-5,-13],[-13,-24],[-3,-19],[17,-20],[0,-1],[10,-16],[7,-7],[7,-2],[4,-5],[3,-14],[21,-66],[21,-35],[9,-17],[4,-16],[18,-27],[6,-14],[1,-11],[2,-8],[4,-4],[4,-10],[3,-15],[8,-13],[11,-11],[8,-26],[5,-39],[5,-23],[7,-10],[11,-34],[4,-20],[-1,-17],[6,-14],[18,-15]],[[8750,2491],[-5,-17],[-11,-10],[-3,1],[-3,-3],[2,-7],[3,-6],[0,-4],[-3,-7],[-6,-2],[-3,-7],[1,-8],[2,-3],[-1,-7],[-6,-7],[-2,-7],[3,-2],[3,2],[2,-1],[-4,-12],[-4,-7],[-3,-12],[-8,-3],[1,-4],[4,-4],[4,-9],[-7,-18],[-5,2],[-2,3],[-2,-13],[1,-8],[-2,-15],[-2,-18],[-2,-8],[0,-13],[1,-14]],[[2033,9],[-4,-9],[-5,0],[-18,20],[-2,10],[1,49],[-7,40],[-7,30],[5,16],[7,12],[8,23],[-6,29],[1,18],[4,3],[19,-22],[38,-32],[10,-23],[2,-24],[7,-3],[3,-17],[10,-14],[4,-9],[-5,-13],[-18,-26],[-23,-11],[-20,-29],[-4,-18]],[[1919,344],[-6,-5],[-5,2],[-2,13],[-5,17],[9,3],[6,-4],[3,-6],[3,-8],[-3,-12]],[[1951,375],[3,-4],[9,6],[7,1],[12,-12],[4,-9],[7,-9],[3,-7],[-2,-8],[-9,-13],[-11,-3],[-7,-6],[-9,1],[-2,3],[-1,17],[-3,18],[-6,-2],[-6,6],[-7,15],[-1,9],[4,14],[6,2],[5,-8],[4,-11]],[[1886,429],[19,-5],[4,2],[4,-4],[15,-3],[3,-2],[-3,-10],[-10,-9],[-15,8],[-24,3],[1,8],[2,5],[1,10],[3,-3]],[[1833,475],[3,-1],[4,1],[2,-15],[4,-9],[2,-5],[-5,-5],[-10,-2],[-4,4],[-5,10],[-5,-3],[-1,8],[-1,2],[-3,-2],[3,-10],[-9,-1],[-3,1],[-2,12],[-9,21],[0,8],[-3,10],[13,3],[9,18],[6,1],[10,-28],[-1,-8],[3,-7],[2,-3]],[[1619,548],[-2,-8],[-3,1],[0,7],[2,11],[5,9],[5,13],[5,-2],[-2,-9],[-1,-9],[-6,-6],[-3,-7]],[[1692,565],[-8,-10],[-5,4],[-8,2],[-4,8],[-9,7],[-4,10],[6,19],[13,16],[21,-1],[4,-12],[0,-10],[-2,-10],[-2,-15],[-2,-8]],[[74,1761],[-2,-1],[0,2],[2,3],[1,-1],[-1,-2],[0,-1]],[[7800,4083],[-8,10],[-2,7],[-6,7],[-1,4],[-5,4],[-4,14],[-23,0],[-23,0],[-22,0],[-23,-1],[-23,0],[-22,0],[-23,-1],[-23,0],[-22,0],[-23,0],[-23,-1],[-23,0],[-22,0],[-23,0],[-23,-1],[-22,0]],[[7411,4125],[-6,14],[-2,13],[1,7],[1,21],[-1,36],[-3,21],[-3,4],[0,7],[2,8],[0,5],[-4,3],[-2,7],[2,11],[-1,7],[-3,2],[-2,4],[1,5],[-2,3],[-4,2],[-2,12],[1,24],[-2,17],[-4,9],[-2,9],[0,9],[-4,13],[-9,19],[-5,24],[-3,30],[-6,17],[-2,1]],[[7347,4489],[-3,16],[-2,7],[-1,5],[-7,14],[-1,5],[1,6],[5,13],[5,21],[1,15],[3,10],[0,6],[0,8],[-2,6],[-6,5],[-1,3],[0,7],[2,5],[1,6],[-1,6],[-3,12],[-2,12],[13,1]],[[7349,4678],[29,0],[30,0],[29,0],[29,0],[29,0],[30,0],[29,0],[29,0],[29,0],[29,0],[30,0],[29,0],[29,0],[29,0],[30,0],[29,0]],[[7817,4678],[1,-12],[2,-8],[3,-7],[6,-6],[1,-10],[-4,-15],[-1,-18],[1,-22],[3,-20],[4,-18],[10,-13],[15,-8],[9,-13],[3,-17],[1,-2]],[[7871,4489],[5,-13],[10,-11],[5,-11],[1,-11],[6,-10],[10,-12],[6,-10],[2,-9],[0,-14],[-3,-19],[-3,-13],[-5,-8],[-4,-12],[-3,-15],[-8,-13],[-13,-13],[-15,-8],[-17,-5],[-10,-11],[-3,-17],[1,-14],[6,-11],[4,-12],[1,-13],[-5,-21],[-9,-30],[-10,-19],[-11,-9],[-5,-12],[1,-17],[-1,-10],[-4,-3]],[[6037,4392],[-17,0],[-17,0],[-17,0],[-17,0],[-16,0],[-17,0],[-17,0],[-17,0],[-17,0],[-17,0],[-16,0],[-17,0],[-17,0],[-17,0],[-17,0],[-16,0]],[[5768,4392],[-34,0],[-33,0],[-34,0],[-33,0],[-34,0],[-33,0],[-33,0],[-34,0]],[[5500,4392],[0,42],[0,43],[0,42],[0,43],[0,42],[0,43],[0,43],[0,46],[0,1],[5,29],[2,14],[-2,8],[1,8],[4,7],[0,8],[-4,9],[-7,5],[-10,3],[-5,10],[0,18],[7,27],[15,37],[9,26],[1,15],[9,35],[17,55],[7,35],[-4,15],[-9,15],[-13,14],[-10,16],[-2,9]],[[5511,5155],[-3,10],[-2,13],[3,7],[-2,13],[-6,19],[-3,13],[1,4],[0,2],[0,31],[0,30],[0,31],[0,30],[0,31],[0,30],[0,31],[0,31],[0,30],[0,31],[0,30],[0,31],[-1,30],[0,31],[0,31],[0,30]],[[5498,5725],[29,0],[38,0],[22,0]],[[5587,5725],[0,-47],[0,-47],[0,-47],[0,-48],[10,-19],[7,-11],[5,-13],[7,-13],[1,-5],[2,-14],[-1,-11],[3,-10],[0,-5],[-3,-3],[-1,-1],[0,-1],[1,-2],[10,-10],[10,-14],[12,-9],[4,-6],[16,-28],[8,-18],[9,-13],[5,-15],[9,-13],[2,-6],[1,-2],[1,0],[5,3],[2,-1],[3,-5],[0,-8],[2,-3],[4,-2],[4,0],[12,4],[3,0],[1,-2],[1,-4],[0,-7],[-2,-10],[-3,-9],[0,-9],[-3,-21],[-3,-14],[0,-14],[-3,-8],[2,-9],[-2,-14],[2,-4],[4,-6],[2,-18],[-1,-3],[-8,-7],[-3,-4],[-1,-6],[4,-19],[-3,-10],[-1,-8],[1,-3],[7,-4],[9,-11],[3,-2],[2,1],[3,3],[5,7],[8,7],[10,15],[0,4],[1,3],[1,0],[4,-2],[6,-10],[5,-5],[1,-1],[1,-2],[-1,-9],[3,-8],[1,-11],[3,-12],[3,-14],[8,-19],[4,-13],[5,-6],[3,-7],[2,-8],[1,-7],[-3,-12],[1,-5],[2,-5],[9,-13],[2,-1],[7,1],[5,-2],[4,-6],[4,-10],[3,-9],[0,-12],[5,-12],[0,-11],[3,-5],[5,-7],[5,-4],[2,0],[2,1],[0,6],[2,5],[7,7],[6,0],[23,-6],[1,1],[2,1],[3,11],[4,4],[4,1],[15,-3],[16,2],[8,-3],[13,4],[14,-3],[2,1],[0,3],[-1,3],[0,8],[3,9],[1,7],[3,5],[4,2],[3,0],[3,-4],[3,-7],[6,-18],[4,-7],[4,-6],[6,-5]],[[6037,4868],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30]],[[8152,4340],[0,-51],[0,-57],[0,-57],[0,-58],[0,-57],[-1,-57],[0,-57],[0,-54],[0,-1],[-4,-6],[-3,-10],[1,-11],[-1,-8],[-3,-4],[1,-12],[6,-19],[3,-19],[2,-18],[-2,-14],[-4,-12],[-5,-26],[-4,-10],[-5,-3],[-4,-10],[-4,-16],[-4,-8],[-5,1],[-3,-3],[-2,-7],[0,-6],[3,-7],[-1,-7],[-4,-5],[0,-3],[1,-2],[0,-3],[-3,-3],[-2,-9],[0,-14],[-1,-7],[-3,-1],[0,-4],[4,-16]],[[8105,3589],[-2,-4],[-5,-13],[-1,-15],[2,-17],[-7,-13],[-18,-10],[-9,-9],[-1,-8],[1,-12],[3,-16],[1,-11],[-2,-6],[-13,4],[-23,15],[-16,-1],[-8,-15],[-3,-12],[1,-9]],[[8005,3437],[-6,11],[-4,6],[-1,-1],[-1,-1],[0,-4],[0,-2],[1,-3],[-1,-2],[-1,0],[-4,4],[-6,13],[-7,21],[-1,17],[4,12],[0,13],[-4,14],[-2,13],[0,13],[-9,20],[-18,26],[-13,16],[-8,6],[-10,13],[-12,20],[-6,15],[0,11],[5,28],[15,62],[1,7],[1,3],[-1,2],[-1,3],[-6,7],[-13,6],[-11,4],[-9,-8],[-7,15],[-7,37],[-16,39],[-26,42],[-16,27],[-4,15],[-4,22],[-3,30],[0,24],[6,30]],[[7871,4489],[41,0],[41,-1],[40,0],[41,-1],[40,0],[41,0],[11,-1]],[[8126,4486],[0,-29],[1,-25],[3,-11],[3,-8],[4,-5],[4,-16],[4,-27],[4,-18],[3,-7]],[[8395,3837],[-1,-2],[-3,-8],[3,-8],[0,-7],[-3,-5],[1,-4],[4,-3],[2,-5],[-1,-10],[-9,-9],[-18,-11],[-3,-3],[-3,-1],[-2,0],[-2,2],[-3,5],[-6,2],[-9,-2],[-3,-9],[2,-16],[-3,-13],[-8,-9],[-6,-11],[-3,-15],[-6,-9],[-7,-3],[-6,-13],[-5,-24],[-5,-14],[-5,-6],[-7,1],[-10,9],[-5,9],[-2,9],[-2,6],[-3,3],[-2,0],[0,-1],[1,-3],[-1,-2],[-6,-1],[-2,-4],[1,-7],[-2,-4],[-3,-3],[-2,-6],[0,-10],[-2,-9],[-5,-8],[-7,3],[-8,13],[-9,3],[-9,-7],[-7,-10],[-4,-12],[-5,-3],[-6,9],[-14,13],[-8,3],[-6,-3],[-3,1],[-2,4],[-1,1],[-1,-1],[0,-12],[-1,-7],[-3,-3],[-2,2],[-1,8],[-3,3],[-5,-3],[-5,1],[-5,5],[-1,-1],[-1,-2],[0,-9],[-1,-7],[-2,-4],[-4,-1],[-4,2],[-2,-2]],[[8152,4340],[1,-2],[3,-4],[3,-3],[2,-1],[1,-4],[5,-2],[9,-1],[9,1],[8,5],[18,17]],[[8211,4346],[23,0],[27,0],[27,0],[27,0],[28,0],[27,0],[27,0],[0,-11]],[[8397,4335],[0,-62],[0,-62],[-1,-62],[0,-62],[0,-63],[-1,-62],[0,-62],[0,-63]],[[6848,4010],[19,0],[19,0],[19,0],[19,0],[18,0],[19,0],[19,0],[19,0],[19,0],[19,0],[18,0],[19,0],[19,0],[19,0],[19,0],[19,0],[19,0],[18,0],[19,0],[19,0],[19,0],[19,0],[19,0],[18,0],[19,0],[19,0],[19,0],[19,0],[19,0],[19,0],[18,0],[17,1]],[[7449,4011],[20,-25],[6,0],[6,4],[5,-6],[3,-15],[0,-8],[-4,0],[-6,-10],[-6,-17],[2,-17],[9,-16],[6,-16],[4,-16],[6,-12],[14,-14],[0,-7],[0,-25],[0,-25],[0,-25],[0,-24],[0,-25],[0,-25],[0,-25],[0,-25],[0,-25],[0,-24],[0,-25],[0,-25],[0,-25],[0,-25],[0,-25],[0,-25]],[[7514,3438],[-21,0],[-20,0],[-21,0],[-21,0],[-21,0],[-21,0],[-20,0],[-21,0],[-21,0],[-21,0],[-20,0],[-21,0],[-21,0],[-21,0],[-21,0],[-20,0],[-21,0],[-21,0],[-21,0],[-20,0],[-21,0],[-21,0],[-21,0],[-21,0],[-20,0],[-21,0],[-21,0],[-21,0],[-20,0],[-21,0],[-21,0],[-21,0]],[[7975,3344],[-6,-1]],[[7969,3343],[0,2],[0,6],[1,2],[1,0],[2,0],[2,-5],[0,-4]],[[8594,3714],[2,-5],[1,-28],[-1,-6],[-3,-11],[0,-6],[3,-10],[9,-22],[1,-9],[4,-8],[3,-13],[10,-27],[16,-22],[13,-6]],[[8652,3541],[-34,-46],[-16,-17],[-15,-13],[-1,-3],[-3,-15],[-9,-13],[-6,-14],[-13,-11],[-10,-16],[-24,-16],[-13,-5],[-9,-9]],[[8499,3363],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-31,1],[-31,2],[-32,2],[-31,2],[-31,2],[-31,2],[-31,2],[-32,1],[-30,-1],[-30,-1],[-29,-1],[-30,-1],[-3,6],[-8,2],[-12,2],[3,-20],[0,-17],[-14,0],[-16,0],[-15,0],[-16,0],[-15,0],[-16,0],[-15,0],[-18,0]],[[7979,3343],[5,17],[4,4],[2,1],[4,-3],[2,-1],[5,6],[4,17],[3,18],[0,19],[-3,16]],[[8395,3837],[5,6],[5,1],[4,-6],[6,-2],[8,3],[7,-2],[7,-8],[6,-14],[5,-21],[11,-13],[14,-4],[11,-9],[7,-11],[6,-4],[6,6],[7,3],[7,-3],[10,-10],[13,2],[19,14],[10,-1],[4,-15],[7,-17],[13,-17],[1,-1]],[[7768,2008],[-3,-2],[-15,16],[-1,7],[7,7],[5,-1],[7,-8],[2,-3],[2,-3],[-1,-5],[-3,-8]],[[7588,2099],[6,19],[2,7],[-1,33],[-3,11],[0,7],[3,18],[0,16],[5,20],[3,10],[5,21],[0,13],[2,10],[-1,11],[3,8],[-2,11],[-1,15],[-3,5],[-6,22],[0,9],[-7,20],[0,7],[-6,11],[-1,6],[-1,28],[-1,9],[-6,16],[-12,23],[0,24],[0,24],[0,24],[0,24],[0,25],[0,24],[0,24],[0,24]],[[7826,2679],[0,-10],[5,-5],[0,-10],[-4,-15],[0,-10],[4,-6],[0,-6],[-4,-6],[-1,-7],[3,-7],[1,-9],[0,-10],[4,-12],[6,-8],[4,-10],[1,-5],[0,-5],[-1,-7],[-5,-11],[-4,-7],[-2,-3],[-2,-5],[0,-11],[-6,-15],[-11,-16],[-8,-21],[-4,-26],[-4,-16],[-4,-7],[-2,-13],[0,-20],[-3,-11],[-5,-2],[-1,-11],[3,-21],[-2,-8],[-3,-7],[-1,-5],[22,0],[22,0],[21,0],[22,0],[21,0],[22,0],[22,0],[21,0],[-3,-22],[-6,-30],[0,-8],[2,-9],[0,-6],[2,-8],[5,-8],[5,-12],[4,-22],[1,-10],[3,-14],[2,-2],[2,-2],[2,-2]],[[7972,2140],[-6,-5],[-33,20],[-8,16],[-7,3],[-9,2],[-10,-19],[-7,-27],[12,-14],[10,-7],[16,6],[9,13],[7,-1],[4,3],[3,6],[6,-5],[0,-5],[-4,-7],[-6,-7],[-3,-7],[6,-15],[10,-5],[4,2],[3,17],[6,11],[8,-3],[-1,-6],[1,-7],[4,-10],[0,-16],[0,-4],[-9,-6],[-6,-3],[-6,-9],[3,-5],[-6,-4],[-3,1],[-2,-1],[-1,-6],[-3,-5],[5,-15],[8,-10],[6,-13],[24,-16],[6,0],[6,-17],[4,-5],[5,-3],[-1,-12],[-8,-8],[-2,-10],[-2,-6],[-3,7],[-4,5],[-8,-15],[-5,-4],[2,17],[-3,7],[-5,17],[-7,11],[-5,3],[-4,7],[-4,2],[-4,0],[-7,4],[0,9],[-2,6],[-6,8],[-25,15],[0,-6],[2,-5],[3,-3],[5,-6],[0,-18],[-2,-7],[-1,-11],[-2,-11],[-3,-9],[-7,-6],[-3,5],[-5,24],[-7,7],[-11,1],[-7,-5],[-9,-23],[-6,-4],[-23,12],[-26,18],[1,6],[4,2],[8,-2],[-1,6],[-8,20],[-1,9],[1,12],[-3,-1],[-4,-9],[-17,8],[-4,9],[-10,27],[-14,1],[-6,16],[-11,-6],[-6,-8],[-5,-12],[2,-6],[5,-9],[-2,-5],[-16,-7],[-37,8],[-11,7],[-14,15],[-20,13],[-10,2],[-9,-3],[-28,-1],[-6,-3],[-6,-6],[-3,6],[-2,10],[3,2],[4,6],[3,12],[0,8],[-2,4]],[[9617,4336],[-3,8],[-4,5],[-3,4],[0,7],[0,11],[-3,2],[-1,13],[0,9],[-7,0],[-5,-1],[-9,0],[-10,0],[-6,0]],[[9415,4402],[-3,5],[3,16],[3,16],[3,16],[3,16],[3,16],[2,16],[3,16],[3,16]],[[9435,4535],[9,-1],[9,0],[9,-1],[8,0],[9,-1],[9,0],[9,-1],[9,0]],[[9506,4531],[13,-1],[12,0],[13,-1],[13,-1],[13,0],[12,-1],[13,-1],[13,0],[8,5],[9,15],[6,3],[9,9],[5,2],[10,-1]],[[9655,4559],[-2,-10],[3,-10],[1,-10],[4,-10],[4,-1],[4,2],[2,0],[2,-5],[-1,-5],[-4,-1],[-8,-9],[-7,-3],[-4,-11],[-5,-12],[-10,-19],[4,-6],[16,-7],[7,-7],[11,-36],[-2,-3],[-1,-7],[9,-9],[3,-26],[8,-9],[12,-5],[14,8],[12,10],[0,9],[-8,21],[-1,9],[-6,7],[-2,-6],[-4,7],[0,4],[3,2],[4,-1],[5,-3],[12,-23],[3,-29],[1,-19],[-2,-6],[-3,1],[-7,-1],[-31,-10],[-7,-8],[-15,-9],[-1,4],[1,10],[-1,19],[-3,1],[-25,-31],[-9,-2],[-8,-10],[-2,5],[-2,24],[5,20],[-2,0],[-5,-7]],[[9244,3634],[-8,-2],[-14,-3],[-3,-9]],[[9219,3620],[-7,4],[-10,0],[1,11],[4,10],[-6,11],[-3,1],[-3,4],[3,9],[2,9],[-1,11],[2,8],[-3,-1],[-4,-9],[-3,-4],[-2,8],[-1,-2],[-2,-5],[-2,-3],[-6,8],[-9,8],[-5,14],[-2,11],[2,20],[6,4],[8,-3],[10,0],[-1,4],[-4,-1],[-11,17],[-3,10],[-6,2],[-3,-9],[-3,-3],[4,21],[5,1],[7,6],[-2,12],[-5,5],[-8,-7],[0,9],[2,10],[6,0],[5,-3],[5,17],[0,8],[-7,-11],[-2,24],[7,24],[7,10],[9,0],[9,1],[-5,5],[-6,2],[4,9],[4,2],[4,8],[-9,-1],[1,15],[-4,-3],[-6,-1],[-2,-7],[1,-11],[-2,-7],[-4,-6],[-6,-4],[-1,8],[-2,3],[-1,-16],[-2,-6],[-5,16],[-1,-4],[0,-4],[-1,-7],[-4,-4],[0,-10],[-2,-5],[-13,8],[0,-3],[7,-18],[6,-6],[0,-10],[-4,-9],[-7,8],[-1,-1],[3,-12],[3,-11],[-3,-9],[1,-11],[-1,-10],[-1,-8],[3,-41],[4,-10],[4,-11],[2,-10],[-4,-1],[-7,8],[-5,6],[-7,20],[-1,7],[-2,7],[1,-15],[2,-15],[21,-36],[4,-14],[3,-10],[-1,-10],[-5,7],[-5,9],[-12,10],[-16,7],[-9,24],[0,-10],[-2,-8],[-5,10],[-4,9],[-1,10],[-7,-1],[-7,-8],[-7,2],[-1,16],[2,9],[8,21],[7,11],[4,13],[-2,21]],[[9087,3809],[-6,5],[-10,16],[-16,11],[-2,6],[0,6],[2,9],[-5,8],[-12,9],[-5,7]],[[9033,3886],[-1,1],[-1,9],[-1,5],[-3,3],[0,4],[1,5],[-2,5],[-4,6],[-2,5],[1,5],[-2,2],[-7,0],[-6,4],[-7,9],[-7,1],[-13,-9],[-7,-2],[-4,-5],[-1,-8],[-3,-5],[-7,0],[-2,1],[-8,2],[-5,6],[-1,2],[0,5],[-1,2],[-2,0],[-1,-3],[-2,-8],[-14,-22],[-7,5],[-2,-1],[-20,-31],[-6,-5],[-11,-14],[0,24],[0,25],[0,24],[0,24]],[[8875,3957],[21,0],[21,0],[21,0],[20,0],[21,0],[21,0],[21,0],[20,0],[21,0],[21,0],[21,0],[20,0],[21,0],[21,0],[21,0],[20,0]],[[9275,3716],[0,-6],[-2,-8],[-2,-3],[0,8],[-1,3],[-2,-4],[-2,-4],[-1,-16],[-1,-8],[-6,-3],[-6,-21],[-6,-13],[-2,-7]],[[9662,4596],[-7,17],[-2,15],[-8,17],[-3,11],[-1,14],[0,14],[-1,21],[0,21],[-1,21],[-1,21],[0,21],[-1,22],[-1,21],[0,21],[-1,21],[-1,21],[-1,21],[0,21],[-1,21],[-1,22],[0,21],[-1,19]],[[9630,5020],[2,3],[6,5],[3,-1],[3,-8],[3,-5],[3,1],[2,8],[0,10],[4,8],[4,1],[4,0],[2,3],[-1,5],[-1,9],[0,10],[10,17],[12,12],[4,6],[1,12],[7,13],[3,7],[1,7],[-2,7],[0,15],[3,18],[2,19],[6,17],[11,19],[2,25],[3,26],[12,26],[14,29],[8,16],[14,30],[10,22],[5,10],[6,11],[8,-3],[9,-4],[-1,-17],[1,-8],[0,-4],[4,-7],[6,-5],[5,-1],[5,0],[14,9],[17,6],[10,6],[1,6],[4,1],[7,-1],[13,-14],[14,-20],[12,-16],[0,-28],[0,-30],[1,-31],[0,-23],[0,-30],[0,-25],[1,-32],[0,-17],[1,-5],[-1,-6],[0,-4],[0,-2],[1,-4],[0,-4],[-2,-5],[-1,-5],[0,-2],[-5,-3],[7,-14],[14,-13],[10,-2],[6,3],[1,0],[2,-8],[-1,-6],[-3,-3],[-3,-3],[0,-5],[1,-5],[3,-5],[2,-8],[-1,-8],[-2,-6],[-1,-6],[2,-5],[4,-7],[3,-7],[5,-4],[2,3],[2,3],[2,3],[3,-2],[4,-2],[4,-2],[0,-6],[2,-10],[2,-18],[-3,-9],[1,-11],[8,-4],[2,-3],[1,-4],[-19,-29],[-15,4],[-9,-8],[-9,-2],[-4,-13],[-4,-3],[-7,1],[-6,4],[-4,-2],[-6,-24],[-5,2],[-2,-8],[-3,-4],[-4,-3],[-3,11],[-2,9],[-3,3],[-4,2],[-5,0],[-3,-1],[-3,-7],[-5,-5],[-4,4],[-3,8],[-3,-12],[-3,-13],[0,-14],[-1,-9],[-4,3],[-4,7],[-10,6],[-8,0],[2,8],[8,11],[-3,3],[-3,-2],[-2,2],[3,10],[0,12],[-4,-4],[-4,-13],[-10,-9],[0,-17],[-9,-33],[-1,-14],[-6,-12],[-8,-10],[-10,3],[-9,-8],[-4,-10],[-3,-2],[-2,13],[-2,4],[-3,-19],[-3,-1],[-1,13],[-1,9],[-4,-8],[-3,-19],[-3,1],[-1,8],[-2,2],[-1,-8],[1,-12],[-1,-6],[-3,3],[-3,6],[-5,-5],[-4,-2],[0,6],[1,7],[-9,-4],[-10,-13],[-9,-18],[3,-3],[3,-5],[-14,-28],[-14,-25],[-11,-41],[-5,-5],[-3,-7]],[[8518,4343],[-1,-1],[-30,-2],[-30,-2],[-30,-2],[-30,-1]],[[8211,4346],[6,5],[10,13],[5,11],[5,14],[5,18],[10,27],[5,17],[5,20],[4,22],[2,23],[1,23],[0,24],[-2,25],[-5,24],[-3,13],[-1,3],[-8,32],[-10,44],[0,4],[9,26],[1,3],[-1,21],[-2,11],[-5,14],[0,4],[10,18],[5,14],[5,17],[4,20],[1,22],[0,15],[-1,7],[0,6],[2,4],[10,5],[3,9],[1,16],[2,8],[3,0],[3,3],[3,6],[4,2],[5,-3],[6,10],[9,22],[6,12],[5,3],[1,-2],[-3,-7],[-1,-7],[1,-8],[-1,-7],[-2,-11],[2,-3],[-4,-17],[0,-8],[2,-7],[3,2],[3,11],[1,6],[-2,1],[1,4],[2,9],[2,4],[1,0],[1,-5],[-1,-9],[-5,-21],[-1,-6],[2,-2],[5,13],[5,21],[4,16],[1,8],[-2,23],[1,9],[1,6],[5,8],[9,7],[8,5],[9,0],[6,2],[3,4],[-1,3],[-6,3],[-4,5],[-3,7],[-1,9],[1,10],[4,10],[6,9],[2,7],[-2,5],[2,1],[8,-1],[5,1],[3,4],[8,-4],[11,-12],[11,-6],[10,-2],[8,-5],[5,-6],[3,-7],[2,-8],[5,-4],[8,-1],[6,-4],[5,-5],[24,-15],[11,-8],[5,-7],[2,-5],[0,-5],[0,-5],[4,-10],[2,-1],[1,-5],[0,-9],[2,-6],[2,-3],[-2,-1],[-7,5],[-5,-1],[-2,-7],[0,-6],[2,-6],[9,-17],[3,-16],[0,-20],[-1,-7],[-1,-17],[-1,-26],[0,-9],[-3,-8],[-9,-13],[0,3],[-2,0],[-2,-1],[-4,-11],[-2,-19],[-3,-11],[-4,-2],[-3,-2],[0,-4],[-5,-3],[-7,-1],[-5,-6],[-4,-17],[0,-8],[-2,-10],[0,-8],[2,-7],[6,-7],[11,-7],[6,-1],[4,3],[4,11],[4,5],[6,2],[2,5],[8,23],[0,5],[-3,2],[0,1],[4,1],[4,3],[3,6],[5,4],[12,6],[7,7],[4,1],[7,-4],[8,-8],[6,-13],[5,-16],[6,-42],[7,-67],[5,-38],[3,-8],[1,-4],[-6,-53],[-5,-22],[-9,-13],[0,3],[1,4],[0,13],[-2,4],[-3,2],[-4,-1],[-5,-5],[-2,-5],[2,-5],[-1,-4],[-4,-4],[-3,-9],[-1,-15],[-1,-9],[-3,-4],[-8,-5],[-4,-5],[-4,-7],[-3,-11],[-3,-16],[-1,-12],[1,-6],[-3,-4],[-4,-8],[-1,-3],[0,-5],[-1,-2],[-2,0],[-2,-2],[-4,-8],[-7,-22],[-1,-4]],[[8513,5157],[1,-5],[-2,-6],[-6,-3],[-13,0],[-8,3],[-4,4],[-1,3],[0,5],[2,0],[3,-3],[4,1],[5,5],[3,4],[1,3],[-2,4],[1,2],[7,-1],[3,-3],[4,-11],[2,-2]],[[8458,5201],[-1,-1],[-5,8],[-1,4],[1,4],[2,0],[2,-3],[2,-4],[0,-5],[0,-3]],[[8457,5223],[0,-4],[-3,1],[-2,3],[-2,5],[-2,11],[-4,8],[5,9],[4,2],[3,-3],[0,-5],[-2,-9],[0,-9],[3,-9]],[[8145,4984],[-5,3],[-3,7],[-3,8],[0,8],[5,19],[1,4],[-1,1],[-3,3],[-6,-4],[-7,-1],[-2,2],[-1,3],[0,5],[2,7],[4,11],[0,11],[2,6],[-2,12],[0,5],[-2,6],[-8,8],[-17,11],[1,12],[0,5],[-4,8],[-19,9],[-12,4],[-12,0],[-9,3],[-10,1],[-6,6],[-7,5],[-6,5],[-6,6],[-12,4],[-11,5],[-11,4],[-11,5],[-12,5],[-11,4],[-11,5],[-11,4],[-3,8],[-2,8],[-3,8],[-2,8],[-6,4],[-2,2],[-2,4],[-5,-2],[-2,7],[1,1]],[[7893,5267],[6,2],[17,10],[14,12],[12,14],[15,9],[18,3],[12,5],[8,7],[10,14],[6,4],[7,1],[6,5],[4,9],[7,11],[10,11],[6,5],[1,-2],[1,-4],[-1,-6],[3,-5],[5,-4],[3,-5],[-1,-6],[2,-5],[3,-5],[1,-9],[-1,-15],[-1,-9],[2,-5],[1,-2],[2,2],[2,6],[1,3],[1,3],[15,15],[3,0],[5,-3],[22,-6],[9,-3],[10,-9],[3,-3],[11,-27],[6,-11],[3,-3],[2,-4],[1,-10],[2,-3],[17,-2],[7,2],[5,4],[5,-3],[6,-9],[5,-2],[6,4],[5,0],[5,-4],[2,-4],[2,1],[9,13],[12,12],[15,13],[9,6],[3,-1],[14,4],[13,1],[17,-3],[15,3],[15,9],[12,5],[12,1],[4,-3],[-3,-6],[-1,-10],[-1,-14],[-1,-9],[-1,-4],[0,-4],[1,-3],[11,-3],[5,-4],[7,0],[7,4],[6,-2],[4,-7],[5,-2],[6,6],[4,5],[3,2],[3,0],[2,-2],[2,-4],[5,-12],[2,-8],[2,-12],[1,-4],[0,-7],[-4,-4],[0,-4],[1,-4],[11,-1],[5,-3],[2,-5],[-2,-4],[1,-5],[3,-5],[8,-8],[2,-4],[0,-3],[-3,-3],[-4,-1],[-33,7],[-9,1],[-2,-2],[-1,-1],[-1,1],[-3,0],[-1,2],[-2,5],[-2,3],[-5,1],[-4,-3],[-4,-15],[0,-3],[0,-9],[1,-2],[0,-2],[-2,-2],[-2,0],[-4,2],[-16,22],[-11,11],[-14,8],[-12,4],[-8,0],[-7,-6],[-5,-11],[-9,-6],[-11,-2],[-6,-3],[-1,-4],[-4,0],[-8,4],[-7,1],[-8,-2],[-5,-4],[-6,-13],[-2,-7],[-4,-6],[-11,-9],[-1,-3],[-6,-10],[-2,-6],[0,-6],[-2,1],[-4,6],[0,8],[4,11],[3,5],[3,0],[2,4],[0,10],[-1,5],[-5,-2],[-3,-4],[-4,-1],[-5,2],[-4,-5],[-3,-13],[-4,-8],[-5,-4],[-4,4],[-1,13],[0,10],[2,12],[-1,2],[-2,-3],[-3,-10],[-5,-22],[-2,-7],[-4,-3],[-5,-14],[-8,-23],[-9,-23],[-9,-22],[-6,-12],[-2,-2],[-1,-3],[0,-10]],[[8089,5385],[-1,-6],[0,-4],[-11,-16],[-4,-10],[-3,-2],[-3,7],[0,6],[3,4],[2,6],[1,8],[-1,3],[-4,-7],[2,-2],[1,-1],[-1,-3],[-12,4],[-4,6],[0,8],[5,11],[15,22],[6,6],[19,10],[11,2],[10,0],[8,-3],[4,-6],[-4,-5],[-21,-3],[0,-1],[4,-4],[0,-2],[-3,-7],[-19,-21]],[[7740,5300],[-2,0],[-6,-11],[-3,-7],[-6,-2],[0,-27],[0,-28],[0,-27],[0,-28],[-3,-2],[-4,-7],[-5,-1],[-24,-23],[-4,-7],[-4,-15],[-8,-17],[-2,-9],[0,-12],[12,-10],[5,-9],[2,-12],[0,-10],[-6,-20],[-1,-7],[0,-24],[-3,-8],[3,-19],[0,-7],[-2,-21],[-1,-6],[2,-12],[0,-1],[12,-15],[9,-9],[9,-2],[7,-7],[4,-10],[7,-7],[8,-3],[9,-9],[12,-21],[7,-18],[11,-13],[18,-14],[12,-12],[6,-10],[3,-27],[3,-56]],[[7349,4678],[0,43],[0,42],[0,43],[0,43],[0,43],[0,43],[0,42],[0,43],[-7,14],[-15,12],[-3,7],[-7,17],[-3,7],[-1,6],[4,6],[13,19],[5,8],[2,8],[3,19]],[[7340,5143],[-1,15],[0,23],[-2,17],[-1,8],[-2,11],[-10,27],[-2,23],[-3,11],[-1,28],[1,8],[2,16],[-5,10],[0,8],[-2,68],[-2,10],[1,31],[-8,33],[-4,11],[-2,14],[0,6],[-6,23],[-4,25],[0,21],[-1,16],[0,13],[-1,19],[1,11],[0,16],[-8,60]],[[7280,5725],[11,0],[38,0],[38,0],[39,0],[38,0],[21,0],[1,40],[0,32],[19,-4],[6,-6],[2,-3],[-1,-8],[2,-27],[3,-22],[9,-27],[0,-10],[3,-7],[5,-6],[18,-7],[33,-9],[18,-10],[4,-11],[9,-4],[13,2],[9,5],[8,10],[10,2],[10,0],[9,-1],[5,-2],[14,-8],[10,-7],[13,-13],[7,-5],[4,-14],[4,-17],[6,0],[5,10],[11,2],[15,-7],[13,-20],[19,-17],[12,-9],[12,0],[15,9],[16,16],[11,3],[7,-1],[4,-13],[4,-5],[13,1],[26,-3],[20,4],[5,-8],[4,-12],[8,-3],[12,3],[17,-2],[-2,-2],[-3,0],[-3,-2],[-4,-7],[-10,-8],[-16,-12],[-17,-10],[-36,-19],[-23,-20],[-10,-11],[-38,-59],[-24,-32],[-37,-44],[-4,-5],[0,-5]],[[7979,3343],[0,-1],[-2,-1],[-1,2],[-1,1]],[[7969,3343],[2,-14],[-2,-10],[-4,-4],[-1,-6],[3,-7],[0,-2],[-1,-3],[-3,-1],[-3,-1],[-1,-5],[3,-10],[0,-12],[-5,-15],[-1,-5]],[[7514,3343],[0,24],[0,24],[0,24],[0,23]],[[7449,4011],[-2,1],[-6,17],[-3,19],[-5,13],[-8,6],[-5,12],[-2,20],[-5,20],[-2,6]],[[7903,3057],[23,0],[24,0],[24,0],[24,0],[23,0],[24,0],[24,0],[25,0]],[[8073,2174],[-26,-3],[-12,10],[-4,2],[-3,0],[-14,-9],[-15,-7],[-3,2],[-6,0],[-11,-23],[-7,-6]],[[6667,4964],[-20,0],[-19,0],[-20,0],[-20,0],[-19,0],[-20,0],[-20,0],[-19,0],[-20,0],[-20,0],[-20,0],[-19,0],[-20,0],[-20,0],[-19,0],[-20,0],[-20,0],[-20,0],[-19,0],[-20,0],[-20,0],[-19,0],[-20,0],[-20,0],[-19,0],[-20,0],[-20,0],[-20,0],[-19,0],[-20,0],[-20,0],[-19,0],[0,-24],[0,-24],[0,-24],[0,-24]],[[5587,5725],[17,0],[38,0],[38,0],[39,0],[38,0],[9,0],[29,0],[39,0],[38,0],[38,0],[39,0],[38,0],[39,0],[38,0],[38,0],[29,0],[10,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[38,0],[29,0]],[[6668,5725],[0,-36],[0,-37],[0,-36],[0,-36],[0,-37],[0,-36],[0,-36],[1,-37],[0,-36],[0,-36],[0,-37],[0,-36],[0,-37],[0,-36],[0,-36],[1,-37]],[[6670,5143],[0,-44],[0,-44],[0,-45],[0,-44],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0]],[[9198,3353],[3,0]],[[9201,3353],[9,-62],[18,-66],[2,-12],[-4,10],[-13,44],[-8,32],[-7,54]],[[8958,2843],[-13,23],[-13,22],[-12,21],[-12,22],[-12,22],[-12,22],[-12,21],[-12,22],[-13,1],[-13,1],[-13,0],[-12,1],[-13,1],[-13,1],[-12,1],[-13,0],[-1,15],[0,11],[-8,18],[-4,11],[-11,-10],[0,5],[0,8],[-1,3],[-2,2],[-15,1],[-14,1],[-14,1],[-14,1],[-15,1],[-14,1],[-14,1],[-14,1],[-4,2],[-6,-6],[-17,-10],[-8,-8],[-3,0],[-15,-8],[-14,-8],[-2,0]],[[8440,3055],[3,40],[2,10],[3,2],[9,0],[6,4],[5,25],[12,19],[6,5],[8,4],[19,4],[20,19],[15,18],[12,5],[3,6],[3,9],[2,11],[1,2],[7,0],[5,10],[5,5],[5,4],[3,0],[1,-3],[1,-9],[1,-3],[2,0],[3,2],[4,6],[10,17],[6,6],[10,4],[8,-9],[4,3],[13,35],[5,6],[4,3],[7,0],[0,10],[2,15],[0,9],[4,15]],[[8679,3364],[2,-3],[32,0],[33,-1],[32,-1],[33,0],[33,-1],[32,0],[33,-1],[32,0],[33,-1],[32,0],[33,-1],[32,0],[33,-1],[32,0],[33,-1],[22,0]],[[9191,3353],[-2,-15],[1,-9],[5,-8],[5,-22],[4,-30],[-5,12],[-6,6],[-10,5],[-8,9],[0,-12],[0,-14],[-7,4],[-4,5],[4,-14],[-9,4],[-5,-1],[-4,-12],[-5,-8],[-7,-2],[-11,11],[-3,14],[-2,15],[0,-18],[1,-19],[0,-14],[10,-3],[10,2],[13,0],[8,2],[6,5],[12,-4],[1,-18],[-2,-17],[0,-18],[3,0],[4,6],[2,33],[11,12],[4,-1],[4,-10],[1,-11],[1,-15],[-3,-23],[-17,-26],[-12,-25],[-7,-5],[-9,3],[-10,6],[-5,2],[-4,-2],[-2,7],[-2,14],[-4,4],[-3,0],[-2,-15],[-10,-4],[-13,6],[-13,13],[5,-14],[35,-24],[3,-5],[4,-6],[-5,-11],[-4,-12],[0,-9],[-1,-6],[-14,-16],[-7,3],[-19,28],[8,-24],[7,-11],[14,-5],[26,9],[9,-10],[-7,-18],[-7,-13],[-9,-1],[-8,-3],[-3,-9],[-6,0],[-8,-1],[-14,-1],[-8,2],[-10,-17],[-4,-3],[-6,4],[-2,14],[-3,7],[0,-27],[1,-7],[2,-5],[-12,-15],[-12,-18],[-4,-4],[-5,-9],[-10,-26],[-3,-19],[-3,-21],[-1,9],[1,16],[-3,19],[-1,-34],[-4,-16],[-35,2],[-14,-8]],[[6668,5725],[9,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[28,0]],[[7340,5143],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-20,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-21,0],[-20,0],[-21,0]],[[6669,4201],[0,48],[-1,47],[0,48],[0,48],[0,47],[0,48],[0,48],[0,48]],[[6668,4583],[31,0],[31,0],[31,0],[31,0],[32,0],[31,0],[31,0],[31,0],[31,0],[31,-1],[31,0],[31,0],[32,0],[31,0],[31,0],[35,0],[27,-28],[16,-9],[8,9],[16,4],[25,2],[16,-4],[7,-9],[13,-10],[20,-12],[11,-12],[4,-13],[7,-8],[7,-3]],[[9506,4531],[-2,7],[-5,12],[-1,5],[0,6],[3,15],[2,5],[2,9],[3,35],[3,21],[2,37],[2,11],[2,7],[4,18],[7,14],[4,18],[5,15],[1,9],[4,20],[3,35],[3,6],[12,5],[3,3],[13,15],[4,6],[3,6],[2,10],[1,2],[1,6],[-5,23],[0,8],[10,26],[-2,15],[1,4]],[[9591,4965],[9,37],[8,17],[12,-6],[6,1],[4,6]],[[9662,4596],[-4,-25],[-3,-12]],[[9271,4007],[5,7],[10,11],[16,15],[-22,48],[-5,2],[-6,24],[-6,6],[-2,4],[0,18],[0,10],[1,6],[6,5],[3,11],[0,5],[-4,17],[0,5],[8,10],[11,20],[6,21],[3,6],[3,5],[7,6]],[[9305,4269],[9,-9],[9,-8],[9,-9],[9,-9],[9,-9],[8,-8],[9,-9],[9,-9]],[[9376,4199],[-2,-14],[-8,-31],[-4,-7],[-5,-6],[-3,-2],[-3,-5],[-3,-8],[-4,-15],[2,-14],[17,-5],[5,4],[2,-9],[2,-14],[-2,-15],[-2,-15],[-3,-19],[-1,-28],[-3,-26],[-1,8],[2,31],[-3,-3],[-2,-8],[-5,-40],[-7,-21],[-7,-15],[-7,2],[2,-12],[-2,-6],[-2,-13],[-4,-8],[-4,1],[-5,-6],[-2,-5],[0,-8],[-4,-8],[-13,-39],[-12,-12],[-3,2],[3,19],[2,18],[-7,9],[-6,4],[-8,-1],[-9,15],[-11,10],[-15,29],[0,8],[0,13],[5,21],[4,15],[6,8],[18,8],[5,11],[2,10]],[[6760,3438],[0,-23],[0,-24],[0,-24],[0,-24]],[[6760,3343],[-3,0],[0,-54],[-1,-53],[0,-54],[0,-53],[0,-54],[0,-54],[0,-53],[0,-54],[-1,-53],[0,-54],[0,-54],[0,-53],[0,-54],[0,-53],[0,-54],[0,-53],[-21,-1],[-20,0],[-20,0],[-20,0],[-20,0],[-21,0],[-20,0],[-20,0],[-20,0],[-21,0],[-20,0],[-20,0],[-20,0],[-20,0],[-21,0],[-20,0],[9,-34],[11,-10]],[[6451,2441],[-1,0],[-20,0],[-20,1],[-19,0],[-20,0],[-20,0],[-20,0],[-19,1],[-20,0],[0,-22],[0,-21],[0,-21],[0,-22],[-32,0],[-32,0],[-11,0]],[[5232,4392],[33,0],[34,0],[33,0],[34,0],[34,0],[33,0],[34,0],[33,0]],[[5768,4392],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30],[0,-30],[0,-29],[0,-30],[0,-30]],[[9351,4110],[-4,-1],[4,18],[8,9],[3,-2],[0,-6],[-1,-6],[-6,-8],[-4,-4]],[[9502,4198],[-6,-12],[5,-1],[5,3],[5,8],[11,10],[9,4],[3,1],[5,-7],[8,5],[9,4],[-39,-32],[-8,-4],[-11,-9],[-11,-7],[-8,-2],[-39,-24],[-3,-1],[-3,3],[-32,-12],[-13,-2],[-12,-4],[9,10],[0,3],[-2,3],[-5,0],[-5,-11],[-7,-3],[-2,11],[3,9],[3,8],[8,12],[11,8],[5,7],[4,-6],[1,8],[3,5],[3,3],[8,0],[4,1],[3,3],[3,0],[9,-4],[8,2],[7,5],[7,1],[18,2],[19,3],[7,7],[15,19],[9,5],[-14,-22],[-7,-10]],[[9401,4199],[-4,-5],[-9,-16],[-7,-9],[-5,-3],[-3,-8],[-4,-4],[4,16],[3,14],[3,27],[0,22],[-4,10],[-4,6],[4,-22],[1,-27],[0,-1]],[[9305,4269],[-2,7],[-3,6],[-16,9],[-4,7],[-4,8],[-3,11],[-1,11],[0,9],[1,10],[-3,6],[-1,7],[-2,4],[-10,7],[-4,10],[-7,10],[-12,0],[-12,0],[-13,0],[-12,0],[-13,0],[-12,0],[-12,0],[-13,0],[-12,0],[-13,0],[-12,0],[-12,0],[-13,0],[-12,0],[-12,1],[-13,0],[-12,0],[-13,0],[-12,0],[-12,0],[-13,0],[-12,0],[-13,0],[-12,0],[-12,0],[-13,0],[-12,0],[-13,0],[-12,0],[-12,0],[-13,0],[-12,0],[0,25],[0,26],[0,1]],[[8850,4444],[5,5],[17,17],[9,13],[9,10],[10,8],[7,11],[6,13],[6,10],[7,6],[3,7],[1,7],[-1,9],[-3,12],[-1,10],[2,7],[1,4],[-1,3],[-15,6],[1,33],[0,1],[1,1],[32,14],[21,5],[26,2],[30,-8],[12,-6],[7,-9],[9,-2],[9,4],[14,1],[17,-1],[9,-2],[2,-2],[1,0],[1,4],[5,5],[12,7],[2,-1],[3,3],[3,8],[7,10],[10,10],[8,5],[8,1],[5,2],[3,5],[1,4],[-1,3],[0,4],[1,2],[-1,2],[-1,3],[0,17],[-2,8],[-2,5],[-3,4],[1,4],[4,5],[0,-5],[1,-1],[2,2],[5,10],[1,4],[3,4],[3,6],[-3,1],[-7,-2],[-1,2],[3,8],[0,4],[-1,2],[-3,1],[-7,-7],[-2,-1],[-1,4],[-4,8],[11,15],[36,41],[4,6],[1,5],[-1,5],[-1,1],[1,2],[35,52],[20,24],[16,14],[13,6],[8,-1],[5,1],[4,0],[21,0],[38,0],[37,1],[22,0]],[[9426,4965],[1,-13],[-2,-15],[2,-16],[-3,-34],[6,-26],[-1,-18],[0,-19],[-1,-4],[-4,-11],[-3,-11],[-1,-11],[0,-7],[3,-31],[1,-13],[0,-8],[-3,-26],[-1,-7],[1,-2],[2,0],[3,8],[2,1],[2,-2],[6,-12],[-1,-22],[0,-16],[0,-17],[0,-26],[-1,-20],[0,-17],[0,-14],[-1,-9],[2,-12]],[[8518,4343],[0,-1],[1,-3],[8,-2],[6,-4],[4,-6],[16,-12],[4,-7],[5,-4],[5,0],[3,2],[2,5],[2,0],[3,-4],[8,-5],[1,-2],[-25,-8],[-5,-4],[6,-3],[7,0],[6,5],[7,-1],[6,-2],[2,2],[1,1],[10,-11],[4,-2],[5,1],[4,4],[9,6],[15,7],[14,3],[13,-2],[9,2],[7,7],[17,24],[20,19],[32,23],[32,19]],[[8782,4390],[0,-16],[0,-20],[0,-20],[0,-20],[0,-20],[0,-20],[0,-20],[0,-20],[0,-20],[0,-20],[0,-20],[0,-20],[0,-20]],[[8782,4134],[-11,-9],[-2,-7],[3,-10],[2,-13],[0,-15],[-6,-34],[-12,-53],[-6,-33],[0,-14],[-8,-17],[-16,-22],[-11,-14],[-6,-4],[-6,0],[-4,5],[-5,-3],[-5,-13],[-5,-6],[-5,-1],[-3,-8],[-4,-15],[-3,-10],[-3,-2],[0,-8],[3,-14],[-1,-5],[-1,0],[-1,1],[-3,-3],[-4,-8],[-1,0],[-1,2],[-1,10],[-3,7],[-4,4],[-7,-9],[-8,-23],[-4,-15],[2,-10],[0,-14],[-2,-7],[-4,-2],[-4,-8],[-2,-14],[-6,-8],[-10,-4],[-10,6]],[[7526,2799],[-20,10],[-5,6],[-9,7],[-9,14],[-16,18],[-7,4],[-2,0],[-3,-9],[-9,-7],[-5,0],[-8,3],[-2,2],[-1,5],[-4,4],[-2,-3],[-13,-7],[-2,-6],[-7,0],[-7,4],[-18,-12],[-6,-9],[-6,-3],[-3,-9],[-2,1],[-7,11],[-7,4],[-9,11],[-1,9],[-1,1],[-1,1],[-2,-1],[-5,-8],[-2,-2],[-2,0],[-9,6],[-4,10],[-2,3],[-2,0],[-4,-3],[-2,-10],[-2,-3],[-4,-2],[0,-5],[-3,-15],[-2,-3],[-2,0],[-3,4],[-1,5],[-1,5],[1,12],[-1,3],[-1,2],[-5,-6],[-4,0],[-5,-5],[-3,-2],[-3,2],[-4,9],[-8,5],[-4,11],[-1,3],[-2,1],[-1,-1],[-3,-3],[-10,-14],[-4,-4],[-3,-1],[-4,1],[-2,4],[-1,14],[-2,4],[-8,9],[-2,8],[-1,12],[-10,-2],[-13,1],[-6,-10],[-3,-2],[-3,2],[-11,14],[-11,-3],[-6,2],[-15,10],[-12,1],[-5,2],[-3,2],[-1,16],[-5,13],[-1,4],[-8,9],[-2,1],[0,-3],[-2,-10],[-3,0],[-9,2],[-9,-3],[-5,6],[-16,24],[-6,6],[-6,2],[0,23],[0,23],[0,23],[0,22],[0,23],[0,23],[0,23],[0,23],[0,22],[0,23],[0,23],[0,23],[0,23],[0,23],[0,22],[0,23],[-17,0],[-17,0],[-17,0],[-16,0],[-17,0],[-17,0],[-17,0],[-17,0],[-17,0],[-16,0],[-17,0],[-17,0],[-17,0],[-17,0],[-17,0],[-17,0]],[[4852,4392],[-12,23],[-5,35],[-1,14],[2,39],[-4,16],[-8,28],[3,23],[4,15],[10,62],[2,5],[5,0],[7,11],[-4,2],[-5,-5],[5,25],[5,21],[3,8],[2,70],[2,53],[5,17],[-2,18],[2,25],[-1,24],[10,119],[-1,14],[3,20],[-3,50],[1,57],[-2,7],[-2,8],[3,1],[4,-8],[22,0],[13,8],[5,-3],[6,-10],[7,-2],[9,2]],[[4942,5184],[9,4],[7,-3],[9,-9],[9,-26],[9,-43],[2,-15],[7,-9],[8,0],[32,-7],[5,1],[5,1],[19,17],[19,5],[24,-1],[14,-4],[5,-9],[13,-1],[30,10],[32,7],[18,7],[20,14],[45,19],[23,2],[11,7],[3,3],[2,0],[24,0],[23,0],[24,0],[24,1],[24,0],[24,0],[24,0],[22,0]],[[8875,3957],[-11,0],[-12,0],[-12,0],[-11,0],[-12,0],[-12,0],[-12,0],[-11,0],[0,22],[0,22],[0,23],[0,22],[0,22],[0,22],[0,22],[0,22]],[[8782,4390],[16,9],[8,7],[7,6],[4,4],[5,3],[28,25]],[[9271,4007],[-9,-17],[-13,-6],[-7,-6],[-2,-3]],[[9617,4336],[-4,-5],[-3,7],[-2,8],[-3,5],[-2,2],[2,-18],[-6,-13],[-1,-35],[-7,-14],[-22,-9],[-7,1]],[[8958,2843],[-2,-1],[-23,-28],[-7,-13],[-20,-48],[-5,-31],[-4,13],[1,10],[0,8],[-5,-17],[5,-25],[-4,-10],[-13,-17],[-7,-3],[-8,-5],[-3,-18],[-11,-16],[-6,-7],[-12,4],[4,-15],[-4,-12],[-7,-9],[-10,-6],[-5,1],[-4,-3],[-4,-8],[-8,-7],[-9,4],[-10,3],[-6,-4],[10,-7],[5,-10],[-1,-14],[-3,-5],[-6,-7],[-2,1],[-2,6],[-2,13],[-2,-2],[-1,-7],[-2,-2],[-9,21],[1,-16],[3,-12],[2,-6],[3,-4],[1,-6],[-6,-14],[-3,-3],[-5,-2],[-3,-9],[1,-7]],[[6668,4583],[0,47],[0,48],[0,47],[0,48],[-1,48],[0,47],[0,48],[0,48]],[[8499,3363],[20,0],[44,-1],[31,0],[25,0],[15,0],[19,0],[4,4],[10,-1],[12,-1]],[[7588,2099],[-4,1],[-9,-32],[5,-17],[0,-7],[-19,-3],[-43,-36],[-17,-19],[1,7],[20,24],[-7,4],[-11,-6],[-4,2],[5,21],[-2,18],[-8,0],[-5,-14],[-4,1],[-5,6],[-3,-2],[2,-33],[6,-13],[4,-17],[-12,-22],[-11,-17],[-1,-17],[-11,-22],[-10,-12],[-24,-30],[-7,-6],[-11,-14],[-15,-10],[-14,-16],[-5,-2],[9,13],[11,14],[-9,-2],[-15,6],[-9,1],[0,-5],[-6,-7],[-7,10],[-3,7],[-2,6],[-3,1],[-3,-3],[11,-41],[4,-2],[5,-4],[-6,-10],[-7,-8],[-10,-5],[-9,16],[-2,-19],[-1,-20],[-3,-5],[-4,-7],[-3,6],[-1,7],[-3,-7],[-4,-5],[-8,0],[-5,-3],[0,-8],[1,-8],[10,6],[-4,-20],[-8,-21],[-8,-4],[-11,3],[-2,-2],[-3,-5],[13,-31],[-8,-48],[-6,-18],[-3,-2],[-4,0],[-14,15],[-8,12],[7,-33],[18,-9],[1,-12],[0,-11],[-3,-12],[-4,-17],[3,-11],[3,-28],[2,-13],[3,-39],[3,-17],[17,-63],[5,-1],[1,-6],[0,-13],[-12,-4],[-6,-6],[-1,-5],[0,-3],[-2,1],[-6,3],[-13,18],[-19,11],[-25,4],[-18,9],[-9,14],[-10,8],[-10,2],[-8,8],[-7,12],[-9,8],[-13,3],[-9,9],[-5,23],[-6,37],[-6,24],[-13,29],[-1,3],[0,5],[2,17],[-2,12],[-4,10],[-1,11],[2,11],[1,13],[-2,15],[-8,17],[-15,18],[-12,26],[-10,34],[-10,24],[-10,14],[-6,16],[-4,19],[-1,11],[1,3],[-6,21],[-13,40],[-8,29],[-2,18],[-9,22],[-15,25],[-8,16],[-2,12],[-24,33],[-7,21],[-5,6],[-7,-1],[-3,2],[0,5],[-2,0],[-4,-4],[-12,-1],[-22,3],[-15,5],[-10,9],[-6,-1],[-4,-11],[-8,-7],[-13,-4],[-11,-20],[-9,-38],[-4,-25],[2,-11],[-3,-8],[-6,-5],[-6,-11],[-6,-17],[-7,-8],[-8,0],[-15,13],[-21,26],[-17,16],[-13,7],[-10,12],[-10,17],[-9,12],[-7,6],[-10,20],[-10,34],[-6,26],[0,27],[-14,60],[-7,26],[-5,12],[-11,14],[-16,17],[-22,33],[-26,49],[-19,30],[-12,10],[-9,18],[-8,26],[-8,16],[-1,1]],[[6037,4392],[0,-24],[0,-24],[0,-24],[0,-24],[0,-23],[0,-24],[0,-24],[0,-24],[22,0],[23,0],[22,0],[23,0],[22,0],[23,0],[22,0],[23,0]],[[9244,3634],[-20,-75],[1,-14],[-4,-5],[-6,-3],[-6,-9],[-4,-9],[-4,-24],[-7,-28],[-4,12],[-2,10],[2,25],[8,42],[9,26],[6,13],[6,25]],[[9095,3798],[-1,-21],[-4,-11],[-7,-8],[-8,-15],[-2,-13],[-3,-25],[4,-9],[3,-2],[11,6],[6,-3],[13,-30],[23,-13],[9,-7],[7,-16],[10,-9],[8,-13],[1,-9],[-3,-10],[-1,-14],[-4,-9],[-8,-1],[-5,2],[-27,49],[-3,5],[-10,25],[-12,14],[-4,0],[17,-26],[7,-17],[12,-25],[8,-11],[7,-16],[6,-8],[16,-11],[-6,-8],[9,-6],[1,-13],[-1,-14],[-12,6],[0,-10],[1,-7],[-6,-5],[-7,7],[-20,38],[0,-5],[2,-6],[11,-24],[10,-15],[9,-6],[7,-12],[2,-8],[2,-11],[-5,-7],[-6,-4],[-5,7],[-4,8],[-9,14],[-3,15],[-6,-1],[-27,19],[-22,2],[2,-4],[3,-2],[17,-5],[7,-9],[14,-8],[9,-2],[3,-24],[12,-16],[1,-12],[8,-2],[14,12],[9,-4],[13,-3],[3,-10],[2,-18],[5,-21],[3,-20]],[[9198,3353],[-7,0]],[[8652,3541],[0,-6],[-1,-7],[3,-7],[2,-12],[4,-8],[4,-6],[7,-5],[8,-9],[7,-3],[2,0],[7,9],[6,5],[6,10],[11,-14],[5,0],[10,6],[11,2],[2,2],[4,5],[0,11],[1,3],[2,2],[2,0],[4,-4],[5,0],[19,13],[1,-1],[3,-6],[8,7],[5,7],[2,11],[4,11],[0,4],[-3,6],[3,14],[6,14],[19,43],[6,25],[8,17],[3,13],[6,13],[4,27],[3,5],[4,1],[3,-3],[3,-5],[2,-8],[10,-7],[8,-1],[6,5],[3,9],[5,18],[4,10],[3,13],[3,10],[4,5],[11,0],[6,8],[4,9],[3,3],[3,0],[10,14],[13,31],[3,20],[3,14],[2,14],[2,8],[12,-16],[7,-9],[15,-20],[10,-14],[4,16],[6,23]],[[9426,4965],[15,0],[38,0],[37,0],[38,0],[37,0]],[[5001,5565],[4,-25],[2,11],[12,-18],[0,-9],[-1,-3],[-3,-1],[-2,2],[-2,7],[-3,3],[-6,2],[-3,7],[-1,5],[0,14],[-2,4],[-3,1],[-3,4],[-5,10],[0,2],[2,8],[5,13],[4,7],[2,-1],[3,-4],[3,-7],[-1,-5],[-13,-10],[-1,-3],[7,-3],[2,-2],[3,-9]],[[4942,5184],[-2,2],[-5,1],[-9,9],[-6,10],[-16,-1],[-4,6],[-18,-6],[-6,7],[-10,-4],[2,17],[0,23],[0,22],[3,-16],[6,-17],[3,19],[2,24],[-6,9],[-10,7],[-4,23],[24,19],[-12,4],[-6,9],[-6,1],[0,-7],[-2,-9],[-2,12],[-1,13],[-3,24],[-10,37],[-6,48],[-7,24],[-15,23],[-3,14],[-4,33],[2,26],[-3,18],[7,-1],[19,-14],[23,-11],[6,-8],[11,-6],[62,-10],[4,1],[8,6],[3,-1],[9,-13],[5,-1],[5,0],[5,3],[7,9],[1,-4],[0,-8],[3,-12],[5,-15],[2,-10],[-11,-27],[-2,-1],[0,9],[-2,2],[-20,-46],[-8,-22],[0,-9],[0,-6],[3,-2],[6,3],[10,9],[1,2],[-9,-4],[-5,0],[1,10],[1,5],[6,16],[6,9],[9,9],[5,8],[4,12],[9,14],[2,4],[0,12],[0,2],[5,-2],[2,-20],[-1,-8],[-8,-11],[-2,-4],[2,-15],[-1,-1],[-4,2],[-1,-1],[8,-16],[3,-13],[0,-11],[-2,-21],[-2,-4],[-4,2],[-6,6],[-1,-2],[-4,-16],[-1,1],[-3,20],[-1,1],[-9,-9],[-3,-8],[-3,-14],[-3,-7],[10,-1],[9,3],[7,-7],[3,0],[7,6],[2,5],[5,20],[3,4],[4,0],[4,3],[6,12],[1,4],[-3,26],[1,14],[-1,5],[-3,4],[1,5],[2,8],[0,6],[-2,6],[1,7],[5,15],[1,7],[7,15],[-1,6],[-5,7],[-4,6],[-3,10],[-2,4],[-1,-2],[3,-16],[0,-1],[-9,8],[-2,6],[-1,8],[0,5],[5,6],[6,2],[-1,5],[-7,15],[-5,7],[-3,3],[-5,1],[-2,3],[-1,3],[1,5],[3,1],[7,-1],[4,3],[0,6],[-1,3],[0,22],[-3,18],[-1,3],[-2,0],[-2,-2],[-5,-1],[-3,6],[-3,11],[-6,27],[9,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[38,0],[38,0],[39,0],[9,0]],[[8200,5010],[-2,-3],[-3,2],[-1,-4],[1,-9],[-1,-4],[-2,1],[-1,-2],[3,-4],[0,-4],[-2,-5],[-2,-2],[-1,1],[-3,-6],[-3,-11],[-1,-6],[1,-2],[-1,-3],[-8,-17],[-3,-1],[-4,2],[-2,5],[-2,7],[0,6],[0,4],[8,15],[3,9],[2,11],[3,7],[5,3],[4,6],[3,11],[4,4],[4,-1],[1,-4],[0,-6]],[[8211,5031],[-2,-2],[-5,0],[-2,5],[3,11],[1,-2],[4,0],[1,-2],[1,-2],[-1,-8]],[[8145,4984],[-1,-5],[-1,-9],[-5,-8],[-14,-9],[-2,-7],[0,-5],[-8,-22],[-5,-14],[-2,-14],[0,-9],[5,-4],[4,2],[2,6],[5,6],[5,5],[4,8],[6,19],[7,10],[3,1],[1,0],[7,5],[5,-2],[4,-7],[3,-5],[1,-5],[-2,-11],[-3,-11],[-5,-12],[-4,-17],[-3,-24],[-1,-17],[2,-12],[-2,-11],[-6,-9],[-5,-13],[-4,-16],[-2,-13],[-1,-10],[1,-8],[2,-11],[0,-6],[-7,-24],[-2,-11],[0,-9],[-2,-9],[-5,-19],[-2,-10],[0,-9],[1,-15],[0,-6],[0,-3],[1,-3],[0,-5],[-1,-7],[0,-5],[3,-4],[1,-8],[1,-11],[1,-9],[3,-7],[1,-11],[-2,-14],[-1,-26],[0,-9]],[[7740,5300],[0,-1],[3,-4],[8,-7],[6,-1],[7,1],[31,12],[12,9],[13,14],[1,1],[5,-3],[2,-1],[16,16],[6,2],[4,0],[5,-7],[1,-4],[-1,-7],[-5,-11],[-2,-10],[0,-7],[-2,-9],[-5,-11],[1,-3],[14,8],[2,3],[0,2],[0,3],[1,1],[11,-11],[7,-6],[6,-3],[6,1]]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment