Skip to content

Instantly share code, notes, and snippets.

@rveciana
Last active January 29, 2018 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rveciana/51cfe6249cf7de532000af68fb3b5183 to your computer and use it in GitHub Desktop.
Save rveciana/51cfe6249cf7de532000af68fb3b5183 to your computer and use it in GitHub Desktop.
d3CompositeProjections using the new d3js v5
licence: mit

This block shows how to use the d3-composite-projections with the version 5 of d3js.

The only change is the json request, that adds a then function instead of returning the data directly.

So this:

d3.json("malaysia.json", function(error, malaysia) {

Becomes this:

d3.json("malaysia.json").then(function(malaysia) {

The library works exactly the same way! Changes won't bring the same job as in the v3 to v4.

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.states {
fill: #ccc;
stroke: #fff;
}
</style>
<body>
<script src="https://d3js.org/d3.v5.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="https://unpkg.com/d3-composite-projections@1.2.0/d3-composite-projections.min.js"></script>
<script>
var width = 960,
height = 500;
var projection = d3.geoMercatorMalaysia();
var path = d3.geoPath()
.projection(projection);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var t = d3.transition();
d3.json("malaysia.json").then(function(malaysia) {
var malaysia = topojson.feature(malaysia, malaysia.objects.land);
svg.selectAll(".land")
.data(malaysia.features)
.enter()
.append("path")
.attr("class", "land")
.attr("d", path)
.style("fill", "#aca")
.style("stroke", "#000")
.style("stroke-width", "0.5px")
.on("mouseover", function(d,i) {
d3.select(this).interrupt();
d3.select(this)
.transition(t)
.style("fill", "red");
})
.on("mouseout", function(d,i) {
d3.select(this).interrupt();
d3.select(this)
.transition(t)
.style("fill", "#aca");
});;
svg
.append("path")
.style("fill","none")
.style("stroke","#f00")
.attr("d", projection.getCompositionBorders());
});
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","arcs":[[[61304,7135],[-55,39],[0,35],[-16,79],[18,24],[23,196],[-10,149],[31,1],[59,-27],[73,-64],[124,-87],[35,-33],[17,-55],[-14,-25],[-20,-85],[-45,-48],[-96,-35],[-45,-44],[-79,-20]],[[75470,8120],[18,-13],[-63,-53],[-18,18],[23,35],[40,13]],[[70318,9035],[-27,9],[0,35],[53,3],[-26,-47]],[[58364,9716],[9,-35],[-46,-9],[6,40],[31,4]],[[58686,9769],[43,11],[53,-46],[-18,-18],[-31,9],[-50,-47],[8,-36],[-33,-35],[-55,20],[-71,2],[-49,35],[12,45],[45,46],[34,1],[69,38],[43,-25]],[[58860,9736],[-50,21],[31,39],[24,-30],[-5,-30]],[[67112,10325],[87,-21],[-2,-38],[-91,26],[6,33]],[[67074,10336],[-35,27],[4,43],[31,-17],[0,-53]],[[69898,12587],[23,-4],[31,-56],[75,5],[2,-36],[94,-5],[41,-35],[-5,-35],[-57,-5],[-50,-31],[-5,-43],[-36,-4],[-36,39],[-27,-25],[-19,29],[-56,57],[-31,16],[-45,52],[39,-2],[-37,49],[37,18],[31,-36],[31,52]],[[72619,16900],[-18,-18],[-27,23],[18,44],[27,-49]],[[72316,21021],[-4,-18],[-68,17],[17,49],[26,10],[17,34],[56,-29],[6,-29],[-50,-34]],[[73131,21615],[59,-25],[-46,-21],[-33,26],[20,20]],[[71745,21797],[27,-18],[-15,-35],[7,-32],[30,-49],[26,-18],[13,-32],[50,-7],[4,-33],[34,-57],[27,-16],[33,7],[55,-99],[65,-70],[4,-67],[37,-11],[23,-59],[-36,4],[-29,44],[-32,15],[-62,1],[-52,26],[-84,-44],[28,148],[3,45],[-31,94],[-23,14],[-52,-4],[-77,37],[-39,-8],[-10,60],[-62,22],[-34,27],[-22,60],[-41,13],[5,21],[129,2],[40,13],[-8,46],[33,5],[36,-45]],[[73174,22323],[-20,-19],[-33,18],[-41,0],[-5,28],[41,4],[58,-31]],[[72728,22369],[-16,30],[48,9],[-2,-26],[-30,-13]],[[73121,22915],[-58,32],[-3,47],[58,-9],[3,-70]],[[72483,23141],[88,0],[48,-18],[107,-26],[29,-33],[17,19],[66,-55],[40,9],[32,-13],[-23,-37],[29,-15],[53,-93],[24,-29],[16,-46],[-8,-19],[28,-42],[-33,-55],[-27,17],[-22,-20],[-51,13],[-17,-21],[17,-29],[-21,-41],[-95,-40],[-52,5],[-34,25],[-81,12],[-38,19],[-39,-7],[-75,56],[20,17],[-96,44],[-29,26],[-27,-2],[-49,25],[-27,41],[-33,88],[-11,75],[13,33],[-9,36],[-37,26],[-2,46],[30,14],[35,-22],[35,3],[5,-25],[46,13],[46,-32],[50,51],[62,7]],[[79613,24970],[-38,35],[3,41],[29,28],[19,-46],[-13,-58]],[[70314,25380],[25,-6],[-5,-59],[89,-52],[31,-36],[2,-54],[36,-41],[39,-21],[-5,-43],[80,-113],[33,-29],[6,-38],[-76,-53],[-37,28],[-37,1],[-57,35],[-47,3],[-27,15],[-59,60],[-19,93],[13,33],[-20,50],[-13,76],[15,52],[-4,27],[-35,48],[29,32],[43,-8]],[[78604,25354],[-5,42],[57,15],[-52,-57]],[[79025,25580],[50,-4],[27,-18],[41,-53],[68,-43],[-8,-48],[12,-28],[33,15],[66,-10],[99,-58],[39,-11],[19,-28],[-2,-84],[-13,-93],[2,-65],[-9,-34],[-30,-22],[-22,-39],[-58,-37],[-21,-23],[-57,-34],[-33,-9],[-109,4],[-15,26],[0,61],[-37,44],[0,37],[-19,36],[-50,53],[-57,19],[-57,-14],[-35,-27],[-15,19],[-19,85],[8,42],[20,33],[-67,86],[12,76],[50,32],[78,79],[58,24],[-1,27],[40,10],[12,-26]],[[78863,25666],[73,16],[38,22],[25,-3],[19,-34],[-98,-51],[-28,-28],[-68,-32],[-41,21],[-55,-19],[-39,9],[-16,33],[23,35],[35,24],[50,55],[35,21],[27,-14],[20,-55]],[[70059,25713],[24,26],[38,-71],[-7,-38],[-86,-14],[-39,32],[-12,27],[50,68],[32,-30]],[[68193,25780],[33,-39],[49,-11],[47,-50],[-8,-43],[-113,28],[-30,28],[-96,-12],[-18,29],[16,47],[28,28],[-13,35],[32,27],[53,-26],[20,-41]],[[69864,25950],[34,14],[31,-17],[31,-39],[5,-52],[-32,-25],[-31,12],[-65,54],[-6,50],[33,3]],[[70320,26287],[-32,30],[-36,61],[9,36],[32,-4],[30,-57],[9,-56],[-12,-10]],[[69802,27001],[31,-27],[-28,-19],[-67,16],[-6,28],[70,2]],[[75873,27591],[47,-8],[52,-25],[20,-26],[53,14],[66,-35],[28,-30],[-45,-66],[34,-20],[-13,-45],[22,-24],[52,4],[80,-65],[32,-53],[8,-40],[-11,-38],[-42,-28],[-25,-56],[-120,-33],[-67,43],[-56,74],[-37,24],[-65,-2],[-38,52],[10,32],[-24,71],[-28,21],[-57,13],[-18,84],[-12,7],[-24,72],[49,43],[57,14],[42,25],[30,1]],[[67142,27928],[79,-23],[43,-40],[-9,-27],[-99,40],[-26,-17],[-27,29],[39,38]],[[66023,28403],[-27,18],[6,41],[32,-17],[-11,-42]],[[66597,28485],[39,-28],[-21,-30],[-36,49],[18,9]],[[73416,28594],[-18,-4],[-31,39],[31,14],[18,-49]],[[66699,28600],[-49,8],[-44,21],[-13,27],[42,12],[76,-50],[-12,-18]],[[66850,28933],[44,-22],[-14,-22],[59,-30],[16,-32],[-6,-32],[24,-30],[-6,-33],[58,-38],[37,-49],[13,-56],[29,-28],[-50,-32],[-62,26],[-18,18],[1,65],[-49,40],[-55,66],[-9,79],[-21,22],[9,39],[-23,27],[23,22]],[[68850,29209],[28,-12],[31,-33],[68,-3],[15,-26],[-23,-35],[31,-29],[12,-64],[-19,-25],[-33,0],[-45,-59],[-53,-17],[-65,5],[-29,62],[-12,96],[14,11],[0,56],[-14,15],[43,40],[51,18]],[[66403,29135],[-28,5],[-46,43],[20,30],[37,-13],[52,-38],[-35,-27]],[[69242,29177],[47,-35],[53,2],[43,-13],[37,-61],[4,-62],[10,-12],[-2,-86],[26,-47],[-49,-88],[-55,-6],[-69,53],[-29,37],[-14,-32],[-9,-66],[-49,34],[-37,-2],[-16,51],[21,33],[-4,60],[-57,132],[6,69],[-20,37],[21,39],[33,-37],[36,36],[29,-23],[44,-13]],[[64691,28669],[14,-17],[90,-63],[73,14],[62,-31],[113,-30],[63,26],[76,17],[14,18],[-18,57],[18,14],[50,-40],[0,-14],[54,-52],[71,-35],[37,-31],[54,-22],[82,-48],[214,-89],[39,-27],[48,-6],[108,-41],[31,-44],[27,4],[118,-61],[31,-36],[36,9],[27,27],[40,0],[46,-27],[70,-3],[25,-11],[84,5],[80,36],[25,28],[17,73],[-4,74],[9,40],[58,-4],[27,35],[31,7],[74,-88],[64,-25],[-28,-26],[30,-35],[-21,-48],[0,-36],[39,-40],[3,-23],[-83,-33],[0,-48],[-36,-14],[36,-127],[36,-35],[49,-31],[95,-27],[14,-39],[58,-5],[26,13],[28,-26],[44,-74],[67,-57],[64,-74],[59,-41],[32,-44],[0,-35],[40,13],[58,-28],[17,-22],[116,-59],[28,-6],[29,36],[27,-22],[23,22],[-3,70],[94,-46],[21,-56],[-2,-22],[-57,-34],[-31,21],[-34,-27],[-15,-52],[3,-52],[39,-51],[-12,-24],[33,-43],[-7,-42],[15,-31],[68,-90],[53,-52],[6,-39],[-57,12],[-28,-33],[0,-82],[39,-82],[49,-40],[11,-27],[-9,-61],[32,-33],[18,-39],[47,-51],[13,-28],[59,-56],[43,-22],[46,-59],[30,-22],[-11,-41],[-32,-27],[-56,3],[-17,18],[-54,13],[-72,-21],[-31,-19],[-22,-33],[-109,-48],[-20,-55],[-32,-21],[3,-59],[35,-96],[28,-33],[18,-42],[109,-110],[5,-44],[-8,-72],[5,-59],[58,-176],[81,-154],[27,-34],[0,-23],[64,-11],[56,-68],[27,-8],[37,16],[33,-10],[38,-49],[35,-124],[25,-22],[33,-57],[11,-39],[28,-20],[44,-63],[-12,-15],[36,-31],[19,-98],[70,-60],[87,-118],[36,-28],[13,34],[111,-106],[60,-70],[30,-52],[56,-57],[107,-133],[84,-128],[35,-36],[54,-31],[56,-7],[51,-78],[41,14],[112,-61],[28,6],[8,37],[41,26],[17,-33],[28,-16],[12,-60],[34,-63],[34,-23],[29,-54],[69,-66],[16,-1],[63,-84],[52,-19],[14,-40],[36,-30],[12,-39],[-14,-26],[-49,27],[-49,-13],[-25,-35],[9,-62],[-32,-22],[-12,-27],[24,-43],[5,-63],[113,-176],[81,-92],[-1,-37],[41,-69],[55,-57],[11,-30],[145,-131],[22,-59],[-1,-97],[-39,9],[-52,63],[-85,4],[-94,-37],[-31,8],[-49,-55],[-24,-38],[-19,-71],[-3,-127],[14,-60],[20,-43],[-10,-32],[-25,-15],[-17,-52],[9,-38],[57,-138],[32,-60],[67,-105],[60,-44],[27,-68],[76,-100],[134,-145],[19,-40],[56,-73],[65,-72],[31,-24],[82,-91],[53,-21],[15,-35],[52,29],[10,-32],[-19,-62],[29,-81],[26,-24],[65,-114],[59,-75],[33,-104],[52,-117],[46,-118],[20,-35],[67,-173],[85,-182],[60,-83],[21,-53],[48,-75],[17,-42],[57,-52],[120,-83],[12,-27],[-26,-20],[5,-60],[47,-67],[15,-39],[49,-82],[79,-86],[15,-33],[36,-39],[68,-43],[71,-90],[23,-63],[42,-36],[26,-39],[28,-67],[33,-54],[42,-48],[64,-60],[41,-65],[-14,-48],[5,-31],[31,-53],[87,-99],[58,-80],[80,-72],[27,-43],[32,-97],[0,-18],[40,-71],[14,-78],[-37,-32],[12,-43],[47,-70],[22,-61],[31,-46],[61,-59],[24,-69],[-2,-82],[-10,-27],[-58,18],[5,27],[-26,23],[-37,7],[-23,35],[0,48],[-32,67],[-63,48],[-62,-13],[-59,35],[-18,66],[-41,57],[-63,26],[-35,-39],[-5,-88],[-36,-61],[-23,-111],[-36,-35],[-27,-4],[-18,39],[-63,58],[-54,17],[-86,58],[-36,4],[-31,-22],[4,-106],[-17,-65],[-46,4],[-31,-26],[36,-84],[0,84],[41,0],[21,17],[18,70],[5,106],[32,0],[54,-44],[59,-35],[40,-14],[63,-74],[32,-9],[31,18],[36,48],[18,84],[32,44],[9,47],[0,62],[17,22],[32,0],[32,-35],[9,-44],[3,-113],[92,-45],[76,0],[31,-22],[-45,-79],[-73,-46],[-25,-42],[-46,-163],[0,-92],[-9,-14],[9,-96],[0,-93],[14,-82],[22,-67],[37,-79],[72,-126],[55,-82],[116,-130],[130,-119],[64,-9],[103,-39],[86,17],[40,26],[18,75],[-27,49],[9,26],[81,-31],[41,-39],[54,-75],[-18,-31],[-41,-18],[-5,-52],[32,-66],[-4,-31],[-28,-31],[0,-48],[14,-35],[63,-62],[27,-57],[-5,-37],[74,-117],[121,-153],[75,-71],[37,-66],[27,-18],[59,-83],[18,-57],[45,-93],[0,-21],[71,-141],[32,-75],[23,-75],[-18,-31],[-9,-75],[40,-83],[5,-79],[18,-18],[36,-66],[62,-87],[50,-40],[32,-40],[54,-87],[72,-80],[0,-31],[-36,-17],[-45,-49],[-18,-47],[0,-75],[32,-93],[62,-94],[66,-87],[41,-68],[43,-44],[22,-45],[76,-96],[96,-107],[72,-61],[30,-14],[23,-87],[-32,-40],[-21,-53],[-41,-17],[4,-62],[27,-83],[54,-84],[135,-157],[14,-27],[40,0],[-9,-40],[72,-40],[-59,-61],[-44,-17],[-4,-31],[-37,0],[-32,-49],[-6,-99],[56,-125],[50,-49],[72,9],[-28,-43],[-72,-29],[-26,-42],[-10,-84],[-25,-67],[-1,-47],[27,-70],[36,-58],[40,-47],[46,-85],[78,-100],[55,-55],[69,-60],[40,-26],[9,-57],[19,-31],[36,-26],[40,-132],[9,-110],[-31,-31],[-18,-35],[-27,40],[-36,-5],[-69,-66],[-17,-84],[0,-109],[45,-154],[54,-145],[18,-18],[46,-99],[76,-128],[58,-76],[36,-35],[14,-36],[27,-17],[-32,-65],[14,-89],[32,-35],[-46,-13],[-45,57],[-45,16],[-40,-12],[-86,-48],[-46,-36],[-30,-74],[-10,-75],[-23,-61],[7,-193],[39,-199],[36,-118],[9,-53],[32,-44],[27,4],[4,-44],[-9,-74],[5,-59],[-50,2],[-23,-22],[-40,-67],[-67,-13],[-36,18],[-55,-49],[-36,-13],[-45,-39],[-139,18],[-5,105],[-36,49],[-41,8],[-53,-8],[-68,-36],[-82,-71],[-27,-51],[-35,-36],[0,-26],[-84,-48],[-14,-37],[21,-17],[-32,-31],[-98,62],[-23,0],[-81,-53],[-130,-131],[-59,-31],[-14,44],[-45,35],[3,37],[-53,28],[-67,-4],[-40,44],[-95,0],[-90,-26],[-90,-39],[-28,-27],[-66,-22],[-50,5],[-47,67],[-30,16],[-68,-5],[-67,-21],[-99,-44],[-23,-18],[-62,0],[-28,22],[-4,66],[-72,66],[4,35],[-22,22],[-41,9],[-27,27],[-113,35],[-99,43],[-44,13],[-59,31],[-82,22],[-76,14],[-45,22],[-50,-14],[-36,14],[64,100],[0,31],[36,18],[18,40],[45,26],[31,40],[54,31],[54,61],[55,0],[27,17],[13,67],[-5,61],[36,30],[23,67],[45,39],[45,22],[32,0],[106,-65],[92,-23],[41,22],[35,49],[0,84],[-14,38],[41,58],[45,9],[91,-36],[49,-31],[36,5],[41,-39],[18,-44],[36,-5],[13,31],[63,57],[-94,-39],[-86,61],[-36,-5],[-95,71],[5,44],[-36,53],[22,70],[-4,71],[-23,-14],[5,-66],[-23,-44],[5,-34],[31,-45],[-9,-26],[-63,-18],[-58,-57],[-13,-44],[18,-48],[4,-49],[-31,-44],[-23,0],[-118,53],[-48,53],[-51,17],[-63,-26],[-130,-75],[-41,-39],[-22,17],[-18,40],[-36,49],[0,65],[-13,30],[-51,49],[-62,22],[-9,45],[-24,38],[-53,49],[-36,13],[-49,49],[-109,70],[-93,52],[-88,22],[-44,1],[-77,35],[-4,44],[40,58],[68,57],[23,39],[9,53],[32,31],[66,13],[50,-5],[41,62],[-18,35],[-77,75],[-5,44],[55,40],[-14,26],[-54,-40],[-8,-39],[8,-36],[36,-53],[45,-30],[0,-39],[-18,-27],[-54,13],[-81,-35],[-18,-22],[-31,-84],[-46,-43],[-31,9],[-44,-27],[-50,-9],[-127,49],[-80,87],[-5,84],[50,18],[58,56],[13,44],[41,18],[9,49],[59,57],[32,61],[26,0],[45,44],[-32,84],[-30,49],[-19,47],[-27,27],[5,26],[41,40],[121,100],[63,45],[157,13],[46,-9],[45,-22],[62,-4],[59,30],[59,-13],[32,27],[9,26],[53,49],[63,-5],[46,18],[40,79],[108,44],[38,-2],[48,46],[18,4],[80,71],[59,43],[23,66],[36,27],[23,44],[125,-53],[46,0],[31,22],[23,35],[31,5],[72,-35],[104,4],[62,-9],[82,31],[-9,18],[31,31],[77,13],[26,34],[-26,40],[-22,0],[-5,-49],[-59,-21],[-54,-57],[-45,-18],[-72,13],[-68,0],[-54,36],[-49,4],[-63,-22],[-27,-22],[-41,0],[-18,31],[-54,26],[-53,-4],[-32,48],[0,61],[-9,36],[-23,4],[5,-79],[-23,-105],[-31,-67],[-50,-48],[-18,-52],[-72,-53],[-50,-13],[-45,8],[-135,-57],[-67,-66],[-28,-9],[-76,-52],[-22,-5],[-54,-44],[-59,-17],[-40,0],[-50,22],[-31,31],[-89,55],[-42,-3],[-38,12],[-52,-12],[-32,-26],[-45,-18],[-50,39],[-30,67],[48,128],[-39,-31],[-37,-89],[18,-48],[67,-79],[46,-9],[-23,-30],[-83,-35],[-63,-15],[-57,-83],[0,-61],[-51,-42],[-12,-35],[-4,-103],[-22,-22],[-50,0],[-14,13],[-51,184],[-44,45],[9,127],[-18,40],[0,44],[-30,43],[-27,62],[-14,53],[0,57],[23,70],[30,66],[18,76],[-10,57],[-29,43],[-25,59],[-116,108],[-22,66],[0,35],[-23,42],[-103,103],[-22,35],[3,31],[-67,66],[-97,44],[-77,12],[-6,35],[-43,22],[-48,43],[-35,57],[-33,32],[-116,135],[-47,43],[-42,97],[26,83],[-4,59],[-21,46],[26,32],[13,41],[-31,59],[-46,-4],[-22,22],[-56,1],[-65,25],[-104,0],[-33,43],[-81,62],[-103,40],[-49,-9],[-54,12],[-70,-15],[-38,4],[-29,31],[-9,32],[38,38],[58,90],[8,55],[-9,45],[-52,14],[-17,35],[16,46],[63,57],[54,13],[19,27],[-36,42],[-136,28],[4,-14],[104,-37],[31,5],[9,-38],[-43,-5],[-40,-17],[-47,-42],[-15,-45],[7,-38],[30,-43],[23,-52],[-13,-61],[-32,-35],[-41,-9],[-27,-23],[-12,-44],[44,-72],[62,-25],[78,-8],[56,-22],[38,-43],[45,-75],[64,-57],[27,-13],[43,-44],[15,-30],[59,-40],[99,-9],[104,26],[33,-34],[-10,-35],[-42,-54],[-9,-27],[-34,-30],[-20,-45],[-1,-35],[-31,-46],[-25,-15],[-77,-24],[31,-33],[82,7],[11,-18],[5,-62],[-11,-31],[28,-40],[13,-37],[6,-60],[-20,-30],[-23,3],[-63,39],[-45,2],[-52,-13],[-61,-35],[-77,3],[-41,-36],[18,-17],[32,22],[65,-4],[96,48],[25,-1],[105,-56],[81,-1],[27,-14],[38,-65],[39,-21],[54,-47],[-17,-27],[-81,16],[29,-33],[-25,-50],[-49,-22],[-115,-18],[-58,5],[-70,18],[-68,-27],[-31,0],[-19,-48],[-53,-10],[-23,-34],[-74,-8],[-97,-54],[30,-14],[47,27],[93,9],[72,37],[30,32],[75,40],[72,-4],[49,-22],[193,21],[79,39],[40,79],[24,19],[32,-20],[80,-24],[88,-55],[72,-79],[-36,-50],[88,-68],[41,-71],[45,-27],[24,-47],[-17,-61],[-27,-55],[148,-212],[-7,-90],[-83,-65],[-19,-27],[-72,-45],[-25,3],[-51,57],[0,27],[27,52],[14,89],[-74,19],[33,-40],[9,-28],[-44,-69],[-1,-41],[41,-84],[70,-53],[33,-69],[25,-23],[16,-51],[-10,-93],[-27,-92],[-20,-46],[-19,-86],[38,-35],[16,-70],[17,-28],[44,-22],[-21,-83],[-14,-93],[-26,-85],[2,-42],[-30,-97],[-81,-74],[-18,0],[-44,-64],[18,-51],[-25,-12],[-30,30],[-31,-14],[-70,-52],[-53,11],[-117,-42],[-45,0],[-29,16],[-30,49],[18,54],[-20,19],[-19,-83],[32,-70],[-12,-27],[-28,-10],[-157,-12],[-39,8],[-94,43],[-94,26],[-73,4],[-34,-8],[-57,38],[-80,11],[-126,34],[-40,-8],[14,-36],[-14,-57],[-59,17],[-153,28],[-162,39],[-45,-31],[-27,22],[-36,4],[-72,53],[-40,13],[-18,31],[18,18],[-34,58],[-125,136],[-17,8],[0,39],[-41,49],[0,26],[-22,40],[5,31],[-50,22],[-36,35],[-32,7],[-44,-7],[-92,17],[-80,31],[-27,26],[-106,55],[-28,35],[-83,-1],[-56,37],[-97,-19],[-40,30],[-66,24],[-161,5],[-62,-12],[-85,18],[-26,40],[-5,37],[18,73],[-27,72],[-43,42],[-61,22],[-36,35],[-72,44],[-68,74],[-89,27],[-46,53],[-34,-20],[57,-103],[59,-74],[70,-29],[53,-37],[58,-10],[63,11],[56,-28],[19,-44],[-26,-71],[-3,-56],[19,-63],[-17,-47],[-28,-31],[-23,0],[-40,-76],[-44,-52],[-22,-48],[-32,4],[-40,-26],[-24,-38],[-29,-5],[-150,-154],[-41,7],[-49,-30],[-50,-14],[-173,57],[-165,39],[-31,2],[-105,83],[-52,61],[-43,97],[-35,65],[-35,31],[-118,10],[0,-58],[-32,-30],[-30,-1],[-70,37],[-15,37],[38,93],[-3,25],[-37,37],[-65,19],[-62,-11],[-34,32],[-18,-22],[38,-34],[108,1],[34,-11],[18,-36],[-55,-38],[-4,-31],[18,-53],[41,-40],[50,-22],[44,-5],[66,13],[32,-22],[-69,-108],[53,26],[25,-13],[-5,-42],[-19,-14],[-131,-41],[-16,-24],[-72,-31],[-54,9],[-75,-34],[-41,4],[-22,27],[-23,53],[-54,61],[31,-92],[55,-61],[41,-16],[64,-1],[6,-40],[-15,-25],[-45,-25],[-67,-53],[-23,-51],[-67,16],[-48,-51],[-40,-9],[-36,40],[-23,-9],[-18,-67],[-39,-45],[-7,-52],[-33,-39],[-18,-43],[11,-44],[-31,-63],[-40,-39],[-81,-53],[-26,-57],[-67,-26],[-40,-35],[-17,-91],[-19,-29],[-18,-62],[-3,-87],[-9,-22],[-45,-43],[-40,-58],[-4,-22],[-46,-22],[14,-57],[-23,-30],[-99,-105],[-75,-51],[-84,-77],[-141,-99],[-111,-98],[-58,-22],[-120,3],[-27,7],[-65,-10],[-37,10],[-63,-9],[-66,18],[-76,6],[-113,34],[-59,7],[-28,28],[-74,31],[-35,0],[-102,41],[-21,-9],[-45,62],[4,17],[-24,120],[-21,47],[-14,92],[-22,22],[-18,62],[-9,63],[15,96],[18,54],[50,44],[55,21],[-17,17],[-80,-30],[-4,120],[58,192],[54,127],[26,109],[0,62],[9,35],[0,83],[36,110],[0,49],[18,18],[113,-22],[-36,30],[-36,-4],[-32,30],[-81,-34],[18,-44],[0,-31],[-44,-102],[0,-127],[-46,-143],[-31,-77],[-41,-53],[0,-40],[-45,-106],[-33,-29],[-170,-13],[-53,26],[-84,100],[-29,51],[-36,86],[-37,40],[-35,9],[-41,-9],[-72,44],[-22,48],[-19,-18],[23,-43],[32,-31],[81,-31],[44,-4],[37,-53],[-2,-69],[47,-59],[78,-82],[65,-53],[134,-6],[47,-17],[19,-50],[-25,-48],[-23,-19],[-20,-50],[-18,-91],[0,-50],[-27,-13],[-95,0],[-58,40],[-14,-22],[76,-44],[158,8],[32,-131],[28,-43],[2,-44],[-29,-93],[-1,-66],[26,-45],[23,-92],[36,-36],[18,-43],[50,-85],[37,-39],[-1,-37],[-67,-58],[-103,-41],[-88,-54],[1,-21],[-81,-39],[-15,-34],[-69,-71],[-33,-49],[-14,-39],[-42,-38],[-16,-59],[-27,-62],[0,-79],[-28,-127],[19,-53],[-9,-18],[22,-195],[-9,-47],[-45,-4],[-49,32],[-109,90],[-99,95],[-106,112],[-81,100],[-69,68],[-58,80],[-122,118],[-35,21],[-91,89],[-64,37],[-49,3],[-72,46],[-27,-21],[-37,-4],[-44,88],[16,63],[-20,43],[-5,52],[-72,200],[-1,46],[-17,34],[9,34],[-15,56],[-59,98],[-40,90],[-15,18],[-63,125],[-25,44],[-47,120],[-72,242],[-19,117],[2,25],[-28,104],[-20,91],[-2,66],[-31,82],[-47,76],[-37,73],[-61,152],[-21,74],[-34,19],[-3,28],[-60,123],[-14,68],[-42,101],[-5,38],[-26,35],[-14,44],[-30,33],[-30,67],[-33,52],[-19,50],[-3,95],[-16,31],[2,46],[-74,65],[-100,175],[-117,158],[-28,18],[-57,66],[-129,114],[-114,77],[-25,23],[-116,66],[-46,31],[-61,54],[-35,15],[-31,34],[-41,5],[-95,-26],[-45,30],[-40,9],[-68,31],[-59,75],[-45,9],[-18,17],[-53,18],[-27,27],[-72,0],[-48,25],[-102,95],[-39,6],[-14,48],[-23,14],[-36,-22],[-36,9],[-63,-4],[-253,108],[-34,2],[-232,93],[-67,21],[-26,18],[-163,49],[-40,25],[-31,2],[-101,47],[-59,46],[-52,24],[-47,-2],[-111,57],[-26,18],[-213,89],[-26,27],[-55,9],[-18,17],[-77,36],[-107,65],[-41,40],[-44,16],[-121,75],[-78,89],[-54,24],[-88,66],[-107,90],[-71,71],[-59,48],[-67,40],[-50,48],[-109,63],[-31,36],[-69,44],[-27,27],[-81,55],[-31,41],[-32,11],[-147,114],[-18,27],[-121,44],[-41,26],[-58,57],[-37,9],[-94,45],[-36,23],[-201,98],[-138,64],[-52,29],[-87,32],[-118,51],[-32,-3],[-91,38],[-33,32],[-114,20],[-36,-3],[-28,-31],[-39,44],[-27,-5],[-48,26],[-55,19],[-70,-4],[-45,8],[-187,14],[-103,4],[-37,-13],[-33,-27],[-124,-4],[-44,-14],[-40,4],[-48,70],[-48,26],[-92,83],[-51,25],[-181,117],[-41,41],[-102,80],[-63,66],[-86,96],[-41,55],[-41,27],[8,36],[-14,33],[-38,6],[-47,60],[15,38],[84,53],[27,26],[17,60],[-7,29],[16,38],[1,52],[-15,48],[-19,95],[41,38],[29,0],[118,-31],[35,5],[45,22],[46,44],[-32,4],[-68,-48],[-44,0],[-59,22],[-72,3],[-32,-12],[-54,-39],[-46,-74],[-38,-9],[-36,12],[-94,58],[-30,27],[-118,79],[-276,198],[-35,38],[-127,67],[-49,32],[-75,29],[-104,58],[-15,-5],[-172,63],[-37,19],[-239,70],[-48,3],[-111,33],[-98,18],[-54,-4],[-104,13],[-69,28],[-39,-28],[-37,-4],[-78,6],[-89,20],[-74,-4],[-71,9],[-69,-3],[-130,-20],[-114,-49],[-63,-49],[-71,-74],[-79,-51],[-67,5],[-40,25],[-189,145],[-74,50],[-118,114],[-53,62],[-79,119],[-42,47],[-111,183],[-52,71],[-43,75],[-75,102],[-76,136],[-44,90],[-37,53],[-183,192],[-17,61],[-73,12],[-63,45],[-53,63],[-5,20],[-47,31],[-163,174],[-75,88],[-40,33],[-46,56],[-49,33],[-127,107],[-104,94],[-37,52],[-100,79],[-67,67],[-77,56],[-41,46],[-71,51],[-158,149],[-27,40],[-14,62],[0,111],[-6,73],[-13,55],[-52,139],[-158,189],[-108,101],[-108,88],[-68,44],[-122,70],[-62,27],[-136,69],[-44,49],[3,36],[-17,48],[0,114],[-14,9]],[[46170,19894],[-22,-18],[0,-62],[32,-65],[0,-49],[-50,18],[-100,62],[-116,43],[-55,9],[-77,31],[-13,13],[-44,-9],[-82,27],[-59,4],[-98,18],[-68,0],[-36,-9],[-121,53],[-46,31],[-189,109],[-45,40],[-32,9],[-62,35],[-77,27],[-144,22],[-126,-4],[-81,-18],[-86,4],[-63,13],[-64,26],[-80,44],[-59,40],[-128,78],[-65,71],[-95,49],[-99,35],[-113,18],[-31,13],[-36,-13],[-36,17],[-32,-4],[-63,22],[-85,96],[-127,62],[-27,0],[-139,35],[-32,0],[-121,58],[-14,30],[-40,17],[-64,9],[-32,31],[-35,-4],[-67,39],[-46,18],[-32,0],[-48,-22],[-62,27],[-65,8],[-88,46],[-56,12],[-21,35],[-65,17],[-54,35],[4,22],[-30,35],[11,51],[-38,38],[-46,16],[-31,0],[-117,22],[-100,53],[-31,27],[-99,53],[-54,18],[-18,17],[-118,48],[-121,31],[-36,-18],[-76,27],[-45,-5],[-36,13],[-46,-16],[-85,3],[-49,-31],[0,-22],[-55,0],[-36,-12],[-68,17],[-26,22],[-45,84],[-23,22],[0,31],[-50,100],[-85,155],[-32,31],[-17,43],[-50,57],[-36,14],[-64,-57],[-3,-21],[-77,-37],[139,137],[-4,22],[-108,118],[-5,13],[-72,71],[-112,74],[-59,22],[-77,4],[-50,-43],[-85,132],[-72,53],[-9,35],[-45,74],[-26,27],[-50,-5],[-46,49],[-58,17],[-14,58],[-58,198],[-40,109],[-41,88],[-91,145],[-81,101],[-99,66],[-44,5],[-24,21],[-44,0],[-31,14],[-32,31],[-42,10],[-71,65],[-126,87],[-32,31],[-152,75],[-135,40],[-100,12],[-41,-17],[-31,-39],[-134,60],[-136,17],[-54,-3],[-13,26],[-59,62],[-1,13]],[[37796,24079],[0,49],[-40,70],[-14,48],[64,53],[50,-18],[54,14],[40,39],[22,53],[41,30],[32,9],[63,0],[67,22],[63,36],[59,53],[76,30],[50,9],[77,52],[49,89],[144,144],[27,63],[-27,21],[-14,-57],[-45,-36],[-85,-87],[-59,-79],[-27,-58],[-31,-25],[-67,-5],[-54,-22],[-64,-44],[-54,-48],[-53,-23],[-114,-17],[-40,-22],[-99,-105],[-50,4],[-31,89],[-66,53],[-120,38],[-80,-13],[-54,22],[-9,18],[-66,64],[-47,7],[-64,75],[4,34],[-21,42],[-51,45],[-44,26],[-67,18],[-127,-4],[-24,7],[-52,-39],[-36,24],[-35,-18],[-35,7],[-98,-19],[-22,-13],[9,-38],[-42,0],[-76,-33],[-41,12],[-159,16],[-35,19],[-71,-5],[-30,-11],[-46,12],[-47,-1],[-107,-21],[-62,-36],[0,-51],[-12,-68],[-41,-11],[14,-54],[-68,0],[-31,31],[-54,82],[34,17],[24,43],[47,10],[29,30],[-12,31],[12,49],[-3,73],[17,49],[5,85],[-23,94],[-38,78],[34,39],[-10,88],[-33,89],[-28,22],[-36,-2],[-22,17],[-7,41],[14,20],[-1,42],[13,37],[44,-4],[21,19],[-6,32],[-40,13],[-49,-12],[-16,37],[21,24],[-10,61],[-72,115],[-34,24],[-17,71],[-43,24],[-14,57],[-27,31],[-31,13],[-36,36],[-6,26],[-39,78],[-73,71],[-45,31],[-22,36],[-49,20],[-46,0],[-54,14],[-76,-2],[-41,-37],[-119,0],[-34,17],[-43,3],[-13,49],[6,36],[-14,27],[4,39],[20,37],[44,22],[41,68],[40,22],[9,20],[-13,91],[-41,54],[-39,14],[-7,48],[41,31],[40,59],[2,27],[-43,177],[-19,32],[-94,60],[-26,-33],[-37,5],[-41,81],[2,61],[-40,63],[-93,56],[-33,27],[-129,71],[-146,42],[-43,-4],[-49,11],[-92,-13],[-135,-58],[-45,-36],[-18,-32],[-28,-13],[-136,4],[-97,18],[-42,63]],[[33589,27603],[-20,18],[-126,63],[1,45],[43,57],[84,63],[100,57],[-11,15],[-55,-27],[-94,-65],[-65,-64],[-18,-30],[-4,-39],[27,-38],[36,-14],[80,-48],[17,-44],[-36,-17],[-44,0],[-118,-17],[-74,11],[-29,32],[-31,11],[-58,62],[1,52],[-15,49],[-26,37],[-48,2],[-28,28],[-163,84],[-77,11],[-37,17],[-45,6],[-56,38],[-42,15],[-61,-1],[-34,20],[-36,4],[-72,31],[-86,19],[-145,51],[-49,2],[-38,19],[-72,7],[-15,12],[-52,-7],[-135,10],[-45,18],[-77,70],[-111,63],[-17,21],[-136,97],[-45,14],[-31,22],[-46,9],[-39,-20],[-52,40],[-142,30],[-49,1],[-21,15],[-35,-18],[-83,44],[-44,9],[-126,56],[-132,68],[-70,40],[-9,17],[-112,34],[-56,29],[-41,-1],[-90,20],[-95,81],[-57,29],[-97,33],[-43,-11],[-65,49],[-29,-1],[-110,71],[-101,116],[-61,41],[-33,71],[-31,22],[-18,56],[-51,92],[-39,120],[-55,119],[-74,90],[-103,198],[-31,78],[-38,32],[-57,82],[-37,73],[-25,31],[-24,65],[-46,31],[-76,69],[-53,18],[-54,64],[-58,38],[-41,58],[-6,31],[-43,37],[-7,23],[18,49],[41,23],[36,5],[38,28],[23,40],[11,54],[-5,102],[26,90],[5,65],[-60,105],[-14,14],[8,75],[42,53],[1,70],[17,20],[57,-7],[56,25],[18,31],[4,58],[-16,42],[-5,48],[29,72],[49,22],[72,-8],[59,5],[44,16],[85,1],[14,32],[-27,13],[15,68],[30,94],[48,56],[59,22],[23,51],[-28,128],[-43,29],[-48,-3],[-85,38],[-99,24],[-34,56],[-49,53],[-51,5],[-30,-13],[-21,-42],[10,-38],[86,-74],[12,-47],[-22,-33],[-46,-43],[-12,-44],[11,-71],[-1,-68],[-11,-32],[-40,-5],[-32,18],[-19,41],[17,73],[-20,41],[-97,74],[-22,28],[9,52],[32,54],[60,77],[53,102],[26,8],[62,-6],[34,9],[30,27],[13,39],[-20,71],[-64,119],[-34,46],[-28,15],[-137,1],[-71,-8],[-30,9],[-36,52],[24,57],[77,37],[77,30],[73,71],[36,67],[53,37],[67,27],[69,15],[49,34],[19,27],[9,44],[-18,54],[-119,102],[-114,70],[-52,22],[-80,0],[-56,-24],[-55,-33],[-45,-79],[-24,-84],[-5,-90],[-30,-68],[-41,-52],[-152,-99],[-58,-70],[-37,-86],[7,-57],[-7,-36],[3,-95],[-23,-111],[-59,-125],[-41,-32],[-52,-27],[-39,6],[-38,21],[-38,37],[-67,55],[-78,96],[-14,45],[6,106],[61,100],[31,80],[32,117],[1,40],[39,152],[70,82],[21,34],[117,113],[40,21],[44,36],[68,42],[41,59],[-2,23],[29,48],[-30,105],[-61,94],[-25,23],[-118,4],[-138,-12],[-76,-19],[-43,3],[-49,59],[-2,29],[-34,102],[-43,13],[3,95],[-10,83],[12,59],[4,143],[20,24],[4,36],[-12,40],[2,52],[14,49],[23,4],[46,-43],[39,-5],[26,22],[-3,24],[-44,98],[79,-20],[56,115],[66,20],[57,-2],[38,48],[64,25],[28,28],[68,22],[-3,26],[-75,-35],[-81,-46],[-42,-48],[-70,1],[-62,-27],[-61,-105],[-48,28],[-31,-18],[-4,-35],[27,-61],[-44,2],[-23,30],[13,137],[-3,46],[-29,138],[-46,30],[-255,304],[-87,97],[-73,57],[-23,41],[-13,82],[-40,-16],[-68,6],[-50,42],[-89,-85],[-9,-44],[-49,49],[53,8],[-18,31],[32,27],[27,-5],[45,39],[-32,81],[-69,116],[24,41],[-18,26],[-14,53],[-4,62],[-39,111],[-12,74],[1,61],[-28,88],[-2,154],[18,55],[-19,40],[8,86],[-8,35],[4,84],[-9,21],[-4,84],[-20,177],[-7,107],[12,77],[1,75],[-84,171],[-19,104],[4,56],[20,69],[-28,99],[-44,6],[-26,19],[-79,138],[-88,145],[-87,97],[-74,110],[-97,111],[-51,75],[-67,69],[-31,44],[-42,38],[-125,70],[-38,13],[-65,55],[-70,91],[-79,80],[-46,71],[-117,53],[-27,39],[-42,-4],[-83,34],[-70,13],[-53,-2],[-92,45],[-88,21],[-90,43],[-37,54],[-19,89],[-26,45],[-36,121],[-68,170],[-9,63],[4,55],[-13,26],[-47,31],[31,38],[-35,44],[-65,7],[-21,36],[-55,-11],[-40,47],[-43,82],[-139,238],[-108,154],[-72,80],[-75,49],[-43,44],[-19,37],[11,44],[-51,46],[-81,17],[-43,43],[-34,49],[-15,78],[-80,80],[-56,80],[-41,81],[-5,33],[-27,2],[-75,128],[-56,72],[-39,126],[10,32],[-69,86],[-42,135],[-49,129],[-43,135],[-30,26],[-81,212],[-26,59],[-58,96],[-42,86],[-11,46],[-26,40],[-35,86],[-23,28],[1,25],[-37,66],[-14,84],[-33,47],[-43,100],[-38,54],[-45,13],[-69,111],[-98,108],[-19,37],[-29,27],[-8,34],[-54,27],[-52,46],[-25,50],[-2,33],[-52,18],[-74,59],[-21,50],[-93,65],[-53,49],[-105,75],[-46,48],[-129,93],[-58,52],[-47,32],[-36,5],[-55,34],[-13,53],[-60,30],[-58,-2],[-43,-12],[-149,24],[-43,21],[-141,26],[-34,18],[-118,4],[-32,19],[-16,67],[11,70],[-18,45],[-58,36],[-22,59],[-58,71],[-7,53],[-45,125],[-3,50],[-32,6],[-22,42],[-17,60],[-51,75],[-5,19],[-153,182],[-39,28],[-24,36],[-75,70],[-23,42],[-53,37],[-68,71],[-30,4],[-51,28],[-132,87],[-59,43],[-10,36],[-37,25],[-54,7],[-127,64],[-90,27],[-92,15],[-43,15],[-131,6],[-172,-17],[-89,20],[-65,73],[-27,12],[-25,33],[-36,123],[-34,79],[-4,92]],[[18945,46667],[12,84],[18,64],[20,38],[25,128],[-1,36],[19,78],[13,87],[17,61],[26,59],[18,189],[-13,33],[-119,16],[-77,25],[-64,-10],[-56,-34],[-80,-10],[-102,-26],[-7,-16],[-48,-12],[-92,-60],[-43,-49],[-99,0],[-54,11],[-59,25],[-76,5],[-37,31],[-46,2],[-46,42],[-75,41],[-71,49],[-29,33],[-74,35],[-38,55],[-62,51],[-65,36],[-89,16],[-50,39],[-39,14],[-29,55],[-36,111],[-9,57],[-23,44],[-26,15],[5,36],[-14,42],[14,42],[22,28],[-79,12],[20,62],[-16,132],[-24,324],[-11,74],[-15,197],[8,183],[-7,78],[20,96],[-2,37],[20,111],[22,75],[41,85],[37,60],[82,62],[162,0],[58,9],[49,26],[64,19],[388,139],[30,13],[5,62],[14,62],[4,61],[18,57],[27,49],[41,106],[4,39],[-4,114],[-14,42],[-4,156],[-9,9],[-23,109],[-13,115],[-18,40],[-5,52],[-23,22],[-21,63],[-18,17],[-59,96],[-91,101],[-48,32],[-114,61],[-44,40],[-99,43],[-41,-9],[-27,22],[-18,85],[-85,192],[-50,76],[-100,96],[-11,20],[-65,64],[-80,48],[-95,92],[-39,13],[-79,49],[-40,-5],[-21,21],[-61,23],[-106,27],[-29,-5],[-50,26],[-89,31],[-31,0],[-50,-26],[-31,14],[-32,-20],[-36,6],[-27,35],[-41,10],[-18,-14],[-148,0],[-36,-31],[8,-31],[-31,-57],[-56,-32],[-12,-47],[-58,4],[-22,22],[-5,36],[-45,57],[-52,11],[-15,-27],[-60,50],[0,93],[-30,101],[-28,35],[-22,53],[-32,31],[-45,13],[-23,27],[0,109],[23,31],[73,34],[28,54],[2,54],[-12,91],[-20,30],[-107,93],[-58,22],[-41,40],[-43,70],[-20,58],[1,33],[18,27],[-5,31],[-22,22],[-4,31],[78,13],[48,-3],[45,-32],[56,-7],[60,-42],[17,-34],[43,-6],[9,50],[79,-29],[100,-72],[39,4],[100,70],[109,-4],[71,-105],[14,39],[33,14],[44,-9],[54,-36],[53,-13],[9,27],[-71,13],[-41,26],[-41,5],[-18,34],[41,37],[14,56],[84,80],[75,87],[2,37],[39,68],[6,106],[29,18],[79,-75],[36,-48],[41,-22],[32,1],[35,-36],[50,21],[49,-17],[46,-49],[31,-74],[46,-31],[53,-9],[-4,31],[-31,5],[-26,24],[-10,37],[-37,61],[-22,23],[-54,26],[-32,-9],[-63,32],[-27,0],[-23,38],[-1,30],[20,36],[-3,26],[-65,-26],[-41,31],[-27,49],[-44,44],[-9,22],[4,105],[19,26],[35,96],[18,28],[18,100],[21,26],[93,22],[57,6],[49,22],[50,52],[64,0],[9,26],[-68,5],[-40,-14],[-55,-57],[-44,-8],[-41,17],[-72,88],[8,18],[-36,88],[-44,39],[-64,83],[-4,154],[27,40],[91,50],[21,-1],[64,48],[13,52],[-3,58],[-15,26],[33,81],[62,55],[9,23],[63,56],[-50,23],[-35,-9],[-42,-40],[-72,-141],[-4,-70],[-36,-118],[-99,-49],[-27,-26],[-45,-5],[-41,27],[-41,48],[-30,79],[1,26],[-22,93],[-12,11],[-17,169],[41,62],[-37,9],[-16,-70],[-20,-115],[14,-30],[5,-57],[30,-41],[6,-100],[-30,-2],[5,-34],[42,-22],[59,-48],[54,-132],[-45,0],[-23,40],[-121,8],[9,-35],[50,9],[49,-4],[45,-92],[50,-57],[-1,-14],[78,-57],[-42,-83],[5,-98],[9,-22],[45,-43],[-4,-22],[-36,-35],[-18,-54],[-73,-92],[-31,-4],[-45,39],[-53,-35],[13,-26],[36,35],[31,-17],[0,-70],[22,-23],[-9,-101],[5,-84],[18,-35],[9,-66],[-37,-13],[-111,-137],[-72,-57],[-83,-37],[-21,-25],[-64,-5],[-57,-14],[-49,4],[-79,-27],[-68,-3],[1,64],[-9,21],[-45,32],[-23,-1],[-80,36],[9,52],[-28,72],[10,21],[2,70],[-15,31],[-33,-53],[-9,-49],[37,-69],[4,-115],[-18,-18],[-75,27],[-29,31],[-80,13],[-64,39],[-4,67],[14,34],[22,137],[-18,27],[-59,13],[-40,47],[27,54],[0,162],[-54,41],[-14,28],[-55,9],[2,59],[-10,48],[-45,101],[-44,36],[-32,3],[-19,-40],[-50,37],[-48,12],[-46,-44],[-38,-16],[-6,52],[23,142],[57,46],[10,49],[22,44],[32,31],[40,110],[33,58],[13,52],[26,65],[45,80],[0,13],[46,88],[58,133],[23,38],[13,75],[-31,39],[18,80],[35,84],[5,52],[-14,66],[41,35],[4,48],[-34,55],[7,99],[-31,18],[-50,52],[5,29],[44,47],[-10,37],[19,33],[32,17],[69,57],[25,-27],[-3,-69],[41,-27],[62,-4],[49,9],[52,27],[53,61],[13,70],[36,84],[1,72],[66,50],[-27,67],[0,75],[31,65],[-9,62],[28,36],[-5,48],[14,30],[-9,30],[0,216],[-9,158],[5,5],[-1,158],[9,75],[-4,61],[27,88],[36,92],[71,146],[32,31],[36,-53],[46,-31],[13,44],[73,53],[68,9],[7,34],[50,44],[14,40],[59,111],[13,50],[23,48],[47,51],[24,62],[0,52],[27,31],[0,48],[-22,53],[-32,44],[-27,79],[-5,97],[50,52],[64,26],[31,27],[-4,22],[13,66],[18,33],[-36,55],[-77,39],[-89,97],[-9,31],[-55,39],[-36,53],[-45,13],[-27,27],[-18,66],[-40,27],[-41,0],[-22,22],[-9,56],[-32,22],[-55,-17],[-4,66],[-31,44],[-36,0],[-18,31],[94,78],[104,9],[0,58],[41,57],[62,61],[118,26],[14,36],[125,62],[27,26],[23,57],[45,17],[90,-26],[45,-57],[59,-26],[-100,105],[-49,17],[-76,0],[-37,-30],[-45,-61],[-36,-9],[-40,31],[5,43],[85,48],[27,27],[31,57],[23,79],[18,22],[0,40],[18,22],[32,84],[-23,109],[9,40],[-9,44],[23,114],[76,71],[22,35],[-36,100],[-40,49],[-17,49],[-37,66],[-27,30],[-41,13],[-49,40],[-113,106],[-54,31],[-59,0],[-121,-58],[-31,18],[-23,70],[-41,70],[-27,27],[-53,13],[-59,0],[-32,-18],[-73,14],[-57,61],[5,136],[26,58],[41,35],[54,27],[95,25],[-5,31],[54,93],[-19,70],[-8,83],[-18,27],[-27,110],[72,132],[27,88],[-5,56],[-76,76],[0,105],[27,66],[31,44],[4,53],[-48,70],[-5,39],[26,76],[10,57],[40,17],[46,-30],[36,8],[22,30],[-4,67],[31,35],[-4,35],[-50,-66],[-4,-75],[-68,18],[-36,0],[-27,-30],[-18,-80],[-18,-22],[-9,-79],[14,-35],[39,-39],[5,-27],[-44,-79],[-50,-31],[14,-31],[-41,-35],[-30,5],[-96,-13],[-68,47],[-54,18],[-99,0],[-36,-13],[-50,4],[-58,-9],[-46,9],[-26,27],[-41,110],[-54,105],[-59,44],[-86,10],[-98,-32],[-76,-40],[-50,5],[-13,17],[-73,27],[-41,40],[-18,39],[-9,163],[86,53],[23,44],[0,30],[-50,62],[-50,13],[-53,26],[-59,9],[-50,27],[-9,35],[36,70],[46,44],[31,4],[45,-22],[68,-65],[45,-57],[81,-71],[35,-13],[46,0],[40,-45],[23,-96],[14,13],[-27,97],[-19,22],[0,35],[23,22],[91,31],[48,62],[50,17],[91,-22],[31,-26],[-4,-75],[17,-40],[36,-35],[41,-9],[131,-9],[35,-12],[36,-35],[24,-80],[46,-32],[-2,50],[-40,-5],[-23,89],[-36,30],[-54,13],[-126,13],[-55,31],[-13,35],[0,75],[-17,27],[-113,34],[-23,22],[0,97],[-36,84],[13,57],[55,44],[-32,66],[-27,27],[-117,47],[-54,-9],[-36,-17],[-67,-48],[-86,-70],[-50,35],[0,35],[-50,101],[-62,53],[-91,4],[-45,-13],[-71,-53],[-27,-48],[4,-39],[-54,0],[-23,26],[0,34],[23,102],[27,71],[-23,0],[-4,-40],[-27,-40],[-18,-70],[4,-61],[32,-31],[68,-13],[53,-53],[32,-62],[-28,-48],[-44,13],[-72,70],[-32,13],[-27,-9],[-36,-35],[-9,-61],[31,-44],[46,-44],[22,-88],[-54,-30],[-45,8],[-17,22],[-37,101],[-27,58],[-58,69],[-55,22],[-87,-17],[-34,22],[-63,17],[-36,31],[-54,31],[-22,0],[-91,45],[-144,34],[-45,22],[-41,40],[0,35],[18,40],[9,96],[28,35],[45,0],[62,-17],[54,17],[41,44],[27,62],[50,40],[23,0],[44,-35],[23,-40],[40,-40],[13,-27],[-26,-82],[-5,-58],[18,-53],[41,-48],[82,-39],[48,25],[59,62],[54,145],[50,53],[-18,13],[-63,-61],[-14,-61],[-31,-89],[-59,-57],[-38,-11],[-34,11],[-72,79],[-9,49],[18,70],[18,35],[-9,40],[-100,132],[-58,8],[-63,-52],[-45,-75],[-36,-35],[-27,0],[-49,22],[-54,0],[-46,-40],[-18,-114],[-18,-48],[5,-89],[-18,-34],[-40,-26],[-83,-4],[-3,-23],[-121,-53],[-55,-40],[-81,5],[-32,26],[-32,71],[-53,48],[-27,39],[-54,53],[-41,75],[-9,31],[-32,35],[-40,123],[-22,44],[-2,52],[-16,85],[-14,110],[9,135],[0,119],[9,75],[-27,84],[-36,48],[-63,5],[-27,-22],[-67,26],[-64,65],[-13,-8],[59,-97],[-41,-4],[-63,127],[-28,35],[-48,104],[-31,85],[-29,147],[-28,53],[-9,89],[-11,48],[-56,103],[-43,36],[-1,59],[-28,95],[-32,81],[-38,79],[-9,43],[-63,93],[8,38],[36,-1],[13,23],[-94,17],[-36,30],[-36,82],[-20,26],[-28,-13],[-38,33],[4,101],[46,93],[63,72],[103,28],[77,53],[23,5],[68,61],[30,53],[-4,18],[36,74],[9,58],[14,22],[2,53]],[[12134,67688],[38,91],[46,23],[40,48],[23,0],[53,27],[4,17],[87,79],[22,57],[46,62],[60,57],[106,113],[24,13],[-2,78],[-80,44],[13,90],[18,27],[0,79],[-9,75],[13,35],[5,75],[13,61],[46,62],[57,13],[5,17],[-49,54],[-22,47],[18,71],[-9,88],[-32,127],[-32,106],[-22,44],[-83,202],[-17,22],[-3,39],[-50,22],[-36,0],[-18,61],[31,2],[28,59],[125,124],[45,32],[70,33],[88,53],[8,34],[-48,-3],[-50,-22],[-50,-45],[-27,3],[-36,43],[-18,40],[-9,92],[-27,110],[-2,43],[-47,138],[-63,56],[-32,14],[-41,52],[0,67],[32,35],[14,43],[0,119],[34,58],[-53,4],[-81,79],[-103,62],[-63,48],[-50,61],[-14,35],[-85,75],[-45,9],[-32,92],[5,22],[-45,84],[-46,64],[9,40],[91,57],[24,38],[-6,40],[-33,-11],[-4,-36],[-53,-47],[-34,-7],[-47,-48],[-35,90],[-18,97],[3,47],[-16,27],[58,84],[23,91],[-42,28],[23,70],[45,-4],[31,22],[33,47],[25,53],[5,42],[22,51],[-6,37],[33,82],[15,127],[11,18],[16,111],[3,163],[-12,124],[-14,7],[4,77],[-13,76],[4,106],[-22,110],[0,74],[-37,18],[0,44],[-22,40],[-23,127],[-4,58],[17,60],[-34,36],[-5,40],[-18,30],[-63,163],[-19,17],[-45,124],[-74,143],[-42,55],[-77,74],[-57,36],[-51,13],[-51,27],[-27,50],[9,50],[39,16],[44,-17],[50,-4],[139,-34],[81,-9],[8,17],[-127,42],[-31,2],[-76,23],[-100,-5],[-26,32],[3,94]],[[11324,74874],[2,98],[9,106],[22,184],[5,242],[-8,37],[-1,99],[-9,31],[1,67],[-17,146],[-13,52],[-40,8],[-50,37],[10,51],[-27,34],[101,16],[38,75],[19,11],[8,87],[24,0],[61,121],[64,105],[35,38],[-30,45],[-13,53],[9,48],[-28,30],[23,35],[-9,80],[-18,26],[23,27],[0,31],[66,131],[33,93],[54,78],[36,129],[-2,78],[-25,31],[-42,24],[64,69],[36,136],[14,26],[5,58],[31,118],[0,136],[-6,18],[2,316],[-5,36],[17,45],[1,100],[-9,70],[19,44],[-28,22],[-18,61],[-8,84],[-12,40],[-21,127],[-5,70],[-22,84],[0,48],[-19,176],[-20,31],[-55,115],[14,109],[13,31],[-3,87],[8,8],[-9,85],[-9,13],[0,119],[-9,39],[-9,255],[-14,31],[0,89],[-18,96],[0,74],[-18,45],[-23,158],[-22,97],[-9,70],[0,76],[15,39],[-34,44],[-27,52],[-47,216],[-13,79],[-28,45],[2,29],[-24,47],[-68,246],[-13,21],[-30,101],[-99,232],[-6,37],[-34,31],[-81,160],[-14,10],[-63,109],[-90,111],[-91,86],[-90,76],[-53,31],[-73,58],[2,16],[-59,57],[-37,67],[1,53],[17,28],[-4,41],[14,17],[62,26],[74,13],[19,12],[38,66],[0,46],[30,11],[27,-13],[43,-59],[40,-17],[81,0],[-18,31],[-72,-9],[-85,83],[-46,-5],[-18,-17],[-19,-98],[-31,-16],[-36,0],[-76,-22],[-80,9],[-23,11],[-23,43],[-5,192],[-13,26],[4,66],[-13,74],[-53,192],[-55,169],[-77,170],[-27,74],[-60,99],[-25,58],[-41,67],[-45,92],[-71,109],[-102,136],[-35,74],[-45,18],[-52,54],[-9,36],[-68,56],[-14,33],[-52,39],[-22,40],[-121,102],[-93,49],[-15,23],[-48,-6],[-124,45],[-30,48],[-71,52],[27,70]],[[8993,85461],[15,63]],[[9008,85524],[2,9]],[[9010,85533],[-2,-9]],[[9008,85524],[-15,-63]],[[8993,85461],[-59,14],[-95,110],[-18,36],[-54,69],[-95,181],[-22,70],[-18,18],[-74,141],[-39,128],[-67,130],[-36,102],[-7,46],[-53,109],[11,47],[-28,30],[-17,59],[-37,87],[-54,102],[-12,62],[-51,135],[-13,65],[-22,41],[-14,66],[-21,40],[-11,48],[-50,109],[0,31],[-49,71],[-90,78],[-13,36],[31,22],[0,39],[-53,16],[-19,43],[14,22],[-10,67],[30,138],[19,35],[165,223],[75,120],[87,161],[-46,92],[-3,117],[7,34],[23,33],[59,3],[18,16],[-3,56],[39,28],[49,4],[32,19],[0,34],[-68,39],[17,45],[68,21],[16,93],[42,60],[0,32],[-49,0],[-9,15],[13,47],[-43,76],[7,29],[-7,69],[-32,61],[-3,31],[22,86],[0,67],[-12,69],[6,120],[-49,139],[0,51],[26,117],[17,32],[39,32],[9,31],[-17,84],[-25,44],[1,34],[21,25],[88,-86],[19,-44],[36,4],[40,34],[47,-4],[23,-59],[33,0],[10,81],[58,-40],[58,37],[13,51],[-22,61],[-26,48],[0,49],[-36,61],[0,51],[26,65],[-44,93],[-77,15],[-41,29],[-29,97],[-6,102],[-27,48],[-6,66],[13,32],[-20,28],[71,75],[22,46],[-6,34],[20,48],[-51,38],[0,25],[64,19],[52,48],[62,32],[10,50],[-16,83],[-17,32],[-13,65],[24,65],[6,119],[-13,32],[-27,22],[-50,3],[-25,44],[0,52],[-19,70],[72,28],[43,24],[22,26],[55,124],[35,110],[30,42],[58,35],[52,15],[23,35],[54,-6],[60,65],[34,9],[12,-39],[62,0],[58,-21],[37,-27],[124,-160],[85,-115],[80,-100],[38,-41],[38,-5],[52,12],[57,32],[45,3],[33,-21],[28,5],[33,41],[7,48],[-4,83],[78,56],[43,-47],[9,-38],[-13,-75],[0,-73],[10,-20],[113,-37],[74,-5],[-9,67],[43,73],[3,32],[54,88],[80,15],[31,-16],[27,24],[48,17],[54,-5],[38,-24],[13,-31],[3,-58],[-19,-76],[8,-112],[0,-69],[23,-65],[29,-51],[45,-1],[30,-69],[122,-58],[127,-63],[29,-38],[49,3],[19,-34],[-19,-51],[13,-42],[0,-47],[-31,-190],[63,-313],[-11,-62],[-34,-48],[-118,-53],[-39,-36],[-10,-38],[9,-68],[45,-8],[24,-20],[1,-32],[35,-31],[148,-108],[336,-278],[39,-10],[16,-31],[-5,-102],[-8,-36],[18,-27],[52,-26],[19,-40],[-3,-34],[17,-114],[66,-64],[38,-48],[92,-39]],[[11850,89930],[65,-29],[44,15],[31,-31],[88,-50],[106,9],[47,-6],[230,-111],[92,-70],[68,-16],[30,-18],[49,-48],[27,6],[31,33],[18,41],[57,32],[76,14],[92,50],[56,16],[70,6],[59,19],[64,47],[61,-63],[83,-40],[29,-61],[46,-5],[107,46],[77,-20],[107,45],[73,-33],[31,-34],[-20,-42],[31,-50],[114,-216],[48,18],[36,-69],[3,-27],[42,-37],[110,-46],[41,18],[79,-70],[30,-17],[81,42],[44,-35],[41,2],[51,46],[28,-1],[29,-49],[55,-42],[18,3],[47,91],[66,20],[63,50],[33,8],[136,-119],[63,-81],[202,-68],[64,4],[34,-10],[69,-45],[56,-56],[16,-30],[32,-11],[61,31],[19,-2],[33,-46],[62,-48],[22,-65],[29,-19],[185,-26],[45,10],[80,-18],[151,13],[22,-38],[-19,-54],[-52,-45],[75,-49],[51,10],[33,-59],[43,17],[48,50],[54,44],[34,11],[92,4],[123,39],[58,1],[45,-11],[32,42],[11,79],[22,39],[31,16],[92,14],[28,20],[12,55],[40,14],[69,-13],[69,8],[18,14],[53,147],[30,34],[53,25],[33,45],[4,66],[51,47],[33,14],[74,96],[17,51],[32,15],[4,63],[20,8],[44,-21],[63,-15],[49,-51],[6,-44],[-14,-103],[-2,-111],[54,-293],[66,-120],[32,-46],[73,-32],[139,-30],[102,27],[84,94],[26,-9],[56,-112],[17,-16],[58,-1],[46,-29],[84,-23],[222,-98],[36,-9],[24,-31],[106,-79],[77,-115],[24,-77],[12,-69],[-64,-66],[36,-167],[-42,-105],[2,-45],[20,-66],[-2,-45],[25,-76],[-14,-124],[-20,-54],[-12,-90],[21,-65],[-12,-91],[8,-33],[60,-35],[27,-36],[20,-66],[19,-6],[59,13],[49,76],[16,39],[61,31],[75,-22],[21,-27],[23,-156],[0,-149],[-20,-140],[-46,-116],[62,-53],[12,-44],[-25,-35],[-69,-42],[-42,-71],[-51,-54],[-31,-70],[8,-59],[-18,-39],[23,-73],[43,-46],[8,-56],[44,-107],[33,-101],[70,-154],[51,-93],[29,-84],[61,-39],[52,-21],[61,27],[50,33],[23,52],[48,130],[34,53],[44,38],[42,15],[55,-14],[120,-82],[73,-67],[92,-68],[78,-33],[44,0],[83,57],[71,40],[82,4],[137,-37],[84,-7],[68,16],[64,35],[55,54],[167,207],[55,51],[62,10],[34,33],[17,54],[1,75],[52,74],[56,26],[47,9],[52,-7],[116,-78],[51,-63],[58,-100],[57,-79],[96,-94],[122,-101],[122,-47],[378,38],[122,31],[62,10],[124,-18],[30,26],[28,-5],[17,-32],[38,-5],[50,23],[34,-2],[4,-28],[38,-1],[91,58],[70,-6],[74,27],[52,2],[45,-17],[77,-64],[12,-33],[53,-7],[25,-19],[46,-2],[28,-52],[-55,-69],[-44,-79],[0,-34],[33,-23],[49,-72],[11,-54],[37,-25],[-8,-50],[10,-23],[35,-18],[-3,-58],[49,-75],[-20,-61],[-21,-15],[-17,-48],[21,-21],[29,3],[62,-23],[23,-42],[49,-60],[-126,-156],[-106,-48],[-72,-47],[-97,-20],[-88,16],[-51,-42],[-19,-3],[-102,36],[-16,-69],[-46,-10],[-101,-52],[-17,-48],[10,-29],[2,-74],[-67,-27],[-68,-66],[-43,-53],[-57,-12],[0,-44],[-21,-26],[-16,-58],[44,-40],[29,13],[30,-19],[44,7],[51,-8],[55,-63],[59,-5],[35,-17],[43,1],[66,-15],[48,8],[59,-72],[49,-39],[44,-6],[44,-55],[49,11],[10,-39],[37,-64],[-31,-51],[26,-21],[25,11],[55,-13],[87,21],[17,-4],[92,-90],[84,-54],[40,-40],[20,-87],[-38,-64],[-140,-77],[-64,-72],[-14,-64],[-2,-92],[-34,-60],[-158,-127],[-15,-48],[-19,-14],[-12,-43],[63,-70],[93,-183],[13,-60],[-11,-57],[-77,-38],[14,-55],[30,-32],[13,-52],[-38,-42],[-9,-39],[24,-15],[23,-63],[-12,-63],[-28,-66],[-31,-20],[-7,-28],[62,-32],[18,-46],[121,-112],[62,-37],[62,-55],[10,-48],[-13,-37],[-36,-57],[-45,-52],[-122,-111],[-16,-36],[-28,-28],[-47,7],[-53,-59],[-35,-17],[-18,-27],[-99,-26],[45,-86],[-71,-150],[-33,-58],[-12,-49],[18,-28],[-25,-16],[-38,4],[-7,-49],[16,-22],[3,-58],[-30,-15],[-13,-85],[-40,-15],[-88,87],[-69,32],[-45,-13],[-50,23],[-74,7],[-49,-5],[-16,-37],[-69,-20],[-15,-65],[-65,-15],[-37,41],[-29,10],[-33,36],[-135,34],[-46,-28],[-26,-29],[-44,5],[-57,-29],[21,-43],[-10,-50],[31,-18],[15,-31],[-1,-38],[-34,-46],[-44,-26],[-34,-90],[-55,-26],[-14,-61],[-77,-73],[23,-55],[-18,-53],[-65,-9],[4,-117],[8,-39],[-16,-58],[12,-33],[-32,-48],[-30,-71],[50,-72],[-2,-50],[16,-47],[88,-70],[-51,-53],[-167,-108],[-29,-51],[-3,-48],[-96,-86],[-61,-41],[-47,-10],[-22,-60],[15,-131],[25,-29],[-4,-31],[25,-50]],[[21877,78128],[102,-65],[136,-64],[185,-159],[85,-152],[91,-146],[53,-105],[79,-34],[167,2],[196,26],[116,-96],[71,-135],[140,-166],[63,-22],[16,-15],[-14,-40],[177,-221],[45,-12],[20,-38],[-11,-16],[200,-257],[91,-84],[-3,-32],[29,-24],[56,-73],[3,-56],[15,-42],[57,-38],[-2,-77],[147,-304],[26,-229],[6,-98],[77,19],[42,51],[48,41],[109,65],[105,71],[173,229],[93,65],[227,33],[121,42],[103,63],[61,48],[70,77],[142,246],[-13,63],[18,30],[80,-7],[116,66],[145,110],[128,105],[146,147],[26,145],[-8,27],[16,24],[-1,59],[10,20],[-46,82],[-2,33],[-32,48],[-12,65],[25,60],[-30,64],[-39,28],[-27,57],[9,48],[31,43],[0,32],[45,187],[61,140],[47,100],[27,39],[11,69],[48,18],[52,77],[81,91],[180,122],[36,12],[82,-22],[111,-67],[93,-62],[139,-64],[142,91],[74,54],[60,30],[97,-7],[70,4],[54,11],[35,22],[-4,46],[45,45],[34,5],[74,80],[33,18],[105,17],[65,17],[47,42],[57,104],[78,112],[81,178],[78,115],[20,20],[1,64],[50,-16],[108,37],[82,13],[76,4],[210,-14],[156,-5],[95,-12],[141,-3],[240,-17],[24,26],[61,-32],[47,-5],[185,42],[41,18],[48,51],[-2,29],[35,8],[49,48],[172,133],[155,106],[291,173],[135,85],[92,38],[46,11],[128,9],[99,23],[55,6],[44,26],[102,84],[74,55],[54,-2],[53,-21],[176,-110],[80,-57],[116,-107],[67,-43],[31,-11],[20,-62],[128,-135],[81,-112],[120,-199],[70,-32],[163,-31],[70,-5],[71,-15],[57,-34],[24,-43],[10,-41],[1,-72],[-54,-165],[-3,-38],[47,-2],[-23,-271],[1,-152],[23,-117],[75,-153],[55,-79],[63,-65],[191,-161]],[[33195,78049],[90,-80],[50,-123],[23,-86],[35,-77],[39,-52],[65,-14],[37,4],[31,45],[24,-3],[56,90],[19,61],[14,137],[-12,77],[5,32],[26,19],[43,-80],[58,34],[128,21],[57,22],[65,51],[128,84],[103,32],[56,2],[85,-28],[43,-29],[44,-49],[49,-82],[32,-4],[44,-43],[10,-28],[-20,-43],[51,-126],[67,-118],[124,-139],[89,-72],[38,-1],[22,-20],[24,-47],[46,-37],[60,-5],[54,-35],[54,-68],[30,-3],[105,19],[16,29],[-13,216],[-43,-1],[-30,36],[43,38],[18,47],[-6,47],[28,44],[70,76],[23,52],[24,20],[16,40],[-52,44],[4,60],[61,64],[81,-12],[13,18],[88,-7],[58,16],[57,99],[22,13],[45,-5],[142,-92],[38,-4],[-3,32],[-32,1],[-10,72],[-49,11],[12,33],[90,108],[53,24],[157,54],[-11,22],[16,35],[-42,50],[24,140],[27,69],[37,20],[15,57],[55,32],[51,-24],[25,13],[19,43],[33,41],[32,-9],[45,13],[22,-21],[48,-5],[16,-16],[121,10],[72,16],[1,40],[50,1],[48,50],[49,15],[46,45],[-26,31],[-1,39],[55,65],[91,34],[23,-22],[58,97],[-8,39],[42,20],[-30,89],[-27,17],[-7,38],[19,69],[-14,16],[-5,52],[-24,49],[-49,63],[11,42],[-28,11],[7,28],[-27,42],[2,38],[-48,-15],[-7,31],[-47,36],[-70,3],[-16,62],[6,71],[35,28],[-15,41],[23,25],[54,-7],[48,146],[-22,30],[32,25],[-35,15],[29,49],[-5,72],[-24,-6],[4,60],[26,15],[103,-18],[42,31],[12,31],[38,13],[23,48],[-11,30],[-38,23],[-4,36],[16,30],[-1,32],[-20,28],[-2,45],[-18,26],[105,71],[-42,21],[-17,53],[31,25],[15,50],[29,12],[14,52],[27,11],[14,-44],[33,13],[10,39],[32,7],[-20,36],[30,17],[45,-16],[21,51],[46,-16],[28,19],[1,38],[50,33],[17,33],[60,24],[8,43],[-15,56],[8,58],[-15,56],[85,77],[34,61],[-29,61],[15,8],[39,-40],[60,1],[9,39],[35,33],[18,46],[39,19],[38,40],[50,0],[52,-16],[40,51],[47,26],[-14,78],[34,24],[90,-3],[80,46],[50,-26],[32,73],[7,48],[33,37],[101,50],[35,93],[42,-25],[70,50],[24,0],[65,27],[-13,26],[77,20],[25,27],[37,-6],[28,22],[16,36],[41,53],[11,62],[17,25],[35,14],[-32,76],[54,113],[26,15],[53,71],[37,-13],[37,53],[4,48],[38,11],[-26,27],[28,45],[43,7],[36,32],[-13,16],[27,88],[27,-3],[13,114],[36,1],[42,61],[34,31],[52,70],[3,32],[-44,33],[18,52],[-18,39],[-43,-17],[-16,38],[-33,12],[-12,53],[30,39],[-10,33],[-37,29],[-9,51],[-38,-22],[-23,21],[36,146],[-14,82],[-41,82],[15,48],[-11,59],[32,49],[11,51],[-16,33],[-5,53],[11,32],[5,101],[22,28],[-13,89],[61,66],[81,61],[35,47],[-69,99],[19,11],[59,-10],[438,-297],[41,-13],[47,-41],[90,-53],[153,-10],[1,-25],[-55,4],[-31,-8],[-55,22],[-57,-5],[91,-58],[77,-22],[116,-56],[28,5],[83,-25],[41,10],[22,-10],[132,-24],[49,-44],[74,-24],[41,-5],[79,86],[22,9],[40,-26],[-4,-44],[-49,-18],[-54,-43],[31,-53],[50,-9],[31,18],[88,3],[16,-52],[-46,-35],[73,-5],[-14,31],[14,44],[-36,36],[-68,-9],[-85,0],[-36,31],[40,25],[23,-4],[44,35],[68,31],[-41,27],[-54,22],[-74,52],[-16,42],[5,36],[153,32],[45,27],[41,4],[67,-18],[4,67],[14,13],[36,-31],[27,-4],[86,26],[94,44],[24,-12],[76,-6],[54,-13],[43,-34],[1,-76],[28,-83],[0,-22],[49,-35],[14,-40],[19,-11],[67,46],[12,27],[9,60],[20,49],[30,9],[50,-40],[140,-59],[117,-56],[46,-38],[79,-8],[74,-45],[44,-44],[27,-8],[63,-54],[63,-44],[82,-35],[53,0],[22,-13],[86,0],[28,-22],[36,4],[35,-26],[14,22],[49,0],[48,-27],[34,-3],[81,-43],[126,-41],[45,-44],[40,-9],[43,-42],[123,-93],[84,25],[3,-27],[29,-52],[51,-62],[62,-88],[9,-32],[88,-116],[119,-166],[24,-39],[32,2],[80,-154],[127,-285],[31,-95],[69,-125],[15,-41],[63,-112],[6,-38],[24,-34],[2,-29],[26,-31],[8,-35],[43,-81],[34,-80],[15,-56],[65,-123],[12,-50],[94,-189],[40,-107],[41,-91],[25,-27],[30,-70],[27,-35],[14,-51],[45,-82],[28,-67],[12,-49],[134,-262],[28,-82],[77,-166],[7,-28],[111,-253],[39,-83],[45,-75],[100,-196],[84,-128],[41,-77],[63,-94],[47,-35],[59,-91],[-64,-65],[-42,-31],[16,-25],[55,-32],[-2,-41],[-45,-25],[-9,-27],[9,-39],[23,-31],[59,-17],[21,14],[52,-5],[15,-40],[-16,-49],[27,-48],[76,-61],[36,-18],[32,-31],[85,-48],[63,0],[86,75],[17,40],[44,-27],[108,-106],[42,-23],[161,-154],[27,-32]],[[46970,78966],[57,-48],[148,-102],[82,1],[56,-29],[40,-43],[47,-7],[70,-30],[31,-36],[62,-31],[54,-58],[67,-29],[58,-10],[16,-25],[104,-44],[36,-22],[31,-35],[27,-7],[49,-70],[25,-14],[15,-32],[26,0],[48,-51],[52,-38],[35,-47],[7,-34],[28,2],[39,-19],[10,-32],[56,-82],[57,-22],[53,21],[24,-13],[60,-83],[9,-26],[60,-75],[18,-38],[61,-82],[39,-39],[104,-166],[90,-116],[32,-15],[28,-49],[37,-36],[69,-110],[132,-145],[71,-75],[58,-48],[68,-84],[121,-105],[64,-62],[148,-124],[45,-48],[121,-92],[50,-54],[36,-26],[18,-34],[-98,56],[0,24],[-99,56],[-9,35],[-132,118],[-17,6],[-40,44],[-52,12],[60,-89],[36,-29],[17,16],[52,-48],[51,-59],[4,-30],[132,-77],[37,-15],[72,-49],[13,-47],[37,-23],[-2,46],[25,11],[17,-48],[40,-8],[5,-21],[-36,-17],[71,-50],[51,-50],[18,-35],[38,16],[71,-27],[23,-22],[45,9],[50,-36],[112,-113],[18,-54],[62,-52],[50,-3],[29,10],[20,34],[56,-65],[23,-68],[2,-30],[36,-35],[119,-96],[144,-69],[87,-22],[48,-46],[37,-5],[-21,47],[-67,30],[-29,4],[-94,48],[-29,-6],[-18,32],[-35,17],[-46,89],[-79,33],[-23,25],[-16,60],[-48,55],[-77,70],[-22,1],[-43,34],[-79,44],[-57,20],[-43,34],[-55,57],[-59,32],[-23,22],[5,25],[113,-64],[42,-17],[58,-49],[35,-17],[33,-36],[48,-18],[58,-42],[84,-81],[65,-50],[78,-45],[203,-155],[14,-21],[145,-134],[154,-161],[17,-29],[62,-45],[44,-60],[63,-64],[65,-50],[33,-37],[81,-71],[24,-11],[86,-78],[64,-34],[21,-26],[27,1],[81,-64],[55,-28],[81,-25],[144,-110],[77,-52],[38,-17],[138,-82],[25,-22],[66,-21],[99,-57],[33,-8],[83,-43],[126,-54],[120,-12],[106,-20],[32,-32],[115,9],[48,-11],[32,9],[-19,77],[35,30],[48,-19],[58,-37],[129,-59],[130,-87],[37,-34],[30,-11],[118,-113],[23,-10],[59,-59],[49,-29],[73,-71],[65,-54],[45,-54],[107,-92],[100,-101],[86,-106],[203,-211],[99,-96],[76,-62],[27,-44],[32,-13],[23,-36],[86,-47],[98,-93],[64,-53],[473,-422],[80,-78],[225,-264],[91,-115],[175,-298],[15,-50],[53,-109],[32,-48],[26,-18],[59,-79],[-23,-18],[-31,35],[-23,-12],[20,-51],[75,-81],[77,9],[32,-18],[53,-53],[13,-31],[91,-140],[59,-111],[35,-56],[140,-251],[72,-109],[0,-37],[-23,-24],[-3,-59],[-50,-30],[18,-27],[91,89],[93,-169],[81,-109],[3,-43],[-74,-5],[-9,-83],[14,-60],[185,-341],[21,-48],[23,-22],[71,-115],[18,-44],[37,-31],[18,-43],[58,-80],[0,-13],[-46,-87],[10,-19],[79,8],[42,23],[59,-78],[36,-62],[91,-176],[148,-369],[99,-190],[99,-167],[230,-448],[59,-127],[283,-555],[23,-17],[33,-58],[16,-47],[36,-47],[19,-56],[22,-24],[108,-209],[-67,94],[-23,4],[22,-75],[45,-52],[5,-26],[45,-58],[5,-31],[45,-91],[18,-18],[27,34],[207,-360],[2,-19],[43,-66],[37,-32],[18,-37],[-7,-31],[31,-39],[86,-154],[66,-126],[35,-51],[62,-126],[34,-43],[17,-40],[72,-121],[33,-43],[33,-90],[108,-165],[24,-68],[32,-40],[6,-25],[48,-65],[41,-78],[18,-12],[25,-58],[21,-24],[38,-80],[19,-19],[37,-69],[87,-134],[16,-37],[38,-52],[48,-92],[33,-40],[11,-40],[46,-59],[0,-15],[76,-102],[1,-24],[60,-92],[60,-106],[69,-99],[37,-86],[29,-28],[35,-76],[22,-23],[68,-114],[-11,-47],[43,-114],[38,-76],[47,-72],[15,-38],[58,-94],[6,-27],[58,-59],[-78,-30],[2,39],[-38,2],[-28,-13],[-125,52],[-92,7],[-46,-5],[-147,-33],[-98,-51],[-58,-12],[-45,-24],[16,-21],[78,20],[47,3],[56,18],[81,16],[92,-8],[169,-2],[-68,-105],[-23,-105],[7,-49],[28,-114],[30,-59],[14,-78],[48,-137],[27,-49],[10,-40],[32,-52],[42,-120],[20,-15],[25,-68],[51,-97],[3,-25],[47,-104],[31,-58],[-3,-84],[25,-38],[11,-75],[-30,-30],[10,-72],[-24,-6],[-23,-50],[29,-94],[13,-107],[20,-84],[-14,-52],[-39,1],[-31,37],[-46,-1],[-37,29],[-77,-52],[-15,-20],[4,-77],[40,-51],[13,-33],[24,-15],[2,70],[-9,29],[7,47],[52,52],[21,-19],[-47,-63],[-9,-35],[-1,-96],[9,-73],[29,-108],[41,-93],[29,-92],[79,-206],[18,-68],[26,-52],[13,-53],[104,-231],[43,-113],[42,-73],[31,-68],[20,-86],[-14,-45],[16,-46],[45,-76],[16,-71],[-31,-29],[10,-51],[82,-187],[-23,-42],[-60,-46],[-33,-51],[2,-20],[-33,-38],[-45,36],[-77,-6],[-47,6],[-40,-50],[-11,35],[-26,30],[-64,-104],[-4,-57],[-45,-121],[40,-11],[3,-44],[-21,-57],[-23,-86],[-22,-281],[26,-104],[39,-130],[22,-50],[21,-83],[23,-33],[37,-122],[27,-44],[-11,-53],[10,-48],[-14,-30],[21,-95],[-30,-41],[38,-20],[-19,-44],[6,-27],[-11,-69],[12,-27],[-14,-59],[-4,-78],[17,-62],[48,-123],[81,-158],[63,-128],[82,-130],[36,-71],[18,-9],[60,-128],[48,-55],[14,-34],[48,-62],[19,-42],[32,-36],[39,-11],[-12,-24],[17,-59],[-14,-118],[-22,-20],[-1,-50],[18,-46],[-19,-40],[-33,-24],[-9,-28],[10,-84],[-22,-70],[-29,-37],[-32,-17],[-23,-71],[-62,-1],[-25,-29],[11,-89],[28,-52],[-66,-66],[12,-34],[-16,-52],[-40,-25],[9,-75],[13,-20],[-29,-50],[-7,-79],[-36,-13],[7,93],[-26,14],[-73,6],[-21,-16],[-3,-80],[-26,-32],[-17,-118],[19,-40],[-36,-14],[-27,-36],[-51,4],[-31,97],[-24,17],[-79,1],[-70,-21],[-29,42],[-48,40],[-11,48],[2,48],[-31,-15],[6,-94],[35,-36],[-35,-40],[-84,-54],[-14,-35],[2,-45],[52,-88],[45,-50],[17,8],[-45,59],[-12,39],[2,62],[11,40],[40,30],[79,30],[104,-25],[-46,-113],[-23,-37],[-10,-61],[3,-45],[-19,-80],[-21,-56],[0,-61],[12,-53],[-1,-45],[16,-86],[21,-35],[4,-53],[18,-55],[18,-20],[10,-83]],[[61686,52688],[0,-72],[-51,-57],[-3,-24],[-43,-21],[-42,16],[-15,42],[-218,2],[-43,-18],[-49,-39],[-69,-104],[-7,-43],[-16,-20],[-5,-88],[-19,-98],[-7,-179],[11,-56],[-14,-12],[-29,-81],[-23,6],[-44,-18],[-21,-32],[-22,-64],[-85,42],[-76,-45],[-52,-84],[-15,26],[21,30],[-3,43],[-20,9],[-23,-79],[25,-79],[-14,-33],[-3,-106],[13,-179],[22,-154],[11,-24],[28,-143],[44,-122],[25,-100],[21,-38],[10,-46],[17,-20],[-18,-41],[22,-35],[-6,-27],[28,-120],[71,-145],[39,-120],[31,-52],[26,-77],[30,-47],[3,-40],[20,-17],[53,-119],[34,-45],[19,-57],[29,-20],[25,-55],[29,-38],[39,16],[18,-18],[-46,-39],[10,-26],[89,-115],[-35,-31],[42,-36],[38,-3],[37,-53],[31,0],[46,-53],[4,-22],[-41,-26],[-54,-5],[5,-56],[-23,-22],[-59,-4],[-31,52],[-63,17],[-95,89],[-112,39],[-41,0],[-116,-35],[-55,-44],[-41,-44],[-13,-31],[-41,-30],[-67,-75],[-81,-132],[-18,-17],[-27,-62],[-28,-27],[-40,14],[0,-54],[-14,-69],[-44,-93],[-50,-57],[-27,-57],[0,-48],[-18,-71],[-9,-80],[0,-65],[-9,-31],[18,-31],[0,-88],[9,-34],[-27,-49],[0,-66],[18,-53],[4,-105],[14,-9],[5,-66],[18,-58],[36,-158],[13,-75],[19,-38],[1,-43],[32,-118],[27,-32],[-21,-14],[-17,-44],[31,-115],[24,-50],[-13,-35],[-43,-1],[-35,-45],[5,-93],[27,-48],[0,-26],[-41,-67],[-100,98],[-49,8],[-85,26],[-73,-4],[-98,-39],[-56,21],[-30,-17],[-9,-88],[-14,-31],[0,-66],[-16,-39],[-47,-49],[-49,-92],[0,-14],[-54,-113],[-14,-71],[-14,-22],[-13,-65],[0,-54],[-14,-74],[-22,-36],[4,-70],[0,-194],[23,-43],[40,-168],[28,-65],[18,-88],[71,-158],[23,-80],[81,-167],[14,-17],[50,-114],[89,-141],[41,-70],[23,-22],[84,-137],[5,-57],[68,-92],[32,-75],[-32,-31],[-45,4],[45,-48],[32,-3],[31,20],[27,58],[36,-36],[25,-45],[45,-55],[111,-163],[40,-48],[54,-132],[-5,-31],[23,-35],[72,-71],[-9,-79],[50,39],[0,27],[-27,49],[-41,44],[4,44],[82,-102],[31,-31],[63,-39],[-9,-22],[99,-119],[14,-35],[41,-44],[30,-57],[91,-92],[0,-14],[86,-100],[26,-49],[54,-53],[100,-114],[67,-57],[9,-22],[50,-40],[49,-57],[86,-83],[76,-62],[68,-66],[79,-15],[65,-42],[5,-44],[-14,-44],[27,-57],[0,-49],[-13,-12],[-55,4],[-62,-17],[-36,0],[-23,-27],[-45,-22],[-32,-31],[-33,-50],[124,77],[36,13],[153,-5],[22,-22],[9,-66],[14,-13],[-14,-65],[14,-36],[0,-57],[-14,-35],[0,-49],[-18,-35],[-9,-145],[5,-62],[-36,-74],[-23,22],[13,40],[-40,30],[-35,-5],[-37,-65],[-31,-27],[-18,14],[36,61],[71,70],[27,71],[18,18],[-4,44],[-103,-102],[-27,-13],[-14,-31],[-54,-53],[-55,-34],[-12,-31],[-145,-203],[-32,-57],[-18,-57],[-4,-58],[-22,-43],[0,-26],[-45,-128],[0,-39],[-27,-75],[-36,-44],[-18,-89],[-32,-52],[-18,-66],[4,-31],[-22,-40],[-9,-118],[-27,-102],[0,-60],[-18,-75],[0,-71],[-18,-61],[0,-75],[-9,-22],[5,-97],[-9,-21],[-5,-84],[-9,-9],[0,-75],[14,-13],[-9,-92],[0,-62],[9,-62],[4,-118],[14,-31],[9,-109],[13,-36],[0,-48],[40,-171],[5,-71],[31,-114],[0,-66],[9,-62],[28,-49],[9,-60],[31,-93],[46,-180],[9,-80],[31,-69],[8,-89],[18,-49],[-9,-30],[41,-79],[-27,-40],[1,-64],[17,-37],[27,-177],[5,-126],[9,-57],[-14,-44],[18,-36],[-13,-56],[-23,-53],[4,-62],[-27,-114],[-4,-193],[4,-111],[9,-79],[14,-56],[0,-67],[9,-100],[14,-14],[4,-123],[18,-40],[0,-87],[9,-14],[0,-163],[5,-96],[18,-49],[-14,-17],[5,-101],[-14,-35],[5,-49],[-18,-40],[-23,-13],[-36,31],[4,26],[55,67],[-5,65],[-31,62],[-5,31],[18,53],[5,92],[-41,97],[0,53],[18,13],[14,70],[-40,11],[-27,-101],[5,-57],[32,-71],[-24,-177],[26,-98],[-6,-27],[-51,-65],[0,-48],[-14,-44],[-4,-66],[-28,-92],[0,-80],[-13,-34],[-5,-62],[9,-18],[-9,-53],[-4,-131],[-14,-18],[-9,-80],[-13,-56],[-5,-66],[5,-84],[-9,-44],[0,-294],[9,-97],[4,-110],[0,-189],[14,-31],[-14,-53],[0,-88],[-9,-22],[5,-79],[-9,-35],[0,-75],[-28,0],[5,110],[-9,23],[18,61],[-9,39],[23,102],[-10,57],[0,207],[-4,105],[-20,1],[-7,-120],[9,-22],[-4,-106],[7,-61],[-16,-102],[2,-61],[-25,-78],[18,-40],[-9,-141],[-9,-30],[0,-207],[4,-53],[18,-88],[0,-40],[18,-70],[0,-35],[46,-171],[-5,-31],[23,-44],[40,-176],[13,-27],[37,-147],[44,-125],[56,-116],[8,-33],[63,-121],[18,-56],[48,-71],[15,-39],[44,-52],[27,-49],[33,-35],[13,-35],[33,-32],[17,-35],[99,-119],[77,-109],[27,-65],[69,-49],[129,-110],[9,-18],[80,-91],[23,-40],[149,-193],[9,-23],[131,-119],[18,-43],[47,-76],[-5,-80],[12,-68],[-14,-39],[-185,-163],[127,51],[53,58],[46,34],[26,46],[27,13],[37,-13],[54,-49],[4,-18],[144,-127],[27,-44],[36,-9],[28,-26],[62,-36],[95,-96],[-5,-31],[32,-48],[64,-27],[26,-39],[59,-36],[103,-100],[49,-62],[50,-27],[77,-60],[153,-146],[18,-27],[50,-26],[68,-65],[62,-53],[27,4],[100,-106],[44,-26],[86,-66],[32,-31],[36,-66],[45,-39],[-5,-17],[27,-45],[4,-35]],[[73445,32318],[28,-3],[23,-38],[89,-16],[19,-27],[-30,-86],[33,-56],[37,-40],[50,-38],[78,-21],[-50,-33],[-30,6],[-32,-20],[5,-37],[95,-30],[4,-50],[-55,-3],[-22,-40],[25,-16],[41,-57],[26,-18],[7,-54],[19,-15],[4,-55],[-12,-24],[16,-48],[-28,-16],[35,-50],[3,-29],[28,-10],[37,-49],[-2,-32],[-38,-15],[83,-71],[-6,-43],[-26,-29],[78,-30],[-1,-45],[44,-28],[-11,-45],[25,-9],[45,-39],[-45,-52],[-5,-41],[44,-11],[16,-34],[65,-5],[8,-21],[-24,-67],[-92,36],[-34,-34],[-32,-66],[12,-37],[-2,-56],[26,-65],[26,-27],[40,6],[43,-12],[11,-38],[83,7],[42,-37],[4,-42],[44,-59],[-11,-30],[8,-39],[-44,-69],[21,-77],[-41,-61],[-25,-19],[-1,-28],[-35,-58],[15,-55],[55,-46],[-31,-129],[-31,-79],[8,-48],[-16,-31],[-33,-23],[-46,-4],[-79,-21],[-103,30],[-80,4],[-30,-14],[-138,28],[-52,-30],[-48,-13],[-30,7],[-70,-17],[-22,-17],[-77,-31],[-117,27],[-52,37],[-79,26],[-32,24],[-119,117],[-16,6],[-64,84],[-73,81],[-81,37],[-30,24],[-39,4],[-29,57],[3,82],[-17,34],[35,48],[-8,143],[-10,46],[-48,77],[12,52],[-22,91],[33,18],[42,71],[-17,23],[78,34],[38,51],[-19,41],[2,28],[74,36],[40,9],[72,58],[18,5],[106,62],[31,34],[72,43],[45,18],[47,32],[52,51],[38,95],[-22,37],[-2,31],[-31,8],[-13,42],[-3,66],[-15,108],[-21,25],[-73,49],[-35,5],[-31,32],[-8,37],[48,47],[-37,36],[76,17],[-3,31],[-86,23],[-26,65],[29,22],[1,34],[28,20],[41,-7],[28,37],[8,56],[-16,36],[-2,43],[13,32],[-2,56],[47,43],[51,1],[31,19],[63,14],[33,21],[35,-8]],[[72437,32603],[42,21],[26,-4],[39,-52],[-11,-34],[-27,-1],[-34,-49],[-83,-8],[-49,-21],[-45,23],[-43,58],[20,14],[108,4],[-10,39],[-60,45],[-2,31],[35,17],[38,-16],[23,-52],[33,-15]],[[72288,32863],[-35,26],[24,27],[20,-32],[-9,-21]],[[11159,76120],[40,-27],[-76,-35],[-23,17],[59,45]],[[10501,77371],[-28,-20],[-20,19],[10,36],[-40,83],[-4,43],[36,-3],[57,-105],[-11,-53]],[[10619,78403],[-68,14],[8,48],[48,36],[53,-66],[-41,-32]],[[11214,79531],[64,8],[12,-23],[-27,-27],[-50,-28],[-82,-28],[-78,5],[-22,-12],[-50,5],[3,29],[55,22],[31,44],[69,35],[75,-30]],[[6417,82323],[-18,30],[45,42],[18,49],[41,56],[19,-45],[-32,-32],[-1,-21],[-72,-79]],[[6776,82626],[-28,-49],[-32,28],[11,25],[49,-4]],[[2500,84004],[31,-31],[29,-59],[-73,1],[-25,24],[12,55],[26,10]],[[2603,83953],[-28,17],[4,39],[29,1],[-5,-57]],[[2182,84101],[-32,15],[47,36],[38,-4],[-53,-47]],[[2380,84138],[-59,18],[14,47],[27,6],[32,-53],[-14,-18]],[[2236,84337],[46,-68],[-38,-46],[-44,8],[-14,18],[32,39],[18,49]],[[2335,84346],[-45,21],[13,53],[23,31],[45,0],[14,-44],[-50,-61]],[[3284,84503],[-7,-35],[22,-12],[-9,-36],[-54,53],[7,40],[41,-10]],[[2052,84768],[49,-53],[-28,-66],[-26,22],[-4,26],[-36,36],[45,35]],[[2043,84798],[-46,-9],[-27,-26],[-31,0],[-9,26],[49,17],[-9,40],[73,-26],[0,-22]],[[1750,85123],[18,-30],[-18,-18],[-28,31],[28,17]],[[1641,85132],[50,-44],[-32,-39],[-9,-38],[43,-54],[25,-13],[55,2],[35,-34],[-12,-36],[-1,-52],[-99,-85],[-27,9],[-76,-83],[95,-41],[-23,-34],[16,-28],[40,-6],[23,-54],[-35,-42],[-35,-92],[-42,23],[-15,30],[-47,-1],[-39,14],[-72,4],[-42,-31],[-2,-81],[-28,-64],[-47,0],[4,47],[-16,71],[20,22],[54,26],[-22,64],[-26,33],[-18,53],[8,70],[-36,50],[-4,35],[103,150],[32,80],[25,26],[31,67],[36,-97],[42,46],[16,38],[52,28],[0,61]],[[1155,85163],[67,-75],[46,-21],[49,6],[-12,-54],[27,-72],[-46,-44],[-15,-37],[-43,-28],[-22,0],[-48,28],[5,31],[-24,21],[20,104],[-32,72],[10,52],[18,17]],[[1165,85247],[0,50],[36,-9],[-36,-41]],[[1295,85321],[49,-40],[54,16],[-3,-33],[-46,-18],[11,-72],[-19,-27],[-28,12],[-22,35],[11,16],[-22,37],[-32,19],[10,29],[37,26]],[[1857,85585],[-8,27],[35,21],[25,-25],[-52,-23]],[[3948,85613],[-21,22],[11,28],[33,27],[27,-19],[-50,-58]],[[3379,85606],[81,-49],[-29,-21],[32,-34],[50,4],[57,-66],[9,-99],[-44,-60],[-36,-30],[33,-37],[47,4],[30,15],[23,-12],[1,-87],[-43,-93],[-24,-39],[-6,-41],[-29,-30],[-15,-43],[5,-50],[-62,-47],[-24,26],[8,78],[-22,49],[13,22],[-45,26],[-76,0],[-52,-15],[-24,-37],[-22,-5],[-26,26],[-50,-15],[-56,-1],[-45,-59],[-23,6],[-11,57],[-47,71],[-42,125],[18,66],[2,52],[36,66],[55,42],[21,59],[22,31],[35,92],[31,41],[77,24],[100,76],[45,-43],[22,-45]],[[1324,85699],[-3,-22],[-57,-63],[-70,54],[-31,14],[28,39],[49,-31],[30,23],[25,39],[22,-9],[7,-44]],[[3755,85781],[-60,-2],[-7,28],[36,45],[18,3],[40,-48],[-27,-26]],[[3672,85955],[45,-12],[-23,-31],[-34,-13],[-41,-32],[-28,21],[-25,73],[4,42],[69,58],[29,-10],[-7,-85],[11,-11]],[[1119,86044],[-51,6],[14,40],[68,12],[5,-32],[-36,-26]],[[3181,86096],[41,8],[44,-27],[-27,-31],[-11,-41],[21,-74],[-22,-68],[13,-58],[-62,-37],[-19,1],[-62,-53],[-21,-36],[-50,16],[-43,-27],[-10,-65],[8,-39],[-15,-50],[16,-33],[18,-72],[-13,-30],[-80,-81],[-30,-78],[6,-61],[-5,-52],[13,-54],[26,-45],[49,-49],[41,-79],[8,-44],[35,2],[36,53],[47,34],[10,-37],[29,-17],[-14,-34],[-30,16],[-19,-16],[-12,-73],[9,-55],[-19,-22],[-18,71],[-40,-22],[5,-41],[39,-77],[-30,-54],[-1,-40],[-38,-80],[-56,-30],[-17,-25],[6,-68],[-16,-58],[-49,10],[-19,-44],[-42,-49],[-30,-21],[48,-47],[-3,-75],[27,-27],[-22,-17],[-37,13],[-9,44],[-22,17],[-9,40],[-49,61],[-29,-29],[-23,4],[-14,55],[19,57],[-32,35],[-15,44],[16,24],[0,40],[-58,16],[-54,-82],[-5,-36],[-44,-48],[-90,-36],[19,45],[-24,26],[0,40],[15,22],[25,98],[-54,42],[-13,71],[-28,39],[-31,-5],[14,53],[-14,31],[24,45],[-46,31],[-13,-58],[-55,-59],[-24,-6],[-26,27],[28,24],[-40,25],[15,46],[-15,32],[22,32],[-40,25],[-27,2],[-28,45],[30,26],[56,71],[-32,66],[31,14],[52,2],[29,25],[19,-10],[29,-48],[30,60],[-27,23],[44,48],[23,-4],[43,37],[33,91],[-4,39],[14,35],[30,27],[-16,42],[13,28],[44,12],[27,115],[-4,53],[41,52],[-18,36],[36,37],[61,24],[70,-28],[86,60],[101,36],[28,-14],[26,9],[45,102],[-12,51],[27,35],[18,-9],[32,37],[41,0],[28,46],[47,-16]],[[4000,86173],[-43,36],[18,23],[36,-45],[-11,-14]],[[955,86231],[66,13],[20,-43],[-38,-105],[-39,-64],[-88,-7],[-26,10],[-61,-24],[-25,9],[-23,49],[12,32],[90,44],[19,25],[-18,64],[29,18],[48,0],[34,-21]],[[4722,86336],[50,-25],[13,-31],[-59,-9],[-22,22],[18,43]],[[4867,86478],[74,-48],[-25,-30],[-22,-58],[-41,-5],[-30,31],[-9,43],[35,67],[18,0]],[[4637,86596],[36,-35],[36,-65],[40,-23],[54,27],[14,-27],[-59,-17],[-36,-75],[-40,8],[21,39],[-39,15],[-4,-36],[-36,-44],[-23,-65],[22,-21],[-13,-45],[-27,-27],[10,-64],[-31,-61],[-26,9],[-21,70],[-5,55],[-34,13],[-100,18],[30,65],[-19,19],[-54,-15],[-34,17],[-47,-14],[-26,8],[-41,-24],[-54,14],[-18,32],[-35,-34],[-30,17],[-46,-32],[-32,13],[-29,38],[30,33],[-1,30],[58,-5],[71,66],[35,-17],[85,29],[39,-5],[32,24],[104,-18],[18,-12],[31,31],[62,19],[27,-9],[47,53],[22,-12],[36,40]],[[502,87096],[-31,15],[6,31],[38,9],[10,-20],[-23,-35]],[[1695,88293],[-36,-70],[-18,35],[54,35]],[[4457,88130],[13,-104],[-31,-111],[0,-31],[-18,-43],[22,-40],[-22,-26],[-36,35],[-37,83],[-4,71],[45,53],[-13,31],[22,38],[-4,36],[63,35],[-4,75],[17,31],[-5,25],[27,27],[9,49],[27,0],[0,-58],[-13,-9],[-13,-74],[-32,-26],[4,-49],[-17,-18]],[[553,88366],[-15,-64],[-27,17],[9,27],[33,20]],[[4092,88582],[18,-52],[4,-60],[18,-45],[86,36],[14,-31],[0,-53],[-14,-13],[0,-49],[38,-62],[-8,-24],[26,-68],[29,-4],[18,-44],[53,-25],[-35,-39],[-1,-55],[-35,-44],[-18,40],[-28,1],[-29,23],[-56,61],[-31,21],[-55,7],[-60,30],[-47,46],[-68,51],[9,39],[-40,46],[-5,49],[46,61],[14,115],[14,23],[58,25],[19,45],[56,-22],[10,-29]],[[2535,88612],[-29,-33],[-35,40],[22,19],[42,-26]],[[3128,88877],[30,45],[37,-25],[54,-17],[19,-18],[29,11],[35,-12],[52,0],[-29,-39],[72,-73],[26,-10],[14,-32],[-34,-10],[-6,-30],[84,-49],[16,-44],[-51,-45],[-2,-52],[-12,-47],[16,-19],[-3,-47],[16,-52],[68,12],[40,-38],[31,-7],[43,40],[22,-22],[-17,-71],[22,-38],[72,29],[77,-98],[32,-8],[22,-31],[86,6],[31,-69],[44,9],[39,-34],[7,-28],[62,-118],[23,-71],[-3,-54],[18,-59],[-10,-50],[-31,-31],[-55,-17],[-45,-75],[9,-18],[45,40],[23,48],[72,27],[50,33],[10,33],[70,39],[46,-74],[-14,-22],[18,-31],[-10,-75],[-30,-62],[-23,-21],[-2,-40],[-31,-52],[15,-46],[-72,5],[-30,-50],[18,-62],[33,-42],[45,-35],[19,-39],[41,-47],[49,-17],[18,-35],[5,-46],[-16,-49],[0,-59],[19,-25],[0,-35],[-37,-27],[-29,-73],[-56,3],[-104,-23],[-90,-43],[-32,-51],[-61,28],[-64,-18],[-37,-32],[-45,-18],[-13,-24],[27,-93],[-44,-47],[-42,-13],[-46,-37],[-33,9],[-53,-12],[-30,33],[-31,1],[-35,-26],[29,-45],[19,-76],[-21,-55],[-31,-44],[-23,4],[22,45],[-16,28],[-95,33],[-17,-11],[-41,31],[-8,28],[-38,60],[31,17],[41,48],[-45,127],[-34,23],[-15,31],[-45,5],[-82,60],[-68,0],[-35,-17],[-68,-9],[-54,4],[-114,-64],[-77,27],[-30,-28],[-55,4],[-31,-14],[-5,-30],[-43,-13],[-19,-31],[19,-54],[-6,-42],[-61,-100],[-50,-16],[-38,-35],[-31,-9],[-31,-48],[-27,-21],[-34,-63],[-71,-21],[-24,-34],[-35,-1],[-43,-60],[-12,-31],[-29,-20],[-34,12],[-43,36],[-35,5],[-23,-24],[-30,-3],[-73,42],[-37,-31],[-19,-34],[-48,12],[-18,-13],[17,-79],[-7,-44],[-27,-5],[-12,-36],[-35,12],[-19,-37],[-56,4],[-27,15],[-18,-46],[-33,10],[-29,-31],[35,-58],[-45,-39],[-73,29],[-23,-18],[-28,31],[3,51],[34,25],[11,41],[-4,39],[11,39],[-21,57],[-3,44],[-17,72],[-29,46],[6,20],[-41,76],[-63,58],[-33,22],[-1,111],[-81,73],[14,45],[44,70],[36,40],[49,86],[-4,96],[-16,96],[-42,12],[-5,17],[40,27],[-18,112],[-25,29],[-1,36],[-29,58],[-32,21],[-37,67],[-49,-24],[-74,-13],[-26,16],[-92,-18],[-45,-48],[-83,44],[-35,-17],[-60,40],[-6,74],[-68,35],[-45,-9],[-39,-30],[-11,-40],[-42,14],[-23,33],[-50,-13],[-41,-32],[-118,-25],[-55,35],[-17,42],[-24,18],[-22,41],[-30,29],[0,53],[-27,58],[-14,90],[12,29],[-34,25],[8,71],[-29,51],[10,46],[38,53],[-15,38],[19,20],[-24,53],[10,31],[-8,55],[-41,30],[2,92],[-7,23],[15,47],[3,49],[-19,85],[8,29],[61,33],[75,1],[82,-34],[24,-40],[31,5],[41,-21],[31,30],[13,-48],[35,-46],[32,-24],[54,1],[46,24],[20,37],[5,52],[41,44],[73,-38],[51,15],[36,-35],[241,66],[42,-1],[70,-25],[102,-2],[106,-34],[67,-38],[87,19],[30,-25],[-65,-68],[-10,-46],[0,-69],[-13,-44],[40,0],[18,-18],[14,-75],[-78,-95],[28,-10],[115,168],[39,81],[-3,49],[14,49],[18,14],[65,8],[23,22],[18,44],[50,-44],[-7,-29],[45,-23],[44,-3],[39,-33],[52,9],[41,18],[23,40],[35,-7],[26,22],[27,-7],[26,-36],[0,-31],[27,-22],[56,-3],[26,12],[108,10],[58,27],[50,1],[44,46],[14,57],[39,53],[-1,16],[42,23],[31,33],[63,124],[59,71],[62,59],[30,-32],[54,-17],[30,18],[37,46],[78,65],[28,-16],[-49,-61],[-25,-15],[-6,-42],[68,67],[18,9],[28,-31],[-14,-49],[9,-35],[-5,-61],[-81,-75],[-27,-36],[18,-53],[27,-35],[27,22],[-45,49],[-4,17],[63,44],[59,58],[-18,123],[129,-38],[58,-42],[32,20],[-43,69],[-24,74],[-27,40],[-47,-25],[-32,0],[-17,31],[-33,-4],[-78,24],[-36,40],[12,45],[-43,22],[-2,-33],[-34,-61],[-32,22],[-9,58],[63,28],[6,59],[45,58],[31,2],[52,-42],[13,-30],[38,-37]],[[40896,84868],[72,-39],[54,8],[49,-13],[31,-29],[1,-67],[27,-40],[-45,-53],[-50,0],[-71,18],[-50,35],[23,31],[27,-26],[32,14],[-96,51],[-67,19],[18,56],[45,35]],[[41954,84916],[49,-2],[19,-37],[5,-53],[-5,-87],[-13,-28],[-28,-7],[-31,35],[-32,52],[-9,40],[41,44],[40,9],[-36,34]],[[40716,84930],[49,-8],[31,-31],[-31,-27],[-40,-4],[4,35],[-13,35]],[[41549,84952],[2,40],[25,9],[9,-40],[-36,-9]],[[253154,71746],[46,-56],[-40,-54],[-104,-46],[5,-116],[-67,-80],[0,-272],[109,-236],[0,-191],[123,-180],[98,-162],[26,-95],[61,-61],[-71,-70],[-52,-100],[-47,-56],[-71,-45],[-83,0],[-77,20],[-67,50],[-26,51],[0,56],[-31,20],[-20,-71],[0,-91],[31,-25],[36,-65],[-26,-71],[61,-106],[52,-5],[21,-44],[-73,-226],[-87,110],[-82,20],[-63,71],[42,35],[-87,55],[-26,111],[5,55],[-46,65],[-99,65],[-107,26],[-124,-31],[-87,-15],[-160,-211],[-57,-50],[-31,35],[-123,-100],[35,-15],[-81,-46],[-47,-55],[-67,30],[-56,-10],[-11,81],[77,120],[72,45],[26,131],[52,65],[45,81],[-45,181],[82,130],[26,71],[82,86],[21,110],[51,101],[109,115],[10,81],[72,85],[15,55],[99,68],[92,133],[186,201],[76,71],[47,115],[62,46],[107,-11],[156,81],[25,-60]],[[253442,69599],[-41,-20],[0,41],[31,25],[78,-30],[-26,-16],[-42,0]],[[251048,69277],[113,-69],[92,15],[37,-51],[46,-96],[-154,-15],[-83,132],[-57,40],[-26,34],[32,10]],[[251470,68770],[-46,-10],[10,46],[36,-36]],[[251378,68549],[-57,0],[-26,20],[52,40],[31,-60]],[[43659,19308],[29,-9],[5,-31],[-47,6],[13,34]],[[43652,19405],[-41,18],[28,31],[13,-49]],[[43531,19986],[49,-34],[108,3],[-11,-27],[10,-41],[-44,-20],[-63,-66],[-6,-53],[-30,1],[-22,22],[15,36],[-8,40],[-49,36],[-53,11],[31,35],[73,57]],[[42328,20980],[90,-18],[-9,-27],[-54,-4],[-27,49]],[[7495,49401],[-74,-32],[-50,36],[23,39],[58,24],[57,-19],[18,-19],[-32,-29]],[[14473,49617],[-22,4],[-22,113],[26,22],[36,-37],[5,-61],[-23,-41]],[[14730,49838],[-35,-4],[-59,21],[9,36],[31,17],[32,-30],[22,-40]],[[14496,49922],[18,-31],[-27,-14],[-13,31],[22,14]],[[14685,49935],[-12,-13],[-53,8],[-24,22],[31,66],[58,-83]],[[14664,50312],[31,-3],[99,-49],[13,-30],[-11,-30],[-61,-49],[-18,22],[-53,-38],[-19,15],[-22,62],[32,22],[-19,70],[28,8]],[[14573,50721],[86,-35],[-6,-19],[-66,15],[-14,39]],[[16239,52462],[50,0],[185,-45],[6,-34],[4,-114],[-23,-36],[-42,-5],[-262,3],[-16,29],[9,196],[22,8],[67,-2]],[[14664,52986],[39,-35],[5,-31],[41,-45],[-35,-34],[-41,-88],[-37,-18],[-67,9],[-14,126],[41,-8],[22,22],[-36,18],[-23,40],[32,44],[27,-27],[46,27]],[[14422,53428],[12,-7],[107,0],[27,-44],[-36,-18],[-20,22],[-42,-15],[-45,8],[-27,16],[-5,35],[29,3]],[[14622,53989],[68,-1],[72,-69],[14,-94],[22,-22],[-23,-31],[28,-44],[68,-16],[35,47],[61,35],[43,-44],[18,-3],[32,-53],[-27,-31],[13,-40],[49,-47],[32,-49],[9,-75],[41,-78],[-19,-37],[23,-118],[19,-31],[-23,-105],[49,-57],[5,-54],[-54,-26],[-5,-26],[54,-40],[-9,-31],[51,-38],[-15,-66],[-54,34],[-50,-4],[-49,23],[-45,-41],[-27,22],[-55,1],[-54,52],[-8,62],[8,47],[-13,62],[-35,83],[-28,28],[-72,35],[-72,8],[-23,-27],[-53,58],[22,44],[0,45],[-49,34],[-32,35],[27,22],[52,18],[23,41],[-10,76],[12,41],[-36,13],[-45,53],[-50,4],[-27,40],[13,22],[36,14],[63,-6],[42,28],[12,35],[-2,53],[-47,30],[-72,4],[-41,84],[0,26],[37,18],[44,53],[27,-26]],[[16879,55540],[-40,-36],[-18,23],[27,26],[31,-13]],[[15202,56391],[-29,9],[-34,40],[39,16],[24,-65]],[[15807,60051],[81,-53],[82,-13],[12,-13],[-8,-62],[31,-35],[50,13],[23,-18],[8,-52],[50,-31],[50,-9],[22,-70],[27,-27],[68,-31],[32,-51],[31,-12],[17,-44],[50,-60],[54,-44],[75,-36],[16,-19],[-8,-52],[-28,-86],[-50,-27],[-59,5],[-43,-32],[-42,-8],[-27,18],[-45,84],[-14,-31],[32,-53],[59,-79],[8,-48],[0,-80],[58,-158],[5,-53],[-9,-35],[-31,-21],[-63,4],[-54,-17],[-60,4],[-62,-35],[-22,0],[-53,-39],[-74,-19],[-35,-40],[-82,-35],[-76,9],[-95,57],[-126,45],[-67,17],[-41,22],[-59,18],[-13,34],[-76,-12],[-27,-22],[-37,18],[-4,47],[23,58],[13,106],[35,69],[-3,36],[17,53],[-9,35],[0,87],[-17,36],[4,75],[45,44],[0,70],[31,105],[27,27],[32,56],[5,40],[40,75],[44,44],[50,88],[59,57],[112,71],[41,35]],[[15952,61901],[53,-35],[45,-96],[41,-44],[50,-18],[41,9],[94,53],[58,-18],[55,-61],[89,-76],[45,-22],[59,-47],[32,-80],[58,-79],[18,-48],[-5,-53],[-67,-70],[-18,-49],[0,-39],[-18,-39],[0,-54],[23,-113],[0,-58],[-41,-62],[-41,-91],[-18,-75],[-40,-40],[-58,-18],[-86,9],[-32,-22],[-27,-40],[-45,-43],[-45,-27],[-94,18],[-55,35],[-9,48],[27,40],[131,0],[40,31],[9,53],[-30,83],[-32,8],[40,-82],[-4,-53],[-36,-14],[-131,0],[-36,-40],[-40,-66],[-82,-34],[-90,-9],[-22,9],[-54,-44],[-59,-9],[-45,-35],[-41,-18],[-76,-18],[-18,18],[-18,57],[5,27],[-32,87],[-41,80],[-45,70],[-13,57],[-31,88],[-5,114],[-23,88],[-36,58],[9,78],[59,49],[135,-71],[41,-4],[31,17],[23,40],[9,58],[53,35],[68,0],[68,31],[23,22],[39,74],[50,22],[41,-9],[0,31],[-68,-4],[-53,-44],[-27,-53],[-59,-39],[-118,-18],[-35,-35],[-32,-89],[-13,-13],[-82,31],[-71,44],[-64,49],[-27,31],[-36,69],[-23,102],[5,114],[14,57],[31,66],[36,101],[50,49],[35,4],[104,-53],[55,-4],[41,-22],[53,26],[99,35],[113,-13],[63,5],[41,22],[45,8]],[[15618,63102],[72,-53],[72,-13],[72,22],[45,-9],[31,-58],[60,-8],[26,-40],[5,-69],[-36,-98],[-36,-44],[-22,-56],[31,-128],[27,-83],[-9,-66],[-18,-18],[-54,-13],[-36,-58],[-64,-4],[-30,13],[-50,-18],[-36,-35],[-59,-39],[-85,-79],[-77,4],[-27,31],[-94,49],[-113,13],[-100,-31],[-35,0],[-41,22],[-54,52],[-77,102],[0,22],[-35,78],[-5,44],[-36,89],[-4,96],[4,57],[18,18],[90,9],[95,57],[72,22],[35,0],[68,-70],[36,-18],[131,-26],[-5,88],[5,123],[-28,44],[5,40],[23,17],[107,-5],[136,27]],[[15110,63392],[39,-36],[50,-113],[59,-89],[76,-70],[-8,-61],[21,-44],[-9,-172],[-76,9],[-49,31],[-36,53],[-23,12],[-108,-12],[-81,-49],[-68,-22],[-22,9],[-54,-4],[-45,31],[-50,100],[25,56],[-2,111],[-14,62],[26,20],[42,59],[72,5],[26,18],[68,17],[64,27],[54,47],[23,5]],[[14618,64522],[41,-31],[17,-40],[5,-56],[27,-49],[41,-40],[58,-13],[55,27],[62,66],[77,48],[50,4],[98,-48],[28,-44],[-5,-26],[-36,-40],[-14,-49],[27,-47],[5,-106],[13,-53],[-75,-83],[-86,-27],[-59,-44],[-55,9],[-57,57],[-50,66],[-68,66],[-62,35],[-50,-4],[-46,-22],[-31,-31],[-27,-49],[-9,-43],[18,-53],[36,-31],[72,-26],[46,-9],[76,-40],[22,-34],[-27,-27],[-36,0],[-51,20],[-134,-51],[-31,-26],[-36,-9],[-27,-26],[-13,-58],[-50,-58],[-50,-78],[-45,-35],[-81,-18],[-81,9],[-77,26],[-31,40],[-59,-4],[-36,22],[-59,4],[-84,-26],[-37,0],[-30,25],[-1,75],[-18,49],[0,84],[-14,35],[9,44],[-41,30],[-18,102],[23,66],[4,61],[23,53],[90,88],[108,52],[50,5],[81,-26],[58,-9],[64,-66],[40,-84],[73,-70],[48,-13],[50,5],[41,25],[36,69],[-32,86],[-63,65],[14,22],[63,-43],[85,-13],[53,29],[15,32],[0,44],[-14,35],[-76,75],[-11,30],[16,28],[89,56],[86,9]],[[8741,69256],[-5,-52],[-46,-48],[-4,39],[32,49],[-32,26],[41,44],[4,22],[41,13],[-5,-53],[-26,-40]],[[10322,69556],[-9,-80],[-32,-16],[-18,30],[-46,-18],[-18,17],[-13,49],[22,22],[41,-26],[54,35],[19,-13]],[[12077,69662],[-9,74],[59,66],[14,66],[49,-31],[0,-39],[-18,-49],[-54,-44],[-14,-39],[-27,-4]],[[12086,69828],[-21,18],[12,40],[0,92],[27,26],[-13,36],[13,52],[32,-35],[-18,-35],[9,-80],[-4,-78],[-37,-36]],[[11040,70931],[37,-11],[1,-53],[46,-60],[6,-45],[-9,-42],[-25,-37],[13,-40],[-65,-47],[-48,-21],[-26,2],[-48,-22],[-11,-43],[5,-62],[-27,-79],[-38,-11],[-24,16],[4,49],[-31,83],[0,40],[53,51],[-6,50],[44,80],[53,73],[32,73],[41,8],[23,48]],[[11117,71383],[22,-40],[-32,-3],[10,43]],[[11674,72133],[-16,-1],[5,67],[19,-6],[-8,-60]],[[9997,73244],[45,-4],[45,-53],[26,9],[32,-22],[36,17],[46,0],[54,-21],[49,-62],[4,-88],[50,-22],[104,4],[76,27],[50,-27],[13,-31],[77,9],[27,-30],[81,5],[22,-14],[-4,-57],[50,-44],[4,-44],[36,-27],[-18,-114],[-22,-48],[-23,-22],[14,-36],[63,-65],[67,-57],[72,-49],[59,-31],[81,-31],[54,0],[36,-12],[45,0],[94,-26],[0,-71],[-27,-22],[-3,-44],[-37,-14],[-22,-31],[-32,-12],[-36,-79],[-112,-93],[-55,-57],[-4,-39],[-27,-40],[-86,-31],[-18,-26],[0,-36],[-22,-17],[14,-44],[-5,-61],[-31,-62],[0,-154],[22,-48],[22,-23],[-40,-30],[-14,-35],[5,-44],[-32,-62],[-9,-70],[-27,-70],[0,-31],[-32,-57],[-18,-58],[-50,-61],[-66,-141],[-14,-65],[0,-62],[-45,-84],[-18,-100],[-23,-36],[0,-40],[-18,-35],[-40,-40],[17,-118],[-26,-31],[-45,-26],[-50,-58],[-36,-92],[4,-48],[28,-35],[-9,-45],[-46,-30],[-94,9],[-22,26],[-27,70],[4,36],[-72,57],[-9,52],[-81,71],[-99,49],[-46,-23],[-62,5],[-23,-22],[-9,-44],[-45,-27],[-14,40],[-63,53],[0,31],[-44,44],[-50,13],[-45,26],[-77,9],[-41,-26],[-21,-79],[-32,0],[-68,30],[-99,-13],[-49,-44],[-59,-4],[-109,53],[-67,0],[-49,-14],[-23,-17],[-45,-80],[9,-105],[-23,-26],[-53,62],[5,69],[-68,93],[0,62],[49,92],[49,79],[9,70],[-35,75],[71,57],[46,22],[45,-4],[45,-18],[23,27],[-18,144],[-13,22],[-10,71],[18,61],[27,18],[-22,111],[0,73],[-14,27],[-18,92],[-59,169],[7,-116],[-25,0],[-5,198],[-17,53],[-23,30],[9,62],[-14,26],[0,44],[-40,54],[22,127],[-12,31],[71,70],[-32,17],[-18,119],[9,87],[14,36],[0,150],[22,70],[-18,53],[-48,4],[-37,27],[-67,22],[4,26],[27,27],[23,56],[-5,31],[-36,13],[0,49],[23,39],[50,36],[21,43],[-40,115],[5,70],[-59,30],[-41,53],[-3,44],[31,45],[45,26],[27,-9],[71,22],[14,-30],[-9,-67],[18,-17],[59,-5],[81,31],[14,-48],[31,-27],[72,9],[9,-27],[-14,-61],[46,-35],[49,-13],[62,2],[64,20],[59,31],[45,39],[44,-26],[46,-4],[18,17],[68,-13],[18,30],[48,-9],[32,45],[18,4],[154,150],[53,39],[27,40],[28,-5]],[[307906,51553],[-24,10],[-14,62],[29,10],[31,-48],[-22,-34]],[[291688,52976],[86,-22],[57,-48],[78,-86],[31,-25],[-41,-21],[-66,-57],[-31,-14],[-41,56],[-27,80],[-52,99],[6,38]],[[290492,53306],[29,-5],[79,-63],[56,-69],[30,-51],[52,-52],[142,-76],[77,-26],[30,-30],[53,-2],[64,-29],[83,-28],[29,0],[28,-36],[66,-60],[62,2],[36,-57],[24,2],[76,-106],[2,-38],[22,-15],[58,-115],[-2,-54],[-17,-92],[-46,-21],[-30,6],[-75,65],[-107,57],[-37,13],[-128,92],[-42,44],[-56,37],[-119,50],[-65,14],[-84,3],[-88,-7],[-93,-28],[-33,-26],[-47,-23],[-33,-31],[-73,-49],[-13,-29],[-60,-17],[-49,44],[-9,68],[17,125],[1,51],[-29,138],[-38,56],[-2,56],[24,43],[94,-36],[66,15],[21,55],[2,65],[-13,48],[1,75],[8,33],[56,14]],[[307957,53624],[-39,10],[-47,51],[25,30],[47,-22],[29,-28],[-15,-41]],[[290628,53799],[54,-35],[135,-132],[109,-97],[139,-65],[104,-62],[80,-71],[50,-74],[18,-9],[27,-53],[-4,-88],[-14,-56],[-22,-36],[-18,-57],[-32,-27],[-72,0],[-167,53],[-44,27],[-159,65],[-22,5],[-85,79],[-55,79],[-63,61],[-53,31],[-64,13],[-40,-13],[-46,-44],[-18,-43],[0,-66],[18,-76],[0,-51],[-18,-14],[-57,21],[-50,49],[-77,48],[-14,53],[5,101],[27,62],[-59,101],[-4,35],[45,44],[45,0],[50,13],[76,66],[77,76],[99,56],[63,31],[36,0]],[[311674,54605],[-40,-8],[-27,-35],[-33,2],[-36,56],[2,16],[63,44],[33,5],[12,-31],[33,-26],[-7,-23]],[[290516,54727],[22,-80],[35,0],[62,-29],[88,-10],[59,-26],[53,-40],[68,-62],[45,-13],[126,-123],[136,-119],[62,-35],[68,-9],[41,27],[75,26],[105,0],[81,-9],[157,-40],[37,0],[48,-22],[64,-38],[36,-53],[29,-144],[39,-85],[0,-44],[-41,-49],[-50,-13],[-41,-25],[-57,-18],[-64,-31],[-72,-44],[-135,-127],[-63,-80],[-45,-35],[-76,13],[-77,44],[-32,0],[-310,149],[-63,49],[-194,185],[-50,35],[-95,9],[-31,48],[-72,57],[-40,48],[17,58],[-9,70],[-68,43],[-39,58],[8,119],[-8,30],[-36,40],[-5,44],[44,57],[0,97],[18,39],[118,106],[32,-48]],[[291236,54775],[31,-39],[10,-84],[27,-58],[-9,-34],[18,-22],[68,-5],[31,-31],[26,-52],[23,8],[54,-17],[95,26],[58,5],[50,-31],[54,13],[91,9],[57,-40],[37,-13],[36,-31],[139,-145],[23,-87],[-27,-13],[-203,105],[-89,26],[-163,40],[-122,4],[-54,-13],[-67,-4],[-99,-49],[-54,0],[-55,31],[-26,31],[-140,136],[-117,92],[-32,14],[-45,39],[-117,79],[23,66],[40,18],[77,-31],[121,-4],[41,4],[76,31],[113,26]],[[311868,54780],[37,-30],[-17,-53],[-63,-6],[-63,28],[32,86],[25,0],[49,-25]],[[305175,54826],[256,-458],[-201,-87],[-221,472],[81,43],[85,30]],[[303226,55206],[82,-40],[67,-8],[36,-58],[0,-105],[58,-75],[46,-35],[31,-49],[-22,-30],[-36,-9],[-55,-53],[-31,0],[-13,45],[-59,96],[-36,-13],[-63,0],[-55,26],[-44,49],[-41,17],[-9,36],[18,34],[76,66],[18,80],[32,26]],[[306862,55121],[-23,10],[14,38],[63,66],[17,29],[35,-17],[-18,-62],[-88,-64]],[[307375,55484],[-23,-44],[-82,-23],[-105,-37],[-24,25],[42,59],[39,23],[22,-5],[42,58],[27,20],[24,-13],[38,-63]],[[291317,55597],[64,-53],[-5,-100],[-32,-36],[-77,-13],[-31,31],[-31,74],[-50,44],[23,36],[71,-23],[37,36],[31,4]],[[302843,55672],[41,-17],[85,-62],[45,-44],[77,-36],[73,-17],[39,-18],[28,-25],[68,-124],[4,-35],[-36,-14],[-18,18],[-27,62],[-49,48],[-77,14],[-91,-49],[-40,9],[-81,71],[-18,51],[0,40],[-23,71],[-31,40],[31,17]],[[307423,55582],[-38,36],[12,49],[29,18],[50,-1],[34,-16],[-9,-44],[-78,-42]],[[308403,55984],[38,-8],[35,-42],[-45,-49],[-58,-28],[-49,-13],[-119,-11],[8,42],[24,55],[59,44],[107,10]],[[292015,56327],[37,-31],[53,-101],[18,-58],[0,-47],[-18,-44],[-76,-71],[-27,-66],[-59,-43],[-50,-9],[-57,4],[-19,-26],[-49,22],[-41,31],[-36,78],[-9,84],[27,53],[27,-4],[41,-36],[59,18],[18,43],[35,53],[54,62],[27,44],[45,44]],[[291358,56336],[41,-17],[44,-45],[72,-35],[122,-4],[9,-53],[45,-61],[-23,-58],[-17,27],[-90,92],[-68,31],[-94,26],[-132,18],[-42,20],[5,30],[33,23],[37,-6],[58,12]],[[291827,56397],[36,-22],[94,-22],[27,-17],[-45,-57],[-19,-36],[-62,-88],[-68,-61],[-22,0],[-55,97],[-27,97],[36,52],[46,39],[59,18]],[[309921,56555],[62,-3],[114,-28],[49,-26],[5,-47],[-51,-22],[-24,-30],[-5,-37],[-79,-18],[-9,22],[44,26],[9,37],[-33,20],[-40,2],[-44,78],[2,26]],[[292191,56595],[54,-5],[41,-43],[31,-13],[72,-49],[86,-84],[27,-74],[-4,-22],[-64,-62],[-27,0],[-40,40],[9,-70],[-37,-36],[-80,49],[-221,193],[5,53],[-50,44],[0,43],[22,27],[41,-9],[49,18],[86,0]],[[312932,57168],[-68,68],[-48,23],[-13,36],[28,16],[53,-44],[49,-73],[-1,-26]],[[305745,57514],[57,-18],[28,-35],[0,-63],[-91,23],[-57,0],[-19,53],[41,40],[41,0]],[[308893,57527],[45,-13],[0,-62],[-31,7],[-33,50],[19,18]],[[307947,57688],[159,-56],[37,-44],[60,-27],[41,-3],[127,13],[13,9],[89,2],[96,20],[31,18],[22,-22],[-13,-58],[36,9],[22,-22],[59,35],[27,-26],[5,-31],[36,-35],[-20,-58],[34,-12],[26,-57],[45,-5],[9,-35],[41,-22],[-6,-27],[24,-22],[95,13],[53,27],[118,-70],[56,-15],[2,41],[31,26],[41,-17],[14,-33],[9,-72],[31,-22],[59,-18],[72,-9],[22,13],[36,-26],[19,-36],[-5,-91],[36,0],[27,26],[32,-4],[12,92],[-17,22],[13,35],[-9,55],[-26,20],[-27,-4],[-55,26],[46,21],[63,-17],[26,-35],[27,-13],[-9,-31],[23,-35],[9,-80],[72,-4],[71,-34],[-80,-89],[-22,-9],[-95,-84],[-19,-30],[-39,5],[-41,-31],[-36,-9],[-32,9],[-89,0],[-50,-40],[-27,-35],[-27,13],[-32,-9],[-71,0],[-28,31],[-90,13],[-86,27],[-44,-4],[-77,35],[-73,0],[-44,-40],[-81,-84],[-37,-57],[-87,-75],[-70,-1],[-18,-38],[-45,27],[-55,-45],[-4,-26],[-31,-31],[-31,0],[-19,-31],[-72,-13],[-32,-35],[-45,30],[-35,-13],[-32,27],[5,75],[76,48],[13,36],[45,22],[-27,21],[55,48],[31,62],[-4,49],[41,52],[-41,35],[-14,44],[32,31],[-36,13],[-27,45],[-107,108],[-82,19],[-46,31],[18,39],[-36,53],[-36,9],[-31,34],[-22,71],[-32,-13],[-23,31],[-9,75],[-23,38],[37,5],[20,-20],[30,11],[-23,40],[97,-11],[15,29],[32,-14],[-13,64],[-64,33],[-68,-18],[-35,54],[36,65],[45,3]],[[305003,58166],[262,-122],[153,79],[37,-10],[-23,-108],[115,-46],[7,-43],[32,-39],[36,42],[410,-190],[-175,-199],[-402,221],[38,89],[-16,1],[-32,-75],[-90,118],[-419,215],[67,67]],[[311509,58142],[57,-42],[-26,-20],[-42,-6],[-56,26],[-98,88],[-1,33],[97,-34],[69,-45]],[[305783,58572],[65,-30],[36,-34],[18,-84],[-36,-202],[0,-163],[4,-136],[-13,-14],[-176,5],[-77,31],[-36,26],[-76,27],[-32,39],[19,141],[77,106],[21,61],[18,17],[27,62],[9,49],[59,78],[41,22],[52,-1]],[[312642,58528],[-13,0],[-16,71],[23,-7],[6,-64]],[[308504,58683],[37,-17],[-4,-39],[-57,-28],[-57,-38],[-37,24],[21,54],[28,38],[69,6]],[[307592,58747],[26,-23],[30,-66],[-18,-52],[-53,-46],[-36,-8],[-68,16],[-160,-45],[-1,25],[60,7],[35,41],[46,95],[76,54],[63,2]],[[307144,58886],[-34,-82],[-20,-73],[8,-111],[-16,-21],[17,-32],[-1,-52],[-39,-47],[-58,-15],[-59,2],[-22,18],[-54,17],[-45,-9],[-23,-17],[-63,-9],[-4,-22],[40,-49],[9,-26],[-39,-48],[-87,-12],[-60,2],[-174,-52],[-59,-8],[-63,-31],[-41,-9],[-70,0],[-31,18],[-23,37],[-5,58],[50,49],[92,39],[12,18],[84,-17],[-9,49],[80,35],[91,22],[41,18],[74,12],[58,33],[35,29],[76,35],[69,59],[88,17],[24,-37],[18,25],[-16,63],[33,44],[-21,35],[5,25],[46,27],[23,43],[34,6],[20,-18],[9,-38]],[[308995,58845],[-32,4],[-14,25],[27,64],[25,11],[53,-37],[-27,-44],[-32,-23]],[[313113,58811],[-22,22],[-41,92],[-5,59],[28,-8],[35,-74],[5,-91]],[[306043,58920],[-89,-81],[25,-37],[-12,-35],[467,-184],[-432,-238],[-154,415],[-50,20],[-93,-198],[-26,14],[102,192],[-41,18],[-27,40],[-9,66],[23,14],[49,-9],[64,0],[53,-18],[39,-38],[134,133],[29,-28],[-52,-46]],[[312562,58914],[-33,4],[-9,30],[3,54],[39,-88]],[[306091,59075],[36,-27],[14,-26],[-5,-74],[-13,0],[-50,109],[18,18]],[[311741,59154],[-67,25],[-2,37],[33,51],[30,-17],[34,-60],[-28,-36]],[[309398,59206],[-43,-2],[-2,49],[40,40],[26,-44],[-21,-43]],[[305904,59238],[-103,-302],[-98,12],[-10,160],[-32,-1],[-27,-374],[-225,189],[-52,125],[227,109],[14,39],[49,1],[97,135],[160,-93]],[[308840,59290],[-13,8],[10,99],[45,-26],[-8,-57],[-34,-24]],[[310533,59247],[-1,-94],[-47,-82],[-26,-13],[-55,-3],[-55,18],[-6,69],[38,69],[-4,29],[-252,-8],[-1,39],[249,2],[-9,120],[15,73],[52,-30],[52,-11],[65,-58],[27,-38],[-33,-48],[-9,-34]],[[309893,59765],[63,-55],[105,-3],[64,8],[37,-7],[82,-45],[27,-26],[18,-83],[41,-40],[35,0],[18,-26],[-18,-27],[-44,-35],[-86,-30],[-25,24],[-383,-381],[-244,255],[574,226],[-38,25],[-94,-3],[-65,34],[-62,48],[-60,29],[-35,-12],[-19,-87],[-36,-40],[-45,-13],[-53,-66],[-145,-70],[-49,-53],[-36,0],[-18,18],[4,44],[23,22],[4,52],[58,119],[145,132],[59,26],[58,-13],[31,4],[23,23],[56,24],[30,2]],[[303133,59879],[-79,19],[-11,40],[13,71],[28,2],[65,-29],[26,-29],[-2,-30],[-40,-44]],[[306518,60238],[-53,-20],[-14,35],[33,42],[25,-5],[9,-52]],[[303824,60358],[-37,38],[27,11],[10,-49]],[[305117,60857],[54,-1],[22,-36],[60,-53],[-2,-29],[-42,-64],[49,-92],[47,-10],[24,-49],[40,-35],[74,-25],[29,9],[29,28],[30,-1],[34,-30],[48,22],[28,-27],[-54,-7],[-38,-77],[42,-119],[45,-49],[43,38],[43,-45],[0,-72],[-13,-79],[16,-31],[11,-75],[15,-24],[36,-13],[43,12],[36,44],[45,36],[14,31],[0,43],[-19,48],[2,80],[30,34],[27,2],[30,-22],[42,32],[25,-10],[33,-49],[37,-27],[5,-46],[-28,-42],[9,-30],[108,-9],[45,-35],[36,13],[32,-27],[41,9],[66,62],[23,39],[-17,66],[98,-9],[28,-13],[36,-44],[0,-35],[32,-35],[66,-9],[57,-41],[71,-7],[29,-16],[12,-41],[41,-33],[53,41],[30,-33],[97,-9],[73,-39],[36,-36],[11,-63],[-10,-47],[-25,-40],[-106,-73],[-107,32],[-44,-6],[-72,-57],[-23,-55],[-40,-32],[-24,-115],[4,-42],[-20,-46],[-7,-59],[-76,-106],[-45,13],[-22,44],[0,48],[-40,83],[-64,150],[31,57],[-49,49],[-57,-2],[-78,-47],[-40,-55],[-27,-82],[76,-60],[-2,-41],[-16,-36],[-68,-3],[-19,9],[-66,-8],[-137,-4],[-56,27],[-39,40],[-41,21],[-35,33],[-79,22],[-91,69],[-55,7],[-39,17],[-23,31],[-48,20],[-72,49],[-60,-8],[-73,-52],[-21,-36],[-14,-51],[-35,-34],[-86,3],[-25,9],[-64,50],[-39,22],[-38,-34],[-58,-8],[-4,41],[17,32],[-34,61],[-35,38],[5,52],[-18,30],[-77,67],[-130,4],[-66,-12],[-18,23],[-55,34],[-117,-1],[-30,-31],[-29,-4],[-26,39],[-53,19],[-61,33],[-78,20],[-63,42],[-76,22],[-78,13],[-57,-3],[-24,39],[-84,45],[-52,17],[-84,4],[-51,-26],[-102,-34],[-74,-10],[-97,21],[-57,-3],[-79,22],[-79,51],[-117,46],[-37,26],[-38,42],[44,57],[57,42],[50,21],[125,26],[23,-13],[50,31],[31,4],[139,2],[100,-24],[46,-26],[27,0],[67,-20],[61,-10],[33,14],[64,-1],[43,28],[36,-19],[35,3],[45,27],[74,4],[67,-52],[45,12],[12,43],[42,-5],[18,-42],[32,-29],[78,4],[54,34],[98,6],[118,-14],[43,1],[28,13],[22,36],[4,67],[-32,34],[-53,10],[-3,59],[-56,-6],[23,45],[-26,44],[50,22],[18,-53],[46,4],[2,43],[32,6],[41,-14],[30,44],[-7,32],[36,35],[18,-31],[47,50],[35,59],[53,58],[67,6],[41,25],[44,-3]],[[304380,61022],[4,-55],[51,-12],[33,-20],[31,-87],[61,-36],[132,-6],[11,-65],[-38,-33],[-26,-6],[-48,16],[-63,-21],[9,-17],[50,5],[-14,-63],[-22,-13],[-44,45],[-48,-1],[19,38],[-31,15],[-34,-22],[-63,13],[-45,27],[0,29],[53,42],[6,29],[-16,54],[-39,7],[-37,-36],[-2,-56],[-28,-41],[-29,-8],[-87,50],[23,57],[-48,20],[-27,-5],[-39,-32],[-30,38],[10,17],[58,24],[18,-13],[45,22],[-527,8],[0,64],[517,-1],[37,15],[58,-14],[39,10],[35,-17],[67,40],[18,-5]],[[316316,61128],[-28,9],[-18,56],[28,14],[18,-22],[0,-57]],[[305204,61184],[58,-33],[42,14],[97,-14],[19,-17],[-60,-35],[-49,11],[-45,-71],[-55,-41],[-3,-64],[-32,15],[-57,-35],[-49,52],[-70,-31],[-53,66],[5,46],[32,39],[-9,44],[36,50],[35,14],[49,-21],[57,13],[19,48],[33,-50]],[[317788,61286],[-31,-26],[-31,0],[-4,26],[26,14],[40,-14]],[[306072,61550],[-33,5],[29,81],[21,1],[28,-42],[-45,-45]],[[305660,61672],[-32,22],[29,26],[25,-32],[-22,-16]],[[302659,61945],[-49,13],[0,45],[49,30],[85,22],[9,-22],[-66,-39],[-28,-49]],[[303911,62082],[43,-44],[8,-52],[27,-51],[55,-72],[10,-76],[-19,-40],[-50,-9],[-30,66],[-43,39],[-36,0],[-15,26],[64,72],[18,31],[-14,31],[-50,48],[32,31]],[[302778,62235],[5,-46],[-50,-21],[-25,40],[33,35],[-3,26],[33,5],[7,-39]],[[302464,62306],[0,-45],[-43,-38],[-16,-38],[-27,25],[-41,-5],[-7,22],[55,8],[-15,58],[94,13]],[[303601,62503],[85,-38],[81,8],[67,61],[15,-16],[149,-45],[81,-9],[33,-22],[52,-1],[52,-50],[28,-37],[59,-57],[63,4],[45,-17],[59,-70],[5,-35],[-55,-44],[-27,31],[-4,57],[-68,25],[-36,-16],[-14,56],[-22,9],[-60,-53],[-84,25],[-32,-10],[-46,15],[-49,-31],[-1,-26],[-88,-44],[-18,33],[33,37],[16,36],[-20,19],[-8,49],[-28,2],[-23,-23],[3,-40],[-17,-24],[-54,-19],[-1,-47],[-47,45],[10,87],[14,35],[-45,13],[-23,40],[-54,36],[-56,21],[-34,0],[-31,54],[-4,23],[38,9],[35,-42],[26,-14]],[[302759,62588],[43,-5],[101,-51],[34,-53],[53,-36],[-5,-45],[-97,28],[-45,-18],[-30,10],[-84,-45],[-21,16],[-84,10],[0,25],[87,-14],[-4,37],[33,19],[-6,36],[-22,10],[24,55],[23,21]],[[302300,62737],[39,0],[27,-27],[36,-13],[23,-26],[-46,-31],[-45,40],[-22,5],[-63,38],[-54,9],[-50,31],[18,40],[64,-13],[36,-36],[37,-17]],[[300978,64395],[-30,32],[36,44],[18,-60],[-24,-16]],[[301519,64438],[-60,-5],[-18,52],[23,19],[6,36],[30,-10],[-6,-36],[25,-56]],[[301235,64667],[54,-22],[36,-49],[6,-47],[-68,34],[-7,27],[-42,44],[21,13]],[[301141,64637],[-31,2],[-20,23],[28,23],[27,-23],[-4,-25]],[[301843,64775],[45,0],[20,-60],[-32,-9],[-33,25],[-49,20],[-11,31],[60,-7]],[[302669,64823],[58,-27],[3,-30],[-52,24],[-9,33]],[[302698,65069],[-44,16],[15,20],[37,-13],[-8,-23]],[[302402,65063],[-13,-38],[-89,36],[44,65],[38,-11],[-5,-27],[25,-25]],[[302849,65232],[80,-55],[-33,-12],[-80,43],[33,24]],[[303258,65480],[54,-13],[-13,-22],[9,-39],[-69,-71],[50,-11],[28,-32],[58,38],[14,49],[17,9],[42,-35],[17,26],[52,-1],[-14,-30],[20,-17],[-10,-74],[33,17],[19,-35],[32,-13],[31,29],[-42,51],[46,3],[18,-54],[149,37],[27,25],[22,-8],[77,4],[38,-51],[-57,-59],[-134,-62],[-23,5],[-171,-56],[-118,-49],[-27,-27],[-36,-4],[-67,-57],[-59,-14],[-68,-35],[-71,-13],[-59,-21],[-45,-27],[-10,-30],[-55,9],[-29,26],[-35,-17],[-96,-19],[-24,-22],[-31,5],[-35,35],[-41,18],[-45,0],[0,37],[18,19],[-22,26],[18,32],[13,59],[71,52],[11,51],[35,26],[18,53],[45,-17],[14,-75],[-31,-34],[36,-14],[24,-37],[39,15],[67,49],[18,-14],[59,9],[49,-22],[37,27],[0,34],[-23,17],[-98,8],[-2,32],[-40,22],[-18,36],[36,38],[-51,2],[-21,38],[30,62],[46,13],[5,40],[68,13],[36,27],[41,-22],[39,26],[64,4]],[[254343,69831],[0,-51],[-149,51],[-144,0],[-15,40],[30,35],[16,80],[72,66],[62,-30],[165,-41],[-26,-65],[-11,-85]],[[255261,70408],[-26,-25],[-26,30],[5,26],[47,0],[0,-31]],[[255352,70520],[-50,-31],[-62,5],[15,46],[-5,120],[67,45],[98,36],[-47,-116],[-16,-105]],[[312727,71934],[44,-27],[49,0],[55,-22],[63,9],[49,22],[34,-6],[2,-41],[-14,-44],[-4,-93],[-14,-18],[-61,-6],[-46,11],[-73,-58],[-50,-65],[-35,-18],[-68,0],[-76,9],[-55,-4],[-44,17],[-36,-13],[-41,40],[-108,61],[-31,44],[39,31],[50,-9],[100,9],[36,-18],[27,13],[17,102],[18,16],[113,45],[60,13]],[[316163,72928],[80,-40],[23,0],[41,-26],[63,-18],[-9,-26],[-50,-58],[-45,-25],[-63,-9],[-31,-44],[-41,-31],[-50,-13],[-59,8],[-75,-44],[-55,-17],[-18,-18],[-45,5],[-85,-36],[-68,0],[-63,13],[-27,22],[-19,67],[-26,39],[5,36],[44,69],[0,22],[45,54],[100,48],[76,-4],[77,-18],[22,22],[46,-4],[48,22],[159,4]],[[310753,73029],[-27,22],[-31,97],[22,39],[45,53],[22,4],[23,-40],[4,-34],[-35,-128],[-23,-13]],[[296837,76267],[-72,18],[5,23],[54,25],[27,-26],[-14,-40]],[[299605,76656],[-36,48],[-9,40],[31,26],[-9,31],[46,9],[4,-36],[-18,-13],[9,-61],[-18,-44]],[[299858,76747],[-41,23],[-9,31],[36,9],[27,-27],[-13,-36]],[[299518,76978],[-46,21],[0,33],[29,29],[58,0],[27,-35],[-68,-48]],[[299391,76997],[-23,5],[-18,44],[28,38],[45,-36],[0,-20],[-32,-31]],[[297070,77276],[21,-18],[-12,-35],[-42,-13],[-31,11],[0,37],[27,18],[37,0]],[[296488,77402],[-92,-6],[-116,-28],[-45,1],[-37,35],[60,13],[62,26],[86,12],[66,-32],[16,-21]],[[299839,77518],[55,-22],[35,4],[50,-13],[13,-22],[-41,-53],[-66,-53],[-32,-13],[-50,22],[5,66],[-9,18],[40,66]],[[296515,77540],[-61,8],[42,26],[19,-34]],[[296769,77647],[-73,21],[-42,53],[-6,28],[27,27],[73,13],[50,-38],[2,-43],[-31,-61]],[[296353,77838],[54,-22],[-4,-38],[-32,-27],[-104,-57],[-50,-14],[-80,-79],[-72,-4],[-34,-20],[-29,9],[-8,29],[7,70],[14,31],[36,31],[122,35],[36,17],[144,39]],[[299349,77994],[65,-31],[25,10],[87,-15],[69,-1],[32,16],[43,-26],[-8,-43],[-50,-61],[-63,-7],[-37,-23],[-65,-27],[-157,-1],[-69,-60],[-33,28],[-5,36],[-40,8],[62,191],[17,25],[58,-12],[30,14],[39,-21]],[[297390,78138],[-19,-31],[-59,-18],[-62,0],[-19,31],[159,18]],[[296403,78225],[129,-60],[55,-15],[62,-34],[71,-22],[55,1],[44,10],[80,-11],[37,8],[99,-10],[22,10],[88,0],[64,-8],[10,-21],[67,3],[35,-18],[36,14],[53,-55],[46,-23],[1,-63],[49,54],[15,-45],[39,-26],[36,4],[32,-35],[72,-23],[27,18],[67,9],[14,-53],[31,-18],[27,22],[94,5],[14,-83],[-9,-71],[-35,-62],[4,-69],[-54,-27],[-100,-97],[-31,-66],[-26,-22],[-73,22],[-108,12],[-55,-3],[-76,8],[-67,-13],[-54,-21],[-46,3],[-71,35],[-56,38],[-34,46],[-33,85],[-103,227],[-59,71],[-21,4],[-27,36],[-64,31],[-77,4],[-41,-21],[-98,-1],[-104,13],[-13,14],[-85,35],[-32,26],[-18,35],[18,35],[40,18],[28,34],[3,36],[-12,62],[18,8]],[[303321,78102],[-32,31],[-9,58],[4,41],[42,-28],[13,-31],[0,-44],[-18,-27]],[[296354,78234],[17,-13],[8,-78],[-17,-36],[-54,-27],[-36,18],[-3,44],[43,78],[42,14]],[[300190,78555],[28,-22],[36,-76],[-7,-19],[-52,7],[-14,62],[9,48]],[[265504,78837],[-45,22],[31,39],[14,-61]],[[300695,79100],[108,-4],[81,-17],[86,-9],[166,-58],[68,-8],[54,-27],[58,-13],[37,-18],[27,-39],[45,-39],[13,-58],[-149,-145],[-68,-43],[-85,-40],[-81,-9],[-58,57],[-36,-35],[-68,-4],[-68,-31],[-40,-31],[-31,-9],[-59,4],[-81,-48],[-41,0],[-26,-27],[-73,36],[-45,-5],[-22,14],[-63,0],[-95,43],[-63,45],[-36,35],[-5,27],[59,43],[27,44],[5,40],[-10,44],[46,74],[59,62],[105,92],[48,27],[84,26],[127,4]],[[265998,79439],[-21,-52],[-18,-14],[18,-40],[3,-46],[-47,-27],[-1,47],[12,61],[54,71]],[[289493,79540],[0,-39],[-45,-75],[-13,-67],[-37,-52],[-152,-13],[-37,-9],[-9,27],[37,70],[30,39],[82,71],[41,22],[103,26]],[[300036,79148],[-13,1],[-52,144],[16,16],[3,63],[-31,57],[6,25],[-29,40],[21,44],[48,47],[-30,48],[31,12],[56,-69],[-6,-51],[53,-83],[5,-43],[25,-69],[0,-23],[-26,-54],[-47,-34],[11,-21],[-41,-50]],[[290919,80134],[21,-27],[-49,-35],[-46,-13],[-66,-41],[-35,1],[-50,30],[16,23],[82,40],[68,17],[59,5]],[[292155,80174],[-18,-40],[-58,0],[-14,13],[94,56],[-4,-29]],[[299532,80223],[36,-44],[-6,-41],[-21,-25],[-47,-30],[-29,1],[-85,-25],[12,53],[-51,62],[-9,31],[32,23],[24,-5],[7,44],[45,20],[71,-28],[21,-36]],[[292038,80349],[38,-30],[-47,-80],[18,-22],[40,-15],[-28,-37],[-163,-28],[-67,6],[-25,22],[10,41],[43,66],[42,53],[98,24],[41,0]],[[292812,80749],[-54,-106],[-85,-96],[-41,-13],[-54,0],[-46,74],[25,89],[44,47],[127,5],[39,18],[45,-18]],[[265483,80868],[-6,48],[35,-11],[-29,-37]],[[265333,81075],[72,-27],[-145,-35],[-68,-53],[-13,13],[13,45],[68,56],[73,1]],[[266588,81357],[-34,6],[24,39],[23,-18],[-13,-27]],[[265372,81629],[41,-76],[-63,13],[-17,27],[9,31],[30,5]],[[291933,81817],[34,-11],[30,-30],[42,-19],[43,-37],[39,-130],[6,-48],[-22,-33],[-34,-23],[-34,-7],[-53,21],[-83,-5],[-56,-36],[15,-15],[68,37],[57,-3],[58,-21],[79,44],[96,4],[40,-22],[102,26],[57,-27],[67,-51],[9,-58],[-4,-48],[0,-132],[13,-79],[14,-31],[4,-57],[13,-26],[4,-53],[-57,-35],[-55,-14],[-121,-56],[-63,-49],[-59,-62],[-39,-15],[-56,-123],[-13,-44],[-36,-42],[-36,-27],[-63,-30],[-34,-31],[-58,0],[-57,22],[47,-65],[-29,-53],[-36,-36],[-41,-62],[-38,-26],[-80,-25],[-147,-5],[-178,5],[-29,-14],[-67,0],[-48,-8],[-58,22],[-86,41],[1,50],[-93,95],[-39,50],[-38,31],[-68,0],[-34,-65],[-2,-97],[-40,-9],[-23,26],[5,36],[31,91],[-22,53],[-5,58],[-17,34],[14,121],[-4,55],[33,18],[31,-19],[15,-36],[-8,-77],[9,-37],[46,-59],[48,-13],[48,16],[23,37],[14,68],[1,115],[30,81],[20,148],[17,36],[22,4],[59,-23],[52,-36],[50,-22],[65,-3],[91,19],[79,43],[127,86],[49,71],[75,61],[32,33],[37,65],[5,55],[-47,156],[41,41],[51,97],[2,42],[55,101],[75,20],[20,-15]],[[293119,82019],[85,-26],[23,-22],[13,-140],[-27,-89],[-31,-17],[-63,-61],[-50,-5],[-42,22],[-3,-31],[32,-114],[58,-114],[1,-119],[-9,-70],[-28,-75],[-22,-9],[-68,-57],[-76,-79],[-41,-71],[-40,-39],[-32,-61],[-63,-62],[-44,-21],[-96,-5],[-27,-18],[-42,-86],[-3,-68],[-13,-26],[-54,-58],[-189,9],[-23,13],[0,31],[63,110],[4,31],[27,26],[145,49],[58,35],[72,79],[28,48],[0,80],[-10,65],[-15,26],[-23,97],[26,86],[12,64],[23,44],[10,75],[18,33],[-23,59],[20,52],[83,5],[27,132],[77,0],[-82,75],[0,35],[19,53],[76,65],[46,22],[71,-8],[23,-18],[36,4],[63,44]],[[265508,82133],[40,-52],[10,-132],[0,-49],[26,-26],[45,5],[51,65],[44,4],[0,-60],[50,-9],[-21,-52],[65,-6],[28,32],[81,-1],[27,71],[23,5],[112,-1],[-10,-44],[28,-17],[-14,-62],[-36,-40],[-5,-31],[-41,-61],[15,-43],[55,4],[8,-32],[35,-57],[51,0],[44,18],[5,31],[22,27],[0,31],[54,62],[-27,-195],[-23,-30],[11,-36],[60,-20],[8,-35],[-8,-39],[-33,6],[-35,35],[-23,-16],[36,-35],[-64,-30],[-20,15],[14,51],[-13,30],[-27,8],[19,36],[-61,21],[-29,-16],[-19,-60],[-102,-92],[-58,29],[-25,35],[-11,72],[31,30],[17,35],[28,5],[-11,39],[-49,7],[5,-30],[-101,4],[-5,73],[-51,5],[-35,-40],[-2,-50],[-24,-2],[-24,29],[-5,42],[-24,44],[-19,-9],[-53,14],[-33,-46],[-50,8],[-75,54],[9,82],[-50,54],[1,35],[23,35],[-1,49],[33,74],[31,31],[18,80],[27,4],[27,30]],[[292798,82017],[-32,-2],[-23,-34],[-26,46],[23,83],[11,73],[37,25],[29,-18],[12,-37],[-24,-36],[6,-62],[-13,-38]],[[266571,82639],[-22,-31],[0,-65],[9,-35],[-55,-49],[0,-26],[-36,-49],[-107,-21],[18,39],[31,26],[-18,49],[9,31],[35,35],[5,27],[-44,43],[18,17],[26,-26],[41,-5],[68,54],[22,-14]],[[302719,82553],[-23,20],[14,75],[35,45],[43,33],[5,54],[43,22],[45,1],[26,-52],[-1,-41],[-39,-37],[-11,-63],[-16,-14],[-86,-18],[-35,-25]],[[304958,83018],[-42,18],[-13,45],[73,41],[26,-4],[7,-37],[-17,-49],[-34,-14]],[[298087,83391],[36,-26],[27,4],[40,-17],[23,-36],[-49,-35],[-104,-109],[-63,-27],[-76,0],[-68,71],[13,13],[73,18],[53,34],[-18,49],[18,26],[54,31],[41,4]],[[267846,83642],[81,-13],[0,-31],[-50,0],[-59,31],[28,13]],[[298682,84161],[-16,-2],[-10,73],[26,7],[21,-36],[-21,-42]],[[291305,84277],[-11,-22],[-118,16],[-159,-18],[75,71],[14,22],[50,10],[149,-79]],[[299664,84455],[49,-26],[0,-31],[-36,-40],[-58,-25],[-50,16],[-9,31],[63,58],[41,17]],[[300240,84626],[4,49],[28,-18],[-32,-31]],[[300136,84647],[-30,29],[25,23],[17,-34],[-12,-18]],[[258841,84789],[27,-30],[14,-44],[32,-53],[13,-66],[-36,-57],[-4,-31],[-32,-53],[-27,-26],[-72,-22],[-49,0],[-36,-18],[-55,31],[-22,71],[-36,70],[-9,57],[-27,44],[85,66],[45,22],[27,0],[87,39],[17,-8],[58,8]],[[292043,85119],[101,-47],[1,-27],[-40,-67],[-32,-143],[-57,-119],[-58,-27],[-35,13],[-10,24],[-61,59],[-8,65],[-27,10],[19,39],[31,31],[26,45],[-3,54],[13,24],[86,62],[54,4]],[[298860,85090],[-41,-7],[-64,-47],[-6,31],[40,44],[11,33],[33,22],[33,-20],[8,-40],[-14,-16]],[[293227,85734],[13,-13],[49,-97],[27,-75],[17,-70],[-37,-139],[2,-45],[-11,-48],[-2,-77],[8,-73],[-35,-83],[-35,-20],[-41,32],[44,93],[-8,24],[12,49],[-34,53],[61,146],[10,106],[-35,118],[-19,111],[14,8]],[[299006,85895],[-67,-5],[-34,-18],[-55,6],[5,31],[65,49],[28,61],[40,14],[45,-32],[12,-44],[-17,-50],[-22,-12]],[[270796,87788],[4,-62],[-49,-31],[-13,-53],[-32,-30],[-45,13],[-32,39],[-50,14],[-4,39],[58,-13],[64,66],[41,27],[58,-9]],[[293285,87676],[-62,34],[-16,59],[16,84],[45,-17],[30,-45],[9,-41],[-22,-74]],[[292683,88014],[-29,5],[-19,25],[86,22],[-38,-52]],[[293292,88328],[-51,5],[-10,21],[36,70],[36,14],[37,-15],[5,-32],[-23,-45],[-30,-18]],[[293157,90083],[-42,35],[7,37],[52,-17],[7,-30],[-24,-25]],[[278246,90399],[-32,9],[9,44],[18,9],[23,-39],[-18,-23]],[[289105,90431],[-17,36],[33,54],[39,1],[-1,-57],[-54,-34]],[[278689,90522],[-38,13],[9,58],[18,4],[11,-75]],[[287997,90571],[-18,17],[55,62],[0,-53],[-37,-26]],[[277642,90786],[23,-18],[13,-39],[-40,-44],[9,-17],[68,-5],[-36,-44],[-41,-9],[-50,18],[18,53],[5,92],[31,13]],[[287957,90835],[-13,35],[26,26],[18,44],[-4,101],[22,58],[37,-40],[13,-49],[0,-66],[-27,-39],[-72,-70]],[[287776,91063],[-39,0],[-9,53],[49,9],[22,-22],[-23,-40]],[[270192,92725],[55,-36],[49,-17],[45,0],[81,-21],[50,-40],[-68,-5],[-71,27],[-64,30],[-31,0],[-55,35],[9,27]],[[270904,92835],[18,-18],[-13,-39],[63,-31],[71,0],[55,-22],[104,-79],[53,26],[5,-30],[-45,-13],[-54,-31],[-95,-5],[-85,44],[-63,18],[-59,0],[-9,65],[-32,53],[-40,-13],[4,40],[68,26],[54,9]],[[285963,93027],[-27,14],[49,70],[36,17],[32,-39],[-22,-50],[-68,-12]],[[289151,93402],[40,-31],[21,-87],[-25,-36],[27,-93],[69,-129],[-2,-24],[63,-66],[73,-66],[45,-97],[21,-35],[-8,-27],[22,-56],[60,-61],[29,-16],[34,-57],[53,-40],[27,-46],[52,-58],[6,-23],[-17,-107],[30,-111],[-13,-16],[18,-55],[-23,-47],[-121,-161],[-17,-33],[-47,-32],[-91,-31],[-67,-93],[-49,0],[-77,-59],[-84,2],[-11,20],[-60,-34],[-12,-27],[-49,2],[-31,-10],[-105,-3],[-31,-11],[-75,-5],[-49,-27],[-32,-31],[-31,-9],[-41,-33],[-47,-20],[-121,-104],[-41,-22],[-61,-5],[-144,19],[-77,21],[-184,-85],[-42,-26],[-25,13],[-69,93],[-86,35],[-53,8],[0,27],[-59,48],[-171,30],[-40,15],[-68,-9],[-54,4],[-29,-12],[-76,21],[-64,0],[-71,14],[-111,118],[-91,88],[-49,26],[-41,37],[-38,74],[-7,78],[17,43],[83,110],[46,33],[70,34],[64,17],[55,1],[76,18],[62,42],[36,8],[69,-19],[56,11],[83,5],[50,-25],[103,4],[86,-9],[27,-22],[44,0],[86,-44],[95,-24],[121,-25],[94,44],[41,40],[113,49],[9,34],[36,35],[81,31],[32,36],[36,-2],[43,33],[64,17],[64,52],[-140,-52],[-22,5],[-64,61],[-55,82],[-65,49],[-52,-13],[-72,31],[-41,-9],[-40,15],[-80,56],[-70,30],[-91,-7],[-36,25],[-35,84],[-6,51],[11,60],[-27,33],[-22,49],[-39,34],[19,54],[38,72],[52,34],[90,35],[44,40],[166,74],[94,23],[37,-13],[61,-42],[39,-15],[76,12],[79,-39],[191,-22],[26,16],[34,-2],[90,33],[47,0],[12,20],[68,24],[28,49],[65,35],[31,5],[14,-31]],[[285703,94246],[20,-38],[-80,-66],[-12,11],[14,91],[18,13],[40,-11]],[[285843,94168],[-57,80],[14,35],[87,-49],[-13,-44],[-31,-22]],[[286019,94518],[-87,-52],[-77,-19],[-36,-17],[-62,-86],[-42,24],[-6,43],[-67,40],[11,26],[119,40],[36,22],[37,49],[93,61],[53,16],[75,47],[80,29],[21,-19],[-24,-43],[3,-39],[-23,-41],[-104,-81]],[[289164,95577],[116,-49],[22,-32],[-3,-52],[-24,-34],[-66,-24],[-42,8],[-68,44],[-24,49],[-10,56],[21,30],[78,4]],[[286983,96116],[-57,13],[-40,20],[16,25],[35,5],[42,-36],[4,-27]],[[284772,96797],[-32,10],[-19,27],[-58,28],[-19,42],[84,57],[118,-26],[21,-24],[0,-43],[-61,-62],[-34,-9]],[[256428,65377],[88,139],[16,58],[15,106],[28,160],[27,8],[29,-17],[71,17],[41,25],[85,38],[93,88],[11,48],[82,-41],[68,-6],[16,13],[64,8],[131,35],[52,5],[23,31],[-5,50],[23,56],[31,6],[26,43],[-2,33],[58,48],[62,24],[55,87],[54,133],[27,102],[71,2],[33,-16],[61,26],[52,56],[40,80],[19,113],[39,163],[19,127],[0,63],[22,155],[-9,64],[-27,83],[-4,45],[22,57],[-4,39],[-23,44],[5,44],[86,117],[34,31],[23,43],[77,42],[27,25],[22,48],[25,17],[25,52],[-3,89],[-32,109],[14,100],[27,56],[16,11],[36,-36],[21,-66],[20,-13],[91,4],[63,17],[46,-3],[1,59],[22,16],[45,0],[-2,24],[-37,30],[-61,28],[-5,53],[54,79],[-44,22],[-22,65],[5,68],[48,74],[45,29],[73,32],[61,19],[23,25],[90,49],[14,31],[41,44],[-10,13],[-55,-57],[-44,-27],[-53,-48],[-68,-5],[-29,55],[-133,58],[-12,32],[46,119],[19,17],[-35,47],[-66,2],[-20,46],[-23,-9],[5,-36],[37,-22],[63,-5],[17,-18],[-58,-101],[0,-30],[-32,-71],[-45,11],[-27,31],[-108,-20],[127,-49],[26,-44],[-45,-19],[9,-72],[-80,-133],[-25,-23],[-41,-81],[-19,-61],[-55,14],[-2,-42],[-40,-74],[-30,1],[3,89],[18,50],[-35,62],[7,-86],[-18,-102],[-34,-41],[-27,-7],[-63,-49],[-60,-24],[-13,36],[63,63],[-49,26],[-22,47],[31,31],[-5,44],[49,33],[-43,35],[-54,-31],[-53,24],[-25,-43],[-22,22],[-63,16],[-16,-31],[-76,-3],[-122,-57],[-28,5],[0,32],[-53,-29],[-38,17],[36,41],[0,43],[-33,26],[-55,26],[-34,3],[-51,-25],[-15,35],[-46,-6],[-63,-23],[-60,-1],[-70,59],[-16,66],[-31,37],[-54,31],[-39,11],[-15,61],[-101,14],[-51,35],[-46,13],[-25,29],[11,49],[64,44],[27,71],[22,79],[64,70],[-1,110],[-22,-22],[-4,-79],[-9,-27],[-37,-35],[-27,-43],[-27,-102],[-59,-40],[-44,14],[-27,26],[-49,4],[-82,-13],[-46,39],[-36,-1],[-54,47],[-53,-27],[-28,0],[-35,26],[35,49],[-18,60],[-17,-4],[-68,22],[-18,18],[-9,48],[-22,14],[-55,-31],[-27,31],[14,31],[-14,35],[-35,30],[18,35],[85,9],[23,-18],[45,18],[48,32],[23,74],[61,1],[40,17],[25,28],[16,53],[57,36],[26,57],[-13,76],[6,23],[75,43],[41,44],[32,13],[36,35],[9,40],[-4,64],[41,17],[46,-30],[72,-7],[-2,21],[-45,-4],[-68,35],[-26,0],[-32,-26],[-9,-31],[4,-52],[-36,-49],[-54,-26],[-42,-44],[-55,-33],[-10,-33],[11,-72],[-12,-33],[-75,-52],[-34,-58],[-54,-14],[-62,-40],[-37,-54],[-37,34],[12,25],[-4,58],[-33,25],[-41,-4],[-23,22],[-13,66],[-31,58],[-68,56],[23,80],[27,48],[13,49],[31,13],[66,-28],[29,-2],[50,26],[76,87],[28,52],[38,33],[18,33],[-28,64],[47,13],[32,29],[-77,54],[6,31],[55,-26],[69,-9],[32,5],[19,29],[-23,31],[5,65],[74,-14],[81,-4],[17,-69],[19,-17],[75,13],[-23,21],[-44,-11],[-15,18],[-4,45],[-25,17],[-71,3],[-70,21],[-26,-14],[-15,-65],[22,-40],[-22,-13],[-63,0],[-72,31],[-28,-14],[5,-31],[59,-44],[-63,-17],[10,-58],[19,-44],[-37,-41],[-34,-60],[-98,-103],[-45,-5],[-41,33],[-63,-19],[-45,-107],[-60,-122],[-46,-28],[-35,-8],[-18,-27],[0,-42],[16,-62],[-23,-45],[-22,9],[-86,74],[-10,22],[14,40],[-67,63],[-44,108],[-9,49],[3,122],[36,62],[53,44],[35,5],[79,-21],[-63,60],[-18,-18],[-50,-8],[-72,-80],[-18,-44],[-4,-87],[-14,-22],[18,-27],[18,-84],[28,-52],[12,-48],[-80,22],[-27,22],[-91,47],[-31,31],[-36,-4],[-86,53],[-22,22],[4,26],[86,97],[14,26],[76,71],[13,4],[27,57],[41,141],[36,75],[23,83],[18,26],[-45,53],[-18,58],[13,30],[45,57],[40,35],[45,67],[24,69],[48,100],[30,34],[37,22],[57,51],[117,35],[45,0],[117,-17],[61,0],[117,43],[164,-51],[84,-22],[46,0],[94,20],[97,6],[47,39],[13,77],[26,12],[32,-27],[40,-4],[28,29],[11,52],[76,71],[39,5],[22,-68],[24,-9],[131,93],[41,41],[43,8],[84,-19],[105,-8],[43,26],[11,66],[-55,43],[3,56],[-9,63],[5,52],[21,4],[51,-34],[45,-3],[44,33],[5,35],[-36,101],[-5,44],[14,13],[84,-5],[32,36],[0,92],[14,9],[60,-13],[53,5],[111,52],[-11,17],[-78,-42],[-80,-19],[-38,18],[-37,-7],[-12,-38],[0,-65],[-15,-23],[-61,8],[-33,-10],[-18,-35],[35,-123],[0,-38],[-22,-20],[-37,-4],[-53,36],[-39,-14],[-13,-36],[-3,-100],[8,-41],[46,-53],[3,-44],[-27,-22],[-72,9],[-68,0],[-85,17],[-22,-9],[-50,-48],[-87,-67],[-38,3],[-13,48],[-35,18],[-76,-38],[-91,-116],[-56,22],[-35,-27],[-11,-51],[-24,-45],[-24,-14],[-68,3],[-81,-18],[-71,1],[-43,9],[-148,56],[-36,9],[-73,-9],[-30,-22],[-73,-8],[-32,40],[-63,-20],[-63,14],[-71,0],[-92,-31],[-91,-48],[-50,-54],[-25,-80],[-42,-71],[-58,-87],[-48,-46],[-40,-93],[-18,-61],[17,-58],[5,-53],[-41,-59],[-100,-11],[-77,-61],[-25,-65],[9,-76],[-46,-65],[-27,-84],[0,-26],[-66,-60],[-58,-41],[-116,-17],[-59,2],[-38,-15],[-165,30],[-41,-5],[-28,28],[7,30],[79,73],[118,71],[42,41],[19,52],[-2,43],[17,26],[62,43],[30,53],[18,54],[-6,46],[13,29],[9,86],[-7,59],[-33,75],[41,36],[74,134],[-3,41],[12,26],[-3,67],[12,25],[0,62],[-14,38],[5,30],[-30,62],[7,25],[-56,81],[13,29],[43,50],[25,77],[48,53],[41,80],[63,22],[84,73],[49,13],[124,-4],[64,25],[79,-2],[35,12],[138,76],[73,49],[101,78],[112,118],[45,36],[77,121],[125,158],[60,52],[33,41],[64,63],[109,93],[61,70],[99,132],[65,72],[144,87],[75,70],[34,54],[50,39],[62,60],[40,47],[111,64],[66,52],[33,38],[114,72],[109,83],[49,20],[131,87],[87,80],[58,61],[33,50],[43,46],[64,95],[16,46],[29,41],[3,30],[24,50],[13,60],[-8,67],[48,45],[48,7],[25,18],[26,52],[62,61],[24,56],[-1,23],[25,97],[36,63],[48,64],[23,55],[4,57],[20,47],[52,30],[13,58],[-18,17],[32,58],[18,59],[23,12],[58,-6],[52,11],[26,-38],[113,-66],[44,-9],[65,1],[16,-10],[41,-83],[13,-52],[-1,-63],[-22,-91],[-50,-29],[-32,-90],[-37,-28],[-28,-66],[-19,-133],[-26,-51],[0,-31],[-32,-43],[-75,-49],[-69,-78],[-33,-28],[-78,-92],[-32,-62],[-18,-56],[-1,-45],[-22,-87],[-5,-83],[19,-35],[58,-52],[70,-38],[101,-92],[44,-61],[27,-11],[55,28],[18,84],[-81,95],[-35,81],[-6,37],[-65,90],[-104,73],[-20,41],[5,28],[61,95],[97,122],[40,19],[57,-16],[80,-100],[87,-71],[54,-36],[173,-80],[153,-83],[81,-30],[93,-27],[121,-25],[33,-2],[183,-27],[74,-21],[162,-23],[59,-17],[108,-12],[179,-5],[37,-9],[53,3],[106,-16],[47,0],[161,-21],[116,-10],[128,-4],[256,0],[109,17],[55,1],[158,31],[104,33],[57,-12],[59,15],[19,29],[101,29],[98,34],[22,16],[49,9],[32,26],[49,18],[36,27],[181,63],[21,-3],[32,31],[68,44],[18,0],[144,85],[77,60],[85,58],[215,215],[1,33],[36,85],[5,150],[63,119],[32,39],[32,97],[17,16],[2,42],[20,44],[1,43],[-38,15],[39,85],[-4,44],[-31,22],[42,76],[0,53],[36,110],[-13,31],[32,39],[18,96],[31,49],[18,93],[-18,22],[55,245],[-5,102],[31,48],[-17,27],[7,107],[0,114],[-28,129],[-8,12],[-5,98],[3,74],[26,93],[84,157],[26,65],[61,11],[96,-79],[32,-10],[50,5],[39,-43],[38,-20],[95,-27],[6,19],[-104,35],[-63,60],[-56,-13],[-41,17],[-24,29],[-57,34],[9,18],[219,70],[77,29],[72,13],[37,22],[77,26],[41,27],[33,6],[47,28],[44,-23],[71,50],[-33,20],[103,44],[138,66],[108,65],[4,43],[41,22],[32,-44],[100,64],[35,37],[67,38],[35,35],[42,57],[26,1],[59,52],[85,42],[5,57],[18,44],[-9,61],[59,128],[36,35],[45,0],[29,22],[57,-1],[81,18],[131,41],[45,31],[30,38],[-70,21],[-2,22],[95,128],[28,27],[48,14],[-12,53],[4,87],[14,71],[62,113],[2,22],[39,23],[13,31],[5,61],[-13,49],[-22,-14],[-23,-47],[-68,82],[0,57],[-20,30],[-43,107],[-29,4],[-3,39],[-30,23],[-43,1],[5,34],[64,44],[35,87],[49,44],[5,41],[28,79],[5,74],[-5,75],[27,35],[12,124],[-12,136],[-40,83],[-54,66],[16,29],[85,-20],[101,55],[41,-3],[2,33],[-39,18],[55,103],[23,71],[4,44],[26,35],[50,8],[32,-26],[-9,-52],[37,-22],[35,53],[10,49],[37,29],[-6,27],[44,31],[35,47],[36,30],[23,50],[28,5],[17,38],[44,4],[20,32],[50,9],[27,-26],[18,-53],[99,-31],[72,31],[30,43],[32,22],[44,13],[16,131],[0,64],[26,28],[-45,47],[-13,59],[16,33],[-11,48],[-33,40],[38,1],[13,83],[27,21],[12,53],[-21,35],[18,40],[0,39],[-18,75],[-18,31],[61,60],[35,25],[29,51],[46,-4],[41,17],[44,-48],[40,18],[19,39],[36,-13],[27,-26],[112,-53],[50,22],[13,44],[-36,21],[-41,-65],[-57,48],[-150,61],[-9,62],[-44,58],[5,30],[35,35],[49,0],[14,44],[-41,44],[5,35],[50,58],[-13,62],[-60,56],[-31,0],[-40,40],[-37,9],[-22,22],[-70,-1],[11,-52],[-32,-80],[-35,-22],[-31,-74],[-46,-57],[-36,-27],[-18,44],[27,53],[0,22],[-59,61],[-48,9],[-9,35],[5,43],[-60,10],[-27,-13],[-41,53],[6,35],[-28,17],[18,62],[-62,31],[30,35],[68,27],[41,118],[34,28],[29,-55],[35,-26],[82,-8],[86,30],[116,84],[96,118],[53,36],[31,44],[55,53],[54,-14],[18,-48],[-27,-5],[-27,-39],[0,-31],[-23,-17],[-50,-9],[-36,-35],[0,-35],[-102,-89],[-18,-28],[76,11],[71,70],[91,-39],[32,-40],[27,-101],[4,-84],[-9,-109],[32,-13],[94,44],[27,-5],[41,18],[31,-31],[49,-4],[36,26],[32,5],[27,25],[5,35],[-41,53],[-23,14],[-13,35],[-36,-31],[-58,31],[4,-110],[-135,-57],[-23,22],[-40,254],[-27,31],[-63,36],[-18,26],[31,71],[86,74],[22,-22],[-53,-48],[22,-17],[49,8],[93,143],[79,55],[49,18],[40,-22],[18,-44],[55,-31],[4,-53],[-9,-31],[27,-35],[72,-26],[32,53],[63,34],[31,62],[-49,-9],[-23,22],[14,27],[45,9],[82,87],[21,0],[50,-39],[9,-48],[41,22],[18,-27],[31,-4],[14,22],[-63,49],[40,69],[59,18],[58,-5],[63,-17],[18,-40],[-95,22],[-9,-43],[18,-18],[64,26],[45,-21],[23,-36],[0,-70],[-55,-36],[55,-53],[31,36],[35,-44],[50,44],[59,26],[0,18],[-50,31],[-13,35],[13,18],[-49,40],[-23,-23],[-22,14],[-72,69],[-14,36],[18,110],[-13,9],[45,52],[5,84],[-50,-31],[-36,-9],[-94,-83],[-23,-44],[9,-49],[-9,-35],[-41,0],[-45,-44],[-27,-40],[-50,31],[-44,5],[-36,-31],[-28,-39],[-67,-22],[-33,34],[-52,-17],[-37,14],[-113,9],[-40,21],[-49,-9],[-18,-17],[-45,0],[-64,-35],[-22,9],[4,60],[27,31],[57,109],[-7,41],[-18,22],[-32,4],[-18,22],[60,41],[34,-2],[16,22],[84,63],[131,114],[94,137],[50,91],[117,257],[10,43],[39,75],[53,142],[33,2],[18,-35],[32,18],[-36,35],[0,18],[63,56],[80,110],[23,54],[27,26],[68,-44],[279,92],[67,8],[55,27],[27,-5],[139,71],[46,44],[40,9],[67,-31],[36,-35],[23,-58],[59,-87],[22,-22],[50,-22],[76,0],[9,-22],[-36,-35],[-32,-9],[-39,13],[-14,-31],[53,0],[46,13],[31,-22],[46,14],[67,-9],[49,4],[-19,-46],[28,-24],[27,0],[123,119],[0,22],[-77,75],[-64,-9],[0,21],[-53,31],[0,22],[49,44],[18,49],[13,70],[-45,44],[32,35],[45,22],[72,13],[45,45],[50,26],[18,31],[-73,65],[9,44],[-17,27],[-45,4],[-27,-26],[-18,-40],[-46,-57],[-68,-26],[-71,-13],[-22,-44],[-100,-36],[-58,-57],[-41,4],[-122,-8],[-53,-18],[-32,-27],[-127,-65],[-143,-57],[-135,-31],[-59,4],[-27,-40],[-45,-8],[-25,-20],[-44,-9],[5,55],[77,62],[109,57],[40,36],[31,12],[37,35],[67,49],[68,71],[13,26],[-1,50],[-57,24],[32,84],[44,35],[23,35],[76,26],[55,67],[80,8],[64,-4],[36,13],[76,53],[54,-26],[32,13],[77,0],[71,26],[86,79],[23,40],[0,48],[-23,27],[-45,22],[36,53],[77,-58],[45,31],[22,31],[-14,26],[32,44],[-14,22],[18,31],[-13,35],[26,30],[42,-17],[40,-61],[32,-9],[18,-67],[-41,-34],[-9,-115],[-40,-13],[9,-31],[36,13],[32,-22],[89,-8],[36,17],[59,5],[27,35],[0,62],[-31,62],[18,16],[36,-43],[-5,-57],[67,-58],[27,13],[73,-4],[41,58],[-37,30],[81,14],[13,43],[46,-1],[-18,67],[-32,14],[-72,-9],[-45,4],[-18,27],[36,35],[5,35],[-41,57],[-36,13],[-76,-9],[-32,-34],[-22,29],[89,62],[59,27],[54,9],[68,62],[63,35],[4,25],[-36,40],[-58,-4],[-67,33],[-55,-8],[-23,-22],[-41,-9],[55,76],[81,9],[27,22],[41,9],[40,40],[-9,21],[-54,-12],[-31,34],[-50,22],[-63,62],[-49,26],[52,39],[5,38],[39,1],[47,58],[-8,49],[45,35],[27,-26],[27,-53],[31,4],[42,41],[3,-41],[18,-53],[50,-56],[36,0],[32,48],[44,0],[36,52],[32,-4],[18,22],[-27,44],[13,40],[-85,87],[-49,9],[-5,40],[-31,48],[9,45],[49,13],[63,-31],[41,-9],[31,-26],[0,-36],[18,-17],[-4,-61],[13,-22],[99,-23],[36,0],[-27,66],[68,4],[27,-13],[39,-43],[11,-44],[-14,-58],[-22,-48],[22,-9],[41,84],[0,70],[-18,36],[-41,38],[-41,9],[-77,-4],[-44,-18],[-50,18],[0,48],[-13,45],[36,35],[-14,44],[-27,34],[18,23],[58,8],[41,18],[22,-22],[82,40],[112,66],[154,101],[67,66],[99,62],[26,-2],[68,54],[73,34],[45,45],[81,36],[45,35],[50,17],[63,48],[22,4],[94,71],[47,16],[71,59],[67,40],[32,34],[149,80],[71,53],[91,53],[20,22],[51,23],[37,33],[31,13],[126,89],[39,43],[42,21],[68,58],[9,23],[99,101],[46,67],[22,73],[63,120],[-5,30],[23,92],[23,67],[0,34],[22,106],[17,40],[73,4],[27,-44],[0,-106],[-27,-52],[13,-22],[37,57],[0,141],[-46,48],[-45,5],[-36,-18],[-40,9],[-54,40],[-9,38],[22,27],[104,34],[20,50],[62,92],[15,38],[24,-15],[37,27],[27,38],[13,44],[-5,57],[82,35],[45,53],[13,66],[37,35],[39,0],[68,52],[27,62],[68,58],[23,44],[21,15],[5,41],[41,115],[0,49],[18,87],[-36,44],[63,71],[18,35],[54,4],[58,39],[5,31],[40,13],[55,49],[27,44],[45,40],[-28,59],[47,14],[22,45],[35,31],[9,49],[32,8],[13,57],[-13,48],[36,27],[-13,48],[-32,9],[-32,31],[23,27],[104,-71],[45,0],[60,49],[12,60],[87,47],[44,-2],[4,-27],[72,0],[80,53],[0,38],[60,42],[44,4],[105,31],[62,61],[-4,40],[72,53],[13,66],[36,56],[36,18],[19,66],[36,49],[9,38],[32,14],[12,35],[68,66],[22,44],[32,27],[27,123],[14,119],[-5,109],[-13,9],[0,58],[-14,52],[-27,39],[-54,40],[-27,66],[-5,40],[-31,43],[-45,-9],[0,102],[32,22],[52,81],[-48,68],[-27,71],[-45,92],[-18,17],[-32,-13],[9,57],[59,9],[-38,34],[16,19],[54,-34],[44,8],[54,35],[36,40],[46,87],[-9,80],[36,88],[67,87],[18,53],[95,14],[50,-9],[9,26],[58,18],[9,13],[81,18],[18,21],[-45,106],[-23,22],[-45,9],[-40,-36],[-36,36],[-63,13],[-37,-13],[-71,78],[-27,5],[-41,39],[-27,58],[0,149],[-9,49],[14,79],[-46,83],[95,22],[140,49],[77,31],[36,0],[62,39],[59,22],[104,97],[49,53],[59,44],[0,17],[54,74],[80,181],[27,39],[46,93],[4,27],[52,41],[35,41],[8,27],[54,80],[31,63],[16,91],[17,61],[3,153],[-22,14],[-41,-9],[-40,71],[26,30],[11,68],[42,4],[56,20],[77,-9],[49,36],[71,12],[39,34],[-56,69],[-13,34],[22,18],[45,-39],[28,4],[0,57],[-41,8],[-54,31],[22,36],[41,26],[9,40],[-5,52],[46,44],[-14,49],[44,53],[-8,56],[22,31],[23,57],[-10,45],[-62,70],[53,-9],[14,35],[59,31],[50,-9],[49,44],[27,40],[27,62],[18,60],[-9,62],[-45,58],[27,13],[45,-31],[122,4],[40,-57],[45,-31],[0,-22],[95,-70],[32,-39],[27,-9],[62,-49],[91,-83],[13,-62],[32,-22],[53,-61],[41,-9],[51,-27],[49,-78],[16,-75],[46,-31],[72,-79],[-22,-31],[13,-31],[5,-53],[82,-39],[25,-47],[32,-14],[27,21],[32,0],[71,-28],[64,-41],[51,3],[70,-13],[50,-83],[6,-72],[69,-77],[29,-15],[39,-87],[-40,-46],[-33,-73],[7,-71],[19,-55],[34,-44],[39,-101],[51,-69],[12,-32],[51,-75],[69,-189],[51,-53],[48,-2],[15,-19],[-15,-55],[33,-36],[-22,-154],[-24,-21],[-55,13],[-35,-4],[-39,-39],[-50,38],[-72,35],[-55,8],[-7,44],[-22,34],[-48,32],[-20,35],[-31,11],[-40,-16],[-53,20],[-112,-51],[-1,-85],[27,-44],[-32,-26],[-39,6],[-45,-16],[-2,-87],[-45,-20],[-37,9],[-34,24],[-45,-3],[-22,22],[6,37],[-44,34],[-64,25],[-25,50],[-41,29],[-48,16],[-41,-10],[0,-76],[68,-90],[40,-20],[-46,-53],[-44,-13],[4,-52],[41,-6],[77,12],[48,-8],[14,-24],[-36,-34],[1,-25],[47,-26],[-32,-73],[-6,-38],[84,-7],[23,11],[25,54],[42,29],[-2,44],[25,19],[77,-12],[89,12],[54,-29],[115,50],[37,-6],[58,-57],[33,-18],[113,-14],[37,22],[64,1],[35,12],[40,-4],[32,-31],[-9,-31],[-28,-1],[-47,-42],[-43,-21],[-33,-32],[-97,-40],[-58,-55],[8,-65],[60,-41],[31,-50],[61,-47],[28,-68],[37,-26],[59,2],[85,-33],[67,79],[41,-39],[-54,-36],[-40,-13],[-33,-25],[-31,3],[-58,-46],[-13,-42],[12,-92],[-49,-107],[9,-77],[-9,-41],[10,-59],[62,-116],[-3,-25],[29,-32],[-2,-30],[26,-58],[-14,-40],[-27,-17],[-67,3],[-56,-37],[-7,-50],[-19,-42],[-109,-134],[-58,-92],[-40,-31],[-25,-35],[-58,-27],[-85,-72],[-103,-78],[-35,-60],[-27,-92],[-23,-57],[-26,-31],[-25,-121],[-50,-46],[-44,-20],[-45,-70],[-39,-90],[8,-25],[-20,-42],[-40,-29],[-17,-58],[-60,-78],[-10,-37],[8,-55],[-21,-50],[7,-50],[-13,-18],[-72,-47],[-56,4],[7,-26],[-50,-27],[-9,-30],[14,-35],[-54,-70],[-14,-40],[-45,-48],[-79,-46],[-19,-38],[-41,-27],[-43,-54],[-15,-36],[-60,-93],[9,-67],[35,-106],[-17,-75],[-18,-43],[0,-84],[-9,-53],[18,-26],[-26,-39],[-18,-49],[-50,-35],[9,-26],[52,44],[19,-22],[-37,-42],[-9,-30],[77,-59],[5,-19],[-40,-53],[-81,-44],[-72,-26],[-59,-47],[9,-14],[63,25],[64,45],[85,44],[70,12],[24,-4],[35,-43],[44,1],[-3,-37],[18,-11],[32,74],[-3,25],[18,54],[36,33],[30,1],[-20,-55],[4,-122],[16,-63],[46,8],[11,33],[38,29],[45,-32],[34,70],[38,-16],[-36,-41],[19,-27],[30,0],[25,-72],[23,-37],[40,-25],[57,60],[12,-31],[-3,-66],[5,-69],[18,-5],[13,61],[-13,22],[0,44],[18,40],[29,10],[37,-36],[107,13],[39,-1],[0,49],[58,-53],[50,-26],[14,13],[-73,44],[-22,58],[64,40],[37,70],[29,-19],[36,-57],[17,-62],[24,10],[4,114],[-4,31],[18,22],[47,-17],[38,-63],[42,8],[26,45],[26,-7],[47,19],[33,-37],[45,-7],[41,15],[15,53],[28,2],[4,84],[12,41],[6,95],[-13,66],[5,22],[60,43],[46,82],[-18,40],[-38,-4],[-15,47],[28,39],[79,26],[224,48],[19,24],[34,78],[56,46],[1,53],[23,14],[27,-14],[18,33],[-11,51],[33,23],[26,-41],[27,20],[-3,28],[30,63],[27,36],[6,48],[44,22],[35,3],[42,53],[30,18],[42,51],[29,51],[27,18],[89,17],[31,-17],[64,8],[103,-6],[26,24],[41,15],[19,44],[0,47],[15,34],[72,61],[23,-5],[29,72],[73,53],[45,-17],[60,10],[44,22],[20,38],[109,116],[47,-26],[138,60],[36,30],[10,26],[35,15],[-17,43],[39,54],[9,46],[-7,68],[34,52],[-33,62],[-119,148],[-26,79],[4,32],[28,68],[35,46],[39,34],[39,51],[101,91],[32,-92],[35,-13],[113,-9],[35,16],[7,50],[-15,20],[-58,21],[-14,32],[7,26],[38,20],[59,-40],[14,-48],[31,-58],[18,-83],[72,-44],[77,-22],[119,-5],[60,3],[43,-9],[48,24],[36,0],[18,-17],[99,-40],[63,31],[59,4],[-4,22],[-59,-4],[-41,-27],[-32,0],[-49,18],[-31,27],[-50,13],[-41,-31],[-122,4],[-17,14],[-108,-5],[-86,36],[-45,44],[-13,87],[-32,66],[-59,62],[-74,-15],[-19,-39],[30,-74],[36,-35],[-10,-14],[-73,-2],[-44,12],[-9,23],[31,43],[24,56],[18,68],[-4,47],[-36,66],[23,66],[35,39],[120,46],[134,93],[42,63],[43,84],[36,102],[54,39],[12,21],[-9,54],[14,35],[36,31],[59,-93],[-32,132],[-63,66],[-14,35],[41,66],[63,45],[68,84],[32,-15],[9,-39],[99,48],[63,0],[54,13],[45,0],[103,30],[23,-43],[36,-118],[-9,-45],[-49,45],[-55,-14],[-49,-57],[-45,-105],[13,-79],[59,-76],[0,-30],[-51,-51],[33,-23],[36,48],[3,44],[-12,35],[-55,66],[0,75],[41,100],[36,36],[36,9],[19,-27],[45,-18],[35,40],[-4,31],[-27,49],[-4,100],[6,28],[56,12],[36,-35],[37,-58],[99,-100],[17,-36],[41,-4],[45,-31],[18,-61],[64,-115],[71,-66],[27,-56],[41,-40],[27,4],[-72,79],[13,31],[50,4],[-113,49],[-58,79],[-13,57],[-46,66],[-63,57],[-23,9],[-35,40],[-72,96],[-77,66],[-67,14],[-172,-22],[-36,26],[9,74],[18,49],[36,35],[23,80],[13,22],[23,96],[-8,101],[-18,57],[-45,47],[-51,37],[-117,122],[-41,5],[-27,-12],[-27,29],[-67,-4],[-22,18],[15,49],[-15,70],[4,48],[41,105],[0,36],[-23,75],[14,65],[18,31],[0,66],[-41,44],[-15,42],[-93,37],[34,21],[15,94],[23,78],[41,67],[80,35],[32,-22],[59,-18],[27,-26],[59,-27],[30,-26],[14,-39],[-18,-31],[18,-66],[27,-22],[41,-9],[175,0],[95,40],[64,61],[64,-3],[2,39],[39,36],[39,8],[-6,47],[-33,9],[-39,-9],[-53,14],[-50,0],[-45,-27],[-31,9],[-104,75],[-36,18],[-22,39],[0,48],[-50,53],[26,145],[22,41],[55,22],[51,-1],[47,-16],[29,22],[33,52],[-11,52],[27,31],[85,34],[55,31],[27,5],[112,66],[50,-5],[31,31],[100,31],[58,-17],[86,-40],[50,-31],[40,9],[36,-62],[54,-35],[31,22],[28,0],[22,35],[32,9],[32,-31],[0,-40],[56,52],[1,32],[-20,38],[-30,11],[-39,100],[-23,106],[46,58],[44,17],[63,0],[36,9],[77,-4],[130,0],[18,4],[41,-35],[14,-31],[76,-79],[26,-78],[42,-23],[27,-53],[68,-42],[48,15],[93,8],[10,-11],[-16,-53],[27,-75],[89,-102],[23,-48],[27,-27],[18,-47],[-9,-44],[18,-62],[42,-61],[65,-45],[64,-12],[43,1],[59,-30],[39,-35],[17,-38],[49,-35],[68,-14],[86,-8],[26,-17],[84,32],[61,-3],[70,-42],[49,-5],[132,23],[47,-37],[16,-48],[-5,-29],[-82,-109],[-2,-37],[41,-62],[-18,-35],[22,-36],[0,-26],[26,-30],[32,-62],[-4,-47],[21,-29],[16,-59],[-6,-50],[18,-39],[9,-120],[-49,-52],[-33,-49],[-35,-20],[-68,-16],[-64,-66],[-10,-43],[12,-33],[44,-32],[51,22],[38,28],[46,-56],[-17,-61],[13,-25],[-67,-66],[-72,-62],[0,-35],[-32,-25],[-46,15],[-39,-4],[-90,-83],[-18,-48],[-28,-35],[0,-27],[50,-57],[23,-70],[-9,-35],[-58,-65],[-46,-28],[-67,-18],[-99,-84],[20,-57],[43,40],[26,-10],[26,-56],[25,-91],[21,-33],[64,-61],[36,45],[31,0],[19,-86],[17,-46],[31,-36],[0,-56],[32,-31],[45,-9],[41,9],[27,-35],[-15,-16],[-58,-11],[-25,-15],[12,-56],[-40,-34],[-2,-49],[10,-38],[32,-14],[-14,-62],[44,-33],[18,-44],[0,-44],[16,-29],[61,-27],[46,-70],[52,-44],[47,-3],[50,-22],[23,-40],[-18,-22],[45,-25],[67,6],[45,-19],[31,-28],[-9,-63],[-160,-163],[-69,-106],[-33,-28],[-55,-20],[-76,-17],[-68,-36],[-41,-2],[18,-85],[-44,-79],[47,27],[8,47],[34,81],[45,25],[105,15],[46,17],[50,40],[54,74],[72,75],[44,31],[53,21],[85,18],[23,-21],[3,-31],[39,-48],[8,-47],[-17,-81],[-32,-48],[-62,-57],[-29,0],[-43,-35],[-36,12],[-50,-65],[-4,-22],[-43,-17],[-20,-50],[31,-42],[24,-139],[25,-49],[10,-134],[58,-57],[28,-54],[44,-26],[48,-68],[75,-28],[-37,-36],[5,-39],[18,-27],[-65,-36],[-3,-42],[21,-109],[31,-45],[56,-12],[-26,-45],[26,-93],[59,-49],[5,-52],[-27,-31],[5,-45],[28,-73],[43,-39],[45,-18],[45,8],[50,-4],[48,-49],[44,-16],[57,9],[38,35],[21,53],[15,12],[25,74],[30,0],[23,-48],[32,-105],[18,4],[-23,74],[23,36],[32,-62],[67,-79],[45,-31],[49,5],[50,44],[46,0],[45,18],[62,65],[31,1],[1,39],[27,26],[27,0],[27,-26],[14,-45],[30,9],[14,-31],[-9,-65],[-53,-79],[-113,-101],[-46,18],[-53,3],[-23,-43],[28,-44],[13,-58],[31,-61],[13,8],[-57,151],[9,26],[98,-26],[82,69],[85,119],[9,31],[45,-44],[54,-13],[55,0],[48,18],[55,53],[22,-18],[40,-82],[31,2],[89,-18],[29,-26],[9,-74],[73,30],[31,-25],[0,-31],[-36,-71],[0,-22],[90,-92],[4,-22],[-44,-53],[-54,-79],[-36,-9],[-64,44],[-44,0],[-32,-27],[-9,-35],[14,-127],[-35,-96],[-7,-44],[23,-6],[42,174],[-5,111],[30,27],[77,-42],[46,4],[50,29],[39,5],[32,-35],[0,-47],[26,-48],[39,-40],[63,-36],[66,-27],[126,26],[45,-35],[16,-42],[23,-25],[-1,-43],[-55,-85],[-13,-36],[55,-51],[71,-22],[-14,-45],[-23,-16],[-73,-3],[-52,15],[-40,24],[-35,3],[-54,-38],[31,-16],[33,32],[115,-42],[109,7],[28,81],[-37,30],[-67,21],[-20,37],[58,102],[25,25],[46,22],[84,5],[47,17],[88,9],[65,-26],[55,27],[52,-8],[92,37],[12,-28],[5,-98],[-26,-73],[-1,-69],[-10,-73],[-18,-40],[-67,-84],[-36,-29],[19,-21],[39,-72],[-26,-45],[-45,-55],[8,-58],[41,-54],[36,-32],[23,9],[-72,78],[-15,32],[6,29],[48,50],[24,50],[0,38],[-18,80],[76,104],[9,61],[6,98],[46,17],[77,-32],[74,-41],[32,21],[32,-39],[2,-59],[-26,-188],[-34,-39],[-105,-41],[-48,-27],[-32,-42],[0,-57],[32,-68],[134,-125],[4,-27],[-72,-49],[9,-30],[36,-31],[-9,-53],[-94,13],[31,-39],[36,0],[59,30],[-5,58],[-36,26],[5,31],[67,18],[9,17],[-36,79],[-58,55],[-67,99],[-11,59],[31,32],[31,-9],[104,49],[49,67],[11,70],[22,70],[13,78],[-22,67],[-103,102],[-22,34],[1,37],[53,81],[38,73],[63,23],[-23,58],[0,55],[29,33],[51,109],[35,34],[19,43],[27,22],[27,71],[80,75],[32,38],[31,69],[57,66],[14,46],[23,18],[28,79],[54,53],[14,57],[52,42],[55,25],[19,38],[40,-31],[9,-118],[-27,-44],[0,-40],[50,-171],[18,-80],[-21,-90],[44,8],[48,-28],[2,-39],[52,-102],[17,-74],[-1,-61],[-23,-37],[114,-57],[34,-25],[13,-35],[-5,-53],[-22,-19],[17,-42],[-1,-55],[78,2],[73,-13],[77,-35],[22,-18],[-31,-53],[-72,-181],[-87,22],[-46,-12],[-43,-61],[22,-2],[35,57],[32,1],[119,-22],[31,49],[54,-13],[37,-45],[9,-32],[41,-8],[80,-63],[2,-17],[107,-40],[75,-55],[54,-18],[101,-52],[40,-10],[45,-32],[39,-43],[37,-22],[1,-36],[-64,-116],[0,-83],[50,-79],[175,-169],[8,-20],[-34,-23],[-78,-18],[-76,-9],[-73,22],[-32,41],[-86,60],[-66,-13],[-59,-75],[36,-70],[59,-75],[80,-75],[14,18],[-50,40],[-80,106],[-27,52],[4,22],[41,35],[53,13],[32,-62],[31,-26],[46,-4],[68,-30],[134,12],[74,32],[9,-10],[-38,-52],[19,-9],[54,72],[0,15],[-41,53],[-131,131],[-21,15],[-66,85],[-6,37],[12,29],[69,106],[44,38],[139,-19],[36,23],[67,6],[71,37],[26,-10],[69,-1],[45,-39],[46,-77],[88,-63],[66,-24],[47,-29],[66,6],[11,-43],[-52,-70],[-20,-43],[13,-69],[56,-76],[13,-34],[-1,-59],[-34,-36],[-41,1],[-86,64],[-48,20],[-42,4],[-43,-24],[-22,-70],[7,-22],[46,-31],[53,-13],[9,13],[-76,35],[-18,45],[25,36],[26,9],[55,-13],[26,-31],[102,-53],[66,35],[27,65],[-4,36],[-25,49],[-58,86],[-3,37],[77,97],[1,69],[37,3],[50,-119],[106,-87],[32,-59],[44,-32],[69,-15],[114,-120],[-8,-11],[-78,-17],[-60,18],[-57,37],[-62,4],[-20,-42],[14,-56],[9,-73],[88,-47],[0,-37],[36,-9],[5,34],[-41,34],[-55,23],[-15,21],[-19,102],[8,32],[39,0],[63,-45],[71,-23],[81,6],[44,11],[57,57],[41,0],[77,-79],[38,-49],[82,-87],[70,-68],[99,-77],[63,-29],[121,-41],[0,-28],[-71,-69],[-76,-22],[-82,0],[-45,9],[-73,-2],[-64,-19],[-59,-45],[-15,-22],[-13,-74],[-2,-59],[-19,-44],[-82,-40],[-42,12],[-19,26],[-13,56],[-51,84],[-45,43],[-21,42],[-36,13],[61,-94],[56,-64],[47,-123],[29,-44],[44,-26],[19,3],[76,77],[19,81],[6,96],[45,60],[74,39],[78,0],[74,-33],[90,-13],[51,12],[173,-13],[79,-84],[65,-21],[9,-13],[-14,-58],[-36,-109],[-29,-183],[-14,-40],[-29,-35],[-17,-105],[-27,-59],[-27,-20],[-10,83],[13,70],[-4,95],[-9,18],[-77,79],[-40,5],[-109,36],[-81,56],[-62,3],[-34,-19],[-40,-58],[-57,1],[-45,-38],[-14,-39],[-40,-66],[13,-37],[58,-55],[7,-30],[-24,-102],[-27,-13],[-17,70],[28,59],[-20,24],[-76,-26],[-1,-23],[55,19],[-9,-79],[13,-40],[22,-22],[39,8],[19,37],[20,91],[-7,36],[-21,26],[-41,22],[0,53],[36,74],[27,27],[54,-17],[45,43],[30,48],[54,3],[136,-81],[61,-41],[9,-51],[-18,-41],[25,-72],[37,-28],[-36,-106],[-6,-141],[-21,-72],[-9,-92],[0,-91],[6,-72],[-6,-45],[-32,-38],[0,-91],[-22,-20],[-53,36],[-49,9],[-82,-27],[-61,12],[-62,64],[-8,49],[8,44],[-22,26],[-50,3],[-17,-38],[26,-13],[17,40],[28,-31],[-9,-62],[73,-105],[62,-12],[73,21],[72,0],[41,-75],[-5,-44],[20,-50],[48,-55],[8,-53],[-40,-89],[-40,-12],[6,-35],[57,47],[35,84],[-4,44],[-27,53],[-40,57],[-5,48],[30,20],[54,-39],[73,-169],[49,-129],[32,-153],[4,-66],[-9,-40],[5,-57],[-14,-13],[-67,49],[-45,9],[-49,-22],[-84,-77],[-33,-7],[-19,29],[37,59],[-1,80],[-9,33],[-37,24],[-32,-15],[-25,-41],[31,-15],[14,43],[32,-9],[13,-47],[0,-44],[-45,-40],[-22,-44],[-37,-5],[-4,61],[-26,41],[-95,53],[9,-31],[54,-26],[44,-41],[-15,-32],[5,-40],[24,-10],[63,11],[42,-16],[57,17],[74,72],[52,15],[59,-34],[5,-48],[-61,-61],[-3,-44],[91,-155],[-41,-34],[-45,-53],[-103,-51],[-72,-121],[-34,-42],[-38,-19],[-54,46],[-18,64],[-12,131],[-42,62],[-69,35],[-68,1],[-30,17],[-30,65],[34,36],[-4,66],[-34,-75],[-48,13],[-46,-12],[-12,-76],[-18,-18],[-36,14],[0,57],[-22,26],[-73,-26],[14,-13],[67,19],[-8,-63],[39,-36],[32,9],[32,49],[18,48],[32,-61],[58,-49],[45,-21],[50,0],[54,-18],[40,-57],[5,-53],[-23,-45],[0,-39],[-22,-30],[49,-9],[14,-31],[35,-35],[41,-22],[59,13],[54,31],[23,-40],[0,-31],[29,-57],[20,44],[22,-40],[0,-56],[-27,-58],[-49,-66],[-77,-74],[-31,-22],[-41,-75],[-31,-31],[-77,-9],[-45,18],[-22,48],[-72,27],[-72,4],[-32,14],[-82,-9],[-26,26],[-9,39],[-63,18],[-45,0],[-77,44],[-67,17],[-68,54],[-4,26],[-41,52],[13,44],[46,44],[45,31],[58,105],[0,53],[-40,53],[-54,36],[-73,0],[-85,-27],[0,49],[49,65],[18,62],[50,53],[-31,8],[-51,-12],[-85,9],[-37,36],[-1,61],[66,75],[32,26],[-37,17],[-27,-42],[-72,-87],[27,-56],[4,-40],[95,-57],[11,-29],[-38,-15],[-32,-30],[-8,-41],[8,-56],[71,-35],[159,8],[37,-13],[2,-47],[-79,-86],[-77,-136],[9,-58],[55,-83],[48,-55],[-52,-53],[-66,-44],[-23,6],[-28,40],[-31,107],[-52,88],[-90,79],[-35,53],[-132,-80],[32,-8],[86,48],[119,-119],[34,-52],[-14,-80],[-31,-17],[-32,17],[18,-66],[-34,-71],[-27,-19],[-87,-5],[-79,24],[-63,12],[-84,43],[-76,52],[-38,8],[-22,-17],[-44,48],[-9,-25],[15,-27],[30,-12],[37,7],[34,-13],[125,-83],[70,-18],[40,-53],[1,-27],[30,-64],[-17,-69],[-48,-37],[-40,19],[-20,-28],[-86,-48],[-62,1],[-27,10],[-91,126],[-115,57],[-105,-5],[36,70],[62,61],[5,18],[-54,57],[-36,5],[68,-67],[-72,-74],[-23,-48],[0,-27],[-89,-71],[-15,-52],[6,-103],[-31,-56],[-41,-12],[-31,19],[-42,85],[-41,22],[37,-83],[72,-74],[57,26],[32,35],[13,69],[-1,61],[34,73],[100,39],[84,-14],[35,-34],[37,-115],[0,-65],[-13,-49],[-41,-21],[0,-41],[-67,-56],[-24,-39],[-80,-72],[-17,2],[-33,-89],[-112,-99],[-25,-15],[-24,21],[-28,60],[-49,58],[-72,14],[-5,48],[-36,27],[17,-70],[-30,-53],[8,-67],[-9,-30],[-43,-14],[-74,14],[-80,40],[-20,-30],[87,-37],[90,-13],[36,10],[31,27],[30,84],[42,-1],[55,-98],[71,-25],[32,-28],[-22,-32],[-39,-81],[34,-35],[-9,-22],[-52,-26],[-58,-6],[-68,-18],[-23,2],[-25,-27],[-89,-40],[-104,-67],[-20,-19],[-59,-9],[-58,43],[19,-53],[49,-15],[118,33],[59,25],[54,2],[96,16],[53,18],[50,36],[90,95],[17,31],[7,55],[30,53],[22,19],[41,-4],[70,-52],[57,-27],[62,-8],[89,-60],[-7,-45],[5,-70],[40,-107],[27,-31],[-14,-26],[-99,0],[-77,-31],[-36,-49],[-63,17],[-7,-24],[43,-14],[41,0],[49,57],[27,17],[99,4],[41,-83],[40,-35],[9,-62],[50,-39],[31,-44],[77,-48],[32,-40],[4,-31],[86,-17],[40,-49],[-4,-30],[-80,-62],[-46,-44],[-50,-4],[-40,44],[-7,-48],[-60,-27],[-92,-23],[-70,-41],[41,-24],[-27,-36],[-41,-86],[-15,-51],[-4,-66],[9,-84],[64,-175],[49,-56],[-14,-26],[-58,-35],[-185,-1],[-50,-4],[-87,-40],[-71,-57],[-57,-63],[-40,-60],[-20,-51],[-112,-132],[-187,-143],[-40,-71],[-65,-73],[-23,-44],[-2,-80],[10,-75],[36,-51],[18,-80],[0,-39],[-36,-73],[-44,-58],[-78,-69],[-52,-15],[-46,-1],[-143,39],[-60,1],[-45,-23],[-30,-77],[-46,-36],[-77,-18],[-60,-23],[-77,-53],[-39,23],[14,66],[31,58],[34,28],[7,79],[17,98],[-4,96],[-18,63],[-58,105],[2,-62],[56,-133],[-11,-135],[-17,-84],[-48,-91],[-22,-76],[14,-43],[31,-12],[38,9],[74,37],[96,33],[79,52],[41,92],[45,-4],[68,-38],[14,-47],[30,36],[97,0],[79,18],[39,22],[49,40],[55,64],[28,85],[5,97],[-26,67],[18,131],[37,104],[23,39],[41,49],[44,35],[58,32],[26,44],[42,25],[89,103],[111,102],[85,108],[35,20],[167,-1],[103,20],[84,51],[53,58],[18,57],[-9,57],[-22,65],[-53,87],[-31,107],[8,52],[-5,62],[32,70],[238,96],[72,13],[100,35],[32,-3],[44,-62],[41,-124],[27,-27],[32,-91],[31,-62],[3,-67],[56,-13],[29,-28],[10,-85],[23,-73],[1,-66],[-26,-63],[-29,-36],[-53,-26],[-63,13],[-37,-9],[-20,32],[-60,-53],[-29,-36],[-66,-40],[-43,-45],[-25,-48],[-30,-32],[-54,30],[-55,47],[-59,27],[-70,-23],[-56,-52],[-36,-58],[-9,-35],[9,-56],[-18,-18],[-45,-9],[-91,13],[-99,-23],[-99,-42],[-61,31],[-40,34],[-46,5],[-19,-31],[-9,-57],[10,-60],[-35,-96],[0,-44],[-19,-21],[-51,-14],[-54,-38],[4,-60],[53,-2],[-38,44],[20,21],[77,30],[31,32],[8,57],[29,101],[9,78],[43,-5],[109,-41],[98,48],[48,5],[63,-22],[59,0],[47,18],[52,54],[63,171],[20,14],[63,2],[56,-66],[23,-51],[5,-120],[57,-41],[5,-56],[-30,-37],[-45,-139],[9,-119],[44,-52],[23,-9],[5,-53],[-21,-40],[-45,-50],[-52,-14],[-46,-58],[-52,-42],[-39,-44],[-111,-73],[-67,-29],[-81,-2],[-32,14],[-81,65],[-22,0],[-72,-30],[-27,-37],[-13,-51],[-14,-104],[-13,-19],[4,-46],[-13,-60],[-1,-149],[-30,-24],[-43,0],[-24,15],[-15,152],[-32,59],[-42,21],[-29,0],[-41,-23],[-19,-30],[-15,-78],[10,-74],[-3,-99],[34,-53],[5,-27],[-13,-99],[22,-44],[37,-35],[22,-5],[41,27],[14,26],[9,111],[35,4],[140,-137],[2,-24],[-29,-24],[-122,-48],[-24,-20],[-138,-59],[-117,-45],[-99,-52],[-46,-35],[-166,-97],[-94,-40],[-50,-35],[-50,-13],[-58,-30],[-27,-5],[-131,-44],[-31,-17],[-77,-24],[-61,38],[0,34],[-27,19],[-19,-22],[-7,-60],[-147,-34],[-95,-53],[-120,-148],[-32,-23],[-41,-58],[-19,-43],[-25,-24],[-12,-35],[-33,-45],[66,20],[59,31],[72,27],[54,8],[86,-4],[54,43],[39,115],[82,84],[77,39],[89,17],[46,22],[139,22],[41,14],[58,4],[109,36],[103,22],[72,26],[63,30],[32,31],[92,35],[97,14],[135,8],[32,14],[153,35],[81,26],[90,18],[90,4],[72,-17],[54,0],[109,-58],[112,-53],[31,-22],[-90,-69],[-31,-71],[0,-62],[55,-66],[-15,-30],[-80,-31],[-73,-4],[18,-36],[73,9],[67,22],[45,62],[-59,109],[14,45],[72,79],[95,34],[53,14],[45,0],[96,22],[57,4],[23,18],[72,22],[37,0],[49,22],[63,13],[31,-4],[86,44],[140,43],[76,14],[55,0],[40,-14],[99,-12],[54,-18],[49,-31],[32,-4],[41,-40],[108,-44],[31,-4],[40,13],[14,-35],[32,-9],[18,17],[45,9],[108,-4],[18,-9],[72,-4],[64,22],[53,-27],[63,40],[86,0],[72,9],[22,13],[50,57],[68,-4],[94,4],[54,-39],[9,-27],[-13,-88],[-5,-114],[9,-97],[23,-65],[0,-27],[27,-40],[50,-48],[-23,-27],[-59,-23],[-59,1],[-67,-30],[-13,-47],[-23,-147],[-4,-79],[31,-61],[35,-50],[49,-44],[-11,-110],[16,2],[2,62],[11,22],[-22,50],[-57,62],[-24,47],[-11,73],[42,188],[37,32],[92,-9],[50,5],[25,25],[27,-38],[27,-9],[54,17],[82,92],[4,93],[-49,53],[-49,12],[-24,27],[9,39],[45,45],[73,122],[53,49],[73,44],[22,-4],[45,-36],[-20,74],[-16,11],[-109,-60],[-60,-49],[-24,-50],[-100,-128],[-18,-53],[23,-56],[18,-9],[77,-71],[-9,-31],[-32,-40],[-32,-11],[-39,17],[-41,113],[-16,112],[-13,37],[-7,86],[17,30],[-13,105],[-30,95],[-2,26],[-76,134],[-32,31],[-72,31],[-4,25],[-27,31],[-41,86],[5,73],[-5,61],[36,35],[58,5],[36,-9],[50,13],[104,-13],[252,0],[81,-13],[54,0],[71,-12],[280,-15],[95,-22],[144,0],[68,4],[45,14],[63,-5],[54,22],[50,5],[50,18],[94,21],[95,36],[98,0],[122,18],[44,22],[68,17],[82,40],[76,61],[54,79],[5,27],[45,44],[24,52],[23,22],[44,7],[35,-29],[31,-43],[50,-102],[5,-39],[-41,-88],[24,-3],[44,91],[0,26],[-27,40],[-32,70],[-9,53],[18,13],[54,-40],[9,22],[-49,49],[-46,17],[-85,-4],[-54,26],[-45,40],[-5,18],[-45,43],[0,26],[91,98],[18,30],[49,49],[17,85],[42,11],[26,-26],[64,35],[77,22],[74,53],[33,36],[72,54],[32,73],[90,88],[36,0],[23,17],[54,-4],[64,18],[36,30],[-6,68],[20,57],[35,29],[17,-11],[50,16],[21,40],[62,46],[38,-3],[15,20],[17,80],[50,66],[-46,49],[-18,75],[32,35],[36,-8],[58,40],[23,29],[34,16],[20,55],[-18,31],[32,22],[29,-52],[53,-41],[64,-30],[156,-26],[21,12],[64,-8],[58,8],[19,-17],[-19,-44],[0,-40],[23,-57],[-4,-83],[18,-26],[-9,-40],[27,-58],[-14,-22],[0,-44],[23,-9],[19,-55],[-9,-41],[71,33],[40,-15],[50,-5],[27,23],[45,4],[44,18],[55,47],[63,22],[32,31],[44,13],[36,-22],[18,-48],[-18,-61],[-45,-40],[-26,-48],[13,-67],[-18,-21],[26,-31],[-8,-66],[-45,-53],[-54,-13],[-27,-27],[14,-58],[-1,-33],[41,-58],[9,-31],[41,-74],[58,-62],[0,-17],[67,-71],[59,-92],[67,-70],[27,-40],[82,-71],[68,-34],[27,-27],[12,-75],[-30,-70],[-177,-163],[-103,44],[-54,-13],[-64,40],[-13,40],[4,39],[-17,30],[-22,0],[18,-52],[0,-44],[62,-66],[50,0],[68,-22],[22,-22],[-18,-127],[14,-36],[-59,-13],[-95,58],[-44,-36],[-73,-114],[-13,-30],[-46,-45],[-49,-26],[-49,-49],[18,-9],[31,36],[63,35],[68,80],[45,69],[22,49],[45,13],[45,-49],[64,-26],[67,9],[45,-40],[9,-70],[127,-66],[116,-96],[41,-18],[71,-51],[84,6],[16,19],[41,4],[54,52],[67,18],[27,-18],[32,-65],[-41,-53],[-67,-31],[-45,0],[54,-87],[9,-53],[31,-36],[-14,-97],[-40,-34],[58,0],[27,-27],[68,-39],[8,-86],[69,13],[16,-7],[56,36],[22,-18],[59,-75],[50,-13],[13,-30],[40,-27],[45,-53],[70,-64],[30,-54],[-41,-80],[-54,-57],[-63,-49],[-81,-17],[-26,-28],[-37,2],[-112,-9],[-23,-26],[-63,-35],[-20,20],[-62,-29],[-89,-27],[-32,-22],[-86,-13],[-23,-35],[18,-150],[-31,-75],[-57,-55],[-66,-7],[-36,-19],[-63,-4],[-9,17],[-42,-2],[-14,-34],[-37,21],[-59,5],[-74,-39],[-4,-43],[-29,-7],[-32,-39],[-27,13],[-77,-56],[-26,21],[-56,-25],[-35,-41],[-41,-13],[-45,-48],[-71,13],[-33,25],[-44,1],[-32,-22],[-45,27],[-9,53],[-18,43],[0,88],[-24,77],[-93,-90],[-22,18],[-5,62],[23,105],[0,97],[-9,69],[9,40],[50,71],[45,53],[35,78],[36,58],[-18,8],[-44,-88],[-64,-61],[-63,-115],[-23,-78],[0,-102],[-71,-66],[-79,-80],[-110,-38],[-75,6],[-33,11],[-115,18],[-36,-39],[-54,-12],[-35,25],[-36,-5],[-4,141],[-32,61],[-26,5],[33,-67],[-3,-33],[-33,-62],[-64,-5],[-43,-39],[-30,26],[-5,66],[-18,-4],[0,-98],[27,-17],[59,-18],[9,-18],[47,-22],[15,-29],[-11,-27],[-140,-40],[-112,-4],[-85,17],[-57,0],[-28,29],[-25,-9],[-125,44],[-104,32],[-50,5],[-28,-9],[-58,-40],[-16,-46],[-21,-23],[-50,-6],[-100,2],[-106,13],[-95,48],[32,-62],[-56,-42],[-99,-28],[14,-14],[105,36],[53,33],[60,6],[73,-34],[-23,-42],[34,-41],[26,-3],[75,-46],[30,-40],[-2,-39],[43,-32],[-12,-33],[-119,-43],[-79,-31],[-28,-51],[-14,-71],[-113,68],[36,-57],[77,-47],[15,-37],[49,-4],[104,24],[44,32],[51,3],[50,-29],[-31,-36],[1,-37],[-73,-72],[-77,-16],[-72,-72],[-101,25],[-63,40],[-7,-11],[58,-45],[15,-34],[24,7],[73,-3],[81,61],[52,-6],[50,-69],[54,-14],[55,-53],[72,53],[68,-11],[70,-39],[24,6],[76,-29],[22,2],[120,-18],[61,-21],[42,-125],[-12,-41],[-42,-45],[-28,-12],[-88,25],[-46,-22],[-69,12],[-92,-78],[-39,2],[-94,-79],[93,47],[110,27],[112,16],[8,-60],[-48,-54],[-11,-40],[26,-13],[10,-44],[1,-56],[-30,-44],[39,-71],[27,-27],[0,-35],[59,66],[50,14],[63,-13],[30,3],[43,-19],[2,-30],[-90,-47],[-36,-27],[-68,-96],[-120,-35],[-56,-11],[-21,-16],[-68,-13],[-66,-55],[-8,-29],[-37,-7],[-20,60],[-20,0],[16,-58],[15,-11],[54,0],[53,66],[59,11],[43,18],[94,26],[69,-13],[32,-29],[-23,-80],[-111,-75],[12,-9],[55,37],[40,12],[32,-35],[5,-45],[22,-21],[32,-61],[35,0],[-35,48],[-41,92],[9,66],[45,44],[13,43],[59,99],[25,6],[65,-7],[56,4],[14,-12],[39,-90],[24,22],[-29,37],[-14,45],[24,21],[43,-6],[51,-46],[82,-6],[52,4],[97,65],[43,5],[9,-17],[-22,-40],[-23,-91],[-52,-58],[-56,-22],[-37,-35],[104,32],[50,47],[27,39],[41,108],[51,11],[16,34],[55,-3],[17,31],[131,118],[13,40],[95,27],[49,-27],[45,5],[-27,-45],[23,-13],[40,88],[105,101],[13,53],[55,31],[-29,26],[27,27],[50,22],[54,34],[37,9],[18,-13],[76,22],[40,44],[41,-13],[41,4],[35,45],[59,-18],[122,0],[0,-92],[-9,-97],[-36,-57],[13,-23],[67,14],[27,-18],[-62,-56],[-77,-58],[-4,-44],[-46,-75],[9,-18],[64,89],[13,48],[55,40],[76,18],[58,25],[22,-35],[-12,-62],[48,-35],[15,62],[35,-8],[86,44],[32,30],[91,49],[-4,43],[-29,31],[49,45],[36,13],[46,-22],[-14,-36],[45,-8],[37,8],[27,-48],[53,22],[24,-16],[-1,-54],[40,-97],[-4,-35],[-41,-31],[-58,0],[-36,-22],[-36,-58],[11,-72],[34,-42],[10,-32],[-11,-78],[24,-8],[9,70],[-32,110],[0,52],[17,25],[27,-12],[68,40],[46,-13],[27,-87],[-14,-31],[-9,-62],[5,-80],[22,-56],[45,-35],[5,-18],[108,-57],[18,-74],[18,-40],[32,-27],[14,-41],[40,1],[21,-17],[23,-66],[18,-21],[63,4],[0,26],[-54,-9],[-22,31],[-10,39],[-107,93],[-14,92],[-27,44],[-22,62],[-68,74],[59,66],[38,-9],[25,53],[77,36],[112,-5],[13,-13],[91,-31],[22,-18],[41,8],[21,-23],[24,15],[-194,75],[-23,27],[18,22],[47,-12],[21,91],[-4,39],[-18,31],[22,27],[72,0],[46,11],[44,-11],[23,22],[-154,-5],[-67,39],[-32,0],[-45,58],[-50,17],[-66,53],[-23,49],[-23,22],[0,34],[-31,66],[18,23],[-59,61],[-14,44],[50,57],[68,106],[14,49],[18,16],[35,-12],[32,4],[33,-33],[62,-6],[148,52],[86,84],[54,8],[67,-31],[86,-22],[90,0],[122,18],[9,-31],[-41,-39],[52,-3],[31,-20],[28,54],[-48,57],[-49,9],[-82,0],[-53,-9],[-91,0],[-72,31],[-49,57],[-22,13],[9,57],[-41,35],[-45,93],[-23,0],[-23,40],[73,56],[63,62],[31,40],[90,30],[-81,5],[-81,-40],[-45,40],[-41,74],[-76,70],[-9,47],[-40,11],[-14,62],[28,13],[85,94],[27,20],[40,8],[47,-12],[61,22],[24,18],[71,4],[81,26],[58,-4],[23,17],[27,-31],[45,14],[22,56],[46,27],[35,0],[36,39],[64,31],[81,-17],[85,4],[63,-9],[77,31],[117,71],[118,114],[62,92],[18,52],[36,31],[41,0],[98,-48],[100,-39],[27,-4],[26,-30],[55,8],[149,-76],[62,-57],[14,-34],[5,-76],[-10,-44],[14,-30],[-14,-31],[-35,-18],[-126,-8],[-64,-27],[-44,-44],[18,-53],[31,-39],[40,-18],[-4,-40],[-113,0],[-98,-56],[8,-9],[64,26],[40,31],[99,-8],[41,47],[-32,44],[-68,58],[27,44],[141,17],[85,23],[40,34],[14,44],[0,75],[50,27],[170,-5],[41,-13],[45,0],[122,-22],[134,-9],[59,40],[59,-27],[41,-4],[67,-35],[31,4],[27,-22],[50,-71],[9,-47],[-45,-44],[-108,-27],[-63,4],[-13,-8],[-114,-18],[-85,-27],[-36,-44],[-18,-47],[0,-49],[-22,-31],[-46,-18],[-44,-44],[-9,-74],[-32,-31],[-27,22],[-81,31],[-27,-48],[22,-31],[59,-27],[-17,-31],[-69,-17],[-31,-31],[26,-51],[23,64],[54,13],[37,40],[-10,27],[-67,57],[31,4],[55,-44],[40,5],[23,17],[44,97],[73,8],[49,-17],[32,-35],[-2,-42],[45,-57],[-25,-42],[-56,-124],[16,-12],[36,70],[0,17],[44,89],[-44,62],[4,83],[-27,26],[-32,62],[37,96],[27,22],[94,0],[45,18],[68,13],[44,22],[77,-4],[28,7],[13,-47],[27,-22],[41,-13],[18,-75],[35,-48],[45,-84],[0,-26],[41,-61],[-95,-13],[0,-27],[45,-13],[59,13],[18,-40],[45,36],[32,66],[-14,48],[-58,66],[31,35],[44,13],[0,31],[28,75],[22,12],[46,-34],[67,-31],[117,-44],[59,-57],[0,-27],[-63,-145],[-18,-57],[4,-65],[23,-44],[40,-40],[14,-31],[-18,-22],[-45,-9],[-14,13],[-41,133],[-35,25],[-50,-16],[-9,-40],[14,-40],[-2,-120],[-23,-48],[-43,-21],[-41,-40],[-13,-44],[45,-44],[27,-9],[59,22],[63,53],[67,-39],[0,-70],[23,-13],[0,83],[-23,31],[-54,35],[-44,-13],[-55,-58],[-50,-4],[-39,28],[17,38],[36,18],[50,53],[18,52],[0,145],[27,36],[18,-40],[13,-79],[31,-36],[32,-13],[41,4],[27,27],[18,39],[-14,31],[-54,71],[-9,52],[23,66],[59,110],[0,57],[-19,49],[-36,35],[-157,71],[-82,47],[-27,9],[-107,71],[-18,35],[1,67],[-24,60],[5,158],[29,42],[56,-4],[78,-41],[98,-84],[45,-47],[103,-84],[68,-40],[50,-40],[76,-49],[27,-8],[59,-58],[36,-65],[49,0],[86,-40],[31,-22],[90,-35],[45,-40],[41,-61],[27,26],[126,-39],[81,-49],[59,-17],[153,-93],[36,-34],[-18,-40],[9,-44],[50,44],[49,4],[77,-31],[139,-88],[-2,-35],[38,13],[45,0],[86,-43],[94,-62],[59,-57],[18,-49],[-13,-65],[31,-62],[32,-22],[18,-106],[22,9],[-17,70],[17,75],[49,0],[59,-26],[78,-50],[7,-22],[104,-39],[126,-87],[50,-26],[27,-27],[81,-49],[131,-100],[13,-4],[135,-93],[27,-27],[149,-96],[49,-46],[95,-73],[9,-79],[-18,-22],[41,-31],[80,40],[62,16],[51,-1],[50,-15],[32,-27],[51,-76],[43,-34],[9,-22],[53,-62],[152,-142],[56,-59],[82,-141],[8,-27],[-8,-38],[-64,-45],[-45,9],[-50,-31],[-4,-17],[-76,-84],[-41,-18],[-54,-56],[9,-18],[-45,-31],[-76,31],[-118,4],[-4,-88],[-23,-35],[9,-52],[-13,-75],[4,-71],[23,-74],[36,-62],[18,-75],[0,-78],[-59,-151],[-32,-35],[-44,-79],[-9,-35],[-27,-22],[-32,0],[-29,24],[-48,78],[-22,21],[-103,185],[-64,57],[-76,44],[-54,53],[-72,17],[27,-44],[-18,-22],[-100,31],[-58,0],[-58,-18],[-50,-31],[-50,-52],[-67,-101],[-27,-27],[-32,-8],[-63,4],[-85,26],[-95,-13],[-63,5],[-31,31],[-27,53],[0,25],[23,53],[-64,-44],[-59,18],[-81,8],[-53,36],[-81,99],[-12,-4],[57,-82],[63,-62],[94,-26],[45,0],[41,-35],[18,-53],[36,-39],[40,-22],[131,4],[27,-22],[44,-13],[64,-5],[72,27],[59,44],[53,97],[64,61],[49,26],[81,9],[32,-18],[36,-44],[72,-29],[76,-9],[41,-14],[45,-44],[63,-92],[27,-58],[49,-74],[18,-88],[-45,-79],[0,-53],[-53,-132],[6,-73],[-24,-10],[-9,-67],[27,-26],[45,-22],[-32,-34],[-176,0],[-31,-5],[-127,-44],[41,-22],[45,26],[64,5],[103,-102],[27,22],[86,-22],[31,-31],[19,-42],[-41,-38],[99,-3],[31,9],[-27,43],[74,99],[-11,38],[28,40],[-5,56],[0,129],[14,17],[71,9],[21,-17],[-22,-70],[51,21],[-14,62],[-45,52],[68,53],[63,79],[81,62],[49,25],[46,-4],[54,-43],[22,-69],[36,-50],[-27,-44],[22,-14],[32,36],[32,8],[13,40],[-40,0],[-33,24],[-4,56],[-67,60],[-86,45],[-27,35],[9,71],[18,39],[59,66],[-54,-5],[-18,22],[9,53],[9,132],[36,88],[-18,13],[9,45],[41,91],[0,31],[53,158],[7,70],[43,36],[77,22],[63,31],[58,65],[77,62],[50,49],[67,40],[81,17],[82,5],[107,-31],[41,-27],[59,-22],[58,-44],[95,-87],[99,-102],[49,-57],[127,-172],[31,-22],[14,-42],[58,-45],[0,-18],[45,-44],[14,-31],[174,-190],[60,-74],[103,-100],[0,-18],[154,-137],[22,-4],[162,-110],[62,-60],[112,-55],[131,-97],[42,-16],[54,-53],[130,-71],[42,-52],[28,43],[85,-12],[61,-18],[32,0],[81,-26],[86,-49],[81,-62],[27,-13],[135,-131],[22,-18],[68,-88],[14,-30],[72,-80],[14,-57],[-18,-92],[-68,-132],[-27,-27],[-27,18],[-14,31],[-9,61],[-40,49],[-81,-4],[-68,-58],[0,-22],[-59,-79],[59,-27],[-23,58],[28,35],[76,70],[59,5],[31,-31],[4,-53],[19,-44],[45,-31],[-9,-17],[0,-70],[22,-58],[0,-39],[-31,-88],[-5,-75],[18,-49],[-31,-32],[-50,1],[-77,26],[-71,10],[-14,13],[-9,75],[-45,31],[-36,-31],[-13,-39],[-64,0],[-9,-23],[73,0],[27,27],[9,31],[35,-5],[9,-70],[32,-27],[63,-9],[112,-26],[46,17],[54,49],[5,-31],[-14,-52],[-32,-39],[17,-34],[4,-111],[33,-53],[23,17],[14,39],[27,27],[74,-7],[14,-43],[6,-95],[-14,-136],[-40,-53],[-45,-18],[-63,14],[-72,53],[-23,4],[-88,61],[-6,-13],[45,-40],[54,-26],[63,-44],[40,-71],[115,-14],[33,-64],[55,34],[-22,18],[-37,1],[-36,30],[0,22],[27,35],[23,53],[18,74],[5,89],[-9,70],[9,35],[-28,62],[-40,66],[-15,44],[1,43],[23,40],[68,-18],[76,22],[23,-9],[53,-78],[5,43],[-50,53],[-62,18],[-59,4],[-18,27],[4,44],[-13,17],[4,123],[14,102],[-5,105],[-18,57],[0,66],[-13,22],[9,35],[-18,57],[-18,89],[-14,22],[-1,52],[33,4],[95,-35],[20,-19],[115,-69],[36,-35],[95,-62],[57,-56],[46,-31],[81,-97],[-9,-58],[18,-43],[23,-17],[53,43],[68,-26],[50,-40],[22,-4],[131,-79],[261,-123],[23,0],[45,-27],[31,-4],[27,-22],[176,-75],[85,-52],[73,-62],[107,-84],[55,-31],[27,-26],[50,-83],[71,-75],[23,-53],[72,-110],[-72,-26],[-41,0],[-67,-71],[-18,-43],[-59,-75],[-36,-9],[-36,9],[-26,-22],[-73,-13],[-118,0],[-89,48],[-9,31],[4,53],[-40,48],[-50,-5],[-58,-22],[-27,35],[0,76],[-36,35],[-55,4],[-121,-1],[-31,45],[-32,-22],[63,-39],[121,0],[28,8],[31,-30],[-9,-76],[64,-60],[44,0],[50,12],[27,-65],[9,-45],[41,-41],[13,-34],[-15,-26],[-57,-52],[-55,-18],[-22,-26],[-85,-58],[-23,0],[-41,-48],[5,-57],[-23,-26],[-54,0],[-40,31],[-29,36],[-61,11],[-32,-26],[-18,-48],[-41,-13],[-12,49],[-55,29],[-86,-34],[-54,65],[5,-48],[63,-35],[72,35],[28,-39],[48,-49],[23,5],[30,32],[11,40],[21,17],[38,-2],[67,-65],[58,-18],[36,18],[64,70],[50,-44],[85,5],[54,-31],[72,-31],[54,-4],[49,-27],[32,31],[54,-62],[41,44],[53,-17],[109,4],[54,9],[121,44],[19,18],[-5,44],[23,30],[76,-13],[22,-13],[82,-8],[81,16],[67,-16],[82,-31],[95,6],[44,-24],[9,44],[54,74],[90,35],[112,3],[105,24],[39,18],[40,-6],[-8,50],[-71,-44],[-95,-22],[-112,-9],[-37,13],[-72,-40],[-72,-66],[-31,-17],[-41,0],[-27,20],[-81,6],[-120,42],[-24,-20],[-32,26],[5,102],[37,84],[-87,127],[13,40],[-4,118],[-44,94],[-23,12],[22,87],[22,36],[91,-13],[85,0],[45,-9],[44,-22],[-1,-20],[61,-3],[67,-22],[50,-26],[50,-12],[27,-27],[86,-30],[85,-14],[58,-27],[46,-31],[89,-22],[151,-72],[154,-42],[118,-27],[77,-1],[103,-25],[95,0],[23,-14],[103,-20],[114,-5],[73,6],[196,23],[31,10],[90,8],[68,19],[261,116],[44,44],[23,89],[-12,24],[12,92],[36,49],[48,85],[114,21],[119,27],[112,12],[102,32],[12,33],[73,62],[45,5],[65,39],[105,-17],[53,4],[51,-41],[57,-15],[43,-27],[63,-25],[162,-82],[99,-44],[106,-19],[89,-62],[40,-42],[36,-2],[125,-100],[16,-42],[63,-60],[13,-25],[35,-19],[61,-53],[25,-60],[57,-65],[57,-35],[43,-54],[34,-29],[57,-72],[3,-29],[27,-17],[15,-33],[-9,-22],[32,-53],[24,-3],[19,-40],[-23,-39],[48,-67],[23,5],[4,-52],[28,-40],[64,-74],[1,-25],[-25,-64],[32,-79],[-27,-57],[20,-52],[4,-56],[24,-34],[-4,-33],[19,-30],[18,-76],[23,-22],[12,-48],[-1,-109],[33,-48],[0,-46],[-44,-124],[4,-43],[-36,-66],[-36,-41],[-30,-69],[-7,-86],[22,-55],[-7,-25],[-36,-42],[-96,-42],[-33,-106],[13,-69],[77,-141],[34,-20],[9,-39],[-41,-20],[-19,-46],[47,-50],[28,-1],[30,43],[32,26],[54,-9],[17,13],[50,-30],[13,-31],[14,-88],[18,-22],[0,-83],[-50,-62],[-18,5],[-67,57],[40,96],[-52,-56],[-4,-29],[30,-49],[58,-54],[3,-69],[-21,-42],[15,-63],[-35,-28],[5,-18],[52,0],[8,-40],[-107,-91],[-49,-75],[-54,-58],[-69,-42],[-31,-43],[-42,-9],[-10,-18],[3,-52],[17,-39],[-55,-73],[-58,-39],[8,-32],[-62,-45],[-17,-53],[-26,-45],[-37,-43],[-96,-85],[-6,-23],[-45,-32],[-24,-30],[-70,-18],[-15,-26],[-13,-79],[-78,-23],[-177,-127],[-144,-133],[-53,-17],[-87,-58],[-75,-60],[-43,-44],[-67,-53],[-31,-8],[-114,-68],[-70,-20],[-42,0],[-69,-28],[-72,-20],[-39,0],[-122,-51],[-41,-32],[-30,0],[-78,-32],[-146,-77],[-67,-21],[-76,-15],[-104,-40],[-86,-56],[-107,-43],[-83,-22],[-42,-3],[-72,-27],[-140,-36],[-114,-10],[-123,-42],[-190,-105],[-78,2],[-44,22],[-59,-18],[-124,-16],[-180,-67],[-112,-1],[-37,-13],[-46,6],[-86,-8],[-71,-31],[-194,-56],[-49,-9],[-32,-18],[-50,5],[-67,-18],[-36,0],[-63,-18],[-95,-39],[-17,4],[-141,-49],[-71,-8],[-72,-18],[-23,-13],[-68,0],[-50,-9],[-58,-21],[-67,-35],[-68,-49],[-99,-31],[-18,0],[-90,-49],[-81,-17],[-81,-43],[-112,-89],[-50,-31],[-104,-105],[-224,-212],[-41,-30],[-52,41],[-43,3],[-36,-26],[-153,8],[-78,-8],[-86,-25],[-54,-2],[-62,-18],[-63,-27],[-76,-59],[-78,7],[-120,-36],[-158,-71],[-27,-27],[-41,-12],[-65,-49],[-92,-48],[-30,-37],[-72,-25],[-1,-39],[-31,-20],[-32,4],[-60,-35],[-17,-27],[-40,-11],[-38,-34],[-29,4],[-31,-49],[-42,-26],[-66,2],[-17,-32],[-96,-37],[-38,-1],[-25,34],[-35,9],[-23,-13],[-44,-51],[-44,-1],[-18,40],[-26,24],[-31,-51],[-77,-28],[-32,40],[-13,58],[-16,9],[-138,-47],[-64,0],[-68,26],[10,-31],[-28,-28],[-64,-11],[-81,8],[-35,20],[-22,-78],[-67,-5],[-91,-64],[41,-56],[-21,-23],[-55,-5],[-35,36],[-33,-28],[-46,-19],[-54,25],[-9,61],[-22,17],[-31,-4],[-40,-80],[-32,3],[-50,-41],[-37,4],[-20,29],[34,86],[-35,28],[-21,-39],[-26,14],[-48,-29],[-43,18],[-16,36],[-47,-19],[-64,35],[-38,-31],[-44,38],[-77,52],[-68,23],[-57,-5],[-44,-33],[-34,10],[-82,-27],[-70,108],[-34,11],[-64,-41],[-50,17],[-78,69],[-5,30],[-35,85],[-28,-26],[41,-44],[5,-45],[-27,-47],[-51,10],[-44,28],[-38,50],[-66,40],[-31,-33],[-13,-44],[-2,-52],[-23,-23],[-56,54],[-67,15],[-42,60],[-29,17],[-54,-16],[-53,50],[-24,-13],[-26,-41],[-17,-50],[-20,-25],[-47,-14],[-17,-29],[-3,-53],[-47,-18],[-45,-54],[-26,-18],[-74,-115],[-29,-22],[-17,-42],[-24,17],[-54,2],[12,-38],[-66,-46],[-45,-47],[-63,19],[-101,-9],[-43,16],[-96,-20],[-37,44],[-9,65],[40,60],[-27,23],[-27,-86],[5,-42],[-18,-46],[-60,-26],[-40,-4],[-94,10],[-30,-6],[-41,20],[-37,1],[-36,-16],[-39,29],[2,56],[-28,-7],[-16,44],[23,41],[-110,118],[-35,65],[-36,38],[-97,51],[-37,60],[14,40],[35,17],[36,35],[13,40],[-12,34],[79,191],[32,43],[-11,11],[-64,-76],[-30,-60],[-29,-77],[-23,-35],[-40,-30],[-38,-7],[-26,33],[33,17],[12,26],[-25,25],[19,27],[27,-4],[29,102],[0,62],[-23,21],[-59,26],[2,28],[67,-7],[-14,98],[-86,100],[-28,14],[-38,-12],[-64,83],[-37,-27],[-13,14],[9,48],[-40,31],[-36,-4],[-36,43],[-45,-12],[-46,16],[-71,-4],[-27,13],[-73,66],[-4,31],[-23,22],[-50,0],[-17,-17],[-63,31],[-73,-9],[-40,26],[-54,18],[-40,43],[-64,5],[-54,33],[36,-77],[-9,-35],[-27,-18],[-53,-8],[-82,39],[-49,-17],[-59,0],[-17,17],[-77,-13],[-36,9],[-19,-18],[-80,18],[-59,-5],[-27,18],[-63,-18],[-23,54],[-67,-14],[-27,9],[-91,-26],[-36,-22],[-48,-49],[-23,-40],[-41,-9],[14,-44],[-45,-56],[-28,-13],[-4,-27],[29,-70],[-27,-35],[-63,-6],[6,-46],[-45,-56],[4,-25],[32,-9],[53,-52],[-29,-47],[-52,-17],[15,-33],[-17,-44],[16,-43],[-2,-29],[-83,-40],[-30,-54],[1,-75],[-39,-8],[-64,25],[-55,2],[-55,19],[57,33],[19,72],[-10,17],[-52,21],[5,46],[-15,71],[24,35],[-35,39],[1,49],[-34,9],[-1,-44],[-23,-45],[-32,-25],[-7,-117],[5,-41],[-41,-80],[21,-26],[-32,-26],[-43,20],[-61,-4],[-78,21],[-17,29],[-56,-10],[-28,26],[-77,13],[-29,70],[-62,-42],[-39,18],[-14,-34],[-39,15],[-52,-7],[-24,16],[-23,39],[-57,22],[-29,35],[-25,-13],[-25,-40],[33,-7],[26,-44],[-50,-17],[0,-50],[-39,-1],[-19,-47],[-79,29],[-23,-52],[-25,3],[-19,-31],[-107,-23],[-54,53],[-22,-9],[-88,-106],[-13,-33],[4,-41],[-25,-37],[-54,4],[-39,15],[-32,-20],[1,-31],[-39,-28],[-42,-62],[-12,-40],[-61,-33],[-35,-44],[3,-33],[22,-39],[30,-12],[36,11],[-2,-45],[43,16],[53,6],[16,-25],[-46,-55],[-99,-28],[-23,-33],[-80,-23],[-6,-29],[-69,-21],[-28,-76],[-32,31],[13,60],[-17,6],[-75,-26],[-53,-29],[-10,-33],[21,-37],[26,-11],[-58,-146],[-2,-27],[-29,-25],[-20,-61],[-21,-26],[0,-33],[19,-53],[-39,-48],[-30,-13],[-57,50],[15,77],[-37,22],[-34,-6],[-16,-34],[-77,-25],[-29,-40],[-42,20],[-67,-18],[-35,-29],[-81,-1],[-23,-13],[-12,-82],[54,-92],[32,-41],[52,-21],[2,-22],[-36,-72],[12,-88],[40,-43],[-21,-10],[7,-54],[-29,-64],[11,-16],[141,7],[47,-24],[48,-2],[40,-27],[38,1],[43,52],[77,-13],[63,0],[63,-22],[18,-22],[-32,-36],[0,-44],[27,-43],[5,-53],[18,-18],[50,-99],[56,-38],[30,-36],[129,-51],[37,-40],[32,-4],[26,-74],[80,-137],[10,-132],[40,-105],[-17,-30],[4,-75],[-36,-115],[-36,-36],[14,-26],[50,-50],[61,-30],[19,-25],[-3,-64],[48,-96],[46,-44],[55,-93],[41,-17],[-7,-28],[-42,23],[-24,-45],[-48,-11],[15,-38],[32,1],[42,29],[18,-15],[3,-39],[65,-12],[40,-28],[115,-20],[15,-56],[-43,-28],[-38,-89],[4,-45],[50,-59],[27,-12],[33,7],[44,-38],[48,12],[41,-42],[49,-2],[45,-49],[12,-83],[42,3],[-20,-41],[43,8],[84,-7],[25,14],[31,-49],[-24,-31],[-3,-46],[20,-39],[3,-58],[68,-22],[29,-35],[-11,-82],[34,-54],[15,-63],[43,-1],[23,-39],[55,-8],[149,45],[85,0],[23,-22],[81,-44],[108,-1],[43,-24],[19,-65],[-9,-55],[-22,-62],[-41,-44],[23,-22],[14,-57],[36,-57],[5,-45],[29,11],[92,-23],[56,23],[70,3],[112,-35],[46,-27],[81,14],[90,4],[77,18],[22,22],[99,44],[72,0],[63,-26],[67,-14],[65,-36],[28,-47],[1,-63],[-25,-48],[-6,-49],[6,-62],[34,-31],[50,-71],[95,-81],[14,-31],[38,-15],[7,-38],[23,-21],[4,-31],[39,-13],[6,53],[23,17],[42,-10],[57,-48],[58,-89],[37,-77],[-32,-31],[85,-26],[37,70],[44,31],[50,83],[0,31],[18,74],[27,45],[32,30],[67,23],[182,-2],[21,-16],[5,-77],[81,-72],[84,-9],[91,-84],[14,-26],[40,-36],[14,-32],[59,-65],[61,-93],[109,25],[72,65],[27,0],[68,-67],[50,-9],[27,-26],[58,-92],[-41,-128],[0,-39],[-31,-35],[-4,-40],[-86,-140],[-13,-43],[8,-67],[-24,-39],[-127,-61],[-60,-1],[-73,78],[-80,14],[-77,39],[-45,-53],[-63,-13],[-56,46],[-2,-55],[10,-60],[39,0],[52,-57],[65,-14],[27,-27],[45,-75],[63,-30],[121,-34],[52,10],[57,-12],[49,-61],[54,-97],[40,-30],[68,-84],[23,-70],[18,-18],[9,-90],[0,-64],[-26,-171],[8,-62],[32,-79],[78,-128],[101,-134],[-41,86],[-82,136],[-33,69],[-25,104],[11,131],[31,123],[32,9],[120,-28],[55,11],[17,18],[-23,40],[11,33],[44,52],[22,65],[39,56],[52,59],[122,125],[19,43],[57,53],[28,53],[63,75],[95,22],[71,0],[50,-17],[58,0],[82,-22],[68,0],[73,-11],[14,-62],[29,37],[69,16],[48,-20],[11,-59],[68,20],[106,-5],[24,-25],[-46,-16],[19,-31],[29,18],[65,-18],[42,4],[26,-67],[-46,-45],[-115,-23],[-178,-131],[-31,-68],[-4,-50],[51,-2],[71,-29],[76,4],[-9,30],[-38,38],[0,28],[43,59],[53,-3],[105,-43],[38,-65],[-11,-79],[12,-15],[89,7],[-13,64],[0,49],[-27,26],[41,36],[27,-5],[-4,-66],[40,-17],[54,-89],[54,-43],[85,-15],[10,-34],[-23,-17],[77,-36],[22,-33],[4,-50],[16,-28],[-20,-33],[45,-16],[25,-65],[-46,-60],[-70,-50],[-39,-16],[66,-45],[28,14],[44,47],[87,-13],[24,39],[52,-24],[91,-81],[18,-29],[26,-88],[-49,-78],[-41,-15],[-54,-74],[-43,-20],[-49,-51],[-11,-57],[-33,5],[-26,-40],[-65,-61],[-7,-36],[9,-44],[-36,-95],[-39,-28],[-44,-17],[-59,-4],[-87,48],[-1,33],[-30,60],[3,72],[20,93],[-14,65],[-59,-37],[-67,35],[-19,38],[-15,84],[-38,100],[19,26],[-27,21],[-19,-34],[-5,-115],[-23,-81],[-42,-31],[-71,5],[-27,-9],[-107,36],[-12,-37],[43,-52],[13,-35],[45,-31],[24,0],[83,-46],[55,-72],[47,-32],[39,-72],[46,-66],[-10,-30],[-28,-15],[-70,-2],[-27,-17],[-58,-85],[-17,-39],[-37,-26],[-15,-29],[-86,-52],[-59,-2],[8,-44],[-19,-31],[-78,-41],[-16,-26],[-55,-30],[-70,-14],[-54,23],[-31,58],[7,50],[22,14],[0,54],[-40,-36],[-59,-29],[-32,-82],[17,-140],[30,-42],[13,-40],[47,-84],[-4,-49],[-118,-20],[-61,18],[-42,-5],[-96,17],[-54,-1],[-47,-23],[-49,12],[-62,29],[-51,7],[-100,24],[-28,52],[-73,51],[-69,-10],[-125,-1],[-105,-9],[-138,-42],[-39,-6],[-126,-39],[-19,-13],[-131,-36],[-94,-35],[-81,-47],[-9,-28],[-183,0],[-83,-12],[-33,-13],[-52,-44],[-41,-55],[-1,-21],[32,-32],[-23,-31],[-41,2],[-77,-63],[-24,-37],[-32,10],[-13,47],[-44,26],[-65,-1],[-69,-20],[-37,19],[-117,19],[-4,32],[-38,28],[-56,141],[-95,36],[-121,4],[-66,-9],[-38,-30],[-108,-53],[-34,-3],[-64,39],[-31,31],[-27,83],[-23,48],[-41,40],[-13,61],[-64,53],[-66,22],[-55,0],[-130,93],[-72,35],[-32,30],[-72,40],[-40,128],[-32,61],[-50,66],[-54,31],[-36,31],[-41,18],[-76,-18],[-36,-49],[14,-13],[63,53],[49,5],[63,-45],[50,-48],[50,-74],[18,-44],[13,-89],[36,-74],[54,-53],[22,-48],[5,-80],[32,-65],[59,-58],[80,-17],[81,35],[59,-4],[31,-31],[23,-89],[-5,-38],[-32,-67],[-8,-57],[-36,-35],[-67,-35],[-67,-67],[-15,-43],[-115,-31],[-88,-4],[-29,19],[-8,36],[-48,-24],[-95,17],[-49,-21],[-58,-10],[-93,-5],[-30,-10],[-61,2],[-42,-12],[-78,-2],[-73,-18],[-58,-29],[-63,-8],[-62,7],[-39,-15],[-42,1],[-80,-18],[-25,-29],[-63,-32],[-30,-4],[-113,-35],[-35,-26],[-41,-13],[-134,-95],[-23,-71],[35,-29],[35,-49],[-27,-16],[-53,25],[-83,-1],[-25,34],[-58,-12],[-138,-40],[-34,11],[-89,-41],[-22,18],[-76,-6],[-40,-11],[-85,70],[-32,8],[-34,34],[-17,70],[26,30],[50,9],[116,-27],[105,2],[31,16],[27,-4],[23,35],[-24,73],[-33,29],[-56,31],[22,122],[5,53],[-41,58],[-76,21],[-58,-25],[112,0],[27,-15],[18,-56],[-21,-51],[-10,-57],[6,-69],[58,-85],[3,-42],[-32,-13],[-45,8],[-67,31],[-104,-8],[-50,-18],[-30,-26],[-21,-96],[-69,-15],[-56,5],[-110,-39],[-26,-27],[2,-28],[-52,4],[-34,-11],[-77,-5],[-157,-25],[-40,-13],[-99,-18],[-217,-78],[-78,-35],[-74,-50],[-18,-4],[-91,-70],[-41,-14],[-35,-35],[-163,-105],[-58,-58],[-72,-57],[-68,-17],[-36,-23],[-202,-42],[-68,-27],[-81,-18],[-104,-62],[-31,0],[-68,-37],[-153,-64],[-72,-9],[-54,-30],[-36,-40],[-32,-4],[-110,-43],[-42,-36],[-160,-72],[-67,29],[-37,6],[-56,-24],[-28,11],[-45,-7],[-56,4],[-48,39],[-48,17],[-49,34],[-38,100],[-59,33],[-61,22],[-79,10],[-98,60],[-30,-16],[-61,21],[-101,4],[-19,27],[-71,39],[-91,13],[-109,-26],[-159,-91],[-67,-31],[-66,-13],[-42,9],[-18,38],[-38,20],[-93,-28],[-16,-29],[-36,0],[-119,62],[-61,68],[34,27],[-8,58],[-31,20],[-30,-1],[-18,52],[-75,42],[41,20],[31,45],[-5,17],[-47,33],[-15,51],[-58,114],[-57,-13],[-47,-46],[-58,21],[27,30],[18,53],[-12,29],[54,16],[7,26],[-53,33],[-38,40],[-21,-1],[-88,42],[-82,57],[-46,15],[-20,37],[-47,36],[3,36],[-132,59],[-73,5],[-98,-38],[-60,23],[-17,24],[-37,88],[11,71],[-10,23],[-45,26],[-41,54],[-28,114],[-2,54],[-30,50],[-13,79],[15,25],[90,30],[37,48],[6,35],[-34,73],[-49,74],[-102,67],[-18,-13],[75,-45],[49,-60],[35,-70],[11,-64],[-23,-24],[-73,-6],[-38,-14],[-27,-56],[-28,-8],[-155,47],[-50,5],[-108,-12],[-136,3],[-46,-30],[-22,0],[-30,44],[-15,68],[2,64],[-20,109],[-18,-18],[23,-87],[-29,-72],[27,-80],[15,-28],[50,-25],[166,15],[171,-4],[81,-17],[94,-36],[59,-47],[0,-55],[-14,-16],[-70,-39],[-103,-33],[-79,3],[-69,17],[-69,30],[-123,19],[-102,31],[-104,113],[-19,51],[-22,27],[-17,52],[-27,24],[-10,33],[45,95],[-23,-5],[-35,-84],[-45,-8],[-94,29],[-27,33],[-6,70],[-5,174],[-14,84],[-22,57],[-31,52],[-44,47],[-24,43],[-50,51],[-64,24],[-29,-27],[-36,17],[-9,40],[-41,92],[-14,53],[7,76],[-16,66],[-47,88],[-2,-58],[29,-38],[11,-58],[-9,-89],[36,-79],[5,-48],[18,-40],[45,-36],[32,0],[73,-22],[102,-145],[38,-77],[18,-139],[-6,-78],[4,-45],[-32,-37],[-98,-30],[-119,8],[-39,34],[-40,57],[-3,55],[13,34],[-73,117],[4,28],[36,47],[0,44],[-59,74],[-18,-12],[49,-57],[5,-49],[-40,-44],[-2,-45],[-32,-28],[-52,16],[-30,39],[-68,5],[-78,18],[-39,24],[-97,97],[-20,13],[-25,45],[-46,56],[-52,37],[-43,6],[5,40],[27,33],[40,20],[9,52],[39,51],[22,67],[-2,52],[-41,80],[-20,83],[-31,-16],[-44,26],[-24,29],[-124,77],[-87,11],[-73,-18],[-40,-17],[-24,33],[54,72],[42,43],[-30,12],[-20,-25],[-71,-52],[-6,-61],[-34,-70],[9,-63],[-65,-47],[-61,19],[-42,-13],[-43,27],[-52,-19],[-50,-66],[-43,-19],[-42,-66],[-34,-30],[-32,1],[-33,35],[-49,178],[-44,23],[-52,-40],[-30,23],[0,44],[13,39],[45,70],[-22,49],[-54,22],[-67,49],[12,-45],[91,-35],[18,-44],[-59,-87],[1,-96],[31,-27],[46,17],[31,34],[21,-17],[-6,-32],[7,-51],[-15,-22],[-50,11],[-107,-37],[-17,-49],[4,-36],[-35,-5],[-55,59],[-32,4],[-13,31],[36,92],[0,40],[-32,61],[14,39],[-41,62],[-9,84],[-41,44],[-62,43],[-31,67],[4,17],[45,45],[-13,13],[-55,-53],[9,-49],[50,-74],[44,-26],[32,-36],[0,-84],[50,-53],[-41,-56],[54,-53],[0,-31],[-31,-80],[-23,-16],[41,-44],[27,0],[46,-57],[52,-22],[27,3],[100,-13],[104,-25],[137,-54],[11,-32],[-49,-42],[-130,-22],[-59,3],[-59,-10],[-116,39],[-96,104],[-123,57],[-25,22],[23,44],[103,92],[18,48],[-27,31],[-76,27],[4,-31],[58,-9],[14,-48],[-49,-36],[-54,-52],[-46,-69],[-53,19],[-1,-25],[79,-33],[101,-76],[17,-31],[-17,-36],[8,-70],[-16,-30],[-54,-51],[-39,-11],[-24,28],[-17,63],[-52,44],[-27,9],[-114,3],[-16,17],[5,157],[-68,30],[-27,-13],[-58,-53],[53,9],[36,27],[36,-5],[5,-118],[-6,-61],[42,-18],[92,3],[63,-33],[43,-115],[-27,-31],[-50,35],[-94,87],[14,-39],[103,-97],[-53,-45],[-37,-43],[-9,-26],[19,-70],[57,-44],[-27,-40],[-3,-53],[-132,-4],[-112,-61],[-45,9],[-18,17],[-59,21],[-32,-21],[-13,-31],[13,-35],[-13,-44],[-23,0],[-35,53],[-9,35],[-32,43],[-27,9],[-54,-22],[-14,31],[68,71],[-31,48],[-30,27],[-25,-5],[-107,-211],[-41,-13],[0,31],[22,26],[0,75],[-22,-9],[4,-58],[-18,-13],[-31,35],[-23,-17],[-5,-34],[73,-62],[22,0],[37,35],[27,56],[40,62],[22,67],[27,8],[14,-57],[-45,-53],[-5,-40],[23,-16],[81,16],[23,-16],[27,-85],[32,-30],[44,-9],[27,48],[-13,36],[13,40],[27,4],[64,-35],[49,-9],[40,17],[54,39],[123,0],[30,9],[14,62],[32,44],[0,31],[-58,26],[-32,52],[9,23],[115,89],[150,52],[52,30],[55,16],[33,-15],[11,-47],[-6,-44],[23,-90],[71,-86],[-18,-41],[-99,26],[-20,-33],[30,-57],[15,-3],[70,-140],[-23,-27],[-4,-39],[-32,-18],[-36,22],[-18,-17],[68,-27],[35,31],[5,26],[40,39],[55,-1],[36,-24],[35,60],[27,25],[59,76],[29,3],[28,-56],[46,-29],[7,-36],[69,-96],[10,-40],[-8,-68],[-6,-124],[-20,-71],[-21,-99],[-25,-60],[-10,-66],[0,-56],[14,-54],[-41,-69],[-52,-26],[-44,6],[-46,37],[-46,77],[-36,82],[-18,86],[-71,63],[-22,33],[-64,-28],[-28,30],[-5,53],[-36,118],[4,-101],[30,-93],[-87,-74],[-33,6],[-39,54],[-23,76],[-60,90],[-20,-20],[27,-32],[28,-54],[32,-97],[62,-47],[51,13],[91,41],[62,-9],[28,-23],[-3,-28],[-51,-2],[-75,-18],[-90,-36],[-107,-6],[-106,37],[-39,-9],[-31,-22],[-30,-64],[-28,-21],[-50,4],[-55,65],[-46,141],[-41,40],[-45,9],[-18,18],[4,48],[27,27],[-18,25],[-45,5],[-41,-18],[-53,9],[-5,-21],[63,-5],[54,13],[5,-26],[-27,-53],[27,-31],[63,-18],[45,-61],[-4,-22],[-79,-5],[-27,-47],[-60,-48],[-45,-85],[12,-70],[-42,-63],[-16,-52],[42,-53],[15,-49],[-7,-57],[7,-46],[18,-38],[37,-42],[41,-19],[13,-72],[-11,-69],[45,-51],[70,-52],[14,-36],[-44,-26],[-104,-77],[-72,-66],[-56,-59],[-62,-35],[-38,9],[-109,70],[-63,47],[-97,56],[-49,14],[-137,-20],[-51,45],[-87,120],[-76,88],[-19,-52],[-80,-79],[-41,-17],[-50,4],[-41,79],[-26,-5],[40,-78],[36,-22],[68,4],[23,13],[85,88],[52,-33],[61,-90],[65,-68],[50,-39],[-8,-113],[-18,-13],[-85,0],[-86,26],[-58,45],[-31,-5],[-23,-26],[0,-31],[45,-62],[-18,-18],[-140,-43],[-14,17],[5,75],[-36,53],[-49,9],[0,-31],[45,-27],[17,-92],[23,-22],[95,18],[63,21],[31,35],[-31,49],[-9,44],[45,9],[45,-44],[50,-22],[112,-5],[49,36],[-4,48],[27,56],[62,22],[59,1],[31,-11],[185,-151],[20,-33],[-19,-34],[14,-47],[31,-67],[22,-26],[-27,-62],[-4,-87],[13,-84],[-76,-44],[-86,-31],[-45,-5],[-27,14],[-31,39],[-63,128],[-14,48],[-36,35],[-41,14],[-48,-54],[-27,-4],[-50,35],[-77,40],[-63,-62],[-85,0],[-46,-13],[-36,-52],[18,-40],[36,-44],[14,13],[-45,71],[18,35],[41,9],[85,0],[36,8],[31,53],[41,-18],[45,-39],[64,-13],[53,48],[32,-9],[18,-26],[27,-74],[45,-89],[41,-53],[39,-16],[55,0],[86,22],[91,37],[45,-23],[7,-21],[-35,-61],[1,-60],[13,-37],[-20,-16],[-135,70],[-130,45],[-110,50],[-75,-2],[-45,-35],[-49,52],[-67,26],[4,-35],[50,-3],[40,-49],[22,-13],[60,33],[54,-3],[70,-14],[53,-38],[127,-50],[54,-55],[63,-39],[55,-45],[18,-51],[-24,-36],[-16,-68],[-23,-12],[-18,-40],[5,-26],[-36,-40],[18,-13],[-41,-102],[-49,-29],[-98,16],[-214,116],[-43,15],[-80,-7],[-80,-17],[-66,15],[-154,125],[-77,37],[-69,-13],[-45,-27],[-71,-68],[-38,15],[-42,65],[-56,58],[-70,58],[-82,53],[-77,57],[-52,70],[-28,17],[-46,61],[-58,119],[-65,72],[-57,81],[15,46],[92,33],[2,46],[-11,32],[-84,126],[-48,51],[-63,46],[-217,121],[-210,126],[-69,31],[-107,66],[-87,87],[-15,36],[-12,108],[-29,68],[-55,30],[-39,8],[-231,4],[-86,15],[-46,19],[-266,157],[-194,118],[-244,178],[-193,178],[-221,188],[-92,95],[-105,132],[-68,55],[-99,51],[-59,68],[-20,40],[-30,28],[-69,-22],[-245,-140],[-141,-42],[-66,-28],[-46,-45],[-16,-74],[13,-98],[-28,-44],[-54,-45],[-76,-42],[-47,2],[-98,66],[-56,8],[-59,-19],[-144,-93],[-83,-20],[-36,10],[-360,117],[-108,41],[-71,2],[-93,-27],[-90,-48],[-200,-91],[-102,-27],[-70,2],[-161,31],[-334,54],[-120,24],[-159,38],[-141,54],[-75,-6],[-81,-32],[-74,-62],[-33,-45],[-35,-66],[-27,-83],[-35,-77],[-31,-25],[-75,-31],[-53,8],[-49,24],[-38,48],[-30,70],[-18,93],[-33,66],[-74,54],[-118,-15],[-363,-25],[-89,1],[-100,27],[-55,35],[-80,112],[-56,60],[-31,22],[-61,17],[-132,-9],[-101,5],[-35,9],[-96,51],[-82,67],[-53,32],[-77,-7],[-85,-41],[-382,-317],[-77,-56],[-63,-34],[-50,-16],[-147,-15],[-49,-13],[-252,-100],[-87,-10],[-51,10],[-207,206],[-78,52],[-52,19],[-59,-20],[-114,-67],[-55,-15],[-75,-1],[-55,35],[-36,41],[-64,135],[-87,121],[-113,133],[-51,52],[-166,145],[-37,29],[-50,13],[-87,-23],[-28,-59],[-42,-163],[-31,-104],[-26,-56],[-66,-92],[-85,-60],[-60,-32],[-93,-61],[-103,-49],[-54,-16],[-70,-5],[-146,3],[-200,18],[-63,19],[-43,24],[-115,82],[-63,5],[-79,-47],[-91,-81],[-67,-38],[-49,-15],[-259,-43],[-103,-7],[-48,10],[-49,31],[-21,28],[-28,73],[-40,303],[-43,104],[-64,71],[-31,17],[-78,7],[-121,4],[-89,31],[-69,45],[-37,39],[-87,174],[-21,63],[-48,102],[-30,36],[-46,-4],[-41,-84],[-25,-97],[-49,-64],[-79,-65],[-54,-37],[-149,-78],[-47,-42],[-35,-48],[-61,-149],[-29,-101],[9,-84],[37,-102],[58,-111],[17,-98],[-31,-58],[-52,-32],[-77,-23],[-115,-19],[-168,-9],[-99,15],[-30,15],[-88,74],[-66,61],[-33,21],[-42,-4],[-39,-35],[-35,-83],[-75,-275],[-29,-63],[-29,-39],[-48,-37],[-98,-51],[-232,-80],[-59,-15],[-100,-1],[-101,53],[-44,72],[-19,99],[-6,167],[-8,107],[-30,75],[-26,31],[-53,26],[-90,20],[-95,40],[-45,58],[-76,179],[-60,110],[-56,41],[-58,12],[-83,6],[-61,20],[-29,23],[-80,115],[-57,56],[-121,80],[-129,77],[-96,35],[-92,8],[-94,-13],[-108,-32],[-128,-55],[-242,-133],[-79,-21],[-193,16],[-43,-5],[-135,-57],[-108,-60],[-80,-15],[-78,2],[-60,29],[-114,110],[-84,52],[-53,12],[-102,12],[-137,22],[-140,17],[-52,1],[-103,-12],[-69,-27],[-47,-8],[-94,10],[-67,27],[-362,111],[-88,13],[-45,-3],[-37,-18],[-46,-54],[-23,-82],[2,-100],[-5,-74],[-17,-115],[-39,-104],[-52,-95],[-43,-44],[-89,-50],[-44,-14],[-129,-28],[-58,-6],[-202,-3],[-66,-13],[-64,-45],[-106,-148],[-46,-74],[-63,-127],[-64,-100],[-55,-110],[-52,-92],[-91,-209],[-38,-46],[-46,-40],[-60,-5],[-84,20],[-68,47],[-119,98],[-92,54],[-67,27],[-90,51],[-40,28],[-29,37],[-36,88],[-18,65],[-9,77],[-6,121],[-22,115],[-41,77],[-80,62],[-158,70],[-59,41],[-105,86],[-90,50],[-237,47],[-152,26],[-148,18],[-118,9],[-151,-3],[-117,-10],[-101,0],[-63,25],[-60,42],[-68,65],[-75,105],[-32,59],[-45,106],[-74,125],[-65,47],[-82,19],[-119,0],[-111,-9],[-71,-26],[-59,-54],[-19,-38],[-22,-120],[-4,-70],[-17,-84],[-17,-132],[-24,-138],[-8,-70],[-26,-123],[-38,-257],[33,-104],[87,-155],[23,-81],[-3,-49],[-54,-58],[-79,-41],[-131,-56],[-84,-59],[-29,-33],[-84,-151],[-68,-53],[-113,-58],[-32,-22],[-39,-57],[-22,-92],[-2,-184],[-10,-80],[-21,-52],[-38,-61],[-65,-55],[-55,-30],[-55,-18],[-120,-1],[-55,14],[-37,31],[-51,90],[-48,131],[-56,78],[-67,18],[-196,9],[-44,-7],[-41,-25],[-39,-48],[-165,-346],[-53,-75],[-65,-34],[-89,-8],[-83,-18],[-64,-41],[-39,-55],[-49,-135],[-28,-44],[-44,-23],[-80,10],[-104,34],[-92,15],[-68,-22],[-35,-39],[-33,-56],[-70,-150],[-119,-229],[-34,-51],[-24,-59],[-21,-88],[-18,-179],[-40,-215]],[[260147,51769],[97,-23],[-19,-201],[-107,-622],[-78,-321],[-204,-647],[-142,-375],[-263,-424],[-272,-193],[-261,-98],[-269,10],[-159,-21],[-137,-65],[-33,-64],[10,-91],[65,-108],[75,-96],[131,-142],[123,-61],[199,-122],[183,-123],[117,-106],[36,-154],[2,-92],[-16,-97],[-26,-114],[-48,-171],[-127,-253],[-111,-270],[-169,-401],[-122,-418],[-119,-523],[2,-138],[-10,-71],[-10,-298],[-12,-445],[25,-270],[39,-265],[84,-397],[53,-140],[101,-73],[97,-116],[101,-109],[11,-94],[21,-93],[31,-196],[-10,-103],[-13,-47],[31,-311],[52,-192],[137,-214],[180,-210],[178,-280],[41,-156],[34,-40],[24,-76],[-22,-74],[-31,-53],[-70,-57],[-58,-147],[-88,-160],[-129,-58],[-41,9],[-56,25],[-36,51],[-5,74],[-73,157],[-26,72],[-11,112],[-32,65],[-63,38],[-129,22],[-66,17],[-72,5],[-64,-34],[-53,-75],[-29,-61],[-37,-121],[-35,-95],[-32,-62],[-83,-82],[-106,-267],[-65,-113],[-27,-74],[-44,-51],[-65,-114],[-33,-212],[-1,-157],[-29,-176],[-11,-20],[7,-64],[-6,-60],[-56,-67],[-66,-49],[-86,-189],[-7,-49],[24,-188],[3,-97],[-8,-50],[-23,-70],[0,-353],[49,-260],[-33,-253],[-102,-175],[-42,-103],[-5,-64],[108,-110],[80,-75],[167,-71],[227,-163],[109,-91],[33,-137],[-51,-130],[-104,-78],[-216,-205],[-121,-109],[-225,-191],[-92,-121],[-34,-168],[11,-159],[33,-148],[-28,-407],[-132,-237],[-255,-197],[-84,-25],[-88,-58],[-40,-6],[-87,13],[-148,1],[-164,6],[-142,-7],[-87,-15],[-131,-44],[-87,-73],[-100,-135],[-77,-171],[-126,-132],[-168,-134],[-219,-11],[-113,18],[-266,-25],[-60,-16],[-170,-18],[-22,7],[-86,-29],[-52,-3],[-110,9],[-52,16],[-55,28],[-32,34],[-16,55],[-2,127],[-19,125],[-27,98],[-52,99],[-65,53],[-71,28],[-28,23],[-46,66],[-18,39],[-53,83],[-72,84],[-86,73],[-74,-214],[-60,-222],[-89,-256],[-141,-168],[-249,-246],[-134,-79],[-118,-52],[-172,-41],[-157,-59],[-87,-59],[-93,-161],[-103,-111],[-88,-55],[-95,-25],[-102,-13],[-96,-35],[-50,-52],[-18,-76],[-8,-105],[-35,-192],[-38,-246],[-40,-254],[-112,-157],[-205,-212],[-204,-111],[-141,-72],[-94,-93],[-146,-170],[-54,3],[-134,-13],[156,-70],[128,-88],[101,-47],[51,-10],[44,4],[93,24],[93,5],[68,-21],[101,-92],[42,-95],[2,-32],[-27,-69],[-97,-111],[-27,-49],[-32,-99],[-1,-128],[7,-48],[26,-87],[5,-72],[-20,-60],[-67,-104],[-45,-46],[-51,-32],[-238,-118],[-93,-59],[-39,-31],[-52,-83],[-18,-140],[2,-94],[18,-102],[15,-44],[43,-49],[33,-17],[92,-25],[30,-51],[-66,-112],[-10,-93],[51,-113],[19,-55],[6,-60],[-20,-118],[-38,-97],[-31,-134],[-16,-45],[-56,-68],[-128,-63],[-74,-52],[-33,-65],[-4,-50],[10,-59],[16,-38],[68,-74],[123,-104],[48,-96],[5,-50],[26,-44],[45,-14],[124,12],[86,-1],[52,10],[86,70],[78,86],[60,41],[268,95],[91,0],[87,-39],[51,-42],[108,-149],[70,-106],[112,-149],[117,-96],[164,-165],[18,-71],[-5,-176],[32,-88],[43,-32],[57,-25],[196,-41],[70,-26],[54,-72],[25,-123],[0,-138],[-15,-122],[-18,-71],[-52,-77],[-123,-102],[-124,-72],[-147,-76],[-212,-97],[-46,-16],[-63,-5],[-92,10],[-127,43],[-151,24],[-98,-1],[-392,-72],[-83,-27],[-58,-38],[-51,-45],[-78,-89],[-44,-30],[-105,-54],[-48,-41],[-121,-142],[-43,-55],[-38,-63],[-26,-64],[-39,-120],[-16,-107],[-4,-103],[-34,-73],[-58,-29],[-90,9],[-194,40],[-132,14],[-139,-8],[-66,-35],[-33,-36],[-29,-64],[-1,-37],[40,-78],[-1,-32],[-74,-24],[-78,24],[-59,11],[-72,-53],[-87,-116],[-46,-116],[-20,-30],[-47,-31],[-182,-44],[-91,-58],[-40,-45],[-54,-75],[-31,-17],[-46,-5],[-49,15],[-53,37],[-109,150],[-49,44],[-51,25],[-69,5],[-66,-11],[-63,-42],[-52,-50],[-56,-84],[-64,-143],[-35,-176],[-38,-154],[-10,-76],[6,-79],[15,-45],[28,-42],[53,-46],[123,-62],[39,-56],[11,-48],[-7,-61],[-17,-46],[-37,-58],[-38,-40],[-52,-18],[-168,-30],[-52,-15],[-59,-30],[-44,-40],[-127,-157],[-96,-105],[-106,-44],[-59,-10],[-73,-3],[-63,8],[-105,23],[-69,9],[-124,3],[-184,-15],[-201,-32],[-141,-34],[-57,-24],[-102,-59],[-87,-43],[-76,-20],[-56,18],[-64,66],[-69,9],[-42,-7],[-85,-41],[-92,-72],[-36,-72],[-9,-86],[10,-66],[-6,-54],[-29,-70],[-56,-95],[-40,-109],[-21,-228],[-20,-105],[-51,-177],[-15,-69],[-16,-119],[-25,-307],[1,-72],[23,-157],[15,-62],[43,-110],[37,-69],[38,-34],[92,-35],[148,7],[55,-27],[38,-35],[23,-64],[34,-150],[3,-45],[-10,-37],[-54,-63],[-93,-74],[-28,-47],[-2,-37],[13,-52],[44,-77],[126,-106],[23,-35],[-3,-45],[-53,-47],[-107,-47],[-42,-39],[-7,-33],[18,-66],[75,-139],[59,-81],[52,-127],[24,-48],[33,-20],[74,-8],[57,13],[222,116],[199,147],[102,51],[104,11],[38,-7],[131,-49],[122,-70],[55,-44],[16,-28],[41,-108],[3,-82],[-33,-46],[-52,-26],[-86,-68],[-83,-91],[-116,-81],[-48,-43],[-175,-172],[-54,-71],[-34,-117],[18,-241],[6,-46],[22,-26],[90,-70],[102,-91],[54,-55],[112,-96],[21,-29],[14,-77],[-17,-36],[-125,-79],[-191,-186],[-66,-35],[-62,-11],[-144,5],[-72,11],[-132,4],[-91,-19],[-45,-39],[-86,-132],[-53,-63],[-107,-79],[-57,-56],[-43,-66],[-40,-92],[-16,-85],[-24,-32],[-42,-25],[-111,-46],[-36,-8],[-60,5],[-66,16],[-139,101],[-29,32],[-55,37],[-82,38],[-127,22],[-77,6],[-48,-5],[-105,-32],[-144,-72],[-57,-61],[-10,-41],[18,-51],[31,-45],[23,-102],[-4,-60],[-13,-47],[-40,-60],[-87,-63],[-92,-49],[-124,-102],[-88,-55],[-22,-37],[13,-83],[38,-52],[100,-68],[43,-59],[33,-80],[29,-133],[-4,-55],[-23,-92],[-43,-128],[-7,-40],[4,-77],[21,-121],[20,-81],[68,-154],[22,-70],[-3,-50],[-21,-51],[-52,-87],[-38,-95],[-6,-87],[27,-194],[-17,-175],[-34,-135],[-44,-94],[-46,-68],[-64,-60],[-66,-37],[-120,-78],[-60,-49],[-44,-44],[-43,-75],[-30,-91],[-50,-178],[-41,-106],[-175,-276],[-44,-39],[-109,-72],[-257,-114],[-75,-38],[-57,-39],[-61,-29],[-45,-10],[-92,-45],[-38,-48],[-14,-76],[10,-76],[-7,-109],[-37,-88],[-77,-107],[-33,-143],[4,-84],[27,-67],[83,-112],[16,-39],[9,-70],[-19,-132],[-30,-127],[-27,-92],[-44,-85],[-49,-63],[-69,-66],[-61,-89],[-23,-56],[-48,-49],[-53,-154],[-66,-115],[-87,-110],[-78,-109],[-25,-25],[-59,-29],[-71,-13],[-46,2],[-69,16],[-72,8],[-132,28],[-59,17],[-66,36],[-59,46],[-136,91],[-128,121],[-131,130],[-173,128],[-87,27],[-90,-6],[-78,-22],[-35,0],[-88,27],[-96,60],[-136,110],[-119,65],[-279,159],[-130,92],[-137,83],[-129,103],[-60,33],[-51,9],[-134,-5],[-101,-105],[-30,-115],[-26,-66],[-51,-64],[-59,-50],[-144,-55],[-134,-43],[-222,-41],[-152,-45],[-153,-63],[-73,-33],[-111,-42],[-141,-60],[-93,-68],[-96,-103],[-34,-26],[-105,-52],[-103,-36],[-138,-22],[-127,5],[-98,10],[-180,0],[-53,-15],[-71,-31],[-83,-57],[-69,-96],[-101,-127],[-63,-94],[-53,-90],[-73,-85],[-48,-31],[-73,-29],[-36,41],[-77,140],[-50,49],[-68,36],[-123,78],[-246,128],[-150,108],[-183,230],[-76,68],[-76,15],[-83,-13],[-141,-50],[-46,-12],[-105,-47],[-93,-10],[-47,12],[-51,29],[-80,61],[-45,15],[-98,9],[-148,-14],[-136,-23],[-189,-62],[-179,-43],[-100,-31],[-180,-68],[-185,-55],[-111,0],[-150,17],[-80,31],[-43,25],[-96,42],[-57,10],[-115,-1],[-54,-13],[-71,-34],[-125,-79],[-38,-11],[-88,-2],[-45,-11],[-79,-39],[-73,-66],[-46,-61],[-27,-57],[-7,-57],[-20,-48],[-37,-45],[-147,-61],[-57,-35],[-61,-17],[-169,14],[-77,-28],[-73,-65],[-45,-28],[-129,-29],[-73,-40],[-56,-52],[-79,-94],[-80,-32],[-133,-15],[-81,-3],[-128,-29],[-135,-97],[-148,-35],[-93,-45],[-64,-50],[-70,-98],[-12,-75],[8,-52],[81,-55],[50,-56],[21,-87],[8,-132],[-17,-82],[-79,-111],[-139,-267],[-32,-51],[-80,-69],[-104,-57],[-134,-65],[-67,-17],[-171,-66],[-199,-63],[-148,-72],[-104,-57],[-125,-54],[-181,-61],[-188,-47],[-113,-16],[-126,-40],[-75,-55],[-108,-116],[-151,-183],[-45,-49],[-65,-47],[-86,-28],[-57,-40],[-58,-111],[-47,-36],[-38,-3],[-237,38],[-92,-19],[-119,-38],[-45,-3],[-43,14],[-68,49],[-13,29],[2,112],[11,55],[0,109],[-13,72],[-212,107],[-115,52],[-71,51],[-15,53],[-49,99],[-57,208],[-27,50],[-72,83],[-20,42],[-15,92],[-60,70],[-64,33],[-57,10],[-122,5],[-54,13],[-50,31],[-121,115],[-117,72],[-52,17],[-89,1],[-95,-26],[-222,-99],[-50,-6],[-168,15],[-103,-15],[-94,-37],[-83,-45],[-117,-49],[-119,-37],[-101,-19],[-37,-14],[-81,-66],[-126,-151],[-75,-40],[-91,-10],[-101,-23],[-99,1],[-64,24],[-77,59],[-75,74],[-141,198],[-40,52],[-103,94],[-100,66],[-118,42],[-106,28],[-105,41],[-36,50],[-22,55],[-44,171],[-40,106],[-46,87],[-37,36],[-42,23],[-170,67],[-71,35],[-101,57],[-52,51],[-44,56],[-36,27],[-37,8],[-100,-20],[-54,-4],[-164,9],[-259,98],[-118,27],[-66,23],[-121,88],[-59,-5],[-95,-79],[-80,-46],[-68,-13],[-65,9],[-67,22],[-89,70],[-85,31],[-53,4],[-63,-18],[-119,-62],[-60,-39],[-140,-40],[-87,-12],[-135,-10],[-164,-30],[-67,7],[-155,79],[-144,66],[-64,18],[-51,6],[-104,-5],[-50,11],[-93,86],[-27,42],[-76,171],[-67,115],[-100,155],[-70,85],[-78,66],[-94,61],[-39,19],[-79,2],[-30,-20],[-56,-55],[-89,-126],[-46,-15],[-54,13],[-68,5],[-53,-13],[-187,-92],[-56,-14],[-53,0],[-121,14],[-52,-9],[-116,-76],[-152,-82],[-64,-29],[-61,-16],[-116,-11],[-49,3],[-150,31],[-183,-4],[-137,-31],[-36,7],[-57,62],[-22,61],[17,119],[-20,140],[10,50],[24,39],[67,77],[49,97],[40,37],[123,38],[98,15],[55,21],[101,55],[151,96],[133,56],[78,20],[83,39],[55,60],[3,49],[-58,122],[-9,52],[7,45],[43,37],[40,8],[65,28],[40,62],[-3,109],[5,49],[17,37],[57,80],[90,74],[116,57],[38,30],[20,38],[6,80],[-61,126],[-5,48],[-23,72],[-44,49],[-182,38],[-97,41],[-214,71],[-166,32],[-173,46],[-57,52],[-41,69],[-56,30],[-60,-6],[-64,-27],[-61,-80],[-54,-60],[-80,-58],[-73,-16],[-130,29],[-192,100],[-49,12],[-187,-59],[-50,-10],[-116,-3],[-93,30],[-40,25],[-30,36],[-126,99],[-227,85],[-92,11],[-94,-1],[-103,-27],[-51,-42],[-33,-109],[-23,-40],[-75,-67],[-43,-47],[-38,-74],[-60,-50],[-91,-26],[-49,-45],[-88,-204],[-39,-38],[-37,2],[-112,43],[-100,26],[-42,1],[-85,-23],[-51,-8],[-73,4],[-172,32],[-36,30],[-26,86],[-17,33],[-48,32],[-148,70],[-177,75],[-67,19],[-38,-8],[-188,-91],[-101,-18],[-57,10],[-84,41],[-67,42],[-83,29],[-68,-4],[-83,-40],[-95,-33],[-134,-30],[-171,-62],[-51,-1],[-122,10],[-186,5],[-61,21],[-87,51],[-122,114],[-32,22],[-56,20],[-69,-12],[-175,-69],[-36,-9],[-87,0],[-72,20],[-194,36],[-254,36],[-184,6],[-216,26],[-206,11],[-45,-3],[-139,5],[-83,-2],[-166,21],[-123,47],[-64,0],[-106,-27],[-57,0],[-59,12],[-104,31],[-45,27],[-59,16],[-207,-52],[-55,-27],[-154,-108],[-121,-99],[-157,-81],[-56,-39],[-53,-52],[-25,-39],[-33,-79],[-28,-123],[-17,-44],[-33,-47],[-54,-53],[-48,-31],[-53,-6],[-159,-3],[-72,-12],[-95,-38],[-51,-9],[-90,10],[-72,-8],[-39,-21],[-111,-98],[-49,-22],[-185,-7],[-79,-25],[-60,-42],[-106,-51],[-70,-22],[-54,-6],[-107,5],[-112,22],[-110,15],[-95,5],[-65,-20],[-41,-29],[-128,-127],[-110,-83],[-126,-72],[-67,-43],[-113,-106],[-89,-76],[-56,-28],[-165,-43],[-199,-82],[-55,-16],[-119,-16],[-146,-7],[-103,-10],[-101,-37],[-83,-50],[-70,-52],[-93,-88],[-32,-60],[-15,-64],[-5,-71],[7,-120],[-19,-78],[-40,-74],[-7,-37],[22,-53],[68,-42],[67,-9],[57,-25],[92,-71],[115,-67],[36,-58],[-6,-56],[-37,-65],[-63,-162],[-13,-56],[-14,-127],[-17,-53],[-52,-129],[-69,-152],[-29,-51],[-60,-70],[-133,-130],[-183,-148],[-63,-63],[-45,-70],[-31,-85],[-40,-200],[-44,-114],[-8,-43],[4,-85],[29,-143],[-12,-84],[-27,-45],[-91,-72],[-47,-58],[-23,-75],[-3,-88],[70,-133],[20,-84],[-7,-53],[-36,-106],[-19,-130],[-28,-56],[-82,-99],[-75,-72],[-43,-50],[-24,-49],[-19,-76],[25,-72],[81,-95],[16,-53],[15,-108],[-15,-73],[-27,-44],[-53,-63],[-76,-52],[-81,-26],[-97,-10],[-111,5],[-158,12],[-91,2],[-284,-10],[-279,-58],[-185,-30],[-270,-51],[-156,-13],[-205,12],[-196,0],[-228,-62],[-166,-39],[-91,-7],[-178,3],[-81,-5],[-80,-13],[-161,-56],[-55,-26],[-59,-41],[-58,-70],[-28,-57],[-42,-129],[-40,-95],[-25,-38],[-41,-41],[-126,-53],[-85,-57],[-35,-47],[-29,-60],[-31,-37],[-89,-46],[-73,-14],[-70,-28],[-71,-64],[-32,-67],[-29,-83],[-34,-48],[-96,-107],[-19,-64],[16,-224],[-16,-50],[-41,-210],[-30,-72],[-52,-35],[-184,-47],[-105,0],[-323,40],[-91,30],[-190,103],[-127,64],[-45,15],[-58,7],[-63,-36],[-19,-41],[4,-87],[-21,-56],[-35,-46],[-93,2],[-38,19],[-37,35],[-31,44],[-70,120],[-42,44],[-79,46],[-70,4],[-84,-27],[-109,-59],[-223,-65],[-63,-12],[-132,15],[-49,30],[-53,131],[-42,54],[-35,17],[-134,20],[-93,40],[-57,46],[-74,41],[-94,16],[-67,29],[-62,48],[-105,62],[-44,11],[-51,-4],[-174,-55],[-48,-19],[-106,-59],[-57,-43],[-89,-78],[-97,-93],[-244,-207],[-217,-177],[-37,-16],[-83,-17],[-85,-71],[-73,-20],[-68,8],[-101,36],[-89,-11],[-111,-21],[-37,-14],[-19,-80],[0,-91],[10,-89],[26,-108],[7,-106],[-20,-88],[-50,-48],[-46,-8],[-124,21],[-58,61],[-49,73],[-73,-37],[-47,13],[-44,58],[-28,68],[-43,181],[-31,116],[-48,135],[-34,75],[-55,90],[-80,103],[-69,77],[-72,63],[-156,114],[-94,58],[-83,35],[-100,17],[-166,-4],[-173,-101],[-62,-53],[-60,-68],[-71,-55],[-92,-38],[-99,-26],[-147,-20],[-124,-11],[-158,-3],[-224,39],[-129,46],[-77,46],[-84,70],[-184,132],[-151,71],[-254,81],[-44,8],[-272,35],[-51,10],[-120,45],[-94,56],[-86,39],[-132,30],[-99,36],[-140,71],[-119,35],[-158,12],[-71,28],[-53,36],[-95,107],[-56,78],[-48,5],[-71,-13],[-193,-70],[-71,-42],[-64,-29],[-157,-97],[-86,-36],[-154,-29],[-58,-2],[-168,5],[-87,-12],[-81,-25],[-182,-91],[-66,-22],[-100,-19],[-81,-3],[-176,13],[-44,0],[-88,-16],[-116,-27],[-150,30],[-84,-7],[-92,-26],[-77,1],[-61,16],[-65,-2],[-115,-30],[-146,-46],[-319,-153],[-126,-40],[-117,-22],[-132,-8],[-224,-4],[-53,-6],[-88,-67],[-36,-16],[-44,-4],[-119,23],[-60,1],[-165,-7],[-117,4],[-60,-4],[-180,-26],[-137,-26],[-121,-1],[-195,56],[-97,5],[-86,-24],[-80,-47],[-57,-56],[-68,-98],[-38,-67],[-17,-96],[-6,-110],[-22,-100],[-19,-53],[-57,-76],[-133,-112],[-199,-141],[-50,-44],[-43,-51],[-45,-89],[-34,-47],[-37,-30],[-33,-1],[-96,34],[-64,8],[-243,-7],[-45,-6],[-187,-38],[-89,-24],[-34,-23],[-30,-42],[-15,-60],[7,-64],[37,-60],[65,-82],[34,-69],[13,-92],[-21,-76],[-44,-78],[-41,-34],[-34,-15],[-76,-2],[-46,15],[-111,67],[-60,73],[-55,93],[-55,119],[-54,44],[-62,16],[-74,-11],[-46,-38],[-30,-69],[-7,-62],[6,-116],[-21,-68],[-19,-32],[-71,-45],[-49,-7],[-86,7],[-123,33],[-171,39],[-99,-2],[-87,-33],[-70,-53],[-191,-175],[-132,-83],[-86,-36],[-181,-51],[-57,-9],[-87,-2],[-105,19],[-58,24],[-68,48],[-49,56],[-28,71],[1,105],[-17,81],[-32,39],[-77,30],[-105,-22],[-37,-25],[-15,-45],[11,-188],[-6,-83],[-17,-73],[-43,-81],[-30,-34],[-69,-53],[-40,-20],[-72,-13],[-189,11],[-41,-8],[-47,-32],[-87,-81],[-77,-37],[-84,-16],[-156,-52],[-38,5],[-130,56],[-171,39],[-80,32],[-73,47],[-104,44],[-60,16],[-120,22],[-248,38],[-53,0],[-163,30],[-102,37],[-84,45],[-58,63],[-46,92],[-51,29],[-65,3],[-42,25],[-42,40],[-68,101],[-40,41],[-52,30],[-63,12],[-94,35],[-67,53],[-35,46],[-50,86],[-17,82],[2,32],[24,40],[39,24],[21,28],[6,79],[-15,37],[-31,37],[-102,35],[-55,7],[-227,11],[-85,32],[-22,26],[-1,63],[18,81],[-4,116],[-28,134],[-38,101],[-24,37],[-85,89],[-46,35],[-61,17],[-76,5],[-75,-15],[-104,-43],[-107,-67],[-54,-21],[-64,3],[-88,17],[-131,53],[-33,24],[-74,82],[-59,22],[-78,5],[-47,-6],[-93,-63],[-53,10],[-45,31],[-57,18],[-58,7],[-71,-9],[-133,-35],[-106,7],[-142,-10],[-73,17],[-62,52],[-7,45],[16,57],[45,103],[8,52],[-11,78],[-41,115],[-10,76],[13,30],[49,62],[24,72],[-14,61],[-39,39],[-35,8],[-160,22],[-36,17],[-22,93],[8,126],[-7,33],[-48,47],[-114,74],[-59,47],[-23,29],[-25,65],[-4,130],[11,133],[-12,72],[-22,58],[-63,61],[-39,27],[-71,26],[-49,6],[-64,-4],[-116,-20],[-73,-4],[-46,14],[-28,27],[-24,47],[-30,121],[0,58],[36,179],[1,69],[-11,57],[-34,60],[-121,174],[-72,126],[-46,58],[-67,53],[-46,20],[-139,27],[-48,22],[-189,145],[-43,21],[-114,30],[-65,2],[-89,-7],[-123,-27],[-213,-21],[-66,-3],[-128,2],[-84,14],[-137,39],[-38,37],[-53,82],[-42,92],[-45,20],[-67,0],[-81,-9],[-83,-43],[-65,-8],[-116,-35],[-183,-37],[-75,-1],[-22,42],[11,52],[28,73],[130,119],[84,67],[88,78],[69,116],[-10,160],[-11,53],[-39,100],[-21,39],[-53,61],[-52,19],[-118,-35],[-58,32],[-57,84],[-65,48],[-144,58],[-92,50],[-176,149],[-98,59],[-41,11],[-53,1],[-106,-18],[-84,-6],[-43,6],[-45,28],[-67,84],[-42,105],[-57,223],[-49,162],[-17,74],[-38,126],[-16,69],[-56,205],[-8,44],[4,54],[21,101],[49,131],[3,53],[-22,49],[-58,75],[-77,69],[-93,86],[-138,147],[-42,37],[-54,34],[-112,47],[-115,28],[-125,0],[-103,-21],[-151,-72],[-57,-19],[-48,3],[-117,34],[-86,17],[-47,0],[-186,-20],[-54,4],[-96,23],[-84,53],[-45,16],[-40,0],[-165,-25],[-54,35],[-1,69],[18,92],[-3,100],[-23,88],[-32,76],[-8,44],[5,55],[45,155],[76,151],[19,88],[-32,25],[-58,-3],[-30,-15],[-103,-91],[-78,-102],[-44,-40],[-48,-28],[-65,-22],[-42,17],[-79,54],[-69,84],[-22,45],[-9,49],[8,45],[57,66],[6,32],[-22,79],[-35,60],[-70,30],[-79,7],[-44,11],[-58,48],[-87,137],[-59,81],[-36,39],[-72,59],[-127,91],[-89,73],[-132,156],[-70,71],[-42,31],[-125,77],[-43,34],[-91,85],[-51,55],[-136,193],[-62,55],[-104,62],[-85,86],[-79,193],[-35,62],[-84,47],[-77,25],[-123,24],[-79,41],[-31,38],[-38,71],[-9,47],[-22,12],[-87,125],[-5,186],[58,188],[61,140],[-13,79],[20,131],[16,151],[84,193],[8,46],[-7,98],[-21,142],[-7,140],[20,98],[28,87],[52,98],[102,148],[37,77],[33,88],[19,101],[-4,60],[-15,58],[-22,45],[-53,61],[-108,69],[-129,65],[-83,30],[-133,18],[-87,26],[-97,41],[-57,6],[-116,-27],[-53,-6],[-64,6],[-63,15],[-124,42],[-44,19],[-78,51],[-60,67],[-56,85],[-42,97],[-62,206],[-19,39],[-57,86],[-67,55],[-87,26],[-144,9],[-87,21],[-55,48],[-22,70],[9,137],[-15,81],[-87,105],[-20,42],[-28,126],[-3,143],[-20,71],[-42,87],[-22,57],[-15,102],[33,63],[91,48],[87,19],[72,-19],[65,-44],[42,-15],[43,8],[49,26],[71,62],[63,78],[47,98],[61,248],[32,89],[60,90],[34,40],[57,46],[51,28],[184,72],[111,57],[79,78],[136,222],[65,99],[104,193],[48,103],[26,111],[18,116],[29,108],[19,-39],[39,-47],[108,-67],[1,-32],[-64,-22],[18,-118],[24,-29],[-1,-37],[-32,-23],[-9,-53],[-22,-41],[-26,-16],[-10,-36],[-35,-22],[-9,-45],[9,-33],[54,-108],[36,-44],[51,-34],[31,0],[26,-52],[36,3],[78,-79],[8,-44],[-12,-19],[-44,34],[-98,13],[-102,-66],[-19,-73],[25,-152],[-22,-13],[11,-59],[-31,-29],[32,-53],[4,-24],[-81,-101],[46,-49],[8,-34],[49,-64],[28,-67],[-16,-28],[-41,8],[-35,-19],[-12,-47],[8,-71],[48,-81],[17,-54],[-34,-41],[9,-64],[42,-68],[75,-95],[29,-45],[204,-142],[72,-46],[9,-23],[-29,-33],[137,-103],[18,-37],[-15,-27],[-40,-27],[-12,-28],[36,-97],[-21,-44],[63,-60],[82,-62],[51,-27],[100,-70],[67,-38],[40,-41],[43,-2],[214,-89],[24,-3],[78,-49],[47,10],[274,-74],[93,-32],[112,-50],[168,-57],[48,-28],[44,-50],[19,-41],[1,-69],[17,-60],[48,-44],[50,-75],[50,-44],[32,-44],[50,-26],[-5,-26],[-141,-58],[-1,-19],[97,21],[81,34],[23,56],[-19,105],[-54,77],[-27,20],[-76,40],[-20,30],[35,13],[39,-8],[126,-56],[61,-19],[93,-43],[70,-23],[183,-72],[88,-25],[251,-83],[86,7],[38,-27],[31,15],[15,-62],[-33,-6],[-31,-44],[-43,-2],[31,-73],[44,-65],[46,-41],[67,-34],[64,-6],[30,-32],[56,-24],[59,15],[10,-43],[27,-34],[51,-29],[53,-9],[30,-48],[-12,-64],[-55,-7],[-20,-29],[4,-39],[-55,-53],[-7,-83],[-46,-44],[-13,-47],[18,-39],[30,3],[-13,41],[42,3],[75,-74],[100,-62],[61,-27],[197,-57],[192,-71],[106,-64],[62,-65],[30,-54],[-1,-37],[-34,-17],[-33,8],[-142,98],[-65,13],[-63,-5],[-173,-61],[-77,-10],[-48,-30],[-39,-51],[-24,-63],[-1,-105],[-17,-98],[38,-68],[52,-19],[71,5],[50,43],[34,103],[24,44],[23,6],[60,-18],[29,-20],[9,-34],[-11,-52],[-46,-106],[-48,-85],[-19,-138],[3,-48],[-23,-58],[-28,-23],[-40,-1],[-23,19],[-34,51],[-61,51],[-139,60],[-46,37],[-11,58],[-45,66],[-62,39],[-64,22],[-74,-13],[-60,-50],[-19,-47],[12,-32],[74,-56],[44,-66],[26,-105],[-3,-57],[-44,-24],[-66,-18],[-44,-34],[-28,-54],[-22,-23],[-26,-61],[2,-67],[18,-64],[37,-27],[38,1],[22,58],[-8,55],[8,30],[28,8],[68,-14],[34,-20],[19,-37],[1,-78],[-33,-62],[-68,-20],[-96,13],[-62,33],[-68,20],[-27,-12],[-37,-51],[-5,-69],[23,0],[-1,49],[26,48],[49,10],[54,-34],[62,-21],[78,-7],[57,12],[52,34],[16,58],[1,61],[-15,52],[-49,34],[-63,24],[-43,-4],[-30,-35],[7,-88],[-17,-28],[-49,41],[-4,109],[67,109],[26,30],[43,16],[43,2],[50,45],[3,36],[-19,102],[-23,58],[-46,55],[-62,42],[-5,35],[69,71],[50,8],[69,-26],[46,-26],[33,-40],[29,-87],[56,-46],[94,-37],[80,-50],[50,-71],[50,-29],[72,38],[29,55],[14,56],[5,89],[14,58],[56,89],[36,79],[8,63],[-27,63],[-19,22],[-61,26],[-53,-9],[-49,-47],[-51,-120],[-22,-25],[-43,1],[-48,22],[-24,35],[9,33],[30,47],[31,89],[1,75],[22,66],[52,5],[56,-8],[142,29],[61,-11],[13,-28],[62,-68],[209,-108],[49,22],[177,-7],[93,25],[32,23],[40,45],[-4,27],[37,90],[48,25],[85,6],[116,-28],[66,-29],[86,-68],[-7,-48],[-23,-31],[55,-76],[0,-39],[-22,-37],[14,-27],[-47,-57],[-38,-13],[-46,5],[-56,20],[-49,-9],[-30,-36],[-25,-53],[-73,-65],[-65,-79],[-71,-55],[-48,-6],[-46,-42],[-22,-47],[-15,-82],[-34,-95],[-60,-1],[-56,26],[-26,-20],[108,-33],[56,20],[18,64],[36,85],[15,71],[30,26],[89,33],[121,118],[42,33],[48,55],[24,45],[20,12],[79,-30],[50,1],[47,25],[61,64],[52,67],[68,33],[63,13],[71,42],[48,5],[7,27],[-101,-26],[-45,18],[66,82],[94,49],[14,-5],[126,45],[189,3],[235,-3],[115,-7],[240,-2],[150,-12],[83,-15],[24,27],[82,22],[48,22],[59,13],[41,-4],[36,-49],[50,-44],[-9,53],[22,18],[135,-18],[73,0],[115,-13],[96,13],[53,-4],[37,22],[31,-22],[59,8],[58,-26],[36,0],[9,-36],[-27,-52],[-4,-39],[4,-97],[-26,-128],[0,-66],[-14,-57],[-67,-53],[-82,9],[-32,31],[-30,79],[0,18],[-45,31],[-50,-5],[-36,-17],[-37,-44],[-125,-128],[-18,-35],[-37,-35],[-45,-9],[-67,53],[-54,22],[0,-26],[36,-5],[117,-88],[36,39],[36,23],[41,48],[126,132],[31,26],[46,13],[22,-35],[18,-75],[58,-43],[81,-13],[99,38],[45,36],[73,-9],[0,-52],[36,-62],[36,-35],[14,13],[-41,40],[-23,44],[0,52],[-29,31],[-52,4],[-18,18],[4,48],[64,216],[13,31],[-4,53],[22,74],[46,40],[80,44],[54,13],[126,13],[86,18],[130,4],[95,9],[41,12],[139,18],[113,0],[23,-18],[58,-78],[-5,-115],[-22,-83],[-49,-22],[41,-60],[48,-11],[55,-61],[45,-26],[58,-18],[95,-39],[144,-27],[86,9],[81,-4],[43,-16],[33,-29],[23,-48],[0,-65],[-32,-67],[-44,-40],[-109,-39],[-96,-15],[-89,-50],[-57,36],[-16,-8],[83,-45],[65,38],[47,9],[28,-9],[-10,-75],[13,-57],[77,-114],[9,-53],[-36,-57],[-18,-49],[5,-47],[18,-45],[58,-48],[19,13],[-46,35],[-18,27],[5,87],[40,58],[5,78],[-36,102],[-32,44],[-18,49],[0,35],[36,26],[41,0],[108,26],[4,-48],[32,-26],[108,-44],[26,-49],[-26,-57],[-18,-88],[40,-44],[32,-17],[22,-58],[5,-47],[36,-67],[36,26],[41,-6],[62,29],[73,18],[18,43],[13,70],[28,27],[85,4],[67,36],[37,-14],[31,-61],[58,-58],[32,-17],[63,-66],[27,36],[117,0],[41,-23],[63,-75],[4,-44],[24,-51],[-22,-46],[2,-100],[20,-40],[-15,-37],[13,-33],[29,-2],[14,35],[49,15],[-78,42],[-27,62],[2,51],[48,82],[-27,31],[-22,75],[-100,79],[-85,22],[-90,-9],[-41,26],[-63,71],[-27,44],[-4,31],[49,65],[49,23],[23,-23],[68,-8],[50,-20],[112,-85],[0,21],[-48,31],[-18,28],[-58,36],[-47,6],[-41,27],[18,39],[73,80],[27,43],[17,66],[-9,98],[-26,52],[-18,110],[-14,31],[-118,114],[-27,53],[14,79],[81,14],[34,35],[22,-11],[74,41],[5,48],[31,9],[23,27],[4,59],[50,28],[64,57],[85,53],[77,18],[85,-22],[108,-97],[9,-88],[-13,-84],[-32,-73],[-22,-85],[0,-118],[-14,-31],[-5,-75],[23,-84],[109,-202],[22,-70],[30,-62],[24,-79],[72,-149],[63,-93],[18,-61],[23,-128],[58,-127],[45,-39],[86,-35],[99,-18],[67,26],[34,-5],[-2,-90],[-27,-103],[50,-48],[80,-5],[23,9],[54,58],[77,0],[85,-49],[25,-83],[-18,-53],[-137,45],[-115,0],[-57,-7],[-99,-31],[-88,-11],[-76,-47],[-2,-64],[36,-35],[118,-46],[17,-25],[-5,-35],[-59,-57],[-100,9],[-75,15],[-58,22],[-104,7],[-122,-13],[-53,53],[-73,-13],[-18,-18],[-36,27],[-36,78],[-63,53],[-31,0],[-37,-48],[5,-110],[-18,-26],[-14,-58],[-36,-26],[-50,-5],[-62,-21],[-59,-30],[-86,-80],[-44,-4],[-36,35],[-14,62],[-63,34],[-59,0],[-35,-34],[-5,-40],[57,-65],[8,-32],[-56,-22],[-72,-5],[-41,-60],[-10,-61],[42,-37],[-48,-50],[-82,-37],[-59,-53],[4,-35],[46,53],[94,47],[54,58],[18,75],[-27,40],[5,31],[98,25],[36,-4],[50,39],[14,40],[-14,35],[-50,40],[27,9],[109,-106],[41,-9],[26,13],[68,67],[45,26],[59,13],[89,36],[41,43],[36,101],[0,88],[18,17],[46,-13],[26,-47],[13,-67],[41,-31],[27,0],[18,27],[76,6],[45,-46],[59,9],[136,-5],[146,-53],[114,-11],[46,29],[60,68],[0,49],[-14,51],[-106,48],[-41,44],[44,22],[56,15],[245,31],[107,-26],[58,-47],[-4,-53],[-58,-43],[-27,5],[-68,-36],[-18,-17],[9,-53],[83,-93],[-60,-34],[-37,-49],[28,-66],[54,-31],[36,0],[44,-18],[55,-69],[47,-91],[74,-73],[41,-30],[9,-44],[-32,-53],[-90,-93],[-31,-13],[-77,-83],[-36,-22],[-67,-66],[-23,-44],[-59,-66],[-49,-26],[-31,-35],[-18,-40],[-5,-79],[23,5],[-5,38],[13,49],[31,40],[64,31],[41,44],[9,31],[49,61],[81,66],[108,100],[28,-12],[0,-40],[30,-35],[59,-18],[86,-88],[-18,53],[-54,53],[-41,5],[-27,26],[-9,56],[13,31],[82,93],[4,80],[-54,61],[-58,44],[-32,35],[-31,71],[-36,56],[-46,40],[-116,40],[-14,30],[59,36],[58,17],[63,30],[73,62],[48,102],[32,136],[45,53],[41,22],[50,4],[80,-22],[82,5],[45,-58],[112,-40],[23,-53],[-55,-83],[-66,-75],[-41,22],[-32,53],[-41,45],[-63,6],[-53,-51],[-14,-35],[9,-75],[0,-202],[25,-77],[-2,-40],[53,-91],[38,-96],[57,-25],[59,-14],[35,-30],[41,-76],[36,-35],[32,-12],[72,-1],[63,-52],[58,-18],[50,27],[72,69],[58,0],[46,-34],[22,4],[68,79],[76,31],[59,-5],[45,-35],[23,-31],[18,-56],[62,-40],[5,-71],[18,-31],[81,-60],[27,-9],[58,-49],[18,-26],[-4,-53],[-26,-27],[-104,44],[-64,5],[-27,-14],[-49,-48],[-9,-22],[9,-48],[40,-53],[32,-26],[27,-136],[36,-80],[18,-17],[9,-62],[23,-39],[71,-13],[18,-18],[-4,-119],[22,-40],[59,-47],[-31,-75],[4,-36],[45,-48],[73,8],[71,-26],[36,0],[41,31],[32,106],[41,31],[26,0],[18,-36],[-40,-57],[-14,-44],[23,-61],[40,-62],[-9,-44],[-99,-4],[-50,-22],[0,-62],[59,-61],[-22,-18],[-73,-18],[-76,0],[-45,-26],[5,-22],[112,-207],[18,14],[-59,118],[-44,71],[4,30],[81,0],[104,27],[18,31],[-59,65],[-9,40],[18,13],[130,18],[18,53],[-27,57],[-30,39],[0,35],[35,62],[4,66],[-22,22],[-58,-4],[-32,-31],[-22,-44],[-14,-66],[-18,-14],[-45,0],[-67,22],[-77,0],[-9,9],[31,58],[-13,84],[-82,60],[5,124],[-9,31],[-44,30],[-50,9],[-14,75],[-45,115],[-23,91],[-54,133],[18,25],[118,-34],[45,9],[53,39],[14,70],[-14,53],[-22,31],[-72,52],[-49,22],[-32,31],[-23,44],[5,40],[54,36],[86,-5],[44,-18],[73,0],[36,14],[41,38],[18,49],[-9,44],[-41,49],[-81,31],[-140,4],[-40,18],[-14,52],[45,84],[59,70],[23,70],[-9,49],[-37,39],[-81,22],[-81,-35],[-54,-49],[-50,-118],[-13,-75],[-27,-53],[-41,-22],[-67,27],[-59,57],[-22,35],[-9,80],[27,61],[107,132],[59,92],[41,79],[59,49],[58,0],[126,-128],[68,-53],[130,-74],[55,-13],[89,-5],[68,14],[41,30],[67,88],[27,79],[4,44],[46,150],[9,70],[-9,79],[13,26],[45,31],[46,-18],[94,93],[180,83],[54,9],[41,-18],[68,-9],[44,27],[29,-1],[19,25],[88,-11],[38,-42],[38,-10],[17,30],[5,44],[18,18],[75,15],[25,-6],[27,-36],[62,-42],[55,28],[68,-17],[98,-8],[45,-22],[32,0],[100,-57],[75,-62],[0,-39],[20,-16],[44,16],[77,53],[24,-13],[-15,-119],[30,-66],[23,13],[14,44],[45,5],[45,-14],[153,-70],[36,-31],[41,-66],[0,-35],[45,-31],[40,14],[27,30],[54,-44],[100,-48],[40,0],[22,-18],[50,-4],[50,-18],[36,0],[35,31],[27,-49],[82,-26],[59,-9],[39,8],[46,-12],[54,4],[13,-29],[59,-2],[108,-56],[45,-18],[41,-35],[89,-149],[41,-115],[9,-67],[32,-91],[22,-84],[5,-176],[-5,-92],[-9,-31],[0,-66],[-31,-97],[-28,-52],[-36,-35],[-116,-58],[-41,-9],[-63,-30],[-63,-18],[-81,-35],[-180,-88],[-64,-44],[-94,-57],[-104,-83],[-72,-44],[-126,-53],[-22,0],[-68,-27],[-67,-13],[-68,-22],[-108,-48],[-78,-50],[-57,-60],[-41,-83],[-23,-124],[0,-145],[64,-123],[86,-87],[45,-36],[85,-40],[72,-4],[73,18],[80,39],[59,40],[72,70],[72,62],[77,57],[36,13],[94,57],[99,35],[41,0],[76,-22],[109,-48],[76,-48],[49,-18],[86,-53],[126,-96],[72,-71],[5,-22],[-23,-79],[-45,-74],[-41,-40],[-53,-27],[-54,0],[-95,18],[-72,26],[-77,14],[-134,0],[-64,-31],[-45,-5],[-94,36],[-104,48],[-117,9],[-72,-22],[-109,-66],[-107,-106],[-41,-65],[-7,-76],[16,-61],[54,-88],[116,-46],[101,-104],[62,-30],[172,5],[103,21],[50,0],[48,-40],[20,-70],[0,-101],[-37,-9],[-31,9],[-109,9],[-76,-30],[-41,-40],[-40,-71],[-9,-39],[-32,-18],[-89,4],[-59,-44],[-46,-92],[0,-88],[46,-52],[36,-18],[45,0],[62,26],[114,-3],[94,34],[27,22],[40,4],[77,27],[37,31],[23,-6],[16,-78],[55,-52],[63,-13],[23,15],[27,-24],[-59,-27],[-77,-79],[-49,-18],[-149,-87],[-85,-27],[-41,-22],[-86,-22],[-22,-13],[-14,-40],[18,-26],[50,-18],[81,-43],[28,-44],[-46,-31],[-140,-132],[-14,-31],[23,-70],[9,-62],[18,-43],[23,7],[-23,102],[-32,51],[28,55],[103,93],[41,21],[31,35],[-9,40],[-58,48],[-99,39],[-4,39],[81,14],[139,58],[154,83],[80,39],[68,75],[32,5],[53,-27],[50,22],[0,45],[-36,34],[-72,13],[-72,0],[-27,13],[-5,67],[-14,31],[-31,22],[-90,-14],[-18,-17],[-68,-31],[-31,0],[-121,-53],[-226,13],[-40,49],[0,39],[40,45],[73,4],[62,22],[45,34],[41,45],[50,114],[98,-39],[82,-9],[31,13],[46,44],[35,65],[-18,45],[0,106],[-17,43],[-27,26],[-82,36],[-72,-5],[-44,-13],[-127,-4],[-64,-14],[-19,10],[-43,57],[-86,70],[-98,96],[-23,53],[18,80],[62,87],[64,49],[36,0],[148,-53],[50,-9],[271,0],[31,18],[117,0],[139,-45],[131,-4],[126,49],[68,48],[68,141],[0,119],[-41,87],[-63,62],[-68,22],[-58,35],[-63,58],[-73,43],[-130,66],[-77,31],[-68,13],[-125,0],[-82,-17],[-53,-22],[-145,-92],[-85,-75],[-127,-120],[-85,-47],[-45,-14],[-44,4],[-55,36],[-36,35],[-4,22],[-41,62],[-50,140],[10,102],[27,44],[58,43],[99,35],[122,22],[158,45],[130,44],[140,66],[98,61],[86,62],[135,57],[32,0],[203,56],[175,89],[91,53],[54,39],[67,66],[49,66],[68,110],[14,70],[40,97],[9,127],[45,233],[14,158],[13,58],[0,136],[-18,92],[-9,93],[-14,34],[0,89],[41,75],[5,22],[40,34],[37,0],[31,18],[44,0],[81,76],[55,70],[32,13],[94,-4],[77,-18],[59,0],[85,-31],[31,-4],[126,-67],[43,-36],[76,-46],[48,-14],[28,-22],[57,-18],[41,-26],[32,-4],[50,-36],[71,-35],[86,-57],[36,-4],[94,-44],[73,-49],[58,-57],[23,-9],[108,-74],[180,-80],[172,-22],[143,-39],[64,-9],[67,-22],[58,-9],[113,9],[81,-26],[54,-35],[55,17],[75,-26],[86,-57],[103,-53],[221,-143],[212,-121],[239,-167],[113,-110],[98,-114],[64,-88],[45,-110],[85,-168],[88,-160],[57,-76],[121,-132],[18,-26],[118,-120],[184,-145],[117,-66],[90,-40],[12,-12],[87,-35],[81,-18],[64,0],[116,-17],[123,-5],[44,-9],[180,-56],[32,-1],[172,-58],[66,-32],[85,-56],[87,-63],[101,-94],[137,-100],[63,-31],[167,-60],[62,-27],[40,2],[29,20],[81,16],[89,40],[155,84],[112,86],[135,128],[141,126],[120,28],[267,13],[159,17],[26,-8],[124,-70],[72,-126],[20,-90],[36,-120],[47,-129],[11,-58],[37,-110],[21,-44],[64,-84],[43,-35],[93,-57],[132,-33],[121,-51],[99,-61],[110,-35],[18,0],[61,33],[32,49],[-4,92],[-36,65],[-91,69],[-66,66],[-34,69],[-37,127],[-12,77],[3,91],[22,92],[5,49],[-10,87],[-27,70],[-79,91],[-106,65],[-126,33],[-221,104],[-85,55],[-121,47],[-45,14],[-132,17],[-151,-3],[-147,-24],[-174,-45],[-66,-14],[-119,-15],[-114,-44],[-111,-48],[-103,-69],[-57,-61],[-111,-106],[-43,-27],[-54,-13],[-45,13],[-74,49],[-124,110],[-34,42],[-115,84],[-41,39],[-167,124],[-56,34],[-104,40],[-121,29],[-74,22],[-180,66],[-117,50],[-89,32],[-69,18],[-68,27],[-64,14],[-92,56],[-100,75],[-77,84],[-56,87],[-20,64],[-18,90],[-2,39],[-50,196],[-36,73],[-85,114],[-65,124],[-75,117],[-80,77],[-114,76],[-164,81],[-41,12],[-101,13],[-48,-18],[-37,-38],[-31,-9],[-59,44],[13,65],[50,84],[21,126],[-12,107],[-54,220],[-14,35],[-4,66],[4,108],[59,75],[27,20],[47,204],[56,196],[27,141],[12,95],[21,102],[21,56],[16,104],[27,113],[50,110],[20,18],[18,52],[64,58],[21,89],[45,24],[118,128],[50,18],[36,39],[108,39],[54,-13],[32,-26],[81,-13],[108,-26],[63,0],[81,-9],[58,9],[54,47],[55,-47],[53,17],[36,70],[27,-13],[37,35],[107,35],[73,-8],[113,-27],[139,-26],[41,-18],[135,-26],[77,0],[36,13],[51,-8],[52,-29],[18,-52],[2,-87],[-6,-53],[10,-93],[14,-64],[45,-134],[50,-104],[39,-48],[125,-92],[85,-39],[78,-18],[114,-1],[83,24],[111,45],[159,97],[91,35],[35,0],[76,-34],[34,-45],[59,-100],[58,-74],[73,-53],[100,-48],[72,-18],[78,-3],[176,34],[29,12],[94,10],[103,-1],[58,-22],[42,-30],[75,49],[57,3],[34,22],[-68,61],[-56,30],[-133,49],[-81,19],[-144,2],[-83,-8],[-97,-19],[-20,-11],[-73,10],[-66,58],[-93,142],[-47,46],[-77,58],[-54,27],[-94,28],[-56,9],[-89,-1],[-42,-8],[-135,-66],[-94,-71],[-85,-49],[-55,-19],[-79,8],[-71,36],[-79,88],[-37,120],[12,111],[1,61],[11,41],[1,132],[-27,97],[-59,119],[-54,56],[-58,40],[-122,31],[-171,4],[-107,36],[-30,41],[-43,33],[-90,115],[-1,11],[-62,97],[-17,38],[-8,60],[16,66],[-10,45],[-48,34],[-20,52],[-57,32],[-50,53],[-31,18],[5,34],[-19,17],[-104,63],[-43,69],[3,34],[37,84],[52,73],[15,39],[102,88],[57,82],[68,43],[74,20],[109,11],[112,27],[54,27],[72,75],[50,106],[15,106],[57,140],[-42,37],[-31,9],[-89,-85],[-50,-75],[-36,-71],[-42,-104],[-30,-40],[-53,-46],[-64,-17],[-140,6],[-29,52],[-20,137],[-1,103],[20,145],[40,152],[59,144],[52,99],[20,50],[81,143],[48,72],[7,25],[50,94],[165,354],[40,64],[60,133],[20,25],[161,285],[108,161],[34,79],[53,82],[69,178],[21,44],[22,79],[-2,134],[14,78],[-11,7],[-19,-121],[0,-43],[-23,-6],[-7,62],[14,143],[11,63],[40,153],[43,113],[27,101],[29,64],[5,30],[37,68],[61,156],[75,148],[90,48],[50,5],[18,-22],[9,-88],[36,-62],[49,-44],[40,-9],[128,23],[80,-9],[63,-36],[-12,44],[66,53],[19,5],[75,75],[-9,18],[-71,-71],[-45,-22],[-46,-40],[-22,-4],[-76,11],[-86,-1],[-45,-10],[-57,8],[-28,18],[-20,129],[-107,126],[-5,31],[21,91],[52,170],[25,55],[40,143],[16,41],[14,93],[30,108],[41,70],[27,11],[41,-39],[61,-111],[38,-48],[99,-91],[83,-52],[196,-85],[143,-50],[67,-11],[139,-5],[58,8],[29,-31],[-39,-69],[-5,-53],[55,-40],[52,1],[46,34],[62,7],[-12,20],[-63,-13],[-46,-31],[-44,0],[-27,22],[-4,31],[31,53],[9,63],[12,17],[127,82],[49,12],[56,-9],[108,-43],[87,-61],[42,-46],[31,-79],[-13,-28],[-31,-18],[-34,0],[-107,29],[-42,-23],[-11,-81],[55,-48],[108,-40],[63,-62],[45,-83],[13,18],[-36,74],[-50,53],[-66,40],[-68,22],[-32,31],[-14,30],[9,31],[51,8],[84,-30],[44,0],[45,23],[24,25],[33,0],[115,66],[48,-7],[85,38],[88,57],[32,31],[14,35],[0,102],[13,39],[32,26],[68,31],[58,57],[28,42],[35,-24],[5,-80],[18,-78],[45,-62],[27,-66],[-18,-49],[-27,-34],[-18,-71],[4,-97],[18,9],[-4,79],[9,67],[50,65],[8,35],[-8,72],[-46,30],[-27,65],[-1,106],[6,71],[18,51],[31,1],[72,35],[95,-13],[72,22],[49,53],[38,67],[80,-14],[36,31],[-5,96],[-22,-22],[13,-31],[-4,-39],[-41,-18],[-36,18],[-45,-22],[-36,-62],[-40,-40],[-50,-13],[-127,5],[-85,-22],[1,124],[-32,60],[0,31],[49,66],[18,35],[31,119],[14,75],[4,79],[32,17],[14,-43],[0,-106],[13,-31],[54,-44],[46,-8],[44,8],[59,31],[122,123],[44,9],[54,-48],[32,-53],[27,-79],[32,-31],[103,-53],[90,-22],[94,-40],[55,5],[41,-18],[-37,-114],[0,-39],[45,-102],[10,9],[-37,88],[0,53],[46,92],[-14,49],[-90,0],[-57,37],[-51,7],[-90,26],[-63,27],[-50,47],[-31,88],[-32,58],[-63,49],[-72,-1],[-68,-66],[-22,-35],[-45,-44],[-54,-22],[-54,-5],[-45,44],[4,102],[-22,70],[-41,39],[15,71],[-14,147],[26,51],[42,13],[81,-12],[130,-117],[63,-48],[79,-25],[200,14],[81,31],[49,30],[43,45],[46,32],[61,23],[86,-30],[49,-53],[85,-61],[146,-69],[28,-30],[40,6],[124,-44],[85,-74],[54,-35],[59,-27],[89,-4],[64,31],[35,33],[15,40],[-10,90],[-94,207],[-9,81],[18,41],[42,16],[50,5],[83,-17],[72,-47],[-25,-158],[1,-60],[28,-55],[52,-35],[62,-11],[140,-7],[72,14],[96,4],[90,-28],[43,-52],[93,-3],[22,16],[58,13],[35,-41],[-14,91],[10,15],[20,124],[56,93],[22,4],[72,-57],[77,-44],[50,2],[38,20],[20,38],[97,264],[13,72],[-11,51],[-48,42],[-75,45],[-28,51],[-36,33],[0,-65],[42,-53],[85,-49],[33,-35],[4,-43],[-22,-70],[-41,-72],[-37,-91],[-18,-61],[-19,-31],[-29,-9],[-36,14],[-72,70],[-38,17],[-34,-3],[-77,-50],[-42,-83],[-21,-132],[-22,-26],[-69,-9],[-36,17],[-59,60],[-49,25],[-74,-10],[-18,-14],[-84,-11],[-57,13],[-139,3],[-39,14],[-26,30],[2,52],[26,108],[-1,94],[-21,35],[-110,32],[-132,7],[-37,-5],[-65,-47],[-21,-49],[-6,-82],[18,-35],[21,-83],[44,-124],[-1,-62],[-19,-32],[-48,-12],[-85,53],[-83,71],[-124,85],[-47,26],[-89,28],[-107,41],[-115,102],[-115,66],[-109,8],[-68,-10],[-170,-85],[-95,-69],[-45,-24],[-28,8],[-46,65],[-48,83],[-66,61],[43,69],[14,35],[4,96],[0,150],[27,31],[32,-18],[58,-57],[72,-84],[68,-56],[53,-27],[41,-31],[72,-31],[68,18],[40,40],[36,114],[1,48],[35,75],[18,13],[144,-39],[91,9],[45,35],[53,65],[50,106],[41,26],[50,0],[134,57],[23,22],[36,0],[32,-87],[1,-31],[31,-84],[26,-31],[13,-43],[68,-62],[63,-93],[10,-35],[27,-21],[53,0],[41,30],[36,13],[46,40],[26,4],[67,35],[55,49],[31,70],[5,31],[45,88],[45,44],[40,83],[40,104],[-26,24],[-37,-110],[-53,-101],[-59,-75],[-31,-62],[-32,-87],[-27,-27],[-58,-35],[-86,-26],[-23,-22],[-68,-40],[-30,17],[-46,93],[-120,147],[-22,39],[-6,96],[-22,56],[-41,36],[-55,0],[-81,-33],[-13,-15],[-72,-4],[-86,-23],[-62,-44],[-54,-70],[-37,-80],[-27,-30],[-27,0],[-85,39],[-50,13],[-137,-5],[-8,36],[-21,18],[-73,13],[-13,22],[18,27],[-5,35],[-31,31],[-82,8],[-48,22],[-28,26],[1,34],[34,53],[49,23],[90,-16],[57,20],[23,74],[29,37],[33,13],[85,-31],[46,22],[16,57],[-50,44],[89,40],[68,41],[74,16],[37,-25],[3,-37],[22,-31],[73,-9],[39,24],[-6,68],[8,15],[97,13],[91,42],[42,2],[46,-15],[-15,-38],[-38,-53],[-2,-44],[23,-42],[61,-49],[43,5],[11,44],[-30,51],[21,31],[64,-70],[35,-9],[24,14],[17,73],[41,44],[31,7],[41,-42],[59,-17],[36,30],[3,20],[-29,27],[-41,17],[-31,41],[-15,79],[-21,-7],[37,-105],[82,-59],[-32,-26],[-26,5],[-50,44],[-33,9],[-44,-21],[-16,-24],[-15,-76],[-26,-16],[-36,19],[-22,46],[-36,10],[-27,-22],[0,-39],[24,-60],[-37,-7],[-56,49],[-15,56],[60,89],[-5,26],[-50,19],[-46,3],[-128,-47],[-54,-4],[-40,-37],[-5,-77],[-62,8],[-53,81],[-38,13],[-78,-16],[-62,-33],[-47,-34],[-33,-1],[-64,17],[-10,-33],[37,-36],[58,-15],[-6,-51],[-49,-7],[-53,25],[-52,-12],[-41,-49],[-44,-75],[-93,12],[-26,-4],[-71,-44],[-51,-76],[-37,-5],[-7,32],[26,67],[17,69],[-38,35],[-38,8],[-104,-17],[-23,-10],[-95,-8],[-57,-22],[-31,-31],[-23,-66],[0,-83],[-34,-19],[-63,5],[-46,49],[-27,69],[60,154],[-6,20],[5,89],[-17,86],[-26,101],[-56,134],[-35,60],[-70,84],[-115,108],[-57,60],[-162,132],[-35,19],[-198,144],[-44,118],[-43,64],[-74,53],[-10,46],[112,-9],[61,42],[24,42],[10,70],[14,31],[55,43],[102,19],[31,-24],[-13,-68],[-37,-144],[18,-22],[38,-4],[41,-64],[33,-5],[73,23],[77,17],[57,-27],[55,-55],[45,-73],[2,-44],[-63,-111],[-8,-63],[1,-57],[-37,-67],[4,-54],[35,-37],[43,-21],[42,1],[51,23],[43,-5],[94,5],[30,-13],[73,-81],[62,-49],[66,-18],[42,14],[61,52],[25,-10],[10,-42],[-3,-63],[36,-70],[31,13],[59,4],[59,-31],[21,-72],[47,5],[27,27],[38,10],[52,-18],[54,30],[71,7],[25,23],[15,53],[42,40],[31,3],[70,-16],[136,85],[22,-1],[27,-38],[37,-11],[25,12],[33,69],[-1,32],[-22,36],[23,10],[51,-20],[64,30],[25,-7],[28,-32],[118,-71],[54,19],[-25,30],[-23,-38],[-91,55],[-74,67],[-29,3],[-46,-40],[-62,28],[-47,-18],[37,-49],[-14,-78],[-41,-22],[-34,51],[-58,-10],[-81,-54],[-43,-18],[-59,14],[-65,-27],[-24,-32],[-22,-53],[-58,-6],[-61,-32],[-74,12],[-63,-39],[-26,13],[-9,44],[-45,37],[-59,12],[-60,-6],[-20,18],[0,97],[-27,56],[-59,-14],[-41,-33],[-40,-18],[-65,33],[-130,120],[-139,5],[-81,-21],[-57,11],[-34,30],[-4,54],[28,32],[13,52],[-2,55],[14,70],[59,62],[51,-22],[68,-14],[75,11],[38,-8],[131,-84],[31,-13],[75,-55],[6,32],[-120,66],[-94,67],[-62,24],[-144,-4],[-15,8],[-36,79],[-13,45],[-43,59],[-52,38],[-72,27],[-60,10],[-45,-8],[-31,45],[-38,-8],[-16,23],[18,44],[4,88],[-18,47],[-29,33],[-81,34],[-67,1],[-66,21],[12,27],[76,13],[67,2],[39,13],[29,29],[28,64],[7,78],[-13,67],[-23,31],[-69,61],[-84,39],[-79,54],[-12,43],[22,42],[43,40],[52,35],[145,79],[84,6],[117,-128],[9,-23],[112,-109],[73,-84],[85,-88],[22,-57],[-27,-30],[-35,-18],[-82,-22],[-22,-22],[-77,-44],[27,-14],[82,58],[202,57],[46,-9],[107,0],[95,58],[54,60],[9,36],[36,57],[36,114],[0,22],[36,62],[41,40],[132,-2],[57,-11],[68,-36],[76,-31],[77,0],[99,31],[71,40],[46,35],[77,74],[62,40],[59,53],[36,4],[63,-52],[95,-95],[146,-78],[51,-8],[244,-92],[153,-136],[23,-15],[15,-50],[57,-7],[8,47],[-21,67],[-28,42],[-41,83],[-135,137],[-90,60],[-71,62],[-46,27],[-95,70],[-67,39],[-126,57],[-54,31],[-49,18],[-104,62],[-58,52],[-104,79],[-135,132],[-50,71],[-45,88],[-18,61],[0,128],[13,17],[14,225],[-9,109],[4,18],[-54,128],[-85,92],[-59,79],[-122,136],[-26,53],[31,35],[54,40],[113,0],[103,-18],[41,5],[59,-9],[49,-22],[162,-31],[117,-49],[82,-48],[152,-65],[55,-31],[143,-31],[127,0],[94,22],[77,26],[64,31],[57,43],[149,151],[40,13],[30,-18],[29,-53],[18,-110],[-10,-146],[10,-61],[64,-140],[40,-44],[99,-74],[157,-71],[59,-35],[77,-71],[63,-43],[67,-31],[50,-5],[100,27],[80,52],[50,70],[0,27],[22,75],[5,118],[27,71],[23,27],[44,4],[41,-40],[45,-88],[59,-83],[45,-44],[85,-49],[54,-9],[64,-22],[70,-41],[55,63],[43,76],[-80,36],[-120,-6],[-95,30],[-36,31],[-18,40],[0,102],[-22,47],[-45,44],[-64,27],[-81,13],[-49,0],[-86,-31],[-27,-31],[-23,-56],[-3,-81],[-33,-105],[-39,-78],[-19,-53],[-54,-58],[-50,0],[-45,23],[-27,26],[-94,128],[-68,56],[-71,40],[-37,31],[-54,27],[-77,61],[-13,39],[0,119],[9,70],[0,84],[-14,66],[-26,62],[-77,79],[-72,35],[-55,9],[-89,0],[-59,-13],[-94,-53],[-81,-75],[-64,-48],[-85,-35],[-99,0],[-85,35],[-176,131],[-162,77],[-91,25],[-62,44],[-32,12],[-45,40],[-37,53],[-94,80],[-122,60],[-85,71],[-50,31],[-40,40],[-32,57],[-1,106],[15,110],[0,91],[13,45],[0,66],[23,52],[22,88],[82,238],[35,136],[86,264],[50,122],[31,128],[22,67],[9,69],[23,66],[59,247],[9,75],[27,123],[9,75],[4,100],[0,193],[19,89],[40,70],[35,35],[108,61],[109,49],[114,23],[67,21],[88,18],[41,2],[41,32],[85,53],[91,89],[49,69],[-53,14],[-15,22],[-4,53],[69,81],[65,49],[69,42],[113,52],[179,58],[89,33],[182,58],[119,45],[246,108],[207,107],[217,106],[80,47],[42,15],[168,93],[42,20],[127,88],[76,66],[54,35],[23,31],[23,-4],[108,127],[-27,4],[-27,31],[-27,-35],[-16,-60],[-75,-67],[-18,31],[50,83],[0,26],[31,66],[1,49],[81,87],[-14,27],[101,115],[52,65],[0,17],[61,70],[70,59],[54,13],[59,0],[55,10],[69,-30],[60,-86],[36,-96],[12,-74],[32,-50],[27,-17],[100,-28],[82,-8],[47,-22],[44,-70],[48,-7],[19,-52],[90,-29],[31,-22],[57,-9],[37,-26],[55,-12],[34,-38],[69,-37],[41,5],[77,26],[65,-19],[65,-39],[102,-40],[89,-25],[153,-59],[5,62],[54,33],[-88,37],[-27,27],[-62,40],[-204,104],[-62,15],[-95,33],[-84,22],[-71,44],[-110,57],[-117,77],[-57,13],[-42,25],[-43,10],[-13,35],[50,43],[73,40],[103,18],[143,48],[83,16],[53,19],[111,25],[26,-1],[214,47],[90,6],[81,27],[136,19],[58,22],[95,9],[157,40],[131,26],[50,0],[252,49],[90,22],[81,12],[40,0],[91,27],[31,0],[82,17],[98,9],[77,18],[36,0],[81,18],[50,0],[63,17],[121,18],[109,9],[18,9],[130,8],[95,-17],[84,-90],[0,-18],[-51,-41],[-91,-57],[-64,-76],[-68,-24],[-57,-29],[-4,-33],[12,-35],[85,-81],[31,-46],[45,-35],[40,-5],[34,34],[7,36],[-13,46],[-38,47],[8,44],[70,36],[60,22],[35,-27],[-65,-90],[-16,-50],[15,-42],[38,-26],[57,30],[26,70],[53,14],[81,-61],[5,-35],[-27,-36],[14,-48],[77,-5],[18,-13],[-18,-40],[-40,-27],[-108,-100],[-20,-30],[3,-64],[23,-24],[43,-4],[74,75],[30,-1],[19,-32],[-50,-65],[0,-38],[48,-27],[57,18],[42,-6],[3,-45],[-57,-56],[-2,-77],[16,1],[-5,68],[53,45],[17,32],[-7,34],[-63,23],[-64,-19],[-27,17],[4,28],[53,67],[-21,38],[-37,9],[-49,-28],[-27,-40],[-49,1],[-16,58],[108,108],[66,52],[20,43],[-12,21],[-43,17],[-49,1],[-13,12],[37,74],[-6,19],[-62,59],[-51,16],[-55,-25],[-36,-64],[-34,-20],[-20,11],[-13,51],[25,43],[59,57],[-2,61],[-33,14],[-62,-9],[-97,-49],[-28,-42],[10,-34],[32,-49],[14,-44],[-31,-40],[-47,18],[-57,88],[-75,81],[27,29],[89,30],[45,36],[26,38],[32,23],[64,7],[44,15],[31,45],[-8,51],[5,39],[63,23],[72,5],[76,17],[113,5],[45,13],[95,9],[80,0],[54,18],[91,4],[166,26],[82,17],[39,0],[123,18],[24,9],[187,26],[37,13],[62,5],[37,-14],[59,11],[22,23],[98,28],[100,14],[116,26],[37,-9],[187,46],[45,3],[152,32],[111,29],[332,71],[34,0],[82,18],[99,29],[137,28],[231,56],[85,13],[35,-7],[28,-31],[-3,-58],[13,-92],[22,2],[-5,159],[9,38],[37,38],[44,-3],[84,12],[148,32],[33,1],[151,34],[184,45],[69,7],[36,16],[235,56],[133,36],[32,2],[114,36],[80,13],[337,105],[66,16],[132,44],[142,37],[30,-11],[21,26],[106,32],[39,5],[28,18],[85,18],[48,20],[150,48],[41,8],[427,124],[59,0],[15,10],[210,52],[57,10],[113,33],[198,45],[205,39],[323,45],[35,12],[83,10],[376,82],[116,23],[101,14],[57,16],[39,-2],[34,16],[358,76],[194,46],[61,2],[62,23],[58,10],[80,34],[54,5],[141,28],[42,-2],[34,16],[71,10],[41,17],[313,59],[60,20],[92,5],[80,24],[220,32],[31,13],[136,19],[212,43],[75,8],[129,22],[133,-11],[64,-20],[30,-31],[69,-38],[21,-67],[9,-94],[24,35],[-5,54],[-17,83],[45,19],[89,54],[38,76],[90,76],[139,67],[39,10],[121,52],[15,13],[93,23],[51,19],[99,25],[266,90],[157,43],[112,34],[47,21],[49,9],[72,27],[48,6],[115,29],[41,16],[145,34],[87,15],[134,31],[67,9],[106,40],[153,26],[176,49],[99,17],[68,17],[34,18],[317,101],[44,8],[66,49],[92,-3],[42,-14],[143,-67],[206,-127],[10,22],[-173,123],[-48,18],[-2,21],[103,12],[526,92],[79,11],[74,22],[209,45],[135,26],[284,70],[155,44],[214,78],[37,9],[106,41],[60,9],[4,13],[236,108],[52,13],[173,85],[138,77],[177,87],[68,41],[48,16],[24,22],[176,105],[170,109],[83,58],[63,53],[152,116],[114,104],[62,47],[37,39],[-6,30],[20,66],[58,51],[1,26],[61,25],[77,87],[4,40],[-35,78],[37,39],[20,36],[35,22],[13,36],[93,66],[84,77],[73,90],[41,41],[16,47],[-1,81],[62,-5],[17,35],[-21,41],[-6,40],[-27,11],[-27,34],[-31,8],[-9,61],[10,20],[141,-5],[17,21],[-3,71],[-31,8],[-103,-1],[-26,13],[-43,48],[-57,-14],[-9,-36],[-27,-26],[-16,34],[30,15],[-14,29],[-50,-3],[-39,-35],[-10,31],[44,16],[53,44],[81,93],[5,55],[27,28],[66,25],[166,93],[90,65],[48,26],[317,204],[64,48],[46,56],[27,20],[60,15],[145,94],[80,79],[31,21],[105,88],[102,106],[137,123],[28,4],[7,30],[-61,2],[15,59],[25,31],[-19,43],[50,69],[28,15],[67,60],[10,85],[30,74],[28,41],[5,53],[35,41],[-3,47],[-18,21],[33,35],[49,34],[-1,24],[68,51],[4,37],[29,-2],[47,56],[55,45],[18,82],[77,26],[107,67],[145,105],[24,21],[19,45],[81,67],[59,22],[39,47],[40,9],[53,48],[88,51],[122,101],[47,46],[178,143],[40,39],[45,18],[14,22],[81,79],[40,30],[104,102],[85,99],[32,47],[22,12],[54,57],[64,80],[112,158],[39,68],[22,7],[7,62],[-25,41],[-7,68],[-34,40],[-43,26],[-39,101],[30,33],[21,46],[-5,36],[-21,18],[53,46],[98,62],[15,23],[34,92],[86,25],[130,107],[14,5],[89,87],[7,24],[55,35],[20,52],[49,35],[40,39],[12,25],[56,10],[95,84],[130,122],[37,60],[-15,37],[92,93],[46,19],[92,86],[45,71],[5,71],[-38,56],[7,25],[49,24],[85,87],[43,17],[7,40],[63,76],[81,113],[27,27],[27,53],[91,140],[48,58],[19,53],[49,91],[41,58],[36,75],[21,21],[29,75],[58,132],[32,57],[18,71],[36,39],[-5,36],[15,81],[-15,82],[-55,47],[-1,76],[38,65],[117,167],[36,71],[81,74],[90,66],[82,48],[40,36],[77,22],[44,53],[168,114],[166,92],[45,31],[72,62],[72,-1],[23,44],[40,31],[85,49],[32,9],[45,30],[203,119],[32,13],[175,111],[18,16],[103,57],[29,30],[210,142],[36,35],[145,102],[44,44],[23,9],[81,61],[64,57],[49,31],[74,73],[102,81],[58,35],[68,66],[45,31],[76,70],[104,83],[45,31],[112,101],[50,31],[50,49],[67,48],[54,52],[72,53],[126,110],[73,53],[54,52],[108,80],[113,92],[67,66],[95,79],[229,225],[53,72],[72,68],[60,95],[58,60],[46,78],[160,162],[60,34],[34,10],[-4,32],[23,35],[42,32],[59,69],[112,102],[106,115],[45,34],[121,128],[54,44],[22,43],[42,40],[105,118],[49,61],[39,65],[29,32],[63,96],[10,46],[-10,21],[87,120],[66,87],[43,90],[70,103],[31,66],[-1,54],[24,56],[23,22],[26,75],[37,31],[22,44],[91,123],[36,39],[9,40],[80,74],[23,35],[62,66],[163,163],[109,124],[39,30],[23,39],[54,62],[64,58],[54,73],[40,42],[43,63],[28,20],[84,112],[130,149],[82,109],[63,68],[48,67],[26,21],[48,70],[24,15],[43,67],[17,9],[78,109],[23,16],[37,59],[31,29],[10,35],[89,112],[56,87],[46,16],[-1,31],[132,184],[36,66],[49,76],[57,75],[5,26],[45,71],[0,35],[36,44],[9,26],[56,91],[26,58],[23,27],[82,187],[94,176],[13,48],[89,253],[9,49],[-5,52],[9,26],[-13,32],[-46,54],[-60,7],[-44,48],[-9,23],[11,51],[43,13],[16,33],[31,30],[43,88],[60,83],[92,53],[106,158],[14,40],[-32,13],[-5,-62],[-49,-57],[-22,8],[-32,40],[23,44],[0,27],[-32,35],[15,51],[53,2],[49,17],[17,45],[28,34],[16,61],[34,71],[50,146],[-1,35],[45,149],[0,44],[21,66],[2,101],[21,64],[-12,48],[13,20],[0,233],[-9,39],[0,93],[-13,40],[0,62],[-14,30],[-28,185],[-24,82],[-6,47],[-40,121],[-46,93],[-13,78],[-14,18],[-32,84],[-18,70],[-27,70],[-26,40],[-23,106],[-22,30],[-19,109],[-18,63],[-25,23],[-2,33],[-26,59],[9,32],[-64,103],[33,44],[55,39],[53,70],[11,31],[-11,34],[7,47],[101,-55],[100,-17],[48,-15],[76,-2],[50,-13],[148,0],[172,-18],[112,5],[284,-18],[85,-13],[27,4],[113,-4],[140,-13],[72,9],[153,-23],[446,1],[41,-5],[112,9],[171,0],[186,-37],[282,-73],[253,-133],[173,-190],[85,-160],[68,-98],[55,-36],[79,12],[113,53],[154,-44],[144,-79],[178,-125],[242,-268],[195,-287],[203,-390],[176,-257],[161,-230],[181,-343],[-10,-197],[-41,-258],[-1,-180],[39,-86],[63,-64],[49,-38],[79,-39],[101,-82],[48,-83],[-10,-98],[-30,-113],[-39,-115],[-80,-183],[-40,-186],[-7,-283],[28,-232],[117,-89],[178,-49],[227,-49],[162,42],[180,143],[111,25],[108,-32],[305,-99],[147,-42],[127,46],[60,64],[44,97],[80,92],[127,39],[134,-41],[100,-122],[14,-149],[10,-247],[31,-172],[41,-130],[131,-218],[136,-350],[232,-381],[158,-249],[100,-22],[110,0],[108,-13],[157,-5],[98,-25],[161,-121],[94,-132],[46,-133],[69,-177],[141,-216],[218,-343],[142,-119],[101,-45],[147,-75],[115,-20],[220,-27],[129,-10],[67,-30],[35,-55],[18,-108],[-79,-104],[-85,-85],[-112,-107],[-20,-109],[122,-53],[143,-11],[158,42],[77,37],[158,38],[265,83],[328,183],[415,247],[374,347],[280,345],[178,271],[88,158],[175,133],[211,117],[142,115],[93,138],[32,106],[-91,-11],[-147,-38],[-117,7],[-28,58],[52,208],[206,182],[246,325],[206,322],[152,225],[72,155],[82,228],[19,113],[-49,31],[-107,-83],[-107,-145],[-170,-134],[-138,-13],[-38,100],[3,118],[30,127],[176,200],[369,406],[187,313],[236,515],[44,530],[-21,248],[-101,62],[-142,20],[-200,60],[-194,38],[-175,104],[-114,204],[-57,339],[-34,677],[28,578],[-68,647],[-57,381],[-21,246],[-20,193],[-32,224],[-31,174],[-103,196],[-156,233],[-93,144],[-18,138],[7,153],[55,195],[15,108],[97,97],[141,43],[162,17],[151,2],[148,24],[178,146],[84,153],[89,232],[33,121],[39,99],[211,135],[216,77],[292,53],[309,42],[277,35],[300,44],[214,111],[160,268],[83,200],[126,242],[28,48],[120,62],[132,51],[84,-15],[57,-57],[-101,-160],[-15,-76],[12,-41],[102,59],[85,-6],[-134,-159],[-96,-147],[-86,-115],[-53,-78],[6,-9],[105,108],[68,54],[99,37],[46,0],[-77,-100],[6,-49],[58,-94],[-5,-52],[9,-73],[-46,-21],[-40,-109],[-13,-100],[6,-56],[16,-49],[25,-24],[37,3],[33,46],[40,3],[16,-34],[-46,-38],[-52,-58],[76,-6],[33,-13],[7,-71],[73,-36],[19,-25],[14,-120],[0,-119],[49,-147],[-19,-96],[12,-122],[55,-145],[38,-83],[53,-148],[-19,-207],[-34,-59],[-12,-79],[2,-93],[122,-251],[27,-131],[3,-178],[5,-59],[29,-82],[31,-59],[2,-97],[-7,-86],[16,-155],[72,-232],[209,-335],[43,-229],[165,-448],[80,-210],[54,-158],[36,-123],[45,-181],[107,-329],[3,-151],[-41,-173],[-16,-89],[-10,-100],[38,-204],[94,-298],[-6,-142],[-46,-178],[-18,-42],[57,-102],[60,-56],[57,-39],[71,-34],[113,-14],[129,16],[72,38],[131,19],[88,5],[109,-25],[218,-80],[278,-121],[238,-73],[263,2],[226,23],[71,19],[69,3],[66,-34],[58,-58],[25,-135],[14,-155],[23,-98],[21,-35],[75,-16],[175,23],[139,40],[116,15],[145,-57],[62,-36],[118,-101],[41,-138],[47,-88],[48,-59],[99,-86],[87,-34],[101,-14],[107,29],[63,44],[38,15],[135,76],[110,84],[123,135],[16,111],[-8,56],[9,19],[-1,97],[-78,125],[-137,116],[-186,350],[-94,98],[-108,52],[-15,27],[-223,129],[-146,127],[-86,118],[-108,93],[-77,80],[-53,83],[-42,93],[-67,219],[81,273],[-91,229],[21,129],[-29,69],[25,97],[-15,69],[-106,87],[-10,58],[8,210],[38,142],[-49,93],[-4,97],[134,235],[120,121],[37,203],[-24,104],[60,186],[-74,454],[-318,218],[-34,35],[-66,48],[-16,47],[105,154],[42,125],[-16,115],[-38,67],[-76,69],[-57,20],[-58,166],[14,85],[9,109],[52,128],[-4,99],[-22,147],[-88,146],[-121,100],[-139,123],[-43,127],[37,297],[35,104],[28,144],[-55,63],[-21,63],[-115,115],[-216,163],[-299,171],[-178,139],[-64,67],[3,49],[48,71],[-19,57],[-214,59],[-59,95],[-163,203],[2,10],[-54,154],[-19,98],[26,22],[204,102],[136,111],[98,8],[84,65],[17,82],[16,9],[-26,145],[-30,118],[-38,81],[30,52],[84,66],[89,-11],[167,-54],[123,0],[41,40],[102,-61],[62,-109],[83,-172],[0,-150],[123,-180],[51,-70],[164,10],[195,-80],[145,9],[174,-49],[164,-71],[144,-70],[193,-115],[114,142],[186,-9],[415,73],[296,126],[149,117],[53,79],[-9,87],[-46,65],[-18,75],[-6,83],[21,47],[58,39],[71,11],[60,-1],[62,67],[30,55],[29,122],[53,19],[58,-12],[103,54],[-18,43],[33,79],[108,35],[250,26],[101,38]],[[285719,98440],[31,-26],[-27,-22],[-54,-5],[-23,18],[73,35]],[[281935,98480],[45,-22],[-77,-44],[-18,31],[50,35]],[[286372,98511],[31,-27],[23,0],[80,-35],[46,-44],[45,4],[18,-13],[-23,-96],[50,-13],[35,4],[37,31],[36,52],[27,-4],[32,-35],[45,-13],[49,-62],[-26,-44],[5,-31],[30,-26],[45,0],[36,-18],[77,-92],[54,-13],[-19,-44],[-21,0],[-32,-53],[58,-39],[-9,-40],[-90,9],[-44,-39],[-60,-23],[-23,-48],[-84,0],[-123,97],[-44,-31],[58,-66],[5,-66],[18,-39],[-12,-20],[-37,3],[-35,-52],[-33,-6],[-109,-76],[-57,-17],[-50,22],[-54,0],[-68,71],[-45,35],[-45,4],[-27,-13],[-36,35],[-18,36],[-32,9],[-27,47],[13,57],[-18,23],[-4,44],[-26,13],[-23,70],[-50,-52],[-36,38],[-100,-8],[-17,26],[-22,93],[31,40],[49,13],[27,-44],[27,-22],[72,-5],[72,-13],[14,31],[-99,96],[-59,18],[-54,-30],[-27,12],[-53,0],[-18,18],[-5,88],[36,40],[49,4],[32,27],[-23,35],[-4,43],[40,49],[68,-5],[32,27],[85,22],[41,-18],[104,-4],[22,-67],[-49,-35],[13,-16],[49,25],[77,-13],[54,35],[18,27],[-18,84],[23,13]],[[286038,98695],[27,-22],[-18,-40],[0,-44],[-18,-47],[-35,-36],[-50,5],[-54,-53],[-37,-5],[0,45],[23,44],[36,26],[68,105],[58,22]],[[282187,98726],[32,-26],[36,9],[23,-18],[76,9],[85,-75],[-4,-31],[-72,-48],[-46,-4],[-62,-31],[-27,13],[-32,40],[-77,74],[-18,26],[63,58],[23,4]],[[282998,98981],[40,-35],[-27,-35],[-76,-58],[-22,0],[-37,36],[14,26],[59,49],[49,17]],[[283286,99403],[41,-35],[-18,-26],[-136,-93],[-44,4],[-54,-22],[-14,13],[-9,58],[54,44],[32,-4],[35,30],[63,0],[50,31]],[[283912,99715],[-54,-31],[-14,-34],[50,-18],[23,-22],[-5,-44],[-59,-62],[19,-18],[35,9],[23,-13],[-4,-31],[-32,-21],[-68,-80],[-3,-53],[-18,-35],[-37,-31],[-49,0],[-32,-12],[-36,4],[-27,26],[-49,79],[23,31],[26,0],[45,27],[-5,31],[-116,4],[-37,-35],[-31,-5],[-32,-31],[-80,53],[9,31],[26,26],[-5,22],[41,31],[68,-5],[68,18],[44,66],[104,101],[82,31],[44,0],[50,13],[13,-22]],[[283962,99939],[99,-31],[18,-17],[-5,-52],[-44,-9],[-86,-40],[-45,44],[13,61],[50,44]],[[284989,100032],[27,-27],[-32,-22],[-27,0],[-9,31],[41,18]],[[284688,100076],[39,-44],[77,4],[-41,-35],[32,-35],[-18,-58],[-23,-22],[9,-43],[-45,-44],[-112,-27],[-27,-26],[-41,18],[-9,35],[-45,-9],[-26,9],[-68,-35],[-86,-67],[-9,-56],[-44,-27],[-68,-4],[-23,-13],[-36,9],[-32,44],[55,100],[40,36],[-22,53],[13,52],[82,79],[62,4],[32,14],[95,17],[71,31],[54,36],[91,30],[23,-26]],[[284969,100122],[13,-18],[-35,-39],[-19,32],[41,25]],[[284768,100190],[22,-34],[-36,-23],[-27,44],[41,13]],[[286827,100520],[71,-66],[36,0],[37,-18],[36,14],[54,-18],[-18,-57],[-18,-14],[-32,22],[-45,-22],[-27,9],[-58,-4],[-27,26],[-63,-22],[-64,31],[-50,13],[32,40],[0,40],[32,22],[59,-5],[45,9]],[[278959,100468],[-28,26],[14,34],[41,-13],[-27,-47]],[[286912,100938],[59,-44],[13,-45],[-27,-53],[-50,-47],[-31,-9],[-27,17],[-40,4],[-73,-17],[-45,0],[-49,48],[5,66],[53,66],[41,14],[32,-40],[45,13],[18,-13],[76,40]],[[286916,101016],[77,-35],[-31,-17],[-41,0],[-32,43],[27,9]],[[286137,100964],[-31,21],[4,31],[23,22],[32,-57],[-28,-17]],[[286669,101122],[31,-22],[18,-53],[-13,-48],[-54,-61],[-13,-53],[-46,-58],[10,-44],[-46,-26],[-40,-57],[-14,-106],[41,-48],[-32,-17],[-45,-57],[-49,13],[-23,22],[14,96],[18,27],[8,83],[-31,18],[-36,-4],[-27,17],[-36,-4],[-45,13],[-28,21],[-21,80],[35,17],[36,40],[27,5],[23,48],[45,39],[9,35],[46,45],[44,-5],[27,13],[45,-13],[36,9],[59,35],[27,0]],[[286439,101338],[-22,8],[17,54],[27,-5],[-4,-40],[-18,-17]],[[286538,101412],[46,40],[31,-31],[-4,-35],[-50,-44],[-45,-4],[-41,83],[45,39],[18,-48]],[[286506,101482],[-31,27],[36,31],[23,-36],[-28,-22]],[[286984,101584],[77,-44],[31,-31],[0,-53],[-40,-61],[-50,-13],[-63,43],[-27,62],[-5,48],[36,45],[41,4]],[[286196,101640],[35,-43],[-26,-26],[-45,-13],[-9,30],[27,48],[18,4]],[[286222,101746],[-8,-75],[-40,9],[-18,-18],[-5,-38],[-50,-36],[-22,9],[22,57],[27,44],[46,35],[48,13]],[[285919,101723],[-38,-12],[-1,43],[36,-2],[3,-29]],[[286286,102111],[31,-18],[28,-100],[-41,-36],[-27,0],[-27,-26],[0,-53],[22,-65],[-31,-14],[-27,-31],[-63,22],[-18,23],[-14,87],[41,35],[0,62],[18,44],[36,43],[72,27]],[[286583,102296],[28,-17],[-27,-31],[-23,35],[22,13]],[[286714,102348],[-27,-26],[-32,13],[22,49],[37,-36]],[[283570,102533],[18,-13],[-31,-35],[-32,26],[45,22]],[[286822,102643],[46,-57],[0,-31],[-28,-40],[-31,9],[4,115],[9,4]],[[282260,102604],[-19,13],[5,93],[27,-36],[14,-48],[-27,-22]],[[281507,102921],[27,-14],[59,5],[54,-53],[53,-93],[18,-56],[32,-62],[0,-27],[23,-57],[0,-65],[54,-133],[18,-31],[0,-35],[-22,-61],[0,-57],[-32,-106],[-18,-21],[-9,-71],[4,-44],[-13,-40],[22,-35],[19,-61],[54,-80],[21,-62],[-48,-96],[-37,0],[-153,62],[-63,39],[-36,0],[-50,40],[-22,39],[-45,18],[-50,49],[10,38],[-10,49],[14,40],[81,66],[-19,35],[-48,18],[-23,-4],[-81,21],[-94,53],[-55,-9],[-27,-36],[0,-51],[-54,-49],[-23,-44],[-49,-27],[-31,-44],[-14,-65],[-4,-93],[-23,-40],[5,-47],[18,-62],[62,-71],[27,-9],[36,18],[55,-35],[63,-74],[14,-49],[26,-31],[22,-48],[9,-62],[28,-90],[-76,-37],[-64,-5],[-40,22],[-59,18],[-36,35],[-85,22],[-32,18],[-112,23],[-50,-23],[-118,-119],[-58,-9],[-31,31],[-11,-53],[-75,-65],[-73,-27],[-66,18],[-73,34],[-36,31],[-45,22],[-76,-4],[-50,-36],[-32,0],[-72,31],[-40,-24],[23,-50],[-7,-101],[-61,-58],[-63,-13],[-32,62],[-62,-9],[-32,26],[-32,5],[-43,-20],[-18,11],[-69,-22],[-75,-49],[-11,-24],[-41,-32],[19,-71],[36,-13],[98,31],[28,27],[45,17],[-5,26],[54,39],[32,-31],[-13,-43],[26,-35],[104,-40],[18,-17],[-5,-53],[-32,-18],[-80,-25],[-31,-27],[71,-75],[-9,-27],[-40,40],[-45,18],[-113,-9],[-23,18],[-30,-14],[-28,-53],[-36,0],[-45,-22],[-59,-57],[-44,-30],[-41,18],[11,34],[-20,20],[-63,-7],[-32,35],[17,86],[27,49],[38,37],[26,4],[34,62],[-11,15],[31,34],[0,35],[18,47],[-5,27],[19,57],[27,49],[4,136],[-13,66],[31,31],[28,57],[31,39],[0,62],[27,57],[58,70],[73,71],[0,75],[-19,31],[37,65],[40,106],[28,31],[6,33],[56,-13],[50,11],[58,-22],[55,17],[41,27],[75,74],[18,75],[23,22],[32,-13],[54,22],[58,-22],[-5,-71],[14,-26],[81,-40],[68,0],[63,13],[40,36],[77,35],[37,49],[35,22],[45,0],[63,17],[37,27],[80,83],[41,48],[58,22],[73,14],[58,35],[45,0],[86,39],[18,0],[71,61],[59,102],[5,57],[-5,110],[36,92],[85,88],[41,57],[5,31],[27,14]],[[285291,103008],[38,-20],[97,-67],[36,0],[95,-53],[73,-7],[48,-24],[121,-36],[104,0],[77,45],[85,-76],[45,-113],[-4,-31],[22,-27],[28,5],[22,-22],[-4,-58],[9,-21],[44,-35],[50,-58],[-18,-44],[4,-26],[-13,-61],[-49,-31],[-50,-44],[-36,-13],[-45,-67],[-64,-4],[-76,-70],[-13,-44],[27,-53],[-9,-40],[-64,-96],[-45,-97],[-80,-92],[0,-79],[-9,-27],[31,-26],[14,-36],[26,-22],[50,9],[54,31],[55,-9],[22,-48],[-41,-39],[-31,4],[-113,-53],[-54,-44],[-31,0],[-23,-26],[32,-49],[4,-61],[27,-22],[72,22],[54,-22],[85,6],[1,56],[18,17],[49,-9],[27,-21],[-4,-80],[-27,-48],[0,-49],[-36,22],[-13,-31],[30,-21],[41,-4],[23,-18],[-14,-27],[-41,-22],[-4,-31],[-58,-39],[32,-36],[-18,-47],[-37,-40],[-54,-93],[-45,-44],[-94,-35],[-18,-61],[-23,-44],[-72,-40],[49,-40],[0,-34],[31,-52],[-58,-54],[-77,-9],[-107,-57],[-41,9],[-41,39],[23,71],[54,61],[-4,35],[31,40],[0,53],[-13,57],[22,96],[5,84],[18,27],[9,61],[-50,22],[-22,-22],[4,-48],[-27,-26],[5,-71],[-41,-27],[-23,23],[9,48],[-48,9],[0,-44],[-23,-40],[9,-44],[-68,-43],[-63,-84],[-18,-40],[0,-40],[-27,-69],[-85,-106],[-73,-9],[-50,40],[-9,44],[-67,-18],[-72,-31],[-103,5],[-81,-22],[-50,48],[-73,22],[-89,-31],[-59,-31],[-68,0],[-98,-96],[-68,8],[-59,-12],[-62,-40],[-55,-18],[-72,-70],[-27,-13],[-26,-45],[-91,-78],[-68,-9],[-44,-49],[-32,-4],[-36,-35],[-113,-40],[-23,-22],[-76,-26],[-22,-48],[-73,-49],[-54,-53],[-44,-4],[-82,-44],[-36,13],[-62,-5],[-18,-21],[30,-40],[0,-30],[-44,-75],[85,-58],[-13,-25],[4,-40],[-27,-44],[-8,-36],[-54,-44],[-5,-26],[-140,-136],[-62,-31],[-37,18],[37,70],[9,53],[22,21],[5,71],[-27,49],[-37,0],[-104,75],[-4,21],[-45,44],[-49,-22],[-32,35],[23,58],[54,44],[9,22],[-9,61],[12,44],[-17,31],[40,44],[9,53],[-53,47],[9,45],[-9,39],[35,40],[9,35],[41,0],[27,18],[9,34],[54,31],[14,44],[5,62],[-23,9],[-91,-4],[-59,-22],[-57,0],[-32,31],[18,35],[50,39],[-14,22],[-45,9],[-68,-5],[-27,22],[-18,106],[45,40],[36,61],[23,22],[68,0],[18,13],[-9,44],[35,40],[0,35],[-18,17],[-40,5],[-40,-18],[-59,13],[-27,22],[22,53],[-9,27],[32,35],[-5,49],[50,78],[-4,71],[-14,17],[23,36],[-19,69],[77,76],[45,83],[-9,66],[9,84],[45,70],[-9,61],[-63,146],[-10,83],[-26,53],[0,92],[-27,66],[23,22],[89,22],[32,31],[-4,26],[31,27],[27,-9],[32,31],[-9,47],[27,18],[53,0],[46,-65],[72,22],[9,33],[-9,72],[54,31],[31,-4],[50,21],[18,-26],[45,22],[27,-26],[18,31],[54,-36],[13,-26],[77,22],[5,40],[27,48],[36,30],[27,-17],[31,-48],[32,0],[104,65],[94,97],[-45,84],[95,-4],[40,35],[32,61],[41,-5],[39,36],[5,40],[59,105],[-23,35],[23,35],[40,31],[54,-22],[-8,-49],[40,-30],[17,-39],[46,-27],[27,5],[59,-14],[77,31],[39,35],[45,75],[55,4],[27,49],[-23,26],[32,49],[62,9],[86,21],[9,-43],[37,-22],[80,-71],[86,-9],[36,31],[32,44],[41,5],[71,44],[36,12],[91,9],[44,17],[86,0],[68,27]],[[285259,103206],[-50,-5],[18,49],[37,22],[43,-9],[-48,-57]],[[188785,8412],[58,-7],[73,-43],[79,-73],[17,-49],[1,-98],[-44,-126],[-11,-62],[-40,-16],[-73,81],[-34,30],[-44,70],[-13,35],[11,70],[0,158],[20,30]],[[183944,10479],[-22,35],[27,23],[25,-14],[-30,-44]],[[174608,11229],[-18,-40],[-49,-49],[-55,-35],[-67,27],[-28,47],[24,41],[40,13],[58,0],[41,22],[14,30],[0,71],[22,31],[50,-22],[-23,-75],[-9,-61]],[[175240,11533],[29,49],[20,-24],[-49,-25]],[[172292,12247],[41,-82],[-8,-32],[-50,-21],[-63,-13],[-37,58],[-24,91],[46,-15],[95,14]],[[175919,12350],[59,-22],[58,-35],[45,-5],[41,-26],[45,-5],[49,13],[72,-44],[18,-31],[32,-100],[22,-42],[46,-16],[18,-75],[31,-91],[0,-27],[40,-162],[59,-106],[82,-97],[-9,-136],[-19,-58],[5,-30],[-27,-93],[4,-13],[-27,-66],[-90,-65],[-45,0],[-99,38],[-54,36],[-104,79],[-13,5],[-72,75],[-82,43],[-58,4],[-45,-8],[-45,-44],[-41,-57],[-9,-31],[-40,-57],[-22,-49],[-41,-39],[-41,-61],[-50,-123],[14,-102],[14,-26],[58,-62],[76,-43],[86,9],[55,52],[49,172],[23,39],[49,48],[68,18],[58,-44],[-4,-36],[-23,-47],[-40,-40],[-41,-66],[-14,-80],[18,-39],[46,-39],[40,-13],[140,4],[49,-13],[32,-40],[-9,-66],[-36,-30],[-117,4],[-32,12],[-67,-4],[-86,-39],[-36,5],[-36,83],[-45,44],[-32,13],[-86,0],[-44,-18],[-68,-79],[-31,0],[-64,35],[-35,-9],[-72,-69],[-48,-28],[-29,2],[-85,64],[-91,5],[-32,26],[-36,67],[-30,39],[-68,31],[-32,5],[-23,26],[-45,114],[-27,26],[-40,119],[0,206],[-4,93],[13,40],[40,26],[18,-4],[45,-53],[-4,-18],[36,-48],[36,-14],[46,0],[30,18],[59,66],[50,89],[0,47],[-18,36],[-59,57],[-18,0],[-48,53],[39,22],[77,-4],[13,8],[176,-4],[68,26],[72,84],[35,79],[0,70],[-9,53],[-80,110],[-59,140],[-9,53],[13,53],[64,52],[40,0],[13,31],[86,44],[86,9],[80,31],[59,36],[50,4]],[[180993,12450],[4,-46],[27,-5],[4,-41],[-37,17],[-31,55],[33,20]],[[172670,13036],[31,-14],[38,5],[27,-44],[92,-42],[-2,-140],[-78,3],[-49,22],[-58,85],[-18,60],[0,61],[17,4]],[[172253,13554],[67,-4],[54,-22],[36,-58],[41,0],[27,36],[90,8],[45,-13],[36,-61],[0,-115],[-36,-35],[-86,-61],[-22,-70],[-31,-31],[-32,-14],[-118,45],[-4,-23],[68,-35],[86,-9],[39,-17],[-17,-44],[63,-17],[45,-44],[77,-128],[45,-48],[62,-26],[46,0],[58,-49],[5,-35],[-23,-62],[-31,-40],[-104,-96],[-63,-49],[-54,-96],[-72,-35],[-32,0],[-72,-18],[-22,-22],[-18,-84],[-21,-35],[-38,18],[-27,70],[-32,33],[-62,-15],[-82,13],[-31,31],[-10,44],[47,107],[-33,78],[-108,65],[-22,26],[-5,44],[27,98],[-4,96],[-36,75],[-68,53],[-76,18],[-158,8],[-122,26],[-54,4],[-94,36],[-41,39],[-9,36],[32,35],[94,61],[63,35],[112,5],[41,-9],[118,-74],[94,-27],[-23,31],[-39,5],[-159,87],[-71,18],[-73,-9],[-77,-53],[-80,-43],[-32,-27],[-22,9],[13,56],[59,67],[31,57],[36,31],[86,18],[27,13],[130,34],[158,18],[108,31],[32,0],[248,35]],[[169482,13985],[26,-46],[-24,-25],[-11,-47],[-49,-80],[-13,22],[4,41],[-14,17],[-64,14],[-44,20],[68,27],[27,52],[32,-12],[62,17]],[[176135,14169],[42,8],[22,-12],[17,-49],[54,-43],[59,-22],[-14,-53],[73,-57],[-14,-22],[36,-44],[-31,-31],[22,-17],[54,4],[4,-31],[45,-22],[-13,-39],[-36,-9],[-72,-36],[-63,0],[-77,-47],[-67,-71],[-45,-26],[-73,-58],[-13,-47],[4,-80],[-18,-26],[-4,-40],[-40,-78],[-9,-67],[-41,-40],[-9,-30],[9,-58],[40,-56],[-22,-75],[-36,4],[-45,-26],[-86,0],[-26,-18],[-18,-49],[-5,-91],[49,-71],[32,-22],[90,0],[54,-22],[49,-5],[-9,-34],[-153,-66],[-68,8],[-85,-44],[-40,-8],[-91,-71],[-44,-74],[-32,-22],[-32,4],[-67,-31],[-46,-48],[-35,-74],[9,-89],[-4,-88],[18,-31],[-5,-26],[54,-119],[54,-53],[36,-52],[-23,-26],[-54,-27],[-71,-4],[-18,-13],[-41,8],[-91,-17],[-40,-27],[-58,-22],[-77,0],[-41,-13],[-76,0],[-40,-27],[-41,9],[-45,-31],[-55,-60],[-39,-27],[-41,0],[-23,22],[5,49],[-14,69],[-59,58],[-54,31],[-80,26],[-28,-13],[-76,-75],[-72,13],[-14,20],[14,82],[23,52],[0,44],[-32,53],[-45,-5],[-68,-35],[-45,0],[-117,44],[-36,40],[-18,83],[-27,84],[-5,53],[-18,65],[-44,110],[-41,45],[-59,127],[-9,70],[68,18],[64,35],[30,30],[27,49],[46,13],[54,-31],[67,-22],[58,18],[23,26],[14,41],[0,61],[-32,70],[-18,22],[-32,75],[-7,152],[3,121],[13,17],[109,30],[63,31],[58,13],[19,-17],[53,0],[59,-35],[50,-14],[13,14],[76,5],[41,-9],[103,-89],[50,-61],[13,-35],[45,-27],[42,5],[36,-17],[67,-9],[38,8],[-79,39],[-35,45],[13,65],[45,123],[58,0],[55,124],[34,22],[42,73],[4,67],[-35,31],[0,36],[76,13],[37,35],[-37,61],[-32,27],[27,53],[5,39],[45,31],[64,-17],[31,43],[31,0],[13,-48],[32,-26],[27,8],[-9,53],[32,31],[-9,39],[9,27],[45,-9],[27,-31],[49,-35],[50,4],[41,-43],[-5,-27],[18,-35],[-27,-31],[23,-17],[45,0],[32,-31],[62,4],[32,13],[113,16],[33,-5],[29,16],[6,54],[76,21],[36,22],[-21,73],[-56,77],[-23,17],[0,44],[75,21],[16,48],[22,9]],[[176072,14245],[23,-58],[-58,-46],[-19,-29],[-40,9],[-32,22],[18,40],[31,8],[23,31],[54,23]],[[170653,14345],[27,-9],[-13,-127],[-77,62],[18,44],[45,30]],[[170717,14741],[0,-26],[-37,-71],[-63,-39],[-27,4],[-32,49],[-28,87],[11,13],[86,-21],[26,49],[59,13],[14,-35],[-9,-23]],[[164623,14825],[-32,6],[-35,51],[21,13],[44,-49],[2,-21]],[[173437,15062],[50,-13],[86,-58],[30,-43],[0,-53],[-30,-27],[0,-21],[-55,-67],[-22,-4],[-32,-35],[-9,-44],[18,-17],[4,-58],[46,-26],[54,-83],[23,-49],[0,-37],[48,-40],[37,-42],[36,-9],[23,-30],[-5,-132],[-9,-65],[23,-62],[27,-31],[0,-97],[-45,-39],[4,-53],[15,-22],[48,-13],[-34,-59],[-61,-17],[0,-43],[26,-53],[69,-57],[64,-14],[93,-53],[55,-42],[14,-40],[-18,-75],[22,-40],[4,-40],[-13,-38],[-4,-67],[0,-176],[13,-83],[35,-84],[46,-57],[4,-48],[-23,-58],[-18,-17],[-53,0],[-72,35],[-82,4],[-27,-35],[0,-22],[-53,-48],[-108,-42],[-32,64],[-9,39],[-58,111],[-28,26],[-17,52],[-37,75],[-9,53],[-4,114],[22,49],[0,39],[18,67],[41,91],[5,84],[-9,49],[-46,78],[-67,75],[-59,23],[-31,22],[-181,-5],[-40,14],[-50,-14],[-22,18],[0,43],[18,75],[-9,31],[-31,34],[6,28],[-105,74],[-41,-9],[-32,40],[0,31],[32,53],[36,-14],[13,18],[-44,44],[27,52],[48,22],[32,-22],[54,36],[-14,56],[37,-3],[18,17],[45,96],[-40,40],[-14,53],[36,62],[5,61],[30,71],[46,22],[4,31],[64,109],[-27,44],[49,146],[41,39],[35,-14],[50,49]],[[164222,16385],[-18,14],[0,84],[18,22],[27,-14],[-4,-66],[-23,-40]],[[164378,16733],[-41,-8],[-25,45],[21,58],[93,58],[-32,-85],[-16,-68]],[[189009,19876],[80,-40],[109,-65],[85,-35],[81,-22],[82,0],[85,13],[170,74],[46,0],[31,-26],[14,-30],[13,-89],[0,-78],[-14,-30],[-40,-14],[-74,-87],[-111,-64],[-26,-52],[-6,-107],[-18,-37],[-66,-53],[-104,-44],[-59,6],[-100,-55],[-26,0],[-64,136],[-15,15],[-151,87],[-47,19],[-134,32],[-12,44],[-29,61],[-1,53],[57,94],[18,56],[5,54],[16,41],[71,112],[49,49],[39,9],[46,-27]],[[188697,20096],[55,-31],[94,-65],[54,-53],[13,-44],[-61,-64],[-35,-66],[-41,-44],[-13,-32],[0,-85],[-73,-114],[-2,-54],[45,-99],[-25,-40],[-145,-58],[-47,-9],[-111,0],[-99,20],[-97,42],[-172,85],[-89,59],[-28,12],[-81,72],[-37,58],[22,70],[81,111],[34,52],[2,47],[26,94],[27,26],[46,5],[72,-80],[45,5],[49,22],[46,-18],[17,-62],[5,-100],[27,9],[-22,149],[-32,31],[-41,13],[-85,-27],[-68,71],[-28,40],[5,23],[57,52],[49,77],[83,49],[40,-1],[177,-46],[175,-58],[86,-44]],[[190778,21015],[-40,-5],[-13,58],[62,18],[-9,-71]],[[189963,21160],[3,47],[33,89],[74,54],[30,74],[6,70],[36,32],[75,4],[144,37],[26,-37],[-25,-72],[2,-51],[17,-32],[30,-16],[79,3],[43,-27],[53,-16],[50,0],[31,-40],[-22,-53],[22,-27],[86,-13],[12,-36],[-48,-30],[-41,-52],[-13,-44],[4,-93],[36,-79],[-36,0],[-72,53],[-90,79],[-13,44],[-27,36],[-14,39],[-41,43],[-54,27],[-85,-9],[-50,-35],[-27,-57],[0,-123],[14,-53],[-9,-79],[-50,-44],[-81,-15],[-66,-4],[-99,-25],[-98,-53],[-48,-37],[-76,-121],[-30,-106],[-1,-105],[13,-58],[9,-105],[-27,-92],[-63,-52],[-91,0],[-130,65],[-38,52],[-72,63],[-183,118],[-76,40],[-86,26],[-77,9],[45,35],[-9,22],[-45,-48],[-35,-13],[-127,22],[-97,29],[-51,28],[-180,57],[-45,0],[-19,-14],[-63,40],[-112,-4],[-32,-14],[-59,-4],[-75,-31],[-41,5],[-23,-14],[-59,9],[-36,18],[-142,-12],[-38,-27],[-36,12],[-58,-56],[-81,-44],[-27,0],[-59,-27],[-57,5],[-77,-55],[-78,7],[-101,96],[-66,86],[-69,71],[-52,21],[-61,47],[3,56],[31,61],[36,100],[-12,107],[20,59],[46,69],[68,52],[41,0],[44,-20],[99,64],[52,-31],[43,50],[76,33],[-28,33],[13,49],[43,48],[130,88],[34,40],[77,146],[19,63],[60,113],[41,44],[38,19],[41,-2],[34,-40],[57,-88],[56,-152],[49,-108],[43,-63],[47,-83],[69,-110],[96,-70],[128,-39],[82,-5],[55,5],[82,30],[97,47],[90,56],[75,99],[33,132],[12,86],[0,85],[-32,177],[0,78],[13,70],[1,128],[-14,137],[-27,108],[-11,22],[-55,152],[-6,47],[39,31],[55,1],[71,-12],[158,-51],[72,-35],[115,-69],[61,-28],[216,-132],[107,-80],[95,-105],[33,-53],[63,-140],[24,-82],[15,-75],[-7,-89],[-51,-131],[3,-91],[43,-66],[95,-61],[0,-50],[-15,-48],[15,-36]],[[188236,25059],[59,-20],[-3,-54],[-40,-67],[-23,-59],[-76,-100],[-49,-94],[-44,-105],[-28,-111],[-4,-69],[35,-86],[18,-22],[44,-14],[55,-1],[59,14],[58,36],[51,5],[35,-14],[66,-70],[36,-60],[-5,-70],[-54,-18],[-110,38],[-43,5],[-69,-19],[-36,-56],[14,-52],[77,-53],[14,-41],[-52,-94],[-14,-67],[28,-83],[76,-105],[44,-40],[49,-27],[78,-20],[16,-35],[-26,-50],[-63,-79],[-18,-9],[-12,-45],[-17,-164],[29,-7],[-3,56],[27,135],[73,82],[50,71],[7,26],[-32,38],[-36,19],[-90,18],[-58,54],[-71,113],[-21,46],[7,44],[62,101],[4,48],[-31,46],[-71,65],[23,44],[44,0],[127,-35],[47,-2],[48,23],[16,22],[15,66],[-31,83],[-70,79],[-81,38],[-56,-10],[-98,-30],[-51,-1],[-46,23],[-14,44],[41,134],[36,84],[60,96],[69,61],[45,23],[29,47],[30,-1],[20,-88],[43,-18],[55,-39],[58,-9],[26,-28],[64,-26],[54,-29],[50,-9],[58,-22],[45,-31],[68,-27],[157,-13],[49,-49],[17,-53],[6,-65],[-9,-121],[-24,-70],[-65,-90],[-70,-57],[-51,-71],[-16,-48],[-3,-71],[17,-66],[-4,-31],[-47,-12],[-100,16],[-57,-23],[-28,-32],[-20,-64],[12,-99],[20,-77],[85,-172],[-10,-50],[-57,-118],[-1,-44],[-22,-56],[-62,-76],[-47,-32],[-41,-56],[-80,-76],[59,22],[51,61],[67,51],[13,22],[59,56],[30,60],[21,87],[40,41],[20,87],[-14,73],[-68,132],[-21,83],[-3,89],[20,59],[31,11],[87,-26],[64,9],[28,19],[25,78],[-8,118],[9,31],[40,55],[79,63],[30,33],[61,100],[19,69],[-1,107],[64,76],[117,-43],[94,-14],[18,-17],[19,-62],[-5,-49],[-46,-43],[-85,-59],[-110,-89],[-60,-57],[-99,-129],[-16,-72],[11,-72],[36,-53],[64,-44],[95,-17],[37,-24],[37,-49],[5,-56],[-20,-30],[-30,-15],[-141,-22],[-65,-31],[-44,-44],[-23,-48],[-6,-136],[19,-68],[19,-36],[-35,-16],[-80,1],[-51,-37],[-10,-47],[36,-68],[38,-42],[-100,6],[-74,-18],[-50,-28],[-40,-48],[-35,-58],[-32,-79],[-5,-101],[0,-265],[-8,-42],[7,-44],[-4,-57],[9,-172],[10,-68],[50,-207],[42,-147],[2,-63],[-22,-65],[-37,-37],[-66,-40],[-107,-47],[-97,-22],[-105,-3],[-63,19],[-43,67],[-21,130],[-36,131],[-43,101],[-64,81],[-66,68],[-97,138],[-46,40],[-88,54],[-42,19],[-59,3],[-45,-8],[-51,6],[-6,-24],[-53,-57],[-52,-12],[-19,-34],[-46,-26],[-56,-72],[-28,-17],[-31,18],[-18,35],[-20,96],[-4,119],[7,115],[16,169],[17,108],[1,43],[12,97],[5,128],[-8,82],[-18,55],[-14,122],[-10,134],[-23,140],[-17,39],[0,66],[-13,58],[0,96],[9,64],[-10,53],[-25,-12],[-11,63],[17,32],[-12,93],[8,79],[84,231],[10,45],[47,88],[90,148],[162,191],[32,27],[116,122],[134,97],[118,60],[72,41],[22,2],[56,35],[44,66],[75,9]],[[190837,26335],[54,-18],[90,-88],[31,-66],[-18,-14],[-58,5],[-68,18],[-58,39],[-28,53],[-8,58],[63,13]],[[190579,29488],[-22,45],[-8,66],[-41,192],[-18,105],[-46,108],[-31,34],[11,31],[92,64],[56,56],[89,52],[68,28],[35,-17],[5,-27],[-50,-184],[-30,-76],[-16,-82],[-24,-75],[-34,-253],[-36,-67]],[[189616,30836],[72,-26],[100,-96],[72,-133],[36,-35],[31,-83],[40,-71],[0,-61],[28,-52],[13,-54],[18,-22],[32,-92],[27,-26],[36,-84],[85,-97],[82,-74],[89,-53],[18,-4],[41,-62],[9,-49],[23,-47],[22,-146],[-18,-43],[-22,-18],[-19,-71],[-54,-35],[-36,-49],[14,-56],[-31,-93],[44,-70],[-4,-92],[4,-80],[9,-22],[-4,-69],[22,-225],[5,-110],[9,-35],[0,-150],[13,-114],[5,-88],[0,-290],[-5,-83],[-9,-35],[0,-67],[-22,-92],[-14,-30],[-22,-93],[-36,-220],[5,-79],[-9,-18],[0,-281],[9,-145],[9,-27],[5,-74],[21,-110],[0,-145],[-13,-132],[0,-97],[-22,-75],[0,-78],[31,-80],[36,-57],[113,-136],[50,-49],[30,-57],[36,-83],[0,-22],[46,-189],[0,-141],[4,-97],[23,-153],[13,-22],[5,-58],[36,-153],[40,-80],[4,-26],[68,-123],[55,-57],[125,-106],[-13,-79],[-35,-84],[-59,-53],[-55,-13],[-63,4],[-58,22],[-40,31],[-77,23],[-108,13],[-68,-9],[-113,-35],[-49,-49],[-31,-43],[-28,-58],[-27,-110],[-22,-61],[-45,-40],[-53,-24],[-31,4],[-76,71],[-65,91],[-106,127],[-29,56],[-7,44],[19,215],[-3,80],[-23,80],[-45,105],[-108,136],[-127,101],[-107,62],[-149,65],[-99,67],[-50,13],[-32,206],[-9,84],[0,136],[14,119],[32,114],[22,132],[23,57],[27,141],[14,17],[36,164],[13,131],[-13,36],[-27,17],[2,53],[-43,70],[4,84],[-22,39],[4,66],[-27,70],[0,76],[-41,87],[-48,177],[-23,34],[-14,110],[-13,44],[4,39],[-13,22],[0,44],[-23,93],[0,57],[-22,61],[-5,80],[-63,158],[9,101],[-14,27],[-26,127],[-14,44],[-9,70],[0,71],[-13,22],[-23,83],[-4,48],[0,186],[-9,43],[4,70],[14,31],[-27,75],[-5,101],[9,75],[-4,49],[4,78],[18,75],[32,49],[-27,43],[-18,75],[13,57],[18,181],[9,52],[18,36],[27,171],[33,100],[-4,34],[20,15],[27,102],[50,87],[71,57],[14,114],[68,58],[9,79],[55,58],[18,34],[63,62],[26,71],[91,66],[107,56],[64,40],[76,4]],[[232095,59290],[5,-34],[-26,-27],[-18,39],[-23,9],[-50,-35],[-95,-141],[-14,18],[53,100],[70,70],[65,45],[30,-12],[3,-32]],[[252082,65006],[-26,11],[-6,47],[34,22],[23,-50],[-25,-30]],[[25931,32419],[-76,-5],[-60,92],[2,50],[16,34],[25,123],[-2,18],[-43,78],[-4,26],[16,106],[5,76],[-24,44],[-3,43],[35,87],[42,45],[168,111],[38,18],[72,48],[34,5],[30,-70],[9,-111],[14,-18],[5,-87],[9,-46],[-5,-113],[9,-27],[9,-159],[-10,-166],[-58,-111],[-49,-28],[-63,-22],[-141,-41]],[[26438,33248],[118,176],[39,28],[17,-16],[-39,-87],[-32,-32],[-103,-69]],[[26906,33547],[59,-7],[15,-22],[-51,-89],[-7,-57],[-30,-42],[-54,-106],[-18,-54],[-30,-38],[-16,-41],[-57,-79],[-8,-25],[-68,-92],[-111,-211],[-17,-21],[-99,-53],[-55,8],[-37,28],[6,55],[-6,129],[-10,57],[0,178],[-5,44],[13,27],[50,48],[115,71],[72,54],[156,70],[45,43],[24,52],[56,51],[68,22]],[[28819,33576],[37,3],[82,-34],[138,-102],[75,-72],[-7,-45],[-73,-35],[-81,-24],[-83,-49],[-102,-136],[-53,-33],[-55,-11],[-52,-28],[-41,-55],[-4,-28],[28,-57],[76,-32],[74,-1],[100,16],[31,-14],[32,-46],[19,-54],[35,-45],[22,-54],[5,-52],[-24,-17],[-113,-4],[-44,-40],[-48,-92],[-85,-120],[-12,-64],[33,-42],[98,-73],[10,-47],[-11,-41],[17,-55],[59,-39],[47,16],[25,37],[6,44],[-27,115],[65,75],[25,53],[-32,50],[-77,59],[-4,35],[37,32],[51,-20],[42,-67],[57,-36],[91,-19],[62,-31],[75,-7],[28,-111],[-4,-38],[-19,-25],[-61,-26],[-30,-29],[-41,-121],[-9,-70],[-137,-47],[-70,14],[-48,-7],[-66,-52],[-18,-43],[4,-61],[17,-79],[-4,-33],[-45,-29],[-40,11],[-48,-15],[-19,-29],[-4,-79],[-32,-36],[-13,-35],[-1,-52],[40,-75],[17,-56],[-9,-75],[-20,-102],[-6,-103],[-32,-41],[-59,12],[-137,0],[-80,13],[-100,1],[-67,25],[-56,11],[-81,30],[-23,17],[-34,-8],[-124,13],[-78,33],[-47,48],[-6,49],[-61,-36],[-40,14],[-118,90],[-129,72],[-50,11],[-34,22],[-99,11],[-31,17],[-80,7],[-69,-7],[-89,26],[-72,45],[-117,34],[-12,11],[-51,105],[-7,57],[-34,126],[-14,122],[-20,73],[14,89],[34,45],[36,26],[50,17],[43,44],[95,58],[40,36],[64,71],[130,191],[66,57],[29,12],[126,-103],[77,-85],[18,-29],[55,-49],[32,-17],[61,-9],[77,41],[39,51],[0,90],[-22,70],[-58,70],[-122,115],[-7,18],[29,26],[87,27],[57,-22],[35,-39],[16,-56],[64,-85],[95,-82],[101,-57],[87,-13],[61,14],[85,73],[60,79],[28,88],[13,89],[4,83],[-7,31],[0,87],[22,65],[54,48],[68,33],[47,34],[77,81],[45,149],[38,143],[22,48],[32,28],[66,5]],[[27001,33568],[-18,-13],[-79,12],[-35,-3],[-63,-39],[-38,-40],[-31,-56],[-34,-38],[-114,-54],[3,34],[33,72],[43,35],[80,81],[66,12],[82,46],[65,18],[54,-30],[-14,-37]],[[28111,33538],[-11,29],[72,67],[71,29],[13,-29],[-52,-48],[-93,-48]],[[27024,33622],[-44,36],[96,59],[34,-21],[-41,-45],[-45,-29]],[[27820,33851],[18,14],[119,-9],[93,-26],[158,1],[134,4],[27,-19],[0,-40],[-63,-62],[-130,-40],[-93,-90],[-79,-98],[-39,-70],[-7,-37],[-42,-71],[-20,-95],[-30,-68],[-19,-71],[-39,-65],[-25,-57],[-32,-47],[-54,-43],[-88,-21],[-95,-46],[-22,-56],[-8,-61],[34,-90],[60,-60],[51,-36],[25,-50],[26,-26],[13,-77],[-18,-30],[-47,-13],[-60,10],[-100,152],[-86,88],[-117,43],[-69,-4],[-63,-32],[-49,-39],[-54,-60],[-59,-85],[-115,-116],[-41,-18],[-91,-62],[-81,-38],[-47,19],[-54,46],[-56,33],[-33,62],[94,59],[44,53],[37,85],[57,77],[9,79],[69,139],[22,54],[34,39],[17,48],[54,72],[40,87],[40,50],[21,43],[45,61],[17,50],[21,10],[18,51],[31,39],[29,20],[17,49],[86,86],[65,48],[51,21],[90,8],[28,31],[-5,59],[71,51],[148,62],[106,58],[11,-33]],[[27223,34131],[54,-5],[76,-34],[68,-2],[42,8],[55,-39],[6,-105],[-41,-27],[-41,-44],[-68,-40],[-36,0],[-41,-31],[-40,-47],[-27,-4],[-72,-45],[-41,-13],[-40,29],[-124,-72],[-41,-16],[-92,-56],[-66,-9],[-49,-35],[-54,-51],[-103,-57],[-55,-85],[-93,-120],[-77,-29],[-38,33],[-16,61],[11,93],[13,32],[5,94],[11,64],[16,47],[35,50],[57,104],[38,45],[19,42],[53,56],[3,47],[48,53],[49,84],[35,-31],[9,-83],[36,-30],[104,48],[62,20],[99,16],[104,65],[48,17],[99,2]],[[26269,34205],[28,-121],[5,-85],[-48,-58],[-55,-44],[-118,-75],[-95,-70],[-17,-35],[-58,-46],[-77,-95],[-103,-141],[-32,-30],[-113,-142],[-94,-79],[-41,-18],[-46,-4],[-22,-21],[-58,-9],[-22,56],[4,49],[35,75],[50,127],[54,75],[77,71],[27,59],[13,59],[24,64],[-10,28],[9,48],[46,72],[3,70],[72,59],[72,41],[91,40],[31,4],[123,61],[57,9],[188,6]],[[26428,34280],[0,-99],[-49,-105],[-36,-31],[-23,23],[5,75],[-28,48],[50,52],[18,31],[53,16],[10,-10]],[[26270,34894],[94,1],[55,-34],[-7,-35],[49,-15],[58,-98],[34,-22],[33,-64],[-46,-113],[-53,-63],[-64,-49],[-71,-40],[-86,-92],[-68,-35],[-49,-13],[-45,13],[-50,-4],[-226,-85],[-212,-109],[-84,-26],[-36,12],[-41,40],[27,97],[81,150],[72,74],[37,49],[67,70],[36,66],[45,57],[9,31],[45,30],[50,67],[54,44],[108,53],[87,22],[69,28],[28,-7]],[[27257,35044],[108,-22],[90,-35],[28,-27],[26,-53],[0,-34],[18,-58],[-9,-101],[-17,-43],[-32,-155],[5,-78],[18,-124],[12,-31],[-11,-69],[11,-32],[5,-66],[-67,0],[-45,-13],[-73,18],[-58,26],[-45,-4],[-59,17],[-59,-26],[-80,-27],[-41,-35],[-68,-18],[-22,9],[-180,-78],[-18,22],[0,34],[-19,62],[-27,26],[-4,40],[27,62],[41,114],[27,57],[32,110],[40,84],[23,79],[22,48],[63,101],[13,58],[68,83],[23,4],[71,44],[68,9],[36,18],[59,4]],[[65510,62677],[26,-23],[54,-3],[55,-28],[9,-38],[-55,-19],[-3,-33],[34,-30],[-55,-67],[22,-39],[-3,-23],[-85,-38],[-61,47],[-14,47],[-33,14],[-33,29],[11,43],[88,32],[5,35],[-43,5],[-10,43],[53,53],[1,22],[48,8],[-11,-37]],[[65276,63139],[22,-25],[-25,-22],[-30,13],[-16,45],[-27,31],[28,21],[29,-15],[19,-48]],[[58819,69201],[11,-26],[11,-122],[17,-49],[-40,-77],[-31,40],[-47,6],[2,27],[-45,63],[13,44],[-9,18],[22,42],[41,28],[57,56],[-2,-50]],[[58787,69308],[-24,-1],[-35,-37],[-31,13],[45,35],[45,-10]],[[55518,75031],[-42,11],[50,45],[22,-31],[-30,-25]],[[57104,75455],[-34,10],[-20,27],[40,9],[14,-46]],[[55512,75562],[58,-27],[32,-40],[24,-70],[-2,-57],[-18,-44],[-22,-22],[-36,-9],[-22,-22],[-32,-4],[-127,106],[32,56],[-4,53],[40,49],[46,31],[31,0]],[[56980,75724],[-34,-2],[-20,29],[-4,48],[47,-30],[11,-45]],[[55602,75953],[-27,9],[-18,66],[41,3],[4,-78]],[[54525,77245],[-13,-13],[-50,6],[-26,-41],[-15,55],[62,84],[-26,52],[32,37],[27,-48],[50,-48],[18,-40],[-18,-35],[-41,-9]],[[54503,78542],[27,-26],[35,7],[12,-48],[43,-8],[11,67],[41,-27],[5,-62],[35,-18],[63,-56],[-8,-90],[-25,-22],[0,-64],[-45,-66],[-10,-84],[32,-18],[84,-4],[24,26],[-4,31],[53,75],[68,18],[59,-22],[-18,-31],[100,4],[34,-17],[41,17],[23,-48],[-23,-13],[-40,-66],[-111,-102],[7,-39],[-8,-44],[36,-39],[-28,-35],[-57,-1],[-90,-69],[-23,-63],[-32,-39],[-32,-66],[-106,-35],[-100,22],[-19,22],[10,35],[-19,73],[-50,-33],[-13,-55],[-54,-7],[-35,72],[-1,35],[14,78],[-13,15],[3,54],[-19,46],[-41,42],[-19,42],[6,22],[-43,90],[46,41],[28,6],[33,108],[-9,71],[-30,43],[10,83],[23,48],[-3,26],[22,27],[-2,37],[37,-1],[19,41],[46,-6]],[[49615,31242],[1406,-396],[34,1],[63,-40],[118,-128],[2572,-3003],[84,-60],[53,-53],[50,-26],[35,-7],[83,-51],[2602,-1103],[108,-39],[53,-5],[68,5],[1930,777],[138,55],[195,30],[789,194],[72,2],[140,11],[70,0],[84,-29],[181,-113],[714,-389],[134,-24],[186,-21],[57,-17],[68,0],[120,-30],[77,-128],[124,-129],[199,-225],[888,-429],[872,-443],[204,-53],[33,4],[74,43],[68,65],[78,-78],[43,-22],[35,-4],[57,15],[62,48],[57,96],[72,154],[-15,52],[-47,3],[-32,17],[-27,44],[-8,82],[11,88],[-3,39],[-70,104],[-17,41],[-50,64],[-12,51],[20,182],[-29,33],[-32,6],[-119,-21],[-111,-31],[-77,-28],[-63,19],[-46,67],[42,124],[-5,55],[-21,108],[18,53],[23,33],[83,46],[177,63],[44,-24],[55,9],[7,74],[-53,101],[-65,-31],[-60,-55],[-33,-17],[-61,20],[-22,79],[0,67],[67,95],[85,45],[91,-12],[49,4],[48,27],[-10,37],[-64,25],[-44,41],[6,88],[35,60],[57,30],[34,28],[-16,38],[-61,88],[-6,35],[6,77],[-5,40],[50,51],[-18,38],[-80,53],[3,81],[16,87],[-31,54],[-44,-56],[-15,-90],[-3,-85],[-18,-28],[-171,11],[-69,74],[-19,49],[-22,164],[0,94],[31,71],[61,41],[102,33],[114,10],[183,-78],[109,-16],[42,11],[18,56],[13,84]],[[46170,19894],[447,104],[51,17],[122,52],[84,75],[23,120],[-3,252],[-34,126],[-43,76],[-41,42],[-67,45],[-98,33],[-315,114],[-180,40],[-54,41],[-29,56],[-21,153],[21,110],[81,61],[146,81],[44,59],[33,65],[22,96],[-3,75],[-34,399],[15,93],[73,82],[28,89],[20,137],[19,37],[182,987],[18,94],[133,94],[221,204],[18,33],[0,136],[21,76],[56,31],[123,24],[388,140],[147,79],[56,158],[-7,55]],[[47833,24735],[-2,129],[-6,178],[32,114],[81,124],[210,159],[61,32],[19,43],[17,97],[-8,105],[-57,179],[-25,69],[38,102],[50,66],[29,49],[14,77],[0,47],[-28,72],[-30,139],[-34,122],[7,110],[14,88],[-6,165],[24,51],[31,42],[90,141],[-7,87],[20,32],[6,48],[53,53],[222,86],[43,113],[-12,50],[-39,37],[-49,71],[-70,131],[-30,73],[-16,77],[7,45],[31,93],[65,126],[1037,2885]],[[21877,78128],[18,-72],[-34,-143],[-14,-44],[-36,-31],[-68,-20],[-67,9],[-159,59],[-71,13],[-100,7],[-57,-13],[-46,-81],[-7,-38],[15,-90],[28,-86],[0,-36],[-21,-121],[9,-42],[30,-43],[104,-129],[48,-42],[55,-35],[60,-24],[97,-63],[46,-54],[29,-48],[16,-60],[0,-59],[-9,-86],[-20,-61],[-41,-98],[-69,-138],[-22,-80],[14,-82],[-10,-90],[10,-88],[-11,-105],[-41,-95],[-71,-39],[-94,-15],[-117,37],[-46,-7],[-51,-214],[-24,-89],[-22,-42],[-45,-42],[-113,-67],[-75,-67],[-28,-81],[-3,-143],[16,-67],[65,-78],[38,-33],[77,-96],[16,-70],[7,-81],[-15,-128],[11,-93],[51,-72],[26,-62],[0,-105],[-153,-347],[-67,-163],[-87,-164],[-67,-102],[-127,-79],[-112,-29],[-81,15],[-80,46],[-44,14],[-41,0],[-70,-24],[-87,-69],[-93,-162],[-80,-214],[-31,-108],[-13,-129],[10,-296],[-35,-93],[-67,-75],[-72,-105],[-34,-90],[-8,-49],[18,-90],[33,-119],[-5,-38],[-31,-88],[-20,-149],[-24,-112],[-27,-193],[-37,-110],[-26,-37],[-56,-31],[-60,-22],[-85,-51],[-88,-78],[-87,-97],[-83,-77],[-62,-76],[-55,-44],[-104,-11],[-90,32],[-87,-18],[-127,-65],[-54,-3],[-93,17],[-121,32],[-80,-33],[-80,-4],[-152,-17],[-100,-25],[-31,-20],[-37,-59],[5,-99],[-23,-45],[-85,-105],[-1,-152],[9,-56],[5,-106],[-5,-70],[-56,-84],[-91,-59],[-52,-17],[-100,-17],[-80,-31],[-85,-63],[-39,-23],[-74,-24],[-91,39],[-37,-1],[-40,-33],[-20,-68],[-4,-92],[-15,-43],[-106,-149],[-111,-138],[-48,-70],[-29,-65],[5,-38],[72,-54],[14,-44],[-8,-56],[-59,-136],[-45,-71],[-84,-53],[-112,-17],[-56,22],[-39,-8],[-152,-140],[-38,-12],[-119,-2],[-29,-41],[-34,-66],[-55,-141],[-58,-196],[-30,-86],[-53,-71],[-27,-23],[-56,-29],[-109,-19],[-163,18],[-43,-9],[-39,-26],[-42,-59],[-38,-83],[-60,-94],[-90,-160],[-76,-97],[-127,-105],[-50,-11],[-51,7],[-59,45],[-42,52],[-74,56],[-183,-55],[-33,-18],[-67,43],[-127,27],[-70,24],[-56,59],[-16,44],[-5,56],[55,71],[57,62],[-11,65],[-39,60],[-85,47],[-35,-7],[-57,-39],[-76,-13],[-21,26],[-49,141],[1,47],[40,42],[45,31],[54,84]],[[13989,67935],[97,-16],[285,-30],[188,-55],[116,-49],[38,3],[34,71],[4,62],[-35,239],[-39,213],[-12,85],[2,113],[-18,217],[-31,194],[-12,100],[-6,111],[-28,239],[-39,240],[-23,93],[-16,173],[3,243],[-11,153],[-41,256],[0,74],[-38,365],[-18,136],[-21,115],[-13,162],[2,72],[13,77],[11,156],[0,69],[-16,149],[-18,51],[3,82],[17,90],[5,154],[11,95],[9,183],[0,207],[9,142],[11,123],[5,114],[-13,243],[6,360],[5,88],[-1,204],[-5,184],[-8,166],[-118,99],[-150,44],[-99,9],[-89,-15],[-36,-17],[-150,-102],[-139,-18],[-85,5],[-129,18],[-67,23],[-110,58],[-90,32],[-39,7],[-88,2],[-55,-13],[-152,-24],[-39,-2],[-123,14],[-90,31],[-87,63],[-29,33],[-121,75],[-52,29],[-96,36],[-133,7],[-78,12],[-98,-6],[-33,-14],[-88,-84],[-60,0],[-105,12],[-111,-5],[-59,10],[-38,26],[-41,78]],[[9010,85533],[11,79]],[[9021,85612],[10,59],[18,48]],[[9049,85719],[15,50]],[[9064,85769],[14,41]],[[9078,85810],[46,88]],[[9124,85898],[31,55]],[[9155,85953],[33,54],[91,115],[67,55]],[[9346,86177],[92,98]],[[9438,86275],[46,40]],[[9484,86315],[35,40]],[[9519,86355],[46,48]],[[9565,86403],[118,111]],[[9683,86514],[63,71]],[[9746,86585],[43,53]],[[9789,86638],[57,59]],[[9846,86697],[36,47]],[[9882,86744],[28,28]],[[9910,86772],[72,135]],[[9982,86907],[41,52]],[[10023,86959],[128,124]],[[10151,87083],[38,33]],[[10189,87116],[109,84],[16,17]],[[10314,87217],[73,67],[27,39]],[[10414,87323],[55,74]],[[10469,87397],[45,65]],[[10514,87462],[28,36]],[[10542,87498],[31,64],[85,138]],[[10658,87700],[55,115],[37,47]],[[10750,87862],[26,21]],[[10776,87883],[62,41],[62,29]],[[10900,87953],[66,35]],[[10966,87988],[6,3]],[[10972,87991],[96,74]],[[11068,88065],[75,64]],[[11143,88129],[132,84]],[[11275,88213],[184,146]],[[11459,88359],[73,66],[32,38]],[[11564,88463],[30,36],[48,77]],[[11642,88576],[3,4]],[[11645,88580],[54,78],[45,48]],[[11744,88706],[16,36]],[[11760,88742],[9,22]],[[11769,88764],[13,30],[6,71],[0,251],[19,159]],[[11807,89275],[14,104]],[[11821,89379],[0,10]],[[11821,89389],[7,153],[10,101]],[[11838,89643],[12,287]],[[46970,78966],[-52,-74],[-26,-19],[-85,-99],[-75,-113],[-100,-118],[-88,-75],[-146,-89],[-71,-64],[-128,-149],[-73,-102],[-75,-78],[-89,-149],[-107,-100],[-302,-193],[-65,-59],[-44,-51],[-84,-64],[-69,-82],[-116,-149],[-115,-132],[-60,-55],[-198,-166],[-152,-111],[-143,-129],[-28,-72],[4,-108],[19,-306],[15,-72],[65,-206],[57,-153],[38,-123],[20,-105],[17,-125],[2,-122],[7,-107],[3,-210],[57,-214],[83,-161],[16,-95],[-26,-128],[-29,-81],[-59,-87],[-54,-63],[-49,-76],[-36,-89],[-8,-127],[8,-126],[-11,-53],[10,-135],[0,-81],[-9,-137],[7,-44],[31,-62],[69,-104],[13,-50],[8,-117],[16,-326],[-22,-38],[-31,-26],[-99,-31],[-76,-31],[-36,-33],[-16,-37],[3,-62],[23,-42],[47,-53],[163,-97],[52,-38],[90,-43],[156,-105],[50,-42],[59,-85],[74,-132],[26,-27],[42,-23],[76,-25],[74,-41],[22,-52],[-12,-51],[-96,-144],[-41,-74],[-16,-51],[-5,-53],[1,-101],[-14,-89],[-27,-68],[-83,-130],[-57,-105],[-38,-166],[-1,-125],[-20,-115],[-16,-126],[-7,-148],[17,-162],[1,-89],[-14,-88],[-5,-76],[3,-80],[42,-254],[44,-90],[-1,-95],[-33,-143],[-54,-163],[-22,-106],[-2,-82],[26,-30],[149,14],[85,-26],[44,-3],[143,-100],[48,-11],[147,-49],[125,-62],[91,-60],[78,-45],[34,-11],[71,-2],[97,-66],[44,-44],[110,-155],[33,-22],[113,-44],[96,-48],[80,-77],[87,-111],[97,-241],[18,-83],[-8,-42],[-47,-68],[-39,-22],[-92,-20],[-93,-33],[-62,-78],[-44,-88],[-10,-91],[10,-52],[21,-44],[136,-129],[62,-106],[26,-182],[48,-119],[4,-56],[-22,-98],[-28,-61],[-64,-107],[-57,-83],[-31,-71],[-15,-53],[2,-45],[16,-84],[55,-188],[35,-93],[46,-105],[26,-72],[10,-59],[3,-157],[-34,-122],[-35,-92],[10,-162],[5,-45],[-9,-55],[-4,-100],[4,-112],[16,-30],[52,-48],[78,-22],[80,-9],[36,8],[121,58],[42,7],[149,10],[124,-27],[154,-84],[95,-45],[76,-55],[74,-85],[80,-79],[91,-51],[76,-5],[76,16],[38,-5],[47,-24],[84,-55],[81,-70],[89,-57],[192,-95],[63,-27],[105,-62],[68,-67],[11,-42],[-9,-86],[-39,-171],[20,-104],[80,-111],[31,-57],[17,-49],[96,-329],[66,-136],[-10,-66],[-33,-65],[-31,-43],[-95,-103]],[[48916,61809],[-108,-7],[-39,5],[-161,78],[-82,48],[-162,101],[-87,30],[-71,-10],[-79,-40],[-106,-107],[-24,-51],[-15,-77],[-10,-93],[8,-71],[5,-142],[26,-120],[21,-64],[62,-129],[21,-92],[35,-227],[-9,-39],[-24,-25],[-114,-35],[-34,-3],[-142,10],[-161,16],[-106,21],[-52,36],[-83,90],[-97,31],[-56,0],[-78,-14],[-58,-46],[-40,-77],[-222,-298],[-51,-54],[-169,-135],[-73,-19],[-97,6],[-61,34],[-80,65],[-54,33],[-131,101],[-235,275],[-81,82],[-128,102],[-112,42],[-135,23],[-133,3],[-53,9],[-117,-11],[-209,32],[-131,-8],[-162,-44],[-275,-28],[-107,-37],[-45,-72],[-6,-33],[6,-93],[47,-97],[22,-113],[-8,-54],[-58,-93],[-104,-129],[-47,-49],[-34,-22],[-94,-81],[-57,-65],[-65,-118],[-69,-67],[-44,-31],[-122,-49],[-45,-6],[-48,13],[-221,77],[-90,44],[-80,55],[-127,103],[-61,30],[-83,11],[-136,10],[-178,-22],[-205,-3],[-87,4],[-59,-23],[-29,-28],[-31,-85],[-25,-94],[-34,-190],[-90,-14],[-90,1],[-57,11],[-75,30],[-43,33],[-57,76],[-147,151],[-173,144],[-98,47],[-105,62],[-28,50],[-13,50],[-16,123],[-37,111],[-28,66],[-30,51],[-82,108],[-61,62],[-59,46],[-134,76],[-110,36],[-101,79],[-24,36],[-23,79],[-2,99],[-18,84],[-3,88],[-11,58],[-32,64],[-33,48],[-81,80],[-60,31],[-53,13],[-62,-1],[-96,-27],[-105,-37],[-112,-57],[-115,-70],[-91,-39],[-201,-77],[-59,-30],[-51,-40],[-70,-70],[-59,-24],[-59,18],[-106,109],[-75,46],[-83,-39],[-96,-59],[-54,-17],[-104,57],[-30,39],[-109,153],[-19,51],[-13,103],[-20,30],[-49,-6],[-58,-54],[-31,-53],[-17,-64],[-7,-94],[-27,-18],[-82,2],[-75,45],[-142,203],[-42,34],[-52,13],[-37,-6],[-44,-36],[-47,-52],[-85,-104],[-20,-57],[20,-101],[7,-67],[29,-125],[11,-112],[-6,-74],[1,-86],[-24,-163],[-51,-134],[-43,-92],[-21,-87],[-13,-160],[-16,-35],[-47,-47],[-89,-74],[-78,-55],[-57,-69],[-21,-39],[-37,-114],[-57,-141],[-42,-129],[-25,-131],[-16,-44],[-62,-27],[-38,0],[-49,21],[-68,53],[-46,47],[-41,80],[-15,41],[-6,77],[19,155],[13,75],[-13,141],[-11,70],[-54,159],[-112,97],[-68,35],[-76,23],[-139,32],[-82,5],[-111,29],[-39,22],[-41,57],[-21,66],[-5,56],[-28,116],[-29,49],[-64,181],[-74,53],[-163,-10],[-52,38],[-77,99],[-8,50],[15,36],[31,38],[39,121],[-5,55],[-16,42],[-46,55],[-79,60],[-78,32],[-103,8],[-144,3],[-155,-16],[-46,-28],[-88,-99],[-26,-54],[-36,-142],[-3,-85],[5,-100],[34,-88],[49,-150],[8,-57],[-21,-82],[-59,-161],[-23,-96],[-6,-73],[6,-71],[18,-64],[31,-209],[-26,-95],[-28,-53],[-21,-125],[-65,-201],[-39,-75],[-35,-54],[-90,-100],[-89,-54],[-40,-2],[-50,13],[-72,31],[-79,64],[-39,20],[-50,7],[-40,-9],[-31,-37],[-45,-116],[-55,-88],[-26,-27],[-89,-39],[-46,-11],[-155,-19],[-121,-45],[-142,-64],[-94,-55],[-35,-27],[-39,-48],[-35,-73],[-34,-107],[-36,-92],[-41,-67],[-122,-86],[-42,-16],[-88,-12],[-79,0],[-94,-40],[-86,-53],[-77,-24],[-54,4],[-44,20],[-96,85],[-82,42],[-66,22],[-37,0],[-87,-43],[-85,-63],[-24,-25],[-123,61],[-81,118],[-94,105],[-36,15],[-99,17],[-70,3],[-50,16],[-37,26],[-60,67],[-66,95],[-38,68],[-76,89],[-86,88],[-102,91],[-83,29],[-105,23],[-67,5],[-246,-23],[-78,-30],[-140,-107],[-42,-52],[-23,-43],[-103,-177],[-44,-45],[-64,-53],[-59,-22],[-80,7],[-335,196],[-184,129],[-87,77],[-81,86],[-86,70],[-55,38],[-51,21],[-75,-3],[-75,-24],[-44,-24],[-111,-22],[-75,-2]],[[28291,59422],[-58,49],[-130,174],[-43,48],[-110,192],[-42,64],[-73,144],[-96,161],[-68,77],[-81,104],[-77,155],[-9,57],[6,155],[15,61],[19,40],[52,66],[43,24],[35,2],[61,-18],[30,-27],[111,-19],[83,0],[196,25],[98,39],[46,66],[0,50],[-80,240],[-21,79],[-34,167],[-19,49],[-5,53],[27,57],[44,23],[45,10],[213,63],[29,26],[28,93],[101,277],[49,121],[56,99],[16,42],[14,73],[-21,87],[-57,122],[-37,133],[6,52],[28,127],[20,39],[52,61],[74,49],[62,22],[83,13],[95,28],[172,32],[52,4],[60,31],[-24,31],[-84,44],[-43,37],[-4,78],[34,73],[87,79],[78,76],[42,94],[21,118],[-3,144],[-37,144],[-31,81],[-15,79],[0,96],[13,157],[-3,81],[-34,55],[-26,23],[-201,136],[-45,38],[-37,48],[-20,63],[6,108],[19,35],[68,56],[106,69],[107,103],[36,42],[44,81],[-2,57],[-42,66],[-9,54],[22,46],[111,111],[42,65],[22,63],[42,190],[19,182],[35,126],[69,97],[57,44],[62,32],[69,49],[53,77],[-11,81],[-28,106],[-6,124],[11,103],[20,106],[23,61],[29,131],[-38,190],[2,50],[60,141],[9,38],[-7,167],[2,51],[14,59],[52,106],[97,141],[64,54],[70,77],[54,70],[15,35],[-39,109],[-20,132],[12,55],[91,133],[54,70],[88,106],[15,31],[-8,37],[-30,70],[-26,111],[-13,119],[5,40],[51,60],[76,11],[133,-40],[49,4],[66,52],[38,60],[54,74],[57,44],[52,24],[96,21],[94,50],[21,37],[20,237],[16,111],[15,40],[50,85],[68,61],[127,59],[49,62],[36,123],[15,177],[29,106],[20,37],[61,44],[92,2],[106,-41],[41,-30],[92,-92],[52,-44],[85,-113],[101,-110],[47,-22],[66,-16],[59,-26],[151,-39],[128,-38],[182,-27],[89,-27],[80,-8],[101,15],[123,53],[49,11],[67,44],[52,63],[46,41],[64,20],[128,8],[133,47],[34,26],[74,125],[30,39],[83,84],[57,85],[16,141],[-18,106],[-62,74],[-42,77],[-25,77],[-333,542],[-221,1103],[-579,699],[-468,1534],[0,295],[137,565],[386,942],[0,269],[183,241]],[[33438,34425],[-805,213],[-86,448]],[[32547,35086],[-86,168],[-388,335]],[[32073,35589],[-257,462],[0,378],[344,420],[166,441],[44,89]],[[32370,37379],[23,49],[45,28]],[[32438,37456],[59,11],[99,-13],[84,-40]],[[32680,37414],[53,-34],[68,-26],[87,-16]],[[32888,37338],[45,5],[9,63]],[[32942,37406],[20,31]],[[32962,37437],[71,58]],[[33033,37495],[69,21]],[[33102,37516],[66,-26],[177,-97]],[[33345,37393],[112,-51],[76,10],[42,18],[136,104],[54,84],[58,53]],[[33823,37611],[63,27],[90,30],[44,-11],[28,-53]],[[34048,37604],[-11,-31],[-37,-28],[-13,-35]],[[33987,37510],[-26,-35],[-28,-61]],[[33933,37414],[33,-55],[77,-55]],[[34043,37304],[67,-66],[86,-51]],[[34196,37187],[43,-50],[74,-189]],[[34313,36948],[11,-94],[-23,-57]],[[34301,36797],[-168,-40],[-46,-28]],[[34087,36729],[-3,-98]],[[34084,36631],[34,-184]],[[34118,36447],[-29,-149]],[[34089,36298],[-87,-144]],[[34002,36154],[5,-154]],[[34007,36000],[23,-129],[47,-101]],[[34077,35770],[139,-126]],[[34216,35644],[51,-98]],[[34267,35546],[-5,-99],[-48,-92]],[[34214,35355],[-37,-140]],[[34177,35215],[-5,-64],[41,-46],[0,-223],[-5,-71]],[[34208,34811],[-44,-33],[-56,-15]],[[34108,34763],[-83,-26],[-44,-25],[-28,-33]],[[33953,34679],[-20,-27]],[[33933,34652],[-18,-104],[-477,-123]],[[37796,24079],[94,22],[53,53],[54,29],[132,27],[72,30],[28,22],[63,77],[16,42],[43,56],[28,62],[36,29],[107,54],[97,68],[130,138],[28,57],[5,87],[61,-18],[71,-31],[92,-16],[77,7],[5,40],[78,177],[79,112],[182,138],[42,20],[224,-16],[350,-36],[59,61],[89,9],[76,-6],[102,4],[299,4],[86,139],[8,36],[137,206],[112,143],[36,32],[80,-9],[163,-55],[88,-52],[142,-117],[59,-31],[256,-156],[373,-97],[316,-9],[285,28],[146,37],[127,71],[301,125],[356,120],[371,57],[425,-93],[191,-48],[150,-75],[98,-62],[198,-205],[78,-37],[95,-34],[732,-187],[150,-33],[168,-20],[103,-41],[693,-256],[202,-60],[63,0],[377,37]],[[33589,27603],[-14,67],[32,47],[85,46],[52,-3],[178,31],[29,37],[-6,121],[-26,62],[-7,77],[15,91],[14,31],[80,84],[58,35],[91,80],[-3,70],[-18,69],[-42,73],[81,94],[76,96],[44,77],[19,109],[34,389],[28,107],[-16,31],[-191,2374],[1895,-68],[76,4],[60,41],[122,137],[50,71],[66,134],[548,1240],[269,434],[8,142],[33,94],[140,100],[95,53],[150,53],[61,60],[13,260],[-85,231],[-67,146],[-83,152],[-115,166],[-18,92],[16,163],[15,37],[97,184],[90,139],[8,166],[-38,105],[-90,149],[-64,130],[-40,168],[-26,167],[11,320],[-7,70],[-34,68],[-40,103],[-18,27],[-45,37],[-57,81],[-11,51],[0,137],[-18,58],[-10,88],[-44,42],[-147,69]],[[36948,37999],[19,129],[70,90],[213,127],[59,11],[57,-7],[70,-75],[46,-31],[139,7],[93,-7],[57,-33],[91,-132],[36,-171],[73,-166],[47,-58],[50,-43],[102,-54],[90,-13],[105,-7],[277,4],[99,-5],[198,-59],[72,-86],[14,-44],[38,-76],[22,-77],[13,-199],[71,-189],[46,-97],[13,-49],[33,-63],[98,-59],[93,-3],[97,35],[81,110],[118,132],[36,32],[49,28],[69,2],[97,-18],[53,14],[29,72],[123,90],[84,0],[41,-26],[58,4],[123,37],[40,0],[61,-49],[48,-70],[224,-229],[91,-42],[140,-29],[1793,-530],[1466,-296],[100,-20],[102,-50],[77,-44],[134,-164],[881,-1099],[18,-53],[108,-180],[143,-57],[98,-79],[2771,-1815],[70,-48],[61,-31],[81,-18],[157,8],[95,-26],[98,-67],[57,-109],[15,-92],[70,-218],[44,-186],[62,-241]],[[48916,61809],[39,-89],[31,-40],[102,-91],[75,-103],[29,-56],[113,-179],[55,-71],[59,-61],[66,-44],[186,-59],[49,-30],[54,-44],[260,-282],[139,-40],[101,-18],[186,-20],[167,-38],[154,-61],[104,-27],[101,-11],[75,0],[62,13],[113,37],[111,16],[165,-3],[183,-22],[211,-53],[67,13],[-13,-66],[8,-34],[39,-45],[129,-81],[100,-85],[64,-85],[19,-53],[30,-190],[29,-59],[106,-114],[131,-171],[16,-39],[-50,-37],[-75,-12],[-151,-38],[-90,-47],[-26,-32],[0,-64],[28,-30],[80,-56],[39,-38],[15,-38],[0,-51],[-23,-65],[-54,-124],[-49,-45],[-60,-22],[-144,-14],[-92,-18],[-47,-22],[-20,-73],[22,-150],[27,-276],[62,-232],[68,-200],[80,-123],[171,-93],[44,-68],[64,-115],[44,-62],[87,-68],[49,-27],[52,-13],[291,-17],[132,6],[119,-4],[101,16],[146,57],[121,88],[165,44],[117,1],[75,-18],[99,-38],[49,-28],[175,-155],[120,-126],[196,-283],[44,-82],[31,-132],[25,-71],[52,-87],[59,-68],[16,-68],[35,-72],[11,-39],[-5,-53],[-29,-52],[-151,-149],[-57,-82],[-26,-49],[-49,-114],[-10,-115],[10,-77],[30,-90],[96,-126],[40,-80],[-7,-47],[-48,-45],[-81,-35],[-77,-2],[-119,45],[-87,15],[-147,-17],[-75,-28],[-45,-35],[-53,-70],[-56,-117],[-19,-101],[-25,-161],[-32,-74],[-123,-122],[-129,-106],[-105,-92],[-55,-63],[-18,-67],[-6,-107],[5,-66],[40,-162],[8,-58],[-36,-70],[-65,-70],[-140,-209],[-38,-106],[-10,-99],[31,-181],[31,-76],[39,-132],[20,-130],[1,-40],[-11,-78],[-18,-59],[-23,-43],[-109,-101],[-106,-84],[-100,-132],[-34,-101],[16,-79],[29,-59],[59,-71],[87,-85],[82,-98],[49,-34],[253,-138],[67,-30],[166,106],[79,37],[230,119],[133,57],[48,28],[179,65],[74,16],[45,-2],[70,-23],[91,-40],[86,-58],[50,-24],[109,-25],[87,-4],[175,38],[333,-42],[76,-13],[71,-32],[35,-34],[111,-171],[60,-41],[116,-27],[128,-22],[91,-9],[61,-12],[52,-24],[36,-35],[160,-184],[116,-157],[37,-59],[67,-74],[97,-66],[222,-111],[90,-53],[124,-164],[32,-28],[76,-28],[68,7],[127,23],[174,75],[75,28],[64,-13],[27,-60],[20,-75],[34,-92],[37,-63],[27,-27],[82,-34],[72,-5],[158,32],[126,42],[93,-43],[11,-31],[7,-74],[0,-155],[18,-50],[98,-110],[137,-94],[98,-62],[100,-91],[105,-121],[-56,-69],[-44,-85],[-4,-37],[20,-107],[58,-98],[62,-50],[76,-75],[37,-62],[11,-35],[171,-257],[71,-220],[32,-52],[77,-11],[52,21],[51,7],[31,17],[38,38],[-38,104],[-44,91],[-62,62],[-17,49],[15,49],[33,40],[39,15],[200,191],[70,50],[27,55],[25,217],[2,145],[-28,62],[-33,139],[-34,115],[-46,96],[-30,79],[-14,75],[-2,127],[13,217],[2,247],[-4,87],[-32,122],[-80,88],[-32,23],[-120,66],[-67,51],[-57,77],[-17,43],[-6,116],[51,324],[5,73],[21,70],[21,42],[67,66],[49,37],[90,135],[39,85],[36,115],[11,82],[5,131],[-26,109],[-45,103],[-28,167],[-20,72],[-27,177],[0,52],[21,25],[44,4],[60,-77],[51,-41],[39,-44],[61,-51],[166,-94],[195,-44],[106,-11],[135,1],[278,24],[104,18],[208,23],[90,22],[287,51],[145,20]],[[36948,37999],[-154,77],[-130,78],[-52,17],[-92,0],[-113,-26],[-145,-11],[-113,23],[-92,38],[-76,53],[-590,326],[-76,40],[-47,63],[-33,57],[-525,733],[-25,83],[-28,62],[-111,102],[-172,82],[64,241],[59,173],[90,84],[162,106],[29,29],[41,66],[21,59],[7,54],[-13,135],[-36,146],[-98,314],[-120,255],[-157,238],[-39,75],[-10,49],[23,91],[107,137],[44,93],[68,95],[8,55],[112,159],[19,42],[46,29],[103,28],[183,65],[39,29],[33,42],[11,96],[-23,252],[108,239],[-10,35],[21,64],[-22,109],[-26,42],[-22,70],[-243,202],[-54,42],[-74,127],[-29,221],[-49,158],[-49,66],[-67,73],[-30,76],[-30,60],[-75,94],[-65,55],[-66,39],[-253,272],[-130,74],[-84,32],[-195,-24],[-234,-10],[-261,29],[-47,25],[-121,95],[-31,14],[-74,55],[-173,61],[-53,48],[-60,90],[-27,17],[-58,91],[-375,460]],[[32189,46134],[-38,64],[-47,140],[-29,56],[-76,72],[-41,20],[-207,66],[-131,50],[-18,65],[43,141],[24,117],[-8,50],[0,156],[21,56],[147,148],[11,32],[-11,98],[-28,71],[-21,118],[-28,128],[-40,114],[-26,35],[-38,29],[-185,118],[-72,92],[-26,103],[-6,95],[4,148],[12,128],[-23,100],[-29,66],[18,92],[37,97],[7,94],[-17,107],[-6,369],[1,65],[-17,67],[-26,52],[-46,56],[-105,73],[-64,51],[-35,52],[-23,83],[0,50],[16,97],[57,139],[44,70],[46,56],[136,146],[68,97],[46,103],[15,53],[-2,84],[-21,88],[-28,58],[-67,91],[-49,56],[-51,45],[-169,109],[-98,66],[-48,28],[-88,66],[-198,140],[-41,5],[-205,-24],[-39,5],[-68,24],[-36,52],[-50,92],[-29,84],[-14,61],[-29,85],[-31,118],[-22,171],[5,67],[35,107],[59,194],[31,65],[44,113],[18,73],[-20,48],[-44,25],[-51,7],[-191,12],[-251,6],[-89,16],[-86,32],[-36,24],[-57,71],[-28,47],[-49,101],[-8,53],[-4,112],[12,31],[65,83],[66,47],[24,41],[-23,75],[-134,133],[-47,51],[-54,80],[-26,106],[69,170],[8,69],[5,175],[6,66],[-19,120],[-38,94],[-103,95],[-46,30],[-97,39],[-45,55],[-16,59],[62,194],[57,112],[73,115],[31,103],[-9,60],[-36,53],[-46,43],[-75,50],[-48,20],[-109,23],[-100,9],[-122,29],[-47,33],[-115,94],[-59,24],[-58,7],[-120,-18],[-225,-92],[-102,-30],[-50,17],[-52,30],[-28,38],[-33,249],[-24,75],[-42,64],[-60,43],[-84,37],[-113,6],[-31,87],[29,128],[33,59],[34,33],[192,103],[34,39],[23,48],[55,90],[64,130],[14,48],[10,83],[-10,70],[10,49],[28,47],[93,50],[143,40],[61,58],[39,89],[7,58],[-8,51],[-20,39],[-37,26],[-103,38],[-100,31],[-102,72],[-39,57],[-45,103],[-20,77],[2,80],[11,136],[0,113],[-9,58],[-39,101],[-12,59],[7,137],[27,106],[54,71],[80,78],[157,109],[93,-1],[61,9],[62,0]],[[32189,46134],[-263,34],[-87,-4],[-47,-11],[-38,-49],[-13,-52],[46,-70],[45,-20],[10,-40],[-34,-175],[-51,-90],[-62,-59],[-64,14],[-50,41],[-106,-89],[-89,-148],[-29,-71],[2,-40],[29,-84],[28,-39],[-18,-63],[-44,-80],[-98,-70],[-63,-29],[-187,-38],[-54,-61],[-38,-53],[-1,-74],[-33,-75],[-52,-41],[-76,-40],[-36,-7],[-110,0],[-131,22],[-83,51],[-107,109],[-73,67],[-169,137],[-207,195],[-91,29],[-239,87],[-66,15],[-92,62],[-56,143],[-42,157],[-74,66],[-162,59],[-76,40],[-61,18],[-50,50],[-117,44],[-34,20],[-127,104],[-36,15],[-66,48],[-35,13],[-99,-39],[-31,42],[-6,57],[21,136],[-21,66],[-20,27],[-73,64],[-97,76],[-146,27],[-32,11],[-80,0],[-37,-11],[-41,-36],[-90,-49],[-101,11],[-51,-26],[-13,-38],[-13,-72],[-87,-79],[-65,-110],[10,-86],[63,-127],[17,-43],[57,-81],[33,-82],[11,-66],[33,-122],[21,-109],[83,-144],[13,-101],[-3,-214],[-23,-62],[-44,-47],[-89,-50],[-73,-15],[-47,2],[-49,-22],[-149,-47],[-62,-44],[-35,-37],[-47,-77],[-91,-22],[-76,42],[-60,-7],[-114,-48],[-100,-52],[-85,-17],[-192,20],[-143,22],[-70,19],[-68,42],[-13,66],[3,108],[10,45],[-10,69],[2,102],[-5,69],[8,44],[33,84],[13,65],[-9,43],[-68,17],[-98,-31],[-173,-62],[-131,-76],[-59,-6],[-38,7],[-55,65],[-54,42],[-49,27],[-38,77],[-32,18],[-48,-76],[-83,0],[-39,-8],[-62,-49],[-78,-42],[-46,-5],[-97,28],[-29,35],[-8,45],[-43,83],[-34,18],[-53,48],[-18,31],[-47,166],[-18,42],[-42,-17],[2,-101],[-7,-37],[-36,-25],[-105,3],[-97,38],[-41,44],[21,61],[26,43],[49,47],[15,37],[-25,27],[-37,13],[-28,38],[-48,104],[-54,-35],[-22,-51],[-66,-113],[-11,-35],[-51,-69],[-36,-10],[-73,37],[-49,7],[-28,-20],[-36,-120],[-18,-31],[-54,-7],[-54,51],[-47,76],[-77,34],[-83,-87],[-73,-95],[-48,-44],[-48,-13],[-70,53],[0,55],[41,99],[25,85],[0,35],[-18,71],[0,69],[34,60],[39,17],[49,2],[62,-15],[143,-68],[71,21],[-22,36],[-99,68],[-42,48],[-15,60],[10,50],[3,81],[-37,35],[-46,-52],[-34,-55],[-69,-86],[-74,-42],[-53,-42],[-71,-88],[-16,-31],[-67,-14],[-41,23],[-11,35],[-33,191],[-19,145],[10,57],[21,64],[1,48],[-13,31],[-44,9],[-80,-53],[-104,-53],[-50,-15],[-75,-40],[-88,-4],[-26,24],[-12,60],[20,80],[2,76],[-51,42],[-85,35],[-67,-7],[-95,-22],[-44,3],[-126,-4],[-44,-9],[-81,-51],[-26,-32],[-17,-50],[0,-86],[-54,-151],[-65,-71],[-41,-17],[-54,0],[-88,22],[-46,20],[-86,77],[-58,120],[2,95],[23,96],[26,49],[41,44],[75,53],[44,43],[31,66],[-5,57],[-46,58],[-42,34],[-199,68],[-49,3],[-138,37],[-65,36],[-32,37],[-25,85],[4,88],[40,211],[-3,55],[-16,48],[-84,15],[-52,-11],[-139,-43],[-87,-54],[-107,-49],[-74,-17],[-156,-24],[-175,0],[-61,-6],[-106,4],[-120,-15],[-89,-4],[-92,-18],[-41,-22],[-109,-19],[-73,-17],[-231,-4],[-70,-54],[-35,-45],[-6,-39],[-28,-72],[-18,-91],[-3,-112],[-34,-122],[-29,-42],[-58,-42],[-22,-65]],[[12134,67688],[26,-10],[124,-17],[63,-4],[304,20],[116,22],[77,19],[410,16],[75,15],[58,2],[182,25],[147,27],[88,77],[22,29],[42,24],[72,9],[49,-7]],[[11838,89643],[-10,-101],[-7,-153]],[[11821,89379],[-14,-104]],[[11769,88764],[-9,-22]],[[11744,88706],[-45,-48],[-54,-78]],[[11642,88576],[-48,-77],[-30,-36]],[[11564,88463],[-32,-38],[-73,-66]],[[11275,88213],[-132,-84]],[[11143,88129],[-75,-64]],[[11068,88065],[-96,-74]],[[10972,87991],[-6,-3]],[[10900,87953],[-62,-29],[-62,-41]],[[10750,87862],[-37,-47],[-55,-115]],[[10658,87700],[-85,-138],[-31,-64]],[[10514,87462],[-45,-65]],[[10414,87323],[-27,-39],[-73,-67]],[[10189,87116],[-38,-33]],[[10023,86959],[-41,-52]],[[9982,86907],[-72,-135]],[[9882,86744],[-36,-47]],[[9846,86697],[-57,-59]],[[9746,86585],[-63,-71]],[[9683,86514],[-118,-111]],[[9519,86355],[-35,-40]],[[9438,86275],[-92,-98]],[[9155,85953],[-31,-55]],[[9124,85898],[-46,-88]],[[9078,85810],[-14,-41]],[[9049,85719],[-18,-48],[-10,-59]],[[32547,32525],[-71,503]],[[32476,33028],[329,43],[645,-84]],[[33450,32987],[345,-504]],[[33795,32483],[-44,-461],[-301,-169]],[[33450,31853],[-602,-41],[-172,251],[-129,462]],[[260147,51769],[-92,23],[-162,78],[-105,79],[-37,35],[-44,135],[-46,235],[-47,141],[-41,141],[-46,132],[33,138],[34,192],[28,213],[16,195],[44,242],[87,167],[62,131],[39,63],[118,175],[57,105],[40,97],[12,83],[-16,126],[-5,111],[-26,91],[-51,113],[-123,150],[-130,110],[-146,59],[-160,31],[-198,24],[-109,42],[-71,86],[-74,57],[-142,76],[-56,72],[-28,133],[5,104],[30,141],[67,178],[28,172],[-2,98],[-71,142],[-19,86],[-86,182],[-45,85],[-80,115],[-85,176],[-124,149],[-5,124],[30,83],[90,41],[96,83],[41,57],[28,76],[0,78],[-17,97],[-24,82],[-89,150],[-57,89],[-14,123],[6,78],[21,91],[9,81],[-10,39],[-70,70],[-136,224],[-91,125],[-56,150],[-7,123],[21,82],[27,78],[62,93],[16,82],[20,64],[71,97],[141,147],[156,112],[148,129],[155,187],[99,231],[70,239],[105,224],[71,178],[208,434],[107,153],[75,55],[87,31],[46,52],[24,80],[7,121],[9,99],[-5,168],[18,224],[-11,157],[-59,220],[-36,149],[-117,370],[-36,177],[-41,275],[-10,100],[-85,221],[-77,127],[-29,95],[16,72],[4,126],[-35,95],[2,158],[-20,97],[-22,81],[-28,61],[-43,48],[-70,61],[-36,20],[-62,17],[-80,8],[-98,-10],[-84,-17],[-277,-30],[-219,-18],[-141,-22],[-115,-50],[-143,-83],[-176,-80],[-93,-66],[-139,-90],[-129,-55],[-170,-29],[-170,28],[-195,68],[-411,194]],[[33345,37393],[-177,97],[-66,26]],[[33033,37495],[-71,-58]],[[32942,37406],[-9,-63],[-45,-5]],[[32680,37414],[-84,40],[-99,13],[-59,-11]],[[32438,37456],[-45,-28],[-23,-49]],[[32073,35589],[388,-335],[86,-168]],[[32547,35086],[86,-448],[805,-213]],[[33438,34425],[477,123],[18,104]],[[33953,34679],[28,33],[44,25],[83,26]],[[34108,34763],[56,15],[44,33]],[[34208,34811],[5,71],[0,223],[-41,46],[5,64]],[[34214,35355],[48,92],[5,99]],[[34216,35644],[-139,126]],[[34077,35770],[-47,101],[-23,129]],[[34002,36154],[87,144]],[[34118,36447],[-34,184]],[[34087,36729],[46,28],[168,40]],[[34313,36948],[-74,189],[-43,50]],[[34196,37187],[-86,51],[-67,66]],[[34043,37304],[-77,55],[-33,55]],[[33933,37414],[28,61],[26,35]],[[33987,37510],[13,35],[37,28],[11,31]],[[33823,37611],[-58,-53],[-54,-84],[-136,-104],[-42,-18],[-76,-10],[-112,51]],[[32547,32525],[129,-462],[172,-251],[602,41]],[[33450,31853],[301,169],[44,461]],[[33450,32987],[-645,84],[-329,-43]]],"transform":{"scale":[0.00006167047984486486,0.00006318270265178741],"translate":[99.64071655273449,0.8550009727477459]},"objects":{"land":{"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]],[[33]],[[34]],[[35]],[[36]],[[37,38,39,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]],[[295]],[[296]],[[297]],[[298]],[[299]],[[300]],[[301]],[[302]],[[303]],[[304]],[[305]],[[306]],[[307]],[[308]],[[309]],[[310]],[[311]],[[312]],[[313]],[[314]],[[315]],[[316]],[[317]],[[318]],[[319]],[[320]],[[321]],[[322]],[[323]],[[324]],[[325]],[[326]],[[327]],[[328]],[[329]],[[330]],[[331]],[[332]],[[333]],[[334]],[[335]],[[336]],[[337]],[[338]],[[339]],[[340]],[[341]],[[342]],[[343]],[[344]],[[345]],[[346]],[[347]],[[348]],[[349]],[[350]],[[351]],[[352]],[[353]],[[354]],[[355]],[[356]],[[357]],[[358]],[[359]],[[360]],[[361]],[[362]],[[363]],[[364]],[[365]],[[366]],[[367]],[[368]],[[369]],[[370]],[[371]],[[372]],[[373]]],"type":"MultiPolygon"}]},"states":{"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]],[[33]],[[34]],[[35]],[[36]],[[374,37,375,376]],[[54]],[[55]],[[56]]],"type":"MultiPolygon","properties":{"id":1},"id":1},{"arcs":[[[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]],[[377,378,43,44,45,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,49]]],"type":"MultiPolygon","properties":{"id":2},"id":2},{"arcs":[[[97]],[[98]],[[99]],[[100]],[[426,427,428,51]]],"type":"MultiPolygon","properties":{"id":3},"id":3},{"arcs":[[429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463]],"type":"Polygon","properties":{"id":4},"id":4},{"arcs":[[[101]],[[102]],[[103]],[[104]],[[105]]],"type":"MultiPolygon","properties":{"id":5},"id":5},{"arcs":[[[106]],[[107]],[[108]],[[109]],[[-376,38,464]]],"type":"MultiPolygon","properties":{"id":6},"id":6},{"arcs":[[-377,-465,39,465,466]],"type":"Polygon","properties":{"id":7},"id":7},{"arcs":[[467,53,-375,-467,468,469,-428]],"type":"Polygon","properties":{"id":8},"id":8},{"arcs":[[[110]],[[111]],[[112]],[[113]],[[114]],[[115]],[[116]],[[117]],[[118]],[[119]],[[120]],[[121]],[[122]],[[123]],[[124]],[[125]],[[126]],[[127]],[[-429,-470,470,41,471,-378,50]]],"type":"MultiPolygon","properties":{"id":9},"id":9},{"arcs":[[-426,472,-424,473,-422,474,-420,475,-418,476,477,-415,478,479,480,481,-410,482,-408,483,484,-405,485,-403,486,-401,487,-399,488,489,-396,490,491,-393,492,493,-390,494,-388,495,-386,496,497,498,-382,499,-380,46,47,48]],"type":"Polygon","properties":{"id":10},"id":10},{"arcs":[[[128]],[[129]],[[130]],[[131]],[[132]],[[133]],[[134]],[[135]],[[-472,42,-379]]],"type":"MultiPolygon","properties":{"id":11},"id":11},{"arcs":[[500,501,502,503,504]],"type":"Polygon","properties":{"id":12},"id":12},{"arcs":[[[136]],[[137]],[[138]],[[139]],[[140]],[[141]],[[142]],[[143]],[[144]],[[145]],[[146]],[[147]],[[148]],[[149]],[[150]],[[151]],[[152]],[[153]],[[154]],[[155]],[[156]],[[157]],[[158]],[[159]],[[160]],[[161]],[[162]],[[163]],[[164]],[[165]],[[166]],[[167]],[[168]],[[169]],[[170]],[[171]],[[172]],[[173]],[[174]],[[175]],[[176]],[[177]],[[178]],[[179]],[[180]],[[181]],[[182]],[[183]],[[184]],[[185]],[[186]],[[187]],[[188]],[[189]],[[190]],[[191]],[[192]],[[193]],[[194]],[[195]],[[196]],[[197]],[[198]],[[199]],[[200]],[[201]],[[202]],[[203]],[[204]],[[205]],[[206]],[[207]],[[208]],[[209]],[[210]],[[211]],[[212]],[[213]],[[214]],[[215]],[[216]],[[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]],[[505,285]],[[287]],[[288]],[[289]],[[290]],[[291]],[[292]],[[293]],[[294]],[[295]],[[296]],[[297]],[[298]],[[299]],[[300]],[[301]],[[302]],[[303]],[[304]],[[305]],[[306]],[[307]],[[308]],[[309]],[[310]],[[311]],[[312]],[[313]],[[314]],[[315]],[[316]],[[317]],[[318]],[[319]],[[320]],[[321]]],"type":"MultiPolygon","properties":{"id":13},"id":13},{"arcs":[[[322]],[[323]],[[324]],[[325]],[[326]],[[327]],[[328]],[[329]],[[330]],[[331]],[[332]],[[333]],[[334]],[[335]],[[336]],[[337]],[[338]],[[339]],[[340]],[[341]],[[342]],[[343]],[[344]],[[345]],[[346]],[[347]],[[348]],[[349]],[[286,-506]]],"type":"MultiPolygon","properties":{"id":14},"id":14},{"arcs":[[[350]],[[351]],[[352]],[[353]],[[354]],[[355]],[[356]],[[357]],[[358]],[[359]],[[360]],[[361]],[[362]],[[-469,-466,40,-471],[506,-439,507,-437,508,-435,509,510,-432,511,512,513,-463,514,515,516,-459,517,-457,518,519,-454,520,-452,521,-450,522,-448,523,524,525,526,527,-442,528],[-501,529,530,-503,531]]],"type":"MultiPolygon","properties":{"id":15},"id":15},{"arcs":[[[363]],[[364]],[[365]],[[366]],[[367]],[[368]],[[369]],[[370]],[[371]],[[372]],[[373]],[[-468,-427,52]]],"type":"MultiPolygon","properties":{"id":16},"id":16}]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment