Skip to content

Instantly share code, notes, and snippets.

@cmgiven
Created August 11, 2016 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cmgiven/09140e2ac8119340048f62d1b241977e to your computer and use it in GitHub Desktop.
Save cmgiven/09140e2ac8119340048f62d1b241977e to your computer and use it in GitHub Desktop.
Choropleth with Animated Stripes
license: mit

Block-a-Day #5. Experiment with using patterns and animation to show the margin of error on a choropleth. Stripes periodically pulse to the extremes of the margin of error to show uncertainty. This is one where the only way to see if it works is to build it; unfortunately, the idea worked better in my imagination.

Data Sources: 2014 ACS

What I Learned: I might have used an SVG mask before in a visualization project, but I had certainly never used the combination of pattern and mask. Drew heavily upon John Schulz's block demonstrating this technique. This is also my first time using Mike Bostock's pattern for chained transitions.

What I'd Do With More Time: Not sure. This isn't as effective as I'd hoped. Might be a dead end.

Block-a-Day

Just what it sounds like. For fifteen days, I will make a D3.js v4 block every single day. Rules:

  1. Ideas over implementation. Do something novel, don't sweat the details.
  2. No more than two hours can be spent on coding (give or take).
  3. Every. Single. Day.

Previously

acs GEO.id GEO.id2 GEO.display-label HC01_EST_VC02 HC01_MOE_VC02 HC02_EST_VC02 HC02_MOE_VC02
one-year 0500000US24001 24001 Allegany County, Maryland 7148 811 19.2 6.3
one-year 0500000US24003 24003 Anne Arundel County, Maryland 62621 3121 6.3 1.8
one-year 0500000US24005 24005 Baltimore County, Maryland 97708 3700 10.4 1.9
one-year 0500000US24009 24009 Calvert County, Maryland 10552 1294 5.4 3.3
one-year 0500000US24011 24011 Caroline County, Maryland
one-year 0500000US24013 24013 Carroll County, Maryland 21737 1394 5.3 2.1
one-year 0500000US24015 24015 Cecil County, Maryland 10806 1168 9.4 4
one-year 0500000US24017 24017 Charles County, Maryland 22027 1579 7.7 2.9
one-year 0500000US24019 24019 Dorchester County, Maryland
one-year 0500000US24021 24021 Frederick County, Maryland 30524 1699 6.1 2.3
one-year 0500000US24023 24023 Garrett County, Maryland
one-year 0500000US24025 24025 Harford County, Maryland 29637 2010 10.2 2.8
one-year 0500000US24027 24027 Howard County, Maryland 41361 2341 6.1 2
one-year 0500000US24029 24029 Kent County, Maryland
one-year 0500000US24031 24031 Montgomery County, Maryland 129628 4169 7 1.3
one-year 0500000US24033 24033 Prince George's County, Maryland 100730 3600 11.2 1.7
one-year 0500000US24035 24035 Queen Anne's County, Maryland
one-year 0500000US24037 24037 St. Mary's County, Maryland 13170 1449 8.4 4.5
one-year 0500000US24039 24039 Somerset County, Maryland
one-year 0500000US24041 24041 Talbot County, Maryland
one-year 0500000US24043 24043 Washington County, Maryland 17702 1548 16.8 4.5
one-year 0500000US24045 24045 Wicomico County, Maryland 11716 1283 17.8 6.4
one-year 0500000US24047 24047 Worcester County, Maryland
one-year 0500000US24510 24510 Baltimore city, Maryland 62633 3419 27.2 2.9
five-year 0500000US24001 24001 Allegany County, Maryland 7211 354 19 3.3
five-year 0500000US24003 24003 Anne Arundel County, Maryland 67364 1334 5.8 0.9
five-year 0500000US24005 24005 Baltimore County, Maryland 96739 1439 9.9 0.7
five-year 0500000US24009 24009 Calvert County, Maryland 11793 468 6 1.4
five-year 0500000US24011 24011 Caroline County, Maryland 4190 282 18.7 4
five-year 0500000US24013 24013 Carroll County, Maryland 21166 505 5.7 1
five-year 0500000US24015 24015 Cecil County, Maryland 12357 539 11.6 1.9
five-year 0500000US24017 24017 Charles County, Maryland 20494 627 8.4 1.3
five-year 0500000US24019 24019 Dorchester County, Maryland 3834 273 23.4 4
five-year 0500000US24021 24021 Frederick County, Maryland 31040 811 6.2 1
five-year 0500000US24023 24023 Garrett County, Maryland 3306 206 19.7 4.8
five-year 0500000US24025 24025 Harford County, Maryland 31520 844 9.5 1.3
five-year 0500000US24027 24027 Howard County, Maryland 42290 975 5.3 0.8
five-year 0500000US24029 24029 Kent County, Maryland 1624 213 12.3 4.7
five-year 0500000US24031 24031 Montgomery County, Maryland 129447 1720 6.8 0.4
five-year 0500000US24033 24033 Prince George's County, Maryland 107174 1238 10.3 0.7
five-year 0500000US24035 24035 Queen Anne's County, Maryland 5590 348 8.9 2.7
five-year 0500000US24037 24037 St. Mary's County, Maryland 14293 461 7.5 1.7
five-year 0500000US24039 24039 Somerset County, Maryland 2080 283 31.5 6.9
five-year 0500000US24041 24041 Talbot County, Maryland 4097 242 13.1 3.5
five-year 0500000US24043 24043 Washington County, Maryland 17988 541 15.8 1.8
five-year 0500000US24045 24045 Wicomico County, Maryland 12053 545 19.2 3.1
five-year 0500000US24047 24047 Worcester County, Maryland 4729 365 12.1 3.4
five-year 0500000US24510 24510 Baltimore city, Maryland 64647 1121 28.7 1.2
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#controls {
top: 240px;
left: 60px;
position: absolute;
font-family: sans-serif;
}
</style>
<body>
<form id="controls">
<strong>Poverty Rate of Families with Children Under 18</strong><br>
<input type="radio" name="survey" value="five-year" checked> ACS 5-Year<br>
<input type="radio" name="survey" value="one-year"> ACS 1-Year
</form>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="//d3js.org/topojson.v1.min.js"></script>
<script>
var speed = 900
var width = 960
var height = 500
var color = d3.scaleLinear()
.range(['#ffd', '#c35'])
var projection = d3.geoMercator()
.center([-77.223, 38.85])
.scale(width * 12)
var path = d3.geoPath().projection(projection)
var svg = d3.select('body')
.append('svg')
.attr('width', width)
.attr('height', height)
var defs = svg.append('defs')
defs.append('pattern')
.attr('id', 'stripe-pattern')
.attr('width', 20)
.attr('height', 20)
.attr('patternUnits', 'userSpaceOnUse')
.attr('patternTransform', 'rotate(45)')
.append('rect')
.attr('width', 12)
.attr('height', 20)
.attr('fill', '#fff')
defs.append('mask')
.attr('id', 'stripe-mask')
.append('rect')
.attr('width', '100%')
.attr('height', '100%')
.attr('fill', 'url(#stripe-pattern)')
var layers = svg.selectAll('.layer')
.data(['fill', 'stripe'])
.enter().append('g')
.attr('class', function (d) { return 'layer ' + d })
var stripeLayer = layers.filter(function (d) { return d === 'stripe' })
.attr('mask', 'url(#stripe-mask)')
d3.queue()
.defer(d3.csv, 'data.csv', function (d) {
return {
acs: d.acs,
id: d['GEO.id2'],
name: d['GEO.display-label'],
rate: d.HC02_EST_VC02 !== '' ? +d.HC02_EST_VC02 / 100 : undefined,
moe: d.HC02_MOE_VC02 !== '' ? +d.HC02_MOE_VC02 / 100 : undefined
}
})
.defer(d3.json, 'md-counties.json')
.awaitAll(initialize)
function initialize(error, results) {
if (error) { throw error }
var data = results[0]
var geoData = results[1]
color.domain([
d3.min(data, function (d) { return d.rate - d.moe }),
d3.max(data, function (d) { return d.rate + d.moe })
])
var counties = layers.selectAll('path')
.data(topojson.feature(geoData, geoData.objects.md).features)
.enter().append('path')
.attr('d', path)
.style('stroke', '#fff')
.style('stroke-width', 1)
update('five-year')
d3.select('#controls').on('change', function () {
update(d3.select('input:checked').attr('value'))
})
function update(acs) {
counties.interrupt()
.data(data.filter(function (d) { return d.acs === acs }),
function (d) { return d.id })
.style('fill', function (d) { return d.rate ? color(d.rate) : '#eee' })
var tIn = d3.transition().duration(speed).ease(d3.easeSinIn)
var tOut = d3.transition().duration(speed).ease(d3.easeSinOut)
stripeLayer.selectAll('path')
.filter(function (d) { return d.rate })
.transition(tIn).delay(function (d, i) { return Math.random() * speed })
.on('start', function repeat() {
d3.active(this)
.style('fill', function (d) { return color(d.rate + d.moe) })
.transition(tOut)
.style('fill', function (d) { return color(d.rate) })
.transition(tIn).delay(speed / 2)
.style('fill', function (d) { return color(d.rate - d.moe) })
.transition(tOut)
.style('fill', function (d) { return color(d.rate) })
.transition(tIn).delay(speed / 2)
.on('start', repeat)
})
}
}
</script>
</body>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"md":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","id":"24029","arcs":[[[0]],[[1,2,3,4],[5,6]]]},{"type":"MultiPolygon","id":"24017","arcs":[[[7,8,9,10]],[[11]]]},{"type":"Polygon","id":"24011","arcs":[[12,13,14,15,16,17,18,19,20,21,22,23]]},{"type":"Polygon","id":"24001","arcs":[[24,25,26,27]]},{"type":"MultiPolygon","id":"24510","arcs":[[[28,29]],[[30,31]],[[32,33]]]},{"type":"Polygon","id":"24021","arcs":[[34,35,36,37,38,39,40]]},{"type":"MultiPolygon","id":"24047","arcs":[[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[47]],[[48]],[[49]],[[50,51,52]],[[53]],[[54]]]},{"type":"MultiPolygon","id":"24041","arcs":[[[55,-19,56,-17,57,58]],[[59]]]},{"type":"Polygon","id":"24023","arcs":[[-27,60]]},{"type":"MultiPolygon","id":"24015","arcs":[[[-5,61]],[[62]],[[63]],[[64]],[[65]],[[66]]]},{"type":"MultiPolygon","id":"24039","arcs":[[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[77]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83]],[[84]],[[85]],[[86]],[[87]],[[88]],[[89]],[[90]],[[91]],[[92]],[[93]],[[94]],[[95]],[[96]],[[97]],[[98]],[[99]],[[100]],[[101]],[[102]],[[103]],[[104]],[[105,-51,106],[107]]]},{"type":"Polygon","id":"24043","arcs":[[-40,108,-25,109]]},{"type":"Polygon","id":"24033","arcs":[[110,111,112,-11,113,114,115,116]]},{"type":"MultiPolygon","id":"24005","arcs":[[[117]],[[118]],[[-34,119,120,121,122,123,124,125,126,127,128,129,130]]]},{"type":"MultiPolygon","id":"24045","arcs":[[[131]],[[-52,-106,132]]]},{"type":"Polygon","id":"24013","arcs":[[-125,133,134,135,-35,136]]},{"type":"Polygon","id":"24031","arcs":[[137,138,139,-116,140,141,-38,142]]},{"type":"MultiPolygon","id":"24035","arcs":[[[143,-21,144,-59,145,-6,146,-3,147,-23]],[[148]],[[149]],[[150]]]},{"type":"MultiPolygon","id":"24019","arcs":[[[151]],[[152]],[[153]],[[154]],[[155]],[[156]],[[157]],[[158]],[[159,-13]],[[-15,160]]]},{"type":"MultiPolygon","id":"24025","arcs":[[[161]],[[162,-130]],[[163]],[[-129,164,-127,165]]]},{"type":"MultiPolygon","id":"24037","arcs":[[[166,-9],[167]],[[168]],[[169]]]},{"type":"MultiPolygon","id":"24003","arcs":[[[170,-29,171,172,173,174,-112,175,176,-121,177,-31]],[[178]]]},{"type":"Polygon","id":"24009","arcs":[[179,-174]]},{"type":"Polygon","id":"24027","arcs":[[-123,180,-176,-111,181,-139,182,-143,-37,183,-135]]}]}},"arcs":[[[7362,6292],[0,-23],[16,1],[7,-25],[-6,-25],[11,-47],[-13,7],[-6,-20],[22,-47],[-2,-11],[11,-24],[-21,-23],[-11,7],[-29,28],[-30,65],[5,59],[7,30],[25,-3],[14,51]],[[8383,8084],[24,-729]],[[8407,7355],[-2,6],[-3,0],[-5,-3],[-1,0],[-1,0],[-1,0],[0,-1],[-2,2],[-4,1],[-1,0],[-7,4],[-3,-4],[-7,-4],[-3,2],[-4,2],[-1,-4],[-4,-4],[0,1],[-1,3],[-1,1],[-6,-3],[-4,-1],[-3,-2],[-1,-2],[-4,-5],[-1,0],[0,-2],[-1,-1],[-3,1],[-3,0],[-6,-3],[-6,-4],[-3,-6],[-15,15],[-2,0],[-26,9],[-9,3],[-1,0],[0,1],[-3,2],[-4,5],[-1,3],[-4,3],[-1,5],[0,3],[-2,1],[-2,0],[-1,1],[-2,1],[-2,2],[-3,5],[-7,8],[-5,-2],[-6,24],[-1,2],[-7,2],[-3,-1],[-2,-1],[-1,0],[-1,4],[-3,0],[-3,2],[-9,6],[-16,4],[-6,3],[-1,0],[-3,2],[-5,-4],[-3,-7]],[[8155,7430],[-16,-30],[-25,-25],[-4,18],[-12,7],[-4,-34],[-15,2],[-9,-11],[-16,2],[-15,-12],[-15,6],[-18,-18],[-16,1],[-23,10],[-12,-19],[-11,6],[-11,26],[-15,3],[-11,-10],[-17,9],[-5,-37],[-14,-3],[-24,10],[-12,17],[-16,-45],[-9,-37],[-14,4],[-12,-24],[-12,-6],[-8,-20],[-40,-55],[-30,-97],[0,-34],[12,-27],[23,-21],[21,-5],[11,-30],[-5,-32],[-19,-28],[-26,-27],[-20,16],[-3,-25],[-26,-27],[8,-48],[13,-10],[-17,-33],[-34,-30],[-2,-19],[-21,-39],[-7,-26],[-16,-24],[-11,56],[-11,7],[-13,-30],[0,-14],[-20,-42],[-16,15],[-19,-20],[-8,-28],[-15,7],[16,64],[-3,38],[14,18],[28,23],[13,80],[-17,43],[4,63],[20,23],[-5,14],[-12,-26],[-12,-11],[0,-20],[-11,-45],[19,-33],[-1,-38],[-17,-37],[-30,18],[-7,24],[-18,27],[8,27],[-13,52],[2,38],[-13,-19],[8,-35],[0,-89],[27,-56],[-6,-19],[-13,-19],[15,-42],[-12,-10],[-5,13],[-23,-23],[16,-13],[-2,-53],[-27,-33],[-14,35],[-27,29],[5,44],[-19,5],[-1,-41],[13,-42],[16,-21],[7,-26],[1,-61],[-9,-29],[-8,-7],[-1,-26],[5,-19],[0,-31],[-12,12],[3,30],[-6,61],[-3,-92],[-8,-14],[-22,29],[-1,33],[1,85],[-12,103],[-21,76],[13,2],[-6,25],[-3,53],[2,22],[-9,11],[-7,-13],[-10,6],[-14,34],[2,16],[12,16],[14,-31],[7,6],[-2,30],[-19,52],[10,38],[-18,-16],[6,-58],[-12,-7],[-6,21],[-10,-42],[-24,0],[0,47],[6,13],[3,52],[7,43],[13,48],[23,59],[9,34],[27,145],[17,48],[9,37],[6,59],[14,68],[10,29],[7,-20],[1,-40],[9,-40],[17,6],[19,-23],[4,-23],[12,3],[-16,42],[-21,26],[-4,53],[-6,17],[8,23],[-1,21],[7,29],[16,-2],[12,22],[12,42],[11,-9],[10,-19],[-2,-62],[6,-7],[12,18],[18,-31],[-2,31],[-22,8],[-4,14],[11,42],[-10,4],[2,24],[-10,20],[-13,6],[3,28],[-6,33],[-14,10],[-1,40],[25,26],[10,46],[24,20],[32,-7],[4,-28],[-10,-15],[-3,-23],[6,-20],[9,-7],[3,25],[-4,23],[16,36],[15,5],[11,-29],[-6,-17],[9,-15],[16,-3],[29,8],[6,-18],[11,6],[9,-16],[14,-3],[-5,34],[-10,-2],[-14,17],[-15,1],[-16,-12],[-13,4],[-4,27],[-22,36],[-17,42],[6,40],[32,36],[9,15],[10,57],[7,6],[43,-10],[36,6],[40,-2],[40,-19],[-8,-29],[13,-12],[11,1],[-3,-31],[10,-7],[14,9],[-4,32],[24,27],[16,1],[25,23],[15,-18],[9,-27],[2,-54],[7,-19],[10,8],[-4,49],[-8,10],[23,23],[8,35],[27,0],[10,-13],[15,-38],[25,33],[10,0],[13,-28],[-5,-43],[18,-40],[5,12],[-14,30],[11,46],[12,-12],[29,9],[11,-20],[23,-1],[3,21],[30,16],[16,-3],[12,-34],[13,34],[13,-3],[7,26],[23,17],[17,42],[31,-5]],[[8286,8097],[8,-17],[23,3],[4,13],[22,4],[7,10],[11,-17],[22,-9]],[[8028,7344],[-1,1],[-1,0]],[[8026,7345],[2,-1]],[[6276,3473],[-3,-17],[14,-10],[11,-28],[14,-6],[20,-26],[0,-25],[7,-63],[-11,-25],[1,-17],[-10,-19],[-5,-21],[-31,-9],[-8,23]],[[6275,3230],[-14,17],[-12,32],[-29,7],[-48,4],[-11,7],[-35,-5],[-15,-22],[-23,-95],[-39,-153],[-41,-167],[-4,-31],[-11,-18],[-5,-23],[-12,-17],[-11,-38],[-19,-28],[-4,-43],[-32,-37]],[[5910,2620],[-39,-26],[-23,4],[-8,17],[-35,-3],[-21,11],[-6,-6],[-5,49],[-12,-15],[10,-36],[-1,-25],[9,-16],[17,-2],[5,-15],[32,-3],[4,-19],[17,-17],[11,3],[14,-20],[15,-5],[8,-14],[13,-3],[3,-25],[10,-16],[-9,-22],[4,-11],[-10,-46],[-7,-8],[-11,-53],[13,-38],[15,-13],[16,-47],[-7,-17],[3,-31],[-7,-4],[22,-36],[0,-44],[15,-16],[4,-55],[8,-29],[-8,-34],[-28,-5],[-23,35],[-8,-12],[-14,24],[-23,-2],[-19,19],[-41,55],[-23,16],[-17,-3],[1,41],[6,71],[24,-21],[23,-49],[6,6],[-26,72],[-11,5],[-9,19],[-14,-3],[-11,36],[-26,38],[19,40],[-7,12],[-12,-12],[-10,-27],[-15,8],[-30,43],[-27,8],[7,27],[-3,50],[-16,39],[5,9],[-6,7],[-1,49],[-9,74],[1,25],[-26,96],[-4,54],[-13,55],[-13,37],[-12,63],[-17,38],[-5,39],[-13,43],[5,9],[-4,30],[12,-4],[12,52],[7,49],[-10,31],[-16,-80],[-6,-4],[-16,-38],[-7,-48],[6,-19],[-4,-38],[-13,-27],[-17,-7],[12,-23],[13,6],[8,-28],[-44,-62],[-22,-43],[-12,-7],[-24,-55],[-10,-38],[-20,1],[-14,-9],[-10,16],[7,16],[-1,24],[11,60],[-11,27],[8,52],[-2,28],[14,2],[10,39],[17,6],[2,29],[-37,-30],[-14,-27],[-29,9],[-11,-14],[-11,9],[-15,-10],[-11,18],[11,23],[7,41],[-22,-25],[-7,-24],[-21,-18],[2,-22],[11,8],[28,-32],[21,-5],[22,8],[-1,-67],[-9,-12],[6,-32],[-13,-53],[9,-20],[-6,-39],[-22,-62],[-21,-30],[-28,-25],[-21,-38],[-14,-8],[-12,-25],[-16,-20],[-47,-34],[-22,17],[-20,37],[-20,25],[-10,5],[-27,44],[-8,63],[-7,16],[-1,28],[-17,61],[-1,18],[18,65],[2,25],[-21,60],[8,44],[-5,25],[-11,22],[-1,33],[14,15],[-4,24],[-12,19],[-7,28],[4,43],[12,53],[-1,12],[9,61],[14,35],[4,39],[25,23],[34,40],[0,57],[-15,-7],[-22,-31],[20,67],[15,12],[32,7],[13,-2],[14,-13],[17,28],[20,-1],[25,39],[11,2],[8,46],[-8,7],[27,32],[15,39],[13,-26],[9,23],[13,3],[-3,20],[-29,-18],[-19,14],[-13,-40],[-13,3],[-18,-49],[-9,9],[-14,-11],[2,-33],[-12,-17],[-15,0],[-6,-10],[-16,23],[9,32],[20,33],[14,33],[1,18],[17,63],[30,36],[48,-8],[19,30],[24,17],[11,32],[21,21],[15,27],[9,29],[-13,5],[2,58],[-4,15],[-2,49],[-7,44],[2,40],[12,19],[8,37],[13,25],[25,18],[27,5]],[[5431,4275],[41,-271],[19,-114],[9,-5],[14,34],[2,15],[27,35],[2,20],[9,19],[3,24],[7,15],[42,28],[51,25],[9,-1],[15,15],[26,-15],[18,2],[15,-24],[26,1],[53,-17],[13,15],[19,3],[10,15],[16,8],[23,-6],[13,4],[119,-107],[118,-109],[23,-13],[4,-67],[-1,-34],[8,-27],[1,-101],[6,-18],[-3,-76],[40,-43],[24,-20],[24,-12]],[[5946,1908],[9,6],[16,-16],[-10,-38],[-12,11],[-29,54],[24,-9],[2,-8]],[[8516,3971],[-14,55],[-27,50],[-27,61],[-27,35],[-29,81],[-14,-3],[-8,-25],[-2,-27]],[[8368,4198],[-2,0]],[[8366,4198],[-28,5],[-27,-5],[-4,114],[-8,8],[-28,-1],[-49,32],[-12,-1],[-33,-15],[-23,-33],[-23,-9],[-24,11],[-13,28],[-20,-65],[-2,-4],[-5,0]],[[8067,4263],[-11,-5],[-5,11],[-3,-14],[-12,-27],[-31,-4],[-23,-35],[-53,40],[-8,15],[-9,67],[-7,9],[-30,-11],[-5,26],[0,45],[-19,51],[-17,23],[-11,34],[4,26],[10,18],[21,-10],[10,10],[1,29],[-10,57],[1,19],[11,21],[31,24],[19,32],[9,27],[-1,19],[9,11],[22,-12],[11,5],[27,49],[11,49],[10,17],[38,39],[17,4],[16,45],[-15,9],[-7,23]],[[8068,4999],[12,21],[-14,16],[-13,11],[-3,26],[-11,5],[-20,29],[20,26],[-17,11],[-8,21],[18,27],[-4,26],[-4,1],[-10,4],[-6,26],[-4,8],[-10,-5],[-9,22],[-3,25]],[[7982,5299],[8,7]],[[7990,5306],[2,0],[4,5],[1,1],[-1,18],[-4,4],[-8,-11],[-18,5],[1,11],[0,4],[1,7],[3,3],[20,5],[-17,37],[3,4],[3,11],[2,23],[-9,18],[5,14],[5,5],[2,2],[-3,14],[-9,31],[11,1],[0,3],[-6,12],[-6,5]],[[7972,5538],[-1,4]],[[7971,5542],[0,1],[0,4],[0,5],[0,2],[0,3],[0,5],[-2,14],[-1,3],[-2,14],[-2,6],[10,14],[0,1],[-1,10],[0,1],[2,5],[0,1],[-1,2],[0,1],[-1,2],[1,2],[-1,1],[-2,1],[-2,0],[-1,0],[0,1],[-1,1],[-3,3],[-2,5],[4,1],[2,1],[7,5],[1,7],[0,2],[0,2],[-3,0],[-2,-2],[-1,-1],[-1,0],[0,1],[0,3],[0,7],[0,1],[0,2],[-1,6],[16,23],[1,1],[2,10],[1,6],[-1,10],[4,24],[1,1],[3,-3],[2,8],[-11,48],[12,19],[-7,25],[0,6],[4,6],[1,3],[4,2],[4,18],[2,9],[0,4],[6,15],[2,3],[1,0],[3,20],[1,2],[12,12],[2,4],[3,16],[2,15],[5,6],[1,0],[2,4],[4,5],[2,6],[6,2],[2,6],[1,13],[2,13],[1,5],[3,0],[6,10],[6,19],[9,-10],[15,22],[1,3],[0,23],[15,25],[2,6],[-1,22],[2,8],[4,13],[0,8],[6,6],[2,9],[1,4],[1,9],[0,3]],[[8136,6232],[-1,3],[-1,2]],[[8134,6237],[0,6],[-3,2],[0,8],[5,3],[1,5],[4,12],[10,37],[18,16],[1,3],[13,29],[2,4],[4,7],[0,1],[10,22],[1,7],[2,11],[0,4],[-3,52],[11,27],[8,51],[0,3],[8,28],[3,15],[0,2],[5,1],[1,0],[2,3],[6,9],[7,11],[4,10],[1,3],[3,3],[12,10],[3,6],[5,4],[6,5],[4,6],[9,11],[10,24],[13,12],[11,18],[3,1],[10,4],[9,2],[3,1],[7,2],[10,4],[0,1],[12,7],[6,3],[3,1],[9,5],[2,3],[5,5],[15,19]],[[8425,6786],[21,-628],[21,-667],[19,-563],[12,-377],[18,-580]],[[2579,9994],[-5,-1],[-1,-1],[3,-17],[0,-2],[3,-6],[2,-2],[9,3],[0,1],[8,11],[1,0],[4,-19],[0,-1],[3,-11],[4,-9],[-2,-5],[-3,-1],[-6,7],[-1,-7],[0,-4],[0,-3],[5,-7],[2,-1],[11,-10],[1,-1],[5,-8],[1,0],[1,-2],[2,-5],[1,-1],[2,-4],[5,-2],[3,-15],[-2,-7],[-2,-8],[4,-22],[7,1],[-8,-24],[-2,0],[-8,2],[-1,0],[-1,-7],[1,-4],[2,-1],[0,-1],[4,-1],[5,-1],[3,-1],[2,-15],[-8,-2],[-4,4],[-5,-2],[4,-10],[7,-9],[-6,-14],[3,-7],[-3,-3],[-5,5],[0,1],[-4,2],[-2,-4],[-1,-2],[-1,0],[-5,7],[-1,1],[-20,11],[-6,-8],[-3,-4],[-3,-11],[12,-25],[1,-1],[5,-14],[0,-5],[2,-4],[2,-1],[0,-1],[1,-6],[0,-3],[-9,-9],[-13,-5],[-10,-7],[-5,-3],[-1,0],[-2,0],[-7,5],[-4,11],[-2,-6],[4,-11],[0,-2],[-12,1],[-4,2],[3,0],[-1,3],[-2,-1],[-3,-4],[6,-13],[7,-1],[1,-1],[3,-5],[18,-12],[11,-8],[1,1],[1,-1],[4,-2],[-4,-20],[-1,1],[-8,2],[0,-2],[8,-28],[10,-7],[7,-6],[3,-5],[0,-1],[-1,-6],[0,-1],[-1,-5],[1,-8]],[[2599,9523],[-48,20],[-9,-20],[12,-32],[-2,-27],[-9,-7],[-21,22],[-15,6],[-13,-6],[-7,-29],[7,-24],[19,-44],[-14,-21],[-13,6],[-17,20],[-7,17],[-68,49],[-16,-14],[-3,-21],[4,-20],[22,-58],[23,-37],[23,-24],[10,-16],[4,-34],[-15,-25],[-13,-5],[-27,16],[-21,31],[-37,24],[-17,-10],[-10,-15],[-1,-40],[7,-30],[11,-21],[27,-39],[26,-24],[20,-53],[-9,-26],[-11,6],[-9,31],[-14,11],[-6,-10],[10,-55],[-11,-15],[-19,51],[-22,17],[-8,-6],[4,-27],[24,-17],[-5,-25],[-15,2],[-12,-27],[5,-45],[-5,-27],[-13,-22],[-15,0],[-21,17],[-11,-10],[-30,5],[-27,25],[-28,9],[-52,-22],[-17,3],[-18,-11],[-27,40],[-19,8],[-11,17],[3,23],[-7,9],[-19,-25],[-13,17],[-28,21],[-41,-15],[-37,-10],[-22,13],[-8,18],[-17,-1],[-13,21],[-20,12],[-4,27],[-7,16],[-26,10],[-20,41],[-19,3],[-18,61],[-3,65],[-16,1],[-7,-30],[-18,4],[-10,-6],[-11,11],[-15,27],[-7,41],[-18,39],[5,14],[28,30],[26,2],[12,-25],[19,23],[11,21],[-1,27],[-6,20],[-28,24],[-34,-42],[-32,21],[0,15],[13,64],[9,13],[9,30],[-10,9],[-17,-8],[-10,-45],[-22,8],[-24,-69],[7,-31],[7,-53],[-6,-31],[-24,18],[-8,-57],[-14,-25],[-2,-20],[-15,-9],[-1,-60],[14,-6],[11,-25],[4,-28],[-10,-30],[-8,-4],[-16,20],[-21,16],[-10,-21],[-20,-19],[-2,-48],[-22,-57],[-19,-10],[1,-43],[-11,-45],[-9,-11],[-34,12],[5,-23],[-4,-37],[-28,-6],[4,-42],[-8,-33],[-13,-19],[-8,-46],[-25,5],[-14,-5],[-19,-31],[9,-34],[-3,-17],[-14,-29],[-29,-20],[1,-20],[10,-24],[-14,-23],[10,-15],[-3,-43],[-20,-8],[-8,25],[-17,27],[-28,23],[-31,36],[-17,13],[-16,37],[-24,-16],[-11,12],[-8,53],[-16,18],[-6,19],[-15,-15],[-3,-41],[-13,-8],[-8,37],[-8,5]],[[946,8648],[30,150],[27,108],[24,106],[38,160],[21,93],[20,95],[55,244],[32,135],[24,111],[37,148]],[[1254,9998],[163,1],[97,-1],[208,1],[38,-1],[184,1],[109,-3],[69,2],[18,-2],[94,2],[114,0],[15,-2],[68,2],[124,-1],[24,-3]],[[6638,7115],[-20,-30],[-12,9],[-16,12],[-3,2],[-5,3],[-3,1],[-4,6],[-3,2]],[[6572,7120],[-15,11],[13,30],[-2,31],[20,-12],[28,17],[4,-39],[18,-2],[15,15],[4,-28],[-19,-28]],[[6530,7173],[-6,12],[-4,10],[-2,4],[-1,3],[-2,5],[-1,3],[-4,8],[-6,14],[-7,18],[-1,3],[-1,1],[-1,3],[-1,2],[-9,22],[-3,6],[-7,9],[-3,4],[-4,3],[0,1],[-1,1]],[[6466,7305],[10,25],[11,12],[27,3],[11,35],[27,-7],[17,-23],[6,-20],[10,-7],[13,-45],[-9,-11],[-3,-31],[-15,16],[-21,-11],[4,-51],[-7,2],[-17,-19]],[[6664,7324],[-8,-6],[-13,34],[-3,28],[-42,59],[-5,-15],[-23,13],[6,24],[-5,62],[-37,18],[-10,12],[-10,-15],[-9,14],[-26,22],[0,-18],[15,-9],[2,-29],[16,-11],[18,12],[9,-34],[9,-6],[8,-25],[-7,-14],[-20,-1],[-24,17],[-14,-10],[0,-17],[-8,-18],[-8,24],[-17,14],[-2,55],[-7,-4],[-4,-32],[-9,-41],[15,-21],[16,5],[12,-34],[-8,-50],[-7,-20]],[[6464,7307],[-124,133],[-54,60],[-31,32],[0,324],[0,197],[176,1],[52,1],[181,-1],[0,-500],[0,-230]],[[5120,9969],[1,-7],[-1,-6],[-1,-4],[0,-7],[-5,-9],[-2,-1],[-3,-1],[-5,-2],[-1,0],[-3,-1],[-4,-4],[-1,-3],[-1,-5],[0,-12],[4,-9],[5,-5],[6,-4],[8,-9],[2,-7],[1,-6],[-1,-3],[-1,-4],[0,-1],[-1,-2],[-1,-3],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,-2],[-1,0],[-1,-2],[-1,0],[-1,-1],[-5,-4],[-2,-1],[-2,-1],[-3,-3],[-1,1],[-2,-1],[-4,3],[-5,0],[-3,1],[-4,1],[-1,0],[-1,0],[-2,0],[-3,2],[-3,2],[-3,2],[-4,-2],[-1,-1],[-1,-1],[-1,-3],[-1,-4],[-1,-5],[0,-1],[1,-10],[0,-1],[1,0],[2,-2],[2,-2],[2,-5],[4,-11],[2,-2],[4,-6],[1,-4],[0,-6],[-1,-11],[0,-2],[0,-1],[0,-2],[0,-2],[2,-3],[2,-3],[0,-3],[0,-4],[0,-5],[-4,-11],[-1,-4],[0,-1],[-5,-7],[-1,-1],[-2,-4],[-1,-1],[-2,-6],[-4,-7],[-2,-1],[-2,0],[-1,-2],[-1,-2],[-1,-1],[-2,-2],[-7,-5],[-1,0],[-2,2],[-5,0],[-2,-2],[0,-2],[0,-1],[0,-5],[0,-3],[0,-5],[-1,-5],[-9,3],[-2,2],[-5,2],[-2,-3],[-6,-22],[0,-1],[2,-15],[0,-1],[0,-3],[0,-3],[-1,-1],[-3,-8],[0,-1],[-1,-1],[-1,-1],[-5,-4],[-1,-1],[-1,-1],[0,-2],[-1,-2],[-4,-9],[-5,-15],[0,-4],[4,-14],[4,-9],[1,-7],[-1,-3],[-5,-6],[0,-1],[-5,-3],[-2,-2],[-3,-10],[-1,-2],[-1,-4],[1,-3],[2,-3],[1,-4],[0,-1],[2,-3],[2,-8],[0,-2],[-2,-2],[-3,-2],[-1,-1],[-4,-1],[-1,0],[-2,0],[-1,0],[-3,0],[-9,0],[-1,-1],[-5,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-5,2],[-1,3],[-2,8],[-3,6],[-1,3],[-1,1],[0,1],[-1,4],[-1,12],[-1,2],[-2,4],[-2,3],[-1,0],[-1,1],[-2,2],[-1,1],[-1,0],[-1,1],[-3,1],[-4,2],[-5,-3],[-1,0],[-4,-7],[-1,-4],[1,-4],[3,-15],[1,-8],[0,-2],[2,-23],[4,-9],[1,-1],[1,-2],[1,-3],[5,-3],[9,-12],[-1,-5],[-2,-4],[-1,-1],[0,-2],[-1,-2],[-1,-1],[-5,-2],[-1,0],[0,-1],[-5,-2],[-1,-4],[0,-3],[3,-8],[3,-5],[1,-1],[5,-13],[3,-6],[0,-2],[1,-1],[1,-1],[3,-2],[6,-2],[0,-1],[9,-18],[1,-2],[2,-7],[1,-2],[-1,-8],[2,-3],[1,0],[2,1],[2,9],[1,7],[2,3],[3,-1],[11,-3],[1,0],[6,-4],[1,0],[3,0],[1,0],[1,0],[9,-8],[0,-3],[0,-1],[1,-1],[-1,-4],[0,-2],[0,-2],[0,-1],[-2,-6],[1,-3],[0,-2],[2,-2],[1,-1],[2,-1],[2,-2],[1,-2],[3,-4],[0,-1],[0,-1],[1,-2],[2,-9],[1,-3],[0,-2],[1,-3],[0,-1],[8,-1],[1,5],[-1,0],[0,3],[-1,2],[-2,4],[0,1],[-1,7],[0,2],[0,2],[-1,4],[0,2],[2,7],[0,3],[1,0],[0,2],[2,4],[2,3],[1,3],[3,0],[4,-2],[4,-3],[2,-2],[2,-2],[1,-1],[1,-2],[7,-41],[2,-4],[10,-13],[1,-1],[2,-4],[1,0],[4,-26],[1,-6],[5,11],[1,3],[4,7],[2,1],[5,3],[5,-3],[3,-1],[0,-2],[0,-2],[0,-1],[-4,-2],[-8,-11],[1,-4],[7,-5],[9,-1],[1,0],[2,0],[8,-6],[3,-12],[-3,-9],[-5,-2],[-1,-3],[1,-3],[1,-3],[3,-4],[3,-2],[4,-4],[1,0],[2,-1],[6,10],[0,2],[1,3],[7,11],[11,1],[5,0],[3,-2],[1,-1],[3,-1],[5,-18],[6,-14],[2,-4],[3,0],[5,-9],[1,-5],[6,-14],[1,-2],[0,-8],[0,-2],[0,-1],[0,1],[0,-7],[0,-2],[3,-6],[3,-5],[1,-2],[1,-2],[0,-3],[0,-1],[1,-1],[3,0],[2,1],[8,0],[4,1],[0,1],[1,-1],[1,-3],[2,-6],[0,-2],[1,0],[0,-2],[-1,-1],[0,-1],[4,-9],[1,-3],[0,-1],[1,-3],[1,3],[2,-7],[-5,-39],[1,-16],[3,-1],[2,-2],[-4,-17],[0,-3],[-1,-3],[2,-4],[-1,-4],[0,-2],[0,-6],[-1,-1],[0,-1],[2,-5],[1,-4],[3,-1],[2,0],[1,0],[1,-2],[1,3],[2,0],[1,0],[-2,-4],[9,-5],[13,6],[3,0],[1,0],[2,-1],[4,-6],[0,-1],[1,-6],[0,-8],[0,-2],[1,-3],[1,-11],[1,-4],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-6],[0,-1],[0,-4],[0,-1],[1,-3],[1,0],[3,0],[1,0],[0,-1],[1,2],[12,-4],[5,-3],[2,-1],[2,-2],[1,-7],[1,-3],[1,-4],[0,-2],[0,-1],[-1,1],[-1,-4],[1,-13],[2,-9],[1,-1],[3,-6],[0,-3],[0,-5],[2,-5],[1,-2],[-1,-2],[5,1],[5,4],[0,-1],[2,-4],[3,-4],[1,0],[2,-9],[2,-4],[1,0],[2,-3],[1,-1],[3,-2],[3,-4],[2,-5],[2,-3],[1,-5],[3,-6],[2,-3],[1,0],[1,-2],[11,-10],[3,-11],[0,-2],[3,-5],[0,-1],[0,-4],[2,-7],[-1,-3],[-3,-12],[-1,-5],[0,-3],[-1,-2],[-1,-4],[0,-1],[-11,-29],[-3,-7],[-4,-11],[0,-2],[1,-7],[0,-3],[1,-3],[-4,-8],[-1,-13],[0,-5],[-1,-16],[-1,-14],[0,-1],[0,-2],[1,-5],[1,-3],[3,-7],[2,-5],[-2,-20],[-14,-34],[-6,-36],[-1,-11],[-2,-3],[0,-3],[0,1],[-8,-33],[-4,-20],[0,-1],[-2,-3],[-1,-3],[-4,-10],[-1,-3],[-4,-15],[-1,-2],[-5,-13],[-1,-3],[-3,-5],[-4,-9],[-4,-6],[-1,-2],[-1,-26],[0,-2],[1,-5],[0,-10],[-1,-15],[-4,-33],[-1,-1],[0,-1],[-5,-31],[-1,-5],[0,-1],[-1,-2],[-3,-22],[1,-13],[-2,-13],[-3,-46],[-3,-9],[-12,-38],[-1,-3],[-3,-6],[-1,-3],[0,-1],[-2,-10],[-1,-10],[0,-1],[-1,-3],[-1,-7],[0,-3],[0,-2],[-1,-10],[1,-3],[-1,-1],[-4,-15],[0,-6]],[[5223,7957],[2,-5]],[[5225,7952],[-1,-1]],[[5224,7951],[-50,-57],[-30,-31],[-23,-28],[-1,-1],[-20,-21],[-7,-7],[-2,-4],[-36,-39],[-12,-15],[-31,-35],[-2,-3],[-9,-10],[-6,-8],[-33,-40],[-1,-1],[-54,-61],[-10,-11],[-33,-37],[0,-1],[-1,0],[-18,-21],[-18,-21],[-28,-32],[-11,-13],[-36,-41],[-9,-11],[-22,-24],[-10,-12],[-6,-6],[-60,-68],[-13,-14],[-43,-48],[-16,-16]],[[4573,7214],[0,25],[-7,21],[-23,30],[-23,42],[-8,23],[-31,31],[-27,9],[-23,29],[-23,15],[-22,23],[-12,38],[-11,20],[-8,33],[-16,35],[-2,34],[0,49],[-14,19],[-22,-7],[-23,-20],[-24,2],[-15,10],[-22,-6],[-34,28],[-30,6],[-42,40],[-18,32],[-14,15]],[[4079,7790],[4,75],[4,35],[15,36],[14,68],[20,67],[11,67],[15,85],[2,26],[-4,41],[8,56],[-2,31],[3,45],[7,46],[11,10],[5,47],[11,14],[1,24],[12,29],[-13,70],[17,54],[-19,46],[5,33],[-4,9],[10,62],[7,20],[0,21],[14,45],[14,29],[11,8],[-4,52],[8,5],[3,26],[1,45],[11,18],[5,23],[5,57],[15,95],[5,61],[13,57],[44,29],[5,33],[17,13],[22,-11],[10,29],[14,22],[16,51],[3,24],[17,41],[0,15],[13,17],[13,50],[-11,40],[-24,2],[12,29],[14,6],[15,30],[11,54],[25,43],[11,37]],[[4547,9982],[175,-1],[335,1],[41,-9],[15,8],[7,-12]],[[9325,690],[10,-12],[-15,-30],[-4,22],[9,20]],[[9382,766],[-5,-27],[-19,-26],[5,-36],[-22,-1],[-8,9],[-1,39],[4,24],[22,-19],[10,11],[3,18],[11,8]],[[9557,825],[-6,-66],[-15,-13],[4,60],[17,19]],[[9593,832],[-3,-26],[-18,20],[21,6]],[[9458,890],[-12,-6],[-17,-22],[-2,20],[31,8]],[[9356,898],[6,-5],[3,-43],[-27,23],[7,22],[11,3]],[[9697,1442],[3,-38],[-11,-12],[8,50]],[[9608,1823],[7,-11],[-18,-25],[-1,13],[-2,7],[1,4],[-1,4],[-1,6],[2,1],[7,-6],[6,7]],[[9637,1026],[11,2],[11,21],[11,50],[-5,10],[6,29],[7,2],[0,57],[11,-1],[8,18],[-12,11],[-4,22],[1,31],[9,11],[-10,49],[18,38],[6,53],[28,52],[10,49],[-7,7],[5,33],[13,13],[-13,16],[5,32],[9,-4],[19,83],[-2,11],[6,34],[12,38],[16,22],[2,24],[16,66],[4,55],[9,26],[-2,40],[14,21],[5,24],[-5,23],[9,17],[-2,32],[7,28],[10,13],[1,16],[17,55],[10,-15],[-20,-55],[-22,-111],[-15,-96],[-9,-42],[-18,-111],[-40,-207],[-32,-193],[-27,-188],[-13,-98],[-17,-92],[-22,-94],[-39,-144],[-62,-210],[-13,5],[-12,33],[8,66],[11,18],[6,-14],[-16,-32],[0,-41],[15,10],[-3,16],[11,24],[-7,45],[0,30],[-8,-2],[0,32],[12,9],[27,-3],[6,36],[7,10],[5,30],[11,-5],[6,36],[-22,37],[16,18],[3,29],[9,40]],[[8703,417],[8,24],[3,48],[-9,10],[-10,-10],[-8,31],[0,27],[-17,30],[-15,-13],[-5,26],[-17,24],[-8,26],[-6,41],[4,33],[10,27],[14,-3],[8,-34],[16,-7],[6,20],[-2,16],[11,12],[21,9],[8,18],[7,38],[-6,29],[3,15],[19,15],[10,-8],[11,-27],[24,-8],[18,2],[15,18],[8,30],[-2,45],[9,15],[12,3],[20,-20],[17,11],[12,15],[-8,14],[-4,33],[8,63],[-21,35],[-1,26],[-16,37],[-21,32],[-7,-6],[-12,50],[1,20],[10,38],[23,39],[26,33],[8,34],[-3,18],[5,29],[-11,48],[-16,24],[-7,43],[-15,36],[-18,29],[-2,50],[-24,20],[-8,24],[-3,23],[-31,93],[2,60],[-13,43],[1,30],[-5,31]],[[8730,1994],[147,16],[71,9],[87,8],[47,9],[88,7],[96,11],[23,5],[10,58],[1,7],[7,61],[23,34],[12,5],[3,25],[20,40],[17,0],[22,88],[14,39],[-15,27],[-6,53],[-12,9],[-11,29],[-6,35],[9,19],[14,67],[5,35],[-8,50],[-7,29],[-15,32],[-9,60],[-5,5],[2,35],[-12,36],[-1,18]],[[9341,2955],[246,-5],[231,0],[1,-19],[14,-41],[9,-11],[1,-41],[11,-17],[2,-40],[10,-20],[-1,-17],[18,-13],[2,-60],[-15,-12],[10,-19],[1,-35],[-27,3],[0,30],[9,20],[-56,48],[-31,5],[-23,30],[-29,1],[-26,-26],[-29,-12],[7,-13],[23,11],[2,-17],[27,12],[9,15],[36,-41],[11,-2],[37,-59],[-4,-44],[15,-16],[-24,-33],[13,-7],[2,-39],[-9,-6],[-13,-29],[7,-16],[10,8],[5,22],[15,5],[17,-21],[-1,-21],[22,-15],[10,19],[8,-22],[4,-28],[-12,-33],[8,-63],[-13,-10],[-4,-21],[-17,-25],[-1,-29],[-15,-67],[-28,-34],[1,-20],[-24,-43],[10,-41],[-8,-30],[-17,-31],[-11,-30],[-2,-22],[4,-45],[-17,-20],[-13,-42],[-11,-5],[-3,-27],[-16,16],[-27,-32],[-3,-32],[3,-63],[-8,-2],[-15,16],[-1,48],[8,11],[1,67],[-10,0],[7,44],[9,5],[5,42],[8,-50],[14,29],[-15,18],[3,22],[9,17],[-3,22],[13,14],[-4,15],[20,9],[2,17],[-7,23],[-12,-27],[-17,-7],[1,-20],[10,-14],[-31,-31],[-9,4],[3,-36],[-19,-35],[-27,-9],[-8,14],[-16,-1],[-1,2],[1,-9],[1,-5],[-2,-11],[5,-14],[-1,-35],[-19,-7],[-10,5],[-10,-19],[11,-32],[-4,-35],[-9,-1],[-8,-23],[3,-37],[-10,-1],[-18,-17],[5,-24],[-1,-42],[9,-18],[-21,-30],[6,-24],[-15,-33],[7,-49],[-11,-44],[-7,-11],[-20,-10],[-13,-48],[-1,-56],[-14,-21],[-6,-30],[12,-53],[-1,-43],[-11,-46],[-23,-2],[-10,25],[23,22],[-7,26],[-9,-8],[-1,-20],[-12,-12],[3,-23],[-6,-22],[-18,29],[-5,17],[-15,7],[0,-29],[-17,-27],[0,-46],[-23,-27],[-19,7],[6,-29],[-20,-19],[9,-41],[20,-32],[3,-27],[-11,-24],[2,-15],[-12,-28],[-6,-70],[-19,15],[-14,-24],[-9,-50],[8,-21],[1,-21],[-43,-9],[-164,-33],[-292,-61],[-57,-13]],[[9907,2946],[-2,-25],[-13,-8],[-11,-45],[-22,10],[-23,43],[-10,3],[-6,26],[88,0],[-1,-4]],[[9999,2939],[-1,-28],[-14,-190],[-10,-84],[-4,-41],[-12,-80],[-7,-68],[-15,-93],[-8,-35],[-11,-73],[-12,10],[2,35],[12,47],[-3,22],[4,30],[12,30],[-13,13],[-2,32],[21,-13],[11,66],[-1,36],[5,23],[-5,52],[11,15],[7,48],[-18,25],[16,39],[2,31],[-7,3],[-3,33],[15,20],[-13,19],[-5,32],[9,16],[2,39],[35,0],[0,-11]],[[7971,5539],[1,-1]],[[7990,5306],[-6,1],[-2,-8]],[[8068,4999],[10,-48],[-5,-19],[-18,-6],[-23,-22],[-23,-35],[-8,-23],[-3,-27],[-32,-54],[-28,15],[-16,-19],[1,-32],[-12,-27],[-44,-40],[-12,-27],[-3,-36],[14,-54],[-29,-7],[-12,-22],[-6,-28],[15,-53],[13,-15],[11,-43],[3,-62],[7,-12],[23,-12],[17,10],[-1,-48],[10,-22],[18,-17],[16,-23],[12,-4],[-18,-67],[-1,-21],[3,-38],[-10,-11],[0,-22],[-16,-6],[-17,-29],[-21,-18],[-10,-42],[2,-37],[11,-55],[-13,-26],[0,-19],[-13,-17],[-4,-31],[-22,-2],[-15,-13],[-15,-40],[-3,-30],[-14,2],[-10,26],[10,19],[-14,27],[11,18],[13,-2],[9,26],[-14,22],[-4,-27],[-22,-10],[-1,-29],[-7,-22],[-19,30],[-1,51],[-30,31],[-12,18],[-23,15],[-6,53],[-14,7],[-26,1],[-17,-32],[-13,18],[5,56],[7,-2],[12,40],[-1,14],[18,32],[-7,19],[-13,-38],[-13,6],[-2,-29],[5,-17],[-24,-28],[-12,9],[-10,18],[-20,4],[-17,-8],[-10,52],[-7,58],[15,23],[7,-15],[9,23],[15,2],[2,30],[20,9],[5,17],[13,-23],[12,38],[-7,24],[-11,-27],[-16,0],[-32,-47],[-14,-15],[-10,5],[-25,-17],[-9,38],[6,21],[-23,-6],[-6,21],[9,21],[-1,49],[-8,29],[15,8],[26,29],[25,-43],[18,23],[-7,19],[19,53],[40,-6],[6,13],[14,-29],[8,11],[-13,24],[-4,23],[-10,-4],[-4,21],[-12,-20],[-5,8],[-37,9],[14,49],[0,22],[17,-4],[6,19],[22,-5],[7,-10],[8,16],[10,-16],[11,29],[-36,3],[-3,33],[8,44],[-6,9],[11,30],[-5,13],[-14,-11],[-2,-31],[-11,-11],[1,-64],[-7,-11],[-24,-4],[-15,-41],[-1,-25],[-10,-12],[-3,-54],[7,-14],[-14,-14],[-19,-8],[-24,70],[-16,-17],[-6,-22],[12,-21],[-9,-38],[-8,-14],[-8,-55],[-18,-44],[-9,-45],[-25,53],[-4,27],[2,27],[-15,30],[8,35],[22,-4],[6,-21],[9,33],[-8,7],[-33,13],[-16,25],[-6,-37],[6,-25],[-8,-13],[-5,35],[-13,20],[-7,42],[4,25],[11,2],[10,26],[-8,29],[-11,7],[-2,19],[22,10],[14,-12],[-5,-16],[13,-14],[22,14],[20,-30],[30,0],[-13,23],[-10,30],[-19,9],[-8,43],[-14,-4],[-21,28],[4,38],[-11,18],[6,38],[-25,-29],[-18,34],[-12,9],[-14,30],[3,29],[-8,14],[20,67],[11,-5],[4,34],[-29,-35],[-8,-22],[-6,-62],[5,-11],[-5,-31],[9,-12],[-1,-22],[20,-15],[15,-21],[-7,-11],[-4,-46],[-13,23],[-16,40],[-9,-54],[-9,-8],[-16,-29],[-18,38],[-7,-4],[9,-36],[13,-22],[26,-15],[16,29],[5,-34],[-13,-27],[-9,-7],[-7,-23],[-21,15],[-9,-12],[12,-21],[11,-69],[-25,34],[-4,24],[-26,22],[-8,17],[8,14],[2,33],[-7,73],[-11,8],[9,50],[7,18],[20,39],[26,13],[18,61],[-1,60],[-11,10],[-16,39],[-1,-32],[9,-10],[9,-45],[-9,-17],[-2,-37],[-16,-16],[-5,26],[4,22],[-7,23],[-6,-42],[-15,35],[-7,-1],[12,-51],[-20,-28],[-18,8],[6,-37],[-22,-15],[6,-17],[-1,-22],[8,-19],[0,-43],[-18,-7],[-8,-15],[0,-20],[23,-13],[3,-18],[-16,-33],[-10,-45],[-9,-7],[-13,23],[-1,12],[-14,43],[4,40],[-7,54],[11,68],[23,15],[2,24],[-17,29],[5,15],[16,-3],[12,68],[22,55],[3,102],[11,26],[2,26],[9,21],[25,-13],[11,26],[12,4],[-8,31],[6,31],[11,16],[16,41],[30,53],[4,-19],[-23,-36],[-10,-5],[2,-54],[17,-12],[1,-26],[-13,-33],[12,-12],[2,23],[15,-13],[-1,-27],[7,-12],[12,-40],[5,25],[13,7],[19,-20],[30,-62],[-13,-48],[7,-12],[-13,-39],[9,-6],[20,-35],[5,-35],[12,2],[14,-27],[15,-11],[8,-31],[-3,-18],[22,-30],[-4,-43],[11,-3],[-4,38],[19,41],[5,37],[9,9],[9,27],[12,-2],[11,47],[19,37],[17,4],[9,30],[11,-5],[24,10],[0,12],[-20,-7],[-3,35],[-13,39],[6,16],[3,31],[-9,47],[-8,-17],[8,-13],[-3,-28],[0,-101],[-9,-23],[-19,2],[-5,-19],[-21,-40],[-1,-20],[-31,-25],[-12,9],[5,25],[-19,39],[-11,-10],[-11,5],[-6,31],[-7,7],[3,42],[24,64],[-16,-2],[-9,-25],[-14,-52],[-6,23],[4,27],[-2,20],[5,33],[15,78],[-4,32],[-10,4],[-3,34],[3,34],[13,11],[16,-2],[14,16],[9,21],[-6,23],[17,-4],[6,-38],[9,-1],[9,51],[-8,8],[-9,35],[12,46],[12,-23],[11,34],[13,-12],[23,-4],[8,-21],[16,3],[24,23],[6,-2],[37,22],[2,20],[-22,3],[3,17],[-14,72],[-10,13],[4,19],[-11,29],[13,31],[-4,34],[7,20],[14,64]],[[7629,5667],[10,16],[14,4],[5,-14],[24,-13],[26,-1],[198,-89],[65,-31]],[[7101,4446],[16,-29],[-10,-22],[-3,-49],[15,-49],[13,-28],[-5,-28],[2,-25],[-11,-3],[-5,17],[-3,41],[-12,-9],[-14,-25],[-7,47],[8,36],[-5,29],[11,94],[10,3]],[[946,8648],[-1,-23],[-30,-19],[-22,5],[-20,24],[-12,-19],[2,-15],[18,-16],[0,-31],[-20,3],[-6,-32],[12,4],[0,-41],[-13,-27],[-16,-20],[-2,-20],[10,-16],[-1,-25],[-26,13],[-12,-23],[5,-61],[-21,4],[-13,-12],[3,-35],[-5,-27],[-15,3],[0,47],[-12,21],[-12,-13],[3,-25],[-12,-32],[-5,-26],[3,-30],[8,-23],[-8,-24],[-27,54],[-8,-9],[10,-30],[-15,-24],[-13,3],[-9,14],[-10,0],[-10,-50],[-25,-57],[-3,-32],[-16,-1],[-23,7],[-3,-27],[-22,-1],[-21,-21],[-11,-1],[8,-42],[-9,-36],[8,-24],[-16,-15],[-13,10],[-7,-11],[0,-23],[-29,-40],[-4,-45],[1,-27],[-13,-30],[-1,-25],[-32,0],[-19,26],[-9,-2],[-13,-24],[-23,0],[-16,-34],[-15,0],[-2,-13],[8,-24],[-6,-15],[-11,4],[-6,-39],[-17,-18],[-26,-5],[-13,-12],[-6,-26],[-14,2],[1,-22],[-28,-47],[-1,-23],[-20,-24],[-1,-21],[-13,-17],[-12,-7],[-11,-26],[3,-38],[-13,-19],[-7,3],[-17,-41],[-16,-7],[-17,-28],[-13,7],[-15,-16],[-5,-27],[-15,1],[-23,11],[2,327],[-3,2],[-1,81],[2,91],[2,266],[3,0],[3,591],[2,448],[8,0],[2,517],[0,95],[3,2],[-1,329],[1,106],[187,3],[-8,-25],[11,-49],[-13,-40],[13,-25],[0,-26],[17,-21],[-2,42],[-13,27],[7,36],[-6,61],[6,20],[168,2],[200,0],[226,3],[90,0],[88,2],[124,-2],[134,2]],[[8286,8097],[-20,21],[-15,-7],[-17,-44],[-14,-10],[-23,-2],[-3,-22],[-40,10],[-15,-19],[-16,-3],[-10,-18],[-20,29],[-21,-10],[-15,5],[-9,18],[-12,-2],[-15,24],[-19,3],[13,24],[1,25],[-15,27],[0,-57],[-32,36],[-2,-25],[-24,-10],[-24,8],[-11,-14],[-14,23],[-4,-14],[-25,33],[-19,-3],[-8,7],[-43,-4],[-23,9],[-8,22],[2,26],[17,43],[36,29],[16,24],[19,-29],[15,5],[4,14],[-9,23],[-15,22],[2,24],[16,45],[23,12],[15,28],[5,51],[5,7],[6,43],[11,30],[14,-5],[28,-42],[3,26],[-19,16],[1,24],[10,14],[7,30],[18,6],[10,-12],[16,8],[6,-21],[18,-20],[13,13],[10,35],[37,-30],[11,-16],[18,-3],[3,-32],[12,-3],[5,-27],[13,-15],[15,0],[15,-11],[5,-24],[10,18],[-18,28],[-23,5],[11,26],[17,12],[28,1],[6,-12],[11,14],[16,-4],[18,18],[16,-5],[4,-13],[22,-3],[6,-7],[7,6],[18,-2],[17,29],[16,-492]],[[8257,8929],[24,-12],[13,-20],[3,-10],[4,-5],[0,-11],[2,-5],[9,-5],[6,4],[3,-21],[4,-8],[2,1],[2,8],[3,-2],[6,5],[8,-11],[6,-2],[6,1],[9,-253],[-15,-32],[-18,3],[-9,-6],[-21,8],[-15,20],[-17,1],[-11,-11],[-10,4],[-26,-6],[-15,8],[-9,-9],[-28,-16],[-21,9],[-2,51],[-19,9],[-2,14],[-15,19],[-3,19],[-15,27],[-36,-10],[-4,5],[-25,-8],[5,68],[11,27],[26,3],[8,11],[16,-4],[46,56],[4,48],[18,26],[43,14],[49,-2]],[[8355,8943],[3,-103],[-5,3],[-5,-6],[-9,11],[-8,-3],[-2,1],[-2,-7],[-2,-1],[-4,7],[-2,21],[-8,-5],[-9,8],[0,12],[-5,6],[-4,22],[53,45],[9,-11]],[[7661,9164],[7,-4],[3,-30],[-4,-26],[-13,9],[-1,41],[8,10]],[[8207,9270],[-7,-39],[-17,-8],[2,34],[22,13]],[[8333,9994],[1,-410],[20,-619],[-26,-10],[-26,-26],[-24,-1],[-3,7],[-28,10],[-37,-3],[-31,4],[-20,-9],[-5,-15],[-21,-23],[-7,12],[13,35],[14,5],[14,30],[15,17],[2,23],[-5,20],[4,26],[14,-3],[6,17],[-5,45],[29,17],[0,33],[-13,4],[6,39],[-16,23],[9,21],[-5,17],[-11,-16],[-14,-6],[-1,-35],[18,-10],[-2,-26],[-9,-3],[-9,-33],[1,-51],[-15,-19],[-16,-12],[-5,-34],[-26,-46],[-17,-84],[-16,-59],[-9,-16],[-12,21],[-17,16],[-17,-23],[-14,11],[4,-65],[-10,-25],[-17,-5],[-21,-26],[-2,-24],[-17,-5],[0,-18],[-11,-9],[-2,-21],[-16,-2],[-3,-37],[-10,2],[-22,-36],[-3,-37],[-9,-15],[-14,-7],[2,-20],[-18,-21],[-14,-1],[-3,14],[3,27],[31,63],[6,51],[-3,67],[11,15],[7,42],[4,69],[8,17],[4,28],[-1,48],[13,16],[13,-5],[17,19],[-6,26],[-12,14],[6,24],[-7,63],[2,22],[15,-12],[1,21],[10,12],[7,57],[14,26],[-2,51],[9,19],[-28,4],[-18,-43],[1,-32],[-18,-54],[-16,0],[-23,-38],[-21,-14],[-15,-61],[0,-23],[9,-22],[-11,-16],[-11,3],[-15,42],[-26,8],[-10,15],[9,52],[-6,45],[-8,-5],[0,-33],[-18,-51],[-19,1],[8,-36],[-33,3],[-26,34],[-13,45],[6,37],[-8,45],[-33,43],[-11,28],[-13,46],[-25,51],[-6,20],[-31,58],[-12,11],[-10,41],[-11,21],[-4,25],[-1,35],[-5,9],[-8,55],[-19,29],[-10,6],[2,32],[-28,26],[-26,39],[-22,49],[-9,48],[-17,30],[-23,91],[3,14],[89,-1],[92,2],[19,-2],[248,3],[142,0],[272,1],[119,1]],[[8161,177],[5,-23],[9,-20],[-1,-31],[-15,-4],[-9,11],[-7,-20],[30,-11],[9,-17],[1,-41],[-13,1],[-14,-22],[-24,5],[4,19],[-17,8],[-17,27],[-1,21],[11,17],[-2,22],[19,9],[5,15],[-3,29],[17,-13],[13,18]],[[8116,163],[-1,-15],[-11,-24],[-2,43],[14,-4]],[[7794,216],[9,1],[4,-24],[-16,0],[3,23]],[[7832,292],[9,-15],[4,-28],[-19,3],[-16,47],[4,16],[18,-23]],[[7844,314],[16,-43],[7,-7],[13,-32],[-5,-7],[-6,-34],[-19,1],[1,51],[7,14],[-17,45],[3,12]],[[7829,321],[27,-67],[-8,-4],[-7,33],[-24,30],[12,8]],[[7761,307],[-3,-5],[-1,-48],[12,-29],[2,-31],[-16,-2],[-3,18],[0,63],[-3,45],[12,-11]],[[8144,346],[11,-10],[-10,-25],[-8,9],[-1,6],[-2,4],[-2,7],[4,5],[1,8],[4,-4],[3,0]],[[7841,362],[28,-51],[-9,-15],[-19,66]],[[7828,384],[13,-61],[-12,0],[-11,23],[0,40],[10,-2]],[[7761,436],[3,-11],[23,2],[7,-17],[11,-58],[-6,-53],[-11,-10],[-5,41],[-18,11],[-4,-25],[-10,19],[-5,23],[-1,39],[3,35],[13,4]],[[7858,478],[8,-13],[2,2],[16,-14],[4,0],[3,-8],[1,-38],[-20,-26],[-14,56],[-8,11],[2,6],[-4,8],[-2,23],[-2,5],[2,4],[12,-16]],[[7828,506],[14,8],[15,-5],[13,-17],[7,-19],[-2,-6],[-4,-2],[-4,3],[-2,-1],[-5,11],[-14,17],[-1,2],[-2,-1],[2,-4],[-1,-3],[6,-42],[7,-9],[18,-88],[-4,-39],[-28,52],[3,47],[-17,19],[2,52],[-3,25]],[[8158,515],[38,-11],[-9,-45],[-6,-16],[-11,18],[-15,-12],[-11,2],[5,21],[-6,15],[15,28]],[[8145,536],[5,-14],[-11,-31],[9,-20],[-4,-20],[7,-12],[-5,-21],[-3,-67],[-4,-3],[-2,3],[-2,-3],[0,-5],[-3,-6],[0,-2],[0,-44],[-20,15],[-1,24],[-13,-18],[-2,32],[13,36],[6,46],[30,110]],[[7760,529],[10,-30],[-16,-1],[-5,39],[11,-8]],[[7828,538],[15,5],[14,-32],[-18,4],[-9,-8],[-9,11],[7,20]],[[7873,568],[7,-80],[-22,22],[-3,23],[16,22],[2,13]],[[7876,584],[11,-9],[-5,-26],[16,-61],[-9,-4],[-14,68],[1,32]],[[7812,583],[7,-13],[10,-14],[-1,-17],[-21,26],[5,18]],[[7819,626],[10,-25],[12,-15],[15,-41],[-21,4],[-15,22],[-13,31],[8,12],[7,1],[-3,11]],[[7789,632],[9,-13],[5,-4],[1,-11],[5,-7],[-7,-13],[17,-65],[-8,-5],[-15,28],[-30,16],[-8,12],[7,56],[13,-2],[11,8]],[[7810,623],[0,-13],[-12,9],[-5,9],[-1,16],[3,5],[15,-26]],[[7829,667],[-15,-36],[-7,9],[13,26],[9,1]],[[8184,660],[17,-27],[3,-28],[11,-19],[-6,-16],[-13,-65],[-25,7],[-17,25],[10,18],[-10,19],[14,37],[-16,18],[-2,-27],[-9,-2],[7,42],[21,20],[15,-2]],[[8292,826],[14,-11],[0,-23],[-11,5],[-3,29]],[[8183,907],[19,-65],[-5,-13],[-13,7],[-11,-10],[2,-43],[-14,25],[-7,-7],[-6,56],[-14,23],[13,19],[12,-31],[12,-13],[12,52]],[[7833,936],[-1,-16],[3,-5],[-3,-30],[-8,-16],[-26,50],[-1,18],[2,9],[5,2],[4,-12],[4,-7],[7,-8],[3,29],[11,-14]],[[8150,954],[17,-13],[14,-27],[-2,-18],[-11,-12],[-10,57],[-8,13]],[[7814,961],[7,-6],[-4,-31],[-12,21],[9,16]],[[7739,967],[27,-21],[10,-19],[8,-58],[-23,35],[-19,39],[-3,24]],[[7839,948],[-6,-13],[0,6],[-5,3],[-7,11],[6,36],[7,-7],[5,-36]],[[7769,1069],[12,-22],[19,0],[7,-16],[15,-12],[4,-18],[-6,-44],[-10,8],[0,-8],[-5,-11],[-1,2],[-1,0],[-4,-1],[-3,-10],[2,-26],[-19,10],[9,25],[-7,35],[5,15],[-6,25],[-10,-8],[-19,39],[18,17]],[[7780,1135],[5,-81],[-20,20],[5,41],[10,20]],[[7986,1142],[14,-3],[5,-40],[-14,4],[-10,-24],[-6,26],[5,33],[6,4]],[[7812,1182],[14,-3],[3,-50],[-17,-11],[-4,-67],[-23,59],[18,33],[9,39]],[[8096,1329],[-13,0],[-14,16],[14,20],[9,-14],[4,-22]],[[7974,1388],[9,-35],[24,-12],[3,-26],[-8,-24],[3,-25],[9,-28],[19,-29],[3,-27],[-19,-32],[-11,11],[-6,23],[-25,-2],[-5,-30],[-23,50],[14,65],[0,31],[13,90]],[[8541,1969],[23,64],[-2,23],[12,17],[19,4],[24,29],[13,-20],[14,-5],[19,-30],[21,0],[15,-36],[31,-21]],[[8703,417],[-2,-24],[-16,-17],[-7,-40],[-12,-13],[-16,-71],[-15,4],[-18,-21],[-22,32],[-10,5],[-30,-7],[-51,56],[0,48],[12,8],[16,-21],[10,28],[-2,25],[-4,5],[-7,-6],[-4,22],[-9,1],[-6,27],[-10,6],[0,23],[2,19],[4,-5],[4,4],[1,3],[-3,11],[-7,-1],[2,14],[-5,18],[5,20],[0,10],[-6,-4],[-6,7],[12,45],[6,7],[3,-26],[6,-10],[1,36],[-9,-6],[0,8],[-4,-1],[-4,-9],[-11,-45],[7,-6],[1,-12],[-1,-15],[5,-17],[-3,-15],[8,1],[2,-11],[-4,-4],[-3,4],[-4,-6],[1,-37],[8,-7],[2,-28],[14,1],[4,-22],[2,-3],[5,7],[4,-5],[2,-25],[-42,7],[-20,-25],[5,-27],[-3,-47],[-11,-21],[-20,-25],[-7,65],[7,11],[-1,34],[-13,8],[-8,-35],[-21,-8],[22,-36],[-12,-4],[-59,25],[-13,-6],[-14,-20],[-4,-23],[-36,-56],[-10,22],[1,28],[-4,21],[-13,-3],[-11,-35],[-7,-42],[5,-17],[2,-49],[-23,-50],[-21,-15],[-13,-31],[-1,42],[23,16],[-23,21],[-28,48],[2,47],[20,12],[-2,24],[-22,-10],[-8,36],[11,38],[16,12],[0,13],[-14,12],[-3,19],[13,16],[-8,16],[14,40],[3,31],[20,106],[10,30],[-3,24],[8,10],[27,-24],[3,36],[-11,7],[-7,25],[9,12],[28,12],[15,19],[4,-19],[14,-7],[-3,48],[20,17],[11,-4],[-2,37],[18,12],[9,47],[24,25],[-6,8],[-30,5],[6,29],[15,40],[8,3],[6,-27],[15,-12],[9,8],[-13,22],[-7,24],[-16,20],[-19,-19],[6,-10],[-19,-38],[-7,10],[-2,-49],[-10,-35],[-19,0],[-5,-25],[-9,3],[-12,-30],[-10,17],[0,18],[-11,20],[-23,-32],[-17,25],[-10,-2],[-13,32],[-9,53],[-11,12],[-3,41],[11,22],[4,23],[25,36],[5,-25],[-5,-22],[-11,1],[3,-36],[11,19],[15,-20],[7,11],[-16,29],[9,19],[-5,13],[3,27],[-2,67],[12,8],[9,29],[18,-41],[16,48],[13,-49],[13,9],[12,45],[12,-18],[14,-1],[5,16],[19,-16],[15,9],[-3,17],[-12,-4],[-11,16],[-18,-1],[-1,42],[18,44],[10,-4],[12,26],[26,-32],[5,16],[-21,26],[-4,14],[-15,-13],[-8,8],[-11,-20],[-16,8],[-2,-24],[-18,-31],[-1,-38],[-20,-11],[-22,26],[15,21],[-5,19],[-12,-23],[-21,1],[-14,23],[-18,-43],[-18,-1],[2,49],[-7,28],[-9,-14],[8,-38],[-4,-39],[-14,-9],[-23,11],[-7,-11],[-8,33],[-21,19],[10,12],[6,33],[7,7],[-2,30],[-11,53],[-8,-43],[-13,6],[-10,22],[-29,16],[-5,-11],[9,-40],[-2,-33],[3,-27],[25,13],[16,-32],[-19,-17],[-17,-31],[-9,18],[-2,31],[-22,-22],[-10,24],[-21,-13],[1,24],[8,40],[-3,20],[-14,13],[-5,17],[-29,33],[-1,11],[26,58],[12,10],[26,0],[50,54],[10,2],[19,20],[7,-29],[5,-44],[15,43],[26,11],[40,56],[15,14],[5,23],[13,10],[7,-22],[23,56],[1,27],[-14,-3],[-38,16],[-8,-3],[-13,-28],[-22,32],[10,19],[12,8],[37,67],[18,13],[31,6],[23,0],[14,32],[6,42],[31,4],[13,15],[13,33],[1,47],[32,7],[3,-24],[12,2],[13,-13],[15,23],[15,-17],[-1,-24],[12,0],[-2,-23],[8,-28],[12,-15],[18,9],[19,-8],[12,19],[-6,39]],[[8039,1468],[8,30],[-12,6],[4,-36]],[[4079,7790],[-11,-3],[-10,-21],[-23,-9],[-25,18],[-36,-2],[-9,4],[-11,22],[-42,39],[-10,5],[-12,33],[3,27],[21,25],[9,21],[7,51],[-2,17],[-20,75],[11,31],[21,7],[7,30],[-12,69],[-12,32],[-17,80],[-17,23],[-30,-1],[-26,6],[-23,15],[-14,25],[8,29],[27,12],[1,25],[-16,22],[-10,24],[1,24],[10,8],[25,-13],[4,27],[-25,23],[-14,36],[6,36],[15,19],[35,21],[13,13],[2,27],[-18,17],[-18,-1],[-17,-37],[-17,-16],[-23,3],[-27,19],[-17,-2],[-39,26],[-8,19],[2,16],[43,60],[6,16],[4,33],[-3,26],[-11,16],[-16,4],[-8,-17],[-3,-59],[-17,-16],[-27,-7],[-8,9],[-4,29],[4,46],[-1,50],[-11,26],[-33,43],[-9,25],[4,25],[14,16],[15,7],[19,-2],[20,5],[35,0],[13,14],[5,31],[8,79],[0,34],[-5,42],[-13,29],[-13,6],[-23,1],[-24,10],[-22,28],[-23,10],[-4,-19],[11,-36],[-2,-37],[-16,-10],[-49,29],[-18,4],[-11,10],[-10,46],[-12,26],[-16,5],[-9,-21],[15,-16],[6,-39],[-4,-79],[-4,-23],[-12,-14],[-10,8],[-8,47],[4,50],[-2,13],[-17,17],[-24,-16],[-8,-24],[-10,-11],[-19,-1],[-47,11],[-9,12],[-26,93],[-21,51],[-13,41],[-26,42],[-12,36],[-21,35],[-27,58],[-17,21],[-14,-1],[-20,41],[-14,15],[-45,24],[-15,5],[-28,21],[-24,0],[-16,16],[-23,12],[-23,-2],[-24,-36],[-10,-39],[-10,-23],[-10,-8],[-31,-2],[-17,3],[-14,-24],[3,-14],[19,-37],[-8,-30],[-23,-28],[-21,-41],[-17,-27],[-19,-53],[-1,-42],[-8,-22],[-44,13],[-26,26],[-34,28],[-42,27],[-6,7]],[[2579,9994],[64,4],[102,-2],[43,1],[115,-1],[225,-2],[89,2],[293,-1],[285,-3],[107,-3],[174,-2],[20,-1],[230,-2],[146,-2],[75,0]],[[5885,6639],[3,-3],[1,-4],[3,-7],[2,0],[2,-5],[0,-2],[17,-15],[5,2],[3,0],[2,0],[3,0],[8,-3],[0,-1],[6,-6],[2,1],[4,-1],[6,-6],[5,-4],[0,-1],[1,0],[0,-2],[1,-1],[2,-3],[1,-4],[0,-1],[1,-1],[0,-7],[0,-1],[1,-1]],[[5964,6563],[6,-33],[22,-14],[2,-25],[-18,-40],[6,-37],[-13,-16],[5,-30],[9,7],[9,-24],[24,-17],[21,-3],[8,8],[8,-40],[12,-5],[6,-46],[12,-9],[9,9],[16,-5],[33,-56],[10,14],[22,-24],[-5,-19],[9,-10],[6,-25],[-3,-36],[16,-27],[6,-25],[16,-3],[14,-42],[22,-24],[17,-42],[13,-23],[-9,-21],[0,-54],[6,-6],[2,-37],[11,-33],[1,-23],[-5,-22],[10,-37],[-3,-24],[8,-21],[16,-9],[-3,-31],[-17,-8],[13,-38],[16,-21],[-1,-20],[20,-38],[-15,-44],[0,-21],[9,-30],[-7,-5],[-3,-54]],[[6333,5304],[-9,-17],[-7,-34],[-11,-11],[-8,-29],[2,-28],[-14,-42],[-5,-42],[-1,-13],[2,-12],[-1,-15],[7,-49],[-2,-27],[-9,-15],[-5,-2],[-10,7],[-6,-3],[-3,-9],[-1,-19],[9,-39],[-6,-24],[2,-26],[17,-30],[-5,-17],[-17,-8],[-5,-17],[0,-22],[4,-19],[16,-31],[4,-43],[7,-11],[1,-30],[12,-37],[19,3],[4,-56],[-14,1],[-17,-26],[6,-50],[-11,-44],[-4,-31],[3,-21],[13,-36],[-16,-24],[-3,-24],[7,-37],[23,-53],[-14,-8],[-10,-17],[4,-32],[19,-17],[15,-4],[-6,-39],[-14,-30],[-3,-63],[12,-47],[23,-19],[11,-46],[-5,-34],[1,-65],[-11,-31],[-13,-53],[-1,-27],[6,-35],[3,-77],[13,-88],[-14,-13],[-11,1],[-11,23],[-19,2]],[[5431,4275],[18,29],[25,1],[10,-6],[8,24],[12,17],[3,-29],[20,-3],[4,-12],[16,9],[56,-11],[-10,30],[-10,0],[-19,23],[-23,-2],[-8,22],[-9,3],[-3,28],[27,42],[-14,2],[6,106],[15,24],[20,-5],[14,4],[-1,38],[-16,-5],[-27,22],[-8,71],[-2,34],[14,43],[12,9],[10,41],[-11,32],[1,15],[-12,29],[259,498],[-205,396],[-3,5],[-1,3]],[[5599,5802],[10,33]],[[5609,5835],[3,6],[0,2],[9,13],[5,1],[8,19],[3,30],[1,4],[1,9],[0,2],[-7,10],[-1,1],[-1,3],[-3,23],[5,19],[13,39],[3,14],[20,63],[32,107],[9,27],[2,10],[1,3],[1,3],[14,44],[22,76],[1,5],[5,15],[30,98],[25,86],[9,47],[-6,31],[29,33],[13,34]],[[5855,6712],[30,-73]],[[7070,7370],[-48,-59],[-11,-1],[-16,13],[-5,13],[7,25],[42,60],[22,17],[19,-16],[3,-11],[-13,-41]],[[7070,7842],[-8,-24],[10,-20],[8,12],[25,-25],[-3,-48],[-8,-8],[-5,-26],[-14,45],[-13,-8],[-15,15],[-2,12],[4,48],[10,6],[11,21]],[[6464,7307],[-19,-49]],[[6445,7258],[-2,-3],[-4,-13],[-1,-3],[-6,-8],[-3,-1],[-12,3],[-5,9],[-1,4],[-4,8],[-12,8],[-3,1],[-26,10],[-10,-8],[-8,-7],[-19,-40],[-2,-1],[-18,0],[-9,-3],[-13,-17],[1,-17],[0,-1]],[[6288,7179],[-1,-1]],[[6287,7178],[-9,-4],[-10,12],[-3,32],[-14,3],[-8,19],[-16,16],[-36,22],[-8,24],[-30,61],[-17,-5],[0,27],[-17,21],[-23,17],[-16,31],[-11,11],[-1,25],[7,9],[13,60],[0,46],[14,33],[-19,18],[-10,20],[-9,-1],[8,43],[-7,18],[-20,11],[-13,-8],[-10,14],[-12,-19],[-7,25],[-38,-20],[-10,17],[-15,-13],[-6,8],[-4,32],[-17,38],[-8,9],[-19,3],[-8,23],[8,19],[-7,14],[-9,44]],[[5870,7933],[5,36],[-3,45],[-7,-1],[-9,34],[-3,47],[4,23],[24,32],[0,22],[-11,34],[11,21],[12,36],[-19,5],[3,16],[16,-3],[10,40],[-3,16],[-21,-1],[-10,26],[-13,-9],[-10,20],[5,31],[-4,18],[23,19],[4,25],[13,39],[-8,8],[-14,-17],[-12,15],[1,34],[17,54],[2,33],[10,2],[9,26],[11,10],[4,26],[-7,27]],[[5900,8722],[5,46],[22,170],[51,340],[45,319],[61,390]],[[6084,9987],[186,1],[135,0],[97,1],[14,-4],[26,4],[32,0]],[[6574,9989],[4,-200],[1,-5],[1,-163],[4,-223],[13,-94],[14,-45],[12,-7],[15,-73],[2,-33],[18,-42],[2,-29],[-2,-68],[10,-3],[4,-20],[16,-18],[5,-41],[9,-1],[5,-26],[13,4],[13,-9],[8,18],[23,-28],[4,-12],[28,-19],[4,-13],[14,-7],[21,-31],[13,9],[25,-36],[11,26],[8,-32],[-12,-48],[10,-22],[10,-40],[9,-16],[10,0],[17,-9],[16,-21],[6,-24],[8,-1],[9,-21],[6,-59],[13,-19],[10,-28],[-2,-39],[5,-17],[-8,-32],[1,-25],[15,-19]],[[7015,8328],[8,-46],[-4,-36]],[[7019,8246],[13,-14]],[[7032,8232],[10,-20],[3,-28],[1,-4]],[[7046,8180],[-8,-8],[4,21],[-12,14],[-11,-9],[3,-24],[16,-2],[-8,-15],[-3,-27],[-10,-25],[-10,-5],[-37,3],[-8,17],[-35,12],[16,-40],[17,3],[15,-18],[13,6],[27,-20],[10,24],[15,-6],[7,21],[13,-2],[9,-31],[26,-7],[-4,-25],[0,-44],[-12,-14],[19,-71],[6,-33],[-17,4],[-15,-7],[-7,27],[-11,5],[-6,19],[-13,14],[-8,-28],[9,-9],[14,-32],[-12,-15],[-15,16],[-3,15],[-14,1],[-18,27],[2,-26],[24,-12],[-1,-15],[20,-27],[9,-28],[-9,-29],[-19,-10],[-25,27],[-4,-25],[16,1],[12,-21],[8,11],[6,-26],[-13,-3],[15,-30],[-16,-36],[-14,9],[2,30],[-15,-2],[-12,16],[-7,-29],[-17,75],[-15,-40],[-27,18],[-17,21],[-17,-52],[24,20],[13,-28],[-10,-22],[5,-12],[13,11],[13,-3],[9,-24],[12,-6],[6,-25],[-9,-42],[24,-4],[17,6],[4,-46],[-34,-4],[-6,-24],[12,-35],[-22,-63],[1,-17],[-7,-29],[-29,18],[-14,24],[-22,-7],[-4,58],[3,31],[-4,26],[0,53],[-28,7],[-27,41],[-6,22],[-22,21],[-9,20],[-17,-6],[-11,33],[-14,0],[-4,-20],[-12,6],[-9,6],[-19,11],[-22,-37],[21,30],[29,-10],[9,-21],[14,2],[26,-40],[5,-25],[10,-3],[9,-35],[25,-24],[26,-48],[-11,-14],[6,-29],[-4,-21],[18,-45],[7,-47],[37,-36],[12,-28],[24,-3],[21,20],[7,-29],[-17,-14],[-27,-37],[-17,-80],[-11,-9],[-8,10],[6,28],[-12,2],[-3,-34],[3,-17],[-13,-38],[-11,11],[-6,24],[14,48],[-3,28],[6,23],[-25,-6],[-3,26],[-14,4],[-7,-15],[5,-59],[-3,-24],[-44,-7],[3,27],[-10,3],[0,-41],[-22,-6],[-12,36],[10,30],[2,33],[-8,20],[18,24],[-7,51],[14,37],[2,25],[13,7],[19,49],[-11,37],[-4,-50],[-9,-20],[-12,-2],[-18,-28],[3,-18],[-13,-8],[0,-34],[-11,-21],[-17,-21],[-6,23],[-2,51],[-15,4],[-13,-11]],[[8187,2567],[19,-8],[-5,-20],[-12,4],[-1,-25],[-8,-1],[-16,20],[3,16],[20,14]],[[8541,1969],[4,-37],[-10,-12],[-9,8],[-27,4],[-9,-7],[-10,31],[3,13],[-11,34],[-18,16],[-14,-20],[-10,6],[-6,26],[-8,-1],[-18,18],[7,53],[-12,36],[6,17],[28,29],[0,39],[20,7],[10,11],[-3,37],[17,35],[10,33],[22,-15],[11,23],[24,-22],[20,10],[16,-12],[18,3],[13,-11],[11,30],[8,-1],[14,-23],[16,14],[11,-12],[17,11],[10,28],[19,15],[1,17],[-36,-25],[-7,-31],[-17,16],[-13,-21],[-11,18],[-13,1],[-11,-23],[-9,7],[-22,-3],[-16,11],[-13,-1],[-9,-12],[-13,22],[-9,1],[-8,-24],[-14,16],[-14,-2],[-10,-22],[-4,-28],[-11,-14],[-1,-47],[-18,0],[-8,-12],[-4,-37],[-26,-30],[-5,-24],[9,-35],[-5,-42],[-21,-30],[-6,-63],[-14,-25],[-38,-12],[-15,-61],[-16,1],[-23,32],[-15,-16],[-43,-12],[-12,-53],[-21,3],[-24,-27],[5,38],[-9,26],[-11,-2],[-10,-18],[0,-35],[-9,-6],[-7,-20],[7,-58],[-12,-12],[-10,8],[-11,30],[-11,59],[-5,55],[-7,25],[-19,28],[19,25],[8,18],[15,81],[-16,31],[8,17],[21,63],[19,74],[9,44],[12,-5],[12,10],[-4,23],[3,33],[22,45],[15,15],[17,86],[-13,32],[13,2],[11,-14],[12,2],[22,-14],[23,18],[21,5],[25,-39],[-4,-13],[4,-8],[23,1],[15,23],[16,-18],[9,26],[-35,-7],[-18,-20],[-10,2],[1,21],[-5,22],[-11,-1],[-8,14],[-23,-4],[-24,-15],[-9,24],[-23,7],[-9,-9],[-10,9],[32,47],[14,37],[-10,18],[-13,43],[-13,12],[-2,14],[10,48],[3,49],[19,-5],[14,7],[14,19],[15,57],[-4,37],[-15,16],[-25,6],[10,54],[35,19],[13,43],[-7,20],[-3,30],[-20,16],[13,34],[49,24],[25,40],[9,22],[34,18],[13,19],[8,31],[9,15],[-4,23],[5,35],[17,58],[31,2],[18,23],[3,12],[21,32],[9,44],[13,11],[17,-551],[207,-18],[208,-14],[209,-10],[170,-2]],[[5900,8722],[1,-33],[-3,-19],[-17,-3],[-11,-21],[-6,-45],[-22,20],[16,-61],[-11,-12],[-2,-36],[19,-28],[-9,-8],[-14,-40],[0,-26],[-14,-65],[6,-29],[22,7],[9,-21],[-2,-31],[-10,-29],[8,-66],[-3,-38],[-21,11],[-17,31],[-5,-12],[23,-31],[17,-92],[12,-39],[4,-39],[0,-34]],[[5870,7933],[-19,16],[-17,-8],[-17,14],[-24,-19],[-29,17],[-9,20],[-19,0],[-10,19],[-11,-17],[-25,0],[-17,34],[-16,-12],[-29,-3],[-19,-36],[-26,0],[-30,-22],[-17,3],[-7,22],[-28,26],[-13,-5],[-19,4],[-14,14],[-18,2],[-8,19],[-18,10],[-38,6],[-10,-13],[-22,-1],[-22,-13],[-24,-30],[-18,-42],[-15,-14],[-36,29]],[[5226,7953],[-3,4]],[[5120,9969],[-5,12],[400,1],[91,1],[19,-2],[122,5],[103,-2],[75,0],[159,3]],[[5487,7313],[15,-12],[15,-34],[5,-65],[19,-21],[2,-32],[8,5],[24,-47],[-4,-34],[6,-21],[16,11]],[[5593,7063],[1,-1],[0,-1],[0,-1],[1,-1],[0,-7],[0,-2],[0,-1],[-3,-21],[-1,-2],[-3,-9],[-1,0],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-5],[-1,-1],[-1,-3],[0,-2],[2,-5],[1,-1],[4,-6],[1,-1],[1,-1],[4,0],[1,0],[2,-1],[1,-1],[-5,-14],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-2],[1,-2],[1,-4],[3,-2],[1,0],[1,0],[1,2],[1,0],[1,1],[0,-20],[-1,-1],[10,-25],[22,-1],[31,-23],[-7,-44],[1,-16]],[[5658,6830],[2,-9],[16,-6],[6,-12],[15,-10],[11,-18],[-17,-16],[6,-26],[28,-34],[7,16],[20,21],[11,20],[5,-21],[17,-13],[9,-30],[10,-9],[34,12],[17,17]],[[5609,5835],[-5,-17],[-4,-12],[-1,-4]],[[5599,5802],[-87,165],[-177,-339],[-20,36],[-15,70],[-23,53],[-13,14],[-22,3],[-11,9],[-12,-7],[-27,12],[-33,-11],[-25,20],[-6,-5],[-28,16],[-11,36],[-17,-10],[-8,21],[-11,10],[-9,55],[-10,17],[-6,36],[6,39],[14,32],[4,40],[-6,23],[-15,19],[-46,26],[-35,59],[-32,35],[-19,3],[-16,10],[-15,21],[-30,30],[-50,-2],[-18,-5],[-19,5],[-18,-1],[-28,13],[-19,1],[-28,9],[-49,27],[-29,8],[-13,12],[-19,58],[0,24],[-9,19],[-18,69],[-22,34],[-23,13],[-40,32],[-14,44],[-5,43],[-1,63],[7,19],[7,64],[8,42],[16,52],[7,14],[59,36],[10,21],[4,32],[0,48],[12,34],[27,46]],[[5224,7951],[-16,-24],[-8,-11],[-3,-5],[-4,-3],[-1,0],[-2,-2],[-2,-8],[-5,-20],[0,-2],[6,-23],[-1,-1],[4,-16],[1,-6],[2,-11],[0,-2],[2,-2],[1,-4],[3,-13],[3,-8],[8,-17],[0,-1],[1,-2],[0,-1],[1,-1],[0,-2],[1,-1],[0,-3],[0,-1],[0,-2],[1,-12],[0,-1],[2,-7],[0,-1],[2,-9],[0,-1],[1,-1],[1,0],[0,-1],[2,-3],[6,-5],[1,-2],[1,-9],[0,-2],[7,-8],[2,-4],[1,-3],[1,-3],[3,-6],[1,-1],[0,-1],[1,-1],[1,0],[1,-2],[2,-1],[1,-2],[3,-4],[2,-3],[5,-12],[4,-5],[1,2],[1,-1],[1,-3],[0,-2],[3,-6],[2,-5],[1,-1],[1,-2],[2,-8],[1,-2],[0,-2],[1,-2],[0,-2],[1,0],[6,-13],[0,-5],[3,-4],[2,-3],[-1,-9],[-1,-1],[-2,-9],[0,-2],[0,-8],[0,-2],[11,-30],[1,-2],[1,-4],[0,-2],[0,-3],[0,-2],[-1,-14],[0,-2],[8,-17],[1,-2],[6,0],[1,0],[8,-3],[1,0],[2,-3],[1,-1],[16,-8],[0,-3],[5,-4],[0,1],[1,-1],[2,-2],[3,-1],[1,0],[2,0],[1,1],[7,1],[1,1],[1,5],[0,1],[1,1],[1,0],[1,-1],[1,0],[1,-1],[1,-2],[3,0],[1,-1],[3,-1],[1,-1],[1,0],[3,-5],[1,-1],[0,-1],[4,-3],[1,0],[5,-3],[3,-1],[3,0],[1,-2],[2,-3],[1,-1],[4,-4],[2,0],[9,-6],[1,-1],[13,-17],[1,-2],[2,-2],[0,-1],[2,-1],[1,0],[6,-12],[1,1],[0,-1],[4,-7],[1,0],[0,-1],[2,-5],[0,-2],[1,-1],[0,-2],[1,-2],[4,-9],[1,-1],[0,-1],[0,-1],[0,-3],[1,0],[0,-1],[2,-18],[1,-1],[2,-15],[0,1],[1,1],[2,-1],[1,0],[1,-6],[1,-2],[1,-1],[1,-2],[1,-1],[0,1],[1,0],[1,1],[1,1],[1,0],[2,0],[1,-1],[0,-1],[1,0]],[[8134,6237],[2,-5]],[[7971,5542],[0,-3]],[[7629,5667],[-9,-24],[-5,-30],[-10,-25],[-3,-36],[-9,-35],[9,-21],[-8,-39],[5,-25],[11,-16],[10,-37],[-15,-1],[-8,29],[-10,4],[-4,33],[-12,20],[1,20],[-29,12],[-16,-28],[-13,2],[-3,17],[-17,-9],[-9,9],[-5,24],[7,21],[15,6],[2,15],[-16,12],[-1,25],[19,30],[-5,21],[12,62],[-15,73],[2,18],[-13,5],[-5,-36],[9,-7],[14,-46],[-9,-9],[3,-36],[-10,-5],[3,-26],[-14,-27],[2,-13],[-5,-36],[2,-21],[-6,-10],[2,-38],[-13,-29],[-1,-61],[-19,-11],[-23,-36],[3,-43],[-9,-31],[-2,-69],[-7,-20],[-10,-2],[8,41],[5,62],[1,45],[7,78],[-13,0],[-5,67],[5,109],[-5,20],[-20,21],[11,25],[1,30],[-22,13],[-15,-1],[-7,-30],[-16,19],[-5,27],[8,47],[15,-36],[12,6],[-10,28],[4,20],[-13,18],[-10,-2],[-17,9],[-9,23],[2,28],[10,5],[12,-28],[10,2],[5,16],[12,-32],[36,28],[14,-2],[26,41],[43,85],[10,2],[11,-22],[19,41],[-4,11],[-16,-20],[-4,20],[2,42],[-16,81],[-10,12],[-8,30],[6,43],[-1,23],[-18,15],[17,62],[15,27],[7,-43],[-4,-28],[32,-30],[13,1],[-22,49],[-2,17],[16,2],[-13,31],[-3,19],[20,76],[8,-7],[13,11],[13,-32],[9,13],[22,-4],[8,-9],[9,11],[3,21],[10,-4],[23,-26],[7,-2],[15,-33],[11,-60],[15,11],[-11,17],[3,17],[-14,27],[3,20],[-17,11],[-8,27],[-20,20],[-20,4],[-8,-20],[-17,14],[-14,-8],[-28,30],[-3,31],[17,27],[18,-8],[16,0],[18,31],[10,38],[29,63],[15,26],[9,-2],[10,20],[12,4],[12,18],[8,38],[-10,17],[-9,35],[25,12],[17,28],[16,17],[23,-10],[2,-26],[33,23],[29,3],[0,14],[-34,6],[-27,11],[7,47],[-13,59],[-17,20],[-28,3],[-8,43],[10,46],[12,35],[7,1],[30,49],[30,41],[14,2],[2,22],[25,41],[20,-7],[26,17],[7,19],[24,20],[14,-4],[4,-23],[35,-14],[23,-18],[15,10],[17,41]],[[8028,7344],[7,-15],[22,15],[9,-4],[34,22],[-4,17],[11,15],[6,-23],[14,11],[16,-3],[0,24],[12,27]],[[8407,7355],[18,-569]],[[7177,6210],[1,-19],[-9,-21],[1,-35],[18,-39],[0,-24],[7,-59],[13,-46],[23,-68],[44,3],[-7,-31],[12,-15],[10,2],[-3,24],[9,8],[3,-36],[-3,-40],[-8,-2],[-8,-31],[-7,1],[0,-36],[-11,6],[-23,-27],[20,-7],[6,20],[10,-7],[12,15],[-5,-53],[9,-17],[-4,-24],[-17,-42],[18,-44],[-20,-18],[-8,29],[-2,39],[-8,15],[4,35],[-9,11],[-10,-21],[-26,-13],[-15,-16],[-3,-44],[-9,-34],[3,-22],[10,-34],[3,-32],[-17,-14],[1,30],[-6,37],[0,31],[-7,27],[-10,5],[-4,36],[11,30],[9,8],[-10,46],[1,40],[19,27],[2,39],[-9,6],[-3,33],[-8,2],[9,-51],[-6,-28],[-16,-22],[-14,1],[10,-37],[0,-27],[-15,22],[-14,1],[-13,30],[-5,-27],[11,-8],[5,-25],[13,-8],[16,-32],[-7,-47],[0,-86],[-14,-1],[-6,49],[-32,-34],[-7,-24],[18,-27],[-3,-33],[-10,-19],[5,-35],[11,-17],[2,-26],[0,-55],[6,-31],[-6,-28],[-20,-26],[-18,9],[-21,-24],[-7,-16],[-14,-77],[-13,17],[1,40],[-4,15],[4,33],[15,54],[7,43],[2,62],[-4,56],[1,84],[7,101],[1,65],[16,92],[17,63],[14,41],[12,4],[4,22],[1,40],[16,37],[7,36],[-1,51],[3,44],[5,39],[19,63],[22,23]],[[7307,5509],[2,-34],[-14,-16],[-4,18],[16,32]],[[7621,5357],[0,-14],[-45,2],[-10,-22],[-11,21],[-10,-4],[-14,9],[-44,-1],[-9,-35],[-2,-34],[-20,-4],[-19,-32],[-6,34],[9,28],[-6,31],[4,21],[18,-31],[13,38],[8,4],[12,39],[1,24],[10,15],[35,3],[23,28],[8,-19],[4,-37],[11,-5],[14,-21],[2,-21],[16,-20],[8,3]],[[7658,1159],[4,-21],[1,-43],[-9,-8],[0,41],[4,31]],[[7669,1406],[13,-23],[11,-8],[2,-30],[-13,10],[2,-30],[-22,11],[-5,10],[1,47],[11,13]],[[7714,1586],[19,-14],[13,8],[13,-34],[16,-30],[-14,-22],[-1,-20],[19,3],[19,-17],[7,-23],[-13,-55],[-14,10],[-13,-13],[12,-27],[15,-54],[-7,-28],[-16,7],[-25,-11],[-9,15],[-4,38],[-7,40],[5,48],[-14,-4],[-12,-31],[-12,18],[-7,-5],[-18,63],[0,39],[17,13],[26,-9],[19,20],[5,25],[-12,10],[-13,32],[6,8]],[[7528,1831],[32,-25],[13,-19],[-8,-37],[-13,-14],[-25,6],[-6,18],[13,36],[-6,35]],[[7446,2314],[6,-6],[18,-49],[-6,-10],[-17,0],[-8,-24],[-18,-22],[-11,51],[20,-8],[11,20],[-2,25],[7,23]],[[7272,2343],[6,-48],[12,-29],[-12,-18],[-1,42],[-8,32],[3,21]],[[7343,2381],[7,-4],[17,-71],[-14,-14],[10,-30],[-7,-55],[4,-40],[11,-26],[9,-11],[3,3],[2,-14],[5,-8],[2,-5],[4,-15],[3,-19],[3,-5],[3,-11],[10,19],[16,9],[20,-17],[16,29],[0,-28],[-11,-11],[9,-29],[-18,-23],[1,-51],[4,-31],[7,-24],[-5,-15],[12,-20],[5,10],[14,-18],[4,-29],[19,0],[7,-24],[-8,-20],[-9,25],[-14,-12],[-4,24],[-11,1],[-16,63],[-15,29],[-10,75],[-10,34],[-11,14],[-6,30],[-2,5],[-3,14],[-5,20],[-5,10],[-4,12],[-32,30],[-10,34],[1,26],[-10,23],[8,29],[-9,41],[2,51],[11,20]],[[8187,2654],[23,-57],[-26,7],[-4,34],[7,16]],[[8516,3971],[13,-410],[-16,-13],[-8,-37],[-33,-66],[-15,-12],[-19,4],[-13,-12],[-5,-16],[-16,-26],[-15,2],[-2,21],[16,12],[3,15],[-16,43],[-24,24],[3,18],[13,14],[1,12],[-11,28],[-16,22],[-2,33],[-7,10],[-16,-2],[-13,29],[0,33],[-12,23],[-18,14],[-12,45],[-17,8],[1,57],[-2,11],[12,54],[-3,34],[6,28],[10,12],[4,40],[-9,17],[22,19],[1,21],[16,33],[5,-8],[17,-1],[8,7],[3,8],[8,49],[8,3],[3,9],[-1,18]],[[8366,4198],[1,-22],[-12,-8],[-9,-54],[-6,-6],[-7,8],[-10,-8],[-6,7],[-13,-17],[-7,-25],[-9,-6],[-12,-29],[7,-21],[-2,-30],[-18,-36],[-4,-31],[4,-19],[-11,-29],[1,-73],[5,-18],[14,-13],[13,-45],[16,-8],[13,-21],[1,-40],[14,-25],[14,3],[11,-21],[1,-29],[16,-17],[9,-26],[-16,-27],[4,-26],[16,-7],[20,-52],[-16,-8],[-4,-19],[9,-31],[14,-16],[-3,-51],[-16,-37],[-31,-15],[-24,-28],[-15,-37],[-22,-3],[-28,-21],[-18,-45],[-3,-18],[5,-26],[15,-31],[-4,-23],[-16,2],[-22,-42],[-5,-43],[3,-24],[10,-23],[14,-8],[-3,-25],[11,-8],[-10,-44],[-29,5],[-16,-15],[-12,-95],[-1,-36],[-8,-27],[0,-31],[-32,-68],[18,-78],[0,-16],[-27,-28],[-31,-13],[-10,-13],[-16,-2],[-6,-17],[-22,-21],[-4,-40],[3,-36],[-13,-16],[-11,-25],[-8,-2],[-2,-25],[-8,-23],[-9,-8],[-5,-22],[3,-17],[-7,-28],[1,-36],[8,-27],[-6,-16],[-1,-69],[-14,-24],[-13,-5],[-11,-21],[9,-25],[-6,-26],[11,-26],[13,-1],[7,-12],[-19,-52],[-7,2],[-32,-18],[8,45],[16,-8],[2,35],[-14,9],[-4,17],[-46,73],[9,21],[-6,17],[9,25],[-6,17],[-11,-17],[-10,36],[-26,63],[-1,28],[-11,23],[-21,19],[-3,11],[16,13],[39,9],[29,10],[24,25],[15,29],[5,42],[-1,60],[8,26],[-20,10],[-14,88],[-25,17],[-35,10],[-12,-14],[-13,-25],[-5,-42],[-3,-71],[-7,-57],[-15,-11],[-20,-37],[-23,-15],[-15,-66],[-26,-23],[1,-8],[23,0],[13,-15],[10,-22],[11,-41],[9,-7],[10,-46],[-13,-29],[-22,-20],[2,-18],[19,-1],[-12,-54],[-5,-47],[-10,-4],[-17,13],[-5,-14],[27,-48],[3,-19],[12,-26],[-1,-36],[7,-20],[-6,-11],[-11,12],[-2,20],[-20,1],[-19,26],[-16,32],[-10,33],[-9,69],[-13,1],[-5,-13],[-11,12],[-5,-13],[-22,16],[33,40],[8,21],[12,2],[-2,22],[-19,25],[7,30],[-37,-1],[5,20],[-4,40],[-9,5],[-5,-18],[-19,6],[3,15],[16,18],[-7,40],[-11,-28],[-4,22],[-18,-15],[-12,19],[-7,-8],[3,-26],[-5,-34],[-2,-37],[-13,-13],[-6,-22],[-14,0],[-5,33],[20,39],[11,44],[8,17],[-3,24],[5,15],[-23,28],[-7,-21],[-16,10],[-16,22],[-13,-2],[-10,32],[24,4],[0,22],[-7,27],[-16,10],[-6,14],[2,36],[-3,27],[-22,53],[-5,26],[-19,5],[-17,44],[-9,6],[-10,-20],[-20,-11],[-4,22],[10,28],[3,34],[-1,35],[-5,19],[-19,30],[-13,-7],[-6,-20],[11,-52],[-11,-19],[3,-57],[-10,-5],[13,-45],[3,-36],[-19,-26],[-29,107],[-9,-3],[-27,51],[-13,36],[-14,2],[2,23],[-12,34],[6,23],[1,47],[-9,67],[-10,32],[-13,18],[-7,36],[-40,136],[-15,22],[-20,68],[-3,33],[-5,15],[3,29],[14,-10],[6,28],[-9,26],[-2,23],[24,-7],[15,-10],[52,41],[-4,-27],[11,-7],[3,-16],[-8,-54],[-15,-38],[4,-18],[-13,-22],[18,-5],[1,17],[13,66],[9,20],[12,39],[13,18],[10,-30],[12,-11],[3,19],[-5,34],[-9,12],[25,87],[16,30],[2,-38],[6,-36],[9,0],[-1,59],[10,26],[15,-6],[-4,-39],[10,-9],[1,-29],[25,18],[-2,62],[-16,39],[-5,38],[12,-2],[5,-39],[9,-18],[13,9],[4,-37],[20,-7],[8,15],[24,12],[-2,-28],[7,-76],[12,-18],[-7,60],[7,18],[-9,35],[6,23],[21,-3],[12,18],[32,-25],[5,17],[-26,25],[-15,0],[-18,-16],[-15,6],[-12,-18],[-24,-4],[-14,4],[-4,27],[-15,10],[4,29],[-14,21],[13,39],[26,0],[17,21],[14,-11],[5,22],[8,69],[14,13],[5,19],[-13,9],[-11,-16],[-15,-51],[-3,-31],[-31,7],[-12,-6],[-4,38],[12,40],[-4,26],[-13,-62],[-6,-7],[-31,28],[-14,-10],[19,-22],[3,-23],[-9,-7],[3,-39],[-4,-16],[-14,-9],[-14,-26],[-5,35],[2,37],[-16,12],[8,35],[-4,28],[-12,6],[1,-32],[-22,-28],[18,-14],[4,-19],[-9,-24],[-4,-28],[-19,37],[0,38],[-7,13],[8,44],[-17,37],[-3,-30],[5,-17],[-12,-18],[4,-36],[17,-37],[2,-20],[-2,-35],[-22,-5],[7,-20],[-6,-24],[-10,13],[11,40],[-2,47],[-13,51],[-24,49],[-15,-1],[-5,27],[18,34],[8,-20],[12,-11],[15,9],[0,14],[31,41],[-1,98],[-23,-10],[-3,27],[-9,29],[-9,60],[9,3],[8,-33],[-6,-35],[20,-9],[10,5],[3,28],[32,-16],[-2,27],[-9,23],[10,13],[15,5],[9,-8],[7,-21],[-8,-18],[1,-30],[15,-9],[5,21],[17,-17],[18,-7],[12,-36],[8,16],[10,42],[27,41],[5,0],[25,40],[11,4],[2,-32],[13,-8],[-1,-59],[-4,-27],[-9,-12],[-17,-6],[-9,33],[-7,-14],[12,-41],[27,18],[10,-31],[13,-8],[19,15],[19,44],[12,-40],[34,-68],[14,-15],[30,22],[26,31],[10,-44],[16,1],[0,-24],[12,-30],[24,-20],[3,-14],[16,-10],[18,-30],[11,0],[29,21],[12,-1],[23,17],[15,19],[2,32],[11,34],[35,-9],[16,28],[2,42],[11,19],[-9,41],[17,30],[-16,30],[7,23],[-2,20],[17,35],[27,-1],[-17,26],[3,35],[17,32],[7,33],[-4,31],[4,10],[-6,27],[11,25],[21,27],[3,23],[13,-23],[11,21],[18,7],[7,19],[-1,20],[12,-2],[6,8]],[[7270,7570],[-21,-8],[7,38],[14,12],[5,-21],[-5,-21]],[[7032,8232],[8,-11],[15,0],[7,-12],[1,-28],[-17,-1]],[[7681,8536],[6,-5],[2,-34],[-5,-29],[-12,-9],[-6,15],[15,62]],[[7019,8246],[4,37],[-8,45]],[[6574,9989],[123,-1],[71,2],[223,-1],[283,0],[39,2],[-3,-34],[4,-35],[11,-34],[-2,-29],[14,-12],[13,-34],[27,-37],[20,-38],[20,-58],[19,-38],[26,-12],[8,-12],[17,-44],[9,-83],[8,-39],[11,-19],[7,-43],[36,-56],[25,-82],[18,-37],[18,-45],[10,-13],[11,-54],[27,-100],[-7,-26],[-20,-11],[-4,-39],[-10,-32],[-19,-80],[-5,-41],[-19,-52],[-10,11],[8,21],[-19,41],[-8,-19],[8,-25],[-6,-18],[1,-34],[12,-8],[12,-32],[10,-7],[15,32],[11,-32],[21,-28],[29,14],[12,-15],[18,-5],[5,-42],[14,-53],[5,-44],[-15,-14],[-20,-36],[-14,-15],[-6,22],[20,31],[5,46],[-3,6],[-1,15],[-3,5],[-2,39],[-10,-29],[3,-27],[-8,-42],[-27,-10],[10,23],[2,28],[12,58],[-9,32],[-9,16],[-12,-7],[6,-40],[-2,-35],[-7,-18],[-2,-40],[4,-35],[-17,-29],[12,-18],[-28,-33],[-16,-41],[-23,-38],[-18,-36],[-19,-21],[-21,6],[-11,-10],[-27,-83],[-4,-28],[-18,26],[-14,-13],[-9,14],[-15,-8],[-17,10],[-9,23],[-21,-24],[-18,12],[0,-57],[5,-8],[18,33],[14,19],[10,-31],[16,-21],[16,25],[3,-14],[16,-5],[-33,-88],[-35,-32],[-16,-22],[-10,-30],[-11,12],[-17,50],[-22,-4],[-6,52],[9,-6],[9,15],[-18,32],[11,28],[1,59],[18,88],[9,31],[13,20],[11,32],[1,20],[-21,36],[-11,32],[18,86],[-4,26],[18,20],[1,23],[-14,2],[-8,-15],[-20,5],[-5,-55],[-12,-30],[-21,-3],[-16,-22],[-7,18],[-14,10],[-12,-19],[-8,-30],[13,-24],[12,13],[0,23],[21,-19],[23,6],[12,-43],[-6,-35],[1,-48],[-8,-16],[-1,-24],[-21,-22],[-11,9],[-14,-5],[-8,-18],[23,-17],[0,-26],[8,-30],[-14,-11],[1,-25],[-12,-41],[11,-8],[-12,-22],[-18,-12],[-5,-12],[7,-23],[18,-2],[3,-17],[19,-11],[-2,-28],[4,-26],[12,-14],[3,-34],[6,-21],[-19,-17],[-7,-29],[-24,-42],[-1,-44],[-6,-8],[1,-38],[-3,-30],[-33,13],[10,24],[8,61],[-9,19],[-1,21],[-12,27],[-2,34],[4,37],[6,24],[-5,28],[-27,12],[-10,20],[16,19],[0,13],[12,62],[-6,41],[-16,34],[-33,8],[-9,-9],[-12,15],[-21,7],[-6,29],[-8,-3],[-3,38],[-25,-4],[-8,10]],[[6275,3230],[8,-29],[20,-12],[8,-14],[14,22],[21,-19],[-11,-41],[-24,-11],[2,-23],[24,3],[16,8],[17,-71],[-6,-17],[-13,14],[-6,-43],[16,14],[0,-31],[10,6],[9,-16],[-6,-21],[24,-9],[-3,-25],[10,-37],[11,-21],[15,-15],[12,-36],[17,-21],[4,-23],[25,-21],[14,-30],[11,-9],[8,-24],[12,-11],[5,-18],[19,-14],[15,-21],[25,-11],[17,-1],[3,-13],[36,-20],[9,-37],[23,-30],[13,-40],[21,-8],[9,-19],[2,-48],[8,-29],[-5,-9],[-15,14],[-9,-13],[3,-27],[-4,-25],[20,1],[3,32],[18,-32],[-7,-26],[0,-34],[43,-3],[-19,-18],[10,-29],[20,-27],[14,-51],[9,-24],[18,-19],[-4,-20],[13,-3],[2,22],[33,7],[20,38],[4,27],[35,7],[16,18],[41,-34],[18,-30],[-17,-42],[-25,-51],[-10,-36],[-6,-44],[0,-41],[3,-38],[12,-76],[4,-36],[12,-80],[22,-55],[11,-38],[20,-49],[9,-48],[29,-77],[9,-15],[25,-65],[21,-98],[-24,-59],[-25,11],[-2,26],[-8,7],[2,28],[-24,5],[7,-28],[5,-44],[-14,20],[5,-51],[-9,-24],[0,-22],[20,13],[1,-18],[-16,-20],[14,-12],[26,32],[19,-75],[-1,-69],[4,-98],[18,-103],[1,-39],[-18,39],[9,42],[-26,-7],[-3,26],[-12,12],[-19,-38],[-9,-2],[-14,20],[-11,46],[-12,67],[-15,50],[-19,14],[-8,14],[2,26],[-13,27],[-20,14],[-2,20],[8,29],[11,1],[6,38],[-5,72],[-8,-97],[-13,-3],[-17,71],[-11,-31],[11,-19],[6,-23],[-12,-26],[6,-24],[-7,-17],[-10,5],[-6,30],[-13,36],[4,12],[-4,33],[-18,49],[5,64],[-10,27],[12,20],[20,22],[-3,15],[25,19],[-1,18],[-25,-17],[-9,-28],[-15,-3],[-4,30],[-10,18],[7,26],[14,19],[2,36],[-5,29],[14,26],[-2,20],[-11,16],[-24,-4],[-4,54],[-14,7],[-6,21],[-15,-7],[-13,25],[15,23],[2,17],[-10,-18],[-15,-14],[-16,28],[-6,-12],[19,-36],[-4,-17],[42,-48],[8,-18],[-7,-32],[29,-28],[-9,-43],[-10,-11],[1,-27],[-19,-18],[3,-24],[15,-27],[2,-19],[-33,-27],[-10,11],[-5,-27],[11,-9],[7,-20],[-2,-19],[12,-13],[-3,-44],[-10,18],[-4,25],[-13,8],[-8,-28],[-10,15],[-17,9],[-12,28],[10,11],[-13,24],[-7,28],[-11,9],[-25,32],[-8,-16],[17,-28],[4,-42],[16,-18],[-5,-18],[-36,2],[-26,51],[-6,-14],[-11,14],[-13,79],[-4,49],[23,9],[3,14],[23,3],[-8,26],[-27,-14],[-32,45],[-22,46],[-36,52],[-23,46],[-30,16],[-36,26],[-30,16],[-30,-6],[-15,10],[-24,33],[-17,11],[-33,-6],[-2,42],[26,40],[12,-14],[11,0],[13,14],[17,2],[5,16],[6,46],[10,8],[6,27],[20,-2],[1,40],[14,29],[-2,28],[-14,15],[-15,-1],[-20,17],[-9,24],[-7,-29],[19,-30],[28,-20],[-9,-33],[-13,-8],[-6,-16],[-14,3],[-12,-31],[-17,-29],[-19,3],[-39,14],[-21,-17],[9,-13],[-13,-43],[7,-44],[-14,-34],[-32,-6],[0,26],[-8,19],[14,16],[25,42],[-4,37],[11,19],[-2,36],[-15,15],[7,37],[-7,24],[10,17],[-5,22],[1,23],[-18,16],[6,22],[-8,4],[-5,37],[-25,64],[-7,-14],[7,-32],[6,-9],[8,-53],[-6,-28],[10,-30],[10,-9],[-5,-25],[4,-20],[-9,-11],[13,-51],[-12,-71],[-14,-6],[-8,38],[-14,-14],[12,-17],[-7,-19],[7,-34],[-19,-55],[-9,-7],[-20,12],[-1,-13],[22,-13],[-3,-25],[-16,-29],[-12,5],[-11,28],[-11,-10],[-21,-3],[-8,11],[3,32],[9,13],[-12,52],[-11,-4],[-2,43],[-13,-9],[-25,-2],[-7,11],[-1,67],[-6,24],[13,31],[2,34],[-23,44],[-7,30],[-22,48],[4,38],[-11,27],[0,39],[-6,9],[-7,56],[-17,20],[29,37],[16,44],[25,5],[3,27],[-16,8],[-47,-20],[7,30],[-8,31],[-15,32],[-18,24],[-15,41],[-24,14],[2,22],[10,9]],[[7094,954],[-12,15],[-12,-14],[17,-14],[7,13]],[[6062,1787],[14,-17],[-6,-21],[-16,29],[8,9]],[[6802,1049],[-11,-29],[-7,13],[-11,59],[-25,65],[5,6],[13,-28],[20,-27],[13,0],[-8,-36],[11,-23]],[[6530,7173],[4,-10],[4,-10],[1,-2],[10,-31],[11,-65],[-16,-27],[-12,0],[16,-19],[-5,-13],[1,-29],[15,26],[4,28],[14,61],[-10,11],[5,27]],[[6638,7115],[14,6],[8,-12],[8,-39],[-14,-18],[16,-47],[4,-29],[12,-14],[-16,-66],[-14,7],[6,-46],[12,14],[4,21],[14,24],[19,18],[13,-25],[6,-33],[-22,-31],[4,-24],[16,6],[31,41],[9,37],[13,12],[6,-40],[17,-43],[34,-48],[28,-33],[-8,-22],[-11,2],[-13,-11],[1,-15],[-23,-3],[-44,-21],[32,1],[10,12],[18,-13],[7,11],[10,-22],[24,0],[-5,24],[6,31],[19,-8],[-8,-39],[1,-83],[24,-141],[1,-39],[-18,-77],[-6,2],[-25,63],[-4,64],[17,29],[1,-43],[14,8],[17,-15],[-8,48],[-26,17],[-15,54],[-6,-15],[9,-21],[-13,-6],[-13,-4],[-5,-25],[-15,-11],[-2,-23],[-11,-23],[-14,43],[-13,-4],[-10,-40],[-21,5],[-18,-19],[1,25],[-18,9],[-3,16],[-15,-11],[-13,21],[-1,21],[-12,24],[0,32],[-9,23],[-15,15],[20,-41],[1,-54],[6,-24],[-17,2],[-5,-15],[-15,4],[16,-8],[5,12],[14,-2],[29,-29],[0,-27],[-10,-19],[21,-24],[6,17],[17,0],[13,-34],[12,-2],[-3,-30],[9,-11],[8,33],[9,16],[7,-30],[16,-9],[23,3],[18,-30],[-11,-32],[24,15],[20,5],[19,-37],[18,-17],[26,-36],[22,-53],[14,-82],[-17,-32],[-4,10],[-22,-34],[-4,-25],[-17,-21],[0,-40],[-11,19],[9,17],[8,63],[-25,-15],[-7,-29],[-31,-10],[-4,40],[-14,18],[-11,-14],[16,-51],[8,-8],[3,-53],[-4,-27],[-11,4],[3,20],[-14,12],[-6,-18],[-21,16],[-22,60],[-18,59],[-9,-2],[-5,21],[-15,1],[-4,18],[-20,21],[-4,31],[-19,20],[2,28],[-29,54],[3,53],[-7,-3],[-6,48],[-13,9],[-4,44],[-11,-21],[-29,-1],[5,28],[-15,1],[-14,16],[-10,-8],[-13,12],[-17,39],[-12,-13],[-1,35],[-14,-11],[-14,15],[-12,-22],[20,-7],[24,-20],[8,-13],[39,-27],[8,-25],[-10,-14],[36,-37],[-4,-28],[-24,-28],[10,-38],[-4,-19],[39,4],[10,-20],[-8,-15],[11,13],[23,-2],[21,-41],[-3,-27],[13,-26],[38,-41],[15,-38],[19,-15],[-4,-22],[12,-4],[24,-54],[-3,-22],[13,-38],[-5,-17],[7,-17],[5,-49],[16,-40],[-8,-24],[19,-10],[4,31],[16,-37],[-25,-50],[-6,-29],[12,-66],[-15,-4],[-4,33],[-10,-32],[-15,7],[-7,21],[0,24],[-11,2],[7,41],[-7,2],[-10,-27],[-22,-19],[-2,24],[-10,3],[-7,50],[-6,-23],[-12,31],[-23,41],[-12,-6],[1,64],[-13,-28],[-19,-6],[-15,9],[-7,28],[-8,-11],[-22,7],[-10,25],[-10,-8],[-17,20],[-16,-1],[-8,31],[-18,37],[0,-32],[8,-6],[11,-42],[30,-16],[7,-27],[16,-3],[-7,-39],[28,36],[22,-38],[10,4],[12,-22],[16,-14],[3,-19],[-17,-10],[-2,-29],[19,-11],[9,28],[7,1],[3,-48],[8,15],[17,-21],[-1,-19],[15,4],[2,-28],[-15,-6],[3,-32],[9,-18],[-3,-31],[10,-19],[29,44]],[[6745,5459],[1,-44],[5,-10],[3,-38],[-15,-39],[-26,-43],[-4,-15],[-15,40],[-5,47],[-11,29],[9,29],[-10,4],[-16,-10],[-12,3],[-2,-30],[-22,-43],[-11,-5],[-17,10],[18,-48],[6,25],[11,8],[8,-17],[7,20],[19,2],[7,-39],[15,-14],[-2,-37],[-10,5],[-39,-32],[10,-12],[1,-45],[-15,16],[-3,-23],[16,-25],[-18,-58],[12,-11],[5,15],[13,-6],[-1,-25],[16,-20],[-6,39],[1,26],[-11,22],[18,58],[13,-9],[7,12],[28,-39],[9,16],[-2,17],[9,11],[15,-56],[-5,-45],[-9,-25],[-9,-64],[5,-20],[-9,-19],[-11,-9],[-6,-45],[-31,-30],[-8,-12],[-1,-37],[-14,-26],[-8,-28],[-16,12],[3,-28],[-29,-27],[-13,23],[8,21],[-16,8],[0,-56],[11,-11],[3,-53],[10,-21],[-7,-55],[18,-73],[10,-17],[39,-1],[3,-18],[-5,-64]],[[6667,4400],[-16,48],[-181,-4],[-16,32],[-1,226],[-25,-4],[-20,15],[-18,-11],[-8,-16],[-10,1],[-32,-51],[-12,1],[-15,-14],[-2,-25]],[[6311,4598],[-8,11],[-12,-3],[-8,31],[8,15],[6,31],[-5,36],[-17,34],[-12,-18],[-14,20],[-1,22],[5,20],[13,7],[9,12],[-1,14],[-17,31],[5,49],[-10,38],[4,22],[6,4],[10,-7],[4,2],[9,14],[2,4],[1,22],[-6,56],[1,10],[-2,12],[7,58],[12,41],[-1,29],[8,26],[11,12],[15,51]],[[5964,6563],[0,1],[4,5],[24,23],[3,8],[1,6],[0,4],[0,7],[0,5],[2,16],[5,10],[2,4],[9,8],[24,13],[4,-1],[2,-1],[10,-2],[6,2],[9,7],[7,9],[2,3],[6,13],[4,16],[2,27],[2,33],[11,39],[8,23],[6,16],[1,4],[5,13],[11,31],[6,15],[1,3],[4,7],[9,10],[8,11],[9,21],[0,1],[1,2],[1,5],[1,3],[1,3],[0,1],[7,-2],[2,0],[1,2],[12,0],[1,1],[9,11],[2,5],[3,3],[4,2],[0,1],[0,1],[1,0],[1,-2],[2,1],[5,-2],[1,0],[2,-2],[4,8],[0,1],[0,1],[2,10],[-1,8],[-1,5],[2,3],[2,4],[2,8],[2,0],[9,6],[1,14],[0,1],[1,0],[0,3],[2,6],[0,4],[0,1],[0,3],[-1,6],[0,8],[1,5],[3,2],[1,1],[2,1],[1,1],[3,4],[0,1],[-1,7],[1,3],[3,6],[3,5],[1,5],[2,8],[0,4],[2,1],[1,0],[1,2],[1,6],[2,1],[4,-1],[4,0]],[[6287,7168],[1,11]],[[6445,7258],[21,47]],[[6745,5459],[-23,-9],[2,24],[20,17],[1,-32]],[[6667,4400],[-7,-36],[-3,-86],[1,-59],[12,-153],[9,-55],[13,-58],[4,-44],[9,-49],[-11,-135],[-2,-100],[4,-103],[-5,-75],[3,-59],[9,-60],[13,-75],[13,-57],[26,-90],[12,-29],[47,-96],[17,-26],[3,-33],[9,-24],[32,-47],[22,-62],[9,-12],[18,-43],[2,-17],[13,-35],[10,-42],[16,-31],[32,-18],[0,-12],[-14,-25],[-7,-38],[10,-55],[-9,-39],[-18,-43],[-21,-60],[-8,-30],[-17,-49],[-5,-23],[-9,18],[-24,16],[-35,-11],[-9,-37],[-14,45],[-15,26],[-27,19],[14,31],[9,52],[-8,30],[-9,0],[8,71],[-16,-24],[-9,20],[-3,26],[-1,49],[-14,16],[-13,31],[29,32],[0,26],[13,51],[-9,21],[5,24],[-4,30],[-8,7],[0,51],[13,24],[-5,14],[-13,-33],[-7,-47],[11,-34],[-3,-30],[0,-65],[-7,-31],[-17,-7],[-7,-14],[-13,0],[-8,26],[-6,47],[-13,22],[-9,29],[-16,-8],[-9,7],[-7,-23],[-8,5],[-31,64],[-39,13],[-12,29],[-14,19],[-16,13],[-3,24],[-12,7],[2,64],[16,53],[0,22],[-10,17],[-3,-35],[-11,-20],[-1,-45],[-17,-15],[-2,38],[-10,28],[-17,8],[-15,20],[-19,4],[-14,29],[4,37],[-13,31],[2,28],[-11,44],[-9,-2],[-15,20],[-1,41],[-4,25],[21,38],[6,39],[-7,44],[-13,9],[-10,22],[-2,22],[15,34],[1,51],[11,-6],[1,25],[-14,11],[-16,-13],[-13,33],[2,52],[-3,23],[2,46],[9,24],[-3,19],[8,23],[-7,18],[-1,69],[-11,45],[-2,25],[-31,30],[-4,24],[3,54],[15,38],[4,30],[-3,17],[-12,17],[-1,23],[7,60],[-10,34],[-11,7],[4,72],[-3,31],[-15,18],[11,35],[19,88],[12,30],[-2,47],[-6,10]],[[6287,7178],[0,-10]],[[5885,6639],[3,6],[-23,59],[-2,17],[-11,6],[-8,-21],[-15,11],[-3,-19],[-13,9],[-17,1],[-7,17],[-28,34],[-36,-42],[-18,18],[6,23],[-2,47],[-11,-9],[-15,18],[-25,7],[-2,9]],[[5593,7063],[-10,23],[13,33],[-14,32],[-9,34],[-34,40],[-12,24],[-1,17],[-13,29],[-26,18]],[[5225,7952],[1,1]]],"transform":{"scale":[0.00044388268826882707,0.00018042824282429095],"translate":[-79.487651,37.91892699999979]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment