Skip to content

Instantly share code, notes, and snippets.

@phil-pedruco
Created September 26, 2013 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phil-pedruco/6710250 to your computer and use it in GitHub Desktop.
Save phil-pedruco/6710250 to your computer and use it in GitHub Desktop.
Topojson Map of Qubec
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#area {
stroke: grey;
stroke-width: 1px;
fill: steelblue;
}
</style>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<body>
<script>
var width = 960,
height = 500;
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var projection = d3.geo.mercator()
.center([-71.94, 52.90])
.scale(750)
.translate([(width) / 2, (height)/2]);
var path = d3.geo.path()
.projection(projection);
d3.json("qc-map.json", function(error, qbec) {
console.log(qbec)
svg.append("path")
.datum(topojson.feature(qbec, qbec.objects.map_qc))
.attr("id", "area")
.attr("d", path);
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"map_qc":{"type":"GeometryCollection","geometries":[{"type":"Polygon","id":1,"arcs":[[0,1,2,3,4,5,6,7,8,9]]},{"type":"Polygon","id":2,"arcs":[[10,11,12]]},{"type":"Polygon","id":3,"arcs":[[13,14,15,16]]},{"type":"Polygon","id":4,"arcs":[[17,18,19,20,21,22,23]]},{"type":"Polygon","id":5,"arcs":[[24,25,26,27,28,29]]},{"type":"Polygon","id":6,"arcs":[[30]]},{"type":"Polygon","id":7,"arcs":[[31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52]]},{"type":"Polygon","id":8,"arcs":[[53,54,55,56,57,58,59,60]]},{"type":"Polygon","id":9,"arcs":[[61,62,63,64,65]]},{"type":"Polygon","id":10,"arcs":[[66,67,68,69,70]]},{"type":"Polygon","id":11,"arcs":[[71,72,-62,73]]},{"type":"Polygon","id":12,"arcs":[[74,75,76,77,78,79]]},{"type":"Polygon","id":13,"arcs":[[80,81,82,83,84]]},{"type":"Polygon","id":14,"arcs":[[85,86,87,88,89,90,91,92,93,94,95,96]]},{"type":"Polygon","id":105,"arcs":[[97,98,99,100,101,102,103,104]]},{"type":"Polygon","id":15,"arcs":[[105,106,107,108,109,-75,110,111]]},{"type":"Polygon","id":16,"arcs":[[112,113]]},{"type":"Polygon","id":17,"arcs":[[114,115,116,117,118,119,120,-101,121,-99,122,123]]},{"type":"Polygon","id":18,"arcs":[[124]]},{"type":"Polygon","id":19,"arcs":[[125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141]]},{"type":"Polygon","id":20,"arcs":[[142,143,144,145]]},{"type":"Polygon","id":21,"arcs":[[146,147,148,149,150,151,152,153,154,155,156]]},{"type":"Polygon","id":22,"arcs":[[157,158,159,160]]},{"type":"Polygon","id":23,"arcs":[[161,162,163,164,165]]},{"type":"Polygon","id":24,"arcs":[[-44,166,-42,167,-40,168,169,170,171,172,173,174,175,176,177,178,179,180,-46,181]]},{"type":"Polygon","id":28,"arcs":[[182,183,184,185,-154,186,187,188]]},{"type":"Polygon","id":29,"arcs":[[189,190,191,192,193]]},{"type":"Polygon","id":30,"arcs":[[-36,194,195,196,197,198,199,200,201,-7,202,-170,203,-38,204]]},{"type":"Polygon","id":56,"arcs":[[205,206,207,208,209,210,211,212,213]]},{"type":"Polygon","id":25,"arcs":[[214,215,216,217,218,219,220,221,222]]},{"type":"Polygon","id":26,"arcs":[[-87,223,224,225,226,227,228,229]]},{"type":"Polygon","id":27,"arcs":[[230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254]]},{"type":"Polygon","id":31,"arcs":[[255,256,257,258,259,260,261,262,263,264,265,266,-108,267,268]]},{"type":"Polygon","id":32,"arcs":[[-164,269,270,271]]},{"type":"Polygon","id":33,"arcs":[[272,273,274,275,276,277,278,279,280,281,282]]},{"type":"Polygon","id":34,"arcs":[[-78,283,284,-151,285,286]]},{"type":"Polygon","id":35,"arcs":[[287,288,289,290,291,-143,292]]},{"type":"Polygon","id":36,"arcs":[[293,294,295,-16,296,297,298]]},{"type":"Polygon","id":37,"arcs":[[299,300,301,302]]},{"type":"Polygon","id":38,"arcs":[[303,304,305,306,307,308]]},{"type":"Polygon","id":39,"arcs":[[309,310,311,312,313,314,315]]},{"type":"Polygon","id":40,"arcs":[[316,317,318,-196,319,-34,320,321,322,323,324,325,326,327]]},{"type":"Polygon","id":41,"arcs":[[328,329,330,331,332,333,334,335,336]]},{"type":"Polygon","id":42,"arcs":[[337,338,339,340,341,342,343,344,345,346,347,348,349]]},{"type":"Polygon","id":43,"arcs":[[350,351,352,353,354,355,356,-3]]},{"type":"Polygon","id":53,"arcs":[[357,358,359,-312,360,361,362,363,364,365,366]]},{"type":"Polygon","id":54,"arcs":[[367,368,369,370,371,-318,372,373,374,375,376]]},{"type":"Polygon","id":55,"arcs":[[377,378,379]]},{"type":"Polygon","id":106,"arcs":[[380,-14,381]]},{"type":"Polygon","id":44,"arcs":[[382,383,384,385,386,387,388,389,390,391]]},{"type":"Polygon","id":45,"arcs":[[392,393,394,395,-250,396,397,398,399,400,401,402]]},{"type":"Polygon","id":46,"arcs":[[-315,403,404,-331,405]]},{"type":"Polygon","id":47,"arcs":[[406,407,408,409,410,411,412,-58]]},{"type":"Polygon","id":48,"arcs":[[-137,413,414,415,416,417,418,419,420,421]]},{"type":"Polygon","id":49,"arcs":[[-60,422,-412,423,424,425,426,-334,427,428,-112,429]]},{"type":"Polygon","id":50,"arcs":[[430,431,432,433,434,435,436,437,438,-275]]},{"type":"Polygon","id":51,"arcs":[[439,440,-23,441]]},{"type":"Polygon","id":52,"arcs":[[-134,442,443,444,445,-393,446,-402,447,448]]},{"type":"Polygon","id":107,"arcs":[[449,-28,450,-72,451,452,453,454]]},{"type":"Polygon","id":57,"arcs":[[-149,455,-147,456,-156,457,-185,458]]},{"type":"Polygon","id":58,"arcs":[[459,460,-288,461,-26,462,463]]},{"type":"Polygon","id":59,"arcs":[[-263,464,465,466,467,468,-71,-70,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,-384,484,485]]},{"type":"Polygon","id":60,"arcs":[[-215,486,487,488,489,490,491,492,-217,493]]},{"type":"Polygon","id":61,"arcs":[[494]]},{"type":"Polygon","id":62,"arcs":[[495,496,497,498]]},{"type":"MultiPolygon","id":63,"arcs":[[[499,500]],[[501]],[[-386,502,503,504,505,506,507,508,509,-388,510]]]},{"type":"Polygon","id":64,"arcs":[[511,-120,512,513,514,515,516,517,518,519]]},{"type":"GeometryCollection","id":65,"geometries":[{"type":"LineString","arcs":[520]},{"type":"LineString","arcs":[521]},{"type":"Polygon","arcs":[[522,-366,523,524,525,526,527,528,529,530,-259,531,532,533,534]]}]},{"type":"Polygon","id":66,"arcs":[[535,536,-273,537,-282,538]]},{"type":"Polygon","id":67,"arcs":[[539,540,541,-455,542,543]]},{"type":"Polygon","id":68,"arcs":[[544,545,-201,546,547]]},{"type":"Polygon","id":69,"arcs":[[548,549,550,551,552,-213,553,554,555,556,557,-352,558,-1,559,-9,560]]},{"type":"Polygon","id":70,"arcs":[[-339,561,-91,562,563,564,565,-343,566,-341,567]]},{"type":"Polygon","id":71,"arcs":[[568,-359,569,570,571]]},{"type":"Polygon","id":72,"arcs":[[572,-488,573,-500,574,575,-504,576,-483,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,-490]]},{"type":"Polygon","id":73,"arcs":[[603,604]]},{"type":"Polygon","id":74,"arcs":[[605,606,-226,607,608,609,-252,610,-395,611,-445,612,-131,613,614,-128,615]]},{"type":"Polygon","id":75,"arcs":[[-551,616,-224,-86,617,-96,618,-94,619,620,621,-349,622,623,624,625,-206,626,627]]},{"type":"Polygon","id":91,"arcs":[[-48,628,-180,629,630,631,-50,632]]},{"type":"Polygon","id":92,"arcs":[[633,634,635,636,637,638,-68,639,640]]},{"type":"Polygon","id":104,"arcs":[[641,642,643,644,-329,645,646,-425,647,-410]]},{"type":"Polygon","id":76,"arcs":[[-436,648,-434,649,650,651,652,653,654,655,656,657,-602,658,-600,659,660,661,662,-530,663,-528,664,665,666,667,668,-277,669,-438,670]]},{"type":"Polygon","id":77,"arcs":[[-193,671,672,673,674,675]]},{"type":"Polygon","id":78,"arcs":[[676,677,678,-362,679,-310,680]]},{"type":"Polygon","id":79,"arcs":[[681,682,-139,683,-421,684,685]]},{"type":"Polygon","id":80,"arcs":[[686,687,-52,688,-631,689,690,691,692,-643,693,-408,694,-56,695,696,697,698,699]]},{"type":"Polygon","id":81,"arcs":[[700,701,-228,702,703,704,705]]},{"type":"Polygon","id":82,"arcs":[[706,707,-532,-258,708,709]]},{"type":"Polygon","id":83,"arcs":[[710,-506,711]]},{"type":"Polygon","id":84,"arcs":[[712,713,-374,714,-328]]},{"type":"Polygon","id":85,"arcs":[[715,716,717,-673,718]]},{"type":"Polygon","id":86,"arcs":[[719,-345,720,721,722,-209,723,-624,724,-347]]},{"type":"Polygon","id":100,"arcs":[[-555,725,-211,726,727,728,729,-557,730]]},{"type":"Polygon","id":101,"arcs":[[-141,731,732,733]]},{"type":"Polygon","id":87,"arcs":[[734,-661,735,-598,736,-596,737,-594,738,739,-591,740,741]]},{"type":"Polygon","id":88,"arcs":[[-668,742,-666,743,-526,744,-524,-365,745,746,-678,747,748,749,750]]},{"type":"Polygon","id":89,"arcs":[[751,-419,752,753,754]]},{"type":"Polygon","id":90,"arcs":[[755,756,-299,757,-104,758,759,760,-354,761,762,763]]},{"type":"Polygon","id":102,"arcs":[[764,-82,765,766]]},{"type":"Polygon","id":103,"arcs":[[767,768,-19,769,770,771]]},{"type":"Polygon","id":93,"arcs":[[772,773,774,-651,775,-432,776,-536,777,778,779,780]]},{"type":"Polygon","id":94,"arcs":[[781,782,-322,783,-32,784,-687,785,-699,786,-697,787,-54,788]]},{"type":"Polygon","id":95,"arcs":[[-722,789,790,791]]},{"type":"Polygon","id":96,"arcs":[[-221,792,-219,793,-492,794,795,796,797,798]]},{"type":"Polygon","id":97,"arcs":[[799,800]]},{"type":"Polygon","id":98,"arcs":[[801,-675,802,803,-756,804,805]]},{"type":"Polygon","id":99,"arcs":[[806,-716,807]]},{"type":"Polygon","id":108,"arcs":[[808,809,810,811,-797,812,813,-244,814,-242,815,-240,816,-238,817,-236,818,-234,819,820,821,-306,822,823,824]]},{"type":"Polygon","id":109,"arcs":[[-604,825,-821,826,827,-231,828,-254,829,-609,830]]},{"type":"Polygon","id":121,"arcs":[[831,-415,832,-400,833,-398,834,-514,835,-118,836,837]]},{"type":"Polygon","id":122,"arcs":[[838,-302,839,840,-710,841]]},{"type":"Polygon","id":123,"arcs":[[-159,842]]},{"type":"Polygon","id":124,"arcs":[[843,844,845]]},{"type":"Polygon","id":125,"arcs":[[846,-549,847,-545,848,849,-199,850,-370]]},{"type":"Polygon","id":110,"arcs":[[-222,-799,851,-811,852,-809,853,-824,854,855,856,-308,857]]},{"type":"Polygon","id":111,"arcs":[[858,859,-247,860,-656,861,-654,862,-773,863,-780,864,865,866,867,-519,868,-517,869]]},{"type":"Polygon","id":112,"arcs":[[-368,870,-376,871,872,-326,873,-324,874,-782,875]]},{"type":"Polygon","id":113,"arcs":[[876,877,878,879]]},{"type":"Polygon","id":114,"arcs":[[880,881,882]]},{"type":"Polygon","id":115,"arcs":[[883,-497,884,885,886,-879,887]]},{"type":"Polygon","id":116,"arcs":[[-261,888,889,-742,890,891,-588,892,893,-585,894,-583,895,-581,896,-579,897,-481,898,-479,899,-477,900,901,-474,902,-635,903,-466,904]]},{"type":"Polygon","id":117,"arcs":[[905,-356,906,-760,907,908,-174,909,-172,910,-5]]},{"type":"Polygon","id":118,"arcs":[[-754,911,-417,912,-838,913,-116,914]]},{"type":"Polygon","id":119,"arcs":[[-564,915,916,917,-704,918,-460,919,920,921]]},{"type":"Polygon","id":120,"arcs":[[922,-291,923,-686,924,-162,925]]}]}},"arcs":[[[2959,275],[-11,9],[-2,-8],[-15,0]],[[2931,276],[4,10]],[[2935,286],[-7,6],[9,18],[2,18],[23,1],[4,15],[-47,9],[0,28],[-7,7],[0,11],[12,21],[6,-7]],[[2930,413],[9,24]],[[2939,437],[23,-22],[21,18],[8,38],[7,6],[18,-17],[6,21],[12,9]],[[3034,490],[34,-32]],[[3068,458],[-15,-14],[10,-9],[-14,-13],[42,-38],[-11,-43],[-17,15]],[[3063,356],[-20,-83]],[[3043,273],[-20,3],[-8,-5],[-7,6],[-4,-8],[-7,1],[-2,-8],[-17,3],[3,10]],[[2981,275],[-15,2],[-7,-2]],[[2708,299],[8,11]],[[2716,310],[10,-5],[4,4],[5,-23],[-13,-2]],[[2722,284],[-5,11],[-9,4]],[[2699,353],[-10,12]],[[2689,365],[51,39]],[[2740,404],[-4,-24]],[[2736,380],[-24,-17],[-13,-10]],[[2684,282],[-6,3]],[[2678,285],[-2,-8]],[[2676,277],[-14,6]],[[2662,283],[17,24]],[[2679,307],[12,-4],[-3,-4]],[[2688,299],[5,-4]],[[2693,295],[-4,-5],[-5,-8]],[[2592,268],[-7,11]],[[2585,279],[19,14],[-4,7]],[[2600,300],[29,-4]],[[2629,296],[5,-4]],[[2634,292],[-9,-1],[1,-5]],[[2626,286],[-28,-14],[-6,-4]],[[2692,280],[13,20],[15,-5],[-6,-9],[-13,-12],[-9,6]],[[3639,501],[-4,-29]],[[3635,472],[3,-2],[-17,-15]],[[3621,455],[-11,7],[-8,-9],[-34,24],[-8,-9],[-58,40],[-41,-49],[-18,3],[-8,-4],[-47,32],[-78,-89],[-7,11],[3,9],[-9,4]],[[3297,425],[7,6],[-3,8],[-8,11],[-9,1]],[[3284,451],[-13,24],[-22,-24]],[[3249,451],[-6,3],[-85,71]],[[3158,525],[15,17]],[[3173,542],[-15,16],[-16,4],[-29,15]],[[3113,577],[17,13],[8,-8]],[[3138,582],[5,1],[10,8]],[[3153,591],[6,-5],[5,4]],[[3164,590],[3,-3],[-5,-5]],[[3162,582],[16,-15],[13,7],[15,-11]],[[3206,563],[10,11],[5,17]],[[3221,591],[6,-5],[19,21],[20,-16],[36,32],[4,-3],[1,9],[10,2],[0,-6]],[[3317,625],[6,6],[0,-15]],[[3323,616],[7,2],[0,-25],[9,2],[-2,-2],[14,-10],[7,9],[7,-5],[6,8],[6,-5],[4,5],[7,-5],[-6,-7],[13,-9],[12,14],[47,-34]],[[3454,554],[52,63]],[[3506,617],[16,-11],[5,7],[38,-25]],[[3565,588],[-27,-34]],[[3538,554],[55,-34],[4,6]],[[3597,526],[19,-13],[23,-12]],[[4015,362],[-82,55],[27,32],[-75,-1],[-2,35],[-7,0],[0,-3],[-10,6],[-4,-6],[-14,8],[-5,-6],[-17,11],[5,6],[-33,21],[10,13]],[[3808,533],[-16,10]],[[3792,543],[26,34],[17,-10],[8,9],[-5,3],[6,8],[-16,19],[6,5],[-8,9],[-6,-5],[-25,29],[5,5],[-7,1],[11,9],[-4,5],[6,5],[6,-7],[5,5],[6,-7],[4,4],[5,-5],[6,5]],[[3838,664],[4,-4]],[[3842,660],[-6,-5],[22,-23],[7,5],[14,-16],[6,5],[15,-17],[6,5],[-6,7],[12,10],[-6,7],[7,6],[3,-5],[13,12],[8,-10],[12,10],[-3,9],[7,8],[-4,8],[20,18],[-5,3],[6,5],[-7,5],[26,21],[-4,4],[47,40]],[[4032,772],[21,-16]],[[4053,756],[-13,-11],[15,-17],[-4,-9],[11,2],[10,9],[12,-11],[-4,-3],[13,0],[21,-22],[10,9],[4,-6],[23,11],[9,-9]],[[4160,699],[-11,-20],[24,-23],[-7,-26],[-14,0],[-7,-10],[-4,-10],[11,-1],[3,-4],[-18,-21],[7,-11],[8,-2],[-10,-8],[-4,-11],[18,3],[16,-14],[-10,-11],[4,-9],[-6,-8],[3,-2],[-21,-18],[-15,-4],[-8,-9],[-5,0],[-11,-21],[-9,-2],[5,-19],[8,-7],[-1,-12],[-16,-12],[-17,-1],[-26,-22],[-15,0],[-17,-22]],[[2682,313],[-17,6]],[[2665,319],[15,26],[-2,-8]],[[2678,337],[6,-5],[-4,-6]],[[2680,326],[11,-6]],[[2691,320],[-7,-4],[-2,-3]],[[3790,1904],[-32,19],[6,7]],[[3764,1930],[6,-2],[13,16],[-5,3]],[[3778,1947],[12,28]],[[3790,1975],[15,-5],[1,5],[12,-2],[-2,-6],[14,-5],[15,6],[37,-13],[-28,-34],[-11,7],[-16,-20],[-16,10],[-15,-18],[-6,4]],[[3790,1904],[-12,-17],[3,2],[13,-10],[-9,-12],[-13,11],[18,26]],[[2657,304],[6,2],[-12,6]],[[2651,312],[14,7]],[[2682,313],[-6,-13],[-6,-5],[-13,9]],[[4544,1312],[-87,75],[124,111],[-59,52],[-23,-30],[-24,23],[9,12],[-20,6],[-14,-1],[-15,-13],[-38,32],[37,45],[22,46],[-36,31]],[[4420,1701],[55,37]],[[4475,1738],[113,115],[72,65]],[[4660,1918],[86,-69],[-7,-4],[8,-6],[7,3],[8,-6]],[[4762,1836],[223,-194]],[[4985,1642],[0,-186],[-82,-72],[-100,-44],[-111,-28],[-1,44],[6,4],[-2,5],[4,5],[-3,2],[5,-2],[0,3],[-6,12],[-3,-3],[-5,6],[-12,-5],[-4,4],[-3,-2],[-7,8],[-15,5],[-2,-2],[-8,6],[-11,-3],[-9,4],[-22,-28],[-50,-63]],[[2721,328],[7,14]],[[2728,342],[-4,1],[4,4]],[[2728,347],[-4,7],[20,-3]],[[2744,351],[0,-17],[-6,-13]],[[2738,321],[-3,1],[-14,6]],[[2547,97],[-10,10],[-23,-15],[-44,-4],[-38,42]],[[2432,130],[18,22],[-4,8],[6,-1],[4,11],[22,8],[12,-6],[16,1]],[[2506,173],[34,16],[5,-2]],[[2545,187],[33,10]],[[2578,197],[14,11]],[[2592,208],[0,-9]],[[2592,199],[15,-16]],[[2607,183],[-6,-20],[3,-2],[-14,-26]],[[2590,135],[-3,4]],[[2587,139],[-2,-3],[3,-7]],[[2588,129],[-20,-9]],[[2568,120],[-16,-17],[-5,-6]],[[2754,407],[-9,-1],[7,4]],[[2752,410],[1,16],[12,15],[1,9],[5,3],[6,-3]],[[2777,450],[1,8],[7,4],[-2,7]],[[2783,469],[5,-2],[6,14],[-4,4],[7,-1],[15,16]],[[2812,500],[14,-14],[16,2]],[[2842,488],[-22,-26]],[[2820,462],[-18,-10],[-8,2]],[[2794,454],[-28,-43],[-11,-8],[-1,4]],[[3919,1104],[48,38]],[[3967,1142],[14,37],[34,24]],[[4015,1203],[32,32]],[[4047,1235],[31,51],[26,21],[46,25]],[[4150,1332],[61,67],[35,64],[49,41],[21,24],[45,95],[33,49],[26,29]],[[4544,1312],[-266,-343],[-22,-133]],[[4256,836],[-62,57],[12,11],[-59,54],[-12,-11],[-53,48],[-15,-12],[-11,17],[13,7],[-46,42],[-22,-20],[-24,19],[-8,-16],[-30,27],[4,2],[4,15],[-28,28]],[[2679,307],[12,13]],[[2691,320],[6,-4],[-5,-12],[-13,3]],[[2709,400],[-1,13],[11,5],[1,16]],[[2720,434],[12,-1],[1,22],[-12,1],[1,13],[-14,2]],[[2708,471],[1,4]],[[2709,475],[9,-1],[1,6],[8,4],[2,11],[-3,2],[7,3]],[[2733,500],[-4,4]],[[2729,504],[18,14],[3,-6],[10,7],[3,22]],[[2763,541],[49,-41]],[[2783,469],[3,-4],[-10,-10],[1,-5]],[[2752,410],[-18,-8]],[[2734,402],[-19,0],[-6,-2]],[[2680,326],[8,12],[18,-11],[-7,-11],[-19,10]],[[2417,291],[-1,12],[-14,-1]],[[2402,302],[3,12],[14,4]],[[2419,318],[8,43],[-19,3],[2,10],[7,-1]],[[2417,373],[-8,19],[10,4]],[[2419,396],[0,5],[7,-5]],[[2426,396],[1,6],[5,1],[0,-17],[8,10],[35,7],[15,14],[9,3],[-7,10]],[[2492,430],[10,6]],[[2502,436],[10,-9],[6,6]],[[2518,433],[6,-2],[2,3],[7,-6],[6,8]],[[2539,436],[-4,3],[13,15]],[[2548,454],[42,-37]],[[2590,417],[-18,-6],[-15,-16]],[[2557,395],[27,-24]],[[2584,371],[-8,3],[5,-4],[-21,-5]],[[2560,365],[-4,4],[14,-13]],[[2570,356],[0,-6],[-4,3],[-5,-4],[-12,9],[-3,-11],[-4,2],[-10,-3],[2,-10],[-4,-6],[-10,4],[-6,-7],[23,-19],[-1,4],[20,3],[13,-12]],[[2569,303],[-15,-10],[-21,-25],[-24,-9],[-14,3],[-13,1],[-49,26],[-16,2]],[[2628,296],[-9,11],[-1,6],[4,3],[-6,7]],[[2616,323],[18,9]],[[2634,332],[17,-20]],[[2651,312],[-13,-8],[-10,-8]],[[5299,1777],[7,-21]],[[5306,1756],[8,-1],[20,-17],[-4,-13]],[[5330,1725],[2,-13]],[[5332,1712],[-158,-2]],[[5174,1710],[0,55],[-134,112],[33,32],[-42,37],[-9,1],[11,11],[-162,129]],[[4871,2087],[77,54]],[[4948,2141],[69,40],[95,46],[240,103],[133,38],[39,18]],[[5524,2386],[140,-116],[43,19],[12,-10],[6,-38],[-1,-8],[-8,-6],[4,-4],[73,32],[258,-222]],[[6051,2033],[-449,-151]],[[5602,1882],[60,-88],[-28,30],[-15,-11],[24,-25],[-95,-29],[0,-4],[-79,-27],[-42,93]],[[5427,1821],[-101,-34],[-27,-10]],[[2717,312],[-8,1],[2,3]],[[2711,316],[-9,4]],[[2702,320],[9,16],[11,-5]],[[2722,331],[-4,-14],[-1,-5]],[[2644,340],[-22,26]],[[2622,366],[19,24],[19,7],[5,-23]],[[2665,374],[-16,-15]],[[2649,359],[8,-10]],[[2657,349],[-4,-4],[-9,-5]],[[3162,582],[5,4],[-3,4]],[[3153,591],[-15,-9]],[[3113,577],[32,-15]],[[3145,562],[-36,-42],[-13,6],[-12,-11],[6,-5],[-5,-5],[6,-5],[-25,-26],[-9,-5]],[[3057,469],[-30,27]],[[3027,496],[1,11],[25,13],[18,21],[-23,22],[7,6],[-6,3],[2,10]],[[3051,582],[-13,10]],[[3038,592],[-1,-7],[-13,13],[-4,-6],[-5,1],[-26,24],[-1,7],[-1,-5],[-21,18]],[[2966,637],[12,1],[12,21],[16,13],[62,26]],[[3068,698],[79,43],[54,50],[34,15]],[[3235,806],[51,15],[8,9]],[[3294,830],[10,35],[21,20],[24,12],[28,1]],[[3377,898],[76,-68]],[[3453,830],[-41,-37],[36,-34],[-23,-20],[-7,7],[-6,-5],[-14,14],[-26,-26],[4,-4],[-11,-9],[-5,4],[-11,-9],[16,-13],[0,-29],[-9,-3],[0,-16],[-21,-5],[0,-9],[-10,-2]],[[3325,634],[0,-5],[-8,-4]],[[3221,591],[-4,-12],[-11,-16]],[[7343,2109],[0,-878]],[[7343,1231],[-347,605],[-276,0]],[[6720,1836],[-70,89],[-8,4],[3,6],[-5,8],[14,6],[-28,47],[-81,-35],[5,-8],[-65,-56],[-238,200]],[[6247,2097],[-196,-64]],[[5524,2386],[258,199],[41,25],[76,35],[95,27],[87,12],[103,3]],[[6184,2687],[109,-11],[96,-17],[117,-34],[82,-31],[104,-51],[141,-83]],[[6833,2460],[164,-136],[115,-86],[122,-74],[109,-55]],[[2762,281],[-7,-6],[-21,2]],[[2734,277],[-2,23]],[[2732,300],[16,-8],[13,0]],[[2761,292],[11,-8]],[[2772,284],[-6,-5],[-4,2]],[[3284,451],[10,-2],[9,-16],[-38,-37]],[[3265,396],[32,-24],[-27,-32],[-7,6],[-13,-1],[-7,-5],[0,-13],[-8,0],[0,-21],[-11,-1],[0,-45]],[[3224,260],[-22,2]],[[3202,262],[-3,-39]],[[3199,223],[-62,5],[2,6],[-16,1],[0,8],[-13,1]],[[3110,244],[0,15]],[[3110,259],[-16,1],[1,5],[-53,0]],[[3042,265],[21,91]],[[3068,458],[-11,11]],[[3145,562],[13,-3],[15,-17]],[[3158,525],[28,-20],[7,-10],[56,-44]],[[2851,110],[-14,-1],[0,-7],[-6,-7],[-35,30],[13,13],[-14,14],[-13,-3],[15,15],[-2,9]],[[2795,173],[6,8],[-18,12]],[[2783,193],[2,9]],[[2785,202],[8,6],[-4,9],[7,16]],[[2796,233],[-5,5],[3,1],[16,-15]],[[2810,224],[10,-1],[8,13],[14,-14]],[[2842,222],[10,2],[2,-4],[-6,-21]],[[2848,199],[8,-36]],[[2856,163],[-5,-53]],[[108,1955],[191,0]],[[299,1955],[0,74]],[[299,2029],[24,0],[0,8],[71,0],[0,-8],[34,0],[0,-4],[34,0],[0,9],[27,3],[1,-82],[46,0]],[[536,1955],[0,-82]],[[536,1873],[-48,0],[0,-32],[6,1],[0,-10],[-6,-1],[-1,-123],[-18,0],[1,-24],[15,-19],[-18,-10],[-2,-13],[22,0],[-1,-101],[540,0],[2,-5]],[[1028,1536],[-4,3],[1,-10]],[[1025,1529],[-7,-6],[-2,3],[-11,-15],[1,-9],[11,3],[-8,-4],[2,-5],[-5,0],[1,-9],[7,-9],[11,-4],[-2,-3],[-16,10],[-2,6],[-5,-7],[6,-3],[-7,0],[-2,-14],[-5,2],[2,-4],[-3,1],[-1,-7],[4,5],[1,-11],[10,4],[4,-5],[9,2],[-7,-8],[-5,3],[-2,-5],[8,1],[4,-9],[-3,-2],[11,-10],[-4,-2],[-10,12],[-10,-1],[2,3],[-7,4],[-4,-6],[2,-6],[11,-1],[2,-4],[-11,5],[-6,-6],[1,6],[-5,-2],[1,4],[-6,-9],[4,0],[4,-8],[-5,1],[-2,-4],[1,5],[-10,-1],[-3,5],[-5,-3],[1,-14],[-2,3],[-6,-10],[-3,4],[-10,-5],[-3,-12],[5,-1],[1,-6],[-3,5],[-5,-4],[-4,8],[-5,-4],[2,3],[-11,9],[-8,-6],[-6,3],[-16,-7],[5,5],[-19,0],[-4,-3],[8,-1],[-8,-6],[3,-6],[-10,-2],[-1,-12],[-2,7],[-4,-1],[4,-11],[-9,-3],[-5,-8],[3,-6],[-10,2],[11,-6],[-7,-1],[3,-3],[-5,-1],[-2,-8],[1,9],[-5,0],[3,3],[-5,3],[0,-13],[-2,6],[-5,-5],[-4,2],[-10,-13],[-10,-3],[-2,-8]],[[803,1295],[13,-15],[10,1],[9,-5],[4,-33],[-3,-6],[4,-10],[-3,-2],[5,-15],[-2,-9],[9,2],[-5,-11],[4,-16],[-10,-24],[2,-7],[5,8],[3,-3],[-7,-11],[5,-39],[-7,-25],[2,-6],[0,32],[-5,7],[-2,-13],[-12,-17],[4,-3],[-1,-11],[-6,-5],[3,-10],[5,-4],[-8,0],[5,-5],[11,2],[4,-7],[1,4],[8,-1],[-6,8],[9,-6],[0,-8],[-7,1],[4,-3],[-4,-17],[6,-6],[-4,-3],[2,-21],[5,-6],[-9,-8],[2,-10],[-13,-13],[13,-18],[20,-10],[7,-13],[-7,-7],[9,-20],[-7,-7],[11,-6],[1,-5],[-5,-26],[-4,-3],[4,-4],[2,2],[-1,-11],[11,-15],[-12,-8],[-3,-10],[-14,-9],[-15,-24],[-6,-28],[3,-9],[-3,-10],[5,-14]],[[842,691],[-42,12],[-23,11],[-14,0],[-4,-5],[-7,0],[-44,22],[-29,-4],[-17,3],[-24,-13],[-13,4],[-25,19],[-48,1],[-43,14],[-40,0],[-15,12],[3,16],[-4,9],[-46,30],[-25,14],[-42,48],[-3,27],[-6,6],[-3,15],[-26,19],[0,6],[-8,8],[-32,75],[-5,5],[-15,1],[-7,8],[-38,50],[-14,43],[-37,39],[-7,19],[8,46],[-4,11],[4,17],[-2,10],[-22,26],[3,8],[-10,2],[-6,13],[-17,15],[-12,35],[11,35],[-1,12],[20,14],[-3,506]],[[2432,130],[-15,-9]],[[2417,121],[-32,-9],[-67,65],[40,149]],[[2358,326],[11,-9],[12,-24]],[[2381,293],[51,-4]],[[2432,289],[-8,-39],[16,-1],[5,12],[12,-5],[15,-13],[4,2],[13,-17],[5,-8],[-11,-4],[42,-21],[10,-1],[6,6],[11,0],[9,-6]],[[2561,194],[-16,-7]],[[2545,187],[-6,1],[-33,-15]],[[1908,558],[-84,-1],[0,13],[-9,0],[0,-7],[-18,0],[-2,-6],[-35,1]],[[1760,558],[-9,-9],[-5,-2]],[[1746,547],[-3,3]],[[1743,550],[4,5],[-3,1],[3,9],[12,7],[1,6],[21,8],[-29,0],[-2,86],[-13,0],[-5,12],[3,13],[-4,4],[13,33],[-2,6],[-12,7],[47,2],[1,74],[-18,-1],[-1,232],[-27,0]],[[1732,1054],[-7,-11],[-14,-7],[-14,1],[-10,15]],[[1687,1052],[-25,21],[-11,5],[-11,-1],[2,6],[-9,-4],[-7,8],[-14,1],[-6,5],[2,4],[-5,-5],[-10,5],[-5,31],[5,5],[-9,12],[20,14],[5,57],[-4,30],[20,9],[11,-2],[1,-4],[22,8]],[[1659,1257],[43,47],[33,19],[25,-15]],[[1760,1308],[-1,-11]],[[1759,1297],[16,-2]],[[1775,1295],[-1,9],[10,-4],[6,4],[13,-2],[1,-16],[10,-14],[-1,-27],[13,2],[10,12],[6,1],[17,25]],[[1859,1285],[18,14],[10,23]],[[1887,1322],[-8,12],[6,17],[31,34],[5,25],[31,43],[-16,14],[-7,-1],[-2,13],[5,9],[-7,10],[-11,-14],[2,-7],[-11,-1],[-6,16]],[[1899,1492],[3,10],[-15,22]],[[1887,1524],[-7,0],[-6,10],[-17,12]],[[1857,1546],[-6,30]],[[1851,1576],[284,-1]],[[2135,1575],[84,-73],[4,2],[15,-11],[25,-35],[17,-12],[8,-14],[15,-7],[-1,7],[9,2],[14,-7],[9,10],[-4,-6],[8,-2],[-15,-32],[-23,-24],[-7,-27],[-10,-17],[1,-5],[4,0],[-1,-4],[-6,9],[-11,-15],[-2,8],[0,-12],[-8,-5],[-6,-21],[-12,2],[-5,-6],[1,-5],[72,-6],[25,-38],[-14,-12],[22,-20],[-70,-59],[65,-57],[-13,-7],[-5,-11],[-5,5],[-2,-4],[5,-44],[-5,1],[0,-13],[-7,-5],[-1,-15],[6,-1],[-5,-7],[5,-2],[-12,-21],[6,-13],[-3,-7],[5,-4],[-1,-24],[2,-2]],[[2308,909],[12,11],[7,-2],[3,8]],[[2330,926],[44,-40]],[[2374,886],[-58,-55],[62,-56],[-61,-57],[14,-13],[-7,-6],[40,-35],[-13,-52],[-7,2],[-1,-9],[7,-1],[-4,-20]],[[2346,584],[-10,5]],[[2336,589],[-61,6],[-25,8],[5,-1],[-3,-5],[4,-3],[-7,-4],[-3,-17],[7,-13],[-4,0],[-12,-17],[-6,-1],[0,-9],[-17,2]],[[2214,535],[5,22]],[[2219,557],[-28,1],[-1,-15],[-16,-1],[-3,16],[-10,0],[-3,25],[-9,0],[0,26],[-35,0],[-1,24],[-66,-1],[7,64],[-19,0],[1,-18],[-9,0],[0,-13],[-9,0],[1,-16],[-10,0],[1,-17],[-102,-3]],[[1908,629],[0,-9],[0,-62]],[[3865,1076],[-28,-21],[-56,-6],[-18,3]],[[3763,1052],[18,22]],[[3781,1074],[-16,10],[-16,38],[37,26],[15,22],[-27,31],[-11,-9]],[[3763,1192],[-6,5],[4,3],[-17,13],[-7,-5],[-5,4],[1,6],[-10,0],[-2,7],[7,4],[-13,18],[-78,91]],[[3637,1338],[-268,344]],[[3369,1682],[303,0],[2,13],[-14,2]],[[3660,1697],[-1,11],[502,-2]],[[4161,1706],[40,75],[95,-39]],[[4296,1742],[37,74]],[[4333,1816],[7,-14],[12,-8],[37,-6],[38,-14],[48,-36]],[[4475,1738],[-48,-31],[-28,-28],[-43,-66],[-31,-70],[-15,-24],[-62,-54],[-35,-63],[-63,-70]],[[4150,1332],[-64,-38],[-14,-15],[-25,-44]],[[4015,1203],[-33,-23],[-15,-38]],[[3967,1142],[-59,-46],[-43,-20]],[[2665,374],[-4,8],[0,16],[39,-1],[19,6],[15,-1]],[[2734,402],[-7,-11],[-38,-26]],[[2689,365],[-14,-27],[-4,-6],[-22,27]],[[3135,787],[-8,12],[-9,-2]],[[3118,797],[-15,10]],[[3103,807],[40,36],[-13,12],[36,29],[-34,32]],[[3132,916],[27,25]],[[3159,941],[26,-22],[19,20],[-6,9],[20,4],[-7,6],[5,5],[20,0],[1,-5],[6,-1],[1,-6],[30,30]],[[3274,981],[90,-84]],[[3364,897],[-21,-2],[-29,-19],[-12,-15],[-8,-31]],[[3294,830],[-11,-10],[-48,-14]],[[3235,806],[-35,-16],[-16,-15]],[[3184,775],[-16,4],[-3,4]],[[3165,783],[-9,-1],[-21,5]],[[4660,1918],[93,80]],[[4753,1998],[118,89]],[[5174,1710],[-75,0],[0,-47],[-114,0],[0,-21]],[[4985,1642],[-54,47],[-169,147]],[[2589,296],[-4,4]],[[2585,300],[-15,4],[7,6],[-1,13]],[[2576,323],[20,12]],[[2596,335],[12,-15]],[[2608,320],[8,3]],[[2628,296],[-36,2],[-3,-2]],[[2751,364],[-7,-13]],[[2744,351],[-16,4],[-14,10]],[[2714,365],[22,15]],[[2740,404],[14,3]],[[2754,407],[-4,-14],[4,-20]],[[2754,373],[-3,-9]],[[3724,1048],[-22,29]],[[3702,1077],[22,18],[17,-25],[-4,-4],[-4,4],[-4,-2]],[[3729,1068],[8,-11]],[[3737,1057],[-3,-3],[-10,-6]],[[1733,241],[-6,28],[0,4]],[[1727,273],[11,1]],[[1738,274],[1,-8],[6,0],[-1,8],[-6,5],[8,0],[0,5],[8,-8],[7,0],[-2,6]],[[1759,282],[13,-17],[13,-2],[-7,-17],[-8,-4],[-22,-3]],[[1748,239],[-1,11]],[[1747,250],[-6,0],[-8,-9]],[[3690,1013],[3,3]],[[3693,1016],[-7,4]],[[3686,1020],[6,5]],[[3692,1025],[9,-3]],[[3701,1022],[20,4],[5,-6]],[[3726,1020],[8,6],[11,-6]],[[3745,1020],[-29,-22],[-13,2],[-13,13]],[[3428,204],[-2,-9]],[[3426,195],[-3,0],[0,-15],[-70,-4],[2,48],[-18,-2],[-1,26],[-15,2],[1,8]],[[3322,258],[-98,2]],[[3265,396],[36,39],[3,-5],[-7,-5]],[[3621,455],[16,14],[11,-10]],[[3648,459],[-66,-60],[-11,11],[-42,-38],[7,-6],[-11,-10],[-25,19]],[[3500,375],[-70,-78]],[[3430,297],[-6,5],[-14,-11],[-4,9]],[[3406,300],[-11,-13],[-10,-15]],[[3385,272],[18,-12],[9,0],[0,-6]],[[3412,254],[7,0],[-12,-17]],[[3407,237],[0,-13],[12,-1],[-5,-16],[7,-4],[7,1]],[[3719,994],[-4,4]],[[3715,998],[33,25],[9,19]],[[3757,1042],[-3,3]],[[3754,1045],[9,7]],[[3763,1052],[41,-2]],[[3804,1050],[15,-13],[-21,-1]],[[3798,1036],[-15,-7],[-17,-13]],[[3766,1016],[-10,-17],[-43,-16]],[[3713,983],[0,5],[6,6]],[[2683,110],[-26,25]],[[2657,135],[8,9],[-4,1]],[[2661,145],[5,12],[25,35]],[[2691,192],[-9,3],[4,4]],[[2686,199],[-13,6],[16,10]],[[2689,215],[12,26]],[[2701,241],[16,2],[10,5]],[[2727,248],[-6,-28],[-7,-3],[21,-11],[2,-9]],[[2737,197],[11,6],[-10,-11]],[[2738,192],[5,-6],[-1,-5],[8,5],[-6,-4]],[[2744,182],[3,-9]],[[2747,173],[-8,-10],[-9,8]],[[2730,171],[-16,2],[-11,-28],[-5,-16],[-4,1],[-11,-20]],[[2935,286],[-7,-16]],[[2928,270],[-6,6],[-3,-6],[-8,-3],[1,-4]],[[2912,263],[-79,72]],[[2833,335],[9,7],[-7,7],[14,19],[-7,7],[8,13],[-13,12],[30,31],[-22,24],[19,13],[18,27]],[[2882,495],[38,-36]],[[2920,459],[1,-15],[16,-14]],[[2937,430],[-7,-17]],[[3685,1046],[-6,-5]],[[3679,1041],[11,-6],[-2,-3]],[[3688,1032],[4,-7]],[[3686,1020],[-31,24]],[[3655,1044],[-9,-8],[-32,-8],[5,-4]],[[3619,1024],[-22,-5]],[[3597,1019],[-19,13]],[[3578,1032],[-19,-3],[-33,30],[4,7],[-3,6],[3,3],[-12,12],[10,9],[-5,5],[38,34],[-79,72],[80,44]],[[3562,1251],[93,-120],[-12,-8],[18,-25],[-12,-7],[-2,2],[-15,-13],[5,-5],[-2,-1],[23,-10],[5,3]],[[3663,1067],[15,-13],[7,-8]],[[3358,96],[1,-72],[8,-1],[0,-6],[16,1],[0,-9]],[[3383,9],[-195,1]],[[3188,10],[3,85],[33,-2],[2,87],[-28,0]],[[3198,180],[4,82]],[[3202,262],[120,-4]],[[3426,195],[6,15]],[[3432,210],[23,-1]],[[3455,209],[0,-5]],[[3455,204],[6,0],[-16,-23],[-9,-2],[1,-83]],[[3437,96],[-50,0],[-29,0]],[[2716,310],[5,18]],[[2721,328],[17,-7]],[[2738,321],[-12,-15],[-10,4]],[[2678,337],[11,28]],[[2699,353],[-14,-19],[-7,3]],[[4475,1738],[-57,40],[-71,19],[-11,11],[-13,31]],[[4323,1839],[-28,5],[-25,12],[-27,-2],[30,59],[-1,818],[-5,0],[-1,116]],[[4266,2847],[-1,889]],[[4265,3736],[515,0],[409,0],[0,-65],[25,0],[-7,-11],[10,-23],[-9,-11],[0,-11],[-8,-5],[3,-5],[-13,-8],[-2,-11],[16,-10],[6,2],[16,-27],[0,-14],[-11,-12],[5,0],[9,-21],[17,-18],[12,-3],[11,-13],[10,0],[8,-27],[21,-23],[-21,-23],[0,-33],[-6,-2],[-7,13],[-7,-6],[5,-9],[9,-3],[-17,-38],[0,-17],[7,-20],[5,-2],[-1,-11],[-11,-6],[-12,-14],[5,2],[-1,-6],[5,2],[-5,-3],[-2,-13],[10,-26],[-3,-12],[6,3],[-7,-7],[7,-5],[-4,5],[-4,-6],[-1,4],[-4,-3],[-19,-20],[-7,-2],[3,-7],[5,0],[-5,-2],[5,-6],[-3,2],[-6,-12],[-4,-22],[12,6],[-11,-7],[-3,-8],[4,-10],[-3,3],[-3,-2],[-19,-36],[9,-10],[2,-20],[70,0],[45,-161],[-49,-37],[-8,-56],[30,12],[18,-4],[16,-5],[9,-16],[17,-3],[4,-9],[3,-18],[-18,-6],[9,-23],[-19,-1],[-4,-4],[3,-15],[-17,-3],[16,-28],[-5,-11],[3,-31]],[[5334,2612],[257,0]],[[5591,2612],[0,-175]],[[5591,2437],[-67,-51]],[[5524,2386],[-23,-12],[-56,-19],[-76,-19],[-64,-24],[-228,-101],[-129,-70]],[[4948,2141],[-112,-78],[-83,-65]],[[4753,1998],[-166,-146],[-112,-114]],[[2470,477],[-8,-6]],[[2462,471],[-53,23]],[[2409,494],[32,29],[-35,31],[4,19]],[[2410,573],[-64,11]],[[2374,886],[202,-173]],[[2576,713],[-42,-38],[11,-10],[-9,-9],[11,-10],[-11,-11],[5,-5],[-10,-9],[11,-11],[-19,-18],[11,-11],[-50,-43],[6,-6],[-7,-7]],[[2483,525],[7,-6],[-1,-4],[4,-4]],[[2493,511],[10,9],[10,-15],[8,0],[-15,-14]],[[2506,491],[9,-8]],[[2515,483],[-7,-2],[6,-11],[-11,0],[-8,18],[-10,-1],[0,-10]],[[2485,477],[-8,1],[-7,-1]],[[3726,1020],[-5,12]],[[3721,1032],[12,5],[2,4],[6,-2],[13,6]],[[3757,1042],[-7,-15],[-5,-7]],[[3842,660],[-9,9]],[[3833,669],[15,12],[-45,56],[-7,-6],[-10,12],[9,6],[-20,18],[19,10],[-55,70],[16,11],[-9,8],[7,7],[-9,8],[-7,-7],[-5,10],[-11,-10]],[[3721,874],[-28,25]],[[3693,899],[34,32],[8,-7],[-1,14],[7,6],[4,-25]],[[3745,919],[27,25]],[[3772,944],[15,-12],[11,10],[6,-10],[14,-6],[-6,-4],[10,-3],[-2,-10],[27,-3],[9,5],[5,-7],[11,-2],[22,-25],[5,3],[12,-15],[9,9],[20,-21],[6,-3],[5,4],[21,-21],[-12,-13],[15,-15],[12,10]],[[3987,815],[45,-43]],[[2590,417],[-27,24]],[[2563,441],[23,20],[-4,4]],[[2582,465],[19,5]],[[2601,470],[42,-36]],[[2643,434],[-9,-2]],[[2634,432],[2,-11],[-6,-2],[2,-6],[-4,-3],[-36,5],[28,-24],[7,4],[9,-10]],[[2636,385],[-10,-11]],[[2626,374],[-11,9],[-4,-4],[5,-4],[-9,-5],[-12,11],[0,-7],[-11,12]],[[2584,386],[-8,-5],[-19,14]],[[4053,756],[-66,59]],[[3772,944],[11,10]],[[3783,954],[0,7],[-4,0],[2,15],[-3,-3],[-1,3],[7,6],[-12,14],[-16,0]],[[3756,996],[10,20]],[[3766,1016],[32,20]],[[3804,1050],[37,6],[24,20]],[[3865,1076],[54,28]],[[4256,836],[-4,-27],[-18,-3],[-4,-12],[-9,-4],[0,-6],[-9,-7],[-11,1],[-8,-6],[-8,-11],[2,-17],[-12,-5],[-15,-40]],[[3103,807],[-3,5],[-16,6],[-19,20]],[[3065,838],[-3,23],[-34,-30],[-14,12],[-33,48],[-23,21],[4,3],[-24,7],[6,6],[-3,7],[-28,9],[25,23]],[[2938,967],[11,-22]],[[2949,945],[14,-3]],[[2963,942],[7,16],[-12,34]],[[2958,992],[8,5],[29,-7],[8,-5],[13,-29],[10,-4],[5,-8],[-4,13],[17,-14],[-6,-5],[10,-10],[-5,-7],[16,-3],[-5,-7],[16,-5],[1,-6],[18,15],[6,-5],[6,5],[8,-7],[-3,12]],[[3106,920],[18,10]],[[3124,930],[-5,5],[9,8],[17,-15]],[[3145,928],[-13,-12]],[[2690,278],[-6,4]],[[2684,282],[9,13]],[[2688,299],[4,6],[13,-6],[-10,-15],[-5,-6]],[[2518,433],[-6,-5],[-10,8]],[[2502,436],[6,3]],[[2508,439],[-36,10],[7,2],[-8,10],[3,3]],[[2474,464],[-12,7]],[[2470,477],[15,0]],[[2515,483],[33,-29]],[[2548,454],[-11,-12],[2,-6]],[[2624,279],[4,5],[-4,7],[10,1]],[[2629,296],[22,16]],[[2657,304],[16,-10],[-11,-11]],[[2662,283],[4,-3]],[[2666,280],[-2,-12]],[[2664,268],[-18,11],[-12,-12],[-10,12]],[[5330,1725],[5,11],[-21,18],[-8,2]],[[5299,1777],[128,44]],[[5602,1882],[645,215]],[[6720,1836],[-98,-55],[-204,-116],[-186,-52],[-31,59],[-110,51],[-133,15],[-62,-9],[-20,26],[-23,6],[-38,-4],[-19,-20],[-61,-17],[-13,-7],[-21,-5],[-6,4],[-12,-7],[-23,6],[-35,-10],[-19,-24],[-2,-15],[11,-7],[-5,-6],[-10,1],[-35,23],[-5,-7],[-27,-4],[-4,-13],[-11,2],[-4,-7],[-14,-4],[-9,6],[-8,-3],[-18,10],[-5,0],[2,-5],[-4,-3],[-20,6],[5,-13],[-2,-3],[-5,3],[-5,-9],[3,-6],[-7,-1],[-7,3],[5,3],[-7,2],[1,5],[-53,26],[-30,8],[-5,-2],[-6,7],[0,14],[5,5],[-8,6],[1,6],[9,7]],[[2568,252],[-2,8],[-8,-5],[-22,15]],[[2536,270],[29,32],[20,-2]],[[2589,296],[11,4]],[[2585,279],[13,-21]],[[2598,258],[-4,0],[-26,-6]],[[4161,1706],[-507,2],[-38,44],[-16,23]],[[3600,1775],[-10,5],[-30,34],[29,93],[12,-3],[1,5]],[[3602,1909],[117,-27]],[[3719,1882],[23,29],[6,-3]],[[3748,1908],[11,14],[31,-18]],[[3790,1975],[-5,-14]],[[3785,1961],[-25,8],[-13,-6]],[[3747,1963],[-54,19],[-31,4]],[[3662,1986],[-35,16]],[[3627,2002],[49,152],[22,-5],[-39,38],[-23,6],[7,23],[32,29],[3,14],[11,10],[4,28],[19,24],[11,26],[5,108],[20,40],[0,20],[17,42],[-19,28],[12,51],[-7,19],[1,35],[8,41],[9,17],[-2,5],[-18,9],[-2,8],[-4,-1],[-9,13],[-3,-4],[-9,6],[7,12],[5,32],[21,23],[-2,32],[-5,16],[-25,27],[4,50],[-11,31],[-28,23],[2,34],[-9,19],[7,6],[0,15],[7,7],[0,6],[22,14],[0,30],[-5,5],[20,20],[-17,23],[-1,23],[5,14],[-3,9],[-11,-1],[-1,29],[8,12],[2,27],[-3,18],[-7,7],[2,7],[-7,6],[0,10],[-12,7],[7,51],[-12,26],[-5,2],[-4,11],[-9,5],[-12,17],[-3,21],[-23,16],[-10,21],[10,12],[10,4],[8,22],[-11,52],[11,27],[-3,30],[13,14],[-6,16],[7,36]],[[3655,3760],[-6,2],[12,15],[12,6]],[[3673,3783],[29,38],[0,14]],[[3702,3835],[8,16]],[[3710,3851],[-6,7],[3,14],[25,30]],[[3732,3902],[8,29],[42,68],[15,40],[0,11],[12,5]],[[3809,4055],[1,8],[9,3]],[[3819,4066],[2,-6],[4,1],[2,12],[3,-2],[24,13],[32,40]],[[3886,4124],[25,16],[12,-1]],[[3923,4139],[0,-8],[-8,-6],[13,-8],[29,13],[14,13],[22,2],[19,7],[18,12],[16,-9],[14,8],[13,-4],[14,11],[28,7],[19,0],[27,14],[-1,13],[15,12],[0,5],[-17,-3],[-1,6],[-5,0],[10,10],[1,8],[18,11],[18,38],[-12,0],[-1,8],[-9,-3],[-6,7],[8,10],[10,3],[4,10],[11,2],[-4,8],[-24,8],[2,12],[8,5],[4,-8],[8,9],[-9,21],[-10,2],[1,3],[14,9],[7,-3],[22,17],[-8,0],[-7,8],[1,8],[17,13],[-4,5],[16,10],[13,-3]],[[4251,4452],[10,5],[5,-47],[0,-1563]],[[4323,1839],[10,-23]],[[4333,1816],[-4,-9],[-33,-65]],[[108,1955],[0,329]],[[108,2284],[203,0],[0,-5]],[[311,2279],[66,-1]],[[377,2278],[0,6],[66,0],[0,-5],[111,0]],[[554,2279],[631,0]],[[1185,2279],[-1,-20],[-22,-12],[-13,-46],[10,-5],[3,-9],[-6,-20],[9,-10],[-2,-12],[11,-22],[-6,-11],[-1,-37],[-12,-18],[0,-15],[-4,-5],[-91,0],[0,-41],[-95,0],[0,-122],[-219,0],[-5,-11],[-14,-6],[-52,0],[0,23],[-21,0],[-5,11],[4,12],[-18,6],[-24,-25],[-26,-10],[0,-23],[-49,0]],[[536,1851],[0,104]],[[299,2029],[0,-28],[0,-46]],[[2707,328],[-20,9],[10,15],[16,-8],[3,-5],[-9,-11]],[[2671,245],[0,5],[23,15]],[[2694,265],[4,-5],[-3,-5]],[[2695,255],[31,-7]],[[2726,248],[-32,-9],[-13,-1],[-10,7]],[[6522,5689],[578,0]],[[7100,5689],[-4,-7],[-6,0],[0,-7],[-16,1],[6,-8],[-3,-3],[12,-3],[-12,-5],[13,-10],[-23,-1],[10,-6],[-4,-2],[7,-4],[-2,-2],[-11,6],[-10,-3],[-6,5],[2,-7],[-11,3],[-4,11],[-11,0],[-6,3],[5,5],[-27,5],[-2,4],[-17,-6],[1,-6],[15,-2],[-14,-9],[-8,0],[7,-7],[-10,-4],[6,-6],[-10,1],[6,-9],[-4,-5],[12,-8],[6,-17],[-6,1],[-4,-5],[-9,2],[4,-5],[-13,1],[6,-5],[-19,1],[8,-7],[-13,1],[7,-7],[-11,0],[18,-6],[0,-8],[6,2],[13,-4],[8,-10],[18,-10],[-1,-5],[13,-10],[-8,0],[-1,-4],[7,-7],[8,1],[8,-5],[6,-23],[-14,1],[-32,14],[0,-6],[-8,1],[2,-6],[-12,-5],[-8,3],[3,-7],[-13,-3],[1,-5],[-19,3],[-11,8],[-14,-11],[-16,5],[-9,-6],[-18,18],[-10,3],[3,12],[-33,21],[5,9],[-11,3],[7,2],[-1,4],[-9,1],[-14,-6],[-7,7],[-13,1],[-7,4],[1,16],[-24,8],[-14,0],[-5,6],[-41,3],[9,-14],[-9,0],[7,-12],[-3,-1],[-11,-1],[-9,8],[-11,2],[-5,-7],[13,-5],[1,-7],[-10,-10],[-22,12],[-14,-3],[-17,7],[-3,-7],[-7,-2],[-15,0],[-2,7],[-11,-6],[-13,3],[-6,16],[10,-3],[-1,6],[14,2],[-13,11],[14,12],[-11,17],[-5,2],[-6,-5],[-9,7],[-4,-7],[-5,6],[-7,-4],[-5,3],[9,19],[-6,6],[-16,5],[-8,13],[-17,7],[-15,3],[-7,-5],[-7,2],[-12,14],[-12,-1],[-1,9],[-18,-6],[-4,-19],[-21,3],[3,-9],[-13,-21],[0,-16],[-40,-5],[1,-10],[-5,-5],[-14,18],[-5,0],[1,-9],[-6,-7],[-15,5],[-3,-6],[-7,2],[-2,12],[-17,3],[-13,-7],[3,-12],[20,-17],[2,-19],[-11,-3],[0,-6],[-11,-3],[-10,5],[-18,-5],[-23,6],[-7,-5],[-11,13],[-6,0],[-5,-19],[-9,-7],[-13,7],[-3,12],[-19,27],[-34,25],[-8,12],[9,14],[-12,8],[8,10],[-4,10],[-10,-2],[-25,9],[-13,-7],[-13,1],[-15,9],[-10,-3],[6,-12],[-54,41],[1,-7],[-9,-1],[-7,3],[-8,-1],[-10,6],[-4,-10],[-7,15],[607,1]],[[5488,5891],[184,-1],[9,-22],[-15,7],[3,-12],[13,-15],[42,-33],[12,-25],[-21,17],[-16,2],[10,-11],[-12,-4],[8,-23],[-12,2],[-3,-4],[37,-45],[-26,17],[-1,-3],[11,-24],[11,-8],[7,2],[8,-5],[19,-24],[-10,-3],[-22,16],[-10,-3],[-12,5],[-3,-7],[10,-13],[-4,-1],[16,-9],[-4,-2],[15,-14],[-4,-16],[16,-13],[0,-13],[9,-3],[4,-11],[15,-9],[-14,-7],[2,-9],[-12,4],[1,-8],[-6,-7],[-42,27],[12,-11],[2,-20],[7,0],[17,-15],[-3,-11],[-15,15],[-6,-2],[-18,13],[2,-7],[-8,13],[-9,0],[-36,25],[-8,-6],[-7,2],[-4,-5],[-8,1],[-5,10],[-42,26],[-7,17],[-72,58],[-5,205]],[[4265,3736],[-1,1953]],[[4264,5689],[561,0],[583,0]],[[5408,5689],[9,-6],[-7,-6],[10,-8],[-3,-2],[13,-11],[8,0],[7,-20],[10,-5],[2,-10],[13,-5],[9,-12],[-3,-3],[4,-6],[19,-6],[-4,-12],[5,-7],[17,-9],[-2,-4],[22,-11],[26,-26],[-4,-2],[8,-2],[-9,-7],[3,-9],[-15,-1],[-10,-6],[4,-5],[-10,-7],[2,-7],[-5,-2],[-4,3],[-11,-9],[-21,6],[3,-18],[-6,-3],[-19,4],[5,-15],[-11,-5],[16,0],[-4,-9],[15,-3],[5,-6],[-11,-6],[2,-7],[-3,-4],[-7,2],[0,-7],[-12,4],[-5,14],[-16,-7],[-2,8],[-10,0],[-1,5],[-18,8],[4,4],[-15,7],[3,4],[-17,9],[-12,0],[1,-4],[-13,-2],[3,-10],[13,-4],[5,-8],[0,-7],[-14,-10],[6,-6],[-1,-7],[-16,2],[-1,3],[-8,-3],[-8,6],[-6,-1],[4,-6],[-8,-3],[-14,-1],[-10,20],[-8,-10],[-1,-8],[6,-4],[-8,-3],[5,-4],[-5,-7],[-15,-3],[-5,5],[5,5],[-9,2],[-2,-9],[-20,-4],[-1,-6],[9,-8],[6,1],[0,-9],[13,-7],[-12,-23],[9,1],[-3,-8],[18,-4],[10,-9],[-3,-13],[5,-8],[-10,-8],[5,-11],[7,-8],[16,-4],[5,-8],[-12,-2],[11,-3],[-3,-6],[-15,0],[6,-16],[-26,1],[-12,-7],[-13,5],[-22,-15],[6,-7],[-3,-9],[16,1],[4,-9],[-14,-3],[6,-8],[-10,-11],[5,-6],[-9,-1],[-7,-8],[3,-6],[14,0],[-2,-5],[5,-4],[5,3],[15,-11],[21,-3],[12,-15],[-8,-2],[1,-6],[14,0],[1,-4],[21,-4],[-7,-9],[7,-6],[-10,-6],[5,-4],[-3,-3],[7,-3],[8,3],[9,-10],[-6,-3],[2,-4],[12,1],[6,-4],[5,3],[7,-3],[-17,-20],[-29,-6],[21,-9],[-21,-7],[44,-5],[-9,-12],[19,-11],[14,-2],[0,5],[-7,1],[2,5],[19,-5],[-7,-7],[5,-9],[11,-1],[-9,-16],[6,-1],[5,-6],[-1,-20],[25,-16],[10,-1],[-5,-12],[3,-8],[8,-3],[13,10],[18,-19],[3,5],[8,-2],[4,13],[24,-14],[7,1],[6,-4],[14,8],[10,-7],[4,3],[9,-5],[7,-15],[12,-1],[-9,-12],[1,-5],[19,6],[6,-2],[2,-9],[6,-1],[-7,-11],[4,-8],[9,-3],[4,3],[7,-7],[-13,-13],[-7,3],[-9,-6],[-1,-9],[-8,-5],[-15,5],[-3,-4],[8,-4],[-15,-9],[3,-10],[11,3],[16,-9],[3,-16],[-11,-16],[3,-10],[-5,-5],[6,-5],[-3,-9],[7,-4],[-4,-3],[4,-6],[-20,-7],[-4,-7],[7,-9],[21,-2],[-18,-10],[1,-12],[5,-1],[-5,-8],[-27,-7],[-13,2],[-2,18],[11,5],[-4,6],[2,7],[-20,-9],[-6,-12],[-5,14],[-12,2],[7,4],[-3,3],[-35,4],[-18,17],[-14,-11],[5,-11],[-37,-21],[-7,-14],[5,-18],[6,-9],[6,1],[-5,-5],[8,-10],[-6,-4],[5,-9],[13,3],[3,-5],[9,8],[4,-4],[20,-2],[-18,-13],[-10,-1],[-4,5],[-14,-8],[0,-6],[-6,-4],[9,-14],[-5,-9],[8,-9],[15,5],[15,-7],[10,-19],[18,-4],[11,-11],[7,22],[8,-2],[2,6],[28,9],[6,-7],[-3,-3],[4,-11],[-8,-10],[4,-8],[-6,-18],[15,-1],[-3,-3],[5,-12],[6,4],[-1,-7],[15,13],[5,-7],[8,4],[5,-13],[17,-19],[3,-15],[11,2],[9,-4],[-1,9],[-18,23],[18,-6],[-1,18],[-6,3],[6,7],[18,-32],[6,2],[5,-21],[13,-7],[1,6],[-5,9],[9,4],[-1,26],[-16,30],[6,2],[14,-19],[13,-5],[11,3],[1,13],[6,2],[3,-5],[8,-1],[-8,16],[2,15],[9,9],[-6,8],[4,5],[-9,10],[7,0],[0,5],[8,-1],[-8,14],[7,4],[2,14],[26,-12],[3,5],[16,2],[-2,7],[7,5],[7,-12],[6,12],[-6,8],[5,5],[-4,5],[12,-6],[-3,25],[1,5],[6,-3],[0,9],[7,-6],[4,3],[17,-16],[9,-2],[4,3],[20,-28],[-1,-19],[14,-12],[15,-28],[-16,-4],[8,-9],[-5,-5],[-10,4],[-11,12],[-9,-4],[-8,4],[-5,8],[-13,-6],[-1,-11],[15,-16],[3,-6],[-4,-8],[13,4],[4,-5],[-2,-7],[10,-12],[-3,-9],[12,-11],[-14,-13],[0,-11],[20,-19],[-5,-7],[8,2],[-2,-4],[6,1],[-3,-4],[5,-1],[-7,-14],[-12,4],[-7,15],[-7,2],[0,7],[-17,17],[-8,-5],[-4,-17],[-11,-3],[8,-22],[18,-18],[4,-20],[-13,0],[16,-13],[4,-22],[-3,-2],[-13,13],[-1,-8],[17,-24],[-8,-10],[14,-11],[1,-17],[-10,-9],[-12,17],[-4,-6],[-7,9],[-13,-6],[3,-12],[-6,1],[2,-5],[-16,7],[-3,-2],[4,-8],[-5,-1],[5,-6],[-3,-6],[16,-14],[-9,-4],[9,-4],[3,2],[5,-10],[-7,0],[-9,-7],[7,-3],[10,-16],[12,5],[0,-9],[8,0],[11,-19],[0,-8],[-9,-2],[3,-7],[18,0],[5,-11],[5,6],[18,4],[-20,81],[13,-3],[-5,6],[5,4],[-3,5],[15,-1],[6,-21],[18,-14],[1,-14],[11,-6],[4,12],[7,-1],[12,-13],[11,-5],[12,-29],[-1,-15],[-8,-9],[-2,-10],[11,6],[9,-7],[12,-1],[6,-4],[-2,-5],[6,0],[9,-10],[7,13],[-6,7],[2,12],[24,-9],[8,-9],[5,6],[-4,6],[11,12],[15,0],[8,-4],[7,7],[2,-9],[9,-4],[2,7],[11,-2],[7,-16],[7,9],[13,3],[9,10],[2,-12],[10,-10],[-5,-9],[4,-4],[-10,-10],[-6,0],[7,-6],[-6,-11],[12,-12],[6,3],[-4,5],[9,12],[-3,7],[4,5],[18,-7],[18,5],[-4,4],[6,4],[-3,5],[10,15],[6,2],[3,16],[8,5],[0,14],[11,2],[0,5],[-14,3],[7,9],[19,8],[6,-1],[13,9],[14,0],[1,4],[7,2],[-5,5],[7,3],[10,-2],[3,6],[9,2],[5,13],[7,2],[7,-3],[-4,-9],[7,2],[6,-5],[6,3],[-6,-22],[2,-12],[12,3],[5,-6],[-5,-4],[5,-18],[12,-6],[3,-6],[-4,-3],[-6,2],[5,-17],[9,0],[8,8],[4,28],[6,0],[12,-17],[15,1],[18,-15],[12,-4],[11,-22],[11,-7],[0,-5],[26,-4],[9,-6],[-2,-5],[11,-9],[-16,-16],[14,-10],[-1,-5],[17,-18],[-2,-3],[32,-19],[-10,-6],[-1,-11],[-10,-2],[5,-12],[-14,-11],[3,-6],[-7,-2],[1,-6],[7,0],[2,-12],[9,4],[5,-5],[13,-2],[-5,-4],[5,-6],[-4,-3],[7,-2],[-3,-4],[8,-1],[-3,-6],[5,3],[1,-7],[18,3],[-4,-7],[4,-10],[7,-2],[4,-12],[-7,-3],[1,-8],[7,-2],[2,5],[20,-34],[15,15],[31,14],[10,30],[17,-10],[12,5],[9,-4],[6,9],[-1,12],[13,0],[-7,5],[7,1],[-1,6],[10,8],[0,5],[-8,-1],[-5,6],[-1,20],[6,4],[-18,12],[-2,13],[-7,4],[5,32],[-7,14],[8,3],[-5,6],[5,11],[-9,9],[10,3],[-11,11],[21,1],[2,-9],[16,-10],[6,3],[4,-4],[9,2],[-21,37],[4,3],[-10,21],[13,-3],[7,3],[-3,25],[6,1],[-5,12],[36,-18],[3,1],[-4,8],[5,8],[-16,15],[-8,30],[-6,-3],[4,8],[-4,6],[3,6],[-6,1],[-7,11],[8,2],[3,6],[4,-5],[5,1],[-2,7],[-7,4],[3,6],[7,0],[7,-13],[0,10],[11,0],[-3,10],[-8,4],[4,3],[10,-2],[-4,18],[6,-3],[9,3],[3,13],[5,1],[-2,7],[6,2],[-13,13],[3,5],[-4,1],[-4,30],[-5,3],[4,10],[-11,8],[3,6],[-28,23],[15,-2],[-5,7],[4,3],[11,-7],[7,12],[-7,11],[6,2],[4,9],[-10,16],[3,3],[13,1],[6,9],[-11,12],[4,3],[-4,5],[30,6],[12,-10],[8,3],[-3,5],[4,2],[5,-3],[6,3],[9,-9],[22,3],[8,4],[-3,11],[16,-3],[-5,7],[7,0],[5,7],[9,0],[13,-9],[19,4],[2,4],[7,1],[4,-4],[12,2],[-6,6],[8,2],[-1,9],[11,1],[-2,6],[5,0],[1,-4],[11,1],[10,13],[-19,10],[5,3],[25,-9],[2,8],[-7,3],[3,4],[-4,4],[4,6],[8,1],[-1,19],[16,8],[-1,7],[8,-3],[16,9],[29,-6],[-2,-11],[-7,-3],[-6,-9],[5,0],[4,-13],[6,5],[5,-5],[4,5],[13,-2],[-2,-9],[9,-3],[-6,-5],[12,-5],[-9,-6],[8,-4],[6,4],[11,-11],[5,2],[2,-10],[7,-3],[4,-10],[-3,-6],[-10,3],[1,-4],[32,-28],[10,2],[14,20],[7,23],[8,-1],[-5,8],[5,3],[18,-14],[21,1],[6,-11],[14,4],[6,-7],[18,-6],[12,4],[2,17],[17,-5],[9,6],[30,2],[10,-7],[12,5],[8,-7],[31,-5],[-13,10],[9,2],[-9,5],[1,4],[25,-10],[16,6],[-9,5],[7,4],[-11,1],[-1,6],[-12,0],[2,11],[-8,5],[-6,-3],[-8,4],[-1,4],[17,9],[-14,-1],[-9,7],[8,7],[-10,5],[12,7],[-1,4],[26,-1],[3,-5],[13,-2],[8,-17],[12,7],[1,4],[11,1],[15,-21],[3,4],[11,-1],[2,6],[7,-18],[-15,-17],[-13,2],[3,-11],[14,-9],[-7,-6],[22,-12],[28,-6],[0,-7],[25,-7],[-1,9],[19,3],[15,-9],[27,-2],[0,10],[8,6],[0,9],[11,-2],[25,-15],[24,-6],[37,-23],[13,-1],[0,-15],[20,-11],[0,-10],[51,-13],[14,-13],[0,-8],[22,0],[13,-8],[10,2],[8,-5],[14,0],[43,-12],[9,-14],[-11,-7],[5,-7],[-6,-4],[7,-3],[17,11],[30,2],[7,8],[6,-9],[10,12],[34,-3],[32,-19],[12,-17],[26,-1],[23,-33],[43,-16],[25,-2],[0,-5],[24,4],[6,-3],[7,2],[15,-13],[10,0],[12,-10],[12,-4],[11,6],[28,3],[-8,6],[9,3],[1,4],[-13,8],[-7,24],[17,9],[-4,8],[11,0],[-8,5],[19,1],[3,9],[66,0],[9,-4],[37,1],[5,4],[10,-2],[7,12],[31,4],[3,5],[21,10],[2,6],[50,-12],[3,-10],[-10,3],[-8,-8],[8,-11],[30,-11],[13,1],[18,8],[7,7],[-3,5],[-21,4],[-5,14],[-11,2],[-17,16],[-13,5],[-12,17],[8,3],[26,-14],[11,3],[4,7],[18,-8],[20,5],[3,11],[-16,8],[2,7],[-28,6],[8,8],[16,-3],[5,9],[-4,5],[22,15],[30,1],[9,-3],[8,-13],[18,-6],[-1,-9],[28,-9],[-4,-11],[17,-8],[-5,-7],[13,-5],[13,9],[-4,16],[9,12],[6,-2],[29,5],[-2,-8],[17,-4],[33,14],[1,-11],[8,1],[0,-8],[19,-17],[1,-8],[30,-4],[15,-17],[8,7],[11,1],[4,6],[17,-1],[12,-6],[-2,-6],[17,-13],[29,-13],[10,4],[7,-8],[10,-1],[10,9],[-4,14],[6,0],[11,-2],[-1,-5],[11,-8],[18,4],[15,-9],[15,3],[12,-10],[11,9],[-7,8],[-7,-1],[-6,5],[6,7],[-14,12],[3,18],[13,8],[10,-8],[14,2],[12,8],[20,-1],[-13,11],[9,7],[-13,7],[-5,18],[7,0],[9,-5],[8,9],[8,-4],[3,4],[19,-2],[7,6],[-6,8],[4,4],[-8,6],[17,11],[40,-15],[7,-10],[39,-24],[0,-3],[-15,-1],[-1,-7],[10,1],[26,-9],[-1,-3],[7,-4],[-3,-3],[19,-3],[0,-6],[9,-2],[4,8],[5,0],[0,-26],[16,-15],[-7,-6],[19,-5],[20,-32],[9,3],[6,-1],[3,-6],[16,-3],[9,4],[7,-5],[-4,17],[26,15],[-7,6],[4,8],[-14,4],[15,7],[12,-13],[24,-6],[-13,-21],[-11,-8],[17,-5],[-1,-6],[5,-4],[-2,-7],[5,-3],[-3,-7],[26,-21],[1,-10],[17,-2],[11,-11],[11,-3],[6,-12],[8,-5],[-3,-6],[30,-19],[1,-12],[11,-2],[0,-8],[22,-30],[-2,-22],[11,-6],[-6,-5],[34,-8],[11,11],[5,14],[8,1],[12,-8],[12,0],[4,-14],[6,-2],[15,2],[1,4],[18,1],[1,6],[17,14],[5,0],[4,-8],[14,8],[18,-15],[3,-27],[18,-21],[2,-10],[-4,-3],[-12,6],[-5,-2],[-11,10],[-16,-6],[4,-11],[-12,-14],[5,-10],[-13,-3],[11,-26],[-3,-7],[-7,-3],[-4,-24],[-9,-2],[1,-223],[-5,-123],[-271,-113],[-527,-654],[-464,-418],[-209,-189],[3,-65]],[[8451,2089],[-560,0],[-548,0]],[[7343,2089],[0,20]],[[7343,2109],[-140,72],[-123,80],[-108,83],[-139,116]],[[6833,2460],[-43,28],[-171,92],[-87,36],[-83,27],[-128,29],[-137,15]],[[6184,2687],[-131,-5],[-93,-18],[-80,-26],[-85,-45],[-204,-156]],[[5591,2612],[-103,0],[-154,0]],[[2805,537],[-14,-18],[-28,22]],[[2729,504],[-14,13]],[[2715,517],[3,15],[-14,4],[-31,31],[14,12],[-12,0],[15,14],[-5,5]],[[2685,598],[11,9],[-13,11]],[[2683,618],[32,27]],[[2715,645],[-15,14],[16,13],[-9,9]],[[2707,681],[7,8],[38,-14]],[[2752,675],[1,-6],[-5,-1],[4,-3],[-5,-5],[3,-6],[9,-3],[-4,5],[4,2],[13,-10],[0,-3],[-4,0],[0,4],[-7,-2],[-3,-8],[28,1],[3,-22],[-7,3],[0,-8],[23,-7],[13,0],[5,-4],[2,15],[1,-9],[4,5],[2,-6],[3,9],[4,0],[11,-2],[10,-9],[-12,-6],[-3,-12],[-23,-24],[4,-4],[-9,-6],[2,-6],[-10,9]],[[2809,556],[-5,-13],[1,-6]],[[3694,1063],[0,0]],[[3651,1068],[0,0]],[[3685,1046],[-22,21]],[[3562,1251],[-86,78],[-40,14]],[[3436,1343],[-43,31],[-7,-4]],[[3386,1370],[-20,4],[-9,-14],[-12,-3],[-4,-7]],[[3341,1350],[-10,10],[8,15]],[[3339,1375],[-14,16]],[[3325,1391],[5,17],[-17,10]],[[3313,1418],[2,8],[-4,0],[-15,20],[153,134]],[[3449,1580],[188,-242]],[[3763,1192],[-9,-1],[4,-8],[-14,-9],[4,-5],[-28,-17],[21,-28],[-27,-16]],[[3714,1108],[9,-16],[-21,-15]],[[3702,1077],[7,-9]],[[3709,1068],[-20,-8],[-1,-6],[-3,-8]],[[3155,748],[-13,10],[6,5],[-12,16],[-12,-7],[-40,35],[8,7]],[[3092,814],[6,-1],[20,-16]],[[3135,787],[30,-4]],[[3184,775],[-23,-21],[-6,-6]],[[2671,245],[-45,-2]],[[2626,243],[-5,27],[-6,9],[11,7]],[[2626,286],[-2,-7]],[[2664,268],[-2,-4]],[[2662,264],[25,-4],[-13,-8],[-3,-7]],[[3070,199],[0,7],[-27,1],[2,7],[-15,0]],[[3030,214],[12,51]],[[3110,259],[-2,-62]],[[3108,197],[-16,1],[-22,1]],[[3014,156],[-47,43],[1,-4],[-9,2],[-1,-4],[-17,-3],[1,-8],[15,-13],[-1,-9],[-13,12],[-2,-15],[-4,3],[-2,-3],[-5,-22],[7,-8],[-14,-11],[2,-31],[-7,0],[2,-22],[-4,1],[-4,-4],[0,-9],[5,1],[-15,-39]],[[2902,13],[-89,-2]],[[2813,11],[9,40]],[[2822,51],[30,28]],[[2852,79],[4,84]],[[2848,199],[6,17],[-1,7],[13,-12]],[[2866,211],[0,6],[5,-1],[5,5],[2,14],[-8,9],[4,1]],[[2874,245],[2,28]],[[2876,273],[12,1],[1,10]],[[2889,284],[23,-21]],[[2928,270],[3,6]],[[2959,275],[2,2],[20,-2]],[[3043,273],[-18,-78],[-11,-39]],[[2657,135],[-65,64]],[[2592,208],[22,29]],[[2614,237],[12,6]],[[2626,243],[27,2],[18,0]],[[2671,245],[12,-7],[18,3]],[[2689,215],[-16,-11],[13,-5]],[[2691,192],[-16,-20],[-10,-17],[-4,-10]],[[3701,1022],[-7,2],[-6,8]],[[3679,1041],[10,8],[-2,9],[22,10]],[[3709,1068],[25,-29],[-13,-7]],[[3721,1032],[4,-5],[-24,-5]],[[377,2278],[-17,0],[-49,1]],[[108,2284],[0,1454],[5,4],[-5,5],[19,10],[20,21],[11,4],[4,8],[27,5],[12,8],[1,-13],[8,-8],[30,0],[-11,-39],[4,-4],[-2,-5],[14,-13],[22,-7],[25,7],[52,-43],[70,-6],[3,2],[5,10],[-12,23],[6,13],[-15,46],[-19,15],[-15,2],[-8,8],[2,18],[-22,6],[-3,17],[-9,6],[-8,-1],[-5,12],[36,23],[30,56],[5,31],[15,-7],[21,7],[44,41],[-8,14],[5,-3],[20,4],[6,10],[-4,3],[28,17],[20,46],[-3,12],[-8,0],[-6,19],[13,15],[-3,11],[19,11],[3,13],[-2,11],[-7,1],[-3,11],[-18,14],[-2,12],[14,20],[-5,27],[-8,3],[-1,7],[-37,-2],[-18,4],[-24,13],[2,15],[-4,3],[-2,27],[-11,9],[-8,1],[-3,33],[-16,16],[-6,18],[1,64],[-10,16],[-24,23],[-3,-7],[4,-1],[-25,-10],[23,21],[-5,7],[3,3],[-2,21],[-13,7],[3,33],[-5,12],[11,6],[-1,12],[13,9],[-10,13],[-4,0],[18,29],[-5,13],[-29,19],[1,12],[-11,-2],[-7,3],[8,4],[-4,4],[5,-5],[11,0],[2,9],[14,11],[-5,11],[15,15],[-16,6],[0,8],[-35,3],[-5,19],[-5,3],[-7,-2],[5,10],[-8,3],[-2,8],[-12,6],[3,7],[11,3],[18,50],[7,6],[-21,37],[-21,12],[-2,7],[11,4],[5,7],[-5,-1],[17,15],[-4,4],[5,-3],[3,4],[1,20],[-7,12],[3,8],[-12,2],[12,2],[-2,16],[5,4],[-7,6],[-4,13],[-4,-5],[0,3],[-12,0],[15,4],[-88,101],[-5,0],[4,2],[-28,38],[-3,5],[-5,-1],[4,2],[-4,6],[-33,28],[-4,-3],[4,3],[-5,2],[-4,27],[8,28],[-6,13],[-12,9],[9,7],[-4,8],[-6,-3],[5,6],[-6,4],[4,6],[-11,11],[-1,17],[-17,-2],[-9,3],[14,7],[-1,-6],[13,0],[0,4],[-9,1],[9,3],[0,18],[-6,0],[7,4],[-10,6],[-8,-3],[-10,2],[17,2],[-23,14],[-9,-5],[9,5],[-33,35],[-24,7],[-10,-4],[0,5],[6,10],[23,5],[23,21],[20,3],[15,13],[17,1],[15,5],[19,15],[39,2],[38,14],[100,20],[15,8],[13,-3],[17,12],[-5,12],[25,6],[2,7],[6,-1],[20,10],[21,-4],[14,10],[9,-1],[9,7],[14,0],[12,8],[9,0],[35,24],[9,0],[94,29],[16,12],[3,9],[30,15],[3,8],[31,17],[42,16],[26,16],[25,7],[6,9],[23,13],[7,-1],[19,8],[28,36],[12,3],[33,27],[18,0],[11,7],[64,58],[22,12],[12,16],[35,19],[12,16],[9,4],[13,15],[-12,9],[5,11],[23,15],[59,56],[4,11],[16,10],[8,15],[24,19],[4,13],[20,4],[9,16],[4,24],[11,7],[18,3],[11,9],[7,9],[3,21],[19,34],[-7,9],[4,15],[-9,3],[19,0],[4,3],[-3,24],[26,21],[0,7],[7,6],[0,22],[-4,5],[12,14],[-6,21],[6,2],[5,20],[-2,9],[-12,7],[2,16],[-4,7],[7,8],[-8,13],[10,24],[-6,3],[1,14],[7,8],[-5,13],[4,87],[-16,70],[4,29],[-6,33],[5,8],[1,18],[-11,29],[0,24],[-13,28],[-9,43],[-13,15],[4,12],[-13,14],[5,8],[-10,5],[-1,16],[-26,14],[-9,23],[3,6],[-41,65],[12,8],[-11,25],[-12,10],[-14,31],[-11,6],[-20,28],[-7,17],[-17,12],[0,14],[-13,6],[-4,15],[-32,19],[-5,17],[-15,11],[-13,-2],[-1,5],[11,1],[-20,18],[-14,3],[-2,7],[-20,11],[-22,6],[-10,19],[-49,17],[-15,28],[-15,7],[10,1],[-31,7],[11,1],[-15,10],[1,4],[-52,13],[-18,12],[-42,12],[-2,6],[-23,1],[-31,15],[-25,0],[-49,20],[-8,21],[-15,10],[13,-1],[-6,22],[-11,1],[1,3],[-10,0],[4,2],[-53,20],[-13,1],[-23,19],[-4,25],[-15,10],[-27,4],[-4,5],[-2,14],[19,9],[-3,6],[4,-2],[6,29],[-18,9],[-8,18],[-7,-1],[-8,9],[20,0],[1,7],[3,-3],[9,14],[-12,35],[3,8],[15,10],[-5,7],[12,1],[100,59],[23,35],[-5,2],[6,3],[2,-2],[19,21],[5,6],[-5,1],[2,5],[6,-3],[5,6],[-1,4],[-9,1],[13,-1],[7,15],[26,2],[27,13],[11,8],[-3,2],[7,0],[16,84],[22,52],[-3,3],[17,7],[0,9],[10,10],[-2,10],[7,17],[-19,14],[10,17],[-4,14],[6,24],[43,23],[91,-3],[34,21],[0,71],[-68,77],[-22,7],[19,6],[10,12],[-8,10],[5,0],[19,41],[-28,37],[12,22],[-21,23],[-43,24],[4,0],[-6,6],[-8,1],[1,11],[9,9],[-4,7],[11,10],[-60,60],[-14,7],[-3,19],[9,2],[20,20],[1,10],[-101,75],[-27,3],[-19,-3],[-15,-7],[-5,2],[0,16],[16,19],[-5,4],[24,14],[2,9],[11,6],[8,16],[29,11],[3,13],[14,6],[11,14],[10,2],[14,17],[9,-1],[11,9],[16,1],[6,27],[-4,24],[9,3],[8,14],[-3,36],[17,5],[5,6],[-13,11],[5,14],[-9,8],[4,10],[-5,34],[-15,27],[6,14],[-36,95],[-18,5],[-5,11],[-11,1],[-23,25],[-18,68],[-20,22],[4,26],[-6,4],[8,5],[-14,9],[4,7],[-21,23],[6,23],[-6,44],[-10,18],[9,42],[-17,20],[14,10],[-2,7],[12,20],[12,4],[13,20],[36,5],[39,32],[38,1],[26,19],[23,3],[23,26],[4,-2],[40,13],[21,12],[5,16],[13,-3],[24,2],[35,-14],[15,1],[41,-10],[11,3],[13,-5],[62,-3],[39,4],[29,-8],[30,-1],[112,-40],[35,-6],[12,-9],[18,4],[19,-7],[25,0],[16,-11],[64,-13],[33,-13],[31,-5],[8,3],[35,-17],[37,-9],[29,-1],[10,-5],[12,1],[13,-4],[26,-2],[10,5],[67,6],[24,6],[28,-9],[74,-10],[15,-8],[47,-2],[46,-14],[27,0],[42,8],[24,-1],[13,4],[55,-7],[42,1],[21,6],[8,10],[16,5],[19,22],[24,5],[7,6],[55,7],[20,7],[72,54],[22,-1],[28,8],[9,-1],[4,5],[15,-2],[38,-38],[43,-15],[9,1],[4,-4],[31,-3],[38,-24],[47,-11],[10,-11],[2,-18],[9,-7],[19,-10],[8,-10],[35,-12],[23,-15],[19,-4],[18,-10],[28,-5],[22,5],[21,-3],[39,-15],[6,-11],[-4,-12],[12,-12],[-6,-18],[7,-24],[62,-40],[23,-7],[52,-3],[25,-8],[13,-12],[2,-11],[28,-21],[17,-23],[19,-15],[55,-12],[5,-7],[33,0],[46,-17],[30,-5],[43,-27],[14,-1],[-1,-16],[-22,-21],[1,-78],[-32,-46],[1,-7],[17,-1],[-3,-4],[-13,-2],[11,-22],[34,-14],[42,-8],[-4,-24],[45,-14],[6,2],[5,-4],[42,5],[42,-16],[25,-2],[10,3],[25,-5],[24,-7],[22,-21],[63,4],[11,-3],[11,-12],[8,-2],[161,26],[27,-4],[48,-2],[11,-12],[0,-9],[-22,-24],[30,-28],[4,-1],[1,6],[4,-7],[33,-5],[-14,27],[17,10],[0,10],[15,5],[12,-6],[-1,-13],[6,-4],[-20,-13],[5,0],[1,-6],[-9,-12],[88,-16],[35,14],[1,12],[-8,18],[21,33],[17,7],[-1,7],[27,1],[21,-7],[25,-62],[11,-4],[22,-20],[-8,-27],[8,-8],[-2,-16],[8,-7],[-6,-10],[-24,-9],[-7,1],[-5,-6],[-20,-5],[-3,-7],[-9,2],[-15,-20],[-35,-9],[-15,-17],[24,-51],[-23,-23],[-16,-52],[-9,-8],[6,-17],[12,-9],[12,-20],[-4,-13],[14,-53],[24,-10],[-6,-14],[3,-16],[10,-4],[4,-6],[-14,-20],[21,-14],[-8,-11],[-13,-64],[-13,-3],[4,-9],[-7,-11],[3,-8],[18,-8],[30,-5],[9,-7],[-17,-31],[12,-11],[13,1],[-30,-31],[25,-41],[0,-23],[-6,-13],[-19,-12],[-1,-11],[-22,-6],[-19,-17],[3,-31],[11,-6],[14,-1],[1,-4],[74,-44],[3,-7],[27,-5],[7,3],[37,-8],[0,-22],[11,-15],[-8,-2],[-1,-6],[8,-24],[35,-32],[23,-37],[4,-1],[1,5],[2,-9],[7,-4],[-1,-10],[27,-33],[4,-1],[-6,12],[9,-7],[4,-8],[-3,-7],[33,-39],[150,9],[47,-18],[13,-13],[31,-8],[35,-27],[-7,-41],[7,-8],[-6,-7],[-1,-27],[8,-13],[-4,-22],[11,-19],[22,-6],[66,0],[8,8],[11,2],[5,-7],[10,-3],[6,-13],[14,-11],[83,-23],[12,-10],[17,-7],[1,-8],[18,-12],[11,5],[12,-2],[-1,4],[7,0],[6,-9],[-4,-8],[-8,-1],[7,-10],[14,41],[16,-3],[9,-11],[1,-20],[13,-6],[-8,-20],[14,13],[9,-9],[-2,-7],[-14,4],[5,-6],[-8,-8],[23,-11],[10,1],[26,24],[11,2],[12,-2],[11,4],[12,11],[1,10],[35,10],[14,20],[15,-1],[15,14],[1,17],[15,-3],[20,9],[60,-6],[5,-5],[22,11],[15,21],[-1,15],[6,-2],[11,15],[-9,22],[13,0],[34,13],[-1,6],[15,17],[-2,6],[24,28],[1,9],[-11,12],[9,6],[12,31],[6,-5],[38,5],[8,-4],[88,1],[7,4],[5,-4],[13,0],[46,31],[17,24],[-12,-13],[-23,5],[-11,13],[8,6],[18,0],[10,4],[14,-9],[8,14],[-6,12],[8,5],[-2,19],[31,42],[-4,4],[6,5],[0,-6],[5,7],[-3,10],[19,23],[-28,21],[5,22],[90,73],[25,15],[-5,5],[14,1],[-1,4],[6,-1],[12,8],[10,15],[-3,3],[6,2],[28,40],[-10,24],[-10,2],[-8,14],[-14,9],[-3,12],[-12,7],[7,9],[-7,9],[6,4],[-2,6],[20,15],[23,29],[14,2],[18,15],[22,7],[1,11],[15,5],[20,15],[-2,6],[10,0],[15,21],[-2,5],[29,31],[-1,21],[46,36],[20,23],[-6,2],[3,3],[9,-2],[6,3],[7,29],[-5,14],[5,9],[37,14],[-3,3],[6,2],[11,21],[-10,12],[1,5],[54,-2],[30,-13],[16,1],[32,-15],[11,-8],[-1,-5],[-18,9],[-13,-8],[-36,0],[-11,-10],[-13,6],[-20,-4],[-15,-9],[-9,3],[-10,-5],[3,-21],[9,-1],[5,-7],[31,-14],[0,-11],[10,-2],[1,5],[11,-1],[3,6],[11,-7],[25,0],[7,-3],[-5,-3],[6,-5],[-5,-5],[10,-6],[-2,-9],[-21,-6],[-2,5],[-11,-1],[-6,-5],[-40,4],[26,-15],[2,-5],[-8,-10],[-23,1],[-22,-5],[-42,8],[14,-10],[7,-19],[10,-7],[-10,-6],[0,-5],[16,-4],[0,-6],[18,4],[9,6],[1,-4],[13,-3],[0,-8],[11,-1],[4,4],[10,-2],[15,-4],[-6,-12],[20,0],[-26,-28],[-36,6],[-3,-10],[15,-2],[4,-5],[-26,-6],[-4,-9],[-11,-1],[-1,-6],[14,-8],[-9,-6],[-1,-9],[11,-12],[-3,-14],[16,-3],[4,-10],[-15,-12],[4,-10],[-16,-11],[5,-21],[-7,-6],[4,-10],[-3,-11],[-11,-2],[-1,-6],[10,-9],[-4,-7],[7,-17],[27,-5],[8,-13],[16,-3],[8,-9],[16,9],[4,12],[22,-7],[11,12],[25,7],[-8,7],[26,5],[6,6],[9,0],[17,-9],[26,-5],[-4,-7],[-14,-1],[0,-5],[-9,-2],[2,-4],[-13,1],[-20,-11],[-4,-7],[-10,-1],[-12,-13],[19,-2],[4,-4],[-27,-7],[-4,-19],[18,-10],[-12,-17],[-17,-1],[10,-8],[-3,-7],[10,-1],[6,-8],[8,-2],[-8,-25],[-13,-4],[28,-23],[-9,-26],[1,-18],[17,-1],[7,4],[0,-11],[7,-5],[22,11],[2,-17],[21,0],[23,-31],[-7,-5],[-31,-5],[-10,7],[-2,-4],[-6,2],[-31,-13],[-6,2],[3,9],[-10,8],[-10,2],[1,-8],[-12,-1],[-16,20],[-10,-1],[-4,4],[-27,-3],[-6,20],[-22,3],[-4,-6],[-17,3],[-5,-4],[-15,3],[-1,-30],[-13,-2],[-4,-7],[1,-9],[11,-3],[3,-14],[-23,-5],[-1,-5],[12,0],[1,-5],[12,-2],[7,-8],[24,4],[7,7],[-6,3],[12,6],[36,-5],[10,-6],[6,-14],[22,-3],[7,-8],[13,-2],[25,15],[16,-2],[3,-9],[13,8],[15,-6],[21,5],[29,-23],[5,-26],[-7,-8],[5,-9],[12,-3],[13,4],[13,-22],[30,8],[1,11],[15,6],[0,10],[18,2],[11,10],[11,-2],[22,6],[15,-3],[11,9],[14,0],[4,10],[6,2],[0,8],[24,-3],[8,5],[13,-4],[1,-9],[10,-6],[33,-1],[34,-33],[6,-15],[10,-3],[-14,-5],[-2,-7],[-21,-2],[-2,-6],[-12,3],[-21,-8],[-12,4],[-10,-5],[-7,2],[-8,-8],[-14,6],[-17,-7],[-9,4],[-25,-5],[-10,4],[-15,-2],[-12,-10],[-41,7],[-16,-21],[-1,-9],[-28,-24],[24,-10],[-10,-5],[5,-10],[11,-13],[7,0],[12,-9],[6,5],[11,-3],[19,6],[16,20],[21,-3],[7,-14],[-1,-23],[18,-2],[1,-8],[-18,-24],[-14,-1],[-2,-4],[-11,6],[-32,-1],[-19,-24],[0,-20],[-33,5],[-7,-6],[-13,4],[-7,-3],[-6,-32],[-4,5],[-3,-2],[-1,-15],[7,-2],[-10,-4],[-6,-17],[-17,-14],[-78,-14],[8,-10],[-3,-22],[-8,-6],[9,-28],[-7,-2],[3,-6],[10,-3],[10,5],[16,-1],[16,-6],[4,-7],[8,-1],[10,12],[3,-14],[15,-4],[-8,-3],[-1,-6],[7,-17],[12,-9],[6,-27],[10,-1],[-1,11],[10,0],[6,-12],[7,1],[8,-4],[3,8],[12,-5],[4,5],[6,-12],[12,-2],[8,5],[9,-6],[10,0],[3,-7],[18,12],[-1,-32],[6,-11],[-9,-5],[8,-16],[-9,-2],[2,-25],[10,-21],[6,-3],[10,5],[10,-4],[6,-13],[13,3],[1,17],[12,2],[6,-38],[-13,-6],[-2,5],[-23,-7],[6,-15],[-6,-3],[-11,1],[9,-19],[-3,-10],[29,-23],[0,-17],[6,-5],[-5,-5],[2,-14],[11,-15],[0,-7],[9,13],[2,-3],[-3,-13],[-5,0],[8,-7],[6,-17],[-14,-5],[-11,-10],[-8,-2],[-4,6],[-5,0],[-6,-13],[-8,14],[-7,-2],[-16,-35],[6,-35],[-9,-15],[19,5],[1,13],[5,5],[8,-7],[10,2],[10,-4],[2,-11],[-7,2],[-9,-7],[13,-29],[-7,-9],[3,-14],[-7,7],[-13,-19],[-28,5],[-7,-7],[5,-14],[0,-22],[12,-10],[-8,-11],[-11,6],[-3,-2],[5,-12],[-4,-21],[17,-16],[-19,-12],[-41,-10],[0,-46],[-35,-6],[5,-18],[-3,-2],[-7,8],[-19,-25],[23,-23],[-5,-4],[39,3],[-11,-10],[-2,-13],[-7,-3],[7,-3],[2,-8],[4,3],[0,-5],[10,0],[9,-17],[18,-13],[0,-25],[5,-11],[8,-6],[13,4],[7,-15],[-5,-1],[2,-5],[-11,2],[-3,-7],[-35,-9],[-48,11],[-3,8],[-11,-7],[-12,8],[-3,-10],[-9,1],[3,-4],[13,-2],[1,-10],[10,1],[11,-6],[-7,-7],[-15,-1],[0,-4],[8,2],[14,-11],[-4,-6],[7,-8],[-26,-18],[10,1],[23,-7],[-8,-12],[-13,-4],[14,-3],[33,7],[18,-7],[14,6],[14,-18],[-2,-7],[21,7],[3,-4],[-5,-2],[5,-8],[-8,-7],[-60,-16],[-12,-12],[7,0],[-3,-5],[14,-5],[-7,-2],[5,-5],[-5,-15],[-19,-5],[10,-3],[1,-9],[10,2],[2,6],[27,-12],[17,22],[8,-2],[8,-11],[10,7],[10,-1],[-1,-16],[-5,-3],[18,1],[30,10],[17,-4],[9,-12],[-6,-2],[6,0],[0,-4],[-8,-2],[21,2],[3,-3],[8,6],[3,-5],[11,2],[3,-3],[6,5],[13,1],[13,6],[9,-5],[17,-2],[-7,-12],[-14,-3],[11,-4],[-3,-6],[-5,0],[-10,9],[-23,0],[-8,-8],[-9,0],[-11,-13],[-17,2],[-9,-6],[1,-6],[-14,0],[1,-6],[-6,-5],[-15,3],[-16,-3],[-21,-25],[14,-15],[16,-2],[5,-6],[-10,-5],[-15,1],[2,-5],[-8,-8],[1,-7],[26,3],[1,-8],[6,1],[-5,-4],[18,-6],[6,1],[4,6],[18,0],[-8,-8],[2,-11],[-14,-2],[-2,-3],[6,-3],[-10,-3],[12,-3],[-1,-3],[-14,-2],[12,-1],[-11,-8],[1,-17],[-11,-4],[1,-5],[-8,-5],[15,-2],[8,5],[31,-9],[-3,-4],[-2,2],[-12,-2],[-2,-12],[14,-5],[-7,-4],[-5,-14],[8,-4],[-2,-6],[7,-1],[-7,-10],[-11,0],[1,-16],[-39,-21],[-8,1],[2,-5],[21,-6],[5,-9],[27,-9],[29,4],[14,-5],[18,3],[3,-5],[19,5],[15,-4],[9,-10],[34,8],[14,-4],[-6,-11],[4,-15],[-11,-3],[-10,2],[-31,-11],[-21,4],[-40,-6],[-7,-5],[4,-6],[25,3],[5,-9],[-43,-8],[-29,-16],[15,-9],[23,1],[-12,-7],[5,-7],[21,9],[11,-11],[34,17],[24,0],[5,-3],[-12,-5],[5,-2],[-4,-12],[-14,-8],[-21,0],[-23,-8],[2,-9],[9,1],[1,-3],[-22,-9],[4,-8],[-13,-7],[7,-12],[-18,-7],[7,-7],[-2,-8],[17,-8],[2,-10],[-13,-8],[0,-5],[19,-7]],[[6522,5689],[-607,0],[-12,18],[-10,5],[-51,54],[-10,5],[-19,33],[-8,-1],[-1,-6],[-15,25],[-9,1],[-21,23],[-4,0],[3,-6],[-10,1],[-7,-8],[-18,18],[-3,16],[-7,5],[-6,-2],[-3,7],[-16,12],[-13,3],[-187,-1]],[[5488,5891],[4,-200],[-27,14],[9,3],[-2,10],[6,-2],[2,5],[-9,10],[-24,8],[-8,-3],[-10,4],[-9,-6],[-10,8],[-4,-7],[-8,-4],[3,-8],[-8,2],[-6,-9],[19,-8],[-8,-5],[0,-7],[12,-3],[-2,-4]],[[4264,5689],[0,-1232],[-9,-1],[-4,-4]],[[3923,4139],[-12,2],[-8,-5],[-13,6]],[[3890,4142],[-19,-21],[-47,-17],[-19,0],[-8,-12],[1,-5],[-5,1],[-16,-10],[-9,-10],[7,-2],[-8,-14],[-11,-2],[-5,-13],[-25,-22],[-4,-10],[25,1],[-6,-10],[-12,-2],[-25,-27],[-5,-23],[-14,-12],[-12,-35]],[[3673,3897],[-39,-8]],[[3634,3889],[-8,3],[-7,-6],[-14,4],[-3,-6],[-14,-6],[-1,-11],[10,-3],[-10,-7],[-4,-10],[3,-10],[-15,-28],[6,-7],[-6,-10],[6,-1],[2,-9],[-2,-30],[9,-3],[-5,-19],[1,-7],[6,1]],[[3588,3724],[-4,-22]],[[3584,3702],[-20,1],[-8,-17],[-6,0],[-12,-18],[-9,-3],[-2,-6],[11,-8]],[[3538,3651],[0,-8],[-8,-6],[-8,-18]],[[3522,3619],[-7,0],[-8,-11],[-5,0],[3,11],[-4,4],[-15,-7]],[[3486,3616],[-6,12],[-6,-4],[-1,-7]],[[3473,3617],[-14,-6],[-5,-5]],[[3454,3606],[6,-6],[-8,-13],[5,-4],[2,-10],[-8,-4],[-17,5],[-15,-20],[-10,0],[0,-6],[-5,-2],[7,-10],[-6,0],[-5,6],[-5,-1],[4,-2],[-4,-11],[6,-4]],[[3401,3524],[0,-8],[-13,-1]],[[3388,3515],[4,-21],[-24,7],[-13,-18]],[[3355,3483],[-12,-26],[-6,-2],[3,-9],[-7,-12],[-1,-31],[-18,7],[5,14],[-3,8],[-14,-3],[-2,-9],[-15,-3],[2,-17],[-4,-12],[-11,1],[-3,-21],[-17,-18],[-16,2],[-4,-11],[4,-7],[-9,-25],[-17,-11],[1,-5],[-15,2],[-6,-20],[-6,2],[-7,-3],[2,5],[-11,-1],[-1,5],[-17,-11],[7,31],[-1,14],[-4,1],[8,18],[-8,14],[-4,-14],[-13,-14],[3,-2],[-4,-1],[2,-7],[-9,-23],[-20,-20],[-14,22],[-11,-9],[1,17],[-11,4],[3,4],[-4,7],[-12,2],[-2,-3],[-32,-4],[-9,-4],[-11,-21],[-13,-3],[-3,-28],[-5,0],[-21,-25],[-12,0],[-9,-9],[0,8],[11,17],[-18,6],[-5,-3],[3,13],[-10,8],[-6,-2],[-1,8],[-10,-4],[-8,3],[-11,-13],[-4,-13],[-10,1],[-20,-7],[-8,-19],[4,-4],[-20,-24],[-1,-16],[-11,-1],[-10,-29],[-8,0],[1,-4],[-6,-4],[-7,-27],[-15,-14],[-10,-24],[0,-17],[-8,-2],[-3,19],[-5,-9],[-16,-4],[-4,-7],[-8,3],[-7,-4],[-4,4],[4,16],[-4,5],[-5,-4],[-7,-16],[5,-16],[-5,-3],[-8,-32],[-19,-21],[-5,-20],[-21,3],[-6,9],[-10,-9],[-7,-25],[7,-10],[-10,-11],[7,-9],[-6,-10],[5,-11],[-4,-15],[-16,-24],[-12,-2],[2,-6],[-10,-19],[-12,-7],[-6,-15],[1,-16],[-21,-33],[-12,-5],[-7,-14],[-7,-4],[0,-37],[-36,0],[-6,-17],[-13,-15],[-16,2],[-9,-41],[-12,-14],[-1,-10],[-11,-1],[0,-13],[-7,-12],[7,-6],[-29,-20],[-7,0],[6,8],[-8,7],[-24,-17],[8,-19],[-13,-7],[1,-19],[-5,-7],[9,-7],[-17,-26],[26,-4],[-3,-9],[8,0],[12,-9],[0,-8],[10,0],[0,-8],[8,18],[2,-5]],[[2398,2438],[9,3],[1,-6],[8,8]],[[2416,2443],[8,-5],[1,-35]],[[2425,2403],[-5,-5]],[[2420,2398],[-6,-23],[4,-2]],[[2418,2373],[0,-17],[-9,0],[-1,-18],[-6,-3],[1,-16],[-5,-4],[1,-11],[-9,-2],[4,-9],[-2,-7],[7,-2],[1,-11],[-5,-8],[-17,-4]],[[2378,2261],[1,-28],[-13,-1]],[[2366,2232],[3,10],[-6,2],[-9,-2],[-5,-8],[-7,8],[-10,-2],[-4,6],[6,5]],[[2334,2251],[-3,13],[-5,-2],[-11,-19],[-11,-6]],[[2304,2237],[-8,11],[1,4],[-9,6]],[[2288,2258],[4,8],[-13,13],[-11,-3]],[[2268,2276],[-3,-15],[-6,-4],[-30,22]],[[2229,2279],[-525,0],[-493,0],[-657,0]],[[1820,296],[1,-10],[-15,-2],[1,-9]],[[1807,275],[9,-3],[-25,-5],[-8,-4],[-14,5],[-4,10],[7,2],[3,10],[45,6]],[[2402,302],[15,0],[0,-11]],[[2417,291],[-36,2]],[[2358,326],[-24,7],[-18,10],[-28,0],[-42,23],[-28,-3],[-47,5]],[[2171,368],[16,69],[25,73]],[[2212,510],[2,25]],[[2336,589],[8,-5],[66,-11]],[[2409,494],[65,-30]],[[2508,439],[-16,-9]],[[2426,396],[-5,6],[-2,-6]],[[2419,396],[-9,-2],[7,-21]],[[2419,318],[-11,-1],[-5,-12],[-1,-3]],[[2813,11],[-354,-11],[-225,4],[-3,4],[8,14],[12,0],[26,9],[24,18],[7,-7],[23,37],[29,14],[27,20],[30,8]],[[2547,97],[21,23]],[[2588,129],[-5,4],[4,6]],[[2590,135],[14,25],[-3,8],[6,15]],[[2607,183],[76,-73]],[[2683,110],[24,37],[3,24],[20,0]],[[2747,173],[6,-1]],[[2753,172],[1,-7],[14,16]],[[2768,181],[10,3],[5,9]],[[2783,193],[18,-11],[-6,-9]],[[2851,110],[1,-31]],[[2852,79],[-6,-7],[-24,-21]],[[3323,616],[0,13],[2,5]],[[3453,830],[53,-50]],[[3506,780],[62,50],[23,-22],[15,12],[23,-22],[-13,-11],[12,-11],[-12,-10],[60,-40],[-21,-26],[-7,5],[-4,-6],[-10,6],[-8,-10],[1,-4],[-20,-25],[3,-2],[-5,-6],[11,-7]],[[3616,651],[-51,-63]],[[3506,617],[-37,-44],[-15,-19]],[[3719,1882],[-106,23],[-21,12]],[[3592,1917],[6,17],[12,-2],[2,8],[13,-3],[6,20],[40,-8],[3,8],[-48,10],[9,31]],[[3635,1998],[27,-12]],[[3662,1986],[39,-6],[25,-12],[21,-5]],[[3747,1963],[14,6],[24,-8]],[[3785,1961],[-7,-14]],[[3764,1930],[-16,-22]],[[3748,1908],[-6,2],[-23,-28]],[[3693,899],[-34,30]],[[3659,929],[3,1],[-7,7],[-3,-2],[-41,36]],[[3611,971],[69,15]],[[3680,986],[15,8],[20,4]],[[3719,994],[-5,-3],[-1,-8]],[[3713,983],[45,20],[-2,-7]],[[3783,954],[-38,-35]],[[2958,992],[11,-40],[-6,-10]],[[2949,945],[-14,30]],[[2935,975],[-19,-1],[-32,26],[5,8],[11,3],[5,9],[0,28],[-13,6],[-12,-3],[-8,2],[-8,6],[-1,6],[-9,1],[2,9],[-10,4]],[[2846,1079],[-17,-11],[-26,11]],[[2803,1079],[-21,-5],[-21,16]],[[2761,1090],[-15,2],[-2,-7],[-6,-2],[-7,-9],[1,-10],[-9,3],[-7,8],[-4,-7],[-13,1],[-3,-8],[-8,5]],[[2688,1066],[-12,0],[-2,-4],[-6,11],[6,7]],[[2674,1080],[-2,21],[8,5],[-48,74],[-43,48],[-25,-30],[-52,45],[10,78],[6,10],[-3,7],[18,24],[-242,213]],[[2301,1575],[-442,0],[0,704]],[[1859,2279],[370,0]],[[2268,2276],[14,3],[0,-5],[10,-9],[-4,-7]],[[2304,2237],[14,11]],[[2318,2248],[637,-539]],[[2955,1709],[392,0]],[[3347,1709],[102,-129]],[[3313,1418],[16,-9],[-4,-18]],[[3339,1375],[-19,-25],[-8,-4]],[[3312,1346],[-2,-19],[-14,-21],[-20,1],[-14,6],[-11,-13],[-6,6],[-24,1],[-1,31],[-20,14],[0,9],[-12,-10],[7,-21],[-15,-11]],[[3180,1319],[-16,-69]],[[3164,1250],[11,-26],[24,-1],[18,-15],[11,1],[7,-12],[-26,-23],[118,-104],[-26,-22],[-9,-4],[-11,10],[-27,-18],[-4,5],[-21,-18]],[[3229,1023],[45,-42]],[[3159,941],[-14,-13]],[[3124,930],[-6,-5],[-3,-3],[-3,3],[-6,-5]],[[2761,292],[8,1],[5,12]],[[2774,305],[-3,5]],[[2771,310],[12,9]],[[2783,319],[15,-14],[-8,-10],[8,-7],[2,6]],[[2800,294],[4,-4],[10,-11],[-18,-28],[-32,27],[8,6]],[[3680,986],[-63,-13]],[[3617,973],[-44,42]],[[3573,1015],[46,9]],[[3655,1044],[38,-28]],[[3690,1013],[8,-8],[12,-8],[-30,-11]],[[2601,350],[-7,-16],[-2,6],[-13,4]],[[2579,344],[-24,24],[5,-3]],[[2584,371],[-9,8],[9,7]],[[2626,374],[-12,-19]],[[2614,355],[-13,-5]],[[3638,535],[6,-4],[-5,-9],[-10,-4],[-5,-8]],[[3624,510],[-27,16]],[[3538,554],[78,97]],[[3506,780],[-129,118]],[[3377,898],[13,3],[22,22]],[[3412,923],[21,11],[24,24],[15,0]],[[3472,958],[27,-16],[33,0],[79,29]],[[3659,929],[62,-55]],[[3833,669],[5,-5]],[[3792,543],[-10,6]],[[3782,549],[-15,-19]],[[3767,530],[-13,18],[-15,7],[-7,-1],[-30,-23]],[[3702,531],[-44,30]],[[3658,561],[-9,-12],[-11,-14]],[[2603,224],[-10,-14],[-15,-13]],[[2578,197],[-17,-3]],[[2432,289],[51,-27],[25,-3],[18,6]],[[2526,265],[7,-23]],[[2533,242],[14,-9],[13,-2]],[[2560,231],[12,7],[16,-5],[15,-9]],[[3751,1057],[2,5],[-7,1]],[[3746,1063],[-32,45]],[[3781,1074],[-7,-10]],[[3774,1064],[-5,3],[-9,-9],[-9,-1]],[[7343,1231],[0,858]],[[8451,2089],[6,-95],[23,-420],[-157,-192],[-101,-53],[-157,-182],[-21,-96],[-395,0],[-300,170],[-6,10]],[[3407,237],[13,18],[15,1],[18,-27]],[[3453,229],[2,-20]],[[3432,210],[-4,-6]],[[2770,296],[-35,19]],[[2735,315],[9,24]],[[2744,339],[13,0],[20,-22],[-6,-7]],[[2774,305],[-2,-7],[-2,-2]],[[2738,192],[9,11],[-10,-6]],[[2727,248],[7,14]],[[2734,262],[23,-17],[36,-5]],[[2793,240],[3,-7]],[[2785,202],[-3,-12],[-14,-9]],[[2753,172],[-5,-1],[-4,11]],[[2866,211],[-13,13],[-11,-2]],[[2810,224],[-17,16]],[[2793,240],[5,16],[6,2],[12,20]],[[2816,278],[1,16],[17,18],[2,20]],[[2836,332],[53,-48]],[[2876,273],[-3,-16],[1,-12]],[[2570,356],[9,-12]],[[2579,344],[16,-8],[-19,-13]],[[2576,323],[0,-12],[-7,-8]],[[3387,1723],[-7,6],[-1,-16],[-8,-4],[-2,4],[-29,-4],[-385,0]],[[2318,2248],[8,15],[6,1],[2,-13]],[[2366,2232],[13,2],[-1,27]],[[2418,2373],[-4,3],[6,22]],[[2425,2403],[-3,39],[-6,1]],[[2416,2443],[-5,-9],[-5,1],[0,7],[-8,-4]],[[3355,3483],[15,19],[12,-4],[-4,-54]],[[3378,3444],[-9,-1],[-9,-19],[-1,-23],[-5,-11],[0,-57],[-17,-9],[-4,-7],[2,-50],[-14,-33],[-5,-37],[5,-29],[9,-16],[4,-30],[-4,-38],[-10,-20],[1,-17],[11,-12],[-3,-2],[3,-4],[-2,-8],[5,0],[-4,-4],[3,-14],[-5,-8],[7,-4],[-4,-4],[-1,-6],[5,-2],[-6,-3],[2,-6],[-7,-1],[9,-1],[-8,-2],[-3,-6],[2,-3],[5,1],[-5,-6],[1,-16],[5,-3],[-7,-18],[4,-4],[-5,-4],[6,-3],[3,-20],[-7,-6],[37,-109],[13,-23],[12,-8],[0,-33],[17,-21],[-4,-11],[-7,1],[-3,-11],[-6,2],[-4,-6],[6,-9],[1,-37],[26,-25],[10,-18],[7,-2],[2,-42],[-7,-28],[-9,-3],[-5,-8],[-5,1],[-2,5],[-10,-3],[-4,16],[-8,-13],[-6,10],[-5,-2],[-5,-10],[-6,2],[-16,-28],[-11,-43],[33,-53],[-5,-13],[95,0],[4,-16],[-11,-16],[4,-9],[16,-14],[2,-21],[-7,-3],[-1,-11],[-9,-6],[-3,-13],[-14,-4],[-7,-11],[4,-12],[-21,-15],[89,-20],[-24,-15],[-2,-12],[7,-10],[-20,-16],[-22,-8],[-36,5],[-27,14],[-23,-10],[63,-188],[-7,-14],[5,-5],[28,-8],[-12,-35],[18,-4],[-10,-32],[-21,5],[14,-23],[1,-10],[12,-4],[7,-12],[-2,-10],[-16,-22],[-18,-12],[-5,-19],[-14,-6],[-11,-11]],[[3164,1250],[1,16],[12,28],[3,25]],[[3312,1346],[16,14],[8,-2],[5,-8]],[[3386,1370],[8,4],[42,-31]],[[3578,1032],[7,-7],[4,1],[8,-7]],[[3597,1019],[-24,-4]],[[3617,973],[-84,-31],[-35,0],[-26,16]],[[3472,958],[-13,1],[-9,-5],[-16,-20],[-22,-11]],[[3412,923],[-23,-22],[-25,-4]],[[3364,897],[-14,14],[-121,112]],[[2709,400],[-7,-3],[-40,2],[-26,-14]],[[2634,432],[16,3]],[[2650,435],[20,-17]],[[2670,418],[40,-7],[0,-4],[-1,-7]],[[2810,330],[0,-5],[-6,6],[1,9],[-37,38]],[[2768,378],[-17,-14]],[[2754,373],[-4,21],[27,30],[17,30]],[[2820,462],[21,22],[40,81]],[[2881,565],[10,-10],[-8,-15],[-2,-28],[-8,-9]],[[2873,503],[9,-8]],[[2833,335],[3,-3]],[[2836,332],[-1,-12]],[[2835,320],[-9,5],[-3,-3],[-13,8]],[[2714,365],[14,-8],[-5,-4],[5,-6]],[[2728,342],[-6,-11]],[[2722,331],[-8,4],[-2,10],[-13,7],[15,13]],[[2662,264],[4,16]],[[2666,280],[10,-3]],[[2678,285],[12,-7]],[[2690,278],[-6,-2]],[[2684,276],[-6,-10],[-16,-2]],[[2868,732],[9,9],[-14,13],[6,4],[17,-1],[-12,11],[5,4],[-6,5],[8,7],[3,-3],[6,10],[-73,66],[22,19],[-24,39],[-11,9],[-17,-10],[-20,-2],[2,41],[-11,24],[9,32],[-4,11]],[[2763,1020],[16,58],[4,-4],[20,5]],[[2803,1079],[25,-11],[18,11]],[[2935,975],[3,-8]],[[3065,838],[27,-24]],[[3155,748],[-87,-50]],[[3068,698],[-61,-25],[-16,-14]],[[2991,659],[-18,10]],[[2973,669],[-27,-6],[-78,69]],[[3574,140],[0,6],[-17,0],[0,33],[-75,0],[-2,41],[7,17],[-7,0],[-1,26],[-21,-1],[-11,8],[7,7],[-5,4],[5,6],[-18,16]],[[3436,303],[64,72]],[[3648,459],[-13,13]],[[3639,501],[-15,9]],[[3638,535],[20,26]],[[3702,531],[33,24],[18,-7],[14,-18]],[[3782,549],[26,-16]],[[4015,362],[-9,-9],[-12,-3],[-14,-21],[-4,0],[4,-10],[-20,-24],[5,-5],[-2,-9],[11,-7],[4,-12],[14,-4],[9,-11],[-2,-8],[6,-5],[-7,-4],[1,-7],[-8,-4],[-11,10],[-15,-2],[-19,21],[-11,2],[-8,-3],[-12,-15],[10,-18],[-7,-16],[6,-11],[-5,-13],[-8,-2],[1,-9],[-7,-9],[0,-10],[5,-6],[-9,-3],[-17,7],[-1,10],[-10,12],[4,9],[-2,9],[-9,5],[-6,10],[-15,-3],[-11,9],[-1,-8],[5,-3],[-3,-6],[-39,-10],[-12,-26],[-10,-9],[-6,6],[-8,-6],[-7,8],[-15,-2],[-7,11],[-6,2],[-2,12],[-7,0],[-2,5],[-23,-17],[-10,-1],[2,-10],[-13,-12],[-7,6],[-89,-3]],[[2734,262],[0,15]],[[2734,277],[22,-1],[6,5]],[[2762,281],[33,-29],[-2,-12]],[[1025,1529],[-2,8],[5,-1]],[[536,1873],[0,-22]],[[1185,2279],[674,0]],[[1859,2279],[0,-655]],[[1859,1624],[-90,0],[-7,-10],[-13,-7],[-7,-15],[4,-20],[-9,-27],[6,-17],[-9,-6],[-5,14],[-6,-2],[4,4],[-6,0],[2,4],[-7,0],[0,5],[-4,1],[6,3],[-2,7],[8,2],[-5,1],[4,4],[-3,3],[3,10],[-14,2],[-2,5],[2,5],[1,-3],[5,1],[-4,2],[4,2],[-3,6],[-17,-1],[-5,-5],[-7,6],[-5,-1],[-23,-17],[2,-4],[-6,-6],[5,-6],[-14,-11],[-17,1],[-1,4],[-8,-6],[-5,2],[-20,-4],[-2,3],[-8,-4],[-4,5],[-6,0],[4,5],[-3,2],[-13,-8],[-10,4],[-10,-17],[-9,-7],[-9,-1],[-7,-11],[-7,1],[-5,-6],[-16,-4],[-6,6],[-8,-5],[-2,-8],[-8,1],[-1,-5],[-13,-3],[4,0],[-6,-2],[3,-5],[-9,1],[-7,-9],[18,2],[3,-3],[10,5],[3,-2],[3,-24],[-7,-28],[-66,52],[0,-179],[-187,1]],[[1210,1307],[0,-83]],[[1210,1224],[-189,0],[0,83],[-94,0],[0,-12],[-124,0]],[[2708,299],[-12,6],[12,7],[9,0]],[[2717,312],[-9,-13]],[[2816,278],[-16,16]],[[2783,319],[-4,-4],[-23,25],[-12,-1]],[[2744,339],[2,18],[22,21]],[[2810,330],[15,-9],[1,7],[9,-8]],[[2835,320],[-8,-18],[-9,-8],[-2,-16]],[[2732,300],[-2,10],[5,5]],[[2770,296],[-19,-4],[-19,8]],[[1689,278],[-9,76],[-83,-10],[-8,49],[-82,-8],[-1,75],[77,2],[-1,124],[-73,1],[2,143],[-21,5],[-15,-17],[-18,1],[-10,-6],[-14,-2],[-12,5],[-13,15],[-5,13],[-6,0],[-10,10],[2,10],[17,-6]],[[1406,758],[24,10],[-8,8]],[[1422,776],[4,3],[-8,12],[2,3],[-7,4],[-1,4],[7,0],[0,13],[-12,2],[-1,9],[-13,6],[-12,12],[-2,15],[-7,1],[-7,-5],[1,9],[-7,4],[1,6],[7,2],[-12,3],[9,1],[1,10],[-5,11],[-12,5],[0,3],[9,-1],[-8,15],[6,4],[0,10],[17,-6],[-3,10],[10,-6],[3,4],[-30,18],[-8,-11],[-12,1],[-13,-11],[2,10],[-4,4],[-6,-9],[-10,0],[0,201],[-91,0]],[[1210,1142],[0,165]],[[1859,1624],[0,-48],[-8,0]],[[1851,1576],[-2,-4],[5,-6],[3,-20]],[[1887,1524],[4,-5],[12,-19],[-4,-8]],[[1887,1322],[-8,-20],[-20,-17]],[[1775,1295],[-6,-1],[-10,3]],[[1760,1308],[-22,15],[-13,-3],[-24,-18],[-42,-45]],[[1687,1052],[8,-14],[17,-2],[15,8],[5,10]],[[1743,550],[8,-5],[-1,-5],[14,-16]],[[1764,524],[0,-50],[42,5],[27,-44],[-4,-21],[27,-9],[-13,-1],[12,-102]],[[1855,302],[-10,-5],[-68,-6],[-12,-16],[-6,7]],[[1738,274],[-18,-2]],[[1720,272],[-1,9]],[[1719,281],[-15,-1],[-15,-2]],[[1820,296],[26,1],[9,5]],[[1764,524],[-18,23]],[[1746,547],[14,11]],[[1908,558],[0,71]],[[2219,557],[-7,-47]],[[2171,368],[-57,4],[-30,-24],[-52,-15],[-48,6],[-50,-29],[-19,-7],[-37,-5],[-24,-9],[-18,-14],[-20,-1],[-9,1]],[[2613,475],[-31,-10]],[[2563,441],[-57,50]],[[2493,511],[-10,14]],[[2576,713],[119,-106],[-10,-9]],[[2715,517],[18,-17]],[[2709,475],[0,-6],[-5,0],[-13,-11]],[[2691,458],[-10,9],[-11,-15],[-14,6],[2,4],[-20,1],[-12,6],[-3,-3],[-10,9]],[[3724,1048],[13,9]],[[3729,1068],[13,1],[4,-6]],[[3746,1063],[6,0],[-1,-6]],[[3774,1064],[-14,-15],[-16,-9],[-11,0],[-9,8]],[[2711,316],[-7,-8],[-9,-4],[-4,3],[11,13]],[[2685,261],[-5,-2],[-10,5],[7,1],[7,11]],[[2684,276],[8,4]],[[2692,280],[10,-4],[-17,-15]],[[3188,10],[-95,4],[-191,-1]],[[3014,156],[16,58]],[[3070,199],[38,-2]],[[3108,197],[2,47]],[[3199,223],[-1,-43]],[[1210,1224],[0,-82]],[[1422,776],[8,-7],[-24,-11]],[[1689,278],[30,3]],[[1720,272],[7,1]],[[1727,273],[6,-32]],[[1733,241],[5,8],[9,1]],[[1748,239],[6,-1],[-14,-18],[-24,-2],[-60,57],[-48,24],[-57,-2],[-5,-4],[-4,-22],[-47,-7],[-11,3],[-29,22],[-72,19],[-22,15],[-7,14],[1,23],[-17,23],[10,11],[-2,15],[-6,6],[-20,2],[-8,5],[-5,29],[7,12],[0,25],[-7,13],[-27,10],[-36,3],[1,-14],[8,-9],[-1,-4],[-9,-1],[7,-21],[-15,-11],[-21,-2],[-14,11],[-11,2],[-10,12],[-22,6],[-32,17],[-18,29],[-16,13],[-6,20],[2,22],[-125,79],[-44,21],[-5,2],[-6,-9],[-14,6],[-22,0],[-29,8]],[[2683,618],[-269,232],[-84,76]],[[2330,926],[-3,-7],[-11,0],[-8,-10]],[[2135,1575],[166,0]],[[2674,1080],[-6,-8],[3,-8],[17,2]],[[2761,1090],[17,-11],[-15,-59]],[[2868,732],[78,-70],[27,7]],[[2991,659],[-15,-22],[-32,-3],[-20,-24]],[[2924,610],[-30,-10],[-39,-90],[-13,-22]],[[2842,488],[-12,-2],[-39,36],[14,15]],[[2805,537],[-3,2],[6,8],[-3,5],[4,4]],[[2752,675],[-19,9],[-10,0],[-6,6],[-10,-9]],[[2715,645],[-11,-10],[-21,-17]],[[3358,96],[79,0]],[[3455,204],[-2,25]],[[3453,229],[-16,26],[-25,-1]],[[3385,272],[21,28]],[[3430,297],[6,6]],[[3574,140],[86,2],[-6,-5],[-9,3],[17,-13],[3,-6],[-18,-35],[4,-11],[-20,-22],[-10,-8],[-4,-13],[7,-3],[-5,-16],[-236,-4]],[[2726,248],[-26,6]],[[2700,254],[12,21]],[[2712,275],[7,-3],[15,5]],[[2734,277],[-4,-25],[-4,-4]],[[2634,332],[23,17]],[[2657,349],[14,-21],[-6,-9]],[[2665,319],[-14,-6],[-17,19]],[[2700,254],[-5,1]],[[2694,265],[-9,-4]],[[2685,261],[32,29],[5,-6]],[[2722,284],[9,0],[3,-7]],[[2712,275],[-6,-14],[-6,-7]],[[3369,1682],[-22,27]],[[3347,1709],[32,3],[1,16],[7,-5]],[[3378,3444],[1,51],[4,3],[8,-5],[-3,22]],[[3388,3515],[13,0],[0,9]],[[3454,3606],[6,7],[13,4]],[[3473,3617],[2,9],[6,1],[5,-11]],[[3522,3619],[16,26],[0,6]],[[3584,3702],[3,7],[1,15]],[[3634,3889],[15,6],[12,-2],[12,4]],[[3890,4142],[17,-6],[-21,-12]],[[3819,4066],[-7,-2],[-3,-9]],[[3732,3902],[-21,-20],[-7,-15],[1,-13],[5,-3]],[[3702,3835],[0,-13],[-29,-39]],[[3673,3783],[-23,-20],[5,-3]],[[3627,2002],[8,-4]],[[3592,1917],[10,-8]],[[3600,1775],[49,-63],[9,-4],[2,-11]],[[2939,437],[-2,-7]],[[2920,459],[-47,44]],[[2881,565],[11,31],[6,6],[26,8]],[[2924,610],[19,24],[15,4],[8,-1]],[[3038,592],[5,-3],[8,-7]],[[3027,496],[7,-6]],[[2650,435],[-7,-1]],[[2601,470],[12,5]],[[2691,458],[17,13]],[[2720,434],[-4,-19],[-9,-3],[-13,2],[-24,4]],[[2614,237],[-11,-13]],[[2603,224],[-28,14],[-15,-7]],[[2560,231],[-18,4],[-9,7]],[[2526,265],[10,5]],[[2568,252],[3,0],[27,6]],[[2598,258],[-6,10]],[[2592,268],[14,9],[8,3],[5,-11],[7,-26]],[[2634,332],[-26,-12]],[[2596,335],[5,15]],[[2614,355],[8,11]],[[2644,340],[-10,-8]]],"transform":{"scale":[0.0022831677835149617,0.0017592730332254827],"translate":[-79.7645975425646,44.9913554504055]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment