Skip to content

Instantly share code, notes, and snippets.

@bricedev
Last active February 29, 2024 02:35
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 bricedev/fbb8d8e848d790e2fa88 to your computer and use it in GitHub Desktop.
Save bricedev/fbb8d8e848d790e2fa88 to your computer and use it in GitHub Desktop.
SF police districts

Sf police districts map.

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.district {
fill: #ccc;
stroke: #333;
stroke-width: .7px;
}
.district :hover {
fill: #845b46;
}
</style>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.19/topojson.min.js"></script>
<script>
var width = 960,
height = 700;
var path = d3.geo.path()
.projection(null);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("sfp.json", function(error, sfp) {
if (error) throw error;
var districts = svg.append("g")
.attr("class","district")
.selectAll("path")
.data(topojson.feature(sfp, sfp.objects.sfpd_districts).features)
.enter().append("path")
.style("opacity", 0)
.attr("d", path)
districts.append("title")
.text(function(d) { return d.properties.district; });
districts.transition().ease("elastic").duration(500).delay(function(d,i) { return 100*i; }).style("opacity",.8);
});
d3.select(self.frameElement).style("height", height + "px");
</script>

topojson
--width 960
--height 700
--margin 20
--properties id=OBJECTID
--properties district=DISTRICT
--properties company=COMPANY
-o sfp.json
-- sfpd_districts.shp

Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"sfpd_districts":{"type":"GeometryCollection","bbox":[5979385.3163340045,2085856.3243659574,6024751.466714004,2131290.9014959573],"geometries":[{"type":"Polygon","properties":{"id":1,"district":"CENTRAL","company":"A"},"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]]},{"type":"MultiPolygon","properties":{"id":2,"district":"SOUTHERN","company":"B"},"arcs":[[[37,38,39,40,41,42,43,44,45,-10,46,-8,47,-6,48,49,50,0,51,52]],[[53]]]},{"type":"Polygon","properties":{"id":3,"district":"BAYVIEW","company":"C"},"arcs":[[54,55,-39,56,57]]},{"type":"Polygon","properties":{"id":4,"district":"MISSION","company":"D"},"arcs":[[-56,58,59,60,-42,61,-40]]},{"type":"Polygon","properties":{"id":5,"district":"PARK","company":"F"},"arcs":[[62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,-60,79,80,81,82,83]]},{"type":"Polygon","properties":{"id":6,"district":"RICHMOND","company":"G"},"arcs":[[66,84,85,86,87,-84,88,-82,89,90,91,-69,92,93]]},{"type":"Polygon","properties":{"id":7,"district":"INGLESIDE","company":"H"},"arcs":[[94,95,96,97,-80,-59,-55,98]]},{"type":"Polygon","properties":{"id":8,"district":"TARAVAL","company":"I"},"arcs":[[99,100,101,102,-90,-81,-98]]},{"type":"Polygon","properties":{"id":9,"district":"NORTHERN","company":"E"},"arcs":[[103,104,32,105,34,106,107,-29,108,-27,109,110,-24,111,-22,112,-20,113,-18,114,-16,115,116,117,-12,118,119,120,121,-43,-61,-79,122,-77,123,-75,124,125,-72,126,-70,-92,127]]},{"type":"Polygon","properties":{"id":10,"district":"TENDERLOIN","company":"J"},"arcs":[[-11,-46,128,-44,129,-121,130,-119]]}]}},"arcs":[[[7801,7194],[-17,-35]],[[7784,7159],[-26,1]],[[7758,7160],[5,-23]],[[7763,7137],[-67,-26]],[[7696,7111],[1,-1],[-7,-6],[-11,-7],[8,-10]],[[7687,7087],[-5,-3],[-3,4],[-5,-3]],[[7674,7085],[-14,21]],[[7660,7106],[-37,-29],[22,-23],[2,-10],[7,1],[22,-22],[-26,-4],[2,-8],[-4,-3],[49,-52],[-22,-21],[-13,-13],[-56,-53],[-24,-4],[-16,-35],[-54,-50]],[[7512,6780],[-7,-7],[-16,-15]],[[7489,6758],[-44,-42],[-14,-13],[-18,-17],[-49,-47],[-44,-42],[-18,-18],[-6,-5],[-57,-55],[-13,-12],[-24,-23],[-61,-58],[-9,-8],[-13,-2],[-15,-17]],[[7104,6399],[-82,-12],[-8,-1],[-9,-1],[-90,-13],[-98,-13],[-105,-15],[-7,-1],[-8,-1],[-89,-13],[-15,-2],[-43,-6],[-5,0],[-43,-6],[-15,-2],[-90,-13],[-7,-1],[-8,-1],[-90,-13],[-14,-2],[-90,-12]],[[6188,6271],[-1,7],[-2,8],[-4,32],[-4,28],[-2,15],[-4,28],[-4,32],[-3,15],[-4,29],[-4,31],[-2,15],[-4,30],[-4,30],[-1,7]],[[6145,6578],[-2,8],[-8,60]],[[6135,6646],[-2,18],[-9,60]],[[6124,6724],[-1,11],[-10,70]],[[6113,6805],[-9,61]],[[6104,6866],[0,4],[-1,6],[-2,13],[-1,6]],[[6100,6895],[-5,41],[-2,11],[-9,62],[-1,10],[-8,54],[-3,24],[-8,60],[-1,6],[-2,9],[-8,60]],[[6053,7232],[-2,15],[-6,42]],[[6045,7289],[0,3],[-5,30],[-8,60]],[[6032,7382],[-2,14],[-8,61]],[[6022,7457],[-1,7]],[[6021,7464],[-2,11],[-3,25]],[[6016,7500],[-4,32]],[[6012,7532],[-3,15],[-8,59]],[[6001,7606],[-4,15],[-8,65]],[[5989,7686],[-4,28],[-1,7],[-4,34],[-15,-2],[-38,-6],[-52,-7],[-15,-2],[-84,-12],[-14,6],[-15,6],[-9,67]],[[5738,7805],[-11,75],[-3,20]],[[5724,7900],[-1,11],[-8,29],[-9,9]],[[5706,7949],[-6,7],[-4,5],[-3,5],[-3,5],[-3,4],[-1,3],[-3,5],[-2,6],[-2,5],[-3,9],[-3,10],[-5,32]],[[5668,8045],[-2,9],[-1,12],[-5,27],[1,7],[-1,8],[0,10],[0,2],[-1,4],[2,4],[1,12],[2,10],[2,8],[3,9],[3,9],[4,11],[6,10],[10,16],[6,8],[3,3],[3,3],[2,2],[3,3],[7,6],[4,4],[4,2],[5,3],[5,3],[10,5],[2,1],[4,1],[6,2],[6,2],[3,1],[6,1],[7,1],[8,0],[2,1],[1,-1],[5,0],[2,0],[2,0],[2,-1],[2,0],[2,0],[1,-1],[2,0],[1,-1],[2,-1],[1,0],[1,-1],[2,0],[2,-1],[1,0],[1,-2],[2,-2],[3,-4],[1,-3],[0,-2],[0,-2],[-1,-2],[0,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-1,0],[-2,0],[-3,1],[-1,1],[-1,1],[-2,1],[-1,2],[-1,2],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-2,0],[-4,0],[-8,0],[-12,-2],[-8,-2],[-7,-2],[-6,-3],[-16,-8],[-11,-8],[-4,-5],[-4,-2],[-1,-2],[-13,-17],[-12,-22],[-5,-13],[-4,-13],[-3,-13],[-1,-12],[-1,-11],[-1,-9],[2,1],[0,-7],[5,-46]],[[5679,8055],[2,1],[0,-9],[2,-13],[5,-19]],[[5688,8015],[2,-6],[2,-3],[11,7]],[[5703,8013],[7,-10],[4,2],[-8,11],[2,1],[16,-23]],[[5724,7994],[-2,-1],[-5,7],[-2,-2]],[[5715,7998],[-13,-8],[7,-8],[5,-4]],[[5714,7978],[9,-8],[8,-7],[5,-3],[5,-4],[3,-2],[6,-3],[2,-2],[4,-1],[0,-1],[5,-2],[3,-2],[2,-1],[1,0],[5,-2],[2,-1],[7,-3],[6,-2],[3,-1],[4,-1],[5,-1],[4,-1],[2,-1],[3,0],[4,-1],[3,0],[3,0],[4,0],[3,0],[4,0],[3,0],[2,0],[2,1],[1,0],[2,0],[5,1],[1,0],[5,1],[3,1],[2,1],[3,1],[5,2],[6,3],[4,2],[5,3],[5,3],[2,1],[3,2],[2,1],[3,2],[3,2],[4,3],[5,3],[3,3],[2,1],[3,2],[4,3],[3,3],[3,2],[1,1],[2,1],[2,2],[2,1],[0,1],[3,2],[3,3],[1,0],[2,2],[2,2],[1,1],[2,1],[1,1],[2,2],[1,1],[2,1],[2,2],[1,1],[1,1],[1,1],[1,0],[0,1],[1,1],[2,1],[1,2],[2,1],[1,1],[4,4],[3,3],[4,4],[2,2],[2,1],[2,2],[1,2],[2,1],[0,1],[1,0],[1,1],[2,2],[1,2],[1,0],[1,2],[1,0],[0,1],[2,2],[1,1],[1,0],[1,1],[0,1],[10,12],[5,6],[1,2],[1,1],[2,2],[0,1],[1,1],[2,2],[1,1],[1,2],[2,2],[1,1],[1,2],[1,2],[2,2],[0,-1],[-3,20],[-24,27],[3,2],[-90,87],[3,3],[92,-90],[10,2],[11,-19],[6,1],[2,-14],[3,0],[9,8],[-2,15],[4,0],[1,-5],[6,0],[10,0],[4,-2],[-2,-6],[-18,3],[2,-14],[0,-2],[6,0],[4,-37],[79,10],[-3,23],[88,-9],[-1,14],[-6,2],[-56,1],[0,-6],[-2,-1],[0,10],[-65,3],[1,18],[54,-4],[1,6],[12,-6],[34,-2],[2,6],[-41,21],[3,4],[65,-35],[29,-9],[2,19],[-118,102],[-1,-2],[-33,29],[2,1],[-49,43],[16,19],[21,-19],[1,0],[9,3],[-6,20],[3,0],[11,-35],[32,-20],[2,3],[6,-2],[6,-6],[4,4],[-12,11],[5,6],[-26,24],[7,8],[32,-2],[94,-82],[125,-108],[10,-1],[10,3],[10,4],[7,3],[0,7],[-35,32],[3,6],[46,-23],[34,-8],[31,-16],[7,-4],[3,7],[-9,10],[-7,5],[-21,20],[-20,17],[17,15],[15,-19],[-5,-5],[84,-66],[34,22],[7,5],[-60,92],[9,6],[1,-1],[77,51],[1,-2],[-77,-51],[76,-118],[2,1],[11,-16],[10,-3],[0,1],[-12,19],[2,1],[14,-21],[0,1],[5,-1],[-1,-1],[15,-3],[0,2],[5,-1],[0,-2],[10,-2],[6,40],[-13,32],[-17,40],[-26,60],[6,14],[19,7],[1,5],[16,7],[4,-1],[8,2],[18,-1],[12,-31],[0,-5],[-2,-1],[-1,-8],[-9,-57],[7,-18],[17,-39],[8,-25],[6,-8],[10,-22],[44,-19],[24,-10],[-1,-2],[1,-4],[5,-2],[3,1],[5,15],[3,-1],[-7,-16],[0,-2],[3,-1],[5,-2],[1,0],[7,18],[2,-1],[-7,-18],[0,-2],[4,-1],[1,0],[7,19],[1,0],[-5,-15],[13,4],[-2,9],[5,2],[7,-23],[-3,-1],[1,-2],[4,-3],[2,-3],[-3,-6],[3,-2],[5,11],[45,-19],[-7,175],[2,2],[38,3],[2,-2],[2,0],[0,-2],[0,-1],[9,-229],[37,-24],[62,158],[1,1],[1,1],[1,-1],[2,-4],[24,-5],[1,0],[1,-2],[0,-2],[-55,-138],[48,-33],[78,114],[2,1],[2,0],[1,-1],[21,-15],[1,-1],[0,-3],[-1,-1],[-70,-103],[39,-36],[120,126],[2,1],[1,-1],[32,-30],[-42,-296],[7,-11],[24,3],[122,87],[3,2],[2,-1],[-3,-6],[19,-19],[1,-1],[1,-2],[-1,-1],[-113,-79],[23,-34],[115,78],[1,0],[2,0],[16,-26],[1,-1],[-1,-2],[-128,-86],[-8,-6],[-6,-8],[11,-17],[8,-12],[11,3],[6,3],[130,87],[3,1],[1,-2],[57,-85],[0,-1],[-1,-2],[-144,-97],[25,-36],[144,97],[1,0],[1,-1],[17,-24],[1,-1],[-1,-2],[-134,-91],[-5,-5],[-3,-4],[39,-58],[17,-24],[3,1],[1,-2],[4,2],[1,0],[1,-2],[56,39],[2,6],[7,4],[6,0],[66,46],[-2,1],[2,4],[-2,3],[4,3],[6,-2],[6,-7],[0,-7],[-4,-3],[-2,3],[-4,0],[-1,1],[-67,-46],[-1,-5],[-6,-5],[-3,0],[-3,0],[-31,-21],[-25,-18],[1,-2],[-1,-2],[-3,-2],[2,-2],[-3,-3],[5,-6],[2,1],[7,-9],[-3,-1],[6,-8],[28,-40],[4,1],[5,1],[2,1],[3,1],[2,1],[3,1],[1,1],[110,76],[0,1],[1,0],[0,-1],[1,0],[16,-23],[0,-1],[-1,-1],[-112,-77],[-10,-7],[-3,-6],[5,-6],[7,-1],[11,8],[9,-12],[-12,-8],[-2,-7],[2,-2],[10,-1],[11,8],[-2,3],[108,77],[1,0],[1,0],[16,-22],[0,-1],[0,-1]],[[7945,5496],[-19,-18]],[[7926,5478],[-58,-56],[-57,-55],[-11,-10],[-11,-5],[-44,-43],[-34,-32],[-23,-22],[-30,-28],[-7,-7],[-14,1],[-137,-132],[-12,-11],[-12,-11],[-7,-6],[-22,-22],[-9,-8],[-11,-11],[-22,-21],[-35,-50],[-53,56],[-132,-126],[-8,-17],[-8,-8],[4,-87],[2,-14],[4,-89],[-44,-2],[-17,-1],[-44,-3],[-18,-1],[-44,-2],[-18,-1]],[[6994,4654],[-5,88],[0,8],[-1,7],[-5,88],[0,6],[0,8],[-3,54],[-1,13],[-1,12],[0,9],[-1,8],[-52,-3],[-26,-1],[-6,-21],[-2,-1],[-3,-1],[-2,-1],[-3,0],[-3,-1],[-2,0],[-9,-1],[-21,-1],[-33,-2],[-22,4],[-20,-1],[-19,-6],[-41,-2],[-17,-1],[-60,-4],[-14,15],[-15,15],[-40,7],[-88,4],[-5,1],[-17,1],[-9,0],[-34,2],[-13,1],[-31,2],[-12,0],[-33,2],[-19,4],[-119,23],[-10,2],[-15,3],[-112,23],[-38,-18],[-15,-2],[-64,-3],[-8,-1],[-37,-2]],[[5888,4991],[-9,0],[-9,-1]],[[5870,4990],[-36,-2],[-9,0],[-34,-2],[-9,0],[-35,-2],[-18,-1],[-66,-4],[-40,-1]],[[5623,4978],[76,73],[14,13],[5,5],[40,37],[36,35],[26,25],[53,50],[15,15],[18,17],[8,8],[33,31],[9,9],[21,19],[6,6],[25,24],[55,52],[20,20],[6,6],[11,10],[13,12],[60,58],[22,21],[67,64],[11,16],[6,8]],[[6279,5612],[10,1],[82,78],[73,71],[20,18],[18,17],[28,27],[12,11],[28,28],[20,18],[88,84],[81,77],[19,18],[40,39],[13,12],[21,20],[19,18],[75,72],[9,8]],[[6935,6229],[14,14],[67,64]],[[7016,6307],[14,13],[8,8],[67,64],[-1,7]],[[7489,6758],[16,15],[7,7]],[[7660,7106],[9,-14],[5,-7]],[[7687,7087],[9,24]],[[7696,7111],[44,31],[18,18]],[[7758,7160],[11,11],[32,23]],[[7784,7159],[5,-7],[-24,-17],[-2,2]],[[7763,7137],[-41,-29],[12,-17],[6,3],[6,-9],[-9,-5],[18,-26],[5,3],[8,-11],[-6,-3],[14,-18],[4,2],[11,-17],[-2,-2],[3,-5],[91,49],[24,-35],[-79,-75],[9,-12],[21,15],[18,-25],[-11,-8],[1,-3],[-9,-6],[10,-13],[3,2],[5,-6],[-4,-2],[3,-4],[-20,-14],[24,-28],[-8,-8],[57,-62],[94,-104],[30,-34],[-8,-8],[20,-46],[36,15],[2,-6],[-23,-9],[5,-12],[-2,-1],[5,-11],[1,-1],[9,3],[151,72],[1,0],[0,-1],[1,0],[0,-1],[12,-32],[0,-1],[0,-1],[-1,0],[-2,-2],[-9,-4],[-35,-15],[-9,-3],[-33,-14],[-31,-13],[-15,-6],[13,-31],[3,-7],[118,33],[9,2],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[10,-34],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-5],[-42,-10],[-89,-23],[8,-44],[17,4],[97,17],[0,1],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[5,-27],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-89,-17],[-8,-1],[-28,-5],[-2,-1],[-3,0],[-2,-1],[-3,-1],[-3,-1],[-2,-1],[-2,-29],[0,-9],[24,0],[15,1],[142,8],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[7,-127],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-180,-10],[-2,0],[-3,0],[-2,0],[-2,-1],[-4,0],[-4,-2],[-4,-1],[-1,-1],[-1,-1],[-5,-46],[139,7],[2,-31],[-116,-6],[-11,-1],[-3,-1],[-3,-1],[-3,-1],[-3,-1],[-3,-1],[-2,-2],[-3,-41],[91,4],[2,-44],[-35,-2],[-31,-1],[-16,-1],[-1,0],[-10,-4],[-4,-3],[-1,-19],[-1,-11],[14,-6],[2,0],[1,0],[2,-1],[2,0],[1,0],[2,0],[1,0],[4,0],[163,9],[1,0],[1,-1],[0,-1],[2,-23],[1,-6],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-39,-2],[-45,-3],[-56,-3],[-38,-2],[-2,0],[-2,0],[-2,-1],[-5,-2],[-7,-3],[1,-25],[1,-13],[139,8],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-10],[1,-3],[0,-11],[0,-1],[0,-1],[-1,0],[-3,-1],[-4,0],[-47,-2],[-50,-3],[-28,-2],[-3,0],[4,-81],[7,-123],[1,-24],[0,-2],[1,-18],[1,-3],[-11,0],[0,1],[-12,1],[4,-10],[-33,-16],[-21,-9],[-18,-8],[-26,-12],[-30,-14],[-18,-8],[-7,-4],[-10,-4],[-16,-7],[4,-4],[14,-24]],[[8725,9493],[1,4],[2,8],[1,3],[1,5],[1,3],[1,3],[1,2],[2,5],[1,6],[2,4],[1,5],[3,9],[2,6],[2,6],[1,1],[3,8],[0,2],[1,3],[0,1],[1,3],[2,3],[2,6],[1,1],[0,1],[1,3],[1,2],[1,1],[0,2],[1,2],[1,4],[1,4],[1,2],[0,1],[1,2],[1,4],[1,1],[0,4],[1,2],[1,1],[1,2],[0,2],[1,2],[0,1],[0,1],[2,3],[0,2],[0,1],[0,3],[1,2],[0,4],[2,5],[0,1],[3,5],[2,7],[1,3],[1,2],[0,1],[1,2],[1,2],[0,1],[2,4],[0,2],[1,1],[2,6],[2,6],[1,3],[1,1],[0,2],[2,4],[1,4],[3,5],[2,6],[1,3],[0,2],[2,3],[1,5],[0,1],[0,1],[2,5],[1,2],[0,1],[0,1],[1,2],[0,1],[1,1],[1,2],[0,3],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,2],[1,1],[0,1],[0,1],[1,1],[1,2],[0,1],[1,2],[1,1],[1,2],[1,1],[2,3],[2,2],[5,3],[2,2],[4,2],[3,1],[2,2],[4,2],[2,1],[5,3],[4,2],[2,1],[2,1],[1,1],[4,2],[1,0],[4,2],[2,2],[3,2],[2,1],[12,6],[2,1],[3,1],[5,2],[1,1],[5,2],[2,1],[8,5],[1,1],[1,0],[1,1],[3,1],[2,1],[4,2],[2,1],[2,1],[2,1],[4,1],[2,1],[3,2],[2,1],[4,1],[1,0],[1,1],[2,1],[2,1],[2,1],[6,3],[1,1],[2,1],[3,2],[3,1],[6,2],[4,3],[2,2],[3,1],[3,2],[2,1],[3,2],[2,1],[6,4],[2,1],[4,2],[3,2],[9,8],[8,5],[4,3],[2,2],[3,1],[4,2],[5,0],[2,1],[3,0],[6,2],[2,0],[6,2],[10,4],[4,2],[4,3],[3,1],[5,3],[3,1],[2,2],[2,2],[2,2],[2,5],[1,5],[2,4],[0,2],[2,5],[2,5],[2,4],[0,1],[1,3],[2,4],[1,1],[0,1],[1,1],[2,4],[3,4],[4,4],[4,4],[7,5],[7,4],[9,4],[2,0],[5,0],[1,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-5,-3],[-1,0],[-5,-2],[-7,-4],[-2,-2],[-1,-1],[-3,-3],[-4,-4],[-3,-3],[-2,-4],[0,-1],[-1,-2],[-2,-5],[-1,-1],[-1,-2],[0,-2],[-1,-1],[-1,-6],[-1,-3],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-3],[0,-1],[1,-3],[0,-1],[2,-1],[1,-3],[0,-1],[0,-2],[4,-1],[3,0],[3,-1],[1,0],[3,-1],[1,-1],[1,0],[6,-2],[1,-1],[2,0],[1,-1],[2,-1],[3,-1],[2,0],[2,-1],[1,0],[2,-1],[2,0],[1,-1],[2,0],[2,-1],[2,-1],[4,-1],[3,-1],[7,-2],[1,0],[3,-1],[1,0],[1,-1],[2,-1],[2,0],[1,0],[1,-1],[6,-1],[1,0],[2,-1],[1,0],[0,-1],[2,0],[2,-1],[2,0],[4,-2],[2,-1],[4,-1],[3,-1],[1,0],[4,-1],[2,-1],[3,-1],[1,-1],[2,-1],[1,1],[2,-1],[2,0],[1,-1],[2,0],[1,-1],[1,0],[2,0],[11,-4],[3,-2],[2,0],[7,-2],[1,-1],[2,0],[2,-1],[1,0],[2,-1],[1,0],[1,-1],[2,0],[1,-1],[2,0],[1,-1],[1,0],[2,0],[3,-1],[1,0],[2,0],[6,-3],[3,-1],[1,0],[1,-1],[2,-1],[1,0],[2,-1],[2,-1],[3,-1],[1,0],[1,-1],[1,0],[2,0],[1,-1],[1,0],[2,-1],[1,0],[4,-1],[1,-1],[2,0],[2,-1],[2,-1],[1,0],[4,-1],[2,0],[1,-1],[2,0],[1,0],[1,-1],[4,0],[2,-1],[2,-2],[4,-1],[1,-1],[2,0],[1,0],[1,-1],[2,-1],[2,0],[1,0],[2,0],[1,-1],[3,-1],[1,0],[1,-1],[7,-3],[2,0],[3,-1],[2,-1],[3,-1],[1,-1],[2,0],[5,-3],[3,-4],[2,-3],[1,-2],[1,-1],[1,-1],[0,-1],[2,-3],[1,-3],[1,-2],[1,-2],[1,-1],[2,-4],[0,-2],[2,-2],[3,-6],[1,-2],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[3,-4],[1,-2],[5,-8],[0,-2],[1,-3],[1,-2],[2,-3],[4,-8],[1,-2],[2,-2],[1,-2],[0,-1],[1,-1],[1,-1],[0,-2],[2,-3],[2,-3],[1,-2],[1,-1],[1,-2],[3,-6],[0,-1],[0,-1],[1,-2],[0,-1],[2,-4],[0,-1],[1,-1],[1,-2],[1,-2],[1,-2],[2,-5],[1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[3,-3],[4,-8],[1,-3],[1,-2],[1,-1],[2,-6],[1,-1],[1,-2],[1,-1],[0,-1],[1,-2],[1,-3],[3,-4],[1,-2],[1,-3],[3,-4],[1,-3],[2,-3],[1,-1],[1,-3],[1,-1],[2,-3],[1,-2],[1,-2],[0,-2],[1,-4],[2,-3],[3,-4],[1,-2],[2,-3],[0,-2],[3,-5],[2,-5],[4,-6],[1,-4],[2,-2],[2,-4],[2,-4],[2,-4],[1,-3],[3,-6],[8,-14],[0,-1],[5,-10],[1,-1],[0,-1],[5,-10],[2,-2],[4,-7],[3,-6],[0,-1],[1,-2],[2,-4],[1,-2],[1,-2],[1,-2],[1,0],[0,-2],[8,-14],[1,-4],[2,-3],[0,-1],[0,-1],[2,-2],[3,-8],[1,-1],[0,-1],[3,-4],[3,-6],[2,-4],[2,-4],[2,-4],[1,-2],[3,-6],[2,-4],[1,-2],[1,-2],[0,-2],[0,-1],[1,1],[5,-8],[7,-14],[6,-13],[2,-3],[3,-5],[3,-6],[4,-9],[2,-4],[2,-4],[10,-18],[2,-4],[1,-2],[2,-2],[1,-2],[17,-33],[11,-23],[4,-11],[1,-2],[3,-6],[1,-3],[4,-8],[2,-2],[2,-4],[1,-2],[3,-3],[0,-2],[1,-2],[1,0],[0,-1],[1,-4],[1,-1],[0,-2],[1,0],[2,-4],[1,-4],[2,-3],[3,-7],[4,-8],[1,-3],[1,0],[1,-4],[1,-2],[1,-1],[2,-4],[1,-1],[1,-3],[1,-2],[2,-4],[3,-6],[5,-9],[0,-1],[1,-2],[1,-2],[1,-2],[1,-2],[2,-4],[3,-7],[0,-4],[-2,-7],[-2,-6],[0,-2],[-1,-1],[0,-2],[-1,-2],[-1,-2],[0,-2],[-2,-5],[-1,-2],[0,-3],[-1,-1],[0,-1],[-1,-2],[-1,-3],[0,-2],[-3,-6],[0,-2],[-1,-1],[0,-2],[-1,-2],[-1,-3],[-1,-4],[-3,-7],[-1,-5],[-5,-15],[-1,-2],[-1,-2],[0,-1],[-1,-2],[0,-3],[-1,-1],[-1,-4],[-2,-4],[-1,-3],[-1,-6],[-1,-1],[-1,-3],[-1,-2],[-2,-4],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-3],[190,-61],[1,-1],[-7,-24],[-1,-1],[-1,0],[-1,0],[-189,62],[0,-1],[-1,-1],[0,-4],[0,-1],[-2,-3],[0,-1],[0,-1],[-1,-4],[-1,-2],[-1,-2],[0,-3],[-2,-4],[-2,-6],[-2,-6],[-1,-2],[-1,-3],[-1,-4],[-2,-3],[-1,-3],[0,-2],[-2,-3],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-2],[-1,-3],[0,-1],[-1,-2],[-1,-3],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-2],[-1,-1],[0,-2],[-1,-4],[-1,-2],[0,-3],[-2,-6],[0,-2],[-2,-5],[0,-2],[-1,-1],[-1,-4],[0,-1],[-1,-2],[-2,-6],[-1,-2],[0,-2],[-1,-1],[-3,-6],[-1,-2],[-4,-3],[-1,0],[-2,1],[3,-6],[-32,-15],[4,-8],[-9,-4],[-6,13],[-2,-2],[-2,-1],[-15,-8],[-18,-9],[-2,-1],[-3,-2],[-8,-4],[-2,-1],[-2,-1],[-8,-4],[-5,-3],[-5,-2],[-5,-2],[-1,-3],[-4,-1],[-3,0],[-3,-1],[-1,0],[-4,-2],[0,-1],[-27,-14],[-1,-1],[-3,-1],[-16,-9],[-45,-21],[-45,-24],[0,-1],[-1,0],[-2,-1],[-3,-1],[-3,-1],[-7,-4],[-7,-2],[-7,-4],[-2,-1],[-1,-1],[-10,-5],[-2,-1],[-3,-1],[-1,-1],[-2,0],[-2,-2],[-2,-1],[-4,-2],[-16,-9],[-1,0],[-3,-1],[-4,-1],[-3,-1],[-1,-1],[-2,0],[-4,-2],[-21,-10],[-19,-11],[-3,-1],[-3,-2],[-16,-8],[-1,-2],[-1,-1],[0,-1],[0,-2],[1,-2],[0,-3],[2,-5],[1,-2],[2,-3],[0,-2],[1,-3],[1,-2],[2,-4],[1,-3],[1,-1],[1,-3],[0,-1],[0,-5],[7,-25],[1,-2],[1,-2],[1,-4],[0,-2],[1,-2],[0,-2],[2,-3],[1,-4],[1,-3],[0,-1],[1,-1],[0,-1],[1,-3],[0,-1],[1,-3],[0,-2],[1,-2],[0,-2],[1,-2],[1,-3],[1,-5],[0,-1],[0,-2],[1,-2],[0,-1],[1,-3],[1,-5],[0,-4],[-1,-3],[1,-2],[0,-1],[3,-7],[5,-11],[6,-12],[3,-5],[5,-8],[1,-2],[5,-7],[2,-2],[3,-7],[2,-1],[5,-8],[7,-10],[8,-9],[9,-9],[12,-11],[9,-6],[8,-5],[16,-8],[3,0],[1,2],[2,-3],[6,-3],[3,-2],[8,-3],[3,-2],[11,-5],[4,-1],[3,-2],[2,-1],[1,-1],[2,0],[2,-1],[3,-2],[3,-1],[2,0],[1,0],[2,-1],[3,-1],[3,1],[2,-1],[3,1],[3,-3],[1,-1],[2,0],[2,1],[9,1],[1,0],[2,-2],[8,2],[5,2],[6,4],[4,1],[1,0],[3,-1],[3,1],[4,0],[2,2],[-1,0],[-2,0],[-1,0],[0,1],[0,1],[2,1],[2,1],[3,2],[1,0],[2,-1],[1,-2],[3,-1],[4,2],[1,0],[1,2],[3,2],[1,2],[2,1],[3,2],[2,3],[1,1],[2,2],[2,2],[2,0],[1,2],[2,1],[1,2],[-1,2],[2,2],[3,-1],[1,0],[1,2],[2,-1],[0,-1],[6,4],[8,7],[3,1],[3,1],[2,2],[-1,1],[-1,1],[1,1],[3,-1],[2,-1],[1,-1],[1,0],[1,1],[1,2],[2,1],[3,2],[3,2],[2,2],[1,-1],[4,2],[0,1],[0,1],[1,0],[1,-1],[1,0],[2,3],[0,4],[1,0],[1,-1],[1,-1],[1,0],[0,1],[1,1],[2,1],[2,2],[0,2],[-1,1],[0,2],[0,1],[1,1],[0,1],[0,3],[1,1],[0,2],[-1,2],[2,1],[1,0],[0,1],[0,2],[0,2],[1,1],[1,-1],[3,0],[-1,1],[0,2],[2,0],[1,0],[1,-1],[1,1],[-1,1],[2,1],[3,1],[1,4],[2,2],[-2,0],[-1,1],[2,1],[6,0],[2,3],[1,1],[2,0],[0,1],[-2,3],[0,1],[1,0],[2,0],[2,-1],[2,1],[1,-2],[1,0],[1,1],[2,1],[1,3],[-1,0],[0,1],[0,1],[5,1],[7,-1],[1,0],[1,1],[5,3],[1,2],[1,0],[-1,2],[1,1],[2,0],[2,-1],[2,0],[5,-1],[4,-1],[13,-2],[3,-1],[2,0],[4,1],[2,0],[5,1],[4,2],[6,1],[6,2],[5,1],[1,1],[-1,1],[1,1],[1,0],[0,-2],[1,0],[2,1],[3,0],[14,-2],[3,0],[3,-1],[5,0],[9,0],[3,0],[6,1],[3,0],[3,0],[3,1],[6,2],[3,3],[1,2],[1,0],[1,1],[0,2],[0,2],[1,3],[0,1],[-1,1],[0,1],[1,-1],[1,0],[0,2],[1,1],[1,0],[1,-1],[1,1],[0,1],[0,2],[2,1],[1,1],[1,2],[0,1],[2,1],[1,-1],[1,-1],[2,0],[1,-1],[1,0],[2,1],[1,2],[-1,1],[1,2],[1,0],[2,-1],[1,0],[1,0],[2,0],[2,-1],[3,-2],[1,0],[-1,3],[1,1],[0,1],[2,-1],[3,0],[1,0],[1,0],[1,3],[4,2],[3,0],[2,0],[2,0],[2,0],[2,0],[3,1],[2,1],[2,-1],[1,1],[0,1],[2,1],[2,0],[2,1],[3,0],[1,0],[1,1],[0,1],[0,1],[0,2],[3,-1],[3,-2],[1,0],[6,-1],[6,-1],[1,1],[5,0],[1,1],[2,0],[3,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[3,1],[6,3],[1,1],[2,1],[2,1],[3,1],[0,1],[1,0],[2,0],[3,2],[-1,0],[-1,2],[-1,1],[3,-1],[0,1],[1,1],[1,0],[2,1],[2,0],[2,1],[3,1],[8,5],[2,1],[3,0],[3,1],[4,-2],[1,0],[1,-2],[2,-3],[2,-2],[1,-1],[1,0],[2,-1],[0,-1],[9,-7],[3,-2],[3,-4],[2,-3],[1,-2],[1,-3],[0,-1],[0,-5],[-1,-4],[-1,-1],[-1,-2],[0,-4],[2,-8],[6,-10],[-8,-10],[-2,-1],[-1,-1],[-4,-3],[1,-2],[1,-1],[-1,-1],[-1,0],[-3,1],[-1,0],[0,-1],[-1,-3],[-1,-2],[-3,-1],[-5,-13],[1,-4],[2,-4],[-4,-10],[-4,-1],[-5,-1],[-2,0],[-4,-2],[-1,-1],[1,-2],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-3,-1],[-4,0],[-3,-1],[-12,-8],[-21,-13],[-10,-7],[-11,-7],[-2,-2],[-8,-6],[-3,-2],[-2,-3],[-5,-4],[-1,-2],[-3,-3],[-1,-1],[-2,-2],[-4,-6],[0,-2],[0,-1],[-2,-1],[0,-1],[-2,-6],[-1,-3],[-1,-7],[-1,-8],[0,-4],[-1,-5],[1,-4],[0,-1],[0,-2],[0,-3],[1,-3],[-1,-8],[0,-7],[-1,-5],[0,-1],[0,-1],[0,-1],[-1,-7],[-1,-2],[0,-1],[0,-1],[-2,-5],[-3,-8],[0,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,-3],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,-5],[1,-2],[-2,-9],[0,-5],[0,-2],[1,-2],[-2,-5],[1,-2],[0,-2],[1,-2],[0,-4],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[1,-1],[1,-3],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,-1],[-1,-2],[1,-2],[-1,-1],[1,-1],[1,-3],[1,-7],[33,5],[21,51],[6,-2],[-22,-55],[-36,-5],[2,-11],[-2,-1],[1,-8],[5,-142],[0,-1],[-1,-1],[-24,0],[-4,-11],[-2,-5],[-2,-2],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[3,-2],[0,-1],[0,-1],[-1,0],[1,-1],[0,-2],[0,-2],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-2,0],[-1,-1],[-1,1],[-2,0],[-1,0],[0,-2],[-2,-2],[-1,-1],[1,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[1,-1],[1,-1],[2,-1],[1,-1],[-1,-2],[-1,-1],[-1,1],[-1,-2],[0,-1],[-1,-1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[1,-2],[2,-2],[0,-2],[-2,-1],[1,-2],[-2,-2],[-1,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,-2],[0,-2],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-2,2],[-1,1],[0,-2],[0,-1],[-1,-1],[-2,-3],[-3,2],[-2,2],[-1,1],[0,-2],[-1,-1],[-1,0],[0,-1],[-1,0],[-2,1],[-1,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,-1],[0,1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[-1,-1],[-1,1],[-2,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,1],[-1,2],[-1,1],[0,2],[0,1],[0,2],[-2,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[1,1],[0,1],[0,2],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-2,2],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-3,3],[-2,2],[-2,2],[-1,1],[0,-1],[-1,0],[-2,0],[-1,0],[-1,1],[1,0],[-1,1],[0,1],[-2,1],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,-1],[-1,0],[-1,1],[-2,1],[-3,1],[-3,0],[-2,0],[-5,-1],[-2,0],[-4,1],[-3,0],[-5,-1],[-1,0],[-2,0],[-2,0],[-4,1],[-1,-1],[-1,1],[-1,0],[-2,0],[0,-1],[-2,-1],[-1,1],[0,-1],[-1,-1],[-1,1],[0,1],[-1,0],[-2,1],[-1,0],[-3,1],[-3,1],[-2,0],[-1,0],[0,1],[-1,1],[-1,0],[-2,-1],[-1,1],[1,1],[-2,1],[-3,0],[-1,0],[-1,0],[-3,-1],[-2,0],[-3,0],[-2,1],[-1,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[-1,2],[-1,0],[-1,2],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,3],[-1,-1],[-2,0],[-2,0],[-1,-1],[-3,0],[-3,-1],[-1,0],[-2,-1],[-2,-1],[-1,2],[-3,0],[-2,2],[-4,1],[0,2],[0,1],[0,1],[-1,2],[0,1],[-10,4],[-2,0],[-3,0],[-3,0],[-1,0],[-4,0],[-3,0],[-11,-1],[-5,0],[-2,0],[-3,-1],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-1,-2],[1,0],[-1,-1],[0,-1],[0,-3],[-1,0],[-2,1],[-1,1],[0,1],[1,1],[-1,1],[0,1],[-1,0],[-2,-1],[-1,1],[-1,-1],[0,-2],[-3,-2],[-1,1],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-2,0],[-2,-1],[-2,-2],[-2,0],[-2,-2],[-3,0],[-4,-1],[-1,0],[-2,0],[-1,1],[-2,-1],[-1,0],[-1,0],[-2,-3],[-1,1],[0,1],[0,1],[-1,0],[-1,-1],[-2,0],[-2,-2],[-2,2],[-1,-3],[-3,0],[-3,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-2,-1],[-2,-1],[-1,0],[-1,1],[-1,1],[-2,0],[-1,2],[-1,1],[-1,2],[-5,8],[-1,4],[-1,0],[-3,0],[-1,0],[-3,2],[-10,14],[-4,3],[-5,2],[-1,0],[-1,1],[-1,-2],[-4,-3],[0,1],[0,1],[-2,1],[-1,-1],[-1,0],[-2,-3],[1,-2],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[1,2],[1,1],[0,1],[1,2],[-1,0],[-2,-1],[-1,0],[-2,1],[1,4],[-2,-1],[-1,3],[-2,0],[-2,-1],[-1,1],[-2,1],[-2,1],[-1,0],[-1,0],[0,-2],[0,-1],[-1,-1],[0,1],[-1,1],[-1,0],[-1,0],[1,1],[-2,1],[-3,-1],[-2,1],[0,1],[0,1],[1,0],[1,1],[-1,1],[-3,-1],[-3,1],[-1,1],[0,2],[-2,-1],[-3,2],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,2],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[-3,2],[-3,2],[-1,2],[-1,1],[-1,2],[-3,1],[0,2],[0,2],[-3,1],[-9,8],[-1,1],[-1,0],[-3,2],[-2,0],[-1,0],[-4,3],[-1,1],[-2,1],[-1,0],[1,1],[-5,1],[-3,2],[-1,1],[-4,1],[-2,1],[-1,0],[-4,1],[-3,1],[-2,1],[-3,0],[-3,1],[-1,0],[-1,0],[1,-1],[2,0],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,1],[-1,1],[-1,0],[0,-1],[-2,-1],[-2,1],[-1,0],[0,-1],[-2,-1],[-1,1],[0,1],[-2,0],[-1,-1],[-2,-1],[1,-1],[-1,0],[-1,2],[-3,1],[0,-1],[-5,0],[-1,1],[-1,3],[-2,2],[-1,-1],[-1,1],[0,2],[-1,1],[0,1],[2,-1],[0,2],[1,1],[0,-1],[2,1],[1,1],[0,1],[-1,2],[-3,3],[-2,2],[-1,2],[-1,1],[-2,2],[-6,3],[-5,2],[-3,1],[-4,0],[-2,0],[-2,0],[0,1],[-1,1],[-2,0],[0,2],[-3,3],[-1,0],[0,1],[-2,0],[0,2],[-1,0],[0,1],[-1,1],[-3,3],[-1,-1],[-1,0],[-1,1],[-1,3],[-1,-1],[-6,3],[-3,2],[-2,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,1],[0,1],[-2,0],[-1,1],[0,1],[0,1],[-2,2],[-1,1],[-3,2],[-1,0],[-1,1],[-1,1],[-1,2],[-1,2],[-3,3],[0,2],[-2,5],[-1,3],[-1,2],[-1,1],[-1,0],[0,2],[0,1],[0,2],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[0,1],[-3,6],[-3,5],[-7,8],[-1,1],[-1,0],[-1,1],[-1,2],[-2,3],[-3,2],[-1,2],[-1,1],[-3,3],[-3,7],[-4,6],[-2,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[1,2],[-2,0],[-1,2],[-1,-1],[-1,0],[0,2],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,2],[-1,2],[-1,1],[0,-1],[-1,1],[-1,2],[-1,0],[1,3],[0,1],[-1,1],[-1,0],[-2,2],[-1,0],[0,1],[-1,1],[1,2],[-1,0],[2,3],[0,1],[-1,1],[1,0],[-2,2],[-1,0],[-1,2],[1,1],[1,1],[1,0],[1,-1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[-1,0],[1,3],[-2,1],[0,2],[2,2],[2,1],[1,0],[0,1],[1,1],[1,0],[0,1],[-2,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,-2],[2,1],[1,-1],[2,3],[2,0],[3,-1],[1,-1],[1,0],[1,-1],[3,0],[1,0],[2,0],[4,2],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[2,0],[2,1],[2,0],[5,2],[2,2],[3,4],[4,9],[2,4],[2,5],[1,4],[0,1],[0,1],[1,1],[0,2],[1,2],[-1,1],[0,1],[1,0],[0,2],[0,1],[0,2],[0,1],[0,1],[0,3],[3,1],[2,0],[-2,5],[0,1],[0,1],[0,1],[2,2],[2,1],[2,0],[-1,2],[1,1],[0,2],[0,1],[1,2],[0,1],[0,2],[-1,1],[0,2],[-2,5],[-1,1],[-1,1],[1,1],[-1,2],[0,1],[0,1],[1,1],[1,0],[2,1],[1,0],[1,1],[1,1],[1,0],[1,2],[1,0],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,2],[0,1],[-1,1],[-1,1],[-2,-1],[0,2],[1,1],[-1,1],[0,3],[2,1],[1,1],[0,1],[-3,-1],[-1,1],[3,0],[2,1],[1,0],[1,0],[1,1],[-1,1],[0,1],[1,2],[-1,-1],[0,2],[1,2],[2,0],[0,1],[1,2],[0,2],[1,5],[1,1],[1,0],[1,1],[0,1],[1,1],[0,2],[1,2],[-1,1],[-1,0],[0,1],[0,1],[-2,0],[-1,0],[-1,2],[0,2],[-1,-1],[-1,2],[-1,0],[0,2],[0,1],[0,2],[1,0],[-1,2],[1,1],[1,2],[-1,1],[0,1],[-1,1],[-2,0],[-1,0],[-1,2],[0,1],[0,1],[0,1],[-2,0],[1,1],[1,1],[0,1],[1,2],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,2],[-1,0],[-1,0],[-1,0],[-1,-1],[0,2],[2,1],[1,0],[1,0],[1,-1],[3,0],[2,-1],[1,0],[2,1],[1,-1],[2,0],[1,0],[2,1],[1,2],[0,1],[1,5],[1,2],[0,1],[0,1],[1,5],[0,1],[0,1],[1,4],[0,2],[1,3],[0,1],[1,3],[0,1],[1,5],[1,3],[1,2],[0,2],[2,11],[3,17],[0,7],[-1,7],[-1,5],[0,2],[0,1],[0,1],[-1,3],[0,2],[0,1],[0,2],[-1,7],[-3,10],[-4,8],[-3,6],[-9,17],[-3,6],[0,2],[-4,4],[-1,3],[0,3],[-5,7],[-2,5],[-1,2],[0,2],[-2,2],[0,2],[-3,5],[-1,1],[-2,6],[-3,5],[0,1],[-1,1],[0,2],[-2,2],[-1,5],[-2,1],[-1,3],[-3,4],[-3,6],[-5,9],[-2,5],[-3,4],[-1,5],[-3,4],[-10,19],[-4,8],[-1,3],[-2,3],[0,1],[-1,2],[-2,2],[-1,2],[-3,7],[-14,28],[-1,3],[-2,4],[-1,2],[-5,9],[-1,1],[-8,15],[-11,24],[-9,16],[-3,5],[-2,3],[0,2],[-1,2],[0,1],[-1,1],[-1,1],[0,1],[-1,2],[-1,2],[-4,8],[-2,6],[-2,6],[-2,3],[-2,6],[-3,4],[-7,13],[0,3],[-2,3],[-4,7],[-2,6],[-5,7],[-3,8],[-6,11],[-4,5],[-3,7],[-3,7],[-2,4],[-4,-2],[-24,-52],[-9,4],[24,51],[6,-3],[6,3],[-1,3],[-2,4],[-5,8],[-3,5],[-4,5],[-5,11],[-1,1],[-2,3],[-3,7],[-2,2],[-2,4],[0,2],[-2,2],[-5,11],[-2,3],[-2,4],[-1,3],[-1,2],[-11,21],[-2,4],[-2,4],[-6,11],[0,1],[-1,2],[-6,9],[-3,7],[-1,1],[-1,2],[-1,0],[-5,8],[-5,8],[-5,9],[0,1],[-2,6],[-2,2],[-1,3],[-2,3],[-4,5],[-3,4],[-4,5],[-2,4],[-3,4],[-2,5],[-1,3],[-2,3],[-1,6],[-1,6],[-1,3],[-1,3],[-1,4],[-1,1],[-2,4],[-1,5],[-1,1],[-1,2],[0,2],[-1,2],[-1,2],[-1,2],[-3,7],[-3,6],[-2,4],[0,1],[-1,2],[-3,4],[0,2],[-2,2],[0,2],[-1,2],[-1,3],[-1,2],[-2,3],[-3,6],[0,2],[-1,2],[-1,1],[0,2],[-1,2],[-1,1],[-3,6],[-4,7],[-3,4],[-1,3],[-2,2],[0,2],[-1,2],[-2,4],[-1,1],[0,2],[-1,1],[-2,4],[-4,7],[-2,7],[-4,8],[-1,4],[-3,2],[-3,7],[-1,3],[-1,1],[-6,12],[-3,6],[-4,8],[-1,2],[-1,1],[-2,4],[-6,11],[-3,4],[-6,11],[-2,5],[-1,5],[-5,8],[0,1],[-4,5],[-2,6],[-1,2],[-2,4],[-1,1],[-5,12],[-1,3],[-1,1],[-1,2],[-2,4],[-4,11],[0,5],[0,6],[0,2]],[[6865,32],[14,39],[11,28],[24,55],[24,40],[0,1],[1,0],[37,62],[32,46],[10,12],[10,8],[11,7],[13,3],[2,2],[13,3],[17,6],[24,8],[27,14],[19,16],[8,12],[6,8],[2,1],[0,-1],[36,45],[0,1],[1,0],[24,30],[27,37],[22,67],[0,1],[53,-14],[-27,70],[-18,46],[-3,19],[-39,191],[-23,113],[-24,84],[-40,-9],[-2,-1],[-63,-19],[0,-1],[-62,-18],[-1,0],[0,-1],[-61,-18],[-2,0],[0,-1],[-63,-19],[-1,0],[-65,-21],[0,1],[-1,-1],[-60,-18],[-1,0],[-62,-19],[-1,0],[13,-44],[-59,-19],[-61,-20],[-68,-22],[-15,47],[-1,0],[-31,104],[-30,97],[-192,-53],[-35,120],[-64,-20],[-22,68],[1,1],[-1,0],[-29,96],[0,1],[-30,96],[0,1],[-30,96],[1,1],[-1,0],[-29,96],[-1,1],[-28,94],[0,1],[-1,0],[-5,19],[-3,7],[13,103],[0,1],[7,58],[-1,0],[13,37],[6,19],[1,7],[149,-7],[45,4],[39,9],[61,18],[60,29],[95,50],[112,66],[69,28],[17,9],[40,10],[69,23],[23,7],[6,1],[-3,7],[-22,46],[-7,20],[-14,35],[0,2],[-2,7],[-12,38],[-7,34],[-3,12],[-2,16],[-5,54],[-1,37],[0,12],[5,31],[1,7],[8,63],[17,60],[8,17],[32,67],[49,72],[42,61],[20,37],[17,39],[13,40],[36,139],[23,86]],[[7010,3226],[26,91],[35,129],[6,21],[9,48],[7,74],[-7,135],[-6,131],[-7,30],[-10,30],[-14,26],[-22,30],[-89,86],[-23,33],[-19,35],[-7,33],[-7,35],[0,32],[14,54],[24,53],[19,33],[16,41],[10,30],[10,41],[3,26],[1,37],[11,35],[0,33],[0,28],[0,9],[4,9]],[[7926,5478],[13,12],[6,6]],[[7945,5496],[16,-24],[3,0],[0,7],[74,4],[40,2],[21,1],[6,4],[8,-4],[6,-4],[5,-10],[-1,-18],[14,0],[0,-18],[132,15],[11,-74],[-4,-1],[0,-5],[-135,-17],[4,-61],[326,17],[17,-216],[-206,120],[-6,1],[-123,-6],[12,-35],[-2,-3],[-8,-2],[4,-24],[-4,-3],[1,-6],[4,0],[5,-33],[7,-1],[-3,-21],[3,0],[0,-4],[3,0],[0,-3],[2,0],[0,-2],[-2,-2],[-1,-6],[6,-1],[0,-4],[5,-1],[2,-4],[3,-1],[3,-4],[-4,-2],[4,-7],[4,2],[-2,-3],[10,-14],[-2,-15],[5,-11],[3,2],[0,44],[13,74],[4,-1],[-9,-56],[10,-2],[4,8],[8,9],[4,-1],[-23,-60],[-4,-7],[-2,-8],[-1,-8],[11,3],[151,-77],[-15,-30],[-138,71],[4,-15],[1,-14],[28,-78],[8,1],[6,-18],[-14,-4],[0,-5],[-2,-3],[2,-5],[-5,-3],[2,-5],[-8,-3],[2,-12],[28,1],[5,-7],[47,2],[2,-30],[88,5],[1,-10],[-156,-10],[2,-42],[127,7],[3,-28],[-195,-11],[-6,-18],[2,-7],[-5,-9],[-22,-41],[-14,-19],[-1,-11],[4,0],[2,-14],[0,-14],[-3,-2],[-1,-9],[0,-13],[3,-1],[0,-16],[-3,-4],[-7,-3],[0,-5],[2,-2],[0,-3],[-5,-4],[-5,-4],[-1,-3],[1,-4],[1,-2],[4,-1],[2,-3],[0,-3],[-11,-10],[-7,-6],[-7,-4],[-18,-3],[2,-8],[21,3],[1,-5],[7,-6],[3,5],[14,-7],[-6,-17],[18,-7],[7,18],[45,0],[0,-8],[14,0],[0,11],[7,0],[2,-58],[1,-26],[27,-18],[24,2],[-8,152],[11,1],[8,-144],[29,1],[16,2],[-1,13],[-11,-1],[-3,8],[-5,0],[-8,127],[5,1],[2,8],[14,0],[3,-7],[5,0],[0,-3],[10,0],[9,-145],[52,3],[-10,179],[11,0],[10,-178],[24,1],[7,187],[4,-1],[0,5],[9,1],[3,10],[18,0],[2,-11],[9,0],[-6,-207],[-146,-8],[72,-98],[4,1],[6,-8],[0,-7],[0,-6],[18,1],[-6,118],[32,1],[9,-159],[13,1],[21,1],[-15,252],[14,1],[14,-252],[57,2],[-14,260],[18,0],[15,-285],[-130,-19],[-2,-6],[-13,-2],[1,-21],[9,-1],[6,-86],[-3,-11],[-9,-15],[-4,-12],[-3,-11],[-1,-7],[5,0],[1,-28],[3,-4],[-2,-4],[2,-42],[-2,-4],[-4,-3],[0,-5],[4,0],[3,-2],[3,-5],[0,-36],[2,-2],[12,-1],[1,-2],[4,-1],[0,-3],[-6,-1],[17,-15],[2,-8],[0,-7],[-2,-8],[-2,-5],[-5,-2],[-5,-2],[-4,0],[-22,-7],[14,-49],[6,-98],[0,-22],[8,0],[9,-3],[10,-2],[14,0],[22,1],[5,-2],[3,-3],[1,-3],[-3,-3],[-5,-2],[-2,-1],[-2,-2],[0,-2],[0,-2],[1,-18],[2,-34],[247,13],[15,-284],[-601,-36],[-72,-22],[5,-60],[17,-8],[202,10],[4,1],[5,-1],[40,-8],[25,1],[125,7],[2,-17],[21,2],[29,0],[31,4],[21,3],[42,1],[41,-1],[13,1],[6,0],[9,-1],[11,-1],[6,-1],[8,-2],[10,-2],[7,-3],[10,-3],[5,-3],[4,-2],[7,-5],[7,-7],[8,-10],[7,-13],[1,-1],[3,-4],[1,-4],[-1,-5],[-1,-3],[-8,-33],[-1,-2],[-2,-3],[0,-3],[1,-3],[49,-63],[3,-2],[2,-1],[4,-1],[4,1],[4,3],[3,4],[-1,4],[24,16],[6,4],[5,3],[5,1],[7,1],[4,-1],[6,-2],[13,9],[318,-437],[-15,-10],[-27,-1],[1,-12],[-190,-9],[-1,10],[-83,-5],[-53,-3],[-1,-2],[-2,-1],[-14,-3],[-4,0],[-15,-1],[-2,-2],[-1,-2],[0,-4],[4,-4],[3,-6],[4,-7],[4,-9],[3,-12],[6,-14],[7,-11],[9,-9],[9,-9],[15,-9],[15,-5],[12,-2],[15,0],[67,-9],[9,-1],[7,-1],[9,1],[8,0],[10,1],[3,-4],[9,4],[14,0],[18,1],[13,1],[13,2],[7,1],[7,0],[8,-2],[5,0],[5,-1],[7,0],[23,0],[11,0],[13,1],[40,5],[2,-1],[3,-2],[3,-4],[0,-3],[-1,-2],[-7,-6],[-4,-2],[-4,-1],[-19,-4],[-13,-3],[-17,-1],[-3,-1],[-2,1],[-4,-1],[-6,-1],[-7,-2],[-7,-3],[-6,-4],[-3,-3],[-2,-2],[-3,0],[-3,1],[-5,0],[-8,-1],[-8,-1],[-13,-4],[-6,-2],[-3,-2],[-5,-2],[-3,-3],[-7,-2],[-5,0],[-6,-2],[-11,-3],[-5,-3],[-5,-3],[-2,-2],[-2,0],[-2,-1],[-4,2],[-4,0],[-4,-1],[-4,-3],[-3,-4],[-5,-6],[-6,-5],[-9,-5],[-10,-1],[-9,2],[-10,0],[-13,-3],[-5,0],[-4,2],[-4,3],[-3,5],[-10,-2],[-1,-3],[-14,-2],[-12,-1],[-19,0],[-13,2],[-12,4],[-9,6],[-34,36],[-17,15],[-4,2],[-5,-1],[-18,20],[2,-59],[2,-38],[3,-40],[0,-31],[98,-72],[383,16],[-163,-233],[6,-27],[24,-10],[23,-2],[4,20],[31,7],[22,-24],[22,-5],[48,22],[94,132],[14,-17],[-98,-124],[8,-10],[63,85],[11,-12],[-58,-81],[12,-9],[62,84],[11,-11],[-63,-82],[9,-7],[54,71],[9,-10],[-24,-27],[81,-63],[61,73],[14,-20],[-47,-66],[29,-25],[53,72],[17,-16],[-49,-70],[36,-29],[-8,-12],[22,-6],[37,-3],[20,-11],[5,24],[18,3],[41,3],[66,-41],[-7,-23],[-139,-38],[-50,-15],[-18,-6],[-11,-16],[13,-9],[33,4],[38,10],[55,16],[80,24],[74,23],[14,-16],[-20,-26],[-144,-36],[-16,-13],[-9,-13],[22,-1],[189,53],[0,-12],[11,1],[-49,-189],[-28,-27],[-223,-54],[18,-86],[214,58],[10,-25],[-239,-67],[-27,16],[-183,143],[-15,5],[-11,-12],[0,-14],[14,-16],[169,-131],[-28,-30],[180,-135],[-19,-18],[-174,133],[-52,-69],[294,-227],[-53,-73],[-152,114],[-57,-79],[49,-36],[-6,-17],[250,-192],[-11,-7],[-249,188],[-79,-102],[245,-189],[-10,-12],[-243,188],[-21,-23],[-60,-85],[262,-195],[-10,-7],[-266,202],[66,90],[-17,12],[-33,-35],[-18,-5],[-15,18],[-76,85],[-61,42],[-47,8],[-45,-2],[-32,17],[-4,17],[-17,33],[-25,13],[-27,-2],[-35,14],[-14,9],[-74,-2],[-25,-14],[-32,4],[-19,21],[2,26],[-21,27],[-15,9],[-11,19],[-38,21],[-16,51],[-5,54],[-5,30],[6,28],[-7,30],[-16,33],[-34,29],[7,8],[-27,55],[-7,-11],[-24,0],[-64,-12],[-30,-16],[-12,-29],[-4,-26],[-13,-12],[-19,-4],[-12,-42],[-11,-17],[-37,-31],[-18,6],[-91,-111],[422,-314],[-25,-41],[-25,-39],[-20,-32],[-44,-66],[-82,-81],[-47,-72],[-29,-58],[-14,-9],[-7,-19],[-1,-17],[-1,-26],[8,-22],[18,0],[51,-46],[12,-29],[15,-27],[8,-38],[30,-13],[23,7],[30,9],[20,16],[18,29],[6,20],[20,5],[28,-11],[14,-14],[55,-32],[5,-22],[-3,-16],[-70,-9],[-57,0],[-158,5],[-32,0],[-146,0],[-729,15],[-6,0],[-10,1],[-5,0],[-6,1],[-12,0],[-29,0],[-21,1],[-19,0],[-9,0],[-8,0],[-21,0],[-44,1],[-21,0],[-18,0],[-23,1],[-19,0],[-17,0],[-35,1],[-30,0],[-18,0],[-24,1],[-21,0],[-7,0],[-42,1],[-54,0],[-7,1],[-38,0],[-42,1],[-68,1],[-101,1]],[[7010,3226],[-10,4],[-7,4],[-10,5],[-9,5],[-8,5],[-33,19],[5,1],[-4,7],[-2,1],[-2,2],[-3,1],[-2,1],[-3,1],[-2,0],[-3,0],[-3,0],[-15,-4],[-22,-5],[-9,-2],[-7,-2],[-14,-6],[-4,-2],[-4,-1],[-11,-5],[-35,-14],[-18,-10],[-17,-1],[-15,0],[-18,0],[-10,0],[-9,0],[-44,-1],[-7,0],[-6,0],[-51,0],[-60,0],[-9,0],[-61,-1],[-49,0],[-11,0],[-9,0],[-10,0],[-63,0],[-7,0],[-6,0],[-54,-1],[-147,-1],[-10,1],[-14,-1],[-40,0],[-59,0],[-11,0],[-10,0],[-53,-1],[-8,0],[-7,0],[-48,-3],[-15,-1],[-10,-1],[-123,-6],[-13,-1],[-13,-1],[-123,-6],[-9,-1],[-9,-1],[-124,-6],[-9,-1],[-9,0],[-109,-6],[-15,-1],[-8,-1],[-10,-1],[-19,-1],[-104,-5],[-9,-1],[-9,0],[-124,-7],[-8,0],[-25,-2],[-18,-1],[-90,-4],[3,-51],[1,-13],[3,-51],[1,-14],[-13,-1],[-53,-3],[-63,-3],[-16,6],[-7,7],[-6,3],[-1,4],[0,4],[-1,5],[0,5],[0,6],[0,7],[0,7],[3,24],[1,6],[1,18],[1,4],[-1,2],[0,3],[-1,4],[0,2],[-1,2],[0,2],[-2,4],[-3,5],[-2,3],[-2,2],[-2,3],[-2,2],[-1,1],[-3,2],[-1,1],[-3,2],[-3,2],[-5,2],[-4,1],[-3,1],[-2,0],[-2,0],[-2,1],[-3,0],[-2,0],[-3,0],[-3,-1],[-3,0],[-3,-1],[-2,-1],[-6,-2],[-24,-9],[-28,-11],[-13,-5],[-23,-8],[-21,-8],[-5,-2],[-4,-1],[-2,-1],[-20,0],[-3,1],[-4,1],[-1,0],[-1,1],[-4,1],[-3,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-28,0],[-23,0],[-1,15],[-3,14],[-1,13]],[[4409,3188],[7,3],[4,1],[3,1],[3,2],[1,1],[4,2],[3,3],[3,4],[3,3],[2,4],[2,2],[1,4],[1,5],[1,2],[0,4],[1,2],[-1,3],[0,8],[-1,8],[-4,20],[0,4],[0,3],[0,3],[0,3],[1,6],[1,5],[1,4],[1,5],[2,4],[1,3],[3,4],[2,4],[5,8],[13,21],[4,6],[3,4],[2,4],[2,4],[3,6],[2,4],[0,3],[1,3],[0,1],[1,5],[0,4],[-1,2],[0,6],[-1,2],[3,12],[3,11],[1,7],[6,20],[7,27],[7,26],[5,20],[5,20],[1,3],[0,3],[8,35],[1,14],[2,8],[3,7],[-1,2],[0,4],[0,4],[0,13],[1,4],[1,4],[2,3],[2,4],[1,2],[4,5],[1,3],[1,2],[3,11],[6,23],[0,4],[2,5],[1,3],[3,7],[0,1],[1,1],[5,10],[3,4],[23,36],[4,6],[2,4],[1,4],[3,4],[1,3],[1,2],[0,3],[6,21],[3,6],[1,3],[2,5],[4,7],[0,1],[1,1],[0,1],[0,1],[1,3],[1,3],[1,2],[2,3],[4,7],[2,3],[2,1],[8,23],[3,18],[-2,8],[-2,6],[-1,1],[-1,1],[-2,2],[-2,0],[-1,0],[-49,19],[-2,2],[-3,3],[-4,2],[-4,4],[-3,2],[-2,2],[-2,2],[-2,3],[-2,3],[-2,3],[-3,7],[-3,4],[-8,11],[-8,14],[-2,3],[-9,12],[-4,4],[-12,18],[-15,14],[-20,12],[-17,11],[-18,5],[-2,0],[-5,16],[-12,11],[0,5],[-3,5],[-4,7],[-2,5],[-1,3],[-1,5],[-1,4],[-1,7],[0,4],[0,3],[0,4],[0,4],[1,3],[0,4],[3,7],[0,3],[1,2],[2,6],[1,3],[2,2],[1,2],[3,3],[2,2],[2,3],[6,5],[10,8],[12,9],[10,7],[13,10],[34,27],[34,17],[16,9],[18,15],[6,0],[7,0],[29,-1],[51,-1],[5,0],[24,0],[23,2],[6,4],[7,3],[8,6],[10,5],[5,3],[6,3],[6,3],[7,2],[9,4],[4,2],[2,0],[7,3],[12,3],[6,2],[7,2],[7,1],[7,1],[6,1],[55,11],[7,1],[7,2],[20,4],[18,4],[5,1],[4,1],[4,2],[3,2],[21,24],[17,8],[15,8],[13,6],[9,3],[10,5],[6,5],[92,88],[6,6],[12,12],[18,16],[111,106],[6,15]],[[5312,4690],[17,8],[87,82],[31,29],[18,18],[72,69],[10,9],[56,54],[1,2],[19,17]],[[5870,4990],[9,1],[9,0]],[[4312,5714],[-15,113],[-2,11],[-2,12]],[[4293,5850],[-8,60]],[[4285,5910],[-1,7],[-2,13],[-1,7]],[[4281,5937],[-16,81]],[[4265,6018],[0,0]],[[4265,6018],[55,22]],[[4320,6040],[76,10],[8,-5],[8,-5],[81,11],[106,15],[105,14],[103,15],[6,1],[29,4],[10,3],[8,4],[9,5],[7,4],[9,4],[9,3],[7,2],[6,2],[8,0],[7,1],[142,20],[49,9]],[[5113,6157],[4,-16],[6,-28],[8,-58],[9,-67],[2,-15],[9,-60],[2,-15],[8,-60],[1,-7],[1,-8],[9,-60],[2,-15],[8,-60],[2,-15],[9,-59]],[[5193,5614],[1,-8],[1,-7]],[[5195,5599],[9,-69],[10,-66]],[[5214,5464],[1,-8],[1,-7],[9,-68]],[[5225,5381],[1,-7],[8,-60]],[[5234,5314],[11,-75]],[[5245,5239],[1,-8],[1,-7],[8,-60]],[[5255,5164],[11,-75]],[[5266,5089],[1,-7],[1,-8],[4,-29]],[[5272,5045],[5,-38],[7,-49],[9,-9],[5,-7],[7,-130],[7,-122]],[[4409,3188],[-36,-6],[-20,-3],[-34,-6],[-21,-3],[-2,0],[-2,0],[-18,3],[-9,2],[-8,1],[-5,2],[-4,1],[-5,0],[-5,1],[-3,0],[-2,0],[-8,0],[-19,-4],[-7,-3],[-2,-1],[-3,-2],[-4,-3],[-17,-10],[-3,0],[-1,0],[-2,0],[-3,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-3],[-1,-1],[0,-3],[-6,-4],[-10,-7],[-8,-4],[-4,-3],[-8,-3],[-5,-2],[-5,-2],[-6,-2],[-4,-1],[-11,-2],[-31,-4],[-12,-1],[-10,-2],[-13,-2],[-23,-3],[-27,-16],[-1,0],[-7,-3],[-3,-2],[-12,-7],[-12,-8],[-7,-4],[-6,-4],[-2,-1],[-7,-5],[-59,-42],[-2,-2],[-9,-5],[-7,-3],[-3,-3],[-12,-9],[-7,-7],[-10,-9],[-11,-10],[-15,-14],[-5,-5],[-6,-6],[-7,-7],[-8,-10],[-12,-14],[-9,-12],[-5,-7],[-3,-4],[-5,-6]],[[3723,2878],[0,2],[-22,19],[-15,4],[-3,13],[-11,9],[-5,6],[-5,6],[-4,7],[-3,6],[-2,7],[-5,14],[-13,40],[-6,14],[-3,13],[-2,7],[-4,7],[-6,8],[-34,28],[-3,3],[-12,12],[-6,9],[-8,11],[-10,13],[-1,3],[-12,18],[-11,13],[-3,2],[-19,29],[-9,10],[-7,7],[32,34],[4,6],[1,4],[0,6],[0,2],[-2,3],[-6,9],[-8,10],[-4,14],[-33,43],[-58,74],[-33,82],[-19,35],[-6,9],[-3,4],[-2,2],[-1,2],[-11,12],[-7,8],[-9,8],[-20,27],[-7,8],[-16,18],[-9,9],[-13,13],[-8,11],[-8,10],[-9,16],[-10,20],[-3,8],[-3,12],[-2,10],[-1,9],[1,10],[0,9],[8,38],[2,9],[2,6],[5,21],[1,14],[-4,124],[-5,142],[-5,150],[-5,149],[0,3],[-5,146],[-3,75],[-2,66],[3,5],[4,6],[-1,8]],[[3201,4737],[70,2],[68,2],[1,0],[67,3],[45,1],[23,1],[6,4],[8,4],[51,47],[16,9],[9,6],[-15,10],[-12,6],[-49,11],[-20,0],[-33,-4],[26,28],[10,8],[21,19],[9,12],[4,10],[4,8],[5,18],[1,11],[-4,9],[-40,35],[-10,13],[-2,14],[0,14],[2,14],[3,9],[11,13],[1,0],[0,1],[13,3],[10,6],[13,10],[7,9],[7,13],[5,13],[3,8],[2,6],[1,3],[-74,16],[-43,9],[-10,2],[-4,1],[-51,13],[6,13],[6,7],[23,11],[7,7],[10,10],[8,16],[8,15],[9,10],[13,6],[14,2],[86,17],[21,25],[13,16],[4,7],[5,10],[3,15],[1,11],[1,0],[11,8],[56,8],[65,9],[66,9],[38,5],[2,0],[103,15],[13,1],[87,11],[4,1],[1,0],[1,0],[106,16],[26,4],[28,4],[45,6]],[[4246,5482],[45,6]],[[4291,5488],[52,7],[-10,68],[-10,75],[-11,76]],[[4265,6018],[7,-13],[9,-68]],[[4281,5937],[4,-27]],[[4285,5910],[0,-1],[1,-5],[0,-8],[7,-46]],[[4293,5850],[19,-136]],[[4291,5488],[-41,-6],[-4,0]],[[3201,4737],[-24,-1],[-43,-2],[-18,0],[-50,-2],[-35,-1],[-34,-1],[-37,-2],[-31,-1],[-40,-1],[-28,-1],[-37,-1],[-32,-1],[-31,-2],[-37,-1],[-31,-1],[-41,-1],[-37,-2],[-34,-1],[-64,-2],[-42,-1],[-31,-1],[-40,-2],[-31,-1],[-36,-1],[-25,-1],[-39,-1],[-33,-1],[-24,-1],[-40,-2],[-35,-1],[-35,-1],[-24,-1],[-22,-1],[-26,-1],[-18,0],[-44,-2],[-28,-1],[-50,-1],[-29,-1],[-36,-2],[-38,-1],[-30,-1],[-26,-1],[-37,-1],[-30,-1],[-41,-2],[-28,-1],[-39,-1],[-24,-1],[-48,-1],[-22,-1],[-18,-1],[-25,-1],[-23,0],[-19,-1],[-26,-1],[-24,-1],[-19,-1],[-29,0],[-12,-1],[-12,0],[-16,-1],[-29,-1],[-6,0],[-12,0],[-16,-1],[-5,0],[-12,-1],[-14,0],[-9,0],[-15,-1],[-20,-1],[-25,0],[-12,-1],[-12,0],[-18,-1],[-24,-1],[-10,0],[-12,-1],[-13,0],[-18,-1],[-17,0],[-12,-1],[-13,0],[-18,-1],[-28,-1],[-14,0],[-13,0],[-17,-1],[-21,-1],[-14,0],[-16,-1],[-19,0],[-20,-1],[-12,0],[-17,-1],[-19,-1],[-23,0],[-24,-1],[-22,-1],[-15,0],[-8,-1],[-2,0],[-6,0],[-13,-1],[-11,0],[-11,0],[-11,-1],[-11,0],[-9,0],[-9,-1],[-8,0],[-8,0],[-8,-1],[-7,0],[-7,0],[-7,0],[-7,-1],[-11,0],[-7,0],[-7,0],[-6,-1],[-7,0],[-7,0],[-7,0],[-6,0],[-8,-1],[-6,0],[-7,0],[-7,0],[-7,-1],[-7,0],[-7,0],[-6,0],[-7,0],[-5,-1],[-7,0],[-7,0],[-4,0],[-7,0],[-7,-1],[-8,0],[-2,0],[-6,0],[-13,0],[-1,-1],[0,1],[-1,0],[-1,0],[-1,1],[-8,-8],[-142,0]],[[124,4630],[-4,12],[-3,3],[-3,3],[0,8],[-2,6],[0,5],[2,7],[-2,6],[0,6],[0,6],[2,10],[1,5],[2,3],[0,2],[2,14],[2,20],[0,1],[0,2],[1,2],[1,12],[-1,5],[-2,9],[-1,8],[-1,4],[2,10],[-5,5],[-1,7],[1,9],[-1,4],[-2,4],[-3,7],[0,35],[-2,3],[-6,2],[-3,5],[0,10],[-2,3],[2,5],[-3,17],[3,3],[1,4],[-2,4],[2,11],[1,5],[1,3],[-1,4],[-1,3],[0,6],[0,15],[1,45],[-1,7],[0,20],[1,8],[-2,4],[3,9],[0,12],[-1,17],[0,3],[-2,19],[3,15],[2,22],[-4,21],[2,29],[0,7],[0,10],[2,8],[0,8],[0,14],[1,3],[0,4],[1,9],[-2,9],[-2,17],[0,1],[1,1],[0,2],[0,1],[0,1],[-1,2],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,2],[0,2],[-1,1],[1,13],[1,11],[-1,5],[1,3],[-1,7],[2,3],[0,3],[1,2],[0,1],[0,3],[0,2],[-1,3],[-1,2],[0,4],[1,7],[1,7],[-1,4],[0,4],[0,8],[1,7],[2,9],[0,8],[0,43],[-1,8],[-2,24],[0,8],[0,6],[2,7],[-1,7],[2,7],[-1,3],[2,6],[1,40],[0,7],[-3,23],[-2,22],[-3,10],[0,7],[-4,27],[0,12],[-5,9],[-4,8],[-1,5],[-6,2],[-12,7],[-11,3],[-10,13],[-9,18],[-9,13],[-13,18],[-2,11],[2,8],[5,8],[-1,10],[6,14],[0,8],[-4,14],[-7,2],[-11,7],[-6,15],[3,11],[10,1],[7,-4],[5,6],[2,15],[2,15],[2,12],[1,14],[-11,21],[-4,22],[9,14],[7,0],[11,-3],[0,6],[1,6],[1,2],[2,1],[24,-3],[7,3],[-8,12],[5,9],[8,13],[1,7],[10,8],[4,8],[-5,8],[-3,9],[6,3],[3,7],[-2,4],[-1,5],[0,5],[4,7],[9,2],[8,-5],[5,2],[1,10],[7,10],[-2,9],[-1,4],[10,3],[2,10],[3,9],[6,6],[12,5],[4,10],[-15,16],[4,7],[-2,8],[7,2],[29,-29],[12,12],[-1,12],[-4,5],[0,6],[2,4],[5,3],[7,-1],[9,2],[10,-4],[12,-1],[-2,12],[2,10],[5,2],[13,-8],[4,1],[8,6],[6,7],[16,2],[8,0],[8,3],[5,-3],[11,2],[12,7],[6,6],[3,8],[6,10],[6,8],[9,7],[5,2],[3,8],[7,12],[21,12],[3,0],[6,-1],[6,5],[4,3],[1,1],[2,7],[13,10],[3,4],[5,3],[2,-1],[4,-1],[5,2],[3,6],[2,2],[5,7],[1,2],[1,3],[2,0],[2,1],[2,6],[-2,7],[6,11],[7,9],[7,3],[5,5],[6,7],[3,9],[6,10],[4,0],[5,14],[5,3],[10,0],[2,-4],[3,1],[9,1],[7,10],[5,4],[3,5],[2,5],[2,1],[1,1],[3,3],[2,1],[-1,5],[2,5],[1,6],[2,9],[2,2],[17,4],[8,1],[4,-2],[6,1],[5,-1],[6,1],[8,0],[7,-4],[5,-5],[9,-1],[1,0],[3,0],[2,0],[1,-1],[1,-2],[1,-1],[2,-1],[1,0],[2,0],[2,0],[2,0],[4,-2],[2,0],[3,0],[0,1],[17,1],[2,1],[6,2],[1,-2],[3,0],[10,-1],[8,-3],[6,-2],[6,0],[2,1],[2,-2],[6,-1],[2,1],[4,1],[2,1],[0,1],[2,2],[2,-1],[2,0],[5,1],[1,2],[3,2],[3,0],[2,1],[2,-1],[2,-4],[2,-4],[3,-1],[5,0],[12,4],[6,0],[3,3],[4,-2],[4,2],[5,-3],[4,1],[2,4],[1,2],[7,-1],[3,-3],[0,-2],[2,0],[0,2],[2,7],[3,2],[2,-2],[3,-6],[1,1],[2,-1],[1,1],[2,0],[4,2],[-2,3],[4,1],[1,-3],[3,0],[2,2],[6,-1],[12,6],[4,1],[6,-3],[2,2],[-2,2],[3,2],[5,-3],[1,-1],[2,0],[2,1],[3,0],[1,-2],[2,2],[4,1],[3,0],[3,-2],[1,2],[3,3],[2,-1],[0,2],[7,4],[5,-1],[1,4],[0,7],[4,3],[1,-3],[0,-4],[3,1],[2,-2],[0,-3],[2,0],[0,1],[3,0],[3,-4],[6,4],[4,0],[3,5],[-2,1],[-1,4],[4,4],[1,-2],[1,-2],[2,4],[4,2],[3,1],[2,-2],[4,-10],[0,-2],[3,-6],[6,-3],[4,-1],[5,1],[5,-2],[1,-2],[3,-3],[6,1],[4,5],[3,0],[2,-4],[-3,-7],[3,-4],[2,1],[3,2],[4,4],[4,1],[1,-5],[-1,-4],[0,-4],[5,-3],[2,1],[1,3],[6,-2],[1,-3],[0,-6],[7,-2],[3,-7],[4,-4],[8,-1],[4,3],[1,-7],[5,-1],[2,4],[-2,4],[2,3],[3,2],[3,-3],[3,-2],[5,2],[0,-2],[2,0],[5,-6],[-3,-2],[2,-4],[1,-2],[-1,-3],[0,-5],[2,-3],[1,-2],[4,-1],[3,0],[3,1],[6,0],[2,-3],[4,-6],[4,-2],[2,0],[6,-2],[3,-5],[4,-2],[4,1],[1,-2],[3,1],[2,-2],[7,-4],[1,1],[3,1],[3,0],[6,1],[4,1],[12,6],[2,3],[1,0],[3,1],[6,3],[4,0],[5,3],[9,1],[6,3],[5,4],[5,1],[3,5],[3,1],[5,0],[4,1],[2,0],[4,2],[7,1],[0,1],[0,2],[4,0],[2,0],[2,0],[4,5],[2,7],[3,8],[-1,4],[4,0],[7,-10],[-1,-4],[2,-5],[-1,-5],[1,-3],[4,1],[1,1],[1,1],[0,3],[1,2],[3,-1],[-1,-5],[2,0],[1,-1],[2,-1],[8,-1],[2,-4],[1,-2],[1,-3],[5,-8],[3,0],[2,2],[2,1],[3,1],[3,-1],[3,-1],[5,-1],[12,2],[2,-1],[3,2],[2,0],[4,1],[2,2],[6,0],[1,2],[4,2],[2,-1],[2,1],[3,1],[2,-1],[1,2],[4,1],[3,0],[-1,6],[3,3],[3,-1],[0,-4],[3,2],[3,-9],[3,2],[12,0],[11,4],[4,1],[6,3],[2,1],[2,3],[16,8],[6,6],[4,1],[2,3],[8,5],[3,-1],[5,3],[6,2],[4,3],[2,3],[9,6],[12,10],[3,6],[7,7],[12,13],[8,5],[0,2],[4,2],[6,5],[0,1],[14,12],[8,9],[5,11],[9,0],[6,-3],[9,-2],[10,-2],[8,-6],[11,-5],[34,12],[23,-1],[5,8],[12,4],[7,-1],[9,-7],[1,-2],[0,-3],[7,4],[1,-4],[5,0],[15,14],[6,8],[7,10],[14,16],[20,16],[5,9],[6,4],[1,7],[5,8],[3,8],[9,8],[36,-29],[22,-7],[6,-13],[0,-9],[-3,-7],[1,-5],[-1,-8],[6,-9],[2,7],[3,-13],[6,-9],[9,-2],[20,-10],[12,-1],[15,-9],[7,-41],[-6,-14],[-9,-24],[-2,-22],[-12,-20],[-1,-9],[-4,0],[2,-28],[140,-30],[66,-8],[69,-10],[68,-6],[68,4],[0,8],[7,5],[8,3],[6,2],[7,0],[6,-1],[15,-7],[7,-3],[2,0],[1,-1],[1,-1],[1,-1],[0,-1],[15,1],[20,-2],[7,0],[26,-2],[8,0],[8,-1],[28,-2],[28,-2],[0,13],[8,2],[71,25],[42,-81],[27,26],[69,2],[68,3],[68,2],[69,3],[8,0],[60,2],[35,1],[-3,101],[32,7],[34,8],[34,7],[34,8],[32,9],[2,0],[1,0],[273,62],[1,0],[0,1],[35,5],[92,16],[1,0],[101,31],[1,0],[1,1],[102,21],[1,0],[1,0],[102,24],[1,-1],[1,1],[103,24],[99,38],[106,41],[88,34]],[[4385,6843],[10,1],[86,12],[15,2],[90,13],[8,1],[7,1],[90,12],[9,2],[9,1],[46,6],[44,6],[8,1],[7,1],[90,12],[15,2],[90,13],[8,-58],[2,-15],[8,-55],[1,-8],[1,-7],[9,-63],[9,-64],[1,-7],[1,-8],[8,-55],[2,-15],[3,-26],[1,-6],[4,-26],[2,-18],[9,-60],[1,-8],[1,-7],[4,-30],[5,-38],[1,-7],[8,-60],[2,-15],[9,-60],[2,-15],[3,-23],[-3,0],[2,-18]],[[4320,6040],[-50,-7],[-5,-15]],[[4265,6018],[-65,-9],[65,9]],[[3499,143],[35,40]],[[3534,183],[5,5],[4,5],[29,32]],[[3572,225],[28,32]],[[3600,257],[38,39],[16,7],[7,2],[3,1],[5,3],[8,3],[30,17],[36,26],[41,31],[45,45],[16,15],[17,16],[10,10],[6,7],[7,8],[9,10],[18,19],[15,17],[42,41],[25,26],[11,12],[5,5],[7,7],[6,7],[14,18],[23,28],[23,39],[10,18],[20,50],[7,30],[4,19],[9,61],[4,42],[11,83],[11,105],[-7,3],[-12,7],[-6,12],[-44,24],[-48,25],[-11,6],[-83,44],[-18,18],[-14,14],[-23,6],[-49,13],[-62,18],[-65,19],[-58,16],[-24,7],[-6,2],[-5,2],[-42,12],[-10,3],[-20,6],[-1,1],[-7,2],[-9,3],[-13,4],[-16,4],[-14,4],[0,-1],[-33,9],[-44,12],[1,12],[1,7],[1,7],[3,13],[1,5],[1,7],[-11,1],[1,9],[0,14],[0,11],[-1,8],[-4,16],[0,3],[-1,4],[-1,6],[0,11],[0,9],[0,2],[1,9],[2,9],[1,6],[1,9],[1,11],[2,30],[1,11],[-1,16],[0,1],[0,3],[-1,8],[0,3],[0,6],[-1,8],[-2,19],[-1,5],[0,8],[-1,5],[-1,12],[0,4],[0,5],[0,4],[0,4],[0,7],[1,9],[0,5],[1,6],[1,6],[1,8],[2,7],[1,6],[3,10],[1,6],[2,4],[1,5],[2,4],[1,3],[2,3],[3,5],[3,5],[6,8],[1,1],[3,3],[2,2],[3,4],[3,2],[2,2],[2,1],[3,2],[1,1],[2,1],[11,15],[14,11],[2,0],[1,1],[2,1],[2,2],[3,4],[2,4],[3,4],[2,5],[1,1],[1,3],[1,3],[0,3],[1,3],[0,3],[1,7],[0,8],[0,7],[0,8],[0,8],[0,9],[-1,10],[-1,6],[-2,15],[-3,18],[-5,23],[-3,13],[-3,7],[-2,9],[-4,9],[-3,9],[-6,13],[-9,19],[-3,7],[-9,15],[-5,8],[-6,9],[-9,13],[-12,15],[-11,14],[-1,1],[-14,14],[-11,15],[-14,14],[-2,9],[-10,22],[-3,9],[-1,5],[-1,4],[-1,5],[-1,2],[0,3],[-1,3],[-1,11],[-1,4],[0,7],[-2,11],[-6,48],[-9,74],[-1,11],[-4,31],[0,4],[0,3],[0,3],[1,4],[0,1],[0,2],[0,1],[1,3],[2,3],[1,3],[1,2],[1,1],[0,1],[2,2],[2,3],[2,2],[1,2],[2,0],[0,1],[2,2],[2,1],[3,2],[3,2],[4,1],[4,2],[3,0],[2,1],[4,0],[2,0],[4,0],[4,0],[14,-2],[10,-2],[3,-1],[2,0],[3,0],[4,1],[2,1],[2,1],[1,0],[1,1],[1,2],[1,1],[1,2],[1,2],[0,3],[0,3],[-1,2],[0,3],[-1,3],[-1,2],[-5,12],[0,3],[-1,2],[0,2],[0,2],[0,3],[1,2],[0,3],[1,1],[0,1],[1,3],[1,2],[1,2],[2,2],[1,1],[2,2],[1,1],[2,1],[3,2],[2,1],[2,1],[3,0],[1,1],[2,0],[2,1],[1,1],[15,18],[10,11],[3,4],[13,0],[9,1],[8,2],[6,1],[15,4],[5,1],[9,3],[7,3],[8,3],[12,6],[4,2],[13,7],[7,4],[13,8],[13,8],[8,6],[11,7],[23,15],[10,11],[4,3],[3,3],[2,3],[5,5],[3,4],[2,4],[3,4],[1,2],[8,16],[5,10],[3,6],[4,9],[5,10],[8,15],[0,2]],[[6865,32],[-81,1],[-46,1],[-63,0],[-114,2],[-92,2],[-53,1],[-76,1],[-45,1],[-62,2],[-63,1],[-63,1],[-67,1],[-62,2],[-55,1],[-53,19],[-43,16],[43,-34],[-181,5],[-142,0],[-13,1],[-47,0],[-49,0],[-41,2],[-63,3],[-74,0],[-43,0],[-70,1],[-120,2],[-53,2],[-79,1],[-168,3],[-104,2],[-48,1],[-21,0],[-34,1],[-27,0],[-24,1],[-20,0],[-35,1],[-58,1],[-73,0],[-40,0],[-43,1],[-7,0],[-119,2],[-37,1],[-21,0],[-72,1],[-21,0],[-7,1],[-5,0],[-39,0],[-5,0],[-10,0],[-21,1],[-40,0],[-25,1],[-33,1],[-16,0],[-24,0],[-11,0],[-23,1],[-36,1],[-38,1],[-26,1],[-33,1],[-14,1],[-8,0],[-30,9],[20,42]],[[3600,257],[-7,-26],[-3,-4],[-18,-2]],[[3572,225],[-38,-42]],[[3534,183],[-29,-33],[-4,-5],[-2,-2]],[[3499,143],[-32,-36],[30,-15],[-23,0],[-35,0],[-15,-1],[-9,0],[-15,0],[-4,0],[-7,0],[-12,0],[-14,0],[-20,1],[-16,0],[-17,1],[-9,0],[-11,0],[-7,0],[-28,1],[-9,0],[-9,-1],[-14,1],[-5,0],[-5,0],[-4,0],[-5,0],[-8,0],[-24,1],[-14,1],[-19,0],[-25,1],[-34,1],[-13,1],[-6,0],[-11,0],[-39,1],[-54,1],[-48,1],[-42,0],[-9,1],[-29,0],[-10,0],[-21,1],[-24,0],[-29,1],[-20,0],[-36,1],[-19,0],[-13,0],[-26,1],[-27,1],[-35,1],[-13,0],[-6,0],[-15,0],[-20,0],[-16,0],[-39,1],[-25,0],[-33,1],[-13,0],[-13,0],[-25,0],[-96,3],[-19,0],[-31,1],[-37,1],[-22,0],[-21,1],[-20,0],[-4,0],[-12,0],[-4,0],[-7,1],[-25,0],[-78,1],[-30,1],[-31,0],[-34,0],[-48,1],[-37,0],[-32,0],[-24,1],[-8,0],[-24,0],[-13,0],[-27,1],[-33,0],[-50,1],[-47,1],[-46,1],[-39,1],[-43,0],[-54,1],[-38,1],[-5,0],[-6,0],[-7,0],[-16,0],[-9,1],[-15,0],[-17,0],[-11,0],[-10,0],[-30,1],[-47,1],[-31,0],[-51,1],[-16,0],[-63,1],[-40,1],[-12,0],[-17,1],[-25,0],[-34,1],[-52,0],[-151,3],[-1,20],[-4,15],[-3,21],[-1,7],[-1,8],[0,11],[-6,18],[-7,25],[-2,31],[0,1],[-2,11],[-1,12],[-6,24],[-4,22],[4,10],[-5,21],[-4,9],[-1,14],[-2,12],[0,8],[-20,13],[-4,13],[-2,16],[-1,9],[-1,11],[-1,19],[-4,15],[0,12],[0,9],[-6,17],[-3,20],[-2,14],[0,4],[-2,10],[-2,8],[-1,7],[-2,9],[-9,38],[0,1],[-3,13],[-3,11],[-2,4],[-1,4],[-3,9],[-2,5],[-7,25],[-2,16],[-3,15],[-12,47],[-3,7],[-3,10],[-5,15],[-5,16],[0,15],[0,4],[-1,1],[-1,8],[-3,13],[-3,10],[-3,12],[-2,8],[-2,12],[3,15],[-3,9],[-2,6],[-4,6],[-3,4],[-2,10],[-3,11],[0,6],[0,16],[0,12],[-1,8],[-2,11],[2,12],[0,5],[2,14],[-1,12],[0,7],[-1,6],[0,5],[-1,11],[-1,4],[-5,16],[-5,10],[-1,6],[-3,12],[-2,11],[-3,11],[-4,11],[-3,26],[-2,17],[-4,34],[0,1],[-1,7],[-1,12],[-1,12],[-2,11],[-2,19],[-17,155],[-8,75],[-1,3],[-1,9],[-1,15],[-4,33],[-1,7],[0,3],[-2,13],[-3,30],[-5,47],[-2,13],[0,5],[-3,6],[-2,7],[-1,9],[-1,10],[0,6],[-1,9],[-1,9],[-2,11],[-3,11],[-2,9],[-2,5],[-2,3],[-2,1],[1,3],[-1,5],[-1,4],[0,1],[0,7],[0,6],[0,5],[-1,4],[0,6],[0,6],[-1,7],[0,6],[-1,10],[-2,9],[0,9],[1,6],[-1,4],[-1,6],[2,4],[5,5],[1,3],[1,3],[2,4],[0,4],[-2,6],[1,3],[2,7],[-1,3],[-1,4],[1,5],[0,4],[-1,7],[-1,4],[0,7],[-2,9],[-1,3],[-3,4],[0,5],[-1,5],[-1,6],[-3,6],[0,7],[0,5],[-3,6],[-1,6],[-2,4],[-2,6],[-1,4],[0,6],[4,7],[2,3],[1,4],[1,5],[-1,5],[1,3],[0,4],[1,3],[1,2],[1,4],[-1,5],[0,8],[0,3],[0,3],[0,4],[0,3],[-1,3],[0,3],[-1,2],[2,3],[2,3],[1,37],[0,4],[-1,2],[1,3],[-1,4],[0,2],[0,2],[-1,3],[1,3],[0,4],[0,2],[0,5],[0,4],[-3,8],[0,2],[-2,6],[-3,3],[-3,4],[-1,2],[-1,2],[0,3],[-1,5],[-2,6],[0,6],[0,2],[3,11],[-1,1],[0,1],[-1,1],[0,2],[1,1],[0,2],[0,7],[0,1],[0,2],[0,1],[2,0],[1,2],[0,4],[1,5],[0,11],[1,4],[0,8],[0,7],[-2,13],[-1,15],[-6,13],[-3,11],[-1,8],[-3,8],[0,13],[-2,10],[-1,9],[1,6],[-1,6],[2,7],[0,4],[0,2],[1,8],[0,20],[0,14],[-3,18],[1,8],[-2,9],[-2,6],[0,2],[-2,6],[0,10],[1,9],[4,11],[1,4],[2,11],[0,6],[1,5],[0,1],[0,3],[1,2],[1,1],[1,2],[-1,1],[-2,2],[0,4],[1,2],[0,3],[0,3],[0,1],[2,3],[0,2],[0,2],[0,2],[0,3],[0,2],[1,3],[0,2],[0,4],[-1,1],[-1,2],[-2,5],[-1,0],[-1,3],[1,4],[-3,4],[1,4],[0,2],[-1,4],[0,2],[0,4],[-1,2],[-2,1],[-1,3],[0,4],[0,2],[0,2],[-1,2],[-2,2],[-1,3],[-2,3],[1,4],[-1,4],[-1,3],[-1,2],[-2,2],[-2,3],[-3,0],[-1,1],[0,3],[-3,3],[0,5],[2,4],[0,3],[0,2],[1,2],[1,1],[1,4],[-1,2],[-1,2],[1,4],[0,7],[3,4],[0,2],[0,4],[2,4],[1,5],[0,2],[1,4],[2,2],[1,3],[0,4],[-1,3],[0,4],[1,4],[0,4],[0,4],[-1,5],[-1,2],[-1,4],[0,4],[-1,2],[0,3],[-1,3],[-2,2],[-1,3],[1,3],[1,1],[-1,11],[0,2],[-1,3],[0,3],[-1,0],[-1,1],[-1,3],[0,1],[0,4],[-1,3],[-2,8],[0,7],[0,1],[-2,6],[-1,3],[-1,3],[-1,3],[-1,3],[0,2],[-1,1],[0,3],[0,3],[-1,1],[-1,1],[0,2],[-1,2],[0,1],[-2,4],[0,3],[-1,1],[-1,2],[0,1],[-2,2],[0,5],[0,2],[-2,4],[-1,2],[-1,3],[0,2],[1,3],[-1,2],[-1,2],[0,3],[0,3],[-1,3],[0,4],[1,3],[1,5],[1,3],[0,2],[0,2],[2,5],[-1,3],[2,3],[4,4],[2,1],[2,1],[2,2],[-1,3],[0,2],[0,3],[1,3],[0,2],[1,3],[0,2],[0,1],[2,11],[1,4],[1,8],[0,7],[1,10],[1,4],[0,4],[1,14],[0,1],[-1,6],[-1,6],[-3,22],[-2,7],[-2,6],[-2,9],[0,4],[-1,4],[-1,8],[-1,6],[0,5],[0,9],[0,5],[-11,28],[-1,4],[0,2],[-1,4],[-1,3],[0,4],[0,2],[0,3],[0,3],[0,3],[0,5],[0,3],[2,10],[1,12],[1,8],[1,7],[2,9],[2,16],[0,4],[0,2],[1,2],[0,3],[0,4],[0,3],[0,4],[0,2],[0,3],[0,2],[-1,0],[0,2],[0,4],[0,1],[-1,4],[-1,2],[0,2],[-1,4],[-1,2],[-1,3],[-1,3],[0,1],[-1,3],[-1,2],[-1,2],[-1,2],[-1,2],[-1,2],[-1,2],[-2,4],[-1,1],[-1,2],[-4,7],[-2,3],[-2,4],[-2,4],[-6,10],[-2,5],[-2,5],[-2,5],[-4,9],[-2,7],[-1,4],[0,1],[-1,6],[-1,5],[-1,7],[0,6],[-1,10],[0,3],[0,6],[0,3],[1,4],[0,7],[1,2],[0,2],[1,2],[0,2],[0,2],[0,1],[1,4],[0,1],[0,2],[0,2],[0,2],[0,2],[-1,3],[0,2],[-1,3],[0,2],[0,1],[-1,2],[0,2],[-1,1],[-1,2],[0,2],[-2,3],[0,2],[-2,2],[-1,2],[-1,1],[0,1],[-1,2],[0,2],[-1,5],[-1,5],[0,1],[-3,6],[-2,6],[-3,7],[-1,2],[-1,2],[-1,1],[-1,2],[-1,1],[-1,0],[-1,2],[-1,2],[0,2],[-1,2],[0,1],[0,2],[0,2],[0,1],[0,3],[0,2],[0,2],[0,9],[0,3],[0,7],[1,8],[0,4],[1,10],[0,7],[-1,2],[0,5],[0,3],[-1,3],[-1,13],[-1,7],[-1,2],[0,2],[-1,2],[0,1],[-1,2],[-1,4],[-1,0],[-2,6],[-1,4],[-2,4],[0,2],[-2,4],[0,3],[1,1],[0,1],[1,1],[0,1],[1,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[-1,2],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[1,1],[1,0],[1,0],[2,5],[2,1],[-1,5],[0,5],[1,3],[0,7],[1,5],[0,12],[-1,2],[0,4],[2,4],[1,2],[1,7],[-1,2],[0,7],[-1,4],[-1,3],[-2,4],[0,4],[-2,3],[0,3],[-1,2],[0,5],[-2,10],[1,2],[-1,4],[-2,3],[0,1],[-1,5],[0,3],[-1,3],[-1,10],[-1,5],[-2,7],[0,6],[0,3],[-1,5],[0,5],[-1,3],[0,7],[-2,7],[1,4],[0,5],[-2,8],[2,1],[-2,3],[-1,5],[0,3],[2,6],[-1,10],[-1,3],[1,8],[-1,8],[-1,3],[-1,2],[-2,5],[0,4],[1,5],[-1,4],[-1,5],[-2,23],[0,2],[-1,5],[-2,11],[0,2],[-3,28],[-1,10],[-1,7],[0,2],[-1,9],[0,6],[0,6],[0,7],[0,5],[0,2],[-1,5],[-1,4],[-1,3],[0,3],[-1,4],[0,3],[-1,3],[0,2],[0,2],[0,1],[0,4],[0,2],[3,23],[2,19],[0,2],[1,2],[0,2],[0,1],[1,3],[0,2],[1,3],[0,5],[0,4],[0,5],[0,3],[0,1],[0,3],[0,3],[0,2],[-1,2],[0,4],[-1,3],[-1,2],[0,2],[-1,4],[-2,4],[-2,6],[-2,3],[-2,2],[-1,6],[-3,8],[-1,3],[-3,3],[0,2],[-5,22],[-3,16],[-2,9],[-2,6],[0,10],[-4,9],[1,4],[3,9],[1,8],[2,5],[3,13],[1,4],[3,11],[-4,20],[-1,7],[-1,4],[0,2],[-5,8],[-2,12],[-1,1],[-2,4],[0,1],[-2,3]],[[5668,8045],[11,10]],[[5679,8055],[9,-40]],[[5703,8013],[21,-19]],[[5715,7998],[-1,-20]],[[5714,7978],[-8,-29]],[[5724,7900],[14,-95]],[[5989,7686],[12,-80]],[[6001,7606],[11,-74]],[[6016,7500],[5,-36]],[[6022,7457],[10,-75]],[[6045,7289],[8,-57]],[[6100,6895],[4,-29]],[[6113,6805],[11,-81]],[[6124,6724],[11,-78]],[[6135,6646],[10,-68]],[[6188,6271],[6,-47],[2,-13],[2,-15],[5,-37],[4,-23],[1,-15],[10,-67],[9,-68]],[[6227,5986],[1,-7],[1,-8],[10,-67]],[[6239,5904],[9,-68],[3,-7],[3,-7],[10,-67],[9,-68],[0,-7],[0,-7],[0,-5],[0,-9]],[[6273,5659],[3,-23],[3,-24]],[[5272,5045],[-6,44]],[[5255,5164],[-10,75]],[[5234,5314],[-9,67]],[[5225,5381],[-11,83]],[[5195,5599],[-2,15]],[[4385,6843],[-8,86],[-7,75],[-8,75],[-8,76],[-7,75],[-4,38],[-4,38],[-2,7],[-7,67],[-7,75],[-5,41],[-11,42],[-13,2],[-11,3],[-8,2],[-11,5],[-10,4],[-8,4],[-7,6],[-9,7],[-8,8],[-7,7],[-7,9],[-7,12],[-7,13],[-5,15],[-3,14],[-2,15],[0,13],[2,14],[2,13],[4,12],[5,14],[8,11],[7,11],[8,10],[9,4],[4,8],[9,6],[7,6],[10,4],[12,6],[9,2],[5,32],[-9,88],[-14,50],[25,8],[2,0],[5,2],[4,3],[21,13],[43,34],[35,3],[10,-1],[78,7],[27,-1],[2,-1],[70,8],[63,19],[5,2],[7,2],[62,6],[39,5],[18,7],[6,3],[4,3],[4,5],[5,5],[10,14],[12,13],[7,-4],[-23,-44],[-2,-2],[-3,-3],[-3,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[0,1],[-10,-3],[-9,-1],[-98,-11],[-4,-1],[-3,-3],[-2,-5],[2,-14],[-17,-4],[-2,16],[-3,2],[-3,-1],[-6,0],[-6,-2],[-5,-2],[-3,0],[-6,-2],[-3,-1],[-2,-1],[-9,-1],[-15,-6],[1,-9],[-1,0],[0,-1],[-13,-2],[-2,-1],[-18,-3],[-10,-3],[-8,-3],[-2,-1],[-49,-17],[-1,-1],[-30,-10],[-1,-2],[-40,-14],[-6,-2],[-7,-3],[-10,-3],[-19,-5],[1,-9],[1,-10],[0,-1],[9,-66],[1,0],[2,-6],[70,10],[-103,-29],[105,15],[106,15],[11,-76],[-11,76],[-2,14],[97,13],[6,9],[-6,36],[-4,6],[-58,-8],[-3,0],[-8,0],[-12,-2],[0,1],[-10,-1],[0,2],[10,1],[0,2],[13,3],[2,1],[3,0],[1,0],[41,5],[1,1],[1,0],[1,1],[17,3],[4,2],[2,2],[1,1],[15,2],[0,-1],[1,1],[1,0],[5,0],[1,0],[1,1],[1,0],[1,0],[1,0],[0,1],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[0,1],[1,0],[2,0],[2,0],[2,1],[1,0],[7,1],[1,0],[4,0],[4,0],[2,1],[2,0],[3,1],[6,1],[4,0],[3,0],[5,0],[1,1],[8,0],[6,1],[9,0],[5,2],[6,0],[15,2],[15,2],[14,3],[9,2],[8,1],[11,0],[9,1],[20,3],[1,1],[52,6],[18,4],[91,16],[25,-3],[1,11],[122,19],[9,-1],[9,19],[3,2],[49,-24],[-49,16],[-8,-20],[-127,-20],[8,-58],[85,14],[6,-5],[17,-108],[11,-3],[19,1],[44,7],[8,11],[27,14],[-13,86],[-11,113],[16,-1],[13,-102],[7,-4],[35,4],[4,6],[-19,136],[24,3],[19,-135],[5,-5],[34,5],[5,5],[-17,137],[32,4],[16,-111],[36,5],[1,5],[58,8],[54,1],[19,0],[33,-8]],[[7016,6307],[-81,-78]],[[6279,5612],[-6,47]],[[6239,5904],[-12,82]]],"transform":{"scale":[0.0659071914117128,-0.066006600660066],"translate":[150.4969965371485,679.9999999999983]}}
@funnycones
Copy link

i hate u.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment