Skip to content

Instantly share code, notes, and snippets.

@jstcki
Last active August 29, 2015 13:58
Show Gist options
  • Save jstcki/10258270 to your computer and use it in GitHub Desktop.
Save jstcki/10258270 to your computer and use it in GitHub Desktop.
WFS to TopoJSON
.DS_Store
build
node_modules
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.grenze {
fill: none;
stroke: #cfcfcf;
stroke-linejoin: round;
stroke-linecap: round;
}
.gemeinde {
fill: #f0f0f0;
}
.gemeinde :hover {
fill: #d7d7d7;
}
.see {
fill: #cbdbe9;
stroke: #b0becb;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 960;
var path = d3.geo.path()
.projection(null);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("zh.json", function(error, zh) {
svg.append("g")
.attr("class", "gemeinde")
.selectAll("path")
.data(topojson.feature(zh, zh.objects.gemeinden).features)
.enter().append("path")
.attr("d", path);
svg.append("g")
.attr("class", "see")
.selectAll("path")
.data(topojson.feature(zh, zh.objects.seen).features)
.enter().append("path")
.attr("d", path);
svg.append("path")
.datum(topojson.mesh(zh, zh.objects.gemeinden, function(a, b) { return a !== b; }))
.attr("class", "grenze")
.style("stroke-width", "1px")
.attr("d", path);
});
d3.select(self.frameElement).style("height", height + "px");
</script>
.PHONY: all clean
GENERATED_FILES = \
zh.json
.SECONDARY:
all: node_modules $(GENERATED_FILES)
clean:
rm -rf build $(GENERATED_FILES)
node_modules: package.json
npm install
touch $@
build/%.gml:
mkdir -p $(dir $@)
curl 'http://maps.zh.ch/wfs/GemZHWFS?Service=WFS&version=1.1.0&Request=GetFeature&typeName=ms:$*' -o $@.download
mv $@.download $@
build/gemeinden.json: build/gem_seen_grenzen.gml
rm -f $@
ogr2ogr -f 'GeoJSON' -where 'art_code = "0" OR art_code = "1" OR art_code = "2"' $@ $<
build/seen.json: build/gem_seen_grenzen.gml
rm -f $@
ogr2ogr -f 'GeoJSON' -where 'art_code = "3"' $@ $<
zh.json: build/gemeinden.json build/seen.json
mkdir -p $(dir $@)
node_modules/.bin/topojson \
-o $@ \
--width=960 \
--height=960 \
--margin=10 \
--simplify=1 \
--id-property=+bfs \
-- $^
{
"name": "anonymous",
"version": "0.0.1",
"private": true,
"dependencies": {
"topojson": ">=1.6.6 <2"
}
}
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"gemeinden":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::21781"}},"geometries":[{"type":"Polygon","id":39,"arcs":[[0,1,2,3,4,5]]},{"type":"Polygon","id":211,"arcs":[[6,7,8,-2,9]]},{"type":"Polygon","id":55,"arcs":[[10,11,12,13,14,15,16,17,18,19]]},{"type":"Polygon","id":26,"arcs":[[20,21,22,23,24,25]]},{"type":"Polygon","id":43,"arcs":[[-25,26,27,28,29]]},{"type":"Polygon","id":32,"arcs":[[30,31,32,-21,33]]},{"type":"Polygon","id":214,"arcs":[[-4,34,35,36,37,-32,38]]},{"type":"Polygon","id":220,"arcs":[[39,40,41]]},{"type":"Polygon","id":93,"arcs":[[42,43,44,45,46,47]]},{"type":"Polygon","id":56,"arcs":[[48,49,50,51,52,53,54,55]]},{"type":"Polygon","id":91,"arcs":[[56,57,58]]},{"type":"Polygon","id":58,"arcs":[[-17,59,60]]},{"type":"Polygon","id":58,"arcs":[[-15,61,62,63,64,65]]},{"type":"Polygon","id":216,"arcs":[[-9,66,67,68,-35,-3]]},{"type":"Polygon","id":218,"arcs":[[69,70,-7,71]]},{"type":"Polygon","id":23,"arcs":[[-28,72,73,74,75]]},{"type":"Polygon","id":31,"arcs":[[-38,76,77,-22,-33]]},{"type":"Polygon","id":102,"arcs":[[-65,78,79,80]]},{"type":"Polygon","id":225,"arcs":[[-71,81,82,-67,-8]]},{"type":"Polygon","id":24,"arcs":[[-24,83,84,85,-73,-27]]},{"type":"Polygon","id":221,"arcs":[[-37,86,87,88,-77]]},{"type":"Polygon","id":223,"arcs":[[-78,-89,89,90,91,-84,-23]]},{"type":"Polygon","id":57,"arcs":[[-86,92,-56,93,-12,94,-74]]},{"type":"Polygon","id":53,"arcs":[[95,-54,96,97,98,99,-62,-14]]},{"type":"Polygon","id":100,"arcs":[[100,101,102,-79,-64]]},{"type":"Polygon","id":298,"arcs":[[103,-41,104,105,106,-82,-70]]},{"type":"Polygon","id":227,"arcs":[[107,-87,-36,-69]]},{"type":"Polygon","id":68,"arcs":[[-55,-96,-13,-94]]},{"type":"Polygon","id":230,"arcs":[[-83,-107,108,109,110,111,112,113,114,115,116,-90,-88,-108,-68]]},{"type":"Polygon","id":81,"arcs":[[-103,117,118,119,-43,120,-80]]},{"type":"Polygon","id":59,"arcs":[[-100,121,122,-101,-63]]},{"type":"Polygon","id":99,"arcs":[[-120,123,-44]]},{"type":"Polygon","id":224,"arcs":[[-117,124,-50,125,-91]]},{"type":"Polygon","id":219,"arcs":[[126,127,128,-109,-106]]},{"type":"Polygon","id":60,"arcs":[[-99,129,130,131,132,-122]]},{"type":"Polygon","id":101,"arcs":[[133,134,135,136,137,-45,-124,-119]]},{"type":"Polygon","id":215,"arcs":[[-92,-126,-49,-93,-85]]},{"type":"Polygon","id":88,"arcs":[[-133,138,-134,-118,-102,-123]]},{"type":"Polygon","id":98,"arcs":[[139,140,141,-57,142,-47]]},{"type":"Polygon","id":27,"arcs":[[143,144,145]]},{"type":"Polygon","id":213,"arcs":[[146,147,148,-115]]},{"type":"Polygon","id":86,"arcs":[[149,150,151,-137]]},{"type":"Polygon","id":29,"arcs":[[152,153,-145]]},{"type":"Polygon","id":34,"arcs":[[154,155,156,157,158,-153,-144]]},{"type":"Polygon","id":25,"arcs":[[159,160,161,-158]]},{"type":"Polygon","id":22,"arcs":[[162,163,164,-160,-157]]},{"type":"Polygon","id":42,"arcs":[[165,166,167]]},{"type":"Polygon","id":40,"arcs":[[168,169,170,171,172,-163,-156]]},{"type":"Polygon","id":38,"arcs":[[-161,-165,173,174]]},{"type":"Polygon","id":36,"arcs":[[175,-166,176]]},{"type":"Polygon","id":62,"arcs":[[177,178,179,180,181,182,183,184,185]]},{"type":"Polygon","id":44,"arcs":[[-167,-176,186,187,188,189]]},{"type":"Polygon","id":35,"arcs":[[-173,190,191,192,-174,-164]]},{"type":"Polygon","id":141,"arcs":[[193,194,195,196,197]]},{"type":"Polygon","id":136,"arcs":[[198,-196,199,200,201,202,203]]},{"type":"Polygon","id":2,"arcs":[[204,205,206,207,208,209,210]]},{"type":"Polygon","id":41,"arcs":[[-189,211,-170,212]]},{"type":"Polygon","id":37,"arcs":[[-212,-188,213,-6,214,215,216,-171]]},{"type":"Polygon","id":112,"arcs":[[217,218,219,220,221,222,223]]},{"type":"Polygon","id":116,"arcs":[[-223,224,225,226,227]]},{"type":"Polygon","id":113,"arcs":[[228,229,-219,230]]},{"type":"Polygon","id":1,"arcs":[[-202,231,232,233,234,235,-206,236]]},{"type":"Polygon","id":67,"arcs":[[-20,237,238]]},{"type":"Polygon","id":71,"arcs":[[-19,239,240,241,-238]]},{"type":"Polygon","id":33,"arcs":[[-217,242,243,-191,-172]]},{"type":"Polygon","id":114,"arcs":[[244,245,246,247,248,249]]},{"type":"Polygon","id":248,"arcs":[[250,251,252,253]]},{"type":"Polygon","id":111,"arcs":[[-247,254,255,256,257,258]]},{"type":"Polygon","id":242,"arcs":[[259,260,261,262,263,-252]]},{"type":"Polygon","id":195,"arcs":[[264,265,266,267,268,269,270,271,272,273,274]]},{"type":"Polygon","id":119,"arcs":[[275,276,277,278,279]]},{"type":"Polygon","id":161,"arcs":[[-273,280,281,282,283]]},{"type":"Polygon","id":13,"arcs":[[284,285,-203,-237,-205,286,287,288,-260,-251]]},{"type":"Polygon","id":121,"arcs":[[-256,289,290,291,-276,292,293,294]]},{"type":"Polygon","id":160,"arcs":[[295,-281,-272]]},{"type":"Polygon","id":14,"arcs":[[-289,296,-261]]},{"type":"Polygon","id":241,"arcs":[[297,298,-262]]},{"type":"Polygon","id":70,"arcs":[[299,300,-241]]},{"type":"Polygon","id":30,"arcs":[[-216,301,-34,-26,-30,302,-243]]},{"type":"Polygon","id":21,"arcs":[[-5,-39,-31,-302,-215]]},{"type":"Polygon","id":0,"arcs":[[303]]},{"type":"Polygon","id":0,"arcs":[[304]]},{"type":"Polygon","id":61,"arcs":[[-18,-61,305,-300,-240]]},{"type":"Polygon","id":28,"arcs":[[-244,-303,-29,-76,306,-192]]},{"type":"Polygon","id":217,"arcs":[[-40,307,308,-127,-105]]},{"type":"Polygon","id":51,"arcs":[[309,310,-130,-98]]},{"type":"Polygon","id":72,"arcs":[[-53,311,-184,312,313,-310,-97]]},{"type":"Polygon","id":65,"arcs":[[-116,-149,314,-186,315,-51,-125]]},{"type":"Polygon","id":222,"arcs":[[316,317,318,-128,-309]]},{"type":"Polygon","id":89,"arcs":[[319,320,-135,-139,-132]]},{"type":"Polygon","id":92,"arcs":[[-314,321,322,-320,-131,-311]]},{"type":"Polygon","id":63,"arcs":[[-316,-185,-312,-52]]},{"type":"Polygon","id":90,"arcs":[[-323,323,324,325,-150,-136,-321]]},{"type":"Polygon","id":226,"arcs":[[326,327,-110,-129,-319]]},{"type":"Polygon","id":95,"arcs":[[-152,328,329,-140,-46,-138]]},{"type":"Polygon","id":69,"arcs":[[330,331,332,333,-181]]},{"type":"Polygon","id":246,"arcs":[[334,335,336,337,338,339,340]]},{"type":"Polygon","id":181,"arcs":[[341,342,343,344,345]]},{"type":"Polygon","id":261,"arcs":[[346,-333,347,348,-274,-284,349,350,351,-285,-254,352,353,354,355,356,357,358,359]]},{"type":"Polygon","id":82,"arcs":[[360,361,-141,-330]]},{"type":"Polygon","id":94,"arcs":[[362,363,364,365,-58,-142,-362]]},{"type":"Polygon","id":64,"arcs":[[-148,366,367,-178,-315]]},{"type":"Polygon","id":175,"arcs":[[368,369,370,-112]]},{"type":"Polygon","id":231,"arcs":[[371,372,373,-369,-111,-328]]},{"type":"Polygon","id":176,"arcs":[[374,375,376,377,-367,-147,-114]]},{"type":"Polygon","id":97,"arcs":[[-183,378,-360,379,-324,-322,-313]]},{"type":"Polygon","id":83,"arcs":[[-151,-326,380,381,382,-363,-361,-329]]},{"type":"Polygon","id":228,"arcs":[[-342,383,-372,-327,-318,384]]},{"type":"Polygon","id":174,"arcs":[[-371,385,386,387,388,-375,-113]]},{"type":"Polygon","id":96,"arcs":[[-380,-359,389,-357,390,-355,391,392,393,394,-381,-325]]},{"type":"Polygon","id":52,"arcs":[[-368,-378,395,396,-179]]},{"type":"Polygon","id":180,"arcs":[[397,398,-386,-370,-374]]},{"type":"Polygon","id":85,"arcs":[[-383,399,-335,400,-364]]},{"type":"Polygon","id":87,"arcs":[[-341,401,-365,-401]]},{"type":"Polygon","id":84,"arcs":[[-395,402,-336,-400,-382]]},{"type":"Polygon","id":182,"arcs":[[-346,403,404,405,-398,-373,-384]]},{"type":"Polygon","id":66,"arcs":[[-334,-347,-379,-182]]},{"type":"Polygon","id":54,"arcs":[[406,407,-331,-180,-397]]},{"type":"Polygon","id":251,"arcs":[[-394,408,409,410,-337,-403]]},{"type":"Polygon","id":200,"arcs":[[-377,411,412,-407,-396]]},{"type":"Polygon","id":244,"arcs":[[-411,413,-338]]},{"type":"Polygon","id":178,"arcs":[[414,415,-387,-399,-406]]},{"type":"Polygon","id":243,"arcs":[[-414,-410,416,417,418,419,-339]]},{"type":"Polygon","id":245,"arcs":[[-354,420,421,-392]]},{"type":"Polygon","id":249,"arcs":[[-393,-422,422,-417,-409],[423]]},{"type":"Polygon","id":199,"arcs":[[424,425,426,427,428,-412,-376,-389]]},{"type":"Polygon","id":191,"arcs":[[-429,429,430,-348,-332,-408,-413]]},{"type":"Polygon","id":172,"arcs":[[-416,431,432,-425,-388]]},{"type":"Polygon","id":139,"arcs":[[-197,-199,433,434,435]]},{"type":"Polygon","id":151,"arcs":[[436,437,438]]},{"type":"Polygon","id":5,"arcs":[[-287,-211,439,440]]},{"type":"Polygon","id":152,"arcs":[[-270,441,442,443,444,445,-437,446]]},{"type":"Polygon","id":156,"arcs":[[447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,-443]]},{"type":"Polygon","id":11,"arcs":[[462,463,-209]]},{"type":"Polygon","id":157,"arcs":[[-226,464,465,466,467,468]]},{"type":"Polygon","id":159,"arcs":[[-468,469,470,-449,471]]},{"type":"Polygon","id":247,"arcs":[[-421,-353,472,-418,-423]]},{"type":"Polygon","id":179,"arcs":[[473,-249,474,-344]]},{"type":"Polygon","id":177,"arcs":[[475,476,-257,-295,477,478,-279,479,-432,-415,-405]]},{"type":"Polygon","id":171,"arcs":[[-475,-248,-259,480,-476,-404,-345]]},{"type":"Polygon","id":250,"arcs":[[-473,-253,-264,481,-419]]},{"type":"Polygon","id":197,"arcs":[[482,483,484,-430,-428]]},{"type":"Polygon","id":173,"arcs":[[-481,-258,-477]]},{"type":"Polygon","id":198,"arcs":[[-433,-480,-278,485,486,487,488,489,490,491,-426]]},{"type":"Polygon","id":193,"arcs":[[-485,492,493,494,495,496,-275,-349,-431]]},{"type":"Polygon","id":194,"arcs":[[-492,497,498,499,-483,-427]]},{"type":"Polygon","id":196,"arcs":[[-277,-292,500,-486]]},{"type":"Polygon","id":154,"arcs":[[-296,-271,-447,-439,501,-282]]},{"type":"Polygon","id":135,"arcs":[[-435,502,-351,503,504,505]]},{"type":"Polygon","id":3,"arcs":[[-288,-441,506,-298,-297]]},{"type":"Polygon","id":131,"arcs":[[-434,-204,-286,-352,-503]]},{"type":"Polygon","id":117,"arcs":[[-246,507,-231,-218,508,-290,-255]]},{"type":"Polygon","id":115,"arcs":[[-291,-509,-224,-228,509,510,-487,-501]]},{"type":"Polygon","id":196,"arcs":[[-511,511,-268,512,-488]]},{"type":"Polygon","id":192,"arcs":[[-510,-227,-469,-472,-448,-442,-269,-512]]},{"type":"Polygon","id":120,"arcs":[[513,514,-229,-508,-245]]},{"type":"Polygon","id":137,"arcs":[[515,-194,516]]},{"type":"Polygon","id":10,"arcs":[[517,518,519,-463,-208]]},{"type":"Polygon","id":118,"arcs":[[520,-220,-230,-515]]},{"type":"Polygon","id":155,"arcs":[[521,522,523,524,525,526,-470,-467]]},{"type":"Polygon","id":4,"arcs":[[527,528,529,530,531,-234,532,-232,-201]]},{"type":"Polygon","id":133,"arcs":[[-516,533,534,535,536,537,538,539,540,541,542,543,-528,-200,-195]]},{"type":"Polygon","id":153,"arcs":[[-222,544,545,546,547,548,549,550,-465,-225]]},{"type":"Polygon","id":9,"arcs":[[-236,551,552,553,554,-518,-207]]},{"type":"Polygon","id":158,"arcs":[[-551,555,556,557,558,559,560,561,562,563,-522,-466]]},{"type":"Polygon","id":12,"arcs":[[-532,564,-552,-235]]},{"type":"Polygon","id":142,"arcs":[[565,566,567,-543,568,569,570]]},{"type":"Polygon","id":8,"arcs":[[571,572,-519,-555]]},{"type":"Polygon","id":7,"arcs":[[573,574,-572,-554]]},{"type":"Polygon","id":132,"arcs":[[-568,575,576,-529,-544]]},{"type":"Polygon","id":6,"arcs":[[577,-574,-553,-565,-531]]},{"type":"Polygon","id":138,"arcs":[[578,579,-566,580,581,582,583]]},{"type":"Polygon","id":140,"arcs":[[-580,584,585,-576,-567]]},{"type":"Polygon","id":134,"arcs":[[586,-585,-579]]}]},"seen":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::21781"}},"geometries":[{"type":"Polygon","id":0,"arcs":[[-358,-390]]},{"type":"Polygon","id":0,"arcs":[[-533,-233]]},{"type":"Polygon","id":0,"arcs":[[-283,-502,-438,-446,587,-444,-462,588,-460,589,-458,590,-456,591,-454,592,-452,593,-450,-471,-527,594,-525,595,-523,-564,596,-562,597,-560,598,-558,599,-556,-550,600,-548,601,-546,602,-583,603,-581,-571,604,-569,-542,605,-540,606,-538,607,-536,608,-534,-517,-198,-436,-506,609,-504,-350],[-304],[-305]]},{"type":"Polygon","id":0,"arcs":[[610,-293,-280,-479]]},{"type":"Polygon","id":0,"arcs":[[-500,611,-498,-491,612,-489,-513,-267,613,-265,-497,614,-495,615,-493,-484]]},{"type":"Polygon","id":0,"arcs":[[-356,-391]]}]}},"arcs":[[[6138,8110],[129,13],[88,0]],[[6355,8123],[-7,-57],[15,2],[17,-23],[-1,-42],[14,-63],[15,-45],[-10,-24],[-12,-7],[-15,-45],[4,-28],[44,-11],[-2,-3],[3,-67],[46,-21],[-1,-29],[4,-18]],[[6469,7642],[-31,3],[-23,-4],[-49,5],[-24,30],[-43,11],[-9,-3],[1,27],[-30,-3],[-24,-6],[-4,15],[-18,-3],[0,18],[-11,31],[-30,18],[-10,-21],[-25,-23],[-36,32],[-21,-18],[-30,0],[11,-24],[-11,-4],[-2,-19]],[[6050,7704],[-7,2],[-29,34],[-88,53]],[[5926,7793],[-61,49],[-18,31],[-47,17],[9,9],[-23,21],[-30,17],[-21,4],[5,18],[-7,7],[-32,8],[-12,20],[-25,13],[16,25],[57,18],[-1,37],[7,9],[38,-10],[12,53],[-3,38]],[[5790,8177],[64,15],[23,-1],[23,-14],[8,-14],[0,-50],[7,-23],[36,-38],[29,-20],[17,-6],[24,0],[22,8],[22,22],[25,33],[26,15],[22,6]],[[7125,7724],[-3,-11],[-15,1],[-13,-37],[-21,-25],[-9,4],[-34,-45],[-13,7],[-23,-24]],[[6994,7594],[-50,3],[-11,8],[-12,-20],[-23,18],[-29,7],[-58,30],[-11,-3],[-23,7],[-7,-23],[-21,0],[-55,12]],[[6694,7633],[2,16],[-61,6],[-13,-35],[-17,0],[-54,12],[-29,-3],[-53,13]],[[6355,8123],[35,-2],[46,-8],[234,-62],[54,-13],[330,-87],[-7,-19],[-48,13],[-6,-4],[-15,-40],[80,-19],[-15,-41],[7,-3],[-12,-39],[52,-13],[-9,-52],[44,-10]],[[2975,8079],[-19,-6],[-48,-27],[-41,-18],[-23,-25],[-19,-8],[-17,-18],[-27,-5],[10,-24],[4,-25],[6,2],[7,-22],[-46,-13],[-9,-11],[19,-9],[-2,-10],[19,-8],[2,-25],[12,2],[43,-14],[13,-9],[-4,-11],[-37,6],[-12,-11],[2,-11],[-28,-19],[-1,-10],[71,-16],[17,8],[32,-4],[30,8],[31,-16],[-11,-22],[17,-11],[-10,-19],[-32,-5],[-40,-22],[68,-50],[42,-53],[21,-44],[14,-50],[1,-42],[14,-28],[43,-43]],[[3087,7341],[-2,-37],[4,-14]],[[3089,7290],[-51,-2]],[[3038,7288],[-31,28],[-51,13],[-27,22],[-31,18],[-22,26],[-30,20],[-38,18],[-10,18],[-24,18],[-19,0],[-31,8],[-17,15],[-40,-14]],[[2667,7478],[-1,20],[-39,-29],[-29,-8],[-18,7],[-5,-10],[13,-31],[-35,1],[-15,42],[-24,11],[-6,15],[14,12],[-18,17],[0,17],[21,31],[-19,7],[6,43],[-21,27],[-13,2],[-10,-14],[-36,21],[-22,5],[-1,-36],[-27,5],[-35,16],[-39,33],[-20,8],[-29,-23],[-23,-6],[-21,6],[3,32],[17,34],[-13,12],[-25,0],[-46,-6],[-2,-6],[-26,1],[-70,-2],[-14,-13],[-27,-4],[-37,9],[-21,14],[-2,8],[-33,-5],[13,18],[39,16]],[[1971,7775],[26,2],[29,14]],[[2026,7791],[6,-23],[21,6],[1,-7],[65,2],[9,6],[70,6],[22,7],[34,-3],[-4,5],[13,45],[-40,12]],[[2223,7847],[8,20],[55,-14],[15,10],[15,-8],[44,-12],[27,13],[66,-6],[24,26],[8,-8],[25,28],[-2,50],[-12,17],[5,6],[-50,39],[-12,13],[20,35],[1,30]],[[2460,8086],[14,7],[44,6],[30,-7],[87,1],[25,-35],[21,-20],[55,-44],[38,-15],[25,13],[49,36],[32,39],[38,15]],[[2918,8082],[29,22],[28,-25]],[[4730,7981],[-19,-18],[2,-34],[12,-25],[-6,-32],[17,-16],[6,6],[17,-16],[29,-8],[41,-63],[-5,-15],[-24,-26],[42,-33],[-1,-17],[-18,-22],[-15,-10],[-9,8],[-16,-5],[14,-35],[13,3],[7,-26],[23,4],[12,-29],[25,-12],[-2,-18]],[[4875,7542],[0,-15]],[[4875,7527],[-31,6],[-30,-18],[-42,14],[-24,-13],[12,-26],[-17,-6],[-23,-21],[-7,21],[-19,-4],[0,-38],[-43,-1],[-10,14],[-25,0],[-20,9],[-16,-10]],[[4580,7454],[-24,25],[-19,9],[-8,-8],[-17,2],[-53,21],[-9,-8],[4,-14],[-45,0],[-18,12],[-3,27],[-8,14],[-40,7],[1,24],[-41,15]],[[4300,7580],[-6,12],[6,19],[30,1],[0,14],[40,4],[-28,17],[36,5],[-23,23],[-6,22],[33,6],[-3,28],[19,42],[9,35],[-1,51],[45,-3],[21,4],[27,11],[6,14],[-1,22],[-14,0],[-2,13],[10,13],[11,-1],[29,15],[26,1],[26,-14],[-12,17],[-1,26]],[[4577,7977],[25,5],[41,15],[22,-2],[4,-12],[50,20],[13,-4],[-2,-18]],[[4300,7580],[-36,4],[-60,-4],[-46,27],[-5,-8],[-47,8],[-26,-2]],[[4080,7605],[-25,15],[-43,10]],[[4012,7630],[19,15],[17,-1],[-2,59],[10,10],[8,-9],[56,2],[7,19],[-25,18],[24,25],[-5,15],[10,8],[-3,17],[7,13],[-23,4],[21,15],[5,16],[28,3],[-2,42],[14,5],[35,-4],[9,14],[1,23],[23,-1],[-2,26],[5,16],[33,-16],[9,13],[34,-5],[39,7],[45,3],[49,15]],[[4458,7997],[8,-26],[73,13],[25,-9],[13,2]],[[4997,7925],[22,-20],[17,-23],[19,-41],[38,12],[15,1],[1,-28],[11,-10],[36,3],[17,-28],[15,-46],[31,-13],[55,6],[12,21],[37,3],[22,26],[48,-2],[6,-15],[-20,-8],[6,-25],[28,3],[2,-20],[14,-1]],[[5429,7720],[-35,-44],[21,-5],[-1,-8],[-22,1],[-15,-10],[-7,-24]],[[5370,7630],[-19,6],[-38,49],[-33,-19],[-23,-3],[-4,17],[-16,2],[-48,-6],[-5,9],[-63,-21],[-8,32],[-64,-17],[-34,3],[-30,17],[-17,-38],[33,-11],[-32,-23],[21,-7],[-17,-15],[-12,7],[-14,-20],[-30,14],[-11,-51],[2,-14],[-33,1]],[[4730,7981],[12,-10],[25,-4],[31,28],[29,0],[33,-9],[9,-17],[12,2],[6,-26],[10,5],[10,-17],[14,12],[14,-13],[-1,-12],[42,22],[21,-17]],[[6050,7704],[23,-23],[26,-14],[5,-31],[-6,-20],[6,-60],[-18,2],[-11,-11],[15,-17],[22,4],[6,-21],[10,3],[23,-19],[-4,-15],[-27,-2],[-16,-10],[-38,-33],[-4,-10],[9,-43],[23,-2],[-19,-22],[15,-7],[4,-20],[33,20],[14,-26],[19,-2],[-19,-22],[17,-13],[-8,-10]],[[6150,7280],[-26,-27],[-68,-41],[-13,9],[-22,-11],[-13,6],[-2,30],[-55,20],[-40,6],[-4,-5],[-45,5]],[[5862,7272],[-6,53],[2,26],[-19,-9],[-23,-23],[-20,-5],[-31,9],[-21,-2],[-4,16],[-26,21],[23,15],[-19,38],[-28,36],[-16,-23],[-23,16],[-19,36],[0,12],[-32,-19],[-12,1],[-8,22],[-31,-11],[-6,14],[-38,0],[-5,61],[-60,-9],[-64,-22],[-16,8],[-3,10]],[[5357,7543],[19,20],[-9,18],[31,7],[-11,32],[-17,10]],[[5429,7720],[41,3],[12,28],[-11,-1],[7,27],[23,-10],[23,1],[8,62],[-12,52],[8,13],[14,-5],[1,-17],[32,-4],[10,-18],[29,-37],[35,5],[4,17],[75,-61],[28,-17],[68,-16],[19,6],[19,-19],[18,21],[9,3],[37,40]],[[8493,6468],[-22,-5],[-18,4],[1,9],[-95,-13],[11,-27],[-83,5],[-5,-3],[-63,-3],[-1,44],[23,14],[-9,27],[-22,21],[0,17],[-9,18],[6,10],[-17,12],[-38,1],[-45,-60],[-45,12],[-3,23],[-23,21],[-19,0],[-19,8],[-25,-12],[-2,-9],[-32,-17],[-17,-15],[-79,40],[-52,10],[-26,18]],[[7765,6618],[30,24],[-2,22],[17,35],[21,6],[-10,15],[-32,16],[-32,3],[-32,25],[28,29],[-5,30],[7,7],[-23,-3],[-5,29],[19,5],[-6,18],[46,3],[26,0],[34,6],[44,-2],[42,6],[-3,14],[52,7],[38,-10],[24,-26],[14,-7],[2,-11],[23,8],[19,15],[15,22],[11,34],[23,22]],[[8150,6960],[9,-1],[86,-38],[1,9],[19,15],[36,18],[44,-29],[20,12],[7,-17],[28,-13],[36,0],[61,-14],[14,-6],[16,-29],[10,2],[-20,-58],[-26,-34],[29,-29],[-7,-7],[1,-33],[-4,-45],[11,-26],[10,-9],[-5,-11],[1,-46],[-5,-25],[-11,-23],[14,-13],[-15,-20],[-13,-6],[-4,-16]],[[700,6942],[-20,-38],[3,-14],[-11,-17],[5,-6],[58,-8],[28,-15],[3,-12],[49,19],[30,-28],[30,-3],[60,-25],[23,-39]],[[958,6756],[-33,4],[-16,13],[-17,-14],[18,-13],[-12,-16],[-29,16],[-35,13],[-45,6],[8,-36],[57,-40],[18,-25],[16,-58],[7,-51],[-35,-47],[1,-35],[-24,0],[-40,7],[7,-37],[38,4],[14,-4],[0,-14],[26,-4],[-4,-34],[-16,-31],[-17,0],[-3,-12],[16,-7],[2,-10],[-19,-39],[-17,6],[-3,-35],[71,-11],[-12,-34],[-29,5],[-5,-41],[41,-10],[-3,-30],[-20,-5],[19,-12],[-20,-32],[-21,-5],[33,-9],[0,-16],[12,-7]],[[887,6056],[-9,-27],[-14,-22],[-18,-17]],[[846,5990],[-76,-2]],[[770,5988],[-1,40],[-52,0],[4,32],[-22,3],[-42,-11],[16,44],[7,2],[22,51],[2,27],[-9,9],[-2,24],[-22,44],[27,-1],[22,7],[14,31],[-53,14],[6,26],[-20,12],[7,46],[14,33],[-39,12],[15,29],[13,11],[-2,17],[12,9],[13,34],[-4,29],[-40,52],[-10,49],[-17,44],[-6,48],[5,14],[-35,28],[-37,3]],[[556,6800],[21,32],[16,17],[-10,15],[-4,44],[13,12],[51,17],[57,5]],[[3920,6788],[31,-13],[9,-9],[30,-1],[28,30],[8,0],[40,-22],[41,-15]],[[4107,6758],[10,-16],[47,-15],[13,-19],[40,-13],[-19,-31],[-22,-8],[-8,-11],[-34,-24],[5,-9],[23,0],[32,-14],[2,-19],[29,-2],[7,-13],[32,-8],[-10,-48],[17,7],[13,-7],[27,-37]],[[4311,6471],[5,-61],[-6,-3],[-18,20],[-15,-3],[11,-55],[-4,-24],[-22,1],[-1,9],[-52,8],[-27,-35],[-37,12],[-32,-1],[-25,-8],[-27,-23],[-11,0],[-7,-26],[-37,-9],[-22,3],[-31,-6],[-30,-27],[-46,-28],[-10,10],[-10,-13]],[[3857,6212],[-16,35],[-32,-21],[-4,16],[-44,-8],[-9,8],[-30,-4],[-38,17],[-21,6],[-19,29],[-15,-15],[-14,-28],[-31,-35],[4,-4],[-27,-13],[-32,3],[2,-18],[-23,15],[-39,0],[-13,7],[-39,-8]],[[3417,6194],[-2,14],[-15,6],[-11,22],[11,31],[-28,5],[-5,8],[-41,27],[3,14],[20,34],[32,16],[-18,24],[-8,19],[17,7],[-15,16],[7,14],[27,11],[2,15],[-32,52]],[[3361,6529],[20,7],[1,9],[38,6],[16,33],[0,19],[-25,38],[-8,41],[31,14]],[[3434,6696],[16,-6],[21,7],[60,28],[-7,17],[5,9],[-15,23],[23,15],[12,-4],[-10,41],[10,14],[52,-13],[1,11],[-12,15],[18,-2],[19,13],[-15,17]],[[3612,6881],[47,23],[24,-5],[26,-21],[25,-25],[12,-54],[12,-1],[41,12],[14,-2],[22,-22],[16,-24],[14,-8],[23,10],[4,21],[28,3]],[[536,6789],[1,-15],[-10,-5],[-3,-35],[10,-32],[2,-24],[-15,-20],[-16,-49],[-9,-75],[12,-2],[1,-54],[-5,-12],[21,-2],[11,-18],[-17,9],[-2,-18],[-9,-2],[-57,12],[27,-18],[1,-17],[-9,2],[-19,-45],[-9,2],[-26,-72],[-38,-4],[-14,4],[8,-26],[33,-20],[-64,-18],[-12,-14],[1,-33],[19,-3],[24,-44],[-40,-35],[-24,-3],[1,-22],[-19,-5],[4,-51],[34,2],[1,-53]],[[330,5974],[-38,0],[-40,-5]],[[252,5969],[-55,-5],[-81,-4],[-22,-3],[-9,44],[-12,46],[0,52],[8,41],[-11,14],[-10,37],[-5,36],[-17,20],[-24,20],[31,25],[26,14],[9,10],[4,21],[-48,-8],[-22,9],[-14,22],[15,11],[-3,8],[11,19],[-6,14],[3,17],[41,32],[-14,20],[7,22],[35,15],[43,-2],[5,15],[26,-7],[2,7],[-17,10],[28,1],[21,-11],[19,5],[39,-13],[9,19],[31,8],[35,23],[14,22],[-7,19],[18,2],[2,34],[-2,40],[10,37],[2,56],[16,29],[18,23],[24,18],[26,5],[49,-29],[-14,-19],[24,1],[26,-22]],[[2026,7791],[49,38],[45,18],[21,5]],[[2141,7852],[20,3],[42,-2],[20,-6]],[[2667,7478],[22,-138],[-19,-6],[20,-13],[4,-69],[-55,29],[-19,-2],[-17,-10],[-7,-39],[-8,-6],[-13,-31],[-17,-9],[-25,2],[-29,-17]],[[2504,7169],[-24,-11],[-16,11],[-63,-22],[-43,-26],[-28,-28],[-34,-41],[-18,27],[-8,-4],[-30,63]],[[2240,7138],[-15,30],[-27,26],[-26,11],[-23,18],[-21,9],[-5,18],[-25,14],[-15,22],[-38,11],[-29,14],[-24,-1],[-94,55],[-8,-6],[-56,18],[-33,8],[8,27],[-31,40],[-54,-14],[-7,-20],[-23,0],[-9,-27],[-67,0],[-10,-18],[-41,25],[-14,17],[-14,3]],[[1539,7418],[42,14],[34,21],[3,8],[49,14],[63,59],[7,14],[-7,18],[-38,55],[-30,59]],[[1662,7680],[20,6],[67,31],[99,67],[13,5],[37,2],[73,-16]],[[6694,7633],[-5,-12],[12,-1],[-16,-29],[-41,10],[-8,-41],[-19,5],[14,-49],[25,-3],[23,4],[10,-35],[-7,-18],[12,-24],[22,-24],[27,-47],[-30,-9],[-19,5],[-29,-5],[-14,-19],[12,-10],[30,10],[20,0],[26,-77],[-38,-10],[22,-38],[-27,-11],[-14,15],[-38,10],[-17,-1],[-34,-14]],[[6593,7215],[-18,-9],[-12,14],[-53,18],[1,16],[-27,-1],[-10,14],[-19,1],[-33,-30],[-23,25],[-21,1],[-20,9],[-45,-15],[-23,18],[-14,-4],[-12,10]],[[6264,7282],[-32,14],[-32,2],[11,-12],[-27,-13],[-34,7]],[[7443,7394],[-96,-2],[-54,14],[-70,-7],[-13,-35],[-25,9]],[[7185,7373],[-19,6],[1,32],[-14,19],[-38,16],[4,5],[-19,25],[-44,32],[-17,48],[-45,38]],[[7125,7724],[63,-14],[38,1],[10,32],[38,-9],[12,20],[25,-15],[7,27],[23,-11],[97,-24],[7,27],[12,16],[119,-40],[-14,-47],[22,-2],[2,-58],[36,10],[10,9],[41,-4],[-7,-54],[105,9],[3,-54],[-38,-3],[-43,2],[-71,-17],[-12,-9],[1,-21],[-34,-20],[-48,2],[-46,5],[-49,-3],[4,-26],[-28,-6],[33,-53]],[[4080,7605],[-28,-39],[-8,-25],[-17,-16],[-28,-8],[-24,-23],[26,-18],[11,-21],[-19,4],[-6,-34],[13,-1],[-11,-43],[34,-14],[-30,-44],[-31,-36],[2,-21],[-19,-36],[-20,13],[-28,-2],[-7,12],[-21,-6],[-99,-6]],[[3770,7241],[-34,38],[-9,27],[-34,18],[-36,27],[-14,5],[-15,19],[-18,11],[-27,0],[-14,6],[-8,-8],[-21,5],[-26,-7],[-42,-5],[-27,9],[24,17],[-1,55],[-56,37],[-53,6],[-31,15],[-32,1]],[[3296,7517],[27,75],[5,63],[8,35],[28,50]],[[3364,7740],[21,-9],[6,6],[34,4],[42,-3],[89,-13],[75,-8],[27,7],[54,-7],[53,-24],[5,8],[56,-3],[13,7],[74,-50],[38,-21],[42,-7],[19,3]],[[5357,7543],[-18,5],[-5,15],[-44,-3],[-29,-15],[17,-25],[1,-21],[17,-17],[-1,-20],[-39,0],[-9,-16],[-31,-38],[18,-37],[-22,-5],[-11,5],[-5,-20]],[[5196,7351],[-14,2],[-11,13],[-35,-2],[-1,-22],[-21,-18],[-14,-5],[3,-20],[-13,14],[-17,2],[4,28],[-14,17],[7,5],[-12,21],[-33,8],[-3,8],[24,21],[-7,3],[-6,30],[-23,-9],[-23,22],[-3,12],[-17,17],[-28,-12],[-36,4],[-18,18],[-10,19]],[[1539,7418],[-25,-16],[19,-3],[17,-15],[-18,-21],[-2,-15],[15,-20],[-6,-14],[-4,-39],[-18,-13],[17,-16],[-18,-21],[-31,17],[-11,-18],[21,-10],[-38,-50],[-27,-8],[-26,9],[-5,-5],[33,-19],[15,-1],[-11,-17],[-61,-25],[10,-11],[-8,-11],[10,-25],[-19,-11],[-23,15],[-21,5],[-24,-22]],[[1300,7038],[-26,14],[-28,-22],[-39,-10],[-57,52],[-39,40],[-39,13],[-26,26],[-41,35],[-30,-12],[-38,0],[-6,7]],[[931,7181],[-38,45],[6,18],[23,19],[-38,32],[4,19],[-6,16],[30,63],[-1,12],[20,11],[-1,30],[4,12],[-15,4],[23,58],[6,22],[75,24],[32,27],[31,-12],[52,-12],[35,0],[87,16],[129,48],[50,22],[43,9],[54,20],[83,-8],[43,4]],[[7185,7373],[-11,-20],[-38,-22],[-27,-36],[-38,-27],[-14,-21],[51,-39],[-51,-8],[-57,-23],[-18,18],[-34,-26],[-40,-48],[-38,-35],[-8,-23],[-113,-30]],[[6749,7033],[-21,-1],[-17,32],[21,6],[-2,6],[-31,-1],[-20,14],[-27,-25],[-50,92],[18,9],[-12,30],[-15,20]],[[4580,7454],[1,-13],[16,5],[18,-30],[-4,-21],[-19,6],[-45,-18],[17,-11],[12,-26],[12,-8],[15,-45],[-16,-27],[1,-11],[20,-32],[-1,-9],[-52,28],[-16,-4],[7,-36],[32,-17],[64,-17],[11,-17],[-22,-24],[-57,-42],[13,-9],[-34,-6],[-6,8],[-20,-5],[-8,-22],[-28,-4],[9,-18],[-29,-19],[13,-2],[-9,-13],[6,-19],[-43,-17],[-21,-23],[-13,15],[-9,-17],[-29,-30],[-17,-11],[25,-18],[1,-8]],[[4375,6867],[-33,15],[-26,-14],[1,11],[-28,8],[26,25],[2,10],[-16,10],[-18,1],[14,8],[6,16],[-18,12],[-24,7],[-21,25],[-21,11],[-18,23],[-23,-5],[-24,26],[-20,-6],[-39,-27],[-32,-9],[-49,3]],[[4014,7017],[-24,4],[-25,22],[-16,35],[-34,11],[-13,-2],[-52,11],[-38,-1],[9,24],[-39,56],[-11,13],[-5,16],[22,8],[-18,27]],[[5862,7272],[-23,-10],[-16,11],[-3,-23],[10,-29],[-46,-16],[-62,-38],[-19,4],[-21,-26],[3,-7],[-43,-14],[-43,-8],[-37,0],[-2,-17],[-34,0],[-13,-10],[-27,-7],[-44,-6],[-5,-46],[2,-33],[-29,-4]],[[5410,6993],[-44,-4]],[[5366,6989],[2,49],[-2,31],[-11,34],[-28,71],[-58,-23],[-5,4],[-21,62],[25,6],[10,15],[-17,21],[3,23],[-37,33],[-35,10],[4,26]],[[5366,6989],[-65,3],[3,-20],[-25,3],[-47,-12],[-28,-3],[15,-27],[-17,-4],[7,-17],[-15,-4],[2,-21],[-11,1],[-37,-37],[-22,-11],[4,-31],[-16,3],[-5,-14],[-11,9],[-25,-45],[12,-7],[-13,-13],[-29,-39],[-31,13],[2,-11],[-45,-7],[-64,-31],[-21,-4],[-93,7]],[[4791,6670],[-57,10],[-42,14],[-39,17],[-144,56],[-23,4],[-21,-14]],[[4465,6757],[-14,18],[9,13],[-26,-11],[-4,17],[-9,-3],[-4,17],[-23,8],[-14,12],[5,27],[-10,12]],[[4014,7017],[-10,-41],[3,-11],[-20,-2],[-27,-49],[4,-2],[-23,-40],[16,-5],[37,0],[2,-14],[-37,-23],[-18,2],[4,-17],[-16,-3],[-9,-24]],[[3612,6881],[-21,-8],[-29,5],[-30,15],[-23,22],[12,9],[6,25],[-2,23],[4,25],[-29,35],[-36,24],[-69,56],[-16,21],[-13,26],[-7,29],[-70,-6],[-43,-20],[-20,9],[-4,11],[8,20],[-4,30],[-19,11],[-36,-7],[-11,4],[-64,41],[-7,9]],[[3087,7341],[28,-16],[20,0],[28,12],[35,39],[55,82],[43,59]],[[3038,7288],[-4,-20],[21,-51],[-6,-40],[0,-62],[6,-9],[28,-8],[40,-20],[17,-49],[22,-27],[14,-4],[23,-24],[34,-40],[3,-14],[-19,-14],[26,-30],[-2,-23],[-28,-43],[28,-7],[34,-44],[42,22],[49,-14],[-2,-16],[25,-2],[14,-8],[31,-45]],[[3361,6529],[-32,36],[-33,-8]],[[3296,6557],[-17,17],[-14,-15],[-39,-16],[-8,22],[-53,16],[6,11],[-8,35],[-32,-7],[-2,-15],[-24,-2],[-35,-14],[-19,-13],[-17,-36],[-15,0],[2,-10],[-86,-34],[-39,-26],[-39,-14],[-87,-44],[-4,-5],[-163,-85]],[[2603,6322],[-21,10],[-23,2],[-24,13],[11,58],[-57,47],[-2,6],[14,20],[38,18],[20,0],[37,14],[-19,40],[-12,15]],[[2565,6565],[19,42],[23,14],[-14,20],[43,17],[11,11],[13,53],[-8,12],[-30,13],[2,17],[-21,-1],[-31,6],[-35,20],[2,46],[24,68],[19,22],[26,56],[-7,37],[-29,29],[-5,24],[12,11],[-10,29],[-47,28],[-18,20],[0,10]],[[2240,7138],[-45,-19],[-34,-20],[15,-53],[15,-46],[-17,-17],[-9,-21],[-29,-31],[-42,-21],[-4,-54]],[[2090,6856],[-17,-50],[-2,-26],[-8,-16],[-46,11],[-4,-13],[-26,-7],[-60,11],[-40,-3],[-45,-12],[-120,-21],[6,-17],[-2,-20],[-33,-7],[-38,-55],[-19,-19]],[[1636,6612],[-20,19],[-24,36],[-49,-3],[-16,9],[-12,26],[-12,-6],[-21,40],[1,12],[-13,19],[-2,34],[17,8],[-55,46],[-27,20],[-16,31],[-12,5],[-37,47],[9,13],[29,12],[-11,6],[-40,8],[-34,14],[9,30]],[[7443,7394],[12,-18],[-13,-7],[20,-35],[10,0],[4,-14],[13,-6],[-9,-13],[2,-13],[17,-13],[-8,-12],[25,-26],[-10,-3],[13,-29],[29,0],[15,-30],[21,-20],[-5,-15],[28,0],[2,-17],[-10,-24],[16,4],[13,-9],[-8,-21],[9,-43],[-5,-15],[70,-20],[77,-7],[81,5],[11,2],[-3,-18],[28,5],[8,-6],[100,4],[76,-1],[52,-10],[26,-9]],[[7765,6618],[-8,-6],[-26,2],[-5,-8],[-26,-12],[-24,5],[9,9],[-17,4],[-27,16],[2,13],[-15,9],[-52,-21],[-2,5],[-49,1],[-36,-7],[-13,-9],[-28,-7],[-17,6],[3,-11]],[[7434,6607],[-24,9],[-10,13],[12,12],[-8,5],[22,18],[-3,26],[6,9],[-17,9],[13,12],[26,8],[-19,20],[-40,-10],[-18,20],[-20,-27],[-24,17],[-23,-8],[9,-12],[-51,-22],[-67,-21],[-9,-6],[14,-20],[-42,-12],[-23,0],[-55,-11],[-17,0],[-4,-11],[-14,1],[-18,16],[9,14],[-57,-12],[0,6],[-44,-12]],[[6938,6638],[-28,-4],[-61,-14],[-2,-6],[-40,-6],[-30,2],[-9,7],[-21,41],[-23,2],[-9,21],[-23,-9],[-29,-2],[-22,3],[-54,-4],[-8,71],[-37,-12],[-9,-14],[-27,11],[17,26],[-27,9],[-31,17],[1,28],[10,28],[1,33],[21,6],[21,64],[4,4],[19,-18],[26,21],[27,-1],[19,23],[33,8],[9,11],[82,37],[11,12]],[[6264,7282],[-8,-16],[-18,5],[-4,-11],[11,-8],[-9,-15],[4,-16],[-29,-23],[-4,-21],[18,-6],[-6,-8],[-2,-40],[-18,-10],[-18,7],[17,-27],[-32,-4],[4,-17],[-9,-8],[-30,0],[-3,-29],[-15,-34],[-5,2],[-8,-24],[-33,-2],[-13,-28],[-31,-21],[-41,9],[5,-45],[-19,-4],[3,-26],[11,-2],[2,-36],[-18,0],[24,-17],[-3,-5],[-36,-3],[-7,-6],[-14,10],[-11,-11],[-23,1],[-8,-8],[4,-21],[-15,0],[-16,13],[-38,12],[-33,-1],[-40,17],[-32,4],[-31,-4],[-27,1],[-52,8],[-35,15],[4,-13],[-9,-1],[-48,12],[-30,-3],[-32,-25],[-18,-22],[-11,11],[-10,-7],[-15,9],[-9,15],[6,9],[-20,-2],[-4,34],[41,16],[-22,46],[12,12],[-12,13],[37,20],[-11,29],[-12,11]],[[6938,6638],[12,-19],[29,-24],[-35,-21],[-55,-15],[-20,20],[-19,-13],[12,-17],[-54,4],[-14,-2],[-28,-17],[-34,-13],[-13,-10],[-11,-29],[-11,-7],[-13,6],[-23,-34],[-3,-11],[51,-11],[-15,-15],[40,-26],[-4,-7],[-25,-3],[-13,-15],[28,-22],[6,-13],[11,7],[13,-7],[31,1],[21,-21],[26,-5],[14,-13],[11,10],[2,-33],[19,-16],[53,6],[42,-7],[15,-6],[85,11],[18,-1],[0,-22],[39,0],[0,-34],[22,5],[7,-27],[-8,-1],[4,-25],[-39,-7],[5,-23]],[[7117,6116],[6,-26],[24,-2],[-6,-9],[-24,1],[-44,-19],[21,-25],[21,5],[9,-12],[3,-24],[-8,-8],[32,-53],[-27,-2],[-102,-20],[-11,-7],[-59,-48],[-8,-14],[-7,-47],[-6,-11]],[[6931,5795],[-28,-27],[-31,-19],[-22,-7],[-50,-27],[-25,-2],[-52,-10],[-4,-10],[-22,-13],[-41,-12],[-25,-12],[-23,-18],[-19,5],[-25,-3],[1,-16],[-164,40],[-2,-9]],[[6399,5655],[-56,30],[-6,17],[11,27],[-5,20],[-39,46],[-13,6],[-24,-1],[-15,-12],[-48,-116],[-13,-10],[-17,-2],[-54,17],[-19,15],[-20,7],[-87,0],[-14,-5],[-12,-15],[7,-58],[-12,-18],[-36,-9],[-27,11],[-12,19],[-3,39],[-59,-12],[-28,-13],[-27,-3]],[[5771,5635],[-62,17],[-5,-25],[19,-59],[-11,-3],[2,-18],[-19,-34],[-5,2],[-29,-16],[22,-33],[-15,-29],[-26,10],[-21,19],[-23,10],[-15,-38]],[[5583,5438],[-32,9],[-33,20],[20,49],[-3,17],[16,62],[-25,5],[-33,-5],[-28,4],[13,44],[38,19],[8,17],[13,3],[-9,32],[-1,34],[-26,18],[-11,-18],[-16,10],[-11,17],[-16,-7],[-75,-14],[-34,-10],[-27,19]],[[5311,5763],[23,3],[3,11],[26,22],[59,-1],[2,14],[-11,13],[-20,6],[-10,24],[-30,4],[9,27],[-24,30],[-32,6],[-16,12],[-16,30],[-26,16],[-6,12],[-20,1],[-16,17],[-15,7],[-9,20],[-28,18],[-6,21],[-15,14],[0,26],[-7,8],[-40,-19],[-71,-70],[-27,-2],[-14,20],[-53,-2],[-3,17],[-16,11],[-9,32],[-32,28],[10,4],[-30,24],[-10,-2],[-31,8],[-9,10]],[[4791,6183],[8,16],[0,32],[-5,11],[-24,-5],[-2,9],[13,25],[-31,8],[-2,28],[6,11]],[[4754,6318],[25,22],[-3,14],[-18,23],[19,11],[-25,41],[9,18],[-7,19],[14,2],[-7,14],[-31,26],[-7,26],[28,56],[-4,7],[14,47],[-4,8],[33,-5],[1,23]],[[1636,6612],[-59,-62],[-17,17],[-36,-30]],[[1524,6537],[1,16],[-57,-2],[-24,-5],[-23,14],[0,31],[-16,20],[-55,-11],[-10,-6],[-22,16],[-17,-46],[-14,3],[-12,12],[-18,6],[-18,-21],[-19,13],[-17,4],[-25,-10],[-19,5],[-24,-27],[-62,41],[8,22],[-42,29],[-14,26]],[[1025,6667],[-32,41],[-15,25],[-20,23]],[[700,6942],[22,6],[8,15],[-37,61],[-13,6],[0,25],[-6,12],[16,-4],[16,-22],[18,-6],[0,20],[22,4],[-10,14],[17,3],[-16,28],[22,2],[4,-7],[14,37],[16,6],[37,41],[25,-6],[1,9],[75,-5]],[[2565,6565],[-31,38],[-49,-20],[-18,12],[-35,-3],[-23,6],[-22,-1],[-31,-9],[-24,33],[11,7],[-8,21],[25,11],[-17,21],[-29,-14],[-28,35],[-57,-29],[-21,21],[-17,24],[-31,14],[-20,-7]],[[2140,6725],[5,15],[-18,29],[-14,47],[-23,40]],[[1025,6667],[-9,-13],[6,-52],[-5,-9],[-19,-7],[-15,-43],[9,-18],[44,-4],[21,-8],[30,-33],[30,-13],[19,-35],[-3,-30],[24,-28],[-32,-8],[8,-16],[7,-28],[56,3],[-10,-27],[-36,-3],[-37,-54],[-3,-38],[-30,9],[9,-9],[-16,-17],[-21,-43],[1,-11],[-27,-16],[-25,0],[-37,-43],[-25,0],[5,-7],[-38,-11],[-19,1]],[[4754,6318],[-41,3],[-14,24],[16,6],[-46,30],[-22,2],[-6,-18],[-19,-10],[-34,-4],[-18,9],[-15,16],[-50,10],[-13,-9],[-26,-2],[-30,4],[-26,20],[5,46],[9,41],[-8,18],[-28,16],[-23,1],[-28,-16],[4,-23],[-4,-18],[-26,7]],[[4107,6758],[104,-10],[189,-16],[32,2],[33,23]],[[7434,6607],[16,-19],[-1,-17],[-13,-20],[7,-14],[-24,-7],[29,-46],[40,12],[-4,-49],[-10,-18]],[[7474,6429],[-38,-6],[-43,-28],[-16,3],[-17,-19],[34,-7],[19,-9],[10,-13],[-16,-16],[2,-12],[-20,-3],[-3,-18],[-20,-17],[-21,1],[-8,-9],[-30,-9],[-12,6],[6,-17],[-5,-68]],[[7296,6188],[-15,-17],[-23,-15],[-3,16],[-10,5],[-24,-11],[-28,-20],[4,-14],[-80,-16]],[[2603,6322],[12,-26]],[[2615,6296],[-16,-17],[-44,-19]],[[2555,6260],[-43,-18],[-59,62],[-13,29],[-20,25],[-16,-10],[-31,-10],[-36,-5],[-32,0],[-46,7],[-36,10],[-1,-12],[-40,1],[5,24],[-27,-9],[-11,-20],[-19,-9],[-57,-13],[-29,-18]],[[2044,6294],[-64,141],[-29,29],[60,26],[9,0],[55,25],[21,42],[0,31],[-21,19],[27,25],[34,41],[-28,9],[26,21],[-9,13],[15,9]],[[1524,6537],[-3,-38],[91,0],[-21,-45],[17,-30],[15,-5],[13,19],[55,-11],[9,-36],[-17,-15],[28,-30],[-9,-4],[17,-28],[8,-32],[-7,-11],[-31,-9],[-24,-12],[20,-19],[19,-10],[96,-11],[28,4],[3,-5],[51,5],[16,-4]],[[1898,6210],[-29,-25],[-1,-17]],[[1868,6168],[0,-32]],[[1868,6136],[-8,-5],[-75,5],[-64,-11],[-10,-4],[-42,7],[-39,0],[-15,-24],[-55,18],[-36,-30],[-1,-10],[-25,2],[-2,-12],[-81,-40]],[[1415,6032],[-17,23],[-78,-13],[-25,0],[2,-6],[-26,-5],[-30,-19],[-34,-2],[-132,-18],[-40,2],[-154,-1],[-1,-5],[-34,2]],[[2044,6294],[-81,-23],[-28,-38],[-37,-23]],[[770,5988],[-28,-4]],[[742,5984],[-32,-3],[-38,3],[-61,0],[-43,-5]],[[568,5979],[-65,-4],[-67,2],[-30,-3],[-76,0]],[[536,6789],[20,11]],[[4843,9689],[-62,22],[-19,0],[-44,-18]],[[4718,9693],[-59,8],[-40,17],[-104,50],[-13,11],[-41,23],[-64,20],[-35,22],[11,13],[13,-5],[16,29],[-13,4],[-48,3],[-12,-6],[-15,18],[-28,19],[-3,21],[-10,17]],[[4273,9957],[85,17],[62,25],[19,-1],[45,-12],[81,-49],[55,-40],[58,-33],[42,-21],[42,-11],[4,10],[95,-17],[0,-36],[6,-26],[-15,-54],[-9,-20]],[[5311,5763],[-16,8],[-22,2],[-52,-10],[-31,1],[-38,-32],[-24,-26],[-27,-11],[-6,-8],[-48,-6],[-23,-10],[12,-22],[-7,-13],[-27,-4]],[[5002,5632],[-31,8],[-13,7],[-23,31],[-48,-19],[-13,29],[-4,-2],[-27,28],[-74,46],[-34,12],[-6,11],[-32,2],[-27,33],[5,9]],[[4675,5827],[5,2],[9,33],[23,2],[-2,16],[9,13],[-8,15],[-13,0],[9,38],[-33,26],[3,17],[-8,10],[40,24],[-27,15],[5,24],[-24,-2],[-13,19],[12,1],[1,30],[60,-3],[3,29],[18,19],[26,0],[21,28]],[[1868,6136],[0,-15],[-11,-39],[5,-1],[-49,-101],[-26,-36],[-5,-33],[20,-52],[4,-18],[-47,3],[-10,-12],[-5,-55],[-15,-12],[2,-18],[-25,-17],[-37,-5],[12,-22],[-7,-27],[1,-21],[-17,-9],[5,-30]],[[1663,5616],[-47,-5],[-8,22],[16,-2],[-1,32],[4,27],[-20,9],[-29,-7],[-28,-26],[-19,-11],[-6,18],[-36,17],[7,18],[-3,15],[-31,-3],[-63,-16],[-6,16],[-30,-2],[-17,-6],[-4,15],[-56,-2],[-20,-2],[-27,-16],[-29,1],[-26,15],[-33,5],[-51,13]],[[1100,5741],[-10,26],[36,10],[22,17],[43,49],[10,33],[10,12],[46,19],[13,1],[8,-57],[12,-8],[16,49],[13,1],[-4,20],[25,-2],[2,10],[-16,34],[37,-10],[32,8],[-9,21],[12,6],[5,48],[12,4]],[[4718,9693],[-64,-18],[-47,-5],[0,-23],[-26,8],[-62,8],[-44,-7],[-45,13],[-59,-13],[-18,33],[-33,-14],[-14,-17],[-26,13],[-9,-11],[-14,4],[-17,-15],[-20,3],[-34,-20],[-38,25]],[[4148,9657],[15,7],[21,20],[16,39],[-4,30],[-16,33],[-36,120],[0,13],[16,24],[10,-7],[21,11],[57,4],[25,6]],[[4843,9689],[-2,-9],[19,-41],[69,-37],[38,-11],[16,-9],[3,-30],[10,-33],[18,2],[5,-37],[-6,-15],[-19,1]],[[4994,9470],[-67,9],[-15,5],[-32,-1]],[[4880,9483],[-82,5],[-55,-1],[-29,5],[-16,-11],[-34,4],[-44,-12],[-2,-42],[-23,-9],[-9,-11],[-26,-5],[-22,9],[-37,-10],[-36,-19],[-26,-8],[8,-13],[-64,26],[-40,-15],[2,-20],[-37,-6]],[[4308,9350],[-71,23],[-30,13],[-14,19],[-18,56],[-6,2],[-14,33],[-23,35],[-6,16],[0,35],[-44,-12],[3,-19],[-47,-4],[-3,23],[-20,-3],[-3,24],[-11,-12],[-44,17],[3,-31],[-6,-26],[-15,3],[-9,-27],[-19,1],[-1,-30],[11,-36],[14,-25],[30,-24],[40,-22]],[[4005,9379],[-27,-15],[-65,48],[-11,13],[-19,41],[-13,44],[5,29],[24,45],[25,-11],[8,51],[9,20],[45,53],[30,-11],[20,-28],[21,-22],[28,-4],[63,25]],[[4308,9350],[-1,-5],[34,-8],[49,-6],[9,-4],[-19,-30],[29,-14],[-19,-19],[8,-6],[-18,-45],[-12,-21],[-1,-22],[8,-38],[-23,-27]],[[4352,9105],[-19,-2],[-27,10],[-35,2],[-46,19]],[[4225,9134],[8,15],[3,46],[-15,31],[-16,17],[-89,73],[-44,28],[-67,35]],[[4880,9483],[19,-23],[-6,-39],[-11,-26],[8,-13],[-11,-22],[-12,-6],[2,-55],[-15,-11],[5,-21],[13,-4],[-3,-12],[39,5],[5,-9],[-24,-6],[6,-13],[-1,-29],[-11,-9],[-43,1],[-15,-8],[9,-11],[1,-24],[26,-11],[-31,-15],[-25,-5],[-34,-24],[33,-41],[-51,-25],[-23,41],[-52,-36],[23,-31],[-25,-12]],[[4676,8989],[-55,60],[-6,-4],[-53,1],[-25,-27],[-36,46],[-6,-19],[1,-50],[-9,-5],[-58,23],[-8,-9],[-20,12],[-21,29]],[[4380,9046],[-19,23],[-8,18],[-8,-1],[7,19]],[[7164,9195],[-30,0],[-25,-21],[-26,-7],[13,-40],[-21,-1],[-49,-24],[-14,-1],[-2,-15],[-22,1],[-42,-10],[-15,-17],[6,-25],[-16,-9],[-18,-29],[5,-24],[-6,-17],[-25,-2],[-41,-45],[-21,2],[-2,-18],[-34,0],[-3,-66],[-61,0],[-8,-12],[-66,0],[-12,-3],[-7,-21]],[[6622,8791],[-46,-7],[-40,82],[-21,187],[0,18],[-38,0],[-5,47],[-16,0],[-43,-20],[-27,28],[-7,44]],[[6379,9170],[13,0],[47,27],[38,-7],[30,0],[24,-19],[26,2],[15,13],[8,19],[13,10],[38,12],[23,15],[46,50],[9,2],[-4,48],[11,5],[3,22],[-3,29],[16,41],[13,46],[42,-10],[32,-2],[49,6],[53,0],[34,7],[29,-1],[25,-8],[0,-10],[-17,-6],[-2,-28],[-9,-33],[24,-4],[2,-30],[-9,-72],[14,-4],[-5,-47],[19,-5],[62,-5],[23,-9],[53,-29]],[[4994,9470],[0,-29],[5,-31],[32,-32],[-6,-23],[18,-28],[29,-13],[16,-32],[23,-10],[1,-33],[33,4],[24,-42],[-2,-25],[37,-10],[44,-25],[48,-1],[35,-4],[5,-13],[26,0],[10,-23],[29,-12],[14,-19],[70,-31],[11,-9],[38,34],[47,14],[10,-24],[24,2],[15,-26]],[[5630,9029],[23,-53],[-44,-3],[10,-26],[29,-27],[-46,6],[-10,-15],[12,-34],[-21,1],[-22,8]],[[5561,8886],[0,9],[-34,-1],[-56,-6],[-8,-7],[-19,9],[-17,1],[-2,-9],[-15,-1],[-22,-13],[-17,-3],[6,-17],[-5,-18],[5,-20],[-6,-14],[10,-18],[-6,-9],[19,-7],[21,2],[10,-23],[-9,-31],[-74,25],[-7,16],[-44,17],[-51,-2],[-41,-11],[-16,-9]],[[5183,8746],[-48,11],[-25,18],[6,7],[-43,17],[-16,-18],[-29,21],[-40,-5],[-18,2],[-64,-3],[-19,-13],[-21,-3],[-23,6]],[[4843,8786],[-54,25],[-20,13],[39,18],[16,-14],[25,21],[-30,20],[-63,47],[-29,24],[-51,49]],[[4380,9046],[-16,-8],[29,-22],[1,-15],[29,-19],[-6,-3],[17,-29],[-34,-20],[-35,-34],[-8,-13],[-39,-12],[-8,8],[-24,-1],[-7,13],[-42,1],[-9,-29],[-30,-31],[-35,-5],[-32,-16],[-26,-24],[2,-10],[23,-8],[39,-26],[26,-8],[65,-41],[-10,-28],[6,-25],[-6,-6],[-95,-63],[-25,-21],[-49,-4],[-44,-14],[21,-19],[6,-19],[16,-25],[27,4],[51,13],[8,-21],[-5,-24],[-38,-19],[-26,-30],[-26,-17],[46,-47],[-88,-49],[-107,-10],[-14,5],[-6,35],[41,20],[3,41],[-52,-12],[0,11],[-12,19],[-19,11],[6,8],[-22,22]],[[3847,8430],[15,23],[11,40],[-2,36],[-12,27],[-42,57],[-33,51],[-26,61],[-18,62],[-6,47],[0,54],[-7,29],[-16,46],[-4,38],[10,32],[25,18],[37,14],[26,16],[14,20],[12,50],[12,28],[23,23],[31,5],[43,-18],[35,-30],[16,-28],[14,-45],[-2,-26],[-8,-19],[-20,-21],[-26,-12],[-39,-6],[-41,2],[-21,-6],[-16,-14],[-6,-15],[14,-26],[18,-14],[36,-11],[49,2],[90,13],[66,22],[32,21],[22,20],[19,26],[15,29],[29,69],[9,14]],[[6757,8441],[8,20],[-31,12],[41,37],[10,30],[-69,44],[21,30],[-45,38],[-14,8],[30,43],[-53,-1],[7,11],[-26,1],[39,57],[-53,14],[0,6]],[[7164,9195],[12,6],[5,-14],[19,8],[21,-9],[42,-1],[57,-20],[32,-24],[-11,-40],[17,-17],[0,-19],[16,-32],[-6,-31],[-14,-26],[-18,-4],[-10,-41],[-13,-17],[15,-10],[-14,-13],[-14,-2],[-23,-30],[-8,2],[-11,-20],[9,-2],[-8,-22],[-38,11],[-3,-31],[-29,8],[-5,-16],[-14,2],[-7,-14],[-15,4],[-2,-34],[9,0],[-4,-28],[-15,5],[-8,-33],[32,-5],[-12,-15],[21,2],[0,-11],[-22,-8],[2,-21],[-22,-11],[20,-14],[-5,-16],[24,-2],[-13,-13],[-29,-3],[-11,-23],[-30,-2],[-6,-20],[-25,3],[-26,-9],[-14,-39],[1,-42],[-12,-17],[11,-7],[-15,-24],[0,-42],[-20,-31],[17,-35],[-37,9],[-34,14],[-28,4],[-40,-3],[-81,17],[3,13],[-15,0],[8,50],[24,30],[-7,19],[-32,-8],[2,10]],[[4237,5879],[10,-15],[-4,-10],[-17,0],[-6,-12],[15,-16],[10,-31],[-7,-28],[19,-38],[57,-39],[44,3],[-8,-20],[-31,-9],[-18,-27],[-24,-14],[23,-11],[-4,-17],[-30,-15],[-14,-3]],[[4252,5577],[-15,-6],[-25,0],[-8,6],[2,17],[-22,11],[-19,2],[-11,-13],[-24,14],[-30,-26],[7,-18],[-34,-17],[-35,17],[-17,-46],[-7,0],[-6,-21],[-39,-30],[-24,-7],[16,-13],[1,-18],[-15,-42],[18,-6],[-22,-39],[21,-8],[-13,-44],[-24,-22],[-15,-34],[-12,-16]],[[3900,5218],[-41,-35],[-25,18],[-25,4],[-16,-49]],[[3793,5156],[-52,0],[-2,-4]],[[3739,5152],[-6,18],[-29,9],[-16,17],[-39,14],[-25,-4],[-43,10],[-9,-16],[-51,11],[-53,22],[-6,-14],[-28,21],[-28,-13],[5,-6],[-37,-7],[-4,42],[-34,-19],[-4,4],[-45,-1],[0,-7],[-25,-20],[-6,5],[-32,-6],[-7,27],[-35,25],[-9,-2],[-39,-30]],[[3134,5232],[-41,40],[-99,92],[40,107],[-10,21],[-45,11],[91,159],[50,62]],[[3120,5724],[40,-34],[100,79],[-13,14],[-33,43],[-9,24],[-19,29],[21,11],[23,-27],[22,-13],[36,-3],[29,-13],[24,13],[-5,11],[42,-4],[17,4],[35,-4],[23,22],[-14,6],[7,8],[-16,14],[24,34],[-1,12],[22,29],[13,6],[24,-6]],[[3512,5979],[30,-11],[14,-18],[31,-1],[24,-12],[20,-21],[-6,-10],[16,-19],[18,-11],[44,-8],[27,-12],[0,-29],[39,-8],[18,-24],[11,-36],[-16,-9],[21,-14],[54,55],[8,-38],[11,4],[-2,11],[11,7],[5,36],[40,6],[11,-5],[-12,75],[-24,24],[8,11],[37,11],[38,35],[18,39]],[[4006,6007],[1,-27],[38,3],[35,-23],[23,8],[7,-10],[-5,-25],[-11,-20],[-3,-23],[9,-1],[11,-44],[19,21],[26,-3],[4,10],[36,9],[41,-3]],[[6757,8441],[-21,1],[-37,21],[-49,23],[-25,5],[-3,7],[-50,2],[6,8],[-23,6],[2,13],[-19,2],[6,8],[-33,3],[0,-11],[-45,12],[-53,29],[-69,26],[-57,3],[-31,-33],[-18,8],[-8,21],[-61,28],[-18,18],[-4,12]],[[6147,8653],[34,7],[34,21],[-8,18],[22,-1],[-21,56],[-25,27],[-6,-4],[-34,2],[-4,-15],[-42,15],[-12,-14],[-18,4]],[[6067,8769],[3,51],[5,14],[36,28],[-49,41],[47,50],[-5,23]],[[6104,8976],[15,41],[23,12],[37,-3],[1,21],[47,-6],[7,20],[29,-1],[22,18],[14,37],[2,-7],[36,11],[42,51]],[[4843,8786],[-8,-55],[8,-60],[19,0],[3,-15],[-28,0],[-3,-22],[20,-4],[2,-84],[-8,0],[4,-45],[-36,-44],[-49,-28],[-22,-2],[-54,-13],[-31,-2],[-50,-20],[-11,-8],[-34,-6],[-42,-15],[-35,-26],[-24,-6],[-12,-46],[-26,-7],[7,-21],[-15,-21],[1,-14],[-45,-1],[-52,-5],[-47,6],[-4,-20],[-22,3],[-57,-3],[-84,3],[-9,-3]],[[4099,8202],[-9,-12],[-16,-5],[-34,0],[-60,-5],[-42,-9],[-25,-22],[-60,20],[-76,22],[-69,-67],[-21,17]],[[3687,8141],[29,28],[4,22],[-13,38],[1,36],[13,48],[18,31],[44,29],[64,57]],[[3585,2280],[-9,-8],[-23,-4],[-11,3],[-41,-6],[-7,-13],[-1,-25],[-18,-9],[-22,10],[-30,-2],[-20,-9],[-16,2],[-21,-15],[15,-18],[-32,-19],[-13,6],[-71,-34],[-85,-33],[4,-10]],[[3184,2096],[-19,2],[-38,-2]],[[3127,2096],[-19,13],[2,27],[24,45],[-11,25],[-49,18],[-32,32],[-46,20],[0,12],[27,23],[13,31],[-2,34],[-7,27],[-27,42],[-13,35]],[[2987,2480],[7,11],[44,23],[11,13],[35,3],[7,25],[19,10],[-6,10],[12,6],[13,26],[23,9],[10,-6],[45,18],[32,6],[48,16]],[[3287,2650],[35,-31],[18,-29],[49,-41],[29,-36],[38,-42],[39,-52],[-3,-10],[11,-20],[35,-38],[26,-56],[21,-15]],[[2800,2610],[33,-15],[19,-12],[55,-54],[40,-29],[40,-20]],[[3127,2096],[19,-20],[2,-28],[-65,-25],[-15,-12],[-27,-37],[-55,-18],[0,-16],[-34,-18],[-9,-23],[8,-25],[-4,-13],[-12,6],[-46,5]],[[2889,1872],[-15,24],[-20,21],[5,21],[-13,19],[-17,14],[-34,10],[-46,0],[-24,16],[-14,-3],[-26,-19],[-13,-26],[-12,0],[-21,20],[-21,3],[-7,21],[-16,25],[-15,5],[-17,57],[6,24],[-12,1],[-13,-12],[-5,-20],[-12,2],[-29,-36],[-19,20],[-21,3],[-20,17],[-29,-13],[-18,10],[-7,18]],[[2384,2094],[19,0],[1,10],[41,9],[12,8],[17,24],[3,20],[-26,17],[23,15],[11,0],[10,16],[-13,12],[14,20],[3,34],[-14,-2],[-30,33],[-29,22]],[[2426,2332],[40,26]],[[2466,2358],[38,5],[21,-22],[17,32],[34,18],[21,19],[29,9],[24,22],[10,0],[28,13],[15,14],[4,21],[23,40],[-2,38],[10,4],[4,15],[18,-1],[20,8],[20,17]],[[1947,2462],[-2,-26],[6,-9],[5,-43]],[[1956,2384],[3,-6],[-33,-20],[-37,-4],[-13,-31],[1,-9],[-15,-16],[23,-11],[50,-2],[8,-31],[10,-7],[-28,0],[-25,7],[-6,-7],[6,-28],[-21,-10],[7,-28],[0,-47],[-6,-28],[25,0],[14,-30],[0,-12],[17,-34],[19,-19],[-3,-10],[-28,-16],[2,-12],[14,-18],[-20,-13],[8,-14],[-19,-14],[-22,-8]],[[1887,1906],[-3,6],[-41,7],[-20,11],[-8,-25],[-15,6],[-42,-6],[-18,23],[-20,0],[-8,-15],[-6,18],[-38,19],[-12,0],[-23,25],[-43,21],[-35,0],[-14,-12],[-26,-9],[-3,14],[-18,-4],[-7,-10],[10,-15],[6,-49],[-35,-8],[-5,14],[14,18],[-7,16],[-28,5]],[[1442,1956],[-28,24],[15,4],[-19,12],[9,6],[-61,44],[-22,33],[-30,33],[14,9],[-7,4],[33,31],[-31,21],[-16,34],[-51,8],[4,-19],[-10,-16],[-17,8],[-25,25],[-33,-28],[-20,4]],[[1147,2193],[-5,20],[-31,47],[10,14],[-19,41],[-7,2],[-21,47],[-16,-6],[-22,43],[3,47],[-48,-21],[-31,35]],[[960,2462],[29,8],[9,-3],[30,15],[1,15],[20,6],[-5,17],[26,21],[10,0],[42,26],[66,30]],[[1188,2597],[20,-30],[-12,-9],[29,-18],[14,-3],[32,4],[-2,-23],[11,6],[9,-21],[35,-5],[21,6],[9,-42],[33,9],[14,-35],[26,-27],[39,6],[8,-15],[26,-1],[13,10],[23,-28],[54,28],[17,14],[38,9],[31,-22],[10,16],[7,34],[-17,9],[14,11],[53,-23],[16,25],[28,-34],[11,3],[8,20],[25,1],[8,-15],[60,12],[48,-7]],[[6067,8769],[-35,10],[-10,-47],[-52,13],[-29,-45],[-37,12],[-10,-22],[-45,-5],[5,-15],[-19,-13],[-42,2],[-7,-5],[-44,5],[-7,27],[-52,-6],[7,22],[-3,17],[-49,10],[10,54],[-29,13],[-80,7],[15,52],[7,31]],[[5630,9029],[45,-13],[4,16],[50,-1],[0,14],[18,9],[26,-3],[51,0],[23,-13],[61,-17],[22,22],[29,-8],[50,8],[35,14],[-5,-16],[4,-44],[31,-6],[30,-15]],[[6147,8653],[-23,32],[-32,-30],[-2,-32],[10,-33],[-12,-34],[4,-61],[-44,1],[-5,-21],[-21,-4],[-19,4],[-6,-63],[-4,-9],[40,-13],[6,-20],[-7,-15],[11,-24],[9,-6],[11,-24],[14,-4],[32,-27],[-4,-10],[38,-5],[-11,-8],[0,-19],[-9,-18],[-27,-25],[24,-8],[18,-67]],[[5790,8177],[-81,-35],[-41,1],[-15,13],[-4,15],[19,20],[79,19],[20,23],[-5,30],[-33,36],[-42,37],[-27,6],[-28,-15],[-17,-50],[-36,-27],[-44,-11],[-57,-30],[-28,-37],[-17,-12],[-32,0],[-29,15]],[[5372,8175],[-34,19]],[[5338,8194],[6,13],[29,1],[0,12],[-12,21],[40,-2],[2,28],[10,1],[-7,22],[-6,-5],[-41,0],[-10,5],[-2,31],[10,20],[25,24],[27,13],[31,43],[-11,38],[-21,28],[-50,12],[-38,16],[-26,-8],[-34,-20],[-22,29],[-46,22],[20,50],[3,65],[4,16],[-65,9],[7,36],[-2,12],[33,-5],[-9,25]],[[7274,2513],[31,-35],[9,-24],[1,-24],[-10,-16],[-15,-7],[17,-7],[6,-13],[-4,-29],[26,2],[2,-23],[39,9],[15,-47],[30,7],[51,-27],[8,4]],[[7480,2283],[13,-21],[38,-38],[-11,-14],[-54,-10],[17,-18],[-7,-9],[13,-9],[-2,-39],[32,-31],[3,-8],[38,-38],[2,-27],[58,-41],[32,2],[27,-9],[-17,-15]],[[7662,1958],[-36,4],[-25,-11],[-11,-31],[-59,-85],[-7,-26],[1,-35],[18,-38]],[[7543,1736],[-6,-4],[-18,22],[-83,-14],[-23,-13],[-55,-11],[-13,-11],[-44,-5],[-70,-21],[-64,-13]],[[7167,1666],[-4,11],[7,14],[-29,19],[-29,-16],[-6,9],[-38,-8],[-42,-2],[-33,38],[4,16],[-11,-4],[-47,18],[9,21],[-9,28],[-65,40],[-26,11],[19,18],[-18,8],[0,10],[-15,20],[11,11],[-11,18],[8,17],[-16,9],[-7,-9],[-35,43]],[[6784,2006],[3,37],[13,-8],[27,17],[11,14],[-8,21],[21,27],[21,0],[16,15],[0,9],[32,5],[-1,15],[10,8],[28,-5],[6,14],[25,20],[3,12]],[[6991,2207],[20,26],[35,11],[11,10],[1,16],[65,6],[11,30],[30,20],[23,5],[13,-8],[12,9],[-21,17],[-36,20],[33,18],[-4,9],[-37,5],[-36,14],[-25,13],[6,15],[-2,20],[29,14],[8,17],[68,13],[17,16],[62,-10]],[[6784,2006],[-39,5],[0,8],[-44,20],[-7,13],[-27,-13],[-34,23],[11,9],[-30,0],[-30,17],[-8,-15],[-19,18],[-30,-7],[-8,11],[-21,-4],[-18,-12],[7,-16],[-22,0],[-11,-8],[-46,17],[-7,-12],[-27,2],[-47,11],[-14,-38],[-11,-18],[-64,25]],[[6238,2042],[-24,19],[-3,9],[-41,26],[-15,27],[-6,-5],[-21,10],[23,21],[-12,9],[12,6],[-8,10],[19,10],[-44,41],[-17,-10],[-26,21],[-9,-5],[-19,14],[7,9],[-19,17],[-32,21],[30,10],[38,-5],[23,26],[-9,15],[18,9],[-26,19]],[[6077,2366],[24,30],[-17,23]],[[6084,2419],[2,43],[34,9],[-8,20],[5,9],[34,-18],[11,4],[23,-24],[22,5],[44,-7],[6,31],[22,22],[11,-9],[31,-2],[52,-20],[17,2],[-4,30],[78,-11],[20,15],[50,-24],[61,-21],[29,-25],[17,2],[3,-14],[33,-20],[51,-47],[19,-13],[17,-23],[43,0],[62,-13],[32,-17],[-14,-11],[32,-22],[-9,-16],[15,-39],[35,1],[31,-9]],[[8520,2279],[7,-46],[-13,-11],[5,-27],[14,-31],[-7,-10],[8,-22],[-6,-9]],[[8528,2123],[-31,4],[-23,7],[-36,-12],[-49,-6],[-27,-10],[-15,0],[-25,-8],[-10,16],[-25,-11],[-16,8],[-18,-6],[-8,-14],[-34,11],[-48,2],[-30,-11],[-10,-20],[-15,7],[-34,-34],[-34,2],[-32,-16],[-42,9],[-13,-9],[0,-24],[9,-5],[6,-21],[-49,-10],[-10,-15],[4,-28],[-29,-1],[-55,26],[-17,-10],[-36,-7],[-10,12],[-33,6],[-10,-7],[-61,10]],[[7480,2283],[6,6],[-14,16],[16,10],[11,27],[38,27],[-14,24],[36,4],[-5,9],[32,19],[47,41],[15,-20],[19,14],[21,-7],[8,16],[25,-14],[28,-1],[6,-9],[43,7],[48,-1],[30,-18],[-2,-41],[29,-3],[6,-16],[-6,-10],[14,-23],[-1,-8],[24,-9],[10,-11],[25,11],[20,50],[37,24],[15,-7],[25,1],[2,25],[46,9],[8,-15],[55,0],[14,17],[53,0],[13,-19],[7,2],[18,-13],[23,-8],[2,-16],[31,-25],[51,-25],[-11,-12],[23,-7],[-3,-15],[28,-8],[22,7],[37,18],[16,-21],[13,-6]],[[2384,2094],[-13,4],[-30,-10],[4,-17]],[[2345,2071],[-8,20],[-32,20],[-28,-20],[-16,-29],[8,-23],[26,-36],[59,-25],[0,-27],[23,-6]],[[2377,1945],[6,-5],[-21,-32],[-2,-34]],[[2360,1874],[-25,-2]],[[2335,1872],[-11,-7],[-30,0],[-48,-22],[-36,1],[-21,-2],[-21,11],[-19,0],[-13,-9],[-15,15],[-2,-14],[-19,2],[-15,-29],[13,-12],[-25,-13],[-34,23],[-22,3],[-38,26],[-20,6],[-34,0],[-24,17],[0,19],[-14,19]],[[1956,2384],[17,5],[45,-11],[12,7],[2,-10],[31,17],[21,58],[0,13],[31,-8],[17,4],[33,-20],[41,-6],[0,21],[14,-18],[24,-9],[12,-26],[20,-17],[59,-28],[6,-9],[29,-19],[43,11],[13,-7]],[[2918,8082],[-57,61],[-39,17],[-48,28],[8,5],[-40,40],[-17,-5],[-14,29],[-24,-6],[-37,54],[-11,31],[-46,88],[6,15],[-25,7],[-17,27],[8,18],[-4,20],[9,55],[-19,6],[10,41],[12,7],[17,50],[-23,18],[-26,8],[-24,38],[-1,34],[-15,28],[-33,13]],[[2468,8809],[-11,9],[-2,23],[25,9],[55,2],[18,-17],[42,-19],[18,-12],[35,3],[35,-2],[26,4],[15,-9],[31,-2],[34,-8],[23,6],[11,-4],[6,-49],[-8,-38],[65,15],[24,-36],[52,7],[15,-4],[30,2],[34,-10],[46,-1],[37,-4],[22,-48],[11,-14],[23,-6],[-5,-12],[15,-16],[2,-16],[13,-32],[47,6],[38,0],[17,4],[21,-36],[-9,-12],[13,-20],[6,-20],[49,-3],[0,-12],[-24,-15],[-44,-1],[-57,-18],[4,-34],[-1,-37],[-7,-17],[-15,-14],[-17,-30],[-35,-29],[23,-35],[-19,-6],[-24,1],[-51,-31],[-12,1],[-8,-19],[2,-38],[-9,-10],[-38,-21],[-38,-13],[-42,8]],[[2460,8086],[-30,48],[-34,14],[-48,12],[-11,-6],[-27,4],[-17,11],[-38,-5],[-5,17],[-13,-9],[-39,0],[-28,49],[-26,17],[-4,24],[-13,34],[9,12],[-48,-1],[-16,-12],[-12,-23],[-42,1],[-40,21]],[[1978,8294],[-5,3],[-73,77],[-35,28]],[[1865,8402],[13,29],[0,21],[-11,4],[19,31],[14,-2],[22,-14],[29,-12],[20,21],[39,-7],[22,13],[77,-11],[118,40],[19,1],[15,14],[40,1],[2,-4],[42,9],[-18,13],[27,6],[-15,23],[2,42],[-12,33],[54,-9],[66,2],[0,22],[-36,7],[0,12],[11,23],[8,-9],[19,15],[-6,21],[15,5],[-14,19],[3,33],[19,15]],[[5338,8194],[-27,6],[-45,0],[-26,-5],[-55,-19],[-47,-3],[-34,4],[-45,18],[-25,14],[-28,22],[-19,20],[-46,70],[-17,18],[-36,24],[-43,14],[-39,-1],[-45,-20],[-22,-28],[-13,-42],[-23,-39],[-51,-49],[-25,-27],[-12,-20],[-10,-35],[-1,-82],[-9,-13],[-25,-3],[-25,5],[-114,48]],[[4431,8071],[-42,14],[0,18],[-16,18],[-24,1],[-50,-6],[-32,-12],[-39,28],[-38,-4],[-12,6],[-7,17],[10,6],[-17,23],[-15,10],[-50,12]],[[9847,2830],[-22,3],[-22,13],[-77,36],[-13,12],[-19,4],[-29,25],[-49,0],[-41,-3],[-26,-7],[-14,1],[-3,-11],[-47,33],[-51,-2],[-27,4],[-65,0],[-16,3],[-6,-19],[-11,-2],[-27,14],[-31,22],[-17,1],[-21,-32],[-16,2],[-34,37],[-27,-21],[-20,16],[-15,-5],[-8,-29],[-22,-12],[-5,-11],[-50,-5],[7,32],[-11,5],[-12,-16],[-29,-11],[-9,-25],[-18,23],[-37,4],[-14,-4],[-2,-14],[-11,-4],[-23,10],[-15,-11],[-31,-8]],[[8811,2878],[-34,10],[-29,-4],[-30,3],[-38,-12],[-17,14],[-21,6],[-21,-2],[-36,7],[-25,-2],[-44,45],[-3,23],[-41,15]],[[8472,2981],[-2,18],[27,63],[20,-8],[22,6],[68,-24],[38,7],[14,11],[24,2],[31,-12],[66,-4],[4,-9],[35,-7],[11,-11],[12,13],[31,-8],[26,59],[-10,26],[7,17],[-6,22],[-40,24],[-32,-17],[-18,18],[16,11],[-10,11],[9,14],[26,-9],[9,5],[-20,24],[-5,18],[-12,11],[-50,25],[-18,18],[-8,28],[13,13],[28,9],[-6,14],[17,16],[18,4],[-16,11],[-8,14],[-29,29],[-15,23],[-18,18],[-2,23],[14,22],[10,43],[22,47]],[[8765,3609],[19,-8],[18,2],[22,-10],[21,-24],[9,27],[-22,20],[-7,12],[-20,9],[-2,9],[21,0],[15,16],[-9,9],[0,42],[-17,42],[14,22],[36,27],[46,-29],[42,8],[5,12],[28,24],[22,35],[7,25],[21,9],[84,9],[0,18],[16,34],[16,4],[-11,9],[50,39],[0,26],[32,3],[22,18],[-10,12],[17,11],[7,-7],[15,18]],[[9272,4082],[45,25]],[[9317,4107],[31,-21],[30,5],[28,-20],[4,-16],[30,-22],[7,-21],[4,-43],[27,-55],[20,-22],[2,-15],[16,-37],[23,-33],[15,-10],[-2,-11],[25,-18],[14,-32],[-7,-29],[8,-10],[44,14],[70,-2],[23,-11],[10,-19],[22,-6],[14,5],[-2,-12],[11,-29],[35,-55],[-17,-20],[11,-45],[3,-47],[-14,-28],[77,-32],[22,-3],[-11,-75],[-18,-26],[-3,-38],[-6,-23],[12,-40],[39,-30],[-1,-27],[18,-25],[55,-40],[13,-21],[-40,-51],[-10,-32],[-22,-31],[-38,-44],[-4,-13],[-33,-48],[-5,-13]],[[2091,3578],[-29,5],[-86,33],[-29,-9],[-24,-18],[-26,7]],[[1897,3596],[-31,22],[-40,5],[-15,-11],[2,-13],[-38,11],[-6,38],[-29,25],[-4,13],[5,12],[-16,27],[-19,7],[-17,25],[-24,-5],[-16,4],[-22,-38],[-35,-5],[22,14],[-11,5],[-41,-5],[-2,28],[13,20],[-10,8],[-20,-8],[-18,4],[-16,21],[-13,-8],[-26,0],[-20,10],[-6,17],[-26,-2],[-30,12],[-14,15],[-19,-1],[-37,-17],[-21,2],[-17,12],[-6,39]],[[1274,3879],[-6,2],[15,18],[16,5],[-6,19],[11,1],[-14,20],[18,-2],[34,7],[7,18],[27,8],[33,3],[-16,22],[8,14],[36,11],[-5,23],[6,18],[26,22]],[[1464,4088],[7,-11],[33,-24],[11,-3],[82,-2],[58,-9],[48,-29],[38,-27],[36,-16],[41,7],[4,-25],[-16,-23],[-66,-41],[-16,-16],[2,-20],[24,-22],[60,-32],[15,-50],[37,-16],[67,-9],[28,10],[47,-19],[17,-14],[8,-17],[15,-10],[8,-16],[0,-26],[6,-11],[30,-19],[3,-20]],[[8472,2981],[-26,-22],[-18,-1],[-5,8],[-27,-11],[-17,1],[-24,18],[-22,10],[-45,-9],[-34,9],[-23,-1],[-29,14],[-39,12],[-17,25],[-17,10],[-17,23],[-38,2],[-12,-22],[-31,-11],[-3,15],[-23,-8],[-18,13],[-21,-4],[-48,31],[-11,16],[-36,-11],[-12,15],[-36,-7],[-11,17],[-14,-7],[-9,13],[0,38],[-28,7]],[[7761,3164],[-15,30],[-10,0],[-2,20],[-19,9],[4,38],[-23,19],[-15,-14],[-36,7],[-9,6],[-31,-11],[-21,2],[-10,36],[-32,3],[-24,23],[-8,14],[8,10],[-13,14],[19,22],[-7,9]],[[7517,3401],[-3,7],[-27,14],[-26,36],[-30,13],[-7,16],[-30,10]],[[7394,3497],[-6,6],[-1,26],[32,-16],[15,15],[-6,23],[17,5],[34,-33],[6,12],[22,-5],[7,10],[21,-5],[-6,-12],[19,-9],[6,12],[18,5],[18,-5],[20,6],[19,-3],[19,4],[7,13],[16,2],[-11,27],[11,0],[6,18],[25,17],[50,22],[5,12],[45,22],[12,11],[17,-11],[19,5],[12,25],[32,-10],[0,21],[-11,14],[18,13],[11,29],[8,5],[11,39],[-18,-5],[1,14],[12,18],[24,10],[-2,43]],[[7948,3887],[22,17],[30,-9],[-4,-14],[-17,-7],[30,-18],[19,-18],[35,7],[19,-5],[7,-13],[17,2],[13,-14],[52,-27],[6,-36],[13,-22],[18,-1],[23,-16],[1,-8],[41,-9],[8,13],[21,0],[-1,-7],[38,-31],[17,-17],[28,-6],[8,12],[-6,13],[22,-3],[9,10],[20,-7],[30,-37],[42,23],[21,-2],[3,25],[18,-5],[26,12],[3,13],[27,-20],[-7,-16],[-18,-6],[34,-14],[16,8],[9,-10],[17,4],[34,20],[14,-16],[21,0],[38,-43]],[[1897,3596],[-16,-11],[-9,-28],[-11,8],[-14,-16],[-21,7],[-20,-21],[19,-9],[-19,-11],[19,-9],[-15,-14]],[[1810,3492],[-22,14],[-101,20],[-21,-7],[-35,4],[-5,-29],[-11,-2],[-22,-20],[5,-23],[-9,-23],[21,-33],[18,0],[27,-14],[-4,-18],[20,-45],[5,-50],[17,-22],[-36,-8],[-5,15],[-35,-5],[-7,18],[-4,-19],[-13,-6]],[[1593,3239],[-21,25],[-15,63],[-11,-2],[-37,27],[7,18],[17,12],[-47,8],[-72,23],[-28,39],[-20,2],[-10,-21],[13,-11],[-4,-18],[-14,-2],[-23,22],[-4,23],[-48,-2],[-24,13],[-27,-30],[-46,3],[-51,-22],[-28,-28],[-9,5],[-34,2],[-2,9],[-19,-13],[-4,6],[-15,-17],[-21,-12],[-15,7],[-7,-11],[11,-26],[6,-29],[-15,-25]],[[976,3277],[-26,-6],[-19,25],[-26,1],[-22,37],[-32,18],[-21,7],[7,14],[-12,-1],[-10,14],[4,18],[-29,18],[-16,30],[3,10],[23,32],[4,43],[40,46],[14,29],[-30,7],[-1,29],[-9,18],[7,38],[-8,1],[1,22],[-13,31],[-18,21],[22,36],[28,13]],[[837,3828],[31,-18],[43,-1],[46,25],[23,-5],[34,6],[30,12],[10,-13],[29,20],[27,6],[25,-15],[13,-18],[40,18],[45,11],[41,23]],[[4783,3707],[22,-19],[27,-34],[13,-11],[49,-10],[1,-17],[35,-63],[18,-20],[35,-28],[25,-8],[32,-2],[24,-12],[17,2],[2,-14],[40,-51],[10,-37],[41,-24],[23,-25],[3,-22],[33,-35],[14,-29],[-1,-16],[9,-18],[26,-11],[7,-29],[19,-26],[6,-33]],[[5313,3115],[0,-3]],[[5313,3112],[5,-29],[16,-6],[-12,-21],[21,-18],[21,-7],[26,3],[31,-5],[12,9]],[[5433,3038],[7,-16]],[[5440,3022],[4,-29],[-9,-9],[-39,9],[-20,-16],[-24,0],[-5,9],[-29,-2],[-2,-14],[-30,-20],[-18,-4],[5,-10],[-33,-9],[-25,-31],[-25,-14],[-10,24],[-17,-6],[-31,32],[-27,-32],[-10,22],[-63,-35],[-25,-41],[-29,-12],[-29,-4],[-25,-18],[-18,2],[-83,-13],[-34,-20]],[[4789,2781],[-21,38]],[[4768,2819],[-8,14],[31,46],[23,-2],[10,9],[-17,35],[-14,40],[-12,13],[-6,41],[-12,12],[3,31],[-16,25],[-12,4],[0,12],[-44,9],[-2,14],[-28,19],[-41,41]],[[4623,3182],[-5,62],[-26,13],[18,18],[8,30],[-19,11],[-28,4],[-34,19],[-29,9],[-22,20],[-3,16],[-25,0],[-10,9],[9,9],[-19,11],[19,23],[-33,20],[15,9],[-33,9],[-27,-32],[-4,14],[-15,9],[-7,-4],[-7,18],[28,13],[-4,22],[-13,15],[-39,12],[-21,14]],[[4297,3555],[6,28],[-14,31],[-18,19]],[[4271,3633],[12,6],[-28,18],[-12,16],[-25,20],[8,38],[11,5],[-14,7]],[[4223,3743],[19,18],[47,-18],[0,9],[20,25],[42,-43],[0,-14],[19,-7],[26,-25],[31,19],[29,-19],[26,37],[13,0],[30,-25],[-3,13],[11,12],[34,11],[-1,-13],[10,-23],[33,6],[10,-9],[24,8],[-3,13],[36,22],[16,-22],[27,-22],[30,18],[19,-18],[15,11]],[[6713,3410],[17,-11],[13,-25],[10,-6],[-11,-45],[27,-21],[-27,-7],[3,-13],[-25,-29],[-27,1],[-5,15],[-66,-30],[-9,30],[-11,11],[-26,0],[-11,7],[-16,-12],[-22,7],[-12,-20],[-8,-32],[-23,-12]],[[6484,3218],[-26,-6],[-23,11],[-9,-18],[-38,14],[-25,26],[-15,39],[15,7],[-3,22]],[[6360,3313],[13,1],[-10,26],[37,21],[-11,9],[8,27],[26,4],[5,16],[-13,3],[-25,20],[-15,21],[-31,26],[-24,10],[5,23],[-11,13],[29,8],[-8,37],[21,6],[15,-10]],[[6371,3574],[21,13],[26,6],[48,21],[17,-20],[40,29],[15,4],[27,25],[26,7]],[[6591,3659],[14,-18],[20,-40],[23,-20],[-13,-15],[2,-17],[15,-21],[-2,-11],[6,-29],[7,-5],[-1,-52],[23,-21],[28,0]],[[4297,3555],[-24,-35],[-10,-39],[-3,-27],[15,-2],[-10,-25],[-24,7],[-17,-26],[6,-4],[-16,-16],[-25,2],[-17,7],[-12,23],[-22,-2],[-6,-11],[-30,-1],[-17,-13],[11,-21],[-15,-6],[-21,-21],[-40,-22],[-1,-5],[-29,-14],[6,-7],[-35,-15],[-28,-16]],[[3933,3266],[-21,18],[-24,-2],[-32,-20],[20,-26],[-23,-13],[4,-14],[-19,1],[-30,-5],[-31,-18],[-14,-18],[-36,6],[-24,-8],[-31,29],[-11,0],[-39,34],[-28,9],[-19,-16],[-16,-2],[-43,18],[-44,-25],[-32,-5]],[[3440,3209],[-15,37],[-25,29],[-24,57],[-12,23],[-9,55],[-23,46],[-13,14]],[[3319,3470],[38,20],[11,-7],[35,16],[10,-16],[29,14],[15,0],[60,22],[31,4],[57,35],[-4,7],[28,-3],[30,28],[6,11],[19,-5],[41,5],[15,7],[16,-15],[22,-4],[6,-11],[27,6],[22,-9],[15,5],[28,-4],[33,-14],[21,2],[-1,19],[9,18],[27,17],[39,-6],[47,2],[28,19],[40,-5],[7,6],[24,-4],[23,3],[1,-10],[59,-7],[2,5],[36,12]],[[2091,3578],[-1,-11],[25,-5],[24,-22],[14,2],[9,-19],[8,-1],[14,-23],[29,-12],[9,-16],[19,-6],[29,-34],[0,-14],[-16,-11],[-1,-16],[17,-15],[12,-37],[51,-52],[-6,-34],[8,-34],[-20,-24],[0,-41],[20,-39],[-15,-33],[-4,-27],[0,-32],[17,-30],[23,-17]],[[2356,2975],[13,-23],[-3,-13],[7,-19],[14,-13],[20,-39],[1,-36],[16,-24],[8,-24],[38,-24],[-5,-20],[-14,-18],[-27,-25],[16,-39],[15,-15],[-8,-14],[4,-13],[-27,-15],[-5,-16],[9,-29],[11,-15],[14,-5],[-8,-20],[22,-16],[5,-14],[-25,1],[6,-35],[17,-24],[-15,-13],[7,-7],[4,-50]],[[1947,2462],[5,15],[14,5],[26,18],[19,0],[2,28],[28,12]],[[2041,2540],[17,18],[-14,23],[-19,16],[-18,4],[-6,17],[3,27],[-3,13],[12,27],[9,36],[-9,19],[15,20],[-5,11],[25,34],[6,3],[23,-16],[38,16],[10,-3],[45,5],[12,15],[-14,5],[-34,0],[-36,13],[-35,28],[-5,17],[-19,23],[0,30],[6,24],[13,21],[27,20],[-37,32]],[[2048,3038],[-5,27],[5,30],[-4,22],[16,6],[17,39],[-24,7],[-18,-9],[12,25],[-15,27],[-5,21],[-8,0],[-6,36],[24,11],[-2,6],[-34,21],[-30,40],[-35,30],[-26,33],[-21,21],[-20,3],[-31,38],[-28,20]],[[7761,3164],[-42,-22],[-6,-34],[19,-18],[-7,-54],[23,2],[19,-11],[-22,4],[-12,-9],[-18,-2],[-6,-16],[27,-18],[-11,-14],[-18,-7],[3,-10],[-16,-10],[21,-20],[-13,-28],[-21,-26],[-7,4],[-31,2],[-8,-7],[1,-16],[-33,0],[-10,10],[-24,2],[-34,-20],[-31,20],[-1,13],[-14,1],[-8,15],[-38,21],[-36,29],[-34,39],[-9,-5],[-11,14],[-31,-21],[4,-11],[-28,-18],[-27,-45],[-34,24],[-32,-58],[-14,5],[-9,-10],[-19,0],[-25,-23],[6,-15],[-14,-7],[16,-9],[-14,-9],[48,-30],[15,-26],[23,-11],[36,-28],[23,-9],[16,-18],[-19,-16],[-50,-72],[-6,2]],[[7218,2588],[-51,63],[-14,-8],[-23,13],[-36,9],[-40,-4],[-23,6],[-15,-4],[-30,34],[-8,32],[-22,33],[16,5],[18,17],[-12,14],[-32,20],[-21,-2],[2,-17],[-44,53],[-26,12],[-2,40],[11,7],[-38,36],[-17,-9],[-17,14],[-19,-7],[-19,7],[-5,18],[-9,-4],[-7,20],[-47,-28],[-28,26],[21,11],[-11,15],[-43,23],[-17,20],[6,10],[-26,18],[-18,2],[0,16],[-35,39],[-27,-15],[-22,26]],[[6488,3149],[11,18],[1,18],[-16,33]],[[6713,3410],[13,17],[17,-7],[51,-3],[36,21],[23,0],[19,-9],[24,2],[16,7]],[[6912,3438],[0,0]],[[6912,3438],[38,-28],[21,10],[23,25],[49,-23],[24,-2],[29,-41],[35,22],[16,3],[1,-9],[50,-27],[14,20],[21,-7],[22,3],[55,-12],[28,-14],[20,23],[30,5],[12,-13],[14,-1],[18,18],[40,-4],[45,15]],[[4623,3182],[-30,-13],[-3,-39],[-13,-20],[-46,9],[-38,3],[-29,-2],[-25,13],[3,-19],[-41,-54],[10,-17],[-16,-3],[-4,-11],[-22,7],[-12,-9],[-33,4],[-42,30],[-67,4],[-8,14],[-41,13],[-34,7],[-23,18],[-17,-5],[-30,1],[11,27],[4,27],[-58,-21],[-23,20],[20,9],[28,6],[1,13],[-11,16],[-39,9],[-23,17],[-40,12],[11,14],[-10,4]],[[2048,3038],[3,-9],[-28,2],[-1,27],[-14,4],[-45,-4],[-6,-6],[-15,16],[1,38],[-48,-3],[-10,7],[-48,4],[-31,-8],[0,8],[-48,0],[4,24],[-4,58],[-36,-27],[-47,-7],[-7,20],[-30,-4],[-9,27],[-15,25],[-21,9]],[[1593,3239],[-18,0]],[[1575,3239],[-18,-29],[-32,7],[-1,-19],[-16,-40],[-40,-9],[-37,-12],[-9,-9],[-13,5],[-23,-34],[-24,5],[-22,-12],[-40,-6],[-29,-27],[-51,31],[-5,-9],[-29,16],[-28,-16],[-46,-3],[-61,-19],[-32,-14],[-41,-5],[-9,5],[-12,29],[-28,2],[-13,14],[2,25],[13,4],[9,38],[41,57],[1,12],[-14,24],[11,16],[-3,11]],[[1978,8294],[-32,-31],[-8,-14],[-19,-9],[-11,-27],[-13,-9],[-4,-32],[24,-48],[4,-27],[13,-30],[8,4],[43,-72],[30,4],[9,-34]],[[2022,7969],[-63,-10],[-37,-34],[-22,4],[-65,-16],[-37,-3],[-44,4],[-17,-12],[-36,4],[-34,70],[-33,0],[-2,8],[-33,-2],[2,54],[8,27],[-10,12],[-10,32],[-30,36],[-17,7],[-9,47],[2,46],[40,-5],[69,5],[44,13],[33,17],[-8,29],[31,1],[22,30],[-21,24],[11,6],[48,-3],[18,-13],[43,55]],[[5372,8175],[-19,-26],[25,-15],[-13,-10],[6,-14],[43,-24],[23,-9],[26,-23],[42,6],[29,-14],[17,7],[26,-8],[26,-19],[-13,-23],[-36,-17],[-7,-12],[0,-24],[-23,-3],[-13,-28],[-22,-13],[-48,-3],[-22,19],[-33,20],[1,39],[-14,-2],[2,11],[-21,13],[6,12],[-14,13],[-17,4],[-13,-21],[-26,21],[-34,12],[-19,-4],[-2,15],[-17,-1],[-68,-24],[-16,-31],[7,-20],[-44,-5],[6,-19],[-6,-8],[-1,-40],[-39,1],[6,21],[-66,-4]],[[4458,7997],[16,17],[-32,6],[-11,51]],[[6817,1129],[24,-18],[-35,-23],[-30,-7],[-21,4],[-21,-13],[-19,9],[13,6],[-6,15],[15,11],[61,17],[19,-1]],[[7009,1190],[19,-15],[-18,-8],[-41,-2],[-6,10],[13,9],[33,6]],[[2141,7852],[-13,26],[-56,72],[-28,27],[-22,-8]],[[3364,7740],[18,16],[30,10],[56,7],[13,7],[11,22],[-2,17],[-30,54],[-14,35],[-6,33],[2,40],[15,38],[12,19],[28,29],[22,18],[33,17],[132,37],[3,2]],[[8493,6468],[-21,-39],[-15,-2],[0,-58],[12,-1],[5,-60],[-4,-45],[-4,-9],[-1,-54],[32,3],[31,-12],[15,-52],[-13,-10],[-39,-10],[-52,-18],[-38,-16],[-8,3],[-44,-15],[5,-20],[-16,-32],[6,-37],[-47,-39],[-13,-3],[57,-19],[1,-25],[-20,-25],[11,-6],[-6,-12]],[[8327,5855],[-8,-5],[-8,-27],[-22,-25],[-44,5],[-7,7],[-35,-2],[-4,-20],[-34,-24],[-10,5],[-14,-22],[-35,1],[-4,-14],[-26,17],[-2,9],[-22,21],[-33,12],[-33,43],[-16,6],[-17,-5],[-24,7],[4,24],[37,3],[-1,27],[-43,-3],[-10,47],[-58,7],[1,23],[16,23],[-16,21],[3,19],[26,27],[-4,13],[-25,-3],[-7,12],[-33,24],[-30,-3],[-27,-17],[-7,9],[14,11],[-33,-6],[-24,-12],[-16,-1],[-20,19],[-21,-4],[-7,11],[12,17],[-34,42],[-30,5],[7,19],[-21,11],[-19,-8],[-19,23],[-2,23],[25,12],[5,10],[30,13],[18,-5],[38,11],[19,0],[25,19],[7,11],[-32,1],[0,11],[17,6],[1,13],[-18,2],[0,17],[-20,6],[-4,12],[-50,13],[-19,32],[-30,-2],[-29,9],[-1,18],[-16,-3],[-23,-22],[-11,-2]],[[3296,6557],[19,-26],[17,-15],[-15,-10],[-25,12],[-17,-2],[-38,9],[-11,-20],[30,-27],[13,-44],[12,-18],[27,-10],[-4,-20],[-40,9],[-13,-6],[-5,-29],[4,-9],[-17,-5],[-15,-14],[-23,-12],[-121,-13],[-17,4],[-23,-17],[-2,9],[-17,0],[-21,12],[-19,-11],[4,-8],[-65,-30],[-30,-29],[-11,-5],[-16,24],[-26,-24],[8,-5],[9,-46],[31,-56],[1,-13]],[[2880,6112],[-47,-4],[-8,-5],[-23,4],[-51,27],[2,5],[-59,38],[7,30],[4,57],[-54,12],[-36,20]],[[3417,6194],[-24,-53],[28,-22],[17,-38],[3,-29],[9,3],[19,-21],[4,-18],[30,-4],[-2,-7],[22,-14],[-11,-12]],[[3120,5724],[-50,42]],[[3070,5766],[-131,109],[51,38],[-17,14],[-11,21],[-29,-1],[12,15],[-8,28],[-39,55],[11,25],[-29,42]],[[4675,5827],[-15,17],[-34,-12],[3,-5],[-28,-17],[-21,9],[5,10],[-32,4],[-14,17],[-14,-12],[-24,-9],[-40,21],[4,32],[-16,34],[-25,18],[-13,-3],[-19,36],[-28,-16],[-11,0],[-49,-20],[-5,-8],[-26,6],[-12,-4],[-20,-26],[-4,-20]],[[4006,6007],[-1,16],[15,22],[-73,75],[-13,5],[27,33],[-43,25],[-40,15],[-21,14]],[[8327,5855],[21,-8],[26,8],[-3,-8],[67,-6],[4,-29],[16,-33],[31,-17],[-30,-9],[3,-6],[30,-10]],[[8492,5737],[3,-5],[-43,-4],[-16,-8],[5,-15],[-5,-15],[34,-13],[10,-13],[-21,-9],[-4,-10],[-29,-9],[-35,-25],[-16,-5],[-21,6],[-9,-9],[-24,-5],[8,-27],[-18,-17],[12,-3],[0,-31],[23,-21],[-3,-22],[-27,-30],[-4,-36],[-31,14],[6,10],[-26,15],[-4,36],[-17,30],[6,12],[-10,25],[-12,-11],[-36,-15],[-43,11],[-44,-14],[-23,-25],[-17,-6],[-68,0],[-29,-16],[-28,57],[-8,39],[17,21],[-2,18],[29,-7],[5,39]],[[7977,5644],[-3,20],[5,14],[-23,0],[-23,12],[-24,5],[12,23],[-8,6],[1,36],[-30,43],[-25,-2],[-9,23],[-27,8],[-4,10],[-15,-1],[-51,14],[-13,-15],[-40,-14],[-2,16],[-15,35],[-14,15],[8,31],[-23,6],[4,8],[-17,7],[35,24],[-23,15],[-1,9],[-40,9],[-31,23],[-12,-1],[-23,15],[-20,2],[-14,24],[-42,-20],[-36,28],[-25,40],[-32,19],[-2,10],[-23,25],[-56,22]],[[2555,6260],[31,-42],[-40,-23],[-12,17],[-47,-26],[4,-6],[-51,-21],[1,-6],[-28,-17],[-19,-30],[-8,-4],[2,-18],[-13,-20],[-44,11],[-9,-44],[-40,6],[-4,-21],[-11,1]],[[2267,6017],[-40,-11],[-21,43],[-8,2],[-11,42],[9,3],[-7,20],[-25,-1],[-30,5],[-17,-14],[-11,8],[-14,32],[-32,0],[-17,36],[-2,13],[-47,-41],[-13,6],[-29,-15],[12,-39],[-44,-1],[-24,58],[-28,5]],[[3070,5766],[-175,-61],[-34,55],[-30,-10],[-4,-20],[-19,-11],[12,-16],[-2,-45],[-23,-15],[-12,4],[-19,43],[-73,-22],[-4,10],[-44,-9]],[[2643,5669],[-25,130],[-74,-44],[-5,-10],[19,-42],[-16,-4],[-28,-14],[-17,1],[9,-14],[-22,-6],[-1,19],[-35,38],[-50,-9],[-38,74],[13,0],[-13,22],[-14,-2],[-14,9],[-6,14],[39,-4],[-22,20],[3,9],[-35,12],[5,14],[-11,11],[-10,22],[-23,0],[-3,9],[-38,13],[36,80]],[[2643,5669],[-133,-37],[0,-35],[6,-24],[-25,-9],[-6,8],[-25,-8],[-5,5],[-34,-3],[5,-35],[18,-3],[4,-12],[-16,-4],[12,-24],[-23,-9],[24,-22],[-5,-7],[-37,-6],[10,-23],[-30,-1],[-29,-19],[-19,4],[-30,-12],[-11,-38],[-22,-36]],[[2272,5319],[-9,18],[-25,-2],[-32,5],[-25,18],[1,16],[-14,19],[-7,27],[2,42],[5,17],[-47,8],[-10,29],[-19,-6],[-22,-37],[-1,-12],[-48,25],[7,10],[-28,19],[-19,24],[-9,45],[-28,7],[-39,-2],[-19,5],[3,9],[-31,7],[-35,-1],[-31,-9],[-23,-14],[-16,-18],[-64,4]],[[1689,5572],[-5,31],[-12,-6],[-9,19]],[[7977,5644],[-32,-2],[-31,-8],[-30,-35],[-1,-33],[-22,-22],[-25,6],[-52,19],[-23,16]],[[7761,5585],[-4,10],[-31,19],[-26,19],[-32,-8],[-17,9],[-36,-5],[-21,4],[-19,40],[-23,8],[-34,-8],[-27,-13],[-22,-5],[-18,17],[-36,-4],[-72,39],[-13,16],[-48,-9],[-25,15],[-24,0],[-14,5],[-36,-9],[-59,5],[-24,-10],[-38,14],[-47,-1],[-8,18],[-27,-11],[-15,9],[8,22],[9,6],[-34,8],[-17,10]],[[1100,5741],[-20,-5],[-35,1],[-15,11],[-27,10]],[[1003,5758],[6,24],[-9,15],[-21,6],[-54,-5],[18,23],[1,12],[27,22],[-5,41],[-29,12],[-7,39],[-9,20],[-63,6],[-40,0],[-76,11]],[[3793,5156],[19,-6],[65,-11],[13,-29],[-5,-27],[-11,-25],[6,-13],[26,-24],[7,-37],[33,-3],[-41,-46],[24,-14],[38,-29],[35,-39],[-6,-12],[6,-23],[14,10],[22,4],[13,-23],[-15,-14],[20,-21],[-5,-5],[27,-20],[10,-30],[12,-14],[16,8],[27,-55],[23,0],[-4,-33]],[[4162,4625],[-44,10],[-3,-13],[-14,0],[-1,18],[-23,-11],[-44,-14],[-9,-21],[-37,18],[-7,-20],[-24,-6],[15,-20],[-6,-8],[-28,8],[-37,-14],[-49,40],[-32,3]],[[3819,4595],[-11,11],[-93,15],[-15,0],[-26,10],[-237,61],[-8,14],[17,21],[-6,80],[4,5],[-2,42]],[[3442,4854],[-3,38],[14,22],[38,-7],[27,20],[21,-14],[29,7],[44,-10],[38,11],[0,7],[28,5],[-9,23],[-14,3],[-3,13],[27,11],[-8,6],[49,37],[35,-7],[4,15],[-41,10],[3,17],[20,40],[6,28],[9,5],[-17,18]],[[743,5141],[55,-15],[72,-1],[33,-16],[37,-10]],[[940,5099],[35,-6]],[[975,5093],[-11,-20],[22,-12],[-14,-22],[-13,11],[-10,-9],[11,-16],[-10,-18]],[[950,5007],[-38,3],[-12,-14],[-45,4],[-20,9],[-2,-20],[-21,-33],[-28,12],[-26,3],[-8,-14],[19,-12],[-2,-14],[-23,-42],[23,-14],[-15,-9],[-1,-14],[-24,4]],[[727,4856],[-24,29],[-94,51],[-51,14],[-43,20],[-22,1]],[[493,4971],[-63,1],[-52,18],[-48,6],[-26,13],[-9,11],[-8,29],[18,11],[5,13],[16,6],[26,-12],[33,-7],[2,10],[30,-7],[17,31],[-1,7]],[[433,5101],[34,10],[18,0],[22,-11],[11,5],[28,-2],[7,5],[41,-6],[7,11],[48,-1],[22,-10],[8,26],[25,21],[38,-21],[1,13]],[[7690,5136],[-1,-27],[53,-94],[11,8],[0,19],[23,-10],[19,13],[-11,9],[0,13],[24,-6],[10,-19],[24,3],[27,-20],[-4,-10],[-19,2],[10,-15],[-12,-12],[12,-34],[-19,-3],[17,-14],[21,1],[30,10],[21,-9],[101,15],[32,-1],[13,-7],[25,6],[11,-20],[-17,-23],[15,-10],[37,6],[-12,-21],[-21,-5],[-25,3],[-17,-6],[-18,-36],[-93,-7],[-38,3],[-26,10],[25,-30],[-1,-9],[-61,-14],[27,-23],[62,-25],[29,-21],[9,-19],[28,-5],[16,11],[28,-4],[8,6],[20,-9],[29,17],[25,-10],[24,10],[18,-8],[28,4],[57,-8],[11,13],[22,-4],[17,30],[15,-4],[22,5],[14,-24],[23,-18],[-7,-13],[11,-3],[1,-21],[32,-23],[10,-12],[6,10],[12,-5],[-8,-14],[16,6],[18,-14],[15,0],[13,-18],[29,-1],[22,-13],[2,-11],[25,2],[18,9],[13,-5],[39,-4],[5,16],[12,-2]],[[8672,4593],[-2,-5],[44,-13]],[[8714,4575],[-12,-23],[-18,-16],[-17,-4],[-13,-14],[-38,25],[-18,-29],[-32,13],[-26,16],[14,20],[-16,5],[-25,-5],[-5,12],[-27,-8],[-12,-20],[-22,-18],[-8,9],[-3,25],[-18,-11],[-13,-30],[-4,-22],[10,-6],[-27,-12],[10,-20],[-7,-45],[-15,-12]],[[8372,4405],[-21,5],[-63,-9],[-25,11],[-39,2],[-12,-15],[-15,19],[-54,-6],[-14,-13],[-72,-28],[-4,14],[-13,2],[7,16],[-24,5],[-32,-16],[-37,0],[-70,92],[-5,23],[-8,1]],[[7871,4508],[7,17],[16,16],[-4,8],[24,24],[2,15],[-13,25],[2,15],[-8,35],[-24,-5],[-2,15],[-13,-24],[-32,-32],[-14,14],[11,18],[-6,45],[-9,9],[-17,-8],[-36,19],[2,-12],[-29,5],[-32,-4],[-7,-18],[-27,6],[8,12],[-3,22],[-29,6],[-48,-14],[-7,14],[-19,9],[20,4],[-10,20],[0,15],[-22,2],[-28,-11],[-37,55],[17,11],[-1,17],[26,3],[-5,18],[24,11],[19,2],[21,12],[5,21],[-9,7],[-32,-5],[-10,13],[-36,1],[4,25],[40,23],[51,46],[-24,14],[-15,-1],[14,21],[-7,17],[25,17],[11,-3],[27,9],[6,-14],[18,17],[-2,24],[21,7],[15,-2]],[[3148,5050],[13,-50],[12,-33],[15,-13],[-12,-12],[4,-15],[-47,-62],[106,-48],[8,2],[17,-36],[13,-13],[69,19],[16,32],[16,7],[-4,11],[46,-6],[22,21]],[[3819,4595],[-18,2],[-36,-72],[40,-12],[-22,-45],[38,-13],[-14,-37],[-27,12],[-18,-19],[-30,16],[-51,-24],[25,-20],[-37,-32],[-9,0],[-39,-20],[-10,-35],[-10,-19],[2,-14],[19,0],[1,18],[13,20],[27,-3],[11,-22],[-10,-20],[77,-28],[28,-21],[-13,-21],[-31,11],[-10,-18],[-9,-2],[41,-11],[-9,-11],[41,-34],[-1,-6],[24,-13],[27,-20],[-7,-16],[14,-20],[-9,-13],[25,-21],[-7,-5],[32,-23],[13,-2],[15,-25],[23,-10],[42,-46],[36,-21],[39,-6],[21,-7],[27,21],[30,-5],[14,14],[20,-30]],[[4157,3867],[-12,-27],[-30,-15],[12,-35],[-13,-2],[-2,-21],[55,-2],[28,-6],[28,-16]],[[3319,3470],[-15,-2],[-20,20],[-20,35],[-4,19],[-31,32],[-14,-3],[-25,13],[-93,10],[2,27],[-46,65],[-9,0],[0,71],[-50,92],[-5,5],[-24,-5],[-41,-20],[-40,-28],[2,-19],[-21,-35],[2,-36],[17,0],[-21,-14],[4,-19],[11,-5],[-2,-25],[-11,-20],[2,-14],[-2,-63],[-4,-16],[23,-5],[-15,-13],[-17,-4],[6,-32],[11,-1],[17,-49],[5,-29],[-11,-3],[19,-29],[15,-9],[29,-63],[30,-14],[8,-18]],[[2981,3266],[-11,-7],[-54,-58],[-25,-14],[-13,-20]],[[2878,3167],[-45,-5],[-23,-7],[-13,-32],[-21,-2],[0,-17],[-25,0],[-8,-14],[-30,0],[-2,-7],[-21,5],[-1,-23],[-8,-12],[-27,3],[0,-9],[-42,2],[-26,-16],[-34,-2],[-11,-7],[-29,3],[-21,-14],[-33,-3],[0,-8],[-28,8],[-48,-17],[-26,-18]],[[1464,4088],[60,8],[33,-7],[44,14],[0,28],[26,-4],[-12,28],[28,27],[23,36],[3,18],[38,43],[25,19],[34,-12],[-4,11],[6,31],[-41,34],[8,4],[42,-4],[35,-13],[7,8],[20,-10],[-7,19],[24,3],[6,18],[-131,42],[8,17],[29,-9],[8,16],[-30,9],[23,54]],[[1769,4516],[28,0],[104,18],[34,0],[0,24],[-13,1],[-5,18],[2,57],[-29,10],[6,20],[13,4],[9,18],[-31,8],[-25,-5],[-17,-29],[-26,6],[-12,30],[-23,-6],[-13,21],[25,28],[7,14],[-16,17],[9,19],[30,2],[63,27],[26,14],[-6,7]],[[1909,4839],[15,37],[33,-12],[23,-1],[5,31],[19,-7],[-1,-8],[51,-12],[30,9],[8,13],[27,-7],[13,30],[-15,8],[0,27],[-73,24],[-12,14],[-6,36],[23,24]],[[2049,5045],[14,-9],[52,-21],[19,8],[31,29],[31,4],[6,18],[-8,4]],[[2194,5078],[18,5]],[[2212,5083],[10,-18],[20,-10],[17,1],[11,14],[4,40]],[[2274,5110],[27,4]],[[2301,5114],[28,-11],[103,-35],[25,-18],[19,-5],[53,18],[9,-8],[29,11],[19,-4],[76,-7],[13,36],[76,-20],[7,12],[33,-7],[13,4],[14,-8],[24,-3],[21,-9],[38,-2],[9,11],[52,-7],[-12,27],[27,-5],[50,-18],[22,-5],[99,-11]],[[1003,5758],[-5,-25],[-1,-43],[3,-29],[-9,-34],[1,-18],[-10,-17],[3,-16],[-9,-40]],[[976,5536],[-19,-2],[-41,17],[-13,24],[-15,8],[-13,25],[-20,10],[7,8],[-34,18],[-29,-4],[-37,-17],[-10,37],[-45,-10],[2,10],[-16,-11],[-15,10],[21,16],[13,18],[-39,-7],[-31,1],[-12,7],[-3,13],[-42,11],[-4,45],[-13,4],[-59,6],[7,24],[11,0],[2,32],[8,18],[36,-4],[14,34],[15,9],[-9,12],[15,16],[-44,4],[-22,10],[26,45],[0,6]],[[976,5536],[3,-11],[-67,5],[-14,6],[-15,-20],[53,-6],[-5,-35],[-26,2],[-1,-11],[55,-4],[9,-31],[22,-2],[-37,-28]],[[953,5401],[-115,14],[-127,14],[-1,-19],[-74,7],[-91,-7],[-23,-12]],[[522,5398],[-45,-22]],[[477,5376],[-19,33],[-16,50],[-9,-4],[2,20],[-21,2],[-5,24],[-38,-3],[-15,20],[-8,36],[-17,5],[-79,-6],[-13,35],[-18,13],[-24,30],[-1,36],[-9,9],[-24,8],[-3,-9],[-24,7],[0,26],[33,10],[4,21],[-27,3],[24,20],[74,-2],[43,17],[-16,35],[-3,23],[-9,11],[7,61],[1,44],[-15,18]],[[5002,5632],[-16,-18],[12,-11],[19,16],[24,-24],[-11,-3],[12,-47],[45,-34],[7,-17],[-62,-58],[-50,-22],[-10,8],[-38,-8],[-52,-36],[-15,22],[-21,-9],[13,-24],[1,-18],[-33,-8],[3,-22],[19,-21],[5,-15],[-16,-10],[-11,12],[-15,-9],[11,-30],[-17,-11],[18,-12],[-10,-48],[-19,4],[-15,-18]],[[4780,5161],[-10,-9],[-34,9],[-36,25],[-29,11],[-40,9],[-13,25],[-39,41],[-26,11],[-29,37],[-28,21],[-18,2],[7,23],[-9,22],[-60,53],[21,23],[-14,13],[-13,-22],[-13,3],[-30,31],[-26,-10],[-53,72],[-19,-9],[-17,35]],[[6399,5655],[88,-44],[100,-57]],[[6587,5554],[-7,-18],[17,-29],[9,-37],[-5,-52],[-15,-16],[7,-5],[-38,-28],[-22,0],[-11,-16],[-22,-7],[-25,-34],[-55,9],[-8,-3],[-24,12],[-44,3],[-31,-5],[-23,-12],[-35,-7],[-2,4],[-35,-9],[-7,-8],[40,-4],[-11,-7],[-46,-16],[4,-7],[-25,-17]],[[6173,5245],[-22,2],[-16,20],[8,21],[-6,4],[-41,-3],[-16,-10],[-45,2],[-31,14],[18,26],[-69,3],[-15,14],[6,-35],[-21,-20],[-25,3],[-22,-38],[-12,3],[-7,27],[8,7],[-7,23],[-20,13],[9,19],[14,7],[7,14],[-2,24],[7,19],[-3,15],[33,65],[1,26],[-10,2],[-22,-13],[-27,8],[-6,33],[-12,11],[-20,2],[-15,13],[-7,29],[-19,13],[5,27]],[[7761,5585],[-25,-8],[0,-18],[-6,-11],[-15,9],[-43,-58],[11,-24],[-19,-25],[-23,-4],[-9,-10],[-19,-5],[-29,1],[7,-15],[-47,-24],[-11,-20],[-2,-24],[-40,-22],[14,-43]],[[7505,5284],[-29,-21],[-15,-23],[15,-12],[19,-2],[6,-22],[-48,-11],[-17,-12],[-7,-20],[-35,-26],[-8,18],[0,25],[-43,-7],[-33,0],[-45,7],[-2,12],[-17,4],[0,15],[-20,13],[5,12],[-12,17],[-26,-11],[-7,-34],[-44,-25],[-12,13],[-44,0],[-13,6],[6,-25],[23,-9],[-6,-10],[19,-15],[-22,-16],[12,-19],[-22,-10],[-13,6]],[[7070,5102],[-42,15],[1,8],[-22,5],[-25,56],[-17,7],[-6,-18],[-13,14],[4,20],[-11,26],[-18,0],[4,11],[-15,30],[-19,-8],[-32,5],[-21,-10],[-25,8],[-24,16],[-20,-4],[-7,26],[22,13],[0,22],[8,35],[19,15],[6,27],[21,1],[23,33],[-13,18],[-21,14],[-77,24],[-14,-15],[-17,7],[5,7],[-55,17],[-44,9],[-38,18]],[[5583,5438],[19,-12],[-6,-15],[8,-13],[-15,-11],[-4,-50],[14,-14],[-39,-23],[-3,-14],[-41,5],[-3,-28],[-8,-23],[-40,16],[-13,-12],[-36,5],[-14,-8],[-8,17],[-20,21],[-8,-5],[-18,16],[-29,4],[-16,-9],[-14,9],[-101,-65],[-43,-36],[-13,-18],[12,-25],[-1,-20],[13,-30],[4,-32],[-17,-9],[-18,0],[17,-10],[9,-19],[-8,-23],[6,-16],[-13,4],[22,-46],[-12,-15],[-44,-22],[-4,-23],[8,-9],[-18,-1],[1,-13],[-49,5],[-29,8],[-16,-5],[-2,-12],[35,-6],[-10,-29],[-7,2],[-29,-17],[23,-24]],[[5005,4788],[-40,-18]],[[4965,4770],[-12,6],[1,17],[-22,13],[-24,6],[-26,-6],[-8,21],[-14,14],[-25,-10],[-24,14],[-28,31]],[[4783,4876],[21,12],[21,23],[4,15],[-30,9],[9,25],[-33,1],[-25,15],[-13,36],[9,9],[12,46],[-7,17],[7,24],[-7,8],[37,-2],[19,-5],[-1,22],[-26,30]],[[3134,5232],[1,-10],[34,-75],[36,-22],[-59,-55],[2,-20]],[[2301,5114],[2,59],[13,-4],[0,37],[-13,49],[-12,15],[-18,-5],[4,47],[-5,7]],[[1689,5572],[1,-12],[-38,-11],[-8,-20],[-45,-4],[-28,-7],[-6,-63],[-73,5],[-38,6],[-3,-14],[11,-16],[-82,-23],[8,-64],[-58,7]],[[1330,5356],[-6,10],[-31,3],[-152,9],[0,5],[-61,-7],[-1,5],[-84,1]],[[995,5382],[2,14],[-54,-7],[10,12]],[[7690,5136],[20,60],[0,20],[-21,54],[-16,15],[-30,8],[-114,-2],[-24,-7]],[[8492,5737],[10,-14],[17,0],[13,-39],[-14,-16],[6,-12],[39,-18],[-5,-9],[39,-65],[50,-14],[29,-26],[7,-12],[23,-13],[7,-20],[22,-25],[-3,-17],[-46,-12],[-25,-36],[-21,-10],[7,-14],[37,-33],[3,-19],[24,-24],[-3,-14],[66,-39],[22,-2],[38,4],[65,-7],[19,-16],[31,-10],[36,5],[18,-5],[21,11],[38,2],[36,-2],[21,4],[-9,-13],[16,-11],[-21,-17],[-11,-27],[-14,-5],[-15,9],[-11,-11],[-23,-3],[-24,4],[-15,12],[-43,12],[-31,-1],[-29,-11],[-17,14],[-33,-14],[-21,-17],[-16,23],[-6,18],[-22,0],[-25,-28],[-24,-21],[0,-17],[34,-23],[5,3],[70,-25],[-6,-16],[-36,-31],[0,-23],[-9,-9],[8,-28],[14,-18],[10,-33],[14,-21],[-20,-30],[-3,-20],[9,-25],[-5,-28],[-28,-16],[-18,-28],[-1,-24],[-48,-43],[-21,-26],[-9,-23],[0,-27],[-13,-9]],[[6173,5245],[12,-15],[18,-4],[1,-19],[26,-54],[-26,-75],[-21,-39],[-18,-21],[31,-23],[6,-12],[-15,-26],[2,-26],[15,-19],[19,1],[22,-9],[-1,-37],[17,-6],[15,-19],[-4,-34],[-23,-4],[18,-21],[39,8],[2,-31],[-11,-9]],[[6297,4751],[-21,-11],[10,-16],[-23,-23],[9,-26],[0,-24],[11,-23],[-9,-22]],[[6274,4606],[-41,-3],[-48,22],[-44,-4],[-40,-10],[-34,2],[-27,-21],[-7,-15],[-30,-12],[-42,-13],[-20,-9],[37,-55],[17,-16],[-40,-31],[-14,-15],[-3,-14],[15,-13],[-9,-5]],[[5944,4394],[-57,20],[-14,-5],[-7,12],[-12,-9],[-9,11],[-19,-6],[-36,13],[-27,24],[-15,-7],[-21,1],[-23,11],[9,-63],[-50,-5],[-33,12],[-12,11],[28,25],[-14,9],[-10,18],[-20,9],[-21,0],[-59,23],[-18,13],[-7,14],[-47,34],[-17,-23],[-18,32],[-37,47],[-31,12],[-31,18],[-17,-1],[-34,-13],[-14,14],[-20,43],[-31,26],[-15,-13],[-14,13],[6,18],[-53,5],[-23,-48],[-12,11],[-20,-2],[6,25],[-59,66],[-11,-1]],[[2274,5110],[-11,14],[-25,4],[-17,9],[-25,-1],[-13,-19],[21,-14],[8,-20]],[[2194,5078],[-16,7],[-36,-1],[-19,-5],[-31,1],[-19,-9],[-23,-2],[-1,-24]],[[1909,4839],[-33,-3],[2,22],[-49,-23],[0,-13],[-20,-17],[-18,-4],[-4,17],[-42,2],[-63,-7]],[[1682,4813],[-29,1],[3,18],[-42,9],[-1,8],[-21,-4],[-17,5],[-25,-11],[-19,16]],[[1531,4855],[7,11],[-12,32],[-17,4],[-22,45],[-7,6],[-25,1],[2,7],[-49,15],[-15,10]],[[1393,4986],[19,30],[11,-4],[4,19],[34,36],[17,29],[12,35],[14,24],[-52,14],[13,24],[-57,27],[5,35],[-62,9],[6,61],[-17,3],[-10,28]],[[4783,4876],[-36,9],[3,15],[-20,3],[-19,-16],[-21,3],[-20,17],[-47,28],[1,8],[-25,11],[-62,13],[-5,11],[-54,12],[-46,-1],[-3,16],[-49,-8],[-13,55],[0,14],[-33,-1],[-31,-17]],[[4303,5048],[-12,13],[13,8],[-5,17],[-20,0],[0,34],[-7,11],[-49,-7],[-30,24],[-18,-16],[-8,7],[-30,-27],[-13,10],[-53,9],[-45,-1],[-21,6],[-73,63],[-32,19]],[[7070,5102],[0,-20],[11,1],[27,-29],[-8,-20],[-19,-20],[10,-9],[-6,-12]],[[7085,4993],[-27,-29],[-25,-18],[-47,0],[-61,-15],[-30,-22],[-18,3],[-5,-9],[-24,3],[3,-17],[-25,-5],[-11,-27],[-61,-21],[-7,-23],[7,-8],[-15,-10],[-17,-32],[-21,-14],[-30,8],[-19,-26],[-53,-22],[-42,-2],[-8,38],[-28,4],[-3,-5],[-39,8],[-4,-13],[-33,-11],[-8,12],[-23,14],[-2,13],[26,44],[-1,6],[-69,-14],[-7,-54],[-61,2]],[[995,5382],[-6,-57],[-11,-24],[-50,13],[-5,-18],[24,-7],[-24,-16],[10,-8],[-3,-45],[12,-4],[-13,-48],[38,-15],[-15,-21],[-12,-33]],[[743,5141],[-23,13],[-37,30],[-19,4],[1,16],[-62,-8],[3,22],[-24,11],[-3,50],[42,4],[-8,17],[-47,-4],[0,20],[-7,39],[-10,2],[10,39],[-37,2]],[[433,5101],[18,21],[0,13],[-18,9],[-2,17],[10,5],[-13,30],[-27,9],[0,30],[-6,37],[-11,42],[19,2],[-8,42],[73,13],[9,5]],[[1393,4986],[-28,13],[-22,4],[-24,-4],[-71,15],[-37,14],[-68,12],[-21,8],[-58,12],[-12,10],[-42,11],[-14,10],[-21,2]],[[7871,4508],[-2,-21],[7,-21],[-20,15],[-8,-15],[-26,11],[-27,-15],[-40,1],[-36,-8],[-21,7],[-11,-5]],[[7687,4457],[-10,18],[-28,5],[-13,-10],[-33,-6],[-19,9],[-1,33],[-16,-1],[-5,52],[-23,-1],[-23,-9],[-11,18],[-17,8],[-8,-14],[3,-34],[-40,-7],[-17,25],[-36,-25],[-13,-22],[-19,4],[4,9],[-12,18],[-15,-2],[-23,13],[-12,-5]],[[7300,4533],[-16,12],[11,9],[5,20],[-14,25],[-5,23],[24,16],[-34,26],[-37,-17],[-24,14],[-25,42],[-23,22],[-21,5],[-11,10],[11,7],[-5,28],[-11,12],[11,10],[-7,32],[-21,-2],[-10,14],[17,13],[-4,11],[-21,11],[19,14],[-11,6],[0,18],[11,10],[-6,29],[-15,14],[6,21],[-9,5]],[[4303,5048],[-17,-10],[-41,-12],[6,-35],[-29,-5],[6,-23],[-21,-24],[7,-6],[4,-37],[22,1],[-4,-73],[19,-22],[30,-55],[30,-46],[-3,-29],[10,-23]],[[4322,4649],[-44,-20],[-55,-18],[-58,-8],[-3,22]],[[1531,4855],[-27,1],[-35,-16],[-21,-46],[-41,-47],[-13,-23],[-34,13],[-18,-4],[-38,-23],[-37,-1],[-21,-35],[-27,-9],[-5,-16],[-28,-3],[-30,3],[-16,-5],[-28,-54],[-33,-40],[-23,4],[-81,52],[-53,-22],[4,-7],[-15,-16],[-70,22]],[[841,4583],[14,30],[-6,36]],[[849,4649],[92,-6],[20,6],[13,15],[-1,17],[-24,14],[-18,17],[-21,-3],[-3,36],[15,1],[33,18],[28,32],[14,-3],[9,46],[38,37],[-8,8],[19,17],[-7,6],[-42,7],[-28,18],[-31,0],[3,29],[19,9],[-7,11],[-19,8],[7,18]],[[4965,4770],[1,-23],[15,-5],[-23,-33],[18,-42],[10,-14],[-47,-22],[6,-36],[-34,4],[16,-29],[-42,0],[0,-9],[-20,6],[7,-15],[14,-7],[-26,-23],[-16,-9],[-39,-35],[-43,-27],[-38,3],[-19,-43]],[[4705,4411],[-25,1],[5,43],[-34,2],[-18,14],[-37,-25],[-191,180],[-20,-8],[-44,47],[-19,-16]],[[849,4649],[-40,71],[-82,136]],[[7300,4533],[-6,-18],[-20,-16],[0,-22],[14,-13],[-28,-54],[20,-39],[13,-33],[-26,-21],[0,-27],[10,-7],[-21,-19],[-6,6],[-19,-10],[7,-22],[-20,11],[-16,37],[-37,-6],[-8,-19],[-57,8],[3,19],[-45,16],[-9,-17],[-23,-16],[-13,-2],[-53,-42],[-29,-18],[-53,-8],[0,3],[-42,0],[-31,-48],[-20,10],[-2,-9],[-40,11],[-4,-5],[-20,28],[-38,8],[-16,14]],[[6665,4213],[-43,25],[-44,24],[-19,1],[-44,23],[-9,15],[9,25],[-27,13],[-16,39],[8,14],[-7,19],[12,10],[-38,31],[11,7],[-11,28],[-4,21],[-31,49],[-16,-15],[-57,31],[5,10],[-22,16],[-28,-13],[12,26],[-32,-6]],[[841,4583],[-25,-36],[-4,-25],[11,-22],[31,-25],[43,-14],[44,-2],[0,7],[33,7],[27,-2],[23,2],[27,14],[183,10]],[[1234,4497],[-20,-22],[-19,-12],[7,-15],[-10,-6],[14,-7],[5,-12],[-44,-9],[0,-15],[-38,0],[-15,-17]],[[1114,4382],[-22,-1],[-17,6],[-61,-25],[-1,3],[-68,-25],[-20,19],[-43,10],[-32,13],[-10,-2],[-25,-18],[-1,-9],[30,-3],[-7,-9],[28,-22],[-14,-21],[4,-15],[-28,-25],[8,-27],[19,-25],[-30,-24],[0,-79],[-5,-86],[-3,6],[-28,7],[-25,-2],[-20,-9],[-34,-7],[-12,-19],[1,-15]],[[698,3978],[-20,6],[-19,30],[-12,5],[2,38],[-25,27],[6,23],[-9,29],[3,21],[-5,17],[10,17],[-8,13],[-1,61],[-15,18],[30,9],[8,20],[-2,22],[-24,-6],[-15,27],[-13,-2],[-19,18],[-34,-22],[-28,18],[-23,-8],[-46,0],[-7,-13],[-10,14],[1,24],[-33,30],[1,13],[-12,12],[-22,9],[-34,-1],[-17,-13],[-19,-6],[-82,4],[-22,-9],[-22,0],[-17,13],[-13,19],[-15,8],[-13,25],[52,3],[27,-32],[10,13],[15,35],[23,9],[47,13],[42,7],[21,-24],[28,-21],[44,22],[11,23],[29,28],[-47,39],[-10,22],[1,17],[11,21],[54,55],[-57,33],[31,34],[61,-31],[56,58],[13,21],[3,27],[-16,31],[-35,34],[-20,29],[-4,17]],[[1769,4516],[-19,4],[-79,25],[-48,7],[-41,16],[-68,54]],[[1514,4622],[16,21],[23,-5],[21,-11],[1,29],[-5,8],[12,31],[9,-3],[15,37],[-1,12],[41,-11],[12,37],[19,10],[5,36]],[[1514,4622],[-31,-13],[-79,-3],[-17,4],[-7,11],[-45,-44],[-55,-30],[-23,-22],[-23,-28]],[[1299,4597],[19,6],[17,13],[-9,9],[-29,-18],[2,-10]],[[5944,4394],[36,-25],[-73,-25],[21,-23],[25,-22],[-15,-7],[7,-22],[-32,9],[-28,20],[-42,-22],[22,-9],[20,-17],[2,-9],[28,-27],[-15,-5],[13,-33]],[[5913,4177],[-24,0],[-12,-9],[12,-7],[-50,-64],[-16,7],[-27,-5],[-15,-24],[-20,7],[-17,-25],[-68,32],[-46,41],[-54,38],[-11,-3],[-41,30],[-21,7],[-25,0],[-18,-14],[-17,9],[-49,-37],[-41,0],[-24,6],[-18,11],[-25,-16],[-8,2],[-30,-30],[-81,-53],[-37,-9],[-24,-30],[9,-6],[-12,-16]],[[5103,4019],[-61,41],[-90,52]],[[4952,4112],[-81,47],[11,27],[-18,23],[-47,13],[-4,7],[4,74],[11,10],[-8,34],[-54,12],[-17,-33],[-10,2],[-12,19],[-39,-3],[17,34],[-27,-9]],[[4678,4369],[27,42]],[[4678,4369],[-18,-18],[-12,-35],[-25,-6],[-3,-12],[-15,-11],[-8,-22],[35,-18],[-40,-57],[-18,11],[-26,-37],[-5,-21]],[[4543,4143],[-21,4],[-109,-2],[-35,14],[-25,22],[-26,-25],[-40,-20],[-21,-20],[-43,-14],[-33,3],[-8,-26],[-31,-13],[-14,-18],[21,-55],[22,-22],[-5,-29],[-13,-19],[8,-15],[0,-25],[-13,-16]],[[6665,4213],[-29,-22],[-22,8],[-34,-70],[-23,7],[-35,-2],[-7,-34],[14,-11],[-23,-16],[36,-22],[-20,-21],[3,-5],[-21,-15],[-9,2],[-25,-11],[-23,25],[-15,-7],[-21,4],[-25,-25],[30,-9],[6,-18],[-52,-40],[14,-37],[-11,-26],[13,-21],[-30,-11],[-16,4]],[[6340,3840],[-13,40],[-21,21],[-20,2],[-25,17],[4,33],[-21,9],[-29,-15],[-17,13],[-24,2],[-27,16],[-15,16],[-8,18],[22,33],[-14,12],[-12,31],[-19,12],[-15,-12],[-35,28],[-41,29],[-15,2],[-34,21],[-13,18],[-35,-9]],[[2800,2610],[22,23],[24,18],[-2,26],[12,10],[45,9],[25,17],[32,29],[-9,6],[7,19],[-9,20]],[[2947,2787],[15,11],[36,5],[21,-3],[26,23],[2,32],[46,16],[-4,7],[45,6],[65,16]],[[3199,2900],[14,-88],[24,-25],[4,-32],[19,-67],[27,-38]],[[4400,2776],[6,-20],[-16,-14],[-24,-2],[-3,-11],[-21,6],[-42,7],[-14,-4],[-15,-19],[-38,-17],[-31,1],[0,9],[-41,28],[-67,-9],[-24,-26],[-48,-27],[-19,3],[-7,-27],[-10,-17],[10,-18],[18,-19],[41,-26],[-12,-17],[-28,-16],[6,-13],[-23,-9],[-29,-4],[6,-10],[-14,-5],[-51,9],[-34,-9]],[[3876,2500],[-6,6],[-13,39],[-22,40],[-46,24],[-34,42],[-14,3],[-14,16],[3,17],[-10,36],[-8,-2],[-28,23]],[[3684,2744],[13,13],[10,25],[13,-36],[34,18],[9,-20],[40,16],[31,16],[26,-1],[44,7],[29,-4],[34,-11],[31,8],[-1,18],[15,8],[21,-5],[4,16],[27,-4],[43,-23],[6,11],[17,3],[3,13],[35,-5],[27,-14],[17,14],[-12,14],[-6,29],[74,19],[30,15],[20,-7],[31,2],[-2,-19],[-23,-6],[-7,-15],[22,-20],[14,-23],[13,-9],[26,7],[8,-18]],[[1188,2597],[-9,9],[27,48],[7,29],[-18,15],[-7,22],[45,22],[2,11],[-8,34],[9,20],[57,44],[7,20],[34,-1],[43,12]],[[1377,2882],[9,-18],[22,7],[34,-2],[22,-12],[41,-50],[24,-14],[20,26],[37,-35],[-7,-8],[16,-14],[51,-27],[99,-40],[31,-19],[27,-25],[54,-19],[-4,-5],[29,-17],[45,-31],[18,-18],[26,18],[13,-4],[1,-17],[37,9],[19,-27]],[[4789,2781],[16,-3],[43,-45],[-18,-34],[34,-19],[20,-35]],[[4884,2645],[-8,-5],[-16,11],[-19,-13],[-10,-19],[8,-3],[-23,-27],[-29,3],[-8,-7],[-20,5],[-44,-14],[-17,4],[-23,-32],[-5,-29],[-24,-22],[-16,-34],[-14,-15],[-3,-29],[-35,-19],[-7,-25],[-9,-8],[-61,-5],[-21,2],[-20,-17],[-40,-7],[-20,7],[-23,-15],[-52,-1],[-42,-41],[-22,3],[-40,24],[-18,-2],[-17,8],[-25,0],[-29,10],[-35,-13],[-7,-15],[-21,-10]],[[4069,2295],[-6,13],[-22,22],[-34,41],[-5,11],[-42,35],[2,2],[-44,32],[-35,37]],[[3883,2488],[0,3]],[[3883,2491],[-7,9]],[[4400,2776],[12,-1],[21,10],[26,5],[-12,11],[13,4],[32,25],[8,-7],[37,-4],[55,9],[49,-19],[37,5],[39,-6],[51,11]],[[4884,2645],[39,-28],[9,16],[29,-18],[22,-20],[-2,-20],[25,-27],[-1,-17],[18,-17],[28,-37],[12,-1],[2,-22],[23,0],[4,-22],[48,-29],[29,-3],[11,-9],[29,12],[13,-12],[2,-33],[8,-21]],[[5232,2337],[-8,-23],[-24,-22],[-21,-36],[-40,5],[9,-16],[-17,-8],[-22,-28],[7,-8],[-16,-26],[-35,-11],[-17,-35],[13,-23],[-4,-40],[-31,-27],[6,-18],[-7,-29],[-6,0],[-3,-27],[-32,-62]],[[4984,1903],[-11,3]],[[4973,1906],[2,2]],[[4975,1908],[-8,9],[-48,-2]],[[4919,1915],[-1,-1]],[[4918,1914],[-20,8],[-23,26],[-3,12],[-41,-7],[-39,0],[-61,11],[-15,11],[-11,22],[-30,3],[-4,16],[-24,1],[-21,-8],[-36,-4]],[[4590,2005],[-2,1]],[[4588,2006],[-31,12],[-31,3],[-38,43],[-9,6],[-33,1]],[[4446,2071],[-1,0]],[[4445,2071],[-49,8],[-14,-3],[-23,11],[-21,20],[-4,-3],[-22,18],[-22,1],[-16,17],[-68,33]],[[4206,2173],[-1,0]],[[4205,2173],[-76,52]],[[4129,2225],[0,2]],[[4129,2227],[-23,26],[-7,15],[-28,18],[-2,9]],[[1147,2193],[-1,-14],[18,-6],[19,-25],[3,-30],[-18,-27],[7,-11],[-12,-2],[-30,11],[-6,-4],[-30,15],[-16,30],[-18,-15],[7,-6],[-44,-18],[-1,-11],[-21,-21],[-19,-9],[1,-9],[-45,-13],[-35,2],[-1,-12],[-20,0],[-4,-8],[-22,2],[-22,-10],[-4,-13],[-14,-4],[-9,17],[-11,-10],[-30,-9],[-10,1]],[[759,1984],[12,43],[1,26],[-14,29],[-86,67],[-13,12],[-19,36],[-23,87],[-25,55],[-15,21],[-29,32],[42,18],[22,-1],[25,-15],[5,-10],[44,-30],[69,30],[38,24],[-7,19],[23,7],[47,8],[81,9],[23,11]],[[6238,2042],[-15,-24],[-15,7],[-46,-11],[-27,-14],[-30,-25],[-20,-6],[-31,6],[9,-20],[-38,5],[-50,-40]],[[5975,1920],[-15,-7],[-56,13],[-34,-4],[-4,32],[-48,-9],[-25,21],[-12,0],[1,-15],[-16,2],[-31,16],[-19,14]],[[5716,1983],[-19,26],[-14,-6],[-19,34],[-41,49],[-61,34],[-6,-8],[-19,9],[-13,-15],[-17,-4],[-17,7],[-12,23],[-12,6],[-18,-11]],[[5448,2127],[-21,18],[5,7],[-15,20]],[[5417,2172],[20,16],[11,-4],[13,13],[67,28],[4,-5],[70,-28],[24,7],[18,11],[34,66],[-7,29],[14,3],[14,24],[29,6],[11,9],[31,-12],[-1,25],[40,4],[29,21],[9,15],[25,12],[23,-22],[35,-18],[12,29],[42,-25],[14,22],[20,-20],[19,12],[40,-24]],[[5448,2127],[-17,-7],[-6,-20],[-16,-20],[2,-29],[-25,-26],[-27,-6],[-14,-10],[-39,-12],[-19,-33],[-12,-36],[-36,-40],[-21,-7],[-26,-1],[-19,-10],[-15,-26]],[[5158,1844],[-21,6],[4,6],[-36,9],[-10,-5],[-24,5],[-47,23],[-40,15]],[[5232,2337],[13,-40],[50,-10],[12,9],[17,-18],[-8,-20],[33,-42],[32,-18],[36,-26]],[[1464,4088],[-15,12],[-40,4],[-28,21],[-51,49],[-30,18],[-33,28],[-43,76],[-36,-13],[-13,37],[-46,-19],[-21,43],[6,38]],[[8714,4575],[11,-7],[40,7],[21,-5],[12,7],[15,-9],[16,6],[1,-15],[117,-16],[39,-20],[19,-16],[25,-11],[24,-24],[-3,-17],[46,-30],[0,-7],[41,-28],[24,-10],[34,-7],[7,-11],[24,-18],[53,-23],[34,-34],[0,-32],[-15,-24],[-16,-10],[-21,-35],[15,-36],[28,-26],[12,-17]],[[9272,4082],[-27,16],[-27,4],[-14,-11],[-16,5],[-48,1],[0,12],[-27,-2],[-32,9],[-63,2],[-30,-18],[-37,27],[-12,-7],[-11,-24],[-100,16],[-4,10],[-10,-15],[-49,-2],[-34,18],[-1,22],[-32,9],[-18,25],[-14,4],[-18,16],[-36,-8],[-15,13],[-37,-12],[-1,12],[-20,20],[-3,31],[9,18],[-41,17],[6,15],[-30,8],[-28,-16],[-18,10],[12,52],[-11,12],[-21,6],[-5,10],[-37,18]],[[7687,4457],[-36,-27],[26,-19],[19,-29],[-8,-14],[8,-48],[-32,-13],[-23,-4]],[[7641,4303],[-15,-4],[2,13],[-19,-4],[-45,-2],[-12,-17],[-30,14],[-22,-13],[-12,18],[-37,-4],[-17,-12],[21,-12],[-28,-6],[-1,-10],[-36,-15],[-30,20],[-25,-16],[-49,-19],[-46,-41],[4,-10],[-34,-22],[-19,-1],[-19,-10],[-2,-34],[-13,-10],[9,-7],[-5,-19],[9,-9],[-15,-11],[-33,2],[-9,7],[-19,-3],[17,-7],[-15,-38],[-13,-25],[22,-20],[-9,-5],[23,-20],[17,-3],[44,-26],[25,-39],[1,-25],[14,-9],[-3,-42],[-19,1],[-3,-13],[10,-39],[-29,-2],[0,-22],[32,-35],[28,-1],[16,-16],[-9,-5],[14,-9],[-5,-11],[13,-23],[-10,-31],[4,-17],[-13,-3],[17,-16],[19,-34],[-10,-7],[24,-10],[19,0],[-6,-17],[6,-9],[39,-1],[40,10]],[[6912,3438],[0,0]],[[6912,3438],[-15,9],[9,18],[-6,7],[-30,4],[9,12],[20,0],[20,9],[18,20],[11,27],[-2,16],[-26,11],[3,19],[-17,33],[-17,18],[-26,12],[-12,22],[2,22],[-22,28],[-5,21],[-43,54],[-7,20],[-21,24],[-20,10],[-16,-3],[-41,1],[-28,-12],[-17,-20],[-30,-1],[-13,-9],[0,-22],[-19,7],[-18,-22],[2,-15],[-9,-15],[7,-20],[18,-11],[28,-8],[-9,-25],[1,-20]],[[6371,3574],[-34,56],[-27,20],[-17,39],[34,20],[-47,49],[22,17],[-13,9],[16,17],[-20,7],[55,32]],[[7948,3887],[-20,-8],[-28,15],[-10,16],[7,14],[14,9],[-8,9],[-22,-4],[5,18],[-29,-9],[-13,-9],[-13,6],[0,14],[24,24],[-24,30],[-21,21],[2,35],[-17,-4],[-28,61],[12,16],[-3,10],[-19,8],[-19,0],[-5,18],[-42,15],[-5,12],[-17,-5],[8,16],[27,14],[-25,15],[-5,-7],[-22,12],[8,25],[-19,29]],[[837,3828],[-16,26],[-3,14],[12,18],[-12,9],[-65,-5],[-14,11],[-27,-2],[3,18],[-9,32],[11,18],[-19,11]],[[4952,4112],[-38,-33],[16,-8],[10,4],[45,-21],[-33,-40],[13,-6],[-12,-17],[-33,-17]],[[4920,3974],[-56,29],[-27,2],[-66,-25],[-13,5]],[[4758,3985],[-177,138],[-38,20]],[[6360,3313],[-24,10],[-18,-28],[-10,-7],[1,-17],[41,-37],[-8,-7],[39,-40],[5,-27]],[[6386,3160],[-53,-22],[-28,-18],[-31,-10],[-30,10],[-49,-21],[-67,-54]],[[6128,3045],[-46,45],[-55,58],[-33,-8],[-79,-26],[0,-22],[-24,12],[-40,-12],[-31,7],[-39,-20],[-12,-1],[9,-20],[-30,-9],[-30,-13],[-12,13],[-65,-36],[-32,38],[-49,36],[-21,1],[-31,22],[-26,9]],[[5482,3119],[0,11],[21,1],[32,-16],[27,14],[11,11],[22,40],[-1,20],[6,23],[-9,32],[-18,16]],[[5573,3271],[-1,0]],[[5572,3271],[-56,18],[-80,45],[-22,0],[-45,32],[-32,31],[-11,21],[-13,47],[-5,55],[4,33],[-9,25],[-13,11],[11,12],[-10,22]],[[5291,3623],[20,0],[56,23],[9,9],[-7,9],[33,31],[-34,34],[8,3],[-30,41],[-14,-6],[-7,16],[-16,8],[28,34],[-6,11],[10,13],[-8,7],[-32,7],[-36,2],[-36,23],[-21,9],[-23,0],[-21,17],[40,39],[-101,66]],[[4758,3985],[-40,-32]],[[4718,3953],[0,-2]],[[4718,3951],[12,-41],[8,-14],[-20,5],[-13,-11],[12,-16]],[[4717,3874],[1,0]],[[4718,3874],[-8,-18],[3,-20],[-2,-39],[28,-45],[44,-45]],[[5291,3623],[-18,25],[-33,32],[-17,31],[-3,25],[-38,28],[1,8],[-32,30],[-36,6],[-40,10],[-6,13],[-63,50]],[[5006,3881],[0,0]],[[5006,3881],[-26,34],[-16,32],[-34,15],[-10,12]],[[6488,3149],[-12,11],[-26,-12],[-3,10],[-13,-9],[-37,0],[-11,11]],[[3684,2744],[-28,23],[-68,72],[-31,45],[-5,30],[-28,25],[19,11],[9,23],[-15,35],[-12,12],[-8,36],[-50,67],[-13,48],[-14,38]],[[2947,2787],[-18,27],[19,7],[-9,27],[-23,0],[-24,27],[7,16],[0,25],[-17,15],[-13,43],[-4,34],[-15,53],[7,27],[-2,15],[23,64]],[[2981,3266],[7,-21],[16,-12],[11,-21],[9,0],[12,-18],[-7,-3],[19,-25],[7,1],[4,-26],[41,-85],[10,-5],[11,-22]],[[3121,3029],[3,-2]],[[3124,3027],[3,-26],[17,-27],[28,-29],[27,-45]],[[1377,2882],[-13,32],[82,45],[15,33],[14,5],[25,28],[-10,17],[22,23],[-24,9],[61,50],[-13,9],[34,48],[19,31],[2,14],[-16,13]],[[8811,2878],[-10,-19],[-22,-8],[0,-10],[-17,-16],[-23,8],[-61,3],[-4,-6],[-51,4],[-27,-7],[-47,1],[-2,-18],[-26,-50],[16,-20],[-24,-20],[-48,-36],[12,-7],[-16,-18],[12,-5],[-32,-41],[22,-33],[0,-13],[21,-37],[15,-9],[29,-45],[9,-40],[-7,-17],[7,-26],[-11,-21],[10,-41],[10,-18],[-4,-16],[-22,-18]],[[7274,2513],[3,3],[-59,72]],[[6084,2419],[-13,0],[-20,11],[-5,-4],[-37,13],[-37,0],[4,29],[-5,11],[-27,1],[-29,17],[-13,17],[25,8],[17,30]],[[5944,2552],[22,7],[25,17],[15,-8],[23,7],[27,-3],[7,-35],[11,11],[54,40],[-44,31],[19,18],[-22,28],[53,43],[-56,25],[-51,27],[2,2],[-70,43],[110,70],[-41,41],[24,-4],[19,13],[18,2],[34,30],[-1,11],[21,7],[-11,45],[15,9],[-19,16]],[[5944,2552],[-26,6],[-24,17],[5,6],[-18,19],[-5,-5],[-33,24],[-11,0],[9,15],[-24,6],[-10,20],[-22,-16],[-33,14],[-12,-2],[-7,29],[-42,-20],[-53,0],[-29,15],[-1,19],[-28,0],[-7,32],[-20,-5],[-19,27],[-29,11],[4,23],[23,14],[-33,18],[-15,15],[25,14],[40,-2],[7,-4],[28,37],[-37,25],[-34,9],[62,59],[-32,20],[4,5],[-31,18],[-26,-27],[-50,34]],[[5433,3038],[15,9],[3,11],[-11,13],[8,19],[30,16],[4,13]],[[9847,2830],[-18,-7],[-40,-6],[-68,-14],[-42,9],[-57,-12],[-50,-18],[-17,-10],[-19,-23],[-3,-16],[-29,-62],[-10,1],[-10,-22],[2,-24],[-24,-31],[-21,-9],[-8,-18],[6,-25],[-58,-24],[-24,-3],[-10,9],[-25,-19],[-48,-12],[-9,-8],[-37,-1],[-28,-17],[12,-10],[33,-10],[26,-32],[40,-20],[-2,-13],[12,-5],[13,-25],[-4,-30],[-7,-9],[22,-8],[17,0],[30,47],[29,-4],[22,-16],[-11,-11],[-5,-25],[4,-23],[-4,-32],[-7,-20],[-17,-12],[-20,-3],[-29,-32],[-28,-7],[-4,-10],[24,-18],[5,-15],[28,-6],[-21,-28],[-2,-12],[-42,-1],[5,-16],[-8,-9],[11,-9],[-47,-25],[-3,-32],[-26,-13],[19,-5],[-19,-24],[-27,-7],[-16,-21],[-22,4],[-19,11],[-24,6],[-10,-23],[-54,-11],[-47,-19],[-27,-4],[4,-4],[-94,-24],[-50,-18],[-43,-8],[-10,17],[12,3],[-8,24],[-50,-20],[-70,-8],[-27,-7],[2,-5],[-23,-9],[-41,-2],[-35,-12],[-97,-16],[-23,0]],[[8447,1792],[-3,12],[19,19],[52,8],[6,25],[21,11],[1,27],[-27,14],[22,9],[58,12],[1,17],[37,1],[-1,15],[27,0],[0,5],[-25,2],[8,12],[-4,13],[72,14],[11,9],[37,4],[5,18],[-7,11],[-5,35],[5,25],[-8,13],[-17,-13],[-59,-5],[-4,47],[-20,9],[-14,-3],[-13,-17],[-26,7],[-42,-11],[-16,-15],[-10,1]],[[3708,2053],[-15,-14],[-16,-3],[-30,8],[-18,-27],[-26,-11],[-27,-3],[-20,-21],[-19,-9],[-10,-23],[-9,-3],[9,-14],[-12,-11],[-76,27],[-14,11],[-28,11],[-21,13],[-32,9],[-44,0],[-9,-21],[-17,13],[-10,-1],[-13,40],[-38,52],[-29,20]],[[3585,2280],[2,-8],[31,-47],[-1,-40],[7,-13],[13,-4],[-10,-9],[4,-19],[30,-46],[47,-41]],[[1442,1956],[-56,-12],[14,-50],[-86,-17],[-12,13],[-19,-6],[15,-25],[-48,-27],[5,-17],[19,-27],[-20,-16],[14,-18],[-13,-14],[7,-9],[-13,-12],[82,-80],[-31,-34]],[[1300,1605],[-7,-7],[-38,-6],[-56,-14],[-15,20],[-21,-11],[-65,-6],[-36,-7],[-16,16],[-30,-10],[-6,14],[-41,-13],[9,-14],[-9,-7],[11,-23],[-16,-8]],[[964,1529],[-14,28],[-1,17],[-11,18],[-36,25],[-42,45],[-67,54],[-12,25],[0,25],[27,52],[1,25],[-12,26],[-43,35],[-10,22],[0,14],[15,44]],[[8447,1792],[-112,-13],[-43,1],[-32,-6],[0,-22],[7,-21],[-1,-37],[-49,-15],[5,-20],[-18,-15],[-50,-21],[-6,16],[-65,-18],[-22,-13],[-12,13],[-21,9],[-14,-2],[-14,11],[-26,-12],[-17,19],[3,11],[-31,16],[7,18],[-2,28],[-15,-1],[2,29],[-6,5],[-16,-9],[-32,-11],[-62,-27],[0,-32],[-109,0],[-15,18],[-23,-3],[-5,22],[-10,6],[-17,-5],[-24,18],[-47,-5],[-12,12]],[[5716,1983],[-29,-52],[23,-26],[22,-18],[-14,-7],[14,-10],[-19,-14],[27,-43],[0,-23],[-20,-7],[-4,-25],[-32,-20],[-8,-26],[-34,-36],[-5,-26],[-12,-25]],[[5625,1625],[-14,-4],[-11,15],[-68,16],[-19,0],[-29,21],[-32,9],[-2,5],[-38,26]],[[5412,1713],[-2,1]],[[5410,1714],[-16,11],[-29,4]],[[5365,1729],[-1,0]],[[5364,1729],[-32,19],[-1,11],[-32,33],[-42,17],[-3,-5],[-46,22],[-19,14],[-31,4]],[[2889,1872],[29,-28],[0,-21],[13,-19],[50,-43],[4,-9],[22,-9],[17,-41],[48,-54],[15,-21],[63,-29],[27,-32],[19,-11],[45,-20],[29,-34],[26,-39],[4,-15],[22,-24],[-1,-7],[22,-62],[14,-14],[40,-25],[12,-33],[21,-30],[32,-15],[40,-7],[41,-21],[9,-36],[-5,-10],[19,-10],[43,-9]],[[3609,1144],[4,-33],[-12,-9],[-27,0],[-9,-14]],[[3565,1088],[-9,1],[2,-19],[-10,-8],[-28,-3],[1,10],[-24,15],[-91,1],[-49,20],[-61,-2],[-22,12],[-10,20],[-71,36],[-19,-31],[-71,7],[-20,-1],[-16,-11],[-39,12]],[[3028,1147],[8,21],[-25,5],[-17,11],[30,10],[-34,14],[-11,27],[-21,7],[-23,27],[34,23],[21,-24],[27,19],[-78,70],[-108,16],[-16,4],[-102,79],[-27,7],[1,-28]],[[2687,1435],[-17,5],[-35,-2],[-19,-5],[-55,0],[0,30],[-7,7],[15,67],[-8,20],[0,37],[-6,68],[-7,5],[29,20],[18,-1],[-22,20],[-25,9],[-59,53],[-34,43],[-42,14],[-31,35],[-22,14]],[[2377,1945],[44,12],[30,-19],[21,-8],[25,5],[-4,18],[-19,30],[-67,35],[-16,23],[-46,30]],[[3708,2053],[23,-30],[25,-18]],[[3756,2005],[0,-5]],[[3756,2000],[4,-8]],[[3760,1992],[3,-2]],[[3763,1990],[9,-33],[19,-19],[36,-24],[46,-12],[30,-15],[16,5],[16,-22],[27,-11],[29,-5],[69,-28],[31,-20],[66,-21],[47,-3],[9,-19],[25,-8],[9,-12],[24,-12]],[[4271,1731],[1,0]],[[4272,1731],[20,-6]],[[4292,1725],[8,-2]],[[4300,1723],[55,-13]],[[4355,1710],[5,-30],[25,-21],[11,-25],[-5,-23],[30,-33],[24,-12],[3,-26],[-7,-11],[-22,-3],[-25,-29],[-4,-38],[-40,-17],[-9,-17],[-38,-3],[-17,-52],[10,-5],[6,-18],[-1,-25],[10,-9],[-7,-21],[-16,-25],[-65,-52],[-11,-27],[-15,-14]],[[4197,1174],[-43,25],[-9,17],[-37,-16],[-13,21],[1,19],[-14,8],[-12,25],[-25,24],[-19,42],[-6,24],[-17,12],[-21,48],[-20,24],[-5,18],[-8,-13],[2,-26],[-18,-8],[-21,6],[-17,-17],[0,-16],[-19,-20],[-16,24],[-52,-9],[-26,40],[-3,19],[10,13],[-16,16],[-26,-3],[-39,-18],[-51,3],[-8,5],[-9,-17],[-48,7],[-8,-28],[-30,15],[-25,-36],[-2,-10],[10,-31],[0,-47],[8,-27],[29,-33],[18,-9],[40,-8],[30,-12],[10,-15],[-3,-10],[-40,-26],[-20,-30]],[[7167,1666],[-33,-7],[4,-24],[-32,-17],[-3,-16],[-22,-11],[5,-18],[-45,7],[-3,-32],[-9,-16],[2,-18]],[[7031,1514],[-32,-1],[-32,-26],[-8,-22],[-26,-15],[-19,-3],[-14,-23],[-23,-2],[-28,13]],[[6849,1435],[-22,3]],[[6827,1438],[-14,2],[-11,-11],[-30,-7]],[[6772,1422],[-14,-6]],[[6758,1416],[-19,-7],[-2,8],[-21,1],[-24,8]],[[6692,1426],[-10,25],[-17,-7],[-7,10],[-49,-17],[-23,-1],[-4,13],[-21,9],[-24,52],[15,30],[-37,8],[2,12],[-60,-11],[-6,14],[-27,-1],[0,7],[-23,20],[-11,19],[-13,-6],[5,32],[-32,-11],[-29,-5],[-3,14],[10,26],[-18,3],[3,9],[-45,3],[-7,14],[15,1],[-24,14],[-12,0],[-6,13],[-30,19],[10,16],[-6,16],[0,29],[9,11],[-53,1],[-41,28],[-7,19],[-26,11],[-57,-2],[-27,7],[12,43],[-43,7]],[[2335,1872],[-2,-20],[-17,-9],[13,-30],[-22,-23],[-35,-7],[-14,-11],[-25,-32],[-34,-24],[9,-7],[12,-29],[-45,-18],[-26,6],[-21,10],[0,15],[-25,28],[-19,15],[-47,-5],[-23,-8],[-41,9],[-10,8],[-10,-12],[-27,-6],[-35,-17],[19,-5],[35,-14],[34,-31],[-6,-12],[-26,0],[-16,-16],[45,-18],[12,-16],[-48,-6],[-9,-18],[54,-15],[28,-28],[-7,-5],[13,-13],[20,-34],[19,5],[21,-25],[19,5],[-2,-19],[-19,-13]],[[2077,1427],[-12,-14],[-5,-25],[17,-17],[26,-6],[17,-43],[16,-1],[-4,-9],[42,-24],[8,-25],[18,-10],[-9,-27],[11,-2],[-17,-36],[-28,-28],[25,-37],[-21,-11],[7,-33],[-34,-1],[-26,-9]],[[2108,1069],[-10,51],[-19,3],[-19,16],[-16,-1],[-16,19],[-24,6],[-28,24],[-29,14],[-28,1],[-21,7],[-21,34],[-33,18],[8,10],[-26,6],[-11,11],[3,14],[-12,45],[-16,10],[-16,17],[-47,-13],[-52,-5],[-11,30],[-36,-6],[-34,47],[-13,15],[-3,17],[-32,-1],[-29,-14],[-2,-18],[-29,30],[-25,48],[4,9],[-31,-5],[-13,-25],[-19,38],[3,17],[-13,15],[-23,-15],[-24,-7]],[[1345,1531],[-14,29],[-1,18],[-11,0],[-19,27]],[[6692,1426],[-45,-3],[-26,4],[-15,-2]],[[6606,1425],[-3,-1]],[[6603,1424],[-111,-6],[-1,-5],[-72,-6],[-19,12],[-63,7],[0,-9],[-19,-2],[-25,8],[-47,-17],[-66,17]],[[6180,1423],[-14,-6]],[[6166,1417],[-58,-17]],[[6108,1400],[-3,0]],[[6105,1400],[-27,6],[1,-9],[-23,3],[-9,16],[-58,21],[-34,24],[-21,7]],[[5934,1468],[-4,-1]],[[5930,1467],[-20,12],[-35,0],[-2,-5],[-55,12],[-14,11],[-33,1],[-16,10],[-26,23],[-7,-2],[-24,15],[-26,36],[-8,25],[-39,20]],[[2687,1435],[19,0],[-3,-40],[-117,-16],[-23,-30],[-21,12],[-17,-8],[-6,8],[-7,-18],[3,-16],[12,-20],[14,-34],[-31,2],[-42,13],[-17,-1],[-8,10],[-64,32],[-2,8],[-28,33],[-40,29],[-46,-16],[-26,9],[2,-10],[-35,10],[2,12],[-24,18],[-20,-18],[-22,0],[-25,15],[-38,8]],[[5368,1139],[-36,-32],[-12,-26],[-20,-12],[-12,-18],[-42,-25],[1,-27],[27,-42],[-9,-25],[-53,-19],[-14,0],[-7,-17],[3,-26],[-22,-22],[-51,-22],[-19,2],[-23,-28],[-24,-20]],[[5055,780],[-35,20],[-30,-38],[-22,14],[-24,-3],[4,24],[-28,14],[-1,9],[-39,15],[-27,17],[-5,10],[-46,-21],[-23,16],[-7,15],[-24,26],[-27,18],[-5,-10],[-39,5],[-23,-15],[-11,13],[-27,-8],[-34,30],[-35,50],[-17,10],[-44,9],[-18,-10],[-50,-7],[-22,14],[-17,-4]],[[4379,993],[-13,26],[-13,-3],[-16,20],[7,9],[-49,34],[-28,13],[-27,48],[-43,34]],[[4355,1710],[29,4],[17,-8],[0,-9],[29,-4],[19,-11],[26,-6],[29,13],[17,-2],[19,18],[6,15],[49,0],[0,4],[66,-19],[43,-17],[41,-22],[-4,-27],[12,-4],[4,-23],[41,-20],[34,-7],[-1,-21],[35,-41]],[[4866,1523],[4,0]],[[4870,1523],[17,-19],[-6,-25],[24,-26],[19,-4],[17,-18],[94,-59],[25,-5],[54,-31],[24,-32],[-7,-4],[8,-18],[32,-31],[55,-34],[23,-10],[23,10],[10,-3],[20,-25],[9,-21],[57,-29]],[[1345,1531],[7,-25],[-5,-23],[-15,-13],[15,-8],[-15,-20],[29,-18],[-18,-16],[31,-28],[44,-13],[-26,-27],[38,-31],[9,-17],[29,-23],[12,-42],[25,-39],[-22,-6],[6,-27]],[[1489,1155],[-22,-4],[-22,-11],[-12,8],[-31,40],[-33,-24],[-57,-6],[-51,8],[-30,14],[-16,1],[-60,-24],[-63,-8],[-13,45],[-14,0],[-29,16],[-5,38],[-15,39],[0,56],[-5,29],[-8,16],[3,16],[-36,45],[22,13],[14,18],[-12,24],[-19,6],[-11,19]],[[2108,1069],[7,-27],[-5,-32],[11,-17],[41,-44],[6,-22]],[[2168,927],[-59,-35],[-24,-11],[-6,6],[-57,-3],[-43,12],[-15,14],[-17,-21],[-29,-8],[-11,21],[19,19],[-22,19],[-33,5],[-5,25],[-29,-6],[-22,24],[-30,-7],[-29,0],[-28,-7],[-17,33],[-27,30],[-23,12],[-10,18],[-17,-1],[-42,-15],[-21,10],[22,6],[-15,18],[-30,-4],[-2,13],[-35,0],[-6,19],[-18,17],[2,25]],[[4379,993],[13,-28],[-43,-28],[18,-14],[-7,-39],[-22,-5],[-52,-1],[0,-11],[-32,-4],[10,-24],[0,-20],[-14,-21],[-25,-24],[-49,-39]],[[4176,735],[-30,23],[-7,25],[-31,13],[-21,15],[-7,14],[-40,17],[-15,1],[-41,-42],[-20,-3],[-36,-26],[-20,4],[-6,16],[-17,17],[-10,34],[15,15],[-12,20],[15,20],[-2,20],[-22,15],[-25,32],[-20,5],[-31,-12],[-21,6],[-23,13],[-18,-3],[-17,-20],[-15,-11],[-38,-5],[-12,8],[-3,28],[-16,26],[3,28],[29,25],[3,15],[-9,9],[-37,-8],[-27,1],[-27,18]],[[3028,1147],[-68,17],[-10,-11],[-28,-13],[-6,-23],[-49,20],[-11,9],[0,-25],[-10,-13],[0,-34],[-13,-13],[-36,18],[-48,0],[-61,6],[-13,22],[-8,-15],[-51,4],[-77,-4],[-2,-14],[5,-29],[-6,-31],[-30,4],[-17,-14],[-12,0],[-20,-11],[-36,7],[13,-18],[-40,-30],[-23,-8],[-55,4],[-5,5],[-52,-9],[-28,0],[-21,-10],[-42,-11]],[[5230,455],[-21,-24],[-28,46],[-43,1],[-23,-3],[-22,-12],[-59,-17],[-3,8],[-47,31],[-31,36],[-32,1]],[[4921,522],[11,22],[-1,17],[28,56],[17,19],[-6,7],[24,27],[27,-1],[2,30],[-6,13],[8,30],[30,38]],[[5368,1139],[35,-17]],[[5403,1122],[3,-1]],[[5406,1121],[50,-11],[45,-18],[27,-21],[9,-22],[38,-55],[15,-4],[36,1],[-15,-36],[52,-46],[43,-21],[0,-22],[27,-42]],[[5733,824],[-48,-50],[-29,9],[-35,26],[-36,-2],[-15,-14],[-1,-34],[10,-11],[-15,-20],[-74,-29],[-31,3],[-26,-7],[-101,-148],[-32,-37],[-44,-22],[-27,-26],[1,-7]],[[4921,522],[-18,-9],[-11,1],[-44,-36],[0,-18],[8,-7],[-27,-17],[-12,-19],[-17,15],[-18,5],[-24,-1],[-15,-13],[-46,-18],[-36,-41],[-15,-31],[-17,-6],[-10,4],[-18,-11],[-15,3],[-52,-12],[0,-17],[-32,-17],[-16,-16],[-5,-17],[-15,-19]],[[4466,225],[-30,6],[-44,-4],[-37,6],[-24,10],[-8,14],[3,21],[17,35],[23,17],[21,26],[-3,18],[-25,11],[-12,33],[-24,28],[-29,41],[-28,33],[-2,17],[8,24],[-7,12],[-27,11],[-23,17],[-2,14],[13,29],[-36,52],[-4,23],[-10,16]],[[5230,455],[5,-38],[-14,-34],[0,-21],[27,-41],[11,-26],[-5,-15],[11,-14],[46,-38],[61,-26],[26,-20],[-2,-15],[14,-27],[0,-42],[4,-20],[-26,-9],[-51,-8],[-33,2],[-62,-13],[-16,0],[-45,-22],[-18,-3],[-4,-13],[-17,-12],[-75,5],[-33,-5],[-39,2],[-28,14],[-42,7],[-12,48],[4,39],[-4,21],[5,25],[-12,30],[5,15],[-45,4],[-24,-13],[-27,5],[-30,16],[-13,0],[-31,-14],[-29,-2],[-45,-9],[-51,-17],[-39,9],[-6,12],[6,23],[-21,8],[-34,1],[-37,-5],[-19,6]],[[3883,2491],[0,-3]],[[4129,2227],[0,-2]],[[4205,2173],[1,0]],[[4445,2071],[1,0]],[[4588,2006],[2,-1]],[[4918,1914],[1,1]],[[4975,1908],[-2,-2]],[[5364,1729],[1,0]],[[5410,1714],[2,-1]],[[5930,1467],[4,1]],[[6105,1400],[3,0]],[[6166,1417],[14,6]],[[6603,1424],[3,1]],[[6758,1416],[14,6]],[[6827,1438],[22,-3]],[[7031,1514],[18,12],[43,4],[25,-22],[-12,-15],[52,0],[19,-7],[51,8],[8,-7],[26,-2],[13,-13],[61,6],[29,-10],[7,-12],[17,-54],[-5,-29],[5,-33],[-18,-22],[-82,-24],[-2,-5],[29,-10],[4,-39],[15,-6],[15,-25],[70,-3],[40,2],[41,-6],[25,-31],[36,-34],[41,-27],[89,-7],[85,0],[12,-11],[19,-5],[33,18],[24,2],[28,21],[-8,13],[-17,3],[4,18],[19,40],[31,-4],[49,7],[28,9],[40,1],[23,-10],[53,-39],[46,-24],[45,6],[50,-11],[31,-1],[32,-8],[1,-23],[17,-8],[77,9],[50,18],[33,16],[40,9],[79,16],[16,16],[63,19],[76,8],[22,6],[8,11],[27,14],[16,-9],[30,14],[63,2],[29,9],[-23,20],[45,21],[148,5],[67,0],[85,-10],[67,-6],[72,-1],[9,-13],[-1,-19],[-13,-22],[-33,-3],[-46,-10],[14,-46],[1,-23],[53,-4],[-74,-47],[-54,-25],[-42,-7],[-17,-13],[-45,-11],[-50,-16],[-49,-19],[-59,-20],[-131,-36],[-50,-4],[-67,-24],[-62,-18],[-61,-9],[-27,-2],[-32,4],[-12,16],[-24,1],[-20,-17],[-13,7],[-15,18],[-4,43],[-35,-3],[-46,-29],[-17,-3],[-11,19],[-33,-7],[-24,-11],[-46,-9],[-50,2],[-39,-8],[-34,-13],[-53,-5],[-42,-10],[-20,-10],[-35,-7],[2,-23],[-13,-8],[-27,23],[-34,-5],[-21,-13],[2,-19],[25,-17],[-6,-22],[3,-28],[-22,-45],[-7,-35],[-16,-19],[-30,-3],[-73,-17],[-41,-5],[-76,31],[-61,38],[-15,0],[-57,-18],[-40,-1],[-40,22],[-19,-5],[-8,12],[-41,-16],[-23,15],[-21,31],[2,39],[-10,17],[-39,6],[-50,18],[-36,-8],[-57,16],[-28,22],[-52,26],[-21,59],[16,47],[22,19],[42,21],[14,12],[37,16],[-5,48],[14,28],[-39,-1],[-55,-51],[-57,-8],[-56,-43],[-3,-39],[-21,-68],[-18,-17],[-65,4],[-82,11],[-53,2],[-96,-38],[-45,18],[-86,7],[-25,-4],[-106,24],[-98,-18],[-60,-8],[-43,-10],[-11,-13],[-30,0],[-30,-14],[-19,25],[21,7],[15,18],[21,-1],[41,8],[-16,31],[-37,-6],[-19,-17],[-16,-2],[-1,13],[-34,-11],[-9,-33],[-21,-25],[-38,-10],[-12,-17],[5,-8],[-15,-12],[-52,-21],[-25,-5],[-15,7],[-21,-25],[-39,2],[-75,15],[-34,27]],[[5406,1121],[-3,1]],[[4870,1523],[-4,0]],[[4300,1723],[-8,2]],[[4272,1731],[-1,0]],[[3763,1990],[-3,2]],[[3756,2000],[0,5]],[[3124,3027],[-3,2]],[[6912,3438],[0,0]],[[5006,3881],[0,0]],[[5572,3271],[1,0]],[[5313,3112],[0,3]],[[4718,3874],[-1,0]],[[4718,3951],[0,2]]],"transform":{"scale":[0.07536254280063606,-0.094009400940094],"translate":[103.22496726821998,950]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment