Skip to content

Instantly share code, notes, and snippets.

@henryjameslau
Last active May 14, 2022 18:29
Show Gist options
  • Save henryjameslau/3afaec1d4a69fd873fce377c884e87ec to your computer and use it in GitHub Desktop.
Save henryjameslau/3afaec1d4a69fd873fce377c884e87ec to your computer and use it in GitHub Desktop.
UK map d3v4
license: mit
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.subunit.SCT { fill: #ddc; }
.subunit.WLS { fill: #cdd; }
.subunit.NIR { fill: #cdc; }
.subunit.ENG { fill: #dcd; }
.subunit.IRL,
.subunit-label.IRL {
display: none;
}
.subunit-boundary {
fill: none;
stroke: #777;
stroke-dasharray: 2,2;
stroke-linejoin: round;
}
.subunit-boundary.IRL {
stroke: #aaa;
}
.subunit-label {
fill: #777;
fill-opacity: .5;
font-size: 20px;
font-weight: 300;
text-anchor: middle;
}
.place,
.place-label {
fill: #444;
}
text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px;
pointer-events: none;
}
</style>
<body>
<script src="http://d3js.org/d3.v4.min.js"></script>
<script src="https://unpkg.com/topojson@3"></script>
<script>
var width = 960,
height = 1160;
var projection = d3.geoAlbers()
.center([0, 55.4])
.rotate([4.4, 0])
.parallels([50, 60])
.scale(1200 * 5)
.translate([width / 2, height / 2]);
var path = d3.geoPath()
.projection(projection)
.pointRadius(2);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("uk.json", function(error, uk) {
var subunits = topojson.feature(uk, uk.objects.subunits),
places = topojson.feature(uk, uk.objects.places);
svg.selectAll(".subunit")
.data(subunits.features)
.enter().append("path")
.attr("class", function(d) { return "subunit " + d.id; })
.attr("d", path);
svg.append("path")
.datum(topojson.mesh(uk, uk.objects.subunits, function(a, b) { return a !== b && a.id !== "IRL"; }))
.attr("d", path)
.attr("class", "subunit-boundary");
svg.append("path")
.datum(topojson.mesh(uk, uk.objects.subunits, function(a, b) { return a === b && a.id === "IRL"; }))
.attr("d", path)
.attr("class", "subunit-boundary IRL");
svg.selectAll(".subunit-label")
.data(subunits.features)
.enter().append("text")
.attr("class", function(d) { return "subunit-label " + d.id; })
.attr("transform", function(d) { return "translate(" + path.centroid(d) + ")"; })
.attr("dy", ".35em")
.text(function(d) { return d.properties.name; });
svg.append("path")
.datum(places)
.attr("d", path)
.attr("class", "place");
svg.selectAll(".place-label")
.data(places.features)
.enter().append("text")
.attr("class", "place-label")
.attr("transform", function(d) { return "translate(" + projection(d.coordinates) + ")"; })
.attr("x", function(d) { return d.coordinates[0] > -1 ? 6 : -6; })
.attr("dy", ".35em")
.style("text-anchor", function(d) { return d.coordinates[0] > -1 ? "start" : "end"; })
.text(function(d) { return d.properties.name; });
});
</script>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","arcs":[[[24292,12534],[9,43],[-33,50],[-17,39],[1,80],[-44,-2],[0,29],[54,108],[-62,-31],[-14,58],[113,44],[-65,55],[-5,115],[-40,24],[61,8],[-42,87],[-6,36],[-27,86],[62,39],[38,127],[-72,108],[19,139],[25,45],[-35,65],[76,53],[-5,88],[42,24],[-64,69],[-67,20],[-17,-39],[-42,85],[-52,-42],[-38,72],[-79,-89],[-162,211],[25,79],[17,27],[-163,114],[-61,65],[-50,6],[-24,84],[-81,-27],[69,59],[-152,89],[-41,-66],[-322,-147],[-19,163],[-128,-3],[-72,218],[-169,187],[-129,286],[52,133],[-129,210],[-31,59],[13,179],[70,17],[2,82],[-147,95],[21,58],[172,46],[85,83],[-46,53],[-60,-61],[-94,88],[111,122],[-30,137],[121,75],[-4,164],[73,13],[44,3],[-5,109],[76,36],[86,45],[114,-32],[113,70],[-252,58],[42,308],[141,67],[49,143],[-81,40],[-270,-75],[-174,113],[-108,124],[-178,76],[-99,157],[-165,86],[-65,153],[19,78],[136,164],[68,-15],[143,106],[2,2],[149,76],[320,14],[-13,163],[116,-29],[39,241],[-50,150],[-114,-12],[-102,-120],[-132,-56],[28,-97],[-193,-50],[-17,42],[104,58],[-112,323],[88,-2],[114,100],[-17,70],[83,142],[54,13],[-96,76],[36,19],[95,25],[26,132],[-9,186],[100,111],[4,127],[85,-29],[93,46],[-2,-81],[50,-7],[16,81],[-48,73],[-71,-14],[-4,72],[-100,35],[-2,138],[-75,-26],[-13,46],[-56,-13],[20,29],[-107,-22],[-60,57],[9,131],[-131,-78],[-160,63],[21,93],[-33,-20],[-26,113],[51,83],[14,80],[-44,45],[142,138],[-101,84],[69,45],[-49,37],[136,28],[73,262],[156,-14],[92,9],[60,119],[13,20],[34,57],[108,18],[18,59],[37,-23],[35,-94],[125,-90],[169,100],[64,-52],[124,-19],[164,-341],[115,136],[69,75],[108,4],[2,157],[-29,166],[34,96],[-134,23],[-34,61],[-88,6],[-33,-45],[-114,31],[-72,173],[-60,16],[-13,135],[-33,49],[37,89],[-47,8],[45,15],[-82,100],[24,50],[-102,67],[58,221],[-96,-63],[-217,145],[-119,148],[90,55],[124,43],[51,33],[30,58],[0,0],[0,23],[-95,155],[-200,211],[-95,79],[-80,56],[-51,3],[-50,3],[-136,73]],[[22523,24436],[0,0],[-21,56],[70,7],[-38,49],[59,-3],[-27,11],[-12,69],[-26,-33],[-43,27],[1,82],[0,4],[0,0],[-22,-20],[-30,105],[-24,78],[-259,303],[-57,167],[108,100],[541,300],[97,-234],[57,-259],[277,-444],[22,-35],[1,-1],[109,-66],[103,-62],[124,4],[134,99],[94,-58],[149,128],[1,1],[0,0],[1,-1],[55,-54],[2,-3],[-2,3],[-31,55],[-68,118],[40,91],[53,11],[8,20],[-85,13],[-66,-77],[-41,-112],[-149,71],[-22,-17],[-36,-29],[-169,52],[-99,83],[-321,264],[-88,231],[-21,171],[0,1],[-1,3],[-75,112],[14,7],[-50,46],[-15,23],[-7,10],[-64,190],[-31,92],[7,138],[-52,-3],[-116,172],[29,197],[222,447],[173,260],[125,188],[-9,-44],[62,38],[0,0],[38,9],[-31,46],[81,-3],[-55,52],[40,95],[53,-36],[-14,38],[55,6],[18,5],[161,44],[12,4],[5,1],[9,3],[60,-26],[6,-3],[0,1],[-28,39],[117,62],[4,2],[-10,-4],[-125,-43],[-171,-37],[-41,1],[-165,2],[41,23],[-135,-17],[-165,33],[-138,136],[-47,134],[0,0],[-5,11],[29,536],[9,173],[0,2],[1,7],[14,317],[175,54],[-3,-191],[41,213],[329,146],[3,2],[-3,-4],[-25,-35],[25,-20],[44,-35],[74,22],[-31,36],[37,14],[60,22],[-68,49],[63,-12],[40,58],[68,5],[-109,35],[-29,64],[93,148],[96,-6],[1,77],[-116,-40],[-44,6],[-38,-110],[-12,38],[-57,-26],[-22,213],[-57,51],[-28,25],[25,10],[2,1],[22,8],[0,0],[0,0],[0,0],[0,0],[-41,-1],[19,13],[0,0],[46,30],[112,253],[128,21],[112,82],[-37,6],[7,75],[75,59],[67,155],[-27,-18],[-125,123],[42,73],[-41,-4],[-23,53],[-10,95],[0,0],[-14,14],[-90,48],[-5,67],[88,98],[-257,-81],[-60,-176],[-46,-135],[-331,-143],[55,152],[-9,100],[-149,223],[26,102],[-84,-90],[-36,-133],[5,-134],[-70,-58],[-108,-245],[-154,-164],[-28,-26],[-93,-87],[88,-123],[-110,73],[17,62],[-83,151],[-106,-105],[-18,28],[-71,113],[21,329],[-51,0],[-28,101],[95,37],[1,1],[23,9],[41,16],[-1,63],[38,170],[8,38],[0,0],[4,19],[65,118],[-35,-37],[-67,201],[-61,24],[9,-20],[16,-40],[-26,-9],[-9,-3],[9,-6],[22,-14],[-21,-36],[-37,-64],[21,-33],[-75,-94],[26,-47],[24,-45],[-60,-83],[-128,31],[-56,-54],[-79,6],[-83,138],[-333,550],[30,531],[-86,-105],[-180,311],[-122,212],[-137,195],[-201,285],[-86,51],[-76,109],[-13,21],[-9,75],[23,15],[44,23],[33,16],[8,27],[4,15],[15,14],[21,108],[1,2],[32,34],[0,2],[10,0],[14,66],[7,20],[10,66],[40,189],[2,6],[30,82],[-57,290],[0,0],[33,-11],[80,114],[134,190],[23,112],[2,10],[67,110],[160,153],[72,74],[5,327],[158,485],[142,171],[102,57],[-4,-29],[177,-116],[58,-38],[-25,127],[99,-9],[57,78],[-19,63],[-82,-56],[-141,65],[-17,50],[44,63],[70,99],[142,20],[10,2],[137,79],[114,-39],[125,-127],[94,-22],[54,-12],[1,1],[1,0],[33,13],[148,58],[-228,-23],[-7,92],[93,14],[-31,83],[51,79],[129,-19],[60,102],[4,31],[-57,-34]],[[22622,36868],[106,116],[-22,78],[95,188],[-111,86],[10,40],[374,-26],[91,75],[-16,69],[120,57],[57,7],[42,121],[113,98],[125,119],[9,98],[165,25],[330,227],[56,114],[93,236],[143,15],[5,152],[76,17],[-143,94],[82,15],[70,152],[179,164],[25,86],[157,38],[174,226],[254,33],[89,-83],[225,144],[-35,42],[65,59],[-59,131],[50,76],[77,-23],[214,189],[119,-32],[104,66],[65,170],[98,53],[-147,51],[-4,102],[-106,144],[-47,333],[-195,177],[-3,171],[-109,121],[30,61],[-63,-20],[-33,63],[108,88],[243,-54],[49,45],[-59,47],[121,87],[-1,84],[209,218],[-40,89],[108,35],[18,110],[111,-2],[45,157],[87,16],[2,-1],[-2,225],[209,131]],[[26824,42858],[1,-1],[133,-219],[56,-92],[3,-22],[-47,11],[154,-241],[311,-280],[-6,-76],[50,-9],[13,-121],[64,-91],[56,-79],[111,-63],[118,75],[78,-136],[-87,-67],[63,-91],[115,109],[79,-12],[157,-126],[62,-50],[28,-40],[34,-9],[34,-28],[12,-19],[0,-26],[-13,-11],[14,-21],[0,0],[4,-6],[90,-132],[0,0],[-55,-13],[-21,-67],[43,-55],[13,-33],[13,0],[18,-23],[-11,-17],[31,-8],[3,-4],[-17,-168],[96,-44],[-4,-139],[-5,-238],[11,-11],[0,-7],[59,-51],[2,-1],[-9,-82],[-8,-12],[5,-9],[-8,-69],[-14,-18],[-28,-15],[-8,-32],[-69,-87],[-56,27],[62,-41],[27,-159],[82,-173],[-42,3],[35,-20],[41,24],[41,-41],[55,-82],[-47,-144],[-16,-62],[0,-1],[-5,-10],[0,-8],[-28,-111],[81,-213],[112,-135],[29,-146],[78,-153],[-50,-17],[-3,-9],[-8,-4],[-44,-138],[-61,-7],[56,-12],[112,-223],[-71,50],[79,-89],[-3,-75],[-2,-38],[22,-32],[2,-9],[109,-174],[13,-29],[0,0],[0,0],[54,-131],[-1,-15],[19,-40],[8,-10],[50,-121],[109,-115],[0,0],[-1,0],[-55,14],[-20,-21],[-33,-3],[-14,-25],[-12,-20],[-26,-46],[-19,-36],[-24,-42],[-117,-15],[-26,-4],[-133,-18],[-7,-1],[-31,-4],[0,0],[6,-5],[16,5],[36,1],[271,2],[85,140],[12,19],[7,13],[16,-26],[5,-10],[26,21],[45,36],[-45,-77],[33,-33],[44,-45],[54,-63],[89,-104],[11,-36],[-18,-73],[-40,-65],[-24,-40],[0,0],[0,0],[44,49],[3,1],[0,-2],[0,-6],[-5,-70],[-3,-50],[55,-35],[0,0],[-44,10],[-31,-79],[48,35],[35,-78],[-45,-54],[24,-151],[33,-122],[1,0],[0,-1],[12,-18],[39,-99],[56,-47],[2,-15],[9,-101],[42,-264],[19,-51],[10,-60],[26,-37],[9,-26],[5,-6],[74,-95],[123,-175],[1,-2],[114,-74],[24,-18],[125,-83],[13,-45],[0,-2],[-90,48],[35,-34],[-10,-21],[-18,-2],[-6,-43],[-13,-28],[60,-149],[40,-32],[3,-6],[9,-4],[56,-45],[-45,-26],[-18,-81],[-62,-5],[-15,-22],[-4,-5],[-30,-43],[156,-3],[6,-90],[-154,-198],[0,0],[156,157],[45,71],[-22,95],[78,15],[-5,71],[72,-76],[189,-63],[74,-24],[209,-168],[171,-62],[127,11],[71,-52],[63,-57],[174,2],[28,-15],[152,-80],[71,13],[7,-2],[89,-68],[12,-20],[81,-140],[39,14],[86,22],[59,-47],[27,-45],[36,-4],[8,-6],[47,-135],[93,-19],[33,-9],[105,-34],[-4,-29],[10,27],[81,-17],[166,-173],[120,-135],[-46,-99],[18,-53],[-1,-5],[4,-4],[20,-61],[54,-26],[26,-31],[22,8],[27,-13],[99,-120],[84,-228],[8,-13],[45,-127],[64,-63],[2,-15],[-6,-69],[24,-56],[18,-131],[70,-32],[18,-19],[-13,-29],[-23,-25],[1,-20],[-8,-17],[91,-109],[19,-26],[7,-28],[-8,-18],[14,-7],[1,-7],[34,-12],[207,-111],[16,-20],[140,-65],[36,-19],[-73,10],[-32,-100],[-1,-2],[89,-197],[55,-35],[10,-16],[96,-53],[45,-28],[0,-1],[196,-85],[286,-126],[0,0],[58,-96],[-57,-45],[-268,-71],[-28,-4],[-6,-1],[-41,-75],[-21,-27],[-21,-36],[-40,-10],[-57,-147],[1,-252],[1,-111],[56,-185],[45,-158],[85,-270],[39,-129],[4,-7],[4,-12],[219,-400],[199,-316],[29,-50],[254,-373],[389,-572],[3,-10],[9,-23],[9,-22],[8,-19],[5,-11],[100,-338],[4,-15],[-4,-17],[-4,-13],[-8,-30],[-14,-18],[-19,-23],[-94,-115],[-18,-22],[0,1],[18,27],[135,202],[-16,58],[-109,107],[-42,42],[-103,63],[-183,59],[-360,-146],[-241,76],[-152,164],[-136,148],[-173,187],[-40,131],[-30,30],[-29,15],[0,0],[-143,70],[-186,-31],[-350,-135],[-1,0],[0,0],[-115,-41],[-105,24],[-52,-9],[-272,-47],[-122,123],[-168,19],[-196,-56],[-93,-123],[-119,18],[108,-67],[1,-94],[7,-8],[46,-49],[-36,134],[329,140],[109,-154],[255,-118],[147,106],[68,48],[312,-10],[24,38],[379,87],[181,-272],[3,-7],[11,-14],[49,-74],[121,-180],[1,-1],[70,-62],[435,-382],[29,50],[10,-5],[19,-5],[270,-311],[55,-82],[7,-11],[3,-4],[122,-82],[-35,87],[201,-86],[-35,-83],[55,-68],[63,-37],[19,-12],[18,44],[-34,76],[-2,4],[2,-1],[109,-63],[-32,-79],[62,-19],[15,88],[65,-86],[17,-37],[2,-4],[-10,4],[-34,13],[8,-12],[130,-201],[-25,-43],[63,-53],[-52,11],[100,-118],[-65,-26],[129,-86],[58,-239],[226,-564],[156,-388],[14,-64],[42,-195],[17,-159],[-21,-331],[-23,-169],[-16,-121],[-47,-57],[-64,-2],[-270,-287],[-175,-139],[-192,-154],[-252,-376],[-46,-80],[-6,-11],[-3,-37],[-4,-38],[-150,-9],[148,-5],[-108,-95],[-25,-23],[-77,-121],[2,-3],[65,48],[103,98],[-14,-102],[60,-24],[137,-53],[146,-85],[108,-59],[152,-339],[-32,-310],[44,265],[50,21],[135,-59],[19,1],[262,16],[80,-59],[62,-136],[18,-52],[13,-40],[-12,57],[-8,31],[1,6],[-4,11],[-6,24],[-38,118],[62,61],[199,196],[93,38],[2,148],[140,417],[28,81],[220,233],[88,12],[36,-63],[60,38],[72,-40],[-57,66],[113,-22],[-7,-37],[15,38],[220,17],[-27,-43],[48,24],[64,34],[55,-30],[93,-13],[24,-58],[83,37],[14,47],[-41,8],[122,2],[3,-2],[1,0],[128,-52],[0,55],[154,-29],[-3,-113],[79,-20],[19,38],[173,1],[7,38],[64,-49],[167,30],[30,6],[124,-6],[4,-55],[13,63],[69,22],[-180,66],[-57,-12],[-79,-16],[71,50],[148,-43],[380,-129],[101,-35],[565,-85],[12,-6],[258,-117],[124,-86],[3,-3],[45,-34],[205,-157],[279,-277],[266,-244],[427,-466],[26,-29],[0,0],[0,0],[87,-147],[11,-17],[6,-10],[59,-221],[57,-176],[0,-1],[11,-64],[23,-83],[9,-507],[-39,65],[10,-72],[24,-1],[-27,-52],[6,-45],[-2,-12],[25,-142],[0,0],[6,-37],[0,0],[0,0],[91,-368],[-7,-36],[-20,-31],[6,36],[-95,-223],[0,-2],[-3,-7],[-19,-323],[-128,-318],[-2,-10],[-20,-47],[-67,-252],[-32,-12],[-2,0],[-90,-123],[-21,-64],[-12,-19],[-3,-23],[-18,-56],[-32,-480],[-2,-13],[-104,-497],[-68,-339],[-329,-200],[-55,-33],[55,38],[205,143],[-131,-39],[-40,-41],[-28,4],[-3,-4],[-155,-181],[-115,-266],[-11,-25],[-147,-127],[-26,87],[-110,49],[122,-122],[-9,-68],[-30,-35],[-150,-131],[-3,-5],[-1,0],[-1,-2],[-97,-165],[-3,12],[2,114],[-144,129],[-2,1],[-3,3],[-1,9],[0,5],[-9,161],[-264,97],[-45,33],[-39,29],[-54,39],[-10,7],[-7,6],[-69,61],[0,0],[-27,24],[71,-133],[6,-11],[126,-101],[33,-26],[226,-63],[30,-219],[-18,-5],[-111,33],[-94,-62],[-39,23],[-40,-1],[-53,-1],[-96,107],[-135,-123],[-179,39],[-65,-55],[-7,-6],[-6,-5],[22,-7],[14,-5],[14,-5],[32,-10],[9,-3],[12,-4],[110,-37],[208,58],[71,-53],[45,11],[80,20],[-7,-37],[41,-3],[78,62],[8,0],[119,-62],[48,70],[4,1],[24,-99],[-41,0],[-4,-4],[-17,-2],[-88,-135],[-53,-179],[-61,-28],[-23,118],[-56,-52],[66,-44],[-119,-41],[43,-46],[-61,-24],[-67,-27],[66,-2],[54,-2],[68,70],[-47,-76],[63,19],[16,-127],[20,50],[49,2],[2,-44],[11,55],[71,-1],[6,12],[-15,85],[83,-18],[10,-9],[-7,-46],[-84,-163],[-55,-79],[-74,-103],[-191,-138],[-76,-54],[-38,-23],[-44,-36],[-91,-60],[-34,-13],[-93,-18],[-32,-4],[-136,-11],[-49,-1],[-57,137],[28,-43],[6,53],[-81,81],[129,1],[55,69],[19,73],[-37,-71],[-132,-48],[-129,82],[-42,90],[0,0],[-2,13],[0,0],[33,60],[-19,16],[-27,24],[-9,-18],[-2,-4],[20,-171],[-120,51],[118,-89],[-212,-30],[30,-15],[-121,-48],[-36,-78],[-34,-75],[-101,45],[53,-57],[12,-14],[55,-59],[-139,19],[-12,44],[-61,-15],[163,-110],[-107,-100],[-34,-25],[-139,-13],[-87,48],[-14,-62],[-49,53],[-8,-37],[-57,26],[-35,-70],[-67,-24],[-92,58],[-30,-98],[-75,52],[98,-127],[236,-38],[-73,-54],[-12,-71],[-41,20],[-2,-48],[78,26],[41,87],[116,39],[-9,72],[107,22],[70,-39],[128,47],[110,153],[1,3],[141,23],[81,-117],[-46,-204],[44,-138],[-56,-155],[-3,-7],[6,-180],[-133,-100],[-67,-3],[-115,-5],[-264,31],[-67,52],[-9,7],[-40,31],[23,-30],[52,-69],[330,-63],[2,-118],[-185,-3],[-59,73],[53,-82],[-174,-103],[121,20],[-44,-76],[52,23],[40,-121],[133,-39],[-119,-116],[0,0],[0,0],[-136,-136],[-79,27],[-508,112],[-64,-20],[-2,-1],[-67,-21],[-66,22],[-135,44],[134,-93],[20,-14],[133,-31],[-51,-39],[73,15],[-81,-54],[-99,-27],[-78,-21],[-80,15],[-15,21],[-6,7],[-8,13],[-6,7],[-21,29],[-45,-16],[-42,81],[-2,2],[4,-22],[2,-10],[11,-68],[78,-25],[-134,-53],[-214,12],[-40,-63],[-6,-34],[-40,-228],[-133,-62],[-173,-16],[-73,9],[-73,151],[-83,-6],[-19,-2],[-67,-78],[-282,204],[-3,2],[-95,-14],[-24,78],[-24,74],[-62,24],[-5,2],[-130,50],[-118,-32],[0,0],[-48,-14],[-60,-90],[-6,-10],[-185,-7],[-26,24],[-10,8],[-41,38],[-1,1],[-3,2],[-46,-28],[2,-18],[13,-88],[-35,-19],[-11,-6],[-4,-3],[-3,3],[-4,4],[-2,2],[-34,29],[-14,81],[-7,42],[-58,8],[-63,-47],[0,0],[-1,0],[-52,26],[-2,-7],[0,0],[-3,-7],[19,-10],[31,-18],[12,8],[0,0],[1,0],[1,0],[4,3],[1,1],[7,4],[50,29],[44,-9],[1,-23],[3,-68],[0,0],[1,-1],[36,-56],[4,-6],[16,-25],[2,17],[35,16],[8,4],[10,5],[7,4],[0,0],[1,0],[20,9],[-18,97],[-1,4],[11,9],[4,3],[7,6],[2,-2],[17,-17],[3,-4],[29,-30],[25,-26],[147,1],[75,13],[22,33],[31,45],[5,7],[3,5],[3,5],[5,1],[2,0],[15,3],[86,18],[0,0],[35,8],[161,-72],[9,-32],[35,-114],[162,-19],[14,-12],[1,0],[215,-181],[111,54],[55,27],[0,0],[40,-106],[232,-50],[309,86],[-5,18],[-2,7],[-10,34],[54,6],[-40,20],[45,114],[317,31],[28,-41],[84,21],[32,-34],[13,35],[22,-12],[98,-56],[182,19],[45,-39],[116,3],[84,-94],[11,-117],[-40,-56],[-144,-19],[-30,111],[-13,-33],[-43,39],[-84,-22],[-72,-127],[29,-36],[-60,-46],[-95,-9],[-212,-19],[-56,-148],[63,124],[99,-111],[100,-44],[36,-16],[87,-61],[13,75],[54,4],[4,0],[5,1],[21,43],[80,-23],[53,-115],[60,115],[63,5],[-31,-92],[74,30],[21,39],[-69,46],[-24,83],[39,8],[-37,82],[128,28],[13,-33],[-58,-26],[37,-112],[153,-123],[-31,-212],[44,65],[193,-31],[209,-17],[21,-13],[108,-70],[-8,-54],[35,44],[186,20],[1,0],[248,43],[88,100],[265,49],[109,11],[46,-3],[75,15],[19,2],[261,25],[3,0],[125,-18],[86,26],[122,16],[31,-5],[294,88],[68,-1],[1,0],[1,0],[83,-1],[92,-108],[9,-10],[-14,-102],[-2,-19],[-5,-21],[-14,-58],[-67,-172],[-6,38],[-37,-53],[-148,41],[-47,-34],[-9,-66],[-2,-16],[1,-1],[29,-12],[38,-155],[57,-238],[1,-6],[4,-14],[32,-131],[3,-40],[-11,-476],[-88,-166],[-103,-62],[-41,-20],[0,-5],[-5,-3],[-110,-55],[2,-3],[28,-55],[-38,5],[57,-25],[0,0],[-104,12],[-4,-3],[-5,1],[-23,-14],[-131,-65],[-28,-5],[-139,-12],[-11,-11],[-3,-3],[-128,-130],[37,-26],[0,0],[-69,-3],[-49,-19],[-32,-6],[-135,-10],[-171,-47],[-29,-6],[-21,-18],[-142,-103],[-45,-65],[-121,-108],[-36,-117],[-20,-29],[-4,-48],[-62,-201],[36,-191],[19,-98],[3,-89],[-13,-21],[-229,31],[-259,48],[0,0],[-1,0],[-42,7],[-294,47],[11,-26],[-174,-94],[-104,-122],[-186,-197],[-9,-4],[-32,-15],[-10,-4],[-159,-60],[-89,-39],[-59,-8],[-11,-2],[-55,-6],[-39,-11],[-10,-1],[-12,-5],[-152,-42],[-1,-1],[0,0],[-222,-72],[-86,-16],[-113,-48],[-86,-28],[-1,0],[-2,-1],[-155,-152],[0,-1],[0,0],[-7,-16],[-87,-117],[-11,-14],[-23,-15],[-7,-4],[-52,-77],[-1,-1],[-4,-6],[-103,-151],[-26,-38],[-175,-8],[-28,16],[0,0],[-243,139],[0,0],[-5,3],[-109,-5],[-105,84],[-19,17],[-24,17],[-58,46],[-2,2],[-17,5],[0,0],[0,0],[-42,12],[3,-17],[0,-4],[-15,-4],[19,-31],[1,-1],[-98,43],[-199,87],[-93,40],[0,0],[-1,1],[-2,-2],[-219,90],[-56,-25],[-25,17],[-2,25],[-44,16],[-29,8],[-19,13],[-68,13],[-19,5],[-40,9],[-59,8],[-41,8],[-17,2],[-82,15],[-2,0],[-1,0],[-22,-2],[-64,4],[-31,-5],[10,25],[-35,-2],[10,-25],[-58,-6],[-58,7],[-80,-25],[-141,-43],[-1,0],[-2,-1],[-114,-57],[-66,-19],[-237,-26],[0,0],[0,0],[-224,-11],[-17,0],[-49,-3],[-62,-1],[-63,-6],[-7,0],[-9,-1],[-4,-1],[-70,-8],[-74,-28],[-16,-4],[-97,-24],[-103,-26],[-17,-4],[-25,-2],[-46,-16],[-194,-49],[-113,-49],[-90,-88],[-5,-5],[-27,69],[-6,14],[-2,0],[-83,-8],[-21,-62],[57,12],[45,-78],[33,46],[-80,-151],[-39,-75],[-25,-21],[-15,2],[-49,53],[-46,56],[-37,29],[-71,81],[-99,63],[-201,131],[18,62],[-14,-62],[44,13],[51,87],[57,96],[50,-21],[86,-39],[78,38],[39,106],[-109,-104],[-94,58],[-12,8],[13,42],[18,60],[7,86],[-23,2],[-23,2],[21,-98],[-45,-111],[-63,50],[-11,145],[-74,11],[3,-89],[-32,43],[-60,-25],[12,95],[-14,0],[-9,-1],[-148,-7],[-29,-53],[-80,63],[-44,-2],[-32,-1],[-17,-122],[-1,1],[-7,9],[-19,26],[-22,29],[-32,-23],[-1,-264],[0,-36],[46,35],[10,8],[0,-8],[1,-59],[-183,-54],[-33,-9],[-20,-6],[-23,24],[-20,23],[-12,15],[-31,37],[-2,34],[-5,75],[88,22],[-12,40],[-31,84],[64,-14],[32,86],[132,-20],[-155,29],[-28,-68],[-69,67],[12,62],[-44,-11],[-15,-3],[8,-23],[12,-37],[0,-1],[-1,0],[0,0],[-58,8],[-107,55],[-3,2],[0,0],[-8,-3],[-31,-15],[-48,-23],[-1,0],[0,-1],[0,0],[3,0],[48,-13],[33,-8],[12,-3],[4,-23],[7,-40],[2,-2],[33,-48],[32,-46],[39,-56],[-53,-30],[53,15],[18,-57],[7,-23],[-68,-52],[66,20],[25,7],[-49,-48],[-24,-24],[-46,-40],[-3,-3],[-34,21],[-163,99],[-33,47],[-46,67],[-5,7],[-5,8],[-5,7],[-1,1],[-1,1],[-1,1],[-13,5],[-11,5],[-283,170],[-66,46],[1,17],[24,263],[-17,-16],[-2,-2],[-32,-29],[-3,-173],[-186,199],[-15,16],[-4,4],[-5,5],[-10,10],[-63,59],[-6,104],[52,61],[-65,-40],[3,-55],[-33,-116],[0,-1],[0,1],[-15,82],[-7,-31],[-129,106],[-29,24],[-18,-12],[-13,-8],[-14,-10],[-14,11],[-45,36],[0,0],[-7,6],[-11,23],[-30,64],[-6,13],[21,-76],[-12,-29],[102,-68],[76,-29],[43,-17],[183,-297],[98,-42],[-32,-37],[45,25],[60,-65],[-7,-73],[69,-21],[-17,-43],[-10,-13],[0,0],[0,0],[11,11],[36,-20],[-4,41],[15,-3],[16,-22],[-7,-29],[-94,-116],[-81,-98],[-37,0],[-53,7],[-9,-7],[-141,1],[95,-37],[-29,-23],[-157,-57],[-273,-101],[-73,1],[-63,70],[37,-140],[-45,-14],[24,-40],[-99,-106],[-82,-43],[85,-57],[4,26],[18,-25],[5,-9],[-6,-2],[-37,-2],[-4,3],[-72,58],[-35,29],[-227,91],[-38,7],[-28,9],[-137,21],[-6,-1],[-67,-3],[-32,-12],[0,0],[-17,-3],[-6,-6],[-17,-7],[-59,-65],[-58,48],[-23,-36],[-8,-14],[-9,7],[-8,7],[20,-48],[65,-20],[21,32],[-26,-67],[-12,3],[-233,65],[-26,2],[-1,0],[-1,0],[-1,0],[-88,-7],[-24,-3],[-86,-15],[-45,-13],[-88,-40],[-12,-3],[0,0],[0,0],[-189,-193],[56,114],[-76,43],[18,32],[-43,48],[-136,-22],[32,51],[-48,130],[-22,-28],[-41,-51],[41,-54],[60,-80],[-60,21],[-134,47],[-7,2],[-13,5],[8,11],[7,9],[44,59],[-1,0],[-22,-1],[-93,-4],[21,-43],[24,26],[-16,-74],[-68,3],[-36,-62],[58,-17],[-59,-4],[-41,-131],[67,-1],[45,94],[115,55],[33,-42],[-61,4],[35,-105],[-89,-67],[88,45],[-7,-47],[18,29],[43,5],[21,-49],[20,3],[11,2],[12,-69],[70,71],[-28,-51],[43,-34],[101,108],[33,-51],[-27,-167],[-4,-26],[0,0],[0,-4],[104,-27],[-5,-7],[-76,-87],[-32,-55],[-10,-13],[-9,-13],[0,-8],[-2,-3],[1,-5],[0,-47],[12,-3],[2,-9],[33,0],[3,0],[-27,-89],[-1,-3],[-204,-28],[-102,-14],[-1,-1],[-116,-89],[-34,120],[-1,1],[0,0],[0,1],[-166,33],[-117,102],[-3,4],[-47,-30],[-48,50],[-120,-4],[-24,49],[-11,-3],[-9,12],[-1,1],[-79,-25],[-59,-20],[-23,-5],[-124,24],[-62,12],[-163,30],[0,1],[-59,48],[-15,0],[-280,13],[-50,13],[-4,-3],[-3,1],[-69,-72],[-22,-47],[-19,-43],[24,-12],[12,-16],[-5,-11],[-24,-27],[11,-8],[-4,-8],[65,-37],[1,0],[-69,35],[-57,-59],[-8,-9],[-15,-47],[-9,-13],[-65,54],[-1,3],[-16,25],[-103,166],[-13,5],[-115,46],[15,43],[-52,0],[-10,60],[-26,14],[-181,94],[181,-167],[98,-91],[163,-151],[11,-12],[17,-19],[142,-159],[99,-9],[-9,-6],[67,1],[0,0],[0,0],[-27,-22],[52,-121],[-56,-98],[-7,-11],[-104,-136],[32,321],[-221,261],[-1,2],[-1,1],[-173,158],[-82,75],[-244,222],[-22,15],[-1,1],[-2,1],[-61,42],[-18,16],[-80,52],[-362,247],[-54,15],[-8,4],[-478,133],[-17,-1],[-45,12],[-20,-15],[-21,-1],[-86,-77],[-25,-18],[0,0],[-1,-1],[-5,-6],[-220,-111],[-53,-23],[-55,5],[-126,23],[-27,-9],[-50,5],[-13,-25],[-5,-1],[-47,-97],[-154,-1],[-207,-2],[-14,-3],[-8,-3],[-178,-39],[-46,-22],[-37,-11],[-15,-14],[-13,-6],[-9,-16],[-50,-49],[-80,-178],[-27,-48],[-190,-79],[-31,-60],[-21,-39],[-112,36],[-88,28],[-14,5],[-16,5],[-25,23],[36,71],[-137,314],[-8,43],[-19,-30],[-4,4],[-46,45],[1,-28],[0,-4],[1,-96],[68,-119],[2,-19],[-2,-16],[9,-56],[16,-175],[7,-66],[69,61],[2,-1],[-154,-210],[-3,-24],[-7,-9],[-6,-80],[-3,-15],[-4,-7],[-51,-51],[-29,-58],[-29,-39],[-52,34],[3,-28],[48,-32],[-36,-116],[-4,-12],[-9,-27],[-1,-1],[-23,-250],[139,-133],[-144,-70],[-79,64],[-88,-145],[3,-95],[6,-166],[144,-24],[32,-42],[26,19],[-32,41],[125,-40],[-85,-82],[28,-53],[-36,-11],[-10,-3],[-1,-4],[-1,0],[-52,-146],[22,-37],[-4,-22],[-112,-110],[-2,2],[-111,95],[5,-16],[-12,9],[-18,197],[-61,52],[53,-72],[-17,-86],[84,-180],[0,0],[0,-1],[-63,-69],[-134,-53],[-116,-190],[-8,-45],[-13,-22],[-48,-310],[-5,-27],[45,-63],[27,-44],[-9,-4],[-126,2],[-26,9],[-11,-10],[-106,-95],[-50,-41],[-62,90],[-146,70],[44,85],[79,34],[-52,-14],[24,122],[-32,-27],[-33,66],[29,-152],[-50,-52],[-44,-25],[1,-19],[-3,-3],[-26,-114],[-5,-6],[-5,2],[-268,177],[-42,39],[4,15],[31,4],[1,17],[3,114],[-9,8],[-85,100],[4,61],[-58,-18],[-18,17],[4,17],[-53,53],[-27,3],[-21,21],[-84,-8],[-17,64],[25,70],[-50,-47],[-141,-6],[-12,3],[-91,-36],[-11,-25],[-59,-33],[-68,-2],[-24,13],[-82,78],[131,40],[-313,51],[-16,94],[-1,104],[-3,9],[4,12],[-17,24],[-15,46],[74,1],[51,172],[-63,-155],[-72,31],[0,-21],[0,0],[0,0],[-80,19],[-47,-38],[-8,42],[-76,5],[16,72],[-49,100],[-1,3],[-1,1],[-2,4],[-42,50],[9,42],[30,103],[10,36],[10,25],[0,0],[19,44],[2,5],[-56,82],[-1,-72],[-4,-3],[-91,-72],[51,3],[-15,-50],[-8,-27],[41,-52],[0,-1],[-65,-79],[-7,-7],[-30,-28],[118,-33],[27,-103],[-26,-26],[-32,-5],[23,-20],[-10,-11],[37,-36],[-47,-91],[105,84],[23,12],[28,-43],[11,-28],[-6,-31],[-122,-90],[-9,-6],[52,-110],[-90,5],[-52,-46],[-5,24],[-5,115],[-24,18],[0,1],[-14,11],[-60,48],[-132,107],[-113,17],[-57,16],[-62,2],[-192,29],[-202,-34],[-44,-55],[-14,-18],[-23,35],[24,-58],[-49,-55],[-37,-11],[-7,-38],[-2,-3],[-95,32],[-2,-5],[-165,-93],[0,0],[-3,1],[-157,62],[-82,-62],[-33,36],[-108,-33],[0,0],[-1,2],[-21,38],[6,3],[77,33],[-52,30],[-3,-3],[-1,1],[-9,-11],[-91,-99],[-45,-3],[-21,-66],[-48,45],[13,127],[-54,72],[-251,-120],[-1,0],[0,-2],[-17,-31],[-6,-3],[1,-6],[-18,-34],[57,-158],[-46,12],[-69,-74],[11,-66],[-33,-82],[13,-14],[3,-44],[55,-53],[-39,-40],[-28,-25],[18,-56],[-70,-54],[-8,-28],[-12,-38],[-22,14],[-11,22],[-6,11],[-12,23],[-88,18],[-19,13],[-20,-5],[-62,13],[-26,-34],[-17,-3],[-171,-233],[-15,-18],[-60,78],[-97,-35],[-65,-119],[-34,-245],[-113,-91],[-33,67],[0,1],[17,21],[73,77],[-109,-34],[-19,6],[38,182],[-32,-11],[0,2],[-35,168],[4,12],[-6,-5],[-5,23],[-93,-118],[1,-2],[-5,-5],[51,-149],[-35,-75],[-14,-1],[-73,29],[34,-60],[10,-23],[67,14],[3,-1],[30,-82],[-4,2],[-41,29],[-6,-5],[-1,1],[-86,-62],[-5,-9],[-11,-17],[-46,-71],[-1,-1],[0,0],[0,-1],[39,-118],[-35,-35],[-17,-16],[-207,-33],[-48,-8],[8,0],[110,-10],[90,-8],[7,-3],[46,-23],[-44,-27],[101,-2],[10,-5],[3,-2],[-2,-21],[-12,-100],[4,-1],[77,-95],[7,-20],[-33,-95],[-11,-32],[-19,-10],[-94,-53],[1,-5],[0,0],[1,-5],[20,-68],[-42,-83],[-85,36],[-130,-18],[-7,0],[-1,-1],[-26,-4],[-95,-193],[2,-117],[-108,-23],[-23,59],[-3,21],[-33,10],[-77,28],[-5,18],[8,48],[-27,33],[-11,48],[-50,28],[0,0],[0,0],[44,153],[-10,14],[-17,63],[5,8],[-7,6],[-72,64],[6,83],[-2,3],[1,12],[-45,56],[-28,42],[-30,29],[-46,57],[-14,0],[-38,37],[-8,2],[-32,32],[-43,-9],[-93,29],[-47,50],[-114,16],[-6,-15],[-3,1],[-58,-35],[-2,-1],[2,60],[-139,130],[-76,6],[-1,10],[-57,-5],[-114,10],[-5,-16],[-6,0],[-12,-13],[-30,-61],[-29,-37],[-20,-15],[65,-130],[-85,-202],[-5,-3],[-32,17],[-56,-78],[-171,-3],[-55,-64],[-15,-17],[0,-1],[-30,30],[-11,-5],[-6,4],[-29,-20],[-87,-40],[-22,11],[-16,27],[-27,95],[-43,18],[-52,82],[-2,9],[34,47],[80,107],[-88,267],[151,282],[63,-11],[89,20],[27,1],[114,184],[40,-32],[57,53],[137,115],[212,34],[19,-13],[43,29],[0,0],[15,-78],[4,-22],[7,-38],[132,-46],[9,-9],[91,127],[61,86],[5,135],[66,25],[27,-46],[0,0],[0,-1],[6,2],[17,2],[127,14],[18,22],[1,0],[32,35],[52,59],[66,54],[5,1],[6,8],[153,124],[10,0],[67,135],[-4,127],[0,2],[143,17],[13,25],[65,80],[51,58],[60,22],[30,211],[-15,32],[3,13],[-19,26],[-13,29],[3,2],[53,-5],[-8,61],[-9,57],[49,-28],[1,48],[5,2],[33,-31],[69,36],[-45,16],[45,15],[31,3],[6,85],[7,-3],[2,-2],[57,-69],[116,93],[53,122],[24,254],[4,103],[-47,26],[26,37],[36,48],[42,-2],[-34,39],[0,13],[21,160],[-14,11],[0,2],[-36,65],[214,-52],[118,166],[21,16],[-1,-81],[63,-69],[2,-5],[0,0],[12,-116],[79,41],[-59,66],[-21,143],[63,83],[-51,50],[-29,28],[56,47],[25,-14],[29,-49],[38,-7],[56,-9],[18,13],[53,35],[-10,47],[0,0],[182,-10],[59,26],[60,4],[103,175],[48,220],[-31,14],[11,110],[11,6],[97,15],[8,-10],[5,12],[16,3],[15,75],[0,0],[186,87],[-3,47],[1,15],[106,84],[3,171],[11,1],[39,-4],[5,8],[23,3],[4,38],[34,52],[159,126],[57,45],[14,9],[0,2],[25,20],[15,342],[6,1],[30,8],[-25,49],[-9,78],[-7,56],[-28,245],[-12,105],[19,51],[63,120],[15,7],[-1,3],[0,2],[-6,22],[17,131],[4,11],[38,99],[-4,189],[25,200],[3,9],[5,12],[229,-4],[119,-38],[48,-16],[154,-136],[25,-6],[38,-31],[145,-4],[156,69],[74,120],[98,158],[82,28],[81,172],[33,-82],[48,36],[28,-27],[3,-2],[-1,-1],[23,-22],[22,-23],[-3,142],[125,116],[-127,-49],[-39,-91],[-97,75],[-32,306],[-65,20],[-8,6],[5,88],[-42,31],[-50,37],[0,0],[0,1],[154,10],[30,52],[20,194],[-22,20],[1,5],[-27,18],[-29,26],[77,17],[23,42],[51,26],[64,-16],[97,48],[28,5],[31,23],[57,28],[55,-14],[17,12],[40,-5],[38,48],[200,-78],[45,71],[0,0],[88,6],[194,14],[132,92],[2,-1],[135,-58],[78,37],[98,43],[142,-27],[10,9],[4,0],[95,99],[68,-61],[196,-29],[6,-1],[0,0],[352,-70],[37,-39],[10,-12],[26,17],[173,95],[67,0],[255,-75],[92,-100],[108,-4],[46,-51],[118,-130],[519,-19],[234,123],[99,29],[54,-8],[137,56],[61,24],[225,-68],[99,14],[0,0],[95,111],[37,-2],[-42,-147],[-87,-79],[97,40],[47,116],[72,121],[-17,140],[-79,145],[41,400],[-96,62],[129,-44],[13,-5],[24,-8],[22,101],[24,106],[-50,43],[108,56],[25,83],[-1,55],[-74,44],[97,41],[69,26],[3,-48],[88,35],[125,120],[29,139],[60,71],[185,222],[21,26],[56,67],[98,63],[11,6],[6,0],[128,-13],[16,-1],[15,-2],[0,3],[15,71],[0,0],[146,-100],[-103,140],[43,62],[137,200],[0,0],[0,0],[41,207],[146,235],[-44,27],[-1,1],[-80,49]],[[29813,6371],[8,-14],[0,0],[13,-26],[-6,-31],[46,-173],[-34,235],[69,22],[50,-45],[24,-28],[34,-27],[34,-56],[103,-42],[-23,-51],[28,23],[38,4],[178,-10],[34,-15],[133,-56],[56,-90],[0,-2],[25,-91],[-18,11],[-22,-45],[105,6],[51,-76],[-47,-56],[-107,-80],[-20,-9],[-85,-14],[-77,-61],[-27,-21],[-4,-15],[-19,-36],[-14,-48],[-7,-41],[-3,-32],[-19,-72],[-39,-141],[-143,-52],[-269,-92],[-43,-8],[-120,118],[-52,65],[-57,41],[-80,78],[-65,63],[-188,97],[-2,1],[-68,48],[-130,145],[-31,-2],[-161,0],[-217,-26],[-2,0],[1,1],[67,17],[-1,29],[84,60],[3,4],[0,1],[11,21],[93,179],[77,3],[-3,-23],[15,19],[25,5],[31,0],[14,9],[54,11],[144,99],[32,21],[31,-5],[12,-4],[-20,-2],[37,-28],[-9,-79],[42,79],[70,12],[-90,21],[15,9],[51,22],[156,65],[69,97],[106,99],[23,4],[30,-19]],[[38740,11090],[199,-311],[-219,-139],[-105,49],[-53,24],[-75,-6],[-143,52],[-156,-7],[-7,134],[-135,95],[-39,94],[43,-39],[37,32],[-23,73],[34,170],[185,-53],[8,-3],[132,-98],[207,-44],[110,-23]],[[38669,12192],[-98,-88],[-82,30],[-59,25],[28,82],[56,41],[-32,92],[115,8],[35,140],[49,6],[286,37],[-123,-214],[-175,-159]],[[38936,13692],[-188,-19],[-24,43],[181,195],[101,14],[155,-68],[-67,-85],[-158,-80]],[[31221,6807],[-25,-120],[-15,30],[-38,-9],[34,-18],[-47,9],[18,-46],[66,-12],[-26,-44],[-31,-53],[63,-5],[-31,-42],[89,41],[-2,-67],[-168,34],[-36,3],[-137,26],[-13,67],[0,3],[121,16],[33,208],[71,55],[74,-76]],[[22072,30143],[39,-26],[94,48],[0,-59],[-1,-1],[-91,-20],[-67,38],[-47,87],[-182,331],[-33,249],[45,17],[60,-133],[27,-192],[-21,-15],[101,-106],[14,-14],[-10,-97],[54,-14],[18,-93]],[[9612,329],[-11,-92],[-29,11],[10,-28],[0,-1],[-75,-10],[0,0],[-4,0],[-2,-54],[-17,29],[-19,39],[-3,-2],[-1,2],[-1,-4],[-31,-31],[-9,4],[-7,12],[15,23],[52,21],[-2,8],[-11,78],[51,58],[94,-57],[0,-6]],[[27855,41955],[8,-133],[-97,3],[-53,102],[-109,-27],[-51,50],[302,5]],[[38610,22233],[-72,1],[62,153],[177,-101],[-41,-27],[-114,-4],[-12,-22]],[[31396,6756],[-15,-99],[-126,87],[12,107],[112,-20],[17,-75]],[[16137,9229],[-10,-4],[-22,56],[-4,231],[1,24],[97,-283],[-42,-17],[-20,-7]],[[38478,12310],[-68,-143],[-49,152],[78,69],[34,-9],[5,-69]],[[9437,451],[-54,-38],[-68,192],[4,2],[80,-63],[39,-62],[-1,-31]],[[37904,22447],[223,-66],[-148,-11],[-66,51],[-69,-48],[9,62],[-14,0],[-72,0],[72,6],[65,6]],[[37882,11059],[19,-105],[-92,5],[-29,65],[102,35]],[[40193,14454],[-63,-94],[-76,46],[20,47],[119,1]],[[9551,684],[11,-59],[1,-15],[1,0],[1,-3],[0,0],[1,-5],[41,-4],[49,-5],[12,-5],[-61,-41],[-47,7],[-43,36],[-1,13],[20,71],[12,-9],[3,19]],[[27143,5844],[-45,-35],[-85,47],[55,35],[75,-47]],[[37856,11137],[17,-56],[-117,24],[21,37],[79,-5]],[[9287,111],[80,-26],[5,18],[29,-20],[6,-8],[-43,3],[-2,2],[-13,-80],[-63,111],[1,0]],[[38276,13301],[-63,-27],[-72,44],[92,11],[43,-28]],[[9316,482],[-3,-23],[-45,0],[-1,6],[21,17],[-23,12],[-1,25],[23,40],[-20,33],[3,-1],[28,-33],[18,-76]],[[38040,13280],[-87,1],[53,81],[34,-82]],[[40169,14394],[24,-9],[18,-1],[13,-36],[0,-18],[-13,-6],[-24,35],[-28,5],[-2,11],[12,19]],[[37444,10994],[-91,0],[15,35],[76,-35]],[[40264,14436],[-23,-18],[-35,65],[58,-47]],[[26915,5824],[-26,-24],[-14,67],[40,-43]],[[40209,14421],[-2,-31],[-35,11],[-2,8],[11,-5],[20,41],[8,-24]],[[30642,6742],[-32,-10],[18,50],[14,-40]],[[15900,5786],[-1,0],[0,0],[1,0]],[[8884,38722],[185,-49],[167,98],[144,-45],[81,-71],[94,3],[216,-199],[236,80],[131,103],[120,-134],[219,-77],[45,-167],[99,-105],[5,-150],[-63,-68],[21,-201],[-93,-159],[24,-112],[-38,-41],[80,-51],[266,24],[56,-88],[-109,-431],[288,-164],[166,-392],[81,-64],[56,15],[29,-145],[161,-207],[58,-7],[14,55],[56,-47],[14,51],[152,-81],[144,-321],[6,-265],[-89,-152],[-182,-178],[-143,-3],[-317,-232],[-109,-95],[-72,-200],[235,-104],[201,184],[261,134],[83,-77],[165,13],[30,-42],[67,58],[69,-27],[26,90],[198,-15],[218,-236],[-16,-163],[51,-179],[180,-243],[-35,-126],[90,-348],[125,-80],[-37,-85],[25,-134],[-180,-207],[64,-100],[17,-204],[-120,-72],[-13,-80],[47,-63],[-68,-37],[5,-132],[-77,-65],[-64,-61],[24,-40],[-101,-29],[-39,-143],[-123,-164],[-71,12],[-3,-121],[-38,-18],[-24,69],[-42,-24],[-22,76],[14,-150],[-97,-120],[-68,152],[-64,34],[-529,-53],[-43,94],[73,15],[6,198],[-144,-238],[-1,-34],[68,17],[15,-67],[-257,-264],[86,-273],[-102,-455],[-223,-195],[-47,-110],[-133,-9],[33,-27],[-104,-113],[-199,-138],[-181,126],[36,60],[103,-19],[-88,121],[-262,17],[-96,63],[-61,177],[-227,-13],[-149,118],[-74,-44],[-36,-113],[-75,27],[-14,124],[-108,13],[12,-297],[-113,-100],[-84,31],[-128,-48],[-50,116],[-89,33],[27,-78],[-159,-98],[-87,50],[-106,-75],[-116,60],[-34,-94],[-117,-58],[-183,262],[44,25],[-3,144],[56,-1],[-66,193],[52,-8],[76,229],[-58,191],[-194,148],[-74,-16],[-45,-115],[-80,-1],[-61,124],[-80,-1],[-103,103],[2,57],[-64,14],[-46,278],[-204,127],[12,60],[55,-45],[42,78],[-52,276],[-49,119],[-123,28],[-19,174],[-88,24],[36,36],[-146,68],[-77,118],[-69,-23],[-136,116],[-114,-75],[-61,-164],[-152,-145],[26,-90],[-200,-149],[-146,18],[39,-203],[-76,11],[-58,-84],[159,-97],[-26,-98],[76,8],[75,-131],[-69,-85],[53,-29],[5,-109],[-106,-51],[-70,52],[-43,-66],[-90,1],[-44,-74],[-66,-8],[-4,-48],[65,0],[-105,-40],[3,-108],[73,-55],[-72,-38],[22,-64],[-109,-240],[-75,-13],[-45,83],[96,31],[-65,57],[88,169],[-124,-3],[-119,-149],[139,-168],[-55,-73],[-33,82],[-78,-59],[-70,108],[-115,-81],[77,140],[-193,-20],[44,140],[-133,-17],[-106,-94],[-44,-134],[-198,97],[-79,-98],[-74,32],[-35,108],[-146,16],[-73,184],[-112,119],[-83,-27],[-36,187],[-219,-31],[-116,43],[-177,-62],[-197,120],[-2,311],[-49,41],[-2,96],[46,101],[-77,-11],[-84,69],[-38,-40],[-206,119],[-157,330],[-126,-10],[-106,66],[-108,228],[-314,320],[75,68],[-140,99],[255,31],[6,53],[90,0],[-31,57],[39,21],[189,4],[3,136],[145,285],[145,10],[84,-99],[402,-5],[108,83],[-38,57],[149,140],[10,72],[129,31],[44,93],[195,70],[40,77],[-52,3],[-8,111],[-135,-123],[-66,52],[-59,-26],[-166,162],[-61,-78],[-106,-9],[-9,135],[-149,43],[-67,85],[-16,56],[64,87],[-93,57],[12,49],[156,0],[174,244],[77,-19],[53,-110],[65,7],[157,-111],[59,92],[97,66],[59,-17],[245,201],[77,-59],[118,2],[39,49],[2,-63],[142,7],[37,32],[-54,60],[-7,245],[85,133],[180,116],[166,344],[-17,460],[224,75],[-63,132],[2,140],[63,107],[-57,40],[57,137],[184,204],[113,-39],[77,80],[41,-63],[99,139],[43,-49],[-5,40],[40,-14],[-25,-140],[77,29],[32,93],[278,-14],[38,-89],[150,-31],[205,37],[39,67],[33,-28],[-17,38],[131,136],[-26,169],[122,66],[86,277],[12,339],[212,-147],[158,-46],[495,3],[114,34],[11,121],[253,64],[-14,100],[54,-55],[175,6],[217,103],[28,-30],[71,65],[-8,63],[222,134],[85,-95]],[[10041,39174],[-82,-312],[-44,122],[31,125],[-377,6],[65,98],[122,36],[285,-75]],[[22622,36868],[-87,-51],[-111,5],[-122,-90],[-240,90],[-133,-59],[-42,28],[-10,6],[-56,-52],[-259,100],[-158,-63],[-155,27],[-117,112],[-134,-156],[-211,-21],[-154,95],[-16,50],[-51,160],[-57,-67],[60,-138],[-44,-20],[37,-104],[-48,-260],[49,-12],[20,-6],[39,-117],[-129,-170],[0,-81],[-380,49],[-25,46],[-133,-38],[-67,-125],[-179,-74],[-24,82],[-74,50],[-31,111],[-26,-183],[77,-116],[-161,112],[48,-108],[-116,-1],[148,-148],[-14,-28],[-1,0],[-75,-46],[-53,-32],[-25,-16],[-95,-58],[-187,-94],[-90,-75],[-53,-33],[-43,-26],[-8,0],[-81,41],[-160,-33],[-28,29],[-11,12],[-39,52],[77,236],[-39,73],[-73,-81],[38,138],[-112,-139],[6,-204],[-5,-32],[-61,-23],[55,-21],[-10,-70],[-8,3],[-55,56],[-4,25],[-22,1],[-27,28],[6,46],[-67,-86],[-85,32],[-20,21],[-60,82],[-4,101],[-117,36],[-15,36],[0,0],[0,0],[-1,0],[-32,75],[35,58],[-52,30],[92,194],[-97,-22],[-26,-84],[-117,-115],[-86,19],[-50,22],[-147,66],[-211,185],[-19,144],[-49,48],[5,48],[5,53],[-16,-53],[-31,-105],[53,-19],[-99,-51],[-41,-139],[35,-26],[39,-258],[236,-107],[54,-103],[-29,-64],[-84,22],[36,-113],[-45,-33],[43,-25],[-22,-292],[2,-5],[-6,-42],[45,-27],[22,-40],[3,-35],[0,-2],[0,0],[-41,-89],[-23,10],[3,-46],[-115,-97],[-48,20],[-323,162],[-108,54],[-4,3],[-79,78],[-13,-8],[-34,27],[-3,29],[-4,36],[-107,34],[-120,282],[-290,169],[-149,172],[-277,57],[-28,25],[-88,164],[-25,48],[-179,41],[9,-93],[-323,-172],[-111,-218],[176,-436],[26,-168],[22,-136],[157,-139],[-61,-92],[-7,-114],[26,-103],[69,-9],[29,-5],[-2,-2],[0,0],[-56,-18],[-201,54],[-9,3],[-185,156],[-31,186],[100,75],[-77,126],[0,0],[0,0],[3,8],[35,72],[-142,48],[4,24],[19,82],[-71,38],[0,0],[22,69],[-47,133],[-129,65],[-46,128],[-10,5],[-148,104],[-95,105],[-36,39],[-43,47],[-39,48],[0,95],[-86,161],[-56,106],[-11,27],[-11,86],[11,182],[20,131],[-11,25],[8,120],[42,99],[45,57],[78,-12],[35,18],[95,47],[33,9],[150,-358],[-58,-28],[42,-259],[140,-157],[0,0],[4,8],[7,-8],[23,24],[43,-17],[74,61],[1,96],[-14,39],[1,3],[-19,48],[-71,201],[-18,12],[-67,182],[-1,2],[-2,10],[0,0],[0,1],[-9,22],[-68,212],[17,100],[16,64],[104,173],[56,94],[75,368],[40,47],[168,121],[124,249],[14,14],[167,155],[0,15],[26,27],[-21,128],[0,1],[23,45],[22,53],[63,139],[-2,9],[11,27],[-5,46],[0,4],[-2,6],[-30,247],[29,31],[37,32],[221,189],[4,54],[1,2],[3,66],[12,172],[65,112],[15,11],[246,133],[151,36],[4,29],[22,177],[34,26],[22,14],[1,2],[10,8],[34,128],[-35,180],[-85,74],[-51,73],[-84,45],[-9,8],[0,1],[43,23],[65,-15],[4,140],[0,7],[0,14],[-51,133],[-101,112],[-39,25],[-175,109],[-32,61],[-62,-5],[-29,19],[-29,-24],[-13,-1],[-38,67],[-94,-10],[26,72],[-192,265],[-9,5],[-80,43],[-74,53],[-1,174],[120,59],[18,93],[0,3],[0,0],[-22,23],[-22,22],[2,6],[28,-8],[4,-11],[7,7],[1,0],[49,-15],[7,81],[3,121],[-74,172],[-3,7],[-59,137],[-5,404],[-1,2],[0,0],[-34,125],[110,130],[0,0],[0,0],[-43,35],[-2,2],[1,18],[19,76],[1,110],[233,136],[48,-26],[6,-4],[1,1],[16,-8],[14,40],[62,-2],[84,-40],[71,-90],[64,19],[103,-43],[-1,-3],[11,-1],[1,0],[-2,-6],[19,-2],[109,-45],[150,-5],[82,6],[0,0],[115,8],[12,1],[76,6],[-179,78],[-9,5],[-1,0],[-182,97],[-48,-13],[-103,181],[-34,60],[-70,33],[0,2],[-195,106],[-43,6],[-47,22],[-3,-16],[-10,1],[11,84],[-198,382],[-18,-134],[78,-215],[121,-185],[-4,-17],[91,-2],[11,-84],[-41,-16],[-238,-25],[-47,32],[-16,13],[-23,64],[-51,198],[-15,92],[-18,103],[20,240],[-1,-1],[0,0],[-77,-120],[-87,-136],[23,-81],[45,-362],[1,-40],[0,0],[-251,125],[57,-65],[-30,-20],[117,-78],[3,-4],[48,-54],[-9,-81],[-37,-101],[-44,-18],[-42,-193],[-89,-217],[-24,-33],[-9,-46],[-39,-94],[-249,63],[18,77],[-113,509],[-23,16],[-123,116],[-69,274],[-30,-87],[96,-211],[-53,37],[145,-244],[31,-275],[-150,8],[-271,226],[-32,199],[-33,-5],[0,-5],[-19,83],[8,-153],[-27,-172],[-81,-117],[-50,-36],[-16,-60],[-8,-12],[158,-383],[3,-29],[-6,-66],[-30,-10],[-18,0],[-39,80],[-61,12],[-53,53],[-13,36],[-115,-26],[-28,67],[-83,-35],[5,167],[0,0],[-53,31],[-15,34],[-76,19],[-5,3],[-2,19],[0,154],[47,57],[-45,57],[1,3],[77,188],[-10,15],[2,6],[-19,19],[-39,58],[-8,11],[1,4],[35,203],[80,102],[13,1],[11,29],[44,55],[17,69],[19,78],[0,0],[0,0],[116,353],[-125,-168],[-43,-58],[-46,-25],[-66,61],[30,-60],[-38,-41],[-25,-13],[-17,-200],[-1,-5],[-51,22],[-12,-17],[-5,1],[-108,-133],[-21,19],[-24,-26],[-27,-19],[-27,24],[-61,93],[-9,127],[-41,18],[-10,-115],[-8,0],[-10,-195],[-14,-163],[17,-35],[73,-197],[38,-311],[0,-2],[0,0],[0,-1],[0,0],[69,-59],[0,0],[-43,12],[47,-94],[0,-1],[23,-46],[-5,-4],[-37,8],[-36,-54],[121,-8],[185,-255],[19,-46],[68,-215],[2,-19],[4,-65],[-26,-77],[-19,-31],[-93,12],[-176,-102],[-231,-325],[9,-140],[-46,-36],[-21,-125],[-67,-158],[-7,-7],[59,-276],[43,-202],[-33,-37],[-3,12],[-12,68],[-79,-19],[0,-159],[-8,-76],[-22,-136],[-29,-9],[-24,-281],[-135,-148],[0,-4],[-8,-9],[-20,-230],[-120,-74],[-2,-1],[0,0],[-94,9],[100,-81],[69,45],[36,-14],[44,-73],[64,-117],[20,-232],[-163,-262],[-169,-116],[-119,-2],[-216,4],[-16,-8],[-4,0],[-6,-5],[-211,-110],[-43,-9],[-116,58],[-78,55],[0,33],[24,176],[-12,92],[-18,129],[49,208],[3,12],[1,7],[149,135],[3,10],[15,62],[16,2],[55,-6],[10,13],[9,1],[23,4],[2,38],[0,1],[60,699],[13,28],[-7,46],[1,13],[-10,48],[-28,202],[77,79],[12,8],[19,77],[63,252],[38,252],[-55,106],[230,197],[3,9],[2,2],[129,278],[34,72],[35,53],[67,1],[16,18],[156,172],[-283,-152],[-3,-2],[-63,-36],[-64,-37],[-14,-3],[0,4],[34,83],[30,28],[-48,19],[-35,14],[52,94],[0,0],[0,0],[-20,-9],[-110,-50],[-6,6],[-98,94],[-2,5],[7,217],[42,190],[42,84],[2,4],[73,98],[33,92],[100,181],[87,89],[-27,49],[-127,-80],[-283,-310],[-1,3],[-5,22],[-28,167],[41,123],[300,530],[14,22],[90,50],[8,21],[12,7],[28,94],[-132,-102],[0,0],[130,183],[-4,-3],[3,4],[-9,-8],[-97,-70],[-4,-6],[2,5],[-65,-47],[117,207],[-129,-205],[-52,3],[0,0],[0,0],[1,0],[49,-57],[-145,-243],[-40,6],[91,209],[-74,-109],[-28,-98],[-18,3],[14,-18],[-6,-24],[22,4],[13,-16],[-55,-96],[-57,-44],[-21,-16],[7,15],[38,83],[-87,-85],[-37,-37],[-27,-22],[4,19],[165,388],[0,0],[64,129],[82,41],[13,169],[197,286],[3,-1],[0,0],[63,-28],[52,22],[7,0],[-1,3],[46,21],[-103,133],[21,57],[4,12],[144,299],[100,161],[-28,38],[-38,-27],[-33,1],[-22,-43],[-9,-8],[1,4],[-11,-11],[-40,-37],[-137,-126],[-52,-121],[-24,-55],[-48,-6],[-18,-2],[40,61],[55,83],[0,0],[0,0],[0,0],[-38,-12],[12,69],[-20,-2],[3,23],[66,50],[49,145],[63,105],[-18,26],[6,17],[46,33],[34,25],[-30,92],[-7,4],[-58,42],[52,12],[35,7],[40,44],[4,4],[39,17],[45,-13],[28,45],[67,30],[27,-1],[-97,95],[-49,-77],[-147,8],[-33,1],[-81,-91],[-29,3],[-29,4],[68,252],[-22,25],[-16,-21],[45,354],[0,0],[101,99],[40,-18],[10,23],[38,-11],[43,-42],[-18,34],[48,-15],[56,67],[74,25],[-69,21],[-94,-98],[-60,86],[-9,16],[0,1],[4,11],[29,61],[50,151],[15,39],[167,124],[-43,168],[172,142],[15,-61],[91,57],[1,0],[2,-39],[258,71],[32,-24],[50,-42],[2,3],[2,-2],[27,28],[27,23],[122,-65],[68,13],[10,53],[1,-1],[73,-146],[12,-3],[34,-6],[0,0],[28,75],[0,0],[-70,82],[-37,44],[-128,-26],[-236,82],[-63,-12],[-20,-81],[-163,0],[0,0],[2,49],[22,36],[-20,40],[3,59],[-60,56],[-9,16],[-4,-4],[-15,14],[23,66],[7,20],[-12,-20],[-115,-187],[-11,-11],[8,76],[-90,-50],[32,61],[124,210],[37,1],[24,57],[35,-42],[43,33],[12,-28],[-10,-31],[30,-18],[8,-19],[6,-13],[18,13],[144,111],[-47,-8],[-70,-12],[-17,-3],[-42,141],[-95,-34],[47,72],[-40,-6],[9,58],[18,33],[70,58],[3,-67],[85,46],[-70,63],[80,165],[0,0],[24,47],[146,121],[0,0],[118,132],[-10,29],[2,4],[-4,1],[-9,26],[-103,-1],[197,164],[7,3],[84,-21],[12,-12],[46,59],[71,91],[154,96],[-1,0],[0,0],[3,2],[-127,11],[-125,11],[73,190],[470,638],[0,0],[0,0],[0,3],[46,63],[-37,90],[-20,-37],[0,1],[-31,-56],[-40,-46],[-225,-259],[-123,-134],[-84,9],[27,-78],[-81,-157],[-12,-17],[47,-72],[9,-13],[-109,-48],[-18,-8],[-42,-86],[-14,66],[-44,18],[-25,-30],[-13,-1],[-80,-95],[-91,-59],[-44,-29],[21,-48],[-176,-210],[0,0],[-142,-30],[-147,-199],[-57,14],[-20,-50],[-120,46],[109,-74],[-1,-1],[-225,-381],[-129,-127],[-78,-77],[-350,-203],[0,0],[0,0],[-26,64],[-15,42],[-205,95],[-37,-45],[-38,53],[-30,46],[126,215],[-31,19],[-147,-235],[-488,136],[-8,8],[-215,218],[-76,202],[-92,68],[-16,201],[10,17],[7,2],[114,-6],[91,48],[88,-35],[17,9],[3,-1],[17,11],[9,5],[45,24],[36,-81],[23,-53],[50,-1],[57,-2],[-15,26],[-32,55],[1,26],[105,44],[44,6],[30,24],[54,22],[55,47],[97,84],[141,122],[-133,-41],[-242,-174],[0,0],[-2,1],[-85,59],[-115,-50],[-123,17],[-33,5],[-28,67],[-46,-51],[-9,55],[0,0],[-75,-72],[-33,-32],[-48,82],[0,0],[-1,0],[0,1],[-176,-26],[-152,100],[0,0],[0,0],[-123,-46],[-81,57],[-105,-92],[-169,35],[-22,16],[-152,189],[5,85],[59,-10],[1,0],[0,0],[0,0],[0,0],[1,63],[114,15],[0,0],[0,0],[-35,107],[5,7],[93,-2],[176,82],[63,8],[97,-16],[83,-29],[62,57],[131,-19],[15,60],[105,-28],[15,6],[7,-1],[4,6],[43,19],[20,88],[152,-168],[77,-84],[94,97],[68,-56],[-30,-73],[100,52],[12,55],[-163,45],[10,136],[0,0],[101,-48],[2,1],[15,-7],[86,2],[53,55],[40,-3],[41,-9],[8,19],[36,43],[-19,-4],[10,21],[-283,114],[8,72],[20,68],[117,34],[51,-49],[11,26],[76,39],[37,-2],[119,84],[152,-34],[2,3],[1,-1],[4,9],[47,81],[30,52],[93,53],[-6,13],[44,20],[-63,19],[-1,3],[-3,-2],[-31,10],[-43,-65],[-38,-29],[-52,-106],[-12,-18],[-38,11],[-91,27],[-125,38],[16,18],[113,119],[127,47],[-40,11],[-32,9],[25,54],[0,0],[-275,-41],[-20,-19],[-57,-53],[-14,60],[-94,-57],[-54,25],[-95,-72],[-86,67],[-54,-13],[-1,0],[-5,28],[-4,54],[103,29],[21,66],[59,-48],[114,3],[0,0],[0,0],[-5,70],[-94,-3],[-109,83],[47,52],[65,-17],[63,116],[-2,116],[91,90],[-45,22],[6,93],[61,62],[2,52],[19,34],[14,-12],[56,63],[301,34],[32,3],[76,-197],[221,-113],[79,-40],[44,40],[61,54],[-16,6],[-40,16],[-50,20],[-111,44],[-89,172],[2,22],[19,30],[60,16],[-37,42],[-39,15],[-4,10],[-49,11],[-42,17],[-152,-45],[-6,-1],[52,-26],[-31,-23],[-16,9],[-43,24],[-3,15],[-27,121],[-79,-52],[-61,157],[289,255],[14,123],[163,5],[150,64],[34,-10],[181,-51],[31,-53],[69,-116],[28,21],[17,-12],[24,-40],[29,-1],[93,-70],[1,-3],[0,2],[1,-1],[16,46],[24,70],[67,19],[24,7],[-157,5],[-8,1],[-43,32],[-58,43],[-35,153],[-65,-6],[-133,93],[-113,-12],[-91,-11],[0,0],[-87,75],[-28,81],[4,26],[-12,-2],[-2,6],[32,61],[74,85],[89,56],[47,30],[32,87],[1,44],[0,12],[-91,39],[-37,16],[6,61],[3,15],[21,28],[44,57],[160,66],[54,-25],[74,44],[112,55],[50,-2],[58,-63],[123,-177],[106,-92],[90,-79],[41,74],[81,54],[-219,78],[-232,244],[-9,6],[76,139],[-70,-36],[-30,-87],[-14,9],[-1,14],[-14,-4],[-22,15],[-111,-39],[18,45],[-140,-88],[-1,0],[-31,73],[-73,-48],[-121,93],[-17,-8],[-11,-5],[-269,-16],[13,3],[-46,95],[52,46],[-41,10],[5,14],[36,64],[60,20],[17,63],[38,-28],[70,32],[-42,7],[-15,64],[-3,31],[0,0],[97,-10],[17,11],[47,29],[0,-2],[-45,-54],[-18,-20],[19,-2],[26,-2],[256,71],[37,65],[3,3],[171,-8],[105,93],[212,187],[13,84],[1,4],[-8,0],[11,34],[-21,-35],[-7,0],[-58,38],[-44,-52],[-83,-53],[16,-25],[-34,-38],[-33,-15],[-137,-181],[-202,-22],[-46,28],[1,2],[54,42],[-147,11],[7,97],[16,7],[111,50],[-2,4],[37,18],[-74,54],[-19,35],[-146,-106],[-37,-19],[-108,-55],[-114,-115],[-88,-64],[-203,-53],[-3,5],[-80,192],[-17,-83],[-19,2],[-17,9],[-38,194],[11,-3],[25,-23],[0,16],[14,-4],[-2,28],[-4,65],[1,0],[50,-63],[8,-10],[-4,10],[-21,53],[18,-5],[-29,34],[-35,89],[10,53],[60,111],[-89,11],[-2,4],[-65,5],[-37,4],[-77,230],[8,56],[108,554],[23,-19],[6,114],[3,53],[30,-6],[20,-11],[5,6],[10,-2],[24,46],[10,14],[54,-81],[28,0],[90,-98],[5,-10],[101,-39],[3,-32],[0,-40],[4,1],[0,-7],[59,32],[83,-57],[-11,66],[-8,44],[7,6],[6,-7],[234,-293],[13,-16],[-93,288],[-1,2],[-1,6],[-10,5],[-25,27],[-6,6],[-84,90],[81,-23],[0,0],[0,0],[-16,62],[-2,8],[-170,60],[-22,153],[-91,122],[-29,20],[-85,68],[-21,3],[-49,34],[-72,-13],[56,203],[71,118],[-6,101],[206,79],[38,-61],[-8,-10],[18,1],[161,-61],[12,-9],[-17,73],[66,17],[-25,80],[-65,-6],[29,48],[-39,85],[-2,0],[-256,9],[-50,67],[-165,67],[2,17],[47,298],[-9,28],[-45,442],[141,3],[75,82],[89,-36],[113,28],[43,11],[64,-36],[5,-4],[-37,-154],[4,-1],[36,-43],[-8,-23],[34,-40],[17,11],[41,-49],[3,-7],[-30,-164],[184,-230],[2,0],[2,-2],[0,0],[22,-6],[56,-14],[0,0],[0,0],[0,0],[0,0],[0,0],[28,58],[-105,119],[55,49],[17,-66],[-1,-3],[104,26],[-6,60],[-70,22],[65,247],[-18,5],[-42,18],[-34,82],[-153,39],[17,51],[-70,114],[7,8],[42,23],[-14,13],[1,1],[0,0],[-37,29],[15,37],[128,206],[9,12],[150,-35],[10,-41],[0,0],[5,-25],[66,54],[85,-349],[16,-7],[1,-4],[115,-44],[161,-68],[66,4],[-19,88],[61,33],[42,153],[37,132],[188,-110],[124,-73],[-196,206],[-1,1],[-27,86],[-15,50],[101,-9],[31,-2],[0,2],[2,0],[23,59],[8,2],[18,-22],[15,-64],[97,-87],[12,-2],[0,-1],[14,-3],[105,-25],[140,30],[103,22],[89,-59],[122,-33],[84,-23],[-230,168],[0,0],[96,27],[1,5],[5,1],[-5,10],[3,38],[18,8],[31,1],[6,16],[23,11],[12,61],[9,49],[0,0],[0,0],[0,0],[0,0],[-43,-50],[-30,-36],[-1,0],[1,34],[1,60],[-136,5],[-83,92],[-262,61],[3,19],[10,47],[-95,133],[-98,-3],[31,52],[-39,93],[-129,23],[-125,22],[0,0],[26,141],[2,5],[-21,11],[-135,103],[-26,40],[1,5],[45,40],[-30,21],[14,57],[14,43],[41,-6],[37,72],[132,-95],[58,-41],[96,-216],[21,153],[51,11],[62,-89],[95,-27],[4,9],[70,60],[13,0],[-37,67],[53,10],[0,1],[0,0],[-27,75],[61,50],[-31,66],[-46,-23],[7,12],[21,35],[-1,0],[1,3],[-6,-1],[-90,35],[-1,1],[64,5],[101,6],[-1,1],[1,0],[-2,1],[2,1],[-18,13],[-32,26],[-92,73],[114,4],[45,-1],[6,19],[40,58],[28,-10],[9,63],[0,0],[0,0],[0,0],[-1,0],[0,1],[-129,-57],[0,0],[-163,53],[125,86],[-126,-32],[-33,54],[7,6],[49,36],[0,0],[-114,36],[-32,131],[-35,14],[-53,120],[0,0],[-172,129],[3,13],[113,202],[36,-93],[116,-2],[-4,-20],[-17,-45],[96,-22],[39,-112],[13,12],[261,172],[-62,24],[-90,34],[72,78],[0,0],[18,-62],[72,12],[-6,-88],[7,40],[8,-6],[3,-2],[40,-28],[1,60],[0,4],[16,-15],[3,-2],[77,-71],[92,40],[31,-76],[31,121],[46,-41],[7,7],[3,-3],[96,39],[-14,33],[52,28],[39,21],[216,-169],[8,-6],[3,8],[13,33],[95,-11],[11,-2],[-7,4],[-118,51],[-25,10],[-56,33],[-139,82],[-1,1],[-5,53],[-49,-16],[-3,3],[-45,-17],[-5,57],[7,9],[28,-12],[19,-16],[-3,10],[13,-6],[-13,70],[-58,-16],[-10,-1],[22,51],[-24,46],[48,43],[-75,11],[78,58],[-63,54],[-6,-8],[-7,6],[-52,-48],[-43,11],[46,96],[-68,77],[2,33],[-31,1],[-2,3],[114,13],[-86,65],[127,169],[-36,112],[45,82],[0,0],[105,-117],[36,-3],[75,-7],[55,-9],[17,-7],[108,-44],[1,0],[50,48],[-114,51],[-41,18],[-2,1],[-27,12],[-19,8],[-26,12],[-65,29],[-22,18],[109,10],[44,4],[-45,23],[-131,67],[52,78],[79,-8],[-68,22],[58,44],[18,18],[18,14],[101,-8],[74,-5],[-175,55],[0,0],[0,0],[84,49],[0,0],[0,0],[0,0],[0,0],[2,1],[-124,39],[1,58],[-11,7],[-53,32],[-53,-30],[-44,76],[2,7],[8,39],[72,229],[18,22],[109,61],[96,16],[27,74],[109,183],[13,11],[-6,12],[8,76],[11,9],[-6,46],[20,202],[1,1],[19,-10],[187,-100],[6,4],[35,-17],[40,59],[243,-14],[112,-112],[94,-17],[4,-3],[14,-192],[3,-54],[13,13],[7,8],[1,1],[38,39],[11,11],[5,6],[21,22],[3,28],[21,139],[45,25],[23,8],[41,-103],[0,-1],[0,0],[6,-14],[34,-12],[48,-15],[11,-45],[16,-68],[1,0],[4,-15],[68,28],[0,0],[51,-87],[0,-2],[2,-1],[0,-1],[2,0],[105,-56],[97,10],[0,0],[-18,-33],[-193,-341],[0,0],[242,134],[8,5],[203,111],[0,0],[6,4],[-5,17],[-9,98],[-8,94],[27,75],[30,28],[188,5],[117,-8],[50,-27],[20,-40],[144,-47],[5,-101],[76,63],[0,0],[52,-49],[-27,-145],[41,-25],[0,-9],[6,5],[40,-25],[-123,-124],[-63,-64],[19,7],[52,18],[68,24],[87,32],[65,23],[29,44],[73,115],[46,50],[33,10],[73,-17],[8,-6],[14,11],[52,27],[41,-11],[125,-77],[1,-2],[-5,-34],[100,4],[-11,81],[110,-53],[-2,81],[17,3],[-3,72],[6,2],[134,-79],[0,0],[0,0],[0,0],[3,2],[37,21],[2,4],[37,23],[10,73],[18,37],[68,-8],[3,5],[45,34],[34,-24],[10,-25],[8,12],[58,-41],[19,25],[28,-17],[36,-52],[2,27],[0,1],[4,-2],[3,72],[27,15],[70,41],[16,139],[72,-2],[0,0],[0,0],[26,76],[1,3],[59,-276],[0,0],[0,-1],[0,0],[0,0],[0,1],[193,77],[45,-41],[4,-6],[2,1],[6,-5],[18,19],[30,18],[107,-146],[-10,76],[50,41],[6,3],[139,-42],[237,78],[87,-71],[6,25],[162,157],[63,49],[14,11],[188,67],[10,20],[49,74],[109,-35],[107,20],[0,0],[274,40],[6,0],[-9,-16],[-57,-90],[111,-83],[47,17],[-7,-32],[71,70],[131,52],[21,5],[332,-119],[30,-11],[64,57],[22,121],[-122,72],[-133,79],[37,161],[24,17],[110,37],[33,-22],[64,-119],[9,-26],[15,2],[110,-18],[12,-11],[33,19],[140,51],[164,-19],[151,74],[131,-166],[233,69],[263,-16],[36,-2],[8,-1],[-43,-70],[-10,-17],[-21,-246],[-122,-44],[52,-77],[-31,-122],[-61,-77],[-168,-191],[-6,-30],[0,0],[-22,-28],[-9,-128],[68,-174],[18,0],[4,-12],[191,12],[63,0],[-40,-226],[-19,-1],[15,-23],[-1,-5],[-90,-10],[3,-9],[43,-55],[-51,-64],[-15,-57],[-19,-28],[-67,-291],[0,0],[-182,-145],[-48,-57],[-11,-13],[-45,-40],[-49,-73],[-110,-131],[-46,-24],[-249,-52],[-29,-57],[-277,-111],[-64,-26],[-19,-25],[-154,-149],[-16,3],[-326,-541],[0,0],[-475,-357],[-227,-186],[-66,-51],[-194,-155],[-239,-81],[-117,-131],[-58,-233],[-101,-76],[-342,-153],[-17,-6],[-22,-8],[-69,-25],[-99,-261],[-83,7],[-7,0],[6,10],[80,129],[-83,-37],[-72,-32],[-31,76],[-111,-24],[52,-105],[145,-71],[22,-1],[108,-3],[37,-169],[-85,-89],[5,-228],[-50,30],[-51,30],[-146,-2],[-158,-135],[-38,52],[-79,-2],[-25,11],[2,28],[-60,-3],[-207,90],[-157,-21],[-128,-76],[-211,155],[108,-115],[164,-76],[298,59],[126,-214],[176,-28],[-79,107],[1,0],[383,-219],[90,62],[248,171],[126,-89],[44,31],[103,-92],[-76,15],[-142,-99],[155,66],[202,13],[126,79],[28,82],[48,101],[102,30],[50,15],[-86,-220],[-212,-292],[-102,-141],[-185,-174],[-12,-31],[-204,-357],[-22,-30],[-68,-1],[-94,3],[-84,2],[-3,18],[44,157],[36,37],[35,36],[-6,92],[-32,-18],[-133,-75],[-137,-7],[-330,-304],[-129,31],[-42,14],[-207,-104],[-63,5],[-19,-47],[-73,-37],[-88,-100],[-59,-19],[-234,-285],[-18,-48],[-59,-68],[48,36],[-19,-51],[38,66],[29,21],[-3,-11],[13,19],[10,8],[25,18],[-1,-9],[21,24],[31,24],[9,-22],[542,417],[247,42],[1,-137],[318,55],[201,139],[40,-7],[1,0],[114,-32],[-8,-43],[-318,-369],[-58,-63],[-34,-38],[-44,-125],[88,-115],[-200,24],[-138,-82],[-53,-142],[-164,-289],[-26,-42],[-422,55],[-181,24],[78,-71],[-114,-1],[132,-51],[-53,-13],[97,9],[28,-25],[-127,-36],[130,33],[8,-7],[-42,-18],[66,-4],[12,-11],[168,-26],[203,102],[7,3],[59,5],[123,-91],[51,9],[123,115],[7,127],[141,-17],[42,137],[250,181],[-27,121],[-110,41],[-6,4],[73,57],[169,13],[28,45],[7,13],[129,-36],[86,-31],[50,-21],[50,-20],[246,28],[81,68],[46,8],[-32,4],[140,117],[57,48],[141,51],[0,0],[131,118],[75,0],[-25,35],[-16,-3],[9,7],[310,77],[97,-56],[-7,-122],[55,126],[-67,50],[196,6],[49,-9],[42,11],[97,3],[41,33],[14,3],[13,18],[66,53],[31,122],[-35,60],[151,-4],[16,10],[2,0],[262,95],[189,45],[82,1],[175,-25],[-7,-25],[443,-214],[129,-36],[77,-38],[384,-95],[9,3],[32,-9],[45,21],[307,147],[39,74],[2,2],[47,15],[100,15],[106,30],[46,2],[5,-56],[77,-42],[36,15],[70,10],[39,23],[57,-49],[42,6],[100,-69],[10,-14],[106,78],[0,1],[125,-72],[45,38],[21,18],[8,-2],[117,-67],[170,-13],[43,-12],[9,8],[1,0],[3,4],[27,25],[18,-18],[33,-48],[17,-4],[18,-18],[57,0],[92,-22],[13,-14],[63,54],[205,-30],[35,17],[156,-16],[14,-5],[139,56],[68,-45],[34,23],[49,33],[-4,30],[108,101],[7,4],[48,-42],[60,-62],[11,-1],[19,-17],[210,1],[40,-26],[39,-30],[1,2],[7,-5],[293,215],[41,-3],[217,-36],[10,2],[40,-31],[158,49],[6,-12],[15,-93],[10,-5],[5,-18],[78,-20],[21,-10],[6,3],[60,-15],[48,42],[47,-22],[73,-96],[16,-42],[72,-176],[54,-32],[219,-128],[-7,-205],[-2,-11],[1,-2],[-4,-102],[90,-83],[8,-75],[-10,-121],[24,-29],[6,-57],[93,-57],[26,-31],[-16,-58],[0,0],[-42,46],[-20,-8],[-8,6],[-2,-9],[-8,-4],[5,-10],[-7,-38],[26,4],[15,-26],[-33,-41],[-24,-15],[7,-6],[0,-1],[74,-75],[-6,-40],[-18,-24],[-74,-74],[-23,-58],[-17,-22],[-39,-52],[10,-36],[-14,-33],[9,-5],[-3,-4],[-6,8],[-16,-37],[-26,-36],[-44,-25],[-29,30],[-63,-115],[24,-74],[-208,-174],[-196,-251],[-65,-71],[-19,-37],[-34,-45],[-58,-137],[-18,-42],[-58,-118],[-81,-213],[-83,-198],[0,0],[-1,-2],[-57,-232],[-12,-192],[6,-88],[60,16],[62,-28],[-51,-37],[44,-39],[-88,-182],[0,0],[-13,0],[-49,-129],[0,0],[0,0],[-28,-129],[-281,-361],[-21,-89],[-16,-57],[-5,-34],[-23,-99],[-128,-84],[71,-124],[-37,-15],[9,-167],[-3,-21],[2,0],[1,-6],[-3,5],[-18,-112],[-15,-41],[-37,-48],[5,-39],[-60,-166],[-13,-24],[-28,-31],[-114,-99],[-27,4],[-11,-115],[-51,-16],[-107,-188],[-52,-31],[-118,-72],[-72,-98],[-34,0],[-54,7],[-4,-6],[-10,0],[-93,-136],[-3,-4],[-53,-170],[-59,-190],[-53,-17],[114,0],[-44,-139],[-9,-9],[-96,-77],[-39,3],[-113,-146],[37,-151],[50,-8],[32,-21],[6,-29],[-10,-24],[-140,-190],[-12,-77],[-6,-10],[-63,-35],[0,-64],[-275,-120],[-102,-139],[-134,-109],[-215,-154],[-73,-222],[-244,118],[-183,-49],[-123,-82],[-50,11],[-109,26],[-12,-2],[-12,2],[-20,-8],[-93,-16],[-97,-52],[-66,-33],[-20,-8],[-156,-1],[-14,2],[3,-2],[-29,0],[-63,52],[0,0],[-5,-3],[-295,-192],[-391,-428],[-88,-26],[-41,2],[-38,-22],[-133,-76],[-21,-12],[21,1],[125,4],[-41,-18],[-4,-7],[101,27],[102,3],[159,84],[502,262],[50,48],[63,47],[185,34],[64,50],[14,11],[86,48],[74,78],[47,37],[5,0],[154,-4],[104,-90],[153,45],[58,-39],[-86,-430],[-107,-77],[-54,-39],[123,-76],[52,98],[81,-116],[7,-36],[50,-44],[35,-50],[165,-23],[208,-49],[23,-34],[80,0],[52,-76],[72,-108],[171,-94],[-4,-24],[-24,-43],[-31,-51],[-1,-1],[-108,-43],[-69,-105],[-2,-1],[-113,-85],[-131,-98],[-155,-67],[-147,-53],[-79,-79],[-45,-46],[-6,1],[-21,43],[-61,-35],[-143,15],[0,0],[5,19],[8,24],[-110,101],[-204,48],[0,0],[0,0],[-1,0],[0,0],[0,-1],[-102,-72],[-112,-80],[-3,-24],[-2,-3],[-25,-31],[-104,-92],[-69,-29],[-177,-188],[-48,-42],[-132,-114],[-61,-15],[-18,-71],[-21,-64],[2,-11],[-64,-253],[-182,5],[-55,-56],[-37,5],[-38,33],[-58,-17],[-4,0],[-4,-3],[-76,-23],[-146,-153],[0,-1],[-71,40],[-49,-66],[-124,-27],[-2,-10],[-31,-3],[-4,-133],[-75,71],[-27,-3],[-89,59],[-18,-42],[-53,18],[-28,70],[-174,31],[-63,53],[-104,-14],[-116,138],[-128,-92],[-3,1],[-40,70],[-149,-30],[-2,0],[1,-1],[-129,-26],[-22,14],[-196,192],[-20,-30],[49,-58],[-3,1],[42,-284],[147,84],[42,-202],[288,77],[37,10],[297,-126],[44,-19],[11,-2],[5,0],[334,-55],[147,-24],[26,15],[6,-1],[125,70],[100,-116],[175,-29],[86,-15],[75,32],[82,6],[22,-29],[0,1],[82,0],[64,78],[268,-249],[157,-73],[2,0],[112,17],[12,26],[148,1],[20,16],[225,120],[116,14],[82,54],[61,103],[-19,104],[-1,3],[196,34],[-88,60],[-7,104],[112,27],[102,159],[327,-14],[113,-17],[31,10],[149,-7],[75,-30],[87,-53],[26,-108],[105,-55],[21,-22],[-27,-78],[-36,-101],[280,59],[61,5],[82,-39],[126,-85],[44,4],[29,-14],[104,-125],[47,6],[34,-34],[25,-74],[112,-83],[0,0],[144,-107],[35,-5],[254,-41],[144,66],[0,0],[197,-121],[83,5],[63,2],[14,-67],[13,-115],[14,-12],[9,-44],[59,-18],[39,-37],[47,-10],[1,-11],[18,7],[21,-5],[32,-126],[14,-101],[43,-68],[100,-159]],[[9847,61342],[130,-147],[99,-39],[0,0],[-131,-22],[-6,-6],[-10,-2],[-61,-71],[-80,-82],[-3,-14],[-52,-60],[34,-17],[-8,-35],[-8,-29],[-6,-2],[-133,-10],[-22,-50],[3,-75],[2,-42],[-1,-8],[-153,1],[-40,-61],[38,-124],[-99,-47],[-10,-20],[-72,20],[7,-80],[-69,-13],[81,-59],[99,40],[-13,38],[88,-60],[110,-76],[20,-14],[42,36],[0,0],[186,108],[14,3],[86,146],[126,28],[51,77],[89,-18],[8,-4],[-119,-220],[46,-54],[0,-1],[-45,-13],[19,-34],[-24,-15],[-169,-97],[1,-72],[-164,-62],[-16,-2],[-28,35],[-122,150],[-83,-4],[-68,-51],[-10,-23],[-4,6],[-42,-43],[-29,-4],[-49,91],[-1,1],[-3,12],[-27,-5],[-56,-5],[-17,14],[0,0],[-20,51],[-6,-31],[-2,2],[-19,-59],[48,-74],[11,3],[4,-7],[22,15],[15,4],[-64,-80],[1,-1],[-2,-2],[82,-193],[-168,-79],[0,-1],[-58,38],[5,-56],[207,26],[6,-2],[-3,-78],[-4,-1],[-118,21],[-5,3],[-55,-29],[-13,-7],[-16,-8],[-7,1],[-259,92],[86,-92],[150,-26],[-116,-146],[-1,0],[-686,-160],[193,44],[59,-53],[10,46],[149,-8],[74,51],[0,0],[-1,0],[3,0],[138,-26],[6,40],[5,1],[130,-36],[27,-10],[-1,2],[2,0],[0,0],[33,53],[-47,22],[81,44],[63,33],[7,-24],[0,0],[4,-30],[3,8],[10,-34],[-35,25],[-3,-32],[17,-9],[-5,-4],[67,-30],[1,-1],[-36,-3],[-26,-2],[0,-2],[-8,-1],[15,-54],[79,54],[-5,-31],[-1,-1],[1,0],[-1,-1],[0,0],[-9,-59],[0,0],[0,0],[50,-22],[-11,-13],[-39,-46],[4,-2],[-1,-1],[44,-62],[0,-2],[-8,-45],[-18,-23],[-130,-2],[-129,-1],[26,-5],[-3,0],[299,-55],[-6,-44],[-10,-77],[-35,-64],[-62,-47],[-1,-61],[-57,34],[-28,17],[-117,72],[-45,-80],[-2,0],[-41,93],[13,-51],[-43,47],[-11,-66],[-114,52],[38,-50],[-90,-14],[-66,55],[6,-70],[-183,-6],[42,-3],[-74,-2],[435,-23],[2,-2],[73,-75],[10,-47],[7,-129],[-79,-32],[-13,-159],[-116,7],[-6,1],[-69,-94],[-39,67],[-82,158],[2,-19],[-2,5],[5,-30],[20,-181],[6,-57],[-89,-1],[-13,3],[-28,35],[-13,-59],[-86,50],[-12,24],[2,-1],[-51,172],[-118,81],[142,-317],[1,-3],[-72,-3],[-39,73],[6,-37],[0,0],[-13,4],[-39,14],[-2,-3],[-5,1],[0,-8],[-18,-23],[-60,71],[-174,274],[-17,327],[193,215],[1,80],[132,10],[45,-57],[137,44],[-220,32],[-191,2],[79,-32],[-1,-54],[-219,-238],[-129,-66],[-4,-63],[69,-25],[1,-2],[-1,2],[74,-219],[-11,-60],[71,0],[13,-22],[120,-237],[0,0],[-162,-11],[5,-4],[-1,0],[87,-55],[52,-33],[33,-21],[19,-129],[-129,-12],[-114,24],[-77,16],[-117,96],[-128,-10],[59,-102],[1,-15],[-46,28],[-47,-26],[37,-108],[121,2],[75,-179],[20,-3],[53,-101],[1,-12],[-52,-33],[-21,57],[-8,-21],[-9,12],[-3,-40],[-3,-7],[-10,42],[-8,42],[-7,-18],[0,0],[-24,-40],[-100,63],[1,-4],[-1,0],[25,-211],[-62,78],[-11,-24],[-96,74],[-47,87],[-8,-44],[-53,41],[22,-29],[0,0],[-34,26],[118,-137],[-21,-37],[-30,-50],[-27,79],[0,0],[0,0],[-19,-46],[-22,39],[29,-103],[0,0],[0,0],[-61,-4],[2,-2],[-4,0],[-50,21],[9,-37],[-6,2],[14,-48],[1,0],[2,-2],[0,-2],[-2,1],[8,-25],[16,-74],[-11,-8],[-54,-1],[-136,56],[68,-29],[-37,-14],[-26,4],[11,-10],[-2,-1],[0,0],[0,0],[83,-75],[0,0],[-154,-42],[-31,-141],[0,0],[-139,35],[51,-109],[3,-6],[-1,0],[-149,181],[-26,7],[-57,73],[-1,1],[0,0],[-5,24],[36,17],[6,-2],[-1,1],[1,0],[-4,2],[3,2],[-69,40],[2,-22],[-2,-28],[-18,13],[-169,218],[-26,46],[-142,68],[-52,132],[-8,20],[115,28],[88,-60],[4,-26],[13,-92],[2,14],[12,-68],[88,74],[227,190],[22,165],[37,-39],[89,45],[43,-34],[49,53],[76,-49],[61,25],[-222,131],[15,41],[31,88],[8,3],[24,-16],[88,57],[0,0],[3,1],[176,-76],[96,-6],[26,41],[128,-32],[-19,11],[-187,146],[-6,12],[94,24],[0,0],[-2,2],[14,3],[-40,46],[-14,-16],[-22,-22],[-224,50],[0,0],[46,89],[-10,-7],[12,24],[-82,-76],[-89,75],[-105,-5],[-122,112],[-33,-12],[51,-69],[-111,-15],[-15,8],[-117,58],[-2,2],[-7,33],[-4,31],[-68,-19],[-15,-5],[-4,-1],[-42,201],[-47,-56],[-5,-4],[-3,0],[-35,21],[81,73],[3,11],[3,2],[3,21],[31,113],[1,4],[107,-84],[6,14],[9,-5],[86,140],[45,25],[448,130],[-288,-25],[-216,-91],[-24,-7],[-82,46],[-5,4],[2,43],[2,0],[157,51],[-145,11],[1,8],[130,96],[18,10],[-24,32],[-20,41],[-6,-5],[-3,4],[-5,-9],[-132,-91],[-9,-4],[2,-7],[10,-40],[-11,4],[-63,34],[27,16],[2,1],[-3,0],[3,2],[-48,7],[-7,1],[-37,7],[-38,287],[-11,10],[-4,20],[-72,49],[-17,15],[24,109],[47,-11],[37,54],[-30,49],[60,7],[0,0],[29,54],[7,4],[-2,4],[15,27],[-55,124],[50,45],[-1,0],[1,1],[1,0],[1,1],[18,9],[8,-5],[10,-35],[98,-23],[16,39],[38,-105],[25,92],[78,2],[-53,121],[-44,-91],[-68,39],[-22,20],[55,92],[-31,21],[24,93],[15,54],[3,4],[97,83],[-10,-87],[130,6],[7,-7],[67,-86],[8,13],[19,-19],[46,110],[12,-15],[54,-99],[24,-1],[7,-9],[100,-26],[5,-7],[-9,-67],[-134,5],[-5,-40],[-72,33],[0,0],[0,0],[0,0],[120,-124],[163,6],[0,0],[3,-204],[116,-310],[-84,308],[-3,0],[1,5],[-6,25],[0,2],[0,-3],[18,74],[4,0],[2,-5],[23,5],[23,-1],[-1,5],[1,0],[-30,115],[13,-11],[11,-11],[2,0],[0,-2],[35,-36],[-3,13],[13,-11],[-7,47],[0,0],[22,61],[31,17],[24,-12],[53,54],[-1,0],[3,2],[154,-60],[30,-48],[50,8],[18,-11],[30,-17],[34,39],[66,-188],[0,5],[1,-3],[3,38],[2,27],[70,-45],[-24,57],[-14,42],[29,3],[44,5],[-6,5],[0,0],[-1,1],[-108,94],[-18,-16],[0,1],[0,0],[-49,-7],[-22,17],[-2,76],[2,10],[83,-31],[-13,61],[-50,15],[-25,11],[-56,122],[-15,33],[-4,-12],[0,0],[-39,-10],[-11,6],[-50,72],[40,26],[-71,26],[-9,33],[-26,101],[104,42],[-9,2],[71,20],[-187,17],[79,70],[33,29],[-37,55],[1,0],[179,15],[12,-5],[3,10],[35,51],[47,-5],[-23,29],[76,72],[70,59],[54,-20],[16,-11],[148,166],[5,2],[7,-4],[40,-78],[54,34],[25,-13],[156,126],[0,0],[139,11],[116,232],[4,1],[83,7],[171,181],[77,81],[256,137],[74,40],[87,141],[134,14],[114,129],[-5,70],[-33,2],[-3,9],[33,29],[23,10],[182,-97],[1,-1],[-5,-64],[1,-1],[-3,-23],[36,-30],[2,-5],[37,-58],[72,-39],[21,-18],[-21,-63],[-31,-93],[112,-115],[7,-7],[0,-7],[-51,-118],[-41,-29],[-117,-292]],[[9297,56568],[95,-59],[34,16],[97,39],[5,-11],[-18,-95],[-6,-7],[8,0],[184,-115],[19,-16],[64,-261],[179,-30],[165,-338],[54,9],[-47,-160],[8,-27],[33,-111],[-40,-337],[46,-187],[-22,-214],[-13,-106],[-112,-122],[-25,-2],[-21,15],[-27,-17],[-26,-1],[-2,-18],[-6,-4],[5,-5],[-14,-130],[61,95],[12,-10],[7,39],[27,-39],[10,2],[0,-1],[13,3],[122,21],[5,-6],[50,-106],[-9,-41],[-10,-15],[-61,-83],[119,-212],[53,-22],[-1,21],[25,-3],[6,-8],[-11,-15],[-33,-19],[2,-23],[-1,-1],[1,0],[6,-97],[-108,-17],[-149,-150],[76,48],[-15,-21],[125,91],[21,14],[244,0],[64,-148],[-18,-20],[-129,-103],[9,-28],[-30,-33],[52,-7],[201,151],[51,-58],[41,-50],[3,-1],[14,-16],[47,-17],[185,-66],[1,18],[45,11],[13,-1],[71,-72],[-39,-83],[115,-24],[138,116],[26,-20],[-74,-70],[206,110],[6,0],[235,129],[159,-20],[12,-5],[-83,-76],[10,1],[-1,-1],[25,4],[240,22],[28,-22],[33,-38],[2,-2],[-51,-104],[-24,-43],[-5,-121],[0,-12],[-4,-59],[-139,-130],[-285,-165],[-30,-9],[-20,13],[-58,42],[0,-6],[-32,19],[32,-71],[-2,-99],[-19,-50],[60,-43],[-28,-16],[-33,-5],[14,-15],[-7,-99],[-97,-98],[-1,0],[-101,29],[-26,-68],[-80,-132],[-37,-19],[-7,-54],[-25,-41],[15,-45],[0,0],[-1,-1],[-37,13],[-63,-108],[-64,-56],[-89,-40],[-7,-18],[0,-1],[-12,-32],[-2,-5],[-8,5],[-41,27],[-45,-32],[-74,-54],[-3,3],[-29,30],[0,-1],[-4,4],[-26,-45],[2,55],[0,34],[-40,28],[-45,142],[-3,15],[59,99],[99,25],[0,0],[0,0],[0,0],[-35,117],[33,100],[61,25],[-82,53],[30,68],[91,45],[25,67],[14,14],[104,35],[81,111],[188,63],[30,6],[32,38],[46,42],[-10,-1],[47,54],[-106,-65],[-104,-18],[-32,10],[-15,-55],[-70,12],[-68,17],[-148,-35],[-80,-19],[-46,224],[-7,5],[-112,164],[-2,-6],[-18,41],[8,-80],[-5,-20],[9,-19],[4,-40],[14,-154],[-28,-15],[-54,-13],[1,-35],[-96,-267],[-42,-87],[-117,75],[0,0],[43,238],[-35,73],[1,44],[-35,25],[-18,36],[-30,-75],[-111,74],[-28,30],[-1,-10],[-13,8],[6,-55],[-17,-109],[-9,-9],[0,0],[-147,24],[-375,-105],[-82,-23],[77,102],[68,88],[5,75],[4,7],[-4,1],[2,25],[-36,27],[-50,-45],[-18,-16],[-31,-29],[-70,-43],[-33,-4],[-31,17],[-33,46],[-50,70],[-50,131],[8,21],[118,20],[2,10],[13,2],[-13,0],[26,112],[-67,-78],[-144,-20],[-29,2],[-188,218],[0,0],[-29,173],[-62,24],[-33,19],[-3,135],[18,12],[182,90],[27,-14],[-16,122],[2,-1],[404,-302],[-127,189],[-164,112],[-1,1],[30,35],[-31,2],[0,82],[-48,-53],[0,0],[-129,-6],[-46,-65],[14,150],[-75,31],[-28,18],[17,29],[32,53],[-74,18],[-1,19],[14,90],[-23,38],[-1,21],[-6,-10],[-8,14],[-8,-42],[-122,-208],[-2,-2],[33,172],[-89,146],[13,-109],[-27,-37],[-1,29],[-41,-85],[-84,22],[16,-153],[22,-208],[-75,-40],[-173,128],[-19,5],[-109,47],[-39,-14],[-37,8],[-42,43],[-62,63],[-77,0],[-78,127],[39,43],[-56,161],[-98,82],[-88,-55],[8,77],[27,187],[169,-40],[75,-19],[-93,108],[-27,138],[6,118],[128,99],[0,0],[202,-329],[0,-63],[39,-1],[57,-92],[14,-28],[80,-78],[24,67],[42,34],[8,-3],[20,-28],[48,-146],[13,76],[32,-13],[-86,156],[-5,18],[-6,1],[-25,45],[-44,1],[5,-27],[-32,10],[-8,6],[0,0],[41,59],[-98,254],[77,-7],[81,60],[0,0],[0,0],[124,-120],[30,107],[-276,267],[-53,51],[-2,-5],[-47,-45],[-3,3],[9,30],[47,83],[7,98],[17,59],[-2,154],[2,31],[212,-146],[69,-290],[11,-5],[50,-27],[39,30],[148,-100],[167,-240],[-9,-20],[14,13],[1,-2],[141,135],[-86,-233],[40,-54],[68,178],[11,16],[0,0],[78,25],[0,143],[98,-184],[101,-44],[29,-83],[34,34],[95,-254],[-63,195],[25,37],[57,-30],[-236,231],[0,0],[-45,109],[37,9],[-92,129],[-21,53],[2,92],[0,1],[48,-46],[94,187],[-142,-28],[1,200],[-135,213],[60,42],[26,17],[0,1],[0,0],[0,0],[-11,70],[107,-4],[85,60],[33,23],[46,100],[-15,50],[-24,83],[-9,32]],[[29768,77747],[19,-308],[-59,-85],[-68,-2],[89,-87],[-7,-214],[-106,-34],[-47,36],[-56,-111],[176,-6],[-160,-62],[103,18],[55,-63],[-81,-56],[39,-7],[0,0],[-12,-95],[-80,-70],[102,-6],[19,121],[69,3],[-7,-98],[-77,-26],[43,-197],[-79,-4],[-95,-153],[30,-116],[-60,8],[-53,-122],[34,-27],[194,124],[-78,18],[67,171],[141,49],[56,-53],[29,145],[-120,83],[122,128],[50,-70],[133,136],[105,-120],[-20,-159],[78,57],[49,-77],[-106,-60],[91,-9],[38,-10],[-74,-67],[-18,-13],[6,2],[-11,-10],[-2,5],[-252,-203],[75,36],[-81,-74],[264,159],[13,-44],[-136,-84],[44,17],[-29,-20],[207,92],[23,-267],[0,0],[0,0],[0,0],[51,187],[120,7],[-61,54],[72,124],[22,-93],[11,3],[4,-9],[8,12],[32,9],[18,61],[72,101],[107,62],[6,-26],[-14,-69],[-147,-191],[-129,-58],[-80,-134],[2,-1],[-1,-1],[34,-3],[22,-2],[-3,-34],[-5,-55],[1,3],[0,-6],[85,177],[133,-40],[0,0],[-2,-228],[-172,-83],[-306,55],[31,-18],[42,-28],[30,-175],[0,0],[49,112],[82,-119],[8,-12],[8,11],[35,47],[0,0],[41,-20],[19,-20],[23,1],[16,-7],[16,9],[34,2],[-4,-14],[-11,-38],[-7,-10],[2,-8],[-5,-20],[18,-16],[15,-43],[-6,-10],[-119,13],[-4,1],[-177,-160],[67,-3],[-44,-53],[0,-1],[0,0],[31,4],[-17,-57],[19,57],[6,1],[86,-18],[10,12],[-4,-1],[3,3],[2,-1],[16,19],[10,1],[-2,-59],[20,7],[-2,-18],[54,27],[1,-7],[-12,-41],[-176,-25],[-4,0],[-106,-154],[-31,103],[53,56],[-3,0],[-99,7],[-20,34],[-1,17],[-5,-6],[-11,20],[3,-29],[-18,-21],[37,-128],[-152,-111],[5,1],[-2,-1],[183,14],[-149,-240],[219,170],[-51,-74],[-1,-1],[0,0],[0,0],[0,0],[0,0],[42,-25],[-68,-32],[-23,-43],[-103,-186],[9,8],[-11,-21],[122,111],[21,17],[48,47],[72,65],[-2,-8],[-19,-90],[3,0],[-1,-9],[56,-1],[-80,-141],[39,-44],[60,-72],[12,-67],[0,0],[-92,32],[0,0],[-3,1],[8,-50],[12,-91],[-7,10],[-59,76],[0,0],[-2,1],[-10,-159],[-117,83],[14,-141],[-17,-28],[-63,-40],[-22,-9],[76,-78],[0,0],[-42,-119],[70,-117],[-15,-67],[0,0],[1,0],[-1,-1],[130,-51],[-12,-40],[-135,3],[-4,61],[1,8],[-1,-4],[-1,15],[-7,-40],[-16,-47],[-68,-8],[-5,0],[0,-1],[-3,0],[41,-186],[103,-120],[-44,-13],[16,-121],[0,0],[-64,163],[0,-1],[0,0],[0,0],[-55,-99],[-75,113],[-2,-4],[-1,2],[-13,-29],[-14,-27],[-1,1],[0,0],[-68,12],[2,-4],[-4,1],[41,-98],[1,0],[0,0],[0,0],[51,-2],[2,0],[0,0],[-24,-52],[2,3],[0,-6],[-2,2],[-13,-28],[23,-45],[-4,-42],[-27,-14],[28,-111],[-49,-20],[-5,-91],[-60,9],[-23,4],[23,-25],[70,-77],[-11,-162],[-2,-1],[-106,-13],[46,-6],[0,0],[14,-74],[60,20],[0,0],[0,-6],[-32,-138],[2,0],[-2,-1],[0,0],[0,-1],[-44,78],[-37,68],[0,0],[0,0],[0,0],[-1,1],[-67,-148],[29,192],[-51,114],[-103,-3],[-24,-98],[0,0],[-34,68],[-97,-14],[-1,0],[-38,160],[114,51],[0,0],[0,186],[138,5],[0,0],[0,0],[-5,120],[-2,43],[-120,2],[27,81],[0,0],[98,-64],[-67,196],[0,0],[106,69],[9,28],[5,4],[14,59],[126,411],[45,146],[2,122],[1,82],[16,116],[-14,-60],[-45,-3],[-97,-7],[42,72],[19,32],[30,348],[-8,5],[1,1],[-1,-1],[-26,18],[-99,-278],[-8,69],[-1,17],[7,19],[193,449],[-105,-219],[-14,35],[-92,-255],[-21,-44],[138,605],[-226,-381],[-1,110],[0,1],[-54,9],[-25,163],[62,-15],[-2,4],[1,0],[-16,49],[0,0],[-122,45],[-30,-52],[0,-1],[0,0],[-70,79],[-80,0],[170,-141],[1,0],[0,-2],[50,10],[22,-103],[40,-200],[-48,-33],[-2,-1],[19,143],[-105,-71],[0,0],[-15,125],[0,0],[0,-5],[-1,6],[-12,-276],[-84,-104],[-67,54],[0,6],[10,100],[-9,-10],[0,24],[-12,-36],[-48,-54],[5,-86],[-1,-2],[-39,-125],[-2,-2],[-30,99],[-166,31],[-5,134],[-83,-33],[-59,58],[0,0],[17,128],[227,2],[-71,29],[0,0],[3,2],[133,84],[-136,-38],[-9,0],[4,95],[-1,0],[1,2],[57,15],[-99,12],[10,64],[-84,40],[16,-92],[63,-35],[0,0],[0,0],[-175,-218],[28,157],[-53,58],[-43,-69],[-152,6],[57,-68],[0,0],[-103,-30],[-72,60],[-44,37],[45,51],[15,17],[-2,0],[-211,34],[-19,52],[-15,43],[1,1],[46,46],[-2,1],[1,0],[0,0],[-64,7],[37,69],[8,15],[45,76],[-4,3],[3,4],[-72,63],[21,52],[54,44],[161,26],[148,23],[62,-68],[0,1],[1,-2],[63,-69],[-1,2],[2,-3],[-16,81],[-5,24],[2,-1],[31,-50],[118,-12],[17,-7],[-4,6],[3,-1],[-51,82],[-7,12],[184,98],[86,-240],[37,11],[-20,-97],[82,105],[-75,-2],[-41,130],[0,0],[155,-60],[4,-1],[0,0],[17,-7],[-87,59],[79,19],[42,9],[-98,27],[106,91],[30,23],[15,-43],[18,-56],[31,38],[95,-47],[4,-13],[50,-201],[11,36],[9,-25],[6,73],[8,26],[110,12],[-55,13],[26,11],[-54,-4],[-19,5],[-47,130],[-1,4],[1,2],[36,37],[45,119],[0,0],[0,0],[68,-80],[35,25],[-17,69],[-17,92],[155,7],[0,0],[96,-41],[63,-26],[-62,50],[-102,83],[-252,-3],[0,0],[83,96],[-39,86],[-5,-6],[-1,5],[-38,-56],[-55,-71],[-111,50],[0,0],[-19,86],[95,17],[0,0],[0,0],[-120,47],[33,69],[0,0],[70,-41],[-22,48],[-13,29],[0,0],[-1,3],[-217,-24],[0,0],[14,204],[68,30],[42,18],[-2,0],[3,1],[-176,7],[4,91],[0,0],[131,47],[-124,-12],[29,149],[-4,-3],[1,2],[-63,-51],[-69,-54],[2,-1],[-1,-1],[31,-38],[0,0],[0,0],[-5,-11],[-55,-98],[1,1],[2,-2],[0,-1],[-3,2],[-7,-12],[-40,54],[-1,-1],[-31,42],[1,1],[85,71],[-10,57],[-7,-2],[0,1],[-155,-33],[-5,-1],[-6,7],[-61,72],[0,0],[-2,2],[-67,-102],[-54,39],[-116,-61],[-51,62],[-30,38],[53,26],[0,0],[0,0],[25,89],[12,42],[91,-32],[16,14],[86,-17],[-65,35],[55,46],[-4,162],[135,134],[61,-178],[278,-195],[217,54],[-239,-7],[-123,134],[1,0],[-32,92],[49,78],[189,149],[-44,103],[106,101],[-63,9],[25,37],[30,45],[186,-63],[1,-1],[0,0],[61,18],[42,12],[59,-72],[-14,23],[22,-25],[-64,141],[19,55],[3,6],[56,-43],[6,8],[5,-2],[73,110],[0,0]],[[10217,48964],[30,-44],[26,-41],[203,-63],[7,-17],[-33,-86],[8,-4],[-1,-2],[45,-21],[100,-52],[82,-161],[93,-60],[4,-100],[86,-163],[15,-45],[-48,-40],[97,-98],[23,26],[52,1],[51,-38],[70,11],[160,26],[72,-50],[0,0],[60,-45],[1,2],[26,-18],[3,79],[108,-15],[92,-148],[24,-38],[110,-54],[91,27],[29,-84],[84,-59],[44,-58],[-16,-41],[92,-29],[26,61],[5,2],[5,-9],[2,-221],[-74,27],[17,-84],[56,-3],[-66,-196],[-24,-25],[-19,-18],[-125,27],[-10,15],[-25,43],[35,135],[-3,-2],[1,2],[-98,-20],[-54,16],[66,-126],[-91,-12],[-16,-96],[-145,-106],[20,3],[-9,-8],[27,11],[115,20],[64,51],[105,41],[60,4],[22,-4],[-37,-123],[-85,-86],[-422,-295],[-23,-16],[0,0],[-37,13],[-161,56],[-25,9],[23,23],[151,150],[-25,60],[-99,17],[-38,-25],[-66,-43],[-130,-183],[-213,9],[-94,-89],[-143,-129],[-9,-1],[-122,67],[-3,3],[-2,-1],[0,0],[-194,-43],[0,0],[-65,-88],[-246,51],[0,0],[-67,-43],[-2,-1],[-23,-15],[-78,28],[-2,-3],[-4,1],[-30,-62],[-49,-91],[-9,23],[-5,40],[-27,-4],[-94,-7],[-2,-7],[-97,-14],[-9,84],[12,11],[-13,-1],[0,4],[-60,-7],[-33,-1],[9,101],[5,64],[-82,-9],[3,52],[-47,-15],[13,58],[66,190],[22,27],[233,-18],[0,0],[32,-82],[3,25],[53,3],[22,-90],[-124,0],[249,-62],[-49,198],[164,-55],[73,-24],[55,15],[-34,25],[30,24],[145,-27],[46,67],[29,-7],[82,-24],[131,103],[212,58],[62,100],[-42,63],[57,13],[-37,16],[23,19],[-79,6],[-142,-129],[-33,23],[-1,-1],[-26,29],[-31,-76],[-39,-19],[-162,-23],[-61,1],[-110,-69],[-94,6],[-59,97],[8,54],[21,53],[207,188],[84,238],[22,18],[286,20],[235,225],[-10,19],[10,11],[-28,23],[-39,73],[-92,-85],[-52,-16],[-316,-97],[-13,-3],[-27,64],[-56,5],[4,7],[32,58],[-36,68],[-322,208],[-1,0],[-232,-43],[-16,7],[-201,98],[15,113],[128,39],[0,0],[0,0],[104,137],[-19,0],[6,8],[-67,-9],[-64,-1],[-35,210],[200,-24],[7,6],[7,-1],[10,17],[59,54],[1,0],[63,-53],[203,-170],[-59,65],[53,-41],[-137,137],[47,-11],[-61,79],[-1,137],[132,-68],[0,0],[0,0],[0,1],[0,0],[-55,85],[22,-14],[10,-8],[1,1],[6,-4],[1,74],[130,-4],[10,9],[91,64],[29,-13],[28,42]],[[22184,66937],[336,-174],[87,39],[18,-73],[82,-52],[14,-9],[-62,-50],[5,-3],[-12,-12],[57,-41],[169,-124],[-7,-146],[-13,-101],[-108,66],[-36,0],[-76,0],[34,-55],[-9,-108],[-6,-17],[-79,3],[-47,-56],[-12,2],[-8,-25],[-18,-22],[-86,7],[3,-3],[0,0],[-3,0],[9,-5],[2,-3],[36,-33],[28,-10],[1,-1],[1,0],[20,-7],[3,-1],[1,0],[42,-15],[-1,-1],[60,-19],[1,0],[75,-26],[34,67],[19,37],[6,6],[103,7],[36,0],[185,-181],[6,12],[2,-1],[48,95],[59,111],[18,-64],[19,5],[81,16],[-3,-8],[-33,-16],[21,-9],[-37,-80],[57,-25],[-74,-53],[3,-123],[128,-37],[6,8],[11,-3],[63,109],[48,69],[78,-20],[47,-15],[95,73],[37,-162],[3,-21],[-114,10],[-115,-63],[82,-149],[-1,-64],[-9,-27],[-51,8],[74,-39],[23,49],[40,8],[33,0],[-18,-42],[70,-51],[30,70],[4,3],[-4,-1],[8,17],[-52,-7],[24,96],[-78,54],[0,1],[373,170],[23,-32],[3,-137],[-41,-64],[-3,-1],[0,-3],[-6,-10],[16,-53],[9,-57],[-139,13],[-60,-77],[-92,13],[-126,-218],[-48,-84],[0,0],[-32,39],[2,9],[-45,44],[-34,42],[-117,61],[-55,-33],[1,-1],[-1,-1],[25,-18],[29,-23],[-32,-39],[-27,-33],[0,0],[-61,-74],[4,1],[-3,-3],[112,32],[0,0],[-13,-134],[124,-14],[-169,-83],[-23,-11],[0,0],[-4,-2],[116,-149],[-75,-2],[-140,-178],[37,-77],[-41,-69],[-33,-49],[18,-13],[104,-83],[-56,-107],[18,-19],[-4,-13],[-165,-38],[-19,85],[-5,-2],[0,0],[-2,-2],[-38,-15],[-65,110],[52,51],[2,182],[-60,6],[-113,146],[48,43],[44,-97],[38,53],[23,31],[0,1],[3,5],[-82,106],[-13,-11],[-119,-43],[-1,1],[92,96],[38,-12],[55,-23],[109,59],[0,0],[24,-73],[213,119],[12,4],[-7,-1],[7,4],[-116,-9],[-130,54],[99,80],[101,-36],[-2,4],[2,0],[-31,114],[-10,38],[72,18],[18,31],[25,46],[-2,1],[1,1],[-3,0],[-54,40],[-16,-28],[-72,12],[-4,61],[-164,272],[12,148],[-54,14],[-168,-146],[-207,-22],[-1,-3],[-60,30],[46,-87],[-2,-8],[-138,9],[-65,-102],[-109,26],[-96,-62],[-27,48],[-48,-37],[-81,79],[-37,51],[-9,256],[-85,64],[0,15],[13,30],[-32,6],[-33,-149],[-105,-4],[-18,-68],[0,0],[-45,-19],[-6,1],[-196,106],[-18,84],[-7,210],[17,31],[-18,18],[0,114],[3,17],[53,55],[0,0],[0,0],[0,0],[0,0],[-33,69],[88,51],[-48,41],[-12,11],[10,267],[-44,39],[153,139],[-8,35],[11,13],[-16,12],[-8,34],[2,0],[34,-8],[109,45],[369,94],[82,-86]],[[10226,43764],[-29,-322],[2,-5],[-1,-12],[60,-161],[57,-169],[-6,-212],[5,-15],[0,-2],[25,-67],[54,-148],[129,-117],[21,-20],[-18,-127],[-4,-27],[0,-1],[0,-5],[96,-129],[-47,-101],[18,-132],[45,32],[-24,-88],[6,1],[33,3],[-116,-92],[0,0],[-33,-87],[-63,28],[0,-1],[0,0],[0,-5],[-3,-146],[-50,48],[-186,-123],[-69,-46],[-66,38],[-83,-54],[0,0],[0,0],[-32,69],[-97,-17],[25,-74],[-101,-176],[-90,-47],[0,0],[0,0],[0,0],[0,0],[-37,-74],[0,-1],[-3,1],[-283,75],[0,1],[43,141],[-24,73],[0,1],[112,191],[132,26],[19,19],[7,1],[0,6],[32,32],[-20,58],[1,9],[-36,87],[-60,169],[-97,124],[-113,-22],[-8,1],[0,4],[41,181],[215,120],[65,37],[46,76],[-32,72],[-143,0],[-3,2],[-139,14],[-41,-17],[-34,0],[-6,-16],[-6,-3],[-97,-262],[-39,-102],[-15,-21],[-193,-238],[-86,-74],[-7,-6],[-106,-83],[-61,9],[-31,14],[-76,123],[20,23],[86,71],[6,30],[20,22],[-13,9],[1,5],[-45,27],[38,121],[137,109],[11,8],[-5,3],[-6,4],[-12,7],[-15,14],[21,70],[36,124],[-46,27],[-76,47],[69,67],[53,53],[5,115],[-11,5],[3,70],[24,45],[-23,-9],[3,58],[5,25],[104,59],[42,-40],[17,-21],[93,46],[16,22],[115,103],[14,1],[116,116],[24,-37],[-65,-130],[-34,-246],[46,-80],[55,-7],[-26,96],[91,225],[-45,48],[149,23],[152,164],[112,95],[36,66],[36,38],[94,-8],[38,47],[7,9],[152,22]],[[13929,42098],[45,-27],[25,-26],[162,-208],[30,-81],[60,-254],[4,-29],[7,-44],[6,-42],[0,0],[-98,-127],[1,-7],[-30,-40],[37,-15],[0,-2],[67,-25],[0,0],[105,-44],[45,-59],[57,-80],[-137,-85],[-48,-91],[200,-130],[3,-2],[-63,-132],[6,-18],[57,-173],[-5,-21],[-94,-132],[-36,-31],[-103,30],[-68,-20],[-15,2],[-17,-11],[-3,-1],[-151,-43],[-207,40],[-39,29],[-8,19],[-153,97],[-37,27],[-71,253],[-114,62],[3,43],[24,178],[46,88],[-41,138],[-157,276],[-39,68],[0,23],[2,6],[124,420],[109,59],[29,15],[0,0],[0,1],[9,4],[50,120],[2,0],[131,-15],[-46,62],[36,44],[11,3],[95,12],[17,0],[175,-104]],[[11934,45297],[40,-81],[28,-60],[-30,-56],[29,-71],[0,-2],[-277,-522],[-86,-165],[-65,-22],[-110,-290],[-66,-17],[-20,-128],[-14,-86],[-1,-6],[-126,-254],[14,-111],[0,0],[-57,-78],[21,90],[-64,-11],[-17,-144],[-3,-21],[-60,39],[-20,-9],[-6,2],[-24,-16],[-29,-14],[-59,-237],[1,-1],[0,-1],[19,-25],[27,-36],[-98,-239],[-293,19],[-6,4],[-130,111],[-42,84],[-39,199],[-14,235],[18,93],[89,154],[137,190],[52,28],[21,11],[103,16],[41,-13],[41,26],[214,33],[124,84],[10,9],[-18,60],[-109,-38],[-62,-91],[-21,6],[-4,-10],[1,8],[2,2],[-85,24],[-154,78],[-49,-19],[0,0],[198,424],[262,254],[140,79],[151,85],[72,148],[78,-8],[104,99],[8,0],[9,16],[36,35],[16,45],[13,38],[67,-22],[-2,68],[74,8]],[[5403,56207],[-10,-47],[97,14],[3,-88],[50,45],[-31,37],[74,-36],[60,37],[-40,24],[85,-1],[-137,69],[97,40],[6,0],[1,4],[56,23],[53,98],[20,0],[46,-38],[52,92],[7,8],[-1,-39],[-2,-3],[2,-2],[-1,-7],[54,-27],[44,-29],[-55,-5],[110,-34],[-11,-57],[-31,-34],[-29,40],[25,-87],[-102,-2],[55,-25],[-25,-13],[58,-2],[12,-6],[3,5],[130,-6],[1,0],[-15,-81],[26,16],[1,-4],[0,5],[56,34],[-42,21],[115,-5],[-18,14],[20,1],[-85,64],[19,19],[36,-20],[0,0],[39,-30],[15,-62],[53,10],[67,-51],[-147,-240],[-135,131],[81,45],[-4,-1],[3,1],[-3,-1],[-119,-33],[-7,-39],[-28,26],[0,0],[-28,-42],[-114,93],[-4,3],[-35,29],[115,-22],[-27,41],[26,-14],[14,-7],[0,0],[3,49],[-1,0],[0,0],[0,0],[-4,0],[-208,-20],[19,-12],[-25,-4],[112,-48],[11,-7],[0,0],[-47,-80],[1,0],[-5,-10],[78,-16],[-6,-3],[33,-3],[91,-19],[0,0],[-41,-81],[32,-33],[-3,-6],[-108,-25],[102,14],[1,-1],[-25,-53],[48,-9],[36,17],[160,39],[6,-2],[-34,-106],[-32,-93],[-111,-65],[-102,37],[-59,21],[20,-52],[-93,27],[-227,-59],[-45,49],[87,-9],[-16,55],[-7,-2],[0,1],[1,-18],[-143,-9],[74,-59],[-117,-10],[544,-42],[0,0],[0,1],[21,60],[7,-1],[98,-20],[-23,-96],[7,-5],[-36,-173],[-86,-13],[80,-28],[-113,-10],[0,0],[-48,19],[0,0],[-26,10],[1,0],[-120,46],[113,-84],[-161,52],[59,-46],[-113,-11],[-109,83],[69,-92],[-14,-19],[62,9],[98,-12],[12,-21],[66,-189],[0,0],[-106,37],[0,1],[0,33],[0,12],[-53,-43],[-77,30],[-29,75],[0,0],[-11,-49],[0,0],[-81,33],[-50,101],[112,2],[-115,4],[0,0],[57,44],[0,0],[0,0],[0,0],[-141,-18],[-7,61],[-6,52],[0,0],[42,3],[-111,120],[68,-109],[0,0],[-47,-70],[-21,-32],[-49,-75],[-59,97],[-101,165],[2,151],[-54,-65],[-109,136],[49,14],[4,4],[11,2],[-7,-4],[28,9],[124,-112],[186,-20],[-183,24],[-94,84],[-5,4],[0,0],[-29,26],[-8,69],[-97,36],[51,-68],[-56,-60],[-8,-2],[-153,-12],[-43,103],[13,23],[-41,-13],[-29,7],[-100,78],[-8,24],[-24,1],[-5,5],[-15,21],[18,35],[15,17],[13,-11],[13,-42],[41,14],[13,52],[4,5],[-2,3],[11,47],[-51,20],[109,38],[-3,20],[7,4],[21,104],[33,41],[-18,31],[26,57],[1,0],[92,-35],[46,37],[164,-144],[-15,-42],[123,-47],[50,141],[-23,61],[32,16],[118,61],[-26,79],[123,99],[14,-32],[-3,-32],[-46,-43],[12,-37],[-71,-118],[99,0]],[[5191,54460],[16,-30],[18,12],[27,-31],[-44,17],[5,-11],[42,-9],[86,-101],[46,-52],[86,-10],[70,-35],[46,-45],[3,-10],[-135,-15],[0,0],[227,-127],[14,-13],[-3,-19],[-116,-1],[-13,2],[14,-39],[34,-17],[3,-4],[2,1],[8,-4],[81,29],[19,-25],[-7,29],[60,22],[-7,-18],[-15,-35],[-19,-43],[0,0],[0,0],[-136,-21],[11,-26],[-7,-1],[-2,0],[-122,59],[16,-17],[-3,2],[77,-87],[182,3],[26,-164],[81,36],[8,3],[21,-38],[5,-11],[-45,-134],[0,0],[-96,9],[-106,-157],[1,-2],[-1,0],[29,-54],[14,-28],[-61,-39],[-41,-139],[-149,16],[-1,0],[2,9],[28,35],[40,-33],[-35,40],[3,4],[-5,-1],[-24,27],[-73,-52],[0,0],[-6,2],[-104,43],[0,0],[0,0],[0,0],[1,-54],[-55,92],[45,-104],[117,-26],[0,0],[33,29],[38,-63],[18,-29],[131,-32],[20,-26],[-13,-75],[-8,-25],[11,-12],[69,-138],[8,-51],[1,-15],[-19,-20],[-76,-79],[-106,51],[-26,13],[-82,40],[0,0],[0,0],[0,0],[32,-44],[50,-68],[-21,5],[-69,26],[-22,40],[13,-37],[-40,15],[-38,-18],[-30,6],[18,-11],[-27,-12],[62,-30],[-26,-24],[48,-52],[145,35],[94,5],[77,-27],[38,-14],[9,-123],[11,14],[1,-8],[44,41],[74,-56],[0,-3],[-81,-89],[-8,-5],[18,-59],[-8,3],[-196,85],[-18,-5],[-14,5],[-57,21],[-54,-59],[-26,1],[-122,4],[-94,4],[-71,70],[4,89],[-52,35],[-10,40],[7,8],[-14,18],[-17,69],[-3,30],[-1,12],[18,37],[-30,84],[0,0],[-31,328],[-47,137],[-92,33],[2,1],[77,14],[21,33],[27,13],[26,283],[96,93],[-14,64],[1,173],[1,99],[-129,285],[219,107],[47,101]],[[30716,78438],[136,-77],[1,68],[169,-83],[-26,-86],[10,-7],[-2,-13],[71,-41],[-80,15],[2,-8],[-9,1],[21,-57],[37,-171],[0,0],[-7,-135],[-12,-14],[10,-13],[-2,-38],[59,-34],[2,-2],[-60,-25],[-4,-3],[-141,69],[0,0],[-140,174],[192,-356],[1,-7],[0,0],[-109,-117],[-94,73],[-63,-32],[205,-59],[12,-5],[8,-75],[46,28],[1,-61],[17,-2],[42,-7],[-4,-109],[-81,-35],[40,-90],[-139,9],[20,-117],[16,-3],[6,-17],[52,9],[16,-2],[0,0],[-65,-218],[6,-4],[-3,-8],[-20,-74],[-48,16],[57,48],[-107,-63],[-11,-3],[-3,2],[-83,65],[-5,0],[-17,12],[-90,66],[-8,-65],[-3,-32],[13,-11],[-1,-9],[20,-7],[50,-43],[-5,-7],[-43,-21],[-118,45],[-25,-36],[-85,109],[-3,14],[-28,157],[-51,-3],[47,30],[-55,144],[38,186],[-38,-76],[-51,43],[64,112],[-67,171],[60,204],[1,0],[15,-1],[110,147],[18,-245],[64,6],[2,0],[-38,44],[67,378],[15,86],[28,194],[-36,55],[3,0],[162,15],[4,-6],[45,-151],[-2,186],[1,3]],[[21853,64369],[93,-27],[50,21],[56,94],[7,8],[178,5],[51,40],[19,-11],[35,-26],[-60,-106],[35,3],[46,0],[-220,-73],[-149,55],[-13,-6],[-15,4],[7,-9],[-20,-10],[60,-41],[-40,-31],[0,0],[-81,71],[-190,-26],[-103,133],[-25,152],[-170,147],[-36,217],[-39,5],[-138,15],[-17,2],[-31,5],[-1,9],[45,145],[52,129],[34,83],[47,2],[51,1],[85,61],[23,7],[105,-31],[1,0],[-2,-69],[34,-7],[14,-41],[-9,-32],[50,-6],[284,-153],[36,-26],[46,-30],[-21,-26],[-48,-24],[26,-6],[27,-30],[-12,-32],[93,-61],[0,0],[-68,-87],[2,0],[0,-1],[95,-32],[0,0],[-59,-66],[142,-43],[-134,-117],[-115,-26],[0,0],[-60,-11],[-1,-3],[-11,-2],[-41,-86]],[[31529,79240],[8,-114],[-30,-164],[43,-1],[0,-5],[3,5],[8,0],[85,184],[46,88],[34,-89],[114,31],[1,0],[1,-19],[1,-26],[0,0],[82,2],[-19,-66],[1,0],[-1,-3],[95,-25],[1,0],[-186,-45],[2,-1],[0,-1],[-1,0],[6,-4],[103,-87],[-14,-123],[-224,46],[134,-203],[-157,15],[-98,-23],[26,-20],[189,-39],[-235,-340],[113,-85],[36,45],[0,0],[1,-16],[4,-75],[-32,-26],[-5,-4],[-17,-12],[-41,-30],[-16,5],[-52,27],[-123,63],[-19,9],[-3,12],[-7,-6],[-12,6],[-1,-2],[-71,-79],[-11,-12],[-23,-22],[-94,11],[-15,12],[0,13],[1,38],[-2,0],[-1,0],[0,2],[-56,0],[63,81],[-73,171],[78,-8],[46,-9],[-1,4],[2,0],[-23,59],[-29,81],[105,97],[1,0],[0,0],[0,0],[-32,77],[59,149],[-92,68],[117,130],[3,4],[0,0],[0,0],[0,0],[-51,22],[79,19],[22,5],[0,0],[0,0],[59,81],[14,19],[0,0],[0,0],[-4,12],[0,2],[-9,31],[-9,32],[8,2],[0,0],[2,1],[0,0],[88,32],[5,-9]],[[14577,43059],[6,-5],[108,37],[10,-247],[29,-94],[56,-185],[-1,-7],[-123,-91],[106,-179],[7,-13],[-102,-64],[-55,46],[-45,37],[-28,182],[-132,140],[-16,-6],[-6,5],[-87,-38],[-15,153],[-12,115],[-46,-53],[-20,77],[56,235],[-162,47],[-209,348],[-3,9],[79,103],[51,66],[11,14],[104,-31],[193,-216],[142,-79],[1,-3],[-26,-95],[-30,-35],[122,-28],[-1,-122],[38,-23]],[[9395,51888],[171,-134],[18,-15],[55,-13],[53,-42],[37,-87],[-21,-10],[-109,-51],[156,-46],[8,-3],[-53,-201],[-33,-115],[-70,-58],[-150,-125],[-193,101],[-30,17],[-7,31],[-18,120],[-16,3],[-264,198],[0,0],[-57,52],[7,6],[45,3],[16,20],[93,115],[203,181],[73,-30],[86,83]],[[5629,54919],[-33,-96],[20,27],[-6,12],[11,-6],[3,5],[-2,-36],[44,70],[42,-14],[6,-3],[1,-69],[9,59],[21,-10],[36,-24],[56,-77],[-8,-8],[-108,38],[0,0],[0,0],[-1,-2],[-25,-61],[6,-3],[-3,-10],[50,-19],[44,-16],[-35,2],[-65,4],[0,0],[-30,51],[-1,-103],[0,0],[-60,81],[5,-61],[4,1],[-2,-7],[-1,0],[1,-12],[-49,-8],[6,-3],[-39,-3],[144,-63],[5,24],[56,-21],[-52,41],[4,18],[119,-13],[57,-72],[2,-16],[-79,13],[0,0],[0,0],[59,-73],[-119,-14],[153,-2],[0,0],[-2,-1],[-177,-19],[14,-22],[-4,-1],[18,-22],[21,-33],[-11,-1],[-146,57],[31,-76],[-100,37],[7,-20],[-28,6],[-63,-28],[0,0],[-103,106],[-47,48],[-243,55],[-2,2],[1,1],[35,11],[-6,45],[6,11],[-9,12],[-4,38],[-61,51],[41,74],[-1,0],[2,3],[-49,21],[13,63],[124,31],[0,0],[55,117],[95,33],[19,7],[10,-8],[111,-122],[207,3],[0,0]],[[7787,48129],[4,-102],[0,0],[0,0],[-138,-15],[-1,-4],[-6,-1],[5,-10],[-4,-47],[-12,1],[5,-26],[-23,39],[-28,54],[-1,0],[-1,1],[-2,-1],[-1,2],[-31,-11],[-80,-25],[-3,-7],[-6,-2],[3,-6],[-14,-34],[1,0],[0,-1],[56,-58],[0,0],[-67,-132],[0,0],[-262,10],[0,0],[-87,-118],[10,-50],[1,-142],[-27,-14],[-106,-9],[-25,6],[-4,8],[-32,80],[-14,-3],[-14,24],[-119,-44],[-4,33],[23,228],[-52,112],[-21,-3],[-29,-3],[14,14],[43,14],[119,141],[19,19],[114,-20],[26,21],[21,0],[17,-38],[59,19],[51,-42],[11,-9],[1,-1],[0,0],[7,-6],[14,21],[201,148],[17,9],[0,0],[82,-58],[7,8],[1,0],[3,6],[21,28],[36,-22],[2,-3],[1,1],[7,-4],[96,138],[3,-3],[51,-85],[39,-4],[23,-22]],[[8815,48930],[-106,-217],[0,0],[-31,-35],[-67,57],[0,0],[0,0],[-5,-151],[-27,49],[0,0],[-1,-2],[-126,-150],[-17,-19],[-147,-7],[-32,-77],[-64,95],[0,0],[-1,1],[-51,-117],[-40,68],[-11,1],[-5,6],[-27,-4],[-45,4],[-3,-10],[-27,-4],[-15,-113],[-62,-32],[-57,121],[48,55],[13,-14],[74,114],[0,0],[2,-6],[14,-36],[0,0],[67,12],[1,0],[0,1],[29,61],[2,4],[53,111],[70,25],[29,123],[109,57],[55,29],[-2,42],[6,2],[79,25],[56,83],[66,51],[101,40],[6,42],[168,-18],[-8,-121],[-71,-146]],[[10821,55026],[-114,-316],[-3,-4],[-101,-115],[5,-30],[-3,-4],[27,-138],[26,-157],[15,-18],[87,-110],[1,-14],[-5,-96],[-108,-163],[-118,-36],[-71,44],[7,84],[-41,16],[-5,14],[-23,-4],[-20,8],[55,203],[-2,14],[-22,368],[7,40],[74,142],[21,36],[151,-52],[0,0],[27,75],[-74,32],[42,25],[-43,32],[-3,107],[35,-9],[8,-79],[106,96],[7,3],[5,85],[51,-78],[-1,-1]],[[25310,67965],[70,-42],[-131,-26],[-37,41],[-9,12],[-2,0],[-7,9],[-173,-48],[-134,-227],[-18,-32],[0,0],[0,0],[0,0],[0,0],[37,-131],[-3,3],[-60,90],[25,69],[-50,0],[0,0],[19,-52],[-5,-1],[-18,27],[5,-28],[-149,-10],[-12,-75],[-11,-37],[-41,32],[19,86],[64,8],[-38,46],[-129,-113],[-10,50],[-96,13],[-12,-21],[-25,-4],[-82,-178],[-44,-10],[-26,-121],[-8,5],[-47,84],[-2,-54],[-3,2],[1,-28],[-2,-56],[-6,10],[-41,115],[4,36],[18,98],[70,-9],[18,31],[8,2],[130,163],[151,88],[-2,7],[5,3],[-12,16],[-15,38],[63,3],[-5,6],[3,1],[-27,28],[-56,68],[-4,85],[21,-19],[7,-15],[4,5],[8,-7],[122,35],[70,81],[116,-19],[-109,-112],[14,-83],[-70,13],[-54,-96],[105,-30],[16,63],[33,-27],[33,22],[17,-7],[57,57],[136,92],[141,14],[15,100],[118,58],[6,-175],[18,-11],[1,-8],[17,-3]],[[4852,51620],[134,-72],[7,-5],[-2,3],[0,0],[6,-4],[1,-3],[62,-48],[12,-15],[-135,63],[46,-34],[43,-34],[-99,-6],[83,-50],[37,37],[24,-19],[22,-22],[1,0],[2,-1],[-2,0],[45,-43],[1,-57],[-2,-7],[-93,28],[-6,10],[-27,66],[-45,-15],[62,-76],[1,-13],[-63,-25],[-6,-1],[0,-1],[-1,0],[-2,-17],[-13,-86],[-21,-3],[-36,10],[4,-16],[-18,-4],[22,-20],[8,-44],[-47,-28],[0,0],[-59,-14],[-78,8],[0,53],[-25,-7],[-11,23],[-42,-36],[0,0],[-10,53],[-2,-8],[-2,6],[0,-10],[-23,-70],[-29,2],[0,0],[-167,59],[-15,8],[32,82],[11,28],[132,18],[21,41],[1,1],[-1,0],[4,8],[-44,51],[11,1],[53,-9],[-27,86],[54,39],[-99,58],[28,8],[135,2],[93,57],[2,1],[1,1],[19,11],[41,129],[-21,72],[-14,49],[14,2],[29,1],[9,-4],[-2,-65],[96,-48],[-19,-78],[-101,-57]],[[23093,68306],[-6,-28],[-114,-15],[-18,-59],[-1,0],[1,0],[-3,-10],[36,10],[35,-1],[45,-52],[0,-6],[4,1],[10,-12],[62,23],[8,-56],[16,2],[3,-6],[11,7],[34,4],[35,-46],[45,43],[28,-98],[59,-32],[7,-142],[101,16],[0,0],[13,-25],[44,-93],[12,-36],[-84,31],[-37,-56],[-63,-94],[-8,-12],[23,105],[21,93],[-63,-13],[-86,163],[-62,31],[-19,28],[-19,-8],[-81,41],[-42,-20],[77,-104],[-117,-33],[-26,-63],[-168,132],[0,1],[7,197],[0,0],[0,0],[0,1],[-133,130],[-53,52],[-1,5],[53,-20],[90,-36],[38,46],[41,-7],[31,-8],[4,2],[14,-3],[92,59],[16,133],[87,38],[19,-22],[20,-47],[-41,-30],[-58,-33],[53,-19],[8,-49]],[[22774,67199],[11,-6],[92,4],[55,-2],[104,69],[61,-60],[-31,-39],[-73,-77],[60,-195],[0,0],[-143,-67],[-175,-1],[-31,17],[-2,1],[-47,27],[-65,42],[-163,244],[172,197],[96,-17],[4,-1],[1,0],[0,0],[5,-100],[54,-36],[15,0]],[[10194,45099],[-138,-305],[-80,-76],[-35,-55],[-1,-1],[0,0],[0,0],[0,-1],[7,-6],[54,-56],[-3,-19],[-15,-47],[-146,-101],[73,-55],[-2,-2],[-29,-31],[-15,2],[0,28],[-66,-17],[-3,-65],[-93,-71],[-5,6],[2,96],[0,0],[0,0],[0,0],[-87,10],[-1,7],[61,11],[-19,7],[21,-1],[-76,20],[0,0],[202,50],[-139,-6],[125,34],[-87,-4],[0,0],[5,68],[-40,-10],[-76,-21],[53,47],[53,48],[11,99],[0,0],[0,0],[-40,4],[79,59],[0,0],[-47,4],[38,95],[136,147],[120,-10],[7,0],[0,0],[0,94],[0,1],[140,110],[46,-72],[10,-15]],[[31694,77682],[47,-95],[43,-113],[14,0],[3,-7],[5,7],[26,-1],[81,103],[18,3],[10,-18],[8,-105],[-119,-211],[0,0],[-122,144],[-2,-1],[0,1],[-38,-23],[-24,-14],[-51,75],[-4,-1],[0,1],[-2,-1],[-131,-7],[-5,-23],[-8,-2],[6,-7],[-2,-14],[59,-51],[69,-79],[-59,-27],[-41,-12],[-76,108],[-147,209],[-18,32],[1,29],[41,107],[5,8],[108,-7],[17,-24],[17,-24],[10,-19],[2,2],[3,-3],[145,89],[111,-29]],[[24407,67077],[55,-58],[0,0],[-74,17],[2,-3],[-6,1],[45,-90],[125,-5],[80,-4],[-88,-24],[-33,-7],[1,-2],[-5,-1],[-9,-84],[25,-31],[1,-11],[14,-9],[6,-7],[6,-9],[11,-14],[18,4],[7,-4],[29,13],[143,36],[-7,-36],[-32,-41],[13,-59],[-2,-10],[5,-2],[4,-19],[81,-36],[3,-2],[-44,-122],[-36,16],[-83,43],[-36,-61],[-23,-5],[-27,15],[-21,-25],[-45,-9],[-4,3],[5,176],[-108,76],[-13,-7],[-3,2],[-47,-26],[-44,-22],[55,-94],[-28,-82],[-18,-2],[-38,9],[-102,16],[0,0],[51,135],[27,70],[132,17],[35,2],[1,2],[0,0],[0,0],[36,56],[-16,19],[4,18],[-79,72],[-116,139],[16,7],[62,-11],[89,70]],[[23670,66374],[-50,-126],[75,-133],[-79,-67],[-74,28],[-57,50],[-92,7],[-89,34],[-27,-37],[-12,-10],[-88,8],[-2,0],[21,57],[110,274],[34,-89],[3,-7],[12,-3],[3,-8],[87,-21],[2,-4],[9,1],[33,-8],[15,13],[33,3],[5,30],[21,19],[-7,65],[2,16],[95,19],[27,46],[9,3],[26,-20],[1,-23],[-46,-117]],[[10279,50888],[-46,-240],[-14,4],[-50,-126],[-112,12],[-176,112],[11,132],[84,55],[76,0],[38,0],[-17,146],[48,48],[58,7],[85,-108],[16,-24],[-1,-18]],[[30699,74495],[22,-160],[-9,-23],[12,-1],[4,-29],[28,26],[33,-3],[26,59],[23,-24],[-49,-182],[-73,-271],[-189,116],[-1,1],[17,157],[3,31],[16,24],[-12,14],[6,48],[-17,-34],[-26,31],[-79,151],[7,20],[1,0],[88,7],[169,-82],[-2,5],[4,-2],[-40,93],[-5,13],[11,6],[31,18],[0,-3],[-1,-1],[2,-5]],[[23977,67497],[-40,-77],[-43,0],[8,-66],[-23,-46],[-25,-10],[36,-234],[48,-56],[9,-39],[-70,-24],[-48,4],[-40,-34],[-23,-8],[-36,177],[-20,13],[-90,77],[-5,98],[2,23],[89,-60],[97,47],[-2,13],[3,2],[-15,87],[-30,230],[72,60],[51,43],[-5,-70],[-7,-64],[117,-61],[-10,-25]],[[11022,53482],[-211,-50],[-8,11],[-62,79],[-97,143],[21,98],[61,38],[4,2],[48,-8],[3,-1],[67,-11],[52,-17],[131,-119],[27,-32],[-36,-133]],[[31372,75864],[-57,-34],[-114,-164],[-60,-61],[-31,-69],[-2,-4],[-107,-35],[-109,82],[60,59],[8,4],[-2,3],[2,1],[-2,84],[30,42],[38,35],[95,8],[0,0],[1,3],[3,0],[49,85],[2,-1],[105,-42],[88,59],[4,-2],[55,-21],[-56,-32]],[[13055,48278],[-246,-350],[-52,-72],[-23,-33],[-269,-191],[-95,-68],[66,77],[17,19],[7,61],[1,14],[8,60],[-1,0],[2,15],[41,19],[68,53],[93,45],[221,265],[-8,32],[-2,23],[58,-50],[114,81]],[[7276,60537],[58,-164],[4,-15],[12,52],[62,-77],[-1,9],[4,-4],[-1,50],[81,-121],[11,3],[36,10],[4,0],[9,-146],[-85,45],[-179,0],[-88,33],[-20,54],[-1,5],[67,-34],[21,76],[-53,86],[-2,1],[1,1],[-20,32],[19,-58],[3,1],[0,-7],[-1,2],[24,-73],[-2,-1],[-39,27],[-24,18],[-47,181],[-8,30],[155,-16]],[[29471,75856],[6,-27],[0,-51],[-34,-77],[-44,-32],[-87,-25],[-73,7],[-63,39],[-39,97],[-40,60],[2,2],[62,-9],[0,1],[2,-1],[1,4],[65,93],[33,19],[44,-20],[35,-41],[130,-39]],[[9815,47833],[194,-126],[3,7],[1,-1],[24,30],[23,-36],[16,-24],[15,14],[62,-67],[-13,-11],[-113,-35],[-57,12],[-62,-47],[-19,90],[-13,-5],[-43,-6],[-11,-15],[-66,-25],[-17,13],[-8,36],[-72,28],[-15,12],[3,5],[72,124],[8,4],[62,-16],[8,38],[14,4],[4,-3]],[[12063,45451],[-114,-74],[-12,0],[-158,13],[-31,41],[-5,14],[50,84],[41,59],[157,86],[56,-62],[10,-61],[6,-100]],[[11832,42120],[-15,-20],[45,-49],[-39,-88],[1,0],[-12,-25],[41,16],[12,-3],[-62,-62],[1,-6],[7,-110],[-119,-111],[17,162],[-44,-3],[-16,66],[113,231],[28,-8],[4,-2],[0,1],[7,-2],[-12,126],[63,34],[54,-46],[-2,-2],[-78,-87],[6,-12]],[[6720,57982],[-51,-92],[-39,-72],[-77,64],[-52,42],[-6,-13],[-6,5],[-23,-68],[-3,-6],[-7,-15],[-35,-15],[-43,-18],[-50,115],[-1,3],[85,15],[64,11],[1,1],[7,2],[56,125],[11,25],[81,11],[53,6],[4,-12],[11,-32],[20,-82]],[[26771,74076],[-70,-144],[-36,58],[-24,15],[-54,65],[-93,30],[11,65],[39,39],[89,55],[6,3],[106,7],[7,0],[29,-87],[-10,-106]],[[12415,46563],[-13,-134],[-3,-14],[-3,-11],[-85,-64],[19,-8],[30,-84],[0,-2],[-106,-98],[-16,12],[-18,161],[1,4],[-80,55],[122,151],[12,14],[5,4],[10,-17],[19,-33],[15,9],[8,-10],[-22,-38],[79,77],[26,26]],[[6079,56735],[-16,-80],[-7,-18],[-80,14],[26,-56],[-46,-7],[-5,-29],[-16,-29],[-1,0],[-19,0],[-157,32],[111,200],[147,30],[63,-57]],[[12223,45590],[-3,-2],[-6,9],[2,1],[-95,155],[-15,27],[-16,26],[2,11],[104,359],[2,4],[23,-115],[0,0],[1,-1],[63,-50],[0,-1],[-68,-207],[3,-169],[3,-47]],[[12788,47284],[-196,-313],[-29,-40],[-36,-27],[-6,-3],[1,6],[22,53],[-13,7],[0,3],[-4,0],[-25,14],[-1,0],[-1,1],[-1,0],[-96,-12],[2,5],[85,165],[17,32],[163,20],[14,15],[100,77],[4,-3]],[[8763,51926],[-10,-60],[-2,-11],[-36,0],[-2,1],[-210,16],[-24,-30],[-148,-83],[-80,61],[51,52],[7,7],[152,25],[14,51],[40,3],[153,10],[3,-1],[92,-41]],[[15220,42524],[-37,-77],[-32,-58],[-26,60],[-118,-81],[-4,16],[-3,79],[13,32],[105,195],[10,19],[58,8],[17,0],[1,-4],[16,-189]],[[25441,68712],[13,-28],[-20,-6],[-17,9],[-70,-35],[-40,-12],[-1,-8],[-1,-1],[0,-1],[-12,-66],[57,-82],[-74,-53],[-9,-4],[-51,68],[-67,-6],[-6,2],[67,212],[87,25],[28,-37],[24,16],[2,-2],[33,25],[31,19],[26,-35]],[[6208,58908],[52,-157],[-28,-29],[-53,6],[-34,30],[-8,6],[-83,-20],[-73,147],[173,59],[54,-42]],[[9988,52617],[-9,-69],[-12,-22],[-88,14],[27,-104],[0,0],[-41,-33],[-18,-8],[-120,51],[-23,59],[-9,27],[117,61],[51,-37],[-3,82],[0,5],[77,-4],[39,-4],[12,-18]],[[22466,64704],[27,-34],[101,21],[-14,-121],[-9,0],[-76,40],[-2,-4],[-1,1],[-72,-32],[-55,7],[-58,93],[107,98],[216,19],[1,-3],[-185,-60],[18,-22],[-7,-3],[9,0]],[[10905,55595],[-1,-80],[-85,-343],[-51,61],[-20,40],[65,85],[-73,-8],[-8,13],[3,18],[80,22],[-3,16],[18,6],[-44,125],[-9,26],[43,47],[0,0],[51,-38],[0,8],[3,-2],[-3,11],[-1,62],[3,-2],[32,-67]],[[28598,69809],[-13,-52],[-62,5],[27,-71],[-64,25],[-3,1],[0,0],[-6,-36],[0,0],[0,-1],[-9,-49],[-77,-16],[-19,32],[26,111],[3,12],[-3,0],[1,3],[2,-2],[5,26],[-2,-2],[0,3],[2,-1],[10,50],[11,53],[127,8],[-19,-92],[2,0],[0,-1],[0,0],[42,-4],[19,-2]],[[23358,68469],[34,-183],[-23,-24],[-8,-7],[-42,41],[-27,-51],[-25,188],[2,7],[56,140],[66,116],[6,2],[43,-84],[-30,-53],[-29,-36],[6,-4],[-29,-52]],[[4486,51010],[212,-50],[-123,13],[-57,-76],[-7,-9],[0,0],[-2,-3],[125,0],[-2,-34],[0,0],[-178,-54],[-40,60],[-17,30],[67,-8],[14,45],[-20,8],[0,2],[-26,8],[-1,0],[-81,32],[49,61],[-17,17],[-10,21],[138,-12],[-35,-47],[12,-3],[-1,-1]],[[28181,75628],[16,-60],[0,0],[0,0],[0,0],[22,44],[0,0],[13,-79],[2,10],[2,-9],[11,55],[7,24],[51,-9],[-27,-90],[50,-25],[-2,-12],[0,0],[-162,-60],[9,60],[4,31],[-11,-10],[1,15],[-61,-57],[-13,14],[-1,-1],[-1,1],[2,1],[-1,1],[-3,0],[-1,1],[0,0],[4,0],[-60,67],[-1,1],[0,0],[60,80],[49,-22],[2,-1],[1,0],[0,0],[38,30]],[[5586,52108],[-7,-31],[-33,-127],[-81,-12],[3,-1],[-7,0],[75,-31],[13,-5],[-12,-13],[-41,-49],[-48,23],[-24,19],[-6,45],[-17,162],[31,3],[11,2],[10,-13],[117,26],[16,2]],[[114,57437],[76,-59],[20,51],[114,-8],[57,-85],[1,1],[3,-1],[-4,0],[8,-12],[-79,-12],[-19,-58],[91,-65],[-53,25],[-2,0],[0,1],[-185,87],[9,37],[-37,98]],[[9085,46502],[-73,-56],[-71,38],[-4,17],[12,13],[73,59],[-18,87],[72,40],[102,40],[-18,-59],[-25,-59],[-50,-120]],[[7929,57799],[111,-29],[22,-8],[68,-120],[-3,-2],[-116,-46],[-1,73],[-2,-2],[-41,-1],[24,-23],[-4,-5],[-12,-16],[-29,54],[14,11],[-62,61],[0,-7],[-9,7],[-12,-51],[-12,10],[3,70],[19,-3],[37,-5],[-55,23],[0,5],[22,9],[38,-5]],[[5861,57040],[-139,-99],[-124,102],[1,3],[144,83],[2,0],[60,-5],[56,-84]],[[29752,73944],[-35,-138],[-38,-76],[-21,-89],[-42,-112],[-43,-54],[-50,-25],[-26,20],[-3,12],[136,85],[-8,18],[-43,121],[101,100],[18,17],[-1,1],[2,2],[-83,76],[-8,8],[111,-13],[0,0],[0,0],[0,0],[0,0],[20,87],[4,-1],[9,-39]],[[23281,67077],[-50,-265],[-18,26],[-61,138],[-8,90],[15,40],[35,24],[54,-27],[33,-26]],[[11509,49965],[-172,-61],[-107,35],[-38,12],[10,38],[31,96],[174,-109],[102,-11]],[[6026,55021],[-61,-46],[58,-13],[-3,-8],[-51,-23],[-11,-77],[-4,-7],[-56,17],[11,87],[-63,20],[2,80],[0,1],[109,-51],[-1,1],[1,0],[-2,1],[0,0],[2,-1],[-71,71],[-4,4],[108,4],[36,-60]],[[4144,50207],[5,-90],[-26,-30],[29,-63],[-80,-44],[-99,25],[73,92],[-20,52],[59,30],[23,1],[10,16],[25,14],[1,-3]],[[9658,50347],[41,-51],[127,39],[6,-11],[14,-88],[-5,-9],[-35,31],[-29,-86],[-48,71],[-4,-3],[0,0],[-62,-28],[-54,47],[-1,2],[39,22],[13,7],[9,5],[-7,28],[-4,24]],[[29819,73802],[-164,-374],[52,147],[-23,153],[72,99],[8,-3],[55,-22]],[[9599,47818],[29,-56],[75,33],[-77,-114],[-22,-32],[-6,30],[-7,36],[-101,-22],[16,84],[6,-5],[1,41],[0,4],[84,4],[2,-3]],[[12402,45731],[-91,-96],[-5,213],[4,19],[61,-19],[21,-13],[10,-104]],[[4623,50607],[-48,-13],[-66,93],[3,35],[52,12],[52,-9],[63,-87],[-56,-31]],[[29098,75605],[1,-77],[51,33],[94,-59],[-68,-30],[-56,-26],[-17,-60],[-37,72],[0,0],[11,8],[54,34],[-6,0],[5,3],[-93,-2],[58,100],[3,4]],[[21647,65466],[113,-44],[35,34],[2,-1],[36,-105],[0,0],[-174,15],[-2,5],[-10,96]],[[5799,54267],[-12,-5],[0,0],[-28,10],[-14,38],[23,32],[107,64],[26,6],[-19,-44],[-7,-12],[29,-47],[-46,-19],[-70,-18],[12,-5],[-1,0]],[[31136,77570],[-33,-74],[0,0],[-16,4],[-74,18],[2,-60],[-44,26],[54,128],[111,-42]],[[14116,61444],[-22,-60],[-124,18],[-16,27],[16,29],[83,39],[7,1],[56,-54]],[[30987,74128],[-37,-29],[-11,3],[-15,20],[-34,75],[-25,5],[-21,28],[4,5],[117,-5],[35,-9],[1,-15],[-14,-78]],[[13190,58692],[-18,-13],[-5,3],[-57,36],[-13,56],[21,72],[7,5],[28,-15],[4,-2],[21,-17],[-24,-66],[57,-18],[27,-9],[-15,-10],[-33,-22]],[[5135,56279],[-49,-65],[9,-13],[-19,-25],[-16,45],[-63,-31],[-100,35],[106,28],[-4,8],[89,20],[47,-2]],[[29859,73906],[-96,-51],[0,1],[51,66],[-4,120],[2,10],[33,15],[32,6],[-18,-167]],[[11979,45780],[-3,-41],[33,-47],[-50,-8],[-10,37],[-12,43],[0,0],[-1,-1],[-1,3],[-46,-14],[85,155],[15,26],[0,0],[-32,-93],[22,-60]],[[4140,49867],[-46,-19],[-69,36],[-30,16],[24,12],[42,21],[128,-41],[4,-2],[-53,-23]],[[5142,51814],[-34,-53],[-19,4],[-36,19],[39,113],[3,3],[74,-65],[-27,-21]],[[29499,75545],[-67,-73],[-39,61],[24,47],[23,21],[62,-46],[2,-3],[-5,-7]],[[9290,46360],[-26,-81],[-39,52],[-53,-30],[-1,1],[23,52],[17,39],[16,2],[69,-17],[-6,-18]],[[12058,43898],[-100,-161],[-4,2],[1,101],[26,49],[77,9]],[[8718,51852],[124,-70],[-1,-3],[-32,-2],[-45,29],[-104,-36],[0,0],[-7,52],[62,31],[3,-1]],[[14193,42667],[-43,-61],[-30,158],[7,34],[7,4],[34,-77],[25,-58],[0,0]],[[7798,58736],[28,-147],[-94,83],[66,64]],[[31998,76253],[10,-35],[0,0],[2,-8],[0,0],[13,-46],[-92,11],[-76,-68],[-7,-3],[4,11],[146,138]],[[5508,56279],[19,-90],[-76,29],[-28,20],[85,41]],[[11493,66769],[-109,-22],[70,73],[-13,62],[52,-113]],[[82,57480],[-4,-57],[-66,-14],[-10,51],[54,14],[-2,0],[0,1],[3,-1],[25,6]],[[5286,51574],[23,-45],[21,18],[3,-1],[-23,-34],[-107,41],[10,7],[53,26],[20,-12]],[[670,57717],[-32,-26],[-47,27],[23,53],[-1,1],[2,1],[9,19],[46,-75]],[[12310,46055],[-6,-15],[-34,3],[0,-1],[-17,4],[37,61],[22,29],[5,-11],[-7,-70]],[[10728,55181],[35,-64],[-66,45],[-15,10],[-1,3],[15,2],[32,4]],[[7854,48314],[-86,-27],[5,14],[6,5],[65,29],[10,-21]],[[7979,51278],[24,-55],[-38,8],[14,47]],[[3869,55290],[2,-55],[-30,25],[28,30]],[[3919,56537],[-40,-41],[-6,19],[46,22]],[[17209,66535],[-14,-33],[-22,3],[36,30]],[[6090,55072],[-67,-19],[-4,3],[3,8],[68,8]],[[4324,60731],[2,-2],[-6,0],[-24,-10],[-5,14],[49,5],[-16,-7]],[[4302,60768],[-32,-16],[-8,18],[40,-2]],[[6945,56884],[-9,-8],[-5,31],[21,-7],[-7,-16]],[[10110,66593],[-26,-14],[35,45],[-9,-31]],[[5594,55468],[23,-12],[-44,3],[21,9]],[[614,57810],[-16,-4],[6,22],[10,-18]],[[7963,51223],[-13,-3],[7,26],[6,-23]],[[4067,60719],[-8,-13],[-20,2],[28,11]],[[18082,57691],[7,-10],[-26,6],[19,4]],[[4058,60740],[-9,-13],[-8,10],[17,3]],[[4301,60676],[1,-4],[-8,1],[6,-4],[-22,-7],[15,12],[1,-1],[7,3]],[[5108,56219],[-10,-14],[-6,8],[16,6]],[[8166,45175],[-6,-10],[-13,4],[19,6]],[[8141,45175],[2,-10],[-15,-1],[13,11]],[[12499,44880],[-10,-11],[2,15],[6,0],[2,-4]],[[3894,55272],[-4,-11],[-10,7],[14,4]],[[11093,43999],[-10,-10],[10,22],[0,-12]],[[4296,60658],[-16,-8],[4,9],[12,-1]],[[8167,45157],[-13,-10],[-6,4],[19,6]],[[11502,66737],[-2,-16],[-5,12],[7,4]],[[11072,43988],[-5,-10],[-7,7],[12,3]],[[3772,56418],[-10,-2],[-11,9],[21,-7]],[[3773,56428],[2,-9],[-12,8],[10,1]],[[3903,55289],[-15,-5],[13,10],[2,0],[0,-5]],[[557,57713],[-5,-5],[-13,8],[18,-3]],[[110,57439],[-12,-3],[10,10],[2,-7]],[[4256,60767],[3,-10],[-10,1],[7,9]],[[3904,55278],[-5,-5],[-9,2],[14,5],[0,-2]],[[16798,66080],[-4,-8],[1,19],[3,-11]],[[5426,53130],[-9,-3],[-3,3],[17,4],[-5,-4]],[[10076,52875],[4,-8],[-2,0],[-10,7],[8,1]],[[6079,56167],[1,-4],[-18,7],[2,0],[15,-3]],[[5717,53949],[5,-7],[-12,4],[7,3]],[[11362,66766],[13,-9],[-14,5],[1,4]],[[5625,54644],[-1,-9],[-7,1],[8,8]],[[31540,79356],[-8,-4],[-4,6],[12,-2]],[[553,57178],[-11,-6],[1,6],[10,0]],[[7143,59815],[-4,-4],[2,15],[2,-11]],[[17219,66541],[-6,-11],[-1,8],[7,3]],[[4298,60743],[-9,-6],[-1,6],[10,0]],[[5462,53139],[-9,-2],[2,7],[7,-5]],[[8782,59411],[-13,-6],[4,7],[9,-1]],[[4297,60654],[-11,-9],[-6,0],[17,9]],[[8989,59366],[1,-8],[-7,1],[6,7]],[[31007,78259],[-6,-1],[3,9],[3,-8]],[[3709,55365],[1,-9],[-6,10],[5,-1]],[[5696,55447],[7,-6],[-12,3],[5,3]],[[5632,54660],[7,-5],[-11,0],[4,5]],[[10620,54862],[0,-5],[-6,0],[0,2],[6,3]],[[10955,43925],[-4,-8],[-4,1],[8,7]],[[3773,56436],[5,-9],[-8,6],[3,3]],[[5576,55513],[-13,-4],[8,5],[5,-1]],[[4282,60670],[-13,-5],[7,5],[6,0]],[[12811,46792],[-1,-4],[-7,6],[8,-2]],[[4022,60715],[-7,-5],[0,5],[7,0]],[[9,57477],[-8,-3],[-1,4],[9,-1]],[[3743,55331],[5,-8],[-5,1],[0,7]],[[8789,59686],[-7,-3],[-2,3],[9,0]],[[3785,56439],[4,-6],[-8,4],[4,2]],[[5860,54450],[3,-6],[-9,7],[6,-1]],[[4058,60727],[-8,-3],[3,5],[5,-2]],[[5618,54654],[1,-6],[-6,6],[5,0]],[[4279,60657],[0,-8],[-4,4],[4,4]],[[3885,55284],[6,-5],[-9,3],[3,2]],[[5503,54242],[4,-1],[-13,0],[2,2],[7,-1]],[[5584,52987],[-1,-2],[-4,4],[2,2],[3,-4]],[[4367,60743],[-5,-5],[-1,4],[6,1]],[[4299,60750],[2,-3],[-8,0],[6,3]],[[5651,55544],[1,-8],[-3,3],[2,5]],[[27794,54730],[-10,0],[7,2],[4,-2],[-1,0]],[[629,57697],[-8,-8],[3,7],[5,1]],[[10088,66542],[-2,-8],[-2,4],[4,4]],[[7731,48184],[-3,-1],[-4,8],[7,-7]],[[8023,59016],[-1,-7],[-3,7],[4,0]],[[3787,56445],[3,-5],[-4,0],[1,5]],[[10984,43934],[-5,-3],[3,6],[2,-3]],[[345,57190],[-6,-3],[1,4],[5,-1]],[[5681,54665],[-4,-3],[-3,3],[7,0]],[[324,57424],[-8,-2],[4,3],[4,-1]],[[5641,55521],[-2,-3],[-1,6],[3,-3]],[[13992,61487],[0,-6],[-3,3],[2,3],[1,0]],[[22607,65467],[-6,-2],[-2,1],[4,2],[4,-1]],[[4699,51107],[3,-3],[-5,1],[0,1],[2,1]],[[4038,60731],[4,-2],[-9,0],[5,2]],[[3902,55298],[-4,-1],[4,5],[0,-4]],[[19834,62868],[-8,-2],[7,4],[1,-2]],[[28969,76963],[-2,-8],[0,6],[2,2]],[[13178,60477],[-4,-3],[-1,4],[5,-1]],[[26644,52123],[-2,-3],[-4,2],[6,1]],[[30205,73910],[1,-3],[-5,0],[4,3]],[[14357,62475],[-4,-1],[3,4],[1,-3]],[[23350,68633],[-1,-2],[-4,2],[5,0]],[[4031,60715],[-7,-3],[2,2],[5,1]],[[29068,75232],[-4,-4],[0,3],[4,1]],[[5629,53974],[-3,-1],[-8,1],[11,0]],[[21434,66057],[-4,-2],[1,3],[3,-1]],[[23901,56444],[-2,0],[2,6],[0,-6]],[[10951,43916],[-4,-3],[1,3],[3,0]],[[31962,77518],[0,-5],[-2,1],[2,4]],[[96,57441],[-2,-5],[-1,3],[3,2]],[[31953,76169],[0,-4],[-3,1],[3,3]],[[4408,60754],[-3,-2],[-3,2],[6,0]],[[4665,56099],[-5,-4],[1,3],[4,1]],[[16772,62859],[1,0],[-4,-1],[0,3],[3,-2]],[[4298,60649],[-4,-2],[3,4],[1,-2]],[[29988,72935],[-3,-1],[-1,3],[4,-1],[0,-1]],[[618,57797],[-2,-4],[-1,3],[3,1]],[[144,57321],[-2,0],[0,5],[2,-5]],[[29265,75637],[-2,-1],[-4,3],[1,0],[5,-2]],[[6344,57854],[-3,-4],[-1,2],[4,2]],[[4314,60771],[-5,-2],[0,2],[5,0]],[[16858,62798],[-5,-1],[5,2],[0,-1]],[[10085,66613],[1,-2],[-4,1],[3,1]],[[84,57420],[-4,-1],[3,3],[1,-2]],[[29588,73677],[-3,-2],[0,1],[1,1],[2,0]],[[23902,56450],[0,-6],[-1,3],[1,3]],[[21439,66072],[-3,-1],[3,3],[0,-2]],[[364,57193],[-2,-2],[1,3],[1,-1]],[[4659,56087],[-5,-1],[2,2],[3,-1]],[[28590,75345],[-1,-2],[-1,3],[2,-1]],[[7535,60894],[0,-3],[-2,2],[2,1]],[[614,57792],[-2,-1],[2,4],[0,-3]],[[30490,75121],[-3,-4],[0,3],[3,1]],[[31964,77522],[1,-3],[-2,2],[1,1]],[[14389,61853],[-3,-1],[-1,2],[4,-1]],[[5727,53872],[-4,-2],[-1,0],[5,3],[0,-1]],[[4034,60731],[-6,-2],[2,2],[4,0]],[[10091,66607],[-3,-2],[0,2],[3,0]],[[29627,73543],[-2,-1],[3,3],[0,-1],[-1,-1]],[[271,57236],[-4,-3],[1,2],[3,1]],[[26669,74279],[1,-1],[-1,0],[-3,2],[3,-1]],[[4043,60721],[4,-2],[-5,1],[1,1]],[[20707,63188],[1,-3],[-3,3],[2,0]],[[10119,66608],[-4,-1],[2,1],[2,0]],[[16875,62786],[-3,-1],[2,2],[1,-1]],[[21436,66070],[-5,-1],[0,0],[3,1],[2,0]],[[10093,66607],[-2,-3],[-1,1],[3,2]],[[10024,61145],[-1,0],[2,2],[1,-1],[0,0],[-2,-1]],[[27638,54438],[-2,0],[3,2],[-1,-2]],[[4037,60714],[-2,-1],[2,3],[0,-2]],[[4043,60718],[-1,-2],[-2,0],[3,2]],[[18055,62641],[-2,-1],[1,3],[1,-2]],[[21437,66040],[1,-1],[-2,1],[1,0]],[[300,57274],[0,-2],[-1,2],[1,0]],[[7212,60406],[0,-2],[-2,3],[2,-1]],[[18333,62788],[1,-3],[-1,2],[0,1]],[[143,57314],[-1,-1],[-1,2],[2,-1]],[[142,57330],[1,-3],[-2,2],[1,1]],[[4039,60725],[-4,-1],[2,1],[2,0]],[[4039,60736],[-2,-2],[0,2],[2,0]],[[6214,59499],[-5,-1],[2,1],[3,0]],[[4047,60727],[-2,-1],[-1,0],[3,1]],[[10086,66618],[1,-3],[-1,1],[0,2]],[[293,57228],[0,-3],[-1,2],[1,1]],[[10088,66599],[-1,-1],[-1,0],[2,1]],[[26671,52188],[-2,-1],[2,2],[0,-1]],[[10082,66628],[0,-3],[0,2],[0,1]],[[9643,62404],[-1,-2],[-1,2],[0,0],[2,0]],[[16951,62760],[-2,-1],[2,2],[0,-1]],[[30387,74559],[-1,-2],[2,3],[-1,-1]],[[10039,66638],[0,-2],[-1,1],[1,1]],[[6309,58704],[-1,-2],[0,0],[1,2],[0,0]],[[21426,66027],[-3,-1],[0,1],[3,0]],[[12645,40437],[-1,-1],[1,2],[0,-1]],[[21431,66065],[0,-1],[0,1],[0,0]],[[5828,55118],[1,0],[-2,0],[1,0]],[[30216,73542],[0,0],[0,1],[0,-1]],[[9630,62399],[0,-1],[-1,0],[1,1]],[[17297,55880],[0,-1],[1,1],[-1,0]],[[7677,60935],[0,-1],[0,0],[0,1]],[[29144,75856],[-1,0],[0,0],[1,0]],[[6367,59129],[0,-1],[0,0],[0,1]],[[24292,12534],[-1,0],[-15,9],[-134,-102],[-70,-153],[-189,-32],[-252,-172],[-3,-1],[-180,-83],[-156,-72],[-76,32],[-111,-13],[-115,59],[39,91],[-82,-54],[-21,-86],[-209,-161],[-103,-79],[-43,-10],[-3,-2],[-124,-63],[-107,-144],[19,-41],[-69,-87],[-24,-30],[-11,13],[-19,-53],[-2,-7],[9,-23],[-28,-155],[7,-99],[-73,-45],[-149,26],[-222,-132],[-21,60],[-22,-56],[-87,48],[-63,-43],[-209,-39],[-110,1],[-40,46],[-96,16],[-488,82],[-137,263],[-109,93],[-37,32],[-25,31],[-27,63],[29,33],[5,6],[-2,1],[-101,34],[-41,-18],[-63,-13],[-141,40],[-19,29],[-26,62],[-20,50],[-59,37],[-3,13],[-49,209],[0,0],[-1,5],[-111,248],[-33,10],[-19,77],[-37,-10],[5,9],[45,27],[-50,-13],[-26,36],[-132,187],[57,68],[-162,-51],[-33,19],[-7,4],[-17,11],[-124,-92],[-25,-7],[-6,40],[-108,-6],[-153,-103],[-30,-131],[58,-50],[0,-1],[51,-43],[-16,-10],[-57,2],[-71,15],[-19,-12],[-65,5],[-17,22],[-50,-38],[-42,-14],[-26,-39],[-4,-3],[-113,43],[-41,17],[-27,71],[-194,-97],[-18,-48],[44,-53],[3,-4],[4,-26],[-9,-11],[-86,15],[-13,4],[-80,24],[-55,-29],[8,-50],[-48,15],[-176,100],[-70,60],[-120,11],[72,50],[4,83],[-70,200],[-21,0],[-17,0],[-1,0],[18,9],[201,109],[79,169],[52,-47],[-47,-83],[79,34],[133,-47],[-14,-40],[117,22],[23,56],[174,75],[54,64],[86,30],[48,-32],[-49,64],[53,50],[-9,21],[-18,42],[-8,19],[0,1],[0,-1],[-1,-2],[-1,-2],[-32,-129],[0,-2],[-23,1],[-181,1],[-46,-53],[-167,172],[-37,39],[-93,-20],[-4,3],[-1,-1],[0,0],[0,0],[-8,-4],[-86,-19],[-37,34],[-38,-42],[-59,-65],[-154,51],[-17,6],[0,0],[-256,372],[10,35],[227,-26],[-162,62],[-46,75],[39,287],[-153,-217],[-227,93],[170,-180],[-113,-85],[-461,62],[-51,-37],[-78,-8],[-70,15],[-10,2],[-79,-30],[-10,-3],[-177,-46],[-88,-116],[20,-27],[-1,-4],[17,-18],[36,-50],[-69,-81],[-19,-82],[32,-19],[2,-3],[-27,-30],[-58,-66],[4,-17],[-27,-31],[-148,12],[1,-21],[-10,-1],[12,-47],[0,0],[-56,2],[-7,-11],[-23,-3],[-16,-54],[0,0],[0,0],[-129,74],[-127,9],[-68,5],[-123,-116],[-30,-28],[-22,-72],[30,-50],[-21,0],[-86,8],[-13,-111],[-90,7],[-110,96],[-26,-2],[-22,16],[-74,-25],[-8,-1],[-210,86],[37,146],[-48,131],[-12,33],[-138,33],[-99,24],[-1,9],[21,80],[47,18],[-29,42],[28,-6],[47,-10],[75,-17],[4,-7],[-43,-14],[34,-38],[110,-23],[36,37],[-58,48],[6,13],[36,33],[19,1],[249,-61],[27,-50],[-7,45],[10,-2],[-12,15],[-1,8],[50,47],[46,43],[24,23],[-156,-31],[-29,12],[-8,-2],[-39,11],[-72,38],[-3,0],[-2,3],[-5,0],[-51,16],[-32,-10],[-74,5],[-14,-17],[-49,-2],[-82,95],[-8,-7],[-20,33],[-2,-48],[-42,-48],[-35,51],[-31,-8],[-112,-12],[-32,32],[-23,-29],[20,-60],[76,-32],[-34,-5],[3,-99],[-49,0],[-26,-55],[-34,45],[-17,24],[5,137],[-15,5],[-46,42],[4,15],[-55,45],[-62,-38],[-9,-3],[18,37],[-76,78],[-27,30],[171,-30],[33,156],[13,-1],[44,-10],[12,-2],[80,103],[71,23],[127,-20],[40,42],[19,260],[-41,91],[-15,34],[0,71],[0,46],[-70,138],[-17,-1],[-7,9],[-169,-19],[10,43],[-12,0],[0,2],[-47,-1],[-4,0],[-3,33],[-7,-10],[-19,-24],[-6,0],[-58,46],[-64,-7],[-134,-8],[-35,-28],[-6,-3],[-21,-12],[-64,-20],[-2,19],[-72,-39],[-1,3],[34,120],[0,0],[1,2],[-34,50],[-2,3],[83,76],[-33,62],[-44,-9],[0,0],[3,2],[160,86],[62,2],[0,0],[50,57],[120,63],[29,6],[-2,9],[11,6],[-21,31],[44,17],[16,6],[8,64],[172,-17],[46,95],[47,0],[95,-2],[2,0],[0,0],[0,0],[11,59],[77,-6],[22,122],[0,0],[-63,60],[91,76],[4,3],[-71,77],[0,0],[19,20],[55,58],[-14,34],[97,-33],[122,-42],[110,15],[17,-12],[1,-2],[7,-28],[0,-1],[0,0],[67,-26],[-44,8],[-6,2],[0,0],[0,0],[0,-1],[-39,-70],[22,-36],[14,3],[48,-23],[2,1],[11,-14],[-3,18],[59,37],[101,42],[44,13],[1,7],[13,57],[5,24],[20,91],[0,0],[94,-86],[16,-15],[15,-13],[15,6],[102,16],[1,4],[86,-7],[-40,18],[-11,4],[-11,88],[15,64],[38,45],[76,23],[55,10],[14,11],[13,4],[37,39],[23,19],[5,10],[68,71],[66,151],[-11,16],[62,120],[17,-7],[153,-94],[1,-1],[0,2],[11,190],[176,59],[43,0],[59,-1],[97,-3],[6,2],[36,0],[39,29],[32,12],[80,-72],[110,10],[34,32],[16,15],[27,15],[16,26],[100,94],[20,99],[0,0],[24,-45],[1,0],[1,-3],[18,6],[4,-3],[9,8],[29,9],[47,56],[41,36],[224,252],[17,6],[15,-8],[14,-20],[23,-33],[32,8],[74,18],[13,13],[47,42],[13,7],[145,128],[39,41],[219,132],[273,425],[207,553],[-1,3],[-5,26],[1,5],[11,89],[9,11],[4,77],[24,125],[66,159],[43,102],[-8,380],[54,-103],[5,49],[101,-3],[125,66],[165,166],[0,0],[12,12],[-83,4],[-428,-136],[-3,-1],[-107,215],[0,1],[-2,2],[-26,52],[-107,215],[37,156],[87,265],[45,47],[50,44],[60,54],[-5,153],[37,51],[-7,-84],[242,233],[-176,-103],[-78,-28],[-84,144],[-3,4],[-54,124],[-18,26],[-230,350],[-7,54],[31,32],[50,41],[11,-20],[51,68],[-50,-33],[4,21],[36,130],[-118,346],[63,36],[-15,-26],[55,-13],[162,41],[1,0],[73,156],[-77,-49],[-78,-50],[-32,79],[-73,13],[-25,-56],[-67,-55],[-273,91],[-24,-8],[-12,4],[-148,-56],[-213,-15],[-41,-120],[-26,3],[-191,25],[-8,1],[-77,-39],[9,-33],[0,0],[-48,-5],[22,-8],[-183,-86],[-27,-9],[-8,-10],[-4,-1],[-7,-12],[-61,-75],[15,-41],[-28,-57],[-61,-43],[-35,-76],[25,-14],[-5,-106],[35,-12],[18,-20],[-4,-80],[-1,-5],[-114,-13],[-14,-30],[-45,-74],[-53,57],[0,0],[26,99],[-45,30],[-107,89],[-82,40],[-9,1],[-30,20],[-14,-16],[-2,-2],[-20,2],[-130,-167],[0,0],[0,0],[0,0],[-69,46],[-11,-9],[0,0],[-6,2],[-92,-84],[0,0],[0,0],[-18,44],[-114,23],[-33,-105],[-14,-46],[-144,112],[0,0],[6,10],[178,272],[-16,123],[0,0],[0,0],[0,0],[0,0],[123,44],[17,72],[6,29],[4,7],[53,21],[33,12],[56,148],[19,47],[70,-1],[17,33],[69,100],[54,35],[111,71],[12,66],[1,3],[17,-73],[13,1],[0,0],[0,0],[2,0],[0,-1],[15,2],[147,12],[194,190],[139,230],[49,0],[62,-3],[96,108],[134,148],[65,184],[-9,104],[4,85],[-16,42],[-16,168],[0,2],[33,49],[6,10],[9,2],[61,-9],[-55,-52],[-2,-3],[55,-116],[37,64],[-1,58],[-2,90],[98,83],[5,4],[31,18],[25,41],[34,48],[46,65],[70,77],[96,69],[3,11],[4,17],[41,154],[149,77],[7,7],[8,5],[141,111],[10,8],[35,-41],[3,39],[27,-33],[30,15],[33,16],[21,-79],[323,149],[0,0],[11,6],[4,37],[330,143],[152,120],[172,47],[27,-35],[38,-60],[-1,12],[9,-12],[-10,17],[-4,23],[-44,62],[-8,48],[-17,112],[-129,138],[8,13],[162,-8],[3,-1],[4,-7],[26,-71],[13,-14],[7,-2],[8,-15],[63,14],[92,21],[37,-23],[23,-39],[105,-34],[23,-73],[10,-30],[98,-46],[397,-24],[246,119],[150,72],[11,-5],[11,-6],[1,0],[16,14],[89,80],[462,166],[13,5],[0,0],[218,27],[2,-94],[-12,-3],[12,3],[1,-35],[118,-111],[49,-21],[25,46],[0,0],[1,1],[5,-38],[2,-17],[0,0],[1,0],[3,-27],[48,-32],[177,-115],[6,-7],[240,-247],[44,-7],[-14,-34],[323,-221],[-155,154],[103,-37],[-121,106],[114,-3],[-34,18],[-46,25],[-13,7],[-6,17]],[[17215,25583],[1,-4],[2,3],[130,20],[9,-2],[46,-69],[73,38],[22,-29],[24,17],[76,-24],[62,-25],[22,42],[12,-26],[62,-163],[-86,-173],[71,62],[34,-106],[140,-22],[0,-4],[-21,-43],[11,-36],[-5,-41],[21,-10],[31,-96],[8,-49],[59,-35],[-40,-112],[35,-16],[22,-10],[39,12],[192,61],[97,100],[67,-12],[255,-49],[-73,-83],[-54,-61],[-61,-195],[-55,-44],[-229,-182],[-22,-73],[-2,-4],[-59,13],[-104,-57],[-27,-91],[-1,-2],[-37,-125],[-107,-46],[-240,-233],[-77,-18],[-61,63],[38,-183],[-1,-8],[-262,122],[-21,10],[-63,-67],[3,13],[24,48],[-49,143],[100,30],[32,9],[8,168],[-44,-50],[-193,-222],[-6,13],[-87,184],[-81,-36],[-7,67],[-66,5],[28,146],[-25,31],[-16,32],[-24,17],[-44,54],[10,42],[-136,129],[29,34],[-48,35],[6,35],[-69,61],[83,-192],[-16,-5],[-133,-31],[-20,-4],[-15,10],[-50,42],[17,64],[-34,46],[-10,100],[9,19],[-132,60],[-7,3],[-11,-4],[-31,-11],[-91,-13],[-6,11],[21,71],[12,21],[-5,3],[0,1],[-86,55],[69,49],[8,74],[13,-6],[45,-23],[5,2],[16,-7],[55,8],[10,-5],[-6,-5],[18,-1],[57,-29],[11,24],[12,-1],[6,-11],[-39,-60],[42,36],[11,-5],[33,-69],[89,-5],[0,-66],[41,-26],[13,-9],[6,10],[55,84],[17,-19],[62,69],[-107,-49],[18,112],[-90,107],[60,42],[58,260],[-32,75],[-46,125],[11,14],[142,26],[28,-1],[77,75],[1,-3],[-18,-62],[31,22],[2,-9],[76,33],[36,57],[6,4],[26,-12],[87,-46],[-1,5],[5,-2],[-8,59],[0,0],[103,53],[0,0],[93,-63]],[[13618,13442],[83,-46],[-48,-15],[-3,19],[0,5],[-25,-32],[-30,-10],[-39,15],[-33,25],[17,31],[34,32],[44,-24]],[[13442,14257],[-18,-3],[-33,24],[-7,67],[20,17],[-12,24],[-12,23],[16,6],[52,8],[-2,-107],[-4,-59]],[[16100,12671],[-29,-38],[-76,15],[-7,21],[5,27],[-17,7],[-6,18],[128,-29],[13,-4],[-11,-17]],[[15615,20731],[-17,-8],[25,135],[18,-3],[39,-10],[-3,-15],[-62,-99]],[[12856,13371],[-16,-24],[-2,19],[18,6],[0,-1]],[[12075,13296],[1,-11],[-4,5],[3,6]]],"transform":{"scale":[0.0002464486724125683,0.00013833800670379825],"translate":[-8.645350754999981,49.882346230999985]},"objects":{"Countries_December_2017_Ultra_Generalised_Clipped_Boundaries_in_UK_WGS84":{"type":"GeometryCollection","geometries":[{"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]]],"type":"MultiPolygon"},{"arcs":[[[34]],[[35]]],"type":"MultiPolygon"},{"arcs":[[[-3,36],[307]],[[37]],[[38]],[[39],[298]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[47]],[[48]],[[49]],[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64]],[[65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[77]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83]],[[84]],[[85]],[[86]],[[87]],[[88]],[[89]],[[90]],[[91]],[[92]],[[93]],[[94]],[[95]],[[96]],[[97]],[[98]],[[99]],[[100]],[[101]],[[102]],[[103]],[[104]],[[105]],[[106]],[[107]],[[108]],[[109]],[[110]],[[111]],[[112]],[[113]],[[114]],[[115]],[[116]],[[117]],[[118]],[[119]],[[120]],[[121]],[[122]],[[123]],[[124]],[[125]],[[126]],[[127]],[[128]],[[129]],[[130]],[[131]],[[132]],[[133]],[[134]],[[135]],[[136]],[[137]],[[138]],[[139]],[[140]],[[141]],[[142]],[[143]],[[144]],[[145]],[[146]],[[147]],[[148]],[[149]],[[150]],[[151]],[[152]],[[153]],[[154]],[[155]],[[156]],[[157]],[[158]],[[159]],[[160]],[[161]],[[162]],[[163]],[[164]],[[165]],[[166]],[[167]],[[168]],[[169]],[[170]],[[171]],[[172]],[[173]],[[174]],[[175]],[[176]],[[177]],[[178]],[[179]],[[180]],[[181]],[[182]],[[183]],[[184]],[[185]],[[186]],[[187]],[[188]],[[189]],[[190]],[[191]],[[192]],[[193]],[[194]],[[195]],[[196]],[[197]],[[198]],[[199]],[[200]],[[201]],[[202]],[[203]],[[204]],[[205]],[[206]],[[207]],[[208]],[[209]],[[210]],[[211]],[[212]],[[213]],[[214]],[[215]],[[216]],[[217]],[[218]],[[219]],[[220]],[[221]],[[222]],[[223]],[[224]],[[225]],[[226]],[[227]],[[228]],[[229]],[[230]],[[231]],[[232]],[[233]],[[234]],[[235]],[[236]],[[237]],[[238]],[[239]],[[240]],[[241]],[[242]],[[243]],[[244]],[[245]],[[246]],[[247]],[[248]],[[249]],[[250]],[[251]],[[252]],[[253]],[[254]],[[255]],[[256]],[[257]],[[258]],[[259]],[[260]],[[261]],[[262]],[[263]],[[264]],[[265]],[[266]],[[267]],[[268]],[[269]],[[270]],[[271]],[[272]],[[273]],[[274]],[[275]],[[276]],[[277]],[[278]],[[279]],[[280]],[[281]],[[282]],[[283]],[[284]],[[285]],[[286]],[[287]],[[288]],[[289]],[[290]],[[291]],[[292]],[[293]],[[294]],[[296]],[[297]],[[299]],[[301]],[[302]],[[306]]],"type":"MultiPolygon"},{"arcs":[[[-1,311]],[[312]],[[313]],[[314]],[[315]],[[316]],[[317]],[[318]]],"type":"MultiPolygon"}]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment