Skip to content

Instantly share code, notes, and snippets.

@michaeljblum
Last active April 14, 2018 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeljblum/843864cb4ccc57f7d61ed2c526012990 to your computer and use it in GitHub Desktop.
Save michaeljblum/843864cb4ccc57f7d61ed2c526012990 to your computer and use it in GitHub Desktop.
Counties of Laos
<!DOCTYPE html>
<style>
h1 {
font-family:arial;
font-size:32px;
color:#333;
}
#info {
position:absolute;
top: 10px;
left: 10px;
}
.county-borders {
fill: none;
stroke: rgba(255,255,255,0.5);
stroke-width: 0.25px;
stroke-linejoin: round;
stroke-linecap: round;
pointer-events: none;
}
</style>
<body>
<svg></svg>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/topojson.v2.min.js"></script>
<script>
var margin = {top : 0, left: 0, right: 0, bottom:0};
var height = window.innerHeight
|| document.documentElement.clientHeight
|| document.body.clientHeight;
var width = window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;
var svg = d3.select("svg")
.attr("width", width)
.attr("height", height);
var tooltip = d3.select("body").append("div").style("opacity","0").style("position","absolute");
svg.append('rect')
.attr('class', 'background')
.attr('width', width)
.attr('height', height)
.attr("fill","#191930");
function dragged(){
d3.select().attr("transform","translate("+d3.event.x+","+d3.event.y+")");
}
var tooltip = d3.select("body").append("div").style("opacity","0").style("position","absolute");
svg.append("text")
.attr("x", (width / 4.2))
.attr("y", (height / 1.2))
.attr("text-anchor", "middle")
.style("font-size", "18px")
.style("fill","lightyellow")
.style("text-decoration","underline")
.text("The Counties of the Lao People's Democratic Republic");
var projection = d3.geoMercator()
.scale(width*3.2)
.rotate([-104.4331, -18.20])
.translate([width / 2, height / 2]);
var path = d3.geoPath()
.projection(projection);
d3.json("laos.json", function(error, data) {
if (error) throw error;
console.log(data);
svg.append("g")
.attr("class", "counties")
.selectAll("path")
.data(topojson.feature(data, data.objects.county).features)
.enter().append("path")
.attr("d", path)
.attr("fill","blue")
.attr("stroke","rgba(250,20,20,0.5)")
.on("mousemove",function(d){
this.style.fill = "red"
tooltip.style("opacity","1")
.style("left",(d3.event.pageX + width/4.5) +"px")
.style("top",d3.event.pageY+"px")
.style("color","lightyellow")
.style("font-size","14px")
tooltip.html(d.properties["name:eng_x_preferred"])})
.on("mouseout", function(){ this.style.fill = "blue"});
svg.append("path")
.attr("class", "county-borders")
.attr("d", path(topojson.mesh(data, data.objects.county, function(a, b) { return a !== b; })));
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","arcs":[[[203446,56073],[20,-12],[19,-13],[21,-17],[21,-17],[28,-19],[35,-19],[25,-10],[33,-7],[33,7],[22,4],[15,-1],[39,4],[39,19],[42,1],[32,-16],[4,-23],[-4,-46],[6,-30],[14,-21],[16,-10],[32,-10],[31,6],[38,6],[42,13],[91,1],[64,13],[38,9],[32,3],[38,-9],[24,-10],[40,-20],[31,4],[35,-29],[18,-9],[19,6],[19,17],[18,-4],[35,-17],[41,-16],[25,8],[21,11],[27,4],[27,-2],[23,-7],[31,-10],[23,-27],[31,-12],[24,-7],[22,-6],[29,4],[22,13],[30,25],[6,-23],[10,-29],[-4,-31],[-25,-26],[8,-23],[8,-22],[-7,-31],[-12,-41],[2,-23],[17,-54],[5,-33],[20,3],[26,-13],[21,-5],[18,-30],[2,-20],[10,-15],[29,5],[29,3],[41,13],[17,0],[29,-6],[37,-7],[-14,-22],[-2,-19],[-2,-29],[-13,-32],[-29,-22],[-28,-5],[-33,-8],[9,-33],[10,-20],[19,-17],[33,-22],[13,-10],[12,-10],[10,-18],[4,-29],[12,-32],[15,-30],[-5,-17],[-19,-18],[-23,-35],[-35,-40],[-22,-68],[-16,-38],[-2,-24],[0,-32],[14,-35],[32,-35],[36,-10],[6,-19],[-4,-23],[-9,-46],[-22,-42],[-13,-31],[-9,-21],[-24,-32],[-34,-25],[-13,-27],[-5,-19],[-9,-41],[-3,-33],[-31,-25],[-32,-13],[-21,-20],[-15,-19],[-9,-32],[-5,-42],[-12,-59],[-20,-45],[-15,-26],[-16,-29],[7,-28],[5,-24],[-5,-26],[-20,-38],[-13,-24],[22,-16],[14,-22],[3,-42],[-13,-2],[-9,-17],[5,-18],[19,-2],[17,9],[12,-11],[11,-31],[19,4],[28,9],[54,7],[16,4],[45,25],[26,3],[13,-13],[24,-49],[37,-4],[32,-5],[4,-18],[6,-33],[6,-22],[13,-21],[11,-21],[-4,-16],[-30,-23],[-21,-13],[-40,-66],[-30,-34],[11,-11],[7,-16],[30,-32],[19,-51],[10,-58],[-5,-29],[-27,-29],[-4,-47],[9,-24],[14,-13],[18,-26],[11,-13],[27,-16],[42,-10],[43,-13],[41,-19],[14,-29],[8,-30],[11,2],[8,18],[16,38],[21,33],[18,35],[32,39],[20,22],[29,30],[54,42],[29,15],[3,17],[13,16],[22,20],[19,21],[17,13],[19,7],[23,-3],[23,-20],[53,-29],[33,-24],[15,-15],[47,-54],[32,-16],[38,-1],[37,-25],[24,-7],[18,-3],[19,14],[1,50],[7,26],[13,11],[34,31],[23,11],[25,10],[21,5],[31,-8],[49,3],[25,0],[15,-18],[31,-18],[31,-23],[9,-23],[11,-36],[18,-24],[17,-14],[25,-19],[22,-35],[23,-18],[41,-21],[72,-20],[24,-15],[5,-18],[-3,-34],[-10,-33],[-4,-25],[6,-18],[18,-22],[24,-26],[19,-28],[26,-24],[36,-23],[23,-8],[60,2],[36,-13],[10,-13],[-3,-23],[5,-16],[26,-18],[17,-20],[25,-28],[0,-43],[12,-13],[13,-6],[37,-9],[16,-13],[15,-24],[45,-10],[2,-44],[44,-19],[21,-11],[-9,-17],[-1,-28],[14,-16],[6,-14],[19,-21],[17,-8],[2,-24],[4,-13],[17,-30],[1,-25],[18,-13],[24,-16],[-16,-40],[-6,-28],[3,-23],[24,-29],[24,-48],[7,-71],[29,-34],[12,-16],[5,-38],[21,-30],[-9,-22],[-28,-25],[-13,-20],[-3,-29],[41,-39],[2,-20],[-8,-15],[-10,-17],[-25,-39],[-7,-32],[3,-41],[0,-34],[-11,-45],[-14,-23],[-14,-16],[-39,-44],[5,-17],[14,-7],[26,10],[14,-3],[13,-20],[24,-22],[55,0],[62,9],[16,-5],[25,-58],[16,-8],[17,0],[22,-13],[33,-32],[24,-36],[71,-22],[13,-10],[12,-15],[0,-23],[-2,-30],[-4,-37],[1,-29],[5,-36],[20,-61],[20,-37],[2,-16],[-6,-25],[-9,-24],[-46,-31],[-12,-13],[-1,-30],[4,-26],[23,-26],[3,-16],[3,-37],[1,-26],[-13,-44],[6,-15],[39,-36],[8,-18],[-13,-7],[-28,-26],[-6,-17],[18,-28],[29,-32],[17,-27],[6,-16],[12,-42],[23,-26],[29,-28],[26,-11],[26,-2],[49,19],[78,12],[8,-16],[-3,-16],[-10,-26],[-4,-28],[-10,-47],[-13,-34],[-3,-20],[-3,-29],[-36,-67],[21,-17],[19,-16],[13,-20],[10,-35],[-1,-32],[-12,-53],[-16,-32],[5,-20],[17,-12],[20,-3],[28,9],[32,1],[41,-1],[37,-9],[40,-6],[32,-3],[40,-5],[29,7],[29,1],[26,-7],[24,-10],[19,-15],[21,-18],[12,-25],[23,-45],[16,-30],[18,-68],[20,-34],[13,-34],[1,-71],[11,-22],[20,-26],[20,-35],[-6,-19],[-18,-24],[-27,-6],[-36,11],[-26,3],[-20,-34],[-19,-57],[-18,-38],[-19,-46],[-4,-51],[-7,-49],[1,-20],[16,-10],[22,-9],[20,-25],[29,-18],[14,5],[18,19],[25,26],[18,24],[18,5],[32,-3],[9,-16],[19,-24],[52,-7],[28,0],[38,7],[17,14],[15,10],[42,-4],[26,3],[14,-3],[16,-14],[3,-22],[5,-51],[20,-26],[20,-19],[22,-32],[28,-36],[14,-43],[13,-7],[15,14],[16,17],[11,18],[34,14],[13,13],[26,29],[23,-3],[19,-17],[6,-42],[9,-30],[13,-15],[20,-9],[29,2],[29,10],[20,13],[31,33],[20,13],[25,3],[17,-4],[40,-23],[13,-20],[29,-35],[19,-6],[46,-6],[25,-4],[23,20],[23,17],[22,26],[132,89],[7,10],[21,10],[10,-17],[29,-49],[17,-22],[14,-5],[15,14],[12,33],[16,30],[13,19],[23,15],[35,-3],[3,-18],[2,-14],[-18,-31],[10,-10],[13,3],[12,6],[25,19],[22,19],[20,8],[14,-6],[22,-13],[31,-26],[29,-10],[29,-1],[20,3],[19,-5],[15,-22],[10,-31],[13,1],[27,16],[21,-1],[21,-5],[15,-1],[12,9],[17,5],[22,5],[14,-2],[28,2],[13,8],[30,12],[16,-4],[29,-6],[11,14],[10,29],[9,32],[13,47],[7,18],[12,5],[21,14],[24,7],[30,11],[28,-6],[17,-15],[25,-33],[13,-19],[22,-10],[33,-12],[38,-17],[14,-14],[25,-18],[23,-22],[15,-26],[24,-42],[18,0],[48,6],[20,-1],[16,-21],[17,-27],[34,9],[23,16],[23,33],[15,6],[26,-6],[19,-20],[26,-11],[20,-23],[16,-7],[21,-9],[16,-30],[16,-22],[21,-3],[8,-21],[0,-26],[14,-12],[16,-13],[5,-28],[21,-14],[18,-12],[23,-5],[15,2],[11,-13],[9,-14],[10,-19],[16,-30],[16,-16],[12,-16],[17,-36],[7,-26],[-3,-28],[-17,-38],[13,-18],[26,-11],[25,-3],[54,-1],[26,-3],[29,6],[13,13],[4,19],[-3,39],[5,20],[36,45],[10,17],[6,67],[13,52],[7,16],[29,13],[21,4],[14,24],[32,39],[28,20],[17,0],[22,-3],[29,-4],[25,0],[36,10],[10,-12],[9,-24],[17,-35],[-7,-20],[0,-18],[6,-17],[14,-15],[28,-24],[16,-32],[6,-29],[10,-39],[-7,-10],[-28,4],[-19,-10],[-13,-33],[-7,-16],[-17,-2],[-44,6],[-25,-1],[-4,-24],[1,-21],[3,-26],[-4,-19],[-9,-28],[-16,-32],[-7,-17],[4,-35],[22,-79],[7,-31],[2,-26],[10,-21],[15,-22],[15,-15],[24,13],[17,-3],[-1,-23],[-16,-24],[-24,-29],[-21,-32],[-6,-15],[4,-18],[12,-2],[30,-1],[41,-2],[22,-9],[23,-13],[29,-21],[19,-26],[20,-16],[10,-35],[9,-46],[0,-28],[-11,-10],[-11,-14],[-2,-28],[21,-22],[32,-19],[-11,-17],[-16,-20],[-19,-26],[-6,-19],[0,-25],[3,-27],[13,-13],[29,-23],[39,-35],[16,-9],[22,-7],[6,-16],[4,-13],[-10,-51],[-7,-21],[5,-16],[8,-19],[4,-23],[-10,-25],[-19,-19],[-20,-29],[-18,-22],[-14,-31],[-5,-21],[-1,-21],[1,-24],[-5,-33],[-9,-17],[-15,-19],[-8,-16],[1,-25],[-1,-27],[-6,-17],[-6,-15],[-44,-20],[-39,-26],[-4,-23],[4,-22],[12,-23],[-2,-25],[-10,-32],[-6,-20],[-26,-30],[-6,-16],[-1,-19],[9,-35],[11,-20],[8,-21],[17,-14],[39,-35],[18,-21],[6,-22],[10,-13],[13,-15],[14,-7],[28,-9],[30,-1],[15,-6],[23,-9],[47,-43],[23,-25],[16,-23],[17,-33],[15,-31],[19,-1],[14,1],[35,21],[26,13],[12,-18],[59,-60],[13,5],[32,52],[15,2],[32,-2],[27,19],[16,10],[54,-33],[29,3],[23,9],[15,-12],[16,-27],[10,-18],[7,-17],[29,-17],[12,-6],[12,-15],[36,-43],[46,-42],[21,-19],[17,-4],[21,-10],[16,-22],[14,-23],[25,-11],[14,3],[16,18],[29,53],[18,18],[17,4],[32,1],[15,5],[11,10],[10,17],[9,19],[-9,31],[-8,23],[10,8],[20,-5],[15,-13],[8,-25],[11,-29],[18,-23],[14,-6],[21,-22],[34,21],[23,8],[16,-1],[25,-9],[26,-14],[29,7],[32,4],[33,-6],[22,-5],[36,20],[13,13],[32,6],[28,-6],[10,-12],[13,-18],[12,-53],[13,-7],[17,-7],[26,-13],[56,-30],[13,-2],[21,3],[18,0],[26,-4],[30,-9],[48,12],[19,-3],[8,-15],[-2,-14],[10,-10],[18,-5],[17,9],[10,22],[12,17],[22,23],[13,6],[17,4],[47,-6],[33,2],[55,12],[48,5],[18,-5],[26,-14],[27,-17],[31,-29],[22,-33],[26,-13],[36,-13],[32,-5],[48,-7],[19,-14],[-26,-9],[-12,-26],[-14,-23],[-25,-7],[-6,-37],[4,-16],[-14,-20],[-19,-14],[-23,-10],[-32,10],[-23,-31],[-21,-14],[-21,-26],[-31,1],[-12,-27],[-5,-26],[-21,-12],[-22,10],[-24,-6],[-15,-11],[-10,-16],[-6,-31],[8,-11],[23,-28],[17,-26],[21,-40],[17,-44],[23,-20],[31,-45],[14,-1],[37,0],[30,-10],[10,-32],[0,-34],[-4,-36],[11,-17],[24,-16],[20,-4],[26,11],[10,-14],[10,-18],[21,-32],[33,-42],[-22,-34],[-26,-32],[-1,-22],[-6,-13],[-39,-30],[1,-26],[-3,-41],[-7,-42],[25,-29],[4,-29],[-38,-14],[-7,-24],[13,-29],[0,-20],[-9,-32],[-5,-29],[11,-10],[15,-4],[11,4],[15,6],[23,0],[23,-6],[15,-26],[-1,-36],[-2,-29],[3,-17],[-6,-26],[-16,-24],[15,-39],[-2,-30],[-14,-15],[-12,-26],[12,-24],[26,-39],[9,-21],[16,-45],[30,-15],[-28,-18],[-15,-4],[-5,-22],[10,-22],[13,-36],[11,-37],[7,-12],[22,4],[33,-4],[10,-10],[19,-15],[25,-3],[30,-11],[37,-18],[32,-10],[17,-4],[17,-10],[19,-15],[18,-27],[16,-9],[20,-4],[7,16],[-6,43],[9,20],[20,18],[15,0],[52,-3],[41,-9],[19,-14],[4,-25],[-36,-32],[19,-32],[8,-20],[-13,-27],[14,-22],[26,-6],[36,-16],[4,-20],[9,-23],[32,-2],[32,-11],[-2,-35],[28,-38],[-12,-23],[27,-14],[-9,-21],[16,-18],[22,-6],[17,6],[33,4],[30,-1],[50,-6],[-16,-35],[15,-20],[4,-18],[12,-1],[16,-15],[30,6],[13,-11],[18,-15],[27,-11],[37,-18],[16,-10],[8,-23],[11,-20],[27,-31],[16,-23],[-14,-45],[21,-26],[5,-43],[4,-15],[16,-17],[16,-9],[25,-1],[23,4],[54,19],[8,-20],[3,-48],[37,-12],[17,-22],[25,-30],[30,-17],[12,-25],[23,-29],[-1,-72],[6,-45],[70,-1],[-5,-43],[10,-29],[10,-17],[15,4],[27,16],[15,5],[14,-29],[-27,-66],[7,-23],[10,-14],[23,-9],[19,4],[22,5],[22,-10],[38,-22],[14,-12],[25,-11],[16,1],[51,18],[26,-5],[24,2],[19,-2],[32,-20],[22,-3],[16,-11],[15,-29],[24,-11],[45,-13],[21,-17],[16,-6],[49,-10],[54,-20],[17,-10],[12,-18],[27,-55],[9,-33],[4,-35],[3,-62],[8,-22],[8,-29],[9,-39],[12,-23],[19,-41],[5,-24],[-1,-22],[0,-25],[1,-21],[11,-36],[17,-31],[12,-29],[-2,-17],[2,-28],[24,-4],[16,-1],[19,-16],[7,-12],[8,-27],[8,-28],[8,-33],[13,-16],[26,-6],[10,-17],[-10,-18],[-26,-14],[-13,-12],[-3,-39],[-26,-26],[-28,-15],[-15,-14],[0,-22],[2,-24],[0,-22],[-19,-19],[-12,-16],[-17,-11],[-17,-18],[-6,-19],[-31,12],[-11,-7],[10,-13],[25,-23],[8,-35],[10,-19],[26,-14],[27,-26],[13,-19],[8,-20],[12,-18],[20,-5],[29,-13],[26,-21],[10,-30],[-17,-29],[-7,-19],[-32,-31],[-25,-12],[-23,-7],[-12,-18],[-10,-30],[-1,-27],[-16,-21],[-16,-21],[-26,-13],[-26,-12],[-13,-17],[-6,-20],[-12,-28],[-19,-17],[-17,-12],[-26,-11],[-49,-23],[-52,-24],[-25,-11],[-19,4],[-25,13],[-14,-14],[13,-22],[9,-27],[-12,-15],[-14,-26],[-8,-29],[-13,-29],[-26,-34],[-19,-22],[-13,-19],[-1,-13],[11,-23],[-10,-20],[-16,-20],[-4,-16],[6,-19],[20,-25],[29,-34],[12,-39],[-9,-16],[-14,-17],[11,-15],[18,4],[11,-11],[6,-19],[0,-27],[-9,-18],[-16,-26],[-13,-24],[-4,-31],[1,-18],[3,-34],[2,-16],[4,-15],[17,-15],[16,-23],[9,-20],[6,-19],[10,-28],[0,-62],[-3,-63],[3,-19],[4,-13],[15,-23],[13,-9],[26,3],[17,-7],[26,3],[14,5],[26,6],[4,-14],[-3,-19],[-4,-25],[5,-13],[24,-14],[-2,-19],[-10,-20],[-9,-14],[-1,-25],[12,-23],[7,-17],[-3,-18],[-11,-16],[-21,2],[-16,10],[-17,13],[-18,1],[-27,-21],[-22,-19],[-20,-7],[-24,1],[-26,6],[-13,14],[-13,23],[-19,25],[-13,17],[-13,9],[-17,-1],[-16,-12],[-26,-1],[-25,15],[-13,0],[-17,-15],[-13,5],[-16,15],[-12,26],[-11,55],[-8,16],[-11,4],[-16,6],[-12,13],[-24,29],[-23,40],[-19,15],[-15,24],[-14,22],[-21,23],[-23,-9],[-14,-13],[-15,2],[-23,13],[-12,14],[-15,19],[-9,20],[-3,20],[-3,22],[-19,9],[-29,5],[-27,-5],[-24,-2],[-26,9],[-18,17],[-24,9],[-43,-4],[-42,-3],[-5,-18],[0,-17],[0,-19],[5,-17],[-2,-22],[-13,-16],[-20,-13],[-25,-10],[-14,-10],[-7,-17],[-5,-16],[8,-20],[14,-19],[6,-20],[0,-26],[3,-28],[6,-23],[11,-23],[16,-26],[16,-13],[17,-4],[21,0],[13,-22],[10,-15],[17,-5],[10,7],[24,7],[20,-1],[3,-19],[-5,-17],[-11,-18],[-10,-16],[-9,-17],[-13,-28],[1,-31],[-1,-21],[-15,-13],[-23,-5],[-17,-8],[-12,-11],[-16,-13],[-16,-20],[8,-23],[8,-16],[3,-18],[-17,-14],[-16,-10],[-4,-21],[-5,-20],[-7,-19],[-16,-28],[-1,-26],[5,-15],[11,-24],[8,-24],[-10,-24],[-19,-17],[-19,-18],[-18,-17],[-15,-26],[-4,-23],[3,-25],[-16,-19],[0,-13],[14,-5],[10,-11],[0,-14],[-8,-16],[-13,-22],[-9,-18],[0,-13],[10,-26],[-4,-16],[-12,-31],[4,-36],[6,-26],[0,-33],[-7,-39],[-10,-33],[6,-23],[1,-29],[-4,-29],[-6,-33],[7,-12],[13,-14],[5,-21],[5,-33],[8,-35],[-3,-24],[-6,-16],[-2,-16],[2,-14],[4,-15],[9,-10],[13,-19],[12,-20],[3,-23],[-3,-19],[-18,-36],[-11,-32],[-2,-16],[5,-18],[0,-23],[-11,-22],[0,-18],[0,-17],[12,-10],[10,-10],[13,-15],[10,-10],[22,-10],[23,-17],[23,-20],[25,-28],[4,-13],[-8,-30],[-5,-15],[-14,-8],[-19,-2],[-19,8],[-19,4],[-21,-3],[-11,-20],[-5,-26],[3,-15],[8,-14],[23,-15],[31,-18],[49,-31],[23,-14],[25,-10],[14,-21],[-2,-17],[-3,-14],[-6,-13],[-7,-13],[-15,-13],[-23,-13],[-22,-11],[-24,-15],[-15,-12],[-10,-17],[0,-23],[4,-25],[9,-14],[-12,-28],[-11,-23],[-12,-17],[-17,-22],[-12,-6],[-24,-6],[-11,-10],[3,-16],[24,-4],[31,-12],[18,-23],[16,-20],[-13,-14],[-23,-9],[-12,-14],[-7,-18],[-3,-33],[-10,-14],[-28,-18],[-23,-14],[-22,3],[-10,10],[-6,20],[-6,27],[-8,29],[-12,13],[-17,-1],[-13,-9],[-12,7],[-33,6],[-48,-3],[-12,-11],[-11,-16],[-16,-9],[-32,-8],[-16,0],[-28,7],[-11,14],[0,16],[4,16],[-22,4],[-14,-13],[-10,-11],[-19,-13],[-28,-6],[-16,-6],[-30,-7],[-32,4],[-24,8],[-32,1],[-18,-4],[-11,-10],[-16,-15],[-15,-14],[-1,-16],[4,-19],[13,-48],[5,-26],[1,-29],[-12,-29],[-16,-27],[-18,-25],[-21,-20],[-33,-17],[-28,-15],[-30,-1],[-33,0],[-38,-9],[-28,-10],[-43,-17],[-26,-26],[-28,-28],[-16,-39],[-30,-26],[-15,-20],[-13,-22],[-24,-14],[-12,-29],[-19,-26],[-8,-23],[-2,-32],[18,-24],[7,-18],[-6,-27],[-23,-20],[-10,-18],[1,-29],[-4,-29],[-16,-11],[-22,-6],[-27,-4],[-13,-10],[-9,-19],[-4,-22],[-14,-22],[-6,-18],[12,-13],[15,-8],[7,-15],[6,-37],[3,-53],[10,-41],[17,-34],[21,-29],[23,-22],[13,-17],[13,-33],[20,-47],[41,-57],[26,-28],[17,-36],[20,-29],[15,-16],[20,-3],[28,2],[19,4],[23,-1],[14,-3],[10,-20],[2,-15],[3,-38],[0,-39],[-2,-23],[6,-16],[10,-21],[16,-32],[12,-32],[16,-33],[17,-36],[26,-51],[28,-37],[17,-26],[15,-29],[13,-25],[1,-24],[-16,-3],[-17,1],[-19,-4],[-7,-13],[-18,-22],[-20,-26],[-26,-23],[-35,-39],[-17,-20],[-32,1],[-19,18],[-20,23],[-26,20],[-18,-2],[-26,-14],[-20,-4],[-26,4],[-31,-7],[-36,-15],[-29,-29],[-33,-34],[-13,-12],[-31,6],[-34,19],[-28,8],[-17,-20],[-19,-10],[-29,6],[-28,13],[-37,30],[-37,36],[-18,-4],[-16,-19],[-11,-19],[-14,-31],[-19,-32],[-26,-35],[0,-30],[-20,-31],[-21,-24],[-2,-25],[10,-24],[0,-16],[-16,-25],[-28,-24],[-10,-23],[0,-35],[6,-38],[6,-27],[1,-28],[-4,-31],[-21,-21],[-23,-8],[-26,14],[-20,-17],[-18,-2],[-15,-10],[-45,15],[-32,-2],[-45,5],[-49,10],[-34,17],[-6,22],[-10,49],[-27,24],[-37,21],[-36,26],[-71,42],[-30,-22],[-34,-15],[-30,9],[-33,15],[-52,49],[-50,43],[-52,49],[-46,22],[-38,46],[-42,33],[-61,45],[-45,18],[-39,5],[-35,25],[-42,29],[-26,1],[-46,16],[-31,29],[-39,16],[-13,-4],[-29,10],[-29,5],[-22,-13],[-27,-26],[-48,-36],[-27,-20],[-51,-45],[-38,-53],[-53,-71],[-28,-17],[-19,5],[-25,35],[-15,4],[-27,-24],[-5,-6]],[[212349,34846],[-11,51],[-17,145],[-25,215],[10,240],[9,113],[67,96],[57,67],[72,85],[12,114],[-2,150],[-21,114],[-3,125],[-14,117],[-41,138],[-37,119],[-65,112],[-65,104],[-55,132],[-46,120],[-80,89],[-85,95],[-108,55],[-117,34],[-121,36],[-146,17],[-91,9],[-77,84],[-81,117],[-25,119],[-21,143],[-55,70],[-78,93],[-66,92],[-55,131],[2,94],[3,134],[-26,104],[-39,98],[-40,124],[-48,91],[-43,69],[-62,88],[-46,80],[-39,112],[3,87],[7,69],[7,97],[2,91],[-20,104],[-46,74],[-63,70],[-87,96],[-45,93],[-20,59],[-29,66],[-32,53],[-47,76],[-87,55],[-121,30],[-98,-39],[-55,-63],[-79,-94],[-40,-81],[-54,-102],[-85,-100],[-114,-76],[-161,-109],[-115,-78],[-137,-121],[-116,-87],[-96,-144],[-35,-100],[-43,-132],[-83,-126],[-65,-123],[-52,-25],[-64,-25],[-82,-34],[-84,-48],[-114,-67],[-87,-47],[-119,-71],[-81,-1],[-104,31],[-112,43],[-88,49],[-93,46],[-86,59],[-57,23],[-86,34],[-122,48],[-168,71],[-121,51],[-179,71],[-87,22],[-129,30],[-99,6],[-117,-7],[-77,10],[-99,39],[-79,86],[-42,75],[-63,112],[-39,84],[-61,110],[-96,131],[-60,71],[-85,94],[-117,117],[-80,148],[-66,116],[-98,117],[-76,68],[-114,100],[-99,152],[-59,129],[-83,108],[-66,101],[-68,140],[-30,106],[-56,138],[-93,69],[-105,46],[-87,23],[-127,35],[-137,17],[-90,4],[-67,47],[-84,63],[-126,93],[-126,32],[-94,22],[-77,66],[-68,90],[-73,76],[-72,74],[-106,96],[-109,39],[-90,44],[-97,24],[-99,36],[-83,20],[-75,-7],[-91,-8],[-96,-19],[-55,-11],[-57,-4],[-75,-7],[-84,0],[-88,2],[-76,-9],[-113,-13],[-163,-23],[-95,14],[-86,19],[-97,2],[-126,-18],[-118,-40],[-114,-13],[-81,-6],[-107,-9],[-139,-25],[-91,-16],[-133,-27],[-82,-37],[-111,-43],[-69,-38],[-70,-57],[-82,-80],[-69,-69],[-102,-96],[-123,-130],[-85,-86],[-129,-71],[-52,-7],[-67,-6],[-94,-14],[-113,-28],[-70,-41],[-84,-54],[-103,-58],[-145,-58],[-162,-26],[-112,-11]],[[198538,41325],[-25,145],[-13,73],[-19,110],[-28,163],[12,75],[20,105],[29,152],[4,197],[-21,144],[11,134],[-19,130],[-15,93],[-16,125],[2,153],[-32,129],[-31,76],[-36,97],[-35,128],[-33,133],[-65,125],[-71,146],[-40,146],[-53,114],[-31,128],[-38,174],[-39,122],[-28,136],[-18,193],[-30,127],[-9,138],[2,131],[-18,104],[-26,153],[-37,160],[10,158],[7,95],[-9,116],[-26,108],[-22,124],[-31,99],[-48,133],[-38,134],[-11,152],[-37,163],[-28,101],[-15,91],[-23,137],[-34,182],[4,143],[-16,119],[-19,120],[-32,171],[-8,113],[-13,160],[5,140],[-10,164],[21,138],[20,186],[33,96],[58,132],[63,121],[91,92],[103,56],[71,88],[57,76],[57,104],[13,74],[11,59],[8,63],[12,95],[-2,110],[-17,81],[-26,93],[-60,84],[-83,109],[-96,84],[-92,58],[-114,76],[-162,114],[-112,31],[-120,47],[-163,79],[-127,87]],[[196842,51140],[78,76],[39,38],[58,57],[88,85],[111,80],[137,65],[123,59],[110,92],[133,66],[87,17],[115,32],[96,51],[96,48],[117,72],[103,29],[109,22],[70,47],[56,35],[68,49],[85,59],[114,69],[94,42],[62,47],[88,63],[120,87],[119,74],[113,102],[90,50],[95,63],[132,77],[109,53],[105,84],[99,77],[113,78],[144,120],[54,55],[75,83],[58,80],[62,58],[68,51],[59,47],[83,63],[94,77],[129,97],[87,103],[100,118],[109,88],[112,122],[77,84],[104,92],[117,119],[76,71],[91,99],[122,116],[131,118],[139,92],[141,134],[140,70],[72,66],[92,60],[133,78],[63,66],[84,94],[107,93],[124,105],[116,81],[109,88]],[[62595,255899],[-120,-50],[-224,-25],[-93,-4],[-107,-23],[-93,-15],[-92,-47],[-135,-69],[-101,-80],[-83,-46],[-120,-71],[-101,-74],[-75,-102],[-90,-82],[-92,-59],[-48,-65],[-47,-72],[-49,-70],[-61,-66],[-68,-66],[-78,-87],[-91,-87],[-94,-108],[-108,-118],[-129,-52],[-66,-34],[-78,-59],[-110,-89],[-89,-53],[-124,-68],[-163,-56],[-97,-53],[-122,-90],[-57,-79],[-68,-31],[-92,-30],[-86,-13],[-110,-8],[-138,-16],[-106,-76],[-54,-43],[-68,-54],[-92,-57],[-148,-25],[-182,14],[-161,73],[-114,2],[-129,12],[-146,4],[-124,6],[-96,9],[-92,-36],[-48,-62],[-50,-87],[2,-79],[9,-115],[15,-118],[44,-128],[67,-111],[10,-38],[15,-57],[0,-75],[-9,-108],[-18,-157],[-53,-193],[-37,-92],[-69,-101],[-70,-87],[-101,-127],[-111,-46],[-105,-48],[-132,-29],[-125,9],[-85,-9],[-95,-11],[-132,-23],[-158,-48],[-140,-57],[-156,-105],[-103,-82],[-152,-120],[-83,-102],[-110,-53],[-127,-55],[-145,-17],[-98,5],[-90,-22],[-106,-25],[-118,-52],[-74,-48],[-79,-31],[-114,-42],[-118,-4],[-93,-32],[-97,-31],[-101,3],[-95,28],[-99,30],[-86,32],[-88,-32],[-95,-83],[-110,-122],[-21,-99],[-25,-100],[-33,-119],[-53,-124],[-77,-180],[-17,-188],[-57,-135],[-26,-90],[-33,-72],[-50,-107],[-74,-158],[-61,-101],[-49,-102],[-2,-136],[14,-153],[31,-167],[6,-136],[20,-179],[29,-186],[-15,-185],[-7,-146],[10,-192]],[[52981,247499],[-119,-62],[-113,-77],[-134,-81],[-126,-39],[-159,-53],[-107,-34],[-154,-23],[-118,-17],[-94,-7],[-90,-15],[-70,-18],[-73,-25],[-104,-75],[-85,-55],[-99,-20],[-147,-50],[-103,-62],[-139,-117],[-138,-78],[-107,-59],[-90,-49],[-62,-38],[-95,-85],[-114,-61],[-119,-89],[-117,-70],[-127,-37],[-150,-94],[-102,-63],[-113,-2],[-162,-2],[-133,-24],[-116,-12],[-129,-21],[-118,-33],[-148,8],[-141,-13],[-187,93],[-173,56],[-118,39],[-141,-6],[-129,-18],[-102,-5],[-136,-3],[-134,-50],[-147,-4],[-158,-19],[-141,-10],[-104,-12],[-89,-51],[-68,-223]],[[46839,245634],[-26,7],[-34,16],[-23,-2],[-26,-12],[-18,-6],[-29,-4],[-32,-8],[-39,-14],[-36,-16],[-25,-15],[-26,-2],[-18,4],[-10,13],[-16,24],[-17,20],[-20,16],[-14,20],[-26,33],[-23,34],[-14,30],[-20,27],[-27,20],[-24,22],[-12,28],[0,31],[-6,26],[-16,30],[-21,23],[-28,18],[-39,34],[-38,30],[-57,61],[-22,24],[-24,25],[-29,26],[-34,30],[6,35],[20,34],[20,42],[21,23],[6,16],[32,12],[18,14],[45,14],[4,22],[8,27],[4,22],[12,28],[2,26],[-4,27],[15,30],[12,24],[28,33],[32,36],[19,26],[16,23],[10,16],[-2,18],[-8,28],[0,32],[-2,35],[-2,30],[-2,32],[-10,21],[-19,14],[-18,6],[-28,6],[-10,10],[-2,18],[-10,33],[-2,32],[-9,46],[-6,31],[-16,35],[-18,31],[0,23],[-6,36],[-16,49],[-15,20],[-4,16],[-4,32],[-4,31],[-2,30],[8,38],[-8,25],[-22,14],[-28,6],[-23,8],[-16,8],[-30,0],[-31,-4],[-26,10],[-35,12],[-34,10],[-24,2],[-29,-12],[-26,-16],[-29,-20],[-28,-25],[-28,-32],[-45,-18],[-34,-22],[-31,-16],[-34,-31],[-25,-46],[-6,-63],[-8,-32],[-22,-20],[-26,-17],[-37,-12],[-40,-16],[-37,-32],[-46,-33],[-53,-30],[-21,-1],[-1,23],[-15,39],[-12,22],[-12,24],[-18,26],[-25,23],[-20,28],[-16,30],[-12,17],[-21,14],[-36,10],[-14,14],[-18,28],[-23,12],[-30,16],[-20,15],[-19,52],[-10,35],[-12,20],[0,14],[2,26],[-2,18],[-6,19],[-12,30],[-8,30],[-10,28],[-7,19],[-24,20],[-18,16],[-14,6],[-55,10],[-36,2],[-31,6],[-38,12],[-51,27],[-22,14],[-19,-2],[-26,-8],[-39,-8],[-22,0],[-34,12],[-51,10],[-30,-2],[-21,-14],[-20,-25],[-12,0],[-20,2],[-29,17],[-26,2],[-24,14],[-23,22],[-24,24],[-14,25],[-27,36],[-16,40],[-12,39],[-16,40],[-18,24],[-21,31],[-28,62],[-18,33],[-17,24],[-24,10],[-30,6],[-31,18],[-14,21],[6,18],[14,22],[4,16],[-8,33],[-14,20],[-34,24],[-39,16],[-12,18],[-16,25],[-6,28],[4,28],[8,24],[14,33],[-4,16],[-14,18],[-16,22],[-13,25],[-6,24],[10,33],[31,15],[26,15],[4,22],[-6,30],[-4,28],[-30,41],[-25,38],[29,43],[22,26],[27,14],[12,30],[0,25],[-12,8],[-21,16],[-14,12],[4,20],[14,16],[8,27],[35,60],[35,101],[22,4],[24,15],[32,15],[39,22],[28,18],[41,32],[28,26],[31,25],[25,16],[23,10],[32,13],[11,23],[6,26],[-7,30],[-11,18],[-23,15],[-25,8],[-26,13],[-30,19],[-29,18],[-17,21],[-8,18],[-15,26],[-34,33],[-29,38],[-36,28],[-33,14],[-40,23],[-37,24],[-23,29],[-35,39],[-23,35],[-20,33],[-16,42],[-27,109],[-13,58],[-11,25],[-15,31],[-16,32],[-13,17],[-1,17],[1,14],[5,30],[11,50],[9,43],[1,22],[-8,30],[0,21],[4,26],[9,26],[10,29],[17,45],[4,19],[6,20],[4,26],[-4,20],[-12,24],[-14,13],[-30,29],[-23,17],[-32,19],[-34,20],[-26,24],[-19,19],[-15,25],[-8,26],[-10,33],[-8,33],[-6,27],[-6,17],[-16,22],[-38,7],[-30,9],[-39,7],[-23,1],[-32,2],[-21,-8],[-32,5],[-33,13],[-23,20],[-17,23],[-10,25],[-7,30],[-8,10],[8,10],[24,13],[10,13],[6,15],[3,15],[-2,20],[-5,20],[-5,28],[-6,18],[0,32],[0,30],[2,34],[0,29],[0,27],[4,17],[13,22],[10,20],[3,18],[-4,22],[0,20],[5,20],[-2,27],[-18,34],[-17,42],[-14,24],[-15,16],[-14,6],[-21,-2],[-26,-1],[-20,10],[-23,18],[-33,25],[-32,40],[-13,16],[-7,10],[7,11],[19,16],[20,21],[17,20],[0,16],[-11,20],[-8,29],[3,16],[-7,28],[-19,49],[-11,44],[-17,58],[-16,25],[-23,13],[-24,7],[-19,-1],[-19,-10],[-16,1],[-25,7],[-26,2],[-45,3],[-26,10],[-15,19],[2,17],[6,17],[7,26],[6,18],[-4,22],[-5,28],[-8,32],[7,21],[-1,20],[-10,30],[-13,30],[-26,19],[-20,14],[-26,12],[-12,11],[-4,26],[6,21],[17,21],[13,25],[13,32],[10,30],[0,24],[-23,102],[-12,21],[-20,29],[-21,27],[-6,12],[4,17],[12,20],[20,24],[17,19],[19,18],[14,6],[19,2],[33,-3],[40,-3],[36,-4],[19,-9],[28,-6],[12,6],[11,20],[12,14],[17,16],[20,19],[13,3],[20,1],[20,4],[32,16],[19,9],[12,0],[23,9],[19,-19],[14,-19],[21,-13],[17,-8],[23,-25],[16,-16],[20,-24],[24,-27],[23,17],[27,16],[19,10],[16,10],[21,23],[13,21],[25,6],[30,-10],[21,-1],[38,-2],[39,2],[30,12],[-15,18],[-15,11],[-16,11],[-15,15],[-28,23],[-32,18],[-21,12],[-12,11],[-11,13],[-5,19],[-8,21],[-6,22],[-2,24],[-5,19],[-10,14],[-19,23],[-16,16],[-11,28],[-7,27],[-6,19],[-13,26],[0,20],[-6,18],[-14,12],[-20,34],[-25,20],[12,13],[11,22],[27,23],[32,27],[29,26],[11,24],[7,27],[9,22],[10,18],[29,20],[40,27],[56,39],[-13,12],[-23,20],[-24,28],[-39,55],[-26,-12],[-30,-14],[-32,-7],[-15,23],[-8,28],[-14,55],[-27,-5],[-22,-5],[-37,-3],[-20,11],[-29,23],[-23,26],[-17,34],[-16,10],[-26,-3],[-18,-1],[-16,9],[-3,20],[-23,53],[0,30],[1,20],[18,20],[20,21],[28,40],[16,30],[3,23],[3,33],[6,16],[10,13],[3,33],[4,33],[-6,23],[-17,20],[-16,20],[-4,23],[-4,20],[-6,15],[16,16],[8,16],[-14,9],[-19,2],[-14,0],[-19,-4],[-20,6],[-17,0],[-19,-2],[-30,0],[-17,6],[-28,2],[-30,8],[-15,6],[-25,23],[-13,13],[-16,8],[-25,9],[-28,11],[-24,13],[-9,19],[-6,24],[-1,33],[-4,27],[-10,19],[-18,31],[-21,29],[-19,23],[-20,23],[-16,20],[-15,17],[-32,32],[-1,21],[-13,39],[-9,18],[-13,22],[-11,14],[-18,16],[-9,15],[1,13],[11,8],[9,8],[13,7],[11,13],[9,19],[11,20],[19,31],[7,23],[17,38],[2,25],[-2,26],[-8,17],[-16,12],[-17,17],[-16,20],[-13,16],[-17,18],[-22,19],[-1,16],[-4,18],[-15,17],[-6,12],[-18,13],[-24,18],[-25,23],[-17,7],[-7,22],[-25,14],[-17,15],[-26,18],[-19,4],[-21,18],[-26,1],[-29,9],[-34,-2],[-17,12],[-41,24],[-21,20],[-39,26],[-29,18],[-27,18],[-34,21],[-29,12],[-13,11],[-9,17],[-4,20],[-13,17],[-17,10],[-22,28],[-33,21],[-27,23],[-16,24],[-4,15],[6,30],[17,28],[7,79],[16,23],[43,26],[-3,14],[-10,23],[-24,16],[-39,14],[-36,27],[-37,12],[-41,21],[-27,32],[-1,31],[21,40],[-14,15],[-13,28],[-3,39],[6,53],[8,34],[-11,32],[11,54],[16,40],[10,47],[10,35],[9,23],[29,35],[27,32],[24,23],[41,30],[43,37],[24,10],[47,17],[38,27],[40,33],[27,25],[28,27],[20,24],[10,25],[10,25],[21,33],[33,39],[23,21],[16,20],[16,16],[8,25],[2,17],[3,24],[7,20],[7,26],[15,40],[28,57],[7,25],[9,18],[20,20],[29,13],[19,-4],[21,-4],[20,4],[35,0],[37,8],[33,-1],[32,-6],[28,-5],[28,0],[30,0],[43,-10],[33,-6],[39,3],[41,3],[23,1],[20,-3],[52,-7],[23,1],[30,-1],[32,-6],[26,0],[23,-7],[28,-3],[15,-4],[11,-9],[32,-24],[26,-16],[37,-26],[39,-22],[30,-36],[29,-20],[34,-27],[37,-33],[43,-39],[11,-12],[23,-7],[38,-15],[18,-8],[45,-12],[36,-15],[39,-17],[26,-4],[14,-2],[16,6],[16,10],[23,14],[21,12],[23,13],[32,28],[14,10],[33,26],[22,19],[34,8],[32,15],[26,10],[40,18],[33,16],[27,14],[35,18],[40,21],[65,49],[13,14],[15,26],[15,30],[17,33],[7,34],[13,53],[7,44],[2,28],[-6,28],[-12,46],[-18,60],[-10,36],[-7,40],[1,43],[-4,46],[0,40],[10,23],[17,31],[21,48],[18,47],[17,61],[17,58],[20,41],[10,27],[10,46],[9,33],[6,23],[13,19],[20,10],[20,3],[36,10],[37,12],[36,23],[26,23],[34,32],[45,43],[40,36],[17,27],[25,43],[18,20],[19,27],[29,59],[16,34],[20,27],[23,36],[18,33],[38,69],[18,34],[12,27],[16,36],[2,17],[-5,13],[-6,16],[-10,23],[-23,28],[-30,26],[-23,16],[-23,33],[-7,21],[-25,23],[-11,43],[-2,29],[-1,24],[0,23],[3,30],[8,36],[15,27],[10,26],[10,21],[10,30],[10,33],[11,29],[15,50],[18,39],[32,68],[19,32],[14,31],[16,38],[19,44],[18,34],[9,25],[14,27],[22,26],[24,13],[35,11],[47,6],[52,4],[40,3],[30,1],[36,15],[37,21],[45,27],[31,19],[35,20],[39,17],[33,6],[31,6],[19,13],[21,27],[28,28],[18,32],[9,33],[9,36],[7,28],[8,40],[6,42],[-6,27],[-10,36],[-13,43],[-8,31],[-25,62],[-7,26],[-16,37],[-27,51],[-27,65],[-37,67],[-25,66],[-23,60],[-10,40],[-14,32],[-16,26],[-20,34],[-25,30],[-21,29],[-23,28],[-23,19],[-10,20],[-13,36],[-23,57],[-29,63],[-21,47],[-36,65],[-7,27],[-8,27],[-2,27],[1,23],[9,13],[18,20],[28,19],[30,17],[33,14],[27,12],[24,14],[29,18],[32,22],[16,14],[14,19],[14,27],[8,26],[10,26],[-2,34],[-1,26],[-7,33],[-12,28],[-17,30],[-26,32],[-26,29],[-26,27],[-17,28],[-16,25],[-11,24],[-19,27],[-10,32],[-10,30],[-3,37],[9,32],[8,34],[15,26],[26,33],[24,15],[30,23],[36,22],[42,17],[31,13],[38,14],[53,16],[64,31],[38,16],[36,20],[43,25],[37,21],[22,16],[24,21],[39,32],[27,37],[19,34],[23,42],[20,41],[14,32],[12,33],[2,18],[-8,22],[-20,30],[-23,24],[-39,35],[-27,23],[-20,31],[-18,37],[-15,43],[1,36],[10,23],[17,24],[13,20],[17,20],[25,10],[24,0],[43,-8],[56,-13],[61,-24],[64,-16],[51,-6],[60,4],[90,-3],[56,5],[30,8],[34,2],[37,-2],[33,2],[49,-9],[67,-21],[78,-25],[84,-34],[28,-10],[40,6],[44,30],[29,24],[33,37],[22,25],[20,41],[14,47],[20,66],[33,86],[35,133],[16,46],[17,56],[20,57],[33,52],[40,46],[23,8],[33,5],[58,1],[51,0],[49,-6],[46,-11],[69,-36],[39,-20],[39,4],[46,-42],[15,-8],[13,-6],[11,3],[16,10],[18,14],[21,13],[4,16],[-12,17],[-18,20],[-6,20],[6,16],[8,13],[18,17],[17,16],[21,28],[173,57],[157,27],[98,5],[103,-5],[103,-11],[81,-22],[81,-49],[13,-6],[20,-7],[14,-12],[9,-12],[10,-15],[10,-21],[7,-27],[23,-29],[20,-14],[22,-18],[27,-13],[19,-11],[21,-17],[12,-29],[11,-24],[3,-33],[16,-37],[17,-25],[29,-44],[11,-26],[19,-14],[10,-9],[20,-7],[32,-23],[18,-18],[8,-23],[13,-25],[0,-27],[5,-20],[8,-10],[18,4],[22,15],[30,10],[20,3],[29,3],[31,-2],[29,3],[22,10],[18,7],[25,13],[25,11],[26,5],[15,-6],[27,-4],[7,-13],[20,-25],[30,-14],[18,-10],[17,-13],[13,-18],[-5,-18],[-17,-15],[-28,-17],[-34,-20],[-31,-19],[-29,-17],[-14,-17],[-6,-20],[4,-16],[13,-13],[20,-26],[15,-20],[-2,-20],[-8,-19],[-9,-20],[-7,-20],[7,-25],[17,-13],[23,-15],[9,-10],[10,-23],[26,-30],[7,-27],[7,-46],[3,-14],[12,-6],[25,7],[28,-4],[21,4],[29,10],[27,9],[48,3],[24,-7],[20,-22],[26,-30],[30,-27],[0,-23],[4,-20],[6,-33],[12,-36],[11,-38],[10,-39],[9,-33],[4,-46],[7,-36],[6,-22],[4,-28],[0,-34],[0,-20],[2,-34],[-7,-36],[-9,-29],[3,-17],[1,-34],[-5,-32],[-13,-11],[-13,-22],[1,-26],[-4,-18],[-2,-13],[6,-26],[3,-20],[12,-23],[15,-24],[18,-32],[11,-23],[6,-30],[6,-34],[11,-54],[10,-42],[9,-23],[11,-14],[16,-19],[20,-14],[27,-9],[25,-2],[21,-5],[12,-14],[4,-19],[3,-24],[-1,-26],[-6,-28],[-13,-25],[-10,-20],[3,-16],[10,-8],[30,-24],[27,-23],[26,-15],[13,-8],[9,-16],[1,-26],[0,-23],[1,-24],[2,-26],[7,-10],[6,-13],[31,0],[19,6],[23,1],[19,-4],[18,-6],[33,-27],[15,-23],[13,-20],[10,-20],[20,-13],[17,-4],[20,-3],[26,7],[13,6],[21,7],[18,0],[17,-1],[13,-12],[6,-13],[-6,-17],[-12,-23],[-1,-18],[13,-19],[20,-30],[10,-26],[14,-20],[13,-14],[20,-17],[31,-22],[23,-13],[23,-7],[17,3],[23,32],[21,15],[23,-3],[19,-7],[10,-11],[1,-16],[-7,-19],[-13,-17],[-7,-15],[-10,-26],[-4,-19],[0,-21],[10,-20],[11,-10],[26,-12],[13,-10],[10,-14],[9,-15],[8,-32],[12,-23],[13,-13],[14,-16],[9,-13],[23,-7],[23,-16],[17,-14],[14,-27],[2,-20],[8,-38],[9,-30],[20,-18],[14,-13],[16,0],[23,0],[33,3],[32,5],[20,3],[23,0],[24,-3],[38,-4],[36,0],[27,3],[21,-1],[23,-6],[15,-4],[17,-13],[7,-27],[13,-5],[27,-3],[23,-7],[41,-4],[40,4],[31,2],[23,2],[22,9],[23,13],[30,19],[23,17],[21,5],[25,-11],[13,-14],[8,-20],[6,-26],[3,-33],[6,-29],[13,-14],[13,-1],[23,-6],[18,-6],[19,-27],[33,-16],[33,9],[13,1],[23,-13],[26,-13],[11,6],[29,39],[13,14],[13,4],[18,2],[23,-3],[16,-4],[5,10],[-5,21],[-4,26],[-6,37],[2,22],[11,21],[14,23],[19,24],[27,30],[18,55],[5,24],[35,10],[13,6],[33,44],[24,28],[23,32],[19,41],[19,42],[11,32],[13,37],[6,36],[3,43],[7,13],[16,18],[2,18],[0,27],[-12,44],[-2,26],[-4,42],[-2,35],[-10,12],[-14,16],[-9,14],[-4,28],[4,22],[2,23],[4,14],[10,19],[4,21],[6,23],[-1,26],[3,30],[5,19],[8,20],[15,17],[12,18],[16,16],[25,35],[16,20],[-1,14],[-6,16],[-7,24],[-13,26],[-9,8],[-14,12],[-27,41],[-13,20],[-17,13],[-36,13],[-33,17],[-42,25],[-22,22],[-1,22],[3,16],[8,20],[-1,24],[-11,32],[2,17],[9,16],[26,4],[23,7],[24,29],[26,0],[25,3],[23,14],[20,11],[10,19],[20,4],[39,-4],[31,-1],[36,11],[16,0],[24,-11],[28,-5],[40,13],[33,13],[24,-6],[30,-8],[32,4],[14,-39],[6,-14],[19,-16],[33,-3],[36,2],[34,-16],[33,-7],[17,-2],[26,9],[25,1],[31,-4],[39,-7],[33,-7],[24,13],[22,11],[50,26],[16,20],[22,22],[40,7],[26,-2],[53,-3],[28,9],[32,10],[29,21],[17,10],[27,26],[15,13],[20,-1],[21,-25],[19,-25],[4,-45],[17,-63],[12,-13],[16,-11],[17,-12],[22,-20],[24,-17],[17,-20],[25,-13],[18,-23],[23,-35],[22,-26],[11,-12],[28,-14],[12,-10],[36,-30],[26,-10],[13,0],[27,-3],[25,-1],[44,-6],[22,4],[16,13],[26,20],[25,14],[18,9],[76,7],[31,-21],[29,-13],[22,0],[41,7],[49,-1],[34,-15],[29,-7],[30,10],[59,6],[46,14],[52,7],[39,18],[34,21],[40,-3],[25,3],[39,14],[30,16],[5,16],[9,23],[19,18],[15,31],[-6,27],[-9,27],[-3,16],[-7,14],[-8,11],[-17,26],[-11,13],[-15,18],[16,11],[10,10],[9,15],[4,22],[3,27],[5,13],[32,-9],[25,-5],[29,-9],[25,-5],[29,-4],[15,-1],[19,-9],[17,-13],[21,-8],[20,-4],[12,7],[13,3],[17,-9],[16,-4],[18,4],[13,2],[12,12],[6,11],[3,25],[3,16],[2,13],[11,12],[10,7],[20,19],[14,10],[14,18],[13,20],[9,9],[13,0],[24,0],[17,3],[26,5],[15,12],[12,16],[9,16],[14,8],[15,7],[7,10],[10,16],[12,12],[10,23],[5,26],[1,18],[-1,22],[0,29],[-3,17],[7,15],[13,13],[19,7],[19,3],[26,-1],[37,-3],[35,0],[15,-3],[28,1],[19,-2],[20,-5],[22,0],[25,-7],[26,7],[21,10],[16,-7],[26,-9],[35,-1],[34,2],[16,2],[16,-6],[14,-5],[30,-9],[16,1],[14,10],[13,6],[22,8],[14,14],[17,13],[26,19],[22,19],[18,10],[13,0],[20,-3],[27,-5],[30,-12],[25,-13],[16,-13],[34,-35],[26,-26],[35,-34],[28,-29],[50,-42],[16,-18],[6,-17],[4,-24],[8,-8],[13,0],[17,-3],[15,0],[14,-6],[22,-7],[21,-9],[22,-10],[17,-12],[19,-12],[17,-3],[20,6],[14,7],[16,2],[21,-12],[17,-13],[18,-9],[16,-5],[26,-19],[15,3],[16,13],[19,8],[12,2],[19,-2],[39,3],[21,-6],[8,-8],[12,-8],[19,-7],[13,2],[15,4],[15,-10],[4,-24],[-1,-24],[8,-15],[15,-4],[16,-2],[16,-3],[13,3],[21,-2],[14,-12],[16,-13],[16,-9],[15,-2],[13,2],[12,6],[16,-1],[26,-9],[16,-14],[18,-5],[17,-3],[22,-4],[19,-11],[15,-1],[13,5],[12,8],[16,6],[17,10],[17,7],[13,9],[17,13],[22,10],[41,9],[37,7],[46,3],[47,6],[53,1],[16,-1],[25,-4],[23,-5],[16,-9],[16,-11],[21,-19],[35,-32],[11,-18],[19,-13],[19,-13],[22,-17],[24,-22],[32,-41],[12,-7],[13,-5],[33,-4],[27,-5],[64,-1],[61,6],[43,3],[22,-2],[20,-7],[21,-7],[19,-12],[14,-9],[10,-7],[15,-20],[7,-16],[21,-16],[45,-35],[3,-16],[3,-59],[1,-49],[-2,-48],[2,-21],[5,-26],[20,-41],[13,-55],[8,-25],[-8,-16],[-10,-15],[-1,-17],[7,-18],[10,-30],[19,-31],[19,-10],[16,-12],[6,-20],[-3,-25],[2,-26],[6,-31],[8,-29],[11,-7],[26,-12],[15,-19],[-5,-26],[5,-26],[21,-20],[36,-28],[23,-56],[16,-42],[22,-6],[28,-7],[16,-20],[14,-32],[12,-5],[24,-3],[13,-8],[23,-6],[21,-12],[21,-6],[14,-13],[24,-16],[20,-11],[19,-13],[12,-20],[11,-17],[49,-19],[19,-8],[11,-27],[11,-29],[14,-17],[0,-53],[-1,-46],[-5,-15],[-4,-20],[41,-57],[28,-13],[17,-56],[26,-7],[42,2],[33,-10],[20,-27],[23,-17],[34,-10],[27,-4],[25,-6],[-1,-38],[8,-27],[18,-11],[14,-20],[8,-23],[11,-16],[18,-15],[9,-20],[6,-21],[2,-17],[19,-18],[24,-12],[29,-6],[46,-9],[22,-11],[19,-7],[22,-42],[6,-36],[6,-20],[15,-18],[19,-15],[14,-16],[-3,-20],[-20,-5],[-10,-11],[-27,-23],[-8,-11],[-17,-28],[-12,-23],[-10,-19],[-15,-23],[-6,-24],[-10,-18],[-17,-23],[-14,-15],[-23,-35],[-13,-13],[-5,-27],[12,-31],[18,-49],[16,-30],[11,-33],[-4,-13],[-11,-25],[33,-54],[16,-25],[11,-24],[4,-24],[6,-29],[47,-36],[30,-21],[16,-14],[1,-14],[1,-18],[7,-15],[47,-38],[24,-22],[10,-22],[11,-20],[7,-17],[19,-16],[27,-9],[7,-14],[3,-18],[5,-28],[8,-14],[24,-9],[27,-1],[20,-9],[8,-12],[12,-28],[15,-35],[16,-26],[19,-27],[26,-28],[20,-26],[25,-11],[26,-6],[25,0],[46,-12],[33,-6],[16,-18],[16,-15],[-3,-15],[-13,-21],[-13,-22],[-6,-18],[8,-25],[0,-17],[-4,-23],[-7,-11],[4,-23],[7,-27],[19,-44],[10,-26],[5,-26],[-1,-22],[5,-14],[4,-14],[-2,-17],[-8,-14],[-20,-18],[-27,-10],[-12,-5],[-11,-12],[-22,-6],[-15,0],[-21,-6],[-17,-12],[-12,-17],[-12,-38],[-10,-37],[-20,-19],[-18,-13],[-28,-20],[2,-9],[20,-40],[8,-14],[16,-19],[18,-22],[8,-10],[4,-16],[-3,-18],[-4,-19],[-2,-20],[-5,-18],[6,-12],[2,-20],[17,-5],[31,0],[32,-6],[35,-9],[44,-3],[15,-5],[14,-12],[18,-25],[26,-30],[20,-27],[34,-15],[29,-9],[32,-7],[24,11],[20,-16],[37,-21],[32,-15],[28,-14],[14,-23],[13,-33],[11,-27],[5,-21],[10,-21],[48,-6],[23,-14],[26,1],[35,-18],[36,-5],[24,5],[22,-4],[17,-11],[5,-13],[-4,-20],[-20,-24],[-2,-15],[9,-14],[9,-14],[28,-7],[26,7],[16,14],[12,10],[17,10],[11,-14],[2,-19],[18,-22],[16,-22],[8,-14],[-2,-17],[11,-11],[15,-4],[25,-15],[15,-30],[7,-22],[9,-29],[12,-15],[1,-67],[-3,-33],[-2,-23],[2,-14],[10,-7],[26,-6],[34,0],[43,3],[20,0],[12,-10],[16,-12],[5,-25],[3,-28],[1,-39],[0,-34],[7,-22],[20,-12],[31,-5],[22,-5],[11,-12],[7,-17],[36,-9],[26,6],[32,15],[18,4],[16,-8],[11,-13],[2,-13],[-13,-24],[-15,-18],[-8,-9],[-17,-10],[-22,-16],[6,-28],[8,-20],[30,-10],[22,-4],[26,-15],[18,-9],[11,-15],[11,-13],[25,-3],[14,-6],[5,-19],[2,-14],[16,-21],[-2,-14],[-9,-17],[49,-11],[20,-5],[11,-17],[-2,-26],[-3,-24],[6,-16],[16,-13],[13,-6],[7,-11],[9,-25],[-1,-19],[-5,-12],[-6,-18],[-9,-15],[-12,-16],[-11,-15],[-4,-12],[-2,-14],[-19,-22],[-25,-25],[-25,-25],[-1,-13],[10,-23],[19,-21],[2,-33],[6,-23],[-6,-37],[21,-22],[5,-21],[-2,-83],[13,-9],[35,-18],[34,-4],[40,-10],[46,-18],[12,2],[23,6],[27,10],[34,-5],[18,-3],[22,-15],[23,-3],[30,-6],[63,-12],[31,-8],[31,-20],[21,-6],[19,10],[18,16],[20,26],[21,22],[7,20],[23,29],[17,23],[20,13],[27,11],[31,11],[37,49],[23,32],[6,-12],[-6,-17],[-7,-11],[2,-18],[2,-20],[-4,-21],[-24,-31],[-7,-22],[4,-18],[14,-11],[17,-9],[23,-9],[44,3],[55,-2],[38,-14],[11,-11],[14,-24],[4,-23],[-7,-38],[-22,-44],[0,-27],[5,-24],[6,-36],[-7,-27],[-24,-49],[-6,-20],[4,-20],[7,-15],[13,-12],[53,-8],[21,-6],[8,-21],[9,-9],[31,-22],[31,-47],[29,-38],[-24,-29],[-12,-20],[-4,-11]],[[29269,124421],[19,-22],[143,-180],[23,-147],[7,-96],[16,-114],[20,-80],[34,-105],[5,-68],[7,-93],[2,-114],[12,-97],[8,-86],[39,-79],[57,-93],[74,-81],[67,-69],[41,-57],[49,-71],[61,-76],[47,-82],[40,-53],[57,-37],[72,-31],[106,-46],[44,-41],[40,-40],[55,-58],[47,-47],[26,-51],[21,-61],[31,-91],[20,-92],[29,-136],[33,-76],[28,-77],[40,-115],[47,-155],[60,-96],[24,-81],[33,-115],[51,-103],[28,-103],[26,-138],[14,-150],[45,-143],[23,-75],[34,-102],[44,-144],[66,-147],[70,-191],[14,-106],[27,-149],[41,-83],[52,-102],[80,-127],[66,-121],[75,-123],[59,-135],[86,-115],[26,-103],[29,-124],[46,-131],[33,-114],[56,-83],[78,-111],[69,-124],[82,-119],[76,-127],[48,-148],[58,-130],[112,-137],[49,-86],[53,-88],[80,-95],[47,-89],[51,-112],[51,-106],[74,-97],[53,-73],[76,-103],[23,-101],[20,-123],[32,-146],[68,-104],[86,-103],[48,-103],[56,-150],[8,-46],[13,-59],[19,-83],[27,-119],[49,-126],[55,-141],[80,-183],[26,-120],[46,-155],[53,-148],[85,-153],[121,-215],[36,-63]],[[33952,114014],[-26,-19],[-31,-35],[-22,-47],[-50,-27],[-53,-34],[-45,-24],[-40,-34],[-16,-32],[-8,-45],[-56,-40],[-45,-40],[-37,-37],[2,-26],[27,-21],[0,-45],[-8,-48],[5,-69],[-18,-50],[-38,-64],[-132,-172],[-104,-84],[-19,-28],[0,-27],[15,-37],[3,-30],[-26,-32],[-41,-42],[-6,-49],[14,-52],[14,-75],[-16,-46],[-19,-32],[4,-29],[12,-40],[-13,-39],[-37,-22],[-23,-32],[-38,-47],[-10,-38],[-23,-55],[-18,-24],[-23,-24],[-29,-9],[-32,4],[-25,11],[-32,12],[-32,3],[-39,6],[-31,23],[-18,3],[-24,-12],[0,-26],[-2,-37],[13,-45],[-16,-29],[-13,-29],[7,-47],[0,-47],[-18,-48],[-15,-40],[-5,-42],[-1,-63],[3,-45],[-17,-43],[-23,-30],[-33,-20],[-46,-26],[-41,-28],[-20,7],[-32,12],[-41,9],[-17,5],[-39,-29],[-22,-3],[-30,2],[-37,-8],[-24,-9],[-41,-30],[-31,-29],[-21,-8],[-23,-4],[-30,6],[-35,1],[-28,12],[-13,0],[-23,-4],[-43,-17],[-44,-14],[-52,2],[-62,5],[-27,7],[-31,3],[-27,-10],[-28,-2],[-44,5],[-36,0],[-64,4],[-25,6],[-30,-1],[-27,-6],[-23,-6],[-20,-16],[-24,-21],[-23,-9],[-44,0],[-16,-6],[0,-18],[2,-35],[-21,-35],[-22,-12],[-26,1],[-24,11],[-26,7],[-24,2],[-28,-20],[-27,-16],[-17,-32],[-7,-25],[12,-24],[24,-17],[18,-15],[11,-23],[0,-27],[-12,-42],[-8,-35],[-3,-34],[16,-19],[13,-11],[31,-17],[10,-13],[-3,-17],[-24,-30],[9,-19],[34,-6],[19,-10],[-1,-20],[-25,-15],[-16,-14],[-8,-17],[-1,-62],[6,-23],[18,-6],[29,-1],[29,-5],[4,-12],[-9,-18],[-17,-21],[-30,-25],[-9,-19],[6,-25],[18,-4],[15,7],[19,20],[23,12],[22,-3],[17,-13],[5,-34],[-5,-39],[-17,-26],[8,-43],[-11,-33],[-58,-33],[-44,-27],[-75,3],[-52,-7],[-68,-31],[-60,4],[-31,-13],[-42,-42],[-49,-33],[-51,13],[-18,-2],[-13,-15],[7,-31],[24,-49],[7,-44],[-7,-40],[-18,-38],[-22,-26],[3,-20],[48,-11],[55,-20],[34,-24],[15,-20],[-6,-20],[-43,-16],[-42,-26],[-20,-16],[0,-57],[-15,-29],[-9,-26],[0,-31],[9,-40],[11,-53],[7,-22],[-23,-18],[-39,-31],[-40,-29],[-29,-13],[-118,7],[-22,4],[-58,-22],[-35,-11],[-36,2],[-24,22],[-31,42],[-38,53],[5,76],[-14,57],[7,51],[-7,40],[-22,40],[-35,-5],[-31,-24],[-9,-29],[-29,-22],[-62,-29],[-73,-22],[-44,-2],[-40,-11],[-54,-27],[-35,2],[-18,7],[5,44],[8,58],[-17,29],[-18,35],[-9,35],[11,29],[18,7],[27,4],[26,-2],[38,-9],[22,-2],[20,6],[27,29],[8,22],[-4,20],[-24,9],[-56,-4],[-49,2],[-33,-13],[-55,-20],[-53,-18],[-32,2],[-31,25],[-44,42],[-31,0],[-27,-5],[-59,-49],[-43,-46],[-42,-46],[-20,-14],[-22,-13],[-29,2],[-60,27],[-35,15],[-27,31],[-2,40],[20,29],[22,29],[-2,30],[-20,47],[-38,37],[-6,58],[-14,31],[-28,64],[-49,9],[-18,2],[-11,-26],[-49,4],[-73,44],[-42,42],[-27,16],[-37,2],[-49,-7],[-18,20],[2,29],[14,31],[22,24],[26,18],[28,10],[35,6],[26,11],[23,14],[6,19],[-12,19],[-23,12],[-28,9],[-32,14],[-22,16],[-5,17],[8,12],[21,9],[23,-1],[39,0],[31,15],[35,20],[29,24],[10,26],[2,27],[-21,8],[-37,-4],[-56,-1],[-46,0],[-38,3],[-38,-2],[-38,-7],[-30,-11],[-29,-10],[-38,-26],[-25,-29],[-13,0],[-23,6],[-20,3],[-21,-6],[-22,-14],[-26,-33],[-10,-30],[-29,3],[-43,32],[-27,11],[0,-39],[3,-32],[-15,-12],[-31,6],[-21,19],[-31,16],[-25,17],[-23,11],[-28,12],[-12,9],[-3,16],[-6,22],[-14,10],[-30,16],[-26,27],[-50,50],[-29,24],[-17,17],[-29,30],[-33,29],[-34,36],[-14,8],[-15,-8],[-10,-27],[-17,-32],[-28,-13],[-19,-2],[-5,24],[2,29],[-11,32],[-8,41],[-9,27],[-3,28],[3,45],[-4,56],[-2,44],[5,52],[6,55],[4,19],[-10,13],[-31,-4],[-17,-12],[-27,5],[-38,18],[-33,14],[-19,10],[-19,3],[-32,0],[-31,5],[-35,-5],[-27,3],[-17,16],[-24,-2],[-25,12],[-12,12],[-9,22],[1,19],[2,23],[-3,50],[-6,28],[-2,42],[3,61],[-3,24],[-15,32],[-8,20],[-9,21],[3,24],[8,15],[12,20],[5,21],[3,23],[-6,26],[-19,14],[-18,7],[-18,0],[-24,-17],[-13,-25],[-12,-31],[-18,-42],[-23,-21],[-21,1],[-8,23],[-9,32],[-18,36],[-25,32],[-15,30],[-20,17],[-39,11],[-41,4],[-34,11],[-26,12],[-42,23],[-43,23],[-41,16],[-23,24],[-20,14],[-19,12],[-29,6],[-14,9],[-9,22],[-17,24],[-1,20],[3,30],[9,23],[16,29],[0,20],[-35,2],[-35,-9],[-19,-16],[-17,3],[-15,15],[-29,10],[-23,2],[-40,-5],[-36,-10],[-18,0],[-20,18],[-12,17],[-17,10],[-23,-9],[-12,-15],[-46,-45],[-20,-5],[-24,3],[-43,-2],[-42,8],[-66,-3],[-16,21],[-14,53],[-15,28],[-46,9],[-28,-8],[-26,-2],[-10,11],[-2,23],[14,23],[4,25],[2,17],[-12,12],[-12,11],[-20,6],[-16,7],[-18,16],[-21,13],[-21,22],[-16,12],[-24,21],[-18,6],[-23,-17],[-15,-21],[-13,-2],[-7,16],[-5,19],[-6,20],[-15,17],[-12,-2],[-21,-21],[-16,-9],[-21,1],[-15,-1],[-15,-18],[-19,3],[-7,12],[-22,20],[-27,15],[-30,20],[-20,18],[-23,30],[-26,40],[-35,35],[-24,7],[-31,2],[-30,12],[-18,-9],[-10,-22],[16,-25],[3,-29],[-17,-20],[-23,-11],[-26,16],[-33,3],[-20,10],[-37,22],[-44,13],[-10,26],[1,30],[-1,25],[-11,21],[-14,23],[-1,25],[-11,29],[-11,44],[-10,44],[-8,38],[14,18],[26,25],[16,32],[19,22],[-3,38],[-3,17],[3,35],[6,29],[7,18],[8,14],[3,22],[0,25],[3,19],[2,26],[-3,31],[12,13],[16,6],[42,-1],[50,1],[23,8],[13,14],[29,27],[30,2],[17,21],[14,25],[9,38],[6,31],[6,27],[8,23],[18,21],[14,20],[26,21],[17,21],[16,19],[7,13],[7,18],[5,31],[3,32],[6,38],[17,13],[39,-13],[15,4],[11,20],[0,17],[-3,34],[30,20],[22,3],[10,12],[11,17],[-1,27],[4,35],[0,35],[-8,24],[-12,25],[6,23],[13,12],[36,-6],[41,-6],[20,7],[9,21],[3,29],[-3,24],[-11,19],[-4,18],[3,24],[9,17],[9,20],[6,28],[14,25],[2,21],[3,23],[22,19],[0,17],[-1,32],[11,30],[6,31],[1,33],[-1,20],[-2,39],[2,38],[1,35],[-11,26],[-7,21],[-3,18],[-2,34],[14,23],[23,27],[12,17],[2,28],[-14,22],[-12,22],[-9,16],[-5,30],[-24,15],[-20,15],[-6,23],[-11,50],[6,14],[26,18],[2,21],[0,43],[-13,33],[3,26],[20,15],[12,24],[10,25],[42,30],[2,37],[-17,15],[-21,29],[-22,27],[-16,6],[-37,3],[-35,5],[-11,16],[20,12],[31,2],[7,17],[3,22],[-35,11],[-1,15],[3,26],[-15,27],[0,20],[16,6],[22,2],[0,16],[-16,17],[-1,17],[6,12],[4,23],[13,10],[4,14],[15,18],[-3,24],[3,25],[16,28],[-16,16],[-15,28],[15,4],[17,10],[3,34],[19,1],[27,-1],[11,9],[-2,16],[-11,32],[13,3],[22,-4],[23,12],[9,-22],[22,8],[19,15],[16,16],[12,18],[23,41],[22,26],[10,24],[11,27],[4,20],[14,36],[15,11],[14,35],[22,32],[8,28],[22,38],[18,34],[12,39],[14,41],[16,18],[26,67],[9,39],[18,20],[1,30],[-7,11],[-15,-5],[-59,-3],[-51,-5],[-78,-19],[-46,-4],[-14,12],[20,14],[25,5],[31,26],[20,17],[26,30],[18,23],[9,21],[1,21],[-9,17],[-16,31],[-26,28],[-4,13],[9,15],[15,13],[28,22],[3,15],[-7,17],[-18,33],[-12,32],[-9,56],[-9,58],[0,33],[16,43],[20,41],[6,28],[9,37],[-5,39],[8,38],[19,23],[17,56],[27,113],[0,47],[-27,23],[-38,24],[-33,-7],[-24,0],[-75,23],[-17,6],[-37,15],[-35,20],[-32,-3],[-24,-2],[-21,-13],[-32,-28],[-19,-10],[-25,14],[0,30],[24,41],[4,28],[-3,23],[-13,17],[-20,9],[-6,14],[9,35],[-2,15],[-12,23],[-26,6],[-25,15],[-20,24],[-26,61],[-3,63],[-22,35],[-35,32],[-34,24],[-36,17],[-45,13],[-59,28],[-29,23],[-9,21],[-1,35],[4,29],[5,41],[6,56],[-2,47],[-10,21],[-19,20],[2,16],[15,34],[24,39],[20,32],[26,44],[24,23],[23,15],[107,0],[90,-1],[70,10],[42,27],[32,34],[34,27],[24,2],[23,-20],[30,-14],[19,6],[16,34],[25,39],[18,35],[34,28],[22,41],[17,33],[2,45],[17,47],[14,50],[33,41],[31,39],[-6,36],[-27,47],[-39,28],[-36,64],[-12,44],[20,44],[0,39],[-33,36],[-59,45],[-5,13],[-9,14],[-5,28],[-22,42],[-34,38],[-47,25],[-56,28],[-22,33],[-11,34],[14,38],[30,67],[23,47],[33,53],[45,58],[36,50],[25,41],[5,20],[-5,22],[-17,22],[-17,33],[3,36],[36,31],[28,44],[53,42],[42,5],[44,-30],[22,5],[42,20],[25,13],[83,23],[56,22],[39,3],[22,16],[36,53],[39,8],[36,-25],[36,31],[75,-3],[67,-22],[70,11],[27,16],[28,28],[14,22],[3,36],[33,36],[-3,25],[-11,34],[-2,38],[-26,17],[-33,17],[-11,25],[11,38],[31,81],[2,50],[-16,66],[3,36],[69,119],[8,25],[-5,20],[0,44],[22,80],[-19,34],[0,30],[19,22],[31,11],[0,14],[-11,22],[-56,28],[-31,39],[-58,61],[-14,22],[-3,80],[-14,39],[-44,58],[-56,45],[-86,52],[-39,22],[-69,61],[-25,34],[19,30],[28,42],[66,56],[9,16],[-22,0],[-78,0],[-36,41],[14,34],[22,83],[31,86],[30,50],[47,38],[73,36],[53,45],[33,36],[11,44],[19,61],[17,14],[36,-22],[28,8],[8,22],[28,47],[34,39],[41,14],[64,33],[20,22],[30,20],[70,28],[72,41],[31,22],[36,61],[33,33],[22,0],[67,17],[19,-25],[25,0],[28,8],[42,12],[72,5],[61,-5],[25,8],[36,16],[20,20],[22,19],[45,28],[14,-8],[16,-14],[6,-50],[16,-11],[28,-3],[50,19],[25,-30],[17,6],[8,11],[6,19],[-14,33],[8,22],[3,84],[6,19],[25,19],[39,6],[50,14],[19,16],[25,39],[25,25],[86,17],[70,8],[66,6],[62,0],[41,16],[14,34],[14,33],[11,52],[39,34],[28,16],[69,14],[20,20],[-11,52],[-28,36],[5,36],[31,53],[50,33],[53,39],[42,72],[33,50],[19,50],[75,55],[56,25],[85,23]],[[72151,123152],[169,-33],[196,5],[194,35],[153,11],[94,62],[126,88],[112,49],[137,73],[124,22]],[[73456,123464],[126,-5],[63,-2],[95,-4],[142,-5],[124,31],[88,5],[94,17],[68,-1],[95,-1],[92,7],[102,7],[131,1],[131,32],[90,47],[60,50],[89,72],[100,108],[38,77],[51,107],[64,109],[66,83],[96,124],[67,103],[64,67],[72,71],[84,83],[123,104],[67,52],[95,77],[137,110],[133,143],[154,117],[123,88],[183,125],[180,165]],[[76943,125628],[103,46],[51,23],[77,35],[116,52],[103,91],[70,86],[95,98],[51,49],[76,67],[101,76],[122,98],[78,33],[84,48],[84,34],[116,31],[141,-6],[150,-18],[110,-75],[135,-80],[141,0],[111,-20],[144,-42],[120,-51],[110,19],[141,48],[174,79]],[[79747,126349],[120,-124],[60,-63],[90,-93],[135,-141],[134,-130],[140,-150],[131,-131]],[[80557,125517],[-26,-15],[-70,-31],[-85,-36],[-72,-37],[-87,-17],[-212,-41],[-113,-15],[-138,-21],[-149,-22],[-102,-22],[-169,-46],[-79,-20],[-103,-62],[-95,-36],[-67,-63],[-73,-54],[-96,-99],[-92,-97],[-96,-87],[-103,-95],[-85,-89],[-72,-56],[-176,-150],[-79,-61],[-88,-55],[-91,-48],[-63,-20],[-84,-2],[-135,4],[-106,1],[-72,0],[-78,-8],[-70,-26],[-82,-32],[-106,-51],[-93,-65],[-71,-75],[-46,-60],[-40,-71],[-42,-94],[-28,-77],[-34,-110],[-32,-130],[-30,-78],[-29,-63],[-37,-82],[-70,-102],[-77,-104],[-74,-65],[-70,-56],[-75,-55],[-89,-51],[-150,-73],[-80,-28],[-31,-30],[-48,-53],[-28,-34],[-39,-24],[-48,-21],[-93,-22],[-142,-26],[-228,-21],[-141,-18],[-109,-24],[-150,-22],[-137,-21],[-79,-32],[-89,-28],[-85,-39],[-66,-42],[-93,-61],[-69,-61],[-68,-85],[-33,-41],[-52,-69],[-35,-58],[-36,-71],[-38,-85],[-23,-71],[-12,-73],[-22,-79],[-8,-77],[2,-83],[12,-61],[20,-65],[10,-30],[21,-22],[30,-43],[61,-53],[97,-73],[80,-73],[91,-93],[111,-119],[37,-51],[30,-51],[4,-52],[-14,-47],[-53,-97],[-60,-89],[-67,-93],[-95,-78],[-83,-52],[-76,-22],[-103,0],[-110,-3],[-90,3],[-63,26],[-81,42],[-71,67],[-129,126],[-153,158],[-79,87],[-111,122],[-109,111],[-105,87],[-69,37],[-81,30],[-85,10],[-113,0],[-123,-16],[-137,-2],[-136,4],[-149,8],[-81,14],[-107,21],[-119,28],[-87,38],[-57,47],[-62,77],[-43,89],[-24,73],[-2,55],[14,79],[33,99],[28,89],[24,71],[32,106],[29,60],[40,87],[65,94],[38,58],[45,94],[44,87],[51,95],[26,69],[28,73],[40,99],[23,91],[6,91],[0,79],[8,53],[26,69],[57,128],[40,101],[1,7]],[[201371,70013],[10,-12],[16,-24],[21,-34],[18,-32],[22,-16],[37,-7],[40,-2],[21,-4],[15,-16],[12,-28],[16,-28],[15,-28],[23,-18],[27,-8],[28,-3],[25,-4],[18,-8],[17,-15],[24,-23],[40,-39],[18,-17],[7,-23],[16,-43],[11,-10],[24,-1],[24,-8],[37,-10],[46,-10],[43,-19],[41,-16],[29,0],[48,6],[38,-18],[25,-20],[24,-28],[19,-32],[32,-66],[23,-42],[5,-38],[14,-21],[35,-21],[31,-7],[19,-17],[26,-23],[37,-49],[28,-20],[34,-34],[22,-7],[33,11],[30,3],[18,-10],[11,-27],[12,-28],[16,-10],[29,-22],[32,-21],[28,-13],[23,-16],[18,-21],[25,-41],[18,-26],[18,0],[12,8],[14,13],[12,-2],[12,-25],[19,-16],[18,-6],[31,0],[32,6],[17,12],[15,17],[28,13],[34,8],[67,11],[25,12],[23,-1],[11,-17],[13,-14],[22,-4],[27,-15],[22,-14],[27,-16],[22,-3],[20,-3],[5,-12],[11,-34],[10,-8],[28,-3],[23,0],[36,2],[47,-5],[24,7],[40,17],[28,6],[10,-14],[21,-13],[24,-2],[20,-1],[62,26],[62,28],[47,29],[80,34],[65,37],[30,11],[45,12],[35,5],[41,0],[38,2],[35,19],[24,-8],[23,-13],[11,-12],[11,-21],[35,-30],[-8,-21],[-10,-17],[-1,-28],[10,-17],[20,-22],[16,-20],[4,-21],[11,-22],[16,-10],[12,0],[12,-1],[20,-9],[18,-13],[20,-25],[26,-21],[25,-26],[25,-21],[19,-14],[21,-5],[12,6],[29,10],[29,12],[35,15],[34,7],[23,-2],[18,-12],[20,-18],[8,-24],[9,-23],[9,-27],[3,-31],[4,-23],[8,-22],[16,-21],[14,-27],[-3,-15],[-6,-25],[-6,-22],[-1,-13],[5,-14],[11,-10],[21,-20],[26,-13],[14,-28],[-3,-27],[2,-17],[15,-20],[-1,-20],[-1,-20],[2,-19],[8,-13],[24,-21],[18,-12],[15,-19],[10,-18],[14,-18],[8,-14],[16,-8],[15,0],[25,14],[29,9],[20,-1],[29,-8],[36,-16],[22,-1],[14,10],[37,25],[16,13],[18,3],[21,2],[26,23],[19,15],[8,-16],[11,-23],[14,-50],[13,-30],[21,-29],[18,-32],[22,-21],[48,-19],[23,-13],[7,-11],[-2,-29],[3,-16],[16,-33],[8,-21],[13,-23],[3,-22],[9,-23],[14,-7],[16,-10],[12,-14],[8,-23],[10,-44],[11,-56],[9,-30],[16,-19],[25,-22],[25,-31],[31,-36],[28,-15],[22,-22],[35,-42],[27,-23],[9,-17],[0,-22],[-8,-24],[4,-18],[14,-31],[25,-25],[17,-42],[16,-33],[22,-39],[30,-48],[2,-22],[29,-43],[24,-29],[21,-18],[30,-14],[61,-24],[25,-3],[12,-8],[2,-14],[-9,-30],[0,-19],[7,-15],[9,-13],[13,-28],[14,-27],[19,-8],[9,-13],[14,-29],[15,-22],[17,-8],[21,-17],[30,-8],[52,1],[47,3],[32,14],[24,3],[10,-9],[5,-18],[9,-31],[24,-11],[27,-16],[19,-20],[26,-23],[-8,-18],[-2,-16],[3,-19],[2,-13],[10,-38],[0,-61],[9,-18],[-1,-24],[8,-15],[22,-6],[35,-17],[26,-14],[23,-20],[12,-16],[-3,-29],[-10,-14],[-9,-11],[14,-1],[21,-3],[36,2],[44,6],[36,7],[13,10],[20,22],[39,19],[24,12],[27,27],[14,16],[3,17],[0,13],[6,17],[17,14],[23,14],[13,13],[19,15],[20,4],[24,8],[22,-8],[27,-16],[35,1],[24,-1],[33,10],[17,8],[27,3],[28,19],[18,-1],[50,8],[29,11],[20,-12],[43,-28],[48,-25],[34,-6],[45,-8],[11,7],[30,25],[21,1],[20,23],[27,15],[19,11],[11,12],[-1,28],[9,12],[36,49],[15,29],[3,26],[6,32],[15,24],[20,23],[17,9],[18,8],[24,23],[42,31],[17,9],[13,-13],[14,-23],[27,-29],[32,-42],[32,-39],[27,-17],[20,-2],[12,-8],[16,-17],[10,-18],[14,-40],[12,-23],[18,-22],[21,-27],[22,-22],[20,-8],[25,-1],[46,21],[20,11],[18,3],[24,-12],[27,-13],[31,-13],[33,-1],[22,0],[16,-12],[22,3],[19,10],[16,20],[14,17],[10,26],[-4,25],[-10,24],[1,19],[4,19],[0,33],[3,22],[14,12],[25,20],[11,17],[13,19],[12,35],[9,24],[-3,26],[-8,38],[-9,27],[-5,22],[7,18],[16,25],[22,18],[22,11],[17,17],[18,27],[10,13],[17,11],[18,-2],[19,-4],[19,5],[17,8],[12,20],[8,15],[3,17],[17,19],[20,9],[21,-14],[32,-24],[37,-12],[42,-21],[39,-20],[4,-33],[9,-17],[13,-14],[39,-29],[21,-7],[21,3],[32,17],[20,5],[20,-5],[36,-25],[25,-2],[31,3],[29,6],[18,8],[21,6],[20,-1],[27,12],[13,13],[6,23],[19,23],[19,26],[17,21],[10,21],[16,-1],[25,-11],[40,-9],[27,-15],[25,-8],[24,-3],[29,14],[42,25],[22,15],[12,20],[14,12],[17,33],[9,32],[17,49],[16,25],[24,-8],[18,-18],[19,-5],[42,3],[27,-3],[35,-8],[5,-29],[-5,-36],[3,-19],[11,-12],[36,-4],[16,-5],[13,-20],[6,-27],[-6,-27],[-5,-24],[8,-25],[10,-28],[22,-13],[42,-32],[23,-13],[28,-17],[25,-11],[65,-21],[19,-12],[6,-20],[-17,-26],[-28,-19],[-32,-17],[-18,-26],[-24,-34],[-16,-15],[-24,-19],[-17,-12],[-28,-8],[-12,-10],[-31,-32],[-20,-12],[-10,-13],[-8,-29],[-24,-34],[-18,-25],[-27,-9],[-28,-13],[-19,-9],[-12,-30],[-12,-35],[-10,-25],[8,-33],[-11,-34],[-20,-61],[-8,-24],[-29,-26],[-19,-19],[3,-19],[1,-27],[-1,-16],[11,-24],[4,-14],[2,-31],[17,-50],[-9,-22],[5,-30],[1,-32],[7,-35],[5,-27],[-4,-18],[-18,-53],[5,-31],[-3,-30],[18,-24],[28,-14],[35,3],[35,-3],[34,-20],[44,-14],[39,-16],[27,-22],[18,-27],[23,-43],[10,-40],[19,-71],[13,-18],[18,-9],[38,3],[53,-1],[28,-4],[33,-30],[20,-23],[28,-44],[10,-24],[-18,-27],[-20,-17],[-6,-88],[0,-19],[-5,-36],[-9,-40],[-11,-37],[-6,-27],[-62,-65],[-12,-25],[-25,-41],[-32,-41],[-28,-9],[-9,-10],[-11,-50],[-8,-31],[-20,-25],[-23,-10],[-14,-18],[2,-40],[-15,-36],[4,-19],[-1,-51],[-3,-16],[-20,-15],[-22,-23],[0,-28],[-5,-41],[-3,-24],[-8,-31],[-16,-57],[-5,-55],[-29,-31],[-37,-6],[-32,-14],[-86,42],[-45,15],[-18,-6],[-7,-12],[-3,-44],[0,-23],[7,-12],[27,-21],[19,-44],[20,-31],[38,-48],[-7,-33],[-9,-25],[-7,-13],[-33,-30],[-20,-21],[-13,-16],[-2,-44],[-30,-60],[-27,-51],[-13,-10],[-10,-23],[-4,-21],[-9,-32],[-26,-25],[2,-16],[-11,-24],[-5,-40],[-16,-42],[6,-23],[-3,-22],[-20,-15],[-21,-4],[-27,-15],[-15,-20],[-15,-26],[-35,-30],[-7,-11],[-4,-35],[0,-58],[-2,-30],[-35,-20],[-10,-20],[-6,-22],[-12,-67],[-22,-92],[0,-48],[-10,-54],[-25,-80],[-19,-82],[-22,-50],[-29,-53],[-13,-35],[14,-24],[22,-29],[21,-20],[-7,-37],[-8,-45],[-26,-36],[-19,-15],[-26,-20],[-33,-19],[-19,-25],[-24,-29],[-35,-9],[-24,12],[-41,-2],[-9,-8],[-13,-19],[-10,-30],[-4,-29],[6,-27],[5,-24],[3,-33],[-7,-34],[-15,-39],[-16,-50],[-26,-78],[-20,-40],[-12,-25],[-12,-11],[-26,-10],[-41,-6],[-28,-13],[-26,-16],[-28,-25],[-13,-32],[-10,-35],[-18,-28],[-10,-29],[-21,-44],[-26,-30],[-12,-24],[3,-23],[3,-28],[-9,-23],[-32,-39],[-17,-27],[-66,-13],[-16,-19],[-6,-33],[-12,-32],[-33,-50],[-27,-41],[-24,-46],[-19,-21],[-27,-5],[-30,-21],[-27,-38],[-28,-16],[-32,-9],[-36,12],[-50,15],[-45,3],[-46,-15],[-8,-45],[-28,-15],[-35,-25],[-19,5],[-48,25],[-22,19],[-40,13],[-35,23],[-61,29],[-31,18],[-51,27],[-24,31],[-23,31],[-16,23],[-13,31],[-12,5],[-13,-3],[-22,-14],[-29,-15],[-45,-8],[-34,-9],[-40,-6],[-48,0],[-82,-3],[-54,1],[-28,15],[-26,20],[-22,17],[-38,17],[-29,6],[-23,-3],[-16,-12],[-24,-10],[-28,7],[-36,3],[-21,-8],[-10,-11],[-23,-22],[-24,-11],[-38,-18],[-49,-6],[-28,-7],[-37,-16],[-27,-30],[-21,-12],[-31,-10],[-36,-8],[-37,-5],[-23,-11],[-32,-20],[-25,-2],[-21,-4],[-19,-7],[-21,-12],[-15,-19],[-6,-30],[-32,-43],[-16,-27],[-2,-37],[-7,-14],[-23,-8],[-22,-1],[-28,-7],[-28,-2],[-38,21],[-25,4],[-32,-6],[-20,-13],[-9,-34],[-7,-45],[0,-27],[0,-49],[-12,-21],[-38,-37],[-19,-9],[-13,-16],[-3,-26],[-3,-30],[4,-51],[-4,-19],[-15,-22],[-16,-13],[-25,-6],[-22,-5],[-20,3],[-37,5],[-27,0],[-15,-8],[-28,-24],[-17,-16],[-19,-16],[-24,-6],[-13,-9],[-26,-9],[-24,6],[-23,16],[-23,18],[-24,14],[-13,13],[-13,35],[-15,15],[-24,-7],[-31,-15],[-28,-28],[-19,-20],[-36,-20],[-34,7],[-26,-15],[-50,-6],[-35,12],[-28,-31],[-4,-14],[13,-28],[-22,-32],[-35,-26],[-27,-25],[-45,-31],[-17,-18],[-30,-33],[-17,-2],[-38,1],[-45,1],[-44,15],[-18,25],[-12,23],[-7,31],[-19,25],[-28,-6],[-26,-22],[-18,-10],[-40,-12],[-6,-18],[-30,-36],[-1,-19],[9,-52],[13,-46],[-2,-13],[-30,-30],[-31,-21],[-23,-26],[-40,-14],[-48,-11],[-47,-11],[-50,7],[-33,-12],[-63,-42],[-44,-10],[-12,-18],[-19,-23],[-11,-26],[-13,-19],[-22,-21],[-21,-24],[-22,-28],[-25,-20],[-14,-32],[-9,-27],[-10,-25],[-15,-10],[-13,-17],[-16,-16],[-19,-10],[-20,-21],[-25,-1],[-24,-6],[-26,12],[-25,43],[-29,19],[-35,25],[-56,38],[-13,9],[-31,-5],[-23,6],[-60,34],[-29,-2],[-19,-1],[-10,-12],[-8,-17],[-4,-16],[-15,-33],[0,-29],[2,-29],[-5,-19],[-10,-14],[-12,-5],[-14,6],[-28,12],[-17,6],[-18,-11],[-12,-13],[-22,-22],[-17,-13],[-29,-13],[-22,-7],[-43,-6],[-50,-9],[3,-29],[-1,-16],[-12,-19],[-4,-14],[-6,-27],[4,-27],[-4,-18],[-15,-19],[-17,-17],[-23,-18],[-11,-29],[0,-29],[-4,-25],[-16,-7],[-28,-29],[-19,-13],[-22,-15],[5,-29],[19,-18],[29,-42],[45,-96],[35,-73],[28,-55],[10,-38],[5,-19],[7,-22],[12,-28],[14,-27],[15,-16],[23,-31],[50,-54],[16,-19],[22,-28],[16,-40],[-1,-19],[-25,-31],[0,-28],[-19,-20],[7,-36],[-9,-41],[-1,-25],[4,-25],[6,-20],[1,-21],[3,-20],[8,-25],[13,-20],[14,-19],[6,-12],[5,-20],[-16,-43],[-11,-24],[8,-16],[10,-8],[9,-8],[7,-34],[7,-13],[11,-26],[14,-38],[-4,-18],[-16,-16],[-31,-3],[-23,8],[-31,-2],[-19,-20],[-10,-23],[-35,-69],[-30,-25],[-33,8],[-16,-8],[-16,-29],[-34,-36],[-2,-21],[5,-26],[3,-31],[13,-16],[3,-16],[-2,-16],[-19,-30],[-19,-32],[-4,-105],[-3,-29],[-6,-50],[-11,-19],[-11,-13],[-7,-32],[1,-41],[0,-25],[-11,-10],[-44,-29],[-16,-20],[-35,-8],[-59,-22],[-7,-23],[4,-45],[9,-39],[9,-51],[-9,-18],[5,-48],[2,-26],[7,-32],[6,-48],[8,-27],[3,-26],[8,-26],[3,-21],[4,-24],[1,-26],[-1,-61],[-9,-67],[-7,-53],[-9,-60],[-9,-85],[22,-6],[34,-16],[29,-10],[4,-3]],[[196842,51140],[-123,41],[-62,20],[-92,30],[-139,46],[-103,51],[-115,52],[-115,84],[-93,54],[-121,0],[-96,-3],[-101,-22],[-121,-35],[-90,-20],[-133,-29],[-161,-21],[-137,-31],[-161,-47],[-143,-6],[-163,-20],[-152,8],[-131,-49],[-112,15],[-89,9],[-84,24],[-112,44],[-130,73],[-88,11],[-116,-1],[-96,15],[-120,18],[-149,12],[-106,111],[-58,134],[-84,68],[-64,36],[-56,34],[-60,49],[-85,75],[-122,114],[-53,90],[-57,46],[-90,30],[-106,7],[-73,-10],[-86,-16],[-117,-13],[-76,34],[-100,52],[-146,80],[-70,10],[-102,7],[-128,-5],[-131,-8],[-85,26],[-108,34],[-132,24],[-93,19],[-110,36],[-117,14],[-121,7],[-93,25],[-133,43],[-114,24],[-108,37],[-105,10],[-73,46],[-103,71],[-102,62],[-78,78],[-92,77],[-85,56],[-109,70],[-132,76],[-155,111]],[[188976,53334],[-24,98],[-11,50],[-17,73],[-26,111],[-37,159],[-84,81],[-64,83],[-61,85],[-48,108],[-46,122],[-46,74],[-67,106],[-65,130],[-75,150],[-30,138],[-39,142],[53,146],[61,45],[92,64],[129,63],[136,36],[85,48],[67,13],[87,20],[51,55],[52,89],[16,109],[-11,111],[-33,118],[-31,111],[-73,78],[-98,82],[-66,49],[-91,54],[-130,73],[-116,54],[-159,42],[-138,28],[-130,98],[-106,117],[-145,140],[-78,98],[-113,148],[-67,110],[-38,149],[-30,143],[-1,167]],[[187411,57702],[99,97],[49,49],[74,73],[111,109],[51,77],[76,108],[53,62],[70,83],[98,45],[102,28],[79,20],[34,72],[48,105],[35,118],[44,86],[65,125],[41,109],[82,95],[87,81],[62,50],[39,87],[24,125],[16,155],[-1,126],[4,144],[-20,160],[24,84],[56,110],[84,104],[49,75],[63,71],[81,80],[82,93],[54,58],[65,47],[62,63],[80,87],[94,120],[89,125],[102,122],[75,143],[76,115],[79,164],[36,109],[65,102],[66,103],[36,88],[33,122],[22,110],[61,70],[91,95],[94,84],[121,106],[84,123],[118,128],[76,82],[103,114],[153,168],[90,101],[111,125],[71,124],[56,116],[83,149],[11,101],[33,82],[48,101],[51,87],[77,125],[79,151],[25,84],[36,98],[55,146],[45,154],[29,69],[45,99],[42,110],[64,84],[93,103],[94,77],[73,94],[32,58],[48,81],[85,64],[124,66],[81,37],[84,16],[117,17],[125,20],[107,-57],[143,-76],[45,-73],[60,-89],[94,-84],[111,-69],[144,-49],[105,-24],[137,-2],[137,-1],[137,30],[93,10],[109,25],[75,8],[91,12],[104,5],[138,11],[109,6],[134,16],[167,3],[146,-31],[89,20],[120,19],[111,21],[62,77],[34,75],[20,85],[15,95],[46,59],[55,47],[48,24],[73,29],[101,12],[116,-30],[93,-72],[90,-62],[115,-30],[77,0],[98,19],[145,31],[126,14],[103,69],[114,89],[93,36],[123,52],[141,53],[178,30],[128,35],[142,89],[110,72],[104,40],[125,60],[146,64],[126,98],[89,39],[115,54],[115,102],[82,92],[105,97],[57,67],[79,74],[68,87],[66,91],[17,118],[-14,131],[-32,107],[11,68],[21,98],[48,90],[61,80],[58,94],[53,92],[57,78],[73,89],[104,129],[70,40],[88,57],[122,79],[112,120],[48,51],[68,73],[75,113],[17,96],[12,115],[26,78],[37,96],[75,102],[94,59],[79,56],[90,74],[64,34],[93,25],[73,-12],[28,-6]],[[10132,181253],[49,-45],[154,-92],[131,-72],[97,-18],[136,-15],[63,-54],[87,-80],[101,-100],[119,-74],[118,-90],[123,-61],[170,-8],[69,12],[102,18],[133,21],[112,54],[141,62],[93,58],[90,44],[125,42],[97,36],[86,15],[114,16],[111,43],[90,15],[111,24],[124,43],[101,20],[136,4],[102,-16],[103,2],[121,-4],[106,40],[134,58],[78,43],[90,31],[114,47],[85,110],[22,112],[3,79],[13,94],[29,58],[47,82],[89,69],[111,3],[121,-35],[129,-73],[112,-9],[104,4],[150,12],[67,22],[96,32],[121,20],[175,23],[110,53],[136,47],[106,64],[97,29],[121,-5],[144,2],[200,8],[115,2],[164,9],[173,14],[219,58],[174,106],[215,126]],[[17611,182388],[-16,-204],[-12,-179],[-14,-137],[0,-164],[0,-111],[-15,-92],[-21,-164],[-34,-129],[-31,-170],[-31,-132],[-21,-88],[-23,-77],[-15,-62],[-43,-92],[-79,-93],[-83,-95],[-56,-79],[-32,-74],[-22,-76],[-19,-67],[-13,-67],[-100,-145],[-68,-97],[-50,-73],[-38,-66],[-26,-60],[-38,-86],[-26,-61],[-16,-63],[-23,-93],[-57,-115],[-27,-99],[-44,-208],[-27,-141],[-19,-111],[-35,-138],[-16,-126],[19,-134],[0,-156],[19,-136],[35,-107],[60,-111],[43,-123],[17,-102],[10,-127],[6,-89],[37,-156],[25,-104],[7,-159],[3,-123],[5,-92],[-18,-92],[-13,-105],[4,-152],[10,-116],[-9,-112],[-81,-156],[-55,-133],[-35,-95],[-15,-80],[-7,-112],[-6,-78],[17,-114],[13,-117],[7,-102],[62,-130],[35,-105],[30,-171],[25,-136],[17,-107],[9,-74],[4,-63],[15,-135],[8,-109],[10,-125],[-22,-169],[-5,-34]],[[16707,173713],[-1,0],[-102,-13],[-28,-5],[-43,-10],[-44,-31],[-33,-5],[-21,10],[-10,26],[-23,43],[-13,46],[-17,20],[-23,15],[-46,26],[-29,23],[-22,30],[-31,34],[-18,12],[-36,3],[-18,-10],[-53,-18],[-57,-26],[-38,-7],[-46,-5],[-46,12],[-69,13],[-46,18],[-30,5],[-41,-13],[-41,-10],[-97,-2],[-39,-6],[-51,-20],[-30,-25],[-31,-26],[-23,-8],[-33,18],[-21,5],[-15,-12],[-13,-13],[-53,0],[-23,-10],[-49,-23],[-59,-5],[-43,-16],[-51,-38],[-61,-28],[-44,-41],[5,-58],[33,-84],[34,-61],[17,-67],[8,-84],[-8,-48],[-43,-20],[-56,-23],[-54,-13],[-38,-23],[-31,-46],[-13,-48],[-2,-79],[-10,-69],[-23,-61],[-8,-43],[13,-97],[-10,-61],[-39,-64],[-23,-79],[-51,-36],[-25,-63],[-49,-5],[-31,-33],[-89,7],[-54,-15],[-71,-48],[-74,-41],[-35,-83],[-11,-10],[-18,-9],[-23,-18],[-35,8],[-40,14],[-34,-9],[-19,-8],[-23,3],[-24,9],[-12,6],[-15,10],[-8,31],[-17,18],[-34,40],[-53,49],[-80,76],[-48,21],[-141,45],[-63,26],[-26,20],[-41,59],[-41,51],[-30,35],[-46,51],[-16,31],[-30,30],[-23,18],[-31,8],[-38,-10],[-41,-5],[-59,33],[-48,35],[-36,31],[-36,20],[-36,5],[-41,8],[-56,13],[-36,10],[-30,-23],[-18,-38],[-31,-43],[-28,-31],[-36,3],[-41,5],[-25,-21],[-36,-18],[-31,-2],[-30,20],[-36,23],[-23,33],[-10,31],[-28,8],[-79,7],[-85,18],[-38,38],[-36,74],[-25,69],[-36,58],[-33,34],[-23,22],[-41,26],[-46,33],[-31,51],[-33,53],[-28,-2],[-36,10],[-20,23],[-21,15],[-20,-12],[-23,0],[-133,43],[-77,36],[-59,25],[-25,18],[-10,28],[0,46],[-18,28],[-46,30],[-15,21],[5,23],[7,28],[0,30],[-5,61],[-23,59],[-30,104],[-3,16],[13,25],[13,26],[23,20],[81,64],[56,76],[52,74],[20,59],[-8,71],[0,28],[5,23],[23,33],[11,41],[10,33],[-3,41],[-10,56],[-28,53],[-18,31],[-31,25],[-48,28],[-51,54],[-10,15],[0,15],[15,28],[38,72],[21,53],[10,38],[-8,64],[-30,71],[-72,115],[-31,56],[-17,51],[7,33],[13,30],[18,23],[10,18],[-2,13],[-21,10],[-33,15],[-23,18],[-41,31],[-31,33],[-56,18],[-120,15],[-64,3],[-61,25],[-143,92],[-54,23],[-23,7],[-10,31],[3,43],[-11,36],[-20,48],[-26,46],[-23,54],[-35,25],[-62,13],[-53,10],[-51,-15],[-39,-21],[-23,3],[-15,23],[-15,25],[-18,36],[-21,51],[-43,74],[-16,18],[0,45],[-2,59],[-13,33],[3,33],[-16,33],[3,33],[10,34],[13,22],[8,28],[0,21],[12,33],[21,28],[7,25],[-5,26],[-35,69],[-18,23],[2,89],[-2,30],[15,23],[-3,49],[-2,30],[15,31],[8,28],[-8,18],[-20,23],[-33,40],[-256,171],[-82,66],[-43,13],[-9,15],[12,26],[20,20],[28,36],[15,43],[-2,66],[-8,56],[-7,56],[2,23],[15,15],[28,44],[29,33],[20,41],[15,56],[18,35],[23,51],[16,51],[33,49],[15,28],[46,40],[56,44],[77,81],[33,66],[31,79],[2,16],[-10,20],[-28,20],[-36,39],[-81,35],[-23,13],[-8,31],[0,56],[-8,56],[-43,81],[-16,23],[-30,23],[-67,25],[-61,6],[-28,15],[-23,46],[-51,71],[-46,46],[-33,43],[-36,13],[-56,0],[-62,-18],[-20,5],[-18,21],[-28,81],[-18,15],[-69,18],[-48,21],[-52,50],[-35,16],[-92,5],[-28,69],[-41,203],[-10,184],[5,68],[23,62],[30,76],[13,64],[26,68],[17,69],[23,72],[29,40],[35,46],[18,36],[16,33],[2,43],[10,54],[16,51],[7,33],[13,51],[21,51],[20,46],[28,33],[23,17],[21,16],[35,12],[46,16],[51,7],[46,21],[51,30],[36,23],[13,8],[23,2],[102,-7],[21,0],[17,2],[16,11],[15,12],[23,26],[28,33],[39,23],[23,5],[7,20],[17,70]],[[21756,227826],[111,-278],[67,-107],[59,-76],[94,-59],[140,-86],[44,-63],[61,-92],[89,-127],[123,-146],[93,-118],[119,-178],[62,-111],[97,-91],[113,-78],[112,-113],[70,-101],[66,-59],[100,-75],[101,-44],[151,-65],[107,-9],[127,-21],[123,3],[121,9],[101,-28],[106,-42],[109,-63],[131,-83],[85,-4],[108,-9],[90,-44],[104,-55],[131,-63],[76,-51],[105,-67],[96,-94],[52,-40],[71,-43],[50,-36],[57,-48],[82,-68],[62,-98],[67,-146],[12,-128],[36,-94],[53,-139],[5,-127],[40,-58],[60,-86],[85,-124],[76,-105],[63,-112],[66,-54],[62,-42],[79,-59],[104,-78],[103,-106],[60,-78],[90,-117],[95,-95],[82,-119],[82,-104],[117,-102],[109,-78],[94,-107],[47,-81],[69,-116],[39,-50],[34,-49],[48,-65],[52,-70],[50,-76],[51,-105],[68,-150],[37,-68],[49,-99],[47,-138],[12,-114],[32,-87],[65,-95],[92,-134],[21,-76],[22,-61],[32,-90],[39,-100],[67,-99],[102,-123],[36,-58],[54,-88],[43,-88],[57,-98],[81,-140],[121,-156],[78,-77],[101,-103],[153,-152],[102,-72],[152,-107],[97,-63],[93,-91],[118,-113],[145,-91],[113,-116],[99,-74],[93,-113],[106,-134],[118,-142],[94,-186],[129,-180],[102,-173]],[[30722,217886],[-17,-32],[-41,-223]],[[30664,217631],[-106,-90],[-54,-45],[-79,-68],[-120,-101],[-95,-107],[-108,-85],[-94,-105],[-109,-123],[-119,-128],[-170,-191],[-117,-138],[-72,-96],[-83,-85],[-87,-118],[-57,-98],[-79,-119],[-60,-61],[-91,-90],[-73,-74],[-77,-92],[-108,-139],[-100,-155],[-67,-56],[-63,-49],[-78,-73],[-58,-77],[-77,-103],[-99,-103],[-52,-53],[-63,-44],[-65,-33],[-89,-47],[-65,-70],[-81,-95],[-102,-132],[-122,-82],[-74,-32],[-69,-63],[-90,-95],[-91,-95],[-77,-52],[-88,-44],[-103,-65],[-95,-33],[-106,-40],[-103,-16],[-68,11],[-61,-1],[-72,-1],[-75,-21],[-102,-34],[-100,-50],[-89,-48],[-60,-80],[-66,-90],[-52,-90],[-26,-100],[-24,-135],[-42,-96],[-49,-117],[-46,-143],[-76,-76],[-99,-85],[-122,-117],[-77,-59],[-106,-36],[-102,-22],[-50,-49],[-73,-73],[-65,-62],[-61,-73],[-65,-84],[-74,-66],[-88,-85],[-75,-67],[-99,-57],[-129,-62],[-48,-47],[-70,-69],[-96,-81],[-88,-95],[-117,-121],[-69,-77],[-88,-114],[-43,-93],[-52,-45],[-74,-60],[-94,-74],[-65,-69],[-91,-102],[-89,-70],[-132,-102],[-63,-76],[-76,-88],[-102,-104],[-47,-102],[-66,-137],[-104,-82],[-86,-59],[-121,-79],[-73,-92],[-50,-37],[-66,-49],[-98,-74],[-88,-92],[-54,-56],[-76,-78],[-81,-112],[-94,-105],[-69,-81],[-95,-70],[-64,-63],[-74,-71],[-100,-88],[-76,-77],[-108,-91],[-147,-120],[-117,-118],[-118,-176],[-85,-123]],[[20722,207984],[-97,103],[-48,52],[-72,77],[-108,116],[-36,85],[-22,103],[-27,81],[-34,104],[-54,124],[-59,120],[-106,69],[-97,25],[-70,49],[-78,62],[-106,92],[-93,104],[-87,115],[-128,111],[-87,52],[-75,78],[-70,99],[-38,38],[-49,54],[-69,78],[-82,113],[-72,148],[-24,97],[-39,79],[-50,103],[-30,107],[-9,96],[-18,100],[-32,135],[-37,107],[-40,139],[-44,81],[-46,105],[-21,97],[-14,73],[-14,90],[-43,86],[-51,65],[-65,57],[-93,82],[-81,100],[-79,65],[-73,49],[-105,72],[-94,84],[-84,63],[-112,43],[-109,39],[-116,5],[-122,10],[-99,8],[-99,-29],[-131,-45],[-173,-43],[-95,42],[-124,41],[-73,28],[-85,46],[-116,68],[-77,46],[-86,73],[-98,98],[-102,121],[-148,165],[-83,105],[-124,148],[-87,144],[-78,92],[-133,95],[-25,11]],[[15177,213679],[16,12],[23,21],[13,23],[12,22],[30,20],[19,21],[33,28],[28,20],[16,27],[14,22],[31,56],[11,14],[11,16],[13,14],[18,22],[11,11],[10,14],[12,20],[7,14],[17,14],[9,16],[10,14],[17,17],[17,17],[8,17],[6,25],[8,19],[14,16],[8,14],[19,14],[14,36],[13,9],[25,32],[14,31],[16,20],[7,19],[8,19],[11,20],[21,8],[17,15],[12,22],[22,19],[22,16],[25,11],[29,22],[28,15],[33,10],[28,12],[22,16],[20,22],[24,33],[34,7],[18,28],[9,55],[11,24],[3,39],[-4,25],[-2,25],[2,26],[-10,19],[-1,39],[-10,31],[17,19],[14,24],[-4,40],[-11,30],[-17,17],[-26,22],[-14,31],[-15,24],[-35,17],[-44,24],[-33,12],[-34,8],[-41,-8],[-19,2],[-47,29],[-48,-3],[-77,-17],[-85,-36],[-127,-33],[-49,-12],[-53,-14],[-30,-5],[-41,-11],[-34,-16],[-39,-18],[-38,-21],[-31,-20],[-32,-16],[-40,-4],[-40,1],[-40,5],[-26,-3],[-48,-19],[-44,-3],[-86,-10],[-27,-12],[-35,-19],[-18,-19],[-33,-11],[-46,-1],[-52,-16],[-42,-15],[-53,-24],[-50,-9],[-58,-21],[-49,-10],[-36,4],[-28,-1],[-30,-13],[-27,-25],[-34,-37],[-24,-32],[-30,-11],[-76,-43],[-55,-21],[-49,-9],[-27,-8],[-18,5],[-37,14],[-37,5],[-25,-5],[-83,11],[-18,-5],[-17,-20],[-22,-39],[-31,-69],[-18,-30],[-47,-69],[-15,-15],[-19,3],[-33,-10],[-36,0],[-46,10],[-53,1],[-58,-4],[-33,-11],[-78,-32],[-32,-10],[-37,-2],[-99,16],[-74,22],[-48,6],[-58,19],[-76,17],[-86,22],[-69,9],[-60,19],[-48,8],[-26,13],[-32,30],[-35,39],[-33,43],[-48,43],[-58,69],[-55,60],[-39,26],[-24,44],[-5,24],[3,29],[0,31],[-6,54],[5,32],[8,38],[4,94],[16,47],[8,45],[9,30],[30,48],[36,47],[25,39],[14,35],[19,56],[13,42],[6,50],[11,24],[9,47],[-3,61],[3,21],[11,60],[13,64],[3,122],[11,73],[27,55],[9,31],[3,40],[24,43],[5,25],[-5,71],[0,134],[14,63],[-11,67],[-2,30],[16,70],[13,50],[1,74],[25,45],[14,31],[4,41],[12,62],[24,94],[6,58],[20,35],[8,32],[19,47],[41,66],[17,25],[30,50],[48,77],[28,32],[63,66],[25,38],[18,15],[92,35],[45,47],[54,47],[70,27],[27,20],[25,13],[10,18],[33,54],[25,68],[23,54],[13,54],[16,75],[15,86],[18,68],[14,58],[-2,55],[0,28],[-12,33],[-12,34],[4,33],[-8,27],[-11,20],[-10,29],[-18,40],[-37,100],[-8,43],[-25,31],[-14,22],[-14,25],[-19,26],[-12,12],[-17,23],[-16,30],[-2,28],[0,27],[15,33],[9,25],[17,14],[25,20],[26,17],[31,4],[45,8],[35,14],[12,2],[37,-2],[36,8],[15,8],[10,13],[14,6],[19,6],[14,6],[27,0],[16,-8],[18,-19],[19,0],[12,17],[19,14],[20,8],[61,-20],[21,6],[37,4],[22,-6],[33,-2],[20,4],[33,4],[37,18],[33,9],[34,6],[35,4],[51,-10],[43,-17],[49,-14],[86,8],[47,-16],[64,8],[45,-16],[49,16],[47,12],[55,25],[59,14],[52,0],[28,14],[23,29],[10,32],[12,25],[29,49],[43,57],[53,63],[63,84],[37,63],[25,47],[20,33],[62,75],[51,57],[41,49],[18,27],[31,20],[33,20],[40,25],[47,30],[72,51],[33,17],[37,16],[45,33],[34,26],[29,19],[106,2],[60,0],[39,10],[22,14],[19,16],[32,29],[17,43],[18,45],[6,28],[4,37],[13,45],[12,55],[28,69],[17,51],[4,33],[2,45],[-2,51],[-2,40],[-8,39],[-2,29],[0,30],[8,21],[16,39],[0,30],[2,23],[-14,34],[-10,33],[2,39],[-19,26],[-4,21],[-2,38],[4,17],[11,28],[10,21],[6,32],[4,29],[4,20],[10,39],[17,37],[8,42],[14,41],[6,47],[19,16],[28,17],[29,32],[47,55],[33,27],[26,33],[19,16],[30,-8],[21,-21],[18,-4],[13,17],[10,10],[18,37],[15,20],[47,20],[57,37],[71,37],[46,32],[36,29],[27,39],[20,38],[25,37],[12,27],[10,32],[9,55],[8,13],[28,36],[50,43],[59,37],[18,24],[8,27],[15,67],[10,53],[18,35],[33,47],[12,51],[27,79],[41,131],[6,41],[12,42],[4,58],[7,91],[-3,104],[13,82],[18,73],[27,92],[12,27],[27,45],[43,48],[69,41],[72,35],[94,35],[39,16],[24,33],[29,69],[20,77],[21,68],[6,45],[8,59],[2,63],[0,71],[0,92],[6,123],[2,128],[7,86],[-3,134],[-10,70],[-2,53],[0,65],[-6,84],[4,22],[-8,59],[0,16],[20,39],[29,45],[14,47],[15,47],[12,35],[27,53],[32,79],[13,33],[14,69],[0,55],[0,55],[2,31],[14,37],[25,34],[20,47],[25,65],[24,84],[25,98],[16,35],[7,33],[7,33],[7,34],[16,46],[15,26],[21,22],[28,25],[31,37],[12,24],[14,29],[8,25],[10,28],[13,32],[11,33],[18,41],[14,22],[7,29],[0,28],[-3,34],[-2,27],[8,33],[9,31],[-2,27],[-8,22],[-11,24],[-9,31],[5,28],[4,32],[-3,29],[-5,21],[-12,30],[-5,31],[-1,28],[8,43],[7,20],[5,22],[0,35],[1,37],[3,36],[11,38],[15,40],[11,48],[9,36],[4,23],[8,42],[10,51],[13,37],[9,42],[0,44],[2,44],[8,34],[2,35],[3,26],[3,41],[3,32],[12,33],[23,40],[36,50],[26,35],[22,24],[59,11],[58,19],[31,-1],[29,-1],[42,-4],[28,-8],[29,-9],[40,-14],[37,-7],[23,-9],[35,-24],[28,-12],[36,-14],[38,-10],[45,-13],[53,-30],[53,-13],[36,-20],[28,-21],[40,-13],[32,0],[44,8],[50,0],[47,-16],[48,-16],[40,-27],[54,-35],[61,-44],[86,-63],[47,-25],[48,-30],[63,-13],[39,-21],[46,-25],[52,-21],[63,-22],[41,-6],[63,-19],[37,-10],[44,0],[48,0],[44,1],[49,-4],[50,-6],[59,-24],[82,-29],[46,-23],[53,-13],[52,3],[46,0],[42,11],[45,21],[63,15],[61,31],[45,17],[35,8],[41,8],[28,14],[20,21],[27,10],[34,9],[25,-2],[44,-1],[45,0],[38,10],[17,15],[18,35],[15,40],[5,37],[13,14],[28,19],[28,15],[45,18],[52,29],[33,1],[26,9],[24,15],[27,7],[29,-3],[62,-1],[41,-18],[30,-14],[18,6],[6,2]],[[73928,238616],[-14,-28],[11,-21],[42,-14],[72,-18],[74,39],[107,53],[68,32],[68,25],[-32,11],[-36,46],[18,25],[21,25],[47,25],[53,3],[32,32],[121,-78],[39,-11],[29,18],[39,-7],[22,18],[85,-14],[25,17],[43,57],[67,4],[79,-64],[60,3],[122,0],[57,36],[78,18],[61,-14],[71,-11],[71,-18],[18,14],[21,-88],[68,-32],[89,-29],[64,18],[18,50],[71,32],[74,54],[27,25],[18,0],[27,-16],[24,3],[24,46],[23,29],[21,46],[6,44],[30,47],[76,83],[98,23],[34,9],[47,-9],[37,13],[27,35],[12,46],[14,11],[4,57],[18,12],[35,4],[56,41],[-16,49],[-18,36],[14,16],[39,23],[4,48],[23,32],[50,50],[44,37],[36,16],[2,27],[9,33],[32,31],[25,23],[50,41],[5,17],[4,16],[17,20],[27,23],[-18,16],[-3,23],[41,30],[37,34],[13,9],[32,-5],[19,8],[11,16],[12,55],[63,63],[43,-13],[98,2],[80,-14],[43,18],[30,8],[28,27],[45,76],[14,48],[14,31],[27,35],[20,32],[0,45],[50,5],[80,2],[32,17],[27,25],[25,34],[1,25],[-19,46],[-7,48],[-11,23],[-9,20],[5,17],[31,22],[66,33],[21,9],[14,32],[-5,22],[2,32],[12,21],[13,19],[21,15],[32,5],[29,-7],[28,-13],[20,-19],[12,-5],[36,32],[25,14],[14,19],[7,18],[20,11],[25,9],[17,25],[34,26],[11,29],[-9,26],[-14,18],[-6,36],[-26,44],[-11,41],[2,67],[-11,34],[-7,18],[18,28],[2,16],[-6,50],[-5,32],[7,12],[0,18],[-2,16],[-11,21],[-17,23],[-12,26],[-23,63],[-26,54],[-7,28],[0,33],[5,14],[-12,40],[-12,28],[5,42],[2,30],[-4,28],[7,52],[4,49],[0,31],[-7,32],[-7,38],[-4,33],[9,16],[14,30],[-5,45],[7,23],[-2,24],[-12,14],[-19,47],[-21,16],[-30,19],[-10,42],[-16,30],[-2,22],[2,18],[-9,31],[-17,30],[-12,26],[-4,21],[4,42],[-11,24],[-5,23],[16,19],[33,35],[33,28],[26,28],[31,56],[4,52],[7,44],[-11,47],[-26,35],[-3,26],[3,30],[-17,59],[-14,66],[-16,46],[-19,43],[-12,25],[-5,21],[-9,50],[-19,18],[-35,12],[-12,9],[-16,19],[-14,35],[-17,28],[-28,35],[-16,26],[14,17],[14,30],[-9,31],[-12,42],[-5,28],[14,28],[33,37],[24,26],[11,38],[28,37],[69,45],[18,23],[19,77],[0,59],[-5,23],[24,21],[28,19],[38,23],[58,22],[47,16],[47,16],[59,40],[45,33],[35,23],[7,47],[54,17],[38,4],[35,-2],[59,-19],[23,-21],[24,-2],[21,19],[23,32],[35,12],[29,-7],[21,-14],[21,-21],[21,-21],[24,-24],[25,-21],[29,0],[47,5],[18,-7],[29,-28],[9,-33],[12,-47],[7,-51],[14,-59],[0,-44],[-3,-26],[0,-56],[17,-38],[0,-21],[2,-47],[12,-16],[-12,-28],[0,-40],[0,-52],[3,-44],[18,-33],[0,-42],[-4,-28],[4,-14],[29,-40],[-5,-26],[12,-18],[18,-38],[-2,-26],[-26,-47],[-16,-28],[-3,-23],[12,-16],[12,-31],[16,-28],[19,-26],[14,-28],[-4,-14],[-19,-19],[-5,-18],[2,-19],[5,-26],[0,-33],[10,-18],[25,-5],[12,-33],[2,-30],[5,-12],[14,-26],[12,-40],[7,-39],[-2,-29],[-21,-21],[-10,-28],[-9,-32],[-5,-31],[-28,-37],[-24,-26],[-25,-35],[-10,-33],[17,-38],[16,-32],[16,-10],[43,-11],[-3,-17],[31,-2],[5,-31],[-14,-51],[-17,-35],[0,-19],[-16,-33],[-12,-51],[16,-10],[21,-16],[15,-33],[-17,-26],[-21,-49],[-31,-11],[-18,-52],[-19,-70],[42,-3],[35,-9],[38,-5],[61,-25],[7,-12],[7,-45],[-19,-37],[-11,-35],[-7,-42],[-8,-78],[5,-54],[7,-60],[3,-40],[-24,-42],[-28,-17],[-28,-19],[-19,-30],[-14,-16],[1,-49],[-1,-25],[-24,-29],[-17,-27],[-11,-69],[-3,-29],[6,-36],[3,-44],[2,-26],[21,-26],[21,-33],[9,-30],[11,-25],[26,-46],[-8,-39],[13,-43],[0,-39],[-1,-43],[-8,-19],[-23,-9],[-11,-23],[-8,-34],[-7,-50],[3,-54],[30,-46],[23,-21],[34,-7],[38,-68],[18,-25],[27,-19],[21,3],[27,-15],[27,-16],[23,3],[31,-1],[37,-29],[26,-30],[26,-10],[13,-71],[6,-23],[21,-38],[32,-20],[32,-20],[37,-7],[37,-14],[28,-22],[2,-47],[-5,-54],[17,4],[20,20],[28,28],[21,13],[37,25],[-7,29],[2,31],[10,17],[18,37],[24,27],[26,19],[24,21],[27,24],[19,26],[112,-1],[37,2],[21,6],[21,6],[38,20],[38,-3],[25,8],[22,17],[36,35],[23,28],[9,15],[30,22],[35,24],[52,-16],[41,-16],[34,-9],[76,33],[41,31],[80,61],[31,14],[23,-19],[16,-3],[23,-2],[32,29],[26,23],[24,22],[49,32],[38,4],[44,15],[24,-2],[28,-6],[25,-14],[33,-3],[23,-10],[37,5],[43,13],[26,5],[59,-1],[31,0],[27,8],[47,15],[31,15],[27,-10],[10,-39],[4,-27],[-7,-41],[-3,-37],[-6,-13],[-13,-27],[-17,-37],[5,-15],[2,-15],[12,-37],[15,-34],[-6,-32],[-21,-33],[9,-16],[13,-23],[13,-24],[12,-50],[-34,-30],[-5,-32],[-16,-24],[10,-24],[10,-13],[19,-17],[37,-5],[40,-6],[43,-1],[54,-4],[40,-6],[60,-17],[31,-10],[18,-38],[-6,-38],[-7,-33],[16,-19],[26,-19],[34,-43],[44,-55],[44,-44],[54,-34],[23,-34],[22,-18],[22,-13],[18,-6],[23,12],[28,23],[86,69],[29,47],[57,-3],[34,-2],[23,2],[50,5],[41,8],[87,13],[14,-48],[17,-27],[25,-35],[-7,-55],[5,-18],[3,-26],[14,-16],[17,-10],[24,0],[33,-1],[25,11],[29,-4],[23,-17],[17,-25],[36,-46],[21,-24],[45,-23],[-3,-70],[-11,-46],[-8,-45],[-10,-41],[-6,-39],[-18,-31],[-2,-33],[-18,-21],[-3,-24],[-4,-35],[-2,-38],[-24,-41],[-10,-45],[-12,-26],[-2,-46],[1,-35],[2,-27],[12,-26],[23,-56],[-27,-38],[-10,-25],[-20,-26],[-18,-1],[-35,-7],[-28,-2],[-36,1],[-13,-11],[12,-24],[17,-11],[23,-22],[30,-11],[16,-32],[-21,-41],[-14,-20],[-19,2],[-24,0],[-23,-14],[0,-33],[9,-49],[29,-15],[10,-41],[-3,-41],[0,-30],[-14,-20],[2,-16],[24,-3],[19,11],[24,17],[37,12],[45,-15],[-4,-41],[-12,-51],[-27,-27],[-14,-16],[-1,-19],[14,-12],[18,-18],[22,-25],[18,-31],[-24,-9],[-26,-7],[-25,10],[-24,-1],[-15,-19],[4,-25],[2,-15],[14,-21],[24,-22],[12,-21],[17,-36],[15,-27],[20,-36],[6,-26],[-20,-11],[-17,-7],[-19,-5],[-10,-21],[14,-22],[21,-15],[19,-8],[25,-7],[54,-57],[26,-36],[-18,-34],[-38,-28],[-24,-25],[-7,-19],[-5,-36],[6,-18],[19,-12],[25,-17],[6,-22],[-28,-10],[-20,-3],[-28,5],[-32,-27],[-8,-15],[4,-22],[19,-19],[10,-45],[-6,-44],[-20,-49],[-8,-25],[0,-18],[-3,-27],[23,0],[28,10],[39,-13],[25,-45],[58,-35],[5,-45],[11,-34],[0,-51],[7,-47],[16,-40],[-10,-44],[3,-47],[6,-56],[3,-49],[-17,-39],[-5,-54],[-14,-53],[-30,-9],[-48,-14],[-94,-4],[-12,-64],[-7,-78],[-31,-34],[-19,-24],[-9,-30],[-35,-38],[-12,-21],[-14,-38],[-8,-21],[-20,-6],[-15,-15],[-24,-28],[-42,-12],[-49,-24],[-60,-48],[-106,-53],[-37,-77],[-28,-53],[-2,-41],[-21,-49],[-60,-48],[-85,-80],[-45,-24],[-25,-35],[-2,-34],[15,-78],[10,-25],[20,-14],[35,-28],[-3,-31],[-20,-25],[-48,-23],[-44,-33],[-1,-34],[-27,-41],[-42,-40],[-38,-25],[-27,-13],[-44,-9],[-35,-25],[-81,-40],[-43,-38],[-34,-50],[-18,-26],[-34,-30],[-9,-74],[-16,-49],[-13,-23],[-21,-23],[-34,-24],[-49,-12],[-57,-19],[-57,-8],[-31,-12],[-28,-8],[-13,-37],[21,-36],[17,-39],[-9,-91],[-9,-28],[-40,-14],[-68,9],[-28,-13],[-68,-58],[-59,-85],[-65,-48],[-44,-4],[-26,-21],[11,-34],[16,-50],[-1,-25],[-28,-23],[-70,-22],[-44,-15],[-29,-30],[6,-34],[17,-18],[33,-36],[2,-23],[-16,-34],[3,-31],[13,-54],[-6,-42],[-23,-85],[-22,-10],[-11,-13],[-17,-67],[-21,-33],[-50,-23],[-53,8],[-11,-72],[21,-38],[25,-44],[-22,-51],[-47,-58],[-29,0],[-76,-49],[-54,33],[-69,5],[-36,-2],[-40,-9],[-65,3],[-93,21],[-30,-22],[-14,-19],[-68,-19],[0,-27],[20,-21],[48,-34],[34,-24],[-3,-55],[54,-41],[-81,-92],[-9,-50],[-22,-44],[-26,-13],[-39,-12],[-21,-26],[-3,-20],[21,-27],[22,-32],[11,-37],[-6,-62],[-31,-71],[26,-19],[6,-28],[-6,-51],[-13,-33],[-16,-39],[-9,-24],[-22,-12],[-32,-13],[-38,-2],[-44,11],[-21,-19],[-31,-44],[-11,-60],[3,-42],[11,-41],[25,-41],[-6,-27],[-21,-27],[-33,-66],[-33,-13],[-27,-22],[1,-33],[-34,-19],[-35,-9],[-22,-22],[-8,-32],[-43,-80],[18,-60],[37,-30],[46,-19],[53,-5],[186,36],[86,21],[22,25],[23,8],[35,0],[16,17],[35,24],[31,17],[21,11],[-5,37],[13,9],[8,33],[14,24],[27,25],[43,5],[52,17],[44,27],[54,17],[22,-28],[3,-58],[13,-40],[-8,-44],[16,-5],[19,8],[31,-3],[34,6],[41,10],[25,20],[5,32],[9,28],[27,35],[27,35],[55,61],[53,0],[33,16],[-27,33],[0,24],[20,52],[26,19],[0,23],[-16,29],[-14,45],[12,13],[32,14],[19,29],[-3,42],[16,21],[60,-2],[23,13],[13,27],[-5,37],[-14,41],[84,2],[3,63],[36,30],[40,22],[60,13],[86,1],[75,16],[75,16],[52,16],[77,-2],[40,-24],[25,-25],[-14,-41],[-21,-38],[-31,-55],[-46,-60],[-49,-41],[-38,-25],[-14,-46],[-27,-90],[-67,49],[-98,-197],[13,-36],[-17,-27],[-34,-39],[-25,-38],[5,-44],[-25,-27],[-37,-22],[-11,-27],[-5,-33],[26,-38],[-27,-25],[-22,-22],[-5,-54],[-30,-150],[-55,-33],[-19,-47],[-4,-79],[-6,-62],[46,-134],[1,-22],[-23,-25],[-38,-12],[-40,-38],[-17,-37],[-25,-37],[-48,-24],[-25,-33],[-32,-27],[-44,-17],[-5,-19],[-17,-35],[-3,-71],[-42,-66],[-66,-29],[-68,-39],[-24,-52],[-34,-43],[-106,-50],[-46,-57],[0,-50],[19,-46],[-11,-41],[12,-38],[48,-60],[9,-34],[-5,-40],[-26,-44],[-40,-85],[29,-57],[61,-38],[21,-41],[-24,-66],[-21,-30],[-52,-24],[-57,-22],[-11,-74],[64,-23],[42,-26],[8,-23],[-24,-41],[-12,-43],[-8,-35],[-30,-41],[-32,-31],[3,-32],[-1,-39],[-27,-30],[-24,-30],[13,-32],[27,-41],[8,-55],[-19,-27],[-43,-23],[-24,-52],[0,-26],[29,-42],[0,-16],[-49,-65],[-7,-11],[30,-25],[49,-47],[10,-33],[17,-65],[46,-55],[48,-80],[45,-84],[45,-82],[1,-25],[-39,-78],[17,-44],[2,-49],[-32,-36],[-8,-55],[-17,-60],[-25,-84],[-21,-9],[-63,22],[-46,-17],[-60,-25],[-60,-43],[-48,-21],[-60,-36],[-52,54],[-30,-3],[-37,14],[-58,25],[-65,-25],[-82,-41],[-150,11],[-35,-14],[-46,9],[-40,0],[-36,-8],[-35,-49],[-44,-23],[-54,-7],[-58,8],[-67,43],[-16,0],[-30,-36],[-12,-59],[3,-85],[-27,-72],[-38,-41],[-76,-11],[-28,33],[-10,34],[-27,21],[-33,-8],[-36,-22],[-21,-51],[-16,-58],[-27,-55],[8,-63],[-12,-57],[-37,16],[-47,22],[-33,3],[-27,-33],[-11,-24],[0,-77],[-14,-32],[-35,-26],[-21,0],[-25,26],[-33,-6],[-32,-20],[-33,-11],[-21,-22],[-25,-30],[-44,-21],[-22,-16],[-35,-33],[-52,-20],[-54,-2],[-49,-6],[-24,-38],[6,-35],[4,-33],[-18,-27],[-11,-11],[-28,-31],[-48,17],[-49,3],[-33,-16],[-27,-41],[-27,-41],[24,-34],[52,-40],[44,-56],[46,-22],[33,-48],[13,-34],[-49,-40],[-65,-49],[13,-31],[44,-24],[62,6],[20,3],[40,13],[32,25],[36,16],[25,0],[10,-22],[-30,-47],[8,-33],[31,-45],[-6,-34],[57,-27],[76,-13],[55,-20],[29,-3],[50,23],[67,8],[49,7],[49,3],[60,12],[58,-19],[32,10],[38,-2],[28,16],[24,43],[21,7],[28,32],[25,13],[72,69],[90,5],[71,9],[39,25],[34,5],[7,38],[53,22],[23,-11],[70,-19],[33,29],[21,0],[41,-18],[65,-58],[87,-40],[76,2],[45,-19],[65,6],[52,-53],[67,-40],[88,-33],[65,-31],[46,-38],[29,-2],[46,16],[30,-16],[47,-41],[71,-85],[59,-101],[61,-113],[40,-54],[87,-58],[68,9],[60,-8],[90,-38],[6,-44],[-19,-20],[-1,-16],[-30,-8],[-38,-25],[-46,-33],[0,-60],[10,-52],[14,-51],[5,-104],[20,-25],[49,-38],[87,-31],[11,-11],[11,-79],[-22,-18],[3,-71],[-11,-15],[-52,-37],[-22,-34],[-56,-19],[-14,-46],[-76,-74],[0,-17],[37,-57],[0,-25],[-89,-101],[-38,-78],[-50,-22],[61,-36],[5,-41],[35,-39],[1,-29],[8,-19],[35,-12],[3,-29],[41,-20],[11,-79],[29,-33],[-6,-13],[-81,-42],[-30,-24],[-65,-44],[-22,-71],[-14,-39],[17,-46],[-13,-36],[0,-59],[-11,-14],[7,-14],[27,-24],[39,-14],[35,-27],[27,-1],[58,-11],[22,-46],[18,-25],[22,-5],[44,14],[19,-6],[87,-29],[24,11],[74,0],[30,-47],[56,-47],[49,-30],[19,8],[42,74],[56,42],[36,8],[22,-47],[38,-39],[54,-21],[55,-6],[67,-57],[8,-33],[-21,-84],[5,-19],[38,-35],[28,-21],[36,-39],[11,-30],[6,-24],[22,-39],[29,-30],[39,-43],[36,-27],[21,7],[32,1],[21,-5],[14,-20],[4,-34],[-19,-54],[7,-31],[-48,-10],[-51,-41],[-42,-25],[-14,-20],[-1,-7]],[[81608,222530],[-98,-21],[-191,-18],[-160,-22],[-126,9],[-122,-39],[-100,-13],[-121,-9],[-165,4],[-121,7],[-135,9],[-117,-13],[-159,-12],[-110,-23],[-158,-39],[-91,-28],[-136,-44],[-135,-66],[-184,-78],[-107,1],[-134,-9],[-67,11],[-94,24],[-132,41],[-150,76],[-118,98],[-96,65],[-138,56],[-101,18],[-99,25],[-103,-3],[-61,-1],[-56,-31],[-52,-71],[-43,-103],[0,-108],[21,-87],[39,-113],[46,-110],[-3,-78],[-21,-110],[-38,-157],[-72,-133],[-101,-99],[-46,-112],[-12,-119],[-12,-131],[-46,-140],[-81,-94],[-87,-69],[-57,-73],[-22,-111],[4,-123],[17,-138],[39,-91],[31,-92],[43,-128],[-2,-157],[-42,-165],[-23,-109],[-43,-154],[-69,-76],[-62,-49],[-85,-73],[-104,-93],[-85,-66],[-114,-63],[-98,-22],[-115,-27],[-153,-50],[-186,-73],[-142,-117]],[[75947,218621],[-95,222],[-150,277],[-119,189],[-93,121],[-143,138],[-98,92],[-124,88],[-91,64],[-77,30],[-174,21],[-124,19],[-151,5],[-106,6],[-91,36],[-130,57],[-110,28],[-151,34],[-101,24],[-109,60],[-107,40],[-85,19],[-151,10],[-119,17],[-156,12],[-141,7],[-163,68],[-141,50],[-138,26],[-151,60],[-118,40],[-106,32],[-88,16],[-76,11],[-110,39],[-125,17],[-127,33],[-99,17],[-160,37],[-128,47],[-88,37],[-143,-1],[-154,15],[-105,14],[-183,36],[-132,32],[-130,17],[-139,68],[-116,82],[-114,60],[-118,15],[-98,10],[-103,37],[-130,109],[-86,76],[-151,152],[-101,101],[-139,145],[-90,135],[-96,137],[-79,138],[-48,139],[-20,109],[-14,118],[-86,160],[-67,148],[-45,115],[-32,82],[-22,76],[18,143],[-8,178],[-18,127],[-22,97],[-27,126],[-19,122],[-86,155],[-61,124],[-34,102],[-33,142],[-17,111],[-26,105],[-18,73],[-25,132],[3,140],[-11,122],[4,160],[30,129],[17,183],[-48,166],[-33,110],[-21,74],[-43,147]],[[67914,226060],[20,135],[11,68],[15,101],[23,152],[-2,98],[-16,129],[9,87],[-2,95],[-5,95],[8,103],[21,114],[8,111],[22,125],[29,118],[-3,87],[5,93],[-7,85],[-11,118],[21,88],[33,131],[49,191],[32,85],[47,111],[74,159],[22,142],[39,79],[17,62],[15,63],[23,94],[9,104],[0,126],[11,95],[35,98],[54,122],[50,133],[58,129],[39,143],[57,86],[66,104],[61,128],[78,141],[49,137],[63,128],[33,113],[51,152],[35,126],[32,169],[40,113],[25,128],[40,183],[25,113],[27,153],[31,150],[82,146],[30,117],[26,129],[47,129],[17,110],[24,150],[8,185],[-31,115],[-7,117],[-4,169],[-19,117],[2,88],[-13,86],[-19,126],[12,117],[23,77],[49,69],[73,100],[69,108],[83,150],[26,120],[58,109],[34,74],[47,97],[69,121],[85,152],[42,108],[62,123],[93,108],[63,80],[69,59],[80,69],[65,87],[66,80],[68,87],[53,97],[72,120],[98,103],[49,70],[67,79],[75,63],[107,88],[126,123],[77,72],[68,68],[87,61],[129,85],[81,78],[55,46],[53,54],[73,60],[96,71],[143,107],[76,66],[107,87],[110,114],[73,43],[78,48],[109,62],[162,93],[104,66],[114,51],[165,64],[102,52],[120,90],[87,36],[95,43],[98,68],[60,56]],[[133356,87221],[138,10],[154,24],[118,-12],[91,-38],[131,-54],[98,-38],[124,-22],[114,-34],[88,-74],[97,-98],[124,-148],[46,-68],[68,-26],[102,-36],[132,-19],[138,11],[133,17],[185,17],[80,46],[89,58],[132,86],[170,128],[155,85],[120,97],[166,124],[172,172]],[[136521,87429],[100,-93],[50,-46],[76,-70],[113,-104],[83,-105],[117,-148],[118,-159],[43,-95],[54,-135],[62,-134],[89,-124],[86,-151],[62,-93],[83,-136],[62,-136],[83,-197],[46,-140],[74,-195],[50,-133],[20,-161],[27,-112],[26,-132],[44,-112],[61,-159],[93,-180],[33,-155],[65,-115],[65,-115],[57,-151],[34,-123],[60,-124],[66,-126],[44,-110],[65,-92],[82,-96],[75,-124],[78,-104],[68,-75],[67,-94],[74,-76],[98,-99],[94,-124],[109,-95],[112,-110],[117,-112],[151,-154],[221,-212],[200,-177],[180,-134]],[[140458,81282],[-129,-172],[-104,-194],[-62,-154],[-38,-141],[41,-154],[27,-125],[32,-119],[29,-86],[29,-68],[73,-105],[38,-147],[26,-98],[17,-66],[35,-131]],[[140472,79522],[-123,-5],[-61,-3],[-92,-4],[-138,-7],[-70,34],[-79,50],[-98,76],[-96,83],[-128,85],[-86,18],[-103,30],[-126,30],[-86,-67],[-124,-100],[-75,-140],[-46,-158],[-73,-93],[-79,-116],[-16,-124],[1,-107],[-2,-138],[-8,-124],[1,-144],[-42,-71],[-63,-103],[-93,-78],[-96,-52],[-83,-32],[-109,-32],[-75,-25],[-95,-39],[-104,-41],[-155,-62],[-128,-28],[-108,-60],[-91,-45],[-103,-31],[-100,-34],[-119,-17],[-168,-20],[-109,-35],[-147,-65],[-149,-88],[-141,-43],[-143,-91],[-50,-33]],[[136294,77473],[-19,69],[-94,219],[-63,129],[-92,162],[-78,89],[-159,191],[-116,124],[-94,97],[-130,111],[-46,39],[-166,60],[-120,57],[-104,56],[-164,85],[-148,60],[-122,61],[-299,192],[-137,96],[-203,138],[-156,132],[-157,148],[-40,59],[-50,68],[-59,64],[-84,92],[-107,139],[-172,230],[-170,228],[-88,170],[-120,238],[-47,114],[-12,86],[-2,45],[-6,71],[-11,89],[-5,72],[-12,132],[-3,87],[7,44],[9,190],[17,99],[24,109],[37,105],[20,76],[17,86],[42,188],[10,103],[11,70],[11,159],[4,138],[0,120],[3,40],[0,161],[26,140],[13,117],[15,98],[22,118],[17,90],[38,133],[19,35],[42,85],[72,188],[28,92],[17,70],[4,61],[12,55],[47,132],[68,164],[78,238],[61,219],[40,133],[22,125],[17,114],[7,83],[-3,45],[-13,57],[-19,46],[-42,84],[-22,59],[-35,148],[-12,75],[-11,124],[-3,160],[3,142],[6,94],[9,118],[0,48],[-18,71]],[[153771,17559],[150,-84],[132,-83],[157,-77],[85,-26],[102,-7],[98,-15],[146,-24],[148,14],[106,-21],[74,4],[57,-9],[62,-14],[74,-27],[85,-34],[111,-51],[129,-67],[122,-24],[85,-29],[64,-12],[92,-18],[75,-8],[93,0],[120,6],[120,-15],[134,-27],[110,-3],[146,-8],[141,17],[124,-1],[131,10],[134,-13],[121,-18],[143,-28],[110,-29],[135,-56],[162,-84],[128,-4],[146,12],[180,-9],[105,0],[147,-11],[97,-37],[74,-12],[92,1],[85,13],[86,4],[81,7],[68,17],[83,19],[115,27],[130,40],[124,8],[80,20],[92,7],[134,8],[109,19],[125,34],[172,34],[114,31],[145,17],[101,25],[108,8],[151,13],[150,-7],[167,22],[119,46],[139,50],[140,75],[140,112],[153,101],[95,68],[141,102],[93,89],[99,125],[95,77],[91,112],[49,72],[71,101],[64,90],[86,87],[60,54],[90,80],[80,61],[98,52],[98,35],[63,16],[85,26],[73,-20],[90,-40],[96,-54],[80,-77],[76,-75],[48,-109],[20,-87],[27,-126],[56,-125],[48,-64],[74,-93],[111,-139],[84,-72],[124,-108],[118,-90],[171,-132]],[[164683,17224],[14,-146],[40,-156],[37,-109],[36,-90],[60,-85],[60,-96],[39,-148],[33,-112],[21,-85],[-41,-117],[-31,-103],[-40,-114],[-29,-118],[-12,-93],[-4,-89],[-32,-128],[-16,-128],[5,-115],[5,-81],[-10,-112],[62,-148],[43,-102],[42,-139],[31,-96],[24,-80],[15,-98],[32,-104],[19,-125],[24,-131],[-14,-165],[-10,-119],[2,-95],[4,-108],[44,-134],[41,-103],[23,-138],[8,-102],[-19,-95],[5,-144],[-22,-142],[-15,-123],[-52,-132],[-33,-140],[-57,-131],[-43,-140],[-61,-142],[-72,-108],[-75,-110],[-59,-98],[-45,-70],[-69,-77],[-65,-80],[-89,-78],[-68,-70],[-66,-62],[-63,-64],[-66,-103],[-59,-93],[-38,-95],[-39,-124],[-41,-98],[-29,-82],[-30,-96],[-99,-150],[-66,-151],[-44,-101],[-30,-69],[-54,-133],[-97,-154],[-138,-182],[-90,-151],[-63,-128],[-86,-121],[-69,-118],[-50,-126],[-29,-88],[-19,-80],[-9,-115],[-41,-114],[-29,-100],[-56,-136],[-39,-117],[-24,-88],[-33,-113],[-9,-129],[-7,-99],[-82,-148],[-55,-101],[-34,-92],[-31,-120],[-20,-82],[-51,-126],[-29,-114],[-34,-150],[-34,-113],[-34,-138],[13,-130],[15,-117],[9,-84],[23,-103],[27,-139],[17,-94],[12,-105],[-30,-135]],[[162439,5461],[-24,8],[-60,31],[-66,27],[-81,0],[-95,10],[-56,15],[-87,33],[-55,18],[-100,25],[-60,18],[-84,19],[-25,6],[-40,7],[-56,16],[-21,3],[-48,15],[-28,8],[-23,5],[-28,12],[-16,-18],[-19,-11],[-19,-12],[-26,-13],[-24,-1],[-27,6],[-16,17],[-19,30],[-17,26],[-15,32],[-16,27],[-13,21],[-18,18],[-26,45],[-26,41],[-20,34],[-22,35],[-15,28],[-19,31],[-36,42],[-27,20],[-30,9],[-42,6],[-38,-5],[-36,-11],[-41,-16],[-23,-17],[-17,-17],[-17,-24],[-14,-38],[-10,-30],[-14,-41],[-15,-34],[-21,-24],[-19,-22],[-30,-23],[-25,-27],[-20,-28],[-23,-40],[-13,-28],[-13,-30],[-2,-25],[-2,-32],[1,-25],[2,-24],[0,-19],[-6,-22],[-7,-15],[-15,-16],[-26,-16],[-15,-17],[-24,-11],[-31,-15],[-28,3],[-25,0],[-20,6],[-25,13],[-14,19],[-10,20],[-12,26],[-13,37],[-6,38],[-7,19],[-10,18],[-16,18],[-25,19],[-24,17],[-30,20],[-27,14],[-24,11],[-39,16],[-26,9],[-29,12],[-29,22],[-26,17],[-30,16],[-24,20],[-19,19],[-26,27],[-9,19],[-20,26],[-8,11],[-12,24],[-14,36],[-8,25],[-7,18],[-8,31],[-6,17],[-7,11],[-11,7],[-20,13],[-31,13],[-35,9],[-38,12],[-28,12],[-28,7],[-46,8],[-37,10],[-56,19],[-39,12],[-31,13],[-47,23],[-35,23],[-22,24],[-20,22],[-20,30],[-15,31],[-17,19],[-20,18],[-19,8],[-24,8],[-26,6],[-20,5],[-15,-3],[-23,-6],[-19,-11],[-20,-15],[-10,-13],[-4,-22],[1,-19],[8,-19],[18,-11],[21,-10],[21,-5],[32,-8],[31,-2],[20,-7],[18,-14],[19,-14],[2,-13],[0,-15],[-4,-14],[-6,-20],[-4,-19],[-4,-22],[-8,-13],[-15,-15],[-19,-13],[-24,-3],[-20,10],[-27,23],[-19,17],[-18,13],[-22,11],[-21,5],[-26,-10],[-13,-8],[-41,-29],[-22,-22],[-17,-30],[-15,-29],[-2,-27],[0,-21],[2,-22],[-1,-28],[-1,-34],[-3,-34],[-3,-38],[-5,-25],[0,-26],[-2,-20],[-2,-13],[-6,-17],[-15,-11],[-13,-8],[-16,-3],[-22,-1],[-21,0],[-23,6],[-19,14],[-19,15],[-18,19],[-23,20],[-20,24],[-31,32],[-27,26],[-23,22],[-20,22],[-16,15],[-19,29],[-25,13],[-22,17],[-20,11],[-22,15],[-16,15],[-7,18],[-9,23],[2,29],[5,27],[12,30],[8,30],[11,22],[12,25],[8,22],[17,26],[6,15],[11,32],[3,21],[0,27],[-7,19],[-13,25],[-17,21],[-23,23],[-15,27],[-18,19],[-24,22],[-17,12],[-11,11],[-11,16],[5,15],[24,8],[21,6],[14,14],[18,23],[7,18],[7,27],[2,23],[1,19],[-2,20],[-7,16],[-14,8],[-15,-1],[-16,-6],[-16,-10],[-33,-17],[-25,-13],[-15,-4],[-22,-6],[-14,-2],[-17,4],[-17,6],[-20,3],[-14,7],[-11,12],[-16,11],[-30,36],[-22,23],[-8,13],[-18,16],[-14,15],[-13,4],[-14,-1],[-11,-6],[-12,-14],[-14,-20],[-11,-23],[-9,-22],[-7,-21],[-3,-19],[-8,-23],[1,-16],[2,-16],[6,-25],[5,-17],[1,-27],[-16,-15],[-17,2],[-14,5],[-11,11],[-18,17],[-24,22],[-30,29],[-25,26],[-26,23],[-28,28],[-15,25],[-20,24],[-15,30],[-9,25],[-6,23],[-6,21],[-4,22],[2,35],[0,25],[2,15],[5,31],[4,28],[3,28],[3,17],[4,17],[-4,26],[-13,15],[-21,4],[-25,-5],[-21,-6],[-17,-8],[-21,-2],[-12,12],[-12,32],[-13,29],[-14,31],[-18,14],[-14,8],[-15,5],[-13,0],[-21,-4],[-27,-10],[-26,-13],[-30,-19],[-41,-25],[-25,-14],[-17,-5],[-25,0],[-23,5],[-20,13],[-19,14],[-24,15],[-19,16],[-20,19],[-19,18],[-10,12],[-13,10],[-13,7],[-14,1],[-13,-3],[-11,-8],[-10,-11],[-9,-21],[-1,-22],[4,-20],[3,-22],[2,-23],[4,-25],[1,-19],[4,-16],[12,-17],[15,-25],[23,-19],[12,-9],[27,-15],[14,-10],[11,-13],[6,-21],[0,-19],[-2,-16],[-13,-11],[-13,-7],[-19,-4],[-19,0],[-24,4],[-21,8],[-9,11],[-15,14],[-24,14],[-25,15],[-15,11],[-22,14],[-19,12],[-20,4],[-15,3],[-24,12],[-19,15],[-11,12],[-21,17],[-19,8],[-25,13],[-23,15],[-19,9],[-13,11],[-7,23],[-7,23],[-7,21],[-7,17],[-8,26],[-3,25],[-7,21],[-6,18],[-10,19],[-12,13],[-11,9],[-15,10],[-9,11],[-5,16],[-9,17],[-10,29],[-14,15],[-13,16],[-17,9],[-24,11],[-31,9],[-21,11],[-18,9],[-15,18],[-15,13],[-24,11],[-16,15],[-16,14],[-23,15],[-18,13],[-15,8],[-25,8],[-16,3],[-17,1],[-14,-2],[-12,-4],[-27,-21],[-23,-17],[-18,-9],[-17,-8],[-19,-6],[-10,-12],[-15,-6],[-12,-3],[-14,-1],[-24,1],[-7,-24],[0,-19],[-12,-18],[-11,-6],[-18,1],[-16,4],[-16,3],[-15,-3],[-14,1],[-17,-8],[-7,-14],[-8,-11],[0,-20],[-6,-19],[-8,-10],[-15,-13],[-15,-5],[-22,0],[-15,-8],[-8,-15],[-4,-15],[-8,-12],[-10,-7],[-15,4],[-17,8],[-29,8],[-18,-6],[-11,-15],[-28,-16],[-12,-11],[-15,-9],[-22,-4],[-19,-7],[-26,-8],[-23,-17],[-17,-10],[-13,-10],[0,-30],[2,-14],[0,-15],[-10,-20],[-1,-17],[-4,-19],[-22,-8],[-17,-12],[-10,-9],[-9,-14],[-14,-13],[-18,-7],[-21,-1],[-15,5],[-15,11],[-15,-2],[-4,-12],[5,-19],[-14,-7],[-13,7],[-12,12],[-7,14],[-10,8],[-16,4],[-16,-4],[-13,-23],[-10,-11],[-9,-9],[-18,-3],[-27,-3],[-18,-6],[-11,-13],[-11,-13],[-4,-19],[2,-20],[5,-12],[1,-18],[-5,-21],[-7,-11],[-19,3],[-17,2],[-17,-2],[-16,-5],[-11,-11],[-10,-17],[-5,-20],[-5,-23],[-15,-16],[-24,-3],[-12,8],[-9,12],[-1,16],[-4,28],[-26,-10],[-25,-19],[-21,-8],[-25,-11],[-16,-21],[-18,-15],[-7,-12],[-10,-15],[-13,-6],[-32,18],[-23,3],[-37,-16],[-19,5],[-6,13],[0,17],[-3,15],[-10,15],[-14,8],[-19,0],[-22,-2],[-21,-7],[-16,-7],[-23,-17],[-7,-19],[7,-20],[18,-14],[7,-17],[-1,-18],[-2,-16],[-3,-23],[-11,-17],[-20,-2],[-24,11],[-28,10],[-20,3],[-17,-6],[-15,-6],[-15,-18],[-10,-24],[-12,-20],[-14,-9],[-28,-12],[-31,-12],[-16,-7],[-6,-15],[7,-18],[6,-23],[-2,-20],[-4,-20],[-8,-15],[-9,-13],[-10,-13],[-14,-8],[-18,-11],[-19,-9],[-12,-12],[-16,-3],[-12,-3],[-23,-9],[-15,-11],[-20,-2],[-21,7],[-16,-5],[-11,-14],[-15,-4],[-14,-1],[-16,0],[-15,-3],[-12,-8],[-17,-16],[-12,-2],[-16,12],[-7,15],[-8,14],[-13,11],[-21,-5],[-15,0],[-12,11],[-13,14],[-13,22],[-6,13],[-11,7],[-6,-14],[-3,-29],[-9,-9],[-15,-11],[-11,-16],[0,-26],[5,-34],[0,-17],[-6,-15],[-8,-7],[-12,9],[-10,19],[-15,6],[-23,-5],[-14,-11],[-9,-18],[-5,-24],[-11,-12],[-11,-12],[-12,-11],[-9,-18],[-15,-20],[-12,-11],[-21,-4],[-17,-8],[-28,-12],[-19,1],[-13,9],[-8,18],[-10,19],[-15,7],[-12,-3],[-12,-7],[-7,-14],[-8,-16],[-24,-29],[-22,-19],[-12,-15],[-1,-14],[-2,-19],[-1,-26],[-8,-22],[-20,-22],[-18,-3],[-7,10],[3,14],[9,16],[11,16],[5,23],[-11,16],[-16,-7],[-6,-26],[-5,-13],[-14,-20],[-2,-20],[2,-23],[-2,-19],[-8,-17],[0,-21],[-3,-15],[-6,-16],[-8,-15],[-14,-6],[-19,0],[-19,7],[-23,1],[-18,-14],[-14,2],[-11,9],[-4,16],[-10,12],[-13,3],[-17,2],[-18,0],[-15,1],[-17,7],[-17,8],[-14,6],[-16,8],[-17,12],[-7,14],[0,18],[2,19],[5,31],[4,13],[9,18],[7,10],[-6,17],[-11,-9],[-11,-15],[-37,4],[-31,-4],[-23,-8],[-19,-8],[-18,-9],[-18,-14],[-15,-7],[-14,-8],[-14,-2],[-9,8],[3,17],[-5,15],[-11,2],[-20,-10],[-44,-22],[-16,-4],[-14,5],[-9,10],[7,15],[17,6],[17,17],[4,16],[-14,19],[-8,22],[-10,3],[-17,-9],[-7,-23],[-5,-26],[-6,-22],[-8,-21],[-12,-17],[-14,-10],[-10,-7],[-17,-7],[-18,14],[-14,7],[-13,-10],[-13,-16],[-15,-2],[-3,18],[-3,15],[-7,12],[-14,12],[-17,11],[-13,12],[-20,-1],[-11,-21],[-14,-12],[-14,-5],[-10,-9],[-11,-15],[-13,-10],[-16,-5],[-18,4],[-14,9],[-9,11],[-18,-1],[-21,-3],[-18,-3],[-19,3],[-13,7],[-5,16],[-9,20],[-10,23],[-3,23],[1,14],[5,14],[2,16],[-18,8],[-18,3],[-20,8],[-17,12],[-16,8],[-9,-2],[4,-14],[4,-20],[-9,-13],[-11,-2],[-19,-8],[-13,5],[-13,14],[-11,11],[-10,7],[-17,9],[-16,-4],[-5,-18],[-6,-17],[-10,-11],[-14,-1],[-16,3],[-16,9],[-12,9],[-18,11],[-16,7],[-1,-13],[10,-17],[9,-9],[1,-16],[-3,-19],[-10,-15],[-10,-12],[-8,-14],[-13,-2],[-13,5],[-14,-2],[2,-13],[10,-15],[12,-12],[28,-15],[17,-3],[9,-11],[-8,-19],[-13,-7],[-19,-6],[-18,-1],[-20,-8],[-15,-9],[-13,-18],[-12,-9],[-10,-15],[-11,-8],[-11,10],[-4,15],[-3,20],[-2,15],[-4,20],[-7,16],[-10,14],[-18,1],[-8,-13],[-8,-16],[-5,-13],[-5,-18],[-7,-12],[-13,-11],[-8,-10],[-4,-18],[-6,-16],[-7,-10],[-13,-7],[-17,6],[-17,15],[-8,11],[-12,12],[-8,9],[-15,-4],[-4,-12],[-5,-20],[-5,-19],[-17,-9],[-15,3],[-15,13],[-3,11],[-11,-4],[-7,-12],[-10,-12],[-20,-9],[-13,9],[-3,18],[-16,-1],[-13,6],[-6,14],[0,13],[-9,15],[-25,3],[-17,3],[-12,11],[-2,23],[-4,13],[-10,11],[-17,12],[-15,13],[-19,13],[-18,0],[-10,3],[-13,-15],[-8,-12],[-13,-14],[-15,-2],[-7,14],[-17,9],[-18,1],[-13,-5],[-18,-9],[-21,-14],[-11,-15],[-12,-19],[-10,-20],[-12,-15],[-19,-6],[-17,3],[-15,6],[-21,13],[-15,13],[-9,20],[-6,15],[-16,9],[-23,-8],[-4,-14],[8,-16],[21,-10],[7,-7],[-16,-11],[-23,-4],[-14,0],[-14,7],[-14,17],[-6,12],[-9,18],[-7,17],[-8,21],[3,19],[7,16],[10,8],[16,7],[1,10],[-7,12],[-4,17],[-9,15],[-12,-7],[-4,-16],[-9,-17],[-20,-10],[-18,-7],[-16,-7],[-16,-15],[-5,-11],[12,-14],[16,-22],[3,-18],[-7,-14],[-17,-6],[-16,12],[-5,21],[-7,13],[-10,6],[-17,1],[-20,-11],[-21,-3],[-22,0],[-13,10],[7,14],[12,8],[21,15],[-3,13],[-21,0],[-21,-1],[-21,10],[3,18],[-12,6],[-11,5],[-10,7],[-8,15],[-9,16],[-16,15],[3,19],[-18,10],[-13,5],[-8,10],[-6,11],[-1,14],[8,12],[9,13],[-3,17],[-12,5],[-11,3],[-2,19],[2,23],[-5,26],[5,18],[5,12],[-4,16],[-12,-3],[-10,-11],[-11,-8],[-12,11],[-2,23],[-16,2],[-11,4],[-13,6],[-13,-6],[-17,-9],[-17,12],[-11,18],[-4,21],[5,26],[-15,11],[-13,-16],[-13,13],[2,20],[10,15],[-4,15],[-14,2],[-11,6],[-12,9],[-28,0],[-19,10],[9,32],[3,22],[-2,22],[1,18],[-1,21],[-10,10],[-10,-13],[-4,-14],[-9,-9],[-13,6],[-15,10],[-20,-3],[-13,-5],[-12,-3],[-14,3],[-15,13],[-19,6],[-1,20],[1,25],[-5,12],[-21,11],[-16,6],[-23,7],[-18,9],[-12,11],[-2,9],[12,14],[15,15],[0,14],[-12,9],[-10,13],[-2,17],[-4,24],[-14,10],[-3,11],[-4,17],[-15,10],[-16,15],[-17,11],[-16,8],[-13,7],[-19,6],[-9,9],[-4,13],[15,24],[26,3],[15,2],[5,13],[-2,14],[-13,15],[-7,11],[-18,0],[-11,-8],[-19,-12],[-19,-9],[-18,0],[-13,9],[-2,16],[2,22],[-6,11],[-17,2],[-10,-9],[-8,-18],[-14,-10],[-12,-8],[-18,4],[-3,17],[13,18],[-11,17],[-20,12],[-9,13],[-12,16],[-19,2],[4,14],[0,17],[-11,11],[-22,-5],[-13,2],[-6,26],[-10,11],[-18,4],[-15,-2],[-10,14],[0,15],[8,11],[21,4],[12,1],[15,11],[5,22],[6,18],[17,4],[12,9],[4,16],[-12,15],[-11,10],[5,14],[7,10],[7,10],[-8,20],[-15,6],[-17,-8],[-12,-5],[-1,15],[-8,21],[-26,7],[-14,6],[-4,13],[0,21],[-26,-3],[-23,-1],[-12,-9],[-13,-3],[-11,8],[10,18],[10,17],[11,12],[14,15],[19,7],[21,1],[11,5],[9,8],[10,13],[-6,25],[2,26],[-7,12],[-24,7],[-18,1],[-23,27],[-21,9],[-16,9],[-5,30],[-1,22],[-12,12],[-30,-2],[-16,-5],[-23,-13],[-12,-11],[-11,-7],[-12,2],[-9,10],[1,19],[-4,15],[-10,13],[-19,0],[-32,-4],[-26,6],[-19,10],[-19,-6],[4,-17],[23,-14],[8,-24],[-5,-15],[-17,0],[-19,9],[-15,1],[-18,-7],[-5,-11],[8,-14],[-11,-8],[-12,-7],[-18,0],[-8,26],[0,26],[-23,5],[-11,7],[-13,13],[-19,-3],[-11,6],[5,13],[6,15],[-12,12],[-30,-3],[-14,-2],[-3,13],[5,13],[6,14],[-11,12],[-13,-17],[-11,-17],[-13,6],[-7,12],[-11,10],[-14,-5],[-8,-18],[-17,-8],[-21,-6],[-20,16],[-19,-2],[-11,-5],[-13,6],[-6,28],[-12,14],[-12,16],[1,17],[8,9],[22,10],[7,21],[-18,4],[-5,13],[8,9],[8,14],[-22,14],[-11,5],[-16,12],[-12,9],[-9,13],[-10,13],[-17,1],[-16,-10],[-7,16],[-5,13],[-15,6],[-14,-1],[-10,-8],[-15,-12],[-11,-11],[-11,-15],[-14,-19],[-14,-21],[-21,-9],[-23,-8],[-15,3],[-16,4],[-17,15],[-27,2],[-12,7],[-21,15],[-41,-19],[-12,-3],[-17,5],[-15,10],[-9,15],[-5,20],[-8,18],[-16,11],[-23,8],[-12,9],[-12,14],[-13,16],[-12,16],[-16,8],[-28,-1],[-12,8],[-9,15],[-10,20],[-9,20],[8,19],[11,33],[6,30],[2,23],[-12,24],[-6,13],[-11,15],[-9,12],[-3,20],[3,14],[7,10],[-2,19],[-16,24],[-17,24],[-13,25],[-9,18],[-10,33],[-11,36],[-9,28],[-10,38],[-6,17],[-4,20],[-14,18],[-21,9],[-30,14],[-20,7],[-15,10],[-26,6],[-12,0],[-17,-7],[-22,-5],[-11,15],[8,14],[28,5],[19,0],[15,8],[5,13],[3,27],[-1,41],[-2,15],[-10,17],[0,20],[5,28],[-5,14],[-18,14],[-22,17],[-6,14],[-8,15],[-11,14],[-18,16],[-11,11],[-8,10],[-10,13],[-15,8],[-15,9],[-16,4],[-16,2],[-22,2],[-23,5],[-12,6],[-9,9],[-8,10],[-9,13],[-2,15],[1,18],[1,13],[-13,7],[-11,3],[0,26],[-10,20],[6,22],[-3,27],[-4,20],[-3,12],[9,24],[1,18],[11,16],[7,15],[-3,21],[-1,26],[1,25],[-5,14],[-16,13],[-23,12],[-13,12],[-4,27],[0,14],[7,13],[13,16],[11,19],[5,13],[6,28],[8,14],[1,21],[-16,8],[-22,12],[-14,13],[0,21],[-8,16],[-10,12],[-17,2],[-14,1],[-16,12],[-21,5],[-21,11],[-10,14],[-17,0],[-16,3],[-20,3],[-2,24],[-3,19],[-7,22],[-5,26],[-9,23],[2,24],[6,25],[9,22],[1,26],[0,16],[-24,27],[-15,31],[-12,15],[-11,15],[-25,6],[-48,39],[-47,39],[-28,49],[-25,30],[-32,31],[-23,30],[-19,44],[-10,15],[-15,14],[-101,85],[-105,100],[-103,92],[-75,107],[-23,40],[-36,23],[-61,17],[-92,19],[-47,46],[-33,71],[-32,40],[-52,44],[-57,62],[-57,97],[0,184],[-14,63],[27,96],[59,111],[-15,132],[-2,42],[19,103],[0,73],[-11,98],[-23,88],[-50,94],[-23,122],[0,25],[14,69],[-12,61],[23,48],[6,52],[-6,34],[-11,29],[15,36],[23,46],[-6,38],[2,35],[8,36],[-8,16],[-36,42],[-10,38],[4,75],[6,53],[13,92],[72,-3],[32,-14],[38,-30],[46,-61],[34,-56],[45,-68],[25,-27],[35,-1],[28,24],[32,32],[27,1],[24,-21],[29,-28],[57,-42],[47,-15],[48,5],[63,32],[49,29],[42,43],[8,25],[10,25],[0,32],[-4,32],[-7,37],[0,31],[7,49],[8,53],[18,67],[8,36],[12,18],[22,4],[46,-6],[59,-6],[28,10],[23,19],[25,35],[57,48],[38,24],[10,22],[3,30],[0,47],[11,36],[36,32],[48,29],[13,18],[27,14],[22,6],[38,8],[52,8],[60,1],[54,-3],[55,-2],[49,-14],[55,-17],[48,-13],[32,-18],[17,-21],[28,-29],[28,-24],[55,-29],[17,-20],[41,-39],[42,-32],[48,-9],[57,-6],[59,12],[21,23],[11,46],[5,94],[3,42],[1,97],[8,50],[23,20],[25,5],[40,-5],[30,-19],[35,-13],[27,5],[24,27],[14,35],[15,28],[21,7],[76,15],[38,5],[32,0],[52,-29],[42,-36],[43,-23],[27,0],[18,8],[8,20],[6,31],[-3,45],[-3,24],[6,26],[13,23],[27,33],[9,31],[-11,20],[-6,24],[16,16],[29,34],[19,33],[13,31],[15,30],[31,64],[26,48],[13,43],[23,43],[29,40],[33,36],[32,36],[35,42],[24,31],[32,55],[15,41],[20,36],[29,29],[45,20],[43,0],[41,-13],[52,-24],[42,-32],[42,-20],[44,-37],[52,-34],[49,-42],[59,-63],[27,-21],[28,-29],[17,-44],[19,-39],[18,-27],[12,-6],[40,4],[36,19],[23,12],[35,14],[38,12],[39,10],[53,14],[62,20],[49,10],[49,-2],[34,-9],[30,-13],[27,4],[28,4],[32,17],[25,25],[29,39],[36,44],[44,45],[46,37],[24,30],[20,31],[21,40],[41,41],[28,20],[22,0],[28,-29],[30,-19],[32,1],[34,16],[44,23],[33,29],[25,11],[29,-7],[31,-16],[17,-17],[27,-33],[36,-56],[15,-7],[13,6],[11,20],[9,30],[1,36],[-12,32],[-8,33],[-8,39],[-4,22],[0,20],[11,21],[12,24],[0,32],[-4,39],[-7,37],[-1,37],[8,23],[17,-2],[32,-26],[26,-32],[26,-37],[36,-21],[32,-8],[31,0],[33,9],[43,25],[57,28],[51,36],[25,30],[20,39],[26,41],[30,44],[10,28],[-7,22],[-13,35],[-6,23],[0,33],[2,46],[12,32],[25,29],[50,32],[24,32],[3,35],[-16,34],[-12,28],[5,22],[22,10],[33,12],[40,5],[57,-16],[32,-9],[23,-36],[20,-38],[25,-23],[40,-29],[60,-49],[63,-41],[29,-34],[11,-43],[17,-48],[14,-38],[28,-14],[40,0],[69,-7],[17,11],[6,22],[-10,38],[-4,42],[14,81],[16,40],[12,40],[29,32],[49,41],[39,24],[24,4],[70,-4],[43,-7],[24,12],[20,27],[27,36],[17,32],[7,50],[10,71],[-1,55],[7,60],[9,59],[9,46],[27,48],[25,41],[31,37],[27,26],[26,14],[23,19],[7,25],[-6,29],[2,33],[16,36],[32,28],[32,10],[37,-4],[37,2],[20,10],[13,15],[14,43],[13,36],[9,32],[3,37],[3,54],[10,39],[12,29],[11,23],[24,34],[23,31],[28,29],[17,17],[37,8],[28,11],[43,19],[52,18],[39,19],[21,24],[23,34],[9,24],[15,44],[12,29],[21,41],[41,83],[8,26],[-1,7]],[[62595,255899],[-4,-13],[0,-41],[-3,-113],[0,-16],[5,-17],[20,-12],[15,-11],[18,-20],[9,-24],[-9,-34],[-15,-37],[0,-14],[9,-13],[24,-17],[13,10],[64,38],[25,13],[16,2],[17,-6],[53,-31],[16,-9],[16,-2],[26,6],[29,0],[102,-22],[64,-16],[12,5],[13,9],[18,2],[15,0],[11,-13],[20,-38],[11,-14],[27,-20],[95,-49],[16,3],[26,11],[49,42],[42,16],[13,15],[12,18],[22,25],[18,14],[68,19],[25,4],[18,0],[20,-11],[42,-29],[33,-11],[24,7],[16,4],[49,-24],[39,-31],[29,-21],[14,-29],[4,-51],[9,-24],[36,-24],[13,-10],[16,-24],[46,-33],[22,-14],[38,-4],[33,-16],[18,-15],[22,-41],[13,-24],[9,-15],[-6,-43],[2,-22],[11,-25],[22,-18],[20,-13],[20,-75],[0,-47],[7,-34],[-3,-29],[-17,-40],[-3,-24],[9,-38],[5,-34],[-2,-33],[-2,-38],[-5,-31],[7,-27],[8,-19],[-4,-25],[-13,-33],[-7,-32],[-2,-13],[9,-42],[-2,-36],[-1,-18],[20,-33],[63,36],[24,-18],[22,-22],[14,-14],[37,0],[64,-7],[9,-18],[18,-26],[23,-7],[39,-9],[32,-4],[42,17],[75,29],[35,3],[122,64],[23,9],[64,-6],[31,-12],[20,-20],[25,-42],[20,-11],[39,4],[20,-6],[5,-16],[9,-47],[17,-29],[32,-33],[26,-22],[29,-3],[13,-4],[34,-22],[33,-34],[33,-44],[25,-22],[50,-27],[60,-2],[11,-18],[20,-34],[42,-26],[52,-20],[13,-16],[13,-58],[16,-49],[2,-40],[-7,-64],[31,-31],[5,-21],[-7,-22],[3,-35],[4,-18],[-9,-42],[0,-32],[0,-13],[7,-29],[-3,-25],[-13,-13],[-6,-22],[-12,-43],[-3,-48],[15,-12],[28,-6],[11,-16],[23,-16],[20,-2],[48,-37],[40,-29],[29,20],[53,-16],[31,11],[32,-16],[37,-8],[31,11],[29,-5],[71,-2],[40,-22],[11,11],[22,7],[25,2],[13,11],[49,36],[18,3],[25,-5],[25,-34],[25,-42],[20,-34],[20,-27],[26,-19],[49,-21],[54,-26],[22,-16],[11,-16],[11,-33],[55,-11],[18,-20],[-4,-22],[13,-14],[24,-17],[21,-14],[24,11],[26,-15],[31,-5],[18,-4],[27,-4],[20,-5],[31,-22],[9,-31],[-11,-25],[-23,-27],[-2,-5]],[[66881,252625],[-238,-232],[-143,-100],[-56,-75],[-76,-112],[-53,-127],[-62,-90],[-70,-115],[-75,-87],[-111,-130],[-80,-102],[-74,-132],[-100,-132],[-23,-64],[-35,-41],[-45,-47],[-60,-66],[-78,-92],[17,-101],[43,-112],[73,-86],[64,-41],[82,-59],[81,-70],[58,-37],[84,-55],[64,-95],[83,-139],[22,-86],[26,-103],[48,-113],[50,-135],[-1,-120],[4,-150],[-32,-83],[-16,-76],[-22,-104],[-29,-105],[-50,-138],[-51,-124],[22,-96],[30,-130],[41,-80],[45,-90],[56,-94],[58,-118],[33,-89],[13,-86],[19,-126],[3,-145],[2,-124],[-32,-130],[-44,-142],[-52,-107],[-33,-111],[-50,-129],[-32,-123],[-16,-98],[-26,-136],[14,-100],[19,-146],[-4,-128],[-4,-122],[17,-91],[38,-125],[58,-140],[48,-135],[38,-167],[27,-112],[14,-140],[21,-183],[-11,-176],[8,-129],[5,-174],[27,-143],[37,-211],[20,-117],[65,-114],[95,-157],[36,-119],[57,-75],[83,-111],[113,-124],[96,-116],[62,-132],[93,-123],[43,-83],[48,-114],[51,-146],[59,-120],[44,-110],[37,-155],[13,-105],[-21,-123],[-48,-149],[-53,-158],[-54,-93],[-86,-129],[-129,-157],[-57,-88],[-85,-128],[-86,-136],[-85,-54],[-69,-42],[-82,-63],[-82,-61],[-89,-82],[-100,-91],[-126,-92],[-60,-35],[-91,-50],[-111,-62],[-151,-74],[-46,-8],[-67,-7],[-97,-5],[-142,-2],[-160,6],[-104,-33],[-76,-33],[-107,-52],[-107,-62],[-143,-92],[-107,-25],[-104,-36],[-106,-31],[-78,-69],[-76,-101],[-105,-138],[-28,-109],[-43,-162],[-86,-141],[-33,-106],[-73,-59],[-105,-72],[-126,-84],[-101,-45],[-145,-65],[-140,-123],[-86,-53],[-119,-78],[-114,-88],[-134,-128],[-94,-48],[-89,-79],[-82,-94],[-44,-56],[-60,-44],[-83,-54],[-68,-50],[-82,-72],[-70,-77],[-76,-93],[-78,-120],[-103,-99],[-101,-92],[-99,-114],[-138,-127],[-78,-97],[-106,-89],[-157,-132],[-113,-111],[-170,-131],[-128,-59],[-111,-106],[-84,-129],[-80,-69],[-86,-65],[-130,-96],[-116,-117],[-59,-51],[-86,-75],[-128,-110],[-112,-63],[-97,-36],[-80,-64],[-114,-93]],[[59579,235372],[-120,11],[-125,25],[-123,2],[-115,-50],[-79,-34],[-54,-26],[-119,-68],[-81,-85],[-128,-136],[-87,-94],[-59,-63],[-78,-83],[-72,-113],[-62,-89],[-58,-72],[-44,-60],[-88,-74],[-65,-63],[-106,-90],[-120,-71],[-90,-41],[-71,-35],[-125,-91],[-73,-139],[-77,-116],[-94,-90],[-86,-73],[-99,-37],[-142,-102],[-140,-51],[-129,-43],[-120,-72],[-143,-54],[-130,-28],[-121,-55],[-165,-73],[-112,-52],[-76,-35],[-142,-23],[-95,-16],[-111,-10],[-157,-98],[-164,-62],[-137,-56],[-144,-38],[-111,-18],[-124,-15],[-111,-47],[-76,-35],[-80,-62],[-137,-52],[-92,-35],[-61,-24],[-122,-47]],[[53939,232314],[-28,178],[-17,152],[-13,126],[-4,88],[21,162],[-30,193],[-17,147],[-15,106],[-9,115],[14,126],[1,144],[-5,113],[0,108],[4,83],[3,126],[7,98],[4,69],[-33,124],[-13,123],[11,105],[15,164],[7,128],[-12,127],[-7,94],[-5,113],[47,131],[78,115],[44,176],[31,124],[40,103],[27,69],[33,94],[18,74],[29,121],[11,124],[-27,143],[-38,104],[-54,76],[-37,51],[-40,120],[-30,85],[-74,92],[-57,66],[-74,46],[-60,26],[-49,16],[-94,26],[-89,43],[-76,54],[-52,79],[-34,57],[-28,46],[-50,113],[-22,139],[-30,108],[-42,93],[-32,153],[-51,136],[-37,153],[-16,124],[-10,164],[-7,154],[17,157],[12,113],[-7,160],[-23,124],[-22,151],[-3,127],[-8,128],[4,137],[10,149],[9,100],[48,79],[64,70],[47,46],[96,78],[88,82],[170,56],[149,133],[142,112],[96,75],[145,135],[147,90],[122,54],[90,37],[97,34],[94,70],[63,102],[43,86],[50,87],[78,106],[53,76],[47,59],[108,122],[71,103],[115,150],[77,101],[82,182],[61,133],[40,114],[24,86],[17,64],[-8,89],[-20,145],[-47,124],[-74,87],[-57,69],[-98,111],[-68,81],[-113,68],[-129,123],[-85,87],[-81,119],[-43,117],[-34,109],[-21,101],[-13,94],[25,137],[17,99],[11,66],[8,56],[-21,125],[-12,97],[6,115],[36,91],[53,92],[86,78],[63,56],[64,115],[19,126],[14,100],[74,136],[49,108],[38,100],[-7,131],[-47,86],[-132,104],[-90,72],[-67,79],[-49,63],[-65,64],[-50,50],[-103,58],[-95,66],[-75,69],[-126,76],[-114,53],[-93,26],[-86,22],[-108,-1],[-106,3],[-94,25],[-118,28],[-89,19],[-73,8],[-117,28],[-78,19],[-52,13],[-103,25]],[[212349,34846],[-31,-29],[-39,-33],[-26,-14],[-58,-11],[-30,12],[-40,-3],[0,-17],[12,-35],[-1,-39],[-11,-25],[-13,-4],[-52,-26],[-32,-24],[-8,-54],[-15,-33],[-55,-29],[-59,-33],[-95,-52],[-78,-35],[-49,-36],[-44,-35],[-24,-49],[-31,0],[-43,0],[-34,-20],[-50,15],[-34,23],[-24,34],[-14,44],[-26,-12],[-49,-3],[-35,-17],[-18,-20],[-40,29],[-29,11],[-52,-29],[-18,-23],[-55,12],[-32,-15],[-37,0],[-26,-17],[-15,-20],[-20,0],[-26,17],[-47,0],[-23,-32],[-23,-49],[-15,-63],[-2,-32],[-6,-29],[-23,-12],[-44,-49],[-26,-52],[-9,-46],[-23,-46],[9,-23],[20,-49],[3,-55],[12,-29],[17,-18],[-15,-31],[29,-26],[9,-24],[-20,-81],[46,-34],[12,-49],[20,-26],[55,-18],[87,-8],[3,-38],[-14,-32],[-21,-37],[-3,-21],[21,-25],[-12,-27],[-52,12],[-102,-17],[-66,8],[-58,6],[-20,-46],[11,-23],[6,-26],[26,-20],[38,5],[43,-17],[32,-40],[12,-47],[11,-46],[18,-75],[14,-15],[47,-28],[63,-21],[26,-23],[6,-49],[18,-17],[52,-26],[8,-12],[-5,-66],[-12,-44],[-35,-63],[-26,-70],[-14,-63],[0,-72],[29,-50],[61,-54],[29,-50],[14,-29],[0,-34],[75,-52],[50,-52],[49,-67],[23,-43],[23,-20],[44,3],[64,2],[37,-23],[35,-8],[58,0],[29,-3],[-1,-17],[4,-16],[6,-21],[17,-43],[0,-17],[-10,-19],[-10,-15],[-9,-8],[-3,-15],[9,-18],[3,-22],[21,-10],[21,-5],[27,-5],[6,-21],[4,-24],[0,-42],[6,-48],[16,-23],[18,-17],[13,-10],[17,-3],[16,0],[25,0],[18,-2],[21,0],[23,6],[25,10],[37,9],[26,10],[26,16],[19,14],[15,5],[23,4],[13,-4],[19,-10],[24,-12],[18,-10],[22,-6],[26,-13],[27,-6],[19,5],[29,8],[29,6],[20,0],[22,-10],[31,-7],[23,-6],[36,-20],[36,-7],[26,-6],[10,-12],[6,-19],[6,-26],[3,-23],[-4,-13],[-12,-21],[-12,-25],[-5,-29],[7,-24],[23,-18],[9,-36],[7,-20],[22,-28],[17,-49],[12,-20],[16,-14],[23,-10],[32,-9],[19,-19],[18,-7],[21,-25],[4,-27],[3,-26],[7,-22],[16,-11],[25,-16],[32,-26],[5,-12],[13,-20],[19,-17],[25,-18],[23,-24],[41,-22],[35,-20],[21,-13],[25,-8],[35,-2],[20,5],[20,2],[19,-12],[20,-20],[32,-38],[22,-31],[14,-10],[19,1],[24,7],[24,18],[20,11],[42,-1],[18,7],[27,17],[13,3],[22,-1],[16,-19],[28,-39],[34,-19],[22,-22],[5,-20],[20,-1],[20,-19],[51,-36],[22,-29],[33,-20],[26,-23],[-1,-21],[1,-27],[12,-15],[11,-11],[22,-12],[16,-4],[20,-1],[23,8],[22,16],[29,10],[26,0],[45,-14],[32,0],[30,10],[29,6],[34,-8],[35,-17],[40,-45],[25,-26],[24,-18],[32,-24],[25,-23],[25,-4],[43,-7],[38,-19],[24,-20],[13,-29],[3,-31],[-7,-49],[-1,-39],[-5,-30],[3,-42],[10,-32],[18,-50],[23,-8],[32,0],[20,-2],[18,-16],[10,-34],[-6,-37],[-7,-36],[-5,-31],[-29,-40],[-21,-41],[-12,-36],[-3,-30],[-9,-10],[-11,-4],[-19,0],[-29,-3],[-29,-13],[-36,4],[-18,-4],[-13,-23],[-11,-13],[-25,-5],[-28,3],[-20,-19],[-16,-16],[-30,-13],[-29,-14],[-19,-25],[-13,-29],[-31,-26],[-36,-24],[-30,-38],[0,-17],[6,-26],[-11,-35],[-23,-13],[-30,-7],[-45,-1],[-58,-18],[-30,-16],[-48,-14],[-45,-17],[-19,-18],[-26,-37],[-32,-25],[-34,-23],[5,-38],[1,-27],[-4,-38],[-14,-34],[-15,-25],[-35,-33],[-46,-48],[-2,-34],[-10,-24],[-13,-14],[-35,-12],[-13,-8],[-39,-31],[-37,-18],[-25,-38],[-22,-16],[-43,-20],[-32,0],[-38,-2],[-13,-8],[-29,-41],[-26,-31],[-20,-5],[-21,2],[-27,-10],[-28,-16],[-43,-34],[-36,-40],[-44,-33],[-26,-39],[0,-29],[-4,-38],[7,-46],[1,-33],[-5,-48],[-26,-29],[-27,-14],[-15,5],[-28,8],[-19,-3],[-35,-10],[-36,-16],[-43,-28],[-41,-27],[-58,-51],[-22,-10],[-40,7],[-38,3],[-55,6],[-26,-4],[-25,-20],[-4,-21],[10,-31],[18,-37],[5,-52],[16,-40],[18,-54],[-5,-36],[-17,-21],[-42,-36],[-39,-24],[-38,-14],[-20,1],[-26,10],[-19,-2],[-12,-12],[-22,-26],[-10,-43],[-5,-13],[-44,-28],[-46,-36],[-41,-16],[-32,-19],[-24,-27],[-13,-48],[-19,-19],[-2,-17],[16,-32],[26,-27],[28,-7],[40,-5],[48,-14],[31,-20],[30,-23],[23,-44],[-6,-40],[-21,-34],[-5,-20],[28,-34],[25,-41],[5,-49],[22,-53],[39,-44],[28,-30],[32,-9],[37,28],[38,-6],[48,3],[29,-22],[17,-40],[36,-34],[54,-31],[16,-28],[7,-43],[-21,-32],[-13,-36],[21,-42],[41,-25],[43,-4],[12,-20],[-7,-29],[-15,-45],[0,-20],[18,-38],[36,-68],[42,-47],[69,-38],[11,-56],[24,-39],[23,-15],[25,-27],[4,-20],[-3,-22],[-14,-28],[-25,-26],[-26,-21],[-10,-19],[-1,-39],[-10,-17],[-29,-3],[-11,-22],[11,-19],[18,-44],[-16,-24],[-34,-21],[-32,-22],[-25,-13],[-11,-25],[-12,-10],[-39,-23],[-49,-21],[-25,-21],[-23,-18],[-16,-22],[-50,0],[-21,-28],[-6,-21],[-10,-29],[-26,-23],[-25,-19],[-13,-22],[-7,-33],[-13,-14],[-27,-16],[8,-21],[19,-5],[6,-29],[17,-44],[7,-11],[-6,-19],[-10,-27],[16,-29],[23,14],[42,19],[18,17],[22,10],[30,-1],[45,-10],[13,6],[20,5],[13,-4],[32,-3],[31,16],[27,2],[36,-5],[31,-4],[26,-9],[30,-6],[28,-11],[29,-19],[24,-17],[40,-13],[17,-15],[13,-13],[16,-39],[10,-27],[13,-20],[3,-21],[3,-17],[-3,-23],[3,-20],[6,-23],[8,-16],[22,-19],[16,-19],[19,-23],[29,-32],[22,-24],[10,-31],[13,-19],[13,-21],[12,-26],[-9,-20],[-29,-24],[-22,-18],[-4,-15],[3,-21],[10,-45],[7,-44],[-26,-20],[-29,-20],[-22,-16],[-14,-36],[-9,-29],[0,-20],[19,-25],[19,-34],[-15,-21],[-16,-11],[-21,-18],[-22,-20],[-18,0],[-24,-11],[-22,-21],[-17,-1],[-25,6],[-19,4],[-2,-2]],[[212750,24066],[-107,46],[-472,199],[-336,156],[-242,137],[-186,107],[-186,80],[-134,55],[-108,18],[-114,3],[-105,1],[-117,24],[-82,34],[-138,111],[-91,79],[-110,104],[-143,89],[-104,58],[-84,39],[-79,51],[-66,42],[-97,37],[-124,-67],[-128,-24],[-136,24],[-135,20],[-101,23],[-95,46],[-64,31],[-112,110],[-89,84],[-65,64],[-60,50],[-82,36],[-112,56],[-78,36],[-66,22],[-62,6],[-62,-16],[-55,-52],[-68,-68],[-73,-52],[-68,-25],[-85,45],[-99,44],[-91,18],[-83,-2],[-59,-9],[-79,-63],[-80,-41],[-59,-26],[-106,-11],[-94,16],[-123,24],[-94,16],[-80,21],[-74,14],[-130,85],[-98,56],[-95,45],[-118,-18],[-107,-50],[-97,-43],[-97,-19],[-106,49],[-120,39],[-99,21],[-87,3],[-80,-22],[-62,-50],[-65,-64],[-142,-53],[-95,-35],[-64,-23],[-126,-47]],[[204820,25760],[-109,80],[-54,39],[-82,60],[-122,89],[-146,53],[-126,42],[-103,94],[-47,23],[-64,31],[-94,37],[-138,54],[-137,43],[-109,82],[-103,55],[-90,61],[-73,13],[-107,18],[-76,43],[-103,62],[-143,81],[-47,11],[-63,11],[-95,17],[-139,22],[-112,17],[-60,42],[-84,62],[-126,92],[-149,51],[-111,29],[-95,25],[-125,43],[-171,51],[-154,26],[-131,70],[-139,43],[-121,12],[-142,40],[-80,52],[-102,59],[-139,60],[-83,29],[-116,48],[-104,68],[-59,60],[-79,80],[-113,92],[-130,115],[-109,75],[-120,112],[-82,50],[-69,36],[-86,57],[-93,64],[-125,97],[-106,120],[-98,114],[-120,86],[-96,120],[-40,72],[-63,88],[-89,119],[-61,100],[-67,102],[-81,140],[-78,44],[-93,56],[-63,88],[-71,125],[-43,105],[-49,74],[-44,70],[-48,85],[-71,85],[-90,98],[-81,90],[-120,129],[-93,91],[-127,135],[-136,145],[-128,173],[-185,214],[-159,192],[-97,136],[-71,124],[-61,64],[-58,54],[-86,71],[-68,51],[-99,75],[-84,110],[-118,157],[-78,121],[-106,107],[-74,81],[-97,99],[-92,125],[-80,73],[-113,107],[-75,95],[-90,101],[-42,98],[-40,111],[-60,130],[-33,98],[-43,88],[-51,117],[-6,54],[-8,68],[-14,95],[-29,131],[-44,187],[-34,92],[-53,134],[-52,118],[-71,173],[-19,164],[-28,168],[-42,98],[-64,147],[-95,143],[-30,95],[-46,122],[-81,101],[-50,72],[-73,106],[-50,59],[-56,68],[-45,93],[-61,137],[-67,101],[-54,100],[-72,93],[-93,116],[-52,148],[-70,86],[-58,77],[-78,110],[-109,99],[-43,74],[-23,66],[-35,77],[-54,105],[-80,109],[-87,137],[-74,99],[-66,112],[-70,94],[-107,132],[-63,73],[-58,92],[-84,138],[-49,124],[-42,88],[-71,95],[-106,140],[-61,114],[-87,113],[-113,130],[-124,135],[-152,199]],[[191372,40092],[-128,154],[-101,121],[-67,81],[-44,53],[-90,108]],[[190942,40609],[61,165],[36,138],[5,149],[26,124],[33,116],[77,118],[88,82],[64,57],[81,44],[56,29],[71,31],[94,4],[97,-15],[67,-10],[140,86],[95,57],[115,40],[146,29],[120,-15],[148,-22],[138,-56],[125,-47],[93,-31],[83,-12],[87,-14],[79,-4],[145,-28],[104,-37],[70,-68],[89,-93],[65,-68],[117,-31],[135,-90],[112,-68],[87,-61],[159,-50],[144,0],[130,2],[122,-1],[120,-116],[88,-88],[62,-60],[67,-60],[59,-46],[129,-30],[134,6],[104,1],[102,1],[87,14],[71,32],[150,85],[104,55],[83,29],[100,7],[170,36],[125,17],[141,12],[111,8],[75,5],[114,3],[132,72],[107,47],[135,50],[110,45],[139,4],[157,32],[121,22],[81,14],[79,-3],[88,-11],[98,-24],[81,-15],[70,-5],[99,42],[67,28],[44,19],[88,38]],[[144055,74721],[167,-65],[120,-45],[131,-79],[148,-46],[105,-32],[113,-56],[86,-60],[82,-52],[78,-52],[111,-32],[101,-27],[122,-78],[131,-17],[181,-18],[121,-12],[156,-34],[124,-15],[125,-18],[137,9],[118,-2],[130,-28],[105,-22],[73,-13],[77,15],[113,29],[126,-1],[102,12],[117,60],[127,42],[98,17],[105,4],[109,6],[92,15],[84,40],[119,9],[126,16],[84,10],[56,7],[112,15]],[[148467,74223],[69,-91],[35,-45],[52,-68],[77,-102],[57,-56],[57,-48],[55,-74],[47,-95],[21,-107],[13,-123],[22,-164],[80,-132],[91,-90],[35,-88],[44,-113],[65,-104],[67,-50],[98,-71],[86,-77],[111,-83],[135,-46],[75,-12],[101,-16],[131,-14],[143,-21],[83,-33],[122,-47],[148,-14],[115,16],[172,25],[130,-24],[172,-11],[116,-5],[111,-59],[120,-68],[75,13],[64,19],[93,29],[95,18],[90,17],[82,18],[100,18],[90,39],[81,41],[96,34],[135,42],[105,74],[104,92],[103,92],[153,124],[95,40],[142,58],[141,3],[170,-21],[150,-7],[144,-63],[132,-3],[109,-31],[120,-42],[83,2],[96,-9],[74,-6],[49,2],[71,4],[92,2],[133,3],[121,6],[128,-42],[126,-67],[80,-82],[79,-91],[117,-127],[80,-72],[110,-73]],[[155631,72167],[-43,-233],[-71,-219],[-50,-155],[-33,-157],[-12,-131],[-14,-147],[-31,-121],[-36,-129],[-24,-144],[-39,-121],[-28,-150],[-41,-149],[-41,-118],[-21,-98],[-49,-179],[-20,-172],[-12,-117],[-27,-130],[-19,-103],[-47,-132],[-22,-136],[-19,-100],[-19,-139],[-16,-103],[-44,-105],[-29,-107],[7,-128],[-5,-158],[8,-118],[23,-178],[37,-148],[32,-112],[16,-120],[12,-82],[24,-145],[72,-125],[67,-105],[88,-95],[59,-118],[99,-170],[71,-116],[83,-79],[98,-96],[72,-97],[90,-114],[71,-131],[61,-97],[61,-71],[104,-106],[71,-108],[33,-131],[22,-95],[28,-78],[24,-55],[75,-121],[40,-136],[29,-108],[38,-118],[25,-124],[16,-185],[12,-193],[36,-162],[34,-185],[7,-184],[5,-123],[3,-82],[6,-163]],[[156578,63512],[-162,-11],[-124,-29],[-119,-29],[-162,-14],[-129,1],[-107,93],[-75,67],[-77,60],[-57,40],[-64,27],[-93,53],[-111,31],[-84,21],[-102,7],[-69,4],[-93,-8],[-78,-15],[-129,18],[-105,70],[-67,88],[-85,101],[-65,71],[-82,127],[-81,92],[-105,37],[-99,-35],[-115,-48],[-114,-20],[-90,0],[-81,31],[-72,25],[-118,27],[-81,17],[-123,-78],[-83,-55],[-79,-66],[-54,-44],[-49,-30],[-82,-10],[-120,-31],[-127,-18],[-143,41],[-129,51]],[[152394,64171],[2,8],[-12,82],[-49,127],[-17,44],[20,40],[11,39],[-3,39],[-15,29],[-41,24],[-29,19],[-46,62],[-30,48],[-17,30],[-57,33],[-77,44],[-76,28],[-74,18],[-117,13],[-86,0],[-100,24],[-174,33],[-148,20],[-177,21],[-96,11],[-85,3],[-96,6],[-163,9],[-24,7],[-35,24],[-48,34],[-37,27],[-35,43],[-30,22],[-42,25],[-15,34],[-18,18],[-45,18],[-63,10],[-96,5],[-98,6],[-149,-2],[-54,0],[-107,18],[-94,-5],[-52,-9],[-118,7],[-54,2],[-109,-11],[-96,-13],[-72,15],[-22,25],[-35,78],[-32,44],[-66,20],[-67,59],[-31,9],[-63,6],[-15,24],[-28,13],[-40,11],[-89,-4],[-133,-7],[-52,3],[-94,15],[-107,33],[-120,37],[-126,30],[-133,27],[-161,17],[-231,15],[-131,3],[-81,-5],[-192,-2],[-156,24],[-131,16],[-148,30],[-280,66],[-117,30],[-151,48],[-196,73],[-117,41],[-133,53],[-109,45],[-96,40],[-124,53],[-77,39],[-85,44],[-94,45],[-104,44],[-52,20],[-59,18],[-92,23],[-83,20],[-74,26],[-34,18],[-36,28],[-76,75],[-32,17],[-26,7],[-31,4],[-92,-2],[-52,0],[-48,7],[-20,21],[-21,24],[-27,31],[-26,35],[-26,20],[-17,8],[-26,1],[-50,0],[-96,0],[-48,2],[-37,4],[-27,-18],[-17,-24],[-31,-37],[-34,-11],[-29,7],[-39,24],[-41,41],[-42,46],[-48,42],[-41,44],[-46,39],[-65,50],[-63,59],[-62,31],[-84,37],[-46,14],[-64,2],[-58,-14],[-44,-11],[-41,7],[-40,-4],[-61,-16],[-30,-15],[-37,-4],[-39,-29],[10,-24],[27,-19],[2,-22],[-15,-20],[-37,-6],[-48,10],[-42,22],[-45,31],[-112,61],[-45,24],[-29,29],[-26,19],[-24,11],[-52,11],[-33,27],[-30,28],[-42,28],[-46,20],[-96,48],[-41,20],[-46,31],[-50,21],[-35,7],[-32,11],[-33,15],[-30,0],[-29,2],[-24,7],[-54,13],[-44,11],[-28,33],[-11,35],[-13,24],[-11,13],[-18,7],[-17,15],[-13,32],[-42,44],[-19,42],[-7,55],[2,39],[0,31],[-4,37],[-17,54],[-26,49],[-27,48],[-17,32],[2,16],[42,0],[13,11],[-7,26],[-24,33],[-30,68],[-11,72],[-5,63],[-21,44],[4,22],[9,30],[-9,37],[-33,42],[-30,81],[-15,72],[-9,66],[-16,54],[-39,55],[-21,44],[-42,53],[-59,69],[-13,20],[2,57],[0,146],[-4,81],[-7,36],[-23,45],[-44,66],[-39,85],[-21,58]],[[140855,69667],[58,25],[150,125],[122,97],[150,109],[67,77],[78,124],[38,161],[27,143],[61,113],[21,105],[10,98],[50,70],[68,85],[58,32],[61,42],[83,64],[77,85],[56,79],[78,37],[36,6],[48,5],[56,-5],[72,-22],[94,-45],[96,-79],[79,-46],[74,-2],[71,8],[60,16],[84,22],[100,7],[136,4],[108,-21],[127,-18],[100,-66],[52,-67],[57,-64],[80,-93],[55,-61],[77,-73],[54,-37],[81,-47],[99,-47],[104,17],[140,40],[77,70],[72,69],[105,93],[47,56],[51,48],[55,59],[54,63],[77,89],[57,69],[39,97],[-3,35],[-6,53],[-10,76],[-17,114],[-66,85],[-96,112],[-102,125],[-92,79],[-108,116],[-86,92],[-70,115],[-98,172],[-48,103],[-50,131],[-76,140],[-94,191],[-97,138],[-66,124],[-30,110],[-28,101],[-5,110],[1,141],[-15,90],[-15,101],[14,119],[20,160],[82,127],[120,141],[154,137]],[[122709,212857],[16,10],[90,42],[51,17],[62,6],[44,-16],[37,-21],[17,-44],[16,-46],[34,-31],[13,-56],[68,-49],[28,-26],[8,-11],[-15,-603],[60,-81],[42,-78],[38,-42],[54,-89],[26,-28],[49,-38],[51,-43],[93,-82],[87,-82],[47,-18],[18,-1],[61,10],[31,22],[-6,24],[-8,41],[11,29],[39,15],[48,-4],[100,-12],[179,-18],[80,-7],[71,-19],[59,-27],[42,-9],[31,-21],[38,-37],[42,-54],[35,-60],[77,-46],[50,4],[46,7],[26,19],[103,-7],[46,9],[76,30],[68,37],[79,26],[41,-18],[51,-3],[44,-14],[64,-42],[46,-1],[28,-6],[37,-25],[43,-13],[1,-32],[41,-59],[25,-59],[10,-50],[-3,-49],[-1,-35],[-25,-35],[-15,-87],[-5,-33],[-17,-32],[25,-42],[34,-64],[47,-30],[31,-43],[50,-74],[0,-24],[-50,-62],[-12,-50],[-12,-72],[2,-45],[3,-43],[-19,-43],[0,-28],[-39,-60],[8,-24],[28,-64],[10,-29],[88,-62],[15,-31],[7,-126],[45,-38],[19,-45],[41,-55],[31,-31],[2,-93],[12,-22],[53,-16],[33,-7],[89,-19],[32,19],[66,-3],[76,31],[47,23],[68,-2],[53,-19],[68,-33],[60,-62],[58,-12],[35,-2],[49,44],[56,60],[37,-23],[49,-2],[219,-209],[105,-58],[77,-126],[18,-95],[12,-11],[163,65],[100,30],[63,-61],[93,-176],[82,-105],[28,-55],[84,-54],[79,-86],[104,-48],[173,-24],[133,-16],[95,49],[100,-5],[7,-46],[42,-56],[68,-9],[35,14],[67,-5],[98,-76],[114,-19],[107,23],[77,30],[135,-16],[61,9],[107,-27],[58,4],[91,16],[112,7],[114,-25],[35,-30],[65,-156],[30,-116],[-7,-49],[-21,-53],[9,-67],[0,-42],[-18,-77],[-61,-109],[-16,-79],[-47,-39],[5,-45],[-54,-46],[0,-130],[-2,-142],[-30,-74],[-26,-44],[-74,-39],[-5,-82],[-16,-42],[-61,-37],[-84,0],[-116,-53],[-30,-28],[-61,-14],[-39,-32],[-31,-86],[-67,-21],[-38,-68],[-11,-99],[-135,-161],[-54,-34],[-4,-33],[13,-58],[-37,-35],[-102,-30],[-33,-56],[-114,-120],[-28,-40],[9,-44],[-88,-107],[-42,-9],[-26,-79],[-30,-44],[19,-86],[-10,-49],[-27,-46],[-87,-98],[-28,-7],[-14,-62],[-67,-75],[19,-53],[-19,-65],[5,-107],[44,-67],[42,-26],[-3,-67],[-163,-133],[-167,-32],[-126,-46],[-149,-47],[-184,-107],[-58,-23],[-19,-35],[54,-39],[42,-68],[-5,-30],[-2,-30],[-35,-37],[9,-51],[-19,-23],[-32,0],[-24,-33],[-39,-16],[0,-37],[-23,-19],[7,-67],[-54,-40],[9,-44],[-30,-32],[-35,-47],[14,-37],[49,-44],[19,-53],[-84,0],[-56,2],[-40,-23],[-49,-26],[-83,-14],[-61,0],[-88,54],[-110,62],[-70,7],[-93,10],[-67,0],[-96,41],[-60,19],[-63,5],[-73,7],[-65,-17],[-63,-37],[-49,-23],[-67,19],[-43,45],[-33,38],[-27,50],[-14,96],[-41,31],[-45,-5],[-74,28],[-58,46],[-59,59],[-43,41],[-72,26],[-46,52],[-81,62],[-74,-97],[-55,-98],[-103,-36],[-36,-43],[-64,17],[-105,14],[-58,-35],[-136,-22],[-50,-124],[0,-98],[-29,-47],[2,-86],[101,-236],[-46,-12],[-35,-29],[-79,-7],[-34,-26],[-67,-38],[-86,-48],[-64,31],[-55,26],[-67,0],[-17,-45],[-26,-45],[-34,-86],[-60,-74],[-10,-12],[-26,-19],[-23,-24],[-37,-25],[-34,-21],[-30,-18],[-31,-7],[-26,-8],[-31,-30],[-19,-39],[-20,-31],[-19,-23],[-39,-25],[-36,-22],[-56,-31],[-38,-17],[-37,-16],[-31,-1],[-29,2],[-65,14],[-27,5],[-25,-1],[-48,-4],[-70,-3],[-21,-8],[-67,-19],[-68,-15],[-65,-10],[-80,-8],[-62,-1],[-68,13],[-44,9],[-12,-2],[-10,-14],[-6,-24],[-2,-22],[3,-23],[8,-38],[15,-34],[31,-30],[33,-38],[27,-36],[-15,-47],[-19,-24],[-13,-9],[-34,-11],[-48,-18],[-53,-29],[-33,-4],[-37,-4],[-44,-21],[-24,-23],[-33,-29],[-45,-63],[-6,-16]],[[122470,202052],[-81,81],[-109,118],[-135,159],[-87,26],[-83,21],[-69,41],[-101,61],[-142,78],[-111,68],[-100,31],[-56,35],[-75,45],[-87,66],[-83,85],[-114,114],[-61,53],[-86,57],[-98,68],[-97,49],[-101,39],[-122,62],[-98,85],[-96,91],[-142,137],[-89,70],[-129,76],[-117,68],[-113,39],[-81,61],[-68,54],[-103,82],[-123,109],[-129,103],[-76,106],[-108,121],[-52,96],[-53,135],[-57,81],[-65,97],[-69,128],[-65,106],[-82,149],[-64,74],[-48,78],[-65,86],[-99,120],[-69,92],[-58,77],[-79,60],[-112,87],[-120,108],[-92,69],[-107,85],[-121,128],[-113,62],[-150,87],[-161,89],[-137,130],[-130,68],[-154,101],[-115,29],[-172,42],[-177,65]],[[116214,207140],[-71,88],[-36,44],[-53,66],[-80,98],[-41,81],[-58,120],[-46,78],[-70,113],[-99,142],[-149,184]],[[115511,208154],[78,123],[38,61],[58,92],[87,137],[49,74],[74,109],[103,87],[81,78],[72,65],[97,39],[124,47],[99,-13],[100,-35],[114,-10],[108,32],[153,60],[135,80],[110,14],[146,29],[106,9],[69,26],[97,37],[84,74],[127,112],[90,43],[110,37],[83,49],[113,65],[122,89],[116,44],[98,14],[118,21],[161,19],[62,-12],[92,-17],[104,-1],[131,-1],[113,-37],[80,-23],[93,-1],[125,5],[97,-5],[139,-5],[131,7],[142,6],[141,21],[180,10],[163,15],[102,22],[153,34],[111,50],[142,64],[140,105],[97,37],[102,60],[101,114],[41,98],[55,119],[44,141],[25,115],[4,140],[21,65],[32,83],[50,106],[69,144],[104,155],[14,78],[21,105],[42,93],[52,104],[78,145],[107,189],[153,255],[125,231],[100,181]],[[3238,208174],[358,-229],[374,-291],[315,-222],[238,-142],[164,-94],[125,-66],[153,-92],[119,-63],[143,-96],[112,-63],[146,-64],[108,-64],[187,-94],[145,-59],[108,-40],[92,-45],[94,-36],[94,-26],[141,-102],[128,-67],[99,-33],[161,-4],[167,-33],[129,-22],[104,-20],[71,-13],[50,-8],[157,-89],[119,-74],[98,-49],[71,-31],[95,-18],[85,-17],[58,-11],[130,-105],[105,-75],[97,-50],[71,-35],[54,-22],[46,-14],[76,-25],[120,-93],[115,-73],[82,-49],[72,-25],[67,-22],[74,-30],[79,-30],[83,-14],[109,-14],[75,-10],[73,-31],[81,-33],[116,-62],[102,-32],[94,-25],[112,-8],[115,-23],[131,-15],[109,-11],[94,-15],[123,-8],[138,-32],[107,-22],[124,-72],[100,-53],[79,-63],[113,-105],[110,-68],[128,-103],[142,-69],[120,-74],[109,-85],[73,-64],[88,-83],[90,-72],[106,-64],[102,-55],[77,-48],[95,-32],[106,3],[72,2],[123,-32],[88,-29],[81,-68],[35,-108],[55,-115],[65,-108],[44,-82],[21,-76],[-1,-97],[-1,-65],[-1,-44],[-1,-87]],[[13238,202778],[-146,0],[-136,-12],[-162,68],[-165,34],[-144,37],[-121,20],[-162,28],[-112,18],[-160,104],[-162,56],[-167,60],[-133,40],[-100,15],[-160,8],[-128,13],[-135,7],[-103,-13],[-85,-19],[-130,-5],[-156,-78],[-148,-52],[-102,-37],[-103,-27],[-141,4],[-150,-49],[-113,-38],[-106,-19],[-107,-28],[-124,-59],[-89,-41],[-64,-39],[-81,-51],[-89,-49],[-123,-10],[-133,-62],[-104,-86],[-71,-57],[-88,-40],[-137,-87],[-98,-91],[-121,-70],[-158,-123],[-110,-89],[-87,-63],[-77,-42],[-139,-122],[-101,-95],[-66,-79],[-71,-85],[-118,-104],[-79,-74],[-119,-121],[-79,-82],[-96,-120],[-83,-89],[-70,-62],[-101,-79],[-71,-54],[-62,-80],[-74,-88],[-68,-72],[-55,-99],[-83,-93],[-110,-204],[-25,-200]],[[6077,199852],[-36,8],[-62,3],[-122,5],[-179,18],[-36,-5],[-46,5],[-33,10],[-39,18],[-30,7],[-38,11],[-41,7],[-39,3],[-41,-10],[-58,-21],[-41,-13],[-38,-22],[-52,-23],[-33,-44],[-38,-48],[-82,-43],[-64,-36],[-59,-54],[-68,-68],[-70,-57],[-13,-27],[-18,-30],[-8,-39],[0,-31],[9,-36],[8,-57],[5,-122],[-13,-51],[-24,-83],[-24,-53],[-32,-39],[-57,-43],[-83,-63],[-66,-37],[-56,-33],[-70,-36],[-54,-25],[-44,-31],[-41,-36],[-45,-45],[-26,-27],[-31,-54],[-37,-90],[-10,-48],[-6,-49],[5,-44],[9,-48],[21,-48],[18,-37],[16,-32],[16,-39],[20,-56],[17,-61],[9,-48],[4,-34],[0,-36],[-5,-43],[-9,-47],[-34,-87],[-27,-48],[-28,-58],[-36,-54],[-32,-47],[-41,-62],[-28,-31],[-38,-38],[-37,-34],[-33,-22],[-42,-13],[-45,-13],[-39,-3],[-53,-13],[-67,-10],[-109,-16],[-122,-8],[-65,-3],[-51,-3],[-36,-6],[-61,-19],[-55,-24],[-54,-22],[-89,-26],[-72,-18],[-59,-21],[-91,-50],[-72,-27],[-49,-30],[-52,-33],[-51,-39],[-38,-40],[-26,-43],[-13,-27],[-8,-37],[3,-35],[9,-55],[10,-57],[11,-83],[3,-53],[12,-47],[22,-40],[22,-40],[41,-38],[37,-33],[47,-40],[16,-18],[23,-38],[21,-31],[14,-40],[8,-34],[8,-42],[20,-54],[15,-36],[30,-55],[17,-33],[10,-28],[1,-36],[-4,-39],[-11,-41],[-12,-28],[-17,-45],[-26,-49],[-24,-49],[-16,-49],[-10,-57],[-15,-60],[-17,-35],[-35,-54],[-34,-37],[-38,-39],[-49,-17],[-56,-17],[-70,-7],[-75,-3],[-75,-7],[-59,3],[-77,7],[-66,5],[-133,29],[-92,15],[-85,17],[-93,17],[-90,12],[-85,15],[-48,5],[-61,4],[-94,0],[-65,8],[-102,22],[-66,12],[-71,7],[-56,-2],[-22,5],[-24,13],[-37,12],[-53,31],[-40,27],[-54,35],[-47,44],[-37,38],[-64,69],[-38,35],[-24,27],[-28,35],[-28,27],[-39,50],[-40,50],[-18,31],[-13,25],[-13,32],[-5,38],[-12,59],[-10,98],[1,21],[15,45],[5,33],[3,42],[10,64],[11,52],[13,54],[18,52],[23,67],[16,60],[34,101],[13,49],[13,57],[25,106],[16,46],[10,62],[6,55],[-3,59],[-8,42],[-8,62],[-31,129],[-22,69],[-15,55],[-20,92],[-9,42],[-21,81],[-19,44],[-43,102],[-14,69],[-26,80],[-34,88],[-23,59],[-24,52],[-39,65],[-20,101],[-6,35],[-6,40],[-10,43],[-13,82],[-4,24],[-3,21],[-2,21],[3,41],[7,26],[5,21],[11,16],[34,56],[28,35],[13,26],[6,21],[10,26],[19,33],[64,120],[27,37],[57,51],[68,60],[76,52],[82,61],[62,64],[53,83],[58,79],[72,104],[57,80],[67,101],[92,108],[35,52],[36,58],[36,76],[18,65],[11,67],[8,57],[9,57],[3,53],[-6,39],[-19,72],[-15,53],[-23,73],[-33,80],[-19,89],[-6,41],[-10,65],[-3,84],[11,106],[13,49],[18,55],[28,44],[24,45],[22,50],[27,70],[21,83],[6,36],[11,51],[13,60],[23,69],[45,80],[19,36],[35,56],[21,49],[-7,37],[-10,22],[-14,28],[-15,26],[-26,48],[-11,28],[-4,23],[11,77],[8,63],[-7,71],[-6,79],[-10,65],[6,34],[27,50],[25,35],[34,27],[49,49],[55,40],[31,42],[3,40],[42,93],[50,101],[-3,15],[12,24],[20,39],[-12,29],[-6,58],[6,74],[0,35],[-8,39],[-11,45],[2,53],[24,46],[-1,56],[0,82],[22,29],[34,46],[21,32],[5,40],[19,53],[17,65],[16,71],[28,63],[24,45],[52,45],[18,38],[8,85],[25,80],[22,54],[20,62],[24,82],[29,85],[12,35],[7,52],[6,63],[-2,62],[8,61],[7,67],[11,45],[-5,51],[14,54],[38,58],[20,36],[4,47],[-3,60],[28,41],[37,61],[55,85],[60,147],[2,60],[18,54],[19,53],[4,85],[46,160],[12,60],[5,82],[11,80],[4,54],[3,121],[-10,57],[18,77],[5,48],[13,46],[32,37],[54,85],[35,58],[9,36],[6,48],[13,99],[31,121],[12,53],[12,59],[33,71],[65,102],[26,35],[14,33],[13,36],[20,47],[29,34],[44,30],[24,24],[15,42],[13,30],[5,61],[15,69],[26,45],[37,44],[21,32],[30,52],[25,36],[39,39],[55,40],[39,38],[30,5],[1,1]],[[116311,189628],[186,34],[167,17],[133,21],[99,22],[125,28],[97,16],[101,-3],[71,-2],[93,6],[80,-3],[115,-2],[91,13],[190,38],[141,35],[96,24],[126,64],[126,43],[121,18],[80,12],[100,0],[153,46],[121,27],[105,22],[84,27],[142,20],[151,74],[116,50],[110,59],[149,44],[101,31],[111,59],[132,37],[125,59],[91,61],[123,71],[106,74],[108,57],[94,93],[116,121],[73,92],[67,159],[67,116],[117,159],[73,145],[103,162],[74,141],[57,107],[41,85],[118,157],[96,115],[65,78],[63,74],[99,68],[109,79],[88,55],[87,67],[128,47],[103,73],[111,88],[70,85],[26,130],[17,95],[23,81],[15,55],[10,36],[20,73]],[[122807,193663],[239,-51],[171,-29],[165,-33],[137,-6],[167,-4],[148,-9],[103,-10],[159,-13],[120,-18],[114,-12],[153,-92],[167,-62],[131,-55],[93,-45],[182,-84],[135,-84],[110,-67],[120,-50],[86,-34],[111,-8],[116,-19],[98,-9],[131,-18],[126,-4],[85,-3],[66,3],[159,-10],[106,-8],[99,-6],[69,-6],[77,-26],[83,-26],[143,-70],[97,-46],[160,-33],[141,-43],[111,-74],[86,-75],[75,-60],[159,-34],[126,-33],[111,-22],[78,-16],[100,-65],[112,-51],[107,-49],[103,-29],[98,-31],[113,0],[104,-8],[155,16],[134,9],[92,5],[64,1],[78,14],[97,21],[112,79],[121,74],[84,54],[80,46],[83,62],[102,41],[117,80],[106,97],[107,72],[101,100],[112,113],[120,78],[80,53],[58,33],[59,26],[90,60],[110,106],[73,83],[50,60],[63,98],[93,81],[175,234],[128,194],[48,104]],[[131749,194120],[12,-6],[52,-35],[-6,-28],[10,-22],[14,-22],[31,-34],[22,-18],[56,-22],[52,-18],[35,-8],[22,2],[46,14],[42,-2],[22,-30],[24,-6],[12,-26],[23,-42],[16,-26],[24,-12],[38,-8],[32,-10],[56,8],[46,-5],[45,19],[28,12],[56,18],[41,4],[48,8],[28,-22],[26,-12],[28,-14],[16,-12],[33,2],[40,-14],[18,-22],[36,-4],[48,-6],[51,0],[28,10],[38,2],[40,-6],[40,-16],[41,4],[27,16],[33,0],[22,-4],[27,13],[33,33],[11,4],[18,-2],[28,-11],[27,-29],[51,-8],[71,-14],[35,-11],[40,16],[36,42],[9,48],[-7,56],[-13,35],[-29,26],[-33,16],[-16,13],[0,27],[25,75],[-16,64],[-9,44],[-2,16],[11,44],[16,42],[28,26],[16,16],[38,11],[13,-7],[22,-18],[20,-11],[35,-4],[45,15],[40,9],[42,20],[46,0],[29,-2],[38,13],[22,9],[24,-11],[27,-13],[20,-2],[29,4],[4,22],[0,18],[-11,24],[18,44],[29,42],[19,27],[34,24],[31,16],[53,19],[33,14],[25,13],[26,22],[22,11],[27,9],[13,13],[18,18],[11,9],[13,6],[31,-20],[34,-26],[31,-13],[35,0],[27,17],[44,11],[35,14],[23,11],[28,17],[28,10],[28,-7],[31,-14],[22,0],[29,-9],[29,-13],[51,-11],[33,0],[30,5],[34,-7],[33,-18],[25,0],[29,9],[28,13],[27,20],[16,16],[26,17],[49,16],[29,7],[26,6],[29,-1],[29,-10],[27,5],[19,2],[34,-18],[29,-7],[51,-13],[22,-24],[11,-20],[46,-11],[62,-20],[34,-11],[31,-27],[53,-15],[35,-27],[38,-2],[20,-26],[35,-20],[29,-31],[38,-31],[33,-15],[36,-11],[26,-12],[27,12],[40,-14],[31,-4],[46,-42],[45,-22],[33,-20],[66,-2],[40,-20],[40,-22],[27,-14],[31,-6],[51,-13],[31,-18],[24,-29],[38,-20],[29,-20],[24,-31],[22,-35],[20,-39],[20,-16],[36,-11],[26,-5],[33,-6],[31,2],[38,-7],[40,-11],[31,-9],[11,-31],[7,-26],[9,-33],[28,-49],[27,-35],[16,-13],[24,-16],[40,-18],[35,-4],[69,-7],[49,0],[29,0],[17,-4],[7,-35],[-20,-38],[-29,-18],[-33,-17],[11,-45],[-2,-37],[-7,-31],[0,-29],[11,-31],[16,-11],[46,0],[47,-11],[31,0],[26,-33],[40,-29],[40,3],[133,8],[36,-15],[44,-7],[62,0],[27,-11],[37,-15],[76,-27],[26,-4],[51,4],[45,-2],[51,-13],[46,-7],[31,-4],[51,9],[27,-3],[28,0],[25,0],[46,9],[23,0],[28,-9],[25,-20],[33,-22],[31,-22],[18,-17],[22,-40],[35,-27],[40,-24],[34,-13],[17,-31],[11,-31],[7,-55],[4,-34],[7,-33],[9,-20],[-18,-15],[-22,-29],[0,-24],[10,-44],[-45,-11],[-20,-18],[-25,-33],[-24,-18],[-13,-6],[-58,13],[-20,-2],[-20,-14],[-49,-2],[-17,-4],[-16,-18],[-15,-33],[-3,-18],[-24,-29],[-22,-15],[-9,-24],[-5,-16],[-17,-4],[-42,4],[-23,-26],[-17,-5],[-38,-4],[-27,-13],[-11,-22],[5,-16],[24,-29],[11,-26],[3,-33],[13,-36],[13,-22],[0,-13],[-13,-84],[9,-27],[-34,-19],[-33,-3],[-26,-6],[-56,-25],[-18,-8],[-17,-18],[-5,-20],[-9,-33],[-11,-40],[-13,-18],[0,-15],[18,-29],[11,-11],[40,-18],[35,-8],[5,-14],[-3,-22],[25,-22],[2,-72],[20,-18],[33,-31],[20,-25],[27,-42],[17,-28],[60,-47],[38,-20],[18,-66],[64,-33],[86,-44],[71,-36],[49,-31],[49,-8],[35,17],[36,-15],[29,-31],[44,-40],[13,-31],[14,-15],[15,-34],[18,-33],[20,-28],[35,-16],[31,-18],[29,-17],[47,-7],[31,-15],[37,-14],[16,-15],[6,-13],[-2,-20],[-13,-22],[-4,-33],[0,-25],[-3,-33],[-9,-26],[3,-27],[4,-15],[27,-3],[9,-57],[2,-13],[9,-18],[24,-9],[18,-9],[24,-37],[25,-18],[35,0],[29,5],[33,0],[22,2],[31,-20],[11,-16],[18,-8],[13,-5],[38,13],[13,0],[47,-17],[29,-7],[48,-7],[43,-11],[33,-6],[33,0],[33,-5],[16,-2],[11,-9],[26,-28],[16,-11],[20,-9],[71,-5],[53,-4],[24,-7],[29,2],[11,-11],[-2,-15],[-7,-18],[-8,-20],[-14,-13],[-6,-11],[-23,0],[-26,11],[-22,-4],[-42,-22],[-31,-53],[-25,-27],[-24,-4],[-18,-40],[-38,-7],[-44,-17],[-13,-18],[-42,-9],[-49,-15],[-56,0],[-24,0],[-35,-16],[-16,-7],[-33,18],[-40,-18],[-18,-6],[-51,11],[-35,20],[-13,0],[-29,-16],[-18,-11],[-24,0],[2,-24],[13,-24],[27,-25],[22,-11],[7,-17],[-5,-49],[-9,-18],[-26,-66],[6,-24],[14,-22],[6,-18],[-33,-13],[-33,-11],[-36,-20],[-20,2],[-35,18],[-22,4],[-22,13],[-16,7],[-24,0],[-23,-16],[-24,-8],[-22,-18],[-7,-27],[-2,-22],[0,-26],[11,-13],[25,-18],[22,-16],[37,-15],[14,-22],[26,-22],[20,-20],[18,-20],[15,-22],[5,-27],[-2,-39],[4,-23],[9,-15],[13,-13],[34,-7],[15,-15],[22,-38],[18,-26],[11,-20],[24,-14],[27,-6],[33,-13],[14,-9],[24,-7],[11,-15],[7,-18],[2,-33],[2,-27],[0,-24],[7,-33],[4,-22],[2,-16],[16,-17],[15,-20],[9,-20],[5,-22],[-11,-16],[-27,-9],[-9,-11],[-8,-63],[17,-23],[22,-35],[20,-56],[20,-35],[2,-20],[-4,-37],[11,-29],[9,-22],[22,-20],[40,-29],[46,-24],[25,-16],[46,-28],[27,-27],[9,-17],[-14,-40],[-6,-27],[-13,-11],[-36,-11],[-35,-9],[-23,-6],[-26,0],[-20,0],[-24,4],[-29,13],[-11,-6],[-7,-14],[0,-26],[7,-27],[4,-26],[-4,-22],[15,-18],[16,-11],[2,-24],[-7,-33],[5,-20],[9,-18],[19,-15],[12,-18],[6,-29],[0,-17],[16,-20],[11,-16],[26,-2],[20,0],[16,-16],[2,-15],[-9,-35],[-2,-22],[2,-18],[-13,-24],[-18,-29],[-33,-24],[-29,-20],[-31,-36],[-9,-26],[-11,-38],[-13,-13],[-7,-33],[-13,-22],[-9,-40],[-4,-20],[-18,-20],[-20,-13],[-51,-19],[-25,-13],[-17,-6],[-25,-11],[-23,10],[-14,9],[-20,5],[-14,3],[-22,-1],[-16,-6],[-31,-26],[-17,-13],[-18,-2],[-36,14],[-26,7],[-15,-15],[-1,-36],[9,-17],[15,-20],[22,-39],[-6,-43],[-24,-38],[-60,1],[-14,-27],[-17,-23],[-15,-6],[-17,-5],[-18,-6],[-22,-11],[-27,10],[-23,2],[-17,-12],[-13,-21],[-19,-10],[-12,9],[-22,17],[-15,0],[-14,-9],[-31,-27],[-23,-8],[-31,-5],[-21,5],[-70,30],[-20,-3],[-17,-20],[-21,-2],[-33,3],[-47,-23],[-16,-5],[-29,10],[-23,2],[-60,21],[-64,-6],[-31,-10],[-19,9],[-56,16],[-68,23],[-11,28],[-26,19],[-1,33],[-26,10],[0,28],[-3,24],[6,26],[-25,21],[-20,27],[-25,7],[-25,6],[-19,-13],[-26,-8],[-31,-27],[-20,0],[-21,25],[-22,12],[-21,12],[-8,31],[-7,23],[-11,32],[-14,20],[-17,11],[-20,-5],[-26,-7],[-19,-5],[-26,-1],[-36,14],[-25,4],[-19,-4],[-14,-6],[-13,-7],[-14,-14],[11,-31],[-4,-26],[4,-29],[-163,10],[-29,-24],[-10,-33],[-10,-21],[-54,-10],[-53,23],[-12,0],[-14,-48],[-56,11],[-51,-15],[-47,-45],[-12,-39],[-3,-44],[-52,1],[-16,-18],[-5,-47],[29,-7],[68,-57],[79,-43],[4,-41],[113,-41],[28,-29],[54,-41],[8,-26],[-9,-25],[-22,-41],[-41,-14],[-20,-87],[-41,-26],[-68,12],[-22,-35],[-41,-8],[-61,-27],[-25,-4],[-45,-29],[-45,-12],[-30,-16],[-43,-8],[-49,-15],[-35,27],[-15,-4],[-44,-47],[-47,-31],[-45,-16],[-48,-42],[-67,-18],[-127,-62],[-47,-41],[-34,-12],[-27,-35],[-16,-61],[-39,-6],[-62,-2],[-18,-46],[-96,-24],[-31,-31],[-118,-51],[-6,-27],[-80,-33],[-74,-192],[-22,-7],[-57,5],[-45,-25],[-115,-29],[-24,-41],[-21,-20],[-18,-76],[-17,-29],[-30,0],[-105,-6],[-49,6],[-85,-12],[-25,-4],[-59,-6],[-17,-15],[-77,-94],[10,-94],[-14,-21],[-121,-100],[-20,-27],[-72,-62],[-20,-45],[-47,-28],[4,-17],[-2,-39],[-6,-18],[-23,-31],[-51,-27],[-16,-14],[-92,-135],[-9,-8],[-16,-3],[-51,25],[-12,-6],[-23,-16],[-69,-25],[-19,4],[-28,3],[20,-83],[-14,-45],[-6,-55],[-31,-43],[-33,-58],[-28,-45],[-11,-29],[-47,-24],[-38,-19],[-39,2],[-6,-14],[12,-59],[-52,-130],[11,-67],[-27,-35],[-12,-70],[-18,-25],[-70,-73],[-43,-39],[-14,-43],[-63,0],[8,-62],[-6,-47],[47,-39],[37,-39],[-9,-76],[0,-49],[21,-21],[28,-12],[25,17],[143,20],[41,-12],[37,-6],[32,63],[66,6],[18,2],[33,21],[37,0],[34,-6],[33,-17],[35,-37],[67,-43],[47,-30],[51,-11],[29,9],[43,-25],[29,45],[57,0],[12,-2],[36,16],[21,-6],[56,-59],[28,-8],[37,-35],[20,0],[35,14],[27,-6],[32,-16],[15,-11],[33,6],[14,5],[26,28],[7,17],[28,8],[21,-13],[32,-47],[25,-10],[45,-59],[30,-19],[25,-14],[47,-14],[20,-19],[19,-25],[33,-14],[20,-14],[8,-19],[35,-10],[24,4],[25,14],[35,9],[24,-23],[27,-37],[30,-45],[-10,-39],[-32,-49],[-15,-51],[-2,-25],[-6,-23],[27,-32],[34,-13],[25,0],[24,15],[47,16],[25,-37],[39,-41],[24,0],[39,23],[25,2],[18,-17],[10,-32],[-10,-33],[4,-47],[-32,-45],[8,-41],[-17,-25],[-4,-49],[0,-19],[-6,-22],[-80,6],[-36,-19],[-82,-4],[-29,-18],[-4,-41],[8,-103],[-10,-30],[-80,-105],[-18,-43],[0,-23],[8,-24],[27,-70],[-2,-21],[-41,-75],[-21,-70],[0,-25],[11,-26],[100,-132],[2,-22],[-2,-19],[-21,-96],[2,-22],[4,-23],[-2,-21],[-53,-77],[-4,-13],[2,-63],[-6,-23],[-6,-20],[-47,-68],[-19,-35],[-26,-25],[-23,-20],[-47,-33],[-28,-27],[-64,-73],[-14,-6],[-24,0],[-109,-44],[-55,-12],[-39,0],[-116,56],[-25,18],[-16,6],[-131,-24],[-94,-3],[-51,11],[-33,32],[-84,80],[-16,11],[-96,-78],[-67,-47],[-25,-17],[-29,10],[-28,0],[-47,-14],[-92,-24],[-39,-23],[-14,-19],[-37,-59],[-31,-37],[-31,-27],[-28,-22],[-21,-25],[-36,-45],[-21,-22],[-22,-6],[-49,-3],[-54,0],[-38,-4],[-51,-12],[-48,-6],[-32,8],[-51,16],[-19,-4],[13,-63],[14,-47],[20,-39],[10,-11],[31,-18],[33,-37],[24,-29],[11,-24],[0,-25],[-7,-26],[-8,-15],[-26,-14],[-37,4],[-25,-23],[-14,-10],[0,-37],[-12,-29],[-23,-38],[-16,-41],[-16,-31],[-13,-56],[-18,-36],[-22,-41],[-7,-23],[-16,-8],[-24,-10],[-15,-9],[-43,-8],[-47,-8],[-49,-4],[-28,0],[-17,2],[-63,24],[-59,11],[-98,8],[-120,21],[-122,26],[-58,24],[-58,48],[-37,49],[-30,34],[-29,35],[-21,8],[-29,-7],[-47,-21],[-34,-5],[-38,-2],[-37,6],[-21,5],[-24,-12],[-20,-34],[-16,-29],[-39,-33],[-32,-16],[-24,-28],[-22,-22],[-24,-16],[-12,-16],[-8,-21],[-3,-25],[-11,-14],[-12,-19],[-53,-27],[-19,-21],[-31,-42],[-35,-27],[-23,-34],[-19,-53],[-71,-34],[-32,-24],[-84,-29],[-22,-39],[-15,-69],[-22,-63],[-39,-73],[-21,-53],[0,-74],[-27,-21],[-31,-34],[-43,-37],[-79,-32],[-8,-123],[-42,-43],[-95,-71],[-74,-58],[-21,-42],[-27,-37],[-13,-39],[-26,-26],[-58,-32],[-24,-42],[-13,-74],[-11,-47],[-21,-66],[-11,-34],[-21,-27],[-37,-16],[-47,6],[-50,42],[-31,25],[-14,-12],[-3,-18],[55,-114],[45,-105],[43,-100],[34,-63],[24,-50],[2,-21],[-2,-48],[2,-42],[-2,-21],[-11,-13],[-21,-16],[-66,-8],[-32,-5],[-23,-24],[-11,-18],[0,-32],[-5,-18],[-16,-13],[-11,-24],[-8,-34],[-10,-16],[-27,-5],[-31,-16],[-16,-8],[-27,-24],[-37,-21],[-21,-21],[-10,-14],[8,-15],[8,-16],[-8,-37],[10,-7],[69,-43],[1,-22],[-17,-20],[-8,-13],[3,-76],[10,-69],[8,-47],[-34,-5],[-37,0],[-24,-11],[-69,-39],[-13,0],[-42,10],[-24,11],[-26,-8],[-21,-13],[-35,-48],[-15,-13],[-48,-32],[-24,-15],[-16,-14],[8,-55],[19,-39],[24,-40],[15,-39],[37,-45],[32,-42],[21,-50],[19,-40],[-11,-39],[-3,-40],[16,-45],[8,-42],[16,-39],[-3,-13],[-26,-14],[-26,-13],[-11,-37],[-24,-68],[6,-26],[-22,-21],[-18,-22],[0,-36],[3,-50],[0,-29],[-32,-24],[-37,-29],[-50,-45],[-43,-10],[-29,-16],[-79,8],[-55,-6],[-74,-13],[-114,63],[-100,90],[-24,29],[-47,24],[-30,5],[-44,5],[-51,19],[-37,8],[-42,18],[-50,42],[-66,58],[-29,26],[-27,21],[-58,16],[-58,6],[-47,-8],[-50,-19],[-48,-39],[-29,-29],[-37,-50],[-16,-24],[-50,3],[-95,15],[-58,6],[-29,0],[-69,-29],[-98,-24],[-108,-53],[-71,-34],[-35,-5],[-39,-45],[-35,-53],[-63,-92],[-24,-58],[-24,-68],[-31,-45],[-66,-24],[-48,-8],[-53,0],[-42,6],[-42,-21],[-50,-85],[-27,-10],[-10,13],[-43,92],[-76,66],[-69,37],[-82,29],[-58,53],[-39,39],[-59,-29],[-37,-68],[-110,-103],[-37,-19],[-64,14],[-71,21],[-53,13],[-37,-3],[-42,-23],[-29,-11],[-32,66],[-53,71],[-71,32],[-108,63],[-90,23],[-58,24],[-24,5],[-37,-15],[-18,-6],[-40,19],[-58,31],[-24,32],[11,55],[26,58],[-11,90],[-31,60],[-56,37],[-45,48],[-29,29],[-50,44],[-3,85],[-15,37],[-11,28],[-26,-5],[-48,21],[-8,48],[-8,63],[-2,63],[-24,66],[-37,34],[-24,19],[-42,-6],[-95,-10],[-93,2],[-76,0],[-56,27],[-26,23],[-32,-2],[-37,-58],[-103,-61],[-148,-47],[-45,-16],[-15,-2],[-48,34],[-48,26],[-68,18],[-90,14],[-37,18],[-53,42],[-39,53],[-32,21],[-37,11],[-61,28],[-37,27],[-29,16],[-5,15],[-5,77],[13,45],[24,52],[39,61],[5,34],[6,21],[-3,32],[-18,21],[-51,0],[-58,-8],[-53,2],[-71,22],[-39,0],[-69,-3],[-69,16],[-34,8],[-61,8],[-24,18],[-23,16],[-6,39],[-10,90],[-24,29],[-45,31],[-34,37],[0,71],[5,35],[40,55],[5,100],[0,37],[-27,26],[-29,13],[-63,21],[32,71],[53,24],[23,66],[27,45],[5,16],[-32,31],[-55,58],[-37,53],[-19,23],[-21,14],[-31,5],[-56,0],[-45,-8],[-42,-26],[-50,34],[-29,10],[-27,3],[-26,-39],[-16,-6],[-53,8],[-26,0],[-29,-18],[-16,-42],[-24,8],[-53,31],[-37,26],[-26,35],[-29,-3],[-16,0],[-48,-32],[-47,-36],[-69,-16],[-31,-13],[-19,-14],[-40,-57],[-63,-29],[-34,-32],[-27,-13],[-39,-11],[-35,-34],[-68,13],[-127,-16],[-16,-5],[-42,-8],[-58,5],[-19,8],[-31,-10],[-27,-29],[-32,-13],[-89,-82],[-22,-5],[-21,0],[-66,29],[-45,0],[-44,5],[-74,-3],[-19,-7],[-24,-27],[-39,-10],[-58,-14],[-51,-44],[-10,-11],[8,-30],[-45,-15],[-24,-18],[-10,-24],[-32,0],[-3,-26],[-2,-18],[-11,-11],[-3,-18],[-21,-16],[13,-34],[-2,-22],[-29,-47],[-21,-18],[-35,-29],[11,-37],[-13,-16],[-37,-11],[-19,-18],[-37,-16],[-21,13],[-34,-10],[-29,-21],[-16,-16],[-16,-24],[-77,-10],[-26,-21],[-50,-42],[-27,-27],[-42,-21],[-37,-10],[-24,-16],[-37,-19],[-15,0],[-24,64],[-6,47],[8,50],[24,47],[48,56],[10,58],[14,44],[15,43],[8,36],[-2,45],[-14,40],[-34,42],[-45,34],[-63,47],[-45,29],[-27,53],[-18,26],[-45,11],[-45,24],[-39,13],[-32,5],[-37,34],[-37,48],[-32,21],[-63,0],[-45,10],[-26,-5],[-45,-29],[-64,0],[-53,-34],[-39,5],[-45,8],[-50,-50],[-27,-16],[-31,-2],[-53,10],[-69,21],[-63,13],[-77,16],[-55,16],[-66,5],[-53,-8],[-58,11],[-93,42],[-29,45],[-13,55],[-34,26],[-37,48],[-29,8],[-32,-14],[-40,-13],[-39,-5],[-45,13],[-35,-2],[-44,-3],[-24,10],[-29,24],[-37,19],[-29,8],[-57,18],[-59,5],[-35,-14],[-26,-19],[-37,14],[-19,7],[-38,0],[-61,52],[-42,16],[-52,-5],[-56,-14],[-57,-23],[-25,-12],[-71,-2],[-37,-17],[-62,21],[-39,-9],[-45,-9],[-61,-19],[-24,-19],[-44,-21],[-59,-12],[-47,15],[-63,9],[-26,-28],[-12,-26],[-19,-35],[-19,-21],[-23,-5],[-33,-14],[-16,-19],[-26,-39],[-21,-15],[-12,-11],[-14,-24],[-12,-25],[-12,-24],[-4,-19],[-19,-18],[-12,-17],[-33,-7],[-21,3],[-23,30],[-26,19],[-31,14],[-42,16],[-17,0],[-23,-18],[-14,-26],[-33,7],[-45,4],[-54,15],[-47,-3],[-42,-14],[-33,2],[-35,-7],[-19,-9],[-44,-5],[-17,-35],[-9,-47],[-26,-32],[-7,-14],[-28,-26],[-29,-14],[-35,9],[-35,31],[-12,35],[5,23],[16,35],[-42,28],[-45,0],[-44,-7],[-42,26],[-66,47],[-33,33],[-7,2]],[[116420,178232],[-10,153],[3,132],[4,117],[-8,110],[-39,110],[-19,116],[49,119],[69,91],[48,97],[25,119],[11,83],[-28,74],[-74,109],[-55,129],[-38,88],[-24,109],[-86,148],[-99,108],[-91,139],[-62,96],[-25,166],[-13,115],[-28,153],[-26,118],[-13,105],[-6,80],[18,121],[40,92],[31,67],[34,107],[60,112],[46,160],[83,126],[69,143],[46,173],[43,126],[34,147],[34,135],[85,111],[60,77],[61,95],[44,67],[9,174],[13,121],[45,137],[46,102],[58,141],[20,171],[-39,125],[-46,100],[-106,64],[-71,43],[-48,28],[-94,57]],[[116460,184338],[-42,119],[-27,152],[-21,132],[-25,108],[-23,77],[-28,87],[-88,133],[-69,112],[-46,87],[-21,84],[-17,93],[-45,102],[-44,94],[-15,144],[-37,124],[-50,107],[-10,151],[-32,166],[-52,125],[-44,98],[-13,200],[-92,172],[-62,134],[-33,118],[-18,181],[-5,131],[-6,134],[33,128],[34,166],[55,142],[38,144],[83,148],[82,129],[50,143],[43,120],[28,84],[89,144],[55,138],[75,146],[51,97],[33,65],[67,131]],[[159787,113617],[141,76],[71,38],[105,57],[159,86],[120,102],[98,57],[136,53],[86,82],[85,110],[105,107],[74,71],[98,75],[124,105],[93,57],[79,92],[105,137],[61,103],[71,127],[101,188],[148,193],[127,187],[17,22]],[[161991,115742],[42,-12],[142,50],[85,42],[106,43],[114,49],[127,71],[100,50],[14,-29],[14,-134],[21,-85],[43,-85],[35,-106],[64,-57],[100,-35],[106,-14],[135,-21],[184,28],[149,-42],[114,-43],[71,-56],[121,-92],[120,-114],[121,-91],[156,-170],[106,-149],[114,-120],[170,-85],[170,-113],[135,-99],[121,-142],[383,-488],[894,-1124],[766,-983],[745,-998],[908,-1132],[104,-131],[235,-305],[263,-370],[150,-206],[146,-164],[183,-243],[230,-267],[108,-169],[104,-98],[84,-70],[160,-234],[89,-155],[164,-159],[207,-248],[155,-66],[141,-28],[103,-84],[127,-136],[24,-75],[84,-38],[127,-37],[43,-89],[32,-23],[76,4],[56,-28],[61,-84],[75,-61],[85,-28],[108,-33],[75,-37],[94,-127],[146,-108],[70,-74],[-9,-94],[18,-56],[80,-42],[99,-29],[94,-65],[-33,-84],[66,-85],[-38,-126],[42,-52],[94,-51],[94,-42],[66,-42],[122,-85],[155,-70],[66,-80],[99,-84],[155,-103],[164,-103],[113,-117],[155,-178],[38,-159],[263,-141],[277,-154],[169,-108],[164,-131],[188,-145],[169,-169],[57,-33],[141,-51],[159,-80],[57,-42],[80,-61],[51,19],[-14,80],[0,89],[47,75],[71,42],[150,51],[56,61],[174,117],[165,89],[169,94],[33,79],[-76,75],[10,75],[-10,136],[-65,89],[-57,84],[-28,80],[10,75],[-15,131],[19,112],[71,14],[197,0],[183,19],[104,-14],[126,-42],[123,-56],[75,-108],[51,-112],[-28,-150],[10,-131],[-24,-136],[33,-98],[-28,-75],[-19,-169],[38,-94],[42,-89],[42,-93],[71,-56],[65,-14],[66,-132],[122,-117],[24,-37],[-28,-131],[136,-14],[254,-103],[32,-108],[-70,-122],[-179,-65],[-32,-99],[-38,-98],[-146,56],[-56,-33],[-19,-70],[38,-154],[-38,-99],[-28,-164],[52,-56],[206,0],[47,-131],[-117,-47],[-66,-136],[113,-89],[38,-168],[98,-99],[94,-168],[56,-122],[104,-51],[207,-85],[131,-131],[150,-70],[14,-155],[47,-70],[-37,-122],[-42,-112],[65,-122],[19,-61],[10,-140],[164,-112],[160,-122],[33,-127],[51,-234],[90,-150],[155,-107],[145,-47],[165,-38],[126,-145],[137,-164],[145,-150],[90,-145],[108,-168],[28,-178],[0,-127],[-197,-248],[-109,-197],[24,-93],[52,-136],[94,-169],[150,-168],[141,-66],[146,-93],[-5,-211],[84,-52],[12,-75]],[[181098,95725],[-171,-27],[-191,-19],[-181,-37],[-155,-34],[-86,46],[-88,66],[-88,40],[-117,33],[-86,22],[-74,-35],[-109,-56],[-48,-60],[-59,-70],[-72,-63],[-115,-41],[-146,18],[-99,46],[-89,21],[-126,22],[-187,32],[-171,-49],[-176,-64],[-185,14]],[[178279,95530],[-85,63],[-42,32],[-64,47],[-95,71],[-127,79],[-81,74],[-64,49],[-96,64],[-95,52],[-90,22],[-75,11],[-86,17],[-118,21],[-108,21],[-144,17],[-111,1],[-121,22],[-94,-1],[-93,15],[-125,21],[-127,-10],[-125,-2],[-116,36],[-111,52],[-144,84],[-113,15],[-143,16],[-140,38],[-147,25],[-140,87],[-79,109],[-89,92],[-83,99],[-90,86],[-79,110],[-42,75],[-52,111],[-62,157],[-34,93],[-45,87],[-60,104],[-107,106],[-126,88],[-101,51],[-86,48],[-112,37],[-121,30],[-61,44],[-87,64],[-91,47],[-59,16],[-86,23],[-108,35],[-76,20],[-111,29],[-102,26],[-138,19],[-70,-12],[-106,-17],[-101,-15],[-92,-45],[-105,-72],[-95,-72],[-100,-97],[-106,-87],[-79,-133],[-60,-137],[30,-156],[-7,-116],[-28,-98],[-32,-117],[-10,-140],[-10,-120],[-128,-26],[-176,6],[-157,32],[-90,-18],[-118,-20],[-151,-35],[-110,6],[-136,-5],[-128,-55],[-113,1],[-85,-13],[-106,-10],[-127,-25],[-84,-39],[-72,-10],[-93,3],[-66,16],[-60,9],[-90,14],[-133,20],[-119,-29],[-85,-45],[-76,-57],[-90,-8],[-120,0],[-103,20],[-116,33],[-139,23],[-130,32],[-135,-22],[-73,-19],[-73,-5],[-80,-7],[-111,-11],[-148,-17],[-188,-49],[-99,-20],[-116,-46],[-150,-59],[-133,9],[-99,-25],[-119,-25],[-118,46],[-70,66],[-81,28],[-69,5],[-77,-1],[-89,-15],[-72,-17],[-93,-27],[-86,17],[-111,36],[-142,45],[-51,47],[-60,36],[-83,18],[-108,-8],[-157,-15],[-112,-27],[-119,-51],[-101,-49],[-140,-46],[-103,21],[-130,28],[-138,61],[-117,51],[-118,76],[-65,49],[-94,53],[-137,71],[-180,89],[-169,103],[-162,58],[-172,87],[-187,130],[-146,49],[-157,100],[-87,83],[-107,133],[-54,110],[-79,89],[-80,74],[-87,77],[-132,66],[-116,39],[-109,21],[-127,0],[-137,1],[-65,0],[-94,1],[-127,0],[-68,2],[-96,-1],[-119,1],[-99,2],[-123,20],[-162,37],[-110,49],[-165,73],[-140,76],[-169,66]],[[160410,98598],[83,66],[41,33],[62,50],[93,75],[126,83],[152,60],[77,60],[104,94],[99,54],[50,16],[67,15],[98,21],[79,46],[68,64],[101,95],[97,36],[74,40],[47,49],[65,68],[52,73],[60,90],[79,130],[53,126],[57,113],[60,150],[31,138],[61,135],[5,110],[-3,77],[9,91],[10,67],[13,78],[14,103],[20,153],[-2,148],[17,113],[-17,113],[-25,66],[-38,96],[-36,77],[-28,93],[-24,101],[-40,69],[-56,86],[-52,55],[-73,78],[-56,58],[-79,52],[-110,74],[-102,46],[-84,15],[-119,24],[-79,54],[-95,68],[-105,59],[-141,83],[-132,38],[-126,54],[-122,-1],[-140,-1],[-105,25],[-135,54],[-189,81],[-200,32],[-169,42],[-211,22]],[[159641,103231],[-25,102],[-12,51],[-18,77],[-28,115],[-47,94],[-57,58],[-73,81],[-98,116],[-72,118],[-71,77],[-65,102],[-48,101],[-59,86],[-84,125],[-82,107],[-45,121],[-52,74],[-67,89],[-72,95],[-108,135],[-24,53],[-36,80],[-54,116],[-72,117],[-28,111],[-23,116],[-36,146],[-16,131],[-19,60],[-28,89],[-49,118],[-74,176],[-46,177],[6,186],[-30,198],[-27,152]],[[157902,107181],[-22,142],[-11,72],[-17,107],[-24,161],[-27,114],[-25,147],[-19,128],[-45,163],[-53,134],[-10,127],[-9,96],[-5,130],[-8,116],[-16,157],[-23,87],[-30,109],[-46,136],[-69,128],[-22,102],[-31,89],[-43,102],[-47,83],[-50,99],[-46,136],[-35,112],[-72,84],[-104,105],[-83,100],[-95,97],[-90,116],[-118,123],[-121,126],[-144,170],[-205,221],[-186,200],[-137,145],[-109,115],[-120,118],[-172,177],[-120,114],[-64,47],[-27,79],[-24,105],[9,81],[51,81],[73,59],[98,53],[107,56],[109,28],[118,43],[83,-3],[109,-7],[128,-5],[134,-34],[58,-11],[75,-5],[106,-6],[123,-9],[117,11],[80,2],[74,14],[95,23],[140,34],[161,8],[145,-9],[193,-2],[170,-27],[160,12],[193,20],[147,29],[100,43],[127,39],[70,15],[84,26],[118,37],[119,32],[102,50],[110,36],[75,47],[86,58],[121,81],[135,121],[76,46],[115,68],[115,82]],[[181098,95725],[12,-79],[23,-117],[5,-211],[78,-126],[9,-38],[42,-75],[66,-65],[70,14],[156,56],[93,51],[118,38],[122,5],[66,-10],[33,-56],[-5,-84],[-23,-99],[51,-51],[98,-89],[53,-42],[112,-61],[151,-38],[159,-9],[127,28],[122,5],[108,-108],[94,-65],[83,-77],[64,-48],[103,-39],[127,0],[95,8],[104,63],[95,24],[95,95],[64,71],[64,166],[39,80],[40,63],[87,71],[48,64],[96,55],[71,48],[80,23],[63,-7],[40,-16],[8,-856],[8,-3375],[0,-3422],[1,-149],[-2,-373],[0,-197],[0,-483],[0,-229],[4,-142],[-2,-49],[0,-46],[-2,-45],[6,-42],[27,-37],[34,-60],[13,-38],[4,-47],[23,-55],[24,-75],[7,-43],[11,-57],[11,-47],[18,-42],[26,-49],[25,-53],[22,-49],[34,-46],[44,-54],[33,-44],[12,-29],[-5,-29],[-9,-26],[-13,-27],[7,-18],[20,-17],[37,-34],[7,-13],[2,-26],[2,-34],[-2,-69],[5,-66],[13,-36],[11,-31],[-13,-20],[-16,-28],[-11,-36],[-24,-35],[-18,-25],[-16,-29],[0,-44],[-6,-47],[15,-33],[16,-37],[18,-25],[53,-26],[51,-20],[16,-16],[22,-20],[31,-20],[36,-11],[31,-24],[22,-34],[31,-9],[16,-26],[13,-16],[0,-17],[7,-27],[11,-18],[13,-11],[14,-22],[15,-16],[18,-31],[22,-11],[31,-15],[25,-9],[22,-9],[27,-11],[31,-16],[24,-22],[32,-29],[20,-20],[20,-31],[31,-55],[18,-24],[4,-20],[-4,-18],[0,-18],[9,-20],[20,-24],[-5,-18],[-18,-18],[-29,-15],[-51,-22],[-60,-18],[-53,-33],[-16,-31],[-24,-45],[-7,-40],[-2,-60],[2,-44],[22,-55],[34,-51],[35,-47],[40,-18],[34,2],[29,12],[31,11],[38,15],[33,25],[36,31],[44,28],[36,29],[49,25],[51,-3],[46,-4],[49,4],[36,14],[36,4],[42,2],[49,0],[69,-4],[53,-22],[56,0],[18,-2],[28,-12],[72,-33],[53,-31],[91,-38],[51,-24],[16,-29],[-7,-33],[-15,-18],[-31,-13],[-7,-33],[-11,-34],[-9,-42],[-7,-33],[7,-36],[2,-15],[18,-27],[-7,-40],[-2,-31],[13,-28],[23,-47],[15,-33],[5,-27],[4,-31],[11,-29],[31,-26],[40,-5],[27,2],[20,25],[20,26],[-2,43],[-11,31],[-20,35],[0,16],[7,33],[11,46],[24,23],[51,8],[63,5],[69,9],[48,-9],[32,22],[46,22],[54,27],[42,4],[53,-11],[34,-20],[29,-42],[17,-58],[32,-82],[21,-39]],[[187391,82429],[-103,-81],[-185,-147],[-166,-110],[-178,-50],[-146,-43],[-127,-23],[-143,-18],[-99,-10],[-88,-17],[-141,-17],[-116,-8],[-102,-12],[-111,-6],[-104,20],[-130,13],[-91,7],[-66,6],[-90,4],[-104,-17],[-117,-4],[-97,-16],[-138,-23],[-142,-7],[-95,-4],[-116,15],[-119,-16],[-150,1],[-143,39],[-172,17],[-120,8],[-103,5],[-136,-32],[-174,-4],[-127,-15],[-180,-27],[-133,-9],[-153,4],[-120,-11],[-145,-2],[-108,-7],[-101,-9],[-138,-42],[-92,-28],[-146,-8],[-99,-5],[-85,-15],[-103,-53],[-62,-88],[-43,-68],[-129,-89],[-138,-50],[-98,-27],[-116,-25],[-130,-71],[-110,-59],[-88,-38],[-79,-13],[-75,3],[-94,-11],[-123,-49],[-90,-30],[-80,5],[-112,38],[-135,5],[-137,38],[-127,62],[-119,42],[-92,40],[-140,48],[-145,88],[-138,57],[-124,63],[-90,51],[-126,57],[-138,97],[-141,31],[-104,22],[-85,13],[-140,14],[-132,39],[-107,26],[-95,-5],[-130,-16],[-138,-52],[-114,-58],[-124,-41],[-86,-28],[-64,-19],[-125,-12],[-88,-3],[-154,32],[-182,-11],[-122,-9],[-91,-8],[-159,-1],[-119,-17],[-151,-30],[-141,-68],[-123,-49],[-139,-71],[-93,-47],[-61,-32],[-124,-63]],[[175139,81285],[-104,97],[-89,112],[-60,76],[-61,94],[-40,73],[-123,139],[-82,116],[-93,132],[-115,109],[-88,157],[-78,133],[-47,145],[-36,105],[-76,107],[-143,81],[-120,0],[-136,-6],[-150,2],[-109,-4],[-86,-13],[-136,26],[-121,49],[-104,47],[-84,32],[-79,56],[-87,71],[-59,55],[-65,84],[-119,103],[-83,84],[-119,108],[-135,72],[-137,99],[-96,66],[-121,77],[-109,111],[-71,81],[-61,106],[-77,89],[-60,137],[-49,129],[-16,118],[-10,92],[33,134],[7,138],[17,150],[5,124],[-16,97],[-58,183],[-45,126],[-30,86],[-72,173],[-53,161],[-81,132],[-61,91],[-76,129],[-58,131],[-86,140],[-50,170],[-62,167],[-48,113],[-117,167],[-78,111],[-155,182],[-104,126],[-94,111],[-108,116],[-73,85],[-98,133],[-50,133],[-42,115],[-88,142],[-64,120],[-73,108],[-58,86],[-38,65],[-26,89],[-20,68],[-33,131],[-23,88],[-15,59],[-29,117]],[[169185,89629],[159,17],[158,67],[143,60],[100,46],[79,73],[69,64],[56,46],[105,62],[89,85],[117,94],[91,91],[68,65],[58,55],[40,37],[82,108],[59,92],[88,100],[104,77],[139,123],[100,85],[71,60],[66,79],[69,82],[110,67],[133,137],[92,104],[63,71],[100,71],[102,86],[93,58],[68,40],[120,71],[101,42],[80,33],[56,26],[104,89],[82,78],[96,56],[72,44],[135,31],[93,20],[173,42],[152,12],[156,54],[112,45],[143,18],[158,60],[137,40],[130,10],[101,8],[94,6],[81,13],[75,13],[91,6],[67,7],[64,3],[113,25],[102,16],[117,63],[103,50],[77,42],[141,22],[123,66],[94,57],[117,40],[111,56],[87,45],[68,31],[92,68],[91,57],[91,70],[69,68],[61,50],[86,82],[113,81],[80,87],[59,69],[93,105],[79,70],[139,118],[95,79],[164,101],[110,73],[102,103],[141,102],[118,155],[84,105],[93,98],[83,75],[84,148],[57,98],[38,66],[75,131]],[[115511,208154],[-212,41],[-180,41],[-135,43],[-185,34],[-139,9],[-148,2],[-141,50],[-156,36],[-146,58],[-144,34],[-108,10],[-125,-11],[-138,-1],[-114,-16],[-123,-12],[-87,-7],[-80,-7],[-111,43],[-73,28],[-50,19],[-98,37]],[[112818,208585],[22,124],[11,62],[17,93],[25,140],[31,126],[-8,125],[-22,123],[17,86],[25,122],[9,134],[13,126],[-17,111],[6,38],[8,41],[11,55],[20,64],[42,69],[67,95],[101,135],[95,94],[100,91],[99,134],[86,97],[85,97],[122,125],[156,172],[112,126],[30,43],[44,56],[53,78],[74,108],[87,136],[54,62],[56,92],[22,104],[24,147],[-6,91],[-60,114],[-104,101],[-123,55],[-85,32],[-102,63],[-112,102],[-91,106],[-85,91],[-118,110],[-107,150],[-44,44],[-63,55],[-92,83],[-101,123],[-141,183],[-45,95],[-64,140],[-72,162],[-113,144],[-50,87],[-86,79],[-128,111],[-98,70],[-80,97],[-90,98],[-58,106],[-74,147],[-100,191],[-139,246],[-13,26]],[[111851,215518],[6,5],[56,0],[76,2],[56,7],[95,-16],[89,-22],[41,5],[27,22],[96,-22],[121,-61],[66,-29],[69,29],[47,67],[139,114],[113,-9],[96,117],[41,29],[49,22],[16,27],[-5,170],[29,90],[-4,42],[-23,52],[-51,51],[51,52],[5,71],[105,58],[50,41],[49,85],[11,71],[11,36],[-40,36],[-2,85],[-36,27],[-45,74],[-40,62],[141,34],[112,69],[155,9],[27,61],[92,76],[23,40],[40,29],[87,-2],[126,-58],[27,60],[108,40],[56,0],[76,58],[45,-4],[45,31],[18,54],[20,22],[7,43],[58,18],[41,4],[11,67],[54,52],[60,60],[34,70],[76,-9],[47,-34],[25,0],[128,-98],[36,56],[49,18],[41,2],[94,-99],[4,-42],[45,-43],[52,-109],[69,-47],[54,-65],[14,-90],[29,-58],[-13,-112],[6,-89],[3,-23],[26,-20],[41,-20],[121,-16],[67,-2],[140,52],[125,29],[108,87],[78,-7],[115,9],[34,11],[121,-6],[36,-7],[89,-34],[52,5],[117,42],[47,12],[90,-21],[49,25],[36,11],[61,3],[44,4],[45,-2],[54,29],[32,2],[49,-38],[0,-18],[-56,-69],[9,-18],[78,-83],[7,-69],[124,-58],[15,-12],[63,41],[108,9],[65,-50],[22,-40],[25,-13],[79,24],[58,-24],[38,-45],[-9,-63],[56,-49],[110,38],[59,0],[67,-11],[65,0],[45,-7],[29,9],[20,-13],[27,-101],[25,-25],[83,7],[52,-31],[110,2],[60,-18],[25,-33],[-5,-103],[-31,-99],[-9,-71],[-23,-27],[-26,-7],[-34,-40],[-25,-9],[-38,-32],[-4,-20],[42,-4],[47,4],[32,-15],[-56,-115],[2,-49],[4,-38],[47,-71],[32,-43],[16,34],[47,-59],[58,-24],[32,-83],[2,-36],[29,-40],[13,-87],[34,-67],[47,-23],[57,-34],[37,-23],[23,-1],[61,54],[4,83],[33,43],[0,49],[-4,47],[50,35],[30,69],[46,33],[19,80],[83,-7],[173,29],[76,15],[120,-8],[126,22],[159,21],[95,3],[28,-4],[45,-51],[18,-43],[22,-16],[44,-8],[44,8],[24,16],[51,7],[35,-15],[-1,-60],[39,-19],[23,-15],[48,2],[52,-20],[77,-61],[20,-89],[15,-18],[52,-15],[37,-53],[57,-23],[6,-104],[20,-18],[54,0],[88,-86],[35,-25],[65,-23],[17,-19],[33,-106],[41,-40],[35,-56],[16,-34],[3,-19],[-16,-39],[21,-102],[108,-93],[24,-21],[7,-21],[23,-17],[61,4],[18,-9],[16,-35],[0,-67],[-1,-75],[-11,-9],[-20,-31],[-37,-50],[-15,-11],[-22,-14],[-46,-10],[3,-37],[-16,-21],[-7,-48],[7,-40],[7,-10],[28,-25],[7,-16],[18,-15],[29,-14],[37,-83],[32,-14],[31,1],[60,2],[55,4],[29,-38],[3,-23],[-10,-12],[-41,-43],[-7,-14],[46,-77],[56,-5],[40,-4],[23,-12],[18,-22],[-8,-40],[4,-68],[18,-9],[18,2],[47,23],[44,-11],[41,-43],[59,-50],[55,-27],[22,-29],[37,-61],[15,-50],[59,-46],[30,-22],[2,-65],[12,-42],[22,-38],[16,-8],[48,10],[77,-63],[35,-7],[60,-39],[35,6],[57,-16],[40,-21],[21,0],[48,31]],[[168447,47483],[73,79],[36,40],[55,59],[81,90],[105,9],[154,3],[172,-31],[119,-26],[140,1],[89,-2],[100,-24],[136,-37],[82,15],[117,32],[143,67],[118,80],[53,44],[78,63],[117,95],[134,25],[93,-4],[97,-46],[110,-69],[138,-83],[86,-100],[118,-116],[80,-67],[113,-81],[84,-81],[84,-127],[49,-102],[62,-59],[94,-86],[117,-64],[94,-38],[49,-46],[59,-79],[31,-87],[3,-101],[-62,-89],[-97,-89],[-70,-22],[-85,-26],[-102,-40],[-121,-35],[-99,-16],[-46,-71],[-43,-78],[-62,-117],[-41,-123],[-22,-120],[-37,-82],[-50,-104],[-68,-154],[-44,-210],[20,-128],[-6,-128],[-2,-72],[-5,-106],[0,-111],[21,-140],[69,-98],[86,-54],[119,-76],[92,16],[96,37],[60,-31],[62,-58],[88,-85],[41,-53],[51,-61],[56,-70],[83,-104],[88,-115],[111,-91],[103,-117],[73,-73],[75,-110],[23,-57],[32,-65],[47,-97],[0,-56],[-3,-74],[-5,-110],[-8,-142]],[[172528,42824],[-135,25],[-68,12],[-101,19],[-151,28],[-106,80],[-100,98],[-134,99],[-61,49],[-85,60],[-125,65],[-119,31],[-150,-17],[-111,-17],[-89,-69],[-67,-51],[-72,-68],[-60,-98],[-71,-119],[-64,-134],[-89,-136],[-65,-111],[-94,-126],[-45,-105],[-67,-107],[-96,-133],[-43,-102],[-22,-106],[-37,-114],[-34,-116],[-51,-103],[-28,-101],[-26,-104],[-35,-118],[-14,-74],[-14,-103],[-21,-122],[3,-109],[1,-76],[1,-110],[-2,-158],[-4,-69],[-10,-86],[-8,-94],[-29,-87],[-44,-121],[-35,-136],[-26,-99],[-45,-93],[-69,-123],[-11,-72],[-15,-44],[-24,-66],[-35,-99],[-53,-112],[-70,-137],[-62,-138],[-2,-112],[-4,-89],[-5,-135],[-8,-80],[-3,-88],[-13,-72],[-20,-92],[-31,-136],[32,-122],[59,-65],[90,-86],[77,-42],[99,-53],[131,-38],[99,20],[113,13],[90,7],[70,52],[72,71],[91,88],[117,103],[76,65],[114,88],[77,29],[95,36],[112,56],[65,-41],[74,-102],[50,-149],[-12,-70],[-17,-85],[-10,-93],[-14,-109],[9,-100],[15,-141],[24,-113],[1,-79],[3,-95],[-1,-133],[0,-132],[-14,-134],[-6,-139],[-6,-204],[31,-207],[14,-156]],[[171075,36043],[-172,1],[-86,0],[-129,0],[-193,1],[-131,10],[-157,-16],[-75,-4],[-107,-7],[-160,-10],[-112,-15],[-153,-13],[-144,-12],[-159,18],[-95,10],[-113,-13],[-122,-9],[-63,-32],[-74,-36],[-102,-44],[-97,-22],[-119,-33],[-106,-34],[-115,-49],[-127,-35],[-110,-50],[-108,-43],[-161,-66],[-139,-32],[-123,-67],[-142,-82],[-142,-22],[-127,-29],[-159,-63],[-162,-93],[-166,-34],[-129,-69],[-108,-62],[-147,-41],[-197,-39],[-152,-46],[-166,-9],[-184,-49],[-119,-46],[-140,-30],[-168,-44],[-212,-53]],[[164903,34630],[-58,23]],[[164845,34653],[-83,115],[-42,57],[-62,85],[-93,129],[-95,66]],[[164470,35105],[77,122],[39,62],[58,91],[87,138],[57,112],[3,90],[4,69],[6,102],[9,147],[15,126],[26,176],[-12,86],[-21,112],[18,81],[28,103],[50,115],[38,112],[38,102],[66,91],[71,72],[91,70],[34,66],[33,68],[38,53],[54,73],[58,91],[7,101],[8,128],[-13,103],[-30,113],[-27,139],[-45,83],[-19,60],[-27,88],[-11,51],[-14,72],[-22,105],[-41,140],[-79,86],[-91,101],[-83,46],[-106,36],[-115,20],[-134,39],[-127,31],[-149,-11],[-161,-49],[-109,-36],[-135,-12],[-165,-16],[-160,19]],[[163587,39072],[17,118],[8,59],[13,89],[19,133],[36,83],[56,94],[66,86],[78,123],[42,126],[-2,119],[0,101],[-4,148],[-5,125],[28,134],[46,91],[70,115],[37,81],[53,95],[53,101],[69,140],[68,85],[12,117],[-49,103],[-60,117],[-76,64],[-111,84],[-93,76],[-101,116],[-49,61],[-63,94],[-66,134],[-20,107],[3,81],[11,68],[23,96],[40,136],[78,103],[49,35],[71,49],[85,26],[117,34],[98,58],[112,80],[90,38],[90,58],[88,88],[92,69],[53,73],[65,111],[18,131],[-7,147],[52,82],[72,101],[93,140],[79,109],[123,104],[111,61],[164,77],[140,38],[132,80],[89,3],[76,20],[113,29],[82,-4],[51,-13],[60,-12],[89,-16],[94,4],[141,6],[122,45],[85,41],[97,18],[140,23],[139,27],[139,38],[198,50],[102,89],[130,84],[72,99],[39,65],[51,73],[46,77],[44,101],[28,118],[32,143],[64,103],[75,133],[74,135],[34,119],[51,121],[54,162],[28,84],[18,101],[27,144],[-5,101],[7,52],[9,68],[8,98],[-17,123],[-40,167]],[[157968,32774],[68,-41],[122,-41],[102,-61],[113,-42],[63,-25],[92,-36],[80,-39],[119,-56],[165,-73],[101,-51],[138,-60],[114,-70],[150,-50],[79,-24],[101,-18],[86,-26],[106,-34],[114,2],[130,0],[75,13],[96,9],[111,4],[110,5],[69,9],[98,9],[99,1],[69,17],[94,26],[140,39],[125,61],[149,75],[76,73],[111,106],[99,39],[92,50],[103,74],[136,91],[89,80],[131,120],[98,135],[105,60],[88,71],[121,74],[119,18],[115,-1],[69,8],[79,-30],[117,-46],[76,-85],[64,-105],[22,-50],[31,-69],[61,-65],[86,-63],[80,-44],[101,-28],[81,19],[101,59],[113,99],[103,94],[82,124],[41,77],[55,106],[68,144],[27,104],[28,140],[40,103],[21,86],[32,64],[48,95],[73,115],[84,131],[94,111],[95,116],[144,156]],[[164903,34630],[38,-119],[19,-59],[29,-88],[43,-133],[28,-99],[21,-80],[7,-91],[11,-123],[55,-105],[81,-152],[96,-120],[59,-138],[19,-130],[29,-122],[40,-180],[49,-116],[76,-166],[21,-92],[32,-78],[40,-92],[31,-71],[47,-106],[53,-143],[32,-106],[34,-144],[0,-185],[-15,-90],[-18,-128],[-28,-92],[-34,-105],[-41,-146],[-27,-122],[-51,-146],[-40,-96],[-60,-136],[-29,-102],[-44,-114],[-66,-172],[-98,-180],[-6,-117],[-8,-122],[5,-160],[20,-105],[12,-126],[-13,-113],[-21,-117],[6,-123],[19,-107],[10,-117],[28,-113],[29,-90],[29,-115],[49,-105],[55,-87],[74,-51],[64,-55],[35,-73],[47,-103],[50,-91],[60,-102],[76,-83],[66,-73],[85,-71],[67,-62],[99,-93],[97,-83],[56,-102],[61,-84],[85,-90],[73,-76],[58,-104],[51,-72],[48,-77],[43,-102],[7,-57],[-7,-59],[-12,-86],[-16,-120],[-19,-123],[3,-92],[-17,-92],[-25,-135],[-44,-173],[-54,-114],[-56,-114],[-92,-154],[-60,-92],[-75,-103],[-60,-97],[-85,-129],[-127,-178],[-72,-114],[-108,-170],[-130,-137],[-96,-141],[-109,-165],[-163,-195],[-102,-138],[-36,-81],[-50,-81],[-68,-111],[-70,-142],[-51,-127],[-77,-138]],[[164980,22941],[-121,54],[-87,55],[-134,71],[-123,121],[-124,83],[-113,89],[-94,109],[-71,77],[-88,88],[-92,77],[-98,90],[-64,112],[-44,125],[-91,151],[-77,123],[-55,96],[-73,90],[-64,64],[-115,96],[-77,100],[-109,129],[-95,93],[-69,77],[-96,118],[-69,83],[-60,87],[-75,87],[-59,81],[-31,97],[-67,138],[-75,112],[-60,123],[-34,133],[-25,100],[-16,80],[-80,129],[-56,138],[-44,115],[-54,99],[-42,115],[-76,127],[-71,152],[-45,118],[-33,89],[-140,119],[-126,77],[-95,43],[-127,52],[-171,-1],[-119,-20],[-81,-18],[-80,-39],[-83,-44],[-76,-85],[-83,-72],[-69,-64],[-101,-47],[-108,-40],[-102,-57],[-80,-37],[-95,12],[-78,13],[-139,5],[-116,-20],[-149,2],[-151,-25],[-144,2],[-157,-12],[-138,-1],[-135,-18],[-142,-2],[-128,-13],[-100,-9],[-115,-37],[-171,-17],[-130,2],[-147,-3],[-117,-21],[-145,-22],[-100,-17],[-101,-10],[-135,26],[-100,37],[-74,30],[-133,20],[-109,7],[-88,-4],[-83,-3],[-119,68],[-136,64],[-93,45],[-128,23],[-134,20],[-113,31],[-76,22],[-108,66],[-75,45],[-67,26],[-133,92],[-89,71],[-62,48],[-118,50],[-205,8]],[[155017,27800],[-5,28],[6,77],[0,74],[10,67],[8,55],[27,35],[37,29],[27,19],[35,10],[29,-8],[45,-42],[35,-19],[37,-18],[48,-14],[45,-10],[46,-8],[56,-3],[29,-13],[24,-37],[17,6],[7,18],[11,34],[10,19],[30,50],[37,80],[35,61],[37,53],[59,45],[18,11],[30,11],[45,21],[40,18],[77,30],[35,26],[13,16],[19,40],[16,37],[13,30],[11,5],[13,0],[56,-11],[27,6],[8,15],[-3,19],[-13,37],[-11,22],[-16,13],[-29,21],[-30,19],[-40,16],[-42,16],[-59,18],[-5,16],[3,21],[-19,27],[-8,32],[-8,40],[-15,52],[-1,38],[-13,24],[-40,35],[-22,18],[-5,16],[3,35],[0,45],[-14,16],[-26,24],[-54,55],[-24,24],[0,14],[0,45],[8,86],[14,20],[48,45],[58,45],[19,35],[24,61],[16,37],[24,19],[32,16],[35,8],[69,-19],[21,-5],[40,16],[51,0],[32,11],[32,18],[42,45],[32,11],[51,11],[56,21],[91,40],[26,-6],[32,-8],[35,-8],[48,-13],[69,-16],[43,-40],[8,14],[8,10],[-3,27],[-5,32],[-8,42],[-14,51],[-2,58],[-6,48],[-2,61],[-6,43],[6,45],[-22,26],[-10,32],[0,43],[-8,18],[-13,38],[-35,53],[-27,50],[-21,30],[-37,34],[-35,40],[-21,45],[-35,32],[-61,35],[-35,39],[-51,64],[-37,85],[-16,53],[-11,56],[-18,45],[-35,48],[-29,37],[0,22],[-8,34],[-16,24],[-30,19],[-34,0],[-48,-14],[-46,-29],[-37,-8],[-32,11],[-29,21],[-27,27],[-21,2],[-51,30],[-13,13],[5,14],[22,20],[21,16],[16,16],[16,40],[11,29],[13,69],[3,38],[24,61],[29,40],[27,48],[34,79],[5,35],[-8,29],[-15,51],[-14,42],[0,58],[8,51],[21,58],[38,62],[66,58],[38,-21],[50,-24],[40,-11],[32,3],[48,-3],[11,8],[16,0],[40,24],[27,13],[29,-13],[13,-16],[14,-21],[2,-37],[-2,-43],[10,-29],[30,-24],[64,-50],[72,-56],[77,-43],[34,-26],[54,-53],[61,-32],[5,37],[8,48],[11,21],[16,37],[43,48],[34,34],[32,43],[19,27],[19,18],[10,37],[32,62],[30,23],[16,43],[21,64],[24,82],[8,16],[40,19],[51,37],[34,16],[46,16],[66,-6],[16,8],[19,24],[10,22],[11,39],[5,46],[14,37],[26,24],[54,8],[48,8],[50,45],[59,-3],[32,-18],[29,-8],[56,0],[88,43]],[[136881,97482],[39,-63],[20,-32],[29,-47],[45,-71],[66,-105],[75,-104],[87,-59],[88,-42],[130,-19],[72,59],[82,103],[71,140],[70,151],[142,83],[103,32],[89,47],[123,76],[48,49],[53,77],[28,100],[0,86],[-10,78],[3,78],[47,77],[92,65],[105,9],[120,-13],[83,-25],[98,-57],[145,-88],[75,-66],[106,-100],[75,-58],[82,-66],[121,-86],[104,-44],[69,-19],[95,3],[108,39],[85,67],[116,99],[71,116],[106,169],[70,67],[77,91],[107,93],[73,-2],[109,-4],[138,-33],[81,-61],[106,-74],[77,-37],[60,-56],[87,-84],[109,-126],[75,-102],[22,-28],[28,-41],[41,-60],[55,-73],[81,-97],[114,-72],[96,-27],[105,30],[136,47],[96,19],[120,-2],[116,-43],[64,-19],[89,-19],[121,-2],[124,47],[132,77],[131,87],[132,3],[161,-13],[133,65],[117,68],[102,42],[97,63],[98,70],[124,53],[152,58],[91,75],[132,111],[145,58],[54,92],[59,111],[77,39],[93,41],[104,22],[136,-12],[98,-48],[144,-71],[92,-71],[126,-91]],[[145544,98282],[-179,-177],[-115,-151],[-125,-157],[-100,-155],[-82,-110],[-98,-121],[-98,-98],[-87,-115],[-74,-84],[-115,-128],[-76,-107],[-47,-86],[-66,-141],[-61,-107],[-64,-74],[-51,-52],[-81,-68],[-58,-95],[-82,-119],[-58,-92],[-63,-88],[-46,-66],[-12,-129],[-29,-120],[-25,-105],[28,-135],[26,-95],[30,-83],[55,-94],[33,-101],[67,-140],[43,-128],[84,-144],[85,-106],[66,-96],[95,-139],[64,-93],[43,-62],[85,-123]],[[144456,93998],[-204,-116],[-146,-82],[-125,-54],[-108,-31],[-151,-92],[-150,-63],[-118,-63],[-179,-49],[-125,-35],[-129,-6],[-87,-1],[-108,52],[-117,45],[-99,92],[-88,84],[-89,57],[-132,64],[-103,42],[-69,27],[-104,-20],[-70,-16],[-106,-23],[-119,-74],[-117,-42],[-95,-36],[-130,-97],[-88,-67],[-76,-68],[-68,-57],[-93,-90],[-129,-70],[-107,-64],[-79,-44],[-83,-58],[-75,-66],[-100,-82],[-68,-58],[-95,-76],[-70,-58],[-124,-73],[-104,-88],[-69,-59],[-101,-39],[-100,-51],[-120,-91],[-85,-64],[-102,-42],[-88,-29],[-140,-77],[-134,-96],[-180,-161],[-144,-109],[-98,-75],[-113,-64],[-93,-41],[-92,-40],[-135,-106],[-92,-73],[-140,-113],[-112,-115],[-88,-78],[-69,-59],[-100,-96],[-72,-97],[-55,-73],[-45,-72],[-88,-95],[-60,-111],[-87,-122],[-62,-98],[-38,-132],[-17,-101],[-28,-130],[-9,-167],[-12,-124],[-28,-97],[-60,-168],[-36,-119],[-55,-202],[-25,-160],[-28,-146],[-97,-181],[-64,-172],[-43,-115],[-29,-77],[-19,-105],[-23,-92],[-11,-160],[-8,-106],[-4,-71],[-10,-142]],[[133356,87221],[-8,30],[-63,184],[-31,57],[-46,72],[-70,103],[-21,67],[-38,90],[-78,138],[-20,113],[-34,106],[-70,253],[-29,118],[-36,171],[-38,120],[-15,114],[-8,135],[-9,147],[4,96],[22,84],[48,135],[50,134],[39,52],[98,157],[114,114],[157,160],[47,54],[48,83],[14,92],[-5,145],[-13,142],[-19,83],[-57,175],[-83,147],[-89,126],[-48,60],[-33,48],[-28,70],[-24,140],[-9,140],[-13,105],[0,67],[-20,66],[-32,101],[-46,137],[-40,72],[-23,84],[-31,127],[-31,120],[-21,92],[-9,80],[-1,38]],[[132708,92765],[196,-73],[194,-106],[133,-91],[110,-83],[163,-64],[144,-78],[155,-17],[169,-23],[117,-18],[188,60],[136,36],[133,32],[109,37],[95,34],[101,69],[77,55],[112,38],[116,48],[80,41],[89,59],[83,65],[139,63],[108,58],[76,78],[3,100],[-60,90],[-41,60],[-81,71],[-83,82],[-48,98],[-37,87],[-73,110],[-62,77],[-53,76],[-45,97],[-23,131],[-15,89],[33,73],[55,85],[49,107],[13,104],[12,97],[26,113],[26,87],[73,76],[68,86],[55,73],[27,75],[-19,90],[-63,67],[-83,17],[-94,19],[-147,-32],[-108,-30],[-73,-29],[-42,-81],[-37,-83],[-56,-75],[-110,-54],[-113,-14],[-80,3],[-60,56],[-39,41],[-20,60],[-16,84],[32,114],[4,116],[7,108],[18,99],[56,93],[73,61],[88,93],[43,141],[80,130],[102,99],[84,55],[63,34],[104,21],[104,23],[89,32],[62,22],[112,-8],[121,6],[112,120],[44,101],[-35,137],[-23,92],[-44,73],[-43,64],[-67,115],[-70,93],[-50,73],[-35,109],[12,121],[12,82],[55,55],[52,35],[88,-30],[73,-21],[48,-13],[94,-27],[78,-30],[120,-33],[111,35],[98,29],[111,20],[87,17],[120,-36],[100,-35],[67,-24],[45,-16],[89,-31]],[[61280,153670],[76,33],[38,16],[57,25]],[[61451,153744],[74,-99],[37,-50],[56,-74],[83,-112],[87,-147],[32,-106],[24,-58],[37,-75],[43,-79],[64,-79],[87,-87],[92,-84],[111,-18],[104,-2],[112,2],[135,15],[98,-27],[78,-31],[96,-51],[123,-59],[124,-20],[115,8],[115,13],[150,-3],[82,-37],[103,-46],[90,-1],[83,10],[125,14],[116,-44],[79,-53],[68,-46],[89,-49],[96,-58],[89,-27],[125,-19],[66,29],[93,42],[64,0],[80,-5],[98,-19],[126,-29],[85,-25],[106,5],[100,42],[107,71],[93,80],[104,43],[83,43],[76,13],[86,4],[121,7],[87,-64],[66,-74],[58,-93],[58,-70],[86,-99],[54,-118],[68,-158],[91,-142],[41,-110],[63,-95],[88,-136],[99,-84],[75,-49],[100,-68],[127,-65],[125,-51],[136,-8],[112,-26],[92,6],[113,8],[128,-11],[81,-10],[90,-22],[122,-29],[73,-58],[79,-73],[62,-116],[14,-78],[8,-90],[-5,-117],[-26,-121],[-8,-119],[-25,-88],[-48,-113],[-69,-102],[-67,-99],[-62,-66],[-58,-68],[-83,-92],[-126,-108],[-157,-127],[-89,-104],[-124,-95],[-70,-37],[-89,-56],[-96,-62],[-99,-95],[-67,-80],[-48,-65],[-72,-98],[-37,-79],[-49,-103],[-34,-110],[-45,-136],[-25,-108],[-2,-124],[-14,-104],[-4,-106],[-15,-119],[-16,-137],[59,-105],[71,-77],[104,-90],[114,-90],[100,-108]],[[67276,146975],[-22,-115],[-11,-57],[-17,-86],[-25,-129],[-41,-168]],[[67160,146420],[-119,-127],[-59,-64],[-89,-95],[-134,-143],[-83,-183],[-86,-148],[-134,-166],[-72,-158],[-113,-168],[-44,-116],[-67,-121],[-72,-158],[-59,-78],[-51,-74],[-69,-86],[-84,-113],[-97,-120],[-31,-64],[-46,-72],[-64,-100],[-64,-119],[-87,-156],[-97,-172],[-65,-154],[-105,-187],[-28,-141],[-51,-131],[-64,-165],[-97,-142],[-21,-107],[-31,-151],[-51,-182],[-21,-133],[-48,-111],[-82,-145],[-59,-151],[-56,-113],[-90,-126],[-97,-103],[-124,-149],[-57,-84],[-85,-84],[-127,-124],[-48,-77],[-71,-114],[-105,-156],[-83,-135],[-122,-115],[-133,-102],[-139,-152],[-79,-121],[-93,-106],[-104,-139],[-98,-83],[-106,-105],[-99,-76],[-142,-101],[-106,-103],[-135,-108],[-115,-135],[-106,-90],[-130,-134],[-87,-71],[-96,-95],[-135,-141],[-124,-129],[-161,-110]],[[61363,138238],[-75,109],[-37,55],[-55,82],[-84,122],[-53,159],[-68,48],[-91,64],[-132,94],[-125,62],[-176,39],[-145,13],[-180,35],[-201,34],[-108,43],[-71,36],[-36,18],[-54,27],[-80,40],[-82,29],[-90,35],[-105,31],[-118,-17],[-143,-34],[-113,-43],[-112,-45],[-121,18],[-121,25],[-177,41],[-69,51],[-81,27],[-50,-50],[-61,-76],[-81,-112],[-51,-117],[-21,-113],[-29,-103],[-22,-107],[-40,-122],[-52,-154],[-92,-117],[-83,-77],[-61,-81],[-93,-100],[-144,-99],[-71,35],[-73,47],[-77,49],[-99,67],[-131,78],[-155,102],[-94,44],[-138,62],[-157,97],[-148,28],[-202,42],[-225,96]],[[55810,138755],[74,105],[90,144],[136,135],[91,92],[72,85],[74,63],[88,83],[82,102],[69,89],[50,61],[42,54],[48,88],[62,90],[40,85],[56,116],[36,87],[22,81],[40,94],[59,98],[70,84],[49,73],[90,110],[49,156],[67,161],[58,110],[118,160],[77,122],[68,141],[68,113],[70,150],[66,122],[63,151],[41,105],[37,112],[53,98],[96,109],[64,118],[125,168],[96,133],[64,132],[42,87],[29,110],[111,173],[70,136],[71,138],[57,102],[47,85],[54,131],[40,91],[71,83],[59,109],[38,92],[18,82],[13,93],[68,128],[38,157],[53,157],[35,135],[59,135],[90,115],[67,225],[46,157],[31,105],[20,86],[14,93],[56,112],[86,145],[57,130],[38,138],[120,194],[81,130],[32,138],[28,138],[76,136],[67,116],[80,115],[54,87],[37,64],[34,79],[13,94],[8,69],[7,51],[81,117],[56,105],[73,128],[42,136],[97,165],[69,175],[54,129],[36,108],[66,134],[67,114],[75,129],[50,110],[40,80],[53,129],[37,109],[24,74],[41,126],[18,104],[33,137],[10,136],[43,175],[29,118],[15,95],[14,81],[9,87],[-1,67],[-40,87],[-46,161],[-60,137],[-40,127],[-23,99],[-82,163],[-50,141],[-36,101],[-74,143],[-51,112],[-27,93],[-19,147],[-1,120],[-1,83],[43,133],[4,226],[2,151],[2,101],[3,201]],[[49051,158284],[64,40],[33,20],[49,30],[73,44],[100,69],[103,97],[55,64],[72,79],[70,78],[101,47],[95,38],[77,29],[85,13],[108,-3],[147,-6],[156,41],[99,58],[96,43],[87,92],[48,129],[8,115],[20,112],[27,104],[46,100],[71,151],[94,104],[53,61],[63,83],[89,111],[145,29],[129,-25],[66,-12],[77,3],[109,7],[94,-7],[73,-11],[66,0],[71,16],[59,31],[80,42],[106,53],[93,65],[81,35],[55,35],[74,54],[50,69],[72,103],[53,94],[72,125],[109,139],[64,120],[70,125],[78,162],[118,184],[56,148],[105,121],[62,102],[43,146],[-3,98],[10,63],[12,76],[33,68],[50,74],[56,69],[82,83],[101,83],[94,28],[82,44],[36,105],[-2,131],[-47,121],[-24,97],[20,106],[46,106],[67,145],[36,79],[56,114],[72,127],[17,92],[23,135],[13,189],[-10,109],[6,89],[8,133],[13,79],[29,85],[42,127],[73,131],[97,140],[71,65],[91,90],[92,6],[115,0],[125,-3],[126,-26],[93,-31],[94,-7],[113,-12],[117,34],[63,91],[71,119],[43,79],[44,109],[44,117],[52,91],[78,136],[92,97],[141,134],[90,48],[81,71],[70,83],[87,82],[95,86],[62,89],[61,67],[82,48],[74,42],[50,23],[60,35],[57,53],[82,81],[28,110],[34,158],[4,116],[8,102],[-17,101],[-27,96],[-31,127],[-28,126],[-11,112],[-37,104],[-41,98],[-58,141],[-51,101],[41,111],[62,140],[65,47],[66,55],[98,82],[110,85],[112,99],[116,64],[117,75],[139,21],[73,6],[95,11],[116,-8],[82,-30],[103,-46],[68,-8],[97,4],[131,27],[136,67]],[[58874,169497],[125,-49],[62,-24],[94,-36],[140,-55],[142,55],[158,85],[112,8],[166,2],[109,-49],[77,-29],[63,-5],[90,-8],[122,-18],[160,-27],[134,-87],[84,-101],[120,-136],[37,-116],[67,-63],[101,-94],[111,-74],[106,-68],[133,-61],[97,-50],[137,-57],[74,-20],[86,-33],[127,-48],[109,16],[143,60],[86,91],[73,33],[79,11],[87,8],[86,27],[102,42],[95,-2],[68,-31],[69,-67],[70,-94],[64,-102],[39,-54],[60,-22],[92,-27],[136,-26],[179,-10],[100,42],[104,44],[117,45],[113,105],[46,114],[42,103],[26,123],[21,66],[45,69],[61,32],[83,38],[83,30],[76,-11],[52,-39],[37,-37],[49,-52],[49,-59],[55,-61],[59,-68],[79,-70],[124,-46],[94,8],[126,22],[103,-10],[106,-23],[117,-6]],[[65512,168551],[74,-91],[37,-46],[55,-68],[83,-102],[84,-69],[76,-62],[82,-58],[126,-49],[91,18],[72,48],[72,53],[107,78],[72,21],[83,25],[95,16],[110,12],[145,23],[116,25],[151,23],[106,41],[96,16],[129,-13],[26,-47],[16,-52],[22,-72],[26,-92],[6,-87],[-14,-90],[-32,-124],[-57,-103],[-40,-46],[-58,-68],[-35,-110],[21,-119],[73,-73],[74,-70],[62,-25],[55,-13],[70,-18],[62,-35],[73,-63],[104,-97],[96,-155],[47,-134],[79,-76],[88,-80],[108,-87],[111,-90],[161,-122],[139,-160],[107,-131],[64,-93],[55,-84],[73,-126],[42,-117],[53,-142],[1,-87],[11,-104],[32,-137],[59,-170],[40,-112],[95,-96],[84,-37],[61,-46],[87,-65],[103,-87],[57,-42],[31,-67],[39,-99],[14,-57],[18,-76],[16,-101],[8,-114],[1,-113],[-6,-153],[8,-142],[9,-141]],[[70019,163345],[-44,-71],[-22,-35],[-33,-53],[-50,-80],[-66,-66],[-102,-70],[-97,-17],[-112,-4],[-78,13],[-78,-4],[-78,-1],[-108,4],[-102,34],[-126,46],[-73,69],[-110,104],[-82,42],[-117,41],[-97,17],[-128,20],[-158,-13],[-159,-51],[-108,-55],[-138,-54],[-125,-77],[-126,-68],[-125,-105],[-96,-61],[-129,-90],[-65,-53],[-91,-66],[-67,-50],[-88,-56],[-86,-65],[-112,-83],[-84,-93],[-61,-51],[-83,-75],[-98,-67],[-121,38],[-83,73],[-106,107],[-97,57],[-82,17],[-107,25],[-105,5],[-133,9],[-81,-21],[-98,-17],[-76,-6],[-93,-10],[-96,-9],[-115,5],[-121,-26],[-130,-66],[-59,-68],[-78,-91],[-78,-132],[-25,-97],[-32,-143],[1,-161],[-15,-145],[1,-156],[-16,-141],[3,-128],[-10,-123],[0,-126],[2,-97],[-2,-141],[-43,-57],[-58,-72],[-82,-100],[-84,-69],[-82,-61],[-97,-78],[-79,-45],[-88,-68],[-92,-115],[-66,-159],[-26,-121],[-34,-180],[-12,-118],[-28,-144],[-44,-144],[-13,-166],[9,-135],[-31,-104],[-46,-121],[-63,-165],[-103,-165],[-9,-90],[-14,-109],[-28,-145],[1,-96],[9,-86],[1,-100],[-13,-122],[-1,-90],[-5,-97],[-1,-133],[21,-115],[35,-142],[5,-112],[12,-143],[-16,-136],[-23,-156],[-5,-163],[-21,-128],[-48,-175],[-85,-127],[-59,-126],[-66,-90],[-43,-72],[-63,-98],[-63,-81],[-85,-75],[-90,-63],[-40,-47],[-58,-70],[-84,-104],[-57,-72],[-80,-93],[-86,-98],[-92,-133],[-75,-128],[-90,-94],[-126,-128],[-175,-190],[-135,-175]],[[61280,153670],[-187,-166],[-148,-117],[-118,-103],[-87,-93],[-123,-132],[-83,-89],[-93,-67],[-117,-89],[-88,-102],[-152,-140],[-110,-113],[-77,-78],[-57,-56],[-62,-54],[-92,-42],[-106,-70],[-85,-61],[-69,-73],[-77,-62],[-122,-47],[-114,-75],[-86,-71],[-108,-69],[-81,-47],[-83,-56],[-103,-88],[-124,-72],[-89,-46],[-152,-74],[-112,-71],[-110,-85],[-115,-66],[-89,-52],[-95,-25],[-100,-25],[-70,-21],[-123,-109],[-110,-74],[-94,-76],[-133,-70],[-136,-95],[-118,-78],[-82,-52],[-94,-66],[-194,-39],[-130,-27],[-86,-17],[-173,-36]],[[56123,150234],[56,148],[29,73],[42,110],[64,166],[101,204],[39,117],[72,132],[54,91],[72,132],[53,139],[74,120],[74,123],[61,157],[80,141],[24,109],[36,111],[34,141],[35,136],[45,117],[61,169],[33,99],[39,139],[62,146],[33,108],[50,146],[54,147],[34,168],[41,130],[37,162],[64,130],[50,154],[38,115],[26,138],[38,119],[2,96],[12,106],[16,110],[-2,112],[0,115],[-6,152],[-20,138],[-9,151],[-48,170],[-55,103],[-45,108],[-61,158],[-47,131],[-92,92],[-71,65],[-75,29],[-99,38],[-143,55],[-83,29],[-111,49],[-160,72],[-88,27],[-118,43],[-114,17],[-102,13],[-113,-8],[-119,-22],[-118,-59],[-121,-28],[-108,-42],[-109,-78],[-82,-69],[-72,-89],[-96,-93],[-85,-49],[-72,-46],[-90,-50],[-126,-71],[-107,-110],[-94,-93],[-75,-104],[-93,-84],[-96,-95],[-136,-133],[-114,-145],[-166,-169],[-130,-126],[-55,-37],[-79,-56],[-109,-70],[-129,-67],[-160,-53],[-118,-15],[-134,-41],[-139,-51],[-158,-76],[-166,-114],[-112,-25],[-91,-48],[-92,-54],[-125,-81],[-127,-72],[-125,-36],[-127,-66],[-91,-59],[-123,-50],[-106,-21],[-146,-32],[-96,-27],[-126,-20],[-183,-11],[-120,27],[-84,-14],[-116,-22],[-136,-15],[-117,-23],[-158,-20],[-104,-17],[-146,-20],[-96,-39],[-137,-64],[-65,-65],[-96,-97],[-117,-108],[-99,-129],[-100,-205],[-69,-180],[-120,-175],[-98,-209]],[[49092,152630],[-118,-5]],[[48974,152625],[-72,130],[-36,65],[-53,98],[-81,146],[-37,78],[-27,99],[-10,83],[-3,110],[18,89],[20,108],[28,160],[8,69],[9,88],[14,124],[14,148],[37,128],[41,140],[57,103],[49,137],[20,143],[-1,95],[-1,85],[5,113],[7,64],[11,95],[7,115],[4,164],[-6,82],[-12,90],[-19,135],[-24,95],[-9,97],[-13,101],[-4,124],[11,112],[15,157],[-9,92],[-13,135],[-20,89],[-29,134],[-43,158],[15,123],[21,147],[43,127],[4,125],[-5,121],[22,139],[37,106],[31,105],[56,88]],[[55810,138755],[-118,-123],[-173,-80]],[[55519,138552],[-111,74],[-55,37],[-84,56],[-125,84],[-125,74],[-100,114],[-92,101],[-139,58],[-132,-8],[-143,-2],[-147,-29],[-81,-21],[-79,57],[-102,86],[-95,118],[-26,118],[-9,121],[-47,102],[-102,96],[-74,49],[-93,29],[-126,20],[-66,39],[-88,55],[-72,48],[-93,49],[-132,47],[-104,19],[-114,-38],[-110,-70],[-114,-82],[-106,-39],[-145,-57],[-155,9],[-159,42],[-132,40]],[[51842,139948],[3,123],[2,61],[2,93],[4,139],[19,170],[66,108],[82,108],[65,130],[37,106],[50,121],[47,86],[62,120],[93,141],[70,109],[32,84],[47,121],[84,123],[69,70],[98,101],[37,112],[48,158],[68,130],[63,151],[49,98],[56,124],[53,174],[53,126],[55,134],[84,157],[43,133],[66,125],[67,100],[51,106],[61,152],[73,136],[57,148],[69,155],[9,107],[15,133],[21,81],[25,86],[45,99],[68,130],[84,149],[66,156],[87,169],[50,147],[92,158],[29,120],[52,137],[62,105],[58,113],[83,153],[54,153],[77,126],[51,115],[76,149],[71,145],[27,132],[63,124],[77,103],[88,138],[32,98],[48,147],[28,109],[33,100],[54,120],[66,163],[18,118],[46,118],[56,115],[29,97],[37,129],[64,161],[72,140],[17,114],[26,116],[25,152],[29,145],[62,109],[66,140],[58,134]],[[67276,146975],[70,84],[34,43],[53,63],[78,96],[45,65],[54,46],[61,42],[70,44],[99,66],[96,40],[98,43],[118,16],[73,-10],[93,-8],[90,-31],[74,-41],[84,-68],[104,-97],[86,-84],[75,-122],[56,-87],[70,-122],[23,-50],[33,-74],[43,-79],[64,-98],[95,-143],[53,-119],[52,-165],[15,-112],[23,-169],[10,-113],[52,-101],[49,-92],[69,-117],[61,-88],[104,-82],[90,0],[100,8],[105,-6],[91,-3],[131,-5],[101,25],[130,34],[142,6],[91,38],[94,49],[111,49],[126,73],[133,50],[128,45],[105,62],[96,34],[137,51],[130,32],[121,57],[137,69],[138,31],[108,51],[105,42],[73,64],[103,92],[146,130],[153,61],[168,65]],[[72996,146555],[86,-23]],[[73082,146532],[67,-169],[12,-159],[34,-190],[31,-132],[88,-160],[59,-112],[50,-119],[33,-93],[12,-106],[8,-116],[6,-79],[4,-103],[2,-70],[63,-114],[79,-107],[56,-107],[18,-108],[10,-151],[56,-132],[63,-178],[51,-129],[40,-92],[50,-104],[57,-79],[77,-96],[52,-65],[42,-49],[50,-145],[32,-103],[21,-76],[89,-132],[80,-116],[53,-114],[35,-79],[26,-69],[15,-138],[10,-92],[7,-112],[80,-157],[54,-105],[43,-84],[18,-143],[14,-103],[9,-77],[10,-63],[62,-121],[42,-81],[27,-54],[55,-108]],[[75034,141141],[-105,-80],[-53,-41],[-79,-60],[-119,-91],[-118,-60],[-113,-68],[-93,-20],[-87,-29],[-112,-54],[-91,-77],[-77,-40],[-80,-21],[-91,-17],[-112,-22],[-160,-24],[-76,6],[-88,6],[-128,11],[-125,10],[-103,-26],[-91,-21],[-122,-35],[-73,-20],[-83,-33],[-117,-52],[-103,-48],[-110,-78],[-67,-62],[-92,-84],[-124,-123],[-82,-188]],[[71960,139700],[-150,38],[-75,19],[-113,28],[-168,43],[-95,-19],[-126,-20],[-167,0],[-143,41],[-71,-7],[-104,-17],[-94,-24],[-125,-28],[-145,7],[-92,69],[-113,75],[-61,84],[-33,58],[-24,74],[-20,97],[-22,110],[1,139],[44,90],[55,79],[61,71],[73,86],[79,124],[17,79],[19,82],[-35,88],[-69,108],[-130,68],[-132,25],[-124,14],[-165,32],[-100,-28],[-79,-5],[-99,-8],[-103,-4],[-152,-7],[-122,-18],[-155,-26],[-226,-33]],[[68677,141284],[-58,62],[-29,32],[-44,47],[-66,70],[-70,57],[-71,61],[-89,71],[-122,83],[-93,72],[-123,109],[-77,119],[-90,79],[-68,69],[-65,91],[-83,106],[-88,40],[-102,41],[-57,60],[-83,88],[-51,52],[-43,71],[-63,107],[-39,117],[-25,92],[-33,133],[7,65],[11,94],[17,142],[24,88],[29,114],[37,139],[58,179],[24,164],[64,119],[3,76],[1,77],[3,74],[3,111],[5,161],[3,106],[-1,146],[-7,99],[-21,114],[-9,74],[-5,99],[9,106],[14,151],[8,137],[-16,152],[-27,223],[-19,197]],[[95878,154960],[113,2],[57,1],[85,1],[127,2],[88,-10],[104,-31],[120,-47],[100,-36],[145,-54],[180,-66]],[[96997,154722],[-14,-162],[-2,-133],[-4,-99],[-46,-132],[-52,-97],[-64,-96],[-55,-126],[-41,-90],[5,-166],[9,-115],[74,-90],[63,-156],[23,-139],[17,-100],[20,-104],[58,-124],[116,-86],[98,-74],[88,-49],[80,-42],[98,-31],[119,-101],[79,-84],[54,-81],[70,-91],[55,-95],[53,-91],[2,-137],[-11,-109],[-33,-89],[-50,-58],[-74,48],[-49,41],[-47,90],[-109,76],[-121,7],[-149,28],[-135,10],[-104,11],[-155,-38],[-120,-54],[-65,-120],[-59,-94],[-61,-104],[-46,-121],[12,-148],[14,-132],[30,-104],[34,-149],[22,-115],[69,-127],[67,-160],[39,-121],[33,-161],[17,-116],[12,-131],[-15,-111],[-29,-158],[3,-172],[10,-129],[8,-87],[29,-61],[37,-33],[90,-33],[85,-16],[104,-44],[76,-122],[59,-107],[46,-79],[30,-64],[-16,-116],[-13,-156],[30,-150],[20,-129],[-81,-189],[3,-189],[23,-166],[6,-138],[-50,-150],[-6,-169],[-30,-192],[-19,-151],[-30,-134],[-20,-115],[-9,-84],[16,-133],[9,-162],[6,-109],[4,-72],[8,-144]],[[97245,145827],[-126,-83],[-63,-41],[-95,-62],[-142,-93],[-101,-113],[-74,-93],[-88,-51],[-119,-69],[-89,-91],[-116,-122],[-167,-179],[-125,-131],[-84,-86],[-71,-102],[-95,-108],[-89,-104],[-97,-61],[-83,-79],[-123,-117],[-96,-90],[-144,-82],[-82,-26],[-93,-9],[-125,-12],[-136,-50],[-66,-70],[-97,-101],[-4,-103],[37,-80],[54,-101],[41,-64],[37,-78],[9,-109],[-29,-120],[-64,-98],[-62,-70],[-76,-54],[-69,-72],[-79,-82],[-90,-49],[-94,-38],[-80,-37],[-115,-47],[-130,-37],[-104,0],[-150,-2],[-105,23],[-100,-10],[-114,-11],[-136,-3],[-91,28],[-115,35],[-138,55],[-153,42],[-122,51],[-130,18],[-107,12],[-115,-21],[-100,-27],[-150,-40],[-67,-56],[-99,-83],[-86,-11],[-94,21],[-138,31],[-138,6],[-110,17],[-140,8],[-78,24],[-97,19],[-135,21],[-102,50],[-85,11],[-116,-6],[-137,-30],[-140,-25],[-110,-39],[-156,-42],[-169,7],[-138,-22],[-139,12],[-134,-10],[-107,21],[-144,16],[-129,-32],[-91,-21],[-104,3],[-83,-14],[-104,-21],[-93,-4],[-125,-4],[-121,-26],[-92,-2],[-85,-14],[-111,-15],[-126,-5],[-103,0],[-132,-11],[-109,-17],[-133,-2],[-129,4],[-66,-42],[-82,-58],[-93,-38],[-123,-41],[-154,-30],[-94,-18],[-125,-10],[-183,-6],[-78,-7],[-86,5],[-120,7],[-153,-3],[-86,4],[-121,12],[-112,18],[-123,17],[-164,6],[-105,-18],[-116,-5],[-151,10],[-123,-19],[-133,-14],[-132,-28],[-130,0],[-121,1],[-69,2],[-80,8],[-99,8],[-142,11],[-106,16],[-144,11],[-74,-6],[-103,-5],[-112,-3],[-148,-9],[-120,10],[-123,-16],[-134,-32],[-119,8],[-112,13],[-149,10],[-104,14],[-152,17],[-173,4],[-117,-4],[-139,8],[-157,-9],[-136,13],[-162,-25],[-99,-49],[-75,-8],[-99,-5],[-98,-7],[-143,-7],[-125,5],[-124,14],[-130,-5],[-134,-8],[-196,-14],[-119,5],[-167,-2],[-92,-3],[-116,12],[-102,26],[-94,5],[-134,0],[-130,-25],[-88,12],[-128,19],[-131,-16],[-114,-17],[-90,-41],[-66,-31],[-94,-46],[-117,-63],[-153,-102],[-181,-152]],[[77799,141556],[-143,-24],[-72,-12],[-107,-18],[-161,-27],[-160,-55],[-122,-1],[-154,-19],[-89,-29],[-111,-29],[-147,-17],[-119,2],[-74,-34],[-110,-52],[-133,-43],[-149,-48],[-94,-42],[-92,-1],[-88,7],[-121,9],[-159,13],[-118,-23],[-115,-12],[-127,40]],[[73082,146532],[129,85],[64,42],[96,64],[144,96],[109,43],[99,45],[139,72],[72,20],[72,20],[86,32],[86,35],[95,61],[121,87],[100,75],[96,54],[128,49],[114,48],[147,79],[146,117],[104,50],[104,74],[93,67],[124,96],[86,53],[117,66],[141,98],[108,57],[102,63],[110,36],[149,45],[135,76],[160,70],[85,51],[100,39],[106,58],[86,7],[90,1],[95,-14],[78,-8],[95,-18],[123,-38],[75,-11],[108,-15],[83,14],[89,24],[122,22],[73,6],[68,6],[77,25],[78,29],[82,45],[82,57],[74,41],[74,52],[99,67],[121,17],[139,-22],[196,-32],[122,-69],[154,-38],[93,-17],[116,-29],[93,-5],[77,-11],[114,-16],[149,-4],[100,36],[118,56],[94,32],[134,50],[119,54],[161,64],[160,68],[157,129],[126,37],[158,62],[122,55],[159,22],[33,-7],[47,-12],[69,-19],[104,-28],[147,-43],[110,-11],[108,-31],[82,-44],[107,-44],[133,-34],[105,-32],[124,-62],[88,-64],[102,-30],[139,-32],[91,-45],[115,-52],[132,-34],[125,-37],[151,-5],[145,-9],[130,6],[136,-20],[150,-1],[117,-20],[142,-3],[110,-10],[125,12],[104,-3],[97,17],[86,-6],[77,12],[87,19],[104,20],[110,35],[91,47],[82,13],[105,20],[87,39],[110,50],[115,75],[119,54],[103,46],[109,74],[92,83],[115,53],[97,49],[64,-14],[96,-22],[90,-50],[46,-60],[32,-72],[33,-90],[30,-94],[77,-34],[85,-14],[92,29],[87,49],[97,69],[128,85],[66,42],[87,43],[118,58],[143,90],[101,63],[107,47],[112,66],[96,75],[120,95],[175,129],[108,74],[159,112],[131,52],[118,74],[110,63],[123,97],[109,65],[150,63],[98,27],[112,57],[119,84],[97,37],[101,22],[88,60],[111,86],[81,44],[93,53],[121,59],[102,82],[55,50],[79,74],[105,114],[74,62],[39,58],[56,83],[81,94],[115,128],[47,74],[69,110],[54,101],[75,86],[59,12],[78,6],[113,9],[118,-22],[107,-55],[105,-79],[89,-58],[82,-65],[119,-85],[101,-22],[78,-28],[77,-25],[107,-30],[101,-4],[139,12],[118,43],[122,50],[151,82],[115,5],[88,10],[124,10],[159,18],[93,-15],[66,28],[68,50],[82,68],[117,102],[75,99],[57,59],[68,68],[80,94],[115,130],[41,77],[57,108],[87,112],[38,88],[34,108],[30,77],[41,111],[54,154],[85,147],[38,124],[55,186],[12,126],[43,126],[64,123],[73,133],[72,180],[35,102],[32,144],[15,160]],[[92913,184460],[124,-53],[62,-26],[93,-40],[139,-59],[110,-74],[79,-60],[113,-80],[92,-72],[132,-109],[73,-28],[111,-28],[95,62],[67,119],[31,104],[52,53],[63,64],[76,38],[58,-3],[67,-15],[97,-27],[135,-45],[116,-69],[89,-70],[129,-107],[102,-81],[124,-22],[151,-31],[130,-13],[95,-42],[134,-68],[110,-53],[143,-77],[104,11],[52,-9],[67,-11],[87,-3],[109,6],[66,27],[73,33],[81,54],[54,76],[54,93],[58,41],[87,60],[107,40],[117,28],[118,42],[121,21],[96,67],[91,76],[74,59],[112,44],[101,4],[104,-13],[77,-26],[73,-3],[106,2],[118,23],[92,25],[116,26],[111,31],[99,84],[64,53],[92,71],[73,20],[108,17],[139,12],[116,-17],[76,6],[101,23],[71,50],[85,66],[107,71],[94,33],[128,46],[102,73],[131,96]],[[100317,185076],[177,66],[95,135],[58,170],[86,93],[151,11],[112,-34],[80,-27],[79,-47],[114,-64],[105,-44],[113,-63],[93,-41],[99,-1],[107,-2],[95,-6],[107,26],[104,48],[77,59],[58,43],[82,77],[57,68],[45,107],[-36,145],[-23,102],[-26,106],[-11,106],[-48,164],[-29,152],[-4,120],[0,172],[-13,140],[0,135],[27,131],[53,98],[45,72],[52,70],[57,87],[127,72],[114,112],[107,92],[156,61],[115,34],[89,24],[148,78],[107,62],[85,56],[60,48],[38,40],[26,110],[22,83],[43,81],[43,59],[64,41],[108,7],[84,5],[104,4],[143,81],[128,44],[125,30],[106,31],[97,45],[76,35],[119,1],[137,16],[92,10],[88,7],[108,-38],[129,-66],[93,-51],[64,-39],[50,-38],[34,-29],[97,-100],[67,-92],[108,-107],[85,-85],[81,-71],[63,-41],[120,58],[98,37],[108,-18],[106,-102],[73,-70],[67,-85],[47,-84],[117,-149],[78,-113],[80,-111],[99,-124],[96,-96],[71,-90],[80,-96],[74,-117],[85,-95],[143,-40],[118,-63],[86,-61],[41,-142],[23,-101],[16,-70],[24,-140],[16,-96],[-11,-115],[-49,-93],[-46,-80],[-44,-115],[-54,-118],[-13,-130],[-7,-149],[-2,-104],[-5,-114],[-2,-114],[65,-147],[42,-133],[30,-94],[32,-74],[53,-143],[32,-120],[12,-101],[-61,-103],[-48,-69],[-67,-39],[-64,-33],[-45,-25],[-63,-68],[-53,-49],[-79,-56],[-85,-144],[17,-133],[28,-88],[75,-42],[107,-88],[136,-42],[157,-59],[111,-48],[96,-46],[112,-29],[95,-25],[98,-54],[95,-41],[134,-80],[93,-82],[83,-92],[57,-80],[55,-79],[83,-90],[67,-72],[55,-121],[58,-109],[37,-90],[111,-145],[80,-114],[31,-133],[21,-89],[14,-59],[28,-119]],[[109653,181315],[-95,-47],[-48,-23],[-72,-36],[-108,-53],[-129,-72],[-107,-67],[-153,-83],[-116,-62],[-134,-98],[-88,-26],[-60,-38],[-91,-56],[-136,-86],[-133,-128],[-93,-78],[-76,-106],[-75,-59],[-101,-75],[-71,-60],[-80,-86],[-75,-91],[-102,-107],[-108,-71],[-106,-95],[-45,-55],[-62,-83],[-67,-106],[-32,-51],[-36,-69],[-36,-85],[-50,-126],[-34,-96],[-38,-93],[-14,-93],[-13,-123],[-32,-134],[-37,-115],[-19,-104],[-23,-118],[-57,-124],[-84,-161],[-40,-150],[-31,-145],[-74,-159],[-43,-69],[-58,-66],[-71,-87],[-102,-123],[-89,-121],[-74,-153],[-86,-113],[-68,-103],[-102,-112],[-79,-72],[-71,-82],[-90,-104],[-132,-120],[-52,-69],[-48,-56],[-68,-81],[-100,-73],[-146,-103],[-91,-50],[-103,-75],[-135,-104],[-118,-65],[-92,-98],[-82,-115],[-82,-60],[-78,-66],[-78,-100],[-68,-130],[-32,-122],[-31,-175],[32,-124],[9,-90],[13,-122],[26,-174],[43,-89],[69,-111],[77,-93],[28,-103],[27,-117],[-23,-125],[-44,-53],[-60,-63],[-58,-64],[-85,-85],[-72,-68],[-95,-94],[-97,-72],[-138,-79],[-128,-89],[-102,-37],[-82,-56],[-90,-67],[-116,-97],[-96,-55],[-75,-39],[-104,-60],[-100,-34],[-129,-42],[-92,-13],[-107,-30],[-133,-43],[-86,-20],[-124,-21],[-179,-25],[-126,-7],[-136,-33],[-128,-29],[-177,-31],[-138,-37],[-188,-35],[-143,-27],[-179,0],[-163,-51],[-111,-39],[-146,-26],[-111,-20],[-119,-51],[-83,-45],[-104,-36],[-99,7],[-92,1],[-129,-6]],[[99540,171636],[-98,-12],[-49,-6],[-74,-8],[-110,-13],[-146,-20],[-100,-21],[-122,-14],[-91,-21],[-107,-31],[-95,-18],[-97,17],[-139,25],[-118,33],[-118,35],[-168,42]],[[97908,171624],[-50,108],[-24,54],[-37,81],[-55,121],[-81,153],[-57,75],[-51,101],[-69,143],[-10,145],[4,100],[-1,139],[-19,121],[-12,94],[-16,131],[-12,187],[20,115],[21,107],[2,122],[3,111],[1,161],[5,106],[-6,131],[-23,83],[-30,103],[-48,107],[-71,158],[-113,171],[-95,81],[-60,96],[-84,128],[-122,128],[-107,112],[-85,71],[-76,118],[-78,148],[-35,97],[-57,108],[-65,127],[-50,141],[-54,78],[-52,83],[-78,109],[-88,105],[-49,68],[-31,81],[-42,104],[-58,145],[-56,130],[-98,103],[-58,60],[-88,90],[-89,118],[-62,70],[-55,79],[-66,99],[-98,134],[-105,156]],[[95038,178019],[-26,96],[-12,48],[-20,72],[-28,108],[-48,86],[-69,113],[-29,53],[-41,69],[-61,75],[-84,94],[-73,107],[-41,110],[-45,113],[-70,141],[-107,164],[-16,93],[-25,131],[-68,128],[-91,92],[-49,88],[-30,84],[-36,75],[-43,97],[-39,120],[-35,141],[-53,146],[-34,93],[-40,135],[5,108],[-4,84],[-19,101],[-41,104],[-45,74],[-59,103],[-74,147],[-47,151],[-40,84],[-30,95],[-45,135],[-21,97],[-32,110],[-59,111],[-46,106],[-15,99],[-3,105],[-9,93],[-15,137],[-25,172],[-38,144],[-53,212],[-12,164],[-56,133],[-42,154],[1,87],[0,125],[4,168],[8,166]],[[89494,167749],[71,108],[35,54],[54,80],[79,121],[72,75],[91,66],[101,60],[118,85],[123,75],[79,95],[68,61],[98,69],[47,50],[55,71],[56,77],[74,110],[70,109],[80,77],[50,93],[48,118],[71,147],[65,108],[60,132],[78,123],[49,110],[67,114],[62,128],[82,71],[114,97],[73,40],[107,61],[92,110],[101,153],[94,101],[133,99],[51,93],[75,138],[119,137],[71,49],[103,69],[141,103],[89,68],[109,54],[111,58],[115,92],[152,137],[104,70],[147,77],[62,34],[89,46],[101,27],[121,24],[139,-61],[109,-124],[78,-171],[74,-112],[86,-155],[81,-107],[87,-149],[11,-95],[17,-102],[35,-117],[43,-122],[64,-164],[70,-111],[73,-150],[25,-65],[38,-86],[54,-61],[82,-93],[121,-136],[68,-7],[100,0],[149,-1],[90,6],[87,35],[71,59],[80,72],[117,102],[74,65],[55,61],[61,46],[83,67],[81,67],[101,80],[105,53],[113,62],[154,95],[84,69],[119,90],[109,92],[146,92],[125,73],[136,55],[146,87],[196,112]],[[99540,171636],[43,-140],[22,-70],[33,-105],[49,-158],[44,-101],[55,-134],[78,-97],[90,-114],[92,-154],[123,-144],[93,-99],[104,-150],[73,-136],[97,-86],[94,-104],[77,-98],[110,-102],[129,-85],[94,-109],[108,-128],[123,-102],[111,-127],[113,-66],[106,-95],[67,-104],[93,-135],[119,-75],[55,-69],[74,-85],[105,-85],[101,-45],[69,-52],[83,-64],[114,-79],[88,-27],[61,-42],[75,-54],[79,-65],[112,-85],[157,-99],[99,-53],[129,-52],[99,-45],[145,-70],[79,-30],[117,-43],[138,-74],[49,-77],[72,-110],[47,-100],[63,-147],[19,-146],[25,-176],[-12,-210]],[[104122,166434],[-64,-101],[-32,-51],[-48,-76],[-71,-113],[-40,-144],[-32,-122],[-64,-127],[-97,-142],[-29,-87],[-43,-99],[-74,-120],[-108,-173],[-33,-96],[-61,-104],[-88,-104],[-21,-68],[-25,-92],[-30,-66],[-46,-97],[-57,-101],[-43,-84],[-59,-123],[-30,-100],[17,-81],[29,-91],[73,-80],[104,-55],[146,-51],[138,-22],[92,-60],[90,-41],[88,-25],[122,-41],[102,-69],[94,-77],[136,-102],[107,-47],[105,-48],[122,-88],[47,-48],[70,-72],[82,-84],[35,-76],[44,-112],[27,-73],[25,-93],[-27,-116],[-87,-62],[-86,-36],[-101,-37],[-94,-10],[-110,-24],[-64,-20],[-93,-30],[-53,-54],[-67,-85],[7,-61],[39,-64],[59,-81],[87,-68],[112,-83],[50,-55],[54,-62],[66,-96],[92,-141],[22,-96],[4,-106],[14,-72],[22,-105],[34,-140],[-9,-102],[-19,-105],[-28,-156],[-18,-103],[20,-110],[31,-143],[-2,-128],[4,-119],[-22,-103],[-34,-146],[-7,-103],[-11,-135],[-23,-187],[-17,-125],[-10,-167],[-16,-123],[-23,-180],[-35,-268]],[[104483,158301],[-81,26],[-41,13],[-61,19],[-91,30],[-97,59],[-102,82],[-95,107],[-117,108],[-95,65],[-111,92],[-99,26],[-109,10],[-154,0],[-120,-42],[-114,-69],[-135,11],[-93,39],[-94,18],[-118,9],[-154,-40],[-113,-57],[-105,-25],[-92,-16],[-116,19],[-132,29],[-79,38],[-118,56],[-122,61],[-112,15],[-89,66],[-113,96],[-78,99],[-90,73],[-61,28],[-91,42],[-136,63],[-98,-21],[-111,-32],[-142,-41],[-116,-71],[-90,12],[-116,32],[-112,36],[-165,46],[-127,-59],[-104,-35],[-82,28],[-123,42],[-129,97],[-59,106],[-57,84],[-33,66],[-39,85],[-57,84],[-81,112],[-62,86],[-91,106],[-86,73],[-121,72],[-86,26],[-106,46],[-86,63],[-103,97],[-79,85],[-98,72],[-135,101],[-82,24],[-69,35],[-87,61],[-68,83],[-80,105],[-110,142],[-106,47],[-131,69],[-112,50],[-111,-3],[-61,4],[-73,19],[-94,33],[-105,50],[-111,26],[-128,7],[-67,-8],[-93,-16],[-139,-26],[-121,-47],[-129,-48],[-100,-108],[-110,-113],[-60,-103],[-86,-111],[-63,-97],[-56,-72],[-65,-103],[-60,-104],[-84,-40],[-101,-24],[-105,-3],[-141,23],[-69,58],[-90,92],[-101,85],[-59,55],[-84,77],[-128,36],[-125,-1],[-117,-24],[-131,-67],[-94,-59],[-96,11],[-115,31],[-63,46],[-95,70],[-130,108],[-123,132],[-103,171]],[[93030,161422],[-33,119],[-17,60],[-24,89],[-38,135],[-60,140],[-68,115],[-40,74],[-71,76],[-106,106],[-168,104],[-112,19],[-85,35],[-122,57],[-107,92],[-80,52],[-111,77],[-47,34],[-55,59],[-43,64],[-63,94],[-7,100],[1,129],[22,122],[18,123],[61,100],[73,131],[-5,81],[-7,89],[3,76],[1,104],[-20,128],[-74,84],[-103,100],[-107,84],[-103,97],[-134,110],[-132,91],[-134,67],[-52,41],[-75,59],[-101,57],[-78,66],[-95,87],[-87,70],[-100,85],[-106,131],[-98,138],[-61,146],[-103,148],[-129,174],[-95,155],[-48,131],[-73,67],[-108,97],[-79,84],[-110,100],[-33,90],[-39,121],[-61,124],[-46,89],[13,115],[44,124],[75,131],[102,148],[104,132]],[[47490,231688],[34,-3],[240,-22],[255,-35],[199,-10],[199,-36],[165,-12],[173,-19],[133,-1],[153,19],[115,0],[117,-7],[136,0],[108,-4],[120,15],[107,5],[108,17],[85,5],[118,-13],[130,4],[107,-5],[162,47],[120,33],[96,13],[123,4],[116,-16],[79,-10],[81,-3],[55,-1],[86,33],[153,15],[105,7],[99,-1],[117,22],[96,17],[98,-2],[110,9],[115,50],[135,22],[100,16],[123,39],[116,26],[155,17],[121,26],[112,22],[113,7],[118,9],[105,27],[115,26],[103,46],[120,42],[100,62],[67,41],[44,28],[89,55]],[[59579,235372],[55,-130],[27,-65],[41,-98],[62,-146],[83,-142],[35,-103],[68,-98],[89,-100],[80,-116],[53,-80],[75,-74],[52,-57],[62,-79],[53,-78],[22,-85],[7,-126],[-33,-93],[-46,-103],[-46,-90],[-47,-82],[-76,-107],[-102,-102],[-88,-92],[-82,-110],[-85,-82],[-24,-88],[-3,-131],[13,-168],[16,-140],[36,-120],[21,-106],[31,-146],[64,-189],[75,-159],[7,-152],[24,-135],[8,-128],[11,-111],[16,-130],[3,-110],[-20,-133],[-34,-89],[-42,-111],[-69,-90],[-100,-123],[-61,-98],[-64,-70],[-50,-79],[-57,-81],[-69,-107],[-76,-132],[-60,-86],[-40,-71],[-60,-101],[-56,-89],[-73,-122],[-35,-138],[-13,-139],[-15,-118],[-44,-140],[-64,-120],[-101,-174],[-79,-99],[-67,-93],[-68,-134],[-36,-69],[-55,-86],[-56,-95],[-67,-99],[-95,-100],[-89,-68],[-127,-98],[-89,-39],[-91,-58],[-107,-62],[-55,-80],[-39,-73],[-57,-106],[-19,-81],[-19,-87],[-19,-121],[-19,-92],[-31,-121],[-23,-112],[7,-123],[-5,-109],[6,-94],[28,-106],[20,-97],[18,-132],[0,-111],[20,-113],[23,-118],[30,-171],[39,-149],[7,-185],[16,-155],[-14,-170]],[[57821,224704],[-108,-18],[-53,-9],[-81,-14],[-121,-20],[-96,-33],[-139,-47],[-81,12],[-104,11],[-135,-2],[-93,-31],[-100,-29],[-130,-41],[-147,-81],[-83,-75],[-114,-75],[-92,-27],[-123,-8],[-117,7],[-138,-12],[-47,-39],[-69,-59],[-75,-68],[-91,-104],[-82,-115],[-32,-81],[-46,-117],[-72,-133],[-40,-125],[-48,-171],[-20,-226],[-38,-131]],[[55106,222843],[-147,-25],[-73,-13],[-110,-19],[-165,-28]],[[54611,222758],[-127,68],[-64,35],[-95,51],[-144,77],[-118,39],[-175,41],[-164,-27],[-85,2],[-121,9],[-153,15],[-138,-64],[-92,-91],[-79,-75],[-122,-18],[-171,-4],[-66,30],[-55,64],[-67,87],[-66,93],[-97,135],[-15,108],[-16,143],[-33,80],[-39,98],[-70,129],[-117,68],[-137,52],[-130,57],[-151,39],[-125,85],[-112,88],[-153,82],[-95,10],[-106,23],[-127,24],[-138,58],[-114,109],[-78,97],[-103,86],[-33,76],[-48,110],[-65,121],[-117,55],[-111,31],[-36,13]],[[50143,225067],[1,8],[-12,23],[-17,22],[-23,8],[-27,16],[-29,25],[-22,23],[-13,18],[-4,13],[-3,23],[0,25],[-1,36],[-6,45],[-6,29],[-5,29],[-1,18],[3,21],[9,20],[15,34],[18,41],[11,12],[4,21],[-1,31],[2,36],[-2,24],[12,29],[8,40],[12,42],[20,98],[9,26],[19,23],[27,18],[25,26],[9,25],[0,22],[8,31],[11,29],[11,28],[19,21],[6,25],[0,18],[2,17],[-8,12],[-14,14],[-19,15],[-25,22],[-16,15],[-27,12],[-25,12],[-21,7],[-16,4],[-27,8],[-29,12],[-18,15],[-29,18],[-19,17],[-16,0],[-27,-11],[-43,-14],[-29,-10],[-23,6],[-35,14],[-45,27],[-38,19],[-18,4],[-33,4],[-31,2],[-37,14],[-25,4],[-29,-6],[-21,-20],[-24,-19],[-33,-10],[-35,-2],[-19,-6],[-27,-21],[-39,-31],[-16,-10],[-15,-4],[-10,6],[-14,19],[-1,26],[11,15],[10,16],[14,12],[11,17],[14,20],[-2,21],[-14,21],[-25,26],[-23,25],[-20,25],[-23,35],[-25,22],[-18,21],[-17,20],[-21,21],[-20,21],[-6,18],[-15,33],[-4,23],[-6,16],[-4,25],[-1,37],[-10,16],[-12,13],[-17,8],[-14,27],[-6,22],[-8,29],[-2,25],[-1,26],[9,31],[10,19],[0,22],[-4,17],[-12,33],[-25,39],[-19,45],[-4,25],[4,16],[17,35],[6,21],[2,24],[-8,42],[-8,18],[-15,2],[-21,-12],[-43,-33],[-33,-23],[-33,-16],[-35,-2],[-66,2],[-17,-19],[-22,-31],[-15,9],[-24,14],[-38,19],[-24,26],[-15,25],[-10,41],[-10,31],[-23,23],[-29,18],[-31,12],[-29,-2],[-68,-10],[-89,-18],[-41,-21],[-45,-20],[-25,-27],[-35,-43],[-25,-25],[-45,-23],[-27,-6],[-39,12],[-35,15],[-25,2],[-10,8],[-23,21],[-17,14],[-16,10],[-23,17],[-20,0],[-29,14],[-9,23],[-7,43],[-17,12],[-25,-2],[-33,21],[-23,27],[-20,45],[-35,33],[-34,10],[-35,4],[-28,17],[-27,23],[-27,61],[-15,31],[-26,27],[-19,12],[-10,12],[-6,21],[-9,21],[-45,37],[-70,59],[-15,25],[-24,41],[2,23],[6,31],[8,33],[-2,24],[-10,23],[-27,27],[-33,35],[-31,53],[-35,49],[-33,23],[-21,29],[-2,31],[17,59],[2,31],[0,52],[-4,35],[-40,28],[-10,21],[-8,27],[-2,47],[-6,45],[6,25],[4,23],[0,20],[-25,31],[-23,12],[-12,17],[-6,22],[10,37],[0,33],[-23,79],[-24,104],[-9,56],[-20,60],[-21,53],[-8,31],[6,10],[17,11],[29,22],[28,27],[33,18],[31,40],[21,34],[33,23],[23,31],[20,29],[33,18],[31,23],[44,23],[47,12],[17,10],[2,21],[-15,16],[-29,27],[-10,23],[-27,43],[-20,27],[-15,26],[2,29],[6,14],[13,19],[20,21],[27,22],[25,17],[27,16],[25,23],[12,20],[14,35],[11,27],[-2,31],[-19,31],[-29,31],[-23,24],[-8,15],[-4,20],[-4,58],[-8,29],[-25,18],[-17,21],[2,16],[11,17],[16,22],[-2,17],[-18,33],[-2,16],[14,19],[0,20],[-12,27],[-29,22],[-19,25],[-6,17],[10,22],[13,23],[-4,25],[-5,22],[9,27],[27,29],[12,18],[16,17],[-6,22],[-18,29],[-13,41],[0,23],[15,31],[22,33],[21,39],[21,33],[18,16],[25,15],[41,6],[17,-4],[20,-17],[23,-33],[48,-39],[61,-29],[115,31],[34,169],[-7,114],[-34,88],[-88,108],[-47,34],[-34,40],[-14,61],[21,68],[13,11]],[[55106,222843],[146,-197],[111,-154],[113,-121],[109,-84],[88,-75],[63,-57],[53,-51],[80,-60],[53,-41],[76,-76],[52,-96],[21,-88],[31,-112],[91,-152],[61,-150],[39,-102],[14,-140],[54,-155],[97,-138],[79,-91],[132,-145],[94,-99],[68,-76],[121,-133],[81,-89],[107,-124],[77,-87],[61,-125],[39,-109],[79,-107],[103,-46],[148,-52],[102,-38],[75,-26],[122,-54],[107,-86],[100,-89],[70,-69],[56,-50],[66,-63],[93,-78],[121,-36],[108,-51],[166,-59],[123,-33],[90,-22],[127,56],[144,69],[113,45],[77,32],[102,20],[84,21],[75,32],[65,28],[58,20],[88,26],[88,20],[90,-8],[69,-41],[69,-49],[92,-45],[136,-5],[101,7],[152,-25],[141,-2],[120,-4],[128,-49],[96,-32],[123,-14],[113,-59],[86,-67],[77,-56],[52,-40],[52,-110],[58,-89],[79,-51],[91,-15],[110,-55],[95,-41],[109,-96],[83,-70],[98,-53],[78,-53],[63,-40],[93,-133],[71,-99],[49,-129],[20,-103],[12,-103],[-19,-127],[-11,-91],[27,-133],[59,-100],[46,-74],[84,-85],[58,-63],[63,-75],[73,-122],[49,-87],[23,-80],[37,-125],[82,-118],[67,-104],[63,-79],[85,-87],[89,-53],[80,-44],[82,-67],[47,-119],[57,-109],[46,-76],[70,-44],[97,-37],[85,-53],[49,-111],[44,-86],[47,-84],[75,-97],[83,-66],[82,-60],[56,-41],[80,-58],[72,-120],[47,-81],[32,-53],[63,-107]],[[65042,214281],[-86,-116],[-42,-58],[-64,-87],[-97,-130],[-59,-87],[-87,-110],[-59,-87],[-31,-126],[-7,-122],[10,-137],[-26,-109],[-71,-134],[-47,-44],[-62,-59],[-40,-79],[-14,-122],[-4,-169],[41,-121],[17,-113],[27,-120],[5,-73],[-3,-93],[1,-120],[8,-164],[-10,-110],[-39,-133],[-31,-57],[-46,-85],[-18,-117],[62,-95],[98,-81],[72,-61],[81,-80],[70,-82],[45,-143],[-1,-185],[-38,-118],[-46,-129],[-45,-163],[-77,-158]],[[64429,209904],[-102,55],[-52,28],[-77,41],[-115,62],[-122,94],[-143,131],[-124,120],[-184,166],[-141,103],[-75,7],[-51,9],[-73,17],[-104,27],[-148,46],[-207,69],[-156,46],[-172,90],[-134,2],[-130,54],[-144,79],[-83,52],[-97,86],[-123,117],[-87,71],[-122,60],[-149,74],[-77,76],[-72,33],[-101,46],[-124,68],[-124,84],[-118,50],[-49,24],[-72,34],[-106,47],[-127,67],[-151,97],[-125,36],[-79,55],[-92,62],[-137,92],[-151,89],[-90,76],[-117,74],[-146,104],[-86,58],[-88,15],[-127,19],[-148,28],[-139,-28],[-85,-32],[-105,-43],[-138,-44],[-120,-88],[-58,-58],[-85,-83],[-110,-106],[-79,-36],[-102,-47],[-45,-69],[-55,-95],[-61,-100],[-82,-138],[-29,-175],[27,-159],[7,-74],[12,-97],[6,-119],[-82,-137],[-133,-60],[-179,-30],[-150,11],[-155,-63],[-88,-22],[-101,1],[-102,2],[-140,-5],[-153,-27],[-117,-36],[-125,-12],[-105,-18],[-148,-14],[-133,22],[-115,43],[-84,25],[-103,37],[-146,50],[-86,119],[-27,78],[-37,116],[-12,129],[0,131],[20,172],[42,114],[67,161],[20,157],[14,150],[35,179],[5,119],[7,174],[11,110],[14,162],[-1,131],[-31,155],[-38,68],[-47,89],[-41,74],[-48,106],[-71,160],[-37,167],[-22,96],[-3,114],[-3,75],[-15,92],[-22,127],[-28,99],[-66,101],[-85,103],[-86,62],[-70,57],[-57,35],[-82,52],[-94,48],[-86,37],[-87,44],[-114,70],[-124,100],[-96,81],[-113,118],[-113,115],[-104,122],[-156,128],[-115,65],[-93,117],[-22,76],[-30,104],[-40,142],[-75,112],[-36,84],[-23,99],[-15,89],[-21,118],[-17,156],[-10,123],[12,142],[4,101],[15,109],[13,143],[-42,162],[-43,64],[-71,73],[-111,105],[-119,-9],[-162,-25],[-128,-54]],[[52211,218113],[8,124],[4,62],[7,93],[9,139],[35,74],[57,92],[89,114],[74,109],[55,105],[83,141],[77,85],[50,92],[70,137],[71,152],[97,130],[108,155],[53,165],[70,89],[99,131],[60,87],[61,121],[45,73],[67,87],[81,76],[72,50],[67,72],[86,108],[46,87],[44,105],[64,104],[65,85],[90,94],[61,69],[56,94],[36,97],[51,138],[66,118],[46,76],[56,113],[47,147],[-2,145],[1,139],[18,171]],[[30722,217886],[53,68],[26,35],[39,51],[59,77],[80,113],[76,134],[59,69],[43,85],[53,112],[58,57],[87,82],[97,87],[85,77],[126,104],[102,59],[57,70],[63,108],[45,131],[62,99],[42,83],[43,84],[60,110],[11,77],[10,94],[16,81],[24,122],[36,108],[45,119],[80,131],[50,58],[70,83],[64,79],[63,107],[65,97],[64,118],[75,153],[57,112],[85,149],[127,179],[177,219],[136,191],[71,141],[108,167],[66,157],[98,138],[99,118],[129,174],[63,118],[94,151],[32,97],[43,105],[36,112],[53,106],[72,144],[11,31]],[[34367,223817],[16,-4],[48,-3],[34,0],[29,5],[37,9],[42,10],[53,22],[47,16],[56,28],[46,34],[53,37],[46,36],[49,54],[40,40],[34,40],[31,32],[37,29],[25,16],[26,2],[21,-7],[66,-22],[57,-18],[43,-14],[39,-8],[31,3],[29,13],[17,14],[37,21],[39,42],[36,38],[38,42],[41,47],[104,98],[33,19],[35,18],[36,14],[46,13],[34,10],[23,9],[25,12],[26,17],[42,47],[32,37],[41,35],[27,23],[36,19],[77,29],[95,30],[36,15],[32,18],[32,41],[45,58],[31,48],[26,45],[53,84],[21,23],[32,24],[24,12],[31,7],[66,2],[35,3],[33,8],[42,19],[56,42],[42,30],[58,47],[51,31],[44,16],[34,9],[26,5],[96,3],[49,7],[58,14],[32,10],[39,1],[55,-9],[62,-8],[65,-24],[68,-21],[48,-2],[39,7],[79,22],[111,37],[59,19],[99,31],[106,38],[47,10],[45,3],[34,0],[60,-14],[51,-10],[53,-3],[44,-5],[60,-34],[112,-48],[63,-22],[49,-15],[30,-1],[42,11],[50,14],[55,24],[48,21],[49,20],[25,11],[39,34],[34,37],[13,20],[14,15],[21,24],[20,16],[46,27],[84,49],[45,22],[73,34],[19,14],[23,13],[42,23],[69,35],[40,24],[31,20],[27,25],[28,26],[29,19],[21,10],[47,13],[46,6],[52,5],[72,11],[50,10],[41,3],[45,13],[76,22],[99,23],[68,-7],[81,-47],[81,-27],[122,20],[115,20],[122,27],[95,21],[129,-7],[108,36],[11,16],[26,25],[15,12],[29,21],[45,12],[58,16],[51,23],[27,23],[23,20],[37,6],[33,2],[27,13],[33,8],[33,-2],[12,-6],[54,-23],[49,-31],[15,-28],[18,-46],[40,-20],[31,-11],[26,-28],[13,-14],[33,-27],[31,-25],[13,-10],[13,-2],[20,0],[59,-6],[22,-2],[24,-8],[153,-61],[26,-10],[33,-13],[28,-5],[23,0],[16,-7],[11,-18],[15,-44],[4,-21],[7,-11],[12,-3],[16,2],[14,9],[13,12],[16,7],[21,-1],[21,4],[27,-2],[22,-6],[21,-8],[33,-7],[26,-3],[17,-4],[14,-6],[21,-27],[12,-16],[4,-39],[4,-31],[-4,-29],[8,-12],[17,-9],[28,-4],[31,9],[38,13],[26,12],[26,14],[17,16],[21,19],[30,-1],[20,9],[18,17],[13,18],[11,20],[9,19],[11,12],[9,11],[18,8],[13,5],[27,-5],[22,1],[13,-4],[7,-11],[7,-20],[6,-13],[14,-15],[17,-11],[26,0],[17,2],[16,-5],[16,-12],[22,-13],[27,-6],[15,-16],[21,-27],[11,-18],[14,-20],[7,-17],[8,-24],[3,-19],[9,-15],[11,-21],[18,-21],[46,-44],[13,-19],[5,-24],[0,-27],[-3,-23],[-12,-18],[-11,-13],[-12,-6],[-16,-1],[-26,-4],[-24,-7],[-28,-12],[-102,-33],[-27,4],[-43,-2],[-9,-12],[-3,-14],[3,-24],[-2,-19],[-10,-21],[-9,-21],[-14,-18],[-21,-9],[-17,-16],[-11,-15],[4,-16],[16,-15],[17,-25],[2,-19],[0,-20],[6,-18],[11,-10],[29,-29],[6,-17],[0,-19],[2,-25],[-6,-26],[-17,-30],[-16,-28],[-21,-34],[-18,-14],[-15,-8],[-32,0],[-26,-31],[-26,-23],[-17,-19],[-20,-18],[-23,-17],[-14,-23],[-8,-22],[-7,-35],[1,-34],[4,-39],[-20,-18],[-20,-13],[-19,-8],[-37,-5],[-3,-19],[4,-33],[5,-25],[-6,-31],[-18,-6],[-26,-15],[-17,1],[-32,-2],[-17,-3],[-12,-11],[-13,-13],[-10,-19],[-4,-18],[0,-21],[13,-25],[9,-18],[20,-22],[17,-22],[23,-25],[41,-35],[17,-20],[29,-29],[21,-16],[20,-27],[20,-12],[21,-8],[22,-17],[16,-19],[10,-23],[10,-12],[5,-23],[4,-14],[11,-8],[14,2],[16,2],[36,-3],[11,11],[10,22],[16,19],[29,12],[26,1],[22,3],[21,9],[11,20],[11,-12],[8,-16],[6,-17],[16,-22],[18,-19],[26,-17],[17,-9],[13,-13],[14,-33],[12,-2],[11,14],[22,17],[15,9],[18,12],[11,27],[4,13],[8,21],[6,19],[8,9],[13,4],[20,6],[25,14],[42,30],[31,21],[27,12],[17,3],[18,4],[14,11],[12,18],[7,11],[3,22],[4,14],[1,17],[1,15],[-1,16],[6,17],[7,14],[10,9],[15,11],[10,12],[17,20],[14,20],[26,22],[12,15],[9,21],[10,25],[16,34],[25,50],[16,6],[20,7],[19,9],[40,37],[12,11],[15,6],[15,6],[20,6],[21,7],[23,3],[28,-1],[29,-3],[26,-7],[25,-9],[33,-13],[89,-2],[17,-1],[18,-6],[58,-55],[14,-12],[20,1],[15,9],[18,4],[61,2],[22,4],[12,9],[6,11],[12,24],[14,39],[8,23],[9,11],[21,6],[12,-4],[28,-15],[16,-7],[20,6],[35,9],[39,21],[13,6],[10,19],[8,9],[11,6],[19,10],[21,6],[16,2],[29,6],[65,3],[34,3],[35,8],[29,7],[19,17],[17,16],[19,0],[41,-7],[25,-11],[9,-11],[13,-18],[18,-43],[56,-130],[14,-15],[21,4],[24,5],[1,-13],[-17,-14],[-6,-15],[-7,-16],[-9,-21],[-4,-18],[-10,-19],[-7,-13],[-2,-15],[3,-16],[-4,-20],[0,-31],[3,-25],[4,-30],[5,-24],[6,-14],[10,-23],[11,-25],[9,-26],[0,-23],[-4,-17],[3,-15],[7,-16],[14,-13],[13,-5],[42,-4],[32,-33],[11,-7],[18,-5],[19,-5],[24,7],[15,4],[13,0],[18,-4],[16,-10],[11,-26],[8,-15],[15,-3],[26,-2],[16,-17],[0,-17],[30,-36],[29,-53],[15,-8],[31,-1],[97,-5],[30,-3],[14,-4],[12,-7],[23,-29],[6,-17],[8,-14],[9,-19],[7,-22],[8,-14],[20,-13],[15,-15],[6,-20],[5,-12],[9,-16],[2,-13],[0,-24],[1,-18],[5,-15],[6,-19],[-1,-13],[-10,-11],[-11,-6],[0,-23],[20,-18],[16,-13],[-14,-8],[-16,-6],[-13,-11],[-13,-16],[-17,-21],[-23,-13],[-14,-19],[-13,-11],[-24,-10],[-21,-17],[-31,-15],[-17,-13],[-25,-21],[-15,-19],[-10,-12],[7,-10],[11,-5],[17,-8],[16,-11],[4,-17],[7,-13],[10,-21],[10,-28],[8,-24],[8,-30],[16,-39],[16,-6],[15,4],[28,10],[29,13],[31,6],[18,3],[23,3],[17,1],[19,-1],[17,-5],[26,-9],[15,-6],[16,1],[13,5],[12,5],[14,1],[11,-3],[15,-7],[9,-8],[19,-5],[18,-2],[21,-10],[12,-13],[14,-15],[16,-11],[18,-1],[13,3],[12,2],[15,-6],[10,-15],[2,-12],[4,-28],[3,-18],[-5,-12],[-1,-14],[6,-14],[16,-11],[16,-3],[13,1],[20,7],[26,6],[20,9],[24,10],[34,20],[31,17],[15,3],[31,-7],[12,2],[9,9],[34,13],[12,7],[13,3],[26,0],[69,-5],[19,13],[12,10],[13,-3],[110,-67],[23,-12],[15,0],[13,2],[14,8],[24,20],[12,16],[90,25],[52,26],[30,8],[25,-9],[27,-15],[23,-12],[26,3],[27,4],[18,-9],[19,-20],[19,-10],[21,-6],[25,-5],[23,-6],[20,-6],[31,-26],[36,13],[20,5],[22,10],[26,0],[41,6],[1,0]],[[47880,222872],[65,-118],[103,-143],[76,-142],[14,-106],[27,-110],[38,-162],[-34,-156],[-63,-156],[-14,-89],[-20,-135],[-28,-152],[19,-114],[19,-124],[-34,-111],[-57,-142],[-32,-74],[-48,-109],[-57,-146],[-55,-80],[-86,-103],[-101,-83],[-90,-79],[-106,-117],[-61,-69],[-90,-98],[-109,-123],[-61,-74],[-61,-111],[-51,-110],[-33,-80],[-5,-59],[-8,-86],[-27,-86],[-40,-125],[-27,-92],[-32,-83],[-75,-50],[-112,-54],[-169,-74],[-147,19],[-91,-20],[-74,0],[-74,-11],[-92,-14],[-103,-35],[-139,-55],[-64,-45],[-86,-70],[-99,-88],[-132,-106],[-90,-41],[-104,-62],[-116,-46],[-66,-45],[-62,-69],[-78,-91],[-65,-97],[-84,-93],[-98,-119],[-137,-166],[-113,-147],[-26,-68],[-39,-79],[-60,-114],[-98,-97],[-137,-94],[-112,-76],[-164,-115],[-115,-42],[-101,-84],[-102,-73],[-56,-27],[-52,-39],[-66,-58],[-91,-81],[-70,-104],[-10,-69],[6,-97],[32,-107],[71,-76],[92,-87],[70,-50],[78,-66],[83,-63],[85,-77],[125,-110],[69,-124],[51,-65],[46,-93],[2,-121],[-53,-80],[-66,-71],[-76,-66],[-111,-62],[-110,-29],[-74,-3],[-94,-11],[-130,-17],[-134,-22],[-195,-25],[-150,14],[-132,-21],[-149,3],[-87,-10],[-125,-12],[-160,-28],[-123,-11],[-143,-42],[-132,-47],[-149,-19],[-113,-35],[-109,-9],[-84,-19],[-123,-31],[-95,-39],[-95,-18],[-120,-19],[-89,-29],[-81,-81],[-28,-61],[-35,-86],[-29,-116],[-22,-68],[-42,-61],[-58,-79],[-77,-96],[-107,-104],[-102,-101],[-115,-138],[-89,-118],[-74,-111],[-66,-50],[-87,-65],[-65,-92],[-59,-97],[-32,-122],[-3,-120],[4,-120],[-11,-140],[-16,-124],[-44,-160],[-65,-101],[-85,-88],[-101,-96],[-79,-118],[-98,-132],[-147,-97],[-135,-59]],[[38683,211231],[-71,82],[-36,42],[-53,62],[-80,93],[-104,48],[-103,25],[-76,-1],[-108,4],[-121,34],[-62,73],[-88,106],[-112,95],[-64,-9],[-73,-13],[-109,-20],[-151,-23],[-177,-25],[-126,-55],[-131,-66],[-152,7],[-115,22],[-158,22],[-127,37],[-100,22],[-115,-17],[-152,-34],[-91,36],[-125,53],[-114,0],[-102,-4],[-98,-55],[-72,-67],[-61,-44],[-68,-52],[-83,-58],[-111,-8],[-109,13],[-138,28],[-108,1],[-98,31],[-58,9],[-66,-10],[-77,-28],[-105,-47],[-125,-65],[-92,-23],[-123,-29],[-89,-73],[-131,-106]],[[33675,211244],[-66,97],[-33,49],[-50,73],[-75,110],[-93,155],[-56,44],[-30,46],[-35,67],[-42,90],[-46,108],[-59,97],[-89,145],[-110,170],[-46,125],[-68,130],[-82,175],[-75,112],[-42,93],[-57,138],[-42,127],[-68,137],[-43,86],[-26,89],[-28,121],[-42,149],[-31,173],[-45,139],[-29,166],[-26,105],[-26,142],[-40,73],[-32,67],[-44,81],[-63,111],[-93,162],[-29,122],[-24,112],[-58,131],[-85,178],[-40,53],[-27,70],[-32,101],[-16,111],[-28,117],[-35,78],[-36,80],[-51,91],[-47,85],[-61,86],[-33,65],[-48,94],[-31,87],[-43,105],[-62,121],[-104,155],[-106,130],[-79,107],[-104,156]],[[58752,190375],[119,-37],[60,-18],[89,-27],[134,-40],[87,-14],[90,-23],[122,-28],[80,-56],[106,-71],[99,-58],[127,-83],[70,-56],[104,-79],[65,-81],[69,-90],[83,-107],[113,-95],[104,-115],[77,-49],[67,-74],[99,-111],[82,-94],[65,-133],[50,-137],[57,-143],[15,-139],[23,-131],[34,-148],[32,-117],[59,-141],[36,-108],[57,-102],[47,-46],[69,-69],[51,-74],[54,-114],[69,-165],[7,-114],[1,-135],[24,-151],[45,-169]],[[61593,186633],[-53,-106],[-27,-53],[-40,-79],[-60,-119],[-27,-91],[-48,-68],[-59,-75],[-78,-50],[-72,-42],[-94,-55],[-73,-36],[-100,-53],[-134,-82],[-81,-32],[-75,-49],[-101,-67],[-135,-79],[-126,-92],[-94,-36],[-99,-49],[-114,-41],[-146,-53],[-115,-81],[-105,-59],[-155,-84],[-136,-113],[-106,-99],[-158,-142],[-123,-91],[-124,-70],[-106,-49],[-86,-80],[-98,-101],[-128,-102],[-74,-77],[-78,-52],[-105,-75],[-133,-112],[-69,-54],[-104,-40],[-130,-36],[-126,-12],[-128,22],[-145,2],[-95,25],[-78,13],[-99,-1],[-109,1],[-149,-4],[-141,-47],[-90,-49],[-97,-36],[-124,-47],[-172,-73],[-87,-58],[-120,-68],[-123,-94],[-99,-59],[-49,-46],[-66,-64],[-91,-80],[-75,-82],[-81,-81],[-106,-69],[-155,-100],[-71,-120],[-73,-125],[-37,-108],[-56,-122],[-69,-146],[-112,-135],[-58,-83],[-86,-119],[-109,-119],[-79,-98],[-107,-73],[-50,-86],[-21,-69],[-28,-99],[-43,-61],[-61,-76],[-42,-48],[-60,-71],[-83,-98],[-79,-74],[-70,-70],[-105,-104],[-93,-85],[-131,-97],[-49,-63],[-61,-80],[-92,-116],[-104,-101],[-74,-58],[-95,-82],[-109,-98],[-114,-48],[-105,-50],[-114,-83],[-129,-117],[-89,-61],[-107,-74],[-114,-125],[-63,-93],[-60,-105],[-69,-93],[-98,-137],[-81,-110],[-120,-128],[-77,-78],[-73,-92],[-101,-127],[-147,-168],[-94,-115],[-82,-110],[-97,-70],[-89,-40],[-115,-60],[-136,-85],[-103,-47],[-126,-71],[-174,-110],[-118,-13],[-125,-49],[-128,-81],[-87,-46],[-121,-70],[-103,-51]],[[49353,177111],[-136,-45],[-68,-22],[-103,-33],[-153,-50],[-104,-107],[-108,-146],[-108,-20],[-122,-18],[-135,-39],[-148,-89],[-84,-40],[-109,-17],[-97,-20],[-66,34],[-45,76],[-51,112],[-41,139],[-41,174]],[[47634,177000],[-23,112],[-12,56],[-17,84],[-26,126],[-34,112],[-14,113],[8,114],[-8,69],[-12,99],[-18,147],[-29,185],[-1,136],[-17,131],[-7,139],[-24,150],[-12,129],[-38,145],[-40,135],[-12,150],[3,111],[-1,157],[-8,80],[-1,102],[22,117],[35,176],[44,64],[63,85],[95,124],[66,91],[96,135],[42,78],[56,99],[54,139],[-8,130],[-23,106],[-17,74],[-3,86],[-1,95],[-3,124],[30,109],[38,103],[59,144],[61,88],[51,96],[65,92],[66,107],[11,124],[4,111],[-29,131],[-54,84],[-29,39],[-37,57],[-20,66],[-28,94],[-37,122],[10,111],[29,86],[21,68],[16,86],[5,106],[2,103],[-71,75],[-104,83],[-139,56],[-107,39],[-122,18],[-87,33],[-76,15],[-42,23],[-46,34],[-68,51],[-76,78],[-69,118],[-31,104],[-38,137],[-4,79],[-6,95],[-1,130],[-3,129],[-22,127],[-14,112],[-23,107],[-30,147],[-49,210]],[[46815,185632],[95,-7],[47,-4],[71,-6],[107,-9],[154,-19],[148,-33],[156,5],[102,-10],[138,-2],[154,39],[152,12],[118,42],[120,28],[142,-20],[101,25],[128,51],[116,70],[96,21],[107,30],[126,33],[122,60],[175,88],[126,-14],[146,5],[129,-9],[85,13],[92,-2],[118,7],[85,23],[103,46],[136,70],[75,65],[98,87],[147,125],[80,37],[113,54],[121,51],[123,70],[107,30],[79,29],[100,45],[85,45],[127,68],[129,110],[125,120],[74,58],[92,87],[107,88],[108,102],[106,139],[53,97],[73,78],[101,99],[58,99],[66,106],[90,150],[84,87],[64,63],[91,66],[119,79],[147,103],[93,36],[82,56],[124,85],[114,127],[92,104],[101,59],[86,75],[82,62],[82,32],[119,40],[86,27],[104,12],[100,-3],[80,-33],[94,-49],[95,-12],[142,-16],[141,-22],[118,-10],[143,18],[143,-10],[91,-13],[94,1],[136,-1],[81,12],[115,21],[135,17],[68,37],[101,54],[73,63],[86,81],[118,103],[94,94],[102,100],[96,88],[109,50],[90,39],[102,55],[125,60],[102,56],[138,59],[120,71],[109,28],[149,35],[119,76],[90,18],[81,16],[90,-5],[129,-10],[136,-10]],[[61593,186633],[95,-34],[48,-17],[71,-25],[108,-38],[105,-56],[92,-44],[90,-55],[87,-31],[112,-19],[93,-40],[95,-54],[115,-31],[94,14],[78,27],[84,52],[82,33],[52,37],[63,49],[60,57],[75,83],[90,111],[109,94],[72,66],[99,99],[81,114],[91,89],[132,108],[115,88],[111,127],[77,93],[120,92],[50,24],[69,35],[101,49],[96,16],[142,20],[170,6],[145,42],[158,0],[122,16],[167,12],[124,12]],[[65733,187854],[110,-33],[55,-17],[82,-25],[124,-38],[97,-29],[82,-74],[94,-115],[63,-100],[82,-125],[80,-120],[122,-134],[169,-175]],[[66893,186869],[-6,-176],[-2,-88],[-5,-132],[-6,-199],[72,-155],[39,-128],[51,-140],[49,-181],[75,-114],[66,-102],[54,-135],[32,-100],[48,-132],[-1,-106],[-12,-100],[-36,-83],[-34,-104],[-20,-50],[-30,-72],[49,-53],[73,-77],[106,-83],[115,-36],[106,-25],[59,-80],[47,-76],[10,-90],[-39,-65],[-59,-87],[-64,-69],[-100,-78],[-141,-30],[-158,-22],[-139,-33],[-135,15],[-196,34],[-157,15],[-154,58],[-158,9],[-133,1],[-172,21],[-115,-1],[-135,-42],[-159,-63],[-176,-32],[-127,-38],[-136,1],[-126,-44],[-124,-59],[-108,-64],[-133,-39],[-71,-46],[-105,-70],[-56,-73],[-23,-73],[-25,-97],[-24,-141],[-7,-133],[-11,-102],[8,-112],[20,-116],[-5,-89],[-6,-80],[-7,-105],[-14,-142],[-20,-190],[25,-170]],[[64327,181701],[-93,-13],[-47,-6],[-70,-10],[-105,-15],[-104,11],[-94,7],[-135,10],[-83,-6],[-101,11],[-115,27],[-78,20],[-82,12],[-85,18],[-126,25],[-110,42],[-89,45],[-92,70],[-87,60],[-112,85],[-100,55],[-144,72],[-53,76],[-78,112],[-82,45],[-101,56],[-120,72],[-120,109],[-90,66],[-65,94],[-61,110],[-62,55],[-67,53],[-102,-15],[-122,-42],[-89,-91],[-43,-77],[-66,-29],[-81,-23],[-93,7],[-109,33],[-94,58],[-48,13],[-64,16],[-83,25],[-90,17],[-72,8],[-71,-6],[-63,-9],[-94,-13],[-87,-32],[-95,-64],[-138,-95],[-45,-77],[-57,-84],[-87,-117],[-97,-68],[-134,-93],[-84,-131],[-57,-120],[-80,-76],[-83,-52],[-59,-57],[-55,-68],[-76,-95],[-79,-67],[-89,-66],[-87,-76],[-100,-87],[-143,-126],[-158,-117],[-126,-143],[-172,-177],[-141,-139],[-99,-87],[-100,-118],[-126,-111],[-89,-59],[-62,-89],[-64,-117],[-84,-120],[-42,-91],[-60,-130],[-62,-117],[-36,-113],[-53,-92],[-70,-116],[-98,-137],[-54,-120],[-53,-106],[-80,-149],[-64,-145],[-29,-135],[-58,-142],[-24,-94],[-29,-74],[-44,-105],[-71,-148],[-104,-174],[-41,-109],[-62,-138],[-56,-159],[-71,-111],[-39,-90],[-40,-124],[-40,-111],[-58,-155],[-79,-227],[-44,-159],[-21,-189]],[[55457,176253],[-130,48],[-65,25],[-98,36],[-146,54],[-121,45],[-110,65],[-81,7],[-55,11],[-77,18],[-103,25],[-152,38],[-109,45],[-155,60],[-130,75],[-119,30],[-89,9],[-117,23],[-74,27],[-74,11],[-110,17],[-151,23],[-141,35],[-165,15],[-125,31],[-114,-31],[-106,-8],[-81,-12],[-79,-30],[-110,-49],[-139,-66],[-76,-6],[-91,-9],[-116,-3],[-99,-4],[-102,-24],[-128,-31],[-127,4],[-138,33],[-65,3],[-89,-2],[-79,-14],[-89,-22],[-115,-29],[-141,-17],[-70,-12],[-101,-20],[-104,-59],[-120,-85],[-79,-20],[-68,0],[-100,0],[-122,11],[-105,2],[-124,8],[-142,10],[-208,13],[-175,12]],[[49158,176569],[58,161],[29,80],[43,120],[65,181]],[[51842,139948],[-95,-16],[-48,-8],[-72,-12],[-108,-18],[-155,-18],[-157,24],[-97,10],[-116,-10],[-110,-22],[-107,-30],[-107,-4],[-84,-7],[-113,-1],[-118,2],[-58,-14],[-86,-21],[-109,-31],[-69,-86],[-89,-124],[-50,-108],[-31,-82],[-43,-121],[-28,-154],[-53,-152],[-31,-118],[-57,-82],[-55,-96],[-66,-94],[-26,-64],[-13,-55],[-19,-80],[-32,-92],[-60,-112],[-84,-140],[-69,-86],[-59,-95],[-38,-89],[-56,-108],[-96,-110],[-127,-108],[-46,-107],[-43,-137]],[[48762,137172],[-115,3],[-58,1],[-87,2],[-129,3],[-138,-11],[-147,-30],[-132,15],[-144,5],[-152,26],[-149,-13],[-105,3],[-134,-4],[-148,16],[-132,-32],[-71,-4],[-92,-5],[-106,15],[-154,22],[-124,-2],[-141,15],[-114,3],[-114,37],[-133,52],[-150,23],[-130,26],[-130,16],[-157,-17],[-150,12],[-124,-4],[-145,20],[-75,21],[-101,21],[-103,21],[-110,-4],[-153,-11],[-102,25],[-71,11],[-90,21],[-119,42],[-94,37],[-104,34],[-82,38],[-112,45],[-136,32],[-169,47],[-106,23],[-102,34],[-133,42],[-131,68],[-133,42],[-156,54],[-133,86]],[[42442,138094],[83,79],[41,39],[63,59],[93,88],[136,94],[150,36],[95,58],[139,83],[64,78],[62,79],[88,94],[61,92],[46,80],[68,118],[88,135],[63,128],[71,108],[62,138],[64,88],[48,79],[72,116],[66,130],[50,64],[43,58],[60,74],[73,84],[96,118],[65,71],[101,28],[150,35],[122,-33],[121,-42],[140,-68],[110,5],[100,8],[144,8],[90,-4],[99,3],[125,26],[155,51],[48,35],[53,56],[55,58],[80,86],[39,93],[57,141],[63,75],[83,99],[87,79],[100,97],[103,147],[46,101],[63,122],[94,174],[25,135],[42,110],[43,124],[65,131],[48,139],[60,64],[65,71],[81,99],[55,76],[68,108],[76,112],[47,98],[69,129],[64,165],[41,190],[62,147],[38,147],[56,140],[84,133],[40,107],[49,108],[33,88],[47,60],[68,83],[103,115],[75,88],[33,89],[42,117],[48,73],[48,78],[58,108],[49,101],[53,134],[38,100],[56,117],[21,108],[31,137],[14,121],[-16,121],[-2,72],[-5,107],[-3,128],[-4,89],[7,116],[17,133],[11,105],[34,92],[50,126],[44,104],[39,141],[31,65],[16,70],[20,99],[22,74],[26,85],[36,81],[29,63],[43,91],[38,93],[54,136],[60,182],[69,120],[31,102],[47,115],[84,143],[57,62],[56,74],[47,75],[59,83],[46,106],[49,133],[35,116],[3,93],[11,114],[9,138],[13,86],[19,129],[29,89],[32,104],[32,135],[28,102],[1,97],[-2,78],[-1,114],[5,94],[9,137],[-20,84],[-46,101],[-56,99],[-80,88],[-65,71],[-80,82],[-77,100],[-82,96],[-122,142],[-75,100],[-114,112],[-132,112],[-101,100],[-148,139]],[[55519,138552],[-62,-147],[-39,-124],[7,-122],[65,-85],[48,-55],[72,-25],[101,-71],[66,-112],[79,-113],[57,-88],[62,-88],[58,-126],[30,-116],[-18,-95],[-48,-101],[-64,-84],[-43,-57],[-29,-124],[52,-130],[35,-103],[-13,-130],[-50,-112],[-42,-89],[-27,-63],[-26,-124],[-15,-97],[-9,-66],[29,-122],[-14,-154],[-9,-110],[4,-123],[-74,-168],[-50,-118],[-30,-93],[-26,-129],[-41,-138],[-27,-173],[-19,-115],[-37,-189],[-72,-184],[-48,-126],[-33,-91],[-3,-106],[-4,-98],[-11,-110],[-60,-99],[-62,-140],[-56,-108],[-40,-94],[-26,-108],[-18,-94],[-2,-69],[37,-91],[101,-44],[72,-33],[74,-60],[52,-46],[28,-80],[10,-68],[0,-63],[7,-104],[26,-88],[28,-117],[-17,-132],[5,-157],[-12,-139],[2,-158],[-4,-114],[-30,-129],[6,-156],[155,-216]],[[55577,130851],[-1,-5],[-24,-23],[-46,-48],[-23,-27],[-20,-22],[-18,-57],[-12,-28],[-22,-14],[-21,0],[-38,8],[-20,-2],[-40,-24],[-51,-27],[-51,-34],[-58,-55],[-59,-69],[-56,-59],[-77,-74],[-61,-77],[-54,-71],[-67,-85],[-89,-91],[-17,-19],[-26,-26],[-30,-32],[-51,-45],[-30,-32],[-15,-2],[-18,12],[-24,10],[-39,-2],[-48,-12],[-57,-14],[-51,-16],[-54,-35],[-37,-18],[-16,-26],[-20,-30],[-27,-29],[-32,-28],[-45,-34],[-40,-41],[-39,-36],[-38,-30],[-47,-20],[-52,-25],[-43,-24],[-41,-36],[-36,-37],[-26,-44],[-15,-28],[-12,-39],[-6,-36],[-18,-30],[-43,-15],[-28,0],[-22,17],[-35,18],[-30,20],[-47,10],[-22,-6],[-26,-18],[-25,-35],[-14,-24],[6,-24],[10,-22],[15,-41],[12,-42],[12,-47],[-2,-44],[-8,-36],[-23,-37],[-26,-38],[-26,-24],[-47,-23],[-12,-10],[-22,-36],[-37,-24],[-42,-16],[-21,-23],[-22,-22],[-30,-24],[-45,-16],[-36,-10],[-27,-17],[-20,-20],[-22,-30],[-14,-30],[-13,-25],[0,-30],[4,-40],[7,-41],[-5,-38],[-18,-53],[-16,-50],[-32,-45],[-25,-38],[-52,-51],[-31,-44],[-34,-46],[-33,-33],[-28,-24],[-34,-34],[-23,-29],[-22,-36],[-20,-30],[-27,-47],[-22,-36],[-18,-33],[-22,-44],[-21,-32],[-18,-33],[-20,-32],[-43,-46],[-20,-21],[-20,-26],[-27,-28],[-30,-30],[-16,-41],[-16,-24],[-17,-28],[-10,-29],[-12,-50],[-6,-57],[-16,-38],[-21,-39],[-16,-40],[-30,-32],[-16,-12],[-23,-15],[-30,-28],[-32,-14],[-37,-18],[-63,-18],[-65,-23],[-64,-12],[-63,-6],[-61,-8],[-61,12],[-40,12],[-29,11],[-18,-5],[-32,-12],[-25,-14],[-24,-6],[-30,6],[-23,2],[-54,-18],[-17,-6],[-22,0],[-38,12],[-43,12],[-45,8],[-36,10],[-22,19],[-15,20],[-44,22],[-26,14],[-19,10],[-16,31],[-16,16],[-16,6],[-19,16],[-22,22],[-32,37],[-14,30],[-17,30],[-22,32],[-18,33],[-29,10],[-26,12],[-28,24],[-49,37],[-30,22],[-23,34],[-24,12],[-53,19],[-66,32],[-118,50],[-43,21],[-68,26],[-37,28],[-51,24],[-30,17],[-24,-2],[-33,-5],[-40,5],[-41,8],[-26,22],[-35,36],[-32,35],[-34,46],[-27,28],[-38,37],[-53,32],[-38,20],[-29,16],[-22,0],[-31,0],[-30,-2],[-38,-18],[-59,-10],[-43,-6],[-87,22],[-67,24],[-83,39],[-61,14],[-67,28],[-74,24],[-39,11],[-53,-4],[-67,2],[-18,2],[-22,6],[-26,38],[-31,36],[-14,27],[-12,16],[-39,26],[-62,61],[-17,4],[-16,-6],[-49,-39],[-64,-48],[-43,-35],[-57,-48],[-117,-111],[-45,-55],[-38,-50],[-61,-91],[-45,-47],[-16,0],[-31,4],[-9,-16],[-6,-32],[-25,-129],[-16,-67],[-22,-59],[-17,-48],[-60,-91],[-51,-48],[-43,-47],[-20,-24],[-18,-59],[4,-42],[0,-55],[-16,-30],[-18,-22],[-2,-55],[0,-9]],[[47680,126836],[-110,49],[-134,28],[-145,38],[-56,73],[-81,109],[-45,104],[-41,159],[21,187],[73,110],[72,139],[69,75],[67,74],[38,95],[41,98],[11,89],[9,114],[-2,78],[3,94],[5,132],[15,188],[32,128],[-4,111],[-7,93],[-10,140],[-16,189],[20,151],[8,145],[20,144],[0,151],[1,138],[2,156],[48,144],[44,90],[37,84],[60,104],[88,90],[85,96],[76,88],[104,129],[100,101],[102,124],[89,117],[80,116],[60,59],[70,81],[67,118],[46,117],[60,134],[37,114],[23,145],[41,125],[2,122],[-19,127],[-26,179],[-57,103],[-81,152],[-25,124],[-30,116],[-10,125],[-20,83],[-23,104],[-42,97],[-53,133],[-15,107],[-7,85],[7,84],[1,96],[-1,129],[20,104],[8,113],[15,139],[19,86],[30,120],[22,154],[22,99],[9,122],[0,137],[29,120],[21,122],[32,134],[-6,95],[0,86],[3,125],[23,153],[32,115],[6,112],[8,148],[12,147],[3,184]],[[96997,154722],[104,56],[52,27],[79,42],[117,63],[100,65],[113,6],[72,-24],[102,-34],[104,1],[102,16],[93,19],[75,11],[107,10],[103,15],[127,36],[98,49],[90,78],[51,91],[79,67],[113,66],[79,14],[88,-42],[122,-62],[99,-88],[143,-128],[120,-91],[145,-136],[97,-65],[130,-94],[96,-65],[123,-94],[77,-56],[114,-82],[112,-90],[100,-61],[100,-61],[142,-94],[118,-97],[108,-117],[119,-77],[116,-114],[78,-69],[83,-87],[85,-64],[123,-96],[125,-77],[81,-94],[79,-54],[111,-75],[150,-54],[103,-13],[99,-48],[77,-73],[68,-84],[60,-40],[60,-41],[65,-18],[82,-14],[112,-17],[85,7],[105,14],[113,-1],[129,-43],[82,-54],[120,-78],[122,-89],[109,-11],[71,-12],[65,-45],[79,-66],[67,-57],[91,-73],[55,-67],[63,-87],[71,-107],[103,-79],[131,-91],[74,-115],[91,-89],[92,-78],[72,-88],[98,-63],[62,-4],[84,-5],[121,-6],[54,42],[76,64],[70,75],[78,45],[83,29],[120,43],[142,36],[91,45],[114,50],[99,97],[80,97],[71,113],[64,76],[97,100],[107,77],[151,63],[122,19],[92,47],[125,55],[134,-4],[90,-13],[98,3],[126,2],[104,51],[145,73],[98,75],[141,91],[171,86],[172,114]],[[108337,152928],[149,-65],[74,-32],[111,-48],[168,-73],[165,-11],[140,-15],[161,-55],[148,-83],[150,-123],[84,-31],[123,-47],[119,-41],[175,-55],[123,-46],[143,-23],[109,-42],[99,-19],[127,-30],[135,-13],[169,-24],[128,-82],[137,-103],[169,-69],[138,-94],[104,-58],[114,-99],[99,-71],[73,-69],[88,-51],[94,-48],[118,-31],[94,-17],[81,-46],[113,-66],[97,-95],[59,-87],[102,-49],[148,-52],[113,3],[142,4]],[[113220,150872],[20,-107],[10,-54],[15,-80],[23,-120],[31,-148],[36,-125],[56,-148],[-1,-130],[40,-108],[50,-109],[51,-86],[38,-101],[51,-92],[30,-42],[35,-53],[42,-72],[45,-91],[60,-125],[83,-62],[99,-50],[88,-54],[88,-91],[103,-137],[63,-104],[63,-146],[18,-78],[28,-115],[44,-118],[40,-156],[-3,-144],[-4,-123],[16,-158],[48,-93],[68,-121],[-36,-100],[-62,-120],[-85,-121],[-122,-117],[-81,-89],[-108,-104],[-76,-109],[-106,-139],[-50,-60],[-54,-76],[-63,-92],[-86,-108],[-23,-116],[0,-110],[6,-109],[43,-121],[65,-133],[57,-88],[-10,-135],[-67,-120],[-103,-80],[-54,-71],[-75,-100],[-70,-74],[-72,-107],[-50,-96],[-49,-103],[-47,-143],[-7,-103],[-22,-117],[-36,-153],[7,-125],[26,-170],[19,-147],[54,-163],[90,-166]],[[113447,143246],[-1,-144],[-1,-72],[-1,-108],[-1,-163],[31,-165],[30,-94],[20,-101],[28,-134],[-33,-114],[-78,-96],[-102,-120],[-115,-96],[-118,-71],[-148,-107],[-122,-50],[-83,-78],[-77,-83],[-100,-114],[-118,-55],[-131,-57],[-124,-87],[-86,-22],[-106,-22],[-141,-35],[-98,1],[-105,6],[-98,-4],[-140,-13],[-104,-21],[-126,-10],[-68,-12],[-64,-28],[-91,-45],[-79,-58],[-114,-89],[-112,-96],[-51,-54],[-73,-71],[-106,-100],[-86,-82],[-102,-114],[-116,-51],[-105,-4],[-147,40],[-89,82],[-75,86],[-86,85],[-110,115],[-99,74],[-148,112],[-123,60]],[[109155,140867],[-75,133],[-37,67],[-57,99],[-84,150],[-50,121],[-73,116],[-45,88],[-66,104],[-84,76],[-126,113],[-146,119],[-153,41],[-102,62],[-117,73],[-175,105],[-131,15],[-117,44],[-119,44],[-161,45],[-172,24],[-127,58],[-101,-5],[-117,-13],[-153,-35],[-125,-14],[-63,-50],[-90,-76],[-116,-111],[-67,-42],[-100,-55],[-137,-65],[-145,-57],[-143,-94],[-96,-50],[-136,-43],[-119,-26],[-89,-63],[-115,-85],[-66,-12],[-70,-17],[-97,-30],[-107,-52],[-78,-27],[-112,-38],[-116,-37],[-126,-7],[-122,-2],[-157,-24],[-92,-32],[-125,-36],[-74,-16],[-96,-22],[-143,-35],[-107,-51],[-126,-55],[-70,-85],[-102,-124],[-13,-106],[-19,-49],[-30,-70],[-47,-74],[-78,-94],[-100,-54],[-72,-29],[-79,-40],[-88,-51],[-95,-2],[-126,12],[-120,21],[-109,-10],[-86,15],[-116,25],[-167,43],[-82,61],[-107,77],[-102,105],[-116,90],[-86,39],[-83,64],[-79,45],[-97,57],[-73,68],[-54,70],[-56,78],[-83,106],[-69,41],[-103,54],[-118,63],[-100,76],[-130,77],[-154,68],[-96,39],[-129,26],[-73,26],[-87,24],[-125,35],[-120,34],[-102,36],[-129,30],[-84,10],[-112,1],[-145,1],[-137,35],[-120,21],[-61,33],[-89,47],[-116,61],[-142,82],[-152,57],[-93,36],[-121,34],[-109,52],[-117,49],[-169,68],[-121,61],[-162,75]],[[97092,142727],[4,130],[2,66],[4,98],[5,146],[7,142],[-7,129],[-1,174],[-19,162],[21,188],[35,128],[3,132],[16,104],[16,140],[25,144],[-5,105],[-4,134],[-13,148],[1,118],[7,167],[9,172],[13,178],[34,195]],[[104122,166434],[136,-58],[68,-29],[102,-44],[153,-65],[92,-16],[114,-22],[129,-59],[130,-64],[149,-50],[134,-6],[156,-9],[92,-13],[96,-20],[83,-2],[53,6],[66,7],[96,10],[130,15],[85,-19],[67,-10],[88,-5],[92,9],[100,5],[107,16],[108,15],[136,31],[61,-1],[81,-8],[89,-3],[108,10],[105,28],[99,22],[72,33],[101,44],[144,64],[86,34],[92,8],[106,0],[83,25],[42,13]],[[108153,166326],[1,-13],[15,-53],[8,-49],[32,-22],[45,-7],[49,-8],[40,-10],[31,-20],[20,-26],[21,-21],[14,-36],[35,-21],[48,-22],[17,2],[28,10],[20,-6],[31,12],[16,35],[8,26],[9,51],[10,39],[16,28],[39,14],[42,6],[29,18],[43,23],[26,12],[35,0],[34,-6],[47,-27],[30,-16],[43,-12],[31,-18],[16,-35],[10,-40],[29,12],[57,2],[30,-4],[47,-16],[30,-8],[33,-17],[31,-16],[22,-8],[28,-32],[15,-35],[10,-14],[-6,-20],[-21,-19],[-14,-18],[-2,-18],[6,-20],[10,-23],[23,-38],[30,-17],[17,-22],[34,-57],[33,-73],[14,-44],[18,-61],[23,-12],[42,-12],[35,-5],[67,-22],[22,8],[19,19],[12,22],[0,30],[69,-10],[65,-12],[47,-2],[24,4],[47,-20],[49,-31],[43,-46],[12,12],[55,-4],[49,-19],[26,-2],[14,-38],[29,-73],[39,-59],[10,-43],[-12,-99],[20,-83],[8,-67],[4,-37],[43,-18],[22,-18],[4,-26],[39,-33],[2,-63],[4,-51],[16,-66],[8,-23],[23,-34],[38,-39],[29,-26],[39,-37],[30,-12],[34,-11],[15,-13],[39,-37],[44,-36],[53,-31],[82,-40],[69,-27],[53,-18],[24,-2],[45,12],[45,-2],[57,-22],[44,-20],[57,-39],[53,-36],[55,-21],[61,-14],[43,-14],[14,-6],[18,-26],[25,-7],[16,-20],[25,-36],[32,-55],[16,-24],[21,-33],[20,-14],[35,-71],[36,26],[78,39],[54,10],[33,14],[43,45],[53,8],[61,10],[55,12],[32,21],[25,26],[20,18],[49,2],[91,-4],[35,0],[41,22],[71,2],[51,27],[89,28],[33,18],[67,21],[34,10],[25,2],[47,-4],[40,-10],[39,12],[24,12],[27,22],[26,21],[41,24],[31,-8],[12,-6],[11,-12],[1,-26],[14,-5],[23,0],[18,-10],[10,10],[-10,16],[6,21],[20,12],[31,12],[38,18],[39,19],[18,-9],[21,-18],[8,-14],[43,4],[40,-10],[41,-12],[31,2],[8,14],[28,32],[27,7],[36,10],[23,16],[32,24],[36,25],[23,-4],[27,-35],[16,-24],[10,-17],[-8,-18],[0,-14],[14,-8],[27,4],[32,-28],[31,-43],[12,-37],[26,-42],[21,-24],[33,0],[40,-7],[47,-2],[6,-28],[14,-26],[8,-23],[1,-37],[15,-5],[39,-6],[73,-8],[25,-15],[24,-30],[16,-8],[39,-16],[33,-17],[28,-22],[16,-22],[21,-37],[16,-42],[-2,-43],[-6,-16],[20,-18],[21,-15],[24,-34],[18,-43],[15,-40],[26,-17],[20,-14],[15,-16],[18,-4],[30,16],[64,41],[32,30],[29,33],[36,18],[37,8],[30,6],[23,-8],[34,6],[19,-2],[18,-14],[12,-14],[14,-6],[35,12],[14,-21],[23,-26],[24,-30],[16,-23],[27,-26],[16,-24],[22,-10],[17,-15],[8,-14],[10,-32],[2,-35],[4,-36],[12,-4],[17,-2],[14,-13],[8,-38],[22,-49],[21,-28],[32,-27],[14,-16],[45,-55],[23,-22],[16,-28],[10,-17],[18,19],[19,24],[20,24],[41,-12],[30,-4],[35,10],[26,-4],[45,-16],[41,-26],[40,-8],[43,-39],[39,-28],[53,-23],[48,-14],[57,-12],[35,-2],[45,-2],[45,-6],[52,-12],[53,-6],[43,4],[31,4],[46,-2],[15,2],[26,12],[37,-12],[44,-10],[49,-19],[51,2],[20,2],[39,-10],[29,-18],[20,2],[18,12],[31,-4],[45,-10],[32,4],[27,8],[12,12],[31,11],[60,-41],[59,-61],[31,-16],[28,-35],[15,-50],[24,-63],[22,-21],[23,-48],[16,-39],[16,-34],[27,-35],[28,-18],[35,-18],[16,-31],[6,-46],[0,-41],[-4,-41],[0,-26],[12,-32],[4,-53],[4,-22],[15,-21],[24,-18],[12,-47],[6,-26],[2,-36],[0,-47],[9,-59],[10,-34],[28,-39],[33,-22],[73,-16],[49,-11],[45,-6],[67,-6],[95,6],[55,-2],[39,-6],[37,-30],[30,-14],[63,-2],[51,-13],[47,-24],[26,-28],[27,-63],[14,-49],[22,-67],[-6,-71],[-26,-36],[-33,-35],[-32,-24],[-92,-79],[-20,-45],[-10,-28],[12,-61],[-8,-63],[-15,-24],[-28,-39],[18,-41],[12,-30],[27,-18],[12,-31],[-18,-20],[-27,-22],[-20,-55],[-12,-28],[-43,-33],[-22,-26],[-43,-41],[-4,-38],[-6,-41],[13,-23],[48,-1],[28,-10],[76,-57],[75,-43],[39,-14],[32,-8],[110,-59],[37,-16],[42,-10],[39,-17],[65,-24],[49,57],[26,2],[25,0],[38,14],[23,14],[49,-14],[44,-14],[27,-14],[30,-14],[27,-7],[58,-51],[49,-18],[77,63],[59,42],[72,25],[50,44],[114,31],[114,44],[82,33],[124,30],[55,-8],[70,10]],[[119670,160498],[-13,-378],[-37,-147],[-41,-122],[-28,-106],[-40,-143],[-95,-134],[-39,-91],[-29,-87],[-44,-115],[-45,-137],[-48,-142],[-74,-147],[1,-103],[0,-93],[4,-128],[-3,-160],[-19,-114],[-8,-122],[-13,-100],[-29,-128],[-44,-151],[28,-107],[44,-135],[50,-103],[32,-117],[33,-124],[56,-97],[56,-81],[43,-102],[42,-125],[25,-100],[-16,-100],[-38,-101],[-51,-114],[-58,-107],[-71,-147],[-83,-81],[-88,-96],[-54,-50],[-66,-72],[-68,-45],[-102,-62],[-113,-32],[-91,8],[-117,5],[-116,-47],[-143,-70],[-75,-50],[-100,-80],[-123,-96],[-109,-64],[-50,-72],[-51,-86],[-74,-128],[22,-97],[62,-116],[66,-114],[82,-121],[66,-113],[67,-167],[-11,-104],[8,-86],[0,-93],[-48,-58],[-75,-77],[-101,-72],[-151,-69],[-164,-22],[-100,-44],[-119,-73],[-127,-50],[-178,-28],[-91,-7],[-81,-12],[-118,-16],[-125,-19],[-59,-114],[-50,-148],[-24,-88],[-18,-112],[-13,-122],[-57,-113],[-80,-140],[-60,-54],[-56,-65],[-59,-70],[-34,-74],[-46,-99],[-17,-89],[-17,-103],[-9,-109],[-3,-125],[-35,-87],[-65,-119],[-115,-102],[-125,-70],[-127,-81],[-132,-135],[-94,-90],[-122,-133],[-145,-139],[-121,-106],[-75,-44],[-107,-30],[-62,30],[-90,46],[-127,66],[-49,17],[-74,24],[-84,50],[-113,75],[-115,80],[-86,26],[-122,4],[-177,-8],[-137,-44],[-141,-47]],[[108337,152928],[51,116],[26,58],[38,87],[58,130],[68,118],[14,121],[-1,109],[8,80],[13,116],[3,144],[0,212],[-3,112],[7,146],[-7,149],[15,131],[23,135],[34,136],[20,117],[43,106],[27,93],[40,133],[-3,101],[-8,133],[10,149],[-5,98],[-19,122],[-18,151],[-23,113],[-26,158],[-27,129],[-86,93],[-76,59],[-113,88],[-81,36],[-60,55],[-89,81],[-91,65],[-62,78],[-63,91],[-48,78],[-55,104],[-60,98],[-120,49],[-83,5],[-120,4],[-73,-5],[-93,2],[-125,4],[-116,-24],[-138,-22],[-124,31],[-139,62],[-115,-8],[-159,-8],[-104,-7],[-100,-34],[-98,-33],[-128,-37],[-163,-56],[-77,25],[-103,42],[-134,57],[-147,29],[-56,88],[-45,109],[-46,131],[-79,76],[-63,52],[-90,78],[-115,52],[-83,17],[-120,24],[-172,41]],[[38683,211231],[-94,-77],[-58,-156],[-51,-112],[-48,-80],[-115,-115],[-76,-160],[-23,-153],[6,-118],[12,-158],[79,-140],[108,-91],[132,-14],[107,-16],[131,16],[89,11],[76,18],[103,2],[95,-5],[74,-77],[77,-82],[57,-79],[61,-66],[107,-70],[108,-32],[96,-36],[132,-16],[115,-35],[106,-41],[88,-65],[32,-91],[29,-106],[46,-112],[63,-82],[83,-104],[77,-71],[91,-82],[73,-75],[37,-115],[59,-105],[53,-76],[56,-52],[76,-45],[54,-32],[43,-15],[50,3],[100,-7],[101,21],[102,4],[95,-37],[99,-73],[73,-80],[62,-63],[52,-97],[11,-165],[32,-131],[50,-123],[34,-82],[22,-54],[45,-109]],[[41977,207128],[47,-149],[57,-90],[105,-78],[76,-56],[74,-91],[39,-106],[12,-84],[8,-128],[47,-133],[34,-95],[9,-106],[-18,-117],[-10,-81],[-5,-141],[-56,-132],[-66,-88],[-97,-81],[-71,-50],[-123,-41],[-105,-42],[-89,-78],[-26,-124],[25,-86],[75,-121],[62,-119],[38,-90],[65,-123],[57,-137],[39,-95],[-13,-133],[-4,-109],[-20,-132],[-13,-89],[14,-96],[11,-68],[-17,-145],[1,-154],[1,-103],[1,-69],[1,-137]],[[42142,203031],[-182,-92],[-164,-138],[-97,-123],[-76,-122],[-87,-120],[-62,-136],[-57,-111],[-107,-94],[-96,-89],[-105,-55],[-95,-50],[-77,-35],[-90,-48],[-91,-77],[-52,-85],[-44,-105],[-87,-132],[-58,-112],[-52,-102],[-32,-171],[-21,-115],[-19,-144],[-47,-133],[-36,-105],[-52,-132],[-77,-110],[-87,-133],[-59,-91],[-68,-121],[-45,-163],[-46,-143],[-50,-106],[-97,-176],[-69,-118],[-116,-150],[-142,-106],[-94,-71],[-63,-47],[-126,-94]],[[39117,198776],[-207,17],[-177,2],[-150,-75],[-113,-62],[-134,-73],[-108,-49],[-94,-52],[-123,-34],[-96,-27],[-115,-10],[-132,-10],[-96,-11],[-87,-20],[-71,-40],[-126,-71],[-104,-71],[-121,-58],[-131,1],[-121,9],[-92,6],[-71,0],[-94,-3],[-109,-20],[-84,-14],[-65,-12],[-43,-8],[-89,-6],[-62,-5],[-96,-12],[-125,-56],[-111,-47],[-106,-7],[-142,-20],[-121,-32],[-118,-47],[-90,-30],[-63,-17],[-98,1],[-113,-15],[-90,-11],[-93,-45],[-92,-46],[-85,-35],[-90,-24],[-90,9],[-163,4],[-132,26],[-119,24],[-90,22],[-83,15],[-127,-13],[-136,8],[-135,-24],[-182,-6],[-124,-6],[-157,-16],[-117,-9],[-80,-6],[-120,-44],[-86,-41],[-39,-113],[-27,-76],[-17,-50],[-35,-101]],[[32410,197240],[-122,-36],[-61,-18],[-92,-27],[-137,-41],[-101,14],[-150,20],[-119,18],[-156,10],[-114,15],[-83,22],[-116,32],[-99,52],[-107,41],[-96,29],[-113,9],[-130,-3],[-167,-36],[-137,-53],[-158,-56],[-137,-99],[-124,-9],[-66,-13],[-81,-14],[-92,-27],[-107,-40],[-133,-41],[-120,21],[-160,33],[-122,68],[-92,4],[-134,5],[-194,12],[-111,-6],[-121,13],[-84,12],[-120,14],[-141,50],[-64,75],[-61,102],[-68,63],[-73,62],[-75,69],[-99,103],[-93,133],[-87,77],[-85,67],[-126,100],[-152,159],[-97,113],[-141,104],[-139,92]],[[26653,198534],[86,106],[42,53],[64,79],[96,119],[84,127],[94,93],[97,92],[136,77],[119,74],[98,24],[91,35],[105,1],[119,-33],[101,-68],[74,-55],[65,5],[93,9],[113,37],[99,58],[72,84],[59,87],[56,132],[16,113],[-7,83],[0,112],[27,79],[33,91],[30,89],[-43,94],[-76,119],[-110,70],[-37,68],[-26,70],[-15,99],[-5,133],[42,110],[63,121],[63,96],[71,113],[109,166],[159,81],[123,58],[125,88],[171,106],[105,71],[129,65],[96,98],[114,105],[103,102],[120,85],[78,114],[58,111],[36,82],[55,114],[53,100],[90,62],[99,38],[143,53],[112,15],[75,39],[80,41],[109,60],[132,79],[135,52],[124,20],[124,44],[106,34],[127,51],[104,31],[149,28],[127,-29],[85,-46],[85,-2],[101,52],[89,71],[56,25],[71,27],[89,34],[104,17],[53,44],[37,90],[-45,102],[-73,136],[-96,62],[-93,58],[-84,77],[-71,88],[-97,118],[-4,149],[18,109],[-34,92],[-54,116],[-53,80],[-60,106],[-61,54],[-92,67],[-57,7],[-82,10],[-28,81],[-17,120],[20,164],[81,120],[121,125],[72,120],[72,105],[54,129],[47,83],[69,50],[111,48],[162,51],[86,-20],[109,-30],[81,30],[85,43],[80,45],[62,-46],[93,-69],[58,-95],[34,-101],[34,-99],[51,-39],[76,-55],[110,-26],[91,15],[122,33],[76,24],[74,-34],[100,-66],[51,-64],[59,-62],[77,-27],[106,-23],[145,42],[97,83],[98,89],[130,69],[109,46],[121,25],[93,28],[128,30],[79,31],[60,76],[73,115],[21,94],[-31,61],[-51,80],[-70,115],[-41,104],[-29,88],[-38,126],[-31,71],[-50,83],[-72,101],[-71,127],[-36,114],[-58,126],[-80,95],[-54,86],[-74,89],[-70,89],[-78,88],[-55,87],[-80,122],[-18,73],[-21,71],[-21,65],[-25,88],[-33,81],[-45,102],[-58,144],[-5,108],[16,113],[17,162],[-16,173],[-2,104],[0,153],[-35,97],[-45,103],[-49,124],[-19,142],[-13,130],[-42,121],[-36,130],[-58,100],[-49,101],[-67,137],[-66,132],[-43,143]],[[42142,203031],[125,10],[62,6],[93,8],[140,12],[64,24],[72,45],[87,66],[123,89],[53,53],[68,68],[77,85],[88,68],[109,81],[114,110],[84,71],[127,101],[78,24],[114,24],[163,22],[123,-16],[91,11],[116,5],[105,10],[125,-2],[110,-15],[76,3],[97,-6],[76,-3],[110,-4],[99,-43],[76,-52],[41,-54],[59,-81],[47,-116],[-13,-99],[-39,-110],[-61,-109],[33,-79],[50,-113],[73,-152],[29,-85],[50,-111],[81,-106],[57,-72],[29,-48],[45,-65],[64,-91],[92,-10],[66,49],[76,77],[76,111],[63,129],[68,102],[34,79],[51,42],[75,58],[110,78],[83,25],[103,23],[72,27],[92,33],[73,70],[108,105],[44,81],[28,81],[43,80],[60,114],[69,125],[95,92],[62,49],[51,59],[68,61],[99,70],[88,9],[95,-9],[127,-13],[103,-34],[119,-33],[168,-35],[132,-10],[152,-37],[114,19],[118,21],[129,55],[88,58],[126,81],[97,20],[88,32],[119,42],[169,65],[59,43],[86,63],[85,45],[123,57],[113,23],[101,23],[97,55],[70,41],[69,49],[87,59],[98,65],[143,1],[157,-50],[108,-84],[102,-16],[149,-21],[146,-30],[153,25],[104,50],[83,11],[107,-5],[99,-15],[129,-12],[148,-20],[144,15],[98,5],[105,-45],[126,-70],[77,-48],[96,-51],[138,-76],[98,-63],[105,-21],[123,-26],[79,-64],[88,-77],[93,-47],[138,-66],[175,-64],[120,-33],[140,-72],[148,-79],[154,-45],[191,-66]],[[54677,203800],[-87,-103],[-44,-51],[-66,-77],[-98,-115],[-114,-146],[-52,-112],[-75,-109],[-65,-94],[-67,-126],[-68,-146],[-95,-121],[-48,-120],[-53,-160],[-69,-124],[-49,-134],[-71,-142],[-5,-102],[-38,-59],[-51,-54],[-69,-61],[-72,-43],[-84,-49],[-65,-55],[-50,-54],[-61,-65],[-73,-60],[-104,-86],[-17,-131],[9,-140],[32,-164],[20,-101],[26,-150],[1,-103],[2,-141],[-4,-201],[0,-81],[1,-119],[1,-110],[-11,-143],[-21,-104],[-27,-140],[-36,-132],[-14,-151],[-21,-71],[-31,-105],[-47,-145],[32,-108],[13,-97],[24,-104],[29,-62],[30,-81],[0,-67],[-22,-93],[-66,-71],[-111,-72],[-107,-14],[-151,15],[-74,32],[-91,45],[-88,25],[-109,36],[-78,-36],[-47,-76],[-60,-109],[-53,-125],[-2,-132],[-11,-100],[-34,-130],[-76,-86],[-71,-66],[-76,-36],[-60,-37],[-80,-59],[-113,-91],[-89,-137],[-14,-95],[-21,-101],[-54,-114],[-81,-89],[-77,-74],[-76,-80],[-61,-35],[-59,-53],[-84,-78],[-70,-114],[-45,-122],[-21,-124],[-34,-111],[-70,-122],[-112,-172],[-40,-82],[-68,-101],[-112,-108],[-95,-63],[-112,-39],[-105,-69],[-82,-66],[-103,-78],[-100,-112],[-40,-75],[-59,-77],[-79,-95],[-66,-109],[-46,-47],[-57,-59],[-48,-81],[-48,-119],[-28,-108],[-23,-107],[-10,-135],[-9,-102],[-19,-134],[-8,-116],[-55,-105],[-75,-98],[-86,-75],[-31,-90],[-44,-132],[-39,-114],[-61,-105],[-47,-83],[-70,-121],[-39,-109],[-31,-141],[-15,-51],[-21,-73],[-15,-90],[-24,-108],[-31,-114],[-65,-126],[-66,-64],[-122,-53],[-178,19]],[[47855,191565],[-88,82],[-45,41],[-66,62],[-100,93],[-54,36],[-79,52],[-62,17],[-87,15],[-88,15],[-120,25],[-125,-5],[-81,-40],[-77,-30],[-64,-10],[-81,-16],[-83,-36],[-52,-36],[-74,-52],[-89,-31],[-72,20],[-107,33],[-100,60],[-96,75],[-79,77],[-92,122],[-39,93],[-72,25],[-98,8],[-82,-23],[-118,-35],[-104,-30],[-125,13],[-121,46],[-118,57],[-94,50],[-129,58],[-151,88],[-141,43],[-187,24],[-141,-8],[-180,7],[-178,10],[-124,15],[-95,23],[-92,9],[-125,16],[-143,42],[-118,48],[-95,81],[-129,94],[-119,60],[-124,99],[-73,72],[-74,111],[-38,87],[-55,130],[1,68],[-12,62],[-22,69],[-31,98],[-59,64],[-78,61],[-82,41],[-91,30],[-97,51],[-77,52],[-90,50],[-69,37],[-100,54],[-124,82],[-115,67],[-108,100],[-79,61],[-94,86],[-104,135],[-53,102],[-44,141],[-54,87],[-38,91],[-42,120],[-71,95],[-61,67],[-80,84],[-106,117],[-64,168],[-49,120],[2,161],[72,76],[48,61],[58,82],[62,98],[75,62],[100,67],[60,81],[22,47],[21,65],[29,93],[24,130],[-53,98],[-62,63],[-80,77],[-91,59],[-90,38],[-129,58],[-127,57],[-107,100],[-66,49],[-83,41],[-98,37],[-129,52],[-147,36],[-90,55],[-95,39],[-55,48],[-56,77],[-37,91],[-28,124],[-28,151],[-33,129],[-41,180],[50,187]],[[47855,191565],[-124,-135],[-63,-67],[-93,-100],[-140,-151],[-124,-120],[-102,-149],[-116,-89],[-88,-123],[-112,-175],[-50,-95],[-76,-135],[-76,-151],[-102,-114],[-48,-56],[-69,-77],[-89,-105],[-38,-55],[-42,-73],[-53,-98],[-51,-91],[-63,-77],[-77,-80],[-45,-76],[-64,-103],[-67,-127],[-79,-162],[-73,-97],[-72,-105],[-103,-102],[-53,-92],[-56,-113],[-64,-77],[-96,-112],[-89,-112],[-113,-162],[-63,-108],[-110,-99],[-98,-78],[-138,-101],[-129,-80],[-78,-114],[-70,-52],[-97,-74],[-125,-105],[-89,-92],[-104,-94],[-91,-87],[-107,-130],[-74,-101],[-93,-84],[-74,-97],[-78,-94],[-75,-94],[-60,-135],[-69,-127],[-23,-94],[-44,-69],[-60,-92],[-60,-102],[-54,-135],[-24,-98],[-36,-138],[-20,-100],[-13,-135],[10,-97],[14,-90],[-7,-91],[-10,-71],[-15,-106],[10,-114],[19,-137],[20,-130],[37,-97],[45,-118],[66,-105],[75,-116],[113,-108],[103,-100],[139,-61]],[[43548,183359],[116,-131],[69,-127],[52,-111],[16,-112],[-21,-97],[-47,-67],[-50,-54],[-64,-38],[-91,-4],[-77,-3],[-61,2],[-58,18],[-135,-14],[-100,-8],[-127,-71],[-107,-47],[-105,-57],[-151,-39],[-137,6],[-144,2],[-119,16],[-149,3],[-114,19],[-102,30],[-148,26],[-123,42],[-103,28],[-91,12],[-96,-30],[-108,-31],[-81,-27],[-126,-17],[-117,-41],[-81,-33],[-59,-37],[-56,-40],[-132,-31],[-129,15],[-140,-4],[-148,19],[-125,13],[-98,25],[-97,28],[-148,26],[-105,17],[-102,-7],[-101,4],[-100,-18],[-158,15],[-119,4],[-103,-20],[-110,-35],[-106,-13],[-70,-9],[-47,-6],[-94,-12]],[[38421,182338],[-42,151],[-21,76],[-31,113],[-47,171],[-37,97],[-39,128],[-40,123],[-87,118],[-52,68],[-81,55],[-93,45],[-97,33],[-110,37],[-126,13],[-86,33],[-97,30],[-96,43],[-67,1],[-62,5],[-86,4],[-107,0],[-101,-19],[-85,4],[-93,60],[-119,100],[-53,114],[-57,112],[-57,138],[-62,66],[-61,65],[-91,56],[-92,38],[-126,44],[-138,11],[-120,15],[-158,32],[-120,11],[-154,30],[-88,39],[-105,39],[-60,58],[-74,85],[-109,126],[-67,152],[15,90],[23,126],[-28,124],[-56,89],[-68,108],[-70,76],[-61,80],[-69,117],[-31,98],[-41,132],[-70,92],[-69,67],[-104,98],[-97,84],[-47,74],[-73,80],[-96,0],[-101,-52],[-112,-81],[-89,-69],[-74,-81],[-105,-123],[-82,-69],[-115,-73],[-81,-20],[-119,-9],[-133,21],[-82,41],[-94,59],[-86,55],[-112,65],[-148,98],[-118,34],[-87,41],[-111,67],[-84,78],[-95,128],[-48,140],[-26,116],[-47,125],[-25,122],[-37,170],[-32,118],[-6,135],[-10,92],[-17,137],[-26,195],[-93,166],[-87,96],[-88,132],[-39,102],[-55,104],[-75,141],[-112,150],[-104,140],[-78,126],[-15,78],[-22,108],[-32,134],[-19,131],[-6,101],[-19,110],[-19,155],[-4,191]],[[30616,190218],[134,31],[67,15],[100,24],[150,35],[106,4],[152,-3],[99,49],[98,50],[110,78],[72,71],[107,88],[123,43],[73,11],[96,28],[108,72],[45,65],[24,52],[32,75],[12,75],[18,108],[14,104],[21,85],[6,67],[1,90],[15,101],[58,93],[73,55],[103,67],[89,61],[88,82],[57,40],[85,60],[48,41],[66,53],[77,67],[47,81],[40,120],[19,154],[11,132],[24,130],[8,93],[13,141],[19,101],[37,121],[15,100],[19,133],[-15,134],[-22,158],[-52,150],[4,138],[-35,112],[-37,101],[-61,121],[-57,49],[-61,54],[-88,80],[-71,71],[9,107],[42,130],[70,79],[75,78],[31,77],[36,62],[2,40],[-3,50],[-18,64],[-29,94],[-48,105],[-61,93],[-58,96],[-51,101],[-54,84],[-50,120],[-52,163],[-25,125],[-41,125],[-35,123],[-42,173],[-67,152],[-41,141],[-80,129]],[[59710,203092],[43,42],[22,20],[33,32],[49,46],[66,66],[51,98],[22,100],[32,148],[-9,94],[-6,90],[-10,131],[-4,168],[73,146],[88,130],[52,133],[80,130],[36,68],[52,102],[71,128],[11,81],[11,113],[17,105],[46,117],[49,74],[74,111],[50,101],[25,135],[-2,82],[2,88],[17,98],[62,99],[95,132],[102,148],[94,105],[82,108],[124,135],[73,82],[111,87],[120,62],[74,39],[79,30],[78,44],[106,62],[151,77],[116,11],[132,-3],[137,12],[113,10],[154,33],[140,80],[90,82],[75,77],[109,105],[79,99],[54,72],[76,94],[76,114],[92,144],[119,93],[111,66],[149,97],[133,47],[75,103],[88,131],[103,64],[65,71],[58,61],[50,85],[32,123],[8,73],[0,95],[-18,116],[-32,121],[-30,152],[-27,197]],[[65042,214281],[131,-140],[91,-103],[77,-82],[72,-81],[56,-58],[67,-71],[79,-70],[61,-65],[135,-68],[96,-44],[116,-6],[81,-6],[85,-4],[116,62],[157,33],[119,6],[85,-39],[62,-53],[89,-48],[84,-54],[111,-55],[81,-41],[74,-48],[64,-38],[87,-13],[65,-9],[50,-7],[43,-1],[40,5],[48,28],[127,56],[97,53],[103,44],[86,65],[109,100],[81,94],[133,97],[113,62],[119,78],[85,56],[66,55],[64,50],[76,41],[101,81],[80,103],[101,85],[131,126],[129,84],[92,65],[144,86],[143,114],[91,88],[58,130],[42,103],[79,92],[55,63],[44,51],[46,64],[47,59],[72,45],[70,21],[76,19],[96,43],[71,50],[55,41],[88,91],[113,45],[130,60],[95,42],[105,73],[94,101],[86,71],[68,60],[106,96],[117,72],[94,37],[133,29],[159,86],[180,42],[151,60],[105,44],[231,41],[154,27],[102,18],[205,36]],[[73162,216806],[-20,-118],[-11,-59],[-15,-89],[-23,-133],[-58,-151],[-85,-151],[-58,-149],[-15,-133],[-23,-147],[-20,-209],[29,-159],[-1,-128],[30,-149],[42,-108],[61,-122],[37,-115],[56,-97],[73,-135],[78,-99],[76,-106],[18,-131],[12,-101],[-3,-126],[-28,-108],[-52,-139],[-45,-141],[-76,-171],[-81,-134],[-73,-147],[-110,-135],[-37,-115],[-64,-110],[-63,-65],[-62,-53],[-53,-54],[-68,-69],[-66,-90],[-56,-86],[-76,-99],[-90,-121],[-81,-65],[-62,-92],[-74,-117],[-54,-78],[-81,-114],[-57,-101],[-59,-79],[-87,-105],[-45,-80],[-45,-73],[-68,-111],[-53,-116],[-15,-125],[-15,-138],[33,-124],[55,-130],[41,-72],[48,-94],[67,-140],[48,-91],[35,-99],[40,-137],[60,-107],[46,-105],[46,-139],[57,-142],[13,-132],[14,-197],[-21,-121],[-2,-156],[24,-130],[11,-79],[16,-116],[1,-156],[-18,-113],[32,-101],[55,-123],[73,-92],[48,-66],[69,-83],[57,-73],[-11,-82],[-23,-115],[-35,-168],[-54,-113],[-47,-105],[-86,-119],[-68,-47],[-99,-48],[-117,-38],[-81,-17],[-70,-35],[-103,-50],[-92,-62],[-82,-47],[-68,-45],[-70,-66],[-94,-92],[-80,-76],[-116,-105],[-48,-90],[-43,-91],[-42,-111],[-64,-129],[-41,-68],[-60,-99],[-83,-100],[-66,-93],[-84,-69],[-87,-54],[-73,-68],[-62,-51],[-60,-59],[-65,-86],[-56,-50],[-77,-54],[-114,-80],[-86,-50],[-113,-37],[-126,-31],[-125,-59],[-115,-63],[-102,-19],[-75,-67],[-79,-92],[-60,-83],[-70,-85],[-45,-91],[-66,-135],[-32,-86],[-49,-93],[-73,-140],[-86,-95],[-102,-113],[-67,-120],[-97,-133],[-64,-113],[-97,-118],[-69,-75],[-92,-49],[-116,-58],[-72,-91],[-107,-135],[-67,-128],[-95,-104],[-67,-115],[-33,-80],[-56,-65],[-76,-78],[-88,-83],[-108,-117],[-50,-87],[-64,-129],[-57,-101],[-77,-104],[-23,-84],[-32,-121],[-48,-162],[-44,-169],[-89,-150],[-37,-121],[-53,-142],[-5,-148],[-12,-104],[-27,-120],[-36,-168],[-63,-149],[-17,-142],[4,-190],[-28,-169],[16,-115],[-1,-105],[-3,-139],[10,-188],[27,-146],[3,-124],[13,-145],[31,-197],[0,-161],[1,-174],[29,-215]],[[66466,197490],[-89,1],[-45,1],[-67,0],[-100,2],[-149,3],[-117,13],[-139,3],[-133,5],[-153,-33],[-86,-42],[-75,-13],[-104,-13],[-90,-21],[-134,-31],[-165,-29],[-129,-18],[-114,-63],[-115,-32],[-91,-9],[-76,-23],[-97,-30],[-100,-19],[-121,6],[-154,17],[-143,-16],[-78,8],[-93,-3],[-70,-19],[-105,-28],[-109,-16],[-141,-25],[-109,-6],[-76,-31],[-113,-45],[-147,-41],[-84,-27],[-118,-44],[-83,-43],[-111,-68],[-65,-63],[-83,-65],[-98,-78],[-119,-72],[-107,-32],[-158,-38],[-163,-22],[-110,-59],[-142,-102],[-162,-146],[-125,-71],[-157,-107],[-136,-52],[-89,-67],[-101,-72],[-144,-99],[-168,-133],[-127,-63],[-148,-96],[-192,-126],[-206,-193]],[[59443,195005],[-72,99],[-36,50],[-54,75],[-81,112],[-65,93],[-81,57],[-113,66],[-106,86],[-85,51],[-25,78],[-23,107],[-28,143],[20,137],[53,100],[73,93],[65,81],[61,114],[47,147],[55,198],[64,132],[59,162],[79,133],[11,84],[17,110],[42,105],[47,82],[69,120],[102,179],[12,117],[19,146],[-62,124],[-77,86],[-73,63],[-52,74],[-55,61],[-59,65],[-72,72],[-97,41],[-68,18],[-94,23],[-113,24],[-52,98],[-59,120],[29,97],[46,136],[50,104],[23,105],[27,115],[37,114],[28,148],[29,95],[4,78],[2,75],[1,98],[7,110],[-12,106],[-17,96],[-15,114],[-17,169],[31,100],[45,141],[60,92],[81,128],[82,77],[71,114],[30,106],[37,137],[6,115],[9,142],[41,158],[61,139],[91,207],[78,170],[51,184],[78,191]],[[55457,176253],[-61,-170],[-43,-130],[-32,-92],[-14,-195],[-13,-141],[23,-128],[35,-151],[45,-125],[32,-148],[44,-117],[38,-93],[52,-86],[65,-91],[46,-72],[72,-81],[54,-62],[69,-78],[65,-57],[62,-42],[79,-85],[109,-94],[75,-79],[80,-78],[79,-68],[101,-104],[71,-91],[53,-67],[101,-104],[67,-100],[99,-125],[76,-88],[90,-122],[58,-104],[72,-128],[45,-118],[56,-116],[86,-107],[65,-100],[40,-145],[90,-141],[71,-110],[48,-111],[32,-76],[108,-144],[80,-100],[66,-130],[31,-124],[64,-189],[51,-129],[83,-113],[55,-180],[94,-158],[95,-141],[64,-132],[95,-127],[89,-171],[54,-133],[35,-89],[24,-59],[47,-117]],[[49051,158284],[-7,150],[-4,75],[-5,113],[-7,169],[10,128],[3,92],[7,106],[15,153],[20,105],[21,134],[47,117],[36,116],[13,131],[-5,89],[-4,119],[-22,104],[8,92],[20,111],[30,150],[5,91],[8,94],[-2,109],[-2,91],[-4,138],[-5,153],[31,128],[33,128],[33,170],[25,72],[46,70],[66,98],[47,82],[14,92],[14,125],[25,160],[16,142],[8,104],[1,139],[-1,115],[17,136],[17,121],[1,146],[1,95],[14,107],[3,123],[-13,88],[-10,98],[-7,134],[-24,83],[-28,108],[-41,162],[-34,102],[-37,135],[-58,182],[-59,121],[-31,114],[-3,163],[27,209],[11,119],[43,121],[50,98],[61,129],[91,184],[28,70],[34,56],[53,74],[76,104],[68,102],[34,117],[27,123],[42,110],[21,88],[32,128],[57,90],[69,110],[14,69],[17,72],[24,58],[36,85],[55,127],[81,140],[118,178],[38,120],[75,143],[126,156],[123,118],[149,157],[152,158],[91,90],[123,137],[38,71],[57,61],[76,76],[69,77],[60,66],[-14,103],[-35,144],[-72,28],[-96,21],[-140,28],[-112,31],[-109,49],[-129,45],[-115,72],[-124,73],[-136,20],[-127,10],[-81,68],[-111,103],[-107,84],[-145,96],[-106,85],[-115,139],[-94,141],[-71,118],[-106,177],[-30,126],[-67,98],[-83,92],[-74,105],[-90,124],[-30,95],[-46,106],[-36,125],[-40,171],[2,92],[21,120],[31,143],[27,148],[61,154],[62,73],[92,108],[48,115],[39,165],[13,150],[34,144],[-33,125],[-13,120],[-15,102],[-37,91],[-47,122],[-60,152],[-17,82],[-26,118],[-31,163],[-48,105],[-71,157],[-106,160],[-27,96],[-22,142],[21,127],[19,81],[22,93],[31,114],[21,125],[29,89],[41,127],[49,173],[69,200],[-7,181],[-12,187]],[[71418,126799],[124,41],[62,20],[93,31],[140,46],[138,92],[85,95],[76,104]],[[72136,127228],[64,-80],[32,-40],[49,-61],[72,-90],[97,-133],[23,-120],[20,-160],[33,-162],[2,-184]],[[72528,126198],[2,-186],[1,-93],[1,-139],[3,-209],[-17,-176],[-80,-213],[-85,-165]],[[72353,125017],[-153,-165],[-76,-82],[-115,-123],[-82,-89]],[[71927,124558],[-44,46],[-82,60],[-114,79],[-56,22]],[[71631,124765],[80,211],[125,167],[32,86],[36,57],[40,72],[57,102],[16,73],[-17,86],[-26,97],[-53,73],[-76,64],[-101,50],[-104,47],[-106,16],[-86,49],[-27,151],[-27,218],[42,218],[-18,197]],[[62053,136359],[120,-36],[61,-18],[90,-28],[136,-41],[117,-60],[129,-60],[120,-100],[68,-67],[100,-83],[85,-54],[112,-2],[161,5],[134,48],[85,6],[110,8],[158,3],[115,-53],[93,-64],[78,-70],[115,-86],[120,-55],[159,-22],[74,3],[95,-2],[137,-13],[166,-53],[85,-81],[100,-101],[111,-34],[134,-48],[75,-25],[93,-23],[122,-28],[137,13],[132,49],[166,63],[143,91],[139,53],[122,80],[95,19],[114,10],[162,6],[120,14],[112,-41],[71,-66],[61,-75],[60,-64],[45,-80],[48,-97],[66,-81],[101,-46],[112,-16],[67,5],[89,2],[127,2],[98,36],[111,53],[157,67],[98,81],[86,25]],[[68550,135228],[46,-146],[23,-73],[35,-109],[52,-164],[9,-109],[23,-74],[48,-90],[72,-119],[92,-120],[29,-63],[38,-70],[57,-84],[70,-84],[86,-98],[30,-79],[37,-113],[44,-111],[64,-163],[96,-91],[143,-60],[120,15],[100,41],[144,58],[104,2],[96,5],[134,4],[107,61],[124,95],[56,94],[84,52],[101,46],[117,-24],[83,-55],[57,-50],[76,-56],[100,-69],[44,-78],[22,-86],[28,-112],[-23,-97],[-52,-107],[-72,-134],[10,-126],[33,-169]],[[71237,132518],[-113,-99],[-57,-49],[-85,-74],[-127,-112],[-38,-161],[-14,-124],[-39,-121],[40,-84],[75,-82],[86,-70],[87,-69],[64,-34],[58,-50],[54,-86],[78,-130],[70,-170],[37,-126],[57,-128],[59,-166],[57,-92],[70,-126],[70,-171],[69,-102],[90,-147],[35,-84],[48,-122],[65,-138],[48,-114],[42,-138],[51,-95],[54,-110],[81,-132],[24,-101],[25,-119],[-24,-71],[-38,-99],[-39,-111],[-43,-155],[-25,-130],[-46,-93],[-71,-127],[4,-73],[5,-106],[-13,-84],[-7,-82],[-9,-118],[18,-151],[66,-164]],[[71418,126799],[-104,22],[-53,11],[-78,16],[-117,25],[-165,13],[-167,-10],[-103,-1],[-143,-5],[-146,26],[-128,19],[-176,13],[-81,23],[-100,11],[-103,8],[-98,7],[-135,3],[-135,5],[-160,-9],[-142,-5],[-136,20],[-197,37],[-160,54],[-168,82],[-154,17],[-116,26],[-113,-10],[-106,-15],[-140,-8],[-111,4],[-108,4],[-147,-2],[-108,27],[-75,0],[-95,-16],[-142,-24],[-102,-14],[-133,-23],[-150,4],[-82,5],[-114,-2],[-146,-10],[-110,10],[-110,-17],[-149,-24],[-153,4],[-134,-21],[-200,-32],[-172,-44],[-113,-48]],[[65140,126955],[-92,78],[-263,184],[-83,59],[-89,53],[-66,40],[-61,25]],[[64486,127394],[38,324],[-37,90],[-56,110],[-74,153],[-34,108],[-54,91],[-46,80],[-70,120],[-103,157],[-65,138],[-58,77],[-64,90],[-84,109],[-45,119],[-30,109],[-44,133],[-58,138],[-61,156],[-99,127],[-39,74],[-48,107],[-71,159],[-87,139],[-65,90],[-50,106],[-71,96],[-102,141],[-64,114],[-83,121],[-57,101],[-74,114],[-78,150],[-78,101],[-58,108],[-67,103],[-65,115],[-60,111],[-60,146],[-70,158],[-20,156],[-41,187],[2,81],[3,120],[-6,157],[33,130],[35,137],[-14,104],[3,79],[5,102],[6,149],[18,107],[19,107],[29,138],[31,195],[5,139],[44,112],[-1,95],[-14,125],[1,82],[-10,96],[-15,93],[-30,75],[-41,104],[-21,113],[-22,154],[-2,117],[6,166],[9,130],[-4,169],[-18,139],[-11,167],[-21,157]],[[33320,181963],[101,29],[50,14],[75,21],[113,33],[81,-4],[110,0],[72,35],[84,51],[88,63],[91,55],[128,80],[82,30],[115,25],[123,8],[89,12],[132,17],[125,-20],[99,-35],[83,-22],[112,-20],[92,-2],[121,-1],[152,-16],[115,-24],[97,-37],[79,-26],[82,-48],[93,-70],[95,-76],[53,-3],[62,0],[62,-1],[62,6],[88,14],[108,19],[130,20],[96,21],[75,-1],[74,2],[75,21],[94,32],[115,53],[110,68],[120,28],[120,-18],[113,-36],[157,-37],[173,-4],[142,48],[193,71]],[[43548,183359],[82,63],[40,32],[62,48],[91,72],[115,53],[128,37],[128,27],[114,33],[139,64],[116,96],[119,68],[108,89],[98,86],[108,84],[126,123],[148,135],[154,129],[87,38],[127,58],[122,103],[118,132],[108,72],[100,86],[133,130],[98,84],[119,110],[152,97],[227,124]],[[47634,177000],[-109,-35],[-54,-17],[-81,-25],[-122,-39],[-137,-33],[-86,6],[-126,7],[-147,-7],[-92,-9],[-109,-4],[-124,-19],[-128,-14],[-106,-25],[-123,-18],[-78,-25],[-118,-39],[-125,-58],[-154,-72],[-157,-28],[-126,-3],[-173,-16],[-116,-26],[-126,-6],[-94,-9],[-142,-12],[-106,-19],[-123,-46],[-141,-65],[-124,-28],[-174,-36],[-156,-79],[-126,-1],[-142,-2],[-212,-3],[-130,-53],[-107,-30],[-127,-47],[-108,-69],[-124,-64],[-103,-68],[-96,-99],[-80,-70],[-74,-92],[-105,-122],[-105,-128],[-61,-147],[-83,-150],[-84,-184],[-106,-127],[-113,-143],[-170,-185],[-122,-133],[-183,-182],[-125,-119],[-179,-181],[-131,-122],[-102,-81],[-91,-82],[-129,-98],[-79,-43],[-82,-45],[-112,-66],[-139,-84],[-136,-125],[-92,-68],[-87,-90],[-93,-51],[-89,-22],[-130,-20],[-119,3],[-101,28],[-63,10],[-92,15],[-138,23],[-145,34],[-137,9],[-122,29],[-124,13],[-103,40],[-101,27],[-105,-11],[-125,-27],[-125,-19],[-155,-45],[-132,-66],[-136,-27],[-109,-45],[-129,-14],[-56,-5],[-71,2],[-93,10],[-80,12],[-79,7],[-98,-4],[-137,-6],[-104,12],[-104,-3],[-66,-5],[-99,-7],[-108,-10],[-99,-18],[-108,-65],[-92,-107],[-48,-139],[-17,-88],[-44,-91],[-71,-44],[-88,-27],[-112,-36],[-80,4],[-84,33],[-81,51],[-112,73],[-101,32],[-107,45],[-59,-31],[-62,-43],[-91,-63],[-112,-83],[-119,-70],[-66,-102],[-56,-78],[-72,-50],[-104,-73],[-90,-86],[-96,-1],[-130,14],[-15,2]],[[33828,171744],[-1,3],[-24,35],[-18,32],[-23,38],[-12,35],[-4,40],[2,39],[8,28],[29,61],[0,20],[-17,35],[2,20],[5,26],[19,40],[1,22],[-9,16],[-4,14],[2,14],[-12,17],[-7,22],[9,18],[6,18],[20,27],[16,22],[18,32],[16,21],[2,18],[0,20],[-12,28],[-2,19],[9,16],[15,14],[15,8],[28,-2],[40,2],[16,8],[14,14],[13,15],[2,22],[10,34],[4,20],[16,23],[16,24],[6,20],[8,21],[6,34],[20,38],[20,23],[41,40],[36,24],[35,17],[30,28],[22,28],[8,21],[2,20],[2,38],[-8,83],[-4,19],[0,22],[2,30],[0,18],[-6,17],[-12,6],[-30,16],[-35,22],[-28,26],[-16,17],[-6,26],[-14,63],[-14,18],[-11,22],[-34,31],[-18,12],[-8,14],[-8,24],[-10,35],[-8,38],[-10,37],[-11,18],[-26,28],[-4,16],[-4,25],[12,32],[10,26],[17,9],[12,16],[8,14],[16,30],[12,16],[32,11],[16,18],[23,30],[28,43],[36,38],[35,29],[22,30],[16,24],[16,35],[44,58],[37,61],[6,22],[-6,23],[-6,16],[-20,24],[-29,26],[-26,23],[-16,24],[-12,24],[-14,23],[-15,24],[-32,26],[-30,25],[-14,22],[-10,44],[4,21],[18,26],[14,32],[2,19],[-8,16],[-14,6],[-34,0]],[[34099,174743],[14,20],[69,105],[53,118],[51,154],[-10,140],[-6,102],[-17,121],[-46,154],[-24,103],[-41,143],[-60,141],[-39,143],[-68,128],[-68,133],[-69,180],[-84,150],[-43,133],[-63,122],[-72,135],[-77,185],[-30,100],[-50,92],[-50,108],[-55,84],[-42,67],[-45,81],[-9,83],[-11,101],[-18,112],[1,112],[3,126],[0,95],[-37,82],[-56,119],[-36,126],[7,115],[7,114],[-15,124],[-7,94],[-19,115],[-21,95],[1,72],[19,88],[32,130],[12,105],[8,140],[-12,144],[9,146],[-8,135],[11,152],[31,139],[40,194],[69,191],[5,182],[19,169],[28,252],[40,226]],[[54677,203800],[67,-56],[33,-28],[50,-42],[76,-63],[108,-95],[84,-67],[113,-76],[99,-90],[60,-40],[55,-47],[68,-32],[86,-29],[104,-15],[62,7],[89,12],[85,-7],[114,-11],[124,-37],[142,-93],[71,-81],[72,-50],[84,-60],[98,-73],[144,-109],[88,-48],[127,-51],[97,-8],[108,-7],[132,0],[114,0],[170,2],[113,2],[109,56],[108,40],[158,56],[83,8],[113,16],[123,12],[128,39],[98,27],[98,41],[88,17],[77,36],[84,42],[124,60],[122,22],[174,33],[124,32],[185,47]],[[59443,195005],[28,-108],[14,-54],[21,-81],[31,-121],[75,-108],[71,-60],[92,-72],[90,-98],[54,-60],[65,-62],[85,-90],[72,-75],[42,-76],[34,-74],[40,-66],[41,-86],[29,-94],[35,-136],[18,-136],[33,-82],[43,-111],[12,-147],[-35,-138],[-32,-101],[-51,-122],[-9,-83],[-14,-119],[-55,-120],[-81,-90],[-96,-105],[-68,-26],[-101,-33],[-150,-49],[-129,-73],[-114,-23],[-61,-63],[-60,-75],[-66,-108],[-31,-88],[-38,-100],[-61,-131],[-91,-75],[-123,-101],[-58,-151],[-79,-217],[-57,-186],[-56,-256]],[[57821,224704],[112,10],[57,5],[84,7],[127,11],[167,40],[124,73],[122,28],[98,22],[118,9],[124,0],[113,11],[133,-18],[127,-39],[86,-45],[76,-32],[110,-41],[114,-40],[93,-73],[135,-108],[71,-21],[105,-30],[97,-2],[134,5],[103,2],[85,-21],[105,-52],[86,-13],[62,22],[79,28],[71,35],[98,47],[106,64],[71,47],[79,32],[89,34],[86,59],[97,71],[107,65],[69,53],[78,52],[100,34],[132,41],[135,63],[123,28],[90,9],[108,-2],[142,-4],[120,-6],[130,18],[58,14],[80,18],[107,20],[106,26],[85,40],[124,59],[131,71],[122,105],[61,97],[52,66],[57,88],[62,80],[87,89],[99,59],[132,78],[92,54],[131,82],[97,39],[104,35],[120,53],[180,80],[97,23],[138,22],[87,34],[116,49],[172,75],[189,112],[140,14],[139,21],[176,32],[153,-16],[136,-4],[168,-37],[136,-88],[115,-25],[109,-37],[134,-75],[167,-115],[94,-89],[134,-104],[92,-67],[132,-65],[104,-35]],[[75947,218621],[-89,-58],[-44,-28],[-66,-44],[-100,-64],[-116,-40],[-77,14],[-102,23],[-128,14],[-85,-18],[-103,-31],[-128,-32],[-75,-49],[-82,-54],[-115,-68],[-89,-53],[-129,-77],[-60,-37],[-70,-32],[-101,-47],[-110,-78],[-135,-117],[-82,-46],[-82,-45],[-71,-67],[-67,-80],[-89,-108],[-89,-66],[-86,-74],[-61,-111],[-65,-140],[-89,-202]],[[81608,222530],[-4,-29],[-35,-26],[-70,-41],[-4,-51],[-20,-24],[9,-23],[26,-28],[-10,-43],[56,-36],[14,-52],[24,-10],[29,5],[91,1],[28,-14],[7,-22],[65,-25],[47,-11],[20,-17],[39,-1],[29,-32],[6,-53],[56,-45],[61,-14],[12,-34],[47,-38],[-15,-35],[13,-29],[43,-105],[6,-39],[54,-103],[52,-96],[14,-29],[-6,-49],[13,-28],[2,-29],[16,-25],[-24,-69],[13,-39],[-21,-31],[-2,-40],[-71,-64],[-76,-56],[-34,-43],[-56,-43],[20,-46],[56,-77],[-6,-45],[86,-15],[28,-9],[53,-151],[35,-35],[52,-8],[36,-46],[86,-115],[99,40],[38,-20],[26,0],[117,-56],[21,-28],[16,19],[54,-35],[34,28],[30,-3],[34,-18],[19,-9],[43,25],[13,-3],[36,14],[20,-13],[28,-25],[39,-19],[25,-14],[41,-33],[24,1],[36,47],[51,38],[63,35],[31,4],[48,-39],[40,-12],[58,-55],[102,-53],[53,-7],[57,0],[91,50],[65,-38],[49,-30],[49,2],[78,35],[19,6],[52,-32],[38,-15],[22,-44],[43,-23],[-57,-70],[-55,-12],[-3,-29],[13,-13],[32,-15],[27,-18],[39,-45],[42,-29],[39,-45],[2,-41],[-40,-69],[4,-52],[-9,-58],[16,-29],[51,-24],[43,-50],[50,-69],[-4,-55],[7,-14],[32,-25],[78,-68],[24,-54],[51,-69],[74,-71],[27,-42],[-8,-38],[12,-25],[7,-72],[67,-70],[66,-54],[2,-87],[12,-72],[-12,-66],[14,-29],[-12,-70],[-29,-37],[6,-31],[49,-22],[42,-23],[21,-25],[30,-27],[57,-26],[14,-16],[-5,-57],[5,-19],[53,-27],[9,-32],[-20,-108],[38,-52]],[[85201,217937],[-260,-97],[-79,-80],[-94,-94],[-127,-127],[-109,-150],[-154,-166],[-120,-128],[-63,-67],[-94,-96],[-70,-88],[-84,-93],[-75,-83],[-98,-87],[-118,-123],[-68,-64],[-96,-72],[-73,-67],[-81,-91],[-90,-137],[-64,-116],[-88,-105],[-48,-67],[-72,-101],[-107,-150],[-41,-97],[-57,-143],[-23,-109],[-47,-119],[-28,-98],[-26,-91],[-15,-101],[17,-125],[43,-130],[11,-90],[9,-90],[20,-110],[46,-124],[71,-161],[29,-160],[3,-114],[14,-155],[24,-153],[-10,-103],[-14,-148],[-32,-159],[10,-138],[22,-122],[21,-163],[5,-111],[7,-165],[12,-159],[-8,-173],[6,-127],[-4,-170],[-19,-133],[-3,-140],[-4,-147],[-28,-188],[-38,-104],[-27,-132],[-13,-67],[-20,-94],[-54,-87],[-84,-127],[-92,-103],[-75,-65],[-112,-83],[-111,-45],[-74,-5],[-90,-13],[-92,-21],[-106,-45],[-73,-61],[-108,-92],[-130,-86],[-91,-18],[-67,-28],[-100,-42],[-121,-63],[-133,-78],[-133,-117],[-65,-73],[-95,-80],[-132,-90],[-98,-106],[-59,-58],[-66,-88],[-97,-130],[-75,-100],[-57,-105],[-73,-111],[-69,-137],[-30,-120],[-70,-114],[-98,-140],[-102,-76],[-133,-110],[-96,-49],[-90,-74],[-102,-77],[-88,-65],[-50,-104],[-58,-146],[-74,-169],[-36,-138],[-59,-160],[-13,-156],[-7,-138],[-9,-206],[10,-134],[-12,-159],[-15,-127],[-21,-187],[-39,-134],[-15,-149],[-40,-133],[-33,-119],[-59,-111],[-46,-113],[-68,-140],[-71,-108],[-70,-120],[-70,-172],[-52,-130],[-81,-178],[-43,-88],[-66,-129],[-26,-117],[-28,-118],[-21,-121],[-41,-124],[-32,-117],[-21,-149],[-28,-100],[-41,-148],[-30,-153],[-59,-118],[-34,-120],[-54,-103],[-65,-107],[-60,-93],[-90,-104],[-99,-135],[-60,-107],[-65,-81],[-99,-112],[-126,-122],[-77,-128],[-87,-122],[-128,-164],[-115,-136]],[[76658,200946],[-109,-41],[-54,-20],[-82,-30],[-123,-46],[-80,-62],[-89,-72],[-112,-67],[-138,-88],[-124,-40],[-85,-66],[-103,-82],[-133,-82],[-116,-81],[-90,-31],[-104,-46],[-137,-44],[-104,-24],[-90,-22],[-133,-34],[-82,-23],[-97,-22],[-131,-19],[-78,-42],[-89,-49],[-98,-55],[-136,-82],[-118,-31],[-125,-16],[-111,-46],[-124,-52],[-126,-27],[-125,-37],[-179,-59],[-158,-37],[-138,-92],[-92,-14],[-119,-21],[-126,-5],[-127,-14],[-160,-12],[-124,-58],[-95,-61],[-118,-103],[-114,-124],[-76,-83],[-108,-127],[-96,-149],[-45,-102],[-72,-134],[-52,-142],[-27,-129],[-46,-113],[-35,-101],[-53,-67],[-62,-66],[-75,-76],[-67,-88],[-78,-89],[-115,-124],[-50,-57],[-60,-43],[-58,-34],[-85,-50],[-101,-24],[-144,-30],[-68,-37],[-102,-55],[-128,-42],[-178,-48],[-186,-44]],[[69495,196813],[-108,5],[-54,2],[-81,4],[-122,6],[-148,-2],[-111,17],[-97,1],[-133,7],[-68,-4],[-80,8],[-86,23],[-88,36],[-102,34],[-88,41],[-70,10],[-95,10],[-122,20],[-145,24],[-133,47],[-172,42],[-126,46],[-147,27],[-124,68],[-182,102],[-153,71],[-194,32]],[[145544,98282],[70,-76],[35,-38],[53,-56],[80,-86],[70,-109],[88,-132],[24,-112],[10,-141],[0,-137],[33,-103],[35,-122],[70,-63],[107,-75],[113,-13],[57,-32],[71,-47],[66,-82],[25,-64],[24,-44],[36,-48],[60,-32],[89,-12],[117,-3],[105,36],[137,46],[81,28],[99,17],[140,25],[102,-8],[98,1],[114,19],[160,28],[108,-36],[142,-44],[149,-6],[180,41],[139,36],[155,-26],[192,-48],[129,31],[68,32],[103,49],[93,72],[88,52],[85,49],[72,9],[102,12],[45,46],[53,64],[48,78],[51,97],[75,142],[154,46],[206,50],[188,10]],[[150538,97603],[141,-38],[71,-18],[106,-29],[159,-42],[118,53],[157,66],[134,45],[172,3],[89,36],[84,47],[90,37],[89,51],[102,59],[91,-1],[130,-4],[150,-11],[101,77],[49,29],[58,32],[58,16],[45,6],[49,8],[67,9],[85,18],[126,27],[107,20],[109,49],[86,90],[62,56],[74,63],[88,7],[87,-42],[95,-76],[107,-99],[102,-8],[111,11],[141,26],[81,-24],[112,-27],[73,-29],[95,-44],[136,-66],[123,-49],[97,-62],[100,-46],[149,-65],[128,-24],[82,-56],[90,-63],[74,-29],[95,-36],[140,-51],[162,-49],[128,-106],[80,-122],[116,-69],[147,-75],[72,-80],[69,-53],[98,-73],[125,-75],[101,-101],[96,-93],[121,-41],[122,-33],[124,-24],[127,-40],[180,-50],[82,-27],[122,-40],[168,-13],[125,33],[135,26],[128,-7]],[[158431,96393],[56,-127],[27,-63],[42,-95],[62,-143],[87,-129],[57,-100],[84,-142],[54,-135],[88,-149],[47,-114],[73,-99],[63,-98],[32,-113],[37,-111],[38,-130],[67,-121],[71,-116],[11,-101],[15,-144],[68,-95],[94,-111]],[[159604,93957],[-119,-115],[-60,-57],[-90,-86],[-134,-130],[-63,-105],[-89,-84],[-135,-112],[-81,-38],[-106,-56],[-141,-86],[-158,-106],[-165,-163],[-121,-108],[-99,-72],[-96,-64],[-138,-96],[-62,-41],[-91,-59],[-111,-64],[-30,-50],[-42,-70],[-51,-73],[-61,-90],[-85,-126],[-36,-74],[-47,-78],[-69,-100],[-94,-108],[-62,-132],[-47,-136],[-56,-97],[-84,-132],[-69,-136],[-79,-107],[-50,-105],[-75,-152],[-84,-102],[-67,-87],[-99,-118],[-88,-94],[-89,-111],[-101,-81],[-102,-115],[-79,-83],[-52,-93],[-61,-70],[-68,-61],[-91,-61],[-124,-76],[-119,-100],[-116,-100],[-125,-98],[-111,-122]],[[154932,88977],[-162,-85],[-131,-70],[-145,-38],[-153,-62],[-163,-32],[-127,-41],[-103,-35],[-145,-28],[-137,-57],[-146,-38],[-192,-26],[-129,-17],[-134,-13],[-128,-25],[-97,-19],[-118,-1],[-117,-18],[-154,5],[-109,0],[-84,-2],[-122,16],[-108,10],[-80,-2],[-144,-38],[-157,0],[-130,34],[-95,28],[-151,7],[-109,9],[-104,1],[-124,34],[-110,51],[-112,55],[-112,26],[-108,29],[-94,35],[-64,27],[-112,93],[-139,51],[-115,46],[-95,68],[-120,74],[-126,97],[-131,59],[-98,44],[-142,10],[-152,64],[-134,50],[-132,78],[-104,56],[-73,36],[-112,38],[-85,22],[-106,33],[-105,43],[-118,14],[-153,90],[-124,64],[-94,42],[-80,18],[-149,12],[-116,19],[-108,12],[-81,17],[-131,86],[-143,60],[-100,43],[-86,42],[-95,28],[-98,23],[-76,11],[-129,8],[-92,13],[-156,51],[-175,4],[-117,2],[-77,2],[-156,3]],[[145599,90323],[-116,96],[-58,48],[-87,71],[-130,108],[-97,34],[-58,95],[-26,128],[8,143],[22,124],[16,138],[41,138],[9,76],[14,92],[21,136],[31,202],[45,152],[69,113],[6,86],[-8,95],[-7,113],[-14,82],[-13,105],[-12,69],[-15,97],[-33,97],[-34,83],[-51,117],[-69,128],[-67,126],[-105,138],[-88,117],[-133,141],[-82,75],[-122,112]],[[145599,90323],[-115,-88],[-111,-84],[-75,-65],[-93,-138],[-60,-118],[-41,-84],[-20,-90],[16,-116],[-8,-147],[-4,-103],[11,-89],[12,-70],[82,-126],[45,-131],[78,-147],[61,-156],[23,-137],[15,-132],[84,-168],[57,-163],[37,-161],[43,-158],[19,-153],[28,-134],[23,-150],[4,-165],[-2,-115],[-9,-137],[-10,-94],[-29,-105],[-22,-100],[-22,-80],[-33,-97],[-42,-79],[-69,-108],[-46,-79],[-57,-82],[-61,-67],[-75,-97],[-55,-75],[-16,-113],[-5,-82],[-2,-59],[2,-57],[36,-113],[23,-86],[-25,-125],[-11,-126],[-8,-85],[-5,-56],[-10,-113]],[[145157,84720],[-162,-82],[-111,-55],[-210,-98],[-147,-96],[-101,-74],[-70,-62],[-107,-102],[-98,-118],[-125,-97],[-108,-66],[-94,-77],[-78,-194],[-64,-136],[-84,-194],[-165,-133],[-132,-80],[-114,-55],[-82,-39],[-61,-33],[-124,-36],[-121,-8],[-90,-5],[-134,77],[-125,64],[-97,28],[-169,-19],[-124,-30],[-85,-63],[-125,-69],[-118,-93],[-106,-123],[-83,-91],[-56,-61],[-46,-59],[-45,-47],[-102,-129],[-68,-87],[-61,-99],[-53,-80],[-81,-89],[-56,-63],[-43,-101],[-86,-97],[-96,-102],[-65,-68],[-67,-62],[-53,-45],[-36,-30],[-23,-20],[-48,-40]],[[145157,84720],[171,-7],[161,1],[109,1],[166,1],[163,1],[123,-4],[118,-8],[109,2],[77,11],[126,91],[105,56],[102,23],[83,-8],[88,-45],[47,-64],[39,-114],[33,-98],[35,-81],[35,-104],[18,-93],[78,-133],[53,-89],[73,-95],[71,-102],[58,-107],[41,-73],[34,-100],[89,-121],[77,-130],[83,-109],[97,-75],[112,-93],[101,-61],[139,-118],[114,-91],[100,-53],[143,-69],[163,-28],[124,-44],[143,-64],[135,-86],[97,-62],[103,-41],[75,-35],[76,-29],[99,-26],[149,-95],[133,-68],[90,-46],[114,-31],[109,-54],[97,-44],[137,-34],[141,-76],[98,-54],[80,-36],[61,-21],[105,-23],[107,-11],[82,-3],[87,-19],[60,-15],[108,-53],[131,-28],[104,-19],[110,31],[74,20],[48,14],[98,27]],[[151866,81609],[140,11],[70,6],[105,8],[157,13],[156,47],[83,4],[102,5],[117,33],[155,49],[169,83],[157,15],[179,32]],[[153456,81915],[-65,-157],[-32,-78],[-49,-117],[-73,-176],[-92,-99],[-39,-95],[-24,-105],[-36,-152],[-56,-93],[-53,-100],[-55,-130],[-53,-112],[-84,-151],[-85,-95],[-94,-103],[-97,-143],[-107,-136],[-65,-124],[-96,-111],[-53,-95],[-57,-86],[-80,-123],[-68,-65],[-85,-90],[-120,-118],[-91,-70],[-98,-93],[-87,-103],[-112,-82],[-30,-40],[-44,-56],[-47,-43],[-58,-50],[-72,-55],[-94,-53],[-129,-70],[-50,-52],[-62,-56],[-84,-75],[-82,-86],[-82,-76],[-121,-103],[-69,-73],[-80,-65],[-84,-73],[-106,-67],[-141,-80],[-84,-69],[-104,-81],[-110,-122],[-66,-75],[-85,-65],[-108,-69],[-109,-86],[-86,-46],[-61,-45],[-66,-68],[-72,-87],[-84,-111],[-101,-114],[-109,-142],[-111,-99],[-38,-113],[-28,-117],[-47,-91],[-57,-105],[-34,-127],[2,-101],[5,-149],[-1,-135],[-26,-154],[23,-87],[31,-120],[51,-125],[34,-92],[14,-98],[8,-137],[-21,-156],[-8,-131]],[[144055,74721],[-54,160],[-27,79],[-40,120],[-61,179],[-62,106],[-84,149],[-127,159],[-42,104],[-63,73],[-90,102],[-45,97],[-13,72],[-14,91],[-27,109],[-39,112],[-51,154],[-43,90],[-59,130],[-56,116],[-63,151],[-96,120],[-75,112],[-106,111],[-97,98],[-65,128],[-83,139],[-21,82],[-39,61],[-59,79],[-83,113],[-100,83],[-69,17],[-81,27],[-46,49],[-61,72],[-69,94],[-81,113],[-91,47],[-107,43],[-76,70],[-91,101],[-87,86],[-129,124],[-102,89],[-147,134],[-83,47],[-113,72],[-120,78],[-146,59]],[[134619,100600],[226,-46],[136,-18],[133,-23],[71,-6],[72,32],[94,56],[120,84],[85,24],[114,28],[121,39],[132,23],[75,57],[85,83],[73,82],[94,63],[122,55],[112,53],[144,60],[152,64],[142,2],[129,35],[75,-22],[61,-34],[91,-50],[111,-29],[133,-24],[134,-2],[124,-28],[84,28],[122,41],[128,66]],[[138114,101293],[80,-50],[40,-24],[59,-37],[90,-56],[81,-62],[43,-70],[40,-84],[42,-107],[57,-127],[14,-103],[22,-146],[-1,-77],[-2,-110],[-28,-68],[-45,-84],[-42,-99],[-34,-74],[-46,-78],[-51,-86],[-75,-120],[-42,-94],[-58,-81],[-48,-79],[-56,-88],[-61,-117],[-56,-101],[-69,-137],[-84,-91],[-50,-65],[-66,-89],[-99,-100],[-133,-133],[-70,-113],[-79,-90],[-118,-132],[-108,-124],[-84,-173],[-89,-149],[-107,-193]],[[132708,92765],[-5,125],[-1,201],[1,41],[-1,120],[1,145],[6,146],[-13,140],[-9,59],[-13,88],[-9,79],[-8,94],[11,78],[-5,68],[-4,77],[-11,66],[-24,98],[-31,101],[-15,118],[-17,127],[-4,118],[-9,100],[-2,138],[-18,101],[-2,56],[7,66],[-1,131],[7,74],[22,106],[22,78],[30,81],[37,142],[29,101],[47,99],[146,264],[42,90],[41,85],[40,81],[13,37],[39,9],[48,-2],[20,50],[17,46],[4,46],[4,28],[9,18],[11,37],[79,133],[143,248],[44,87],[81,157],[76,145],[59,147],[78,176],[57,141],[43,142],[38,146],[19,33],[46,70],[61,77],[39,76],[44,70],[32,112],[24,48],[40,79],[35,91],[26,125],[22,138],[15,68],[72,61],[21,24],[12,39],[4,42],[2,79],[18,59],[39,102],[17,94],[42,77],[54,123],[43,140],[3,85],[9,112],[22,138]],[[79464,135302],[153,9],[77,5],[115,7],[172,10],[178,-17]],[[80159,135316],[29,-80],[14,-39],[21,-60],[33,-89],[51,-78],[68,-52],[85,-50],[61,-17],[55,-16],[78,-24],[87,-25],[85,-49],[102,-73],[109,-85],[82,-41],[87,-60],[87,-68],[84,-52],[122,-56],[123,-20],[114,-25],[74,0],[93,-2],[131,-10],[103,-17],[115,-5],[96,-22],[87,-18],[121,-22],[54,-49],[66,-71],[83,-113],[34,-126],[-3,-129],[-27,-174],[-28,-155],[54,-173],[37,-121],[62,-125],[21,-110],[21,-115],[64,-113],[82,-42],[125,-39],[110,14],[110,13],[125,-9],[106,-34],[129,-35],[81,-31],[92,-20],[138,-30],[93,-44],[92,-41],[135,-52],[189,-56],[109,-8],[118,-18],[128,-2],[145,-2],[170,-1],[116,-3],[171,-7],[113,-30],[122,-23],[160,-33],[168,7],[110,6],[151,-3],[98,-4],[146,-5],[108,-30],[131,-34],[140,-62],[158,-73],[188,-57],[207,-33],[16,-5]],[[87574,131761],[-5,-16],[-26,-103],[-26,-97],[-20,-66],[-22,-67],[-35,-75],[-36,-46],[-56,-78],[-56,-66],[-72,-67],[-65,-75],[-82,-68],[-164,-106],[-67,-35],[-77,-50],[-130,-71],[-109,-67],[-109,-61],[-36,-21],[-55,-39],[-43,-34],[-53,-41],[-51,-39],[-54,-42],[-40,-28],[-41,-30],[-42,-24],[-62,-34],[-63,-31],[-40,-19],[-46,-20],[-42,-27],[-45,-33],[-49,-36],[-50,-44],[-36,-42],[-46,-74],[-24,-51],[-24,-48],[-13,-32],[-11,-41],[-20,-68],[-17,-56],[-11,-55],[-6,-49],[-2,-39],[20,-53],[16,-55],[7,-59],[-7,-94],[1,-68],[-8,-63],[-10,-91],[-9,-66],[-5,-46],[-22,-48],[-22,-59],[-23,-74],[-18,-71],[-19,-87],[-43,-164],[-5,-64],[7,-75],[20,-70],[53,-123],[55,-119],[32,-85],[41,-126],[31,-99],[17,-70],[-3,-78],[-21,-123],[-10,-84],[-17,-119],[-21,-83],[-51,-140],[-44,-94],[-65,-119],[-133,-203],[-122,-197],[-89,-145],[-90,-143],[-50,-58],[-56,-82],[-77,-89],[-53,-69],[-72,-77],[-77,-97],[-65,-72],[-54,-51],[-86,-77],[-36,-35],[-51,-34],[-70,-35],[-77,-40],[-84,-40],[-104,-29],[-99,2],[-97,39],[-110,55],[-77,61],[-71,82],[-91,100],[-89,115],[-80,75],[-48,35],[-89,69],[-109,74],[-171,104],[-130,75],[-46,26],[-53,31],[-79,29],[-83,35],[-130,28],[-151,3],[-147,-7],[-153,-13],[-127,-38],[-161,-44],[-104,-50],[-27,-13],[-58,-28],[-74,-42],[-77,-44],[-70,-40],[-73,-49],[-91,-58],[-102,-66],[-151,-108],[-51,-29]],[[79747,126349],[40,99],[19,49],[30,74],[45,111],[49,53],[72,73],[50,78],[62,103],[41,133],[-2,103],[-10,91],[5,67],[-2,88],[-25,98],[-42,107],[-65,161],[-48,69],[-45,79],[-65,117],[-36,62],[-45,84],[-45,95],[-16,122],[13,101],[32,128],[26,114],[12,127],[47,109],[69,93],[41,84],[-12,114],[-53,154],[-74,108],[-82,106],[-122,136],[-65,88],[-99,105],[-68,71],[-37,98],[-14,87],[-11,91],[-17,107],[-15,140],[-4,86],[-9,126],[-17,135],[-8,101],[-24,119],[-21,90],[-35,119],[-63,164],[-57,50],[-67,49],[-31,59],[-31,81],[-16,113],[-4,144],[19,168],[43,115],[40,119],[28,156],[7,156],[31,124],[-18,116],[-40,85],[-17,82],[-25,122],[27,137],[36,138],[31,120],[49,163],[31,160],[74,121],[11,74],[14,91],[21,76],[31,114],[47,135],[46,136],[41,169],[12,176],[27,187]],[[69495,196813],[-21,-162],[-12,-164],[-39,-142],[-34,-193],[-54,-165],[-45,-111],[-74,-145],[-41,-176],[-69,-164],[-54,-184],[-41,-131],[-28,-131],[-2,-137],[-3,-101],[-21,-122],[-24,-94],[-26,-89],[-12,-99],[16,-119],[15,-110],[5,-89],[-6,-72],[-18,-94],[-11,-83],[-73,-127],[-94,-88],[-99,-99],[-118,-66],[-99,-32],[-139,-35],[-116,-38],[-96,-26],[-67,-18],[-101,-96],[-60,-113],[-40,-79],[-104,-116],[-36,-157],[-34,-152],[-41,-117],[-35,-106],[-79,-131],[-102,-84],[-105,-109],[-92,-95],[-126,-78],[-89,-56],[-149,-38],[-132,-25],[-106,-19],[-128,-74],[-129,-54],[-169,-114],[-115,-85],[-78,-60],[-52,-104],[-25,-93],[-13,-80],[-9,-56],[-62,-114],[-51,-97],[-42,-74],[-29,-53],[-37,-76],[-40,-65],[-54,-51],[-55,-54],[-44,-50],[-94,-90],[-70,-65],[-70,-48],[-55,-45],[-89,-96],[-88,-73],[-99,-36],[-70,-24],[-61,-14],[-93,-24],[-89,-12],[-98,-12],[-78,-16],[-107,-9],[-113,-40],[-78,-27],[-120,-26],[-131,-92],[-85,-66],[-56,-137],[-38,-105],[-46,-99],[13,-139],[16,-113],[48,-107],[56,-69],[78,-21],[77,-19],[101,-41],[109,-9],[110,-8],[114,-48],[155,-33],[137,2],[92,2],[115,18],[139,-33],[115,-26],[107,-51],[86,-36],[127,-35],[93,-47],[67,-41],[53,-38],[40,-127],[27,-84],[18,-56],[36,-113]],[[19379,187316],[76,7],[38,4],[57,6],[85,8],[112,1],[158,-9],[95,-39],[68,-12],[88,3],[86,24],[121,43],[147,66],[105,54],[124,75],[163,40],[123,10],[153,-13],[121,13],[116,1],[136,8],[179,3],[151,4],[146,6],[177,-22],[76,-21],[89,-13],[133,-19],[124,4],[149,8],[103,-16],[151,-29],[87,-19],[109,-38],[81,-11],[90,0],[104,36],[68,46],[100,70],[66,36],[88,55],[89,77],[71,57],[80,87],[47,85],[49,85],[26,72],[24,80],[34,70],[58,91],[93,32],[131,4],[77,-46],[69,-57],[74,-31],[96,-32],[115,6],[68,59],[101,85],[48,63],[60,82],[74,121],[60,125],[59,61],[71,73],[106,95],[138,110],[61,27],[86,38],[98,69],[51,85],[41,53],[56,73],[-1,71],[-21,67],[-38,87],[-52,70],[-67,90],[-16,68],[0,96],[37,123],[49,76],[47,71],[57,57],[63,67],[59,61],[60,74],[80,114],[70,147],[12,97],[63,61],[99,73],[147,106],[113,37],[78,72],[109,102],[74,46],[84,66],[111,87],[140,95],[119,44],[164,68],[146,24],[128,43],[100,-34],[100,-51],[146,-80],[216,-120],[108,-132],[122,-99],[107,-118],[109,-56],[105,-55],[114,-86],[109,-105],[70,-57],[82,-78],[106,-82],[88,-45],[127,-65],[139,-25],[115,-28],[143,-54],[84,-67],[113,-78],[166,-112]],[[33320,181963],[-135,55],[-127,77],[-115,96],[-94,65],[-93,64],[-82,49],[-108,35],[-128,84],[-114,52],[-142,89],[-141,77],[-127,94],[-87,63],[-100,29],[-105,11],[-101,19],[-82,31],[-103,49],[-71,33],[-117,8],[-101,30],[-77,27],[-65,44],[-44,30],[-81,51],[-64,61],[-87,89],[-71,89],[-48,96],[-34,68],[-66,82],[-48,77],[-87,128],[-87,101],[-103,64],[-88,28],[-99,10],[-90,17],[-80,24],[-124,-35],[-137,-73],[-112,-49],[-92,-42],[-67,-43],[-154,-123],[-103,-83],[-92,-52],[-131,-110],[-97,-90],[-71,-61],[-119,-118],[-88,-112],[-69,-79],[-107,-128],[-84,-86],[-119,-81],[-97,-41],[-132,-14],[-116,-32],[-142,-7],[-133,58],[-90,54],[-63,43],[-48,48],[-38,34],[-121,28],[-115,-37],[-76,-49],[-102,-85],[-102,-72],[-88,-50],[-85,-9],[-70,0],[-145,-22],[-96,-15],[-64,-10],[-128,-20]],[[25911,182596],[-18,92],[-9,46],[-13,69],[-20,103],[-24,147],[-31,58],[-64,55],[-96,76],[-136,40],[-70,-2],[-91,-4],[-110,20],[-117,49],[-66,34],[-78,25],[-75,37],[-62,36],[-71,47],[-96,68],[-137,93],[-113,68],[-148,78],[-150,39],[-83,25],[-114,27],[-127,20],[-101,32],[-130,18],[-106,-10],[-77,-6],[-110,-8],[-98,-1],[-99,36],[-106,50],[-155,70],[-150,17],[-98,16],[-113,-8],[-154,-6],[-98,-11],[-115,-5],[-73,-20],[-98,-36],[-131,-55],[-86,24],[-128,37],[-148,78],[-60,45],[-77,68],[-92,82],[-108,78],[-69,70],[-70,42],[-68,32],[-81,46],[-85,44],[-101,5],[-113,-36],[-94,-74],[-106,-93],[-119,-83],[-139,-84],[-201,-108],[-172,-128]],[[19663,184060],[-43,97],[-21,48],[-33,73],[-48,109],[-11,79],[-15,92],[-22,136],[-42,172],[-1,107],[-31,107],[-76,95],[-100,122],[-120,58],[-160,64],[-131,95],[-117,55],[-89,109],[-43,61],[-29,66],[-25,62],[-11,69],[-15,103],[-14,125],[47,85],[80,83],[65,48],[71,58],[88,70],[72,89],[56,69],[82,98],[82,111],[83,144],[77,141],[110,156]],[[31475,132723],[92,88],[71,67],[97,94],[101,125],[108,97],[89,70],[96,104],[98,108],[132,134],[117,111],[65,48],[42,72],[63,108],[62,114],[55,97],[80,115],[94,114],[89,159],[50,149],[67,116],[80,144],[121,169],[38,100],[58,139],[35,142],[51,79],[76,118],[63,99],[36,115],[34,110],[68,99],[75,111],[46,54],[67,78],[89,94],[103,133],[64,101],[62,61],[93,69],[138,99],[77,106],[69,85],[92,121],[50,85],[64,122],[82,131],[84,146],[109,153],[72,157],[111,145],[47,90],[72,130],[79,149],[54,136],[77,106],[71,102],[92,150],[16,69],[24,99],[23,107],[36,117],[54,174],[95,156],[56,121],[82,106],[113,150],[109,112],[121,153],[92,112],[138,168],[91,112],[137,157],[28,89],[40,132],[43,167],[62,96],[31,106],[29,141],[39,199],[45,159],[43,208],[64,197],[95,180],[90,202]],[[37638,142830],[138,-84],[69,-42],[104,-64],[155,-95],[72,-68],[105,-69],[121,-70],[67,-63],[85,-79],[109,-27],[72,-12],[97,-7],[101,7],[103,54],[90,81],[56,84],[92,57],[113,5],[148,-10],[111,-54],[134,-42],[115,4],[109,-1],[159,-5],[95,-26],[83,-8],[122,-12],[103,25],[143,36],[110,54],[116,25],[92,27],[91,24],[92,57],[97,81],[115,88],[50,60],[74,82],[107,83],[98,50],[106,64],[90,103],[45,81],[64,119],[40,90],[44,64],[39,73],[41,82],[58,83],[76,97],[110,126],[55,72],[55,100],[75,145],[47,53],[30,56],[36,62],[52,87],[72,126],[50,90],[52,75],[73,74],[82,58],[90,80],[54,42],[80,60],[114,84],[123,55],[90,74],[113,112],[75,29],[98,38],[109,60],[120,82],[84,17],[93,14],[98,36],[101,58],[117,75],[83,109],[76,128],[91,105],[118,137],[75,181],[51,132],[88,140],[18,86],[26,76],[36,90],[54,134],[73,112],[71,126],[56,94],[51,121],[60,163],[74,133],[117,173],[50,123],[76,165],[60,191],[74,136],[47,156],[61,115],[66,152],[73,124],[19,89],[27,113],[45,160],[44,93],[63,137],[16,122],[32,102],[32,129],[41,170],[41,116],[35,158],[37,129],[46,182],[2,103],[-11,143],[14,119],[37,119],[6,77],[-4,77],[-6,108],[-12,157],[-24,120],[-11,125],[-22,149]],[[46874,152271],[118,-7],[59,-4],[88,-5],[133,-8],[84,-41],[37,-2],[51,-1],[57,7],[74,9],[107,12],[107,12],[134,23],[105,29],[137,26],[121,22],[159,44],[136,47],[168,67],[225,124]],[[42442,138094],[-80,-99],[-48,-150],[-49,-127],[-31,-105],[-63,-142],[-102,-131],[-77,-95],[-57,-105],[-36,-74],[-25,-49],[-23,-74],[-107,-155],[-70,-110],[-89,-118],[-83,-135],[-78,-111],[-55,-80],[-36,-129],[-29,-96],[-36,-74],[-38,-64],[-37,-62],[-72,-84],[-105,-44],[-83,-19],[-81,-13],[-95,7],[-96,40],[-78,22],[-108,4],[-119,-41],[-122,-32],[-89,-26],[-71,-17],[-51,-11],[-45,-18],[-99,-56],[-103,-85],[-87,-56],[-118,-121],[-82,-91],[-65,-90],[-45,-77],[-48,-92],[-33,-61],[-54,-121],[-64,-110],[-54,-99],[-66,-85],[-44,-57],[-64,-75],[-100,-86],[-70,-87],[-75,-89],[-113,-97],[-72,-109],[-103,-142],[-71,-142],[-53,-102],[-56,-122],[-41,-87],[-27,-105],[-26,-86],[-42,-84],[-31,-58],[-40,-43],[-87,-81],[-59,-55],[-42,-112],[-34,-82],[-79,-117],[-58,-84],[-42,-78],[-15,-84],[-12,-70],[-61,-109],[-43,-78],[-44,-93],[-51,-93],[-37,-79],[-22,-87],[-28,-93],[-19,-73],[-17,-82],[0,-99],[-7,-129],[-4,-104],[-3,-71],[-2,-50],[-42,-141],[-14,-140],[-13,-119],[28,-157],[17,-120],[42,-143],[22,-125],[42,-138],[30,-97],[52,-171],[80,-117],[108,-104],[89,-122],[56,-97],[38,-65],[25,-43],[50,-86]],[[37876,128874],[-183,-218],[-110,-184],[-89,-218],[-59,-149],[-45,-139],[-36,-100],[0,-162],[-22,-169],[43,-175],[14,-174],[6,-146],[-4,-109],[-10,-88],[-5,-117],[-9,-100],[-18,-84],[-12,-65],[-54,-104],[-72,-94],[-51,-65],[-42,-48],[-78,-45],[-62,-42],[-151,-39],[-114,-19],[-100,-8],[-100,-45],[-117,-79],[-90,-50],[-109,-22],[-136,-44],[-110,-29],[-86,-9],[-82,-3],[-109,-19],[-165,-16],[-129,-5],[-88,0],[-89,15],[-90,79],[-92,69],[-109,47],[-110,70],[-139,95],[-133,61],[-119,58],[-96,39],[-111,77],[-165,85],[-120,79],[-169,58],[-158,70],[-132,40],[-129,55],[-99,55],[-113,67],[-81,61],[-133,97],[-87,105],[-97,112],[-90,130],[-91,92],[-74,76],[-70,83],[-123,103],[-91,62],[-114,30],[-117,53],[-108,81],[-114,59],[-120,52],[-157,-8],[-74,-12]],[[31378,127987],[5,13],[3,30],[-7,21],[-15,24],[-25,28],[-72,84],[-27,12],[-26,-5],[-40,-10],[-24,11],[-43,51],[-33,71],[-16,40],[-10,31],[3,41],[8,49],[6,72],[-22,77],[-2,26],[13,17],[42,22],[17,30],[-6,26],[-20,25],[-35,35],[-40,72],[-36,50],[-54,94],[-19,29],[-12,58],[-10,32],[-36,52],[-18,44],[-1,30],[5,40],[20,52],[22,75],[0,36],[-10,21],[-25,31],[-25,33],[-26,55],[-9,47],[-2,44],[-4,44],[-10,16],[-33,18],[-2,22],[2,32],[28,53],[34,83],[57,108],[21,53],[38,81],[36,93],[19,80],[13,75],[8,103],[14,77],[19,67],[25,84],[25,52],[25,64],[9,45],[27,47],[-3,20],[-11,11],[-14,-9],[-19,-15],[-11,9],[-3,22],[15,39],[22,40],[46,53],[20,33],[28,43],[22,59],[4,32],[-12,24],[-21,22],[-14,28],[-4,26],[3,21],[14,26],[5,23],[10,29],[3,26],[16,42],[21,34],[19,40],[14,23],[29,37],[23,33],[27,47],[19,37],[12,29],[6,26],[-1,25],[-11,56],[-5,22],[11,36],[11,29],[18,43],[28,63],[29,58],[28,58],[29,71],[13,25],[24,36],[26,46],[33,53],[6,26],[-13,19],[-37,32],[-24,22],[-28,26],[-24,26],[-25,33],[-6,8]],[[109155,140867],[-96,-234],[-64,-208],[-43,-138],[-28,-195],[-35,-164],[-87,-144],[-58,-96],[-65,-96],[-44,-65],[-51,-146],[-34,-98],[-21,-70],[9,-86],[-4,-135],[-2,-92],[20,-100],[19,-68],[67,-105],[77,-84],[62,-109],[125,-150],[83,-110],[58,-78],[62,-81],[49,-123],[45,-99],[42,-119],[39,-103],[65,-104],[46,-76],[26,-71],[-9,-88],[-18,-101],[16,-165],[10,-115],[7,-102],[21,-94],[52,-155],[153,-253],[51,-81]],[[109700,136166],[-54,-23],[-173,-90],[-82,-67],[-107,-88],[-110,-101],[-116,-132],[-121,-138],[-85,-88],[-119,-127],[-73,-98],[-82,-87],[-113,-82],[-141,-76],[-153,-90],[-135,-57],[-221,-59],[-82,-19],[-62,-9],[-56,20],[-65,53],[-54,60],[-40,61],[-36,82],[-31,118],[-48,150],[-54,169],[-34,115],[-54,121],[-67,150],[-96,177],[-48,82],[-77,81],[-130,99],[-121,73],[-130,68],[-127,45],[-136,36],[-161,20],[-147,25],[-118,14],[-195,3],[-167,-3],[-164,3],[-130,-22],[-146,-6],[-181,-48],[-147,-22],[-130,5],[-22,2],[-29,33],[-19,37],[-29,49],[-81,-4],[-167,4],[-160,-17],[-153,-14],[-168,3],[-203,-11],[-182,-18],[-109,10],[-92,8],[-74,20],[-67,25],[-90,51],[-66,45],[-64,56],[-86,91],[-74,88],[-73,77],[-150,138],[-114,83],[-101,88],[-84,72],[-286,234],[-101,81],[-177,155],[-90,64],[-74,61],[-103,46],[-112,36],[-68,38],[-87,63],[-82,64],[-115,93],[-95,48],[-127,51],[-90,27],[-105,28],[-112,9],[-119,5],[-230,-21],[-112,-11],[-69,2],[-87,-2],[-132,14],[-66,4],[-51,14],[-77,48],[-98,69],[-79,67],[-198,132],[-100,61],[-162,78],[-149,56],[-82,31],[-127,40],[-110,16],[-107,24],[-82,6],[-92,-3],[-107,0],[-140,-8],[-174,-10],[-87,-11],[-50,-14],[-85,-17],[-74,-7],[-80,-7],[-80,6],[-63,8],[-64,12],[-42,36],[-74,29],[-63,22],[-62,17],[-39,-8]],[[96687,139156],[1,10],[-43,223],[-22,114],[1,92],[5,101],[1,97],[16,94],[23,122],[22,154],[36,172],[14,162],[39,154],[66,212],[-10,163],[12,200],[17,146],[7,190],[24,159],[6,170],[9,170],[13,101],[19,152],[29,113],[51,130],[69,170]],[[164470,35105],[-108,122],[-54,61],[-81,92],[-122,138],[-48,54],[-67,82],[-81,94],[-21,67],[-26,90],[-31,108],[-10,89],[-12,115],[-12,161],[-25,123],[-86,127],[-79,71],[-88,84],[-114,73],[-113,51],[-128,71],[-102,9],[-75,11],[-112,17],[-126,21],[-144,31],[-162,85],[-102,123],[-123,95],[-102,98],[-76,88],[-89,135],[-100,152],[-132,81],[-143,73],[-129,110],[-122,104],[-159,158],[-126,114]],[[161040,38483],[84,72],[42,36],[63,54],[95,80],[75,57],[106,74],[108,54],[133,38],[78,40],[115,57],[158,60],[136,9],[163,20],[93,-23],[72,-19],[100,-17],[146,-19],[71,-3],[95,-9],[128,-9],[94,9],[112,2],[155,-3],[125,29]],[[76658,200946],[45,-96],[22,-48],[34,-72],[50,-108],[38,-110],[35,-94],[23,-113],[37,-71],[58,-64],[82,-90],[66,-85],[93,-92],[139,-138],[67,-102],[102,-106],[60,-59],[72,-86],[51,-63],[68,-74],[54,-57],[38,-64],[46,-85],[63,-95],[75,-124],[47,-136],[16,-85],[24,-124],[15,-143],[11,-111],[30,-114],[60,-145],[54,-134],[-5,-108],[-6,-85],[-10,-127],[-15,-133],[-38,-124],[-13,-105],[-16,-133],[-56,-114],[-74,-96],[-85,-109],[-121,-159],[-81,-125],[-122,-161],[-47,-120],[-63,-131],[-73,-175],[-57,-106],[-33,-136],[-22,-137],[-28,-93],[-52,-117],[-80,-167],[-50,-175],[-18,-131],[-36,-178],[-43,-132],[-49,-167],[-78,-183],[13,-135],[-5,-113],[3,-130],[-12,-82],[-14,-113],[9,-109],[25,-84],[40,-122],[53,-170],[120,-128],[111,-64],[92,-67],[90,-20],[83,-14],[114,-7],[162,-8],[92,23],[133,33],[79,25],[101,20],[130,25],[150,55],[100,59],[110,36],[128,39],[94,92],[70,60],[99,88],[93,74],[138,105],[83,23],[110,34],[131,61],[128,31],[88,12],[131,17],[144,8],[133,12],[143,-29],[135,-10],[92,-52],[98,-69],[139,-87],[95,-16],[90,-20],[118,-22],[85,-48],[87,-54],[100,-83],[94,-63],[77,-66],[114,-97],[97,-79],[146,-118],[53,-40],[73,-47],[72,-70],[56,-75],[61,-88],[62,-72],[89,-97],[62,-71],[94,-106],[77,-77],[45,-79],[64,-114],[87,-165],[37,-107],[56,-162],[6,-97],[4,-141],[-12,-145],[7,-144],[-35,-152],[-60,-99],[-60,-129],[-42,-87],[-67,-73],[-98,-98],[-118,-126],[-97,-64],[-83,-61],[-110,-59],[-123,-66],[-178,-89],[-112,-32],[-140,-36],[-182,-12],[-170,-45],[-163,4],[-125,-43],[-140,-36],[-125,-68],[-97,-5],[-108,6],[-160,11],[-145,-22],[-102,-10],[-147,-9],[-156,11],[-163,-29],[-101,-25],[-113,-2],[-161,-4],[-146,21],[-135,5],[-145,7],[-176,11],[-161,-43],[-100,-36],[-130,-34],[-174,-51]],[[78166,189318],[-105,12],[-53,7],[-79,9],[-118,14],[-152,8],[-121,-52],[-143,-67],[-189,-101],[-140,4],[-138,5],[-154,8],[-146,-20],[-110,7],[-111,-24],[-136,-34],[-110,-8],[-150,10],[-89,17],[-119,28],[-124,12],[-171,2],[-81,20],[-112,29],[-148,18],[-114,5],[-147,-12],[-102,-15],[-118,-5],[-148,-15],[-118,-23],[-175,-32],[-145,-22],[-199,-48],[-138,-50],[-171,-32],[-164,-35],[-171,-98],[-131,-11],[-111,-56],[-97,-66],[-82,-13],[-114,-14],[-88,-38],[-110,-65],[-115,-57],[-85,0],[-73,1],[-103,-2],[-117,-3],[-89,-18],[-102,-13],[-117,-20],[-116,-40],[-135,-22],[-77,-4],[-107,1],[-83,0],[-103,0],[-108,-35],[-109,-23],[-91,-14],[-126,-11],[-116,-17],[-109,-23],[-104,24],[-79,11],[-118,18],[-165,32],[-106,44],[-130,37],[-96,38],[-108,20],[-51,18],[-65,16],[-96,23],[-140,31],[-77,5],[-114,7],[-123,-1],[-136,13],[-168,-11],[-109,-13],[-138,3],[-96,-6],[-138,-14],[-74,-8],[-108,-10],[-96,-33],[-81,-59],[-105,-99],[-52,-117],[-38,-80],[-48,-114],[-9,-92],[-13,-62],[-24,-83],[-33,-97],[-45,-137],[-43,-121],[-69,-91],[-91,-98],[-36,-72],[-51,-98],[-73,-95],[-104,-137]],[[167354,50503],[85,83],[42,42],[64,62],[95,93],[110,143],[38,128],[47,84],[72,120],[83,154],[54,94],[80,140],[62,118],[85,108],[64,100],[98,75],[97,44],[42,29],[53,36],[75,48],[111,61],[110,43],[151,62],[130,51],[134,1],[105,23],[119,36],[106,53],[145,64],[138,1],[116,6],[146,-8],[91,-4],[121,-9],[143,-49],[159,-74],[112,-12],[160,-19],[88,15],[117,29],[155,35],[111,52],[106,37],[96,70],[73,50],[57,18],[57,26],[76,42],[79,65],[103,93],[111,144]],[[172226,53106],[101,39],[51,20],[77,29],[114,44],[113,37],[93,-19],[90,-23],[107,-36],[84,-22],[107,-36],[155,-49],[130,-50],[147,-75],[127,-12],[120,-19],[128,-28],[100,-8],[90,-29],[96,-71],[59,-91],[40,-87],[14,-110],[-9,-105],[-6,-122],[-11,-103],[-27,-126],[22,-83],[58,-112],[109,-84],[99,-9],[108,-12],[127,-7],[75,-10],[106,-11],[126,-16],[118,8],[55,-10],[74,-12],[87,-17],[77,-40],[39,-59],[45,-83],[65,-120],[93,-170],[34,-140],[36,-117],[11,-130],[37,-104],[26,-67],[18,-51],[26,-57],[42,-71],[59,-96],[86,-123],[57,-74],[57,-51],[56,-38],[66,-56],[87,-87],[45,-100],[30,-92],[17,-107],[12,-129],[14,-119],[63,-112],[62,-124],[48,-113],[53,-81],[86,-109],[122,-114],[126,-69],[137,-80],[132,-41],[194,-61],[224,-59]],[[177862,48435],[-49,-58],[-24,-30],[-36,-43],[-55,-66],[-75,-58],[-77,-53],[-101,-71],[-28,-94],[-29,-126],[-11,-167],[23,-127],[20,-157],[59,-110],[77,-144],[116,-93],[104,-49],[71,-75],[96,-93],[57,-44],[50,-54],[57,-61],[79,-71],[115,-76],[122,-43],[66,-6],[78,-10],[110,-20],[114,-29],[157,-48],[82,-60],[120,-86],[114,-67]],[[179264,46146],[-122,-93],[-61,-47],[-92,-70],[-137,-105],[-142,-43],[-137,-30],[-116,-67],[-161,-96],[-158,-2],[-120,-2],[-158,-18],[-93,-32],[-107,-28],[-138,-42],[-148,-89],[-83,-64],[-119,-97],[-63,-37],[-78,-54],[-112,-76],[-76,-38],[-109,-56],[-140,-87],[-76,-68],[-110,-95],[-156,-113],[-113,-39],[-99,-58],[-148,-86],[-140,-118],[-78,-34],[-94,-52],[-119,-66],[-151,-74],[-104,-91],[-85,-61],[-114,-89],[-99,-66],[-37,-91],[-40,-116],[-60,-118],[-43,-49],[-37,-46],[-49,-60],[-54,-85],[-57,-86],[-54,-97],[-40,-61],[-61,-65],[-87,-88],[-100,-98],[-73,-46],[-55,-44],[-81,-57],[-115,-72],[-95,-40],[-79,-36],[-110,-55],[-116,-30],[-100,10],[-121,54],[-87,71],[-97,61],[-124,15],[-65,-3],[-83,-1],[-71,61],[-97,98],[-92,135]],[[168447,47483],[-82,-41],[-41,-21],[-62,-30],[-92,-46],[-118,-61],[-104,-10],[-112,14],[-98,21],[-125,39],[-169,55]],[[167444,47403],[-32,243],[-10,190],[-18,203],[-11,158],[-9,107],[-22,107],[-42,136],[-48,114],[-52,145],[-26,111],[-22,130],[-27,107],[-21,187],[-1,148],[-9,144],[12,139],[9,95],[5,78],[46,132],[37,109],[49,105],[34,70],[23,48],[15,31],[30,63]],[[179264,46146],[125,5],[63,3],[94,3],[141,6],[106,42],[87,28],[113,20],[94,24],[79,-14],[104,-23],[97,-17],[73,-29],[75,-38],[93,-68],[103,-100],[66,-94],[70,-77],[75,-95],[74,-62],[82,-81],[73,-70],[44,-59],[63,-74],[91,-94],[69,-66],[65,-87],[40,-78],[58,-110],[43,-96],[33,-117],[35,-138],[49,-90],[64,-119],[96,-147],[65,-135],[62,-97],[98,-133],[89,-51],[106,-64],[128,-61],[116,-63],[119,-35],[179,-51],[188,-94],[152,0],[166,-40],[99,-6],[110,-2],[133,-19],[138,-29],[190,-29],[143,-7],[133,-50],[129,-1]],[[184444,43267],[79,-79],[117,-37],[97,4],[87,5],[78,2],[119,-53],[105,-61],[78,-76],[126,-89],[86,-65],[110,-86],[73,-59],[122,-76],[85,-57],[66,-48],[115,-80],[78,-64],[59,-70],[113,-126],[113,-83],[85,-62],[119,-38],[112,-56],[158,-42],[116,-40],[103,-131],[83,-101],[88,-77],[88,-94],[126,-74],[154,-126],[127,-83],[130,-105],[118,-71],[135,-77],[123,-139],[80,-96],[69,-127],[99,-130],[74,-138],[37,-121],[38,-161],[20,-122],[31,-136],[27,-97],[49,-131],[3,-148],[-34,-110],[-75,-130],[-49,-104],[-108,-141],[-88,-101],[-66,-88],[-71,-90],[-77,-79],[-86,-90],[-59,-61],[-49,-57],[-94,-70],[-74,-46],[-98,-87],[-73,-97],[-12,-148],[40,-107],[73,-51],[58,-33],[126,8],[88,6],[60,3],[39,2],[79,5]],[[188192,37680],[92,-39],[46,-19],[69,-29],[103,-44],[136,-40],[160,-21],[97,-3],[86,-36],[122,-54],[146,-62],[113,22],[94,4],[112,12],[129,10],[134,30],[117,43],[151,47],[119,48],[170,77],[86,42],[125,38],[101,-45],[130,-67],[116,-126],[69,-119],[113,-94],[82,-48],[75,-42],[57,-81],[44,-111],[56,-161],[27,-84],[42,-97],[57,-125],[31,-129],[64,-98],[47,-47],[51,-63],[55,-80],[70,-92],[76,-107],[61,-118],[80,-162],[119,-140],[25,-132],[26,-124],[39,-182],[-3,-120],[24,-90],[26,-100],[31,-141],[-20,-115],[1,-99],[2,-142],[-8,-149],[9,-139],[-22,-118],[-27,-165],[17,-185],[18,-138],[-47,-126],[-15,-130],[2,-115],[1,-121],[12,-143],[-39,-101],[-28,-120],[-9,-77],[-17,-102],[-23,-105],[-47,-135],[-70,-115],[-44,-54],[-66,-79],[-100,-118],[-76,-98],[-51,-97],[-82,-74],[-114,-75],[-72,-24],[-80,-33],[-68,-62],[-51,-80],[-61,-91],[-54,-108],[-22,-71],[-26,-73],[-41,-87],[-101,-45],[-99,-3],[-145,-2],[-79,-11],[-103,-32],[-79,-73],[-97,-85],[-54,-80],[-59,-99],[-65,-82],[-97,-110],[-114,-131],[-135,-74],[-113,-100],[-101,-74],[-115,-109],[-62,-57],[-85,-81],[-99,-118],[-69,-106],[-86,-155],[-66,-115],[-92,-114],[-38,-88],[-43,-72],[-46,-99],[-16,-89],[33,-95],[53,-141],[73,-73],[46,-75],[43,-83],[0,-91],[-2,-132],[-31,-115],[-10,-42],[-15,-61],[-29,-82],[-48,-102],[-58,-73],[-79,-73],[-94,-78],[-122,-112],[-99,-131],[-105,-202]],[[188370,26752],[-81,1],[-41,0],[-61,0],[-91,1],[-111,13],[-142,14],[-116,-13],[-125,24],[-139,44],[-64,26],[-94,36],[-137,32],[-108,-57],[-149,-81],[-129,-94],[-103,-55],[-106,-82],[-112,-98],[-120,-44],[-133,-40],[-127,-60],[-94,15],[-121,71],[-56,114],[-32,89],[-28,90],[-52,96],[-78,112],[-28,88],[-26,69],[-58,34],[-87,47],[-91,21],[-69,-14],[-83,-32],[-95,-37],[-94,-31],[-105,1],[-147,7],[-79,-8],[-93,-33],[-138,-48],[-92,16],[-89,26],[-110,45],[-121,77],[-83,9],[-69,14],[-88,25],[-113,34],[-119,50],[-123,97],[-67,67],[-67,90],[-84,117],[-96,69],[-68,88],[-86,122],[-44,92],[-66,92],[-43,84],[-57,101],[-29,86],[-34,119],[-7,97],[-21,88],[-8,88],[16,112],[61,133],[91,126],[49,63],[34,95],[49,142],[-22,110],[-31,157],[-60,76],[-70,101],[-52,64],[-44,68],[-60,90],[42,89],[66,118],[82,105],[70,84],[78,62],[46,97],[33,126],[10,101],[14,150],[-13,120],[-4,114],[-6,150],[-9,123],[28,132],[48,134],[47,67],[37,84],[41,118],[47,139],[22,157],[2,101],[4,133],[-11,168],[20,132],[0,96],[3,138],[14,66],[7,74],[-44,64],[-70,67],[-104,28],[-128,12],[-119,-71],[-126,-60],[-85,-58],[-88,-44],[-104,-61],[-61,-48],[-84,-42],[-123,-57],[-115,-18],[-82,-51],[-72,-72],[-83,-89],[-76,-50],[-77,-77],[-37,-74],[-41,-85],[-57,-104],[-34,-77],[-49,-96],[-45,-87],[-67,-80],[-61,-76],[-67,12],[-92,24],[-64,54],[-71,84],[-39,76],[-50,101],[-47,138],[-23,123],[-13,115],[-64,108],[-93,141],[-50,33],[-49,36],[-71,53],[-92,54],[-105,60],[-101,89],[-87,98],[-105,122],[-137,58],[-95,69],[-74,29],[-101,45],[-139,65],[-120,35],[-93,57],[-62,1],[-75,1],[-93,-7],[-88,-15],[-84,-32],[-87,-34],[-104,-49],[-134,-46],[-94,11],[-101,9],[-61,28],[-59,43],[-74,51],[-68,9],[-63,-13],[-74,-36],[-60,-69],[-57,-97],[-76,-143],[-44,-112],[-66,-72],[-87,-96],[-94,-67],[-77,-48],[-81,-70],[-37,-138],[7,-197],[7,-76],[-2,-97],[-7,-118],[-45,-117],[-35,-36],[-54,-42],[-80,-58],[-107,-72],[-107,-49],[-77,-32],[-110,-43],[-117,-66],[-120,-61],[-137,-78],[-108,-8],[-89,-14],[-108,-20],[-46,-56],[-56,-80],[-68,-109],[-69,-103],[-24,-80],[-34,-117],[-66,-74],[-96,-103],[-101,-69],[-95,-99],[-66,-67],[-27,-74],[-37,-108],[-40,-91],[-46,-123],[-27,-105],[-55,-107],[-80,-90],[-118,-131],[-125,-148]],[[174683,29742],[-93,88],[-46,44],[-69,66],[-104,100],[-42,113],[-50,164],[-27,87],[-29,109],[-50,140],[-45,123],[-62,180],[-32,99],[-61,106],[-90,151],[-14,95],[-22,101],[-34,141],[-9,143],[-7,192],[9,190],[-31,195],[75,163],[40,165],[7,99],[-9,132],[-19,56],[-26,80],[-36,107],[-43,140],[-38,142],[-59,127],[-110,120],[-53,77],[-72,91],[-111,127],[-124,28],[-97,29],[-94,52],[-138,75],[-115,-5],[-64,17],[-94,26],[-117,23],[-155,5],[-99,-22],[-106,-19],[-104,19],[-70,12],[-104,16],[-108,7],[-122,17],[-92,15],[-127,12],[-96,11],[-81,35],[-83,31],[-73,39],[-37,86],[-37,120],[11,118],[11,87],[5,89],[7,103],[6,145],[15,189],[24,160],[3,168],[3,202],[6,158]],[[89494,167749],[-127,59],[-63,29],[-96,43],[-142,66],[-81,-1],[-95,-6],[-74,0],[-80,26],[-103,39],[-128,54],[-97,-22],[-95,-30],[-73,-11],[-103,-11],[-60,-18],[-65,-23],[-70,-25],[-71,-6],[-81,-5],[-101,-14],[-105,-33],[-95,-28],[-130,-33],[-82,-52],[-101,-70],[-147,-105],[-82,-8],[-94,-7],[-125,-11],[-158,-36],[-122,-55],[-125,-39],[-124,-57],[-112,-7],[-124,13],[-140,-6],[-109,-6],[-94,9],[-136,19],[-132,21],[-94,46],[-133,73],[-120,66],[-91,4],[-66,5],[-99,9],[-147,13],[-108,20],[-133,52],[-147,84],[-80,61],[-95,99],[-86,111],[-70,103],[-103,108],[-27,69],[-30,94],[-31,92],[-47,133],[-39,95],[-33,79],[-49,108],[3,79],[6,113],[-18,100],[-30,111],[-33,122],[8,91],[12,120],[5,137],[-10,186],[-33,237],[-14,168]],[[83420,170390],[110,62],[55,31],[83,47],[124,69],[95,57],[119,60],[51,61],[64,80],[95,109],[106,86],[56,68],[72,90],[65,114],[62,84],[57,80],[82,94],[96,96],[127,101],[25,66],[30,92],[35,100],[64,108],[94,127],[56,97],[45,81],[45,96],[63,110],[76,145],[94,128],[56,96],[71,92],[92,133],[37,89],[41,75],[65,68],[85,70],[89,58],[113,76],[125,111],[69,52],[102,75],[132,61],[115,77],[108,46],[134,70],[93,48],[130,56],[170,71],[104,77],[145,92],[83,86],[122,120],[80,71],[60,109],[48,122],[10,113],[22,105],[26,116],[35,119],[43,161],[65,137],[73,173],[89,136],[45,106],[79,124],[103,78],[57,36],[75,32],[111,46],[111,32],[121,62],[157,89],[108,34],[87,85],[93,92],[111,104],[74,88],[109,115],[61,62],[84,61],[82,68],[64,37],[89,48],[95,53],[100,43],[133,62],[128,31],[102,23],[125,2],[109,17],[84,1],[94,13],[128,22],[74,-9],[107,-11],[99,19],[138,32],[95,22],[111,33],[152,49],[100,13],[118,31],[100,37],[107,26],[106,-20],[83,13],[104,17],[113,17],[142,5],[97,-29],[83,-26],[106,-39],[159,-58],[167,-87],[154,-27],[114,-31],[123,-5],[112,-9],[157,-19],[108,28],[83,37],[105,46],[99,19],[86,55],[125,83],[94,51]],[[26401,198983],[60,-341],[192,-108]],[[19379,187316],[-117,33],[-122,7],[-135,54],[-112,34],[-122,63],[-98,55],[-78,52],[-25,96],[-12,117],[-35,123],[-76,94],[-84,150],[-78,127],[-56,107],[-44,84],[-29,105],[-16,77],[26,116],[9,127],[73,157],[56,170],[38,113],[37,81],[85,106],[54,134],[6,147],[-108,88],[-81,64],[-67,65],[-146,35],[-125,30],[-116,57],[-93,44],[-89,28],[-93,72],[-92,102],[-61,76],[-65,77],[-53,143],[-27,139],[-12,101],[-39,151],[-57,133],[-42,109],[-1,134],[-30,175],[-31,128],[-26,113],[-33,109],[-25,90],[-28,89],[-16,82],[10,110],[-22,124],[-15,160],[22,151],[14,107],[-34,119],[-39,147],[-40,140],[-33,100],[-35,110],[-29,76],[-110,149],[-111,139],[-93,131],[-124,136],[-82,91],[-55,61],[-110,122]],[[16082,194452],[69,121],[85,112],[78,123],[52,104],[39,79],[20,114],[87,156],[66,168],[46,115],[35,78],[80,163],[79,136],[59,106],[48,75],[55,93],[32,138],[93,170],[63,122],[51,107],[36,98],[66,117],[69,113],[50,78],[53,92],[47,75],[36,54],[80,50],[66,62],[129,107],[90,73],[73,72],[71,113],[103,99],[100,67],[110,32],[104,23],[104,73],[76,56],[123,66],[101,43],[80,37],[61,24],[137,-24],[127,-4],[118,-15],[115,-49],[153,-47],[105,-35],[162,-8],[161,-33],[137,-22],[104,-22],[111,-15],[116,29],[167,49],[123,52],[129,57],[119,38],[90,20],[127,62],[116,104],[127,84],[102,53],[121,92],[82,64],[118,106],[81,77],[110,112],[122,75],[128,50],[176,131],[123,87],[131,76],[99,66],[134,70],[100,55],[141,75],[106,53],[76,34],[56,23],[133,16],[129,10],[125,42],[109,41],[158,21],[142,-25],[115,-9],[184,-36],[127,-32],[153,-97],[188,-156],[130,-107],[94,-89],[108,-91],[138,-68],[103,-67],[124,-78],[99,-65],[75,-44],[123,-19],[82,-14],[55,-8],[110,-18]],[[159604,93957],[98,-156],[49,-79],[74,-117],[110,-176],[46,-86],[44,-119],[46,-136],[70,-127],[84,-169],[29,-79],[52,-84],[73,-109],[39,-94],[37,-83],[42,-109],[29,-134],[30,-98],[29,-132],[6,-85],[6,-86],[29,-93],[44,-104],[60,-125],[44,-138],[17,-96],[36,-98],[44,-119],[65,-166],[13,-134],[34,-144],[47,-143],[-11,-127],[-16,-144],[17,-175],[46,-107],[10,-77],[-2,-100],[-15,-96],[-9,-96],[-10,-137],[2,-106],[-16,-100],[-23,-127],[3,-120],[1,-79],[-1,-100],[-12,-122],[-2,-131],[-1,-86],[-4,-124],[-17,-152],[-54,-178]],[[160916,87855],[-39,-126],[-19,-64],[-29,-95],[-43,-142],[-29,-161],[-57,-109],[-82,-145],[-52,-146],[-89,-134],[-60,-123],[-50,-160],[-52,-89],[-85,-118],[-73,-96],[-26,-93],[-18,-102],[-25,-135],[-54,-78],[-57,-100],[-63,-139],[-72,-173],[-50,-71],[-57,-88],[-75,-109],[-44,-126],[-22,-133],[-38,-104],[-53,-150],[29,-117],[28,-110],[45,-124],[31,-118],[35,-89],[25,-102],[26,-108],[47,-85],[63,-107],[90,-157],[75,-115],[34,-87],[49,-130],[50,-117],[83,-134],[49,-82],[73,-96],[67,-85],[91,-82],[91,-57],[75,-81],[60,-83],[84,-113],[88,-68],[105,-78],[104,-116],[72,-84],[100,-106],[58,-98],[74,-106],[94,-141],[103,-98],[78,-135],[41,-121],[59,-155],[47,-165]],[[161826,80696],[-120,-51],[-61,-25],[-90,-38],[-136,-56],[-87,-54],[-101,-46],[-96,-24],[-118,-9],[-133,-25],[-93,-2],[-76,-6],[-108,-8],[-84,-26],[-120,-40],[-121,-37],[-165,-58],[-127,-36],[-153,-14],[-119,-33],[-99,6],[-96,8],[-134,2],[-168,-5],[-115,9],[-161,17],[-125,-23],[-101,12],[-108,19],[-109,27],[-101,33],[-124,32],[-120,53],[-102,21],[-134,13],[-78,14],[-105,9],[-154,10],[-65,13],[-68,1],[-71,-13],[-107,-20],[-117,-50],[-122,-69],[-115,-23],[-152,-16],[-102,-51],[-71,12],[-73,20],[-75,6],[-92,3],[-119,5],[-132,17],[-98,12],[-115,32],[-149,72],[-93,63],[-103,96],[-96,80],[-84,118],[-89,133],[-92,97],[-97,99],[-137,148],[-189,198],[-161,163],[-98,91],[-118,104],[-63,70],[-76,60],[-114,83],[-103,62],[-108,2],[-95,3],[-107,8],[-140,-16],[-122,-63]],[[151866,81609],[48,136],[53,113],[78,132],[53,89],[50,73],[49,58],[44,51],[66,85],[52,81],[37,58],[64,50],[71,66],[85,84],[55,60],[79,127],[49,137],[40,98],[45,95],[43,109],[59,117],[41,85],[19,93],[13,63],[97,136],[42,150],[36,129],[78,143],[52,96],[85,118],[58,144],[50,115],[33,159],[22,107],[14,73],[10,99],[85,149],[56,100],[57,88],[45,157],[27,113],[89,152],[41,161],[88,194],[60,156],[32,118],[75,185],[85,145],[63,154],[30,128],[49,164],[87,164],[39,161],[44,171],[29,114],[40,133],[29,118],[27,88],[37,100],[52,96],[25,142],[16,104],[-3,94],[-3,63],[-2,42],[-3,85]],[[68677,141284],[-49,-103],[-24,-52],[-37,-77],[-56,-116],[-50,-58],[-73,-86],[-59,-75],[-60,-54],[-86,-58],[-63,-30],[-72,-40],[-70,-31],[-103,-45],[-73,-7],[-64,-10],[-95,-15],[-50,-22],[-39,-23],[-57,-34],[-58,-60],[-56,-83],[-8,-97],[37,-83],[55,-83],[81,-109],[126,-114],[92,-62],[127,-92],[99,-41],[133,8],[86,51],[97,45],[77,25],[101,-6],[96,-72],[66,-100],[48,-172],[-22,-165],[-32,-128],[-14,-145],[-28,-111],[-22,-121],[-32,-154],[-15,-155],[-64,-131],[-78,-120],[7,-99],[12,-117],[57,-127],[88,-176],[125,-146],[45,-110],[67,-160],[94,-213],[9,-193]],[[68893,136732],[-27,-121],[-14,-60],[-21,-91],[-31,-137],[-14,-149],[-30,-111],[-54,-153],[-59,-168],[-20,-159],[-39,-169],[-34,-186]],[[62053,136359],[-45,145],[-23,72],[-34,109],[-50,162],[-53,127],[-33,138],[-27,91],[-28,123],[-17,129],[-27,109],[-39,105],[-46,110],[-28,117],[-38,68],[-58,84],[-62,81],[-82,109]],[[156686,43603],[95,114],[52,43],[73,39],[91,8],[91,-8],[105,-19],[79,-1],[104,-13],[98,-54],[110,-89],[116,-117],[82,-97],[121,-131],[116,-93],[143,-129],[94,-60],[122,-86],[150,-111],[154,-167],[88,-97],[92,-101],[49,-88],[63,-129],[35,-98],[51,-135],[-7,-115],[15,-118],[9,-103],[11,-141],[-17,-124],[5,-74],[5,-79],[12,-104],[8,-90],[12,-102],[7,-121],[10,-179],[67,-155],[66,-86],[102,-118],[121,-153],[92,-97],[142,-127],[96,-42],[76,-79],[111,-115],[56,-52],[79,-63],[103,-88],[101,-84],[72,-42],[78,-52],[90,-78],[94,-98],[106,-151],[44,-95],[48,-105],[72,-147],[94,-124]],[[157968,32774],[40,20],[32,16],[14,27],[-32,0],[-30,5],[-29,14],[-21,39],[-27,67],[-29,21],[-62,45],[-34,32],[-43,27],[-21,24],[-43,74],[-59,114],[-29,35],[-53,34],[-96,35],[-67,29],[-53,16],[-120,13],[-181,19],[-59,19],[-83,45],[-32,0],[-53,-21],[-125,2],[-27,8],[-30,51],[-18,26],[2,22],[8,26],[14,35],[0,45],[-19,19],[-13,18],[2,19],[8,42],[0,51],[-8,56],[-8,34],[16,32],[22,45],[5,21],[-16,38],[-3,26],[-10,29],[-19,43],[-16,32],[-35,18],[-66,22],[-62,18],[-26,19],[-14,29],[6,29],[8,48],[-3,24],[-8,27],[-13,13],[-38,5],[-61,0],[-53,-10],[-56,-11],[-54,8],[-50,21],[-40,27],[-16,26],[-29,43],[-40,58],[-11,27],[-16,37],[-19,32],[-16,13],[0,22],[3,32],[13,61],[3,21],[-11,19],[-10,26],[0,13],[10,11],[14,5],[40,16],[61,24],[18,24],[19,37],[13,45],[8,48],[14,38],[18,26],[16,29],[3,24],[5,51],[6,45],[-11,27],[-5,34],[5,45],[0,16],[-11,24],[-13,19],[-29,29],[-35,3],[-42,-3],[-66,-27],[-14,16],[-51,80],[-48,43],[-35,15],[-85,0],[-27,-15],[-18,-35],[13,-56],[-5,-24],[-24,-21],[-27,-13],[-19,5],[-13,16],[-21,24],[-22,13],[-48,0],[-74,-45],[-46,-32],[-45,-24],[-26,0],[-27,19],[-43,26],[-56,22],[-53,13],[-51,-5],[-37,-14],[-32,-26],[-24,-6],[-16,0],[-21,16],[2,30],[27,47],[0,27],[0,61],[-3,48],[-13,48],[-3,66],[11,72],[-13,43],[34,79],[40,67],[-5,24],[-21,37],[-30,26],[-66,24],[-46,24],[-61,24],[-56,5],[-16,8],[-45,32],[-115,59],[-13,5],[5,16],[-18,8],[-54,21],[-42,32],[-51,8],[-61,-19],[-56,8],[-54,43],[-45,19],[-43,16],[-69,42],[-48,24],[-35,34],[-10,32],[24,40],[48,59],[13,79],[-3,80],[8,56],[8,35],[-26,39],[-75,43],[-67,37],[-55,48],[-72,66],[-51,46],[-5,55],[-11,43],[-21,37],[-40,16],[-3,13],[11,83],[-3,45],[-24,58],[-11,46],[14,23],[29,19],[43,13],[56,6],[45,8],[40,16],[37,31],[43,83],[48,90],[37,59],[43,47],[34,56],[27,32],[21,8],[30,8],[13,5],[0,19],[-75,19],[-48,24],[-88,31],[-71,32],[-46,16],[-56,22],[-26,8],[-32,0],[-38,21],[-8,32],[6,53],[21,56],[27,111],[29,45],[27,38],[21,7],[24,3],[35,0],[50,0],[27,8],[5,29],[-24,70],[-21,66],[-30,66],[-23,22],[-30,18],[-2,24],[34,59],[19,26],[37,21],[37,16],[8,48],[59,85],[37,40],[40,24],[54,16],[58,21],[24,27],[8,74],[24,43],[22,8],[29,-3],[19,-21],[16,-37],[10,-27],[16,-11],[24,40],[24,35],[11,21],[-8,21],[-37,27],[-32,13],[-32,19],[-16,24],[18,37],[19,27],[21,26],[8,29],[8,35],[3,45],[11,32],[29,19],[29,5],[11,18],[72,51],[19,16],[53,19],[32,10],[21,19],[19,18],[64,30],[58,0],[16,24],[24,42],[22,56],[26,48],[27,18],[67,22],[29,16],[11,23],[-3,27],[-3,45],[19,43],[45,66],[51,77],[11,32],[16,51],[16,26],[29,8],[21,13],[6,30],[13,34],[37,45],[104,120],[51,69],[5,77],[13,11],[46,-19],[26,3],[16,32],[19,45],[72,101],[32,40],[24,29],[59,26],[74,19],[54,-3],[53,-8],[51,-18],[77,-13],[26,-19],[16,-37],[30,-19],[37,-34],[16,13],[8,29],[-5,24],[-11,27],[-19,31],[-18,27],[-16,27],[-6,26],[3,27],[8,29],[24,27],[32,42],[51,40],[21,27],[27,23],[48,-8],[53,-7],[40,-16],[40,-19],[48,-21],[24,0],[48,0],[51,-11],[34,-13],[38,-19],[40,-5],[63,3],[35,13],[48,29],[24,29],[27,32],[24,40],[26,40],[22,24],[18,29],[14,35],[32,34],[18,27],[27,24],[27,37],[18,40],[22,40],[-8,37],[-14,48],[0,50],[-26,53],[-30,37],[-32,64],[-24,53],[-29,48],[-19,37],[0,43],[-5,43],[-11,50],[-26,69],[-6,51],[-2,82],[-19,56],[-19,37],[0,48],[-21,40],[-5,53],[0,37],[8,48],[34,34],[6,51],[37,53],[-3,32],[-18,42],[-24,0],[-22,32],[-48,35],[-42,-3],[-24,48],[-32,24],[-19,32],[-18,34],[2,59],[-2,27]],[[78166,189318],[84,-73],[42,-37],[63,-55],[95,-83],[134,-101],[112,-54],[135,-74],[104,-18],[125,-32],[121,-32],[154,-38],[141,-56],[139,-84],[152,-65],[102,-5],[121,-7],[134,-10],[189,-20],[104,10],[110,7],[152,0],[100,9],[101,-12],[143,-19],[128,16],[124,12],[93,-23],[117,-25],[159,-39],[153,-2],[88,-21],[126,-36],[79,-32],[87,-23],[91,11],[108,30],[153,48],[149,-12],[144,-48],[144,8],[129,17],[166,8],[116,31],[170,52],[125,69],[131,38],[91,71],[98,80],[120,119],[64,69],[93,78],[131,97],[98,118],[102,137],[105,86],[79,109],[61,56],[66,72],[95,106],[78,138],[67,113],[97,92],[114,103],[73,78],[108,86],[100,62],[65,50],[86,13],[115,4],[170,6],[126,-60],[127,-20],[110,-28],[128,-61],[83,-59],[110,-68],[145,-48],[217,-72]],[[87125,190075],[-34,-133],[-18,-66],[-26,-100],[-39,-150],[22,-95],[30,-87],[-14,-74],[-33,-95],[-36,-50],[-52,-72],[-46,-58],[-33,-47],[-30,-60],[-43,-90],[-27,-106],[5,-100],[24,-66],[37,-95],[60,-110],[2,-71],[5,-93],[5,-129],[9,-187],[-5,-114],[3,-106],[-4,-139],[-7,-125],[21,-148],[43,-141],[39,-115],[-24,-133],[-52,-116],[-17,-66],[-11,-87],[5,-94],[9,-110],[0,-63],[-9,-76],[-16,-107],[-17,-102],[-24,-147],[17,-143],[29,-136],[39,-146],[72,-190],[69,-130]],[[87053,185207],[-68,-84],[-35,-42],[-51,-62],[-78,-94],[-70,-74],[-46,-96],[-42,-100],[-39,-121],[-35,-102],[-72,-121],[-100,-92],[-61,-45],[-76,-64],[-102,-88],[-57,-109],[-62,-104],[-22,-79],[-45,-46],[-78,-34],[-111,-35],[-142,-17],[-115,23],[-78,-13],[-74,-20],[-77,-8],[-85,-8],[-58,-12],[-79,-13],[-102,-20],[-123,-31],[-79,-15],[-110,-25],[-135,-33],[-116,-57],[-156,-77],[-139,-88],[-160,-45],[-131,-66],[-172,-77],[-139,-91],[-134,-74],[-132,-130],[-93,-144],[-98,-59],[-89,-57],[-123,-85],[-78,-17],[-103,-4],[-150,2],[-132,21],[-119,-28],[-99,-55],[-76,-43],[-107,-51],[-128,-58],[-58,-100],[-66,-140],[-51,-142],[-22,-154],[-51,-179],[-20,-145],[-11,-119],[26,-151],[37,-95],[49,-104],[30,-106],[22,-143],[-4,-177],[-6,-143],[-9,-111],[-35,-116],[-45,-98],[-73,-131],[-82,-57],[-78,-45],[-91,-53],[-63,-102],[-30,-105],[-39,-141],[-12,-129],[-48,-105],[-50,-64],[-86,-73],[-120,-53],[-138,-18],[-153,4],[-151,-18],[-105,16],[-151,37],[-68,74],[-86,101],[-97,-11],[-133,-26],[-168,-75],[-156,-115]],[[79480,178828],[-106,63],[-52,31],[-79,47],[-119,71],[-135,70],[-109,47],[-97,82],[-98,49],[-50,14],[-45,14],[-65,19],[-87,25],[-111,38],[-92,29],[-122,41],[-117,77],[-125,78],[-120,45],[-85,62],[-110,60],[-137,69],[-123,76],[-95,17],[-107,26],[-125,46],[-164,61],[-196,93],[-165,24],[-185,59],[-114,39],[-160,46],[-108,68],[-115,78],[-153,72],[-50,66],[-54,29],[-75,6],[-92,-13],[-90,-28],[-54,-28],[-76,-38],[-108,-50],[-128,1],[-53,22],[-78,34],[-94,8],[-125,0],[-113,-18],[-125,-31],[-98,-16],[-130,-4],[-69,-7],[-104,-9],[-125,-15],[-98,-34],[-108,-32],[-143,-34],[-108,-24],[-122,-55],[-76,-29],[-100,-29],[-79,-36],[-65,-56],[-42,-45],[-57,-54],[-70,-62],[-74,-73],[-69,-64],[-54,-75],[-52,-63],[-35,-70],[-47,-92],[-30,-51],[-44,-77],[-71,-35],[-95,-36],[-67,-11],[-48,-3],[-65,-7],[-46,-22],[-61,-36],[-80,-60],[-19,-66],[-22,-93],[-20,-104],[-35,-63],[-66,-67],[-62,-27],[-86,-32],[-105,-34],[-124,-51],[-95,-45],[-122,-84]],[[71006,178542],[-142,33],[-71,17],[-107,25],[-161,37],[-130,-29],[-91,-36],[-96,-27],[-103,-54],[-125,-80],[-82,-7],[-105,-4],[-118,30],[-153,51],[-106,52],[-112,28],[-165,31],[-137,0],[-160,-54],[-109,-67],[-135,-42],[-94,-35],[-93,-1],[-95,-9],[-109,-8],[-97,-26],[-102,-32],[-108,8],[-113,10],[-72,18],[-70,15],[-94,13],[-111,19],[-112,3],[-157,7],[-117,-11],[-118,-70],[-91,-93],[-75,-65],[-90,-86],[-126,-129],[-97,-94],[-133,-44],[-89,-31],[-131,-45],[-83,-15],[-98,-35],[-116,-46],[-68,8],[-96,14],[-83,-1],[-112,1],[-94,-1],[-113,18],[-76,35],[-88,57],[-68,46],[-93,68],[-66,-5],[-79,-11],[-110,-15],[-81,-16],[-108,-26],[-97,-1],[-100,55],[-79,44],[-59,57],[-45,95],[1,103],[15,143],[39,163],[-14,128],[4,83],[4,112],[36,87],[55,131],[49,107],[81,125],[59,78],[68,62],[96,83],[86,106],[106,104],[93,84],[70,115],[77,102],[65,124],[30,93],[40,84],[63,122],[104,54],[126,49],[77,41],[80,74],[40,73],[51,81],[54,96],[48,100],[61,121],[41,107],[41,115],[44,166],[6,87],[-43,75],[-65,84],[-109,100],[-119,11],[-124,-15],[-90,-5],[-125,-15],[-157,-38],[-102,-35],[-106,1],[-120,1],[-124,-15],[-157,-14],[-220,-23]],[[199300,73733],[32,-111],[-13,-108],[-23,-106],[-29,-141],[-56,-104],[-45,-77],[-66,-116],[-74,-146],[-21,-101],[-40,-100],[-35,-51],[-49,-70],[-66,-97],[-94,-143],[-44,-110],[-40,-86],[-33,-103],[-43,-139],[-69,-128],[-117,-153],[-113,-135],[-63,-148],[-66,-119],[-100,-171],[-64,-116],[-95,-100],[-138,-133],[-70,-117],[-72,-49],[-85,-60],[-120,-88],[-161,-107],[-67,-21],[-99,-29],[-148,-45],[-132,-59],[-190,-79],[-157,-77],[-149,-20],[-152,-32],[-132,-47],[-152,-39],[-128,-59],[-120,-12],[-90,-28],[-96,-21],[-77,-23],[-91,-11],[-97,-6],[-94,-16],[-97,-8],[-67,-11],[-84,-3],[-109,-4],[-95,27],[-136,43],[-63,37],[-80,42],[-101,28],[-71,23],[-62,36],[-91,53],[-87,68],[-37,40],[-41,59],[-56,88],[-34,83],[-29,101],[-33,114],[-34,157],[-9,78],[-13,116],[5,96],[1,123],[-4,99],[-17,112],[-27,82],[-11,71],[-10,86],[-15,110],[-15,121],[-10,163],[-9,112],[-44,94],[-62,91],[-93,106],[-92,120],[-106,72],[-86,32],[-59,29],[-83,46],[-92,65],[-93,58],[-124,80],[-113,39],[-134,57],[-136,50],[-111,85],[-132,64],[-143,36],[-146,57],[-154,45],[-127,63],[-176,71],[-134,69],[-154,51],[-124,82],[-121,80],[-176,119],[-124,30],[-144,64],[-103,63],[-108,57],[-102,62],[-138,101],[-107,119]],[[189675,74175],[35,99],[18,49],[27,74],[40,111],[40,97],[65,41],[95,56],[73,51],[92,47],[66,33],[70,48],[68,54],[79,32],[78,-4],[103,-14],[99,-6],[83,20],[117,26],[90,51],[97,94],[62,91],[61,112],[85,86],[88,82],[66,78],[78,122],[38,158],[-1,129],[4,64],[0,88],[-9,106],[-12,138],[-14,169],[-21,155],[-31,79],[-47,118],[-47,125],[-26,165],[13,120],[-33,77],[-44,86],[-59,108],[-40,63],[-67,65],[-96,87],[-81,64],[-98,65],[-28,18]],[[190851,77952],[22,33],[6,40],[-1,22],[-29,43],[-26,55],[-6,47],[-4,36],[-3,41],[-2,44],[6,40],[6,16],[17,35],[13,50],[11,36],[17,16],[14,27],[3,39],[7,50],[6,46],[12,37],[19,43],[17,22],[16,22],[22,37],[28,23],[42,24],[38,22],[36,15],[38,20],[49,22],[48,15],[45,3],[47,7],[66,-5],[49,-8],[50,-22],[62,-24],[47,-13],[88,-27],[3,26],[8,44],[8,67],[1,30],[34,49],[22,28],[18,28],[34,36],[38,38],[16,28],[26,28],[27,25],[6,18],[9,29],[10,34],[19,50],[16,26],[13,34],[2,21],[0,44],[4,17],[11,24],[15,21],[15,25],[15,36],[20,99],[18,94],[7,36],[17,32],[20,30],[25,42],[20,44],[16,43],[12,47],[20,27],[32,35],[24,28],[13,23],[8,37],[6,44],[13,50],[23,48],[12,22],[-2,15],[-36,43],[-40,39],[-20,23],[-1,15],[-4,27],[-50,30],[-5,24],[2,29],[2,29],[29,36],[46,38],[30,36],[37,44],[17,21],[14,21],[-5,37],[3,18],[33,31],[11,48],[-3,35],[-21,39],[-10,21],[-6,21],[24,30],[14,20],[4,28],[2,30],[22,12],[75,22],[46,7],[37,-16],[50,-28],[22,-12],[73,-26],[32,-7],[30,-15],[31,-18],[46,-30],[37,-18],[37,-22],[25,-17],[47,-21],[45,-2],[26,-1],[17,-11],[14,-15],[32,-22],[52,-36],[19,-5],[25,9],[33,12],[22,8],[11,-9],[-3,-42],[6,-21],[13,-18],[28,-26],[29,-22],[51,-55],[12,-12],[28,-27],[19,-4],[24,6],[23,8],[20,-6],[23,-13],[13,-12],[25,3],[23,7],[11,-8],[16,-21],[31,-43],[14,-19],[13,-26],[5,-33],[11,-38],[7,-25],[20,-32],[17,-12],[24,-10],[35,-5],[17,-11],[15,-19],[20,-14],[16,-4],[30,-5],[15,-8],[22,-18],[12,-18],[27,-46],[17,-35],[14,-35],[5,-18],[11,-31],[12,-33],[28,-66],[9,-23],[10,-17],[-31,-6],[-39,-11],[-20,-14],[-10,-16],[2,-29],[3,-34],[0,-30],[6,-30],[1,-18],[9,-28],[28,-32],[5,-15],[-6,-22],[-10,-14],[-14,-16],[-5,-22],[-11,-28],[-6,-30],[-9,-39],[-4,-44],[-14,-70],[0,-70],[-12,-38],[-34,-34],[-43,-22],[-30,-21],[-42,-34],[-42,-30],[-27,-40],[-14,-35],[3,-31],[9,-37],[15,-52],[-4,-26],[-22,-30],[-16,-25],[-5,-32],[-10,-45],[-8,-48],[-6,-40],[8,-35],[35,-17],[54,-1],[47,-1],[32,-10],[26,-18],[17,-26],[7,-52],[25,-35],[17,-32],[-1,-34],[-13,-45],[-5,-33],[6,-61],[10,-53],[17,-52],[33,-43],[25,-32],[1,-32],[-23,-38],[-27,-32],[-42,-11],[-59,-22],[-46,-35],[-43,-44],[-47,-57],[-27,-57],[-16,-53],[-22,-32],[-44,-34],[-48,-38],[-34,-39],[-6,-37],[2,-69],[7,-57],[15,-51],[25,-53],[40,-11],[31,-7],[80,-40],[71,-26],[51,-5],[18,-25],[32,-11],[37,-22],[8,-25],[4,-49],[-4,-74],[-1,-48],[-27,-35],[-1,-18],[18,-33],[20,-23],[31,-40],[36,-26],[55,-27],[57,-39],[34,-43],[17,-37],[20,-54],[37,-37],[-4,-45],[-5,-52],[5,-63],[17,-42],[3,-32],[12,-49],[33,-49],[36,-27],[62,-36],[35,-16],[48,-34],[67,-31],[49,-9],[62,-23],[40,-24],[35,-36],[25,-53],[22,-39],[18,-39],[43,-40],[70,-49],[34,-40],[44,-53],[54,-21],[59,-6],[43,-5],[37,-34],[36,-50],[43,-37],[68,-52],[142,-72],[64,-10],[68,-15],[82,-32],[67,-35],[92,-40],[42,-12],[45,1],[74,14],[38,-5],[69,-20],[12,-15],[23,-66],[9,-14],[27,-48],[23,-48],[18,-61],[6,-60],[0,-67],[-3,-45],[11,-50],[3,-39],[-22,-61],[30,-37],[23,-45],[5,-66],[10,-61],[6,-84],[-37,-71],[-43,-168],[-51,-104],[4,-36],[-12,-78],[4,-170],[60,-51],[19,-56],[49,-111],[19,-21],[27,-6],[70,37],[79,25],[35,-10],[94,20],[101,65],[60,28],[103,35],[90,17],[84,10],[37,28],[47,57],[26,36],[36,-1],[17,1],[15,5],[19,12],[15,13],[13,19],[18,20],[16,3],[15,-3],[13,-10],[19,-15],[24,-13],[30,-26],[30,-16],[40,-25],[28,-20],[52,-20],[36,-19],[-3,-23],[-5,-42],[-3,-27],[-2,-42],[14,-13],[14,-11],[20,-2],[18,3],[24,-1],[33,-2],[33,0],[19,2],[23,12],[16,2],[15,11],[7,14],[15,24],[18,33],[13,34],[8,31],[7,11],[25,15],[20,13],[31,7],[18,-7],[9,-10],[22,-19],[25,-20],[22,-19],[24,-20],[33,-27],[40,-40],[26,-17],[27,-9],[22,-8],[36,-17],[21,-15],[26,-26],[45,-41],[37,-34],[38,-26],[38,-23],[37,-17],[27,-3],[23,3],[17,14],[16,15],[13,27],[6,20],[16,38],[8,28],[17,58],[12,9],[22,1],[72,-12],[76,-20],[68,-16],[77,-13],[68,-11],[60,-8],[69,-13],[22,-4]],[[191372,40092],[-20,-95],[-11,-47],[-15,-71],[-23,-106],[-14,-142],[28,-133],[40,-130],[39,-113],[65,-151],[77,-115],[51,-107],[54,-149],[89,-123],[89,-82],[106,-119],[43,-81],[53,-81],[63,-115],[33,-98],[12,-120],[-11,-108],[-10,-100],[-16,-145],[62,-128],[92,-182],[51,-92],[65,-130],[97,-138],[37,-95],[12,-130],[-10,-116],[-5,-69],[9,-66],[34,-85],[69,-90],[102,-96],[80,-38],[96,-41],[81,3],[76,2],[97,-12],[129,-32],[72,-56],[106,-81],[84,-57],[97,-84],[51,-96],[70,-146],[-27,-160],[-73,-95],[-84,-85],[-73,-101],[-57,-77],[-82,-103],[-36,-96],[15,-130],[35,-175],[58,-66],[77,-81],[44,-105],[12,-115],[10,-112],[26,-105],[36,-117],[15,-140],[-12,-76],[-19,-86],[10,-74],[13,-92],[16,-123],[-1,-120],[6,-126],[-27,-124],[-48,-106],[-41,-49],[-44,-57],[-48,-69],[-36,-103],[37,-110],[57,-160],[58,-52],[81,-73],[46,-31],[43,-48],[25,-74],[21,-92],[-59,-67],[-90,-59],[-109,-26],[-85,12],[-84,6],[-80,5],[-56,-60],[-77,-89],[-82,-125],[-58,-122],[-64,-142],[-30,-170],[-69,-147],[-58,-125],[-78,-76],[-42,-74],[-61,-105],[-46,-118],[-57,-150],[-42,-84],[-4,-60],[-1,-88],[12,-70],[25,-89],[36,-116],[69,-123],[107,-81],[117,-54],[104,-48],[83,-106],[84,-115],[52,-130],[25,-118],[35,-116],[67,-149],[48,-95],[44,-112],[54,-134],[25,-146],[25,-185],[60,-182],[6,-185]],[[193527,27580],[-73,-146],[-85,-157],[-46,-197],[32,-167],[31,-147],[8,-144],[1,-104],[-74,-95],[-87,-91],[-68,-58],[-72,-51],[-113,-43],[-93,-46],[-80,-33],[-131,-63],[-122,-34],[-117,-35],[-107,-22],[-81,-17],[-85,-31],[-83,-19],[-69,-11],[-90,-33],[-118,-76],[-78,-82],[-64,-82],[-42,-121],[-43,-94],[-83,-78],[-95,-54],[-78,-34],[-71,-9],[-68,11],[-46,19],[-32,17],[-121,108],[-104,39],[-117,-29],[-95,-34],[-66,-38],[-38,-62],[-31,-59],[-22,-49],[-10,-64],[19,-98],[1,-115],[-9,-91],[-28,-68],[-52,-56],[-39,-39],[-77,-4],[-70,37],[-54,34],[-55,34],[-62,22],[-67,25],[-106,98],[-93,73],[-74,47],[-108,88],[-71,97],[-126,182],[-84,121],[-55,81],[-112,162]],[[189179,25695],[0,70],[1,34],[0,53],[1,78],[-3,93],[-5,134],[25,150],[18,73],[32,78],[25,55],[13,53],[-11,64],[-20,93],[-48,72],[-51,9],[-75,11],[-104,5],[-128,-6],[-96,-23],[-90,-16],[-120,-10],[-173,-13]],[[188192,37680],[191,168],[169,97],[153,76],[112,49],[152,86],[121,131],[112,97],[133,151],[89,119],[58,82],[36,118],[33,100],[42,81],[87,74],[73,67],[51,56],[40,74],[12,133],[10,94],[7,75],[5,55],[2,109],[2,75],[2,110],[73,137],[40,137],[35,153],[14,147],[30,144],[33,111],[54,84],[38,56],[96,11],[68,-2],[104,-65],[74,-52],[74,-58],[108,-50],[73,-34],[48,-22],[96,-45]],[[189179,25695],[-50,-204],[-33,-193],[-45,-156],[-44,-213],[-1,-192],[1,-131],[0,-97],[-41,-108],[-31,-76],[-52,-82],[-37,-64],[-48,-96],[-27,-83],[-4,-87],[-1,-68],[-48,-101],[-64,-114],[-45,-78],[-58,-90],[-40,-66],[-100,-96],[-69,-66],[-53,-56],[-44,-74],[-24,-79],[-15,-64],[-114,-146],[-76,-109],[-54,-83],[-97,-121],[-72,-121],[-98,-102],[-82,-86],[-89,-73],[-90,-54],[-102,-79],[-112,-49],[-112,-74],[-101,-92],[-161,-56],[-134,-65],[-113,-116],[-102,-85],[-94,-76],[-104,-68],[-98,-76],[-114,-88],[-77,-62],[-56,-50],[-74,-71],[-133,-60],[-132,-84],[-98,-56],[-148,-127],[-107,-88],[-92,-59],[-63,-41],[-125,-68],[-122,-48],[-192,-114]],[[184668,20214],[-6,4],[-13,12],[-9,18],[-6,11],[-15,5],[-35,0],[-22,18],[-2,15],[9,17],[11,26],[5,18],[-10,12],[-23,10],[-27,15],[-19,11],[-22,10],[-17,19],[-13,27],[-6,36],[-4,37],[-6,62],[-4,43],[-5,31],[-10,25],[-18,72],[-10,59],[-8,47],[-8,37],[-14,39],[-16,39],[-15,34],[-13,15],[-14,22],[-9,-2]],[[184294,21058],[-39,54],[-199,59],[-87,-70],[-31,-34],[-9,-47]],[[183929,21020],[0,0],[-48,4],[-52,9],[-44,9],[-40,1],[-46,-6],[-18,-3],[-50,-16],[-45,-10]],[[183586,21008],[-1,1],[-156,113],[-45,-13],[-24,-191]],[[183360,20918],[-3,-2],[-49,-25],[-34,-19],[-53,-31],[-42,-24],[-25,-17],[-35,-35],[-42,-48],[-20,-33],[-17,-19],[-24,-31],[-20,-37],[-19,-27],[-10,-36],[-7,-33],[-10,-24],[-19,-21],[-23,-1],[-25,2],[-27,-6],[-14,-10],[-35,-27],[-34,-22],[-29,-34],[-24,-22],[-26,-29],[-18,-20],[-59,-41],[-46,-29],[-38,-24],[-31,-31],[-29,-27],[-41,-24],[-35,-22],[-25,-15],[-40,-27],[-44,-26],[-28,-10],[-26,-16],[-27,-13],[-37,-8],[-38,-4],[-19,-17],[-28,-15],[-23,-21],[-29,-22],[-34,-18],[-33,-20],[-19,-23],[-25,-36],[-16,-30],[-9,-25],[-5,-16],[-7,-18],[-7,-11],[-15,-14],[-15,-20],[-10,-16],[-4,-23],[5,-29],[13,-45],[26,-60],[15,-44],[6,-13]],[[181899,19434],[11,-60],[35,-84],[24,-68],[106,-28]],[[182075,19194],[34,-39],[51,-49],[50,-51],[35,-40],[37,-34],[39,-37],[33,-35],[28,-46],[30,-47],[30,-41],[12,-33],[4,-32],[-5,-34],[-21,-29],[-21,-30],[-30,-30],[-35,-35],[-29,-13],[-27,-5],[-17,13],[-20,-1],[-15,-3],[-31,5],[-40,27],[-36,21],[-33,10],[-57,20],[-47,22],[-90,42],[-59,32],[-63,24],[-51,29],[-96,55],[-94,48],[-67,31],[-95,35],[-42,7],[-35,-5],[-54,-23],[-36,-40],[-33,-40],[-25,-25],[-19,-24],[-44,-53],[-20,-34],[-17,-45],[-1,-34],[1,-48],[7,-67],[5,-22],[14,-56],[2,-55],[3,-60],[15,-45],[27,-46],[10,-36],[12,-17],[42,-57],[41,-41],[41,-32],[35,-27],[14,-19],[13,-22],[12,-24],[9,-45],[-1,-57],[-14,-47],[-19,-42],[-14,-30],[-41,-55],[-52,-55],[-42,-35],[-61,-38],[-80,-40],[-59,-25],[-69,-46],[-55,-40],[-28,-40],[-19,-47],[3,-39],[14,-35],[15,-50],[5,-49],[-6,-52],[-12,-43],[-26,-48],[-34,-40],[-47,-61],[-67,-79],[-35,-47],[-39,-46],[-43,-29],[-54,-15],[-68,-11],[-74,-5],[-91,-4],[-81,-4],[-82,-5],[-68,-7],[-95,20],[-83,17],[-54,12],[-39,-9],[-47,10],[-45,21],[-33,17],[-44,11],[-60,20],[-63,19],[-40,2],[-47,-6],[-40,-14],[-94,-32],[-62,-27],[-64,-26],[-67,-16],[-41,-15],[-61,-34],[-45,-25],[-44,-15],[-30,-4],[-40,-4],[-59,-1],[-62,-15],[-48,-14],[-97,-44],[-62,-27],[-54,-26],[-41,-25],[-54,-37],[-32,-44],[-13,-9],[-15,-2]],[[178237,16321],[-33,130],[29,205],[28,131],[70,63],[51,42],[39,28],[69,65],[79,55],[78,53],[57,42],[40,31],[67,41],[65,123],[42,83],[5,92],[-7,72],[-42,61],[-45,52],[-91,42],[-71,15],[-137,-28],[-102,-15],[-98,26],[-68,94],[-48,68],[-29,109],[17,120],[40,81],[30,53],[63,17],[83,-24],[73,-11],[102,52],[73,49],[47,51],[39,65],[-34,138],[-29,94],[-34,62],[-66,29],[-53,23],[-82,66],[-104,53],[-84,61],[-70,91],[-88,105],[-58,73],[-52,151],[-1,133],[10,129],[-1,114],[-7,85],[-59,91],[-44,61],[-66,80],[-78,63],[-92,34],[-108,46],[-76,30],[-73,52],[-117,109],[-79,80],[-53,71],[-100,123],[-70,88],[-55,62],[-77,73],[-67,77],[-48,118],[-31,86],[-78,134],[-38,139],[-38,139],[-24,133],[-14,93],[-6,69],[8,111],[75,150],[31,131],[-4,197],[-54,167],[-44,131],[-93,121],[-69,94],[-50,141],[-45,103],[-66,96],[-67,87],[-57,93],[-38,79],[9,97],[11,71],[14,104],[-34,123],[-73,79],[-76,23],[-52,14],[-47,-9],[-33,-9],[-88,-10],[-133,54],[-90,40],[-79,46],[-66,34],[-118,109],[-134,56],[-126,37],[-132,53],[-92,77],[-86,95],[-59,170],[-43,119],[-52,91],[-62,111],[-97,133],[-103,101],[-77,106],[-100,134],[-113,162],[-56,135],[-40,108],[-51,170],[37,186],[47,127],[73,162],[1,184],[-8,158],[-9,125],[11,102],[24,99],[11,152],[-18,142],[-11,118],[-19,117],[23,147],[57,132],[41,109],[44,119],[40,83],[103,158],[71,106],[71,89],[52,77],[24,114],[58,122],[67,192],[45,129],[31,85],[60,171]],[[64486,127394],[-97,38],[-113,34],[-67,16],[-78,11],[-65,-4],[-51,-4],[-36,6],[-22,12],[-45,22],[-70,12],[-79,-2],[-103,-4],[-79,2],[-103,18],[-125,31],[-135,42],[-138,67],[-176,110],[-74,60],[-103,100],[-124,121],[-135,142],[-170,170],[-101,112],[-74,77],[-85,105],[-115,140],[-57,67],[-70,73],[-33,38],[-66,55],[-77,71],[-170,160],[-83,79],[-109,81],[-101,97],[-91,83],[-64,63],[-59,73],[-58,48],[-67,57],[-67,57],[-64,47],[-67,34],[-51,24],[-52,18],[-42,15],[-55,22],[-53,28],[-50,33],[-12,36],[2,49],[-16,32],[-29,43],[-40,52],[-32,39],[-37,28],[-68,35],[-51,30],[-42,27],[-35,28],[-26,44],[-26,55],[-30,57],[-19,89],[-30,122],[-26,83],[-38,133],[-29,110],[-48,85],[-49,59],[-26,36],[-10,51],[-24,77],[-21,91],[-24,87],[-36,67],[-32,67],[-29,87],[-30,115],[-18,69],[-28,102],[-35,56],[-28,8],[-55,-2],[-93,-8],[-74,4],[-53,2],[-48,6],[-27,17],[-56,16],[-61,8],[-64,12],[-23,2],[-12,24],[2,29],[8,56],[-12,37],[-26,38],[-28,19],[-43,14],[-42,14],[-38,30],[-61,33],[-42,-6],[-55,-18],[-52,-39],[-93,-14],[-63,-14],[-89,-6],[-60,-4],[-41,-17],[-42,-18],[-41,-26],[-50,-4],[-47,10],[-58,34],[-91,49],[-89,49],[-81,40],[-60,-4],[-21,0],[-46,22],[-51,31],[-76,42],[-59,22],[-63,-12],[-94,-22],[-116,-61],[-214,-121],[-68,-37],[-63,-36],[-97,-49],[-71,-53],[-62,-58],[-91,-59],[-49,-36],[-40,-27],[-55,-16],[-52,-24],[-73,-41],[-28,-22],[-22,-33],[-12,-36],[-17,-103],[-18,-110],[-20,-99],[-22,-77],[-36,-69],[-35,-115],[-22,-65],[-36,-104],[-11,-58],[5,-59],[-11,-71],[-16,-45],[-6,-22],[-8,-48],[-6,-27],[-30,-44],[-33,-39],[-13,-31]],[[184628,50098],[76,38],[37,19],[57,29],[85,43],[86,8],[85,-17],[108,-27],[50,-6],[61,1],[67,9],[95,16],[116,37],[73,34],[33,22],[36,30],[46,47],[60,68],[82,94],[88,118],[52,111],[48,37],[72,45],[69,18],[95,23],[87,32],[114,34],[120,16],[131,-30],[74,-18],[103,-19],[123,-7],[119,3],[139,57],[99,71],[80,-18],[103,-46],[153,-72],[91,-101],[108,-27],[71,3],[80,10],[85,7],[77,19],[114,28],[41,82],[40,119],[10,147],[2,63],[-3,85],[3,70],[5,99],[-11,102],[-10,102],[-19,122],[-65,120],[-86,50],[-27,45],[-34,61],[-4,61],[-5,89],[14,97],[41,80],[59,118],[62,85],[88,90],[82,92],[121,136],[74,137],[97,109],[125,136]],[[184444,43267],[90,74],[45,37],[68,55],[101,83],[134,90],[129,45],[111,85],[99,55],[132,37],[125,16],[114,47],[108,48],[132,76],[95,63],[141,91],[75,56],[94,84],[134,121],[79,155],[71,97],[31,74],[45,111],[67,112],[88,139],[23,92],[-2,131],[-40,121],[-60,143],[-54,68],[-79,100],[-121,70],[-107,41],[-66,8],[-91,7],[-82,11],[-101,1],[-42,3],[-59,4],[-77,5],[-114,9],[-73,13],[-91,34],[-70,60],[-28,72],[-22,96],[-2,92],[14,68],[16,85],[23,116],[77,72],[94,78],[98,36],[129,43],[144,10],[119,55],[63,38],[68,63],[27,70],[35,93],[51,138],[-16,93],[-38,129],[-22,80],[-33,104],[-62,122],[-75,102],[-66,104],[-61,131],[-71,92],[-82,110],[-59,134],[-47,104],[-77,90],[-81,97],[-84,98],[-83,120],[-97,100],[-75,112],[-49,100],[-74,98],[-104,141],[-70,70],[-59,81],[-58,115],[-84,172],[-97,135]],[[171697,63643],[80,-106],[39,-52],[60,-79],[89,-118],[107,-105],[66,-80],[94,-41],[123,-44],[90,-44],[116,-47],[118,-47],[121,-9],[93,-24],[133,-41],[58,-39],[64,-40],[93,-60],[118,-85],[98,-64],[90,-28],[96,-24],[112,-37],[136,-69],[128,-94],[171,-108],[143,-40],[143,-97],[91,-69],[124,-73],[128,-48],[107,-94],[74,-52],[72,-71],[40,-34],[46,-39],[62,-36],[88,-51],[111,-68],[38,-67],[36,-79],[44,-98],[75,-66],[104,-81],[92,-51],[130,-55],[78,-31],[91,-51],[110,-63],[127,-85],[83,-7],[110,-11],[101,10],[86,2],[130,3],[79,-10],[105,-23],[65,-34],[99,-52],[130,-76],[82,-51],[97,-48],[118,-7],[118,-9],[109,13],[126,28],[109,22],[145,14],[95,19],[86,30],[115,42],[126,42],[115,59],[104,100],[138,128],[83,134],[80,92],[91,117],[121,173]],[[179390,61359],[109,-43],[54,-21],[82,-33],[123,-48],[65,-20],[81,-27],[102,-44],[124,-43],[166,-66],[110,-53],[109,-20],[128,-29],[157,-26],[130,-57],[134,-62],[140,-103],[81,-13],[121,-20],[111,4],[132,1],[78,-34],[101,-45],[114,-67],[158,-93],[138,-35],[99,-51],[117,-55],[111,-69],[151,-76],[152,-32],[167,-61],[99,-35],[143,-42],[114,-75],[81,-61],[100,-42],[145,-57],[102,-28],[145,-44],[141,-66],[176,-63],[133,-66],[151,-48],[120,-86],[105,-83],[153,-109],[96,-20],[87,-28],[116,-39],[152,-63],[141,-94],[131,-35],[90,-46],[66,-27],[95,-41],[82,-54],[109,-86],[138,-128],[63,-29],[81,-45],[98,-64],[140,-95],[95,-28],[74,-36],[96,-58],[93,-70],[134,-106],[145,-119],[146,-100]],[[184628,50098],[-134,5],[-68,2],[-101,4],[-151,5],[-82,-18],[-115,-25],[-120,-3],[-73,-5],[-94,-18],[-87,-9],[-114,-4],[-82,55],[-92,83],[-82,86],[-59,49],[-58,63],[-78,57],[-116,65],[-115,0],[-135,-34],[-82,-4],[-89,-22],[-87,-35],[-98,-33],[-59,-54],[-63,-57],[-62,-69],[-82,-94],[-53,-123],[-45,-149],[-53,-70],[-52,-73],[-50,-92],[-63,-113],[-77,-145],[-100,-106],[-170,-85],[-160,-22],[-148,-43],[-128,37],[-149,29],[-95,60],[-113,66],[-126,30],[-160,15],[-177,5],[-242,7],[-221,11],[-187,16],[-140,25],[-104,36],[-154,55],[-98,70],[-108,47],[-97,1],[-125,6],[-95,6],[-101,-28],[-80,-63],[-49,-69],[-57,-85],[-77,-102],[-63,-98],[-68,-135],[-67,-165],[-56,-174],[-80,-235]],[[172226,53106],[-52,130],[-26,65],[-38,97],[-58,145],[-32,96],[-44,120],[-8,119],[-3,132],[-15,124],[-6,164],[3,64],[11,73],[22,99],[33,116],[22,137],[18,83],[16,112],[-30,89],[-35,82],[-49,104],[-27,102],[-6,85],[-12,109],[-3,94],[4,116],[6,128],[-17,127],[-11,58],[-18,80],[-22,104],[-32,137],[-49,148],[-38,160],[-61,131],[-92,195],[-25,119],[-39,155],[-58,155],[2,137],[1,139],[14,122],[27,174],[3,129],[-32,154],[-34,104],[-52,154],[-23,70],[-35,98],[-36,96],[-61,74],[-81,90],[-83,100],[-109,120],[-36,108],[-58,82],[-85,115],[-57,97],[-79,129],[-48,78],[-68,85],[-91,105],[-48,104],[-48,101],[-75,113],[-112,142],[-46,70],[-68,94],[-101,112],[-55,103],[-72,142],[-55,83],[-80,124],[-103,172],[-77,95],[-57,98],[-83,117],[-58,104],[-15,101],[-22,130],[-52,90],[-70,95],[-105,143],[-36,84],[-47,122],[-51,182],[-18,151],[-47,129],[-16,136],[-20,190]],[[168797,63347],[152,-48],[77,-24],[114,-36],[172,-54],[77,-57],[76,-35],[114,-52],[129,-43],[117,-44],[133,-31],[126,-39],[118,0],[149,-7],[135,6],[96,-7],[93,28],[70,33],[77,12],[111,13],[77,-8],[71,-17],[78,-26],[79,-7],[85,45],[84,81],[24,82],[26,115],[14,112],[33,109],[83,92],[110,103]],[[71631,124765],[-55,23],[-109,45],[-107,24],[-79,10],[-113,8],[-99,10],[-88,23],[-106,30],[-105,38],[-109,31],[-179,36],[-47,2],[-54,-20],[-61,-20],[-77,-45],[-62,-46],[-57,-23],[-77,-14],[-105,-10],[-93,-6],[-89,2],[-76,10],[-37,14],[-56,31],[-65,38],[-64,41],[-61,32],[-63,33],[-68,24],[-55,20],[-46,4],[-44,-15],[-91,-22],[-102,-32],[-93,-38],[-81,-13],[-109,-16],[-153,-10],[-93,-4],[-87,8],[-77,10],[-103,12],[-150,49],[-100,28],[-99,35],[-186,95],[-93,41],[-105,54],[-93,53],[-107,47],[-125,62],[-120,49],[-139,83],[-156,87],[-68,41],[-75,69],[-67,66],[-72,47],[-128,95],[-86,63],[-87,83],[-91,97],[-69,79],[-113,114],[-85,75],[-155,121],[-136,96],[-119,101],[-129,99],[-43,36]],[[72353,125017],[132,-95],[67,-47],[99,-71],[149,-106],[60,-105],[52,-78],[76,-94],[41,-55],[62,-67],[86,-66],[66,-43],[93,-61],[102,-57],[44,-123],[8,-146],[-14,-184],[-20,-155]],[[72151,123152],[11,80],[12,130],[8,172],[-10,294],[-4,109],[8,152],[-18,81],[-50,107],[-67,132],[-57,91],[-57,58]],[[164980,22941],[17,-211],[-3,-176],[-23,-129],[-63,-158],[-42,-162],[-33,-120],[-44,-95],[-82,-149],[-59,-101],[-63,-141],[-48,-138],[-14,-125],[-9,-110],[-40,-108],[-39,-167],[-23,-121],[-32,-132],[-16,-114],[-10,-95],[32,-110],[22,-74],[46,-112],[17,-126],[82,-161],[85,-121],[72,-142],[31,-152],[36,-119],[76,-167],[61,-153],[46,-109],[-21,-179],[-42,-149],[-37,-137],[-27,-96],[-22,-84],[-9,-78],[-6,-52],[-3,-35],[-8,-69]],[[164785,17964],[-34,-247],[-23,-164],[-45,-329]],[[153771,17559],[-3,17],[-5,14],[8,20],[21,17],[18,14],[18,34],[39,44],[31,37],[7,21],[14,33],[16,45],[1,43],[-3,70],[19,30],[195,183],[13,20],[4,18],[-19,22],[-24,8],[-38,0],[-30,10],[-48,30],[-38,43],[-11,32],[4,12],[19,2],[30,-14],[26,0],[21,20],[24,33],[37,23],[52,28],[80,20],[36,9],[36,28],[31,24],[72,27],[53,6],[30,-14],[22,4],[13,15],[7,31],[-15,45],[-20,33],[3,23],[10,38],[8,56],[12,19],[19,11],[38,12],[59,11],[49,21],[26,19],[20,44],[18,37],[16,37],[34,59],[36,45],[53,45],[21,40],[12,46],[14,66],[25,39],[29,12],[71,-1],[63,-5],[34,-23],[67,-50],[15,4],[-12,53],[-26,54],[-29,45],[4,44],[9,65],[-21,85],[-8,63],[17,57],[35,28],[26,11],[43,4],[85,2],[55,-8],[23,19],[16,68],[5,38],[17,39],[3,37],[-24,38],[-67,117],[-38,59],[-23,81],[-12,56],[-7,40],[12,38],[28,27],[44,25],[23,32],[19,44],[30,25],[55,24],[19,26],[30,43],[19,42],[4,32],[-7,24],[-22,45],[-12,38],[0,26],[-8,31],[-19,26],[-3,43],[-21,34],[-45,8],[-67,12],[-64,38],[-15,37],[-1,73],[9,80],[14,31],[4,60],[8,56],[-2,55],[2,57],[13,20],[31,34],[68,39],[60,49],[21,28],[32,73],[39,32],[70,42],[12,27],[-9,28],[-29,13],[-56,33],[-46,27],[-33,3],[-55,-16],[-46,-12],[-52,5],[-26,24],[-28,50],[-13,69],[-23,70],[-26,42],[-60,53],[-4,21],[13,26],[22,26],[61,71],[52,50],[24,53],[-10,51],[-49,60],[-12,41],[3,56],[-26,24],[-42,5],[-125,42],[-82,43],[-29,37],[7,35],[44,45],[-6,38],[-37,35],[-35,29],[-10,39],[10,48],[14,41],[-10,28],[-14,61],[5,38],[25,48],[46,77],[45,31],[20,18],[16,40],[39,55],[48,54],[74,68],[3,13],[-6,14],[-26,20],[-24,22],[-21,53],[-31,51],[-53,86],[-35,49],[-48,23],[-52,38],[-33,51],[-11,57],[-9,56],[12,41],[36,39],[33,25],[51,10],[73,-2],[35,24],[22,56],[11,49],[1,54],[-2,49],[-10,55],[-5,26],[-31,39],[-57,52],[-15,32],[-1,30],[9,37],[19,46],[13,38],[-9,60],[-8,73],[-9,28],[-34,28],[-18,36],[17,25],[36,33],[37,20],[72,24],[81,20],[64,15],[67,-3],[55,1],[49,8],[59,16],[62,5],[80,-6],[90,-23],[9,22],[-7,19],[-12,31],[-21,27],[-8,18],[-3,64],[-5,37],[-27,29],[-74,46],[-71,6],[-53,-5],[-98,-35],[-66,30],[-60,37],[-74,53],[-53,62],[-53,93],[-39,35],[-72,25],[-18,11],[-46,0],[-21,5],[-27,24],[-34,32],[-27,29],[-13,38],[16,29],[24,26],[34,38],[27,42],[13,32],[24,29],[16,48],[-8,29],[-16,16],[-32,0],[-37,8],[-37,21],[-16,27],[8,24],[18,37],[6,21],[0,32],[-6,53],[8,38],[14,34],[24,40],[13,21],[37,19],[40,18],[32,8],[35,11],[13,13],[8,30],[8,31],[27,16],[43,14],[24,26],[10,30],[-2,53],[-32,24],[-40,31],[-32,35],[-30,21],[-42,24],[-51,32],[-43,27],[-10,26],[0,35],[37,18],[35,3],[45,5],[21,19],[6,13],[-3,14],[-19,8],[-26,2],[-43,21],[-51,19],[-64,13],[-34,19],[-16,21],[-3,32],[8,35],[11,29],[21,29],[13,19],[38,34],[29,32],[8,19],[0,32],[19,32],[18,37],[14,58],[8,40],[-1,7]],[[160916,87855],[103,-47],[51,-24],[77,-36],[116,-54],[98,-52],[81,-37],[93,-47],[105,-38],[93,-42],[119,-42],[112,-46],[127,-34],[98,-39],[111,-66],[93,-20],[65,-2],[74,-13],[91,-23],[107,-30],[106,-26],[155,-40],[174,-96],[76,-63],[101,-71],[131,-96],[99,-56],[145,-77],[104,-78],[81,-14],[59,-8],[83,-14],[99,-21],[116,-18],[111,-12],[114,19],[86,30],[118,37],[101,38],[75,21],[110,28],[128,43],[113,24],[72,38],[92,59],[118,82],[90,28],[102,54],[107,92],[43,59],[64,86],[94,127],[83,128],[115,127],[117,106],[181,103],[84,29],[113,16],[85,25],[106,31],[89,51],[129,78],[160,117],[122,49],[106,55],[139,46],[68,23],[76,49],[78,96],[84,148],[40,141],[87,108],[77,80],[110,76],[96,77],[93,59],[113,86],[93,93],[132,105],[101,50],[129,62],[182,77]],[[175139,81285],[93,-117],[129,-150],[87,-101],[73,-149],[61,-104],[112,-109],[81,-83],[66,-66],[92,-151],[85,-113],[57,-151],[21,-159],[19,-128],[11,-125],[22,-117],[15,-121],[7,-95],[-5,-76],[-17,-153],[15,-160],[10,-131],[-8,-108],[-18,-163],[4,-140],[11,-102],[24,-133],[37,-156],[39,-110],[65,-176],[55,-134],[41,-106],[93,-117],[81,-140],[60,-99],[56,-94],[56,-131],[78,-131],[57,-107],[51,-89],[42,-81],[25,-76],[9,-88],[65,-133],[48,-113],[72,-127],[48,-92],[82,-116],[84,-93],[111,-57],[104,-12],[98,-9],[98,-33],[75,-25],[123,-20],[97,-30],[123,-26],[115,-34],[95,-26],[102,-58],[78,-40],[71,-47],[80,-127],[72,-96],[59,-170],[63,-130],[58,-172],[86,-167],[41,-169],[47,-182],[18,-155],[21,-164],[52,-133],[69,-125],[72,-119],[41,-103],[27,-78],[33,-93],[15,-178],[14,-127],[10,-90],[101,-162],[68,-160],[45,-107],[30,-121],[53,-133],[30,-192],[9,-142],[21,-166],[68,-169],[48,-119],[12,-134],[14,-111],[13,-92],[53,-98],[42,-83],[63,-103],[40,-82],[54,-171],[37,-116],[24,-112],[17,-147],[-8,-128],[-6,-111],[-11,-94],[-30,-184],[-20,-123],[-14,-82],[-27,-164]],[[180324,68970],[-95,2],[-48,1],[-72,2],[-108,2],[-148,2],[-87,-78],[-100,-109],[-79,-89],[-113,-105],[-75,-55],[-110,-77],[-160,-111]],[[179129,68355],[-101,36],[-50,18],[-76,28],[-113,40],[-154,38],[-134,20],[-116,55],[-101,6],[-62,-10],[-89,-14],[-97,-38],[-89,-99],[-73,-117],[-27,-50],[-32,-66],[-44,-96],[-56,-128],[-60,-93],[-98,-69],[-94,-49],[-127,-37],[-100,18],[-121,32],[-118,16],[-97,86],[-62,115],[-30,116],[-48,148],[-12,60],[-20,80],[-30,115],[-40,159],[-85,121],[-30,66],[-35,88],[-53,124],[-29,135],[-1,112],[-8,102],[1,131],[-2,58],[-28,37],[-45,28],[-68,38],[-101,46],[-78,-12],[-108,-21],[-95,-65],[-78,-68],[-60,-42],[-86,-16],[-94,-1],[-105,25],[-62,28],[-75,37],[-69,36],[-95,56],[-110,67],[-135,61],[-80,42],[-96,11],[-143,16],[-110,-51],[-112,-75],[-64,-89],[-77,-120],[-92,-46],[-112,-54],[-95,32],[-112,50],[-77,77],[-43,29],[-65,36],[-97,42],[-101,-34],[-94,-83],[-69,-88],[-61,-79],[-72,-96],[-126,-52],[-183,-64],[-127,-6],[-106,-25],[-144,-62],[-119,-119],[-41,-104],[-48,-107],[-42,-141],[-17,-73],[-6,-73],[2,-81],[-1,-87],[-3,-120],[11,-147],[11,-87],[17,-109],[15,-147],[23,-122],[48,-151],[24,-129],[27,-115],[31,-139],[56,-147],[13,-147],[12,-142],[-24,-173],[-33,-66],[-45,-92],[-42,-122],[-33,-111],[-44,-129]],[[172258,65977],[-86,61],[-42,31],[-65,46],[-96,70],[-83,85],[-61,82],[-60,87],[-90,98],[-105,100],[-54,73],[-63,91],[-86,130],[-110,123],[-59,84],[-88,123],[-68,98],[-81,86],[-99,100],[-87,90],[-119,112],[-123,150],[-92,139],[-127,104],[-98,72],[-93,100],[-84,104],[-98,140],[-94,101],[-59,107],[-46,71],[-49,89],[-60,114],[-72,157],[-4,66],[-5,71],[-9,105],[-2,125],[-12,87],[-11,89],[-28,108],[-52,103],[-67,130],[-5,92],[-3,131],[-28,142],[-43,125],[-45,87],[-49,111],[-75,135],[-32,93],[-48,125],[-67,113],[-62,73],[-74,86],[-111,114],[-84,83],[-113,115],[-124,34],[-108,43],[-111,30],[-109,28],[-133,11],[-92,20],[-104,17],[-141,27],[-83,7],[-70,40],[-97,61],[-106,65],[-100,78],[-60,54],[-75,60],[-77,78],[-77,35],[-83,3],[-121,2],[-131,-19],[-163,-14],[-77,-48],[-83,-60],[-109,-34],[-109,8],[-109,24],[-112,74],[-155,107],[-110,98],[-128,68],[-132,102],[-88,35],[-75,22],[-65,59],[-49,84],[-63,121],[-6,76],[-5,113],[18,139],[28,131],[-52,94],[-39,73],[-38,87],[-45,43],[-68,46],[-95,46],[-108,10],[-74,-12],[-90,-58],[-94,-96],[-27,-130],[4,-99],[14,-80],[9,-84],[9,-122],[-29,-123],[-53,-99],[-59,-51],[-86,-71],[-68,-86],[-68,-52],[-85,-60],[-94,-27],[-104,-21],[-140,-17],[-163,-6],[-104,-52],[-87,-19],[-132,-28],[-196,-42],[-136,-3],[-147,-43],[-42,-2],[-63,-3],[-85,0],[-90,-1],[-85,-15],[-100,-19],[-108,17],[-75,71],[-52,82],[-32,99],[-46,132],[-97,82],[-85,31],[-86,46],[-72,80],[-43,50],[-38,62],[-9,86],[-7,128],[20,106],[37,115],[37,130],[26,127],[0,175]],[[161398,73980],[87,-8],[44,-4],[65,-6],[98,-9],[140,-19],[80,-41],[63,-52],[72,-57],[97,-47],[94,-21],[102,28],[77,52],[62,56],[51,23],[75,34],[111,50],[113,-44],[113,-75],[78,-66],[92,4],[95,49],[56,56],[53,81],[48,87],[-12,96],[-37,109],[-63,107],[-83,127],[-43,140],[-32,78],[-41,71],[-59,97],[-56,125],[-66,147],[-100,182],[-58,136],[-35,149],[-53,146],[-79,142],[-24,110],[-2,144],[-16,72],[-19,82],[-29,122],[3,148],[30,167],[25,138],[-17,150],[-19,115],[5,121],[5,101],[-26,84],[-39,122],[-28,93],[1,101],[5,146],[3,69],[4,100],[-37,93],[-62,125],[-92,180],[2,118],[3,149],[-20,174],[-25,140],[1,153],[0,161],[-35,188],[-18,93],[-44,107],[-67,143],[-36,148],[-43,144],[-45,125],[-26,147],[-39,220]],[[180324,68970],[147,-80],[159,-62],[153,-25],[117,-9],[88,12],[73,24],[84,57],[99,28],[97,20],[97,24],[105,17],[70,10],[64,8],[83,5],[63,12],[119,55],[103,72],[69,83],[79,92],[140,84],[121,87],[85,66],[57,46],[42,52],[26,104],[81,123],[95,89],[84,68],[79,26],[69,0],[86,-9],[103,4],[72,1],[66,-3],[105,-26],[106,-5],[95,10],[71,53],[84,75],[68,57],[160,3],[115,5],[85,6],[59,4],[88,-50],[136,-63],[94,-45],[73,-34],[96,-130],[69,-88],[67,-52],[135,-17],[109,25],[97,29],[94,70],[67,49],[93,55],[147,-2],[108,-1],[84,-5],[72,4],[118,31],[127,68],[83,64],[102,99],[91,84],[117,54],[90,42],[100,15],[104,12],[82,20],[83,91],[54,67],[37,59],[24,88],[7,68],[-48,78],[-41,55],[-45,48],[-40,71],[-1,144],[13,102],[25,89],[19,161],[-1,146],[-7,108],[-10,100],[-14,75],[-25,75],[-17,87],[24,144],[16,126],[72,112],[65,90],[44,146],[-15,125],[-24,100],[-61,90],[-34,131],[4,116],[84,102],[63,95],[29,136],[17,104],[10,97],[20,74],[74,128],[62,96],[58,102],[37,138],[19,103],[12,140],[3,111],[75,147],[87,99],[91,59],[86,12],[67,-34],[47,-27],[94,-25],[113,-5],[100,-17],[76,-67],[31,-102],[35,-98],[72,-93],[91,-57],[105,-86],[107,-74],[82,-66],[77,-60],[118,-37],[83,-24],[90,-31],[93,-15],[91,-3],[61,-2],[40,-1],[81,-3]],[[199300,73733],[9,-1],[13,12],[6,13],[8,26],[14,29],[17,26],[23,24],[21,22],[27,20],[58,33],[42,25],[66,30],[26,11],[26,8],[28,1],[11,-4],[20,-14],[20,-5],[29,-1],[17,-4],[14,-9],[29,-24],[28,-23],[20,-25],[16,-21],[16,-10],[16,-2],[16,8],[14,5],[13,5],[12,0],[15,-10],[17,-17],[36,-30],[40,-24],[35,-28],[27,-14],[26,-14],[31,-23],[69,-60],[92,-64],[126,-91],[69,-42],[116,-90],[119,-80],[71,-52],[111,-78],[163,-108],[134,-108],[41,-29],[45,-36],[61,-60],[82,-69],[45,-43],[39,-31],[12,-17],[9,-11],[16,-17],[-13,-8],[-15,-6],[-19,-2],[-12,5],[-18,10],[-18,17],[-14,9],[-17,-3],[-16,-19],[16,-27],[24,-32],[9,-25],[15,-31],[21,-26],[26,-18],[14,0],[30,-2],[11,-16],[9,-25],[8,-33],[10,-34],[24,-27],[24,-17],[32,-21],[24,-24],[4,-20],[-10,-24],[-10,-20],[-14,-24],[-14,-11],[-15,-5],[-18,0],[-13,-23],[0,-27],[13,-51],[7,-21],[8,-22],[7,-23],[0,-18],[-10,-20],[-6,-15],[-11,-15],[-7,-18],[-4,-24],[-2,-29],[-6,-30],[-7,-22],[-9,-18],[-10,-13],[-17,-5],[-33,-14],[-16,-15],[-17,-21],[-11,-27],[0,-30],[7,-15],[12,-15],[18,-9],[26,-11],[21,-11],[23,-8],[23,-11],[20,-17],[15,-19],[6,-17],[2,-15],[2,-26],[-9,-19],[-19,-16],[-19,-18],[-18,-15],[-8,-11],[-5,-12],[-7,-23],[-7,-21],[-10,-24],[-16,-23],[-21,-31],[-29,-26],[-23,-18],[-23,-18],[-19,-17],[-12,-24],[-6,-19],[-9,-25],[-12,-27],[-5,-24],[-6,-21],[-4,-26],[-7,-28],[-13,-27],[1,-14],[0,-21],[5,-26],[7,-19],[9,-12],[18,-1],[22,10],[13,-4],[11,-17],[6,-22],[8,-25],[2,-28],[-11,-28],[-9,-25],[-5,-24],[-3,-35],[-1,-25],[-2,-32],[4,-27],[11,-12],[14,-3],[16,-5],[16,-18],[10,-18],[7,-22],[5,-28],[1,-39],[-2,-32],[1,-38],[-9,-20],[-16,-13],[-15,-13],[-14,-8],[-19,-8],[-13,-11],[-17,-12],[-19,-10],[-20,-5],[-18,-3],[-12,-13],[-15,-2],[-15,-8],[-7,-26],[-17,-19],[-23,-10],[-31,-12],[-16,-15],[-5,-40],[-1,-29],[7,-58],[15,-23],[34,-19],[34,-9],[5,-6]],[[179390,61359],[-19,126],[-10,64],[-14,95],[-21,142],[-28,164],[2,127],[-14,129],[-18,187],[-10,158],[-31,196],[12,181],[-15,117],[-53,143],[-80,170],[-50,179],[-49,113],[-46,143],[-73,182],[-66,113],[-105,144],[-44,92],[-49,132],[-45,112],[-49,143],[-66,100],[-75,123],[-32,139],[-36,118],[-49,171],[-38,101],[-41,136],[-38,74],[-36,98],[-44,110],[-2,60],[1,90],[13,119],[32,56],[46,82],[58,110],[65,72],[69,57],[69,61],[67,85],[59,91],[33,40],[50,58],[64,64],[81,90],[26,87],[28,105],[36,139],[9,114],[13,108],[24,127],[70,145],[106,186],[21,132],[31,196]],[[156578,63512],[68,-63],[33,-31],[51,-47],[76,-71],[79,-42],[105,-55],[126,-28],[89,5],[126,5],[128,2],[99,51],[70,57],[80,30],[50,-33],[65,-55],[88,-81],[97,-111],[37,-69],[47,-73],[69,-70],[90,-87],[108,-31],[140,-18],[110,-19],[65,-70],[73,-98],[62,-66],[85,-57],[107,-65],[98,-19],[91,-13],[112,-14],[166,-23],[159,-22],[110,-104],[155,-155],[150,-60],[99,-51],[129,-84],[113,-99],[122,-38],[130,-19],[88,20],[89,18],[125,19],[98,23],[76,20],[86,17],[130,24],[118,-72],[171,-109],[93,-79],[105,-60],[145,-87],[158,-130],[106,-54],[127,-82],[99,-36],[61,-71],[66,-112],[82,-159],[56,-119]],[[162714,60592],[59,-101],[29,-51],[44,-76],[66,-113],[41,-72],[59,-105],[33,-71],[49,-103],[47,-124],[71,-155],[51,-133],[88,-109],[74,-123],[41,-107],[64,-141],[45,-115],[60,-163],[69,-134],[32,-123],[48,-108],[71,-162],[107,-166],[20,-97],[28,-80],[42,-106],[63,-159],[95,-162],[31,-124],[14,-120],[22,-134],[34,-90],[58,-100],[83,-121],[89,-121],[38,-126],[27,-102],[40,-145],[39,-125],[67,-131],[-9,-80],[-18,-114],[-16,-138],[-46,-124],[-72,-84],[-116,-90],[-57,-45],[-67,-60],[-94,-92],[-96,-119],[-92,-122],[-58,-129],[-83,-193],[-75,-152]],[[163853,54452],[-175,36],[-139,49],[-138,69],[-112,43],[-129,40],[-119,50],[-93,33],[-109,-1],[-144,21],[-101,8],[-109,-13],[-138,-23],[-124,2],[-127,-7],[-119,-41],[-142,-39],[-104,-24],[-124,-53],[-130,-39],[-96,-21],[-104,-4],[-99,-2],[-81,6],[-152,-55],[-110,-47],[-73,-33],[-79,-113],[-60,-83],[-40,-60],[-11,-103],[-23,-134],[-93,-126],[-89,-78],[-66,-47],[-45,-32],[-48,30],[-68,58],[-94,19],[-93,8],[-132,-46],[-95,-31],[-74,-11],[-144,17],[-165,-21],[-112,-14],[-114,-8],[-109,-42],[-103,-82],[-127,-55],[-105,-27],[-271,-19]],[[158402,53407],[5,84],[8,150],[-15,142],[-25,135],[-20,77],[-58,120],[-90,154],[-87,145],[-93,107],[-112,117],[-98,75],[-80,72],[-45,60],[-62,117],[-48,108],[-50,164],[-20,87],[-12,135],[-38,157],[-40,97],[-27,68],[-50,54],[-98,70],[-163,87],[-122,55],[-115,58],[-218,92],[-107,27],[-103,30],[-85,33],[-127,72],[-25,57],[-55,170],[-35,45],[-100,57],[-30,12],[-40,5],[-78,-2],[-80,-13],[-92,-29],[-83,-25],[-60,2],[-90,13],[-55,37],[-70,67],[-60,63],[-77,57],[-60,27],[-133,3],[-30,7],[-35,25],[-35,58],[-12,52],[-30,57],[-58,70],[-72,28],[-85,17],[-113,-3],[-27,-2],[-60,-8],[-40,-14],[-43,-35],[-45,-28],[-35,-40],[-48,-45],[-47,-34],[-63,-40],[-77,-58],[-113,-74],[-85,-45],[-82,-50],[-53,-55],[-35,-60],[-52,-55],[-50,-20],[-58,3],[-82,17],[-103,35],[-77,28],[-88,30],[-50,22],[-57,30],[-78,20],[-82,47],[-68,5],[-85,8],[-60,25],[-57,32],[-43,55],[-30,65],[-42,67],[-50,80],[-33,60],[-27,39],[-33,35],[-35,38],[-35,42],[-40,65],[-12,45],[-15,57],[-15,40],[-3,40],[0,47],[18,43],[10,62],[22,60],[0,35],[-15,42],[-17,33],[-33,22],[-40,25],[-50,37],[-55,33],[-47,22],[-45,15],[-50,13],[-38,5],[-60,-8],[-50,-12],[-45,7],[-30,23],[-25,34],[-35,40],[-47,58],[-73,84],[-13,33],[-32,50],[-25,47],[-40,65],[2,52],[8,30],[-3,20],[-5,35],[-10,65],[-2,50],[-10,72],[-3,140],[-25,157],[-10,52],[-17,35],[-18,47],[-10,30],[-7,30],[-18,45],[-17,37],[-53,45],[-12,38],[-40,57],[-48,80],[-52,57],[-18,30],[-7,57],[-3,15],[-27,38],[-15,32],[-10,40],[-48,80],[-27,40],[-30,99],[-15,80],[-3,62],[-25,35],[-20,35],[-12,15],[5,28],[-8,22],[-27,28],[-13,27],[-2,35],[-8,35],[-20,40],[-35,104],[-82,167],[-68,133],[-77,144],[-15,67],[-58,150],[0,25],[-10,40],[-10,17],[-37,33],[-5,45],[-10,34],[-35,33],[-58,35],[-75,17],[-37,38],[-45,62],[-25,90],[-8,104],[-2,113],[20,77],[67,110],[53,74],[20,35],[2,78],[5,99],[23,97],[25,65],[47,73],[58,47],[105,72],[70,53],[55,82],[50,117],[90,244],[12,90],[8,25],[60,40],[80,57],[47,58],[35,69],[-7,65],[-3,65],[20,50],[48,45],[52,35],[83,32],[82,25],[73,35],[80,70],[80,47],[47,0],[93,-35],[178,-67],[117,-28],[170,-29],[93,-15],[67,17],[85,55],[75,80],[18,69]],[[155631,72167],[79,17],[39,9],[59,13],[89,20],[73,-6],[80,-22],[100,-60],[66,-97],[33,-78],[12,-73],[14,-78],[26,-61],[38,-91],[58,-85],[102,-62],[129,-31],[117,16],[126,22],[93,-6],[137,-9],[83,-10],[85,11],[67,17],[84,22],[100,34],[113,32],[83,24],[110,42],[55,42],[62,55],[80,79],[45,37],[48,54],[33,94],[27,132],[-30,94],[-61,102],[-80,90],[-13,83],[-5,107],[-6,130],[84,103],[104,47],[84,23],[107,33],[112,-6],[103,-30],[114,-40],[105,-19],[102,-35],[124,-32],[99,-53],[114,-69],[90,-16],[89,-11],[96,-17],[145,-24],[126,11],[105,32],[97,27],[96,65],[50,67],[61,106],[-29,103],[-53,147],[-54,100],[-87,105],[-39,95],[-40,118],[-61,66],[-89,96],[7,84],[26,113],[17,76],[33,65],[69,60],[111,65],[134,-6],[118,-48],[125,-61],[136,-47],[138,-78],[125,-28],[137,-22],[184,-2],[130,23],[172,18]],[[172258,65977],[17,-113],[9,-57],[13,-84],[20,-127],[19,-145],[63,-112],[79,-103],[87,-134],[40,-105],[61,-123],[46,-142],[36,-53],[17,-38],[24,-54],[35,-81],[12,-90],[9,-130],[-53,-101],[-89,-66],[-132,-97],[-101,-57],[-143,-87],[-103,-55],[-128,-81],[-112,-42],[-117,-26],[-170,-31]],[[168797,63347],[-86,-34],[-42,-17],[-64,-26],[-96,-39],[-129,-75],[-163,-100],[-94,-80],[-114,-82],[-97,-107],[-109,-105],[-130,-61],[-142,-85],[-95,-159],[-62,-123],[-104,-114],[-65,-73],[-97,-56],[-76,-36],[-46,-11],[-64,-11],[-84,-7],[-119,-10],[-102,-37],[-50,-17],[-44,-25],[-56,-43],[-78,-63],[-81,-87],[-60,-63],[-46,-56],[-67,-81],[-52,-41],[-38,-57],[-22,-60],[-19,-75],[-20,-94],[-12,-108],[-33,-76],[-28,-63],[-45,-55],[-66,-33],[-92,-27],[-120,-10],[-115,17],[-131,13],[-132,20],[-97,-15],[-102,-16],[-94,64],[-111,99],[-32,94],[-30,97],[-51,49],[-74,69],[-125,57],[-113,-14],[-80,-35],[-82,-41],[-78,-26],[-111,-37],[-162,-50],[-97,-17],[-136,-16],[-113,-21],[-103,15],[-109,-15],[-92,-52],[-98,-75],[-129,-104],[-115,-100],[-162,-133]],[[95878,154960],[-83,119],[-41,59],[-62,89],[-93,133],[-62,85],[-78,123],[-76,84],[-85,94],[-73,121],[-94,92],[-55,55],[-79,80],[-114,111],[-116,104],[-116,125],[-119,126],[-43,45],[-65,56],[-82,64],[-68,50],[-98,74],[-134,103],[-90,57],[-104,83],[-92,72],[-115,55],[-124,57],[-126,85],[-177,127],[-124,37],[-115,55],[-101,83],[-86,55],[-98,39],[-122,41],[-70,59],[-76,70],[-111,101],[-141,146],[-81,78],[-109,119],[-34,64],[-48,95],[-67,103],[-40,86],[-57,119],[-52,145],[-70,102],[-41,112],[-56,142],[-82,139],[-16,71],[-24,67],[-35,100],[-54,150],[-80,148],[-33,127],[-35,131],[-50,187],[-93,208]],[[91013,160667],[126,125],[129,90],[91,57],[83,24],[120,25],[127,54],[122,30],[105,-20],[95,-40],[83,-76],[132,-68],[130,-26],[103,38],[90,48],[69,95],[52,78],[58,87],[43,60],[86,58],[58,39],[38,26],[77,51]],[[68893,136732],[85,-25],[43,-13],[63,-19],[96,-28],[80,-42],[21,-93],[31,-135],[16,-89],[-7,-106],[-4,-73],[16,-80],[24,-64],[49,-54],[59,-66],[60,-55],[51,-50],[48,-35],[63,-27],[81,-35],[51,-45],[50,-55],[44,-35],[63,-14],[60,6],[75,25],[33,64],[36,91],[1,58],[-1,69],[-21,73],[-28,54],[-43,64],[-49,17],[-59,24],[-61,23],[-72,32],[-54,12],[-65,23],[-40,39],[-38,40],[-2,63],[22,47],[49,55],[62,31],[97,21],[120,-7],[64,-4],[86,-10],[81,25],[65,39],[93,58],[79,42],[94,22],[73,20],[85,31],[57,91],[84,136],[42,82],[6,95],[-1,132],[-4,95],[6,92],[-50,69],[-78,98],[-105,60],[-122,59],[-130,1],[-83,9],[-109,8],[-49,104],[28,139],[67,104],[98,145],[64,116],[103,78],[142,97],[87,98],[103,98],[96,142],[55,119],[98,65],[123,54],[121,53],[78,85],[109,126],[148,154],[104,102],[154,153]],[[77799,141556],[56,-123],[39,-154],[26,-104],[21,-86],[46,-110],[36,-77],[31,-61],[96,-123],[64,-134],[42,-130],[69,-140],[78,-128],[58,-127],[69,-110],[54,-90],[47,-77],[32,-70],[55,-125],[37,-88],[30,-78],[38,-80],[51,-63],[98,-119],[68,-127],[59,-106],[65,-80],[81,-73],[79,-89],[69,-70],[48,-48],[54,-127],[91,-144],[156,-198],[137,-169],[107,-134],[77,-109],[74,-128],[59,-95],[42,-84],[21,-105],[20,-107],[22,-88],[12,-83],[9,-57],[-26,-106],[-2,-157],[1,-121],[14,-99],[10,-125],[-50,-151],[-32,-109],[10,-129],[15,-130],[-29,-161],[-24,-112],[-17,-74],[-11,-49],[-22,-99]],[[79464,135302],[-108,41],[-54,21],[-80,31],[-121,46],[-152,52],[-113,72],[-131,8],[-80,-6],[-85,-8],[-115,-1],[-85,-28],[-93,-29],[-101,-28],[-59,-61],[-78,-86],[-41,-55],[-62,-33],[-86,-17],[-115,5],[-156,18],[-134,39],[-80,3],[-90,19],[-132,29],[-116,41],[-160,69],[-107,24],[-117,-12],[-79,8],[-118,12],[-91,-65],[-132,-98],[-62,-100],[-67,-62],[-69,-69],[-50,-101],[-63,-143],[-12,-122],[-49,-56],[-60,-70],[-80,-80],[-100,-62],[-113,-42],[-106,-56],[-101,-22],[-150,-32],[-75,-4],[-90,-13],[-128,-28],[-115,-71],[-75,-71],[-87,-40],[-110,-35],[-144,-16],[-121,14],[-145,2],[-74,26],[-91,17],[-109,16],[-108,11],[-74,20],[-104,25],[-137,4],[-104,-29],[-102,-86],[-47,-90],[-39,-93],[-58,-131],[-95,-117],[-55,-81],[-47,-117],[-29,-141],[-6,-125],[-4,-100],[-10,-148],[-49,-134],[-76,-86],[-69,-42],[-95,-62],[-112,-86],[-109,-9],[-107,12],[-74,17],[-104,21],[-119,-26],[-107,-44],[-85,-49],[-87,-38],[-130,-31],[-103,66],[-65,114]],[[79480,178828],[-42,-127],[-22,-64],[-31,-95],[-48,-143],[-20,-89],[-26,-88],[-23,-100],[-20,-85],[-31,-126],[-35,-119],[-60,-155],[-41,-69],[-67,-74],[-88,-76],[-68,-68],[-33,-43],[-43,-63],[-61,-89],[-84,-116],[-78,-55],[-103,-64],[-121,-95],[-79,-79],[-63,-59],[-83,-83],[-105,-70],[-75,-28],[-93,-24],[-93,-57],[-95,-73],[-70,-107],[-51,-111],[-68,-131],[-35,-124],[-40,-91],[-61,-131],[-78,-123],[-71,-150],[-57,-48],[-92,-49],[-122,-23],[-101,24],[-60,28],[-82,38],[-98,4],[-116,-17],[-154,-33],[-96,-38],[-102,-14],[-112,-21],[-148,-39],[-67,-46],[-88,-64],[-119,-98],[-114,-145],[-86,-108],[-52,-100],[-73,-151],[-50,-160],[-51,-93],[-34,-94],[-52,-108],[-68,-67],[-87,-69],[-56,-63],[-62,-61],[-82,-77],[-97,-105],[-106,-129],[-119,-72],[-100,-36],[-85,-60],[-82,-70],[-110,-106],[-82,-101],[-62,-150],[-5,-107],[-5,-147],[-89,-91],[-107,-107],[-69,-41],[-103,-56],[-89,-53],[-46,-102],[-3,-101],[27,-65],[46,-91],[69,-135],[127,-93],[94,-67],[70,-107],[46,-97],[28,-119],[-34,-88],[-57,-104],[-62,-81],[-21,-35],[-27,-48],[-33,-58],[-48,-83],[-57,-80],[-36,-65],[-18,-83],[1,-97],[23,-127],[65,-94],[70,-72],[84,-64],[70,-90],[46,-72],[52,-80],[78,-59],[111,-75],[37,-45],[45,-65],[34,-74],[41,-100],[59,-123],[58,-106],[92,-100],[73,-77],[75,-93],[94,-116],[135,-173],[65,-92],[103,-112],[82,-91],[47,-87],[68,-105],[77,-120],[40,-101],[54,-115],[93,-103],[116,-85],[22,-108],[19,-107],[2,-87],[8,-105],[21,-136],[72,-163],[94,-120],[60,-136],[30,-140],[45,-150]],[[75910,166394],[-108,-66],[-55,-33],[-81,-50],[-122,-74],[-156,-40],[-84,-22],[-114,-41],[-106,-57],[-60,-16],[-78,-21],[-113,-33],[-114,-72],[-96,-96],[-121,-111],[-104,-34],[-81,-52],[-114,-73],[-78,-105],[-42,-95],[-56,-98],[-47,-32],[-65,-43],[-70,-57],[-81,-67],[-77,-79],[-58,-80],[-70,-58],[-105,-80],[-123,-17],[-159,1],[-123,48],[-134,23],[-136,22],[-143,-31],[-86,-11],[-78,-50],[-72,-76],[-94,-99],[-41,-78],[-50,-113],[-56,-156],[-66,-114],[-56,-141],[-46,-60],[-65,-85],[-74,-51],[-96,-70],[-111,-68],[-118,-31],[-78,7],[-91,10],[-123,2],[-139,-19],[-100,-34],[-115,-38],[-171,-54],[-138,-108]],[[70572,163318],[-164,8],[-82,4],[-122,6],[-185,9]],[[65512,168551],[9,140],[4,70],[7,106],[10,158],[-24,159],[-18,117],[-31,167],[-40,116],[-25,124],[-38,102],[-37,121],[-52,84],[-47,77],[-42,62],[-58,83],[-68,70],[-77,80],[-91,112],[-50,81],[-68,74],[-97,102],[-43,89],[-42,115],[-40,59],[-37,50],[-54,75],[-52,85],[-54,110],[-37,83],[-32,99],[-8,129],[24,117],[31,138],[19,109],[32,138],[26,152],[35,141],[28,188],[32,83],[45,122],[44,112],[35,132],[36,59],[52,83],[59,104],[69,99],[91,142],[38,108],[43,81],[66,116],[65,85],[59,60],[88,86],[89,83],[100,51],[109,70],[149,87],[103,76],[124,36],[117,56],[102,40],[136,55],[132,4],[121,28],[98,14],[87,20],[112,31],[115,59],[148,79],[115,64],[118,101],[95,62],[113,88],[118,65],[91,19],[97,47],[98,63],[96,75],[103,77],[143,90],[77,36],[94,50],[138,72],[138,108],[94,37],[100,43],[92,76],[67,84],[88,93],[121,97],[104,74],[97,85],[143,127],[122,92],[117,148],[46,115],[65,158],[119,156],[78,125],[60,166],[54,126],[101,128],[51,49],[69,71],[98,106],[82,85],[104,108],[71,139],[90,143]],[[70572,163318],[165,-91],[139,-98],[90,-81],[76,-101],[68,-79],[68,-90],[63,-85],[64,-103],[42,-84],[33,-101],[20,-70],[-8,-148],[-39,-135],[-20,-160],[-35,-149],[-75,-121],[-61,-88],[-50,-64],[-53,-44],[-66,-50],[-60,-49],[-83,-84],[-55,-56],[-70,-96],[-67,-96],[-53,-115],[-65,-109],[-30,-143],[-23,-103],[-54,-119],[10,-158],[5,-123],[-12,-126],[-79,-101],[-76,-92],[-87,-61],[-119,-141],[-97,-114],[-65,-108],[-49,-84],[-39,-63],[-38,-108],[-26,-118],[20,-127],[18,-86],[45,-96],[45,-98],[74,-88],[68,-92],[52,-85],[9,-118],[20,-93],[54,-111],[46,-106],[67,-105],[49,-79],[24,-120],[55,-123],[55,-95],[49,-120],[14,-127],[-45,-134],[-42,-89],[-60,-98],[-49,-71],[-62,-123],[-7,-139],[-21,-149],[10,-145],[84,-125],[73,-73],[122,-88],[94,-72],[120,-90],[109,-59],[136,-40],[115,-39],[129,-5],[130,-6],[150,-49],[106,-32],[85,-28],[58,-19],[106,-127],[72,-87],[35,-72],[-2,-123],[-1,-92],[1,-69],[19,-68],[64,-95],[51,-66],[35,-44],[65,2],[72,10],[136,-47],[85,-51],[66,-126],[-3,-131],[-5,-107],[-20,-99],[-14,-69],[2,-102],[26,-110],[20,-105],[-2,-104],[-25,-83],[-80,-51],[-90,-70],[-82,-71],[-53,-58],[-44,-149],[1,-113],[60,-178],[37,-160],[19,-116],[14,-168],[8,-115],[6,-81],[4,-77],[-25,-126],[-9,-117],[-6,-115],[-5,-79],[-10,-85],[-35,-141],[-22,-97],[-18,-82],[-32,-112],[-30,-82],[-34,-71],[-75,-77],[-52,-54],[-40,-41],[-104,-24],[-70,-17],[-66,-120],[-58,-100],[-47,-82],[-46,-58],[-95,-109],[-56,-116],[-38,-81],[-50,-105],[-29,-104],[11,-111],[19,-84],[32,-80],[35,-113],[36,-90],[23,-97],[31,-91],[36,-149],[23,-113],[-46,-124],[-24,-144],[21,-148],[112,-44],[93,-55],[114,-100],[96,-76],[76,-87],[44,-88],[110,-183],[72,-122],[143,-183],[96,-127],[64,-128],[42,-89],[29,-62],[19,-87],[15,-64],[44,-79],[83,-82],[85,-115],[57,-77],[38,-51],[76,-102]],[[163853,54452],[52,-80],[26,-41],[39,-60],[58,-90],[60,-77],[77,-97],[83,-66],[121,-98],[99,-56],[72,-86],[87,-121],[106,-127],[69,-111],[95,-137],[57,-97],[87,-144],[129,-167],[67,-114],[101,-132],[37,-86],[52,-122],[79,-104],[75,-82],[110,-112],[60,-81],[78,-88],[74,-88],[103,-107],[52,-50],[61,-69],[81,-80],[85,-80],[74,-81],[97,-89],[115,-69],[134,-92],[169,-106],[135,-126],[165,-135],[180,-201]],[[167444,47403],[-78,7],[-39,3],[-58,5],[-88,8],[-130,12],[-162,24],[-101,-24],[-136,-25],[-125,-43],[-60,-42],[-83,-46],[-93,-39],[-107,16],[-149,29],[-66,34],[-86,50],[-124,75],[-82,0],[-108,1],[-105,-8],[-136,-3],[-164,-4],[-229,-16],[-128,-30],[-173,-30],[-146,-45],[-170,-66],[-137,28],[-98,20],[-135,23],[-103,59],[-83,10],[-84,-32],[-88,-50],[-129,-75],[-153,-72],[-105,-94],[-87,-66],[-94,-98],[-68,-12],[-93,-10],[-118,-11],[-96,60],[-88,82],[-83,117],[-100,89],[-107,87],[-159,39],[-142,-50],[-133,-13],[-145,80],[-79,67],[-115,96],[-94,60],[-149,-10],[-115,-51],[-90,-89],[-130,-135],[-78,-76],[-117,-82],[-64,-9],[-86,-6],[-126,-6],[-112,21],[-162,29],[-97,42],[-92,45],[-132,69],[-109,85],[-128,81],[-117,99],[-81,63],[-116,39],[-135,0],[-100,-4],[-70,-41],[-96,-58],[-85,-47],[-97,-65],[-131,-87],[-101,-29],[-98,-44],[-130,-58],[-149,-90],[-99,-25],[-106,-13],[-141,-4],[-199,-7],[-257,20],[-56,8]],[[157251,47145],[5,21],[27,133],[13,88],[-5,66],[-22,123],[-8,53],[19,82],[11,77],[5,51],[27,66],[37,80],[37,69],[27,74],[11,75],[5,125],[0,53],[-24,72],[-43,116],[-42,141],[-35,109],[-24,96],[-45,72],[-30,72],[-25,57],[-8,75],[-10,42],[5,58],[23,82],[32,72],[60,98],[43,89],[40,90],[23,67],[20,50],[35,67],[27,83],[18,84],[20,45],[40,43],[20,50],[7,59],[13,105],[10,35],[22,25],[45,47],[80,83],[83,77],[92,82],[68,62],[50,73],[45,82],[15,65],[10,70],[7,84],[13,88],[22,82],[20,90],[3,72],[0,77],[-5,125],[-13,130],[-7,102],[20,139],[20,162],[22,138],[53,221],[57,175],[35,122],[45,132],[18,53],[5,39],[-13,58],[-12,55],[-3,55],[13,84],[2,48]],[[26401,198983],[-30,139],[-30,113],[-5,129],[4,107],[-18,107],[-1,166],[6,118],[25,129],[-48,157],[-45,147],[-8,132],[-6,104],[-26,173],[-56,124],[-42,81],[-38,55],[-89,77],[-75,87],[-53,62],[-44,53],[-19,125],[9,110],[10,76],[16,69],[11,50],[7,52],[-29,121],[-78,100],[-78,63],[-83,36],[-69,11],[-79,8],[-108,63],[-114,51],[-102,64],[-75,58],[-58,77],[-36,80],[-29,60],[-26,65],[-15,94],[17,118],[5,98],[6,106],[-47,128],[-39,87],[-63,51],[-55,25],[-98,25],[-124,-17],[-92,-8],[-85,9],[-122,-24],[-111,-8],[-128,-20],[-88,-16],[-72,-10],[-106,0],[-84,10],[-89,-11],[-107,-21],[-91,-14],[-85,8],[-78,43],[-144,16],[-107,6],[-74,0],[-94,-56],[-155,-44],[-126,-50],[-100,-34],[-106,-24],[-78,-14],[-56,-11],[-53,-7],[-77,16],[-96,68],[-110,63],[-92,113],[-36,144],[-23,108],[-20,84],[-77,94],[-51,176],[-40,139],[29,153],[39,137],[25,120],[29,88],[64,161],[42,110],[-10,162],[-8,107],[-4,72],[-10,144]],[[21622,205276],[-57,107],[-70,105],[-58,114],[-63,103],[-45,76],[-63,74],[-65,156],[-42,110],[-29,91],[-27,103],[-26,84],[-15,99],[-30,119],[-4,136],[-4,109],[18,100],[17,143],[11,98],[13,87],[-11,138],[-59,104],[-97,130],[-64,92],[-43,77],[-29,51],[-20,34],[-38,68]],[[127207,133009],[94,-106],[47,-53],[70,-79]],[[127418,132771],[121,-78],[61,-39],[91,-59],[136,-88],[110,-38],[97,-41],[94,-21],[82,-24],[101,-40],[118,-60],[154,-59],[85,-42],[96,-25],[86,-50],[105,-74],[57,-47],[82,-65],[117,-88],[144,-114],[116,-64],[126,-95],[127,-58],[71,-51],[66,-44],[96,-66],[131,-97],[142,-87],[94,-87],[101,-48],[150,-66],[102,-40],[100,-24],[136,-20],[111,-62],[69,-63],[100,-90],[150,-132],[90,-96],[101,-71],[74,-70],[104,-90],[113,-70],[138,-89],[138,-134],[91,-78],[125,-67],[157,-87],[87,-106],[84,-75],[129,-91],[161,-65],[88,-3],[71,-25],[60,-37],[67,-42],[90,-61],[121,-71],[107,-80],[45,-57],[67,-82],[95,-66],[59,-9],[75,-5],[103,-10],[78,-58],[76,-74],[41,-50],[60,-74],[87,-93],[102,-83],[119,-88],[90,-144],[41,-81],[65,-101],[74,-95],[107,-120],[83,-96],[69,-128],[79,-122],[63,-122],[78,-113],[56,-105],[55,-96],[73,-140],[89,-199]],[[135568,126606],[-124,-33],[-115,-20],[-103,-10],[-95,-32],[-87,-59],[-67,-51],[-58,-37],[-53,-30],[-47,-32],[-75,-84],[-68,-75],[-44,-89],[-26,-67],[-17,-64],[-17,-70],[-52,-116],[-45,-88],[-73,-108],[-48,-96],[-28,-74],[-20,-122],[-31,-111],[-21,-117],[-56,-156],[-52,-118],[-15,-149],[-37,-162],[-14,-144],[-8,-101],[-26,-141],[-17,-102],[2,-86],[2,-72],[7,-135],[-24,-140],[-16,-110],[-22,-111],[-16,-76],[-17,-133],[2,-133],[-3,-100],[-2,-67],[34,-152],[13,-146],[8,-114],[-9,-99],[-5,-78],[-3,-60],[52,-108],[75,-115],[50,-88],[51,-99],[23,-162],[18,-114],[3,-129],[88,-179],[64,-131],[43,-88],[28,-92],[21,-66],[33,-69],[23,-62],[13,-110],[9,-77],[9,-115],[5,-84],[58,-114],[37,-97],[50,-136],[54,-109],[43,-118],[45,-99],[37,-74],[46,-146],[52,-118],[34,-110],[31,-124],[12,-106],[9,-99],[91,-158],[65,-140],[33,-120],[24,-91],[59,-134],[42,-91],[31,-65],[67,-157],[45,-107],[44,-81],[28,-132],[15,-102],[18,-116],[72,-127],[71,-160],[46,-116],[51,-122],[32,-99],[54,-123],[83,-132],[51,-139],[56,-125],[41,-127],[83,-144],[57,-114],[93,-148],[62,-98],[41,-66],[82,-132]],[[136633,115332],[-93,-102],[-106,-96],[-74,-91],[-126,-144],[-79,-112],[-49,-85],[-33,-80],[-52,-125],[-53,-101],[-43,-87],[-6,-137],[-1,-95],[-23,-149],[-16,-99],[-10,-67],[-20,-132]],[[135849,113630],[-103,-12],[-52,-6],[-77,-9],[-116,-14],[-81,7],[-85,9],[-93,4],[-137,6],[-94,5],[-78,-27],[-113,-41],[-153,-60],[-114,-28],[-168,-43],[-131,-43],[-82,1],[-113,2],[-161,8],[-127,12],[-171,0],[-115,-36],[-62,0],[-80,0],[-100,6],[-130,2],[-156,5],[-151,-33],[-152,-36],[-157,12],[-95,-6],[-126,-26],[-183,-38],[-154,7],[-112,-23],[-146,-19],[-92,-33],[-125,-33],[-68,-20],[-87,-35],[-95,-42],[-107,-47],[-78,-66],[-105,-89],[-91,-110],[-126,-141],[-110,-125],[-158,-174],[-50,-63]],[[130389,112238],[-36,23],[-155,102],[-209,152],[-252,183],[-186,129],[-252,186],[-228,-50],[-74,39],[-223,141],[-155,87],[-212,135],[-215,136],[-220,135],[-240,124],[-206,109],[-184,102],[-212,124],[-282,177],[-382,240],[-166,93],[-221,104],[-93,19],[-104,23],[-60,87],[-36,45],[-37,29],[-91,61],[-93,71],[-82,87],[-42,31],[-102,45],[-96,34],[-62,28],[-121,107],[-167,178],[-141,183],[-82,129],[-82,166],[-122,220],[-79,144],[-84,138],[-65,115],[-74,93],[-152,211],[-136,172],[-144,166],[-147,186],[-107,175],[-136,214],[-135,188],[-136,237],[-39,113],[-40,118],[-48,121],[-99,172],[-62,118],[-150,242],[-62,93],[-99,144],[-53,115],[-40,99],[-82,155],[-169,298],[-68,127],[-138,214],[-71,110],[-76,84],[-99,88],[-113,87],[-150,90],[-62,56],[-74,40],[-115,8],[-105,37],[-150,53],[-166,54],[-113,8],[-113,17],[-161,43],[-240,152],[-136,76],[-175,112],[-119,99],[-82,115],[-81,116],[-65,118],[-94,242],[-56,136],[-52,143]],[[119254,122504],[15,20],[124,176],[120,210],[42,134],[35,130],[45,97],[69,138],[57,156],[46,94],[49,123],[74,137],[100,182],[29,142],[72,126],[83,96],[75,120],[66,131],[61,75],[56,98],[72,135],[54,91],[80,135],[57,113],[86,147],[42,125],[60,115],[67,102],[57,101],[86,120],[68,113],[68,92],[44,92],[60,124],[77,173],[85,114],[48,111],[63,81],[93,122],[27,78],[34,68],[45,94],[56,132],[59,140],[46,90],[45,104],[56,70],[84,104],[78,88],[98,74],[122,90],[62,106],[31,77],[49,102],[64,107],[49,104],[30,82],[37,98],[6,93],[7,106],[19,131],[28,120],[29,137],[58,122],[61,109],[76,159],[16,131],[31,118],[10,134],[-8,116],[6,78],[1,94],[3,97],[-7,115],[-10,150],[26,103],[41,123],[37,126],[55,95],[82,99],[72,79],[80,91],[76,69],[63,84],[75,65],[65,48],[91,68],[76,61],[104,53],[104,24],[101,28],[109,8],[91,-18],[61,-8],[85,-13],[60,-3],[76,3],[94,20],[99,19],[132,21],[107,29],[157,40],[159,-9],[123,-19],[116,20],[125,20],[122,72],[46,69],[54,87],[25,119],[9,139],[-22,128],[86,71],[126,81],[86,32],[104,14],[137,1],[120,5],[147,-11],[118,-16],[170,-21]],[[119670,160498],[3,0],[65,-4],[104,-79],[146,-18],[35,-25],[87,-142],[43,0],[108,61],[53,-32],[40,-140],[47,-154],[25,-94],[0,-38],[-8,-63],[6,-59],[32,-43],[29,-36],[38,-30],[33,-19],[53,-14],[28,-14],[71,-51],[31,-18],[43,-28],[36,-7],[53,-24],[31,-12],[26,-33],[25,-34],[63,-30],[118,-41],[20,-10],[20,-18],[29,-25],[24,-22],[41,-16],[35,-6],[44,-47],[17,-2],[67,4],[22,-12],[49,8],[26,-6],[45,-24],[39,-17],[30,-8],[31,-59],[20,-14],[102,-22],[75,40],[51,17],[159,4],[73,48],[79,-56],[96,-65],[75,-67],[41,-67],[20,-31],[25,-36],[69,-65],[49,-47],[12,-6],[41,-2],[61,6],[40,-4],[35,-30],[43,-6],[18,0],[39,-35],[26,-8],[31,2],[36,-8],[35,-22],[55,-35],[34,-20],[25,-28],[18,-41],[10,-30],[2,-31],[-24,-30],[-43,-39],[-14,-4],[-12,-28],[6,-37],[4,-49],[-4,-38],[4,-37],[14,-46],[2,-27],[-22,-26],[-9,-18],[11,-27],[26,-28],[20,-26],[33,-4],[31,-27],[26,-6],[39,-55],[40,-28],[47,-49],[43,-16],[41,-30],[46,-63],[57,-83],[33,-47],[22,-30],[10,-21],[0,-30],[9,-14],[14,-11],[24,-12],[33,-10],[20,-26],[29,-27],[16,-28],[20,-20],[12,-8],[5,-16],[-11,-35],[-14,-39],[-10,-42],[-20,-55],[-19,-37],[-12,-32],[-5,-32],[15,-13],[25,2],[22,-18],[20,-24],[17,-12],[22,12],[18,22],[17,-2],[50,-4],[23,-12],[18,-14],[25,-27],[22,-10],[12,-26],[4,-18],[18,-11],[17,0],[24,0],[18,-15],[-4,-47],[57,-29],[72,-30],[77,-53],[55,-32],[53,-47],[14,-69],[39,-37],[40,-73],[72,-14],[56,-32],[39,22],[27,32],[22,-8],[53,47],[32,12],[68,-2],[24,20],[18,45],[25,10],[67,-30],[62,-9],[40,-30],[34,-8],[61,-16],[61,6],[16,16],[33,94],[26,75],[21,38],[20,37],[25,22],[4,51],[26,18],[25,26],[12,39],[40,59],[9,10],[24,16],[28,-20],[49,-33],[27,-18],[22,-6],[35,2],[69,24],[45,12],[36,3],[43,6],[37,0],[28,-21],[31,-28],[18,-14],[34,-35],[64,-61],[16,-8],[34,-2],[23,-8],[12,-20],[-10,-45],[-8,-57],[8,-24],[26,-34],[31,-47],[36,-65],[27,-55],[24,-77],[23,-28],[28,-33],[25,-10],[16,-8],[32,4],[39,6],[24,10],[13,-4],[36,-24],[29,-20],[28,-4],[25,10],[22,20],[47,22],[34,13],[35,16],[35,24],[18,14],[20,23],[19,18],[26,-12],[45,-41],[12,-28],[49,-27],[36,-14],[15,-6],[26,-57],[12,-26],[49,-22],[27,-19],[34,-22],[31,-26],[30,-35],[14,-32],[9,-55],[12,-67],[14,-59],[2,-57],[-4,-44],[-8,-57],[-4,-53],[-12,-26],[-4,-22],[6,-13],[16,-40],[10,-39],[8,-34],[10,-33],[19,-24],[28,-22],[29,-29],[14,-24],[12,-22],[8,-23],[10,-22],[17,-22],[26,-25],[31,-14],[26,-10],[18,-14],[25,-31],[16,-32],[25,-28],[20,-35],[8,-30],[31,-13],[40,-10],[27,-10],[18,-32],[28,-49],[29,-55],[24,-44],[13,-21],[4,-24],[0,-53],[-2,-36],[8,-33],[12,-38],[20,-41],[19,-32],[36,-35],[27,-32],[18,-29],[26,-18],[23,-12],[8,-37],[14,-69],[-4,-38],[-4,-26],[24,-19],[51,-30],[51,-33],[29,-26],[14,-36],[12,-80],[0,-83],[0,-36],[-4,-31],[16,-36],[10,-22],[11,-13],[32,29],[29,18],[32,-2],[35,-12],[55,34],[45,10],[38,-4],[65,-32],[57,-39],[29,-26],[28,-30],[23,-37],[34,-6],[47,-20],[30,-14],[53,4],[47,-4],[27,-15],[30,-22],[39,-34],[24,-27],[37,-20],[55,0],[34,-2],[41,6],[53,16],[28,-16],[43,-28],[23,-13],[58,-16],[59,-40],[35,-21],[47,-18],[61,-22],[28,-17],[9,-62],[-13,-47],[-18,-49],[-18,-48],[-2,-27],[8,-26],[34,-37],[33,-36],[20,-27],[27,-26],[53,-28],[32,-33],[29,-55],[28,-34],[35,-30],[34,-13],[37,2],[35,6],[30,9],[31,-15],[55,-12],[75,-24],[65,-20],[45,-21],[42,-32],[39,0],[31,-4],[18,-51],[22,-55],[33,-65],[14,-26],[14,-18],[67,-16],[37,-17],[29,-14],[54,-40],[27,-33],[36,-20],[29,-41],[16,-61],[6,-40],[-6,-29],[-20,-34],[-8,-24],[4,-23],[41,-16],[20,-8],[43,-37],[24,-22],[31,-57],[34,-69],[29,-32],[32,-12],[49,20],[39,6],[57,-36],[55,-35],[34,-8],[124,-2],[53,41],[35,24],[44,28],[74,39],[40,8],[47,-4],[31,-8],[55,4],[18,-47],[14,-42],[35,-15],[43,2],[28,17],[12,14],[23,42],[50,15],[66,24],[18,2],[2,-114],[12,-18],[-24,-87],[-11,-79],[11,-45],[32,-26],[75,-31],[-4,-83],[31,-91],[41,-89],[10,-43],[16,-6],[35,8],[55,22],[52,21],[25,0],[20,-21],[49,-40],[37,-10],[93,-29],[41,-14],[22,-16],[4,-18],[-24,-126],[-2,-29],[2,-16],[10,-24],[35,-95],[12,-45],[2,-39],[2,-22],[29,-10],[44,0],[63,8],[63,0],[47,2],[41,2],[34,-10],[17,-6],[55,-22],[24,-41],[51,-38],[39,-33],[40,-22],[23,-19],[22,15],[18,34],[86,43],[3,0]],[[133480,150555],[-20,-140],[-41,-183],[-22,-224],[-6,-163],[-16,-139],[-32,-205],[-29,-142],[-42,-151],[-52,-137],[-35,-114],[-50,-108],[-44,-163],[-64,-147],[-55,-104],[-56,-143],[-33,-107],[-35,-105],[-34,-109],[-25,-117],[-12,-88],[-40,-122],[-21,-105],[-20,-126],[-45,-119],[-5,-157],[-2,-114],[-37,-113],[-26,-192],[-12,-140],[-8,-117],[8,-97],[15,-140],[82,-172],[55,-137],[17,-120],[5,-183],[29,-168],[20,-167],[13,-113],[10,-77],[-16,-196],[3,-173],[-3,-131],[-3,-89],[-21,-140],[-37,-124],[-48,-106],[-48,-98],[-32,-99],[-19,-75],[-15,-73],[-10,-97],[-23,-96],[-11,-128],[-73,-156],[-48,-171],[-56,-146],[-38,-128],[-114,-179],[-67,-138],[-73,-234],[-29,-186],[-20,-167],[-22,-136],[-13,-106],[7,-122],[5,-92],[-33,-115],[-29,-130],[-14,-122],[20,-130],[13,-100],[14,-93],[4,-82],[3,-76],[-18,-112],[-4,-119],[-20,-115],[-17,-88],[-3,-145],[-3,-98],[-5,-71],[-49,-96],[-15,-128],[-33,-124],[-34,-105],[-48,-91],[-44,-98],[-53,-101],[-40,-69],[-57,-72],[-121,-63],[-143,-23],[-107,-1],[-92,-1],[-124,-34],[-178,-5],[-128,7],[-158,-19],[-187,20],[-162,1],[-110,1],[-143,-19],[-117,-12],[-123,10],[-123,-17],[-139,-4],[-98,-1],[-88,-14],[-102,-51],[-92,-35],[-107,-34],[-105,-51],[-80,-69],[-92,-76],[-83,-92],[-128,-87],[-102,-75],[-72,-56],[-71,-51],[-62,-57],[-44,-65],[-82,-100],[-75,-74],[-57,-60],[-51,-124],[-46,-89],[-82,-145],[-67,-109],[-45,-103],[-56,-103],[-50,-109],[-33,-112],[-67,-124],[-52,-97],[-40,-85],[-9,-79],[3,-72],[29,-95],[32,-105],[14,-86],[12,-80],[43,-132],[27,-99],[44,-111],[45,-129],[50,-107],[72,-75],[84,-128],[61,-90],[63,-107],[74,-81],[59,-66],[81,-90],[69,-126],[44,-96],[43,-113],[126,-112],[79,-169],[44,-120],[-19,-112],[-18,-79],[-37,-79],[-78,-11],[-115,-17],[-92,-27],[-70,-44],[-52,-75],[-47,-65],[-72,-69],[-54,-53],[-40,-64],[-23,-80],[-2,-85],[-2,-62],[-64,-110],[-76,-114],[-50,-76],[-34,-51],[-68,-102]],[[127207,133009],[9,177],[-3,153],[-1,135],[-33,133],[-32,134],[-52,101],[-71,107],[-56,84],[-61,64],[-69,89],[-100,97],[-82,111],[-81,88],[-110,54],[-139,107],[-126,81],[-119,53],[-120,59],[-82,48],[-61,42],[-135,103],[-90,69],[-107,96],[-122,96],[-95,100],[-64,69],[-87,94],[-67,68],[-86,74],[-64,63],[-75,61],[-84,49],[-104,75],[-77,61],[-82,60],[-60,41],[-40,28],[-104,111],[-96,75],[-125,115],[-130,91],[-95,75],[-74,98],[-85,105],[-72,107],[-93,82],[-86,82],[-63,55],[-99,59],[-101,21],[-80,14],[-107,20],[-89,-2],[-89,-33],[-88,-30],[-92,17],[-122,39],[-119,23],[-115,38],[-132,-15],[-114,-37],[-123,-10],[-110,0],[-120,44],[-127,19],[-132,32],[-88,22],[-129,90],[-116,78],[-84,69],[-70,56],[-135,47],[-137,-19],[-101,-14],[-97,-7],[-102,-14],[-137,21],[-117,14],[-78,10],[-147,6],[-134,4],[-148,-15],[-101,-10],[-136,-14],[-97,-16],[-68,-14],[-104,-55],[-120,-19],[-102,-23],[-71,-15],[-107,-2],[-88,18],[-87,43],[-58,29],[-100,4],[-102,20],[-91,36],[-95,37],[-87,14],[-113,5],[-121,42],[-96,65],[-38,105],[-24,78],[-16,53],[8,141],[49,142],[33,146],[22,148],[70,160],[47,174],[32,133],[-15,145],[-6,118],[-16,136],[-23,119],[-15,127],[-9,88],[-8,76],[-38,97],[-84,152],[-59,104],[-87,70],[-66,51],[-67,90],[-81,90],[-74,125],[-49,84],[-100,93],[-74,98],[-58,72],[-43,50],[-119,80],[-93,77],[-62,64],[-162,127],[-113,90],[-98,60],[-124,102],[-115,88],[-107,55],[-133,85],[-98,56],[-102,55],[-123,97],[-82,65],[-99,82],[-71,60],[-130,35],[-133,73],[-134,36],[-156,83],[-133,59],[-152,107],[-159,134],[-125,122],[-159,94],[-115,64],[-100,37],[-67,24],[-44,17],[-89,32]],[[94254,211776],[13,-6],[53,8],[32,16],[16,9],[39,19],[16,1],[21,-6],[51,-23],[28,-9],[33,-39],[31,-28],[22,0],[17,20],[30,44],[42,7],[60,17],[26,14],[32,29],[9,25],[2,55],[10,41],[17,30],[31,50],[44,36],[40,36],[24,12],[35,-2],[29,-6],[91,-41],[43,-17],[22,-2],[62,8],[39,13],[57,16],[81,-9],[45,20],[37,27],[19,0],[76,-53],[45,-18],[26,-20],[22,-1],[53,49],[8,22],[-2,38],[-20,70],[1,45],[33,9],[39,4],[-1,83],[-6,40],[1,17],[7,29],[12,40],[18,73],[10,23],[19,10],[43,15],[33,13],[16,28],[18,94],[15,35],[15,36],[14,65],[13,18],[61,-2],[59,-18],[19,-1],[27,25],[43,53],[30,30],[42,15],[22,17],[28,21],[41,31],[35,10],[28,0],[44,-15],[22,-17],[8,-20],[-7,-27],[-6,-32],[10,-32],[22,-18],[37,-8],[36,-8],[34,-24],[44,-43],[39,-42],[22,-28],[44,-37],[17,-35],[16,-41],[25,-33],[38,-16],[76,-22],[17,-21],[13,-28],[-9,-49],[-20,-47],[-11,-27],[-22,-68],[-1,-55],[4,-63],[-16,-35],[-20,-37],[0,-45],[5,-31],[40,-66],[44,-47],[29,-48],[23,-37],[27,-44],[28,-49],[33,-16],[39,-10],[6,-23],[41,-58],[22,-32],[92,-121],[36,-16],[36,-29],[21,-36],[29,-44],[17,-46],[9,-47],[-34,-134],[8,-12],[29,-9],[23,-34],[7,-50],[3,-20],[20,-10],[16,-22],[6,-30],[6,-25],[3,-22],[9,-21],[16,-16],[23,-36],[16,-24],[74,-30],[42,-17],[44,-15],[46,-25],[63,-21],[46,-42],[32,-25],[39,-7],[29,4],[34,13],[27,13],[22,7],[32,12],[22,4],[46,21],[56,8],[23,19],[41,15],[55,11],[42,13],[14,15],[21,-6],[-5,-39],[5,-17],[3,-19],[19,-42],[23,-8],[39,-2],[13,-1],[34,-23],[39,-12],[22,22],[40,-2],[41,-58],[55,-40],[82,-52],[21,4],[56,29],[29,9],[49,7],[44,16],[33,22],[17,43],[18,19],[35,4],[30,-7],[32,-19],[47,6],[26,0],[30,-12],[32,-24],[40,-6],[34,0],[16,-7],[24,-32],[18,-12],[34,26],[42,-5],[33,10],[40,18],[71,42],[39,27],[26,-55],[15,-5],[33,3],[32,0],[42,-10],[70,-28],[18,-37],[20,-34],[14,-2],[27,13],[21,-3],[64,27],[25,-7],[25,-13],[13,-2],[26,6],[62,-62],[72,-62],[20,3],[36,-53],[3,-17],[3,-54],[22,-14],[35,-17],[19,-31],[19,-66],[-12,-40],[-34,-27],[21,-12],[112,13],[33,-5],[81,8],[34,-66],[20,-19],[100,-52],[38,-15],[29,-4],[44,-36],[27,-22],[46,-1],[7,-33],[56,-27],[15,0],[30,-38],[15,-8],[28,-5],[50,2],[22,10],[31,-26],[43,-116],[22,-15],[18,2],[27,-45],[7,-49],[24,-23],[43,-28],[21,-3],[8,-32],[-8,-61],[-9,-33],[-3,-32],[4,-13],[28,-6],[39,-26],[45,-17],[-11,-39],[-8,-28],[5,-26],[19,-8],[29,1],[21,-6],[32,-20],[16,-23],[41,-12],[28,-43],[14,-26],[38,-16],[22,-3],[49,33],[41,12],[36,7],[51,40],[70,40],[48,27],[-2,-30],[25,-77],[-2,-51],[5,-75],[10,-44],[31,-60],[7,-12],[-9,-29],[25,-74],[8,-13],[25,-13],[47,-52],[5,-74],[6,-20],[-8,-16],[-34,-5],[-17,-15],[-18,-58],[15,-11],[27,-26],[16,-63],[29,-35],[21,-20],[11,-21],[-5,-19],[-28,-26],[-17,-10],[7,-21],[42,-77],[32,-12],[33,-20],[10,-8]],[[102532,208083],[-4,-12],[-33,-108],[-63,-120],[-42,-107],[-83,-127],[-57,-85],[-99,-190],[-66,-126],[-44,-84],[-88,-169]],[[101953,206955],[-83,-55],[-42,-27],[-63,-41],[-94,-62],[-103,-94],[-111,-129],[-81,-70],[-106,-102],[-78,-73],[-89,-46],[-102,-52],[-94,-83],[-102,-107],[-67,-67],[-88,-100],[-46,-37],[-60,-51],[-85,-74],[-62,-45],[-93,-68],[-105,-102],[-118,-103],[-99,-115],[-87,-73],[-92,-109],[-90,-129],[-104,-116],[-85,-109],[-90,-109],[-125,-165],[-65,-90],[-75,-126],[-87,-99],[-61,-74],[-81,-83],[-99,-116],[-69,-89],[-101,-132],[-71,-116],[-95,-118],[-40,-117],[-48,-118],[-56,-150],[-85,-113],[-87,-126],[-41,-137],[-50,-117],[-73,-173],[-24,-105],[-37,-115],[-31,-101],[-46,-102],[-70,-154],[-105,-154],[-36,-101],[-28,-132],[-29,-118],[-42,-175],[-18,-146],[-21,-166],[-72,-156],[6,-111],[8,-124],[-5,-152],[-6,-74],[6,-81],[10,-122],[-4,-112],[-8,-138],[16,-102],[11,-121],[-7,-146],[-15,-139],[-16,-129],[4,-157],[5,-155],[-20,-196],[-46,-181],[6,-160]],[[97411,198223],[30,-182],[23,-143],[12,-107],[9,-99],[-24,-163],[-9,-139],[4,-114],[-19,-112],[-26,-159],[-3,-135],[-12,-163],[20,-169],[13,-123],[16,-98],[10,-79],[-19,-121],[-17,-141],[4,-130],[-8,-103],[-18,-135],[-7,-153],[9,-120],[-17,-152],[11,-163],[-4,-168],[15,-149],[-19,-160],[-3,-153],[-11,-151],[29,-156],[25,-135],[15,-99],[13,-107],[-28,-137],[-22,-102],[12,-146],[-3,-115],[13,-188],[-4,-155],[1,-174],[9,-129],[1,-148],[28,-148],[20,-143],[29,-133],[15,-109],[13,-155],[5,-109],[13,-163],[38,-141],[9,-160],[7,-113],[24,-126],[21,-96],[29,-88],[7,-87],[9,-145],[11,-100],[51,-146],[45,-128],[37,-94],[43,-83],[33,-82],[57,-79],[55,-62],[72,-80],[68,-66],[54,-47],[50,-62],[69,-80],[83,-78],[53,-83],[72,-125],[42,-131],[67,-129],[75,-106],[52,-89],[16,-141],[24,-158],[17,-109],[13,-73],[8,-149],[12,-115],[8,-105],[60,-144],[42,-105],[65,-174],[46,-118],[29,-105],[21,-75],[87,-130],[77,-96],[65,-116],[41,-95],[18,-97],[15,-80],[95,-145],[159,-200],[106,-167],[73,-127],[51,-86],[47,-113],[85,-138],[58,-108],[64,-112],[42,-75],[28,-50],[57,-100]],[[92913,184460],[-136,43],[-131,86],[-108,80],[-101,53],[-86,42],[-59,27],[-95,24],[-79,28],[-132,29],[-112,18],[-89,18],[-144,-19],[-100,-36],[-108,-98],[-105,-69],[-99,-51],[-112,-11],[-101,-6],[-100,32],[-81,30],[-123,-3],[-153,40],[-121,31],[-86,18],[-94,21],[-75,14],[-75,3],[-58,3],[-115,80],[-69,125],[-29,105],[-15,116],[-10,95],[-47,113],[-75,98],[-102,59],[-88,52],[-126,34],[-117,3],[-95,-25],[-153,-24],[-168,-54],[-116,-44],[-135,-40],[-123,-26],[-94,-14],[-113,-33],[-104,-71],[-152,-67],[-112,-37],[-175,-26],[-125,-21],[-104,-6],[-145,2],[-96,2],[-65,1],[-129,3]],[[87125,190075],[102,-17],[107,88],[71,58],[63,93],[82,109],[74,86],[51,62],[61,88],[44,72],[20,132],[-65,97],[-69,88],[-63,63],[-53,47],[-82,40],[-84,95],[-81,92],[-51,91],[6,109],[3,111],[-26,118],[-78,105],[-61,81],[-45,98],[-36,72],[-93,82],[-93,88],[-71,69],[-73,48],[-63,27],[-125,102],[-84,92],[-33,110],[20,128],[16,86],[19,65],[86,60],[81,65],[78,63],[83,109],[58,101],[60,97],[85,89],[74,96],[156,100],[112,93],[77,123],[123,134],[104,88],[104,33],[88,11],[59,8],[104,72],[79,53],[93,80],[63,67],[35,64],[23,43],[-53,165],[-35,110],[45,124],[50,83],[45,57],[67,20],[84,27],[90,59],[76,77],[40,98],[34,76],[33,102],[50,104],[37,72],[61,57],[53,55],[89,85],[45,118],[122,143],[108,91],[112,123],[99,112],[58,116],[34,85],[24,89],[41,107],[94,103],[73,81],[52,86],[64,87],[59,112],[40,83],[-23,132],[-5,140],[-19,117],[-17,180],[-2,136],[-44,193],[-30,129],[-24,107],[-61,120],[-45,81],[-109,41],[-93,91],[-62,111],[-22,121],[-2,96],[30,71],[58,126],[56,98],[62,162],[58,118],[43,88],[67,133],[21,138],[11,110],[-7,89],[-75,73],[-92,4],[-102,-7],[-147,81],[-122,54],[-91,29],[-97,19],[-123,34],[-88,27],[-61,22],[-73,87],[-61,75],[-58,51],[-39,34],[-56,54],[-72,98],[-71,80],[-61,54],[-108,109],[-77,74],[-107,37],[-72,25],[-93,75],[-64,135],[-12,107],[-6,72],[59,116],[86,78],[72,71],[63,138],[106,131],[73,88],[137,24],[93,14],[72,0],[132,95],[87,107],[66,82],[101,111],[69,85],[97,113],[65,130],[40,92],[17,88],[-38,122],[-26,86],[-18,85],[-9,63],[-8,75],[-6,77],[-26,94],[-16,76],[-32,140],[-14,107],[-16,160],[22,152],[-22,142],[-53,143],[-27,116],[-14,173],[58,134],[68,141],[37,151],[54,132],[92,110],[83,156],[35,141],[6,112],[-7,122],[16,147],[10,99],[-7,101],[-6,68],[-24,106],[-24,126],[11,144],[3,115],[1,89],[-35,95],[-35,158],[-18,119],[30,100],[45,141],[47,115],[36,107],[-15,119],[-21,108],[-15,85],[-21,86],[-3,94],[12,96],[25,69],[113,41],[108,109],[101,87],[85,58],[128,93],[105,84],[118,61],[102,49],[68,34],[53,60],[51,79],[67,81],[54,56],[102,68],[105,46],[120,-10],[81,-8],[59,-6],[62,16],[75,56],[70,59],[107,41],[80,23],[54,16],[119,73],[79,50],[112,97],[74,68],[63,80],[74,90],[50,64],[86,96],[77,69],[66,58],[80,51],[84,50],[100,14],[109,-45],[120,-35],[87,-19],[126,-13],[95,-21],[92,-26],[96,-26],[98,-11],[127,14],[85,9],[68,126],[52,92],[38,63],[43,62],[121,59],[126,89],[84,77],[110,181],[11,50]],[[158431,96393],[41,111],[20,56],[30,83],[46,125],[-11,141],[-39,166],[-26,95],[-7,110],[-10,69],[-7,87],[-5,111],[-2,158],[52,109],[71,133],[71,106],[44,135],[52,64],[77,95],[51,74],[76,106],[31,69],[29,90],[41,131],[87,69],[56,23],[78,30],[110,7],[93,-39],[95,-58],[106,-78],[74,-46],[88,-61],[107,-30],[132,-25],[178,-17],[150,6]],[[41977,207128],[249,108],[174,91],[120,82],[138,106],[96,77],[73,129],[80,104],[68,77],[115,34],[149,101],[195,170],[162,114],[142,89],[110,59],[78,38],[141,104],[156,66],[130,59],[87,40],[83,30],[127,98],[139,116],[98,91],[77,73],[97,59],[89,38],[69,26],[83,-19],[125,6],[126,-21],[83,-14],[120,-55],[96,-35],[84,-30],[88,-26],[93,-54],[131,-55],[89,-35],[200,-33],[143,-27],[140,-18],[95,-11],[89,-6],[128,45],[110,56],[79,42],[65,45],[122,34],[122,55],[86,48],[63,81],[75,76],[77,162],[40,134],[29,130],[26,115],[5,104],[24,201],[16,136],[10,115],[-4,107],[-5,143],[5,140],[21,108],[32,174],[0,165],[32,157],[23,110],[33,120],[29,87],[50,89],[78,69],[74,31],[108,30],[105,10],[103,-14],[70,-17],[122,-74],[94,-64],[83,-47],[70,-46],[109,-56],[72,-37],[100,13],[69,49],[57,61],[95,84],[85,58],[112,2],[82,1],[64,-3],[78,9],[110,35],[79,28],[64,43],[51,72],[54,67],[51,46],[101,21],[76,21],[90,75],[72,65],[50,107],[33,71],[34,107],[88,151],[55,119],[47,109],[42,106],[30,72],[45,137],[34,95],[40,117],[8,121],[33,177],[30,131],[27,93],[18,66],[52,130],[16,163],[2,117],[-12,84],[-37,93],[-31,139],[-7,115],[-22,158],[3,139],[-22,160],[-61,156],[-43,114],[-30,78],[-43,90],[-31,78],[-20,81],[-6,88],[-21,109],[-4,138],[-3,105],[2,78],[9,94],[23,85],[72,86],[88,57],[99,99],[102,75],[80,58],[68,49],[73,107],[83,107],[53,76],[20,157],[26,127],[81,120],[54,79],[36,54],[73,106]],[[181899,19434],[5,-12],[23,-34],[29,-40],[18,-25],[45,-64],[53,-61],[3,-4]],[[193527,27580],[72,-82],[35,-40],[54,-62],[80,-92],[67,-112],[58,-78],[73,-73],[59,-55],[78,-79],[98,-113],[120,-117],[78,-66],[116,-28],[163,-34],[161,5],[116,-48],[57,-18],[74,-34],[71,-58],[92,-86],[69,-102],[80,-109],[68,-102],[58,-138],[83,-8],[117,-9],[155,-6],[196,-29],[135,-141],[140,-45],[87,-77],[97,-90],[119,-28],[142,-19],[124,-30],[131,14],[129,14],[115,-53],[116,-70],[116,-1],[96,16],[124,15],[56,48],[82,72],[107,64],[81,21],[82,-38],[117,-57],[103,-40],[68,-45],[93,-67],[81,-38],[101,-51],[99,8],[101,42],[60,52],[79,73],[84,68],[66,75],[95,103],[133,32],[81,-18],[90,-23],[103,-41],[85,-28],[87,-13],[93,-19],[99,-55],[90,-85],[130,-125],[93,-57],[48,-103],[-8,-78],[-13,-106],[16,-72],[33,-47],[45,-21],[69,-30],[99,-41],[138,-51],[99,-79],[76,-84],[91,-66],[56,-41],[78,-54],[108,-14],[102,20],[112,45],[97,70],[71,20],[93,28],[108,29],[143,39],[155,17],[119,64],[114,31],[117,53],[82,58],[87,64],[128,70],[115,23],[104,10],[139,16],[133,-33],[96,-6],[142,-9],[125,74],[60,94],[70,121],[103,85],[117,87],[127,53],[159,56],[118,89],[166,127],[198,82]],[[212750,24066],[-7,-7],[-17,-10],[-69,-16],[-8,5],[-17,3],[-12,0],[-14,0],[-17,-5],[-9,-13],[-11,-25],[-10,-23],[-9,-15],[-27,-13],[-16,0],[-19,-17],[-12,-15],[-17,-32],[-15,-37],[-13,-25],[-22,-25],[-19,-9],[-20,0],[-16,6],[-23,7],[-34,-3],[2,-16],[3,-21],[0,-26],[-4,-30],[-6,-22],[-16,-16],[-16,-15],[-9,-22],[-8,-12],[-3,-21],[0,-27],[3,-23],[7,-25],[0,-28],[-7,-33],[0,-22],[2,-18],[0,-18],[0,-19],[0,-15],[2,-28],[3,-25],[10,-22],[10,-16],[0,-34],[3,-25],[-2,-32],[-7,-30],[-10,-23],[-18,-24],[-14,-10],[-14,-13],[-18,-16],[-24,-15],[-7,-17],[6,-19],[7,-17],[0,-19],[-3,-22],[-13,-19],[-13,-20],[-5,-13],[-14,-18],[0,-24],[8,-33],[0,-15],[-4,-16],[-9,-14],[-10,-17],[-18,-25],[-21,-13],[-25,-4],[-21,-5],[-21,-7],[-22,-17],[-15,-15],[-18,-10],[-25,-12],[-23,-13],[-26,-12],[-26,-1],[-17,-4],[-8,-17],[-1,-23],[-8,-34],[-11,-24],[-13,-19],[-13,-29],[-9,-20],[-12,-14],[-28,-3],[-30,5],[-28,5],[-29,1],[-23,-5],[-26,-12],[-5,-32],[-5,-28],[-9,-25],[-8,-19],[-25,-15],[-21,-9],[-24,-5],[-11,-15],[20,-18],[26,-16],[17,-27],[0,-26],[-10,-19],[-8,-20],[-6,-29],[-9,-26],[-14,-3],[-17,-3],[-17,-7],[-21,-20],[-28,-6],[-23,-30],[-14,-18],[-8,-31],[-8,-40],[-32,-24],[-41,-12],[-54,20],[-18,20],[-37,12],[-38,38],[-22,19],[-33,-10],[-32,2],[-41,12],[-34,-8],[-32,2],[-37,-17],[-10,-26],[-40,-18],[-43,-10],[-50,-20],[-51,-8],[-24,-10],[-16,-30],[-22,-67],[-69,-20],[-10,-44],[-8,-25],[-27,-18],[-14,-34],[2,-42],[4,-35],[8,-36],[-38,-42],[-24,-33],[-22,-12],[24,-46],[48,-75],[25,-44],[-5,-16],[27,-10],[6,-28],[32,-39],[37,-42],[12,-20],[-21,-48],[-24,-53],[-8,-24],[8,-36],[-6,-18],[-14,-15],[-40,-2],[-37,-4],[-12,-12],[-30,10],[-25,10],[-20,17],[-24,18],[-24,-8],[-10,-8],[-10,-21],[-17,-34],[-34,-8],[-20,-8],[-20,-16],[-29,-32],[-22,-35],[-18,-16],[-3,-28],[43,-2],[27,-16],[36,-16],[6,-22],[4,-21],[0,-28],[14,-26],[12,-22],[21,-20],[6,-18],[0,-33],[4,-26],[4,-20],[-12,-30],[-4,-33],[-15,-26],[-4,-20],[2,-40],[-14,-30],[-6,-21],[-6,-40],[-6,-20],[-6,-30],[-4,-26],[-4,-27],[8,-10],[26,-32],[0,-18],[-14,-22],[-16,-20],[-8,-23],[-6,-14],[-2,-22],[10,-30],[0,-18],[-4,-31],[-12,-16],[-14,-26],[-28,-31],[-1,-31],[3,-19],[-4,-21],[-45,-15],[-12,-14],[-33,-28],[-28,-12],[-18,-12],[-10,-20],[8,-11],[8,-22],[18,-30],[10,-28],[0,-24],[-6,-24],[-8,-25],[-8,-18],[-14,-4],[-27,-12],[-26,-24],[-6,-16],[4,-18],[18,-17],[17,-14],[12,8],[12,13],[8,10],[20,-6],[10,-35],[14,-24],[3,-26],[-23,-18],[2,-22],[10,-17],[14,-8],[23,10],[18,0],[20,-2],[10,-12],[0,-16],[6,-24],[10,-18],[12,-10],[17,-2],[-4,-15],[-35,-23],[-20,-21],[-20,-2],[-20,-18],[-17,-16],[-16,-18],[-20,-24],[-20,-16],[-24,-6],[-29,4],[-28,-21],[-12,-6],[-14,-10],[-10,-8],[-41,-2],[-16,6],[-22,2],[-12,-2],[-11,-14],[-14,-4],[-6,-16],[-10,-16],[-10,-14],[-29,-19],[-32,-13],[-14,8],[-22,20],[-32,18],[-19,12],[-20,12],[-14,2],[-44,6],[-35,20],[-32,20],[-49,9],[-38,-2],[-38,-2],[-35,-5],[-24,9],[-22,18],[-29,10],[-28,14],[-4,30],[-20,46],[-43,27],[-48,28],[-30,16],[-51,28],[-16,12],[-37,4],[-30,27],[-44,16],[-12,-4],[-28,-25],[-45,35],[-37,34],[-34,42],[-30,0],[-23,-2],[-20,20],[-20,35],[-30,14],[-35,12],[-42,14],[-22,2],[-14,-12],[-5,-28],[-2,-26],[-2,-19],[-16,-12],[-18,12],[-16,28],[-18,5],[-4,-21],[-10,-24],[-29,-4],[-20,-8],[-22,-14],[-18,-14],[-25,-10],[-18,-8],[-22,-6],[-14,16],[-12,22],[-2,32],[4,23],[-2,14],[-15,16],[-36,-4],[-24,-2],[-20,10],[-31,-4],[-16,-16],[-16,-10],[-22,-9],[-35,-4],[-38,-4],[-32,8],[-17,19],[-12,14],[10,20],[13,14],[0,22],[-15,18],[-22,8],[-22,-14],[-18,-12],[-23,-6],[-18,-2],[-8,16],[6,26],[2,23],[-28,16],[-34,10],[-34,9],[-1,25],[0,22],[4,24],[-8,21],[-24,14],[-14,20],[-10,36],[-12,28],[-21,27],[-20,18],[-16,18],[-12,12],[-20,18],[-2,24],[8,12],[22,12],[24,21],[12,30],[4,32],[6,44],[-2,21],[-6,22],[2,20],[-6,30],[-16,20],[-2,29],[-12,20],[-10,12],[-22,2],[-19,12],[-20,12],[-20,4],[-14,14],[-10,28],[-6,14],[-16,11],[-17,-11],[-22,-2],[-14,4],[-4,13],[0,16],[10,24],[6,22],[0,16],[-8,20],[-12,14],[-20,0],[-12,10],[-17,25],[-15,20],[-25,-4],[-34,-6],[-21,8],[-14,16],[-20,38],[-6,14],[-14,-4],[-18,-4],[-27,10],[-16,10],[-16,-2],[-20,-6],[-18,2],[-13,12],[-10,15],[-20,6],[-22,4],[-8,10],[0,36],[-10,26],[-10,10],[-25,6],[-26,-8],[-22,4],[-4,18],[10,25],[10,34],[-8,16],[-12,16],[-25,6],[-20,4],[-18,22],[-22,8],[-20,0],[-15,21],[-16,10],[-24,8],[-20,18],[-14,8],[-22,4],[-21,12],[-8,14],[-16,12],[-14,6],[-10,16],[-8,21],[-15,4],[-12,2],[-18,-4],[-14,-4],[-28,-8],[-14,-15],[-13,-6],[-25,-23],[-23,-9],[-22,-4],[-17,-4],[-18,-10],[-18,-10],[-14,-10],[-24,-16],[-19,-6],[-18,-10],[-16,0],[-28,-6],[-12,2],[-12,4],[-11,10],[2,18],[-2,18],[-6,12],[-18,6],[-18,-6],[-28,-10],[-16,-10],[-25,-8],[-30,-2],[-26,-2],[-19,6],[-20,-2],[-46,-6],[-31,-4],[-16,0],[-26,-2],[-28,2],[-12,0],[-23,2],[-22,6],[-16,4],[-14,4],[-31,-10],[-14,0],[-8,-10],[-14,-14],[-10,-16],[-16,-9],[-18,-8],[-13,0],[-18,-6],[-20,-10],[-10,-29],[-18,-15],[-6,-26],[-2,-20],[-2,-21],[-7,-7],[-22,-11],[-12,-16],[-20,-10],[-16,-2],[-18,8],[-15,16],[-32,-4],[-16,-4],[-14,-20],[0,-24],[2,-38],[2,-31],[28,-24],[14,-46],[16,-26],[-12,-29],[-10,-32],[-6,-19],[-21,-22],[-37,11],[-13,8],[-28,2],[-32,-14],[-18,-6],[-19,-20],[-10,-17],[-6,-12],[-4,-16],[-2,-18],[24,-18],[-6,-26],[2,-43],[-10,-38],[-2,-26],[12,-20],[8,-20],[33,-47],[18,-26],[15,-22],[-7,-20],[-24,-18],[-26,-25],[-17,-16],[19,-50],[-9,-24],[-12,-24],[-16,-25],[-10,-24],[-8,-16],[4,-26],[8,-18],[-6,-24],[-8,-15],[-8,-20],[-16,-22],[-23,-20],[-22,-20],[-16,-14],[-12,-16],[-12,-37],[-8,-22],[-6,-20],[-12,-16],[-11,-16],[-12,-10],[-28,2],[-20,-8],[-14,-19],[-17,6],[7,43],[-21,20],[-26,8],[-28,-2],[-23,6],[-26,2],[-28,14],[-41,8],[-34,4],[-20,6],[-20,0],[-14,0],[-17,-8],[-22,-14],[-16,-16],[-10,-12],[-14,-18],[6,-26],[6,-29],[12,-20],[-10,-18],[-16,-10],[-32,-20],[1,-28],[-2,-25],[2,-24],[0,-22],[-10,-16],[-6,-16],[2,-20],[-4,-23],[-8,-10],[-6,-22],[-4,-22],[-10,-8],[-22,-18],[-10,-28],[-7,-16],[4,-23],[3,-18],[0,-24],[-7,-28],[-12,-14],[-28,-20],[-30,-19],[-12,-14],[-4,-16],[8,-30],[16,-34],[4,-18],[-10,-23],[-6,-20],[-2,-20],[10,-24],[-4,-14],[-8,-22],[-6,-23],[8,-22],[8,-26],[2,-22],[-8,-34],[-8,-27],[20,-12],[28,-26],[16,-12],[4,-16],[-14,-16],[-12,-18],[24,-25],[14,-14],[-22,-30],[-14,-22],[-8,-18],[0,-16],[0,-19],[9,-19],[7,-83],[40,-68],[23,-75],[18,-57],[-29,-34],[-12,-58],[-46,-40],[-45,-23],[-41,-40],[-46,-40],[-34,-17],[-35,0],[-17,-29],[-23,-22],[-27,-26],[-37,-12],[-33,0],[-20,20],[-43,-33],[-53,-65],[-55,-18],[-46,12],[-4,46],[-48,7],[-40,-5],[-20,23],[-23,5],[-35,118],[-40,12],[-119,-57],[-42,-48],[-33,0],[-33,18],[-30,50],[-28,108],[-17,17],[-81,3],[-42,0],[-53,-33],[-56,33],[-52,-8],[-20,-22],[-23,-28],[10,-40],[0,-40],[35,-25],[-10,-18],[-80,-7],[2,-28],[-50,-43],[-3,-20],[15,-32],[-90,-58],[5,-118],[-8,-42],[-35,-68],[-45,-60],[-10,-60],[22,-56],[-5,-17],[-2,-83],[2,-85],[-22,-28],[-5,-70],[27,-85],[-42,-103],[-53,-35],[-15,-60],[12,-80],[-15,-10],[-58,25],[-40,-41],[-2,-90],[0,-42],[-20,-20],[-207,10],[-27,-46],[-48,-17],[-20,-50],[-83,2],[-15,-12],[15,-43],[-23,-17],[0,-156],[25,-17],[-10,-10],[-22,-13],[-15,-33],[-10,-25],[-16,-12],[-67,-13],[-33,-35],[-40,-15],[-18,-27],[-33,-53],[-40,-40],[-33,-30],[-25,-23],[-98,-5],[-15,28],[-10,82],[0,41],[10,37],[-93,43],[-60,5],[-63,-3],[-38,-10],[-25,-17],[-28,-78],[-37,-78],[-26,-20],[-35,-70],[-42,5],[-53,53],[-48,-3],[-58,3],[-65,-8],[-28,23],[-15,-10],[20,-35],[-23,-28],[-20,-30],[-15,-63],[-10,-55],[8,-60],[0,-25],[-51,-20],[-30,-3],[-40,20],[-20,13],[-25,-5],[-15,-38],[-28,-10],[-35,-15],[-53,-27],[-10,-15],[0,-20],[25,-36],[0,-17],[-25,-25],[-8,-18],[-15,-45],[-20,-22],[-30,-11],[-45,0],[-46,-27],[-52,-15],[-33,-20],[-43,-30],[-40,-5],[-30,20],[-45,55],[-23,43],[-23,32],[-22,-15],[-28,-38],[-30,-25],[-15,0],[-56,-52],[-17,7],[-58,5],[-63,-52],[-45,-18],[-48,28],[-25,20],[-13,0],[-27,42],[-20,3],[-8,68],[-65,-43],[5,-55],[-61,37],[-45,-2],[-15,5],[-18,73],[-20,10],[-10,70],[-5,22],[-50,33],[-18,40],[5,40],[3,23],[-18,27],[-7,30],[-20,28],[10,10],[24,23],[-27,22],[-33,15],[-5,18],[0,22],[-2,13],[-20,25],[-13,43],[-5,32],[5,25],[13,35],[17,43],[59,90],[-1,18],[-17,32],[-18,18],[-5,15],[13,38],[10,22],[-15,18],[-26,0],[-75,7],[-40,18],[-25,22],[-36,20],[-27,18],[-31,35],[-27,50],[-25,28],[-28,35],[-15,37],[-20,33],[-28,48],[-10,17],[4,27],[-14,3],[-20,-27],[-111,0],[-53,5],[-62,12],[-38,8],[-25,22],[-43,43],[-25,48],[-25,45],[-28,22],[-38,23],[-45,25],[-28,45],[-20,10],[-25,8],[-65,-30],[-48,-36],[-20,-17],[-5,-70],[0,-25],[38,-55],[25,-43],[30,-38],[17,-45],[5,-30],[-5,-68],[-7,-70],[10,-22],[43,-56],[22,-37],[31,5],[8,-26],[29,-9],[13,-18],[15,-22],[7,-13],[-2,-20],[-10,-28],[-15,-20],[-15,-17],[-10,-18],[0,-37],[2,-30],[8,-23],[-3,-25],[8,-18],[10,-15],[11,-22],[-6,-18],[-8,-10],[-27,0],[-48,0],[-30,-2],[-18,-5],[-28,-20],[-20,-13],[-30,-25],[-17,-15],[-16,-2],[-22,-3],[-23,13],[-21,15],[-18,-2],[4,-19],[13,-25],[2,-15],[-23,-40],[-27,-52],[-35,-45],[-56,-26],[-48,-27],[-30,-40],[-12,-13],[-36,8],[-40,-23],[-30,-10],[-15,-2],[-25,2],[-15,-20],[-3,-17],[15,-21],[14,-32],[-14,-18],[-17,-2],[-19,-8],[-6,-17],[-8,-18],[-23,-5],[-20,-15],[-12,-10],[-18,3],[-15,7],[-33,0],[-20,-10],[0,-30],[3,-45],[0,-23],[-15,-15],[-15,-22],[-5,-25],[5,-23],[10,-30],[-3,-30],[-10,-38],[-23,-15],[-25,-12],[-12,0],[-10,12],[-41,-35],[-20,-15],[-10,-14],[-30,-13],[-5,-23],[-10,-60],[-13,-38],[-12,-27],[-20,-43],[-25,-30],[-5,-30],[-11,-25],[-12,-28],[-18,-17],[8,-43],[-13,-25],[-12,-20],[-15,-3],[-26,20],[-12,-2],[-3,-35],[5,-48],[-12,-20],[-13,-15],[-10,-20],[-7,-20],[-8,-25],[-12,-36],[-2,-28],[-1,-39],[-15,-36],[-15,-37],[-20,-27],[-32,-48],[-8,-44],[-6,-54],[-86,89],[-43,29],[-26,15],[-24,7],[-23,3],[-21,-3],[-43,-14],[-21,-2],[-37,7],[-59,12],[-45,12],[-29,3],[-32,3],[-18,1],[-18,-5],[-14,-17],[-16,-34],[-18,-37],[-7,-41],[0,-24],[-9,-29],[-18,-36],[-21,-28],[-13,-22],[-7,-26],[-7,-23],[3,-34],[4,-35],[-5,-23],[-3,-21],[-2,-27],[-9,-51],[-13,-25],[-12,-28],[-18,-27],[-1,-12],[4,-14],[7,-13],[74,-40],[32,-22],[32,-22],[23,-13],[28,-3],[14,-4],[8,-11],[9,-15],[-4,-15],[-18,-28],[-12,-20],[-10,-15],[-29,-21],[-34,-25],[-15,-23],[-17,-27],[-12,-43],[-14,-48],[-23,-97],[-14,-38],[-19,-35],[-24,-23],[-19,-36],[-17,-48],[-16,-47],[-17,-35],[-11,-20],[-24,-7],[-22,12],[-26,22],[-24,11],[-33,5],[-34,-10],[-31,-11],[-25,-12],[-24,-5],[-23,5],[-17,20],[-16,23],[-15,3],[-18,-13],[-32,-18],[-30,-14],[-24,-3],[-26,0],[-28,7],[-35,7],[-23,-1],[-27,-9],[-18,-9],[-19,-11],[-24,0],[-12,8],[-19,20],[-20,47],[-23,43],[-28,50],[-17,30],[-29,18],[-25,15],[-25,27],[-22,25],[-19,17],[-10,8],[-14,4],[-20,-4],[-27,-6],[-23,-4],[-30,9],[-48,22],[-35,32],[-30,24],[-24,7],[-35,4],[-36,-2],[-29,3],[-30,12],[-55,32],[-29,15],[-26,13],[-18,9],[-16,2],[-19,-1],[-69,2],[-44,8],[-43,15],[-20,14],[-37,5],[-31,12],[-42,14],[-90,25],[-34,18],[-23,15],[-16,4],[-23,-1],[-17,-21],[-8,-16],[-10,-11],[-16,-2],[-37,8],[-50,12],[-20,9],[-14,8],[-15,5],[-13,-8],[-2,-21],[10,-60],[5,-39],[11,-38],[4,-36],[-5,-40],[-5,-26],[-10,-32],[-10,-24],[-9,-28],[-1,-27],[1,-41],[9,-47],[6,-37],[9,-35],[3,-20],[2,-22],[-2,-21],[-9,-12],[-15,-15],[-15,-13],[-22,-5],[-26,5],[-28,11],[-23,10],[-23,8],[-46,-4],[-44,-4],[-30,3],[-21,9],[-19,32],[-8,26],[-10,21],[-17,17],[-25,16],[-29,13],[-32,5],[-34,-4],[-42,1],[-29,9],[-21,11],[-25,3],[-22,-3],[-23,-8],[-29,-7],[-39,9],[-29,3],[-22,-2],[-33,-7],[-26,-15],[-26,-9],[-22,-11],[-22,-13],[-20,-17],[-17,-23],[-8,-24],[-16,-25],[-22,-25],[-18,-16],[-27,-38],[-26,-32],[-23,-28],[-21,-21],[-27,-24],[-10,-23],[-14,-28],[-23,-32],[-17,-15],[-31,-29],[-24,-27],[-19,-21],[-18,-22],[-11,-15],[-11,-25],[-1,-26],[-2,-22],[10,-27],[10,-26],[10,-24],[8,-23],[6,-20],[-10,-14],[-17,-15],[-3,-22],[-5,-18],[-15,-10],[-20,-12],[-13,5],[-17,10],[-17,16],[-22,14],[-29,5],[-23,-4],[-33,-13],[-21,-7],[-25,0],[-30,2],[-29,3],[-22,6],[-12,10],[-11,15],[-5,15],[8,24],[3,28],[-1,44],[-7,23],[-15,25],[-11,33],[-11,28],[-3,31],[-1,43],[1,38],[-7,26],[-4,27],[-8,31],[-14,27],[-12,27],[-18,28],[-26,26],[-25,18],[-23,10],[-28,4],[-26,2],[-21,0],[-37,10],[-28,5],[-23,0],[-24,-9],[-18,-16],[-16,-16],[-19,-10],[-32,-3],[-30,0],[-56,7],[-51,6],[-34,7],[-17,7],[-18,8],[-14,22],[-25,37],[-17,28],[-30,25],[-32,28],[-35,28],[-28,28],[-29,20],[-30,4],[-39,2],[-20,13],[-23,29],[-16,35],[-16,25],[-24,20],[-27,22],[-17,15],[-20,18],[-29,15],[-17,30],[-18,40],[-16,43],[-13,36],[-10,38],[-13,56],[-6,23],[-13,21],[-17,28],[-7,30],[-6,32],[9,38],[5,20],[5,35],[-5,24],[-17,0],[-20,-9],[-21,-11],[-42,-13],[-42,10],[-34,12],[-25,0],[-23,-2],[-15,7],[-6,20],[8,21],[12,48],[7,24],[-1,52],[-15,35],[-14,33],[-10,35],[4,35],[-4,31],[-18,37],[-21,19],[-11,26],[-6,24],[1,24],[-8,23],[-12,17],[-31,10],[-36,16],[-25,17],[-29,19],[-18,20],[-12,34],[1,34],[-8,30],[4,40],[-1,33],[-3,24],[-20,40],[-19,29],[-25,16],[-30,30],[-26,11],[-18,14],[-20,18],[-13,25],[-10,26],[-1,26],[5,32],[-2,26],[-13,44],[-2,31],[-8,30],[-6,22],[-8,18],[-16,8],[-20,2],[-22,10],[-15,17],[-9,14],[-16,17],[-15,4],[-20,2],[-21,4],[-23,6],[-18,8],[-11,12],[-18,23],[-56,18],[-25,11],[-25,2],[-26,3],[-23,2],[-19,2],[-28,-9],[-3,27],[-2,33],[-4,30],[-5,20],[-6,40],[11,40],[13,33],[17,25],[14,20],[29,35],[5,33],[0,30],[0,32],[-4,32],[-13,29],[-24,35],[-22,26],[-11,16],[-13,27],[-20,20],[-20,26],[-21,24],[-30,24],[-17,26],[-14,15],[-28,39],[-12,23],[3,13],[-4,18],[4,39],[6,30],[8,25],[7,21],[-5,28],[-31,26],[-39,15],[-13,5],[-15,30],[-18,24],[-36,48],[-25,35],[-7,31],[6,33],[13,21],[15,28],[-3,33],[-17,18],[-24,24],[-26,14],[-30,16],[-24,23],[-16,10],[-33,1],[-29,-8],[-14,8],[-7,24],[-15,28],[-27,10],[-35,13],[-25,26],[-29,12],[-20,13],[-20,13],[-41,-8],[-25,4],[-22,14],[-20,12],[-16,4],[-13,0],[-10,-31],[-19,-39],[-17,-28],[-20,-36],[-12,-29],[-23,-22],[-8,-20],[-16,-25],[-10,-38],[-5,-20],[-5,-33],[-2,-32],[-6,-23],[-18,-14],[-22,-11],[-32,-11],[-23,-9],[-16,6],[-19,12],[-14,8],[-19,2],[-26,-2],[-32,4],[-22,6],[-22,12],[-22,5],[-29,-12],[-17,-1],[-16,5],[-18,9],[-24,20],[-16,19],[-14,30],[-6,33],[-11,41],[-5,22],[-8,10],[-15,8],[-38,11],[-31,5],[-27,0],[-22,-3],[-28,-8],[-24,-8],[-26,-10],[-18,-10],[-31,-8],[-33,-7],[-22,-5],[-27,4],[-39,5],[-17,10],[-24,16],[-15,8],[-26,5],[-15,-1],[-13,11],[-8,19],[-4,24],[-7,32],[-23,19],[-21,15],[-25,-1],[-37,2],[-25,-5],[-30,-13],[-30,-17],[-31,-11],[-27,-1],[-15,25],[-22,39],[-11,32],[-10,14],[-21,13],[-24,3],[-19,-2],[-20,12],[-28,0],[-38,14],[-30,15],[-38,10],[-30,10],[-26,12],[-24,6],[-32,7],[-18,-26],[-14,-13],[-15,4],[-13,18],[-6,34],[-8,31],[-7,28],[-10,22],[-13,29],[0,19],[8,17],[10,27],[9,18],[6,17],[5,16],[11,13],[13,5],[15,7],[11,14],[-10,15],[-18,0],[-15,-8],[-12,-11],[-14,-11],[-20,6],[-13,8],[-14,15],[-12,11],[-14,7],[-15,4],[-50,-12],[-27,-5],[-12,-10],[-19,-15],[-10,-17],[-10,-11],[-10,-15],[-24,0],[-27,23],[-15,13],[-15,8],[-32,-5],[-26,-9],[-20,-9],[-14,-5],[-12,3],[-22,15],[-15,6],[-17,-2],[-13,-13],[-15,-10],[-12,-1],[-16,7],[-18,15],[-21,10],[-18,12],[-17,7],[-20,-1],[-11,-6],[-14,-12],[-14,-11],[-9,-20],[-15,-5],[-16,-3],[-22,-8],[-17,-10],[-9,-13],[-20,-19],[-19,-5],[-19,-2],[-20,-13],[-10,-11],[-10,-9],[-9,-12],[-12,3],[-8,12],[0,21],[1,15],[2,15],[-8,18],[-2,23],[-2,22],[-5,20],[-6,14],[-1,26],[-3,16],[-10,29],[-9,23],[-10,8],[-3,31],[-14,35],[-3,23],[4,24],[8,18],[3,15],[2,25],[-3,21],[-9,12],[-8,8],[-13,0],[-14,-2],[-7,-13],[-14,-12],[-12,-9],[-12,-1],[-20,6],[-23,11],[-25,5],[-16,3],[-13,0],[-18,-4],[-15,1],[-11,4],[1,21],[8,25],[6,28],[-11,33],[-24,21],[-16,16],[-28,33],[-15,12],[-25,19],[-14,16],[-11,22],[-11,10],[-3,15],[-2,14],[9,20],[0,18],[-7,19],[-10,35],[-9,18],[-18,24],[-10,21],[-2,20],[-5,18],[-3,16],[0,30],[4,31],[-5,22],[0,21],[1,23],[13,20],[11,21],[9,15],[24,21],[24,11],[16,-2],[7,11],[-1,17],[-10,8],[-29,-3],[-14,-8],[-17,-11],[-18,1],[-14,8],[0,16],[19,14],[17,18],[6,13],[6,18],[4,16],[1,17],[-4,19],[-6,24],[-9,14],[-20,27],[-11,18],[-14,21],[-9,18],[-7,24],[-2,18],[6,14],[13,13],[9,20],[6,21],[-1,24],[0,21],[-5,18],[-12,20],[-12,16],[-24,-1],[-26,-8],[-20,-12],[-16,-18],[-12,-17],[-22,-13],[-11,-7],[-20,-12],[-21,-6],[-20,-2],[-14,10],[-21,-4],[-19,-4],[-19,9],[-20,17],[5,29],[-13,19],[-1,20],[9,21],[5,13],[-6,23],[-13,16],[-21,26],[-27,30],[25,35],[7,19],[-2,27],[-6,40],[0,16],[10,24],[3,19],[-3,20],[-23,-4],[-6,-18],[-7,-13],[-23,-8],[-15,-13],[-19,-13],[-16,-3],[-36,-5],[-22,6],[-20,27],[-24,24],[-35,20],[-32,13],[-29,0],[-17,-6],[-38,6],[-13,4],[-12,-9],[2,-23],[-1,-32],[-11,-37],[-16,-10],[-36,17],[-21,23],[-29,17],[-38,3],[-30,-20],[-16,-15],[-19,-18],[-44,-29],[-38,-31],[-46,-30],[-33,-16],[-23,-3],[-26,-14],[-29,-16],[-29,-18],[-23,-6],[-18,3],[-48,12],[-20,-7],[-27,-8],[-14,-2],[-20,0],[-19,12],[-2,44],[-19,21],[-26,39],[-15,22],[5,30],[15,42],[6,17],[-5,15],[-20,23],[-5,33],[6,24],[16,12],[46,22],[22,7],[25,-1],[21,31],[12,50],[13,37],[17,37],[23,40],[21,34],[18,25],[5,18],[9,41],[4,42],[0,35],[-14,35],[-18,41],[-18,32],[-27,21],[-34,29],[-32,24],[-16,32],[-20,38],[-28,46],[-34,59],[-21,34],[-10,7],[-16,8],[-4,12],[10,18],[21,38],[20,40],[7,19],[-7,28],[0,29],[-1,57],[5,17],[11,24],[-2,14],[-6,17],[-28,3],[-18,14],[-27,15],[-30,20],[-18,17],[-8,19],[-2,24],[11,48],[6,36],[-2,31],[-4,33],[-6,49],[0,47],[-5,74],[-5,48],[-1,39],[1,19],[-11,13],[-23,14]],[[72528,126198],[134,39],[68,20],[101,29],[152,45],[119,40],[97,70],[78,82],[118,123],[60,100],[51,26],[71,35],[93,42],[128,36],[188,46],[153,-25],[129,-11],[174,-30],[158,-55],[153,-17],[131,-25],[154,-68],[143,-46],[159,-7],[140,-56],[95,-35],[115,-64],[88,-73],[110,-58],[133,-52],[68,-41],[98,-59],[123,-56],[111,-88],[154,-136],[87,-124],[129,-85],[152,-92]],[[83420,170390],[-164,-39],[-140,-61],[-117,-109],[-79,-74],[-138,-63],[-120,-72],[-121,-77],[-81,-55],[-89,-67],[-140,-48],[-139,-82],[-123,-48],[-99,-40],[-116,-62],[-79,-42],[-95,-58],[-70,-39],[-110,-74],[-74,-60],[-93,-87],[-78,-122],[-89,-102],[-89,-73],[-75,-65],[-58,-70],[-92,-111],[-68,-80],[-46,-54],[-78,-69],[-66,-155],[-50,-117],[-38,-79],[-89,-122],[-62,-115],[-61,-127],[-63,-114],[-79,-78],[-80,-64],[-88,-124],[-84,-97],[-67,-101],[-59,-87],[-68,-107],[-64,-83],[-53,-90],[-92,-122],[-67,-92],[-44,-104],[-31,-72],[-26,-104],[-25,-80],[-75,-117],[-62,-82],[-76,-113],[-55,-88],[-18,-121],[-70,-143],[-53,-118],[-85,-112],[-71,-99],[-30,-147],[-21,-97],[-97,-145],[-64,-96],[-43,-64],[-86,-128]],[[78298,164483],[-53,88],[-27,45],[-40,66],[-60,100],[-30,122],[-42,130],[-47,89],[-88,78],[-108,83],[-108,57],[-142,84],[-82,12],[-81,7],[-119,11],[-114,16],[-130,49],[-80,85],[-95,126],[-99,72],[-95,50],[-89,74],[-103,91],[-87,57],[-119,78],[-173,115],[-177,126]],[[78298,164483],[163,-110],[153,-86],[109,-66],[133,-87],[102,-97],[102,-75],[104,-89],[154,-77],[105,-54],[93,-41],[92,-34],[80,-59],[112,-104],[89,-75],[63,-64],[88,-91],[71,-82],[49,-59],[82,-64],[110,-28],[90,1],[94,8],[94,39],[135,41],[96,24],[64,16],[44,11],[141,3],[101,2],[79,8],[86,-1],[128,-76],[135,-50],[95,-36],[100,-24],[98,-1],[101,5],[94,-5],[136,6],[119,-36],[164,-32],[163,0],[113,1],[83,4],[105,3],[86,13],[141,11],[126,-8],[99,-39],[67,-31],[7,-107],[4,-72],[5,-52],[34,-88],[70,-96],[111,-34],[84,-24],[94,0],[87,28],[115,30],[94,11],[92,-27],[90,-48],[74,-33],[50,-22],[90,-76],[99,-55],[76,-45],[74,-44],[78,-94],[49,-88],[38,-85],[48,-104],[51,-77],[72,-128],[127,-95],[94,-74],[137,-66],[116,-93],[87,-67],[73,-42],[119,-33],[101,26],[81,72],[161,51],[126,-2],[143,-33],[162,31],[173,21],[150,-33],[148,-9],[136,1],[135,-22],[125,-4],[104,-13],[180,-25],[128,-65],[161,-103],[113,-83],[139,-81],[150,-116],[121,-76],[112,-76],[115,-52],[106,-31],[125,32],[93,20],[98,29],[118,14],[99,0],[89,5],[88,34],[137,26],[107,32],[120,35],[103,33],[84,22],[56,15],[121,-18],[103,-5],[142,-27],[97,-19],[65,-12],[43,-8],[87,-17]],[[101953,206955],[34,-210],[42,-150],[85,-163],[32,-168],[21,-114],[61,-157],[54,-110],[88,-169],[78,-133],[54,-102],[50,-82],[67,-63],[94,-91],[101,-79],[85,-71],[62,-71],[54,-61],[97,-81],[71,-50],[107,-14],[100,-40],[162,-47],[119,-45],[111,-35],[126,4],[174,-21],[122,-20],[101,-25],[132,-16],[99,-5],[90,-8],[108,-5],[77,-1],[127,-4],[97,-2],[67,-1],[51,3],[135,-19],[95,-17],[125,-1],[136,3],[112,17],[77,12],[64,18],[72,58],[98,77],[120,52],[85,42],[136,72],[114,80],[98,60],[109,73],[73,50],[109,101],[80,85],[54,56],[90,93],[91,77],[81,63],[70,72],[103,80],[87,52],[140,98],[96,66],[92,84],[82,93],[112,87],[75,59],[118,114],[81,80],[146,92],[137,46],[131,34],[91,27],[135,60],[110,39],[156,-11],[108,-13],[85,-20],[135,-13],[181,-9],[124,-4],[134,-1],[134,-50],[112,-45],[83,-28],[124,-19],[120,-48],[90,-29],[117,51],[105,63],[85,40],[110,85],[76,78],[90,127],[76,91],[73,147],[40,114],[29,157],[53,139],[41,127],[26,94],[65,150],[103,102],[87,83],[91,67],[124,15],[154,87],[119,55],[152,73],[101,49],[67,33],[135,65]],[[116214,207140],[30,-163],[30,-144],[16,-112],[-1,-108],[4,-127],[-18,-119],[-23,-146],[2,-140],[3,-96],[-15,-121],[5,-134],[1,-97],[-22,-92],[-26,-73],[-21,-63],[-22,-90],[-42,-101],[-18,-97],[-19,-145],[-82,-129],[-73,-101],[-48,-79],[-61,-156],[-50,-109],[-91,-134],[-61,-100],[-51,-115],[-44,-86],[-59,-140],[-41,-119],[-7,-112],[2,-97],[-55,-128],[-31,-141],[-14,-124],[-5,-89],[3,-155],[17,-114],[45,-114],[37,-159],[24,-116],[63,-115],[74,-91],[55,-91],[57,-135],[37,-133],[-2,-149],[-1,-111],[-1,-142],[19,-115],[37,-144],[82,-166],[52,-119],[69,-143],[89,-141],[71,-124],[48,-83],[51,-173],[13,-161],[25,-148],[21,-106],[27,-101],[1,-162],[5,-117],[0,-180],[-13,-144],[-10,-160],[-10,-122],[-3,-105],[-1,-129],[14,-106],[27,-173],[4,-145],[33,-172],[38,-131],[15,-171],[23,-135],[10,-135],[25,-158],[36,-114],[48,-101],[48,-104],[61,-99],[65,-86],[44,-64],[105,-126],[70,-84],[52,-62],[153,-121],[109,-98],[100,-81],[162,-54],[155,-35],[167,-93],[153,-66],[140,-29],[107,-27],[91,-34],[154,-42],[108,-40],[82,-30],[130,-32],[129,-8],[111,-15],[168,12],[113,8],[76,5],[54,4],[87,2],[98,-17],[68,-11],[138,-33],[122,-7],[149,-29],[144,-69],[114,-46],[106,-8],[126,-3],[154,-43],[133,-23],[94,-20],[113,-32],[109,-24],[99,-16],[127,-76],[115,-52],[98,-45],[75,-30],[95,-46],[120,-117],[106,-77],[151,-117],[105,-108],[121,-102],[111,-99],[92,-78],[66,-117],[30,-130],[24,-122],[16,-82],[11,-54],[22,-109]],[[116311,189628],[-37,148],[-43,147],[-67,139],[-50,124],[-61,98],[-104,126],[-52,149],[-53,174],[-55,137],[-37,91],[-24,61],[-49,122],[3,179],[-47,149],[-38,110],[-27,87],[-55,101],[-32,132],[-94,127],[-71,100],[-73,86],[-84,70],[-84,72],[-60,48],[-103,62],[-147,40],[-119,19],[-90,1],[-136,1],[-92,-1],[-133,-12],[-113,-30],[-160,-25],[-119,-32],[-172,-25],[-147,-50],[-133,-12],[-155,8],[-117,25],[-155,29],[-110,16],[-119,11],[-88,4],[-131,25],[-110,-5],[-169,-18],[-174,31],[-126,21],[-107,0],[-86,0],[-133,46],[-121,79],[-101,75],[-67,94],[-50,70],[-44,115],[-109,163],[-72,122],[-64,119],[-37,140],[-110,186],[-73,156],[-40,124],[-29,118],[-38,114],[-53,99],[-51,83],[-40,58],[-73,106],[-64,74],[-91,102],[-63,75],[-115,82],[-99,54],[-97,53],[-89,43],[-116,88],[-124,59],[-151,39],[-117,43],[-186,54],[-150,18],[-167,36],[-173,-9],[-160,43],[-190,31],[-145,36],[-142,33],[-126,-1],[-179,4],[-134,15],[-170,-15],[-186,27],[-134,26],[-102,20],[-79,9],[-137,24],[-97,13],[-82,-8],[-149,-27],[-118,-12],[-88,6],[-94,29],[-79,26],[-141,-2],[-104,-11],[-82,-7],[-126,52],[-110,30],[-120,24],[-80,15],[-96,22],[-93,38],[-94,19],[-121,41],[-93,27],[-136,97],[-101,63],[-181,71],[-131,46],[-108,41],[-126,21],[-101,6],[-124,27],[-125,16],[-133,65],[-113,45],[-117,4],[-119,11],[-84,7],[-106,24],[-93,48],[-79,40],[-96,29],[-127,53],[-92,51],[-62,35],[-108,66],[-162,41],[-123,19],[-99,19],[-134,86],[-99,70],[-72,50],[-107,21],[-97,43],[-128,55],[-133,89],[-121,43],[-192,51],[-134,46],[-106,34],[-142,81],[-122,53],[-126,52],[-118,21],[-127,28],[-105,40],[-102,36],[-77,32],[-117,45],[-128,7],[-85,5],[-99,28],[-82,37],[-129,27],[-92,23],[-111,18],[-82,17],[-137,25],[-102,9],[-157,52],[-151,29],[-105,15],[-73,9],[-118,34],[-160,25],[-107,16],[-72,11],[-142,22]],[[47680,126836],[0,-70],[-7,-72],[2,-57],[3,-77],[-5,-72],[7,-89],[0,-61],[-17,-48],[-10,-35],[4,-54],[-6,-27],[-26,-56],[-27,-79],[-67,-45],[-46,-106],[-75,-99],[-16,-35],[-20,-42],[-13,-45],[-4,-62],[6,-69],[0,-85],[-6,-79],[-14,-76],[-18,-83],[-43,-89],[-40,-81],[-67,-149],[-26,-67],[-17,-67],[-30,-60],[-61,-101],[-77,-158],[-26,-46],[-8,-51],[-6,-48],[4,-51],[36,-99],[35,-156],[22,-86],[30,-89],[10,-51],[-14,-85],[-16,-74],[-38,-73],[-55,-71],[-59,-54],[-53,-79],[-42,-59],[-75,-58],[-51,-57],[-69,-59],[-87,-68],[-95,-47],[-77,4],[-55,53],[-26,71],[-26,90],[-49,63],[-51,32],[-67,13],[-77,4],[-93,-11],[-81,-24],[-186,-95],[-162,-81],[-227,-99],[-110,-34],[-148,-54],[-109,-37],[-128,-50],[-101,-33],[-81,-12],[-132,-10],[-99,4],[-114,-2],[-61,-2],[-46,-26],[-43,-26],[-46,-29],[-47,-16],[-81,4],[-63,26],[-59,25],[-32,-12],[-49,-33],[-56,-70],[-41,-93],[0,-95],[16,-57],[4,-63],[-10,-86],[-28,-79],[-59,-115],[-36,-77],[-47,-67],[-26,-91],[-41,-115],[-30,-81],[-37,-68],[-46,-51],[-73,-51],[-73,-50],[-39,-26],[-52,-8],[-61,2],[-43,30],[-42,48],[-25,63],[-36,101],[-37,142],[-56,137],[-43,54],[-46,35],[-49,22],[-35,4],[-64,-58],[-55,-65],[-35,-45],[-14,-64],[-22,-83],[-6,-61],[-2,-66],[10,-53],[-4,-38],[-22,-85],[-29,-117],[-50,-142],[-47,-97],[-61,-111],[-79,-105],[-59,-107],[-58,-91],[-43,-61],[-26,-48],[6,-22],[16,-27],[12,-22],[4,-22],[-4,-38],[-10,-39],[-10,-58],[-10,-51],[-10,-60],[12,-39],[14,-15]],[[41888,120088],[-43,16],[-175,112],[-154,84],[-110,71],[-77,123],[-57,95],[-48,107],[-15,105],[-10,73],[20,139],[12,96],[8,88],[63,121],[43,84],[55,101],[38,103],[43,93],[30,78],[40,96],[35,90],[15,83],[-63,109],[-100,21],[-89,10],[-87,-23],[-66,-22],[-81,-57],[-55,-38],[-113,-108],[-78,-96],[-88,-87],[-121,-63],[-122,-32],[-90,-15],[-72,51],[-73,66],[-63,81],[-42,92],[-22,70],[-2,97],[2,98],[-20,117],[-24,83],[-65,72],[-95,12],[-80,6],[-83,-29],[-91,-48],[-61,-47],[-82,-80],[-80,-69],[-114,-52],[-97,-15],[-135,-9],[-116,20],[-99,47],[-67,41],[-78,48],[-55,36],[-100,119],[-69,103],[-54,83],[-36,81],[-21,68],[-83,152],[-88,114],[-72,75],[-100,105],[-65,107],[-65,106],[-58,120],[-55,99],[-42,91],[-28,86],[11,126],[8,99],[-1,78],[0,56],[6,86],[-6,89],[5,93],[10,123],[0,101],[-2,96],[36,103],[39,113],[45,96],[22,111],[66,162],[39,156],[14,121],[9,88],[26,92],[41,119],[14,156],[6,106],[2,145],[-5,136],[-19,110],[-15,98],[-11,118],[-3,84],[2,110],[-27,147],[-8,171],[16,129],[32,179],[13,139],[-23,135],[-15,138],[11,138],[8,106],[-48,114],[-73,155],[-49,103],[-33,69],[-65,138]],[[34099,174743],[-11,0],[-24,10],[-16,10],[-20,20],[-22,33],[-20,22],[-19,16],[-28,10],[-36,6],[-26,-2],[-37,27],[-38,34],[-43,24],[-54,21],[-18,14],[-16,28],[-29,32],[-28,21],[-30,14],[-53,-10],[-46,-39],[-40,-38],[-33,16],[-76,53],[-67,30],[-16,4],[-27,12],[-26,4],[-22,-8],[-16,4],[0,23],[-10,28],[4,38],[-2,27],[0,32],[0,32],[-16,27],[-14,28],[-13,28],[-22,17],[-24,-12],[-16,-21],[-18,-8],[-21,0],[-32,2],[-16,6],[-22,18],[-22,7],[-12,-4],[-27,-15],[-20,-12],[-32,-2],[-24,0],[-21,-6],[-24,8],[-22,10],[-22,6],[-18,0],[-19,2],[-28,-8],[-18,2],[-8,12],[-18,25],[-14,20],[-12,6],[-11,0],[-16,0],[-22,-8],[-18,-18],[-16,-18],[-18,-13],[-19,-14],[-20,-4],[-32,8],[-20,-2],[-25,-12],[-18,-10],[-24,8],[-32,14],[-30,16],[-41,11],[-32,0],[-20,0],[-20,10],[-15,6],[-18,20],[-30,22],[-28,4],[-21,-6],[-12,-22],[-16,-28],[0,-33],[4,-28],[-12,-24],[-20,-12],[-22,-13],[-16,-20],[-4,-18],[0,-24],[8,-37],[26,-12],[1,-21],[-21,-11],[-12,-9],[-8,-14],[4,-18],[-5,-38],[-12,-33],[6,-24],[11,-14],[26,-21],[14,-22],[0,-28],[-12,-30],[-22,-39],[-19,-36],[-24,-37],[-24,-38],[-20,-47],[-24,-48],[-13,-15],[-10,-22],[-14,-34],[-20,-8],[-40,-2],[-67,-5],[-30,-4],[-28,6],[-19,13],[-22,20],[-16,14],[-46,18],[-31,12],[-42,0],[-24,-8],[-27,-16],[-26,-6],[-42,-8],[-34,4],[-31,6],[-6,22],[-10,17],[-14,10],[-18,8],[-22,20],[-29,28],[-36,23],[-24,22],[-26,36],[-31,17],[-30,20],[-18,14],[-14,0],[-15,-16],[-12,-14],[-8,-27],[-12,-32],[-14,-39],[-2,-16],[-12,-8],[-12,2],[-20,14],[-12,14],[-15,17],[-18,8],[-22,0],[-20,-10],[-22,-23],[-23,-22],[-20,-6],[-28,-2],[-42,12],[-33,8],[-44,-6],[-38,-2],[-45,-22],[-32,-18],[-30,-8],[-45,-35],[-36,-18],[-28,-10],[-19,-2],[-56,8],[-43,18],[-16,12],[-16,10],[-24,-6],[-20,-12],[-31,-12],[-36,-22],[-26,-12],[-34,-6],[-29,-7],[-42,2],[-22,-2],[-31,-16],[-28,-12],[-32,-2],[-18,-6],[-24,-20],[-35,-27],[-24,-26],[-34,-16],[-29,-8],[-22,16],[-30,14],[-24,20],[-29,23],[-16,30],[-14,28],[-18,29],[-20,18],[-12,18],[-1,19],[29,20],[14,22],[6,18],[-8,24],[-8,19],[-8,18],[-22,24],[-27,14],[-32,19],[-28,16],[-20,0],[-14,-6],[-25,-2],[-18,-8],[-36,-8],[-20,0],[-20,2],[-33,-2],[-30,10],[-36,12],[-49,16],[-36,6],[-20,2],[-21,-8],[-8,-12],[-8,-22],[-12,-13],[-20,-4],[-32,2],[-39,19],[-34,18],[-44,24],[-29,12],[-12,8],[-7,19],[1,22],[-2,28],[-8,35],[-24,42],[-8,16],[0,19],[4,16],[8,44],[4,27],[-6,12],[-4,14],[-16,16],[-12,14],[-31,25],[-32,24],[-40,32],[-37,17],[-32,12],[-18,16],[-10,16],[-18,18],[-13,14],[-26,19],[-38,14],[-26,14],[-27,6],[-30,-10],[-58,-10],[-27,-2],[-26,-14],[-16,-19],[-25,-13],[-24,5],[-26,12],[-24,11],[-34,32],[-16,12],[-2,20],[28,39],[12,20],[7,23],[-9,14],[-10,14],[-10,16],[-2,18],[-4,26],[4,19],[0,28],[-19,22],[-40,37],[-40,34],[-49,35],[19,14],[16,12],[4,15],[-6,21],[-15,10],[-28,15],[-26,2],[-42,0],[-29,2],[-18,20],[-22,22],[-18,14],[-28,-4],[-17,-12],[-5,-32],[-21,-8],[-30,2],[-43,18],[-36,14],[-48,35],[-23,16],[-42,20],[-24,18],[-41,39],[-16,6],[-44,6],[-38,-10],[-31,-29],[-32,19],[-16,28],[-13,25]],[[27182,176094],[-4,71],[-42,213],[-69,118],[-18,55],[-25,73],[-31,100],[-30,132],[23,103],[31,131],[22,133],[64,139],[66,72],[33,51],[41,65],[44,67],[27,68],[36,85],[41,100],[49,140],[42,139],[24,110],[-8,112],[0,141],[16,91],[20,123],[-34,88],[-42,97],[-53,130],[-65,109],[-66,101],[-98,87],[-86,66],[-80,74],[-109,71],[-109,49],[-133,10],[-151,9],[-109,25],[-135,25],[-150,38],[-108,56],[-157,88],[-94,107],[-55,45],[-80,64],[-110,55],[-97,15],[-72,-3],[-74,20],[-82,43],[-80,112],[-17,118],[-8,110],[25,105],[59,99],[84,139],[127,181],[57,127],[105,125],[74,50],[78,51],[85,60],[105,44],[69,44],[32,77],[28,90],[21,102],[7,74],[-2,87],[-10,119],[-20,176],[-40,131],[-53,180]],[[46874,152271],[-62,134],[-45,105],[-31,94],[-77,125],[-56,101],[-83,127],[-75,93],[-54,69],[-39,138],[-52,120],[-36,82],[-50,177],[-35,120],[-24,85],[-17,65],[8,80],[-1,172],[-14,133],[-8,108],[28,132],[15,130],[-21,133],[-90,116],[-72,106],[-155,67],[-113,22],[-124,-35],[-136,-13],[-109,40],[-63,105],[-22,92],[-55,146],[-81,145],[-54,140],[-31,101],[-10,170],[-13,125],[-21,106],[-15,76],[-45,114],[-19,153],[-17,117],[10,124],[-8,138],[-61,148],[-29,139],[-66,176],[-44,127],[-92,151],[-72,132],[-48,105],[-34,81],[-104,115],[-67,138],[-53,134],[-61,105],[-77,109],[-52,83],[-46,126],[-21,105],[-33,164],[-32,121],[-29,171],[-18,115],[15,158],[40,139],[10,183],[58,195],[37,145],[14,111],[-2,161],[3,131],[-1,101],[0,97],[-23,103],[-24,107],[-29,100],[-25,116],[-22,84],[-61,91],[-44,66],[-37,48],[-65,41],[-93,106],[-96,106],[-101,64],[-112,91],[-134,61],[-137,84],[-99,56],[-134,4],[-132,21],[-103,42],[-104,52],[-139,25],[-102,20],[-120,70],[-139,17],[-169,34],[-115,28],[-146,50],[-125,36],[-93,38],[-132,65],[-101,65],[-92,64],[-106,35],[-145,103],[-105,82],[-137,71],[-131,134],[-128,103],[-92,68],[-64,46],[-110,49],[-142,107],[-107,72],[-92,35],[-176,47],[-131,40],[-109,22],[-128,36],[-173,-7],[-123,2],[-131,17],[-118,8],[-96,0],[-134,2],[-124,-35],[-117,-18],[-127,-37],[-111,-18],[-149,-42],[-100,-29],[-155,-29],[-113,-29],[-104,-29],[-87,-17],[-96,-24],[-69,-15],[-141,-13],[-110,9],[-118,13],[-105,-6],[-143,-4],[-132,-14],[-98,-5],[-91,0],[-109,-1],[-87,-8],[-69,-6],[-111,31],[-136,10],[-129,-2],[-101,-17],[-86,-11],[-119,16],[-168,-12],[-118,-9],[-80,-5],[-133,31],[-149,87],[-102,60],[-77,39],[-89,21],[-65,16],[-108,-15],[-206,21],[-156,12],[-89,5]],[[33534,163863],[4,9],[1,35],[-19,31],[-29,29],[-32,20],[-23,17],[-17,12],[-8,17],[0,39],[-14,22],[-12,19],[0,29],[-11,26],[-20,21],[-33,20],[-35,29],[-13,16],[-3,29],[-10,17],[0,35],[-19,19],[-14,22],[-13,27],[13,41],[2,25],[-10,29],[-21,73],[-6,46],[0,59],[-15,33],[-12,37],[-14,35],[-19,48],[-18,35],[-23,26],[-24,40],[-6,45],[16,47],[-4,25],[-10,35],[-29,49],[-10,43],[-11,44],[-10,31],[-12,34],[6,35],[-2,31],[-23,37],[-10,23],[-8,35],[-15,27],[15,26],[18,29],[8,19],[-8,20],[-16,21],[-17,16],[-34,27],[-29,31],[-17,31],[-14,25],[-10,18],[-33,23],[-23,27],[-26,49],[-29,45],[-27,41],[-20,31],[-6,17],[-8,31],[-9,43],[-2,53],[-12,37],[-12,35],[-8,17],[2,43],[0,55],[-5,33],[11,35],[24,37],[21,25],[18,31],[19,23],[8,20],[6,43],[0,29],[10,33],[21,31],[37,35],[16,10],[17,35],[24,29],[33,25],[39,16],[31,9],[72,10],[12,6],[-8,25],[-17,61],[-26,39],[-33,35],[-56,60],[-59,56],[-33,28],[-18,7],[-7,35],[-4,41],[-20,37],[-14,60],[-9,53],[-22,66],[-31,57],[-25,36],[-18,4],[-29,-21],[-24,-31],[-23,-25],[-31,-8],[-26,4],[-23,15],[-37,4],[-12,-4],[-4,-15],[-15,-28],[-12,-2],[-12,12],[-13,18],[-28,27],[-31,21],[-58,33],[-32,22],[-41,-4],[-43,8],[-46,5],[-59,18],[-35,17],[-16,22],[-9,25],[-10,24],[-6,25],[0,45],[4,46],[4,39],[-6,31],[-16,39],[-9,41],[-12,37],[-12,43],[-14,25],[-13,16],[-24,9],[-23,35],[-19,35],[-4,26],[-4,39],[-6,35],[-16,27],[-23,31],[-33,43],[-24,19],[-19,10],[-39,31],[-49,20],[-14,27],[-21,21],[-2,20],[-4,33],[-4,41],[-4,44],[-4,41],[12,41],[6,27],[-4,22],[-20,35],[-29,42],[-8,22],[-6,33],[6,37],[-2,47],[-5,46],[-16,53],[-14,43],[-2,21],[-4,27],[18,24],[25,11],[32,2],[19,16],[14,31],[17,0],[16,-8],[14,-17],[31,-30],[25,-23],[24,-14],[19,-5],[19,12],[-5,17],[-8,25],[-10,27],[-10,35],[-11,49],[-6,41],[19,13],[24,6],[27,-8],[25,-3],[12,7],[16,12],[10,14],[19,31],[6,31],[6,17],[19,26],[6,15],[6,20],[41,27],[10,17],[7,16],[0,25],[8,22],[16,25],[31,14],[31,19],[8,12],[16,29],[6,37],[9,41],[14,27],[10,10],[4,19],[-4,25],[13,14],[26,29],[17,27],[20,22],[23,35],[8,25],[18,24],[27,40],[33,30],[4,15],[-8,18],[-6,17],[-19,23],[-12,22],[-23,33],[-59,45],[-21,23],[6,37],[4,19],[0,53],[3,19],[20,20],[21,19],[12,22],[2,13],[-4,18],[-23,31],[-10,18],[-16,23],[-21,17],[-20,10],[-27,12],[-12,11],[2,14],[4,35],[8,39],[10,27],[10,31],[5,18],[-7,13],[-8,10],[-22,24],[-50,38],[-36,37],[4,13],[14,7],[27,13],[8,14],[14,25],[12,24],[9,21],[14,14],[29,17],[48,30],[7,17],[-10,41],[-10,46],[-2,16],[8,19],[14,41],[-4,22],[-14,27],[-19,29],[0,14],[10,15],[21,14],[29,29],[43,35],[14,-5],[15,-26],[34,-47],[11,-9],[26,-6],[19,6],[20,15],[31,23],[17,-3],[14,-10],[20,-22],[25,-21],[23,-10],[28,-2],[35,4],[19,8],[16,14],[4,21],[4,37],[6,29],[15,16],[35,25],[65,14],[68,-6],[37,6],[29,13],[22,-3],[12,-22],[-4,-35],[4,-37],[13,-33],[29,-18],[57,-13],[84,-8],[23,18],[47,37],[29,5],[20,-5],[68,-41],[28,4],[34,13],[23,6],[28,0],[34,-6],[43,-13],[78,-26],[63,-26],[71,-26],[60,-7],[4,15],[-8,38],[-8,77],[0,51],[14,32],[18,37],[21,44],[22,34],[16,43],[0,30],[18,33],[8,12],[-7,15]],[[135849,113630],[83,-131],[91,-116],[63,-78],[89,-77],[95,-57],[87,-65],[96,-55],[123,-100],[128,-68],[87,-43],[149,-27],[109,-20],[75,-15],[123,-9],[99,-8],[67,-6],[92,-68],[75,-52],[71,-53],[56,-49],[38,-34],[109,-46],[110,-73],[75,-78],[70,-92],[-7,-141],[-29,-140],[97,-134],[70,-84],[61,-43],[105,-9],[109,-13],[104,-27],[81,-47],[109,-65],[108,-84],[76,-60],[66,-42],[59,-50],[110,-73],[140,-120],[94,-97],[72,-85],[47,-110],[57,-115],[34,-173],[29,-123],[34,-184],[-11,-178],[-8,-123],[50,-142],[47,-120],[32,-80],[20,-54],[42,-107]],[[139907,109387],[18,-192],[13,-130],[8,-107],[7,-73],[78,-122],[58,-138],[48,-119],[45,-84],[46,-71],[66,-128],[44,-100],[81,-146],[54,-104],[20,-109],[41,-135],[25,-102],[-18,-161],[-12,-125],[-6,-88],[35,-89],[23,-59],[15,-40],[31,-79]],[[140627,106886],[-9,-162],[-5,-81],[-8,-122],[-11,-182],[-22,-143],[-11,-119],[14,-148],[22,-121],[9,-159],[-29,-85],[-42,-127],[-9,-69],[3,-91],[16,-117],[22,-129],[12,-92],[0,-112],[-4,-80],[-12,-98],[-24,-119],[-12,-90],[8,-91],[16,-118],[10,-117],[13,-127],[-1,-146],[5,-89],[2,-122],[0,-132],[7,-112],[-4,-138],[4,-77],[-13,-91],[-25,-92],[-35,-103],[-33,-58],[-56,-57],[-81,-79],[-67,-68],[-86,-64],[-63,-29],[-79,-38],[-81,-28],[-119,-37],[-102,26],[-89,27],[-82,40],[-79,23],[-108,30],[-73,54],[-71,54],[-78,71],[-83,30],[-81,8],[-97,7],[-93,-1],[-112,-11],[-104,54],[-46,45],[-39,44],[-52,61],[-52,50],[-62,69],[-63,65],[-50,57],[-71,84],[-67,72],[-95,74],[-65,64],[-81,78],[-85,30],[-132,20],[-109,-89],[-52,-79],[-60,-63],[-79,-64],[-117,-57],[-105,-41],[-68,-48],[-42,-122],[31,-97],[55,-88],[87,-119],[115,-126],[109,-98],[130,-149],[86,-105],[138,-100],[75,-13],[84,-25],[89,-65],[58,-84],[67,-113],[41,-112],[37,-95],[14,-135],[-35,-127],[-72,-145]],[[134619,100600],[1,4],[-4,115],[-6,134],[11,164],[12,142],[5,103],[7,112],[6,216],[11,98],[13,153],[37,241],[9,99],[0,91],[4,162],[5,156],[-7,128],[-20,174],[-20,112],[-11,130],[-23,144],[-17,115],[-8,101],[-3,105],[6,135],[14,135],[22,113],[29,200],[11,250],[-9,442],[0,133],[-5,259],[-31,436],[0,183],[-3,291],[0,312],[-3,147],[-17,205],[-28,206],[-17,107],[-23,101],[-31,90],[-65,133],[-42,90],[-85,112],[-56,88],[-85,124],[-102,126],[-51,68],[-76,107],[-116,149],[-82,96],[-96,104],[-101,96],[-76,65],[-80,62],[-84,87],[-79,87],[-142,178],[-101,146],[-77,118],[-104,212],[-99,160],[-96,175],[-73,143],[-51,138],[-54,158],[-48,228],[-11,40],[-45,87],[-54,79],[-74,79],[-56,67],[-124,124],[-68,85],[-71,78],[-93,71],[-99,79],[-96,76],[-144,84],[-172,104],[-181,99],[-85,39],[-124,76],[-189,141],[-156,116],[-184,120]],[[140627,106886],[237,-92],[167,-78],[166,-63],[148,-27],[116,-19],[166,-109],[167,-133],[137,-128],[123,-84],[168,-153],[110,-120],[145,-158],[100,-168],[70,-123],[64,-96],[58,-121],[80,-125],[65,-86],[95,-115],[69,-90],[102,-122],[91,-81],[85,-82],[148,-73],[143,-97],[131,-62],[97,-38],[153,-103],[115,-125],[79,-84],[90,-103],[62,-70],[60,-96],[50,-72],[100,-120],[81,-85],[61,-75],[100,-114],[70,-89],[125,-109],[121,-59],[101,-42],[74,-31],[117,-94],[125,-63],[179,-42],[169,-27],[158,-20],[108,-12],[77,-8],[95,-34],[123,-54],[105,-57],[126,-30],[98,-27],[89,-70],[126,-79],[111,-81],[80,-55],[86,-76],[60,-55],[105,-107],[154,-162],[105,-131],[122,-123],[85,-86],[83,-98],[104,-73],[100,-86],[76,-62],[127,-41],[97,-17],[145,-23],[103,-13],[91,5],[129,8],[111,24],[121,15],[104,-8],[86,-15],[88,-50],[173,-31],[115,-20],[77,-14],[154,-27]],[[150004,100847],[-19,-162],[-18,-119],[-13,-100],[23,-167],[20,-117],[13,-117],[-5,-120],[1,-102],[17,-101],[9,-116],[27,-101],[33,-96],[39,-80],[49,-118],[27,-93],[43,-121],[72,-127],[46,-94],[35,-79],[45,-148],[12,-131],[19,-133],[5,-155],[16,-124],[13,-141],[8,-94],[6,-63],[11,-125]],[[150004,100847],[-28,136],[-26,121],[-17,118],[-7,86],[12,118],[7,91],[8,82],[23,72],[43,156],[54,131],[6,157],[13,130],[47,140],[31,93],[50,67],[100,116],[87,77],[85,42],[100,37],[102,25],[85,29],[88,27],[85,48],[81,46],[86,54],[82,72],[79,51],[101,85],[69,136],[63,117],[90,106],[66,72],[61,44],[71,29],[113,89],[96,102],[86,71],[84,78],[68,74],[106,106],[109,73],[84,44],[110,78],[161,81],[115,58],[98,19],[161,0],[127,13],[160,1],[129,13],[141,12],[111,-12],[144,-21],[145,-53],[111,-61],[127,-50],[89,-36],[114,-20],[91,-23],[118,-22],[99,-23],[112,-91],[111,-55],[89,-34],[116,-83],[83,-93],[114,-102],[86,-71],[76,-68],[106,-68],[87,-39],[87,-30],[87,-41],[121,-41],[119,-2],[82,0],[124,-25],[100,-11],[84,-12],[85,-21],[93,-7],[122,28],[94,19],[91,2],[101,9],[106,-20],[139,-26],[94,-18],[115,-10],[98,2],[123,-1],[84,1],[76,9],[54,4],[100,-17],[109,-5],[117,-51],[150,-22],[123,-29],[127,-21],[120,-40],[100,-24],[140,-32],[94,-21],[101,13],[68,9],[45,5],[90,12]],[[14086,192798],[28,23],[116,74],[117,51],[103,54],[99,40],[100,80],[100,90],[79,90],[129,87],[107,81],[95,68],[87,72],[64,51],[90,34],[148,119],[95,129],[62,95],[43,66],[40,81],[98,90],[65,59],[44,40],[87,80]],[[19663,184060],[-96,-110],[-48,-56],[-71,-83],[-108,-124],[-144,-79],[-125,-80],[-122,-48],[-130,-88],[-85,-65],[-99,-95],[-95,-87],[-110,-65],[-84,-87],[-37,-40],[-47,-42],[-69,-52],[-97,-70],[-112,-73],[-153,-98],[-126,-135],[-94,-95]],[[10132,181253],[4,14],[89,298],[10,56],[-28,46],[-23,21],[0,17],[0,23],[13,26],[15,15],[3,33],[10,28],[8,36],[33,36],[10,48],[8,46],[-3,51],[-5,56],[5,25],[33,28],[85,61],[13,13],[0,41],[-11,20],[-23,26],[-30,23],[-57,48],[-46,76],[-20,72],[10,48],[5,15],[59,72],[44,74],[30,68],[51,84],[39,34],[15,35],[18,8],[92,46],[120,97],[84,91],[56,5],[103,-28],[122,-23],[49,3],[87,61],[84,26],[194,170],[84,49],[69,-21],[90,3],[43,-23],[21,41],[76,86],[16,21],[7,23],[3,17],[-3,28],[-2,36],[-3,41],[-2,30],[-18,36],[0,25],[5,18],[10,13],[0,41],[-3,46],[8,38],[5,36],[10,30],[39,28],[25,13],[28,10],[31,18],[38,20],[26,13],[20,18],[28,13],[6,22],[15,23],[43,3],[21,18],[7,23],[3,28],[10,30],[5,49],[16,40],[20,44],[28,51],[26,30],[25,28],[16,15],[15,29],[20,20],[36,5],[-20,18],[-26,15],[-13,18],[-5,18],[-10,25],[-20,28],[-28,13],[-46,23],[-11,10],[-2,15],[13,3],[20,8],[31,12],[15,18],[15,21],[5,45],[18,8],[23,15],[28,26],[8,20],[13,43],[-5,49],[20,58],[15,67],[-10,56],[-10,53],[10,38],[18,31],[10,30],[-5,34],[-7,22],[-23,16],[-28,13],[-21,15],[-28,51],[-26,28],[-17,25],[-8,23],[2,33],[-7,13],[-10,36],[2,17],[21,54],[2,43],[13,36],[10,25],[13,49],[51,56],[23,86],[54,92],[48,102],[44,48],[0,13],[-23,13],[-6,15],[6,41],[7,25],[13,54],[-5,41],[13,43],[23,43],[5,28],[41,41],[18,31],[5,33],[10,51],[10,15],[5,18],[3,46],[5,45],[5,72],[41,48],[25,46],[-2,33],[13,28],[15,74],[25,38],[34,38],[18,49],[28,43],[0,48],[-28,23],[17,23],[18,51],[16,66],[0,13],[7,20],[18,16],[33,23],[13,10],[5,18],[-5,33],[5,23],[11,30],[15,26],[13,25],[7,20],[-5,28],[3,28],[15,21],[18,20],[0,23],[-3,36],[-7,40],[-21,28],[-33,31],[-13,41],[8,25],[10,38],[3,41],[0,23],[10,13],[28,25],[26,36],[28,41],[20,30],[33,26],[44,30],[48,38],[36,10],[10,18],[3,31],[-3,43],[0,66],[-18,44],[-23,30],[3,13],[5,41],[0,63],[3,28],[5,21],[25,20],[18,28],[28,25],[21,28],[7,31],[5,51],[-10,43],[-5,43],[-5,21],[8,28],[7,41],[23,48],[21,53],[28,59],[0,33],[2,33],[23,46],[3,33],[15,41],[3,23],[5,48],[-3,56],[13,33],[18,15],[-5,31],[15,33],[3,28],[15,38],[13,33],[-8,18],[-15,13],[-5,25],[-5,39],[7,43],[3,71],[8,46],[7,41],[21,30],[41,69],[30,53],[10,31],[3,25],[10,16],[36,30],[49,44],[43,40],[20,31],[-7,25],[-13,26],[-13,20],[0,23],[10,23],[16,13],[18,10],[-8,15],[-10,23],[2,13],[13,23],[-10,23],[-8,38],[3,20],[-10,56],[-11,82],[-2,35],[0,21],[0,28],[20,40],[13,28],[8,23],[-11,36],[6,38],[15,51],[20,43],[18,61],[5,34],[-10,35],[-8,33],[-12,38],[-5,21],[-3,33],[5,20],[10,16],[3,15],[0,43],[-5,31],[0,23],[13,20],[7,15],[5,15],[13,31],[15,28],[8,26],[-2,15],[-13,20],[-18,28],[1,19],[17,22],[20,30],[23,31],[18,64],[8,35],[2,31],[3,41],[2,40],[18,31],[5,41],[11,43],[0,46],[-6,46],[13,33],[-2,33],[0,48],[2,31],[3,25],[7,23],[34,41],[-11,15],[-14,13]],[[27182,176094],[-3,5],[-8,33],[-6,18],[-21,8],[-28,8],[-60,-8],[-39,-4],[-44,2],[-18,16],[-39,18],[-60,13],[-43,-4],[-20,-17],[0,-24],[-8,-34],[-34,-25],[-22,-36],[-11,-49],[-12,-34],[-22,-10],[-40,-16],[-53,-13],[-12,-24],[-24,-26],[-20,2],[-26,16],[-47,6],[-4,39],[-12,16],[-40,0],[-51,18],[-46,18],[-27,-48],[-60,-8],[-34,2],[-17,14],[-10,36],[-26,28],[-17,17],[-29,29],[-19,7],[-31,7],[-33,-15],[-26,-13],[-18,-8],[-25,3],[-36,7],[-13,-7],[-24,-10],[-22,1],[-35,7],[-32,13],[-22,5],[-35,-4],[-33,13],[-27,19],[-15,17],[-15,5],[-22,-5],[-17,-14],[-8,-26],[-8,-28],[-30,-17],[-42,-20],[-26,-16],[-17,-24],[-24,-33],[-16,-40],[-12,-18],[-14,-10],[-23,0],[-21,3],[-31,9],[-37,15],[-39,19],[-23,8],[-9,25],[-7,25],[-21,7],[-26,6],[-36,14],[-60,24],[-29,9],[-24,5],[-33,0],[-29,9],[-28,0],[-44,-19],[-37,-14],[-21,-1],[-18,5],[-48,22],[-23,5],[-23,-13],[-23,-10],[-31,-4],[-22,6],[-28,9],[-34,16],[-27,14],[-14,1],[-27,-12],[-24,2],[-30,10],[-24,5],[-41,1],[-21,-9],[-14,-12],[-27,-35],[-21,-21],[-19,-21],[-11,-7],[-17,1],[-14,7],[-23,7],[-22,18],[-20,11],[-12,8],[-9,11],[-5,18],[-10,9],[-24,9],[-28,1],[-20,1],[-35,7],[-23,-1],[-30,-11],[-30,-7],[-35,-13],[-27,-14],[-15,-19],[-11,-19],[-16,-13],[-33,-23],[-27,-13],[-16,0],[-13,16],[-9,19],[-3,16],[-8,27],[-26,23],[-14,11],[-12,7],[-4,14],[-1,19],[-14,8],[-14,5],[-29,0],[-45,-5],[-32,8],[-20,13],[-7,12],[4,23],[4,12],[-21,12],[-43,14],[-27,18],[-41,16],[-46,23],[-30,21],[-27,11],[-27,6],[-33,8],[-27,8],[-27,-5],[-28,7],[-42,13],[-26,2],[-9,-16],[-3,-13],[0,-23],[-8,-21],[-13,-28],[-42,-67],[-19,-39],[-21,-33],[-21,-45],[-18,-37],[-9,-44],[-13,-44],[3,-19],[7,-33],[-2,-22],[-19,-31],[-16,-32],[-14,-42],[-11,-32],[-9,-38],[-10,-24],[-6,-20],[-6,-35],[-1,-33],[-4,-30],[-5,-35],[-8,-22],[-15,-13],[-21,-9],[-21,2],[-21,10],[-37,6],[-19,-11],[-17,-24],[3,-18],[14,-33],[12,-25],[-3,-20],[-14,-19],[-24,-12],[-27,-11],[-28,-4],[-35,5],[-24,3],[-10,-6],[9,-16],[15,-16],[5,-35],[-13,-24],[-24,-13],[-28,-12],[-15,-14],[2,-20],[3,-26],[1,-27],[-9,-29],[-13,-26],[-14,-23],[-12,-23],[-26,-24],[-20,-7],[-31,-2],[-24,5],[-21,4],[-5,-15],[15,-23],[14,-23],[13,-19],[-4,-20],[-14,-25],[-18,-24],[-33,-15],[-35,-15],[-35,-18],[-17,-8],[-29,-10],[-32,-13],[-14,-15],[-8,-19],[3,-26],[9,-29],[8,-22],[17,-21],[16,-17],[14,-20],[10,-27],[-8,-38],[-9,-21],[-15,-20],[-19,-22],[-24,-11],[-25,-14],[-26,-9],[-22,-5],[-18,-6],[-18,-12],[-11,-16],[-14,-13],[-12,-5],[-27,2],[-25,4],[-26,-2],[-33,-12],[-17,-11],[-25,-25],[-18,-53],[-8,-23],[-20,-16],[-23,-18],[-23,-22],[-13,-17],[-22,-35],[-20,-29],[-24,-39],[-31,-32],[-13,-22],[-13,-26],[-11,-59],[-12,-63],[-11,-19],[-24,-21],[-48,-20],[-30,-10],[-12,-9],[-9,-24],[-18,-33],[-29,-69],[-8,-21],[-12,-21],[-30,-26],[-25,-16],[-23,-8],[-32,-1],[-26,0],[-11,-11],[-7,-35],[-6,-28],[-12,-46],[-3,-27],[-13,-28],[-15,-33],[-21,-24],[-17,-20],[-16,-16],[-31,-20],[-47,-29],[-15,-12],[-12,-15],[-2,-29],[-8,-36],[-12,-27],[-20,-29],[-16,-34],[-10,-25],[-1,-23],[-9,-25],[-18,-17],[-19,-2],[-20,-6],[-26,-9],[-16,-11],[-27,-11],[-18,-15],[-21,-23],[-37,-26],[-18,-12],[-24,-22],[-23,-29],[-13,-14],[-28,-18],[-19,-14],[-19,-14],[-32,-32],[-20,-24],[-23,-18],[-39,-24],[-23,-12],[-21,-4],[-32,2],[-21,5],[-13,-2],[-11,-6],[-19,-25],[-21,-19],[-29,-9],[-40,-32],[-17,-27],[-34,-27],[-21,-33],[-18,-35],[-23,-32],[-14,-24],[-22,-27],[-22,-24],[-15,-32],[-14,-18],[-26,-17],[-14,-5],[-14,-34],[-14,-26],[-9,-63],[-31,-39],[-22,-33],[-20,-19],[-35,-46],[-47,-18],[-59,-26],[-24,-38],[-25,-19],[-35,-23],[-24,-38],[-37,-3],[-62,27],[-44,8],[-25,39],[-14,35],[13,48],[-1,42],[2,68],[-9,26],[-11,28],[-5,35],[8,36],[-9,19],[-5,19],[-28,8],[-36,4],[-51,4],[-39,6],[-31,17],[-24,15],[-23,27],[-6,14],[6,14],[14,5],[18,6],[15,20],[8,20],[38,39],[4,15],[0,27],[-19,33],[-25,36],[-18,11],[-19,-14],[-27,-9],[-34,-1],[-36,-18],[-15,-1],[-47,31],[-36,15],[-23,16],[-33,10],[-18,15],[-10,15],[-23,21],[-38,18],[-49,20],[-41,10],[-12,16],[0,33],[-11,33],[-2,25],[-10,18],[-18,8],[-28,12],[-36,8],[-51,3],[-26,0],[-13,7],[-7,23],[-10,28],[-6,18],[-20,13],[-48,33],[-69,28],[-29,18],[-25,7],[-18,-2],[-26,-3],[-33,-10],[-23,-5],[-25,8],[-23,15],[-46,18],[-41,20],[-49,21],[-41,35],[-25,23],[-23,8],[-15,-10],[-23,-13],[-18,5],[-21,10],[-56,107],[-23,36],[-8,10],[-25,2],[-18,-5],[-33,-12],[-41,-13],[-36,-13],[-59,-2],[-61,5],[-54,7],[-56,21],[-36,18],[-15,25],[-15,46],[-13,25],[-10,16],[-33,7],[-36,5],[-28,18],[-26,18],[-36,5],[-38,8],[-18,20],[-7,36],[-29,33],[-38,18],[-43,18],[-41,10],[-54,5],[-43,7],[-21,21],[-18,30],[-28,39],[-18,15],[-25,0],[-53,-10]],[[32801,145469],[93,-62],[135,-82],[135,-55],[138,-26],[101,-17],[68,-12],[125,-25],[92,-21],[141,74],[140,5],[119,-4],[155,-30],[115,-37],[99,-29],[77,-24],[55,-20],[79,-132],[56,-91],[77,-58],[105,-23],[123,-53],[97,-101],[94,-86],[131,-51],[162,-114],[202,-178],[183,-119],[169,-79],[200,-148],[151,-98],[179,-141],[127,-109],[162,-81],[113,-56],[93,-65],[91,-63],[88,-71],[109,-65],[86,-97],[57,-65],[38,-43],[77,-87]],[[31475,132723],[-26,35],[-22,30],[-24,14],[-28,18],[-8,16],[-9,25],[-12,11],[-30,3],[-38,6],[-24,22],[-22,-1],[-20,-14],[-16,-19],[-17,-22],[-15,-30],[-8,-28],[-13,-30],[-14,-16],[-12,-13],[-15,-18],[-22,-30],[-26,-8],[-38,-9],[-48,2],[-26,7],[-42,-2],[-27,10],[-19,19],[-10,19],[-2,25],[6,26],[-1,20],[-14,15],[-22,28],[5,28],[11,11],[4,19],[18,3],[22,22],[6,44],[3,50],[8,73],[-3,27],[-14,21],[-30,20],[-56,18],[-20,25],[-4,43],[-1,59],[-10,29],[-23,29],[-42,49],[-9,22],[11,22],[12,33],[3,24],[-13,39],[-18,38],[-18,27],[-29,29],[-28,4],[-29,29],[-11,22],[-12,11],[-9,14],[-10,12],[-16,17],[-22,19],[-32,26],[-48,28],[-64,26],[-40,33],[-32,27],[-20,38],[-2,16],[21,23],[25,34],[45,52],[62,67],[2,28],[1,33],[11,16],[21,36],[25,26],[45,30],[36,6],[164,155],[31,26],[55,53],[-3,30],[-11,14],[-19,19],[-24,34],[-9,29],[-9,13],[-23,15],[-26,2],[-25,-8],[-29,-3],[-21,29],[-5,50],[-10,22],[-30,34],[-21,31],[-29,37],[-25,37],[-50,42],[-40,36],[-16,22],[0,40],[23,39],[18,20],[4,37],[27,11],[16,13],[26,29],[25,31],[33,18],[53,6],[45,29],[62,33],[27,20],[5,17],[-16,8],[-24,16],[-8,25],[1,33],[6,63],[8,21],[21,15],[30,15],[28,10],[30,23],[46,46],[6,30],[10,26],[10,41],[18,28],[22,29],[4,18],[5,20],[11,18],[22,17],[52,-3],[49,-21],[35,6],[25,20],[22,28],[-5,39],[5,38],[9,29],[31,18],[24,9],[39,3],[21,14],[14,19],[33,92],[11,33],[-6,21],[-36,21],[-7,19],[5,33],[0,43],[13,41],[28,56],[12,32],[-4,19],[-11,18],[-37,16],[-26,-1],[-33,-12],[-35,-4],[-58,23],[-27,22],[-29,29],[-38,33],[-18,8],[-31,-1],[-27,7],[-13,20],[-18,17],[-25,4],[-32,-11],[-20,-18],[-36,-17],[-35,0],[-47,9],[-30,20],[-35,36],[-34,11],[-47,30],[-30,9],[-42,1],[-30,-12],[-24,-21],[-26,-38],[-36,-2],[-30,8],[-36,21],[-12,17],[-2,38],[4,29],[-9,19],[-31,8],[-38,7],[-21,18],[-8,21],[-18,58],[-15,55],[-15,12],[-27,14],[-45,11],[-4,18],[-10,19],[-30,30],[-6,25],[-18,29],[-49,47],[-38,41],[-42,44],[-65,31],[-60,25],[-23,-4],[-68,17],[-33,13],[-23,43],[-20,14],[-66,26],[-47,7],[-33,4],[-12,-11],[-14,-22],[-14,-18],[-20,5],[-27,29],[-20,31],[-21,1],[-40,-28],[-25,2],[-23,16],[-31,48],[-30,39],[-26,17],[-54,-3],[-55,7],[-43,13],[-39,24],[-95,108],[-37,40],[-29,15],[-57,-4],[-41,-19],[-37,-15],[-28,-8],[-44,16],[-21,0],[-34,25],[-29,49],[-17,38],[-4,23],[8,30],[5,46],[-7,66],[-11,60],[-3,37],[22,25],[23,41],[-12,53],[-23,59],[-45,80],[-51,100],[-37,55],[-37,37],[-44,23],[-58,5],[-44,11],[-39,13],[-33,18],[-18,35],[-22,53],[-55,77],[-96,112],[-81,82],[-34,32],[-28,25],[-35,13],[-42,7],[-14,3],[-37,33],[-14,22],[-4,32],[8,34],[22,50],[10,34],[11,25],[22,35],[27,43],[18,47],[3,36],[-14,44],[-29,46],[-30,44],[-4,22],[4,25],[12,13],[47,31],[36,29],[21,36],[14,34],[16,58],[11,26],[42,24],[31,28],[10,32],[6,51],[20,30],[32,21],[51,7],[6,12],[11,73],[11,48],[30,29],[48,19],[50,15],[33,24],[17,29],[13,56],[7,22],[25,17],[33,15],[28,20],[34,31],[62,67],[21,39],[17,49],[9,30],[17,17],[25,16],[31,10],[40,8],[82,24],[65,9],[18,8],[26,18],[10,15],[15,40],[2,21],[0,27],[-1,45],[-8,44],[-11,34],[-18,71],[-17,50],[-25,45],[11,242],[20,29],[47,19],[44,19],[27,17],[39,11],[14,13],[11,22],[3,31],[-9,24],[-13,34],[0,22],[13,32],[3,34],[6,44],[22,35],[16,47],[20,41],[30,58],[22,39],[0,22],[3,33],[16,38],[11,22],[31,25],[33,8],[25,11],[11,17],[11,27],[25,22],[13,17],[22,8],[34,0],[35,0],[36,14],[25,16],[44,14],[39,8],[41,-5],[47,-14],[69,-25],[42,-30],[49,-14],[28,-5],[30,0],[19,11],[25,5],[50,17],[19,19],[28,19],[27,8],[28,9],[52,8],[45,11],[16,8],[6,17],[0,14],[8,30],[6,33],[2,36],[11,19],[14,25],[28,19],[22,14],[0,19],[-9,19],[-2,36],[8,16],[19,14],[11,11],[42,8],[16,20],[9,16],[13,11],[20,14],[41,16],[11,14],[0,14],[0,22],[11,36],[17,30],[2,25],[0,19],[-5,14],[-11,22],[-8,41],[-17,36],[0,19],[3,17],[8,16],[10,14],[20,11],[14,8],[22,11],[22,11],[11,6],[25,2],[28,6],[19,5],[25,0],[17,14],[33,11],[22,6],[22,-6],[30,-16],[19,-11],[14,5],[17,8],[33,17],[47,30],[69,22],[58,3],[36,-14],[16,-5],[14,11],[8,16],[20,30],[16,20],[44,24],[42,9],[25,-11],[24,-17],[33,-25],[23,-5],[22,3],[80,49],[18,25],[-13,30],[-14,58],[-19,66],[0,49],[3,31],[14,24],[16,6],[28,22],[14,8],[13,33],[11,50],[-5,41],[5,55],[9,28],[22,30],[14,14],[2,22],[0,16],[-8,30],[-28,44],[-52,86],[-30,57],[-17,20],[-14,5],[-38,14],[-11,8],[5,39],[6,52],[11,52],[2,47],[6,38],[0,20],[-14,22],[8,22],[17,52],[11,44],[11,44],[-3,33],[-11,11],[-19,8],[-41,17],[-9,11],[3,22],[11,36],[25,79],[28,61],[13,30],[25,11],[28,-3],[36,0],[27,14],[58,39],[44,24],[31,17],[27,5],[50,-2],[52,-11],[31,0],[33,11],[36,11],[52,16],[28,25],[24,19],[50,8],[66,6],[91,-3],[39,3],[41,8],[23,8],[22,20],[38,38],[33,47],[31,44],[16,8],[28,11],[25,-5],[47,-14],[66,-5],[30,0],[14,5],[19,17],[25,27],[25,47],[28,44],[8,14],[25,22],[30,24],[36,28],[25,19],[11,17],[2,2]],[[116460,184338],[-60,-71],[-30,-35],[-45,-54],[-68,-80],[-74,-70],[-73,-57],[-101,-85],[-96,-135],[-39,-110],[-50,-27],[-73,-40],[-91,-32],[-104,-30],[-150,-38],[-84,19],[-125,29],[-75,-2],[-96,-5],[-127,-31],[-103,-47],[-130,-60],[-94,-70],[-121,0],[-114,35],[-99,51],[-95,0],[-108,-5],[-114,-5],[-112,-20],[-94,16],[-82,12],[-113,11],[-55,20],[-71,25],[-85,35],[-99,64],[-47,65],[-57,91],[-22,63],[-45,24],[-70,19],[-96,6],[-119,-8],[-110,-82],[-56,-97],[-22,-103],[-7,-112],[-23,-132],[-49,-81],[-56,-84],[-65,-99],[-91,-122],[-43,-81],[-60,-100],[-34,-99],[-21,-87],[-36,-116],[-88,-100],[-133,-84],[-164,-73],[-123,-114],[-139,-79],[-146,-51],[-168,-93],[-94,-3],[-134,-6],[-123,-17],[-165,-12],[-87,-71],[-94,-86],[-109,-107],[-142,-79],[-97,-65],[-91,-104],[-94,-21],[-99,14],[-138,55]],[[29269,124421],[26,8],[53,22],[117,36],[22,28],[-3,44],[3,94],[-39,67],[6,49],[19,64],[3,45],[-42,85],[8,25],[0,48],[-33,52],[-8,50],[39,-33],[22,-20],[19,0],[17,28],[28,58],[-42,81],[6,55],[22,86],[3,158],[28,72],[11,194],[50,127],[1,54],[36,25],[48,21],[32,18],[27,26],[32,42],[39,47],[27,44],[28,63],[23,66],[14,47],[18,36],[17,27],[31,33],[50,50],[48,40],[28,37],[10,47],[11,95],[13,41],[18,32],[25,19],[39,8],[25,11],[29,25],[31,41],[35,51],[45,78],[23,33],[38,33],[29,20],[55,8],[33,-12],[35,-29],[30,-72],[31,-81],[23,-56],[21,-6],[16,8],[17,20],[12,26],[10,36],[19,26],[35,40],[29,33],[30,33],[40,44],[26,39],[3,28],[12,30],[32,42],[22,38],[21,36],[29,38],[41,37],[50,44],[44,46],[4,26],[-37,25],[-12,11],[-3,16],[11,20],[11,15],[33,33],[26,34],[29,50],[26,56],[29,48],[40,44],[16,25],[15,34]],[[41888,120088],[8,-9],[33,-20],[30,0],[3,1],[25,13],[31,22],[34,14],[22,2],[29,-8],[26,-20],[37,-28],[42,-37],[39,-36],[34,-32],[33,-25],[20,-34],[12,-34],[3,-11],[7,-28],[10,-32],[16,-34],[31,-43],[16,-28],[33,-28],[16,-35],[18,-40],[14,-43],[0,-46],[-12,-57],[6,-32],[4,-26],[-2,-16],[-20,-6],[-31,8],[-38,14],[-37,20],[-36,12],[-36,8],[-35,16],[-45,23],[-28,8],[-22,12],[-43,6],[-46,2],[-57,10],[-53,6],[-48,-4],[-49,-8],[-32,-2],[-45,-14],[-24,-14],[-15,-13],[-20,-16],[-24,-36],[-26,-45],[-25,-34],[-22,-24],[-8,-28],[-12,-19],[-6,-24],[-17,-32],[-12,-24],[-22,-17],[-12,-16],[-14,-26],[-25,-16],[-26,-16],[-41,-14],[-50,-7],[-39,2],[-38,-4],[-37,-4],[-42,-4],[-35,6],[-24,8],[-26,17],[-33,18],[-28,16],[-29,14],[-20,4],[-20,0],[-12,-8],[-8,-18],[-2,-22],[4,-29],[6,-44],[-14,-12],[-29,-16],[-28,-23],[-41,-32],[-26,-28],[-37,-16],[-32,-25],[-12,-14],[-20,-32],[-10,-28],[-25,-25],[-38,-30],[-37,-20],[-34,-22],[-33,-23],[-32,-20],[-30,-28],[-23,-34],[-8,-31],[6,-60],[-26,-25],[-41,-6],[-50,-6],[-31,12],[-16,7],[-16,-5],[-12,-8],[-6,-20],[-8,-22],[2,-32],[-5,-33],[5,-20],[26,-28],[34,-18],[25,-14],[12,-11],[6,-12],[14,-18],[8,-18],[14,-20],[13,-23],[0,-18],[-11,-16],[-24,-16],[-30,-20],[-29,-18],[-38,-15],[-35,-22],[-38,-22],[-12,-24],[0,-27],[8,-46],[0,-32],[-6,-47],[0,-56],[-12,-25],[-21,-34],[0,-43],[-5,-53],[-19,-59],[-45,-57],[-40,-20],[-46,1],[-38,20],[-29,15],[-34,28],[-9,27],[2,26],[16,20],[24,45],[17,46],[-4,37],[-9,48],[-3,24],[-4,29],[1,28],[13,34],[16,30],[36,43],[22,24],[15,26],[36,67],[10,32],[-14,29],[-20,16],[-29,8],[-50,-12],[-51,-18],[-42,-21],[-31,-36],[-34,-6],[-73,18],[-61,28],[-30,41],[-29,56],[0,51],[10,38],[13,12],[26,10],[51,17],[62,20],[43,18],[36,24],[17,27],[10,42],[-8,48],[-11,35],[-6,22],[-18,12],[-40,-16],[-43,-22],[-30,-27],[-35,-26],[-42,-20],[-51,-16],[-67,-24],[-34,-8],[-35,-17],[-44,-14],[-37,-4],[-50,18],[-35,-10],[-18,-18],[-14,-18],[4,-18],[10,-16],[36,-21],[33,-26],[21,-21],[21,-27],[9,-30],[-15,-26],[-21,-18],[-39,-16],[-45,1],[-46,18],[-48,17],[-31,0],[-42,-5],[-31,-6],[-24,-24],[-16,-24],[-7,-42],[-5,-53],[3,-40],[-6,-35],[-19,-34],[-18,-24],[-61,-12],[-30,-1],[-40,-17],[-17,-21],[-12,-43],[-13,-38],[-6,-46],[-2,-25],[8,-38],[4,-32],[-22,-10],[-24,15],[-16,19],[-24,32],[-14,37],[-8,34],[-15,12],[-17,-4],[-23,-18],[-40,-26],[-52,-13],[-44,2],[-24,15],[-18,16],[-38,27],[-47,26],[-64,35],[-48,21],[-53,21],[-53,15],[-39,-10],[-29,-18],[-14,-23],[-22,-45],[-4,-54],[13,-58],[-28,-18],[-43,-10],[-32,3],[-18,29],[-13,34],[6,23],[24,32],[9,13],[-2,25],[-41,15],[-33,6],[-40,2],[-62,8],[-47,7],[-34,7],[-30,-2],[-47,-12],[-43,-9],[-37,-22],[-22,-18],[-24,-24],[-19,-36],[-30,-20],[-27,-16],[-27,-17],[-16,-21],[-13,-32],[1,-32],[15,-26],[19,-22],[13,-13],[26,-25],[18,-21],[28,-23],[30,-15],[46,-7],[24,-3],[49,-2],[47,6],[36,4],[36,6],[22,12],[13,14],[12,13],[29,11],[30,1],[32,1],[42,-9],[40,0],[56,-16],[32,-5],[35,-21],[29,-35],[29,-34],[27,-21],[42,-14],[27,-13],[24,-21],[18,-16],[27,-26],[8,-38],[-11,-39],[-8,-37],[-18,-27],[-27,-13],[-53,-5],[-32,2],[-58,-2],[-46,0],[-21,-11],[-24,-26],[-32,-16],[-29,-22],[-34,-2],[-32,5],[-24,-5],[-16,-8],[-13,-19],[-14,-34],[-18,-27],[-27,-23],[-32,-30],[-21,-19],[-28,-32],[-30,-32],[-20,-25],[-18,-25],[-17,-29],[-1,-33],[13,-53],[24,-51],[11,-42],[13,-45],[16,-58],[0,-38],[-5,-29],[-27,-8],[-21,-10],[-45,-32],[-14,-16],[-13,-40],[-21,-21],[-16,-21],[-29,-29],[-19,-13],[-19,5],[-10,8],[-8,26],[-13,27],[-11,21],[-8,34],[-11,32],[0,43],[-8,31],[-21,24],[-26,13],[-43,22],[-40,26],[-50,40],[-37,26],[-48,32],[-35,21],[-48,13],[-39,14],[-30,6],[-30,4],[-18,-6],[-25,-5],[-22,-20],[-19,-43],[-21,-55],[-21,-45],[-3,-37],[5,-50],[8,-66],[6,-99],[-19,-48],[-51,-18],[-50,2],[-40,-5],[-34,-10],[-48,-24],[-35,-16],[-37,-19],[-26,-2],[-22,0],[-29,13],[-24,32],[-26,29],[-35,-3],[-21,-5],[-16,-27],[-19,-42],[-18,-42],[-16,-69],[-16,-69],[-11,-53],[-28,-52],[-26,-46],[-38,-41],[-38,-29],[-32,-24],[-35,-31],[-19,-30],[-34,-45],[-36,-40],[-31,-19],[-37,-26],[-23,-6],[-34,-2],[-27,6],[-25,9],[-27,5],[-17,8],[-20,8],[-19,-1],[-17,-5],[-13,-13],[-14,-19],[-14,-17],[-9,-21],[-19,-24],[-19,-24],[-19,-14],[-25,-17],[-30,-14],[-23,-12],[-22,-2],[-24,2],[-34,11],[-33,15],[-24,16],[-44,25],[-34,5],[-22,-10],[-35,-27],[-26,-37],[-44,-17],[-35,-11],[-22,-1],[-32,-13],[-51,-16],[-61,-20],[-60,-17],[-54,-5],[-25,-4],[-17,0],[-27,-7],[-19,-29],[8,-32],[11,-55],[13,-40],[27,-32],[61,-34],[40,-40],[24,-40],[-3,-42],[-21,-53],[-30,-58],[-26,-46],[-37,-50],[-32,-16],[-21,11],[-27,13],[-37,11],[-35,13],[-26,5],[-45,-2],[-46,-22],[-34,-42],[-35,-11],[-34,-10],[-35,-35],[-26,-31],[-11,-19],[-8,-45],[3,-42],[-22,-19],[-23,3],[-32,-8],[-24,-27],[-27,-37],[-16,-61],[-37,-71],[-40,-82],[-29,-56],[-13,-50],[-27,-64],[-32,-47],[-21,-35],[-13,3],[-14,26],[-23,48],[-19,40],[-29,8],[-35,0],[-32,-16],[-6,-5]],[[21622,205276],[-155,-1],[-108,2],[-110,-11],[-126,-9],[-119,-42],[-144,-32],[-122,-8],[-93,-5],[-119,-27],[-156,0],[-123,-4],[-91,1],[-130,-28],[-151,-87],[-148,-58],[-98,-39],[-105,-25],[-126,-41],[-138,-15],[-133,-28],[-128,-9],[-98,4],[-171,7],[-142,17],[-99,11],[-74,4],[-137,20],[-103,8],[-155,45],[-125,53],[-154,20],[-121,24],[-130,12],[-147,30],[-114,31],[-95,21],[-84,24],[-81,12],[-98,-10],[-113,5],[-112,-16],[-103,-28],[-76,-33],[-39,-82],[-26,-77],[-52,-89],[-50,-87],[-32,-103],[-33,-90],[-40,-78],[-46,-140],[-61,-118],[-59,-125],[-42,-108],[-41,-98],[-27,-86],[-61,-104],[-57,-119],[-72,-116],[-60,-79],[-99,-106],[-77,-104],[-89,-81],[-100,-54],[-95,-23],[-81,-16],[-135,-98],[-104,-65],[-101,-68],[-90,-86],[-149,-105],[-116,-63],[-114,-64],[-145,-49],[-118,-28],[-104,-7],[-88,-4],[-86,12],[-65,8],[-88,54],[-65,48],[-108,102],[-71,68],[-48,45],[-95,90]],[[3238,208174],[34,30],[30,36],[49,41],[16,29],[20,26],[42,16],[13,23],[19,39],[7,32],[-1,41],[11,49],[-6,59],[-10,44],[13,49],[-1,34],[11,55],[15,26],[24,32],[29,53],[16,27],[12,32],[16,10],[13,17],[18,33],[11,29],[13,26],[28,28],[44,44],[23,32],[30,62],[28,29],[23,18],[23,21],[27,24],[38,26],[16,27],[27,80],[2,25],[11,32],[16,30],[12,35],[21,22],[51,4],[43,20],[32,0],[22,6],[24,26],[29,31],[45,35],[26,23],[29,7],[16,13],[13,15],[26,23],[37,14],[22,20],[10,33],[7,19],[12,38],[1,33],[25,76],[7,27],[12,25],[34,17],[18,15],[13,20],[3,29],[14,27],[35,45],[19,34],[13,26],[17,33],[13,18],[20,24],[9,23],[13,51],[8,38],[26,32],[21,32],[20,27],[26,36],[29,43],[32,31],[26,20],[27,13],[21,6],[17,0],[11,6],[11,11],[14,18],[14,15],[17,13],[21,1],[20,8],[33,0],[18,6],[26,13],[26,20],[22,21],[28,12],[30,10],[17,12],[17,22],[7,25],[17,16],[12,8],[32,30],[11,12],[28,17],[29,16],[17,8],[12,9],[11,11],[10,22],[1,22],[10,39],[11,33],[3,17],[24,18],[22,26],[22,27],[26,16],[29,20],[29,13],[27,15],[27,18],[22,25],[24,26],[48,30],[25,17],[26,18],[34,23],[32,13],[23,22],[29,12],[28,11],[31,16],[38,23],[33,13],[35,22],[37,28],[38,2],[33,3],[27,9],[30,13],[37,15],[66,-8],[35,-12],[39,3],[33,9],[29,10],[56,-14],[13,4],[27,8],[23,16],[30,0],[50,3],[29,0],[30,2],[20,1],[25,6],[24,8],[20,2],[25,6],[22,3],[29,5],[23,14],[22,22],[27,24],[35,34],[20,25],[31,22],[29,22],[17,20],[25,30],[28,21],[21,26],[20,35],[44,25],[46,-10],[36,5],[30,27],[33,50],[25,41],[29,40],[42,58],[28,52],[38,39],[38,32],[34,37],[33,41],[27,35],[17,111],[10,44],[9,75],[13,33],[22,19],[36,31],[28,50],[51,55],[50,53],[23,46],[12,34],[22,44],[51,19],[52,8],[54,-3],[55,-16],[67,-27],[70,-18],[39,0],[38,25],[47,34],[55,35],[47,18],[63,0],[64,0],[33,7],[44,9],[54,22],[28,5],[49,-2],[75,-12],[126,-27],[38,-5],[86,-3],[33,21],[60,3],[99,1],[65,14],[75,-4],[77,-10],[72,-28],[115,-66],[55,-55],[43,-33],[53,-39],[50,-25],[48,-5],[72,19],[64,18],[62,26],[34,3],[47,-11],[81,-11],[92,-6],[52,13],[30,-16],[30,9],[22,-9],[121,-46],[27,-25],[16,-11],[33,-7],[31,1],[25,-8],[38,-6],[39,-5],[49,-7],[74,0],[27,1],[26,2],[24,-2],[33,-3],[27,-9],[23,-5],[36,-10],[22,-11],[16,-12],[33,-28],[46,-21],[36,-22],[41,-9],[30,-14],[47,-17],[30,-13],[28,-9],[35,1],[39,10],[36,8],[28,6],[30,4],[44,7],[44,3],[62,1],[77,15],[61,-4],[75,-1],[65,-3],[63,-18],[56,8],[73,16],[53,19],[49,15],[41,19],[36,22],[31,28],[26,13],[22,11],[30,0],[12,3],[26,2],[20,17],[47,9],[31,7],[22,14],[21,11],[26,14],[32,3],[46,5],[31,11],[53,4],[35,3],[44,8],[64,-9],[22,1],[29,-6],[60,-1],[39,-8],[38,3],[45,-2],[55,-9],[77,-11],[38,-2],[24,5],[29,11],[33,0],[30,-6],[32,6],[34,6],[44,5],[40,5],[21,22],[26,21],[9,23],[17,31],[35,7],[31,12],[27,9],[19,16],[23,27],[25,28],[21,9],[36,14],[33,14],[29,8],[24,13],[63,1],[23,24],[50,18],[35,5],[49,11],[32,20],[22,7],[30,0],[24,11],[31,15],[19,21],[20,21],[30,-4],[30,-10],[17,7],[13,18],[14,10],[17,15],[19,14],[38,15],[31,20],[30,26],[23,19],[25,21],[16,34],[44,27],[23,18],[21,28],[30,27],[20,13],[8,6]],[[133480,150555],[70,10],[77,-14],[35,28],[55,0],[59,26],[26,49],[47,-2],[33,4],[20,27],[59,-11],[35,-2],[30,13],[65,-7],[43,-75],[41,-73],[10,-44],[2,-49],[8,-55],[45,-54],[12,-21],[35,-4],[69,-59],[4,-30],[31,-73],[50,-4],[79,-43],[102,-14],[106,-2],[126,16],[55,-6],[41,12],[55,-22],[18,2],[49,18],[45,19],[55,2],[38,8],[39,20],[55,12],[89,25],[47,-3],[75,-6],[33,0],[47,-2],[49,-8],[48,16],[31,3],[49,-17],[38,-10],[19,-4],[40,-20],[25,-35],[53,-44],[28,-81],[35,-35],[63,-28],[51,-27],[59,-46],[20,73],[60,49],[21,16],[43,34],[18,37],[173,0],[51,73],[31,69],[28,20],[45,-29],[47,17],[40,-27],[78,-12],[12,6],[28,-14],[31,2],[94,39],[14,2],[152,-55],[17,4],[48,28],[39,37],[49,28],[39,0],[79,-18],[96,-4],[22,6],[37,20],[36,-16],[21,-12],[40,38],[14,59],[9,21],[18,10],[20,2],[21,-10],[48,-31],[23,-2],[14,-38],[57,-33],[51,-63],[20,27],[45,-2],[26,20],[64,-61],[16,-91],[18,-51],[47,-20],[34,-35],[55,-30],[43,-29],[41,-44],[49,6],[61,-35],[20,-50],[6,-39],[-6,-34],[-8,-51],[-12,-26],[4,-29],[6,-34],[-14,-61],[-9,-43],[-2,-32],[-10,-31],[-18,-26],[-45,-8],[23,-87],[30,-31],[25,-10],[38,-49],[10,-34],[27,-45],[39,-103],[5,-162],[44,-65],[71,-28],[72,56],[101,0],[118,-20],[139,29],[138,32],[102,24],[102,-24],[134,-61],[106,-32],[73,-8],[45,20],[61,97],[65,37],[101,-33],[57,-61],[37,-73],[16,-40],[78,10],[135,70],[121,67],[98,23],[53,75],[83,-37],[75,90],[38,45],[7,-38],[-60,-180],[-50,-103],[65,-175],[98,-38],[121,-45],[91,-30],[113,0],[83,-83],[45,-128],[174,173],[60,-38],[83,76],[45,22],[234,-158],[16,-37],[-61,-76],[-143,-90],[22,-188],[-90,-105],[60,-38],[113,38],[121,-8],[242,15],[98,-143],[143,68],[181,113],[174,-53],[272,-83],[128,0],[189,-128],[83,83],[98,-98],[143,53],[91,53],[-53,301],[121,22],[196,0],[98,-218],[166,-158],[-83,-105],[-113,-91],[-83,-188],[121,-158],[75,-113],[98,-82],[68,-136],[106,-15],[121,90],[166,-112],[83,-241],[98,-121],[68,-150],[106,90],[143,8],[136,-30],[60,-143],[129,-211],[143,83],[68,-128],[-15,-60],[60,-106],[-128,-105],[-53,-128],[-53,-143],[8,-105],[123,-84],[-18,-97],[-90,-52],[-23,-121],[68,-120],[-45,-75],[-38,-61],[-75,-67],[-106,22],[-91,0],[-143,128],[-75,-7],[-235,158],[-60,-38],[-106,98],[-67,-121],[-38,-135],[-136,15],[-159,-135],[-75,-76],[-76,-30],[-151,-158],[8,-120],[106,-120],[-106,-83],[-30,-301],[22,-113],[136,-158],[-45,-60],[-98,-53],[-76,15],[-135,-165],[-8,-68],[53,-143],[-30,-60],[-144,-128],[-151,-83],[-60,-271],[30,-113],[91,-120],[-8,-45],[-98,-90],[-30,-91],[-83,-68],[-15,-127],[-46,-189],[-75,-97],[39,-97],[92,-113],[59,-38],[-21,-71],[-96,-151],[-22,-55],[47,-88],[-51,-109],[-8,-105],[4,-251],[-46,-80],[-51,-109],[101,-96],[-67,-88],[-51,-97],[-25,-75],[93,-122],[4,-79],[13,-80],[54,-88],[80,-63],[122,9],[118,-89],[8,-125],[30,-30],[92,67],[114,-67],[-21,-63],[59,-62],[21,-59],[25,-101],[8,-218],[110,-16],[92,-13],[68,-42],[42,0],[88,-80],[8,-42],[-29,-92],[4,-42],[51,-113],[71,-80],[13,-100],[50,-55],[42,-16],[72,50],[80,54],[84,-50],[59,-38],[58,46],[22,88],[58,17],[63,17],[64,-29],[42,-42],[130,-25],[84,-34],[67,-59],[114,25],[84,-12],[34,-76],[54,-16],[72,-13],[21,-113],[-76,-155],[17,-113],[21,-72],[42,-117],[-29,-88],[-72,-109],[-139,-113],[-42,-72],[-8,-75],[38,-117],[-34,-97],[-17,-92],[-33,-101],[-42,-163],[25,-134],[-38,-55],[76,-84],[96,-37],[85,-118],[126,-29],[134,-46],[110,-25],[96,-46],[122,-130],[42,-84],[80,-59],[84,-8],[164,-42],[89,-25],[88,-84],[97,-67],[172,-67],[51,-47],[38,-100],[8,-143],[59,-92],[59,-109],[139,-193],[109,-188],[-63,-122],[-30,-88],[13,-59],[46,-37],[47,6]],[[147642,133905],[-65,-86],[-52,-71],[-32,-98],[6,-87],[14,-105],[19,-69],[27,-101],[34,-143],[-17,-168],[-35,-86],[-51,-125],[-78,-145],[-42,-139],[-4,-183],[27,-128],[6,-115],[10,-127],[15,-129],[-17,-132],[-41,-116],[-51,-75],[-77,-109],[-86,-97],[3,-122],[23,-146],[42,-100],[-18,-113],[-89,-109],[-112,-94],[-107,-93],[-96,-61],[-121,-91],[-103,-64],[-75,-89],[-81,-107],[-62,-41],[-74,-53],[-54,-34],[-63,-47],[-85,-69],[-64,-74],[-87,-91],[-71,-72],[-40,-81],[-44,-73],[-29,-63],[-37,-80],[-61,-79],[-111,-43],[-107,1],[-110,18],[-81,-46],[-85,-54],[-40,-61],[-57,-88],[-64,-99],[-94,-45],[-101,-52],[-51,-9],[-65,-17],[-77,-37],[-99,-69],[-57,-115],[-38,-115],[-48,-141],[-74,-91],[-100,-130],[-22,-65],[-34,-91],[-36,-117],[-14,-112],[-23,-87],[-23,-68],[-34,-100],[-46,-140],[4,-88],[3,-106],[-5,-141],[23,-83],[33,-72],[-3,-74],[-16,-97],[-49,-87],[-56,-75],[-82,-111],[-98,-102],[-107,-142],[-61,-125],[-58,-185],[-43,-152],[-83,-122],[-93,-138],[-138,-138],[-71,-79],[-103,-105],[-75,-81],[-105,-85],[-117,-83],[-96,-60],[-102,-91],[-80,-88],[-102,-88],[-103,-66],[-119,-89],[-95,-79],[-142,-77],[-106,48],[-60,55],[-85,79],[-108,85],[-71,74],[-67,47],[-98,57],[-118,40],[-92,31],[-118,24],[-159,14],[-155,-3],[-123,40],[-94,6],[-135,11],[-82,-6],[-122,-8],[-183,-13],[-132,46],[-88,29],[-112,19],[-121,10],[-74,22],[-94,44],[-114,66],[-67,15],[-95,22],[-102,10],[-139,4],[-76,-32],[-60,-25],[-74,-37],[-96,-60],[-143,-91],[-65,30],[-98,47],[-145,70],[-138,109],[-84,80],[-99,58],[-141,87],[-79,108],[-80,80],[-73,69],[-92,96],[-98,87],[-104,126],[-43,110],[-70,63],[-100,90],[-84,54],[-58,61],[-72,63],[-105,79],[-111,39],[-86,19],[-94,29],[-109,33],[-144,56],[-165,82],[-149,15]],[[147642,133905],[79,10],[114,-8],[113,46],[97,-84],[68,-63],[58,0],[51,63],[92,118],[93,41],[46,-46],[0,-138],[46,-8],[72,67],[126,-9],[59,-42],[25,-54],[-38,-109],[-14,-67],[-30,-80],[9,-71],[37,-105],[34,-75],[46,-34],[30,59],[29,88],[21,105],[47,75],[23,105],[-5,138],[0,72],[47,96],[59,122],[42,4],[84,-55],[130,84],[110,-8],[96,-34],[84,21],[21,-197],[-4,-243],[19,-101],[-33,-112],[-66,-115],[-36,-109],[57,-157],[-102,-56],[-11,-213],[56,-45],[12,-190],[-45,-225],[-124,-134],[114,-248],[133,-54],[281,-45],[-22,-269],[326,33],[67,45],[169,-246],[168,-236],[0,-179],[147,-89],[236,33],[33,157],[90,34],[90,100],[214,-291],[64,-363],[273,61],[135,-56],[78,269],[102,212],[0,258],[269,448],[0,168],[147,392],[-23,34],[45,191],[124,11],[11,-202],[135,79],[67,201],[225,0],[67,-145],[169,-56],[135,-146],[180,-146],[303,-201],[169,168],[429,-104],[45,-122],[7,-64],[35,-148],[29,-57],[35,-127],[14,-128],[-21,-134],[29,-71],[42,-106],[114,-99],[0,-141],[-29,-135],[7,-205],[-65,-1],[-98,-140],[-35,-99],[-22,-191],[57,-142],[78,-113],[50,-71],[99,-106],[64,78],[71,99],[85,71],[64,-7],[64,-57],[28,-78],[93,-106],[113,-63],[57,-71],[-28,-106],[56,-85],[107,-78],[0,-155],[21,-248],[-35,-226],[14,-92],[85,-22],[142,8],[142,35],[92,-28],[106,-7],[114,49],[106,71],[64,0],[71,-85],[21,-191],[71,-248],[-49,-77],[7,-85],[85,-43],[71,29],[42,-43],[36,-184],[28,-191],[71,-148],[0,-121],[-99,-113],[-36,-162],[-21,-213],[36,-113],[99,-78],[85,-92],[-50,-134],[100,-64],[99,-42],[92,-85],[86,21],[71,29],[205,120],[128,56],[64,-49],[42,-106],[114,-99],[85,-128],[-14,-91],[92,-78],[107,-57],[184,-56],[114,-29],[99,-14],[92,-78],[-21,-134],[-36,-156],[8,-162],[28,-99],[-64,-128],[43,-155],[-128,-99],[-135,-78],[-142,-57],[-28,-63],[42,-149],[-99,-113],[-14,-127],[21,-142],[-64,-113],[0,-149],[7,-148],[-35,-127],[-92,-170],[28,-156],[-71,-92],[-156,-141],[-78,-128],[21,-134],[71,-163],[114,-99],[248,-155],[121,-156],[127,-92],[135,-78],[85,-113],[235,-127],[227,-106],[276,-85],[135,-64],[71,-120],[7,-233],[85,-99],[142,-43],[29,-205],[35,-226],[-78,-255],[-113,-233],[-64,-191],[64,-106],[42,-106],[128,-78],[57,-106],[92,-142],[35,-85],[64,-99],[57,-226],[64,-71],[106,-205],[107,-28],[120,-21],[142,-71],[171,28],[56,-127],[71,-135],[71,-21],[85,-28],[36,-50],[-7,-106],[-43,-85],[-21,-77],[7,-71],[14,-163],[36,-92],[42,-77],[43,-50],[71,-28],[78,0],[35,42],[64,0],[14,-7],[14,-42],[15,-128],[57,-240],[14,-198],[28,-177],[36,-205],[42,-234],[0,-141],[14,-120],[93,-64],[78,-35],[36,-10]],[[159787,113617],[-171,55],[-123,42],[-122,71],[-90,44],[-134,22],[-91,15],[-133,20],[-111,34],[-119,23],[-110,29],[-127,10],[-160,88],[-168,57],[-138,54],[-161,36],[-107,24],[-108,16],[-115,9],[-90,15],[-145,1],[-158,22],[-119,11],[-159,94],[-117,63],[-82,43],[-94,32],[-86,36],[-103,35],[-136,95],[-138,64],[-97,43],[-133,56],[-142,95],[-120,81],[-89,53],[-64,41],[-122,63],[-117,48],[-107,63],[-142,32],[-151,56],[-100,37],[-137,23],[-113,17],[-112,9],[-109,21],[-103,7],[-83,-6],[-64,-6],[-45,-7],[-65,-13],[-91,-11],[-79,-1],[-84,-17],[-90,-15],[-91,-22],[-68,-22],[-137,-28],[-124,-54],[-97,-36],[-128,-91],[-127,-62],[-113,-47],[-99,-27],[-120,-37],[-99,-56],[-127,-82],[-94,-75],[-64,-51],[-124,-51],[-91,-40],[-98,-40],[-67,-27],[-112,-38],[-103,-57],[-149,-66],[-116,-38],[-112,-36],[-131,-25],[-150,-16],[-118,-23],[-210,12],[-166,-8],[-128,-4],[-118,8],[-117,66],[-115,48],[-143,72],[-129,51],[-100,48],[-151,43],[-142,75],[-132,62],[-113,33],[-113,32],[-83,25],[-61,19],[-133,110],[-136,74],[-133,50],[-110,51],[-152,118],[-149,79],[-147,53],[-130,70],[-195,114],[-132,77],[-111,50],[-146,54],[-139,21],[-110,21],[-139,86],[-129,62],[-119,62],[-92,44],[-91,23],[-95,48],[-73,36],[-130,64],[-106,37],[-136,45],[-99,45],[-92,51],[-152,38],[-136,1],[-150,27],[-148,6],[-142,36],[-123,27],[-108,26],[-73,17],[-86,12],[-127,-57],[-92,-38],[-86,-8],[-125,-5],[-93,-13],[-145,-62],[-104,-56],[-74,-90],[-67,-75],[-121,-56],[-115,-74],[-108,-85],[-74,-57],[-127,-122],[-86,-97],[-105,-115],[-102,-98],[-79,-78],[-63,-82],[-93,-73],[-110,-22],[-92,-6],[-91,12],[-65,9],[-94,-19],[-108,-12],[-122,-8],[-102,11],[-163,31],[-125,56],[-195,68],[-135,45],[-95,27],[-92,18],[-152,111],[-153,45],[-159,40],[-144,13],[-147,28],[-134,44],[-97,30],[-93,11],[-74,8],[-61,9],[-132,104],[-88,70],[-99,46],[-73,39],[-128,59],[-108,41],[-134,0],[-110,-7],[-86,-13],[-66,-2],[-123,25],[-138,-4],[-112,-26],[-82,-18],[-87,-36],[-97,-32],[-108,-37],[-112,-68],[-122,-45],[-103,-42],[-90,-58],[-81,-82],[-72,-64],[-64,-64],[-151,-93],[-101,-61],[-67,-41],[-135,-83]],[[119254,122504],[-36,102],[-152,394],[-85,197],[-130,344],[-45,115],[-45,141],[-37,132],[-79,99],[-45,73],[-31,70],[-43,113],[-34,121],[-53,152],[-37,104],[-45,105],[-48,169],[-57,157],[-56,150],[-62,138],[-88,174],[-85,144],[-93,152],[-71,135],[-101,113],[-99,104],[-105,96],[-87,90],[-113,112],[-96,122],[-116,138],[-59,78],[-68,105],[-124,157],[-122,138],[-102,113],[-50,70],[-105,107],[-90,85],[-108,104],[-98,104],[-20,14],[-116,147],[-133,166],[-96,138],[-359,366],[-84,104],[-79,104],[-60,79],[-90,107],[-110,124],[-113,155],[-85,102],[-85,123],[-36,77],[-88,166],[-79,225],[-51,155],[-51,203],[-73,273],[-105,296],[-59,138],[-59,95],[-23,82],[-56,110],[-29,42],[-65,34],[-53,48],[-43,87],[-53,90],[-71,113],[-65,124],[-65,157],[-59,152],[-54,164],[17,155],[0,79],[-23,47],[-33,65],[-96,152],[-147,214],[-136,195],[-152,202],[-142,206],[-36,70],[-99,147],[-85,121],[-76,110],[-82,143],[-54,57],[-25,67],[-48,102],[-34,56],[-96,118],[-141,192],[-119,163],[-158,228],[-26,45],[-70,119],[-77,166],[-70,146],[-65,130],[-77,79],[-104,95],[-105,138],[-90,121],[-87,62],[-178,57],[-116,19],[-144,3],[-130,-5],[-147,-43],[-139,-47],[-138,-74],[-158,-73],[-101,-42]],[[66881,252625],[-9,-21],[-6,-23],[-13,-49],[-3,-29],[-11,-29],[-53,-31],[-1,-13],[28,-16],[37,-22],[25,-9],[28,-15],[42,-50],[21,-28],[8,-25],[1,-40],[13,-40],[26,-40],[18,-31],[33,-25],[43,-18],[19,-11],[23,-18],[26,-28],[20,-27],[23,-36],[31,-36],[42,-15],[36,-15],[13,-29],[22,-45],[24,2],[29,-42],[-18,-9],[-28,-18],[10,-45],[12,-37],[-3,-12],[-20,-17],[-26,-14],[-58,9],[-13,-8],[2,-23],[0,-29],[7,-49],[-7,-46],[18,-14],[18,-4],[28,13],[20,0],[40,4],[25,1],[11,-9],[35,-20],[33,-21],[38,-13],[29,-9],[13,9],[16,3],[15,-13],[23,-16],[60,-23],[55,-26],[31,-23],[13,-29],[3,-44],[6,-22],[29,-18],[44,-11],[29,-14],[47,-29],[40,-6],[31,-21],[27,-22],[53,-11],[46,11],[11,-11],[3,-24],[-3,-41],[-9,-71],[23,-7],[15,-2],[16,-11],[4,-17],[18,-58],[18,-12],[35,-17],[13,-7],[16,-14],[11,-22],[0,-17],[2,-20],[7,-19],[35,-39],[11,-30],[27,-22],[20,-2],[13,-25],[3,-33],[18,-16],[11,-42],[20,-35],[26,-14],[31,-8],[13,0],[23,4],[13,-5],[29,-31],[20,-24],[33,-3],[42,-19],[42,-43],[27,-46],[42,-29],[13,-1],[31,20],[30,34],[26,15],[46,-24],[3,-49],[83,-28],[51,51],[38,4],[53,40],[112,-60],[63,-45],[37,-47],[39,0],[20,-8],[26,-67],[9,-67],[20,-87],[-6,-12],[-23,-22],[-50,-27],[-15,-42],[-65,-39],[-30,-30],[-51,-29],[-141,-120],[-128,5],[-18,-13],[-73,24],[-42,-22],[-31,0],[-14,6],[-20,-20],[-20,-4],[-31,16],[-15,17],[-24,-4],[-9,-20],[-16,-5],[16,-28],[6,-29],[-17,-27],[-9,-36],[-11,-15],[-22,-12],[-27,-8],[-14,0],[-26,-32],[-9,-17],[4,-18],[6,-43],[-8,-29],[-9,-15],[-2,-29],[-7,-27],[-2,-13],[2,-22],[17,-40],[-2,-30],[-14,-37],[-12,-8],[18,-30],[45,-31],[-17,-47],[49,-22],[25,-30],[42,-10],[13,-15],[0,-14],[-17,-22],[10,-37],[13,-30],[22,-18],[28,-25],[23,-36],[14,-14],[18,-21],[19,-28],[16,-37],[12,-28],[10,-18],[17,-16],[27,-19],[33,-20],[37,-21],[18,-32],[32,-35],[12,-26],[-4,-34],[-7,-30],[13,-12],[32,-10],[45,0],[16,-20],[23,-35],[34,-18],[37,-15],[12,-23],[21,-39],[16,-26],[34,-25],[39,-7],[40,0],[37,9],[50,3],[40,-3],[18,-20],[23,-17],[40,-18],[38,-37],[40,-23],[32,4],[21,-11],[28,-21],[41,-10],[42,-23],[32,-23],[42,-19],[25,-11],[27,-19],[38,-29],[29,-17],[17,-30],[39,-51],[28,-28],[50,-16],[47,-5],[39,-7],[18,-16],[25,-28],[42,-46],[28,-9],[21,-19],[25,-41],[30,-17],[48,-23],[37,-18],[40,-37],[34,-23],[37,-5],[26,-7],[25,-23],[32,-30],[11,-23],[-9,-31],[9,-25],[15,-16],[37,-17],[66,-21],[39,-11],[49,-21],[35,-11],[53,-12],[41,-21],[35,-14],[32,3],[26,6],[14,-18],[15,-30],[21,-32],[28,-30],[48,-40],[24,-25],[25,-12],[34,-9],[49,-12],[46,-12],[41,-7],[31,-23],[50,-28],[42,-9],[184,5],[28,-2],[23,-30],[60,-31],[103,-47],[42,-6],[22,-18],[22,-26],[19,-37],[35,-48],[30,-52],[39,-51],[28,-48],[22,-53],[3,-31],[7,-35],[11,-34],[2,-30],[5,-32],[7,-35],[14,-40],[18,-46],[3,-21],[-3,-39],[-4,-42],[-3,-46],[-20,-28],[-23,-17],[-35,-27],[-19,-21],[-8,-25],[-12,-21],[-32,-31],[-19,-36],[0,-38],[2,-36],[-14,-52],[-9,-46],[-30,-44],[-27,-28],[-24,-2],[-36,-9],[-51,-7],[-37,-14],[-18,-26],[-12,-37],[-5,-42],[17,-23],[6,-27],[5,-44],[9,-31],[-2,-55],[16,-37],[19,-26],[30,-13],[37,-3],[73,-16],[47,-11],[45,-17],[60,-42],[19,-18],[44,-23],[53,-7],[44,-2],[43,0],[29,-14],[27,-12],[53,-4],[49,-5],[27,-7],[21,-16],[32,-28],[28,-9],[34,-3],[26,-5],[23,-14],[41,-16],[58,-6],[44,7],[39,-10],[17,-12],[14,-18],[6,-25],[16,-54],[10,-35],[-5,-23],[-19,-20],[-25,-28],[-9,-33],[-12,-9],[-22,-21],[-19,-32],[-11,-16],[2,-19],[7,-48],[13,-43],[12,-52],[7,-33],[-5,-30],[17,-40],[23,-57],[18,-37],[28,-21],[21,-38],[9,-22],[2,-56],[0,-30],[12,-24],[29,-18],[15,-19],[2,-29],[18,-38],[11,-34],[-2,-38],[2,-99],[-2,-95],[-6,-56],[-12,-69],[-19,-33],[-23,-35],[-7,-23],[-11,-29],[11,-31],[1,-72],[7,-23],[23,-11],[25,-9],[25,-14],[18,-31],[33,-18],[30,-26],[16,-21],[16,-25],[44,-7],[12,-25],[32,-17],[35,-13],[7,-14],[0,-24],[11,-51],[5,-46],[21,-19],[25,-20],[2,-39],[5,-19],[36,-46],[-6,-17],[-28,-27],[-7,-17],[-5,-50],[-9,-29],[-34,-44],[4,-25],[-11,-23],[11,-26],[2,-25],[-22,-14],[-21,-26],[-28,-78],[-23,-46],[-2,-28],[-3,-38],[-11,-25],[-37,-21],[-21,-21],[-50,-43],[-12,-21],[-14,-33],[-32,-32],[-1,-24],[-20,-64],[-16,-23],[-3,-26],[-9,-28],[-4,-34],[-3,-61],[-4,-69],[13,-33],[14,-35],[-7,-36],[-7,-49],[-1,-36],[7,-44],[-10,-28],[-8,-22],[8,-53],[3,-60],[-7,-54],[-43,-39],[4,-21],[28,-64],[0,-92],[-35,-29],[-25,-21],[-29,-32],[46,-71],[43,-43],[75,-17],[21,-82],[-17,-46],[14,-29],[32,-35],[0,-57],[0,-29],[89,-17],[43,-82],[25,-85],[-7,-32],[14,-32],[39,-14],[0,-79],[25,-71],[-11,-60],[43,-50],[-39,-64],[53,-64],[-3,-64],[57,-21],[3,-117],[-10,-32],[14,-53],[25,-32],[43,-40],[10,-46],[-28,-17],[-54,-8],[-35,-60],[-4,-43],[0,-42],[32,-29],[64,-14],[40,-39],[17,-85],[0,-36],[8,-32],[32,-42],[42,-57],[0,-36],[15,-25],[60,-60],[-28,-57],[35,-7],[18,-28],[-14,-114],[14,-39],[0,-1]],[[21756,227826],[27,7],[20,31],[25,30],[24,43],[24,27],[47,39],[34,38],[38,47],[41,48],[49,37],[36,22],[20,22],[13,28],[30,34],[31,34],[24,18],[66,62],[42,18],[27,0],[17,7],[27,23],[33,41],[22,38],[42,45],[37,45],[41,52],[35,57],[29,62],[11,30],[17,35],[14,51],[9,41],[6,31],[19,34],[-1,45],[2,24],[8,39],[8,23],[44,37],[41,26],[42,40],[48,30],[48,15],[40,8],[39,6],[62,-11],[51,-13],[53,-15],[61,-15],[31,1],[15,14],[13,28],[9,35],[9,48],[10,41],[29,33],[23,11],[39,6],[56,0],[60,-10],[20,5],[78,18],[30,20],[33,19],[23,13],[28,29],[24,37],[23,35],[44,42],[80,70],[35,24],[39,16],[38,21],[47,19],[42,21],[53,20],[56,23],[56,41],[26,26],[22,29],[37,26],[51,29],[45,28],[30,21],[38,23],[40,23],[48,25],[48,22],[41,14],[68,24],[28,12],[29,8],[36,8],[39,8],[36,7],[51,7],[42,-5],[15,2],[9,10],[27,19],[22,17],[21,9],[30,0],[22,8],[29,10],[27,18],[28,17],[48,20],[24,10],[39,2],[63,-4],[50,7],[60,2],[50,0],[47,0],[45,-5],[28,-7],[30,-13],[44,-17],[18,4],[28,21],[18,10],[19,0],[16,-9],[31,-26],[21,-6],[38,6],[26,23],[33,29],[38,40],[15,48],[26,14],[18,19],[16,16],[20,25],[16,23],[-2,27],[3,30],[6,32],[16,37],[25,22],[48,14],[26,14],[34,18],[22,25],[17,7],[11,5],[20,25],[41,19],[30,36],[25,35],[25,23],[48,36],[34,27],[24,33],[25,23],[20,38],[43,30],[51,55],[47,41],[16,37],[26,46],[29,32],[44,37],[27,22],[16,23],[30,51],[29,69],[23,30],[21,20],[54,32],[19,9],[7,25],[4,28],[4,41],[-6,25],[4,21],[9,25],[17,23],[27,25],[13,25],[7,32],[12,33],[13,32],[17,23],[25,18],[40,20],[65,24],[27,8],[7,15],[9,27],[18,30],[14,23],[30,18],[38,18],[35,25],[38,28],[34,39],[25,30],[24,15],[43,49],[29,13],[10,23],[27,28],[27,20],[26,23],[34,14],[41,2],[36,7],[21,16],[45,16],[25,2],[30,12],[50,14],[30,13],[25,5],[37,5],[34,-10],[52,-9],[42,-20],[52,-5],[50,-4],[66,-3],[48,10],[75,27],[62,12],[21,11],[18,18],[16,28],[7,41],[4,36],[32,28],[37,27],[34,23],[14,17],[11,22],[34,42],[30,34],[34,23],[5,23],[13,41],[10,41],[32,35],[63,50],[23,23],[25,43],[11,23],[37,12],[43,21],[33,31],[40,26],[32,18],[21,28],[23,11],[25,9],[23,23],[11,21],[35,27],[29,41],[12,21],[15,39],[17,34],[31,44],[39,32],[16,28],[2,40],[17,28],[32,36],[73,142],[50,66],[66,77],[77,38],[60,33],[72,66],[66,61],[82,115],[77,93],[72,49],[83,22],[93,0],[72,22],[71,39],[28,87],[-44,72],[-50,60],[-33,154],[-49,192],[-28,148],[-49,99],[-44,98],[-67,72],[-60,87],[-38,40],[27,25],[103,26],[65,0],[103,-7],[148,-38],[46,-7],[90,-12],[45,-13],[110,0],[78,-33],[103,-45],[103,-32],[84,-19],[78,6],[78,45],[84,33],[77,32],[110,0],[129,38],[91,33],[51,-20],[65,-38],[32,-52],[26,-64],[32,-71],[0,-148],[-26,-103],[0,-65],[33,-70],[32,-78],[19,-96],[-32,-123],[-32,-83],[-71,-84],[-65,-26],[-52,-26],[-38,-38],[-7,-65],[13,-64],[13,-77],[30,-85],[-49,-83],[32,-51],[0,-90],[26,-91],[64,-38],[72,-45],[71,-45],[110,-52],[-19,-24],[-27,-34],[-21,-31],[-17,-24],[-19,-31],[0,-26],[-5,-21],[-14,-20],[-15,-21],[-21,-17],[-20,-14],[-28,-10],[-24,-21],[-22,-26],[-26,-24],[-22,-22],[-21,-12],[-27,-2],[-21,-17],[-17,-21],[-22,-20],[-26,5],[-33,-5],[-32,-9],[-19,-17],[-2,-24],[0,-19],[-5,-19],[-19,-12],[-29,-2],[-41,-10],[-36,-14],[-35,-29],[-12,-38],[-3,-14],[-60,-19],[-36,-17],[-24,-19],[-14,-17],[-31,-26],[-22,-31],[-12,-29],[12,-14],[24,-8],[15,-9],[0,-24],[-3,-19],[5,-24],[5,-26],[-3,-22],[-7,-55],[3,-26],[7,-21],[19,-29],[17,-26],[4,-20],[0,-26],[3,-19],[9,-29],[-7,-16],[-21,-29],[-17,-33],[5,-20],[9,-19],[3,-26],[-10,-19],[-9,-22],[0,-14],[7,-26],[-10,-26],[-9,-20],[4,-16],[8,-27],[33,-38],[19,-24],[24,-14],[34,-14],[21,-15],[5,-28],[-7,-17],[-2,-24],[9,-9],[15,-5],[11,-22],[-4,-105],[26,0],[26,-7],[15,-12],[2,-17],[-5,-38],[-2,-21],[-10,-27],[-9,-26],[-17,-17],[-22,-19],[-23,-21],[-22,-15],[-14,-16],[-15,-29],[-12,-26],[-9,-41],[-10,-19],[-17,-29],[-26,-38],[-2,-19],[4,-19],[10,-36],[-5,-22],[-7,-11],[-19,-12],[-31,2],[-15,-31],[-17,-14],[-28,-12],[-15,-12],[-19,-17],[-14,-14],[-29,-12],[-38,-7],[-77,-12],[-31,-10],[-5,-14],[12,-10],[24,0],[12,-7],[14,-14],[22,-8],[26,0],[22,-7],[24,-16],[29,-20],[16,-16],[12,-24],[-2,-34],[-14,-16],[4,-12],[10,-22],[17,-36],[31,-19],[9,-26],[0,-36],[22,-31],[34,-17],[26,0],[33,15],[22,16],[19,-2],[46,10],[28,0],[8,-19],[14,-34],[50,-81],[20,-17],[21,-2],[17,0],[29,0],[33,-3],[101,-9],[93,-12],[55,-12],[43,-31],[32,-43],[28,-17],[24,-7],[22,5],[21,2],[36,0],[27,-2],[36,-22],[31,-21],[17,-22],[40,-43],[63,-43],[55,-36],[48,-35],[14,-10],[41,-17],[41,-28],[119,-41],[22,-17],[2,-19],[-12,-7],[-62,-5],[-5,-17],[3,-28],[-29,-24],[-29,-24],[-7,-12],[5,-12],[21,-9],[10,-12],[9,-29],[10,-31],[12,-22],[12,-7],[14,5],[46,14],[17,-7],[7,-17],[-3,-119],[22,-38],[19,-15],[27,-2],[19,0],[17,-12],[35,-7],[44,-5],[24,-7],[33,-14],[50,-47],[78,5],[25,42],[195,-7],[36,-19],[5,-32],[5,-18],[3,-48],[11,-13],[53,-5],[26,-14],[32,-7],[100,-12],[-5,-58],[-11,-16],[-32,-10],[-13,-15],[-26,-9],[-22,-16],[-44,-40],[-55,-17],[-34,-25],[-17,-40],[-15,-12],[-59,-29],[-26,-24],[-7,-33],[2,-31],[14,-35],[-1,-32],[16,-82],[-29,-62],[-10,-45],[-46,-38],[-18,-27],[-23,-62],[-27,-16],[-11,-43],[-49,-16],[-71,-11],[-12,1],[-14,2],[-17,12],[-29,15],[-24,4],[-14,-4],[-22,-10],[-19,-5],[-17,-7],[-24,-7],[-33,-10],[-34,-14],[-26,-7],[-10,-10],[0,-14],[-4,-17],[-10,-26],[-26,-26],[-8,-17],[8,-12],[4,-17],[12,-28],[5,-17],[3,-19],[4,-36],[-2,-14],[-5,-22],[-14,-12],[-24,-14],[-17,-14],[-14,2],[-22,14],[-14,3],[-15,-15],[-19,0],[-17,12],[-26,0],[-26,3],[-5,24],[-2,16],[-20,-4],[-24,7],[-24,12],[-31,9],[-16,-5],[-34,0],[-26,0],[9,-33],[19,-53],[29,-21],[19,5],[34,-3],[5,-26],[-8,-21],[-12,-20],[-23,-33],[-22,-22],[-7,-31],[-7,-40],[-22,-26],[-24,-17],[-22,0],[-14,14],[-12,3],[-24,-3],[-24,-14],[-33,-10],[-39,5],[-14,0],[-10,-17],[-19,-33],[15,-7],[16,-12],[0,-24],[8,-17],[19,-14],[-12,-17],[0,-21],[0,-20],[2,-31],[-14,-19],[-34,5],[-29,-7],[-28,-10],[-34,12],[-36,7],[-7,-12],[0,-19],[17,-38],[17,-14],[28,-24],[27,-17],[16,-7],[27,26],[26,12],[31,-2],[17,-14],[17,2],[36,9],[33,-16],[34,5],[24,-10],[41,-2],[28,7],[20,-27],[14,-16],[33,5],[36,9],[24,-2],[36,-15],[22,36],[29,-7],[50,-21],[17,-24],[24,-34],[50,-21],[24,-22],[19,-55],[46,-16],[0,-41],[-10,-41],[5,-14],[24,-19],[26,-14],[-5,-41],[24,-10],[12,-9],[22,-24],[7,-12],[19,-2],[22,21],[9,26],[12,22],[28,7],[11,-24],[3,-33],[2,-37],[6,-35],[-21,-11],[-24,-8],[-29,-10],[-24,-24],[-21,-26],[-17,-12],[-7,-19],[0,-26],[2,-55],[-5,-34],[-2,-26],[-12,-43],[-5,-26],[10,-36],[-2,-29],[-17,-24],[-22,-26],[-24,-21],[-33,-15],[-60,-21],[-22,-24],[-2,-36],[2,-38],[-2,-62],[2,-77],[-29,-9],[-24,-10],[-47,-36],[-68,-59],[-40,-24],[-39,-7],[-31,-3],[-9,-16],[2,-48],[12,-41],[17,-64],[-17,-29],[-33,-10],[-27,5],[-53,-7],[-24,-26],[-19,-12],[-60,-10],[-7,-55],[15,-14],[28,-29],[27,-26],[21,-19],[19,0],[5,-12],[24,-24],[22,-43],[0,-17],[-3,-33],[-19,-2],[-48,-20],[-14,-19],[2,-40],[-12,-41],[-33,-24],[-19,-31],[-22,-26],[-22,-19],[-43,-12],[-19,-24],[-5,-57],[-19,-39],[-38,-62],[-29,-31],[-2,-24],[19,-26],[33,-29],[34,24],[38,5],[29,50],[22,26],[28,5],[22,17],[55,2],[41,-19],[3,-18],[-25,-20],[-5,-17],[0,-19],[-4,-26],[2,-19],[14,-24],[8,-26],[28,-10],[32,-17],[4,-24],[10,-19],[17,0],[31,-7],[21,-31],[24,-24],[34,0],[14,5],[36,29],[22,0],[24,4],[40,24],[32,-12],[55,15],[69,-72],[62,-5],[24,-16],[34,-41],[22,-22],[14,-23],[14,-29],[0,-36],[3,-41],[-3,-31],[0,-28],[-12,-27],[-9,-35],[-10,-31],[-29,-27],[-24,-16],[-21,-27],[-31,-31],[-22,-26],[3,-19],[2,-26],[14,-20],[17,-9],[36,-7],[26,7],[27,7],[24,-2],[17,-5],[8,-9],[13,-25],[29,-41],[32,-24],[26,-23],[43,-13],[57,-17],[48,-13],[35,-7],[52,-21],[53,-24],[58,-29],[40,-27],[41,-27],[38,-37],[47,-44],[70,-66],[33,-46],[18,-42],[24,-50],[15,-43],[19,-44],[24,-40],[25,-40],[22,-27],[48,-24],[47,-28],[42,-19],[31,-13],[46,-14],[25,-6]],[[140855,69667],[-17,49],[-32,125],[-22,85],[-33,79],[-37,51],[-61,69],[-30,57],[-16,44],[-13,46],[-21,109],[-15,68],[-3,61],[0,99],[7,65],[17,94],[29,171],[30,151],[46,173],[17,109],[20,166],[11,107],[-5,84],[-19,83],[-35,87],[-35,42],[-135,148],[-133,158],[-124,144],[-96,107],[-94,105],[-65,86],[-48,57],[-59,57],[-140,80],[-80,68],[-111,81],[-90,62],[-102,69],[-111,59],[-131,79],[-83,70],[-74,90],[-59,90],[-65,105],[-72,115],[-53,77],[-65,77],[-94,98],[-93,101],[-92,113],[-54,107],[-26,77],[-3,87],[-41,77],[-50,55],[-52,44],[-162,93],[-131,35],[-111,5],[-69,-18],[-98,-15],[-103,18],[-92,39],[-63,37],[-70,64],[-61,65],[-67,105],[-61,96],[-50,84],[-28,54],[-5,50],[7,81],[11,71],[11,93],[-22,75],[-37,90],[-68,109],[-92,120],[-47,55],[-103,100],[-43,44],[-11,24],[-22,48],[-15,51],[-24,46],[-20,54],[-52,57],[-48,59],[-44,66],[-28,48],[-13,57],[-11,63],[6,64],[14,109],[19,111],[0,134],[-28,181],[-18,67]],[[156686,43603],[0,5],[-30,13],[-26,77],[-80,-45],[-54,-27],[-66,-34],[-43,-24],[-61,-19],[-62,-24],[-64,-16],[-98,-15],[-72,-11],[-53,8],[-64,16],[-75,29],[-56,11],[-85,8],[-67,2],[-77,-8],[-64,-5],[-120,-21],[-80,-8],[-83,-19],[-48,-18],[-58,-6],[-43,6],[-29,-6],[-30,-34],[-29,-30],[-43,-8],[-37,-21],[-51,-21],[-66,-13],[-43,-16],[-45,-29],[-30,-11],[-32,-3],[-21,16],[-8,37],[3,75],[-11,18],[-24,8],[-50,14],[-107,10],[-61,51],[-75,88],[-93,85],[-86,61],[-56,29],[-157,53],[-77,45],[-56,45],[-61,93],[-51,107],[-32,101],[-16,72],[5,82],[19,90],[29,69],[38,69],[37,51],[32,56],[27,82],[29,88],[43,64],[13,34],[37,40],[48,35],[48,31],[48,46],[56,66],[35,48],[48,69],[53,69],[32,45],[29,19],[54,40],[69,8],[99,26],[298,80],[219,48],[181,48],[186,10],[128,-29],[78,-21],[58,8],[128,34],[78,59],[109,26],[48,8],[40,48],[29,29],[19,3],[106,-5],[43,-3],[109,66],[67,24],[32,14],[35,32],[88,31],[64,48],[103,80],[70,82],[98,107],[54,82],[69,106],[56,125],[59,123],[29,127],[35,117],[24,117]],[[47490,231688],[95,83],[129,101],[13,122],[-40,175],[6,149],[-20,101],[-74,81],[-61,47],[0,95],[7,47],[-14,63],[-12,-2],[-23,-4],[-31,-9],[-30,-5],[-13,12],[-8,18],[-10,29],[-15,14],[-18,9],[-11,6],[-2,14],[2,21],[2,29],[-6,16],[-12,14],[-11,23],[-4,14],[0,33],[-2,15],[-10,24],[-33,52],[-23,29],[-12,39],[-13,26],[-16,29],[-27,58],[0,18],[-2,29],[-4,31],[4,16],[10,9],[9,14],[33,8],[24,15],[31,12],[19,12],[12,21],[15,27],[-2,14],[2,19],[22,14],[33,0],[23,-8],[29,-2],[29,4],[37,35],[14,33],[19,31],[6,28],[4,25],[11,31],[10,27],[14,26],[25,25],[33,4],[39,-4],[11,6],[10,31],[19,14],[16,0],[25,-8],[23,-2],[10,6],[10,15],[15,10],[24,6],[0,19],[-6,18],[-2,29],[-2,29],[2,22],[17,13],[35,22],[26,21],[7,41],[4,12],[18,11],[21,24],[8,50],[11,37],[20,18],[48,-2],[72,0],[95,9],[29,18],[27,23],[30,7],[29,36],[13,18],[-17,13],[-16,16],[-9,19],[-10,16],[-10,25],[-8,20],[-13,9],[-18,4],[-23,16],[-10,27],[-9,29],[-8,22],[-33,29],[-25,35],[-24,37],[-25,41],[-13,6],[-18,11],[-29,-6],[-25,2],[-29,14],[-24,6],[-25,-6],[-25,-2],[-33,6],[-41,10],[-41,23],[-21,29],[-10,39],[-9,43],[-6,37],[-8,31],[-10,43],[-15,50],[-6,26],[-2,35],[-19,31],[-16,29],[-6,21],[-11,28],[-12,39],[0,33],[19,21],[24,20],[13,29],[12,25],[0,37],[2,62],[6,22],[11,23],[14,12],[40,14],[7,25],[27,11],[4,12],[3,16],[4,27],[33,15],[6,12],[18,33],[11,35],[-10,33],[-44,-4],[-29,-7],[-41,-8],[-45,2],[-33,15],[-25,20],[-23,19],[-37,20],[-27,25],[-16,41],[-17,21],[-6,45],[-15,64],[-16,41],[-25,27],[-14,22],[-8,21],[0,20],[6,29],[2,27],[18,47],[11,43],[14,35],[8,33],[9,19],[2,29],[-7,22],[-10,11],[-10,18],[-13,23],[-12,24],[-2,25],[11,17],[36,4],[21,-13],[21,-10],[12,-14],[21,-17],[22,4],[21,6],[15,0],[16,-8],[14,-10],[19,-19],[35,-28],[31,-29],[23,-19],[14,-8],[15,4],[18,2],[35,-6],[21,4],[27,19],[22,16],[27,17],[21,6],[23,-2],[14,-11],[17,-14],[47,-47],[29,-17],[35,-26],[25,-17],[24,-10],[21,-6],[19,-4],[41,-9],[37,6],[35,-34],[31,10],[31,6],[27,8],[25,-8],[20,-19],[21,-18],[37,-19],[23,7],[35,12],[18,-27],[19,-8],[21,-6],[37,2],[31,-6],[37,0],[53,4],[33,4],[25,-2],[29,-2],[31,-13],[33,-2],[37,0],[35,2],[25,15],[14,47],[17,27],[8,16],[15,4],[20,5],[27,8],[15,4],[10,16],[12,23],[15,29],[4,31],[-2,41],[2,35],[-8,35],[-19,33],[-6,20],[4,21],[8,16],[15,17],[14,12],[21,10],[43,19],[25,25],[20,18],[29,21],[21,14],[21,14],[26,21],[31,39],[15,23],[27,31],[22,26],[23,15],[29,8],[37,10],[21,6],[14,29],[17,29],[35,58],[4,16],[12,45],[13,27],[22,17],[13,14],[20,25],[25,41],[27,29],[20,14],[19,25],[14,22],[-6,27],[-8,21],[-4,33],[-12,30],[-23,27],[-27,31],[-23,25],[-18,14],[-23,29],[-14,22],[-21,21],[-18,22],[-19,17],[-33,6],[-31,6],[-23,5],[-31,-5],[-45,-8],[-33,-14],[-21,2],[-22,23],[-40,37],[-33,26],[-22,35],[-42,25],[-45,33],[-4,25],[-4,37],[4,51],[-4,56],[-11,59],[-4,23],[-29,8],[-16,19],[-10,12],[-33,4],[-27,0],[-23,-10],[-21,-11],[-26,-28],[-27,-33],[-27,-27],[-19,-10],[-24,4],[-35,-6],[-31,-4],[-27,2],[-19,14],[-20,16],[-29,19],[-25,16],[-15,7],[-26,2],[-40,6],[-43,2],[-25,0],[-22,-10],[-23,-9],[-33,-10],[-23,-14],[-16,8],[8,39],[4,29],[0,29],[-6,28],[-6,31],[-2,31],[-13,35],[-14,39],[-10,29],[-19,29],[-12,16],[2,19],[6,39],[10,49],[4,45],[11,37],[2,33],[2,17],[18,27],[8,26],[-12,9],[-16,0],[-29,-7],[-37,-12],[-23,-4],[-17,2],[-16,10],[-19,17],[-29,18],[-20,21],[-15,8],[-26,0],[-38,-6],[-76,-6],[-57,-11],[1,11],[9,18],[18,29],[11,23],[18,39],[12,41],[19,39],[10,25],[-4,12],[-4,21],[7,21],[-5,36],[-10,39],[-6,35],[-2,33],[-2,27],[2,23],[6,12],[29,20],[22,19],[25,18],[10,25],[15,39],[21,41],[6,27],[-6,39],[-9,47],[-10,42],[2,28],[4,25],[10,27],[-1,38],[-15,24],[-27,35],[-43,37],[-46,53],[-22,4],[-39,13],[-36,0],[-59,4],[-67,18],[5,12],[20,21],[7,17],[8,22],[20,8],[17,11],[27,20],[27,23],[31,25],[47,20],[12,8],[35,52],[-4,39],[-4,37],[-12,31],[-19,18],[-28,28],[-9,38],[2,37],[-2,37],[-6,35],[-8,47],[-15,50],[-14,43],[-15,39],[-16,27],[-23,27],[-23,18],[-33,17],[-45,14],[-10,12],[-17,23],[-14,18],[-39,33],[-13,21],[-12,16],[-8,23],[-19,14],[-27,15],[-16,4],[-29,2],[-31,-4],[-31,-10],[-31,-11],[-31,-2],[-50,6],[-22,13],[-37,14],[-40,19],[-18,28],[4,46],[10,24],[4,42],[9,39],[2,51],[2,31],[-4,37],[-13,45],[-16,25],[-4,35],[-11,43],[-12,19],[-21,28],[-8,25],[-2,21],[-2,39],[-6,35],[-11,18],[-41,35],[-7,23],[10,8],[21,10],[42,4],[39,8],[30,20],[49,0],[53,-6],[15,1],[10,10],[29,8],[21,11],[29,35],[16,20],[21,25],[12,18],[17,9],[16,6],[25,4],[16,8],[17,23],[6,22],[0,17],[2,23],[10,24],[11,25],[14,31],[11,39],[0,20],[-5,33],[-4,48],[9,76],[10,57],[0,74],[0,37],[-2,60],[-6,35],[-11,35],[-8,29],[-2,20],[4,35],[33,50],[28,36],[3,17],[-2,25],[-2,16],[8,13],[6,26],[17,31],[18,25],[17,33],[25,55],[27,62],[18,56],[23,76],[20,84],[9,20],[18,21],[27,19],[15,27],[20,12],[4,16],[0,21],[2,35],[-6,37],[6,14],[15,60],[18,60],[0,26],[2,19],[-4,37],[-6,35],[-6,37],[0,16],[12,25],[27,21],[21,16],[29,19],[16,4],[17,-4],[26,0],[56,0],[35,4],[23,12],[25,19],[37,32],[25,23],[6,19],[8,10],[-3,12],[-18,17],[-20,8],[-23,12],[-23,11],[-53,24],[-37,10],[-27,17],[-27,27],[-23,35],[-8,12],[6,19],[8,16],[13,23],[8,20],[-6,31],[-10,35],[-9,31],[-18,14],[-31,17],[-29,10],[-29,14],[-31,13],[-18,-2],[-29,-7],[-31,-12],[-25,-12],[-10,-29],[-23,-16],[-31,-5],[-27,-2],[-37,4],[-31,0],[-23,15],[-45,18],[-37,23],[-39,10],[-42,13],[-45,8],[-37,6],[-19,8],[-12,31],[-19,19],[-27,9],[-13,4],[-36,30],[-18,29],[-29,14],[-50,44],[-31,18],[-28,27],[-35,32],[-32,18],[-30,25],[-17,20],[-10,26],[-8,24],[-14,41],[-8,34],[2,28],[-4,21],[-14,48],[-13,24],[-4,27],[-4,32],[2,28],[0,26],[6,27],[9,20],[22,24],[34,30],[12,21],[-4,18],[-6,12],[-24,40],[-12,15],[4,16],[22,24],[20,28],[9,16],[-7,19],[3,24],[-3,44],[-14,17],[-14,6],[-16,-2],[-14,0],[-25,20],[-6,18],[6,30],[-8,33],[-2,32],[-12,12],[-14,8],[-24,8],[-27,10],[-18,17],[-57,44],[-28,18],[-18,6],[-23,6],[-20,4],[-18,21],[-24,33],[-9,2]],[[102532,208083],[66,-56],[13,-32],[32,-29],[44,-24],[55,3],[55,23],[55,0],[39,-6],[37,14],[33,-11],[44,4],[35,10],[45,32],[27,-6],[50,16],[32,21],[26,-6],[35,20],[59,12],[38,8],[60,5],[40,20],[39,22],[25,4],[67,55],[32,-4],[65,-61],[40,-12],[34,6],[91,-39],[11,-3],[29,31],[39,10],[40,43],[39,4],[41,14],[71,-27],[29,11],[48,16],[19,18],[5,28],[-13,45],[-3,27],[21,32],[26,38],[35,7],[42,7],[23,6],[54,42],[42,26],[26,28],[5,33],[-5,44],[-16,31],[-27,29],[-51,97],[3,47],[-5,37],[-13,24],[-37,16],[-47,27],[-33,28],[-37,40],[-19,36],[-16,34],[9,14],[23,52],[-5,19],[-24,39],[-37,47],[1,17],[36,86],[41,118],[4,28],[-4,14],[-42,55],[-16,29],[-2,25],[2,39],[-12,22],[-55,64],[-25,43],[-27,36],[-23,31],[-5,26],[6,13],[44,32],[-3,40],[-16,42],[-15,45],[-6,35],[2,16],[13,27],[19,41],[20,45],[13,24],[13,18],[12,10],[26,-2],[26,-4],[28,15],[17,33],[10,19],[25,6],[20,-16],[44,-24],[31,-17],[42,-10],[35,-4],[29,7],[29,11],[113,10],[88,-16],[34,-12],[44,60],[95,44],[116,62],[62,38],[37,-2],[86,-20],[34,-10],[108,10],[83,22],[24,12],[62,64],[40,46],[28,16],[26,28],[57,6],[42,14],[28,8],[48,48],[26,20],[34,50],[-18,36],[-56,55],[-52,72],[-28,42],[-32,38],[-16,32],[-6,34],[10,68],[-10,60],[-41,38],[-20,24],[26,74],[33,12],[28,6],[36,36],[40,108],[0,44],[12,60],[16,42],[30,42],[-12,18],[-62,54],[-22,44],[-8,68],[-4,32],[-24,16],[-34,4],[-29,8],[-80,70],[-18,30],[4,24],[26,37],[34,30],[10,26],[-10,44],[-8,14],[-8,48],[-2,24],[-28,42],[-22,34],[-2,20],[8,30],[20,32],[38,34],[24,40],[26,48],[19,28],[44,24],[38,20],[32,22],[24,34],[16,32],[16,12],[76,14],[17,12],[44,88],[28,30],[38,20],[80,24],[48,0],[67,2],[30,16],[72,78],[44,80],[36,74],[12,34],[-12,14],[-74,110],[-20,45],[-24,28],[-18,42],[6,58],[2,32],[-26,40],[-10,46],[-8,44],[-4,32],[-28,36],[-29,28],[-36,24],[-26,30],[8,20],[38,46],[75,46],[26,30],[40,-4],[44,28],[50,16],[95,8],[88,38],[47,41],[63,69],[60,41],[35,4],[24,-4],[25,-14],[26,-26],[16,-23],[70,-13],[35,3],[16,14],[46,33],[18,10],[33,-11],[46,-43],[28,16],[29,-25],[33,-7],[20,16],[17,24],[26,-22],[0,-23],[20,-32],[37,-39],[49,-34],[26,-6],[1,-20],[-4,-23],[38,-30],[66,-2],[54,-20],[48,-8],[36,-30],[16,-28],[28,2],[26,16],[61,-10],[42,40],[16,8],[22,22],[28,4],[56,8],[-14,40],[20,54],[32,22],[33,10],[0,48],[-23,40],[8,44],[31,12],[20,36],[-16,28],[12,18],[20,22],[4,26],[-2,16],[12,24],[30,20],[40,40],[56,20],[16,40],[42,-2],[21,32],[26,42],[40,33],[8,16],[2,38],[84,38],[46,2],[20,34],[8,20],[53,-6],[30,10],[42,-6],[28,18],[30,22],[18,36],[-2,18],[-20,8],[4,22],[12,8],[74,-22],[21,-8],[17,61],[41,11],[26,4],[16,32],[14,8],[42,-28],[24,-4],[38,16],[20,32],[21,4],[40,-36],[36,-12],[32,-20],[32,-10],[16,-30],[36,-8],[22,-18],[26,4],[31,32],[32,20],[28,-10],[26,-24],[12,-24],[22,-12],[26,-4],[36,20],[24,30],[16,4],[39,-12],[-2,40],[22,40],[20,4],[28,-26],[32,10],[22,10],[98,-48],[26,-16],[43,0],[24,8],[32,42],[24,-10],[22,-14],[0,50],[0,36],[8,24],[26,22],[6,34],[12,42],[18,34],[20,28],[22,24],[43,22],[28,8],[68,-6],[50,14],[20,6],[62,40],[45,18],[40,8],[34,16],[18,6],[32,-4],[22,-8],[20,-6],[24,14],[71,36],[38,22],[16,30],[4,30],[10,26],[30,26],[32,12],[34,12],[30,6],[55,46],[22,20],[12,46],[10,54],[8,26],[28,34],[16,18],[24,18],[14,12],[16,2],[56,-12],[32,-12],[61,-18],[70,-12],[66,-8],[56,-18],[63,4],[40,-2],[42,-10],[26,-64],[30,-52],[12,-16],[18,-18],[30,-8],[43,-12],[36,-6],[32,-6],[24,6],[37,11],[33,6],[33,33]],[[157902,107181],[-140,-1],[-71,-1],[-105,0],[-157,-2],[-125,29],[-154,39],[-150,-1],[-115,20],[-168,30],[-109,44],[-165,68],[-175,100],[-121,-3],[-109,-5],[-88,-6],[-78,2],[-114,6],[-150,22],[-94,60],[-117,79],[-119,45],[-134,54],[-152,23],[-108,51],[-52,9],[-77,10],[-101,4],[-149,5],[-132,14],[-81,0],[-102,6],[-120,7],[-149,-12],[-82,-12],[-71,23],[-82,34],[-104,46],[-148,61],[-63,46],[-88,67],[-80,46],[-71,31],[-101,45],[-139,68],[-168,74],[-151,105],[-113,38],[-99,56],[-107,85],[-108,102],[-76,61],[-107,78],[-154,98],[-60,122],[-88,153],[-101,92],[-99,107],[-100,85],[-147,128],[-116,66],[-126,94],[-103,32],[-73,58],[-107,88],[-59,38],[-87,58],[-129,86],[-122,57],[-104,35],[-93,49],[-105,46],[-139,69],[-125,21],[-95,15],[-87,7],[-128,8],[-161,14],[-114,-10],[-133,-44],[-119,-60],[-153,-62],[-148,-73],[-110,10],[-93,-13],[-133,-17],[-124,5],[-140,-2],[-132,8],[-116,-25],[-143,-24],[-180,2],[-101,11],[-103,1],[-144,-10],[-145,-15],[-157,19],[-92,21],[-93,-3],[-135,-4],[-109,11],[-120,-1],[-108,-1],[-135,13],[-148,17],[-121,-8],[-119,9],[-112,-2],[-160,2],[-105,-28],[-68,0],[-89,-1],[-94,9],[-106,4],[-72,6],[-99,4],[-132,1],[-156,4],[-138,-15],[-142,4],[-135,-12],[-149,2],[-135,3],[-137,5],[-180,-10],[-166,-14],[-128,-7],[-190,-10],[-174,-13],[-119,-20],[-110,-31],[-121,-29],[-111,-39],[-126,-69],[-115,-25],[-90,-20],[-96,0],[-128,-6],[-75,-29],[-94,-44],[-128,-56],[-69,-50],[-97,-76],[-98,-88],[-106,-44],[-110,-52],[-84,-23],[-71,-22],[-98,-25],[-138,-34],[-83,-40],[-108,-42],[-140,-29],[-137,13],[-161,23]],[[14086,192798],[-6,5],[-28,28],[-41,15],[-38,15],[-46,26],[-54,43],[-54,43],[-46,21],[-51,28],[-46,0],[-92,-5],[-25,-13],[-13,-28],[-15,-5],[-28,-8],[-26,13],[-23,18],[-25,5],[-34,7],[-30,-7],[-33,-13],[-34,-33],[-46,-71],[-64,-64],[-33,-41],[-30,-73],[-34,-51],[-20,-74],[-38,-66],[-49,-79],[-54,-51],[-46,-61],[-69,-115],[-40,-76],[-46,-66],[-51,-41],[-62,-15],[-66,-8],[-74,13],[-90,20],[-66,25],[-59,31],[-33,33],[-44,56],[-46,28],[-56,46],[-58,97],[-39,56],[-53,112],[-55,54],[-67,79],[-82,104],[-53,87],[-36,99],[-61,97],[-62,76],[-69,72],[-58,25],[-49,23],[-41,64],[-33,84],[-79,84],[-100,84],[-84,58],[-59,39],[-69,38],[-76,28],[-46,10],[-72,-20],[-64,18],[-64,89],[-25,76],[2,107],[8,99],[15,39],[23,107],[28,89],[3,79],[13,51],[2,73],[-35,79],[-46,82],[-50,50],[-13,12],[-73,65],[-191,117],[-110,69],[-74,49],[-92,28],[-151,74],[-239,143],[-59,51],[-58,67],[-26,38],[-38,74],[-49,104],[-15,79],[-3,18],[-2,33],[-21,69],[-13,53],[-7,54],[-8,76],[3,89],[-46,130],[-23,56],[-28,46],[-39,56],[-51,66],[-64,61],[-35,49],[-46,41],[-26,33],[-20,40],[-26,67],[-13,68],[-35,72],[-62,79],[-59,71],[-40,43],[-57,64],[-38,54],[-28,73],[-36,112],[-13,64],[6,79],[2,59],[-13,56],[-35,81],[-26,56],[-18,38],[-8,56],[-23,69],[-10,92],[-2,109],[2,135],[-20,77],[-21,48],[-25,46],[-44,36],[-46,25],[-51,18],[-43,13],[-64,0],[-84,2],[-54,-5],[-36,5],[-18,34],[-2,99],[-8,66],[0,51],[13,43],[18,61],[0,56],[-23,67],[-41,81],[-15,46],[-18,46],[-18,51],[-13,18],[-15,2],[-28,-5],[-23,-5],[-13,10],[-8,21],[-7,35],[-49,46],[-87,61],[-87,74],[-86,79],[-67,76],[-46,46],[-8,13],[-23,15],[-48,44],[-18,12],[-33,39],[-28,28],[-18,15],[-21,8],[-20,0],[-31,-6],[-38,-2],[-41,2],[-56,13],[-44,3],[-66,-3],[-102,59],[-31,23],[-30,12],[-13,8],[-36,3],[-51,-18],[-36,-8],[-41,-33],[-51,-28],[-28,-23],[-51,-18],[-36,-18],[-41,-5],[-35,-2],[-51,15],[-10,2]],[[47880,222872],[88,16],[-5,21],[-7,14],[-6,19],[-8,20],[5,33],[3,57],[2,18],[11,16],[12,9],[8,11],[6,20],[3,19],[14,15],[12,6],[15,3],[32,5],[22,1],[20,-2],[18,7],[13,15],[10,18],[3,31],[2,14],[1,23],[3,16],[7,13],[12,12],[10,11],[8,12],[6,13],[8,9],[15,8],[26,14],[28,10],[19,3],[17,9],[16,15],[12,15],[11,20],[13,9],[23,7],[13,6],[14,12],[14,7],[8,12],[10,12],[8,18],[6,20],[9,19],[7,20],[10,18],[3,18],[0,35],[3,21],[2,19],[3,16],[10,11],[21,16],[13,13],[10,14],[14,13],[7,19],[8,24],[8,16],[1,17],[-2,27],[5,22],[12,37],[7,19],[7,20],[3,18],[5,14],[9,16],[7,11],[10,6],[16,15],[17,7],[14,10],[15,8],[8,9],[6,16],[1,18],[-9,23],[-9,17],[-7,14],[-17,6],[-13,1],[-21,4],[-19,3],[-12,5],[-10,13],[-11,15],[-12,17],[-14,18],[-11,14],[3,19],[11,14],[13,17],[10,16],[3,14],[5,23],[3,20],[2,20],[3,24],[2,28],[3,20],[1,19],[7,21],[6,13],[15,20],[9,19],[4,14],[-3,11],[-14,8],[-21,3],[-23,8],[-18,4],[-14,5],[-19,4],[-16,0],[-14,-6],[-14,-2],[-16,2],[-24,3],[-25,3],[-24,-4],[-22,-6],[-24,-7],[-26,-5],[-22,-3],[-22,4],[-17,5],[-16,11],[-15,14],[-19,19],[-20,20],[-19,18],[-17,10],[-9,17],[-8,21],[-18,55],[-6,23],[-15,30],[-14,21],[-19,26],[-19,35],[-15,23],[-9,45],[2,27],[18,25],[15,15],[14,7],[23,5],[28,0],[59,2],[29,0],[27,5],[16,3],[15,14],[31,28],[11,15],[14,10],[15,5],[22,2],[21,-5],[12,-4],[16,-12],[15,-15],[18,-21],[26,-24],[22,-21],[32,-31],[26,-26],[25,-23],[25,-18],[19,-10],[25,-2],[16,-3],[14,-16],[24,-29],[15,-15],[21,-22],[46,-35],[20,-11],[22,-13],[22,-14],[12,-16],[16,-17],[22,-8],[22,1],[18,13],[16,10],[23,10],[23,11],[22,10],[33,7],[44,4],[38,14],[38,3],[33,11],[21,9],[18,19],[32,27],[16,5],[13,10],[16,9],[22,10],[21,12],[26,6],[21,3],[32,4],[36,-19],[19,-10],[31,-9],[33,-3],[25,1],[34,4],[23,-2],[15,-13],[10,-14],[14,-18],[9,-28],[1,-45],[6,-34],[14,-26],[16,-15],[13,-15],[24,-9],[15,-2],[25,-2],[19,6],[37,14],[29,12],[21,8],[29,7],[50,1],[25,-1],[38,-5],[18,2],[12,4],[10,9],[5,12],[-3,16],[-4,16],[-10,18],[-11,25],[-8,28],[-6,16],[2,16],[11,19],[19,24],[13,23],[8,22],[8,32],[0,10]],[[116420,178232],[-47,19],[-52,-7],[-44,-7],[0,-33],[-12,-59],[-7,-42],[-19,-49],[-9,-40],[-26,-54],[-28,-37],[-8,-21],[24,-38],[9,-46],[0,-47],[0,-26],[-2,-59],[-2,-28],[23,-70],[5,-30],[2,-57],[-14,-42],[-35,-35],[-40,-42],[-33,-26],[-28,-28],[-42,-33],[-50,-2],[-75,5],[-35,-14],[-45,-19],[-49,-40],[-35,-21],[-52,-24],[-54,0],[-31,-11],[-44,-5],[-24,2],[-2,-28],[-19,-18],[-28,16],[-28,40],[-19,33],[-40,-14],[-42,-15],[-54,-7],[-38,-7],[-35,12],[-26,-9],[-52,-17],[-35,-11],[-28,-10],[-42,5],[-35,23],[-47,3],[-29,-19],[-30,-19],[-42,-2],[-33,9],[-33,3],[-21,7],[-22,25],[-11,36],[-21,16],[-29,5],[-37,4],[-17,0],[-25,12],[-38,21],[-35,14],[-19,-2],[-26,12],[-23,4],[-24,-2],[-19,-2],[-28,-7],[-28,7],[-21,7],[-26,25],[-26,33],[-7,26],[-19,7],[-18,5],[-40,9],[-33,33],[4,44],[-42,28],[-28,24],[-17,49],[-28,19],[-33,14],[-30,14],[-42,35],[-22,9],[-14,33],[-11,23],[-31,24],[-35,16],[-52,10],[-19,18],[-35,0],[-26,26],[-26,19],[-28,9],[-23,5],[-45,-21],[-35,-19],[-38,7],[-54,0],[-37,-9],[-36,12],[-16,18],[-16,26],[-3,28],[-16,40],[0,26],[9,42],[-14,30],[-19,28],[-26,19],[-30,14],[-24,17],[-30,42],[-24,35],[-18,28],[-40,42],[-36,17],[-49,11],[-44,12],[-47,23],[-45,36],[-47,7],[-35,-19],[-21,-45],[0,-47],[-3,-37],[-7,-30],[-23,-33],[-33,-52],[-12,-44],[-2,-49],[14,-50],[-21,-21],[-54,-2],[-47,-19],[-3,-30],[26,-38],[31,-33],[9,-25],[-21,-31],[-38,-21],[-44,-2],[-45,2],[-38,5],[-56,-31],[-73,-14],[-37,10],[-28,-12],[-26,-26],[16,-25],[10,-22],[44,10],[33,-14],[40,-12],[45,19],[21,19],[26,-15],[11,-23],[-11,-23],[-17,-31],[-23,-35],[-5,-30],[21,-33],[61,-68],[31,-63],[40,-42],[16,-47],[12,-31],[16,-42],[26,-51],[12,-52],[12,-54],[23,-42],[40,-54],[38,-40],[61,-47],[33,-39],[9,-31],[7,-35],[7,-16],[12,-21],[-19,-21],[-26,-17],[-26,-23],[-42,-33],[-12,-38],[3,-42],[23,-49],[21,-51],[14,-36],[-2,-25],[-30,-68],[-33,-59],[-29,-61],[-42,-51],[-33,-61],[-21,-31],[-16,-18],[14,-49],[-17,-29],[-18,-23],[14,-23],[44,-61],[43,-33],[49,-9],[35,4],[28,7],[38,-11],[19,-12],[4,-38],[12,-30],[9,-35],[15,-33],[2,-37],[-7,-36],[21,-46],[42,-36],[61,-37],[36,-28],[25,-33],[26,-26],[40,-65],[33,-42],[17,-21],[30,-10],[71,-30],[37,-14],[33,-26],[38,-34],[30,-22],[31,-17],[18,-14],[15,-30],[30,-33],[24,-33],[37,-23],[19,-19],[2,-54],[3,-37],[-5,-28],[5,-24],[7,-40],[9,-51],[-2,-28],[9,-49],[49,-12],[38,-31],[52,-30],[37,-16],[31,-22],[44,-7],[52,-14],[26,-9],[28,-21],[31,-26],[44,-2],[47,12],[40,-5],[33,-21],[33,-33],[19,-12],[28,24],[35,42],[50,35],[42,2],[56,-32],[47,-12],[38,-21],[51,-7],[43,0],[33,-3],[18,-21],[26,-23],[24,-26],[11,-26],[12,-32],[-19,-29],[-21,-11],[-30,-3],[-26,0],[2,-39],[5,-33],[-14,-47],[0,-14],[14,-47],[5,-30],[0,-50],[0,-37],[-12,-37],[-7,-31],[-9,-51],[-10,-31],[-5,-23],[17,-42],[23,-24],[38,-28],[28,-42],[17,-33],[25,-33],[12,-54],[7,-16],[-9,-23],[-14,-24],[-7,-49],[2,-40],[0,-28],[2,-40],[3,-30],[-3,-38],[3,-30],[2,-21],[-12,-21],[-14,-21],[-30,-7],[-3,-33],[7,-17],[5,-16],[-9,-9],[-19,-12],[12,-14],[4,-12],[-16,-9],[-19,-17],[-42,-23],[-17,-9],[-4,-12],[28,-19],[9,-16],[3,-31],[25,-25],[12,-21],[12,-24],[14,-33],[9,-18],[40,-17],[29,-14],[21,-12],[11,-39],[19,-19],[21,-21],[10,-38],[12,-32],[23,-24],[23,-23],[40,-26],[12,-26],[33,-28],[35,-28],[17,-19],[28,-21],[28,-19],[24,-16],[0,-14],[-31,-7],[-47,-5],[-28,0],[-24,-11],[-18,-7],[-10,-26],[1,-23],[0,-87],[11,-21],[-27,-62],[-32,-71],[-72,-76],[-99,-24],[-53,-26],[-224,85],[-57,32],[-24,25],[-27,-23],[-108,-123],[-40,-88],[-39,-44],[-30,-27],[-92,-146],[12,-48],[31,-47],[-37,-34],[2,-33],[-14,-26],[2,-49],[16,-42],[-18,-9],[14,-42],[8,-16],[-12,-19],[-77,10],[-33,-16],[-26,-40],[-31,-37],[-20,-4],[-90,-12],[-38,-14],[-35,-23],[-32,-36],[-19,-33],[8,-32],[15,-41],[18,-32],[10,-41],[-12,-14],[10,-32],[29,-14],[20,-17],[18,-67],[2,-42],[4,-31],[6,-34],[-2,-33],[-24,-32],[-31,-37],[-20,-18],[-10,-89],[-4,-49],[-8,-95],[-12,-49],[2,-38],[16,-71],[8,-27],[-6,-32],[0,-53],[-12,-42],[-2,-49],[2,-59],[-10,-26],[0,-49],[0,-39],[-13,-26],[-16,-24],[-14,-10],[-45,24],[-31,4],[-50,8],[-31,-26],[-8,-17],[-45,5],[-38,30],[-33,14],[-37,-12],[-48,10],[-37,0],[-35,2],[-48,29],[-17,38],[-8,59],[-16,36],[-8,39],[-10,41],[-23,4],[-30,-9],[-27,-24],[-30,-32],[-59,-23],[-33,-18],[-45,-30],[-63,-33],[-36,-6],[-47,-10],[-39,-8],[-16,-18],[-43,-25],[-22,-12],[-2,-26],[-14,-29],[-11,-22],[-22,-8],[-35,-10],[-22,-2],[-26,10],[-25,24],[-18,6],[-55,4],[-35,6],[-30,-4],[-23,-30],[-12,-47],[-4,-40],[-10,-43],[-12,-42],[-18,-33],[-23,-26],[-16,-23],[-16,2],[-31,11],[-24,8],[-25,-14],[-20,-27],[-10,-34],[-4,-41],[-2,-30],[-15,-12],[-28,0],[-29,-7],[-50,-4],[-53,11],[-57,10],[-45,14],[-37,22],[-32,8],[-23,10],[-40,2],[-73,32],[-38,-8],[-31,-14],[-34,0],[-19,-9],[-8,-36],[-45,-65],[-30,-57],[-49,-20],[-65,14],[-71,0],[-53,-12],[-67,-10],[-67,-12],[-39,-23],[-6,-20],[-4,-55],[-14,-44],[-31,-21],[-26,-36],[-55,-39],[-39,-4],[-45,10],[-34,-16],[-25,-30],[-30,-25],[-21,-8],[-24,-67],[-14,-18],[-43,-12],[-30,-32],[-53,-19],[-15,-26],[-14,-16],[2,-15],[25,-12],[55,-4],[14,-16],[-8,-45],[16,-71],[16,-28],[10,-10],[-10,-41],[-32,-36],[-21,-31],[-2,-36],[17,-45],[-39,-55],[-43,-75],[-26,-38],[-23,-2],[-48,26],[-27,-12],[-12,-20],[-2,-21],[-2,-16],[18,-38],[-4,-35],[6,-38],[10,-25],[-18,-22],[-100,-22],[-26,-21],[-84,-58],[-24,-41],[-55,-41],[-32,-6],[-96,-85],[-59,-44],[-33,-23],[-77,-44],[-49,-39],[-148,-28],[-78,-4],[-69,-9],[-28,-20],[-19,-81],[-6,-43],[-18,-38],[-24,-59],[-23,-14],[-55,-29],[-30,-34],[-90,-45],[-34,-12],[-47,-6],[-63,8],[-69,12],[-47,15],[-53,2],[-49,-15],[-75,4],[-39,-10],[-28,-14],[-37,-32],[-69,-59],[-29,-24],[-46,-5],[-35,-16],[-32,-22],[-23,-39],[-4,-46],[-10,-19],[-49,-20],[-37,-18],[-54,-14],[-29,-19],[-33,-50],[7,-49],[2,-43],[2,-42],[-17,-45],[-8,-34],[1,-21]],[[178237,16321],[-24,-4],[-18,-6],[-13,-9],[-13,1],[-8,11],[-11,17],[-16,15],[-12,7],[-15,1],[-17,4],[-18,24],[-33,9],[-31,-19],[-11,-6],[-12,3],[-21,11],[-20,11],[-25,-4],[-27,-10],[-16,-14],[-15,-14],[-14,-6],[-12,0],[-5,25],[-21,8],[-18,-9],[-16,-4],[-11,8],[-11,14],[-1,16],[-19,7],[-22,13],[-17,15],[-14,10],[-6,12],[-8,18],[-6,19],[-4,21],[0,34],[6,21],[2,17],[-7,18],[-20,34],[-36,23],[-19,10],[-56,19],[-32,15],[-35,1],[-38,-3],[-33,-6],[-35,-12],[-20,-9],[-21,-2],[-17,8],[-12,20],[-2,29],[-15,30],[-26,36],[-28,23],[-24,34],[-1,40],[1,44],[9,31],[9,32],[-1,31],[-2,20],[-13,69],[-16,31],[-8,27],[-8,15],[-17,8],[-28,0],[-29,4],[-14,14],[-14,22],[-21,21],[-26,26],[-17,24],[-15,17],[-45,-6],[-24,2],[-20,-7],[-24,-16],[-24,-9],[-15,-10],[-18,-5],[-25,0],[-27,9],[-24,28],[-23,34],[-13,32],[-11,30],[-9,16],[-30,34],[-21,21],[-24,8],[-18,0],[-34,-2],[-26,-3],[-19,10],[-16,8],[-20,4],[-20,-9],[-12,-8],[-17,-33],[-5,-41],[-4,-32],[-1,-31],[-16,-19],[-16,-1],[-18,13],[-13,13],[-9,20],[-5,28],[-1,31],[-3,32],[-12,37],[-19,33],[-31,35],[-18,26],[-15,38],[-8,26],[-14,32],[-16,37],[-17,24],[-10,12],[-18,0],[-14,-5],[-23,4],[-22,8],[-16,-9],[-17,1],[-17,9],[-12,10],[-14,4],[-13,-28],[-13,-11],[-18,-14],[-23,-24],[-11,-32],[1,-23],[3,-41],[0,-28],[2,-24],[-15,-28],[-12,-31],[-7,-22],[-11,-55],[-9,-87],[-12,-51],[-23,-29],[-31,-39],[-33,-33],[-23,-31],[-33,-27],[-47,-20],[-13,-29],[-8,-39],[-10,-33],[4,-19],[33,-14],[23,-13],[-4,-47],[4,-45],[14,-44],[15,-53],[39,-33],[2,-17],[35,-10],[50,-29],[27,-25],[10,-33],[20,-66],[5,-35],[27,-18],[20,-37],[8,-58],[-18,-41],[-25,-29],[-14,-47],[-17,-37],[-8,-15],[-37,20],[-21,4],[-21,-6],[-12,18],[-15,15],[-37,-58],[-25,-39],[7,-39],[10,-68],[-8,-29],[-38,-41],[-37,-25],[-53,-8],[-34,-19],[-18,-18],[-8,-19],[4,-64],[-9,-179],[-2,-45],[19,-36],[33,-43],[-2,-22],[-37,-27],[-46,-91],[0,-43],[29,-54],[-4,-20],[-12,-62],[-2,-19],[14,-22],[8,-31],[2,-27],[11,-37],[0,-33],[-11,-39],[-18,-15],[-58,-31],[-50,-26],[-22,-31],[-19,-23],[-10,-47],[-25,-58],[-21,-45],[-29,-37],[-10,-40],[-23,-39],[-22,-53],[-27,-37],[-11,-35],[-4,-31],[17,-44],[22,-53],[-2,-31],[-10,-19],[-19,-37],[-24,-49],[-50,-48],[-27,-39],[-35,-37],[-16,-24],[-50,-42],[-27,-18],[-31,-21],[-27,-6],[-39,-6],[-39,12],[-29,23],[-37,35],[-42,53],[-33,46],[-35,31],[-27,18],[-33,2],[-41,-27],[-27,-28],[-37,-46],[-17,-41],[-20,-43],[-23,-50],[-62,-94],[-48,-62],[-41,-58],[-35,-51],[-35,-46],[-46,-43],[-31,-37],[-16,-17],[-50,-10],[-99,-4],[-27,6],[-37,-12],[-95,-4],[-112,0],[-41,-4],[-44,10],[-84,25],[-77,24],[-35,23],[-29,6],[-39,13],[-33,22],[-13,6],[-6,35],[-10,17],[-23,16],[-16,9],[-7,22],[0,29],[-16,19],[-23,24],[-14,31],[-13,58],[-4,37],[-35,50],[-41,57],[-25,31],[-17,17],[-49,16],[-8,15],[-13,22],[-18,17],[-27,8],[-27,2],[-54,-4],[-41,-10],[-15,-17],[-37,-25],[-18,-20],[-23,-25],[-19,-10],[-33,-6],[-33,-11],[-19,-18],[-31,-15],[-20,-14],[-17,-19],[-20,-24],[-23,-25],[-19,-25],[-16,-18],[-29,-21],[-19,-16],[-14,-11],[-23,-4],[-33,-10],[-25,-2],[-23,-2],[-14,-23],[-10,-8],[-13,-6],[-18,0],[-11,-7],[2,-28],[4,-33],[-16,12],[-17,29],[-14,8],[-25,2],[-35,19],[-27,24],[-23,25],[-20,21],[-58,49],[-56,37],[-23,19],[-16,22],[-4,15],[-11,27],[-14,16],[-21,-8],[-27,-10],[-29,8],[-28,6],[-13,25],[-8,41],[-4,39],[2,33],[-2,52],[-4,28],[-5,19],[-21,18],[-14,-2],[-14,-20],[-15,-33],[-10,-35],[-6,-41],[2,-40],[-2,-14],[-13,0],[-35,29],[-55,37],[-46,27],[-14,8],[-21,-4],[-10,-8],[-5,-27],[-8,-15],[-23,-2],[-37,4],[-27,5],[-20,0],[-33,-33],[-15,-23],[-20,-58],[-17,-29],[-17,-33],[-10,-6],[-14,-4],[-52,-2],[-25,0],[-22,-6],[-23,-10],[-11,-17],[13,-53],[29,-89],[2,-87],[6,-45],[2,-27],[12,-22],[42,-48],[10,-24],[0,-38],[-4,-53],[-12,-31],[-19,-23],[-41,-61],[-13,-36],[11,-14],[14,-39],[-2,-21],[-23,-39],[-18,-16],[-44,-25],[-8,-19],[-2,-18],[-13,-11],[-18,13],[-8,18],[-9,44],[-28,45],[-38,35],[-27,35],[-16,31],[-31,49],[-37,19],[-33,23],[-13,37],[-14,39],[-23,35],[-27,12],[-41,9],[-39,-5],[-29,-18],[-19,-21],[-31,-18],[-23,-19],[-12,-4],[-31,15],[-19,6],[-20,-2],[-15,-19],[-6,-70],[0,-54],[6,-20],[-3,-27],[-20,8],[-31,25],[-33,14],[-47,35],[-29,38],[-33,26],[-27,13],[-31,2],[-33,-13],[-23,-22],[-27,-17],[-22,-24],[-23,-29],[-15,-25],[-18,-4],[-23,-4],[-27,4],[-41,12],[-46,13],[-55,2],[-60,0],[-29,-9],[-21,-14],[-33,-4],[-27,6],[-12,6]],[[169662,13388],[-25,184],[-52,164],[-58,177],[-59,150],[-40,102],[-27,107],[-114,174],[-75,148],[-41,118],[-27,140],[-86,151],[-80,109],[-57,75],[-61,98],[-60,76],[-76,90],[-116,56],[-108,51],[-99,53],[-69,53],[-64,71],[-108,97],[-72,65],[-150,148],[-102,98],[-163,166],[-155,111],[-128,88],[-87,59],[-82,50],[-99,68],[-96,120],[-123,92],[-111,92],[-123,75],[-89,68],[-78,68],[-105,81],[-112,105],[-92,64],[-75,36],[-104,12],[-114,45],[-118,41],[-128,80],[-130,61],[-105,28],[-211,70],[-141,47],[-94,31],[-188,63]],[[32801,145469],[12,14],[13,52],[6,20],[14,13],[22,9],[27,5],[39,8],[14,14],[33,33],[49,52],[25,55],[3,45],[-3,32],[-19,53],[-19,58],[-6,60],[6,41],[11,25],[22,30],[25,22],[36,28],[30,19],[27,3],[20,8],[27,17],[31,19],[22,27],[32,59],[30,84],[29,74],[15,51],[41,33],[40,16],[28,36],[18,40],[1,56],[10,58],[7,36],[-4,54],[8,34],[8,26],[58,10],[35,36],[22,31],[25,21],[48,33],[18,20],[4,27],[0,37],[7,22],[18,20],[33,18],[30,13],[46,11],[30,2],[11,17],[-12,19],[-26,29],[-16,28],[5,31],[1,26],[-8,21],[-32,36],[-22,34],[-17,47],[-20,27],[-20,17],[-30,20],[-17,11],[-26,6],[-41,-4],[-35,-2],[-37,28],[-28,32],[-24,46],[-17,35],[-18,29],[-5,12],[-13,4],[-21,-3],[-27,-5],[-32,0],[-22,8],[-26,32],[-22,29],[-21,29],[-19,21],[-20,19],[-22,17],[-33,11],[-38,16],[-39,14],[-36,3],[-33,-3],[-33,-16],[-30,0],[-28,5],[-36,6],[-41,-11],[-36,0],[-25,11],[-11,30],[-22,36],[-11,33],[-14,44],[-3,33],[6,30],[8,14],[11,13],[13,17],[-2,22],[-3,19],[-16,30],[-14,17],[-19,11],[-40,8],[-15,22],[-3,19],[-8,11],[-23,11],[-13,11],[-11,20],[-11,27],[-22,39],[-39,41],[-33,41],[-3,19],[0,42],[6,14],[8,13],[30,22],[42,28],[33,33],[30,27],[28,22],[30,11],[69,22],[44,22],[17,25],[11,28],[5,27],[0,55],[11,41],[22,69],[25,59],[8,24],[2,16],[-4,26],[-7,35],[-7,31],[-4,39],[-6,30],[-4,51],[1,25],[16,27],[16,29],[18,41],[13,29],[13,42],[16,49],[17,21],[24,29],[19,34],[25,45],[19,22],[53,1],[41,-16],[68,-6],[25,5],[23,7],[17,17],[10,17],[-1,14],[-14,13],[-24,16],[-36,22],[-14,26],[-11,33],[0,21],[11,22],[12,20],[12,10],[10,17],[9,21],[-21,26],[-7,13],[1,23],[20,20],[21,26],[12,24],[7,24],[1,28],[-14,12],[-27,13],[-22,17],[-8,19],[-9,29],[-9,30],[-6,43],[21,48],[11,24],[15,22],[21,34],[34,48],[0,62],[-5,31],[9,34],[17,14],[14,19],[8,29],[9,41],[24,45],[48,49],[40,31],[6,23],[-1,22],[-12,10],[-24,17],[-54,35],[-34,29],[-10,8],[-16,36],[-24,33],[-19,26],[-46,10],[-24,11],[-15,16],[-16,25],[-16,30],[-6,31],[-5,27],[3,43],[4,34],[7,51],[-1,25],[-18,19],[-22,3],[-4,22],[-24,37],[-15,26],[-29,29],[-15,26],[-10,26],[4,24],[10,20],[23,18],[34,15],[5,25],[-1,34],[-2,38],[17,38],[27,37],[39,28],[50,-5],[8,12],[7,17],[0,17],[4,37],[10,20],[29,34],[33,24],[19,26],[12,26],[-2,22],[-5,40],[-22,48],[-11,43],[-14,32],[-5,45],[26,17],[22,19],[-8,24],[-2,46],[-5,52],[-9,20],[-19,19],[-10,22],[-3,26],[15,28],[21,17],[39,19],[-7,27],[-24,17],[-27,36],[-24,22],[1,17],[8,35],[-1,50],[-19,39],[-36,46],[-19,20],[-4,19],[-9,36],[7,28],[7,31],[-3,20],[-12,18],[-7,19],[-4,31],[1,47],[-1,33],[-14,11],[-25,17],[-29,18],[-8,20],[-4,33],[1,41],[7,22],[15,24],[18,27],[11,32],[22,52],[20,75],[28,96],[24,41],[13,27],[22,26],[13,35],[18,46],[14,31],[21,12],[27,16],[48,2],[15,17],[21,14],[18,17],[25,10],[24,20],[37,27],[33,0],[37,0],[20,9],[15,28],[14,15],[23,8],[47,23],[29,26],[47,41],[29,15],[43,23],[20,28],[21,39],[16,35],[6,46],[-2,53],[-16,41],[-21,33],[-8,19],[2,27],[2,39],[-6,60],[21,16],[20,6],[35,10],[43,13],[7,12],[5,23],[19,47],[29,27],[34,18],[35,12],[49,-2],[43,-10],[35,-18],[25,-11],[31,0],[39,15],[51,29],[45,47],[37,56],[23,65],[22,48],[-6,49],[-12,33],[-15,62],[-14,26],[-29,25],[-22,27],[-10,16],[4,25],[22,29],[27,25],[43,16],[6,17],[-2,20],[-10,25],[-10,41],[-1,43],[-12,43],[-22,37],[-9,33],[-6,31],[-20,25],[-29,35],[-12,12],[-2,35],[0,43],[14,37],[21,17],[16,4],[0,33],[16,23],[-6,22],[-22,33],[-33,39],[-21,19],[-10,37],[4,16],[21,13],[16,20],[0,37],[2,41],[17,23],[18,17],[45,36],[49,38],[54,30],[32,38],[23,16],[51,0],[54,6],[18,19],[15,39],[12,47],[6,33],[-4,64],[-10,61],[0,27],[20,45],[41,21],[11,27],[9,22],[8,14],[16,25],[15,16],[24,9],[27,-9],[35,-26],[14,6],[23,8],[22,8],[27,-2],[49,-6],[39,2],[29,13],[51,14],[43,-17],[56,-4],[43,2],[26,27],[23,4],[70,8],[41,-4],[53,9],[27,4],[14,18],[16,17],[0,31],[7,14],[18,19],[17,26],[16,29],[27,25],[10,22],[-8,31],[6,25],[12,29],[-2,53],[0,45],[0,35],[-12,29],[0,13],[12,30],[10,35],[13,31],[18,31],[21,27],[20,10],[41,13],[19,22],[10,11],[4,22],[12,29],[4,31],[-6,31],[11,16],[28,17],[17,24],[6,21],[8,19],[12,24],[-6,27],[0,43],[4,15],[19,14],[28,25],[7,24],[8,44],[4,22],[20,17],[17,20],[14,37],[-6,21],[18,20],[25,11],[16,14],[15,23],[2,18],[-8,21],[-17,22],[-8,19],[11,22],[26,3],[21,4],[20,10],[10,18],[-20,15],[-33,18],[-35,7],[-41,-2],[-33,8],[-28,12],[-9,25],[-6,25],[-18,33],[-21,37],[-6,26],[0,17],[-10,25],[-13,39],[-16,26],[-18,19],[-33,6],[-19,8],[-14,19],[-17,31],[-8,31],[-8,28],[-16,42],[-11,47],[-14,24],[-16,19],[-21,25],[-52,23],[-11,-21],[-9,-13],[-12,-8],[-23,-8],[-34,-19],[-45,-20],[-23,2],[-16,21],[-4,31],[6,32],[-2,33],[-23,17],[-27,14],[-35,-4],[-43,-2],[-26,-2],[-11,18],[-14,29],[-14,23],[-8,20],[0,25],[12,35],[2,29],[12,31],[-10,16],[-16,15],[-23,8],[-37,6],[-43,8],[-45,4],[-19,-6],[-14,-10],[-31,-17],[-24,-6],[-19,-2],[-24,15],[-58,63],[-43,46],[-47,49],[-29,25],[-27,18],[-37,17],[-30,26],[-27,25],[-35,37],[-43,31],[-31,17],[-43,33],[-51,30],[-33,31],[-8,17],[6,12],[25,17],[15,22],[-11,23],[-27,62],[-14,39],[-23,33],[-29,41],[-24,20],[-27,9],[-22,0],[-41,0],[-27,0],[-19,8],[-43,47],[-36,35],[4,17],[0,34],[-21,25],[-35,27],[-31,12],[-59,9],[-45,14],[-127,47],[-60,11],[-39,12],[-29,20],[-20,21],[-19,21],[-55,26],[-33,13],[-10,14],[-23,33],[-26,45],[-17,25],[-26,16],[-21,2],[-18,9],[-17,10],[-4,23],[-8,18],[-21,19],[-24,4],[-45,-4],[-11,10],[-6,23],[-6,45],[-6,41],[-8,19],[-15,24],[-26,43],[-4,19],[4,33],[12,33],[16,27],[29,33],[17,43],[33,49],[12,19],[4,18],[-14,21],[-11,10],[-2,19],[0,30],[6,42],[-4,68],[6,92],[-2,23],[-12,22],[-22,29],[-33,31],[-21,23],[-10,29],[-4,32],[2,25],[12,17],[4,16],[0,14],[-12,19],[-16,41],[-2,19],[-1,30],[-4,21],[-14,23],[-8,14],[-2,50],[-13,98],[0,25],[9,21],[12,34],[-14,34],[-21,14],[-55,29],[-41,55],[-23,37],[-6,25],[0,37],[-27,27],[-35,43],[-10,39],[21,35],[28,49],[19,31],[33,33],[18,25],[25,45],[51,72],[19,89],[-7,45],[9,80],[-21,81],[-18,39],[-2,41],[-5,39],[-18,25],[2,32],[18,37],[31,48],[29,37],[12,29],[-2,86],[11,47],[0,48],[10,43],[-4,33],[-9,29],[17,43],[27,47],[41,64],[34,54],[27,39],[12,38]],[[183586,21008],[-8,-2],[-33,-8],[-41,-17],[-28,-15],[-50,-20],[-66,-28]],[[184294,21058],[-26,-5],[-75,-19],[-57,-12],[-56,-4],[-50,-4],[-41,-1],[-60,7]],[[96687,139156],[-48,-9],[-77,-31],[-54,-15],[-111,-26],[-101,-6],[-62,13],[-63,39],[-68,40],[-46,37],[-47,53],[-73,42],[-103,63],[-112,57],[-91,46],[-85,53],[-96,56],[-67,39],[-87,34],[-147,70],[-77,34],[-78,36],[-88,20],[-80,10],[-60,2],[-65,-5],[-77,-15],[-99,-31],[-264,-94],[-122,-49],[-147,-50],[-171,-46],[-143,-30],[-65,-12],[-96,-24],[-116,-29],[-91,-29],[-104,-22],[-80,-15],[-147,-11],[-120,-15],[-131,-5],[-70,3],[-86,4],[-119,10],[-139,10],[-138,0],[-60,-3],[-92,-34],[-76,-34],[-90,-62],[-89,-70],[-67,-39],[-48,-29],[-32,-25],[-34,-46],[-57,-65],[-23,-32],[-38,-125],[-31,-70],[-36,-68],[-42,-76],[-62,-109],[-67,-91],[-41,-53],[-70,-64],[-66,-79],[-84,-92],[-46,-47],[-62,-69],[-72,-64],[-56,-67],[-77,-85],[-46,-51],[-63,-63],[-118,-68],[-104,-54],[-58,-58],[-45,-58],[-34,-77],[-24,-59],[-17,-67],[-12,-90],[-2,-60],[-1,-46],[6,-109],[16,-71],[29,-77],[70,-112],[70,-109],[27,-40],[19,-36],[19,-55],[26,-34],[68,-42],[73,-22],[127,-11],[135,-15],[130,-29],[133,-43],[137,-69],[112,-72],[115,-68],[72,-85],[97,-108],[62,-93],[29,-91],[19,-116],[-2,-73],[-24,-70],[-46,-68],[-52,-46],[-87,-53],[-118,-56],[-85,-46],[-106,-51],[-142,-49],[-159,-55],[-94,-36],[-101,-35],[-128,-38],[-155,-20],[-99,-20],[-158,-26],[-88,-18],[-111,-43],[-98,-37],[-161,-80],[-143,-72],[-150,-44],[-82,-38],[-77,-32],[-96,-48],[-111,-22],[-120,-31],[-99,-24],[-108,-22],[-147,-20],[-93,-24],[-93,-24],[-109,-58],[-116,-73],[-74,-48],[-89,-75],[-73,-93],[-82,-135],[-33,-56],[-36,-67],[-32,-47],[-29,-62],[-46,-85],[-50,-94],[-36,-53],[-34,-57],[-31,-57],[-18,-58],[-14,-75],[-9,-59],[-5,-68],[4,-65],[17,-73],[24,-82],[25,-82],[26,-75],[22,-88],[17,-77],[11,-56],[10,-77],[1,-82],[-6,-116],[-33,-160],[-20,-67]],[[85201,217937],[17,-24],[16,-55],[-2,-56],[25,-25],[25,0],[49,-21],[39,-32],[23,-34],[9,-32],[30,-21],[14,-30],[-11,-73],[6,-26],[44,-27],[90,-23],[42,-14],[23,-44],[-14,-48],[-21,-161],[-9,-69],[-7,-23],[14,-34],[34,-21],[19,-60],[18,-64],[-14,-83],[14,-43],[-76,-127],[2,-20],[14,-26],[42,-41],[55,-106],[67,-53],[53,-69],[16,-11],[191,7],[30,39],[28,-2],[18,-23],[58,6],[14,-23],[18,-25],[-7,-39],[0,-23],[23,-39],[26,-67],[11,-59],[-50,-81],[13,-62],[-16,-25],[16,-28],[0,-39],[136,-69],[26,-48],[18,-62],[-37,-80],[16,-99],[-4,-48],[-44,-60],[-11,-35],[23,-115],[46,-39],[34,-25],[116,-37],[96,-64],[166,-170],[33,23],[59,9],[139,2],[16,-16],[14,-124],[46,-43],[48,-65],[65,-41],[18,-42],[44,-64],[39,-16],[7,-55],[46,-46],[58,-39],[83,-12],[154,12],[23,-25],[9,-49],[-34,-73],[7,-44],[16,-39],[67,-39],[44,-37],[16,-39],[43,-23],[63,-46],[-30,-82],[11,-33],[42,-9],[90,-80],[106,-30],[64,9],[28,-18],[14,-28],[223,-211],[79,27],[78,58],[200,13],[30,17],[93,133],[212,-48],[43,-69],[0,-92],[106,-161],[77,-44],[85,-64],[25,-106],[12,-37],[37,-36],[46,-12],[57,-7],[60,19],[51,2],[97,34],[27,136],[33,28],[48,-39],[76,29],[74,21],[23,-67],[71,-29],[69,13],[17,-13],[19,-27],[36,-34],[26,-7],[26,-2],[6,-22],[24,-23],[35,-12],[31,-2],[34,-34],[14,-22],[24,-20],[51,-26],[40,-10],[33,2],[31,7],[28,0],[58,-25],[16,0],[17,8],[29,44],[28,48],[30,18],[31,12],[32,19],[39,15],[64,8],[66,18],[30,26],[16,41],[20,28],[49,33],[33,9],[32,18],[26,27],[-1,27],[-4,21],[-1,23],[12,14],[37,1],[35,0],[26,4],[17,-4],[13,-26],[14,-12],[29,-9],[28,-11],[39,-29],[11,-10],[13,-47],[13,-35],[9,-23],[27,-22],[16,-12],[10,-16],[-1,-35],[5,-64],[-4,-31],[-7,-24],[-3,-29],[9,-22],[20,-17],[29,-11],[23,-12],[35,-28],[15,-9],[16,-3],[33,-15],[28,-11],[26,-1],[27,9],[30,9],[15,3],[23,14],[20,7],[15,3],[23,-5],[30,-15],[13,-1],[21,5],[25,10],[35,0],[41,-30],[23,-12],[32,-9],[60,-5],[22,-4],[26,-21],[26,-22],[43,-34],[52,-18],[28,-9],[30,-23],[35,-48],[28,-22],[30,-15],[22,-7],[40,-2],[43,-10],[60,0],[45,-35],[58,-27],[43,-24],[19,-17],[33,-25],[23,-38],[29,-18],[25,-11],[18,-9],[22,-25],[15,-25],[18,-12],[22,-3],[21,0],[44,16],[63,36],[34,41],[40,28],[40,14],[40,0],[27,-6],[30,12],[21,11],[20,-5],[22,-13],[9,-13],[2,-29],[3,-32],[6,-31],[9,-19],[22,-13],[23,-9],[18,-18],[28,-12],[34,-42],[23,-22],[4,-25],[12,-23],[19,-47],[29,-19],[29,-21],[69,-48],[33,-23],[35,-27],[30,-44],[40,-59],[27,-46],[31,-21],[41,-10],[49,-21]],[[122470,202052],[-6,-12],[-37,-73],[-23,-54],[13,-41],[18,-29],[22,-27],[28,-42],[38,-54],[18,-30],[14,-45],[-1,-38],[-5,-43],[8,-34],[0,-41],[9,-39],[13,-35],[-1,-31],[-26,-43],[-40,-33],[-32,-46],[-8,-17],[0,-22],[6,-30],[19,-11],[26,2],[54,24],[35,18],[26,-3],[26,-2],[32,6],[23,-1],[47,-22],[32,-25],[47,-20],[30,-7],[52,-45],[36,-47],[45,-51],[42,-41],[45,-37],[38,-15],[36,-18],[61,-22],[16,-8],[32,-32],[54,-44],[73,-50],[52,-23],[70,-7],[39,9],[19,-9],[42,-33],[20,-20],[70,-49],[66,-42],[55,-28],[57,-15],[78,-16],[40,-18],[39,-13],[35,-6],[40,1],[39,7],[47,17],[74,24],[86,15],[69,-1],[16,-1],[39,-30],[61,-34],[61,-27],[80,-27],[94,-24],[66,-18],[75,-14],[52,-3],[14,-4],[49,-31],[45,-21],[39,-33],[23,-37],[34,-49],[37,-37],[4,-17],[26,-22],[49,-2],[35,10],[34,10],[54,15],[37,18],[57,21],[55,8],[40,1],[45,0],[66,3],[66,15],[38,18],[38,24],[22,5],[34,3],[23,-14],[42,-25],[34,5],[22,-22],[11,-28],[31,-20],[23,-39],[36,-3],[62,17],[56,-22],[42,-6],[121,-11],[62,-11],[51,5],[56,20],[36,17],[20,39],[14,36],[3,25],[48,37],[28,36],[45,37],[36,11],[42,3],[26,-20],[25,-28],[39,-20],[34,-22],[62,-20],[48,-5],[50,-9],[28,-14],[28,-25],[34,-8],[56,5],[34,3],[31,6],[39,17],[28,19],[34,28],[34,23],[64,53],[34,14],[93,-3],[45,20],[42,19],[51,40],[39,2],[65,-8],[47,0],[48,8],[51,0],[70,-33],[37,-20],[30,3],[40,6],[39,14],[70,28],[51,5],[59,-5],[45,-9],[48,6],[73,8],[62,3],[56,-6],[48,23],[36,22],[45,28],[51,31],[59,28],[59,22],[50,37],[37,11],[22,-8],[23,-17],[14,-14],[19,-31],[31,-50],[40,-34],[22,-31],[37,-45],[36,-53],[31,-22],[34,-31],[45,-39],[3,-28],[-3,-34],[-14,-34],[-28,-33],[-40,-28],[-47,-53],[-12,-48],[20,-31],[42,-28],[51,-39],[28,-48],[-14,-19],[-20,-23],[-22,-31],[-12,-36],[-22,-78],[8,-51],[23,-50],[34,-20],[84,-31],[34,-22],[36,-28],[23,3],[42,2],[22,-16],[28,-14],[42,-12],[29,-5],[25,-14],[28,3],[53,2],[17,-25],[14,-42],[14,-45],[9,-36],[-12,-42],[-2,-28],[17,-37],[19,-42],[14,-61],[40,-20],[14,-39],[33,-31],[31,-25],[45,-39],[6,-76],[20,-20],[25,3],[42,14],[20,-11],[17,-31],[36,-64],[20,8],[33,11],[23,-2],[42,-9],[42,-3],[23,9],[25,22],[11,28],[28,28],[31,6],[40,-11],[22,-6],[39,0],[57,0],[67,-17],[79,-3],[28,-22],[39,-34],[42,-22],[87,-6],[-19,-42],[0,-28],[5,-25],[17,-33],[17,-26],[34,-28],[39,-14],[37,-17],[50,-22],[54,-14],[36,-34],[37,-42],[17,-44],[16,-17],[31,-11],[23,-12],[39,0],[31,12],[42,19],[48,11],[25,-14],[26,-25],[8,-36],[20,-20],[22,0],[45,3],[31,25],[42,20],[-3,-20],[12,-11],[-12,-31],[-25,-33],[-11,-37],[-14,-28],[3,-31],[8,-47],[-36,-45],[-15,-45],[20,-45],[11,-53],[-25,-53],[17,-37],[28,-42],[53,-64],[54,-17],[17,-25],[36,-56],[68,-95],[0,-20],[-31,-17],[-82,-28],[-67,-28],[0,-31],[17,-50],[-14,-67],[-31,-17],[8,-73],[23,-50],[47,-40],[6,-22],[17,-76],[22,-95],[-11,-115],[11,-64],[-28,14],[-33,22],[-29,28],[-25,37],[-36,14],[-17,-12],[3,-16],[19,-40],[-5,-25],[-23,-31],[-22,-25],[-45,6],[5,19],[17,23],[-8,28],[-17,14],[-25,-3],[-20,14],[-31,17],[-14,-9],[-20,-28],[-19,-22],[-43,-8],[-28,19],[-36,42],[-37,45],[-8,28],[-28,50],[-31,9],[-9,-20],[0,-19],[17,-20],[34,-34],[14,-33],[-17,-25],[-17,-9],[-22,9],[-25,16],[-20,40],[-42,33],[-28,9],[-20,-6],[-23,-17],[9,-28],[11,-47],[-28,-28],[-36,-14],[11,-37],[3,-31],[-29,-14],[-47,14],[-34,17],[-37,-19],[-30,-28],[-57,-20],[-22,-37],[-39,-16],[5,-40],[-22,-19],[-37,-3],[-17,-17],[20,-19],[6,-31],[-9,-42],[6,-20],[8,-50],[34,-56],[11,-73],[25,-25],[20,-34],[-3,-73],[40,-36],[-12,-65],[0,-28],[20,-39],[25,-45],[6,-42],[0,-31],[0,-30],[28,-54],[0,-22],[-25,-17],[-26,-31],[-25,-36],[-45,-104],[-59,-84],[-3,-34],[-11,-16],[-2,-16],[9,-20],[20,-16],[32,-16],[33,-18],[9,-40],[30,6],[16,-2],[45,-14],[42,0],[6,-12],[-14,-20],[-19,-16],[1,-38],[4,-38],[20,-38],[-6,-32],[-2,-43],[6,-32],[-6,-48],[0,-44],[6,-48],[6,-30],[-8,-12],[-14,-4],[-20,-13],[-29,-3],[-38,-10],[-34,-6],[-22,-12],[-30,-4],[-32,-14],[-35,-6],[-52,2],[-20,-8],[-30,-16],[-10,-20],[4,-14],[-2,-30],[-4,-28],[6,-29],[14,-30],[24,-10],[-12,-40],[12,-28],[14,-46],[-2,-36],[24,-6],[20,-2],[18,-12],[33,-12],[32,-22],[28,-16],[18,6],[36,4],[36,-4],[31,0],[44,-2],[24,10],[48,-2],[18,18],[36,16],[25,20],[20,6],[22,-2],[10,-12],[22,-10],[12,-14],[30,-8],[28,-12],[39,-12],[36,-8],[42,-8],[28,-14],[18,-20],[20,-8],[26,-6],[23,-10],[38,-12],[36,-8],[28,-14]],[[169662,13388],[-13,6],[-31,19],[-41,4],[-31,19],[-12,24],[-11,39],[-29,36],[-29,20],[-39,19],[-27,22],[-45,35],[-35,35],[-21,40],[-25,35],[-10,28],[-23,44],[-29,45],[-33,19],[-31,22],[-33,29],[-18,27],[-21,43],[-19,35],[-16,23],[-17,29],[-27,10],[-31,4],[-31,33],[-29,33],[-24,31],[-19,14],[-19,15],[-18,0],[-15,-23],[-4,-51],[8,-52],[7,-49],[-4,-31],[-11,-23],[-12,-10],[-10,-6],[-21,-21],[-8,-47],[-13,-27],[-25,-27],[-2,-33],[7,-37],[6,-39],[-4,-25],[-27,-41],[-23,-35],[-12,-38],[-27,-22],[6,-27],[-2,-16],[-17,-10],[-2,-19],[9,-21],[14,-8],[23,-4],[20,-16],[34,-17],[8,-21],[2,-24],[12,-11],[13,0],[16,-6],[19,-12],[4,-25],[0,-29],[0,-26],[-4,-19],[-13,-14],[-12,-9],[-4,-16],[-4,-19],[-25,-24],[-23,-17],[0,-23],[0,-20],[-12,-31],[-13,-21],[-4,-22],[-2,-35],[-6,-50],[-2,-66],[0,-14],[10,-25],[6,-25],[-2,-33],[5,-16],[10,-27],[14,-25],[15,-28],[10,-21],[15,-14],[20,-9],[27,-18],[56,-48],[8,-18],[2,-29],[-12,-89],[0,-35],[12,-26],[23,-29],[37,-23],[56,-4],[83,0],[33,16],[37,42],[25,10],[41,33],[31,14],[31,9],[41,-5],[56,-12],[41,-37],[44,-17],[18,-30],[13,-38],[23,-14],[16,-35],[8,-49],[0,-15],[-22,-10],[-40,-10],[-18,-40],[8,-154],[6,-48],[13,-35],[16,-68],[29,-30],[19,-27],[-2,-33],[20,-29],[21,-19],[19,-28],[8,-50],[0,-62],[6,-70],[6,-22],[21,-40],[25,-37],[35,-53],[18,-33],[7,-19],[-7,-26],[-4,-54],[9,-17],[43,-53],[19,-31],[2,-43],[-7,-33],[-14,-27],[-27,-29],[-62,-39],[-45,-33],[-36,-23],[-31,-29],[-14,-14],[-4,-23],[6,-43],[0,-37],[-6,-31],[-4,-12],[-13,-6],[-2,-29],[6,-23],[17,-31],[25,-47],[14,-27],[15,-19],[2,-24],[-4,-23],[-11,-47],[-16,-31],[-15,-31],[-4,-21],[9,-18],[20,-19],[54,-29],[39,-14],[17,-14],[-13,-27],[-4,-25],[-4,-37],[10,-23],[7,-14],[22,-6],[48,-50],[16,-70],[-14,-51],[-6,-44],[10,-43],[23,-56],[23,-39],[16,-33],[58,-55],[78,-50],[58,-39],[62,-72],[83,-101],[41,-64],[33,-62],[15,-53],[2,-27],[-15,-74],[-6,-37],[-2,-39],[6,-25],[17,-23],[54,-37],[60,-33],[82,-49],[50,-37],[45,-27],[31,-13],[46,11],[22,-2],[25,4],[58,-21],[44,-29],[72,-45],[60,-18],[27,-5],[26,5],[46,-5],[37,-14],[31,-2],[27,-19],[23,-20],[64,-27],[66,-14],[81,-9],[107,-16],[93,-8],[95,-5],[62,5],[60,2],[45,-11],[40,-12],[27,-8],[33,-23],[26,-31],[27,-47],[17,-60],[10,-80],[11,-74],[12,-89],[6,-101],[-4,-113],[-8,-89],[-6,-58],[4,-96],[-7,-101],[-6,-56],[-14,-72],[-11,-95],[3,-68],[2,-64],[12,-72],[17,-64],[18,-68],[31,-88],[41,-108],[33,-80],[17,-35],[45,-68],[23,-49],[17,-48],[-4,-66],[0,-72],[0,-97],[4,-66],[6,-51],[27,-52],[54,-61],[80,-73],[64,-37],[62,-16],[42,-15],[59,-32],[48,-31],[31,-35],[39,-52],[42,-56],[49,-76],[31,-68],[17,-37],[8,-27],[10,-20],[27,-2],[23,-2],[25,-12],[3,-20],[-20,-8],[0,-13],[44,-19],[64,-40],[16,-10],[33,-31],[23,-25],[23,-16],[33,-10],[49,-23],[48,-10],[31,-21],[47,-35],[23,-10],[15,-6],[20,-2],[13,0],[12,0],[4,-13],[17,-33],[10,-18],[48,-19],[43,-16],[10,-7],[7,-18],[14,-17],[33,5],[31,6],[25,-9],[12,-33],[9,-18],[26,-10],[23,2],[5,18],[16,-12],[4,-15],[16,-18],[2,-21],[19,-22],[29,-9],[19,-2],[14,-16],[17,-10],[18,-11],[8,-10],[17,-14],[14,-7],[15,-10],[12,-4],[17,2],[14,-10],[2,-17],[5,-18],[8,-13],[20,-8],[23,-6],[15,-6],[18,-9],[6,-16],[9,-12],[18,-2],[12,-7],[3,-14],[-14,-5],[-3,-26],[-14,-18],[-15,-19],[-16,-31],[-11,-25],[-22,-41],[-9,-33],[-20,-29],[-17,-20],[-14,-35],[-15,-34],[-10,-30],[-2,-21],[6,-22],[17,-21],[10,-17],[-14,-28],[-25,-7],[-19,-4],[-12,-12],[-26,-17],[-28,-4],[-10,-6],[-11,-6],[-6,-17],[15,-18],[8,-10],[-4,-21],[-9,-16],[-8,-15],[-6,-16],[6,-27],[8,-21],[11,-20],[12,-23],[2,-23],[-18,-24],[-15,-29],[-4,-29],[0,-31],[4,-27],[-2,-18],[-14,-19],[-23,-12],[-25,2],[-12,2],[-19,-6],[-14,-17],[8,-33],[4,-31],[19,-22],[14,-25],[6,-35],[-14,-23],[-37,-22],[-23,-13],[-6,-14],[6,-13],[0,-14],[-21,-2],[-29,0],[-20,-12],[-13,-15],[-12,-14],[4,-17],[4,-12],[-2,-14],[-14,-13],[-27,-14],[-21,-17],[-8,-18],[-27,2],[-14,0],[-13,-13],[-33,-4],[-14,-4],[-13,-16],[-17,-18],[-16,-3],[-6,17],[-4,12],[-23,-2],[-12,-6],[-19,-13],[-21,-4],[-14,-2],[-24,8],[-28,-8],[-30,-18],[-9,-15],[-14,-6],[-23,4],[-25,4],[-14,6],[-21,-8],[-23,-16],[-33,-4],[-35,-15],[-35,-4],[-25,-8],[-19,-11],[-12,0],[-27,29],[-27,11],[-43,12],[-35,12],[-19,17],[-25,4],[-25,4],[-28,-10],[-46,-29],[-39,-39],[-35,-39],[-44,-44],[-26,-39],[-44,-51],[-41,-50],[-11,-27],[-8,-28],[0,-21],[8,-23],[11,-20],[6,-23],[8,-20],[4,-15],[-8,-25],[-6,-16],[-6,-17],[-13,-12],[-47,-6],[-37,0],[-31,-2],[-17,-15],[-6,-14],[6,-39],[-2,-29],[-12,-19],[-25,-30],[-62,-35],[-39,-17],[-48,0],[-85,2],[-64,0],[-70,-8],[-43,-2],[-54,10],[-31,2],[-15,-12],[-18,-31],[-27,-60],[-17,-58],[-14,-55],[-8,-37],[-13,-60],[-12,-35],[-6,-23],[-1,-22],[7,-19],[33,-78],[35,-54],[21,-27],[12,-30],[15,-46],[18,-33],[19,-14],[27,-15],[18,-12],[17,-12],[-2,-15],[-29,-29],[-44,-28],[-26,-11],[-36,-35],[-10,-31],[2,-22],[13,-35],[22,-52],[15,-31],[6,-33],[4,-41],[4,-76],[-8,-41],[-4,-37],[0,-31],[6,-44],[21,-45],[14,-43],[21,-39],[16,-35],[-2,-27],[-14,-46],[-31,-45],[-29,-49],[-4,-46],[0,-43],[4,-41],[10,-39],[4,-41],[-4,-58],[-8,-41],[4,-44],[10,-53],[11,-62],[16,-89],[19,-94],[8,-81],[10,-76],[-2,-49],[-8,-33],[-12,-15],[-37,-8],[-62,10],[-77,19],[-85,16],[-45,11],[-66,6],[-93,25],[-157,35],[-135,24],[-146,31],[-153,39],[-149,31],[-50,6],[-124,17],[-93,4],[-113,8],[-157,4],[-73,2],[-49,0],[-35,9],[-35,10],[-110,51],[-74,48],[-42,14],[-27,4],[-80,17],[-106,14],[-57,21],[-19,10],[-25,39],[-25,15],[-22,4],[-23,-4],[-15,-19],[-14,-16],[-23,6],[-62,27],[-31,24],[-31,7],[-35,14],[-18,19],[-19,8],[-25,-10],[-14,-5],[-38,5],[-35,10],[-39,2],[-45,6],[-34,9],[-53,15],[-44,2],[-35,-4],[-29,-9],[-33,-16],[-31,-29],[-25,-18],[-14,-23],[-10,-21],[-7,-31],[3,-33],[-5,-26],[-10,-33],[-6,-15],[-13,-10],[-37,-4],[-47,8],[-56,8],[-48,2],[-82,21],[-58,16],[-48,15],[-33,-4],[-97,45],[-78,31],[-60,29],[-52,22],[-45,13],[-50,10],[-33,4],[-27,23],[-35,25],[-39,6],[-31,-2],[-31,0],[-31,-17],[-19,-12],[-18,-10],[-21,-4],[-27,-5],[-29,9],[-25,14],[-25,21],[-22,18],[-19,15],[-18,0],[-25,-11],[-25,-6],[-25,-4],[-25,-6],[-22,-8],[-19,-9],[-23,-12],[-20,-4],[-36,2],[-26,4],[-33,6],[-27,2],[-29,2],[-19,-4],[-12,-2],[-25,-10],[-25,-6],[-35,0],[-23,-2],[-14,-7],[-19,-12],[-25,-6],[-18,-8],[-29,0],[-33,-7],[-31,3],[-29,0],[-33,2],[-33,0],[-46,-2],[-43,4],[-31,-2],[-23,-7],[-41,9],[-35,0],[-35,10],[-38,19],[-26,16],[-21,14],[-25,15],[-16,16],[-17,11],[-14,18],[-19,29],[-14,21],[-13,10],[-16,8],[-23,0],[-25,21],[-29,16],[-23,21],[-18,23],[-21,22],[-18,17],[-23,24],[-13,25],[-4,17],[2,22],[-2,19],[-10,18],[-4,27],[-13,8],[-20,15],[-21,31],[-31,29],[-33,22],[-31,27],[-25,23],[-25,22],[-14,25],[-19,17],[-16,18],[-15,12],[-18,31],[-9,13],[-14,20],[-19,23],[-16,10],[-22,15],[-22,2],[-16,8],[-21,2],[-10,14],[-29,-2],[-27,9],[-12,12],[-19,10],[-4,13],[-19,16],[-12,13],[-19,16],[-26,27],[-21,27],[-29,20],[-21,27],[-12,23],[-15,31],[-14,33],[-2,18],[-8,14],[-29,5],[-29,10],[-21,12],[-25,15],[-16,10],[-11,6],[-33,0],[-22,0],[-31,4],[-25,19],[-29,16],[-21,9],[-12,14],[-10,8],[-11,11],[-14,6],[-19,18],[-31,23],[-23,18],[-16,29],[-25,25],[-14,14],[-13,13],[-23,14],[-35,8],[-33,15],[-20,12],[-19,9],[-27,12],[-8,12],[-23,0],[-28,9],[-9,24],[-19,8],[-10,17],[-23,12],[-22,21],[-44,53],[-45,29],[-46,25],[-47,25],[-29,24],[-42,31],[-22,23],[-40,49],[-35,44],[-18,41],[-19,39],[-33,58],[-27,37],[-25,45],[-22,37],[-31,37],[-42,54],[-31,19],[-62,16],[-27,31],[-22,31],[-42,25],[-39,24],[-43,21],[-44,23],[-43,32],[-27,29],[-29,23],[-21,37],[-28,37],[-25,70],[-31,27],[-27,25],[-39,16],[-29,13],[-75,35],[-47,20],[-35,21],[-52,37],[-35,27],[-25,29],[-29,47],[-23,41],[-22,62],[-35,91],[-15,43],[-12,27],[-31,86],[-25,64],[-17,43],[-27,85],[-12,60],[27,90],[0,70],[8,93],[-4,29],[-16,31],[-46,86],[-8,25],[0,39],[35,87],[31,74],[47,99],[15,53],[21,99],[8,74],[14,89],[0,41],[-6,25],[-41,76],[-29,23],[-35,16],[-75,42],[-64,28],[-58,21]],[[187391,82429],[25,-47],[49,-60],[58,-33],[42,17],[32,18],[40,18],[51,24],[22,11],[33,0],[38,0],[18,20],[13,-15],[0,-18],[-9,-33],[-37,-38],[-25,-22],[-35,-44],[-25,-36],[-7,-49],[-13,-53],[5,-42],[13,-42],[18,-33],[29,-31],[33,-36],[51,-49],[38,-13],[29,-29],[22,-51],[36,-35],[24,-27],[9,-24],[-11,-56],[-18,-18],[-31,0],[-38,-6],[-38,-11],[-42,-11],[-42,-18],[-47,-25],[-31,-22],[-31,-22],[-51,-53],[-25,-38],[-38,-49],[-31,-55],[-24,-40],[-38,-40],[-53,-40],[-36,-35],[-36,-31],[-35,-45],[-22,-24],[-9,-18],[4,-20],[11,-26],[7,-47],[2,-67],[-4,-37],[-3,-42],[-4,-56],[2,-51],[-11,-66],[0,-54],[-11,-31],[-5,-44],[9,-22],[27,-27],[33,-9],[36,-20],[31,0],[20,-8],[16,-25],[11,-46],[4,-47],[-17,-49],[6,-22],[14,-18],[17,-24],[-6,-31],[-7,-18],[20,-22],[42,-29],[40,-27],[69,-46],[78,-29],[51,-11],[14,-22],[18,-38],[4,-29],[-31,-20],[-16,-22],[-2,-30],[-1,-18],[-1,-41],[2,-45],[-17,-37],[-33,-24],[-36,-24],[-20,-20],[-5,-33],[6,-31],[35,-27],[41,-28],[21,-26],[12,-26],[13,-46],[-10,-34],[-27,-37],[-28,-31],[-15,-27],[-12,-38],[3,-28],[1,-48],[4,-36],[-22,-69],[0,-40],[20,-33],[27,-10],[21,5],[29,20],[34,25],[37,20],[31,17],[32,25],[22,21],[42,10],[26,-2],[33,-9],[22,-22],[14,-18],[15,-32],[-2,-32],[2,-34],[-9,-40],[-8,-51],[2,-44],[-12,-51],[1,-57],[-2,-42],[0,-50],[1,-30],[6,-53],[11,-51],[9,-50],[16,-51],[21,-45],[28,-19],[27,4],[29,20],[19,24],[13,25],[13,20],[14,27],[26,27],[15,23],[11,22],[19,10],[31,-4],[15,-14],[21,-20],[27,-28],[31,-25],[29,-33],[35,-46],[30,-29],[27,-22],[20,-23],[8,-26],[-2,-19],[-15,-20],[-12,-14],[-23,-16],[-18,-20],[-33,-8],[-31,-9],[-22,-11],[-14,-18],[-10,-30],[-6,-40],[-2,-22],[7,-26],[6,-25],[8,-22],[16,-18],[32,-7],[39,-4],[33,14],[31,6],[35,11],[30,5],[28,4],[23,-12],[27,-18],[46,-30],[39,-38],[30,-17],[30,-12],[40,-12],[46,-11],[49,-10],[41,-12],[39,-8],[29,-7],[50,-11],[48,-6],[43,-10],[38,-20],[33,-26],[43,-26],[74,-80],[25,-17],[21,-17],[27,-32],[34,-26],[29,5],[22,11],[19,17],[26,24],[12,21],[8,13],[-4,21],[-6,16],[-12,26],[-22,18],[-26,21],[-27,15],[-41,20],[-36,18],[-10,8],[-3,28],[-1,18],[15,17],[24,26],[29,22],[23,8],[33,20],[18,16],[64,31],[33,15],[41,0],[21,-8],[22,-18],[18,-13],[8,-14],[5,-26],[-2,-33],[-1,-23],[-7,-39],[-12,-40],[-4,-34],[-8,-35],[-7,-63],[-10,-33],[-4,-30],[-3,-34],[9,-53],[17,-34],[20,-36],[25,-50],[29,-27],[16,-60],[6,-24],[-2,-40],[-10,-40],[-1,-34],[19,-37],[39,-19],[15,20],[18,26],[14,20],[23,21],[29,21],[25,26],[31,35],[25,62],[-2,31],[-25,29],[-7,21],[-3,28],[-1,20],[10,27],[19,16],[30,20],[30,3],[46,-7],[45,0],[50,-7],[56,-1],[40,1],[56,12],[36,17],[57,3],[48,3],[21,19],[29,39],[37,41],[32,20],[45,28],[52,46],[19,30],[5,24],[-1,24],[-2,27],[-1,27],[5,30],[7,39],[21,37],[22,37],[2,3]]],"transform":{"scale":[0.00003505318570783783,0.00003246398537200885],"translate":[100.083872,13.90972]},"objects":{"county":{"type":"GeometryCollection","geometries":[{"arcs":[[0,1,2,3]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.233995,"geom:area_square_m":2789654406.706358,"geom:bbox":"106.98380619,15.028438,107.69483,15.7300887132","geom:latitude":15.388174,"geom:longitude":107.323194,"iso:country":"LA","lbl:latitude":15.470571,"lbl:longitude":107.199567,"meso:admin1_loc":"ເຊກອງ","meso:admin_1":"Sekong","meso:dissme":"DakchungSekong","meso:gadm_admin":"Dakcheung","meso:gadm_hasc2":"LA.XE.DA","meso:mps_x":107.199567,"meso:mps_y":15.470571,"meso:name_en":"Dakchung","meso:name_loc":"ດັກເຈິງ","meso:source":"AOTM","mps:latitude":15.470571,"mps:longitude":107.199567,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Dakcheung"],"name:eng_x_variant":["Dakcheung"],"name:und_x_variant":["ດັກເຈິງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XE","statoids:name":"Dakcheung","statoids:population":"","statoids:statoid":"LA.XE.DA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673473],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XE.DA"},"wof:country":"LA","wof:created":1473897567,"wof:geomhash":"a80604e3bdfe35cd5e2f8162515fb6df","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026145,"region_id":85673473}],"wof:id":1092026145,"wof:lastmodified":1507764042,"wof:name":"Dakchung","wof:parent_id":85673473,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Dakchung"},"id":1092026145},{"arcs":[[4,5,6]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.263775,"geom:area_square_m":3019754878.829426,"geom:bbox":"101.537844,21.882173,102.279429,22.502872","geom:latitude":22.2041,"geom:longitude":101.869609,"iso:country":"LA","lbl:latitude":22.18725,"lbl:longitude":101.807888,"meso:admin1_loc":"ຜົ້ງສາລີ","meso:admin_1":"Phongsaly","meso:dissme":"Gnot-OuPhongsaly","meso:gadm_admin":"Nhot Ou","meso:gadm_hasc2":"LA.PH.NH","meso:mps_x":101.807888,"meso:mps_y":22.18725,"meso:name_en":"Gnot-Ou","meso:name_loc":"ຍອດອູ","meso:source":"AOTM","mps:latitude":22.18725,"mps:longitude":101.807888,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Nhot Ou"],"name:eng_x_variant":["Nhot Ou"],"name:und_x_variant":["ຍອດອູ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.PH","statoids:name":"Nhot Ou","statoids:population":"","statoids:statoid":"LA.PH.NH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673459],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.PH.NH"},"wof:country":"LA","wof:created":1473897569,"wof:geomhash":"e316e3439acbf627a719f60aef1ad863","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026193,"region_id":85673459}],"wof:id":1092026193,"wof:lastmodified":1507764044,"wof:name":"Gnot-Ou","wof:parent_id":85673459,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Gnot-Ou"},"id":1092026193},{"arcs":[[7,8]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.085063,"geom:area_square_m":1002090658.879053,"geom:bbox":"100.965009,17.466021,101.273987324,17.9489354574","geom:latitude":17.687921,"geom:longitude":101.111334,"iso:country":"LA","lbl:latitude":17.646244,"lbl:longitude":101.121838,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"BotenXayabury","meso:gadm_admin":"Botene","meso:gadm_hasc2":"LA.XA.BO","meso:mps_x":101.121838,"meso:mps_y":17.646244,"meso:name_en":"Boten","meso:name_loc":"ບໍ່ແຕນ","meso:source":"AOTM","mps:latitude":17.646244,"mps:longitude":101.121838,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Botene"],"name:eng_x_variant":["Botene"],"name:und_x_variant":["ບໍ່ແຕນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Botene","statoids:population":"","statoids:statoid":"LA.XA.BO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.BO"},"wof:country":"LA","wof:created":1473897571,"wof:geomhash":"ed516c4c7828572358daa7a2b16a4f34","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026237,"region_id":85673417}],"wof:id":1092026237,"wof:lastmodified":1507764042,"wof:name":"Boten","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Boten"},"id":1092026237},{"arcs":[[9,10,11,12,13]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.01948,"geom:area_square_m":229193348.228428,"geom:bbox":"102.588521,17.803142,102.907647583,18.0162581326","geom:latitude":17.915524,"geom:longitude":102.728933,"iso:country":"LA","lbl:latitude":17.91623,"lbl:longitude":102.744652,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"HatxayfongVientiane Capital","meso:gadm_admin":"Hadxaifong","meso:gadm_hasc2":"LA.VT.HA","meso:mps_x":102.744652,"meso:mps_y":17.91623,"meso:name_en":"Hatxayfong","meso:name_loc":"ຫາດຊາຍຟອງ","meso:source":"AOTM","mps:latitude":17.91623,"mps:longitude":102.744652,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Hadxaifong"],"name:eng_x_variant":["Hadxaifong"],"name:und_x_variant":["ຫາດຊາຍຟອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Hadxaifong","statoids:population":"","statoids:statoid":"LA.VT.HA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.HA"},"wof:country":"LA","wof:created":1473897572,"wof:geomhash":"e6d152fa58e44909b89d2e1926b42bd8","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026285,"region_id":85673433}],"wof:id":1092026285,"wof:lastmodified":1507764042,"wof:name":"Hatxayfong","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Hatxayfong"},"id":1092026285},{"arcs":[[14,-4,15,16,17]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.277625,"geom:area_square_m":3302074984.259243,"geom:bbox":"106.653229556,15.569931247,107.466643,16.1832139025","geom:latitude":15.867263,"geom:longitude":107.034324,"iso:country":"LA","lbl:latitude":15.817537,"lbl:longitude":106.966689,"meso:admin1_loc":"ເຊກອງ","meso:admin_1":"Sekong","meso:dissme":"KarumSekong","meso:gadm_admin":"Kaleum","meso:gadm_hasc2":"LA.XE.KA","meso:mps_x":106.966689,"meso:mps_y":15.817537,"meso:name_en":"Karum","meso:name_loc":"ກະເລິມ","meso:source":"AOTM","mps:latitude":15.817537,"mps:longitude":106.966689,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Kaleum"],"name:eng_x_variant":["Kaleum"],"name:und_x_variant":["ກະເລິມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XE","statoids:name":"Kaleum","statoids:population":"","statoids:statoid":"LA.XE.KA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673473],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XE.KA"},"wof:country":"LA","wof:created":1473897574,"wof:geomhash":"77ecf905335389d8a5a028ef0ca02f2a","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026315,"region_id":85673473}],"wof:id":1092026315,"wof:lastmodified":1507764043,"wof:name":"Karum","wof:parent_id":85673473,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Karum"},"id":1092026315},{"arcs":[[18,19,20]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.059771,"geom:area_square_m":695932363.77762,"geom:bbox":"100.403787,19.498852,100.701192604,19.8307581209","geom:latitude":19.675357,"geom:longitude":100.561719,"iso:country":"LA","lbl:latitude":19.674032,"lbl:longitude":100.5589,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"KhopXayabury","meso:gadm_admin":"Khop","meso:gadm_hasc2":"LA.XA.KH","meso:mps_x":100.5589,"meso:mps_y":19.674032,"meso:name_en":"Khop","meso:name_loc":"ຄອບ","meso:source":"AOTM","mps:latitude":19.674032,"mps:longitude":100.5589,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Khop"],"name:eng_x_variant":["Khop"],"name:und_x_variant":["ຄອບ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Khop","statoids:population":"","statoids:statoid":"LA.XA.KH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.KH"},"wof:country":"LA","wof:created":1473897576,"wof:geomhash":"fe425771da187aff2595fd5093750647","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026391,"region_id":85673417}],"wof:id":1092026391,"wof:lastmodified":1507764043,"wof:name":"Khop","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Khop"},"id":1092026391},{"arcs":[[21,22,23,24,25]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.222537,"geom:area_square_m":2569001516.710216,"geom:bbox":"100.509212,20.6617167217,101.160780972,21.315766","geom:latitude":20.996661,"geom:longitude":100.833841,"iso:country":"LA","lbl:latitude":20.99795,"lbl:longitude":100.838789,"meso:admin1_loc":"ຫລວງນໍ້າທາ","meso:admin_1":"Luangnamtha","meso:dissme":"LongLuangnamtha","meso:gadm_admin":"Long","meso:gadm_hasc2":"LA.LM.LO","meso:mps_x":100.838789,"meso:mps_y":20.99795,"meso:name_en":"Long","meso:name_loc":"ລອງ","meso:source":"AOTM","mps:latitude":20.99795,"mps:longitude":100.838789,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Long"],"name:eng_x_variant":["Long"],"name:und_x_variant":["ລອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LM","statoids:name":"Long","statoids:population":"","statoids:statoid":"LA.LM.LO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673413],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LM.LO"},"wof:country":"LA","wof:created":1473897577,"wof:geomhash":"234b84504ec92bf339241beb1217881d","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026435,"region_id":85673413}],"wof:id":1092026435,"wof:lastmodified":1507764043,"wof:name":"Long","wof:parent_id":85673413,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Long"},"id":1092026435},{"arcs":[[26,27,28,29]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.251944,"geom:area_square_m":2900870345.578979,"geom:bbox":"102.464475758,21.0070297115,102.993228,21.845964","geom:latitude":21.383102,"geom:longitude":102.721442,"iso:country":"LA","lbl:latitude":21.403053,"lbl:longitude":102.695299,"meso:admin1_loc":"ຜົ້ງສາລີ","meso:admin_1":"Phongsaly","meso:dissme":"MaiPhongsaly","meso:gadm_admin":"May","meso:gadm_hasc2":"LA.PH.MA","meso:mps_x":102.695299,"meso:mps_y":21.403053,"meso:name_en":"Mai","meso:name_loc":"ໃໝ່","meso:source":"AOTM","mps:latitude":21.403053,"mps:longitude":102.695299,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["May"],"name:eng_x_variant":["May"],"name:und_x_variant":["ໃໝ່"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.PH","statoids:name":"May","statoids:population":"","statoids:statoid":"LA.PH.MA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673459],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.PH.MA"},"wof:country":"LA","wof:created":1473897579,"wof:geomhash":"6e61af76690e7b12a0145187ad3c6206","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026481,"region_id":85673459}],"wof:id":1092026481,"wof:lastmodified":1507764043,"wof:name":"Mai","wof:parent_id":85673459,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Mai"},"id":1092026481},{"arcs":[[30,31,32,33,34]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.055204,"geom:area_square_m":654218818.124552,"geom:bbox":"104.733283,16.4248161019,105.007858154,16.7480176462","geom:latitude":16.583256,"geom:longitude":104.855997,"iso:country":"LA","lbl:latitude":16.57522,"lbl:longitude":104.844885,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"\"Kaysone Phomvihane\"Savannakhet","meso:gadm_admin":"Khanthabouly","meso:gadm_hasc2":"LA.SV.KH","meso:mps_x":104.844885,"meso:mps_y":16.57522,"meso:name_en":"Kaysone Phomvihane","meso:name_loc":"\"ໄກສອນ ພົມວິຫາ��","meso:source":"AOTM","mps:latitude":16.57522,"mps:longitude":104.844885,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Khanthabouly"],"name:eng_x_variant":["Khanthabouly"],"name:und_x_variant":["\"ໄກສອນ ພົມວິຫາ��"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Khanthabouly","statoids:population":"","statoids:statoid":"LA.SV.KH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.KH"},"wof:country":"LA","wof:created":1473897581,"wof:geomhash":"44747c9822f65ab5402146eafd9e86c0","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026527,"region_id":85673429}],"wof:id":1092026527,"wof:lastmodified":1507764043,"wof:name":"Kaysone Phomvihane","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Kaysone Phomvihane"},"id":1092026527},{"arcs":[[35,36,37]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.190509,"geom:area_square_m":2282777852.014177,"geom:bbox":"105.205587,14.086921,105.874939067,14.514676396","geom:latitude":14.291716,"geom:longitude":105.566639,"iso:country":"LA","lbl:latitude":14.309797,"lbl:longitude":105.5602,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"MounlapamokChampasack","meso:gadm_admin":"Moonlapamok","meso:gadm_hasc2":"LA.CH.MO","meso:mps_x":105.5602,"meso:mps_y":14.309797,"meso:name_en":"Mounlapamok","meso:name_loc":"ມູນລະປະໂມກ","meso:source":"AOTM","mps:latitude":14.309797,"mps:longitude":105.5602,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Moonlapamok"],"name:eng_x_variant":["Moonlapamok"],"name:und_x_variant":["ມູນລະປະໂມກ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Moonlapamok","statoids:population":"","statoids:statoid":"LA.CH.MO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.MO"},"wof:country":"LA","wof:created":1473897582,"wof:geomhash":"c935a08fa841c97b4659396985109f69","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026577,"region_id":85673423}],"wof:id":1092026577,"wof:lastmodified":1507764044,"wof:name":"Mounlapamok","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Mounlapamok"},"id":1092026577},{"arcs":[[38,39,40,41,-5]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.24811,"geom:area_square_m":2847468636.090451,"geom:bbox":"101.93794244,21.4515695177,102.450112728,22.217215513","geom:latitude":21.852821,"geom:longitude":102.182637,"iso:country":"LA","lbl:latitude":21.866396,"lbl:longitude":102.21306,"meso:admin1_loc":"ຜົ້ງສາລີ","meso:admin_1":"Phongsaly","meso:dissme":"PhongsaliPhongsaly","meso:gadm_admin":"Phongsaly","meso:gadm_hasc2":"LA.PH.PH","meso:mps_x":102.21306,"meso:mps_y":21.866396,"meso:name_en":"Phongsali","meso:name_loc":"ຜົ້ງສາລີ","meso:source":"AOTM","mps:latitude":21.866396,"mps:longitude":102.21306,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Phongsaly"],"name:eng_x_variant":["Phongsaly"],"name:und_x_variant":["ຜົ້ງສາລີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.PH","statoids:name":"Phongsaly","statoids:population":"","statoids:statoid":"LA.PH.PH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673459],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.PH.PH"},"wof:country":"LA","wof:created":1473897584,"wof:geomhash":"e7b4f423e6024f4fcea79a2dd9a305af","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026617,"region_id":85673459}],"wof:id":1092026617,"wof:lastmodified":1507764045,"wof:name":"Phongsali","wof:parent_id":85673459,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phongsali"},"id":1092026617},{"arcs":[[-2,42,43,44,45,46]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.279308,"geom:area_square_m":3335745568.778721,"geom:bbox":"106.776995314,14.690737,107.599227,15.2911659858","geom:latitude":15.016646,"geom:longitude":107.215998,"iso:country":"LA","lbl:latitude":15.007523,"lbl:longitude":107.209775,"meso:admin1_loc":"ອັດຕະປື","meso:admin_1":"Attapeu","meso:dissme":"SanxaiAttapeu","meso:gadm_admin":"Sanxay","meso:gadm_hasc2":"LA.AT.SX","meso:mps_x":107.209775,"meso:mps_y":15.007523,"meso:name_en":"Sanxai","meso:name_loc":"ສານໄຊ","meso:source":"AOTM","mps:latitude":15.007523,"mps:longitude":107.209775,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sanxay"],"name:eng_x_variant":["Sanxay"],"name:und_x_variant":["ສານໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.AT","statoids:name":"Sanxay","statoids:population":"","statoids:statoid":"LA.AT.SX","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673469],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.AT.SX"},"wof:country":"LA","wof:created":1473897585,"wof:geomhash":"a5b133bfb6ff89bece79a6c274d212e6","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026661,"region_id":85673469}],"wof:id":1092026661,"wof:lastmodified":1507764046,"wof:name":"Sanxai","wof:parent_id":85673469,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sanxai"},"id":1092026661},{"arcs":[[47,48,49,50,51,52]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.116284,"geom:area_square_m":1381104334.253748,"geom:bbox":"105.021295837,15.968883422,105.572423462,16.3354688682","geom:latitude":16.153301,"geom:longitude":105.311877,"iso:country":"LA","lbl:latitude":16.150683,"lbl:longitude":105.316044,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"SongkhonSavannakhet","meso:gadm_admin":"Songkhone","meso:gadm_hasc2":"LA.SV.SO","meso:mps_x":105.316044,"meso:mps_y":16.150683,"meso:name_en":"Songkhon","meso:name_loc":"ສອງຄອນ","meso:source":"AOTM","mps:latitude":16.150683,"mps:longitude":105.316044,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Songkhone"],"name:eng_x_variant":["Songkhone"],"name:und_x_variant":["ສອງຄອນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Songkhone","statoids:population":"","statoids:statoid":"LA.SV.SO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.SO"},"wof:country":"LA","wof:created":1473897587,"wof:geomhash":"129a363e6cc3e99ed13afea1ecf0d64e","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026707,"region_id":85673429}],"wof:id":1092026707,"wof:lastmodified":1507764046,"wof:name":"Songkhon","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Songkhon"},"id":1092026707},{"arcs":[[53,54,55,56]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.088769,"geom:area_square_m":1027232537.926268,"geom:bbox":"104.132910417,20.4691465955,104.640016,20.822343","geom:latitude":20.634044,"geom:longitude":104.393915,"iso:country":"LA","lbl:latitude":20.631063,"lbl:longitude":104.393864,"meso:admin1_loc":"ຫົວພັນ","meso:admin_1":"Huaphanh","meso:dissme":"SopbaoHuaphanh","meso:gadm_admin":"Sopbao","meso:gadm_hasc2":"LA.HO.SO","meso:mps_x":104.393864,"meso:mps_y":20.631063,"meso:name_en":"Sopbao","meso:name_loc":"ສົບເບົາ","meso:source":"AOTM","mps:latitude":20.631063,"mps:longitude":104.393864,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sop Bao"],"name:eng_x_variant":["Sopbao"],"name:und_x_variant":["ສົບເບົາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.HO","statoids:name":"Sop Bao","statoids:population":"","statoids:statoid":"LA.HO.SO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673447],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.HO.SO"},"wof:country":"LA","wof:created":1473897588,"wof:geomhash":"4a69d508f586622324177c1852d191d1","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026741,"region_id":85673447}],"wof:id":1092026741,"wof:lastmodified":1507764046,"wof:name":"Sopbao","wof:parent_id":85673447,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sopbao"},"id":1092026741},{"arcs":[[57,58,59]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.075874,"geom:area_square_m":878929849.012732,"geom:bbox":"100.083872,20.24412,100.548040447,20.6678862804","geom:latitude":20.474577,"geom:longitude":100.249114,"iso:country":"LA","lbl:latitude":20.511375,"lbl:longitude":100.252615,"meso:admin1_loc":"ບໍ່ແກ້ວ","meso:admin_1":"Bokeo","meso:dissme":"TonpheungBokeo","meso:gadm_admin":"Tonpheung","meso:gadm_hasc2":"LA.BK.TO","meso:mps_x":100.252615,"meso:mps_y":20.511375,"meso:name_en":"Tonpheung","meso:name_loc":"ຕົ້ນເຜິ້ງ","meso:source":"AOTM","mps:latitude":20.511375,"mps:longitude":100.252615,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Tonpheung"],"name:eng_x_variant":["Tonpheung"],"name:und_x_variant":["ຕົ້ນເຜິ້ງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BK","statoids:name":"Tonpheung","statoids:population":"","statoids:statoid":"LA.BK.TO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673409],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BK.TO"},"wof:country":"LA","wof:created":1473897590,"wof:geomhash":"e1ec1a2e3998721b05004864a2786251","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026785,"region_id":85673409}],"wof:id":1092026785,"wof:lastmodified":1507764046,"wof:name":"Tonpheung","wof:parent_id":85673409,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Tonpheung"},"id":1092026785},{"arcs":[[60,61,62,63,64]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.340773,"geom:area_square_m":3961180659.303781,"geom:bbox":"104.132349721,19.609125,104.993292,20.23121","geom:latitude":19.93672,"geom:longitude":104.534208,"iso:country":"LA","lbl:latitude":19.916857,"lbl:longitude":104.526046,"meso:admin1_loc":"ຫົວພັນ","meso:admin_1":"Huaphanh","meso:dissme":"Xam-TaiHuaphanh","meso:gadm_admin":"Xamtay","meso:gadm_hasc2":"LA.HO.XT","meso:mps_x":104.526046,"meso:mps_y":19.916857,"meso:name_en":"Xam-Tai","meso:name_loc":"ຊຳໃຕ້","meso:source":"AOTM","mps:latitude":19.916857,"mps:longitude":104.526046,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xamtay"],"name:eng_x_variant":["Xamtay"],"name:und_x_variant":["ຊຳໃຕ້"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.HO","statoids:name":"Xamtay","statoids:population":"","statoids:statoid":"LA.HO.XT","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673447],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.HO.XT"},"wof:country":"LA","wof:created":1473897591,"wof:geomhash":"b6465bd19d5243de6eb44a93fa704635","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026829,"region_id":85673447}],"wof:id":1092026829,"wof:lastmodified":1507764047,"wof:name":"Xam-Tai","wof:parent_id":85673447,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xam-Tai"},"id":1092026829},{"arcs":[[65,66,67,68,69,70,71]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.278076,"geom:area_square_m":3282880138.57743,"geom:bbox":"105.523347161,17.0096972685,106.431928972,17.676665","geom:latitude":17.301073,"geom:longitude":105.941158,"iso:country":"LA","lbl:latitude":17.231004,"lbl:longitude":105.971947,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"BoualaphaKhammuane","meso:gadm_admin":"Bualapha","meso:gadm_hasc2":"LA.KH.BU","meso:mps_x":105.971947,"meso:mps_y":17.231004,"meso:name_en":"Boualapha","meso:name_loc":"ບັວລະພາ","meso:source":"AOTM","mps:latitude":17.231004,"mps:longitude":105.971947,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Bualapha"],"name:eng_x_variant":["Bualapha"],"name:und_x_variant":["ບັວລະພາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Bualapha","statoids:population":"","statoids:statoid":"LA.KH.BU","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.BU"},"wof:country":"LA","wof:created":1473897593,"wof:geomhash":"acd5256ac1f058a14f755a49ca0746fb","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026869,"region_id":85673467}],"wof:id":1092026869,"wof:lastmodified":1507764042,"wof:name":"Boualapha","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Boualapha"},"id":1092026869},{"arcs":[[-68,72,73,74,75]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.191936,"geom:area_square_m":2272427797.498915,"geom:bbox":"106.014335098,16.5411429051,106.652518362,17.0202695274","geom:latitude":16.7662,"geom:longitude":106.334723,"iso:country":"LA","lbl:latitude":16.768753,"lbl:longitude":106.340721,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"XeponSavannakhet","meso:gadm_admin":"Sepone","meso:gadm_hasc2":"LA.SV.SE","meso:mps_x":106.340721,"meso:mps_y":16.768753,"meso:name_en":"Xepon","meso:name_loc":"ເຊໂປນ","meso:source":"AOTM","mps:latitude":16.768753,"mps:longitude":106.340721,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sepone"],"name:eng_x_variant":["Sepone"],"name:und_x_variant":["ເຊໂປນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Sepone","statoids:population":"","statoids:statoid":"LA.SV.SE","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.SE"},"wof:country":"LA","wof:created":1473897594,"wof:geomhash":"663030dcb4d5a899e78d7bf0184894cf","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026919,"region_id":85673429}],"wof:id":1092026919,"wof:lastmodified":1507764046,"wof:name":"Xepon","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xepon"},"id":1092026919},{"arcs":[[-57,76,77,78]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.070298,"geom:area_square_m":812482236.725446,"geom:bbox":"104.004612731,20.6672429052,104.385198395,20.978451","geom:latitude":20.82023,"geom:longitude":104.18623,"iso:country":"LA","lbl:latitude":20.817875,"lbl:longitude":104.189849,"meso:admin1_loc":"ຫົວພັນ","meso:admin_1":"Huaphanh","meso:dissme":"XiangkhoHuaphanh","meso:gadm_admin":"Xiengkhor","meso:gadm_hasc2":"LA.HO.XI","meso:mps_x":104.189849,"meso:mps_y":20.817875,"meso:name_en":"Xiangkho","meso:name_loc":"ຊຽງຄໍ້","meso:source":"AOTM","mps:latitude":20.817875,"mps:longitude":104.189849,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xiengkhor"],"name:eng_x_variant":["Xiengkhor"],"name:und_x_variant":["ຊຽງຄໍ້"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.HO","statoids:name":"Xiengkhor","statoids:population":"","statoids:statoid":"LA.HO.XI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673447],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.HO.XI"},"wof:country":"LA","wof:created":1473897596,"wof:geomhash":"e34b6fde4df4697c2f2baac1f427b0f2","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092026965,"region_id":85673447}],"wof:id":1092026965,"wof:lastmodified":1507764047,"wof:name":"Xiangkho","wof:parent_id":85673447,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xiangkho"},"id":1092026965},{"arcs":[[79,80,81,82,83,84,85]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.074266,"geom:area_square_m":885988627.269558,"geom:bbox":"105.818115252,15.0339339575,106.132087795,15.4700852606","geom:latitude":15.246386,"geom:longitude":105.967188,"iso:country":"LA","lbl:latitude":15.260668,"lbl:longitude":105.943389,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"BachiangchareunsoukChampasack","meso:gadm_admin":"Bachiangchaleunsook","meso:gadm_hasc2":"LA.CH.BA","meso:mps_x":105.943389,"meso:mps_y":15.260668,"meso:name_en":"Bachiangchareunsouk","meso:name_loc":"ບາຈຽງຈະເລີນສຸ�","meso:source":"AOTM","mps:latitude":15.260668,"mps:longitude":105.943389,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Bachiangchaleunsook"],"name:eng_x_variant":["Bachiangchaleunsook"],"name:und_x_variant":["ບາຈຽງຈະເລີນສຸ�"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Bachiangchaleunsook","statoids:population":"","statoids:statoid":"LA.CH.BA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.BA"},"wof:country":"LA","wof:created":1473897597,"wof:geomhash":"20551f5ee40075a91def72beb542c54a","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027009,"region_id":85673423}],"wof:id":1092027009,"wof:lastmodified":1507764042,"wof:name":"Bachiangchareunsouk","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Bachiangchareunsouk"},"id":1092027009},{"arcs":[[86,-83,87,88,89]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.075085,"geom:area_square_m":897407276.467871,"geom:bbox":"105.517547,14.6544728836,105.932782491,15.0347077214","geom:latitude":14.85493,"geom:longitude":105.754037,"iso:country":"LA","lbl:latitude":14.881627,"lbl:longitude":105.785487,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"ChampasakChampasack","meso:gadm_admin":"Champassack","meso:gadm_hasc2":"LA.CH.CH","meso:mps_x":105.785487,"meso:mps_y":14.881627,"meso:name_en":"Champasak","meso:name_loc":"ຈຳປາສັກ","meso:source":"AOTM","mps:latitude":14.881627,"mps:longitude":105.785487,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Champassack"],"name:eng_x_variant":["Champassack"],"name:und_x_variant":["ຈຳປາສັກ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Champassack","statoids:population":"","statoids:statoid":"LA.CH.CH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.CH"},"wof:country":"LA","wof:created":1473897599,"wof:geomhash":"220bad14ef087ebc513f6acdb891c785","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027043,"region_id":85673423}],"wof:id":1092027043,"wof:lastmodified":1507764042,"wof:name":"Champasak","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Champasak"},"id":1092027043},{"arcs":[[90,91,92,-31,93,94]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.076633,"geom:area_square_m":906450739.652321,"geom:bbox":"104.735697084,16.7207194628,105.185644308,17.1098615486","geom:latitude":16.943718,"geom:longitude":104.923381,"iso:country":"LA","lbl:latitude":16.972337,"lbl:longitude":104.920008,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"XaibouriSavannakhet","meso:gadm_admin":"Xaybuly","meso:gadm_hasc2":"LA.SV.XB","meso:mps_x":104.920008,"meso:mps_y":16.972337,"meso:name_en":"Xaibouri","meso:name_loc":"ໄຊບູລີ","meso:source":"AOTM","mps:latitude":16.972337,"mps:longitude":104.920008,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xaybuly"],"name:eng_x_variant":["Xaybuly"],"name:und_x_variant":["ໄຊບູລີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Xaybuly","statoids:population":"","statoids:statoid":"LA.SV.XB","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.XB"},"wof:country":"LA","wof:created":1473897601,"wof:geomhash":"fbf762183b2263c1cb0f2eaa8c46b489","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027059,"region_id":85673429}],"wof:id":1092027059,"wof:lastmodified":1507764047,"wof:name":"Xaibouri","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xaibouri"},"id":1092027059},{"arcs":[[95,96,97,98,99,100]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.101586,"geom:area_square_m":1190272771.03421,"geom:bbox":"102.040192576,18.3900146333,102.48701835,18.900865778","geom:latitude":18.634921,"geom:longitude":102.280003,"iso:country":"LA","lbl:latitude":18.631539,"lbl:longitude":102.283368,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"HinheupVientiane","meso:gadm_admin":"Hinhurp","meso:gadm_hasc2":"LA.VI.HI","meso:mps_x":102.283368,"meso:mps_y":18.631539,"meso:name_en":"Hinheup","meso:name_loc":"ຫິນເຫີບ","meso:source":"AOTM","mps:latitude":18.631539,"mps:longitude":102.283368,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Hinhurp"],"name:und_x_variant":["ຫິນເຫີບ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.HI"},"wof:country":"LA","wof:created":1473897602,"wof:geomhash":"be926bb9f5ace13575c2c08d136c1d6f","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027061,"region_id":85673437}],"wof:id":1092027061,"wof:lastmodified":1504911333,"wof:name":"Hinheup","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Hinheup"},"id":1092027061},{"arcs":[[101,102,103,104,-96,105,106,107,108]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.219152,"geom:area_square_m":2560061098.87695,"geom:bbox":"101.789394813,18.7869292863,102.53826969,19.4122530674","geom:latitude":19.138899,"geom:longitude":102.155399,"iso:country":"LA","lbl:latitude":19.157963,"lbl:longitude":102.155427,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"KasiVientiane","meso:gadm_admin":"Kasy","meso:gadm_hasc2":"LA.VI.KA","meso:mps_x":102.155427,"meso:mps_y":19.157963,"meso:name_en":"Kasi","meso:name_loc":"ກາສີ","meso:source":"AOTM","mps:latitude":19.157963,"mps:longitude":102.155427,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Kasy"],"name:und_x_variant":["ກາສີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.KA"},"wof:country":"LA","wof:created":1473897604,"wof:geomhash":"d05d8a2c253f5ec1e3f6e7307fb12df5","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027063,"region_id":85673437}],"wof:id":1092027063,"wof:lastmodified":1504911333,"wof:name":"Kasi","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Kasi"},"id":1092027063},{"arcs":[[-106,-101,109,110,111]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.074318,"geom:area_square_m":870754822.407096,"geom:bbox":"101.901109628,18.4076597302,102.249349301,18.898461074","geom:latitude":18.639196,"geom:longitude":102.083135,"iso:country":"LA","lbl:latitude":18.639041,"lbl:longitude":102.080486,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"FuangVientiane","meso:gadm_admin":"Feuang","meso:gadm_hasc2":"LA.VI.FE","meso:mps_x":102.080486,"meso:mps_y":18.639041,"meso:name_en":"Fuang","meso:name_loc":"ເຟືອງ","meso:source":"AOTM","mps:latitude":18.639041,"mps:longitude":102.080486,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Feuang"],"name:und_x_variant":["ເຟືອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.FE"},"wof:country":"LA","wof:created":1473897605,"wof:geomhash":"9683c237078262efed75e1fdab6c66c0","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027093,"region_id":85673437}],"wof:id":1092027093,"wof:lastmodified":1504911333,"wof:name":"Fuang","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Fuang"},"id":1092027093},{"arcs":[[-98,112,113,114,115,116,117]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.043842,"geom:area_square_m":513909372.240057,"geom:bbox":"102.430511179,18.4449515284,102.714061814,18.7021377273","geom:latitude":18.564583,"geom:longitude":102.564328,"iso:country":"LA","lbl:latitude":18.562562,"lbl:longitude":102.595391,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"Keo-OudomVientiane","meso:gadm_admin":"Keo Oudom","meso:gadm_hasc2":"LA.VI.KE","meso:mps_x":102.595391,"meso:mps_y":18.562562,"meso:name_en":"Keo-Oudom","meso:name_loc":"ແກ້ວອຸດົມ","meso:source":"AOTM","mps:latitude":18.562562,"mps:longitude":102.595391,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Keo Oudom"],"name:und_x_variant":["ແກ້ວອຸດົມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.KE"},"wof:country":"LA","wof:created":1473897607,"wof:geomhash":"7fb2b503583f3d1c4d5fd48663f32700","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027131,"region_id":85673437}],"wof:id":1092027131,"wof:lastmodified":1504911333,"wof:name":"Keo-Oudom","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Keo-Oudom"},"id":1092027131},{"arcs":[[118,119,120,121,-115,122]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.200835,"geom:area_square_m":2352822060.712403,"geom:bbox":"102.645634793,18.4904118504,103.515575404,18.9405361751","geom:latitude":18.660053,"geom:longitude":103.110298,"iso:country":"LA","lbl:latitude":18.635741,"lbl:longitude":103.110191,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"HomVientiane","meso:gadm_admin":"Hom","meso:gadm_hasc2":"LA.XS.HO","meso:mps_x":103.110191,"meso:mps_y":18.635741,"meso:name_en":"Hom","meso:name_loc":"ຮົ່ມ","meso:source":"AOTM","mps:latitude":18.635741,"mps:longitude":103.110191,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Hom"],"name:eng_x_variant":["Hom"],"name:und_x_variant":["ຮົ່ມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XS","statoids:name":"Hom","statoids:population":"","statoids:statoid":"LA.XS.HO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XS.HO"},"wof:country":"LA","wof:created":1473897608,"wof:geomhash":"c3fa4406e3e75f1fc418071ee5dd6774","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027153,"region_id":85673437}],"wof:id":1092027153,"wof:lastmodified":1507764042,"wof:name":"Hom","wof:parent_id":85673437,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Hom"},"id":1092027153},{"arcs":[[123,124,125,126,127,128]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.1836,"geom:area_square_m":2136580473.09178,"geom:bbox":"103.340314844,19.4763959149,103.927566939,20.0395496458","geom:latitude":19.75849,"geom:longitude":103.640499,"iso:country":"LA","lbl:latitude":19.749422,"lbl:longitude":103.644938,"meso:admin1_loc":"ຊຽງຂວາງ","meso:admin_1":"Xiengkhuang","meso:dissme":"KhamXiengkhuang","meso:gadm_admin":"Kham","meso:gadm_hasc2":"LA.XI.KM","meso:mps_x":103.644938,"meso:mps_y":19.749422,"meso:name_en":"Kham","meso:name_loc":"ຄຳ","meso:source":"AOTM","mps:latitude":19.749422,"mps:longitude":103.644938,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Kham"],"name:und_x_variant":["ຄຳ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673441],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XI.KM"},"wof:country":"LA","wof:created":1473897610,"wof:geomhash":"c5c826681c5b7248e4fdc7b83e2428b4","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027197,"region_id":85673441}],"wof:id":1092027197,"wof:lastmodified":1504911333,"wof:name":"Kham","wof:parent_id":85673441,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Kham"},"id":1092027197},{"arcs":[[129,-127,130,131,132,133]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.151618,"geom:area_square_m":1769629047.785684,"geom:bbox":"103.209080578,19.048787606,103.758232852,19.5023735237","geom:latitude":19.280638,"geom:longitude":103.500118,"iso:country":"LA","lbl:latitude":19.302653,"lbl:longitude":103.522293,"meso:admin1_loc":"ຊຽງຂວາງ","meso:admin_1":"Xiengkhuang","meso:dissme":"KhounXiengkhuang","meso:gadm_admin":"Khoune","meso:gadm_hasc2":"LA.XI.KN","meso:mps_x":103.522293,"meso:mps_y":19.302653,"meso:name_en":"Khoun","meso:name_loc":"ຄູນ","meso:source":"AOTM","mps:latitude":19.302653,"mps:longitude":103.522293,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Khoune"],"name:und_x_variant":["ຄູນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673441],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XI.KN"},"wof:country":"LA","wof:created":1473897611,"wof:geomhash":"ba5af431bc6b1c3b3bde718d50b056a0","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027229,"region_id":85673441}],"wof:id":1092027229,"wof:lastmodified":1504911333,"wof:name":"Khoun","wof:parent_id":85673441,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Khoun"},"id":1092027229},{"arcs":[[134,-41,135,136,137,138,139]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.106301,"geom:area_square_m":1224315203.852442,"geom:bbox":"101.726497,21.1413179702,102.202590624,21.5520647879","geom:latitude":21.338883,"geom:longitude":101.979161,"iso:country":"LA","lbl:latitude":21.31214,"lbl:longitude":101.975502,"meso:admin1_loc":"ຜົ້ງສາລີ","meso:admin_1":"Phongsaly","meso:dissme":"Boun-TaiPhongsaly","meso:gadm_admin":"Boontai","meso:gadm_hasc2":"LA.PH.BT","meso:mps_x":101.975502,"meso:mps_y":21.31214,"meso:name_en":"Boun-Tai","meso:name_loc":"ບຸນໃຕ້","meso:source":"AOTM","mps:latitude":21.31214,"mps:longitude":101.975502,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Boontai"],"name:eng_x_variant":["Boontai"],"name:und_x_variant":["ບຸນໃຕ້"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.PH","statoids:name":"Boontai","statoids:population":"","statoids:statoid":"LA.PH.BT","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673459],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.PH.BT"},"wof:country":"LA","wof:created":1473897613,"wof:geomhash":"8503b4c7d9c1443520b920afab14673f","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027265,"region_id":85673459}],"wof:id":1092027265,"wof:lastmodified":1507764042,"wof:name":"Boun-Tai","wof:parent_id":85673459,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Boun-Tai"},"id":1092027265},{"arcs":[[-138,140,141,142,143]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.094809,"geom:area_square_m":1095055363.984025,"geom:bbox":"101.914019493,20.7240278846,102.363799343,21.144092683","geom:latitude":20.918922,"geom:longitude":102.132691,"iso:country":"LA","lbl:latitude":20.918488,"lbl:longitude":102.132685,"meso:admin1_loc":"ອຸດົມໄຊ","meso:admin_1":"Oudomxay","meso:dissme":"LaOudomxay","meso:gadm_admin":"La","meso:gadm_hasc2":"LA.OU.LA","meso:mps_x":102.132685,"meso:mps_y":20.918488,"meso:name_en":"La","meso:name_loc":"ຫຼາ","meso:source":"AOTM","mps:latitude":20.918488,"mps:longitude":102.132685,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["La"],"name:eng_x_variant":["La"],"name:und_x_variant":["ຫຼາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.OU","statoids:name":"La","statoids:population":"","statoids:statoid":"LA.OU.LA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673453],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.OU.LA"},"wof:country":"LA","wof:created":1473897614,"wof:geomhash":"84cd077555e079f23af68aed35f5b0ec","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027299,"region_id":85673453}],"wof:id":1092027299,"wof:lastmodified":1507764043,"wof:name":"La","wof:parent_id":85673453,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"La"},"id":1092027299},{"arcs":[[144,145,146,147,148,-23]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.185861,"geom:area_square_m":2145264619.38005,"geom:bbox":"101.1587388,20.7671137566,101.773536083,21.256354","geom:latitude":21.020038,"geom:longitude":101.44606,"iso:country":"LA","lbl:latitude":21.034003,"lbl:longitude":101.440181,"meso:admin1_loc":"ຫລວງນໍ້າທາ","meso:admin_1":"Luangnamtha","meso:dissme":"LuangnamthaLuangnamtha","meso:gadm_admin":"Namtha","meso:gadm_hasc2":"LA.LM.NT","meso:mps_x":101.440181,"meso:mps_y":21.034003,"meso:name_en":"Luangnamtha","meso:name_loc":"ນໍ້າທາ","meso:source":"AOTM","mps:latitude":21.034003,"mps:longitude":101.440181,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Namtha"],"name:eng_x_variant":["Namtha"],"name:und_x_variant":["ນໍ້າທາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LM","statoids:name":"Namtha","statoids:population":"","statoids:statoid":"LA.LM.NT","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673413],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LM.NT"},"wof:country":"LA","wof:created":1473897616,"wof:geomhash":"be33c7251bf6e7bf8fd56052bbd30656","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027341,"region_id":85673413}],"wof:id":1092027341,"wof:lastmodified":1507764044,"wof:name":"Luangnamtha","wof:parent_id":85673413,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Luangnamtha"},"id":1092027341},{"arcs":[[149,150,151,152,153]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.108596,"geom:area_square_m":1262687622.184547,"geom:bbox":"101.724883736,19.6384906452,102.242908609,20.0908544718","geom:latitude":19.892508,"geom:longitude":101.959673,"iso:country":"LA","lbl:latitude":19.892007,"lbl:longitude":101.934141,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"ChomphetLuangprabang","meso:gadm_admin":"Chomphet","meso:gadm_hasc2":"LA.LP.CH","meso:mps_x":101.934141,"meso:mps_y":19.892007,"meso:name_en":"Chomphet","meso:name_loc":"ຈອມເພັດ","meso:source":"AOTM","mps:latitude":19.892007,"mps:longitude":101.934141,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Chomphet"],"name:eng_x_variant":["Chomphet"],"name:und_x_variant":["ຈອມເພັດ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Chomphet","statoids:population":"","statoids:statoid":"LA.LP.CH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.CH"},"wof:country":"LA","wof:created":1473897617,"wof:geomhash":"9ce83b20c57bb7ab7737ae0e5f40554c","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027381,"region_id":85673451}],"wof:id":1092027381,"wof:lastmodified":1507764042,"wof:name":"Chomphet","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Chomphet"},"id":1092027381},{"arcs":[[-151,154,155,156,157,158,159]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.072152,"geom:area_square_m":839281217.884735,"geom:bbox":"101.807012541,19.6315993227,102.460191059,20.008220859","geom:latitude":19.827681,"geom:longitude":102.15601,"iso:country":"LA","lbl:latitude":19.884504,"lbl:longitude":102.287086,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"LuangprabangLuangprabang","meso:gadm_admin":"Louangphrabang","meso:gadm_hasc2":"LA.LP.LO","meso:mps_x":102.287086,"meso:mps_y":19.884504,"meso:name_en":"Luangprabang","meso:name_loc":"ຫຼວງພະບາງ","meso:source":"AOTM","mps:latitude":19.884504,"mps:longitude":102.287086,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Louangphrabang"],"name:eng_x_variant":["Louangphrabang"],"name:und_x_variant":["ຫຼວງພະບາງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Louangphrabang","statoids:population":"","statoids:statoid":"LA.LP.LO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.LO"},"wof:country":"LA","wof:created":1473897619,"wof:geomhash":"bb6f265cf0bd82f99bcb724366be30c4","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027403,"region_id":85673451}],"wof:id":1092027403,"wof:lastmodified":1507764043,"wof:name":"Luangprabang","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Luangprabang"},"id":1092027403},{"arcs":[[-107,-112,160,161,162]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.129924,"geom:area_square_m":1521953968.607602,"geom:bbox":"101.57158788,18.3618167266,102.11198713,19.0049523791","geom:latitude":18.67362,"geom:longitude":101.884503,"iso:country":"LA","lbl:latitude":18.682073,"lbl:longitude":101.902801,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"MetVientiane","meso:gadm_admin":"Mad","meso:gadm_hasc2":"LA.VI.MA","meso:mps_x":101.902801,"meso:mps_y":18.682073,"meso:name_en":"Met","meso:name_loc":"ແມດ","meso:source":"AOTM","mps:latitude":18.682073,"mps:longitude":101.902801,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Mad"],"name:und_x_variant":["ແມດ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.MA"},"wof:country":"LA","wof:created":1473897620,"wof:geomhash":"e486fc91d64c6d4486341a649249c0b4","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027449,"region_id":85673437}],"wof:id":1092027449,"wof:lastmodified":1504911334,"wof:name":"Met","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Met"},"id":1092027449},{"arcs":[[-161,-111,163,164,165]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.091973,"geom:area_square_m":1080076083.798045,"geom:bbox":"101.733739705,18.027095,102.049061057,18.4593309437","geom:latitude":18.24614,"geom:longitude":101.897984,"iso:country":"LA","lbl:latitude":18.249512,"lbl:longitude":101.90098,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"MeunVientiane","meso:gadm_admin":"Xanakharm","meso:gadm_hasc2":"LA.VI.XA","meso:mps_x":101.90098,"meso:mps_y":18.249512,"meso:name_en":"Meun","meso:name_loc":"ໝື່ນ","meso:source":"AOTM","mps:latitude":18.249512,"mps:longitude":101.90098,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Xanakharm"],"name:und_x_variant":["ໝື່ນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.XA"},"wof:country":"LA","wof:created":1473897622,"wof:geomhash":"30de3e1712dfe84c1458a9be0ea23094","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027485,"region_id":85673437}],"wof:id":1092027485,"wof:lastmodified":1504911334,"wof:name":"Meun","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Meun"},"id":1092027485},{"arcs":[[166,167,168,169,170,171,-120]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.214136,"geom:area_square_m":2508199690.263749,"geom:bbox":"103.466933073,18.4615957411,104.10425345,18.9545010742","geom:latitude":18.689866,"geom:longitude":103.765689,"iso:country":"LA","lbl:latitude":18.669378,"lbl:longitude":103.67633,"meso:admin1_loc":"ບໍລິຄໍາໄຊ","meso:admin_1":"Borikhamxay","meso:dissme":"BorikhanBorikhamxay","meso:gadm_admin":"Bolikhanh","meso:gadm_hasc2":"LA.BL.BO","meso:mps_x":103.67633,"meso:mps_y":18.669378,"meso:name_en":"Borikhan","meso:name_loc":"ບໍລິຄັນ","meso:source":"AOTM","mps:latitude":18.669378,"mps:longitude":103.67633,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Bolikhanh"],"name:eng_x_variant":["Bolikhanh"],"name:und_x_variant":["ບໍລິຄັນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BL","statoids:name":"Bolikhanh","statoids:population":"","statoids:statoid":"LA.BL.BO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673463],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BL.BO"},"wof:country":"LA","wof:created":1473897623,"wof:geomhash":"c99baf2a9568bc9468f8367d98ba6b8c","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027507,"region_id":85673463}],"wof:id":1092027507,"wof:lastmodified":1507764042,"wof:name":"Borikhan","wof:parent_id":85673463,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Borikhan"},"id":1092027507},{"arcs":[[172,173,174,-168,175,-132]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.178222,"geom:area_square_m":2082789359.155797,"geom:bbox":"103.691778999,18.7972731337,104.278700822,19.3128158135","geom:latitude":19.071039,"geom:longitude":103.996972,"iso:country":"LA","lbl:latitude":19.05807,"lbl:longitude":104.049973,"meso:admin1_loc":"ຊຽງຂວາງ","meso:admin_1":"Xiengkhuang","meso:dissme":"MokmaiXiengkhuang","meso:gadm_admin":"Morkmay","meso:gadm_hasc2":"LA.XI.MO","meso:mps_x":104.049973,"meso:mps_y":19.05807,"meso:name_en":"Mokmai","meso:name_loc":"ໝອກໃມ","meso:source":"AOTM","mps:latitude":19.05807,"mps:longitude":104.049973,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Morkmay"],"name:und_x_variant":["ໝອກໃມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673441],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XI.MO"},"wof:country":"LA","wof:created":1473897625,"wof:geomhash":"5c6f93a50201007cd3cd0733d365c517","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027549,"region_id":85673441}],"wof:id":1092027549,"wof:lastmodified":1504911334,"wof:name":"Mokmai","wof:parent_id":85673441,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Mokmai"},"id":1092027549},{"arcs":[[-148,176,177,178,179,180,181]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.143706,"geom:area_square_m":1664246405.977596,"geom:bbox":"101.018156867,20.3047531712,101.573099045,20.7886436275","geom:latitude":20.516006,"geom:longitude":101.335029,"iso:country":"LA","lbl:latitude":20.486727,"lbl:longitude":101.377071,"meso:admin1_loc":"ຫລວງນໍ້າທາ","meso:admin_1":"Luangnamtha","meso:dissme":"NaleLuangnamtha","meso:gadm_admin":"Nalae","meso:gadm_hasc2":"LA.LM.NL","meso:mps_x":101.377071,"meso:mps_y":20.486727,"meso:name_en":"Nale","meso:name_loc":"ນາແລ","meso:source":"AOTM","mps:latitude":20.486727,"mps:longitude":101.377071,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Nalae"],"name:eng_x_variant":["Nalae"],"name:und_x_variant":["ນາແລ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LM","statoids:name":"Nalae","statoids:population":"","statoids:statoid":"LA.LM.NL","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673413],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LM.NL"},"wof:country":"LA","wof:created":1473897626,"wof:geomhash":"e356a10773000562e98022359666c19e","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027579,"region_id":85673413}],"wof:id":1092027579,"wof:lastmodified":1507764044,"wof:name":"Nale","wof:parent_id":85673413,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Nale"},"id":1092027579},{"arcs":[[-179,182,183,184]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.145839,"geom:area_square_m":1690638861.523032,"geom:bbox":"101.453296915,20.1280666897,102.000472893,20.5635513338","geom:latitude":20.362589,"geom:longitude":101.71637,"iso:country":"LA","lbl:latitude":20.317716,"lbl:longitude":101.683793,"meso:admin1_loc":"ອຸດົມໄຊ","meso:admin_1":"Oudomxay","meso:dissme":"BengOudomxay","meso:gadm_admin":"Beng","meso:gadm_hasc2":"LA.OU.BE","meso:mps_x":101.683793,"meso:mps_y":20.317716,"meso:name_en":"Beng","meso:name_loc":"ແບ່ງ","meso:source":"AOTM","mps:latitude":20.317716,"mps:longitude":101.683793,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Beng"],"name:eng_x_variant":["Beng"],"name:und_x_variant":["ແບ່ງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.OU","statoids:name":"Beng","statoids:population":"","statoids:statoid":"LA.OU.BE","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673453],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.OU.BE"},"wof:country":"LA","wof:created":1473897628,"wof:geomhash":"66d6754a5f52919eca0779c5ef20ea0f","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027619,"region_id":85673453}],"wof:id":1092027619,"wof:lastmodified":1507764042,"wof:name":"Beng","wof:parent_id":85673453,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Beng"},"id":1092027619},{"arcs":[[-180,-185,185,186,187,188]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.182714,"geom:area_square_m":2121885328.9067,"geom:bbox":"101.157069756,19.8277773937,101.76134716,20.3634039163","geom:latitude":20.085288,"geom:longitude":101.43189,"iso:country":"LA","lbl:latitude":20.070926,"lbl:longitude":101.427353,"meso:admin1_loc":"ອຸດົມໄຊ","meso:admin_1":"Oudomxay","meso:dissme":"HounOudomxay","meso:gadm_admin":"Hoon","meso:gadm_hasc2":"LA.OU.HO","meso:mps_x":101.427353,"meso:mps_y":20.070926,"meso:name_en":"Houn","meso:name_loc":"ຮຸນ","meso:source":"AOTM","mps:latitude":20.070926,"mps:longitude":101.427353,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Hoon"],"name:eng_x_variant":["Hoon"],"name:und_x_variant":["ຮຸນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.OU","statoids:name":"Hoon","statoids:population":"","statoids:statoid":"LA.OU.HO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673453],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.OU.HO"},"wof:country":"LA","wof:created":1473897629,"wof:geomhash":"daa2b9fc4aaebb15adfe7836fa645fe7","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027657,"region_id":85673453}],"wof:id":1092027657,"wof:lastmodified":1507764043,"wof:name":"Houn","wof:parent_id":85673453,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Houn"},"id":1092027657},{"arcs":[[189,-142,190,191,192,193]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.169485,"geom:area_square_m":1961817850.623875,"geom:bbox":"102.139236693,20.2403498629,102.654836635,20.9481110667","geom:latitude":20.591025,"geom:longitude":102.390844,"iso:country":"LA","lbl:latitude":20.581924,"lbl:longitude":102.390869,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"NambakLuangprabang","meso:gadm_admin":"Nambak","meso:gadm_hasc2":"LA.LP.NM","meso:mps_x":102.390869,"meso:mps_y":20.581924,"meso:name_en":"Nambak","meso:name_loc":"ນ້ຳບາກ","meso:source":"AOTM","mps:latitude":20.581924,"mps:longitude":102.390869,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Nambak"],"name:eng_x_variant":["Nambak"],"name:und_x_variant":["ນ້ຳບາກ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Nambak","statoids:population":"","statoids:statoid":"LA.LP.NM","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.NM"},"wof:country":"LA","wof:created":1473897631,"wof:geomhash":"66729193b9c7cebc70f80d20f1fdd0c1","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027683,"region_id":85673451}],"wof:id":1092027683,"wof:lastmodified":1507764044,"wof:name":"Nambak","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Nambak"},"id":1092027683},{"arcs":[[-159,194,-102,195]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.120205,"geom:area_square_m":1401973287.921455,"geom:bbox":"101.797081206,19.0482595087,102.147608664,19.6566971871","geom:latitude":19.399376,"geom:longitude":101.938064,"iso:country":"LA","lbl:latitude":19.454494,"lbl:longitude":101.993564,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"NanLuangprabang","meso:gadm_admin":"Nan","meso:gadm_hasc2":"LA.LP.NN","meso:mps_x":101.993564,"meso:mps_y":19.454494,"meso:name_en":"Nan","meso:name_loc":"ນານ","meso:source":"AOTM","mps:latitude":19.454494,"mps:longitude":101.993564,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Nan"],"name:eng_x_variant":["Nan"],"name:und_x_variant":["ນານ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Nan","statoids:population":"","statoids:statoid":"LA.LP.NN","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.NN"},"wof:country":"LA","wof:created":1473897632,"wof:geomhash":"d74e840ecf2cfa304bf431770f772e35","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027721,"region_id":85673451}],"wof:id":1092027721,"wof:lastmodified":1507764044,"wof:name":"Nan","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Nan"},"id":1092027721},{"arcs":[[196,197,198,199,200,201]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.002089,"geom:area_square_m":24568679.217296,"geom:bbox":"102.586449697,17.9533739671,102.626439167,18.0400525825","geom:latitude":18.000474,"geom:longitude":102.609186,"iso:country":"LA","lbl:latitude":18.011178,"lbl:longitude":102.608806,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"ChanthabouriVientiane Capital","meso:gadm_admin":"Chanthabuly","meso:gadm_hasc2":"LA.VT.CH","meso:mps_x":102.608806,"meso:mps_y":18.011178,"meso:name_en":"Chanthabouri","meso:name_loc":"ຈັນທະບູລີ","meso:source":"AOTM","mps:latitude":18.011178,"mps:longitude":102.608806,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Chanthabuly"],"name:eng_x_variant":["Chanthabuly"],"name:und_x_variant":["ຈັນທະບູລີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Chanthabuly","statoids:population":"","statoids:statoid":"LA.VT.CH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.CH"},"wof:country":"LA","wof:created":1473897634,"wof:geomhash":"66e9d9a54b2950453a3b3627dcb4f915","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027747,"region_id":85673433}],"wof:id":1092027747,"wof:lastmodified":1507764042,"wof:name":"Chanthabouri","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Chanthabouri"},"id":1092027747},{"arcs":[[202,203,204,-197,205,206,207]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.077217,"geom:area_square_m":907200241.771022,"geom:bbox":"102.258325866,18.0261249109,102.620262139,18.3364916172","geom:latitude":18.168597,"geom:longitude":102.431699,"iso:country":"LA","lbl:latitude":18.162803,"lbl:longitude":102.428239,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"NaxaythongVientiane Capital","meso:gadm_admin":"Naxaithong","meso:gadm_hasc2":"LA.VT.NA","meso:mps_x":102.428239,"meso:mps_y":18.162803,"meso:name_en":"Naxaythong","meso:name_loc":"ນາຊາຍທອງ","meso:source":"AOTM","mps:latitude":18.162803,"mps:longitude":102.428239,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Naxaithong"],"name:eng_x_variant":["Naxaithong"],"name:und_x_variant":["ນາຊາຍທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Naxaithong","statoids:population":"","statoids:statoid":"LA.VT.NA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.NA"},"wof:country":"LA","wof:created":1473897636,"wof:geomhash":"bcd69438504b54a0d9d48f559aaee4e6","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027795,"region_id":85673433}],"wof:id":1092027795,"wof:lastmodified":1507764044,"wof:name":"Naxaythong","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Naxaythong"},"id":1092027795},{"arcs":[[208,-187,209,-153,210,211,212]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.13778,"geom:area_square_m":1603874650.928136,"geom:bbox":"101.241198746,19.4846889501,101.773222501,19.9360877613","geom:latitude":19.708245,"geom:longitude":101.493538,"iso:country":"LA","lbl:latitude":19.677429,"lbl:longitude":101.431104,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"HongsaXayabury","meso:gadm_admin":"Hongsa","meso:gadm_hasc2":"LA.XA.HO","meso:mps_x":101.431104,"meso:mps_y":19.677429,"meso:name_en":"Hongsa","meso:name_loc":"ຫົງສາ","meso:source":"AOTM","mps:latitude":19.677429,"mps:longitude":101.431104,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Hongsa"],"name:eng_x_variant":["Hongsa"],"name:und_x_variant":["ຫົງສາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Hongsa","statoids:population":"","statoids:statoid":"LA.XA.HO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.HO"},"wof:country":"LA","wof:created":1473897637,"wof:geomhash":"c23f79708238f948bbaeec15908d1795","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027837,"region_id":85673417}],"wof:id":1092027837,"wof:lastmodified":1507764042,"wof:name":"Hongsa","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Hongsa"},"id":1092027837},{"arcs":[[-184,213,-194,214,-154,-210,-186]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.171319,"geom:area_square_m":1988244494.848822,"geom:bbox":"101.588374357,19.8622691596,102.20346858,20.5258667059","geom:latitude":20.187742,"geom:longitude":101.945142,"iso:country":"LA","lbl:latitude":20.204606,"lbl:longitude":101.996417,"meso:admin1_loc":"ອຸດົມໄຊ","meso:admin_1":"Oudomxay","meso:dissme":"NgaOudomxay","meso:gadm_admin":"Nga","meso:gadm_hasc2":"LA.OU.NG","meso:mps_x":101.996417,"meso:mps_y":20.204606,"meso:name_en":"Nga","meso:name_loc":"ງາ","meso:source":"AOTM","mps:latitude":20.204606,"mps:longitude":101.996417,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Nga"],"name:eng_x_variant":["Nga"],"name:und_x_variant":["ງາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.OU","statoids:name":"Nga","statoids:population":"","statoids:statoid":"LA.OU.NG","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673453],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.OU.NG"},"wof:country":"LA","wof:created":1473897639,"wof:geomhash":"5694bd0ff44b93834bde62e80e0c2aec","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027867,"region_id":85673453}],"wof:id":1092027867,"wof:lastmodified":1507764044,"wof:name":"Nga","wof:parent_id":85673453,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Nga"},"id":1092027867},{"arcs":[[215,-29,216,-191,-141,-137]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.153357,"geom:area_square_m":1769616081.599958,"geom:bbox":"102.015503584,20.8303120354,102.746053869,21.2731120598","geom:latitude":21.060835,"geom:longitude":102.368396,"iso:country":"LA","lbl:latitude":21.076389,"lbl:longitude":102.373948,"meso:admin1_loc":"ຜົ້ງສາລີ","meso:admin_1":"Phongsaly","meso:dissme":"KhoaPhongsaly","meso:gadm_admin":"Khua","meso:gadm_hasc2":"LA.PH.KH","meso:mps_x":102.373948,"meso:mps_y":21.076389,"meso:name_en":"Khoa","meso:name_loc":"ຂວາ","meso:source":"AOTM","mps:latitude":21.076389,"mps:longitude":102.373948,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Khua"],"name:eng_x_variant":["Khua"],"name:und_x_variant":["ຂວາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.PH","statoids:name":"Khua","statoids:population":"","statoids:statoid":"LA.PH.KH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673459],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.PH.KH"},"wof:country":"LA","wof:created":1473897640,"wof:geomhash":"48f0e249d01463628354de6033ab7c59","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027913,"region_id":85673459}],"wof:id":1092027913,"wof:lastmodified":1507764043,"wof:name":"Khoa","wof:parent_id":85673459,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Khoa"},"id":1092027913},{"arcs":[[-217,-28,217,218,219,220,-192]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.245863,"geom:area_square_m":2843440916.585628,"geom:bbox":"102.409310784,20.2990451663,103.070422577,21.1342545864","geom:latitude":20.722487,"geom:longitude":102.748287,"iso:country":"LA","lbl:latitude":20.754861,"lbl:longitude":102.770763,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"NgoyLuangprabang","meso:gadm_admin":"Ngoi","meso:gadm_hasc2":"LA.LP.NG","meso:mps_x":102.770763,"meso:mps_y":20.754861,"meso:name_en":"Ngoy","meso:name_loc":"ງອຍ","meso:source":"AOTM","mps:latitude":20.754861,"mps:longitude":102.770763,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Ngoi"],"name:eng_x_variant":["Ngoi"],"name:und_x_variant":["ງອຍ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Ngoi","statoids:population":"","statoids:statoid":"LA.LP.NG","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.NG"},"wof:country":"LA","wof:created":1473897641,"wof:geomhash":"734731140c93bb2767fb835d0a9beebc","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092027961,"region_id":85673451}],"wof:id":1092027961,"wof:lastmodified":1507764044,"wof:name":"Ngoy","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Ngoy"},"id":1092027961},{"arcs":[[221,222,223,224,225,226,-92]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.123148,"geom:area_square_m":1456627874.408761,"geom:bbox":"105.119326294,16.7782723074,105.678501334,17.1030178104","geom:latitude":16.945874,"geom:longitude":105.394453,"iso:country":"LA","lbl:latitude":16.932793,"lbl:longitude":105.422421,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"AtsaphonSavannakhet","meso:gadm_admin":"Atsaphone","meso:gadm_hasc2":"LA.SV.AP","meso:mps_x":105.422421,"meso:mps_y":16.932793,"meso:name_en":"Atsaphon","meso:name_loc":"ອາດສະພັງທອງ","meso:source":"AOTM","mps:latitude":16.932793,"mps:longitude":105.422421,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Atsaphone"],"name:eng_x_variant":["Atsaphone"],"name:und_x_variant":["ອາດສະພັງທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Atsaphone","statoids:population":"","statoids:statoid":"LA.SV.AP","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.AP"},"wof:country":"LA","wof:created":1473897648,"wof:geomhash":"16e78fe1c018556fec75f9278ddf33df","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028001,"region_id":85673429}],"wof:id":1092028001,"wof:lastmodified":1507764042,"wof:name":"Atsaphon","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Atsaphon"},"id":1092028001},{"arcs":[[-227,227,228,-32,-93]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.089688,"geom:area_square_m":1061860690.597417,"geom:bbox":"104.869363678,16.5484627782,105.191469484,16.9612547191","geom:latitude":16.766449,"geom:longitude":105.041044,"iso:country":"LA","lbl:latitude":16.763748,"lbl:longitude":105.037977,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"OuthoumphonSavannakhet","meso:gadm_admin":"Outhoomphone","meso:gadm_hasc2":"LA.SV.OU","meso:mps_x":105.037977,"meso:mps_y":16.763748,"meso:name_en":"Outhoumphon","meso:name_loc":"ອຸທຸມພອນ","meso:source":"AOTM","mps:latitude":16.763748,"mps:longitude":105.037977,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Outhoomphone"],"name:eng_x_variant":["Outhoomphone"],"name:und_x_variant":["ອຸທຸມພອນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Outhoomphone","statoids:population":"","statoids:statoid":"LA.SV.OU","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.OU"},"wof:country":"LA","wof:created":1473897650,"wof:geomhash":"5d107bc8fb6b52488b938f309815e37f","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028047,"region_id":85673429}],"wof:id":1092028047,"wof:lastmodified":1507764044,"wof:name":"Outhoumphon","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Outhoumphon"},"id":1092028047},{"arcs":[[-229,229,230,231,-48,232,-33]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.090168,"geom:area_square_m":1069067384.747718,"geom:bbox":"104.995706853,16.3096727102,105.46300561,16.6655187675","geom:latitude":16.492748,"geom:longitude":105.209741,"iso:country":"LA","lbl:latitude":16.485871,"lbl:longitude":105.206218,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"ChamphonSavannakhet","meso:gadm_admin":"Champhone","meso:gadm_hasc2":"LA.SV.CH","meso:mps_x":105.206218,"meso:mps_y":16.485871,"meso:name_en":"Champhon","meso:name_loc":"ຈຳພອນ","meso:source":"AOTM","mps:latitude":16.485871,"mps:longitude":105.206218,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Champhone"],"name:eng_x_variant":["Champhone"],"name:und_x_variant":["ຈຳພອນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Champhone","statoids:population":"","statoids:statoid":"LA.SV.CH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.CH"},"wof:country":"LA","wof:created":1473897651,"wof:geomhash":"4363526e26ad3291e45a6a464dabc41f","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028085,"region_id":85673429}],"wof:id":1092028085,"wof:lastmodified":1507764042,"wof:name":"Champhon","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Champhon"},"id":1092028085},{"arcs":[[233,234,-95,235]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.029365,"geom:area_square_m":347115847.096699,"geom:bbox":"104.729331,16.9032977955,104.945133219,17.1998522219","geom:latitude":17.063712,"geom:longitude":104.821207,"iso:country":"LA","lbl:latitude":17.129681,"lbl:longitude":104.849817,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"NongbokKhammuane","meso:gadm_admin":"Nongbok","meso:gadm_hasc2":"LA.KH.NO","meso:mps_x":104.849817,"meso:mps_y":17.129681,"meso:name_en":"Nongbok","meso:name_loc":"ໜອງບົກ","meso:source":"AOTM","mps:latitude":17.129681,"mps:longitude":104.849817,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Nongbok"],"name:eng_x_variant":["Nongbok"],"name:und_x_variant":["ໜອງບົກ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Nongbok","statoids:population":"","statoids:statoid":"LA.KH.NO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.NO"},"wof:country":"LA","wof:created":1473897652,"wof:geomhash":"4a9403ea3260e98063a387611295d30d","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028125,"region_id":85673467}],"wof:id":1092028125,"wof:lastmodified":1507764044,"wof:name":"Nongbok","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Nongbok"},"id":1092028125},{"arcs":[[236,237,238,-13,239]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.05615,"geom:area_square_m":659823114.176798,"geom:bbox":"102.849503648,17.971238,103.153606031,18.3031793312","geom:latitude":18.131894,"geom:longitude":102.973404,"iso:country":"LA","lbl:latitude":18.126455,"lbl:longitude":102.9757,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"Pak-NgumVientiane Capital","meso:gadm_admin":"Mayparkngum","meso:gadm_hasc2":"LA.VT.MA","meso:mps_x":102.9757,"meso:mps_y":18.126455,"meso:name_en":"Pak-Ngum","meso:name_loc":"ປາກງືມ","meso:source":"AOTM","mps:latitude":18.126455,"mps:longitude":102.9757,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Mayparkngum"],"name:eng_x_variant":["Mayparkngum"],"name:und_x_variant":["ປາກງືມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Mayparkngum","statoids:population":"","statoids:statoid":"LA.VT.MA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.MA"},"wof:country":"LA","wof:created":1473897654,"wof:geomhash":"abd9cbdf028b00b6af7f3ddf7f7b76b2","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028157,"region_id":85673433}],"wof:id":1092028157,"wof:lastmodified":1507764043,"wof:name":"Pak-Ngum","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pak-Ngum"},"id":1092028157},{"arcs":[[-193,-221,240,-155,-150,-215]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.077644,"geom:area_square_m":901208231.468909,"geom:bbox":"102.143308678,19.9541625127,102.519901261,20.3219275644","geom:latitude":20.169268,"geom:longitude":102.322362,"iso:country":"LA","lbl:latitude":20.18386,"lbl:longitude":102.309507,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"Pak-OuLuangprabang","meso:gadm_admin":"Park Ou","meso:gadm_hasc2":"LA.LP.PO","meso:mps_x":102.309507,"meso:mps_y":20.18386,"meso:name_en":"Pak-Ou","meso:name_loc":"ປາກອູ","meso:source":"AOTM","mps:latitude":20.18386,"mps:longitude":102.309507,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Park Ou"],"name:eng_x_variant":["Park Ou"],"name:und_x_variant":["ປາກອູ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Park Ou","statoids:population":"","statoids:statoid":"LA.LP.PO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.PO"},"wof:country":"LA","wof:created":1473897655,"wof:geomhash":"8356867065d4b56a6b9d113cbfa14d5d","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028205,"region_id":85673451}],"wof:id":1092028205,"wof:lastmodified":1507764045,"wof:name":"Pak-Ou","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pak-Ou"},"id":1092028205},{"arcs":[[241,-188,-209,242,243,244]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.098768,"geom:area_square_m":1148001817.123456,"geom:bbox":"100.731160629,19.8169600625,101.430654353,20.137787365","geom:latitude":19.948674,"geom:longitude":101.067701,"iso:country":"LA","lbl:latitude":19.953338,"lbl:longitude":101.033272,"meso:admin1_loc":"ອຸດົມໄຊ","meso:admin_1":"Oudomxay","meso:dissme":"PakbengOudomxay","meso:gadm_admin":"Pakbeng","meso:gadm_hasc2":"LA.OU.PA","meso:mps_x":101.033272,"meso:mps_y":19.953338,"meso:name_en":"Pakbeng","meso:name_loc":"ປາກແບ່ງ","meso:source":"AOTM","mps:latitude":19.953338,"mps:longitude":101.033272,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Pakbeng"],"name:eng_x_variant":["Pakbeng"],"name:und_x_variant":["ປາກແບ່ງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.OU","statoids:name":"Pakbeng","statoids:population":"","statoids:statoid":"LA.OU.PA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673453],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.OU.PA"},"wof:country":"LA","wof:created":1473897657,"wof:geomhash":"84da2e1fdb9582bb0e499f8f529999cd","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028245,"region_id":85673453}],"wof:id":1092028245,"wof:lastmodified":1507764044,"wof:name":"Pakbeng","wof:parent_id":85673453,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pakbeng"},"id":1092028245},{"arcs":[[245,246,247,-108,-163,248,249,250]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.173655,"geom:area_square_m":2037533907.265648,"geom:bbox":"101.160936,17.9901708389,101.846688706,18.8647136773","geom:latitude":18.396248,"geom:longitude":101.48161,"iso:country":"LA","lbl:latitude":18.406042,"lbl:longitude":101.458158,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"PaklaiXayabury","meso:gadm_admin":"Parklai","meso:gadm_hasc2":"LA.XA.PA","meso:mps_x":101.458158,"meso:mps_y":18.406042,"meso:name_en":"Paklai","meso:name_loc":"ປາກລາຍ","meso:source":"AOTM","mps:latitude":18.406042,"mps:longitude":101.458158,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Parklai"],"name:eng_x_variant":["Parklai"],"name:und_x_variant":["ປາກລາຍ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Parklai","statoids:population":"","statoids:statoid":"LA.XA.PA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.PA"},"wof:country":"LA","wof:created":1473897658,"wof:geomhash":"7c8007c91687028c0a1c022e5e97d3c4","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028273,"region_id":85673417}],"wof:id":1092028273,"wof:lastmodified":1507764045,"wof:name":"Paklai","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Paklai"},"id":1092028273},{"arcs":[[-171,251,252,253]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.063051,"geom:area_square_m":739648774.843478,"geom:bbox":"103.470818304,18.283761,103.929218229,18.5431996512","geom:latitude":18.431088,"geom:longitude":103.728246,"iso:country":"LA","lbl:latitude":18.422307,"lbl:longitude":103.750714,"meso:admin1_loc":"ບໍລິຄໍາໄຊ","meso:admin_1":"Borikhamxay","meso:dissme":"PakxanBorikhamxay","meso:gadm_admin":"Paksane","meso:gadm_hasc2":"LA.BL.PS","meso:mps_x":103.750714,"meso:mps_y":18.422307,"meso:name_en":"Pakxan","meso:name_loc":"ປາກຊັນ","meso:source":"AOTM","mps:latitude":18.422307,"mps:longitude":103.750714,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Paksane"],"name:eng_x_variant":["Paksane"],"name:und_x_variant":["ປາກຊັນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BL","statoids:name":"Paksane","statoids:population":"","statoids:statoid":"LA.BL.PS","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673463],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BL.PS"},"wof:country":"LA","wof:created":1473897659,"wof:geomhash":"71e828839dd3f388a5f91e56f675c6dc","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028315,"region_id":85673463}],"wof:id":1092028315,"wof:lastmodified":1507764045,"wof:name":"Pakxan","wof:parent_id":85673463,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pakxan"},"id":1092028315},{"arcs":[[-85,254,255]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.010359,"geom:area_square_m":123649068.068588,"geom:bbox":"105.728834103,15.0493574751,105.883409811,15.1815505511","geom:latitude":15.135397,"geom:longitude":105.819892,"iso:country":"LA","lbl:latitude":15.139418,"lbl:longitude":105.833944,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"PakxeChampasack","meso:gadm_admin":"Pakxe","meso:gadm_hasc2":"LA.CH.PE","meso:mps_x":105.833944,"meso:mps_y":15.139418,"meso:name_en":"Pakxe","meso:name_loc":"ປາກເຊ","meso:source":"AOTM","mps:latitude":15.139418,"mps:longitude":105.833944,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Paksé"],"name:eng_x_variant":["Pakxe"],"name:und_x_variant":["ປາກເຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Paksé","statoids:population":"","statoids:statoid":"LA.CH.PE","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.PE"},"wof:country":"LA","wof:created":1473897661,"wof:geomhash":"cc9422c5c11415f21f402e84fcc62a7b","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028367,"region_id":85673423}],"wof:id":1092028367,"wof:lastmodified":1507764045,"wof:name":"Pakxe","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pakxe"},"id":1092028367},{"arcs":[[-220,256,257,-156,-241]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.14132,"geom:area_square_m":1640192337.625535,"geom:bbox":"102.313398737,19.9762377953,102.99396107,20.4332176837","geom:latitude":20.179081,"geom:longitude":102.664803,"iso:country":"LA","lbl:latitude":20.194604,"lbl:longitude":102.641574,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"PakxengLuangprabang","meso:gadm_admin":"Pak Xeng","meso:gadm_hasc2":"LA.LP.PX","meso:mps_x":102.641574,"meso:mps_y":20.194604,"meso:name_en":"Pakxeng","meso:name_loc":"ປາກແຊງ","meso:source":"AOTM","mps:latitude":20.194604,"mps:longitude":102.641574,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Pak Xeng"],"name:eng_x_variant":["Pak Xeng"],"name:und_x_variant":["ປາກແຊງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Pak Xeng","statoids:population":"","statoids:statoid":"LA.LP.PX","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.PX"},"wof:country":"LA","wof:created":1473897663,"wof:geomhash":"7c3062c8fe670d32eb2c7a0dab6c385d","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028407,"region_id":85673451}],"wof:id":1092028407,"wof:lastmodified":1507764044,"wof:name":"Pakxeng","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pakxeng"},"id":1092028407},{"arcs":[[258,259,260,261,-80,262,263]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.077964,"geom:area_square_m":929078391.543635,"geom:bbox":"105.941051621,15.283702488,106.36764782,15.6392262995","geom:latitude":15.478788,"geom:longitude":106.143699,"iso:country":"LA","lbl:latitude":15.496958,"lbl:longitude":106.176019,"meso:admin1_loc":"ສາລະວັນ","meso:admin_1":"Saravane","meso:dissme":"LaongamSaravane","meso:gadm_admin":"Lao Ngarm","meso:gadm_hasc2":"LA.SL.LN","meso:mps_x":106.176019,"meso:mps_y":15.496958,"meso:name_en":"Laongam","meso:name_loc":"ເຫຼົ່າງາມ","meso:source":"AOTM","mps:latitude":15.496958,"mps:longitude":106.176019,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Lao Ngarm"],"name:eng_x_variant":["Lao Ngarm"],"name:und_x_variant":["ເຫຼົ່າງາມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SL","statoids:name":"Lao Ngarm","statoids:population":"","statoids:statoid":"LA.SL.LN","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673427],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SL.LN"},"wof:country":"LA","wof:created":1473897664,"wof:geomhash":"bdcd8898380e811b5390ffcd7d9f6d13","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028441,"region_id":85673427}],"wof:id":1092028441,"wof:lastmodified":1507764043,"wof:name":"Laongam","wof:parent_id":85673427,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Laongam"},"id":1092028441},{"arcs":[[-262,264,265,266,267,268,-81]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.290676,"geom:area_square_m":3470087728.021471,"geom:bbox":"106.01680509,14.7641237793,106.827767001,15.4120525431","geom:latitude":15.104219,"geom:longitude":106.436506,"iso:country":"LA","lbl:latitude":15.166835,"lbl:longitude":106.436496,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"PakxongChampasack","meso:gadm_admin":"Paksong","meso:gadm_hasc2":"LA.CH.PG","meso:mps_x":106.436496,"meso:mps_y":15.166835,"meso:name_en":"Pakxong","meso:name_loc":"ປາກຊ່ອງ","meso:source":"AOTM","mps:latitude":15.166835,"mps:longitude":106.436496,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Paksong"],"name:eng_x_variant":["Paksong"],"name:und_x_variant":["ປາກຊ່ອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Paksong","statoids:population":"","statoids:statoid":"LA.CH.PG","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.PG"},"wof:country":"LA","wof:created":1473897666,"wof:geomhash":"3d9d456d71ba5dd0390a2cca77321796","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028479,"region_id":85673423}],"wof:id":1092028479,"wof:lastmodified":1507764045,"wof:name":"Pakxong","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pakxong"},"id":1092028479},{"arcs":[[-128,-130,269,270]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.101795,"geom:area_square_m":1186383702.6579,"geom:bbox":"103.00799837,19.3426216806,103.515842131,19.6892754106","geom:latitude":19.517375,"geom:longitude":103.262256,"iso:country":"LA","lbl:latitude":19.519621,"lbl:longitude":103.237321,"meso:admin1_loc":"ຊຽງຂວາງ","meso:admin_1":"Xiengkhuang","meso:dissme":"PekXiengkhuang","meso:gadm_admin":"Pek","meso:gadm_hasc2":"LA.XI.PE","meso:mps_x":103.237321,"meso:mps_y":19.519621,"meso:name_en":"Pek","meso:name_loc":"ແປກ","meso:source":"AOTM","mps:latitude":19.519621,"mps:longitude":103.237321,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Pek"],"name:und_x_variant":["ແປກ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673441],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XI.PE"},"wof:country":"LA","wof:created":1473897667,"wof:geomhash":"254b8f097e55d26a8c28a1deb7a150d8","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028523,"region_id":85673441}],"wof:id":1092028523,"wof:lastmodified":1504911336,"wof:name":"Pek","wof:parent_id":85673441,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pek"},"id":1092028523},{"arcs":[[271,-181,-189,-242,272,273]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.161198,"geom:area_square_m":1870672939.521045,"geom:bbox":"100.647602058,19.9896242914,101.254456543,20.4026997173","geom:latitude":20.198049,"geom:longitude":100.93172,"iso:country":"LA","lbl:latitude":20.186697,"lbl:longitude":100.865298,"meso:admin1_loc":"ບໍ່ແກ້ວ","meso:admin_1":"Bokeo","meso:dissme":"Pha-OudomBokeo","meso:gadm_admin":"Pha Oudom","meso:gadm_hasc2":"LA.BK.PH","meso:mps_x":100.865298,"meso:mps_y":20.186697,"meso:name_en":"Pha-Oudom","meso:name_loc":"ຜາອຸດົມ","meso:source":"AOTM","mps:latitude":20.186697,"mps:longitude":100.865298,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Pha Oudom"],"name:eng_x_variant":["Pha Oudom"],"name:und_x_variant":["ຜາອຸດົມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BK","statoids:name":"Pha Oudom","statoids:population":"","statoids:statoid":"LA.BK.PH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673409],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BK.PH"},"wof:country":"LA","wof:created":1473897669,"wof:geomhash":"8bf80d351b46ce8746c94c2899293124","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028549,"region_id":85673409}],"wof:id":1092028549,"wof:lastmodified":1507764045,"wof:name":"Pha-Oudom","wof:parent_id":85673409,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pha-Oudom"},"id":1092028549},{"arcs":[[-225,274,275,276,-231,277]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.084792,"geom:area_square_m":1004252650.401793,"geom:bbox":"105.407270704,16.5103592654,105.756399566,16.9599448408","geom:latitude":16.698827,"geom:longitude":105.606264,"iso:country":"LA","lbl:latitude":16.706477,"lbl:longitude":105.589082,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"PhalanxaiSavannakhet","meso:gadm_admin":"Thaphalanxay","meso:gadm_hasc2":"LA.SV.TX","meso:mps_x":105.589082,"meso:mps_y":16.706477,"meso:name_en":"Phalanxai","meso:name_loc":"ທ່າພະລານໄຊ","meso:source":"AOTM","mps:latitude":16.706477,"mps:longitude":105.589082,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Thaphalanxay"],"name:eng_x_variant":["Thaphalanxay"],"name:und_x_variant":["ທ່າພະລານໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Thaphalanxay","statoids:population":"","statoids:statoid":"LA.SV.TX","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.TX"},"wof:country":"LA","wof:created":1473897670,"wof:geomhash":"ce6222b19639be8fb0b8a20f270fd25f","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028591,"region_id":85673429}],"wof:id":1092028591,"wof:lastmodified":1507764046,"wof:name":"Phalanxai","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phalanxai"},"id":1092028591},{"arcs":[[-118,278,279,-203,280,-99]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.04984,"geom:area_square_m":584688525.036746,"geom:bbox":"102.234826356,18.2909740802,102.498799359,18.6630851807","geom:latitude":18.426465,"geom:longitude":102.386436,"iso:country":"LA","lbl:latitude":18.399276,"lbl:longitude":102.373428,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"PhonhongVientiane","meso:gadm_admin":"Phonhong","meso:gadm_hasc2":"LA.VI.PH","meso:mps_x":102.373428,"meso:mps_y":18.399276,"meso:name_en":"Phonhong","meso:name_loc":"ໂພນໂຮງ","meso:source":"AOTM","mps:latitude":18.399276,"mps:longitude":102.373428,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Phonhong"],"name:und_x_variant":["ໂພນໂຮງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.PH"},"wof:country":"LA","wof:created":1473897672,"wof:geomhash":"c35c3c5a6c5662e7a86f776520e80e1d","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028631,"region_id":85673437}],"wof:id":1092028631,"wof:lastmodified":1504911336,"wof:name":"Phonhong","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phonhong"},"id":1092028631},{"arcs":[[281,-255,-84,-87,282]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.07666,"geom:area_square_m":915146665.59787,"geom:bbox":"105.46679,14.9494591907,105.8621969,15.3318802112","geom:latitude":15.109422,"geom:longitude":105.650622,"iso:country":"LA","lbl:latitude":15.100481,"lbl:longitude":105.647652,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"PhonthongChampasack","meso:gadm_admin":"Phonthong","meso:gadm_hasc2":"LA.CH.PH","meso:mps_x":105.647652,"meso:mps_y":15.100481,"meso:name_en":"Phonthong","meso:name_loc":"ໂພນທອງ","meso:source":"AOTM","mps:latitude":15.100481,"mps:longitude":105.647652,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Phonthong"],"name:eng_x_variant":["Phonthong"],"name:und_x_variant":["ໂພນທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Phonthong","statoids:population":"","statoids:statoid":"LA.CH.PH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.PH"},"wof:country":"LA","wof:created":1473897673,"wof:geomhash":"d49772cd988ccb3cc5c31b501795a481","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028663,"region_id":85673423}],"wof:id":1092028663,"wof:lastmodified":1507764045,"wof:name":"Phonthong","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phonthong"},"id":1092028663},{"arcs":[[-157,-258,283,284,285,286,287]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.206141,"geom:area_square_m":2396936212.317302,"geom:bbox":"102.330502434,19.6773989276,103.137897193,20.0938118135","geom:latitude":19.888603,"geom:longitude":102.728534,"iso:country":"LA","lbl:latitude":19.912714,"lbl:longitude":102.720827,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"PhonxaiLuangprabang","meso:gadm_admin":"Phonxay","meso:gadm_hasc2":"LA.LP.PH","meso:mps_x":102.720827,"meso:mps_y":19.912714,"meso:name_en":"Phonxai","meso:name_loc":"ໂພນໄຊ","meso:source":"AOTM","mps:latitude":19.912714,"mps:longitude":102.720827,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Phonxay"],"name:eng_x_variant":["Phonxay"],"name:und_x_variant":["ໂພນໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Phonxay","statoids:population":"","statoids:statoid":"LA.LP.PH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.PH"},"wof:country":"LA","wof:created":1473897675,"wof:geomhash":"5d2f5489118de9ceb8cccb4d68a2c176","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028703,"region_id":85673451}],"wof:id":1092028703,"wof:lastmodified":1507764045,"wof:name":"Phonxai","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phonxai"},"id":1092028703},{"arcs":[[288,289,290]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.053131,"geom:area_square_m":630482597.256248,"geom:bbox":"106.732574168,16.1675947244,107.071104763,16.55023","geom:latitude":16.32638,"geom:longitude":106.893418,"iso:country":"LA","lbl:latitude":16.330193,"lbl:longitude":106.865173,"meso:admin1_loc":"ສາລະວັນ","meso:admin_1":"Saravane","meso:dissme":"SamouaySaravane","meso:gadm_admin":"Samuoi","meso:gadm_hasc2":"LA.SL.SM","meso:mps_x":106.865173,"meso:mps_y":16.330193,"meso:name_en":"Samouay","meso:name_loc":"ສະມ້ວຍ","meso:source":"AOTM","mps:latitude":16.330193,"mps:longitude":106.865173,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Samuoi"],"name:eng_x_variant":["Samuoi"],"name:und_x_variant":["ສະມ້ວຍ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SL","statoids:name":"Samuoi","statoids:population":"","statoids:statoid":"LA.SL.SM","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673427],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SL.SM"},"wof:country":"LA","wof:created":1473897676,"wof:geomhash":"fa5998d1f1f85268bffdfc20060e19e2","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028745,"region_id":85673427}],"wof:id":1092028745,"wof:lastmodified":1507764045,"wof:name":"Samouay","wof:parent_id":85673427,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Samouay"},"id":1092028745},{"arcs":[[-46,291,292,293,-267,294]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.040869,"geom:area_square_m":488295313.617073,"geom:bbox":"106.680604981,14.7081524247,106.876502922,15.2387075574","geom:latitude":14.928939,"geom:longitude":106.790718,"iso:country":"LA","lbl:latitude":14.8162,"lbl:longitude":106.78404,"meso:admin1_loc":"ອັດຕະປື","meso:admin_1":"Attapeu","meso:dissme":"SamakkhixaiAttapeu","meso:gadm_admin":"Samakkhixay","meso:gadm_hasc2":"LA.AT.SK","meso:mps_x":106.78404,"meso:mps_y":14.8162,"meso:name_en":"Samakkhixai","meso:name_loc":"ສາມັກຄີໄຊ","meso:source":"AOTM","mps:latitude":14.8162,"mps:longitude":106.78404,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Samakkhixay"],"name:eng_x_variant":["Samakkhixay"],"name:und_x_variant":["ສາມັກຄີໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.AT","statoids:name":"Samakkhixay","statoids:population":"","statoids:statoid":"LA.AT.SK","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673469],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.AT.SK"},"wof:country":"LA","wof:created":1473897678,"wof:geomhash":"13735c1e6114dd793ad75ed9058a3e17","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028773,"region_id":85673469}],"wof:id":1092028773,"wof:lastmodified":1507764045,"wof:name":"Samakkhixai","wof:parent_id":85673469,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Samakkhixai"},"id":1092028773},{"arcs":[[-268,-294,295,296,297,298,299,300,301,302,303]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.161347,"geom:area_square_m":1929416837.308861,"geom:bbox":"106.174620527,14.439556146,106.718955282,15.0087090407","geom:latitude":14.740523,"geom:longitude":106.416374,"iso:country":"LA","lbl:latitude":14.724932,"lbl:longitude":106.389599,"meso:admin1_loc":"ອັດຕະປື","meso:admin_1":"Attapeu","meso:dissme":"SanamxaiAttapeu","meso:gadm_admin":"Sanamxay","meso:gadm_hasc2":"LA.AT.SN","meso:mps_x":106.389599,"meso:mps_y":14.724932,"meso:name_en":"Sanamxai","meso:name_loc":"ສະໜາມໄຊ","meso:source":"AOTM","mps:latitude":14.724932,"mps:longitude":106.389599,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Sanamxay"],"name:und_x_variant":["ສະໜາມໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673469],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.AT.SN"},"wof:country":"LA","wof:created":1473897680,"wof:geomhash":"ab7a63090c43a8e163ee5cbbba867a12","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028807,"region_id":85673469}],"wof:id":1092028807,"wof:lastmodified":1504911337,"wof:name":"Sanamxai","wof:parent_id":85673469,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sanamxai"},"id":1092028807},{"arcs":[[-110,-100,-281,-208,304,-164]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.060389,"geom:area_square_m":709076642.7587,"geom:bbox":"102.013080482,18.0454207335,102.345644933,18.4363521427","geom:latitude":18.269835,"geom:longitude":102.16917,"iso:country":"LA","lbl:latitude":18.312178,"lbl:longitude":102.157868,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"SangthongVientiane Capital","meso:gadm_admin":"Sangthong","meso:gadm_hasc2":"LA.VT.SA","meso:mps_x":102.157868,"meso:mps_y":18.312178,"meso:name_en":"Sangthong","meso:name_loc":"ສັງທອງ","meso:source":"AOTM","mps:latitude":18.312178,"mps:longitude":102.157868,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sangthong"],"name:eng_x_variant":["Sangthong"],"name:und_x_variant":["ສັງທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Sangthong","statoids:population":"","statoids:statoid":"LA.VT.SA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.SA"},"wof:country":"LA","wof:created":1473897681,"wof:geomhash":"547753d9fa485a60f886ba70105d8840","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028841,"region_id":85673433}],"wof:id":1092028841,"wof:lastmodified":1507764045,"wof:name":"Sangthong","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sangthong"},"id":1092028841},{"arcs":[[305,-16,-3,-47,-295,-266,306]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.149183,"geom:area_square_m":1778359403.532994,"geom:bbox":"106.549231882,15.1321803561,107.043267762,15.6411599153","geom:latitude":15.410144,"geom:longitude":106.805678,"iso:country":"LA","lbl:latitude":15.432888,"lbl:longitude":106.785695,"meso:admin1_loc":"ເຊກອງ","meso:admin_1":"Sekong","meso:dissme":"LamanSekong","meso:gadm_admin":"Lamarm","meso:gadm_hasc2":"LA.XE.LA","meso:mps_x":106.785695,"meso:mps_y":15.432888,"meso:name_en":"Laman","meso:name_loc":"ລະມາມ","meso:source":"AOTM","mps:latitude":15.432888,"mps:longitude":106.785695,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Lamarm"],"name:eng_x_variant":["Lamarm"],"name:und_x_variant":["ລະມາມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XE","statoids:name":"Lamarm","statoids:population":"","statoids:statoid":"LA.XE.LA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673473],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XE.LA"},"wof:country":"LA","wof:created":1473897683,"wof:geomhash":"3f12d5b0d4e66acc84c21337f95f15e1","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028877,"region_id":85673473}],"wof:id":1092028877,"wof:lastmodified":1507764043,"wof:name":"Laman","wof:parent_id":85673473,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Laman"},"id":1092028877},{"arcs":[[307,308,-17,-306,309,-260,310,311]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.196265,"geom:area_square_m":2336072582.331658,"geom:bbox":"106.000731307,15.4821109142,106.711212885,15.9758126126","geom:latitude":15.720911,"geom:longitude":106.368565,"iso:country":"LA","lbl:latitude":15.702787,"lbl:longitude":106.363149,"meso:admin1_loc":"ສາລະວັນ","meso:admin_1":"Saravane","meso:dissme":"SaravanSaravane","meso:gadm_admin":"Saravane","meso:gadm_hasc2":"LA.SL.SV","meso:mps_x":106.363149,"meso:mps_y":15.702787,"meso:name_en":"Saravan","meso:name_loc":"ສາລະວັນ","meso:source":"AOTM","mps:latitude":15.702787,"mps:longitude":106.363149,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Saravane"],"name:eng_x_variant":["Saravane"],"name:und_x_variant":["ສາລະວັນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SL","statoids:name":"Saravane","statoids:population":"","statoids:statoid":"LA.SL.SV","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673427],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SL.SV"},"wof:country":"LA","wof:created":1473897684,"wof:geomhash":"01c5471c920f50c1bd9d5c5d77f59eb9","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028911,"region_id":85673427}],"wof:id":1092028911,"wof:lastmodified":1507764046,"wof:name":"Saravan","wof:parent_id":85673427,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Saravan"},"id":1092028911},{"arcs":[[-202,312,-206]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.012548,"geom:area_square_m":147556849.227221,"geom:bbox":"102.367241941,17.9600924921,102.608302458,18.0393755131","geom:latitude":18.002616,"geom:longitude":102.498187,"iso:country":"LA","lbl:latitude":18.001001,"lbl:longitude":102.48843,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"SikhottabongVientiane Capital","meso:gadm_admin":"Sikhottabong","meso:gadm_hasc2":"LA.VT.SK","meso:mps_x":102.48843,"meso:mps_y":18.001001,"meso:name_en":"Sikhottabong","meso:name_loc":"ສີໂຄດຕະບອງ","meso:source":"AOTM","mps:latitude":18.001001,"mps:longitude":102.48843,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sikhottabong"],"name:eng_x_variant":["Sikhottabong"],"name:und_x_variant":["ສີໂຄດຕະບອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Sikhottabong","statoids:population":"","statoids:statoid":"LA.VT.SK","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.SK"},"wof:country":"LA","wof:created":1473897686,"wof:geomhash":"bc7ec2acc3a0aa9d9d09c5680dbadfba","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028953,"region_id":85673433}],"wof:id":1092028953,"wof:lastmodified":1507764046,"wof:name":"Sikhottabong","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sikhottabong"},"id":1092028953},{"arcs":[[313,-10,314,-200]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.002076,"geom:area_square_m":24428474.183744,"geom:bbox":"102.605147094,17.9066484653,102.659937935,17.9682578877","geom:latitude":17.934105,"geom:longitude":102.631513,"iso:country":"LA","lbl:latitude":17.932546,"lbl:longitude":102.632035,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"SisattanakVientiane Capital","meso:gadm_admin":"Sisattanak","meso:gadm_hasc2":"LA.VT.SS","meso:mps_x":102.632035,"meso:mps_y":17.932546,"meso:name_en":"Sisattanak","meso:name_loc":"ສີສັດຕະນາກ","meso:source":"AOTM","mps:latitude":17.932546,"mps:longitude":102.632035,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sisattanak"],"name:eng_x_variant":["Sisattanak"],"name:und_x_variant":["ສີສັດຕະນາກ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Sisattanak","statoids:population":"","statoids:statoid":"LA.VT.SS","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.SS"},"wof:country":"LA","wof:created":1473897687,"wof:geomhash":"da285d1ca1bacaea33d6d2e002847900","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092028993,"region_id":85673433}],"wof:id":1092028993,"wof:lastmodified":1507764046,"wof:name":"Sisattanak","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sisattanak"},"id":1092028993},{"arcs":[[-89,315,316,-36,317]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.102928,"geom:area_square_m":1231516494.658824,"geom:bbox":"105.473752,14.449811431,105.867532383,14.812218535","geom:latitude":14.620579,"geom:longitude":105.67295,"iso:country":"LA","lbl:latitude":14.613228,"lbl:longitude":105.688898,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"SoukhoumaChampasack","meso:gadm_admin":"Sukhuma","meso:gadm_hasc2":"LA.CH.SU","meso:mps_x":105.688898,"meso:mps_y":14.613228,"meso:name_en":"Soukhouma","meso:name_loc":"ສຸຂຸມາ","meso:source":"AOTM","mps:latitude":14.613228,"mps:longitude":105.688898,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sukhuma"],"name:eng_x_variant":["Sukhuma"],"name:und_x_variant":["ສຸຂຸມາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Sukhuma","statoids:population":"","statoids:statoid":"LA.CH.SU","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.SU"},"wof:country":"LA","wof:created":1473897689,"wof:geomhash":"c4798b4f51f1a427b530ad6eb5bbe9d1","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029015,"region_id":85673423}],"wof:id":1092029015,"wof:lastmodified":1507764046,"wof:name":"Soukhouma","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Soukhouma"},"id":1092029015},{"arcs":[[318,-75,319,320,321,322,323,-276]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.285518,"geom:area_square_m":3386134295.96678,"geom:bbox":"105.674966348,16.0515815341,106.40885629,16.8194359109","geom:latitude":16.439911,"geom:longitude":106.02978,"iso:country":"LA","lbl:latitude":16.435558,"lbl:longitude":106.029795,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"PhinSavannakhet","meso:gadm_admin":"Phine","meso:gadm_hasc2":"LA.SV.PH","meso:mps_x":106.029795,"meso:mps_y":16.435558,"meso:name_en":"Phin","meso:name_loc":"ພິນ","meso:source":"AOTM","mps:latitude":16.435558,"mps:longitude":106.029795,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Phine"],"name:eng_x_variant":["Phine"],"name:und_x_variant":["ພິນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Phine","statoids:population":"","statoids:statoid":"LA.SV.PH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.PH"},"wof:country":"LA","wof:created":1473897690,"wof:geomhash":"3a945406380bceb8e681b421087946e4","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029057,"region_id":85673429}],"wof:id":1092029057,"wof:lastmodified":1507764045,"wof:name":"Phin","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phin"},"id":1092029057},{"arcs":[[-321,324,-289,325,-18,-309,326]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.215518,"geom:area_square_m":2560719230.263007,"geom:bbox":"106.325379898,15.7829551,107.156925,16.3478276089","geom:latitude":16.074506,"geom:longitude":106.692101,"iso:country":"LA","lbl:latitude":16.00006,"lbl:longitude":106.594721,"meso:admin1_loc":"ສາລະວັນ","meso:admin_1":"Saravane","meso:dissme":"Ta-OySaravane","meso:gadm_admin":"Ta Oi","meso:gadm_hasc2":"LA.SL.TA","meso:mps_x":106.594721,"meso:mps_y":16.00006,"meso:name_en":"Ta-Oy","meso:name_loc":"ຕາໂອຍ","meso:source":"AOTM","mps:latitude":16.00006,"mps:longitude":106.594721,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Ta Oi"],"name:eng_x_variant":["Ta Oi"],"name:und_x_variant":["ຕາໂອຍ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SL","statoids:name":"Ta Oi","statoids:population":"","statoids:statoid":"LA.SL.TA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673427],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SL.TA"},"wof:country":"LA","wof:created":1473897692,"wof:geomhash":"c276cb61e64a89e3f3ac4998a3e94562","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029099,"region_id":85673427}],"wof:id":1092029099,"wof:lastmodified":1507764046,"wof:name":"Ta-Oy","wof:parent_id":85673427,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Ta-Oy"},"id":1092029099},{"arcs":[[-51,327,328,329,330]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.107811,"geom:area_square_m":1282538648.37943,"geom:bbox":"105.342227,15.6435114525,105.858969829,16.0008617224","geom:latitude":15.830902,"geom:longitude":105.600823,"iso:country":"LA","lbl:latitude":15.840818,"lbl:longitude":105.600834,"meso:admin1_loc":"ສາລະວັນ","meso:admin_1":"Saravane","meso:dissme":"LakhonphengSaravane","meso:gadm_admin":"Lakhonepheng","meso:gadm_hasc2":"LA.SL.LK","meso:mps_x":105.600834,"meso:mps_y":15.840818,"meso:name_en":"Lakhonpheng","meso:name_loc":"ລະຄອນເພັງ","meso:source":"AOTM","mps:latitude":15.840818,"mps:longitude":105.600834,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Lakhonepheng"],"name:eng_x_variant":["Lakhonepheng"],"name:und_x_variant":["ລະຄອນເພັງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SL","statoids:name":"Lakhonepheng","statoids:population":"","statoids:statoid":"LA.SL.LK","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673427],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SL.LK"},"wof:country":"LA","wof:created":1473897693,"wof:geomhash":"e1071b7ff1952ac3cdbce85bb5881b1c","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029135,"region_id":85673427}],"wof:id":1092029135,"wof:lastmodified":1507764043,"wof:name":"Lakhonpheng","wof:parent_id":85673427,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Lakhonpheng"},"id":1092029135},{"arcs":[[331,-323,332,-312,333,-328,-50]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.178933,"geom:area_square_m":2125863896.397675,"geom:bbox":"105.51095587,15.8767639555,106.142642916,16.3195627938","geom:latitude":16.090682,"geom:longitude":105.805281,"iso:country":"LA","lbl:latitude":16.078989,"lbl:longitude":105.811283,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"ThapangthongSavannakhet","meso:gadm_admin":"Thapangthong","meso:gadm_hasc2":"LA.SV.TT","meso:mps_x":105.811283,"meso:mps_y":16.078989,"meso:name_en":"Thapangthong","meso:name_loc":"ທ່າປາງທອງ","meso:source":"AOTM","mps:latitude":16.078989,"mps:longitude":105.811283,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Thapangthong"],"name:eng_x_variant":["Thapangthong"],"name:und_x_variant":["ທ່າປາງທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Thapangthong","statoids:population":"","statoids:statoid":"LA.SV.TT","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.TT"},"wof:country":"LA","wof:created":1473897695,"wof:geomhash":"8b6e989fdfb078774b1e7ea44d5e09a8","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029171,"region_id":85673429}],"wof:id":1092029171,"wof:lastmodified":1507764046,"wof:name":"Thapangthong","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Thapangthong"},"id":1092029171},{"arcs":[[-133,-176,-167,-119,334,335]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.102195,"geom:area_square_m":1194828045.220625,"geom:bbox":"103.274155334,18.8207683783,103.898134335,19.1559401456","geom:latitude":18.99878,"geom:longitude":103.608734,"iso:country":"LA","lbl:latitude":18.966256,"lbl:longitude":103.69145,"meso:admin1_loc":"ຊຽງຂວາງ","meso:admin_1":"Xiengkhuang","meso:dissme":"ThathomXiengkhuang","meso:gadm_admin":"Thathom","meso:gadm_hasc2":"LA.XS.TH","meso:mps_x":103.69145,"meso:mps_y":18.966256,"meso:name_en":"Thathom","meso:name_loc":"ທ່າໂທມ","meso:source":"AOTM","mps:latitude":18.966256,"mps:longitude":103.69145,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Thathom"],"name:eng_x_variant":["Thathom"],"name:und_x_variant":["ທ່າໂທມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XS","statoids:name":"Thathom","statoids:population":"","statoids:statoid":"LA.XS.TH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673441],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XS.TH"},"wof:country":"LA","wof:created":1473897696,"wof:geomhash":"bd05eda3a20da2c318290135111860e9","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029205,"region_id":85673441}],"wof:id":1092029205,"wof:lastmodified":1507764046,"wof:name":"Thathom","wof:parent_id":85673441,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Thathom"},"id":1092029205},{"arcs":[[336,-116,-122,337,-237,338,-204,-280]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.069375,"geom:area_square_m":814165412.704072,"geom:bbox":"102.486773978,18.2059516285,102.899408112,18.5052067866","geom:latitude":18.360992,"geom:longitude":102.695757,"iso:country":"LA","lbl:latitude":18.366477,"lbl:longitude":102.675378,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"ThoulakhomVientiane","meso:gadm_admin":"Thoulakhom","meso:gadm_hasc2":"LA.VI.TH","meso:mps_x":102.675378,"meso:mps_y":18.366477,"meso:name_en":"Thoulakhom","meso:name_loc":"ທຸລະຄົມ","meso:source":"AOTM","mps:latitude":18.366477,"mps:longitude":102.675378,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Thoulakhom"],"name:und_x_variant":["ທຸລະຄົມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.TH"},"wof:country":"LA","wof:created":1473897698,"wof:geomhash":"59115e7ff4e55a90cd98786f1d48bd5b","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029245,"region_id":85673437}],"wof:id":1092029245,"wof:lastmodified":1504911337,"wof:name":"Thoulakhom","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Thoulakhom"},"id":1092029245},{"arcs":[[-322,-327,-308,-333]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.0566,"geom:area_square_m":672677809.374185,"geom:bbox":"106.102415645,15.8687939558,106.372059268,16.1794415304","geom:latitude":16.025192,"geom:longitude":106.242718,"iso:country":"LA","lbl:latitude":16.028462,"lbl:longitude":106.231806,"meso:admin1_loc":"ສາລະວັນ","meso:admin_1":"Saravane","meso:dissme":"ToumlanSaravane","meso:gadm_admin":"Toomlarn","meso:gadm_hasc2":"LA.SL.TO","meso:mps_x":106.231806,"meso:mps_y":16.028462,"meso:name_en":"Toumlan","meso:name_loc":"ຕູ້ມລານ","meso:source":"AOTM","mps:latitude":16.028462,"mps:longitude":106.231806,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Toomlarn"],"name:eng_x_variant":["Toomlarn"],"name:und_x_variant":["ຕູ້ມລານ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SL","statoids:name":"Toomlarn","statoids:population":"","statoids:statoid":"LA.SL.TO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673427],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SL.TO"},"wof:country":"LA","wof:created":1473897700,"wof:geomhash":"af1f144c4fb2ffb6435594ed6fa60274","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029279,"region_id":85673427}],"wof:id":1092029279,"wof:lastmodified":1507764046,"wof:name":"Toumlan","wof:parent_id":85673427,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Toumlan"},"id":1092029279},{"arcs":[[-287,339,340,341,-104,342]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.147255,"geom:area_square_m":1716295221.213497,"geom:bbox":"102.337095973,19.2116813908,102.86989527,19.7748157863","geom:latitude":19.508863,"geom:longitude":102.590872,"iso:country":"LA","lbl:latitude":19.484479,"lbl:longitude":102.528356,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"PhoukhounLuangprabang","meso:gadm_admin":"Phoukhoune","meso:gadm_hasc2":"LA.LP.PK","meso:mps_x":102.528356,"meso:mps_y":19.484479,"meso:name_en":"Phoukhoun","meso:name_loc":"ພູຄູນ","meso:source":"AOTM","mps:latitude":19.484479,"mps:longitude":102.528356,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Phoukhoune"],"name:eng_x_variant":["Phoukhoune"],"name:und_x_variant":["ພູຄູນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Phoukhoune","statoids:population":"","statoids:statoid":"LA.LP.PK","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.PK"},"wof:country":"LA","wof:created":1473897701,"wof:geomhash":"0f489b866f1414a02cdd9142fc9770d8","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029323,"region_id":85673451}],"wof:id":1092029323,"wof:lastmodified":1507764045,"wof:name":"Phoukhoun","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phoukhoun"},"id":1092029323},{"arcs":[[-342,343,-113,-97,-105]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.125017,"geom:area_square_m":1462134219.108676,"geom:bbox":"102.237913496,18.6281837097,102.642598266,19.2125381332","geom:latitude":18.943523,"geom:longitude":102.463027,"iso:country":"LA","lbl:latitude":18.978755,"lbl:longitude":102.42648,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"VangviengVientiane","meso:gadm_admin":"Vangvieng","meso:gadm_hasc2":"LA.VI.VA","meso:mps_x":102.42648,"meso:mps_y":18.978755,"meso:name_en":"Vangvieng","meso:name_loc":"ວັງວຽງ","meso:source":"AOTM","mps:latitude":18.978755,"mps:longitude":102.42648,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Vangvieng"],"name:und_x_variant":["ວັງວຽງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.VA"},"wof:country":"LA","wof:created":1473897702,"wof:geomhash":"90e074114ceef61aecce11a8075a48a0","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029367,"region_id":85673437}],"wof:id":1092029367,"wof:lastmodified":1504911338,"wof:name":"Vangvieng","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Vangvieng"},"id":1092029367},{"arcs":[[-330,344,-264,345,346]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.06698,"geom:area_square_m":797912462.804619,"geom:bbox":"105.592637,15.4311678868,105.95331469,15.6887610099","geom:latitude":15.547247,"geom:longitude":105.769312,"iso:country":"LA","lbl:latitude":15.566142,"lbl:longitude":105.772759,"meso:admin1_loc":"ສາລະວັນ","meso:admin_1":"Saravane","meso:dissme":"KhongxedonSaravane","meso:gadm_admin":"Khongxedone","meso:gadm_hasc2":"LA.SL.KH","meso:mps_x":105.772759,"meso:mps_y":15.566142,"meso:name_en":"Khongxedon","meso:name_loc":"ຄົງເຊໂດນ","meso:source":"AOTM","mps:latitude":15.566142,"mps:longitude":105.772759,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Khongxedone"],"name:eng_x_variant":["Khongxedone"],"name:und_x_variant":["ຄົງເຊໂດນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SL","statoids:name":"Khongxedone","statoids:population":"","statoids:statoid":"LA.SL.KH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673427],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SL.KH"},"wof:country":"LA","wof:created":1473897704,"wof:geomhash":"f853e080dcdabe0d106fec23aae13224","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029399,"region_id":85673427}],"wof:id":1092029399,"wof:lastmodified":1507764043,"wof:name":"Khongxedon","wof:parent_id":85673427,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Khongxedon"},"id":1092029399},{"arcs":[[-311,-259,-345,-329,-334]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.081486,"geom:area_square_m":969738257.843847,"geom:bbox":"105.787529733,15.5492617842,106.120930211,15.9662300737","geom:latitude":15.754948,"geom:longitude":105.96359,"iso:country":"LA","lbl:latitude":15.760197,"lbl:longitude":105.974951,"meso:admin1_loc":"ສາລະວັນ","meso:admin_1":"Saravane","meso:dissme":"VapiSaravane","meso:gadm_admin":"Vapy","meso:gadm_hasc2":"LA.SL.VA","meso:mps_x":105.974951,"meso:mps_y":15.760197,"meso:name_en":"Vapi","meso:name_loc":"ວາປີ","meso:source":"AOTM","mps:latitude":15.760197,"mps:longitude":105.974951,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Vapy"],"name:eng_x_variant":["Vapy"],"name:und_x_variant":["ວາປີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SL","statoids:name":"Vapy","statoids:population":"","statoids:statoid":"LA.SL.VA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673427],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SL.VA"},"wof:country":"LA","wof:created":1473897705,"wof:geomhash":"d7672ad2ab577940a75bc84afddf8761","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029441,"region_id":85673427}],"wof:id":1092029441,"wof:lastmodified":1507764046,"wof:name":"Vapi","wof:parent_id":85673427,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Vapi"},"id":1092029441},{"arcs":[[-117,-337,-279]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.013091,"geom:area_square_m":153577054.988585,"geom:bbox":"102.445565489,18.308407164,102.606282572,18.5005396288","geom:latitude":18.418072,"geom:longitude":102.522425,"iso:country":"LA","lbl:latitude":18.418651,"lbl:longitude":102.523644,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"ViangkhamVientiane","meso:gadm_admin":"Viengkham","meso:gadm_hasc2":"LA.VI.VI","meso:mps_x":102.523644,"meso:mps_y":18.418651,"meso:name_en":"Viangkham","meso:name_loc":"ວຽງຄຳ","meso:source":"AOTM","mps:latitude":18.418651,"mps:longitude":102.523644,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Viengkham"],"name:und_x_variant":["ວຽງຄຳ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.VI"},"wof:country":"LA","wof:created":1473897707,"wof:geomhash":"13b9a6ede6424cd9555df9a244a582fe","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029489,"region_id":85673437}],"wof:id":1092029489,"wof:lastmodified":1504911338,"wof:name":"Viangkham","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Viangkham"},"id":1092029489},{"arcs":[[-149,-182,-272,347,348,-24]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.159303,"geom:area_square_m":1843092823.245432,"geom:bbox":"100.810234978,20.3549345463,101.327461939,20.9748847204","geom:latitude":20.663475,"geom:longitude":101.067844,"iso:country":"LA","lbl:latitude":20.660542,"lbl:longitude":101.050279,"meso:admin1_loc":"ຫລວງນໍ້າທາ","meso:admin_1":"Luangnamtha","meso:dissme":"ViangphoukhaLuangnamtha","meso:gadm_admin":"Viengphoukha","meso:gadm_hasc2":"LA.LM.VI","meso:mps_x":101.050279,"meso:mps_y":20.660542,"meso:name_en":"Viangphoukha","meso:name_loc":"ວຽງພູຄາ","meso:source":"AOTM","mps:latitude":20.660542,"mps:longitude":101.050279,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Viengphoukha"],"name:eng_x_variant":["Viengphoukha"],"name:und_x_variant":["ວຽງພູຄາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LM","statoids:name":"Viengphoukha","statoids:population":"","statoids:statoid":"LA.LM.VI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673413],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LM.VI"},"wof:country":"LA","wof:created":1473897708,"wof:geomhash":"bb5c9fd90a5ba0c900605834c8c94661","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029513,"region_id":85673413}],"wof:id":1092029513,"wof:lastmodified":1507764046,"wof:name":"Viangphoukha","wof:parent_id":85673413,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Viangphoukha"},"id":1092029513},{"arcs":[[349,350,351,352,353,354,355]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.255339,"geom:area_square_m":3004663441.417594,"geom:bbox":"104.264122103,17.5533995524,104.873310014,18.2292866976","geom:latitude":17.888538,"geom:longitude":104.583715,"iso:country":"LA","lbl:latitude":17.909256,"lbl:longitude":104.559193,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"HinbounKhammuane","meso:gadm_admin":"Hinboon","meso:gadm_hasc2":"LA.KH.HI","meso:mps_x":104.559193,"meso:mps_y":17.909256,"meso:name_en":"Hinboun","meso:name_loc":"ຫິນບູນ","meso:source":"AOTM","mps:latitude":17.909256,"mps:longitude":104.559193,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Hinboon"],"name:eng_x_variant":["Hinboon"],"name:und_x_variant":["ຫິນບູນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Hinboon","statoids:population":"","statoids:statoid":"LA.KH.HI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.HI"},"wof:country":"LA","wof:created":1473897710,"wof:geomhash":"7490b8dc17fe6a258a3dd05a6633ba8a","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029559,"region_id":85673467}],"wof:id":1092029559,"wof:lastmodified":1507764042,"wof:name":"Hinboun","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Hinboun"},"id":1092029559},{"arcs":[[356,357,-350,358,-169,-175]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.361768,"geom:area_square_m":4237802978.305446,"geom:bbox":"104.052583498,18.22,104.762776747,19.120128","geom:latitude":18.674683,"geom:longitude":104.412987,"iso:country":"LA","lbl:latitude":18.668825,"lbl:longitude":104.418419,"meso:admin1_loc":"ບໍລິຄໍາໄຊ","meso:admin_1":"Borikhamxay","meso:dissme":"ViangthongBorikhamxay","meso:gadm_admin":"Viengthong","meso:gadm_hasc2":"LA.BL.VI","meso:mps_x":104.418419,"meso:mps_y":18.668825,"meso:name_en":"Viangthong","meso:name_loc":"ວຽງທອງ","meso:source":"AOTM","mps:latitude":18.668825,"mps:longitude":104.418419,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Viengthong"],"name:eng_x_variant":["Viengthong"],"name:und_x_variant":["ວຽງທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BL","statoids:name":"Viengthong","statoids:population":"","statoids:statoid":"LA.BL.VI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673463],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BL.VI"},"wof:country":"LA","wof:created":1473897711,"wof:geomhash":"5c6fd3deeceb9c60ef3841f1e88e0ef2","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029605,"region_id":85673463}],"wof:id":1092029605,"wof:lastmodified":1507764046,"wof:name":"Viangthong","wof:parent_id":85673463,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Viangthong"},"id":1092029605},{"arcs":[[359,360,361,362,-124,363,-285,364]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.315653,"geom:area_square_m":3659985561.768454,"geom:bbox":"103.111777876,19.8680210049,103.677933905,20.827352","geom:latitude":20.328142,"geom:longitude":103.372229,"iso:country":"LA","lbl:latitude":20.323939,"lbl:longitude":103.367936,"meso:admin1_loc":"ຫົວພັນ","meso:admin_1":"Huaphanh","meso:dissme":"ViangthongHuaphanh","meso:gadm_admin":"Viengthong","meso:gadm_hasc2":"LA.HO.VT","meso:mps_x":103.367936,"meso:mps_y":20.323939,"meso:name_en":"Viangthong","meso:name_loc":"ວຽງທອງ","meso:source":"AOTM","mps:latitude":20.323939,"mps:longitude":103.367936,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Viengthong"],"name:eng_x_variant":["Viengthong"],"name:und_x_variant":["ວຽງທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.HO","statoids:name":"Viengthong","statoids:population":"","statoids:statoid":"LA.HO.VT","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673447],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.HO.VT"},"wof:country":"LA","wof:created":1473897713,"wof:geomhash":"a49de9501ab8a5d7a296f1ab61900bf1","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029649,"region_id":85673447}],"wof:id":1092029649,"wof:lastmodified":1507764046,"wof:name":"Viangthong","wof:parent_id":85673447,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Viangthong"},"id":1092029649},{"arcs":[[-69,-76,-319,-275,-224,365]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.149889,"geom:area_square_m":1772988478.33658,"geom:bbox":"105.637391739,16.716985266,106.333113483,17.1219176149","geom:latitude":16.940322,"geom:longitude":105.931556,"iso:country":"LA","lbl:latitude":16.90238,"lbl:longitude":105.878848,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"VilabouriSavannakhet","meso:gadm_admin":"Vilabuly","meso:gadm_hasc2":"LA.SV.VI","meso:mps_x":105.878848,"meso:mps_y":16.90238,"meso:name_en":"Vilabouri","meso:name_loc":"ວິລະບູລີ","meso:source":"AOTM","mps:latitude":16.90238,"mps:longitude":105.878848,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Vilabuly"],"name:eng_x_variant":["Vilabuly"],"name:und_x_variant":["ວິລະບູລີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Vilabuly","statoids:population":"","statoids:statoid":"LA.SV.VI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.VI"},"wof:country":"LA","wof:created":1473897715,"wof:geomhash":"56f4d9475a566c49c7162b10f2d42853","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029691,"region_id":85673429}],"wof:id":1092029691,"wof:lastmodified":1507764047,"wof:name":"Vilabouri","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Vilabouri"},"id":1092029691},{"arcs":[[366,-143,-190,-214,-183,-178]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.185065,"geom:area_square_m":2141031434.207651,"geom:bbox":"101.549769017,20.4799371016,102.346067896,20.9933947327","geom:latitude":20.672247,"geom:longitude":101.953154,"iso:country":"LA","lbl:latitude":20.683954,"lbl:longitude":101.913955,"meso:admin1_loc":"ອຸດົມໄຊ","meso:admin_1":"Oudomxay","meso:dissme":"XaiOudomxay","meso:gadm_admin":"Xay","meso:gadm_hasc2":"LA.OU.XA","meso:mps_x":101.913955,"meso:mps_y":20.683954,"meso:name_en":"Xai","meso:name_loc":"ໄຊ","meso:source":"AOTM","mps:latitude":20.683954,"mps:longitude":101.913955,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xay"],"name:eng_x_variant":["Xay"],"name:und_x_variant":["ໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.OU","statoids:name":"Xay","statoids:population":"","statoids:statoid":"LA.OU.XA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673453],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.OU.XA"},"wof:country":"LA","wof:created":1473897716,"wof:geomhash":"d52d4ec67624d39bf29d2328e3f2c212","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029739,"region_id":85673453}],"wof:id":1092029739,"wof:lastmodified":1507764047,"wof:name":"Xai","wof:parent_id":85673453,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xai"},"id":1092029739},{"arcs":[[-302,367]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.000011,"geom:area_square_m":131604.908046,"geom:bbox":"106.460011402,14.5328316801,106.466173064,14.5406196187","geom:latitude":14.535789,"geom:longitude":106.462701,"iso:country":"LA","lbl:latitude":14.535141,"lbl:longitude":106.462911,"meso:admin1_loc":"ອັດຕະປື","meso:admin_1":"Attapeu","meso:dissme":"SanamxaiAttapeu","meso:gadm_admin":"Sanamxay","meso:gadm_hasc2":"LA.AT.SN","meso:mps_x":106.462911,"meso:mps_y":14.535141,"meso:name_en":"Sanamxai","meso:name_loc":"ສະໜາມໄຊ","meso:source":"AOTM","mps:latitude":14.535141,"mps:longitude":106.462911,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Sanamxay"],"name:und_x_variant":["ສະໜາມໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673469],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.AT.SN"},"wof:country":"LA","wof:created":1473897718,"wof:geomhash":"f0fe2a96b9946dd5a7590366e640043e","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029783,"region_id":85673469}],"wof:id":1092029783,"wof:lastmodified":1504911338,"wof:name":"Sanamxai","wof:parent_id":85673469,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sanamxai"},"id":1092029783},{"arcs":[[-293,368,-44,369,-296]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.259665,"geom:area_square_m":3107527323.550662,"geom:bbox":"106.5570614,14.292068,107.54144667,14.8050806809","geom:latitude":14.571767,"geom:longitude":107.005349,"iso:country":"LA","lbl:latitude":14.570333,"lbl:longitude":106.890234,"meso:admin1_loc":"ອັດຕະປື","meso:admin_1":"Attapeu","meso:dissme":"PhouvongAttapeu","meso:gadm_admin":"Phouvong","meso:gadm_hasc2":"LA.AT.PH","meso:mps_x":106.890234,"meso:mps_y":14.570333,"meso:name_en":"Phouvong","meso:name_loc":"ພູວົງ","meso:source":"AOTM","mps:latitude":14.570333,"mps:longitude":106.890234,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Phouvong"],"name:eng_x_variant":["Phouvong"],"name:und_x_variant":["ພູວົງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.AT","statoids:name":"Phouvong","statoids:population":"","statoids:statoid":"LA.AT.PH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673469],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.AT.PH"},"wof:country":"LA","wof:created":1473897719,"wof:geomhash":"12216de892ea51ed9af0c798d04c61f5","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029819,"region_id":85673469}],"wof:id":1092029819,"wof:lastmodified":1507764045,"wof:name":"Phouvong","wof:parent_id":85673469,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phouvong"},"id":1092029819},{"arcs":[[-45,-369,-292]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.059573,"geom:area_square_m":712004783.388608,"geom:bbox":"106.789165889,14.6980394071,107.263455865,15.2112626993","geom:latitude":14.857293,"geom:longitude":106.983959,"iso:country":"LA","lbl:latitude":14.84609,"lbl:longitude":106.94833,"meso:admin1_loc":"ອັດຕະປື","meso:admin_1":"Attapeu","meso:dissme":"XaisetthaAttapeu","meso:gadm_admin":"Xaysetha","meso:gadm_hasc2":"LA.AT.XA","meso:mps_x":106.94833,"meso:mps_y":14.84609,"meso:name_en":"Xaisettha","meso:name_loc":"ໄຊເສດຖາ","meso:source":"AOTM","mps:latitude":14.84609,"mps:longitude":106.94833,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xaysetha"],"name:eng_x_variant":["Xaysetha"],"name:und_x_variant":["ໄຊເສດຖາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.AT","statoids:name":"Xaysetha","statoids:population":"","statoids:statoid":"LA.AT.XA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673469],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.AT.XA"},"wof:country":"LA","wof:created":1473897721,"wof:geomhash":"e2c4bade8bad6afa24fbc162d882858d","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029865,"region_id":85673469}],"wof:id":1092029865,"wof:lastmodified":1507764047,"wof:name":"Xaisettha","wof:parent_id":85673469,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xaisettha"},"id":1092029865},{"arcs":[[370,-11,-314,-199]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.011273,"geom:area_square_m":132587644.99161,"geom:bbox":"102.620074163,17.917318993,102.780958697,18.0304173305","geom:latitude":17.97749,"geom:longitude":102.692645,"iso:country":"LA","lbl:latitude":17.978436,"lbl:longitude":102.691113,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"XaisetthaVientiane Capital","meso:gadm_admin":"Xaysetha","meso:gadm_hasc2":"LA.VT.XS","meso:mps_x":102.691113,"meso:mps_y":17.978436,"meso:name_en":"Xaisettha","meso:name_loc":"ໄຊເສດຖາ","meso:source":"AOTM","mps:latitude":17.978436,"mps:longitude":102.691113,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xaysetha"],"name:eng_x_variant":["Xaysetha"],"name:und_x_variant":["ໄຊເສດຖາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Xaysetha","statoids:population":"","statoids:statoid":"LA.VT.XS","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.XS"},"wof:country":"LA","wof:created":1473897722,"wof:geomhash":"f58ab74b1062f3bef8433627769d0928","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029925,"region_id":85673433}],"wof:id":1092029925,"wof:lastmodified":1507764047,"wof:name":"Xaisettha","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xaisettha"},"id":1092029925},{"arcs":[[-286,-364,-129,-271,371,372,-340]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.217664,"geom:area_square_m":2535037407.378721,"geom:bbox":"102.65448273,19.2494828064,103.415252338,19.9378644063","geom:latitude":19.628895,"geom:longitude":103.012968,"iso:country":"LA","lbl:latitude":19.665801,"lbl:longitude":103.044584,"meso:admin1_loc":"ຊຽງຂວາງ","meso:admin_1":"Xiengkhuang","meso:dissme":"PhoukoutXiengkhuang","meso:gadm_admin":"Phookood","meso:gadm_hasc2":"LA.XI.PK","meso:mps_x":103.044584,"meso:mps_y":19.665801,"meso:name_en":"Phoukout","meso:name_loc":"ພູກູດ","meso:source":"AOTM","mps:latitude":19.665801,"mps:longitude":103.044584,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Phookood"],"name:und_x_variant":["ພູກູດ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673441],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XI.PK"},"wof:country":"LA","wof:created":1473897724,"wof:geomhash":"b01bb68c8e7a9b0c4b7c9a9a8d17e962","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029955,"region_id":85673441}],"wof:id":1092029955,"wof:lastmodified":1504911339,"wof:name":"Phoukout","wof:parent_id":85673441,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phoukout"},"id":1092029955},{"arcs":[[-341,-373,373,-335,-123,-114,-344]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.35442,"geom:area_square_m":4144273872.847099,"geom:bbox":"102.5292145,18.6667351256,103.444706764,19.3115456104","geom:latitude":18.976657,"geom:longitude":102.929457,"iso:country":"LA","lbl:latitude":18.980881,"lbl:longitude":102.929432,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"XaisombounVientiane","meso:gadm_admin":"Xaysomboun","meso:gadm_hasc2":"LA.XS.XA","meso:mps_x":102.929432,"meso:mps_y":18.980881,"meso:name_en":"Xaisomboun","meso:name_loc":"ໄຊສົມບູນ","meso:source":"AOTM","mps:latitude":18.980881,"mps:longitude":102.929432,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xaysomboun"],"name:eng_x_variant":["Xaysomboun"],"name:und_x_variant":["ໄຊສົມບູນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XS","statoids:name":"Xaysomboun","statoids:population":"","statoids:statoid":"LA.XS.XA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XS.XA"},"wof:country":"LA","wof:created":1473897725,"wof:geomhash":"2ff80001438eda263f62cd42394433d9","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092029997,"region_id":85673437}],"wof:id":1092029997,"wof:lastmodified":1507764047,"wof:name":"Xaisomboun","wof:parent_id":85673437,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xaisomboun"},"id":1092029997},{"arcs":[[-339,-240,-12,-371,-198,-205]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.070837,"geom:area_square_m":832349260.378481,"geom:bbox":"102.564387251,17.9881119465,102.893563465,18.3109607824","geom:latitude":18.145381,"geom:longitude":102.744742,"iso:country":"LA","lbl:latitude":18.146292,"lbl:longitude":102.731476,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane Capital","meso:dissme":"XaithaniVientiane Capital","meso:gadm_admin":"Xaythany","meso:gadm_hasc2":"LA.VT.XT","meso:mps_x":102.731476,"meso:mps_y":18.146292,"meso:name_en":"Xaithani","meso:name_loc":"ໄຊທານີ","meso:source":"AOTM","mps:latitude":18.146292,"mps:longitude":102.731476,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xaythany"],"name:eng_x_variant":["Xaythany"],"name:und_x_variant":["ໄຊທານີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.VT","statoids:name":"Xaythany","statoids:population":"","statoids:statoid":"LA.VT.XT","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673433],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VT.XT"},"wof:country":"LA","wof:created":1473897727,"wof:geomhash":"e285469530f8628ecf7f51ed1bffeb99","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030043,"region_id":85673433}],"wof:id":1092030043,"wof:lastmodified":1507764047,"wof:name":"Xaithani","wof:parent_id":85673433,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xaithani"},"id":1092030043},{"arcs":[[374,-77,-56,375,-61,376,-362]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.265601,"geom:area_square_m":3078496195.217034,"geom:bbox":"103.498222015,20.0657851001,104.388641583,20.6812223566","geom:latitude":20.386231,"geom:longitude":103.93591,"iso:country":"LA","lbl:latitude":20.427736,"lbl:longitude":103.942617,"meso:admin1_loc":"ຫົວພັນ","meso:admin_1":"Huaphanh","meso:dissme":"Xam-NuaHuaphanh","meso:gadm_admin":"Xamneua","meso:gadm_hasc2":"LA.HO.XN","meso:mps_x":103.942617,"meso:mps_y":20.427736,"meso:name_en":"Xam-Nua","meso:name_loc":"ຊຳເໜືອ","meso:source":"AOTM","mps:latitude":20.427736,"mps:longitude":103.942617,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xamneua"],"name:eng_x_variant":["Xamneua"],"name:und_x_variant":["ຊຳເໜືອ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.HO","statoids:name":"Xamneua","statoids:population":"","statoids:statoid":"LA.HO.XN","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673447],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.HO.XN"},"wof:country":"LA","wof:created":1473897728,"wof:geomhash":"c4cf42d96b202e40803db35e7f5e822a","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030087,"region_id":85673447}],"wof:id":1092030087,"wof:lastmodified":1507764047,"wof:name":"Xam-Nua","wof:parent_id":85673447,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xam-Nua"},"id":1092030087},{"arcs":[[-162,-166,377,378,-249]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.162048,"geom:area_square_m":1904362700.194506,"geom:bbox":"101.387745984,17.8082592273,101.796408313,18.3928052573","geom:latitude":18.121561,"geom:longitude":101.59187,"iso:country":"LA","lbl:latitude":18.141441,"lbl:longitude":101.575338,"meso:admin1_loc":"ວຽງຈັນ","meso:admin_1":"Vientiane","meso:dissme":"XanakhamVientiane","meso:gadm_admin":"Xanakharm","meso:gadm_hasc2":"LA.VI.XA","meso:mps_x":101.575338,"meso:mps_y":18.141441,"meso:name_en":"Xanakham","meso:name_loc":"ຊະນະຄາມ","meso:source":"AOTM","mps:latitude":18.141441,"mps:longitude":101.575338,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Xanakharm"],"name:und_x_variant":["ຊະນະຄາມ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673437],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.VI.XA"},"wof:country":"LA","wof:created":1473897730,"wof:geomhash":"1aae1a3ab960514943da388b89d1c325","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030125,"region_id":85673437}],"wof:id":1092030125,"wof:lastmodified":1504911339,"wof:name":"Xanakham","wof:parent_id":85673437,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xanakham"},"id":1092030125},{"arcs":[[-243,-213,379,380]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.062536,"geom:area_square_m":727888985.515914,"geom:bbox":"100.963012816,19.572127,101.285704391,19.8882603978","geom:latitude":19.726583,"geom:longitude":101.134398,"iso:country":"LA","lbl:latitude":19.7317,"lbl:longitude":101.137465,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"NgeunXayabury","meso:gadm_admin":"Ngeun","meso:gadm_hasc2":"LA.XA.NG","meso:mps_x":101.137465,"meso:mps_y":19.7317,"meso:name_en":"Ngeun","meso:name_loc":"ເງິນ","meso:source":"AOTM","mps:latitude":19.7317,"mps:longitude":101.137465,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Ngeun"],"name:eng_x_variant":["Ngeun"],"name:und_x_variant":["ເງິນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Ngeun","statoids:population":"","statoids:statoid":"LA.XA.NG","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.NG"},"wof:country":"LA","wof:created":1473897732,"wof:geomhash":"c360244c444cea40b12833740fbd85e7","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030215,"region_id":85673417}],"wof:id":1092030215,"wof:lastmodified":1507764044,"wof:name":"Ngeun","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Ngeun"},"id":1092030215},{"arcs":[[-211,-152,-160,-196,-109,-248,381,382]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.270424,"geom:area_square_m":3155337830.975775,"geom:bbox":"101.186834,18.8508425426,101.893994105,19.6594329577","geom:latitude":19.32996,"geom:longitude":101.590582,"iso:country":"LA","lbl:latitude":19.370999,"lbl:longitude":101.625297,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"XayaburyXayabury","meso:gadm_admin":"Xayabury","meso:gadm_hasc2":"LA.XA.XA","meso:mps_x":101.625297,"meso:mps_y":19.370999,"meso:name_en":"Xayabury","meso:name_loc":"ໄຊຍະບູລີ","meso:source":"AOTM","mps:latitude":19.370999,"mps:longitude":101.625297,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xayabury"],"name:eng_x_variant":["Xayabury"],"name:und_x_variant":["ໄຊຍະບູລີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Xayabury","statoids:population":"","statoids:statoid":"LA.XA.XA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.XA"},"wof:country":"LA","wof:created":1473897734,"wof:geomhash":"4a75f5646c6a9ae367cea875677bb6af","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030249,"region_id":85673417}],"wof:id":1092030249,"wof:lastmodified":1507764047,"wof:name":"Xayabury","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xayabury"},"id":1092030249},{"arcs":[[383,384,385,-234,386,-354]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.083122,"geom:area_square_m":980738939.312404,"geom:bbox":"104.654438695,17.1725629392,105.013312082,17.5986089606","geom:latitude":17.409067,"geom:longitude":104.868244,"iso:country":"LA","lbl:latitude":17.41736,"lbl:longitude":104.895423,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"ThakhekKhammuane","meso:gadm_admin":"Thakhek","meso:gadm_hasc2":"LA.KH.TH","meso:mps_x":104.895423,"meso:mps_y":17.41736,"meso:name_en":"Thakhek","meso:name_loc":"ທ່າແຂກ","meso:source":"AOTM","mps:latitude":17.41736,"mps:longitude":104.895423,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Thakhek"],"name:eng_x_variant":["Thakhek"],"name:und_x_variant":["ທ່າແຂກ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Thakhek","statoids:population":"","statoids:statoid":"LA.KH.TH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.TH"},"wof:country":"LA","wof:created":1473897735,"wof:geomhash":"02c4c9b334a3a7b0782d0160465981e4","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030293,"region_id":85673467}],"wof:id":1092030293,"wof:lastmodified":1507764046,"wof:name":"Thakhek","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Thakhek"},"id":1092030293},{"arcs":[[-386,387,388,-222,-91,-235]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.079868,"geom:area_square_m":943541314.983146,"geom:bbox":"104.881979054,17.0475418665,105.360722325,17.3796731497","geom:latitude":17.176496,"geom:longitude":105.116522,"iso:country":"LA","lbl:latitude":17.186287,"lbl:longitude":105.093099,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"XebangfaiKhammuane","meso:gadm_admin":"Xebangfay","meso:gadm_hasc2":"LA.KH.XE","meso:mps_x":105.093099,"meso:mps_y":17.186287,"meso:name_en":"Xebangfai","meso:name_loc":"ເຊບັ້ງໄຟ","meso:source":"AOTM","mps:latitude":17.186287,"mps:longitude":105.093099,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xebangfay"],"name:eng_x_variant":["Xebangfay"],"name:und_x_variant":["ເຊບັ້ງໄຟ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Xebangfay","statoids:population":"","statoids:statoid":"LA.KH.XE","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.XE"},"wof:country":"LA","wof:created":1473897737,"wof:geomhash":"74dbd40b50aa01aeb6b8b4da30a492c5","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030339,"region_id":85673467}],"wof:id":1092030339,"wof:lastmodified":1507764047,"wof:name":"Xebangfai","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xebangfai"},"id":1092030339},{"arcs":[[-70,-366,-223,-389,389]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.077921,"geom:area_square_m":920518495.17652,"geom:bbox":"105.339243514,17.0373201891,105.781016886,17.3077314495","geom:latitude":17.180074,"geom:longitude":105.545656,"iso:country":"LA","lbl:latitude":17.177242,"lbl:longitude":105.541439,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"XaibouathongKhammuane","meso:gadm_admin":"Xaybuathong","meso:gadm_hasc2":"LA.KH.XA","meso:mps_x":105.541439,"meso:mps_y":17.177242,"meso:name_en":"Xaibouathong","meso:name_loc":"ໄຊບົວທອງ","meso:source":"AOTM","mps:latitude":17.177242,"mps:longitude":105.541439,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xaybuathong"],"name:eng_x_variant":["Xaybuathong"],"name:und_x_variant":["ໄຊບົວທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Xaybuathong","statoids:population":"","statoids:statoid":"LA.KH.XA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.XA"},"wof:country":"LA","wof:created":1473897738,"wof:geomhash":"d2489695494a9ac53450b18ec2521f5a","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030373,"region_id":85673467}],"wof:id":1092030373,"wof:lastmodified":1507764047,"wof:name":"Xaibouathong","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xaibouathong"},"id":1092030373},{"arcs":[[-158,-288,-343,-103,-195]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.138801,"geom:area_square_m":1616667736.576106,"geom:bbox":"102.022088694,19.3699069083,102.5728747,19.852877169","geom:latitude":19.618216,"geom:longitude":102.247612,"iso:country":"LA","lbl:latitude":19.5928,"lbl:longitude":102.220578,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"Xiang-NgeunLuangprabang","meso:gadm_admin":"Xieng Ngeun","meso:gadm_hasc2":"LA.LP.XI","meso:mps_x":102.220578,"meso:mps_y":19.5928,"meso:name_en":"Xiang-Ngeun","meso:name_loc":"ຊຽງເງິນ","meso:source":"AOTM","mps:latitude":19.5928,"mps:longitude":102.220578,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xieng Ngeun"],"name:eng_x_variant":["Xieng Ngeun"],"name:und_x_variant":["ຊຽງເງິນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Xieng Ngeun","statoids:population":"","statoids:statoid":"LA.LP.XI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.XI"},"wof:country":"LA","wof:created":1473897740,"wof:geomhash":"a7efda8c8614e7458c89f2263f5e7601","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030413,"region_id":85673451}],"wof:id":1092030413,"wof:lastmodified":1507764047,"wof:name":"Xiang-Ngeun","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xiang-Ngeun"},"id":1092030413},{"arcs":[[390,-273,-245,391,-19,392]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.076347,"geom:area_square_m":887325314.420716,"geom:bbox":"100.439035709,19.770885171,100.773109127,20.2223938718","geom:latitude":19.962395,"geom:longitude":100.619222,"iso:country":"LA","lbl:latitude":19.956177,"lbl:longitude":100.630521,"meso:admin1_loc":"ບໍ່ແກ້ວ","meso:admin_1":"Bokeo","meso:dissme":"PakthaBokeo","meso:gadm_admin":"Paktha","meso:gadm_hasc2":"LA.BK.PA","meso:mps_x":100.630521,"meso:mps_y":19.956177,"meso:name_en":"Paktha","meso:name_loc":"ປາກທາ","meso:source":"AOTM","mps:latitude":19.956177,"mps:longitude":100.630521,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Paktha"],"name:eng_x_variant":["Paktha"],"name:und_x_variant":["ປາກທາ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BK","statoids:name":"Paktha","statoids:population":"","statoids:statoid":"LA.BK.PA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673409],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BK.PA"},"wof:country":"LA","wof:created":1473897741,"wof:geomhash":"7c98fd68ec5324f9112938a576230b54","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030459,"region_id":85673409}],"wof:id":1092030459,"wof:lastmodified":1507764045,"wof:name":"Paktha","wof:parent_id":85673409,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Paktha"},"id":1092030459},{"arcs":[[-392,-244,-381,393,-20]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.101999,"geom:area_square_m":1187334602.148992,"geom:bbox":"100.659465029,19.487276,101.049042305,19.904730122","geom:latitude":19.711393,"geom:longitude":100.831595,"iso:country":"LA","lbl:latitude":19.735509,"lbl:longitude":100.815858,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"XianghonXayabury","meso:gadm_admin":"Xienghone","meso:gadm_hasc2":"LA.XA.XI","meso:mps_x":100.815858,"meso:mps_y":19.735509,"meso:name_en":"Xianghon","meso:name_loc":"ຊຽງຮ່ອນ","meso:source":"AOTM","mps:latitude":19.735509,"mps:longitude":100.815858,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xienghone"],"name:eng_x_variant":["Xienghone"],"name:und_x_variant":["ຊຽງຮ່ອນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Xienghone","statoids:population":"","statoids:statoid":"LA.XA.XI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.XI"},"wof:country":"LA","wof:created":1473897743,"wof:geomhash":"4b375a8c6be51320b78e91ad8a85076a","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030503,"region_id":85673417}],"wof:id":1092030503,"wof:lastmodified":1507764047,"wof:name":"Xianghon","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xianghon"},"id":1092030503},{"arcs":[[394,-246,395]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.074583,"geom:area_square_m":874806843.184171,"geom:bbox":"101.052418,18.21657,101.403195482,18.6322327335","geom:latitude":18.453633,"geom:longitude":101.228121,"iso:country":"LA","lbl:latitude":18.454898,"lbl:longitude":101.225456,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"ThongmixaiXayabury","meso:gadm_admin":"Thongmyxay","meso:gadm_hasc2":"LA.XA.TH","meso:mps_x":101.225456,"meso:mps_y":18.454898,"meso:name_en":"Thongmixai","meso:name_loc":"ທົ່ງມີໄຊ","meso:source":"AOTM","mps:latitude":18.454898,"mps:longitude":101.225456,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Thongmyxay"],"name:eng_x_variant":["Thongmyxay"],"name:und_x_variant":["ທົ່ງມີໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Thongmyxay","statoids:population":"","statoids:statoid":"LA.XA.TH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.TH"},"wof:country":"LA","wof:created":1473897744,"wof:geomhash":"aa46b4c11d1430f8047cd3e6630786ca","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030537,"region_id":85673417}],"wof:id":1092030537,"wof:lastmodified":1507764046,"wof:name":"Thongmixai","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Thongmixai"},"id":1092030537},{"arcs":[[-277,-324,-332,-49,-232]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.113945,"geom:area_square_m":1351706539.742604,"geom:bbox":"105.283494422,16.2303261126,105.81030396,16.5715599664","geom:latitude":16.387974,"geom:longitude":105.545251,"iso:country":"LA","lbl:latitude":16.385061,"lbl:longitude":105.545271,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"XonbouriSavannakhet","meso:gadm_admin":"Xonbuly","meso:gadm_hasc2":"LA.SV.XO","meso:mps_x":105.545271,"meso:mps_y":16.385061,"meso:name_en":"Xonbouri","meso:name_loc":"ຊົນບູລີ","meso:source":"AOTM","mps:latitude":16.385061,"mps:longitude":105.545271,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xonbuly"],"name:eng_x_variant":["Xonbuly"],"name:und_x_variant":["ຊົນບູລີ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Xonbuly","statoids:population":"","statoids:statoid":"LA.SV.XO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.XO"},"wof:country":"LA","wof:created":1473897746,"wof:geomhash":"4bb847e19949ca32f37a593d938586f7","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030585,"region_id":85673429}],"wof:id":1092030585,"wof:lastmodified":1507764047,"wof:name":"Xonbouri","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xonbouri"},"id":1092030585},{"arcs":[[-377,-65,396,-125,-363]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.206564,"geom:area_square_m":2398877057.679388,"geom:bbox":"103.497033507,19.7936975617,104.16615801,20.3448438534","geom:latitude":20.083929,"geom:longitude":103.823431,"iso:country":"LA","lbl:latitude":20.113491,"lbl:longitude":103.879052,"meso:admin1_loc":"ຫົວພັນ","meso:admin_1":"Huaphanh","meso:dissme":"HouamuangHuaphanh","meso:gadm_admin":"Huameuang","meso:gadm_hasc2":"LA.HO.HU","meso:mps_x":103.879052,"meso:mps_y":20.113491,"meso:name_en":"Houamuang","meso:name_loc":"ຫົວເມືອງ","meso:source":"AOTM","mps:latitude":20.113491,"mps:longitude":103.879052,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Huameuang"],"name:eng_x_variant":["Huameuang"],"name:und_x_variant":["ຫົວເມືອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.HO","statoids:name":"Huameuang","statoids:population":"","statoids:statoid":"LA.HO.HU","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673447],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.HO.HU"},"wof:country":"LA","wof:created":1473897747,"wof:geomhash":"d7d2195658d4e7bd5a684ec7e9991d84","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030635,"region_id":85673447}],"wof:id":1092030635,"wof:lastmodified":1507764043,"wof:name":"Houamuang","wof:parent_id":85673447,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Houamuang"},"id":1092030635},{"arcs":[[-8,397,-250,-379,398]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.107542,"geom:area_square_m":1265739051.189929,"geom:bbox":"101.109840691,17.607697,101.573988,18.0934950172","geom:latitude":17.85418,"geom:longitude":101.312893,"iso:country":"LA","lbl:latitude":17.834463,"lbl:longitude":101.309281,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"KenthaoXayabury","meso:gadm_admin":"Kenethao","meso:gadm_hasc2":"LA.XA.KE","meso:mps_x":101.309281,"meso:mps_y":17.834463,"meso:name_en":"Kenthao","meso:name_loc":"ແກ່ນທ້າວ","meso:source":"AOTM","mps:latitude":17.834463,"mps:longitude":101.309281,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Kenethao"],"name:eng_x_variant":["Kenethao"],"name:und_x_variant":["ແກ່ນທ້າວ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Kenethao","statoids:population":"","statoids:statoid":"LA.XA.KE","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.KE"},"wof:country":"LA","wof:created":1473897749,"wof:geomhash":"7f7a43a3c8e2fce4772eaffa232bfc2a","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030663,"region_id":85673417}],"wof:id":1092030663,"wof:lastmodified":1507764043,"wof:name":"Kenthao","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[1092030169],"wof:tags":[],"lflt:label_text":"Kenthao"},"id":1092030663},{"arcs":[[-25,-349,399,-58,400]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.138036,"geom:area_square_m":1596896801.827925,"geom:bbox":"100.197372465,20.4788472127,100.841796881,20.8465999171","geom:latitude":20.677087,"geom:longitude":100.529386,"iso:country":"LA","lbl:latitude":20.671249,"lbl:longitude":100.551378,"meso:admin1_loc":"ບໍ່ແກ້ວ","meso:admin_1":"Bokeo","meso:dissme":"MeungBokeo","meso:gadm_admin":"Meung","meso:gadm_hasc2":"LA.BK.ME","meso:mps_x":100.551378,"meso:mps_y":20.671249,"meso:name_en":"Meung","meso:name_loc":"ເມິງ","meso:source":"AOTM","mps:latitude":20.671249,"mps:longitude":100.551378,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Meung"],"name:eng_x_variant":["Meung"],"name:und_x_variant":["ເມິງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BK","statoids:name":"Meung","statoids:population":"","statoids:statoid":"LA.BK.ME","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673409],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BK.ME"},"wof:country":"LA","wof:created":1473897750,"wof:geomhash":"1067e8b060a6a4d0db0ca0313b2fbe28","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030707,"region_id":85673409}],"wof:id":1092030707,"wof:lastmodified":1507764043,"wof:name":"Meung","wof:parent_id":85673409,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Meung"},"id":1092030707},{"arcs":[[401,402,-351,-358]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.374963,"geom:area_square_m":4400493963.764836,"geom:bbox":"104.543806428,17.9398836221,105.259205152,18.801476","geom:latitude":18.35831,"geom:longitude":104.92151,"iso:country":"LA","lbl:latitude":18.296949,"lbl:longitude":104.91467,"meso:admin1_loc":"ບໍລິຄໍາໄຊ","meso:admin_1":"Borikhamxay","meso:dissme":"KhamkeutBorikhamxay","meso:gadm_admin":"Khamkheuth","meso:gadm_hasc2":"LA.BL.KH","meso:mps_x":104.91467,"meso:mps_y":18.296949,"meso:name_en":"Khamkeut","meso:name_loc":"ຄຳເກີດ","meso:source":"AOTM","mps:latitude":18.296949,"mps:longitude":104.91467,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Khamkheuth"],"name:eng_x_variant":["Khamkheuth"],"name:und_x_variant":["ຄຳເກີດ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BL","statoids:name":"Khamkheuth","statoids:population":"","statoids:statoid":"LA.BL.KH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673463],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BL.KH"},"wof:country":"LA","wof:created":1473897752,"wof:geomhash":"4eb72c964478d2f5140999597d112e6b","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030753,"region_id":85673463}],"wof:id":1092030753,"wof:lastmodified":1507764043,"wof:name":"Khamkeut","wof:parent_id":85673463,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Khamkeut"},"id":1092030753},{"arcs":[[-403,403,-66,404,-352]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.372163,"geom:area_square_m":4379775750.206019,"geom:bbox":"104.778974851,17.59817893,105.762168279,18.264766","geom:latitude":17.872332,"geom:longitude":105.285302,"iso:country":"LA","lbl:latitude":17.89737,"lbl:longitude":105.35942,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"NakayKhammuane","meso:gadm_admin":"Nakai","meso:gadm_hasc2":"LA.KH.NA","meso:mps_x":105.35942,"meso:mps_y":17.89737,"meso:name_en":"Nakay","meso:name_loc":"ນາກາຍ","meso:source":"AOTM","mps:latitude":17.89737,"mps:longitude":105.35942,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Nakai"],"name:eng_x_variant":["Nakai"],"name:und_x_variant":["ນາກາຍ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Nakai","statoids:population":"","statoids:statoid":"LA.KH.NA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.NA"},"wof:country":"LA","wof:created":1473897753,"wof:geomhash":"20864b627cf6da2a79aef3b062befeda","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030791,"region_id":85673467}],"wof:id":1092030791,"wof:lastmodified":1507764044,"wof:name":"Nakay","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Nakay"},"id":1092030791},{"arcs":[[-170,-359,-356,405,-252]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.180032,"geom:area_square_m":2114010945.663294,"geom:bbox":"103.888168512,17.8866980144,104.543205321,18.5600614734","geom:latitude":18.26113,"geom:longitude":104.206296,"iso:country":"LA","lbl:latitude":18.219685,"lbl:longitude":104.23852,"meso:admin1_loc":"ບໍລິຄໍາໄຊ","meso:admin_1":"Borikhamxay","meso:dissme":"PakkadingBorikhamxay","meso:gadm_admin":"Pakkading","meso:gadm_hasc2":"LA.BL.PD","meso:mps_x":104.23852,"meso:mps_y":18.219685,"meso:name_en":"Pakkading","meso:name_loc":"ປາກກະດິງ","meso:source":"AOTM","mps:latitude":18.219685,"mps:longitude":104.23852,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Pakkading"],"name:eng_x_variant":["Pakkading"],"name:und_x_variant":["ປາກກະດິງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BL","statoids:name":"Pakkading","statoids:population":"","statoids:statoid":"LA.BL.PD","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673463],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BL.PD"},"wof:country":"LA","wof:created":1473897755,"wof:geomhash":"8d6a517a0f98f02c5b1a9110e707edfa","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030835,"region_id":85673463}],"wof:id":1092030835,"wof:lastmodified":1507764044,"wof:name":"Pakkading","wof:parent_id":85673463,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pakkading"},"id":1092030835},{"arcs":[[-40,406,-30,-216,-136]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.226791,"geom:area_square_m":2607703288.603903,"geom:bbox":"102.103847655,21.1943861658,102.675289,22.1109430114","geom:latitude":21.581554,"geom:longitude":102.405029,"iso:country":"LA","lbl:latitude":21.495536,"lbl:longitude":102.361781,"meso:admin1_loc":"ຜົ້ງສາລີ","meso:admin_1":"Phongsaly","meso:dissme":"SamphanPhongsaly","meso:gadm_admin":"Samphanh","meso:gadm_hasc2":"LA.PH.SA","meso:mps_x":102.361781,"meso:mps_y":21.495536,"meso:name_en":"Samphan","meso:name_loc":"ສຳພັນ","meso:source":"AOTM","mps:latitude":21.495536,"mps:longitude":102.361781,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Samphanh"],"name:eng_x_variant":["Samphanh"],"name:und_x_variant":["ສຳພັນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.PH","statoids:name":"Samphanh","statoids:population":"","statoids:statoid":"LA.PH.SA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673459],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.PH.SA"},"wof:country":"LA","wof:created":1473897756,"wof:geomhash":"8384d587e1c5271b3dc2b6f58ce4ee1e","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030879,"region_id":85673459}],"wof:id":1092030879,"wof:lastmodified":1507764045,"wof:name":"Samphan","wof:parent_id":85673459,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Samphan"},"id":1092030879},{"arcs":[[-145,-22,407]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.118806,"geom:area_square_m":1368975075.451831,"geom:bbox":"100.846495385,20.9831564479,101.288529511,21.564628","geom:latitude":21.271724,"geom:longitude":101.103627,"iso:country":"LA","lbl:latitude":21.287958,"lbl:longitude":101.088564,"meso:admin1_loc":"ຫລວງນໍ້າທາ","meso:admin_1":"Luangnamtha","meso:dissme":"SingLuangnamtha","meso:gadm_admin":"Sing","meso:gadm_hasc2":"LA.LM.SI","meso:mps_x":101.088564,"meso:mps_y":21.287958,"meso:name_en":"Sing","meso:name_loc":"ສິງ","meso:source":"AOTM","mps:latitude":21.287958,"mps:longitude":101.088564,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sing"],"name:eng_x_variant":["Sing"],"name:und_x_variant":["ສິງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LM","statoids:name":"Sing","statoids:population":"","statoids:statoid":"LA.LM.SI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673413],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LM.SI"},"wof:country":"LA","wof:created":1473897758,"wof:geomhash":"a0226b76576302b8113f57e378b585e0","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030925,"region_id":85673413}],"wof:id":1092030925,"wof:lastmodified":1507764046,"wof:name":"Sing","wof:parent_id":85673413,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sing"},"id":1092030925},{"arcs":[[-233,-53,408,-34]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.049848,"geom:area_square_m":591457309.678847,"geom:bbox":"104.861404396,16.1713859608,105.164562846,16.5038786606","geom:latitude":16.349302,"geom:longitude":105.017834,"iso:country":"LA","lbl:latitude":16.358243,"lbl:longitude":105.020124,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"XaiphouthongSavannakhet","meso:gadm_admin":"Xayphoothong","meso:gadm_hasc2":"LA.SV.XP","meso:mps_x":105.020124,"meso:mps_y":16.358243,"meso:name_en":"Xaiphouthong","meso:name_loc":"ໄຊພູທອງ","meso:source":"AOTM","mps:latitude":16.358243,"mps:longitude":105.020124,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Xayphoothong"],"name:eng_x_variant":["Xayphoothong"],"name:und_x_variant":["ໄຊພູທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Xayphoothong","statoids:population":"","statoids:statoid":"LA.SV.XP","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.XP"},"wof:country":"LA","wof:created":1473897759,"wof:geomhash":"a56ebbb773d7cbef66cf5cc8f77e9994","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030959,"region_id":85673429}],"wof:id":1092030959,"wof:lastmodified":1507764047,"wof:name":"Xaiphouthong","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xaiphouthong"},"id":1092030959},{"arcs":[[-346,-263,-86,-256,-282,409]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.076392,"geom:area_square_m":910940835.206835,"geom:bbox":"105.467445,15.1590470386,105.990487819,15.457894227","geom:latitude":15.342497,"geom:longitude":105.738187,"iso:country":"LA","lbl:latitude":15.343896,"lbl:longitude":105.734222,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"XanasombounChampasack","meso:gadm_admin":"Sanasomboon","meso:gadm_hasc2":"LA.CH.SA","meso:mps_x":105.734222,"meso:mps_y":15.343896,"meso:name_en":"Xanasomboun","meso:name_loc":"ຊະນະສົມບູນ","meso:source":"AOTM","mps:latitude":15.343896,"mps:longitude":105.734222,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Sanasomboon"],"name:eng_x_variant":["Sanasomboon"],"name:und_x_variant":["ຊະນະສົມບູນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Sanasomboon","statoids:population":"","statoids:statoid":"LA.CH.SA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.SA"},"wof:country":"LA","wof:created":1473897761,"wof:geomhash":"f33adb33a56b3580c8a31c95e339d4d1","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092030991,"region_id":85673423}],"wof:id":1092030991,"wof:lastmodified":1507764045,"wof:name":"Xanasomboun","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xanasomboun"},"id":1092030991},{"arcs":[[-226,-278,-230,-228]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.061114,"geom:area_square_m":723788837.062048,"geom:bbox":"105.1695458,16.5560847728,105.515134831,16.8419634905","geom:latitude":16.705781,"geom:longitude":105.331457,"iso:country":"LA","lbl:latitude":16.68701,"lbl:longitude":105.334747,"meso:admin1_loc":"ສະຫວັນນະເຂດ","meso:admin_1":"Savannakhet","meso:dissme":"AtsaphangthongSavannakhet","meso:gadm_admin":"Atsaphangthong","meso:gadm_hasc2":"LA.SV.AT","meso:mps_x":105.334747,"meso:mps_y":16.68701,"meso:name_en":"Atsaphangthong","meso:name_loc":"ອາດສະພັງທອງ","meso:source":"AOTM","mps:latitude":16.68701,"mps:longitude":105.334747,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Atsaphangthong"],"name:eng_x_variant":["Atsaphangthong"],"name:und_x_variant":["ອາດສະພັງທອງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.SV","statoids:name":"Atsaphangthong","statoids:population":"","statoids:statoid":"LA.SV.AT","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673429],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.SV.AT"},"wof:country":"LA","wof:created":1473897762,"wof:geomhash":"5f1489ebc60f31b42585d8636211e1ff","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031025,"region_id":85673429}],"wof:id":1092031025,"wof:lastmodified":1507764042,"wof:name":"Atsaphangthong","wof:parent_id":85673429,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Atsaphangthong"},"id":1092031025},{"arcs":[[-42,-135,410,-6]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.10386,"geom:area_square_m":1193337673.470164,"geom:bbox":"101.725728079,21.426768504,102.028581667,21.9445341637","geom:latitude":21.687946,"geom:longitude":101.87515,"iso:country":"LA","lbl:latitude":21.756843,"lbl:longitude":101.857213,"meso:admin1_loc":"ຜົ້ງສາລີ","meso:admin_1":"Phongsaly","meso:dissme":"Boun-NuaPhongsaly","meso:gadm_admin":"Boon Neua","meso:gadm_hasc2":"LA.PH.BN","meso:mps_x":101.857213,"meso:mps_y":21.756843,"meso:name_en":"Boun-Nua","meso:name_loc":"ບຸນເໜືອ","meso:source":"AOTM","mps:latitude":21.756843,"mps:longitude":101.857213,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Boon Neua"],"name:eng_x_variant":["Boon Neua"],"name:und_x_variant":["ບຸນເໜືອ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.PH","statoids:name":"Boon Neua","statoids:population":"","statoids:statoid":"LA.PH.BN","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673459],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.PH.BN"},"wof:country":"LA","wof:created":1473897764,"wof:geomhash":"363de211d7d8458077c17d95ef361f55","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031055,"region_id":85673459}],"wof:id":1092031055,"wof:lastmodified":1507764042,"wof:name":"Boun-Nua","wof:parent_id":85673459,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Boun-Nua"},"id":1092031055},{"arcs":[[411,-78,-375,-361]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.086996,"geom:area_square_m":1006119464.051167,"geom:bbox":"103.657649361,20.5489502685,104.097276614,20.913256","geom:latitude":20.724207,"geom:longitude":103.883473,"iso:country":"LA","lbl:latitude":20.743301,"lbl:longitude":103.905084,"meso:admin1_loc":"ຫົວພັນ","meso:admin_1":"Huaphanh","meso:dissme":"EtHuaphanh","meso:gadm_admin":"Muang Et","meso:gadm_hasc2":"LA.HO.MU","meso:mps_x":103.905084,"meso:mps_y":20.743301,"meso:name_en":"Et","meso:name_loc":"ແອດ","meso:source":"AOTM","mps:latitude":20.743301,"mps:longitude":103.905084,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Muang Et"],"name:eng_x_variant":["Muang Et"],"name:und_x_variant":["ແອດ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.HO","statoids:name":"Muang Et","statoids:population":"","statoids:statoid":"LA.HO.MU","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673447],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.HO.MU"},"wof:country":"LA","wof:created":1473897765,"wof:geomhash":"5d97e00eeb504f6aeba85cf61851a4e7","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031091,"region_id":85673447}],"wof:id":1092031091,"wof:lastmodified":1507764044,"wof:name":"Et","wof:parent_id":85673447,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Et"},"id":1092031091},{"arcs":[[-405,-72,412,-384,-353]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.13379,"geom:area_square_m":1577233259.227419,"geom:bbox":"104.84579615,17.3891283484,105.684929511,17.6955307482","geom:latitude":17.562124,"geom:longitude":105.261365,"iso:country":"LA","lbl:latitude":17.591592,"lbl:longitude":105.156447,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"GnommalatKhammuane","meso:gadm_admin":"Nhommalath","meso:gadm_hasc2":"LA.KH.NH","meso:mps_x":105.156447,"meso:mps_y":17.591592,"meso:name_en":"Gnommalat","meso:name_loc":"ຍົມມະລາດ","meso:source":"AOTM","mps:latitude":17.591592,"mps:longitude":105.156447,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Nhommalath"],"name:eng_x_variant":["Nhommalath"],"name:und_x_variant":["ຍົມມະລາດ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Nhommalath","statoids:population":"","statoids:statoid":"LA.KH.NH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.NH"},"wof:country":"LA","wof:created":1473897767,"wof:geomhash":"78d06c75ef833f51393c78703f0ce4b9","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031117,"region_id":85673467}],"wof:id":1092031117,"wof:lastmodified":1507764044,"wof:name":"Gnommalat","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Gnommalat"},"id":1092031117},{"arcs":[[-71,-390,-388,-385,-413]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.117124,"geom:area_square_m":1382278251.995854,"geom:bbox":"104.98807081,17.1836144578,105.679793593,17.4988565751","geom:latitude":17.362385,"geom:longitude":105.303403,"iso:country":"LA","lbl:latitude":17.356192,"lbl:longitude":105.298163,"meso:admin1_loc":"ຄໍາມ່ວນ","meso:admin_1":"Khammuane","meso:dissme":"MahaxaiKhammuane","meso:gadm_admin":"Mahaxay","meso:gadm_hasc2":"LA.KH.MA","meso:mps_x":105.298163,"meso:mps_y":17.356192,"meso:name_en":"Mahaxai","meso:name_loc":"ມະຫາໄຊ","meso:source":"AOTM","mps:latitude":17.356192,"mps:longitude":105.298163,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Mahaxay"],"name:eng_x_variant":["Mahaxay"],"name:und_x_variant":["ມະຫາໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.KH","statoids:name":"Mahaxay","statoids:population":"","statoids:statoid":"LA.KH.MA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673467],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.KH.MA"},"wof:country":"LA","wof:created":1473897774,"wof:geomhash":"3591538cc0045db4b89992824ea2add8","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031145,"region_id":85673467}],"wof:id":1092031145,"wof:lastmodified":1507764043,"wof:name":"Mahaxai","wof:parent_id":85673467,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Mahaxai"},"id":1092031145},{"arcs":[[-400,-348,-274,-391,413,-59]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.148728,"geom:area_square_m":1723817758.286511,"geom:bbox":"100.296906683,20.142834,101.009301554,20.5738439994","geom:latitude":20.389773,"geom:longitude":100.630044,"iso:country":"LA","lbl:latitude":20.343504,"lbl:longitude":100.565295,"meso:admin1_loc":"ບໍ່ແກ້ວ","meso:admin_1":"Bokeo","meso:dissme":"HouayxayBokeo","meso:gadm_admin":"Houixai","meso:gadm_hasc2":"LA.BK.HO","meso:mps_x":100.565295,"meso:mps_y":20.343504,"meso:name_en":"Houayxay","meso:name_loc":"ຫ້ວຍຊາຍ","meso:source":"AOTM","mps:latitude":20.343504,"mps:longitude":100.565295,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Houixai"],"name:eng_x_variant":["Houixai"],"name:und_x_variant":["ຫ້ວຍຊາຍ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BK","statoids:name":"Houixai","statoids:population":"","statoids:statoid":"LA.BK.HO","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673409],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BK.HO"},"wof:country":"LA","wof:created":1473897775,"wof:geomhash":"bc27762efe0f787616683ff5759af8e0","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031167,"region_id":85673409}],"wof:id":1092031167,"wof:lastmodified":1507764043,"wof:name":"Houayxay","wof:parent_id":85673409,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Houayxay"},"id":1092031167},{"arcs":[[-147,414,-139,-144,-367,-177]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.140077,"geom:area_square_m":1618051555.896336,"geom:bbox":"101.423524083,20.6339044852,101.998178602,21.220436","geom:latitude":20.90545,"geom:longitude":101.727658,"iso:country":"LA","lbl:latitude":20.903061,"lbl:longitude":101.747226,"meso:admin1_loc":"ອຸດົມໄຊ","meso:admin_1":"Oudomxay","meso:dissme":"NamoOudomxay","meso:gadm_admin":"Namor","meso:gadm_hasc2":"LA.OU.NA","meso:mps_x":101.747226,"meso:mps_y":20.903061,"meso:name_en":"Namo","meso:name_loc":"ນາໝໍ້","meso:source":"AOTM","mps:latitude":20.903061,"mps:longitude":101.747226,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Namor"],"name:eng_x_variant":["Namor"],"name:und_x_variant":["ນາໝໍ້"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.OU","statoids:name":"Namor","statoids:population":"","statoids:statoid":"LA.OU.NA","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673453],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.OU.NA"},"wof:country":"LA","wof:created":1473897777,"wof:geomhash":"bf5aa899616f76b388255e17d7426573","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031207,"region_id":85673453}],"wof:id":1092031207,"wof:lastmodified":1507764044,"wof:name":"Namo","wof:parent_id":85673453,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Namo"},"id":1092031207},{"arcs":[[-397,-64,415,-173,-131,-126]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.174545,"geom:area_square_m":2033648060.426861,"geom:bbox":"103.573065321,19.2979957506,104.180310718,19.8940734164","geom:latitude":19.565984,"geom:longitude":103.911404,"iso:country":"LA","lbl:latitude":19.543874,"lbl:longitude":103.906793,"meso:admin1_loc":"ຊຽງຂວາງ","meso:admin_1":"Xiengkhuang","meso:dissme":"NonghetXiengkhuang","meso:gadm_admin":"Nonghed","meso:gadm_hasc2":"LA.XI.NO","meso:mps_x":103.906793,"meso:mps_y":19.543874,"meso:name_en":"Nonghet","meso:name_loc":"ໜອງແຮດ","meso:source":"AOTM","mps:latitude":19.543874,"mps:longitude":103.906793,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Nonghed"],"name:und_x_variant":["ໜອງແຮດ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673441],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XI.NO"},"wof:country":"LA","wof:created":1473897778,"wof:geomhash":"cf9a056fd289e2a5ffd947feba4255dd","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031243,"region_id":85673441}],"wof:id":1092031243,"wof:lastmodified":1504911342,"wof:name":"Nonghet","wof:parent_id":85673441,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Nonghet"},"id":1092031243},{"arcs":[[-88,-82,-269,-304,416,417,-316]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.229366,"geom:area_square_m":2743416226.873646,"geom:bbox":"105.84502032,14.336964,106.355691481,15.080221489","geom:latitude":14.691286,"geom:longitude":106.066316,"iso:country":"LA","lbl:latitude":14.598117,"lbl:longitude":106.061453,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"PathoumphonChampasack","meso:gadm_admin":"Pathoomphone","meso:gadm_hasc2":"LA.CH.PT","meso:mps_x":106.061453,"meso:mps_y":14.598117,"meso:name_en":"Pathoumphon","meso:name_loc":"ປະທຸມພອນ","meso:source":"AOTM","mps:latitude":14.598117,"mps:longitude":106.061453,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Pathoomphone"],"name:eng_x_variant":["Pathoomphone"],"name:und_x_variant":["ປະທຸມພອນ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Pathoomphone","statoids:population":"","statoids:statoid":"LA.CH.PT","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.CH.PT"},"wof:country":"LA","wof:created":1473897781,"wof:geomhash":"1319101e09d185bfbb531979fcccb1b0","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031293,"region_id":85673423}],"wof:id":1092031293,"wof:lastmodified":1507764045,"wof:name":"Pathoumphon","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Pathoumphon"},"id":1092031293},{"arcs":[[-270,-134,-336,-374,-372]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.085088,"geom:area_square_m":993240413.734428,"geom:bbox":"102.828457559,19.1194015423,103.344877199,19.4412725466","geom:latitude":19.25963,"geom:longitude":103.082508,"iso:country":"LA","lbl:latitude":19.246728,"lbl:longitude":103.125457,"meso:admin1_loc":"ຊຽງຂວາງ","meso:admin_1":"Xiengkhuang","meso:dissme":"PhaxaiXiengkhuang","meso:gadm_admin":"Phaxay","meso:gadm_hasc2":"LA.XI.PX","meso:mps_x":103.125457,"meso:mps_y":19.246728,"meso:name_en":"Phaxai","meso:name_loc":"ພາໄຊ","meso:source":"AOTM","mps:latitude":19.246728,"mps:longitude":103.125457,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Phaxay"],"name:und_x_variant":["ພາໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673441],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XI.PX"},"wof:country":"LA","wof:created":1473897783,"wof:geomhash":"a3df497adf0d74848fb17b5e970ac2fe","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031349,"region_id":85673441}],"wof:id":1092031349,"wof:lastmodified":1504911342,"wof:name":"Phaxai","wof:parent_id":85673441,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phaxai"},"id":1092031349},{"arcs":[[-382,-247,-395,418]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.253841,"geom:area_square_m":2969959860.470879,"geom:bbox":"101.223803,18.5244654131,101.729725761,19.2319266993","geom:latitude":18.876897,"geom:longitude":101.467779,"iso:country":"LA","lbl:latitude":18.816259,"lbl:longitude":101.488305,"meso:admin1_loc":"ໄຊຍະບູລີ","meso:admin_1":"Xayabury","meso:dissme":"PhiangXayabury","meso:gadm_admin":"Phiang","meso:gadm_hasc2":"LA.XA.PH","meso:mps_x":101.488305,"meso:mps_y":18.816259,"meso:name_en":"Phiang","meso:name_loc":"ພຽງ","meso:source":"AOTM","mps:latitude":18.816259,"mps:longitude":101.488305,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Phiang"],"name:eng_x_variant":["Phiang"],"name:und_x_variant":["ພຽງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XA","statoids:name":"Phiang","statoids:population":"","statoids:statoid":"LA.XA.PH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673417],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XA.PH"},"wof:country":"LA","wof:created":1473897784,"wof:geomhash":"959b77eaa840dcd3e33db55f3a23dd81","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031375,"region_id":85673417}],"wof:id":1092031375,"wof:lastmodified":1507764045,"wof:name":"Phiang","wof:parent_id":85673417,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phiang"},"id":1092031375},{"arcs":[[419,-300]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.000027,"geom:area_square_m":318254.693493,"geom:bbox":"106.511231688,14.588794868,106.519134185,14.5954167283","geom:latitude":14.592212,"geom:longitude":106.514221,"iso:country":"LA","lbl:latitude":14.592369,"lbl:longitude":106.513952,"meso:admin1_loc":"ອັດຕະປື","meso:admin_1":"Attapeu","meso:dissme":"SanamxaiAttapeu","meso:gadm_admin":"Sanamxay","meso:gadm_hasc2":"LA.AT.SN","meso:mps_x":106.513952,"meso:mps_y":14.592369,"meso:name_en":"Sanamxai","meso:name_loc":"ສະໜາມໄຊ","meso:source":"AOTM","mps:latitude":14.592369,"mps:longitude":106.513952,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Sanamxay"],"name:und_x_variant":["ສະໜາມໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673469],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.AT.SN"},"wof:country":"LA","wof:created":1473897785,"wof:geomhash":"daff32c72d9e07288d96195b44ef8b99","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031419,"region_id":85673469}],"wof:id":1092031419,"wof:lastmodified":1504911342,"wof:name":"Sanamxai","wof:parent_id":85673469,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sanamxai"},"id":1092031419},{"arcs":[[420,-298]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.000041,"geom:area_square_m":496495.100539,"geom:bbox":"106.531175482,14.591877,106.543946452,14.5970047063","geom:latitude":14.594073,"geom:longitude":106.537084,"iso:country":"LA","lbl:latitude":14.594395,"lbl:longitude":106.536567,"meso:admin1_loc":"ອັດຕະປື","meso:admin_1":"Attapeu","meso:dissme":"SanamxaiAttapeu","meso:gadm_admin":"Sanamxay","meso:gadm_hasc2":"LA.AT.SN","meso:mps_x":106.536567,"meso:mps_y":14.594395,"meso:name_en":"Sanamxai","meso:name_loc":"ສະໜາມໄຊ","meso:source":"AOTM","mps:latitude":14.594395,"mps:longitude":106.536567,"mz:hierarchy_label":1,"mz:is_current":-1,"name:eng_x_variant":["Sanamxay"],"name:und_x_variant":["ສະໜາມໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241,85673469],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.AT.SN"},"wof:country":"LA","wof:created":1473897787,"wof:geomhash":"ebea2a2527548b189ea9eccc018a62da","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031463,"region_id":85673469}],"wof:id":1092031463,"wof:lastmodified":1504911342,"wof:name":"Sanamxai","wof:parent_id":85673469,"wof:placetype":"county","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Sanamxai"},"id":1092031463},{"arcs":[[-172,-254,421,-238,-338,-121]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.141152,"geom:area_square_m":1656045514.720076,"geom:bbox":"102.81096233,18.187213667,103.492633328,18.6438469628","geom:latitude":18.409225,"geom:longitude":103.132026,"iso:country":"LA","lbl:latitude":18.374122,"lbl:longitude":103.09842,"meso:admin1_loc":"ບໍລິຄໍາໄຊ","meso:admin_1":"Borikhamxay","meso:dissme":"ThaphabatBorikhamxay","meso:gadm_admin":"Thaphabath","meso:gadm_hasc2":"LA.BL.TH","meso:mps_x":103.09842,"meso:mps_y":18.374122,"meso:name_en":"Thaphabat","meso:name_loc":"ທ່າພະບາດ","meso:source":"AOTM","mps:latitude":18.374122,"mps:longitude":103.09842,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Thaphabath"],"name:eng_x_variant":["Thaphabath"],"name:und_x_variant":["ທ່າພະບາດ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.BL","statoids:name":"Thaphabath","statoids:population":"","statoids:statoid":"LA.BL.TH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673463],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.BL.TH"},"wof:country":"LA","wof:created":1473897788,"wof:geomhash":"4b674ead227cd3eab7ec75d1e4d2e199","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031501,"region_id":85673463}],"wof:id":1092031501,"wof:lastmodified":1507764046,"wof:name":"Thaphabat","wof:parent_id":85673463,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Thaphabat"},"id":1092031501},{"arcs":[[-310,-307,-265,-261]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.045649,"geom:area_square_m":544100910.697254,"geom:bbox":"106.30150874,15.3143541524,106.630943128,15.5488356723","geom:latitude":15.435986,"geom:longitude":106.483321,"iso:country":"LA","lbl:latitude":15.441847,"lbl:longitude":106.502921,"meso:admin1_loc":"ເຊກອງ","meso:admin_1":"Sekong","meso:dissme":"ThatengSekong","meso:gadm_admin":"Thateng","meso:gadm_hasc2":"LA.XE.TH","meso:mps_x":106.502921,"meso:mps_y":15.441847,"meso:name_en":"Thateng","meso:name_loc":"ທ່າແຕງ","meso:source":"AOTM","mps:latitude":15.441847,"mps:longitude":106.502921,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Thateng"],"name:eng_x_variant":["Thateng"],"name:und_x_variant":["ທ່າແຕງ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.XE","statoids:name":"Thateng","statoids:population":"","statoids:statoid":"LA.XE.TH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673473],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.XE.TH"},"wof:country":"LA","wof:created":1473897790,"wof:geomhash":"fb0ccf80a79b3aa3374fe8197cf7baa1","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031539,"region_id":85673473}],"wof:id":1092031539,"wof:lastmodified":1507764046,"wof:name":"Thateng","wof:parent_id":85673473,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Thateng"},"id":1092031539},{"arcs":[[422,-365,-284,-257,-219]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.285261,"geom:area_square_m":3304187526.710357,"geom:bbox":"102.770975606,20.0225678644,103.387759566,20.9848075315","geom:latitude":20.487067,"geom:longitude":103.038271,"iso:country":"LA","lbl:latitude":20.445247,"lbl:longitude":102.98733,"meso:admin1_loc":"ຫລວງພຣະບາງ","meso:admin_1":"Luangprabang","meso:dissme":"ViangkhamLuangprabang","meso:gadm_admin":"Viengkham","meso:gadm_hasc2":"LA.LP.VI","meso:mps_x":102.98733,"meso:mps_y":20.445247,"meso:name_en":"Viangkham","meso:name_loc":"ວຽງຄຳ","meso:source":"AOTM","mps:latitude":20.445247,"mps:longitude":102.98733,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Viengkham"],"name:eng_x_variant":["Viengkham"],"name:und_x_variant":["ວຽງຄຳ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.LP","statoids:name":"Viengkham","statoids:population":"","statoids:statoid":"LA.LP.VI","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673451],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.LP.VI"},"wof:country":"LA","wof:created":1473897791,"wof:geomhash":"19936d03c0cdea9a86bfc76a38d4bbf7","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031583,"region_id":85673451}],"wof:id":1092031583,"wof:lastmodified":1507764046,"wof:name":"Viangkham","wof:parent_id":85673451,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Viangkham"},"id":1092031583},{"arcs":[[-55,423,-62,-376]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.139538,"geom:area_square_m":1617728761.949481,"geom:bbox":"104.125754807,20.1436344679,104.713545,20.63430627","geom:latitude":20.34925,"geom:longitude":104.400271,"iso:country":"LA","lbl:latitude":20.304386,"lbl:longitude":104.444771,"meso:admin1_loc":"ຫົວພັນ","meso:admin_1":"Huaphanh","meso:dissme":"ViangxaiHuaphanh","meso:gadm_admin":"Viengxay","meso:gadm_hasc2":"LA.HO.VX","meso:mps_x":104.444771,"meso:mps_y":20.304386,"meso:name_en":"Viangxai","meso:name_loc":"ວຽງໄຊ","meso:source":"AOTM","mps:latitude":20.304386,"mps:longitude":104.444771,"mz:hierarchy_label":1,"mz:is_current":1,"name:eng_x_preferred":["Viengxay"],"name:eng_x_variant":["Viengxay"],"name:und_x_variant":["ວຽງໄຊ"],"src:geom":"meso","src:lbl:centroid":"mapshaper","src:population:date":"","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.HO","statoids:name":"Viengxay","statoids:population":"","statoids:statoid":"LA.HO.VX","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673447],"wof:breaches":[],"wof:concordances":{"hasc:id":"LA.HO.VX"},"wof:country":"LA","wof:created":1473897793,"wof:geomhash":"a4c032b939d61bdba54e430df8adf3f2","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1092031621,"region_id":85673447}],"wof:id":1092031621,"wof:lastmodified":1507764047,"wof:name":"Viangxai","wof:parent_id":85673447,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Viangxai"},"id":1092031621},{"arcs":[[-317,-418,424,-37]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.129676,"geom:area_square_m":1554814179.289491,"geom:bbox":"105.774864317,13.90972,106.187886,14.4928969726","geom:latitude":14.149167,"geom:longitude":105.957214,"iso:country":"LA","lbl:latitude":14.108922,"lbl:longitude":105.936928,"meso:admin1_loc":"ຈຳປາສັກ","meso:admin_1":"Champasack","meso:dissme":"KhongChampasack","meso:gadm_admin":"Khong","meso:gadm_hasc2":"LA.CH.KH","meso:mps_x":105.936928,"meso:mps_y":14.108922,"meso:name_en":"Khong","meso:name_loc":"ໂຂງ","meso:source":"AOTM","mz:hierarchy_label":1,"mz:is_current":1,"mz:note":"quattroshapes points import (201603)","name:eng_x_preferred":["Khong"],"name:eng_x_variant":["Khong"],"name:und_x_variant":["ໂຂງ"],"qs:gn_country":null,"qs:gn_fcode":null,"qs:gn_id":null,"qs:gn_pop":null,"qs:name":"Chiang Khong","qs:name_adm0":"Thailand","qs:name_adm1":"Chiang Rai","qs:photos":815,"qs:photos_1k":165,"qs:photos_9k":5,"qs:photos_9r":7,"qs:photos_all":1177,"qs:photos_sr":9,"qs:placetype":"County","qs:pop_sr":0,"qs:qs_id":1210503,"qs:woe_adm0":23424960,"qs:woe_id":28340867,"src:geom":"meso","src:geom_alt":[],"src:lbl:centroid":"mapshaper","statoids:areakm":"","statoids:capital":"","statoids:country":"LA","statoids:date":"","statoids:hasc":"LA.CH","statoids:name":"Khong","statoids:population":"","statoids:statoid":"LA.CH.KH","statoids:timezone":"+7","statoids:type":"district","wof:belongsto":[102191569,85632241,85673423],"wof:breaches":[],"wof:concordances":{"gp:id":28340867,"hasc:id":"LA.CH.KH","qs:id":1210503},"wof:country":"LA","wof:created":1459008883,"wof:geomhash":"9b7e79c48d7aba60ac6be8fa029cb835","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"county_id":1108411849,"region_id":85673423}],"wof:id":1108411849,"wof:lastmodified":1503615229,"wof:name":"Khong","wof:parent_id":85673423,"wof:placetype":"county","wof:placetype_local":"district","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Khong"},"id":1108411849}]},"region":{"type":"GeometryCollection","geometries":[{"arcs":[[-25,-349,-348,271,-181,-189,-242,-245,391,-19,392,413,59,400]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":0.600184,"geom:bbox":"100.083872,19.770885171,101.254456543,20.8465999171","geom:latitude":20.360714,"geom:longitude":100.638385,"gn:population":149700,"iso:country":"LA","lbl:latitude":20.457314,"lbl:longitude":100.59851,"meso:name_loc":"ບໍ່ແກ້ວ","mps:latitude":20.359174,"mps:longitude":100.649399,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Bokeo"],"name:eng_x_variant":["Bokeo Province"],"name:kor_x_preferred":["보케오 주"],"name:lao_x_preferred":["ແຂວງບໍ່ແກ້ວ"],"name:lao_x_variant":["ບໍ່ແກ້ວ"],"name:und_x_variant":["ບໍ່ແກ້ວ"],"name:unk_x_variant":["Bokèo"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3271","ne:adm1_code":"LAO-3271","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"0","ne:code_hasc":"LA.BK","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3271","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA22","ne:fips_alt":"","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.22","ne:gn_id":"1904616","ne:gn_level":"1","ne:gn_name":"Khoueng Bokeo","ne:gn_region":"","ne:gns_adm1":"LA22","ne:gns_id":"382286","ne:gns_lang":"ara","ne:gns_level":"1","ne:gns_name":"Bokeo","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"20.30440000000","ne:longitude":"100.67200000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Bokeo","ne:name_alt":"","ne:name_len":"5","ne:name_local":"","ne:note":"split from Louang Namtha","ne:postal":"BK","ne:provnum_ne":"20006","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"20070156","ne:woe_label":"Bokeo, LA, Laos","ne:woe_name":"Bokeo","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Bokeo","qs:a1_lc":"LAO-3271","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"4,970","statoids:area_mi":"1,919","statoids:as_of_date":"2005-03-01","statoids:capital":"Ban Houayxay","statoids:country":"LA","statoids:gec":"LA22","statoids:hasc":"LA.BK","statoids:iso":"BK","statoids:name":"Bokeo","statoids:population":"145216","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA22","gn:id":1904616,"gp:id":20070156,"hasc:id":"LA.BK","iso:id":"LA-BK","qs:id":890355,"wd:id":"Q334884","wk:page":"Bokeo Province"},"wof:country":"LA","wof:geomhash":"e55e73cbb4a2ae708058eea3e1ac5ae8","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673409}],"wof:id":85673409,"wof:lang":["eng"],"wof:lastmodified":1502489479,"wof:name":"Bokeo","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":145216,"wof:population_rank":9,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Bokeo"},"id":85673409},{"arcs":[[146,176,177,178,179,180,-272,347,348,24,25,407,145]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":0.830214,"geom:bbox":"100.509212,20.3047531712,101.773536083,21.564628","geom:latitude":20.894125,"geom:longitude":101.14116,"gn:id":"","iso:country":"LA","lbl:latitude":20.88503,"lbl:longitude":101.088583,"meso:name_loc":"ຫລວງນໍ້າທາ","mps:latitude":20.858232,"mps:longitude":101.076927,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Louang Namtha Province"],"name:eng_x_variant":["Louang Namtha","Louangnamtha"],"name:kor_x_preferred":["루앙남타 주"],"name:und_x_variant":["ຫລວງນໍ້າທາ"],"name:unk_x_variant":["Province de Haut-Mékong"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3272","ne:adm1_code":"LAO-3272","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.LM","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3272","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA16","ne:fips_alt":"LA05","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.16","ne:gn_id":"1655561","ne:gn_level":"1","ne:gn_name":"Louangnamtha","ne:gn_region":"","ne:gns_adm1":"LA16","ne:gns_id":"-2665955","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Louangnamtha","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"7","ne:latitude":"20.90990000000","ne:longitude":"101.14800000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Louang Namtha","ne:name_alt":"Haut-Mekong|Luangnamtha|Muong Luang Namtha|Namtha|Hiuakhong|Houa Kh","ne:name_len":"13","ne:name_local":"","ne:note":"formerly Houakhong","ne:postal":"LM","ne:provnum_ne":"20016","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"7","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"2346003","ne:woe_label":"Louang Namtha Province, LA, Laos","ne:woe_name":"Louang Namtha","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Louang Namtha","qs:a1_lc":"LAO-3272","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"9,325","statoids:area_mi":"3,600","statoids:as_of_date":"2005-03-01","statoids:capital":"Louang Namtha","statoids:country":"LA","statoids:gec":"LA16","statoids:hasc":"LA.LM","statoids:iso":"LM","statoids:name":"Louang Namtha","statoids:population":"145289","statoids:type":"province","statoids:tz":"+7","unlc:subdivision":"LA-LM","wk:wordcount":280,"wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA16","gn:id":"1655561","gp:id":2346003,"hasc:id":"LA.LM","iso:id":"LA-LM","qs:id":1135128,"unlc:id":"LA-LM","wd:id":"Q660793"},"wof:country":"LA","wof:geomhash":"b31643f064481fec10e57b7e0beb8766","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673413}],"wof:id":85673413,"wof:lang":["eng"],"wof:lastmodified":1502489480,"wof:name":"Louang Namtha","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":145289,"wof:population_rank":9,"wof:repo":"whosonfirst-data","wof:subdivision":"LA-LM","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Louang Namtha"},"id":85673413},{"arcs":[[18,-392,-244,-243,208,-187,209,-153,-152,-160,-196,-109,-108,-163,248,-379,398,8,397,250,395,418,382,211,379,393,20]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":1.327195,"geom:bbox":"100.403787,17.466021,101.893994105,19.9360877613","geom:latitude":18.949895,"geom:longitude":101.343015,"gn:population":382200,"iso:country":"LA","lbl:latitude":19.350149,"lbl:longitude":101.529029,"meso:name_loc":"ໄຊຍະບູລີ","mps:latitude":19.342413,"mps:longitude":101.522827,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Xiagnabouli"],"name:kor_x_preferred":["사이냐불리 주"],"name:und_x_variant":["ໄຊຍະບູລີ"],"name:unk_x_variant":["Khoueng Sayaboury"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3278","ne:adm1_code":"LAO-3278","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"0","ne:code_hasc":"LA.XA","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3278","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA13","ne:fips_alt":"","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.13","ne:gn_id":"1652210","ne:gn_level":"1","ne:gn_name":"Xaignabouli","ne:gn_region":"","ne:gns_adm1":"LA13","ne:gns_id":"-2669359","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Xaignabouli","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"17.75020000000","ne:longitude":"101.14300000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Xaignabouri","ne:name_alt":"Sayabouri|Sayaboury|Xaignabouli|Xayabouri|Xayabury","ne:name_len":"11","ne:name_local":"","ne:note":"","ne:postal":"XA","ne:provnum_ne":"20002","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"2346010","ne:woe_label":"Xiagnabouli, LA, Laos","ne:woe_name":"Xaignabouri","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Xaignabouri","qs:a1_lc":"LAO-3278","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"11,795","statoids:area_mi":"4,554","statoids:as_of_date":"2005-03-01","statoids:capital":"Muang Xayabury","statoids:country":"LA","statoids:gec":"LA13","statoids:hasc":"LA.XA","statoids:iso":"XA","statoids:name":"Xaignabouri","statoids:population":"338646","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA13","gn:id":1652210,"gp:id":2346010,"hasc:id":"LA.XA","iso:id":"LA-XA","qs:id":1046867,"wd:id":"Q465929","wk:page":"Sainyabuli Province"},"wof:country":"LA","wof:geomhash":"cb03612b90b92940a71674260a8dafa7","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673417}],"wof:id":85673417,"wof:lang":["eng"],"wof:lastmodified":1502489480,"wof:name":"Xaignabouri","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":338646,"wof:population_rank":10,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xaignabouri"},"id":85673417},{"arcs":[[-346,-263,79,-262,264,265,266,267,-304,416,424,37,317,89,282,409]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":1.255918,"geom:bbox":"105.205587,13.90972,106.827767001,15.4700852606","geom:latitude":14.775882,"geom:longitude":105.9608,"gn:population":575600,"iso:country":"LA","lbl:latitude":14.813102,"lbl:longitude":105.880942,"meso:name_loc":"ຈຳປາສັກ","mps:latitude":14.767691,"mps:longitude":105.863904,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Champasak"],"name:kor_x_preferred":["참빠삭 주"],"name:lao_x_preferred":["ຈຳປາສັກ"],"name:und_x_variant":["ຈຳປາສັກ"],"name:unk_x_variant":["Province de Khong"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3280","ne:adm1_code":"LAO-3280","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"0","ne:code_hasc":"LA.CH","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3280","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA02","ne:fips_alt":"","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.02","ne:gn_id":"1657818","ne:gn_level":"1","ne:gn_name":"Champasak","ne:gn_region":"","ne:gns_adm1":"LA02","ne:gns_id":"-2663670","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Champasak","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"7","ne:latitude":"14.10930000000","ne:longitude":"106.00300000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Champasak","ne:name_alt":"Bassac|Champassack|Champassak|Champassac|Khong|Pakse","ne:name_len":"9","ne:name_local":"","ne:note":"","ne:postal":"CH","ne:provnum_ne":"20010","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"7","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"20070160","ne:woe_label":"Champasak, LA, Laos","ne:woe_name":"Champasak","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Champasak","qs:a1_lc":"LAO-3280","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"15,415","statoids:area_mi":"5,952","statoids:as_of_date":"2005-03-01","statoids:capital":"Pakxé","statoids:country":"LA","statoids:gec":"LA02","statoids:hasc":"LA.CH","statoids:iso":"CH","statoids:name":"Champasak","statoids:population":"607333","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA02","gn:id":1657818,"gp:id":20070160,"hasc:id":"LA.CH","iso:id":"LA-CH","qs:id":348939,"wd:id":"Q334888","wk:page":"Champasak Province"},"wof:country":"LA","wof:geomhash":"77ad848821fe68324fa6d6f00801efc7","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673423}],"wof:id":85673423,"wof:lang":["eng"],"wof:lastmodified":1502489479,"wof:name":"Champasak","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":607333,"wof:population_rank":11,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Champasak"},"id":85673423},{"arcs":[[290,325,-18,-17,-306,309,260,261,-80,262,345,346,330,-51,327,-334,311,-333,-322,-321,324,289]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":0.855756,"geom:bbox":"105.342227,15.283702488,107.156925,16.55023","geom:latitude":15.849126,"geom:longitude":106.271634,"gn:population":336600,"iso:country":"LA","lbl:latitude":15.824103,"lbl:longitude":106.361095,"meso:name_loc":"ສາລະວັນ","mps:latitude":15.826329,"mps:longitude":106.360249,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Salavan"],"name:kor_x_preferred":["살라완 주"],"name:und_x_variant":["ສາລະວັນ"],"name:unk_x_variant":["Khoueng Saravane"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3281","ne:adm1_code":"LAO-3281","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.SL","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3281","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA19","ne:fips_alt":"LA09","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.19","ne:gn_id":"1653333","ne:gn_level":"1","ne:gn_name":"Salavan","ne:gn_region":"","ne:gns_adm1":"LA19","ne:gns_id":"-2668219","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Salavan","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"7","ne:latitude":"15.76140000000","ne:longitude":"106.24800000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Saravan","ne:name_alt":"Salavan|Salavane|Saravane","ne:name_len":"7","ne:name_local":"","ne:note":"","ne:postal":"SL","ne:provnum_ne":"20009","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"7","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"20070157","ne:woe_label":"Salavan, LA, Laos","ne:woe_name":"Saravan","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Saravan","qs:a1_lc":"LAO-3281","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"10,385","statoids:area_mi":"4,009","statoids:as_of_date":"2005-03-01","statoids:capital":"Saravan","statoids:country":"LA","statoids:gec":"LA19","statoids:hasc":"LA.SL","statoids:iso":"SL","statoids:name":"Saravan","statoids:population":"324303","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA19","gn:id":1653333,"gp:id":20070157,"hasc:id":"LA.SL","iso:id":"LA-SL","qs:id":1287640,"wd:id":"Q302656","wk:page":"Salavan Province"},"wof:country":"LA","wof:geomhash":"774f9f51c145d94d18c8080ec1e8d5db","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673427}],"wof:id":85673427,"wof:lang":["eng"],"wof:lastmodified":1502489480,"wof:name":"Saravan","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":324303,"wof:population_rank":10,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Saravan"},"id":85673427},{"arcs":[[94,90,221,222,365,-69,-68,72,425,-290,-325,320,321,332,-312,333,-328,50,51,408,34,93]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":1.811217,"geom:bbox":"104.733283,15.8767639555,106.799748924,17.1219176149","geom:latitude":16.553256,"geom:longitude":105.706101,"gn:population":769177,"iso:country":"LA","lbl:latitude":16.507601,"lbl:longitude":105.725646,"meso:name_loc":"ສະຫວັນນະເຂດ","mps:latitude":16.511037,"mps:longitude":105.726831,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Savannahkhet"],"name:kor_x_preferred":["사완나켓 주"],"name:und_x_variant":["ສະຫວັນນະເຂດ"],"name:unk_x_variant":["Svannakhét"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3282","ne:adm1_code":"LAO-3282","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.SV","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3282","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA20","ne:fips_alt":"LA10","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.20","ne:gn_id":"1653315","ne:gn_level":"1","ne:gn_name":"Khoueng Savannakhet","ne:gn_region":"","ne:gns_adm1":"LA20","ne:gns_id":"-2668237","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Savannakhet","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"16.49370000000","ne:longitude":"105.77100000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Savannakhét","ne:name_alt":"Svannakhet","ne:name_len":"11","ne:name_local":"","ne:note":"","ne:postal":"SV","ne:provnum_ne":"20007","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"2346008","ne:woe_label":"Savannahkhet, LA, Laos","ne:woe_name":"Savannakhét","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Savannakhét","qs:a1_lc":"LAO-3282","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"22,080","statoids:area_mi":"8,525","statoids:as_of_date":"2005-03-01","statoids:capital":"Savannakhét (Muang Khanthabouly)","statoids:country":"LA","statoids:gec":"LA20","statoids:hasc":"LA.SV","statoids:iso":"SV","statoids:name":"Savannakhét","statoids:population":"825879","statoids:type":"province","statoids:tz":"+7","unlc:subdivision":"LA-SV","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA20","gn:id":1653315,"gp:id":2346008,"hasc:id":"LA.SV","iso:id":"LA-SV","qs:id":894915,"unlc:id":"LA-SV","wd:id":"Q465940","wk:page":"Savannakhet Province"},"wof:country":"LA","wof:geomhash":"64e5984aedadee6a01397a01bb940752","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673429}],"wof:id":85673429,"wof:lang":["eng"],"wof:lastmodified":1502489480,"wof:name":"Savannakhét","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":825879,"wof:population_rank":11,"wof:repo":"whosonfirst-data","wof:subdivision":"LA-SV","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Savannakhét"},"id":85673429},{"arcs":[[237,238,13,314,200,312,206,304,-164,-110,-100,-281,202,203,-339,236]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":0.312058,"geom:bbox":"102.013080482,17.803142,103.153606031,18.4363521427","geom:latitude":18.144253,"geom:longitude":102.582598,"gn:id":"","gn:population":698254,"iso:country":"LA","lbl:latitude":18.074822,"lbl:longitude":102.716167,"meso:name_loc":"ວຽງຈັນ","mps:latitude":18.074562,"mps:longitude":102.710566,"mz:hierarchy_label":1,"mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Viangchan"],"name:und_x_variant":["ວຽງຈັນ"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3283","ne:adm1_code":"LAO-3283","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.VT","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3283","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA00","ne:fips_alt":"LA24","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.24","ne:gn_id":"1904618","ne:gn_level":"1","ne:gn_name":"Viangchan","ne:gn_region":"","ne:gns_adm1":"LA24","ne:gns_id":"382292","ne:gns_lang":"ara","ne:gns_level":"1","ne:gns_name":"Viangchan","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"18.10300000000","ne:longitude":"102.56300000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Vientiane [prefecture]","ne:name_alt":"Vientiane|Kamphaeng Nakhon Viang Chan","ne:name_len":"22","ne:name_local":"","ne:note":"","ne:postal":"VT","ne:provnum_ne":"20001","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Kampeng Nakhon","ne:type_en":"Municipality|Prefecture","ne:wikipedia":"","ne:woe_id":"20070162","ne:woe_label":"Viangchan, LA, Laos","ne:woe_name":"Vientiane [prefecture]","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Vientiane [prefecture]","qs:a1_lc":"LAO-3283","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Municipality|Prefecture","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fct:id":"018975da-8f76-11e1-848f-cfd5bf3ef515","fips:code":"LA00","gn:id":1904618,"gp:id":20070162,"hasc:id":"LA.VT","qs:id":1154061,"wd:id":"Q390377","wk:page":"Vientiane Prefecture"},"wof:country":"LA","wof:geomhash":"6d2e6fdcdea4ea3b2087ae732365a18c","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673433}],"wof:id":85673433,"wof:lang":["eng"],"wof:lastmodified":1500580204,"wof:name":"Vientiane (prefecture)","wof:parent_id":85632241,"wof:placetype":"region","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Vientiane (prefecture)"},"id":85673433},{"arcs":[[119,120,337,-237,338,-204,-203,280,99,109,163,164,377,378,-249,162,107,108,101,102,103,-342,-341,-373,373,-335,118]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":1.635421,"geom:bbox":"101.387745984,17.8082592273,103.515575404,19.4122530674","geom:latitude":18.712135,"geom:longitude":102.420414,"gn:population":698254,"iso:country":"LA","lbl:latitude":18.846354,"lbl:longitude":102.315852,"meso:name_loc":"ວຽງຈັນ","mps:latitude":18.792747,"mps:longitude":102.501781,"mz:hierarchy_label":1,"mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Viangchan"],"name:eng_x_variant":["Vientiane Prefecture","Vientiane"],"name:kor_x_preferred":["비엔티안 도"],"name:und_x_variant":["ວຽງຈັນ"],"name:unk_x_variant":["Prefecture de Vientiane"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3284","ne:adm1_code":"LAO-3284","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.VI","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3284","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA27","ne:fips_alt":"LA11","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.27","ne:gn_id":"1652238","ne:gn_level":"1","ne:gn_name":"Viangchan","ne:gn_region":"","ne:gns_adm1":"LA27","ne:gns_id":"-2669331","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Viangchan","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"18.91860000000","ne:longitude":"102.15600000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Vientiane","ne:name_alt":"Viangchan","ne:name_len":"9","ne:name_local":"","ne:note":"","ne:postal":"VI","ne:provnum_ne":"20004","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"20070164","ne:woe_label":"Viangchan, LA, Laos","ne:woe_name":"Vientiane","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Vientiane","qs:a1_lc":"LAO-3284","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA27","gn:id":1904618,"gp:id":20070164,"hasc:id":"LA.VI","qs:id":348940,"wd:id":"Q390377","wk:page":"Vientiane Prefecture"},"wof:country":"LA","wof:geomhash":"1275d591b9eb4b5c59c0d3e1ae088297","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673437}],"wof:id":85673437,"wof:lang":["eng"],"wof:lastmodified":1501223571,"wof:name":"Vientiane","wof:parent_id":85632241,"wof:placetype":"region","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Vientiane"},"id":85673437},{"arcs":[[415,173,174,-168,-167,-119,334,-374,372,-340,-286,-364,123,124,-397,-64]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":1.194725,"geom:bbox":"102.65448273,18.7972731337,104.278700822,20.0395496458","geom:latitude":19.422506,"geom:longitude":103.526426,"gn:population":37507,"iso:country":"LA","lbl:latitude":19.461236,"lbl:longitude":103.511011,"meso:name_loc":"ຊຽງຂວາງ","mps:latitude":19.513103,"mps:longitude":103.496118,"mz:hierarchy_label":1,"mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Xiangkhoang"],"name:kor_x_preferred":["씨앙쿠앙 주"],"name:und_x_variant":["ຊຽງຂວາງ"],"name:unk_x_variant":["Tran Ninh"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3286","ne:adm1_code":"LAO-3286","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"0","ne:code_hasc":"LA.XI","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3286","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA14","ne:fips_alt":"","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.14","ne:gn_id":"1652077","ne:gn_level":"1","ne:gn_name":"Xiangkhouang","ne:gn_region":"","ne:gns_adm1":"LA14","ne:gns_id":"-2669495","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Xiangkhouang","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"7","ne:latitude":"19.51130000000","ne:longitude":"103.46000000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Xiangkhoang","ne:name_alt":"Xiang Khouang|Xieng Khouang|Xiengkhuang|Xieng Khwang","ne:name_len":"11","ne:name_local":"","ne:note":"","ne:postal":"XI","ne:provnum_ne":"20012","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"7","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"2346011","ne:woe_label":"Xiangkhoang, LA, Laos","ne:woe_name":"Xiangkhoang","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Xiangkhoang","qs:a1_lc":"LAO-3286","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA14","gn:id":1652077,"gp:id":2346011,"hasc:id":"LA.XI","qs:id":1046868,"wd:id":"Q465947","wk:page":"Xiangkhouang Province"},"wof:country":"LA","wof:geomhash":"cf44c7867a043725332e65ed082fd147","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673441}],"wof:id":85673441,"wof:lang":["eng"],"wof:lastmodified":1501221322,"wof:name":"Xiangkhoang","wof:parent_id":85632241,"wof:placetype":"region","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xiangkhoang"},"id":85673441},{"arcs":[[63,396,-125,-124,363,-285,364,359,411,78,53,423,62]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":1.514192,"geom:bbox":"103.111777876,19.609125,104.993292,20.978451","geom:latitude":20.282405,"geom:longitude":104.015959,"gn:population":286383,"iso:country":"LA","lbl:latitude":20.36499,"lbl:longitude":103.998274,"meso:name_loc":"ຫົວພັນ","mps:latitude":20.348494,"mps:longitude":103.989293,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Houaphan"],"name:kor_x_preferred":["후아판 주"],"name:lao_x_preferred":["ຫົວພັນ"],"name:und_x_variant":["ຫົວພັນ"],"name:unk_x_variant":["Khoueng Samneua"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3288","ne:adm1_code":"LAO-3288","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"0","ne:code_hasc":"LA.HO","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3288","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA03","ne:fips_alt":"","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.03","ne:gn_id":"1657114","ne:gn_level":"1","ne:gn_name":"Houaphan","ne:gn_region":"","ne:gns_adm1":"LA03","ne:gns_id":"-2664388","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Houaphan","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"20.37290000000","ne:longitude":"104.03900000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Houaphan","ne:name_alt":"Hua Phan|Huaphanh|Sam Neua|Xam Nua","ne:name_len":"8","ne:name_local":"","ne:note":"","ne:postal":"HO","ne:provnum_ne":"20019","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"2346001","ne:woe_label":"Houaphan, LA, Laos","ne:woe_name":"Houaphan","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Houaphan","qs:a1_lc":"LAO-3288","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"16,500","statoids:area_mi":"6,371","statoids:as_of_date":"2005-03-01","statoids:capital":"Sam Neua","statoids:country":"LA","statoids:gec":"LA03","statoids:hasc":"LA.HO","statoids:iso":"HO","statoids:name":"Houaphan","statoids:population":"280898","statoids:type":"province","statoids:tz":"+7","unlc:subdivision":"LA-HO","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA03","gn:id":1657114,"gp:id":2346001,"hasc:id":"LA.HO","iso:id":"LA-HO","qs:id":423790,"unlc:id":"LA-HO","wd:id":"Q502997","wk:page":"Houaphanh Province"},"wof:country":"LA","wof:geomhash":"d4f14973be6ea1fbd5fd427932ea1c21","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673447}],"wof:id":85673447,"wof:lang":["eng"],"wof:lastmodified":1502489479,"wof:name":"Houaphan","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":280898,"wof:population_rank":10,"wof:repo":"whosonfirst-data","wof:subdivision":"LA-HO","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Houaphan"},"id":85673447},{"arcs":[[195,159,151,152,153,-215,193,189,-142,190,-217,-28,217,422,-365,284,285,339,340,341,-104,-103,-102]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":1.712723,"geom:bbox":"101.724883736,19.0482595087,103.387759566,21.1342545864","geom:latitude":20.122969,"geom:longitude":102.546712,"gn:population":407012,"iso:country":"LA","lbl:latitude":20.137916,"lbl:longitude":102.62839,"meso:name_loc":"ຫລວງພຣະບາງ","mps:latitude":20.138002,"mps:longitude":102.628678,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Louangphabang"],"name:kor_x_preferred":["루앙프라방 주"],"name:und_x_variant":["ຫລວງພຣະບາງ"],"name:unk_x_variant":["Khoueng Luang Prabang"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3289","ne:adm1_code":"LAO-3289","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.LP","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3289","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA17","ne:fips_alt":"LA06","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.17","ne:gn_id":"1655558","ne:gn_level":"1","ne:gn_name":"Luang Prabang Province","ne:gn_region":"","ne:gns_adm1":"LA17","ne:gns_id":"-2665958","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Louangphabang","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"7","ne:latitude":"20.07880000000","ne:longitude":"102.54900000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Louangphrabang","ne:name_alt":"Loang Prabang|Louangphabang|Louang Prabang|Luang Phabang|Luangphrabang|Luang Prabang","ne:name_len":"14","ne:name_local":"","ne:note":"","ne:postal":"LP","ne:provnum_ne":"20018","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"7","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"2346004","ne:woe_label":"Louangphabang, LA, Laos","ne:woe_name":"Louangphrabang","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Louangphrabang","qs:a1_lc":"LAO-3289","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"16,875","statoids:area_mi":"6,515","statoids:as_of_date":"2005-03-01","statoids:capital":"Louangphrabang","statoids:country":"LA","statoids:gec":"LA17","statoids:hasc":"LA.LP","statoids:iso":"LP","statoids:name":"Louangphrabang","statoids:population":"407012","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA17","gn:id":1655558,"gp:id":2346004,"hasc:id":"LA.LP","iso:id":"LA-LP","qs:id":894913,"wd:id":"Q747881","wk:page":"Luang Prabang Province"},"wof:country":"LA","wof:geomhash":"1a09fa01ff731e1a01967c2967101a77","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673451}],"wof:id":85673451,"wof:lang":["eng"],"wof:lastmodified":1502489480,"wof:name":"Luangphrabang","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":407012,"wof:population_rank":10,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Luangphrabang"},"id":85673451},{"arcs":[[141,-190,-194,214,-154,-210,186,-209,242,243,244,241,188,-180,-179,-178,-177,-147,414,-139,-138,140]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":1.018591,"geom:bbox":"100.731160629,19.8169600625,102.363799343,21.220436","geom:latitude":20.426002,"geom:longitude":101.724243,"gn:population":275300,"iso:country":"LA","lbl:latitude":20.432257,"lbl:longitude":101.847804,"meso:name_loc":"ອຸດົມໄຊ","mps:latitude":20.321359,"mps:longitude":101.813004,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Oudomxai"],"name:kor_x_preferred":["우돔싸이 주"],"name:und_x_variant":["ອຸດົມໄຊ"],"name:unk_x_variant":["Khouèng Oudômxai"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3290","ne:adm1_code":"LAO-3290","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"0","ne:code_hasc":"LA.OU","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3290","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA07","ne:fips_alt":"","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.07","ne:gn_id":"1654491","ne:gn_level":"1","ne:gn_name":"Khoueng Oudomxai","ne:gn_region":"","ne:gns_adm1":"LA07","ne:gns_id":"-2667045","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Oudomxai","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"20.16100000000","ne:longitude":"101.54800000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Oudômxai","ne:name_alt":"Oudomsai|Oudomsay|Oudomxay|UdomXay","ne:name_len":"8","ne:name_local":"","ne:note":"split from Luangphrabang","ne:postal":"OU","ne:provnum_ne":"20015","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"2346005","ne:woe_label":"Oudomxai, LA, Laos","ne:woe_name":"Oudômxai","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Oudômxai","qs:a1_lc":"LAO-3290","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"15,370","statoids:area_mi":"5,934","statoids:as_of_date":"2005-03-01","statoids:capital":"Muang Xay","statoids:country":"LA","statoids:gec":"LA07","statoids:hasc":"LA.OU","statoids:iso":"OU","statoids:name":"Oudômxai","statoids:population":"265128","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA07","gn:id":1654491,"gp:id":2346005,"hasc:id":"LA.OU","iso:id":"LA-OU","qs:id":894914,"wd:id":"Q465961","wk:page":"Oudomxay Province"},"wof:country":"LA","wof:geomhash":"23480211f11e73680e59621aacda3309","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673453}],"wof:id":85673453,"wof:lang":["eng"],"wof:lastmodified":1502489480,"wof:name":"Oudômxai","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":265128,"wof:population_rank":10,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Oudômxai"},"id":85673453},{"arcs":[[27,216,-191,-141,137,138,139,410,6,38,406,26]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":1.354139,"geom:bbox":"101.537844,20.8303120354,102.993228,22.502872","geom:latitude":21.645739,"geom:longitude":102.240636,"gn:id":"","gn:population":199900,"iso:country":"LA","lbl:latitude":21.633996,"lbl:longitude":102.240674,"meso:name_loc":"ຜົ້ງສາລີ","mps:latitude":21.627189,"mps:longitude":102.219606,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Phongsali"],"name:kor_x_preferred":["퐁살리 주"],"name:und_x_variant":["ຜົ້ງສາລີ"],"name:unk_x_variant":["Khouèng Fong Sali"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3291","ne:adm1_code":"LAO-3291","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.PH","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3291","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA18","ne:fips_alt":"LA08","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.18","ne:gn_id":"1653893","ne:gn_level":"1","ne:gn_name":"Khoueng Phongsali","ne:gn_region":"","ne:gns_adm1":"LA18","ne:gns_id":"-2667651","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Phongsali","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"21.61530000000","ne:longitude":"102.24500000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Phôngsali","ne:name_alt":"Fong Sali|Phongsaly","ne:name_len":"9","ne:name_local":"","ne:note":"","ne:postal":"PH","ne:provnum_ne":"20017","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"2346006","ne:woe_label":"Phongsali, LA, Laos","ne:woe_name":"Phôngsali","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Phôngsali","qs:a1_lc":"LAO-3291","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"16,270","statoids:area_mi":"6,282","statoids:as_of_date":"2005-03-01","statoids:capital":"Phôngsali","statoids:country":"LA","statoids:gec":"LA18","statoids:hasc":"LA.PH","statoids:iso":"PH","statoids:name":"Phôngsali","statoids:population":"165926","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fct:id":"0189744a-8f76-11e1-848f-cfd5bf3ef515","fips:code":"LA18","gn:id":1653893,"gp:id":2346006,"hasc:id":"LA.PH","iso:id":"LA-PH","qs:id":1030864,"wd:id":"Q334868","wk:page":"Phongsaly Province"},"wof:country":"LA","wof:geomhash":"9302b859d6e7d11e2cb7cc3b61aebd77","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673459}],"wof:id":85673459,"wof:lang":["eng"],"wof:lastmodified":1502489480,"wof:name":"Phôngsali","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":165926,"wof:population_rank":9,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Phôngsali"},"id":85673459},{"arcs":[[166,167,-175,356,401,402,-351,-350,-356,405,252,421,-238,-338,-121,-120]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"uuuu","geom:area":1.335102,"geom:bbox":"102.81096233,17.8866980144,105.259205152,19.120128","geom:latitude":18.49293,"geom:longitude":104.25635,"gn:population":214900,"iso:country":"LA","lbl:latitude":18.546984,"lbl:longitude":104.339726,"meso:name_loc":"ບໍລິຄໍາໄຊ","mps:latitude":18.529366,"mps:longitude":104.362731,"mz:hierarchy_label":1,"mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Bolikhamxai"],"name:eng_x_variant":["Bolikhamsai Province","Bolikhamsai"],"name:kor_x_preferred":["볼리캄사이 주"],"name:lao_x_preferred":["ແຂວງບໍລິຄໍາໄຊ"],"name:lao_x_variant":["ລິຄຳໄຊ"],"name:und_x_variant":["ບໍລິຄໍາໄຊ"],"name:unk_x_variant":["Borikhan"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3292","ne:adm1_code":"LAO-3292","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.BL","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3292","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA00","ne:fips_alt":"LA23","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.23","ne:gn_id":"1904617","ne:gn_level":"1","ne:gn_name":"Bolikhamxai","ne:gn_region":"","ne:gns_adm1":"LA23","ne:gns_id":"382291","ne:gns_lang":"ara","ne:gns_level":"1","ne:gns_name":"Bolikhamxai","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"18.53800000000","ne:longitude":"104.03900000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Bolikhamxai","ne:name_alt":"Bolikhamsai|Bolikhamxay|Borikhamzay|Borikane|Borikhan|Borikhane","ne:name_len":"11","ne:name_local":"","ne:note":"","ne:postal":"BL","ne:provnum_ne":"20003","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"20070163","ne:woe_label":"Bolikhamxai, LA, Laos","ne:woe_name":"Bolikhamxai","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Bolikhamxai","qs:a1_lc":"LAO-3292","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA00","gn:id":1904617,"gp:id":20070163,"hasc:id":"LA.BL","qs:id":202012,"wd:id":"Q2403514","wk:page":"Bolikhamsai Province"},"wof:country":"LA","wof:geomhash":"2c7f851150e7d4f6d9ef199ace949b8f","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673463}],"wof:id":85673463,"wof:lang":["eng"],"wof:lastmodified":1501223570,"wof:name":"Borikhamxai","wof:parent_id":85632241,"wof:placetype":"region","wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Borikhamxai"},"id":85673463},{"arcs":[[67,68,-366,-223,-222,-91,-95,235,386,354,355,349,350,-403,403,66]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":1.426769,"geom:bbox":"104.264122103,16.9032977955,106.431928972,18.264766","geom:latitude":17.572553,"geom:longitude":105.257733,"gn:population":358800,"iso:country":"LA","lbl:latitude":17.557468,"lbl:longitude":105.274089,"meso:name_loc":"ຄໍາມ່ວນ","mps:latitude":17.555374,"mps:longitude":105.261358,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Khammouan"],"name:kor_x_preferred":["캄무안 주"],"name:und_x_variant":["ຄໍາມ່ວນ"],"name:unk_x_variant":["Province de Cammon"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3293","ne:adm1_code":"LAO-3293","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"10","ne:code_hasc":"LA.KH","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3293","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA15","ne:fips_alt":"LA04","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.15","ne:gn_id":"1656538","ne:gn_level":"1","ne:gn_name":"Khammouan","ne:gn_region":"","ne:gns_adm1":"LA15","ne:gns_id":"-2664968","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Khammouan","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"7","ne:latitude":"17.61510000000","ne:longitude":"105.34300000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Khammouan","ne:name_alt":"Khammouane|Khammuan","ne:name_len":"9","ne:name_local":"","ne:note":"","ne:postal":"KH","ne:provnum_ne":"20011","ne:region":"Northeastern","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"7","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"20070161","ne:woe_label":"Khammouan, LA, Laos","ne:woe_name":"Khammouan","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Khammouan","qs:a1_lc":"LAO-3293","qs:a1r":"Northeastern","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"16,315","statoids:area_mi":"6,299","statoids:as_of_date":"2005-03-01","statoids:capital":"Thakhek (Muang Khammouan)","statoids:country":"LA","statoids:gec":"LA15","statoids:hasc":"LA.KH","statoids:iso":"KH","statoids:name":"Khammouan","statoids:population":"337314","statoids:type":"province","statoids:tz":"+7","unlc:subdivision":"LA-KH","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA15","gn:id":1656538,"gp:id":20070161,"hasc:id":"LA.KH","iso:id":"LA-KH","qs:id":1149779,"unlc:id":"LA-KH","wd:id":"Q506641","wk:page":"Khammouane Province"},"wof:country":"LA","wof:geomhash":"32e3ab14964f6cf74837ae968cd78cda","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673467}],"wof:id":85673467,"wof:lang":["eng"],"wof:lastmodified":1502489479,"wof:name":"Khammouan","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":337314,"wof:population_rank":10,"wof:repo":"whosonfirst-data","wof:subdivision":"LA-KH","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Khammouan"},"id":85673467},{"arcs":[[42,369,296,420,298,419,300,367,302,303,-268,-267,294,46,-2]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":0.800841,"geom:bbox":"106.174620527,14.292068,107.599227,15.2911659858","geom:latitude":14.800395,"geom:longitude":106.947563,"gn:population":114300,"iso:country":"LA","lbl:latitude":14.782123,"lbl:longitude":107.065977,"meso:name_loc":"ອັດຕະປື","mps:latitude":14.844065,"mps:longitude":107.113154,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Attapu"],"name:kor_x_preferred":["앗타푸 주"],"name:lao_x_preferred":["ແຂວງ​ອັດຕະປື"],"name:lao_x_variant":["ອັດຕະປື"],"name:und_x_variant":["ອັດຕະປື"],"name:unk_x_variant":["Muang Mai"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3294","ne:adm1_code":"LAO-3294","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"0","ne:code_hasc":"LA.AT","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3294","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA01","ne:fips_alt":"","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.01","ne:gn_id":"1665045","ne:gn_level":"1","ne:gn_name":"Attapu","ne:gn_region":"","ne:gns_adm1":"LA01","ne:gns_id":"-2656433","ne:gns_lang":"ind","ne:gns_level":"1","ne:gns_name":"Attapu","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"7","ne:latitude":"14.78480000000","ne:longitude":"106.86600000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Attapu","ne:name_alt":"Attopu|Atpu|Attapeu|Attopeu|Muang Mai","ne:name_len":"6","ne:name_local":"","ne:note":"","ne:postal":"AT","ne:provnum_ne":"20005","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"7","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"20070159","ne:woe_label":"Attapu, LA, Laos","ne:woe_name":"Attapu","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Attapu","qs:a1_lc":"LAO-3294","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"10,320","statoids:area_mi":"3,985","statoids:as_of_date":"2005-03-01","statoids:capital":"Attapu (Muang Samakhisai)","statoids:country":"LA","statoids:gec":"LA01","statoids:hasc":"LA.AT","statoids:iso":"AT","statoids:name":"Attapu","statoids:population":"112097","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA01","gn:id":1665045,"gp:id":20070159,"hasc:id":"LA.AT","iso:id":"LA-AT","qs:id":348938,"wd:id":"Q503004","wk:page":"Attapeu Province"},"wof:country":"LA","wof:geomhash":"dc26fe5bd9d72b403e0ae392fa0bc71b","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673469}],"wof:id":85673469,"wof:lang":["eng"],"wof:lastmodified":1502489479,"wof:name":"Attapeu","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":112097,"wof:population_rank":9,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Attapeu"},"id":85673469},{"arcs":[[1,-47,-295,-266,-265,-261,-310,305,16,17,14,0]],"type":"Polygon","properties":{"edtf:cessation":"uuuu","edtf:inception":"2005-03-01","geom:area":0.706452,"geom:bbox":"106.30150874,15.028438,107.69483,16.1832139025","geom:latitude":15.584178,"geom:longitude":107.046117,"gn:population":83600,"iso:country":"LA","lbl:latitude":15.552736,"lbl:longitude":106.977763,"meso:name_loc":"ເຊກອງ","mps:latitude":15.548349,"mps:longitude":106.981454,"mz:hierarchy_label":1,"mz:is_current":"1","mz:max_zoom":"11.0","mz:min_zoom":"8.0","name:eng_x_preferred":["Xekong"],"name:kor_x_preferred":["세콩 주"],"name:und_x_variant":["ເຊກອງ"],"name:unk_x_variant":["Khouèng Xékong"],"ne:abbrev":"","ne:adm0_a3":"LAO","ne:adm0_label":"5","ne:adm0_sr":"1","ne:adm1_cod_1":"LAO-3295","ne:adm1_code":"LAO-3295","ne:admin":"Laos","ne:area_sqkm":"0.00000000000","ne:check_me":"0","ne:code_hasc":"LA.XE","ne:code_local":"","ne:datarank":"8","ne:diss_me":"3295","ne:featurecla":"Admin-1 scale rank","ne:fips":"LA26","ne:fips_alt":"","ne:gadm_level":"1","ne:geonunit":"Laos","ne:gn_a1_code":"LA.26","ne:gn_id":"1904615","ne:gn_level":"1","ne:gn_name":"Khoueng Xekong","ne:gn_region":"","ne:gns_adm1":"LA26","ne:gns_id":"382284","ne:gns_lang":"ara","ne:gns_level":"1","ne:gns_name":"Xekong","ne:gns_region":"","ne:gu_a3":"LAO","ne:hasc_maybe":"","ne:iso_3166_2":"LA-","ne:iso_a2":"LA","ne:labelrank":"6","ne:latitude":"15.64140000000","ne:longitude":"106.98200000000","ne:mapcolor13":"9","ne:mapcolor9":"1","ne:name":"Xékong","ne:name_alt":"Sekong","ne:name_len":"6","ne:name_local":"","ne:note":"split from Saravan","ne:postal":"XE","ne:provnum_ne":"20008","ne:region":"","ne:region_cod":"","ne:region_sub":"","ne:sameascity":"-99","ne:scalerank":"6","ne:sov_a3":"LAO","ne:sub_code":"","ne:type":"Khoueng","ne:type_en":"Province","ne:wikipedia":"","ne:woe_id":"20070158","ne:woe_label":"Xekong, LA, Laos","ne:woe_name":"Xékong","qs:a0":"Laos","qs:a0_lc":"LA","qs:a1":"Xékong","qs:a1_lc":"LAO-3295","qs:adm0":"Laos","qs:adm0_a3":"LAO","qs:level":"adm1","qs:scale":4000000,"qs:source":"Natural Earth","qs:type":"Province","src:geom":"meso","src:geom_alt":["quattroshapes"],"src:lbl:centroid":"mapshaper","src:population":"statoids","statoids:area_km":"7,665","statoids:area_mi":"2,959","statoids:as_of_date":"2005-03-01","statoids:capital":"Ban Phone (Muang Laman)","statoids:country":"LA","statoids:gec":"LA26","statoids:hasc":"LA.XE","statoids:iso":"XE","statoids:name":"Xékong","statoids:population":"84985","statoids:type":"province","statoids:tz":"+7","wof:belongsto":[102191569,85632241],"wof:breaches":[],"wof:concordances":{"fips:code":"LA26","gn:id":1904615,"gp:id":20070158,"hasc:id":"LA.XE","iso:id":"LA-XE","qs:id":1287641,"wd:id":"Q585707","wk:page":"Sekong Province"},"wof:country":"LA","wof:geomhash":"799978b081bdb1c25366ff09d708424b","wof:hierarchy":[{"continent_id":102191569,"country_id":85632241,"region_id":85673473}],"wof:id":85673473,"wof:lang":["eng"],"wof:lastmodified":1502489481,"wof:name":"Xékong","wof:parent_id":85632241,"wof:placetype":"region","wof:placetype_alt":"","wof:placetype_local":"province","wof:population":84985,"wof:population_rank":8,"wof:repo":"whosonfirst-data","wof:superseded_by":[],"wof:supersedes":[],"wof:tags":[],"lflt:label_text":"Xékong"},"id":85673473}]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment