Skip to content

Instantly share code, notes, and snippets.

@arrayjam
Last active December 24, 2015 11:58
Show Gist options
  • Save arrayjam/6794082 to your computer and use it in GitHub Desktop.
Save arrayjam/6794082 to your computer and use it in GitHub Desktop.
Australia polling booth voronoi and ocean overlay
<!DOCTYPE html>
<meta charset="utf-8">
<style>
path {
stroke-linejoin: round;
fill: none;
}
.topojson {
stroke: #222;
}
.voronoi {
stroke: none;
}
.geojson {
stroke: red;
}
.ocean {
fill: steelblue;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/queue.v1.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 600;
var ausCenter = [144.9, -37.8];
var parallels = [-36, -18];
var projection = d3.geo.albers()
.translate([width / 2, height / 2])
.scale(20000)
.rotate([-ausCenter[0], 0])
.center([0, ausCenter[1]])
.parallels(parallels)
.clipExtent([[0, 0], [width, height]])
.precision(0);
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var zoom = d3.behavior.zoom()
.translate(projection.translate())
.scale(projection.scale())
.on("zoom", zoomed);
svg.call(zoom);
queue()
.defer(d3.json, "voronoi.json")
.defer(d3.json, "ocean.json")
.await(ready);
function ready(err, geo, ocean) {
window.geo = geo;
console.log(geo);
svg.selectAll("path.geojson")
.data(topojson.feature(geo, geo.objects.voronoi).features)
.enter().append("path")
.attr("class", "geojson")
.attr("d", path);
svg.append("path")
.datum(topojson.feature(ocean, ocean.objects.ocean))
.attr("class", "ocean")
.attr("d", path);
console.log(ocean);
}
function zoomed() {
projection
.translate(d3.event.translate)
.scale(d3.event.scale);
svg.selectAll("path").attr("d", path);
}
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"ocean":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","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],[374],[375],[376],[377],[378],[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],[426],[427],[428],[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]]]}]}},"arcs":[[[11319,87722],[15,-33],[6,-44],[-7,-66],[10,-17],[174,-4],[15,5],[6,13],[-3,20],[-14,43],[-6,77],[-10,69],[-197,458],[-7,36],[8,31],[22,28],[20,14],[57,3],[-9,38],[9,0],[12,-22],[26,-13],[49,-17],[22,-16],[13,-19],[77,-122],[27,-32],[59,-26],[80,-89],[217,-138],[59,-67],[14,-9],[41,2],[26,7],[25,16],[16,27],[-16,10],[-32,6],[-25,14],[-4,30],[26,21],[34,16],[18,16],[-21,35],[-5,21],[0,51],[-7,42],[-13,38],[-1,30],[30,22],[36,-14],[10,14],[11,51],[-2,7],[13,37],[-13,71],[6,37],[36,27],[40,-40],[82,-170],[28,-43],[66,-78],[42,-66],[21,-15],[19,-20],[14,-1],[25,39],[28,-42],[16,-61],[7,-143],[20,-36],[100,-17],[40,-24],[8,-31],[1,-71],[12,-17],[6,12],[39,63],[23,51],[14,61],[14,142],[8,40],[23,78],[4,39],[0,76],[-11,115],[15,71],[4,42],[-8,159],[8,85],[33,151],[4,82],[-7,156],[7,158],[15,62],[22,60],[15,59],[-1,61],[-45,114],[-6,44],[1,81],[17,157],[11,34],[18,14],[-18,94],[-3,32],[6,31],[20,71],[-13,64],[10,79],[-6,33],[-10,-13],[-19,62],[-13,24],[-19,15],[5,42],[-14,52],[-22,53],[-14,45],[-6,50],[-2,63],[24,182],[31,129],[7,63],[12,60],[82,174],[23,76],[-1,65],[-25,58],[-103,109],[-33,59],[-8,72],[79,409],[24,81],[36,78],[43,67],[44,53],[83,62],[13,21],[8,58],[-4,43],[-21,57],[-9,76],[1,151],[-11,64],[-22,55],[-16,24],[-30,15],[-20,16],[-30,4],[-38,-13],[-53,12],[-51,39],[-39,58],[-21,68],[4,255],[-21,63],[-27,13],[-30,-1],[-15,5],[-26,18],[-35,15],[-24,27],[-20,32],[-14,30],[-13,37],[-8,38],[-4,40],[-1,44],[4,42],[24,77],[7,40],[-2,49],[-12,27],[-20,10],[-24,2],[-32,-37],[-18,-11],[-14,23],[17,0],[0,12],[-21,14],[-31,7],[-55,4],[-111,26],[-61,3],[-30,8],[-50,39],[-28,9],[-28,-1],[-27,-8],[-82,-53],[-27,-8],[-25,28],[-13,8],[-53,-12],[-21,17],[-33,49],[-27,10],[-29,-4],[-22,-14],[-13,-28],[-2,-43],[-21,26],[-4,43],[0,45],[-10,37],[-22,15],[-26,-7],[-22,-25],[-18,-80],[-19,-36],[-40,-56],[-16,-35],[-5,-30],[3,-80],[-2,-39],[-25,-121],[-23,-57],[-37,-34],[-87,-61],[-43,-39],[-18,-26],[-13,-68],[-15,-44],[-20,-39],[-21,-25],[9,25],[-2,74],[16,64],[27,52],[41,55],[38,40],[62,26],[35,31],[5,30],[0,86],[17,62],[4,47],[-1,81],[-25,70],[-41,-2],[-90,-56],[22,27],[44,43],[18,24],[17,10],[52,3],[21,6],[18,20],[89,154],[41,88],[21,64],[8,72],[-11,85],[-31,77],[-44,55],[-53,20],[-56,-26],[-24,-33],[-12,-9],[-10,-21],[-8,2],[-28,25],[-4,34],[-1,42],[-7,37],[-15,-22],[-29,-53],[-18,-15],[-21,-2],[-2,13],[19,33],[14,31],[20,53],[9,51],[-17,23],[-22,19],[-25,40],[-27,37],[-34,6],[-14,-25],[-17,-94],[-21,-32],[-12,47],[-4,54],[6,39],[29,71],[7,23],[21,48],[5,42],[-8,49],[-18,84],[-48,135],[-20,78],[-11,78],[2,281],[-9,117],[-5,21],[-39,60],[-17,76],[-5,73],[16,117],[-36,161],[-5,17],[-73,-3],[-72,-32],[-63,-42],[-30,10],[-78,67],[-25,5],[-65,3],[-20,11],[-23,25],[-85,57],[-16,-9],[-53,-16],[-28,-16],[-29,-27],[-22,-35],[-13,-75],[-9,19],[-20,71],[-14,28],[-18,20],[-23,11],[-29,4],[-18,9],[-27,48],[-18,20],[-50,11],[-7,8],[-13,36],[-28,14],[-38,70],[-21,-1],[-16,25],[-19,56],[-14,27],[-25,20],[-27,0],[-57,-14],[9,25],[22,30],[5,28],[-7,19],[-35,23],[-46,12],[-29,22],[-25,28],[-14,29],[31,5],[20,23],[4,27],[-20,21],[0,12],[26,30],[18,50],[10,55],[-2,43],[-10,21],[-27,33],[-6,16],[-9,120],[22,-76],[13,-36],[21,-15],[124,34],[39,18],[35,27],[23,35],[8,36],[-10,22],[-48,46],[-28,5],[-36,35],[-25,8],[-67,-2],[-37,-18],[-26,8],[-43,25],[0,13],[80,19],[35,22],[15,41],[11,49],[48,66],[9,42],[-16,35],[-38,-12],[-44,-31],[-35,-17],[-20,-5],[-39,-25],[-23,-6],[-20,1],[-37,10],[-21,0],[39,37],[143,39],[37,27],[30,35],[20,44],[8,53],[7,22],[16,8],[46,1],[41,17],[14,18],[-11,38],[9,55],[-6,12],[-17,5],[-3,20],[15,19],[19,7],[11,-12],[14,-37],[21,-21],[36,7],[10,7],[-1,35],[10,8],[107,13],[45,-4],[13,10],[12,29],[3,19],[-17,29],[-52,379],[-21,70],[-16,30],[-24,33],[-26,27],[-32,16],[-26,19],[-14,1],[-12,-11],[-24,-53],[-22,121],[-60,108],[-75,88],[-77,63],[-38,25],[-36,12],[-33,-9],[-36,-34],[-34,-27],[-73,-19],[-28,-35],[-25,-80],[-19,-34],[-28,-14],[-27,-4],[-31,-12],[-29,-16],[-22,-18],[-63,-90],[-45,-21],[-88,-84],[-22,-12],[-85,-14],[-70,-46],[-28,-4],[-57,10],[-24,-12],[-13,-12],[-29,-17],[-20,-26],[-20,-41],[-43,-28],[-42,20],[-34,43],[-28,43],[-19,34],[-41,4],[-24,19],[9,5],[28,-3],[34,-9],[22,-12],[41,-67],[24,-25],[35,-10],[12,10],[26,66],[20,22],[22,16],[89,27],[38,37],[146,108],[48,15],[28,25],[50,55],[97,62],[47,40],[22,50],[-11,85],[-34,79],[-130,218],[-45,58],[-53,35],[-121,8],[-144,36],[-25,-4],[-39,-18],[-27,-4],[-55,4],[-25,7],[-28,15],[-58,44],[-43,48],[95,0],[15,-16],[51,-20],[52,8],[79,28],[74,0],[32,-12],[28,-4],[108,13],[54,-16],[45,-36],[66,-89],[32,-52],[13,4],[21,16],[12,29],[7,69],[11,36],[-4,1],[-9,41],[369,0],[8,-68],[49,-102],[12,-17],[11,-38],[16,-39],[24,-18],[33,20],[26,50],[37,106],[-4,24],[-22,40],[-17,42],[38,0],[22,-41],[1,41],[202,0],[22,-63],[16,-6],[14,7],[3,25],[-13,37],[71,0],[36,-29],[25,-28],[15,-7],[5,8],[3,35],[-4,21],[82,0],[14,-36],[12,-14],[15,-5],[10,10],[2,29],[-8,16],[319,0],[5919,0],[22,-42],[10,-44],[-7,-37],[-11,-35],[53,-99],[13,-37],[5,-46],[0,-76],[-4,-21],[-18,-41],[-5,-20],[4,-49],[32,-72],[8,-37],[-3,-68],[-14,-53],[-13,-73],[10,-46],[30,-25],[80,-9],[22,-6],[17,-12],[69,-81],[82,-242],[13,-9],[76,-93],[56,-55],[24,-31],[-130,24],[-31,19],[-14,0],[-6,-26],[1,-54],[4,-27],[23,-58],[9,-50],[5,-102],[-3,-74],[3,-21],[10,-22],[27,-38],[7,-29],[-8,0],[-22,27],[-32,19],[-37,13],[-35,4],[-42,-8],[-33,-17],[-11,-23],[-6,-31],[6,-30],[21,-17],[0,30],[11,8],[31,-13],[0,-11],[-13,-44],[15,-49],[43,-85],[-43,-2],[-3,-16],[3,-74],[27,-166],[20,-54],[26,-37],[14,-14],[20,6],[31,2],[17,-12],[14,-33],[19,-11],[15,-19],[19,12],[84,4],[39,-6],[32,-19],[30,-31],[0,-11],[-23,0],[-41,11],[-23,0],[0,-11],[18,-25],[-18,-14],[0,-13],[10,-7],[33,-5],[30,-17],[28,-27],[11,-16],[23,-48],[13,-6],[32,5],[11,-5],[4,-16],[-9,-11],[-29,-11],[-13,0],[-51,21],[-39,42],[-19,13],[-88,2],[-21,17],[-24,31],[-19,3],[-14,-19],[-8,-34],[35,-292],[14,-17],[46,-38],[19,-10],[52,-37],[37,-4],[16,14],[7,36],[-13,44],[8,19],[24,8],[64,-11],[45,-20],[44,-27],[28,-32],[22,-99],[8,-16],[30,9],[23,-29],[38,-30],[34,43],[12,24],[6,40],[2,40],[5,28],[13,19],[37,15],[-4,-31],[-12,-23],[-21,-33],[-4,-27],[3,-40],[8,-25],[26,-43],[19,-52],[13,-26],[31,-23],[17,-55],[14,-20],[45,0],[38,-27],[29,-6],[15,-16],[2,-28],[-16,-86],[-2,-51],[10,-40],[26,-14],[-4,-37],[20,-27],[32,-17],[27,-6],[25,-15],[19,-35],[20,-76],[13,-81],[-4,-79],[-33,-235],[-4,-125],[-5,-35],[-37,-122],[-14,-33],[-14,-14],[-20,-10],[-58,-49],[-13,-17],[0,-39],[17,-24],[-26,-24],[62,-89],[19,-13],[25,-6],[59,-46],[39,-15],[12,-9],[23,-50],[4,-20],[35,-121],[7,-81],[-12,-79],[-18,-78],[-12,-79],[-1,-34],[3,-37],[9,-30],[35,-30],[11,-40],[17,-160],[2,-80],[4,-31],[53,-133],[25,-45],[33,-13],[42,40],[-20,-71],[-41,-1],[-41,8],[-20,-46],[-6,-23],[-24,-42],[-5,-16],[14,-21],[47,-14],[10,-23],[2,-30],[12,-61],[6,-74],[23,-82],[1,-53],[-12,-59],[-20,-54],[-21,-37],[24,-63],[21,-79],[28,-55],[48,9],[130,143],[132,85],[53,13],[50,-17],[35,-61],[18,-77],[8,-81],[8,-63],[-4,-15],[-16,-10],[4,-20],[40,-50],[44,33],[101,190],[22,30],[22,13],[22,5],[64,29],[22,16],[46,48],[28,9],[13,-38],[-13,-1],[-105,-65],[-45,-18],[-42,-26],[-37,-47],[-24,-51],[-2,-26],[21,-11],[46,-2],[20,-8],[106,-85],[45,-15],[56,7],[93,49],[299,230],[36,20],[48,5],[108,-12],[47,-22],[38,-41],[14,-61],[11,-28],[22,-12],[22,5],[18,13],[83,86],[68,34],[1,22],[-21,28],[-16,10],[-2,31],[22,38],[22,26],[6,21],[0,25],[-9,84],[6,28],[17,28],[20,24],[19,14],[-2,-32],[-19,-51],[-5,-37],[4,-17],[22,-20],[0,-84],[8,-71],[78,-205],[13,-80],[-20,-153],[-3,-85],[36,-317],[0,-42],[-9,-116],[-7,-38],[-28,-81],[0,-39],[17,-23],[61,-27],[23,-19],[22,-3],[32,24],[54,62],[182,264],[109,98],[127,29],[57,-17],[54,-31],[169,-181],[26,-12],[14,3],[21,23],[10,26],[48,-14],[25,13],[39,52],[445,418],[0,11],[-12,6],[-26,2],[-28,15],[-24,35],[-10,34],[10,38],[18,31],[30,42],[25,0],[12,18],[10,36],[9,16],[7,29],[-2,129],[82,-221],[34,-23],[41,-17],[29,-23],[23,-30],[12,-20],[6,-56],[8,-29],[24,-50],[18,-19],[39,-31],[18,-20],[65,-106],[-8,47],[-53,156],[16,-11],[17,-27],[13,-32],[5,-27],[3,-43],[9,-21],[17,-6],[73,10],[20,16],[15,72],[19,28],[26,18],[27,9],[108,0],[23,-8],[11,-21],[27,-130],[2,-79],[-8,-80],[-15,-75],[9,-137],[103,-29],[128,32],[89,45],[80,66],[40,18],[79,55],[49,119],[20,28],[3,42],[12,83],[11,33],[7,-47],[-24,-181],[5,-62],[23,-38],[35,-19],[41,-8],[79,41],[52,100],[43,108],[53,67],[-7,-42],[-11,-27],[-35,-57],[-27,-122],[-12,-18],[-21,-13],[-13,-29],[-3,-36],[11,-29],[22,-21],[100,-63],[55,-49],[50,-25],[32,-3],[15,22],[14,196],[16,28],[21,19],[26,17],[-33,-237],[-2,-80],[18,-81],[77,-138],[18,-85],[-8,-317],[8,-131],[26,-160],[-26,-141],[-6,-80],[24,-71],[50,-25],[61,25],[206,184],[233,158],[321,190],[342,189],[222,155],[48,50],[49,68],[28,24],[32,9],[83,2],[24,10],[28,48],[13,79],[13,164],[17,73],[78,193],[19,78],[13,35],[16,15],[42,23],[19,-1],[-6,-36],[-17,-25],[-12,14],[-12,-5],[-8,-19],[-2,-28],[30,17],[23,9],[16,18],[8,44],[-5,44],[-26,65],[5,31],[17,-9],[50,27],[57,18],[4,23],[-16,29],[-79,84],[-20,25],[-13,35],[1,30],[-8,21],[-36,10],[-28,-16],[-6,16],[6,21],[21,38],[-20,66],[8,38],[17,37],[12,38],[-2,21],[-8,44],[14,32],[12,-13],[8,-81],[7,-40],[11,-26],[34,-22],[10,-15],[8,-29],[6,-85],[12,-31],[19,-14],[24,7],[31,34],[60,114],[20,54],[18,64],[6,70],[-6,316],[8,37],[24,81],[3,27],[-14,31],[-19,1],[-31,-18],[-39,-89],[-19,12],[32,76],[3,36],[-26,23],[9,35],[14,8],[55,13],[18,-13],[16,5],[12,16],[23,8],[32,-4],[20,-16],[10,-36],[6,-38],[12,-24],[45,12],[28,75],[42,278],[37,256],[3,57],[-9,18],[-19,-7],[-36,-37],[-14,-3],[-10,26],[-5,47],[-17,6],[-23,-6],[-79,-53],[-34,-10],[-23,23],[-9,72],[-18,27],[-43,-16],[-61,-43],[-8,0],[11,34],[27,41],[31,39],[27,26],[87,32],[15,18],[24,45],[7,42],[-16,115],[20,92],[-19,44],[-48,68],[24,47],[20,47],[-8,37],[-22,18],[-29,5],[-29,-3],[-8,-21],[-28,9],[-26,-11],[-11,-9],[-17,-33],[-29,-12],[-30,-3],[-24,5],[-25,30],[12,23],[39,29],[11,23],[68,84],[26,14],[56,22],[51,46],[111,46],[28,22],[22,30],[9,42],[-4,37],[-21,43],[-10,27],[3,82],[36,64],[52,48],[139,81],[27,5],[29,17],[6,38],[-6,85],[5,20],[16,26],[15,45],[-4,18],[-13,10],[-53,24],[17,34],[10,38],[-10,25],[-39,60],[-5,21],[6,100],[11,49],[19,36],[18,2],[-18,-114],[4,-46],[51,-90],[8,-23],[0,-59],[6,-26],[10,30],[15,22],[16,-11],[-2,-16],[-14,-31],[-1,-50],[3,-25],[13,-8],[29,2],[134,45],[32,19],[31,25],[20,25],[8,34],[3,46],[8,40],[34,30],[124,259],[40,60],[51,45],[18,29],[8,46],[4,48],[10,55],[19,36],[24,-13],[34,-47],[6,-16],[-2,-51],[2,-26],[8,-18],[14,8],[17,34],[14,42],[5,31],[16,-17],[28,-49],[19,-11],[24,7],[6,20],[-4,43],[12,42],[44,-14],[-6,54],[63,-26],[26,32],[16,9],[18,-3],[38,11],[10,9],[5,19],[0,28],[-6,24],[-11,16],[-15,7],[-35,6],[-68,27],[-41,11],[-7,13],[3,13],[19,6],[50,-9],[14,9],[-13,28],[8,16],[17,13],[14,19],[6,34],[-14,13],[-43,16],[0,13],[16,12],[39,3],[24,45],[5,28],[2,70],[-12,20],[-45,15],[6,23],[14,10],[45,16],[18,37],[16,16],[9,21],[-11,32],[-18,7],[-26,-14],[-153,-160],[-43,-29],[0,13],[14,30],[14,40],[4,42],[-10,34],[-2,22],[14,29],[26,44],[7,27],[4,42],[-3,30],[-12,-4],[-14,11],[-20,41],[-20,48],[-10,34],[1,44],[27,63],[6,37],[4,76],[6,29],[24,80],[25,30],[29,69],[-9,65],[-18,42],[-27,21],[11,26],[-28,12],[0,51],[-7,43],[7,19],[11,11],[30,15],[13,13],[-10,16],[-35,10],[-3,23],[14,43],[30,41],[12,26],[4,30],[-4,39],[-12,31],[4,20],[46,108],[20,73],[19,34],[30,18],[14,13],[10,19],[-1,18],[-17,65],[10,42],[68,116],[12,59],[14,38],[31,36],[7,30],[6,116],[17,46],[56,96],[12,14],[222,0],[13,-16],[29,-5],[18,5],[15,16],[2757,0],[-30,-30],[-82,-54],[-75,-22],[-20,-15],[-15,-38],[-8,-46],[-4,-41],[6,-72],[14,-74],[6,-70],[-16,-62],[-25,-22],[-61,-6],[-67,-51],[-17,-41],[-5,-57],[-15,-38],[-31,-66],[-6,-41],[6,-43],[11,-31],[3,-28],[-20,-32],[-74,-36],[-13,-20],[4,-58],[8,-21],[95,-168],[23,-64],[-13,-48],[-26,-160],[-12,-38],[-18,-42],[-9,-10],[-34,8],[-27,17],[-16,24],[-27,60],[-35,60],[-22,29],[-30,24],[-10,-43],[1,-20],[-22,10],[-21,17],[-8,-54],[14,-60],[23,-54],[23,-35],[32,-28],[39,-13],[39,3],[38,24],[11,-32],[8,-55],[2,-54],[-8,-23],[-14,-25],[-13,-56],[-30,-426],[5,-39],[17,-59],[4,-23],[5,-63],[13,-70],[31,-86],[10,-40],[29,-48],[8,-28],[2,-20],[-2,-62],[17,-51],[-2,-47],[-5,-38],[-18,-74],[-28,29],[-19,46],[-23,102],[-47,138],[-6,47],[-18,69],[-2,14],[-12,-10],[-26,-51],[-14,-22],[-43,-33],[-6,-18],[4,-11],[31,-46],[-61,-77],[-38,-24],[-6,-7],[-15,-44],[-17,-19],[-47,-38],[-14,-19],[-10,-30],[-11,-78],[-24,-50],[-9,-33],[-11,-106],[-18,-68],[-9,-71],[-13,-31],[-18,-21],[-37,-17],[-32,-65],[-29,-38],[-29,-47],[-18,-57],[-2,-73],[23,-84],[3,-36],[-6,-20],[-38,-50],[-4,-21],[2,-23],[8,-152],[8,-20],[30,-127],[-6,-37],[-24,-68],[-4,-40],[2,-80],[26,-159],[9,-31],[18,-34],[20,-21],[3,-36],[-17,-162],[-10,-46],[-13,-19],[-22,5],[-18,11],[-21,5],[-29,-9],[-39,-35],[-24,-51],[-38,-205],[-17,-53],[-47,-100],[10,-24],[-5,-27],[-15,-44],[4,-184],[10,-46],[5,-116],[-7,-22],[-67,-76],[-23,-14],[-22,-19],[-20,-36],[-14,-64],[-8,-19],[-42,-37],[-29,-39],[-55,-55],[-27,-14],[-28,4],[-38,48],[-23,12],[-21,-16],[-19,-37],[-12,-42],[-6,-32],[0,-83],[-4,-19],[-18,-37],[-4,-20],[4,-38],[14,-79],[0,-42],[53,33],[27,6],[33,-14],[26,-23],[8,-40],[-3,-50],[-3,-26],[-24,-36],[-8,-55],[-5,-149],[-6,-26],[-15,-11],[-18,4],[-40,21],[-8,-8],[-27,-49],[4,-22],[11,-36],[8,-41],[39,-33],[7,-18],[7,-39],[14,-123],[23,-66],[-2,-31],[-9,-31],[-5,-35],[3,-38],[9,-41],[12,-38],[26,-59],[48,-192],[12,-35],[16,-15],[13,9],[16,43],[10,11],[12,-4],[16,-27],[15,-6],[-8,65],[37,28],[91,8],[23,10],[30,33],[22,7],[42,-16],[22,-5],[26,8],[21,17],[48,56],[18,33],[18,3],[43,-8],[34,-22],[38,-35],[36,-25],[31,8],[12,-12],[26,-12],[15,-21],[17,-97],[4,-29],[-7,-27],[-19,-37],[-13,-32],[-17,-101],[-21,-56],[3,-27],[38,-73],[15,-73],[27,-60],[59,-210],[25,-56],[3,-72],[7,-32],[8,41],[1,32],[8,20],[30,8],[20,-12],[-4,-27],[-28,-62],[-3,-23],[3,-52],[-16,-49],[-3,-21],[16,-30],[9,-78],[-4,-38],[-23,-72],[-5,-37],[4,-17],[18,-24],[10,-92],[-4,-69],[-21,-126],[-19,-266],[-8,-28],[-55,-136],[-4,-26],[-16,-58],[-36,-36],[-7,-67],[43,-239],[-8,-62],[-45,-128],[-17,-63],[-6,-66],[-7,-33],[-19,-35],[-47,-43],[-6,-15],[-10,-61],[-19,-64],[-6,-37],[-7,-120],[-12,-57],[-9,-89],[9,-76],[25,-69],[43,-89],[29,-73],[-19,-55],[4,-41],[9,-26],[19,-14],[29,-1],[-20,41],[25,24],[36,9],[19,-4],[4,-27],[22,-24],[9,-19],[2,-67],[6,-21],[23,-23],[13,25],[13,40],[25,21],[30,-15],[10,-36],[2,-43],[5,-34],[37,-34],[60,-13],[60,5],[44,16],[22,24],[26,34],[6,17],[2,40],[8,19],[54,75],[20,20],[22,7],[35,4],[33,-3],[31,-25],[79,-20],[18,-1],[16,-12],[24,14],[48,21],[23,15],[30,34],[9,5],[59,12],[27,16],[30,25],[32,17],[32,-7],[9,-16],[21,-59],[10,-41],[46,-75],[18,5],[36,-22],[7,11],[-6,34],[-25,51],[-5,16],[-4,70],[-56,288],[0,36],[-9,28],[-56,99],[-12,27],[-17,74],[-10,33],[-53,113],[14,30],[10,41],[29,219],[3,225],[22,54],[22,9],[30,3],[25,12],[10,34],[2,44],[24,181],[4,15],[36,45],[4,18],[-7,37],[-39,63],[-14,34],[-8,32],[-4,47],[0,47],[12,63],[-14,35],[-30,53],[-7,69],[31,107],[2,65],[-16,57],[-2,26],[10,77],[-1,74],[-5,27],[-27,67],[-5,30],[2,313],[8,68],[15,63],[21,60],[52,113],[22,70],[-4,70],[-24,33],[-4,12],[0,155],[-5,35],[-23,85],[0,31],[4,95],[6,30],[-2,39],[-14,55],[10,68],[8,31],[-8,59],[23,55],[6,21],[-23,-6],[-18,41],[-6,41],[-6,11],[-37,34],[-61,31],[-27,21],[-26,38],[18,31],[8,5],[-12,36],[-17,97],[-27,27],[-8,17],[-10,71],[-23,33],[-7,23],[37,14],[27,25],[50,62],[316,288],[22,30],[12,32],[7,33],[13,26],[25,10],[28,3],[19,8],[69,52],[21,10],[26,4],[18,8],[36,29],[30,0],[29,-12],[38,-46],[12,-1],[29,8],[153,-34],[12,-9],[27,-38],[-1,-7],[16,-17],[39,-111],[-17,13],[-18,-47],[-14,-11],[-19,9],[-9,-43],[-35,-18],[-9,-22],[4,-17],[19,-28],[12,-1],[7,10],[9,38],[11,15],[10,-18],[8,-50],[8,-20],[8,0],[13,20],[14,-39],[7,-60],[-4,-40],[-6,-19],[1,-76],[-15,-56],[-2,-26],[-16,-50],[-8,-31],[20,-23],[6,-22],[6,-45],[1,-46],[-9,-100],[-8,-33],[-38,-28],[-9,-32],[-21,-24],[-14,-4],[-21,-15],[-14,-34],[-22,-77],[-24,-38],[-28,-36],[-24,-40],[-13,-64],[-13,-41],[-3,-44],[9,-54],[25,-75],[268,-353],[69,-122],[20,-15],[30,-5],[52,-1],[19,-15],[12,-35],[-6,-30],[-11,-43],[-7,-37],[12,-16],[22,9],[14,15],[14,6],[21,-20],[18,-28],[7,-19],[7,-38],[18,-27],[4,-19],[96,-57],[158,-41],[50,-36],[41,-85],[-13,-148],[-40,-129],[-40,-29],[9,17],[-1,33],[-16,0],[-14,-10],[-8,-86],[4,-146],[-4,-76],[-12,-78],[-29,-112],[-22,-149],[-4,-78],[10,-62],[16,-13],[7,-21],[65,-127],[16,-17],[73,-44],[42,-19],[35,-66],[24,-23],[26,5],[18,14],[4,16],[35,-10],[28,5],[20,9],[20,2],[21,-16],[37,-36],[23,-10],[132,-17],[25,4],[54,17],[29,4],[18,10],[24,43],[24,10],[0,14],[-27,13],[-32,43],[-31,51],[-19,64],[-6,82],[12,70],[23,80],[27,73],[26,43],[57,12],[30,32],[29,11],[32,33],[20,11],[83,8],[56,16],[53,28],[48,39],[42,-26],[42,-8],[44,14],[41,38],[44,19],[53,-21],[38,-44],[0,-49],[14,-40],[12,-7],[16,22],[-8,26],[2,11],[15,1],[32,-57],[12,-8],[16,4],[14,11],[5,19],[0,34],[-9,36],[5,25],[-5,13],[-26,0],[-30,69],[-53,71],[-12,36],[36,-7],[30,-26],[46,-68],[87,-93],[18,-34],[15,26],[17,44],[24,7],[17,14],[6,34],[-2,78],[-12,78],[-2,37],[20,56],[2,35],[-2,38],[-20,110],[-24,80],[-35,66],[-48,31],[-40,-14],[18,-47],[66,-102],[-33,-15],[-48,0],[-49,15],[-36,25],[-5,-43],[-4,-7],[-20,8],[-16,29],[-11,37],[-4,33],[3,79],[-2,35],[-10,30],[-18,24],[-24,16],[-29,9],[-60,7],[-2,11],[46,24],[33,2],[14,8],[9,30],[18,19],[27,13],[2,19],[-16,35],[-24,11],[-87,1],[-25,8],[-24,24],[-74,147],[-23,74],[-15,28],[-27,11],[-56,-8],[-26,3],[-26,18],[-14,25],[-23,54],[-19,10],[-28,7],[-23,18],[-18,24],[-14,26],[-25,65],[-9,41],[3,28],[13,11],[44,20],[22,20],[25,67],[10,40],[2,38],[-11,31],[-28,44],[-10,28],[-2,35],[16,-9],[9,9],[9,38],[21,-16],[38,-21],[12,-26],[-9,-25],[23,-3],[20,-16],[8,-23],[-8,-22],[20,-2],[7,37],[-4,50],[-9,36],[-18,16],[-52,35],[-17,6],[-10,53],[32,103],[45,73],[32,-38],[9,12],[17,-1],[14,-13],[3,-12],[21,5],[6,59],[-1,38],[8,10],[28,15],[8,28],[2,20],[-8,5],[-12,-15],[-14,13],[-9,17],[-11,47],[-45,-35],[-12,3],[-90,133],[-45,38],[-11,69],[31,70],[23,69],[-32,71],[-28,17],[-25,8],[-48,0],[-19,16],[-9,38],[-10,72],[-31,24],[-4,21],[-16,13],[-48,10],[-19,11],[-32,36],[-55,95],[-3,23],[8,84],[0,38],[-13,39],[-40,73],[-15,67],[-47,102],[-58,91],[-10,27],[-4,34],[-9,41],[-21,69],[-33,62],[-70,85],[-35,56],[-48,57],[-52,7],[-55,-3],[-53,29],[-25,53],[-25,139],[-30,49],[-26,-6],[-18,28],[-13,36],[-38,38],[-29,98],[-16,33],[-17,-14],[-6,-22],[-10,-52],[-18,-35],[-25,-28],[0,82],[-3,17],[-12,18],[-3,16],[6,40],[11,40],[7,37],[-6,30],[-47,-14],[-11,56],[20,63],[46,7],[9,-12],[12,-31],[10,-7],[55,0],[33,-14],[5,-22],[0,-30],[15,-36],[43,-19],[25,-22],[25,-46],[12,-28],[29,-13],[81,6],[43,12],[39,23],[32,37],[28,49],[20,52],[32,114],[13,66],[10,34],[14,14],[27,15],[22,22],[10,4],[7,34],[51,-11],[22,5],[29,20],[15,-3],[25,15],[40,38],[16,31],[24,8],[33,-14],[26,9],[51,35],[25,7],[20,-12],[15,-17],[16,-8],[21,18],[42,55],[92,93],[78,58],[17,26],[31,60],[91,120],[22,52],[10,36],[34,33],[53,116],[20,30],[49,34],[16,23],[12,86],[17,31],[37,40],[26,12],[12,10],[5,40],[7,32],[38,66],[12,27],[52,177],[35,46],[47,-18],[52,17],[117,11],[38,24],[27,1],[45,84],[29,-15],[27,-35],[12,-20],[9,-27],[-13,-66],[3,-23],[60,-64],[18,-24],[35,-77],[40,-37],[52,-12],[51,21],[40,67],[8,37],[14,164],[12,27],[35,49],[8,38],[-4,75],[16,64],[-20,51],[8,39],[-23,2],[-8,10],[-5,30],[-15,26],[17,33],[-17,22],[-78,42],[-86,68],[-45,24],[-206,26],[-19,-4],[-13,-16],[-16,-42],[-15,-18],[-40,-16],[-23,2],[-15,14],[-27,-10],[-111,-10],[-3,-9],[-18,-10],[-21,16],[-19,-29],[-35,-34],[-17,-7],[-17,16],[-23,-13],[-1,-18],[10,-19],[32,-27],[17,-7],[111,-11],[19,-6],[17,-38],[81,-26],[-1,-12],[-19,-25],[-21,-15],[-20,-8],[-159,-20],[-60,-33],[-30,-1],[-21,13],[-20,18],[-34,14],[-26,26],[-17,6],[-12,-3],[-23,-23],[-47,-7],[-90,35],[-45,-2],[-51,-13],[-257,-13],[-18,-8],[-48,-55],[4,-39],[-7,-62],[-16,-62],[-14,-41],[-30,-32],[-25,0],[-25,13],[-29,8],[-32,-3],[-23,-10],[-46,-39],[-48,-23],[-49,8],[-53,19],[-57,10],[-109,0],[-8,7],[-22,42],[-34,40],[-3,26],[-1,112],[-24,22],[-15,4],[-44,-18],[-10,-8],[-2,-55],[-9,-8],[-53,0],[-26,-6],[-19,-17],[-61,-86],[-28,-52],[-70,-160],[-71,-86],[-35,-62],[-19,-60],[-12,-29],[-32,-23],[-23,-26],[-34,-51],[-9,-34],[-15,-87],[-5,-69],[-9,-32],[-45,-105],[-32,-48],[-42,-29],[-50,10],[-44,56],[-13,8],[-39,-10],[-85,-16],[-29,1],[-44,19],[-8,13],[8,60],[-2,9],[-34,-5],[-85,-33],[0,-12],[-77,-51],[-17,18],[-18,38],[-12,43],[-11,75],[-14,37],[-59,98],[-8,23],[1,26],[9,46],[4,55],[14,33],[-7,43],[-81,174],[-14,45],[-10,22],[-15,9],[-28,2],[-24,17],[-16,36],[-11,38],[-17,28],[-30,6],[-24,-18],[-27,-30],[-29,-21],[-29,12],[-59,61],[-14,22],[-197,425],[-20,80],[-20,179],[-12,44],[1,38],[11,38],[2,19],[-7,42],[-36,65],[-8,38],[-29,239],[-1,47],[8,31],[14,31],[9,42],[7,85],[-2,66],[7,17],[42,50],[16,34],[11,42],[13,83],[5,85],[7,37],[19,36],[4,16],[9,66],[7,19],[31,67],[70,119],[75,159],[52,83],[33,35],[28,44],[17,22],[20,10],[22,5],[98,71],[21,9],[224,3],[24,-12],[40,-57],[25,-19],[12,-1],[37,13],[12,-6],[14,-31],[47,-14],[17,-51],[20,-18],[21,-2],[79,16],[41,28],[23,3],[19,-13],[34,-42],[20,-10],[46,-12],[25,8],[21,42],[17,28],[18,15],[46,8],[27,8],[50,30],[31,1],[14,-8],[30,-26],[14,-5],[15,4],[24,17],[44,10],[21,8],[18,-1],[21,-24],[28,19],[36,6],[16,7],[7,19],[7,50],[13,25],[10,1],[26,-14],[40,4],[10,12],[6,23],[13,-19],[15,-35],[17,-11],[68,14],[32,-17],[21,-28],[60,-123],[9,-9],[17,-3],[51,14],[67,2],[117,24],[24,12],[19,41],[22,9],[85,-2],[50,-18],[28,-3],[40,25],[13,2],[96,-2],[37,22],[15,4],[305,-1],[39,-13],[14,-16],[19,-8],[22,-2],[17,9],[3,23],[-7,58],[17,-16],[23,-50],[16,-10],[56,-2],[117,19],[186,-17],[68,16],[29,17],[17,29],[8,0],[19,-41],[54,-86],[38,-86],[8,-15],[24,1],[5,-6],[31,-70],[15,-18],[14,-34],[25,-7],[43,-23],[124,-19],[22,5],[46,19],[27,3],[134,-17],[16,-11],[42,-47],[20,-10],[18,28],[11,12],[42,12],[45,26],[27,4],[45,-23],[55,37],[43,-3],[14,3],[51,25],[27,8],[82,5],[12,4],[22,24],[23,9],[35,-13],[35,51],[16,14],[53,-32],[62,8],[153,46],[35,44],[32,10],[24,12],[28,25],[30,15],[35,-14],[21,63],[15,25],[25,13],[0,12],[-18,16],[4,28],[57,108],[38,-1],[5,7],[0,34],[-13,29],[-4,17],[24,71],[46,57],[15,32],[0,39],[4,22],[18,36],[10,41],[3322,0],[22,-65],[12,-14],[44,0],[15,14],[14,36],[6,29],[300,0],[-10,-26],[-20,-46],[-41,-39],[-11,-45],[-6,-90],[-16,-113],[-4,-83],[10,-36],[27,-32],[7,-27],[9,-86],[2,-59],[8,-29],[9,-15],[26,-25],[8,-26],[57,-69],[11,-5],[27,13],[14,-8],[16,-28],[8,-27],[2,-30],[-4,-35],[-42,-213],[-2,-80],[6,-36],[16,-53],[4,-43],[-14,-60],[-4,-43],[0,-214],[-4,-39],[-19,-75],[-1,-43],[8,-39],[20,-56],[24,-49],[20,-22],[23,-9],[46,-45],[68,-55],[25,-14],[22,-44],[21,-31],[33,-131],[72,-153],[65,-226],[16,-32],[20,-25],[196,-105],[58,-50],[24,-68],[-24,13],[-18,-5],[-8,-20],[12,-32],[16,-18],[20,-13],[23,-8],[110,-12],[44,-14],[35,-31],[8,0],[-6,29],[-20,19],[-44,29],[-21,27],[-38,74],[-72,86],[-67,105],[-113,279],[-18,27],[-36,49],[-16,67],[-53,122],[-8,35],[-14,86],[-4,38],[-6,30],[-31,58],[-14,33],[-5,37],[-5,86],[-23,62],[-27,105],[-38,106],[-14,60],[-8,75],[-2,80],[4,38],[10,27],[20,31],[10,23],[2,26],[-12,200],[-8,40],[-31,49],[-3,42],[6,21],[16,37],[18,151],[16,29],[24,23],[24,32],[23,-19],[66,-2],[31,-18],[19,3],[103,-15],[20,-25],[25,-39],[28,-26],[32,13],[34,-41],[41,-5],[86,21],[18,-2],[34,-10],[21,0],[38,6],[14,-4],[18,-14],[49,-75],[31,-37],[37,-15],[38,-5],[40,-14],[35,-21],[30,-25],[26,14],[168,-73],[19,-3],[16,-12],[49,-66],[0,27],[-26,62],[-36,63],[-34,39],[-67,9],[-12,10],[-73,20],[-18,28],[-6,64],[2,147],[-6,33],[-12,27],[10,30],[4,59],[-4,23],[-18,19],[-16,-12],[-15,5],[-29,20],[-43,-6],[-18,3],[-40,35],[-24,10],[-45,8],[-10,7],[-32,50],[-18,17],[-35,5],[-44,-2],[-12,6],[-28,26],[-38,19],[-22,31],[-35,57],[-42,50],[-20,29],[-6,29],[4,48],[58712,0],[0,-41531],[-8,0],[-6,-24],[14,-35],[0,-26123],[-21,49],[-4,17],[9,44],[-1,22],[-14,21],[-74,54],[28,12],[10,14],[6,19],[-6,16],[-45,16],[25,14],[-48,32],[-21,21],[13,8],[23,0],[57,-11],[19,-14],[16,64],[-12,43],[-60,77],[-67,64],[-5,23],[49,9],[-6,21],[-30,66],[-28,39],[-4,-12],[-52,12],[-28,26],[-47,125],[-21,41],[52,-52],[43,-52],[18,21],[-38,57],[13,37],[-29,-2],[-27,4],[-22,18],[-10,45],[8,42],[16,38],[12,38],[-11,45],[-39,-39],[-33,-44],[-9,-33],[-14,-5],[-29,10],[-15,-2],[11,-25],[-66,10],[-29,-2],[-19,-21],[4,-17],[32,-19],[36,-11],[28,-5],[10,-6],[1,-36],[-11,-8],[-28,27],[-20,-2],[10,-37],[-28,9],[-26,17],[-4,-26],[-16,-49],[-4,5],[-4,48],[-9,40],[-48,59],[-8,24],[13,46],[1,26],[-14,28],[-27,-15],[-27,15],[-27,-13],[-20,18],[4,27],[43,6],[-24,44],[-11,11],[43,34],[16,-26],[12,0],[18,12],[10,-56],[15,-7],[52,19],[-9,47],[-26,39],[-30,25],[-30,10],[-73,-10],[-40,7],[-18,34],[-8,46],[-20,29],[-51,47],[-32,53],[3,10],[-55,1],[-24,-15],[-21,-3],[-10,-21],[2,-38],[-26,-63],[0,-30],[-5,-7],[-27,-3],[-42,46],[-2,15],[40,42],[19,53],[17,9],[-25,12],[-21,5],[-19,46],[-1,22],[-22,0],[-13,-21],[-38,0],[-18,9],[-14,41],[-14,8],[-18,-1],[-14,-19],[-14,27],[-19,20],[-16,-1],[-12,-32],[2,-29],[12,-23],[29,-38],[-16,-39],[-23,38],[-25,10],[-61,-9],[-29,7],[-24,17],[-21,24],[-29,52],[-14,32],[-5,35],[9,29],[12,6],[52,0],[53,28],[-19,29],[-4,15],[5,19],[-13,-3],[-38,-24],[8,29],[0,35],[-14,35],[-11,0],[-15,-17],[10,-52],[-10,-24],[-28,-21],[-32,-8],[-23,-12],[-8,-41],[18,-89],[2,-51],[-16,-24],[-17,-8],[-11,-40],[-10,-17],[-10,-1],[-42,14],[-23,0],[-3,11],[1,76],[11,35],[28,39],[4,20],[-169,121],[-53,65],[-4,65],[26,-25],[61,-88],[-12,77],[-43,63],[-52,56],[-40,56],[-14,72],[-14,109],[-19,90],[-32,21],[19,-40],[8,-53],[-3,-56],[-14,-42],[-14,-12],[-4,13],[0,105],[-8,47],[-8,-19],[-24,-7],[-12,11],[16,53],[-24,-15],[-9,-38],[-40,36],[-12,17],[18,18],[7,32],[20,-14],[11,11],[4,41],[9,46],[10,4],[25,-12],[-9,-38],[18,-9],[20,-54],[32,10],[7,39],[-1,99],[9,38],[36,27],[-20,27],[-13,-4],[-27,-33],[-23,-5],[-143,14],[-40,-30],[-38,-11],[-17,-20],[-32,23],[-73,3],[-50,36],[-5,-18],[4,-44],[-15,-34],[-20,-29],[107,-78],[52,-53],[258,-412],[22,-13],[17,-19],[39,-121],[23,-41],[76,-93],[16,-29],[41,-117],[16,-92],[-4,-96],[-24,-85],[-40,-69],[-23,14],[-25,6],[-19,-9],[-2,-36],[10,-26],[50,-64],[29,-47],[18,-18],[22,-8],[24,7],[36,25],[19,-7],[-15,-23],[-45,-40],[-11,-14],[8,-19],[40,-55],[12,-14],[12,48],[14,42],[24,29],[39,6],[-18,-39],[-26,-35],[34,0],[-42,-60],[-7,-30],[15,-49],[108,-182],[10,-12],[13,3],[4,15],[5,137],[-9,26],[36,37],[-11,25],[39,34],[9,-1],[15,-28],[9,-6],[44,27],[-13,36],[21,5],[32,-26],[24,0],[22,17],[6,32],[-25,65],[-5,33],[22,29],[20,-88],[14,-27],[0,67],[5,10],[20,-9],[2,-36],[14,-5],[46,17],[-20,-42],[-8,-40],[-22,-24],[-16,13],[-12,0],[-21,-26],[-6,-71],[-8,-32],[-34,64],[-3,-23],[1,-65],[-2,-13],[-18,8],[-38,56],[-10,-27],[-23,15],[-17,-26],[-9,-42],[-2,-41],[-10,-31],[-42,-68],[-9,-29],[8,-35],[286,-457],[285,-457],[46,-107],[163,-267],[41,-177],[30,-65],[62,1],[59,30],[25,26],[9,38],[-13,41],[-39,53],[27,15],[-11,23],[-38,-3],[-17,11],[-68,127],[-34,35],[-11,36],[-42,31],[-36,76],[-9,35],[-5,49],[-11,43],[-27,19],[-8,18],[-65,109],[5,30],[47,30],[9,41],[-29,40],[2,23],[23,-10],[20,-29],[7,-46],[-12,-29],[-46,-50],[39,-35],[15,-22],[15,-54],[36,-45],[8,-29],[1,-71],[9,-35],[36,-23],[23,-19],[39,-52],[60,-3],[23,-5],[21,-24],[26,-53],[30,-54],[35,-14],[16,-27],[11,-6],[23,4],[10,28],[52,18],[-21,41],[-15,16],[-12,0],[-16,-28],[-21,3],[8,44],[-26,35],[-38,3],[-18,9],[0,40],[-13,14],[56,53],[19,-1],[-6,-52],[27,38],[14,12],[20,2],[-16,-57],[0,-46],[25,-12],[23,3],[8,-5],[6,-46],[26,3],[13,-6],[-25,-38],[37,22],[30,51],[17,62],[-7,57],[48,-16],[14,-11],[14,-30],[-4,-15],[-16,-3],[-20,12],[-10,-58],[-8,-20],[-30,-45],[-20,-59],[-5,-48],[-11,2],[-20,24],[-37,15],[-14,-9],[8,-32],[28,-18],[31,-7],[24,15],[24,29],[22,16],[10,-22],[44,45],[12,7],[35,7],[31,29],[17,-25],[-4,-24],[-32,-15],[-35,-37],[-53,-33],[-40,-41],[-27,-9],[-53,-5],[-38,23],[-12,-4],[-10,-44],[-18,10],[8,-59],[28,-30],[40,-11],[75,6],[27,26],[21,32],[8,0],[39,-29],[3,-11],[-27,-30],[-7,-20],[36,-62],[-20,-27],[-4,-16],[0,-97],[4,-14],[11,29],[11,-21],[-12,-83],[10,-36],[27,13],[-6,-18],[-30,-34],[-12,-77],[-13,0],[-14,-36],[-12,20],[-13,43],[-12,26],[0,-53],[-27,21],[-27,7],[7,19],[-4,33],[-12,11],[38,10],[12,11],[-66,29],[19,17],[1,22],[-12,17],[-21,7],[-18,14],[-29,62],[-25,28],[-19,60],[-19,13],[-17,-7],[-12,-19],[-22,-50],[-5,27],[1,25],[14,50],[-26,-12],[-9,-38],[8,-85],[37,-86],[174,-258],[66,-141],[24,-84],[28,-173],[51,-211],[14,-33],[26,-15],[30,12],[27,27],[18,34],[26,-29],[0,-91],[-33,8],[-20,-2],[9,-51],[44,-98],[0,-3047],[-8,-50],[-20,-38],[-150,-181],[-56,-47],[-61,-24],[-169,14],[-28,-10],[-324,-231],[-130,-66],[-59,-53],[-36,-84],[-17,-88],[-6,-84],[7,-85],[25,-85],[38,-74],[45,-56],[173,-145],[73,-28],[215,-40],[69,-24],[62,-40],[52,-62],[75,-132],[24,-35],[135,-143],[30,-23],[41,-9],[0,-24894],[-99999,0],[0,99999],[2560,0],[12,-56],[19,-62],[15,-38],[-3,-52],[1,-24],[14,-29],[20,-29],[9,-35],[-16,-47],[22,-23],[10,-25],[15,3],[13,20],[32,-31],[15,-2],[13,33],[45,-46],[13,-3],[10,7],[59,110],[11,39],[2,139],[11,109],[11,42],[1419,0],[24,-42],[7,-69],[-10,-165],[11,-57],[31,20],[22,-16],[14,-37],[4,-44],[-8,-88],[1,-30],[16,18],[15,-28],[6,-45],[6,-134],[-4,-38],[-23,-85],[26,-9],[21,-14],[12,-24],[0,-41],[-6,-20],[-17,-25],[-2,-19],[6,-9],[32,-29],[26,5],[29,-37],[28,-16],[14,-2],[20,8],[45,33],[26,9],[31,-7],[20,-25],[26,-69],[19,-30],[19,-15],[55,-5],[50,-10],[56,-28],[96,-78],[29,-32],[70,-113],[75,-92],[18,-41],[6,-43],[-3,-38],[-8,-37],[-4,-40],[6,-57],[20,-50],[27,-38],[11,-22],[5,-36],[0,-48],[5,-39],[13,-35],[25,-35],[58,-47],[26,-32],[12,-42],[14,-22],[90,-86],[42,-59],[71,-128],[54,-143],[33,-61],[180,-275],[34,-78],[20,-93],[10,-126],[34,-98],[14,-21],[29,4],[5,-15],[0,-32],[-5,-16],[-27,12],[-26,-12],[15,-43],[-1,-27],[-14,-18],[-7,-54],[5,-20],[19,11],[55,-69],[7,-26],[0,-41],[-9,-28],[-21,-27],[-4,-11],[12,-19],[13,-2],[31,7],[9,15],[26,-35],[25,-14],[53,-44],[24,-10],[12,-21],[10,-46],[9,-72],[-9,-6],[-5,-18],[14,-15],[-5,-29],[-12,-20],[18,-33],[51,-69],[10,-19],[5,-80],[12,-79],[11,-44],[18,-41],[62,-108],[59,-136],[9,-44],[15,-37],[73,-101],[21,-40],[9,-38],[8,-75],[13,-77],[7,-78],[-11,-79],[-41,-73],[-18,-41],[3,-33],[7,-15],[105,-307],[120,-249],[111,-220],[43,-55],[50,-45],[106,-78],[47,-45],[34,-58],[104,-270],[14,-78],[183,-434],[25,-27],[35,-88],[33,-48],[302,-316],[240,-238],[197,-171],[16,-31],[8,-35],[2,-67],[4,-25],[23,-56],[-2,-26],[2,-38],[14,-32],[39,-64],[7,-38],[-5,-35],[-23,-57],[-6,-29],[10,-63],[26,-49],[34,-36],[35,-28],[203,-231],[221,-220],[220,-278],[18,-36],[19,-70],[20,-27],[164,-93],[155,-139],[141,-179],[24,-35],[17,-79],[15,-32],[21,-12],[19,24],[34,-32],[9,-17],[20,-85],[6,-17],[13,-3],[47,28],[33,-6],[28,-19],[43,-52],[13,-21],[48,-3],[31,-18],[17,-28],[30,-81],[23,32],[26,18],[17,-6],[34,-31],[3,-11],[-11,-54],[0,-18],[27,-18],[33,0],[24,-8],[19,-20],[32,-49],[74,-66],[22,-36],[6,-29],[1,-39],[-4,-22],[-17,-36],[-4,-18],[9,-32],[22,-8],[54,-4],[16,-13],[22,-26],[14,-31],[-3,-26],[-15,-35],[6,-31],[58,-81],[91,-166],[20,-28],[23,-23],[40,-17],[10,-19],[13,-37],[15,-13],[38,-12],[27,-24],[54,-84],[18,-36],[-31,-38],[9,-33],[89,-78],[20,-13],[83,-111],[18,-56],[32,-26],[68,-83]],[[25789,34139],[6,-9],[53,11],[96,-17],[193,-73],[51,-36],[53,-29],[57,-7],[29,25],[-33,74],[18,11],[15,-11],[55,-77],[43,-16],[30,-28],[4,-19],[-7,-13],[-37,13],[-109,27],[-8,-15],[24,-31],[51,-44],[30,-44],[8,-6],[47,1],[37,-27],[67,-12],[41,-41],[27,-13],[26,41],[88,0],[-1,19],[12,18],[16,-8],[53,-16],[49,-41],[19,-12],[42,-11],[27,10],[22,24],[26,35],[15,9],[41,-9],[26,-20],[47,15],[49,-21],[37,-11],[25,-33],[16,-12],[24,65],[17,26],[25,10],[39,-24],[22,12],[33,-1],[49,-29],[24,-5],[11,28],[33,-11],[40,-26],[16,-15],[72,-55],[14,-6],[42,-7],[44,-17],[63,-61],[40,-24],[1,59],[8,49],[18,35],[32,21],[22,6],[80,-9],[78,-38],[65,-68],[39,-16],[52,-6],[21,6],[28,25],[15,7],[17,-7],[6,29],[-16,6],[-46,-10],[-21,17],[-23,63],[-21,10],[-10,-9],[10,-48],[-4,-17],[-10,0],[-37,18],[-21,22],[-14,25],[4,28],[17,11],[73,8],[12,21],[15,3],[21,-13],[34,12],[21,0],[26,-11],[22,0],[84,38],[17,13],[8,-13],[10,13],[62,-55],[16,-8],[23,8],[2,27],[-25,67],[-29,16],[3,22],[8,5],[44,6],[53,42],[26,10],[98,11],[55,-6],[17,14],[3,44],[-15,56],[-3,39],[14,37],[15,30],[26,64],[14,27],[49,43],[55,24],[113,33],[25,14],[42,40],[51,17],[24,22],[40,60],[-31,9],[-11,36],[5,38],[16,18],[17,11],[45,44],[25,9],[83,14],[16,10],[-6,19],[-54,71],[73,-12],[31,21],[13,3],[233,-50],[40,-38],[15,-3],[24,6],[14,-3],[24,-18],[7,-15],[7,-38],[12,0],[40,18],[5,24],[0,42],[6,37],[20,26],[20,12],[22,2],[18,-13],[10,-41],[16,-36],[14,-3],[4,28],[30,31],[13,8],[-24,35],[-7,51],[10,51],[29,27],[43,-9],[48,-54],[40,12],[60,25],[-30,23],[-34,9],[-31,15],[-17,41],[-1,43],[7,50],[13,50],[15,37],[44,42],[8,14],[43,124],[13,14],[30,12],[15,14],[6,16],[-12,16],[34,33],[79,39],[36,29],[80,102],[15,15],[66,32],[64,3],[25,6],[19,12],[33,33],[41,23],[23,5],[24,-3],[21,-12],[36,-30],[20,-10],[29,5],[45,28],[25,7],[127,-13],[131,-45],[16,-20],[35,7],[132,60],[20,17],[3,41],[11,16],[24,11],[220,1],[24,13],[32,-5],[33,17],[32,24],[32,15],[68,-2],[37,-8],[25,-17],[14,11],[49,4],[25,8],[50,23],[24,6],[44,-17],[43,-30],[58,46],[21,10],[62,9],[46,25],[25,8],[207,-13],[45,5],[23,-19],[65,-37],[32,-49],[28,-2],[32,34],[16,5],[50,-12],[21,-10],[41,-41],[22,-13],[24,4],[46,27],[20,6],[19,14],[42,58],[30,18],[57,0],[31,15],[12,-9],[29,-57],[37,-39],[8,-26],[11,-66],[29,-68],[-3,-30],[-37,-50],[0,-13],[26,-10],[117,-2],[26,42],[13,9],[7,-16],[20,-28],[24,-9],[9,33],[-2,61],[4,21],[15,26],[43,38],[46,17],[51,0],[125,-52],[18,-3],[25,26],[24,-18],[25,-34],[16,20],[12,21],[2,25],[-12,24],[40,30],[53,9],[111,-2],[35,22],[16,3],[15,-7],[24,-35],[13,-8],[30,1],[46,12],[97,45],[50,9],[36,14],[32,-4],[48,-29],[35,-48],[24,-64],[18,-117],[11,-13],[42,4],[30,26],[26,-15],[44,27],[60,103],[37,51],[50,23],[97,-17],[15,-14],[8,-21],[20,-23],[22,-15],[20,2],[50,100],[18,15],[54,-2],[33,64],[22,18],[56,31],[23,21],[12,20],[-7,50],[13,53],[17,45],[74,102],[61,53],[0,25],[15,27],[20,26],[24,15],[31,8],[23,15],[11,36],[5,88],[7,38],[22,81],[8,45],[16,64],[1,41],[48,129],[30,58],[8,38],[7,78],[17,65],[27,63],[62,99],[46,55],[26,23],[26,9],[16,14],[52,65],[23,22],[54,25],[204,46],[241,43],[47,23],[112,45],[86,63],[123,178],[23,10],[24,3],[75,34],[306,204],[173,70],[79,29],[173,165],[164,156],[84,77],[136,90],[39,20],[89,-14],[33,14],[29,38],[14,14],[45,15],[16,7],[21,-10],[59,-5],[35,-28],[121,-49],[387,-62],[104,10],[36,19],[39,-18],[147,18],[149,-5],[38,18],[8,-13],[26,13],[225,38],[309,114],[30,41],[13,9],[24,3],[229,111],[317,71],[256,123],[552,318],[87,78],[40,19],[20,28],[204,130],[72,32],[131,24],[58,0],[79,39],[26,4],[83,-4],[26,3],[74,21],[107,0],[26,5],[83,34],[274,13],[241,48],[172,-9],[73,32],[25,6],[140,-1],[56,-21],[298,0],[190,-37],[118,-4],[55,11],[201,88],[127,115],[54,32],[53,-5],[213,-99],[240,-138],[313,-226],[178,-178],[196,-154],[37,-46],[68,-109],[42,-49],[50,-29],[55,-8],[61,8],[62,34],[30,4],[27,-1],[28,-11],[38,-21],[14,8],[-32,54],[-5,25],[12,35],[17,18],[22,15],[28,11],[61,13],[30,-1],[91,-27],[58,-5],[59,5],[31,-3],[27,-10],[58,-64],[31,-45],[84,-87],[39,-20],[15,-66],[13,-5],[30,30],[28,-4],[28,-20],[99,-127],[18,-36],[18,1],[24,17],[15,4],[66,-32],[22,-26],[22,2],[33,44],[26,-16],[38,-12],[71,-10],[12,6],[18,32],[16,-2],[32,-24],[26,10],[-6,24],[-22,25],[-28,17],[-30,6],[-10,6],[-6,21],[6,23],[12,7],[28,1],[34,32],[12,-5],[4,-45],[25,-25],[54,-36],[12,0],[14,15],[8,35],[2,42],[6,35],[22,15],[59,-12],[28,-15],[14,-24],[-6,-13],[-20,-27],[4,-16],[34,-20],[4,-19],[-4,-28],[26,-23],[29,-12],[36,-23],[2,-50],[14,-30],[16,-5],[28,36],[18,4],[8,-9],[19,-43],[60,-75],[18,-54],[40,-61],[13,-25],[-4,-35],[-23,-22],[-24,-5],[-10,17],[-8,27],[-16,-21],[-18,-41],[-12,-48],[2,-55],[5,-32],[-13,-36],[2,-29],[24,-14],[32,9],[20,44],[26,35],[20,5],[53,-14],[14,12],[34,61],[26,14],[37,-22],[44,34],[18,0],[22,-9],[103,-123],[30,-56],[25,-63],[30,-133],[1,-34],[-19,-44],[-15,-55],[-34,-39],[-22,-49],[-8,-45],[-8,-5],[-22,21],[-2,48],[12,52],[16,28],[-30,9],[-97,5],[-38,11],[-16,-4],[-10,-21],[4,-14],[48,-84],[22,-51],[10,-53],[-12,-44],[-46,-44],[-24,-43],[-10,-9],[11,-35],[17,-12],[48,-3],[24,-21],[12,-5],[19,25],[15,1],[19,-15],[18,-29],[8,-36],[-1,-35],[-15,-22],[-42,-12],[-21,-16],[14,-23],[13,-6],[38,6],[26,-3],[16,-11],[10,-20],[30,-91],[6,-35],[2,-37],[10,-30],[69,-78],[16,13],[8,18],[2,51],[6,12],[24,-33],[0,-11],[31,10],[26,20],[30,14],[40,-6],[81,-67],[60,-17],[20,-18],[29,-64],[20,29],[24,11],[-32,36],[-9,38],[-15,5],[-35,-4],[-22,14],[-4,31],[14,27],[33,4],[78,-33],[30,-6],[16,-15],[17,-37],[15,-60],[-19,-6],[-29,0],[-20,-10],[12,-30],[12,-12],[44,-31],[43,-64],[42,-51],[19,-31],[14,-75],[38,-122],[8,-37],[6,-39],[4,-83],[-7,-37],[-12,-35],[-7,-34],[8,-37],[-17,-16],[12,-13],[41,-23],[28,-56],[39,-39],[12,-17],[76,-65],[75,-90],[94,-137],[20,-19],[29,-8],[16,-18],[36,-110],[34,-51],[17,-32],[8,-36],[0,-83],[8,-54],[-8,-21],[11,-24],[-11,-22],[-21,-12],[-22,-5],[18,-41],[25,-36],[46,-2],[34,-77],[22,-100],[20,-245],[5,-26],[30,-54],[9,-40],[-1,-41],[-4,-18],[-19,-14],[9,-86],[15,-32],[12,-8],[3,18],[26,40],[12,6],[6,-24],[-8,-75],[57,-12],[28,-12],[-8,-21],[-77,-17],[-38,-21],[-20,9],[-25,21],[-24,24],[-14,22],[18,19],[-8,14],[-36,17],[-18,24],[-4,23],[8,23],[22,20],[-16,7],[-91,26],[-22,9],[-14,23],[-6,42],[12,62],[-12,8],[-10,-7],[-14,-57],[-33,-42],[-13,-24],[-6,-41],[-11,-31],[-38,-69],[-2,-33],[16,-15],[22,15],[24,23],[20,14],[73,21],[26,-9],[45,-43],[46,-51],[20,-32],[4,-25],[-28,-64],[14,-7],[35,9],[32,-21],[58,-30],[34,-35],[25,-34],[45,-83],[116,-158],[23,-57],[1,-68],[12,-9],[62,0],[12,8],[-8,56],[17,13],[8,37],[46,56],[54,6],[50,-32],[41,-56],[12,-45],[18,-5],[29,-20],[14,-4],[18,-18],[23,-79],[25,-19],[16,20],[32,12],[12,20],[-18,33],[0,31],[-36,127],[2,26],[34,50],[17,31],[8,32],[2,80],[-5,26],[-20,17],[-14,-26],[2,-41],[-6,-18],[-16,-11],[-18,28],[-14,7],[-7,-5],[-48,-62],[-22,-17],[-24,-11],[-26,-5],[-36,0],[-18,9],[-6,21],[5,12],[24,21],[5,19],[15,19],[29,-4],[28,2],[6,40],[-6,20],[-24,32],[-4,38],[16,100],[22,23],[25,-3],[24,-37],[16,28],[-4,33],[-29,55],[9,21],[8,55],[8,27],[19,26],[19,9],[32,3],[65,51],[34,8],[14,-42],[8,-52],[18,-3],[18,32],[8,63],[3,56],[-3,20],[-14,25],[0,20],[20,36],[-16,26],[29,55],[78,44],[42,41],[77,184],[32,43],[12,52],[27,44],[10,37],[2,38],[14,36],[78,86],[25,17],[54,14],[22,23],[36,47],[54,44],[1,38],[11,24],[21,23],[79,35],[52,33],[16,35],[14,8],[32,8],[60,56],[29,6],[60,4],[43,40],[66,52],[-22,3],[-72,-35],[-9,29],[0,19],[36,22],[17,30],[7,44],[19,19],[26,-5],[24,-25],[11,-39],[24,-19],[10,-1],[80,25],[61,7],[30,12],[36,53],[22,11],[30,34],[33,76],[68,209],[14,33],[55,93],[13,33],[9,43],[8,145],[6,33],[59,133],[13,67],[1,46],[8,38],[23,22],[55,36],[97,136],[6,14],[0,63],[18,29],[30,29],[29,20],[24,-8],[38,-45],[24,-19],[28,-6],[31,5],[10,14],[-4,22],[-21,43],[-8,38],[0,18],[11,22],[14,-13],[11,3],[9,17],[11,45],[16,36],[1,21],[-4,124],[-8,75],[-13,48],[-12,20],[-34,16],[0,19],[9,43],[2,79],[-2,44],[-11,34],[6,28],[10,65],[12,9],[7,-10],[10,-53],[32,-11],[12,-15],[-20,-23],[-4,-26],[10,-27],[14,-26],[26,-32],[8,-34],[-6,-33],[6,-39],[16,-3],[33,-19],[12,-22],[52,-58],[-32,-23],[-13,-17],[0,-24],[69,-401],[14,-23],[13,-7],[28,1],[12,-7],[24,-49],[8,-29],[6,-42],[0,-43],[4,-23],[-8,-27],[-15,-18],[-41,24],[-25,-25],[-26,11],[-74,-66],[-49,-21],[-18,-28],[-14,-37],[-10,-39],[-16,-24],[10,-62],[56,-92],[9,-28],[-5,-29],[-4,-40],[28,-54],[25,-58],[42,-132],[0,-45],[-8,-48],[4,-46],[-4,-25],[-31,-20],[-11,24],[16,34],[-8,15],[-32,-18],[-19,-54],[-80,-132],[-29,8],[-32,-60],[-46,-112],[-14,-11],[-64,-74],[-29,-47],[-18,-20],[-18,-15],[28,-41],[6,-21],[-8,-38],[-10,-19],[-32,-19],[-24,-27],[-24,-34],[-25,-56],[25,-63],[3,-42],[-7,-28],[-37,-94],[-16,-23],[-16,2],[-30,21],[-12,-5],[-12,-28],[3,-15],[25,-53],[12,-40],[8,-44],[4,-42],[0,-41],[-12,-134],[-24,-90],[-24,0],[-12,-28],[-27,-81],[0,-18],[20,15],[19,24],[18,8],[24,-35],[5,-32],[-3,-80],[18,-50],[6,-67],[18,-52],[-44,-174],[1,-68],[-7,-43],[-20,-53],[-8,-80],[2,-72],[-10,-62],[-35,-52],[-34,-17],[-22,12],[-20,18],[-63,17],[-26,33],[-26,11],[-54,-3],[-107,-35],[-57,2],[-81,45],[-13,-2],[-8,-30],[-55,-89],[12,-35],[-6,-22],[-30,-34],[-14,-28],[2,-16],[20,-44],[6,-35],[-2,-28],[-28,-65],[-6,-26],[-16,-21],[-33,-27],[9,-14],[-16,-17],[-43,-30],[-26,-79],[4,-16],[18,-18],[26,-53],[51,-3],[50,23],[34,53],[76,52],[27,0],[77,-25],[60,-4],[28,34],[22,49],[37,48],[28,10],[91,-10],[24,10],[40,56],[26,22],[28,10],[24,5],[59,-5],[36,-22],[53,0],[26,-19],[48,-47],[65,-26],[16,2],[12,12],[32,52],[36,22],[4,13],[2,60],[-6,64],[6,20],[28,25],[-11,48],[12,59],[32,108],[24,124],[24,37],[10,35],[22,47],[13,48],[6,130],[11,44],[13,41],[16,38],[-34,62],[8,17],[1,74],[3,27],[44,179],[4,28],[87,107],[48,89],[-2,18],[-16,27],[-16,38],[-1,35],[9,32],[46,85],[14,34],[6,41],[12,23],[28,-29],[73,-125],[8,-34],[-14,-37],[2,-20],[22,-19],[41,-31],[28,-61],[42,-217],[24,-84],[20,-39],[45,-29],[14,-32],[20,-71],[14,-26],[38,-32],[45,-53],[8,-35],[0,-38],[7,-19],[45,-23],[10,-28],[22,-31],[38,-19],[13,-34],[4,-42],[-2,-36],[-16,38],[-23,22],[-20,-4],[-10,-38],[-10,-151],[6,-75],[24,-151],[6,-79],[-8,-34],[-40,-65],[-12,-34],[-10,-104],[4,-53],[12,-36],[-6,-46],[-27,-39],[-5,-39],[4,-74],[-8,-39],[-38,-39],[-25,-17],[-40,-22],[-22,-33],[-32,-67],[-35,-58],[-38,-37],[-123,-71],[-26,-21],[-20,-29],[-9,-31],[-7,-46],[-8,-23],[4,-19],[64,-74],[24,-14],[31,-7],[26,4],[28,13],[46,33],[0,-14],[198,-10],[119,22],[48,26],[46,40],[22,27],[21,53],[28,16],[107,36],[58,7],[28,-7],[49,-33],[22,-9],[16,2],[32,22],[52,-14],[30,4],[27,12],[8,16],[-26,19],[-41,-16],[-16,10],[-20,30],[-27,13],[-90,3],[-22,11],[-20,31],[14,16],[98,8],[21,-15],[14,-29],[10,-11],[73,-17],[26,-17],[15,-4],[29,6],[10,17],[-8,22],[-22,19],[-57,21],[-16,21],[-6,52],[11,41],[27,24],[57,29],[24,-10],[37,-3],[34,5],[22,17],[22,24],[59,43],[19,28],[-11,3],[-16,21],[59,-5],[55,-24],[44,-47],[17,-76],[30,39],[16,13],[14,-13],[2,-22],[-18,-75],[6,-23],[26,-42],[-4,-23],[-14,-24],[-14,-5],[-69,22],[-28,-2],[-16,-23],[-38,-11],[-16,-13],[6,-20],[16,-12],[44,-12],[17,-13],[90,-103],[6,-26],[-18,-38],[-10,-36],[4,-38],[-4,-35],[-28,-24],[-22,0],[-69,10],[-18,11],[-6,24],[12,19],[24,25],[4,30],[-30,8],[-10,29],[14,47],[6,46],[-8,34],[-18,15],[-44,20],[-37,47],[-26,9],[-27,-25],[-35,-44],[-12,-29],[-1,-47],[-26,13],[-18,-8],[-6,-25],[6,-32],[16,-13],[52,-38],[11,-17],[80,-83],[25,-8],[239,-257],[33,-51],[21,-26],[51,-21],[22,-25],[149,-234],[8,-27],[13,-72],[70,-198],[8,-82],[-8,0],[-83,215],[-44,114],[-85,134],[-64,93],[-125,147],[-440,484],[-52,35],[-54,-18],[65,-56],[38,-19],[42,-52],[38,-24],[47,-52],[40,-24],[38,-52],[49,-35],[92,-108],[234,-284],[12,-21],[8,-27],[54,-94],[41,-42],[24,-33],[86,-236],[120,-313],[158,-460],[4,-24],[8,-245],[-8,-76],[-19,-69],[-35,-61],[-38,-44],[-143,-94],[4,-28],[14,-14],[34,-22],[21,-29],[8,-29],[6,-68],[17,-47],[25,-41],[18,-41],[-8,-49],[-22,-23],[-21,-12],[-7,-18],[36,-73],[30,-90],[246,-402],[42,-27],[4,30],[8,6],[41,-17],[25,-25],[39,-23],[22,-37],[4,-36],[-32,-14],[0,-12],[36,-46],[95,-88],[34,-42],[53,-122],[8,-32],[62,-123],[20,-59],[6,-51],[16,-34],[27,-11],[8,-37],[24,-16],[52,-20],[24,-22],[99,-107],[36,-27],[23,-26],[30,2],[56,-47],[26,-11],[30,-6],[301,30],[24,-10],[22,-18],[185,-107],[101,-83],[204,-219],[21,-27],[9,-28],[2,-29],[-11,-41],[-27,-51],[31,-28],[19,-10],[16,7],[16,52],[41,3],[38,-14],[28,-31],[18,-48],[12,-19],[18,-10],[20,49],[36,38],[25,-12],[34,-8],[8,7],[-4,24],[-10,25],[-25,36],[-7,28],[18,55],[50,44],[63,32],[50,11],[131,-17],[44,-23],[60,0],[49,-30],[133,-123],[107,-60],[62,-13],[58,24],[15,35],[40,12],[107,0],[16,-9],[28,-35],[44,-30],[7,39],[6,18],[12,7],[20,-3],[0,-20],[16,-41],[16,-2],[31,-21],[47,-43],[81,-56],[103,-97],[34,-21],[61,-76],[48,-14],[30,-21],[36,-8],[59,-33],[143,-31],[26,-16],[49,-41],[76,-82],[8,-29],[22,-29],[26,-26],[23,-12],[117,12],[30,-4],[24,-11],[46,-35],[49,-24],[18,-33],[22,-17],[42,-49],[26,-15],[25,8],[20,21],[48,67],[44,30],[27,0],[32,87],[16,28],[26,11],[26,5],[125,51],[14,15],[31,49],[32,24],[30,81],[16,27],[48,19],[17,13],[8,21],[0,43],[68,88],[24,20],[55,13],[26,38],[65,25],[26,42],[26,14],[26,4],[14,11],[63,72],[116,103],[27,13],[28,7],[44,-20],[28,-3],[35,23],[104,-5],[53,12],[1,46],[21,44],[22,30],[26,6],[10,15],[-2,26],[12,58],[-26,35],[-63,38],[-92,-70],[-30,-18],[-44,-9],[-113,33],[-65,4],[-26,20],[14,52],[28,23],[75,0],[36,16],[32,-27],[11,0],[15,14],[-7,38],[26,47],[18,21],[145,55],[77,92],[16,12],[40,13],[34,24],[26,79],[22,9],[81,-11],[6,55],[30,3],[35,-26],[26,-32],[12,-38],[13,-74],[31,-67],[22,-23],[39,-18],[12,-9],[32,-53],[20,-67],[4,-70],[-12,-62],[-60,-87],[-13,-31],[-22,-31],[-16,-33],[-10,-46],[-42,-41],[10,-35],[-20,-32],[-39,-12],[-74,-45],[-56,-11],[-57,-1],[-26,12],[-45,56],[-24,20],[-46,9],[-20,19],[-5,-13],[5,-18],[42,-17],[24,-17],[199,-241],[43,-40],[30,-14],[14,22],[87,10],[26,8],[-10,14],[18,48],[12,20],[41,15],[26,55],[30,12],[117,-23],[-8,50],[0,44],[-5,22],[-20,27],[-1,21],[10,18],[26,16],[10,45],[32,47],[-10,26],[20,17],[31,1],[24,-10],[16,-17],[22,23],[48,0],[59,13],[22,-1],[22,-12],[14,-20],[35,-74],[26,-47],[-10,-52],[6,-11],[24,-13],[18,-31],[4,-30],[-32,-26],[-14,-24],[-18,-22],[-31,-6],[-26,22],[-12,4],[-40,-26],[14,-29],[4,-31],[-4,-31],[-14,-24],[16,-23],[-16,-26],[-32,-18],[-29,-9],[0,-12],[25,-11],[70,-14],[69,-45],[15,-6],[20,-29],[53,-125],[36,-34],[51,4],[74,58],[44,14],[55,-5],[40,-17],[31,-35],[26,-57],[-36,7],[-51,52],[-36,15],[14,-27],[68,-79],[44,-78],[51,-129],[24,-123],[8,-20],[23,-3],[66,16],[14,7],[2,56],[4,34],[12,29],[95,22],[114,-89],[87,-132],[17,-105],[32,-59],[12,-17],[52,-33],[8,-17],[-6,-26],[-24,-20],[4,-30],[12,-24],[20,-17],[55,-32],[21,4],[17,11],[14,20],[4,33],[-6,35],[18,20],[37,12],[8,14],[-17,67],[-6,9],[-16,-14],[-20,6],[0,41],[22,103],[36,48],[1,30],[-5,29],[-12,24],[-2,71],[2,31],[8,25],[-16,35],[-20,2],[-20,-21],[-14,-31],[-6,-54],[-18,-20],[-36,0],[-25,-20],[-26,-45],[-18,-25],[-22,-9],[-20,3],[-12,20],[10,37],[-18,12],[-13,101],[-30,0],[-10,17],[-16,47],[-42,50],[52,78],[18,16],[22,8],[119,11],[22,-9],[31,-47],[26,-26],[26,36],[32,18],[59,19],[62,-8],[26,3],[56,44],[29,5],[60,-6],[180,45],[20,-9],[-18,-24],[6,-17],[14,-4],[38,74],[22,18],[111,116],[125,183],[125,139],[272,329],[246,257],[213,176],[201,123],[271,115],[221,61],[377,23],[153,-23],[14,5],[37,32],[28,10],[146,3],[53,14],[189,-2],[53,26],[22,-18],[26,-8],[102,2],[15,-52],[8,-12],[35,46],[53,23],[174,1],[16,5],[27,51],[25,18],[53,8],[26,12],[12,17],[14,29],[65,18],[14,18],[42,78],[18,53],[41,42],[10,23],[-5,34],[-54,94],[51,-16],[16,-10],[14,30],[14,5],[4,-17],[-14,-30],[6,-11],[-4,-20],[-12,-6],[150,14],[72,33],[40,64],[-24,78],[-12,71],[1,70],[18,74],[-26,70],[0,29],[17,27],[26,19],[28,0],[58,-32],[0,13],[-42,90],[-8,29],[-2,59],[-7,26],[-11,16],[-49,48],[-16,10],[-42,-10],[-21,10],[-19,20],[-8,23],[39,45],[21,18],[12,-18],[12,17],[2,37],[-10,28],[-12,16],[-8,28],[4,37],[12,32],[14,23],[-40,28],[-10,18],[8,42],[32,65],[6,33],[-14,41],[23,28],[23,38],[17,46],[8,46],[0,41],[12,67],[44,116],[35,68],[11,38],[-2,44],[-14,77],[5,23],[22,47],[-9,63],[4,42],[11,37],[16,35],[20,30],[38,39],[6,19],[-12,69],[18,17],[-4,37],[-26,107],[-4,40],[4,39],[24,71],[-8,30],[-21,24],[-23,16],[-5,-10],[-20,-3],[11,14],[-3,24],[24,27],[29,-21],[24,-6],[10,70],[8,127],[-2,31],[-14,50],[2,35],[50,67],[33,12],[19,12],[7,21],[4,43],[-4,18],[-15,39],[-11,51],[-33,44],[51,25],[28,-24],[26,-7],[22,15],[20,41],[32,113],[49,112],[23,39],[22,17],[2,19],[-2,94],[4,37],[45,76],[7,33],[42,43],[10,22],[-10,42],[0,47],[6,35],[13,29],[30,47],[14,18],[24,76],[42,33],[65,31],[58,6],[26,-43],[22,14],[17,21],[20,-5],[11,7],[8,24],[5,62],[-4,16],[-17,-2],[-40,-18],[-22,20],[-4,27],[0,30],[-6,25],[-24,8],[12,68],[12,24],[45,15],[22,14],[24,4],[24,-13],[-8,-25],[16,-40],[-19,-52],[9,-20],[28,-39],[32,36],[15,24],[-1,44],[13,60],[-4,12],[-29,5],[-40,16],[-26,31],[14,49],[-10,14],[10,14],[-14,18],[-28,14],[-10,18],[22,2],[16,13],[3,16],[-19,7],[-32,26],[-14,18],[2,8],[32,21],[32,95],[40,22],[29,22],[18,58],[28,231],[18,36],[42,7],[-26,4],[-18,17],[-52,56],[-27,-1],[-18,9],[-6,16],[43,64],[16,6],[16,-4],[8,-19],[-16,-33],[24,-9],[18,29],[12,52],[28,29],[-20,66],[6,80],[26,81],[-4,61],[20,53],[36,73],[73,114],[51,47],[36,23],[22,24],[71,74],[10,18],[0,19],[-8,6],[-30,0],[-15,6],[18,10],[11,29],[18,26],[68,2],[6,13],[2,30],[-14,-2],[-77,14],[-14,-28],[-8,0],[-22,23],[-39,11],[13,24],[24,1],[27,-6],[24,5],[15,24],[8,46],[24,7],[15,-13],[36,-59],[10,-10],[22,40],[17,54],[-9,28],[24,85],[3,39],[-10,27],[-9,-28],[-13,-11],[-19,6],[-10,12],[0,21],[8,25],[17,27],[32,-3],[17,8],[5,82],[10,44],[1,18],[-17,39],[6,61],[16,46],[24,94],[-20,47],[-10,-55],[-10,-29],[-17,-21],[-5,23],[9,56],[13,51],[-12,15],[-24,-5],[-39,-61],[-32,-5],[0,13],[12,4],[24,31],[-24,18],[-10,34],[6,36],[18,27],[13,-48],[14,-27],[21,-1],[33,26],[15,-6],[27,5],[26,30],[22,-8],[33,4],[23,12],[9,33],[-5,29],[25,15],[-10,42],[14,19],[-6,32],[14,30],[37,47],[5,36],[17,27],[2,30],[-12,8],[-26,-43],[-31,14],[-8,18],[-2,21],[34,11],[-22,31],[2,13],[47,57],[32,23],[32,-30],[-12,-47],[-21,-26],[0,-19],[20,14],[47,51],[10,18],[-16,32],[6,38],[28,47],[28,21],[17,30],[12,61],[15,24],[7,64],[16,43],[6,49],[43,60],[38,24],[5,80],[13,28],[30,20],[40,50],[-5,47],[44,53],[28,17],[24,26],[76,47],[63,33],[93,25],[64,-17],[23,14],[16,31],[12,7],[32,-6],[12,5],[7,14],[1,41],[8,12],[-38,22],[-95,0],[-39,38],[61,25],[33,32],[13,0],[32,-32],[25,0],[18,-25],[18,1],[-20,20],[-20,32],[6,31],[22,40],[33,44],[36,23],[28,11],[10,53],[75,82],[62,47],[173,88],[-22,28],[-2,31],[6,41],[12,35],[8,51],[18,37],[-20,14],[-16,3],[-2,58],[40,91],[17,24],[-6,24],[-25,17],[-12,26],[-24,10],[-9,29],[13,84],[10,35],[34,47],[-12,52],[81,181],[70,79],[35,33],[30,48],[40,31],[-14,28],[10,64],[38,70],[34,40],[3,26],[-19,28],[55,90],[21,21],[-15,35],[16,47],[-5,56],[39,68],[37,50],[36,42],[8,38],[-8,44],[-22,33],[1,47],[19,54],[56,85],[-8,119],[-14,28],[24,76],[2,62],[37,81],[40,59],[24,24],[2,31],[-4,16],[-15,9],[-8,31],[8,69],[21,61],[24,29],[8,32],[2,39],[-4,20],[-18,24],[-10,-22],[-27,11],[-20,23],[-28,73],[-7,157],[-15,30],[29,147],[-3,6],[12,35],[7,106],[25,151],[9,38],[32,65],[8,59],[10,32],[53,120],[19,70],[-12,52],[67,154],[16,84],[4,103],[-8,70],[4,20],[22,43],[6,27],[45,81],[8,35],[6,42],[2,82],[22,40],[6,16],[-10,76],[4,60],[8,34],[32,69],[0,28],[-6,29],[-2,45],[14,33],[2,23],[-8,27],[7,60],[21,55],[9,84],[16,36],[-8,50],[-1,36],[4,22],[13,28],[-4,26],[-22,40],[-12,71],[13,77],[25,73],[56,121],[10,28],[30,17],[-1,21],[-12,86],[4,38],[19,70],[28,65],[57,105],[78,87],[29,53],[6,77],[-14,79],[3,40],[23,59],[-4,63],[18,63],[-14,32],[-46,67],[-9,34],[-17,157],[1,81],[33,263],[2,93],[-14,40],[-12,98],[-10,34],[-39,-5],[-34,56],[-29,68],[-25,34],[-17,36],[-5,170],[-8,59],[-33,-50],[-12,11],[-4,29],[2,36],[8,32],[12,16],[18,-49],[-2,105],[2,34],[18,92],[0,35],[-9,0],[-15,-35],[-20,-9],[-12,12],[8,26],[2,24],[-12,29],[-55,80],[-15,67],[-27,36],[-10,23],[-6,27],[-4,115],[-4,14],[-24,44],[-5,42],[-17,51],[-22,43],[-16,9],[-39,6],[-20,29],[-10,38],[-8,85],[-12,35],[-22,21],[-52,22],[-25,15],[-18,17],[-13,23],[-5,30],[14,36],[20,25],[20,13],[12,22],[5,84],[-6,11],[-27,-21],[-42,0],[-26,17],[0,37],[23,61],[33,55],[44,38],[47,10],[48,-27],[24,40],[-6,58],[-67,224],[-8,61],[-3,88],[3,38],[7,33],[10,14],[-13,30],[-7,58],[0,33],[8,89],[-39,18],[-12,52],[4,350],[11,63],[19,56],[-11,28],[-31,8],[-18,14],[-14,26],[-6,65],[4,66],[38,188],[4,28],[21,95],[6,16],[12,79],[8,26],[12,23],[23,68],[9,42],[22,49],[8,26],[-32,-18],[-40,2],[-35,18],[-14,31],[-26,95],[-8,55],[-8,20],[-20,14],[18,-38],[-14,-27],[-6,-34],[2,-60],[-6,-22],[-36,-99],[-9,0],[-1,58],[5,33],[13,30],[0,34],[-8,74],[-9,37],[-48,114],[-26,5],[-25,14],[-20,24],[-11,33],[26,12],[-38,31],[-19,20],[-12,26],[30,8],[1,47],[-14,110],[9,45],[17,31],[47,57],[13,29],[-25,20],[-9,20],[26,23],[12,19],[-8,28],[-24,1],[-67,-58],[-26,-13],[12,41],[10,16],[49,40],[6,12],[-16,171],[0,49],[-6,18],[-16,7],[-61,14],[-13,10],[-8,44],[-9,9],[-14,-9],[-4,-68],[-23,19],[-32,17],[-32,12],[-62,11],[-25,19],[-20,25],[-30,49],[-24,20],[-30,14],[-35,9],[5,17],[18,2],[22,-12],[28,3],[14,24],[-5,32],[-51,41],[-109,224],[-8,38],[0,159],[-10,84],[-28,77],[-39,64],[-44,41],[-73,35],[-26,3],[-25,8],[-198,194],[-35,51],[-48,111],[-32,32],[-71,192],[-78,323],[-10,45],[-26,27],[-11,18],[-8,77],[-10,-6],[-4,-21],[-12,-25],[-32,3],[-20,15],[-31,39],[-18,39],[-14,61],[-8,65],[0,57],[-38,-44],[-14,-8],[0,-24],[-22,9],[-14,29],[28,38],[0,11],[-25,8],[-44,56],[-20,8],[-26,-1],[-24,-11],[-9,-22],[7,-19],[38,-28],[16,-16],[16,-31],[8,-29],[11,-66],[-31,24],[-28,37],[-28,26],[-34,-10],[-18,24],[-1,-26],[-12,-36],[4,-14],[-8,-25],[-22,12],[-13,14],[-7,21],[-1,35],[15,21],[-4,29],[-39,44],[-39,26],[-21,1],[-22,-38],[-8,6],[-21,57],[-27,46],[-73,100],[-20,50],[-18,21],[-26,-1],[-8,11],[-14,52],[-31,0],[-54,20],[-30,16],[-16,25],[-16,37],[-9,34],[-5,46],[-9,34],[-22,62],[-71,96],[-36,20],[-18,61],[-20,25],[-32,4],[-36,36],[-26,4],[-9,-15],[-28,-27],[-28,-12],[-13,34],[-7,38],[-17,24],[-25,13],[-29,7],[0,12],[51,-3],[23,7],[13,21],[-8,24],[-44,75],[-35,45],[-34,188],[32,19],[26,43],[7,50],[-21,39],[-10,-25],[-16,26],[-8,26],[-2,28],[10,34],[-46,38],[-6,71],[24,150],[0,37],[-16,44],[10,34],[-2,19],[-38,44],[-8,19],[6,7],[31,6],[27,-1],[0,29],[4,24],[6,91],[12,66],[6,76],[18,70],[6,37],[-2,29],[-16,48],[-8,37],[-30,-2],[-6,49],[10,105],[-6,50],[-12,23],[-12,-8],[-5,-45],[-3,-75],[-17,-43],[-15,-10],[-11,8],[-5,31],[1,50],[-5,32],[-15,12],[-34,-12],[18,51],[-26,27],[6,26],[18,14],[10,-11],[10,-44],[23,16],[33,60],[11,10],[2,22],[-5,21],[-66,35],[-12,28],[-12,39],[-6,44],[-4,41],[-15,-21],[-7,-28],[4,-29],[10,-23],[-10,-13],[-10,18],[-26,26],[-16,7],[16,19],[-8,31],[20,15],[-10,26],[-22,15],[-21,-18],[-34,26],[-10,13],[-30,-81],[-12,-111],[14,-101],[46,-49],[-8,-41],[10,-53],[20,-53],[21,-30],[-8,-12],[-95,115],[-28,24],[-65,24],[-22,15],[-16,20],[-36,54],[-19,15],[-40,22],[-18,15],[-35,38],[-17,13],[-107,44],[-27,29],[-22,52],[21,22],[-7,22],[-32,31],[-6,23],[-6,58],[-30,21],[-24,41],[-12,28],[-30,111],[-25,15],[-6,15],[-44,-27],[-35,-13],[-16,-20],[-12,-27],[-9,-60],[-23,-81],[-26,-62],[10,-29],[16,-27],[10,-29],[-28,11],[0,-33],[10,-44],[24,-39],[85,-282],[30,-169],[-28,20],[-30,47],[-26,59],[-11,58],[-9,22],[-106,122],[-12,50],[-16,36],[-36,60],[-22,19],[-14,-19],[-20,-68],[-26,-37],[-43,-44],[-48,-36],[-38,-10],[13,37],[31,50],[8,45],[0,72],[-2,38],[-8,35],[-22,-15],[-14,17],[-20,55],[-16,19],[-61,32],[-2,22],[18,35],[6,20],[-32,49],[-12,46],[-26,11],[6,30],[20,22],[-48,116],[-10,37],[-4,87],[-5,30],[-48,113],[-12,41],[-4,38],[10,82],[-4,24],[-23,40],[-15,35],[-13,39],[-3,38],[8,32],[18,18],[22,8],[10,20],[0,16],[-18,36],[-22,71],[-6,43],[6,31],[66,94],[-10,45],[-16,32],[-12,-18],[-14,-52],[-9,-19],[-27,-14],[-16,15],[-5,37],[-20,12],[-6,27],[2,56],[-28,7],[-22,10],[-9,28],[-52,-55],[-18,-2],[-8,50],[8,41],[19,25],[23,19],[20,24],[-19,19],[-38,9],[-13,22],[15,4],[20,18],[8,15],[-24,67],[-10,41],[10,25],[-10,44],[-27,3],[0,22],[-10,26],[-18,-9],[-10,-35],[-9,-7],[-11,16],[-37,98],[0,72],[44,102],[0,67],[-37,65],[-3,11],[-16,6],[-16,15],[-10,23],[-4,31],[-16,22],[-52,6],[-20,41],[-18,0],[-43,-18],[-24,8],[16,45],[-4,29],[-12,31],[12,7],[46,-17],[-4,34],[-16,14],[-40,1],[-16,-20],[-14,14],[-30,39],[-8,17],[-19,0],[-38,-11],[-20,7],[-27,37],[-19,19],[-19,-57],[-18,-25],[-24,-6],[14,23],[6,53],[14,32],[-8,81],[-10,34],[-24,18],[-38,-16],[-28,69],[-7,9],[-28,14],[-18,62],[-20,12],[20,41],[2,19],[-8,23],[-24,1],[-10,12],[-6,31],[-26,45],[-11,25],[-7,31],[28,-3],[28,26],[22,38],[10,40],[-10,38],[-16,45],[-3,31],[29,-13],[12,-15],[12,-29],[19,-6],[20,5],[10,10],[13,35],[1,23],[12,3],[26,-17],[12,-27],[2,-24],[-10,-46],[18,-4],[14,-13],[21,-46],[23,15],[13,-8],[7,-20],[12,8],[21,0],[12,-8],[-16,35],[-25,40],[-9,32],[32,7],[-66,62],[-27,35],[-12,55],[2,29],[10,49],[-12,37],[-30,14],[-7,26],[-24,37],[15,38],[-28,48],[-32,21],[2,-44],[-23,3],[-24,-10],[-48,-32],[0,38],[8,26],[-34,24],[21,33],[5,43],[-36,-24],[8,33],[-16,29],[-7,-26],[-5,-44],[-15,-17],[-20,-3],[-8,15],[2,26],[10,24],[-32,11],[-17,47],[-9,59],[-2,102],[-9,14],[-48,-58],[-34,0],[-18,12],[-27,38],[-19,-9],[-9,-26],[0,-28],[8,-25],[27,-16],[10,-16],[4,-19],[-8,-22],[-14,-10],[-32,-7],[-14,-22],[22,-11],[33,-6],[-3,-21],[-12,-15],[-23,-12],[-26,-4],[-18,7],[10,30],[-10,16],[-33,16],[-47,44],[-13,16],[-34,61],[-14,12],[-31,17],[13,15],[4,19],[-4,18],[-13,15],[25,15],[26,9],[-34,59],[-8,31],[8,36],[-32,6],[-73,32],[-83,18],[-12,14],[-8,23],[-40,58],[-14,13],[-28,-23],[-26,11],[-10,-7],[-8,-43],[-59,0],[-24,6],[-25,18],[-40,41],[-30,40],[-20,55],[-16,165],[-28,39],[-93,42],[6,-120],[-2,-20],[8,-17],[32,-109],[-83,4],[-44,10],[-90,138],[-28,57],[-14,19],[-19,13],[43,3],[0,31],[-14,45],[7,49],[-19,41],[-13,47],[-9,48],[-3,46],[-11,31],[-75,127],[-58,204],[-29,50],[-26,20],[-4,-17],[10,-28],[28,-27],[17,-30],[11,-37],[-1,-33],[-37,-30],[-170,4],[-31,-23],[-22,2],[-29,17],[-69,24],[-27,3],[-16,-23],[-59,108],[-8,18],[-28,49],[-8,28],[0,20],[10,58],[6,14],[-2,16],[-14,25],[-5,33],[-24,35],[-7,27],[-7,0],[6,-38],[0,-36],[-4,-35],[-12,-29],[-40,-58],[-27,-24],[-19,5],[-47,-20],[-38,30],[-31,44],[-39,31],[-20,20],[-33,46],[-22,55],[-17,18],[-68,-37],[-48,19],[-87,73],[-32,6],[-8,22],[-26,41],[-20,19],[-51,22],[-20,16],[-20,28],[-26,60],[-19,32],[-98,94],[-24,67],[-16,18],[-9,29],[-23,43],[-8,21],[0,21],[10,41],[17,219],[37,118],[12,64],[8,73],[2,85],[-43,18],[-20,2],[-17,-14],[-31,23],[-28,8],[-24,-12],[4,39],[-30,126],[-4,55],[-4,26],[-10,19],[-14,8],[-41,2],[-16,5],[-22,23],[-99,160],[-16,48],[8,47],[-8,23],[-8,50],[2,55],[12,47],[8,56],[61,161],[36,126],[-2,26],[4,14],[6,61],[12,22],[-26,55],[4,55],[-16,18],[9,21],[19,27],[-4,117],[4,41],[12,28],[34,40],[6,27],[-4,34],[-12,26],[-36,48],[-34,64],[-14,44],[9,19],[-3,110],[3,80],[-5,20],[-39,36],[-14,29],[-34,116],[-43,95],[-7,26],[-1,43],[-4,41],[-8,38],[-52,136],[-10,15],[-20,11],[-8,28],[0,37],[12,60],[24,66],[18,21],[21,56],[-9,26],[24,35],[5,22],[-2,22],[-22,10],[-27,-7],[-16,-26],[-30,-38],[-16,3],[-14,21],[-22,21],[-10,-19],[-55,-70],[-2,-28],[2,-32],[14,-39],[-20,-15],[-12,6],[-4,13],[0,44],[-30,46],[-8,19],[4,24],[12,11],[26,9],[4,24],[-4,15],[-19,34],[-19,20],[-26,89],[-37,29],[-12,15],[-6,19],[-4,42],[-6,16],[-14,12],[-43,29],[-60,75],[-16,28],[-14,31],[-8,35],[-24,37],[-16,63],[-47,65],[-6,18],[-4,38],[-12,37],[-20,20],[-26,-14],[-22,23],[-11,41],[17,64],[0,138],[22,58],[38,55],[8,23],[0,29],[-12,57],[-30,25],[6,65],[28,123],[0,71],[-14,62],[-26,65],[-55,103],[-28,37],[-12,23],[-4,35],[4,23],[16,37],[6,38],[-16,35],[0,30],[8,87],[-4,27],[-12,23],[-48,156],[-10,17],[18,36],[0,35],[-15,51],[-46,50],[-12,32],[0,17],[19,25],[-1,37],[-18,73],[-24,-12],[-2,26],[6,42],[10,31],[35,28],[6,57],[12,19],[-21,25],[5,35],[22,29],[52,28],[6,35],[-8,39],[-22,24],[-10,-53],[-8,-17],[-21,-7],[-32,16],[-12,18],[-8,51],[-18,55],[-4,30],[14,132],[14,35],[95,195],[16,51],[-40,-2],[-26,-11],[-21,5],[-72,122],[-10,40],[14,49],[-20,1],[-32,-12],[-35,2],[-24,17],[-16,4],[-29,16],[-28,30],[-28,16],[-32,-24],[-20,40],[-75,74],[-18,33],[-6,93],[2,8],[-22,29],[-12,33],[-4,30],[-10,14],[-17,9],[-82,4],[-32,13],[-18,30],[-14,33],[-18,25],[-22,1],[-53,-18],[-26,11],[-8,17],[-21,66],[-44,50],[-4,30],[-6,101],[6,22],[12,13],[9,32],[6,38],[-6,30],[-15,-27],[-26,-20],[-26,2],[-10,39],[0,75],[6,40],[10,30],[-52,112],[-20,24],[-17,34],[-46,24],[-4,-9],[0,-40],[-10,-19],[-24,-87],[-9,-12],[-174,-115],[-15,17],[-30,-1],[-16,9],[-6,13],[-20,64],[-8,0],[-17,-25],[-17,38],[-21,-23],[-4,-43],[2,-52],[-4,-48],[-8,-28],[-16,-33],[-20,-28],[-20,-12],[-20,-19],[-59,-88],[-46,-27],[-53,-43],[-34,-8],[-14,-8],[-12,-22],[-8,33],[-12,12],[-42,5],[-41,17],[-36,34],[-34,46],[-28,54],[-43,115],[-52,241],[-4,176],[-13,40],[1,32],[-10,113],[-11,20],[-76,87],[-22,55],[-4,21],[0,56],[-4,15],[-41,83],[-7,18],[-4,36],[-25,69],[-6,28],[6,35],[17,73],[11,109],[11,62],[34,103],[8,36],[-18,14],[-2,33],[16,116],[-4,39],[-24,49],[-2,21],[-47,51],[-10,36],[2,243],[-32,228],[12,144],[0,79],[-20,61],[61,164],[-25,-14],[-34,-30],[-32,-5],[-30,15],[-14,0],[-17,-22],[-14,-9],[-16,4],[-26,24],[-26,-51],[6,34],[2,106],[14,100],[4,33],[40,93],[-12,30],[12,34],[29,53],[0,11],[-35,46],[-20,22],[-85,34],[-18,13],[-18,30],[-14,34],[-8,39],[-2,115],[-6,28],[-24,53],[-85,86],[-12,6],[-46,-12],[-46,6],[-23,11],[-10,15],[2,77],[4,35],[10,33],[-16,26],[14,30],[2,40],[-8,57],[4,34],[6,12],[17,13],[126,283],[29,0],[15,8],[13,18],[-12,22],[-16,3],[-35,-13],[-32,-1],[-64,96],[-25,15],[-34,-8],[-48,-34],[-24,-12],[-36,-5],[-23,17],[-42,60],[-16,-2],[-69,79],[-14,26],[-6,28],[10,158],[-10,242],[-4,21],[-22,54],[4,81],[-2,41],[-14,18],[-8,21],[10,47],[28,72],[16,24],[10,33],[-4,19],[-18,39],[-8,44],[-10,35],[-14,25],[-14,-3],[-22,34],[-8,55],[-1,57],[4,42],[17,43],[-17,52],[-3,56],[-6,52],[-14,58],[-33,70],[-14,75],[-22,13],[-30,-4],[-28,-22],[-16,-39],[-9,36],[12,60],[-12,33],[-12,7],[-18,-2],[-12,89],[-14,26],[-30,6],[-30,-9],[-14,-23],[-5,-40],[-16,-39],[-22,-30],[-26,-12],[16,45],[0,43],[-6,44],[8,46],[8,9],[34,16],[19,59],[17,26],[20,11],[17,25],[12,37],[-2,13],[-18,20],[-46,33],[-19,16],[2,33],[-14,3],[-44,-48],[-52,7],[-19,-7],[-18,-25],[-12,-31],[-20,-86],[-10,-53],[-46,-71],[-32,-58],[-21,-21],[-30,-9],[-26,-2],[-26,-7],[-24,-12],[-15,-18],[-8,14],[-58,-19],[-30,-38],[-8,-60],[16,-154],[2,-157],[-10,-67],[-22,-91],[-3,-42],[3,-104],[-3,-41],[-154,-679],[-5,-44],[7,-31],[-3,-22],[-54,-99],[-24,-157],[-4,-88],[10,-59],[10,-6],[24,1],[16,-14],[25,-69],[24,-9],[2,-24],[-13,-57],[-58,57],[-16,7],[-14,-16],[-42,-111],[0,38],[-4,36],[-21,109],[-2,30],[7,29],[12,38],[-53,-21],[-50,-74],[-38,-91],[-21,-111],[-24,-70],[-16,-101],[6,-20],[10,-4],[10,9],[12,27],[8,0],[-2,-23],[15,-32],[12,-9],[-25,-12],[-24,-1],[-48,26],[-19,-7],[-12,-29],[-19,-116],[-124,-397],[-7,-27],[12,-39],[28,-1],[56,33],[30,-4],[13,4],[-4,19],[-12,9],[-35,4],[2,113],[-2,33],[8,13],[22,-24],[21,-7],[58,6],[8,-12],[-22,-27],[-52,-51],[54,-24],[16,-14],[12,-22],[18,-45],[14,-21],[17,-16],[19,-7],[33,-2],[40,10],[20,1],[18,-11],[23,36],[17,0],[21,-18],[34,-18],[-46,1],[-24,-22],[-28,-13],[-29,-31],[-47,-37],[-17,-26],[10,-7],[64,-26],[30,-55],[25,-15],[34,-9],[38,-3],[32,3],[-24,-28],[-105,-50],[11,-25],[9,-77],[21,-65],[2,-41],[-2,-72],[-34,90],[-23,30],[-2,41],[2,81],[-14,110],[-16,33],[-20,29],[-22,9],[-16,-41],[-8,0],[6,44],[-2,21],[-14,-2],[-10,-19],[-7,-29],[-8,-54],[-30,-115],[-14,-61],[-22,-45],[-28,-40],[-45,-33],[-24,-31],[-20,-17],[-18,27],[-4,-32],[-28,-61],[-25,-62],[1,-33],[23,-21],[13,-79],[7,-128],[19,-77],[26,-50],[8,-23],[16,-9],[15,-28],[8,-57],[-16,-53],[-9,-42],[-12,-23],[-4,-26],[16,-33],[-24,-13],[-30,13],[-6,-43],[-34,-128],[-12,-30],[-39,-68],[-4,-16],[-6,-44],[-30,-87],[-68,-379],[-8,-165],[23,-153],[63,-128],[34,-50],[27,-58],[19,-71],[8,-86],[-4,-80],[-12,-76],[-74,-286],[-14,-75],[-2,-80],[6,-36],[18,-67],[4,-30],[4,-119],[74,-476],[9,-33],[32,-58],[-8,-29],[16,-23],[14,-30],[8,-35],[6,-39],[-4,-41],[-8,-40],[-4,-37],[8,-34],[-30,0],[-4,-24],[8,-64],[-16,-29],[-22,-22],[-13,-25],[8,-39],[-19,-4],[-12,-24],[-4,-33],[-2,-65],[-7,-29],[-106,-354],[-59,-314],[-42,-374],[-2,-75],[-4,-22],[-22,-26],[-8,-22],[1,-16],[43,-191],[24,-37],[-8,-37],[-71,-180],[-9,-40],[-15,-44],[0,-76],[-8,-33],[-22,-75],[-4,-37],[-6,-30],[-30,-53],[-8,-25],[3,-54],[17,-19],[-16,-99],[-10,-43],[-28,-77],[-22,8],[-13,-31],[-14,-123],[-18,-61],[-12,-57],[-68,-103],[-27,-53],[-8,-11],[-44,-12],[-42,-162],[-119,-211],[-12,-31],[4,-34],[12,-68],[-13,-120],[-13,-41],[-8,-55],[-35,-63],[-14,-69],[-14,-156],[-34,-136],[-13,-39],[-15,-18],[-26,-4],[-31,-12],[-26,-16],[-16,-18],[-16,-56],[-12,-15],[-57,-12],[-18,-19],[-38,-51],[-35,-31],[-23,-24],[-29,-6],[-12,-8],[-34,-42],[-20,-18],[-20,-11],[-57,-4],[-26,-6],[-22,-35],[-26,-13],[-208,-63],[-155,-25],[-149,17],[-12,10],[-45,59],[-26,68],[-12,20],[-117,59],[-34,38],[-30,4],[-107,43],[-36,6],[-35,14],[-29,34],[-53,79],[-56,56],[-29,39],[-46,31],[-30,40],[-14,11],[-45,17],[-111,13],[-52,20],[-42,46],[-40,70],[-57,152],[-14,65],[-14,95],[-2,94],[22,61],[-82,57],[-39,46],[-32,114],[-36,38],[-46,19],[-129,13],[-37,13],[-46,37],[-64,18],[-55,44],[-32,16],[-36,53],[-10,4],[-131,-2],[-67,-29],[-58,28],[-55,41],[-38,21],[-78,-7],[-21,7],[-22,34],[-50,17],[-22,16],[-45,23],[-40,38],[-64,79],[-53,39],[-76,131],[-65,58],[-105,136],[-22,46],[-6,21],[-76,152],[-5,29],[-44,94],[-20,15],[-50,23],[-37,37],[-140,73],[-27,4],[-40,-14],[-28,11],[-30,41],[-39,0],[-10,34],[-14,5],[-28,-1],[-24,12],[-87,93],[-34,57],[-7,23],[-12,15],[-66,66],[-24,11],[-24,3],[-32,32],[-57,24],[-55,45],[-48,57],[-22,51],[-10,-3],[-52,-37],[-15,-18],[-11,-38],[4,-35],[-24,-2],[-8,6],[-25,33],[-26,14],[-40,-3],[-52,16],[-23,-1],[-12,-21],[-8,-30],[-24,-19],[-22,5],[-14,38],[4,27],[12,38],[6,33],[-23,28],[-43,89],[-15,21],[-60,61],[-6,18],[-14,63],[-16,3],[-37,-27],[-32,9],[-24,26],[-19,28],[-33,29],[-65,97],[-26,8],[-60,6],[-23,18],[-58,62],[-14,21],[-7,27],[-15,137],[-20,86],[-21,29],[-22,22],[-52,30],[-37,42],[-30,11],[-28,22],[-38,49],[-22,21],[-51,38],[-18,7],[-46,24],[-44,57],[-37,63],[-34,44],[-83,54],[-22,37],[-24,21],[-30,11],[-24,-9],[-10,31],[-14,20],[-35,38],[-22,44],[-10,4],[-37,-11],[-44,19],[-38,31],[-104,131],[-27,59],[-56,189],[-9,66],[-7,71],[-8,26],[-20,5],[12,20],[16,-2],[32,-18],[22,4],[12,39],[14,26],[33,28],[30,15],[24,20],[-6,65],[18,65],[28,66],[70,172],[20,39],[31,-9],[22,17],[10,39],[75,199],[32,61],[61,72],[44,13],[14,34],[20,17],[26,4],[25,-10],[-9,109],[26,326],[53,44],[34,64],[2,75],[14,27],[10,45],[0,25],[-10,19],[36,88],[17,91],[8,24],[24,31],[8,16],[-4,16],[-14,12],[-22,0],[-12,-13],[-5,-38],[-46,-88],[-34,-36],[-42,-15],[-45,21],[-18,47],[8,47],[38,24],[-8,39],[-40,-24],[-18,25],[-33,99],[7,60],[22,29],[2,22],[-10,65],[0,45],[-8,45],[6,34],[26,14],[24,-14],[26,-49],[33,33],[24,-5],[6,43],[-6,20],[-36,-3],[-17,3],[-8,21],[12,9],[-7,39],[-47,19],[0,77],[30,43],[5,34],[16,32],[24,19],[12,-13],[6,-45],[14,23],[12,80],[18,23],[20,8],[29,-39],[8,-44],[4,-50],[8,-46],[8,0],[8,36],[-8,88],[0,28],[15,13],[15,-15],[12,1],[0,57],[22,75],[43,63],[14,5],[10,-46],[0,-47],[-22,-63],[12,-60],[14,-44],[22,50],[38,7],[8,38],[14,15],[10,-10],[17,22],[-2,27],[-9,29],[-6,30],[7,21],[15,17],[15,1],[16,-58],[20,-9],[24,5],[4,45],[12,32],[-20,28],[-2,28],[8,27],[28,54],[15,0],[27,-15],[8,-19],[-4,-56],[-5,-102],[8,-26],[-6,-55],[20,-34],[8,-23],[-8,-36],[-21,-18],[-17,11],[-19,0],[-2,-19],[11,-41],[-29,-27],[0,-22],[14,-5],[-2,-18],[14,-2],[33,44],[26,61],[14,42],[44,26],[12,21],[8,0],[8,-30],[1,-33],[20,15],[7,27],[0,66],[4,47],[13,33],[26,10],[24,-22],[10,98],[35,81],[-41,15],[-16,37],[0,21],[-16,4],[-14,16],[-8,28],[7,33],[27,12],[18,-14],[8,26],[20,-3],[11,-30],[2,-59],[21,-4],[25,59],[20,4],[4,-17],[26,-36],[14,-9],[6,33],[-20,36],[-6,39],[-30,30],[-56,50],[-29,-2],[2,40],[-2,36],[-24,-16],[-46,55],[-7,15],[-3,31],[-12,62],[-1,34],[9,13],[22,-25],[20,-46],[26,1],[0,46],[-10,20],[2,26],[22,21],[27,-9],[18,-82],[8,-56],[15,-15],[17,2],[14,21],[2,22],[-2,79],[-16,24],[-10,32],[8,35],[24,23],[55,-5],[24,-15],[10,27],[-23,51],[28,101],[39,70],[12,9],[24,-1],[-20,49],[-8,73],[2,60],[38,26],[25,30],[14,-5],[6,-15],[0,-21],[-6,-28],[-41,-77],[4,-31],[15,13],[14,33],[84,151],[61,84],[24,23],[26,1],[20,7],[8,12],[16,38],[-16,-1],[-28,-18],[-26,12],[8,50],[-9,61],[-64,121],[-34,17],[-32,1],[-21,35],[-35,42],[-25,14],[-40,-15],[-19,-24],[-35,3],[-8,-38],[27,26],[13,-30],[20,-24],[32,-11],[16,-31],[-26,-43],[-32,-29],[-36,-2],[-35,35],[-18,51],[-34,51],[-14,29],[-26,34],[-11,48],[0,67],[5,53],[-33,8],[-14,75],[-20,84],[-16,10],[-20,-10],[-18,-25],[-16,8],[-10,29],[0,37],[14,15],[22,0],[38,17],[24,19],[39,41],[5,18],[-23,29],[3,-33],[-16,-13],[-36,-10],[-16,-35],[-40,-19],[-39,16],[-12,-36],[-14,-6],[-14,-16],[-42,-58],[-29,-34],[-34,-49],[-44,-1],[-22,-28],[-67,-123],[-8,-40],[-36,-8],[-16,-8],[-8,-15],[4,-32],[10,-8],[34,8],[14,-7],[11,-36],[55,5],[45,13],[24,-4],[22,-13],[17,-23],[7,-30],[-7,-32],[-37,-89],[-38,-146],[-24,-59],[-40,-47],[-45,-26],[-28,-9],[-28,-3],[-20,39],[-20,10],[-51,-14],[-14,-9],[-8,6],[-10,28],[-23,-3],[-4,-33],[-7,-18],[-20,-14],[-13,19],[-8,37],[-6,40],[4,40],[-2,17],[-26,-19],[-6,15],[-4,41],[6,18],[46,78],[17,69],[28,17],[6,22],[-8,38],[-20,2],[-23,-17],[-40,-36],[-26,-9],[-22,13],[-8,46],[-19,35],[1,23],[22,31],[40,34],[8,30],[16,37],[20,19],[20,30],[17,38],[4,34],[-30,-33],[-77,-112],[-14,-8],[-28,1],[-6,-19],[-22,-47],[-14,42],[-17,25],[-10,-10],[-42,-67],[-51,-54],[-16,-34],[-10,-52],[-26,12],[-18,-25],[-25,-75],[-23,64],[-32,48],[-25,25],[-22,63],[-2,71],[52,65],[35,39],[16,12],[44,55],[34,65],[45,58],[34,30],[59,23],[19,16],[0,12],[-24,-1],[-40,-30],[-20,-7],[-81,-13],[-80,-40],[-8,15],[38,37],[14,24],[46,11],[21,22],[39,71],[77,118],[25,62],[18,72],[-16,16],[-29,17],[-28,6],[-14,-20],[8,-40],[12,-33],[4,-34],[-14,-39],[-38,-17],[-12,-35],[-33,-29],[-44,-55],[-46,-41],[-24,18],[-24,-1],[-39,-28],[-20,-35],[-24,1],[-17,21],[-27,-4],[-10,-15],[-29,-55],[-6,-57],[8,-34],[12,-25],[15,4],[54,59],[85,29],[12,-20],[-81,-67],[-33,-25],[-43,-56],[-21,3],[-46,30],[2,34],[-27,-5],[0,-25],[-13,-36],[-26,-15],[-31,-14],[-40,-3],[-25,18],[11,34],[-4,6],[-32,-14],[-28,7],[-19,-32],[-34,-11],[-28,-32],[8,-14],[18,-7],[-12,-26],[-62,-46],[-35,-2],[-18,-21],[24,-29],[28,-3],[51,-43],[30,-6],[26,16],[0,-18],[-14,-18],[-45,-24],[-24,16],[-31,52],[-33,-10],[-32,-3],[-47,2],[24,-43],[51,-43],[10,-32],[-26,-17],[-18,13],[-18,25],[-20,19],[-32,49],[-17,0],[-68,-37],[-12,7],[-38,61],[-45,34],[-18,49],[-30,66],[-34,17],[-16,4],[-59,2],[-26,13],[-9,25],[-8,41],[-8,81],[-5,17],[-39,-11],[-6,10],[-12,40],[-16,26],[-8,31],[0,62],[-6,9],[-26,-1],[-32,-7],[-23,-16],[-90,-130],[-35,-34],[-15,-28],[-13,25],[-26,-3],[-52,-22],[-117,13],[-59,27],[-46,42],[-77,96],[-24,-14],[-12,-76],[-12,-18],[-46,-47],[-14,-43],[-18,-2],[-4,15],[8,37],[0,56],[-8,40],[-18,36],[8,23],[28,5],[-2,26],[-34,18],[-9,13],[-22,81],[-8,14],[-8,-13],[-56,-76],[-6,18],[6,52],[-14,30],[-9,35],[-16,18],[-20,6],[-18,-8],[-10,-19],[-14,-46],[-28,-15],[-53,-45],[-66,48],[-60,60],[-13,44],[17,45],[30,27],[32,-10],[16,44],[14,14],[16,6],[8,10],[-6,23],[-22,43],[-18,-31],[-22,-1],[-49,23],[-11,18],[-9,4],[-36,0],[-46,-81],[-18,-21],[-22,-10],[-45,-1],[-20,11],[-16,-71],[-10,-18],[-30,-10],[-20,-17],[-10,6],[-13,29],[-6,24],[-12,6],[-40,-25],[-10,-22],[-14,-55],[-9,-24],[-11,14],[12,45],[11,63],[1,60],[-13,34],[-11,-25],[-51,-33],[-6,-19],[-18,9],[-32,29],[-22,-2],[-22,8],[0,13],[19,21],[4,11],[-8,27],[-11,8],[-13,-7],[-12,-16],[-20,-46],[-36,-4],[-26,7],[-9,19],[3,27],[14,29],[38,27],[6,13],[-22,17],[-15,1],[-35,-8],[-20,7],[-11,-61],[-28,-16],[-69,14],[-27,9],[-23,24],[-32,55],[-53,143],[-32,67],[0,24],[5,52],[-2,18],[-31,27],[-10,0],[-16,53],[-26,63],[-32,53],[-34,22],[-21,56],[-2,15],[-24,16],[-14,24],[-48,8],[-6,-19],[31,-38],[8,-25],[4,-44],[-9,-43],[-22,10],[-28,25],[-29,1],[2,-34],[-28,-30],[-30,-17],[-14,-53],[-22,-37],[-29,-30],[-26,-15],[-54,15],[-30,59],[-22,73],[-25,57],[-55,57],[-11,35],[-22,40],[-7,7],[-19,-15],[-13,16],[6,36],[-20,69],[-34,73],[-38,40],[-29,-30],[-14,-69],[-8,-32],[-18,-13],[-16,13],[12,69],[-8,32],[4,26],[-43,126],[-8,45],[-8,-20],[-7,-38],[-16,-15],[-12,13],[-15,2],[-26,-16],[-6,-28],[6,-76],[14,-68],[-4,-25],[-26,23],[-12,29],[-18,82],[-9,16],[-21,13],[-14,29],[-9,33],[-14,26],[-34,17],[-16,-25],[-2,-37],[28,-35],[18,-37],[10,-38],[-12,-22],[16,-51],[2,-22],[-2,-41],[-8,-17],[6,-19],[21,-2],[24,-33],[10,-20],[0,-21],[-11,-24],[-31,27],[-19,-3],[4,-29],[15,-46],[2,-35],[-37,8],[-28,40],[-2,53],[2,55],[-16,42],[-12,-19],[4,-45],[-8,-11],[-26,22],[0,28],[8,55],[-10,63],[19,57],[-8,25],[-23,-30],[-13,-7],[-16,20],[6,47],[-42,23],[-28,61],[-10,14],[-43,17],[2,-31],[9,-40],[-4,-15],[-23,17],[6,-42],[12,-35],[0,-31],[-26,-31],[-28,-16],[-44,95],[-20,29],[-8,23],[-12,-17],[-5,-25],[9,-13],[-2,-26],[-9,-9],[-24,25],[-38,10],[8,-40],[16,-39],[12,-35],[-10,-26],[-22,7],[-27,19],[-15,0],[20,-50],[-20,-3],[-29,-28],[1,-7],[62,-11],[50,25],[19,-4],[32,-17],[38,-11],[-3,-38],[5,-18],[16,-3],[32,14],[14,-11],[4,-29],[-12,-13],[-28,-10],[0,-28],[10,-18],[14,-4],[20,12],[9,-47],[31,3],[33,9],[22,-29],[-2,-16],[-26,-7],[-6,-8],[8,-41],[14,-29],[14,-10],[32,-44],[27,-9],[24,7],[22,18],[36,44],[10,6],[22,-12],[17,26],[30,32],[14,5],[26,-3],[30,-8],[30,-1],[45,43],[28,6],[58,-11],[25,-11],[76,-54],[20,-57],[26,-5],[-8,-35],[13,-18],[20,-12],[10,-17],[-10,-55],[34,-51],[22,-20],[22,-15],[47,-10],[58,-33],[0,-13],[-24,-7],[-13,-19],[-15,-63],[-17,-33],[-52,-75],[-10,-32],[10,-14],[52,-49],[9,-27],[4,-29],[0,-32],[-31,-256],[0,-73],[10,-43],[17,-29],[50,-43],[22,-29],[14,-9],[39,-3],[13,-9],[-50,-13],[-49,6],[-48,20],[-44,26],[-38,34],[-16,4],[-24,-13],[-71,-68],[-28,-9],[-34,-27],[-20,-64],[-2,-78],[34,-127],[-22,-57],[-33,-50],[-24,-41],[0,64],[22,40],[15,13],[7,25],[-7,17],[-5,39],[-42,106],[-10,17],[-12,9],[-19,1],[-32,-19],[-32,-28],[-22,-2],[-10,55],[-2,32],[-10,29],[-12,16],[-20,-7],[-7,-19],[-11,-52],[-8,-18],[-57,-25],[-26,-45],[-44,-54],[-47,-41],[-26,-17],[-16,-1],[-26,20],[-28,7],[-33,28],[-54,25],[-24,26],[-12,56],[-10,7],[-30,-8],[-11,-10],[-32,-39],[-24,-20],[-45,-24],[-203,-43],[-16,-5],[-42,23],[-28,-2],[-53,-18],[-28,-5],[-28,4],[-30,11],[-27,16],[-24,19],[-41,44],[-35,50],[-24,64],[-13,83],[0,83],[-2,21],[-12,23],[-4,43],[-8,8],[-12,-6],[-14,-19],[-4,-18],[-2,-58],[-14,-67],[-4,-66],[-23,-42],[0,-35],[23,-44],[-31,-5],[-13,20],[-7,24],[-36,26],[-32,50],[-32,-16],[-27,51],[-14,16],[-12,-6],[-14,-27],[-10,-6],[-30,31],[-12,8],[-22,-2],[-20,-16],[-13,-28],[-6,-37],[7,-28],[30,-51],[6,-35],[-4,-95],[4,-26],[20,-41],[8,-25],[0,-36],[-33,24],[-116,27],[-22,24],[-24,-2],[-15,-34],[-38,-29],[-10,-21],[14,-26],[-43,-14],[7,-33],[-11,-37],[4,-17],[23,-21],[30,28],[20,-13],[14,-22],[13,-36],[34,-6],[28,-38],[12,-25],[8,-32],[-24,12],[-38,31],[-25,9],[-24,0],[-10,-8],[4,-20],[12,-37],[26,-38],[35,-29],[30,-33],[14,-52],[-48,43],[-27,10],[-20,-28],[5,-20],[3,-29],[-28,42],[-44,106],[-42,41],[-12,-16],[-6,-47],[-7,-25],[-7,37],[-1,114],[-14,63],[0,28],[14,35],[-22,19],[-34,17],[-34,9],[-22,-6],[-27,40],[-42,17],[-44,-5],[-36,-28],[0,-11],[20,-8],[28,-30],[6,-17],[-26,-14],[-9,-15],[-3,-19],[18,-46],[0,-31],[-32,-118],[-2,-25],[8,-7],[30,2],[6,-8],[4,-39],[-24,-24],[-32,7],[-15,-10],[10,-13],[25,-47],[12,-28],[10,-5],[10,13],[105,-44],[-3,-17],[-23,-15],[-23,1],[-20,12],[-20,-24],[-34,21],[-15,-11],[0,28],[-9,10],[-27,14],[-52,143],[-14,14],[-12,-16],[-2,-26],[26,-65],[-22,11],[-46,34],[-17,6],[-14,-7],[-20,-26],[-22,-14],[-6,-54],[-20,1],[-20,15],[-17,1],[-12,-42],[4,-33],[9,-36],[7,-34],[-12,-56],[1,-114],[-7,-35],[-14,-44],[-22,-38],[-22,-16],[-22,-8],[-46,-35],[-27,-8],[-28,9],[-14,45],[-14,22],[-16,-33],[-27,-5],[-23,-35],[2,-53],[5,-55],[-7,-39],[-9,-23],[-4,-27],[0,-202],[4,-15],[12,-5],[31,-2],[6,-6],[68,-120],[22,-51],[13,-27],[12,-11],[27,-7],[27,-17],[24,-20],[14,-19],[10,-51],[-20,5],[-30,29],[-24,17],[-24,-10],[-23,-21],[-28,-46],[-64,-134],[-38,-52],[-27,22],[-63,-82],[-24,-21],[-78,-35],[-16,-13],[-46,20],[-23,16],[-10,20],[2,65],[-2,34],[-10,22],[-10,-5],[-20,-54],[-8,-49],[-28,-18],[-12,-14],[-5,-21],[-3,-86],[-5,-26],[-23,-60],[-31,-112],[-2,-30],[6,-63],[2,-30],[-8,-28],[8,-12],[17,38],[16,-35],[-25,-43],[-68,-75],[-24,-48],[-10,-28],[0,-25],[11,-26],[27,-35],[4,-33],[-4,-55],[-12,-56],[-23,-44],[-35,-18],[-72,-19],[-31,13],[-4,58],[-14,-24],[9,-48],[4,-56],[-24,-49],[-8,31],[-10,1],[-30,-18],[-12,7],[-10,55],[-20,-18],[-18,10],[-14,15],[-9,-7],[1,-16],[14,-34],[2,-19],[0,-64],[-4,-39],[-8,-31],[-16,-29],[-55,-77],[-12,-25],[-9,-33],[-5,-64],[-8,-19],[-38,-63],[-19,-147],[11,-18],[64,-51],[8,-33],[8,-15],[22,-9],[10,-38],[26,0],[75,-88],[24,-14],[16,-4],[24,-21],[52,0],[51,-17],[24,3],[44,43],[29,19],[30,14],[28,2],[-16,-22],[-50,-46],[-12,-15],[-13,-36],[-32,-11],[-60,3],[-46,-12],[-17,-1],[-9,-11],[2,-26],[22,-82],[26,-38],[32,-34],[26,-23],[-10,-31],[6,-25],[53,-58],[16,-11],[16,1],[22,10],[42,38],[12,0],[-2,-22],[-42,-80],[46,5],[119,83],[79,30],[24,28],[10,57],[14,-29],[-16,-102],[2,-47],[-36,29],[-24,13],[-20,-13],[-55,-61],[-12,-29],[-24,-6],[-28,-22],[-32,-11],[-39,-1],[-44,12],[-38,0],[-19,6],[-30,27],[-20,6],[-6,-14],[-6,-100],[-25,-72],[-11,-17],[10,-28],[13,-114],[27,-106],[10,-24],[79,-128],[8,-20],[4,-30],[-5,-14],[-37,-2],[-27,-8],[-6,9],[-6,34],[0,51],[-6,18],[-22,7],[-19,-8],[-56,-57],[3,31],[13,67],[-4,24],[-14,29],[-14,64],[-12,27],[-12,16],[-36,25],[-16,16],[-18,93],[-28,45],[-131,53],[-19,47],[-42,32],[-46,0],[-24,-48],[-8,0],[-5,47],[-20,34],[-18,14],[-10,-13],[2,-44],[16,-127],[4,-89],[6,-44],[10,-19],[6,-24],[9,-109],[0,-32],[-25,-10],[-38,-230],[-6,28],[0,34],[4,34],[12,29],[-28,5],[-34,-101],[-25,-3],[24,93],[25,69],[10,34],[-2,35],[-17,41],[-11,33],[3,35],[12,65],[-4,42],[-15,31],[-22,21],[-45,13],[-10,57],[-24,32],[-52,34],[-53,20],[-46,10],[-42,33],[-25,11],[-110,0],[-25,8],[-30,16],[-30,10],[-22,-9],[-45,53],[-48,18],[-107,18],[-46,36],[-28,11],[-25,-15],[-42,-34],[-50,-24],[-56,-7],[-10,-13],[19,-37],[31,-22],[14,-27],[-25,-30],[-15,-5],[-1,-29],[3,-20],[12,-38],[6,-45],[32,-81],[14,-33],[2,-24],[-6,-36],[-16,-22],[-32,12],[-23,29],[-44,74],[-8,-28],[0,-28],[8,-59],[-20,16],[-8,30],[-16,157],[-10,47],[-12,11],[-22,-37],[-15,-33],[0,-39],[-20,-12],[-66,-95],[-25,-65],[5,-80],[24,-33],[8,-78],[-12,-46],[6,-38],[12,-34],[14,-25],[47,-63],[18,-35],[6,-47],[-10,-159],[-7,0],[-4,34],[-32,136],[-26,66],[-14,26],[-62,87],[-39,28],[-24,30],[-18,-15],[-2,-19],[2,-46],[-12,-9],[22,-114],[0,-80],[-8,-87],[-13,-79],[-23,-60],[-20,-25],[-29,-31],[-26,-17],[-12,17],[6,17],[45,64],[22,72],[-2,68],[-37,141],[23,-1],[14,8],[6,19],[10,190],[-4,22],[-14,40],[-3,30],[1,34],[7,32],[21,53],[3,26],[-3,28],[0,37],[6,26],[17,45],[3,24],[28,120],[6,60],[-24,16],[24,28],[14,9],[41,3],[12,5],[4,14],[0,30],[-16,66],[-2,30],[6,31],[18,10],[20,-6],[18,-17],[4,30],[-4,34],[-17,20],[-23,-7],[-28,8],[-19,18],[-54,71],[-12,12],[-34,5],[-18,14],[-15,61],[-46,56],[-16,17],[-16,-15],[-33,-18],[-12,0],[-18,23],[-4,41],[19,21],[-19,25],[-44,40],[-23,43],[-16,8],[-21,-26],[-3,35],[31,47],[-10,32],[-15,13],[-11,-4],[-7,-16],[-2,-24],[-14,-7],[-8,11],[-4,20],[2,67],[-2,17],[-10,10],[-34,15],[-35,133],[-7,19],[-73,91],[-20,34],[-15,37],[-5,35],[-53,57],[-18,25],[-26,0],[-19,20],[-35,47],[-19,9],[-36,50],[-18,14],[-12,-39],[-12,17],[-26,24],[-5,15],[8,65],[-5,50],[-10,32],[-13,29],[-15,22],[-18,-39],[-8,0],[-12,36],[-9,11],[-18,3],[-8,11],[-21,47],[-18,6],[-9,-30],[11,-49],[2,-32],[-38,22],[-20,21],[-46,75],[-18,10],[-13,-23],[-16,-58],[-21,-25],[-10,5],[-5,28],[1,55],[-7,21],[-20,18],[-8,-41],[17,-23],[-23,-34],[-14,-42],[-16,-21],[-29,28],[-14,49],[-3,48],[-11,30],[-38,-6],[11,36],[10,47],[-3,26],[-26,-21],[8,36],[-6,12],[-16,-5],[-21,-18],[1,61],[-2,28],[-11,12],[-23,10],[-19,22],[-33,56],[-31,-13],[-29,-23],[35,-26],[-24,-12],[-40,33],[-23,5],[-24,-20],[1,-27],[17,-26],[23,-17],[0,-11],[-17,0],[-24,-18],[-3,-20],[-25,12],[6,39],[-6,27],[-16,16],[-9,-23],[-22,-13],[-49,-9],[11,-24],[16,-76],[35,-70],[6,-53],[9,-20],[46,-17],[16,-31],[-49,13],[-10,-13],[4,-14],[37,-24],[-17,-23],[-16,0],[-35,23],[-18,-9],[-16,9],[-13,-20],[-6,-18],[-17,1],[-34,12],[-8,-19],[1,-25],[9,-25],[14,-20],[35,38],[-4,-35],[-21,-52],[7,-27],[-15,-25],[-20,-59],[-16,-5],[-5,10],[-12,56],[-34,35],[-6,-21],[12,-33],[-12,-35],[6,-55],[-7,-26],[-33,-20],[-12,-12],[-10,-47],[0,-54],[-15,24],[-19,14],[-9,27],[-1,23],[5,57],[-4,21],[-13,10],[-29,-21],[-19,-2],[-9,11],[-16,39],[-10,13],[43,75],[-15,7],[-40,-23],[-27,-7],[-12,14],[15,33],[36,52],[10,64],[22,25],[10,37],[17,18],[37,22],[-54,24],[-13,-16],[-19,-47],[-16,-30],[-23,-24],[-26,1],[-22,40],[-15,-23],[-39,-42],[-16,-69],[-42,-6],[-19,-25],[18,-25],[-24,-14],[-10,-12],[-10,-49],[-20,-43],[26,-10],[29,-36],[12,-24],[-1,-19],[-44,-14],[-11,-16],[-6,-25],[-1,-29],[-10,0],[-8,40],[-14,1],[-29,-28],[-27,19],[2,15],[20,11],[-3,25],[-34,18],[-30,30],[11,60],[-25,-12],[9,20],[34,42],[-2,34],[-18,7],[-41,-14],[4,27],[-6,24],[6,16],[34,6],[24,11],[-5,24],[-24,23],[-33,6],[16,29],[40,34],[14,38],[-37,-17],[-25,-22],[-36,-46],[-19,-18],[-22,-10],[6,29],[12,27],[15,21],[19,11],[0,13],[-27,12],[24,44],[3,19],[-17,-16],[-60,10],[0,12],[16,40],[-7,19],[-16,-4],[-14,-18],[-8,-23],[-2,-30],[-8,-7],[-54,18],[23,-38],[49,-37],[13,-13],[6,-26],[2,-62],[6,-15],[-29,-2],[-32,78],[-16,-12],[-3,-25],[1,-45],[-16,-6],[-14,10],[-22,49],[-16,17],[-10,-57],[3,-18],[12,-27],[11,-48],[18,-12],[127,-2],[35,-29],[22,-72],[-15,-17],[8,-63],[-2,-33],[-5,-1],[-31,-38],[-18,-12],[-39,-7],[-12,-17],[0,-47],[14,-48],[2,-29],[-16,-31],[2,-41],[-4,-15],[-32,-11],[-30,-21],[0,-7],[-33,-22],[-7,4],[-3,-24],[5,-13],[40,-44],[6,-43],[18,-28],[11,-64],[1,-21],[-8,-18],[-11,-3],[-19,19],[-13,-2],[-5,-16],[1,-40],[-19,-7],[-29,47],[-44,2],[-12,-35],[-5,-40],[-10,-19],[19,-30],[8,-21],[-9,-75],[-11,-3],[-25,23],[-42,49],[-12,-1],[-18,30],[-5,21],[11,52],[-20,11],[0,14],[14,22],[-20,65],[32,19],[10,31],[-10,15],[-12,2],[-14,-24],[-8,-4],[-15,12],[6,20],[-4,15],[-18,1],[-11,-37],[-19,-11],[-44,-12],[14,46],[0,18],[-14,11],[10,35],[-10,22],[-16,-5],[-9,-46],[-3,-83],[-6,-43],[-12,-19],[-56,-218],[-19,-23],[0,68],[60,169],[-3,61],[-12,28],[-19,182],[8,35],[-8,15],[19,14],[21,-23],[13,-4],[15,12],[9,17],[1,19],[-8,17],[25,63],[-8,11],[-17,-22],[-8,-27],[-16,21],[-36,29],[-10,26],[-8,-13],[-10,0],[-10,48],[-22,14],[-15,-10],[5,-27],[-20,7],[-11,-11],[0,-18],[14,-17],[0,-11],[-15,-31],[2,-38],[8,-53],[-5,-26],[11,-30],[17,-32],[7,-31],[-13,-59],[-12,-100],[9,-32],[-18,-12],[-7,-29],[7,-34],[-17,-10],[-23,-6],[-24,1],[-15,15],[36,58],[-1,30],[-29,0],[-20,17],[-19,4],[-9,-8],[-9,-23],[0,-27],[9,-51],[-35,37],[-4,-16],[4,-27],[9,-8],[-17,-33],[-1,-42],[-22,7],[-4,-17],[8,-40],[-6,-30],[-4,8],[-41,146],[-18,26],[-3,-39],[-18,-25],[-23,-25],[-16,-37],[12,45],[3,23],[2,122],[-11,11],[-14,-29],[-5,-53],[-24,-56],[-30,13],[-31,-17],[-28,-35],[-13,-37],[7,-32],[24,-2],[30,5],[25,-9],[-21,-26],[-27,-9],[-4,-33],[-9,-2],[-46,16],[-16,-7],[-4,-32],[12,-29],[-20,-3],[-12,8],[-13,-14],[4,-40],[-12,-5],[-31,3],[-10,-14],[2,-40],[22,-10],[7,-28],[25,12],[10,-14],[4,-99],[14,-22],[32,-10],[7,-19],[44,8],[38,-23],[14,-30],[-27,-18],[7,-21],[-4,-26],[-16,-4],[-18,6],[-12,32],[-12,1],[-37,-14],[-14,-43],[-28,-13],[6,-12],[22,-20],[12,-3],[20,15],[11,-6],[6,-24],[14,-8],[28,25],[15,1],[-13,-22],[-4,-29],[8,-18],[34,5],[17,13],[10,-23],[8,-3],[25,7],[15,-26],[22,-11],[42,22],[15,-13],[1,-19],[-32,-16],[-20,-27],[-25,-9],[-3,-7],[8,-25],[18,-6],[0,-25],[-22,-9],[-1,-18],[16,-38],[16,-7],[38,8],[7,-8],[2,-32],[-16,-21],[-78,24],[-37,-9],[0,-21],[-22,4],[-28,18],[-18,23],[8,38],[-39,55],[-4,22],[-21,-12],[-19,28],[-18,9],[-20,3],[-16,12],[-9,23],[0,38],[-25,-31],[3,-31],[14,-33],[22,-99],[-13,-47],[7,-26],[-8,-12],[-14,22],[-17,56],[-10,23],[-20,71],[11,37],[-3,19],[-18,26],[-15,-8],[-14,-41],[-14,-15],[-8,64],[-9,-13],[2,34],[25,38],[-2,30],[-12,15],[-16,-7],[-22,-34],[-23,26],[-31,12],[11,-26],[5,-38],[-2,-50],[22,-17],[5,-38],[-5,-42],[-8,-29],[-11,29],[-21,-25],[-29,-68],[-17,28],[-9,7],[-28,7],[-17,18],[-27,2],[-43,-24],[-8,-38],[-17,-12],[-10,-43],[14,-5],[21,8],[10,-6],[-2,-15],[-16,-38],[2,-46],[-2,-19],[8,0],[10,25],[8,-13],[-8,-19],[0,-31],[21,20],[58,67],[29,22],[9,3],[14,40],[8,11],[8,-30],[21,-6],[14,61],[53,-25],[-38,-76],[-25,-33],[-21,2],[-16,23],[-14,-10],[-37,-17],[-23,-28],[8,-18],[-22,-19],[-26,-33],[-5,-24],[3,-16],[15,-4],[6,-43],[7,-20],[14,-12],[14,3],[28,28],[42,20],[54,52],[14,5],[18,-22],[25,-21],[22,-1],[8,37],[9,-25],[14,-18],[17,-10],[21,1],[0,-11],[-19,-6],[-39,-29],[-11,-17],[-20,-111],[-2,-21],[65,-76],[11,-22],[51,-56],[16,-29],[-34,23],[-91,94],[-31,9],[-10,-29],[0,-38],[-5,-23],[-28,13],[-4,13],[4,32],[-13,7],[-34,-28],[-14,1],[-4,16],[20,57],[0,30],[-20,22],[-24,6],[-15,33],[-32,52],[-19,17],[-29,8],[-18,-1],[-31,-9],[-27,-2],[16,45],[1,21],[-26,15],[-14,28],[-8,6],[-21,-18],[-45,-63],[-8,5],[20,46],[8,29],[-6,13],[-52,20],[-5,39],[-12,1],[-8,-17],[-17,2],[-25,19],[-4,-44],[4,-32],[30,-5],[14,-8],[1,-27],[-12,-13],[-29,-7],[-4,-29],[8,-23],[15,5],[31,31],[4,-24],[25,-3],[5,-19],[-43,-30],[-19,-34],[-15,-48],[1,-45],[25,-27],[-12,-31],[-19,-8],[-18,11],[-14,28],[0,20],[8,36],[-2,15],[-16,0],[-6,-25],[0,-134],[-15,-9],[-25,0],[-25,5],[-17,10],[-35,39],[-42,24],[-39,-2],[-28,-42],[0,-56],[-28,-16],[-6,-10],[-43,24],[-17,-5],[26,-25],[8,-38],[-9,-90],[27,7],[12,-32],[-2,-48],[-10,-40],[-17,63],[-10,-32],[0,-44],[-8,0],[-6,16],[-10,1],[0,-37],[16,-55],[-9,-20],[-2,-38],[4,-43],[18,-61],[7,-130],[25,38],[12,-2],[6,11],[0,43],[14,-31],[25,-98],[8,-58],[18,-25],[4,-18],[-2,-25],[-10,-40],[4,-23],[36,52],[54,176],[37,50],[29,76],[28,23],[58,5],[24,-5],[45,-23],[-30,-26],[-12,-30],[-6,-36],[-13,-45],[-9,0],[-15,36],[-29,-8],[-28,-30],[-13,-31],[-5,-70],[2,-39],[11,-36],[-32,0],[-9,-22],[7,-67],[1,-127],[8,-39],[-35,9],[-28,-33],[-22,-50],[-11,-39],[-26,63],[-35,50],[-2,24],[2,53],[-8,24],[-16,14],[-13,2],[-12,-11],[-4,-23],[-2,-133],[-4,-21],[-10,-13],[-30,-11],[-3,-40],[-17,-50],[17,-26],[6,-17],[-2,-21],[-12,-38],[-3,-23],[15,-30],[8,-56],[15,-16],[39,-5],[15,14],[26,-27],[12,4],[17,18],[94,18],[29,-1],[128,-33],[69,-55],[50,-14],[23,-11],[20,-21],[19,-11],[54,11],[26,-6],[-31,-34],[-50,-9],[-46,14],[-21,35],[-24,25],[-53,6],[-57,-9],[-31,-16],[-8,14],[-34,-22],[-39,-2],[-150,15],[-32,11],[-31,24],[-30,39],[-18,4],[-25,-25],[-32,-80],[-12,-4],[-39,14],[-100,12],[-16,12],[-14,26],[-35,134],[-4,11],[-25,16],[-28,30],[-23,12],[-49,12],[-27,-9],[-12,1],[-11,26],[-14,6],[-28,2],[-30,8],[-50,35],[-29,8],[17,-32],[24,-34],[28,-29],[26,-19],[0,-14],[-42,-13],[8,-50],[44,-106],[-10,-12],[-23,19],[-28,37],[-20,15],[-29,14],[-19,-1],[8,-28],[-8,-29],[4,-74],[-6,-37],[-16,26],[-9,0],[-8,-26],[-13,26],[-23,88],[18,14],[11,-19],[10,5],[6,22],[-1,29],[-9,25],[-11,7],[-32,6],[-33,22],[-88,91],[31,10],[38,4],[33,10],[19,27],[-22,2],[-30,9],[-24,16],[-2,23],[8,4],[28,-12],[10,2],[8,16],[-4,14],[-26,20],[-16,33],[-30,0],[-21,40],[-11,9],[-7,-37],[-36,14],[-121,-14],[11,-36],[-9,-6],[-20,17],[-22,-29],[-12,-47],[22,-20],[6,-38],[-12,-35],[-34,-8],[10,-22],[14,-17],[28,-25],[17,-31],[21,-2],[7,17],[-17,9],[9,16],[22,-3],[24,-34],[4,-15],[10,-8],[51,-4],[18,-7],[6,-46],[-6,-42],[-15,0],[-46,21],[-15,18],[-25,-8],[1,-13],[24,-39],[29,-12],[16,-16],[31,-41],[-80,4],[-120,59],[-6,-30],[-14,-5],[-40,13],[0,-15],[41,-20],[146,-107],[-20,-9],[-39,-9],[-25,-21],[42,-9],[18,-9],[11,-20],[-32,-7],[-32,15],[-32,20],[-31,10],[-24,13],[-44,55],[-31,9],[27,-45],[8,-22],[-13,-10],[-18,4],[-56,23],[4,-16],[23,-23],[16,-26],[38,-33],[13,-33],[18,-9],[39,0],[3,8],[-16,56],[28,-14],[52,7],[16,-19],[0,-33],[-18,-20],[-52,-36],[16,-40],[-18,-19],[-29,-11],[-21,-18],[-3,-22],[108,-21],[20,-16],[41,-56],[19,-19],[43,-28],[20,-23],[11,-28],[11,-73],[9,-32],[43,-119],[31,-23],[55,17],[85,42],[27,37],[10,72],[22,-17],[6,-36],[-6,-40],[-14,-32],[-21,-20],[-27,-15],[-21,-19],[-16,-49],[-36,-43],[-9,-26],[10,-34],[20,-23],[14,-24],[-8,-39],[-58,54],[-18,9],[-12,-16],[5,-36],[21,-63],[29,-145],[21,-57],[37,-51],[38,-16],[6,-15],[-7,-15],[-13,-6],[-28,1],[-24,14],[-18,34],[-16,38],[-16,29],[-41,28],[-24,27],[-11,34],[-2,18],[-11,29],[-22,30],[-27,25],[-19,11],[-23,-25],[-16,96],[-14,23],[-25,8],[-38,-9],[-14,21],[-4,-28],[-19,-47],[-4,-32],[7,-94],[56,-115],[21,-31],[6,-22],[-1,-35],[-12,4],[-17,-12],[-10,-15],[-5,-23],[-2,-41],[-16,-52],[0,-64],[-7,-25],[-21,-43],[-6,-22],[-8,-78],[-2,-80],[4,-19],[22,-64],[8,-42],[1,-102],[-4,-20],[-17,-26],[-14,109],[-8,32],[-17,33],[-36,54],[-13,78],[-14,25],[-18,20],[-14,30],[-9,9],[-30,74],[-44,28],[-15,25],[-24,67],[13,45],[-15,49],[-22,44],[-10,32],[-10,46],[-24,45],[-44,68],[-11,29],[-5,30],[-1,74],[-9,27],[-53,68],[-25,64],[-18,27],[-30,10],[-22,18],[0,39],[18,68],[-1,57],[-8,32],[-14,14],[-19,6],[-22,19],[-15,32],[0,43],[8,25],[31,21],[6,18],[2,46],[-8,-1],[-16,-42],[-14,-5],[-15,5],[-10,12],[-18,36],[-33,-16],[-15,30],[-5,50],[0,43],[-7,21],[-14,-5],[-26,-22],[-10,7],[-12,57],[-15,26],[39,94],[-16,44],[9,46],[7,14],[16,5],[31,-12],[16,-2],[17,14],[6,31],[-22,23],[-54,34],[24,50],[4,25],[-18,15],[-86,-77],[-29,0],[-16,-64],[-10,-77],[-11,-37],[-20,-9],[-11,-20],[-16,-47],[-15,-15],[-16,-3],[-36,5],[-16,-10],[-15,-25],[-16,-47],[0,-63],[-17,-57],[1,-62],[21,-50],[73,-92],[-59,34],[-19,5],[-23,-5],[-28,-32],[-19,-14],[-38,0],[-30,-21],[-30,-5],[-15,8],[-11,17],[-7,27],[-22,-13],[-16,-17],[-21,-47],[0,-31],[-9,-15],[-8,8],[-16,-29],[-2,-21],[6,-23],[38,-65],[26,-87],[17,-27],[-65,19],[-17,13],[-18,45],[-12,18],[-24,7],[-18,-8],[10,-55],[-4,-39],[-18,-24],[-16,4],[-8,24],[8,34],[-48,-41],[-174,-216],[-13,-22],[-11,-37],[21,-13],[7,-20],[-16,-21],[-66,-111],[-8,-26],[-22,-11],[-14,-25],[-10,-31],[-6,-64],[-21,-85],[-12,-217],[4,-194],[15,-63],[17,-57],[7,-47],[18,-54],[21,-51],[-10,-58],[-5,-117],[18,-125],[0,-70],[-14,-63],[-35,-62],[36,-38],[25,55],[40,15],[44,-6],[39,-12],[38,-23],[20,-30],[10,-49],[2,-70],[-8,-44],[-20,-61],[-30,-54],[-93,-67],[-38,-20],[-12,-25],[-17,-52],[-17,24],[-34,-70],[-19,-29],[-25,-26],[-77,-49],[-11,-22],[-12,-53],[-28,-44],[-141,-149],[-27,-12],[-28,2],[-37,27],[-17,8],[-16,-20],[-18,-46],[-29,-108],[-18,-28],[-36,-37],[39,-30],[16,-16],[7,-25],[-4,-40],[-10,-30],[-58,-78],[-10,-9],[-47,-3],[-23,-17],[-20,-4],[-26,12],[-14,-3],[11,-50],[32,-44],[4,-25],[-9,-62],[-14,-25],[-25,-76],[-18,-85],[-8,-19],[-28,-44],[-6,-57],[-8,-26],[-23,-44],[-27,-104],[-131,-281],[-132,-244],[-149,-219],[-34,-23],[-48,-66],[-220,-209],[-386,-239],[-356,-192],[-165,-74],[-213,-28],[-206,-45],[-133,-37],[-60,10],[-26,-4],[-23,-18],[4,-38],[-2,-19],[-19,-19],[-14,-1],[-25,10],[-10,-3],[-26,-50],[-26,-15],[-41,-37],[-31,-5],[-25,10],[-28,18],[-46,41],[-17,47],[-22,9],[-16,-19],[-11,-5],[-23,6],[-51,26],[-25,6],[-31,3],[-51,12],[-102,45],[-26,4],[-24,-2],[-11,-12],[-3,-26],[0,-50],[-55,67],[-28,9],[-34,-30],[-16,-50],[-53,-27],[-19,-19],[-17,-12],[-14,-17],[-6,-41],[-14,-59],[-99,-150],[-37,-94],[-25,-47],[-33,-35],[-28,-11],[-58,-11],[-45,-47],[-27,-10],[-23,-2],[-20,6],[-24,21],[-27,1],[-40,-13],[-13,-9],[-17,0],[-178,-47],[-54,-29],[-20,-1],[-14,13],[-8,32],[-16,6],[-13,-4],[-26,-18],[-34,-14],[-21,-20],[-23,-11],[-26,16],[-18,-15],[-5,9],[-3,31],[-15,3],[-19,-12],[-34,-15],[-246,-241],[-10,-31],[3,-38],[-22,-47],[-9,-9],[-33,-4],[-22,-25],[-23,-57],[-12,-18],[-38,-13],[-30,-23],[-45,-25],[-18,-16],[-8,14],[-51,-32],[-19,-7],[-14,27],[-16,-27],[-19,-2],[-16,21],[-27,8],[-30,-18],[-43,-47],[-39,-25],[-96,-31],[-107,-10],[-52,10],[-51,18],[-94,54],[-20,19],[-11,28],[-14,16],[-2,21],[9,26],[1,27],[-11,24],[-8,0],[-12,-19],[-33,-43],[-28,-13],[-30,31],[-12,-3],[-133,-85],[-22,-35],[-23,-21],[-28,-18],[-25,-9],[-31,1],[-25,15],[-62,73],[-3,37],[5,21],[28,43],[4,74],[8,38],[19,15],[14,3],[-14,17],[-14,5],[-23,-2],[-18,-11],[8,-25],[-23,-22],[-46,-104],[-56,-79],[-141,-140],[-46,-22],[-27,1],[-12,-8],[-9,-41],[-20,-24],[-19,-13],[-39,-41],[-21,-13],[-55,-11],[-55,0],[-17,-9],[-33,-41],[-25,-15],[-29,1],[-60,37],[-28,-8],[-10,-21],[-2,-84],[-17,-72],[-28,-51],[-38,-29],[-46,-13],[-37,-32],[-41,-20],[-62,-44],[-22,-6],[-26,-20],[-39,-47],[-35,-56],[-25,-74],[-36,-66],[-14,-65],[-16,-18],[-182,-116],[-47,-43],[-29,-40],[-83,-150],[-37,-47],[-17,-30],[-8,-32],[-12,-33],[-30,-23],[-292,-157],[-150,-123],[-9,23],[-13,0],[-42,-44],[-58,-31],[-49,21],[-52,-22],[-190,-162],[-99,-51],[-12,-15],[-17,-32],[-40,-16],[-12,-26],[-7,-75],[-6,-28],[-8,-17],[-12,-6],[-15,-56],[-63,-159],[-14,18],[-23,39],[-22,28],[-9,-16],[5,-56],[8,-25],[16,-23],[4,-16],[0,-36],[-20,-69],[-10,-69],[-38,-16],[-5,-16],[6,-26],[-1,-21],[-31,-58],[-20,-62],[-8,-51],[-38,-109],[-5,-40],[-5,-64],[-15,-54],[-1,-41],[-4,-24],[-13,-14],[-25,-15],[-23,12],[-10,21],[-16,49],[-16,12],[-30,-23],[-52,-23],[-19,-35],[-14,-38],[-20,-26],[-40,0],[-32,32],[-16,49],[20,73],[-11,46],[0,27],[7,18],[37,58],[15,4],[8,32],[2,38],[-7,28],[-23,15],[-13,-24],[-8,-35],[-9,-19],[-19,10],[2,35],[17,68],[-4,28],[-24,70],[-11,23],[-20,64],[6,64],[17,64],[41,339],[18,78],[4,36],[9,27],[17,21],[13,24],[-6,35],[-16,21],[-18,-7],[-21,-16],[-54,-14],[-24,-13],[-39,-35],[-31,-41],[-81,-171],[-30,-112],[-33,-67],[-9,-73],[-7,-41],[-102,-406],[-14,-31],[-43,-65],[-14,-35],[-10,-44],[-8,-83],[-3,-17],[-19,-23],[-30,-80],[-14,-15],[-27,-19],[-10,-17],[-8,-28],[15,-54],[1,-62],[16,-52],[-1,-40],[-16,-69],[41,-5],[29,-20],[58,-88],[20,-117],[13,-42],[21,-46],[7,-57],[5,-223],[-8,-44],[-21,-41],[-39,-40],[-12,-80],[4,-34],[21,-112],[18,-159],[-3,-40],[-12,-75],[-3,-126],[-17,-51],[-6,-49],[-16,-28],[-47,-42],[-23,-56],[-28,-11],[-31,-20],[-10,-28],[-29,-24],[-6,-17],[-52,-200],[-26,-12],[-16,-30],[-29,-162],[-13,-36],[-42,-71],[-4,-31],[4,-32],[1,-43],[-7,-42],[-10,-32],[-31,-47],[-10,-30],[0,-39],[6,-63],[16,-80],[2,-41],[-14,-38],[-31,-43],[-10,-26],[-5,-39],[8,-304],[11,-82],[21,-73],[27,-65],[132,-205],[78,-157],[9,-31],[9,-47],[3,-47],[-20,-64],[1,-36],[5,-39],[1,-40],[37,-6],[22,-29],[11,-41],[-2,-39],[-23,-41],[-2,-15],[13,-75],[17,-40],[11,-63],[19,-44],[27,-36],[42,-22],[53,-43],[18,-22],[7,-19],[11,-49],[46,-102],[10,-71],[85,-272],[30,-73],[81,-149],[32,-118],[10,-25],[55,-45],[9,-43],[19,-11],[18,-27],[10,-33],[-6,-31],[16,-13],[13,-61],[47,-23],[64,-49],[20,-24],[6,-38],[-11,-43],[-26,-77],[5,-41],[28,-40],[11,-34],[-13,1],[-33,-13],[-17,-1],[-25,37],[-11,10],[-6,-14],[8,-47],[32,-72],[12,-40],[2,-20],[-7,-46],[-8,-10],[-25,-115],[-6,-51],[8,-43],[7,-51],[19,-51],[20,-79],[-24,-51],[-12,-58],[-30,-12],[-33,-21],[-16,-37],[-52,-63],[-22,0],[-22,21],[-59,84],[-66,109],[-16,90],[-2,43],[-15,60],[-10,66],[16,97],[-25,3],[-28,34],[7,56],[-12,106],[9,102],[-31,46],[-38,14],[-4,-7],[2,-43],[12,-33],[2,-19],[18,-81],[-14,-67],[-24,-78],[-67,-157],[-38,-7],[-5,25],[-42,-1],[0,31],[-30,60],[11,48],[2,82],[10,54],[-5,30],[16,46],[9,42],[0,54],[-4,36],[22,27],[10,31],[-6,36],[-36,23],[-7,11],[-6,38],[7,33],[6,61],[-34,7],[-33,20],[-19,57],[-37,25],[-28,60],[-19,69],[-11,64],[-29,1],[-8,22],[-28,2],[-16,32],[4,43],[-11,127],[-16,-9],[-16,-58],[-33,-51],[-16,-58],[-23,-54],[-14,-39],[-10,-88],[8,-48],[34,-68],[16,-22],[12,-27],[-1,-25],[7,-23],[18,-19],[15,-28],[15,-19],[15,-71],[-6,-52],[48,-39],[-5,-58],[11,-51],[19,-17],[-13,-51],[14,-98],[43,-13],[46,-79],[40,-82],[0,-32],[6,-38],[81,-31],[42,-6],[42,-47],[34,-53],[33,-43],[21,-44],[-2,-66],[-13,-37],[13,-44],[8,-79],[-4,-51],[-19,-55],[-24,-41],[-48,-35],[-2,-66],[-41,-4],[-10,26],[-14,-15],[-32,-10],[-51,-25],[-10,-32],[-1,-42],[-22,3],[2,32],[-12,64],[-21,-3],[-20,8],[12,19],[-6,27],[12,45],[2,125],[-25,76],[-9,-12],[7,-76],[-24,-37],[-8,-20],[-5,-64],[-15,-22],[-22,0],[2,67],[0,71],[-13,37],[13,46],[-9,62],[-10,51],[12,59],[-15,89],[-8,32],[-16,37],[-20,-13],[0,-39],[-6,-32],[20,-78],[-22,-104],[0,-108],[-27,-20],[-9,13],[17,71],[-4,64],[17,44],[-9,91],[-11,49],[-12,32],[-5,37],[-16,25],[-4,51],[-11,40],[2,76],[-49,7],[-20,-39],[-11,214],[-32,89],[-7,-54],[30,-106],[-4,-204],[-17,-35],[-15,-86],[5,-61],[24,-79],[12,-59],[-21,8],[-8,39],[-34,86],[-10,66],[2,74],[-11,209],[-18,232],[-18,-52],[-8,-59],[9,-138],[-17,-123],[-4,-69],[-15,45],[-7,47],[-39,9],[-22,11],[-29,34],[-32,30],[-6,-22],[24,-47],[47,-70],[39,-46],[35,-89],[16,-57],[19,-36],[-9,-28],[7,-39],[0,-42],[18,-34],[57,-73],[138,-188],[83,-122],[75,-97],[80,-185],[139,-264],[202,-467],[113,-267],[78,-243],[88,-445],[-2,-40],[-18,-38],[-9,-55],[-24,-71],[-7,-39],[1,-80],[10,-77],[49,-212],[4,-79],[24,-83],[100,-159],[20,-24],[44,-30],[17,-16],[61,-115],[15,-56],[67,-144],[110,-167],[27,-58],[76,-247],[10,-85],[-3,-85],[-23,-68],[19,-24],[14,-75],[13,-35],[43,-83],[5,-19],[228,-332],[12,-30],[69,-232],[21,-108],[22,-66],[13,-110],[16,-77],[32,-94],[4,-40],[-3,-40],[-23,-105],[-20,-144],[-6,-159],[8,-159],[6,-27],[17,-66],[3,-41],[-32,-237],[6,-67],[30,-47],[8,-43],[14,-55],[-4,-42],[-9,-44],[-4,-41],[9,-33],[48,-42],[5,-15],[-1,-61],[-15,-31],[-2,-14],[14,-28],[18,-65],[26,-143],[2,-36],[0,-70],[6,-32],[42,-154],[9,-51],[76,-201],[6,-44],[18,-113],[74,-95],[93,-207],[89,-265],[91,-313],[122,-243],[67,-207],[97,-188],[26,-79],[26,-151],[27,-286],[-20,-237],[2,-36],[17,-50],[-10,-50],[5,-19],[22,-45],[2,-41],[-16,-68],[-12,-78],[-19,-15],[-59,0],[17,-32],[34,-23],[17,-23],[10,-33],[-5,-23],[-30,-44],[32,-35],[16,-56],[-1,-68],[-13,-69],[-22,-49],[-4,-34],[10,-36],[9,-16],[21,-8],[22,-16],[9,-43],[-9,-47],[-19,-18],[-55,2],[-13,5],[-22,19],[-22,-11],[18,-25],[9,-42],[4,-46],[18,-24],[24,-71],[8,-41],[-12,-30],[-28,18],[-30,73],[-37,137],[1,89],[68,103],[10,74],[-32,-41],[-59,-106],[-22,-57],[-14,-71],[4,-63],[10,-60],[15,-154],[46,-234],[19,-161],[-4,-176],[-6,-310],[8,0],[17,88],[6,66],[8,21],[8,1],[4,-30],[4,-114],[-12,-49],[-30,-20],[-52,17],[-14,-17],[-9,-23],[-18,-90],[-36,-107],[-75,-157],[-104,-154],[-36,-35],[-48,-31],[-55,-23],[-53,-13],[-57,-1],[-55,12],[-49,21],[-46,31],[-37,44],[-25,53],[-31,50],[-54,30],[-19,0],[2,-39],[17,-99],[2,-41],[-8,-25],[-35,-42],[-18,-52],[4,-70],[15,-68],[21,-45],[-11,-32],[-20,-83],[-3,-30],[2,-42],[12,-75],[2,-257],[-4,-40],[4,-17],[37,-96],[9,-34],[3,-30],[-4,-74],[2,-48],[9,-31],[115,-152],[13,-35],[24,25],[34,73],[23,15],[100,6],[36,-6],[56,-23],[196,-125],[23,-10],[23,-50],[11,-8],[46,-12],[52,-38],[168,-174],[180,-254],[37,-45],[22,-39],[16,-65],[34,-47],[11,-33],[-10,-54]],[[25397,39051],[-5,43],[-16,-25],[3,-39],[9,-46],[4,-44],[26,-12],[-2,43],[-19,80]],[[25244,39371],[-24,12],[-40,-4],[-14,-29],[-29,3],[-23,-22],[24,-2],[40,7],[29,-12],[22,13],[27,23],[-12,11]],[[22974,45974],[-37,-1],[-22,-37],[-31,-7],[8,-63],[11,5],[49,75],[22,28]],[[22257,50460],[-24,44],[-12,34],[-13,23],[-18,-3],[19,-39],[-39,10],[0,48],[28,95],[-25,72],[-35,95],[-23,91],[-25,55],[-1,67],[-9,94],[-31,75],[-17,67],[0,89],[2,16],[-11,11],[-37,-8],[-12,22],[-17,-17],[-35,-59],[5,-65],[-3,-34],[-2,-100],[46,-122],[11,-106],[-1,-16],[-11,-18],[13,-39],[60,-94],[44,-176],[46,-47],[66,-125],[26,-38],[19,-72],[8,-61],[38,-26],[14,20],[8,38],[-1,43],[-15,48],[-4,42],[-32,66]],[[1558,76007],[18,-33],[30,18],[-8,11],[-19,-10],[-14,10],[-6,19],[5,21],[-7,29],[-2,33],[-9,0],[3,-45],[9,-53]],[[1664,76019],[-19,-25],[-15,-1],[5,-16],[12,-7],[16,10],[8,17],[1,22],[-6,21],[-2,-21]],[[39115,72876],[8,-38],[9,-20],[13,2],[39,18],[20,-5],[34,-15],[16,7],[0,13],[-32,19],[-40,16],[-40,8],[-27,-5]],[[37360,71724],[20,-26],[11,2],[-5,-58],[3,-33],[-29,31],[-17,6],[-7,-18],[-2,-56],[-6,-52],[2,-21],[27,8],[19,-25],[13,-37],[16,17],[2,12],[-6,28],[18,17],[11,-6],[29,28],[14,5],[-6,28],[-24,47],[-3,19],[5,15],[24,44],[9,53],[-3,15],[-32,13],[-11,48],[-14,5],[-10,-11],[7,-23],[-45,-46],[-10,-29]],[[37103,70882],[-10,-33],[-22,32],[-19,-7],[-10,-29],[8,-34],[34,0],[19,-51],[19,-20],[12,6],[5,22],[-2,30],[-16,12],[-5,14],[14,34],[-1,20],[-10,34],[-16,-30]],[[36668,70343],[-21,-10],[-60,-55],[-14,-23],[27,0],[-16,-31],[6,-33],[-14,19],[-10,4],[-19,-23],[-2,-46],[-16,-18],[35,-31],[15,0],[21,31],[-10,-38],[14,5],[13,17],[12,3],[41,-11],[16,0],[-20,-10],[-16,-19],[-25,-48],[-12,11],[-9,-7],[-3,-18],[7,-24],[13,-8],[22,8],[109,59],[20,17],[-28,14],[-33,81],[-33,20],[8,27],[-10,15],[-29,7],[-2,16],[16,76],[7,23]],[[36436,70211],[15,30],[17,-3],[26,-14],[17,17],[-15,13],[18,32],[6,19],[-8,21],[-14,12],[-14,1],[-19,-48],[-30,-17],[-63,-19],[9,-27],[45,-24],[10,7]],[[24931,59969],[13,-27],[15,-3],[12,12],[4,24],[7,5],[15,-7],[15,-19],[7,-23],[38,25],[15,18],[7,26],[18,27],[15,11],[2,45],[29,57],[9,33],[-17,56],[0,62],[-7,26],[-28,-3],[-39,-44],[-87,-147],[-25,-53],[-10,-78],[-8,-23]],[[22192,52675],[-28,-293],[8,-30],[1,-33],[4,39],[11,33],[29,54],[-21,18],[-1,47],[31,167],[1,48],[-10,37],[-25,-87]],[[22125,52195],[5,-138],[-9,-61],[-31,-129],[6,-43],[9,-25],[8,0],[7,30],[2,33],[0,69],[4,27],[22,63],[8,30],[0,73],[2,38],[11,17],[-6,14],[1,34],[9,66],[-37,-37],[-11,-61]],[[41452,71010],[4,-92],[10,-43],[69,-115],[34,-38],[2,42],[-6,51],[-10,42],[-16,18],[-9,21],[-31,98],[-17,32],[-22,10],[-8,-26]],[[41241,70458],[8,-15],[12,27],[3,43],[-7,47],[-8,35],[-31,19],[-6,19],[-8,64],[-26,28],[-10,-21],[2,-131],[2,-28],[10,-22],[22,-29],[16,-9],[21,-27]],[[42917,71158],[19,-61],[19,-41],[28,-91],[18,-39],[10,-11],[13,-33],[3,-21],[-1,101],[-6,47],[-11,43],[-56,115],[-22,20],[-10,3],[-8,-23],[4,-9]],[[43052,71039],[19,-14],[9,8],[-1,44],[-9,22],[-24,33],[-31,25],[-2,-9],[11,-51],[28,-58]],[[46506,76157],[59,-64],[24,1],[12,41],[-4,50],[-32,21],[-38,-10],[-16,-15],[-5,-24]],[[45181,76849],[12,43],[28,35],[67,181],[10,12],[14,-8],[44,-46],[31,-2],[23,14],[-20,71],[3,65],[13,62],[15,34],[16,7],[30,-14],[14,7],[8,22],[2,31],[-2,61],[-12,49],[-12,11],[-18,3],[-26,-18],[-4,-13],[-14,25],[-10,46],[0,49],[-6,39],[-28,12],[7,35],[-4,36],[-12,28],[-16,13],[-16,-2],[-26,-18],[-16,-5],[-12,6],[-20,22],[-16,-3],[-8,-14],[-11,-41],[-18,-9],[-14,11],[2,24],[16,29],[-4,50],[-12,34],[-22,14],[-32,-9],[-24,-25],[-20,-33],[-11,-38],[-6,-50],[-8,-31],[4,-9],[22,-2],[0,-77],[17,-61],[2,-37],[-15,-16],[-1,16],[-53,115],[-10,34],[-6,40],[-2,41],[-12,32],[-22,-16],[-45,-60],[-48,-29],[-16,-17],[-24,-156],[-8,-25],[-6,23],[-11,85],[-8,14],[-36,20],[-8,16],[-20,21],[-40,13],[-43,-7],[-18,-39],[-36,-48],[-76,-15],[-77,-30],[-36,-92],[-6,21],[-29,57],[-18,27],[18,60],[-12,25],[-24,-23],[-51,-78],[-27,-20],[-14,4],[-11,29],[4,33],[37,52],[11,30],[-3,28],[-12,28],[-17,21],[-20,10],[-16,-5],[-38,-44],[-12,36],[-89,137],[-46,91],[-20,-27],[-13,-29],[-7,-38],[-2,-52],[5,-36],[13,-32],[32,-50],[-12,-33],[-4,-37],[3,-15],[13,-23],[2,-37],[30,-202],[8,-28],[31,-57],[26,-26],[5,-33],[4,-125],[9,-37],[24,-15],[54,-17],[31,-57],[38,-35],[60,-74],[19,-7],[8,-12],[-9,-19],[21,-20],[28,-21],[28,-15],[32,-12],[61,-53],[66,-32],[43,-33],[35,-42],[25,-50],[24,-11],[24,13],[151,182],[129,98],[17,35],[18,21],[36,29],[32,2],[14,7]],[[43759,77361],[-29,-77],[36,10],[13,-5],[10,-17],[6,-21],[-6,-50],[-12,-25],[12,-155],[10,-41],[-20,-43],[-24,-30],[-28,-12],[-33,9],[-40,39],[-20,4],[-10,-37],[10,-84],[-2,-35],[-20,-14],[-28,7],[-12,-5],[-8,-28],[10,-33],[17,-30],[21,-21],[38,-9],[44,0],[36,5],[111,65],[59,14],[32,18],[18,4],[20,-8],[30,-35],[20,-8],[37,-7],[42,-18],[40,-25],[33,-26],[30,17],[67,-2],[56,33],[14,15],[8,68],[-18,35],[-58,62],[-33,26],[-16,-6],[-8,9],[-40,18],[-31,1],[-32,-22],[0,13],[10,33],[9,49],[2,56],[-4,51],[-21,46],[-62,61],[-12,27],[-4,66],[4,29],[14,44],[2,21],[-32,73],[-17,51],[-13,49],[-7,42],[-22,-25],[-24,-5],[-24,0],[-25,-9],[-15,-20],[-37,-94],[-14,-18],[-46,-46],[-14,-24]],[[46783,76858],[32,-1],[32,8],[22,13],[8,12],[15,43],[0,53],[-5,10],[-62,-7],[-16,3],[-44,28],[-17,-2],[-28,-31],[4,-39],[20,-39],[21,-31],[18,-20]],[[46700,77879],[52,-96],[20,-50],[13,-57],[6,-63],[42,-63],[2,54],[28,81],[6,48],[-8,52],[-10,35],[0,24],[26,23],[-20,22],[-26,5],[-20,10],[6,38],[10,15],[20,4],[4,26],[-8,43],[-18,40],[8,0],[-22,70],[-2,24],[4,24],[16,34],[4,24],[-26,-3],[-14,-22],[-8,-34],[-2,-36],[-10,-23],[-43,-16],[-8,-11],[-12,13],[-24,14],[-18,4],[24,-62],[10,-19],[14,-8],[6,-16],[8,-74],[0,-23],[-8,-10],[-22,-11],[-6,-17],[6,-13]],[[52095,78138],[-4,-19],[-18,14],[-26,-39],[22,-25],[-6,-28],[-24,-32],[-2,-44],[-12,-36],[-15,-70],[-44,-16],[-48,-92],[-38,-90],[-9,-35],[1,-43],[-20,-35],[-5,-16],[-78,-81],[-20,-26],[23,-18],[-7,-24],[-21,-23],[20,-14],[19,33],[8,6],[12,-23],[12,7],[10,25],[59,95],[28,81],[20,7],[16,82],[36,55],[15,62],[47,31],[3,58],[18,68],[38,181],[-2,38],[-8,-14]],[[47949,77317],[-4,30],[-22,-17],[-20,-21],[-26,-18],[-37,-7],[11,-25],[-2,-38],[-9,-39],[27,45],[18,20],[16,11],[20,-1],[44,-10],[23,11],[-29,35],[-10,24]],[[51618,77197],[-4,-27],[-9,12],[-62,-109],[-22,22],[-20,32],[-4,17],[-20,-15],[-18,-35],[-13,-38],[-14,-26],[-26,-18],[-16,-6],[-12,-13],[-16,-77],[24,14],[44,52],[2,-15],[34,15],[19,24],[14,27],[16,15],[10,-15],[14,1],[10,18],[65,41],[20,65],[14,4],[69,57],[23,34],[11,39],[-7,43],[-12,-27],[-20,-25],[-38,-37],[-38,-28],[-18,-21]],[[51209,76986],[-40,17],[-55,-38],[-37,-41],[5,-43],[38,-17],[26,14],[19,39],[44,69]],[[47856,76998],[-14,38],[21,7],[50,5],[28,10],[12,17],[-10,27],[-28,7],[-31,-6],[-25,-10],[-37,-32],[-26,-14],[-2,-22],[12,-45],[-10,-13],[16,-9],[18,-2],[15,7],[14,17],[-3,18]],[[51904,76809],[-26,-34],[-35,-24],[-24,8],[-12,-7],[-12,-26],[12,-14],[41,9],[27,-8],[5,25],[38,51],[10,37],[-6,2],[-18,-19]],[[51768,76679],[1,34],[-25,-30],[-8,-47],[-3,-53],[-8,-47],[8,-24],[11,12],[5,20],[-5,43],[24,92]],[[49930,76447],[16,-21],[34,13],[28,7],[18,23],[-14,9],[-32,9],[-39,1],[-11,-41]],[[49758,76273],[14,-8],[19,-19],[16,-8],[48,25],[-2,10],[-24,17],[-11,19],[-62,-11],[2,-25]],[[49720,76238],[-32,32],[16,-73],[14,-43],[14,-22],[24,-10],[22,20],[9,36],[-8,35],[-25,16],[-34,9]],[[51491,76371],[-24,-61],[-22,-14],[-43,-13],[-4,27],[8,25],[-14,4],[-12,-11],[-22,-38],[-14,-15],[-42,33],[8,-38],[-8,-37],[8,-18],[20,-13],[22,-8],[20,1],[18,12],[24,32],[23,7],[42,21],[42,48],[18,48],[-34,21],[-14,-13]],[[52168,76088],[10,-4],[10,11],[-10,21],[4,31],[-4,36],[-5,16],[-23,-16],[-2,-44],[20,-51]],[[51310,73737],[1,-50],[-16,-69],[11,-43],[18,-33],[-17,-32],[-3,-31],[16,-24],[8,47],[16,41],[-10,74],[20,-7],[0,38],[34,-38],[8,28],[-18,18],[-51,114],[-19,7],[-21,44],[-28,4],[30,-26],[4,-35],[17,-27]],[[52002,73276],[-9,-33],[-23,-50],[-16,11],[-30,-40],[-6,3],[0,58],[-18,6],[-28,0],[-9,-8],[-7,-18],[15,-4],[3,-29],[-10,-19],[26,-2],[9,-22],[3,-32],[6,-32],[10,14],[16,-23],[-8,-21],[-18,-8],[-16,14],[0,-51],[-28,26],[-16,-40],[-15,16],[-16,38],[-8,8],[-14,-34],[8,-26],[-16,-29],[-51,1],[-11,-11],[-29,42],[-20,12],[-20,-15],[-2,-26],[22,-59],[6,-23],[-4,-58],[-20,-105],[-2,-59],[8,-111],[8,-58],[16,-40],[4,-19],[-20,-35],[-14,-49],[-16,-19],[-37,-24],[-42,-36],[-10,-14],[-4,-25],[6,-6],[35,14],[31,34],[43,20],[28,-4],[29,-33],[227,-118],[51,-10],[54,45],[14,9],[16,-3],[20,-13],[55,-6],[24,-11],[14,-21],[20,18],[20,-8],[45,-35],[4,25],[10,10],[22,-6],[10,17],[16,-7],[-12,19],[-6,25],[4,22],[22,17],[-18,37],[-8,31],[2,25],[16,2],[12,31],[22,32],[-38,-13],[-18,-1],[-12,14],[-10,0],[-10,-55],[-20,-40],[-15,-18],[-12,1],[-77,90],[-27,18],[-12,-28],[4,-40],[-39,-7],[-38,9],[-8,36],[-14,72],[6,77],[-6,23],[15,17],[15,3],[16,-9],[14,-23],[-4,29],[6,23],[14,10],[19,-11],[10,28],[29,13],[-7,11],[-45,34],[-8,15],[-6,36],[12,61],[29,50],[40,23],[42,-19],[24,102],[14,27],[37,52],[12,22],[-1,23],[-9,28],[-18,38],[-21,7],[-38,-7],[-18,13],[-18,-76],[-10,-16],[18,5],[10,-21],[-4,-32],[-14,-26],[-17,-18],[-21,-6],[-67,17],[-16,8],[-18,20],[-6,41],[-10,27],[26,52],[-43,4],[-15,14],[-4,19],[2,24],[8,19],[38,25],[12,37],[2,42],[-10,31],[-14,-16],[-31,-2]],[[51457,72968],[2,33],[11,23],[23,3],[-16,47],[-10,16],[-18,1],[6,28],[24,3],[14,8],[12,22],[-4,34],[-36,29],[-14,34],[-17,10],[-28,9],[-20,-15],[-16,-31],[-12,-38],[-4,-36],[-7,-29],[-16,2],[-48,32],[2,-172],[8,-15],[43,-27],[0,34],[-6,50],[2,43],[30,13],[12,-17],[20,-74],[12,-24],[-6,-9],[-2,-28],[-10,-13],[14,-5],[36,16],[11,14],[8,29]],[[50750,70963],[16,-8],[26,32],[46,-10],[4,61],[-6,34],[-16,21],[-26,7],[-22,-45],[12,-2],[-6,-37],[-35,-42],[7,-11]],[[52240,69856],[-16,-23],[-14,-29],[-6,-33],[14,-22],[2,-19],[-12,-30],[-10,-14],[14,-33],[-8,-8],[8,-25],[16,17],[18,8],[-6,26],[4,19],[28,18],[-22,80],[-4,41],[10,44],[-16,-17]],[[52381,69622],[8,-49],[-6,-7],[-24,44],[-28,-50],[-6,-28],[0,-32],[-4,-39],[6,-13],[12,-2],[4,34],[38,-2],[4,-16],[-2,-41],[21,-82],[43,-17],[11,-40],[2,-30],[36,-23],[22,46],[12,34],[9,54],[-35,29],[4,31],[0,102],[2,64],[-22,10],[-2,33],[-8,-1],[-14,-18],[-25,20],[-4,47],[-11,17],[-27,1],[7,-41],[-9,-29],[-14,-6]],[[51978,69355],[41,71],[16,38],[4,30],[-8,19],[-37,26],[-7,29],[-21,-22],[-22,-13],[-18,-19],[-8,-40],[4,-34],[14,-31],[42,-54]],[[52065,69418],[12,-9],[14,7],[49,43],[4,23],[-7,13],[-14,43],[3,12],[18,7],[10,-5],[12,-28],[12,-5],[18,14],[-6,26],[-20,28],[-18,20],[-22,-12],[-45,5],[-20,-5],[14,-50],[-2,-43],[-10,-40],[-2,-44]],[[51795,69607],[20,6],[16,21],[14,-12],[23,6],[15,-8],[16,44],[1,88],[18,46],[-16,42],[-22,0],[-26,-18],[-27,-12],[-24,-3],[-4,-11],[6,-36],[-14,-27],[-22,-25],[12,-16],[6,-24],[-2,-22],[-16,-12],[26,-27]],[[55552,68144],[-145,-44],[-54,0],[-27,-7],[-25,-17],[-39,-67],[-10,-10],[-26,-11],[-10,-14],[-6,-57],[-10,-23],[-30,-34],[-15,-24],[-12,-29],[-6,-36],[-6,-68],[-22,-46],[0,-19],[6,-37],[4,-53],[10,0],[14,20],[10,26],[14,-3],[4,39],[-3,53],[-8,38],[16,-17],[39,-70],[7,-21],[14,-7],[83,0],[20,13],[28,32],[24,6],[16,16],[16,69],[17,17],[14,-8],[20,-35],[12,-8],[12,9],[12,22],[6,22],[-2,16],[20,45],[-8,76],[10,17],[24,4],[13,-15],[16,-4],[11,16],[3,22],[-11,10],[-30,9],[-12,12],[2,20],[10,5],[43,5],[31,53],[11,-7],[24,-33],[24,-65],[13,-24],[12,29],[20,20],[27,13],[27,4],[38,-16],[6,8],[-8,33],[2,16],[14,21],[19,-40],[8,60],[-2,34],[-6,21],[-14,-2],[-17,-45],[-22,9],[8,38],[-48,3],[-21,8],[-17,14],[-23,45],[-12,13],[-26,5],[-46,-12],[-75,-58]],[[55064,67357],[8,-6],[8,10],[9,39],[34,3],[12,13],[-4,27],[-26,0],[-34,-13],[-22,-14],[8,-4],[2,-34],[5,-21]],[[55474,66842],[8,-9],[3,40],[15,26],[22,12],[22,-1],[6,-29],[10,-9],[16,0],[19,26],[42,1],[20,13],[8,36],[-20,27],[-8,22],[10,28],[-16,31],[-51,55],[-20,14],[2,-30],[-6,-17],[-22,-28],[-30,-70],[-27,-31],[-23,-15],[-6,-23],[26,-69]],[[34532,78331],[115,30],[0,13],[-17,21],[12,22],[26,20],[191,79],[48,4],[41,13],[29,44],[6,38],[2,43],[6,15],[43,23],[68,79],[22,15],[22,-2],[30,-9],[25,2],[10,29],[4,82],[-9,27],[-29,24],[-40,1],[-4,18],[20,17],[9,19],[-7,9],[3,15],[16,35],[8,38],[-23,25],[21,37],[6,22],[-1,30],[-13,27],[-15,-20],[-29,-64],[-20,-22],[-70,-35],[-49,-36],[-22,-28],[-8,-31],[-3,-27],[-19,3],[-12,-8],[-8,-20],[-9,-56],[-20,-27],[-54,-31],[-26,-24],[-63,-89],[-29,-19],[-40,-3],[-26,-22],[-41,1],[-31,-5],[-78,-33],[-28,-33],[-27,-10],[-3,-12],[6,-35],[8,-165],[27,-51],[49,-3]],[[32953,78919],[-16,6],[-29,0],[-41,-5],[-31,-20],[-17,-28],[5,-16],[27,-4],[28,2],[25,9],[25,15],[21,21],[3,20]],[[33160,78930],[80,-10],[28,10],[12,33],[29,6],[20,20],[28,24],[49,59],[9,23],[9,76],[-12,49],[-21,7],[-24,-4],[-48,36],[-26,-1],[-28,-15],[-23,-21],[-44,-99],[-153,-108],[-20,-22],[10,-21],[42,-40],[28,-7],[55,5]],[[12802,79228],[-13,12],[-23,-18],[-39,-54],[-35,1],[-42,28],[0,-24],[7,-25],[-10,-33],[-13,-12],[4,-21],[25,11],[31,2],[26,-7],[19,-10],[4,-28],[15,-60],[19,2],[7,21],[-3,45],[11,28],[0,37],[6,45],[4,60]],[[68718,79267],[10,-45],[14,-17],[6,-47],[14,-25],[12,18],[10,71],[14,22],[14,2],[15,-10],[26,-7],[40,-33],[54,-2],[16,-10],[-28,-8],[-10,-15],[-6,-41],[-12,-8],[-58,-26],[-56,22],[-35,-11],[-12,2],[-9,21],[-29,-23],[-6,-14],[26,12],[-2,-33],[-36,-22],[-14,-21],[28,-8],[24,-18],[9,14],[-9,24],[36,-19],[16,-14],[8,-17],[10,0],[17,26],[-7,-39],[20,-20],[21,-5],[22,51],[24,-46],[4,-21],[-24,-22],[12,-12],[32,-1],[10,-9],[16,-30],[11,-2],[11,10],[13,-8],[27,-49],[19,18],[32,18],[30,7],[14,-12],[-17,-39],[4,-12],[30,-29],[8,-15],[24,31],[28,19],[6,-14],[21,-7],[58,43],[26,8],[20,-13],[16,-42],[38,12],[21,-1],[19,-11],[0,25],[17,32],[8,-3],[28,48],[20,20],[27,5],[35,12],[17,-15],[155,81],[18,17],[8,20],[-20,49],[-8,64],[-30,35],[-153,67],[-33,33],[-42,9],[-48,29],[-58,4],[-19,14],[-8,-14],[-20,64],[26,71],[41,49],[35,1],[17,-17],[26,-9],[53,-5],[26,-9],[58,-33],[24,3],[14,-12],[21,-1],[48,12],[44,24],[157,121],[52,18],[23,25],[2,22],[-32,7],[-24,-12],[-39,-43],[-18,-9],[-83,-6],[-82,-29],[-33,-7],[-15,10],[-6,24],[-29,28],[-8,18],[2,12],[24,40],[-54,9],[-12,-3],[-20,-21],[-12,-3],[-32,18],[-53,18],[-20,-11],[-23,5],[-24,-11],[-28,9],[-52,27],[-51,14],[-17,13],[-23,29],[-20,38],[-10,9],[-40,17],[-22,49],[-12,8],[-13,-4],[-24,-17],[-28,-7],[-10,3],[-43,39],[-25,11],[-27,5],[-74,-5],[-22,4],[-49,24],[-16,16],[-38,56],[-20,12],[-32,4],[2,73],[-39,69],[-93,109],[-34,57],[-6,32],[14,40],[19,15],[60,25],[16,22],[24,-14],[31,4],[48,22],[90,25],[25,13],[68,52],[30,10],[-10,56],[-28,22],[-17,57],[-15,15],[-33,5],[-80,-17],[-30,3],[-60,34],[-60,11],[-51,25],[-27,6],[-44,-21],[-12,-3],[-32,13],[-33,-29],[-20,-3],[-76,44],[-24,7],[-106,-2],[-20,7],[12,24],[-44,26],[-17,25],[-21,-2],[-12,9],[-20,31],[-34,25],[-91,23],[-46,31],[-20,66],[-4,40],[-25,71],[-5,42],[9,45],[41,51],[11,31],[3,38],[10,61],[8,62],[20,56],[10,18],[22,-10],[23,10],[20,22],[14,28],[4,38],[-39,13],[-17,26],[22,1],[20,10],[-25,14],[23,56],[2,25],[-2,23],[-8,21],[-11,10],[-21,-11],[-3,20],[-8,7],[-24,-13],[-27,34],[-114,-12],[-16,54],[-17,-13],[-33,-51],[-23,-14],[-5,-24],[-13,-10],[-81,-27],[-35,-4],[-25,29],[-20,-12],[-26,-3],[-33,9],[-5,-22],[-11,-19],[-42,-38],[-14,-8],[-36,-7],[-54,-18],[-12,-7],[-19,10],[-45,-2],[-110,29],[-44,36],[-34,59],[-22,70],[-15,87],[-14,33],[8,26],[0,23],[-18,17],[-12,3],[-6,17],[-15,123],[3,128],[-8,30],[-18,29],[-13,28],[-15,47],[-10,16],[-45,20],[-10,29],[-18,24],[-26,13],[-22,19],[-24,11],[-29,-14],[-12,24],[-46,31],[-20,22],[-10,27],[-6,36],[-1,74],[13,66],[2,33],[-6,41],[-36,114],[11,43],[-1,52],[-8,53],[-11,42],[-22,68],[-8,53],[-17,43],[-27,168],[0,30],[12,25],[-16,-1],[-25,-17],[-48,-3],[-14,-11],[-12,22],[-48,-13],[-24,5],[-12,25],[-19,83],[-10,18],[-26,8],[-28,21],[-60,63],[-29,10],[-27,-22],[-24,21],[-28,-2],[-38,-13],[-22,2],[-22,14],[-16,21],[-10,31],[-10,119],[-18,53],[-28,40],[-35,39],[0,-25],[6,-18],[20,-20],[0,-14],[-60,-13],[10,37],[-10,29],[-17,30],[-9,38],[-2,47],[-5,28],[-17,14],[-69,15],[-12,18],[0,69],[-6,22],[-15,23],[-31,36],[-35,10],[10,17],[-38,45],[-41,8],[-11,9],[-22,62],[-37,26],[-77,26],[5,20],[-13,18],[-8,0],[-28,-38],[-18,5],[-8,33],[-14,9],[-12,-2],[-6,25],[16,20],[-17,24],[-27,64],[-9,75],[-16,50],[3,16],[10,16],[-14,45],[5,88],[-4,39],[-26,50],[-66,73],[-7,25],[9,44],[-2,47],[-11,30],[-3,23],[16,50],[2,25],[-16,-12],[-18,-23],[-24,2],[-21,33],[-26,36],[-42,74],[-8,43],[-8,88],[-2,89],[4,42],[20,78],[2,44],[18,12],[22,3],[43,-2],[21,7],[31,35],[16,8],[64,4],[35,-11],[12,-11],[17,-32],[15,3],[196,-16],[28,5],[52,20],[30,0],[84,-40],[37,17],[28,-14],[14,-1],[44,50],[222,17],[99,50],[8,150],[-8,-12],[-14,14],[-4,23],[26,31],[-4,38],[-8,32],[0,27],[12,24],[-6,24],[16,45],[-4,25],[-12,43],[-6,51],[-22,40],[-8,24],[-1,20],[5,32],[-4,26],[-33,47],[-94,70],[-44,89],[-9,50],[-12,42],[-21,17],[-13,20],[-34,88],[-88,122],[-35,24],[-12,21],[-2,20],[-8,14],[-20,9],[-32,43],[-21,15],[-58,10],[-64,33],[-11,14],[-18,-26],[-10,-1],[-41,26],[-19,-8],[-24,-40],[-16,-16],[-23,-6],[-117,21],[-14,-9],[-6,-12],[-12,18],[-18,39],[-14,23],[-22,2],[-28,-26],[-9,14],[-34,12],[-66,63],[-11,29],[-19,61],[-18,11],[-63,20],[-28,-6],[-42,-19],[-19,9],[-12,67],[-12,10],[-28,9],[-44,38],[-83,33],[-159,182],[-16,9],[-30,10],[-8,14],[-11,36],[-24,25],[-24,1],[-24,-7],[-38,-2],[-12,6],[-43,43],[-10,4],[-32,-3],[-26,-11],[-14,0],[-35,39],[-24,-10],[-36,23],[-32,3],[-14,7],[-13,37],[-15,5],[-31,-1],[-22,10],[-42,28],[-14,-1],[-10,14],[-16,-14],[-29,24],[-44,20],[-22,33],[-16,-17],[-39,-8],[-16,-26],[-16,12],[-10,-50],[-8,0],[-18,58],[-30,12],[-77,-20],[-36,18],[-26,43],[-14,57],[3,60],[23,59],[2,44],[-8,43],[7,40],[45,93],[8,34],[2,34],[-2,78],[6,60],[2,72],[16,41],[0,32],[-16,36],[-2,37],[-14,76],[0,44],[6,83],[10,40],[14,17],[4,15],[-14,34],[-30,53],[-42,18],[-24,27],[-25,14],[-18,26],[-139,225],[-26,87],[-20,32],[-27,-5],[-12,12],[-28,52],[-10,29],[-46,77],[-77,95],[-52,94],[-49,29],[-54,-9],[-54,-19],[-50,-1],[-131,62],[-35,28],[-46,98],[-23,25],[0,67],[-7,12],[-28,26],[-37,54],[-22,17],[-56,14],[-16,20],[-8,25],[0,22],[23,20],[1,23],[-12,25],[-32,28],[-37,15],[-22,23],[-33,42],[-50,27],[-159,36],[-42,29],[-18,22],[-8,20],[0,158],[-6,36],[-10,32],[-33,53],[-18,7],[-65,4],[-17,-5],[-43,19],[-56,11],[-58,-1],[-43,-16],[4,-19],[-18,-51],[-16,-29],[-4,-13],[-23,3],[-15,40],[-20,12],[-31,-24],[-20,12],[-36,34],[-10,22],[28,1],[24,24],[-60,0],[-83,-8],[-42,4],[-32,18],[-63,131],[-28,20],[-20,7],[-52,34],[-15,17],[-48,108],[-20,13],[-24,8],[-45,6],[-16,9],[-26,39],[10,23],[-2,12],[-16,4],[-29,-27],[-5,8],[-38,18],[-49,38],[-18,64],[-73,107],[-22,21],[-58,29],[-270,69],[-30,7],[-24,27],[-12,5],[-88,13],[-21,13],[-8,-14],[-22,7],[-63,-8],[-29,1],[-102,38],[-36,31],[-53,8],[-42,33],[-41,9],[-249,111],[-145,65],[-135,95],[-158,68],[-36,25],[-20,9],[-28,3],[-28,14],[-28,26],[-27,19],[-42,-21],[-54,13],[-2,19],[12,58],[-6,17],[-70,90],[-13,8],[-72,-7],[-47,-13],[-26,6],[-56,57],[-10,50],[-40,11],[-285,196],[-245,149],[-28,5],[-29,16],[-36,57],[-16,-10],[-26,63],[-14,7],[-33,2],[-14,5],[-28,28],[-16,9],[-39,0],[-52,14],[-50,24],[-49,8],[-44,-34],[-26,16],[-29,-2],[-55,-14],[-116,0],[-56,-24],[-12,6],[-30,32],[-12,-9],[-4,-41],[-6,-13],[-14,2],[-13,13],[-20,34],[49,83],[6,26],[6,60],[-1,33],[-19,14],[-155,96],[-135,7],[-23,7],[-120,65],[-14,3],[-17,-18],[21,-27],[6,-18],[-6,-22],[-11,-14],[-14,-2],[-12,13],[-24,-24],[-26,16],[-30,30],[-79,47],[-20,6],[-48,101],[-8,41],[-17,5],[-2,-27],[-6,-7],[-52,39],[-10,-7],[-13,-37],[-35,-19],[-246,-33],[-53,8],[-54,24],[-129,114],[-206,114],[-58,67],[-37,17],[-72,56],[-127,62],[-223,202],[-200,98],[-26,5],[-83,2],[-26,12],[-50,53],[-85,142],[-89,101],[-58,21],[-28,15],[-88,21],[-216,89],[-162,113],[-139,60],[-56,12],[-22,21],[-58,87],[-28,10],[-31,44],[-12,8],[-30,50],[-10,13],[-52,25],[-55,-1],[-58,-24],[-331,-210],[-28,-12],[-14,-31],[-16,-21],[-28,-17],[-147,-127],[-260,-142],[-24,-19],[-10,-22],[0,-83],[-5,-38],[-14,-25],[71,-76],[60,-37],[6,-26],[1,-29],[-7,-25],[-16,-22],[14,-26],[29,-38],[10,-40],[-10,-25],[-39,-42],[-22,-17],[-30,-10],[-164,-12],[-54,-15],[-38,-29],[-16,-56],[-15,-7],[-76,-22],[-66,-67],[-49,-13],[-22,-32],[-12,-6],[-16,4],[-25,19],[-15,3],[-28,-39],[-47,23],[-16,2],[-26,-10],[-14,2],[-8,22],[-34,9],[-31,3],[-14,10],[4,50],[-4,16],[-14,-2],[-36,-29],[-15,-8],[-66,0],[-32,-16],[-29,-26],[-24,-34],[-19,-36],[-9,-32],[2,-55],[7,-60],[-4,-31],[-13,-30],[-40,-67],[-10,-24],[-8,-31],[-8,-128],[-8,-38],[-12,-37],[-36,-66],[-51,-53],[-113,-71],[-30,-9],[-16,-9],[-10,-29],[-10,-9],[-24,-7],[-17,-20],[-14,-72],[-18,4],[-8,-14],[-28,-33],[-6,-11],[0,-82],[-6,-32],[-10,-27],[-32,-49],[-2,-21],[14,-68],[0,-30],[-12,-42],[-21,-37],[-28,-26],[-58,-22],[-32,-57],[-22,-20],[-31,13],[-22,-17],[-16,-39],[8,-28],[14,-14],[6,-17],[-20,-36],[-41,-38],[-102,-54],[-48,-48],[-35,-69],[-4,-14],[6,-17],[-2,-22],[-12,-36],[-54,-85],[-19,-23],[-21,-16],[-25,-12],[-84,-16],[-52,-27],[-27,-6],[-24,6],[-32,26],[-26,7],[-208,12],[-18,8],[-36,35],[-30,8],[-55,-3],[-22,12],[-12,53],[-23,39],[0,19],[9,58],[-40,-44],[-23,-13],[-20,11],[-16,24],[-14,33],[0,27],[-8,25],[-10,76],[-8,28],[-45,21],[-3,27],[12,70],[-2,62],[9,37],[20,22],[5,27],[12,118],[-12,74],[-29,-26],[-70,-118],[-58,-15],[-33,50],[-44,246],[-10,486],[-12,70],[-14,26],[-18,24],[-24,18],[-35,14],[-26,29],[-12,4],[-14,-13],[-2,-17],[8,-14],[16,-9],[-56,-30],[-16,-19],[-15,-39],[-8,-35],[-4,-42],[-2,-48],[6,-52],[21,-65],[6,-25],[0,-102],[4,-23],[20,-51],[11,-80],[7,-22],[-34,-37],[-21,-14],[-32,-1],[0,14],[-30,85],[-12,54],[-28,45],[-8,19],[-14,118],[-12,50],[-25,35],[2,31],[-24,77],[-10,64],[-8,36],[-22,44],[-16,12],[-38,50],[-15,45],[-52,59],[-16,25],[-14,30],[-10,31],[-8,49],[-18,28],[-3,35],[8,41],[-4,36],[-18,60],[-4,37],[4,59],[-4,24],[-8,14],[-20,19],[-8,17],[0,40],[18,119],[4,8],[18,-4],[4,14],[-8,26],[0,19],[-6,141],[-51,372],[-19,75],[-2,27],[4,20],[18,27],[28,9],[16,26],[18,18],[68,102],[11,24],[6,30],[12,125],[0,74],[12,37],[54,123],[-19,36],[-80,218],[-15,18],[-17,10],[-24,25],[-24,33],[-18,33],[-18,61],[-18,40],[-4,40],[-21,49],[-54,162],[12,12],[18,6],[9,29],[2,46],[8,23],[18,9],[80,13],[25,13],[1,22],[-11,11],[-37,21],[-42,63],[-16,10],[-28,9],[-12,13],[-79,115],[-22,18],[-18,-11],[-18,-4],[-53,1],[-72,-15],[-25,-8],[-32,37],[-18,9],[-21,3],[-19,-7],[-10,-18],[10,-27],[-17,-10],[-114,7],[-28,9],[-37,30],[-8,-2],[-16,-19],[-8,-25],[-8,-1],[-18,14],[-212,37],[-16,11],[-54,50],[-12,22],[-14,45],[-34,48],[-170,178],[-40,-3],[-20,11],[-21,31],[-42,-1],[-30,26],[-42,30],[-21,21],[-11,46],[-20,5],[-29,-22],[-14,-4],[-26,6],[-248,172],[-37,-17],[-306,41],[-52,-12],[-106,-48],[-31,-3],[-24,-7],[-40,-31],[-49,-24],[-42,-33],[-20,-6],[-64,-63],[-9,-25],[-22,-74],[-8,-16],[-16,-4],[-66,-33],[-31,-27],[-34,-41],[-56,-83],[-30,-89],[-10,-14],[-17,-5],[-106,-50],[-239,-69],[-15,-8],[-9,-16],[-23,-14],[-47,-15],[0,20],[8,23],[27,46],[-33,10],[-20,-3],[-18,-25],[-48,-6],[-29,-18],[-36,-12],[-14,-30],[-17,-10],[-53,-9],[-113,-49],[-9,-50],[17,-49],[54,-78],[-36,-26],[10,-38],[-6,-71],[6,-29],[-18,-20],[-4,-24],[4,-65],[-4,-32],[-18,-47],[-10,-38],[-37,-68],[-18,-82],[-8,-19],[-34,-13],[-103,-24],[-22,-19],[-20,-45],[-14,-7],[-2,-15],[2,-27],[-32,-136],[-23,-35],[-42,-26],[-6,-13],[4,-40],[10,-23],[22,-12],[34,-6],[105,9],[51,-4],[50,-32],[26,-27],[8,-18],[6,-49],[10,-4],[25,15],[40,33],[44,12],[40,41],[17,29],[-2,26],[-55,54],[-22,34],[2,32],[58,-49],[26,-5],[39,16],[28,-35],[8,-25],[-6,-22],[-12,-21],[50,-87],[12,-8],[25,-2],[16,10],[-4,20],[15,24],[29,8],[24,-13],[42,-1],[25,-6],[20,-13],[32,-44],[20,-18],[22,-9],[25,6],[24,14],[24,7],[24,-13],[-22,-31],[2,-39],[20,-29],[34,-3],[27,19],[16,29],[6,40],[3,52],[25,-42],[-6,-55],[-11,-57],[9,-49],[20,17],[48,71],[31,17],[8,-11],[-12,-31],[32,12],[74,52],[24,0],[-8,-18],[-26,-39],[-8,-7],[-36,-11],[-30,-41],[-4,-18],[-10,-75],[12,-20],[16,-17],[-10,-34],[12,-24],[22,-6],[50,17],[44,36],[29,3],[-8,-12],[6,-44],[-6,-27],[-36,-44],[-19,-29],[-14,-33],[-18,-30],[-28,-21],[18,-58],[0,-25],[-4,-61],[14,-38],[28,-15],[8,-17],[-12,-58],[6,-21],[39,-36],[30,-64],[32,6],[59,26],[35,6],[-32,-16],[-15,-16],[-13,-41],[-34,-28],[-10,-13],[4,-43],[32,-41],[179,-112],[27,-32],[20,-40],[16,-44],[20,-39],[32,-29],[53,-9],[48,25],[89,73],[85,24],[24,20],[24,14],[28,-9],[26,-20],[12,-18],[18,-84],[11,-38],[43,-22],[13,-26],[10,-7],[14,3],[91,84],[28,19],[28,8],[30,-7],[80,-56],[53,-7],[47,20],[50,31],[58,19],[58,4],[29,9],[44,40],[29,4],[49,-5],[53,20],[29,4],[26,-34],[32,0],[58,10],[25,-9],[48,-29],[38,11],[30,2],[19,9],[-13,27],[0,14],[21,-11],[16,-53],[20,-13],[20,14],[16,32],[20,69],[4,-22],[-4,-79],[38,23],[29,-20],[7,4],[13,37],[52,38],[8,33],[20,9],[50,2],[43,38],[32,7],[19,17],[25,53],[33,-8],[18,10],[30,3],[22,-5],[-14,-77],[-42,-25],[2,-24],[20,1],[38,23],[9,-13],[-23,-15],[-20,-24],[-20,-14],[-24,15],[-8,-27],[-16,-24],[-20,-18],[-43,-17],[-18,-22],[-8,-21],[18,-21],[22,-44],[21,-9],[18,11],[25,23],[35,42],[8,0],[26,-28],[14,35],[13,95],[8,-33],[4,-47],[-4,-47],[-8,-38],[-21,-29],[-26,-20],[-58,-27],[0,-13],[32,2],[56,23],[33,2],[-22,-32],[-65,-36],[6,-27],[28,-18],[35,-5],[72,3],[-24,-32],[-40,-6],[-89,13],[-24,-17],[14,-40],[24,-46],[16,-36],[-8,0],[-12,21],[-34,43],[-6,19],[-14,15],[-31,-3],[-56,-18],[-44,-4],[-8,-15],[14,-31],[21,-17],[43,3],[22,-13],[-18,-36],[0,-39],[22,-33],[6,-26],[-10,-114],[-4,-69],[-6,-9],[-16,21],[-18,83],[-25,57],[-23,69],[-14,23],[-29,9],[-4,-17],[0,-104],[-4,-38],[-16,-73],[-6,-34],[0,-37],[4,-29],[0,-23],[-12,-25],[-18,86],[10,41],[-2,112],[-2,25],[-7,21],[-43,45],[-24,-4],[-11,16],[-26,-37],[-32,-17],[-16,2],[-10,-15],[-1,-34],[-25,-4],[-8,32],[-4,41],[-15,29],[-6,20],[-10,13],[-14,-10],[-6,-19],[10,-71],[-6,-84],[-10,-37],[-18,-12],[10,45],[4,42],[-6,91],[2,72],[-2,16],[-14,7],[-9,-15],[-35,-118],[-8,-46],[-4,-43],[8,-83],[-6,-29],[-29,-2],[10,45],[0,158],[6,52],[-4,22],[-12,27],[-14,18],[-20,11],[-18,0],[-16,-16],[-8,24],[-4,65],[-5,26],[-70,49],[-22,-1],[-34,-18],[-21,-5],[-30,13],[-28,-20],[-49,-18],[-100,-68],[-20,-28],[-11,-36],[-76,-122],[-26,-88],[-32,-33],[-64,-133],[-21,-34],[-74,-80],[-17,-13],[-11,-19],[-23,-25],[-26,-8],[-47,24],[-74,112],[-44,43],[-24,6],[-29,1],[-24,6],[-10,18],[-14,5],[-28,-2],[-20,-16],[10,-43],[-20,-3],[-28,-23],[-21,1],[15,23],[-11,40],[5,25],[-59,-4],[-20,4],[-52,32],[-17,6],[-139,0],[-26,-13],[-26,0],[-50,-27],[-10,-11],[-3,-28],[61,7],[28,-17],[-32,-16],[-32,-10],[-55,6],[-12,-6],[8,-24],[-14,-8],[-10,21],[-10,-26],[-16,-4],[-44,3],[-47,-33],[-20,-20],[10,-10],[61,4],[28,-4],[12,-19],[-10,-26],[-18,-21],[-42,-22],[0,-14],[20,-8],[24,-3],[-8,-45],[-18,-32],[-24,-21],[-9,-13],[-2,-28],[8,0],[19,28],[52,-22],[24,18],[22,-76],[34,-4],[12,11],[-7,32],[12,-7],[20,-2],[12,9],[14,-18],[22,0],[20,19],[4,36],[41,-32],[17,-5],[55,0],[61,-18],[22,-22],[-3,-36],[31,-14],[141,-113],[24,-44],[24,-14],[25,-36],[25,-18],[12,-43],[12,-22],[11,-52],[10,-12],[40,-28],[8,-10],[4,-33],[-36,-31],[2,-18],[28,-38],[10,-18],[27,-77],[20,-27],[28,-18],[26,-3],[26,16],[4,19],[-10,41],[0,23],[14,18],[43,12],[26,-3],[22,-19],[8,-40],[-8,-117],[0,-42],[12,-89],[12,-43],[24,-18],[27,-1],[12,-8],[18,-67],[8,-23],[30,-35],[8,-20],[-4,-13],[-20,-17],[-20,-30],[-12,-41],[4,-48],[-12,-15],[-49,-7],[-56,23],[-52,12],[-35,-40],[2,-61],[69,-205],[0,-83],[22,-37],[28,-108],[2,-39],[-24,29],[-14,7],[-5,-17],[5,-25],[38,-45],[18,-61],[23,-34],[28,-21],[14,-16],[6,-22],[0,-38],[14,-35],[14,-6],[65,-38],[26,-4],[22,17],[34,64],[22,16],[33,2],[108,-29],[59,-4],[52,21],[22,27],[151,238],[20,50],[21,29],[28,15],[14,13],[2,35],[-18,35],[-40,50],[-17,83],[17,62],[121,185],[44,23],[24,25],[22,29],[12,26],[8,39],[-2,43],[-10,41],[-16,33],[-24,25],[-50,25],[-27,20],[0,12],[27,-2],[11,15],[-1,51],[-6,46],[18,-16],[22,-69],[16,-17],[70,21],[17,11],[46,101],[-10,319],[16,123],[28,54],[38,55],[17,20],[86,63],[8,15],[8,49],[20,55],[-16,36],[10,10],[23,2],[22,9],[17,-32],[9,-43],[-5,-29],[-19,-53],[-2,-33],[4,-30],[8,-24],[22,-34],[30,-18],[10,-43],[12,-15],[-20,-22],[-18,25],[-20,40],[-24,20],[-22,-12],[-31,-53],[-26,-12],[-22,-17],[-17,-81],[-16,-28],[-28,13],[-18,1],[-8,-20],[0,-41],[-8,-30],[-24,30],[-10,-31],[0,-134],[22,-137],[2,-46],[-6,-43],[-22,-19],[-34,-12],[-13,-32],[-1,-41],[9,-40],[51,-109],[12,-48],[12,-37],[0,-37],[-16,-35],[10,-43],[16,-1],[41,31],[18,-7],[20,-17],[26,-40],[14,-54],[8,-9],[16,6],[-18,86],[-14,39],[-10,42],[4,42],[30,35],[19,-1],[4,-14],[0,-38],[4,-37],[12,-29],[54,-89],[22,-50],[58,-200],[15,-24],[21,-9],[15,17],[30,76],[20,22],[23,-9],[22,-28],[22,-20],[24,12],[20,34],[0,56],[-6,28],[6,15],[26,-22],[18,-26],[15,-30],[23,-71],[1,-17],[-8,-13],[-53,-60],[-12,-28],[8,-24],[37,27],[7,-9],[9,-63],[11,-30],[25,-22],[30,-13],[24,-5],[24,-12],[25,-53],[28,-37],[16,1],[16,44],[-4,27],[-10,24],[-28,32],[0,12],[54,2],[14,32],[-12,50],[-22,56],[52,-56],[22,-7],[32,-3],[17,-6],[20,-34],[26,-32],[14,-33],[-18,-32],[26,-22],[31,-47],[20,-19],[10,8],[68,26],[20,13],[12,23],[4,37],[7,25],[17,18],[37,26],[8,31],[8,11],[20,-12],[99,-6],[95,-22],[56,-2],[24,16],[16,-8],[0,-22],[13,-18],[17,-5],[29,26],[0,-27],[-50,-46],[-15,-4],[-12,6],[-30,33],[-24,8],[-103,8],[-52,17],[-22,4],[-27,-5],[-18,-13],[-12,-25],[-6,-102],[2,-19],[24,-35],[2,-15],[-10,-37],[-42,-49],[-8,-35],[12,-27],[28,-6],[32,-1],[23,-10],[2,-14],[10,-87],[9,-13],[65,-64],[22,-28],[17,-10],[48,13],[26,-7],[32,-15],[27,-21],[20,-56],[20,-23],[287,-241],[53,-23],[55,5],[74,35],[37,-7],[68,13],[22,11],[16,-19],[29,-10],[154,-26],[33,-27],[54,-20],[55,-3],[32,-15],[32,-3],[32,4],[22,17],[46,-24],[106,1],[48,-15],[24,-25],[58,-96],[26,-27],[57,-16],[32,-32],[19,-13],[32,-6],[0,-7],[38,-43],[115,-49],[112,-3],[25,-11],[34,-44],[14,-8],[34,-6],[29,-39],[94,-69],[113,-91],[87,-45],[60,-64],[26,14],[29,-4],[20,-12],[-2,-33],[14,-37],[26,-20],[26,6],[28,15],[91,82],[28,11],[12,-18],[-36,-36],[-8,-21],[12,-23],[67,-42],[46,4],[38,36],[28,64],[8,0],[-6,-60],[-10,-40],[2,-31],[33,-35],[43,63],[3,-54],[22,-31],[63,-41],[16,26],[-9,31],[9,24],[58,60],[6,-5],[-20,-111],[2,-26],[10,-12],[32,-12],[10,9],[-2,42],[34,-59],[19,-18],[17,26],[8,0],[1,-19],[-9,-33],[-9,-13],[28,-38],[32,-28],[36,-11],[41,14],[4,-26],[32,-25],[20,-34],[14,-12],[16,-3],[9,11],[28,52],[15,-9],[9,-41],[18,-13],[0,-13],[-26,-19],[8,-27],[22,-27],[24,-16],[37,-12],[22,-16],[34,17],[20,-20],[12,-64],[22,-31],[24,-8],[24,10],[47,36],[-8,-33],[-23,-50],[-4,-32],[36,-70],[17,-19],[40,3],[63,70],[26,-9],[-20,-64],[8,-44],[56,-82],[35,-72],[16,-16],[34,-11],[12,19],[-2,37],[-10,43],[18,-9],[14,8],[8,21],[4,31],[12,-11],[6,-18],[0,-47],[-14,-82],[0,-41],[18,-17],[35,-19],[2,-26],[-33,-18],[-28,-38],[-6,-27],[-2,-43],[6,-83],[14,-74],[2,-57],[19,-20],[26,25],[58,6],[26,11],[53,46],[24,15],[24,8],[32,2],[55,14],[28,1],[26,-15],[-71,-32],[-70,-43],[-119,-101],[22,-41],[8,-25],[35,-29],[143,-48],[26,4],[54,21],[24,3],[-36,-36],[-91,-24],[-42,-34],[-10,-52],[16,-58],[81,-178],[8,-53],[24,-38],[8,-60],[24,-87],[2,-27],[-2,-88],[6,-36],[24,-71],[9,-50],[56,-154],[175,-233],[35,-30],[59,-109],[39,-49],[153,-141],[-84,66],[-25,10],[-52,36],[-26,0],[-13,-49],[1,-43],[14,-36],[22,-25],[57,-22],[29,-31],[67,-91],[20,-16],[25,-10],[84,-11],[55,-18],[42,-31],[87,-121],[58,-43],[24,-21],[30,-3],[29,-9],[15,-26],[-13,3],[-53,-3],[-28,9],[-18,17],[-39,19],[-5,12],[-39,45],[-26,17],[-36,79],[-24,18],[-13,3],[-24,17],[-30,6],[-42,-13],[-109,-13],[-18,-10],[-34,-48],[-21,-17],[-32,-2],[-51,31],[-27,8],[-51,-1],[-20,-7],[-20,-18],[-25,-51],[13,-44],[94,-106],[128,-182],[19,-29],[67,-31],[34,-28],[21,-7],[84,-6],[26,-8],[27,-14],[66,-55],[24,-32],[28,-1],[55,11],[56,0],[14,6],[29,51],[30,46],[20,12],[24,-13],[0,-14],[-32,-15],[-20,-40],[-14,-49],[-18,-41],[-21,-11],[-194,5],[-16,8],[-37,40],[-21,15],[-52,13],[-274,12],[-26,-9],[-2,-23],[14,-25],[18,-18],[22,-11],[26,-2],[12,-6],[15,-26],[20,-14],[94,-91],[32,-40],[25,-46],[50,-123],[12,-39],[12,-89],[17,-19],[55,-1],[45,-14],[43,-32],[28,-51],[-4,-68],[-39,-48],[-4,-21],[-10,-62],[-16,-42],[-35,-118],[-7,-150],[-9,-55],[-35,-36],[-51,-17],[-14,-17],[-6,-36],[0,-157],[-6,-43],[0,-24],[18,-16],[6,-33],[-6,-17],[-26,-24],[-52,-16],[-21,-30],[-4,-39],[4,-42],[14,-42],[29,-64],[48,-136],[26,-6],[20,26],[12,30],[5,36],[12,29],[147,178],[42,30],[100,40],[29,39],[4,86],[6,19],[-4,12],[-19,8],[-9,60],[-2,21],[15,22],[33,-10],[57,-31],[-25,-24],[-44,21],[-20,-8],[28,-43],[6,-23],[4,-62],[4,-35],[-12,-42],[-2,-37],[18,-66],[36,-49],[47,-33],[46,-17],[48,-2],[51,7],[102,33],[40,24],[67,57],[39,19],[175,27],[207,3],[53,22],[52,43],[24,27],[10,25],[4,121],[11,81],[9,22],[17,8],[32,1],[24,8],[20,41],[22,15],[-30,-95],[-22,-19],[-35,26],[-28,-30],[-9,-43],[4,-45],[10,-61],[-4,-68],[-4,-30],[-13,-8],[-34,-6],[-30,-26],[-23,-33],[-11,-38],[4,-42],[18,-51],[54,-99],[278,-301],[19,-40],[46,-68],[66,-39],[12,-4],[4,-33],[15,-25],[86,-103],[8,-16],[69,-96],[145,-311],[298,-448],[81,-56],[14,-2],[96,-81],[135,-174],[48,-26],[59,9],[40,27],[99,112],[46,20],[50,0],[47,-16],[40,-29],[52,-53],[19,-38],[26,-6],[42,-4],[20,14],[33,-29],[20,-10],[36,13],[30,25],[32,-3],[107,28],[28,-6],[53,-26],[26,-6],[32,3],[25,8],[78,40],[24,8],[180,19],[42,-2],[16,6],[24,26],[12,6],[16,-4],[68,-34],[55,-45],[18,-7],[30,-3],[20,-10],[33,-24],[38,5],[45,-29],[42,-42],[62,-76],[38,-36],[45,-20],[50,8],[69,57],[10,22],[20,18],[137,76],[44,51],[59,35],[26,20],[34,66],[26,14],[29,27],[32,37],[20,15],[141,61],[12,32],[20,-1],[47,8],[12,6],[-8,13],[37,10],[71,0],[39,15],[34,29],[30,41],[12,28],[0,33],[-6,60],[0,240],[-6,25],[-12,29],[-48,84],[-39,90],[-72,123],[-163,197],[-38,34],[-49,26],[-159,47],[-48,28],[-81,78],[-40,20],[-45,55],[-52,25],[-20,-11],[-101,24],[-45,-21],[-84,-82],[-46,-23],[-52,8],[-41,33],[-28,51],[-39,177],[-3,40],[-13,40],[-32,9],[-34,-7],[-53,-21],[-16,-2],[-21,12],[-17,-19],[-28,-12],[-18,-18],[-27,-38],[-20,12],[-5,14],[8,17],[17,20],[41,16],[30,42],[10,4],[46,5],[71,21],[55,-15],[26,-49],[30,-183],[12,-33],[18,-25],[29,-11],[56,-6],[24,2],[28,16],[72,68],[27,9],[24,3],[64,20],[21,15],[18,-12],[161,-38],[123,-83],[24,-7],[28,3],[297,112],[108,11],[35,31],[12,8],[322,11],[26,5],[22,16],[6,35],[-8,47],[-74,188],[-12,73],[-16,24],[-103,67],[-22,26],[-10,34],[-4,46],[-15,16],[-52,7],[-22,15],[-10,29],[6,10],[14,-3],[18,-14],[32,0],[25,-6],[18,-18],[16,-38],[20,-68],[14,-24],[22,-9],[73,-7],[82,29],[29,1],[36,-28],[44,-20],[44,-51],[23,-9],[118,-2],[27,6],[21,18],[19,38],[-47,70],[-22,18],[-32,8],[-20,14],[-17,29],[73,-5],[22,-8],[19,-25],[36,-66],[24,-10],[20,40],[-22,78],[-60,135],[-32,57],[-15,33],[-4,43],[-6,83],[-8,37],[-103,253],[-22,76],[4,34],[-30,9],[-51,32],[-41,63],[-13,29],[8,25],[6,-19],[15,-24],[42,-49],[20,-10],[44,-6],[26,-17],[13,-40],[46,-123],[6,-37],[12,-33],[30,-36],[93,-79],[238,-118],[34,-34],[44,16],[29,-18],[23,-34],[17,13],[48,25],[12,14],[-2,22],[-12,26],[-16,21],[-12,8],[16,37],[6,42],[-8,30],[-32,3],[0,14],[32,14],[12,15],[8,21],[20,-29],[27,-85],[22,-14],[13,21],[-9,44],[-14,53],[-6,48],[42,-91],[14,-50],[4,-55],[10,-50],[22,-15],[24,15],[13,43],[32,-37],[15,-26],[41,-88],[32,7],[-10,45],[-26,48],[-14,20],[-4,29],[-30,65],[-8,49],[-5,88],[-17,51],[-6,28],[-2,70],[-6,32],[8,0],[11,-23],[13,-59],[12,-33],[22,-21],[4,-10],[4,-44],[16,-33],[34,-39],[11,-30],[24,19],[7,18],[-30,36],[-6,16],[0,23],[9,60],[-1,131],[8,22],[20,-33],[1,-19],[-4,-46],[18,-43],[2,-38],[4,-25],[26,-66],[12,-18],[24,-9],[33,1],[28,14],[12,27],[-4,33],[-9,34],[-4,33],[8,35],[31,-39],[14,-22],[12,-42],[46,-50],[28,-47],[17,-22],[20,-9],[48,7],[16,15],[-8,30],[11,39],[5,90],[11,35],[15,-31],[4,-41],[-1,-180],[-10,-34],[-21,-37],[11,-26],[28,-22],[9,-21],[29,11],[20,-10],[16,-18],[14,-3],[16,31],[37,-63],[15,-13],[79,0],[16,19],[0,39],[5,17],[18,-22],[16,-55],[28,-24],[32,-13],[24,3],[8,37],[12,19],[9,-23],[19,-18],[9,-22],[38,-45],[14,-2],[37,15],[48,-9],[36,-27],[73,-102],[20,-15],[22,-8],[30,-2],[87,23],[22,-12],[0,13],[22,-12],[57,12],[17,-11],[24,-33],[15,-7],[77,-1],[24,14],[-18,38],[22,15],[40,-6],[16,29],[8,0],[-18,-57],[16,-21],[-4,-21],[-16,-3],[0,-20],[30,-54],[81,-39],[24,-25],[34,15],[41,-3],[72,-26],[68,-50],[37,-21],[26,8],[4,-31],[-22,-19],[16,-21],[14,-30],[4,-30],[-16,-20],[20,-65],[14,-18],[30,-7],[12,-12],[37,-52],[42,-22],[16,-26],[12,-33],[8,-32],[0,-57],[17,-45],[0,-74],[16,-57],[108,-232],[31,-41],[62,-51],[14,-44],[16,-32],[61,-99],[12,-40],[0,-55],[5,-15],[25,3],[16,-5],[12,-49],[12,-17],[-8,-30],[12,-7],[22,11],[17,26],[4,-34],[-6,-26],[-14,-22],[-19,-22],[-22,13],[-6,-24],[-2,-34],[-8,-18],[14,-35],[4,-30],[-6,-24],[20,-37],[16,-43],[20,-42],[31,-31],[24,-12],[88,-28],[27,-22],[38,4],[14,-4],[44,-31],[37,-37],[40,-24],[44,5],[15,16],[40,58],[-1,41],[8,17],[15,6],[8,-8],[10,-37],[0,-19],[-8,-23],[-36,-39],[-13,-21],[-30,-29],[-34,-14],[20,-42],[6,-8],[-16,-41],[0,-55],[12,-45],[12,-12],[6,-19],[-4,-16],[-26,-14],[12,-26],[53,17],[24,-11],[22,-41],[10,-41],[16,-90],[12,-34],[33,-71],[16,-58],[23,-24],[23,-15],[20,1],[6,29],[-2,21],[-8,13],[-20,10],[-8,15],[40,9],[14,-6],[15,-16],[8,-24],[7,-62],[8,-22],[27,-27],[38,-28],[40,-17],[30,2],[-15,37],[4,15],[16,-1],[20,-13],[22,-20],[18,-22],[12,-30],[0,-42],[10,13],[22,-18],[15,-28],[23,-55],[33,-49],[115,-214],[12,-34],[4,-38],[2,-79],[6,-29],[10,-26],[36,-42],[17,-24],[16,-57],[46,-64],[16,-16],[44,-5],[13,-23],[42,-20],[22,-154],[8,0],[48,71],[31,10],[52,-17],[22,-28],[6,38],[12,24],[12,3],[15,-16],[2,-32],[-11,-29],[-24,-11],[0,-13],[32,3],[44,14],[20,-17],[13,-32],[10,-38],[14,-35],[24,-21],[19,13],[14,20],[18,44],[48,-20],[61,13],[49,41],[16,65],[9,-13],[10,-27],[16,-12],[35,2],[26,-14],[34,-45],[18,-17],[10,28],[24,-6],[24,-28],[11,-38],[13,-23],[81,-46],[26,12],[99,2],[34,14],[14,24],[45,-16],[60,0],[23,-13],[17,28],[21,15],[10,36],[8,74],[8,0],[12,-60],[6,-16],[22,-18],[14,-2],[16,39],[17,-14],[12,-27],[-7,-15],[-32,-5],[-10,-12],[-6,-21],[16,0],[-8,-25],[12,-15],[-4,-40],[14,-9],[17,-2],[23,-10],[16,-1],[65,13],[35,-6],[86,-62],[24,-12],[25,4],[40,44],[44,15],[30,17],[6,-6],[37,6],[34,-11],[34,-6],[18,-11],[91,-68],[16,-6],[52,-10],[25,-12],[14,-15],[36,52],[18,11],[56,-32],[7,-19],[4,-32],[32,-9],[10,-9],[0,-13],[-14,-13],[21,-14],[13,8],[12,15],[14,4],[8,-11],[4,-33],[10,-6],[39,0],[0,12],[-17,12],[9,13],[20,-11],[30,24],[32,-16],[22,3],[43,13],[84,5],[42,-6],[25,-19],[28,-27],[70,-31],[33,-30],[20,-37]],[[35081,79457],[10,-47],[21,2],[19,28],[16,39],[14,-17],[16,-37],[17,-7],[13,3],[4,15],[-8,27],[18,20],[-8,48],[-28,84],[18,13],[14,-28],[17,-13],[15,6],[6,28],[10,18],[45,31],[14,21],[-2,28],[-40,16],[-21,44],[-24,-4],[-26,-15],[-17,-15],[-18,-33],[-26,-77],[-17,-33],[-29,-36],[-16,-25],[-6,-30],[-1,-54]],[[31520,79562],[58,43],[24,10],[81,-15],[25,23],[78,31],[16,18],[22,48],[56,86],[40,42],[11,20],[18,73],[-12,69],[-23,57],[-25,41],[-37,41],[-83,64],[-36,35],[-31,61],[-49,153],[-33,64],[-90,70],[-14,26],[-7,47],[-18,31],[-25,15],[-29,3],[-58,-13],[-32,-13],[-13,-20],[-9,-27],[-22,2],[-74,50],[-15,22],[-7,31],[-3,71],[-9,47],[0,76],[-19,31],[-29,29],[-30,18],[-22,-8],[-22,-16],[-23,3],[-46,31],[-28,37],[-75,155],[-52,64],[-10,18],[-6,42],[-16,4],[-157,-167],[-28,-10],[-151,24],[-16,18],[-8,24],[-18,11],[-23,1],[-74,-23],[-30,-16],[-23,-22],[-14,0],[-52,25],[-26,7],[-61,-17],[-17,-17],[-12,-4],[-100,25],[-48,0],[-36,-25],[-41,-2],[-48,-12],[-20,-12],[-39,-32],[-17,-6],[-39,-6],[-35,-15],[-33,-25],[-57,-72],[-27,-43],[-21,-48],[-8,-51],[8,-32],[18,-27],[36,-36],[28,-43],[23,-58],[16,-31],[56,-64],[20,-13],[50,-12],[51,-32],[53,-9],[54,1],[30,9],[32,-32],[21,-7],[13,13],[11,-1],[50,-51],[26,-13],[20,52],[22,14],[48,11],[28,-7],[51,-25],[62,-8],[31,-10],[18,13],[8,-1],[0,-38],[50,-20],[15,-23],[5,-52],[10,-21],[76,-61],[47,-47],[22,-12],[49,-5],[38,-25],[12,-33],[8,-7],[16,15],[6,-26],[9,-15],[14,-8],[32,-6],[24,-29],[50,-94],[15,-45],[9,-82],[18,-2],[13,-10],[35,-82],[8,-10],[53,-34],[27,-63],[81,-34],[13,-11],[15,7],[189,-40],[22,-12],[29,-56],[23,-19],[26,0],[16,17],[9,29],[2,36],[12,17]],[[35817,81070],[-41,-87],[-27,0],[-26,-39],[-36,-15],[-11,-16],[-35,-77],[-12,-12],[-45,-33],[-30,-37],[-15,-33],[-6,-38],[-2,-167],[-8,-39],[-21,-25],[-4,-14],[3,-26],[18,-37],[4,-20],[0,-43],[-4,-38],[-13,-33],[-27,-32],[-46,-41],[-12,-28],[-9,-130],[1,-37],[14,-30],[23,-7],[41,45],[28,13],[29,-4],[29,-11],[25,-15],[25,-21],[23,-45],[-19,-43],[-106,-83],[-10,-6],[-47,-13],[-28,-25],[-64,-37],[-40,-49],[-21,-32],[-8,-27],[3,-68],[-2,-37],[-10,-41],[-18,-39],[-5,-20],[5,-16],[13,-3],[26,24],[17,33],[26,7],[28,-4],[19,-7],[36,-44],[20,-9],[28,21],[24,11],[24,-14],[26,-20],[26,-8],[49,21],[26,4],[12,-19],[14,-11],[35,19],[135,128],[109,26],[19,9],[12,24],[6,25],[12,19],[26,8],[12,17],[25,76],[18,22],[15,1],[40,-16],[40,13],[95,14],[138,-8],[47,12],[42,33],[61,63],[14,29],[18,24],[20,87],[24,39],[62,53],[41,55],[47,49],[72,57],[16,25],[14,65],[112,190],[35,43],[121,115],[12,25],[8,132],[19,76],[38,54],[82,85],[22,31],[22,20],[25,10],[58,6],[18,10],[29,38],[23,51],[16,26],[35,22],[65,79],[45,40],[220,118],[26,21],[25,30],[21,6],[63,-13],[25,1],[80,66],[26,9],[54,0],[15,8],[26,33],[16,11],[24,3],[75,-17],[24,11],[221,221],[55,33],[335,62],[54,22],[44,57],[46,114],[50,82],[13,8],[28,2],[19,9],[38,40],[42,20],[192,20],[37,26],[81,86],[89,28],[15,2],[9,19],[82,115],[115,131],[59,85],[92,100],[13,31],[-9,38],[-25,23],[-57,23],[-27,23],[-18,46],[-16,5],[-10,-5],[-38,-40],[-22,-15],[-31,-5],[-31,5],[-25,9],[-88,62],[-20,21],[-22,7],[-29,-18],[-129,-134],[-54,-35],[-55,-17],[-32,12],[-14,0],[-33,-32],[-33,-13],[-97,-66],[-53,-26],[-46,64],[-20,10],[-28,3],[-30,8],[-26,16],[-24,24],[-13,-8],[-39,-4],[-42,-35],[-41,-16],[-55,-58],[-26,-19],[-52,-10],[-56,-1],[-27,-6],[-55,-24],[-28,-8],[-33,5],[-51,36],[-132,34],[-60,-5],[-149,-70],[-68,-16],[-38,1],[-23,15],[-34,-51],[-15,-1],[-33,14],[-32,-5],[-67,-45],[-26,-8],[-83,8],[-26,-4],[-85,-35],[-36,-33],[-14,-5],[-47,10],[-35,-23],[-57,-13],[-26,-12],[-20,-26],[-18,-38],[-10,-42],[-8,-166],[-5,-32],[-18,-23],[-57,-31],[-11,-16],[-6,-28],[-61,-135],[-27,-38],[-72,-59],[-34,-37],[-37,-12],[-20,-13],[-46,-20],[-28,-45],[-10,-9],[-85,-37],[-10,-13],[-20,-70],[-80,-80],[-53,-27],[-57,-13],[-86,-4],[-32,-3],[-24,-7],[-11,-21],[-14,-10],[-124,-35],[-85,-37],[-38,-26],[-39,-76],[-16,-12],[-23,-4],[-102,-59],[-23,-10],[-26,-3],[-23,-8],[-15,-19],[-26,-50],[-80,-102]],[[27282,81772],[23,53],[27,16],[42,0],[60,-31],[35,-12],[42,-23],[70,10],[163,67],[51,29],[137,120],[53,31],[21,15],[16,4],[25,-31],[22,-12],[16,1],[22,12],[15,28],[11,10],[18,0],[7,-10],[15,-41],[29,9],[14,-16],[135,104],[23,34],[10,22],[16,-14],[54,25],[24,-11],[26,-23],[27,-17],[23,8],[148,177],[15,3],[16,23],[16,57],[33,65],[21,13],[49,19],[10,23],[-5,82],[4,40],[18,24],[0,-32],[7,-28],[19,-54],[6,-55],[-6,-59],[-18,-45],[-20,-36],[-18,-37],[-5,-47],[34,-107],[64,-21],[258,108],[58,12],[54,-3],[25,-18],[52,-59],[15,-13],[28,23],[19,-12],[52,-11],[31,7],[16,10],[4,29],[-27,54],[-25,12],[-103,25],[-100,0],[-25,12],[-31,40],[32,28],[24,28],[23,13],[33,-18],[29,19],[55,-21],[30,14],[13,38],[8,10],[23,-7],[10,-12],[29,-60],[32,-37],[24,-8],[79,18],[32,11],[28,-23],[11,-3],[9,11],[4,24],[24,-21],[17,7],[38,40],[-5,26],[15,12],[-16,47],[-4,27],[1,28],[25,35],[-6,15],[18,13],[-12,31],[-17,39],[-17,24],[-8,-11],[-2,-41],[-6,-12],[-26,-9],[8,-29],[0,-18],[-14,-16],[-49,-29],[-20,-5],[-29,11],[-13,30],[-5,41],[1,45],[-10,65],[19,72],[7,71],[-39,95],[-18,87],[-3,53],[-8,41],[-13,23],[-20,13],[-28,12],[-53,12],[-62,0],[-58,-12],[-45,-26],[-30,-31],[-28,-43],[-18,-56],[-1,-73],[12,-42],[1,-18],[-15,-36],[-16,-62],[-25,-53],[-20,-26],[-17,10],[4,29],[31,128],[4,82],[5,46],[9,31],[-41,121],[-20,31],[-10,5],[-41,8],[-21,21],[-11,3],[-52,0],[-14,5],[-33,34],[-22,3],[-29,-6],[-25,-16],[-18,-45],[-35,-31],[-12,-36],[-35,-48],[-23,-24],[-24,-19],[-19,-6],[-10,5],[-42,58],[-15,-11],[-20,26],[-27,74],[-56,104],[-6,36],[-6,75],[-24,70],[-43,39],[-55,15],[-61,3],[-35,6],[-23,-16],[-15,38],[-9,10],[-53,-5],[-27,-7],[-106,-59],[-29,-10],[-32,-33],[-29,-5],[-14,-21],[-11,-32],[-14,-51],[-6,-48],[8,-20],[13,-7],[28,-45],[35,-37],[18,-31],[30,-64],[15,-26],[76,-82],[74,-63],[19,-34],[19,-19],[41,-23],[42,31],[28,12],[23,-12],[34,-58],[18,-15],[12,18],[8,0],[20,-47],[56,-69],[21,-50],[16,22],[13,30],[26,-38],[21,-10],[17,-25],[10,-33],[1,-35],[-12,-31],[-21,-19],[-25,-10],[-68,-3],[-43,26],[-45,-2],[-69,-18],[-25,-43],[-24,-17],[-52,-82],[-24,-29],[-20,23],[-24,11],[-39,5],[-4,38],[-18,13],[-80,-37],[-23,-1],[-22,18],[-12,27],[-16,66],[-10,28],[18,12],[24,0],[-6,20],[-27,12],[9,31],[-10,17],[-20,17],[-15,5],[10,26],[-17,7],[-41,-21],[-62,46],[-12,21],[-5,29],[-8,124],[-8,36],[-13,10],[-17,-25],[-3,-88],[-7,-38],[-19,51],[-11,119],[-12,32],[-18,-17],[-31,-8],[-65,-1],[-27,20],[-6,-4],[-2,-35],[-16,-66],[8,-29],[-103,63],[-47,50],[-36,27],[-18,19],[-15,9],[-41,4],[-17,5],[-26,51],[-27,-14],[-43,-13],[-28,-21],[10,-40],[-45,-37],[-74,-80],[-59,-50],[-119,-57],[-31,-2],[-11,6],[-26,30],[2,-87],[-9,-36],[-53,-17],[-52,-153],[30,-25],[0,-46],[-10,-61],[9,-18],[23,4],[10,-17],[8,-31],[21,-29],[4,-22],[-9,-35],[-50,-15],[-23,-44],[-30,-43],[7,-59],[9,-33],[-22,-44],[-3,-30],[22,-37],[17,-40],[5,-20],[14,5],[40,-44],[28,-12],[29,-4],[70,-34],[27,-1],[27,7],[28,-20],[26,-26],[23,-41],[79,11],[70,19],[33,56]],[[26332,81969],[-2,71],[-5,62],[0,50],[33,35],[41,5],[20,-11],[-14,-46],[-9,-41],[-26,-44],[18,-18],[37,0],[41,43],[20,-9],[52,12],[30,59],[-22,9],[-15,18],[-16,6],[-8,18],[-15,-12],[-11,-32],[-15,3],[-4,19],[3,27],[-10,56],[25,45],[45,62],[55,145],[25,59],[12,37],[52,75],[16,33],[4,140],[8,24],[14,18],[42,90],[10,32],[-10,72],[-38,66],[-47,51],[-44,27],[-54,9],[-22,11],[-24,24],[-19,13],[-54,12],[-91,37],[-40,30],[-22,-1],[-114,-64],[-21,-21],[-112,-165],[-17,-18],[-36,-30],[-20,-21],[-15,-46],[-17,-17],[-37,4],[-24,-15],[-28,-57],[14,-102],[30,-39],[12,-104],[-2,-112],[-9,-64],[-4,-76],[40,-24],[-5,-19],[-14,-11],[-14,-31],[-11,19],[-8,28],[-11,1],[-23,-26],[-38,11],[-13,10],[-20,-20],[-17,-11],[-78,-2],[-16,55],[-13,-11],[-27,11],[-19,-44],[-6,-80],[13,-46],[37,-8],[77,-62],[19,-6],[18,5],[14,11],[25,-33],[10,-42],[7,-16],[22,-18],[12,0],[14,11],[-6,59],[6,11],[35,16],[12,-4],[9,-13],[-12,-27],[-14,-8],[16,-20],[18,-2],[14,13],[5,26],[58,-2],[19,-5],[14,-17],[24,-49],[11,-11],[25,23],[22,0],[16,-23],[21,6],[49,27],[23,7],[11,-8],[17,-43],[12,3],[12,25],[12,-2],[12,-21],[0,-47],[18,-10]],[[24855,82218],[3,88],[-7,33],[-23,-14],[17,-38],[-9,-12],[-20,36],[-3,41],[13,35],[24,14],[28,11],[18,29],[28,74],[41,65],[53,50],[170,89],[21,26],[9,43],[13,9],[90,10],[14,16],[31,48],[24,20],[41,48],[13,19],[16,82],[-28,56],[-49,48],[-44,55],[-67,124],[-39,50],[-41,41],[-208,127],[-88,27],[-40,39],[-26,16],[-30,8],[-25,0],[-46,-33],[-93,-130],[-51,-54],[-49,-15],[-115,1],[-46,-24],[-209,107],[-23,8],[-51,7],[-26,10],[-19,21],[-33,-35],[-20,-8],[-21,10],[-28,53],[-16,17],[-29,1],[-36,-10],[-6,-49],[26,-179],[101,-214],[33,-52],[38,-44],[43,-23],[148,2],[52,-14],[165,-115],[33,-33],[88,-118],[45,-40],[23,-27],[17,-54],[18,-28],[36,-41],[29,-19],[22,-64],[17,-47],[-6,-45],[-13,-41],[-16,-25],[-55,-39],[-27,-28],[1,-28],[24,-22],[27,-10],[28,-2],[30,3],[42,19],[20,18],[8,20]],[[23826,82873],[-22,34],[0,-83],[-6,-47],[-16,-20],[-14,16],[-4,39],[-3,83],[-14,42],[-3,21],[7,61],[3,54],[48,367],[54,267],[1,88],[-10,42],[0,21],[6,22],[17,33],[3,14],[8,78],[1,40],[-9,40],[-18,27],[-49,40],[-24,28],[-23,9],[-46,0],[-31,23],[-45,65],[-19,10],[-27,-6],[-53,-20],[-30,2],[-39,23],[-31,37],[-49,92],[-40,35],[-38,-11],[-90,-111],[-18,-11],[-27,-4],[-30,6],[-21,9],[-18,2],[-22,-17],[-26,-45],[-16,-21],[-24,-8],[-29,6],[-50,27],[-29,3],[-37,-21],[-16,-4],[-164,37],[-30,-6],[-40,-34],[-48,-13],[-27,-14],[-46,-33],[-45,-43],[-24,-15],[-30,-5],[-18,13],[-31,58],[-26,17],[-14,0],[-38,-12],[-15,4],[-28,17],[-42,15],[-27,27],[-43,64],[-26,29],[-24,15],[-27,5],[-32,0],[-24,8],[-160,102],[-106,114],[0,152],[10,30],[47,47],[12,37],[0,74],[13,99],[1,29],[-5,28],[-19,52],[-14,29],[-17,25],[-20,11],[-29,-11],[-19,-28],[-17,-35],[-21,-28],[-69,45],[-32,28],[-20,41],[76,-11],[18,11],[6,33],[-12,38],[-20,31],[-21,13],[-11,13],[-13,28],[-15,54],[9,16],[21,13],[40,16],[-12,31],[-35,-13],[-24,22],[-29,62],[-6,18],[5,45],[21,73],[2,40],[-10,36],[-18,27],[-25,7],[0,-38],[-6,-38],[-20,-18],[-24,0],[-28,12],[-19,19],[-19,25],[-21,22],[-24,9],[-25,-22],[-19,10],[-48,12],[-29,-5],[-52,-27],[-26,-6],[-53,0],[-12,-3],[-43,-22],[-54,-10],[-54,-2],[-29,9],[-21,23],[-73,139],[-43,62],[-22,10],[-29,-10],[-41,-31],[-28,-13],[-40,9],[-55,8],[-83,33],[-31,20],[-28,29],[-50,72],[-42,77],[-15,18],[-42,26],[-71,20],[-35,30],[-20,-31],[-41,-90],[-20,-19],[-26,-4],[-54,-19],[-29,-2],[-236,39],[-16,0],[-9,12],[-21,66],[-47,196],[-23,63],[-8,73],[-9,25],[-29,33],[-12,23],[-10,10],[-10,-19],[-38,-1],[-14,7],[-48,45],[-26,-14],[-78,-13],[-42,-25],[-35,-9],[-65,-38],[-15,-16],[-20,-43],[-14,-13],[-25,-7],[14,-41],[-5,-23],[-11,-22],[-6,-35],[-2,-75],[-7,-71],[-16,-81],[-93,-274],[-56,-109],[-53,-79],[-16,-15],[-21,-9],[-27,-3],[-25,-9],[-21,-19],[-23,-15],[-31,5],[-27,22],[-53,55],[-44,19],[-57,39],[-19,17],[-13,57],[-14,7],[-9,-9],[-39,-66],[-31,-13],[-165,-35],[-55,-1],[-56,10],[-217,102],[-245,51],[-49,62],[-68,-108],[-110,-29],[-222,36],[-42,0],[-35,33],[-31,13],[-47,55],[-42,24],[-24,-1],[-12,-30],[-3,-41],[-9,-26],[-18,-12],[-30,-2],[-28,9],[-14,18],[-10,23],[-18,24],[-59,21],[-10,19],[-54,-43],[-56,-2],[-54,29],[-55,53],[-72,11],[-39,170],[-45,338],[-64,55],[-42,28],[-105,188],[-10,125],[-5,48],[-28,-7],[-8,-21],[-27,24],[-78,3],[-42,17],[-23,19],[-15,-7],[24,-34],[2,-23],[-4,-25],[-20,-35],[-57,-52],[-16,-6],[-46,-1],[-55,31],[-76,53],[-54,33],[-66,60],[0,39],[-13,42],[-10,-8],[-16,-28],[-19,2],[-2,25],[-27,13],[-19,-8],[3,-24],[-4,-17],[-36,11],[-47,-33],[-16,-17],[-21,-6],[-20,16],[-28,-20],[-29,23],[-43,70],[-74,6],[-65,37],[-52,35],[-32,76],[-40,76],[-42,101],[-33,60],[-43,25],[-49,14],[-96,-41],[-22,-6],[-23,1],[-25,13],[-18,21],[-28,43],[-42,31],[-46,13],[-30,-18],[6,-64],[-27,-54],[-7,-29],[20,-47],[-1,-21],[-7,-23],[-4,-36],[-22,-13],[-189,-43],[-58,-3],[-51,16],[-18,22],[-11,67],[-10,31],[-20,19],[-26,15],[-28,8],[-143,3],[-28,-11],[-19,-23],[-22,-19],[-33,1],[-75,56],[-32,7],[-31,13],[-77,89],[-55,7],[-31,-47],[-27,-58],[-43,-29],[-22,8],[-39,36],[-12,8],[-8,20],[-6,118],[-28,47],[-42,9],[-41,-23],[-28,-45],[-25,-122],[-26,-28],[-88,-133],[-26,-73],[-36,-151],[-9,-68],[-14,-319],[4,-62],[-20,-78],[-32,-65],[-55,-33],[-36,-8],[-15,25],[-21,17],[-6,68],[-27,3],[-15,-17],[-33,-92],[12,-155],[-8,-29],[-18,-36],[-99,-133],[-15,-39],[-19,-86],[-16,-34],[-24,-12],[-21,13],[-17,27],[-6,29],[-30,73],[-1,38],[-4,23],[-24,45],[-17,21],[-16,10],[-21,-11],[-13,-26],[-21,-64],[-36,-53],[-22,-25],[-17,-11],[-42,9],[-13,-17],[25,-29],[12,-70],[12,-31],[23,-13],[12,4],[17,26],[6,35],[12,7],[57,-5],[52,-30],[15,-16],[14,-35],[28,26],[22,-5],[33,-41],[16,13],[47,-22],[25,31],[52,12],[134,25],[68,-17],[24,-10],[61,21],[40,2],[25,6],[13,-24],[18,8],[4,26],[21,10],[52,11],[24,0],[38,-7],[55,-28],[92,-110],[56,-36],[41,4],[53,-59],[13,-35],[24,-9],[14,-26],[24,-8],[39,-24],[26,-4],[31,6],[34,15],[24,52],[34,15],[38,-22],[38,6],[33,-35],[6,-63],[-1,-70],[-34,-46],[-51,-89],[-23,-31],[21,-41],[-7,-18],[-22,-5],[-21,1],[-22,-17],[-21,-37],[-16,-42],[-8,-31],[3,-37],[-9,-79],[31,-45],[-2,-81],[46,30],[31,-7],[27,-18],[54,-65],[108,-13],[231,-32],[102,-5],[298,-34],[93,-36],[40,-18],[189,-34],[64,15],[11,-18],[14,-2],[49,-19],[14,-39],[60,-20],[33,-24],[46,-16],[44,-51],[44,-30],[21,-47],[11,-41],[37,-18],[80,-16],[36,-12],[28,-25],[2,-53],[43,-30],[51,12],[62,-2],[234,-87],[238,-57],[160,-2],[54,48],[11,53],[5,82],[39,51],[25,9],[84,2],[17,-3],[9,-9],[7,-44],[27,-8],[9,20],[-8,36],[24,34],[15,12],[13,0],[18,-19],[40,-31],[36,35],[24,29],[25,50],[39,31],[18,7],[11,-41],[11,-85],[15,-20],[21,-13],[27,-6],[27,-1],[28,-13],[40,-47],[9,1],[15,22],[17,34],[64,28],[126,-17],[218,-32],[35,-18],[9,-15],[-9,-20],[5,-20],[17,-10],[14,-30],[27,4],[50,19],[216,-36],[120,-56],[76,-22],[45,-24],[46,-15],[29,13],[32,-32],[130,-55],[319,-241],[53,-11],[31,-38],[30,-45],[4,-13],[39,-5],[83,-67],[25,-10],[31,-5],[37,-14],[67,-44],[0,12],[47,-33],[27,-13],[38,-11],[18,-26],[12,-6],[168,-15],[105,-36],[86,-54],[24,-9],[51,0],[20,14],[18,41],[10,31],[10,3],[8,-16],[7,-49],[29,-14],[21,-21],[8,-39],[12,-1],[104,45],[16,16],[23,-3],[22,-22],[14,3],[64,0],[27,-21],[21,-3],[32,10],[21,-13],[0,-39],[8,-29],[88,-32],[19,6],[19,21],[17,-2],[43,-33],[22,-5],[14,25],[9,0],[11,-36],[18,-28],[24,-18],[28,-6],[15,6],[2,25],[-18,15],[2,17],[12,25],[14,57],[13,7],[11,-10],[20,-54],[25,11],[2,29],[-2,38],[13,37],[14,9],[38,-23],[15,-3],[33,3],[19,-9],[30,-42],[24,-12],[11,1],[44,45],[12,1],[40,-37],[28,-14],[234,-34],[22,-12],[22,-22],[17,-3],[34,20],[40,7],[32,-7],[31,-17],[23,-29],[-9,-25],[28,-1],[35,-30],[19,-7],[100,0],[66,-34],[50,-12],[56,-37],[20,-19],[22,31],[16,14],[39,9],[19,9],[27,33],[18,15],[30,-22],[24,16],[10,26],[30,-31],[15,2],[41,-23],[44,42],[64,107],[49,38],[56,19],[161,28],[54,-6],[53,-21],[52,-32],[28,-27],[63,-106],[24,-16],[40,27],[27,-4],[30,-57],[46,-39],[18,-2],[39,9],[9,-6],[23,-33],[38,-12],[16,-10],[23,-48],[18,-19],[21,-3],[23,8],[17,-16],[-1,-44],[5,-6],[33,0],[12,23],[17,14],[43,13],[9,-13],[7,-62],[5,-27],[18,26],[20,-24],[33,-21],[33,-14],[22,-5],[14,4],[25,18],[14,4],[12,-9],[-8,-68],[15,-29],[18,3],[24,16],[24,10],[12,-7],[12,-35],[11,-8],[56,-13],[57,30],[33,4],[28,-47],[29,16],[53,48],[51,-2],[60,-38],[46,-60],[7,-65],[-27,-49],[-4,-28],[27,-12],[73,8],[28,-8],[111,-55],[53,4],[35,65],[0,45],[-12,30],[-15,22],[-18,44],[-69,36],[-31,31],[-41,6],[-21,12],[-20,29],[-17,37],[-9,37],[2,122],[-5,58]],[[22454,82912],[-63,21],[9,-26],[-18,-19],[-5,-30],[5,-27],[13,-13],[101,1],[47,14],[4,12],[0,25],[-8,25],[-14,12],[-71,5]],[[17016,84142],[5,20],[-5,12],[-24,-2],[-16,23],[-68,55],[-41,18],[-66,14],[-65,45],[-19,-14],[-12,-28],[-4,-33],[8,-27],[19,-7],[52,10],[37,-22],[75,-19],[69,-34],[46,-14],[9,3]],[[12157,86185],[23,45],[22,9],[20,30],[10,66],[2,72],[-2,47],[-28,-1],[-14,-18],[-18,-1],[-15,-12],[-11,-18],[-9,14],[-64,-74],[-25,-46],[3,-34],[14,7],[55,81],[9,-45],[10,-19],[16,-11],[-23,-58],[-3,-31],[13,-13],[15,10]],[[8460,88355],[18,49],[43,1],[60,-18],[14,10],[-26,43],[-4,22],[25,21],[18,22],[8,27],[-16,51],[-36,27],[-79,35],[-21,36],[-16,20],[-18,9],[-24,2],[-17,8],[-34,27],[-36,13],[-31,-17],[-63,-84],[37,-27],[151,-170],[14,-29],[16,-58],[17,-20]],[[6074,92636],[5,45],[-29,12],[8,16],[26,29],[25,-15],[26,15],[22,-8],[10,34],[1,50],[-8,37],[6,28],[-6,68],[-64,91],[-40,95],[-39,37],[-73,112],[-27,25],[-25,54],[-19,24],[-16,10],[-48,-34],[-13,-22],[1,-45],[23,-127],[3,-44],[-3,-17],[-12,-23],[-3,-23],[4,-23],[18,-32],[12,-43],[39,-68],[13,-18],[-8,-29],[14,-7],[23,0],[20,-7],[66,-92],[-10,-49],[9,-56],[20,-44],[-8,-8],[-14,7],[-7,19],[-8,0],[0,-29],[8,-17],[26,-29],[23,-6],[3,-14],[0,-43],[9,-10],[29,-17],[27,-30],[23,-41],[16,-17],[22,35],[-14,52],[-51,91],[-18,45],[-17,56]],[[5617,93282],[14,50],[52,-32],[32,-7],[29,14],[8,17],[8,49],[10,22],[17,13],[41,11],[14,13],[4,25],[-21,113],[-30,41],[-15,52],[-19,17],[-43,19],[-12,15],[-26,44],[-70,95],[-14,12],[-23,51],[-24,12],[-12,-17],[-9,-39],[-8,-71],[8,-50],[11,-27],[0,-16],[-11,-21],[24,-18],[13,-26],[5,-37],[1,-52],[-16,-107],[-2,-42],[18,4],[7,-31],[1,-69],[9,-27],[18,-11],[11,11]],[[6213,92749],[-20,-30],[0,-40],[18,-34],[28,-9],[10,12],[-27,43],[-9,24],[0,34]],[[5384,94125],[7,39],[-12,42],[-34,76],[-11,16],[-36,39],[-13,8],[0,39],[-69,145],[-18,58],[-9,75],[-7,36],[-14,15],[-25,10],[-25,48],[-15,18],[-48,7],[-36,-30],[-21,-56],[0,-74],[17,-37],[3,-18],[-15,-8],[-18,7],[-9,-5],[-4,-20],[4,-20],[31,-50],[15,-59],[11,-17],[8,24],[8,0],[2,-19],[8,-14],[8,9],[16,-17],[-18,-36],[2,-23],[9,-3],[49,3],[29,-11],[19,-25],[15,-30],[18,-23],[15,-7],[32,-1],[28,-19],[20,-30],[15,-6],[30,0],[12,-9],[8,-42],[18,-5]],[[4490,95219],[43,23],[34,5],[46,-15],[12,13],[1,29],[-12,75],[-43,142],[-14,20],[18,8],[16,17],[33,-74],[10,-28],[16,-126],[22,35],[3,60],[-9,60],[-16,35],[5,28],[-7,33],[-14,28],[-13,12],[-40,1],[-12,13],[-4,31],[0,50],[-3,22],[-33,23],[-42,65],[-18,39],[-8,36],[8,0],[31,-41],[12,-9],[-1,77],[-25,47],[-35,41],[-25,63],[-12,66],[-13,25],[-23,10],[-8,10],[5,21],[16,18],[-7,31],[-22,39],[-13,15],[-4,42],[-27,44],[-12,26],[-16,63],[-11,32],[-17,18],[-37,34],[-8,30],[-4,35],[-29,73],[24,-3],[18,-21],[8,35],[-10,46],[-24,37],[-33,8],[8,37],[-20,4],[-55,-17],[-16,-9],[-29,-41],[-19,-13],[-25,0],[-40,20],[-18,5],[-24,-2],[-24,-7],[-21,-12],[-13,-17],[-8,-34],[-4,-41],[3,-83],[-4,-42],[-7,-41],[-24,-75],[-32,-78],[-5,-40],[24,-57],[22,-65],[-2,-29],[7,-18],[21,-16],[203,-426],[23,-76],[-10,-69],[26,-26],[54,-107],[18,-15],[76,-47],[34,-50],[145,-110],[23,-5],[20,11],[16,19]],[[3531,97454],[40,-18],[0,46],[5,34],[7,21],[22,10],[18,-5],[7,-18],[-11,-24],[18,-9],[17,21],[8,-37],[8,0],[5,26],[-2,30],[-8,26],[-11,19],[18,46],[4,23],[-4,24],[9,33],[5,36],[-3,36],[-13,30],[9,42],[-17,66],[-53,131],[-13,22],[-16,5],[-13,-26],[9,-56],[0,-20],[-7,-9],[-28,-16],[-11,-16],[-25,-52],[-6,-20],[-2,-37],[4,-78],[-2,-37],[-28,-119],[-8,-21],[-8,-2],[-23,13],[-13,2],[-34,-26],[53,-19],[93,-77]],[[3686,97931],[36,-115],[11,0],[-11,70],[4,17],[15,28],[6,75],[-36,72],[-45,73],[-20,77],[-13,94],[-34,102],[-48,83],[-52,33],[-50,-12],[-27,-11],[-11,-10],[8,-21],[54,-48],[25,-55],[33,-122],[19,-52],[136,-278]],[[3956,98658],[48,22],[49,0],[53,-3],[9,46],[-20,59],[-37,36],[-49,10],[-30,0],[-34,16],[-55,-10],[-61,10],[-44,-6],[-54,-23],[-30,-26],[4,-62],[14,-40],[48,-6],[55,0],[88,-30],[46,7]],[[48993,99875],[22,-4],[20,13],[10,26],[-4,25],[-20,1],[-21,-17],[-13,-24],[6,-20]],[[98997,99337],[-4,-14],[33,4],[46,-31],[68,-74],[-6,37],[-33,35],[-75,56],[-8,12],[-21,-25]],[[98763,98905],[19,-24],[-6,-39],[-24,-35],[-6,-22],[13,-18],[21,80],[4,28],[0,31],[-5,15],[-11,4],[-28,-6],[23,-14]],[[42943,98124],[18,-4],[12,4],[24,26],[4,15],[-6,31],[-12,31],[-26,45],[-30,37],[-67,63],[-191,237],[-11,5],[-12,-19],[25,-29],[34,-33],[30,-70],[13,-11],[-2,-54],[4,-25],[108,-63],[55,-139],[19,-37],[11,-10]],[[44508,98486],[-16,-23],[24,-3],[20,-22],[-24,-10],[-36,6],[-18,-10],[-8,35],[-32,-5],[-37,-16],[-26,0],[-24,-13],[-34,8],[-11,-21],[-19,26],[-17,-52],[-10,26],[-8,-26],[-30,42],[-14,10],[-13,-34],[-27,-23],[-55,-33],[-8,25],[-10,0],[10,-50],[-26,17],[-16,27],[-18,17],[-28,-11],[14,-53],[0,-25],[-14,-10],[-12,10],[-7,52],[-6,26],[-6,-17],[-20,-33],[-18,13],[-16,1],[-14,-11],[-4,-22],[4,-27],[18,-38],[10,-38],[18,-17],[20,-12],[16,-1],[8,16],[-12,48],[-4,26],[10,-10],[19,4],[6,17],[8,0],[2,-40],[14,-3],[16,22],[10,34],[10,-26],[-2,-30],[-12,-23],[-20,-9],[14,-16],[40,-5],[-6,-24],[-16,-17],[-18,-11],[-18,0],[-34,23],[-23,-2],[-44,-11],[-46,5],[-32,20],[-31,-10],[18,-22],[43,-22],[36,-11],[8,-7],[12,-43],[36,-10],[35,-1],[12,-20],[9,-2],[13,22],[20,-11],[24,-3],[10,-22],[12,0],[12,22],[40,29],[25,10],[22,-14],[4,-17],[-12,-29],[-2,-16],[8,-20],[20,-27],[8,-17],[2,-41],[-6,-37],[0,-27],[22,-9],[-16,-60],[2,-30],[18,17],[21,80],[6,32],[-23,-14],[19,74],[38,37],[99,42],[11,-50],[-3,-24],[-17,-15],[33,-131],[12,-34],[22,-24],[28,-8],[29,2],[110,29],[52,30],[13,13],[8,32],[22,33],[10,7],[-34,76],[-31,25],[-12,29],[-20,6],[-55,4],[-11,-5],[-12,-46],[-22,21],[-53,37],[-10,24],[-6,34],[-26,72],[-44,87],[-23,29],[-46,25],[-2,28],[12,23],[22,-1],[-8,18],[-12,10],[-32,10],[16,15],[32,10],[34,3],[23,-3],[-10,-25],[24,-6],[12,6],[4,-39],[14,-30],[69,-90],[10,-20],[6,-35],[-4,-36],[3,-20],[13,-9],[34,-10],[38,-2],[20,-6],[16,-19],[19,-38],[-9,-12],[7,-13],[32,-32],[26,-57],[24,-21],[18,-3],[14,10],[25,8],[8,-6],[2,-26],[58,63],[36,18],[19,-17],[38,0],[6,-7],[13,6],[29,-25],[48,-58],[25,-21],[18,9],[12,29],[2,41],[26,-14],[4,31],[24,30],[14,40],[29,6],[7,15],[-9,19],[-41,49],[-12,26],[2,19],[24,44],[-14,59],[-12,22],[-30,13],[-12,18],[-31,5],[-12,10],[-22,-7],[-14,15],[-12,30],[-14,7],[-34,45],[-34,17],[-51,9],[-54,12],[18,30],[-2,14],[-15,6],[-31,-1],[-37,-14],[-22,-20],[-16,23],[-172,75],[-31,0],[-28,-9],[-21,-18]],[[44343,97760],[-18,-2],[-14,-26],[-30,-12],[-41,-57],[-20,-9],[-16,0],[-10,13],[-6,29],[-5,8],[-15,-16],[-14,-26],[-8,-23],[-10,18],[-17,6],[8,-26],[11,-23],[14,-10],[20,10],[-5,-24],[-28,-20],[-11,-20],[70,13],[38,23],[14,19],[8,34],[41,23],[0,-49],[-16,-61],[-16,-15],[12,-13],[20,1],[56,20],[16,20],[38,73],[5,26],[-1,26],[-11,25],[-59,45]],[[43388,97592],[14,14],[12,29],[6,37],[15,30],[2,28],[-8,26],[-9,9],[-36,-12],[-24,-21],[-14,-33],[0,-33],[10,-36],[16,-31],[16,-7]],[[44569,97044],[12,-20],[-2,-18],[-22,33],[-25,-8],[-30,-24],[-32,-14],[-17,4],[-31,16],[-17,5],[-34,-21],[-16,9],[6,12],[-18,12],[-20,-10],[-37,-40],[-7,33],[-21,19],[-18,-54],[-40,-10],[-30,22],[10,42],[-16,11],[-14,-1],[-10,-13],[-4,-23],[-8,0],[0,26],[-17,-25],[-2,-78],[-16,-25],[8,-35],[-16,-18],[-24,-17],[-12,-31],[48,29],[19,5],[12,-22],[8,0],[10,31],[14,3],[46,-9],[-18,-11],[0,-14],[44,16],[93,10],[183,59],[49,4],[24,8],[36,35],[42,21],[16,25],[-4,11],[-18,5],[-4,16],[2,18],[53,25],[10,9],[-23,8],[-34,22],[-36,-9],[-40,4],[-20,19],[-4,-24],[20,-34],[-8,-19]],[[44595,96843],[-51,-40],[-139,-51],[-40,-32],[0,-27],[49,-67],[18,-37],[13,-46],[-3,-43],[-28,-27],[11,-24],[33,-39],[8,-17],[10,-60],[12,-12],[6,-24],[-2,-38],[10,-27],[16,-19],[35,-30],[28,-32],[12,-18],[30,-72],[12,-12],[22,-6],[35,35],[18,3],[14,-13],[20,-40],[16,-10],[28,10],[18,29],[12,40],[9,78],[30,79],[44,274],[0,85],[-4,20],[-16,38],[6,19],[18,29],[-2,14],[-28,64],[-26,36],[-65,-9],[-24,-10],[-28,-17],[-12,38],[-21,32],[-27,8],[-29,-7],[-48,-25]],[[40650,96034],[-101,30],[-12,-1],[-130,-132],[-15,-38],[-20,-43],[-16,-7],[-27,36],[-32,31],[-8,-5],[-4,-45],[-7,-32],[-13,-31],[-9,-34],[13,-36],[-18,-30],[-4,-24],[3,-61],[-19,-69],[-6,-40],[69,-100],[78,-57],[49,-26],[46,-2],[101,15],[44,53],[24,10],[192,-11],[29,5],[45,21],[26,-1],[149,-59],[49,8],[46,31],[32,44],[10,60],[-18,80],[-14,39],[-10,17],[-16,7],[-30,-14],[-24,20],[-31,19],[-26,31],[-24,46],[-99,101],[-12,8],[-26,35],[-16,9],[-13,-4],[-30,-23],[-28,9],[-32,23],[-26,31],[-10,33],[-14,30],[-31,25],[-34,18]],[[43882,95370],[-24,-27],[-21,-28],[-14,-4],[-76,22],[-30,-2],[-53,-19],[-56,-7],[-25,-8],[-24,-12],[-67,-56],[-27,-16],[-41,-8],[-34,-23],[-8,-24],[-161,-82],[-38,-33],[23,-42],[13,-15],[30,-11],[55,-33],[30,-45],[28,-17],[22,-23],[38,-21],[27,-20],[56,-2],[54,-38],[68,6],[27,-7],[32,-24],[-18,-12],[18,-14],[17,-25],[36,15],[88,2],[41,22],[38,76],[28,24],[24,57],[14,21],[8,-38],[-6,-25],[0,-18],[23,-16],[20,-20],[12,8],[18,35],[10,10],[30,7],[10,7],[-4,24],[-113,65],[13,30],[40,44],[32,12],[4,44],[28,13],[4,28],[-12,39],[-16,39],[-16,27],[-68,69],[7,86],[-5,28],[-13,6],[-28,-4],[-40,-25],[-28,-22]],[[38482,94771],[-3,24],[-18,40],[-37,42],[-28,12],[-21,-17],[-18,-26],[-29,-57],[-13,-31],[-8,-33],[-1,-62],[13,-53],[19,-50],[13,-50],[4,-89],[5,-25],[9,-16],[32,-39],[11,-20],[10,-56],[4,-124],[12,-61],[22,-54],[38,-52],[41,-27],[38,21],[14,40],[-5,32],[-11,32],[-12,79],[-112,339],[-6,83],[8,51],[24,97],[5,50]],[[45534,93620],[8,-9],[24,4],[32,19],[26,27],[13,29],[-17,-1],[-18,-11],[-60,-46],[-8,-12]],[[42955,93382],[-15,-12],[-102,3],[-53,-13],[-35,-28],[-9,-32],[-3,-33],[-7,-26],[-38,-20],[-66,-54],[-41,-20],[-20,-15],[-8,-21],[-4,-27],[-8,0],[-26,33],[-16,-6],[3,-29],[5,-24],[-10,-5],[-10,12],[-21,0],[-40,-12],[-20,18],[-32,79],[-19,17],[7,76],[-2,62],[-20,31],[-47,-18],[-88,-55],[-49,-21],[-54,-12],[-29,0],[-52,11],[-254,3],[-32,6],[-47,26],[-28,6],[-23,-5],[-49,-18],[-52,-8],[-47,-17],[-213,-1],[-32,11],[-16,-5],[-11,-12],[-6,-19],[-6,-36],[-22,-5],[0,-25],[-22,-64],[-12,-10],[-44,-15],[-9,-24],[45,-9],[16,-16],[-6,-17],[-24,-32],[-6,-21],[2,-23],[14,-60],[-24,-12],[-21,12],[-26,2],[-50,-14],[-18,-17],[-32,-39],[-21,-7],[-16,-11],[-28,-49],[-14,-17],[-51,-13],[-26,-18],[-2,-13],[32,-38],[9,-28],[14,-106],[38,-76],[18,-30],[4,-40],[0,-82],[-38,-161],[-6,-87],[34,-55],[4,20],[18,39],[0,11],[-10,34],[6,35],[17,63],[11,34],[17,38],[8,37],[8,17],[42,14],[12,20],[16,59],[12,28],[4,25],[14,185],[13,64],[16,56],[26,59],[32,46],[37,15],[24,-13],[16,-31],[4,-38],[-17,-54],[-8,-48],[-3,-51],[7,1],[36,-20],[25,-8],[51,-5],[12,-17],[150,-350],[21,-29],[42,-32],[18,-21],[26,-15],[31,10],[52,36],[46,6],[63,-4],[52,8],[22,41],[-24,28],[-4,17],[4,19],[22,49],[107,129],[18,35],[75,41],[34,66],[40,-17],[31,-4],[24,-12],[20,-24],[16,-35],[-44,-89],[-12,-37],[4,-23],[26,-42],[30,15],[94,12],[33,-1],[36,-14],[102,-75],[53,-22],[155,-16],[55,-24],[107,-75],[56,-2],[42,46],[-16,68],[-62,127],[10,59],[44,9],[437,-66],[56,-28],[35,-63],[0,-69],[2,-16],[26,-58],[22,-24],[46,-34],[63,-34],[18,-4],[31,-39],[233,-113],[59,-57],[25,-8],[29,-4],[24,-10],[22,-16],[16,-20],[21,-51],[16,-25],[20,-10],[28,-5],[24,-12],[38,-36],[53,-87],[12,-14],[20,-5],[125,-69],[28,-3],[18,-12],[42,-51],[23,-13],[30,7],[0,23],[-21,52],[8,241],[3,22],[18,36],[8,30],[24,58],[4,37],[-4,39],[-14,31],[-39,57],[-15,39],[-12,38],[0,37],[27,13],[-19,43],[-29,33],[-40,20],[-50,5],[-50,-6],[-21,5],[-14,42],[-24,50],[-4,30],[-2,157],[-12,74],[-25,60],[-13,76],[-6,18],[-12,12],[-95,52],[-17,13],[-126,173],[-57,30],[-54,1],[-113,-24],[-210,-3],[-104,34],[-26,17],[-41,58],[-22,14],[-12,-21],[-16,17],[-6,38],[-8,7],[-14,-6],[-32,-21],[-18,2],[-17,19],[-24,57],[-32,17],[-179,110],[-71,15],[-14,10],[-4,25],[-8,0]],[[46881,92148],[10,-7],[28,-4],[5,-48],[11,-31],[13,-25],[16,-18],[14,28],[2,32],[-6,32],[-10,30],[-26,55],[-19,25],[-19,8],[-10,-5],[-29,-28],[20,-44]],[[39998,91477],[-22,4],[-21,-11],[-34,-60],[-2,-43],[10,-28],[35,-46],[70,-13],[18,11],[2,20],[16,48],[-4,46],[-23,52],[-45,20]],[[39362,91378],[29,17],[28,-8],[45,49],[62,42],[103,42],[48,40],[14,18],[31,58],[178,132],[25,7],[30,-8],[26,-12],[26,1],[27,31],[21,68],[-4,250],[7,38],[22,84],[6,35],[-12,27],[-26,15],[-57,14],[-44,34],[-14,5],[-12,-10],[-17,-43],[-13,-10],[-25,12],[-33,47],[-8,4],[-11,21],[-16,67],[2,27],[16,23],[18,-2],[31,-21],[23,0],[1,14],[-7,85],[-17,33],[-12,12],[-37,27],[-26,11],[-43,45],[-27,13],[-31,8],[-26,14],[-19,29],[-32,-20],[-23,30],[-22,43],[-23,23],[-153,25],[-378,-19],[-157,-66],[-48,-29],[-41,-51],[2,-47],[-34,-13],[-21,2],[-61,37],[-18,24],[-14,48],[-26,18],[-68,-77],[-25,-32],[-32,-143],[20,-208],[43,-96],[0,-13],[14,-49],[20,-39],[24,-30],[78,-77],[21,-79],[10,-64],[37,-52],[52,-1],[19,-20],[21,-39],[63,-45],[50,-18],[20,-10],[74,-88],[108,-73],[44,-6],[39,-43],[84,-34],[23,-14],[28,-40]],[[34846,91832],[13,29],[27,-2],[21,5],[1,50],[-10,29],[-16,25],[-22,10],[-72,-46],[-28,-12],[1,-18],[21,-41],[26,-31],[26,-18],[12,20]],[[33863,91970],[-10,27],[-14,23],[-15,9],[-21,-19],[-18,-35],[-7,-40],[11,-34],[15,19],[27,16],[36,10],[-4,24]],[[33950,92263],[-7,0],[-11,-20],[-6,-45],[1,-19],[16,-54],[13,-32],[10,-15],[20,10],[12,24],[8,48],[-32,40],[-14,46],[-10,17]],[[40580,92521],[26,-11],[80,11],[31,-1],[15,4],[9,18],[14,42],[-10,22],[-6,57],[-23,16],[-6,16],[-10,2],[-14,-11],[-46,0],[-24,-41],[-35,-42],[-20,-43],[19,-39]],[[40407,92491],[-16,-27],[-37,-31],[12,-25],[17,-25],[21,-18],[58,-16],[47,-34],[28,-9],[24,11],[-2,29],[-17,34],[-59,100],[-23,22],[-37,0],[-6,5],[-10,-16]],[[41317,92010],[-105,-116],[-14,-7],[-108,9],[-35,-10],[-63,-58],[-29,-37],[-57,-99],[-6,-16],[14,-43],[6,-38],[8,-31],[26,-18],[41,3],[24,27],[20,38],[26,34],[17,9],[32,9],[32,30],[50,29],[49,54],[24,14],[22,-18],[-20,-35],[-67,-64],[-32,-86],[-28,-27],[-8,-17],[38,6],[24,27],[18,30],[28,14],[37,4],[30,13],[24,23],[29,65],[-4,16],[-31,62],[-6,22],[8,10],[22,-1],[18,-11],[25,-23],[8,-2],[32,15],[2,29],[-10,36],[-6,40],[8,30],[18,22],[6,23],[-24,33],[-54,13],[-59,-32]],[[41720,92034],[10,-35],[24,-46],[22,-56],[19,-20],[-10,0],[20,-44],[12,-9],[12,2],[14,17],[-6,39],[0,19],[22,22],[22,-24],[26,-38],[27,-23],[-2,128],[-8,38],[-19,42],[-16,1],[-14,-28],[-12,-42],[-14,12],[-37,20],[-13,13],[-19,35],[-12,9],[-46,-4],[-2,-28]],[[41615,92014],[-20,14],[-42,-19],[-14,-16],[-8,-22],[-5,-50],[-16,-67],[-7,-38],[7,-29],[49,29],[22,7],[52,9],[49,26],[20,6],[24,17],[-6,40],[-22,42],[-16,27],[-21,13],[-46,11]],[[41996,91797],[-24,-12],[-16,-29],[4,-45],[16,-29],[22,-5],[22,16],[18,32],[-14,28],[-4,34],[-24,10]],[[40974,93123],[-20,6],[-36,0],[10,-32],[-2,-22],[-8,-17],[-18,-16],[-20,4],[-26,-40],[-27,-11],[-22,-23],[-14,-28],[2,-23],[14,-8],[101,8],[20,7],[17,13],[18,65],[28,64],[14,18],[-11,17],[-20,18]],[[45272,91185],[6,-31],[26,-86],[12,-28],[28,-30],[26,-4],[13,18],[-25,77],[-8,56],[-14,46],[-28,13],[-20,-10],[-16,-21]],[[45187,91005],[-12,4],[-10,-12],[4,-36],[16,-36],[10,-12],[61,-33],[42,-42],[8,5],[-8,24],[-26,34],[-61,63],[-16,24],[-8,17]],[[47750,90844],[11,-23],[15,-10],[20,-6],[36,-57],[45,-23],[46,-50],[14,-3],[36,2],[46,11],[25,-24],[30,-49],[32,-41],[29,1],[-23,15],[-64,111],[-22,20],[-27,16],[-32,11],[-36,3],[-26,15],[-21,23],[-9,34],[-18,10],[-92,95],[-13,1],[-6,-29],[0,-25],[4,-28]],[[34932,90780],[53,121],[18,60],[-3,72],[-21,65],[-37,42],[-26,5],[-32,-6],[-30,-13],[-20,-17],[-21,-5],[-26,20],[-26,28],[-18,14],[-25,9],[-15,-13],[-22,-48],[-15,-20],[-32,-32],[-13,-22],[11,-34],[12,-80],[11,-38],[40,-79],[44,-70],[54,-46],[62,-8],[42,33],[35,62]],[[45074,91166],[2,-32],[8,-42],[12,-36],[17,-16],[10,8],[4,19],[-2,42],[-5,23],[-13,18],[-33,16]],[[34707,90405],[-123,-132],[-16,-24],[-8,-27],[-4,-38],[-38,-108],[-18,-76],[-9,-73],[9,-312],[-6,-25],[-27,-8],[-11,-12],[-1,-19],[19,-57],[2,-39],[-4,-46],[-7,-43],[-13,-30],[-70,-86],[-12,-34],[18,5],[31,18],[12,-10],[4,-31],[-8,-32],[-22,-52],[-3,-29],[1,-46],[-7,-26],[-21,-39],[-2,-24],[14,-25],[-11,-29],[8,-2],[56,34],[7,-7],[1,-33],[-15,-38],[-29,-18],[-34,-8],[-26,-13],[-14,-25],[-22,-68],[-16,-34],[-24,-5],[-11,-58],[-35,-66],[-8,-23],[29,-14],[3,-25],[-13,-27],[-98,-125],[90,-287],[21,-30],[28,0],[18,24],[40,70],[17,1],[5,-18],[-4,-45],[3,-19],[9,-15],[9,26],[22,43],[16,-22],[4,-16],[4,-55],[29,9],[19,21],[27,73],[60,121],[27,81],[-9,52],[-12,-1],[-44,-25],[-7,10],[3,23],[17,69],[21,26],[107,93],[22,7],[18,-10],[26,-44],[22,-9],[23,11],[48,43],[52,18],[17,21],[25,58],[30,47],[15,29],[6,33],[-11,34],[-26,32],[-50,42],[-40,30],[-14,21],[-6,31],[-43,19],[-11,49],[-15,12],[-34,-9],[-22,-39],[-18,-43],[-26,-20],[-23,14],[-3,33],[10,41],[29,86],[6,29],[2,65],[-9,48],[-15,42],[-2,20],[17,57],[15,32],[31,29],[4,36],[-6,75],[8,82],[6,18],[23,22],[7,11],[-1,82],[7,23],[20,-23],[17,26],[31,-53],[23,106],[32,-14],[11,-57],[17,-14],[16,-38],[6,-74],[11,-37],[18,-10],[10,47],[-3,195],[-7,62],[-23,27],[-3,19],[3,21],[14,55],[-5,42],[-13,41],[-34,74],[-21,34],[-79,96],[-20,31],[-9,34],[31,59],[-21,11],[-36,-2],[-28,-11]],[[45590,90310],[48,-155],[7,-16],[26,19],[-12,63],[-27,69],[-20,41],[-18,11],[-18,-11],[14,-21]],[[43479,90176],[-10,10],[-12,-11],[-5,-29],[-12,-12],[-56,-16],[-20,-17],[32,-1],[20,-24],[21,8],[23,2],[15,13],[4,77]],[[43263,90157],[-20,11],[-6,-7],[16,-31],[10,27]],[[45731,89732],[10,-22],[16,14],[8,41],[-6,48],[-22,33],[-8,-28],[-2,-44],[4,-42]],[[35431,88587],[36,-5],[18,18],[6,43],[-3,98],[-15,45],[-36,18],[-41,7],[-30,13],[-25,-11],[4,-48],[45,-136],[16,-28],[25,-14]],[[47480,88703],[-8,-73],[-8,-29],[-28,-59],[-47,-213],[-20,-65],[-4,-32],[-6,-76],[-14,-74],[-8,-8],[-41,20],[-46,-106],[4,-31],[-4,-115],[-6,-18],[-30,-50],[-75,-316],[2,-22],[19,13],[116,213],[10,22],[2,34],[-10,57],[-2,35],[12,61],[21,60],[28,53],[26,40],[20,45],[34,27],[25,14],[42,67],[32,138],[34,261],[8,19],[17,14],[4,32],[0,37],[-4,27],[-15,25],[-22,15],[-22,2],[-21,-13],[-15,-31]],[[49325,88487],[-36,-23],[-15,1],[-15,19],[-8,1],[-16,-13],[-6,-22],[1,-88],[16,-41],[0,-55],[-17,12],[-11,-22],[-14,-9],[-12,9],[-6,35],[-58,-148],[-9,-49],[-46,-57],[-10,-31],[-2,-28],[-10,-20],[-26,-8],[-26,11],[-42,50],[-25,13],[-24,-9],[-28,-23],[-18,-31],[7,-30],[33,-41],[18,-17],[22,-12],[43,-3],[24,-8],[12,-21],[4,-37],[14,0],[26,43],[20,-24],[-2,-22],[-28,-42],[8,-39],[-46,-35],[-2,-39],[-12,-23],[-30,-29],[-1,-12],[29,-56],[10,-21],[-6,-34],[-12,-31],[-4,-28],[14,-21],[72,7],[-2,-20],[-24,-30],[-48,7],[-24,-15],[-21,-53],[1,-66],[19,-68],[31,-61],[22,-60],[12,-8],[20,11],[8,-6],[8,-26],[83,-49],[16,0],[12,-27],[54,-38],[41,-59],[24,-46],[22,13],[16,-6],[31,-32],[29,34],[89,54],[21,44],[5,30],[23,74],[10,22],[4,20],[-9,37],[17,43],[2,33],[-22,-25],[-63,-31],[12,32],[2,24],[19,-13],[24,20],[22,34],[18,42],[6,43],[-10,24],[-47,91],[-20,13],[-52,62],[-10,20],[-8,41],[-17,12],[-53,-8],[6,14],[24,21],[18,3],[18,-4],[12,-9],[16,-25],[24,-19],[34,-18],[19,4],[-16,45],[18,0],[-13,15],[-32,21],[-8,15],[4,28],[13,12],[14,-8],[4,-32],[52,50],[-18,26],[4,29],[-13,26],[-24,17],[-28,3],[11,23],[26,38],[8,29],[0,50],[-26,14],[2,28],[10,49],[17,48],[23,25],[-27,62],[-35,53],[-23,24],[-24,14],[-36,5],[-12,-5],[8,18],[44,19],[8,-12],[-4,32],[-14,19],[36,25],[-10,19],[-38,35],[-12,22],[-16,70],[-10,19],[-59,38],[-18,-7]],[[49637,86791],[-20,-46],[-6,-58],[16,-43],[0,-12],[-16,-16],[6,-22],[35,-39],[15,24],[29,130],[24,63],[8,36],[2,41],[-4,27],[-16,21],[-19,8],[-20,-7],[-9,-44],[0,-57],[-25,-6]],[[49472,86584],[-26,5],[-24,-18],[-16,-21],[-9,-19],[3,-20],[12,-17],[10,-27],[6,-39],[10,-31],[22,-8],[36,22],[17,-3],[18,12],[6,38],[-20,73],[-19,29],[-26,24]],[[49212,86448],[17,26],[-35,95],[-4,27],[-14,18],[-16,-7],[-21,23],[-16,25],[-19,20],[-55,16],[-24,19],[-22,28],[-32,60],[1,11],[15,37],[-7,33],[-23,14],[-37,41],[-42,62],[-20,19],[-44,17],[-23,49],[-12,22],[-16,10],[-14,-3],[-12,-13],[-6,-22],[2,-62],[28,-123],[6,-61],[-8,-175],[20,-57],[67,10],[3,-33],[21,-50],[3,-32],[-31,34],[-69,17],[-18,51],[-8,-13],[-9,-29],[-23,-309],[-24,-143],[-16,-60],[2,-43],[12,-38],[10,-57],[22,-22],[46,-20],[18,-10],[22,-35],[34,-83],[29,13],[46,52],[84,44],[61,72],[6,24],[-20,11],[64,152],[13,8],[16,20],[20,41],[-21,33],[-23,-1],[0,14],[34,8],[26,-14],[28,-2],[35,44],[12,53],[16,41],[-14,12],[-33,9],[-8,82]],[[49450,86227],[-48,-108],[4,-33],[-1,-16],[-11,-21],[40,-40],[20,-8],[14,55],[28,66],[25,46],[10,33],[10,63],[-2,26],[-8,22],[-12,17],[-17,12],[-14,2],[-10,-7],[-14,-35],[-14,-74]],[[54458,86011],[21,-37],[14,-18],[28,-24],[12,-69],[16,-16],[42,-21],[24,9],[45,44],[7,18],[-5,28],[-31,41],[-15,44],[-21,9],[-46,4],[-20,6],[-16,14],[-49,56],[-12,-17],[-2,-35],[8,-36]],[[25140,85872],[-103,15],[-108,-2],[-23,1],[-26,-5],[-14,-16],[14,-30],[-17,-34],[-17,-19],[-13,-24],[-5,-44],[9,-21],[21,-5],[48,7],[-14,-69],[0,-14],[35,-45],[22,13],[1,10],[-13,26],[3,28],[17,25],[49,-54],[29,-10],[28,26],[-12,22],[-16,16],[-38,22],[-4,23],[7,1],[41,31],[14,-3],[14,-17],[17,-6],[33,28],[29,-26],[20,-6],[37,-21],[57,-3],[19,18],[-2,48],[-22,28],[-89,70],[-28,16]],[[42425,85612],[10,-18],[14,-9],[19,12],[4,28],[-12,26],[-13,2],[-20,-21],[-2,-20]],[[31671,85585],[-6,-45],[4,-40],[-6,-48],[-29,-18],[-32,23],[-12,-10],[8,-40],[23,5],[22,-12],[32,8],[-4,-27],[16,-43],[47,-36],[15,22],[2,28],[28,-17],[45,-3],[38,8],[3,27],[12,51],[3,29],[-5,31],[-11,-5],[-20,-32],[-16,3],[-84,57],[-32,62],[-23,5],[-18,17]],[[41682,85340],[4,-38],[18,-21],[46,-30],[50,-58],[21,-18],[48,76],[4,12],[-28,53],[14,11],[28,8],[12,19],[-2,25],[-16,24],[-32,7],[-22,18],[-30,37],[-35,-19],[-38,-33],[-30,-39],[-12,-34]],[[45971,85390],[-22,-12],[-27,7],[-155,-7],[-32,-58],[14,-31],[38,-13],[89,6],[45,-5],[33,-29],[13,-67],[8,-13],[44,-47],[12,-10],[20,16],[7,38],[-5,67],[-8,28],[-28,37],[-12,50],[-14,28],[-20,15]],[[45637,85150],[16,18],[11,2],[29,-8],[36,19],[14,18],[2,20],[-32,84],[-12,35],[-16,-18],[-20,-35],[-28,-22],[-1,11],[9,70],[-8,29],[-21,7],[-26,-6],[-34,-15],[-27,-20],[-40,-43],[-10,-29],[4,-37],[15,-55],[-11,-7],[-52,-11],[-14,-46],[-26,-45],[-18,-56],[6,-47],[-71,-16],[-8,-9],[-2,-20],[6,-22],[-8,-21],[-18,-29],[-22,-69],[-12,-6],[-13,29],[-11,9],[-15,-9],[-77,-92],[-17,-28],[-11,-36],[-4,-44],[-7,-28],[-27,-62],[-10,-32],[-6,-66],[2,-9],[-14,-7],[0,-15],[18,-63],[22,-21],[25,-14],[22,-8],[-33,-14],[-24,2],[-54,39],[-28,11],[-21,-9],[-11,-29],[7,-50],[9,0],[8,14],[0,-21],[14,-13],[12,7],[-3,-24],[7,-38],[-22,-2],[0,-11],[20,-19],[8,-15],[0,-18],[-12,-23],[-24,10],[-17,0],[-22,-22],[-16,-38],[-6,-42],[10,-37],[14,4],[15,-17],[10,-27],[4,-29],[-20,-75],[-5,-40],[12,-17],[93,-11],[50,5],[35,31],[6,19],[4,41],[8,17],[14,17],[8,-2],[28,-31],[-6,-36],[-18,-70],[10,-26],[22,14],[23,31],[13,26],[5,42],[14,31],[-4,11],[-24,4],[12,32],[26,33],[14,23],[4,60],[8,23],[56,61],[20,25],[19,11],[14,21],[-8,39],[15,-8],[11,6],[18,29],[-8,39],[20,17],[32,8],[25,11],[26,33],[24,75],[26,21],[18,31],[14,39],[12,82],[13,42],[7,42],[-11,41],[20,13],[4,13],[6,40],[18,49],[14,1],[-4,22],[-8,-3],[-39,37],[-11,19],[16,22],[3,25],[-7,27],[-27,62],[-2,15],[0,37],[-6,50],[4,19],[11,21]],[[54170,84833],[-191,-95],[-197,-191],[-77,-93],[-26,-51],[-28,-77],[-12,-44],[-3,-38],[-10,-29],[-59,-78],[-31,-64],[-89,-274],[-18,-36],[-12,-107],[-13,-20],[-40,-39],[-8,-24],[-2,-27],[-30,-81],[-113,-452],[0,-67],[51,0],[103,59],[54,20],[60,10],[417,-14],[57,-12],[88,-50],[54,-1],[51,18],[45,25],[42,31],[34,40],[46,77],[36,25],[83,88],[24,39],[32,83],[19,37],[24,21],[26,6],[58,5],[32,15],[21,25],[38,68],[22,24],[27,9],[60,-1],[-16,64],[-8,63],[-2,138],[9,63],[25,37],[71,51],[12,18],[8,20],[8,170],[6,33],[34,89],[18,79],[12,33],[16,31],[24,34],[-38,27],[-92,15],[-43,21],[-38,42],[-16,27],[-62,129],[-7,25],[-48,88],[-111,27],[-121,-10],[-82,-23],[-34,-17],[-170,-34]],[[54377,83055],[31,-11],[60,3],[29,-9],[58,-34],[247,-20],[19,17],[2,39],[-8,43],[-9,27],[-49,73],[-21,38],[-8,48],[0,59],[-6,62],[-18,44],[-40,5],[-71,-33],[-52,-8],[-16,-15],[-10,-25],[-3,-39],[-11,-32],[-21,-29],[-95,-93],[-16,-28],[-5,-46],[13,-36]],[[44686,83271],[62,30],[36,-4],[14,2],[89,54],[50,48],[39,22],[36,29],[28,50],[-28,11],[-23,-5],[-48,-23],[-12,-26],[-20,-1],[-2,12],[10,32],[-43,62],[-17,15],[-30,-22],[-51,-93],[-28,8],[-16,16],[-16,0],[-12,-16],[-4,-33],[3,-32],[8,-41],[-11,-28],[-10,-11],[-65,-38],[-24,-53],[-25,-30],[-52,-91],[-14,-30],[59,-1],[14,7],[16,22],[58,48],[16,25],[5,21],[-3,62],[11,2]],[[37970,83180],[9,56],[48,174],[10,59],[-22,14],[-34,-33],[-32,-48],[-23,-56],[-46,-49],[-14,-22],[-14,-42],[4,-18],[14,-22],[16,-14],[41,-17],[14,-16],[24,19],[5,15]],[[37332,83434],[-16,4],[-42,3],[-64,-13],[-15,3],[-24,22],[-17,3],[-17,-17],[-52,-17],[-158,17],[-107,-11],[-30,-9],[-28,-20],[-50,-48],[-17,30],[-5,83],[-22,27],[-29,1],[-62,-15],[-26,11],[-16,-11],[-16,-19],[-11,-25],[-12,-53],[-34,-37],[-11,-18],[-5,-82],[36,-4],[91,62],[29,15],[27,9],[12,-6],[-6,-26],[-35,-43],[-53,-14],[-78,-69],[-5,-27],[-26,-69],[-12,-24],[-41,-47],[-14,-30],[6,-31],[24,-49],[17,-8],[33,25],[13,-8],[14,-25],[12,-5],[12,6],[15,26],[48,32],[19,6],[24,-6],[23,-23],[14,-1],[33,15],[26,18],[26,9],[42,33],[24,4],[71,-12],[52,2],[210,57],[113,12],[72,22],[26,3],[31,10],[14,24],[4,33],[2,162],[-7,31],[-12,21],[-28,61],[-12,20]],[[36204,82872],[8,79],[14,40],[16,37],[19,31],[47,48],[21,36],[-3,37],[-9,34],[4,42],[18,69],[-17,50],[-13,19],[-18,8],[-15,-6],[-14,-26],[-21,-23],[-35,-79],[-24,-36],[-42,-109],[-37,-37],[-14,-25],[-2,-40],[-16,15],[-17,39],[0,11],[-12,54],[-19,27],[-18,2],[-28,-15],[-47,-46],[-23,-42],[-45,-120],[-24,-30],[-7,-24],[18,-10],[23,5],[48,37],[28,14],[24,0],[17,-49],[24,-47],[6,-35],[-5,-71],[10,-22],[33,-9],[28,4],[27,11],[26,16],[20,21],[17,31],[17,40],[12,44]],[[35438,82879],[36,63],[23,31],[18,11],[24,-61],[13,4],[54,79],[28,68],[18,64],[12,30],[18,22],[28,9],[83,5],[55,19],[15,8],[7,12],[5,39],[-3,22],[-14,9],[-57,8],[-43,17],[-43,42],[-6,18],[-16,2],[-39,-24],[-21,-29],[-25,-27],[-33,-7],[9,-34],[-13,-10],[-23,-1],[-17,7],[-6,38],[-10,12],[-20,-4],[-16,-20],[-4,-21],[17,-30],[6,-25],[-6,-36],[-14,-24],[-18,-4],[-15,26],[-26,-20],[6,-20],[18,-23],[11,-26],[-5,-38],[-21,-18],[-26,-2],[-26,7],[-24,13],[-13,21],[-1,28],[12,39],[32,46],[10,18],[2,50],[8,13],[-32,9],[-33,4],[-18,-10],[-29,-39],[-18,-3],[-11,-19],[-18,4],[-35,18],[-19,-12],[-25,-27],[-18,-30],[4,-22],[87,0],[44,-8],[14,-17],[3,-38],[-23,-28],[-102,-67],[-38,-17],[-54,-78],[-79,-81],[-31,-53],[14,-43],[21,13],[31,-24],[16,-1],[24,12],[17,27],[28,-16],[46,-48],[21,-31],[27,-8],[12,6],[19,27],[12,6],[57,88],[15,-21],[28,-56],[12,-11],[27,0],[22,7],[20,18],[14,38],[-46,80],[-6,20],[4,17],[32,18]],[[34627,82651],[64,143],[39,30],[106,10],[54,23],[18,25],[3,29],[-13,25],[-31,10],[-37,-26],[-53,0],[-41,-21],[-16,-4],[-25,10],[-12,-1],[-113,-122],[-35,-127],[25,-40],[14,-6],[21,7],[32,35]],[[34431,82865],[0,36],[4,23],[16,21],[5,-18],[13,-14],[28,-20],[32,-14],[23,3],[10,25],[-2,37],[-8,71],[10,46],[20,26],[29,10],[72,6],[24,12],[9,26],[2,43],[-9,33],[-18,33],[-36,120],[7,67],[-5,24],[-19,30],[-35,36],[-25,19],[-30,15],[-10,33],[-12,10],[-17,0],[-12,-8],[-23,-29],[-49,-37],[-16,-26],[-4,-45],[-6,-27],[-38,-81],[-5,-44],[9,-6],[46,8],[6,-2],[24,29],[28,24],[28,19],[29,11],[52,-4],[30,-10],[13,-18],[-9,-23],[-80,-130],[-77,-37],[-34,-33],[-26,-53],[-18,-16],[-49,-16],[-20,-18],[-20,-10],[-22,13],[-22,-12],[-49,-4],[-21,-16],[-46,-86],[-19,-22],[-67,-40],[-12,-17],[-4,-41],[11,-22],[21,-8],[8,-10],[3,-46],[-18,-43],[-29,-35],[-34,-17],[-206,-55],[-38,5],[-36,27],[-113,139],[-35,16],[-40,34],[-41,-4],[-13,4],[-16,27],[-6,38],[6,34],[20,22],[-16,33],[-12,10],[-14,-3],[-30,-36],[-47,-11],[-10,-28],[-10,-12],[-49,-34],[-27,2],[-25,13],[-23,20],[-25,-33],[-23,-5],[-29,14],[-27,-7],[-70,-37],[-20,-1],[-53,71],[-18,10],[-20,-16],[-8,-37],[0,-46],[6,-39],[-30,11],[-11,-3],[0,-52],[-11,-6],[-72,-61],[-10,1],[-7,35],[-8,12],[-23,13],[-26,5],[-33,-24],[-21,-7],[-36,20],[-54,87],[-26,20],[-34,68],[-13,19],[-35,12],[-28,6],[-23,33],[-47,-1],[-22,21],[-12,5],[-52,4],[-67,35],[-28,23],[-17,26],[-29,58],[-25,18],[-26,0],[-57,-11],[-51,8],[-29,9],[-43,25],[-87,-17],[-23,14],[-66,56],[-14,25],[-11,31],[-23,23],[-52,29],[9,-43],[0,-24],[-9,-22],[-14,-5],[-20,7],[-32,29],[-27,18],[-47,-43],[-33,7],[-10,20],[-6,31],[-11,28],[-19,9],[-14,-15],[-24,-60],[-17,-13],[-128,10],[-82,-43],[-12,-12],[-9,-31],[-44,-63],[-15,-39],[-8,0],[-27,38],[-9,-56],[-7,-20],[-19,-13],[-8,2],[-4,19],[-20,3],[-15,-11],[-29,15],[-11,-3],[-12,-37],[-7,-36],[-10,-26],[-15,-15],[-17,20],[-17,-7],[-36,-30],[-19,-9],[-27,30],[-40,59],[0,-65],[8,-45],[-3,-40],[-63,-97],[-17,-44],[-5,-49],[3,-266],[9,-42],[14,-31],[19,-24],[26,-16],[29,-2],[11,-7],[14,-101],[7,-19],[15,1],[29,24],[-8,29],[4,18],[10,0],[35,35],[106,25],[44,21],[48,33],[43,4],[22,-13],[52,-66],[26,-22],[43,-11],[56,-2],[75,64],[14,-10],[41,10],[57,-11],[28,1],[52,18],[29,5],[27,-3],[21,-10],[9,-11],[20,-40],[8,-5],[22,-34],[54,0],[20,-11],[33,-31],[27,-7],[21,10],[22,53],[15,25],[26,15],[24,-3],[20,-24],[7,-45],[12,-28],[55,-82],[21,-23],[44,0],[47,-26],[66,-7],[24,7],[79,58],[46,25],[59,6],[109,-49],[55,1],[43,63],[2,36],[-8,41],[-4,41],[14,39],[22,9],[30,-7],[48,-23],[53,-11],[53,3],[51,-5],[51,-36],[12,-29],[13,-81],[6,-17],[17,14],[19,65],[20,23],[12,-17],[43,-38],[46,-14],[30,7],[51,48],[54,38],[163,66],[48,39],[44,50],[46,39],[61,10],[82,-19],[31,-23],[16,3],[29,14],[21,3],[132,-5],[52,14],[83,41],[13,10],[38,55],[13,14],[92,32],[15,0],[8,13],[28,22],[12,3],[42,-10],[10,4],[23,27],[62,12],[14,5],[52,50],[2,59],[-54,120],[-8,32]],[[30622,82579],[-31,13],[-38,0],[-18,-7],[-4,-40],[-12,-32],[-19,-13],[-26,15],[-8,17],[-10,59],[-34,39],[-8,-40],[24,-72],[-6,-40],[23,-12],[-4,-19],[-39,-34],[10,-24],[-16,-5],[-8,-19],[-11,-53],[23,-22],[12,4],[27,22],[31,-48],[24,-17],[5,17],[21,41],[5,16],[1,37],[-24,33],[-3,32],[9,24],[15,7],[36,7],[-4,26],[14,20],[39,36],[4,32]],[[30186,82525],[9,17],[24,-5],[9,21],[13,46],[-9,12],[-7,-18],[-9,-3],[-10,12],[-9,23],[19,0],[12,9],[17,35],[16,13],[12,-13],[12,-32],[16,-6],[40,6],[4,46],[18,5],[-12,26],[-21,30],[-3,26],[20,21],[-19,35],[-18,13],[-21,3],[-61,-14],[-15,14],[-16,99],[-51,-32],[12,-55],[2,-28],[-10,-13],[4,-58],[0,-17],[-10,-32],[-6,-8],[-27,2],[-12,-33],[3,-49],[0,-51],[22,-12],[4,-13],[1,-48],[-3,-14],[-24,-62],[-5,-25],[5,-34],[23,26],[59,-37],[31,11],[-17,23],[-11,35],[-8,56],[7,47]],[[29766,83297],[14,28],[14,56],[-9,45],[-23,36],[-33,28],[-56,-32],[-28,-76],[3,-82],[37,-50],[34,-2],[28,20],[19,29]],[[33007,83161],[22,-64],[20,-20],[27,8],[18,30],[1,42],[-15,34],[-29,8],[-16,-6],[-28,-32]],[[33863,82845],[30,-39],[42,27],[15,49],[-13,30],[-31,16],[-33,5],[-20,-29],[10,-59]],[[39939,83554],[63,-27],[29,5],[12,41],[-3,60],[-7,27],[-13,23],[-18,13],[-21,2],[-19,-9],[-15,-21],[-4,-25],[2,-57],[-6,-32]],[[43239,83632],[22,-1],[6,17],[38,116],[45,68],[14,26],[4,29],[0,33],[-8,27],[-22,21],[8,48],[0,20],[-18,22],[-24,14],[-45,-1],[-20,16],[-44,23],[-116,0],[-40,-21],[-17,-52],[-3,-123],[11,-41],[120,-193],[5,-18],[84,-30]],[[38243,83719],[108,126],[26,13],[9,38],[26,11],[43,4],[24,18],[70,17],[26,2],[19,-15],[32,16],[28,-10],[23,-24],[17,-26],[26,-15],[107,22],[33,-6],[64,-26],[30,-6],[60,0],[15,-8],[27,-40],[15,-15],[28,62],[20,38],[-4,32],[4,13],[70,126],[11,11],[36,22],[30,38],[13,11],[104,52],[18,-14],[27,2],[56,12],[38,-28],[12,8],[10,35],[-8,51],[-16,58],[-10,21],[-18,9],[-79,-14],[-20,7],[-36,56],[-57,38],[-17,19],[-5,15],[1,61],[-6,10],[-29,-17],[-127,-39],[-23,-13],[-41,-41],[-69,-45],[-65,-83],[-23,-13],[-31,5],[-30,10],[-23,3],[-21,-9],[-38,-34],[-16,-7],[-198,37],[-14,8],[-16,24],[-38,27],[-31,2],[-14,-14],[-12,-19],[-33,-80],[-9,-28],[-15,-20],[-23,-13],[-8,-32],[-3,-43],[-8,-37],[-20,-15],[-18,-7],[-18,-19],[-14,-24],[-7,-26],[0,-129],[-4,-21],[-24,-48],[-13,-38],[-2,-29],[19,-16],[29,16]],[[40199,84369],[20,0],[31,22],[13,38],[13,16],[16,3],[46,26],[18,17],[8,20],[2,64],[-6,22],[-39,13],[-17,9],[-28,24],[-43,9],[-16,-6],[-10,-29],[0,-28],[14,-61],[4,-30],[-2,-18],[-28,-20],[-8,-16],[3,-47],[9,-28]],[[44607,84604],[6,-25],[14,-9],[53,-13],[51,-3],[25,25],[12,-5],[14,-19],[10,6],[-2,22],[-20,10],[20,31],[-10,5],[-40,-12],[-32,20],[-16,6],[-17,-12],[-38,46],[-6,4],[-18,-49],[-6,-28]],[[44881,84656],[0,-13],[16,0],[24,18],[10,31],[39,27],[50,78],[20,16],[-10,21],[-10,8],[-52,-19],[-73,-14],[-20,1],[-32,8],[-29,-21],[-16,-27],[-8,-31],[6,-32],[19,-24],[26,1],[28,9],[32,2],[-8,-25],[-12,-14]],[[33134,84811],[42,23],[31,30],[3,58],[-24,43],[-47,-18],[-14,-14],[-19,-52],[-3,-28],[9,-40],[22,-2]],[[32142,84965],[42,3],[39,20],[12,34],[-20,31],[-38,10],[-76,-3],[-114,16],[-46,24],[-23,5],[-20,-11],[-7,-14],[0,-30],[7,-14],[21,-14],[30,-3],[30,4],[22,13],[25,-16],[79,-19],[17,-23],[20,-13]],[[45117,84972],[-16,-27],[-19,-24],[15,-10],[62,-15],[-6,25],[32,38],[0,33],[-6,2],[-10,-22],[-2,11],[-22,49],[-9,-12],[-19,-48]],[[43182,84550],[-9,6],[-22,-10],[-11,11],[-22,33],[-6,2],[-8,-22],[4,-25],[32,-31],[17,0],[22,15],[3,21]],[[44943,84419],[-20,-13],[-16,9],[-28,-27],[-18,-8],[-36,-7],[-17,-7],[-22,-26],[-14,-55],[20,-19],[73,-3],[-10,47],[18,8],[54,-16],[20,19],[14,34],[16,74],[-7,11],[-10,-3],[-17,-18]],[[43545,84275],[-12,9],[-12,-5],[-4,-15],[6,-36],[12,-12],[4,-18],[16,-4],[8,12],[-12,56],[-6,13]],[[43615,84174],[-32,-2],[-7,-19],[34,-8],[17,-20],[19,1],[4,27],[-8,13],[-27,8]],[[40799,83551],[-44,-10],[-29,1],[-16,-26],[29,-26],[6,-18],[6,-39],[10,-26],[32,-37],[21,-17],[26,-9],[78,-9],[33,-16],[54,-52],[18,-12],[22,-5],[20,12],[16,52],[15,11],[66,77],[12,33],[-6,20],[-42,36],[-41,-21],[-50,-2],[-99,23],[-91,46],[-46,14]],[[42099,83390],[-30,-26],[22,-43],[44,-41],[36,-18],[18,9],[25,26],[36,-35],[20,-12],[28,0],[14,19],[10,28],[2,29],[-8,25],[-52,33],[-4,6],[-123,14],[-38,-14]],[[41313,83245],[-14,45],[-6,57],[-10,17],[-27,-2],[-35,-18],[-33,-11],[-26,18],[-18,-10],[-26,-79],[6,-17],[18,-20],[26,-11],[36,-7],[39,-1],[32,6],[30,17],[8,16]],[[40662,83450],[-26,3],[-26,-7],[-99,-95],[20,-11],[36,-43],[27,-9],[24,5],[44,26],[27,6],[31,15],[4,34],[-15,38],[-23,27],[-24,11]],[[34707,83009],[27,-35],[52,4],[104,31],[102,-24],[57,0],[41,36],[8,32],[10,127],[18,35],[-2,21],[-10,18],[-12,8],[-21,-12],[-33,28],[-31,15],[-34,7],[-62,-1],[-40,-16],[-39,-28],[-114,-136],[-19,-48],[-2,-62]],[[22719,85149],[13,40],[8,35],[23,74],[13,27],[21,18],[44,-4],[25,39],[53,-7],[88,-21],[72,-13],[50,6],[28,16],[0,20],[-11,18],[-19,8],[26,67],[24,21],[32,-4],[25,9],[32,45],[90,17],[56,53],[37,2],[-20,65],[-21,26],[-59,33],[-23,29],[-24,22],[-25,17],[-27,14],[-56,10],[-165,-32],[-154,5],[-185,-31],[-102,26],[-217,-20],[-161,-2],[-100,24],[-109,-19],[-84,0],[-53,-12],[-39,-20],[3,-30],[-66,-109],[-37,-50],[-36,-32],[-43,-9],[-9,-11],[-2,-36],[3,-32],[8,-30],[12,-10],[13,27],[9,-12],[-11,-26],[-2,-26],[4,-56],[8,-20],[20,-5],[44,5],[52,-5],[391,-129],[23,8],[4,22],[-18,23],[-24,22],[-15,22],[7,13],[0,37],[6,19],[10,4],[31,-19],[16,-3],[0,-14],[-16,-13],[0,-11],[16,-25],[9,-64],[26,-6],[60,29],[22,-4],[23,-15],[193,-17],[64,9],[29,-16],[23,-32],[44,26]],[[23651,85348],[10,-31],[18,-11],[23,3],[8,-22],[33,-15],[27,-20],[16,-1],[6,87],[-16,34],[-32,81],[-19,25],[-27,11],[-35,-9],[-31,-48],[5,-38],[14,-46]],[[25682,85371],[-4,-29],[-11,11],[-13,-25],[3,-19],[14,-21],[-48,2],[-26,15],[-18,-1],[-16,23],[-11,40],[-10,1],[-11,-49],[-22,3],[-13,-18],[19,-36],[49,-38],[52,-13],[49,21],[24,39],[2,73],[-2,25],[-7,-4]],[[24080,85308],[-2,20],[-10,9],[-41,7],[-28,17],[-24,1],[-46,-29],[-10,-17],[-1,-21],[5,-6],[41,-1],[110,-16],[6,8],[0,28]],[[45530,86076],[19,24],[27,-14],[24,32],[4,29],[-10,21],[-28,6],[-40,-32],[-37,-76],[-12,-80],[29,-38],[19,11],[21,26],[12,26],[-32,29],[4,36]],[[42947,86093],[-10,4],[-30,-3],[-14,-12],[-9,-28],[-1,-22],[10,3],[3,-12],[17,-18],[12,2],[8,12],[14,44],[0,30]],[[31507,86558],[11,37],[6,37],[-4,72],[2,35],[16,39],[8,30],[10,91],[2,72],[-7,97],[4,42],[31,116],[7,81],[1,81],[-5,80],[-13,76],[-31,117],[-3,41],[-6,30],[-14,26],[-10,30],[2,42],[-2,17],[-18,19],[-13,-5],[-16,-63],[-12,-80],[-8,-247],[13,-191],[-3,-110],[-3,-26],[-19,-36],[-5,-22],[2,-16],[17,-58],[2,-41],[4,-15],[25,-15],[4,-20],[-9,-201],[2,-35],[12,-58],[8,-79],[12,10]],[[18815,87694],[2,32],[-8,15],[-35,-11],[-14,-11],[12,-56],[10,-13],[15,12],[18,32]],[[21524,87712],[33,-3],[31,22],[12,-21],[45,-1],[24,14],[16,24],[9,34],[3,42],[-6,45],[-11,29],[-35,39],[-20,-3],[-35,-17],[-14,9],[-31,-48],[-3,-10],[-37,-41],[-9,-16],[14,-43],[4,-34],[10,-21]],[[46928,87873],[-2,-43],[4,-97],[-15,-5],[-1,-25],[6,-19],[3,-69],[7,-8],[20,-46],[22,3],[8,17],[2,40],[8,-25],[10,-45],[14,-29],[24,16],[19,32],[28,71],[10,43],[8,79],[-2,42],[-10,18],[-21,14],[-8,35],[-11,78],[-9,0],[-8,-25],[0,17],[-16,67],[-6,49],[-18,10],[-30,-5],[-14,14],[10,34],[4,27],[-6,36],[-12,-5],[-34,-43],[-53,38],[4,-26],[24,-49],[0,-45],[3,-14],[22,-6],[-1,-34],[-7,-22],[26,-6],[10,-68],[6,-21],[-18,0]],[[47015,88113],[20,-74],[7,-15],[12,-7],[15,18],[0,28],[9,-32],[17,-19],[8,25],[-16,55],[-4,30],[2,30],[18,81],[-2,18],[-6,5],[-20,-8],[2,24],[-8,32],[-26,-34],[-17,-52],[-11,-57],[0,-48]],[[35714,88177],[-6,44],[-3,50],[-8,41],[-49,31],[-16,30],[-21,27],[-54,4],[14,-37],[19,-25],[23,-22],[24,-29],[31,-71],[18,-31],[28,-12]],[[40437,88363],[14,-9],[-2,18],[-12,-9]],[[40444,88331],[13,-9],[-8,20],[-5,-11]],[[46479,88329],[-16,-14],[3,-27],[11,-28],[22,-41],[24,8],[22,27],[12,37],[-24,-11],[-19,8],[-35,41]],[[36022,87520],[-14,47],[-12,21],[-66,64],[-7,18],[-11,-44],[-6,-40],[4,-37],[16,-36],[14,-11],[32,-13],[16,-15],[6,-21],[2,-45],[5,-17],[23,-12],[15,30],[4,48],[-11,42],[-10,21]],[[48803,87418],[-36,-52],[-14,-78],[6,-84],[26,-66],[39,40],[18,4],[4,-30],[-12,-31],[-17,-30],[-4,-24],[25,-17],[26,21],[18,-25],[20,-59],[55,-66],[11,-17],[7,8],[17,-14],[29,-38],[14,-44],[12,5],[24,25],[17,32],[22,25],[32,8],[0,12],[-19,4],[-38,33],[-28,-1],[-4,8],[12,20],[-24,0],[-12,9],[-42,93],[-18,17],[-19,-6],[-18,37],[-18,26],[-12,26],[6,37],[10,26],[26,35],[6,29],[-26,-17],[-8,-10],[-10,25],[-14,63],[-10,9],[-13,-3],[-60,-34],[-6,-8],[0,77]],[[49077,86824],[-20,-26],[-10,-33],[4,-22],[10,-15],[75,-49],[12,-37],[46,2],[28,-54],[21,-85],[12,-25],[38,-29],[24,25],[6,46],[-16,33],[44,33],[18,26],[7,37],[-6,31],[-17,31],[-18,24],[-40,20],[-20,25],[-29,54],[-12,14],[-40,31],[-22,21],[-32,-8],[-18,-18],[-19,-30],[-26,-22]],[[43551,86829],[10,-6],[15,18],[-7,11],[-20,12],[-8,-20],[10,-15]],[[48886,87771],[8,48],[2,30],[-20,27],[-26,10],[-18,-2],[-10,-26],[-4,-38],[4,-41],[14,-30],[17,-5],[16,5],[17,22]],[[40763,88525],[-6,14],[-12,-18],[18,4]],[[46086,88700],[-14,1],[-25,-20],[-20,-38],[-4,-54],[8,-29],[12,2],[7,14],[26,12],[20,79],[-10,33]],[[40739,88626],[-6,18],[-3,-11],[9,-7]],[[33394,88411],[19,12],[45,-5],[18,25],[7,36],[-1,301],[-6,50],[4,21],[19,14],[4,16],[-4,46],[-12,26],[-27,48],[-30,-7],[-17,29],[-18,109],[-6,16],[-10,6],[-13,-7],[-20,-39],[-9,-7],[-22,1],[-10,18],[-2,28],[8,30],[-23,-12],[-22,-21],[-20,-27],[-14,-29],[25,-37],[10,-21],[1,-18],[-12,-9],[-33,-8],[-8,-14],[-9,-46],[-20,-43],[-6,-23],[2,-53],[-10,-19],[26,-76],[53,-109],[17,-56],[13,-14],[22,-3],[18,-8],[18,-32],[38,-87],[17,-2]],[[33927,89164],[-33,-67],[-44,-20],[-12,-28],[-8,-38],[-7,-138],[-6,-43],[-11,-40],[-33,-81],[-8,-36],[1,-34],[15,-32],[-11,-12],[15,-21],[29,-16],[63,0],[17,9],[7,22],[1,58],[16,37],[19,18],[29,-6],[22,0],[0,-12],[-45,-33],[-10,-26],[11,-43],[20,-30],[23,-12],[23,5],[20,25],[18,63],[-3,57],[3,20],[17,38],[12,-9],[20,-43],[7,-44],[-2,-91],[3,-75],[26,2],[26,34],[8,-21],[18,14],[7,60],[7,45],[11,25],[14,-24],[15,20],[10,41],[4,48],[-3,43],[-11,32],[-23,19],[-30,18],[-10,14],[31,10],[16,30],[1,23],[-6,8],[-32,-1],[-7,18],[4,39],[51,150],[23,43],[80,121],[13,28],[11,40],[37,-9],[7,16],[2,60],[-9,69],[-22,44],[-4,21],[0,131],[-22,240],[-10,29],[-21,23],[-25,7],[-43,-23],[-72,-60],[-89,-99],[-40,-28],[-34,-11],[-84,-12],[-29,-15],[-20,-37],[-27,-90],[-22,-38],[0,-13],[18,-29],[17,-50],[12,-57],[10,-73],[16,-44],[8,-95],[14,-58]],[[25634,89749],[0,12],[-71,-88],[-27,-53],[16,-24],[25,11],[65,78],[-6,1],[-10,28],[8,35]],[[25980,91070],[36,20],[31,45],[7,16],[28,21],[4,45],[17,21],[44,9],[14,31],[10,15],[39,10],[6,21],[-4,27],[-24,70],[0,46],[13,31],[16,25],[12,53],[15,13],[-2,20],[-8,13],[-27,26],[-1,89],[-9,44],[4,81],[-3,32],[-20,58],[-10,38],[3,36],[58,29],[-3,32],[-18,38],[-20,29],[-33,71],[-6,72],[17,183],[8,43],[-3,23],[-10,25],[-16,-26],[-32,-24],[-75,-95],[-56,-40],[-8,-10],[-2,-22],[-27,-118],[-57,-146],[-7,-35],[-8,-127],[-30,-116],[-4,-39],[8,-138],[8,-28],[22,-47],[28,-40],[11,-25],[4,-44],[-11,-113],[3,-32],[23,-40],[3,-18],[-5,-17],[-30,-20],[-5,-39],[-9,-41],[-4,-42],[9,-38],[17,15],[16,-9],[10,-24],[1,-30],[11,12],[20,44],[11,11]],[[26290,91827],[20,-34],[9,13],[3,35],[12,68],[9,103],[26,136],[3,70],[-23,51],[-15,14],[-15,-58],[-35,-43],[-8,-22],[-4,-35],[-30,-96],[-8,-39],[0,-27],[9,-26],[47,-110]],[[40276,99920],[-19,-13],[-24,13],[-12,-108],[-21,-61],[7,-32],[18,-47],[12,-8],[30,25],[29,37],[15,27],[4,33],[-1,40],[-4,39],[-7,28],[-10,15],[-17,12]],[[40201,99207],[-20,-19],[-8,-23],[5,-63],[8,-34],[14,-24],[47,-4],[27,59],[2,76],[-26,47],[-25,-4],[-24,-11]],[[40241,98568],[9,-42],[10,6],[9,32],[25,-31],[0,-51],[4,-13],[22,-25],[9,4],[2,26],[-2,39],[-25,230],[15,36],[-17,0],[-38,13],[-14,-76],[-9,-98],[0,-50]],[[32879,98183],[31,-38],[31,9],[24,39],[9,55],[-21,42],[-45,0],[-36,-37],[7,-70]],[[33711,98171],[-8,-19],[4,-16],[21,-29],[18,-32],[16,-5],[27,12],[35,-38],[41,-118],[27,-46],[9,13],[-10,25],[-8,40],[-4,41],[6,34],[-14,26],[-16,20],[-23,15],[-51,22],[-14,9],[-5,14],[-40,20],[-11,12]],[[40017,98058],[-13,-13],[-37,3],[-26,-19],[-41,-23],[-14,-18],[5,-41],[11,-50],[2,-42],[-15,-18],[-3,-15],[0,-50],[-10,-42],[0,-19],[22,-16],[14,-44],[0,-24],[-23,-16],[-5,-17],[20,-18],[-9,-26],[78,0],[25,8],[15,14],[30,42],[21,-13],[6,36],[16,40],[-8,51],[0,26],[22,22],[1,26],[-11,46],[-22,46],[-4,29],[8,26],[10,5],[29,2],[12,43],[-7,7],[-36,-2],[-12,7],[-7,22],[-17,22],[-19,-11],[-8,14]],[[40401,97962],[-8,-16],[-9,-45],[-30,-21],[-8,-31],[-6,-43],[-10,-38],[-19,-15],[-14,7],[-11,18],[-7,23],[-5,39],[-24,26],[-19,33],[-28,19],[-13,-5],[-25,-20],[-18,0],[15,-48],[1,-60],[-8,-35],[-29,-54],[-11,-26],[-1,-31],[5,-32],[11,-31],[14,-21],[38,-41],[33,-90],[27,-12],[8,-38],[14,-8],[23,-2],[11,-9],[44,-20],[0,-21],[-39,-118],[-3,-23],[5,-81],[12,-37],[9,-42],[14,-6],[84,37],[69,55],[34,14],[12,17],[24,-20],[13,-33],[4,-20],[-6,-42],[0,-24],[24,-16],[12,-33],[14,-2],[30,-13],[12,-10],[28,-33],[21,1],[26,26],[34,7],[22,14],[59,77],[15,29],[11,64],[-22,7],[-6,35],[-22,46],[-11,12],[-56,35],[-20,9],[-81,-9],[-20,-9],[-24,-27],[-16,-7],[-14,2],[-17,17],[-4,19],[2,21],[0,61],[-5,15],[-45,15],[-8,13],[-2,23],[4,43],[12,38],[75,129],[14,42],[-6,38],[-20,45],[-10,13],[-9,25],[-25,0],[-13,29],[-12,61],[-30,27],[-6,16],[-6,34],[-16,15],[-43,22],[-5,11],[-14,-6]],[[40064,97384],[-47,-1],[-16,-14],[-8,-23],[-7,-73],[-12,-34],[-15,-32],[-12,-37],[-4,-77],[31,-22],[47,3],[40,-5],[25,-37],[12,-1],[53,22],[-2,25],[-29,68],[3,57],[-8,34],[-29,61],[-18,20],[-7,24],[15,32],[-12,10]],[[33039,97531],[30,96],[12,6],[15,-7],[56,-12],[14,-6],[18,-26],[18,-6],[18,5],[3,15],[-16,43],[18,-12],[39,-51],[20,5],[15,16],[8,24],[4,31],[-18,60],[-8,16],[-53,51],[-40,-10],[-28,-26],[-27,-8],[-33,44],[-15,-52],[-9,-11],[-41,-27],[-27,-35],[-37,-81],[-11,-34],[1,-27],[15,-13],[22,4],[22,13],[15,15]],[[33289,97767],[42,-13],[41,2],[26,23],[28,-18],[24,7],[20,25],[14,36],[1,35],[-3,24],[-10,14],[-49,8],[-48,29],[-52,4],[-4,-7],[2,-43],[-12,-1],[-15,14],[-26,4],[-12,-5],[-9,-46],[-7,-18],[1,-19],[18,-31],[30,-24]],[[33507,97785],[18,-19],[6,35],[6,15],[16,-2],[21,-20],[19,16],[6,19],[0,25],[-16,42],[-32,30],[-5,11],[-9,96],[-23,-10],[-14,-50],[-7,-61],[-1,-46],[15,-81]],[[33624,98059],[47,-34],[22,8],[16,-20],[7,2],[4,18],[-5,10],[-22,20],[-6,18],[-13,10],[-32,3],[16,47],[-16,16],[-25,-27],[-18,-40],[4,-21],[21,-10]],[[41474,96605],[35,1],[18,18],[6,30],[-10,27],[-47,12],[-10,16],[-22,18],[-14,39],[-8,14],[-12,4],[-10,-7],[-8,-23],[7,-12],[29,-31],[-2,-51],[4,-25],[16,-19],[32,-7],[-4,-4]],[[43364,96409],[-115,-55],[-24,-26],[-6,-26],[24,-19],[90,-3],[13,3],[22,18],[16,7],[6,-11],[-8,-14],[-52,-49],[36,7],[28,25],[49,56],[9,-39],[33,38],[8,25],[-8,25],[-20,12],[-53,4],[-22,23],[-26,-1]],[[40620,96277],[-20,7],[-59,4],[-22,27],[-80,41],[-20,-3],[-39,-31],[-34,-53],[-16,-33],[3,-15],[43,-28],[22,-6],[9,27],[12,18],[27,2],[47,-13],[71,-49],[26,-3],[18,14],[14,28],[6,34],[-8,32]],[[35320,96183],[-21,10],[-28,42],[-12,10],[-18,-13],[-15,-37],[-19,19],[-9,52],[-29,-9],[-24,2],[-17,-11],[-10,-25],[-10,-54],[-18,-38],[-26,-25],[-36,-90],[-23,-41],[-28,-33],[-6,28],[0,58],[-2,29],[-31,47],[-5,22],[2,49],[4,23],[7,9],[17,5],[31,47],[-56,126],[-23,24],[-16,-11],[-8,-19],[-6,-39],[-18,-7],[-15,6],[-28,32],[-47,0],[-57,-11],[-15,-7],[-25,-33],[-15,-11],[-18,3],[-46,27],[-27,7],[-20,-15],[-78,-166],[-21,-73],[-12,-82],[-4,-81],[5,-77],[80,-261],[26,-9],[31,28],[94,121],[26,43],[23,55],[15,58],[12,30],[23,27],[29,88],[37,25],[16,15],[10,45],[9,-1],[15,-21],[2,-18],[-2,-59],[27,-244],[-9,-60],[-60,-54],[-24,-16],[-4,-18],[2,-21],[18,-26],[42,-18],[16,-34],[11,-6],[47,50],[13,4],[8,-20],[4,-42],[10,-10],[8,18],[3,40],[-4,167],[12,83],[28,68],[20,21],[27,3],[11,-10],[2,-43],[4,-10],[24,-12],[8,-30],[7,-71],[25,24],[34,-34],[35,25],[32,16],[53,63],[32,50],[8,39],[-2,57],[7,38],[17,67],[2,39],[-4,35],[-14,22],[-22,12],[-24,3]],[[40105,95886],[42,-21],[13,9],[27,35],[38,13],[4,16],[-14,55],[-10,9],[-21,-6],[-11,22],[-9,0],[-8,-38],[-24,-6],[-25,-42],[-2,-46]],[[35317,95730],[-12,-28],[-18,-61],[2,-36],[16,-14],[2,-19],[-19,-45],[-4,-55],[3,-36],[13,-58],[8,-18],[13,-6],[14,18],[25,-25],[14,-9],[36,3],[34,32],[10,26],[0,27],[7,40],[3,51],[-8,24],[-27,24],[-11,-7],[-16,3],[-14,37],[-2,32],[6,33],[-20,90],[-9,22],[-17,5],[2,-29],[-6,-12],[-25,-9]],[[36421,95369],[-5,-85],[-22,-71],[-18,-34],[-9,-36],[-2,-81],[8,-32],[73,-159],[6,-32],[11,-23],[31,-14],[27,-2],[79,14],[37,-3],[26,9],[22,14],[113,45],[52,32],[93,83],[54,23],[31,-3],[48,-38],[31,-9],[40,5],[16,-5],[34,-39],[35,-2],[10,21],[1,31],[11,33],[25,20],[25,-2],[26,-9],[23,-3],[15,8],[21,26],[13,5],[51,-13],[80,14],[29,-1],[44,-20],[11,4],[4,34],[-2,131],[-7,27],[-10,2],[-27,-15],[-5,7],[5,20],[19,38],[-2,17],[-18,20],[-19,5],[-19,-9],[-18,-22],[-10,-31],[-9,-38],[-6,-13],[-30,1],[-6,12],[6,70],[-2,41],[-12,34],[-44,11],[-25,24],[-13,4],[-8,-18],[-15,-82],[-8,-27],[17,-13],[-17,-10],[-18,-2],[-18,8],[-15,17],[-9,-26],[-17,25],[-15,53],[-16,11],[-14,1],[-33,12],[-22,26],[-22,-14],[-85,20],[-71,43],[-74,8],[-35,27],[-53,23],[-69,13],[-51,-4],[-47,-14],[-35,-27],[2,37],[-4,18],[-10,-1],[-19,-22],[-18,-14],[-60,-16],[-22,-2],[-50,-23],[-15,-68]],[[37709,95238],[-15,-26],[-1,-17],[-20,-6],[-19,-16],[-11,-32],[-4,-42],[9,-34],[18,-22],[13,8],[6,34],[12,8],[54,-39],[10,-11],[7,-26],[2,-33],[-2,-36],[-7,-31],[47,21],[19,4],[59,0],[28,6],[60,26],[25,5],[213,-5],[85,28],[20,2],[21,-13],[26,-30],[25,-11],[25,16],[41,39],[56,0],[44,25],[109,13],[28,-7],[16,1],[13,20],[43,11],[43,-3],[18,4],[81,54],[9,15],[2,20],[-20,0],[-52,11],[-217,13],[-156,37],[-60,0],[-148,-29],[-52,4],[-29,11],[-13,-2],[-26,-26],[-27,-17],[-12,-2],[-100,17],[-18,-6],[-26,26],[-39,2],[-78,-15],[-10,15],[-2,29],[-5,10],[-31,-29],[-37,-11],[-10,8],[-16,28],[-10,8],[-14,-2]],[[36390,94898],[-19,1],[-20,-9],[-15,-17],[-6,-26],[5,-16],[37,-17],[31,-52],[15,-11],[2,86],[-7,40],[-23,21]],[[35793,94789],[-12,24],[-9,-9],[-19,-46],[-7,-25],[13,-11],[25,3],[13,-30],[8,-8],[2,42],[-12,35],[-2,25]],[[35747,94820],[20,17],[17,-10],[-7,16],[-8,72],[-17,40],[-72,101],[-20,-40],[2,-50],[18,-107],[8,-21],[19,-14],[29,-10],[11,6]],[[35523,94891],[0,27],[-8,73],[0,14],[-10,0],[0,-60],[10,-54],[8,0]],[[34790,95005],[16,12],[12,45],[12,24],[32,34],[14,29],[-2,46],[-10,43],[-16,27],[-16,15],[-20,8],[-9,-12],[-6,-46],[-20,-72],[-5,-40],[-3,-94],[6,-19],[15,0]],[[35038,95219],[27,-4],[20,25],[31,68],[46,46],[6,20],[-1,23],[-8,20],[-14,11],[-12,-5],[-33,-36],[-63,-98],[-11,-39],[12,-31]],[[35602,95008],[-16,-21],[-10,-41],[8,-43],[37,30],[7,21],[-11,40],[-15,14]],[[15931,92799],[14,34],[17,69],[-8,46],[0,17],[14,49],[53,97],[11,50],[30,61],[6,33],[-4,37],[-18,64],[-12,67],[-89,147],[-18,9],[-25,-19],[-5,33],[-12,28],[-17,21],[-23,8],[-18,41],[-47,34],[-17,-16],[-8,-22],[-9,-51],[-9,0],[-24,95],[-11,20],[-22,11],[-65,20],[-21,-10],[-46,9],[-44,26],[-18,46],[-20,-13],[-38,-40],[-20,-12],[-21,-1],[-36,14],[-20,0],[-53,-15],[-20,-44],[-20,-185],[6,-117],[-8,-19],[-37,-41],[-17,-10],[15,-47],[5,-59],[-8,-51],[-26,-21],[-17,-6],[-16,-15],[-11,-20],[-2,-22],[7,-21],[12,1],[33,20],[22,5],[8,-7],[-4,-67],[-5,-18],[-23,-40],[-8,-23],[1,-24],[17,-53],[0,-66],[5,-16],[34,-40],[19,-30],[0,-20],[-44,-81],[-13,-55],[10,-42],[36,-22],[34,15],[35,64],[85,-1],[79,58],[34,40],[-1,70],[-20,50],[0,27],[43,16],[13,10],[15,-15],[12,-35],[-4,-16],[68,-86],[31,-31],[4,-39],[2,-84],[12,-41],[16,-5],[23,11],[32,8],[35,2],[13,9],[0,66],[6,34],[14,20],[23,8],[30,1],[26,7],[44,29],[29,2],[-8,18],[-21,26],[-4,13],[2,18]],[[13838,92780],[26,21],[16,-14],[10,46],[34,11],[71,-18],[17,-29],[21,18],[26,-14],[16,7],[21,25],[11,-7],[9,13],[-17,37],[8,28],[1,34],[-9,29],[-42,17],[-29,45],[-11,7],[-31,6],[-46,39],[-11,60],[10,74],[79,315],[60,130],[21,28],[35,16],[41,34],[36,2],[8,11],[0,25],[-23,11],[-58,1],[-26,6],[-84,45],[-164,41],[-141,72],[-15,-4],[-13,-21],[-29,5],[-33,18],[-21,18],[-44,58],[-38,70],[-32,78],[-80,320],[-49,316],[0,81],[17,121],[6,18],[-7,17],[-67,111],[6,35],[0,18],[-26,13],[-14,30],[-4,40],[-23,27],[-17,64],[-32,33],[-4,23],[0,76],[3,22],[13,16],[-4,38],[-10,14],[-58,63],[-8,6],[-28,-2],[-25,8],[-33,76],[-47,10],[-53,-53],[-32,-15],[-113,3],[-31,-14],[15,-16],[21,-48],[11,-42],[7,-47],[26,-57],[-9,-71],[0,-36],[13,-33],[39,-60],[15,-35],[10,-37],[-33,-3],[-16,14],[-9,32],[-6,7],[-59,-15],[-25,15],[-40,48],[-17,33],[3,27],[49,66],[14,29],[-34,16],[-34,25],[-25,36],[-10,44],[-3,46],[-10,46],[-21,27],[-35,-11],[-37,-44],[-24,-8],[-59,3],[-15,-9],[-51,-76],[-8,-6],[-24,0],[-7,-12],[-11,-39],[-38,-25],[-4,-19],[6,-52],[-20,-20],[24,-32],[50,-42],[10,-84],[-34,-71],[-97,-97],[-146,-79],[-37,-35],[-22,-55],[-14,-71],[4,-75],[23,-65],[40,18],[44,6],[22,-6],[47,-32],[4,-14],[28,-58],[17,-16],[63,25],[84,0],[36,-2],[25,27],[25,18],[66,30],[30,28],[14,-19],[20,-49],[18,-21],[11,-5],[41,-7],[27,12],[24,-24],[75,-15],[42,-27],[12,-17],[6,-22],[4,-54],[-1,-62],[3,-20],[13,-38],[5,-30],[11,-29],[3,-38],[-9,-54],[13,-88],[39,-46],[48,-30],[39,-38],[20,-78],[-15,-79],[-26,-81],[-12,-80],[6,-84],[19,-77],[82,-195],[20,-17],[91,-10],[25,-8],[264,-135],[60,-87],[23,-12],[62,3],[24,-10],[13,-19],[15,-43],[11,-20],[42,-44],[6,-20],[4,-42],[12,-41],[19,-20]],[[16826,95684],[-22,-22],[-56,-18],[-30,-17],[-18,-28],[14,-8],[21,3],[14,-22],[1,-19],[-12,-50],[10,-55],[33,-3],[15,3],[81,39],[19,18],[12,22],[8,28],[4,30],[-4,27],[-10,18],[-35,35],[-35,22],[-10,-3]],[[16553,95352],[60,-10],[43,4],[25,27],[-28,13],[-42,4],[-40,-10],[-18,-28]],[[15043,93307],[-34,-8],[-41,-19],[-31,-29],[-7,-34],[-36,-25],[-24,14],[-9,-22],[37,-34],[37,-61],[14,-17],[23,40],[43,18],[24,32],[18,42],[12,40],[-14,31],[2,26],[-14,6]],[[14232,93138],[-21,16],[-19,20],[-26,-7],[-24,-21],[-34,-36],[-9,-30],[-16,-24],[-4,-18],[45,-23],[50,-60],[22,-14],[59,-20],[42,20],[-6,43],[32,82],[-9,39],[-24,18],[-58,15]],[[14519,93146],[17,-4],[9,12],[8,33],[2,49],[-16,35],[-10,31],[-17,1],[-7,-17],[-17,-17],[-37,-73],[21,-15],[14,-15],[33,-20]],[[17144,96096],[41,61],[6,23],[-15,16],[-10,2],[-22,-32],[-14,-8],[-23,-4],[-18,-23],[-1,-15],[20,-6],[-1,10],[24,3],[6,-32],[7,5]],[[17551,96130],[17,-10],[29,12],[42,61],[44,21],[39,33],[124,73],[59,65],[29,15],[11,12],[5,17],[-4,18],[-22,33],[0,133],[-12,31],[-15,30],[-20,22],[-23,6],[-38,-37],[-23,0],[-22,14],[-43,40],[-22,8],[-14,-6],[-26,-26],[-15,-6],[-25,4],[-43,17],[-19,4],[-21,-15],[-9,-35],[-9,-304],[-32,-116],[-4,-43],[11,-22],[25,-27],[26,-22]],[[17297,96348],[-13,11],[-15,-10],[-24,-31],[-5,-12],[-2,-42],[7,-12],[13,5],[24,22],[9,19],[6,27],[0,23]],[[11117,97312],[13,73],[34,73],[35,-25],[36,-48],[44,0],[14,32],[5,91],[11,35],[49,52],[24,31],[9,37],[-9,28],[-64,110],[-14,29],[-16,20],[-37,24],[-24,32],[-69,-92],[-42,-36],[-28,26],[-9,0],[-8,-76],[-9,0],[-5,44],[13,76],[-8,32],[-8,0],[-10,-34],[-17,-25],[-36,-42],[-9,-22],[-17,-62],[-11,-25],[3,-29],[70,-104],[19,4],[12,-24],[13,-67],[13,-153],[24,3],[9,12]],[[10251,97874],[18,6],[46,-4],[9,4],[13,40],[-14,44],[-27,37],[-27,21],[-53,13],[-28,14],[-11,26],[-15,12],[-68,18],[-21,2],[-46,-37],[-46,-80],[-31,-87],[1,-61],[36,10],[71,-40],[28,10],[16,11],[39,-29],[18,6],[29,26],[28,12],[35,26]],[[11301,98021],[17,-2],[12,6],[15,27],[28,30],[19,-12],[21,6],[29,31],[20,14],[20,8],[52,5],[29,-10],[20,-24],[35,-56],[68,-46],[23,-34],[40,-14],[67,-44],[-6,35],[-13,27],[-4,21],[23,17],[27,-5],[33,-18],[26,-8],[11,25],[-105,82],[-65,130],[-37,50],[-29,-15],[-7,-40],[0,-27],[-8,-16],[-32,-5],[-27,13],[-16,33],[-23,80],[-39,57],[-16,17],[-35,-22],[-15,18],[-7,31],[43,14],[-7,21],[-71,91],[-41,24],[-20,17],[-8,23],[-8,-50],[-27,34],[-17,-54],[-9,-151],[-9,-45],[-20,-41],[-48,-60],[-24,-23],[-1,-43],[14,-31],[15,-5],[31,-1],[17,-7],[25,-41],[14,-37]],[[11245,98564],[-6,40],[-12,34],[12,0],[22,14],[-8,21],[-64,117],[-24,50],[-9,5],[-8,-9],[1,-37],[20,-71],[6,-12],[-27,24],[-8,0],[13,-50],[61,-82],[21,-44],[10,0]],[[11386,98708],[13,-18],[17,26],[8,-7],[10,-44],[35,-50],[30,-28],[24,-6],[6,20],[-24,51],[-178,283],[-16,4],[-7,-20],[-24,32],[-27,18],[10,-36],[33,-51],[6,-34],[15,-22],[27,-8],[8,-45],[14,-22],[20,-43]],[[11227,97943],[28,7],[6,18],[-4,33],[-18,18],[-74,-13],[-21,-10],[-5,-25],[7,-27],[15,-13],[49,0],[17,12]],[[11086,99202],[-8,4],[-16,-10],[10,-10],[34,-66],[22,-15],[4,-28],[13,-17],[8,4],[11,22],[1,22],[-6,20],[-14,19],[-37,28],[-22,27]],[[9743,99638],[-5,38],[-10,39],[-15,36],[-33,52],[-22,19],[-24,7],[-41,-23],[-25,-57],[-28,-168],[-1,-33],[6,-31],[16,-28],[22,-19],[15,2],[16,10],[108,33],[18,21],[6,48],[-3,54]],[[9437,99738],[-15,4],[-9,-6],[12,-55],[15,-58],[16,-36],[13,4],[5,24],[-1,30],[-13,52],[-23,41]],[[10967,99997],[-12,-2],[-12,-21],[-14,0],[-23,9],[-26,-21],[-10,-29],[4,-34],[19,-37],[11,-9],[28,-5],[24,-25],[11,-5],[24,11],[18,0],[-15,41],[-8,31],[-3,32],[0,44],[-6,16],[-10,4]],[[11280,99950],[-1,-43],[39,30],[16,8],[23,0],[37,-12],[14,3],[9,21],[2,19],[-21,12],[-50,8],[-29,-5],[-25,-13],[-14,-28]],[[11558,99856],[10,-12],[12,12],[7,27],[-17,22],[-21,1],[-5,-22],[14,-28]],[[10938,99806],[-32,23],[8,-22],[35,-54],[20,-63],[14,-12],[13,45],[-21,45],[-37,38]],[[10021,99811],[-14,7],[-9,-12],[-16,-52],[-15,-26],[-6,-30],[3,-26],[22,-6],[11,13],[10,26],[15,49],[5,41],[-6,16]],[[9520,99962],[-11,24],[-16,-5],[-20,-27],[-11,-42],[6,-34],[15,-23],[15,25],[16,41],[6,41]],[[9163,99058],[9,-24],[36,11],[42,27],[25,23],[-17,17],[-38,-9],[-38,-22],[-19,-23]],[[11703,87779],[4,51],[-4,20],[-17,23],[-32,11],[-25,22],[-13,2],[-8,-20],[8,-36],[17,-30],[37,-45],[23,-15],[10,17]],[[27697,83373],[-1,-27],[2,-76],[23,-27],[14,-29],[0,-27],[-20,-64],[-13,-24],[-1,-13],[10,-20],[43,-39],[10,-6],[25,11],[16,28],[69,204],[25,55],[33,45],[32,30],[-1,35],[-35,30],[-127,6],[-19,-7],[-69,-51],[-16,-34]],[[25253,82502],[-20,-14],[-22,6],[-14,-16],[-44,-83],[-4,-15],[25,-16],[22,-38],[71,-70],[34,-15],[45,71],[-11,54],[-22,38],[-12,43],[-19,44],[-29,11]],[[58961,81358],[54,-12],[48,2],[23,6],[6,18],[-4,29],[-93,40],[-54,-20],[-16,-38],[36,-25]],[[59688,81201],[-44,-14],[-32,-4],[-37,10],[-36,0],[-30,-17],[-14,-30],[12,-31],[22,-16],[16,-6],[91,-1],[24,7],[26,31],[37,40],[-13,24],[-22,7]],[[58891,79744],[18,-27],[4,-24],[16,-4],[16,11],[10,39],[18,31],[10,77],[0,18],[-10,21],[-26,39],[-14,13],[-20,5],[-57,-126],[2,-32],[14,-22],[19,-19]],[[59001,79698],[-24,-20],[2,-25],[8,-24],[26,-40],[15,7],[20,-4],[19,-11],[16,-17],[17,-9],[34,87],[22,24],[9,17],[-11,40],[-22,38],[-28,18],[-49,2],[-28,-7],[-22,-21],[0,-43],[-4,-12]],[[60621,82712],[-21,50],[-39,13],[-107,55],[-113,36],[-18,22],[-46,78],[-15,1],[-36,-9],[12,-20],[26,-25],[15,-18],[30,-59],[13,-18],[33,-21],[71,-28],[80,-96],[14,-41],[36,-12],[15,-10],[28,-32],[147,-101],[20,-18],[14,-60],[14,-16],[17,8],[14,36],[1,43],[-12,41],[-18,30],[-52,25],[-123,146]],[[60669,82836],[67,-3],[24,6],[12,16],[0,24],[-8,28],[-20,48],[-4,73],[-14,14],[-113,19],[-87,-2],[-40,-12],[-24,6],[-18,20],[-18,-1],[-27,-27],[19,-41],[35,-38],[27,-20],[56,-13],[27,-12],[21,-35],[61,-42],[24,-8]],[[60684,83086],[62,-40],[44,-75],[29,-25],[26,-4],[14,12],[3,16],[-7,24],[-9,50],[-15,33],[-25,26],[-48,15],[-62,-6],[-12,-26]],[[60990,82758],[16,-20],[22,14],[12,39],[0,18],[-8,8],[-30,-16],[-16,-17],[4,-26]],[[60827,83540],[-17,10],[-34,8],[-18,-30],[18,-52],[26,-47],[41,-5],[28,25],[2,31],[-14,29],[-32,31]],[[60855,83560],[18,-12],[8,17],[-14,45],[-12,24],[-25,26],[-56,36],[-43,3],[-17,-21],[22,-72],[32,-24],[51,-6],[36,-16]],[[48004,93921],[43,-30],[7,-16],[28,1],[26,44],[0,38],[-28,18],[-30,29],[-8,-13],[-18,18],[-43,29],[-20,-13],[22,-53],[8,-29],[13,-23]],[[90269,97596],[-8,-46],[12,-42],[28,-8],[16,24],[8,39],[-2,37],[-22,14],[-32,-18]],[[99735,97401],[58,-65],[19,-14],[13,6],[-5,13],[-36,27],[-35,39],[-12,17],[-16,0],[14,-23]],[[99824,97322],[19,-170],[21,-65],[6,-36],[-19,-33],[0,26],[-18,-15],[18,-23],[17,26],[2,30],[-10,77],[-14,50],[-3,20],[0,74],[-19,39]],[[51196,96943],[-100,106],[-93,138],[-30,32],[-28,15],[-24,-9],[-26,-25],[-19,-28],[-20,-36],[-26,18],[-39,42],[-39,-24],[-8,38],[-15,43],[-12,5],[-84,-24],[-10,38],[-12,16],[-27,-18],[-14,-1],[-66,8],[-38,15],[-29,23],[-28,-5],[-12,11],[-19,33],[-12,6],[-24,-15],[-1,-33],[30,-129],[36,-72],[46,-56],[41,-23],[-14,46],[-2,21],[8,22],[197,-230],[26,-11],[30,37],[20,42],[24,37],[27,10],[32,-37],[20,-62],[23,-180],[14,-62],[3,-21],[23,-45],[4,-18],[-8,-108],[8,-39],[14,-35],[24,-37],[26,-28],[26,-12],[31,6],[48,25],[30,7],[57,-14],[80,-73],[55,-14],[48,15],[62,41],[79,18],[60,66],[36,21],[16,24],[5,29],[-12,26],[-75,15],[-12,17],[-12,40],[-30,13],[-35,-2],[-28,-8],[-20,-21],[-16,-4],[-10,31],[-18,34],[-12,49],[-43,49],[-20,27],[-12,66],[-16,17],[-18,35],[-16,52],[-25,34]],[[93596,96898],[14,7],[3,27],[-12,21],[-23,-5],[-8,-27],[8,-13],[18,-10]],[[49863,96610],[8,27],[-26,-16],[-20,-80],[-23,-16],[-20,14],[5,26],[23,42],[7,48],[-2,34],[-21,61],[-19,14],[-57,26],[-19,-3],[-17,-12],[-20,-23],[-18,-38],[-4,-43],[-21,-50],[16,-41],[29,-40],[20,-69],[16,-23],[18,-18],[18,-7],[42,-2],[21,3],[19,10],[43,85],[0,62],[2,29]],[[68546,95727],[-21,70],[-11,19],[0,41],[-2,22],[-18,26],[-78,62],[-27,45],[-12,6],[-30,-1],[-18,15],[-10,-23],[-42,-124],[2,-72],[8,-32],[16,-29],[30,-6],[10,-26],[39,-52],[12,-6],[45,-55],[20,-10],[1,54],[22,-16],[22,-23],[14,-32],[12,-6],[17,1],[30,22],[21,2],[-11,37],[-28,55],[-13,36]],[[50004,95714],[105,-14],[113,7],[46,22],[28,48],[-24,-7],[-37,21],[-60,-24],[-14,4],[-30,18],[-67,-10],[-28,12],[-26,5],[-14,-28],[0,-36],[8,-18]],[[50459,95582],[-8,-14],[-10,1],[-34,-26],[18,-14],[8,-43],[36,0],[9,-26],[7,-36],[17,-14],[38,-7],[34,6],[34,-2],[29,-29],[16,-8],[50,26],[16,-7],[14,-21],[15,-9],[34,13],[13,-7],[17,-25],[8,-6],[44,-7],[41,-32],[24,-12],[52,-4],[24,-7],[9,-21],[14,-5],[56,-39],[34,-29],[38,-18],[29,-2],[27,-30],[23,-10],[40,2],[97,-30],[40,-32],[20,-53],[14,14],[13,3],[10,-8],[6,-23],[10,0],[6,25],[14,28],[14,8],[28,8],[18,20],[25,-5],[50,-26],[22,-6],[51,-26],[40,13],[16,0],[34,-22],[14,-3],[12,7],[0,16],[-16,28],[0,12],[26,1],[115,-17],[16,4],[33,33],[28,8],[12,9],[20,39],[36,0],[45,10],[98,3],[12,5],[9,26],[14,5],[0,9],[-65,54],[-42,21],[-49,5],[-20,5],[-48,27],[-22,6],[-109,-13],[-209,38],[-80,-16],[-28,3],[-46,27],[-26,22],[-30,29],[-32,-3],[-21,10],[-18,30],[-52,15],[-117,-1],[-48,24],[-35,-19],[-96,38],[-77,-31],[-52,8],[-87,29],[-257,26],[-134,44],[-18,1]],[[48850,94969],[26,68],[14,65],[-20,42],[16,26],[20,24],[10,6],[8,64],[-4,33],[-14,10],[-12,-11],[-73,-158],[-10,-88],[0,-33],[18,-89],[21,41]],[[49051,94763],[-14,-43],[-8,-50],[-2,-52],[10,-45],[26,-33],[21,6],[16,34],[10,73],[34,85],[3,24],[-7,20],[-13,18],[-17,13],[-16,4],[-25,-19],[-18,-35]],[[49287,94000],[16,-11],[22,2],[16,10],[4,12],[-2,41],[0,200],[-6,18],[-12,10],[-4,-68],[-6,-40],[-8,-30],[-36,-46],[-4,-26],[32,-30],[-16,-24],[4,-18]],[[68800,95470],[-12,-15],[-30,13],[-10,-5],[6,-42],[14,-15],[10,3],[6,14],[11,5],[33,-21],[33,-3],[20,9],[8,12],[-44,11],[-16,48],[-14,23],[-10,-6],[-5,-31]],[[59770,95356],[-1,-40],[14,20],[20,19],[26,17],[-16,20],[-24,-9],[-19,-27]],[[64834,94903],[-49,-44],[-16,-6],[-20,4],[-30,17],[-29,3],[-20,-10],[-22,2],[-12,18],[-14,2],[-18,-22],[-9,-51],[-5,-14],[-14,-4],[-20,29],[-20,11],[-7,-30],[6,-42],[37,-73],[10,-43],[-4,-24],[-57,-25],[-12,-1],[-22,12],[-12,-10],[-19,-35],[-1,-20],[14,-74],[8,-26],[20,-31],[22,-14],[20,7],[15,64],[16,14],[22,8],[24,15],[14,-31],[22,-6],[47,12],[19,12],[1,26],[-10,26],[-31,17],[-6,13],[6,32],[8,1],[31,-13],[22,0],[16,-12],[16,-34],[18,-11],[24,-32],[25,13],[23,-25],[144,-35],[44,3],[38,12],[41,20],[-8,-26],[31,5],[49,37],[27,9],[12,-5],[47,-33],[25,-7],[26,7],[18,23],[41,75],[14,16],[0,25],[10,49],[12,32],[8,-29],[10,0],[12,53],[14,10],[25,0],[-17,-39],[43,3],[44,-3],[36,11],[16,47],[2,57],[-3,27],[-25,18],[-22,32],[-11,11],[-19,-8],[7,-14],[17,-17],[28,-75],[0,-50],[-8,0],[-18,21],[-32,10],[-35,1],[-20,-7],[-70,31],[-51,32],[-36,-5],[-18,4],[-14,35],[-16,-1],[-16,-16],[-5,-30],[-8,0],[-22,46],[-14,22],[-12,9],[-215,16],[-33,-16],[-28,21],[-28,9],[-32,-2],[-32,-16]],[[66059,94247],[-31,-17],[-32,14],[-10,-24],[38,-36],[20,-3],[52,0],[29,12],[24,31],[29,71],[-23,14],[-18,25],[-28,50],[-17,0],[-5,-27],[-22,-24],[10,-48],[-16,-38]],[[69060,94100],[-50,-26],[-14,-13],[-32,-2],[-19,-5],[-92,-93],[-12,-7],[-25,21],[-8,-7],[-1,-27],[26,-40],[39,-26],[29,15],[18,-21],[53,-93],[22,-91],[10,-13],[28,-22],[42,-65],[21,-17],[20,3],[96,7],[19,9],[27,-27],[13,18],[20,18],[18,5],[12,-38],[10,-1],[27,11],[47,25],[27,8],[18,30],[-10,19],[-7,45],[-1,31],[6,29],[18,52],[-6,27],[-18,-12],[10,57],[-16,44],[-29,32],[-35,19],[-35,12],[-22,27],[-11,4],[-44,32],[-29,-1],[-69,62],[-28,16],[-18,-4],[-45,-27]],[[69991,93575],[-2,-41],[-20,-28],[-28,29],[-49,-44],[-26,-15],[-44,33],[-16,-13],[-9,-27],[-3,-22],[28,-45],[44,-19],[54,0],[99,27],[26,-3],[35,-26],[44,-11],[20,-17],[29,-45],[10,-10],[44,-8],[14,-6],[32,-29],[8,-25],[35,-38],[3,-22],[35,-3],[31,-44],[8,-28],[17,-13],[22,-5],[23,-10],[14,-15],[28,-40],[56,-33],[34,-35],[84,-68],[19,-25],[10,-51],[14,-31],[12,-11],[76,-45],[79,-27],[20,-18],[249,-360],[173,-154],[48,-27],[188,-53],[26,0],[23,-5],[33,-37],[36,-28],[18,-52],[43,-18],[18,-12],[15,-50],[13,-26],[32,-45],[31,-33],[-4,-58],[4,-18],[106,-194],[24,-23],[13,-40],[19,-20],[23,-2],[17,-18],[13,-68],[24,-27],[4,-33],[12,-23],[27,-39],[20,-53],[10,-31],[8,-53],[62,-182],[33,-62],[9,-33],[-1,-33],[-11,-35],[16,-42],[0,-24],[-7,-22],[15,-44],[-16,-198],[-3,-14],[-23,-87],[1,-25],[13,-60],[9,-93],[14,-25],[28,-19],[5,-12],[1,-102],[7,-30],[29,-41],[45,-45],[34,-47],[-4,-45],[44,-33],[30,-46],[20,-55],[11,-55],[14,33],[8,41],[11,26],[28,-12],[9,29],[34,47],[10,29],[16,60],[9,24],[26,34],[8,18],[0,63],[12,19],[30,29],[10,15],[4,29],[0,59],[-4,26],[-12,24],[-28,41],[-4,36],[16,62],[74,89],[32,52],[-13,47],[1,47],[12,103],[-11,39],[-26,44],[-31,35],[-23,14],[1,15],[-12,31],[-20,42],[-33,102],[-17,25],[-41,48],[-12,27],[-4,28],[0,50],[-13,24],[-19,-25],[-51,2],[-26,13],[-12,47],[-18,34],[-8,36],[-5,56],[-16,48],[-15,-5],[-17,-27],[-26,-16],[-28,3],[-25,7],[-23,12],[-24,18],[-26,29],[-21,28],[-22,23],[-31,9],[-31,2],[-26,10],[1,6],[-24,34],[-6,22],[10,37],[2,22],[-6,21],[-24,37],[-10,52],[-13,37],[-33,62],[-14,-28],[-22,-19],[-25,-2],[-26,24],[-10,21],[-10,43],[-15,27],[-12,30],[-23,18],[-8,70],[-5,10],[-24,19],[-20,31],[-90,60],[-45,39],[-39,47],[-35,55],[-61,133],[-47,67],[-11,17],[-13,9],[1,30],[-4,31],[-31,3],[-18,19],[-12,5],[-44,1],[-23,24],[-21,28],[-13,11],[-19,-12],[-17,4],[-24,21],[-16,3],[-46,-3],[-18,6],[-19,17],[-16,32],[-8,46],[-33,-10],[-27,26],[-21,41],[-13,32],[-25,38],[-97,90],[-15,-2],[-72,77],[-48,7],[-40,69],[-20,29],[-24,22],[-23,16],[-28,8],[-34,-15],[-12,9],[-22,40],[-14,5],[-94,-5],[-51,16],[-22,45],[-10,70],[-26,40],[-95,58],[-29,8],[-15,9],[-6,14],[-11,41],[-32,29],[-54,12],[-24,22],[-30,58],[-31,21],[-14,15],[-6,22],[-8,3],[-40,35],[-31,57],[-28,20],[2,-34],[-26,-75],[42,-28],[17,-7],[38,-6],[14,-12],[4,-20],[-20,-27],[32,-12]],[[71341,93619],[28,-21],[44,0],[12,6],[13,32],[-10,43],[-17,30],[-20,16],[-30,-16],[-20,-44],[0,-46]],[[71285,93263],[14,-14],[76,38],[24,20],[8,25],[-16,-14],[-10,27],[22,13],[2,36],[-2,53],[-30,37],[-63,34],[-28,2],[-6,-89],[9,-111],[0,-57]],[[71355,93256],[-8,-25],[0,-25],[-8,0],[11,-23],[29,-17],[4,-24],[-2,-65],[16,-41],[27,-54],[33,2],[13,41],[22,30],[-2,51],[-8,23],[-34,13],[-26,24],[-23,37],[-18,41],[-12,21],[-14,-9]],[[72080,92733],[75,-118],[38,-46],[14,-9],[12,17],[-4,37],[18,61],[9,44],[-7,29],[-14,4],[-6,11],[-2,24],[2,102],[-48,20],[-48,-8],[-29,-32],[-26,-33],[-6,-42],[12,-37],[10,-24]],[[74623,92594],[76,-64],[42,-103],[47,-98],[26,-99],[36,-107],[6,35],[-26,90],[-64,155],[-30,87],[-19,66],[-40,28],[-54,10]],[[72975,92111],[-22,43],[-15,-7],[-38,-42],[16,-14],[38,-19],[16,-19],[17,0],[-2,30],[-10,28]],[[73090,92275],[-17,19],[-34,0],[-26,-26],[-11,-17],[-7,-21],[28,2],[28,9],[25,-3],[16,-32],[6,38],[-8,31]],[[73527,91096],[-10,-18],[22,6],[28,-29],[18,-4],[16,19],[2,29],[-12,24],[-24,5],[-40,-32]],[[73499,91051],[-5,35],[-22,-1],[-24,-19],[-30,-59],[-14,-43],[3,-23],[13,-1],[34,-54],[35,15],[17,59],[-16,80],[9,11]],[[74109,90355],[6,-38],[8,0],[-4,75],[-4,34],[-9,18],[-12,-15],[4,-33],[11,-41]],[[74149,90254],[8,0],[24,-21],[29,-37],[20,-45],[-8,-44],[-16,-29],[-8,-1],[-14,13],[-8,16],[-19,60],[0,-49],[26,-48],[34,-16],[27,48],[1,52],[-15,52],[-28,41],[-35,22],[-18,-14]],[[71914,90518],[-19,0],[-52,-23],[-23,0],[-78,12],[-18,7],[-29,45],[-16,5],[-28,-19],[-24,11],[-10,22],[-1,70],[-7,71],[7,18],[13,1],[8,-16],[6,-37],[30,-13],[27,5],[3,15],[-16,83],[-20,30],[-22,26],[-20,32],[-28,-11],[-10,-35],[-6,-41],[-16,-28],[-14,1],[-33,11],[-21,-18],[-24,-5],[-23,12],[-26,19],[-21,4],[-12,-35],[10,-26],[21,-28],[15,-31],[-7,-37],[-41,-78],[-16,-17],[-26,-6],[-53,24],[-28,7],[-24,18],[-12,40],[-4,47],[-8,35],[-14,15],[-44,31],[-16,6],[-53,9],[-26,-3],[-20,-20],[0,31],[-12,5],[-32,-11],[-35,21],[-17,5],[-51,-3],[-69,19],[-19,10],[-25,-39],[-14,-28],[-4,-30],[8,-43],[16,-51],[0,-19],[-9,-38],[9,-37],[24,-29],[4,-22],[0,-37],[8,-33],[14,-28],[39,-45],[17,-29],[13,-42],[4,-36],[0,-80],[4,-45],[14,-34],[26,-52],[12,-71],[-6,-149],[2,-73],[22,-62],[4,-20],[14,-15],[2,-21],[-7,-16],[-3,-43],[-4,-37],[-10,-33],[-22,-61],[-16,-29],[-20,-23],[-25,-8],[-48,51],[-51,39],[-29,-35],[-24,-13],[-24,5],[-29,16],[-80,31],[-14,21],[-9,0],[-7,-56],[-7,-24],[-34,-14],[-16,-11],[-38,-39],[-45,-22],[0,-25],[-18,0],[-18,-25],[-34,-77],[-19,-18],[-23,-45],[-37,-24],[-34,-44],[-32,-58],[-30,-67],[-33,-108],[-14,-83],[-4,-39],[6,-82],[-2,-39],[-12,-38],[-39,-56],[-27,-24],[-25,-9],[-22,-40],[-22,-18],[-39,-5],[-20,35],[-28,39],[-36,18],[-38,-29],[-9,11],[-11,-7],[-4,-18],[8,-23],[-10,-34],[-15,-27],[-35,-41],[-21,-11],[-42,-5],[-20,-16],[-24,-10],[-21,25],[-15,39],[-5,35],[-12,30],[-26,24],[-76,43],[-23,6],[-26,-1],[-63,-16],[-15,-12],[-16,-29],[-12,-10],[-39,-44],[-33,-22],[-32,-77],[-23,-9],[-23,5],[-26,11],[-86,10],[-27,11],[-24,23],[-16,32],[-10,40],[-6,39],[-1,35],[-5,24],[-36,109],[-32,74],[-5,42],[-6,17],[-22,30],[18,27],[35,14],[9,11],[4,29],[-3,48],[-4,44],[-22,38],[17,40],[29,43],[23,23],[57,20],[26,19],[25,74],[-5,27],[-23,31],[-29,20],[-55,23],[-56,-8],[-44,-41],[-20,-85],[-8,-23],[16,-26],[0,-31],[-14,-33],[-9,-67],[17,-13],[8,-35],[0,-40],[-16,-41],[-22,-27],[-26,-19],[-18,-21],[-31,-44],[-18,-59],[-8,-18],[12,-23],[20,-48],[12,-18],[39,-21],[4,-23],[-6,-32],[-33,-78],[-14,-23],[-40,-41],[-50,-23],[-49,2],[-42,36],[-9,0],[0,-27],[-8,-24],[-11,-18],[-33,-11],[-25,-25],[-17,-9],[-32,13],[-13,18],[11,55],[0,35],[-8,28],[-11,3],[0,-27],[-5,-19],[-12,-17],[-26,11],[-17,-23],[-16,14],[-2,11],[-85,-56],[-23,-7],[-15,-11],[-12,-49],[-12,-16],[-10,4],[-34,33],[-8,-25],[-13,2],[-15,17],[-8,19],[-18,-18],[-15,-22],[-16,-7],[-20,22],[-31,-19],[-160,-26],[-31,63],[-15,18],[-19,2],[-18,16],[-93,63],[-22,3],[-16,21],[-98,62],[-65,-56],[-18,-7],[-28,-3],[-20,-23],[-25,-16],[-6,-11],[-4,-24],[-18,13],[-51,13],[-21,13],[-41,50],[-16,5],[-44,-5],[-38,20],[-17,2],[-17,-16],[-31,-47],[-36,-35],[-37,-11],[-34,30],[-18,63],[-12,11],[-32,15],[-30,35],[-34,22],[-10,-13],[-45,-31],[-34,-54],[-24,-66],[-21,-209],[5,-69],[23,-78],[44,-69],[5,-21],[30,-9],[36,-26],[59,-6],[26,-7],[20,-20],[39,-47],[24,-9],[16,7],[19,18],[29,38],[18,-17],[31,-43],[21,-16],[35,6],[18,-3],[8,-22],[10,-7],[41,1],[10,-20],[8,-67],[-8,-28],[9,-12],[17,23],[15,7],[53,-9],[8,-34],[27,-8],[10,-17],[-22,-20],[-15,-32],[19,-24],[32,13],[54,-20],[97,-57],[16,6],[14,-7],[10,4],[10,36],[10,-33],[-8,-26],[-26,-56],[30,-11],[20,-30],[10,-36],[-10,-25],[10,-29],[-24,0],[-12,-9],[0,-32],[16,0],[30,21],[50,2],[17,9],[12,21],[12,32],[6,35],[-2,27],[33,-23],[40,-2],[18,4],[56,29],[31,35],[20,7],[23,-5],[39,-34],[121,-49],[30,-32],[73,-140],[18,-56],[26,-63],[14,-20],[48,-52],[8,-17],[19,11],[50,-11],[14,7],[34,31],[119,-4],[34,-9],[8,4],[33,-4],[24,5],[14,-5],[14,-25],[20,26],[24,20],[23,13],[16,4],[16,-9],[12,-22],[7,-29],[-5,-27],[18,10],[14,15],[0,18],[-14,19],[18,13],[8,33],[8,9],[33,-25],[7,-49],[24,-9],[28,24],[27,35],[20,21],[19,3],[18,-14],[27,-8],[20,-39],[21,-11],[35,3],[51,17],[13,10],[8,-4],[8,-22],[38,29],[37,-18],[32,5],[56,22],[14,16],[31,49],[10,10],[28,11],[27,26],[45,65],[8,-14],[15,24],[24,28],[26,20],[18,-1],[14,-28],[6,-1],[26,24],[45,11],[44,25],[24,7],[14,12],[10,46],[14,45],[-10,43],[4,21],[14,42],[8,0],[41,-55],[24,-19],[26,32],[92,29],[73,-21],[39,5],[16,49],[16,32],[36,25],[71,38],[6,-22],[9,-1],[33,40],[12,46],[22,32],[48,49],[17,33],[12,-4],[18,6],[40,24],[16,14],[40,55],[12,24],[16,66],[1,37],[8,25],[20,28],[22,25],[20,16],[31,-10],[33,16],[21,32],[-2,32],[-35,50],[-11,5],[-31,2],[-6,6],[-18,49],[-6,32],[6,40],[16,25],[20,8],[43,-8],[86,-2],[23,-17],[6,-18],[4,-33],[16,-6],[12,9],[30,61],[22,14],[32,5],[31,-3],[24,-10],[23,-27],[37,-67],[27,-20],[34,5],[25,27],[21,30],[20,14],[16,3],[41,22],[41,8],[9,5],[52,82],[11,11],[59,46],[39,6],[8,26],[18,32],[39,101],[-4,44],[-24,70],[-7,32],[-52,95],[-36,19],[-10,32],[-8,13],[-65,75],[-12,29],[-8,46],[-4,219],[8,39],[22,22],[28,-21],[18,-8],[14,17],[41,-14],[19,-3],[64,-21],[26,0],[40,19],[54,10],[18,15],[27,43],[30,30],[20,62],[20,20],[81,185],[9,79],[23,120],[-2,78],[-14,72],[-38,115],[-11,62],[6,64],[61,206],[6,28],[-7,30]],[[74609,89087],[-8,-63],[34,41],[20,-8],[6,-38],[1,-100],[-4,-31],[-23,-26],[0,-27],[10,-43],[5,-51],[51,-183],[22,-128],[16,19],[15,48],[20,10],[-8,-39],[28,20],[12,51],[4,120],[32,172],[2,57],[-8,31],[-35,44],[-8,29],[0,28],[8,57],[-3,52],[-16,63],[-28,50],[-41,12],[-36,-39],[-39,-59],[-29,-69]],[[74810,88481],[-4,-38],[56,-78],[15,-42],[15,-50],[5,-28],[-2,-30],[-10,-12],[-10,6],[-23,31],[-8,-25],[18,-32],[-2,-34],[-10,-38],[-16,-157],[-21,-77],[-3,-29],[16,-38],[30,-44],[15,-31],[6,-39],[-2,-22],[-15,-35],[9,-76],[11,-37],[47,-51],[12,-26],[5,-23],[13,-24],[51,-52],[36,-61],[60,-39],[12,-26],[22,-36],[19,-75],[5,-40],[16,-29],[13,-12],[28,-15],[28,-35],[46,-37],[126,-54],[42,-47],[24,-86],[4,-77],[-4,-91],[-12,-86],[-22,-63],[-20,13],[-23,0],[18,-49],[153,-244],[16,-40],[12,-21],[39,-49],[22,-20],[20,-8],[13,-11],[54,-64],[97,-69],[56,-28],[54,-16],[57,0],[14,-4],[24,-18],[14,-4],[26,7],[17,20],[30,61],[32,40],[46,47],[48,16],[31,-52],[36,120],[10,18],[12,-21],[-2,-46],[-14,-85],[24,29],[22,38],[16,42],[9,43],[-5,46],[-32,72],[-10,60],[-12,42],[-2,22],[8,76],[-12,69],[-26,55],[-30,49],[-28,55],[-27,84],[-20,39],[-26,17],[-24,6],[-20,17],[-16,23],[-13,29],[-15,45],[-11,22],[-26,11],[-22,17],[-13,42],[-31,45],[4,21],[-12,22],[4,28],[-19,-23],[-3,-27],[-7,-21],[-32,-6],[-27,17],[-23,59],[-14,14],[-23,-33],[-24,0],[-64,96],[-42,126],[-5,21],[-14,96],[-10,25],[-18,30],[-14,35],[-8,10],[-26,0],[-20,26],[-63,100],[-22,8],[-40,26],[-20,-9],[-12,30],[-11,67],[-10,31],[6,65],[-2,17],[-14,31],[-22,20],[-20,40],[-26,86],[-32,55],[-6,42],[-8,23],[-29,13],[-4,18],[8,19],[0,31],[-6,8],[-20,0],[-10,-11],[-12,-26],[-12,11],[8,31],[-14,7],[-85,0],[-18,3],[-14,10],[-12,-15],[-22,-5],[-8,-18],[-12,33],[-21,31],[-24,18],[-22,-6],[-24,55],[-45,64],[-54,42],[-40,-9]],[[77068,86036],[142,-179],[34,-19],[60,-45],[20,-21],[45,-110],[28,-32],[48,-101],[14,-40],[8,-16],[30,-16],[13,-60],[119,-201],[20,-24],[18,-10],[26,-6],[26,-16],[18,-24],[12,-31],[-10,-26],[18,3],[35,23],[16,-11],[16,-24],[15,-27],[13,-56],[18,-19],[18,-1],[8,19],[12,1],[67,-8],[26,-21],[46,-22],[23,-20],[3,26],[15,-1],[22,33],[12,5],[-12,-44],[6,-34],[16,-24],[24,-11],[59,-8],[30,-10],[16,-19],[18,7],[8,-34],[33,88],[15,13],[36,2],[16,11],[4,24],[0,46],[-7,42],[-16,18],[-25,-1],[-58,-28],[-28,0],[-28,19],[-8,-1],[-4,-31],[-8,0],[-8,24],[-29,40],[-16,12],[-35,17],[-17,12],[-7,16],[-11,57],[-12,27],[-16,11],[-27,5],[-22,16],[-16,24],[-10,32],[-25,-26],[-7,34],[-37,67],[-22,70],[-14,83],[-2,80],[-4,32],[-10,27],[-48,58],[-27,54],[-12,16],[-40,4],[-10,36],[-14,12],[-38,23],[-44,13],[-53,37],[-79,78],[-54,21],[-58,56],[-18,22],[-65,108],[-34,37],[-47,20],[-30,-10],[-10,33],[-18,15],[-14,24],[-26,14],[-30,6],[-21,-6],[-42,-51],[-9,-26],[-1,-37],[10,-101],[8,-26],[30,-38]],[[78634,84872],[-41,-73],[-14,-46],[33,-25],[8,-17],[10,-4],[27,11],[21,-13],[52,2],[-10,25],[-14,68],[-4,27],[-8,14],[-60,31]],[[79303,84851],[-33,-45],[-20,3],[-18,-27],[0,-11],[26,-1],[14,-20],[12,-25],[17,-18],[10,64],[25,-25],[-1,20],[10,54],[-17,-11],[0,50],[-25,-8]],[[79411,84667],[-14,9],[-16,-7],[-8,21],[-36,29],[-10,-1],[-6,-18],[2,-21],[26,-16],[26,-26],[38,-14],[15,-18],[20,-37],[15,-8],[57,-16],[-6,22],[2,18],[20,22],[-22,24],[-30,16],[-28,3],[-16,-18],[-29,36]],[[79552,84545],[11,-29],[64,-50],[99,-121],[0,-76],[-5,-37],[5,-45],[20,-25],[56,-44],[12,-33],[22,8],[21,-11],[20,-22],[14,-24],[18,-66],[12,-24],[14,25],[8,0],[28,-38],[-10,-26],[18,-17],[39,-14],[22,9],[10,-32],[6,-71],[75,-50],[24,-7],[18,-18],[10,-28],[4,-37],[34,26],[4,-27],[6,-10],[25,-14],[9,-33],[8,-7],[27,2],[34,-25],[16,16],[10,-3],[4,-39],[4,-12],[36,0],[119,-126],[25,-20],[28,-7],[27,13],[1,-25],[12,-15],[34,-11],[15,-9],[12,-24],[13,-42],[21,9],[23,-10],[43,-37],[16,8],[22,-7],[21,-16],[28,-34],[32,-19],[45,-40],[104,-32],[59,-76],[16,-12],[19,-5],[3,-46],[12,-19],[40,-45],[25,-46],[28,-12],[15,-34],[21,-13],[14,-33],[26,0],[41,-34],[10,-4],[18,22],[-15,31],[-38,42],[-4,64],[-9,28],[-39,76],[-12,16],[-9,-17],[-24,-8],[-11,31],[-20,20],[-1,11],[11,12],[14,2],[26,-14],[9,10],[27,53],[26,41],[-5,18],[-244,267],[-117,101],[-59,68],[-8,26],[-18,11],[-18,19],[-36,29],[-19,23],[-14,32],[-10,38],[-14,21],[-19,-22],[-20,23],[-23,15],[-8,-23],[-16,-7],[-41,5],[-14,15],[-10,30],[-12,16],[-22,-23],[-13,39],[-12,8],[-22,3],[-26,23],[-4,17],[16,11],[-28,10],[-22,3],[-24,-8],[-28,-19],[-35,39],[-18,-10],[-8,16],[-4,27],[-10,24],[-14,14],[-50,30],[-18,-10],[-21,17],[-10,33],[14,37],[-26,21],[-38,47],[-24,20],[-44,24],[-17,14],[-30,54],[-24,20],[-18,54],[-36,35],[-25,34],[-20,62],[-16,8],[-8,-4],[-22,-35],[-49,31],[-18,23],[-10,37],[-18,-15],[-18,10],[-25,-41],[-12,0],[-11,11],[-124,61],[-27,23],[-20,5],[-9,-21],[2,-32]],[[82287,83938],[7,-22],[24,-48],[20,0],[-15,66],[-17,31],[-14,-4],[-5,-23]],[[82399,83141],[38,-37],[5,-16],[-7,-15],[-28,-14],[-9,6],[-25,33],[-47,25],[-47,8],[-25,-27],[14,-83],[15,-27],[43,-62],[17,-12],[6,-18],[50,-95],[31,-97],[-1,-17],[-23,-8],[-37,-47],[-22,-22],[40,-130],[3,-17],[1,-99],[4,-26],[52,-152],[18,-40],[20,-93],[1,-27],[8,-24],[-8,-25],[16,-44],[23,-90],[92,-246],[28,-42],[70,-46],[31,-38],[0,-44],[13,-20],[29,0],[18,-18],[34,-58],[-5,-31],[59,-12],[29,-51],[87,-64],[60,-90],[14,-32],[10,-74],[6,-17],[49,-95],[10,-28],[4,-32],[12,-2],[66,-66],[18,-14],[13,6],[8,24],[2,39],[-17,146],[-24,63],[-17,35],[-25,32],[-40,145],[-14,29],[-51,75],[-9,22],[-3,20],[12,10],[12,-9],[14,-30],[16,14],[-14,21],[-8,66],[-14,25],[-7,43],[5,10],[47,13],[0,12],[-35,13],[4,25],[-6,17],[-15,5],[-17,-9],[-14,22],[-22,16],[32,35],[1,29],[-7,11],[-25,21],[-15,5],[-4,55],[-16,20],[7,29],[-7,29],[-16,23],[-25,19],[2,22],[14,14],[16,-9],[-22,46],[-29,41],[-32,32],[-29,21],[-16,-9],[-18,25],[8,22],[-1,13],[-10,18],[-36,38],[-10,7],[-31,-20],[-17,-5],[-14,36],[-25,32],[-11,78],[0,23],[19,51],[1,24],[-13,49],[24,18],[28,15],[24,22],[9,38],[-4,35],[-12,35],[-30,57],[-51,62],[-66,102],[-42,95],[-27,31],[-8,57],[-14,33],[-40,44],[-24,50],[-16,13],[-28,0],[0,12],[-23,-6],[-12,-26]],[[84974,83034],[10,-19],[24,18],[-28,9],[-6,-8]],[[83259,81148],[0,-39],[25,13],[4,-39],[10,-30],[4,-30],[-22,-53],[4,-64],[0,-221],[7,-39],[17,-45],[24,-43],[20,-32],[12,32],[10,51],[14,6],[14,-10],[20,-65],[52,-83],[5,-37],[12,6],[12,33],[6,42],[-3,41],[-19,62],[-4,30],[2,67],[-2,32],[-9,34],[-27,63],[-22,39],[-10,41],[-21,42],[-32,94],[-38,78],[-6,29],[-8,18],[-45,39],[-16,25],[-10,22],[-16,-8],[26,-66],[10,-35]],[[84022,80615],[-16,-9],[-32,-1],[-14,-27],[-2,-25],[16,-129],[13,-49],[16,-42],[19,-21],[5,31],[0,30],[-16,153],[-8,27],[20,47],[-1,15]],[[90495,80400],[16,-6],[0,8],[-16,-2]],[[82538,80394],[0,60],[-20,19],[-4,22],[-2,45],[-10,8],[-42,17],[-41,34],[-16,4],[-20,-9],[-13,0],[-7,15],[-2,78],[-14,69],[-33,52],[-54,57],[-57,37],[-47,-9],[-36,80],[-20,34],[-51,25],[-27,52],[-25,16],[-15,22],[-26,-13],[-95,0],[-26,13],[-25,-26],[-24,4],[-42,18],[-26,4],[-14,-6],[-21,-25],[-27,-8],[-39,13],[-44,23],[-42,-33],[-62,-5],[-27,3],[-24,12],[-16,20],[-17,30],[-15,32],[-4,26],[-8,16],[-52,54],[-68,89],[-44,42],[-44,22],[-81,-69],[-37,-19],[-8,-27],[-4,-63],[-19,-33],[19,-24],[9,-64],[-9,-49],[0,-22],[24,-55],[1,-19],[-6,-19],[-28,-27],[2,-17],[28,-33],[20,-31],[19,-34],[15,-37],[12,-42],[-4,-36],[4,-11],[29,-11],[10,-51],[17,-11],[5,-16],[0,-29],[34,-25],[23,-22],[58,-86],[27,-28],[21,2],[19,13],[24,6],[20,-10],[44,-32],[55,-10],[64,-24],[26,6],[34,-6],[58,1],[107,24],[142,-9],[66,-41],[19,-39],[25,0],[31,-57],[16,-6],[52,13],[28,-7],[82,-55],[91,-34],[23,27],[26,20],[51,23],[95,28],[33,31],[2,56],[-23,39],[-3,18]],[[90598,80246],[15,-15],[10,2],[4,14],[-5,24],[-15,24],[-13,2],[-6,-17],[10,-34]],[[70485,80169],[-47,11],[-53,-25],[-35,-35],[-31,-44],[-18,-30],[0,-15],[11,-6],[4,-17],[-9,-39],[-20,-11],[-48,27],[-44,50],[-14,10],[-11,20],[-4,38],[8,28],[29,-11],[-16,36],[-31,23],[-30,17],[-23,20],[-82,133],[-30,23],[-34,19],[-28,25],[-13,41],[-7,40],[-21,34],[-24,27],[-38,27],[-8,-23],[-5,-68],[3,-33],[6,-24],[12,-20],[20,-22],[28,-6],[8,-35],[27,-9],[12,-11],[10,-18],[6,-36],[28,-52],[4,-13],[-2,-91],[2,-16],[14,-17],[16,-50],[29,1],[22,29],[-3,49],[8,0],[32,-55],[21,-17],[-8,-22],[-28,-44],[-14,-9],[-3,-48],[4,-54],[5,-29],[16,-9],[46,-3],[61,-13],[129,-51],[24,-19],[46,-56],[26,-25],[-8,34],[12,60],[-4,19],[8,12],[39,107],[10,79],[24,80],[4,39],[-20,73]],[[83188,79666],[-24,-13],[-11,-34],[0,-40],[10,-29],[-18,-24],[4,-20],[-11,-41],[7,-28],[24,-21],[32,-6],[8,-9],[20,2],[20,22],[45,1],[14,-21],[15,-6],[33,0],[18,-4],[22,-33],[35,0],[11,-22],[-16,-13],[-22,-67],[21,-11],[1,-26],[-22,-52],[41,9],[8,-2],[6,-20],[0,-37],[15,-13],[-27,-115],[36,-10],[16,6],[10,18],[18,-24],[0,-28],[19,-12],[7,-26],[23,-35],[14,-12],[14,23],[17,-17],[23,-34],[20,-7],[10,-39],[8,-17],[18,-7],[32,2],[12,-22],[-3,-14],[6,-19],[10,-12],[12,8],[18,-37],[18,9],[14,-6],[29,-30],[8,39],[10,-32],[8,-13],[18,-9],[20,-22],[22,13],[53,-22],[24,-13],[36,18],[16,4],[12,-7],[19,-25],[56,-32],[28,-32],[12,-4],[35,1],[30,-15],[28,37],[29,6],[91,-51],[51,-9],[10,-8],[18,12],[47,-12],[16,11],[2,22],[-9,15],[-15,-9],[-39,10],[-50,-2],[-40,9],[-10,46],[14,23],[21,23],[0,105],[-5,29],[-14,23],[-44,43],[-17,22],[-10,27],[-8,61],[-24,22],[-4,13],[-26,100],[-11,28],[-28,28],[-34,68],[-26,17],[-23,-4],[-8,-9],[-7,-39],[-6,-5],[-22,7],[-40,-7],[-29,21],[-30,49],[-17,-12],[-23,2],[-47,22],[-17,-16],[-31,-10],[-26,2],[-19,32],[-38,33],[-16,10],[-36,-1],[-18,3],[-19,17],[-26,57],[-16,14],[-24,-13],[-74,89],[-137,122],[-135,86],[-69,-18],[-27,25]],[[83721,79503],[10,-3],[28,22],[-2,48],[-21,52],[-27,32],[-17,-21],[0,-25],[17,-44],[19,-14],[-12,-30],[5,-17]],[[89414,79512],[-2,-51],[19,4],[24,32],[12,34],[-16,17],[-19,-1],[-12,-8],[0,89],[-5,11],[1,-36],[-4,-39],[-9,-38],[11,-14]],[[88763,79294],[-2,-21],[7,-18],[9,-4],[23,15],[3,18],[-12,25],[-18,6],[-10,-21]],[[89146,78840],[-40,-26],[-91,14],[-56,-6],[-39,-51],[-21,-43],[-5,-77],[-6,-24],[-13,6],[-19,30],[6,63],[-11,-1],[-27,-54],[-24,-25],[4,-111],[18,-44],[38,-3],[36,47],[15,-4],[15,-26],[-4,-51],[16,-23],[37,82],[55,89],[44,11],[15,-6],[27,30],[33,-19],[33,1],[14,16],[23,15],[14,20],[48,26],[4,36],[15,21],[-7,46],[-36,2],[-36,-7],[-9,17],[-22,16],[-44,13]],[[72467,78765],[16,11],[10,14],[2,16],[-12,22],[-16,14],[-42,24],[-10,1],[-32,19],[-43,-21],[-44,-33],[-37,-16],[-15,9],[-39,35],[-29,-3],[-82,35],[-18,-25],[53,-51],[78,-26],[75,-46],[34,-14],[30,-3],[37,21],[71,11],[13,6]],[[70042,78794],[-1,46],[5,27],[22,-6],[56,1],[10,-14],[10,-36],[22,-16],[19,2],[0,18],[26,37],[-28,6],[2,18],[34,40],[-16,21],[-8,-17],[-21,1],[-24,21],[-70,0],[-20,-5],[-18,-11],[-13,-15],[-8,-20],[-6,-35],[2,-26],[12,-52],[13,15]],[[69989,78937],[6,18],[-10,13],[16,28],[-4,22],[-29,27],[-16,-17],[-52,-9],[-16,26],[-12,3],[-12,-10],[-2,-17],[6,-17],[85,-109],[0,-16],[-48,6],[-23,11],[-40,34],[-8,-13],[20,-26],[14,-38],[24,12],[33,-5],[32,-15],[24,-17],[18,27],[-2,18],[-8,19],[4,45]],[[71530,79313],[-14,1],[-6,-21],[18,3],[2,17]],[[71227,79399],[9,20],[-12,-7],[3,-13]],[[71220,79565],[-4,9],[-12,-18],[6,-9],[10,18]],[[69925,80595],[0,-30],[43,62],[21,21],[14,-20],[14,11],[14,18],[7,22],[0,25],[-9,16],[-22,19],[-8,47],[-26,5],[-14,14],[-6,18],[18,12],[6,14],[8,72],[-4,10],[-34,18],[-31,34],[0,49],[-6,12],[-40,54],[-49,49],[-19,-36],[-22,-11],[-27,-5],[-24,-18],[-16,-3],[-22,14],[-36,34],[-22,43],[-17,23],[-42,17],[-74,55],[-33,-2],[-34,-18],[-26,-31],[-11,-43],[4,-55],[39,-128],[61,-52],[8,-18],[0,-65],[-12,-21],[-31,-22],[-42,-46],[-19,-28],[5,-13],[42,0],[49,11],[55,4],[49,-22],[43,-28],[44,-17],[28,0],[81,13],[54,-29],[24,-3],[-4,32],[40,2],[19,-5],[8,-16],[-2,-21],[-14,-44]],[[69338,81179],[-26,58],[-6,44],[-24,81],[-24,43],[-29,33],[-68,52],[-30,14],[-30,-11],[-31,-28],[-30,-38],[-24,-47],[-13,-49],[-5,-53],[-2,-61],[8,-15],[50,-61],[23,-62],[12,-8],[49,-21],[19,-4],[14,-9],[6,-23],[2,-57],[10,12],[31,-25],[34,-20],[32,0],[24,33],[6,21],[2,30],[-34,5],[16,37],[20,68],[6,29],[16,22],[-4,10]],[[72304,81456],[19,-53],[19,34],[2,34],[-29,9],[-3,27],[14,19],[8,24],[18,-41],[18,-24],[19,-11],[18,-33],[12,-27],[20,2],[8,-12],[26,11],[51,7],[34,40],[27,1],[17,-26],[6,-28],[8,1],[10,20],[-8,31],[-48,55],[-2,14],[20,31],[16,-12],[22,-26],[14,6],[10,25],[-6,12],[8,21],[21,22],[-51,39],[-30,15],[4,47],[-12,20],[-31,25],[-24,-17],[-42,17],[-22,20],[-23,58],[-15,8],[-12,24],[-18,13],[-25,5],[-49,1],[-40,-11],[-46,11],[-32,13],[-56,8],[-103,-14],[-57,87],[-26,8],[-60,-48],[-20,-37],[30,-79],[12,-92],[6,26],[0,94],[-2,34],[2,33],[32,32],[27,-20],[28,-45],[6,-42],[-44,-26],[9,-15],[44,12],[37,-22],[20,-19],[27,-32],[32,18],[19,-30],[29,-29],[36,-43],[41,-29],[22,-28],[-24,-15],[-8,-17],[8,-27],[-29,2],[-28,32],[-8,-27],[14,-40],[22,-17],[61,-34]],[[81617,81926],[-5,-26],[-8,-22],[-1,-19],[14,-17],[15,50],[12,14],[16,-11],[2,37],[-7,24],[-20,39],[-20,-5],[-4,-15],[6,-49]],[[81696,81895],[8,-27],[-8,-26],[-8,14],[-13,-26],[-24,-10],[-34,-8],[7,-24],[24,-15],[4,-43],[18,-13],[22,-8],[24,2],[39,22],[16,-18],[20,-48],[8,0],[-8,37],[16,-1],[12,-10],[7,-16],[1,-22],[11,6],[11,-6],[4,-14],[20,29],[17,48],[10,53],[-9,41],[-21,30],[-25,26],[-23,5],[-12,-31],[-11,0],[-17,38],[-23,4],[-23,-4],[-32,24],[-8,-9]],[[81887,81641],[-20,-30],[-28,-20],[-29,0],[-11,-7],[-8,-18],[24,-12],[-5,-26],[25,3],[31,9],[17,16],[-4,22],[25,11],[25,-14],[25,-22],[28,-13],[26,29],[18,49],[17,23],[-11,14],[-26,11],[-20,1],[-13,13],[-35,87],[-21,4],[-13,-39],[-17,-91]],[[81319,81580],[3,36],[-7,42],[-9,35],[-7,-9],[-20,-5],[-8,-35],[2,-37],[10,-30],[19,-11],[17,14]],[[80529,81668],[19,30],[3,45],[-17,-6],[-7,9],[3,16],[13,18],[0,38],[8,24],[-13,-16],[-27,-43],[-12,-3],[-22,-67],[-4,-34],[0,-50],[56,39]],[[80499,81842],[-26,12],[-9,-3],[-11,-20],[-18,15],[-6,35],[-8,25],[-4,-15],[-18,-5],[-12,9],[-19,0],[20,-28],[7,-36],[-27,11],[0,-24],[-16,10],[-12,-6],[-4,-17],[8,-25],[-40,-1],[-2,-21],[32,-65],[14,14],[30,-40],[61,26],[18,25],[42,124]],[[70142,80657],[6,-9],[16,15],[4,20],[-4,13],[-14,8],[-4,22],[10,5],[4,40],[-6,20],[-14,12],[-20,9],[-22,-4],[-23,-18],[-7,-28],[19,-24],[35,-27],[18,-33],[2,-21]],[[79258,82439],[0,39],[-8,0],[-2,-27],[-8,-45],[-8,-17],[-36,-41],[-6,-17],[-9,-47],[0,-23],[13,-10],[28,-65],[22,11],[26,32],[29,10],[6,10],[6,32],[-35,20],[5,26],[-3,42],[-10,42],[-10,28]],[[70309,82224],[-8,39],[-16,34],[-18,15],[-10,22],[2,48],[42,259],[0,80],[-38,61],[10,37],[6,37],[2,90],[8,12],[-59,-6],[-27,-13],[-22,-25],[-27,-53],[-8,-41],[-22,-45],[8,-36],[22,-14],[73,-9],[28,-23],[26,-38],[-4,-34],[-30,-96],[-60,-121],[-4,-26],[72,-66],[36,-92],[16,-22],[2,26]],[[78160,82970],[-38,-35],[-36,-51],[-24,-69],[-19,-20],[-34,-26],[-12,-14],[-19,-41],[-3,-27],[10,-23],[24,-28],[28,-23],[21,-9],[14,-14],[34,-67],[8,-21],[2,-56],[22,-10],[24,-29],[17,-15],[22,-8],[24,-1],[20,6],[0,12],[-29,10],[-26,27],[-46,71],[-6,24],[0,30],[10,53],[-2,42],[10,17],[12,-8],[21,-2],[8,9],[12,34],[12,62],[24,43],[-5,53],[-15,46],[-18,35],[-23,23],[-24,0]],[[78716,82688],[4,-27],[25,-40],[2,-30],[9,0],[7,34],[-4,30],[-12,23],[-17,15],[0,12],[34,-5],[77,-45],[-8,46],[6,49],[25,60],[5,34],[-5,14],[-23,11],[-6,32],[-8,64],[-12,31],[-26,34],[-9,33],[1,47],[-12,26],[-33,33],[-16,30],[-8,51],[-12,22],[-35,38],[-20,10],[-21,0],[-36,-13],[-15,-15],[-18,-2],[-16,11],[-9,-13],[-3,22],[10,44],[-11,29],[-29,37],[-4,24],[12,34],[-10,28],[-1,34],[1,71],[-4,29],[-9,22],[-3,24],[8,33],[-34,4],[-87,72],[-10,12],[-57,-25],[-20,-11],[-20,-19],[-54,-77],[-12,-24],[-19,-63],[-12,-27],[-28,-49],[-8,-25],[4,-22],[-4,-18],[0,-40],[-4,-17],[-20,-19],[-8,7],[-6,24],[-24,-23],[-33,-3],[-26,-45],[-4,-12],[8,-171],[22,5],[43,-36],[23,-7],[27,21],[14,33],[8,34],[10,27],[16,5],[47,-6],[42,1],[38,23],[24,-12],[8,24],[9,-3],[16,-21],[44,19],[16,-5],[22,-28],[20,-42],[13,-45],[12,-60],[31,-41],[7,-19],[-4,-23],[-10,-18],[-8,-3],[-12,36],[-28,12],[-7,22],[-2,51],[-16,43],[0,-114],[16,-67],[2,-27],[35,-58],[56,-56],[32,-21],[69,-9],[33,-26],[27,-43],[12,-26]],[[77914,83110],[0,13],[-20,14],[-8,26],[-8,62],[-14,70],[-2,24],[-14,38],[-32,9],[-32,3],[-17,21],[-18,-13],[10,-25],[21,-25],[20,-14],[-16,-25],[51,-15],[23,-64],[18,-68],[38,-31]],[[77220,83380],[15,38],[3,45],[-9,39],[6,23],[0,26],[-12,107],[-7,32],[-17,42],[-14,63],[-16,27],[-18,23],[-22,-18],[-1,-40],[13,-93],[-8,-89],[3,-41],[19,-42],[32,-135],[10,-23],[23,16]],[[77338,83840],[4,-6],[16,9],[9,16],[0,20],[-12,22],[-9,45],[20,51],[31,47],[22,28],[48,93],[19,59],[-9,26],[-26,13],[-26,25],[-30,15],[-28,-16],[-16,26],[9,14],[-26,12],[-12,12],[-12,43],[-30,28],[-4,30],[-20,3],[-1,23],[-23,35],[-3,16],[-13,-15],[-39,15],[-50,-43],[-34,-69],[-9,-83],[24,-84],[16,13],[8,-6],[13,-42],[0,-13],[32,-15],[8,-13],[18,-50],[29,-31],[6,-15],[-13,-76],[4,-31],[59,-24],[4,-28],[-5,-37],[3,-37],[22,13],[14,-5],[12,-13]],[[77145,84118],[-12,1],[-22,-33],[-2,-17],[23,-17],[25,19],[6,27],[-18,20]],[[79444,84523],[8,-20],[-8,-5],[-39,16],[-18,-3],[14,-33],[26,-11],[13,-26],[7,-26],[-3,-12],[32,0],[44,-12],[-16,45],[-2,17],[48,-42],[25,-8],[12,25],[8,-25],[16,-25],[18,-16],[20,3],[4,20],[-14,30],[-20,27],[-17,11],[-45,14],[-21,14],[-14,29],[-32,9],[-24,22],[-12,0],[-10,-18]],[[77672,83858],[-12,-42],[-7,-45],[20,-89],[50,-110],[65,-78],[64,8],[10,-7],[16,7],[28,-44],[25,25],[23,53],[19,76],[4,32],[-2,88],[-12,88],[-28,79],[-41,65],[-58,45],[-30,-6],[-44,-17],[-39,-22],[-18,-24],[-4,-15],[-29,-67]],[[77520,83524],[-21,80],[-13,-4],[-5,31],[-26,0],[-6,-57],[38,-48],[33,-2]],[[77852,83402],[26,-18],[18,-22],[15,-28],[12,-33],[16,-65],[34,-11],[2,-26],[8,0],[0,51],[-4,53],[-9,48],[-12,39],[-25,34],[-28,3],[-29,-3],[-32,15],[0,-19],[18,-6],[-10,-12]],[[80968,82847],[17,-29],[18,18],[10,-7],[16,-35],[18,-27],[25,-23],[28,-12],[24,12],[14,19],[1,12],[-53,66],[-15,26],[-8,40],[4,86],[-10,30],[-37,12],[-36,-5],[-25,-17],[-17,-31],[-9,-49],[1,-48],[14,-22],[20,-16]],[[79117,82765],[-32,0],[-26,-8],[-25,-32],[-14,-10],[-17,10],[-11,31],[16,26],[-10,25],[-18,-13],[-44,-25],[-6,-12],[0,-29],[10,-37],[-10,-24],[-10,25],[-8,1],[-4,-31],[-14,1],[-35,30],[0,-25],[-18,-38],[-8,-64],[0,-95],[44,-58],[18,-38],[23,-19],[2,-12],[36,-21],[28,-8],[51,19],[12,10],[22,45],[50,67],[12,43],[-30,42],[20,19],[16,31],[-26,-13],[-10,9],[-26,6],[-4,22],[26,14],[10,22],[39,4],[10,17],[-2,53],[-11,28],[-26,12]],[[78428,82451],[-12,3],[-14,-16],[-11,-25],[-7,14],[-20,-11],[-20,1],[-47,10],[-4,-28],[31,-33],[67,-41],[61,-24],[45,-34],[10,-5],[34,18],[2,39],[-18,39],[-34,26],[-23,35],[-22,8],[-18,24]],[[78455,84744],[13,11],[2,27],[33,-36],[-8,20],[0,40],[8,14],[-8,14],[-8,-14],[-21,34],[-32,2],[-36,-6],[-34,9],[-21,-17],[-20,-22],[13,-5],[32,2],[24,-13],[50,-22],[-26,-25],[0,-11],[39,-2]],[[75944,84874],[28,35],[-16,19],[-26,41],[-20,15],[-26,-4],[-8,4],[-36,-63],[-8,-34],[22,-15],[64,-8],[26,10]],[[76119,85352],[23,16],[42,-4],[22,27],[16,-5],[23,3],[21,9],[9,12],[12,57],[0,25],[-17,31],[-9,7],[-39,13],[-42,37],[-45,55],[-16,9],[-4,-23],[4,-15],[-22,-11],[-12,-61],[-10,9],[-32,-102],[-2,-25],[7,-9],[35,-16],[25,-31],[11,-8]],[[76508,85618],[14,-2],[22,13],[8,15],[9,-38],[16,20],[10,25],[9,57],[25,-13],[14,2],[12,11],[-32,17],[-18,18],[-18,40],[6,24],[-38,19],[-11,15],[3,27],[9,22],[13,14],[18,6],[0,13],[-27,0],[-34,-31],[-4,-36],[13,-38],[17,-35],[21,-20],[-20,-9],[-9,-34],[2,-16],[14,-26],[-4,-15],[-40,-45]],[[66317,87696],[18,26],[24,0],[0,50],[19,-13],[8,48],[27,91],[14,164],[-8,49],[-28,47],[-62,62],[-33,26],[-32,20],[-50,12],[-19,13],[-17,21],[-29,48],[-14,19],[-18,-12],[-17,26],[-16,-22],[-32,-8],[-13,-22],[-5,-26],[5,-88],[-9,-48],[6,-32],[20,-34],[25,-61],[16,-26],[48,-60],[6,-16],[10,-51],[17,-33],[18,-12],[43,-6],[35,-12],[26,-26],[6,-29],[5,-62],[6,-23]],[[66516,88450],[-2,53],[-25,51],[-34,28],[-28,-37],[-2,-59],[18,-52],[38,-16],[35,32]],[[65267,88456],[30,30],[14,8],[24,-11],[10,11],[4,27],[0,36],[4,36],[17,28],[0,12],[-17,22],[-14,37],[-8,43],[-4,70],[-4,11],[-29,20],[-19,20],[-44,69],[-27,-1],[-22,-19],[-38,-43],[-48,-19],[-11,-16],[-10,-42],[-8,-65],[2,-32],[6,-29],[13,-26],[48,-51],[52,-87],[36,-36],[43,-3]],[[65778,88659],[17,0],[27,-52],[35,29],[14,17],[12,31],[-12,19],[-18,40],[-22,4],[-20,-3],[-21,-15],[-16,-20],[4,-50]],[[70408,89429],[-22,31],[-22,19],[-16,8],[-19,-2],[-22,-15],[-28,-33],[-2,-21],[14,-23],[29,-29],[22,-5],[32,8],[14,8],[20,27],[0,27]],[[67819,89474],[4,28],[-16,30],[-50,-27],[-8,-11],[-2,-26],[10,-21],[34,-28],[28,55]],[[64104,89583],[10,13],[17,-13],[-1,26],[-7,22],[-19,40],[-22,0],[-16,-15],[-10,-25],[-2,-29],[12,-33],[24,-20],[20,2],[-6,32]],[[63832,89793],[14,17],[7,21],[3,41],[11,35],[0,64],[-3,46],[-7,28],[-47,72],[-18,22],[-26,10],[-25,-19],[-64,-95],[-12,-32],[-20,-77],[-6,-37],[0,-32],[4,-29],[16,-42],[42,-55],[19,-11],[32,11],[34,20],[46,42]],[[68170,89847],[30,-36],[24,14],[19,24],[-19,8],[-6,19],[6,19],[19,5],[16,-10],[13,-40],[9,-19],[11,-35],[11,4],[8,25],[1,31],[-7,27],[-16,24],[-37,30],[-34,-16],[-34,-34],[-14,-40]],[[71998,90741],[16,-4],[12,36],[6,36],[-3,34],[-39,58],[-20,-44],[-33,-32],[16,-11],[8,-15],[2,-44],[35,-14]],[[62646,90896],[12,16],[7,28],[4,35],[-4,29],[-12,21],[-35,22],[-9,-6],[-22,-26],[-12,9],[-10,-5],[-4,-23],[0,-34],[6,-35],[12,-27],[20,-12],[27,2],[20,6]],[[62037,92046],[-12,5],[-10,-11],[4,-21],[22,-4],[8,6],[-12,25]],[[60687,92389],[-26,5],[-10,-11],[0,-21],[-10,-29],[20,-25],[58,-33],[21,0],[18,21],[-8,34],[-31,35],[-32,24]],[[61418,92577],[-32,50],[-28,-17],[-16,-33],[25,-44],[44,-16],[24,33],[-17,27]],[[69842,93004],[16,6],[22,17],[20,-11],[17,33],[28,1],[62,-21],[56,0],[32,9],[13,-6],[8,-28],[20,17],[22,8],[-6,20],[-22,0],[-26,13],[-24,30],[-27,25],[-76,37],[-54,-65],[-31,-28],[-18,6],[-29,-34],[-11,-20],[8,-9]],[[59056,78804],[-32,87],[-23,41],[-24,11],[-16,-44],[-25,-19],[-19,-25],[-22,-3],[-13,-24],[-6,-57],[12,-46],[17,-39],[12,-35],[10,-12],[42,-25],[14,46],[10,21],[61,29],[34,-3],[4,8],[-6,45],[-30,44]],[[59055,78880],[25,-28],[36,15],[28,37],[-8,44],[-30,29],[-40,-9],[-19,-40],[8,-48]],[[72860,77731],[14,8],[36,-38],[0,-12],[-18,-14],[16,-3],[16,5],[16,18],[14,-8],[12,14],[13,38],[-24,8],[-55,57],[-62,19],[-32,30],[-17,-8],[-4,-23],[20,-32],[43,-38],[12,-21]],[[89718,77689],[7,-16],[31,32],[2,-25],[-12,-26],[0,-29],[21,-13],[22,6],[28,45],[11,44],[-1,35],[-10,27],[-20,22],[-20,10],[-17,-8],[-22,-29],[-18,-34],[-2,-41]],[[81255,77663],[-20,1],[22,-35],[21,-15],[25,-9],[28,-17],[-1,31],[-15,19],[-44,13],[-16,12]],[[74209,77605],[-12,8],[-34,-10],[-14,10],[-52,-11],[-35,0],[-25,11],[2,-18],[13,-25],[11,-7],[0,-22],[18,-16],[8,14],[10,0],[6,-32],[-8,-4],[-16,10],[-10,-13],[-26,16],[-57,5],[-25,28],[-13,1],[18,-37],[-21,-14],[-15,-25],[12,-2],[28,-17],[10,-38],[10,-9],[18,2],[35,-15],[26,-1],[20,20],[8,49],[7,0],[5,-45],[18,-2],[46,33],[26,6],[28,-3],[23,-14],[10,-28],[26,25],[18,39],[-20,30],[-12,56],[-38,28],[-15,-9],[-12,26]],[[73214,77391],[-36,42],[-44,16],[-42,38],[-39,17],[-10,31],[-34,-10],[-26,9],[-65,68],[-12,-40],[-6,-43],[22,-39],[26,-11],[2,-13],[-6,-39],[3,-18],[18,8],[10,-3],[12,-20],[14,-34],[13,-15],[39,-4],[12,-9],[0,-29],[-50,-34],[6,-38],[32,37],[20,17],[19,9],[13,-22],[15,1],[9,17],[13,-8],[10,-18],[-6,-16],[-20,-30],[-2,-26],[5,-28],[12,-13],[19,17],[49,-39],[13,5],[34,46],[1,-30],[16,-8],[-8,-27],[12,-9],[34,9],[16,-30],[12,-6],[33,11],[8,-27],[-6,-9],[-22,-1],[8,-30],[12,-1],[28,18],[14,20],[13,5],[11,-12],[56,0],[19,-12],[6,2],[6,23],[16,-10],[16,-1],[28,24],[18,-13],[18,13],[15,-12],[10,24],[-4,10],[-21,14],[-10,32],[-8,14],[-28,12],[-21,32],[-3,19],[-13,10],[-146,58],[-27,2],[-14,8],[-59,55],[-78,44]],[[81548,77077],[23,-8],[30,22],[22,2],[23,-24],[-11,-26],[25,-12],[50,-39],[21,-12],[27,-4],[25,4],[8,10],[19,40],[13,3],[27,-8],[25,-24],[4,-14],[0,-69],[29,-19],[26,-2],[14,-6],[26,-28],[11,-33],[13,-79],[8,-12],[47,-46],[15,-4],[19,12],[14,-20],[12,-31],[16,-24],[19,-2],[9,14],[10,38],[6,12],[15,8],[22,-8],[16,0],[29,31],[-23,40],[-76,68],[-139,145],[-52,33],[-57,24],[-26,18],[-37,40],[-46,32],[-36,40],[-71,49],[-26,25],[-26,32],[-12,8],[-43,-1],[-26,22],[-19,28],[-19,13],[-8,-22],[-25,-34],[-10,-21],[-6,-33],[17,-36],[6,-26],[37,-65],[16,-21]],[[90214,77099],[-29,-7],[-52,2],[-39,-28],[-11,-19],[0,-30],[46,-81],[17,-9],[15,-21],[19,-37],[57,-7],[122,14],[-7,72],[-70,-7],[0,62],[15,59],[-53,28],[-30,9]],[[90301,77001],[8,-21],[23,6],[21,21],[8,29],[-1,16],[-12,6],[-23,-3],[-17,-23],[-7,-31]],[[92655,75818],[4,-16],[31,17],[-4,26],[-14,2],[-17,-29]],[[89795,74158],[20,-15],[14,17],[4,40],[8,6],[-9,29],[9,22],[-12,69],[-14,28],[-43,17],[1,-22],[12,-21],[3,-34],[-7,-51],[-1,-39],[3,-27],[12,-19]],[[89867,74002],[21,-7],[23,12],[16,26],[1,33],[-16,24],[-25,3],[-26,-14],[-20,-25],[10,-30],[16,-22]],[[89947,73723],[17,-73],[20,58],[-18,29],[-19,-14]],[[90778,73471],[52,-3],[16,19],[2,48],[-15,-16],[-15,-4],[-13,8],[-9,24],[28,9],[0,24],[-22,17],[-32,-12],[-16,-27],[0,-29],[24,-58]],[[91181,73226],[2,-17],[10,1],[10,21],[20,-1],[26,8],[32,18],[5,22],[0,30],[-7,26],[-12,11],[-22,-9],[-18,-22],[-46,-88]],[[90952,72793],[13,-47],[27,3],[18,33],[-15,43],[8,17],[-8,9],[33,3],[26,9],[22,16],[22,22],[24,-1],[2,23],[-10,-1],[-42,30],[-8,26],[10,8],[16,30],[-15,16],[-37,98],[-22,36],[-19,16],[-18,-1],[-55,-33],[-23,-24],[-18,-31],[-10,-39],[-2,-50],[8,-38],[30,-65],[24,-26],[12,-20],[6,-24],[1,-38]],[[90997,72352],[-10,-7],[-42,-1],[-50,-62],[-3,-33],[7,-102],[-18,-58],[6,-10],[37,-25],[19,-2],[17,9],[84,-10],[15,2],[13,11],[18,26],[44,106],[8,97],[-22,31],[-77,54],[-12,5],[-13,-6],[-21,-25]],[[89789,71209],[-4,-44],[-9,-30],[-1,-31],[22,-141],[11,-30],[28,-58],[7,-67],[6,-35],[14,-27],[22,-11],[-12,-30],[-1,-26],[13,-70],[4,-77],[8,-37],[31,-62],[7,-42],[1,-86],[-5,-39],[-17,-75],[-7,-54],[-15,-55],[4,-17],[20,-35],[8,-39],[42,-62],[14,-56],[28,-64],[18,-27],[44,-27],[13,-40],[0,-46],[-16,-35],[23,-32],[27,-21],[28,-4],[25,18],[20,48],[16,15],[27,-8],[11,2],[-14,18],[32,40],[48,18],[55,2],[48,-8],[32,-22],[31,-2],[22,12],[10,12],[48,82],[22,24],[17,9],[48,0],[31,-11],[15,26],[0,40],[-42,45],[-28,86],[-24,94],[-9,62],[9,0],[10,-26],[8,11],[9,65],[-17,52],[-35,24],[-14,27],[16,13],[6,30],[-23,148],[5,34],[-22,13],[-16,-5],[-30,-32],[-5,36],[-21,90],[-6,63],[-9,22],[-20,4],[14,23],[6,19],[-4,77],[2,24],[11,15],[24,6],[0,14],[-95,12],[-18,-9],[-23,-19],[-15,-26],[10,-53],[-7,-204],[-4,-25],[-31,-45],[-24,-51],[-47,0],[-56,-9],[-32,1],[-15,15],[-16,228],[-20,35],[2,22],[-6,92],[-12,86],[-24,90],[-5,43],[13,19],[-52,55],[-25,18],[-8,21],[-11,45],[-31,54],[-4,3],[-4,43],[-8,20],[-10,8],[-21,74],[-16,18],[-12,-21],[-40,-17],[-5,-22],[3,-46],[-34,-101],[8,-27],[0,-44]],[[91773,70940],[-14,-42],[12,-34],[-4,-34],[30,-285],[12,-42],[1,-198],[-9,-64],[14,-88],[3,-46],[-7,-43],[30,9],[13,0],[16,-9],[8,55],[2,53],[10,88],[-6,27],[4,126],[-4,16],[-18,30],[-4,16],[0,64],[-2,21],[-15,61],[-3,18],[3,58],[-16,103],[-6,68],[-9,36],[-15,33],[-14,13],[-12,-10]],[[91648,70273],[-33,8],[-108,-26],[-62,-34],[-48,-18],[-154,-208],[-12,-32],[7,-21],[43,-31],[27,-12],[132,-1],[29,15],[83,98],[12,25],[8,72],[14,41],[17,38],[17,28],[28,40],[0,18]],[[91840,69938],[-7,-148],[-31,-144],[-7,-77],[4,-73],[12,-65],[30,-104],[13,-142],[23,-111],[5,-75],[6,-27],[14,-12],[30,3],[34,28],[18,49],[3,64],[-3,73],[-5,33],[-15,42],[-7,27],[-9,95],[-30,119],[-4,26],[0,56],[-17,59],[-3,31],[11,113],[-3,28],[-14,14],[-12,35],[-8,86],[-28,-3]],[[90804,69114],[-139,77],[-39,-39],[-13,-4],[-14,-40],[0,-23],[6,-122],[-38,-103],[-7,-44],[6,-24],[29,-46],[10,-57],[8,-19],[14,10],[16,-9],[31,-39],[58,55],[20,35],[8,-14],[26,25],[46,-100],[6,-32],[15,-12],[3,-14],[0,-44],[13,-89],[-7,-24],[-1,-113],[4,-40],[20,-12],[7,-12],[1,-72],[6,-20],[30,-59],[12,-35],[11,-66],[-23,13],[-12,23],[-8,0],[3,-41],[15,-26],[17,-20],[16,-42],[33,-17],[11,-19],[8,0],[3,24],[23,-11],[26,37],[34,6],[14,9],[14,23],[-12,3],[-16,22],[40,45],[28,14],[24,-14],[49,4],[14,-21],[45,-12],[14,-38],[9,-15],[21,0],[14,11],[0,29],[21,38],[13,32],[26,11],[31,43],[-27,71],[-14,-1],[-22,-35],[-6,-24],[0,-35],[-20,20],[3,34],[24,62],[-11,91],[-17,42],[-33,-9],[-55,64],[-22,35],[8,40],[-16,12],[-34,-20],[-18,14],[-16,32],[-29,38],[-18,12],[-28,12],[-24,29],[-13,40],[-3,21],[-25,-25],[-36,25],[-2,14],[11,37],[-29,60],[-6,-3],[8,-50],[-16,-1],[-20,25],[-25,12],[-35,46],[10,23],[-6,18],[-29,22],[21,64],[-75,137],[2,65]],[[91822,68780],[-19,-73],[-24,-26],[-46,-68],[-27,-19],[-56,0],[-12,-4],[-19,-18],[-37,-12],[-31,-21],[-18,-24],[18,-22],[-7,-26],[14,-16],[22,-12],[38,-39],[42,-36],[12,-22],[18,12],[17,-4],[34,-34],[16,8],[17,-7],[32,-32],[15,-8],[55,26],[133,7],[44,47],[8,23],[0,27],[-10,16],[-91,68],[-23,34],[-5,57],[-26,115],[-20,62],[-24,38],[-40,-17]],[[91910,68013],[20,0],[23,19],[8,27],[1,65],[13,27],[-34,-4],[-15,-16],[-12,-69],[-12,-32],[8,-17]],[[92019,68025],[14,-49],[12,-21],[16,-7],[27,1],[13,18],[0,28],[-14,30],[-15,12],[-17,-1],[-36,-11]],[[91878,67882],[-12,5],[-26,-12],[-14,12],[8,-41],[-1,-41],[-22,-35],[-6,-29],[-2,-68],[-6,-38],[29,-41],[3,-19],[-3,-51],[8,-17],[38,-52],[16,-14],[50,-16],[38,20],[37,31],[54,16],[43,-16],[21,-14],[20,-30],[68,-54],[12,9],[13,-9],[3,24],[-12,54],[18,11],[-21,41],[-29,14],[-67,-4],[-24,10],[-12,22],[-8,31],[-23,10],[-12,22],[-8,29],[-13,28],[-15,15],[-20,10],[-33,-24],[-11,-1],[-11,16],[-10,73],[-14,16],[-21,69],[-23,38]],[[90629,69630],[-89,15],[-41,-15],[-24,-37],[-5,-49],[22,-50],[15,-14],[53,-24],[37,-38],[17,-12],[25,0],[36,18],[-2,41],[-10,54],[16,56],[-4,33],[-46,22]],[[90578,69670],[17,13],[30,-12],[18,21],[0,32],[-30,22],[10,24],[-18,15],[0,13],[18,6],[-21,8],[-24,-14],[-60,-90],[28,-27],[32,-11]],[[90523,70916],[-23,10],[7,-20],[28,-45],[21,-11],[22,25],[-22,5],[-33,36]],[[92400,67291],[-23,34],[-34,-4],[-22,-29],[1,-39],[-7,-25],[4,-16],[12,-8],[22,-2],[14,11],[33,78]],[[92053,66932],[12,-9],[55,16],[20,34],[43,38],[-29,11],[-18,-1],[-49,-34],[-27,-34],[-7,-21]],[[64159,64752],[15,34],[5,24],[-17,10],[-52,-1],[-16,17],[-8,47],[-12,-58],[6,-58],[-8,-32],[-54,22],[-67,38],[-32,1],[-4,-39],[6,-22],[28,-39],[54,-49],[12,-18],[33,-74],[8,-28],[12,-95],[12,-44],[20,-17],[45,-15],[21,-18],[24,25],[11,26],[18,62],[24,19],[0,19],[-6,12],[-28,23],[-8,17],[24,5],[4,13],[-10,29],[-22,3],[-10,6],[-30,55],[-8,29],[0,36],[10,35]],[[93060,64104],[-51,1],[-51,-20],[-37,-38],[-18,-36],[-8,-39],[-8,-133],[3,-13],[19,-38],[4,-46],[-22,-82],[3,-32],[70,-32],[21,-15],[56,-55],[39,-16],[25,7],[16,-4],[111,-84],[27,-27],[15,30],[26,19],[24,22],[12,47],[-5,56],[-16,43],[-27,33],[-38,26],[-14,15],[-47,31],[-4,18],[-30,52],[80,30],[15,2],[-15,39],[-11,9],[-5,21],[-22,-13],[-50,8],[-19,16],[-7,34],[0,66],[-5,37],[-13,30],[-43,31]],[[81493,63079],[-9,72],[-22,47],[-28,-53],[-9,-91],[5,-255],[10,-23],[22,18],[12,29],[4,37],[0,85],[13,58],[2,76]],[[93228,62781],[-9,-13],[-12,-39],[5,-65],[-23,-30],[-8,-45],[-1,-48],[7,-47],[43,-85],[2,-15],[23,-30],[8,-33],[9,-6],[26,-1],[13,-14],[52,-85],[20,-14],[55,-23],[25,-3],[12,17],[8,41],[10,81],[45,79],[8,22],[-28,14],[-20,20],[-67,47],[-30,11],[-27,15],[-11,27],[-17,138],[12,72],[-1,25],[-21,25],[-20,-15],[-49,0],[-27,-10],[-12,-13]],[[86123,62233],[-20,15],[-8,-23],[21,-18],[7,-28],[-3,-76],[6,-41],[36,-118],[35,42],[-25,73],[-9,60],[-25,86],[-15,28]],[[64834,63077],[46,44],[14,-23],[8,38],[0,66],[-12,4],[-4,-20],[-21,11],[-15,14],[-12,-26],[-31,-2],[-18,-10],[-4,-17],[16,-34],[6,-24],[27,-21]],[[64662,63859],[0,15],[-42,-4],[-20,18],[-16,38],[-14,23],[-12,9],[-25,30],[-6,-11],[6,-28],[2,-28],[-16,-50],[0,-29],[16,-7],[25,6],[28,-3],[36,-14],[26,12],[12,23]],[[92146,65575],[89,31],[22,-26],[10,4],[12,22],[32,9],[16,10],[11,22],[9,47],[39,107],[-3,32],[-6,-8],[-24,-9],[-22,15],[-17,53],[-23,14],[-12,29],[-8,37],[-9,34],[-13,27],[-23,18],[-7,44],[-19,18],[-20,5],[-87,-21],[-22,-19],[-18,43],[-38,-10],[-34,-38],[-49,-105],[-14,-20],[-32,-33],[-16,-23],[-30,-91],[-4,-23],[18,-16],[3,-19],[9,-7],[22,15],[26,53],[32,19],[16,-3],[45,-29],[4,-39],[6,-9],[19,11],[-7,-39],[-21,-17],[-28,-12],[-23,-23],[0,-12],[46,15],[20,12],[13,24],[8,0],[-8,-64],[5,11],[19,7],[11,-5],[8,12],[8,-49],[13,24],[14,-37],[22,-18],[10,0]],[[91973,66094],[46,30],[-26,32],[-47,-23],[-38,-53],[-3,-57],[9,21],[43,43],[16,7]],[[92104,66277],[-15,35],[-16,19],[-14,-9],[-6,-52],[15,-41],[27,-27],[21,10],[-12,65]],[[66899,61475],[24,-11],[10,38],[4,42],[-8,38],[-30,32],[-8,-38],[6,-18],[2,-83]],[[86501,61475],[12,-45],[12,-15],[20,10],[8,-28],[7,15],[3,52],[-14,23],[-9,50],[-12,15],[-11,-4],[-6,-44],[-10,-29]],[[86789,61438],[0,-80],[6,-34],[30,-29],[36,-27],[25,-9],[-20,39],[-13,35],[-56,105],[-8,0]],[[93867,61286],[-16,-32],[-8,-45],[1,-43],[18,-19],[38,-25],[33,-12],[16,-10],[12,-16],[10,8],[28,8],[15,9],[20,41],[14,47],[-13,34],[-61,61],[-24,10],[-35,-1],[-48,-15]],[[87208,60996],[-227,122],[-12,0],[-3,-15],[8,-60],[18,-62],[13,-23],[-23,3],[-13,20],[-17,52],[-36,-15],[-26,7],[-59,46],[-18,24],[-94,152],[-40,27],[-12,44],[-20,32],[-25,29],[-23,18],[-28,0],[-7,-48],[5,-17],[18,-8],[-6,-22],[-10,-16],[0,-14],[20,5],[31,15],[18,-20],[8,-25],[0,-24],[-9,-19],[-15,-7],[24,-43],[4,-23],[-12,-22],[-38,16],[-23,-25],[-4,-36],[29,-27],[10,-35],[18,-6],[24,24],[8,20],[-6,19],[18,10],[8,-12],[-1,-24],[-8,-25],[15,-9],[59,-3],[14,-11],[16,-24],[18,-36],[0,-56],[-6,-32],[-12,-19],[-33,17],[-15,-4],[7,-38],[12,-17],[32,-23],[9,-57],[15,-76],[19,-40],[81,-73],[12,-32],[26,12],[38,-127],[23,-19],[28,-87],[19,-20],[23,-6],[18,-17],[8,-24],[-10,-29],[-20,-11],[-27,3],[13,-29],[16,-24],[39,-35],[55,-79],[21,-20],[30,-7],[14,-40],[20,-18],[39,-6],[31,-42],[20,-13],[19,18],[8,0],[1,-28],[27,-11],[16,-12],[5,-35],[-12,-12],[-19,-2],[22,-23],[25,-15],[12,-15],[-24,-24],[20,-18],[16,-37],[24,-85],[18,25],[-8,19],[10,9],[24,3],[4,-29],[12,-15],[14,3],[4,22],[23,10],[-6,-22],[26,-11],[-10,-52],[24,11],[11,-19],[3,-103],[6,-24],[94,-156],[15,-32],[30,-16],[10,-16],[-8,-15],[-10,-47],[18,-33],[12,-4],[14,11],[8,24],[-2,39],[10,25],[31,-29],[6,-19],[-11,-27],[28,7],[20,-17],[3,-30],[-24,-36],[14,-10],[11,2],[20,20],[5,-25],[12,-9],[11,8],[3,26],[28,12],[12,-15],[-5,-17],[2,-17],[48,-115],[24,-43],[31,-8],[36,-37],[15,-10],[24,-4],[15,-70],[10,-25],[18,-19],[133,-81],[22,-6],[21,9],[20,17],[22,7],[21,-21],[-19,-6],[8,-15],[19,9],[0,-14],[-15,-38],[39,-49],[168,-114],[15,3],[2,21],[24,3],[10,-8],[0,-59],[20,8],[16,16],[14,24],[10,29],[10,0],[0,-35],[9,-21],[24,-34],[4,-31],[-2,-27],[4,-21],[22,-10],[-6,36],[18,16],[12,-6],[-8,-46],[36,-47],[8,-18],[-25,16],[3,-28],[12,-10],[36,-1],[21,12],[24,-25],[38,-25],[26,-61],[38,-20],[31,-51],[17,-14],[8,15],[-4,31],[37,-5],[7,12],[-1,47],[6,17],[20,17],[0,-22],[14,-32],[13,-9],[-15,-17],[7,-21],[16,13],[44,-18],[16,-18],[10,-41],[-10,-28],[-1,-24],[7,-11],[22,-7],[8,-31],[-26,12],[-35,1],[11,-19],[25,-15],[8,-18],[-1,-29],[-10,-7],[-14,8],[-11,17],[-8,0],[1,-19],[-10,-33],[26,-25],[20,36],[15,-4],[15,-20],[33,-19],[16,-18],[12,-28],[2,-35],[22,0],[40,-26],[24,13],[-2,17],[33,-10],[20,18],[-16,-50],[32,-41],[12,-11],[-10,-19],[2,-31],[12,7],[20,40],[16,3],[12,52],[12,5],[27,-7],[14,2],[-6,-59],[8,-16],[24,-2],[-12,-20],[-17,-6],[-42,2],[27,-35],[16,-6],[20,2],[-9,-32],[-3,-79],[16,-8],[12,8],[-8,35],[7,13],[25,-10],[12,30],[10,41],[13,27],[14,2],[37,-8],[25,-24],[-14,-21],[4,-18],[10,-10],[43,-22],[42,22],[17,-29],[27,-27],[29,-14],[19,9],[9,-11],[-8,-34],[17,-17],[27,-5],[24,4],[0,-12],[-25,-18],[-1,-26],[17,-22],[31,-10],[28,22],[2,10],[39,-12],[14,5],[-26,25],[-4,21],[7,72],[8,25],[12,6],[11,-23],[-18,-11],[20,-56],[12,-8],[10,40],[8,13],[26,-79],[10,-16],[28,5],[-7,-17],[-36,-22],[31,-7],[24,13],[40,44],[-7,26],[35,29],[7,-17],[25,52],[17,73],[-17,40],[5,12],[18,3],[2,17],[-6,20],[-44,49],[-28,56],[-31,12],[0,11],[15,23],[0,63],[-26,58],[-64,69],[-19,13],[-73,25],[-47,13],[-15,18],[-8,34],[-8,-8],[-40,19],[-36,-6],[-11,6],[0,14],[34,15],[9,23],[-16,8],[-44,42],[-13,-26],[-30,30],[-35,47],[-22,25],[-24,17],[-56,87],[-30,35],[9,11],[-29,20],[-8,16],[-4,34],[-7,13],[-48,49],[-14,36],[-18,13],[-44,15],[-17,2],[-14,14],[-12,43],[35,0],[0,12],[-102,43],[-46,31],[-44,40],[-14,32],[-29,19],[-66,80],[-21,17],[-23,-1],[-29,-19],[-10,75],[-20,6],[0,16],[19,10],[-3,13],[-12,8],[-44,11],[-38,57],[-26,21],[-9,-13],[2,-34],[11,-44],[23,-46],[3,-23],[-23,-13],[-11,2],[8,17],[-52,44],[-9,19],[26,-9],[7,16],[-9,32],[-44,112],[-18,31],[-24,8],[14,-18],[4,-41],[-7,-16],[-9,22],[-11,12],[-24,-9],[-4,-28],[12,-36],[-24,31],[-14,78],[-21,-7],[-11,43],[-24,44],[-34,26],[-37,-13],[-24,32],[-76,26],[-29,18],[-26,77],[-28,19],[-28,38],[-4,18],[16,-18],[39,-20],[21,0],[-16,26],[-5,20],[-17,24],[-38,44],[-18,-13],[2,32],[-9,6],[-32,1],[-10,6],[-33,44],[-36,26],[-42,43],[-10,19],[-4,32],[-10,38],[8,24],[8,42],[6,62],[-7,9],[-23,10],[-68,13],[-9,6],[-7,29],[-16,19],[-39,34],[-12,27],[-13,76],[5,28],[-9,24],[-31,36],[-18,30],[-25,7],[-18,-14],[-22,26],[-133,36],[-47,53],[-24,12],[-21,26],[-53,3],[-21,22],[5,24],[-18,26],[-39,32],[-12,1],[-66,82],[-45,88],[-32,26],[-34,66],[-18,22],[-52,27],[-39,49],[-22,9],[-28,19],[-24,25],[-18,23],[-69,119],[-40,48]],[[89827,60809],[-3,-16],[12,9],[12,-17],[24,-46],[5,-35],[-6,-33],[-28,-76],[-15,-26],[-7,-26],[3,-112],[-4,-33],[-31,-63],[-33,-47],[-16,-18],[-20,-11],[18,-25],[24,3],[31,13],[28,17],[20,18],[20,38],[49,126],[-53,-6],[-8,13],[-4,51],[0,29],[8,21],[27,94],[19,34],[16,6],[37,-3],[14,7],[6,20],[-8,12],[-44,38],[-28,67],[-15,11],[-18,-3],[-19,-13],[-13,-18]],[[90603,60272],[-17,-34],[-26,-4],[-20,7],[-18,15],[-43,-9],[-27,-18],[-15,-41],[-4,-38],[2,-18],[96,15],[67,-39],[15,-13],[8,-40],[-14,-37],[-37,-62],[-22,-49],[-16,-21],[-24,-20],[-25,-7],[-78,7],[10,-24],[51,-64],[-10,-26],[0,-23],[8,-19],[27,-13],[9,-45],[31,-44],[33,-39],[38,-17],[115,-17],[6,-11],[3,-31],[10,-19],[42,-10],[8,-8],[12,-56],[24,-14],[30,0],[21,-13],[34,35],[8,22],[2,38],[0,70],[8,27],[42,20],[-7,25],[-19,25],[-16,17],[-41,15],[-11,22],[4,33],[15,33],[-7,8],[-18,48],[-10,5],[-27,1],[-32,17],[-36,38],[-24,12],[-4,15],[4,22],[16,36],[6,23],[-16,52],[-8,48],[-2,22],[8,35],[16,31],[11,32],[-9,34],[-18,3],[-95,73],[-42,-19],[-2,-19]],[[89693,60221],[-67,1],[-19,-13],[22,-9],[13,-18],[44,23],[7,16]],[[91628,59083],[-83,-78],[-21,-27],[-20,7],[-32,21],[-35,6],[-35,-18],[35,-72],[10,-30],[9,-81],[7,-33],[9,-18],[29,-42],[6,-16],[-2,-32],[-12,-25],[-30,-31],[9,-26],[28,15],[33,0],[34,-11],[27,-17],[-2,-51],[44,-31],[52,-6],[38,28],[48,19],[15,3],[16,16],[2,39],[-6,85],[16,52],[9,71],[0,67],[-7,38],[-36,-24],[-44,-20],[-45,-7],[-40,13],[-30,43],[-16,34],[-6,31],[6,35],[24,49],[-4,24]],[[90158,57124],[-15,1],[-32,-21],[-4,-34],[-18,-48],[12,-13],[26,-10],[23,14],[1,13],[-24,5],[0,11],[19,10],[16,17],[8,-12],[11,14],[-1,22],[-22,31]],[[69540,57271],[24,18],[6,19],[-3,13],[-19,21],[-17,11],[-9,51],[-23,51],[-16,5],[-18,-4],[-4,-11],[16,-29],[8,-32],[-14,-36],[-20,-36],[-12,-30],[18,14],[26,-25],[-16,-29],[4,-24],[16,-11],[31,19],[14,22],[8,23]],[[68768,57632],[-18,36],[-4,27],[8,83],[-16,-14],[-13,-22],[-5,-22],[8,-18],[-16,-26],[-11,-40],[-7,-44],[0,-61],[16,-32],[-5,-50],[13,-13],[26,19],[16,48],[8,56],[2,48],[-2,25]],[[69294,58277],[10,21],[10,32],[12,30],[-34,-26],[-15,12],[-15,1],[-32,-13],[0,-12],[44,-39],[20,-6]],[[69228,58445],[2,16],[10,-12],[6,35],[-21,21],[-30,19],[-16,27],[-8,0],[2,-27],[6,-25],[-14,-22],[6,-28],[6,14],[18,1],[10,-15],[17,-10],[6,6]],[[67713,60741],[0,38],[-7,-36],[-8,-64],[-14,-34],[-12,-7],[-22,1],[-6,-13],[4,-31],[12,-19],[26,22],[26,56],[28,11],[-21,49],[-6,27]],[[67626,60961],[18,60],[16,-31],[20,-21],[6,29],[-8,19],[-26,28],[-20,54],[0,10],[-24,4],[-10,15],[3,50],[-4,22],[-19,47],[-4,25],[-18,-24],[-15,-88],[-10,-38],[24,-9],[-6,-24],[-40,-50],[-7,-18],[5,-10],[20,-3],[31,25],[0,-75],[12,-4],[12,16],[16,6],[20,-32],[8,17]],[[67497,61222],[38,52],[6,12],[-2,18],[-16,38],[12,31],[23,36],[11,38],[-22,28],[-10,-32],[-22,-18],[-22,15],[-14,-15],[-1,-25],[9,-13],[-36,-60],[-6,-29],[8,-31],[17,-20],[9,25],[8,-11],[12,11],[3,-12],[-5,-38]],[[68516,57226],[-8,-19],[-6,-43],[-10,-21],[10,-17],[-2,-38],[-8,-19],[20,-27],[8,22],[26,54],[5,56],[12,7],[-37,48],[-10,-3]],[[90909,56663],[72,-41],[39,-6],[18,40],[-6,69],[6,14],[13,-3],[15,-46],[16,-15],[-2,49],[-28,46],[-14,32],[-22,27],[-33,22],[-34,10],[-24,-8],[-9,-36],[0,-108],[-7,-46]],[[70100,55106],[23,-36],[29,-53],[43,-80],[16,-36],[48,-55],[53,-87],[15,-34],[13,-67],[14,-24],[18,-21],[25,-44],[62,5],[13,6],[21,41],[10,3],[-2,75],[-12,53],[-22,23],[-23,17],[-18,42],[-10,50],[-6,44],[2,41],[16,84],[0,50],[-18,-23],[-17,-36],[-20,-24],[-23,9],[18,28],[-14,12],[-25,7],[-13,9],[-11,20],[-54,15],[-22,10],[-4,44],[-10,6],[-34,-12],[-21,17],[-12,-16],[6,-30],[-8,-9],[-46,-24]],[[70533,54580],[8,-57],[30,-55],[10,-28],[4,-45],[26,-14],[5,28],[-5,45],[-14,37],[-26,44],[-10,26],[-6,57],[-16,-11],[-6,-27]],[[72904,52774],[-73,-126],[33,9],[38,-53],[37,-75],[22,-59],[12,-77],[-10,-71],[-19,-63],[-26,-55],[-34,-56],[-40,-49],[-139,-128],[-20,-27],[-9,-25],[0,-19],[60,-28],[9,-21],[-16,-46],[15,-103],[-13,-48],[-10,-21],[-20,-62],[-33,-40],[-10,-23],[-8,-114],[-10,-55],[-30,-23],[-18,-27],[-2,-57],[15,-53],[35,-14],[-2,-49],[22,-87],[-6,-35],[3,-31],[20,-47],[51,-79],[35,19],[20,53],[2,67],[-20,56],[-2,47],[97,375],[135,384],[99,321],[12,67],[14,29],[10,33],[-4,42],[-14,24],[-49,55],[-24,31],[-21,98],[-4,33],[5,226],[-5,79],[-61,-51],[-37,-44],[-12,-7]],[[72648,51748],[-38,64],[-12,-17],[14,-38],[38,-73],[16,20],[-18,44]],[[73121,48464],[5,-41],[-8,-112],[7,-115],[9,-41],[26,-39],[12,-48],[6,-51],[0,-31],[14,-35],[8,7],[4,59],[-2,26],[-16,69],[0,89],[10,79],[51,222],[4,43],[-8,30],[-14,7],[-43,-39],[-44,-11],[-25,-21],[-3,-20],[7,-27]],[[73194,47781],[-28,-52],[-6,-27],[16,-72],[2,-30],[-4,-26],[-12,-56],[-2,-26],[16,-40],[0,-31],[-16,-24],[-7,-81],[15,-45],[10,-3],[57,13],[66,400],[24,90],[27,75],[-60,-5],[-19,5],[-36,45],[-20,6],[-10,-10],[-3,-79],[-10,-27]],[[91551,44921],[-18,-26],[15,5],[7,-20],[-14,-31],[10,-55],[17,19],[14,-1],[13,-17],[7,-27],[5,21],[19,18],[12,31],[2,31],[-16,14],[-24,12],[-24,19],[-25,7]],[[80312,40246],[6,-13],[8,14],[22,-25],[8,-35],[-2,-33],[-20,-22],[18,-9],[14,8],[21,39],[-17,27],[-12,34],[-18,26],[-31,3],[3,-14]],[[99388,21797],[-18,17],[4,-29],[10,-36],[8,-9],[-6,-38],[-14,-5],[-20,17],[6,12],[-6,24],[-16,23],[-24,6],[8,31],[-1,27],[-15,56],[0,35],[6,23],[30,44],[24,50],[20,53],[23,46],[36,27],[-8,-26],[18,-6],[26,30],[12,-4],[-1,-12],[-28,-58],[17,6],[31,27],[39,11],[20,50],[47,56],[20,43],[16,47],[-52,-44],[-27,-14],[-47,-9],[-19,-18],[-32,1],[-36,29],[-12,18],[-39,-12],[-24,-18],[-41,5],[-40,-34],[-19,-10],[-28,12],[-13,-11],[-36,-10],[-30,-2],[4,23],[40,33],[24,6],[20,-7],[8,19],[14,8],[29,-15],[22,26],[34,12],[66,0],[17,4],[27,34],[25,18],[27,6],[-17,46],[-27,32],[-19,42],[0,15],[19,-9],[13,41],[12,5],[0,-76],[7,-18],[12,0],[13,16],[34,26],[8,11],[1,36],[8,19],[64,115],[11,32],[-11,24],[-17,-9],[-51,-56],[-27,-38],[-21,-24],[-24,-11],[-23,23],[-6,28],[6,8],[27,5],[5,6],[3,36],[-7,26],[-16,27],[-20,22],[-20,7],[6,-35],[-12,-30],[-22,-9],[-21,24],[-19,-33],[-24,-9],[-27,9],[-28,19],[-44,55],[-23,9],[-2,-38],[-19,11],[-9,-8],[12,-42],[-44,0],[9,-21],[39,-48],[17,-9],[21,67],[20,0],[11,-21],[0,-27],[-23,-38],[6,-19],[21,-36],[-37,0],[-16,-20],[-11,-35],[-23,-45],[-8,57],[4,28],[14,30],[-44,11],[2,-20],[-8,-17],[-21,-6],[1,-35],[-32,-27],[-13,-17],[-7,-29],[11,-57],[33,-2],[68,32],[-8,-26],[12,-9],[26,2],[6,21],[20,7],[143,5],[-28,-33],[-36,-11],[-75,8],[27,-28],[-19,-12],[-30,-11],[-31,-3],[-39,20],[-28,2],[-52,-8],[9,-17],[31,-1],[20,-8],[0,-11],[-48,-15],[-134,-86],[-21,14],[-13,34],[69,23],[36,20],[16,21],[3,24],[15,60],[-8,26],[-19,19],[-23,11],[-20,0],[12,27],[39,20],[9,43],[20,-7],[6,32],[-7,11],[1,23],[54,-19],[7,36],[8,10],[24,2],[-32,18],[-45,-2],[-84,-16],[0,-9],[-29,-47],[-6,-29],[-13,-10],[-15,4],[-10,15],[22,30],[12,46],[-20,9],[-1,13],[31,29],[-31,35],[19,20],[36,6],[19,-3],[18,-21],[40,1],[42,16],[21,22],[-17,6],[-10,20],[26,18],[27,-6],[6,26],[20,26],[-8,24],[60,-17],[23,7],[-15,48],[-9,11],[-41,1],[-62,-38],[-27,-12],[-8,-38],[-42,-50],[-31,6],[5,85],[-32,-23],[-35,-56],[-64,-12],[-55,-35],[-32,-39],[0,-34],[8,-6],[49,38],[16,-6],[10,-14],[0,-18],[-9,-20],[-31,-18],[-33,-12],[-18,-21],[18,-44],[-18,-12],[-13,22],[-12,-22],[-9,0],[-2,36],[-13,32],[-19,24],[-24,9],[-39,-30],[-12,-26],[12,-21],[-9,-20],[-33,8],[-10,-12],[-21,-44],[-17,-22],[-23,-15],[-42,-20],[8,43],[-21,0],[-15,-26],[-32,-15],[-79,-85],[-48,-76],[-21,-27],[-44,-29],[-47,-46],[-24,-14],[-27,-4],[-59,0],[-28,8],[-22,15],[-10,27],[6,14],[22,12],[6,26],[-16,48],[-12,76],[-10,24],[-13,-24],[-9,0],[-11,35],[-19,24],[-4,16],[9,66],[21,-18],[13,-33],[5,30],[-9,26],[-16,24],[-23,149],[-23,-12],[-20,12],[32,29],[27,33],[18,37],[-7,51],[12,82],[4,8],[-15,27],[-15,8],[-40,3],[16,18],[-6,32],[6,38],[-6,40],[-18,27],[-18,4],[-18,-18],[-16,-28],[-13,21],[-11,1],[-20,-22],[1,-32],[-28,-11],[-30,-27],[-18,-7],[-16,6],[-108,96],[-43,50],[-19,52],[-34,-26],[-7,31],[15,54],[1,32],[-7,9],[-28,14],[-17,51],[39,-2],[6,15],[-12,38],[20,18],[12,35],[12,73],[13,38],[13,19],[20,6],[274,-25],[29,13],[-42,5],[-75,24],[-82,12],[-251,-15],[-58,-33],[-49,-69],[16,-7],[17,3],[35,29],[19,-25],[-1,-18],[-39,-18],[6,-27],[-30,-25],[-22,13],[-21,-38],[-19,7],[2,20],[21,62],[-48,-21],[-54,-59],[-127,-175],[-66,-56],[-55,-40],[-18,-18],[-36,-4],[-13,-32],[-25,-5],[-10,-10],[-9,-38],[-30,-45],[-25,-47],[-27,-6],[-12,-15],[0,-32],[8,-58],[0,-201],[8,-96],[-17,-82],[12,-204],[7,-22],[25,-52],[-16,-2],[-32,-18],[-12,5],[-7,-17],[-6,-108],[-19,-35],[0,-35],[4,-17],[-26,-12],[-37,-25],[-35,-31],[-13,-27],[-5,-43],[-18,-35],[-12,-13],[-1,-37],[-18,-18],[-46,-115],[-18,-31],[-36,-35],[-8,-44],[-29,0],[-30,-14],[-32,-41],[-119,-84],[-64,-31],[-32,2],[-88,-14],[-75,12],[-20,-15],[1,-87],[7,-24],[9,14],[8,-21],[-25,-72],[-12,-59],[-19,-36],[-20,-116],[-13,-43],[-19,-33],[-43,-58],[-20,-60],[-5,-41],[-23,-69],[-33,-272],[-27,-83],[-63,-103],[-8,-43],[18,-38],[38,-14],[83,6],[35,11],[29,20],[-52,-61],[-141,-1],[-26,-9],[-27,-34],[-89,-201],[-23,-16],[-32,-64],[-21,-35],[-34,-20],[-30,-51],[-10,-23],[3,-14],[24,-27],[21,-43],[6,-41],[0,-41],[4,-45],[9,-32],[25,-32],[23,-20],[12,-29],[-60,52],[-25,31],[-30,5],[-22,-12],[10,-33],[24,-49],[20,-68],[3,-65],[-25,-40],[-3,96],[-7,44],[-44,99],[16,28],[32,19],[24,30],[0,43],[-12,50],[-20,42],[-24,19],[-32,4],[-29,-24],[-109,-202],[-44,-35],[-45,-73],[-23,-26],[-47,-26],[-29,-32],[13,-92],[32,-65],[4,-51],[-28,46],[-30,82],[-35,62],[-40,-6],[-50,-42],[-113,-44],[-50,-34],[107,-50],[50,-40],[34,-62],[-24,29],[-156,97],[-33,6],[-4,-31],[-29,12],[-18,-16],[-18,-27],[-22,-20],[10,-16],[22,-5],[10,-15],[-37,-14],[-127,0],[0,-13],[116,-52],[32,-36],[26,-46],[8,-27],[-8,-79],[-26,-52],[-8,39],[3,75],[-4,38],[-11,33],[-16,29],[-24,20],[-26,15],[-53,14],[-54,-25],[-43,-56],[-24,-79],[29,23],[28,47],[32,38],[42,-7],[-82,-140],[-43,22],[-34,1],[-50,-35],[-44,-25],[-13,-56],[5,-12],[31,-27],[19,-40],[8,-33],[-10,-14],[-32,30],[-51,60],[-24,7],[-10,-48],[-18,-31],[-167,-89],[-28,-25],[-27,-33],[-8,-40],[27,-22],[42,-9],[40,1],[32,8],[28,-8],[-56,-23],[-58,-4],[-71,14],[-32,-7],[-26,-31],[50,-31],[26,-23],[10,-28],[2,-58],[-7,-9],[-20,23],[-23,62],[-18,24],[-29,-4],[-18,-25],[-43,-68],[-20,-15],[-27,-8],[-64,-56],[-28,-2],[-51,12],[-43,-35],[-52,-16],[-18,-20],[-8,-39],[6,-37],[36,-64],[-36,10],[-10,31],[-6,38],[-8,34],[-23,18],[-33,-3],[-28,-17],[-15,-15],[-20,-41],[-34,-20],[-65,-22],[-91,-66],[-48,-24],[-48,-61],[-36,-20],[-44,-33],[-3,-27],[20,-35],[30,-69],[20,-31],[49,-23],[68,-46],[23,-23],[-29,-1],[-70,52],[-69,24],[-15,13],[-33,104],[-23,-6],[-80,-46],[-23,-18],[-24,-26],[-59,-42],[-76,-81],[-69,-47],[-73,-23],[-60,9],[-25,29],[-20,34],[-22,13],[-32,-33],[-10,-5],[-34,5],[-55,-44],[-42,-23],[-47,-12],[-78,-5],[-50,-21],[34,-26],[-29,-17],[-27,-28],[-11,-23],[-6,-53],[-42,-56],[-49,-52],[-79,-56],[-47,-58],[-24,-15],[-59,-21],[0,-13],[32,-13],[14,-22],[0,-28],[-15,-32],[-12,-8],[-114,0],[6,-61],[-31,-41],[-47,-33],[-36,-35],[-105,-125],[-30,-47],[18,-47],[8,-54],[-2,-49],[8,-27],[20,-13],[35,-38],[35,-24],[9,-24],[3,-28],[-3,-28],[-9,-22],[-39,82],[-16,20],[-43,26],[-56,53],[-37,9],[-38,-16],[-36,-41],[-39,-20],[-26,-50],[-67,-20],[-20,-17],[-11,-27],[5,-20],[34,-30],[47,-63],[22,-12],[-33,11],[-23,12],[-21,23],[-24,35],[-14,9],[-50,-32],[16,-39],[8,-32],[33,-38],[3,-38],[-10,-34],[-24,-51],[-2,-41],[-23,18],[-13,21],[-3,27],[5,34],[27,53],[-9,24],[-42,40],[-45,-6],[-38,-41],[-14,-63],[2,-22],[19,-61],[19,-46],[-4,-56],[4,-17],[25,-27],[12,-53],[10,-30],[-22,-3],[-47,4],[8,35],[-9,23],[-15,18],[-10,26],[1,17],[16,53],[-4,18],[-23,32],[-16,58],[-42,-3],[-97,-61],[26,-37],[-54,-7],[-21,-12],[-63,-57],[-23,-25],[-4,-26],[14,-17],[153,-90],[24,-7],[-18,-21],[-28,16],[-32,28],[-27,15],[-34,9],[-32,18],[-33,9],[-32,-12],[-15,-29],[1,-30],[37,-61],[26,-18],[72,-27],[19,-25],[-76,9],[-19,-9],[-6,-13],[4,-37],[-7,-26],[-15,17],[-2,71],[-49,84],[-28,6],[-30,-30],[-51,-84],[33,-3],[26,-24],[46,-62],[46,-40],[7,-11],[-10,-15],[-20,0],[-35,21],[-50,72],[-30,23],[-39,1],[-28,-20],[-8,-31],[4,-82],[4,-22],[24,-19],[19,-75],[3,-24],[21,-14],[104,11],[31,10],[48,23],[48,0],[-17,-30],[-3,-35],[16,-29],[18,-12],[44,1],[21,-6],[-14,-24],[-23,-11],[-26,2],[-24,7],[-17,17],[-23,44],[-12,15],[-24,3],[-128,-39],[-23,-14],[-17,-26],[128,-130],[64,-90],[8,-59],[-34,24],[-10,-10],[-23,62],[-8,44],[-62,59],[-10,-10],[-13,-49],[-32,-29],[-42,-3],[-12,9],[12,17],[34,26],[13,42],[-13,34],[-36,38],[-34,-3],[-36,-19],[-40,-4],[12,32],[22,19],[-53,28],[-24,23],[-9,31],[-12,7],[-28,-22],[-43,-47],[-25,-54],[4,-20],[17,-23],[21,-17],[51,-26],[23,-19],[16,42],[20,-15],[34,-91],[-55,14],[-62,42],[-61,26],[-56,-30],[-14,-29],[-22,-111],[-47,-106],[0,-28],[16,-33],[32,-11],[56,11],[69,41],[105,21],[167,93],[-10,-47],[-37,-28],[-81,-27],[14,-20],[20,-7],[43,1],[-27,-27],[-36,1],[-67,26],[-36,-7],[-65,-35],[-62,-20],[-14,-31],[-2,-41],[10,-44],[22,-6],[122,20],[-20,-18],[-67,-20],[-23,-17],[-14,-19],[-24,-55],[30,-9],[118,35],[91,-11],[19,3],[54,21],[-16,-37],[-26,-22],[-62,-29],[-25,-18],[-38,-38],[-54,5],[-34,-6],[-67,-26],[-33,-6],[-79,0],[-37,-11],[-32,-29],[-10,14],[10,14],[-87,0],[-82,-14],[-21,-17],[-8,-44],[0,-165],[8,-63],[-6,-36],[18,-44],[9,-11],[40,41],[16,12],[121,37],[18,20],[4,18],[35,58],[31,25],[10,35],[31,34],[16,1],[12,-13],[-13,-34],[-70,-86],[4,-13],[20,-10],[41,-8],[44,14],[44,23],[-22,-43],[-33,-15],[-76,-20],[-35,-23],[-24,-28],[-15,-40],[-4,-59],[-20,12],[-12,-14],[-4,-62],[92,21],[40,23],[17,59],[14,-15],[-6,-38],[10,-17],[46,52],[8,21],[-7,26],[5,20],[18,24],[30,17],[55,21],[76,49],[29,4],[0,-12],[-31,-20],[-58,-48],[-37,-11],[-27,-15],[-20,-38],[-35,-86],[-44,-63],[-48,-56],[-49,-27],[-7,-11],[5,-18],[38,-52],[72,-53],[84,-17],[174,6],[85,-24],[66,3],[81,-39],[14,-3],[17,-25],[28,19],[20,6],[28,-2],[51,-21],[26,-2],[18,6],[40,26],[20,6],[43,-3],[19,6],[17,23],[15,76],[15,30],[5,44],[17,17],[146,-17],[19,-4],[59,-40],[26,-9],[51,-4],[19,-17],[1,-38],[31,-53],[65,-88],[-12,-23],[-50,-29],[57,-42],[29,-52],[14,-6],[24,-30],[15,-8],[34,26],[42,-17],[29,3],[19,38],[24,0],[37,-6],[16,6],[63,-24],[0,53],[18,11],[124,22],[36,-10],[21,-23],[67,-128],[27,-77],[15,-24],[26,-3],[24,25],[12,44],[-10,46],[33,2],[23,-44],[9,-60],[-12,-50],[-67,-56],[-8,-12],[-8,26],[-26,6],[-39,-12],[1,-23],[16,-26],[32,-11],[16,-42],[28,-14],[46,-58],[35,-6],[-15,34],[-39,50],[-8,38],[11,32],[25,-6],[52,-34],[110,3],[37,-15],[28,-32],[-22,-10],[-36,7],[-14,21],[-16,5],[-44,1],[-19,-6],[-17,-16],[-16,-32],[218,-23],[68,23],[-17,24],[17,20],[-24,30],[-11,26],[64,-3],[31,-6],[26,-17],[-50,-18],[-11,-18],[43,-2],[130,26],[37,14],[18,0],[41,-154],[15,-22],[22,-5],[42,2],[36,-11],[43,-23],[43,-12],[34,21],[4,23],[-4,38],[16,3],[32,-44],[22,-8],[39,0],[13,23],[16,12],[-1,41],[12,14],[18,-5],[3,-21],[-5,-38],[17,-16],[17,-4],[43,7],[31,16],[25,29],[18,12],[22,2],[43,-8],[35,-26],[24,43],[39,-2],[41,-13],[36,10],[-28,40],[68,39],[16,17],[26,12],[36,-9],[32,-14],[17,-3],[42,37],[47,18],[38,27],[27,64],[-103,6],[-19,9],[57,22],[42,-2],[44,-17],[22,-3],[39,32],[36,12],[6,20],[-4,49],[18,97],[44,62],[175,126],[24,29],[49,67],[31,21],[68,29],[26,18],[28,28],[24,35],[11,56],[12,33],[8,78],[20,42],[73,110],[95,69],[108,38],[262,29],[2,23],[25,24],[52,2],[20,9],[11,24],[4,102],[-5,27],[-14,25],[-12,-26],[-48,-26],[-15,-21],[-20,-43],[-17,-17],[-58,-22],[-38,-35],[-46,-12],[-24,-14],[12,32],[48,33],[16,47],[38,14],[33,52],[26,13],[62,12],[22,19],[0,24],[-59,38],[-23,20],[-17,-22],[-70,26],[2,44],[24,2],[25,24],[40,23],[31,68],[-29,3],[-18,19],[-1,19],[25,9],[46,-1],[17,7],[20,20],[-12,37],[-5,39],[21,-18],[18,-2],[14,11],[16,21],[-9,47],[27,28],[34,24],[18,35],[-7,64],[11,24],[47,58],[2,42],[-40,44],[16,47],[16,38],[32,133],[67,154],[140,151],[87,165],[-1,23],[-33,26],[-317,123],[327,-85],[42,1],[24,20],[13,37],[12,109],[0,61],[-12,44],[-36,7],[12,23],[32,23],[7,35],[-3,33],[-13,88],[0,140],[-8,62],[-27,38],[36,23],[26,11],[6,56],[38,46],[17,27],[7,35],[0,105],[5,21],[68,134],[4,18],[-8,15],[-25,15],[-34,12],[-105,3],[33,20],[105,-7],[60,-26],[18,13],[26,-10],[30,18],[78,88],[15,12],[33,14],[-11,17],[-32,24],[-22,26],[-22,38],[-18,42],[-6,40],[-12,36],[-53,55],[-22,29],[2,21],[28,-8],[36,-21],[37,-36],[34,-14],[38,-43],[23,-39],[27,-64],[13,-39],[39,7],[33,26],[36,12],[43,46],[20,9],[47,11],[94,68],[10,30],[-14,187],[12,-20],[5,-70],[23,-59],[2,-23],[18,-35],[37,7],[245,188],[132,65],[26,26],[10,41],[-47,50],[-40,70],[-30,76],[-23,36],[-28,16],[-34,6],[-69,36],[-70,65],[-28,41],[297,-157],[68,-74],[83,-133],[17,-15],[15,-3],[107,16],[13,8],[18,32],[-6,38],[2,45],[4,55],[13,46],[20,18],[36,10],[34,14],[32,5],[33,-17],[36,-49],[20,-10],[42,6],[14,-3],[35,-24],[11,-14],[-39,-9],[-190,-70],[-34,-5],[-28,-22],[-6,-20],[12,-8],[51,9],[112,43],[72,7],[35,20],[103,17],[36,18],[22,0],[-24,-33],[1,-25],[49,-54],[27,-38],[15,-13],[29,10],[28,-38],[19,-11],[116,-1],[-41,66],[-12,50],[1,51],[17,50],[-16,16],[-2,22],[8,18],[20,8],[16,-9],[-1,-51],[6,-23],[15,-24],[-3,-58],[6,-24],[22,-65],[20,18],[23,-18],[9,50],[22,-6],[32,45],[15,-25],[16,45],[10,52],[4,53],[-5,52],[-17,39],[10,37],[-1,13],[-15,23],[-32,34],[-5,33],[-16,-11],[-35,-41],[-5,25],[-15,16],[-37,11],[-18,-9],[-31,-56],[-16,-5],[-4,11],[3,51],[-3,32],[-6,14],[-34,24],[-12,-47],[-5,-47],[-7,-7],[-22,41],[-6,28],[-65,5],[-47,-14],[-27,-36],[-63,17],[-16,13],[35,34],[38,13],[84,5],[34,18],[-76,23],[-20,15],[-10,26],[6,12],[15,-3],[17,-21],[2,30],[-36,109],[-23,114],[-14,38],[-57,-47],[-60,-33],[-134,-35],[-172,50],[166,-5],[86,16],[77,30],[50,50],[63,2],[8,12],[3,97],[5,47],[8,45],[-151,-13],[-174,56],[260,-20],[43,14],[46,78],[28,77],[19,36],[96,76],[35,47],[42,20],[171,46],[61,51],[11,13],[16,54],[53,29],[50,12],[56,37],[16,26],[3,25],[20,16],[21,39],[-1,42],[-6,35],[3,19],[40,22],[23,32],[20,40],[13,65],[99,230],[-27,12],[0,13],[55,32],[31,68],[20,81],[25,71],[66,88],[29,19],[27,27],[17,6],[34,-15],[25,-37],[18,26],[-31,46],[-4,18],[1,29],[38,41],[18,43],[34,7],[40,70],[27,27],[57,41],[24,26],[51,93],[-47,59],[-23,20],[-14,29],[-6,53],[4,18],[18,-20],[6,-53],[20,-29],[55,-27],[16,10],[3,32],[-1,57],[8,36],[17,44],[37,65],[245,288],[21,36],[91,188],[7,46],[-23,-11],[-33,5],[-28,18],[-18,45],[-28,101],[0,20],[-24,0],[-30,-23],[-42,-47],[-13,-8],[-86,-20],[-13,2],[27,20],[76,36],[34,26],[37,41],[16,36],[-3,40],[-70,130]],[[89956,13971],[11,9],[9,32],[10,-9],[12,-29],[28,5],[23,16],[14,31],[4,39],[-2,41],[-11,41],[-18,37],[-22,18],[-35,0],[-102,-35],[-48,-3],[-24,-56],[-17,-19],[-15,-30],[-20,-58],[28,11],[20,15],[79,94],[22,3],[18,-35],[-2,-21],[10,-73],[8,-21],[20,-3]],[[90363,14782],[17,-5],[41,8],[-46,126],[-18,62],[-12,66],[-9,26],[-95,-160],[27,-62],[52,-23],[21,-14],[22,-24]],[[64969,17908],[20,24],[0,32],[-20,20],[-25,6],[-16,17],[10,48],[12,-8],[37,-1],[12,9],[6,26],[-24,42],[10,35],[24,6],[70,-10],[-22,41],[-74,23],[-26,27],[50,-5],[26,5],[20,12],[30,67],[14,21],[29,35],[0,14],[-21,16],[-22,5],[-74,-5],[16,25],[28,18],[28,9],[24,-3],[19,-24],[14,0],[24,20],[20,30],[-4,30],[-18,29],[-26,26],[-89,73],[-14,8],[-18,19],[-4,46],[4,50],[8,30],[40,38],[18,-3],[7,-47],[0,-77],[36,-37],[11,-4],[23,18],[24,30],[12,38],[14,-77],[-20,-31],[-14,-34],[14,-13],[54,2],[17,-6],[-5,-43],[12,-11],[57,-30],[26,11],[25,23],[11,25],[-3,105],[-12,69],[2,57],[13,28],[24,26],[21,15],[10,16],[-12,32],[-38,40],[-9,32],[21,30],[40,-44],[26,-21],[12,7],[-4,82],[0,35],[12,41],[27,59],[-2,25],[-29,53],[-22,67],[-41,62],[-23,23],[-10,20],[30,21],[12,0],[6,-19],[69,-135],[27,-19],[25,-10],[20,-21],[16,-71],[20,6],[26,18],[24,9],[-15,-68],[0,-32],[19,-15],[4,-14],[-5,-29],[-14,-30],[-20,-15],[-29,47],[-18,17],[-18,-25],[2,-23],[12,-27],[30,-39],[23,15],[72,24],[22,18],[14,20],[24,50],[-50,108],[-21,69],[1,51],[14,17],[24,16],[65,28],[28,-9],[8,-17],[10,-49],[34,-6],[20,-18],[15,-29],[16,-9],[40,11],[24,-3],[32,-20],[79,15],[16,-15],[0,-27],[-10,-28],[2,-24],[34,-11],[-14,-22],[-20,-2],[14,-46],[18,-35],[27,-21],[38,-1],[-43,-41],[-20,-9],[-26,0],[-29,-12],[-39,7],[-29,20],[-58,61],[18,51],[-2,57],[-5,12],[-43,7],[-17,-6],[9,-68],[-4,-15],[-61,-31],[-12,-13],[-6,-28],[22,-70],[14,-21],[21,-18],[104,-43],[-16,-23],[-50,-30],[7,-52],[91,-100],[25,-51],[23,24],[13,32],[22,21],[38,-1],[-14,28],[-4,29],[4,29],[14,28],[19,19],[7,-12],[8,-58],[13,-21],[74,-79],[18,-9],[27,-4],[-4,19],[-23,31],[2,22],[25,29],[6,32],[-5,18],[-17,10],[-29,3],[16,30],[2,33],[-6,17],[-30,47],[20,23],[-2,92],[14,42],[33,18],[12,15],[2,36],[-26,26],[2,17],[15,33],[-22,29],[-8,41],[-18,8],[-26,-14],[-8,5],[-4,27],[-20,35],[-36,-21],[-13,-40],[41,-17],[0,-15],[-20,-9],[-26,2],[-25,7],[-14,15],[-4,26],[8,28],[22,47],[15,-9],[12,21],[-10,27],[0,43],[10,39],[40,26],[24,20],[16,29],[-4,32],[8,21],[2,73],[-14,21],[-4,56],[-8,35],[-60,85],[27,14],[7,15],[-2,23],[16,-14],[20,-42],[12,-11],[16,9],[20,36],[18,8],[13,20],[7,44],[1,86],[-12,89],[4,53],[32,36],[0,28],[-10,27],[-23,9],[-13,-8],[-23,-34],[-16,-8],[24,38],[37,76],[8,24],[-4,12],[20,6],[11,58],[45,49],[6,21],[-2,88],[6,41],[13,29],[34,17],[123,-5],[-63,18],[-34,23],[-13,30],[32,19],[-11,60],[0,25],[20,16],[40,-19],[2,39],[-16,38],[-2,21],[18,11],[9,-12],[11,-52],[39,-26],[-2,-31],[-12,-31],[-13,-14],[-40,-18],[-34,-33],[81,-29],[22,-20],[38,-50],[24,-12],[35,0],[-8,-29],[-17,-17],[-36,-20],[26,-28],[16,-29],[-4,-21],[-28,-52],[-26,-18],[-2,-16],[8,-12],[44,-15],[15,-27],[14,-9],[12,29],[28,39],[14,67],[-6,38],[-56,26],[5,24],[34,55],[21,21],[0,11],[-81,111],[2,89],[16,99],[17,61],[-10,7],[-8,32],[-31,41],[-6,32],[-19,59],[-9,41],[16,38],[40,55],[-24,112],[2,34],[18,35],[11,42],[5,43],[-3,38],[-7,19],[-34,72],[6,54],[-8,105],[67,237],[28,58],[-26,-3],[-95,-99],[-6,38],[24,32],[56,50],[6,24],[-6,25],[-44,60],[-12,37],[-4,38],[0,56],[6,50],[18,21],[22,88],[-14,25],[-28,12],[26,39],[20,17],[19,8],[10,16],[-7,35],[-14,40],[-36,71],[-98,152],[-13,8],[-42,-5],[-28,9],[-16,18],[-21,51],[-26,38],[-32,24],[-32,-12],[-9,33],[-20,15],[-29,3],[-17,11],[-32,-27],[-10,-20],[-6,-62],[-38,-105],[-38,-40],[-47,-27],[-37,-9],[-27,17],[-28,30],[-29,21],[-46,-19],[-21,24],[-21,33],[-19,19],[-24,-5],[-66,-33],[-14,-19],[-6,-29],[-79,-147],[-44,-64],[-50,-41],[-47,9],[-19,46],[-35,6],[-14,21],[-2,23],[-13,18],[-60,-27],[-11,29],[-96,-90],[-50,-32],[-168,32],[-11,22],[-15,3],[-30,-17],[-28,-26],[-50,-34],[-65,-16],[-55,-24],[-23,-66],[6,-45],[18,-31],[26,-15],[62,-12],[33,-38],[20,-17],[-16,-9],[-41,20],[-30,-2],[-26,-24],[-21,12],[-45,11],[-13,29],[18,16],[-5,35],[-17,40],[-14,23],[-24,18],[-26,7],[-17,-6],[-36,-30],[-46,-5],[-14,-10],[-24,-47],[-12,-15],[-46,-38],[-11,-25],[23,-27],[-19,-8],[-16,6],[-12,14],[-10,58],[-12,9],[-68,-34],[-87,-28],[-87,-3],[-177,22],[-121,64],[-50,12],[-49,37],[-30,13],[-48,42],[-30,12],[-27,-5],[-12,5],[-12,32],[-16,6],[-63,3],[-28,6],[-26,12],[-24,18],[-37,43],[-23,33],[-18,68],[-23,16],[-114,15],[-63,24],[-48,44],[-12,73],[-67,-35],[-36,-6],[-48,33],[-21,6],[-40,2],[-18,5],[-30,32],[-51,38],[-10,15],[-4,22],[14,34],[37,21],[-16,35],[-33,30],[-24,8],[12,-27],[6,-41],[-4,-43],[-14,-29],[-30,-12],[-117,12],[16,-30],[-12,-18],[-24,-6],[-28,16],[-26,9],[-21,43],[-56,32],[-38,41],[-21,0],[-46,-11],[-46,11],[-85,42],[-44,11],[-26,-21],[-12,13],[-8,46],[-41,71],[-4,31],[-30,-37],[-10,-39],[0,-43],[24,-196],[0,-53],[-6,-59],[-10,-29],[-14,-12],[-36,-12],[-20,-40],[-29,-15],[29,-55],[-3,-27],[-9,-21],[-15,-14],[-18,-6],[65,-97],[24,-59],[-10,-75],[22,-32],[8,-54],[-2,-58],[-10,-44],[24,-36],[85,-172],[16,-55],[2,-48],[-32,-17],[-10,-25],[35,-45],[23,-15],[20,-55],[71,-126],[60,-197],[-2,-52],[10,-44],[6,-11],[30,-1],[13,-8],[16,-36],[26,-25],[48,-109],[32,-32],[5,-50],[120,-121],[66,-95],[57,-138],[18,-152],[-46,-133],[42,-46],[10,-6],[17,15],[-10,40],[0,23],[28,25],[8,24],[24,23],[28,-9],[-6,-30],[6,-35],[18,-49],[8,-53],[29,-23],[20,-38],[74,-104],[24,-23],[8,8],[6,30],[25,-12],[1,-28],[9,-36],[15,8],[1,12],[30,15],[-4,-17],[-24,-49],[-10,-31],[-9,-61],[-13,-3],[-35,24],[0,-133],[-4,-41],[-8,-7],[-12,20],[-16,67],[-10,65],[-4,73],[-6,23],[-14,15],[-83,76],[-34,12],[-27,67],[-24,17],[-46,10],[-18,14],[-12,55],[-36,59],[-18,14],[2,-31],[16,-64],[0,-109],[8,-58],[13,-62],[31,-108],[-12,-65],[16,-73],[32,-64],[33,-38],[-43,-66],[2,-17],[36,-6],[15,-8],[24,-68],[34,-5],[24,-98],[19,-20],[-3,-18],[-24,-48],[8,-21],[20,-9],[15,-21],[15,-32],[25,-93],[24,-68],[30,-61],[48,-79],[12,-7],[79,-2],[18,-15],[47,-99],[42,-36],[26,-9],[-16,-37],[-6,-41],[4,-14],[18,-15],[28,0],[26,14],[-4,-27],[1,-31],[8,-22],[23,-17],[5,-43],[58,-60],[4,-10],[0,-57],[33,-89],[16,-16],[20,-6],[48,-3],[20,9],[16,21],[2,23],[-12,9],[-46,-8],[-16,7],[12,34],[46,14],[-2,85],[4,9],[59,-57],[4,-76],[12,-29],[36,-52],[26,-24],[24,-3],[13,63],[16,19],[16,-8],[8,-62],[32,-29],[24,18],[35,81],[14,9],[14,-11],[20,-30],[42,-38],[12,-73],[0,-46],[-10,-21],[-10,6],[-20,32],[-34,18],[-5,-6],[9,-24],[-28,12],[-1,-18],[8,-36],[-7,-22],[-23,29],[-38,67],[-34,18],[-117,17],[-22,-5],[28,-44],[6,-18],[-22,6],[-28,18],[-25,6],[-12,-24],[13,-15],[70,-61],[30,-61],[10,-56],[-10,-129],[71,24],[26,-16],[10,12],[-2,42],[56,25],[13,1],[14,-13],[22,-51],[15,14],[3,50],[8,25],[16,10],[20,3],[33,-13],[8,-22],[11,-42],[16,-11],[17,3],[16,14],[26,33],[26,-29],[23,-15],[142,-15],[31,6],[30,27],[26,-12],[-10,40],[-2,41],[8,23],[22,-17],[12,-31],[11,-75],[12,-31],[11,-11],[83,-53],[24,-39],[9,-29],[12,-9],[62,30],[28,8],[28,-5],[29,-19],[7,-34],[31,0],[89,52]],[[62370,23260],[22,-23],[20,12],[26,-3],[71,44],[42,11],[26,-29],[37,0],[-9,25],[-36,44],[-42,13],[-25,27],[-42,19],[-18,45],[-16,-13],[-60,-78],[2,-12],[2,-82]],[[66621,20333],[23,-45],[39,-11],[30,-30],[33,-20],[14,6],[-30,73],[-23,15],[-42,17],[-25,4],[-19,-9]],[[66343,19536],[0,-38],[8,0],[14,27],[18,14],[78,18],[7,6],[-31,37],[-16,54],[40,3],[57,-3],[32,34],[-33,29],[-7,22],[-2,31],[-10,26],[-48,10],[-21,9],[-16,-24],[-34,-20],[-20,-18],[-13,-35],[-1,-36],[12,-28],[29,-3],[-16,-65],[-11,-29],[-16,-21]],[[65535,18851],[-18,49],[-19,-14],[-18,-35],[-4,-35],[35,-35],[-63,-12],[-16,-14],[4,-23],[28,-21],[65,-10],[24,-26],[-17,-26],[-21,-14],[-14,-18],[8,-41],[10,-14],[24,19],[28,4],[30,-9],[14,21],[-8,46],[-18,71],[-10,20],[-8,36],[0,26],[-6,26],[-30,29]],[[65425,18529],[-40,-62],[-26,-26],[-8,-17],[16,-44],[-2,-17],[-18,-38],[-32,54],[-24,4],[-16,-26],[10,-21],[6,-32],[3,-73],[-5,-32],[-8,-10],[-14,10],[-67,72],[-24,7],[-4,-33],[10,-20],[38,-45],[11,-37],[20,-32],[24,0],[22,22],[14,37],[10,82],[14,19],[28,-26],[-26,-26],[16,-2],[8,-12],[5,-33],[-3,-29],[9,-9],[25,-4],[29,-25],[20,-7],[16,15],[14,41],[16,77],[21,35],[11,38],[-5,53],[-29,44],[-32,142],[-10,12],[-23,-26]],[[66588,23506],[11,58],[17,6],[5,58],[24,51],[-81,-21],[-20,-12],[-50,-12],[-32,-31],[5,-26],[14,-31],[9,-7],[43,-10],[9,-29],[32,-18],[14,24]],[[62265,23656],[2,137],[-16,41],[-15,-102],[-5,-16],[-20,-12],[-39,-1],[-10,-24],[2,-12],[18,-18],[6,-14],[0,-106],[17,-41],[28,15],[0,111],[28,27],[4,15]],[[66423,24112],[63,-29],[28,11],[26,18],[24,9],[8,9],[6,49],[7,18],[28,9],[28,-9],[28,-14],[24,-27],[24,-12],[25,27],[-4,25],[-25,16],[-22,20],[6,41],[38,-41],[13,-3],[3,32],[-18,71],[-26,69],[-16,-29],[-24,-24],[-28,-11],[-27,12],[20,36],[55,48],[10,37],[0,142],[10,41],[-112,21],[-55,29],[-32,67],[-240,346],[-52,-70],[-21,-12],[-38,24],[-2,-33],[23,-40],[-35,-27],[12,-36],[-12,-20],[-51,-20],[-23,-17],[-27,-39],[-20,-20],[63,-58],[24,-6],[44,34],[25,1],[14,-68],[16,-56],[6,-25],[-6,-27],[-24,-62],[-1,-12],[47,-9],[24,-19],[10,-29],[2,-47],[10,-9],[16,5],[25,-6],[14,-19],[12,-31],[8,-34],[-4,-50],[18,-26],[38,-44],[-24,-38],[12,-33],[32,-26]],[[61167,24348],[121,85],[42,12],[26,44],[39,26],[12,12],[11,54],[17,17],[6,20],[6,102],[-4,22],[-10,11],[-26,11],[-8,18],[-1,38],[21,79],[6,39],[-4,40],[-19,74],[-3,44],[8,82],[-4,24],[-17,31],[-15,41],[-23,21],[-54,29],[-38,44],[-9,8],[-52,-14],[-14,-18],[6,-38],[10,-46],[2,-38],[-14,-24],[-26,-24],[-27,-20],[-42,-17],[-2,-21],[8,-43],[-16,-33],[0,-15],[16,-29],[0,-79],[-7,-42],[-17,-19],[-6,-22],[-8,-101],[2,-29],[18,-27],[23,-14],[20,-21],[8,-45],[0,-78],[-8,-32],[-18,2],[10,-76],[8,-26],[20,-36],[26,-3]],[[66595,23957],[-9,-36],[-12,-13],[-28,26],[-44,11],[-56,-2],[-25,-9],[-76,-50],[-14,-26],[-4,-47],[4,-16],[39,-2],[33,-38],[28,-11],[89,11],[30,-13],[18,21],[24,3],[20,-17],[9,-20],[82,50],[40,-1],[17,-62],[0,-64],[38,36],[22,5],[26,-14],[2,38],[15,25],[28,13],[15,38],[16,-24],[20,24],[-21,23],[-48,77],[-39,22],[-10,10],[-58,87],[-28,9],[-55,-49],[-34,-9],[-54,-6]],[[62414,23728],[12,9],[41,9],[-1,27],[5,35],[11,23],[-1,17],[-25,21],[-26,11],[-30,1],[-29,-21],[13,-11],[-4,-15],[-18,-30],[-45,-11],[19,-26],[16,-27],[20,-20],[32,-4],[10,12]],[[99189,23263],[-14,-53],[-24,-37],[-29,-27],[43,0],[-18,-20],[-41,-13],[-9,-18],[-7,30],[4,61],[-20,10],[-10,-7],[-11,-43],[-15,5],[-4,30],[-14,-15],[-17,-70],[-2,-26],[4,-30],[9,-26],[30,-32],[0,-12],[-26,3],[-51,59],[-8,-20],[0,-47],[8,-21],[16,26],[7,-40],[-23,-24],[-9,-26],[16,-10],[19,1],[33,22],[14,33],[40,18],[30,38],[30,0],[8,20],[5,48],[8,29],[32,37],[-10,30],[13,49],[5,51],[-6,28],[-6,-11]],[[99652,22501],[8,-22],[28,-13],[16,9],[1,-34],[-21,-30],[-28,-12],[-22,24],[-65,-82],[-12,-7],[-30,3],[-18,-4],[-20,-24],[64,-3],[20,3],[44,41],[17,11],[69,0],[18,14],[8,21],[8,56],[11,23],[-7,59],[-20,5],[-16,-8],[-31,-29],[-22,-1]],[[64525,26850],[10,8],[77,-1],[16,10],[4,15],[-22,8],[-20,-8],[-31,18],[-28,-2],[-58,-16],[-56,20],[-25,-3],[12,-35],[45,-44],[30,-14],[24,2],[22,42]],[[62908,27438],[-24,8],[-19,-8],[-78,-10],[-18,-11],[-43,-53],[-42,-44],[-10,-20],[20,0],[38,12],[21,2],[38,-26],[30,26],[44,7],[37,-12],[34,-26],[32,-32],[8,-27],[12,17],[0,26],[-20,47],[-2,22],[-34,5],[2,23],[-18,38],[18,13],[-26,23]],[[63008,27513],[47,67],[16,7],[52,5],[26,6],[8,7],[-40,67],[-28,24],[-20,2],[-57,-17],[-20,2],[-50,23],[-23,28],[-11,-1],[-10,-26],[10,-26],[-35,-64],[11,-37],[6,-43],[41,-23],[11,-11],[36,-15],[30,25]],[[53181,32118],[18,24],[58,17],[104,56],[52,12],[32,2],[28,-5],[38,-19],[73,2],[24,-9],[41,-45],[26,-17],[28,-9],[28,1],[14,15],[34,61],[17,12],[34,13],[3,28],[-7,32],[8,28],[-45,3],[-18,9],[-6,20],[-14,69],[-20,8],[-52,30],[-53,19],[-38,7],[-33,-4],[-15,-28],[-5,-33],[-11,-31],[-16,-27],[-21,-18],[-26,-12],[-28,-3],[-24,12],[-8,36],[6,52],[-18,32],[-33,-15],[-52,-15],[-31,-2],[-52,27],[-56,-2],[-26,30],[54,75],[30,51],[0,9],[-18,4],[-44,0],[-20,13],[2,25],[18,27],[28,12],[18,13],[0,23],[-14,16],[-26,-15],[-20,12],[-22,-3],[-47,-21],[-20,-2],[-56,2],[-23,-20],[-23,-5],[-107,46],[-20,5],[-23,-9],[-32,-40],[-16,-13],[-171,-52],[-65,-39],[-24,-11],[-340,-68],[-47,-29],[-38,-6],[-59,-35],[-90,-9],[-29,-11],[-20,-21],[-3,-17],[4,-35],[-26,-60],[-6,-46],[-23,-31],[-4,-58],[-4,-18],[74,-82],[17,-12],[48,-10],[18,-11],[36,-60],[25,-59],[3,-34],[11,-11],[38,12],[32,0],[25,27],[42,-1],[34,21],[22,0],[27,-21],[39,-14],[39,6],[87,46],[13,-21],[17,-3],[38,12],[22,-5],[42,-18],[20,-3],[39,15],[12,37],[10,39],[28,23],[42,-5],[59,-29],[61,-4],[40,-18],[58,-82],[37,-26],[18,-24],[42,22],[78,65],[61,17],[22,47],[0,34],[-14,29],[-2,42],[8,37]],[[51741,33558],[-16,10],[-21,-16],[-8,-25],[8,-15],[21,-6],[27,2],[9,-14],[8,14],[-28,50]],[[51299,33921],[-20,17],[-32,-16],[16,-37],[57,-60],[8,-45],[4,-45],[12,-30],[36,-8],[14,-10],[4,6],[0,41],[-6,30],[-34,41],[-59,116]],[[52877,34753],[-5,47],[-32,-52],[-11,-26],[8,-23],[16,-19],[16,26],[8,47]],[[49293,36229],[-4,5],[-50,-15],[-17,-13],[-4,-48],[-14,-53],[8,-31],[15,14],[28,55],[40,12],[8,12],[-10,62]],[[48138,38862],[-11,29],[68,27],[0,10],[-30,0],[-35,-8],[-32,-13],[-24,-16],[-24,-28],[-20,-36],[-3,-34],[29,-17],[42,23],[16,4],[15,41],[14,8],[-5,10]],[[91529,12227],[-33,-27],[-55,15],[-37,-1],[-28,-9],[-18,-28],[-8,-51],[-9,-31],[15,-30],[2,-21],[-20,-43],[8,-20],[43,-65],[16,-41],[7,-41],[-10,-46],[-21,-36],[-16,-15],[-39,0],[-14,-9],[-6,-40],[10,-50],[4,-44],[-22,-24],[-17,1],[-31,12],[-21,-6],[-43,-33],[-23,-46],[7,-68],[-15,-44],[0,-17],[22,-15],[-45,-21],[-25,-20],[-25,-4],[-14,-13],[-29,-74],[-8,-47],[7,-35],[26,-8],[44,2],[42,11],[23,13],[41,50],[16,0],[-1,-45],[40,42],[29,61],[-76,-30],[-40,-8],[-23,24],[36,14],[66,52],[20,-16],[9,52],[31,12],[25,25],[11,-13],[21,-50],[16,-3],[45,8],[58,-37],[23,0],[17,14],[23,30],[80,75],[32,15],[78,12],[95,0],[-16,29],[45,-18],[14,9],[-8,46],[6,13],[38,-9],[16,-32],[33,8],[-19,30],[-57,38],[0,14],[47,-9],[13,9],[18,76],[-31,29],[-8,21],[-26,-12],[-17,-2],[-68,-24],[-14,1],[0,13],[15,13],[10,23],[-50,23],[-32,7],[-35,28],[-13,4],[-28,-13],[-44,-57],[-32,-4],[62,86],[4,20],[-13,37],[24,12],[71,-3],[-9,-25],[115,-12],[32,12],[0,11],[-26,14],[24,24],[-16,23],[-44,23],[-7,24],[-56,50],[-113,161],[-46,47],[-61,30],[-14,-3]],[[92363,12031],[6,-1],[27,29],[14,39],[-18,41],[-9,-24],[-14,-17],[-38,-9],[32,-58]],[[90995,11240],[-12,25],[-30,-4],[-29,-21],[-15,-26],[10,-21],[29,9],[47,38]],[[91273,12089],[-35,2],[-15,-12],[-5,-26],[8,-23],[17,-6],[19,6],[15,14],[13,30],[-17,15]],[[89832,9732],[0,-14],[47,13],[9,-5],[20,-38],[12,-8],[-4,43],[-14,35],[18,50],[-25,-9],[-63,-67]],[[89391,5127],[-62,-12],[-40,12],[-56,-18],[28,-31],[-2,-41],[-26,-86],[-4,-56],[-16,-44],[-25,-34],[-170,-112],[-49,-75],[13,-104],[29,39],[28,17],[30,-35],[39,-8],[32,14],[6,21],[-5,50],[-37,40],[18,0],[30,-20],[28,3],[-7,15],[-27,28],[18,19],[18,-3],[31,-35],[6,-27],[-29,-80],[33,19],[28,32],[20,-39],[36,-20],[40,-12],[49,-35],[20,18],[15,30],[3,31],[-10,14],[-44,24],[-16,1],[0,12],[43,0],[-7,32],[7,32],[-16,3],[-54,-3],[27,64],[-28,2],[-43,24],[-25,0],[0,12],[33,6],[67,-7],[32,13],[-40,20],[-39,-8],[35,38],[-9,38],[33,-12],[-12,46],[-21,30],[21,12],[31,-12],[21,20],[11,39],[12,5],[52,0],[-17,30],[-2,34],[-56,-14],[-20,1],[7,49],[-16,-6]],[[89249,4524],[-16,2],[-24,-20],[-96,-23],[-19,0],[-35,29],[-20,11],[-22,3],[22,-38],[30,-25],[25,-35],[174,-15],[9,17],[35,0],[33,17],[37,7],[18,9],[-28,17],[-87,21],[-36,23]],[[93062,1429],[-8,-37],[-85,22],[-27,1],[-13,-15],[13,-20],[34,-29],[12,14],[16,-6],[14,-18],[19,-10],[40,-30],[80,-9],[43,24],[20,46],[22,15],[-15,64],[31,-8],[24,8],[-24,27],[-42,15],[-25,26],[-16,-1],[5,18],[-11,9],[-24,0],[-52,-38],[-20,-36],[-11,-32]],[[31629,99999],[-24,-33],[-15,-3],[-27,36],[66,0]],[[99999,31908],[-35,4],[-24,14],[-56,50],[-16,24],[0,81],[-4,46],[-21,26],[28,33],[21,36],[6,37],[-22,33],[-26,11],[-85,13],[-22,-5],[-18,-44],[-10,-16],[-21,3],[-12,38],[12,75],[-6,100],[6,39],[15,-19],[16,-42],[4,-27],[-2,-51],[21,1],[12,31],[17,1],[22,-20],[51,24],[18,1],[-1,-29],[36,-13],[-9,-35],[29,-22],[24,-31],[26,-19],[26,7],[0,-355]]],"transform":{"scale":[0.0007900079000790008,0.0005410054100541005],"translate":[95.6,-53.3]}}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment