Skip to content

Instantly share code, notes, and snippets.

@bricedev
Last active August 29, 2015 14:26
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 bricedev/f4634d586c42ee520c32 to your computer and use it in GitHub Desktop.
Save bricedev/f4634d586c42ee520c32 to your computer and use it in GitHub Desktop.
Languedoc-Roussillon Population

Languedoc-Roussillon Population / Lambert 93

<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
</style>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.19/topojson.min.js"></script>
<script>
var width = 960,
height = 1100;
var path = d3.geo.path()
.projection(null);
var color = d3.scale.linear()
.domain([4, 500, 1000, 5000, 15000, 20000, 25000, 250000])
.range(["#fff7ec", "#fee8c8", "#fdd49e", "#fdbb84", "#fc8d59", "#ef6548", "#d7301f", "#b30000", "#7f0000"]);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("lr.json", function(error, lr) {
if (error) throw error;
svg.append("g").selectAll("path")
.data(topojson.feature(lr, lr.objects.communes).features)
.enter().append("path")
.attr("class","commune")
.attr("d", path)
.style("fill", function(d) { return color(d.properties.population); });
svg.append("g").selectAll("text")
.data(topojson.feature(lr, lr.objects.places).features)
.enter().append("text")
.attr("transform", function(d) { return "translate(" + d.geometry.coordinates + ")"; })
.style("text-anchor", "middle")
.style("font-size","17px")
.style("text-shadow", "0px 0px 2px #fff")
.text(function(d) { return d.properties.name; });
});
d3.select(self.frameElement).style("height", height + "px");
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"communes":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"commune":"LE MARTINET","population":840},"id":"159","arcs":[[0,1,2,3]]},{"type":"Polygon","properties":{"commune":"LOUPIA","population":240},"id":"207","arcs":[[4,5,6,7,8,9]]},{"type":"Polygon","properties":{"commune":"MARGON","population":588},"id":"149","arcs":[[10,11,12,13]]},{"type":"Polygon","properties":{"commune":"CASSAGNOLES","population":96},"id":"054","arcs":[[14,15,16,17,18]]},{"type":"Polygon","properties":{"commune":"BOUISSE","population":92},"id":"044","arcs":[[19,20,21,22,23,24,25,26]]},{"type":"Polygon","properties":{"commune":"RAILLEU","population":25},"id":"157","arcs":[[27,28,29,30,31]]},{"type":"Polygon","properties":{"commune":"RIOLS","population":766},"id":"229","arcs":[[32,33,34,35,36,37,38,39]]},{"type":"Polygon","properties":{"commune":"CAMPESTRE-ET-LUC","population":124},"id":"064","arcs":[[40,41,42,43,44,45]]},{"type":"Polygon","properties":{"commune":"PUECHABON","population":454},"id":"221","arcs":[[46,47,48,49,50]]},{"type":"Polygon","properties":{"commune":"LAURAGUEL","population":644},"id":"197","arcs":[[51,52,53,54,55]]},{"type":"Polygon","properties":{"commune":"SAINT-GENIES-DE-MALGOIRES","population":2932},"id":"255","arcs":[[56,57,58,59,60,61,62,63]]},{"type":"Polygon","properties":{"commune":"LE TECH","population":103},"id":"206","arcs":[[64,65,66,67,68,69]]},{"type":"Polygon","properties":{"commune":"VENDEMIAN","population":1076},"id":"328","arcs":[[70,71,72,73]]},{"type":"Polygon","properties":{"commune":"ALBIERES","population":104},"id":"007","arcs":[[-27,74,75,76,77]]},{"type":"Polygon","properties":{"commune":"LES MATELLES","population":1808},"id":"153","arcs":[[78,79,80,81,82,83,84,85]]},{"type":"Polygon","properties":{"commune":"LAROQUE","population":1543},"id":"128","arcs":[[86,87,88,89,90]]},{"type":"Polygon","properties":{"commune":"ALENYA","population":3283},"id":"002","arcs":[[91,92,93,94,95,96,97]]},{"type":"Polygon","properties":{"commune":"BELCASTEL-ET-BUC","population":73},"id":"029","arcs":[[98,99,100,101,102,103]]},{"type":"Polygon","properties":{"commune":"PEZILLA-DE-CONFLENT","population":58},"id":"139","arcs":[[104,105,106,107]]},{"type":"Polygon","properties":{"commune":"SAINT-BENEZET","population":281},"id":"234","arcs":[[108,109,110,111,112,113]]},{"type":"Polygon","properties":{"commune":"NAGES-ET-SOLORGUES","population":1555},"id":"186","arcs":[[114,115,116,117,118,119]]},{"type":"Polygon","properties":{"commune":"LES VIGNES","population":105},"id":"195","arcs":[[120,121,122,123,124]]},{"type":"Polygon","properties":{"commune":"AIGUES-VIVES","population":527},"id":"001","arcs":[[125,126,127,128]]},{"type":"Polygon","properties":{"commune":"CITOU","population":80},"id":"092","arcs":[[129,130,131,132]]},{"type":"Polygon","properties":{"commune":"PALAJA","population":2146},"id":"272","arcs":[[133,134,135,136,137]]},{"type":"Polygon","properties":{"commune":"SAINTE-CROIX-DE-QUINTILLARGUES","population":674},"id":"248","arcs":[[138,139,140]]},{"type":"Polygon","properties":{"commune":"TAURINYA","population":329},"id":"204","arcs":[[141,142,143,144,145,146,147,148]]},{"type":"Polygon","properties":{"commune":"LACOMBE","population":168},"id":"182","arcs":[[149,150,151,152,153]]},{"type":"Polygon","properties":{"commune":"LIGNAIROLLES","population":36},"id":"204","arcs":[[154,155,156,157]]},{"type":"Polygon","properties":{"commune":"CAMPS-SUR-L'AGLY","population":64},"id":"065","arcs":[[158,159,160,161,162]]},{"type":"Polygon","properties":{"commune":"LUNEL","population":25405},"id":"145","arcs":[[163,164,165,166,167,168,169,170]]},{"type":"Polygon","properties":{"commune":"GRANDRIEU","population":759},"id":"070","arcs":[[171,172,173,174,175,176,177]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-SERRES","population":518},"id":"267","arcs":[[178,179,180,181,182,183]]},{"type":"Polygon","properties":{"commune":"CANOHES","population":4875},"id":"038","arcs":[[184,185,186,187,188]]},{"type":"Polygon","properties":{"commune":"ARAGON","population":415},"id":"011","arcs":[[189,190,191,192,193,194,195]]},{"type":"Polygon","properties":{"commune":"REYNES","population":1246},"id":"160","arcs":[[196,197,198,199,200,201]]},{"type":"Polygon","properties":{"commune":"LA BEZOLE","population":42},"id":"039","arcs":[[202,203,204,205,206]]},{"type":"Polygon","properties":{"commune":"MONTGRADAIL","population":60},"id":"246","arcs":[[207,208,209,210,211]]},{"type":"Polygon","properties":{"commune":"MONTOULIEU","population":161},"id":"171","arcs":[[212,213,214,215,216,217]]},{"type":"Polygon","properties":{"commune":"PEZENAS","population":8317},"id":"199","arcs":[[218,219,220,221,222,223,224,225,226,227,228]]},{"type":"Polygon","properties":{"commune":"UZES","population":8578},"id":"334","arcs":[[229,230,231,232,233,234,235]]},{"type":"Polygon","properties":{"commune":"SAINT-DENIS","population":265},"id":"247","arcs":[[236,237,238,239,240]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-LE-VIEIL","population":238},"id":"357","arcs":[[241,242,243,244,245,246,247,248,249]]},{"type":"Polygon","properties":{"commune":"EYNE","population":128},"id":"075","arcs":[[250,251,252,253,254,255,256,257,258]]},{"type":"Polygon","properties":{"commune":"PADERN","population":127},"id":"270","arcs":[[259,260,261,262,263]]},{"type":"Polygon","properties":{"commune":"FELINES-TERMENES","population":127},"id":"137","arcs":[[264,265,266,267,268]]},{"type":"Polygon","properties":{"commune":"BAHO","population":3221},"id":"012","arcs":[[269,270,271,272,273]]},{"type":"Polygon","properties":{"commune":"ROCHEFORT-DU-GARD","population":7499},"id":"217","arcs":[[274,275,276,277,278,279,280,281,282]]},{"type":"Polygon","properties":{"commune":"AURIAC","population":33},"id":"020","arcs":[[283,284,285,286,287,288,-76]]},{"type":"Polygon","properties":{"commune":"LE BOULOU","population":5520},"id":"024","arcs":[[289,290,291,292,293]]},{"type":"Polygon","properties":{"commune":"ARMISSAN","population":1547},"id":"014","arcs":[[294,295]]},{"type":"Polygon","properties":{"commune":"SAINT-HIPPOLYTE-DE-MONTAIGU","population":260},"id":"262","arcs":[[296,297,298,299]]},{"type":"Polygon","properties":{"commune":"SAINT-ROMAN-DE-CODIERES","population":196},"id":"296","arcs":[[300,301,302,303,304]]},{"type":"Polygon","properties":{"commune":"ELNE","population":8275},"id":"065","arcs":[[305,306,307,-96,308,309,310,311,312,313,314]]},{"type":"Polygon","properties":{"commune":"LLUPIA","population":1960},"id":"101","arcs":[[315,316,317,318]]},{"type":"Polygon","properties":{"commune":"AVEZE","population":1081},"id":"026","arcs":[[319,320,321,322,323]]},{"type":"Polygon","properties":{"commune":"CEPIE","population":657},"id":"090","arcs":[[324,325,326,327]]},{"type":"Polygon","properties":{"commune":"MAZUBY","population":25},"id":"229","arcs":[[328,329,330,331,332]]},{"type":"Polygon","properties":{"commune":"JONQUIERES-SAINT-VINCENT","population":3522},"id":"135","arcs":[[333,334,335,336,337]]},{"type":"Polygon","properties":{"commune":"AIGUEZE","population":216},"id":"005","arcs":[[338,339,340,341,342,343]]},{"type":"Polygon","properties":{"commune":"VERDUN-EN-LAURAGAIS","population":274},"id":"407","arcs":[[344,345,346,347,348,349]]},{"type":"Polygon","properties":{"commune":"LEUC","population":774},"id":"201","arcs":[[350,351,352,353,354]]},{"type":"Polygon","properties":{"commune":"MAUREILHAN","population":1963},"id":"155","arcs":[[355,356,357,358,359,360]]},{"type":"Polygon","properties":{"commune":"PAZIOLS","population":520},"id":"276","arcs":[[361,362,-261,363]]},{"type":"Polygon","properties":{"commune":"ARPHY","population":178},"id":"015","arcs":[[364,365,366,367,368]]},{"type":"Polygon","properties":{"commune":"TAURIZE","population":84},"id":"387","arcs":[[369,370,371,372,373]]},{"type":"Polygon","properties":{"commune":"CASSAGNOLES","population":428},"id":"071","arcs":[[374,375,-111,376,377,378,379,380]]},{"type":"Polygon","properties":{"commune":"SOUMONT","population":188},"id":"306","arcs":[[381,382,383,384]]},{"type":"Polygon","properties":{"commune":"CARCASSONNE","population":47068},"id":"069","arcs":[[385,386,-137,387,388,389,390,391,392,393,394,395,396,397,398]]},{"type":"Polygon","properties":{"commune":"SAINTE-MARIE","population":4687},"id":"182","arcs":[[399,400,401,402]]},{"type":"Polygon","properties":{"commune":"COMBES","population":351},"id":"083","arcs":[[403,404,405,406,407]]},{"type":"Polygon","properties":{"commune":"OUVEILLAN","population":2300},"id":"269","arcs":[[408,409,410,411,412,413,414]]},{"type":"Polygon","properties":{"commune":"BELVEZET","population":253},"id":"035","arcs":[[415,416,417,418,419,420]]},{"type":"Polygon","properties":{"commune":"SAINTE-ENIMIE","population":522},"id":"146","arcs":[[421,422,423,424,425,426,427,428,429]]},{"type":"Polygon","properties":{"commune":"PEYRIAC-DE-MER","population":1076},"id":"285","arcs":[[430,431,432,433,434,435]]},{"type":"Polygon","properties":{"commune":"MONZE","population":205},"id":"257","arcs":[[436,437,438,439,440,441]]},{"type":"Polygon","properties":{"commune":"VILLEVIEILLE","population":1638},"id":"352","arcs":[[442,443,444,445,446,447,448]]},{"type":"Polygon","properties":{"commune":"LES PLANTIERS","population":233},"id":"198","arcs":[[449,450,451,452,453]]},{"type":"Polygon","properties":{"commune":"VINASSAN","population":2549},"id":"441","arcs":[[454,455,456,-296,457,458]]},{"type":"Polygon","properties":{"commune":"COURNANEL","population":665},"id":"105","arcs":[[459,460,461]]},{"type":"Polygon","properties":{"commune":"COURSAN","population":6056},"id":"106","arcs":[[462,463,464,-459,465]]},{"type":"Polygon","properties":{"commune":"MIREVAL-LAURAGAIS","population":157},"id":"234","arcs":[[466,467,468,469,470,471]]},{"type":"Polygon","properties":{"commune":"COURRY","population":302},"id":"097","arcs":[[472,473,474,475,476]]},{"type":"Polygon","properties":{"commune":"ROUJAN","population":1954},"id":"237","arcs":[[477,478,479,-11,480,481,482]]},{"type":"Polygon","properties":{"commune":"FOURQUES","population":1169},"id":"084","arcs":[[483,484,485,486,487]]},{"type":"Polygon","properties":{"commune":"BOUQUET","population":175},"id":"048","arcs":[[488,489,490,491,492,493,494]]},{"type":"Polygon","properties":{"commune":"LE POUGET","population":1823},"id":"210","arcs":[[-71,495,496,497,498,499,500,501]]},{"type":"Polygon","properties":{"commune":"PECH-LUNA","population":100},"id":"278","arcs":[[502,503,504,505,506,507]]},{"type":"Polygon","properties":{"commune":"CONNAUX","population":1587},"id":"092","arcs":[[508,509,510,511,512]]},{"type":"Polygon","properties":{"commune":"LES MAGES","population":1931},"id":"152","arcs":[[513,514,515,516,517,518]]},{"type":"Polygon","properties":{"commune":"SAINT-HIPPOLYTE-DU-FORT","population":3857},"id":"263","arcs":[[519,-214,520,521,522,523]]},{"type":"Polygon","properties":{"commune":"AIGUES-MORTES","population":8565},"id":"003","arcs":[[524,525,526,527,528]]},{"type":"Polygon","properties":{"commune":"VILLETELLE","population":1448},"id":"340","arcs":[[529,530,-168,531,532]]},{"type":"Polygon","properties":{"commune":"SAINT-BONNET-DE-MONTAUROUX","population":111},"id":"139","arcs":[[533,534,535,536,537]]},{"type":"Polygon","properties":{"commune":"BAGARD","population":2502},"id":"027","arcs":[[538,539,540,541,542]]},{"type":"Polygon","properties":{"commune":"CAVANAC","population":918},"id":"085","arcs":[[543,-389,544,-135,-351]]},{"type":"Polygon","properties":{"commune":"LES BONDONS","population":142},"id":"028","arcs":[[545,546,547,548,549,550,551]]},{"type":"Polygon","properties":{"commune":"SAINT-ESTEVE","population":11362},"id":"172","arcs":[[552,-274,553,554]]},{"type":"Polygon","properties":{"commune":"JUNAS","population":1082},"id":"136","arcs":[[555,556,-447,557,558]]},{"type":"Polygon","properties":{"commune":"SALSES-LE-CHATEAU","population":3227},"id":"190","arcs":[[559,560,561,562,563,564,565,566]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-DE-ROQUELONGUE","population":1242},"id":"332","arcs":[[567,568,569,570,571,572,573,-434,574]]},{"type":"Polygon","properties":{"commune":"BRIGNAC","population":749},"id":"041","arcs":[[575,576,577,578]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-LASSEILLE","population":1124},"id":"177","arcs":[[579,580,581]]},{"type":"Polygon","properties":{"commune":"CASTILLON-DU-GARD","population":1513},"id":"073","arcs":[[582,583,584,585,586,587]]},{"type":"Polygon","properties":{"commune":"CAUSSES-ET-VEYRAN","population":636},"id":"061","arcs":[[588,589,590,591]]},{"type":"Polygon","properties":{"commune":"ALTIER","population":207},"id":"004","arcs":[[592,593,594,595,596]]},{"type":"Polygon","properties":{"commune":"VILLEROUGE-TERMENES","population":145},"id":"435","arcs":[[597,598,-265,599,600]]},{"type":"Polygon","properties":{"commune":"RIEUSSEC","population":91},"id":"228","arcs":[[601,602,603,604,605]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-LALANDE","population":1106},"id":"356","arcs":[[606,607,608,-467,609,610]]},{"type":"Polygon","properties":{"commune":"FAU-DE-PEYRE","population":194},"id":"060","arcs":[[611,612,613,614,615,616]]},{"type":"Polygon","properties":{"commune":"GARONS","population":4617},"id":"125","arcs":[[617,618,619,620]]},{"type":"Polygon","properties":{"commune":"LANGOGNE","population":2950},"id":"080","arcs":[[621,622,623,624,625],[626]]},{"type":"Polygon","properties":{"commune":"LA BOISSIERE","population":948},"id":"035","arcs":[[627,628,629,630,631,632,-47]]},{"type":"Polygon","properties":{"commune":"SAINT-PRIVAT","population":417},"id":"286","arcs":[[633,634,635,636,637,638,639,640,-384,641,642]]},{"type":"Polygon","properties":{"commune":"MONTAURIOL","population":208},"id":"112","arcs":[[643,644,645,-484,646,647,648,649]]},{"type":"Polygon","properties":{"commune":"VILLENEUVE-MINERVOIS","population":1073},"id":"433","arcs":[[650,651,652,653,654,655,656]]},{"type":"Polygon","properties":{"commune":"MONTBLANC","population":2733},"id":"166","arcs":[[657,658,659,660,661,662,663,664]]},{"type":"Polygon","properties":{"commune":"PUECHREDON","population":36},"id":"208","arcs":[[665,666,667,668,669]]},{"type":"Polygon","properties":{"commune":"AIGREMONT","population":672},"id":"002","arcs":[[670,671,672,673,674,675,-182,676,-109]]},{"type":"Polygon","properties":{"commune":"ROUTIER","population":253},"id":"328","arcs":[[677,-52,678,679,680,681,682,683]]},{"type":"Polygon","properties":{"commune":"AULAS","population":455},"id":"024","arcs":[[684,-368,685,686,-324]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-LE-MINIER","population":367},"id":"280","arcs":[[687,688,689,690,691,692]]},{"type":"Polygon","properties":{"commune":"SAINT-FELIU-D'AVALL","population":2539},"id":"174","arcs":[[693,694,695,696,697]]},{"type":"Polygon","properties":{"commune":"COMUS","population":29},"id":"096","arcs":[[698,699,700]]},{"type":"Polygon","properties":{"commune":"NOALHAC","population":99},"id":"106","arcs":[[701,702,703,704,705,706,707]]},{"type":"Polygon","properties":{"commune":"MILLAS","population":4012},"id":"108","arcs":[[708,709,710,711,712,713,714,715,716]]},{"type":"Polygon","properties":{"commune":"MAGRIE","population":514},"id":"211","arcs":[[-461,717,718,719,720,721]]},{"type":"Polygon","properties":{"commune":"PUJAUT","population":4068},"id":"209","arcs":[[-280,722,723,724,725]]},{"type":"Polygon","properties":{"commune":"ROQUEBRUN","population":577},"id":"232","arcs":[[726,727,728,-592,729,730]]},{"type":"Polygon","properties":{"commune":"PASSA","population":693},"id":"134","arcs":[[-291,731,732,733,734,-487,735,736,737]]},{"type":"Polygon","properties":{"commune":"SAUVIAN","population":4470},"id":"298","arcs":[[738,739,740,741]]},{"type":"Polygon","properties":{"commune":"MEJANNES-LES-ALES","population":1147},"id":"165","arcs":[[742,743,744,745,746]]},{"type":"Polygon","properties":{"commune":"MARQUIXANES","population":548},"id":"103","arcs":[[747,748,749,750,751,752]]},{"type":"Polygon","properties":{"commune":"PEPIEUX","population":1012},"id":"280","arcs":[[753,754,755,756]]},{"type":"Polygon","properties":{"commune":"SAINT-NAZAIRE-DES-GARDIES","population":80},"id":"289","arcs":[[757,758,759,760,761,762]]},{"type":"Polygon","properties":{"commune":"PONTEILLA","population":2798},"id":"145","arcs":[[763,-318,764,-185,765,766,767]]},{"type":"Polygon","properties":{"commune":"LE PRADAL","population":295},"id":"216","arcs":[[768,769,770]]},{"type":"Polygon","properties":{"commune":"VENTENAC-EN-MINERVOIS","population":533},"id":"405","arcs":[[771,772,773,774,775,776]]},{"type":"Polygon","properties":{"commune":"CAUX-ET-SAUZENS","population":821},"id":"084","arcs":[[777,778,-393,779,780,781]]},{"type":"Polygon","properties":{"commune":"SAINT-BONNET-DE-CHIRAC","population":69},"id":"138","arcs":[[782,783,784,785]]},{"type":"Polygon","properties":{"commune":"SAINT-THIBERY","population":2326},"id":"289","arcs":[[-221,786,787,-660,788,789]]},{"type":"Polygon","properties":{"commune":"RICAUD","population":307},"id":"313","arcs":[[790,791,792,793,794,795]]},{"type":"Polygon","properties":{"commune":"CODALET","population":360},"id":"052","arcs":[[796,-147,797]]},{"type":"Polygon","properties":{"commune":"OLARGUES","population":661},"id":"187","arcs":[[798,-727,799,800,801,802,803]]},{"type":"Polygon","properties":{"commune":"RAISSAC-SUR-LAMPY","population":418},"id":"308","arcs":[[804,-242]]},{"type":"Polygon","properties":{"commune":"BOUTENAC","population":704},"id":"048","arcs":[[805,806,807,808,809,810,811,-572]]},{"type":"Polygon","properties":{"commune":"AZILLANET","population":410},"id":"020","arcs":[[812,813,814,815,816]]},{"type":"Polygon","properties":{"commune":"LANUEJOLS","population":358},"id":"139","arcs":[[817,818,819,820,821,822,823]]},{"type":"Polygon","properties":{"commune":"MIRAVAL-CABARDES","population":38},"id":"232","arcs":[[824,825,826,827,828,829]]},{"type":"Polygon","properties":{"commune":"BLAUZAC","population":1187},"id":"041","arcs":[[830,831,832,833,-232]]},{"type":"Polygon","properties":{"commune":"ALAIGNE","population":343},"id":"004","arcs":[[834,835,836,-681,837,-9,838]]},{"type":"Polygon","properties":{"commune":"VERAZA","population":37},"id":"406","arcs":[[839,840,841,842,843,844]]},{"type":"Polygon","properties":{"commune":"FOURTOU","population":64},"id":"155","arcs":[[845,-161,846,847,-77,-289,848]]},{"type":"Polygon","properties":{"commune":"GRAISSESSAC","population":717},"id":"117","arcs":[[849,850,851,852,853]]},{"type":"Polygon","properties":{"commune":"VALMASCLE","population":43},"id":"323","arcs":[[854,855,856,857,858,859,860]]},{"type":"Polygon","properties":{"commune":"CABRIERES","population":482},"id":"045","arcs":[[861,-856,862,863,864,865,866,867]]},{"type":"Polygon","properties":{"commune":"VILLENEUVE-LES-BEZIERS","population":4149},"id":"336","arcs":[[868,869,870,-739,871]]},{"type":"Polygon","properties":{"commune":"ARBOUSSOLS","population":101},"id":"007","arcs":[[872,873,-748,874,875,876]]},{"type":"Polygon","properties":{"commune":"LAVALETTE","population":61},"id":"133","arcs":[[877,878,879,880,881]]},{"type":"Polygon","properties":{"commune":"CAMPOME","population":113},"id":"034","arcs":[[882,883,884,885]]},{"type":"Polygon","properties":{"commune":"POTELIERES","population":327},"id":"204","arcs":[[886,-517,887,888,-238,889]]},{"type":"Polygon","properties":{"commune":"SAINT-NAZAIRE-DE-LADAREZ","population":351},"id":"279","arcs":[[-729,890,891,892,893,-589]]},{"type":"Polygon","properties":{"commune":"ROUBIA","population":497},"id":"324","arcs":[[894,895,896,897,898]]},{"type":"Polygon","properties":{"commune":"BRENAC","population":208},"id":"050","arcs":[[899,900,901,902,903,904]]},{"type":"Polygon","properties":{"commune":"LIAUSSON","population":154},"id":"137","arcs":[[905,906,907]]},{"type":"Polygon","properties":{"commune":"SALLELES-D'AUDE","population":2759},"id":"369","arcs":[[908,909,-412,910,911,912,913]]},{"type":"Polygon","properties":{"commune":"VILLESPY","population":352},"id":"439","arcs":[[914,915,916,-349,917,918,919]]},{"type":"Polygon","properties":{"commune":"VILLELONGUE-DELS-MONTS","population":1483},"id":"225","arcs":[[920,921,922,923,924,925]]},{"type":"Polygon","properties":{"commune":"MUDAISON","population":2528},"id":"176","arcs":[[926,927,928,929,930]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DU-PIN","population":1392},"id":"270","arcs":[[931,932,933,934,-539,935,936]]},{"type":"Polygon","properties":{"commune":"SAINT-BAUZILLE-DE-PUTOIS","population":1809},"id":"243","arcs":[[-87,937,-217,938,939,940]]},{"type":"Polygon","properties":{"commune":"SAINT-MICHEL","population":53},"id":"278","arcs":[[941,942,943,944,945,946,947,948]]},{"type":"Polygon","properties":{"commune":"GABRIAC","population":109},"id":"067","arcs":[[949,950,951,952]]},{"type":"Polygon","properties":{"commune":"SAINT-CHAPTES","population":1743},"id":"241","arcs":[[953,954,-57,955,956,957,958,959]]},{"type":"Polygon","properties":{"commune":"MONTAURIOL","population":78},"id":"239","arcs":[[960,961,962,963,964,965]]},{"type":"Polygon","properties":{"commune":"VILLAR-SAINT-ANSELME","population":98},"id":"415","arcs":[[966,967,968,969,970]]},{"type":"Polygon","properties":{"commune":"LA LIVINIERE","population":550},"id":"141","arcs":[[971,-18,972,973,974,975,976,977,978]]},{"type":"Polygon","properties":{"commune":"VALLERARGUES","population":141},"id":"338","arcs":[[-492,979,980,-417]]},{"type":"Polygon","properties":{"commune":"MANDUEL","population":6128},"id":"155","arcs":[[981,982,983,984,985,986]]},{"type":"Polygon","properties":{"commune":"CASTANET-LE-HAUT","population":196},"id":"055","arcs":[[987,988,989,990]]},{"type":"Polygon","properties":{"commune":"VALLABREGUES","population":1368},"id":"336","arcs":[[991,992,993,994,995,996]]},{"type":"Polygon","properties":{"commune":"PLAISSAN","population":961},"id":"204","arcs":[[997,-496,-74,998,999,1000]]},{"type":"Polygon","properties":{"commune":"SUSSARGUES","population":2605},"id":"307","arcs":[[1001,1002,1003,1004]]},{"type":"Polygon","properties":{"commune":"LUC-SUR-AUDE","population":211},"id":"209","arcs":[[1005,1006,-841,1007,1008,1009,1010]]},{"type":"Polygon","properties":{"commune":"MONTFERRER","population":191},"id":"116","arcs":[[-69,1011,1012,1013]]},{"type":"Polygon","properties":{"commune":"CAVEIRAC","population":3900},"id":"075","arcs":[[1014,1015,1016,1017]]},{"type":"Polygon","properties":{"commune":"DOMESSARGUES","population":691},"id":"104","arcs":[[-114,1018,1019,-63,1020,-671]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN-DE-PEYROLAS","population":1291},"id":"273","arcs":[[1021,-339,1022,1023]]},{"type":"Polygon","properties":{"commune":"TAILLET","population":126},"id":"199","arcs":[[1024,1025,-198,1026,1027]]},{"type":"Polygon","properties":{"commune":"CAHUZAC","population":34},"id":"057","arcs":[[1028,1029,1030,-505]]},{"type":"Polygon","properties":{"commune":"SAINT-AMANS","population":154},"id":"133","arcs":[[1031,1032,1033,1034,1035]]},{"type":"Polygon","properties":{"commune":"QUEZAC","population":347},"id":"122","arcs":[[1036,1037,-429,1038,1039]]},{"type":"Polygon","properties":{"commune":"SERVIERS-ET-LABAUME","population":574},"id":"319","arcs":[[1040,1041,1042,1043,-420,1044,1045]]},{"type":"Polygon","properties":{"commune":"PRUGNANES","population":102},"id":"152","arcs":[[1046,1047,-163,1048]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN-DE-BRIOLA","population":77},"id":"348","arcs":[[1049,1050,1051,1052,1053]]},{"type":"Polygon","properties":{"commune":"FERRALS-LES-CORBIERES","population":1174},"id":"140","arcs":[[1054,1055,1056,1057,-808,1058]]},{"type":"Polygon","properties":{"commune":"BROUZET-LES-QUISSAC","population":245},"id":"054","arcs":[[1059,1060,1061,1062,1063,1064]]},{"type":"Polygon","properties":{"commune":"SAZE","population":1919},"id":"315","arcs":[[-283,1065,1066,1067]]},{"type":"Polygon","properties":{"commune":"OUPIA","population":280},"id":"190","arcs":[[1068,1069,1070,1071,1072]]},{"type":"Polygon","properties":{"commune":"MASSANES","population":193},"id":"161","arcs":[[-379,1073,1074]]},{"type":"Polygon","properties":{"commune":"BARJAC","population":1552},"id":"029","arcs":[[1075,1076,1077,1078]]},{"type":"Polygon","properties":{"commune":"SAINT-PONS-LA-CALM","population":428},"id":"292","arcs":[[1079,1080,1081,1082,1083,1084]]},{"type":"Polygon","properties":{"commune":"ESCOULOUBRE","population":89},"id":"127","arcs":[[1085,1086,1087,1088,1089,1090]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-LA-VERNEDE","population":744},"id":"279","arcs":[[1091,1092,1093,1094,1095,1096]]},{"type":"Polygon","properties":{"commune":"POUJOLS","population":150},"id":"212","arcs":[[1097,1098,1099,1100]]},{"type":"Polygon","properties":{"commune":"MONTBRUN-DES-CORBIERES","population":322},"id":"241","arcs":[[1101,1102,1103,1104,1105,1106,1107]]},{"type":"Polygon","properties":{"commune":"MONTHAUT","population":42},"id":"247","arcs":[[1108,-835,1109,1110,1111,1112]]},{"type":"Polygon","properties":{"commune":"MAILHAC","population":493},"id":"212","arcs":[[-1073,1113,1114,1115,1116,1117]]},{"type":"Polygon","properties":{"commune":"FONTANS","population":213},"id":"063","arcs":[[1118,1119,1120,1121,1122,1123]]},{"type":"Polygon","properties":{"commune":"JUJOLS","population":47},"id":"090","arcs":[[1124,1125,1126]]},{"type":"Polygon","properties":{"commune":"SAINT-NAZAIRE-D'AUDE","population":1838},"id":"360","arcs":[[1127,1128,1129,-777,1130]]},{"type":"Polygon","properties":{"commune":"MONTLAUR","population":515},"id":"251","arcs":[[1131,1132,1133,1134,1135,1136]]},{"type":"Polygon","properties":{"commune":"VALFLAUNES","population":707},"id":"322","arcs":[[1137,1138,1139,1140,1141,1142,1143,1144,1145]]},{"type":"Polygon","properties":{"commune":"VEZENOBRES","population":1733},"id":"348","arcs":[[-381,1146,1147,1148,1149,1150,1151]]},{"type":"Polygon","properties":{"commune":"CHUSCLAN","population":978},"id":"081","arcs":[[1152,1153,1154,1155,1156,1157]]},{"type":"Polygon","properties":{"commune":"MATEMALE","population":279},"id":"105","arcs":[[1158,1159,1160,1161,-32]]},{"type":"Polygon","properties":{"commune":"FERRIERES-POUSSAROU","population":80},"id":"100","arcs":[[1162,1163,1164,1165,1166,1167,1168,-33]]},{"type":"Polygon","properties":{"commune":"FA","population":386},"id":"131","arcs":[[1169,1170,1171,1172,1173,-905,1174]]},{"type":"Polygon","properties":{"commune":"PONT-SAINT-ESPRIT","population":10651},"id":"202","arcs":[[1175,1176,1177,1178]]},{"type":"Polygon","properties":{"commune":"LES ANGLES","population":8318},"id":"011","arcs":[[-282,1179,1180,1181,-1066]]},{"type":"Polygon","properties":{"commune":"SAINT-PIERRE-DES-TRIPIERS","population":76},"id":"176","arcs":[[1182,1183,1184,-123,1185,1186]]},{"type":"Polygon","properties":{"commune":"VALCEBOLLERE","population":47},"id":"220","arcs":[[1187,1188,1189,1190]]},{"type":"Polygon","properties":{"commune":"CERET","population":7621},"id":"049","arcs":[[1191,1192,1193,1194,-200,1195]]},{"type":"Polygon","properties":{"commune":"CHAMBON","population":297},"id":"079","arcs":[[1196,1197,1198,1199,1200,1201,1202]]},{"type":"Polygon","properties":{"commune":"LE RECOUX","population":128},"id":"125","arcs":[[1203,1204,1205,1206]]},{"type":"Polygon","properties":{"commune":"SAINT-CYPRIEN","population":10552},"id":"171","arcs":[[-309,-95,1207,1208,-311,1209]]},{"type":"Polygon","properties":{"commune":"TRASSANEL","population":33},"id":"395","arcs":[[1210,1211,-657,1212,1213]]},{"type":"Polygon","properties":{"commune":"SAINT-FELIX-DE-LODEZ","population":1156},"id":"254","arcs":[[1214,1215,1216,1217]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN-LES-ROSIERS","population":3207},"id":"274","arcs":[[1218,1219,1220,1221,1222]]},{"type":"Polygon","properties":{"commune":"SAINTE-VALIERE","population":557},"id":"366","arcs":[[1223,1224,-775,1225,1226,-1117]]},{"type":"Polygon","properties":{"commune":"LE GRAU-DU-ROI","population":8498},"id":"133","arcs":[[-525,1227,1228]]},{"type":"Polygon","properties":{"commune":"AUMES","population":453},"id":"017","arcs":[[1229,-229,1230]]},{"type":"Polygon","properties":{"commune":"GIGNAC","population":5654},"id":"114","arcs":[[-632,1231,1232,1233,1234,1235,1236,1237,1238]]},{"type":"Polygon","properties":{"commune":"FONTARECHES","population":251},"id":"115","arcs":[[1239,1240,-1097,1241,1242]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-DE-VALBORGNE","population":432},"id":"231","arcs":[[1243,1244,1245,-952,1246,1247,1248,-452]]},{"type":"Polygon","properties":{"commune":"ARGELES-SUR-MER","population":9901},"id":"008","arcs":[[1249,1250,1251,1252,1253,1254,1255,-313]]},{"type":"Polygon","properties":{"commune":"TRESQUES","population":1735},"id":"331","arcs":[[1256,-1083,1257,1258,1259,-509]]},{"type":"Polygon","properties":{"commune":"OLMET-ET-VILLECUN","population":144},"id":"188","arcs":[[-882,1260,1261]]},{"type":"Polygon","properties":{"commune":"LA FAGE-MONTIVERNOUX","population":165},"id":"058","arcs":[[1262,1263,1264,-706,1265,1266,-613]]},{"type":"Polygon","properties":{"commune":"SAINT-ETIENNE-ESTRECHOUX","population":262},"id":"252","arcs":[[1267,-853,1268,1269,1270]]},{"type":"Polygon","properties":{"commune":"CARLENCAS-ET-LEVAS","population":130},"id":"053","arcs":[[1271,1272,1273,1274,1275]]},{"type":"Polygon","properties":{"commune":"LA MALENE","population":158},"id":"088","arcs":[[1276,1277,1278,-423,1279,1280,-121]]},{"type":"Polygon","properties":{"commune":"ESPERAZA","population":2044},"id":"129","arcs":[[1281,1282,1283,-1172,1284,1285,1286,1287]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-MARUEJOLS-ET-AVEJAN","population":952},"id":"266","arcs":[[1288,-1078,1289,1290,1291,1292]]},{"type":"Polygon","properties":{"commune":"SAINT-GERVAIS","population":672},"id":"256","arcs":[[1293,1294,1295,1296,1297,1298]]},{"type":"Polygon","properties":{"commune":"PARIGNARGUES","population":534},"id":"193","arcs":[[1299,1300,1301,1302,1303,1304]]},{"type":"Polygon","properties":{"commune":"PERPIGNAN","population":120489},"id":"136","arcs":[[-188,1305,1306,-270,-553,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316]]},{"type":"Polygon","properties":{"commune":"CHEYLARD-L'EVEQUE","population":62},"id":"048","arcs":[[1317,1318,1319,1320,1321,1322]]},{"type":"MultiPolygon","properties":{"commune":"PEYRIAC-MINERVOIS","population":1113},"id":"286","arcs":[[[1323,1324,1325,1326]],[[-979,1327,1328,1329]]]},{"type":"Polygon","properties":{"commune":"VILLANIERE","population":161},"id":"411","arcs":[[1330,1331,1332,1333,1334,-825]]},{"type":"Polygon","properties":{"commune":"GINESTAS","population":1365},"id":"164","arcs":[[1335,-1131,-776,-1225,1336,1337,1338,-914]]},{"type":"Polygon","properties":{"commune":"LATOUR-DE-FRANCE","population":1064},"id":"096","arcs":[[1339,1340,1341,1342,1343]]},{"type":"Polygon","properties":{"commune":"GAJA-LA-SELVE","population":141},"id":"159","arcs":[[1344,1345,-1029,-504,1346,1347,1348,1349]]},{"type":"Polygon","properties":{"commune":"PLAVILLA","population":122},"id":"291","arcs":[[1350,1351,1352,1353,-1054]]},{"type":"Polygon","properties":{"commune":"SAINTE-CECILE-D'ANDORGE","population":556},"id":"239","arcs":[[1354,1355,1356,1357,1358,1359,1360]]},{"type":"Polygon","properties":{"commune":"SOUDORGUES","population":292},"id":"322","arcs":[[1361,1362,1363,1364,1365,1366,1367]]},{"type":"Polygon","properties":{"commune":"SERVIAN","population":4310},"id":"300","arcs":[[-658,1368,1369,1370,1371,1372,1373,1374,1375,1376]]},{"type":"Polygon","properties":{"commune":"ALAIRAC","population":1305},"id":"005","arcs":[[1377,1378,1379,1380,-781,1381,1382]]},{"type":"Polygon","properties":{"commune":"VILLEGAILHENC","population":1649},"id":"425","arcs":[[1383,-196,1384,1385]]},{"type":"Polygon","properties":{"commune":"LES ANGLES","population":541},"id":"004","arcs":[[1386,1387,1388,-1161,1389]]},{"type":"Polygon","properties":{"commune":"CRUSCADES","population":667},"id":"111","arcs":[[1390,1391,1392,1393,1394,1395]]},{"type":"Polygon","properties":{"commune":"TAVEL","population":1836},"id":"326","arcs":[[1396,-723,-279,1397,1398]]},{"type":"Polygon","properties":{"commune":"LA COURTETE","population":44},"id":"108","arcs":[[1399,1400,1401,-209]]},{"type":"Polygon","properties":{"commune":"BLOMAC","population":206},"id":"042","arcs":[[1402,1403,1404,1405]]},{"type":"Polygon","properties":{"commune":"AYGUATEBIA-TALAU","population":44},"id":"010","arcs":[[-30,1406,1407,1408,1409,1410]]},{"type":"Polygon","properties":{"commune":"SAINT-PAUL-DE-FENOUILLET","population":1898},"id":"187","arcs":[[1411,1412,1413,-1047,1414,1415,1416,1417,1418]]},{"type":"Polygon","properties":{"commune":"NAVACELLES","population":315},"id":"187","arcs":[[1419,-495,1420,1421,1422]]},{"type":"Polygon","properties":{"commune":"COCURES","population":201},"id":"050","arcs":[[-549,1423]]},{"type":"Polygon","properties":{"commune":"CHAUCHAILLES","population":95},"id":"044","arcs":[[1424,1425,-708,1426,1427]]},{"type":"Polygon","properties":{"commune":"MALBOUZON","population":139},"id":"087","arcs":[[-612,1428,1429,1430,1431,-1263]]},{"type":"Polygon","properties":{"commune":"ARGENS-MINERVOIS","population":371},"id":"013","arcs":[[-899,1432,1433,1434]]},{"type":"Polygon","properties":{"commune":"FLAUX","population":314},"id":"110","arcs":[[1435,-587,1436,1437,-298]]},{"type":"Polygon","properties":{"commune":"SAINT-ALEXANDRE","population":1113},"id":"226","arcs":[[1438,-1294,1439,-1176,1440,1441]]},{"type":"Polygon","properties":{"commune":"AVENE","population":308},"id":"019","arcs":[[-851,1442,1443,1444,1445,1446,1447]]},{"type":"Polygon","properties":{"commune":"MONTIGNARGUES","population":630},"id":"180","arcs":[[1448,-60,1449,1450]]},{"type":"Polygon","properties":{"commune":"LASBORDES","population":799},"id":"192","arcs":[[-607,1451,-916,1452,1453]]},{"type":"Polygon","properties":{"commune":"SAINT-PIERRE-DES-CHAMPS","population":176},"id":"363","arcs":[[1454,1455,1456,1457,-601]]},{"type":"Polygon","properties":{"commune":"CERBERE","population":1370},"id":"048","arcs":[[1458,1459]]},{"type":"Polygon","properties":{"commune":"MAURY","population":840},"id":"107","arcs":[[1460,1461,1462,1463,-1343,1464,1465,-1418]]},{"type":"Polygon","properties":{"commune":"SAINT-SIFFRET","population":1063},"id":"299","arcs":[[1466,1467,-236,1468,1469,-299,-1438,1470]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-LA-BLAQUIERE","population":624},"id":"268","arcs":[[1471,1472,1473,1474,-639]]},{"type":"Polygon","properties":{"commune":"FINESTRET","population":199},"id":"079","arcs":[[1475,1476,1477,1478,1479]]},{"type":"Polygon","properties":{"commune":"GINCLA","population":49},"id":"163","arcs":[[1480,1481,1482,1483,1484]]},{"type":"Polygon","properties":{"commune":"MONTAGNAC","population":3731},"id":"162","arcs":[[1485,1486,1487,1488,1489,1490,1491,-1231,-228,1492]]},{"type":"Polygon","properties":{"commune":"MONTCLUS","population":157},"id":"175","arcs":[[1493,1494,1495,1496,-1076,1497]]},{"type":"Polygon","properties":{"commune":"SAINT-SAUVEUR-CAMPRIEU","population":265},"id":"297","arcs":[[-819,1498,1499,1500]]},{"type":"Polygon","properties":{"commune":"SAINT-FELIU-D'AMONT","population":905},"id":"173","arcs":[[1501,-697,1502,1503,-713]]},{"type":"Polygon","properties":{"commune":"TERRATS","population":668},"id":"207","arcs":[[1504,1505,-316,1506,-485,-646]]},{"type":"Polygon","properties":{"commune":"PERET","population":976},"id":"197","arcs":[[-866,1507,1508,1509]]},{"type":"Polygon","properties":{"commune":"LES SALLES-DU-GARDON","population":2547},"id":"307","arcs":[[1510,1511,1512,1513,1514,1515,1516]]},{"type":"Polygon","properties":{"commune":"SAINT-DENIS","population":512},"id":"339","arcs":[[1517,-152,1518,1519,1520]]},{"type":"Polygon","properties":{"commune":"CUCUGNAN","population":133},"id":"113","arcs":[[1521,-262,1522,-1462]]},{"type":"Polygon","properties":{"commune":"CHADENET","population":102},"id":"037","arcs":[[1523,1524,1525,1526,1527,1528,1529]]},{"type":"Polygon","properties":{"commune":"SAINT-FELIX-DE-L'HERAS","population":35},"id":"253","arcs":[[1530,1531,1532,1533,1534]]},{"type":"MultiPolygon","properties":{"commune":"VILLENEUVE-LES-MAGUELONE","population":9436},"id":"337","arcs":[[[1535,1536,1537,1538,1539,1540,1541]],[[1542,1543,1544]]]},{"type":"Polygon","properties":{"commune":"ROQUEFERE","population":68},"id":"319","arcs":[[1545,1546,1547]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-CRIEULON","population":235},"id":"265","arcs":[[1548,1549,1550,1551,-760]]},{"type":"Polygon","properties":{"commune":"GOURVIEILLE","population":58},"id":"166","arcs":[[1552,1553,1554,1555]]},{"type":"Polygon","properties":{"commune":"SAINT-MICHEL-DE-LANES","population":381},"id":"359","arcs":[[1556,1557,1558,-1555,1559]]},{"type":"Polygon","properties":{"commune":"TRELANS","population":98},"id":"192","arcs":[[1560,1561,1562,1563]]},{"type":"Polygon","properties":{"commune":"BELARGA","population":452},"id":"029","arcs":[[1564,-1001,1565,1566,1567,1568]]},{"type":"Polygon","properties":{"commune":"SAINT-CESAIRE-DE-GAUZIGNAN","population":318},"id":"240","arcs":[[1569,1570,1571,1572,1573,1574,1575]]},{"type":"Polygon","properties":{"commune":"BALSIEGES","population":529},"id":"016","arcs":[[1576,1577,1578,1579,-426]]},{"type":"Polygon","properties":{"commune":"SAINT-BAUZILLE-DE-LA-SYLVE","population":837},"id":"241","arcs":[[1580,-1233,1581,-72,-502]]},{"type":"Polygon","properties":{"commune":"GREZES","population":190},"id":"072","arcs":[[1582,1583,1584,1585,1586]]},{"type":"Polygon","properties":{"commune":"LE BUISSON","population":238},"id":"032","arcs":[[1587,1588,1589,1590,1591,1592]]},{"type":"Polygon","properties":{"commune":"RIBAUTE-LES-TAVERNES","population":1881},"id":"214","arcs":[[-380,-1075,1593,1594,1595,-541,1596,-1147]]},{"type":"Polygon","properties":{"commune":"CORNEILLA-LA-RIVIERE","population":1953},"id":"058","arcs":[[-698,-1502,-712,1597,1598]]},{"type":"Polygon","properties":{"commune":"QUILLAN","population":3240},"id":"304","arcs":[[1599,1600,1601,1602,1603,1604,-900,-1174,1605]]},{"type":"Polygon","properties":{"commune":"BAGES","population":864},"id":"024","arcs":[[1606,-436]]},{"type":"Polygon","properties":{"commune":"BAGNOLS-LES-BAINS","population":226},"id":"014","arcs":[[-1529,1607]]},{"type":"Polygon","properties":{"commune":"LEDENON","population":1400},"id":"145","arcs":[[1608,1609,1610,1611,1612,1613,1614]]},{"type":"Polygon","properties":{"commune":"LES BRUNELS","population":251},"id":"054","arcs":[[-346,1615,1616]]},{"type":"Polygon","properties":{"commune":"LAROQUE-DES-ALBERES","population":2148},"id":"093","arcs":[[1617,-922,1618,1619,1620,1621]]},{"type":"Polygon","properties":{"commune":"MERIFONS","population":49},"id":"156","arcs":[[1622,1623,1624,-860,1625]]},{"type":"Polygon","properties":{"commune":"NIORT-DE-SAULT","population":20},"id":"265","arcs":[[1626,1627,-331,1628,1629,1630,1631,1632]]},{"type":"Polygon","properties":{"commune":"GALLARGUES-LE-MONTUEUX","population":3378},"id":"123","arcs":[[1633,-169,-531,1634,1635]]},{"type":"Polygon","properties":{"commune":"NIZAS","population":616},"id":"184","arcs":[[1636,1637,1638,1639,1640,1641,-226]]},{"type":"Polygon","properties":{"commune":"VILLARZEL-CABARDES","population":208},"id":"416","arcs":[[-654,1642,1643,1644]]},{"type":"Polygon","properties":{"commune":"VERARGUES","population":719},"id":"330","arcs":[[1645,1646,1647,1648]]},{"type":"Polygon","properties":{"commune":"OREILLA","population":13},"id":"128","arcs":[[1649,1650,-1407,-29]]},{"type":"Polygon","properties":{"commune":"FONTRABIOUSE","population":134},"id":"081","arcs":[[1651,1652,1653]]},{"type":"Polygon","properties":{"commune":"SAINT-COUAT-D'AUDE","population":407},"id":"337","arcs":[[1654,1655,1656,1657,-1105]]},{"type":"Polygon","properties":{"commune":"BOUCOIRAN-ET-NOZIERES","population":809},"id":"046","arcs":[[1658,1659,-1019,-113,1660,1661,1662]]},{"type":"Polygon","properties":{"commune":"AUROUX","population":423},"id":"010","arcs":[[1663,-537,1664,1665,1666,1667,-174]]},{"type":"Polygon","properties":{"commune":"VIEUSSAN","population":264},"id":"334","arcs":[[1668,1669,-891,-728,-799]]},{"type":"Polygon","properties":{"commune":"CAUSSE-DE-LA-SELLE","population":347},"id":"060","arcs":[[1670,1671,1672,-50,1673,1674,1675,1676]]},{"type":"Polygon","properties":{"commune":"LE BLEYMARD","population":375},"id":"027","arcs":[[1677,1678,1679,1680,1681]]},{"type":"Polygon","properties":{"commune":"RIGARDA","population":577},"id":"162","arcs":[[1682,1683,1684,1685]]},{"type":"Polygon","properties":{"commune":"VISSEC","population":54},"id":"353","arcs":[[1686,-43,1687,1688,-942]]},{"type":"Polygon","properties":{"commune":"ARLES-SUR-TECH","population":2671},"id":"009","arcs":[[1689,1690,-1013,1691,1692]]},{"type":"Polygon","properties":{"commune":"ALBAS","population":72},"id":"006","arcs":[[1693,1694,1695,1696,1697,1698]]},{"type":"Polygon","properties":{"commune":"NEBIAN","population":1358},"id":"180","arcs":[[1699,1700,1701,1702,1703]]},{"type":"Polygon","properties":{"commune":"LASALLE","population":1135},"id":"140","arcs":[[-1368,1704,1705,1706,1707,1708,1709]]},{"type":"Polygon","properties":{"commune":"MONTPELLIER","population":268456},"id":"172","arcs":[[1710,1711,1712,1713,1714,1715,1716,1717,1718,1719]]},{"type":"Polygon","properties":{"commune":"VIGNEVIEILLE","population":100},"id":"409","arcs":[[1720,1721,1722,1723,1724,1725]]},{"type":"Polygon","properties":{"commune":"MARAUSSAN","population":3976},"id":"148","arcs":[[1726,1727,-361,1728,1729]]},{"type":"Polygon","properties":{"commune":"FONTJONCOUSE","population":149},"id":"152","arcs":[[1730,-1695,1731,1732,1733,-569,1734]]},{"type":"Polygon","properties":{"commune":"SAINT-HILAIRE-D'OZILHAN","population":880},"id":"260","arcs":[[1735,1736,1737,-584,1738]]},{"type":"Polygon","properties":{"commune":"SAINTE-ANASTASIE","population":1675},"id":"228","arcs":[[1739,1740,-832,1741,1742,1743,1744,-960]]},{"type":"Polygon","properties":{"commune":"GUZARGUES","population":501},"id":"118","arcs":[[1745,1746,1747,1748,1749]]},{"type":"Polygon","properties":{"commune":"CAPESTANG","population":3111},"id":"052","arcs":[[1750,1751,1752,-409,1753,1754,-358,1755]]},{"type":"Polygon","properties":{"commune":"DAVEJEAN","population":115},"id":"117","arcs":[[1756,1757,-267,1758,1759]]},{"type":"Polygon","properties":{"commune":"RODES","population":626},"id":"165","arcs":[[1760,1761,1762,1763,1764,1765,1766,-1685,1767,-873]]},{"type":"Polygon","properties":{"commune":"ABEILHAN","population":1493},"id":"001","arcs":[[1768,-1374,1769,1770,-13]]},{"type":"Polygon","properties":{"commune":"LA FAGE-SAINT-JULIEN","population":289},"id":"059","arcs":[[1771,1772,1773,-1266,-705,1774]]},{"type":"Polygon","properties":{"commune":"SAINT-CHRISTOL-DE-RODIERES","population":170},"id":"242","arcs":[[1775,1776,1777,1778,1779,-341]]},{"type":"Polygon","properties":{"commune":"VILLENEUVE-LES-CORBIERES","population":276},"id":"431","arcs":[[1780,1781,1782,1783,1784,1785]]},{"type":"Polygon","properties":{"commune":"ROUET","population":52},"id":"236","arcs":[[1786,1787,-1146,1788,1789]]},{"type":"Polygon","properties":{"commune":"PORT-LA-NOUVELLE","population":5653},"id":"266","arcs":[[1790,1791,1792,1793,1794,1795]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-FOS","population":1567},"id":"267","arcs":[[1796,1797,-1238,1798,1799]]},{"type":"Polygon","properties":{"commune":"LES LAUBIES","population":171},"id":"083","arcs":[[-1033,1800,1801,-1121,1802,1803]]},{"type":"Polygon","properties":{"commune":"CATLLAR","population":716},"id":"045","arcs":[[1804,1805,1806,1807,-884]]},{"type":"Polygon","properties":{"commune":"MASSILLARGUES-ATTUECH","population":680},"id":"162","arcs":[[1808,1809,-763,1810,1811]]},{"type":"Polygon","properties":{"commune":"JONQUIERES","population":58},"id":"176","arcs":[[1812,1813,1814,-1732,-1694]]},{"type":"Polygon","properties":{"commune":"SAINT-PAUL-LES-FONTS","population":952},"id":"355","arcs":[[1815,1816,-511,1817]]},{"type":"Polygon","properties":{"commune":"SAINT-SATURNIN-DE-LUCIAN","population":310},"id":"287","arcs":[[-638,1818,1819,1820,1821,1822,-1472]]},{"type":"Polygon","properties":{"commune":"TOUROUZELLE","population":471},"id":"393","arcs":[[1823,1824,1825,1826,1827,1828,1829,-1434]]},{"type":"Polygon","properties":{"commune":"CAMPOUSSY","population":46},"id":"035","arcs":[[1830,1831,1832,1833,-876]]},{"type":"Polygon","properties":{"commune":"LAGRASSE","population":566},"id":"185","arcs":[[1834,1835,1836,1837,-1457,1838,1839,1840,-1137,1841]]},{"type":"Polygon","properties":{"commune":"GRAMAZIE","population":103},"id":"167","arcs":[[1842,1843,1844,1845]]},{"type":"Polygon","properties":{"commune":"VALROS","population":1477},"id":"325","arcs":[[-1377,1846,1847,-789,-659]]},{"type":"Polygon","properties":{"commune":"CASTELNOU","population":350},"id":"044","arcs":[[-1505,-645,1848,1849,-1503,1850,1851]]},{"type":"Polygon","properties":{"commune":"MONTRODAT","population":1214},"id":"103","arcs":[[1852,-1585,1853,1854,1855,1856]]},{"type":"Polygon","properties":{"commune":"LE BOUSQUET-D'ORB","population":1583},"id":"038","arcs":[[1857,-1447,1858,1859]]},{"type":"Polygon","properties":{"commune":"PY","population":91},"id":"155","arcs":[[1860,1861,1862,1863,1864]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-BARROU","population":276},"id":"345","arcs":[[-1785,1865,1866,1867]]},{"type":"Polygon","properties":{"commune":"LA REDORTE","population":1119},"id":"190","arcs":[[1868,1869,1870,-1827,1871,1872]]},{"type":"Polygon","properties":{"commune":"LAURE-MINERVOIS","population":1072},"id":"198","arcs":[[1873,1874,1875,1876,1877,1878,-1643,-653,1879,-1326,1880,1881,-127]]},{"type":"Polygon","properties":{"commune":"CORNEILHAN","population":1638},"id":"084","arcs":[[1882,1883,1884,1885,1886,1887]]},{"type":"Polygon","properties":{"commune":"FONTIES-D'AUDE","population":417},"id":"151","arcs":[[1888,-437,1889,-386,1890]]},{"type":"Polygon","properties":{"commune":"MONTBOLO","population":186},"id":"113","arcs":[[1891,-1693,1892,1893,1894,-1027,-197]]},{"type":"Polygon","properties":{"commune":"POUZOLS-MINERVOIS","population":506},"id":"296","arcs":[[-1118,-1227,1895,-1069]]},{"type":"Polygon","properties":{"commune":"TRESSAN","population":572},"id":"313","arcs":[[-1569,1896,1897,1898,-498,1899]]},{"type":"Polygon","properties":{"commune":"JOUCOU","population":36},"id":"177","arcs":[[1900,1901,1902,1903,1904,1905]]},{"type":"Polygon","properties":{"commune":"SAINT-JUST-ET-LE-BEZU","population":58},"id":"350","arcs":[[1906,1907,1908,1909,1910]]},{"type":"Polygon","properties":{"commune":"SOUGRAIGNE","population":82},"id":"381","arcs":[[1911,-847,1912,1913,1914]]},{"type":"Polygon","properties":{"commune":"BOMPAS","population":7129},"id":"021","arcs":[[1915,1916,-1311,1917]]},{"type":"Polygon","properties":{"commune":"CENDRAS","population":1941},"id":"077","arcs":[[1918,-1517,1919,1920,-933,1921]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-DES-ARBRES","population":2662},"id":"278","arcs":[[1922,1923,1924,1925,1926]]},{"type":"Polygon","properties":{"commune":"BIZE-MINERVOIS","population":1097},"id":"041","arcs":[[1927,1928,1929,1930,1931,1932,1933,-1337,-1224,-1116]]},{"type":"Polygon","properties":{"commune":"AUMELAS","population":504},"id":"016","arcs":[[1934,1935,1936,1937,-999,-73,-1582,-1232,-631,1938]]},{"type":"Polygon","properties":{"commune":"SALLES-D'AUDE","population":3041},"id":"370","arcs":[[-465,1939,1940,-455]]},{"type":"Polygon","properties":{"commune":"NIMES","population":146709},"id":"189","arcs":[[1941,1942,-1015,-1305,1943,1944,1945,1946,-1744,1947,1948,1949,1950,1951,1952]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-DE-VALGALGUES","population":4244},"id":"284","arcs":[[1953,-1920,-1516,1954,-1220,1955]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-CORNIES","population":681},"id":"265","arcs":[[1956,1957,1958,1959]]},{"type":"Polygon","properties":{"commune":"PELOUSE","population":212},"id":"111","arcs":[[1960,1961,1962,1963,1964,1965,-1526]]},{"type":"Polygon","properties":{"commune":"SAINT-BAUZILE","population":652},"id":"137","arcs":[[1966,1967,1968,1969,-427,-1580]]},{"type":"Polygon","properties":{"commune":"SOUILHANELS","population":376},"id":"382","arcs":[[1970,1971,-792,1972]]},{"type":"Polygon","properties":{"commune":"FELINES-MINERVOIS","population":454},"id":"097","arcs":[[-19,-972,-1330,1973,1974,-132,1975]]},{"type":"Polygon","properties":{"commune":"AUBUSSARGUES","population":338},"id":"021","arcs":[[1976,1977,1978,-1041,1979]]},{"type":"Polygon","properties":{"commune":"FOS","population":116},"id":"104","arcs":[[1980,1981,1982]]},{"type":"Polygon","properties":{"commune":"SAINTE-COLOMBE-DE-LA-COMMANDERIE","population":140},"id":"170","arcs":[[1983,-1506,-1852]]},{"type":"Polygon","properties":{"commune":"ROCLES","population":230},"id":"129","arcs":[[1984,-625,1985,-1318,1986,1987,1988]]},{"type":"Polygon","properties":{"commune":"SAINT-HIPPOLYTE-DE-CATON","population":215},"id":"261","arcs":[[1989,1990,1991,1992,1993]]},{"type":"Polygon","properties":{"commune":"CAUDIES-DE-CONFLENT","population":15},"id":"047","arcs":[[-31,-1411,1994,-1159]]},{"type":"Polygon","properties":{"commune":"MAS-SAINTES-PUELLES","population":898},"id":"225","arcs":[[1995,1996,1997,1998,-794,1999,2000,2001,-964]]},{"type":"Polygon","properties":{"commune":"THEZAN-DES-CORBIERES","population":532},"id":"390","arcs":[[-1734,2002,2003,2004,-1059,-807,2005,-570]]},{"type":"Polygon","properties":{"commune":"VIC-LE-FESQ","population":426},"id":"349","arcs":[[2006,2007,2008,2009,2010,2011]]},{"type":"Polygon","properties":{"commune":"SAINT-PRIVAT-DE-CHAMPCLOS","population":329},"id":"293","arcs":[[-1290,-1077,-1497,2012,2013]]},{"type":"Polygon","properties":{"commune":"ARAMON","population":3920},"id":"012","arcs":[[-994,2014,2015,-1067,-1182,2016]]},{"type":"Polygon","properties":{"commune":"LEUCATE","population":4148},"id":"202","arcs":[[2017,-562,2018,2019,2020,2021]]},{"type":"Polygon","properties":{"commune":"CUMIES","population":34},"id":"114","arcs":[[2022,-1996,-963,2023,2024]]},{"type":"Polygon","properties":{"commune":"BERNIS","population":3209},"id":"036","arcs":[[2025,-117,2026,2027,2028,2029]]},{"type":"Polygon","properties":{"commune":"VILLEFORT","population":98},"id":"424","arcs":[[2030,2031,2032,2033,2034]]},{"type":"Polygon","properties":{"commune":"SONNAC-SUR-L'HERS","population":162},"id":"380","arcs":[[2035,2036,2037,2038,2039]]},{"type":"Polygon","properties":{"commune":"FRAISSE-CABARDES","population":110},"id":"156","arcs":[[2040,2041,2042,-193,2043]]},{"type":"Polygon","properties":{"commune":"BEZOUCE","population":2164},"id":"039","arcs":[[-1612,2044,2045,2046,2047,2048]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-VALERISCLE","population":704},"id":"268","arcs":[[2049,-514,2050,2051,2052]]},{"type":"Polygon","properties":{"commune":"ARGELLIERS","population":951},"id":"012","arcs":[[-51,-1673,2053,2054,2055,2056,2057,2058,-628]]},{"type":"Polygon","properties":{"commune":"BOISSERON","population":1884},"id":"033","arcs":[[2059,2060,2061,2062,2063]]},{"type":"Polygon","properties":{"commune":"MONTJARDIN","population":95},"id":"249","arcs":[[2064,-2033,2065,2066]]},{"type":"Polygon","properties":{"commune":"PEYROLLES","population":41},"id":"195","arcs":[[2067,-1366,2068,2069]]},{"type":"Polygon","properties":{"commune":"SENECHAS","population":232},"id":"316","arcs":[[2070,2071,2072,-1198,2073]]},{"type":"Polygon","properties":{"commune":"PALHERS","population":203},"id":"107","arcs":[[2074,2075,-1854,-1584,2076,2077,-784]]},{"type":"Polygon","properties":{"commune":"CORBERE-LES-CABANES","population":1125},"id":"056","arcs":[[-715,2078,2079]]},{"type":"Polygon","properties":{"commune":"ROQUETAILLADE","population":211},"id":"323","arcs":[[2080,-719,2081,2082,2083]]},{"type":"Polygon","properties":{"commune":"AUBAIS","population":2489},"id":"019","arcs":[[2084,-1635,-530,2085,-559,2086]]},{"type":"Polygon","properties":{"commune":"ESCALES","population":412},"id":"126","arcs":[[-1825,2087,2088,-1108,2089]]},{"type":"Polygon","properties":{"commune":"SOULATGE","population":116},"id":"384","arcs":[[-849,-288,2090,2091,2092,-1416,2093]]},{"type":"Polygon","properties":{"commune":"LES CASSES","population":255},"id":"074","arcs":[[2094,2095,2096]]},{"type":"Polygon","properties":{"commune":"SAINT-PONS-DE-MAUCHIENS","population":662},"id":"285","arcs":[[2097,-1488,2098,2099]]},{"type":"Polygon","properties":{"commune":"VALLIGUIERES","population":549},"id":"340","arcs":[[2100,-277,2101,-1739,-583,2102,2103]]},{"type":"Polygon","properties":{"commune":"FONTERS-DU-RAZES","population":79},"id":"149","arcs":[[2104,2105,2106,2107,2108,2109,-470]]},{"type":"Polygon","properties":{"commune":"RODOME","population":145},"id":"317","arcs":[[2110,2111,-329,2112,2113,-1906,2114]]},{"type":"Polygon","properties":{"commune":"FEUILLA","population":95},"id":"143","arcs":[[2115,2116,2117,2118,2119,2120,2121]]},{"type":"Polygon","properties":{"commune":"LOS MASOS","population":888},"id":"104","arcs":[[2122,2123,2124,-752,2125]]},{"type":"Polygon","properties":{"commune":"TALAIRAN","population":384},"id":"386","arcs":[[-1699,2126,2127,-598,-1458,-1838,2128,2129,-1813]]},{"type":"Polygon","properties":{"commune":"SAINT-ROME-DE-DOLAN","population":69},"id":"180","arcs":[[-1185,2130,2131,2132,-124]]},{"type":"Polygon","properties":{"commune":"VILLEBAZY","population":123},"id":"420","arcs":[[-101,2133,-967,2134,2135]]},{"type":"Polygon","properties":{"commune":"BEAUCAIRE","population":15860},"id":"032","arcs":[[2136,2137,-985,2138,-337,2139,-996,2140]]},{"type":"Polygon","properties":{"commune":"ORSANS","population":95},"id":"268","arcs":[[2141,2142,-1052,2143,2144,2145,2146]]},{"type":"Polygon","properties":{"commune":"CORSAVY","population":248},"id":"060","arcs":[[2147,-1893,-1692,-1012,-68,2148,2149,2150,2151]]},{"type":"Polygon","properties":{"commune":"AGEL","population":214},"id":"004","arcs":[[2152,-1928,2153]]},{"type":"Polygon","properties":{"commune":"LACHAMP","population":182},"id":"078","arcs":[[2154,2155,2156,-1857,2157,2158,2159]]},{"type":"Polygon","properties":{"commune":"ALZONNE","population":1438},"id":"009","arcs":[[-243,-805,-250,2160,2161,2162,2163,2164]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-DES-PUITS","population":25},"id":"354","arcs":[[2165,-1723,2166,2167,-1455]]},{"type":"Polygon","properties":{"commune":"CREISSAN","population":1326},"id":"089","arcs":[[2168,2169,2170]]},{"type":"Polygon","properties":{"commune":"ARZENS","population":1185},"id":"018","arcs":[[-782,-1381,2171,2172,2173]]},{"type":"Polygon","properties":{"commune":"UR","population":353},"id":"218","arcs":[[2174,2175,2176,2177,2178,2179]]},{"type":"Polygon","properties":{"commune":"MOLITG-LES-BAINS","population":212},"id":"109","arcs":[[2180,2181,2182,-1805,-883]]},{"type":"Polygon","properties":{"commune":"DIO-ET-VALQUIERES","population":147},"id":"093","arcs":[[2183,2184,2185,-1272,2186]]},{"type":"Polygon","properties":{"commune":"GLORIANES","population":17},"id":"086","arcs":[[-1767,2187,2188,2189,-1476,2190,-1686]]},{"type":"Polygon","properties":{"commune":"LES PLANS","population":242},"id":"197","arcs":[[2191,2192,-1422,2193,2194]]},{"type":"Polygon","properties":{"commune":"JONQUIERES","population":393},"id":"122","arcs":[[2195,-1217,2196,-1822]]},{"type":"Polygon","properties":{"commune":"CODOGNAN","population":2434},"id":"083","arcs":[[2197,2198,2199,2200]]},{"type":"Polygon","properties":{"commune":"MONTJOI","population":42},"id":"250","arcs":[[-25,2201,-1726,2202,2203]]},{"type":"Polygon","properties":{"commune":"ROUFFIAC-D'AUDE","population":428},"id":"325","arcs":[[2204,2205,2206,2207]]},{"type":"Polygon","properties":{"commune":"NEFFIES","population":1037},"id":"181","arcs":[[2208,-478,2209,-868,2210]]},{"type":"Polygon","properties":{"commune":"LE SOULIE","population":116},"id":"305","arcs":[[2211,2212,2213,2214,-36]]},{"type":"Polygon","properties":{"commune":"PIA","population":7955},"id":"141","arcs":[[2215,-1918,-1310,2216]]},{"type":"Polygon","properties":{"commune":"UCHAUD","population":4203},"id":"333","arcs":[[2217,2218,2219,-118,-2026]]},{"type":"Polygon","properties":{"commune":"CAUX","population":2506},"id":"063","arcs":[[-479,-2209,2220,-1637,-225,2221]]},{"type":"Polygon","properties":{"commune":"BALARUC-LE-VIEUX","population":2234},"id":"024","arcs":[[2222,2223,2224,2225,2226]]},{"type":"Polygon","properties":{"commune":"CORNEILLA-DEL-VERCOL","population":2176},"id":"059","arcs":[[2227,-97,-308,2228,2229]]},{"type":"Polygon","properties":{"commune":"CLERMONT-L'HERAULT","population":8221},"id":"079","arcs":[[2230,2231,-906,2232,2233,2234,2235,2236,-579,2237,-1702]]},{"type":"Polygon","properties":{"commune":"BOURIEGE","population":124},"id":"045","arcs":[[2238,2239,2240,2241,-2084,2242,2243,2244]]},{"type":"Polygon","properties":{"commune":"TOURBES","population":1529},"id":"311","arcs":[[2245,-223,2246,-1847,-1376]]},{"type":"Polygon","properties":{"commune":"PEGAIROLLES-DE-L'ESCALETTE","population":139},"id":"196","arcs":[[-947,2247,2248,-1099,2249,-1532,2250]]},{"type":"Polygon","properties":{"commune":"CLARET","population":1414},"id":"078","arcs":[[-1788,2251,2252,2253,2254,2255,-1138]]},{"type":"Polygon","properties":{"commune":"SAINT-HILAIRE","population":766},"id":"344","arcs":[[2256,2257,2258,-102,-2136,2259,2260,2261,2262,2263]]},{"type":"Polygon","properties":{"commune":"QUISSAC","population":2988},"id":"210","arcs":[[2264,2265,2266,2267,2268,-1550]]},{"type":"Polygon","properties":{"commune":"COUSTOUGE","population":110},"id":"110","arcs":[[-1815,2269,-2003,-1733]]},{"type":"Polygon","properties":{"commune":"COURNONSEC","population":2742},"id":"087","arcs":[[2270,2271,2272,2273]]},{"type":"Polygon","properties":{"commune":"FONTANES-DE-SAULT","population":4},"id":"147","arcs":[[2274,-2111,2275,-1090,2276]]},{"type":"Polygon","properties":{"commune":"MONTFAUCON","population":1443},"id":"178","arcs":[[2277,2278,2279,2280]]},{"type":"Polygon","properties":{"commune":"MEYRUEIS","population":814},"id":"096","arcs":[[2281,2282,2283,-1499,-818,2284,2285]]},{"type":"Polygon","properties":{"commune":"SAINT-LOUIS-ET-PARAHOU","population":62},"id":"352","arcs":[[-1911,2286,2287,2288,2289]]},{"type":"Polygon","properties":{"commune":"VILLARDEBELLE","population":59},"id":"412","arcs":[[2290,-104,2291,-22,2292]]},{"type":"Polygon","properties":{"commune":"CONGENIES","population":1574},"id":"091","arcs":[[-2087,-558,-446,2293,2294,2295]]},{"type":"Polygon","properties":{"commune":"SAINT-BRES","population":2674},"id":"244","arcs":[[2296,-931,2297,2298,2299,2300]]},{"type":"Polygon","properties":{"commune":"BELVEZET","population":92},"id":"023","arcs":[[2301,2302,2303,2304,-1678,2305]]},{"type":"Polygon","properties":{"commune":"THEZA","population":1602},"id":"208","arcs":[[2306,2307,-98,-2228]]},{"type":"Polygon","properties":{"commune":"SAINT-MICHEL-DE-LLOTES","population":332},"id":"185","arcs":[[2308,2309,2310,2311,2312]]},{"type":"Polygon","properties":{"commune":"POUZOLS","population":867},"id":"215","arcs":[[-500,2313,2314,-1235,2315]]},{"type":"Polygon","properties":{"commune":"VILLASAVARY","population":1267},"id":"418","arcs":[[2316,2317,2318,2319,2320,2321,2322,2323]]},{"type":"Polygon","properties":{"commune":"SAINT-PAUL-LA-COSTE","population":298},"id":"291","arcs":[[-1922,-932,2324,2325,2326,2327]]},{"type":"Polygon","properties":{"commune":"SAINT-GUILHEM-LE-DESERT","population":262},"id":"261","arcs":[[2328,-1797,2329,2330,2331,2332,-1674,-49]]},{"type":"Polygon","properties":{"commune":"SAINT-MICHEL-DE-DEZE","population":220},"id":"173","arcs":[[2333,2334,2335,2336,2337]]},{"type":"Polygon","properties":{"commune":"ISSEL","population":484},"id":"175","arcs":[[2338,2339,2340,2341,2342]]},{"type":"Polygon","properties":{"commune":"SALVEZINES","population":72},"id":"373","arcs":[[2343,2344,2345,-1484,2346]]},{"type":"Polygon","properties":{"commune":"LE MASSEGROS","population":385},"id":"094","arcs":[[2347,-2132,2348,-1207]]},{"type":"Polygon","properties":{"commune":"ASPIRAN","population":1580},"id":"013","arcs":[[-1509,2349,-1704,2350,-1898,2351,2352,2353]]},{"type":"Polygon","properties":{"commune":"MAURESSARGUES","population":163},"id":"163","arcs":[[-672,-1021,-62,2354]]},{"type":"Polygon","properties":{"commune":"SAINT-PARGOIRE","population":2147},"id":"281","arcs":[[-1000,-1938,2355,-2100,2356,2357,2358,-1566]]},{"type":"Polygon","properties":{"commune":"BARRE-DES-CEVENNES","population":206},"id":"019","arcs":[[2359,2360,2361,2362,2363,2364,2365]]},{"type":"Polygon","properties":{"commune":"CEBAZAN","population":560},"id":"070","arcs":[[2366,2367,2368,2369,2370,-2171,2371]]},{"type":"Polygon","properties":{"commune":"LAUBERT","population":115},"id":"082","arcs":[[2372,2373,2374,-1965,2375]]},{"type":"Polygon","properties":{"commune":"PAILHES","population":470},"id":"191","arcs":[[2376,-1888,2377,2378,2379]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-DE-LA-SALANQUE","population":9433},"id":"180","arcs":[[2380,2381,2382,2383]]},{"type":"Polygon","properties":{"commune":"TORNAC","population":877},"id":"330","arcs":[[2384,2385,-1811,-762,2386,2387]]},{"type":"Polygon","properties":{"commune":"PALAU-DE-CERDAGNE","population":444},"id":"132","arcs":[[2388,-1190,2389,2390]]},{"type":"Polygon","properties":{"commune":"LIMOUX","population":10180},"id":"206","arcs":[[2391,2392,2393,-969,2394,-843,2395,-462,-722,2396,2397]]},{"type":"Polygon","properties":{"commune":"LA CADIERE-ET-CAMBO","population":206},"id":"058","arcs":[[-213,2398,2399,-303,2400,-521]]},{"type":"Polygon","properties":{"commune":"SAINTE-CROIX-DE-CADERLE","population":122},"id":"246","arcs":[[2401,-1705,-1367,2402]]},{"type":"Polygon","properties":{"commune":"SORBS","population":37},"id":"303","arcs":[[2403,-44,-1687,-949]]},{"type":"Polygon","properties":{"commune":"VILLELONGUE-D'AUDE","population":316},"id":"427","arcs":[[-203,2404,2405,-1110,-839,-8,2406]]},{"type":"Polygon","properties":{"commune":"ARRE","population":293},"id":"016","arcs":[[2407,2408,2409,2410,2411,2412]]},{"type":"Polygon","properties":{"commune":"VIAS","population":5366},"id":"332","arcs":[[2413,-662,2414,2415,2416]]},{"type":"Polygon","properties":{"commune":"EGAT","population":444},"id":"064","arcs":[[2417,2418,2419]]},{"type":"Polygon","properties":{"commune":"VILLEDUBERT","population":336},"id":"422","arcs":[[2420,-397,2421,2422,2423,2424]]},{"type":"Polygon","properties":{"commune":"FERRAN","population":103},"id":"141","arcs":[[2425,2426,2427,2428,2429,-1844]]},{"type":"Polygon","properties":{"commune":"POMAS","population":833},"id":"293","arcs":[[-2207,2430,2431,-2262,2432,-325,2433]]},{"type":"Polygon","properties":{"commune":"BUZIGNARGUES","population":271},"id":"043","arcs":[[2434,2435,2436,2437]]},{"type":"Polygon","properties":{"commune":"BEDARIEUX","population":6297},"id":"028","arcs":[[2438,2439,2440,-1275,2441,2442]]},{"type":"Polygon","properties":{"commune":"CANET","population":3413},"id":"051","arcs":[[-2351,-1703,-2238,-578,2443,-2314,-499,-1899]]},{"type":"Polygon","properties":{"commune":"PAULHAN","population":3769},"id":"194","arcs":[[-1640,2444,-2352,-1897,-1568,2445,-2358,2446,2447]]},{"type":"Polygon","properties":{"commune":"POLLESTRES","population":4590},"id":"144","arcs":[[-189,-1317,2448,2449,2450,-766]]},{"type":"Polygon","properties":{"commune":"PAYRA-SUR-L'HERS","population":187},"id":"275","arcs":[[-965,-2002,2451,-2108,2452,2453,2454]]},{"type":"Polygon","properties":{"commune":"EMBRES-ET-CASTELMAURE","population":156},"id":"125","arcs":[[2455,-2122,2456,2457,-1786,-1868]]},{"type":"Polygon","properties":{"commune":"ANIANE","population":2872},"id":"010","arcs":[[-2329,-48,-633,-1239,-1798]]},{"type":"Polygon","properties":{"commune":"BRION","population":96},"id":"031","arcs":[[-1428,2458,-1264,-1432,2459,2460,2461,2462]]},{"type":"Polygon","properties":{"commune":"EUS","population":403},"id":"074","arcs":[[-875,-753,-2125,2463,-1806,-2183,2464,-1831]]},{"type":"Polygon","properties":{"commune":"AGDE","population":24651},"id":"003","arcs":[[2465,2466,2467,2468,-2416]]},{"type":"Polygon","properties":{"commune":"LIEURAN-LES-BEZIERS","population":1446},"id":"139","arcs":[[2469,-1884,2470,2471,2472,2473]]},{"type":"Polygon","properties":{"commune":"MONTESCOT","population":1712},"id":"114","arcs":[[2474,-2229,-307,2475,-2450]]},{"type":"Polygon","properties":{"commune":"LAURAC","population":180},"id":"196","arcs":[[2476,2477,-2105,-469,2478,-2324]]},{"type":"Polygon","properties":{"commune":"BRAM","population":3401},"id":"049","arcs":[[-2320,2479,-244,-2165,2480,2481]]},{"type":"Polygon","properties":{"commune":"HOMPS","population":627},"id":"172","arcs":[[2482,-1829,2483]]},{"type":"Polygon","properties":{"commune":"VILLEMOLAQUE","population":1191},"id":"226","arcs":[[-737,2484,-768,2485,-581,2486,2487]]},{"type":"Polygon","properties":{"commune":"MONTESQUIEU-DES-ALBERES","population":1195},"id":"115","arcs":[[-924,2488,2489,2490,-293,2491,2492]]},{"type":"Polygon","properties":{"commune":"TERROLES","population":13},"id":"389","arcs":[[2493,-845,2494,2495,2496]]},{"type":"Polygon","properties":{"commune":"BOUZIGUES","population":1724},"id":"039","arcs":[[-2224,2497,2498,2499,2500]]},{"type":"Polygon","properties":{"commune":"LAGAMAS","population":110},"id":"125","arcs":[[-1799,-1237,2501,2502]]},{"type":"Polygon","properties":{"commune":"VENDARGUES","population":5987},"id":"327","arcs":[[2503,2504,2505,2506,2507]]},{"type":"Polygon","properties":{"commune":"FERRIERES-LES-VERRERIES","population":75},"id":"099","arcs":[[2508,2509,-939,-216,2510,-2252,-1787]]},{"type":"Polygon","properties":{"commune":"MONTFERRAND","population":515},"id":"243","arcs":[[2511,2512,2513,2514,2515]]},{"type":"Polygon","properties":{"commune":"HOUNOUX","population":144},"id":"173","arcs":[[2516,2517,-2142,2518,-1400,-208]]},{"type":"Polygon","properties":{"commune":"LA TOURETTE-CABARDES","population":21},"id":"391","arcs":[[2519,-827,2520]]},{"type":"Polygon","properties":{"commune":"AUNAT","population":40},"id":"019","arcs":[[-2115,-1905,2521,-1091,-2276]]},{"type":"Polygon","properties":{"commune":"LES BESSONS","population":436},"id":"025","arcs":[[-1774,2522,2523,2524,-614,-1267]]},{"type":"Polygon","properties":{"commune":"BIZANET","population":1451},"id":"040","arcs":[[2525,2526,2527,-573,-812,2528]]},{"type":"Polygon","properties":{"commune":"MAS-SAINT-CHELY","population":135},"id":"141","arcs":[[-1280,-422,2529,2530]]},{"type":"Polygon","properties":{"commune":"FENDEILLE","population":579},"id":"138","arcs":[[2531,-471,-2110,2532]]},{"type":"Polygon","properties":{"commune":"LAURABUC","population":404},"id":"195","arcs":[[-2479,-468,-609,2533,-2317]]},{"type":"Polygon","properties":{"commune":"PEYRESTORTES","population":1365},"id":"138","arcs":[[-555,2534,2535,2536,-1308]]},{"type":"Polygon","properties":{"commune":"LES AIRES","population":588},"id":"008","arcs":[[2537,2538,-892,-1670,2539,2540,2541,2542]]},{"type":"Polygon","properties":{"commune":"ARQUES","population":252},"id":"015","arcs":[[2543,2544,-20,-78,-848,-1912,2545]]},{"type":"Polygon","properties":{"commune":"CERS","population":2211},"id":"073","arcs":[[2546,-664,2547,-869]]},{"type":"Polygon","properties":{"commune":"CHATEAUNEUF-DE-RANDON","population":544},"id":"043","arcs":[[2548,2549,2550,2551,2552,-2373]]},{"type":"Polygon","properties":{"commune":"MONTBRUN","population":94},"id":"101","arcs":[[-430,-1038,2553,2554,2555,-2530]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-DE-FENOUILLET","population":58},"id":"184","arcs":[[2556,2557,2558,2559,2560,2561,-1412]]},{"type":"Polygon","properties":{"commune":"ESPIRA-DE-L'AGLY","population":3304},"id":"069","arcs":[[2562,2563,2564,-566,2565,-2536]]},{"type":"Polygon","properties":{"commune":"GUEYTES-ET-LABASTIDE","population":41},"id":"171","arcs":[[-155,2566,2567,2568,2569]]},{"type":"Polygon","properties":{"commune":"SAINT-SATURNIN","population":63},"id":"181","arcs":[[2570,2571,2572]]},{"type":"Polygon","properties":{"commune":"VINCA","population":1947},"id":"230","arcs":[[-1768,-1684,2573,-1479,2574,-749,-874]]},{"type":"Polygon","properties":{"commune":"LES RIVES","population":136},"id":"230","arcs":[[2575,2576,2577,2578,-1534]]},{"type":"Polygon","properties":{"commune":"SAINT-LEGER-DE-PEYRE","population":178},"id":"168","arcs":[[-1590,2579,2580,-2158,-1856,2581,2582]]},{"type":"Polygon","properties":{"commune":"SAINT-NAZAIRE","population":1203},"id":"288","arcs":[[-1295,-1439,2583,2584]]},{"type":"Polygon","properties":{"commune":"SAINT-LEGER-DU-MALZIEU","population":200},"id":"169","arcs":[[2585,2586,2587,2588,2589,2590]]},{"type":"Polygon","properties":{"commune":"FOURNELS","population":374},"id":"064","arcs":[[2591,2592,2593,-703,2594]]},{"type":"Polygon","properties":{"commune":"TAUSSAC-LA-BILLIERE","population":471},"id":"308","arcs":[[-1271,2595,-769,2596,2597,2598,-404,2599,2600]]},{"type":"Polygon","properties":{"commune":"SAINT-MAURICE-NAVACELLES","population":165},"id":"277","arcs":[[2601,-2332,2602,-943,-1689,2603,2604,2605]]},{"type":"Polygon","properties":{"commune":"CAILLA","population":51},"id":"060","arcs":[[2606,2607,2608,2609,2610,2611]]},{"type":"Polygon","properties":{"commune":"URBANYA","population":9},"id":"219","arcs":[[2612,2613,2614]]},{"type":"Polygon","properties":{"commune":"NISSAN-LEZ-ENSERUNE","population":3844},"id":"183","arcs":[[2615,2616,-1940,-464,-1752,2617,2618]]},{"type":"Polygon","properties":{"commune":"PORTA","population":132},"id":"146","arcs":[[2619,2620,2621,2622]]},{"type":"Polygon","properties":{"commune":"BREAU-ET-SALAGOSSE","population":414},"id":"052","arcs":[[2623,2624,2625,-369,-685,-323,2626,2627]]},{"type":"Polygon","properties":{"commune":"NEBIAS","population":261},"id":"263","arcs":[[2628,-902,2629,2630]]},{"type":"Polygon","properties":{"commune":"CELLES","population":29},"id":"072","arcs":[[2631,-2234,2632,2633]]},{"type":"Polygon","properties":{"commune":"TOULOUGES","population":6398},"id":"213","arcs":[[-1306,-187,2634,2635]]},{"type":"Polygon","properties":{"commune":"LA SERPENT","population":80},"id":"376","arcs":[[-2244,2636,2637,-1170,2638,2639]]},{"type":"Polygon","properties":{"commune":"MOUX","population":674},"id":"261","arcs":[[2640,-1655,-1104,2641,2642,2643]]},{"type":"Polygon","properties":{"commune":"SAVIGNARGUES","population":228},"id":"314","arcs":[[-676,2644,2645,-183]]},{"type":"Polygon","properties":{"commune":"ESPIRA-DE-CONFLENT","population":169},"id":"070","arcs":[[2646,-750,-2575,-1478]]},{"type":"Polygon","properties":{"commune":"BRENAS","population":52},"id":"040","arcs":[[-1623,2647,-1273,-2186,2648]]},{"type":"Polygon","properties":{"commune":"CAVILLARGUES","population":807},"id":"076","arcs":[[2649,-1081,2650,2651,2652,-1094,2653]]},{"type":"Polygon","properties":{"commune":"BARON","population":338},"id":"030","arcs":[[2654,2655,2656,2657,2658,2659,2660]]},{"type":"Polygon","properties":{"commune":"LE TRIADOU","population":410},"id":"314","arcs":[[-81,2661,2662,2663,2664]]},{"type":"Polygon","properties":{"commune":"SAINT-VINCENT-DE-BARBEYRARGUES","population":679},"id":"290","arcs":[[2665,2666]]},{"type":"Polygon","properties":{"commune":"VILLESISCLE","population":369},"id":"438","arcs":[[2667,2668,-2321,-2482]]},{"type":"Polygon","properties":{"commune":"FRONTIGNAN","population":22728},"id":"108","arcs":[[-1544,2669,2670,2671,-2227,2672,2673]]},{"type":"Polygon","properties":{"commune":"SAINT-CHRISTOL-LES-ALES","population":6776},"id":"243","arcs":[[2674,2675,-1148,-1597,-540,-935]]},{"type":"Polygon","properties":{"commune":"MAUREILLAS-LAS-ILLAS","population":2679},"id":"106","arcs":[[-1194,2676,-294,-2491,2677,2678,2679]]},{"type":"Polygon","properties":{"commune":"LA CALMETTE","population":2015},"id":"061","arcs":[[-58,-955,2680,-1946,2681]]},{"type":"Polygon","properties":{"commune":"MOUREZE","population":183},"id":"175","arcs":[[2682,-907,-2232,2683,-863,-855,2684]]},{"type":"Polygon","properties":{"commune":"CABRESPINE","population":170},"id":"056","arcs":[[-1212,2685,2686,2687,2688,2689,-130,2690,-651]]},{"type":"Polygon","properties":{"commune":"TREVES","population":119},"id":"332","arcs":[[2691,2692,-821,2693,2694]]},{"type":"Polygon","properties":{"commune":"CESSENON-SUR-ORB","population":2123},"id":"074","arcs":[[2695,2696,2697,-730,-591,2698,2699]]},{"type":"Polygon","properties":{"commune":"LA DIGNE-D'AMONT","population":289},"id":"119","arcs":[[2700,2701,2702,2703]]},{"type":"Polygon","properties":{"commune":"BERRIAC","population":880},"id":"037","arcs":[[2704,-398,-2421]]},{"type":"Polygon","properties":{"commune":"FOZIERES","population":182},"id":"106","arcs":[[2705,-642,-383,2706,2707]]},{"type":"Polygon","properties":{"commune":"SAINT-VINCENT-D'OLARGUES","population":317},"id":"291","arcs":[[2708,-802,2709,2710]]},{"type":"Polygon","properties":{"commune":"NEZIGNAN-L'EVEQUE","population":1687},"id":"182","arcs":[[-790,-1848,-2247,-222]]},{"type":"Polygon","properties":{"commune":"LES CLUSES","population":260},"id":"063","arcs":[[-2490,2711,2712,-2678]]},{"type":"Polygon","properties":{"commune":"COLOMBIERES-SUR-ORB","population":471},"id":"080","arcs":[[2713,-407,2714,-2541,2715,2716]]},{"type":"Polygon","properties":{"commune":"SOUVIGNARGUES","population":815},"id":"324","arcs":[[2717,2718,2719,-444,2720,2721,2722]]},{"type":"Polygon","properties":{"commune":"SAINTE-EULALIE","population":46},"id":"149","arcs":[[2723,2724,2725,2726,2727]]},{"type":"Polygon","properties":{"commune":"LA VACQUERIE-ET-SAINT-MARTIN-DE-CASTRIES","population":171},"id":"317","arcs":[[2728,-944,-2603,-2331,2729,-635]]},{"type":"Polygon","properties":{"commune":"MOULEZAN","population":609},"id":"183","arcs":[[2730,2731,2732,2733,-674,2734]]},{"type":"Polygon","properties":{"commune":"CLAIRA","population":3756},"id":"050","arcs":[[-2216,2735,-564,2736,-2384,2737,2738,-1916]]},{"type":"Polygon","properties":{"commune":"CLARENSAC","population":4037},"id":"082","arcs":[[2739,2740,2741,-1300,-1018]]},{"type":"Polygon","properties":{"commune":"SAINT-FREZAL-D'ALBUGES","population":54},"id":"151","arcs":[[-2304,2742,2743,-1322,2744]]},{"type":"Polygon","properties":{"commune":"SAINT-ETIENNE-D'ALBAGNAN","population":323},"id":"250","arcs":[[-40,2745,2746,-2710,-801,2747,-1163]]},{"type":"Polygon","properties":{"commune":"SAINT-GENIES-DE-VARENSAL","population":198},"id":"257","arcs":[[2748,2749,2750,-988]]},{"type":"Polygon","properties":{"commune":"L'ALBERE","population":82},"id":"001","arcs":[[-1618,2751,2752,-2712,-2489,-923]]},{"type":"Polygon","properties":{"commune":"BABEAU-BOULDOUX","population":290},"id":"021","arcs":[[-1168,2753,2754,2755]]},{"type":"Polygon","properties":{"commune":"BEAUVOISIN","population":4063},"id":"033","arcs":[[-2030,2756,2757,2758,2759,2760,-2218]]},{"type":"Polygon","properties":{"commune":"CESSERAS","population":359},"id":"075","arcs":[[2761,2762,-814,2763,-754]]},{"type":"Polygon","properties":{"commune":"NERS","population":719},"id":"188","arcs":[[-1152,2764,2765,-1662,2766,-375]]},{"type":"Polygon","properties":{"commune":"SAINT-AUNES","population":3042},"id":"240","arcs":[[2767,2768,-2504,2769,2770,-1712]]},{"type":"Polygon","properties":{"commune":"CABESTANY","population":9399},"id":"028","arcs":[[2771,-1314,2772,2773]]},{"type":"Polygon","properties":{"commune":"PUISSALICON","population":1228},"id":"224","arcs":[[2774,2775,2776,2777,2778,-2472]]},{"type":"Polygon","properties":{"commune":"LE SOLER","population":7221},"id":"195","arcs":[[-695,2779,2780,-271,-1307,-2636,2781]]},{"type":"Polygon","properties":{"commune":"SAUVETERRE","population":1731},"id":"312","arcs":[[2782,2783,-725,2784]]},{"type":"Polygon","properties":{"commune":"CHAUDEYRAC","population":308},"id":"045","arcs":[[-1987,-1323,-2744,2785,-2552,2786]]},{"type":"Polygon","properties":{"commune":"FONS-SUR-LUSSAN","population":250},"id":"113","arcs":[[2787,2788,2789,-490,2790]]},{"type":"Polygon","properties":{"commune":"VERRERIES-DE-MOUSSANS","population":94},"id":"331","arcs":[[-603,2791,2792,2793,2794,2795]]},{"type":"Polygon","properties":{"commune":"OSSEJA","population":1400},"id":"130","arcs":[[-2389,2796,2797,2798,2799,-1191]]},{"type":"Polygon","properties":{"commune":"ARBORAS","population":107},"id":"011","arcs":[[-1819,-637,2800]]},{"type":"Polygon","properties":{"commune":"SAINT-CHRISTOL","population":1455},"id":"246","arcs":[[2801,2802,2803,-2060,2804,-1649]]},{"type":"Polygon","properties":{"commune":"SAINT-GERMAIN-DE-CALBERTE","population":450},"id":"155","arcs":[[2805,2806,-2336,2807,2808,2809,2810,2811,2812]]},{"type":"Polygon","properties":{"commune":"SAINT-ETIENNE-DES-SORTS","population":527},"id":"251","arcs":[[2813,-1157,2814]]},{"type":"Polygon","properties":{"commune":"SAUTEYRARGUES","population":380},"id":"297","arcs":[[2815,-2255,2816,2817,2818,-1140]]},{"type":"Polygon","properties":{"commune":"LASSERRE-DE-PROUILLE","population":235},"id":"193","arcs":[[2819,2820,2821,2822,2823]]},{"type":"Polygon","properties":{"commune":"PRADES","population":5851},"id":"149","arcs":[[2824,-148,-797,2825,-1807,-2464,-2124]]},{"type":"Polygon","properties":{"commune":"VALLABRIX","population":398},"id":"337","arcs":[[2826,2827,2828,2829,2830]]},{"type":"Polygon","properties":{"commune":"CULTURES","population":141},"id":"055","arcs":[[2831,2832]]},{"type":"Polygon","properties":{"commune":"BARAIGNE","population":167},"id":"026","arcs":[[-2513,2833,-1998,2834,2835,-1553,2836]]},{"type":"Polygon","properties":{"commune":"USCLAS-D'HERAULT","population":340},"id":"315","arcs":[[2837,-2447,-2357,-2099,-1487]]},{"type":"Polygon","properties":{"commune":"LA TIEULE","population":95},"id":"191","arcs":[[2838,2839,-2573,2840,2841,-1205,2842]]},{"type":"Polygon","properties":{"commune":"CASSAIGNES","population":57},"id":"073","arcs":[[-1009,2843,2844,2845,2846]]},{"type":"Polygon","properties":{"commune":"MARCHASTEL","population":71},"id":"091","arcs":[[2847,2848,2849,2850,-1430]]},{"type":"Polygon","properties":{"commune":"LES SALELLES","population":155},"id":"185","arcs":[[-2078,2851,2852,2853,-785]]},{"type":"Polygon","properties":{"commune":"CONCOULES","population":254},"id":"090","arcs":[[2854,2855,2856,2857,2858,2859,-2071]]},{"type":"Polygon","properties":{"commune":"MEZE","population":10917},"id":"157","arcs":[[-1490,2860,2861,2862,2863,2864]]},{"type":"Polygon","properties":{"commune":"ROQUECOURBE-MINERVOIS","population":118},"id":"318","arcs":[[2865,-1106,-1658,2866,-1873]]},{"type":"Polygon","properties":{"commune":"ESTEZARGUES","population":482},"id":"107","arcs":[[-1736,-2102,-276,2867,2868,2869]]},{"type":"Polygon","properties":{"commune":"TREILLES","population":223},"id":"398","arcs":[[-2119,2870,2871]]},{"type":"Polygon","properties":{"commune":"SAINT-MICHEL-D'EUZET","population":585},"id":"287","arcs":[[2872,2873,2874,-1298,2875,2876]]},{"type":"Polygon","properties":{"commune":"PUISSERGUIER","population":2867},"id":"225","arcs":[[-2169,-2371,2877,2878,-359,-1755,2879]]},{"type":"Polygon","properties":{"commune":"NARBONNE","population":51869},"id":"262","arcs":[[-458,-295,-457,2880,2881,2882,-1791,-431,-1607,-435,-574,-2528,2883,2884,2885,2886,2887,-466]]},{"type":"Polygon","properties":{"commune":"SAINT-PAULET","population":182},"id":"362","arcs":[[2888,2889,-2095,2890]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-DE-SANGONIS","population":5586},"id":"239","arcs":[[2891,-2502,-1236,-2315,-2444,-577,2892,-1218,-2196,-1821]]},{"type":"Polygon","properties":{"commune":"MALRAS","population":364},"id":"214","arcs":[[2893,-2398,2894,2895,-6,2896]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN","population":212},"id":"271","arcs":[[2897,2898,-803,-2709,2899]]},{"type":"Polygon","properties":{"commune":"VIVES","population":172},"id":"233","arcs":[[2900,-733,2901,-1192,2902]]},{"type":"Polygon","properties":{"commune":"BANYULS-DELS-ASPRES","population":1237},"id":"015","arcs":[[2903,-925,-2493,2904,-2487,-580]]},{"type":"Polygon","properties":{"commune":"AZILLE","population":1184},"id":"022","arcs":[[-756,2905,-2484,-1828,-1871,2906,-977,2907]]},{"type":"Polygon","properties":{"commune":"BEAUFORT","population":202},"id":"026","arcs":[[-1071,2908,-817,2909]]},{"type":"Polygon","properties":{"commune":"ROUVENAC","population":217},"id":"329","arcs":[[-1175,-904,2910,2911,2912,-2639]]},{"type":"Polygon","properties":{"commune":"TRESSERRE","population":918},"id":"214","arcs":[[-2488,-2905,-2492,-292,-738]]},{"type":"Polygon","properties":{"commune":"FUILLA","population":430},"id":"085","arcs":[[2913,2914,2915,2916,2917,2918,2919,2920,2921,2922]]},{"type":"Polygon","properties":{"commune":"PORTES","population":363},"id":"203","arcs":[[-1201,2923,2924,-3,2925,2926,-1356,2927]]},{"type":"Polygon","properties":{"commune":"LATOUR-DE-CAROL","population":416},"id":"095","arcs":[[2928,2929,-2622]]},{"type":"Polygon","properties":{"commune":"LA CANOURGUE","population":2143},"id":"034","arcs":[[2930,2931,-2853,2932,2933,-1278,2934,-2841,-2572,2935]]},{"type":"Polygon","properties":{"commune":"TERMES","population":210},"id":"190","arcs":[[-704,-2594,2936,2937,2938,-1775]]},{"type":"Polygon","properties":{"commune":"SAINT-PAULET-DE-CAISSON","population":1778},"id":"290","arcs":[[-1024,2939,-1178,2940,-2874,2941,2942]]},{"type":"Polygon","properties":{"commune":"DERNACUEILLETTE","population":44},"id":"118","arcs":[[2943,2944,2945,2946,-1757]]},{"type":"Polygon","properties":{"commune":"LE PERTHUS","population":580},"id":"137","arcs":[[-2753,2947,-2679,-2713]]},{"type":"Polygon","properties":{"commune":"SAINT-GAUDERIC","population":82},"id":"343","arcs":[[-2143,-2518,2948,2949,2950,-1351,-1053]]},{"type":"Polygon","properties":{"commune":"PUILACHER","population":427},"id":"222","arcs":[[-1565,-1900,-497,-998]]},{"type":"Polygon","properties":{"commune":"MONTREDON-DES-CORBIERES","population":1408},"id":"255","arcs":[[2951,-2884,-2527]]},{"type":"Polygon","properties":{"commune":"SOUSTELLE","population":154},"id":"323","arcs":[[2952,2953,-1511,-1919,-2328]]},{"type":"Polygon","properties":{"commune":"LODEVE","population":7552},"id":"142","arcs":[[2954,2955,-1101,2956,-2707,-382,2957,2958,-1261,-881,2959]]},{"type":"Polygon","properties":{"commune":"PREMIAN","population":557},"id":"219","arcs":[[-2746,-39,2960]]},{"type":"Polygon","properties":{"commune":"AGONES","population":240},"id":"005","arcs":[[-941,2961,2962,-88]]},{"type":"Polygon","properties":{"commune":"LADERN-SUR-LAUQUET","population":255},"id":"183","arcs":[[-2264,2963,-353,2964,2965,2966,2967,2968]]},{"type":"Polygon","properties":{"commune":"MAUGUIO","population":16786},"id":"154","arcs":[[2969,2970,-1713,-2771,2971,-929,2972,2973,2974,2975,2976,2977]]},{"type":"Polygon","properties":{"commune":"FOISSAC","population":421},"id":"111","arcs":[[2978,-1043,2979,-2658]]},{"type":"Polygon","properties":{"commune":"CRUVIERS-LASCOURS","population":668},"id":"100","arcs":[[2980,-1576,2981,-1663,-2766]]},{"type":"Polygon","properties":{"commune":"BAGNOLES","population":274},"id":"025","arcs":[[2982,-1644,-1879,2983,2984,2985]]},{"type":"Polygon","properties":{"commune":"COURTAULY","population":74},"id":"107","arcs":[[-207,2986,-2040,2987,2988,2989,-2405]]},{"type":"Polygon","properties":{"commune":"BADAROUX","population":941},"id":"013","arcs":[[2990,2991,2992,-1962,2993,2994]]},{"type":"Polygon","properties":{"commune":"GENERARGUES","population":709},"id":"129","arcs":[[-543,2995,2996,2997,2998,2999,-936]]},{"type":"Polygon","properties":{"commune":"VALLERAUGUE","population":1035},"id":"339","arcs":[[-1500,-2284,3000,-1244,-451,3001,3002,3003,-366,3004]]},{"type":"Polygon","properties":{"commune":"BELFORT-SUR-REBENTY","population":39},"id":"031","arcs":[[-2114,3005,3006,3007,-1901]]},{"type":"Polygon","properties":{"commune":"BELLEGARDE-DU-RAZES","population":218},"id":"032","arcs":[[3008,-211,3009,3010,-836,-1109]]},{"type":"Polygon","properties":{"commune":"PLANES","population":52},"id":"142","arcs":[[3011,3012,-257,3013]]},{"type":"Polygon","properties":{"commune":"ESCARO","population":120},"id":"068","arcs":[[-2922,3014,3015,3016,3017]]},{"type":"Polygon","properties":{"commune":"VIALAS","population":440},"id":"194","arcs":[[3018,3019,-2856,3020,3021,3022,3023]]},{"type":"Polygon","properties":{"commune":"EUZET","population":406},"id":"109","arcs":[[3024,-2655,3025,-1992]]},{"type":"Polygon","properties":{"commune":"SAINT-VICTOR-LA-COSTE","population":1955},"id":"302","arcs":[[3026,-1816,3027,-1924,3028,-1398,-278,-2101]]},{"type":"Polygon","properties":{"commune":"MONTELS","population":242},"id":"167","arcs":[[-410,-1753,3029]]},{"type":"Polygon","properties":{"commune":"VENDRES","population":2542},"id":"329","arcs":[[3030,3031,3032,-741,3033,3034,3035]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE","population":3266},"id":"168","arcs":[[3036,-1255,3037]]},{"type":"Polygon","properties":{"commune":"MENDE","population":11908},"id":"095","arcs":[[-2991,3038,3039,-1967,-1579,3040,3041,3042,3043]]},{"type":"Polygon","properties":{"commune":"BAGES","population":3960},"id":"011","arcs":[[3044,-2486,-767,-2451,-2476,-306,3045]]},{"type":"Polygon","properties":{"commune":"LLAURO","population":316},"id":"099","arcs":[[-648,3046,-734,-2901,3047]]},{"type":"Polygon","properties":{"commune":"PEYREMALE","population":288},"id":"194","arcs":[[3048,3049,-2924,-1200,3050,3051]]},{"type":"Polygon","properties":{"commune":"CHANAC","population":1444},"id":"039","arcs":[[3052,3053,-1577,-425,3054,-2933,-2852,-2077,-1583]]},{"type":"Polygon","properties":{"commune":"LANSAC","population":107},"id":"092","arcs":[[3055,3056,3057,3058]]},{"type":"Polygon","properties":{"commune":"LE POMPIDOU","population":172},"id":"115","arcs":[[-2364,3059,-953,-1246,3060,3061]]},{"type":"Polygon","properties":{"commune":"FERRALS-LES-MONTAGNES","population":149},"id":"098","arcs":[[-973,-17,3062,-2793,3063]]},{"type":"Polygon","properties":{"commune":"CARAMANY","population":146},"id":"039","arcs":[[3064,3065,3066,3067,3068,-3058,3069,3070,3071]]},{"type":"Polygon","properties":{"commune":"COUSTAUSSA","population":51},"id":"109","arcs":[[-1010,-2847,3072,3073]]},{"type":"Polygon","properties":{"commune":"SAINT-DENIS-EN-MARGERIDE","population":173},"id":"145","arcs":[[3074,-1803,-1120,3075,-2727,3076,3077,3078]]},{"type":"Polygon","properties":{"commune":"MARGUERITTES","population":8538},"id":"156","arcs":[[3079,-983,3080,-1949,3081,3082,3083,-2047]]},{"type":"Polygon","properties":{"commune":"BRIGNON","population":801},"id":"053","arcs":[[-1659,-2982,-1575,3084,3085,3086]]},{"type":"Polygon","properties":{"commune":"MURVIEL-LES-BEZIERS","population":2927},"id":"178","arcs":[[-2699,-590,-894,3087,3088,3089,-2379,3090,3091]]},{"type":"Polygon","properties":{"commune":"CASSAGNES","population":255},"id":"042","arcs":[[3092,3093,-1341,3094,3095,-3071]]},{"type":"Polygon","properties":{"commune":"MALONS-ET-ELZE","population":114},"id":"153","arcs":[[3096,3097,3098,3099]]},{"type":"Polygon","properties":{"commune":"PAULIGNE","population":332},"id":"274","arcs":[[3100,-679,-56,3101,-2897,-5]]},{"type":"Polygon","properties":{"commune":"SOMMIERES","population":4529},"id":"321","arcs":[[3102,-448,-557,-2063,3103,3104,3105,3106]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-DE-LONDRES","population":2576},"id":"274","arcs":[[3107,-2054,-1672,3108,3109,3110,3111]]},{"type":"Polygon","properties":{"commune":"CENNE-MONESTIES","population":389},"id":"089","arcs":[[-247,3112,-919,3113,3114]]},{"type":"Polygon","properties":{"commune":"LE PUECH","population":233},"id":"220","arcs":[[3115,-878,-1262,-2959,3116,-2634]]},{"type":"Polygon","properties":{"commune":"AUMONT-AUBRAC","population":1097},"id":"009","arcs":[[3117,-615,-2525,3118,3119,3120]]},{"type":"Polygon","properties":{"commune":"COUDONS","population":46},"id":"101","arcs":[[-901,-1605,3121,3122,3123,-2630]]},{"type":"Polygon","properties":{"commune":"NOTRE-DAME-DE-LA-ROUVIERE","population":440},"id":"190","arcs":[[-3002,-450,3124,-1364,3125,3126]]},{"type":"Polygon","properties":{"commune":"VERS-PONT-DU-GARD","population":1788},"id":"346","arcs":[[3127,-1471,-1437,-586,3128,3129,-1615,3130]]},{"type":"Polygon","properties":{"commune":"BROUILLA","population":1155},"id":"026","arcs":[[-582,-3045,3131,3132,-926,-2904]]},{"type":"Polygon","properties":{"commune":"CARDET","population":849},"id":"068","arcs":[[-1074,-378,3133,-180,3134,-1594]]},{"type":"Polygon","properties":{"commune":"BAILLARGUES","population":6548},"id":"022","arcs":[[-930,-2972,-2770,-2508,3135,-2298]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN-D'ARPAON","population":109},"id":"162","arcs":[[3136,-2360,3137,3138,3139]]},{"type":"Polygon","properties":{"commune":"AUTIGNAC","population":875},"id":"018","arcs":[[3140,3141,3142,-3089,3143]]},{"type":"Polygon","properties":{"commune":"SAINT-HILAIRE-DE-LAVIT","population":120},"id":"158","arcs":[[3144,3145,-2337,-2807]]},{"type":"Polygon","properties":{"commune":"BOURDIC","population":403},"id":"049","arcs":[[3146,-833,-1741,3147,-1977]]},{"type":"Polygon","properties":{"commune":"COURNIOU","population":612},"id":"086","arcs":[[-2213,3148,-2795,3149]]},{"type":"Polygon","properties":{"commune":"SAUSSAN","population":1463},"id":"295","arcs":[[3150,3151,3152,3153]]},{"type":"Polygon","properties":{"commune":"VILLEMAGNE-L'ARGENTIERE","population":440},"id":"335","arcs":[[-771,3154,-2440,3155,-2597]]},{"type":"Polygon","properties":{"commune":"ROUSSES","population":102},"id":"130","arcs":[[3156,3157,3158,3159]]},{"type":"Polygon","properties":{"commune":"SAINT-MAXIMIN","population":695},"id":"286","arcs":[[-230,-1468,3160,3161,3162]]},{"type":"Polygon","properties":{"commune":"SABRAN","population":1807},"id":"225","arcs":[[-1258,-1082,-2650,3163,3164,3165,-2876,-1297,3166]]},{"type":"Polygon","properties":{"commune":"VALMANYA","population":44},"id":"221","arcs":[[3167,3168,-2150,3169,-143,3170]]},{"type":"Polygon","properties":{"commune":"LACOSTE","population":303},"id":"124","arcs":[[-2236,3171,3172]]},{"type":"Polygon","properties":{"commune":"GALARGUES","population":656},"id":"110","arcs":[[-2435,3173,3174,3175,3176,-3105,3177,3178]]},{"type":"Polygon","properties":{"commune":"BONNEVAUX","population":105},"id":"044","arcs":[[3179,3180,3181,-3099]]},{"type":"Polygon","properties":{"commune":"ALLEGRE-LES-FUMADES","population":816},"id":"008","arcs":[[3182,-2791,-489,-1420,3183,3184,3185,-890,-237]]},{"type":"Polygon","properties":{"commune":"SALASC","population":305},"id":"292","arcs":[[3186,-2685,-861,-1625]]},{"type":"Polygon","properties":{"commune":"LAVAL-PRADEL","population":1188},"id":"142","arcs":[[-2,3187,-1221,-1955,-1515,3188,-2926]]},{"type":"Polygon","properties":{"commune":"CAUSSE-BEGON","population":9},"id":"074","arcs":[[3189,-2692]]},{"type":"Polygon","properties":{"commune":"GABIAN","population":827},"id":"109","arcs":[[3190,-482,3191,3192,3193,3194,3195]]},{"type":"Polygon","properties":{"commune":"COUIZA","population":1155},"id":"103","arcs":[[-1011,-3074,3196,3197,-1287,3198]]},{"type":"Polygon","properties":{"commune":"VILLEDAIGNE","population":480},"id":"421","arcs":[[3199,-1391,3200,3201]]},{"type":"Polygon","properties":{"commune":"FONTES","population":941},"id":"103","arcs":[[-2354,3202,-1638,-2221,-2211,-867,-1510]]},{"type":"Polygon","properties":{"commune":"SERRES","population":49},"id":"377","arcs":[[3203,3204,-2845]]},{"type":"Polygon","properties":{"commune":"LE MALZIEU-FORAIN","population":462},"id":"089","arcs":[[3205,-2586,3206,3207,3208,3209,3210,3211]]},{"type":"Polygon","properties":{"commune":"FRAISSINET-DE-FOURQUES","population":68},"id":"065","arcs":[[-3158,3212,3213]]},{"type":"Polygon","properties":{"commune":"GARDIE","population":112},"id":"161","arcs":[[-2135,-971,3214,-2260]]},{"type":"Polygon","properties":{"commune":"SAINT-PRIVAT-DES-VIEUX","population":4890},"id":"294","arcs":[[-1956,-1219,3215,3216,3217,-743,3218,3219]]},{"type":"Polygon","properties":{"commune":"LE GARN","population":232},"id":"124","arcs":[[3220,3221,-343,3222]]},{"type":"Polygon","properties":{"commune":"MOSSET","population":290},"id":"119","arcs":[[-2614,3223,3224,3225,3226,3227,3228,3229,-2181,-886,3230,3231]]},{"type":"Polygon","properties":{"commune":"RIVEL","population":217},"id":"316","arcs":[[3232,3233,3234,3235,-2031,3236,3237]]},{"type":"Polygon","properties":{"commune":"SAINT-FLOUR-DE-MERCOIRE","population":189},"id":"150","arcs":[[-624,3238,-1319,-1986]]},{"type":"Polygon","properties":{"commune":"LE CRES","population":8430},"id":"090","arcs":[[3239,3240,-2505,-2769,3241]]},{"type":"Polygon","properties":{"commune":"COLLORGUES","population":550},"id":"086","arcs":[[3242,-2659,-2980,-1042,-1979,3243,3244,3245]]},{"type":"Polygon","properties":{"commune":"BOULE-D'AMONT","population":65},"id":"022","arcs":[[3246,-2188,-1766,3247,3248,3249,3250]]},{"type":"Polygon","properties":{"commune":"SERVAS","population":199},"id":"318","arcs":[[-2193,3251,3252,3253,-3184,-1423]]},{"type":"Polygon","properties":{"commune":"SAINT-MAURICE-DE-CAZEVIEILLE","population":679},"id":"285","arcs":[[3254,-1573,3255,-2660,-3243]]},{"type":"Polygon","properties":{"commune":"PORT-VENDRES","population":4227},"id":"148","arcs":[[3256,3257,3258]]},{"type":"Polygon","properties":{"commune":"SAINT-GEORGES-DE-LEVEJAC","population":254},"id":"154","arcs":[[-2935,-1277,-125,-2133,-2348,-1206,-2842]]},{"type":"Polygon","properties":{"commune":"ESTOHER","population":153},"id":"073","arcs":[[-142,3259,-2126,-751,-2647,3260,-3171]]},{"type":"Polygon","properties":{"commune":"POUZILHAC","population":622},"id":"207","arcs":[[3261,-512,-1817,-3027,-2104,3262]]},{"type":"Polygon","properties":{"commune":"COUSTOUGES","population":108},"id":"061","arcs":[[3263,3264,3265]]},{"type":"Polygon","properties":{"commune":"CHAMBORIGAUD","population":807},"id":"080","arcs":[[-1361,3266,3267,-3022,3268,-1203,3269]]},{"type":"Polygon","properties":{"commune":"SAINT-GERVASY","population":1738},"id":"257","arcs":[[3270,-2048,-3084]]},{"type":"Polygon","properties":{"commune":"SAINT-SYMPHORIEN","population":245},"id":"184","arcs":[[3271,3272,3273,3274,-534,3275,-172]]},{"type":"Polygon","properties":{"commune":"DONAZAC","population":98},"id":"121","arcs":[[-680,-3101,-10,-838]]},{"type":"Polygon","properties":{"commune":"SAINTE-HELENE","population":71},"id":"157","arcs":[[-1525,3276,-2994,-1961]]},{"type":"Polygon","properties":{"commune":"TORDERES","population":166},"id":"211","arcs":[[-488,-735,-3047,-647]]},{"type":"Polygon","properties":{"commune":"OPOUL-PERILLOS","population":996},"id":"127","arcs":[[3277,-2457,-2121,3278,-560]]},{"type":"Polygon","properties":{"commune":"GIGEAN","population":5957},"id":"113","arcs":[[-2673,-2226,3279,3280,-2272,3281,3282]]},{"type":"Polygon","properties":{"commune":"DOURBIES","population":171},"id":"105","arcs":[[3283,3284,-2694,-820,-1501,-3005,-365,-2626,3285,3286]]},{"type":"Polygon","properties":{"commune":"LES HERMAUX","population":113},"id":"073","arcs":[[3287,3288,-1562,3289]]},{"type":"Polygon","properties":{"commune":"MOUSSAN","population":1818},"id":"258","arcs":[[3290,-2887,3291,3292,-912]]},{"type":"Polygon","properties":{"commune":"ARZENC-D'APCHER","population":47},"id":"007","arcs":[[3293,-2937,-2593,3294]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-DE-LA-CABRERISSE","population":772},"id":"351","arcs":[[3295,-2004,-2270,-1814,-2130,3296]]},{"type":"Polygon","properties":{"commune":"ARRIGAS","population":201},"id":"017","arcs":[[-3287,3297,-2408,3298,3299]]},{"type":"Polygon","properties":{"commune":"RIA-SIRACH","population":1257},"id":"161","arcs":[[-3231,-885,-1808,-2826,-798,-146,3300,3301,3302,3303]]},{"type":"Polygon","properties":{"commune":"BOUILHONNAC","population":233},"id":"043","arcs":[[-2424,3304,3305,-1877,3306]]},{"type":"Polygon","properties":{"commune":"JOCH","population":246},"id":"089","arcs":[[-1480,-2574,-1683,-2191]]},{"type":"Polygon","properties":{"commune":"LES MONTS-VERTS","population":336},"id":"012","arcs":[[3307,3308,-1772,-2939,3309,3310]]},{"type":"Polygon","properties":{"commune":"LUSSAN","population":503},"id":"151","arcs":[[3311,-1240,3312,-980,-491,-2790,3313,3314]]},{"type":"Polygon","properties":{"commune":"MONTSERET","population":529},"id":"256","arcs":[[-571,-2006,-806]]},{"type":"Polygon","properties":{"commune":"SERNHAC","population":1730},"id":"317","arcs":[[3315,3316,3317,3318,-1610,3319]]},{"type":"Polygon","properties":{"commune":"SAINT-PRIVAT-DE-VALLONGUE","population":263},"id":"178","arcs":[[-2338,-3146,3320,3321,3322,3323]]},{"type":"Polygon","properties":{"commune":"AMELIE-LES-BAINS-PALALDA","population":3680},"id":"003","arcs":[[-202,3324,3325,-1690,-1892]]},{"type":"Polygon","properties":{"commune":"LESPIGNAN","population":3192},"id":"135","arcs":[[3326,-3032,3327,-2617,3328]]},{"type":"Polygon","properties":{"commune":"TREBES","population":5280},"id":"397","arcs":[[-1891,-399,-2705,-2425,-3307,-1876,3329,3330,3331,3332,3333]]},{"type":"Polygon","properties":{"commune":"VENTENAC-CABARDES","population":854},"id":"404","arcs":[[3334,3335,-191,3336]]},{"type":"Polygon","properties":{"commune":"LA CAPELLE-ET-MASMOLENE","population":417},"id":"067","arcs":[[-3263,-2103,-588,-1436,-297,3337,-2829,3338,3339,-1085,3340]]},{"type":"Polygon","properties":{"commune":"BOISSET","population":37},"id":"034","arcs":[[-3064,-2792,-602,3341,3342,-974]]},{"type":"Polygon","properties":{"commune":"MARSA","population":23},"id":"219","arcs":[[-1903,3343,3344,-2608,3345,3346]]},{"type":"Polygon","properties":{"commune":"LA BASTIDE-PUYLAURENT","population":177},"id":"021","arcs":[[3347,3348,3349,3350]]},{"type":"Polygon","properties":{"commune":"PEXIORA","population":1289},"id":"281","arcs":[[-2318,-2534,-608,-1454,3351]]},{"type":"Polygon","properties":{"commune":"MONTMAUR","population":324},"id":"252","arcs":[[3352,-2515,3353,-2096,-2890,3354]]},{"type":"Polygon","properties":{"commune":"FOURNES","population":914},"id":"116","arcs":[[-2870,3355,3356,-3317,3357,-1737]]},{"type":"Polygon","properties":{"commune":"CONQUEYRAC","population":112},"id":"093","arcs":[[3358,3359,-524,3360,3361]]},{"type":"Polygon","properties":{"commune":"OMS","population":326},"id":"126","arcs":[[-1026,3362,-649,-3048,-2903,-1196,-199]]},{"type":"Polygon","properties":{"commune":"BAIXAS","population":2587},"id":"014","arcs":[[3363,-2563,-2535,-554,-273,3364,3365]]},{"type":"Polygon","properties":{"commune":"REAL","population":61},"id":"159","arcs":[[3366,3367,3368,3369]]},{"type":"Polygon","properties":{"commune":"CONILHAC-DE-LA-MONTAGNE","population":65},"id":"097","arcs":[[-2637,-2243,-2083,3370,3371]]},{"type":"Polygon","properties":{"commune":"ISPAGNAC","population":863},"id":"075","arcs":[[-428,-1970,3372,-551,3373,-1039]]},{"type":"Polygon","properties":{"commune":"LEDIGNAN","population":1432},"id":"146","arcs":[[-3134,-377,-110,-677,-181]]},{"type":"Polygon","properties":{"commune":"CAZEDARNES","population":557},"id":"065","arcs":[[3374,-2878,-2370,3375,3376,-2696]]},{"type":"Polygon","properties":{"commune":"SAUZET","population":703},"id":"313","arcs":[[-64,-1020,-1660,-3087,3377,-956]]},{"type":"Polygon","properties":{"commune":"SATURARGUES","population":906},"id":"294","arcs":[[-167,3378,-1647,3379,-532]]},{"type":"Polygon","properties":{"commune":"FOURNES-CABARDES","population":56},"id":"154","arcs":[[3380,-2686,-1211,3381,3382,3383]]},{"type":"Polygon","properties":{"commune":"FITOU","population":1013},"id":"144","arcs":[[-2120,-2872,3384,-2019,-561,-3279]]},{"type":"Polygon","properties":{"commune":"SAINT-PAPOUL","population":760},"id":"361","arcs":[[-350,-917,-1452,-611,3385,-2340,3386]]},{"type":"Polygon","properties":{"commune":"BERLOU","population":198},"id":"030","arcs":[[-1164,-2748,-800,-731,-2698,3387]]},{"type":"Polygon","properties":{"commune":"LA GRAND-COMBE","population":5229},"id":"132","arcs":[[-1357,-2927,-3189,-1514,3388]]},{"type":"Polygon","properties":{"commune":"BRAGASSARGUES","population":143},"id":"050","arcs":[[3389,-2266,3390,-668,3391]]},{"type":"Polygon","properties":{"commune":"FONTCOUVERTE","population":518},"id":"148","arcs":[[-1103,3392,-1056,3393,-2642]]},{"type":"Polygon","properties":{"commune":"COMBAS","population":590},"id":"088","arcs":[[-2010,3394,3395,-2722,3396]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-DE-LANCIZE","population":127},"id":"136","arcs":[[-2806,3397,3398,-3321,-3145]]},{"type":"Polygon","properties":{"commune":"ESTABLES","population":183},"id":"057","arcs":[[3399,-1034,-1804,-3075,3400,3401]]},{"type":"Polygon","properties":{"commune":"SANSA","population":29},"id":"191","arcs":[[-3225,3402,3403,-1650,-28,3404,-3369,3405]]},{"type":"Polygon","properties":{"commune":"VELIEUX","population":68},"id":"326","arcs":[[3406,-3342,-606,3407,3408]]},{"type":"Polygon","properties":{"commune":"REDESSAN","population":4044},"id":"211","arcs":[[-3080,-2046,3409,-338,-2139,-984]]},{"type":"Polygon","properties":{"commune":"TROUILLAS","population":1875},"id":"217","arcs":[[-736,-486,-1507,-319,-764,-2485]]},{"type":"Polygon","properties":{"commune":"LA CHAZE-DE-PEYRE","population":298},"id":"047","arcs":[[3410,3411,-616,-3118,3412]]},{"type":"Polygon","properties":{"commune":"PEYROLLES","population":82},"id":"287","arcs":[[3413,-2544,3414,-3204,-2844,-1008,-840,-2494]]},{"type":"Polygon","properties":{"commune":"RIEUTORT-DE-RANDON","population":755},"id":"127","arcs":[[3415,-1035,-3400,3416,3417,3418,-3043,3419,-2155]]},{"type":"Polygon","properties":{"commune":"TRAUSSE","population":503},"id":"396","arcs":[[-1974,-1329,3420,-1324,3421]]},{"type":"Polygon","properties":{"commune":"FLEURY","population":3812},"id":"145","arcs":[[-3031,3422,-2881,-456,-1941,-3328]]},{"type":"Polygon","properties":{"commune":"ROQUEREDONDE","population":245},"id":"233","arcs":[[3423,3424,3425,3426,3427,3428]]},{"type":"Polygon","properties":{"commune":"COMPS","population":1675},"id":"089","arcs":[[-997,-2140,-336,3429]]},{"type":"Polygon","properties":{"commune":"BAGNOLS-SUR-CEZE","population":18375},"id":"028","arcs":[[-3167,-1296,-2585,3430,-1155,3431,3432,-1259]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN-DES-POINTS","population":111},"id":"163","arcs":[[3433,-1359,3434]]},{"type":"Polygon","properties":{"commune":"PEZENS","population":1367},"id":"288","arcs":[[3435,3436,3437,-3335,3438,-394,-779]]},{"type":"Polygon","properties":{"commune":"CORBERE","population":717},"id":"055","arcs":[[-2080,3439,3440,-2311,3441,-716]]},{"type":"Polygon","properties":{"commune":"FRESSAC","population":183},"id":"119","arcs":[[3442,3443,3444]]},{"type":"Polygon","properties":{"commune":"SAINT-SAUVEUR-DE-PEYRE","population":282},"id":"183","arcs":[[-1589,3445,-3413,-3121,3446,3447,3448,-2580]]},{"type":"Polygon","properties":{"commune":"SALLES-SUR-L'HERS","population":655},"id":"371","arcs":[[3449,-2024,-962,3450,3451,3452,3453,-1557]]},{"type":"Polygon","properties":{"commune":"NOTRE-DAME-DE-LONDRES","population":477},"id":"185","arcs":[[-2509,-1790,3454,-3110,3455]]},{"type":"Polygon","properties":{"commune":"AIGALIERS","population":483},"id":"001","arcs":[[-2657,3456,3457,-421,-1044,-2979]]},{"type":"Polygon","properties":{"commune":"THEZIERS","population":1091},"id":"328","arcs":[[-2015,-993,3458,-3356,-2869,3459]]},{"type":"Polygon","properties":{"commune":"TAUTAVEL","population":869},"id":"205","arcs":[[3460,3461,3462,-1463,-1523,-363]]},{"type":"Polygon","properties":{"commune":"RENNES-LE-CHATEAU","population":60},"id":"309","arcs":[[-1288,-3198,3463,-1914,3464,-1909,3465]]},{"type":"Polygon","properties":{"commune":"PRATS-DE-MOLLO-LA-PRESTE","population":1074},"id":"150","arcs":[[3466,3467,3468,-1861,3469,-66,3470]]},{"type":"Polygon","properties":{"commune":"ALZON","population":204},"id":"009","arcs":[[-3300,3471,-41,3472,-3284]]},{"type":"Polygon","properties":{"commune":"LA CABANASSE","population":698},"id":"027","arcs":[[3473,3474,3475,3476,-255,3477]]},{"type":"Polygon","properties":{"commune":"LABASTIDE-ESPARBAIRENQUE","population":84},"id":"180","arcs":[[3478,3479,-2687,-3381,3480,-1547]]},{"type":"Polygon","properties":{"commune":"VENEJAN","population":1208},"id":"342","arcs":[[-1442,3481,-2815,-1156,-3431,-2584]]},{"type":"Polygon","properties":{"commune":"SAINT-PAUL-ET-VALMALLE","population":1040},"id":"282","arcs":[[-1939,-630,3482,3483,3484,3485]]},{"type":"Polygon","properties":{"commune":"LAPRADE","population":82},"id":"189","arcs":[[3486,-154,3487]]},{"type":"Polygon","properties":{"commune":"VABRES","population":102},"id":"335","arcs":[[-1708,3488,3489,3490,3491]]},{"type":"Polygon","properties":{"commune":"SAINT-GENIES-DE-COMOLAS","population":1854},"id":"254","arcs":[[-1926,3492,-2281,3493]]},{"type":"Polygon","properties":{"commune":"PRINSUEJOLS","population":155},"id":"120","arcs":[[3494,-2848,-1429,-617,-3412,3495,-1593]]},{"type":"Polygon","properties":{"commune":"BOUILLARGUES","population":6240},"id":"047","arcs":[[-987,3496,-618,3497,-1951,3498]]},{"type":"Polygon","properties":{"commune":"SEYNES","population":159},"id":"320","arcs":[[3499,3500,-493,-416,-3458]]},{"type":"Polygon","properties":{"commune":"COLOGNAC","population":189},"id":"087","arcs":[[-1710,3501,3502,-301,3503,-1362]]},{"type":"Polygon","properties":{"commune":"SAINT-SAUVEUR-DE-GINESTOUX","population":56},"id":"182","arcs":[[3504,3505,3506,-176,3507]]},{"type":"Polygon","properties":{"commune":"MAYREVILLE","population":73},"id":"226","arcs":[[3508,-2454,3509,-1347,-503,3510]]},{"type":"Polygon","properties":{"commune":"VINGRAU","population":644},"id":"231","arcs":[[3511,-3278,-567,-2565,-3461,-362]]},{"type":"Polygon","properties":{"commune":"CAUNETTES-EN-VAL","population":54},"id":"083","arcs":[[-1839,-1456,-2168,3512,3513]]},{"type":"Polygon","properties":{"commune":"PINET","population":1418},"id":"203","arcs":[[3514,3515,3516]]},{"type":"Polygon","properties":{"commune":"SAINT-AMBROIX","population":3319},"id":"227","arcs":[[3517,3518,3519,-888,-516,3520]]},{"type":"Polygon","properties":{"commune":"SERVERETTE","population":276},"id":"188","arcs":[[3521,-1122,-1802,3522,3523]]},{"type":"Polygon","properties":{"commune":"VILLALIER","population":990},"id":"410","arcs":[[-3305,-2423,3524,3525,-2985,3526]]},{"type":"Polygon","properties":{"commune":"MEJANNES-LE-CLAP","population":674},"id":"164","arcs":[[3527,3528,-2013,-1496,3529,3530,-3314,-2789,3531]]},{"type":"Polygon","properties":{"commune":"SAINT-GERVAIS-SUR-MARE","population":874},"id":"260","arcs":[[-854,-1268,-2601,3532,-2750,3533]]},{"type":"Polygon","properties":{"commune":"VILLENEUVE-LA-COMPTAL","population":1236},"id":"430","arcs":[[-2452,-2001,3534,-2533,-2109]]},{"type":"Polygon","properties":{"commune":"SAINT-FLORENT-SUR-AUZONNET","population":1221},"id":"253","arcs":[[3535,-1222,-3188,-1,3536,-2052]]},{"type":"Polygon","properties":{"commune":"BASSURELS","population":41},"id":"020","arcs":[[-3001,-2283,3537,-3160,3538,-3061,-1245]]},{"type":"Polygon","properties":{"commune":"MONTPEZAT","population":1060},"id":"182","arcs":[[3539,-1302,3540,-2723,-3396]]},{"type":"Polygon","properties":{"commune":"LA BASTIDE-D'ENGRAS","population":208},"id":"031","arcs":[[3541,-1095,-2653,3542,-2827]]},{"type":"Polygon","properties":{"commune":"VEBRON","population":194},"id":"193","arcs":[[-2365,-3062,-3539,-3159,-3214,3543,3544,-2555,3545,3546]]},{"type":"Polygon","properties":{"commune":"FAJAC-LA-RELENQUE","population":49},"id":"134","arcs":[[3547,3548,3549,-3453,3550]]},{"type":"Polygon","properties":{"commune":"SARDAN","population":280},"id":"309","arcs":[[-1065,3551,3552,3553]]},{"type":"Polygon","properties":{"commune":"FRAISSE-DES-CORBIERES","population":240},"id":"157","arcs":[[-2456,-1867,3554,3555,3556,-2116]]},{"type":"Polygon","properties":{"commune":"MONTFERRIER-SUR-LEZ","population":3446},"id":"169","arcs":[[3557,3558,-1719,3559]]},{"type":"Polygon","properties":{"commune":"CAUDEBRONDE","population":192},"id":"079","arcs":[[3560,-2521,-826,-1335,3561]]},{"type":"Polygon","properties":{"commune":"ESTAGEL","population":1950},"id":"071","arcs":[[-3463,3562,3563,3564,-1344,-1464]]},{"type":"Polygon","properties":{"commune":"SAINT-GELY-DU-FESC","population":9222},"id":"255","arcs":[[3565,3566,-84,3567,3568]]},{"type":"Polygon","properties":{"commune":"CALVISSON","population":5269},"id":"062","arcs":[[-120,3569,3570,3571,3572,-2295,3573,-2719,3574,3575]]},{"type":"Polygon","properties":{"commune":"MASSAC","population":30},"id":"224","arcs":[[-2946,3576,3577,-2091,-287,3578]]},{"type":"Polygon","properties":{"commune":"CASTELNAU-D'AUDE","population":478},"id":"077","arcs":[[-1872,-1826,-2090,-1107,-2866]]},{"type":"Polygon","properties":{"commune":"VILLEFLOURE","population":157},"id":"423","arcs":[[3579,3580,-2965,-352,-134]]},{"type":"Polygon","properties":{"commune":"VALRAS-PLAGE","population":4348},"id":"324","arcs":[[-3035,3581,3582]]},{"type":"Polygon","properties":{"commune":"CANET-EN-ROUSSILLON","population":12602},"id":"037","arcs":[[-403,3583,-1208,-94,3584,-2773,-1313,3585]]},{"type":"Polygon","properties":{"commune":"COULOBRES","population":379},"id":"085","arcs":[[-1770,-1373,3586,-2778,3587]]},{"type":"Polygon","properties":{"commune":"BELPECH","population":1332},"id":"033","arcs":[[3588,3589,-507,3590,3591,3592,3593]]},{"type":"Polygon","properties":{"commune":"ILLE-SUR-TET","population":5354},"id":"088","arcs":[[-717,-3442,-2310,3594,-1764,3595,3596,3597]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-PARACOL","population":111},"id":"346","arcs":[[-2912,3598,3599]]},{"type":"Polygon","properties":{"commune":"LE BORN","population":148},"id":"029","arcs":[[3600,-1963,-2993,3601,-3418]]},{"type":"Polygon","properties":{"commune":"BELFLOU","population":116},"id":"030","arcs":[[-1560,-1554,-2836,3602,-2025,-3450]]},{"type":"Polygon","properties":{"commune":"MOISSAC-VALLEE-FRANCAISE","population":223},"id":"097","arcs":[[3603,-2810,3604,3605,-2070,3606,3607,-1248]]},{"type":"Polygon","properties":{"commune":"MONTOULIERS","population":247},"id":"170","arcs":[[3608,-1933,3609]]},{"type":"Polygon","properties":{"commune":"CHASTANIER","population":94},"id":"041","arcs":[[-1667,3610,-1989,3611,3612]]},{"type":"Polygon","properties":{"commune":"BRUGAIROLLES","population":258},"id":"053","arcs":[[-684,3613,3614,3615,3616,3617]]},{"type":"Polygon","properties":{"commune":"SAINT-BONNET-DU-GARD","population":811},"id":"235","arcs":[[-3320,-1609,-3130,3618]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-DE-ROQUEPERTUIS","population":574},"id":"230","arcs":[[3619,3620,3621,-3530,-1495]]},{"type":"Polygon","properties":{"commune":"LAMALOU-LES-BAINS","population":2663},"id":"126","arcs":[[3622,-405,-2599,3623,-2543]]},{"type":"Polygon","properties":{"commune":"LE MONASTIER-PIN-MORIES","population":944},"id":"099","arcs":[[-786,-2854,-2932,3624,3625,3626]]},{"type":"Polygon","properties":{"commune":"PUGINIER","population":154},"id":"300","arcs":[[3627,3628,3629,3630,3631,3632]]},{"type":"Polygon","properties":{"commune":"OCTON","population":459},"id":"186","arcs":[[-2633,-2233,-908,-2683,-3187,-1624,-2649,-2185,3633,-879,-3116]]},{"type":"Polygon","properties":{"commune":"ALBARET-SAINTE-MARIE","population":569},"id":"002","arcs":[[3634,3635,3636,3637,-3308]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-CEYRARGUES","population":162},"id":"264","arcs":[[-2661,-3256,-1572,3638,-1993,-3026]]},{"type":"Polygon","properties":{"commune":"VIC-LA-GARDIOLE","population":2978},"id":"333","arcs":[[-3283,3639,3640,-1539,3641,-1545,-2674]]},{"type":"Polygon","properties":{"commune":"MAISONS","population":42},"id":"213","arcs":[[3642,3643,-2944,-1760,3644]]},{"type":"Polygon","properties":{"commune":"BORDEZAC","population":370},"id":"045","arcs":[[-3052,3645,3646,3647]]},{"type":"Polygon","properties":{"commune":"TERMES","population":44},"id":"388","arcs":[[3648,-1724,-2166,-600,-269,3649]]},{"type":"Polygon","properties":{"commune":"SEIGNALENS","population":36},"id":"375","arcs":[[-2950,3650,-157,3651,3652]]},{"type":"Polygon","properties":{"commune":"SAINT-HIPPOLYTE","population":2719},"id":"176","arcs":[[-2737,-563,-2381]]},{"type":"Polygon","properties":{"commune":"SAINT-JUST","population":2867},"id":"272","arcs":[[3653,3654,-165,3655]]},{"type":"Polygon","properties":{"commune":"GOUDARGUES","population":1072},"id":"131","arcs":[[3656,-3315,-3531,-3622,3657]]},{"type":"Polygon","properties":{"commune":"BOUJAN-SUR-LIBRON","population":3151},"id":"037","arcs":[[3658,-1370,3659]]},{"type":"Polygon","properties":{"commune":"OLETTE","population":393},"id":"125","arcs":[[-1651,-3404,3660,-1125,3661,3662,3663]]},{"type":"Polygon","properties":{"commune":"REVENS","population":27},"id":"213","arcs":[[-823,3664]]},{"type":"Polygon","properties":{"commune":"BESSAN","population":4690},"id":"031","arcs":[[-2415,-661,-788,3665,-2466]]},{"type":"Polygon","properties":{"commune":"LAVAL-SAINT-ROMAN","population":230},"id":"143","arcs":[[-1780,3666,-3223,-342]]},{"type":"Polygon","properties":{"commune":"VAUVERT","population":11261},"id":"341","arcs":[[3667,3668,3669,3670,3671,-2760]]},{"type":"Polygon","properties":{"commune":"LA POMAREDE","population":162},"id":"292","arcs":[[3672,3673,3674,-3628]]},{"type":"Polygon","properties":{"commune":"VILLEVEYRAC","population":3536},"id":"341","arcs":[[-2356,-1937,3675,3676,3677,-2861,-1489,-2098]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIA-DE-BEC","population":98},"id":"347","arcs":[[3678,3679,-1601,3680,3681,-1907,-2290]]},{"type":"Polygon","properties":{"commune":"VILLETRITOULS","population":36},"id":"440","arcs":[[3682,3683,3684,3685,-373]]},{"type":"Polygon","properties":{"commune":"RIVESALTES","population":8201},"id":"164","arcs":[[-2736,-2217,-1309,-2537,-2566,-565]]},{"type":"Polygon","properties":{"commune":"HEREPIAN","population":1492},"id":"119","arcs":[[3686,3687,-2538,-3624,-2598,-3156,-2439]]},{"type":"Polygon","properties":{"commune":"LA ROUVIERE","population":578},"id":"224","arcs":[[-2682,-1945,3688,3689,-1450,-59]]},{"type":"Polygon","properties":{"commune":"SOUPEX","population":259},"id":"385","arcs":[[3690,-3355,-2889,3691,-3632,3692,-1973,-791]]},{"type":"Polygon","properties":{"commune":"PECHARIC-ET-LE-PY","population":33},"id":"277","arcs":[[-506,-1031,3693,3694,-3591]]},{"type":"Polygon","properties":{"commune":"ROUFFIAC-DES-CORBIERES","population":80},"id":"326","arcs":[[3695,3696,-2092,-3578]]},{"type":"Polygon","properties":{"commune":"CROS","population":252},"id":"099","arcs":[[-3503,3697,-522,-2401,-302]]},{"type":"Polygon","properties":{"commune":"GARRIGUES-SAINTE-EULALIE","population":764},"id":"126","arcs":[[-959,3698,-3244,-1978,-3148,-1740]]},{"type":"Polygon","properties":{"commune":"VILLENEUVE-LA-RIVIERE","population":1290},"id":"228","arcs":[[3699,3700,-3365,-272,-2781]]},{"type":"Polygon","properties":{"commune":"CONQUES-SUR-ORBIEL","population":2435},"id":"099","arcs":[[3701,3702,3703,3704,-2986,-3526,3705,-1385,-195,3706]]},{"type":"Polygon","properties":{"commune":"SAINT-SERIES","population":846},"id":"288","arcs":[[-556,-2086,-533,-3380,-1646,-2805,-2064]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-DE-VILLEREGLAN","population":359},"id":"355","arcs":[[3707,3708,3709,-327,3710,-2393,3711,-54]]},{"type":"Polygon","properties":{"commune":"BELVEZE-DU-RAZES","population":884},"id":"034","arcs":[[3712,-682,-837,-3011,3713,-1846,3714]]},{"type":"Polygon","properties":{"commune":"PEZENES-LES-MINES","population":248},"id":"200","arcs":[[-1274,-2648,-1626,-859,3715,-1983,3716,3717,-2442]]},{"type":"Polygon","properties":{"commune":"SAINT-PRIVAT-DU-FAU","population":136},"id":"179","arcs":[[-2591,3718,3719,-3207]]},{"type":"Polygon","properties":{"commune":"ESCLANEDES","population":329},"id":"056","arcs":[[-1587,3720,3721,-2832,3722,-3053]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDEOL-DE-CLERGUEMORT","population":106},"id":"134","arcs":[[-3023,-3268,3723,3724]]},{"type":"Polygon","properties":{"commune":"VILLENEUVE-LES-MONTREAL","population":261},"id":"432","arcs":[[-2824,3725,3726,3727]]},{"type":"Polygon","properties":{"commune":"FLORENSAC","population":4939},"id":"101","arcs":[[-2467,-3666,-787,-220,3728,-3516,3729,3730]]},{"type":"Polygon","properties":{"commune":"FABREZAN","population":1276},"id":"132","arcs":[[3731,-2643,-3394,-1055,-2005,-3296,3732]]},{"type":"Polygon","properties":{"commune":"GENERAC","population":4012},"id":"128","arcs":[[3733,-2758,3734,3735,-1942]]},{"type":"Polygon","properties":{"commune":"LUC","population":230},"id":"086","arcs":[[-3350,3736,-1320,-3239,-623,3737]]},{"type":"Polygon","properties":{"commune":"CAMBON-ET-SALVERGUES","population":59},"id":"046","arcs":[[3738,3739,-990,3740,3741,-2898]]},{"type":"Polygon","properties":{"commune":"MONS","population":583},"id":"160","arcs":[[-1669,-804,-2899,-3742,3742,3743,-2716,-2540]]},{"type":"Polygon","properties":{"commune":"SALEILLES","population":4680},"id":"189","arcs":[[3744,-92,-2308,-1315,-2772]]},{"type":"Polygon","properties":{"commune":"SAUSSINES","population":943},"id":"296","arcs":[[-2062,3745,3746,-3178,-3104]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-DE-CERDANS","population":1204},"id":"179","arcs":[[-70,-1014,-1691,-3326,3747,-3265,3748]]},{"type":"Polygon","properties":{"commune":"VILLESEQUE-DES-CORBIERES","population":382},"id":"436","arcs":[[-1735,-568,3749,3750,-3556,3751]]},{"type":"Polygon","properties":{"commune":"LA BRUGUIERE","population":329},"id":"056","arcs":[[-1243,3752,3753,-418,-981,-3313]]},{"type":"Polygon","properties":{"commune":"MONTBEL","population":133},"id":"100","arcs":[[-2303,3754,-2374,-2553,-2786,-2743]]},{"type":"Polygon","properties":{"commune":"MONTPEYROUX","population":1274},"id":"173","arcs":[[-2730,-2330,-1800,-2503,-2892,-1820,-2801,-636]]},{"type":"Polygon","properties":{"commune":"LEZAN","population":1579},"id":"147","arcs":[[3755,-1595,-3135,-179,3756,-1809]]},{"type":"Polygon","properties":{"commune":"GREFFEIL","population":88},"id":"169","arcs":[[-2257,-2969,3757,3758]]},{"type":"Polygon","properties":{"commune":"SAINT-ALBAN-SUR-LIMAGNOLE","population":1449},"id":"132","arcs":[[3759,3760,-3211,3761,-2728,-3076,-1119]]},{"type":"Polygon","properties":{"commune":"RODILHAN","population":2963},"id":"356","arcs":[[-982,-3499,-1950,-3081]]},{"type":"Polygon","properties":{"commune":"CAMPLONG","population":242},"id":"049","arcs":[[3762,-1269,-852,-1448,-1858]]},{"type":"Polygon","properties":{"commune":"QUIRBAJOU","population":44},"id":"306","arcs":[[3763,-3123,-1603,3764,3765,-2609,-3345]]},{"type":"Polygon","properties":{"commune":"CALCE","population":217},"id":"030","arcs":[[3766,-3366,-3701,3767,3768,-3564]]},{"type":"Polygon","properties":{"commune":"SAHORRE","population":364},"id":"166","arcs":[[3769,3770,-1864,-3015,-2921]]},{"type":"Polygon","properties":{"commune":"VILLEGLY","population":1072},"id":"426","arcs":[[-3705,3771,-655,-1645,-2983]]},{"type":"Polygon","properties":{"commune":"CASTELNAU-VALENCE","population":424},"id":"072","arcs":[[-3255,-3246,3772,3773,-3085,-1574]]},{"type":"Polygon","properties":{"commune":"LASTOURS","population":166},"id":"194","arcs":[[3774,-3383,3775,3776,-1332]]},{"type":"Polygon","properties":{"commune":"MARUEJOLS-LES-GARDON","population":247},"id":"160","arcs":[[-2767,-1661,-112,-376]]},{"type":"Polygon","properties":{"commune":"SAINT-GENIS-DES-FONTAINES","population":2748},"id":"175","arcs":[[-3133,3777,3778,-1619,-921]]},{"type":"Polygon","properties":{"commune":"TOURNISSAN","population":277},"id":"392","arcs":[[-3297,-2129,-1837,3779,-3733]]},{"type":"Polygon","properties":{"commune":"SAINT-PIERRE-DE-NOGARET","population":172},"id":"175","arcs":[[-3289,3780,3781,3782,3783,-1563]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-D'AIGOUZE","population":3343},"id":"276","arcs":[[3784,-3670,3785,-528,3786,3787]]},{"type":"Polygon","properties":{"commune":"MURVIEL-LES-MONTPELLIER","population":1877},"id":"179","arcs":[[3788,3789,3790,-3484]]},{"type":"Polygon","properties":{"commune":"CHASTEL-NOUVEL","population":767},"id":"042","arcs":[[-3044,-3419,-3602,-2992]]},{"type":"Polygon","properties":{"commune":"THOIRAS","population":440},"id":"329","arcs":[[3791,3792,-2998,3793,3794,3795,-3490,3796,-1706,-2402]]},{"type":"Polygon","properties":{"commune":"ORNAISONS","population":1224},"id":"267","arcs":[[-2529,-811,3797,-1393,3798]]},{"type":"Polygon","properties":{"commune":"LA ROQUE-SUR-CEZE","population":173},"id":"222","arcs":[[3799,-2877,-3166,3800,3801,3802]]},{"type":"Polygon","properties":{"commune":"CUXAC-D'AUDE","population":3991},"id":"116","arcs":[[-463,-2888,-3291,-911,-411,-3030]]},{"type":"Polygon","properties":{"commune":"LES MARTYS","population":270},"id":"221","arcs":[[3803,-828,-2520,-3561,3804,3805]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIAL","population":183},"id":"283","arcs":[[-305,3806,3807,-3126,-1363,-3504]]},{"type":"Polygon","properties":{"commune":"POMMIERS","population":61},"id":"199","arcs":[[3808,-692,3809,3810,-321,3811]]},{"type":"Polygon","properties":{"commune":"CASTELNAU-DE-GUERS","population":1134},"id":"056","arcs":[[-3517,-3729,-219,-1230,-1492]]},{"type":"Polygon","properties":{"commune":"CAMPAGNE-SUR-AUDE","population":642},"id":"063","arcs":[[-1606,-1173,-1284,3812]]},{"type":"Polygon","properties":{"commune":"BEZ-ET-ESPARON","population":352},"id":"038","arcs":[[3813,-2628,3814,-2410,3815]]},{"type":"Polygon","properties":{"commune":"CASTELNAUDARY","population":11748},"id":"076","arcs":[[3816,3817,-2341,-3386,-610,-472,-2532,-3535,-2000,-793,-1972]]},{"type":"Polygon","properties":{"commune":"ROUSSON","population":3829},"id":"223","arcs":[[-519,3818,-3185,-3254,3819,-3216,-1223,-3536,-2051]]},{"type":"Polygon","properties":{"commune":"SAINT-DIONISY","population":951},"id":"249","arcs":[[-115,-3576,3820,-2741,3821]]},{"type":"Polygon","properties":{"commune":"AIGUES-VIVES","population":446},"id":"007","arcs":[[-1115,3822,3823,3824,-2154]]},{"type":"Polygon","properties":{"commune":"MOULES-ET-BAUCELS","population":867},"id":"174","arcs":[[-2399,-218,-938,-91,3825,3826]]},{"type":"Polygon","properties":{"commune":"SAINT-BAUZILLE-DE-MONTMEL","population":970},"id":"242","arcs":[[3827,3828,-3174,-2438,3829,3830,-140,3831]]},{"type":"Polygon","properties":{"commune":"LIRAC","population":886},"id":"149","arcs":[[3832,-1399,-3029,-1923]]},{"type":"Polygon","properties":{"commune":"CAUDEVAL","population":168},"id":"080","arcs":[[-3652,-156,-2570,3833,3834,3835]]},{"type":"Polygon","properties":{"commune":"LES SALCES","population":99},"id":"187","arcs":[[3836,-3626,3837,-3290,-1561,3838,3839,-2850,3840]]},{"type":"Polygon","properties":{"commune":"PIEUSSE","population":1002},"id":"289","arcs":[[-3711,-326,-2433,-2261,-3215,-970,-2394]]},{"type":"Polygon","properties":{"commune":"SERVIERES","population":181},"id":"189","arcs":[[-3420,-3042,3841,3842,-2156]]},{"type":"Polygon","properties":{"commune":"PRADES-LE-LEZ","population":4548},"id":"217","arcs":[[-82,-2665,3843,-2666,3844,-3558,3845]]},{"type":"Polygon","properties":{"commune":"AIMARGUES","population":4822},"id":"006","arcs":[[-1634,3846,3847,-3788,3848,-170]]},{"type":"Polygon","properties":{"commune":"MONTBAZIN","population":2927},"id":"165","arcs":[[3849,-3676,-1936,3850,-2273,-3281]]},{"type":"Polygon","properties":{"commune":"AJAC","population":196},"id":"003","arcs":[[3851,-204,-2407,-7,-2896,-2704]]},{"type":"Polygon","properties":{"commune":"CEYRAS","population":1254},"id":"076","arcs":[[-2237,-3173,3852,3853,-1215,-2893,-576]]},{"type":"Polygon","properties":{"commune":"VILLESPASSANS","population":150},"id":"339","arcs":[[3854,-1931,3855,3856,-2367]]},{"type":"Polygon","properties":{"commune":"FONTIERS-CABARDES","population":440},"id":"150","arcs":[[3857,-1519,-151,3858]]},{"type":"Polygon","properties":{"commune":"SAINT-VICTOR-DES-OULES","population":296},"id":"301","arcs":[[-3338,-300,-1470,3859,-2830]]},{"type":"Polygon","properties":{"commune":"MOUTHOUMET","population":122},"id":"260","arcs":[[3860,-285,3861,3862,-3649]]},{"type":"Polygon","properties":{"commune":"CASCASTEL-DES-CORBIERES","population":222},"id":"071","arcs":[[-1697,3863,-1783,3864]]},{"type":"Polygon","properties":{"commune":"POMY","population":58},"id":"294","arcs":[[-2990,3865,-1111,-2406]]},{"type":"Polygon","properties":{"commune":"SAINT-COME-ET-MARUEJOLS","population":781},"id":"245","arcs":[[-3541,-1301,-2742,-3821,-3575,-2718]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-DE-BOUBAUX","population":181},"id":"170","arcs":[[3866,3867,-2808,-2335,3868,3869,-2953,-2327]]},{"type":"Polygon","properties":{"commune":"CHIRAC","population":1163},"id":"049","arcs":[[-3627,-3837,3870,3871,3872,-2075,-783]]},{"type":"Polygon","properties":{"commune":"REMOULINS","population":2356},"id":"212","arcs":[[-3619,-3129,-585,-1738,-3358,-3316]]},{"type":"Polygon","properties":{"commune":"JUVIGNAC","population":7865},"id":"123","arcs":[[-1716,3873,3874,3875]]},{"type":"Polygon","properties":{"commune":"CAILHAVEL","population":111},"id":"059","arcs":[[3876,-2820,-3728,3877,3878,-2429]]},{"type":"Polygon","properties":{"commune":"MONTREAL","population":1927},"id":"254","arcs":[[-2164,3879,-2172,-1380,3880,-3616,3881,-3878,-3727,3882,-2668,-2481]]},{"type":"Polygon","properties":{"commune":"SAINTE-EULALIE","population":523},"id":"340","arcs":[[-3880,-2163,3883,-3437,3884,-2173]]},{"type":"Polygon","properties":{"commune":"GAJAN","population":727},"id":"122","arcs":[[-1944,-1304,3885,3886,3887,-3689]]},{"type":"Polygon","properties":{"commune":"PARAZA","population":661},"id":"273","arcs":[[-896,3888,-1896,-1226,-774,3889]]},{"type":"Polygon","properties":{"commune":"VIOLS-EN-LAVAL","population":207},"id":"342","arcs":[[3890,3891,-86,3892,-2056,3893,-3112]]},{"type":"Polygon","properties":{"commune":"CASSAGNAS","population":116},"id":"036","arcs":[[3894,-3398,-2813,3895,-2361,-3137]]},{"type":"Polygon","properties":{"commune":"SANILHAC-SAGRIES","population":901},"id":"308","arcs":[[-231,-3163,3896,3897,-1742,-831]]},{"type":"Polygon","properties":{"commune":"GAILHAN","population":214},"id":"121","arcs":[[3898,3899,3900,3901,-3553,3902]]},{"type":"MultiPolygon","properties":{"commune":"SALLELES-CABARDES","population":112},"id":"368","arcs":[[[-3772,3903,-1213,-656]],[[-3703,3904,3905]]]},{"type":"Polygon","properties":{"commune":"PORTEL-DES-CORBIERES","population":1251},"id":"295","arcs":[[-575,-433,3906,3907,-3750]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-CUCULLES","population":481},"id":"266","arcs":[[-1143,3908,-2662,-80,3909]]},{"type":"Polygon","properties":{"commune":"RIMEIZE","population":587},"id":"128","arcs":[[-3119,-2524,3910,3911,-3760,-1124,3912]]},{"type":"Polygon","properties":{"commune":"PEYREFITTE-SUR-L'HERS","population":73},"id":"283","arcs":[[-966,-2455,-3509,3913,3914,3915]]},{"type":"Polygon","properties":{"commune":"CAMPAGNE","population":287},"id":"048","arcs":[[-3177,3916,3917,-3106]]},{"type":"Polygon","properties":{"commune":"PALAU-DEL-VIDRE","population":3052},"id":"133","arcs":[[3918,-1620,-3779,3919,-314,-1256,-3037]]},{"type":"Polygon","properties":{"commune":"AUJARGUES","population":853},"id":"023","arcs":[[-2720,-3574,-2294,-445]]},{"type":"Polygon","properties":{"commune":"CAVES","population":780},"id":"086","arcs":[[3920,-2020,-3385,-2871,-2118]]},{"type":"Polygon","properties":{"commune":"SAINT-THEODORIT","population":490},"id":"300","arcs":[[-675,-2734,3921,-666,-2645]]},{"type":"Polygon","properties":{"commune":"LLO","population":162},"id":"100","arcs":[[3922,3923,3924,-251]]},{"type":"Polygon","properties":{"commune":"FELLUNS","population":54},"id":"076","arcs":[[3925,3926,-108,3927,3928,-2560]]},{"type":"Polygon","properties":{"commune":"MONTDARDIER","population":202},"id":"176","arcs":[[3929,-2412,3930,-3810,-691,3931,3932]]},{"type":"Polygon","properties":{"commune":"CAMPAGNA-DE-SAULT","population":14},"id":"062","arcs":[[-1629,-330,-2112,-2275,3933]]},{"type":"Polygon","properties":{"commune":"SAINT-BENOIT","population":107},"id":"333","arcs":[[3934,3935,3936,-2067,3937,-2036,-2987,-206]]},{"type":"Polygon","properties":{"commune":"MIALET","population":592},"id":"168","arcs":[[3938,-3867,-2326,3939,-2999,-3793,3940]]},{"type":"Polygon","properties":{"commune":"SALINELLES","population":528},"id":"306","arcs":[[-449,-3103,3941,-3900,3942,3943]]},{"type":"Polygon","properties":{"commune":"SAINT-PIERRE-DELS-FORCATS","population":264},"id":"188","arcs":[[3944,-3014,-256,-3477]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-LA-FOUILLOUSE","population":165},"id":"160","arcs":[[-3508,-175,-1668,-3613,3945,-2550,3946]]},{"type":"Polygon","properties":{"commune":"SAINT-BAUZELY","population":565},"id":"233","arcs":[[-1451,-3690,-3888,3947,3948]]},{"type":"Polygon","properties":{"commune":"MUS","population":1326},"id":"185","arcs":[[-2201,3949,-3572,3950]]},{"type":"Polygon","properties":{"commune":"SOURNIA","population":494},"id":"198","arcs":[[3951,3952,3953,3954,-1832,-2465,-2182,-3230]]},{"type":"Polygon","properties":{"commune":"RUSTIQUES","population":502},"id":"330","arcs":[[3955,-3330,-1875]]},{"type":"Polygon","properties":{"commune":"CLAPIERS","population":5319},"id":"077","arcs":[[3956,3957,3958,-1720,-3559,3959]]},{"type":"Polygon","properties":{"commune":"BESSEDE-DE-SAULT","population":59},"id":"038","arcs":[[-2522,-1904,-3347,3960,3961,3962,-1086]]},{"type":"Polygon","properties":{"commune":"CHALABRE","population":1115},"id":"091","arcs":[[3963,-2037,-3938,-2066,-2032,-3236]]},{"type":"Polygon","properties":{"commune":"POMEROLS","population":2216},"id":"207","arcs":[[-2865,3964,-3730,-3515,-1491]]},{"type":"Polygon","properties":{"commune":"CHAULHAC","population":79},"id":"046","arcs":[[-2589,-3636,3965,3966]]},{"type":"Polygon","properties":{"commune":"SAINT-NAZAIRE","population":2543},"id":"186","arcs":[[-3585,-93,-3745,-2774]]},{"type":"Polygon","properties":{"commune":"BLAVIGNAC","population":283},"id":"026","arcs":[[-3637,-2588,3967,3968,3969]]},{"type":"Polygon","properties":{"commune":"PREIXAN","population":593},"id":"299","arcs":[[3970,3971,-2205,3972]]},{"type":"Polygon","properties":{"commune":"LA DIGNE-D'AVAL","population":534},"id":"120","arcs":[[-2895,-2397,-721,3973,-2701]]},{"type":"Polygon","properties":{"commune":"LE MALZIEU-VILLE","population":793},"id":"090","arcs":[[3974,3975,-3968,-2587,-3206]]},{"type":"Polygon","properties":{"commune":"SAINT-MATHIEU-DE-TREVIERS","population":4665},"id":"276","arcs":[[-2663,-3909,-1142,3976,-141,-3831,3977,-1747,3978]]},{"type":"Polygon","properties":{"commune":"LA FORCE","population":206},"id":"153","arcs":[[-3726,-2823,3979,-3883]]},{"type":"Polygon","properties":{"commune":"PALAIRAC","population":33},"id":"271","arcs":[[-3645,-1759,-266,-599,-2128,3980,3981]]},{"type":"Polygon","properties":{"commune":"RABOUILLET","population":111},"id":"156","arcs":[[3982,-3952,-3229,3983,3984]]},{"type":"Polygon","properties":{"commune":"GRANES","population":112},"id":"168","arcs":[[-3466,-1908,-3682,3985,-1282]]},{"type":"Polygon","properties":{"commune":"ROQUEFORT-DES-CORBIERES","population":1004},"id":"322","arcs":[[-3908,3986,-1795,3987,-2117,-3557,-3751]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-VEDAS","population":8549},"id":"270","arcs":[[-1542,3988,-3153,3989,-1715,3990]]},{"type":"Polygon","properties":{"commune":"SAINT-DREZERY","population":2246},"id":"249","arcs":[[-1957,3991,-1005,3992,3993]]},{"type":"Polygon","properties":{"commune":"MOLEZON","population":87},"id":"098","arcs":[[3994,-950,-3060,-2363,3995]]},{"type":"Polygon","properties":{"commune":"BADENS","population":763},"id":"023","arcs":[[-1874,-126,3996,-3331,-3956]]},{"type":"Polygon","properties":{"commune":"VILLARZEL-DU-RAZES","population":103},"id":"417","arcs":[[3997,-3617,-3881,-1379,3998,-3709]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-MINERVOIS","population":146},"id":"269","arcs":[[-1929,-2153,-3825,3999,-3408,-605,4000,4001]]},{"type":"Polygon","properties":{"commune":"MONTAGNAC","population":222},"id":"354","arcs":[[-2355,-61,-1449,-3949,4002,-2735,-673]]},{"type":"Polygon","properties":{"commune":"CABRIERES","population":1542},"id":"057","arcs":[[-3083,4003,4004,-1613,-2049,-3271]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-CAPCEZE","population":166},"id":"135","arcs":[[4005,4006,4007,4008]]},{"type":"Polygon","properties":{"commune":"LATOUR-BAS-ELNE","population":2223},"id":"094","arcs":[[-310,-1210]]},{"type":"Polygon","properties":{"commune":"CASTELNAU-LE-LEZ","population":16664},"id":"057","arcs":[[-3242,-2768,-1711,-3959,4009]]},{"type":"Polygon","properties":{"commune":"CORNEILLA-DE-CONFLENT","population":465},"id":"057","arcs":[[-2919,4010,-2917,4011,-2915,4012,-3302,4013,4014]]},{"type":"Polygon","properties":{"commune":"PIERREFICHE","population":167},"id":"112","arcs":[[-3946,-3612,-1988,-2787,-2551]]},{"type":"Polygon","properties":{"commune":"PALAVAS-LES-FLOTS","population":6106},"id":"192","arcs":[[-2978,4015,-1537,4016,4017]]},{"type":"Polygon","properties":{"commune":"SERDINYA","population":207},"id":"193","arcs":[[-3662,-1127,4018,4019,4020,-2923,-3018]]},{"type":"Polygon","properties":{"commune":"CODOLET","population":701},"id":"084","arcs":[[4021,4022,4023,-1153]]},{"type":"Polygon","properties":{"commune":"QUINTILLAN","population":67},"id":"305","arcs":[[-3981,-2127,-1698,-3865,-1782,4024]]},{"type":"Polygon","properties":{"commune":"MINERVE","population":134},"id":"158","arcs":[[4025,4026,-815,-2763,4027,-975,-3343,-3407]]},{"type":"Polygon","properties":{"commune":"RIBENNES","population":164},"id":"126","arcs":[[-2160,4028,-3448,4029,-3524,4030,-1036,-3416]]},{"type":"Polygon","properties":{"commune":"LE COLLET-DE-DEZE","population":696},"id":"051","arcs":[[-3324,4031,-3724,-3267,-1360,-3434,4032,4033,-3869,-2334]]},{"type":"Polygon","properties":{"commune":"CASES-DE-PENE","population":834},"id":"041","arcs":[[-3767,-3563,-3462,-2564,-3364]]},{"type":"Polygon","properties":{"commune":"PUICHERIC","population":1100},"id":"301","arcs":[[-1406,4034,-1869,-2867,-1657,4035]]},{"type":"Polygon","properties":{"commune":"AIGNE","population":269},"id":"006","arcs":[[-816,-4027,4036,-3823,-1114,-1072,-2910]]},{"type":"Polygon","properties":{"commune":"SAINTE-CAMELLE","population":112},"id":"334","arcs":[[-3916,4037,4038,-3451,-961]]},{"type":"Polygon","properties":{"commune":"LAMANERE","population":51},"id":"091","arcs":[[4039,-3467,4040]]},{"type":"Polygon","properties":{"commune":"LANUEJOLS","population":314},"id":"081","arcs":[[4041,-3039,-2995,-3277,-1524,4042,4043]]},{"type":"Polygon","properties":{"commune":"CANET","population":1546},"id":"067","arcs":[[-3201,-1396,4044,-897,-3890,-773,4045]]},{"type":"Polygon","properties":{"commune":"LA GRANDE-MOTTE","population":8509},"id":"344","arcs":[[-526,-1229,4046,-2976]]},{"type":"Polygon","properties":{"commune":"ADISSAN","population":1033},"id":"002","arcs":[[-3203,-2353,-2445,-1639]]},{"type":"Polygon","properties":{"commune":"LE PONT-DE-MONTVERT","population":287},"id":"116","arcs":[[4047,4048,4049,4050,4051,4052,-593,4053,-2857,-3020,4054,-3895,-3140,4055]]},{"type":"Polygon","properties":{"commune":"MILHAUD","population":5725},"id":"169","arcs":[[-1016,-1943,-3736,4056,-2028,4057]]},{"type":"Polygon","properties":{"commune":"CANNES-ET-CLAIRAN","population":553},"id":"066","arcs":[[4058,-3392,-667,-3922,-2733,4059,4060,-2008]]},{"type":"Polygon","properties":{"commune":"FORMIGUERES","population":422},"id":"082","arcs":[[4061,-3370,-3405,-1162,-1389,4062,4063,-1652]]},{"type":"Polygon","properties":{"commune":"SALZA","population":18},"id":"374","arcs":[[-2203,-1725,-3863,4064]]},{"type":"Polygon","properties":{"commune":"LAROQUE-DE-FA","population":146},"id":"191","arcs":[[-3650,-268,-1758,-2947,-3579,-286,-3861]]},{"type":"Polygon","properties":{"commune":"LESPINASSIERE","population":124},"id":"200","arcs":[[-1976,-131,-2690,4065,4066,-15]]},{"type":"Polygon","properties":{"commune":"NEVIAN","population":1276},"id":"264","arcs":[[-3799,-1392,-3200,4067,4068,-2885,-2952,-2526]]},{"type":"Polygon","properties":{"commune":"AXAT","population":623},"id":"021","arcs":[[-2611,4069,4070,-2345,4071,4072]]},{"type":"Polygon","properties":{"commune":"PIERRERUE","population":291},"id":"201","arcs":[[4073,-1166,4074,-3376,-2369]]},{"type":"Polygon","properties":{"commune":"VALERGUES","population":2035},"id":"321","arcs":[[4075,-2301,4076,4077]]},{"type":"Polygon","properties":{"commune":"SAINT-GENIES-DE-FONTEDIT","population":1447},"id":"258","arcs":[[-2380,-3090,-3143,4078,4079]]},{"type":"Polygon","properties":{"commune":"SAINT-HILAIRE-DE-BEAUVOIR","population":378},"id":"263","arcs":[[-3179,-3747,4080,-1959,4081,-2436]]},{"type":"Polygon","properties":{"commune":"SAINT-SERNIN","population":39},"id":"365","arcs":[[4082,-3914,-3511,-508,-3590]]},{"type":"Polygon","properties":{"commune":"LIMOUSIS","population":110},"id":"205","arcs":[[-3776,-3382,-1214,-3904,-3704,-3906,4083]]},{"type":"Polygon","properties":{"commune":"FONTPEDROUSE","population":133},"id":"080","arcs":[[4084,4085,4086,4087,4088,-258,-3013,4089]]},{"type":"Polygon","properties":{"commune":"FANJEAUX","population":785},"id":"136","arcs":[[-2322,-2669,-3980,-2822,4090,4091,-2146,4092]]},{"type":"Polygon","properties":{"commune":"ROQUEFORT-DE-SAULT","population":80},"id":"321","arcs":[[4093,-3962,4094,4095,4096,4097]]},{"type":"Polygon","properties":{"commune":"SAINT-PAUL-LE-FROID","population":145},"id":"174","arcs":[[-178,4098,-3077,-2726,4099,-3272]]},{"type":"Polygon","properties":{"commune":"VILLARDONNEL","population":507},"id":"413","arcs":[[4100,-3707,-194,-2043,4101,-1334]]},{"type":"Polygon","properties":{"commune":"MONTOLIEU","population":825},"id":"253","arcs":[[-192,4102,-2161,-249,4103,-1521,4104,-2044]]},{"type":"Polygon","properties":{"commune":"PIED-DE-BORNE","population":218},"id":"015","arcs":[[4105,4106,4107,-3097,4108,-4009]]},{"type":"Polygon","properties":{"commune":"BASSAN","population":1793},"id":"025","arcs":[[-2474,4109,-1371,-3659,4110]]},{"type":"Polygon","properties":{"commune":"SAINT-FREZAL-DE-VENTALON","population":151},"id":"152","arcs":[[-3725,-4032,-3323,4111,-3024]]},{"type":"Polygon","properties":{"commune":"MEYRANNES","population":842},"id":"167","arcs":[[4112,-474,4113,-3518,4114]]},{"type":"Polygon","properties":{"commune":"LAUDUN-L'ARDOISE","population":5978},"id":"141","arcs":[[-510,-1260,-3433,4115,-4023,4116,-2278,-3493,-1925,-3028,-1818]]},{"type":"Polygon","properties":{"commune":"PAULHAC-EN-MARGERIDE","population":102},"id":"110","arcs":[[-3208,-3720,4117,4118]]},{"type":"Polygon","properties":{"commune":"BESSEGES","population":3051},"id":"037","arcs":[[-3648,4119,-475,-4113,4120,4121,-3049]]},{"type":"Polygon","properties":{"commune":"DOUZENS","population":706},"id":"122","arcs":[[-4036,-1656,-2641,-1842,4122,4123,-1403]]},{"type":"Polygon","properties":{"commune":"LANET","population":50},"id":"187","arcs":[[-2204,-4065,-3862,-284,-75,-26]]},{"type":"Polygon","properties":{"commune":"USCLAS-DU-BOSC","population":146},"id":"316","arcs":[[4124,-640,-1475]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DU-GARD","population":2696},"id":"269","arcs":[[-3941,-3792,-2403,-2068,-3606,4125]]},{"type":"Polygon","properties":{"commune":"SOREDE","population":3083},"id":"196","arcs":[[-1254,4126,-1621,-3919,-3038]]},{"type":"Polygon","properties":{"commune":"VILLEMAGNE","population":288},"id":"428","arcs":[[4127,4128,-3114,-918,-348]]},{"type":"Polygon","properties":{"commune":"SAINT-GUIRAUD","population":210},"id":"262","arcs":[[-2197,-1216,-3854,4129,-1473,-1823]]},{"type":"Polygon","properties":{"commune":"VILLAR-EN-VAL","population":30},"id":"414","arcs":[[4130,-3758,-2968,4131,4132]]},{"type":"Polygon","properties":{"commune":"BOLQUERE","population":781},"id":"020","arcs":[[-254,4133,4134,-1387,4135,-3478]]},{"type":"Polygon","properties":{"commune":"NOHEDES","population":65},"id":"122","arcs":[[-3403,-3224,-2613,4136,-4019,-1126,-3661]]},{"type":"Polygon","properties":{"commune":"TORREILLES","population":3326},"id":"212","arcs":[[4137,-401,4138,-2738,-2383,4139]]},{"type":"Polygon","properties":{"commune":"RIEUX-EN-VAL","population":87},"id":"314","arcs":[[4140,-1840,-3514,4141,-370]]},{"type":"Polygon","properties":{"commune":"ALLENC","population":236},"id":"003","arcs":[[-3755,-2302,4142,-1527,-1966,-2375]]},{"type":"Polygon","properties":{"commune":"FILLOLS","population":169},"id":"078","arcs":[[-4014,-3301,-145,4143]]},{"type":"Polygon","properties":{"commune":"SAINT-JUST-ET-VACQUIERES","population":291},"id":"275","arcs":[[-2195,4144,-3500,-3457,-2656,-3025,-1991,4145,4146]]},{"type":"Polygon","properties":{"commune":"BOURG-MADAME","population":1266},"id":"025","arcs":[[4147,4148,4149,-2797,-2391,4150,-2177]]},{"type":"Polygon","properties":{"commune":"ARTIGUES","population":82},"id":"017","arcs":[[-2612,-4073,4151,-4096,4152]]},{"type":"Polygon","properties":{"commune":"SAINT-DEZERY","population":400},"id":"248","arcs":[[4153,-3773,-3245,-3699,-958]]},{"type":"Polygon","properties":{"commune":"NYER","population":160},"id":"123","arcs":[[-4087,4154,4155,4156,-3016,-1863,4157]]},{"type":"Polygon","properties":{"commune":"MAS-D'ORCIERES","population":129},"id":"093","arcs":[[4158,4159,-1681,4160,-4050,4161,-546]]},{"type":"Polygon","properties":{"commune":"PEYREFITTE-DU-RAZES","population":43},"id":"282","arcs":[[-2989,4162,-2568,4163,-1112,-3866]]},{"type":"Polygon","properties":{"commune":"COMBAILLAUX","population":1456},"id":"082","arcs":[[4164,4165,4166,-3566]]},{"type":"Polygon","properties":{"commune":"MAGALAS","population":3212},"id":"147","arcs":[[-3142,4167,4168,-3193,4169,-2776,4170,-4079]]},{"type":"Polygon","properties":{"commune":"CHAMBON-LE-CHATEAU","population":290},"id":"038","arcs":[[4171,-3274]]},{"type":"Polygon","properties":{"commune":"VIRA","population":29},"id":"232","arcs":[[-3985,4172,-1482,4173,4174,4175]]},{"type":"Polygon","properties":{"commune":"TARERACH","population":54},"id":"201","arcs":[[4176,-1761,-877,-1834]]},{"type":"Polygon","properties":{"commune":"LA SALVETAT-SUR-AGOUT","population":1112},"id":"293","arcs":[[4177,-37,-2215,4178]]},{"type":"Polygon","properties":{"commune":"CAMELAS","population":417},"id":"033","arcs":[[-1504,-1850,4179,-3440,-2079,-714]]},{"type":"Polygon","properties":{"commune":"BUGARACH","population":210},"id":"055","arcs":[[-2287,-1910,-3465,-1913,-160,4180]]},{"type":"Polygon","properties":{"commune":"SAINT-ETIENNE-DU-VALDONNEZ","population":648},"id":"147","arcs":[[-4044,4181,-4159,-552,-3373,-1969,4182]]},{"type":"Polygon","properties":{"commune":"MONTAUD","population":949},"id":"164","arcs":[[-3994,4183,-1748,-3978,-3830,-2437,-4082,-1958]]},{"type":"Polygon","properties":{"commune":"SAUTO","population":95},"id":"192","arcs":[[-3012,-3945,-3476,4184,4185,-1409,4186,-4090]]},{"type":"Polygon","properties":{"commune":"LE CROS","population":49},"id":"091","arcs":[[-948,-2251,-1531,4187,4188,-45,-2404]]},{"type":"Polygon","properties":{"commune":"MALVES-EN-MINERVOIS","population":821},"id":"215","arcs":[[-3306,-3527,-2984,-1878]]},{"type":"Polygon","properties":{"commune":"BELCAIRE","population":461},"id":"028","arcs":[[4189,-699,4190,4191,-1633]]},{"type":"Polygon","properties":{"commune":"CORCONNE","population":547},"id":"095","arcs":[[4192,4193,-1062,4194,-2817,-2254,4195]]},{"type":"Polygon","properties":{"commune":"POPIAN","population":351},"id":"208","arcs":[[-1581,-501,-2316,-1234]]},{"type":"Polygon","properties":{"commune":"PUIVERT","population":521},"id":"303","arcs":[[-903,-2629,4196,4197,-3237,-2035,4198,-3599,-2911]]},{"type":"Polygon","properties":{"commune":"CAPENDU","population":1604},"id":"068","arcs":[[4199,-1404,-4124,4200,-1135,4201,4202]]},{"type":"Polygon","properties":{"commune":"ESCUEILLENS-ET-SAINT-JUST-DE-BELENGARD","population":177},"id":"128","arcs":[[-212,-3009,-1113,-4164,-2567,-158,-3651,-2949,-2517]]},{"type":"Polygon","properties":{"commune":"CARSAN","population":659},"id":"070","arcs":[[-2875,-2941,-1177,-1440,-1299]]},{"type":"Polygon","properties":{"commune":"SOUILHE","population":320},"id":"383","arcs":[[-3693,-3631,4203,-3817,-1971]]},{"type":"Polygon","properties":{"commune":"FENOUILLET-DU-RAZES","population":90},"id":"139","arcs":[[-2147,-4092,4204,-2427,4205,-1401,-2519]]},{"type":"Polygon","properties":{"commune":"LE VIVIER","population":90},"id":"234","arcs":[[-4176,4206,-2561,-3929,4207,-3953,-3983]]},{"type":"Polygon","properties":{"commune":"LAURET","population":575},"id":"131","arcs":[[-2816,-1139,-2256]]},{"type":"Polygon","properties":{"commune":"CORNILLON","population":932},"id":"096","arcs":[[-3658,-3621,4208,-1778,4209,-3803,4210]]},{"type":"Polygon","properties":{"commune":"LA VERNAREDE","population":340},"id":"345","arcs":[[-3270,-1202,-2928,-1355]]},{"type":"Polygon","properties":{"commune":"ESTAVAR","population":408},"id":"072","arcs":[[4211,4212,4213,4214,-2420]]},{"type":"Polygon","properties":{"commune":"BOURIGEOLE","population":47},"id":"046","arcs":[[4215,-2239,4216,-3936]]},{"type":"Polygon","properties":{"commune":"FONTANES","population":329},"id":"102","arcs":[[-3832,-139,-3977,-1141,-2819,4217]]},{"type":"Polygon","properties":{"commune":"GARRIGUES","population":170},"id":"112","arcs":[[-3176,4218,4219,-3917]]},{"type":"Polygon","properties":{"commune":"RIBAUTE","population":296},"id":"311","arcs":[[-3780,-1836,4220]]},{"type":"Polygon","properties":{"commune":"CAISSARGUES","population":3825},"id":"060","arcs":[[-3498,-621,4221,-1952]]},{"type":"Polygon","properties":{"commune":"VACQUIERES","population":455},"id":"318","arcs":[[-4218,-2818,-4195,-1061,4222,-3828]]},{"type":"Polygon","properties":{"commune":"ASSIGNAN","population":164},"id":"015","arcs":[[-4002,4223,-2755,4224,-3856,-1930]]},{"type":"Polygon","properties":{"commune":"PREVENCHERES","population":257},"id":"119","arcs":[[-4107,4225,4226,-596,4227,-3348,4228]]},{"type":"Polygon","properties":{"commune":"ASSAS","population":1505},"id":"014","arcs":[[4229,-3960,-3845,-2667,-3844,-2664,-3979,-1746]]},{"type":"Polygon","properties":{"commune":"MAZEROLLES-DU-RAZES","population":180},"id":"228","arcs":[[-3010,-210,-1402,-4206,-2426,-1843,-3714]]},{"type":"Polygon","properties":{"commune":"JULIANGES","population":69},"id":"077","arcs":[[4230,-4118,-3719,-2590,-3967]]},{"type":"Polygon","properties":{"commune":"SIGEAN","population":5476},"id":"379","arcs":[[-1796,-3987,-3907,-432]]},{"type":"Polygon","properties":{"commune":"ORTHOUX-SERIGNAC-QUILHAN","population":404},"id":"192","arcs":[[4231,-3903,-3552,-1064,4232,-2267,-3390,-4059,-2007]]},{"type":"Polygon","properties":{"commune":"VILLELONGUE-DE-LA-SALANQUE","population":3229},"id":"224","arcs":[[-400,-3586,-1312,-1917,-2739,-4139]]},{"type":"Polygon","properties":{"commune":"COLLIOURE","population":3082},"id":"053","arcs":[[4233,-3259,4234,-1251]]},{"type":"Polygon","properties":{"commune":"SAINT-GERMAIN-DU-TEIL","population":800},"id":"156","arcs":[[4235,-3781,-3288,-3838,-3625,-2931]]},{"type":"Polygon","properties":{"commune":"PLAIGNE","population":109},"id":"290","arcs":[[-3592,-3695,4236,4237]]},{"type":"Polygon","properties":{"commune":"LOGRIAN-FLORIAN","population":267},"id":"150","arcs":[[-759,4238,-669,-3391,-2265,-1549]]},{"type":"Polygon","properties":{"commune":"LA BASTIDE","population":80},"id":"018","arcs":[[-2189,-3247,4239,4240,-2151,-3169,4241]]},{"type":"Polygon","properties":{"commune":"CANILHAC","population":153},"id":"033","arcs":[[-3783,4242,-2839,4243]]},{"type":"Polygon","properties":{"commune":"MOLIERES-CAVAILLAC","population":919},"id":"170","arcs":[[-3931,-2411,-3815,-2627,-322,-3811]]},{"type":"Polygon","properties":{"commune":"BANASSAC","population":876},"id":"017","arcs":[[-2840,-4243,-3782,-4236,-2936,-2571]]},{"type":"Polygon","properties":{"commune":"LE VIGAN","population":3925},"id":"350","arcs":[[-320,-687,4244,4245,4246,4247,-3812]]},{"type":"Polygon","properties":{"commune":"POMPIGNAN","population":862},"id":"200","arcs":[[-4196,-2253,-2511,-215,-520,-3360,4248]]},{"type":"Polygon","properties":{"commune":"CANDILLARGUES","population":1506},"id":"050","arcs":[[-2973,-928,4249]]},{"type":"Polygon","properties":{"commune":"FENOUILLET","population":84},"id":"077","arcs":[[4250,4251,-4174,-1481,4252]]},{"type":"Polygon","properties":{"commune":"LAIRIERE","population":43},"id":"186","arcs":[[4253,4254,-3683,-372,4255,-1721,-2202,-24,4256]]},{"type":"Polygon","properties":{"commune":"DURBAN-CORBIERES","population":670},"id":"124","arcs":[[-3752,-3555,-1866,-1784,-3864,-1696,-1731]]},{"type":"Polygon","properties":{"commune":"PORTE-PUYMORENS","population":134},"id":"147","arcs":[[4257,4258,4259,4260,-2620]]},{"type":"Polygon","properties":{"commune":"TREVILLACH","population":134},"id":"215","arcs":[[4261,-3066,4262,-1762,-4177,-1833,-3955,4263,-106]]},{"type":"Polygon","properties":{"commune":"SERRALONGUE","population":227},"id":"194","arcs":[[-3749,-3264,4264,-4041,-3471,-65]]},{"type":"Polygon","properties":{"commune":"BEAULIEU","population":1667},"id":"027","arcs":[[4265,-1002,-3992,-1960,-4081,-3746,4266]]},{"type":"Polygon","properties":{"commune":"SERIGNAN","population":6836},"id":"299","arcs":[[-3034,-740,-871,4267,4268,-3582]]},{"type":"Polygon","properties":{"commune":"SALINDRES","population":3190},"id":"305","arcs":[[-3820,-3253,4269,-3217]]},{"type":"Polygon","properties":{"commune":"SAUMANE","population":268},"id":"310","arcs":[[-3608,4270,-453,-1249]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-DE-VEYRES","population":42},"id":"167","arcs":[[-707,-1265,-2459,-1427]]},{"type":"Polygon","properties":{"commune":"RECOULES-DE-FUMAS","population":95},"id":"124","arcs":[[-2159,-2581,-3449,-4029]]},{"type":"Polygon","properties":{"commune":"SAINT-GENIES-DES-MOURGUES","population":1833},"id":"256","arcs":[[4271,-2803,4272,-4077,-2300,4273,-1003,-4266]]},{"type":"Polygon","properties":{"commune":"DORRES","population":162},"id":"062","arcs":[[4274,-4260,4275,-2180]]},{"type":"Polygon","properties":{"commune":"POUZOLLES","population":1106},"id":"214","arcs":[[-2777,-4170,-3192,-481,-14,-1771,-3588]]},{"type":"Polygon","properties":{"commune":"BELESTA","population":225},"id":"019","arcs":[[-3072,-3096,4276,-710,4277,-3597,4278]]},{"type":"Polygon","properties":{"commune":"RENNES-LES-BAINS","population":258},"id":"310","arcs":[[-2546,-1915,-3464,-3197,-3073,-2846,-3205,-3415]]},{"type":"Polygon","properties":{"commune":"COMIGNE","population":293},"id":"095","arcs":[[-4123,-1136,-4201]]},{"type":"Polygon","properties":{"commune":"MARSEILLAN","population":7884},"id":"150","arcs":[[4279,4280,-2468,-3731,-3965,-2864]]},{"type":"Polygon","properties":{"commune":"LE CLAT","population":34},"id":"093","arcs":[[-4153,-4095,-3961,-3346,-2607]]},{"type":"Polygon","properties":{"commune":"SAINT-ETIENNE-VALLEE-FRANCAISE","population":523},"id":"148","arcs":[[-4126,-3605,-2809,-3868,-3939]]},{"type":"Polygon","properties":{"commune":"MARS","population":176},"id":"157","arcs":[[4281,-2624,-3814]]},{"type":"Polygon","properties":{"commune":"SAINT-NAZAIRE-DE-PEZAN","population":576},"id":"280","arcs":[[-3656,-164,4282,4283]]},{"type":"Polygon","properties":{"commune":"MIREVAL","population":3272},"id":"159","arcs":[[-3641,4284,-1540]]},{"type":"Polygon","properties":{"commune":"SAINT-SEBASTIEN-D'AIGREFEUILLE","population":529},"id":"298","arcs":[[-2325,-937,-3000,-3940]]},{"type":"Polygon","properties":{"commune":"POURCHARESSES","population":112},"id":"117","arcs":[[-597,-4227,4285,-4007,4286,-2858,-4054]]},{"type":"Polygon","properties":{"commune":"ROQUESSELS","population":112},"id":"234","arcs":[[4287,-3195,4288,4289,4290,-3717,-1982]]},{"type":"Polygon","properties":{"commune":"CLARA","population":243},"id":"051","arcs":[[-3260,-149,-2825,-2123]]},{"type":"Polygon","properties":{"commune":"CEILHES-ET-ROCOZELS","population":307},"id":"071","arcs":[[-1444,4291,-3426,4292]]},{"type":"Polygon","properties":{"commune":"MEYNES","population":2402},"id":"166","arcs":[[-2045,-1611,-3319,4293,-334,-3410]]},{"type":"Polygon","properties":{"commune":"SAINT-CLEMENT","population":341},"id":"244","arcs":[[-3901,4294,4295]]},{"type":"Polygon","properties":{"commune":"MOUSSOULENS","population":976},"id":"259","arcs":[[-2162,-4103,-3336,-3438,-3884]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-DE-BUEGES","population":59},"id":"238","arcs":[[4296,-1677,4297,4298]]},{"type":"Polygon","properties":{"commune":"LAVAL-ATGER","population":167},"id":"084","arcs":[[-173,-3276,-538,-1664]]},{"type":"Polygon","properties":{"commune":"SOUANYAS","population":44},"id":"197","arcs":[[-3663,-3017,-4157,4299]]},{"type":"Polygon","properties":{"commune":"BANYULS-SUR-MER","population":4652},"id":"016","arcs":[[-4235,-3258,4300,-1459,4301,-1252]]},{"type":"Polygon","properties":{"commune":"LUC-SUR-ORBIEU","population":1107},"id":"210","arcs":[[-1394,-3798,-810,4302]]},{"type":"Polygon","properties":{"commune":"MARSILLARGUES","population":6172},"id":"151","arcs":[[-3849,-3787,-527,-2975,4303,-4283,-171]]},{"type":"Polygon","properties":{"commune":"ESPONDEILHAN","population":997},"id":"094","arcs":[[-4110,-2473,-2779,-3587,-1372]]},{"type":"Polygon","properties":{"commune":"FLORAC","population":1958},"id":"061","arcs":[[-2554,-1037,4304,4305,4306,-3546]]},{"type":"Polygon","properties":{"commune":"CANAULES-ET-ARGENTIERES","population":362},"id":"065","arcs":[[-184,-2646,-670,-4239,-758,-1810,-3757]]},{"type":"Polygon","properties":{"commune":"VAILHAN","population":173},"id":"319","arcs":[[-483,-3191,4307,-857,-862,-2210]]},{"type":"Polygon","properties":{"commune":"LE BOSC","population":1275},"id":"036","arcs":[[-3172,-2235,-2632,-3117,-2958,-385,-641,-4125,-1474,-4130,-3853]]},{"type":"Polygon","properties":{"commune":"LE POUJOL-SUR-ORB","population":1033},"id":"211","arcs":[[-2542,-2715,-406,-3623]]},{"type":"Polygon","properties":{"commune":"AIROUX","population":147},"id":"002","arcs":[[-2516,-3353,-3691,-796,4308]]},{"type":"Polygon","properties":{"commune":"PUIMISSON","population":1035},"id":"223","arcs":[[-4080,-4171,-2775,-2471,-1883,-2377]]},{"type":"MultiPolygon","properties":{"commune":"VILLEFRANCHE-DE-CONFLENT","population":229},"id":"223","arcs":[[[-4021,4309,-3303,-4013,-2914]],[[-4011,-2918]],[[-2916,-4012]]]},{"type":"Polygon","properties":{"commune":"MOLANDIER","population":230},"id":"236","arcs":[[-3548,4310,4311,-3594,4312]]},{"type":"Polygon","properties":{"commune":"CAZILHAC","population":1658},"id":"088","arcs":[[-545,-388,-136]]},{"type":"Polygon","properties":{"commune":"PRUNET-ET-BELPUIG","population":54},"id":"153","arcs":[[4313,-4240,-3251,4314,4315]]},{"type":"Polygon","properties":{"commune":"SAINTE-COLOMBE-SUR-L'HERS","population":494},"id":"336","arcs":[[-3234,4316]]},{"type":"Polygon","properties":{"commune":"TEYRAN","population":4536},"id":"309","arcs":[[-1750,4317,-2506,-3241,4318,-3957,-4230]]},{"type":"Polygon","properties":{"commune":"BARBAIRA","population":745},"id":"027","arcs":[[-4203,4319,4320,-3333,4321]]},{"type":"Polygon","properties":{"commune":"CAMBIEURE","population":288},"id":"061","arcs":[[-683,-3713,4322,-3614]]},{"type":"Polygon","properties":{"commune":"GABRIAS","population":147},"id":"068","arcs":[[-1586,-1853,-2157,-3843,4323,-3721]]},{"type":"Polygon","properties":{"commune":"SETE","population":44558},"id":"301","arcs":[[-2863,4324,-2499,-2671,4325,-4280]]},{"type":"Polygon","properties":{"commune":"SAUVE","population":1969},"id":"311","arcs":[[-3359,4326,-1551,-2269,4327,-4193,-4249]]},{"type":"Polygon","properties":{"commune":"SAINT-JUERY","population":64},"id":"161","arcs":[[-1426,4328,-2595,-702]]},{"type":"Polygon","properties":{"commune":"BEDOUES","population":284},"id":"022","arcs":[[-3374,-550,-1424,-548,-4048,4329,-4305,-1040]]},{"type":"Polygon","properties":{"commune":"LABASTIDE-EN-VAL","population":100},"id":"179","arcs":[[4330,-4133,4331,-3684,-4255]]},{"type":"Polygon","properties":{"commune":"LA PANOUSE","population":80},"id":"108","arcs":[[-4099,-177,-3507,4332,-3078]]},{"type":"Polygon","properties":{"commune":"AUMESSAS","population":232},"id":"025","arcs":[[-3816,-2409,-3298,-3286,-2625,-4282]]},{"type":"Polygon","properties":{"commune":"FONS","population":1264},"id":"112","arcs":[[-4003,-3948,-3887,4333,-2731]]},{"type":"Polygon","properties":{"commune":"PONTEILS-ET-BRESIS","population":352},"id":"201","arcs":[[-3100,-3182,4334,-2859,-4287,-4006,-4109]]},{"type":"Polygon","properties":{"commune":"RECOULES-D'AUBRAC","population":222},"id":"123","arcs":[[4335,4336,-2461,4337]]},{"type":"Polygon","properties":{"commune":"SAINT-CLEMENT-DE-RIVIERE","population":4867},"id":"247","arcs":[[-3560,-1718,4338,-3568,-83,-3846]]},{"type":"Polygon","properties":{"commune":"SAINT-POLYCARPE","population":147},"id":"364","arcs":[[-844,-2395,-968,-2134,-100,-2495]]},{"type":"Polygon","properties":{"commune":"SAINT-FRICHOUX","population":235},"id":"342","arcs":[[4339,4340,-128,-1882]]},{"type":"Polygon","properties":{"commune":"VILLEMOUSTAUSSOU","population":3942},"id":"429","arcs":[[4341,-1386,-3706,-3525,-2422,-396]]},{"type":"Polygon","properties":{"commune":"PUYVALADOR","population":72},"id":"154","arcs":[[-4062,-1654,4342,-1088,-3367]]},{"type":"Polygon","properties":{"commune":"SAINT-CHELY-D'APCHER","population":4187},"id":"140","arcs":[[4343,-3911,-2523,-1773,-3309,-3638,-3970,4344]]},{"type":"Polygon","properties":{"commune":"BALARUC-LES-BAINS","population":6886},"id":"023","arcs":[[-2672,-2498,-2223]]},{"type":"Polygon","properties":{"commune":"POILHES","population":564},"id":"206","arcs":[[-1751,4345,-2618]]},{"type":"Polygon","properties":{"commune":"MONTAZELS","population":577},"id":"240","arcs":[[4346,4347,-1006,-3199,-1286]]},{"type":"Polygon","properties":{"commune":"CORBIERES","population":38},"id":"100","arcs":[[-3834,-2569,-4163,-2988,-2039,4348,4349]]},{"type":"Polygon","properties":{"commune":"VILLENEUVE-DE-LA-RAHO","population":3828},"id":"227","arcs":[[-2449,-1316,-2307,-2230,-2475]]},{"type":"Polygon","properties":{"commune":"GALINAGUES","population":29},"id":"160","arcs":[[-2113,-333,4350,-3006]]},{"type":"Polygon","properties":{"commune":"LE PIN","population":365},"id":"196","arcs":[[-3340,4351,-2651,-1080]]},{"type":"Polygon","properties":{"commune":"SAINT-FERRIOL","population":130},"id":"341","arcs":[[-3813,-1283,-3986,-3681,-1600]]},{"type":"Polygon","properties":{"commune":"GRANDVALS","population":81},"id":"071","arcs":[[-2462,-4337,4352]]},{"type":"Polygon","properties":{"commune":"SAINT-MARCEL-SUR-AUDE","population":1773},"id":"353","arcs":[[-1336,-913,-3293,4353,-1128]]},{"type":"Polygon","properties":{"commune":"LATTES","population":15719},"id":"129","arcs":[[-3991,-1714,-2971,4354,-4017,-1536]]},{"type":"Polygon","properties":{"commune":"SOUBES","population":896},"id":"304","arcs":[[4355,-2708,-2957,-1100,-2249]]},{"type":"Polygon","properties":{"commune":"ANGOUSTRINE-VILLENEUVE-DES-ESCALDES","population":691},"id":"005","arcs":[[-2175,-4276,-4259,4356,-4063,-1388,-4135,4357,4358,4359]]},{"type":"Polygon","properties":{"commune":"MANDAGOUT","population":393},"id":"154","arcs":[[-4245,-686,-367,-3004,4360]]},{"type":"Polygon","properties":{"commune":"CARLIPA","population":319},"id":"070","arcs":[[-246,4361,-920,-3113]]},{"type":"Polygon","properties":{"commune":"ROQUEMAURE","population":5421},"id":"221","arcs":[[-3833,-1927,-3494,-2280,4362,-2785,-724,-1397]]},{"type":"Polygon","properties":{"commune":"LIGNAN-SUR-ORB","population":2931},"id":"140","arcs":[[-1886,4363,-1727,4364]]},{"type":"Polygon","properties":{"commune":"RAISSAC-D'AUDE","population":239},"id":"307","arcs":[[-3202,-4046,-772,-1130,4365,-4068]]},{"type":"Polygon","properties":{"commune":"TRILLA","population":62},"id":"216","arcs":[[-105,-3927,4366,-3067,-4262]]},{"type":"Polygon","properties":{"commune":"VERNET-LES-BAINS","population":1415},"id":"222","arcs":[[-4015,-4144,-144,4367,-3770,-2920]]},{"type":"Polygon","properties":{"commune":"ROGUES","population":104},"id":"219","arcs":[[4368,-2605,4369,-3933,4370]]},{"type":"Polygon","properties":{"commune":"SAINT-BONNET-DE-SALENDRINQUE","population":108},"id":"236","arcs":[[-3489,-1707,-3797]]},{"type":"Polygon","properties":{"commune":"LE BOUSQUET","population":44},"id":"047","arcs":[[-3406,-3368,-1087,-3963,-4094,4371,-3226]]},{"type":"Polygon","properties":{"commune":"TAULIS","population":50},"id":"203","arcs":[[4372,-1894,-2148]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN-DE-LA-NEF","population":123},"id":"272","arcs":[[4373,4374,4375,4376,4377,-688]]},{"type":"Polygon","properties":{"commune":"ROMIGUIERES","population":24},"id":"231","arcs":[[-2577,4378,-3428,4379]]},{"type":"Polygon","properties":{"commune":"CARNAS","population":441},"id":"069","arcs":[[-3829,-4223,-1060,-3554,-3902,-4296,4380,-4219,-3175]]},{"type":"Polygon","properties":{"commune":"ERR","population":620},"id":"067","arcs":[[4381,-1188,-2800,4382,4383,-3924]]},{"type":"Polygon","properties":{"commune":"ANTRENAS","population":336},"id":"005","arcs":[[-2583,4384,-3872,4385,-1591]]},{"type":"Polygon","properties":{"commune":"MISSEGRE","population":67},"id":"235","arcs":[[-2496,-99,-2291,4386]]},{"type":"Polygon","properties":{"commune":"MARSEILLETTE","population":687},"id":"220","arcs":[[-129,-4341,-1405,-4200,-4322,-3332,-3997]]},{"type":"Polygon","properties":{"commune":"VILLEFORT","population":601},"id":"198","arcs":[[-4286,-4226,-4106,-4008]]},{"type":"Polygon","properties":{"commune":"ENVEITG","population":665},"id":"066","arcs":[[-2929,-2621,-4261,-4275,-2179,4387]]},{"type":"Polygon","properties":{"commune":"LA TOUR-SUR-ORB","population":1267},"id":"312","arcs":[[-2441,-3155,-770,-2596,-1270,-3763,-1860,4388,-2187,-1276]]},{"type":"Polygon","properties":{"commune":"LES PLANS","population":296},"id":"205","arcs":[[-3424,4389,-2955,4390,4391]]},{"type":"Polygon","properties":{"commune":"ANDUZE","population":3323},"id":"010","arcs":[[-2385,-3795,4392,-2997,4393]]},{"type":"Polygon","properties":{"commune":"LUNEL-VIEL","population":3751},"id":"146","arcs":[[-1648,-3379,-166,-3655,4394,-4078,-4273,-2802]]},{"type":"Polygon","properties":{"commune":"ISSIRAC","population":227},"id":"134","arcs":[[4395,-3221,-3667,-1779,-4209,-3620,-1494]]},{"type":"Polygon","properties":{"commune":"SALAZAC","population":185},"id":"304","arcs":[[-2943,4396,-1776,-340,-1022]]},{"type":"Polygon","properties":{"commune":"SAINT-MARSAL","population":91},"id":"183","arcs":[[-2152,-4241,-4314,4397,-1028,-1895,-4373]]},{"type":"Polygon","properties":{"commune":"FONTANES","population":130},"id":"062","arcs":[[4398,4399,-1665,-536]]},{"type":"Polygon","properties":{"commune":"MONTNER","population":311},"id":"118","arcs":[[-3565,-3769,-1598,-711,-4277,-3095,-1340]]},{"type":"Polygon","properties":{"commune":"SAINT-MAMERT-DU-GARD","population":1566},"id":"281","arcs":[[4400,4401,-4334,-3886,-1303,-3540]]},{"type":"Polygon","properties":{"commune":"PARDAILHAN","population":186},"id":"193","arcs":[[-2756,-4224,-4001,-34,-1169]]},{"type":"Polygon","properties":{"commune":"PLANEZES","population":106},"id":"143","arcs":[[4402,-1342,-3094]]},{"type":"Polygon","properties":{"commune":"CAZOULS-LES-BEZIERS","population":4671},"id":"069","arcs":[[-2879,-3375,-2700,-3092,4403,-1729,-360]]},{"type":"Polygon","properties":{"commune":"FOURQUES","population":2873},"id":"117","arcs":[[-2137,4404,4405,4406]]},{"type":"Polygon","properties":{"commune":"SAISSAC","population":918},"id":"367","arcs":[[-1518,-4104,-248,-3115,-4129,4407]]},{"type":"Polygon","properties":{"commune":"LAMELOUZE","population":100},"id":"137","arcs":[[-2954,-3870,-4034,4408,-1512]]},{"type":"Polygon","properties":{"commune":"LECQUES","population":473},"id":"144","arcs":[[-2012,4409,-3943,-3899,-4232]]},{"type":"Polygon","properties":{"commune":"LOUPIAN","population":2141},"id":"143","arcs":[[-3678,4410,-2500,-4325,-2862]]},{"type":"Polygon","properties":{"commune":"ARGILLIERS","population":424},"id":"013","arcs":[[-3161,-1467,-3128,4411]]},{"type":"Polygon","properties":{"commune":"POUGNADORESSE","population":236},"id":"205","arcs":[[-2652,-4352,-3339,-2828,-3543]]},{"type":"Polygon","properties":{"commune":"CAUDIES-DE-FENOUILLEDES","population":642},"id":"046","arcs":[[-4181,-159,-1048,-1414,4412,-4251,4413,-2288]]},{"type":"Polygon","properties":{"commune":"VILLEPINTE","population":1249},"id":"434","arcs":[[-4362,-245,-2480,-2319,-3352,-1453,-915]]},{"type":"Polygon","properties":{"commune":"CAUNES-MINERVOIS","population":1678},"id":"081","arcs":[[-3422,-1327,-1880,-652,-2691,-133,-1975]]},{"type":"Polygon","properties":{"commune":"VERZEILLE","population":452},"id":"408","arcs":[[4414,-354,-2964,-2263,-2432]]},{"type":"Polygon","properties":{"commune":"JACOU","population":5658},"id":"120","arcs":[[-3240,-4010,-3958,-4319]]},{"type":"Polygon","properties":{"commune":"MONTEILS","population":638},"id":"177","arcs":[[-4146,-1990,4415,4416,-745,4417]]},{"type":"Polygon","properties":{"commune":"CUBIERES","population":164},"id":"053","arcs":[[4418,-594,-4053,4419,-4051,-4161,-1680]]},{"type":"Polygon","properties":{"commune":"LESQUERDE","population":164},"id":"097","arcs":[[-1419,-1466,4420,-3056,4421,-2557]]},{"type":"Polygon","properties":{"commune":"ROCHEGUDE","population":220},"id":"218","arcs":[[4422,-240,4423,-1292,4424,-3528]]},{"type":"Polygon","properties":{"commune":"CAZILHAC","population":1381},"id":"067","arcs":[[-689,-4378,4425,-89,-2963,4426,4427]]},{"type":"Polygon","properties":{"commune":"BLANDAS","population":134},"id":"040","arcs":[[-3930,-4370,-2604,-1688,-42,-3472,-3299,-2413]]},{"type":"Polygon","properties":{"commune":"LAJO","population":106},"id":"079","arcs":[[-3762,-3210,4428,-2724]]},{"type":"Polygon","properties":{"commune":"SAINT-MAURICE-DE-VENTALON","population":73},"id":"172","arcs":[[-4112,-3322,-3399,-4055,-3019]]},{"type":"Polygon","properties":{"commune":"SUMENE","population":1653},"id":"325","arcs":[[-3827,4429,-4376,4430,4431,-3807,-304,-2400]]},{"type":"Polygon","properties":{"commune":"VALMIGERE","population":18},"id":"402","arcs":[[-4387,-2293,-21,-2545,-3414,-2497]]},{"type":"Polygon","properties":{"commune":"CANAVEILLES","population":48},"id":"036","arcs":[[-4187,-1408,-3664,-4300,-4156,4432,-4085]]},{"type":"Polygon","properties":{"commune":"MARQUEIN","population":76},"id":"218","arcs":[[-3454,-3550,4433,-1558]]},{"type":"Polygon","properties":{"commune":"BROUZET-LES-ALES","population":625},"id":"055","arcs":[[-3501,-4145,-2194,-1421,-494]]},{"type":"Polygon","properties":{"commune":"MONTALBA-LE-CHATEAU","population":148},"id":"111","arcs":[[-3065,-4279,-3596,-1763,-4263]]},{"type":"Polygon","properties":{"commune":"SAINT-GILLES","population":13646},"id":"258","arcs":[[-1953,-4222,-620,4434,-4406,4435,-3668,-2759,-3734]]},{"type":"Polygon","properties":{"commune":"FABREGUES","population":6290},"id":"095","arcs":[[4436,-3154,-3989,-1541,-4285,-3640,-3282,-2271,4437]]},{"type":"Polygon","properties":{"commune":"VERFEUIL","population":602},"id":"343","arcs":[[-3312,-3657,-4211,-3802,4438,4439,-1092,-1241]]},{"type":"Polygon","properties":{"commune":"PENNAUTIER","population":2454},"id":"279","arcs":[[-395,-3439,-3337,-190,-1384,-4342]]},{"type":"Polygon","properties":{"commune":"CUBIERES-SUR-CINOBLE","population":99},"id":"112","arcs":[[-846,-2094,-1415,-1049,-162]]},{"type":"Polygon","properties":{"commune":"CAMPAGNAN","population":609},"id":"047","arcs":[[-2446,-1567,-2359]]},{"type":"Polygon","properties":{"commune":"CUBIERETTES","population":54},"id":"054","arcs":[[-4052,-4420]]},{"type":"Polygon","properties":{"commune":"LA VILLEDIEU","population":35},"id":"197","arcs":[[-3401,-3079,-4333,-3506]]},{"type":"Polygon","properties":{"commune":"ROBIAC-ROCHESSADOULE","population":905},"id":"216","arcs":[[-4122,4440,-2053,-3537,-4,-2925,-3050]]},{"type":"Polygon","properties":{"commune":"LA FAJOLLE","population":12},"id":"135","arcs":[[4441,4442]]},{"type":"Polygon","properties":{"commune":"SAINT-PIERRE-LE-VIEUX","population":298},"id":"177","arcs":[[4443,-4345,-3969,-3976]]},{"type":"Polygon","properties":{"commune":"COURNONTERRAL","population":5859},"id":"088","arcs":[[-3486,4444,-4438,-2274,-3851,-1935]]},{"type":"Polygon","properties":{"commune":"CAIXAS","population":133},"id":"029","arcs":[[4445,-4315,-3250,4446,-2312,-3441,-4180,-1849,-644]]},{"type":"Polygon","properties":{"commune":"SAINT-QUENTIN-LA-POTERIE","population":2956},"id":"295","arcs":[[-2831,-3860,-1469,-235,-3753,-1242,-1096,-3542]]},{"type":"Polygon","properties":{"commune":"ARGELIERS","population":1982},"id":"012","arcs":[[-1338,-1934,-3609,4447,-413,-910,4448]]},{"type":"Polygon","properties":{"commune":"OLONZAC","population":1739},"id":"189","arcs":[[-2764,-813,-2909,-1070,-3889,-895,-1435,-1830,-2483,-2906,-755]]},{"type":"Polygon","properties":{"commune":"RIBOUISSE","population":106},"id":"312","arcs":[[4449,-1050,-1354,4450,-1345]]},{"type":"Polygon","properties":{"commune":"MOUSSAC","population":1306},"id":"184","arcs":[[-957,-3378,-3086,-3774,-4154]]},{"type":"Polygon","properties":{"commune":"POUSSAN","population":5811},"id":"213","arcs":[[-2501,-4411,-3677,-3850,-3280,-2225]]},{"type":"Polygon","properties":{"commune":"BRENOUX","population":367},"id":"030","arcs":[[-4042,-4183,-1968,-3040]]},{"type":"Polygon","properties":{"commune":"PEGAIROLLES-DE-BUEGES","population":43},"id":"195","arcs":[[4451,-1675,-2333,-2602]]},{"type":"Polygon","properties":{"commune":"AUBORD","population":2401},"id":"020","arcs":[[-4057,-3735,-2757,-2029]]},{"type":"Polygon","properties":{"commune":"PRADES-SUR-VERNAZOBRE","population":293},"id":"218","arcs":[[-2697,-3377,-4075,-1165,-3388]]},{"type":"Polygon","properties":{"commune":"CASTEIL","population":129},"id":"043","arcs":[[-67,-3470,-1865,-3771,-4368,-3170,-2149]]},{"type":"Polygon","properties":{"commune":"AIGUES-VIVES","population":3105},"id":"004","arcs":[[-2296,-3573,-3950,-2200,4452,-3847,-1636,-2085]]},{"type":"Polygon","properties":{"commune":"MONTFRIN","population":3175},"id":"179","arcs":[[-3430,-335,-4294,-3318,-3357,-3459,-992]]},{"type":"Polygon","properties":{"commune":"ESPEZEL","population":209},"id":"130","arcs":[[-3007,-4351,-332,-1628,4453,-4198,4454]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-DE-MURET","population":184},"id":"165","arcs":[[-3841,-2849,-3495,-1592,-4386,-3871]]},{"type":"Polygon","properties":{"commune":"ASPERES","population":518},"id":"018","arcs":[[-3107,-3918,-4220,-4381,-4295,-3942]]},{"type":"Polygon","properties":{"commune":"CAZEVIEILLE","population":197},"id":"066","arcs":[[-3910,-79,-3892,4455,-1144]]},{"type":"Polygon","properties":{"commune":"LANGLADE","population":2075},"id":"138","arcs":[[-4058,-2027,-116,-3822,-2740,-1017]]},{"type":"Polygon","properties":{"commune":"JONCELS","population":295},"id":"121","arcs":[[-4293,-3425,-4392,4456,-1445]]},{"type":"Polygon","properties":{"commune":"MONTADY","population":3990},"id":"161","arcs":[[4457,4458,-2619,-4346,-1756,-357]]},{"type":"Polygon","properties":{"commune":"TREZIERS","population":105},"id":"400","arcs":[[-4350,4459,-3835]]},{"type":"Polygon","properties":{"commune":"BELLEGARDE","population":6500},"id":"034","arcs":[[-4435,-619,-3497,-986,-2138,-4407]]},{"type":"Polygon","properties":{"commune":"MALVIES","population":389},"id":"216","arcs":[[-3618,-3998,-3708,-53,-678]]},{"type":"Polygon","properties":{"commune":"BRANOUX-LES-TAILLADES","population":1408},"id":"051","arcs":[[-3389,-1513,-4409,-4033,-3435,-1358]]},{"type":"Polygon","properties":{"commune":"ALES","population":41031},"id":"007","arcs":[[-3220,4460,-2675,-934,-1921,-1954]]},{"type":"Polygon","properties":{"commune":"DOMAZAN","population":925},"id":"103","arcs":[[-3460,-2868,-275,-1068,-2016]]},{"type":"Polygon","properties":{"commune":"DEAUX","population":647},"id":"101","arcs":[[4461,4462,-1150,4463,-746,-4417]]},{"type":"Polygon","properties":{"commune":"SAINT-ETIENNE-DE-L'OLM","population":340},"id":"250","arcs":[[4464,-4462,-4416,-1994,-3639,-1571]]},{"type":"Polygon","properties":{"commune":"ARZENC-DE-RANDON","population":206},"id":"008","arcs":[[-3947,-2549,-2376,-1964,-3601,-3417,-3402,-3505]]},{"type":"Polygon","properties":{"commune":"VAILHAUQUES","population":2573},"id":"320","arcs":[[4465,4466,-2058,4467,-4166]]},{"type":"Polygon","properties":{"commune":"LES ILHES","population":48},"id":"174","arcs":[[-3384,-3775,-1331,-830,4468,-3481]]},{"type":"Polygon","properties":{"commune":"COLLIAS","population":1073},"id":"085","arcs":[[-3162,-4412,-3131,-1614,-4005,-3897]]},{"type":"Polygon","properties":{"commune":"CONAT","population":55},"id":"054","arcs":[[-2615,-3232,-3304,-4310,-4020,-4137]]},{"type":"MultiPolygon","properties":{"commune":"NAUSSAC","population":208},"id":"105","arcs":[[[4469,-626,-1985,-3611,-1666,-4400]],[[-627]]]},{"type":"Polygon","properties":{"commune":"BRISSAC","population":619},"id":"042","arcs":[[4470,-4427,-2962,-940,-2510,-3456,-3109,-1671,-4297]]},{"type":"Polygon","properties":{"commune":"LA LLAGONNE","population":238},"id":"098","arcs":[[-4136,-1390,-1160,-1995,-1410,-4186,4471,-3474]]},{"type":"Polygon","properties":{"commune":"FOSSE","population":39},"id":"083","arcs":[[-2562,-4207,-4175,-4252,-4413,-1413]]},{"type":"Polygon","properties":{"commune":"CUXAC-CABARDES","population":901},"id":"115","arcs":[[-3562,-4102,-2042,-3859,-150,-3487,4472,-3805]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-DE-LANSUSCLE","population":196},"id":"171","arcs":[[-3996,-2362,-3896,-2812,4473]]},{"type":"Polygon","properties":{"commune":"PORTIRAGNES","population":3243},"id":"209","arcs":[[-4268,-870,-2548,-663,-2414,4474]]},{"type":"Polygon","properties":{"commune":"SERVIES-EN-VAL","population":224},"id":"378","arcs":[[-1841,-4141,-374,-3686,4475,-1132]]},{"type":"Polygon","properties":{"commune":"RASIGUERES","population":167},"id":"158","arcs":[[-1465,-4403,-3093,-3070,-3057,-4421]]},{"type":"Polygon","properties":{"commune":"ORTAFFA","population":1270},"id":"129","arcs":[[-315,-3920,-3778,-3132,-3046]]},{"type":"Polygon","properties":{"commune":"FESTES-ET-SAINT-ANDRE","population":192},"id":"142","arcs":[[-2245,-2640,-2913,-3600,-4199,-2034,-2065,-3937,-4217]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-DE-CARNOLS","population":469},"id":"277","arcs":[[-3800,-4210,-1777,-4397,-2942,-2873]]},{"type":"Polygon","properties":{"commune":"VILLENEUVETTE","population":68},"id":"338","arcs":[[-864,-2684,-2231,-1701,4476]]},{"type":"Polygon","properties":{"commune":"SAINTE-LEOCADIE","population":144},"id":"181","arcs":[[4477,4478,-4383,-2799,4479,-4149]]},{"type":"Polygon","properties":{"commune":"MONS","population":1530},"id":"173","arcs":[[-4147,-4418,-744,-3218,-4270,-3252,-2192]]},{"type":"Polygon","properties":{"commune":"CORBES","population":161},"id":"094","arcs":[[-4393,-3794]]},{"type":"Polygon","properties":{"commune":"ORSAN","population":1090},"id":"191","arcs":[[-1154,-4024,-4116,-3432]]},{"type":"Polygon","properties":{"commune":"RIEUX-MINERVOIS","population":2021},"id":"315","arcs":[[-978,-2907,-1870,-4035,-4340,-1881,-1325,-3421,-1328]]},{"type":"Polygon","properties":{"commune":"PEROLS","population":8788},"id":"198","arcs":[[-2970,-4018,-4355]]},{"type":"Polygon","properties":{"commune":"MAYRONNES","population":35},"id":"227","arcs":[[-3513,-2167,-1722,-4256,-371,-4142]]},{"type":"Polygon","properties":{"commune":"TARGASSONNE","population":193},"id":"202","arcs":[[4480,-4359,4481,-2418,-4215]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN-DU-TOURNEL","population":114},"id":"164","arcs":[[-1528,-4143,-2306,-1682,-4160,-4182,-4043,-1530,-1608]]},{"type":"Polygon","properties":{"commune":"LE ROZIER","population":152},"id":"131","arcs":[[4482,-1183]]},{"type":"Polygon","properties":{"commune":"SAINT-CHINIAN","population":1813},"id":"245","arcs":[[-2754,-1167,-4074,-2368,-3857,-4225]]},{"type":"Polygon","properties":{"commune":"THUIR","population":7189},"id":"210","arcs":[[-2782,-2635,-186,-765,-317,-1984,-1851,-696]]},{"type":"Polygon","properties":{"commune":"FONT-ROMEU-ODEILLO-VIA","population":1843},"id":"124","arcs":[[-2419,-4482,-4358,-4134,-253,4483,-4212]]},{"type":"Polygon","properties":{"commune":"MURLES","population":291},"id":"177","arcs":[[-85,-3567,-4167,-4468,-2057,-3893]]},{"type":"Polygon","properties":{"commune":"ARQUETTES-EN-VAL","population":91},"id":"016","arcs":[[4484,4485,-1133,-4476,-3685,-4332]]},{"type":"Polygon","properties":{"commune":"CONILHAC-CORBIERES","population":939},"id":"098","arcs":[[-1102,-2089,4486,-1057,-3393]]},{"type":"Polygon","properties":{"commune":"SAINT-BRES","population":625},"id":"237","arcs":[[-4114,-473,4487,4488,-3519]]},{"type":"Polygon","properties":{"commune":"MOLIERES-SUR-CEZE","population":1507},"id":"171","arcs":[[-4441,-4121,-4115,-3521,-515,-2050]]},{"type":"Polygon","properties":{"commune":"FRAISSE-SUR-AGOUT","population":345},"id":"107","arcs":[[-2900,-2711,-2747,-2961,-38,-4178,4489,-3739]]},{"type":"Polygon","properties":{"commune":"BAILLESTAVY","population":103},"id":"013","arcs":[[-1477,-2190,-4242,-3168,-3261]]},{"type":"Polygon","properties":{"commune":"CAMPLONG-D'AUDE","population":336},"id":"064","arcs":[[-2644,-3732,-4221,-1835]]},{"type":"Polygon","properties":{"commune":"MONTAREN-ET-SAINT-MEDIERS","population":1518},"id":"174","arcs":[[-234,4490,-1045,-419,-3754]]},{"type":"Polygon","properties":{"commune":"MONTCLAR","population":175},"id":"242","arcs":[[4491,-3973,-2208,-2434,-328,-3710,-3999,-1378]]},{"type":"Polygon","properties":{"commune":"VILLESEQUELANDE","population":850},"id":"437","arcs":[[-2174,-3885,-3436,-778]]},{"type":"Polygon","properties":{"commune":"CASTRIES","population":5873},"id":"058","arcs":[[-1004,-4274,-2299,-3136,-2507,-4318,-1749,-4184,-3993]]},{"type":"Polygon","properties":{"commune":"SAINT-AMANS","population":64},"id":"331","arcs":[[-2107,4492,-1348,-3510,-2453]]},{"type":"Polygon","properties":{"commune":"MONTESQUIEU","population":65},"id":"168","arcs":[[-1981,-3716,-858,-4308,-3196,-4288]]},{"type":"Polygon","properties":{"commune":"ALBARET-LE-COMTAL","population":185},"id":"001","arcs":[[4493,-3310,-2938,-3294]]},{"type":"Polygon","properties":{"commune":"BELVIANES-ET-CAVIRAC","population":289},"id":"035","arcs":[[-3765,-1602,-3680,4494,4495]]},{"type":"Polygon","properties":{"commune":"SAINT-VICTOR-DE-MALCAP","population":812},"id":"303","arcs":[[4496,-1293,-4424,-239,-889,-3520,-4489]]},{"type":"Polygon","properties":{"commune":"ALIGNAN-DU-VENT","population":1623},"id":"009","arcs":[[-1769,-12,-480,-2222,-224,-2246,-1375]]},{"type":"Polygon","properties":{"commune":"JAVOLS","population":324},"id":"076","arcs":[[-1123,-3522,-4030,-3447,-3120,-3913]]},{"type":"Polygon","properties":{"commune":"BELVIS","population":167},"id":"036","arcs":[[-3008,-4455,-4197,-2631,-3124,-3764,-3344,-1902]]},{"type":"Polygon","properties":{"commune":"COUFFOULENS","population":627},"id":"102","arcs":[[-355,-4415,-2431,-2206,-3972,4497,-390,-544]]},{"type":"Polygon","properties":{"commune":"LABASTIDE-D'ANJOU","population":1096},"id":"178","arcs":[[-4309,-795,-1999,-2834,-2512]]},{"type":"Polygon","properties":{"commune":"SAINT-BRESSON","population":53},"id":"238","arcs":[[-693,-3809,-4248,4498,-4374]]},{"type":"Polygon","properties":{"commune":"GRUISSAN","population":4631},"id":"170","arcs":[[-1792,-2883,4499]]},{"type":"Polygon","properties":{"commune":"SAINT-HILAIRE-DE-BRETHMAS","population":4253},"id":"259","arcs":[[-4464,-1149,-2676,-4461,-3219,-747]]},{"type":"Polygon","properties":{"commune":"AUJAC","population":184},"id":"022","arcs":[[-2860,-4335,-3181,4500,-2072]]},{"type":"Polygon","properties":{"commune":"MARTIGNARGUES","population":412},"id":"158","arcs":[[-2765,-1151,-4463,-4465,-1570,-2981]]},{"type":"Polygon","properties":{"commune":"LE CAILAR","population":2351},"id":"059","arcs":[[-3848,-4453,-2199,4501,4502,-3671,-3785]]},{"type":"Polygon","properties":{"commune":"COLOMBIERS","population":2337},"id":"081","arcs":[[-4459,4503,-3329,-2616]]},{"type":"Polygon","properties":{"commune":"CAUNETTE-SUR-LAUQUET","population":9},"id":"082","arcs":[[4504,-4257,-23,-2292,-103,-2259]]},{"type":"Polygon","properties":{"commune":"BOULETERNERE","population":880},"id":"023","arcs":[[-1765,-3595,-2309,4505,-3248]]},{"type":"Polygon","properties":{"commune":"MONTARNAUD","population":2553},"id":"163","arcs":[[-3483,-629,-2059,-4467,4506,4507,-3789]]},{"type":"Polygon","properties":{"commune":"SAINT-GAL","population":96},"id":"153","arcs":[[-1801,-1032,-4031,-3523]]},{"type":"Polygon","properties":{"commune":"LABECEDE-LAURAGAIS","population":425},"id":"181","arcs":[[-3387,-2339,-3674,4508,-1616,-345]]},{"type":"Polygon","properties":{"commune":"SAINT-MARCEL-DE-CAREIRET","population":807},"id":"282","arcs":[[4509,-3164,-2654,-1093,-4440]]},{"type":"Polygon","properties":{"commune":"CAZALRENOUX","population":81},"id":"087","arcs":[[-1350,4510,4511,-2144,-1051,-4450]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-D'OLERARGUES","population":404},"id":"232","arcs":[[-4510,-4439,-3801,-3165]]},{"type":"Polygon","properties":{"commune":"TUCHAN","population":796},"id":"401","arcs":[[-3982,-4025,-1781,-2458,-3512,-364,-260,4512,-3643]]},{"type":"Polygon","properties":{"commune":"GENOLHAC","population":854},"id":"130","arcs":[[-2855,-2074,-1197,-3269,-3021]]},{"type":"Polygon","properties":{"commune":"FAUGERES","population":542},"id":"096","arcs":[[-3687,-2443,-3718,-4291,4513,4514,4515]]},{"type":"Polygon","properties":{"commune":"LE BARCARES","population":4080},"id":"017","arcs":[[4516,-4140,-2382,-2018]]},{"type":"Polygon","properties":{"commune":"TOURREILLES","population":125},"id":"394","arcs":[[-2242,4517,-2702,-3974,-720,-2081]]},{"type":"Polygon","properties":{"commune":"PEYRENS","population":480},"id":"284","arcs":[[-4204,-3630,4518,-2342,-3818]]},{"type":"Polygon","properties":{"commune":"PRADELLES-CABARDES","population":151},"id":"297","arcs":[[-2688,-3480,4519,4520]]},{"type":"Polygon","properties":{"commune":"PRUNIERES","population":261},"id":"121","arcs":[[-3212,-3761,-3912,-4344,-4444,-3975]]},{"type":"Polygon","properties":{"commune":"SALSIGNE","population":389},"id":"372","arcs":[[-3777,-4084,-3905,-3702,-4101,-1333]]},{"type":"Polygon","properties":{"commune":"PIGNAN","population":6525},"id":"202","arcs":[[-4445,-3485,-3791,4521,4522,-3151,-4437]]},{"type":"Polygon","properties":{"commune":"ANTUGNAC","population":324},"id":"010","arcs":[[-1285,-1171,-2638,-3372,4523,-4347]]},{"type":"Polygon","properties":{"commune":"MONT-LOUIS","population":185},"id":"117","arcs":[[-3475,-4472,-4185]]},{"type":"Polygon","properties":{"commune":"MAS-DE-LONDRES","population":555},"id":"152","arcs":[[-3111,-3455,-1789,-1145,-4456,-3891]]},{"type":"Polygon","properties":{"commune":"FONTANES","population":647},"id":"114","arcs":[[-3397,-2721,-443,-3944,-4410,-2011]]},{"type":"Polygon","properties":{"commune":"LEZIGNAN-LA-CEBE","population":1495},"id":"136","arcs":[[4524,-1493,-227,-1642]]},{"type":"Polygon","properties":{"commune":"GAJA-ET-VILLEDIEU","population":292},"id":"158","arcs":[[-2894,-3102,-55,-3712,-2392]]},{"type":"Polygon","properties":{"commune":"PEZILLA-LA-RIVIERE","population":3330},"id":"140","arcs":[[-694,-1599,-3768,-3700,-2780]]},{"type":"Polygon","properties":{"commune":"TREVILLE","population":105},"id":"399","arcs":[[-2343,-4519,-3629,-3675]]},{"type":"Polygon","properties":{"commune":"GRABELS","population":6698},"id":"116","arcs":[[-4466,-4165,-3569,-4339,-1717,-3876,4525,-4507]]},{"type":"Polygon","properties":{"commune":"LA SALLE-PRUNET","population":181},"id":"186","arcs":[[-4330,-4056,-3139,4526,-4306]]},{"type":"Polygon","properties":{"commune":"SAILLAGOUSE","population":1052},"id":"167","arcs":[[4527,-4213,-4484,-252,-3925,-4384,-4479]]},{"type":"Polygon","properties":{"commune":"MERIAL","population":28},"id":"230","arcs":[[4528,-1631,4529,-4442,4530]]},{"type":"Polygon","properties":{"commune":"CASTANS","population":109},"id":"075","arcs":[[-4066,-2689,-4521,4531]]},{"type":"Polygon","properties":{"commune":"CAILHAU","population":263},"id":"058","arcs":[[-4323,-3715,-1845,-2430,-3879,-3882,-3615]]},{"type":"Polygon","properties":{"commune":"VESTRIC-ET-CANDIAC","population":1377},"id":"347","arcs":[[4532,-2219,-2761,-3672,-4503,4533]]},{"type":"Polygon","properties":{"commune":"CAZOULS-D'HERAULT","population":372},"id":"068","arcs":[[-4525,-1641,-2448,-2838,-1486]]},{"type":"Polygon","properties":{"commune":"SAINT-COUAT-DU-RAZES","population":62},"id":"338","arcs":[[4534,-2240,-4216,-3935]]},{"type":"Polygon","properties":{"commune":"GAGNIERES","population":1140},"id":"120","arcs":[[-476,-4120,-3647,4535]]},{"type":"Polygon","properties":{"commune":"RESTINCLIERES","population":1599},"id":"227","arcs":[[-4267,-2061,-2804,-4272]]},{"type":"Polygon","properties":{"commune":"MIREPEISSET","population":780},"id":"233","arcs":[[-4449,-909,-1339]]},{"type":"Polygon","properties":{"commune":"ROULLENS","population":506},"id":"327","arcs":[[-1383,4536,-391,-4498,-3971,-4492]]},{"type":"Polygon","properties":{"commune":"MANTET","population":31},"id":"102","arcs":[[-4088,-4158,-1862,-3469,4537]]},{"type":"Polygon","properties":{"commune":"LUNAS","population":649},"id":"144","arcs":[[-2960,-880,-3634,-2184,-4389,-1859,-1446,-4457,-4391]]},{"type":"Polygon","properties":{"commune":"LE CAYLAR","population":438},"id":"064","arcs":[[-1535,-2579,4538,-4188]]},{"type":"Polygon","properties":{"commune":"LA CAUNETTE","population":325},"id":"059","arcs":[[-3409,-4000,-3824,-4037,-4026]]},{"type":"Polygon","properties":{"commune":"LAVERUNE","population":2766},"id":"134","arcs":[[-3874,-3990,-3152,-4523,4539]]},{"type":"Polygon","properties":{"commune":"ALET-LES-BAINS","population":439},"id":"008","arcs":[[-4524,-3371,-2082,-718,-460,-2396,-842,-1007,-4348]]},{"type":"Polygon","properties":{"commune":"NEFIACH","population":1206},"id":"121","arcs":[[-709,-3598,-4278]]},{"type":"Polygon","properties":{"commune":"BOISSIERES","population":520},"id":"043","arcs":[[4540,-3570,-119,-2220,-4533]]},{"type":"Polygon","properties":{"commune":"LA LOUVIERE-LAURAGAIS","population":78},"id":"208","arcs":[[4541,-4311,-3551,-3452,-4039]]},{"type":"Polygon","properties":{"commune":"PRADELLES-EN-VAL","population":201},"id":"298","arcs":[[-4486,4542,-439,-4320,-4202,-1134]]},{"type":"Polygon","properties":{"commune":"CABREROLLES","population":349},"id":"044","arcs":[[4543,-3144,-3088,-893,-2539,-3688,-4516,4544]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-DE-L'ARCON","population":114},"id":"273","arcs":[[-2717,-3744,4545]]},{"type":"Polygon","properties":{"commune":"LAVAL-DU-TARN","population":106},"id":"085","arcs":[[-424,-1279,-2934,-3055]]},{"type":"Polygon","properties":{"commune":"CASEFABRE","population":40},"id":"040","arcs":[[-2313,-4447,-3249,-4506]]},{"type":"Polygon","properties":{"commune":"CAMURAC","population":116},"id":"066","arcs":[[4546,-700,-4190,-1632,-4529]]},{"type":"Polygon","properties":{"commune":"ARPAILLARGUES-ET-AUREILLAC","population":1053},"id":"014","arcs":[[-1980,-1046,-4491,-233,-834,-3147]]},{"type":"Polygon","properties":{"commune":"QUARANTE","population":1634},"id":"226","arcs":[[-2372,-2170,-2880,-1754,-415,4547]]},{"type":"Polygon","properties":{"commune":"THARAUX","population":56},"id":"327","arcs":[[-3529,-4425,-1291,-2014]]},{"type":"Polygon","properties":{"commune":"FLOURE","population":391},"id":"146","arcs":[[-3334,-4321,-438,-1889]]},{"type":"Polygon","properties":{"commune":"NASBINALS","population":505},"id":"104","arcs":[[-4338,-2460,-1431,-2851,-3840,4548]]},{"type":"Polygon","properties":{"commune":"MONTGAILLARD","population":50},"id":"245","arcs":[[-2945,-3644,-4513,-264,4549,-3696,-3577]]},{"type":"Polygon","properties":{"commune":"POULX","population":4001},"id":"206","arcs":[[-4004,-3082,-1948,-1743,-3898]]},{"type":"Polygon","properties":{"commune":"CLERMONT-SUR-LAUQUET","population":27},"id":"094","arcs":[[-2258,-3759,-4131,-4331,-4254,-4505]]},{"type":"Polygon","properties":{"commune":"VIOLS-LE-FORT","population":1174},"id":"343","arcs":[[-3894,-2055,-3108]]},{"type":"Polygon","properties":{"commune":"BARJAC","population":704},"id":"018","arcs":[[-2833,-3722,-4324,-3842,-3041,-1578,-3054,-3723]]},{"type":"Polygon","properties":{"commune":"DUILHAC-SOUS-PEYREPERTUSE","population":143},"id":"123","arcs":[[-1417,-2093,-3697,-4550,-263,-1522,-1461]]},{"type":"Polygon","properties":{"commune":"THUES-ENTRE-VALLS","population":31},"id":"209","arcs":[[-4433,-4155,-4086]]},{"type":"Polygon","properties":{"commune":"CAUSSINIOJOULS","population":129},"id":"062","arcs":[[4550,-4545,-4515]]},{"type":"Polygon","properties":{"commune":"SIRAN","population":690},"id":"302","arcs":[[-4028,-2762,-757,-2908,-976]]},{"type":"Polygon","properties":{"commune":"SAINTE-COLOMBE-DE-PEYRE","population":197},"id":"142","arcs":[[-3496,-3411,-3446,-1588]]},{"type":"Polygon","properties":{"commune":"LAURENS","population":1514},"id":"130","arcs":[[-4551,-4514,-4290,4551,-4168,-3141,-4544]]},{"type":"Polygon","properties":{"commune":"L'ESTRECHURE","population":173},"id":"108","arcs":[[-3607,-2069,-1365,-3125,-454,-4271]]},{"type":"Polygon","properties":{"commune":"MONTIRAT","population":70},"id":"248","arcs":[[-442,4552,-3580,-138,-387,-1890]]},{"type":"Polygon","properties":{"commune":"MONOBLET","population":659},"id":"172","arcs":[[4553,-3443,4554,-3361,-523,-3698,-3502,-1709,-3492]]},{"type":"Polygon","properties":{"commune":"BREZILHAC","population":181},"id":"051","arcs":[[-4205,-4091,-2821,-3877,-2428]]},{"type":"Polygon","properties":{"commune":"GORNIES","population":114},"id":"115","arcs":[[-4371,-3932,-690,-4428,-4471,-4299,4555]]},{"type":"Polygon","properties":{"commune":"LANSARGUES","population":2876},"id":"127","arcs":[[-4076,-4395,-3654,-4284,-4304,-2974,-4250,-927,-2297]]},{"type":"Polygon","properties":{"commune":"THEZAN-LES-BEZIERS","population":2776},"id":"310","arcs":[[-1730,-4404,-3091,-2378,-1887,-4365]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-DE-BUEGES","population":205},"id":"264","arcs":[[-4556,-4298,-1676,-4452,-2606,-4369]]},{"type":"Polygon","properties":{"commune":"LAVALETTE","population":1394},"id":"199","arcs":[[-392,-4537,-1382,-780]]},{"type":"Polygon","properties":{"commune":"VILLENEUVE-LES-AVIGNON","population":12232},"id":"351","arcs":[[-726,-2784,4556,-1180,-281]]},{"type":"Polygon","properties":{"commune":"GINOLES","population":364},"id":"165","arcs":[[-1604,-3122]]},{"type":"Polygon","properties":{"commune":"CHASSERADES","population":150},"id":"040","arcs":[[-2745,-1321,-3737,-3349,-4228,-595,-4419,-1679,-2305]]},{"type":"Polygon","properties":{"commune":"LIOUC","population":256},"id":"148","arcs":[[-2268,-4233,-1063,-4194,-4328]]},{"type":"Polygon","properties":{"commune":"COUNOZOULS","population":44},"id":"104","arcs":[[-4098,4557,-3227,-4372]]},{"type":"Polygon","properties":{"commune":"SAINT-JEAN-PLA-DE-CORTS","population":2045},"id":"178","arcs":[[-290,-2677,-1193,-2902,-732]]},{"type":"Polygon","properties":{"commune":"SAINTE-CROIX-VALLEE-FRANCAISE","population":324},"id":"144","arcs":[[-4474,-2811,-3604,-1247,-951,-3995]]},{"type":"Polygon","properties":{"commune":"LAUROUX","population":199},"id":"132","arcs":[[-1533,-2250,-1098,-2956,-4390,-3429,-4379,-2576]]},{"type":"Polygon","properties":{"commune":"LAFAGE","population":96},"id":"184","arcs":[[4558,-1030,-1346,-4451,-1353,4559]]},{"type":"Polygon","properties":{"commune":"GENERVILLE","population":62},"id":"162","arcs":[[4560,-4511,-1349,-4493,-2106,-2478]]},{"type":"Polygon","properties":{"commune":"SAINT-LAURENT-DE-TREVES","population":174},"id":"166","arcs":[[-3547,-4307,-4527,-3138,-2366]]},{"type":"Polygon","properties":{"commune":"DIONS","population":598},"id":"102","arcs":[[-954,-1745,-1947,-2681]]},{"type":"Polygon","properties":{"commune":"MARVEJOLS","population":4950},"id":"092","arcs":[[-3873,-4385,-2582,-1855,-2076]]},{"type":"Polygon","properties":{"commune":"SAINT-ETIENNE-DE-GOURGAS","population":454},"id":"251","arcs":[[-4356,-2248,-946,4561,-643,-2706]]},{"type":"Polygon","properties":{"commune":"SAINT-PONS-DE-THOMIERES","population":2056},"id":"284","arcs":[[-2796,-3149,-2212,-35,-604]]},{"type":"Polygon","properties":{"commune":"CRUZY","population":990},"id":"092","arcs":[[-3610,-1932,-3855,-4548,-414,-4448]]},{"type":"Polygon","properties":{"commune":"SAINT-ANDRE-DE-MAJENCOULES","population":631},"id":"229","arcs":[[-4432,4562,-4246,-4361,-3003,-3127,-3808]]},{"type":"Polygon","properties":{"commune":"RIVIERES","population":341},"id":"215","arcs":[[-4423,-3532,-2788,-3183,-241]]},{"type":"Polygon","properties":{"commune":"LIEURAN-CABRIERES","population":286},"id":"138","arcs":[[-2350,-1508,-865,-4477,-1700]]},{"type":"Polygon","properties":{"commune":"CASTELRENG","population":198},"id":"078","arcs":[[-2703,-4518,-2241,-4535,-205,-3852]]},{"type":"Polygon","properties":{"commune":"ROQUEFEUIL","population":282},"id":"320","arcs":[[4563,-3238,-4454,-1627,-4192]]},{"type":"Polygon","properties":{"commune":"VERGEZE","population":4875},"id":"344","arcs":[[-4534,-4502,-2198,-3951,-3571,-4541]]},{"type":"Polygon","properties":{"commune":"LA PALME","population":1586},"id":"188","arcs":[[4564,-2021,-3921,-3988,-1794]]},{"type":"Polygon","properties":{"commune":"MEZERVILLE","population":83},"id":"231","arcs":[[-4038,-3915,-4083,-3589,-4312,-4542]]},{"type":"Polygon","properties":{"commune":"ANSIGNAN","population":195},"id":"006","arcs":[[-2559,4565,-3068,-4367,-3926]]},{"type":"Polygon","properties":{"commune":"MONTFORT-SUR-BOULZANE","population":71},"id":"244","arcs":[[-2347,-1483,-4173,-3984,-3228,4566]]},{"type":"Polygon","properties":{"commune":"MONTMIRAT","population":371},"id":"181","arcs":[[-2732,-4402,4567,-4060]]},{"type":"Polygon","properties":{"commune":"SAINT-JULIEN-DE-CASSAGNAS","population":641},"id":"271","arcs":[[-3186,-3819,-518,-887]]},{"type":"Polygon","properties":{"commune":"SAINT-MARTIN-LYS","population":34},"id":"358","arcs":[[-4496,4568,-4070,-2610,-3766]]},{"type":"Polygon","properties":{"commune":"SAINT-ARNAC","population":121},"id":"169","arcs":[[-2558,-4422,-3059,-3069,-4566]]},{"type":"Polygon","properties":{"commune":"CRESPIAN","population":352},"id":"098","arcs":[[-3395,-2009,-4061,-4568,-4401]]},{"type":"Polygon","properties":{"commune":"LEZIGNAN-CORBIERES","population":10883},"id":"203","arcs":[[-1433,-898,-4045,-1395,-4303,-809,-1058,-4487,-2088,-1824]]},{"type":"Polygon","properties":{"commune":"BROUSSES-ET-VILLARET","population":333},"id":"052","arcs":[[-4105,-1520,-3858,-2041]]},{"type":"Polygon","properties":{"commune":"MOLLEVILLE","population":102},"id":"238","arcs":[[-2835,-1997,-2023,-3603]]},{"type":"Polygon","properties":{"commune":"VILLAUTOU","population":58},"id":"419","arcs":[[-4237,-3694,-4559,4569]]},{"type":"Polygon","properties":{"commune":"BOISSET-ET-GAUJAC","population":2443},"id":"042","arcs":[[-1812,-2386,-4394,-2996,-542,-1596,-3756]]},{"type":"Polygon","properties":{"commune":"CALMEILLES","population":65},"id":"032","arcs":[[-4446,-650,-3363,-1025,-4398,-4316]]},{"type":"Polygon","properties":{"commune":"ROQUEDUR","population":217},"id":"220","arcs":[[-4247,-4563,-4431,-4375,-4499]]},{"type":"Polygon","properties":{"commune":"SAINTE-COLOMBE-SUR-GUETTE","population":51},"id":"335","arcs":[[-2344,-4567,-4558,-4097,-4152,-4072]]},{"type":"Polygon","properties":{"commune":"MAS-DES-COURS","population":24},"id":"223","arcs":[[4570,-2966,-3581,-4553,-441]]},{"type":"Polygon","properties":{"commune":"FRAISSINET-DE-LOZERE","population":230},"id":"066","arcs":[[-4049,-547,-4162]]},{"type":"Polygon","properties":{"commune":"GATUZIERES","population":52},"id":"069","arcs":[[-2282,4571,-3544,-3213,-3157,-3538]]},{"type":"Polygon","properties":{"commune":"BEZIERS","population":72970},"id":"032","arcs":[[-4111,-3660,-1369,-665,-2547,-872,-742,-3033,-3327,-4504,-4458,-356,-1728,-4364,-1885,-2470]]},{"type":"Polygon","properties":{"commune":"GANGES","population":3979},"id":"111","arcs":[[-3826,-90,-4426,-4377,-4430]]},{"type":"Polygon","properties":{"commune":"SAINT-PIERRE-DE-LA-FAGE","population":108},"id":"283","arcs":[[-4562,-945,-2729,-634]]},{"type":"Polygon","properties":{"commune":"LA CASSAIGNE","population":212},"id":"072","arcs":[[-2323,-4093,-2145,-4512,-4561,-2477]]},{"type":"Polygon","properties":{"commune":"NAHUJA","population":66},"id":"120","arcs":[[-4150,-4480,-2798]]},{"type":"Polygon","properties":{"commune":"SAINT-GEORGES-D'ORQUES","population":5022},"id":"259","arcs":[[-4540,-4522,-3790,-4508,-4526,-3875]]},{"type":"Polygon","properties":{"commune":"DURFORT-ET-SAINT-MARTIN-DE-SOSSENAC","population":744},"id":"106","arcs":[[-3445,4572,-2387,-761,-1552,-4327,-3362,-4555]]},{"type":"Polygon","properties":{"commune":"MARCORIGNAN","population":1196},"id":"217","arcs":[[-4069,-4366,-1129,-4354,-3292,-2886]]},{"type":"Polygon","properties":{"commune":"GAUJAC","population":1054},"id":"127","arcs":[[-513,-3262,-3341,-1084,-1257]]},{"type":"Polygon","properties":{"commune":"FOUZILHON","population":224},"id":"105","arcs":[[-4552,-4289,-3194,-4169]]},{"type":"Polygon","properties":{"commune":"ROSIS","population":304},"id":"235","arcs":[[-408,-2714,-4546,-3743,-3741,-989,-2751,-3533,-2600]]},{"type":"Polygon","properties":{"commune":"MAS-CABARDES","population":195},"id":"222","arcs":[[-1548,-4469,-829,-3804,4573]]},{"type":"Polygon","properties":{"commune":"FAJAC-EN-VAL","population":37},"id":"133","arcs":[[-4543,-4485,-4132,-2967,-4571,-440]]},{"type":"Polygon","properties":{"commune":"SAINT-FELIX-DE-PALLIERES","population":219},"id":"252","arcs":[[-3491,-3796,-2388,-4573,-3444,-4554]]},{"type":"Polygon","properties":{"commune":"PRATS-DE-SOURNIA","population":73},"id":"151","arcs":[[-3928,-107,-4264,-3954,-4208]]},{"type":"Polygon","properties":{"commune":"HURES-LA-PARADE","population":257},"id":"074","arcs":[[-4572,-2286,4574,-1186,-122,-1281,-2531,-2556,-3545]]},{"type":"Polygon","properties":{"commune":"PUILAURENS","population":265},"id":"302","arcs":[[-2289,-4414,-4253,-1485,-2346,-4071,-4569,-4495,-3679]]}]},"places":{"type":"GeometryCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::2154"}},"geometries":[{"type":"Point","properties":{"name":"Perpignan"},"coordinates":[3862,1386]},{"type":"Point","properties":{"name":"Beziers"},"coordinates":[4854,3849]},{"type":"Point","properties":{"name":"Montpellier"},"coordinates":[6944,4845]},{"type":"Point","properties":{"name":"Nimes"},"coordinates":[8450,5696]}]}},"arcs":[[[7665,7327],[-3,-3],[-15,-25],[-18,-30],[-22,-42],[-1,-1],[-3,-8],[-3,-11],[0,-6],[1,-4],[0,-2]],[[7601,7195],[-2,2],[-16,14],[-4,13],[0,2],[-1,1],[-2,2],[-14,10],[-17,11],[-24,3],[-1,0],[-15,4]],[[7505,7257],[3,1],[3,3],[1,1],[16,18],[0,14],[-4,27],[-11,32],[-2,1],[0,1],[-1,3],[-1,1],[-1,6],[0,1]],[[7508,7366],[2,0],[20,0],[28,-2],[16,-3],[14,-13],[17,-16],[15,-5],[19,4],[10,1],[7,0],[3,0],[5,-4],[1,-1]],[[1383,2800],[1,0],[2,-2],[2,-2],[1,-1],[1,-3],[16,-16],[13,-10],[4,-2],[3,-1],[5,0],[6,0],[4,1],[2,1],[3,3],[3,2],[5,3],[3,2],[2,0],[1,0]],[[1460,2775],[0,-3],[1,-2],[1,-4],[2,-2],[3,-2],[1,-9],[1,-9],[0,-1],[-3,-5]],[[1466,2738],[-1,0],[-31,-1],[-43,4],[-6,2],[-3,0]],[[1382,2743],[-1,0],[-27,10],[-37,12],[-11,11],[-6,6],[1,10],[1,4],[1,1]],[[1303,2797],[1,0],[4,-1],[8,0],[2,1],[8,3],[0,6]],[[1326,2806],[4,0],[5,0],[8,-4],[8,-1],[7,-2],[9,-1],[7,0],[9,2]],[[5101,4397],[3,3],[27,3],[23,7],[2,3],[2,3],[5,0],[4,-1],[2,-2],[3,-3],[3,-7],[1,-5],[1,-8],[0,-3],[17,-30],[9,-9],[1,-1]],[[5204,4347],[0,-1],[-2,-11],[-5,-4],[-7,-2],[-3,0],[-5,1],[-5,-1],[-8,-1],[-7,-2],[-13,-4],[-1,0]],[[5148,4322],[-1,0],[-14,2],[-13,-3],[-2,1]],[[5118,4322],[1,1],[2,4],[1,1],[-6,44],[-7,13],[-7,11],[-1,1]],[[2827,4037],[5,-2],[5,-3],[5,0],[8,1],[7,1],[10,1],[4,2],[1,1],[12,11],[2,11],[5,10],[4,4],[0,4],[-1,4],[-3,4],[-7,0],[-11,-1],[-4,-1],[-12,1],[-10,1],[-2,3],[1,4],[0,4],[0,2],[-2,1],[-2,3],[-4,3],[-10,7],[-9,5],[-12,6],[-4,2]],[[2803,4126],[3,2],[3,0],[8,1],[2,0],[42,7],[5,5],[5,4],[6,4],[3,2],[20,5],[18,3],[1,-2]],[[2919,4157],[1,-3],[0,-1],[1,-1],[1,-2],[19,-14],[12,-7],[24,-26],[11,-20],[-3,-20],[1,-13],[17,-12],[9,-7],[2,-13],[-7,-31],[-1,-17],[0,-2],[-1,-9],[-1,-6]],[[3004,3953],[-2,-1],[-11,-10],[-2,-6],[-20,-24],[-6,-2],[-3,-2]],[[2960,3908],[-1,1],[-21,11],[-30,5],[-24,8],[-22,7],[-16,7],[-16,8],[-6,5],[-11,11],[-3,3],[0,1],[5,11],[12,24],[-1,25],[1,2]],[[2299,2366],[-19,26],[-37,22],[-8,4],[-2,1],[-15,3],[-1,0]],[[2217,2422],[0,1],[25,29],[30,15],[11,7],[25,17]],[[2308,2491],[1,0],[5,5],[34,33],[14,28],[3,23],[4,27],[1,5]],[[2370,2612],[2,1],[3,0],[26,0],[7,-1],[2,0],[6,-3],[5,-2],[4,-2],[2,-1],[2,0]],[[2429,2604],[0,-2],[9,-49],[0,-2],[1,0]],[[2439,2551],[0,-1],[19,-19],[15,-14],[0,-1],[-3,-17],[-5,-47],[-1,-5]],[[2464,2447],[-4,-12],[-7,-20],[-2,-16],[-1,-17]],[[2450,2382],[-6,-1],[-45,-9],[-12,-2],[-14,0],[-17,0],[-9,0],[-41,-3],[-7,-1]],[[1433,1058],[5,-2],[18,-10],[8,-4],[6,-5],[11,-10],[23,-23],[20,-14],[3,-2],[8,-4],[28,-12]],[[1563,972],[1,-2],[2,-2],[1,0],[0,-1]],[[1567,967],[-2,0],[-3,-1],[-1,-1],[-1,-2],[0,-3],[1,-3],[-11,-25],[-27,-9],[-3,0],[-5,1],[-17,6],[-3,2],[-2,2],[-2,3],[0,6],[-1,2],[-6,8],[-8,7],[-1,0],[-18,-13],[-26,-16],[-6,-1]],[[1425,930],[-2,2],[-3,3],[-3,2],[-1,1],[-4,1],[-6,0],[-4,-3]],[[1402,936],[-7,39],[6,22],[0,18],[-5,7],[0,1],[6,9],[10,10],[13,10],[7,6],[1,0]],[[3747,4414],[1,-5],[0,-15],[0,-4],[-7,-16],[-1,-3]],[[3740,4371],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-10,1],[-6,0],[-7,-1],[-10,-6],[-9,-5],[-9,-9],[-16,-7],[-13,-5],[-18,-5],[-9,-3],[-5,-2],[2,-6],[2,-6],[6,-14],[4,-6],[6,-11],[2,-7],[1,-5],[1,-4],[0,-5],[-1,-9],[-1,0],[-7,-2],[-8,-1],[-2,-1],[-2,0],[-2,1],[-32,-9],[-24,-11],[-15,-15],[-31,-10],[-33,-16],[-2,-2],[-6,-4],[-3,-1],[-4,1]],[[3474,4184],[1,1],[2,10],[-3,10],[0,18],[1,10],[3,9],[-5,32],[-5,5],[-5,8],[1,6],[2,6],[3,4],[8,7],[13,11],[18,14],[3,2],[2,3],[20,28],[1,1],[1,3],[1,6],[0,3],[0,4],[-2,3],[-10,13],[-15,1],[-10,1],[-15,2],[-9,1],[-38,10],[-6,2],[-2,1],[-10,6],[-4,4],[-4,4],[-10,24],[-6,16],[-8,14],[-9,12],[-4,0],[-2,0],[-7,4],[-3,1],[-5,4],[-9,8],[-3,3]],[[3345,4519],[8,3],[36,14],[19,1],[0,3],[1,19],[-4,8],[-7,10],[-1,3],[-2,4],[-1,3],[0,1]],[[3394,4588],[2,0],[7,-1],[18,7],[5,15],[1,0],[0,3],[2,5],[2,4],[5,14],[5,0]],[[3441,4635],[14,-3],[3,0],[4,-3],[19,-7],[14,-5],[14,-5],[8,-1],[1,0],[6,-1],[4,0],[2,-1]],[[3530,4609],[0,-2],[19,-33],[15,-33],[9,-10],[11,-9],[3,-1],[4,-1],[11,-4],[5,-8],[3,-9],[3,-6],[0,-2],[8,-12],[5,-6],[16,-8],[40,-9],[3,1]],[[3685,4457],[1,-1],[1,-1],[14,-9],[1,-2],[45,-30]],[[5463,6194],[3,1],[3,1],[6,0],[2,0],[7,-1],[6,-10],[18,-6],[5,-2],[7,0],[5,1],[6,-1],[18,-3],[7,-3],[8,-3],[0,-5],[-5,-4],[-6,-20],[12,-31],[6,-12],[2,-2],[5,-5],[10,-9],[16,-13],[12,-9],[22,-30],[2,-2]],[[5640,6026],[3,-3],[0,-2],[0,-2],[-11,-11],[-1,-2]],[[5631,6006],[-7,5],[-6,3],[-8,-4],[-2,-5],[0,-2],[0,-3],[-1,-2],[-1,-2],[-2,-2],[-3,-3],[-1,-1],[-3,1],[-1,1],[-8,13],[0,2],[1,8],[1,6],[0,7],[-1,1],[-7,6],[-6,6],[-1,1],[-2,6],[-1,1],[-13,7],[-10,-4],[-13,-13],[-3,-14],[7,-18],[0,-4],[0,-3],[-2,-4],[-9,-17],[-5,-4]],[[5524,5975],[-2,1],[-11,3],[-10,3],[-16,3],[-9,1],[-10,1],[-9,1],[-7,0],[-1,-1],[-4,-1],[-5,-3],[-7,-8],[-9,-3],[-15,2],[-18,2],[-2,1],[-1,0]],[[5388,5977],[-2,0],[-6,-1],[-5,2],[-4,3],[-5,5],[-9,0],[-12,-2],[-2,-3],[-4,-4],[-11,-6],[-9,1],[-4,6],[0,1],[0,2],[0,1]],[[5315,5982],[1,2],[-10,27],[-7,20],[-3,11],[-2,17],[0,12],[0,1],[0,2],[13,31],[32,24],[4,1],[22,10],[3,1],[1,1],[1,3],[3,11],[0,3],[-1,2],[0,3],[0,5],[2,15],[0,1],[1,1],[2,0],[3,0],[17,0],[15,-2],[2,0],[7,1],[20,2],[6,1],[4,2],[5,3],[7,1]],[[6195,5166],[-3,0],[-7,-2],[-2,-1],[-1,-1],[0,-1],[-2,-2],[-2,0],[-17,2]],[[6161,5161],[0,1],[-2,8],[-17,8],[-17,6],[-14,-3],[-8,0],[-13,1],[-6,1],[-2,0],[-3,2],[-32,20],[-7,4],[-2,2],[-17,16],[-17,17],[-19,18],[-6,6],[-4,1],[-3,0],[-7,0],[-8,-3],[-5,-1],[-1,-1],[-2,-2],[0,-1],[-2,-3],[-4,-4],[-5,-3]],[[5938,5251],[0,2],[-9,16],[4,19],[7,16],[5,10],[12,22],[13,6],[19,5],[39,10],[30,7],[2,1],[2,0]],[[6062,5365],[3,0],[3,-1],[2,0],[16,-3],[12,-4],[2,-1],[8,-6],[1,-2],[1,-1],[1,-4],[0,-1],[1,-1],[2,-1],[3,-1],[2,0],[4,0],[4,1],[4,2],[5,4],[4,3],[4,5],[2,2],[1,2],[0,3],[6,14],[0,2]],[[6153,5377],[6,-1],[2,-1],[23,-13],[8,-12],[3,-12],[-4,-4],[-2,-4],[0,-1],[0,-5],[2,-9],[4,-11],[6,-12],[2,-4],[2,-2],[2,-2],[5,-4],[2,-2],[2,0],[1,-1],[12,0],[8,1],[14,-5],[11,-6],[3,-20],[0,-2],[-3,-3],[-2,-3],[-12,-11],[-10,-7],[-24,-21],[-12,-27],[0,-6],[-2,-1],[-5,0]],[[1451,2886],[-1,3],[16,34],[43,15],[6,0],[1,0]],[[1516,2938],[1,0],[3,0],[23,-4],[24,-5],[4,0],[30,1],[1,0]],[[1602,2930],[1,-1],[4,-4],[0,-2],[0,-3],[-1,-2],[-3,-4],[-5,-19],[2,0]],[[1600,2895],[-2,-3],[-13,-18],[-14,-6],[-14,-2],[-38,-6],[-25,-4],[-1,0]],[[1493,2856],[-2,2],[-1,2],[-16,11],[-21,14],[-2,1]],[[8132,6189],[0,-12]],[[8132,6177],[-22,-16],[6,-20],[18,-24],[1,-3]],[[8135,6114],[-3,-2],[-3,-1],[-22,-5],[-23,-15],[-6,-1]],[[8078,6090],[-4,2],[-3,2],[-3,1],[-58,-1],[-46,-3],[-27,-3],[-37,-8],[-6,-1]],[[7894,6079],[0,1],[-2,7],[1,7],[0,4],[1,2],[1,4],[0,2],[0,1]],[[7895,6107],[1,1],[18,46],[0,1],[1,7]],[[7915,6162],[0,2],[1,3],[2,8]],[[7918,6175],[64,-16],[9,-1],[29,2],[48,4],[28,9],[21,9],[15,7]],[[2794,301],[-13,-2],[-9,-1],[-11,-4],[-34,-16],[-24,-11],[-5,-4],[-9,-4],[-31,-13],[-45,-18],[-2,-1]],[[2611,227],[1,3],[3,17],[5,7],[6,6],[2,2],[10,8],[8,17],[-2,14],[-1,9],[-5,20],[-17,33],[-6,4],[-17,9],[-34,23],[-16,28],[-18,26],[-23,25],[-6,4],[-23,18],[-16,20],[-15,25],[-16,21],[-16,19],[-1,0]],[[2414,585],[1,1],[17,14],[17,12],[4,0]],[[2453,612],[2,-3],[3,-2],[25,-20],[37,-29],[9,-7],[22,-18],[23,-28],[9,-12],[9,-13],[26,-24],[7,-4],[1,-1]],[[2626,451],[3,-1],[14,-29],[11,-19],[21,-24],[9,-10],[3,-3],[21,-16],[16,-4],[14,-3],[17,6],[19,3],[39,-6],[3,-1],[2,-1],[1,-2],[0,-2]],[[2819,339],[-2,0],[-2,-1],[-18,-25],[-3,-11],[0,-1]],[[5845,4698],[9,-1],[9,0],[1,1],[2,0],[7,6],[11,25],[13,27],[4,6],[11,7],[11,7],[0,3],[0,2],[-1,1]],[[5922,4782],[6,0],[7,14],[11,3],[27,4],[15,0],[2,0],[1,0]],[[5991,4803],[3,-3],[6,-15],[2,-4],[1,0],[0,-1],[16,-11],[20,-5],[5,-2],[11,-10],[2,-6],[4,-8],[5,-6],[6,-4],[3,-3],[10,-12],[2,-3],[0,-3],[-1,-3],[-10,-4],[-12,-7],[-1,-1],[-2,-3],[0,-1],[-3,-8],[-4,-6],[-20,-12],[-4,-2],[-4,-2],[-2,0],[-4,0],[-2,0],[-36,-9],[-3,-1],[-2,0],[-2,1],[-2,0],[-1,1],[-9,3],[-10,0],[-7,0],[-9,-2],[-8,-2]],[[5929,4649],[-3,-1],[-3,0],[-15,12],[-38,23],[-23,6],[-2,8],[0,1]],[[2450,2382],[1,0],[45,-10],[46,-14],[3,-1]],[[2545,2357],[-1,-2],[-3,-15],[-4,-11],[-12,-16],[-10,-13],[-5,-5],[-14,-10],[-15,-8],[-39,-4],[-9,-1]],[[2433,2272],[-10,-1],[-4,0],[-16,-1],[-1,1],[-43,4],[-34,-6],[-1,0]],[[2324,2269],[0,1],[-18,7],[-13,4],[-4,2],[-2,2],[-3,4],[-2,3],[-2,14],[2,19],[3,2],[2,3],[13,34],[0,1],[-1,1]],[[6636,5352],[18,8],[26,7],[10,-1],[20,-4],[11,-3],[10,-4],[14,-6],[1,0],[10,2],[10,11]],[[6766,5362],[6,-2],[1,-1],[8,-6],[24,-27],[5,-10],[-2,-3],[-2,-3],[-2,-3],[0,-1],[0,-2],[1,0],[5,-7],[1,0],[1,-1],[2,-1]],[[6814,5295],[1,-1],[2,-3],[22,-22],[2,-2],[2,-1],[6,-3],[1,0],[2,1],[7,7],[2,2],[2,1],[1,0]],[[6864,5274],[-1,-3],[0,-4],[2,-6],[1,-2],[0,-2],[2,-1],[1,-3],[0,-3],[-1,-2],[-1,-1]],[[6867,5247],[-2,0],[-12,0],[-4,-3],[-19,-11],[-3,-1],[-2,-1],[-4,0],[-1,0]],[[6820,5231],[-10,3],[-9,2],[-33,-13],[-26,-8],[-15,-4],[-21,-1],[0,1],[-17,7],[-1,0],[-11,1]],[[6677,5219],[-4,17],[-7,14],[5,11],[1,8],[2,10],[0,10],[-4,7],[3,8],[7,7],[1,5],[-4,7],[-6,6],[-3,2],[-2,1],[-2,0],[-5,-1],[-2,-1],[-6,-5],[-7,-8],[-4,-3],[-8,-3],[-11,-12],[-1,0]],[[6620,5299],[0,1],[-2,3],[-1,6],[0,2],[0,5],[0,2],[3,13],[1,2],[4,6],[9,10],[2,3]],[[6577,6035],[0,-1],[-7,-20],[-20,-20],[-13,-11],[-20,-1],[-2,1],[0,1],[-6,1]],[[6509,5985],[3,3],[-1,3],[-2,3],[-2,2],[-3,1],[-3,2],[-3,0],[-2,0],[-4,0],[-5,-2],[-3,-1],[-3,-1],[-1,-1],[-1,1],[-2,1],[0,2]],[[6477,5998],[0,2],[-1,7],[-3,10],[-2,1],[-3,1],[-1,0],[-21,0],[-23,18],[-4,3]],[[6419,6040],[0,2],[0,1],[0,3],[0,3],[4,3],[14,9],[10,7],[9,5],[7,0],[2,0],[1,1],[0,1],[0,1]],[[6466,6076],[2,0],[5,0],[3,3],[17,1],[33,2],[2,-3],[2,-6],[5,-17],[3,-8],[38,-13],[1,0]],[[4060,1176],[3,-2],[3,-2],[3,-1],[2,-1],[8,-2],[3,7],[-3,6]],[[4079,1181],[4,-1],[5,-1],[5,1],[6,4],[37,11],[42,13],[8,2],[1,-1],[3,-1],[3,-1],[1,-1]],[[4194,1206],[2,-1],[2,-6],[5,-22]],[[4203,1177],[-23,-9],[-3,-2],[-5,-2],[-8,-8],[-3,-3],[-5,-6],[-8,-10],[-1,-2]],[[4147,1135],[-1,-2],[-16,-10],[-9,-4],[-10,-3],[-2,0],[-28,1],[-3,2]],[[4078,1119],[-1,0],[-12,13],[-3,3]],[[4062,1135],[4,3],[2,8],[-11,27],[3,3]],[[2195,2593],[-4,2],[-2,0],[-39,0],[-11,-8],[-4,-4],[-13,-16],[-8,-14],[-1,0]],[[2113,2553],[0,3],[-3,11],[-2,3],[-6,5],[-17,8],[-19,4],[-5,1],[-8,1],[-2,0],[-30,5],[-18,21],[-6,35],[2,19],[4,18],[3,4],[1,1]],[[2007,2692],[10,-4],[7,-2],[7,0],[9,1],[17,1],[1,1],[3,1],[3,2],[4,2],[8,1],[3,0],[1,-1],[48,-13],[17,-7],[1,-1]],[[2146,2673],[1,-1],[3,-1],[15,-4],[4,-1],[51,-4],[5,3]],[[2225,2665],[1,-1],[0,-3],[0,-1]],[[2226,2660],[0,-2],[-6,-14],[-13,-19],[-11,-28],[-1,-4]],[[2587,1566],[0,-1],[0,-5],[-4,-6],[-1,-1],[-3,-1],[-1,-1],[-4,-6],[0,-1],[0,-10],[2,-8],[8,-17],[7,-14],[3,-8]],[[2594,1487],[-1,0],[-1,-1],[-6,-4],[-1,-1],[-9,-9],[-20,-3],[-2,0],[-6,1],[-13,2],[-13,12],[-2,3],[-1,2],[-4,3],[-2,0]],[[2513,1492],[-16,10],[-15,13],[-1,4],[0,2],[5,15],[4,9],[4,13],[1,5],[1,10],[0,1],[2,0],[5,0]],[[2503,1574],[16,-2],[1,0],[37,3],[30,-9]],[[7794,6234],[-2,0],[-13,5],[-2,1],[-5,4],[-4,2],[-2,0],[-14,1],[-2,0]],[[7750,6247],[-2,1],[-10,9],[-27,27],[-8,11],[-7,9],[-4,14],[-7,30],[0,1]],[[7685,6349],[2,-1],[4,0],[3,1]],[[7694,6349],[1,-1],[3,-11],[5,-12],[4,-3],[5,-4],[22,2],[9,1],[5,1],[19,5],[12,7],[16,0],[17,-2],[4,0]],[[7816,6332],[-1,-2],[1,-3],[1,-8],[8,-5],[1,-2],[3,-5],[3,-4],[2,-6],[1,-5]],[[7835,6292],[-4,-1],[-21,-9],[-2,-1],[-1,-1],[-8,-11],[-3,-9],[0,-6],[0,-3],[-2,-13],[0,-4]],[[8013,5560],[4,0],[5,0],[13,1],[16,2],[19,3],[15,3],[8,0],[4,-1]],[[8097,5568],[2,0],[24,-15],[14,-9],[24,-20],[6,-5]],[[8167,5519],[-8,-1],[-2,-1]],[[8157,5517],[-4,1],[-1,0],[-5,-6],[-9,-10],[-16,-16],[-11,-11]],[[8111,5475],[-8,13],[-4,5],[-3,3],[-5,3],[-37,-2],[-19,-3],[-2,0]],[[8033,5494],[0,4],[-3,16],[-7,16],[-9,18],[-2,3],[-1,6],[0,2],[1,1],[1,0]],[[5058,7416],[0,-7],[1,-6],[2,-8],[6,-19],[6,-24],[-4,-17],[15,-18],[4,-4],[2,-1]],[[5090,7312],[-2,-3],[6,-17],[1,-1],[1,-3],[1,-1]],[[5097,7287],[-1,-2],[-3,-5],[-2,-3],[-28,-22],[-25,-9],[-1,2],[0,2],[-3,1],[-12,3],[-2,0],[-4,-1],[-14,-5],[-9,-10],[-15,-20],[-9,-9],[-6,-5],[-16,-1],[-20,-1],[-11,-14],[-7,2]],[[4909,7190],[0,2],[4,33],[1,12],[1,18],[0,3],[0,4],[-1,2],[-9,-1],[-15,6],[-14,7],[-10,22],[-2,4],[-1,5],[-1,5],[1,28],[2,18],[-11,27],[-1,6],[4,7],[7,7],[1,1],[11,2],[5,1],[5,3],[7,5],[8,9],[1,1]],[[4902,7427],[2,-1],[0,-1],[1,-2],[3,-4],[2,-3],[3,-1],[6,-3],[13,-4],[14,-1],[16,0],[6,10],[4,11],[6,3],[22,6],[11,0],[9,-5],[7,-5],[22,-8],[9,-3]],[[2674,3357],[0,1],[-17,35],[-1,1],[-2,1],[-1,1],[-31,20],[-18,20],[-1,1]],[[2603,3437],[1,4],[9,23],[9,5],[10,0],[26,1],[21,1],[9,1],[9,1]],[[2697,3473],[1,-1],[4,-2],[4,-2],[13,-9],[9,-6],[14,-11],[20,-18],[13,-10],[10,-7],[18,-13]],[[2803,3394],[-31,-12],[-40,-15],[-24,-9],[-5,-2],[-15,-3],[-13,3],[-1,1]],[[2583,3967],[-2,5],[7,11],[12,12],[35,36],[3,2],[3,1],[1,0]],[[2642,4034],[4,-2],[3,-2],[16,-10],[3,-2],[3,-4],[1,-1],[4,-2],[16,-6],[7,-2],[2,0],[17,5],[19,12],[3,12],[9,6],[9,2],[12,0],[9,-1],[16,-6],[9,-3]],[[2804,4030],[-3,-1],[-3,-3],[-14,-12],[-8,-9],[-8,-10],[-6,-25],[-2,-14],[1,-19],[-3,-34],[-17,-29],[-22,-38],[-1,-1],[1,-1]],[[2719,3834],[-14,-2],[-6,0],[-6,8],[-5,7],[-9,12],[-19,3],[-7,23],[-2,33],[0,1],[-1,8],[-4,3],[-14,8],[-7,3],[-4,2],[-9,3],[-9,3],[-4,1],[-14,14],[-1,1],[-1,2]],[[2300,3082],[-10,1],[-6,1],[-26,6],[-7,2],[-19,2],[-12,1],[-35,1],[-10,-1],[-4,1],[-11,3],[-8,3],[-2,1]],[[2150,3103],[1,2],[0,6],[-7,17],[-3,13],[0,12],[0,3]],[[2141,3156],[4,-1],[12,7],[-1,4],[-1,12],[0,4],[0,15],[1,0],[1,-1],[4,-4],[2,-1],[4,-6],[1,-1],[1,1],[0,1],[3,4],[4,7],[2,10],[3,17],[-3,10],[-8,14],[0,2]],[[2170,3250],[9,-1],[7,-1],[10,1],[23,4],[22,-8],[5,-4],[15,-15],[2,-2],[8,-9],[11,-16],[15,-20],[11,0],[15,0],[2,0],[5,1],[3,2]],[[2333,3182],[0,-1],[1,-1],[0,-2],[-6,-5],[-1,-1],[-5,-1],[-8,-4],[-10,-8],[-12,-18],[0,-5],[7,-18],[4,-14],[-3,-20],[0,-2]],[[7037,5486],[0,-3],[1,-2],[1,0],[21,3],[13,13],[17,3],[6,0]],[[7096,5500],[-1,-3],[-1,-1],[0,-3],[8,-1],[9,-5],[6,-8],[4,-10],[-3,-23],[-1,-3],[-3,-7],[-6,-7],[-15,-22],[-6,-11],[-12,-10],[-21,-4],[-15,-1],[-3,0]],[[7036,5381],[0,2],[-9,22],[-10,24],[1,30],[9,18],[4,8],[6,1]],[[2450,848],[2,-2],[1,-1],[11,-19],[4,-10],[2,-6],[2,-9],[0,-5],[0,-2],[-10,-15],[-5,-12],[4,-10],[16,-27],[2,-2]],[[2479,728],[-3,-3],[-13,-12],[-12,-11],[-4,-3],[-8,-2]],[[2439,697],[-4,0],[-3,1],[-4,11],[-2,10],[-12,38],[-1,1]],[[2413,758],[4,1],[2,1],[4,4],[1,3],[2,9],[-1,2],[-3,13],[-22,37],[-1,2],[-32,20],[-9,4],[-10,3],[-38,22],[-2,13],[-2,6],[-4,15],[-23,32],[-3,2],[-7,4],[-2,1]],[[2267,952],[8,15],[3,2],[4,3],[4,3]],[[2286,975],[1,-2],[4,-4],[18,1],[9,2],[18,9]],[[2336,981],[1,0],[6,-3],[1,-1],[1,-3],[6,-7],[3,-3]],[[2354,964],[2,-5],[8,-16],[2,-15],[12,-19],[22,-17],[25,-22],[22,-20],[1,-1],[2,-1]],[[1816,4155],[0,-9],[8,-27],[15,-24],[9,-17],[6,-15],[-5,-20],[2,-11]],[[1851,4032],[-17,-4],[-18,-1],[-16,-6],[-14,-10],[-1,-13],[-2,-13],[-6,-8],[-7,-6],[-13,-2],[-19,-10],[-4,-4]],[[1734,3955],[-7,2],[-2,1],[-40,22],[0,1]],[[1685,3981],[0,3],[13,20],[13,19],[7,13],[14,34],[1,15],[0,2],[-1,2],[0,1],[-5,4],[-15,26],[-2,26],[6,21],[37,21],[11,8],[1,0]],[[1765,4196],[0,-2],[3,-20],[9,-20],[13,-19],[3,-5],[2,-2],[3,-4],[1,-1],[3,5],[7,12],[6,11],[1,4]],[[1056,2837],[-20,0],[-3,0],[-12,8],[-11,13],[-7,14],[-8,15],[-1,1],[-14,4],[-4,-1],[-2,-3],[-4,-9],[2,-9],[0,-2],[0,-4],[0,-2],[-5,-6],[-1,-1],[-9,-2],[-9,-3],[-3,-1]],[[945,2849],[1,3],[1,1],[0,1],[-3,3],[-5,5],[-9,6],[-4,3],[-3,1],[-3,2]],[[920,2874],[0,1],[3,8],[5,16],[6,17],[0,4],[0,7],[-2,7],[-3,21],[0,2]],[[929,2957],[2,0],[6,1],[38,-6],[28,-21],[32,-18],[14,-3],[8,-4],[7,-14],[0,-15],[-10,-14],[-1,-15],[-1,-6],[3,-4],[1,-1]],[[2260,1937],[-6,2],[-5,3],[-4,2],[-6,2],[-28,7],[-12,2]],[[2199,1955],[0,2],[2,28],[-6,22],[21,36],[30,31],[37,29],[4,2],[1,2],[3,4],[3,6],[4,8],[1,5]],[[2299,2130],[5,0],[9,-1],[17,-3],[22,-11],[12,-8],[11,-6],[6,-4],[12,-1]],[[2393,2096],[6,-14],[2,-7],[4,-14],[2,-10],[0,-5],[2,-28],[6,-39],[2,-9],[8,-23],[11,-30],[2,-5]],[[2438,1912],[-2,-1],[-12,-1],[-8,0],[-17,1],[-6,0],[-6,3],[-37,7],[-29,3],[-18,2],[-33,8],[-10,3]],[[7778,4971],[-1,2],[0,3],[1,2]],[[7778,4978],[1,3],[1,5],[1,6],[0,6],[0,5],[0,1],[-4,6],[-9,6],[-22,28],[-18,21],[-26,23],[-9,-3],[-8,-4],[-5,-2]],[[7680,5079],[-2,2],[-7,12],[-1,13],[11,10],[5,9],[-2,15],[-3,5],[-5,21],[14,20],[1,1],[5,4]],[[7696,5191],[2,-2],[15,-7],[11,-2],[27,15],[12,9],[5,7],[2,4],[0,3],[0,5],[0,2],[1,2]],[[7771,5227],[17,9],[1,0],[1,-1],[16,4],[24,6],[3,2],[5,4]],[[7838,5251],[1,-2],[4,-3],[14,-13],[12,-12],[1,-1],[4,-20],[0,-19],[-3,-5],[-1,-2],[0,-2],[2,-3],[1,-1]],[[7873,5168],[0,-1],[0,-4],[-2,-6]],[[7871,5157],[-3,0],[-1,-1],[-7,-7],[-8,-9],[-5,-6],[-2,-5],[-1,-1],[0,-7],[0,-3],[3,-10],[4,-8],[3,-9],[3,-12],[1,-4],[3,-20],[-3,-6],[-5,-9],[-10,-9],[-8,-5],[-12,-7],[-10,-10],[-16,-17],[-12,-19],[-7,-2]],[[6016,9403],[1,1],[19,6],[16,2],[1,0],[2,-2],[2,-4],[3,-7],[7,-5],[13,-7],[5,-1],[22,-5],[3,0],[4,1],[4,1],[26,-5],[22,-7],[28,-12],[41,3],[4,2],[11,5],[2,0],[6,-2]],[[6258,9367],[2,-1],[3,-2],[14,-4],[8,0],[3,0],[11,1],[12,-2],[7,-4],[3,-6],[2,-3],[0,-7],[-1,-5],[0,-1],[9,-9],[11,2],[5,1],[8,8],[10,-4],[10,-6],[10,-16],[-4,-15],[5,-9],[9,-9],[2,-1],[2,-2],[0,-2]],[[6399,9271],[-3,-3],[-2,-2],[-24,-11],[-9,-3],[-9,-3],[-21,-18],[-8,-28],[1,-15],[2,-11],[5,-12],[7,-13],[0,-2],[1,-4],[0,-9],[-4,-1],[-18,-4],[-13,-1],[-11,-2],[-11,-10],[4,-10],[1,1],[4,0],[3,-2],[3,-2],[5,-10],[1,-1]],[[6303,9095],[-10,-3],[-47,-16],[-33,-1],[-7,-1]],[[6206,9074],[0,4],[-1,5],[-1,4],[0,38],[-3,1],[-14,0],[-6,0],[-11,-1]],[[6170,9125],[-1,2],[1,9],[10,5],[8,3],[4,1],[-5,7],[-7,9],[-2,2],[-6,4],[-2,2],[-5,1],[-2,1],[-9,-1],[-3,-5],[-1,-4],[-2,-7],[-12,-3],[-17,-2],[-17,0],[-9,-1],[-3,-2],[-12,-12],[-15,-1],[-15,3],[-8,4],[-19,9],[-2,2],[-9,10],[1,8],[3,4],[4,5],[2,2],[0,1],[0,4],[-2,5],[-4,10],[-1,2],[0,1],[6,5],[1,1],[2,1],[1,1],[3,2],[3,10],[0,9],[-14,14],[-9,0],[-8,0],[-15,-1],[-12,-4],[-7,-2],[-7,-3],[-8,-5],[-1,0]],[[5948,9231],[0,3],[1,6],[0,1],[3,0],[4,1],[9,1],[16,4],[8,2],[2,1],[8,14],[10,21],[0,21],[0,3],[-1,8],[-3,5],[-13,15],[-3,3],[-4,1],[-2,25],[4,20],[30,7],[-1,10]],[[7503,6312],[4,2],[22,10],[21,15],[5,11],[1,1]],[[7556,6351],[31,-13],[18,-6],[8,-5],[14,-8],[4,-3]],[[7631,6316],[0,-1],[-1,-4],[-1,-11],[0,-3],[1,-5],[11,-4],[-1,-11],[-3,-12],[-2,-5],[-2,-5],[-3,-8],[-6,-12]],[[7624,6235],[-4,2],[-11,0],[-1,1]],[[7608,6238],[-2,0],[-2,0],[-8,-3],[-15,-5],[-22,-5],[-2,0]],[[7557,6225],[-7,6],[-15,36],[-24,32],[-8,11],[0,2]],[[3719,1164],[-4,1],[-31,-7],[-14,-1],[-11,-1],[-9,3],[-8,7],[-14,8],[-15,3],[-16,2],[-14,4],[-14,8],[-5,12],[-12,4],[-5,1],[-6,2],[-2,0]],[[3539,1210],[-1,1],[-1,1],[-1,2],[-1,3]],[[3535,1217],[15,9],[20,8],[2,0],[8,-3],[3,-2],[18,0],[17,4],[32,8],[29,9],[3,1]],[[3682,1251],[3,-1],[22,-9],[16,-8],[10,-7],[1,-8]],[[3734,1218],[-1,-2],[-8,-24],[-5,-27],[-1,-1]],[[2058,3574],[-11,0],[-6,-1],[-1,0],[-17,-7],[-5,-2],[-5,-4],[-1,0],[-5,0],[-16,4],[-14,4],[-29,11]],[[1948,3579],[-18,30],[-10,26],[-1,6],[-3,8],[-7,9],[-2,3],[-2,2],[-4,3],[-7,5],[-3,1],[-20,8],[-14,4],[-12,2],[-4,1]],[[1841,3687],[-6,5],[-7,10],[-4,6],[-8,15],[-3,5],[-1,2]],[[1812,3730],[2,0],[6,0],[23,5],[5,1],[4,0],[4,0],[9,-2],[6,-2],[4,-2],[11,-5],[9,-5],[9,1],[9,8],[13,21],[3,4]],[[1929,3754],[1,-1],[19,-14],[3,-2],[26,-14],[31,6],[44,-14],[3,-3],[5,-3],[1,-1]],[[2062,3708],[-1,-6],[-1,-4],[-1,-1],[0,-3],[1,-3],[17,-41],[28,-37],[3,-5],[2,-4],[1,-1]],[[2111,3603],[-4,-1],[-1,-1],[-13,0],[-21,0],[-9,7],[-2,2],[-1,0],[-2,-2],[-1,-1],[0,-1],[-2,-4],[-1,-3],[-1,-12],[5,-13]],[[3087,618],[-2,2],[-6,13],[-2,6],[0,1],[10,20],[3,5],[1,1],[8,-1],[3,0]],[[3102,665],[-1,-4],[-2,-2],[-1,-2],[0,-1],[2,-2],[5,-4],[4,-2],[17,-5],[6,-2],[3,0],[24,2],[14,5],[33,0],[20,-3],[15,0],[4,3],[8,7],[2,3]],[[3255,658],[1,0],[32,-2],[2,0]],[[3290,656],[-1,-5],[0,-2],[2,-5],[3,-4],[11,-23],[8,-40],[1,-8],[1,-13],[2,-29],[0,-33],[-5,-7],[-7,-12],[-5,-16],[2,-34],[0,-11],[3,-28],[-2,-32],[0,-15],[-1,-2]],[[3302,337],[-4,0],[-2,0],[-5,0]],[[3291,337],[-1,10],[-9,20],[-13,15],[-6,4],[-6,4],[-12,10],[-2,2],[-3,6],[-1,6],[-2,4],[-4,8],[-4,6],[-6,6],[-2,2],[-3,1],[-14,9],[-6,4],[-9,6],[-4,6],[-3,1],[-15,8],[-3,0],[-3,0],[-12,-2],[-8,-1],[-2,0],[-13,4],[-1,1],[1,20],[17,6],[2,0],[29,8],[5,4],[5,4],[3,4],[4,26],[13,24],[-18,19],[-23,5],[-19,2],[-23,6],[-14,6],[-18,7],[-1,0]],[[1217,2684],[6,0],[48,5],[3,0],[10,2],[29,-3],[29,-2],[3,0]],[[1345,2686],[0,-2],[12,-10],[0,-1]],[[1357,2673],[-2,0],[-6,-5],[-1,-1],[0,-1],[-1,-3],[-2,-14],[-2,-8],[-4,-9],[-3,-9],[-4,-5],[-4,0],[-4,0],[-2,0],[-8,2],[-6,0],[-4,0],[-4,-2],[-1,0],[-1,-1],[-5,-7],[-6,-12],[-2,-9],[6,-5],[7,-10],[1,-3],[1,-3],[0,-1]],[[1300,2567],[-1,0],[-6,8],[-12,10],[-18,13],[-24,18],[2,24],[-8,13],[-11,13]],[[1222,2666],[-1,2],[-2,2],[-1,1],[-2,4],[0,2],[1,7]],[[1015,2996],[1,2],[0,1],[28,17],[14,12],[8,6],[3,1],[8,1],[4,1],[4,0],[7,-1]],[[1092,3036],[2,0],[17,3],[17,-2]],[[1128,3037],[10,-3],[4,-1],[5,-6],[1,-11],[-5,-24],[-1,-5]],[[1142,2987],[-1,0],[-4,1],[-15,0],[-3,-2],[-4,-5],[1,-3],[-19,-6],[-4,-2]],[[1093,2970],[-1,0],[-3,1],[-38,11],[-33,13],[-3,1]],[[6693,6099],[1,1],[33,1],[41,-1],[4,0]],[[6772,6100],[3,-4],[5,-5],[12,-12],[1,-2],[0,-2],[2,-36],[-8,-26],[-1,-2],[-2,-3]],[[6784,6008],[0,-2],[-24,-40],[-17,-22],[-12,-14],[-20,-22],[-3,-4]],[[6708,5904],[-1,0],[-28,-10],[-25,-2],[-13,0]],[[6641,5892],[3,6],[9,16],[3,6],[4,8],[3,10],[9,27],[2,7],[-4,6],[-14,22],[0,3],[-3,20],[-8,9],[-12,11],[-4,3]],[[6629,6046],[1,1],[30,20],[2,1],[6,2],[7,3],[3,2],[1,2],[2,2],[7,10],[4,7],[1,3]],[[5659,4241],[-6,0],[-1,0],[-23,6],[-27,-1],[-22,-21],[-1,-1],[-4,-4],[-4,-6],[-4,-4],[-2,-4],[-14,-26],[-4,-28],[5,-24],[0,-2],[0,-1]],[[5552,4125],[-3,-1],[-6,0],[-3,-1],[-2,-1],[-2,-3],[0,-3]],[[5536,4116],[-4,1],[-5,1],[-2,0]],[[5525,4118],[-2,1],[-25,21],[-25,19],[-15,11],[-1,0]],[[5457,4170],[1,1],[4,3],[7,13],[-3,15],[-7,11],[-14,14],[-15,14],[-30,30],[-16,33],[-5,5]],[[5379,4309],[-8,7],[0,1]],[[5371,4317],[5,4],[54,46],[49,46],[7,7],[8,8]],[[5494,4428],[2,-3],[10,-9],[1,-1]],[[5507,4415],[0,-1],[1,-8],[2,-7],[12,-14],[4,-5],[15,-13],[3,-2],[6,-3],[5,-4],[3,-1],[3,-1],[20,-3],[12,-2],[2,2],[2,0],[11,-4],[1,-1],[3,-7],[0,-1]],[[5612,4340],[-1,-1],[-1,-2],[0,-1],[-2,-3],[-3,-5],[-3,-4]],[[5602,4324],[-1,-2],[-2,-6],[1,-4],[0,-1],[11,-8],[11,-9],[5,-12],[1,-6],[8,-17],[5,-5],[5,-5],[3,-3],[2,0],[4,-2],[4,-3]],[[8740,6373],[-1,-1],[-6,-14],[-1,-4],[-1,-3],[-1,-5],[-15,-38],[4,-11],[5,-12],[-8,-8],[-10,-4],[-3,-1]],[[8703,6272],[-5,-1],[-2,0],[-1,1],[-1,0],[-12,7],[-13,7],[-16,0],[-39,-9],[-6,-3],[-4,-2]],[[8604,6272],[-1,5],[-9,7],[-30,5],[-3,1]],[[8561,6290],[1,4],[7,21],[6,10],[-1,11],[-11,23],[-8,15],[-1,1]],[[8554,6375],[5,7],[1,3],[1,9],[21,32],[2,11],[2,13],[1,10],[2,10],[1,2],[10,30],[-1,37],[-7,20],[-2,8],[0,3],[3,14],[6,19],[7,14],[10,10],[3,3],[2,1]],[[8621,6631],[-3,-3],[-7,-37],[5,-13],[4,-9],[2,-11],[2,-15],[9,-27],[11,-27],[23,-24],[7,-3],[27,-6],[16,0],[10,1],[5,0]],[[8732,6457],[-1,-2],[3,-17],[4,-25],[3,-25],[1,-10],[0,-1],[-2,-4]],[[8129,7194],[-1,0],[-5,-4],[-3,-3],[-17,10]],[[8103,7197],[-4,6],[-5,7],[-14,15],[-2,2],[-11,-2],[-14,-2],[-3,0]],[[8050,7223],[0,3],[-1,3],[4,30],[17,6],[26,0],[14,2]],[[8110,7267],[5,0],[19,-2],[2,-2],[0,-1],[0,-9],[0,-2],[-1,-8],[1,-10],[1,-10],[5,-8],[4,-4],[1,-2],[1,-1]],[[8148,7208],[-1,0],[-16,-12],[-2,-2]],[[1515,3659],[-4,1],[-2,0],[-5,0],[-4,-2],[-6,-2],[-1,-5],[-6,-24],[-5,-25],[-4,-25],[-7,-22],[-6,-15],[-1,-2]],[[1464,3538],[-1,-1],[-29,4],[-8,4]],[[1426,3545],[-5,3],[-9,7],[-10,7]],[[1402,3562],[-4,41],[-15,22],[0,1],[-1,2]],[[1382,3628],[2,3],[3,5],[1,1],[25,20],[23,11],[4,2],[1,1],[0,1],[-2,2]],[[1439,3674],[2,1],[34,26],[2,1],[3,1],[7,4]],[[1487,3707],[2,0],[14,-1],[20,2],[0,5],[0,1],[5,11],[1,1],[4,5],[1,0],[28,-3],[11,7],[1,2],[-2,1],[-3,0],[-7,1]],[[1562,3739],[11,7],[4,-1],[8,-2],[8,-2],[7,-3],[8,-9],[1,-1],[0,-3],[-1,-10],[-3,-20],[-3,-24],[0,-8]],[[1602,3663],[-1,1],[-2,2],[-1,1],[-1,2],[-4,3],[-5,4],[-2,1],[-4,3],[-17,3],[-16,-8],[-4,-4],[-11,-11],[-14,-2],[-2,0],[-3,1]],[[1378,317],[-2,1],[-3,1],[-3,2],[-6,7],[-4,6],[-8,21],[-5,18],[-6,8],[-16,15],[-21,14],[-35,36],[-20,22],[-14,21],[-12,15],[-16,16],[-10,2],[-33,34],[-1,1]],[[1163,557],[1,1],[4,10],[-6,14],[-1,1]],[[1161,583],[0,1],[3,0],[2,5],[1,4],[-1,3]],[[1166,596],[2,1],[25,12],[12,6],[7,3],[0,1]],[[1212,619],[-2,-14],[-1,-7],[4,1],[5,3],[5,3],[10,8],[2,1],[1,0],[3,-3]],[[1239,611],[19,-19],[19,-18],[7,-7],[4,-7],[4,-12],[3,-14],[1,-10],[1,-5],[5,-11],[4,-7],[4,-4],[4,-3],[11,-11],[8,-7],[9,-7],[10,-7],[7,-3],[5,-2],[7,-2],[1,0],[2,1]],[[1374,456],[1,-2],[18,-28],[18,-28],[3,-4],[2,-1],[4,0],[3,1]],[[1423,394],[3,-5],[18,-24],[5,-2],[5,-4],[1,-2],[1,-2],[0,-2],[-1,-2]],[[1455,351],[-1,0],[-1,0],[-21,-11],[-36,-16],[-13,-5],[-5,-2]],[[3103,2127],[8,-2],[26,-4],[6,-2],[5,-6],[16,-18],[-2,-24],[-3,-5],[1,-1]],[[3160,2065],[6,-12],[1,-1],[10,-16],[11,-21],[2,-5],[1,-2],[-4,-7],[-12,-18],[-19,-11],[-2,-3],[-10,-12],[-8,-11],[-23,-32],[-5,-9]],[[3108,1905],[-3,1],[-45,11],[-35,18],[-4,5],[-6,7],[-12,7],[-19,10],[-27,28],[1,14],[1,28],[1,14],[-14,7],[-12,7],[-2,2],[-6,12],[2,9]],[[2928,2085],[0,1]],[[2928,2086],[2,1],[29,9],[31,27],[35,5],[42,10],[2,0],[34,-11]],[[2894,2522],[2,1],[22,0],[13,-1],[2,0],[3,-1],[26,-8],[12,-7],[32,-18],[10,-5],[19,-12],[1,-13],[0,-1]],[[3036,2457],[-1,-2],[-2,-19],[-10,-29],[-2,-2]],[[3021,2405],[-22,10],[-40,7],[-29,4],[-21,6],[-20,9],[-8,7],[-19,7],[-4,1]],[[2858,2456],[0,1],[4,19],[2,7],[1,5]],[[2865,2488],[1,4],[8,10],[7,6],[11,13],[2,1]],[[3678,1366],[-4,0],[-16,-3],[-29,-10],[-4,-2]],[[3625,1351],[-3,0],[-6,0],[-3,-1],[-31,-7],[-3,-1]],[[3579,1342],[0,2],[-9,33],[-10,36],[-10,36],[-1,6],[0,3],[0,3]],[[3549,1461],[2,0],[20,8],[8,4],[4,3],[2,3],[1,1]],[[3586,1480],[2,-1],[23,-7],[3,-1],[7,-7],[13,-13],[1,-2],[8,-26],[6,-16],[6,-12],[15,-21],[8,-8]],[[9459,6169],[-1,0],[-13,23],[-2,5],[-1,4],[-11,18],[-3,2],[-17,6],[-1,1],[-2,-1],[-5,-1],[-3,-2],[-1,-1]],[[9399,6223],[0,2],[-2,6],[-1,1],[-16,20],[-9,16],[-9,21],[-13,20],[-5,6],[0,1]],[[9344,6316],[1,4],[0,10],[0,4],[-6,1],[-2,1],[-1,0],[-12,-4],[-9,-2],[-8,1],[-8,3],[-2,6],[-1,8],[-4,21],[-6,9],[-1,2],[-1,1],[1,6],[1,20],[1,4],[1,3],[29,4],[1,0]],[[9318,6418],[14,1]],[[9332,6419],[-5,-2],[14,-26],[36,-13],[46,-16],[35,-8],[13,-2],[30,-4],[30,-8],[18,-6],[19,-7],[17,-5],[4,0],[3,0],[2,0],[10,3],[6,8],[1,0],[5,-1],[4,0]],[[9620,6332],[1,-32],[0,-9],[-5,-7],[33,-11],[15,-4]],[[9664,6269],[0,-1],[5,-12],[4,-7],[4,-8],[4,-8],[4,-8]],[[9685,6225],[-14,-5],[3,-12],[-14,-7],[-17,-3],[-10,2],[-3,-1],[-10,-6],[-9,-7]],[[9611,6186],[-3,4],[-21,24],[-25,9],[-12,-3],[-2,-6],[-2,-4],[-6,-6],[-4,-4],[-3,-3],[-10,-4],[-6,-1],[-5,0],[-22,-3],[-17,-10],[-12,-10],[-2,0]],[[2545,2357],[3,0],[6,0],[11,-1],[18,-7],[4,-2],[4,-7],[1,-1]],[[2592,2339],[30,-16],[25,-14],[17,-9],[4,-4]],[[2668,2296],[-1,-1],[-10,-11],[-4,-5],[-6,-33],[0,-1],[2,-5],[19,-16],[3,-1]],[[2671,2223],[-3,-3],[-20,-9],[-2,-1],[-4,-5],[-5,-9],[3,-5],[7,-9],[0,-2],[0,-3]],[[2647,2177],[-15,0],[-20,0],[-17,-1],[-5,-1],[-6,-2],[-43,-17],[-38,-26],[-2,0]],[[2501,2130],[1,3],[1,17],[0,3],[-1,3],[-5,8],[-11,33],[-2,8],[-3,5],[-5,10],[-7,10],[-2,3],[-7,7],[-6,7],[-6,7],[-13,16],[-2,2]],[[3596,686],[-1,6],[-2,6],[-1,6],[-14,13],[-8,8],[-19,19],[-12,13],[-1,4],[-1,1],[1,4],[1,2],[13,16]],[[3552,784],[1,1],[10,5],[13,9],[11,11],[1,2]],[[3588,812],[20,-1],[67,-17],[4,-4],[28,-27],[1,-4]],[[3708,759],[-8,-1],[-4,-1],[-6,-4],[-1,-2],[-3,-9],[0,-2],[1,-3],[16,-15],[17,-20],[9,-10],[12,-14],[6,-8],[-2,-11],[-8,-7],[-1,0],[-3,1],[-2,1],[-6,3],[-8,2],[-4,1],[-7,-1],[-5,-1],[-9,-3],[-6,-3],[-3,-1],[-3,0],[-5,0]],[[3675,651],[-3,4],[-13,-6],[-2,0],[-20,-2],[-6,5],[-3,9],[-2,16],[-10,8],[-8,1],[-12,0]],[[4584,3263],[0,-1],[-7,-22],[-1,-3],[-6,-6],[-6,-16],[1,-2],[1,-2],[0,-1],[-1,-3],[-1,-3],[-4,-6],[-10,-11],[-13,-2],[-4,0],[-4,0],[-39,-5],[-1,0],[-29,4],[-25,-3],[-5,-2],[-4,6],[-4,4],[-4,6],[-6,8],[-7,4],[-18,3],[-17,4],[-17,5],[0,1],[2,7],[6,18],[4,11],[2,6],[6,17],[3,1],[6,1],[8,0]],[[4390,3281],[11,-1],[3,-1],[3,-1],[4,-1],[30,-10],[18,-5],[8,-2],[4,0],[1,1],[3,2],[6,3],[9,14],[8,11],[3,3],[3,0],[6,-9],[12,-15],[1,-1],[3,-2],[7,-3],[4,-2],[46,1],[1,0]],[[8923,6505],[2,-1],[9,-5],[7,1],[7,0],[5,-1],[7,-4],[-2,-21],[-1,-5]],[[8957,6469],[-1,-3],[-8,-6],[-1,0],[-11,-2],[-2,0],[-1,0],[-30,-2],[-31,-9],[-1,0],[0,-2]],[[8871,6445],[-1,-2],[-2,-1],[-1,-1],[-35,-2],[-4,0],[-1,1],[-3,2],[-3,1],[-5,4],[0,2],[0,2],[1,8],[2,5],[1,4],[1,2]],[[8821,6470],[14,4],[13,5],[17,6],[16,5],[11,2],[24,3],[1,1],[4,3],[1,2],[1,4]],[[6649,6470],[0,-1],[5,-21],[21,-20],[2,-2]],[[6677,6426],[-3,-2],[-2,-1],[-5,-6],[-1,-2],[-5,-24],[0,-2],[0,-1],[0,-2],[1,-1],[6,-4],[16,-11],[23,-19],[9,-8],[9,-2],[9,-2],[3,-6],[3,-7],[0,-2],[-1,-1],[-15,-18],[-12,-13],[-3,-2]],[[6709,6290],[-4,3],[-3,2],[-3,1],[-2,1],[-2,0]],[[6695,6297],[-2,-1],[-3,-1],[-35,-3],[-17,-1],[-20,-7],[-18,-10],[-21,-5],[-1,0],[-6,4],[-3,2],[-4,4],[-2,4],[-7,13],[-6,13],[-3,9],[0,12],[-2,21],[-5,3],[-2,1],[-4,1],[-8,0],[-2,1],[-1,1]],[[6523,6358],[0,7],[1,16],[8,5],[9,9],[5,10],[2,16],[11,13],[28,8],[11,9],[20,13],[22,7],[2,-1],[2,0],[5,0]],[[3900,1016],[1,2],[2,4],[3,7],[1,1]],[[3907,1030],[10,-3],[11,-5],[7,-3],[4,-2],[16,-2],[8,-1],[9,0],[18,6],[12,10],[16,16],[-1,7]],[[4017,1053],[3,-1],[28,6],[31,13],[9,6],[9,8],[1,6],[-6,14],[-10,10],[-4,3],[0,1]],[[4147,1135],[1,0],[1,-3],[3,-6],[-1,-1],[-7,-16],[-4,-29],[-1,-14],[13,-12],[1,0]],[[4153,1054],[1,-2],[17,-26],[11,-25],[3,-10],[22,-6],[14,0],[5,2],[4,2],[2,2],[2,2],[1,3],[1,2],[3,2],[4,2],[10,6],[5,1]],[[4258,1009],[2,0],[2,0],[1,-11],[-1,-2],[16,-2],[29,-1],[4,3],[13,12]],[[4324,1008],[0,-3],[1,-4],[1,-5],[2,-4],[3,-5],[0,-2],[0,-1],[-1,0]],[[4330,984],[-23,-4],[-7,0],[-22,-2],[-49,-11],[-32,-8],[-25,-4],[-16,-2],[-19,-1],[-21,-3],[-6,-2]],[[4110,947],[-7,-1],[-40,-3],[-11,-1],[-7,0],[-8,0],[-4,1],[-8,2],[-14,0],[-3,-1]],[[4008,944],[-6,3],[-6,3],[-21,16],[-32,25],[-34,18],[-2,1],[-3,3],[-2,1],[-2,2]],[[3504,1071],[-5,4],[-1,0],[-16,-6],[-20,-10],[-11,-3],[-22,-1],[-6,-1]],[[3423,1054],[-1,3],[-4,27],[0,21],[16,15],[29,20],[18,11],[22,15],[5,6],[1,0]],[[3509,1172],[3,-4],[6,-5],[2,-3],[3,-3],[5,-7],[13,-17],[-3,-15],[5,-16],[5,-11],[3,-3],[1,-2]],[[3552,1086],[0,-1],[-7,-6],[-15,-4],[-7,-1],[-8,-1],[-10,-1],[-1,-1]],[[6050,6274],[0,-1],[15,-21],[24,-7],[1,0],[1,1],[3,5],[2,4],[2,7],[0,3],[-1,3],[1,1],[1,0],[2,-1],[1,0],[3,-3],[5,-5],[1,-2],[1,-3],[6,-18],[-2,-7],[-9,-1],[-10,-3],[-4,-5],[15,-19],[3,-16],[0,-3],[-1,-7],[0,-1],[-1,-1]],[[6109,6174],[-17,1],[-11,-4],[-1,-10],[-1,0],[-11,1]],[[6068,6162],[0,7],[-1,7],[-3,13],[-6,14],[-16,10],[-11,16],[-2,5],[-5,8]],[[6024,6242],[0,1],[4,4]],[[6028,6247],[1,1],[1,1],[8,12],[11,13],[1,0]],[[1793,2989],[-1,-2],[-3,-7],[-2,-11],[-1,-12],[0,-2],[1,-4],[1,-1],[4,-4],[6,-3],[7,-6],[3,-2],[1,-2],[3,-3],[4,-9],[-2,-1],[-2,-2]],[[1812,2918],[-2,-1],[-4,-3],[-14,-7],[-13,-8],[-12,0],[-31,-2],[-28,-10],[-2,-1],[0,-1]],[[1706,2885],[-2,1],[-2,1],[-1,1],[-2,4],[-3,5],[-3,7],[0,3],[-1,9],[-1,20],[4,18],[9,15],[7,8],[2,3]],[[1713,2980],[1,0],[5,4],[24,8],[2,0],[5,0],[6,0],[36,-3],[1,0]],[[1123,1738],[-1,-1],[0,-8],[0,-10],[-4,-20],[-6,-16],[-1,-2]],[[1111,1681],[-8,-6],[-17,-11],[-25,-6],[-1,0],[-9,4],[-6,3],[-1,1]],[[1044,1666],[-3,2],[-5,1],[-4,0],[-5,6],[-7,11],[14,22],[14,6],[0,2],[1,4],[1,6],[-1,2],[-3,5],[-2,2],[-7,4],[-5,3],[-5,9],[1,12],[1,5],[5,19],[14,24],[7,1],[3,2],[1,1]],[[1059,1815],[4,1],[3,0],[13,2],[1,0]],[[1080,1818],[-1,-2],[21,-32],[21,-29],[1,-2],[1,-2],[1,-5],[-1,-5],[0,-3]],[[9035,5800],[1,0],[16,-5],[8,-3],[10,-3],[9,-1]],[[9079,5788],[8,0]],[[9087,5788],[0,-6],[1,0],[15,-3],[11,-3],[4,-1],[10,-3],[2,-3],[7,-6],[8,-10],[9,-3],[11,-2],[39,-9],[21,9],[2,0],[1,-3],[-1,-2],[-1,-4]],[[9226,5739],[2,-7],[0,-4],[0,-11],[0,-1],[-6,-2],[-6,-1],[-2,-1],[-1,-2],[-4,-17],[-5,-25],[-4,-23],[-1,-2],[-16,-27],[-5,-3],[-29,3],[-40,5],[-42,3],[-30,-2]],[[9037,5622],[-5,9],[-11,16],[-11,18],[-4,14],[-2,24],[9,25],[20,22],[-2,44],[4,6]],[[9105,7481],[14,-5],[-1,-2],[-8,1],[-2,0],[-12,-1],[-7,-1],[-7,-1],[-32,-8],[-6,-2],[-10,-6],[-18,-30],[-16,-24],[-2,-2]],[[8998,7400],[-5,-3],[-8,-4],[-2,-1],[-1,-1]],[[8982,7391],[0,1],[0,28],[-1,4]],[[8981,7424],[-1,9],[2,4],[4,8],[4,9],[0,2],[-15,19],[-13,16],[-20,36],[-1,1],[-1,0],[-3,0],[-20,-2],[-25,6],[-6,4],[-5,7],[-5,6],[-9,4],[-15,3],[-1,0],[-3,0],[-17,-10]],[[8831,7546],[-21,9],[-14,12],[-13,15],[-2,3],[-13,23],[2,17],[2,11]],[[8772,7636],[1,-4],[1,-1],[1,0],[4,-1],[3,1],[5,2],[20,0],[26,-12],[31,4],[29,7],[23,-16],[4,-2],[3,-2],[0,-1],[1,-2],[15,-15],[36,-19],[4,-4],[5,-4],[2,0],[21,3],[3,1],[3,1],[2,2],[3,3],[3,3],[3,1],[4,1],[2,0],[3,0],[2,-1],[1,-1],[1,-2],[0,-3],[0,-3],[-1,-1],[-1,-1],[-2,-1],[-3,-1],[-4,-2],[-3,-2],[0,-1],[0,-2],[25,-39],[4,-7],[11,-17],[4,-3],[2,-3],[3,-2],[5,-2],[24,-6],[3,-1],[1,0]],[[1152,3960],[0,1],[2,6],[1,1],[1,2],[10,18],[9,22],[1,3]],[[1176,4013],[1,0],[21,-9],[15,19],[12,10],[2,1],[2,1],[3,0],[1,0]],[[1233,4035],[2,-3],[3,-1],[1,0],[17,6],[9,4],[6,3],[4,2],[2,0],[12,-10],[3,-4],[0,-2],[1,-3]],[[1293,4027],[-1,-1],[-4,-8],[-3,-39],[9,-13],[13,-6],[15,0],[16,-1],[6,0],[2,-2],[2,-2],[1,-2],[0,-1],[-2,-5],[-1,-1],[-16,-27],[-15,-35],[-1,-21],[8,-22],[1,-25]],[[1323,3816],[-2,-3],[-3,-4],[-3,-2],[-19,-3],[-13,0],[-4,1]],[[1279,3805],[-1,1],[-7,14],[-16,20],[-20,4],[-10,1],[-5,2],[-12,6],[-17,15],[-14,26],[-9,27],[-15,24],[-1,2],[0,1],[-1,3],[0,4],[0,3],[1,2]],[[2065,3125],[5,1],[10,2],[3,0],[2,-1],[3,-1],[0,-1],[21,-15],[26,-8],[7,0],[7,1],[1,0]],[[2150,3103],[1,-2],[9,-12],[-3,-19],[0,-6],[-1,-4],[0,-1],[-2,-3],[-2,0],[-10,2],[-15,-6],[-5,-7],[-2,-4],[-2,-4],[7,-4],[12,-6],[11,-14],[0,-1],[0,-3]],[[2148,3009],[-7,0],[-27,-15],[-1,-1]],[[2113,2993],[-3,-1],[-3,1],[-36,18],[-37,16],[-7,3],[-28,-9],[-3,0]],[[1996,3021],[0,1],[2,4],[0,2],[-3,23],[-3,17],[-1,10],[-1,5],[0,4],[7,20],[5,9],[2,0],[4,1],[4,0],[12,0],[9,1],[13,3],[17,4],[2,0]],[[4602,3890],[-1,-1],[-4,-5],[-3,-28],[6,-19],[6,-3]],[[4606,3834],[-3,-6],[-3,-4],[-4,-4],[-2,-3],[-1,-1],[-25,-1],[-23,7],[-1,0],[-3,-4],[-7,-17],[-1,-4]],[[4533,3797],[-5,2],[-4,2],[-3,2],[-18,9],[-20,8],[-8,3],[-8,-3],[-14,-5],[-8,-4],[-8,-2],[-12,-3],[-9,3],[-8,5],[2,2],[2,3],[2,2],[1,2],[2,4],[4,15],[1,4],[0,1],[0,2],[-4,11],[-1,3],[-2,1],[-11,3],[-9,3],[-6,1]],[[4389,3871],[1,2],[8,5],[4,3],[4,-4],[3,-1],[3,-1],[8,-1],[4,0],[5,0],[10,1],[8,1],[1,2],[2,7],[4,8],[0,1],[2,2],[5,5],[1,0],[15,-3],[4,-1],[0,-1],[-2,-4],[1,-15],[7,-13],[7,-3],[9,5],[20,15],[4,8],[2,10],[0,3],[0,1]],[[4529,3903],[1,4],[1,4],[24,-2],[6,-2],[11,-2],[8,-5],[4,-2],[3,0],[3,-1]],[[4590,3897],[4,-2],[2,-1],[3,-1],[2,-1],[1,-1],[0,-1]],[[3420,2043],[-1,-3],[-14,-41],[-10,-37],[0,-1]],[[3395,1961],[-7,-9],[-12,-19],[-8,-8],[-12,-12],[-7,-5],[-29,-9],[-8,-3],[-12,-1],[-20,0],[-7,0],[-5,1],[-43,-11],[-11,-3],[-2,-1],[-5,0],[-46,1],[-4,1],[-3,1],[-13,5],[-12,6],[-13,6],[-8,4]],[[3160,2065],[1,0],[21,-7],[20,-7],[18,-4],[39,-6],[9,-2],[31,-1],[42,21],[20,9],[2,0],[46,-12],[4,-5],[6,-7],[1,-1]],[[5954,6606],[19,2],[38,-18],[7,-5],[24,-13],[3,-1]],[[6045,6571],[3,-2],[14,-6],[12,-4],[9,-1],[2,0],[2,-1],[2,-2],[-1,-12],[-1,-20],[6,-23],[16,-5],[1,-1]],[[6110,6494],[-3,-4],[-2,-3],[-5,-5],[-4,-4],[-6,-8],[-2,-3],[0,-3],[-3,-20],[1,-5],[2,-8],[2,-4],[3,-4],[4,-2],[2,-1],[5,-3],[9,-6],[0,-1],[1,-1],[0,-3],[0,-2],[-3,-8],[-6,-12],[-8,-9],[-10,-30],[0,-1]],[[6087,6344],[-2,-1],[0,-1],[-33,-5],[-17,-2],[-38,4],[-1,-1]],[[5996,6338],[-2,3],[-1,11],[1,21],[0,43],[-1,9],[-2,6],[-5,18],[-5,13],[-8,21],[-6,21],[-4,21],[0,4],[-2,14],[-5,40],[0,6],[-2,14],[0,3]],[[2645,2831],[1,-6],[9,-28],[3,-15],[0,-6],[1,0],[1,-1],[11,-3],[11,-2]],[[2682,2770],[-3,-2],[-2,-2],[-13,-6],[-9,-2],[-16,-2],[-7,-6],[-2,-3],[-1,-2],[-6,-16],[-5,-17],[-11,-11],[-16,-5],[-12,0]],[[2579,2696],[-9,8],[-4,4],[-7,6],[-1,0]],[[2558,2714],[0,1],[-1,4],[-3,11],[-3,11],[0,4],[-1,4],[1,23],[1,6],[0,2],[1,3],[2,10],[25,37],[11,11],[4,2]],[[2595,2843],[2,0],[27,-6],[20,-6],[1,0]],[[7791,6434],[-2,-4],[-24,-44],[0,-1],[1,-2],[1,-4],[1,-3]],[[7768,6376],[-2,0],[-32,-7],[-40,-17],[0,-2],[0,-1]],[[7685,6349],[-4,3]],[[7681,6352],[-3,2],[-11,27],[0,1],[6,5]],[[7673,6387],[16,3],[2,0],[11,2],[2,6],[5,21],[-2,18],[-1,5]],[[7706,6442],[1,0],[24,2],[-2,3]],[[7729,6447],[13,1],[39,-13],[1,0],[0,-1],[3,0],[6,0]],[[5268,5170],[-1,1],[-4,10],[-1,2],[-18,40],[-7,17],[-1,2],[0,3],[1,2],[7,15],[6,10],[-6,27],[-15,35],[0,1]],[[5229,5335],[2,1],[1,1],[11,7],[5,4],[20,-3],[20,-8],[5,-3],[1,0],[3,-2],[7,-1],[1,0],[3,0],[22,0],[19,3],[1,0],[0,-1]],[[5350,5333],[1,-3],[1,-6],[6,-4],[0,-2],[4,-7],[0,-1],[-8,-12],[-2,-1]],[[5352,5297],[-5,-1],[-5,-15],[2,-13],[2,-8],[2,-6],[6,-6],[4,-8],[1,-1],[2,-13],[0,-6],[-14,-1],[-16,-1],[-25,-5],[-7,-5],[-8,-12],[-15,-18],[-4,-4],[-4,-4]],[[2384,3269],[0,-1],[-1,0]],[[2383,3268],[-3,-1],[-12,-4],[-19,-10],[-14,-11],[-8,-17],[-5,-12],[11,-30],[0,-1]],[[2170,3250],[0,2],[-6,0],[-34,-13],[-25,-19],[-6,-18],[-7,-23],[-1,-2]],[[2091,3177],[-26,18],[0,1],[2,1],[1,1],[2,2],[1,2],[2,10],[0,2],[-16,12],[-7,3],[-7,3],[-16,7],[-7,-7],[-9,-7],[-12,-5],[-8,3],[-3,1],[-2,0],[-4,-1],[-5,-2],[-2,-1],[-2,-2],[-2,-3],[-1,-2],[0,-2],[-1,-3],[1,-3],[1,-2],[0,-2],[0,-3],[0,-2]],[[1971,3196],[-11,0],[-7,0],[-2,1],[-9,5],[-6,3]],[[1936,3205],[-1,0],[-6,2],[-2,1],[-8,4],[-10,5],[-7,4]],[[1902,3221],[3,3],[4,4],[2,2],[6,6],[1,2],[0,1],[0,2],[0,1],[0,1],[-1,1],[-1,0],[-1,11],[2,10],[5,16],[0,1],[-2,1],[-3,1],[-4,1],[-8,0],[-7,-2],[-6,0],[-10,3],[-7,2],[-6,2],[-9,14],[-17,13],[0,2]],[[1843,3319],[-1,1],[-9,25],[-1,2],[-3,5],[0,1],[4,5],[1,2],[6,3],[8,2],[14,3],[4,1],[2,1],[3,3],[5,6],[1,5],[1,13],[0,1],[-2,5],[-7,3],[-25,9],[-7,2],[-6,3],[-2,5],[1,2],[1,3],[1,3],[1,1],[1,2]],[[1834,3436],[8,0],[12,0],[13,7],[0,1],[0,1],[2,3],[2,4],[2,3]],[[1873,3455],[2,-1],[5,-2],[4,-2],[11,-6],[12,-8],[9,-5],[7,-5],[7,-6],[8,-9],[9,-5],[30,-13],[3,-2],[14,-2],[4,1],[0,3],[0,3],[5,13],[7,13],[18,-11],[30,-12],[2,-1],[1,0],[7,1],[8,2],[2,1]],[[2078,3402],[0,1],[41,12],[12,4],[11,7],[6,7],[1,1],[5,3],[20,6],[8,-1],[11,-2],[42,3],[16,1],[3,0],[1,0],[1,-1],[3,-3],[1,-1],[1,-3],[0,-1],[-1,-2],[0,-1],[2,-3],[1,-1],[2,-1],[22,-2]],[[2287,3425],[3,0],[1,-1],[2,-1],[15,-19],[-16,-13],[-3,-6],[-2,-6],[0,-3],[0,-3]],[[2287,3373],[-3,-1],[-3,-3],[-16,-15],[-2,-1],[-2,-3],[-2,-3],[-21,-6],[-3,-2],[-1,-2],[-2,-4],[0,-1],[3,-7],[4,-1],[11,-2],[10,-2],[4,-1],[2,-2],[5,-1],[12,-2],[4,1],[2,0],[16,2],[6,1]],[[2311,3318],[0,-1],[-3,-28],[0,-4],[3,-4],[8,-2],[29,-7],[5,-1],[11,-1],[10,1],[10,-2]],[[4163,1437],[2,4],[1,6],[2,22],[2,23],[1,22],[0,4]],[[4171,1518],[1,0],[14,1],[19,8],[17,7],[29,4],[49,12],[10,0]],[[4310,1550],[-1,-3],[0,-18],[1,-22],[3,-23],[1,-9],[0,-1]],[[4314,1474],[-1,-1],[-10,-2],[-4,-1],[-6,-4],[-4,-4],[-4,-4],[-2,-3],[0,-4],[0,-3],[3,-5],[3,-4],[2,-3],[-1,-2],[-1,-4],[-3,-5],[-3,-2],[-3,-2],[-2,-1],[-5,0],[-4,1],[-3,2],[-5,3],[-5,3],[-10,7],[-5,3],[-11,3],[-8,2],[-5,0],[-4,-1],[-1,-2],[-4,-5],[-2,-3],[-4,-4],[-4,-2],[-6,-3],[-3,-1],[-3,0],[-6,1],[-4,2],[-1,1],[-2,1],[-10,8],[0,1]],[[4336,4849],[1,-6],[3,-3],[2,-2],[6,-1],[6,2],[0,3],[1,1],[1,1],[7,10],[3,4],[6,7],[14,6],[1,0],[4,1],[3,0],[3,-1],[1,-1],[10,-5],[2,-2],[3,-5],[3,-11],[3,-10],[1,-3],[5,-6],[10,-10],[1,0]],[[4436,4818],[-2,-1],[-3,-1],[-10,0],[-15,0],[-1,0],[-1,1],[-7,-2],[-4,-1],[-8,-3],[-1,-3],[-1,-2],[0,-3],[1,-9],[2,-4],[6,-3],[2,-2],[1,-1],[4,-7],[0,-1]],[[4399,4776],[-24,-20],[-30,-11],[-9,-2],[-21,-5],[-32,-4],[-5,0]],[[4278,4734],[-1,1],[-1,2],[-3,17],[-2,12],[-3,19],[-3,12],[0,1]],[[4265,4798],[0,2],[2,18],[1,6],[5,10],[7,7],[28,8],[13,5],[7,-1],[5,-2],[3,-2]],[[4155,3730],[7,1],[10,1],[10,1],[17,1],[1,-3],[0,-3],[0,-4],[0,-3],[0,-2],[-1,-1],[-2,-21],[4,-26],[1,-3],[1,-3],[1,-5],[1,-2]],[[4205,3658],[-1,-2],[-4,-20],[0,-22],[23,-30],[1,-1]],[[4224,3583],[-16,-12],[-10,-8],[-30,-24],[-14,-1],[-5,1],[-2,5],[-13,4],[-17,-3],[-29,-8],[-1,-1],[-1,-1],[0,-2],[-1,-6]],[[4085,3527],[-9,1],[-24,9],[-14,6],[-41,16],[-22,27],[-21,28],[-12,8],[1,5]],[[3943,3627],[1,3],[4,17],[1,5],[0,4],[1,5],[0,4],[12,18],[34,14],[15,5],[2,1]],[[4013,3703],[1,0],[1,0],[30,2],[4,0]],[[4049,3705],[2,0],[4,0],[27,6],[42,13],[30,6],[1,0]],[[8320,6686],[6,5],[14,12],[12,23],[1,3],[1,4],[2,12],[1,4],[0,5],[-1,9],[0,3],[-1,2],[0,2],[0,1]],[[8355,6771],[9,-4],[12,1],[6,1],[18,1],[10,0],[12,0],[27,-3],[3,0],[18,-6],[9,-3],[3,-2],[8,-5],[13,-9]],[[8503,6742],[29,-31],[26,-25],[9,-40],[0,-2]],[[8567,6644],[-5,0],[-11,-24],[-14,-8],[-4,-3],[-44,-14],[-15,-5]],[[8474,6590],[-15,0],[-24,-1],[-12,0]],[[8423,6589],[-2,5],[0,2],[-3,6],[-4,9],[-8,8],[-8,9],[-15,14],[-7,4],[-9,6],[-7,4],[-27,20],[-7,5],[-6,5]],[[5661,7561],[-5,5],[-12,3],[-14,-4],[-5,-3],[-1,0],[-2,0],[-3,2],[-3,2],[-1,3],[-9,15],[-7,12],[-9,4],[-10,1],[-7,5],[-4,9],[0,14],[-6,7],[-1,1],[-7,0],[-11,1],[-3,0],[-2,1],[-5,1],[-9,9],[-5,5],[-4,5],[-3,2],[-5,1],[-4,1],[-4,-1],[-1,-1],[-10,-17],[-13,-19],[1,-22],[-1,-14],[-6,-6],[-10,-2],[-10,1],[-15,-2],[-2,-1],[-3,-3],[-3,-2],[-1,-3],[-10,-24],[-9,-5],[-7,-6],[-9,-9],[-9,-3],[-5,2],[-7,2],[-2,2],[-4,5],[-1,4],[0,7],[-1,7],[-2,4],[-3,4],[-10,1],[-13,-8],[-10,-9],[-15,-10],[-4,-8],[-2,-9],[-5,-10],[-8,-8],[-2,0],[-1,-1],[-1,-2],[-1,-4],[0,-4]],[[5285,7489],[-6,1],[-15,16],[-1,0],[-13,-4],[-3,-2],[-2,-2],[-3,2],[-2,4],[-5,10],[-1,2],[2,6],[5,11],[6,11],[0,3]],[[5247,7547],[1,2],[5,9],[3,5],[9,6],[14,2],[8,-10],[11,1],[14,14],[9,8],[8,10],[1,4],[-4,6],[-7,22],[10,12],[2,5],[3,9],[0,4],[-5,12],[-5,8],[-4,6],[6,5],[1,1],[11,2],[9,2],[9,0],[5,2],[2,1],[4,2],[1,1],[0,19],[-1,4],[-5,13],[-1,4],[-1,0],[-13,-1],[-2,-1],[-2,-3],[-9,-4],[-13,-3],[-21,2],[-4,7],[0,7],[-5,11],[-7,10],[-4,12],[-2,11],[27,7],[21,6],[4,7],[4,11],[4,15],[7,14],[9,5],[8,1],[3,-3],[6,-3],[18,-9],[11,14],[3,8],[5,8],[2,2],[11,11],[1,3]],[[5422,7883],[1,0],[11,-2],[11,0],[10,2],[8,1],[17,16],[13,14],[23,27],[2,2]],[[5518,7943],[20,1],[5,8],[13,3],[14,-1],[21,1],[15,4],[5,19],[1,0]],[[5612,7978],[26,-24],[13,-7]],[[5651,7947],[0,-4],[-3,-27],[-1,-5],[1,-4],[3,-6],[7,-14],[2,-5],[0,-44],[12,-36],[20,-35],[6,-7],[4,-8]],[[5702,7752],[1,0],[-7,-30],[-12,-25],[-8,-13],[-10,-10],[-8,-4],[-6,-6],[-2,-3],[-1,-3],[1,-14],[1,-4],[2,-3],[8,-11],[1,-1],[12,-17],[-1,-27],[0,-1]],[[5673,7580],[-1,0],[-2,-2],[-1,-4],[-2,-3],[-5,-10],[-1,0]],[[4218,2862],[10,-29],[0,-2],[2,-7],[2,-8],[0,-4],[17,-47]],[[4249,2765],[-7,2],[-13,4],[-15,6],[-48,5],[-4,-2],[-95,3],[-23,6],[-14,4],[-33,10]],[[3997,2803],[-1,1],[-23,7],[-13,5],[-37,11],[-45,1],[-43,-3],[-5,-3]],[[3830,2822],[0,1],[1,4],[3,10],[1,13],[3,27],[0,3],[-1,3],[-2,1]],[[3835,2884],[-2,4],[0,1],[6,22],[12,26],[10,18],[1,1],[12,3],[11,1],[6,-1],[2,0],[21,-7],[20,-1],[18,0],[22,1],[5,0]],[[3979,2952],[2,0],[20,-4],[17,-14],[8,-3],[28,-9],[14,0],[10,4],[18,-8],[23,-10],[9,-8],[2,-2],[3,-4],[11,-13],[4,-6],[-2,-9],[-3,-10],[0,-1],[-1,-1],[76,8]],[[2484,3180],[0,1],[2,1],[2,1],[5,0],[2,1]],[[2495,3184],[4,0],[41,-15],[21,-24],[8,-14],[1,-1]],[[2570,3130],[-1,-1],[-5,-20],[-9,-28],[-2,-8],[-2,-5],[-2,-6],[-3,-8],[-3,-6],[-1,-4],[-2,-4],[-2,-5],[-1,-2]],[[2537,3033],[-4,2],[-7,3],[-9,3],[-14,5],[-15,4],[-14,-6],[-11,2],[-50,13],[-1,1]],[[2412,3060],[-3,1],[-34,10],[-10,6],[-3,2]],[[2362,3079],[1,2],[1,1],[0,1],[8,10],[24,29],[16,19],[12,8],[23,15],[30,12],[6,3],[1,1]],[[7605,5583],[2,1],[2,2],[0,1],[1,3],[1,3],[1,2],[1,1],[4,2],[15,11],[31,17],[2,0],[1,-1]],[[7666,5625],[0,-1],[40,-26],[17,-13],[2,-2]],[[7725,5583],[-2,-4],[-5,-5],[-11,-9],[-3,-16],[-2,-6],[0,-4],[-4,-9],[-6,-5],[-10,-3],[-4,-3],[6,-8],[9,-9],[8,-6],[23,-3],[2,0],[6,0],[5,1],[5,1],[8,-1],[9,-2],[9,-3],[2,0],[5,0],[4,0],[2,0]],[[7781,5489],[1,-2],[0,-3],[-1,-5],[0,-3]],[[7781,5476],[-4,2],[-14,3],[-55,2],[-8,-2],[-2,0]],[[7698,5481],[-1,0],[-29,27],[-7,6],[-4,3],[-18,8],[-13,5],[-16,-1],[-12,8],[-1,1]],[[7597,5538],[-2,2],[-8,24],[-2,7],[0,9],[2,1],[6,0],[6,1],[4,0],[2,1]],[[6537,6611],[-2,0],[-3,0],[-2,0],[-4,-2],[-8,0],[-7,1],[-20,4],[-7,2],[-2,3],[-5,8],[0,3],[-1,2]],[[6476,6632],[-5,7],[-3,3],[-10,4],[-5,1],[-4,0],[-6,-2],[-33,0],[-26,5],[-10,2],[-13,5],[-2,1],[-3,2],[-17,16],[-15,11],[-2,0],[-10,1],[-16,1],[-20,4],[-11,6],[-24,14],[-9,22],[0,3],[0,5]],[[6232,6743],[8,3],[40,11],[22,5],[13,2],[15,1],[18,5],[4,1],[2,2],[3,3],[1,1],[6,11],[4,11],[24,8],[33,2],[21,3],[26,7],[13,1],[39,-1],[14,-1],[2,-1],[5,-1]],[[6545,6816],[5,-5],[13,-8],[15,-12],[-16,-10],[-23,-16],[-15,-16],[-7,-8],[2,-10],[7,-10],[11,-11],[7,-25],[0,-2],[0,-5],[0,-1],[1,-3],[3,-2],[2,-1]],[[6550,6671],[3,-3],[1,-8],[-3,-2],[-1,-2],[-5,-11],[-3,-7],[0,-1],[-1,-3],[-4,-20],[0,-3]],[[4425,3351],[0,-2],[0,-1],[6,-2],[1,0],[27,-9],[23,-9],[6,-2],[4,-2],[5,-2],[1,0],[26,2],[20,11],[2,1]],[[4546,3336],[26,-14],[16,-8],[11,-6],[1,0]],[[4600,3308],[-1,-2],[-13,-37],[-2,-6]],[[4390,3281],[4,16],[7,27]],[[4401,3324],[2,4],[10,14],[10,9],[1,0],[1,0]],[[1788,2619],[-2,-2],[-2,-3],[-5,-3],[-6,-4],[-14,-2],[-26,-7],[-15,-6]],[[1718,2592],[-2,6],[-1,1],[-16,14],[-21,9],[-1,0],[-3,5],[-1,2],[-1,3],[0,4],[2,4],[7,11],[3,11],[1,6],[0,2]],[[1685,2670],[1,0],[5,1],[21,10],[13,7],[12,8],[11,1],[13,-3],[22,-20],[3,-23],[2,-22],[-1,-9],[1,-1]],[[4278,3422],[0,4],[1,12],[0,3],[0,3],[-2,3],[-3,5],[-9,12],[-3,16],[7,14],[5,7],[9,6],[23,30],[8,8],[16,15],[15,13],[11,7],[2,2]],[[4358,3582],[2,-1],[37,-33],[22,-20],[19,-14],[20,-1],[21,-5],[17,-10]],[[4496,3498],[-2,-3],[6,-14],[5,-12],[3,-9],[0,-1],[-4,-4],[-9,1],[-14,2],[-2,1],[-7,-1],[-4,-3],[-31,-27],[-5,-4],[-2,-8],[-2,-11],[0,-1],[0,-1],[1,-5],[2,-4],[1,-5],[0,-6],[0,-5],[0,-3],[-1,-7],[-5,-17],[-1,0]],[[4401,3324],[-1,1],[-28,29],[-8,6],[-4,3],[-17,9],[-26,11],[-30,27],[2,6],[0,4],[-1,1],[-5,1],[-2,0],[-3,0]],[[963,3639],[3,-1],[14,-10],[10,-8],[0,-1],[2,-1],[9,-5]],[[1001,3613],[-3,-4],[-30,-36],[-15,-28],[-10,-8],[-14,-11],[-11,-9],[-4,-4],[-3,-3],[-5,-9],[-1,-4],[-1,-2],[0,-1]],[[904,3494],[-2,-4],[-1,-3],[-6,-9],[-7,-6],[-4,-2],[-2,-1],[-9,-1],[-24,-2],[-22,3],[-2,2],[-4,2],[-4,1],[-1,0],[-2,0]],[[814,3474],[-3,0],[-1,0],[-22,12],[-17,16],[1,1],[-1,2],[-1,1]],[[770,3506],[3,3],[25,5],[31,22],[24,11],[33,13],[7,-1],[3,3],[7,8],[7,10],[11,22],[1,1]],[[922,3603],[30,18],[3,1],[3,3],[2,3],[2,3],[1,2],[0,2],[1,2],[-1,2]],[[7903,7464],[-6,-3],[-19,-27],[0,-1],[-4,-1],[-16,6],[-11,6],[-2,1],[-2,0],[0,-1],[-2,-3],[0,-1],[0,-4],[0,-3],[0,-1]],[[7841,7432],[-2,-1],[-30,-6],[-23,-2],[-3,0],[-2,0]],[[7781,7423],[-4,3],[-24,18],[-1,2],[-1,1],[0,3]],[[7751,7450],[1,38],[8,17],[4,4],[2,3],[0,1],[-1,1]],[[7765,7514],[3,0],[35,-2],[46,12],[0,1],[1,0],[2,2],[7,4],[4,2],[2,0],[9,0],[1,-1],[1,-1],[1,-4],[1,-5],[0,-1],[13,-35],[12,-21],[0,-1]],[[5180,4541],[1,-1],[16,-16],[7,-7],[8,-13],[14,-16],[4,-5],[4,-4],[1,0]],[[5235,4479],[0,-1],[1,-2],[6,-20],[2,-8],[0,-2],[0,-3],[8,-36],[5,-11],[0,-1]],[[5257,4395],[-1,-1],[-2,-6],[-2,-2],[0,-1],[-1,-14],[-7,-16],[-20,-6],[-19,-2],[-1,0]],[[5101,4397],[-1,1],[-3,2]],[[5097,4400],[0,3],[-8,25],[-3,21],[3,13],[4,15],[12,40],[-8,9],[-12,15],[-15,20],[-5,8]],[[5065,4569],[1,0],[1,0],[6,2],[40,-21],[8,-6],[10,-2],[6,-2],[22,-3],[4,0],[6,0],[5,1],[6,3]],[[3379,929],[2,6],[4,12],[0,3],[-1,7],[-1,4],[-3,8],[-3,6],[-2,2],[-3,3],[-3,5]],[[3369,985],[1,0],[32,4],[40,4],[40,-1],[6,2],[7,4],[1,1]],[[3496,999],[1,-1],[31,-24],[20,-17],[1,-1],[2,-1]],[[3551,955],[1,-5],[-7,-12],[-12,-18],[-7,-14],[-13,-12],[-2,-2]],[[3511,892],[-1,0],[-10,0],[-22,3],[-16,9],[-11,8],[-2,1],[-9,8],[-6,5],[-22,6],[-3,0],[-3,0],[-9,-1],[-15,-2],[-3,0]],[[8129,7023],[15,1],[3,6],[2,6],[1,2],[1,2],[4,3],[4,3],[2,2],[1,0],[1,0],[9,-5],[5,-5],[0,-2],[0,-1],[-3,-1],[0,-1],[4,-3],[26,-17],[1,1],[2,11],[2,7],[1,2],[2,2],[2,2],[2,1],[2,2],[14,-4],[8,-4],[1,-1],[4,-5],[5,-5],[5,-5],[3,-7],[4,-6],[0,-1],[4,-2]],[[8266,7001],[4,-1],[50,-19],[8,-3],[1,-1],[1,0]],[[8330,6977],[-3,-2],[-4,-5],[-3,-6],[-2,-4],[-3,-6],[0,-2],[-1,-7],[0,-16],[9,-12],[12,-7],[27,-22],[30,-3],[3,-1],[1,0]],[[8396,6884],[-5,-9],[-3,-5],[-17,-31],[-8,-26],[-7,-41],[-1,-1]],[[8355,6771],[-1,0],[-44,0],[-13,12],[4,9],[5,21],[0,2],[-8,3],[-23,10],[-28,13],[-3,1],[-18,1],[-1,0]],[[8225,6843],[-6,5],[-12,9],[-10,5],[-5,1],[-51,21],[-1,1]],[[8140,6885],[-1,1],[-1,8],[-3,23],[-1,4],[-2,11],[-1,2],[-12,10],[-8,7],[-1,1],[-1,6],[0,2],[6,26],[13,36],[1,1]],[[5845,4698],[-3,0],[-3,-1],[-9,-7],[-1,-2],[0,-3],[0,-1]],[[5829,4684],[-1,0],[-2,2],[-2,3],[-8,7],[-5,5],[-11,3],[-6,-1],[-11,-1]],[[5783,4702],[-1,2],[-8,11],[-19,17],[-2,1],[-2,1],[-2,0]],[[5749,4734],[0,1],[-12,34],[16,19],[10,9],[6,10],[3,33],[0,2]],[[5772,4842],[4,0],[5,1],[5,3],[9,2],[21,1],[16,-2]],[[5832,4847],[1,-1],[35,-18],[5,2],[1,-1],[4,-4],[0,-1]],[[5878,4824],[2,-3],[12,-15],[17,-13],[12,-9],[1,-2]],[[433,3394],[3,0],[2,-1],[14,-6],[6,-4],[35,-11],[54,-16],[12,-4],[1,0]],[[560,3352],[-1,-3],[-17,-23],[-16,-18],[-1,-2]],[[525,3306],[-2,-1],[-11,-6],[-4,-2],[-2,-1],[-17,-4],[-1,0]],[[488,3292],[0,1],[-4,15],[-1,1],[-41,6],[-20,2],[-15,6],[-13,6]],[[394,3329],[1,2],[2,1],[3,6],[-7,11],[-4,2],[-4,0]],[[385,3351],[2,4],[8,8],[14,-6],[4,0],[1,0],[1,1],[5,5],[10,10],[2,7],[1,13],[0,1]],[[9154,6696],[21,12],[32,14],[32,11],[3,2]],[[9242,6735],[1,-3],[3,-2],[3,-3],[3,-1],[9,2],[16,-7],[13,-10],[4,-4],[0,-1]],[[9294,6706],[-7,0],[-36,-1],[-5,-32],[-3,-18],[-1,-26],[0,-3],[0,-2],[1,-5],[2,-5],[1,-4],[2,-16],[-2,-18],[-6,-22],[-1,-22],[-1,-2]],[[9238,6530],[-15,5],[-23,8],[-11,4],[-9,13],[-7,14],[0,7]],[[9173,6581],[1,2],[3,5],[3,4],[6,7],[4,6],[7,11],[5,9],[7,14],[-7,11],[-21,-1],[-19,18],[-8,9],[0,1],[-1,1],[2,12],[0,3],[1,2],[-2,1]],[[7805,7146],[1,1],[5,28],[3,33],[-2,9],[-3,42],[2,5],[2,7],[0,1]],[[7813,7272],[2,0],[5,-1],[2,0],[6,2]],[[7828,7273],[0,-2],[5,-3],[5,-2],[6,0],[24,-2],[26,-10],[35,-26],[20,-11],[2,-1],[2,-2],[3,-3],[2,-9],[1,-9],[-1,-2],[0,-3],[0,-6]],[[7958,7182],[0,-2],[1,-5]],[[7959,7175],[-3,-1],[-16,-3],[-8,0],[-4,1],[-4,0],[-4,0],[-12,-3],[-1,-7],[0,-10],[1,-1],[6,-1],[1,-2],[3,-4],[-2,-7],[-4,-10]],[[7912,7127],[-1,1],[-21,-9],[-12,-6],[-22,-3],[-20,13],[-27,21],[-1,1],[-3,1]],[[6925,6042],[-1,-1],[-15,-9],[-3,-2],[-43,-8],[-46,-6],[-31,-8],[-2,0]],[[6772,6100],[0,2],[0,5],[16,27],[6,7],[2,2],[-3,14],[-5,16],[-6,19],[-19,17],[-9,16],[-1,21],[1,0]],[[6754,6246],[2,1],[30,2],[16,-4],[1,-2],[1,-1],[19,-12],[13,-2],[12,-1],[10,5],[5,13],[3,7],[2,10],[1,1]],[[6869,6263],[2,-1],[34,-21],[15,-9],[22,-2],[10,3],[12,3],[10,-4],[29,-17],[4,-3]],[[7007,6212],[-1,-6],[-1,-5],[2,-35],[-10,-6],[-14,-4],[-10,-1],[-10,-9],[-8,-21],[-3,-8],[-6,-18],[-4,-15],[-3,-11],[-6,-11],[-10,-18],[2,-2]],[[8119,4430],[-9,0],[-52,-4],[-5,-1],[-8,-1],[-6,0],[-8,2],[-7,2],[-5,1],[-12,5],[-5,3],[-4,4],[-28,31],[-11,12],[-19,24],[-12,30],[-4,14],[-8,19],[-5,8],[-2,2],[-21,27],[-19,20],[-32,26],[-24,12],[-35,13],[-43,15],[-16,4],[-6,-1],[-8,-1]],[[7705,4696],[-2,4],[-8,9],[-5,6],[-15,16],[-12,13],[-8,3],[-42,29],[-16,-7],[-1,0],[-1,1]],[[7595,4770],[31,13],[2,1],[2,0],[3,-2],[32,-21],[4,-2],[3,-1],[17,1],[32,7],[50,0],[2,-1],[42,-7],[3,0],[15,3],[2,0]],[[7835,4761],[15,2],[20,0],[31,0],[35,1],[15,5],[12,3],[29,5],[10,2],[9,0],[13,-4],[1,-5],[2,-24],[6,-15],[16,-25],[8,-11],[6,-10],[6,-9],[2,-5],[4,-8],[0,-2],[0,-2],[0,-6],[-1,-2],[1,-20],[7,-34],[1,-8],[2,-9],[18,-44],[14,-32],[4,-11],[15,-35],[3,-8],[0,-3]],[[8139,4447],[-2,-1],[-12,-8],[-4,-3],[-1,-3],[-1,-2]],[[7737,5334],[3,4],[2,2],[3,3],[4,3],[3,1],[6,1],[5,1],[3,-1],[6,-1],[13,-3],[6,-2],[4,-3],[2,-1],[4,-3],[1,-2],[1,-1],[3,-5],[2,-5],[1,-2],[0,-2],[0,-1]],[[7809,5317],[0,-2],[2,-15],[2,-5],[18,-35],[5,-6],[2,-3]],[[7771,5227],[-2,1],[-12,7],[-11,7],[1,5],[3,15],[2,9],[2,32],[-1,6]],[[7753,5309],[0,2],[-1,17],[-1,1],[-14,5]],[[6236,9403],[1,1],[3,3],[12,14],[1,2],[0,3],[-6,3],[-1,1],[-3,-1],[-10,-7],[-8,-5],[-1,-1],[-1,0],[-4,4],[-1,1],[0,2],[6,16],[3,3],[16,5],[5,2],[6,0]],[[6254,9449],[8,0],[2,1],[1,1],[38,6],[41,0],[5,19],[0,1],[2,1],[4,1],[4,1],[17,-3],[22,-6],[4,-5],[12,-6],[7,-2],[3,0],[2,0],[3,0],[24,10],[10,7],[4,9],[-2,2],[0,1],[0,2],[1,3],[1,1],[1,-1],[8,-4],[2,0],[6,0],[9,-10],[8,-13],[12,-22],[9,-22],[8,-7],[12,-10],[1,0],[1,-1],[3,-4],[3,-8],[3,-9],[-5,-10],[-7,-5],[0,-2],[0,-2],[8,-14],[1,-2],[3,-2],[1,-1],[4,0]],[[6558,9344],[-1,-2],[-24,-41],[-1,-1]],[[6532,9300],[-22,7],[-17,14],[-17,5],[-2,0]],[[6474,9326],[-5,-1],[-3,1],[-6,10],[-27,20],[-31,0],[-4,1],[-6,11],[-1,8],[-1,5],[1,4],[-9,13],[-11,0],[-16,-5],[-12,-2],[-11,0],[-6,9],[-15,12],[-26,-5],[-37,-5],[-12,1]],[[7404,6664],[5,2],[3,2]],[[7412,6668],[2,-2],[3,-1],[7,-4],[5,-1],[46,-6],[47,-21],[30,-15],[7,-19],[2,-32],[-1,-4],[-1,-4]],[[7559,6559],[-1,-1],[-25,-10],[-7,-8],[-11,-17],[-2,-4],[-4,-9],[-2,-6]],[[7507,6504],[-6,2],[-4,2],[-38,14],[-29,17],[-12,14],[-10,24],[-5,15],[-12,19],[-2,2],[-25,9]],[[7364,6622],[5,2],[-1,9],[6,10],[12,14],[2,2],[4,2],[4,0],[4,1],[3,1],[1,1]],[[2065,3125],[-4,6],[-1,1],[-56,23],[-32,35],[0,6],[-1,0]],[[2091,3177],[1,0],[23,-5],[7,-3],[16,-10],[3,-3]],[[6267,7983],[2,-1],[21,-13],[16,-8],[15,-1],[6,1],[6,1],[1,0]],[[6334,7962],[0,-8],[-3,-13],[-13,-20],[-18,-24],[-13,-29],[-3,-37],[-5,-39],[3,-13],[4,-19],[-1,-23],[-3,-17],[-2,-13],[1,-10],[8,-15],[0,-2]],[[6289,7680],[-1,0],[-14,8],[-14,10],[-1,2],[-2,4],[-2,1],[-2,1],[-6,4],[-8,4],[-22,7],[-18,4],[-34,0],[-21,-7],[-3,-1],[-7,-3],[-5,-3],[-5,-2],[-3,-3],[-1,-1],[-2,-2],[-1,-2],[0,-4],[0,-7],[1,-5]],[[6118,7685],[0,-1],[-1,-5],[-13,-6],[-14,-2],[-2,0],[-8,1],[-1,0],[-3,-6],[-1,-2]],[[6075,7664],[-2,0],[-23,5],[-26,18],[-5,15],[-3,13],[0,3],[0,3]],[[6016,7721],[0,3],[2,5],[12,22],[7,15],[-1,9],[-1,30],[9,24],[1,5],[-3,5],[-2,2],[-10,4],[-11,13],[22,25]],[[6041,7883],[2,0],[6,-3],[16,3],[6,1],[14,7],[8,7],[36,14],[17,4],[13,9],[3,3],[4,3],[3,4],[5,5],[46,17],[42,23],[2,1],[3,2]],[[3710,1504],[9,-14],[6,-8],[1,-1],[12,-14],[4,-6],[5,-18],[4,-14],[1,-2],[5,-5],[5,-3],[10,-3],[3,-9],[0,-10],[-3,-9],[-9,-4],[-12,-2],[-6,-1],[-10,-1],[-11,0],[-12,-1],[-9,-3],[-6,-3],[-14,-5],[-5,-2]],[[3586,1480],[1,0],[3,4],[7,3],[31,16],[31,18],[3,2]],[[3662,1523],[2,-1],[32,-15],[12,-4],[1,0],[1,1]],[[7703,5345],[-7,5],[-3,5],[-3,5],[-24,18],[-3,2]],[[7663,5380],[0,1],[0,17],[2,24],[18,30],[15,26],[0,2],[0,1]],[[7781,5476],[-1,-2],[0,-3],[1,-3],[6,-5],[6,-5],[6,-5],[2,-3]],[[7801,5450],[-4,0],[-5,0],[-2,-1],[-8,-3],[-2,-1],[-24,-23],[-12,-15],[-6,-15],[-3,-23],[-14,-12],[-18,-12]],[[3627,1942],[55,-5],[27,-2],[34,9],[20,7],[49,11],[5,1],[5,2],[8,6],[21,15],[5,5],[12,10],[3,4],[1,4],[1,10],[2,8],[3,5],[10,14],[2,2],[15,16],[11,13],[1,1],[1,2],[0,4],[0,2]],[[3918,2086],[2,0],[14,-5],[34,-13],[18,-6],[30,-9],[24,-6],[15,-4],[24,-5],[29,-7],[13,-6],[15,-7],[2,-1],[1,-1]],[[4139,2016],[11,-8],[15,-9],[17,-11],[25,-14],[12,-8],[6,-3]],[[4225,1963],[-4,-3],[-28,-18],[-27,-17],[-21,-14],[-49,-33],[-35,-24],[-20,-20],[-17,-26],[-27,-25],[-6,-44],[1,-4]],[[3992,1735],[-4,1],[-6,1],[-4,-1],[-7,-2],[1,-5],[3,-11],[1,-4],[-12,1],[-14,1],[-22,6],[-4,1],[-21,2],[-7,1]],[[3896,1726],[1,3],[5,13],[5,16],[-34,15],[-37,15],[-20,7],[-23,7],[-13,-1],[-11,-6],[-11,-6],[-15,-9],[-16,-9],[-1,0]],[[3726,1771],[-12,40],[-2,3],[-4,4],[-18,8],[-28,10],[-8,3],[-19,10],[-15,14],[-10,9],[-13,9],[-9,7],[-1,0]],[[3587,1888],[0,1],[15,21],[5,7],[7,8],[9,11],[4,6]],[[3733,2726],[-9,1],[-18,3],[-7,1],[-3,0],[-5,-1],[-7,0],[-8,-6],[-9,-7],[-2,-1]],[[3665,2716],[-1,2],[-11,17],[0,1],[-1,7],[-1,8],[0,10],[-1,6],[-1,6],[0,1]],[[3649,2774],[0,1],[8,32],[1,5],[3,11],[-4,9],[-38,-3],[-2,0]],[[3617,2829],[2,2],[29,19],[9,7],[-8,7],[-19,17],[-21,16],[-3,35],[3,16],[-6,31],[-27,18],[-4,2]],[[3572,2999],[4,1],[8,2],[33,6],[9,5],[10,7],[4,5],[4,5],[2,2]],[[3646,3032],[1,-1],[4,-4],[1,-3],[3,-5],[4,-5],[3,-3],[17,-6],[25,3],[18,4],[6,-14],[-4,-15],[-4,-16],[0,-2],[0,-3],[2,-5],[7,-9],[7,-6],[8,-10],[5,-12],[7,-20],[11,-13],[16,0],[7,0],[17,1],[0,1],[2,1]],[[3809,2890],[2,-1],[6,-5],[18,0]],[[3830,2822],[-10,-1],[-14,-3],[-5,-2],[-11,-5],[-22,-13],[-1,-8],[-2,-14],[-27,-40],[-3,-4],[-2,-5],[0,-1]],[[5656,4939],[0,-1],[23,5],[2,1],[1,0],[1,-1],[2,-1],[3,-3],[0,-1]],[[5688,4938],[0,-1],[11,-34],[6,-15],[7,-12],[15,-13],[2,-1]],[[5729,4862],[-2,-3],[-21,-19],[-17,-14],[0,-3]],[[5689,4823],[-3,1],[-31,21],[-7,10],[-17,21],[1,15],[11,12],[15,28],[-2,2],[-1,4],[0,1],[1,1]],[[3791,938],[-2,0],[-7,-4],[-3,-2],[-6,-8],[-3,-3],[-4,-3],[-5,-3],[-1,0],[-3,1],[-9,4],[-6,4],[-2,2],[-15,10],[-18,11],[-1,0]],[[3706,947],[0,1],[3,14],[19,21],[13,7],[14,3],[2,0],[2,-1]],[[3759,992],[-1,-2],[0,-2],[5,-10],[5,-5],[5,-6],[3,-4],[4,-8],[6,-10],[5,-7]],[[9032,6381],[2,-1],[41,-24],[27,-16],[40,-17],[37,-9],[8,2]],[[9187,6316],[0,-2],[-1,-2],[-8,-14],[-20,-40],[-12,-46],[0,-5],[-2,-16],[2,-16],[9,-12],[3,-6]],[[9158,6157],[-6,1],[-29,6],[-30,-1],[-33,2],[-11,1]],[[9049,6166],[0,9],[-1,33],[-22,24],[0,1],[-4,10],[0,1],[-1,3],[-2,10],[-1,8],[0,5],[0,5],[1,4],[3,5],[-2,26],[-5,23],[-1,2]],[[9014,6335],[8,3],[-4,17],[-2,13],[-4,19],[2,0]],[[9014,6387],[2,-1],[9,-2],[7,-3]],[[4392,4355],[6,2],[7,4],[2,1],[1,1],[2,2],[9,11],[10,13],[3,3],[9,-1],[2,0],[32,-6],[5,-1],[12,-2],[39,-9],[19,-6],[3,0]],[[4553,4367],[0,-5],[1,-7],[-8,-17],[-10,-12],[-1,-13],[1,-11],[3,-1],[4,0],[2,0],[5,-11],[3,-26],[-2,-20],[-23,-9],[-2,0],[-2,0],[-8,-2],[-8,-4],[-8,-9],[-5,-6],[-5,-7],[9,-9],[5,-8],[0,-6],[-1,-3]],[[4503,4181],[-5,1],[-4,0],[-5,0],[-10,-1],[-3,0],[-2,-2],[-19,2],[-9,4],[-5,2],[-3,2],[-2,2],[-2,2],[-12,15],[5,15],[-3,19],[-6,19],[2,19],[5,20],[1,2],[2,10],[0,4],[-1,3],[-4,1],[-12,1],[-12,1],[-14,1],[-1,1],[-5,2],[-1,1]],[[4378,4327],[3,6],[2,3],[2,3],[6,15],[1,1]],[[6833,7852],[-1,1],[-48,20],[-47,20],[-25,7]],[[6712,7900],[6,23],[2,14],[1,14],[3,18],[1,3],[1,4],[1,1],[2,3],[1,2],[3,2],[12,13],[6,6],[5,3],[26,26],[11,26],[8,9],[3,5],[8,24],[0,9],[-5,25],[-3,8],[-2,7],[-9,11],[-12,15],[-14,13],[-5,5],[-3,1],[-5,1],[-5,0],[-4,-1],[-7,-2],[-3,0],[-10,6],[-4,2],[-2,2],[-7,16],[-1,4],[-2,6],[0,2]],[[6709,8226],[2,-1],[35,0],[6,1],[3,1],[12,4],[7,3],[9,4],[11,4],[1,0],[4,0],[28,-3],[22,-3],[4,-1]],[[6853,8235],[2,-1],[28,-10],[22,-4],[15,5],[15,3],[7,-2],[8,-2],[4,-2],[4,-3],[2,-2],[3,-9],[1,-5],[1,-4],[-1,-6],[1,-1],[0,-2],[6,-7],[3,-1],[5,-2],[25,-8],[2,0]],[[7006,8172],[0,-3],[1,-10],[-3,-11],[-3,-18],[-1,-13],[-6,-24],[-12,-33],[-15,-15],[-3,-15],[-3,-17],[-3,-17],[0,-5],[1,-9],[1,-2],[2,-2],[6,-6],[2,-2],[1,-1],[2,-5],[1,-3],[1,-4],[0,-2],[-1,-3],[-3,-8],[-17,-10],[-30,-20],[-13,-9],[-7,-2],[-6,-1],[-15,0],[-14,1],[-15,-20],[-21,-31]],[[2980,2626],[1,-1],[7,-4],[12,-8],[22,-13],[18,-10],[4,-2],[12,-3],[43,-11],[27,-7],[9,-2],[-2,-46],[-5,-16],[-13,-45]],[[3115,2458],[-7,2],[-24,8],[-1,0],[-1,-1],[-45,-10],[-1,0]],[[2894,2522],[-2,8],[-2,11],[7,49],[2,10],[0,25],[-1,1]],[[2898,2626],[8,0],[16,0],[18,0],[30,0],[10,0]],[[3303,4008],[0,1],[-3,2],[-5,8],[-2,6],[1,14],[5,11],[3,6],[0,3],[-2,6],[-14,14],[-11,8],[-21,16],[-12,6],[-2,1],[-5,2],[-6,-3],[-3,-2],[-7,-6],[-11,-7],[-10,-5],[-14,14],[-4,7],[-1,2],[-1,3],[0,3],[0,4],[1,8],[0,20]],[[3179,4150],[2,0],[2,0],[27,3],[24,9],[29,13],[17,13],[13,15],[0,2],[2,3]],[[3295,4208],[3,-1],[26,-8],[27,-11],[31,-2],[38,-7],[4,0],[3,0],[12,0],[4,0],[27,4],[4,1]],[[3474,4184],[-9,-5],[0,-1],[-1,-1],[1,-19],[-3,-15],[-6,-13],[-11,-11],[-11,-8],[-11,-9],[-2,-1],[0,-1],[-4,-8],[0,-1],[0,-2],[0,-1]],[[3417,4088],[-15,-15],[-12,-13],[-1,-9],[1,-2],[2,-2],[0,-2],[-2,-5],[-5,-9],[-1,-2],[-9,-6],[-2,-2],[-4,-1],[-2,-1],[-7,-2],[-2,0],[-2,0],[-1,1],[-8,2],[-18,-2],[-16,-4],[-8,-6],[-2,0]],[[1119,3712],[-11,-8],[0,-1],[-1,-5],[1,-1],[0,-4],[0,-9],[0,-2],[-6,-9],[-12,-17],[-3,-10],[8,-9],[10,-10],[11,-12],[-1,-3],[-1,-2]],[[1114,3610],[-1,0],[-25,3],[-26,4],[-16,-6],[-15,-12],[-3,-3]],[[1028,3596],[-3,2],[-9,6],[-6,4],[-9,5]],[[963,3639],[3,8],[6,13],[5,13],[5,14],[18,39],[3,4],[2,2],[0,1]],[[1005,3733],[2,0],[22,8],[11,9],[20,13],[18,4],[7,-1],[7,-6],[17,-16],[6,-8],[4,-23],[0,-1]],[[4729,8985],[-4,15],[-1,15],[11,9],[10,4],[11,5],[7,4],[-1,7],[-1,1],[-2,5],[-2,9]],[[4757,9059],[0,1],[3,36],[-5,18],[-6,6],[-2,12],[1,16],[1,17],[4,15],[2,5],[1,3],[3,1],[17,10],[10,6],[8,4],[4,0]],[[4798,9209],[1,0],[28,-3],[23,1],[10,0],[11,-5],[4,-1],[3,-4],[26,-22],[22,-18],[8,-3],[11,1],[15,5],[8,4],[16,7],[1,0],[5,-4],[-1,-2]],[[4989,9165],[-1,-1],[-4,-2],[-9,-12],[-1,-2],[0,-4],[0,-6],[1,-1],[8,-12],[-2,-14],[-2,-7],[-1,-1],[-4,-1],[-5,-2],[-10,-2],[-4,0],[-11,-1],[-21,-3],[-7,-1],[-3,-2],[-1,-2],[0,-3],[-1,-13],[0,-14],[0,-5]],[[4911,9054],[-1,-4],[-2,-4],[-4,-5],[-3,-3],[-22,-9],[-51,-22],[-41,-21],[-29,-12],[-14,-4],[-1,0]],[[4743,8970],[-1,0],[-4,4],[-1,4],[-3,4],[-3,3],[-2,0]],[[8648,5525],[7,10],[14,22],[9,5],[3,3],[1,0],[1,0],[4,-1],[15,-7],[4,-3],[33,-20],[34,-19],[15,-7],[12,-4],[9,-4],[3,-1],[10,-6],[6,-4]],[[8828,5489],[-14,-24],[-23,-27],[-2,-19],[-4,-16],[-3,-6],[-1,-1],[-8,-4],[-21,-8],[-6,-3]],[[8746,5381],[0,1],[-15,15],[-22,36],[-31,42],[-6,8],[-2,2],[-2,2]],[[8668,5487],[-1,0],[-5,10],[-11,15],[-3,13]],[[6765,9172],[13,-7],[5,-5],[1,-1],[0,-2],[2,-10],[9,-3],[15,-3],[21,0],[32,-7],[4,-1],[0,-2],[20,-6],[17,-4],[3,0],[3,-4],[2,-4],[2,-4],[-1,-14],[-3,-8],[-6,-2],[-5,-3],[-5,-2],[-10,-7],[-6,-9],[-8,-16],[1,-12],[-6,-24],[-1,-3],[0,-1],[2,-1],[11,-3],[12,-8],[9,-9],[-14,-12],[7,-19],[0,-1]],[[6891,8955],[-2,-1],[-4,-2],[-18,-10],[-13,-3],[-21,-17],[-1,-3]],[[6832,8919],[-1,1],[-16,3],[-8,8],[-8,10],[-7,19],[-7,19],[-2,1],[-3,1],[-7,0],[-13,-6],[-28,-7],[-26,-6],[-3,-1]],[[6703,8961],[-1,4],[-1,6],[-3,16],[9,7],[0,7],[-7,15],[-4,1],[-9,1],[-5,0],[-7,-1],[-2,0],[-1,0],[-1,0],[-5,6],[-4,7],[-1,18],[0,20],[-9,30],[-5,6],[-4,1],[-4,-1],[-6,-1],[-2,1],[0,1]],[[6631,9105],[0,1],[-2,9],[14,20],[25,10],[11,-2],[16,2],[6,8],[4,5],[4,0],[9,-2],[7,-2],[6,-3],[5,-3],[4,-1],[5,-1],[5,0],[9,8],[2,3],[0,2],[0,4],[-1,5],[0,2],[2,1],[3,1]],[[6797,9085],[0,3],[-4,3],[-6,1],[-5,0],[1,-6],[0,-3],[6,-17],[5,-8],[3,1],[2,9],[-3,13],[1,4]],[[6195,5166],[-1,-2],[0,-2],[-2,-11],[0,-3],[1,-2],[4,-4],[2,0],[29,-11],[30,-18],[36,-17],[5,-1]],[[6299,5095],[-1,-1],[-2,-4],[-10,-13],[-6,-9],[0,-1],[0,-3],[0,-13],[2,-25],[1,-4],[1,-1],[2,-1],[2,-1],[10,-4],[10,-3],[4,-2],[2,-3],[2,-1],[2,-5],[2,-3],[4,-14],[2,-16],[-5,-2],[-9,-7],[-5,-4],[0,-15],[5,-10],[1,-1]],[[6313,4929],[3,-3],[1,-2],[-1,-1],[-30,-21],[-6,-1],[-22,-4],[-2,-1],[-3,0],[-8,1],[-1,0]],[[6244,4897],[-7,0],[-49,-8],[-28,-4],[-8,-1],[-2,0],[-3,1],[-4,2]],[[6143,4887],[1,1],[5,7],[0,1],[1,2],[2,47],[-5,32],[-1,2],[0,1]],[[6146,4980],[1,2],[11,31],[6,17],[7,16],[6,36],[0,9],[0,2],[0,4],[0,2],[-1,2],[-5,8],[-7,21],[-1,5],[-3,14],[0,4],[1,8]],[[5476,5423],[19,9],[16,7],[11,4],[0,-2],[4,-5],[9,-3],[5,0],[23,5],[7,6],[11,19],[3,4]],[[5584,5467],[3,-1],[15,-9],[27,-18],[4,-5],[4,-2],[6,-5],[18,-11],[7,2],[8,-3],[21,-11],[8,-5],[5,-3],[15,-10],[1,-2],[1,-1],[0,-2],[1,-3],[-1,-2],[0,-7],[1,-2],[0,-2],[3,-5]],[[5731,5360],[-4,-3],[-3,-2],[-10,-7],[-22,-8],[-7,-2],[-2,0]],[[5683,5338],[-3,-1],[-7,-4],[-14,-7],[-10,-4],[-2,-1]],[[5647,5321],[-16,0],[-16,-19],[-10,-12],[-1,-4]],[[5604,5286],[-10,4],[-30,9],[-45,9],[-23,2],[-2,0]],[[5494,5310],[-9,3],[-6,2],[-8,2],[-23,-1],[-37,-2],[-16,-5],[-11,-9],[0,-1]],[[5384,5299],[-17,0],[-4,-1],[-6,-1],[-5,0]],[[5350,5333],[2,0],[33,25],[4,2]],[[5389,5360],[13,0],[2,0],[2,1],[13,8],[16,11],[24,19],[22,11],[0,7],[-2,3],[-3,3]],[[3215,912],[1,1],[2,1],[10,3],[11,1],[12,11],[6,13],[3,6],[3,10],[-1,6],[-2,9],[-3,5],[-1,1]],[[3256,979],[4,2],[1,0],[30,10],[14,8],[7,0]],[[3312,999],[-4,-3],[-2,-3],[0,-1],[1,-2],[2,-4],[3,-3],[5,-6],[2,0],[23,6],[27,2]],[[3379,929],[-5,0],[-9,2],[-6,0],[-2,-1],[-6,-4],[-4,-5],[-7,-13],[-18,-36],[-2,-4]],[[3320,868],[-1,-2],[-5,-8],[-3,-4],[-2,-1],[-1,-1],[-14,1],[-2,0]],[[3292,853],[-1,0],[-27,2],[-50,-3],[-6,-1]],[[3208,851],[0,2],[6,23],[8,24],[1,3],[0,2],[-7,7],[-1,0]],[[2457,3840],[14,-5],[1,0],[17,7],[2,1],[1,2],[5,5],[2,5],[21,31],[31,32],[14,10],[1,1],[3,1],[1,0]],[[2570,3930],[0,-2],[9,-30],[7,-18],[18,-15],[15,-15],[3,-6],[0,-1],[-1,-4],[-29,-17],[-29,-12],[-27,-5],[-4,-1],[-2,-4],[-1,-5],[-1,-3],[0,-2],[1,-1],[3,-9],[1,-5],[2,-5],[-4,-15],[-8,-14],[-6,-9],[3,-8],[11,-9],[10,-5],[6,-1],[12,-6],[5,-3]],[[2564,3700],[0,-4],[-16,-24],[-23,-26],[0,-1]],[[2525,3645],[-15,3],[-10,2],[-6,2],[-11,4],[-2,1],[-3,0],[-2,0]],[[2476,3657],[-1,1],[-41,25],[-17,14],[-4,2],[-38,14],[-5,1]],[[2370,3714],[1,2],[1,24],[13,37],[2,1],[3,1],[14,7],[0,1],[-4,3]],[[2400,3790],[0,3],[13,16],[26,17],[16,11],[1,2],[1,1]],[[5241,3956],[-2,1],[-2,2],[-5,5],[0,4],[31,47],[17,46],[0,1],[0,2],[6,9],[2,2],[2,2]],[[5290,4077],[1,-1],[10,-11],[1,0],[5,3],[26,6],[21,4],[18,7],[4,3],[6,-2],[10,-4],[1,-1]],[[5393,4081],[-2,-1],[-2,-2],[-4,-5],[-2,-4],[2,-3],[4,-2],[12,1],[9,1],[1,-12],[0,-14],[-2,-22],[0,-5],[-4,-10],[-7,-14],[-4,-8],[-6,-4],[-19,-7],[-14,-4],[-10,-4],[-8,-2],[-18,-7],[-26,-10],[-8,-5],[1,-3],[29,-15],[3,-2],[12,-4],[15,-6],[2,0],[5,0],[5,0]],[[5357,3908],[2,0],[1,0],[1,-2],[2,-2],[0,-1],[8,-13],[12,-13],[11,-9],[12,-7],[1,0],[12,-11],[8,-10],[3,-9],[-6,-14],[0,-4]],[[5424,3813],[-1,-1],[-1,-3],[-2,-4],[-11,-11],[-5,-3],[-2,-1],[-6,-2],[-11,0],[-19,4],[-3,1],[-5,3],[-11,6],[-8,4],[-4,0],[-19,-6],[-2,-1],[-15,-10],[-12,-7]],[[5287,3782],[-11,6],[-11,6],[-1,0]],[[5264,3794],[0,3],[0,1],[-9,12],[-1,1],[-13,4],[-1,1]],[[5240,3816],[3,6],[7,36],[-6,9],[-7,14],[0,5],[3,7],[1,3],[11,13],[5,4],[4,4],[1,1],[1,2],[6,11],[1,1],[0,4],[-1,1],[-1,2],[-27,17]],[[7555,6175],[-1,-6],[-2,-19],[0,-12],[0,-2],[1,-3],[1,-4],[1,-2],[1,-16],[2,-25],[-2,-11],[-3,-6],[-1,-4],[-1,-7],[-1,-2]],[[7550,6056],[0,-2],[-1,-1],[-1,-2],[0,-2],[1,-2]],[[7549,6047],[-5,-2],[-9,-5],[-12,3],[-13,6],[-17,12],[-25,13],[-3,1]],[[7465,6075],[1,2],[4,19],[-1,12],[4,41],[-2,6],[0,1],[-1,1]],[[7470,6157],[12,8],[8,4],[26,12],[19,-4],[2,0],[7,-3],[7,0],[4,1]],[[7794,6234],[-1,-3],[0,-6],[0,-7],[0,-2],[0,-4],[0,-4]],[[7793,6208],[0,-6],[0,-16],[-1,-16],[0,-3],[-3,-6],[-2,-3],[-2,-2]],[[7785,6156],[-17,-10],[-26,-15],[-3,-1],[-8,-5],[-1,-1]],[[7730,6124],[-2,-2],[-6,-9],[-5,-6],[-9,-3],[-23,10],[-28,13],[-2,0]],[[7655,6127],[0,8],[-17,29],[-3,1],[-4,2]],[[7631,6167],[0,9],[-13,23],[-9,17],[-2,19],[1,3]],[[7624,6235],[3,-1],[21,-11],[10,-6],[2,0],[4,-2],[3,-1],[1,0],[40,15],[40,16],[2,2]],[[1504,2957],[11,-2],[0,-1],[1,-2],[0,-4],[-2,-6],[1,-4],[1,0]],[[1451,2886],[0,-1],[-19,-7],[-6,-18],[0,-6],[0,-1]],[[1426,2853],[-5,2],[-45,16],[-1,0]],[[1375,2871],[0,1],[-2,2],[-4,5],[-6,6],[-6,10],[-5,8],[-11,22],[0,2],[-1,11],[0,9],[-4,15],[-10,19],[-1,0]],[[1325,2981],[1,2],[1,2],[5,11],[0,1]],[[1332,2997],[2,0],[17,3],[16,1],[17,1],[50,-16],[2,0]],[[1436,2986],[2,-1],[21,-6],[17,-10],[13,-8],[13,-4],[2,0]],[[6028,6247],[-2,1],[-4,10],[-13,35],[-10,40],[0,2],[-3,3]],[[6087,6344],[2,-1],[2,-1]],[[6091,6342],[-4,-1],[-1,-1],[-10,-9],[-11,-11],[-9,-10],[-4,-6],[-2,-7],[0,-2],[1,-4],[0,-5],[0,-4],[0,-6],[-1,-2]],[[6290,6110],[0,-1],[9,-25],[1,-1],[1,-1],[10,-5],[9,3],[8,3],[7,3],[5,3]],[[6340,6089],[1,0],[-1,-9],[-1,-3],[-15,-37],[1,-3],[1,-1],[0,-4],[0,-3],[-1,-2],[-6,-16],[-3,-9],[-6,-14],[-3,-8],[-11,-5],[-20,4]],[[6276,5979],[-1,2],[-18,4],[-2,0],[-16,2],[-14,3],[-8,0],[1,-3],[3,-3],[4,-2],[0,-3],[0,-3],[-1,-12],[1,-7],[1,-7],[0,-6],[-1,-5],[-13,-12],[-9,-6],[-2,1],[-1,0],[-4,3],[-3,1],[-12,7],[5,14],[3,10],[7,13],[7,14],[1,2],[1,1],[0,2],[-1,2],[-2,4],[-1,1],[-12,0],[-9,-1],[-9,1],[-5,0],[-5,1],[-8,2],[-1,0]],[[6152,5999],[-1,11],[16,33],[6,7],[2,14],[-1,2]],[[6174,6066],[7,2],[33,6],[26,6],[1,2],[1,3],[-3,1],[-1,0]],[[6238,6086],[1,3],[2,2],[32,19],[4,2],[2,0],[7,0],[2,0],[1,0],[1,-2]],[[3366,1332],[5,-1],[9,-2],[36,-1],[16,2],[12,-2],[5,-2],[3,-1]],[[3452,1325],[0,-7],[-1,-14],[0,-22],[2,-28],[-1,-2]],[[3452,1252],[-4,-1],[-22,-4],[-33,-10],[-28,-6],[-43,-5],[-8,0],[-6,-1],[-2,0]],[[3306,1225],[2,12],[0,34],[-4,26],[9,41],[1,2],[0,9]],[[3314,1349],[2,0],[4,-2],[39,-14],[7,-1]],[[614,1986],[0,-3],[0,-4],[1,-3],[2,-5],[1,-2],[20,-19],[1,-1],[4,1],[38,-15],[7,-29],[-1,-12],[1,-4]],[[688,1890],[-14,-46],[-15,-44],[-1,-5],[-2,-3],[-1,-1],[-4,-3]],[[651,1788],[-2,1],[-3,3],[-3,3],[-2,1],[0,2],[1,5],[-3,10],[-2,3],[-3,3],[-2,1],[-5,3],[-9,4],[-6,2],[-3,1],[-22,6],[-25,5],[-8,2],[-6,1],[-22,10],[-2,1],[-5,7],[-2,2],[0,2],[0,1],[0,7],[0,10],[2,6],[1,2],[4,3],[10,10],[13,9],[11,7],[3,2],[1,1],[10,14],[1,4],[0,4],[1,6],[-1,3],[-4,5],[0,1],[8,15],[10,10],[23,0],[4,0]],[[4441,9418],[1,0],[4,6],[11,6],[8,2],[12,4],[2,1],[3,0]],[[4482,9437],[0,-1],[1,-9],[3,-10],[4,-3],[2,0],[8,-1],[6,-1],[7,-1],[5,-1],[3,-1],[3,-4],[3,-4],[4,-10],[0,-7],[2,-15],[6,-12],[1,-11],[0,-8],[-3,-9],[-9,-18],[-1,-9],[-1,-6],[-1,-3],[-4,-11],[8,-11],[4,-3],[1,0],[5,0],[3,1],[8,5],[9,8],[15,12],[10,8],[12,10],[10,3],[8,1],[21,2],[25,10],[1,2],[2,1],[4,1],[1,0],[11,-7],[2,-1]],[[4681,9324],[1,-1],[18,-13],[8,-7]],[[4708,9303],[1,-2],[1,-2],[-1,-2],[0,-2]],[[4709,9295],[-10,-1],[-5,-3],[-18,-11],[-6,-3],[-8,-4],[-11,1],[-10,1],[-2,1],[-8,0],[-7,-1],[-6,-2],[-5,-1],[-2,-4]],[[4611,9268],[-1,1],[-2,-1],[-39,-5],[-38,-2],[-12,-12],[-1,-5],[-2,-3],[-6,-7],[-1,-1]],[[4509,9233],[0,4],[1,5],[-2,11],[-7,34],[-8,13],[-9,10],[-5,-2],[-1,0],[-23,-1],[-7,7],[-2,3],[-1,3],[-1,33],[-9,34],[2,10],[3,18],[0,2],[1,1]],[[3122,1302],[-3,6],[13,5],[4,3],[6,9],[-1,28],[0,17],[0,2],[-13,24],[-19,24],[-10,8],[-5,5],[-1,3],[-1,2]],[[3092,1438],[5,-1],[1,0],[11,13],[15,23],[2,10],[0,1]],[[3126,1484],[17,3],[8,2],[12,4],[7,2],[2,0],[5,0],[24,-2],[17,-3],[2,-1]],[[3220,1489],[3,-2],[5,-6],[8,-14],[11,-21],[5,-27],[-2,-20],[-1,-9],[3,-11],[5,-15]],[[3257,1364],[-3,-8],[-8,-41],[-11,-22],[-7,-18],[4,-5]],[[3232,1270],[-4,-2],[-4,-1],[-9,-1]],[[3215,1266],[-1,0],[-4,-1],[-16,4],[-12,6],[-7,9],[-8,4],[-30,-12],[-3,-3]],[[3134,1273],[-3,4],[-1,3],[-4,7],[1,1],[-1,0]],[[3126,1288],[-1,2],[-1,6],[-2,6]],[[1718,2592],[0,-1],[5,-9],[7,-5],[3,-2]],[[1733,2575],[-2,-4],[-1,0],[-1,1],[-2,2],[-6,2],[-6,0],[-11,0],[-8,0],[-11,0],[-8,-1],[-7,-2],[-20,-6],[-3,0],[-6,1],[-17,3],[-11,3],[-3,3],[-3,1],[-8,1],[-5,1]],[[1594,2580],[-15,18],[-6,7],[-7,13],[-6,15],[-1,2],[0,4],[-2,11],[0,7],[-3,8],[-1,3],[-1,0]],[[1552,2668],[1,1],[8,4],[6,2],[4,1],[7,0],[6,-1],[5,0],[2,0]],[[1591,2675],[2,0],[6,0],[6,0],[5,1],[24,6],[2,1],[7,5],[8,6],[11,5],[6,3],[3,-2],[2,-4],[1,-2],[7,-11],[3,-6],[1,-6],[0,-1]],[[9620,6332],[32,23],[19,31],[-11,22]],[[9660,6408],[43,23],[32,16]],[[9735,6447],[13,3],[24,0],[18,0],[13,-10],[13,-7],[28,3],[3,0],[5,-1],[11,-5],[8,-4],[0,-19],[-1,0],[-6,-1],[-9,-29],[4,-31],[0,-3],[0,-2]],[[9859,6341],[-5,-4],[-12,-7],[-43,-25],[-23,-14],[-38,-15],[-26,-6],[-48,-1]],[[3965,4472],[1,3],[0,2],[20,40],[0,1]],[[3986,4518],[13,-6],[9,-4],[29,-8],[24,-4],[3,-1],[3,0],[3,0],[2,1],[5,3],[3,3],[2,5],[-3,6],[-3,1],[-2,2],[0,1],[-1,1],[0,1],[1,1],[6,4],[1,0],[11,0],[19,-5],[19,-5],[27,-22],[29,-2],[8,-10],[1,-2],[1,-1],[2,-1],[4,-1],[3,0],[15,4],[10,4],[4,2],[1,1],[23,26],[16,5],[18,8],[13,6],[5,19],[5,15],[12,5],[0,-1]],[[4327,4569],[1,0],[4,-5],[4,-4],[5,-3],[7,-4],[5,-3],[2,-1],[3,-2],[5,-7],[8,-15],[1,-8],[-2,-13],[-9,-9],[-4,-4],[-18,-30],[0,-10],[6,-9],[12,-20],[14,-20],[3,-1],[3,-2],[2,-2],[2,-2],[5,-17],[5,-20],[1,-3]],[[4378,4327],[-1,0],[-4,-1],[-15,-4],[-10,-3],[-10,-6],[-18,1],[-16,5],[-34,18],[-31,1],[-20,4],[-28,6],[-31,21],[-1,0]],[[4159,4369],[0,1],[-3,11],[-1,5],[-2,6],[-1,1],[-1,2],[-8,11],[-2,2],[-28,14],[-12,5],[-4,1],[-13,2],[-17,3],[-25,3],[-13,-2],[-40,7],[-9,15],[-14,16],[-1,0]],[[3552,784],[-2,0],[-1,1],[-14,5],[-9,1],[-6,1],[-3,-3],[-1,-2]],[[3516,787],[-1,0],[-4,4],[-5,7],[-3,6],[-2,1],[-9,4],[-3,1],[-6,1],[-5,0],[-27,-14],[-1,-1]],[[3450,796],[-1,3],[1,1],[0,2],[4,7],[6,11],[-1,7]],[[3459,827],[3,0],[10,11],[5,17],[7,16],[14,10],[6,3],[6,3],[1,5]],[[3551,955],[8,3],[5,2],[51,20],[5,3],[5,2]],[[3625,985],[0,-1],[4,-2],[1,-2],[6,-9],[4,-6],[3,-6],[10,-37],[-1,-1],[-1,0]],[[3651,921],[-1,0],[-7,0],[-8,-1],[-3,-2],[-16,-13],[-4,-4],[-25,-25],[-4,-6],[-4,-34],[6,-21],[2,-2],[1,-1]],[[4988,3708],[3,-2],[38,-10],[15,-11],[11,-13],[0,-4],[2,-2],[1,-1],[5,-3],[2,-1]],[[5065,3661],[-1,-14],[-5,-15],[-6,-13],[-8,-15],[-2,-8],[-2,-6],[-2,-16],[3,-18],[-9,-17],[-8,-12],[-5,-8],[-5,-8]],[[5015,3511],[-6,-1],[-1,0],[3,15],[2,10],[1,9],[-3,6],[-5,-2],[-6,-1],[-11,0],[-6,1],[-10,2],[-7,5],[-2,6],[-2,8],[-4,4],[-4,4],[-8,7],[-4,3],[-8,3],[-4,2],[-7,26],[-1,26],[0,4]],[[4922,3648],[15,1],[8,13],[1,6],[7,25],[7,18],[2,8],[12,-4],[7,-3],[4,-2],[3,-2]],[[7765,6767],[4,-4],[2,-1],[5,-2],[6,3],[7,7],[3,5],[4,3]],[[7796,6778],[1,-1],[13,-8],[4,-3],[14,-23],[10,-10],[12,-9],[16,-11],[11,-5],[2,-1]],[[7879,6707],[-3,-2],[-26,-15],[-13,-34],[0,-2]],[[7837,6654],[0,-3],[-7,0],[-9,-1],[-3,0],[-4,0],[-1,0],[-7,-2],[-5,-1]],[[7801,6647],[1,2],[0,2],[-2,18],[-8,11],[-8,9],[-14,13],[-10,4],[-3,2],[-3,3],[-3,3],[-4,6],[-12,17],[0,1],[2,4],[2,2],[6,6],[20,17]],[[2488,1218],[3,-1],[40,-5],[22,-8],[18,-9],[1,-2],[6,-4]],[[2578,1189],[-3,-2],[-5,-5],[-4,-10],[-3,-11],[-1,-5],[1,-2]],[[2563,1154],[-2,-1],[-36,-4],[-5,-26],[-5,-29],[-13,-21],[-2,-4],[-1,-4],[0,-1]],[[2499,1064],[-1,0],[-5,1],[-3,1]],[[2490,1066],[0,3],[3,7],[2,5],[0,2],[0,2],[-4,8],[-9,16],[-7,13],[-5,5],[-2,1],[-2,4]],[[2466,1132],[0,1],[11,11],[10,10],[5,6],[10,9],[23,10],[2,1],[2,2],[2,3],[-1,6],[-2,2],[-13,8],[-19,2],[-7,13],[-1,2]],[[3189,3746],[1,0],[3,-1],[15,-8],[3,-3],[5,-6],[6,-8],[1,-1],[4,-12],[0,-12],[-2,-2],[-1,-1],[0,-1],[1,0]],[[3225,3691],[0,-7],[1,-8],[3,-9],[3,-2],[4,-4],[6,-5],[1,-17],[-3,-23],[-7,-13],[-5,-11],[4,-14],[3,-2],[0,-1],[1,-2],[1,-2]],[[3237,3571],[-2,0],[-4,-1],[-5,-2],[-33,5],[-10,15],[-21,13],[-39,22],[-8,3],[-16,6],[-1,1]],[[3098,3633],[-2,4],[21,18],[9,5],[15,6],[7,6],[5,8],[1,15],[2,11],[5,9],[11,2],[16,7],[1,0],[0,22]],[[7408,6317],[6,-7],[8,-13],[9,-17],[9,-16],[6,-5],[6,-11],[4,-7],[6,-10],[4,-17],[-8,-13],[-3,-2],[-1,-1]],[[7454,6198],[-8,-3],[-6,-1],[-9,-2],[-26,-13],[-1,-2]],[[7404,6177],[-2,1],[-9,0],[-13,0],[-5,0],[-2,-1],[-21,11],[-7,16],[-7,21],[-2,24],[-20,16],[-12,4],[-4,2]],[[7300,6271],[1,1],[0,3],[1,8],[-1,1],[0,1],[-3,2],[-2,1],[0,1]],[[7296,6289],[1,1],[27,10],[28,15],[1,4],[18,7],[2,0]],[[7373,6326],[1,0],[14,1],[11,-8],[5,-4],[4,2]],[[3748,1075],[-2,5],[-2,2],[-2,1],[-10,3],[-4,0],[-3,0],[-8,-2],[-7,-2],[-10,-4],[-12,-4],[-9,-3],[-7,1],[-42,7],[-33,2],[-30,7],[-14,-1],[-1,-1]],[[3509,1172],[3,7],[25,30],[2,1]],[[3719,1164],[0,-3],[0,-1],[5,-17],[7,-17],[6,-19],[8,-12],[3,-3],[7,-4],[1,0]],[[3756,1088],[0,-1],[-3,-9]],[[3753,1078],[-1,-1],[-1,-1],[-3,-1]],[[4515,4867],[-4,1],[-26,15],[-21,18],[-11,16],[-9,29],[0,3],[49,20],[2,1],[1,2],[3,0]],[[4499,4972],[0,-1],[-1,-2],[0,-2],[1,-1],[3,-5],[0,-1],[1,0]],[[4503,4960],[0,-1],[4,-18],[8,-27],[12,-27],[-8,-16],[-4,-4]],[[3764,3411],[-9,1],[-11,4],[-1,0]],[[3743,3416],[-5,3],[-18,18],[-11,3],[-12,-5],[-2,-1]],[[3695,3434],[-2,2],[-9,17],[-5,12],[-22,41],[-1,1]],[[3656,3507],[2,1],[5,5],[2,1],[5,0],[7,-1],[8,-3],[2,0],[10,-2],[15,0],[14,1],[0,1],[1,1],[0,1],[1,7],[1,5],[1,3],[0,2],[5,6],[5,0]],[[3740,3535],[3,0],[16,-10],[21,-16],[-1,-2]],[[3779,3507],[-1,-2],[-18,-34],[7,-25],[3,-25],[-6,-10]],[[1760,3352],[1,0],[0,3],[1,22],[4,35],[-7,36],[-4,4],[-1,2],[-4,7],[1,1]],[[1751,3462],[1,1],[2,4],[5,3],[6,-1],[43,-9],[8,-4],[15,-9],[3,-10],[0,-1]],[[1843,3319],[-17,-1],[-30,-3],[-1,0]],[[1795,3315],[-7,2],[-21,1],[-9,1]],[[1758,3319],[-1,3],[-1,7],[-1,6],[0,6],[1,3],[2,6],[2,2]],[[5019,8253],[4,0],[7,1],[3,2],[5,4],[37,10],[3,2]],[[5078,8272],[11,-13],[6,-16],[15,-6],[7,-3],[7,-3],[4,-4],[4,-23],[0,-1],[1,-6],[-1,-3],[-2,-3],[-8,-7],[-5,-4],[-4,-1],[-4,-1],[0,-2]],[[5109,8176],[-2,0],[-31,4],[-10,2],[-8,3],[-10,6],[-11,3],[-16,1],[-16,0],[-10,-7],[-13,-12],[-19,-14],[-4,2],[-3,0],[-5,-3]],[[4951,8161],[0,2],[0,2],[6,13],[17,19],[11,10],[15,22],[-1,2],[-2,8],[0,2],[10,8],[11,3],[1,1]],[[5536,4116],[0,-1],[1,-4],[0,-3],[1,-1],[-7,-30],[-2,-2],[-1,-2],[-6,-10],[0,-1],[0,-1],[0,-2],[3,-5],[1,-1],[2,-2],[4,-3],[3,-2],[2,1],[1,2],[10,5],[10,-1],[15,-13],[3,-3],[1,-2],[2,-8],[6,-27],[3,-20],[0,-2],[-10,-2]],[[5578,3976],[-2,2],[-15,3],[-40,-9],[-19,-4],[-17,-3],[-6,-9],[-17,-5],[-32,-5],[-17,1],[-6,1],[-3,1],[-15,-1],[-12,-4],[-9,-3],[-6,-12],[-2,-8],[-2,-6],[-1,-3],[0,-4]],[[5393,4081],[8,3],[5,2],[2,2],[3,3],[3,1],[11,4]],[[5425,4096],[3,-1],[4,-2],[34,-8],[27,-9],[5,-1],[1,0],[3,5],[10,17],[12,20],[1,1]],[[655,3920],[2,0],[11,-1],[23,-9],[2,-2]],[[693,3908],[-1,-1],[-2,-2],[-3,-2],[-1,-2],[-7,-8],[-2,-4],[8,-5],[3,-1],[14,-7],[19,-9],[8,-4],[1,0],[1,-2],[0,-1],[0,-1]],[[731,3859],[0,-1],[-3,-2],[-2,-2],[-4,-3],[-4,-2],[-8,-8],[-4,-8],[7,-24],[0,-8]],[[713,3801],[-1,0],[-5,1],[-54,17],[-37,4],[-4,2],[-10,5],[-1,1]],[[601,3831],[1,2],[11,30],[1,3],[3,10],[0,1]],[[617,3877],[4,0],[10,4],[23,37],[1,0],[0,2]],[[2284,1069],[1,0],[19,-13],[7,-17],[6,-21],[8,-21],[7,-11],[4,-5]],[[2286,975],[1,5],[0,3],[-2,3],[-4,5],[-2,2],[-8,4],[-3,3],[-1,2],[0,1],[2,13],[5,20],[7,28],[3,5]],[[4024,4555],[-3,-1],[-25,-7],[-5,-16],[-4,-13],[-1,0]],[[3965,4472],[-1,0],[-33,-14],[-33,0],[-1,1]],[[3897,4459],[1,1],[1,9],[-2,4],[-10,11],[-12,28],[-15,32],[-5,1],[-2,0],[-1,1],[-1,2]],[[3851,4548],[1,0],[1,2],[2,4],[1,2],[1,2],[1,3],[0,1],[-10,6],[-13,8],[-1,0],[0,1],[0,4],[2,2],[4,1],[3,0],[6,-1],[4,-1],[2,-1],[2,-1],[1,0],[2,1],[0,7],[0,1],[-12,6],[-12,-1],[-10,0],[-3,3],[-3,4],[1,4],[9,9],[13,7],[11,5],[7,8],[0,8],[-1,7],[0,1],[1,3],[1,3],[4,5],[7,0],[7,1],[1,0],[2,2],[0,1]],[[3883,4665],[3,-1],[12,-2],[12,-2],[6,0],[43,-6],[33,2],[2,0],[1,0]],[[3995,4656],[2,-1],[2,-23],[0,-9],[-2,-5],[-1,-2],[0,-1],[-2,-1],[-4,-3],[-4,-2],[-1,-1],[-1,-1],[-1,-3],[0,-7],[3,-21],[22,-13],[13,-5],[3,-3]],[[1515,3659],[0,-1],[1,-2],[13,-25],[2,-5],[3,-13],[3,-8],[3,-9],[8,-18],[5,-22],[0,-3],[0,-1],[-3,-18],[-1,-2],[-1,-2],[-3,0],[-5,1],[-5,1],[-2,1],[-9,2],[-9,0],[-11,0],[-12,-1],[-17,0],[-5,1],[-6,3]],[[3572,2999],[-1,0],[-7,2],[-23,7],[-8,2],[-2,0],[-2,0],[-4,-2],[-14,-7],[-12,-7],[-2,-1]],[[3497,2993],[-2,0],[-8,-1],[-15,-1],[-20,-2],[-5,0]],[[3447,2989],[-3,23],[-1,10],[-1,1],[-1,1],[-12,21],[-7,23],[2,17],[5,26]],[[3429,3111],[3,1],[5,3],[1,1],[2,4],[7,6],[1,0],[14,-4]],[[3462,3122],[1,0],[8,5],[14,9],[5,7],[13,9],[15,7],[28,2],[30,4],[24,4],[5,0]],[[3605,3169],[16,0],[8,0],[14,-1],[5,0],[0,-1],[-7,-6],[-9,-8],[-14,-12],[-4,-3],[-3,-3],[-1,-1],[-1,-9],[1,-7],[3,-12],[22,-11],[14,-7],[14,-1],[1,0]],[[3664,3087],[0,-2],[-8,-36],[-2,-6],[-6,-9],[-2,-2]],[[3368,3669],[-2,2],[-29,7],[-23,3],[-2,0]],[[3312,3681],[0,1],[-5,28],[-6,13],[-4,11],[0,3],[7,18],[5,11],[-2,17],[-10,24],[-11,32],[0,2],[1,2]],[[3287,3843],[2,0],[19,-7],[23,-17],[15,-11],[2,-1],[12,-4],[7,-2],[21,3],[7,0],[18,-3],[21,-2],[1,-1],[2,-1],[2,-5],[1,-1]],[[3440,3791],[0,-1],[1,-2],[5,-6],[6,-6],[2,-1],[5,-4],[2,-1],[3,-3],[2,-1],[1,-1],[1,-4],[1,-1],[3,-6],[0,-2],[1,-13],[0,-3],[-1,-4],[-1,-2],[-3,-13]],[[3468,3717],[-2,0],[-46,-20],[-43,-24],[-9,-4]],[[5358,6955],[3,0],[20,-1],[7,-1],[27,-5],[23,-22],[27,-17],[23,-18],[28,-7],[23,-15],[1,-3],[1,-3],[3,-10],[1,-3],[0,-7],[0,-5],[-1,-1],[0,-6],[0,-6],[3,-7],[12,-12],[4,-3]],[[5563,6803],[-5,-5],[-6,-4],[-3,-2],[-10,-4],[-1,-8],[-3,-25],[3,-29],[2,-27],[4,-32],[0,-3],[0,-5],[-1,-3]],[[5543,6656],[-8,6],[-3,3],[-2,2],[-2,3],[-1,2],[-1,4],[-1,2],[-5,5],[-6,5],[-8,7],[-13,10],[-1,3],[-2,1],[-13,8],[-3,1],[-10,4],[-10,5],[-1,0],[-9,-13],[-1,-9],[2,-17],[1,-6],[2,-6],[4,-3],[3,-2],[1,-1],[0,-2],[0,-2],[-4,-12],[0,-2]],[[5452,6652],[-2,1],[-1,0],[-1,1],[-3,0],[-4,-1],[-9,-4],[-5,-2],[-28,15],[-2,2],[-13,20],[-19,0],[-6,0],[-34,1],[-3,1],[-12,-7],[-9,-5],[-19,-13],[-8,-5],[-4,-4],[-2,-3],[-6,-6],[-2,-6],[-15,-12],[-24,-17],[-1,-1]],[[5220,6607],[-3,0],[-14,2],[-2,1]],[[5201,6610],[0,1],[-1,1],[-12,6],[-14,9],[2,10],[7,11],[12,16],[8,9],[6,6],[6,5],[7,7],[6,6],[6,6],[5,6],[4,5],[3,4],[7,5],[11,7],[4,3],[3,1],[4,4],[-3,1],[-15,-5],[-10,-6],[-1,-1],[-4,0],[-2,1],[-12,2],[-8,2],[-2,0],[-4,-2],[-2,0],[-2,-2],[-1,-1],[0,-2],[1,-2],[1,-1],[0,-1],[-1,-1],[-1,0],[-3,0],[-3,0]],[[5203,6720],[0,11],[1,8],[1,5],[0,12],[0,4],[-2,21],[0,4],[-1,4],[-3,3],[-2,3],[-3,4],[-1,6],[-1,12],[-1,5],[31,24],[7,-1],[0,9],[0,15],[2,10],[3,17],[6,12],[39,13],[11,9],[10,5],[18,7],[5,0],[2,0],[6,1],[19,4],[3,1],[2,2],[3,3],[0,2]],[[2122,3884],[-7,-3],[-1,1],[-1,1],[-5,1],[-21,3],[-29,3],[0,-1],[1,-2],[2,-5],[1,-1],[0,-1],[1,-2],[-9,-4],[-1,0],[-30,6],[-7,2],[-5,4],[-1,1],[-2,7],[-15,33],[3,3]],[[1996,3930],[0,4],[1,2]],[[1997,3936],[0,1],[1,1],[1,-1],[12,-3],[7,-4],[-1,-9],[4,-4],[4,-2],[5,-3],[4,-1],[3,-1],[2,0],[5,5],[5,5],[-5,4],[-2,4],[-1,3],[3,4],[12,2],[6,4],[4,5],[7,1],[6,1],[3,-3],[1,0],[9,1],[3,5],[-11,4],[-5,10],[-1,2],[1,14],[-4,13],[-1,1],[-7,8],[-5,4],[-5,5],[-14,13],[-3,3],[-1,2],[0,3]],[[2039,4033],[0,1],[1,1],[0,5],[0,6],[-1,9],[-15,18],[3,5],[13,12],[15,6],[7,-2],[13,-3],[3,0],[3,1],[2,0]],[[2083,4092],[0,-1],[10,-40],[16,-15],[19,-18],[8,-22],[2,-6],[5,-34],[-3,-32],[-2,-7],[0,-1],[7,-8],[3,-4]],[[2148,3904],[-6,-4],[-12,-9],[-8,-7]],[[8604,6272],[1,-5],[6,-18],[2,-20],[-3,-15],[-7,-11],[-9,-4],[-2,-2],[-2,-5],[-1,-4],[-3,-11],[-2,-13],[-17,-13],[-5,-2]],[[8562,6149],[-2,0],[-2,0],[-11,0],[-16,1],[-18,-4],[-17,-7],[-3,-2],[-3,0],[-3,0],[-26,13],[-20,13],[-17,13],[-6,10],[-1,2],[-2,6],[-2,2],[-5,4]],[[8408,6200],[2,3],[3,8],[25,25],[19,10],[3,2]],[[8460,6248],[6,3],[11,7],[26,16],[20,12],[4,0],[8,-3],[10,-2],[12,3],[1,1],[2,2],[0,2],[1,1]],[[1244,2858],[-1,1],[0,2],[-23,20],[-10,7],[-10,8],[-6,15],[3,15],[-16,6],[-1,-1]],[[1180,2931],[-2,-1],[-6,-2],[-8,-1],[-1,0],[-1,0],[-1,1],[0,1],[18,5],[23,15],[11,14],[6,16],[0,2]],[[1219,2981],[0,1],[2,3],[12,2],[10,-6],[5,-9],[9,-5],[15,-4],[7,6],[6,7],[5,6],[6,7],[10,-1],[6,-1],[6,-2],[7,-3],[0,-1]],[[1375,2871],[0,-1],[-2,-5],[-2,-3],[-3,-3],[-2,-2],[-1,0],[-15,5],[-10,3],[-28,-2],[-2,-20],[-5,-15],[14,-22],[1,-1],[6,1]],[[1303,2797],[-1,1],[-5,0],[-6,1],[-6,-1],[-1,0],[-5,1],[-1,1],[-1,1],[-2,3],[-2,13],[4,15],[-4,7],[-12,10],[-17,9]],[[2034,2445],[-5,-6],[-9,-10],[-24,-14],[-2,-1],[-4,0]],[[1990,2414],[-12,9],[-9,6],[-5,0],[-29,-1],[-14,0],[-3,0],[-4,2],[-18,9],[-2,2],[-1,3]],[[1893,2444],[1,0],[7,3],[5,6],[1,22],[-16,4],[-6,2],[-7,0],[-9,9],[-2,20],[5,8],[2,1],[9,5],[30,16],[23,22],[-1,11]],[[1935,2573],[6,1],[8,1],[1,2],[13,11],[9,8],[1,1]],[[1973,2597],[0,-1],[39,-21],[33,-21],[1,-3]],[[2046,2551],[0,-3],[-14,-37],[-10,-24],[-1,-6],[-4,-20],[0,-5],[0,-2],[1,0],[7,-6],[5,-2],[4,-1]],[[2470,2112],[-47,-10],[-30,-6]],[[2299,2130],[0,1],[1,6],[4,24],[0,2],[0,10],[-1,11],[-3,3],[-4,4],[-8,18],[0,2],[0,3]],[[2288,2214],[2,0],[1,2],[33,28],[6,5],[-1,6],[-5,13],[0,1]],[[2501,2130],[-13,-8],[-17,-9],[-1,0],[0,-1]],[[4377,5144],[0,1],[1,17],[-1,2],[0,2],[1,5],[0,2],[4,7],[0,1],[18,14],[4,2]],[[4404,5197],[14,-5],[5,3],[6,4],[1,0]],[[4430,5199],[-1,0],[0,-1],[-2,-9],[0,-2],[1,-4],[6,-6],[13,-6],[8,-3],[8,-3],[16,-11],[20,-17],[20,-22],[5,-11],[0,-9],[0,-5],[3,-16],[1,-4],[4,-4],[13,-12]],[[4545,5054],[-3,-3],[-3,-3],[-5,-4],[-5,-3],[-1,0],[0,2],[-1,2],[-2,1],[-7,4],[-5,3],[-5,2],[-1,-1],[-4,-2],[-4,-4],[-5,-2],[-2,0],[-3,1],[-3,1],[-7,4],[-2,1]],[[4477,5053],[-3,1],[-22,15],[-13,11],[-21,20],[-30,26],[-10,17],[-1,1]],[[5171,4829],[3,-3],[36,-35],[3,-8],[1,-2],[-1,-1]],[[5213,4780],[-5,0],[-9,-3],[-1,0],[-3,-2],[-15,-12],[-12,-15],[-11,-17],[-1,-2]],[[5156,4729],[-2,1],[-3,0],[-2,0],[-2,0],[-1,0]],[[5146,4730],[-2,1],[-17,11],[-11,4],[-6,15],[-3,6]],[[5107,4767],[-4,10],[-9,16],[-11,15],[-13,18],[-6,18],[1,6],[3,5],[3,2]],[[5071,4857],[2,0],[2,-1],[1,0],[3,1]],[[5079,4857],[-1,-2],[-3,-6],[3,-6],[4,-3],[2,-1],[7,-1],[3,-1],[5,1],[20,2],[40,-7],[10,-5],[2,1]],[[5191,4636],[-4,0],[-6,2],[-7,3],[-3,2],[-2,3],[0,1],[11,28],[-5,30],[-17,22],[-2,2]],[[5213,4780],[1,-1],[12,15],[1,4],[2,8],[1,3],[4,6],[2,2],[5,5],[4,1],[9,1],[1,0],[2,-2],[0,-2],[0,-3],[1,-1],[1,-1],[7,-4],[29,-14],[18,-1],[15,4],[43,8],[5,1]],[[5376,4809],[2,0],[18,5],[13,6],[1,0]],[[5410,4820],[1,-1],[2,-25],[-2,-12],[0,-1]],[[5411,4781],[-3,0],[-3,0],[-1,0],[-16,-7],[-6,-7],[-1,0],[-1,-5],[1,-1],[1,-3],[4,-7],[3,-8],[6,-12],[1,-8],[-4,-15],[-5,-9],[-9,-20],[3,-8],[6,-12],[3,-6],[12,-9],[2,-1],[1,0]],[[5405,4643],[-2,-4],[-2,-2],[-40,-15],[-43,-16],[-15,-6],[-4,-2]],[[5299,4598],[-1,1],[-18,17],[-9,8],[-3,2],[-4,2],[-36,9],[-8,1],[-7,1],[-19,-2],[-3,-1]],[[5160,3821],[0,-1],[2,-4],[2,-11],[2,-13],[-1,-3],[-2,-4],[-1,-1],[-11,-3],[-11,-2],[-4,-1],[-5,-3],[-3,-1],[0,-1],[6,-5],[2,-3],[1,-3],[1,-3],[0,-12],[2,-12],[1,-17],[0,-2],[-1,-2],[0,-3],[2,0],[22,2],[10,2],[1,4],[2,4],[4,4],[12,1],[7,-1],[18,0],[11,0],[2,-1],[3,-1]],[[5234,3725],[0,-2],[0,-1],[0,-1],[-5,-4],[-21,-33],[-9,-36],[0,-2]],[[5199,3646],[-2,0],[-1,-1],[-5,-3],[-2,-2],[-2,-4],[-6,-6],[-5,-2],[-12,-1],[-4,0],[-17,6],[-3,0],[-1,2],[-1,1],[-2,5],[-2,4],[-2,5],[-4,14],[0,2],[-2,2],[-5,8],[-1,1],[-6,4],[-5,1],[-1,-3],[-8,-12],[-7,-7],[-5,-4],[-2,0],[-5,0],[-2,0],[-6,2],[-7,5],[-1,1],[0,-3]],[[4988,3708],[4,10],[12,15],[16,23],[7,12],[23,20],[21,12],[32,16],[16,10],[1,0],[15,0],[22,-4],[3,-1]],[[2659,1241],[11,-19],[1,-2],[0,-4]],[[2671,1216],[-9,0],[-43,-8],[-37,-17],[-4,-2]],[[2488,1218],[-1,2],[-17,27],[-26,38],[0,1]],[[2444,1286],[3,3],[27,24],[2,3],[3,1],[16,8],[9,3],[3,1],[3,1],[8,4],[4,2],[6,5]],[[2528,1341],[5,-2],[5,-1],[21,-11],[19,-19],[3,-4],[8,-9],[3,-2],[16,-11],[20,-8],[14,-14],[16,-19],[1,0]],[[5106,5124],[-1,-1],[-6,-24],[-5,-16]],[[5094,5083],[-1,-2],[-1,-4],[-11,-7],[-12,-2],[-6,0],[-7,3],[-5,7],[-4,8],[-10,9],[-4,3],[-31,20],[-28,10],[-4,1]],[[4970,5129],[0,2],[16,26],[20,17],[1,2],[1,1],[5,16],[1,4],[-1,14],[0,3],[-2,1]],[[5011,5215],[4,0],[2,0],[3,1],[1,0],[8,6],[15,6],[12,1],[5,-5]],[[5061,5224],[-1,-4],[-2,-33],[23,-40],[2,-4],[2,-3],[3,-3],[18,-13]],[[2173,1310],[1,-1],[2,-3],[3,-7],[7,-26],[7,-18],[-4,-15],[-3,-25],[12,-23],[8,-9],[10,-9],[7,0],[34,-4],[30,-10],[0,1]],[[2287,1161],[1,0],[0,-1],[1,-7],[-1,-1],[-1,-3],[-6,-6],[-2,0],[-5,-1],[-22,-4],[-17,-7],[-4,-9],[0,-1]],[[2231,1121],[-4,2],[-21,12],[-7,3],[-18,2],[-8,-2],[-7,-2],[-7,1],[-1,0],[-22,8]],[[2136,1145],[7,2],[14,7],[4,8],[-1,2],[-6,8],[-5,27],[0,1],[3,3],[2,2],[8,6],[3,2],[6,4],[7,11],[1,2],[0,10],[0,10],[-3,12],[-2,24],[-1,24]],[[8011,7124],[0,1],[-8,33],[-19,9],[-24,2],[-1,3],[0,3]],[[7958,7182],[14,-2],[3,9],[31,24],[7,3],[2,2]],[[8015,7218],[3,-1],[2,0],[5,0],[6,0],[5,1],[5,1],[5,2],[1,1],[3,1]],[[8103,7197],[-1,-1],[-10,-20],[-1,-2],[-1,-2],[-8,-14],[-7,-8],[-16,-13],[-39,-12],[-5,-1],[-4,0]],[[4327,4569],[1,2],[1,20],[15,7],[17,6],[3,0],[1,1]],[[4365,4605],[3,2],[5,4],[9,8],[4,3],[3,2],[23,2],[28,2],[12,0],[10,3]],[[4462,4631],[-1,-1],[-4,-9],[-1,-2],[-2,-3],[-3,-6],[-5,-12],[-3,-10],[-1,-4],[0,-3],[4,-4],[6,-7],[21,-31],[23,-25],[9,-8],[13,-13],[6,-8],[6,-6],[0,-2],[-1,-12],[4,-4],[7,-6],[15,-11],[12,-7],[5,-1],[4,-1],[1,-2],[0,-1],[-1,-2]],[[4576,4430],[0,-1],[-1,-2],[1,-2],[2,-5],[-6,-23],[-14,-17],[-3,-4],[-2,-2],[0,-2],[0,-5]],[[3458,3499],[-2,2],[0,6],[11,12],[12,6],[3,1]],[[3482,3526],[35,-11],[41,-14],[4,-2],[3,-2],[25,-19],[12,-12],[17,-20]],[[3619,3446],[-3,0],[-1,-1],[-2,-2],[-2,-2],[-3,-4],[-3,-7],[-2,-3],[-1,-1],[-12,-4],[-18,-4],[-4,0]],[[3568,3418],[-3,0],[-56,4],[-8,4]],[[3501,3426],[0,1],[0,18],[-4,7],[-17,28],[-10,10],[-12,9]],[[1554,2142],[-4,-1],[-6,-3],[-4,-3],[-26,-18],[-34,-29],[-5,-3],[-17,-9],[-29,-14],[-24,-4],[-3,0]],[[1402,2058],[-3,-1],[-3,0],[-5,1]],[[1391,2058],[0,4],[1,9],[1,9],[0,7],[0,3],[-1,5],[-8,9],[3,21],[6,20],[3,17],[-3,17],[-15,20],[-25,7],[-3,-1]],[[1350,2205],[0,2],[0,2],[0,2],[1,2],[-2,2],[-3,2]],[[1346,2217],[2,4],[1,2],[2,3],[3,5],[3,5],[0,1],[1,0],[6,2],[17,4],[17,-2],[23,-9],[48,-25],[1,-1]],[[1470,2206],[-2,0],[6,-10],[9,-10],[28,-14],[36,-22],[3,-3],[3,-4],[1,-1]],[[5249,4977],[2,0],[7,7],[5,10],[1,1],[2,1],[4,2],[13,5],[17,4],[4,0],[1,-1],[4,-3],[3,-2],[0,-1],[11,-12],[16,-8],[15,-5],[29,-21],[3,-6],[2,-4],[5,-7],[1,-1],[9,-13],[0,-28],[-11,-16],[-1,-1]],[[5391,4878],[-2,3],[-17,19],[-1,0],[-8,2],[-17,3],[-7,2],[-32,8],[-11,3],[-13,11],[-10,12],[-4,5],[-7,-1]],[[5262,4945],[-7,12],[-6,12],[-3,5],[-2,3],[5,0]],[[3863,3539],[0,1],[19,10],[5,2],[7,1],[-1,28],[-1,14],[-1,0],[-8,3],[-6,9],[3,12],[5,11],[1,3],[1,1],[9,3],[7,3],[5,3]],[[3908,3643],[3,1],[6,2],[5,2],[7,-5],[6,-5],[5,-4],[3,-7]],[[4085,3527],[1,-6],[-1,-4],[-1,-10],[-1,-6],[-12,-30],[-1,-3]],[[4070,3468],[-3,-3],[-36,-10],[-3,0]],[[4028,3455],[0,2],[-1,1],[-2,1],[-16,11],[-21,14],[-3,11],[-3,12],[-5,12],[-15,19],[-10,8],[-8,3],[-6,3],[-8,2],[-1,0],[-1,-2],[-28,-23],[0,-1],[0,-2]],[[3900,3526],[-4,2],[-8,4],[-8,2],[-5,2],[-1,0],[-3,1],[-4,0],[-2,1],[-2,1]],[[1330,3691],[-5,2],[-20,-4],[-7,-1],[-1,0]],[[1297,3688],[0,1],[-2,6],[0,2],[-18,32],[-25,25],[-1,1]],[[1251,3755],[0,1],[2,9],[7,13],[1,2],[8,13],[2,3],[2,2],[3,3],[1,1],[1,1],[1,2]],[[1323,3816],[2,-4],[1,-3],[1,0],[1,-1],[1,0]],[[1329,3808],[2,0],[1,-1],[7,-6],[-2,-5],[6,-15],[23,-20],[1,-1]],[[1367,3760],[0,-2],[-1,-6],[0,-2],[-1,-3],[-2,-3],[-13,-28],[-18,-24],[-2,-1]],[[3872,841],[0,-1],[2,-19],[0,-13],[0,-8],[-2,-5],[22,-41],[3,-2],[0,-2],[0,-25],[0,-1]],[[3897,724],[0,-1],[0,-34],[7,-46],[0,-40],[-2,-4],[-2,-14],[-1,-1]],[[3899,584],[-2,-1],[-4,-1],[-5,1],[-5,0],[-2,2],[-35,12],[-3,1]],[[3843,598],[0,7],[-1,7],[-6,17],[-1,14],[1,17],[2,12],[5,28],[1,13],[1,6],[-1,8],[-14,28],[-12,30],[-8,18],[-3,19],[1,2]],[[3808,824],[7,2],[13,22],[1,1],[2,0],[1,0]],[[3832,849],[5,2],[25,-6],[9,-4],[1,0]],[[7504,5007],[1,-3],[11,-21],[16,-16],[10,-3],[6,-4],[2,-2]],[[7550,4958],[-1,-1],[-3,-3],[-6,-4],[-11,-7],[-6,-4],[-10,-6],[-10,-6],[-1,-1],[1,-10],[0,-7],[1,-2],[3,-7]],[[7507,4900],[-3,0],[-11,-1],[-14,-4],[-19,14],[-11,8],[-3,3],[-3,5],[-1,5],[-22,18],[-20,11],[-2,0]],[[7398,4959],[-1,8],[0,8],[-1,15],[8,10],[2,0],[3,-1],[18,-6],[2,0],[6,-1],[2,0],[16,4],[-1,4],[-4,6],[-1,2],[-3,3],[-3,3],[-1,2],[-2,5],[0,3],[0,3],[0,8],[2,1],[4,1],[4,-1],[3,-3],[2,-2],[1,-2],[2,-3],[8,2]],[[7464,5028],[1,-1],[2,-2],[11,-7],[15,-7],[8,-3],[3,-1]],[[7355,6795],[1,2],[7,12],[8,14],[1,1],[0,1],[2,9],[0,1]],[[7374,6835],[3,0],[49,2],[3,0],[6,0],[23,1],[10,0],[18,0],[8,-1],[9,-1]],[[7503,6836],[0,-3],[-7,-27],[0,-5],[1,-11],[0,-1],[2,-4],[1,-2],[17,-16],[9,-14],[1,-2],[0,-1]],[[7527,6750],[-1,0],[-41,-15],[-19,-20],[-9,-8],[-19,-16],[-11,-10],[-11,-10],[-1,-2],[-3,-1]],[[7404,6664],[-8,6],[-6,4],[-4,3],[-7,4],[-12,7],[0,1]],[[7367,6689],[1,2],[9,24],[11,32],[1,2],[-37,29],[0,1],[5,13],[-2,3]],[[6577,6035],[1,-1],[3,-1],[2,1],[29,5],[16,6],[1,1]],[[6641,5892],[-1,0],[-17,-4],[-17,-28],[-3,-3]],[[6603,5857],[-5,-2],[-18,0],[-32,-1],[-13,-2],[-13,-2],[-7,0],[-6,0],[-18,4],[-17,5],[-1,2],[-1,1],[0,1],[1,3],[2,1],[2,1]],[[6477,5868],[4,0],[3,0],[4,1],[2,1],[2,2],[1,1],[3,4],[1,0],[0,4],[0,5],[7,44],[2,46],[0,4],[3,5]],[[5516,5826],[8,-4],[6,-5],[4,-4],[2,-3],[3,-6],[3,-3],[4,-6],[8,-4],[5,0]],[[5559,5791],[-3,-2],[-11,-16],[-3,-8],[-1,-10],[1,-5],[2,-6],[2,-4],[13,-27],[2,-3],[1,-2],[3,-2],[5,-2],[4,-2],[2,-1]],[[5576,5701],[0,-3],[1,-14],[1,-12],[-8,-9],[-10,0],[-5,3],[-4,2],[-4,2],[3,-21],[0,-2],[3,-6],[3,-5]],[[5556,5636],[-3,-2],[-6,-14],[-4,-10],[-19,-2],[-38,0],[-37,5],[-30,0],[-5,0]],[[5414,5613],[-1,2],[-11,13],[-8,8],[-10,5],[-7,3]],[[5377,5644],[0,1],[-1,4],[-3,16],[-2,11],[-3,11],[-5,23],[-3,11],[-6,23],[-1,4]],[[5353,5748],[3,2],[18,10],[28,14],[23,9],[7,2],[1,0]],[[5433,5785],[2,1],[13,6],[2,1],[27,15],[37,18],[2,0]],[[6410,7072],[2,-2],[26,-29],[3,-3]],[[6441,7038],[0,-2],[-2,-26],[3,-1],[2,0],[9,-1],[14,0],[3,2],[2,1],[15,1],[8,0],[1,0],[2,-1],[2,-1],[0,-1],[-1,0],[-10,-23],[-9,-28],[-12,-15],[-2,-3],[-2,-3]],[[6464,6937],[-1,0],[-2,0],[-13,2],[-16,-1],[-40,8],[-27,13],[-5,3],[-10,11],[-5,5],[-11,15],[-3,4],[1,2],[1,3],[3,3]],[[6336,7005],[3,1],[26,-3],[6,-1],[1,0],[3,1],[9,5],[3,9],[1,13],[2,13],[17,25],[3,4]],[[8242,6154],[-9,-10],[-15,-9]],[[8218,6135],[-4,0],[-3,1],[-9,-1],[-2,0],[-27,3],[-29,19],[-13,16],[1,2],[0,2]],[[8132,6189],[8,23]],[[8140,6212],[1,7],[-2,35],[0,7],[0,5]],[[8139,6266],[15,1],[27,7],[7,4],[6,2],[11,3]],[[8205,6283],[33,9],[4,-1],[11,-17],[-1,-3],[5,-13],[8,-11],[9,-7],[12,-14],[2,-3],[2,-3],[1,-2],[2,-6],[0,-1],[0,-4]],[[8293,6207],[-2,-3],[-8,-7],[-7,-7],[-13,-8],[-13,-4],[-8,-24]],[[411,3532],[3,2],[7,2],[7,16],[-12,16],[-15,10],[-3,2],[-4,4],[-2,2],[0,1]],[[392,3587],[6,2],[1,1],[23,22],[10,12],[-4,11],[-1,9],[7,10],[7,7],[2,3],[1,2]],[[444,3666],[1,-1],[4,-2],[3,-3],[1,-2],[16,-18],[32,-16],[3,-1]],[[504,3623],[3,-1],[16,-7],[7,-2],[4,-2],[2,0]],[[536,3611],[0,-3],[-1,-5],[-3,-6],[-1,-3],[-1,-1],[-3,-5],[-2,-2],[-5,-5],[-1,-1],[-5,-2],[-12,-9],[-7,-10],[-7,-13],[-2,-10],[-16,-13],[-27,-8],[-10,2],[-1,0]],[[432,3517],[-1,0],[-2,1],[-7,5],[-6,5],[-5,4]],[[1980,2773],[2,-3],[1,0],[12,-9],[6,-10],[6,-34],[0,-1],[-1,-4],[-1,-1],[-6,-11],[-1,-1]],[[1998,2699],[-1,0],[-60,14],[-45,24],[-20,11],[-5,1]],[[1867,2749],[0,1],[5,5],[2,2]],[[1874,2757],[1,1],[1,11],[2,11],[0,1],[1,1],[1,1]],[[1880,2783],[0,-3],[4,-2],[3,-1],[3,0],[3,0],[3,0],[1,1],[1,1],[3,5],[1,2],[1,2],[28,-1],[36,-7],[1,-1],[3,-1],[8,-5],[1,0]],[[2908,3713],[5,0],[3,1],[3,2],[1,1],[2,2],[10,17],[9,19],[7,16],[6,19],[-1,10],[-3,18],[2,10],[0,1],[4,6],[13,8],[13,9],[-3,36],[-11,8],[-8,10],[0,2]],[[3004,3953],[1,-2],[3,1],[10,11],[8,9],[10,5],[21,7],[1,1]],[[3058,3985],[0,-2],[2,-3],[1,-1],[9,-6],[2,-1],[2,0],[4,1],[16,3],[1,0],[3,1],[4,3],[13,8],[13,6],[13,4],[9,2],[0,-12],[-1,-13],[1,-1],[2,-4],[2,-3]],[[3154,3967],[-2,0],[-14,-11],[-14,-16],[-14,-25],[-1,-1],[0,-2]],[[3109,3912],[-5,-3],[-23,-32],[-21,-22],[-19,-19],[-1,-8],[0,-15],[3,-18],[1,-27],[6,-28],[13,-28],[1,-39],[-15,-32],[0,-2]],[[3049,3639],[-1,0],[-32,11],[-6,0],[-4,-8],[-3,-5],[-4,-8],[-3,-11],[0,-1],[-33,-17]],[[2963,3600],[1,3],[2,8],[0,1],[-1,2],[-1,3],[-2,2],[-1,1],[-19,16],[-17,13],[-12,4],[0,1]],[[2913,3654],[1,0],[0,1],[-1,23],[-6,16],[1,16],[0,3]],[[8396,6884],[3,0],[6,1],[8,1],[33,-20],[6,-4],[37,-5],[15,-1],[19,1],[11,3],[1,0],[4,-1],[4,-2],[4,-2],[13,-5],[7,-17],[1,-6],[1,-6],[1,-2]],[[8570,6819],[-16,-3],[-40,-5],[-7,-7],[-2,-2],[-4,-6],[1,-15],[1,-1],[1,-11],[0,-7],[0,-7],[0,-5],[-1,-8]],[[8776,5660],[0,8],[2,18],[4,7],[0,3],[0,4]],[[8782,5700],[6,0],[21,9],[11,5],[28,13],[15,8],[6,2]],[[8869,5737],[8,-32],[1,-8],[11,-12],[15,-10],[13,-3],[13,-4],[8,-3],[3,-2],[13,-11],[11,-8],[5,-4],[17,-13],[30,-28],[5,-4],[4,-3],[3,-1],[20,-4],[3,0]],[[9052,5587],[-10,-12],[-28,-31],[0,-1]],[[9014,5543],[-1,0],[-9,-4],[-8,-3],[-18,-4],[-35,-7],[-8,0],[-21,-1],[-35,-4],[-8,-2],[-15,-4],[-5,-2],[-4,-3],[-7,-7],[-1,-1],[-2,-1]],[[8837,5500],[-3,2],[-15,24],[-12,44],[-13,39],[-18,46],[0,5]],[[4102,5189],[1,-1],[9,-17],[10,-17],[18,-40],[-3,-7],[0,-3],[0,-5],[14,-14],[2,-2],[1,-1],[3,0]],[[4157,5082],[0,-1],[-2,-4],[-3,-6],[-5,-21],[11,-26],[-13,-27],[-18,-10],[-8,-3],[-7,-1],[-2,1],[-2,1],[-24,5],[-19,-8],[-37,6],[-27,5],[-3,1]],[[3998,4994],[-2,1],[-39,1],[-47,3],[-6,1],[-13,-1]],[[3891,4999],[2,2],[2,3],[2,2],[9,8],[1,1],[2,1],[3,2],[6,2],[5,13],[2,14],[3,23],[2,28],[-1,4],[-1,6],[-1,5],[0,6],[0,2],[1,2],[0,1],[4,4],[2,2],[3,2],[25,16],[17,3],[1,0],[-1,-1],[0,-2],[6,-9],[9,-1],[18,5],[3,2],[20,8],[4,2],[5,3],[6,10],[1,2],[6,-1],[44,19],[1,1]],[[9258,5825],[1,6],[16,14],[16,16],[20,32],[-1,11]],[[9310,5904],[5,1],[0,2],[9,22],[31,11],[4,0],[2,0]],[[9361,5940],[-2,-14],[-2,-19],[-1,-6],[0,-2],[11,-42],[2,-5]],[[9369,5852],[1,-5],[1,-4],[2,-7],[7,-31],[5,-9],[5,-6],[8,4],[4,1],[21,4],[5,0],[8,-3],[5,-2],[4,-4],[2,-3],[0,-5],[2,-6],[1,-4],[-2,-5],[-1,-2],[-3,-2],[-6,-3],[-10,-5],[-7,-2],[-5,-1],[-9,-2],[-4,-2],[-5,-3],[-16,-18],[-4,-5],[-2,-4]],[[9376,5718],[-5,-1],[-2,0],[-4,1],[-2,2],[-43,13],[-14,4]],[[9306,5737],[-1,6],[-13,18],[-7,17],[0,16],[-2,18],[-1,4],[-2,2],[-3,3],[-4,2],[-6,3],[-3,0],[-6,-1]],[[5801,4656],[0,1],[1,0],[5,-1],[4,-1],[14,10],[7,15],[0,1],[-3,3]],[[5929,4649],[0,-2],[0,-1],[1,-2],[-21,-27],[-9,-6],[1,-3]],[[5901,4608],[-2,0],[-1,-1],[-15,-8],[-18,-4],[-26,-2],[-2,0]],[[5837,4593],[1,4],[-25,36],[-5,2],[-3,6],[-2,5],[-2,8],[0,2]],[[7355,5288],[0,-3],[3,-18],[1,-2],[1,-2],[6,-5],[13,-10],[9,-5],[5,-13],[0,-3]],[[7393,5227],[0,-2],[-1,-22],[-2,-29],[0,-5]],[[7390,5169],[-4,3],[-2,1],[-37,13],[-8,3],[-15,3],[-6,1],[-21,8],[-33,13],[-28,21],[-1,2],[1,2]],[[7236,5239],[1,2],[1,2],[19,7],[16,2],[2,0],[9,-2],[7,-3],[4,-4],[17,5],[15,9],[7,15],[4,3],[13,11],[2,1],[2,1]],[[1803,2366],[1,0],[2,1],[1,1],[0,2],[0,1],[-5,4],[-3,20],[9,25],[0,1]],[[1808,2421],[5,-3],[2,-1],[3,1],[30,3],[14,6],[14,8],[3,4],[14,4],[0,1]],[[1990,2414],[-10,-2],[-7,-2],[-2,-2],[-44,-25],[-9,-15],[0,-1]],[[1918,2367],[-4,-1],[-22,-13],[-2,-2],[-3,-1],[-14,-2],[-17,-2]],[[1856,2346],[-2,0],[-7,-1],[-3,-1]],[[1844,2344],[-15,0],[-22,14],[-2,2],[-2,2],[0,4]],[[2626,451],[0,5],[-1,6],[-1,6],[6,4],[4,1],[10,1],[11,0],[13,1],[10,0],[40,4],[3,0],[25,-4],[14,-3],[10,-4],[5,-5],[17,-3],[16,-1],[29,9],[34,12],[36,-3],[36,-17],[1,0]],[[2944,460],[1,-5],[-1,-10],[-2,-2],[-3,-1],[-3,-1],[-28,-3],[-22,-16],[-17,-11],[-8,-6],[-4,-3],[-3,-14],[0,-4],[0,-3],[2,-2],[6,-9],[4,-6],[1,-1],[1,-1]],[[2868,362],[0,-1],[-9,-11],[-6,-5],[-8,-7],[-5,-3],[-2,-1],[-2,1],[-9,1],[-7,2],[-1,1]],[[8098,5793],[30,-5],[13,-2],[25,-4],[10,-2],[24,-4],[13,0],[11,0],[15,-4],[3,0],[10,-13],[5,-15],[6,-30],[5,-29],[2,-5],[1,-4],[2,-2],[8,-13],[4,-5],[4,-5],[2,-3],[3,-1],[4,-2],[11,-14],[-2,-1]],[[8307,5630],[-3,-1],[-7,6],[-15,10],[-33,-2],[-4,-1],[-2,-1]],[[8243,5641],[-2,1],[-7,3],[-39,-11],[-46,6],[-44,4],[-1,3],[-1,2]],[[8103,5649],[0,1],[0,2],[1,1],[3,2],[4,1],[3,2],[2,1],[6,6],[5,3],[0,1],[0,1],[2,10],[1,15],[0,7],[-4,9],[-9,26],[-8,23],[-2,8],[-2,6],[-2,6],[-2,7],[-1,3],[-2,3]],[[7835,6292],[1,-1],[9,-6],[28,-18],[13,-8],[24,-22],[14,-22],[1,-2],[1,-6],[2,-5],[0,-2],[1,-3],[0,-2]],[[7929,6195],[0,-1],[-3,-4],[-3,-6],[-4,-7],[-1,-2]],[[7915,6162],[-20,13],[-13,7],[-37,15],[-30,11],[-22,0]],[[9078,7348],[-42,26],[-27,19],[-11,7]],[[9105,7481],[3,2],[5,2],[5,2],[2,0],[3,0],[4,-2],[3,-1],[2,-2],[2,-4],[3,-2],[3,-3],[5,-2],[13,-7],[31,-9],[2,-1],[5,0],[4,0],[6,1],[2,-1],[6,-1],[3,-1]],[[9217,7452],[-1,-4],[-1,-13],[-22,-20],[-12,-4],[-20,-6],[-19,-14],[-10,-11],[-8,-8],[-15,-10],[-25,-9],[-6,-5]],[[3054,733],[0,-1],[2,0],[39,12],[22,6],[5,2],[10,5],[7,5],[3,2],[1,0],[4,0]],[[3147,764],[2,-1],[5,-11],[1,-4],[3,-10],[2,-8],[2,-5],[1,-1],[10,-5],[24,-11],[17,-6],[8,-4],[2,-1],[10,-10],[21,-29]],[[3102,665],[2,3],[0,2],[-1,1],[-1,1],[-5,2],[-3,2]],[[3094,676],[-9,8],[-10,9],[-12,5],[-6,10],[-7,19],[0,2],[0,1],[0,2],[3,1],[1,0]],[[525,3306],[3,-2],[30,-16],[9,-11],[2,-16],[0,-4],[-1,-1],[-2,-3]],[[566,3253],[-17,-4],[-5,-6],[-9,-7],[-20,-7],[-2,0],[-3,0],[-12,2],[-6,1],[-1,1]],[[491,3233],[0,4],[1,7],[3,18],[-8,30],[1,0]],[[5524,8791],[3,3],[7,5],[6,4],[10,10],[12,17],[2,7],[3,19],[-4,8],[-3,5],[3,1]],[[5563,8870],[4,0],[7,3],[5,2],[1,9],[6,15],[8,12],[28,14],[22,6],[5,2]],[[5649,8933],[1,-2],[6,-18],[1,-3],[1,-15],[0,-39],[-5,-15],[-8,-15],[-17,-35],[-1,-8],[-4,-4]],[[5623,8779],[-3,0],[-6,-1],[-10,-5],[-24,-21],[-8,-1],[-4,-1],[-1,-1]],[[5567,8749],[0,4],[-1,5],[-7,12],[-4,5],[-5,5],[-3,1],[-3,1],[-15,3],[-5,6]],[[5999,7667],[-2,0],[-4,-1],[-3,-4],[-2,-2],[-11,-17],[-19,-20],[-25,-8],[-6,-6],[-3,-4],[-3,-8],[-1,-4],[0,-10],[1,-3],[0,-5]],[[5921,7575],[-2,0],[-2,0],[-2,-2],[-4,-4],[-5,-6],[-10,-6],[-4,-1],[-3,-1],[-4,0],[-12,1],[-9,5],[-4,4],[-2,2],[0,2],[2,5],[0,6],[0,3],[-4,15],[-5,8],[-14,11],[-25,16],[-16,4],[-6,-9],[3,-3],[1,-3],[0,-1],[-1,-2],[-5,-4],[-6,-4],[-8,-5],[-3,-1],[-12,-4],[-8,-3],[-2,-2],[-4,-5],[-4,-5],[-1,-3],[-18,-5],[-25,-4],[-23,6],[-1,0]],[[5702,7752],[7,0],[18,8],[26,-15],[25,-9],[2,-3],[6,-8],[1,-11],[-1,-23],[0,-2],[4,-4],[3,0],[7,2],[5,3],[-2,4],[-2,8],[-2,8],[14,18],[1,1],[2,1],[2,0],[2,0],[7,-4],[3,-1],[3,-3],[3,-4],[4,-5],[8,-9],[21,-18],[1,0],[9,0],[11,1],[3,1],[1,1],[2,2],[3,8],[1,4],[0,4],[1,4],[2,2],[6,4],[5,2],[1,0],[2,-2],[5,-9],[2,-6],[0,-15],[0,-3],[1,-3],[1,-2],[5,-4],[30,2],[29,2],[2,1],[1,0]],[[5993,7680],[1,-6],[0,-1],[4,-2],[1,-4]],[[8402,6413],[-1,2],[-5,6],[-4,3],[-4,2],[-9,4],[-35,15],[-6,2],[-7,-1],[-6,-7],[-1,-1],[0,-3],[-2,-9],[-2,0]],[[8320,6426],[-1,0],[-7,2],[-4,0],[-2,0],[-2,1]],[[8304,6429],[-2,3],[-4,10],[-3,9],[0,4],[1,4],[15,39],[0,3],[1,2]],[[8312,6503],[3,-1],[5,-2],[3,-2],[5,-5],[16,-9],[16,-5],[3,-1],[6,1],[2,0],[1,0],[10,6],[18,9],[16,7],[14,8],[11,7],[-1,6],[-3,27],[-11,18],[-2,20],[-1,2]],[[8474,6590],[0,-1],[-4,-34],[11,-14],[6,-16],[8,-24],[0,-14],[-1,-11],[-7,-14],[-11,-17],[-11,-19],[-8,-14],[-3,-5]],[[8454,6407],[-9,3],[-31,6],[-5,0],[-4,-1],[-3,-2]],[[2456,1916],[3,-3],[6,-3],[7,-5],[1,-1],[4,-15],[0,-5],[-9,-6],[-3,-2],[-13,-9],[-1,-1],[0,-5],[2,-17],[3,-16],[2,-15],[-2,-11],[-11,3],[-23,6],[-29,5],[-20,1],[-1,-19],[0,-1]],[[2372,1797],[-1,0],[-2,1],[-24,16],[-33,27],[-20,25],[-14,25],[-16,29],[-2,4],[-1,3],[1,10]],[[2438,1912],[6,1],[3,1],[7,2],[2,0]],[[728,3149],[0,1],[-3,5],[-8,11],[-3,11],[0,5],[-1,10],[2,1],[3,-1],[7,-5],[5,-5],[3,-7],[0,-1],[0,-4],[0,-2],[1,-3],[1,-3],[1,-1],[6,0],[8,1],[4,0],[2,1],[2,2],[6,6],[5,4],[12,7],[11,12],[0,1]],[[792,3195],[1,1],[13,19],[8,15],[8,6],[12,3],[15,-10],[10,-12],[1,-5],[2,-6],[2,-4],[3,-4],[1,-2],[1,-2]],[[869,3194],[1,0],[4,-20],[-1,-18],[-6,-36],[-5,-38],[-7,-7],[-1,-2]],[[854,3073],[-4,2],[-8,5],[-6,3],[-6,3],[-7,2],[-20,7],[-8,-1],[-4,-3],[-4,-2],[-6,-2],[-2,-1],[-2,0],[-1,1]],[[776,3087],[-22,22],[-19,30],[-2,7],[-1,1],[-3,2],[-1,0]],[[3426,2982],[-1,1],[-21,13],[-11,4],[-12,3],[-8,1],[-2,0],[-4,-1],[-6,-2],[-9,-3],[-9,-2],[-2,0],[-4,0],[-10,3],[-14,5],[-15,5],[-3,1],[-21,12],[-9,7],[-5,6],[-8,12],[10,6],[7,13],[0,11],[-4,21],[-2,18],[0,2],[-4,3],[-1,1],[-3,0]],[[3255,3122],[1,1],[1,2],[5,5],[19,18],[1,1],[1,0]],[[3283,3149],[6,-3],[3,-1],[5,0],[8,0]],[[3305,3145],[0,-4],[30,-22],[1,-1],[1,0],[4,1],[4,0],[5,2],[2,2],[2,1],[0,7],[0,1],[5,0],[10,-1],[20,-3],[16,-5],[11,-4],[4,-3],[3,-3],[2,-2],[4,0]],[[3447,2989],[-17,-6],[-4,-1]],[[7379,5815],[-6,-8],[-10,-20],[-16,-28],[-16,-27],[0,-1],[-7,-4],[-3,-1],[-3,-1],[-7,0],[-12,1],[-5,5],[-2,4],[-2,0],[-4,-2],[-1,-1],[-2,-3]],[[7283,5729],[-4,-1],[-36,2],[-19,-1],[-2,0],[-4,0],[-4,2],[-3,2],[-2,3],[-1,3],[0,3],[0,2],[3,19],[0,1],[3,4]],[[7214,5768],[2,1],[2,2],[7,18],[2,12],[-4,11],[-6,22],[-6,22],[-1,12],[0,10],[0,1]],[[7210,5879],[2,0],[38,0],[26,0],[36,-7],[32,-5],[5,3],[2,0],[6,2],[6,1],[1,0]],[[7364,5873],[1,-1],[1,-2],[16,-17],[10,-18],[0,-1]],[[7392,5834],[-2,0],[-9,-16],[-2,-3]],[[9611,6186],[0,-1],[1,-13],[1,-20],[0,-26],[0,-1],[1,-3],[12,-26]],[[9626,6096],[-15,1],[-35,2],[-30,-2],[-13,-1],[-3,-1],[-12,-4],[-29,-9],[-7,-2]],[[9482,6080],[-5,10],[-14,19],[-6,8],[-16,2],[0,4],[0,6],[1,5],[1,7],[16,21],[0,7]],[[3553,3659],[-2,-1],[-7,-5],[-23,-21],[-4,-4],[-7,-9],[-2,-3],[-1,-2],[-1,-2],[-1,-3],[-1,-5],[0,-4],[0,-6],[0,-10],[0,-14],[1,-8],[0,-1]],[[3505,3561],[-3,1],[-11,-1],[-12,-2],[-14,-3],[-8,-1],[-15,-2],[-11,0],[-2,0],[-8,2],[-4,1],[-7,3],[0,1],[0,1],[-3,14],[-8,12],[-12,13],[-3,23]],[[3384,3623],[1,0],[18,8],[44,17],[47,18],[48,14],[3,1]],[[3545,3681],[1,0],[12,3],[7,1],[6,-3],[2,-3],[4,-5]],[[3577,3674],[-2,-1],[-20,-12],[-2,-2]],[[7673,6387],[-2,2],[-5,2],[-2,1],[-2,3],[-7,9],[-1,4],[4,10],[8,6],[1,1],[0,1],[0,1]],[[7667,6427],[1,2],[2,4],[1,1],[8,4],[13,3],[14,2],[0,-1]],[[8551,7454],[-9,-1],[-12,-1],[-1,0],[-10,-16],[-3,-5]],[[8516,7431],[-6,0],[-2,0],[-6,3],[-3,1],[-3,0],[-13,0],[-36,-3],[-24,3],[-4,1],[-4,0],[-9,-1],[-6,-1],[-29,-8],[-6,-1],[-4,-3],[-2,-1],[-3,-5],[-4,-7],[-1,-3],[0,-8],[0,-1]],[[8351,7397],[-1,0],[-28,5],[-32,10],[-46,16],[-19,10],[0,2]],[[8225,7440],[0,1],[1,3],[1,14],[0,10],[1,19],[0,17],[-7,21],[0,1],[1,1],[15,0],[15,-4],[14,3],[2,0],[3,2],[27,15],[11,6],[16,13],[1,1],[4,9],[11,17],[9,7],[-2,7],[-2,5],[-3,4],[-1,2],[-5,2],[2,1],[30,4],[17,1],[52,1],[27,0],[7,1],[5,1],[27,10],[1,0],[10,5],[11,10],[4,2],[1,1],[9,-2],[5,-2],[5,-3],[6,-7],[19,-29],[4,-7],[1,-1],[-1,-3],[-1,-6],[0,-1],[-4,-11],[-21,-67],[-10,-28],[2,-12],[6,-5],[1,-5],[-1,-10]],[[9030,6624],[5,5],[8,19],[9,26],[7,15],[4,21],[-23,22],[-11,10]],[[9029,6742],[2,1],[21,18],[7,14],[-3,20],[-4,2],[-4,2],[-4,2],[-10,3]],[[9034,6804],[1,1],[8,4],[12,1],[9,0],[14,-1],[14,-1]],[[9092,6808],[0,-2],[6,-31],[13,-23],[2,-34],[0,-15]],[[9113,6703],[-7,0],[-17,2],[-10,1],[-1,0],[-2,-6],[-1,-3],[0,-2],[-4,-28],[-2,-12],[-5,-9],[-6,-2],[0,-1],[0,-3],[2,-6],[0,-1],[2,-2],[10,-11],[0,-2]],[[9072,6618],[-1,-1],[-19,-8],[-10,-4],[-10,5],[1,3],[0,5],[-1,4],[-2,2]],[[1381,1671],[4,0],[20,-14],[14,-19],[1,-2]],[[1420,1636],[-1,-9],[-1,-22],[16,-34],[7,-27],[9,-21],[5,-7],[13,-18],[17,-24],[10,-15],[11,-18],[10,-16],[16,-30],[10,-29],[-3,-25],[-3,-30],[-2,-28],[-2,-17],[-2,-20],[-2,-28]],[[1528,1218],[-1,2],[-1,2],[-25,34],[-5,5],[0,1]],[[1496,1262],[-2,4],[-1,3],[1,4],[6,22],[1,2],[9,6],[8,10],[8,11],[3,4],[0,2],[-1,3],[-14,31],[-6,12],[-5,8],[-7,6],[-16,13],[-13,3],[-42,11],[-2,2],[-6,2],[-1,0],[-1,2],[0,2],[1,3],[1,2],[0,2],[0,5],[-1,2],[-1,3],[-1,2],[-1,2],[-12,5],[-14,5],[-5,2],[-7,3],[-3,1],[-11,8],[-13,11],[-5,6],[-3,3],[-6,2],[-4,1],[-3,3],[-8,6],[-7,2],[-9,5],[-2,2],[-12,8],[-1,1],[-1,3],[-3,2],[-2,1],[-2,0],[-11,3],[-8,3],[-5,3],[-5,6],[-5,7],[0,2],[-3,18],[0,29],[0,1]],[[1243,1598],[1,0],[1,2],[0,2],[-1,6],[2,8],[6,14],[4,4],[4,5],[2,2],[2,1],[13,4],[14,3],[9,2],[0,1]],[[1300,1652],[1,0],[45,12],[31,6],[4,1]],[[8733,6851],[1,0],[0,-1],[29,-13],[2,-1]],[[8765,6836],[6,-3],[2,-1],[35,-1],[30,4],[27,-13],[1,0]],[[8866,6822],[-1,-2],[-6,-10],[6,-26],[2,-1],[3,-2]],[[8870,6781],[-2,-1],[-28,-20],[-30,-15],[-25,-27],[-16,-30],[-23,-34],[-3,-6],[0,-3],[3,-6]],[[8746,6639],[-3,0],[-13,-1],[-19,-2]],[[8711,6636],[1,4],[7,18],[2,4],[7,13],[1,4],[4,10],[0,10],[-1,48],[0,28],[0,13],[-1,4],[0,3],[-2,15],[-4,17],[0,2],[0,3],[5,13],[1,2],[2,4]],[[5178,5413],[0,5],[1,3],[4,13],[-19,31],[-18,16],[-12,12],[-3,2]],[[5131,5495],[4,2],[13,2],[21,2],[12,-11],[1,-10],[0,-12],[1,-3],[2,-5],[2,-1],[8,-1],[4,1],[4,0],[4,1]],[[5207,5460],[1,-1],[3,-1],[4,-4],[11,-8],[9,-11],[1,-9],[-2,-2],[-4,-5],[-1,-2],[-1,-2],[0,-4],[-1,-2],[1,-2]],[[5228,5407],[1,-1],[0,-2],[-2,-2],[-2,0],[-6,-1],[-5,0],[-6,1],[-27,10],[-3,1]],[[3266,3303],[-2,-1],[-5,-5],[-2,-2],[-1,-1],[-3,-4],[-3,-8],[-2,-1],[-1,-3],[-3,-3],[-11,-10],[-14,-11],[-16,-11],[-20,-14],[-6,-5],[-1,-1],[0,-3]],[[3176,3220],[-1,0],[-6,-1],[-3,0],[-8,1],[-9,2],[-7,3]],[[3142,3225],[-3,1],[-30,15],[-10,7],[-12,22],[0,1]],[[3087,3271],[1,5]],[[3088,3276],[0,1],[9,8],[9,11],[5,12],[3,17],[-1,5],[-1,8],[0,2],[1,1],[5,7],[1,2],[1,1]],[[3120,3351],[7,-1],[22,-3],[6,-1]],[[3155,3346],[4,-4],[3,-2],[7,-3],[5,-1],[7,-1],[2,0],[7,0],[6,-1],[5,-1],[13,-5],[23,-10],[7,-4],[13,-6],[7,-4],[2,-1]],[[1154,2876],[1,1],[23,24],[2,3],[2,2],[2,4],[0,2],[-1,11],[-1,3],[-1,4],[-1,1]],[[1244,2858],[0,-2],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-2,0],[-21,-29],[0,-1]],[[1216,2821],[-14,-1],[-38,-18],[-27,-14],[-2,-2],[-1,-2],[-1,0],[-2,0],[-6,-1]],[[1125,2783],[-2,1],[-8,0],[-1,-1],[-3,0],[-2,1],[-1,1],[-3,3],[-1,1],[-3,5],[-2,3],[-3,5],[0,1],[3,6],[3,7],[3,2]],[[1105,2818],[6,0],[15,13],[9,11],[19,32],[0,2]],[[3577,3674],[11,4],[9,7],[4,4],[4,5],[0,1],[0,1],[-1,1],[-2,1],[-6,1],[-7,2],[-6,3],[-16,15],[-2,2],[-1,2],[-1,2],[1,2],[2,4],[1,3],[6,5],[4,2],[11,6],[14,2],[3,0]],[[3605,3749],[1,-1],[4,-4],[42,-1],[36,9],[3,2],[3,1]],[[3694,3755],[-1,-1],[0,-38],[11,-34],[13,-23],[6,-22],[0,-2]],[[3723,3635],[-3,0],[-9,-1],[-9,-8],[-9,-10],[-2,-2],[-1,-2]],[[3690,3612],[-1,1],[-42,19],[-52,13],[-42,14]],[[5284,9257],[1,0],[18,-8],[20,-5],[32,-6],[26,-14],[15,-20],[13,-29],[5,-8],[8,-8],[5,-4],[1,1],[6,4],[3,4],[4,9],[3,10],[2,3],[9,16],[2,2],[1,1],[1,0],[8,-9],[11,-10],[8,-7],[5,-1],[3,-1]],[[5494,9177],[5,-2],[1,-1],[12,-33],[-2,-1],[-33,-8],[0,-9],[6,-16],[4,-6],[13,-29],[7,-10],[0,-1]],[[5507,9061],[-8,-4],[-2,-2],[-2,-1],[-6,-5],[-2,-2],[-3,-3],[-2,-1],[-5,-1]],[[5477,9042],[-4,2],[-3,1],[-25,9],[-9,1],[-8,1],[-9,4],[-8,6],[0,3],[-4,6],[-3,6],[-3,2],[-9,0],[-1,-1],[-5,-3],[-2,-3],[-2,-3],[-7,-11],[-3,-3],[-7,-6],[-3,-7],[0,-6],[5,-2],[9,-5],[3,-10],[2,-10],[-2,-9],[-2,-16],[0,-2],[-3,-4],[-8,-4],[-4,-1],[-2,0],[-2,0],[-2,1],[-3,1],[-2,2],[-3,1],[-4,1],[-4,0],[-2,-1]],[[5338,8982],[-2,0],[-16,3],[-11,10],[-11,7],[-11,6],[-5,17],[-3,19],[-7,15],[-5,2],[-1,0]],[[5266,9061],[0,2],[2,23],[-1,30],[-15,26],[-12,3],[-17,1],[-3,6],[-1,5],[-1,10],[0,2],[2,3],[5,11],[10,11],[13,15],[4,5],[4,22],[6,17],[13,5],[1,-1],[4,-1],[3,0],[1,1]],[[1896,871],[-3,0],[-10,2],[-25,22],[-12,11],[-10,12],[8,37],[-9,20],[-15,11],[-10,11],[-11,29],[-7,25],[0,1]],[[1792,1052],[1,0],[20,-12],[33,-18],[38,-18],[2,-1],[7,-1],[5,0]],[[1898,1002],[1,-2],[17,-27],[13,-19],[8,-19],[4,-10],[2,-7],[-3,-29],[-9,-14],[-2,-1],[-6,-4],[-4,-1],[-4,0],[-9,1],[-8,2],[-2,0],[0,-1]],[[3899,3522],[3,-2],[6,-6],[2,-6],[0,-4],[0,-2],[-1,-2],[-17,-35],[-2,-30],[4,-9],[2,-2]],[[3896,3424],[1,-1],[1,-2],[1,-11],[-7,-4],[-25,-1],[-1,0]],[[3866,3405],[-1,0],[-8,1],[-2,1],[-3,3],[-2,2],[-1,2],[0,3],[1,5],[-7,10],[-18,11],[-4,1],[-4,1],[-3,0],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-1,-4],[-1,-4],[-1,-3],[-1,-4],[-1,-1],[-3,-4],[-9,-9],[-3,-1],[-5,-1],[-11,-2],[-8,2]],[[3779,3507],[2,-1],[11,-6],[13,-7],[20,-6],[16,6],[6,17],[-1,3],[1,3],[1,5],[1,1],[6,7],[13,6],[22,-8],[9,-5]],[[2746,2900],[-1,1],[-8,13],[-6,15],[-7,5],[-11,4],[-12,5],[-6,1],[-4,0],[-2,0],[-19,-13],[0,-1]],[[2670,2930],[-2,2],[-38,25],[-15,9],[-3,3],[-1,1]],[[2611,2970],[1,1],[2,5],[1,4],[3,7],[5,11],[1,4],[28,17],[43,19],[31,33],[21,31],[10,39],[0,1]],[[2757,3142],[2,0]],[[2759,3142],[7,-4],[16,-8],[11,-5],[11,-3],[50,-15],[23,-6],[16,-5],[20,-5],[22,-6],[16,-5],[6,-2]],[[2957,3078],[0,-1],[-11,-39],[-1,-4],[-1,-2],[-14,-30],[-18,-13],[-2,-2],[-21,-18],[-17,-13],[-20,-17],[-9,-8],[-8,-7],[-12,-11],[-15,-11],[-14,-11],[-17,-12],[-12,4],[-7,6],[-6,6],[-1,2],[-4,2],[-1,1]],[[6865,5645],[2,-1],[2,0],[13,17],[14,20],[1,1]],[[6897,5682],[1,0],[3,-13],[6,-12],[6,-12],[2,-1],[4,0],[3,0],[5,2],[3,1],[2,1],[37,-2],[12,-5],[23,-7],[1,0],[14,9],[7,7]],[[7026,5650],[0,-4],[0,-3],[10,-20],[19,-27],[14,-13],[2,-2]],[[7071,5581],[-3,-3],[-10,-8],[-4,-3],[-14,-9],[-19,-12],[-14,-8],[-1,-6]],[[7006,5532],[-1,2],[-38,11],[-22,-5],[-22,-20],[0,-3],[-1,-3],[-4,-4],[-3,-2],[-7,-3],[-7,-1],[-7,-1],[-3,0],[-16,5],[-21,2],[-25,-2],[-3,-16],[-11,-12],[-15,-9],[-8,0],[-2,0]],[[6790,5471],[-5,2],[-5,4],[-2,1],[-1,0]],[[6777,5478],[-2,1],[-17,11],[-20,22],[-3,3]],[[6735,5515],[-1,1],[3,4],[4,5],[15,28],[0,1]],[[6756,5554],[4,2],[22,-18],[12,-1],[28,3],[3,1],[2,0],[3,2],[6,5],[1,2],[2,6],[2,5],[1,5],[1,8],[0,4],[0,5],[7,10],[8,9],[16,2],[14,16],[1,5],[0,1],[0,3],[0,2],[-2,3],[-5,2],[-11,5],[-4,2],[-2,2]],[[7729,6447],[-6,12],[-36,31],[-22,37],[-1,1],[-1,2],[-2,5]],[[7661,6535],[5,1],[-1,24],[2,22],[8,16],[1,2],[1,1],[2,3],[0,2]],[[7679,6606],[15,-4],[18,-4],[4,0],[3,1],[9,6],[24,9],[11,-16],[9,-13],[1,-1]],[[7773,6584],[2,-2],[8,-8],[13,-9],[33,-24],[21,-3],[7,2],[5,1]],[[7862,6541],[0,-2],[-4,-14],[-2,-18],[3,-18],[0,-5],[0,-6],[-5,-5],[-3,-1]],[[7851,6472],[-1,-1],[-15,-9],[-3,-1],[-5,-2],[-4,-1],[-4,-1],[-10,-4],[-6,-7],[-11,-10],[-1,-2]],[[9582,6892],[-17,5],[-13,2],[-20,-14],[-17,-17],[-10,-7],[-4,-2],[-10,-3],[-1,-1],[-6,0]],[[9484,6855],[1,1],[2,4],[2,2],[2,3],[1,1],[2,4],[3,6],[0,2],[0,5],[-3,9],[-1,0],[-15,-3],[-11,-4],[-8,-6],[-6,1],[-11,3],[-3,1],[-9,6],[-3,2],[-19,29],[-1,2],[0,1]],[[9407,6924],[-3,34],[0,2],[0,6],[0,9],[1,2],[3,7],[2,1],[1,2],[9,18],[0,13],[0,2],[-1,1]],[[9419,7021],[2,0],[3,1],[5,2],[5,1],[3,1],[6,-3],[7,-7],[3,-2]],[[9453,7014],[-1,-12],[0,-4],[2,-1],[19,-4],[13,-2],[20,-5],[1,-8],[8,-4],[14,-2],[15,0],[18,-1],[16,1]],[[9578,6972],[1,-6],[2,-18],[2,-14],[3,-15],[1,-9],[-1,-6],[-4,-12]],[[1402,936],[-2,-1],[-28,-37],[-20,-44],[-1,-1]],[[1351,853],[-17,-15],[-10,-10],[-3,-2],[-18,-9],[-22,-10],[-3,-1],[-7,2],[-13,5],[-9,3],[-1,0]],[[1248,816],[0,1],[-7,11],[-8,16],[-4,6],[-3,8],[0,4],[1,10],[0,1],[8,4],[6,4],[6,5],[5,6],[25,25],[4,22],[5,20],[6,27],[30,37],[2,2]],[[1324,1025],[3,1],[2,2],[1,2],[2,7],[2,3],[6,9],[18,16],[5,3],[10,5],[14,-2],[42,-12],[4,-1]],[[3747,4414],[5,0],[6,-3],[12,-3],[10,0],[27,13],[1,10],[1,12],[1,6],[6,3],[20,1],[39,2],[3,0]],[[3878,4455],[1,-2],[3,-8],[2,-8],[0,-2],[3,-2],[7,-6],[3,-2],[24,-11],[29,-11],[31,-14],[9,-3],[11,-1],[32,-11],[-3,-11],[-2,-5]],[[4028,4358],[-2,-1],[-12,-5],[-36,-18],[-2,-3],[-2,-3],[-1,-2]],[[3973,4326],[-1,-1],[-12,-15],[0,-15],[0,-7],[1,0]],[[3961,4288],[-3,-4],[-21,-15],[-1,-1]],[[3936,4268],[-2,0],[-19,-7],[-21,-10],[-7,-6],[-8,-6],[-8,-4],[-18,10],[-10,10],[-9,8],[-10,5],[-13,7],[-6,3],[-1,1],[1,0]],[[3805,4279],[1,1],[0,3],[0,1],[-2,1],[-1,1],[-9,9],[-4,11],[2,14],[3,9],[0,6],[0,4],[0,1],[-5,5],[-25,23],[-8,3],[-8,2],[-7,-1],[-2,-1]],[[1515,2326],[27,19],[9,3],[11,3],[6,1],[29,6],[2,0]],[[1599,2358],[0,-2],[7,-3],[8,-5],[6,-3],[0,-1]],[[1620,2344],[-3,-6],[-7,-31],[-6,-42],[0,-15],[0,-5]],[[1604,2245],[-7,-2],[-29,-6],[-11,-7],[9,-11],[0,-13],[-1,-11],[-4,-24],[4,-18],[0,-6]],[[1565,2147],[-3,-3],[-5,-2],[-3,0]],[[1470,2206],[1,0],[8,2],[4,1],[29,9],[1,1],[4,9],[-1,24],[-1,16],[-1,12],[-2,25],[3,19],[0,2]],[[9435,7181],[-1,1],[-14,8],[-2,2],[-2,3],[-4,5],[-2,4],[-33,23],[-33,23],[-23,4],[-40,5],[-18,-3],[-22,-4],[-2,-1],[0,-1]],[[9239,7250],[-4,1],[-1,1],[-3,2],[-1,2],[0,3],[-8,28],[0,1]],[[9222,7288],[2,1],[2,1],[7,5],[3,3],[5,7],[1,1],[3,29],[-1,29],[1,11],[5,25],[3,3]],[[9253,7403],[4,2],[4,2],[11,8],[18,11],[4,2],[6,2],[3,1],[3,-1],[4,0],[2,-2],[3,-1],[4,-4],[2,-3],[2,-2],[2,-4],[0,-2],[3,-13],[5,-10],[12,-12],[11,-1],[0,-9],[0,-10],[0,-7],[1,-2],[2,-6],[2,-4],[3,-4],[0,-1],[5,-7],[1,-2],[1,-4],[1,-5],[9,-9],[12,-13],[5,-4],[14,-13],[6,-4],[6,-4],[5,-3],[4,-3],[4,-3],[2,-2],[6,-9],[4,-8],[1,-5],[1,-6],[0,-6],[-1,-6],[-2,-5],[-2,-1],[0,-1],[-2,-4],[-6,-15],[-3,-8],[0,-2]],[[9685,6225],[12,1],[12,3],[4,1],[4,1],[6,0],[9,1],[31,0],[11,-2],[5,-1],[2,-13],[6,-15],[10,-8],[4,-3],[6,-4],[8,-2],[8,-1],[12,-2]],[[9835,6181],[-9,-19],[-9,-12],[-22,-24],[-5,-3],[-9,-5],[-18,-8],[-7,1],[-9,2],[-3,0],[-4,1],[-8,-2],[-6,-2],[-22,-7],[-7,-4],[-4,-3],[-6,-4],[-6,-7],[-9,-11],[-1,-3],[3,-8],[0,-8],[-7,-7],[-7,-5]],[[9660,6043],[-1,5],[-3,21],[-3,12],[-3,9],[-1,2],[-2,0],[-1,0],[-16,1],[-4,3]],[[4895,7028],[5,6],[11,14],[0,1],[-1,3],[-1,1],[-6,8],[-9,8],[-8,7],[-11,4],[-2,1]],[[4873,7081],[0,1],[11,18],[6,23],[11,31],[1,2],[3,5],[1,2],[2,10],[0,5]],[[4908,7178],[0,2],[1,8],[0,2]],[[5097,7287],[3,-5],[7,-6],[3,1],[27,-6],[22,-10],[1,-1],[7,-9],[4,-6],[3,-2],[2,-2],[11,-6],[6,-3],[3,-1],[10,-3],[4,-2],[2,-1],[4,-3],[4,-11],[1,-6],[2,-8],[-3,0],[-10,-2],[-23,-3],[-14,-3],[0,-12],[-6,-14],[-2,-3],[-2,-3],[-3,-3],[-1,-1],[-2,0],[-3,1],[-2,0],[-1,1],[-10,2],[-18,-2],[-5,0],[-2,-2],[-6,-6],[-6,-9],[-3,-18],[-4,-15],[1,-15],[2,-3]],[[5100,7087],[-1,-1],[-2,-1],[1,-3],[0,-4],[-2,-8],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-2,0],[-9,-1],[-29,3],[-43,-3],[-28,-8],[-3,-1],[-19,-12],[-13,-9],[-5,-3],[-3,-1],[-3,0],[-4,-2],[-7,0],[-9,0],[-6,0],[-10,0],[-1,1],[-1,1]],[[1072,300],[1,-1],[2,-1],[2,-3],[20,-19],[32,-23],[24,-14],[2,-1],[18,-15],[9,-8],[22,-28],[17,-19],[2,0],[9,-3],[2,0]],[[1234,165],[0,-4],[-11,-27],[-8,-11],[-16,7],[-18,2],[-2,0],[-1,-1],[-18,-12],[-10,-6],[-19,-7],[-24,0],[-31,-1],[-28,-2],[-26,-5],[-3,-1]],[[1019,97],[0,2],[-1,2],[-1,0],[-1,0]],[[1016,101],[0,4],[-4,28],[-2,5],[-3,8],[-2,6],[-6,9],[-3,5],[-3,3],[-4,3],[0,1],[-7,6],[-4,6],[-10,20],[-2,5],[-2,7],[-1,6],[-2,5],[0,3],[1,6],[5,18],[2,4],[4,7],[10,10],[12,8],[12,5],[2,1],[14,3],[10,1],[5,0],[4,-1],[2,0],[9,2],[5,1],[12,3],[2,1]],[[3341,713],[0,-1],[28,-19],[21,-8],[19,1],[21,1],[2,0],[2,-2],[2,-2],[4,-6]],[[3440,677],[3,-4],[17,-32],[10,-21],[11,-16],[1,0]],[[3482,604],[1,-2],[1,-4],[1,-4],[2,-21],[2,-17],[11,-27],[-12,-27],[-6,-16],[-10,-19],[-8,-14],[-7,-3],[-10,-3],[-10,-1],[-6,0],[-11,-5],[-18,-10],[-2,-2],[0,-3],[0,-4],[2,-11],[-6,-41],[-13,-20],[-2,-3]],[[3381,347],[-8,-1],[-19,-2],[-23,-3],[-20,-4],[-9,0]],[[3290,656],[2,0],[13,8],[14,13],[4,11],[-2,7],[-1,3],[0,14],[9,3],[8,-2],[4,0]],[[7247,7478],[-1,2],[-2,9],[-1,10],[0,8],[2,29],[2,5]],[[7247,7541],[2,-1],[2,-1],[7,-1],[30,-8],[19,-16],[28,0],[22,-1],[8,11],[0,5],[0,3],[0,2],[1,3],[1,1],[6,4],[8,2],[6,-1],[15,-3],[10,-6],[22,-9],[32,6],[2,1]],[[7468,7532],[3,-1],[1,0],[7,-5]],[[7479,7526],[5,-5],[1,-1],[6,-16],[1,-1],[-15,-33],[-21,-30],[-5,-1],[-4,-2],[-4,-2],[-6,-13],[-3,-6],[-2,-11]],[[7432,7405],[-6,0],[-2,-1],[-8,-2],[-7,-1],[-6,-2],[-5,2]],[[7398,7401],[-4,1],[-5,2],[-5,4],[-4,4],[-2,4],[-1,3],[-1,4],[-1,7],[-28,12]],[[7347,7442],[-1,1],[-5,4],[-1,1],[-3,6],[0,2],[0,4],[1,5],[1,1],[2,2],[0,1],[0,2],[-2,2],[-2,2],[-1,1],[-13,3],[-4,-2],[1,-4],[0,-2],[-1,-6],[0,-1],[-1,-2],[-3,-2],[-5,-4],[-1,-1],[-2,0],[-2,0],[-1,1],[0,3],[1,3],[-7,7],[-11,5],[-20,2],[-16,2],[-4,0]],[[4668,7476],[0,6],[0,2],[-1,3],[-7,11],[-10,-2],[-4,10],[-2,13],[10,9],[7,12],[7,14],[0,3],[0,2],[-1,1],[-7,4],[-17,2],[-3,-2],[-6,-3],[-18,1],[-12,4],[-2,14],[-4,11],[-9,16],[-3,6],[-2,9],[2,15],[5,9],[6,11],[1,1]],[[4598,7658],[1,0],[4,-1],[17,6],[20,9],[33,16],[18,13],[1,2],[1,2],[12,19],[35,3],[25,-7],[19,-13],[3,-2]],[[4787,7705],[0,-1],[-6,-17],[-7,-21],[-1,-10],[-1,-16],[0,-1],[1,-3],[2,-3],[1,-1],[1,0],[4,-2],[18,-3],[6,-3],[-1,-5],[0,-1],[-20,-12],[-12,-6],[-3,-3],[-2,-1],[-5,-6],[0,-1],[-1,-7],[-4,-31],[0,-5],[0,-3],[0,-3],[1,-7],[0,-3],[1,-1],[1,0]],[[4760,7529],[0,-3],[-1,-3],[-18,-16],[-35,-28],[-2,-4],[-16,-2],[-3,0],[-17,3]],[[4203,1177],[2,-6],[-1,-3],[0,-1],[52,-14],[2,0],[3,0],[32,7],[7,2]],[[4300,1162],[0,-1],[1,-3],[1,-9],[1,-26],[1,-17],[1,-8],[1,-2],[0,-2],[10,-42],[7,-36],[1,-8]],[[4258,1009],[0,1],[-2,1],[-16,4],[-19,5],[6,27],[-1,3],[-8,11],[-1,3],[-1,0],[-9,0],[-7,0],[-5,0],[-12,-3],[-16,-4],[-7,-2],[-7,-1]],[[2380,3856],[-1,2],[-7,19],[16,15],[30,4]],[[2418,3896],[2,-2],[2,-1],[14,-11],[8,-10],[7,-10],[8,-19],[0,-1],[-2,-2]],[[2400,3790],[-3,0],[-13,11],[-1,3],[-2,3],[-10,17],[-1,1],[-2,2]],[[2368,3827],[9,20],[3,7],[0,2]],[[5698,4987],[-21,4],[-28,9],[-18,14],[-13,9],[-5,12],[1,3],[0,4],[-1,1]],[[5613,5043],[12,7],[18,9],[18,3],[1,0]],[[5662,5062],[3,-5],[3,-4],[1,0],[17,4],[9,2],[6,1],[11,-2],[14,-5],[1,-1]],[[5727,5052],[-1,-10],[-14,-28],[-14,-26],[0,-1]],[[7695,6964],[-3,-4],[-17,-12],[-2,-2]],[[7673,6946],[-2,1],[-35,8],[-16,11],[-24,18],[-2,2],[-8,8],[-3,4],[1,5],[2,4],[5,10],[2,15],[1,4]],[[7594,7036],[0,3],[1,7],[0,4],[-6,29],[-15,26],[-6,23],[-7,22],[7,14],[12,6],[2,1],[2,0],[1,-1]],[[7585,7170],[-1,-2],[0,-1],[0,-3],[1,-4],[4,-7],[7,-7],[1,0],[4,-3],[1,0],[3,1],[4,1]],[[7609,7145],[0,-1],[25,-15],[23,-13],[10,-9],[18,-23],[20,-39],[0,-12],[3,-15],[5,-21],[-4,-9],[-12,-22],[-2,-2]],[[3723,3635],[2,-1],[1,0],[6,-1],[15,-5],[10,-3],[-2,-3],[-2,-1],[-1,0]],[[3752,3621],[-2,-1],[-4,-1],[-23,-14],[-2,-16],[1,-13],[7,-19],[10,-21],[1,-1]],[[3656,3507],[-1,1],[-18,27],[-7,10],[-6,10],[-2,4],[-1,3]],[[3621,3562],[0,4],[0,1],[0,1],[1,1],[3,1],[14,0],[4,0],[7,2],[4,1],[25,15],[8,11],[3,12],[0,1]],[[8119,4430],[0,-2],[-13,-48],[-7,-27],[-1,-50],[-1,-13],[-1,0],[-40,7],[-21,4],[-32,5],[-22,4],[-28,6],[-19,4],[-20,5],[-23,7],[-9,3],[-9,2],[-19,7],[-5,2],[-14,5],[-23,12],[-5,2],[-6,4],[-10,8],[-13,11],[-7,6],[-3,3],[-14,17],[-1,4],[-8,15],[-8,19],[-2,5],[-1,5],[-1,6],[0,1],[19,31],[22,23],[2,-1],[3,0],[7,1],[3,2],[6,4],[3,1],[1,3],[2,3],[0,5],[2,14],[0,3],[-25,29],[-2,3],[-7,7],[-7,6],[-3,3],[-13,8],[-7,4],[-11,6],[-24,9],[-11,4],[-10,3],[-2,1]],[[7681,4641],[10,22],[15,32],[-1,1]],[[5755,4242],[-1,0],[-18,-1],[-14,-1],[-18,-5],[-42,5],[-2,1],[-1,0]],[[5602,4324],[3,-1],[6,1],[11,2],[3,1],[2,2],[21,6],[26,2],[19,-7],[3,-2],[2,-3],[1,-2],[1,-2],[1,-2],[0,-6],[19,-24],[9,-5],[5,-3],[15,-12],[3,-8],[1,-5],[3,-11],[0,-2],[-1,-1]],[[6143,4887],[-1,0],[-16,-3],[-3,-2],[-5,-4],[-4,-3],[-6,-5],[-16,-13],[-10,-8],[-8,-2],[-9,1],[-11,0],[-1,0]],[[6053,4848],[-5,2],[-1,1],[-21,7],[-15,6],[-16,6],[-17,5],[-15,4],[-16,-2],[-2,0],[-2,0],[-3,1],[-10,6],[-1,1],[-1,2],[0,2],[0,3],[0,7]],[[5928,4899],[1,3],[7,15],[4,14],[0,1],[-6,3],[-1,1],[-8,1],[-26,6],[-16,-3],[-3,-3],[-6,-4],[-17,-12],[-9,-7],[-10,-7],[-3,-2]],[[5835,4905],[-1,1],[-17,12],[-1,-1],[-4,-1],[-1,1],[-2,1],[-3,2]],[[5806,4920],[0,1],[26,31],[8,7],[23,14],[7,5],[9,9],[8,19],[1,3],[0,4],[0,2],[-1,1],[-2,3],[-2,2],[-2,1],[-4,1],[-3,1],[-3,2],[-3,2],[-1,1],[-1,3],[-1,2],[0,2],[1,1],[2,2],[2,1],[4,0],[2,0]],[[5876,5040],[5,0],[34,4],[1,0]],[[5916,5044],[8,0],[11,-5],[9,-4],[8,5],[6,4],[3,3],[1,2],[1,1],[1,6],[1,4],[-1,1],[0,5]],[[5964,5066],[3,-1],[6,-5],[-2,-6],[9,-18],[21,-24],[32,-1],[20,-4],[30,-5],[4,0],[10,0],[14,-2],[17,-7],[16,-11],[1,-2],[1,0]],[[8609,6817],[12,1],[18,3],[1,0],[0,1],[-2,5],[-8,15],[-10,17],[-3,6],[0,1],[14,14],[7,7],[1,0]],[[8639,6887],[3,1],[29,3],[16,-7],[-1,-3],[0,-4],[1,-18],[0,-1],[18,-4],[3,0],[18,0],[7,-3]],[[8711,6636],[-1,0],[-3,3],[-15,16],[-10,11],[-5,4],[-3,1]],[[8674,6671],[2,6],[0,3],[1,20],[1,33],[-10,22],[-22,1],[-13,17],[-6,7],[-3,5],[-15,32]],[[6232,6743],[-2,1],[-22,12],[-16,10],[-14,5],[-4,1]],[[6174,6772],[2,5],[2,32],[0,21],[5,14],[15,8],[12,0],[15,3],[11,9],[-9,3],[-30,15],[-28,6],[-10,5],[-2,7],[8,14],[5,9],[4,11],[8,21],[6,22],[9,8],[9,7],[4,3],[2,0],[9,2],[4,1]],[[6225,6998],[1,-2],[10,-13],[15,-14],[1,1],[7,1],[5,3],[18,10],[6,3],[5,4],[0,1],[1,2],[22,12],[17,-1],[3,0]],[[6464,6937],[3,-3],[7,-6],[20,-18],[2,-2],[4,-3],[7,-1],[42,-18],[1,-1],[7,4],[1,0]],[[6558,6889],[2,0],[8,1],[1,0],[3,-1],[2,-1],[4,-4],[2,-2],[1,-3],[-1,-3],[8,-12],[10,-12],[17,2],[-1,-2]],[[6614,6852],[-2,-2],[-11,-7],[-20,-8],[-19,-4],[-3,-1],[-4,-3],[-2,-3],[-7,-6],[-1,-2]],[[4330,984],[1,-3],[1,-21],[2,-28],[0,-27],[0,-5],[2,-21],[1,-11],[6,-40],[1,-6],[1,-4],[5,-16],[3,-7],[7,-11],[4,-8],[5,-6],[5,-4],[4,-2],[1,-1],[47,-7],[4,0],[1,0]],[[4431,756],[1,-1],[-1,0],[-6,-4],[-3,-1],[-1,0],[-10,2],[-2,1],[-5,2],[-7,-2],[-5,-2],[-12,-4],[-6,-9],[0,-11],[-1,-9],[-10,-18],[-8,-9],[-2,-11],[1,-11],[9,-9],[2,-17],[0,-17],[4,-15],[7,-7],[17,-20],[16,-19]],[[4409,565],[-8,-5],[-6,-7],[-10,-11],[-25,-10],[-8,-2],[-6,-1],[-6,0],[-9,1],[-10,1],[-4,1],[-1,0]],[[4316,532],[-3,-3],[-9,-1],[-4,1],[-3,2],[-19,-5],[-27,-8],[-2,-1],[-8,-4],[-4,-3],[-6,-6],[-6,-2],[-16,10],[-19,12],[-2,2]],[[4188,526],[4,1],[12,1],[12,2],[9,7],[4,2],[7,4],[13,6],[2,0],[4,3],[2,1],[3,2],[2,2],[1,2],[1,1],[2,5],[5,13],[2,7],[5,11],[0,3],[-1,9],[-2,5],[-1,3],[-8,15],[-4,6],[-14,24],[-15,7],[-11,5],[-22,10],[-14,4],[-3,0],[-34,-5],[-19,-2],[-15,0],[-3,4],[-2,15],[-2,15],[-3,9],[-3,6],[-3,5],[-2,1],[-2,2],[-2,1],[-3,6],[0,1]],[[4090,745],[1,0],[25,2],[22,10],[6,16],[9,22],[11,21],[12,20],[5,10],[3,8],[2,11],[1,3],[-5,4],[-4,2],[-5,4],[-4,4],[-6,7],[9,8],[7,6],[-1,12],[-11,6],[-1,0],[-2,-2],[-3,-8],[-10,-8],[-9,2],[-4,5],[-2,0],[-2,-2]],[[4134,908],[-3,2],[-2,1],[1,1],[2,1],[-2,4],[-2,4],[-2,4],[-1,2],[-7,10],[-7,9],[-1,1]],[[9154,6696],[-6,0],[-1,1],[-27,6],[-7,0]],[[9092,6808],[2,0],[23,4],[12,17],[-3,2],[0,14],[10,13],[3,2],[23,-6],[1,0],[27,4],[2,1],[4,10],[2,9],[0,1]],[[9198,6879],[11,1],[15,6],[6,0],[4,0],[10,-4],[12,-12],[36,-28],[12,-8],[1,-1]],[[9305,6833],[1,-7],[1,-2],[2,-2],[0,-6],[-11,-12],[-13,-10],[-15,-11],[-20,-18],[-11,-27],[2,-1],[1,-2]],[[5061,5224],[8,-2],[2,0],[2,1],[4,3],[16,10],[11,2],[5,0],[3,4],[2,5],[1,4],[0,1],[0,9],[0,8],[1,13],[2,7],[2,2],[1,1],[11,2],[2,0],[5,-2],[9,-3],[4,-15],[3,-10],[0,-6],[0,-2],[0,-13],[23,0],[15,1],[2,-1],[4,0],[5,-1],[0,-1],[-2,-7],[-1,-4],[-1,0],[-1,0],[-10,-2],[-9,-9],[-3,-9],[2,-3],[4,-5],[7,-9],[6,-6],[16,0],[11,-6],[2,-1],[2,-2],[0,-1],[0,-3]],[[5227,5174],[-2,-1],[-24,-9],[-20,5],[-14,2],[-17,3],[-3,0],[-3,-3],[-7,-9],[-9,-10],[-12,-10],[-5,-4],[-5,-13],[0,-1]],[[4757,9059],[-17,-15],[-19,-17],[-17,-13],[-6,-3],[-14,-5],[-27,-8],[-44,6],[-5,2],[-4,2],[-3,2],[-25,20],[-17,17],[-4,0],[-7,-2],[-13,-3],[-15,-6],[-10,-4],[-10,-5],[-1,-1]],[[4499,9026],[-1,2],[1,21],[5,26],[5,29],[0,14],[8,24],[14,2],[6,3]],[[4537,9147],[5,-1],[26,-5],[2,0],[16,6],[7,3],[20,11],[4,3],[2,2],[6,8],[8,13],[-6,14],[-2,8],[-1,5],[-1,7],[0,4],[1,2],[-1,17],[-3,9],[-7,13],[-2,2]],[[4709,9295],[1,-1],[11,-9],[1,-1],[33,-21],[1,0]],[[4756,9263],[1,-1],[7,-9],[4,-7],[25,-33],[4,-3],[1,-1]],[[4456,5017],[9,8],[11,27],[1,1]],[[4545,5054],[1,0],[1,-2],[1,-1],[1,-2],[4,-12],[8,-14],[6,-9],[7,-4],[2,-2],[2,-2]],[[4578,5006],[-1,-1],[-14,-8],[-7,-2],[-6,1],[-3,1],[-46,-1],[-10,-5]],[[4491,4991],[-5,9],[-11,11],[1,-3],[0,-4],[0,-1],[-1,-2],[-2,-1],[-1,-1],[-1,0],[-4,2],[-11,10],[0,2],[0,4]],[[4843,4968],[6,5],[42,6],[18,2],[4,0]],[[4913,4981],[0,-1],[7,-15],[8,-14],[6,-4],[8,-8],[0,-14],[-6,-9],[0,-1],[2,-6],[2,-5],[0,-1],[1,-1]],[[4941,4902],[-6,-2],[-4,-1],[-1,1],[-1,0],[-2,-1],[0,-1],[0,-2],[-1,-6],[0,-2],[0,-8],[5,-4],[4,-2],[11,-6],[4,-2],[1,-1],[1,-2],[0,-1],[-14,-10],[-10,-9],[-14,-7],[-13,-14],[-20,-9],[-2,-2],[-2,2],[-1,1],[-4,10],[-1,10],[-3,14],[-6,19],[-21,6],[-1,0],[-2,-1],[-2,-2]],[[4836,4870],[-1,-1],[-5,0],[-2,0],[-5,9],[-4,11],[-10,28],[-3,11]],[[4806,4928],[3,-1],[15,9],[0,7],[0,6],[9,10],[10,9]],[[5058,7416],[1,4],[2,3],[3,4],[8,16],[8,15],[2,5],[2,4],[0,1],[0,2],[-2,4],[-8,26],[-17,20],[-9,19],[-1,16],[-6,19],[3,6],[10,-7],[10,-6],[2,0],[1,2],[4,9],[1,4]],[[5072,7582],[7,0],[7,4],[14,11],[3,2],[2,3],[4,6],[2,4],[0,3],[0,1],[-1,2],[9,11],[22,9],[3,0],[2,0]],[[5146,7638],[0,-2],[0,-39],[15,-26],[33,-6],[37,-16],[12,-1],[4,-1]],[[5285,7489],[1,-1],[4,-7],[11,-18],[14,-26],[2,-3],[1,-3],[-1,-1],[-2,-15],[-4,-4],[-5,-6],[-9,-7],[-4,-3],[-11,-14],[-13,-17],[-4,-15],[0,-3]],[[5265,7346],[-1,-2],[-2,-9],[-1,-14],[0,-16],[-2,-1],[-4,0],[-12,-2],[-1,1],[-2,0],[-13,6],[-9,8],[-6,7],[-3,5],[-1,2],[-2,2],[-1,1],[-2,1],[-7,0],[-2,0],[-19,-1],[-24,-7],[-15,-16],[-29,-1],[-3,0],[-10,1],[-4,1]],[[1762,2208],[-2,-3],[-2,-3],[-3,-3],[-3,-2],[-11,-7],[-1,-2]],[[1740,2188],[-2,0],[-2,0],[-3,1],[-20,6],[-6,6],[-5,7],[-1,3],[-3,1]],[[1698,2212],[-1,3],[-1,2],[-10,7],[-2,4],[-3,11],[-2,11],[-10,10],[-20,-7],[-38,-8],[-7,0]],[[1620,2344],[1,0],[24,-2],[35,-6],[21,-14],[2,-1]],[[1703,2321],[1,-1],[11,-18],[2,-2],[2,-2],[6,-1],[1,2],[2,2],[2,1]],[[1730,2302],[1,0],[4,-3],[-2,-3],[-3,-6],[2,-3],[5,-6],[12,-4],[4,0]],[[1753,2277],[-3,-7],[0,-4],[8,-48],[1,-5],[1,-5],[2,0]],[[8132,7334],[0,1],[3,5],[12,11],[2,1],[8,3],[7,1],[1,0],[7,3],[1,1],[14,12],[6,10],[3,9],[2,6],[0,2],[4,12],[9,11],[7,10],[6,7],[1,1]],[[8351,7397],[-1,-4],[5,-19],[5,-21],[3,-15],[0,-15],[0,-3],[1,-3],[2,-3],[4,-1],[2,-1]],[[8372,7312],[-40,-12],[-22,-4],[-23,6],[-4,0],[-7,-1],[-1,-2],[-2,-3],[-7,-21],[-3,-15],[0,-1],[-1,-2]],[[8262,7257],[-2,-1],[-3,-4],[-1,-2],[-2,-1],[-3,0],[-14,0],[-10,8],[-9,11],[-8,21],[-4,5],[-9,11],[-10,6],[-34,20],[-16,3],[-1,0],[-1,0]],[[8135,7334],[-3,0]],[[9209,7155],[-1,-5],[0,-6],[9,-7],[0,-1]],[[9217,7136],[-1,-1],[-2,-6],[-7,-31],[0,-1]],[[9207,7097],[-2,-1],[-5,-7],[-6,-12],[-2,-5],[-2,-6],[-2,-10],[-19,-39],[0,-10]],[[9169,7007],[-2,0],[-7,0],[-4,0],[-31,11],[-23,10],[-8,2],[-10,2],[-5,0],[-6,0],[-6,-1],[-1,0],[-1,0]],[[9065,7031],[1,10],[1,10],[2,15],[2,4],[11,11],[10,12],[4,4],[0,4],[1,13],[1,15],[1,8],[6,17],[1,5],[3,7],[1,0],[9,0],[8,-2],[20,-6],[2,-1],[2,-1]],[[9151,7156],[5,-1],[8,-1],[16,0],[20,0],[5,1],[4,0]],[[8098,5793],[-1,0],[-7,1],[-6,3],[-21,5],[-6,0],[-21,1],[-27,-8],[-6,-22],[-22,-12],[-4,-2]],[[7977,5759],[-1,3],[-19,30],[-19,3],[-7,-1]],[[7931,5794],[1,7],[1,7],[0,2]],[[7933,5810],[5,9],[12,37],[10,15],[10,11],[8,-2],[21,25],[1,1]],[[8000,5906],[3,-1],[39,-5],[26,-3],[18,-26],[2,-9],[1,-1],[2,-3]],[[8091,5858],[-2,0],[0,-22],[0,-10],[5,-28],[1,-3],[3,-2]],[[3682,1251],[1,1],[8,13],[3,11],[-25,19],[1,14],[-2,13],[0,4],[-8,5],[-5,2],[-4,1],[-11,5],[-6,3],[-4,3],[-2,1],[-1,1]],[[3627,1347],[0,2],[-2,2]],[[3710,1504],[1,7],[16,20],[10,6],[16,8],[1,0]],[[3754,1545],[4,-1],[26,9],[27,11],[11,6],[2,1],[8,0]],[[3832,1571],[1,0],[12,-6],[6,-6],[-1,-11],[-5,-13],[11,-14],[32,-15],[37,-7],[17,3]],[[3942,1502],[0,-1],[1,-9],[2,-10],[2,-17],[5,-21],[11,-4],[10,3],[23,13],[21,13],[23,5],[10,-2]],[[4050,1472],[-3,-9],[0,-11],[0,-2],[38,-10],[41,-3],[2,1]],[[4128,1438],[1,-2],[0,-1],[0,-1],[-5,-4],[-16,-29],[-5,-21],[0,-21],[-26,-19],[-16,-5]],[[4061,1335],[-62,16],[-11,4],[-20,8],[-15,-3],[-17,-2],[-3,1],[-5,0],[-5,0],[-1,-1],[-2,-18],[0,-5],[1,-4],[6,-15],[8,-26],[3,-4],[1,-2],[12,-7],[8,-8],[0,-12],[-1,-2]],[[3958,1255],[-1,-2],[-8,-16],[-5,-12],[1,-4],[3,-4],[10,-6]],[[3958,1211],[-5,-1],[-12,-2],[-10,0],[-8,-1],[-35,-6],[-10,1],[-9,10],[-3,4],[-14,7],[-25,1],[-5,-2],[-5,-7],[-1,-1],[8,-9],[-5,-9],[-2,1]],[[3817,1197],[-1,1],[-6,3],[-9,5],[-13,6],[-17,-2],[-36,8],[-1,0]],[[6665,8853],[1,1],[3,8],[-1,19],[5,13],[5,6],[11,4],[2,-1],[5,-2],[6,-1],[2,0],[0,1]],[[6704,8901],[1,0],[5,-2],[6,-4],[8,-6],[-6,-14],[-2,-11],[0,-17],[1,-7],[6,-15],[17,-5],[3,0],[5,1],[7,-4],[0,-1]],[[6755,8816],[1,0],[2,-2],[5,-41],[4,-38],[5,-17],[8,-17],[9,-26],[10,-36],[2,-36],[1,-9],[0,-2],[0,-1],[1,-2],[2,-3],[4,-2],[3,-1]],[[6812,8583],[-1,-1],[-4,-3],[-3,0],[-2,0],[-21,0],[-21,-3],[-21,-4],[-43,-9],[-2,-1]],[[6694,8562],[-3,1],[-3,4],[-1,3],[-1,6],[-1,5],[-2,3],[-9,14],[-2,2],[-2,1],[-8,2],[-38,5],[-7,1],[-4,1],[-5,-1]],[[6608,8609],[-2,6],[-1,17],[0,4],[2,7],[1,2],[7,8],[12,15],[17,19],[2,5],[1,17],[-1,6],[0,1],[-9,11],[-10,11],[-2,7],[1,20],[2,7],[3,6],[16,25],[14,15],[7,25],[0,7],[-2,3],[-1,0]],[[2738,3685],[0,-1],[15,-9],[20,-3],[4,0],[5,0],[17,1],[22,2],[44,2],[3,0],[8,-1]],[[2876,3676],[-3,-5],[-10,-12],[-4,-4],[-19,-21],[-10,-28],[-20,-23],[-30,-26],[-1,-1]],[[2779,3556],[-2,2],[-2,1],[-28,20],[-12,7],[-14,10],[0,14],[1,16],[5,22],[4,21],[1,3],[1,2]],[[2733,3674],[2,4],[0,1],[-1,2],[-1,1],[1,1],[1,1],[3,1]],[[2913,3654],[-1,0],[-7,3],[-1,0],[-26,18],[-1,0]],[[2877,3675],[-1,2],[-8,22],[3,10],[10,16],[1,1],[2,2]],[[2884,3728],[1,0],[14,-13],[2,-3],[3,0],[4,1]],[[2122,3884],[2,-1],[23,-8],[12,-9],[19,-13],[10,-8],[3,-3],[7,-6],[1,-1],[1,-2],[1,-1],[-1,-2],[-1,0],[-2,-3],[-1,-1],[0,-2],[1,-1],[1,-1]],[[2198,3822],[0,-1],[-1,-8],[-1,-8],[0,-5],[-4,-3],[-2,-1],[-27,-13],[-1,-1]],[[2162,3782],[-1,0],[-2,1],[-16,13],[-16,15],[-10,9],[-22,17],[-37,13],[-3,2]],[[2055,3852],[-4,2],[-8,5],[-5,3],[-8,5],[-17,11],[-5,5],[-3,3],[-2,4],[-1,2],[0,2],[-13,14],[-21,9],[-6,2],[-5,1]],[[1957,3920],[1,1],[1,0],[37,9]],[[3900,3526],[-1,-2],[0,-2]],[[3752,3621],[1,-1],[11,0],[8,1],[19,3],[15,3],[15,14],[7,20]],[[3828,3661],[1,0],[4,1],[3,2],[13,5],[12,3],[0,-1],[0,-5],[-3,-4],[-2,-3]],[[3856,3659],[-1,-2],[-10,-17],[-13,-14],[-17,-15],[-3,-2],[-3,-2],[-2,-5],[-2,-2],[-1,-3],[-1,-2],[-3,-10],[0,-1],[2,-2],[12,-11],[34,-28],[12,-3],[3,-1]],[[3143,1622],[-2,-1],[-1,-2],[-15,-29],[-14,-22],[0,-1]],[[3111,1567],[-6,4],[-9,5],[-33,20],[-16,6],[-11,2],[-7,-1],[-9,-4],[-10,-5],[-6,-5],[-15,-11],[0,1],[-4,3],[-8,6],[-9,11],[-1,1]],[[2967,1600],[2,2],[18,21],[10,15],[4,8],[4,8],[3,7],[6,33],[-2,10],[-1,2],[-14,15],[-4,5],[-7,7],[-2,3]],[[2984,1736],[4,2],[5,2],[27,0],[7,0],[2,0],[18,-5],[47,-12],[33,-8],[4,0],[4,0]],[[3135,1715],[-1,-1],[-11,-3],[-2,-1],[-4,-1],[-5,-4],[-5,-3],[-1,-1],[10,-17],[2,-2],[3,-2],[10,-5],[9,-10],[6,-10],[-2,-27],[-1,-6]],[[718,3236],[-1,0],[-26,6],[-15,7],[-16,4],[-31,-2],[-2,0],[-4,-2],[-11,-6],[-1,-1]],[[611,3242],[-21,7],[-22,5],[-2,-1]],[[560,3352],[2,0],[5,4],[0,1],[-2,7],[-3,2],[-3,2],[-5,1],[-9,2],[-2,2],[-2,1],[-1,2],[-1,2],[0,2],[1,2],[11,2],[5,0],[2,0]],[[558,3384],[7,0],[6,-1],[35,-9],[24,-10],[3,-3],[4,-3],[5,-2]],[[642,3356],[1,-6],[1,-8],[2,-7],[4,-16],[1,-1],[0,-1],[22,-12],[16,-9],[9,-3],[20,-6],[1,0]],[[719,3287],[0,-8],[-1,-7],[0,-35],[0,-1]],[[776,3087],[1,-2],[11,-23],[1,-6],[0,-3],[-2,-8],[-2,-4],[-14,-8],[-13,-1],[-2,0],[-2,0]],[[754,3032],[-10,4],[-19,10],[-2,1],[-3,1],[-4,0],[-4,0],[-22,-4],[-3,-1],[-7,-3],[0,-1],[-3,-1],[-3,-2],[-1,-1],[-2,-14],[1,-7],[-12,-11],[-2,-2],[-4,-6],[-1,-4],[-2,-5],[0,-1],[-6,-5],[-5,3],[-3,3],[-8,10],[1,0],[1,3],[2,3],[3,3],[1,1],[0,2],[-1,8],[-9,4],[-22,4],[-1,0],[-1,2],[0,8],[0,8],[1,7],[0,1],[1,1],[3,4],[0,6],[-2,8],[0,4],[-2,7],[0,6],[0,6],[1,4],[0,6]],[[605,3102],[1,1],[19,-8],[2,-1]],[[627,3094],[1,-2],[1,-1],[2,0],[1,1],[8,5],[1,0],[2,6],[0,2],[1,2],[0,2],[0,4],[10,15],[15,13],[48,7],[11,1]],[[7282,7376],[8,-1],[10,-2],[12,-4],[1,-1]],[[7313,7368],[1,-3],[4,-4],[24,-20],[18,-18],[13,-24],[6,-21],[0,-6]],[[7379,7272],[-4,-3],[-13,-13],[-10,-16],[0,-27],[-13,-15],[0,-1]],[[7339,7197],[-3,2],[-4,1],[-4,0],[-2,-1],[-2,-1],[-1,-1],[0,-1],[0,-5],[-1,-1],[-1,-1],[-1,-1],[-3,0],[-3,1],[-2,1],[-7,4],[-20,13],[-11,9],[1,11],[2,14],[-1,2],[-1,1],[-1,1],[-1,0],[-3,0],[-2,0],[-2,-1],[-1,-1],[-24,18],[-9,8],[-1,1]],[[7231,7270],[2,4],[2,2],[4,8],[4,8],[0,11],[-1,3],[-1,1],[-17,17],[-12,7],[-10,6],[-5,7],[-2,3],[-1,1],[-9,2],[-6,-2],[-13,-7],[-12,-8],[-1,-2]],[[7153,7331],[-2,-1],[-1,0],[-1,1],[-31,30],[-1,12],[6,9],[6,9],[2,2],[0,2]],[[7131,7395],[16,-1],[44,5],[25,-4],[18,-5],[46,-13],[2,-1]],[[6760,6500],[-2,-1],[-3,0],[-17,8],[-6,1],[-17,2],[-16,0],[-2,0],[-2,0],[-9,-2],[-12,-4],[-2,-1],[-6,-3],[-3,-3],[-2,-2],[-4,-4],[-6,-8],[-2,-1],[-1,-1]],[[6648,6481],[-2,1],[-24,12],[-13,21],[-11,25],[-19,21],[-11,5],[-11,2],[-1,0]],[[6556,6568],[0,1],[0,8],[-3,6],[-1,2],[0,1],[4,8],[2,2]],[[6558,6596],[2,1],[21,2],[15,0],[2,0],[3,1],[10,4],[2,2],[10,13],[6,8],[1,1],[3,0],[2,-1],[13,-7],[15,-7],[14,-7],[10,-4],[33,0],[0,5],[-1,1],[-2,5],[-2,4],[-2,3],[-3,3],[-1,1],[-3,5],[1,7],[6,18],[12,22],[4,5],[6,-2],[8,-5],[23,-12],[4,-1],[3,-1]],[[6773,6660],[1,-1],[22,-25],[30,-9],[7,-2]],[[6833,6623],[-2,-5],[6,-18],[7,-13],[2,-2],[3,-3],[4,-3],[14,-10],[12,-10],[0,-1]],[[6879,6558],[-1,0],[-15,-14],[-5,-6],[-15,-23],[-7,-14],[-2,-2],[-5,-2],[-4,-1],[-21,-3],[-2,0],[-14,3],[-8,4],[-19,0],[-1,0]],[[5241,3956],[-5,-2],[-10,-5],[-23,-10],[-6,-2],[-6,-1],[-10,3],[-21,24],[-35,18],[-14,7],[-20,7],[-7,1],[-2,0],[-2,-1],[-4,-2]],[[5076,3993],[-1,1],[-24,14],[-18,12],[-6,4],[-6,3]],[[5021,4027],[0,1],[3,4],[7,9],[11,12],[3,4],[4,5],[10,19],[-6,10],[-12,10],[-10,7],[-13,9],[-14,7],[-3,2],[-2,4]],[[4999,4130],[0,1],[3,3],[4,5],[14,10],[14,8],[30,23],[2,2],[3,3],[3,1],[2,1]],[[5074,4187],[7,3],[1,0],[2,2],[1,2],[1,2],[1,2],[2,4],[2,3]],[[5091,4205],[1,-1],[4,-1],[17,-6],[2,0],[5,0],[5,1],[14,6],[20,9],[45,11],[19,8],[2,2]],[[5225,4234],[3,0],[5,0],[12,-2],[2,-2],[3,-4],[11,-17],[4,-9],[1,-4],[0,-1]],[[5266,4195],[-1,-1],[1,-4],[2,-5],[6,-15],[7,-13],[1,0],[0,-1]],[[5282,4156],[-2,-2],[-11,-7],[-7,-8],[-2,-11],[0,-7],[3,-8],[1,-2],[1,-1],[3,-1],[2,-2],[8,-8],[1,-1],[1,-2],[1,-1],[7,-14],[2,-3],[0,-1]],[[1773,3145],[-3,0],[-24,5],[-9,0],[-1,0]],[[1736,3150],[-1,-1],[-29,-3],[-14,-1],[-22,3],[-8,1]],[[1662,3149],[0,1],[-6,0]],[[1656,3150],[-1,4],[-4,28],[6,39],[1,4],[1,4],[1,3],[10,17],[4,6],[26,23],[33,12],[23,24],[1,2],[1,3]],[[1795,3315],[-1,-4],[0,-11],[7,-6],[5,0],[18,-2],[4,0],[0,-2],[-1,-3],[-1,-2],[-13,-20],[-5,-6],[-3,-9],[-5,-16],[-2,-7],[-1,-8],[-1,-5],[0,-1],[13,-5],[9,-3],[2,3],[1,1],[2,1],[5,0],[5,-1],[5,-1]],[[1838,3208],[0,-3],[13,-5],[1,-1],[1,-4],[-1,-1],[-16,-13],[-11,-6],[-19,-10],[-21,-10],[-2,-1],[-2,-1],[-4,-4],[-3,-3],[-1,-1]],[[2079,3516],[-2,1],[-18,17],[1,37],[-2,3]],[[2111,3603],[1,-1],[19,-26],[18,-26],[3,-7],[1,-1]],[[2153,3542],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[3,-15],[-17,-4],[-12,2],[-28,6],[-1,0],[-6,-2],[-13,-6],[-2,-1]],[[1006,861],[-1,-1]],[[1005,860],[-4,-2],[-7,1],[-24,2],[-5,1],[-4,2],[-4,6],[-1,4],[-5,11],[-2,15],[13,10],[3,3],[9,15],[-1,0],[-5,4],[-7,4],[-3,2],[-3,3],[1,6],[7,10],[11,15],[6,13],[-2,13],[-6,2],[-12,6],[-11,10],[-2,3],[-4,7],[-15,23],[-5,6],[-4,6],[-12,16],[0,1]],[[907,1078],[2,1],[6,2],[4,0],[13,0],[7,-1],[2,-4],[12,-18],[6,-23],[2,-12],[21,-2],[33,-1],[12,2],[21,9],[22,6],[30,-3],[20,4],[17,7],[20,8],[29,-15],[20,-4],[34,-9],[37,-1],[46,1],[1,0]],[[1248,816],[0,-1],[-9,-3],[-3,0],[-2,0],[-4,1],[-11,3],[-22,3],[-31,3],[-2,0],[-11,6],[-20,12],[-37,13],[-9,5],[-10,8],[-11,16],[-12,7],[-16,10],[-4,1],[-4,1],[-8,-1],[-2,-2],[-3,-2],[1,-4],[1,-5],[-12,-25],[-1,-1]],[[3681,3302],[0,-5],[1,-1],[0,-1],[2,-2],[7,-6],[9,-7],[1,0]],[[3701,3280],[0,-1],[-4,-8],[1,0]],[[3698,3271],[-18,1],[-2,0],[-19,-9],[-16,-18],[-5,-9],[-11,-3],[-35,-10],[-1,0],[-3,1],[-4,2],[-1,1]],[[3583,3227],[-1,3],[-15,4],[-26,3],[-16,0],[-16,-1],[-1,0],[-1,1]],[[3507,3237],[-1,1],[4,9],[4,8],[8,12],[10,13],[12,20],[4,7],[18,34],[2,4]],[[3568,3345],[14,-3],[52,-20],[45,-21],[2,1]],[[9589,6450],[1,0],[2,-4],[6,-9],[4,-6],[11,-11],[4,-4],[6,-3],[6,2],[9,-1],[21,-5],[1,-1]],[[9332,6419],[4,2],[21,8],[3,1],[2,1]],[[9362,6431],[4,2],[4,0],[11,-1],[2,0],[11,-2],[28,-5],[31,3],[34,3],[17,5],[14,7],[13,5],[4,1],[38,7],[16,-6]],[[1092,3036],[0,1],[2,9],[2,9],[-2,4],[-8,2],[-7,-3],[-18,-2],[-18,0],[-13,-1],[-10,2],[-5,5],[-8,18],[-2,6],[7,6],[2,2],[8,6],[1,1],[2,3],[2,3],[0,2],[1,9]],[[1028,3118],[2,-1],[31,-19],[15,-8],[11,-5],[8,-3],[23,12],[5,2],[5,4],[11,9],[9,7],[1,0],[2,-1],[12,-7],[3,-1]],[[1166,3107],[0,-1],[-1,-30],[-16,-26],[-4,-5],[-11,-7],[-6,-1]],[[2940,3301],[-4,-1],[-14,-3],[-2,-1],[-3,-2],[-1,-1],[-1,-2],[-21,-8],[-23,-5],[-2,2]],[[2869,3280],[-1,0],[-38,3],[-1,0],[-2,1],[-1,1]],[[2826,3285],[0,4],[0,4],[0,12],[0,6],[-1,2],[-1,5],[-21,75],[0,1]],[[2803,3394],[68,-8],[19,-3],[25,-6],[16,-27],[4,-11],[3,-12],[0,-13],[1,-9],[1,-4]],[[1567,967],[0,-1],[4,-3],[15,-14],[14,-16],[3,-3],[1,-2],[6,-21],[8,-24],[15,-11],[22,-10],[25,-3],[13,-3],[12,-3],[30,-6],[10,-12],[20,-9],[9,2],[6,1],[3,0],[3,-1]],[[1786,828],[0,-1],[-9,-6],[-17,-2],[-13,1],[-10,0],[-26,-4],[-5,-1],[-8,-4],[-31,-15],[-38,-17],[-21,-7],[-24,-4],[-4,0],[-39,-2],[-31,-8]],[[1510,758],[-2,-1],[-17,-9],[-32,-6],[-8,5],[-12,8],[-1,0]],[[1438,755],[-1,2],[-31,29],[-16,25],[2,5]],[[1392,816],[3,0],[6,0],[1,1],[2,2],[5,12],[4,10],[3,6],[1,4],[3,2],[3,1],[13,1],[4,1],[11,5],[11,7],[17,9],[7,4],[9,7],[1,2],[-1,4],[-2,3],[-4,5],[-8,7],[-4,4],[-3,1],[-8,4],[-2,1],[-3,0],[-7,0],[-10,-1],[-5,-1],[-3,1],[-8,7],[-2,4],[-1,1]],[[2522,1760],[-1,0],[-15,-3],[-22,-4],[-28,-4],[-8,-1],[-29,0],[-10,2]],[[2409,1750],[-3,0],[-10,-1],[-20,0],[-6,0]],[[2370,1749],[2,18],[2,11],[0,6],[-1,6],[0,5],[-1,2]],[[2456,1916],[1,0],[45,12],[53,18],[3,1],[18,11],[3,2]],[[2579,1960],[2,1],[1,2],[5,0],[3,0],[7,-2],[4,-1],[6,-2],[19,-17]],[[2626,1941],[5,-12],[35,5],[23,5],[33,0],[20,5],[1,1],[18,-3],[5,-2]],[[2766,1940],[3,-15],[1,-6],[29,-142]],[[2799,1777],[-8,-7],[-44,3],[-19,9],[-37,9],[-6,1],[-7,0],[-17,-1],[-7,-3],[-41,-15],[-18,1],[-12,-1],[-6,0],[-35,-7],[-20,-6]],[[7983,6992],[2,0],[1,0],[4,4],[8,7],[8,6],[4,2],[17,9],[15,5],[18,0],[47,3],[1,0],[21,-5]],[[8140,6885],[-2,-2],[-1,-1],[-10,-3],[-2,0],[-2,0],[-8,4],[-10,6],[-9,5],[-30,6],[-23,5],[-4,1]],[[8039,6906],[-7,3],[-3,8],[-5,8],[-13,0]],[[8011,6925],[-2,3],[-19,46],[-5,11],[-2,7]],[[6118,7685],[2,1],[8,2],[2,2],[2,2],[16,-2],[0,-1],[-1,-3],[0,-1],[-1,-3],[0,-4],[0,-2],[0,-2],[2,-4],[4,-5],[4,-4],[3,-3],[3,-2],[2,-1],[1,-2],[-5,-4],[-1,-5],[2,-2],[3,-2],[1,-1],[0,-4],[2,-3],[18,-16],[-14,-1],[-4,0],[-6,0],[-9,0],[-2,1],[-2,1],[-2,2],[-2,1],[-2,1],[-6,2],[-5,-1],[-5,-1],[-5,-2],[-7,-2],[-2,-2],[-5,-1],[-4,-1],[1,5],[-8,4],[-5,6],[0,3],[0,5],[-4,4],[4,4],[2,2],[-3,4],[-1,2],[-4,7],[-1,1],[-2,2],[-7,2]],[[4340,9264],[-1,1],[-1,3],[-1,18],[-8,35],[-2,3],[0,1],[0,4],[1,5],[1,4],[5,10],[3,2],[4,2],[5,2],[3,2],[2,2],[7,9],[12,16],[6,14],[31,21],[4,0],[3,1],[7,3],[3,2]],[[4424,9424],[1,0],[3,3],[4,3],[7,4],[5,2],[4,0],[2,-1],[1,-2],[0,-1],[-1,-1],[-3,-2],[-3,-3],[-2,-4],[-1,-4]],[[4509,9233],[0,-6],[-1,-6],[-1,-3],[-5,-12],[0,-2]],[[4502,9204],[-1,0],[-5,3],[-11,6],[-18,11],[-14,6],[-8,3],[-1,0],[-8,-2],[-25,-7],[-12,-3],[-18,0],[-7,3],[-6,11],[-4,13],[-4,4],[-6,7],[-6,4],[-5,1],[-1,0],[-2,0]],[[4729,8985],[-1,-1],[-1,-1],[-1,-1],[-28,-10],[-8,-12],[-13,-16],[-2,-2],[-3,-3],[-1,-1],[-4,-1],[-10,4],[-16,6],[-10,5],[-3,1],[-2,0],[-5,0],[-18,-4],[-32,-12],[-2,-4],[-3,-18],[1,-2],[4,-13],[0,-3]],[[4571,8897],[-38,12],[-2,0]],[[4531,8909],[0,1],[-13,26],[-11,15],[-26,25],[-11,14],[0,2]],[[4470,8992],[0,1],[0,2],[2,4],[7,10],[6,6],[14,11]],[[3501,3426],[-2,0],[-1,-1],[-2,-3],[-2,-3],[-2,-2],[-3,-3],[-3,-2],[-3,-1],[-8,-2],[-8,-1],[-6,0],[-4,0],[-4,0],[-4,1],[-8,4],[-2,2],[-22,20],[0,1]],[[3417,3436],[1,2],[-7,22],[-4,3],[-2,2],[-5,7],[-3,7],[-2,7],[0,1]],[[3395,3487],[26,2],[21,6],[9,2],[7,2]],[[8957,6469],[1,-1],[11,-14],[30,-32],[14,-18],[0,-15],[1,-2]],[[9014,6335],[-5,-2],[-11,-3],[-1,2],[-23,5],[-31,4],[-15,4],[-30,1],[-10,-1],[-1,0]],[[8887,6345],[-1,1],[-2,2],[0,2],[0,4],[-2,15],[-4,15],[-4,17],[-4,19],[0,10],[0,11],[1,4]],[[9330,7162],[-13,0],[-7,-1],[-4,-1],[-12,-2],[-6,-2],[-9,-3],[-20,-7],[-15,-5],[-27,-5]],[[9209,7155],[4,10],[9,43],[15,40],[2,2]],[[9435,7181],[-1,-1],[0,-5],[1,-3],[1,-3],[1,-2]],[[9437,7167],[-46,1],[-5,2],[-19,4],[-16,-1],[-17,-4],[-1,0],[0,-1],[-2,-5],[-1,-1]],[[4404,5197],[0,2],[-1,2],[0,1],[-1,1],[-2,1],[-13,9],[-12,8],[-3,1],[-10,17],[-2,13],[-4,33],[5,22],[-1,11],[-4,12],[-1,1],[-1,2],[-1,2],[0,6],[0,5],[5,16],[5,16],[0,1],[0,1],[1,1],[6,-1],[2,0],[3,0],[1,-1],[10,-1],[15,8],[1,1],[0,3],[0,4],[-1,5],[1,3],[2,4],[3,3],[7,9],[6,7],[5,6],[-3,4],[-3,3],[-2,1],[-6,3],[0,1],[-18,8],[-21,23],[-7,10],[0,1]],[[4365,5485],[2,-1],[4,0],[29,0],[33,18],[19,6],[16,14],[5,9],[5,4],[8,4],[8,5],[10,5],[4,-4],[4,-4],[4,-5],[3,-4],[1,-2],[11,-16],[12,-16],[2,-2],[2,-1],[7,0],[22,-2]],[[4576,5493],[6,0],[14,-1],[10,0],[19,2],[18,1],[5,-2],[2,-2],[1,-2],[2,-3],[0,-1],[-1,-1],[-9,-22],[-7,-19],[6,-16],[18,-26],[14,-6],[12,-1],[9,-3],[14,-11],[2,-2],[3,-2],[5,-7],[-1,-6],[-7,-13],[-8,-15],[-7,-15],[-1,-5],[-2,-4],[5,-10],[3,-10],[0,-2]],[[4701,5289],[-3,0],[-43,12],[-1,1],[-16,2],[-29,-13],[-8,-6],[-6,-4],[-1,-3],[-1,-1],[-1,-3],[-1,-3],[0,-1]],[[4591,5270],[-1,0],[-6,-1],[-3,0],[-1,-1],[-1,-1],[-8,-22],[2,-7],[4,-8],[1,-3],[12,1],[16,1],[0,-1],[2,-1],[2,-3],[1,-3],[-4,-25],[-2,-7],[-5,-5],[-9,-3],[-10,1],[-5,0]],[[4576,5182],[-7,0],[-29,8],[-23,14],[-2,2],[-4,3],[-5,2],[-9,4],[-12,0],[-20,0],[-6,-2],[-14,-4],[-15,-6],[0,-3],[0,-1]],[[7896,6071],[-1,4],[-1,2],[0,2]],[[8078,6090],[-4,-3],[-2,-1],[-15,-15],[-15,-19],[-2,-1]],[[8040,6051],[-45,1],[-40,2],[-31,-1],[-22,12],[-2,2],[-4,2],[0,2]],[[1119,3712],[1,-1],[4,-3],[5,-5],[11,-13],[3,-6],[9,4],[7,12],[3,17],[23,24],[23,-2],[3,0],[17,1],[2,0],[6,4],[12,9],[3,2]],[[1297,3688],[1,-1],[0,-2],[-5,-16],[0,-2],[-2,-2],[-2,-3],[-2,-2],[0,-1],[-9,-2],[-16,-14],[-6,-9],[-8,-7],[-24,-8],[-15,-10],[-2,-10],[0,-2]],[[1207,3597],[-13,1],[-23,-1],[-25,0],[-1,1],[-13,3],[-5,1],[-2,1],[-8,6],[-3,1]],[[2898,2626],[0,2],[2,4],[1,5],[1,3],[1,3],[0,1],[-3,8],[-3,5],[-4,6],[-8,14],[-4,6],[-3,4],[-2,1],[-21,19],[-20,1],[-3,0],[-3,0],[-4,0]],[[2825,2708],[-1,5],[0,9],[0,9],[1,10],[9,30],[16,6],[1,1]],[[2851,2778],[15,1],[48,1],[33,2],[27,-4],[22,-10],[14,-5],[1,0]],[[3011,2763],[0,-1],[0,-43],[-3,-14],[-2,-11],[-1,-12],[0,-6],[1,-10],[0,-6],[0,-4],[-1,-4],[-2,-3],[-2,-2],[-8,-8],[-9,-8],[-2,-3],[-2,-2]],[[4576,394],[0,7],[-1,2],[0,6],[0,6],[1,2],[5,7],[2,3],[3,3],[2,1],[25,13],[29,6],[27,6],[24,21],[1,0]],[[4694,477],[0,-2],[1,-1],[2,-1],[13,-4],[2,-8],[-3,-8],[-6,-3],[-1,-1],[0,-2],[15,-10],[9,-3],[6,-9],[-1,-8],[14,-13],[5,-7],[-2,-3],[-1,-2],[-1,-5],[1,-1],[1,-2],[2,-1],[-5,-1],[-55,-2],[-23,-1],[-33,2],[-29,1],[-9,-1],[-5,0],[-5,2],[-6,3],[-2,1],[-2,4],[0,3]],[[2766,1940],[3,0],[9,-2],[10,-4],[22,-2]],[[2810,1932],[6,-3],[29,-8],[47,-13],[16,-4],[11,0],[13,-1],[13,1],[15,1],[16,1],[13,0],[16,-4],[8,-4],[9,-2]],[[3022,1896],[-2,-7],[-4,-12],[-1,-4],[21,-20],[2,-1],[11,-9],[3,-1],[14,-1],[9,-5],[5,-4],[8,-6],[7,-11],[2,-4],[3,-5],[0,-4],[-1,-6],[1,-9],[4,-9],[3,-7],[6,-9],[2,-3],[4,-4],[1,0],[1,0],[14,-11],[15,-14],[5,-7],[1,-1],[0,-1]],[[3156,1721],[-2,0],[-15,-6],[-4,0]],[[2984,1736],[-2,3],[-2,4],[-4,5],[-4,4],[-4,3],[-4,2],[-17,8],[-1,0],[-13,-4],[-10,-1],[-4,0],[-15,1],[-12,2],[-5,1],[-4,2],[-3,1],[-2,0]],[[2878,1767],[-1,1],[-41,7],[-20,1],[-13,1],[-4,0]],[[8884,6337],[-4,-2],[-2,-1],[-7,-4],[-2,-1],[-28,-6]],[[8841,6323],[0,1],[-2,2],[-2,3],[-9,8],[-2,2],[-16,9],[-34,17],[-10,5],[-9,3],[-4,0],[-8,1],[-5,-1]],[[8732,6457],[1,7],[46,9],[2,2]],[[8781,6475],[7,-2],[21,-2],[11,-1],[1,0]],[[8887,6345],[-3,-8]],[[5604,5286],[0,-3],[-1,-9],[0,-13],[3,-2],[9,-6],[2,-1],[3,-1],[1,-1],[3,-3],[2,-3],[1,-1],[1,-3],[0,-3],[0,-12],[-1,-1],[-2,-17],[-6,-18],[-5,-12],[-1,-4],[-4,-10],[-1,-6]],[[5608,5157],[-1,-1],[-22,-38],[-8,-9],[-7,-4],[-12,-5],[-1,1]],[[5557,5101],[-12,27],[-14,8],[-6,3],[-14,-5],[-11,-8],[-5,3],[-4,2],[-9,13],[0,16],[5,16],[-2,9],[-3,12],[-5,16],[-2,4],[0,1]],[[5475,5218],[0,1],[-6,21],[3,18],[1,3],[1,2],[2,3],[1,2],[3,0],[5,-2],[6,11],[5,12],[-2,20],[0,1]],[[2685,1019],[1,-1],[0,-11],[-6,-10],[-8,-15],[-5,-14],[4,-10],[4,-18],[0,-2]],[[2675,938],[-3,1],[-25,9],[-10,0],[-6,-3],[-4,-1],[-6,-2],[-13,-3],[-5,2],[-1,1],[-1,7],[0,5],[0,10],[-1,8],[-9,20],[-7,4],[-1,1]],[[2583,997],[2,7],[0,2],[5,34],[-3,31],[-14,39],[4,9],[1,0]],[[2578,1119],[2,0],[7,7],[24,8],[1,-1]],[[2612,1133],[-1,-2],[0,-7],[0,-2],[13,-19],[7,-9],[8,-20],[1,-12],[1,-8],[9,-32],[6,-10],[12,-1],[2,1],[3,2],[10,4],[2,1]],[[2074,1699],[0,-3],[17,-39],[3,-45],[0,-1],[0,-1]],[[2094,1610],[2,-11],[2,-7],[1,-7],[1,-3]],[[2100,1582],[-3,0],[-50,9],[-30,6],[-7,6],[-17,4],[-13,1],[-27,3],[-1,0]],[[1952,1611],[0,1],[5,30],[9,11],[16,2],[29,0],[1,0],[5,2],[2,2],[8,12],[1,2],[0,9],[0,3],[-3,11],[-2,6],[-1,2]],[[2022,1704],[10,1],[7,-1],[10,0],[7,-2],[2,-1],[2,-1],[2,-1],[8,-1],[4,1]],[[5663,4348],[2,1],[-2,14],[-1,15],[-2,41],[-1,16],[3,15],[4,14],[0,1]],[[5666,4465],[1,0],[6,4],[6,5],[1,0]],[[5680,4474],[1,-1],[28,-10],[22,-11],[31,-15],[36,-17],[37,-20],[16,-9],[9,-5],[13,-2],[13,2],[24,5],[18,7],[1,0]],[[5929,4398],[3,-1],[9,-20],[2,-9],[3,-5],[8,-9],[16,-13],[18,-13],[2,-2]],[[5990,4326],[-7,-2],[-20,-11],[-21,-17],[-23,-23],[-12,-22],[-11,-21],[-10,-29],[-10,-36],[-13,-7],[-5,-3],[-1,0]],[[5857,4155],[-7,-4],[-16,-9]],[[5834,4142],[-1,3],[-12,20],[-13,27],[-2,7],[-2,2],[-3,3],[-12,10],[-21,19],[-13,8],[0,1]],[[5612,4340],[1,0],[21,1],[7,0],[6,2],[14,5],[2,0]],[[8700,7414],[11,-1],[22,-3],[7,-16],[1,-10],[4,-25],[2,-19],[-2,-4],[-2,-4],[-3,-8],[-5,-13],[-3,-8],[-4,-10],[-1,-5]],[[8727,7288],[-6,-3],[-15,1],[-3,1],[-5,2],[-8,4],[-5,3],[-4,1],[-2,0],[-11,1],[-1,0],[-3,-1],[-7,-2],[-24,-9],[-6,-4],[-6,-4],[-5,-5],[-7,-11],[-4,-7],[-22,-11],[-6,-2]],[[8577,7242],[0,5],[1,18],[-7,17],[-3,16],[0,6],[2,11],[4,3],[2,3],[2,3],[1,3],[1,2],[0,4],[-1,2],[-2,3],[-2,4],[-1,1],[-6,4],[-2,1],[-4,1],[0,-1],[0,-1],[0,-1],[2,-1],[-5,-11],[-7,-8],[-19,22],[-2,2]],[[8531,7350],[0,2],[0,6],[-1,5],[-16,43],[0,6],[1,15],[1,4]],[[8551,7454],[0,-2],[1,-2],[6,-10],[2,-2],[10,-5],[28,-3],[6,-1],[6,0],[24,-1],[8,0],[19,-4],[17,-6],[2,-2],[2,-3],[18,1]],[[5563,6803],[4,-5],[24,-6],[23,-2],[9,1],[5,1],[2,0],[14,1],[6,0],[10,-1],[6,-1],[12,-7],[1,0],[19,-5],[5,0],[4,0],[16,1],[7,1],[17,3],[24,4],[2,0]],[[5773,6788],[-1,-4],[-7,-32],[11,-11],[13,-8],[28,-25],[8,-9],[9,-10],[14,0],[10,5],[21,0],[8,-1],[1,-2],[0,-1],[-3,-7],[-1,-3],[-1,-1],[-1,-3]],[[5882,6676],[-24,-25],[-17,-4],[-20,1],[-33,-6],[-16,-5],[-12,-4],[-29,-3],[-24,0],[-29,6],[-32,1],[-7,-8],[-10,-9],[-3,-2],[-8,-5],[-1,0],[-34,13],[-17,9],[-16,8],[-6,11],[-1,1],[0,1]],[[3257,1364],[3,-1],[2,-1],[6,-4],[6,-1],[13,-3],[11,-2],[14,-2],[2,-1]],[[3306,1225],[-6,-1],[-1,1],[-4,2],[-4,2],[-1,1]],[[3290,1230],[-8,6],[-31,21],[-18,13],[-1,0]],[[3312,999],[2,0],[7,1],[14,16],[-5,7],[-4,4],[-2,2],[-4,2],[-3,1],[-1,1]],[[3316,1033],[3,2],[5,4],[1,0],[35,-3],[39,8],[7,3],[14,6],[3,1]],[[3504,1071],[-1,0],[-9,-14],[-6,-13],[3,-26],[4,-18],[1,-1]],[[5411,4781],[12,-3],[1,-1],[4,-4],[25,-17],[32,-21],[27,-33],[-1,-2],[6,-4],[1,-1],[12,-2],[2,0],[3,1]],[[5535,4694],[1,0],[3,-1],[1,-12],[1,-7],[0,-7],[-6,-10],[-5,-4],[-7,-2],[-7,-2]],[[5516,4649],[-3,0],[-12,-2],[-34,0],[-27,4],[-34,-8],[-1,0]],[[7412,6979],[-6,5],[-1,1],[-13,24],[-13,23],[-3,5],[-3,3],[0,1],[-12,-4],[-10,-5],[-24,-5],[-36,-3],[-1,0],[-2,0],[-1,1],[-8,6],[-2,1],[-1,2]],[[7276,7034],[0,6],[-1,2],[-1,3],[-1,1],[-3,5],[-1,1],[-4,4],[-13,18],[-7,8],[-4,8],[-1,1],[0,2],[-1,3],[1,0],[1,3],[0,5]],[[7241,7104],[5,0],[3,0],[8,7],[9,12],[15,16],[18,7],[23,-2],[23,-3],[27,0],[12,2]],[[7384,7143],[2,-3],[11,-21],[14,-4],[15,-2],[22,-9],[31,-17],[1,-1]],[[7480,7086],[1,-1],[6,-10],[0,-3],[0,-2],[-5,-15],[-1,-4],[-2,-5],[-5,-7],[-2,-4],[-1,-3],[-1,-2],[0,-4],[1,-3],[1,-2],[7,-6],[5,1],[7,2],[3,1],[3,1],[6,-2],[2,-2]],[[7505,7016],[1,-1],[1,-3],[1,-2],[0,-3],[-2,-4],[-3,-2],[-10,-7],[-3,-2],[-2,-2],[-5,-6],[-2,-3],[-1,-2],[0,-2],[1,-2],[11,-23],[1,-2]],[[7493,6950],[-2,-2],[-4,-2],[-4,-1],[-18,-5],[-3,0],[-3,1],[-12,4],[-12,9],[-6,7],[-7,8],[-10,10]],[[1637,3833],[1,1],[8,13],[-1,5],[1,14],[3,12],[8,21],[13,26],[10,23],[3,12],[1,18],[1,3]],[[1734,3955],[1,-1],[5,-11],[-2,-1],[-2,-4],[-6,-11]],[[1730,3927],[0,-1],[-2,-5],[-6,-17],[-2,-8],[-1,-6],[-2,-17],[5,-20],[3,-9],[4,-9],[3,-7],[2,-4],[2,-10],[0,-12],[0,-5],[-4,-2],[-3,-1],[-2,-4],[0,-1],[0,-3]],[[1727,3786],[-1,1],[-8,7],[-5,5],[-2,3],[-1,2],[-1,2],[-3,4],[-1,1],[-17,7],[-14,-10],[-3,-3],[-1,-2],[-2,-2],[-1,0],[-1,0],[-2,1],[-2,1],[-7,9],[-18,21]],[[2810,1932],[1,2],[4,10],[13,28],[32,14],[39,5],[0,16],[0,8],[-1,15],[-1,15],[0,14],[1,12],[22,11],[7,3],[1,0]],[[3108,1905],[-5,0],[-81,-9]],[[6145,8138],[-1,2],[-7,10],[0,1],[0,7],[3,2],[6,4],[4,12],[3,14],[-5,12],[-5,11],[-9,5],[-15,1],[-3,1]],[[6116,8220],[2,7],[4,26],[0,31],[-5,26],[1,1]],[[6118,8311],[1,2],[0,2],[0,2],[0,11],[10,6],[7,1]],[[6136,8335],[1,-3],[2,-2],[8,-8],[4,-2],[18,-7],[21,-5],[41,17],[25,8],[5,2],[1,1]],[[6262,8336],[0,-6],[0,-16],[0,-7],[-4,-8],[-1,-1]],[[6257,8298],[-1,-3],[-11,-22],[-13,-23],[-5,-10],[0,-14],[2,-18],[1,0],[6,-3],[2,-1]],[[6238,8204],[0,-1],[5,-3],[8,-6],[1,-15],[0,-2],[-1,-2],[-5,0],[-5,1],[-12,3],[-12,3],[-18,-9],[-6,-3],[-7,-5],[-29,-13],[-6,-6],[-4,-6],[-2,-2]],[[5269,5757],[16,-4],[23,-9],[6,-4],[8,-8]],[[5322,5732],[-3,0],[-10,-4],[-26,-11],[-24,-20],[-11,-14],[-19,-25],[-12,-5],[-28,4],[-40,-7],[0,-3],[0,-1],[0,-1],[-4,-4],[-14,-17],[-7,-7],[-1,0],[-15,-6]],[[5108,5611],[-1,5],[-3,15],[-6,15],[-2,1],[-2,4],[0,1],[-2,4],[-2,4],[0,2]],[[5090,5662],[2,3],[-1,10],[-10,10],[-8,4],[-1,2],[-2,2],[-3,6],[-1,7],[1,9],[11,10],[10,7],[2,1]],[[5090,5733],[1,-4],[1,-1],[4,-2],[2,-1],[2,0],[27,6],[6,2],[1,1],[3,3],[1,1],[1,1],[12,5],[24,1],[3,0],[16,-5],[4,-1],[12,-1],[4,0],[28,6],[1,0],[7,2],[4,3],[11,4],[4,3],[0,1]],[[6876,4629],[1,-5],[0,-2],[1,-1],[15,-20],[2,-3],[2,-2],[2,-1],[2,0],[5,1],[1,0],[15,4],[3,1],[17,7],[16,-3],[8,-6],[8,-11],[6,-4],[1,-1],[1,0],[29,-1],[23,2],[2,0],[2,-1],[4,-2]],[[7042,4581],[0,-18],[-1,-8],[-1,-30],[0,-5],[6,-6],[20,-17],[3,-3]],[[7069,4494],[-2,-2],[-34,-19],[-14,-8],[-8,-5],[-10,-6],[-6,-5],[-40,-27],[-33,-23],[-26,-19],[-5,-4],[-5,-4],[-30,-26],[-4,-4],[-14,-14],[-9,-10],[-3,-3]],[[6826,4315],[-1,3],[0,4],[19,18],[24,21],[7,7],[5,5],[17,10],[19,13],[4,3],[-3,2],[-2,3],[-2,3],[-9,8],[-2,3],[-31,33],[-8,1],[-10,1],[-17,0],[-6,0],[-1,0]],[[6829,4453],[2,3],[0,1],[-2,28],[-13,25],[-24,14],[-28,18],[-6,5]],[[6758,4547],[2,0],[19,9],[1,0],[3,6],[1,4],[0,6],[-1,2],[-1,2],[-5,13],[6,14],[2,5],[4,6],[7,1],[5,6]],[[6801,4621],[2,1],[26,18],[35,-3],[11,-4],[1,-4]],[[6824,4313],[-4,-3],[-3,-4],[-4,-6],[-1,0]],[[6812,4300],[-1,1]],[[6811,4301],[4,8],[5,5],[4,-1]],[[2171,4131],[6,0],[5,-1],[13,0],[1,0]],[[2196,4130],[0,-1],[0,-32],[5,-30],[2,-10],[7,-31],[10,-15],[12,-18],[18,-20],[5,-16],[-12,-5],[-9,-7],[-15,-16],[0,-1]],[[2219,3928],[-24,2],[-1,1],[-8,3],[-2,1],[-11,14],[-3,4],[-1,3],[0,3],[1,3],[0,3],[4,13],[5,11],[0,1],[-1,4],[-2,10],[-1,4],[-3,5],[-16,15],[-4,3],[-7,4],[-6,12],[2,16],[15,33],[2,10],[1,5],[1,1],[9,16],[2,3]],[[7404,6177],[-2,-3],[-4,-13],[-24,-21],[-28,-12],[-5,-1]],[[7341,6127],[-1,2],[-1,3],[-1,2],[-1,2]],[[7337,6136],[2,1],[7,6],[0,6],[-22,14],[-32,23],[-12,25],[1,3],[-1,4],[0,3]],[[7280,6221],[0,2],[3,11],[9,25],[1,2],[1,3],[4,5],[1,1],[1,1]],[[351,3836],[3,-2],[3,-2],[5,-2],[4,-2],[4,-3],[0,-1]],[[370,3824],[1,-1],[-3,-16],[-11,-17],[-3,-2],[-14,-3],[-4,-1],[-2,0],[-2,1],[-2,0],[-2,2],[-12,10],[-15,9],[-2,1]],[[299,3807],[-1,0],[-19,12],[-4,3],[-3,2]],[[272,3824],[2,0],[3,1],[1,1],[0,1],[-3,6],[-2,3],[-1,1],[8,7],[19,5],[18,4],[11,-4],[10,-4],[2,-1],[3,-2],[4,-3],[2,-2],[2,-1]],[[258,3751],[-7,1],[-9,0],[-4,0],[-2,-1],[-3,-2],[0,-2],[0,-1],[2,-2],[9,-13],[4,-10],[1,-8],[-16,-9],[-20,-1],[-16,10],[-3,4],[-1,2],[-1,1],[-2,2],[-7,4],[-1,-1],[-2,-1],[-2,-6],[0,-8],[0,-1],[0,-2],[-1,-1]],[[177,3706],[-4,1],[-13,5],[-8,4],[-11,8],[-9,7],[-2,4],[-3,2]],[[127,3737],[5,0],[22,2],[1,2],[1,4],[0,1],[1,2],[-4,15],[0,2],[-4,8],[-19,7],[-13,19],[5,6],[3,5],[4,4],[3,10],[-7,7],[-7,6],[-2,1],[-1,2],[0,1],[0,2],[3,-2],[26,-15],[9,-1],[14,9],[27,16],[3,4],[4,7],[0,4],[-1,1],[0,2],[-1,4],[3,-1],[28,-14],[25,-20],[15,-13],[2,0]],[[299,3807],[-5,-2],[-14,-12],[-22,-41],[0,-1]],[[4424,8460],[0,1],[7,4],[22,9],[35,7],[2,-24],[3,-21],[3,-14],[7,-9],[5,-4],[8,-6],[5,-7],[0,-1],[1,-3],[0,-2],[0,-1]],[[4522,8389],[1,-5],[-3,-30],[-2,-6],[0,-2]],[[4518,8346],[-1,-1],[-14,-21],[-11,-19],[-3,-9],[-1,-6],[1,-11],[0,-3],[2,-6],[0,-1],[6,-11],[8,-19],[7,-22],[3,-12],[18,-26],[6,-9],[6,-6],[7,-6],[9,-3],[11,-2],[13,-6],[9,-8],[6,-7],[-5,-6],[-3,-3],[-10,-2],[-22,-14],[-6,-9],[-3,1]],[[4551,8099],[-50,21],[-1,1],[-2,1],[-2,2],[-11,10],[-26,19],[-32,22],[-11,9],[-11,12],[-6,15],[7,15],[10,23],[8,17],[0,2],[-1,2],[0,1],[-1,1],[-1,3],[-1,4],[-3,25],[0,15],[1,4],[8,31],[13,45],[4,13],[2,9],[-1,10],[-6,10],[-9,10],[-2,2],[-2,2],[-1,3],[0,1],[0,1]],[[5734,4658],[1,0],[1,-1],[2,0],[7,-1],[30,-14],[7,-6],[8,0],[8,11],[1,6],[1,3],[1,0]],[[5837,4593],[-1,-1],[-2,0],[-9,1],[-17,3],[-22,1],[-1,0]],[[5785,4597],[-2,0],[-3,0],[-30,4],[-23,5],[-4,2],[-4,2],[-3,1]],[[5716,4611],[1,2],[0,13],[-9,6],[-6,9],[3,5],[4,2]],[[5709,4648],[0,-2],[1,-3],[5,3],[3,2],[2,2],[6,4],[7,4],[1,0]],[[7954,6425],[-3,5],[-15,19],[-7,7],[-6,7],[-4,8],[-3,6],[-1,3],[-1,4],[-1,3],[-1,6],[2,9],[2,2],[1,1]],[[7917,6505],[1,0],[2,0],[1,1],[21,19],[6,7],[3,4]],[[7951,6536],[4,-3],[27,-17],[41,-24],[1,0],[3,0]],[[8027,6492],[-1,-1],[-14,-29],[-4,-28],[0,-20],[1,-2],[1,-2]],[[8010,6410],[-5,-2],[-12,-2]],[[7993,6406],[-3,-1],[-20,-5],[-2,0]],[[7968,6400],[1,1],[1,1],[0,6],[-6,8],[-4,5],[-6,4]],[[5518,7943],[-1,0],[-8,12],[-12,19],[0,14],[5,15],[0,4],[0,3],[-1,2],[-8,12],[-9,10],[-5,4],[-2,3],[-1,3],[-2,8],[-1,3],[0,12],[1,11],[3,5],[2,5],[3,1]],[[5482,8089],[3,1],[4,3],[0,1],[-7,17],[-10,26],[-1,4],[0,4],[2,4],[5,8],[11,9],[8,13],[-3,15],[-2,3],[-2,3],[0,2],[1,7],[2,3],[13,19],[6,5],[28,20],[-2,2]],[[5538,8258],[1,1],[6,8],[2,1],[8,1],[7,1],[24,6],[5,2],[5,4],[15,-8],[1,-4],[6,-22],[-1,-14],[13,-16],[5,-23],[0,-4],[1,-5],[4,-8],[1,-1],[2,1],[6,2],[3,1],[6,5]],[[5658,8186],[0,-1],[0,-1],[-2,-15],[-5,-18],[16,-15],[2,-1],[0,-1],[-6,-8],[-8,-9],[-4,-4],[-14,-12],[-15,-22],[2,-11],[11,-14],[4,-11],[0,-11],[-9,-16],[-21,-31],[3,-7]],[[5878,4824],[1,2],[0,1],[11,20],[11,20],[3,8],[5,16],[8,23],[1,-1],[5,-6],[3,-4],[2,-4]],[[6053,4848],[-2,-2],[-5,-18],[-7,-8],[-13,-7],[-11,-1],[-11,-4],[-10,-4],[-3,-1]],[[5247,8174],[-6,1],[-16,3],[-2,14],[-16,6],[-28,-1],[-9,0]],[[5170,8197],[0,1],[-8,9],[-14,25],[29,27],[27,26],[12,16],[4,26],[1,1]],[[5221,8328],[1,0],[48,11],[34,3],[1,0]],[[5305,8342],[1,0],[37,-29],[6,-19],[0,-19],[-4,-15],[-7,-17],[-3,-6]],[[5335,8237],[-2,-4],[-1,-3],[-3,-6],[-2,-4],[-6,-4],[-10,-6],[-18,-7],[-24,-12],[-21,-12],[-1,-5]],[[4843,8795],[3,-1],[5,-1],[2,0],[4,1],[4,2],[10,-4],[10,-9],[1,-9],[1,-10],[10,-17],[0,-1],[9,-5],[2,1],[3,2],[6,3],[7,4],[12,9],[10,5],[13,-2],[1,0],[4,0]],[[4960,8763],[5,0],[7,-6],[2,-8],[1,-2],[-1,-2],[-2,-8],[-6,-4],[-8,-4],[-3,-5],[1,-3],[3,-6],[11,-12],[2,-1],[4,-2],[9,-1],[3,0],[10,0],[9,-2],[8,-6],[12,-23],[9,-19],[1,0]],[[5037,8649],[-1,-1],[-2,-2],[-5,-4],[-12,-8],[-4,-1],[-4,-1],[-4,0],[-6,2],[-1,2],[0,3],[-3,4],[-1,1],[-2,0],[-2,-4],[-2,-3],[6,-7],[10,-6],[2,-2],[1,-3],[1,-6],[-2,-7],[-1,-1]],[[5005,8605],[-7,2],[-6,2],[-4,3],[-2,2],[-3,3],[-4,2],[-1,0],[-6,2],[-13,2],[-14,3],[-14,0],[-9,-3],[3,-10],[4,-14],[1,-6],[-3,-5],[-7,-4],[-6,-1],[-9,1],[-8,2],[-1,0],[-4,0]],[[4892,8586],[1,3],[3,12],[-1,14],[-2,8],[-2,4],[-1,2],[-4,7],[-2,2],[-1,1],[-1,0],[-40,-2],[-33,-1],[-4,-1],[-4,-1],[-5,1],[-8,3],[-13,6],[-36,19],[-27,21],[-2,2],[-2,1],[-4,1]],[[4704,8688],[-2,1],[0,1],[5,17],[25,17],[15,3],[21,0],[12,-3],[10,-8],[12,0],[9,4],[12,10],[18,23],[3,1],[7,4],[11,10],[9,9],[-10,3],[-19,8],[0,1],[-1,4],[1,1],[1,1]],[[7667,6427],[-2,2],[-11,0],[-40,15],[-11,2],[-34,-6],[-9,-3],[-2,-2],[-5,-4],[-2,-2]],[[7551,6429],[-26,-3]],[[7525,6426],[1,2],[-1,5],[-1,3],[-5,21],[-9,9],[-5,11],[-2,14],[0,1],[3,9],[1,3]],[[7559,6559],[4,-1],[38,-17],[31,-7],[8,-2],[2,0],[19,3]],[[3220,1489],[2,1],[17,12],[18,8],[15,4],[7,2],[8,0],[8,1]],[[3295,1517],[3,-4],[27,-29],[3,-3],[1,-2],[5,-9],[8,-20],[7,-10],[16,-20],[4,-3],[4,-5],[1,-1],[1,-6],[0,-5],[-4,-26],[-1,-4],[-4,-36],[0,-2]],[[1628,2179],[1,-3],[-1,-6],[-2,-3],[0,-10],[5,-17],[9,-20],[6,-14],[22,-28],[2,-1],[13,-4],[18,-4],[8,0]],[[1709,2069],[3,-33],[-11,-29],[8,-26],[4,-3]],[[1713,1978],[-2,-2],[-3,-1],[-4,-1],[-19,7],[-12,10],[-29,12],[-29,8],[-2,0],[-26,1],[-17,-10],[-22,-20],[-4,-6],[-5,-12],[-4,-11],[-3,-9],[-1,-2],[2,-1]],[[1533,1941],[-3,0],[-26,0],[-4,2],[-11,5],[-9,5],[-1,2],[-5,3],[-7,6],[-4,4]],[[1463,1968],[1,0],[2,1],[9,0],[5,-2],[1,-1],[3,1],[6,3],[2,2],[8,1],[9,2],[1,0],[4,10],[3,4],[2,4],[1,3],[0,3],[-3,1],[-1,1],[0,1],[0,3],[3,3],[3,4],[8,4],[5,5],[4,5],[1,3],[-5,13],[-1,6],[-2,3],[-2,3],[-8,7],[-3,2],[-13,0],[-5,0],[-7,1],[-7,2],[-12,0],[-13,2],[-13,-6],[-12,-9],[-11,-5],[-8,-3],[-5,-4],[-4,-2],[-11,-5]],[[1398,2034],[0,2],[1,6],[1,4],[1,4],[0,3],[1,1],[0,2],[0,2]],[[1565,2147],[6,1],[3,9],[3,10],[0,7],[1,3],[1,1],[1,1],[2,2],[4,2],[18,8],[10,-5],[4,-2],[4,-3],[3,-1],[3,-1]],[[3979,2952],[-9,8],[-3,2],[-1,0],[-2,0],[-2,1],[-1,1],[-1,4],[18,13],[-4,8],[9,9],[3,2],[5,4],[7,1],[18,16],[9,8],[9,5],[3,1],[1,0],[5,-1],[1,-1],[12,-4],[5,-1],[15,3],[12,12],[15,18],[20,10],[9,-4],[9,-4],[35,3],[3,-14],[5,-21],[4,-19],[5,-24],[5,-21],[14,-71],[6,-34]],[[6257,8298],[4,-1],[4,-4],[2,-5],[2,-7],[16,-24],[2,-17],[-11,-18],[-13,-8],[-16,-4],[-3,-1],[-4,-2],[-1,-1],[-1,-2]],[[8989,6104],[0,-1],[-3,-19],[-2,-18],[-1,-8],[1,-3],[0,-2],[2,-2],[1,-2],[3,-2],[21,-16],[6,-15],[1,0]],[[9018,6016],[7,-14],[4,-9],[1,-6],[13,-11],[24,-9],[1,-2]],[[9068,5965],[4,-6],[3,-8],[3,-7],[2,-18],[-6,0],[-9,1],[-15,-2],[-8,-6],[4,-19],[-3,-2],[-10,-7],[-11,-6],[-5,0],[-15,-2],[-5,0]],[[8997,5883],[-2,1],[-20,2],[-13,32],[-11,24],[-1,2],[-29,15],[-28,-3],[-4,-4],[-1,0]],[[8888,5952],[0,9],[6,17],[-1,31],[-6,7],[-8,14],[1,6]],[[8880,6036],[-1,6],[2,13],[5,17],[11,46],[3,5],[4,4],[3,2],[3,1]],[[8910,6130],[5,-4],[21,-12],[12,-7],[3,-1],[2,-1],[11,0],[10,2],[7,2],[1,0],[1,0],[3,-2],[3,-3]],[[1176,4013],[-7,1],[-3,0],[-12,1],[-9,2],[-13,13],[-13,9],[-1,0],[-2,-2],[-1,-2],[-1,-3],[0,-2],[-1,-3],[0,-2],[-10,-2],[-2,3],[0,20],[0,2],[1,3],[1,1],[1,1],[3,2],[-2,14],[-3,12],[-11,5],[-2,2],[-2,3],[-7,18],[-3,6],[-6,19],[-2,6]],[[1069,4140],[1,0],[4,-1],[11,-5],[2,-2],[1,-1],[0,-2],[0,-1],[2,0],[7,-2],[3,-1],[1,1],[20,10],[1,1],[4,3],[1,2],[0,2],[-3,6],[-1,3],[-6,4],[-16,18],[0,5],[-1,3],[-2,5],[-2,3],[0,1],[15,-4],[18,-4],[35,-14],[7,-4],[1,0],[10,-26],[14,-28],[17,-19],[7,-22],[10,-28],[1,-3],[1,-2],[0,-2],[1,-1]],[[3967,531],[-3,2],[-6,3],[-20,12],[-12,9],[-2,4],[-5,6],[-3,4],[-11,9],[-4,4],[-2,0]],[[3897,724],[1,0],[24,11],[35,15],[2,1],[4,5],[3,3],[0,2],[2,16],[0,8],[-1,14],[2,28],[3,24],[2,7],[5,3]],[[3979,861],[1,0],[2,-3],[2,-9],[2,-7],[13,-14],[15,-16],[1,-1]],[[4015,811],[0,-3],[5,-16],[5,-20],[0,-2],[0,-8],[-5,-23],[2,-15],[2,-12],[6,-26],[1,-9],[-1,-9],[-3,-9],[-2,-4],[-7,-32],[-2,-28],[-2,-34],[0,-1]],[[4014,560],[-1,0],[-16,-12],[-15,-10],[-1,-2],[-7,-4],[-2,-1],[-5,0]],[[5056,4863],[0,7],[-3,22],[-10,11],[-6,1],[-2,1],[-5,5],[-3,2],[-1,2],[-1,2],[-2,2],[0,3],[1,18],[0,6],[1,3],[7,18],[5,34],[0,1],[1,2],[1,1],[1,1]],[[5040,5005],[2,-1],[18,-8],[28,-24],[14,-22],[10,-14],[9,-12],[9,-8],[3,-1],[5,-2],[7,-1],[7,-8]],[[5152,4904],[-3,-2],[-13,0],[-13,2],[-12,-10],[-13,-14],[-17,-21],[-2,-2]],[[5071,4857],[-1,1],[-10,3],[-4,2]],[[904,1823],[11,-1],[32,-1],[40,4],[5,1],[3,1]],[[995,1827],[7,0],[5,-1],[20,-3],[31,-8],[1,0]],[[1044,1666],[-2,-3],[-10,-11],[-2,-5],[-9,-17],[4,-32],[3,-41],[1,-3]],[[1029,1554],[-3,1],[-10,-2],[-9,-5],[-11,-10],[-6,-5],[-2,-1],[-11,-2],[-1,0]],[[976,1530],[2,6],[4,23],[-3,19],[2,23],[0,8],[-2,6],[-6,11],[-10,12],[-6,6],[-5,4],[-6,5],[-5,4],[-6,10],[-1,2],[-5,14],[-2,15],[-1,8],[-2,16],[4,10],[7,12],[1,1],[-2,15],[-2,9],[-1,2],[-6,3],[-1,0],[-14,-2],[-7,-2],[-11,-4],[-5,-2],[-2,-2],[-6,-2],[-9,-3],[-9,-2],[-11,-2],[-3,-1],[-9,-4],[-4,-2],[-9,-6],[-14,-10],[-8,-1]],[[803,1729],[0,2],[-1,43],[1,3],[2,3]],[[805,1780],[1,0],[4,0],[24,7],[18,6],[22,9],[15,10],[14,11],[1,0]],[[7955,5216],[-3,-2],[-4,-3],[-34,-20],[-41,-23]],[[7809,5317],[25,5],[8,2],[3,-4],[4,-4],[1,-1],[1,0],[19,2],[1,1],[5,1],[4,3]],[[7880,5322],[2,-2],[5,-4],[17,-8],[5,-2],[16,-7],[3,0],[11,4],[4,1],[10,-2],[5,-7],[2,-3],[1,-2],[1,-3],[6,-16],[6,-28],[-1,-4],[-1,-2],[-12,-18],[-5,-3]],[[5494,4428],[-5,3],[-24,13],[-29,24],[-16,13],[-5,5],[-7,8]],[[5408,4494],[2,1],[38,13],[42,-3],[3,-3],[1,0],[8,5],[1,4],[1,2]],[[5504,4513],[14,-6],[12,-5],[10,-1],[8,2],[3,1],[4,4],[8,-3],[3,-1],[2,-2]],[[5568,4502],[1,-1],[2,-3],[1,-2],[0,-2],[7,-6],[19,-13],[9,-6]],[[5607,4469],[0,-3],[-2,-13],[-3,-3],[-3,-4],[-1,-1],[3,-2]],[[5601,4443],[-2,-3],[-26,-6],[-8,2],[-9,0],[-4,-1],[-11,-3],[-14,-5],[-10,-4],[-9,-6],[-1,-2]],[[2525,3645],[-1,-1],[-1,-3],[1,-2],[2,-7],[0,-2],[1,-1],[1,-1],[9,-9],[7,-5],[4,-6],[3,-3],[2,-16],[-2,-5],[0,-1],[-2,-2],[-1,-2],[-17,-15],[-17,-7],[-2,0],[-4,-1],[-3,-2],[-7,-5],[0,-1]],[[2498,3548],[-2,3],[-11,10],[-10,2],[-48,14],[-1,0]],[[2426,3577],[0,7],[5,10],[17,31],[18,22],[9,9],[1,1]],[[7644,5286],[4,-4],[12,2],[12,0],[2,-3]],[[7674,5281],[1,-3],[6,-21],[16,-38],[3,-2],[1,-3],[6,-12],[-5,-1]],[[7702,5201],[-12,-4],[-25,-10],[-11,-4],[-11,-3],[-5,-1],[-40,14],[-21,7],[-4,2]],[[7573,5202],[2,2],[2,3],[2,4],[0,1],[30,23],[23,14],[10,17],[2,17],[0,3]],[[1563,972],[2,0],[14,1],[12,10],[0,3],[5,23],[0,2],[3,4],[8,8],[22,31],[0,1]],[[1629,1055],[11,-3],[22,-12],[14,-29],[7,-14],[12,-32],[8,-37],[8,-2],[28,-16],[15,-10],[28,-25],[8,-12],[9,-14],[-7,-9],[0,2],[-1,0],[-1,0],[-3,-3],[-1,-1],[-1,-5],[1,-5]],[[1281,1118],[-4,-6],[-4,-4],[-5,-3],[-4,-1],[-6,-3],[-1,0],[-2,1],[-4,0],[-3,1],[-8,3],[-9,5],[-26,15],[-30,17],[-36,12],[-14,5],[-33,8],[-26,6],[-35,19],[-8,6],[-7,1],[-11,1],[-29,-3],[-21,-2],[-18,4],[-7,2]],[[930,1202],[1,3],[2,3],[8,18],[9,27],[3,2],[3,2],[3,1],[3,0],[5,-2],[6,-5],[2,-1],[43,-22],[1,-1],[1,0],[33,-3],[18,7],[26,10],[2,0]],[[1099,1241],[6,-8],[3,-3],[6,-3],[6,-4],[12,-4],[4,0],[10,-3],[12,-4],[16,-8],[12,-9],[2,-2],[9,-9],[12,0],[11,1],[31,5],[19,-1],[13,0],[23,-1],[7,-2],[5,-2],[0,-1],[1,-3],[-2,-1],[-21,-17],[-22,-26],[-4,-6],[3,-7],[8,-5]],[[3087,3271],[-1,0],[-4,0],[-4,-1],[-9,-2],[-9,-1],[-12,0],[-1,0],[-16,2],[-39,6],[-2,1]],[[2990,3276],[0,1],[1,2]],[[2991,3279],[0,1],[1,1],[1,0],[1,3],[0,2],[-3,22],[-16,17],[4,18],[17,26],[1,1],[2,1],[11,6],[1,0],[4,0],[6,0],[3,-1],[6,-4]],[[3030,3372],[0,-1],[-8,-11],[-2,-8],[7,-12],[3,-2],[17,-6],[17,-5],[7,-2],[0,-1],[1,-1],[1,-5],[0,-2],[1,-14],[2,-7],[11,-14],[1,-5]],[[7979,6328],[0,-1],[-1,-2],[-1,-2],[-13,-17],[-11,-17],[0,-1],[12,-10],[18,-24],[-1,-7],[5,-4],[14,-12],[5,-4]],[[8006,6227],[-3,-1],[-51,-17],[-21,-13],[-2,-1]],[[7816,6332],[0,3],[-2,6],[6,45],[0,2]],[[7820,6388],[1,1],[9,10],[7,8],[3,4],[3,2],[4,2],[4,2],[3,1],[8,0],[4,-1],[4,-1],[3,-3],[16,-13]],[[7889,6400],[-1,-1],[-1,-11],[7,-14],[27,-26],[19,-17],[39,-3]],[[6399,9271],[7,-1],[6,-1],[6,0],[4,0],[1,0],[2,7],[9,9],[10,8],[16,5],[7,14],[7,13],[0,1]],[[6532,9300],[7,-3],[3,-2],[7,-7],[3,-13],[1,-1],[-1,-4],[10,-34],[9,-19]],[[6571,9217],[-1,-2],[-3,0],[-7,-2],[-6,-2],[-3,0],[-4,-2],[-6,-2],[-10,-6],[-2,-2],[0,-2],[0,-6],[5,-7],[5,-1],[2,-2],[6,-6],[5,-5],[16,-19],[3,-6],[4,-10],[1,-2],[-1,-2],[-1,-2],[0,-1]],[[6574,9128],[-2,0],[-6,1],[-21,-15],[-22,-17],[-29,-19],[-22,-18],[-37,1],[-1,0]],[[6434,9061],[0,1],[-1,4],[-6,4],[-1,0],[-11,-3],[-15,4],[-9,11],[-18,12],[-11,4],[-22,4],[-5,1],[-32,-8]],[[4024,4555],[4,-2],[14,12],[6,5],[21,20],[18,22],[18,18],[38,4],[40,-11],[15,-7],[35,3],[8,3],[8,6],[1,0]],[[4250,4628],[1,0],[4,1],[7,5],[4,2],[2,2],[31,6],[9,0],[14,4],[12,4],[3,1],[11,1],[7,-5],[9,-8],[1,-6],[-1,-6],[-3,-6],[-1,0],[0,-3],[0,-2],[0,-7],[0,-2],[5,-4]],[[6309,5714],[0,-1],[-1,-14],[9,-10],[13,2],[10,4],[5,2],[1,-1],[15,-4],[2,-1],[2,-1],[2,-2],[1,-3],[0,-1],[-6,-15],[-1,-1],[0,-1],[-4,-3],[-3,-1]],[[6354,5663],[-4,-1],[-5,-3],[-4,-3],[-2,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-11],[-13,-15],[-14,-12],[-13,-19],[-3,-21],[4,-21],[3,-24],[1,-2],[-1,-2],[0,-2],[-1,0],[-4,-2]],[[6292,5515],[-4,-1],[-15,-3],[-19,-8],[-20,-17],[-2,-2],[-1,-3],[-1,-1],[-5,-16],[-6,-17],[-7,-11],[-1,-2],[-2,-2],[-23,-21],[-3,-3],[-29,-29],[-1,-2]],[[6062,5365],[0,2],[-1,1],[-9,16],[-1,0],[-4,1],[-2,0],[-5,-1],[-4,-2],[-5,4],[-1,6],[-1,13],[3,9],[6,7],[6,8],[4,12],[0,26],[-2,4],[-2,3],[-7,7],[-2,3],[-7,6],[-4,4],[-10,6],[-12,7],[-1,1]],[[6001,5508],[7,4],[7,4],[2,1],[28,18],[34,22],[30,40],[4,5],[0,1]],[[6113,5603],[2,2],[4,2],[4,3],[10,2],[10,4],[8,6],[3,2],[3,3],[18,20],[0,19],[8,7],[18,9],[3,1],[2,0],[5,0],[4,0]],[[6215,5683],[2,-1],[27,-9],[23,6],[18,12],[5,4],[2,3],[1,4],[-3,2],[-2,1],[-5,4],[-2,5],[4,3],[5,2],[3,0],[3,0],[12,-3],[0,-1],[1,-1]],[[6488,8355],[6,0],[1,0],[43,-11],[41,-3],[6,-1]],[[6585,8340],[4,-2],[10,-13],[8,-15],[1,-6]],[[6608,8304],[-1,-1],[-15,-16],[-12,-14],[-22,-7],[-26,-6],[-1,0],[-2,-2],[-3,-4],[-2,-2],[-7,-19],[-4,-16],[-7,-28],[1,-12],[11,-3],[1,1],[6,0],[3,0],[3,0],[9,-3],[3,-12],[2,-9],[-1,-2],[-6,-10],[-8,-2],[-6,-1],[-26,-21],[-1,-1],[-1,0]],[[6496,8114],[0,3],[-2,4],[0,1],[-10,8],[-8,4],[-9,3],[-18,8],[-14,6],[-12,18],[-2,3],[-3,6],[-1,4],[0,6],[1,3]],[[6418,8191],[1,1],[23,21],[3,3],[4,5],[2,5],[3,8],[8,41],[3,30],[-3,9],[-2,8],[0,3],[2,3],[1,3],[2,2],[18,19],[4,3],[1,0]],[[2682,1078],[-3,1],[-5,3],[-9,7],[-1,2],[-6,17],[-4,12],[-3,7],[-3,1],[-5,2]],[[2643,1130],[1,5],[11,6],[18,5],[30,12],[19,7]],[[2722,1165],[1,-3],[-3,-15],[-4,-17],[2,-8],[5,-15],[11,-16],[6,-4]],[[2740,1087],[1,-2],[-1,-2],[-9,-1],[-4,-1],[-23,-2],[-9,0],[-9,2],[-3,0],[-1,-2],[0,-1]],[[5516,5826],[4,2],[3,1],[25,17],[9,26],[0,22],[3,13],[9,9],[1,0],[2,1],[1,1],[1,1],[-6,9],[-7,10],[-10,6],[-4,3],[-9,9],[-14,17],[0,2]],[[5631,6006],[0,-2],[0,-2],[-1,-2],[-1,-1],[21,-11],[20,-5],[5,0],[20,-3],[3,-1],[3,-2],[4,-2],[0,-5],[-1,-12],[2,-16],[3,-12],[3,-3],[1,-2],[2,-1],[4,-2],[3,-1],[2,0],[2,1],[5,-12],[5,-9],[0,-2]],[[5736,5899],[-1,0],[-1,-1],[-17,-4],[-19,-6],[-24,-29],[-28,-33],[-20,-11],[-1,-1],[-13,1],[-39,-15],[-13,-9],[-1,0]],[[3084,525],[3,0],[2,2],[8,-12],[3,-9],[1,-10],[1,-13],[0,-3],[-1,-3],[-1,-2],[-2,-2],[-5,-4],[-3,-1],[-6,-10],[-4,-12],[0,-5],[1,-4],[2,-6],[2,-5],[-7,-13],[-11,-16],[-4,-7],[-2,-1],[-3,-2],[-2,-5],[-4,-10],[0,-16],[1,-6]],[[3053,350],[0,-4],[-7,-13],[-4,-6],[-20,-17],[-8,-6],[-1,0],[-3,1],[-5,3],[-2,3],[-11,13],[-35,12],[-17,-1],[-18,3],[-15,4],[-12,3],[-4,1],[-3,2],[-2,1],[-8,9],[-4,3],[-1,1],[-5,0]],[[2944,460],[0,2],[0,2],[-8,13],[-11,11],[-25,8],[-16,15],[-8,8],[-2,3],[-4,8],[-9,18],[-4,3],[-6,4],[-4,2],[-5,2],[-5,4],[-6,6],[-4,5],[-3,5],[0,1],[5,6],[6,6],[5,3],[4,1],[6,2],[3,1],[1,2],[1,1]],[[2855,602],[1,0],[8,-6],[2,-2],[1,-3],[3,-6],[10,-13],[15,-11],[20,-6],[24,-17],[4,-3],[11,-7],[10,-5],[27,-6],[25,-3],[21,-2],[27,4],[18,9],[2,0]],[[3245,2626],[6,-5],[1,-1],[4,-2],[14,-5],[30,-1],[40,-2],[48,-3]],[[3388,2607],[6,-2],[15,-5],[28,-10],[21,-7],[2,-1]],[[3460,2582],[2,-2],[9,-10],[6,-8],[-1,-4],[-2,-11],[-1,-7]],[[3473,2540],[-3,-1],[-19,-2],[-34,-3],[-11,-2],[-22,-9],[-3,-2],[-4,-6],[-26,-22],[-40,-25],[-37,0]],[[3274,2468],[-18,1],[-27,-13]],[[3229,2456],[-12,9],[-30,22],[-8,18],[0,4],[5,25],[7,19],[25,33],[24,32],[3,4],[2,4]],[[5557,4742],[0,1],[-18,19],[-13,9],[-23,9],[-27,14],[-1,1],[-1,1],[-1,4],[0,2],[1,4],[2,2]],[[5476,4808],[6,1],[7,0],[7,5],[11,10],[4,5],[4,7],[-5,16],[-1,1]],[[5509,4853],[3,1],[27,-3],[45,-8],[8,-1],[9,-1],[2,-1],[3,-3],[11,-9],[22,-23],[17,-18],[1,-2]],[[5657,4785],[1,-2],[1,-4],[1,-10],[0,-4],[-3,-16],[-1,-11]],[[5656,4738],[-4,1],[-9,4],[-2,1],[-13,6],[-5,2],[-14,-2],[-15,-2],[-12,-9],[-1,-1],[-1,-1],[-2,-1],[-3,0],[-13,5],[-5,1]],[[6879,6558],[0,-1],[2,-2],[3,-4],[21,-11],[17,-7],[9,4],[7,3],[1,1],[1,-1],[2,-1],[6,-4],[11,-7],[7,-5],[4,-2]],[[6970,6521],[-4,-5],[-4,-9],[-3,-5],[-1,-2],[0,-2],[-2,-6],[-1,-3],[-2,0],[-2,1]],[[6951,6490],[-1,0],[0,1],[-1,1],[-20,9],[-8,8],[-2,1],[-2,0],[-14,-3],[0,-1],[1,-3],[1,-3],[4,-5],[3,-14],[-6,-10],[-8,-18],[-5,-13],[0,-2],[0,-2],[7,-19],[8,-8],[2,-1],[2,-2],[2,-2]],[[6914,6404],[-1,-1],[-4,-2],[-1,-1],[-1,-1],[-2,-13],[0,-2]],[[6905,6384],[-1,1],[-42,15],[-3,2],[0,1]],[[6859,6403],[-1,2],[1,4],[1,4],[-3,19],[-7,21],[0,3],[-1,4],[-2,3],[-4,5],[-6,7],[-2,2],[-1,1],[-3,0],[-3,0],[-3,-1],[-1,-1],[-7,-10],[-17,-9],[-24,-13],[-16,9],[-4,12],[3,6],[5,6],[3,8],[-4,10],[-2,3],[-1,2]],[[6993,4979],[3,-6],[11,-3],[8,-7],[1,-1],[1,-2],[0,-3],[0,-4],[0,-1],[-1,-1],[-3,-4],[0,-13],[6,-14],[12,-26],[21,-5],[34,-8],[2,0],[11,-1],[11,3],[3,2],[7,7],[2,4],[3,5],[2,4],[1,1],[15,11],[1,1]],[[7144,4918],[1,-2],[2,-3],[12,-20],[4,-25],[1,-5],[0,-2]],[[7164,4861],[0,-1],[-8,-17],[-4,-8],[2,-8],[8,-10],[9,-17],[-1,-2],[-1,-3],[-1,-1],[-4,-1]],[[7164,4793],[-1,-1],[-33,-8],[-39,-8],[-4,-1],[-11,0],[-13,0],[-15,-7],[-30,-14],[-22,-15],[-31,-17],[-13,-7],[-14,-7],[-20,-26],[-1,-2]],[[6917,4680],[-1,4],[-3,6],[-3,5],[-17,24],[-26,33],[-19,21],[-24,7],[-25,-1],[-8,-2],[-10,-3],[-4,-1],[-2,-1],[0,-1]],[[6775,4771],[-1,1],[0,2],[1,1],[6,26],[3,25],[1,8],[-1,7],[-7,20],[-10,15],[-9,10],[13,28],[0,1],[2,6],[0,2],[0,1],[-1,1],[-26,26],[-1,1]],[[6745,4952],[0,1],[1,1],[3,4],[2,2],[23,8],[10,0],[8,-3],[8,-8],[10,-2],[20,13],[6,12],[5,14],[3,2]],[[6844,4996],[1,-1],[3,-4],[10,-3],[10,2],[23,8],[2,1],[5,3],[1,2],[2,4]],[[6901,5008],[3,-1],[8,-5],[11,-6],[14,-8],[3,-1],[2,0],[2,0],[3,1]],[[6947,4988],[1,0],[41,-8],[4,-1]],[[2589,2559],[2,5],[11,27],[5,24],[-2,6],[-1,2],[0,3],[-1,5],[2,8],[9,16],[0,1],[1,1]],[[2615,2657],[14,-3],[59,0],[58,1],[3,0],[2,1],[3,1]],[[2754,2657],[0,-1],[1,-2],[1,0],[3,-3],[4,-4],[4,-5],[23,-24],[5,-6],[1,-2]],[[2796,2610],[-1,-2],[-1,-1],[-3,-4],[-2,-2],[-21,-19],[-5,-5],[-21,-4],[-13,-10],[-8,-12],[-7,-14],[-2,-7],[-1,-7],[-8,-21],[-9,-23],[-1,-3]],[[2693,2476],[-29,17],[-38,23],[-34,20],[-1,0]],[[2591,2536],[-6,18],[1,4],[5,-1],[0,1],[-1,1],[-1,0]],[[4701,3998],[1,-1],[8,-26],[18,-36],[11,-4],[7,-9],[2,-2]],[[4748,3920],[4,-7],[3,-7],[1,-3],[1,-16],[-5,-6],[-16,-5],[-15,-3],[-6,-3],[-6,-8],[0,-1],[0,-1],[1,-4],[3,-2],[3,-4],[0,-3],[-6,-4],[-2,-1],[-7,0],[-2,0],[-7,1],[-21,6],[-3,1],[-16,7],[-3,2],[-2,2],[-1,2],[-13,9],[-19,11],[-7,6],[-2,1],[-3,0]],[[4590,3897],[1,3],[1,3],[2,4],[13,11],[6,3],[12,19],[8,15],[-8,16],[7,21],[4,4],[6,6],[26,25],[2,1]],[[4670,4028],[4,-5],[16,-14],[1,-1],[8,-8],[2,-2]],[[3604,2634],[-18,2],[-10,1],[-38,-15],[-17,-9],[-10,-5],[-17,-9],[-17,-8],[-17,-9]],[[3388,2607],[1,2],[8,18],[2,38],[-1,1],[-1,1]],[[3397,2667],[6,2],[1,1],[4,4],[6,9],[1,1],[3,6],[5,18],[7,21],[3,16],[-1,11],[-2,4],[-2,4],[-1,3],[-5,17],[-1,0]],[[3421,2784],[4,0],[37,-4],[44,-6],[31,-4],[10,-1],[2,0],[11,0],[22,1],[13,1],[54,3]],[[3665,2716],[0,-1],[-1,-2],[-2,-6],[-4,-8],[-2,-6],[-1,-1],[-7,-14],[-2,-4],[-26,-25],[-8,-7],[-8,-8]],[[9332,6316],[-2,-5],[-3,-7],[-1,-3],[-1,-7],[-2,-7],[0,-4],[-4,-27],[0,-1]],[[9319,6255],[-1,0],[-29,-10],[-16,-9],[-12,-27],[-9,-34],[-1,-6],[-4,-15],[0,-1],[-1,-1],[-3,-1],[-5,-2],[-5,-1],[-13,0],[-5,1],[-4,-1],[-7,-1],[-7,-2]],[[9197,6145],[0,1],[0,2],[-1,4],[-2,2],[-12,4],[-4,1],[-12,1],[-4,-1],[-4,-2]],[[9187,6316],[0,2],[0,2],[4,8],[9,1],[3,1],[6,0],[23,0],[40,-3],[11,-1],[23,-7],[17,-3],[9,0]],[[8293,6207],[5,2],[30,2],[1,0]],[[8329,6211],[6,-2],[13,-4],[26,-7],[6,-1],[3,0],[14,0],[10,1],[1,2]],[[8562,6149],[1,-1],[1,-1],[5,-7],[-10,-4],[-9,-14],[-1,-7],[4,-13],[11,-15],[2,-2],[1,0],[2,-1],[3,-1],[5,0],[3,0],[4,2],[36,3],[9,-1]],[[8629,6087],[0,-2],[-15,-17],[-15,-20],[0,-2],[-2,-2],[-1,-2],[-2,-2],[-1,0]],[[8593,6040],[-9,-1],[-16,-1],[-24,-11],[-9,-5],[17,-10],[13,-7],[3,-2],[8,-15],[4,-9],[-3,-7],[-7,0],[-11,0],[-15,3],[-11,3],[-4,1],[-26,2],[-19,3],[-32,1],[-23,6],[-5,-3],[-4,-3],[-2,-2],[-1,-3],[0,-4],[2,-1],[1,-4],[2,-4],[0,-3],[0,-2],[-8,-12],[-13,-1],[-16,-6],[-4,-2],[-17,-2],[-3,0],[-27,8],[-5,1]],[[8329,5948],[0,1],[0,17],[-3,12],[-7,17],[-16,10],[-5,7],[-2,3],[-2,3],[0,1],[0,2],[2,17],[1,6],[5,5],[5,1],[3,5],[3,6],[0,3],[-2,16],[-1,5],[0,2],[-6,14],[-10,15],[-1,1],[-7,6],[-5,3],[-31,21],[-8,7]],[[7145,5213],[-1,0],[-21,5],[-18,7],[-29,19],[-14,15],[-16,30],[0,3],[-2,16],[0,14],[-1,11],[0,4],[-1,1],[-6,6],[-3,4],[-5,5],[-3,4],[-1,1],[2,2]],[[7026,5360],[3,4],[1,1],[4,4],[1,2]],[[7035,5371],[2,0],[2,-1],[23,-10],[17,-5],[7,-1],[6,-1],[4,0],[2,0],[31,-5],[9,-6],[8,-5],[14,0],[11,1],[13,-11],[-3,-27],[-2,-27],[-1,-1],[-2,-2],[-5,-4]],[[7171,5266],[-1,-1],[-1,-1],[-2,-3],[-2,-5],[-2,-5],[-1,-5],[0,-3],[-1,-14],[-3,-10]],[[7158,5219],[-4,-2],[-6,-3],[-2,-1],[-1,0]],[[4475,3712],[-7,3],[-20,8],[-25,-9],[-1,-2],[-4,-6],[-5,-11],[-1,-2],[-1,-2],[0,-5],[3,-19],[10,-18],[16,-8],[1,-1],[3,-3],[5,-11],[3,-4]],[[4452,3622],[-9,-3],[-8,-3],[-9,-3],[-15,-7],[-36,-16],[-16,-8],[-1,0]],[[4358,3582],[0,1],[-22,28],[-17,24],[-18,25],[-21,11],[-11,2],[-11,0],[-8,-11],[-10,-13],[-13,3],[-8,2],[-5,1],[-9,3]],[[4155,3730],[0,2],[1,5],[4,11],[3,4],[4,3],[21,17],[15,10],[24,10],[27,16],[10,6],[2,4],[1,13],[1,7],[0,6],[-1,4],[0,2]],[[4267,3850],[5,3],[23,4],[38,16],[14,-2],[5,0],[12,-3],[7,-3],[8,-3],[1,0],[4,3],[3,3],[2,3]],[[4533,3797],[0,-1],[2,-12],[-5,0],[-8,3],[-3,2],[-3,3],[-3,3],[-1,1],[-14,6],[-6,2],[-1,0],[-4,-4],[-3,-3],[-1,-2],[-2,-3],[-1,-4],[-1,-4],[-5,-14],[-6,-12],[-6,-12],[8,-9],[10,-10],[-5,-15]],[[2906,2288],[-9,7],[-45,19],[-9,4],[0,1]],[[2843,2319],[9,38],[8,35],[0,4],[-1,20],[-4,23],[0,13],[3,4]],[[3021,2405],[-15,-43],[-1,-2],[-5,-5],[-3,-5],[-11,-22]],[[2986,2328],[-35,-14],[-25,-10],[-1,0],[-19,-16]],[[2659,1241],[1,2],[-2,44],[-2,40],[-1,26],[-12,18]],[[2643,1371],[2,0],[31,-6]],[[2676,1365],[1,-3],[30,-21],[25,-17],[42,-20],[6,0],[2,-2],[1,-1],[0,-1],[0,-1]],[[2783,1299],[-3,-1],[-9,-6],[3,-6],[3,-6],[1,-1],[7,-10],[8,-13],[1,-10],[1,-4]],[[2795,1242],[0,-2],[-1,-1],[-4,-15],[-3,-19],[2,-15],[10,-16],[8,-33],[6,-32],[1,-2]],[[2814,1107],[-2,-2],[-9,-11],[0,-2],[1,-5],[0,-2],[1,-1],[8,-3],[0,-1],[-1,-1]],[[2812,1079],[-6,1],[-7,0],[-43,7],[-10,2],[-2,0],[-2,0],[-2,-2]],[[2722,1165],[-2,11],[0,2],[1,2],[1,18],[-6,15],[-10,12],[-2,-2],[-3,-2],[-3,-1],[-13,-2],[-9,-2],[-5,0]],[[5148,4322],[0,-1],[1,-10],[4,-9],[1,-10],[-4,-15],[1,-14],[1,-4],[8,1],[16,3],[19,7],[9,-4],[12,-8],[3,-3],[4,-9],[0,-2],[0,-7],[1,-2],[1,-1]],[[5091,4205],[1,1],[1,30],[-4,13],[-20,17],[-2,2]],[[5067,4268],[4,2],[3,3],[18,22],[13,15],[12,11],[1,1]],[[4830,9409],[3,0],[21,-14],[4,-2],[17,-5],[8,1],[2,1],[3,2],[8,6],[17,7],[1,0],[1,-1]],[[4915,9404],[2,-1],[0,-1],[-9,-13],[-7,-8],[-8,-4],[9,-9],[10,-8],[9,-4],[7,-6],[4,-5],[10,-11],[7,-9],[2,-2],[4,-3],[2,-1],[3,0],[6,1],[2,1]],[[4968,9321],[1,-1],[3,-7],[1,-2],[6,-19],[0,-1],[-4,-1],[-2,0],[-20,-1],[-29,-3],[-28,0],[-21,-7],[-20,-2],[-17,0],[-38,-2],[-43,-12],[-1,0]],[[4708,9303],[0,1],[12,23],[20,20],[11,15],[10,10],[14,9],[28,25],[6,2],[4,1],[6,1],[8,0],[3,-1]],[[8982,7391],[-1,-1],[-10,-12],[-14,-28],[0,-11],[0,-4],[-2,-9],[-4,-16],[-2,-6],[-1,-5],[-1,-1],[-7,-35],[0,-1]],[[8940,7262],[-1,-1],[-1,-2],[0,-1],[-2,-16],[0,-14],[0,-3],[0,-2]],[[8936,7223],[-2,0],[-5,2],[-3,1],[-2,1],[-3,3],[-1,1],[-1,2],[0,2],[-14,43],[0,3]],[[8905,7281],[-1,2],[-12,39],[0,18],[6,21],[6,16],[1,21],[-4,18],[-5,5]],[[8896,7421],[2,1],[5,6],[5,6],[15,5],[11,-2],[44,-12],[3,-1]],[[3404,2261],[-18,7],[-29,11],[-36,29],[-11,28]],[[3310,2336],[-2,4]],[[3308,2340],[2,0],[4,0],[27,7],[17,7],[13,19],[20,21],[5,3],[18,28],[19,21],[16,18],[-1,8],[4,10],[1,3],[16,16],[29,-2],[4,-1],[2,0],[1,0],[0,1]],[[3505,2499],[1,0],[26,-32],[4,-6],[-3,-15],[7,-24],[4,-10],[5,-13],[4,-10]],[[3553,2389],[-19,-30],[-2,-4],[-1,-1]],[[3531,2354],[-3,-4],[-5,-7],[-6,-7],[-13,-17],[-5,-7],[-15,-25],[-11,-15],[-13,-18],[-4,0],[-52,7]],[[6684,5756],[1,-1],[1,0],[1,1],[1,1],[19,9],[18,8],[22,1],[16,-7],[12,-1],[11,0],[12,-1],[2,-2],[3,-5],[3,-4],[5,-9],[1,-4],[11,-27],[1,-4]],[[6824,5711],[1,-6],[8,-31],[5,-13],[20,-10],[7,-6]],[[6756,5554],[-1,1],[-7,8],[-6,10],[-8,10],[-11,9],[-22,15],[-6,3],[-3,1],[-6,2],[-8,1],[-14,1],[-2,0]],[[6662,5615],[-6,-1],[-1,1],[-2,1],[7,6],[8,18],[4,19],[-2,30],[2,35],[6,16],[6,14],[0,2]],[[4249,2765],[5,-1],[19,-4],[10,-2],[10,-2],[0,2]],[[4293,2758],[1,-2],[16,-12],[13,-9],[28,-10],[23,-10],[7,-5],[14,4],[4,5],[9,13],[7,8],[4,7],[3,1],[9,0],[17,-4],[7,-3],[1,-1],[1,-1],[0,-1]],[[4457,2738],[-3,-5],[-1,-2],[-14,-32],[-9,-16],[-8,-17],[-8,-18],[-19,-44],[-7,-28],[-6,-21],[-3,-5],[-2,-5],[-2,-4],[-16,-40],[-6,-16],[-5,-17],[-2,-6],[-1,-5],[-2,-8]],[[4343,2449],[-28,5],[-31,13],[-34,-8],[-41,19],[-24,6],[-35,16],[-4,4]],[[4146,2504],[7,6]],[[4153,2510],[26,-7],[15,-3],[-1,72],[1,24],[4,25],[1,1],[0,1],[4,6],[1,1],[7,0],[8,0],[2,-1],[4,-2],[4,-2],[11,-2],[1,0],[7,2],[9,5],[-7,132],[-1,3]],[[5825,5282],[1,0],[13,-1],[6,-7],[7,-9],[17,-17],[16,-15],[1,0],[5,-1],[43,-5],[1,-1]],[[5935,5226],[0,-2],[0,-3],[1,-3],[16,-37],[2,-5],[2,-5],[4,-6],[2,-2],[5,-7],[3,-3],[4,-1],[2,-1],[3,-1],[2,0],[2,1],[5,3],[2,0],[3,1],[2,-1],[2,0],[2,-2],[1,-2],[3,-9],[0,-3],[0,-17],[-1,-2],[-2,-2],[-2,-3],[-3,-3],[-11,-11],[-7,-9],[-7,-12],[-5,-9],[-1,-3],[0,-1]],[[5916,5044],[2,3],[5,6],[-2,13],[-5,15],[-6,4],[-17,19],[-20,24],[-1,1],[-3,0],[-3,0]],[[5866,5129],[-1,0],[-14,16],[-2,35],[7,19],[2,10],[-3,9],[-1,2],[-1,1],[-4,5],[-1,2],[-8,10],[-6,15],[-3,10],[-3,11],[-2,7],[-1,1]],[[5563,8870],[0,1],[-15,14],[-15,-4],[-14,-1],[-14,-1],[-1,0],[-4,-2],[-3,-1],[-2,-4],[-1,-4],[-1,-6],[-1,-2],[-2,-1],[-6,-3],[-7,-3],[-2,3],[-13,15],[-10,13],[-7,9]],[[5445,8893],[0,2],[13,31],[6,15],[11,13],[14,13],[3,18],[-14,9],[-10,9],[-6,12],[-1,13],[6,7],[7,5],[2,1],[1,1]],[[5507,9061],[1,0],[5,-3],[11,-9],[30,-1],[26,-1],[15,-16],[0,-4],[11,-5],[1,-1],[6,-1],[3,1],[2,0],[11,3],[3,1],[4,2],[1,0],[0,1],[32,5],[28,-10],[1,-1],[1,-2],[3,-4],[0,-1]],[[5702,9015],[-7,-3],[-4,-6],[-5,-10],[1,-6],[-12,-32],[-23,-24],[-3,-1]],[[2287,1161],[0,1],[0,45],[6,16],[9,8]],[[2302,1231],[42,0],[27,-22],[6,-6],[3,-6],[2,-15],[15,-32],[-2,-9],[-1,-1],[-2,-4],[-4,-3]],[[2388,1133],[-5,0],[-35,-3],[-27,1],[-4,-1],[-27,-10],[-11,-15],[-1,-1],[-2,-1],[-5,0],[-1,0]],[[2270,1103],[-37,17],[-2,1]],[[7447,6434],[-1,-2],[-11,-30],[-3,-25],[2,-42],[0,-4]],[[7434,6331],[-2,0],[-3,-1],[-4,-2],[-14,-9],[-3,-2]],[[7373,6326],[0,1],[-2,9],[-5,9],[-2,2],[-2,32],[4,25],[11,24],[17,16],[1,0],[2,4],[2,4],[1,3]],[[7400,6455],[3,-1],[22,-7],[22,-12],[0,-1]],[[3245,2626],[-1,7],[-1,3],[-7,22],[-3,8],[-11,40],[1,6],[1,3],[-10,24],[-2,7],[-1,1],[0,1]],[[3211,2748],[6,3],[23,6],[37,-2],[9,0]],[[3286,2755],[1,-2],[5,-10],[1,-2],[3,-3],[3,-4],[34,-37],[1,-2],[1,-1],[3,-2],[9,-6],[16,-8],[4,-2],[9,-2],[12,-2],[3,0],[2,-2],[3,-2],[1,-1]],[[9333,6678],[0,-1],[0,-3],[-3,-4],[-20,-6],[-5,0],[-6,-1],[-5,2],[-8,-21],[-8,-27],[-3,-11],[-2,-10],[-1,-7],[-1,-4],[0,-3],[-6,-24],[-1,-4],[-3,-11],[-1,-4],[-6,-11],[-3,0],[-4,-1]],[[9247,6527],[-9,3]],[[9294,6706],[2,0],[13,-7],[11,-8],[0,-1],[2,-2],[7,-7],[1,-1],[3,-2]],[[5647,5321],[-7,-11],[-16,-22],[-1,-3],[0,-2],[1,-4],[3,-4],[3,-1],[5,-2],[21,-16],[19,-22],[5,-6],[8,-10],[-4,-6],[-7,-19],[0,-1],[2,-3],[4,-4],[13,-5],[17,-13],[0,-1]],[[5713,5166],[1,-2],[2,-3],[6,-13],[5,-21],[3,-25]],[[5730,5102],[-3,-2]],[[5727,5100],[-1,-1],[-20,4],[-23,-7],[-2,-1]],[[5681,5095],[-4,4],[-16,10],[-11,8],[-5,4],[-4,3],[-3,3],[-6,10],[-2,3],[-1,1],[0,1],[-3,3],[-13,9],[-5,3]],[[3417,3436],[-6,-1],[-6,-2],[-2,-1],[-4,-4],[-1,-1],[-3,-4],[-36,-26],[-20,-17],[-11,1],[-9,3]],[[3319,3384],[-1,8],[0,2],[-2,9],[-1,5],[-1,1],[-16,7],[-42,15],[-35,4]],[[3221,3435],[-8,0],[-15,12],[-11,25],[-2,5]],[[3185,3477],[0,1],[4,4],[2,1],[7,3]],[[3198,3486],[1,0],[5,2],[28,8],[31,10],[2,1]],[[3265,3507],[4,1],[24,3],[13,-3],[3,-1],[21,6],[3,1],[6,3],[11,5],[4,2],[3,1]],[[3357,3525],[2,-1],[5,-2],[1,-1],[29,-33],[1,-1]],[[2444,1286],[-1,0],[-25,14],[-6,3],[-2,2],[-2,3],[-19,22],[-39,-6],[-39,-6],[-12,0]],[[2299,1318],[1,0],[0,1],[3,4],[3,9],[1,4],[0,18],[0,5],[1,6],[1,3],[8,10],[8,9],[13,15],[5,4],[15,12],[4,3],[35,24],[14,9],[11,7],[10,5],[17,4],[10,-8],[7,-7],[1,-1],[11,-1],[4,0]],[[2482,1453],[-1,-2],[-5,-11],[-2,-9],[-4,-20],[0,-4],[0,-1],[1,-2],[5,-5],[2,-2],[5,-2],[9,-5],[10,-7],[21,-15],[10,-7],[3,-3],[1,0]],[[2537,1358],[-5,-6],[-4,-5],[0,-6]],[[2993,3081],[0,-1],[4,-22],[-11,-13],[0,-12],[9,-11],[10,-4],[24,-12],[10,-13],[-1,-4],[0,-2],[0,-1]],[[3038,2986],[-1,0],[-3,-1],[-4,-2],[-24,-7],[-11,1],[-22,-4],[-12,-4],[0,-18],[-4,-25],[4,-6],[0,-1],[12,-17],[8,-9],[10,-8],[15,-11],[7,-6],[3,-3],[8,-4],[3,-1]],[[3027,2860],[1,-2],[11,-37],[0,-14],[-4,-18],[0,-3],[-4,-6],[-5,-9],[-5,-8],[0,-1]],[[3021,2762],[-2,-1],[-1,0],[-7,2]],[[2851,2778],[0,2],[-1,5],[-2,7],[-1,3],[-9,24],[-1,2],[-1,2],[-12,9],[-12,5],[-5,-2]],[[2807,2835],[-8,5],[-7,4],[-38,20],[-16,10],[-15,12],[0,6],[0,2]],[[2723,2894],[3,2],[5,5],[3,1],[1,0],[4,-1],[5,-1],[2,0]],[[2957,3078],[21,2],[12,1],[3,0]],[[1261,3034],[2,4],[1,3],[0,1],[-6,11],[5,12]],[[1263,3065],[1,1],[46,17],[2,-1],[1,0]],[[1313,3082],[25,-33],[4,-2],[2,-1],[1,0]],[[1345,3046],[-1,-2],[-3,-1],[-17,-4],[-46,-6],[-2,0],[-10,0],[-1,0],[-4,1]],[[5282,4156],[0,-1],[34,-12],[36,1],[21,6],[13,-24],[36,-11],[6,-4],[0,-2]],[[5428,4109],[-2,-2],[-2,0],[0,-1],[-1,-1],[0,-1],[1,-1],[3,-6],[-2,-1]],[[3256,979],[-1,-1],[-2,0],[-13,0],[-13,7],[-22,5],[-18,1],[-2,0],[-5,1],[-8,2],[-2,1],[-5,4],[-2,4],[-3,8],[-4,11],[-3,7],[-5,11],[-3,4],[-7,6],[-4,2],[-3,0],[-3,2],[1,1]],[[3129,1055],[4,1],[30,7],[21,16],[11,11],[16,26],[8,20],[-4,10],[1,10],[2,9],[5,9],[4,8],[5,8],[3,3],[5,7],[6,6],[3,2],[10,6],[15,7],[5,3],[9,4],[2,2]],[[3306,1225],[1,-4],[1,-3],[3,-14],[0,-10],[-2,-18],[-1,-3],[-4,-7],[-3,-15],[0,-26],[1,-7],[2,-10],[2,-9],[1,0],[4,-3]],[[3311,1096],[-2,-1],[-11,-10],[-7,-7],[-4,-13],[-3,-14],[32,-18]],[[5312,8488],[4,1],[6,-1],[11,-14],[1,-2],[1,-2],[0,-7],[-1,-1],[-9,0],[-15,-10],[-10,-24],[-10,-24],[-3,-12],[0,-1],[1,-6],[7,-17],[8,-24],[2,-1],[0,-1]],[[5221,8328],[-5,0],[-2,1],[-3,0],[-1,1],[-5,2],[-30,4],[-33,3],[-14,-5],[-21,-9],[-3,-1]],[[5104,8324],[-2,2],[-1,1],[-5,15],[0,7],[7,8],[6,6],[3,5],[1,5],[3,8],[11,7],[25,4],[9,1],[6,0],[4,0],[4,-1],[4,0],[0,4],[0,10],[-3,6],[-8,17],[-7,15],[-5,5],[-16,-2],[-5,0],[-4,1],[-3,1],[-3,2],[-4,2],[-1,2],[-2,1],[0,2],[1,1],[8,12],[2,13],[-1,1],[-3,1],[-1,1]],[[5124,8487],[3,3],[16,17],[6,9],[2,1],[1,0],[27,0],[13,0],[9,-1],[4,0]],[[5205,8516],[1,-5],[8,-17],[18,-6],[13,1],[30,-2],[21,-1],[16,2]],[[4607,5147],[-1,1],[-4,3],[0,2],[0,1],[3,6],[-8,10],[-15,9],[-6,3]],[[4591,5270],[1,0],[1,-1],[2,-2],[38,-12],[32,-10],[37,-12],[20,-19],[-1,-29],[-4,-24],[3,-10],[9,-15],[0,-1],[4,-4],[5,-5],[8,-29],[-16,-15],[0,-1]],[[4730,5081],[-2,1],[-1,1],[-1,3],[-22,16],[-23,16],[-24,10],[-35,24],[-15,-2],[0,-3]],[[2299,513],[-1,-3],[-44,-28],[-13,-12],[-9,-8],[-15,-14],[-47,-28],[-5,-6],[-3,-2],[-5,-2],[-32,-14],[-23,-8],[-11,-3],[-24,-8],[-31,-11],[-9,-3]],[[2027,363],[-1,3],[-9,19],[-2,3],[-1,2],[-8,20],[-6,28],[1,11],[1,7],[7,28],[5,26],[0,2],[-22,27],[-28,25],[-11,18],[-1,9],[0,1]],[[1952,592],[1,7],[3,7],[8,8],[19,23],[11,22],[2,10]],[[1996,669],[4,0],[36,-7],[33,-2],[40,2],[33,5],[35,-11],[9,-3],[13,-5],[7,-1],[6,0]],[[2212,647],[0,-1],[2,-2],[25,-30],[23,-27],[15,-36],[10,-27],[2,-4],[4,-4],[4,-2],[2,-1]],[[3553,2389],[4,1],[45,16],[24,9],[16,7],[13,5],[2,1],[2,0],[6,-4],[4,-4],[2,-3]],[[3671,2417],[0,-2],[1,-3],[19,-32],[23,-36],[5,-4],[3,-5],[1,-2]],[[3723,2333],[-4,1],[-19,0],[-15,-3],[-41,1],[-1,0],[-17,6],[-33,12],[-20,4],[-39,3],[-2,-3],[-1,0]],[[3060,3361],[-1,2],[-2,5],[0,5],[-1,5],[-14,34],[-27,19],[-10,4],[-12,6],[-8,4],[-2,2],[-1,1],[-6,8],[-4,7],[-7,4]],[[2965,3467],[1,1],[-6,11],[-13,11],[1,2]],[[2948,3492],[1,0],[36,13],[22,9],[8,0],[21,-3],[22,3],[5,0],[41,6],[20,-7],[31,-15],[35,-8],[4,1],[3,0],[1,-3],[0,-2]],[[3185,3477],[-1,0],[-2,-2],[-24,-16],[-24,-9],[-20,-11],[2,-7],[0,-2],[-1,-2],[0,-1],[-4,-10],[-1,-2],[-1,-3],[-2,-3],[-16,-27],[0,-2]],[[3091,3380],[-3,-2],[-27,-16],[-1,-1]],[[2603,3437],[0,4],[-6,5],[-1,1],[-24,10],[-11,1],[-8,1],[0,-12],[0,-1],[0,-4],[1,-9],[-1,-9],[-5,-13],[0,-1],[-2,-1]],[[2546,3409],[-9,-1],[-6,-1],[-16,-8],[-20,-8],[-23,-9],[0,-1]],[[2472,3381],[0,1],[-5,7],[0,1],[0,1]],[[2467,3391],[2,1],[1,1],[9,11],[0,1],[0,14],[0,4],[0,4],[-3,3],[-3,2],[-3,2],[0,1]],[[2470,3435],[2,2],[1,1],[2,1],[7,0],[5,0],[0,-1],[1,0],[1,1],[1,2],[1,1],[1,3],[0,1],[2,15],[0,15],[-1,17],[-2,6],[0,1]],[[2491,3500],[0,3],[-1,8],[0,2],[0,1],[0,2],[-1,2],[-1,5],[0,2],[0,2],[4,8],[5,12],[1,1]],[[2564,3700],[1,0],[43,-18],[2,-1],[28,0],[33,-1],[52,-3],[10,-3]],[[2779,3556],[17,-29],[3,-7],[2,-5],[2,-6],[-1,-2]],[[2802,3507],[-1,-2],[-17,-4],[-1,0],[-14,4],[-2,0],[-31,-4],[-11,-9],[-6,-4],[-4,-9],[-17,-6],[-1,0]],[[4832,4135],[2,0],[1,-1],[1,-1],[2,-2],[1,-3],[18,-7],[10,0]],[[4867,4121],[9,-30],[3,-13],[1,-7],[1,-44],[2,-11],[0,-4]],[[4883,4012],[0,-6],[-1,-6],[-1,-7],[-2,-5],[-1,-2],[-2,-4],[-6,-8],[-3,-3],[-1,-1],[-29,-2],[-20,6],[-14,4],[-14,2],[-1,-3],[-3,-4],[-9,-9],[-5,-5],[-3,-2]],[[4768,3957],[-1,4],[-9,22],[-11,18],[-21,22],[-2,-1],[-5,-1],[-4,-1],[-1,0]],[[4714,4020],[1,3],[3,5],[10,20],[13,19],[11,16],[20,14],[12,7],[10,7],[4,3],[1,1],[2,4],[0,3]],[[4801,4122],[3,-1],[2,-2],[1,2],[5,5],[5,5],[7,2],[7,2],[1,0]],[[2510,3256],[0,-1],[-9,-37],[-3,-17],[-3,-14],[0,-3]],[[2484,3180],[-8,4],[-45,15],[-19,7],[-15,21],[-6,21],[-7,19],[-1,1]],[[2384,3269],[20,-4],[12,2],[2,2],[44,5],[2,-3],[1,-1],[3,-2],[2,-2],[20,-6],[7,-2],[6,-1],[7,-1]],[[3087,618],[0,-1],[5,-7],[1,-4],[4,-17],[3,-16],[1,-9],[-7,-9],[-5,-7],[-3,-7],[-3,-10],[0,-4],[1,-2]],[[2855,602],[0,1],[3,23],[0,1],[1,10]],[[2859,637],[1,0],[32,0],[28,0],[25,7],[18,11],[23,15],[28,18],[9,4],[2,2]],[[3025,694],[1,0],[17,-6],[50,-12],[1,0]],[[3621,3562],[-21,-9],[-8,-2],[-6,1],[-14,3],[-20,3],[-14,-1],[-11,0],[-11,0],[-10,3],[-1,1]],[[5709,4648],[-2,2],[-1,3]],[[5706,4653],[0,1],[-1,2],[-1,1],[-12,11],[-4,12],[4,12],[13,16],[-4,20],[0,2]],[[5701,4730],[0,1],[11,1],[9,-4],[0,-1],[0,-1],[2,-1],[3,-1],[2,-1],[4,1],[8,1],[3,1],[4,2],[1,1],[1,2],[0,2],[0,1]],[[5783,4702],[0,-1],[-41,-36],[-8,-7]],[[1176,1878],[1,0],[0,15],[0,23],[-1,1]],[[1176,1917],[4,0],[13,-2],[22,-4],[18,-4],[28,2],[37,11],[6,1]],[[1304,1921],[1,-2],[3,-13],[-5,-9],[-10,-5],[-8,-8],[-4,-13],[-1,-4],[1,-6],[3,-6],[1,-3],[2,-2]],[[1287,1850],[0,-3],[0,-1],[7,-20],[0,-1]],[[1294,1825],[-3,2],[-2,2],[-4,1],[-4,0],[-7,-2],[-20,-7],[-3,0]],[[1251,1821],[-2,0],[-39,14],[-10,9],[-9,11],[-5,15],[-2,1],[-4,5],[-2,1],[-2,1]],[[1894,2002],[-1,0],[-13,3],[-8,1],[-17,2],[-15,8],[-10,6],[-1,2],[-1,1],[-6,12],[0,10],[0,8],[0,2],[-9,12],[-1,1]],[[1812,2070],[1,2],[0,1],[-3,1],[-5,1],[-11,9],[7,23],[6,1],[4,0],[11,-1],[5,-1],[11,4],[10,5],[11,6],[-4,8],[-6,12]],[[1849,2141],[8,0],[16,-1],[6,0],[21,4],[27,4],[3,0],[1,-1]],[[1931,2147],[1,-4],[7,-45],[13,-16],[2,-3],[36,-32],[25,-22],[4,-3],[3,-2],[2,-3],[2,-4],[0,-3]],[[2026,2010],[-1,0],[-2,-1],[-39,1],[-13,3],[-8,4],[-12,4],[-15,4],[-1,0],[-15,-9],[-10,-7],[-3,-8],[-2,0],[-8,0],[-3,1]],[[2243,2239],[2,0],[11,-3],[29,-9],[1,-2],[1,-2],[1,-6],[0,-3]],[[2299,2130],[-1,0],[-12,-4],[-12,-4],[-52,-16],[-18,6],[-16,5],[-9,2],[-3,1],[-19,-2],[-17,-1],[-12,0],[-38,11],[-31,10],[-49,14],[-28,1],[-3,1]],[[1979,2154],[1,5],[1,2],[1,4],[2,2],[1,1]],[[1985,2168],[2,1],[2,1],[39,3],[18,0],[18,2],[36,13],[1,1],[3,2],[2,4],[5,11],[1,6],[0,5],[13,8],[15,-1],[21,-4],[36,-3],[30,11],[10,9],[2,2],[2,0],[2,0]],[[3997,1524],[2,0],[3,2],[6,5],[9,5],[9,3],[20,-1],[1,-1],[10,-7],[-5,-8],[3,-11],[1,1]],[[4056,1512],[1,-1],[1,-1],[-3,-27],[-5,-11]],[[3942,1502],[4,0],[4,9],[5,6],[4,5],[14,9],[8,-2],[5,-3],[8,-4],[1,0],[2,2]],[[7355,6888],[0,4],[-1,22],[-3,16],[13,8],[23,3],[11,7],[1,12],[-4,7],[-1,3],[0,3],[0,1],[18,5]],[[7493,6950],[2,-1],[9,-16],[7,-18],[10,-38],[0,-17],[0,-3]],[[7521,6857],[-4,0],[-2,-7],[-3,-9],[0,-1],[-1,-1],[-3,-1],[-5,-2]],[[7374,6835],[-1,1],[-2,2],[-2,3],[-5,8],[0,2],[1,2],[1,2],[-1,17],[-9,15],[-1,1]],[[9574,6495],[-1,7],[-16,-4],[-6,13],[-4,10],[-5,3],[-4,1],[-8,2],[-8,-1],[-9,0],[-15,-1],[-17,-9],[-29,-21],[-29,-15],[-10,-8],[-3,-4],[-4,-11],[-6,-8],[-11,-12],[-8,4],[-1,3],[-1,11],[1,20],[1,2],[1,4],[2,3],[2,4]],[[9386,6488],[2,-1],[13,-2],[3,0],[18,25],[5,13],[1,14],[12,16],[18,18],[7,16],[3,10],[0,12],[-3,20],[-5,8],[-10,9],[0,1]],[[9450,6647],[0,2],[0,2],[4,10],[5,0],[7,0],[19,-4],[29,-4],[16,6],[23,9],[2,-2],[1,-5]],[[9556,6661],[-3,-2],[-2,-2],[-1,-5],[-7,-24],[0,-3],[1,-1],[14,-5],[32,-26],[18,-34],[3,-4]],[[9611,6555],[5,-6],[-4,-15],[-14,-7],[-15,-18],[-4,-7],[-5,-7]],[[3694,3755],[1,0],[5,1],[27,3],[6,1],[11,3],[11,3],[10,4],[1,1],[2,3],[6,14],[6,19],[-2,22],[-1,12],[-2,8],[-6,21],[-20,29],[-21,25],[-4,9],[0,1],[0,1],[1,1]],[[3725,3936],[1,1],[1,1],[37,31],[5,4]],[[3769,3973],[0,-1],[0,-1],[0,-1],[-3,0],[-1,-1],[1,0],[6,-4],[0,-1]],[[3772,3964],[4,-2],[1,-2],[2,-3],[1,-1],[0,-3],[19,-26],[35,-27],[0,-24],[0,-1]],[[3834,3875],[0,-1],[-3,-4],[-2,-4],[-1,-2],[0,-1],[4,-9],[1,0]],[[3833,3854],[0,-2],[5,-15],[2,-12],[-9,-13],[-4,-1],[-2,-2],[-3,-5],[0,-1],[-3,-9],[-2,-6],[3,-12],[0,-1],[2,-2],[2,-2],[11,-7],[5,-2],[10,-5]],[[3850,3757],[-5,-4],[-12,-9],[-17,-21],[-9,-21],[0,-1],[2,-6],[1,-2],[0,-1],[6,-10],[7,-14],[5,-7]],[[6310,4787],[0,-1],[2,-19],[-9,-41],[-19,-23],[-13,-18],[-1,-1]],[[6270,4684],[-3,1],[-1,-1],[-13,-17],[-12,-25],[-12,-18],[-4,1],[-2,0],[-3,0],[-2,-1],[-5,-2],[-1,-1],[-1,-2],[1,-1],[8,-19],[6,-15],[-9,-19],[-26,-22],[-3,-3],[-22,-12],[-2,-1]],[[6164,4527],[-2,3],[-4,8],[-4,4],[-5,4],[-2,1],[-1,0],[-3,0],[-4,-2],[-4,-2],[-11,-8],[-9,-6],[-5,6]],[[6110,4535],[-10,12],[-27,27],[-11,2],[-14,-3],[-2,0],[-14,2],[-6,6],[-8,11],[-4,7],[-23,0],[-17,-4],[-16,1],[-5,0],[-3,1],[-5,4],[-10,6],[-8,2],[-20,0],[-6,-1]],[[6244,4897],[0,-2],[4,-23],[4,-21],[7,-19],[2,-6],[2,-5],[2,-3],[1,-2],[16,-10],[9,-6],[4,-2],[5,-2],[4,-1],[5,-4],[1,-2],[0,-1],[0,-1]],[[4496,3498],[5,-2],[7,-4],[28,-10],[3,0],[5,0],[4,1],[3,1],[3,2],[1,3],[0,2],[11,11],[13,9],[24,-3],[22,-4],[4,0],[2,0],[6,1]],[[4637,3505],[-1,-2],[0,-4],[-1,-6],[-1,-4],[-3,-18],[-4,-21],[-21,-31],[-23,-22],[-17,-20],[-10,-20],[-10,-20],[0,-1]],[[8568,5364],[0,4],[-3,0],[-7,0],[-3,0],[-8,2],[-14,15],[-9,13],[-13,10],[-20,5],[-9,3],[-24,4],[-6,0],[-6,-1],[-6,-1],[-5,0]],[[8435,5418],[-2,10],[-3,15],[-3,26],[-10,18],[-15,17],[-5,9],[2,17],[0,18],[-19,29],[-3,4],[-11,11],[-9,-3],[-9,-10],[-1,0],[-3,3],[-7,7],[-10,11],[-18,27],[-2,3]],[[8091,5858],[15,9],[12,29],[8,27],[-1,2],[-1,2],[0,3],[1,2],[1,0]],[[8126,5932],[10,4],[10,3],[4,1]],[[8150,5940],[3,2],[25,14],[10,16],[27,8],[23,5],[0,2]],[[8238,5987],[2,-2],[6,-5],[7,-5],[6,-3],[32,-12],[20,-6],[8,-2],[10,-4]],[[8593,6040],[-2,-3],[8,-10],[13,-7],[6,-14],[-1,-13],[5,-22],[5,-19],[2,-6],[36,0],[4,0],[5,1],[10,2]],[[8684,5949],[1,-8],[-1,-7],[-3,-14],[-5,-19],[-5,-12],[-9,-37],[-1,-28],[1,-10],[0,-4],[8,-22],[0,-1],[3,-1],[6,-2],[12,-3],[16,-28],[2,-6],[2,-5],[5,-7],[16,-12],[15,-8],[1,0],[1,-1],[16,-11],[0,-1]],[[8765,5702],[-3,0],[-36,4],[-49,5],[-24,-10],[1,-26],[1,-1]],[[8655,5674],[-8,-3],[-12,-9],[-31,-27],[0,-1]],[[8604,5634],[-2,-1],[-21,-16],[-6,-6],[-3,-4],[-2,-6],[-3,-4],[-3,-3],[-5,-4],[-2,-1],[-4,-3],[-4,-1],[-4,-1],[-5,0],[-8,-2],[-15,-9],[-5,-11],[8,-7],[13,-3],[9,-6],[8,-9],[9,-22],[28,7],[15,-22],[3,-3],[8,-5],[4,-3],[7,-8],[3,-4],[1,-1],[1,-1]],[[8629,5475],[5,-13],[4,-9],[2,-9],[4,-17],[0,-3],[-11,-26],[-9,-16],[-5,-5],[-7,-7],[-7,-5],[-20,-4],[-4,1],[-10,2],[-3,0]],[[7638,6918],[-1,0],[-1,-1],[-5,-5],[-1,-2],[-15,-5],[-15,-2],[-11,5],[-4,1],[-9,-7],[-4,-8],[-1,-4],[-2,-11],[-1,-4],[-1,-3],[-17,-6],[-20,-7],[-5,0],[-2,0],[-2,-2]],[[7505,7016],[5,6],[26,18],[30,-2],[11,-1],[8,0],[9,-1]],[[7673,6946],[-4,-3],[-13,-11],[-15,-13],[-3,-1]],[[7360,5317],[-5,3],[-1,1],[-14,13],[-6,6],[-1,3],[-1,1],[-4,18],[0,3],[-1,3],[0,3]],[[7327,5371],[0,1],[-1,8],[-9,5],[-1,3],[8,5],[22,10],[3,-1]],[[7349,5402],[1,-3],[1,-3],[1,-1],[3,-3],[14,-10],[30,-34],[1,0],[8,-2],[6,0]],[[7414,5346],[-2,-4],[-7,-3],[-16,-6],[-17,-7],[-7,-4],[-5,-5]],[[6118,8311],[-12,1],[-48,21],[-4,-1]],[[6054,8332],[-2,2],[-1,1],[-3,1],[-2,1],[-8,2],[-20,0],[-20,5],[-1,1],[-1,1],[-11,14],[-2,17],[2,34],[1,1]],[[5986,8412],[2,3],[3,7],[4,5],[5,4],[16,21],[18,30],[3,12],[-14,17],[-17,23],[-14,33],[-5,20],[1,7],[1,6],[22,23],[17,17],[3,2],[1,2],[9,22],[1,5],[-1,2]],[[6041,8673],[1,0],[1,1],[3,2],[21,-9],[22,-15],[12,-27],[0,-1]],[[6101,8624],[-4,-12],[-4,-17],[0,-2],[1,-2],[2,-4],[21,-34],[3,-8],[0,-1],[22,-16],[15,-10],[8,-4],[7,-3],[11,-14],[1,-2]],[[6184,8495],[2,-5],[-6,-27],[-23,-32],[-6,-38],[-10,-38],[-2,-5],[-2,-6],[-1,-9]],[[5658,8186],[3,4],[20,18],[23,15],[30,6],[22,-3],[15,-10],[1,-2]],[[5772,8214],[0,-1],[-2,-6],[0,-1],[11,-32],[10,-22],[5,-15],[-4,-3],[-1,-3],[-2,-7],[0,-2],[2,-3],[3,-2],[12,-8],[19,-4],[12,0],[8,-1],[3,-1],[4,-4],[3,-6],[3,-6],[1,-8],[2,-4]],[[5861,8075],[0,-2],[-16,-4],[-16,-2],[-15,-7],[-14,-9],[-15,-12],[-15,-24],[-2,-22],[-4,-14],[-7,-14],[-2,0]],[[5755,7965],[-1,4],[-22,12],[-7,1],[-4,0],[-1,0],[-9,-3],[-13,-6],[-33,-17],[-13,-9],[-1,0]],[[705,3921],[4,-2],[11,-4],[22,-7],[22,-6],[23,-2],[6,-6],[3,-8],[1,-1]],[[797,3885],[-2,0],[-5,0],[-10,0],[-2,0],[-10,-4],[-3,-2],[-10,-4],[-1,-1],[-1,-1],[-5,-6],[-16,-8],[-1,0]],[[693,3908],[4,3],[2,2],[2,3],[2,3],[1,1],[1,1]],[[2884,3728],[0,1],[-1,4],[-8,36],[-1,1],[0,1],[-13,17],[-12,4],[-7,0],[-10,1],[-35,4],[-14,3],[-12,3],[-2,0],[-1,0]],[[2768,3803],[-1,-1],[-31,24],[-2,3],[-1,1],[-1,0],[-13,4]],[[2804,4030],[2,1],[1,1],[0,1],[1,2],[2,3],[2,2],[1,0],[8,-1],[5,-1],[1,-1]],[[8410,6310],[-6,-1],[-11,-1],[-13,0],[-5,0]],[[8375,6308],[-10,0],[-18,16],[-9,8],[-18,9],[-8,12],[3,11],[3,18],[1,4],[0,9],[0,1],[-11,0]],[[8308,6396],[0,2],[12,21],[1,3],[0,3],[-1,1]],[[8402,6413],[0,-2],[0,-1],[2,-3],[2,-3],[5,-21],[2,-20],[-2,-28],[-3,-16],[0,-6],[2,-3]],[[5024,4684],[-3,-4],[-3,-2],[-3,-2],[-4,-2],[-15,-14],[-12,-13],[-30,-36],[-10,-9],[0,-2]],[[4944,4600],[-1,0],[-5,2],[-9,4],[-1,1],[0,1],[-9,35],[-3,26],[-4,12],[-8,16],[-2,3]],[[4902,4700],[0,2],[-1,10],[0,3],[0,1],[4,3],[2,2],[12,7],[23,1],[35,-19],[36,-21],[11,-5]],[[3311,1096],[5,0],[3,2],[6,4],[20,0],[19,-4],[3,-1],[2,-2],[13,-8],[36,-29],[5,-4]],[[6610,9123],[1,0],[8,-4],[1,-2],[2,-2],[3,-6],[2,-2],[4,-2]],[[6703,8961],[1,-2],[0,-30],[0,-22],[1,-4],[-1,-1],[0,-1]],[[6665,8853],[-1,0],[-38,-8],[-11,0],[-8,0],[-1,0],[0,1],[-3,19],[-3,12],[-1,6],[-5,3],[-4,1],[-5,2],[-5,9],[0,1]],[[6580,8899],[0,3],[-3,31],[-4,40],[-1,2]],[[6572,8975],[1,2],[-8,20],[-6,25],[-4,29],[8,8],[10,7],[14,10],[11,10],[5,17],[7,18],[0,2]],[[7902,6618],[6,1],[12,4],[1,1],[4,4],[36,34],[5,5],[3,3],[1,2],[1,2]],[[7971,6674],[1,0],[3,0],[1,0],[1,-1],[10,-25],[3,-10],[11,-12],[2,0]],[[8003,6626],[2,-1],[7,-4],[1,-8],[3,-31],[1,-5]],[[8017,6577],[-5,0],[-5,0],[-1,-1],[-1,-1],[-1,-6],[-7,-12],[-10,-12],[-3,-2],[-2,-1],[-2,-1],[-12,-1],[-9,0],[-2,0],[-2,-1],[-2,-1]],[[7953,6538],[3,6],[-12,30],[-20,20],[-7,4],[-2,2],[-5,5],[-4,5],[-4,7],[0,1]],[[1392,816],[-1,2],[-5,11],[-8,7],[-11,10],[-4,3],[-3,2],[-9,2]],[[504,3623],[0,5],[-2,9],[-1,10],[3,22],[16,18],[3,2],[0,5],[-6,5],[-3,2]],[[514,3701],[-1,1],[-7,5],[-3,2],[7,9],[1,15],[-5,15],[-18,16],[-1,1]],[[487,3765],[0,1],[2,2],[-2,25],[0,1]],[[487,3794],[7,1],[2,2],[2,3],[4,4],[6,8],[10,5],[16,3],[28,22],[2,0],[17,-4],[11,-3],[9,-4]],[[713,3801],[1,-1],[3,-10],[-3,-9],[-3,-9],[2,-6],[2,-3],[6,-10],[4,-6],[5,-3],[9,-29],[-1,-3]],[[738,3712],[-2,-1],[-2,-1],[-6,-4],[-8,-6],[-15,-13],[-4,-8],[-2,-6],[-7,-10],[-10,-9],[-17,-5],[-23,-3],[-10,-1],[-3,0]],[[629,3645],[1,3],[-1,2],[-3,2],[-11,7],[-3,1],[-7,0],[-2,0],[-16,-6],[-7,-11],[-6,-11],[-9,-8],[-13,-10],[-6,-5],[-1,0],[-7,1],[-2,1]],[[3421,2784],[-5,0],[-26,0],[-9,-1]],[[3381,2783],[0,1],[8,22],[8,13],[9,2],[2,6],[4,17],[-2,16],[-16,15],[-10,14],[-8,21],[-1,4],[-1,5],[0,3],[1,1],[4,3]],[[3379,2926],[4,24],[15,10],[19,14],[6,5],[3,3]],[[3497,2993],[1,-2],[9,-37],[6,-31],[5,-29],[1,-2],[8,-7],[12,-10],[2,-1],[30,-25],[15,-13],[30,-7],[1,0]],[[7514,5798],[0,1],[3,28],[1,4],[2,3],[1,3],[2,2],[2,3],[3,3],[2,2],[18,31],[11,24],[2,3]],[[7561,5905],[8,-4],[15,-8],[5,-7]],[[7589,5886],[-2,-2],[-2,-2],[-1,-1],[5,-1],[8,-2],[10,-3],[3,-1],[10,-8],[15,-11],[10,-8],[5,-4],[3,-2],[15,-5],[11,-1],[3,1],[2,0],[1,0]],[[7685,5836],[-9,-7],[-2,0],[-11,-11],[-8,-12],[0,-19],[-1,-2],[-1,-3],[-1,-1],[-10,1],[-19,1],[-5,-3]],[[7618,5780],[-10,-1],[-4,0],[-8,0],[-15,-4],[-17,-4],[-4,-2],[-2,-3]],[[7558,5766],[-10,6],[-30,23],[-4,3]],[[8531,7350],[-1,3],[-3,2],[-3,3],[-2,1],[-2,1],[-2,0],[-42,-5],[-12,-6],[-9,-9],[-10,-11],[-16,-3],[-4,0],[-7,1],[-2,2],[-16,-4],[-1,0]],[[8399,7325],[-2,-1],[-24,-12],[-1,0]],[[9361,5940],[1,13],[15,2],[10,2],[12,18],[-6,21],[-5,13],[-7,17]],[[9381,6026],[9,4],[18,9],[5,2],[47,28],[21,11],[1,0]],[[9660,6043],[-1,-2],[-14,-12],[-4,-4],[-4,-5],[-4,-5],[-2,-4],[-4,-4],[-4,-5],[-4,-3],[-5,-3],[-11,-6],[-11,-4],[-16,-6],[-9,-2],[-5,-2],[-10,-4],[-5,-3],[-3,-2],[-1,-2],[1,0],[3,0],[23,4],[9,2],[0,-2],[-1,-3],[-2,-2],[-2,-2],[-27,-26],[-5,-5],[-4,-4],[-5,-4],[-3,-2],[-9,-4],[-5,-3],[-6,-2],[-5,-2],[-24,-10],[-7,-2],[-14,-6],[-7,-4],[-6,-3],[-4,-3],[0,-4],[0,-8],[-1,-1],[-4,-3],[-4,-1],[-5,18],[0,1],[-2,1],[-4,-1],[-5,-2],[-3,-2],[-7,-7],[-8,-9],[-4,-3],[-2,-1],[-4,-2],[-8,-2],[-12,-4],[-1,0]],[[4325,1909],[-11,6],[-37,20],[-15,8],[-18,10],[-14,7],[-5,3]],[[4139,2016],[5,3],[6,9],[10,9],[6,5],[9,3],[4,8],[-1,11],[-6,24],[7,33],[3,7],[6,11],[1,1],[5,5],[7,14],[1,13],[0,1],[-2,7],[-4,11],[6,23],[3,11],[-1,12],[-2,8],[-3,7],[-2,4],[-14,5],[-5,2],[-10,1],[-8,1]],[[4160,2265],[-7,29]],[[4153,2294],[0,1],[1,0],[31,9],[2,1],[4,-1],[5,0],[21,-3],[21,-10],[29,53],[40,92],[15,-65]],[[4322,2371],[0,-1],[-3,-18],[-4,-24],[-2,-14],[-2,-13],[-1,-7],[0,-14],[1,-12],[1,-6],[2,-5],[1,-1],[2,-2],[6,-2],[5,-1],[17,-6],[8,-2],[17,-20],[9,-15],[-4,-16],[-6,-23],[-2,-8],[-8,-42],[-4,-17],[-2,-7],[-1,-7],[-5,-39],[-6,-40],[-8,-34],[-3,-15],[-1,-13],[-1,-8],[0,-6],[-3,-19],[0,-5]],[[425,3718],[4,1],[2,-1],[5,-4],[15,-13],[15,-6],[16,-3],[20,3],[11,5],[1,1]],[[444,3666],[-5,2],[-19,9],[-30,17],[0,2],[-1,2],[-1,2]],[[388,3700],[0,2],[1,1],[16,14],[19,2],[1,-1]],[[8283,5337],[-3,6],[-8,12],[-15,23],[-20,26],[-17,26],[-16,26],[-22,16],[-20,19],[-9,15],[0,1],[0,4],[1,2],[1,2],[2,2]],[[8167,5519],[25,19],[8,6],[9,12],[8,14],[1,2]],[[8218,5572],[1,-1],[3,-2],[12,-14],[14,-14],[26,-23],[20,-19],[15,-21],[7,-14],[10,-10],[1,-1],[1,0]],[[8328,5453],[2,-1],[0,-2],[0,-1],[-11,-11],[-2,-1],[-9,-3],[-2,0],[-1,0],[-4,2],[-2,0],[-3,-3],[-3,-2],[0,-1],[1,-11],[1,-1],[2,-9],[1,-1],[4,-4],[2,-3],[-20,-15],[-11,-6],[0,-7],[8,-14],[15,-5],[10,-13],[1,-2]],[[8307,5339],[-5,-1],[-9,-2],[-3,0],[-7,1]],[[1066,2302],[-4,2],[-2,1],[-1,2],[-9,22],[-11,27],[-2,11],[-5,4],[-3,1],[-5,0]],[[1024,2372],[1,1],[8,16],[0,1],[1,1],[7,12],[1,1],[3,1],[24,5],[24,-9],[18,-7],[7,1],[1,0]],[[1119,2395],[1,0],[2,0],[0,-1],[32,-8],[29,9],[34,11],[2,0],[14,-2],[6,-1]],[[1239,2403],[1,-3],[-9,-38],[3,-24],[0,-1],[2,-4],[0,-1]],[[1236,2332],[-3,0],[-2,-1],[-27,-18],[-47,-9],[-34,3],[-28,-3],[-24,-2],[-5,0]],[[1057,2626],[0,-1],[0,-4],[0,-2],[0,-3],[8,-25],[10,-18],[8,-5],[1,-1],[0,-2],[0,-1]],[[1084,2564],[-1,0],[-2,-1],[-14,-7],[-17,-7],[-18,-7],[-21,-3],[-14,1],[-13,-1],[-21,-6],[-20,-7],[-6,-3],[0,-4]],[[937,2519],[-2,2],[0,1],[-4,5],[0,1],[1,2],[3,2],[3,8],[-1,10],[-4,6],[-1,1],[-18,7],[-32,7],[4,6],[10,11],[19,21],[18,30],[0,4],[1,10],[1,0]],[[935,2653],[1,0],[3,0],[2,1],[3,2],[1,1],[1,2],[5,6],[6,5],[3,2],[2,1],[4,2],[3,1],[3,1],[1,0],[28,-1],[10,-2],[2,-1],[10,-4],[4,-3],[3,-1],[8,-6],[3,-2],[4,-5],[2,-1],[5,-8],[2,-7],[1,-4],[1,0],[4,0]],[[1060,2632],[-1,-2],[-2,-4]],[[1797,3735],[0,1],[19,40],[11,30],[5,23],[10,27],[2,4]],[[1844,3860],[0,-2],[2,-4],[1,-1],[1,-1],[7,-3],[11,1],[6,0],[4,2],[7,4],[2,0]],[[1885,3856],[-2,-3],[-2,-7],[-1,-7],[0,-8],[1,-3],[1,-5],[1,-2],[1,-5],[2,-3],[22,-34],[15,-20],[4,-3],[2,-2]],[[1812,3730],[-1,0],[-4,1],[-10,4]],[[8997,5883],[-8,-30],[-2,-11],[9,-25]],[[8996,5817],[-11,-5],[-9,-3],[-22,-7],[-4,-1],[-7,1],[-2,0],[-10,2],[-4,0],[-1,0]],[[8926,5804],[-2,0],[-12,-3],[-11,-3],[-24,-5],[-6,0]],[[8871,5793],[-2,8],[-3,10],[-3,11],[-1,5],[0,7],[2,12],[7,19],[-14,43],[0,2]],[[8857,5910],[1,2],[23,21],[7,19]],[[7729,7278],[1,-1],[11,-12],[2,-2],[2,0],[2,0],[1,0],[28,8],[16,2],[12,1],[9,-2]],[[7805,7146],[-3,0],[-18,-2],[-14,2],[-2,1],[-13,10],[-3,3],[-2,2],[-1,2],[0,3],[-15,16],[-3,2]],[[7731,7185],[-12,8],[-19,23],[4,11],[4,13],[1,6],[0,5],[1,6],[2,12],[0,2]],[[7712,7271],[9,-2],[1,1],[6,8],[1,0]],[[6292,5515],[1,-2],[13,-7],[9,-5],[7,-6],[7,-10],[0,-5],[-3,-4],[-2,-2],[-5,-2],[-1,-16],[10,-15],[23,-5],[3,-1],[5,-2],[-8,-9],[-6,-5]],[[6345,5419],[-5,-4],[-2,-2],[-1,-2],[-2,-4],[-3,-2],[-4,-2],[-6,-2],[-9,-4],[-5,-3],[-13,-6],[0,-1],[1,-2],[3,-2],[2,-2],[4,-3],[9,-7],[7,-8],[4,-6],[0,-5],[-4,-1],[-4,-2],[-2,-1],[-2,-4],[0,-2],[6,-1],[2,-1],[0,-1],[0,-4],[0,-5],[0,-8],[4,-7],[0,-9],[0,-3],[-4,-1],[-4,4],[-2,1],[-9,5],[-2,-2],[-1,-1],[1,-3],[-3,-9],[0,-2],[0,-9],[-1,-1],[-6,-1],[-8,0],[-6,-1],[-1,-1],[-3,-4],[0,-3],[1,-7],[0,-1],[3,-5],[5,-6],[1,-1],[2,-2],[5,0],[6,0],[8,0],[1,0],[3,4],[5,-3],[4,-4],[6,-4],[5,-2],[4,-1],[1,0],[6,1],[2,0],[6,-1],[13,-3],[10,-1],[2,-1],[1,-3],[0,-2],[1,-3],[1,-2],[2,-8],[1,-1],[3,-5],[2,-3],[4,-3],[7,1],[5,2],[9,-1],[3,0],[2,3],[0,3],[0,4],[-1,1],[0,1],[-4,1],[0,4],[0,1],[5,5],[3,1],[2,0],[2,0],[0,1],[0,1],[-1,2],[-1,3],[-7,8],[-3,6],[-2,4],[0,3],[0,2],[2,4],[2,4],[2,3],[1,1],[1,1],[8,4],[2,1],[2,0],[2,-1],[1,0],[0,-3],[-1,-1],[0,-1],[8,-4],[1,0],[6,0],[6,-1],[5,-3],[2,-2],[3,6],[0,1],[0,2],[-6,7],[-2,2],[-3,2],[-5,3],[-2,1],[-2,4],[-1,1],[0,1],[4,7],[3,6],[2,4],[2,3],[1,2],[1,1],[3,1],[3,3],[1,1]],[[6461,5324],[2,-1],[4,-3],[2,-2],[15,-17],[19,-22],[1,-3],[8,-7],[11,-4],[5,-2]],[[6528,5263],[2,-3],[3,-3],[4,-5],[3,-11],[1,-2],[-1,-4],[-4,-5],[-5,-5],[-3,-2],[-2,1],[-18,-2],[-15,-3],[-1,-1],[-1,-1],[-3,-6],[-2,-3],[4,-4],[9,-5],[5,-2],[-1,-1],[-4,-8],[-11,-16],[-16,-22],[-3,-4]],[[6469,5146],[-3,1],[-12,-1],[-19,-2],[-17,0],[-3,2],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[0,-3],[0,-5],[0,-1],[2,-1],[5,-4],[3,-1]],[[6421,5126],[-3,-2],[-28,-11],[-1,0],[-5,-2],[-33,-8],[-37,-11],[-15,3]],[[7623,5346],[-1,-1],[-11,0],[-11,0],[-56,-3],[-5,-3],[-12,-3]],[[7527,5336],[-1,1],[-12,7],[-4,3],[-3,3]],[[7507,5350],[5,5],[22,23],[14,17],[6,15],[7,23],[0,2]],[[7561,5435],[1,1],[10,9],[10,3],[14,0],[23,-1],[21,-15],[1,-1],[1,-2],[0,-1],[-1,-16],[-1,-9],[0,-3],[1,-2],[1,-3],[0,-2],[1,-1],[2,-1],[11,-7],[7,-4]],[[7663,5380],[0,-2],[-1,-2],[-1,-1],[-33,-26],[-4,-3],[-1,0]],[[1235,2430],[1,0],[0,-2],[2,-11],[1,-5],[0,-6],[0,-3]],[[1119,2395],[0,1],[0,3],[-1,4],[-2,4],[-1,1],[-5,4],[-8,6],[-4,3],[-10,7],[-10,9],[-3,3],[-5,5],[-2,3],[-2,4],[-2,2],[-2,2],[-8,4],[-15,7],[-5,3],[-3,1],[-1,2],[-1,0],[7,13],[2,5],[6,10],[6,6],[1,1],[17,13],[5,4],[2,1],[5,2],[5,1],[7,2],[4,1],[4,-1],[2,-1],[3,-1],[2,-1],[6,-2],[13,-3],[3,0],[12,3],[9,4],[3,1]],[[1153,2531],[1,0],[1,1],[2,3],[13,5],[13,-2],[2,0],[8,-2],[4,-1],[0,-1],[-3,-16],[-1,-9],[-3,-9],[-3,-18],[0,-3],[0,-2],[2,-5],[1,-2],[1,-2],[3,-5],[1,-1],[2,-1],[2,-1],[3,0],[7,-2],[8,-3],[5,-1],[2,-2],[1,-1],[3,-3],[0,-1],[1,-1],[0,-3],[1,-4],[1,-4],[0,-2],[2,-1],[2,-2]],[[6763,6819],[3,-5],[21,-23],[20,-36],[18,-18],[11,-29],[2,-21],[-3,-10],[-4,-19],[2,-20],[1,-10],[-1,-5]],[[6773,6660],[-2,38],[-1,5],[-7,18],[-18,36],[-10,23],[-2,4],[-2,8],[0,4],[0,2],[1,3],[1,3]],[[6733,6804],[4,0],[2,1],[3,2],[4,5],[4,3],[2,1],[7,2],[4,1]],[[7247,7623],[1,3],[1,2],[4,18],[1,11],[-4,26],[0,2],[1,9],[1,4],[1,4],[1,2],[4,7],[2,3],[6,5],[3,3]],[[7269,7722],[1,0],[6,-5],[7,-11],[8,-8],[13,-3],[10,-3],[6,-3],[7,-6],[3,-8],[-3,-6],[-3,-7],[-1,-1],[-1,0],[-2,0],[-4,1],[-7,5],[-4,5],[-1,1],[-1,0],[-1,0],[-1,0],[-4,-3],[-1,-1],[-7,-9],[-2,-3],[-2,-3],[0,-1],[0,-2],[2,-9],[2,-1],[2,-1],[1,0],[4,1],[3,0],[8,1],[12,-4],[2,-2],[5,-5],[1,-2],[0,-2],[0,-7],[3,-5],[5,-2],[21,-5],[19,-5],[6,-6],[5,-9],[7,-8],[6,-4],[26,-4],[1,0],[3,0]],[[7429,7572],[2,-1],[18,-16],[15,-20],[0,-2],[1,0],[3,-1]],[[7247,7541],[4,6],[1,2],[0,1],[-1,33],[6,19],[-7,18],[-1,1],[-2,2]],[[5078,8272],[-1,2],[1,4],[1,1],[15,16],[-2,1]],[[5092,8296],[6,4],[1,6],[-1,3],[5,14],[1,1]],[[5170,8197],[-10,0],[-5,0],[-5,-2],[-3,-2],[-6,-4],[0,-1]],[[5141,8188],[-3,-1],[-4,-2],[-19,-7],[-6,-2]],[[3215,1266],[1,-5],[1,-9],[-1,-13],[-1,-1],[0,-1],[-2,-1],[-16,-8],[-28,-26],[-24,-12],[-10,-8],[-2,-1]],[[3133,1181],[-1,0],[-1,1],[-2,1],[-9,7],[-5,9],[-2,19],[-1,4],[2,8],[12,4],[17,5],[3,11],[-2,7],[-5,6],[-4,7],[-1,3]],[[1548,2564],[7,2],[21,5],[18,8],[0,1]],[[1733,2575],[1,0],[3,-1],[2,-7],[0,-7],[0,-12],[-5,-13],[-10,-18],[-7,-9],[-11,-10],[-3,-2],[-2,-9],[-1,-4],[0,-5]],[[1700,2478],[-8,-1],[-39,-4],[-33,1],[-45,13],[-5,1]],[[1570,2488],[-1,2],[-14,35],[-5,16],[0,19],[-2,4]],[[7892,5412],[0,-3],[-16,-47],[-1,-7],[-1,-9],[0,-14],[0,-1],[1,-2],[4,-6],[1,-1]],[[7737,5334],[-1,-1],[-1,-1],[-16,0],[-1,0],[-3,1],[-3,2],[-1,1],[-4,3],[-3,3],[-1,2],[0,1]],[[7801,5450],[1,-1],[34,-11],[30,-9],[21,-18],[4,0],[1,1]],[[3319,3384],[0,-15],[-1,-14],[0,-12],[0,-7],[-2,-6],[-8,-13],[-1,-3],[-1,-1],[-3,-2],[-1,-2],[-1,0]],[[3301,3309],[-1,0],[-11,-2],[-22,-4],[-1,0]],[[3155,3346],[2,0],[7,2],[18,11],[16,39],[22,33],[1,4]],[[2647,2177],[3,0],[3,0],[18,-13],[1,-1]],[[2672,2163],[1,-2],[-6,-44],[-1,-2],[-5,-35],[0,-7],[1,-8],[1,-2],[17,-36],[4,-13]],[[2684,2014],[-27,-25],[-16,-28],[-3,-13],[-6,-5],[-5,-2],[-1,0]],[[2579,1960],[-41,39],[-35,33],[-33,80]],[[676,4111],[-1,0],[-31,7],[-42,-1],[-30,-2],[-8,-2],[-4,0]],[[560,4113],[2,4],[-17,9],[-35,18],[-2,1]],[[508,4145],[-1,0],[1,2],[4,5],[2,2],[3,6],[-1,13],[-13,9],[2,3],[15,8],[15,7],[1,0],[8,9],[0,1],[3,13],[4,1],[2,1],[1,0],[17,-9],[24,-14],[3,-1],[1,-1],[6,-6],[0,-3],[0,-6],[-1,-1],[-1,-4],[28,-30],[37,-22],[2,-1],[1,0],[4,-8],[1,-2],[0,-1],[0,-4],[0,-1]],[[5936,4433],[0,-2],[-7,-30],[0,-3]],[[5680,4474],[1,1],[7,3],[6,5],[4,2],[4,4],[6,9],[1,6],[1,4]],[[5710,4508],[5,-1],[16,18],[1,1],[1,1],[7,3],[3,1],[8,2],[15,-5],[6,-5],[5,-5],[27,-12],[25,-7],[16,-15],[8,-4],[26,-12],[21,-10],[4,-3],[4,-2],[5,-4],[6,-4],[8,-7],[3,-2],[3,-2],[3,-1]],[[9285,6461],[4,-3],[3,-1],[8,-1],[5,-7],[4,-6],[5,-7],[4,-15],[0,-3]],[[9344,6316],[-5,0],[-5,0],[-2,0]],[[9032,6381],[0,3],[0,2],[0,1],[8,6],[7,4],[11,6],[8,3],[4,2],[11,2],[5,1],[21,5],[11,9],[2,1]],[[9120,6426],[5,4],[7,2],[12,2],[46,6],[11,1],[24,-3],[11,-3],[12,5],[19,10],[13,8],[5,3]],[[814,3474],[-1,-1],[5,-18],[3,-38],[0,-31],[0,-6]],[[821,3380],[-4,2],[-9,3],[-20,5],[-8,-1],[-3,-5],[-4,-5],[-16,-2],[-20,1],[-2,1],[-5,2],[-1,0],[-1,-1],[-11,-8],[-1,-1],[-2,-3],[-2,-3]],[[712,3365],[-2,2],[-4,3],[-5,13],[-3,8],[-13,13],[-16,17],[-7,9],[0,1]],[[662,3431],[18,26],[11,31],[21,26],[7,7],[0,4],[-1,2]],[[718,3527],[6,1],[2,0],[16,-3],[6,-2],[3,-1],[2,-2]],[[753,3520],[1,-3],[2,-1],[10,-7],[4,-3]],[[1209,1696],[-1,-1],[-1,0],[-8,-1],[-11,-1],[-6,-2],[-8,-7],[-5,-4],[-8,-9],[-2,-3]],[[1159,1668],[-4,2],[-15,5],[-17,5],[-12,1]],[[1123,1738],[2,0],[7,-2],[4,2],[4,11],[4,12],[0,16],[15,25],[6,4],[1,4],[1,6],[0,2],[-14,15],[-10,10],[-3,6],[-1,1]],[[1139,1850],[5,1],[18,16],[14,10],[0,1]],[[1251,1821],[-1,-4],[-4,-21],[0,-12],[0,-9],[5,-2],[-3,-14],[-8,-20],[-3,-4],[-6,-4],[-9,-13],[-13,-20],[0,-2]],[[3773,2227],[16,32],[13,28],[-7,17],[41,42],[6,5],[11,7],[10,4],[9,4]],[[3872,2366],[119,-21]],[[3991,2345],[-29,-73]],[[3962,2272],[-5,-7],[-20,-20],[-29,-31],[-6,-60],[-1,-4]],[[3901,2150],[-7,-10],[-7,-12],[-1,-1]],[[3886,2127],[0,1],[-57,8],[-7,2],[-10,3],[-4,2],[-3,1],[-4,5],[-26,39],[-8,8],[-15,17]],[[3752,2213],[1,0],[6,1],[4,4],[10,8],[0,1]],[[2445,1025],[-1,0],[-1,1],[-1,-1],[-13,-2],[-6,0],[-1,1],[-2,2],[-3,4],[-1,1],[-1,4],[0,3],[1,5],[-2,5],[-7,1],[-3,0],[-3,-3],[0,-1],[2,-12],[1,-3],[-2,-15],[-3,-13],[-15,12]],[[2384,1014],[0,1],[3,16],[9,28],[15,20],[9,22],[-2,2],[-3,4],[1,1],[2,1]],[[2418,1109],[4,0],[8,1],[7,8],[11,8],[11,5],[3,1],[4,0]],[[2490,1066],[-1,-1],[-16,-35],[-2,-5],[-3,-3],[-4,0],[-4,0],[-7,0],[-3,1],[-4,2],[-1,0]],[[3229,2456],[-15,-16],[-20,-16],[-1,0],[-12,3],[-3,1],[-5,2],[-16,7],[-11,6],[-9,6],[-20,8],[-2,0]],[[3115,2457],[0,1]],[[3021,2762],[1,0],[54,9],[50,5],[6,1]],[[3132,2777],[5,0],[20,-4],[17,-17],[36,-8],[1,0]],[[4908,7178],[-3,0],[-16,-1],[-3,1],[-38,16],[-26,14],[-23,10],[-16,14],[-20,11],[-31,-9],[-33,-5],[-7,3],[-1,0],[-2,3],[-6,10],[-4,7],[-1,1],[0,6],[1,2],[1,3],[1,3],[3,6],[2,10],[0,2],[0,2],[-1,5],[-1,3],[-2,4],[-1,2],[-2,2],[-1,1],[-1,1],[-2,4],[-1,5],[-2,4],[-2,11],[-2,10],[0,1]],[[4668,7340],[1,3],[2,3],[18,25],[18,11],[31,23],[30,25],[16,17],[13,10],[19,15],[7,7],[1,1]],[[4824,7480],[5,-2],[15,-7],[14,0],[17,-5],[3,-5],[2,-11],[1,-4],[-1,-4],[0,-2],[4,-5],[4,-3],[6,-4],[3,-1],[5,0]],[[2007,2692],[-8,6],[-1,1]],[[1980,2773],[2,1],[3,10],[-1,4],[4,15],[7,12],[4,1]],[[1999,2816],[1,0],[7,-5],[32,-6],[8,-3],[5,-2],[9,-1],[19,-1],[27,-18],[27,-18],[7,-11],[2,-11],[2,-11],[3,-11],[17,-15],[8,-6],[2,-2],[4,-4],[0,-3],[-1,-11],[-14,1],[-14,-3],[-4,-2]],[[9288,5310],[-5,0],[-17,-1],[-18,0],[-49,-1],[-46,5],[-38,4],[-38,4],[-32,4],[-9,1]],[[9036,5326],[5,3],[17,32],[15,24],[9,43],[10,20],[-19,19],[-24,14],[-21,14],[-7,9],[-7,35],[0,4]],[[9052,5587],[0,2],[-4,8],[-9,21],[-2,4]],[[9226,5739],[8,-1],[50,1],[18,-2],[4,0]],[[9376,5718],[-2,-3],[0,-3],[2,-7],[5,-11],[1,-1],[12,-13],[10,-15],[3,-4],[6,-27],[3,-13],[0,-15],[-2,-18],[-3,-32],[-2,-19],[-2,-7],[-7,-10],[-9,-9],[-8,-9],[-6,-6],[-10,-11],[-12,-15],[-17,-26],[-2,-8],[-2,-6],[-1,-7],[-4,-20],[-6,-14],[-3,-8],[-9,-17],[-8,-13],[-2,-5],[-9,-17],[-2,-7],[-1,-7],[-1,-5]],[[971,3105],[0,-1],[-10,-19],[-13,-16],[-8,-17],[-4,-6],[-12,-15],[0,-1],[-2,-1],[-5,-2]],[[917,3027],[-9,10],[-4,15],[-1,1],[0,1],[-5,7],[0,1],[-5,4],[-2,1],[-4,1],[-22,2],[-10,3],[-1,0]],[[869,3194],[4,-2],[14,-4],[27,-7],[1,-1],[12,16],[1,2]],[[928,3198],[13,2],[20,2],[2,0]],[[963,3202],[1,-1],[10,-13],[8,-13],[5,-27],[0,-3],[-1,-4]],[[986,3141],[0,-1],[-14,-10],[0,-1],[-6,-5],[-1,-1],[-1,-2],[0,-1],[0,-2],[1,-2],[3,-8],[1,-1],[2,-2]],[[2850,643],[4,-3],[5,-3]],[[2453,612],[1,1],[3,11],[2,3],[4,4],[3,2]],[[2466,633],[4,1],[1,0],[18,2],[33,7],[11,3],[3,0],[19,-1],[24,-5],[21,-7],[9,-3],[8,-2],[5,-1],[2,1],[3,1],[33,16],[34,12],[18,14],[2,6],[2,2],[2,1],[5,2],[8,2],[9,1]],[[2740,685],[3,-1],[27,-4],[32,-7],[3,-3],[3,-2],[6,-3]],[[2814,665],[1,-1],[29,-16],[5,-5],[1,0]],[[3670,3932],[-1,2],[16,1],[39,2],[1,-1]],[[3694,3755],[0,1],[1,3],[1,2],[1,4],[0,3],[-4,2],[-1,0],[-3,0],[-4,-1],[-16,4],[-10,13],[-5,9],[-1,2],[0,1],[2,13],[1,8],[11,14],[9,15],[6,13],[3,24],[-5,10],[-7,30],[-1,2],[-2,5]],[[5438,8668],[3,-1],[7,-2],[12,-3],[20,-4],[21,-3],[4,-2]],[[5505,8653],[-16,-13],[-25,-19],[-6,-37],[-2,-7],[-1,-2],[-1,-1],[-18,-9],[-5,-1],[-10,-1],[-12,0],[-8,4],[-8,7],[-1,0],[-5,-5],[-4,-4],[-4,-5],[-1,-1]],[[5378,8559],[-23,-18],[-15,-16],[-24,-31],[-3,-5],[-1,-1]],[[5205,8516],[2,1],[3,1],[25,11],[11,3],[24,12],[13,25],[5,21],[0,2],[0,5],[-16,18],[-4,4],[-8,3],[-13,4],[-8,-1],[-8,-3],[-7,-3],[-2,0],[-3,2],[-5,4],[-4,5],[0,1]],[[5210,8631],[0,2],[13,23],[16,5],[15,-1],[17,-3],[13,-1],[3,10],[-1,1],[0,5],[1,11],[2,11],[0,1]],[[5289,8695],[2,0],[8,1],[6,6],[3,7],[1,15],[3,14],[0,9],[1,9],[8,3],[7,-3],[2,0],[16,-17],[7,-13],[9,-19],[6,-12],[4,-4],[8,-6],[4,-2],[2,-1],[4,-5],[11,-14],[22,6],[3,2],[1,0],[7,-2],[4,-1]],[[1602,3663],[6,-7],[11,-14],[25,-18],[4,-2]],[[1648,3622],[-1,-2],[-17,-46],[-5,-14],[-8,-25],[0,-1],[1,-3],[1,-3],[5,-8],[1,-1]],[[1625,3519],[-9,-3],[2,-24],[2,-21],[0,-16],[-6,-12],[-8,-12],[-11,-7],[-5,-5]],[[1590,3419],[-1,4],[-4,12],[0,1],[-15,1],[-34,3],[-44,3],[-35,3],[-5,1],[-9,0]],[[1443,3447],[1,1],[9,12],[1,2],[0,2],[-2,20],[-5,7],[-9,1],[-5,2],[-9,10],[-6,12],[6,24],[1,2],[1,3]],[[2898,2626],[-1,0],[-14,7],[-14,6],[-7,2],[-1,0],[-17,-8],[-47,-23],[-1,0]],[[2754,2657],[0,2],[14,20],[15,20],[4,6],[4,7],[1,1]],[[2792,2713],[4,0],[9,-2],[20,-3]],[[4198,3995],[2,-2],[13,-12],[12,-14],[16,-18],[17,-27],[-1,-23],[-16,-14],[-14,-7],[-2,1]],[[4225,3879],[-2,1],[-13,5],[-34,29],[-21,13],[-33,23],[1,10],[0,3],[-1,6],[0,3],[-4,22],[-1,6],[-1,2],[0,1],[-2,2],[-1,2]],[[4113,4007],[2,0],[6,2],[2,0],[49,-5],[15,-7],[7,-2],[4,0]],[[1656,3150],[-1,0],[-4,-1],[-2,0],[-13,3],[-15,9],[-7,13],[-27,18],[-13,6],[-9,7],[-8,27],[-1,18],[1,17],[5,34],[12,22],[16,20],[6,32],[-1,5],[3,9],[1,2]],[[1599,3391],[1,1],[2,4],[1,2],[3,4],[1,1],[11,2],[6,1],[4,0],[18,-6],[24,-8],[1,0],[2,1]],[[1673,3393],[1,0],[35,-14],[42,-23],[9,-4]],[[771,542],[1,-1],[4,-1],[20,-1],[21,0],[2,-2],[1,-1]],[[820,536],[0,-3],[-9,-31],[-4,-14],[1,-2],[3,-5],[6,-8],[2,-2]],[[819,471],[-1,-1],[-17,-10],[-20,-12],[-14,-10],[-4,0]],[[763,438],[-1,2],[-8,14],[-15,19],[-2,1],[-2,1]],[[735,475],[-1,1],[-10,18],[-17,18],[-3,2],[-5,1],[-4,1],[-8,1],[-3,2],[-5,3],[0,1],[-1,3],[1,4],[1,1],[11,14],[5,5],[1,1]],[[697,551],[1,-1],[40,-1],[14,-2],[17,-4],[2,-1]],[[2173,1310],[0,17],[1,18],[1,1]],[[2175,1346],[16,0],[39,-4],[36,-6],[3,-1],[10,-5],[0,-1]],[[2279,1329],[-1,-2],[-1,-4],[-2,-25],[1,-5],[8,-18],[5,-11],[3,-4],[5,-12],[2,-4],[1,-4],[2,-9]],[[4776,5012],[-1,1],[-1,1],[-2,1],[-1,2],[-1,3],[0,5],[1,2],[1,2],[4,5],[12,16],[4,6],[5,5],[16,27],[3,5],[5,7],[8,12],[5,21],[8,7],[13,-4],[14,-3],[13,-2],[29,-1],[27,-11],[7,-5],[7,-4],[10,-2],[7,1]],[[4969,5109],[4,0],[14,-16],[5,-36],[-1,-3],[-4,-14],[-2,-1],[-2,-3],[-2,-2]],[[4981,5034],[-2,-2],[-1,-2],[-1,-1],[0,-3],[-1,-1],[-14,-13],[-28,-15],[-20,-16],[-1,0]],[[4843,4968],[-14,10],[-2,7],[-3,6],[-3,4],[-12,11],[-2,1],[-2,1],[-11,1],[-5,0],[-7,1],[-4,1],[-2,1]],[[2812,1079],[-1,-6],[3,-14],[4,-17],[2,-11],[2,-15],[2,-20],[1,-15],[0,-12],[0,-2],[-2,-5],[-2,-4],[-3,-2],[-20,-24],[-17,-25],[-11,-24],[-1,-4]],[[2769,879],[-1,0],[-2,-1],[-2,-1],[-2,-3],[-4,-15],[0,-1]],[[2758,858],[-1,2],[-11,10],[-26,22],[-33,29],[-12,11],[0,4],[0,2]],[[2685,1019],[0,1],[0,8],[0,3],[-2,20],[1,7],[2,14],[0,1],[-4,4],[0,1]],[[7980,6816],[-13,4],[-15,4],[-4,1],[-12,7],[0,2]],[[7936,6834],[2,2],[1,5],[0,1],[-2,1],[0,2],[1,2],[2,7],[1,4],[4,7],[10,16],[26,30],[14,7],[11,5],[5,2]],[[8039,6906],[-3,-5],[0,-8],[0,-28],[0,-16],[-8,-31],[-3,-4],[-2,-5]],[[8023,6809],[-6,1],[-14,1],[-7,2],[-16,3]],[[5727,5100],[1,-2],[2,-3],[4,-6],[3,-19],[0,-4],[-3,-7],[-7,-7]],[[5662,5062],[0,2],[2,8],[3,2],[7,6],[7,15]],[[8019,5329],[8,0],[5,-1],[6,-1],[4,0],[9,1],[17,3],[10,-1],[4,-9],[5,-11],[7,-11],[2,-1],[18,0],[4,0],[6,-1],[3,-1],[7,-9],[-2,-1],[-16,-14],[-15,-12],[-4,-5],[-1,-2],[1,-3],[1,-5],[1,-4],[2,-5]],[[8101,5236],[-5,-1],[-6,0],[-14,1],[-7,1],[-10,3],[-9,0],[-3,-1],[-5,-2],[-3,-2]],[[8039,5235],[0,1],[0,1],[7,17],[1,3],[3,28],[-9,-1],[-16,1],[0,1]],[[8025,5286],[3,2],[-4,14],[-3,8],[-2,16],[0,3]],[[2439,2551],[3,0],[54,2],[4,0],[7,-2],[31,1],[12,0],[36,6],[3,1]],[[2591,2536],[-5,-6],[-12,-13],[-13,-15],[-9,-9],[-14,-16],[-9,-9],[-17,-18],[-1,-2]],[[2511,2448],[-47,-1]],[[1839,3045],[2,0],[25,-4],[30,-6],[16,-6],[10,-3],[5,-1],[4,0],[21,7],[2,1]],[[1954,3033],[4,-4],[2,-5],[3,-8],[0,-1],[0,-6],[-1,-5],[-1,-2],[-1,-2],[-2,-4],[-1,-2],[-1,-1]],[[1956,2993],[-1,-1],[-34,-16],[-36,-6],[-18,0],[-14,3],[-29,6],[-4,0]],[[1820,2979],[1,2],[15,25],[4,10],[1,12],[0,10],[-3,6],[1,1]],[[5330,4536],[0,-1],[-3,-4],[-1,-1],[-2,-1],[-1,0],[-9,2],[-3,0],[-7,-1],[-4,-1],[-30,-12],[-7,-2],[-5,-3],[-5,-2],[-1,-1],[-6,-8],[-4,-5],[-4,-7],[-3,-9],[0,-1]],[[5180,4541],[-1,1],[-2,10],[-1,5],[0,14],[3,12],[5,11],[1,2],[2,4],[1,6],[3,13],[1,15],[-1,2]],[[5299,4598],[0,-1],[13,-28],[16,-31],[2,-2]],[[3345,4519],[-10,-3],[-8,-1],[-18,-3],[-18,-3],[-9,-2],[-3,-1],[-11,-4],[-23,-9],[-2,-2]],[[3243,4491],[-1,0],[-6,-6],[-9,-7],[-7,-6],[-2,-1],[-8,-2],[-9,-1],[-11,-2],[-15,-1],[-14,0],[-6,2]],[[3155,4467],[-3,3],[-10,12],[-42,32],[-20,20],[-30,32],[-23,25],[-15,12],[-9,9],[-24,38],[-11,13],[0,1]],[[2968,4664],[1,1],[1,0],[42,2],[12,1],[12,1],[11,-1],[27,-7],[2,0],[6,-4],[3,-3],[4,-5],[2,-2],[4,-7],[2,-3],[2,-2],[2,-1],[5,-2],[3,-1],[5,0],[5,2],[22,17],[14,14],[26,0],[37,1],[12,1],[9,-1],[25,-5],[3,-1],[42,-10],[18,1],[1,0],[18,-9],[3,-6],[4,-7],[2,-7],[2,-4],[2,-4],[5,-6],[11,-13],[4,-5],[3,0],[11,-1],[1,0]],[[3895,1649],[1,-1],[2,-17],[1,-4],[1,-2],[6,-3],[4,-3],[5,-1],[3,-1],[27,-3],[31,-8],[22,-17],[5,-6],[0,-10],[-1,-6],[-5,-40],[0,-3]],[[3832,1571],[1,3],[6,16],[3,7],[0,3],[1,7],[1,8],[0,9],[0,8],[-1,9],[0,4],[2,5],[2,6],[8,5],[9,0],[3,0],[3,-1],[18,-7],[4,-2],[3,-2]],[[8283,5337],[-3,0],[-2,0],[-6,-3],[-11,4]],[[8261,5338],[-1,0],[-9,5],[-17,9],[-23,9],[-21,9],[-17,10],[-10,10],[-13,20],[-11,15],[-27,28],[-4,4]],[[8108,5457],[3,7],[1,2],[-4,5],[3,4]],[[5330,4536],[0,1],[2,1],[3,1],[5,0],[15,-6],[9,-3],[5,-4],[34,-26],[2,-2],[3,-4]],[[5371,4317],[-12,11],[-8,8],[-17,17],[-23,17],[-4,2],[-4,2],[-33,15],[-13,6]],[[6473,4281],[-5,3],[-13,6],[-20,-14],[-20,-5],[-18,0],[-15,-6],[-1,-1],[-17,-15],[-25,3],[-32,-16]],[[6307,4236],[1,5],[0,1],[-4,18]],[[6304,4260],[0,1],[3,4],[1,1],[21,18],[3,2],[7,3],[2,0],[40,28],[7,11],[11,12],[6,5]],[[6405,4345],[5,-1],[14,-4],[16,1],[21,-9],[28,-15],[11,-4]],[[6500,4313],[-5,-1],[-2,-3],[-2,-3],[-1,-6],[-1,-3],[-1,-2],[-1,-2],[-2,-2],[-12,-9],[0,-1]],[[3974,1132],[4,-1],[2,-1],[3,-2],[3,-3],[8,-7],[27,-3],[17,7],[20,11],[2,1],[2,1]],[[4017,1053],[-2,1],[-12,5],[-8,5],[-6,6],[-9,7],[-20,14],[-3,2]],[[3957,1093],[6,16],[10,16],[1,7]],[[5509,4853],[-1,1],[-2,1],[-15,7],[-10,0],[-22,-4],[-20,-10],[-26,1],[-13,-12],[0,-1]],[[5400,4836],[-3,1],[-2,1],[-10,10],[-13,15],[3,2],[7,4],[7,3],[3,6],[-1,0]],[[5249,4977],[-1,3],[-4,2],[-3,1],[-2,0],[-5,-2],[-2,18]],[[5232,4999],[1,1],[35,17],[41,12],[18,-5],[14,-8],[2,-4],[9,-3],[36,4],[6,1],[3,1],[12,6],[1,8],[-3,18],[0,4],[0,1],[0,1]],[[5407,5053],[5,0],[12,-7],[6,-5],[5,2]],[[5435,5043],[0,-1],[1,-1],[2,-7],[3,-9],[3,-3],[5,-5],[1,0],[18,-4],[9,0],[2,0],[2,2],[31,-17],[17,-26],[30,-23],[9,-8],[1,-1],[2,-1],[8,-1],[6,1],[6,12],[2,11],[15,6],[1,0]],[[5609,4968],[1,-3],[17,-8],[7,2],[8,-2],[4,-1],[1,-1],[8,-13],[1,-2],[0,-1]],[[5689,4823],[1,-7],[0,-5],[0,-3],[0,-3],[-3,-7],[-9,-9],[-15,-2],[-6,-2]],[[1460,2454],[2,2],[3,3],[0,2],[-2,2],[-1,1],[5,19],[5,15],[-6,14],[-3,4],[-8,12],[-14,8],[-23,4],[-8,1],[-5,0]],[[1405,2541],[-1,1],[0,1],[-5,5],[-2,2]],[[1397,2550],[1,1],[9,4],[23,17],[13,16],[-1,3],[0,1]],[[1442,2592],[5,0],[20,-6],[23,-9],[18,-5],[4,-1],[1,0],[9,2],[13,-3],[11,-5],[2,-1]],[[1570,2488],[0,-5],[0,-3],[-1,-3]],[[1569,2477],[-17,-10],[-37,-18],[-36,-20],[-12,0]],[[1467,2429],[0,1],[-5,23],[-2,1]],[[5266,4195],[2,1],[4,2],[8,4],[8,7],[3,6],[3,8],[33,22],[17,25],[1,10],[2,6],[15,16],[15,6],[2,1]],[[5457,4170],[-14,-6],[-12,-23],[-2,-3],[0,-1],[-2,-6],[2,-9],[3,-5],[1,-3],[0,-1],[0,-2],[-1,-1],[-3,-1],[-1,0]],[[5377,5644],[-1,0],[-11,-1],[-7,-5],[-8,-6],[-4,-18],[-4,-17],[0,-16],[1,-5],[6,-7]],[[5349,5569],[-3,-2],[-19,-15],[-15,-13],[-18,-15],[-17,0],[-24,0],[-1,0],[-2,-2],[-3,-5],[-4,-7],[-1,-2],[-10,-26],[-9,-20],[-1,-2],[-5,-1],[-10,1]],[[5131,5495],[-1,0],[-7,9],[-9,12],[3,38],[-5,6],[-4,9],[-4,16],[1,17],[1,9],[2,0]],[[5322,5732],[1,1],[18,10],[12,5]],[[6824,5711],[8,7],[19,35],[-2,25],[-2,5],[-9,9],[-5,4],[-2,1],[-16,11],[-7,5]],[[6808,5813],[12,9],[11,7],[1,0],[43,7],[33,18],[46,5],[5,0],[32,-1],[24,-1],[2,0],[11,3],[6,2],[2,1],[12,14],[17,8],[16,3],[3,-10],[4,-6]],[[7088,5872],[-2,-15],[2,-42],[1,-2],[2,-3],[2,-6],[4,-13],[0,-6]],[[7097,5785],[-13,-10],[-11,-9],[-7,-15],[7,-9],[0,-1],[0,-1],[-26,-13],[-21,-9],[-5,0]],[[7021,5718],[-3,-1],[-8,2],[-4,3],[-3,2],[-5,3],[-7,0],[-33,-13],[-29,-1],[-15,-12],[-16,-15],[-1,-4]],[[2154,2821],[4,-12],[-3,-3],[0,-2],[0,-5],[2,-5],[2,-7],[1,-2],[1,-2],[1,-2],[9,-9],[17,-11],[7,-5],[3,-1],[40,-16],[13,-4]],[[2251,2735],[1,-1],[-9,-19],[-2,-7],[-5,-20],[-13,-20]],[[2223,2668],[0,-1],[0,-1],[2,-1]],[[1999,2816],[0,1],[0,17],[-10,5],[-14,6],[-16,2],[-25,-6],[-51,10]],[[1883,2851],[-1,0],[-2,2],[-3,4],[-4,7],[0,3]],[[1873,2867],[2,2],[28,11],[18,10],[2,2],[1,1],[33,36],[16,21],[4,9],[2,5],[2,3],[2,1]],[[1983,2968],[31,-17],[37,-7],[7,-2]],[[2058,2942],[-5,-33],[10,-17],[8,-10],[18,-13],[13,-10],[10,-12],[11,-16],[30,-9],[1,-1]],[[7341,6127],[1,-2],[1,-36],[0,-3],[3,-12],[4,0],[7,-1],[14,3],[18,6],[12,-5],[12,-8],[2,-2],[1,-1]],[[7416,6066],[0,-2],[0,-1],[11,-43],[17,-39],[10,-5],[15,-7]],[[7469,5969],[-1,-1],[-19,-18],[-22,-3],[-5,1],[-3,0],[-2,0],[-10,-3],[-5,-6],[-2,-6],[-3,-14],[0,-2]],[[7397,5917],[-1,1],[-41,19],[-9,3],[-15,3],[-19,-5],[-19,-5],[-4,0],[-4,0],[-2,0],[-3,1],[-1,1],[-25,11],[-27,5],[-4,0],[-4,0],[-9,-2],[-5,-1]],[[7205,5948],[-2,3],[1,9],[3,9],[4,6],[2,10],[-5,10],[14,16],[3,11],[1,14],[10,12],[13,10],[9,2],[9,-4],[-1,-1],[-3,-5],[-2,-7],[0,-9],[3,-10],[1,-6],[-10,-3],[-12,0],[-3,1],[-5,-2],[-3,-7],[0,-11],[-9,-4],[-4,-1],[10,-5],[13,-6],[15,6],[2,2],[1,0],[1,2],[2,5],[2,5],[5,12],[7,8],[3,6],[6,8],[2,7],[-6,4],[-2,1],[-2,1],[-3,5],[0,2],[-2,6],[-1,1],[3,7],[1,4],[-2,2],[-11,4],[-7,14],[-2,19],[8,6],[8,5],[12,1],[16,1],[9,0],[14,5],[8,4],[3,1],[5,2]],[[3286,2755],[1,1],[1,6],[0,17],[-1,6],[9,5],[15,3],[26,-4],[14,-2],[17,-3],[12,-1],[1,0]],[[6501,4552],[1,0],[3,-15],[-4,-21],[-19,-17],[0,-1]],[[6482,4498],[-1,-1],[-6,-2],[-18,-7],[-5,1],[-3,0],[-2,0]],[[6447,4489],[-2,2],[0,1],[0,1],[-26,22],[-28,19],[-34,25],[-9,6],[-3,3],[-1,1],[-6,8],[-5,8],[-1,3],[-5,10],[2,8],[13,28],[3,6]],[[6345,4640],[1,0],[21,9],[34,-4],[37,-19],[22,-19],[9,-18],[15,-20],[15,-15],[2,-2]],[[1239,1596],[-1,3],[-11,16],[-8,8],[-10,9],[-16,10],[-17,11],[-17,14],[0,1]],[[1209,1696],[1,1],[28,0],[20,2],[10,-5],[15,-8],[3,-2],[0,-4],[0,-5],[4,-12],[10,-11]],[[1243,1598],[-1,0],[-2,-1],[-1,-1]],[[9560,6673],[3,1],[15,6],[2,0],[7,1],[4,0],[3,0]],[[9594,6681],[1,-8],[2,-6],[4,-6],[3,-2],[4,-3],[3,-1],[3,-1],[6,0],[4,1],[4,2],[4,3],[9,7],[19,11],[26,11],[6,2],[13,2],[5,0],[5,-1],[5,-1],[3,-3],[1,-2],[-1,-3],[-1,-3],[-2,-11],[1,-5],[2,-6],[-8,-6],[5,-8]],[[9720,6644],[-5,-1],[-3,-1],[-3,-2],[0,-5],[-1,-15],[0,-5],[2,-8],[1,-2],[0,-1]],[[9711,6604],[-2,2],[-14,12],[-43,8],[-9,2],[-8,5],[-7,4],[-16,11],[-17,13],[-9,6],[-12,5],[-3,1],[-4,-1],[-1,0],[-2,-2],[-2,0],[-1,2],[-1,1]],[[5617,7135],[-1,-2],[0,-1],[19,-39],[10,-28],[-1,-13],[-4,-13],[12,-17],[15,-14],[38,-7],[32,-20],[38,-28],[14,-3],[23,-4],[13,-2],[7,-1],[3,-2],[2,-2],[20,-17],[18,-28],[12,-13],[14,-14],[25,-25],[10,-8],[15,-11],[1,-1],[6,-3],[6,-2],[8,-3],[2,0]],[[5974,6814],[1,-3],[1,-31],[1,-5]],[[5977,6775],[-5,0],[-24,-6],[-25,-16],[-20,-11],[-13,3],[-5,15],[-40,8],[-2,-1],[-6,-1],[-5,0],[-3,1],[-19,8],[-4,2],[-8,5],[-1,1],[-3,1],[-11,3],[-8,1],[-2,0]],[[5358,6955],[-2,3],[-2,32],[-12,21],[-20,10],[-11,16],[-3,20],[5,1],[8,1],[2,8],[-4,3],[-3,1]],[[5316,7071],[0,4],[4,28],[3,31],[0,17],[2,3],[5,4],[5,3],[14,8],[20,10],[23,-5],[16,-1],[15,24],[2,1],[2,-1],[17,-7],[26,-14],[30,-12],[12,-4],[17,-5],[8,-1],[8,0],[29,-11],[32,-5],[7,-1],[2,-1],[2,-1]],[[2026,2010],[3,0],[18,0],[8,1],[3,1],[6,2],[16,-1],[24,-7],[5,-4],[5,-3],[3,-5],[20,-23],[24,-20],[1,-4]],[[2162,1947],[-6,-1],[-27,-6],[-36,-7],[-23,-5],[-15,-2],[-34,-12],[-6,-8]],[[2015,1906],[-3,3],[-8,6],[-7,4],[-4,2],[-27,6],[-2,1],[-11,0],[-10,0],[-11,0],[-10,0],[-10,-1],[-13,0],[-8,1],[-4,1],[1,8]],[[1888,1937],[2,15],[0,5],[0,31],[4,14]],[[2244,2506],[1,10],[-2,10],[-2,17],[-23,15],[-14,16],[-9,18],[0,1]],[[2226,2660],[5,-2],[24,-6],[18,-11],[11,-7],[19,-19],[11,-12],[1,0],[22,-4],[11,4],[10,7],[4,1],[8,1]],[[2308,2491],[-4,0],[-7,0],[-47,12],[-1,1],[-5,2]],[[7781,5489],[0,6],[1,2],[3,12],[0,3],[2,3],[4,4],[4,5],[6,7],[10,12],[0,2],[1,3]],[[7812,5548],[4,-6],[18,-3],[25,-4],[2,0],[17,-9],[5,-4],[24,-31],[3,-10],[4,-17],[-1,-25],[-6,-8],[0,-1],[0,-1]],[[7907,5429],[-2,-2],[-2,-4],[-2,-2],[-6,-6],[-3,-3]],[[7524,5036],[-3,-4],[-17,-23],[0,-2]],[[7464,5028],[-1,4],[-2,2],[-13,13],[-15,15],[-6,16],[-1,2],[-1,2]],[[7425,5082],[-1,4],[-2,11],[7,3],[3,1],[1,0],[19,7]],[[7452,5108],[13,5]],[[7465,5113],[4,-2],[8,1],[10,-2],[7,-5],[5,-4],[15,-14],[6,-5],[-6,-4],[-14,-10],[1,-12],[8,-9],[10,-7],[5,-4]],[[6463,8387],[0,2],[-15,17],[-25,24],[-5,5],[-6,6],[-1,2],[-5,6],[-4,7],[-2,5],[-5,26],[-1,5],[0,2]],[[6394,8494],[5,0],[2,1],[3,2],[11,10],[1,1],[2,-1],[7,-4],[9,-6],[11,-8],[4,-3]],[[6449,8486],[1,0],[24,-18],[32,-13],[8,-3],[3,0],[13,1],[4,2],[6,4],[8,-13],[4,-17],[-3,-5],[1,-5],[5,-4],[17,-8],[9,-4],[8,-3],[1,0],[4,0],[4,2]],[[6598,8402],[0,-3],[0,-2],[0,-1],[-1,0],[-2,0],[-10,-18],[0,-12],[0,-22],[0,-4]],[[6488,8355],[-22,28],[-3,4]],[[3974,1132],[-2,1],[-7,22],[-1,5],[-1,19],[1,5],[1,4],[5,9],[-2,3],[-2,4],[-1,2],[-6,4],[-1,1]],[[3958,1211],[1,0],[3,0],[2,-1],[4,-1],[14,-5],[7,-3],[5,-3],[49,-14],[8,2],[3,0],[4,-3],[4,-4],[-2,-3]],[[2912,1125],[-2,5],[2,23],[1,4],[1,5],[7,10],[5,14],[0,3],[-2,6],[-4,15],[-4,6],[-2,4],[-1,1]],[[2913,1221],[2,0],[17,4],[12,4],[24,9],[7,3],[7,4],[4,2],[3,2],[6,1],[6,1],[2,0],[4,-3],[2,-2],[1,-1],[-15,-10],[-14,-10],[-2,-2],[0,-2],[0,-1],[3,-1],[4,0],[10,2],[10,3],[8,1],[3,-1],[1,0],[6,-13],[8,-19],[1,-4],[0,-6],[0,-5],[4,-3]],[[3037,1174],[1,-1],[4,-7],[4,-5],[2,-7],[0,-7],[0,-2]],[[3048,1145],[-1,-1],[-2,-1],[-15,-5],[-17,4],[-1,0],[-22,-7],[-12,-6],[-2,-4]],[[2976,1125],[-2,0],[-58,-1],[-4,1]],[[5772,4842],[-1,4],[-2,2],[-2,2],[-2,2],[-6,5],[-4,3],[-1,2],[-1,2]],[[5753,4864],[-1,3],[0,4],[1,3],[3,4],[1,1],[5,2],[41,33],[1,4],[1,2],[1,0]],[[5835,4905],[1,0],[-4,-4],[-3,-14],[0,-13],[3,-11],[4,-12],[-4,-4]],[[955,3456],[0,1],[23,20],[19,12],[39,23],[1,0]],[[1037,3512],[1,0],[6,-2],[11,-2],[21,-4],[12,-2],[21,0],[25,7],[19,1],[20,-7],[17,-3],[19,2],[2,5],[2,3]],[[1213,3510],[19,-7],[16,-5]],[[1248,3498],[0,-2],[-2,-4],[-1,-6],[-5,-34],[-2,-25],[0,-3]],[[1238,3424],[-1,-2],[0,-1],[-30,-27],[-2,-4]],[[1205,3390],[-1,-1],[1,-1],[-1,-11],[-1,-15],[0,-1],[-1,-1],[-7,-6],[-1,-1],[-17,-31],[0,-4],[0,-1],[-2,-5],[-1,-1],[-1,-1],[-7,-4],[-4,-2],[-8,-2],[-10,-2],[-11,9],[-21,8],[-17,4],[-27,5],[-11,0],[-16,-1],[-7,-3],[-4,-2]],[[1030,3320],[-5,2],[-8,4],[-11,6],[-48,18],[-6,2]],[[952,3352],[9,13],[5,9],[3,6],[1,5],[0,2],[1,5],[-1,2],[-2,9],[0,4],[-1,2],[-3,8],[-5,12],[-1,2],[-3,24],[0,1]],[[7355,6795],[-3,1],[-1,1],[-6,6],[-23,20],[-24,22],[-15,9],[-11,5],[-2,1],[-47,4],[-6,-1],[-2,0],[2,-4],[2,-5]],[[7219,6854],[-1,-2],[-8,-7],[-9,-16],[-3,-3],[-14,2],[-2,0],[-6,3],[-17,15],[-8,13],[-1,3],[4,23],[6,22],[1,1],[4,4],[-16,17],[-25,7],[-11,1],[-5,-2],[-6,-3],[-2,-1],[-2,0]],[[7098,6931],[0,5],[1,21],[0,14],[-4,11],[-5,9],[-7,4],[-1,2],[-1,2],[-1,4],[0,2],[1,2],[3,4],[4,-1],[16,-1],[17,-10],[14,-7],[6,-2],[17,-11],[4,-4],[10,-4],[5,-3],[7,-2],[3,0],[2,1],[12,-4],[19,-9],[4,-2],[9,-6],[3,-3],[8,0],[1,1]],[[7245,6944],[1,-1],[8,-1],[2,0],[2,1],[3,3],[2,2],[1,2],[11,14],[16,8],[15,4],[5,-13],[-1,-6],[-6,-19],[-2,-6],[-6,-8],[0,-5],[1,-4],[4,-5],[1,0],[17,-7],[11,-3],[14,-12],[2,-1],[3,-1],[5,1],[1,1]],[[5938,5251],[0,-2],[-3,-21],[0,-2]],[[5825,5282],[0,2],[0,1],[-31,37],[-21,15],[-3,3],[-7,7],[-11,11],[-2,2]],[[5750,5360],[2,2],[33,43],[38,41],[32,40],[5,6],[4,5],[6,9],[2,4]],[[5872,5510],[2,3],[2,3],[2,1],[4,2],[4,1],[3,0]],[[5889,5520],[2,-2],[12,-7],[13,1],[27,10],[26,-2],[27,-3],[2,-4],[2,-4],[1,-1]],[[6964,7345],[1,-1],[8,-9],[25,-27],[18,-35],[8,-11],[9,-11],[7,-8],[10,-6],[1,-1],[1,-1],[1,-1],[3,-7],[1,-7],[0,-1],[-1,-2],[-12,-20],[-6,-8],[-12,-15],[-1,-1]],[[7025,7173],[-3,0],[-51,5],[-2,0],[-9,-1],[-6,-2],[-14,-5],[-1,-1]],[[6939,7169],[-3,1],[-45,-7],[-1,0],[-6,-1],[-3,0],[-4,2],[-5,2],[-16,15],[-15,18],[-2,4]],[[6839,7203],[15,4],[25,11],[26,17],[17,13],[15,15],[6,8],[8,12],[-3,20],[-4,8]],[[6944,7311],[2,3],[2,4],[1,2],[4,11],[9,12],[1,1],[1,1]],[[900,4035],[1,-1],[30,-5],[6,-2],[6,-2],[29,-16],[25,-17],[1,-2],[1,-1],[2,-3],[5,-6],[3,-2],[4,-3],[8,-6],[2,0],[2,-1],[46,-6],[35,-11],[1,0],[2,0],[9,2]],[[1118,3953],[-1,-7],[-1,-1],[-1,-1],[-27,-19],[-9,-21],[-9,-25],[5,-33],[-10,-6],[-7,-2],[-8,-3],[-4,-3],[-1,-1]],[[1045,3831],[0,2],[-1,1],[-1,2],[-4,6],[-14,15],[-3,3],[-11,-1],[-11,-5],[-2,-1],[-4,-2],[-3,-1],[-7,-1],[-9,-1],[-17,13],[-1,1],[-1,3],[0,3],[2,3],[0,2],[-1,0],[-1,1],[-3,-1]],[[953,3873],[0,2],[0,1],[-28,30],[-28,19],[-7,4],[1,10],[2,11]],[[893,3950],[0,2],[8,32],[2,21],[-3,27],[0,3]],[[1877,1582],[-2,0],[-5,-1],[-15,3],[-10,10],[-1,2],[-1,2],[-1,4],[-1,2],[-5,23],[0,1],[7,9],[3,2],[14,5],[17,3],[8,0],[2,5],[5,13],[0,1],[-4,2],[-9,3],[-5,0],[-13,-1],[-32,0],[-10,1],[-9,1],[-11,-5],[-2,-2],[-5,-5],[-2,-2],[-1,0],[-7,-4],[-3,-1],[-2,0],[-1,0],[-28,16],[-17,12],[-13,9],[-8,5],[-1,1]],[[1709,1696],[1,1],[23,18],[25,14],[3,1],[8,-1],[17,0],[5,-1],[12,-2],[3,3],[1,3]],[[1807,1732],[5,0],[46,-1],[29,2],[21,4],[13,3],[11,2],[43,-4],[15,-6],[28,-24],[4,-4]],[[1952,1611],[-3,0],[-3,-1],[-22,-6],[-19,-8],[-25,-13],[-3,-1]],[[4760,7529],[4,0],[2,0],[29,-10],[5,-2],[3,-2],[2,-2],[11,-16],[8,-16],[0,-1]],[[4668,7340],[-18,4],[-15,-1],[-14,-31],[-2,-6],[-1,-1],[-1,0],[-5,0],[-2,-1],[-2,-1],[-14,-8],[-18,-3],[-2,-1],[-7,2],[-2,1],[-3,3],[0,1],[4,16],[4,12],[3,5],[3,13],[2,15],[0,15],[-1,9],[5,7],[24,19],[16,17],[18,18],[18,19],[6,6],[4,4],[0,3]],[[5535,4694],[0,1],[19,42],[3,5]],[[5656,4738],[1,0],[6,0],[5,0],[15,-1],[5,-2],[2,-1],[7,-2],[3,-2],[1,0]],[[5706,4653],[-1,0],[-3,-1],[-1,-1],[-4,-3],[-6,-5],[-11,-5],[-9,-3],[-18,-4],[-7,-4],[-21,-13],[-18,-19],[-22,-18],[-3,-4]],[[5582,4573],[-14,10],[-1,2],[-11,11],[-19,14]],[[5537,4610],[-2,2],[-19,32],[0,5]],[[7895,6107],[-5,0],[-9,1],[-26,10],[-33,22],[-36,15],[-1,1]],[[6110,4535],[-16,-2],[-12,2],[-10,0],[-7,0],[-4,-1],[-34,-6],[-7,-2],[-17,-8],[-12,-8],[-4,-2],[-2,-1],[-26,-25],[-1,-2],[-2,-2],[-4,-6],[-1,-1],[-3,-4],[-10,-21],[0,-3],[-1,-6],[-1,-4]],[[5710,4508],[0,3],[-6,26],[-1,1]],[[5703,4538],[0,1],[-1,3],[0,3],[-1,4],[0,3]],[[5701,4552],[10,0],[3,1],[7,1],[5,-2],[5,-6],[5,-8],[8,-2],[5,0],[9,1],[9,2],[5,2],[4,2],[8,4],[1,1],[5,3],[8,9],[2,1],[3,11],[0,3],[-1,2],[-2,3],[-3,3],[-7,7],[-5,6],[0,1]],[[6237,7406],[1,-1],[16,-10],[1,-1],[2,-2],[1,-1],[0,-2],[-3,-6],[-1,-3],[-1,-2],[-2,-2],[-5,-3],[0,-1],[0,-3],[0,-2],[0,-1],[2,-1],[3,-2],[2,-1],[16,-2],[1,0],[11,2],[6,1],[5,2],[1,1],[2,2],[1,2],[2,3],[16,17],[7,5],[8,7],[5,7],[2,2],[8,-9],[1,-2]],[[6345,7400],[1,-1],[0,-1],[2,-2],[2,-2],[9,-7],[8,-9],[8,-8],[13,-2],[12,-2],[11,-1],[11,1],[7,0],[8,-1],[10,-1],[-5,-9],[-4,-6],[-4,-7],[-1,-2],[-1,-1],[-2,-1],[-2,0],[-10,-2],[-8,-1],[-6,-1],[-1,-1],[-2,-3],[-2,0],[-3,0],[-6,1],[-2,1],[-5,3],[-3,2],[-1,0],[-9,-6],[-4,-3],[-9,-3],[-3,-1],[-15,1],[-9,12],[-1,1],[-3,5],[-8,8],[-1,1],[-3,2],[-4,0],[-1,-1],[-1,-6],[0,-9],[0,-1],[1,-3],[3,-4],[1,-2],[2,-1],[5,-3],[0,-1],[0,-1],[1,-4],[0,-2],[1,-2],[2,-8],[3,-7],[2,-7],[2,-5],[1,-1],[1,-1],[4,-3],[3,-1],[1,0],[1,0],[8,0],[7,-2],[6,-4],[9,-3],[2,0],[3,0],[1,1],[13,6],[7,3],[6,3],[1,4],[0,2],[2,4],[1,3],[2,2],[2,3],[2,1],[1,1],[16,3],[3,5],[1,3],[4,2],[5,2],[5,1],[3,0],[4,-1],[-1,-5],[-2,-9],[-7,-11],[-6,-6],[-1,-3],[0,-2],[1,-4],[1,-2],[-2,-8],[-1,-2],[-3,-5],[-1,-3],[0,-1],[8,-6],[4,-9],[-1,-11]],[[6445,7233],[-5,0],[-1,-2],[-3,-15],[-1,-2]],[[6435,7214],[-2,1],[-41,0],[-34,-14],[-6,-9],[-6,-9],[-5,-7],[-2,-1],[-2,0],[-1,0],[-9,4],[-5,2],[-1,1],[-4,3],[-2,3],[-1,2],[-2,2],[-2,2],[-2,0],[-4,0],[-12,-2],[-4,-3],[-9,-9],[-1,-3],[-4,-7],[-4,-11],[-2,-12],[-1,-3],[-1,-2],[-2,-2]],[[6264,7140],[-3,0],[-4,2],[-11,10],[-13,12],[-3,3],[-7,5],[-21,9],[-35,25],[-17,16],[-1,1]],[[6149,7223],[-1,2],[-1,5],[0,2],[1,7],[1,6],[0,1],[0,1]],[[6149,7247],[0,3],[0,1],[7,31],[6,26],[23,31],[22,9],[17,9],[2,16],[2,11],[4,9],[3,8],[1,3],[1,2]],[[4049,4011],[0,1],[2,10],[4,7],[8,5],[3,7],[-1,6],[-5,1],[-6,1],[-4,0]],[[4050,4049],[0,3],[0,2],[1,7],[12,26],[19,13],[7,3],[3,0]],[[4092,4103],[19,-2],[17,5],[22,7],[9,3],[4,2],[11,7]],[[4174,4125],[2,-3],[27,-20],[12,-7],[27,-17],[21,-14],[9,-6]],[[4272,4058],[-7,-3],[-4,-1],[-2,-1],[-1,-2],[-3,-3],[-10,-7],[-11,-8],[-17,-4],[-11,-7],[-6,-9],[-2,-7],[-1,-2],[1,-3],[1,-2],[-1,-4]],[[4113,4007],[-1,0],[-12,-2],[-10,0],[-21,2],[-9,2],[-11,2]],[[6253,8634],[2,-1],[3,-4],[29,-30],[1,-1]],[[6288,8598],[-1,-1],[-6,-27],[-9,-15],[-11,-15],[-5,-2],[-2,-5],[-1,-11],[0,-6],[0,-4],[2,-8],[1,0]],[[6256,8504],[1,-3],[-10,1],[-14,5],[-18,-2],[-13,-3],[-6,-2],[-2,-2],[-3,-1],[-7,-2]],[[6101,8624],[15,-1],[5,0],[17,1],[21,2],[22,2],[24,4],[47,2],[1,0]],[[4784,4233],[0,-1],[9,-27],[13,-25],[17,-20],[7,-9],[3,-7],[0,-8],[-1,-1]],[[4801,4122],[-5,-1],[-10,-2],[-3,0],[-4,1],[-6,2],[-6,3],[-2,2],[-3,4],[-4,5],[-4,8],[-2,11],[-4,4],[-2,1],[-4,3],[-3,1],[-2,1],[-12,3],[-3,1],[-3,-1],[-4,-1],[-1,0]],[[4714,4167],[0,1],[3,7],[7,12],[14,29],[0,14]],[[4738,4230],[1,3],[-2,4],[4,7],[14,2],[3,-1],[9,-4],[14,-6],[3,-2]],[[4099,1649],[3,30],[31,43],[23,33],[9,15],[37,117],[8,26],[11,37],[3,9],[1,4]],[[4225,1963],[1,-3],[3,-25],[16,-153],[-1,-34],[-3,-22],[-2,-14],[0,-14],[2,-12],[5,-14],[13,-13],[2,-2],[3,0],[4,-1]],[[4268,1656],[-3,-2],[-3,0],[-58,-10],[-30,-10],[-7,-2],[-39,-10],[-4,-1]],[[4124,1621],[-1,4],[-3,5],[-3,4],[-8,7],[-8,7],[-1,0],[-1,1]],[[7145,6477],[3,-1],[36,-5],[33,-9],[3,-1],[7,-3],[27,-10],[10,-2],[18,7],[2,1],[25,10],[18,6],[6,1],[15,1],[11,0],[2,0],[6,-1]],[[7367,6471],[2,-3],[8,-4],[3,-1],[6,-2],[7,-3],[5,-2],[2,-1]],[[7296,6289],[-7,3],[-28,8],[-16,13],[2,3],[2,4],[1,18],[0,11],[0,12],[-2,1],[-5,4],[-2,0],[-1,1],[-1,-1],[-9,-6],[-12,-8],[-1,0],[-2,2]],[[7215,6354],[-2,1],[-1,1],[0,2],[-2,27],[-21,33],[-22,22],[-10,4],[-8,3],[0,1],[-1,1],[-3,26],[0,2]],[[825,357],[-1,-4],[16,-13],[11,-11],[15,-18],[6,-15],[13,-31],[0,-1],[1,-8],[2,-8],[0,-10],[0,-6],[-1,-8],[2,-22],[4,-16],[8,-10],[11,-6],[10,-10],[13,-14],[8,-9],[1,-4],[1,-3],[1,-1],[12,-9],[6,-3],[40,-13],[11,-3],[1,0]],[[1019,97],[-2,-1],[-2,-2],[-8,-9],[-4,-5],[-5,-7],[-16,5],[-29,17],[-34,17],[-3,1],[-3,0],[-3,2],[-11,8],[-1,1],[-10,17],[-7,11],[-12,10],[-4,1],[-3,1],[-6,3],[-3,2],[-2,2],[-8,13],[-12,26],[-9,21],[-5,23],[2,5],[2,10],[0,7],[-2,7],[-3,4],[-6,9],[-7,20],[4,19],[3,16],[2,9]],[[812,360],[2,0],[11,-3]],[[1592,2775],[1,-1],[5,9],[0,9],[15,18],[32,14],[10,4],[4,2]],[[1659,2830],[4,0],[11,4],[1,0],[1,2],[3,3],[2,2],[1,1],[5,-3]],[[1687,2839],[3,-2],[23,-20],[8,-3],[5,-1],[17,-3],[45,-14],[10,1],[9,3],[14,-3],[13,-7],[22,-19],[16,-13],[2,-1]],[[1867,2749],[-2,-3],[-20,-11],[-1,-2],[0,-3],[1,-6],[2,-7],[4,-14],[-4,-17],[-6,-8],[-8,-9],[-3,-8],[0,-18],[1,-1],[0,-1],[3,-2],[7,-6],[4,-2],[5,-2],[5,-1],[3,1],[2,0],[30,10],[8,4],[-2,5],[0,3],[1,2],[0,1],[1,0],[9,-2],[15,-12],[1,-3],[3,-6],[2,-4],[1,-2],[2,-1],[2,-3],[6,-5],[6,-4],[6,-5],[2,-1],[3,-2],[4,-2],[11,-4],[2,-1]],[[1935,2573],[-5,1],[-49,6],[-27,12],[-12,9],[-43,16],[-10,1],[-1,1]],[[1591,2675],[-1,3],[-2,6],[-3,11],[-1,6],[6,12],[4,14],[1,3],[0,1],[-1,1],[-16,6],[-14,5],[-4,2]],[[1560,2745],[3,5],[3,5],[1,1],[13,9],[10,8],[2,1],[0,1]],[[6693,6099],[-2,4],[-13,18],[-4,6],[-1,1],[-1,2],[-3,4],[-1,5],[-2,6],[-2,14],[-1,3],[0,6],[1,4],[2,14],[1,6]],[[6667,6192],[3,-1],[22,-2],[15,-1],[3,0],[4,0],[5,2],[1,2],[9,9],[-16,6],[-14,8],[-12,6],[-10,4],[-1,0],[-2,0],[-1,2],[-1,1],[2,6],[4,14],[0,1],[2,4],[7,10],[8,10],[-1,22],[1,2]],[[6709,6290],[1,-1],[13,-19],[27,-18],[3,-4],[1,-2]],[[6998,6594],[-3,-3],[-8,-10],[-5,-8],[5,-10],[13,-16],[0,-1],[0,-5],[0,-5],[-1,-1],[-13,-15],[-2,-1],[-2,0],[-5,0],[-4,1],[-3,1]],[[6833,6623],[8,-2],[28,-7],[26,0],[17,2],[39,-5],[24,-8],[1,-5],[1,-1],[14,-2],[7,-1]],[[5433,5785],[-5,8],[-4,6],[-2,5],[-2,9],[-2,11],[0,9],[-17,18],[-12,8],[-20,16],[-7,8],[8,9],[12,20],[7,35],[0,5],[-1,24],[0,1]],[[1217,2684],[-5,1],[-4,2],[-3,1],[-6,4],[-11,8],[-1,2],[0,2]],[[1187,2704],[14,14],[16,28],[8,23],[3,11],[2,12],[-13,27],[-1,2]],[[1382,2743],[-3,-26],[-19,-17],[-14,-13],[-1,-1]],[[5766,6146],[1,1],[4,19],[6,25],[-6,16],[-3,6],[0,2],[2,2]],[[5770,6217],[1,0],[19,17],[11,5],[4,-2]],[[5805,6237],[0,-1],[-3,-6],[-5,-8],[-3,-11],[8,-9],[5,-2],[10,-1],[24,-14],[15,-8],[31,-2],[2,0],[6,1],[2,1],[8,6]],[[5905,6183],[1,-1],[5,-2],[4,0],[3,0],[0,-1],[0,-10]],[[5918,6169],[-3,0],[-5,0],[-11,-2],[-38,-4],[-11,-6],[0,-1],[-3,-7],[0,-2],[1,-6],[4,-27],[1,-3],[1,-2],[3,-4],[6,-9],[3,-3],[6,-8],[8,-10],[6,-7]],[[5886,6068],[-14,5],[-5,1],[-17,7],[-13,5],[-26,12],[-13,6],[-5,3],[-4,2],[-6,5],[-10,8],[-1,1],[0,2],[0,2],[1,4],[1,5],[1,5],[-9,5]],[[5349,3574],[-1,1],[2,11],[9,11],[4,5],[8,10],[8,9],[1,2],[3,5],[3,6],[1,2],[0,6],[-2,14],[-7,35],[-4,12],[-2,0],[-3,0],[-9,-2],[-6,-1],[-13,2],[-5,13],[-2,17],[-4,7],[-4,6],[-3,5],[-16,19],[-2,2],[-17,10],[-1,1]],[[5424,3813],[3,1],[6,0],[3,1],[11,0],[7,0],[18,-1],[17,-7],[7,-5],[3,-4],[0,-1],[3,-7],[11,-7],[23,-8],[15,-4],[8,-2],[11,2],[0,1],[4,1],[1,0],[5,-3],[2,-1],[2,-2]],[[5584,3767],[1,-1],[12,-17],[1,-29],[-4,-39],[-1,-2],[-1,-8],[-8,-18],[-7,-4],[-6,-4],[-14,-9],[-6,-4],[0,-1],[2,-7]],[[5553,3624],[-6,0],[-20,-1],[-3,0],[-20,-3],[-7,-1],[-9,-1],[-11,-2],[-5,-1],[-11,-3],[-20,-5],[-22,-7],[-12,-4],[-36,-13],[-16,-6],[-6,-3]],[[967,625],[1,1],[2,3],[4,9],[2,10],[3,29],[2,19]],[[981,696],[8,0],[12,1],[11,3],[3,1],[2,0],[13,-4],[27,-11],[-1,-8],[-7,-12],[-7,-10],[-5,-5],[-7,-24],[-1,-4],[-1,-2],[-6,-21],[-1,-5]],[[1021,595],[-2,1],[-34,15],[-16,13],[-2,1]],[[2307,3357],[-9,3],[-4,0],[-2,3],[-1,1],[-3,4],[0,2],[-1,3]],[[2287,3425],[-1,3],[-1,2],[-2,9],[-2,5]],[[2281,3444],[8,0],[34,-9],[41,-13]],[[2364,3422],[1,-1],[3,-14],[-13,-3],[0,-2],[0,-3],[0,-2],[1,-4],[4,-8],[1,-1]],[[2361,3384],[-4,-1],[-18,-3],[-14,-4],[-7,-4],[-1,-1],[-1,-2],[-1,-1],[-8,-11]],[[1263,3065],[-5,2],[-1,0],[-2,2],[-9,8],[-1,1],[-3,5],[-3,6],[-8,15],[-12,11],[-15,10],[-22,5],[-6,0]],[[1176,3130],[-2,5],[-2,6]],[[1172,3141],[1,2],[42,-3],[15,-3],[24,-2],[30,1],[11,8],[4,3],[6,5],[7,5],[2,2],[3,2]],[[1317,3161],[4,0],[3,-1],[6,-2],[8,-3],[11,-11],[1,-6],[0,-2],[0,-3],[-1,-2]],[[1349,3131],[-2,-6],[-1,0],[-11,-12],[-7,-27],[-8,-4],[-1,0],[-6,0]],[[1956,2993],[4,-2],[12,-3],[3,0]],[[1975,2988],[0,-1],[2,-5],[1,-3],[3,-6],[2,-4],[0,-1]],[[1873,2867],[-2,-1],[-4,1],[-3,1],[-12,13],[-12,13],[-10,12],[-14,10],[-4,2]],[[1793,2989],[3,-1],[1,-1],[1,-1],[1,-1],[3,-2],[7,-4],[9,-1],[2,1]],[[7268,5512],[3,-1],[43,-11],[2,-1],[7,-2],[21,-9],[6,-2],[10,-5],[9,-11],[23,-29],[-2,-7],[-1,-3],[-2,-6],[-3,-3]],[[7384,5422],[-3,-1],[-35,-3],[-2,0],[-5,0],[-1,0]],[[7338,5418],[0,2],[-5,7],[-26,14],[-2,1],[-4,0]],[[7301,5442],[-1,2],[-4,12],[-6,13],[-1,2],[-6,4],[-12,16],[-4,19],[1,2]],[[4650,4740],[-3,-1],[-13,-4],[-7,-2],[-31,14],[-23,12],[0,6],[0,2],[0,2]],[[4573,4769],[10,2],[9,4],[14,10],[-8,26],[7,23],[13,10],[2,-1],[4,-1],[1,0],[4,5],[1,6],[-2,9],[-6,20],[-2,22],[-1,4]],[[4619,4908],[0,4],[23,18],[18,6],[8,1],[28,1],[11,0],[23,-1],[29,-2],[47,-7]],[[4836,4870],[2,-8],[3,-11],[1,-5],[0,-4],[-2,-17],[-1,-2],[-8,-13],[-10,-17],[-9,-21],[0,-1]],[[4812,4771],[-5,1],[-36,6],[-39,-14],[-16,-3],[-6,-2],[-21,1],[-2,-1],[-12,-4],[-4,-1],[-8,-5],[-12,-8],[-1,-1]],[[5729,4862],[8,-1],[5,0],[3,1],[1,0],[1,1],[3,1],[3,0]],[[5568,4502],[1,1],[0,1],[-1,18],[9,47],[2,1],[3,3]],[[5716,4611],[0,-1],[-1,-2],[-6,-21],[-7,-32],[-1,-3]],[[5703,4538],[-3,-1],[-14,-7],[-11,-4],[-17,-6],[-19,-1],[-8,-21],[-6,-16]],[[5625,4482],[-2,-1],[-13,-1],[-3,-8],[0,-3]],[[3817,1197],[-2,-2],[-2,-11],[6,-29],[19,-30],[2,-2],[-2,-4]],[[3838,1119],[-6,3],[-4,-10],[1,-2],[1,-1],[1,-1]],[[3831,1108],[-7,-2],[-2,-2],[-12,-11],[-9,-8],[-8,-2],[-13,0],[-10,3],[-3,1],[-5,1],[-6,0]],[[629,3645],[-2,-3],[-3,-6],[-1,0],[18,-13],[19,-13],[2,-2],[19,-21],[15,-17],[-1,-1],[-2,-3],[0,-3],[-1,-5],[0,-5],[0,-14],[15,-9],[7,-1],[4,-2]],[[662,3431],[-4,0],[-3,-2],[-9,-1],[-11,2],[-14,5],[-16,6],[-3,1],[-6,5],[-9,7],[-7,13],[-15,20],[-22,-8],[-7,-3],[-5,-8],[-1,-2]],[[530,3466],[-1,0],[-43,8],[-2,0]],[[484,3474],[-1,1],[-39,30],[-9,8],[-2,2],[-1,2]],[[3723,2333],[3,-7],[1,-2],[0,-9],[1,-10],[3,-9],[5,-14],[2,-3],[4,-6],[6,-7],[5,-8],[14,-22],[5,-9],[1,0]],[[3752,2213],[-12,-4],[-47,-11],[-39,-8],[-20,-16],[-30,-24],[-9,-6],[-20,-6]],[[3575,2138],[-2,4],[-18,23],[-9,11],[-7,8],[-18,14],[-62,15],[-41,19],[-9,18],[-4,8],[-1,3]],[[4502,9204],[0,-2],[17,-28],[8,-11],[2,-2],[4,-6],[4,-8]],[[4470,8992],[-2,0],[-3,1],[-2,0]],[[4463,8993],[3,4],[3,2],[0,1],[0,2],[-3,8],[-6,4],[-7,-3],[-9,-5],[-1,-1]],[[4443,9005],[1,5],[-1,7],[-6,39],[-3,4],[-6,10],[-9,7],[-9,5],[-16,3],[-14,6],[-17,26],[-15,25],[-8,15],[-8,11],[-2,3],[-2,1],[-12,6],[0,1]],[[4316,9179],[3,5],[5,15],[1,15],[5,18],[9,19],[1,1],[1,4],[1,3],[-1,2],[-1,3]],[[2418,1109],[-1,2],[-6,11],[-8,3],[-9,4],[-6,3],[0,1]],[[2279,1329],[1,0],[5,-3],[2,-3],[2,-3],[2,-1],[3,-1],[3,-1],[2,1]],[[5584,3767],[3,3],[5,5],[4,3],[6,3],[24,10],[11,13],[3,13],[-1,1]],[[5639,3818],[3,2],[31,21],[40,16],[16,4],[27,1]],[[5756,3862],[1,-3],[6,-16],[24,-35],[3,-6],[11,-8],[4,-3],[12,-8],[3,-2],[9,3],[6,0],[4,1],[5,0],[7,-1],[2,-2],[6,-7],[2,-3],[0,-2],[1,-2],[0,-5],[-1,-4],[-4,-25],[8,-18],[12,-8],[29,-38]],[[5906,3670],[-12,-14],[-13,-16],[-14,-16],[-8,-11],[-5,-11],[-13,-18],[-8,-10],[-18,-13],[-21,0],[-8,4],[-7,3],[-2,0],[-13,0],[-18,-1],[-34,3],[-33,3],[-4,0],[-18,7],[-36,14],[-33,14],[-9,7],[-4,3],[-5,3],[-13,3],[-4,0]],[[4952,4036],[0,-6],[-5,-19],[-7,-12],[-2,-3],[-7,1],[-21,8],[-17,5],[-8,2],[-2,0]],[[4867,4121],[-1,2],[-1,3],[3,4],[7,-2],[6,-2],[3,-1],[15,1],[6,4],[0,11],[0,8],[9,5],[2,1]],[[4916,4155],[2,2],[10,0],[10,-1],[7,2]],[[4945,4158],[1,1],[3,1],[12,-5],[15,-12],[6,-4],[2,-4],[0,-1]],[[4984,4134],[-4,2],[-2,-3],[-4,-11],[-6,-20],[-9,-14],[-5,-5],[-9,-9],[-2,-8],[2,-11],[7,-19]],[[3838,1119],[1,0],[49,-15],[23,-7],[42,-6],[1,0],[3,2]],[[3907,1030],[0,3],[0,4],[-2,10],[-7,14],[-11,18],[-19,13],[-24,14],[-3,1],[-10,0],[0,1]],[[952,3352],[-3,-4],[-2,-1],[-20,-9],[-11,-5],[-12,-3],[-3,0]],[[901,3330],[0,1],[-10,20],[-11,13],[-28,3],[-26,10],[-4,2],[-1,1]],[[904,3494],[1,-1],[0,-4],[0,-4],[7,-12],[11,-8],[18,-7],[10,-3],[4,1]],[[1248,3498],[2,0],[1,2],[1,1],[17,24],[21,23],[7,12],[1,2],[1,1],[3,2],[5,0],[5,0],[4,-1],[18,-6],[24,-7],[1,0],[5,5],[1,4],[0,4],[4,7],[2,0],[12,-4],[17,-5],[2,0]],[[1443,3447],[-4,0],[-10,1],[-6,0],[-19,-26],[-29,-12],[-19,-9],[-6,2]],[[1350,3403],[-5,2],[-17,13],[-9,8],[-10,9],[-34,6],[-11,-1],[-2,0],[-5,-4],[-11,-7],[-1,-1],[-6,-3],[-1,-1]],[[3256,3559],[2,1],[14,5],[14,1],[9,-4],[24,-11],[20,-11],[9,-5],[3,-2],[1,-2],[1,-1],[3,-4],[1,-1]],[[3265,3507],[-1,1],[-8,43],[0,8]],[[3625,985],[0,1],[3,2],[8,6],[4,2],[2,1],[14,-1],[8,-2],[18,6],[14,11],[24,25],[13,25],[4,8],[1,3],[2,1],[2,1],[6,1]],[[3753,1078],[0,-1],[1,-1],[-1,-1],[-2,-7],[-1,-10],[0,-8],[0,-11],[3,-13],[10,-17],[-1,-7],[-2,-8],[-1,-2]],[[3706,947],[-2,-2],[0,-1],[-21,-14],[-17,-8],[0,-1]],[[3666,921],[-2,0],[-5,-2],[-2,0],[-4,0],[-1,1],[-1,1]],[[3843,598],[-17,-2],[-5,1],[-5,1],[-3,1],[-2,2],[-1,1],[-8,7],[-6,4],[-6,1],[-13,-4],[-4,-2],[-19,-11],[-9,-5],[-4,-2],[-2,0]],[[3739,590],[0,1],[-1,3],[0,6],[0,1],[-3,10],[-10,11],[-14,8],[-35,20],[-1,0]],[[3675,650],[0,1]],[[3708,759],[7,1],[6,3],[5,3],[3,3],[36,30],[5,4],[2,2]],[[3772,805],[3,2],[6,6],[4,2],[16,8],[7,1]],[[2139,2464],[-7,-1],[-3,-1],[-6,-3],[-1,-1],[-14,-3],[-23,0],[-16,1],[-2,-1],[-25,-7],[-8,-3]],[[2046,2551],[3,0],[34,2],[26,1],[4,-1]],[[2113,2553],[0,-3],[0,-2],[7,-32],[13,-25],[0,-1]],[[2133,2490],[1,-1],[5,-25]],[[6307,4236],[-1,-5],[14,-46],[4,-7],[0,-21]],[[6324,4157],[-11,-7],[-22,-13],[0,-1]],[[6291,4136],[-1,1],[-6,8],[-29,36],[-17,23],[-18,22],[-1,2],[10,12],[11,11],[3,8],[9,20],[2,5],[1,1]],[[6255,4285],[3,5],[1,0],[14,-6],[16,-8],[10,-7],[2,-2],[1,-2],[1,-1],[1,-3],[0,-1]],[[5876,5040],[0,3],[-1,2],[-1,0],[-36,20],[-27,11],[-2,1]],[[5809,5077],[-1,1],[0,1],[26,30],[31,19],[1,1]],[[7310,5016],[-10,-4],[-34,-14],[-12,-7],[-17,-7],[-20,-7],[-18,-3],[-3,1]],[[7196,4975],[-1,2],[-7,11],[-3,12],[-1,9],[-1,16],[1,5],[2,7],[-6,12],[-1,1],[-4,1],[-4,1],[-3,0],[-2,0],[0,-1],[0,-3],[1,-3],[-1,-1],[-1,0],[-6,-3],[-3,14],[6,9],[11,3],[7,2],[4,1],[2,0],[6,0],[2,0],[0,1]],[[7194,5071],[0,3],[-1,8],[-1,9],[-7,9],[-1,1]],[[7184,5101],[1,0],[8,6],[20,4],[23,-15],[1,-1],[3,-4],[12,-14],[24,-14],[37,-19],[10,0],[1,0]],[[7324,5044],[1,-1],[4,-5],[4,-14],[1,-3],[2,-8],[-6,-1],[-8,2],[-9,1],[-3,1]],[[6684,5756],[-49,17],[-15,7],[-1,0],[-8,16],[-1,7],[0,2],[0,3],[-9,15],[-10,4]],[[6591,5827],[-2,4],[9,20],[2,2],[3,4]],[[6708,5904],[1,-1],[5,-17],[5,-16],[2,-6],[1,-3],[1,-1],[6,-4],[1,0],[16,-2],[28,-8],[7,-2],[4,-6],[6,-8],[17,-17]],[[567,3918],[-1,-1],[-2,-1],[-29,-11],[-40,-19],[-34,-26],[-12,-34],[-1,-3]],[[448,3823],[-3,1],[-3,2],[-3,1],[-21,9],[-13,5],[-1,0],[-1,-2]],[[403,3839],[-2,4],[0,5],[0,1],[1,1],[4,1],[3,2],[1,3],[2,2],[0,2],[1,5],[1,4],[-15,13],[-8,7],[-16,15],[3,28],[1,24],[4,29],[-2,11],[-5,13],[-5,3],[2,5],[4,12],[10,8],[8,3],[12,-1],[29,-4],[10,4],[1,1]],[[447,4040],[0,-2],[1,-2],[2,-3],[16,-18],[15,-7],[11,-3],[35,-22],[4,-10],[6,-10],[2,-3]],[[539,3960],[0,-2],[1,-2],[1,-1],[12,-16],[14,-20],[0,-1]],[[1015,2996],[-8,1],[-16,2],[-15,0],[-17,-3],[-2,0]],[[957,2996],[-6,0],[-9,1],[-2,2],[-5,4],[-18,24]],[[971,3105],[26,-3],[19,11],[11,6],[1,0],[0,-1]],[[1987,4033],[1,-1],[2,0],[47,1],[2,0]],[[1997,3936],[0,8],[0,2],[0,2],[5,7],[1,0],[9,5],[2,19],[-2,12],[-2,9],[-6,11],[-10,9],[-1,1],[-2,2],[-2,4],[-2,4],[0,2]],[[1294,1825],[-4,-9],[3,-1],[10,-4],[6,-3],[5,-2],[10,-8],[14,-11],[6,-13],[-5,-3],[-2,-1],[-3,-7],[-1,-10],[-1,-5],[-1,-36],[1,-9],[2,-12],[17,-1],[15,1],[12,-15],[3,-5]],[[4968,9321],[0,1],[1,0],[1,0],[5,1],[9,-1],[19,-4],[8,-20],[13,-17],[3,-2],[1,-1],[15,-5],[33,2],[1,0]],[[5077,9275],[1,-16],[-1,-3],[-2,-11],[-5,-13],[-2,-7],[-6,-26],[-11,-45],[1,-1]],[[5052,9153],[-3,-1],[-5,1],[-2,0],[-1,3],[-24,7],[-27,2],[-1,0]],[[3747,3246],[39,-6],[40,-4],[20,-5]],[[3846,3231],[0,-1],[8,-45],[1,-3],[1,-3],[5,-15],[5,-9],[10,-15],[-5,-21],[0,-1]],[[3871,3118],[23,-18],[1,0],[-4,-9],[-6,-10],[-3,-3],[-3,-3],[-4,-4],[-3,-1],[-23,-10],[-30,-8],[-3,0],[-2,-2],[-3,-2],[-2,-5],[-1,-5],[8,-33],[0,-28],[-2,-15],[4,-23],[6,-20],[-3,-14],[-11,-15],[-1,0]],[[3664,3087],[6,23],[-3,17],[-3,18],[12,24],[7,9],[4,5],[5,3],[4,1],[16,6],[26,18],[8,34],[1,1]],[[5661,7561],[1,-19],[5,-20],[2,-3],[4,-8],[2,-10],[1,-5],[0,-7],[-1,-8],[-1,-14],[-9,-34],[-9,-27],[0,-1]],[[5656,7405],[-3,0],[-11,5],[-9,5],[-2,3],[-2,4],[-2,5],[0,1],[-1,0],[-7,-4],[-4,-4],[-3,-3],[-1,-4],[-2,-8],[0,-5],[2,-8],[0,-4],[-3,-18],[-2,-7],[-3,-6],[-6,-11],[-1,-1],[-8,-8],[-1,0],[-10,0],[-5,8],[-7,7],[-9,10],[-21,17],[-2,0],[-36,6],[-15,3],[-6,-9],[-11,-8],[-17,0],[-4,1],[-8,0],[0,1],[-7,9],[-10,10],[-2,1],[-3,1],[-5,0],[-17,-2],[-3,-1],[-2,-1],[-3,-3],[-26,-22],[-5,-20],[0,-2],[-6,-1],[-9,0],[-14,1],[-4,1],[-8,1],[-11,1],[-11,2],[-5,0],[-8,-1],[-12,-1]],[[834,3626],[2,-1],[15,-8],[15,-7],[5,-2],[28,-5],[19,0],[4,0]],[[753,3520],[0,1],[0,17],[4,22],[2,10],[7,10],[1,1],[4,0],[2,-1],[2,-1],[4,-2],[1,-1],[8,-3],[11,2],[0,1],[2,1],[3,4],[5,7],[7,14],[4,7],[10,13],[4,4]],[[1028,3596],[0,-1],[-1,-18],[0,-4],[0,-5],[6,-37],[3,-17],[1,-2]],[[3662,1523],[-9,2],[-13,3],[-4,1],[-1,1],[-4,13],[0,5],[-1,9],[0,7],[0,3],[6,7],[5,5],[3,19],[-1,4],[-9,33],[-1,2]],[[3633,1637],[4,-1],[31,-5]],[[3668,1631],[4,-1],[18,-9],[27,-11],[16,-16],[3,-4],[11,-12],[4,-6],[1,-3],[0,-2],[1,-8],[0,-9],[1,-2],[0,-3]],[[4528,4742],[3,0],[12,-11],[6,-7],[3,-8],[0,-1],[2,-5],[2,-2],[7,-8],[9,-5],[9,-5],[13,-5],[0,-1]],[[4594,4684],[-12,-10],[-7,-5],[-2,-2],[-37,-18],[-6,-1],[-12,-1],[-10,-2],[-6,-2],[-35,-11],[-5,-1]],[[4250,4628],[-4,1],[-20,9],[-12,8],[-6,14],[-3,13],[2,5],[1,4],[0,3],[0,1],[-1,1]],[[4207,4687],[6,2],[16,-1],[5,-4],[1,-1],[5,-2],[3,-1],[3,1],[11,1],[11,5],[1,1],[2,4],[2,3],[6,13],[5,3]],[[4284,4711],[11,0],[3,0],[7,-2],[6,-1],[10,-5],[2,-1],[5,-4],[15,-3],[9,0],[5,0],[29,4],[16,9],[13,17],[11,9],[2,2]],[[4428,4736],[1,1],[18,0],[47,5],[13,2],[17,-1],[4,-1]],[[2121,2293],[0,1],[-2,6],[-9,27],[2,9],[4,14],[5,42],[7,3],[33,9],[29,9],[3,2]],[[2193,2415],[3,0],[16,6],[2,1],[3,0]],[[2243,2239],[0,1],[1,20],[-39,18],[-20,2],[-18,2],[-22,5],[-3,1],[-12,4],[-9,1]],[[5160,3821],[16,10],[1,2],[17,4],[29,-13],[14,-6],[3,-2]],[[5264,3794],[-1,0],[-5,-1],[-6,-3],[-1,-2],[0,-4],[0,-12],[-1,-13],[-6,-17],[-1,-2],[-6,-13],[-2,-2],[-1,0]],[[6253,8634],[2,3],[2,1],[4,2],[4,1],[5,3],[3,3],[2,1],[0,1],[5,13],[5,30],[0,11],[-2,9],[-3,12],[-1,2],[-11,23],[-2,10],[5,16],[-11,33],[-5,26],[-8,29],[-1,1],[-4,4],[-3,5],[-4,8],[0,11],[1,4],[6,16],[2,5],[4,5],[5,6],[2,2],[1,4]],[[6256,8934],[4,0],[9,-2],[3,-1],[2,-2],[9,-13],[8,-11],[12,-12],[15,-5],[35,-20],[7,-5],[5,-3]],[[6365,8860],[-1,0],[-9,-18],[2,-14],[3,-9],[6,-1],[6,-1],[16,-4],[28,-9]],[[6416,8804],[-1,-7],[-1,-13],[-19,-32],[17,-30],[-6,-14],[-12,-12],[-8,-16],[-6,-16]],[[6380,8664],[-2,1],[-8,5],[-13,6],[-11,2],[-1,0],[-8,-4],[-1,-6],[-3,-17],[0,-7],[0,-6],[0,-2],[1,-17],[-5,-17],[-17,-2],[-24,0],[0,-2]],[[5921,7575],[-1,-18],[0,-11],[-15,-36],[-7,-4],[-2,-1],[-3,-6],[0,-1],[6,-18],[17,-22],[13,-15],[0,-1]],[[5929,7442],[-2,-2],[-27,2],[-40,5],[-20,-2],[-32,-5],[-33,-11],[-26,-13],[-14,-10],[-21,-6],[-9,-2],[-14,-2],[-28,-4],[-1,0]],[[5662,7392],[0,1],[0,1],[0,5],[-6,6]],[[2522,1760],[0,-4],[7,-11],[10,-10],[43,-7],[28,-3],[2,0]],[[2612,1725],[-2,-19],[-1,-6],[-1,-6],[0,-1]],[[2608,1693],[-2,-3],[-7,-7],[-7,-7],[-9,-10],[-3,-3]],[[2580,1663],[-20,6],[-3,0],[-18,5],[-30,6],[-1,0],[-2,0]],[[2506,1680],[-4,0],[-11,2],[-4,0],[-46,8],[-15,4],[-11,4],[-9,4],[-8,4],[-1,1]],[[2397,1707],[1,2],[7,9],[2,2],[1,1],[2,10],[0,14],[-1,5]],[[3633,1637],[-4,1],[-4,1],[-47,7],[-5,0],[-3,0]],[[3570,1646],[-12,7],[-3,1],[-24,9],[-23,29],[-2,8],[10,23],[4,7],[15,0],[5,10],[3,13],[-1,10],[-3,8],[-1,11],[-10,55],[0,1]],[[3528,1838],[1,1],[14,22],[5,4],[5,5],[6,3],[7,4],[21,11]],[[3726,1771],[-2,-3],[-29,-34],[-4,-6],[-6,-14],[-5,-19],[1,-13],[1,-4],[2,-5],[-2,-18],[-7,-13],[-7,-11]],[[1056,2837],[2,-1],[18,-13],[3,-2],[1,-1]],[[1080,2820],[-4,-2],[-26,-9],[-17,-5],[-17,-6],[-3,-2],[-1,-1],[-7,-9],[-3,-5],[-1,-2],[0,-2],[-1,-5],[1,-3],[0,-4],[-1,-5],[0,-1],[-5,-6]],[[995,2753],[-1,1],[-5,6],[-2,4],[-1,6],[-6,18],[-6,18],[-4,2],[-2,2]],[[968,2810],[-7,20],[-14,17],[-2,2]],[[4735,7832],[3,3],[9,9],[9,10],[3,4],[7,11],[1,2],[7,18],[1,9],[-1,7],[0,9],[-1,4],[1,1],[2,1],[1,1],[22,-6],[18,-4],[0,-1],[2,-2],[6,-2],[5,-2],[3,0]],[[4833,7904],[0,-7],[18,-45],[-1,-3],[-1,-3],[0,-5],[2,-30],[0,-8],[3,-1]],[[4854,7802],[-5,-2],[-3,-4],[-7,-9],[-8,-7],[-24,-13],[-8,-3],[-12,2],[0,1],[3,5],[6,8],[0,1],[0,9],[-1,1],[-6,6],[-2,-1],[-9,-8],[-10,-3],[-9,-2],[-17,12],[-6,6],[-1,2],[-1,2],[0,2],[1,24],[0,1]],[[2643,1130],[-5,1],[-25,2],[-1,0]],[[2578,1119],[0,3],[1,3],[5,25],[-2,1],[0,1],[-3,1],[-12,1],[-4,0]],[[5090,5662],[0,2],[-2,0],[-43,-16],[-14,-6],[-8,-8],[0,-1],[-10,-13],[-19,-11],[-28,-6],[-1,0]],[[4965,5603],[-1,1],[-2,1],[-1,1],[4,12],[4,21],[3,17],[0,7]],[[4972,5663],[0,3],[5,22],[3,7],[0,1],[0,2],[-2,12],[-6,5],[-5,4],[-9,8],[-15,10],[-8,11],[-4,5],[-2,5],[-4,10],[0,4],[0,3],[1,6],[5,21],[8,17],[13,16],[3,2],[3,2],[3,1],[1,0],[6,0],[5,0],[2,0],[12,1],[4,3],[5,5],[1,1],[3,4],[2,3],[5,8],[1,2],[2,7],[1,8],[2,9],[0,2],[1,2],[0,4],[1,3],[6,9],[2,2],[5,3],[4,2],[3,2],[13,3],[5,0],[4,-4],[2,-1],[1,-1]],[[5060,5917],[0,-1],[9,-29],[12,-23],[1,-6],[4,-15],[3,-18],[1,-3],[0,-5],[-1,0],[-4,-1],[-4,-7],[-5,-12],[0,-5],[1,-5],[1,-5],[2,-8],[2,-7],[1,-4],[1,-4],[1,-3],[1,-2],[3,-15],[1,-5],[0,-1]],[[5037,8649],[2,-1],[14,5],[11,9],[0,1],[1,2],[4,8],[1,1],[2,3],[10,12],[13,14],[17,13],[18,6],[15,2],[35,-2],[7,-1]],[[5187,8721],[-5,-4],[-3,-3],[-3,-1],[-8,-6],[-13,-11],[-7,-9],[-12,-18],[-2,-5],[0,-1],[2,-4],[4,-3],[2,-2],[7,-2],[50,-13],[2,-1],[3,-2],[4,-4],[2,-1]],[[5124,8487],[-12,0],[-7,-1],[-3,-1],[-1,0],[-2,-5],[0,-3],[0,-5],[0,-6],[-3,-1],[-5,9],[-4,11],[-2,5],[-3,6],[-3,12],[-2,5],[-6,4],[-7,-2],[-5,-4],[-1,-1]],[[5058,8510],[-2,2],[-1,3],[-1,22],[2,21],[0,5],[0,5],[-2,6],[-2,7],[-5,6],[-3,2],[-7,5],[-10,7],[-6,4],[-9,1],[-3,-1],[-4,0]],[[9330,7162],[0,-5],[0,-14],[-2,-39],[-6,-29],[-1,-3],[-1,-3],[-1,-8],[0,-5]],[[9319,7056],[-20,-2],[-11,4],[-19,8],[-20,11],[-13,7],[-12,6],[-9,4],[-7,2],[-1,1]],[[5269,9657],[-13,-7],[-5,-2],[-5,0],[-3,-3],[-2,-2],[-3,-4],[-2,-3],[4,-2]],[[5240,9634],[-1,-1],[-10,-6],[-14,-7],[-12,-5],[-13,-1],[-3,0],[-3,0],[-1,1],[-6,3],[-8,4],[-9,-1]],[[5160,9621],[0,1],[-20,23],[-22,28],[-8,4],[-7,4],[-21,8],[-30,5],[-19,2],[-1,2]],[[5032,9698],[1,1],[7,12],[6,13],[10,29],[21,25],[9,6],[3,0]],[[5089,9784],[3,0],[24,-2],[15,-2],[6,0],[24,0],[6,3],[5,4],[7,7],[0,1],[1,1]],[[5180,9796],[0,-3],[-2,-11],[-5,-12],[2,-12],[4,-8],[5,-6],[3,0],[8,-2],[23,-2],[15,9],[23,11],[20,11],[1,0],[4,-4],[3,-3],[1,-2],[0,-2],[0,-3],[0,-3],[-1,-7],[0,-2],[-3,-7],[-2,-2],[-2,-2],[-4,-2],[-5,-2],[-9,-6],[-1,-5],[0,-2],[-1,-20],[1,-2],[4,-10],[6,-11],[1,-4],[0,-9],[0,-3],[0,-1]],[[4476,9458],[0,2],[1,0],[3,0],[2,-1],[2,-1],[6,-1],[3,0]],[[4493,9457],[2,-3],[9,-9],[21,-19],[5,-4],[9,9],[5,6],[3,4],[1,3],[1,2],[9,5],[11,6],[16,6],[11,3],[1,0]],[[4597,9466],[3,-1],[17,-26],[14,-21],[15,-13],[14,-15],[15,-17],[17,-29],[4,-8],[-3,-3],[-10,-8],[-2,-1]],[[4482,9437],[1,0],[1,1],[0,1],[-1,2],[-4,6],[-3,6],[0,1],[0,4]],[[4491,4991],[1,-1],[1,-4],[2,-4],[2,-4],[2,-5],[0,-1]],[[4515,4867],[0,-1],[1,-3],[1,-5],[6,-10],[1,-1]],[[4524,4847],[-12,-6],[-12,-1],[-13,-2],[-10,-2]],[[4477,4836],[-2,-4],[-38,-16],[-1,2]],[[4336,4849],[1,1],[3,5],[20,25],[-2,18],[-4,8],[-2,20],[2,2],[3,3],[9,4],[2,1],[4,0],[0,4],[-1,0],[-1,0],[-2,0],[-2,0]],[[4366,4940],[-2,0],[-1,1],[9,8],[5,5],[5,1],[3,2],[5,3],[-1,17],[-4,13],[11,21],[21,11],[11,5],[8,2],[6,0],[7,-4],[2,-2],[5,-6]],[[5993,5647],[6,-2],[0,-1],[0,-2],[0,-2],[-17,-29],[-5,-7],[-36,-19],[-24,-17],[-1,-2],[-3,-7],[-23,-37],[-1,-2]],[[5872,5510],[-5,3],[-12,13],[-10,11],[-2,7],[-2,6],[-4,9],[-5,13],[-1,2],[-3,5],[-2,2],[-2,2],[-4,4],[-17,15],[-6,6],[-47,12],[-28,13],[-35,19],[-11,8],[-6,3],[-11,4],[-21,8],[-41,19],[-3,1],[-10,5],[-3,1],[-5,0]],[[5736,5899],[1,0],[15,-4],[12,6],[8,5],[6,6],[9,4],[16,2],[2,0],[6,-6],[8,-8],[-2,-7],[9,-12],[11,-6]],[[5837,5879],[1,-2],[0,-5],[0,-1],[-1,-1],[-1,-1],[-1,-12],[1,-22],[1,-18],[1,-18],[11,-21],[12,-13],[20,-5],[18,-7],[3,-1],[13,-2],[6,-1],[10,1],[2,1],[1,0],[3,6],[0,3],[1,4],[0,2],[1,1],[1,0],[5,2],[2,1],[4,-1],[5,-2],[18,-10],[4,-3],[1,-1],[7,-11],[2,-4],[22,-16],[2,-1]],[[6012,5721],[0,-2],[0,-2],[-4,-11],[-8,-9],[-5,-6],[-4,-3],[-1,-1],[-12,-3],[-12,-3],[-1,-1],[-3,-4],[-2,-5],[-3,-9],[30,-12],[6,-3]],[[1567,1762],[-1,0],[-23,5],[-15,6],[-2,11],[1,1],[0,5],[0,2],[0,1]],[[1527,1793],[-1,2],[-2,10],[8,12],[14,15],[18,26],[0,1]],[[1564,1859],[2,1],[22,-1],[3,0],[6,-2],[29,-5],[40,1],[0,2]],[[1666,1855],[2,-1],[15,-5],[13,-18],[6,-9],[2,-6]],[[1704,1816],[-4,-1],[-11,1],[-2,0],[-10,0],[-6,-8],[0,-2]],[[1671,1806],[-1,0],[-56,-19],[-47,-25]],[[1950,1109],[-21,7],[-3,1],[-23,9],[-19,10],[-10,6],[-2,2],[-2,8],[-2,6],[0,3],[-1,8],[-6,10],[-10,10],[-21,16],[-24,17]],[[1806,1222],[1,2],[5,5],[2,3],[11,8],[15,3],[46,-1],[36,-3],[26,1],[3,0],[1,-1],[8,-12],[6,-11],[0,-2],[5,-6],[12,-7],[10,-5],[10,-4],[11,-5],[5,-5]],[[2019,1182],[1,-1],[3,-6],[1,-3],[-2,-13],[-3,-18],[-3,-17],[2,-5],[0,-1],[-6,-3],[-24,-7],[-6,-1],[-8,0],[-9,-1],[-12,3],[-3,0]],[[4556,3698],[3,0],[43,-14],[48,-9],[8,0],[12,-2],[0,-5]],[[4670,3668],[1,-2],[3,-9],[6,-7],[-1,-12],[-6,-22],[-7,-25],[-13,-37],[-11,-35],[-5,-13],[0,-1]],[[4452,3622],[0,1],[23,12],[21,9],[23,11],[15,6],[5,7],[2,13],[-9,11],[-3,1]],[[4529,3693],[-2,3],[7,2],[10,0],[8,0],[4,0]],[[211,900],[0,-2],[0,-4],[-2,-17],[-1,-3],[-2,-4],[-8,-11],[-5,-6],[-2,-4],[-3,-12],[-7,-15],[-1,-2],[-2,-5],[-2,-5],[1,-8],[1,-6],[3,-8],[3,-8],[1,-4],[0,-4],[-2,-10],[0,-9],[0,-1],[2,-1],[20,-4],[2,0],[8,2],[14,8],[6,15],[-2,7],[1,3],[4,14],[3,1],[20,7],[6,2],[8,3],[4,2],[21,5],[16,1],[15,-2],[23,0],[24,-5],[11,0],[5,7],[8,0],[14,-7],[3,-3],[9,-12],[5,-8],[6,-10],[5,-6],[19,-1],[14,-1],[4,-1],[3,-1]],[[484,767],[2,-4],[2,-4],[4,-7],[12,-21],[-5,-3],[-17,-8],[-12,-7],[0,-1],[1,-3],[5,-10],[4,-6],[26,-30],[5,-5],[3,-1],[2,0]],[[516,657],[-2,-8],[-1,-3],[-3,-4],[-4,-7],[-2,-2],[-10,-7],[-21,-25],[-22,-26],[-8,-9]],[[443,566],[-2,1],[-6,4],[-5,3],[-2,2],[-2,1],[-11,7],[-12,5],[-14,4],[-19,2],[-45,15],[-37,-6],[-50,-1],[-53,3],[-1,0],[-2,1],[-2,2],[-1,3],[-15,9],[-34,18],[-20,-3],[-19,0],[-13,3],[-10,23],[-3,9],[0,5],[0,7],[-6,36],[4,13],[4,12],[15,19],[5,7],[8,22],[3,28],[3,21],[9,19],[8,13],[17,16],[5,4],[7,4],[13,4],[3,1],[19,0],[10,0],[6,0],[2,-1],[4,-1],[6,0],[1,0]],[[5901,6278],[2,0],[3,1],[4,1],[14,8],[11,6],[8,3],[3,0],[15,1],[-5,18],[-8,12],[-5,12],[-2,3],[-6,9],[-2,1],[-2,1],[-5,0],[-13,3],[-14,2],[-10,2]],[[5889,6361],[0,2],[-1,7],[-7,30],[-12,21],[-8,37],[0,3]],[[5861,6461],[1,0],[1,2],[9,10],[-2,13],[-2,7],[-1,4],[-1,3],[-1,2],[-2,2],[1,18],[2,16],[9,18],[19,21],[13,14],[3,4],[3,6],[0,5],[2,2],[2,2],[6,3],[1,0],[2,0],[23,-3],[1,0],[4,-3],[0,-1]],[[6024,6242],[-2,1],[-18,3],[-9,2],[-30,4],[-21,0],[-2,-1],[-6,-3],[-5,-2]],[[5931,6246],[-2,1],[-26,7],[-1,1],[-2,8],[-1,7],[0,2],[1,2],[1,4]],[[1181,2080],[0,1],[-8,11],[7,12],[10,11],[17,8],[22,0],[2,-1],[1,-1],[15,-6],[12,2],[15,24],[4,18],[0,11],[27,4],[22,3],[16,7],[8,17],[0,3],[-1,1]],[[1391,2058],[-4,-1],[-1,0],[-42,10],[-3,1],[-13,4],[-17,6],[-13,5],[-1,0],[-12,-4],[-17,-8],[-2,-1],[-1,-2],[-2,-3],[0,-6],[1,-2],[2,-2],[0,-1]],[[1266,2054],[-2,1],[-21,14],[-9,7],[-2,2],[-37,5],[-14,-3]],[[5357,5105],[1,0],[3,1],[6,-1],[3,0],[3,-2],[24,-13],[7,-9],[3,-10],[-1,-10],[0,-7],[1,-1]],[[5232,4999],[-1,4],[-6,17],[-5,18],[-1,4],[-1,4],[1,5],[-1,2]],[[5218,5053],[4,-1],[34,5],[32,1],[28,8],[18,8],[18,11],[3,12],[2,7],[0,1]],[[3535,1217],[-1,0],[-2,6],[-4,12],[0,1],[-2,3]],[[3526,1239],[0,1],[23,20],[24,25],[3,14],[6,9],[23,0],[19,15],[3,23],[0,1]],[[1569,2477],[4,-4],[2,-1],[20,-47],[2,-3]],[[1597,2422],[-1,-1],[-1,-1],[-2,-3],[11,-34],[-5,-22],[0,-3]],[[1515,2326],[-3,-1],[-1,1],[-6,3],[-31,34],[-1,1],[-1,2]],[[1472,2366],[1,2],[0,32],[-6,27],[0,2]],[[2993,3081],[-4,2],[-14,10],[-1,2],[0,1],[2,7],[1,3],[10,39],[8,34],[13,18],[1,20],[-3,26],[-11,22],[-4,7],[-1,2],[0,2]],[[3142,3225],[0,-1],[-2,-5],[-3,-5],[-5,-4],[-9,-7],[-2,-2],[-4,-7],[-1,-3],[-8,-35],[-3,-14],[0,-6],[1,-3],[0,-2],[1,-2],[3,-9],[0,-1],[2,-3],[2,-3],[2,-2],[2,-4]],[[3118,3107],[-1,-1]],[[3117,3106],[-5,-3],[-54,-11],[-54,-9],[-11,-2]],[[7631,6167],[-4,2],[-37,4],[-32,2],[-3,0]],[[7555,6175],[0,2],[0,19],[7,20],[2,1],[-2,3],[-2,2],[-3,3]],[[2583,997],[-4,5],[-7,9],[-1,1],[-12,19],[-11,10],[-10,5],[-38,17],[-1,1]],[[5056,4863],[-11,-3],[-5,-1],[-8,1],[-19,7],[-12,6],[-10,6],[-12,7],[-37,16],[-1,0]],[[4981,5034],[1,-1],[3,-2],[6,-5],[2,-1],[24,-11],[21,-5],[1,-1],[1,-1],[0,-2]],[[8916,6849],[20,7],[13,-6],[11,-8],[0,-8],[3,-2],[9,-4],[33,-13],[21,-9],[2,-1],[4,-1],[2,0]],[[9029,6742],[-1,0],[-17,3],[-20,8],[0,1],[-5,-1],[-1,-1],[-1,-1],[0,-4],[1,-5],[0,-4]],[[8985,6738],[-17,3],[-13,3],[-17,3],[-25,2],[-17,-2],[-3,0]],[[8893,6747],[0,1],[-8,17],[-10,13],[-2,1],[-3,2]],[[8866,6822],[2,1],[22,3],[9,-5],[3,3],[5,5],[3,4],[4,9],[2,5],[0,2]],[[8121,6575],[2,4],[10,10],[6,9],[3,5],[4,8],[4,11]],[[8150,6622],[19,-9],[1,0],[0,2]],[[8170,6615],[30,-10],[34,-10],[11,-7],[7,-10],[-4,-28],[4,-27],[0,-1]],[[8252,6522],[0,-3],[-5,-11],[-3,-11],[1,-15],[8,-10],[0,-1],[-5,-1]],[[8248,6470],[-11,0],[-27,-2],[-16,-3],[-6,-1]],[[8188,6464],[-2,2],[-17,29],[-8,14],[-12,16],[-13,13],[-4,3],[-1,0],[0,2],[1,4],[9,18],[1,3],[2,3]],[[8144,6571],[-8,3],[-2,0],[-13,1]],[[6814,5295],[1,0],[2,-1],[3,-1],[15,-1],[9,6],[19,15],[1,1],[1,2],[-1,7],[-8,5],[-4,2],[-5,4],[0,1],[10,13],[21,16],[8,5],[1,0]],[[6887,5369],[3,-6],[4,-2],[10,3],[12,-1],[15,-2],[13,0],[8,0],[2,2],[3,2],[6,7],[5,4],[14,-27],[-13,-11],[-13,-10],[-1,-2]],[[6955,5326],[-1,-2],[-7,-12],[0,-1],[1,-1],[1,-1]],[[6949,5309],[-21,2],[-39,-22],[-23,-12],[-2,-2],[0,-1]],[[6970,5185],[-2,-1],[-26,10],[-6,5],[-3,2],[-1,21],[8,13],[10,4],[5,7],[0,26],[1,3]],[[6956,5275],[1,0],[12,-5],[7,-5],[1,-5],[5,-22],[1,-18],[-8,-14],[-1,0],[-2,-3],[-1,-2],[-1,-2],[0,-2],[-1,-10],[1,-2]],[[1350,3403],[0,-1],[-13,-6],[-14,-13],[-2,-3],[-2,-3],[-1,-2],[-16,-9],[-20,-5],[-10,0],[-18,1],[-7,2],[-6,-5]],[[1241,3359],[-1,1],[-7,9],[-2,8],[-2,5],[-17,6],[-7,2]],[[6812,4300],[-2,-3],[-6,-8],[-8,-10],[-8,-11],[-6,-6],[-8,-7],[-9,-9],[-12,-12],[-11,-13],[-3,-2],[-9,-9],[-6,-4],[-5,-4],[-15,-8],[-19,-11],[-12,-7],[-12,-5],[-12,-6],[-33,-10],[-17,-5],[-39,-15],[-53,-23],[-15,-7]],[[6492,4105],[-1,2],[-2,4],[-20,19],[-32,3],[-23,2],[-16,4],[-74,18]],[[6324,4157],[87,26],[14,5],[5,2],[2,2],[2,2],[0,1],[0,18],[20,41],[2,4],[3,5],[8,12],[3,4],[3,2]],[[6500,4313],[9,4],[9,10],[6,8],[7,9],[9,8],[17,12],[8,-2]],[[6565,4362],[6,-3],[16,-10],[13,-7],[8,-5],[7,-3],[20,-10],[18,-9],[8,-8],[12,-12],[8,-10],[8,-10],[5,-6],[3,-2],[1,-1],[1,0],[3,0],[5,1],[28,7],[26,7],[28,9],[16,7],[6,4]],[[7527,6750],[3,0],[1,-1],[6,-7],[5,-6],[2,-3],[1,-3],[8,-21],[-6,-11],[-6,-10],[2,-2],[3,-3],[1,-1],[6,0],[8,1],[13,11],[11,11],[6,6],[8,2],[11,-3],[20,-4],[4,2]],[[7634,6708],[1,-3],[4,-14],[13,-33],[14,-24],[2,-25],[11,-3]],[[3482,604],[2,1],[44,14],[5,3],[13,8],[2,1],[22,19],[26,35],[0,1]],[[3675,650],[1,-2],[-2,-10],[-2,-14],[-1,-1],[-6,-4],[-2,-2],[-3,-1],[-19,-6],[-16,-10],[-5,-4],[0,-5],[1,-10],[2,-9],[4,-16],[3,-10],[0,-3],[-1,-6],[-2,-6],[1,-2],[6,-11],[0,-1],[9,-7],[3,-3],[6,-5],[9,-2],[9,-4],[1,-1],[1,-1]],[[3672,494],[1,-1],[6,-12],[3,-11],[-1,0]],[[3681,470],[-2,0],[-7,2],[-18,-12],[-9,-10],[1,-12],[1,-2],[-1,-3],[-6,-14],[-7,-11],[-3,-3],[-4,-5],[-1,-1],[-3,-1],[-3,0],[-6,2],[-4,2],[-4,1],[-3,1],[-12,-3],[-5,-4],[-7,-11],[-19,-17],[-12,-12],[-2,-5],[-5,-13],[-1,-9],[-3,-7],[-1,-2],[-5,-1],[-22,-2],[-34,-14],[-6,-6],[-2,-1],[-4,-1],[-16,1],[-11,5],[-19,14],[-15,21],[-15,10],[-5,0]],[[8218,6135],[-4,-3],[-6,-5],[-6,-5],[-8,-7],[0,-22],[1,-6],[2,-5],[1,-3],[15,-27],[10,-21],[12,-34],[0,-3],[0,-3],[3,-4]],[[8150,5940],[-1,1],[-10,43],[-6,31],[-2,22],[0,20],[1,18],[2,15],[5,17],[-4,7]],[[5244,4929],[1,1],[2,4],[1,3],[7,6],[1,1],[6,1]],[[5400,4836],[3,-2],[-5,-3],[-9,-4],[-11,-7],[-2,-5],[0,-6]],[[5171,4829],[1,1],[3,1],[8,4],[3,1],[6,1],[17,2],[22,0],[5,0],[3,-1],[2,1],[4,2],[1,1],[0,4],[1,7],[0,25],[1,31],[-5,18],[1,2]],[[2418,3896],[-1,3],[-1,7],[-15,39],[-1,1],[-2,5]],[[2398,3951],[7,4],[8,10],[0,1]],[[2413,3966],[3,5],[2,3],[1,2],[8,9],[21,33],[5,9],[12,4],[26,-2],[2,-1]],[[2493,4028],[1,-1],[5,-12],[1,-11],[-1,-18],[-7,-14],[0,-2],[3,1],[2,1],[3,1],[3,3],[1,1],[2,2],[4,4],[7,13],[0,3],[1,2],[1,1],[1,1],[9,6],[3,2],[18,8],[21,9],[10,3],[3,1],[18,9],[18,10],[7,3],[4,0]],[[2631,4054],[0,-3],[1,-7],[2,-3],[2,-2],[4,-4],[2,-1]],[[2583,3967],[-4,-6],[-1,-4],[-3,-8],[-5,-18],[0,-1]],[[5342,6529],[2,1],[12,11],[14,12],[1,1],[1,3],[4,7],[0,2],[2,23],[-2,4],[-4,3],[-1,1],[-3,1],[-4,1],[-3,0],[-9,-3],[-10,-3],[-11,-1],[-16,3],[-12,3],[-11,1],[-16,-2],[-15,4],[-10,-4],[-15,-7],[0,-1],[-1,-1],[-2,0]],[[5233,6588],[-6,7],[-3,4],[-1,2],[-1,3],[-2,3]],[[5452,6652],[6,-1],[4,0],[15,-3],[20,-6],[3,-1],[1,-1],[18,-17],[3,-9],[-3,-10],[-11,-27],[6,-14],[4,-16],[-1,-24],[2,-29],[13,-21],[1,-2],[3,-3],[9,-9],[2,-2],[6,-3],[7,-4],[5,-1],[15,-13],[6,-22],[0,-8],[-1,-3]],[[5585,6403],[-5,0],[-1,1],[-19,16],[-31,22],[-18,13],[-22,11],[-23,2],[-19,5],[-3,1],[-2,2],[-18,13],[-1,1],[-5,10],[-2,5],[-3,4],[0,2],[0,5],[-19,0],[-17,-3],[-25,-15],[-9,29],[-1,2]],[[4387,4105],[-1,0],[-18,5],[-2,10],[1,13],[-20,29],[-41,14],[-24,-1],[-34,-1],[-25,-1],[-3,0],[-4,0],[-1,0],[-3,1]],[[4212,4174],[5,2],[2,1],[4,3],[1,1],[2,3],[-2,4],[-4,8],[-1,1],[-1,1],[-1,1],[-6,2],[-2,1],[-2,2],[-1,1],[-1,1],[1,3],[1,8],[3,2],[10,5],[6,2],[-3,10],[-17,23],[-7,5],[-8,5],[-12,6],[-21,11],[-27,18],[-7,4],[-5,5],[-10,10],[-4,4],[-1,1],[-2,5],[-5,9],[-5,9],[0,2],[-6,8],[-1,1],[-3,2],[-1,0]],[[4081,4364],[-4,2],[-1,2],[-1,2],[-1,2],[0,1],[19,-2],[17,-6],[13,-7],[10,-2],[4,-1],[1,0],[9,7],[7,6],[1,1],[2,1],[1,-1],[1,0]],[[4503,4181],[3,-1],[4,-5],[5,-6],[6,-8],[3,-5],[2,-1]],[[4526,4155],[-1,-3],[-16,-20],[-1,-1],[-6,-3],[-5,-2],[-12,-1],[-13,0],[-4,0],[-21,-2],[-33,-11],[-27,-7]],[[1497,2729],[1,0],[8,0],[9,-2],[10,-3],[2,-3],[0,-2],[0,-5],[-1,-9],[1,-10],[3,-6],[1,-5],[2,-4],[8,-6],[7,-5],[2,-2]],[[1550,2667],[-1,-2],[-5,-4],[-3,-1],[-1,0],[-7,0],[-9,0],[-21,-3],[-4,-3],[-4,-3],[-3,-2],[-1,-1],[-4,-8],[-2,-6],[0,-1]],[[1485,2633],[-3,-1],[-10,9],[-6,11],[-7,14],[0,1],[-6,10],[-2,0],[-5,0]],[[1446,2677],[1,0],[21,19],[27,21],[0,2],[2,7],[0,3]],[[2307,3357],[2,-1],[6,0],[4,1],[9,1],[1,0],[2,-1],[1,-3],[4,-10],[1,-8],[0,-5],[0,-6],[-8,-4],[-11,-2],[-3,0],[-2,0],[-2,-1]],[[5334,5406],[0,-1],[11,-15],[3,-3],[35,-22],[6,-5]],[[5229,5335],[-1,4],[4,12],[14,9],[15,12],[2,2],[5,10],[-3,7],[-2,3],[-1,1]],[[5262,5395],[5,2],[8,2],[18,4],[5,1],[4,0],[7,0],[8,-1],[12,1],[5,2]],[[3776,4722],[2,-1],[12,-8],[24,5],[25,-13],[25,-22],[18,-16],[0,-1],[1,-1]],[[3851,4548],[-2,0],[-9,1],[-11,4],[-29,6],[-11,-2],[-12,-1],[-10,0],[-18,1],[-7,1],[-1,5],[0,2],[0,1],[2,0],[6,-1],[8,-1],[2,0],[2,1],[2,0],[0,1],[0,2],[-2,11],[-2,4],[-2,3],[-10,20],[-2,3],[-7,7],[-6,1],[-11,0],[-11,-1],[-2,0],[-3,1],[-2,2],[-4,8],[-1,2],[-4,13],[-10,11],[-11,11],[-3,3],[-1,1],[-4,8],[-1,1],[1,2]],[[3665,4679],[0,1],[0,1],[6,6],[31,9],[12,3],[25,0],[18,-9],[12,-7],[-1,15],[-6,18],[0,1],[14,5]],[[3739,590],[-1,-3],[-1,-37],[0,-2]],[[3737,548],[-4,-2],[-23,-6],[-24,-31],[-8,-10],[-5,-4],[-1,-1]],[[4137,4771],[1,1],[15,1],[22,1],[8,1],[17,3],[11,2],[2,1],[8,2],[23,10],[8,4],[0,1],[13,0]],[[4278,4734],[0,-4],[4,-12],[1,-3],[0,-1],[1,-2],[0,-1]],[[4207,4687],[-5,-1],[-3,0],[-3,1],[-2,1],[-12,2],[-1,0]],[[4181,4690],[0,1],[0,5],[-4,6],[-7,13],[-13,26],[-10,17],[-8,12],[-2,1]],[[7852,5696],[-1,-2],[-2,-3],[-2,-3],[-1,-4],[-1,-1],[0,-6],[-1,-5],[0,-17],[-1,-4]],[[7843,5651],[0,-6],[-7,-12],[-15,-20],[-13,-19],[-2,-1]],[[7806,5593],[-4,-1],[-24,-2],[-26,-3],[-20,-4],[-3,0],[-4,0]],[[7666,5625],[2,2],[19,12],[21,9],[12,4],[7,7],[10,9],[8,10],[0,2],[1,4],[1,8],[1,4],[2,1],[1,1]],[[7751,5698],[4,1],[3,2],[6,5],[8,8],[3,5]],[[7775,5719],[11,-3],[22,-3],[23,-3],[6,0],[4,0],[11,-14]],[[5610,9328],[1,1],[1,2],[1,2],[3,4],[8,7],[4,3],[8,6],[17,10],[6,4],[8,5],[3,1]],[[5670,9373],[2,-1],[19,-3],[18,-1],[1,0]],[[5710,9368],[0,-1],[6,-10],[4,-9],[2,-2],[11,-7],[3,-1],[5,-1],[3,-1],[4,0],[15,3],[4,1],[13,6],[11,4],[3,-2],[16,-7],[8,-4],[2,-1],[6,-7],[17,-15],[9,-11],[-5,-11],[-3,-5],[-1,-2],[-3,-1],[-5,-2],[-8,1],[-11,2],[-16,2],[-15,2],[-3,1],[-6,-1],[-6,-1],[-24,-7],[-2,-4],[-4,-6],[-4,-10],[-2,-7],[-1,-5],[-4,-12],[-6,-18],[-5,-11],[-3,-3],[-6,-28]],[[5709,9177],[-3,3],[-26,1],[-12,0],[-2,-1],[-20,3],[-16,7],[-13,12],[-13,6],[-34,-7],[-3,0]],[[5567,9201],[1,3],[12,17],[9,16],[1,2],[12,42],[7,21],[1,26]],[[5584,5467],[-1,3],[-1,9],[0,4],[-1,6],[0,6],[8,23],[10,25],[10,10],[2,10],[-3,7],[-3,5],[-1,3],[-3,6],[-4,6],[-5,7],[-14,18],[-16,14],[-2,2],[-4,5]],[[5750,5360],[-8,0],[-11,0]],[[7849,6029],[-7,-7],[-2,-3],[-1,-1],[-1,-3],[-3,-6],[-1,-2],[-1,-5],[-2,-4],[-1,-3],[-2,-4],[-2,-3],[-14,-17],[-3,-2]],[[7809,5969],[-16,0],[-23,0],[-3,2],[-15,14],[-20,20],[-10,9],[-19,15],[-2,2],[-5,3],[-2,1]],[[7694,6035],[-3,3],[-10,19],[-7,13],[-2,3],[-2,2],[-5,5],[-2,2],[-2,1]],[[7661,6083],[0,1],[-5,40],[-1,3]],[[7730,6124],[1,-1],[16,-10],[13,-12],[17,-20],[13,-19],[14,-22],[6,-9],[1,0],[1,-1],[7,-2],[1,0],[9,2],[3,1],[2,1],[6,1],[5,-2],[1,-1],[3,-1]],[[3895,1649],[4,6],[1,3],[0,4],[1,19],[-2,22],[-3,22],[0,1]],[[3992,1735],[1,-1],[1,-10],[0,-4],[14,-26],[18,-14],[35,-20],[9,-4],[29,-7]],[[4124,1621],[-6,-3],[-14,-21],[-7,-11],[-2,-4],[0,-2],[1,-13],[2,-11],[4,-13],[0,-4],[0,-4]],[[4102,1535],[-4,-2],[-43,-16],[1,-5]],[[8103,5649],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,-1],[-2,-3],[-4,-2],[-2,-1],[-10,-2],[-14,-3],[-1,0]],[[8065,5633],[-2,0],[-33,-16],[-6,-3],[-4,2]],[[8020,5616],[3,5],[-11,26],[-4,31],[-3,17],[-5,8],[-12,15],[-7,31],[0,1],[-1,3],[-3,6]],[[6449,8486],[4,7],[44,24],[26,20],[5,14],[4,9],[9,10],[11,6],[5,1],[16,7],[11,6],[7,6],[3,2]],[[6594,8598],[1,1],[1,1],[4,4],[5,5],[3,0]],[[6694,8562],[-2,-3],[-3,-3],[-2,-1],[-11,-5],[-8,-3],[-4,-2],[-6,0],[-5,-1],[-5,-1],[-9,-4],[-2,-2],[-2,-2],[-2,-2],[-10,-22],[-8,-16],[-1,-14],[0,-35],[4,-25],[-7,-10],[-11,-8],[-2,-1]],[[3685,4457],[-1,1],[0,1],[9,6],[6,4],[8,8],[5,13],[1,2],[-1,3],[-7,21],[-7,8],[-8,6],[-4,7],[-2,15],[0,6],[0,7],[-7,32],[-18,22],[-10,10],[-3,3],[-6,5],[-8,5],[-15,12],[-1,1]],[[3616,4655],[0,1],[-1,1],[-6,9],[-2,9],[19,0],[11,0],[18,1],[3,1],[3,0],[4,2]],[[3897,4459],[-2,-1],[-14,-3],[-3,0]],[[4102,5189],[3,0],[4,2],[29,12],[36,-9],[24,-9],[17,-7],[14,-8],[14,-13],[1,-1]],[[4244,5156],[0,-1],[15,-38],[13,-30],[-1,-14],[-3,-10],[-8,-7],[-9,-9],[0,-1]],[[4251,5046],[-30,5],[-27,3],[-23,19],[-9,7],[-5,2]],[[3967,531],[-7,-6],[-1,-2],[-10,-23],[-6,-15],[0,-2],[-3,-12],[-19,-9],[-4,0],[-33,4],[-22,7],[-5,4],[-5,2],[-17,5],[-2,0],[-6,0],[-2,-1],[-8,-4]],[[3817,479],[0,3],[0,2],[-3,8],[-1,1],[-14,11],[-18,10],[-19,2],[-11,4],[-1,0],[-1,1],[-5,6],[-3,6],[-5,13],[1,2]],[[3936,4268],[0,-1],[19,-17],[-3,-8],[-7,-9],[-3,1],[-4,1],[0,-4],[3,-10],[3,-12],[2,-4],[2,-4],[1,-1],[3,-3],[1,-20],[-1,-8],[-5,-10],[-10,-16],[-3,-4],[-8,-5],[-19,-5],[-25,-17],[-4,-4],[-5,-4],[-3,-1],[-11,-2],[-17,-1],[-19,1],[-5,-1]],[[3818,4100],[-1,1],[0,1],[-44,-7],[-8,-2],[-1,0],[-1,0],[-4,3]],[[3759,4096],[-1,2],[-3,2],[-11,8],[-7,6],[-11,8],[-4,4],[-1,1],[-1,0],[6,6],[10,9],[5,5],[5,5],[13,14],[1,2],[2,3],[0,1],[-1,2],[-2,10],[-1,6],[0,4],[0,4],[1,5],[3,13],[5,12],[4,10],[4,6],[8,11],[19,24],[1,0],[2,0]],[[8307,5339],[1,0],[22,6],[19,8],[37,-17],[1,-1],[4,0]],[[8391,5335],[4,-5],[9,-17],[5,-17],[4,-18],[8,-39],[2,-52],[2,-17],[3,-40],[1,-2]],[[8429,5128],[0,-1],[16,-43],[15,-24],[15,-17],[3,-17],[-6,-12],[-7,-10],[-3,-13],[1,-4]],[[8463,4987],[-67,-16],[-12,35],[-7,25],[-4,31],[-2,37],[-7,40],[-7,14],[-23,35],[-29,27],[-6,3],[-3,2],[-6,5],[-8,6],[-12,12],[-10,11],[-5,7]],[[8255,5261],[2,0],[1,2],[3,10],[1,5],[1,14],[0,15],[-2,26],[0,2],[0,3]],[[3189,3746],[0,1],[0,6],[-1,8],[-12,43],[-7,30],[-12,31],[-2,9],[0,6],[0,4],[1,5]],[[3156,3889],[1,1],[39,-15],[28,-8],[20,-14],[11,-12],[18,-4],[13,6],[1,0]],[[3312,3681],[-1,0],[-37,-15],[-15,14],[-17,8],[-16,3],[-1,0]],[[7851,6472],[0,-1],[8,-6],[31,-25],[10,-13],[1,-1],[4,-2]],[[7905,6424],[-2,-5],[-2,-6],[-4,-8],[-2,-2],[-6,-3]],[[7820,6388],[-1,0],[-8,-6],[-2,-3],[-3,-3],[-2,-1],[-8,-3],[-1,0],[-27,4]],[[7144,4918],[5,5],[6,4]],[[7155,4927],[1,0],[5,4],[6,6],[14,13],[4,4],[11,18],[0,3]],[[7310,5016],[1,-2],[4,-6],[1,-1],[1,0],[12,-5],[10,-4],[7,-1],[9,-3],[9,-5],[13,-13],[1,-2]],[[7378,4974],[-2,-1],[-34,-19],[-23,-13],[-38,-22],[-19,-19],[-24,-19],[-26,-5],[-42,-12],[-4,-2],[-2,-1]],[[4068,1261],[-4,0],[-48,0],[-19,-5],[-36,-1],[-3,0]],[[4061,1335],[5,-2],[14,-5],[6,-4],[8,-4],[7,-4],[7,-3],[18,-8],[3,-1],[3,0]],[[4132,1304],[-1,-1],[-4,-3],[-1,-2],[-2,-7],[-5,-7],[-2,-3],[-4,-1],[-19,0],[-15,1],[-7,1],[-7,-6],[0,-5],[3,-9],[0,-1]],[[4916,4155],[-1,1],[-2,3],[-22,22],[-22,21],[-22,28],[-1,1]],[[4846,4231],[0,1],[7,19],[1,3],[3,4],[4,6],[3,2],[21,6],[26,10],[26,11],[15,16],[30,25],[2,3]],[[4984,4337],[2,-1],[14,-34],[4,-12],[9,-10],[3,-4],[1,-1],[16,-14],[4,-3]],[[5037,4258],[0,-2],[-21,-28]],[[5016,4228],[-1,1],[-12,-2],[-15,-5],[-5,-6],[-2,-3],[-18,-24],[-9,-14],[-4,-7],[-2,-2],[-2,-5],[0,-1],[-1,-2]],[[3452,1325],[1,10],[5,4],[32,8],[27,5],[1,1]],[[3518,1353],[33,-4],[21,-5],[6,-2],[1,0]],[[3526,1239],[-35,-2],[-34,9],[-1,0],[-4,3],[0,3]],[[9876,6513],[18,-17],[9,-11],[2,-5],[2,-10],[0,-9],[4,-26],[4,-4],[3,-3],[2,-2],[3,-1],[4,-1],[7,1],[3,0],[15,0],[8,-1],[12,-3],[4,-1],[7,-6],[3,-4],[5,-8],[1,-6],[2,-11],[0,-7],[1,-2]],[[9995,6376],[-14,-5],[-30,-10],[-23,-7],[-36,-10],[-9,-4],[-17,0],[-7,1]],[[9735,6447],[2,6],[1,2],[5,6],[9,6],[30,19],[3,1],[12,1],[7,1],[15,0],[19,1],[27,14],[3,4],[5,4],[3,1]],[[6594,8598],[-3,3],[-41,5],[-24,-3],[-39,-2],[-5,0],[-18,1],[-5,5],[-5,5],[-6,8],[-6,7],[-13,9],[-40,23],[-8,4],[-1,1]],[[6416,8804],[1,0],[4,6],[3,6],[6,12],[8,12],[33,25],[21,12],[7,4],[5,1],[37,18],[4,4],[31,-4],[4,-1]],[[8293,7083],[2,1],[5,1],[9,-2],[6,-3],[5,0]],[[8320,7080],[1,-1],[2,-1],[17,7],[33,12],[45,11],[1,0]],[[8419,7108],[-2,-30],[1,-4],[1,-8],[1,-3],[2,-7],[1,-3],[1,-25],[0,-3],[-1,-2],[-1,-2],[-3,-5],[-3,-5],[-19,-25],[-33,-5],[-16,-4],[-11,-1],[-5,0],[-2,1]],[[8266,7001],[15,9],[0,2],[11,35],[1,7],[1,11],[0,5],[0,2],[-1,9],[0,2]],[[3179,4150],[-1,0],[-15,1],[-5,0],[-15,2],[-8,2],[-7,2],[-4,1]],[[3124,4158],[-3,1],[-1,1],[-46,49],[-19,46],[-1,2]],[[3054,4257],[5,4],[0,1],[0,2],[0,2],[-2,6],[0,1],[-2,1],[-7,3],[-10,4],[-3,2],[-1,1],[-1,1],[0,3],[0,2],[1,1],[0,1],[2,1],[12,7],[3,0],[8,0],[6,-1],[18,-8],[19,-7],[16,-5],[0,2],[0,1],[2,4],[1,3],[3,7],[2,4],[1,1],[2,2]],[[3129,4303],[1,0],[5,2],[4,1],[3,0],[8,-3],[6,-3],[6,-3],[8,-13],[5,-8],[10,-8],[22,1],[2,1],[3,1],[17,4],[15,-5],[4,-2],[11,-10],[1,-1]],[[3260,4257],[-1,0],[-3,-1],[-2,-1],[-2,-2],[-1,-2],[-1,-1],[0,-3],[0,-8],[6,-7],[1,-1],[18,-14],[10,-6],[8,-3],[2,0]],[[825,357],[1,-1],[11,6],[6,5],[27,5],[2,0]],[[872,372],[2,1],[3,-1],[8,-1],[4,-5],[1,-9],[1,-5],[2,-4],[7,-10],[4,-3],[3,-3],[11,-3],[4,0],[3,0],[33,-8],[18,-7],[9,-3],[3,-1],[8,1],[3,0],[13,6],[6,3],[3,2]],[[1021,322],[31,-12],[9,-2]],[[1061,308],[4,-2],[1,-1],[1,-2],[3,-2],[2,-1]],[[5683,5338],[0,-2],[-2,-6],[-2,-14],[8,-13],[22,-24],[26,-30],[7,-6],[0,-2],[1,-5],[0,-1],[-5,-17],[-5,-12],[-6,-11],[-6,-16],[-5,-11],[-3,-2]],[[7573,5202],[-2,-4],[-12,-10],[-2,-1],[-1,-5]],[[7556,5182],[-2,2],[-2,1],[-29,42],[-6,8],[-2,2],[-4,10],[-2,4]],[[7509,5251],[1,0],[3,1],[7,14],[3,16],[3,47],[1,5],[0,2]],[[7623,5346],[3,-1],[20,-12],[10,-11],[-4,-13],[-7,-16],[0,-2],[-1,-5]],[[6634,7317],[1,-1],[5,-2],[9,-1],[1,0],[9,1],[9,-3],[5,-2],[2,-1],[4,-4],[1,-1],[1,-3],[1,-3],[0,-5],[6,-17],[9,-12],[10,-10],[3,-4],[2,-5],[1,-9],[-3,-8],[-4,-9],[-2,-12],[0,-2],[1,-4],[1,-1],[1,0],[8,-2],[9,-2],[6,-2],[2,-1],[11,-6],[5,-6],[0,-2],[3,-1],[1,0],[1,2],[4,9],[2,9],[-1,12],[1,9],[0,1],[17,8],[13,2],[3,1],[2,0],[11,-1],[8,-3],[14,-4],[3,0]],[[6830,7222],[0,-3],[1,-2],[3,-4],[3,-4],[1,-1],[1,-5]],[[6939,7169],[-1,0],[-2,-6],[1,-3],[0,-3],[2,-2]],[[6939,7155],[-1,-1],[-2,-7],[-11,-13],[-13,-10],[-2,2],[-3,2],[-2,1],[-10,3],[-8,1],[-4,0],[-14,-1],[1,-4],[2,-7],[0,-7],[0,-7],[-4,-9],[-6,-11],[-6,-8],[-22,-28],[-1,0],[-3,-2],[-3,-2],[-4,0],[-4,1],[-3,0],[-22,5],[-5,3],[-4,6],[-2,6],[-1,5],[-2,5],[-1,1],[0,1],[-2,1],[-3,1],[-3,0],[-6,-1],[-3,0],[-4,-6],[-5,-10],[-3,-11],[-15,-5],[-20,-1],[-19,3],[-22,2],[-13,-10],[-7,-8],[0,-1],[-2,-6]],[[6652,7028],[-4,0],[-8,2],[-12,2],[-2,1],[-4,2],[-1,0]],[[6621,7035],[0,1],[-3,4],[-2,3],[-4,4],[-2,20],[0,1]],[[6610,7068],[2,0],[5,3],[1,2],[4,4],[2,4],[2,2],[2,3],[0,1],[1,3],[3,26],[-18,24],[-5,6],[-2,5],[-3,13],[0,12],[3,16],[3,17],[0,2],[-1,3],[-1,2],[-4,6],[-2,2],[-10,10],[-3,3]],[[6589,7237],[4,1],[2,3],[-2,19],[0,2],[21,37],[18,17],[2,1]],[[9534,7104],[35,-24],[6,-3],[10,-5],[2,-1],[5,-5],[0,-2],[0,-9],[-6,-18],[-5,-23],[-4,-21],[-2,-8],[3,-13]],[[9453,7014],[1,3],[0,12],[5,14],[9,8],[19,10],[5,15],[0,20],[6,9],[26,-2],[10,1]],[[7026,5650],[-2,10],[-3,10],[0,2],[1,2],[5,8],[-6,31],[0,5]],[[7097,5785],[1,-1],[12,-8],[3,-1],[3,-2],[4,-1],[27,-4]],[[7147,5768],[0,-2],[-9,-20],[-16,-29],[-7,-21],[2,-4],[9,-4],[11,-3],[3,0],[4,-1],[2,-1],[7,-5],[2,-1],[1,-4],[1,-2],[0,-2],[-1,-5],[-8,-18],[-6,-12],[-10,-8],[-12,-8],[-3,-14],[2,-8],[-1,-3],[0,-4]],[[7118,5589],[-1,-1],[-18,-1],[-3,3],[-7,7],[-1,0],[-2,-1],[-7,-4],[-3,-3],[-3,-4],[-1,-1],[-1,-3]],[[1324,3187],[-5,2],[-4,1],[-1,0],[-6,1],[-1,0]],[[1307,3191],[0,1],[-2,1],[-19,11],[-11,1],[-2,0],[-7,-2],[-48,-1],[-14,4],[-19,3],[-4,1]],[[1181,3210],[7,4],[12,14],[8,13],[-1,4],[5,4],[1,0]],[[1213,3249],[4,-2],[15,5],[2,1],[4,2],[16,4],[1,0],[2,0],[20,-3],[3,-6],[7,-10],[10,-5],[4,1],[17,4],[1,0]],[[1319,3240],[10,-30],[0,-5],[-1,-7],[-4,-10],[0,-1]],[[2384,1014],[-2,-2],[-3,-2],[-7,-14],[-7,-14],[-2,-7],[-2,-4],[-3,-4],[-4,-3]],[[2284,1069],[0,6],[0,1],[-11,6],[-9,6],[0,10],[6,5]],[[8809,6638],[38,7],[21,3],[7,0],[4,0],[1,0]],[[8880,6648],[13,-6],[5,-3],[4,-2],[8,-4],[5,-2],[6,-2],[3,-1]],[[8924,6628],[-6,-8],[-4,-5],[-13,-32],[-11,-28],[-2,-8]],[[8888,6547],[-12,-1],[-4,0],[-31,-10],[-5,-2],[-6,-2]],[[8830,6532],[-1,6],[-3,4],[-9,1],[-2,0],[-14,6],[-6,14],[5,29],[6,28],[3,18]],[[5423,8124],[-9,-5],[-5,-3],[-9,-3],[-32,20],[-20,15],[-12,21],[-2,33],[0,5]],[[5334,8207],[15,1],[28,-1],[21,-11],[17,-13],[4,-3],[0,-2],[0,-4],[-1,-1],[-3,-4],[-13,-11],[-10,-8],[-1,-4],[1,-3],[1,-1],[5,-3],[2,-1],[4,-1],[1,0],[8,-4],[9,-6],[1,-3]],[[448,3823],[3,-1],[6,-3],[7,-3],[7,-5],[8,-8],[2,-3],[2,-3],[0,-1],[3,-2],[1,0]],[[487,3765],[-1,0],[-37,-11],[-7,3],[-3,2],[-3,1]],[[436,3760],[-1,1],[-12,8],[-3,2],[-10,5],[-13,18],[-8,20],[0,1],[-8,4],[-8,4],[-3,1]],[[351,3836],[2,0],[2,0],[48,3]],[[5666,4465],[-1,1],[-18,11],[-16,5],[-6,0]],[[4614,7851],[5,1],[25,1],[3,1]],[[4647,7854],[1,0],[3,-1],[7,-2],[27,-13],[17,-8],[10,-4],[21,6],[2,0]],[[4854,7802],[9,-22],[-5,-29],[-2,-32],[1,-1]],[[4857,7718],[-1,-1],[-1,-1],[-1,0],[-31,-5],[-31,-5],[-4,-1],[-1,0]],[[4598,7658],[-3,2],[-6,2],[-5,2],[-10,6],[-10,5],[-3,3],[-1,2],[-1,2],[-1,2],[0,3],[0,1],[1,2],[6,13],[3,3],[0,1],[0,23],[-5,18],[-4,9],[11,9],[17,15],[14,3],[15,4],[8,2],[1,1],[-1,1],[-4,12],[-3,11],[0,16],[-3,19],[0,1]],[[1918,2367],[9,-1],[18,-2],[9,-1],[6,-2],[7,-5],[6,-4],[4,-3]],[[1977,2349],[-1,-1],[5,-21],[5,-10],[0,-8],[0,-2]],[[1986,2307],[-1,0],[-23,1],[-20,-6],[-5,-1]],[[1937,2301],[-1,2],[-1,0],[-12,1],[-20,2],[-2,2],[-9,6],[0,7],[4,9],[4,4],[1,2],[0,2],[-1,3],[-3,1],[-2,1],[-12,-2],[-2,0],[-7,-2],[-2,-1],[-1,-1],[-3,-4],[-2,-1],[-8,-1],[-4,3],[2,12]],[[4571,8897],[1,-1],[9,-20],[4,-14],[2,-5],[-1,-1],[-6,-6],[-3,-3],[2,-10],[8,-14],[27,-22],[27,-22],[-2,-8],[-7,-6],[-8,-6],[-9,-5],[-9,-18],[-9,-17],[8,-12],[1,-3]],[[4606,8704],[0,-2],[0,-5],[2,-3],[4,-4],[3,-3],[2,-1],[0,-1],[0,-5],[-3,-2],[-7,-3],[-16,-8],[-13,-5],[-3,-2],[-2,-3],[-1,-2],[-13,-32],[1,-9],[1,-7],[4,-12],[4,-11],[0,-11],[-1,-1]],[[4568,8572],[-1,0],[-32,-6],[-6,-3],[-5,2],[-17,9],[-7,4],[-15,12],[-3,3],[-25,2],[-27,-1],[-1,1]],[[4429,8595],[1,2],[-4,6],[-4,3],[-19,20],[-8,22],[1,3],[0,3],[0,1],[8,12],[3,5],[9,13],[37,6],[11,41],[-1,32],[2,24],[4,12],[-2,25],[-10,20],[-9,14],[-8,27],[0,5],[10,1],[12,-2],[4,-1],[27,6],[11,3],[16,7],[9,3],[2,1]],[[5141,8188],[1,-9],[1,-5],[6,-14],[7,-12],[0,-1],[-1,-8],[-16,-5],[-22,1],[-2,2],[-3,1],[-8,1],[-3,0],[-5,-1],[-23,-8],[-5,-2],[-4,-9],[-1,-6],[10,-20],[-23,-9],[-31,-6],[-3,0]],[[5016,8078],[-1,0],[-7,2],[-27,15],[-17,17],[-19,24],[-1,3],[-5,8],[0,2],[4,10]],[[4943,8159],[1,0],[2,0],[2,0],[2,1],[1,1]],[[7247,7623],[-13,2],[-5,1],[-3,5],[0,8],[0,4],[3,3],[2,3],[1,1],[0,3],[1,7],[0,1],[-1,2],[-1,2],[-5,5],[-2,1],[-5,3],[-10,3],[-22,6],[-12,4],[-41,14],[-26,10],[-37,14],[-4,5],[-1,0],[-19,-6],[-10,-3]],[[7037,7721],[-1,1],[-36,24],[-5,2],[-3,2],[-7,6],[-8,7],[-18,21],[-3,3]],[[6956,7787],[1,0],[9,11],[-1,8]],[[6965,7806],[6,-1],[31,0]],[[7002,7805],[1,-9],[8,-10],[14,-13],[5,1],[12,2],[17,4],[14,3],[21,0],[28,-3],[17,-8],[14,-5],[10,1],[30,1],[9,0],[13,0],[12,4],[4,1],[1,1],[1,1],[1,1],[4,14],[7,15],[1,2],[1,1],[3,1],[1,-1],[3,-5],[1,-2],[3,-12],[7,-22],[0,-1],[1,-2]],[[7266,7765],[0,-6],[-1,-1],[-2,-2],[-6,-6],[-7,-11],[0,-1],[0,-4],[1,-2],[1,0],[9,-6],[8,-4]],[[5990,4326],[1,0],[16,-8],[13,-8],[41,-30],[13,-14],[1,0]],[[6075,4266],[-1,-1],[0,-1],[0,-1],[8,-21],[7,-15],[5,-12],[8,-15],[17,-19],[8,-8],[17,-14],[87,-59]],[[6231,4100],[-24,-16],[-38,-24],[-44,-27],[-39,-25],[-3,-2],[-7,-4]],[[6076,4002],[-84,30],[-36,19],[-11,6],[-4,3],[-2,2],[-3,3]],[[5936,4065],[-1,0],[-2,3],[-3,3],[-25,31],[-9,11],[-11,13],[-27,28],[-1,1]],[[3091,3380],[3,-3],[3,-3],[2,-3],[3,-5],[1,-2],[1,-1],[2,-4],[3,-3],[4,-3],[5,-1],[2,-1]],[[3030,3372],[4,-3],[12,-6],[4,-3],[4,-1],[2,0],[1,0],[1,0],[2,2]],[[9399,6223],[-2,-2],[-16,-25],[-5,-9],[0,-2],[1,-6],[0,-3],[2,-7],[1,-5],[0,-4],[0,-23],[0,-5],[0,-4],[-1,-7],[-2,-13],[-6,-6],[-22,-27],[-6,-8],[-8,-11],[-1,-1]],[[9334,6055],[0,2],[-6,5],[-5,4],[-4,2],[-19,9],[-3,2],[-3,0]],[[9294,6079],[0,6],[2,33],[14,40],[6,47],[1,6],[1,6],[1,10],[0,28]],[[3962,2272],[4,1],[35,-23],[46,-1],[34,0],[29,5],[4,1],[2,-1],[4,-1],[20,-9],[1,0]],[[4141,2244],[-2,-1],[-3,-3],[-4,-4],[-2,-3],[-25,-24],[-11,-8],[-22,-16],[-5,-3],[-3,-1],[-17,-7],[-19,-5],[-12,-3],[-18,-3],[-20,-1],[-22,-1],[-51,-10],[-4,-1]],[[8991,7117],[3,3],[27,34],[19,20],[1,1],[8,18],[4,10],[6,23],[0,9],[-2,7],[-1,2],[0,3],[1,4],[3,2]],[[9060,7253],[2,0],[21,4],[6,3]],[[9089,7260],[-2,-2],[-5,-7],[-1,-2],[-6,-17],[1,-25],[5,-15],[15,-9],[25,-10],[25,-6],[2,-1],[2,-1],[2,-2],[0,-1],[0,-3],[-1,-3]],[[9065,7031],[-3,-2],[-17,-1],[-2,1],[-2,2],[-5,6],[-4,10],[-1,1],[-1,1],[-6,1]],[[9024,7050],[-2,-1],[-3,-1],[-4,-3],[-3,-2],[-10,-4],[-1,2],[-1,8],[-1,8],[0,3],[2,17],[0,16],[-2,6],[-8,17],[0,1]],[[4272,4058],[11,6],[1,1]],[[4284,4065],[9,-7],[13,-9],[17,3],[14,1],[20,-16],[16,-12],[15,-8],[4,-2],[3,-3],[1,-1],[2,-2],[3,-9],[1,-2],[0,-2],[0,-2],[-1,-2],[15,-24],[22,-23],[11,-15],[16,-16],[32,-4],[23,-6],[3,-1],[3,0],[3,0]],[[4267,3850],[-12,0],[-19,5],[-11,7],[-2,3],[-2,3],[1,6],[2,1],[1,3],[0,1]],[[4600,3308],[2,-1],[42,-18],[11,-14],[2,-3],[12,-22],[4,-8],[1,-12],[0,-6],[0,-2],[-2,-2],[-3,-3],[-3,-8],[0,-1],[1,-1],[20,-4],[18,-5],[15,-3],[37,-14],[3,-4],[3,-4],[3,-5],[8,-7],[0,1]],[[4774,3162],[0,-1],[1,-2],[-6,0],[-2,0],[-19,-14],[-25,-27],[-14,-16],[-8,-11],[-3,-3],[-4,-5],[-14,-17],[-17,-15],[-3,-1]],[[4660,3050],[-1,0],[-29,15],[-17,9],[-25,19],[-8,6],[-5,5],[-1,5],[-1,5],[0,1],[-2,3],[-3,2],[-3,3],[-24,-7],[-6,-2],[-7,-3],[-4,-3],[-4,-3],[-5,-7],[-2,-2],[-10,-8],[-27,-21],[-27,-23],[-7,-6],[-11,-7],[-12,-6],[-16,-5],[-11,-10],[-10,-11],[-12,-8],[-24,-11],[-8,-12],[-12,-21],[-18,-5],[-9,-3],[-13,-7],[-4,-28],[1,-26],[1,-13],[-1,-7],[-5,-15],[-1,-4],[-2,-4],[-7,-12],[-8,-27],[20,-17],[13,-21]],[[3871,3118],[22,14],[7,9],[7,0],[8,1],[3,-1],[7,-1],[15,-4],[10,-2],[11,-3],[3,0],[9,-1],[8,6],[13,6],[7,-1],[1,0],[1,-1],[9,-1],[6,1],[0,15],[5,17],[1,11],[4,11],[2,7],[-2,12],[-8,8],[-12,9],[-1,5],[0,1],[3,4],[3,5],[9,15],[4,10],[1,3],[1,3],[-3,0],[-15,2],[-13,1],[-6,4],[2,5],[-5,2],[-19,-2],[-8,-1],[-3,0],[-1,1],[-13,7],[-12,6],[-2,1]],[[3930,3302],[-5,9]],[[3925,3311],[9,11],[1,1],[4,9],[0,2],[-1,3],[-2,1],[-4,4],[0,1],[1,6],[0,2]],[[3933,3351],[7,-3],[9,-3],[6,-3],[7,-4],[8,-5],[4,-2],[32,-11],[2,-1],[23,10],[23,0],[30,16],[9,11],[15,9],[19,12],[24,9],[17,13],[1,3]],[[4169,3402],[1,0],[31,4],[39,9],[35,7],[3,0]],[[668,4044],[-1,-1],[-1,-1],[-1,-2],[-3,-5],[-4,-6],[-18,-10],[-22,7],[-29,5],[-5,2]],[[584,4033],[-10,22],[-5,16],[-4,12],[-5,5],[-4,3],[-4,9],[6,10],[1,2],[1,1]],[[676,4111],[0,-1],[14,-16],[3,-12],[-8,-7],[-10,-14],[-7,-16],[0,-1]],[[5730,5102],[1,-1],[16,-2],[21,-4],[14,-5],[5,-3],[5,-3],[7,-7],[2,-2],[2,-1],[2,0],[3,2],[1,1]],[[5688,4938],[1,0],[6,-1],[6,-1],[5,-5],[3,-4],[8,-8],[3,-2],[9,6],[8,6],[8,5],[0,1],[2,2],[5,12],[-1,1],[-1,1],[-4,2],[-2,1],[-7,1],[-13,7],[-16,7],[-5,3],[-4,5],[1,1],[-1,7],[0,1],[-1,1]],[[1523,2802],[1,0],[9,-1],[8,-1],[9,-4],[1,0],[6,-4],[33,-17],[2,0]],[[1560,2745],[-1,0],[-11,-1],[-46,-6],[-5,-6],[0,-1],[0,-2]],[[1497,2729],[-2,0],[-6,1],[-15,4],[-7,3],[-1,1]],[[1460,2775],[1,1],[44,16],[17,8],[1,2]],[[3705,4784],[1,1],[2,4],[2,5],[1,1],[2,1],[16,7],[3,1],[6,1],[2,0],[18,-2],[2,-1],[20,-4],[17,0],[20,1],[8,0],[28,6],[18,2],[15,-10],[13,-14],[0,-2],[0,-1],[1,-1],[1,-1],[4,-3],[6,-2],[6,-3],[6,-2],[3,-1],[15,-3],[2,0],[11,0],[23,1]],[[3977,4765],[0,-1],[6,-12],[8,-21],[1,-19],[3,-22],[1,-17],[-1,-16],[0,-1]],[[3776,4722],[-3,5],[-5,8],[-4,7],[-11,12],[-9,8],[-5,4],[-20,11],[-8,5],[-6,2]],[[3350,740],[7,10],[2,3],[32,26],[28,8],[22,4],[4,1],[4,2],[1,2]],[[3516,787],[1,-3],[1,-1],[-1,-5],[-1,-1],[-8,-8],[-11,-15],[5,-18],[-2,-13],[-3,-12],[-8,-16],[-10,-3],[-16,-6],[-22,-8],[-1,-1]],[[3341,713],[-1,3],[0,3],[2,7],[3,7],[2,2],[3,5]],[[3791,938],[3,-5],[4,-5],[6,-5],[15,-41],[5,-14],[4,-10],[3,-6],[1,-3]],[[3772,805],[-8,5],[-14,8],[-4,-1],[-3,0],[-9,-2],[-8,0],[-9,3],[-13,15],[-3,5],[-1,3],[-1,3],[3,3],[-5,23],[-12,18],[-14,25],[-5,8]],[[3237,3571],[1,0],[2,-3],[1,-2],[2,-3],[6,-3],[2,-1],[5,0]],[[2948,3492],[0,23],[1,2],[0,5],[0,1],[2,3],[4,6],[-12,27],[-5,18],[-7,21],[23,1],[9,0],[0,1]],[[3049,3639],[13,-1],[35,-5],[1,0]],[[3384,3623],[-4,7],[-12,38],[0,1]],[[3468,3717],[0,-1],[21,-7],[27,-9],[27,-17],[1,-1],[1,0],[0,-1]],[[1346,2217],[-3,2],[-3,17],[0,3],[3,4],[2,4],[2,2],[2,2]],[[1349,2251],[24,15],[24,23],[7,18],[3,22],[0,1],[-2,2],[-3,2],[-8,3],[-7,3],[-2,0]],[[1385,2340],[2,3],[2,1],[15,12],[13,0],[28,1],[26,9],[1,0]],[[2083,975],[7,5],[31,-15],[14,7],[10,11],[14,12],[4,2],[2,1]],[[2165,998],[-7,-13],[-3,-3]],[[2155,982],[-1,-2],[0,-2],[0,-3],[-1,-2],[-1,-2]],[[2152,971],[-1,0],[-1,-2],[-1,0],[-10,-1]],[[2139,968],[-2,-1],[-11,-6],[-3,-3],[0,-2],[1,-1]],[[2124,955],[-2,-1],[3,-11],[2,-9],[10,-9],[1,-11],[1,-16],[0,-6],[-1,-7],[0,-7],[1,-4],[12,-24]],[[2151,850],[1,-6],[4,-33],[0,-3]],[[2156,808],[-3,0],[-19,5],[-27,-12],[-4,-6],[-2,-2],[-6,-2],[-3,-1],[-12,-4],[-4,-1],[-8,0],[-11,0],[-7,0]],[[2050,785],[0,2],[0,4],[0,4],[3,5],[3,4],[5,5],[2,2],[0,1]],[[2063,812],[1,1],[5,17],[5,28],[0,16],[0,12],[4,24],[3,4],[2,2],[7,5],[4,3],[2,3],[3,10],[0,7],[-2,-2],[-2,-2],[-4,-2],[-7,-3],[-20,-7],[-8,0],[-2,0],[-15,9],[0,2],[3,13],[5,2],[23,13],[11,7],[2,1]],[[7432,7405],[0,-1],[1,-2],[3,-5],[2,-2],[2,-2],[3,-2],[40,-13],[5,-1],[8,-1]],[[7496,7376],[2,-4],[2,-2],[3,-4],[5,0]],[[7505,7257],[-2,0],[-15,-3],[-12,-4],[-9,-3],[-8,-7],[-8,-4],[-2,-1],[-5,-1]],[[7444,7234],[1,3],[1,3],[1,1],[0,2],[-13,11],[-14,11],[-13,6],[-27,1],[-1,0]],[[7313,7368],[1,0],[21,-6],[14,-4],[13,-6],[7,-5],[14,15],[13,13],[8,17],[-6,8],[0,1]],[[516,657],[1,0],[1,-3],[3,-5],[1,-3],[14,-18],[23,-25],[7,-14],[5,-15],[17,-19],[7,-8],[18,-18],[15,-13],[3,-24],[1,-9],[-2,-12],[-4,-9],[0,-1]],[[626,461],[-3,0],[-4,0],[-3,-1],[-2,-1],[-2,-3],[-7,-4],[-6,0],[-2,1],[-19,6],[-4,3],[0,3],[-2,10],[-3,13],[-2,6],[-2,4],[-2,2],[-6,4],[-34,15],[-13,-2],[-13,-5],[-2,-3],[-3,1],[-9,4],[-5,2],[-14,12],[-9,13],[-5,10],[-5,12],[-2,3]],[[4817,8036],[0,1],[-8,12],[-15,34],[-16,38],[-1,18],[-1,17],[0,19],[1,27],[7,27],[0,1]],[[4784,8230],[3,1],[15,8],[10,6],[10,5],[5,-1],[5,-2],[-2,-12],[-5,-16],[-1,-4],[-3,-10],[-1,-5],[1,-3],[5,-17],[6,-7],[27,-16],[29,6],[22,2],[29,-6],[4,0]],[[5016,8078],[0,-1],[-2,-7],[11,-10],[14,-10],[16,-9],[7,-7],[4,-5],[-2,-8],[-6,-6],[-9,-6],[-10,-4],[-10,-9],[-5,-10],[-3,-11],[4,-2],[3,-1],[7,0],[7,2],[2,0],[10,2],[3,0],[18,-3],[0,-1],[-1,-9],[-1,-4],[8,-9],[12,-7],[9,-4],[1,-1],[6,0],[6,1],[9,0],[1,1],[7,1],[10,0],[6,-4],[9,-7],[3,-9],[1,-12],[6,-19],[6,-8],[12,-15],[5,-6],[3,-3]],[[5193,7858],[1,-1],[9,-36],[8,-39],[-5,-36],[8,-36],[-26,-12],[-28,-20],[-1,-16],[-3,-10],[-8,-11],[-1,-2],[-1,-1]],[[5072,7582],[-3,3],[-10,14],[-8,23],[-1,5],[-1,4],[1,5],[1,5],[4,12],[3,14],[0,1],[-3,7],[-1,2],[-8,3],[-2,0],[-7,-4],[-8,0],[-16,5],[-16,4],[-13,-7],[-1,-7],[-3,-9],[-15,1],[-8,3],[-8,9],[-7,13],[-1,6],[-1,6],[-4,23],[0,12],[1,1],[-1,14],[-1,6],[-2,4],[-8,5],[-14,0],[-12,0],[-11,-1],[-8,-14],[-9,-16],[-9,-15],[-5,-1]],[[4833,7904],[0,1],[-1,28],[-2,13],[-7,6],[-18,20],[0,1],[10,6],[5,2],[7,3],[8,1],[9,1],[1,9],[-3,27],[-19,11],[-6,3]],[[4597,9466],[0,6],[-1,1],[-11,37],[1,8]],[[4586,9518],[5,5],[2,1],[4,1],[2,0],[23,-14],[16,-11],[21,-4],[3,-4],[1,-4],[0,-8],[0,-11],[0,-13],[0,-4],[6,-12],[1,-5],[4,-3],[4,-4],[5,-3],[1,0],[1,0],[9,2],[3,2],[11,12],[4,7],[2,7],[4,13],[0,2],[-9,19],[7,13],[2,3],[1,0],[5,2],[21,6],[19,5],[0,2]],[[4764,9520],[3,0],[15,-3],[8,-5],[3,-13],[3,-11],[6,-9],[3,-4],[-10,-13],[-3,-3],[-5,-4],[-11,-6],[-1,0],[-4,-2],[-1,-1],[5,-3],[12,-8],[5,-1],[9,-3],[4,0],[6,2],[2,0],[7,0],[8,-3],[4,-11],[-2,-7],[0,-3]],[[9217,7452],[4,-3],[5,-2],[3,-2],[2,-2],[7,-9],[1,-5],[1,-3],[2,-10],[2,-6],[1,-1],[4,-4],[2,-2],[1,0],[1,0]],[[9222,7288],[-1,0],[-4,-1],[-22,-8],[-16,-1],[-18,0],[-2,-1],[-33,-8],[-37,-9]],[[9060,7253],[0,1],[-1,4],[-6,4]],[[9053,7262],[-2,2],[-6,8],[-1,3],[11,30],[14,25],[9,15],[0,1],[0,2]],[[2906,2288],[2,-1],[9,-5],[7,-4],[16,-5],[15,-8],[15,-15],[7,-26],[0,-6]],[[2977,2218],[-15,-2],[-8,-5],[-1,0],[-74,-15]],[[2879,2196],[-10,23],[-10,36],[-14,5],[-14,5],[-4,1],[-22,7],[-2,1]],[[2803,2274],[0,1],[26,29],[14,15]],[[3817,479],[-3,-2],[-2,0],[-9,3],[-4,2],[-3,5],[-1,1],[-4,4],[-7,6],[-4,3],[-7,3],[-3,1],[-5,0],[-1,0],[-4,-2],[-4,-3],[-11,-7],[-2,-2],[-1,-1],[2,-15],[-6,-14],[-7,-4],[-17,0],[-21,8],[-11,5],[-1,0]],[[957,2996],[0,-4],[-3,-4],[-1,-1],[-11,-9],[-18,-10],[-1,-3],[0,-2]],[[923,2963],[0,-5],[-23,-6],[-1,0],[-6,0],[-3,0],[-7,2],[-37,6],[-11,2],[-5,1]],[[830,2963],[0,3],[1,1],[-5,19],[-2,8],[-12,9],[-6,4],[-21,5],[-1,0],[-25,0],[-4,0],[1,3],[-2,17]],[[3846,3231],[1,1],[42,27],[10,11],[17,17],[10,10],[4,5]],[[7245,6944],[1,1],[0,1],[6,20],[0,3],[0,1],[-2,2],[-4,4],[-6,2],[-6,-2],[-6,-3],[-8,-4],[-2,-1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[2,0],[2,1]],[[7219,6972],[1,-1],[2,2],[1,2],[1,3],[8,14],[9,12],[8,8],[15,17],[2,2],[3,2],[7,1]],[[4984,5293],[2,0],[20,7],[21,4],[30,0],[20,3],[11,8],[15,4],[20,5],[11,20],[16,27],[1,1]],[[5151,5372],[1,4],[1,3],[2,3],[2,3],[18,25],[3,3]],[[5228,5407],[2,0],[3,0],[2,0],[5,-3],[1,-1],[5,-4],[7,-2],[9,-2]],[[5268,5170],[0,-2],[-1,-13],[0,-4]],[[5267,5151],[-4,5],[-8,4],[-10,3],[-8,2],[-9,9],[-1,0]],[[5011,5215],[-1,2],[-3,2],[-4,3],[-15,26],[-4,43],[0,2]],[[3530,4609],[0,1],[0,6],[3,5],[10,25],[8,27],[22,-18],[1,-1],[3,-2],[4,-2],[3,-1],[2,0],[4,1],[26,5]],[[6477,5868],[1,15],[-1,2],[-9,16],[-9,10],[-8,13],[-5,17],[-2,9],[1,6],[1,4],[1,0],[6,0],[2,1],[5,3],[0,1],[1,3],[0,2],[0,9],[-2,1]],[[6459,5980],[3,1],[9,7],[2,4],[0,3],[2,1],[2,2]],[[2058,2942],[0,1],[27,22],[18,17],[9,10],[1,1]],[[2148,3009],[5,-28],[1,-1],[6,-5],[5,-4],[6,-3],[12,-3],[9,-1],[3,0],[15,-3],[7,-9],[11,-13],[1,-2],[7,-10],[1,-2],[2,0],[5,-1],[20,5],[15,10],[19,10],[19,7],[23,9],[0,1],[2,2]],[[2342,2968],[2,-1],[37,-9],[7,-1],[2,0],[2,0]],[[2392,2957],[2,-2],[30,-45],[3,-3],[1,-2]],[[2428,2905],[-2,-1],[-35,-17],[-29,-12],[-5,-1],[-8,-3],[-3,-2],[-22,-11],[-2,-2],[-6,-4],[-2,-1],[-2,-3],[0,-1]],[[2312,2847],[-1,-1],[-1,0],[-14,-7],[-26,11],[-13,14],[-6,6],[-8,7],[-20,14],[-4,1],[-15,-4],[-12,-6],[-14,-12],[-8,-8],[-2,-4],[0,-2],[-1,-6],[-3,-9],[-9,-18],[-1,-2]],[[7265,4609],[2,2],[4,15],[-2,8],[-8,38],[-7,11],[-15,14],[-16,13],[-17,13],[-39,22],[-3,2]],[[7164,4747],[-7,4],[2,29],[4,8],[1,1],[1,2],[-1,2]],[[7378,4974],[1,-1],[1,-2],[4,-4],[3,-3],[2,-2],[4,-2],[5,-1]],[[7507,4900],[1,-2],[11,-26],[0,-21],[1,-16],[9,-10],[13,-15],[13,3],[24,6],[16,12],[10,8],[14,11]],[[7619,4850],[1,0],[1,2],[7,-1],[9,-2],[15,-7],[0,-4],[0,-2],[-2,-6],[-4,-7],[-3,-4],[-5,-5],[-1,-1],[-2,-3],[-3,-2],[-2,-3],[0,-1]],[[7630,4804],[1,-1],[-11,-19],[-20,-11],[-4,-2],[-1,-1]],[[7595,4770],[-19,-19],[-33,-33],[-20,-20],[-15,-1],[-12,-5],[-15,-13],[-8,-19],[6,-14]],[[7479,4646],[-29,-5],[-19,-3],[-36,-7],[-8,-2],[-24,-8],[-5,-1],[-9,-4],[-20,-7],[-22,-8],[-19,-9],[-4,-2],[-14,-5],[-5,-1],[-2,-1]],[[7263,4583],[1,7],[1,9],[0,10]],[[8252,6522],[25,-3],[31,-14],[4,-2]],[[8304,6429],[-5,-11],[-20,1],[-16,5],[-13,5],[-3,8],[0,2],[1,25],[0,6]],[[7905,6424],[7,-3],[38,3],[4,1]],[[7968,6400],[0,-1],[2,-18],[1,-2],[0,-1],[2,-1],[8,-7],[13,-7],[3,1],[1,-1],[1,-1],[1,-1],[1,-2],[2,-11],[3,-11],[-1,-3],[0,-1],[-2,-2],[-1,-1],[-3,-1],[-5,-1],[-3,1],[-6,1],[-1,0],[-4,-1],[-1,-1]],[[2341,3558],[4,5],[11,8],[9,0],[22,2],[16,1],[22,3],[1,0]],[[2491,3500],[-6,-2],[-39,9],[-39,-1],[-6,-5],[-1,0],[-1,2],[-3,5]],[[2396,3508],[0,1],[0,5],[0,2],[3,3],[1,3],[1,1],[0,1],[-3,4],[-6,4],[-9,1],[-3,0],[-12,0],[-13,-3],[-4,-3],[-1,0],[-4,1],[-1,0]],[[2345,3528],[1,2],[8,11],[-3,12],[-8,5],[-2,0]],[[1222,2666],[-7,0],[-26,1],[-34,6],[-1,0],[-13,0],[-20,-7],[-9,-4],[-2,-1],[-5,-4],[-2,-1],[-1,-2],[-33,-24],[-12,-4]],[[1060,2632],[1,0],[1,3],[1,3],[1,6],[4,33],[1,3],[0,5],[0,4],[-1,4],[0,1]],[[1068,2694],[-1,2],[-1,6],[-2,3],[-1,1],[-2,16],[12,13],[10,6],[2,2],[2,0]],[[1087,2743],[2,-1],[40,-6],[15,-2],[6,0],[3,0],[20,0],[11,-21],[1,-1],[1,-3],[0,-2],[1,-3]],[[5913,8262],[-4,1],[-3,2],[-31,7],[-22,1],[-4,0],[-12,0],[-1,2],[-7,14],[7,11],[1,12],[0,10],[8,25],[6,11],[-4,6],[-3,4],[-4,3],[-2,1],[-7,3]],[[5831,8375],[-1,3],[-1,5],[-2,10],[-2,13],[1,7],[0,1],[-3,33],[-5,25],[-1,10],[0,5],[5,5]],[[5822,8492],[1,1],[2,3],[4,4],[5,4],[1,0],[1,0],[8,-9],[10,-17],[16,-19],[6,-12],[2,-4],[1,-5],[16,-5],[17,-3],[3,1],[2,-1],[5,-1],[2,-4],[2,-12],[3,-13],[11,-7],[21,3],[20,17],[1,1],[1,0],[3,-2]],[[6054,8332],[-2,-3],[-20,-20],[-18,-6],[-8,-15],[-6,-17],[0,-10]],[[6000,8261],[-4,1],[-9,3],[-2,1],[-12,7],[-4,2],[-6,1],[-10,0],[-38,-13],[-2,-1]],[[7364,6622],[-1,-3],[-7,-20],[-9,-25],[-3,-7],[-3,-5]],[[7341,6562],[-60,1],[-14,2],[-9,10],[-6,12],[-5,11],[-7,9],[-2,3]],[[7238,6610],[0,1],[0,3],[-2,4],[-1,3],[-1,2],[-1,0],[-1,1],[-11,7],[-1,1]],[[7220,6632],[0,2],[1,1],[11,32],[4,9],[1,1],[1,1]],[[7238,6678],[33,-8],[35,-5],[51,20],[3,1],[2,1],[1,1],[2,1],[2,0]],[[5977,6775],[1,-1],[37,-7],[41,-3],[15,-7],[23,-5],[20,5],[1,2],[7,3],[9,3],[2,1],[37,6],[3,0],[1,0]],[[6476,6632],[-5,2],[-13,-6],[-13,-8],[-15,-20],[-18,-14],[-10,-14],[-3,-10],[0,-2],[1,-8],[-1,-7],[0,-4],[-2,-6],[0,-2],[-1,-2],[-6,-4],[-25,-12],[-9,2],[-11,6],[-19,15],[-11,8],[-10,9],[-11,-13],[-8,-21],[-1,-5],[-1,-3]],[[6284,6513],[-2,0],[-3,1],[-5,3],[-3,2],[-2,0],[-6,-2],[-1,0],[-22,-12],[-4,-2],[-7,-5],[-2,-1],[-3,-3],[-2,-4],[-1,-1],[-2,-1],[-4,-2],[-2,0]],[[6213,6486],[-2,1],[-2,1],[-2,1],[-4,0],[-20,-2],[-13,-8],[-19,0],[-30,15],[-11,0]],[[6045,6571],[-2,3],[-5,6],[-14,11],[-13,9],[-18,11],[-40,26],[-29,18],[-25,8],[-7,3],[-8,8],[-2,2]],[[1139,1850],[-2,3],[-3,3],[-2,1],[-15,-2],[-10,-9],[-3,-1],[-4,-1],[-7,-1]],[[1093,1843],[-4,1],[-3,0],[-14,6],[0,2],[-1,2],[0,1],[13,18],[11,16],[9,15],[0,1],[-6,8],[2,8],[4,12],[8,12],[5,2],[2,2]],[[1119,1949],[9,-1],[2,-1],[23,-10],[23,-18],[0,-1],[0,-1]],[[1154,2876],[-2,2],[-11,11],[-13,4],[-10,4],[-11,7],[-15,16],[-4,10],[0,11],[5,11],[3,10],[0,1],[-3,7]],[[1142,2987],[2,-1],[11,-2],[3,-1],[4,1],[8,1],[3,1],[1,1],[2,2],[2,3],[21,5],[1,0]],[[1200,2997],[0,-1],[-2,-2],[-2,-8],[6,-7],[0,-1],[4,1],[4,1],[9,1]],[[1391,656],[2,0],[35,-3],[2,1]],[[1430,654],[5,-3],[9,-7],[8,-10],[15,-42],[2,-41],[-5,-25],[4,-28],[-7,-30],[-8,-22],[-14,-39],[-2,-2],[-1,-1],[-12,-10],[-1,0]],[[1374,456],[7,12],[4,5],[6,8],[6,11],[2,11],[-3,17],[-1,3],[-2,5],[-5,9],[-15,22],[-11,32],[10,27],[6,9],[14,26],[-1,3]],[[2050,785],[0,-3],[0,-27],[-12,-17],[1,-10],[1,-21],[-17,-17],[-16,-14],[-6,-3],[-4,-3],[-1,-1]],[[1996,669],[0,1],[-13,6],[-3,2],[-8,5],[-43,18],[-10,2],[-1,2],[-4,5],[-1,2],[5,32],[1,32],[0,7],[-8,6]],[[1911,789],[3,2],[3,2],[3,0],[4,-2],[6,8],[4,13],[0,4],[-1,6],[-3,4],[-7,10],[-9,7],[-4,3],[-2,2],[-1,5],[-1,2],[1,1]],[[1907,856],[24,-8],[32,-6],[15,4],[10,3],[11,2],[33,-2],[18,-7],[9,-23],[4,-7]],[[6894,7492],[1,3],[4,19],[0,7],[0,2],[-4,23],[-31,0],[-3,0],[-13,4],[-18,5],[-14,6],[-13,14],[-1,10],[2,13],[6,29],[6,10],[15,2],[10,-1],[8,3],[2,2],[12,10],[2,17],[1,6],[1,7],[0,3],[-4,31],[-6,19],[0,2]],[[6857,7738],[2,6],[1,1],[9,13],[10,12],[23,8],[9,2],[2,0],[4,-1],[39,8]],[[7037,7721],[3,-3],[2,-3],[1,-3],[3,-13],[6,-14],[1,-3],[2,-2],[16,-16],[15,-24],[5,-18],[18,-16],[10,-8],[14,-5],[5,1],[5,-1],[3,-1],[11,-3],[3,-2],[3,-3],[2,-3],[1,-3],[1,-2],[1,-2],[0,-4],[0,-5],[0,-1],[-10,-16],[-1,-1]],[[7157,7547],[-1,0],[0,2],[-1,4],[-1,2],[0,3],[1,1],[2,0],[3,1],[1,0],[-1,1],[0,1],[-6,-1],[-4,-6],[-4,-7],[-2,-19],[-13,-14],[-33,-24],[-3,-3],[-12,-8],[-6,-5]],[[7077,7475],[-7,1],[-45,13],[-4,1],[-2,1],[-7,4],[-37,9],[-21,-5],[-9,-2],[-12,-1]],[[6933,7496],[-5,0],[-10,-4],[-13,-2],[-6,1],[-5,1]],[[8003,6626],[4,4],[0,1],[24,16],[23,10],[14,0],[15,-1],[11,-10],[11,-5],[7,-4],[22,-10],[5,-2],[7,-2],[4,-1]],[[8121,6575],[-3,0],[-8,-1],[-15,-4],[-2,-1],[-34,3],[-40,4],[-2,1]],[[9285,6461],[-4,5],[-14,11],[-10,7],[-5,8],[-3,7],[-2,5],[-2,10],[1,11],[1,2]],[[9333,6678],[2,0],[40,-13],[33,-11],[17,-5],[16,-2],[5,0],[4,0]],[[9386,6488],[-1,1],[-2,0],[-3,0],[-5,-2],[-16,-12],[0,-13],[2,-26],[1,-5]],[[4358,3582],[-2,0],[-20,4],[-17,3],[-22,-1],[-25,2],[-10,-5],[-5,-7],[0,-2],[-3,-6],[-19,-2],[-13,8],[2,5],[0,2]],[[4953,3328],[-3,1],[-4,2],[-4,3],[-22,16],[-10,9],[-11,15],[-26,24],[-9,9],[-8,8],[-16,20],[-11,22],[-2,7],[-1,2],[0,1],[-3,1],[-3,2],[-1,0],[-18,0]],[[4801,3470],[0,3],[-3,38],[-4,39],[7,21],[8,24],[-3,25],[-12,34],[0,2]],[[4794,3656],[3,-4],[39,1],[20,6],[20,8],[12,3],[15,-4],[8,-7],[6,-7],[5,-4]],[[5015,3511],[0,-6],[2,-23],[5,-25],[4,-14],[7,-19],[6,-5],[3,-3]],[[5042,3416],[1,-1],[8,-8]],[[5051,3407],[-2,-2],[-2,-2],[-3,-1],[-6,-4],[-4,-3],[-8,-6],[-35,-27],[-14,-12],[-7,-6],[-16,-15],[-1,-1]],[[4050,822],[3,0],[7,1],[1,3],[25,32],[19,14],[16,22],[7,9],[4,3],[2,2]],[[4090,745],[1,2],[0,18],[-1,5],[0,1],[-2,4],[-29,26],[-9,20],[0,1]],[[5913,8262],[-2,-1],[-5,-5],[-4,-2],[-4,-1],[-7,-1],[-4,0],[-18,2],[-8,0],[-20,1],[-3,-15],[10,-6],[18,-15],[1,-3],[-3,-3]],[[5864,8213],[-2,-1],[-1,-1],[-12,1],[-5,2],[-32,15],[-35,-11],[-2,-2],[-3,-2]],[[5538,8258],[-11,4],[11,20],[7,14],[1,12],[1,8],[0,8],[3,9],[6,13],[0,2],[-13,14],[-18,27],[-4,14],[0,3],[3,5],[10,1]],[[5534,8412],[1,0],[9,-1],[11,4],[14,7],[12,5],[6,4],[2,1],[0,2],[0,2],[-3,15],[-3,23],[0,2]],[[5583,8476],[6,4],[3,2],[4,3],[3,3]],[[5599,8488],[3,-3],[1,-2],[0,-4],[-1,-4],[5,-15],[8,-14],[11,-16],[8,-8],[6,0],[9,2],[2,1],[4,0],[2,-1],[9,-12],[14,-21],[2,-13],[1,-16],[-1,-9],[2,-10],[8,-20],[17,-4],[5,19],[20,11],[7,4],[6,3],[3,6],[13,4],[17,-1],[13,-4],[13,1],[9,7],[5,3],[11,3]],[[3835,962],[-2,2],[-4,2],[-34,19],[-33,7],[-3,0]],[[3900,1016],[-3,-3],[-11,-19],[-2,-2],[-2,-3],[-6,-6],[-3,-2],[-3,-1],[-1,-1],[-6,0],[-2,3],[-11,-4],[-6,-6],[-7,-7],[-2,-3]],[[3320,868],[4,-3],[13,-13],[13,-11],[26,-4],[40,-9],[6,2],[8,2],[9,1],[7,-2],[5,-1],[6,-3],[2,0]],[[3350,740],[-2,0],[-24,7],[-7,2],[-1,1],[-5,5],[-9,21],[-6,24],[1,3],[0,13],[0,9],[-4,24],[-1,4]],[[7569,7466],[0,-1],[-6,-9],[-8,-7],[-8,-16],[-3,-9],[-3,-11],[0,-5],[-2,-3],[-2,-4],[-5,-6],[-1,-2],[-2,0],[-3,-1]],[[7526,7392],[-2,0],[-2,0],[-11,-7],[-13,-8],[-2,-1]],[[7479,7526],[3,2],[8,4],[10,4],[1,1],[2,0],[3,0]],[[7506,7537],[0,-2],[-2,-5],[-1,-4],[0,-3],[14,-11],[13,-7],[19,-9],[19,-30],[1,0]],[[5247,8174],[0,-1],[7,-21],[2,-10],[0,-2],[0,-9],[-2,-6],[-2,-6],[3,-11],[5,-8],[25,-9],[18,-13],[1,0],[6,4],[7,5],[25,-12],[3,-6],[14,-5],[15,-5],[23,-11],[4,-3],[5,-1],[2,1],[7,3],[7,5],[4,4],[3,6],[4,21],[0,9],[3,15],[1,0]],[[5437,8108],[3,1],[1,0],[19,-9],[22,-11]],[[5422,7883],[-1,2],[-1,0],[-7,6],[-13,9],[-7,4],[-12,6],[-8,2],[-11,1],[-12,2],[-15,1],[-5,0],[-4,-7],[-7,-14],[-1,-2],[0,-4],[-1,-3],[-5,-12],[-6,-7],[-10,-4],[-15,3],[-34,8],[-22,11],[-3,1],[-5,0],[-8,-6],[-9,-9],[-7,-13]],[[2764,1691],[1,0],[1,-2],[4,0],[40,10]],[[2810,1699],[-3,-15],[0,-4],[17,-19],[11,-13],[-1,-12],[-16,-35],[-6,-2],[-7,-1],[-9,0]],[[2796,1598],[-8,0],[-4,1],[-8,3],[-11,4],[-9,3],[-8,3]],[[2748,1612],[0,1],[-6,17],[-7,15],[-1,1],[-4,10],[1,1],[5,5],[28,29]],[[6264,7140],[0,-2],[1,-1],[2,-1],[3,-7],[-3,-7],[-2,-2],[-4,-4],[-6,-5],[-3,-3],[-1,0],[0,1],[0,1],[-1,1],[-4,-2],[-4,-2],[-5,-4],[3,-2],[3,-2],[16,-5],[4,-1],[25,-7],[10,4],[10,5],[10,2],[9,0],[12,-11],[11,-7],[1,-1],[6,-2],[4,0],[2,1],[2,6],[0,5],[1,9],[5,12],[5,11],[4,6],[2,2],[1,1],[6,-9],[2,-4],[3,-8],[0,-4],[0,-2],[0,-1],[2,-4],[4,-9],[4,-6],[4,-6],[2,-4]],[[6225,6998],[0,3],[-1,3],[-14,41],[-22,15],[-29,16]],[[6159,7076],[-2,2],[-13,43],[-14,41],[-2,5],[-2,4],[0,3],[0,4],[0,3],[1,17],[2,14],[0,2],[1,1],[2,2],[2,1],[4,2],[2,1],[4,1],[5,1]],[[2919,4157],[1,0],[1,-1],[2,-1],[1,0],[5,1],[2,0],[1,1],[2,2],[1,2],[2,5],[0,11],[0,1],[-1,2],[3,11],[1,1],[2,0],[34,3],[10,10],[2,1],[14,12],[29,23],[10,8],[12,8],[1,0]],[[3124,4158],[2,-2],[1,-2],[2,-6],[0,-1],[-3,-7],[2,-9],[0,-2],[7,-25],[4,-5],[3,-6],[6,-11],[4,-12],[1,-3],[0,-1],[-1,-2],[-1,-3],[-3,-4],[-3,-4],[-16,-27],[-15,-8],[-13,-6],[-11,1],[-13,-5],[-15,-7],[-4,-15],[0,-1]],[[2811,1476],[-1,0],[-35,-4],[-13,2],[-14,0],[-15,1],[-5,-1]],[[2728,1474],[-2,1],[-23,-7],[-25,-6],[-23,5],[-9,5]],[[2646,1472],[0,1],[4,9],[22,18],[12,8],[11,5],[14,9],[2,5],[9,25],[2,8],[2,19],[-1,2],[-4,3],[-3,2]],[[2716,1586],[2,3],[2,2],[2,3],[-1,3],[-4,15],[1,1],[1,2]],[[2719,1615],[29,-3]],[[2796,1598],[0,-2],[3,-4],[20,-22],[2,-1],[5,-3],[13,-2],[2,0],[8,3]],[[2849,1567],[1,0],[3,-6],[9,-18],[7,-16],[1,-4]],[[2870,1523],[1,-3],[-3,-9],[-7,-7],[-15,-14],[-4,-3],[-4,-2],[-7,-2],[-8,-2],[-6,-2],[-6,-3]],[[1937,2301],[0,-1],[0,-10],[14,-13],[6,-4],[2,-3],[-3,-3],[-7,-8],[-1,0]],[[1948,2259],[-8,1],[-33,-11],[-23,7],[-16,7],[-18,10],[-2,10],[0,11],[-1,19],[-1,19],[-2,12]],[[5742,8981],[-1,0],[-21,7],[-2,1],[-6,5],[-5,5],[-2,6],[0,6],[-1,3],[-2,1]],[[5494,9177],[1,4],[3,14],[2,3],[2,3],[3,1],[2,1],[9,0],[2,0],[6,-1],[33,-4],[9,3],[1,0]],[[5709,9177],[17,-18],[5,-6],[10,-3],[14,11],[4,4],[8,25],[3,9],[-8,6],[2,3],[6,5],[6,4],[6,3],[2,1],[26,0],[2,0],[5,-2],[5,-9],[0,-4],[0,-3],[-4,-11],[-1,-3],[-1,-3],[-2,-2],[-2,-1],[3,-5],[6,-8],[14,-11],[1,-1]],[[5836,9158],[1,-2]],[[5837,9156],[-1,0],[-19,-47],[-15,-16],[-11,-15],[-30,-43],[-8,-13],[-8,-27],[-2,-12],[-1,-2]],[[8926,5804],[-1,-10],[1,-3],[-14,-31],[-42,-23],[-1,0]],[[8782,5700],[-16,2],[-1,0]],[[8684,5949],[1,1],[10,9],[12,11],[20,2],[9,-1],[11,-8],[4,-2]],[[8751,5961],[0,-1],[-2,-4],[-1,-5],[-1,-9],[1,-11],[16,-3]],[[8764,5928],[0,-7],[0,-12],[2,-5],[12,-34],[12,-13],[8,-3],[7,-10],[3,-5],[2,-4],[7,-12],[2,-7],[1,-4],[3,-9],[1,-2],[3,-3],[4,-2],[14,-6],[27,-3],[0,1],[-1,5]],[[7993,6406],[6,-7],[13,-15],[7,-7],[6,-6],[20,-29],[-3,-2],[-2,-1],[-1,-1],[0,-1],[0,-3],[1,-2],[7,-10],[6,-9],[7,-10],[3,-4]],[[8063,6299],[-7,-4],[-37,-28],[-1,-1],[-2,-2],[-5,-12],[-2,-2],[0,-7],[-1,-5],[0,-3],[5,-3],[0,-1],[0,-2],[-1,-2],[-3,-3]],[[8009,6224],[-3,3]],[[4576,4430],[4,1],[2,1],[37,-11],[4,-1]],[[4623,4420],[1,-2],[9,-10],[9,-5],[4,-2],[2,-1],[7,-5],[5,-4],[7,-11],[3,-8],[-1,-12],[11,-8],[1,-1]],[[4681,4351],[0,-2],[-1,-14],[-4,-6],[-7,-5],[-3,-7],[3,-12],[2,-10],[3,-7],[3,-4],[2,-1],[5,-2],[13,-6],[8,-6],[10,-9],[1,-3],[1,-2],[0,-3],[7,-12],[8,-9],[6,-1]],[[4714,4167],[-4,1],[-5,1],[-8,-2],[-12,-7],[-11,-9],[-14,-17],[-15,-18],[-16,-23],[-1,0]],[[4628,4093],[-1,0],[-6,2],[4,4],[4,4],[2,3],[0,10],[0,1],[-1,2],[-2,3],[-1,2],[-2,2],[-10,10],[-21,-4],[-41,11],[-23,10],[-4,2]],[[2849,1567],[1,8],[4,8],[14,13],[10,4],[23,7],[13,0],[17,0]],[[2931,1607],[3,0],[13,-2],[16,-2],[3,-3],[1,0]],[[3111,1567],[1,-1],[0,-1]],[[3112,1565],[-2,0],[-10,-1],[-2,0],[-1,-1],[-9,-19],[-3,-11],[-6,-7],[-16,-15],[-16,-12],[-18,-6],[-7,-1],[-15,1],[-11,5],[-10,12],[-26,5],[-9,1],[-12,0],[-7,-1],[-2,-1],[-5,-2],[-11,1],[-12,3],[-30,6],[-2,1]],[[7227,7937],[0,2],[-3,8],[0,2],[-1,10],[2,10],[11,22],[13,17],[26,23],[28,30],[1,2]],[[7304,8063],[12,-3],[39,-16],[2,-1],[0,-1],[0,-3],[-2,-7],[0,-2],[1,-1],[26,-19],[1,0],[12,-1],[30,3],[1,0],[2,-1],[10,-15],[15,-26],[1,-3],[2,-3],[0,-2],[0,-3],[0,-3],[-2,-2],[-1,-3],[-11,-13],[-12,-15],[-7,-9],[0,-1],[1,-1],[2,-2],[8,-3],[2,-1],[2,0],[4,1],[4,1],[7,0],[2,0],[3,0],[4,-2],[26,-13],[3,-2],[2,-2],[4,-5],[30,-26],[-1,-2],[-10,-18],[-4,-12],[-7,-9],[-13,-4],[-12,7],[-1,1],[-5,1],[-15,0],[-13,-4],[-1,-1],[-2,-3],[-3,-8],[0,-1],[4,-10],[4,-9],[3,-6]],[[7451,7780],[-1,0],[-29,12],[-19,9],[-25,10],[-9,1]],[[7368,7812],[0,5],[0,1],[0,10],[-2,1],[-12,10],[-14,0],[-8,0],[-6,4],[-22,20],[-4,11],[2,1],[1,0],[2,2],[1,1],[0,3],[-1,8],[-1,1],[-5,8],[-4,5],[-16,20],[-8,9],[-12,10],[-17,-1],[-2,-1],[-11,-3],[-2,0]],[[1383,2800],[0,1],[2,7],[6,5],[6,5],[1,1],[1,3],[1,1],[1,3],[5,4],[6,0],[12,-3],[10,-4],[1,0],[7,-3],[5,-1],[5,-1],[7,-1],[13,0],[10,0],[1,1],[1,3],[-2,2],[-6,4],[-12,-1],[-9,5],[-6,4],[-7,11],[-14,6],[-2,1]],[[1493,2856],[-3,0],[-2,-6],[0,-5],[6,-14],[1,-2],[9,-5],[7,-5],[6,-7],[6,-10]],[[7548,5527],[4,0],[17,-4],[15,4],[11,9],[2,2]],[[7561,5435],[-1,2],[-6,18],[-5,7],[-8,4],[-8,1],[-4,-2],[-4,-1],[-3,-1],[-1,0],[-2,1],[-3,1],[-2,1],[-1,2],[-1,2],[-1,1]],[[7511,5471],[1,3],[0,1],[2,3],[0,8],[-2,0]],[[7512,5486],[-2,4],[0,3],[6,20],[1,0]],[[7517,5513],[8,1],[22,9],[1,4]],[[6419,5404],[-4,1],[-48,7],[-20,6],[-2,1]],[[6354,5663],[1,0],[24,-9],[10,-2],[22,-2],[6,0],[2,1],[8,5],[1,2],[22,1],[23,0],[1,1]],[[6474,5660],[1,-2],[-3,-13],[-8,-15],[-7,-12],[0,-3],[1,-4],[1,-1],[28,-15],[17,-10],[22,-8],[19,2],[9,3],[10,4],[1,1],[7,2],[3,0],[2,-1],[1,-1],[2,-2],[3,-3]],[[6583,5582],[0,-2],[2,-4],[0,-7],[-2,-2],[0,-1],[-3,-6],[-1,0],[-1,-1],[-13,-11],[-24,-21],[-19,-24],[-3,-3],[1,-5],[1,0],[10,-11],[12,-11],[8,-7],[16,-12],[2,-4],[6,-14],[-3,-5],[-17,-4],[-9,0]],[[6546,5427],[-1,2],[-1,-1],[-6,0],[-50,-1],[-25,-13],[-26,0],[-19,-7],[1,-3]],[[1439,3674],[-1,-1],[-1,1],[-4,8],[-18,28],[-9,15],[-8,15],[-28,21],[-3,-1]],[[1329,3808],[1,1],[3,4],[11,10],[10,8],[2,0],[21,-1]],[[1377,3830],[1,-1],[23,-3],[18,-5],[2,-1],[7,-3],[0,-1],[-1,-12],[-1,-14],[0,-10],[3,-8],[6,-2],[4,0],[12,-9],[11,-9],[23,-34],[2,-7],[0,-4]],[[5218,5053],[-3,2],[-23,4],[-19,5],[-29,6],[-16,4],[-30,8],[-4,1]],[[5267,5151],[1,-1],[12,-6],[11,-8],[14,-10],[4,-9],[16,-7],[31,-5],[1,0]],[[5056,8868],[-1,2],[-3,6],[-1,1],[-7,10],[-4,9],[10,15],[7,17],[2,6],[3,15],[-16,29],[-7,7],[-5,6],[-6,4],[-28,26],[-33,18],[-26,9],[-12,4],[-15,2],[-3,0]],[[5052,9153],[2,1],[5,-7],[20,-11],[5,-4],[5,-5],[5,-9],[6,-13],[8,-11],[-5,-19],[0,-4],[1,-3],[3,-3],[3,-2],[2,0],[26,9],[8,4],[7,12],[5,7],[3,4],[6,3],[7,1],[11,-4],[9,-4],[6,-2],[4,-6],[4,-6],[-4,-6],[-1,-2],[-2,-4],[2,-10],[2,-7],[0,-3],[1,-2]],[[5206,9047],[0,-4],[-2,-11],[-8,-13],[-19,-2],[-3,0],[-3,1],[-2,1],[-2,1],[-3,4],[-3,2],[-1,1],[-6,2],[-2,0],[-12,-10],[-9,-16],[0,-1],[-2,-4],[-8,-13],[-2,-1],[-2,-2],[-7,-1],[-7,1],[-8,-6],[1,-16],[3,-19],[13,-24],[10,-11],[4,-7],[0,-2]],[[5126,8897],[-3,1],[-14,0],[-5,1],[-2,0],[-17,-11],[-23,-19],[-6,-1]],[[1398,2034],[-1,-1],[-1,-6],[27,-10],[18,-14],[21,-21],[-1,-5],[1,-1],[1,-6],[0,-2]],[[1463,1968],[-4,2],[-43,7],[-34,-19],[-1,-1]],[[1381,1957],[-50,13],[-12,4],[-12,3],[1,3],[2,5],[1,2],[1,2],[1,2],[4,5],[6,5],[-26,20],[-26,19],[-2,12],[-3,2]],[[6537,6611],[1,-1],[7,-5],[10,-6],[2,-2],[1,-1]],[[6556,6568],[0,-2],[-25,-19],[-25,-10],[-4,0],[-2,-1],[-4,-2],[-13,-10],[-6,-9],[-2,-9],[-9,-39],[-3,-6],[-3,-9],[0,-1]],[[6460,6451],[-1,0],[-14,2],[-12,1],[-6,0],[-19,3],[-16,6],[-17,13],[-18,10],[-20,6],[-21,8],[-30,13],[-2,0]],[[8913,6217],[9,-1],[7,0],[0,6],[0,24],[-3,24],[-3,13],[-2,24],[-11,12],[-13,12],[-9,4],[-4,2]],[[9049,6166],[-6,1],[-5,0],[-1,0],[-1,-2],[-1,-1],[-2,-10],[-1,-6],[-3,-16],[0,-2],[0,-3]],[[9029,6127],[-4,-2],[-18,-11],[-16,-9],[-2,-1]],[[8910,6130],[-2,3],[0,2],[1,3],[1,2],[4,15],[2,13],[-1,14],[-1,33],[-1,2]],[[3835,962],[4,-2],[10,-9],[11,-3],[13,-4],[8,-4],[17,-11],[4,-4],[4,-6],[11,-18],[2,-4]],[[3919,897],[-5,-1],[-8,-1],[-3,-6],[-2,-3],[2,-3],[2,-3],[1,-4],[1,-5],[0,-3],[-1,-3],[-3,-3],[-2,-1],[-3,-3],[-20,-12],[-6,-5]],[[7681,6352],[-9,-7],[-5,-3],[-11,-7],[-3,-2],[-8,-3],[-7,-6],[-5,-5],[-2,-3]],[[7556,6351],[0,2],[5,14],[3,15],[2,11],[-8,27],[-1,4],[-6,5]],[[7324,5044],[0,1],[3,5],[3,7],[3,4],[3,3],[8,4],[46,17],[14,6],[9,-3],[7,-2],[4,-4],[1,0]],[[6488,7512],[-5,-3],[-3,-2],[-2,-2],[-2,-3],[-5,-7],[-2,-5],[-26,-34],[-27,-30],[-30,-22],[-40,-3],[-1,-1]],[[6237,7406],[-1,1],[-1,10],[-23,9],[-21,-6],[-14,-4],[-12,-1],[-3,6],[-4,5],[-1,1],[-2,1],[-3,0]],[[6152,7428],[1,1],[2,2],[2,2],[5,11],[3,6],[1,2],[1,4],[0,1],[0,1],[-3,5],[-3,3],[-1,3],[-2,5],[0,2],[0,2],[8,18],[1,0],[2,1],[3,0],[2,0],[1,-2],[2,-2],[4,-4],[7,-7],[8,-4],[11,-2],[12,-3],[7,0],[9,0],[20,3],[2,1],[2,1],[5,6],[5,9],[9,8],[11,3],[31,1],[17,1],[10,7],[32,10],[14,0],[10,3]],[[6403,7526],[6,-5],[3,-1],[1,-1],[25,-4],[14,-1],[17,1],[16,-2],[3,-1]],[[4707,4489],[0,-1],[6,-5],[17,-1],[13,-4],[17,-7],[15,-10],[13,-15],[0,-4],[-2,-9],[-3,-9],[-3,-5],[2,-8],[7,-13],[0,-1],[2,-1]],[[4791,4396],[-1,-4],[-18,-32]],[[4772,4360],[-4,3],[-1,0],[-19,-5],[-20,-9],[-16,-2],[-19,0],[-2,2],[-4,1],[-1,1],[-5,0]],[[4623,4420],[1,2],[5,4],[12,6],[11,5],[14,4],[7,9],[1,12],[0,19],[30,8],[3,0]],[[6830,7222],[-2,4],[-25,27],[-10,17],[3,10],[8,11],[12,10],[0,1],[0,1],[-1,1],[-2,3],[-10,10],[-12,9],[-8,7],[-2,2]],[[6781,7335],[5,1],[20,-2],[30,-3],[35,2],[32,-2],[10,0],[8,-16],[-3,-16],[0,-1],[2,-1],[1,0],[2,0],[9,5],[7,5],[5,4]],[[8410,6310],[5,1],[4,-1],[16,-17],[13,-22],[12,-22],[0,-1]],[[8329,6211],[0,1],[1,4],[9,31],[11,33],[9,13],[17,2],[1,1],[0,6],[-2,6]],[[3243,4491],[3,-2],[4,-3],[18,-11],[13,-8],[13,-17],[7,-19],[2,-6],[8,-8],[6,-10],[1,-1],[0,-5],[-1,-2],[-2,-10],[-3,-20],[18,-24],[14,-25],[-5,-4],[-4,-3],[-15,-4],[-16,-15],[-11,-17],[-11,-11],[-5,-4],[-16,-5],[-1,0]],[[3129,4303],[-1,1],[-10,12],[-16,25],[-12,41],[-1,3],[0,4],[-1,3],[0,8],[0,5],[5,6],[6,6],[2,3],[4,8],[-1,8],[-1,28],[-1,10],[-1,6],[6,0],[19,-5],[2,0],[6,-3],[8,-4],[2,-2],[1,0],[5,0],[3,0],[2,1]],[[6597,4641],[1,3],[10,23],[4,16],[23,24],[14,13],[6,2],[14,3],[8,-6]],[[6677,4719],[7,-5],[10,-9],[9,-10],[-1,-2],[0,-2],[2,-2],[3,-1],[5,-2],[20,-5],[5,-1],[3,0]],[[6740,4680],[0,-2],[0,-1],[4,-7],[3,-7],[0,-2]],[[6747,4661],[-1,1],[-47,14],[-43,-3],[-10,-8],[-6,-5],[-21,-15],[-6,-2],[-7,-3],[-8,-1],[-1,2]],[[4503,4960],[1,0],[17,-1],[-1,-1],[0,-3],[-2,-15],[8,-22],[24,1],[10,0],[20,-9],[27,-2],[7,1],[1,0],[4,-1]],[[4573,4769],[-1,3],[0,3],[1,1],[1,2],[2,3],[1,2],[1,3],[0,4],[0,4],[-1,12],[-4,12],[-21,9],[-4,1],[-13,7],[-11,11],[0,1]],[[5912,6934],[-2,1],[-6,6],[-4,5],[-8,13],[-8,12],[-5,4],[-7,3],[-7,3],[-3,-1],[-3,2],[-1,1],[-1,2],[0,2],[5,6]],[[5862,6993],[4,-1],[10,-3],[6,-1],[13,3],[13,5],[1,3],[1,3],[0,2],[-2,4],[-2,5],[-1,7],[0,4],[1,3],[7,23],[4,7],[5,5],[5,4],[15,39],[22,34],[22,28],[1,2]],[[5987,7169],[2,-3],[3,-2],[1,-1],[19,-5],[13,0],[14,-5],[28,-22],[18,-14],[1,-9],[1,-2]],[[6087,7106],[-1,-2],[0,-2],[0,-2],[1,-3],[1,-3],[1,-5],[0,-2],[0,-3],[-1,-16],[2,-23],[1,-17],[-3,-2],[-2,0],[-1,0],[-5,0],[-4,1],[-3,2],[-1,0],[-2,5],[-3,9],[-1,3],[-8,9],[-5,3],[-2,1],[-2,0],[-1,-1],[-7,-2],[-10,-5],[-5,-14],[-1,-5],[1,-6],[-6,-26],[4,-29],[-3,-12],[-4,-13],[-27,-13],[-12,-9],[-31,1],[-6,0],[-8,1],[-15,5],[-4,1],[-2,2]],[[8841,6323],[0,-1],[1,-9],[-6,-23],[-7,-22],[-1,-3]],[[8828,6265],[-3,0],[-9,-3],[-35,-9],[-5,-13],[-7,-20],[0,-1],[0,-2]],[[8769,6217],[-7,0],[-26,9],[-16,6],[-5,2],[0,1],[4,8],[2,4],[2,6],[1,8],[0,1],[-3,5],[-14,4],[-4,1]],[[8916,6849],[-1,-1],[-1,1],[-5,4],[-10,12],[-3,5],[-2,4],[-3,13],[2,5],[18,12],[13,8],[7,5],[18,19],[1,1]],[[8950,6937],[1,1],[17,23],[9,19],[12,32],[-2,1]],[[8987,7013],[-2,5],[0,1],[23,-2],[13,20],[3,9],[0,4]],[[9169,7007],[1,0],[-10,-8],[-5,-1],[-2,-1],[0,-2],[-2,-12],[0,-2],[1,0],[13,-1],[6,0],[14,2],[8,2],[3,-5],[1,-8],[-4,-13],[-8,-9],[0,-10],[2,-9],[1,-4],[2,-2],[2,-5],[5,-31],[1,-9]],[[2590,786],[6,0],[39,10],[41,13],[5,4],[4,2],[15,8],[6,2],[8,-2],[1,-1],[14,-7],[7,-4],[3,-1]],[[2739,810],[0,-2],[6,-30],[-4,-26],[0,-28],[1,-12],[3,-6],[0,-3],[-4,-15],[-1,-3]],[[2466,633],[-15,43],[-2,4],[-2,5],[-5,8],[-3,4]],[[2479,728],[9,6],[24,2],[21,1],[24,7],[7,3],[6,5],[2,1],[3,5],[1,2],[2,6],[5,11],[6,8],[1,1]],[[5435,5043],[-1,0],[-3,19],[1,1],[1,1],[7,-5],[17,-6],[17,3],[8,2],[9,6],[0,6],[16,-2],[14,-8],[5,-5],[5,-5],[5,-2],[2,0],[14,0],[8,1],[2,0]],[[5562,5049],[3,-1],[18,-37],[2,-2],[2,-3],[4,-6],[14,-23],[4,-9]],[[7268,5512],[1,4],[12,18],[0,7],[-3,7],[-13,24]],[[7265,5572],[19,7],[14,6],[12,7],[18,10],[4,2]],[[7332,5604],[1,0],[1,-1],[14,-26],[6,-13],[-13,-18],[-8,-10],[2,-10],[0,-1],[4,-5],[5,-4],[2,-1],[12,4],[20,-2],[8,-2]],[[7386,5515],[7,-3],[17,-13],[10,-6],[11,-8],[16,-7],[20,0],[42,7],[3,1]],[[7511,5471],[-10,-3],[-12,-12],[-16,-13],[-6,-3],[-10,-5],[-7,-5],[0,-1],[2,-2]],[[7452,5427],[-3,-2],[-28,-9],[-18,0],[-16,5],[-3,1]],[[7451,7780],[0,-1],[26,-19],[3,-2],[-2,-2],[-2,-2],[0,-2],[-2,-10],[6,-18],[9,-16],[-2,-21],[-4,-4]],[[7483,7683],[-1,-1],[-1,0],[-2,1],[-28,-14],[-15,-10],[-23,1],[-2,0],[-2,1],[-3,2],[-2,2],[0,2],[-3,14],[-11,16],[-8,23],[-6,23],[-2,6],[-1,8],[0,5]],[[7373,7762],[1,4],[2,13],[0,1],[-6,29],[-2,3]],[[8129,7194],[32,-30],[22,-27],[10,-13],[4,-4],[42,-37],[11,-2],[39,1],[2,0],[2,1]],[[7983,6992],[-1,1],[-23,17],[-1,1]],[[7958,7011],[0,1],[6,22],[19,28],[15,26],[1,2],[0,2],[0,1]],[[7999,7093],[1,-1],[7,-2],[3,-1],[1,-1],[2,5],[1,2],[0,4],[0,6],[-1,4],[-1,4],[-1,3],[0,5],[0,3]],[[5152,4904],[4,4],[36,23],[9,9],[2,2],[3,3],[2,2],[2,1],[2,1],[19,-15],[13,-5]],[[7601,7195],[1,-1],[2,-14],[-1,-4],[-8,-3],[-4,-1],[-2,0],[-2,-1],[-1,0],[-1,-1]],[[7480,7086],[2,1],[1,1],[1,1],[0,2],[-9,25],[5,39],[5,14],[0,13],[-17,20],[-21,28],[-3,4]],[[5342,6529],[-2,0],[-4,-4],[-11,-9],[-9,-6],[-3,-2],[-18,-9],[-2,-1],[-1,0],[-7,4],[-4,3],[-1,2],[-2,1],[-33,35],[-12,44],[0,1]],[[5057,4579],[4,-5],[3,-3],[1,-2]],[[5097,4400],[-11,4],[-8,3],[-4,0],[-4,-1],[-36,-10],[-22,4],[-1,-1],[-4,-3]],[[5007,4396],[-1,1],[-1,1]],[[5005,4398],[-14,29],[-6,14],[-15,16],[-21,8],[-8,1],[-3,1],[-2,4],[-1,2],[-3,8],[-2,6],[-1,7],[-1,14],[0,7]],[[4928,4515],[1,0],[9,5],[13,8],[14,13],[3,10],[-7,15],[-1,2]],[[4960,4568],[9,1],[4,-1],[11,-9],[0,-3],[-1,-2],[29,3],[23,4],[10,4],[7,8],[2,3],[3,3]],[[1948,2259],[0,-2],[-1,-6],[1,-6],[4,-8],[5,-7],[1,-3],[-3,-26],[0,-1]],[[1955,2200],[-1,0],[-6,-3],[-3,-3],[-14,3],[-4,4],[-10,10],[-7,7],[-4,6],[-2,3],[-10,14],[-12,11],[-10,7],[-33,14],[-33,8],[-49,-4],[-4,0]],[[1730,2302],[1,1],[12,5],[5,-4],[14,-1],[2,0],[6,3],[6,4],[7,8],[3,5],[1,10],[0,10],[-7,11],[-1,1],[1,2],[2,3],[2,1],[4,2],[3,1],[7,2],[5,0]],[[3776,3335],[-6,2],[-2,1],[-8,2],[-3,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-2,-6],[0,-3],[-7,-26],[-22,-4],[-17,-13],[-5,-4]],[[3681,3302],[3,4],[11,14],[26,37],[2,4],[0,1]],[[3723,3362],[1,-1],[40,-14],[6,-2],[8,-3],[0,-1],[-1,-2],[-1,-4]],[[5537,4610],[-1,-1],[-15,-15],[-8,-14],[-5,-14],[-6,-20],[-6,-17],[7,-15],[1,-1]],[[1977,2349],[2,1],[9,3],[34,8],[1,0],[4,-1],[15,-7],[29,-16],[4,-26],[7,-13],[1,-2]],[[2083,2296],[-1,-2],[-29,-13],[-4,-1],[-3,0],[-8,1],[-3,1],[-12,8],[-11,9],[-23,7],[-3,1]],[[5233,9499],[0,1],[-2,11],[3,5],[7,8],[4,4],[4,-5],[1,-3],[3,-2],[1,-1],[2,0],[14,5],[7,9],[0,1],[3,2],[8,4],[3,1],[9,4],[6,2],[7,2],[8,4],[-4,4],[-5,4],[-18,9],[-8,1],[-8,0],[-9,-1],[-8,4],[-3,7],[1,2],[7,5],[-1,10],[-3,6],[1,10],[0,1],[3,5],[2,4],[1,3],[-8,3],[-18,5],[-3,1]],[[5269,9657],[1,-2],[1,1],[35,19],[4,2],[19,13],[4,2],[3,3],[7,6],[29,30],[23,23],[31,16],[1,1],[5,7],[2,5]],[[5434,9783],[13,7],[0,-1],[3,-3],[2,-1],[0,-2],[2,-1],[3,-2]],[[5457,9780],[22,-30],[1,-1],[5,-4],[-1,-1],[-2,-11],[-1,-17],[8,-21],[20,-18],[27,-38],[0,-2],[2,-9],[1,-2],[5,-35],[1,-20],[1,-6],[1,-3],[8,-21],[1,0]],[[5556,9541],[-1,-1],[-9,-9],[-41,-13],[-41,0],[-17,4],[-10,2],[-9,0],[-3,-3],[-4,-8],[-3,-5],[-4,-8],[-4,-6]],[[5410,9494],[-1,0],[0,-1],[-5,-16],[-2,-12],[-5,-8],[-10,-8],[-6,-4],[-1,-1],[-51,-10],[-45,-10],[-4,-3],[-1,-1]],[[5279,9420],[-1,0],[-4,1],[-1,0],[-3,4],[-4,13],[0,11],[0,21],[-20,17],[-6,3],[-2,3],[-2,2],[-3,3],[0,1]],[[5862,6993],[-2,2],[-28,17],[-4,2],[-5,2],[-2,0],[-7,1],[-10,1],[-9,0],[-6,2],[-12,3],[-21,9],[-5,4],[-1,1],[-3,8],[6,7],[7,9],[2,3],[2,3],[0,7],[-1,7],[-2,8],[-2,7],[-6,27],[-1,4]],[[5752,7127],[1,4],[0,2],[1,6],[12,21],[18,20],[9,11],[1,2],[4,2],[10,4],[2,1],[7,1],[7,-2],[2,-1],[4,-2],[2,-2],[4,-3],[2,-3],[17,-1],[19,2],[6,2],[2,1],[4,1],[24,1],[9,0],[1,0],[10,-1],[2,-1],[2,-2],[7,-6],[6,-10],[6,-8],[10,-1],[17,7],[8,-1],[-1,-2]],[[1880,2783],[1,1],[2,4],[6,23],[-5,35],[-1,2],[0,3]],[[7695,6964],[1,0],[9,-5],[12,-8],[3,-2]],[[7720,6949],[2,-2],[12,-9],[11,-6],[2,1],[14,4],[7,1],[1,0],[2,-1],[19,-33],[25,-34],[1,-1]],[[7816,6869],[2,-2],[5,-6],[0,-16],[-5,-14],[-8,-9],[-4,-7],[-6,-15],[-3,-10],[0,-8],[-1,-2],[0,-2]],[[7765,6767],[-1,1],[-6,4],[-19,9],[-4,2],[-1,1],[-2,0],[-1,-1],[-3,-2]],[[7728,6781],[-1,1],[-11,9],[-4,10],[-4,7],[-2,3],[-2,2],[-10,9],[-5,13],[0,11],[3,1],[2,13],[-1,5],[-5,4],[-8,5],[-1,1],[-8,3],[-17,-2],[-13,25],[-2,5],[-2,8],[1,4]],[[8837,7448],[-2,-2],[-5,-1],[-3,-1],[-2,0],[-16,3],[-14,2],[-41,13],[-3,1],[-12,6]],[[8739,7469],[-8,-2],[-5,29],[1,26],[0,16],[0,16],[1,26],[1,21],[0,5],[1,2],[2,11],[1,2],[3,4],[3,2],[9,7],[1,1],[14,1],[9,0]],[[8831,7546],[0,-1],[0,-20],[6,-20],[-1,-17],[-8,-12],[2,-20],[1,-2],[1,-1],[4,-5],[1,0]],[[1806,1222],[-5,0],[-4,1],[-13,2],[-7,0],[-9,0],[-32,-7],[-6,-2],[-7,-4],[-4,-3],[-5,-3],[-5,-2],[-6,-3],[-10,-2],[-4,1],[-17,8],[-19,9],[-24,3],[-11,-6],[-9,-1]],[[1609,1213],[-1,1],[-4,3],[-6,1],[-5,0],[-2,0],[-3,-2],[-4,-2],[-2,0],[-2,1]],[[1580,1215],[-1,1],[-3,11],[0,10],[1,2],[3,3]],[[1580,1242],[2,1],[6,3],[28,13],[18,12],[22,14],[17,9],[12,5],[18,3],[26,4],[2,0],[13,10],[12,9],[1,1],[17,29],[11,31],[9,6],[7,4],[14,23],[1,12]],[[1816,1431],[1,-1],[5,-5],[16,-13],[3,-2],[6,-3],[7,-2],[38,-8],[14,0],[14,1],[12,6],[51,14],[17,6],[2,1]],[[2002,1425],[4,-1],[21,-1],[17,-2],[22,-3],[5,-1],[9,-4],[18,-9],[18,-9],[2,2],[5,3],[5,4],[1,1],[1,3]],[[2130,1408],[2,0],[8,-8],[2,-4],[14,-19],[18,-28],[1,-3]],[[2136,1145],[-2,1],[-25,8],[-1,0],[-9,-2]],[[2099,1152],[-10,6],[-15,8],[-2,3],[-30,13],[-23,0]],[[914,2075],[-3,5],[0,1],[1,2],[7,28],[10,26],[16,42],[3,1],[0,1],[-1,3],[-4,16],[-1,0],[-2,1],[0,1],[-6,24],[-10,9],[-3,1],[-1,2],[-2,3],[-4,9],[0,4],[-1,14],[0,6]],[[913,2274],[0,2],[0,2],[7,37],[18,46],[2,2]],[[940,2363],[1,0],[1,0],[15,1],[7,0],[6,2],[4,3],[3,4],[3,4],[2,5],[4,5],[2,3],[2,2],[2,2],[1,0]],[[993,2394],[0,-1],[30,-21],[1,0]],[[1066,2302],[0,-1],[6,-9],[5,-12],[-2,-18],[-3,-10],[-18,-37],[-6,-8],[-2,-2],[-16,-15],[-11,-15],[-7,-14],[1,-1],[2,-3],[2,-2],[0,-4],[1,-3],[0,-3],[0,-19],[-5,-12],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[0,-2],[0,-2],[1,-1],[5,-9],[1,-1]],[[1015,2093],[-6,-2],[-50,-11],[-44,-5],[-1,0]],[[6832,8919],[1,-2],[1,0],[3,-1],[5,-14],[-1,-11],[-2,-11],[-1,-4],[-3,-6],[-3,-5],[-7,-11],[-6,-9],[-18,-20],[-4,-2],[-4,-2],[-5,-1],[-13,0],[-10,-1],[-7,-1],[-2,-1],[-1,-1]],[[7110,5015],[-3,9],[10,5],[10,6],[-1,3],[-15,18],[-2,3],[-11,7],[-1,1]],[[7097,5067],[1,1],[25,1],[25,1],[18,2],[9,2],[8,0],[3,0],[6,-2],[2,-1]],[[7155,4927],[-2,2],[-3,3],[-2,2],[-7,13],[-2,15],[-5,20],[-6,20],[-8,11],[-2,1],[-3,2],[-5,-1]],[[8174,6415],[0,1],[4,12],[5,16],[2,5],[1,4],[2,10],[0,1]],[[8308,6396],[-1,-3],[-10,-12],[-16,-21],[-1,-4],[-1,-5],[-2,-6],[-8,-17],[-11,-7],[-12,-8],[-12,0],[-2,0]],[[8232,6313],[0,1],[-2,6],[-1,3],[-11,13],[-6,8],[-4,9],[-3,10],[-4,12],[-4,5],[-2,3],[-3,2]],[[8192,6385],[1,1],[-3,11],[-4,6],[-5,5],[-6,4],[-1,2],[0,1]],[[2881,820],[-2,-1],[-9,7],[-8,10],[-20,12],[-26,10],[-23,18],[-2,1],[-7,1],[-11,1],[-4,0]],[[2814,1107],[5,4],[3,2],[44,7],[3,0],[6,-4],[0,-1]],[[2875,1115],[1,-15],[6,-13],[15,-16],[10,-15],[10,-12],[6,-5],[4,-2],[7,-4],[9,-5],[1,-1],[-1,-1],[-1,-1]],[[2942,1025],[-1,0],[-4,-2],[-2,-2],[-4,-3],[1,-1],[13,-17],[5,-6],[1,-1]],[[2951,993],[0,-2],[-4,-40],[-16,-39],[-2,-9],[-9,-25],[-15,-28],[-20,-25],[-2,-1],[-2,-3],[0,-1]],[[7936,6834],[-3,1],[-36,28],[-26,11],[-7,-2],[-7,-2],[-3,0],[-5,0],[-7,1],[-3,0],[-3,2]],[[7836,6873],[-2,2],[-2,2],[1,3],[2,6],[4,5],[8,2],[14,5],[10,7],[2,13],[7,11],[12,13],[15,28],[18,18],[22,9]],[[7947,6997],[3,2],[7,11],[1,1]],[[8174,6415],[-1,0],[-4,3],[-5,4],[-10,5],[-11,5],[-3,1],[-8,1],[-17,1],[-1,-1],[-3,-2],[-22,-24],[-15,-16],[-5,-1],[-9,0],[-35,0],[-11,11],[-1,3],[-1,2],[-1,2],[-1,1]],[[8027,6492],[2,1],[10,1],[33,14],[30,28],[30,27],[2,2],[3,2],[4,2],[3,2]],[[4505,718],[1,-1],[1,0],[1,1],[5,5],[5,2],[8,1],[6,-1],[5,-2],[9,-7],[2,-2],[11,-1],[10,0],[13,-3],[5,-2],[9,-4],[14,-7],[17,-6],[6,-5],[-2,-1],[-9,-4],[-5,-3],[-3,-3],[-3,-5],[-3,-5],[-7,-8],[-1,-1],[-6,-4],[-4,-1],[-4,0],[-3,0],[-1,-1],[0,-2],[2,-2],[6,-8],[11,-9],[3,-2],[3,0],[1,0],[2,2],[1,1],[5,2],[3,0],[3,-1],[1,-1],[0,-2],[0,-4],[-1,-3],[-6,-1],[-1,-1],[-2,-5],[0,-1],[0,-1],[2,-2]],[[4615,610],[-4,0],[-2,0],[-31,-10],[-28,-11],[-31,-15],[-25,-11],[-11,-4],[-4,-1],[-2,-1],[-13,7],[-4,3],[-3,4],[-26,17],[-1,1]],[[4430,589],[-4,3],[-18,24],[-2,5],[-1,3],[2,6],[1,2],[2,1],[9,4],[8,1],[15,3],[13,0],[14,5],[10,7],[4,4],[15,23],[-1,28],[2,5],[1,1],[4,4],[1,0]],[[2450,848],[-1,3],[-5,36],[1,38],[8,27],[1,30],[-2,21],[-5,20],[-2,2]],[[2583,997],[0,-1],[-4,-4],[-11,-9],[-7,-10],[-3,-5],[-1,-4],[-2,-7],[0,-25],[1,-34],[1,-17],[3,-9],[4,-7],[11,-19],[12,-32],[2,-27],[1,-1]],[[9092,6576],[4,-2],[25,-3],[12,5],[12,8],[1,2],[4,0],[7,0],[15,-4],[1,-1]],[[9120,6426],[-1,3],[-1,3],[-13,26],[-2,2],[-2,0],[-1,0],[-15,0],[-7,-1],[-9,-2],[-7,-1],[-7,1],[1,9],[0,2],[7,22],[1,3],[3,7],[10,12],[14,24],[1,2],[0,5],[0,13],[0,9],[0,11]],[[2848,90],[0,1],[9,9],[10,6],[8,11],[2,12],[-1,0]],[[2876,129],[1,1],[1,0],[8,2],[4,0],[3,0],[23,-9],[34,-12],[17,-10],[1,0],[3,0],[2,0],[3,2],[5,4],[0,1],[-1,8],[24,13],[21,10],[32,12],[10,9],[9,10],[4,5]],[[3080,175],[1,0],[4,-6],[2,-4],[2,-5],[3,-13],[-5,-11],[-1,-2],[0,-11],[1,-1],[12,-9],[11,-6],[8,-4],[6,-5],[5,-6],[3,-11],[3,-13],[1,-19],[-1,-7],[-2,-5],[-6,-4],[-7,-4],[-9,-1],[-22,0],[-9,0],[-2,0],[-9,2],[-6,3],[-15,7],[-16,0],[-11,0],[-26,3],[-25,2],[-7,0],[-12,1],[-5,0],[-5,1],[-13,3],[-13,5],[-14,5],[-12,8],[-13,4],[-10,2],[-6,2],[-11,4],[-1,0],[0,1],[2,5],[0,2],[-1,1],[-1,1]],[[7131,7395],[1,2],[0,4],[-1,3],[-2,3],[-10,25],[-6,10],[-2,1],[-1,1],[-3,2],[-7,3],[-9,4],[-7,5],[-1,1]],[[7083,7459],[0,5],[-2,3],[-4,8]],[[7157,7547],[0,-1],[2,1],[2,1],[10,8],[9,7],[11,-3],[6,-3],[-2,-8],[-3,-2],[-1,-2],[0,-2],[0,-2],[2,-13],[1,-4],[0,-1],[1,0],[18,-24],[12,-13],[14,-6],[6,-1],[2,-1]],[[7347,7442],[-6,-6],[-1,-2],[-7,-2],[-10,-2],[-2,0],[-1,1],[-7,3],[-5,2],[-4,2],[-17,5],[-2,-3],[-1,-1],[-1,-4],[-1,-2],[1,-3],[1,-2],[3,-6],[3,-11],[0,-13],[-3,-6],[-3,-8],[-2,-7],[0,-1]],[[8764,5928],[15,-1],[36,-2],[31,-10],[4,-2],[5,-3],[2,0]],[[6016,9403],[-4,11],[-3,5],[-1,2],[-2,2],[-3,2],[-5,3],[-1,0],[-2,1],[-2,6],[0,2]],[[5993,9437],[8,0],[9,10],[4,13],[3,24],[5,35],[11,20],[7,24],[-1,13],[-2,6],[-6,18],[-2,14],[-1,9],[7,6],[10,7],[2,1],[9,2],[7,0],[5,0],[4,-1],[0,-2],[2,-4],[2,-1],[7,-7],[4,-2],[5,-3],[15,6],[11,10],[9,7],[1,0],[12,3],[0,-1],[0,-2],[0,-1],[4,-8],[3,-2]],[[6147,9631],[-1,0],[-3,-5],[-1,-1],[0,-2],[19,-26],[6,-8],[15,-15],[13,-13],[2,-4],[0,-2],[1,-6],[0,-2],[0,-3],[-1,-5],[-5,-8],[-4,-33],[6,-28],[6,-1],[11,3],[14,4],[1,0]],[[6226,9476],[1,-3],[2,-4],[3,-3],[9,-6],[8,-4],[3,-3],[2,-4]],[[6236,9403],[-1,0],[0,-1],[3,-6],[1,-2],[6,-8],[7,-9],[3,-3],[2,-1],[1,-6]],[[6116,8220],[-5,0],[-1,1],[-4,3],[-3,3],[-44,13],[-21,6],[-8,3],[-22,8],[-2,2],[-2,1],[-4,1]],[[3627,1942],[-8,17],[-3,7],[-2,7],[-4,30],[-2,4],[-8,7],[-5,9],[-4,7],[-1,4],[0,2],[2,14],[1,6],[-21,19],[-12,9],[-2,14],[6,15],[5,13],[2,2],[2,3],[2,6],[0,1]],[[3886,2127],[21,-28],[11,-13]],[[6405,4345],[0,1],[1,3],[0,2],[0,2],[-1,1],[-6,9],[2,34],[4,9]],[[6405,4406],[7,8],[3,7],[3,10],[15,36],[12,20],[2,2]],[[6482,4498],[6,-5],[10,-7],[29,-22],[3,-3],[19,-17],[2,-1],[3,-7],[6,-12],[2,-3],[2,-4],[3,-3],[2,-4],[10,-9],[1,-1]],[[6580,4400],[-1,-1],[-5,-11],[9,-14],[-18,-12]],[[5644,6397],[-5,-1],[-23,-1],[-4,0],[-7,0]],[[5605,6395],[-4,3],[-13,5],[-3,0]],[[5861,6461],[-12,0],[-37,0],[-25,-1],[-6,-1],[-8,-2],[-2,0],[0,-1],[-40,-11],[-14,-2],[-1,0],[-1,-2],[-4,-9],[-1,-1],[0,-1],[0,-6],[0,-3]],[[5710,6421],[-19,-11],[-18,-5],[-7,0],[-3,0],[-19,-8]],[[4668,8219],[0,-1],[-5,-10],[-3,-45],[4,-6],[1,-1],[0,-3],[-4,-21],[-6,-13],[-5,-10],[-1,-8],[0,-3]],[[4649,8098],[-4,0],[-2,1],[-2,2],[0,1],[-4,7],[0,2],[-5,34],[-5,28],[-3,11],[-4,6],[-9,6],[-19,12],[-34,22],[-17,15],[0,13],[2,14],[4,33],[-3,0],[-7,6],[-3,3],[0,1],[-5,9],[-4,14],[0,3],[-1,1],[-5,4],[-1,0]],[[4522,8389],[1,1],[7,12],[1,2],[3,4],[1,1],[6,3],[10,6],[22,9],[7,-11],[13,-19],[11,-16],[12,-17],[0,-3],[2,-8],[1,-1],[9,-11],[7,-7],[7,-19],[4,-18],[4,-13],[6,-20],[7,-10],[5,-15],[-3,-9],[2,-9],[1,-2]],[[4070,3468],[2,0],[7,1],[5,-1],[28,-6],[5,-2],[6,-3],[8,-5],[-1,-3],[-4,-4],[-2,-4],[-3,-1],[-4,-2],[-2,-1],[-4,1],[-5,1],[-5,1],[-2,0],[-3,-1],[-1,-3],[10,-8],[3,-3],[3,-1],[16,-6],[4,1],[10,5],[8,-2],[6,-1],[4,-2],[2,-4],[2,-10],[6,-3]],[[3933,3351],[1,1],[10,7],[9,4],[6,2],[9,5],[7,5],[1,2],[1,1],[1,19],[-6,10],[-10,7],[-3,1],[-3,1]],[[3956,3416],[1,3],[6,21],[9,9],[37,-3],[7,5],[3,2],[5,2],[2,0],[2,0]],[[4510,9583],[2,-3],[6,-11],[10,-7],[11,-4],[9,-4],[6,-8],[-3,-5],[1,-3],[8,-8],[3,-3],[2,-1],[9,-5],[11,-3],[1,0]],[[4493,9457],[0,1],[1,1],[1,38],[1,1],[-1,2],[-7,19],[-7,10],[2,13],[4,14],[19,24],[4,3]],[[3179,2899],[1,0],[10,0],[9,2],[20,6],[9,4],[11,5],[13,8],[8,4],[11,6],[5,2],[14,6],[4,1],[1,-2],[-1,-8],[0,-8],[0,-9],[1,-5],[0,-1],[4,-5],[6,-6],[7,-6],[5,-2],[3,1],[24,8],[9,4],[4,5],[7,7],[3,3],[3,3],[5,3],[3,1],[1,0]],[[3132,2777],[7,15],[5,8],[8,17],[6,35],[-5,29],[20,13],[6,5]],[[5710,6421],[4,0],[5,-1],[5,-5],[5,-7],[4,-5],[1,-2],[4,-16],[1,-19],[11,-34],[1,-1],[1,-4],[1,-3],[2,-16],[-6,-10],[-11,-8],[-2,0],[-5,0],[-2,0],[0,-1],[-4,-13],[0,-2],[2,-10],[3,-6],[7,-11],[11,-17],[20,-12],[2,-1]],[[5766,6146],[0,-1],[-3,-2],[-2,-1],[-2,-1],[-10,2],[-3,0],[-9,3],[-6,0],[-2,0],[-5,-4]],[[5724,6142],[-7,1],[-3,0],[-3,2],[-10,5],[-2,1],[-1,2],[-2,3],[-2,4],[-1,4],[-1,3],[0,4],[0,1],[0,1],[-1,0],[-2,2],[-3,3],[-11,7],[-3,1],[-6,2],[-11,3],[-3,0],[-10,0],[-14,12],[-13,25],[0,2],[1,4],[1,2],[3,6],[11,12],[6,7],[1,1],[3,3],[2,2],[4,2],[10,18],[1,13],[-2,9],[-11,29],[-3,29],[2,28],[0,2]],[[2267,952],[-7,3],[-1,0],[-6,-2],[-5,-2]],[[2248,951],[-2,0],[-5,6],[-31,31],[-22,31],[-1,0]],[[2187,1019],[1,1],[1,1],[1,2],[1,2],[-1,7],[-1,1],[-1,2],[-2,3]],[[2186,1038],[6,11],[-32,13],[-21,34],[-13,16],[-26,39],[-1,1]],[[2364,3422],[2,2],[2,4],[18,26],[0,3],[-1,2],[0,1],[-1,2]],[[2384,3462],[-1,2],[1,1],[1,1],[10,3],[2,-1],[4,-4],[12,-11],[4,-3],[5,-7],[15,-7],[17,-1],[8,2],[7,-1],[1,-1]],[[2467,3391],[-1,1],[0,6],[-2,3],[-5,4],[-5,-3],[-10,-8],[-2,-3],[-1,-2],[-4,-6],[-1,-2],[-1,-2],[-3,-9],[-4,-7],[-7,-7],[-12,-3],[-15,0],[-18,8],[-3,3],[-1,1],[0,1],[-1,3],[0,3],[-9,10],[-1,2]],[[4885,9643],[2,-1],[2,-1],[0,-2],[3,-5],[2,-3],[2,-4],[2,-3],[9,-11],[13,-2],[6,4],[5,3],[4,2],[8,0],[5,-2],[7,-5],[14,-23],[7,-13],[4,-15],[2,-10],[0,-3],[-1,-3],[-6,-5],[-4,-3],[2,-13],[9,-22],[1,-1]],[[4983,9502],[0,-1],[2,-5],[-15,-19],[-23,-14],[-1,-1],[-5,-15],[-11,-27],[-5,-4],[-5,-5],[-3,-4],[-2,-3]],[[4764,9520],[-1,5],[-1,7],[-5,15],[-8,7],[-3,0],[-4,2],[-5,3],[0,4],[1,1],[7,13],[3,0]],[[4748,9577],[2,-3],[3,-2],[12,-7],[5,0],[9,3],[3,10],[1,14],[-1,4],[2,3],[2,3],[1,1],[11,8],[5,4],[7,2],[2,0],[2,-1],[6,-3],[7,-1],[3,0],[4,0],[17,3],[4,2],[11,11],[9,10],[1,1],[8,4],[1,0]],[[8673,7066],[0,-1],[-3,-2],[-28,-23],[-27,-20],[-2,-1],[-2,-2],[1,-13],[2,-12],[0,-4],[2,-8],[4,-17],[2,-6],[9,-31],[8,-32],[0,-7]],[[8609,6817],[-2,0],[-17,1],[-16,1],[-4,0]],[[8419,7108],[4,3],[17,6],[6,3],[3,0],[7,1],[3,-1],[2,-1],[7,-5],[5,-3],[9,-5],[19,-5],[24,-1],[17,1],[4,1]],[[8546,7102],[3,-1],[25,-13],[35,-3],[41,-11],[14,-2],[8,-4],[1,-2]],[[9097,6100],[2,-1],[2,0],[1,-1],[7,-8],[6,-10],[7,-11],[3,-4],[12,-1],[29,-2]],[[9166,6062],[0,-1],[0,-3],[-1,-5],[3,-17],[13,-54]],[[9181,5982],[1,-5],[0,-2]],[[9182,5975],[-23,-7],[-3,0],[-8,1],[-19,0],[-37,-2],[-24,-2]],[[9018,6016],[15,-2],[15,-2],[3,5],[26,30],[9,11],[3,3],[9,13],[4,13],[1,3],[-1,2],[0,2],[-1,0],[-1,2],[-1,2],[-2,1],[0,1]],[[6781,7335],[-2,-2],[-9,-7],[-4,-2],[-10,-4],[-20,1],[-26,2],[-9,3],[-3,1],[-9,7],[-26,19],[-7,4],[-7,7],[0,2],[3,5],[4,7],[1,2],[6,5],[6,6],[11,7],[8,12],[-3,12],[-16,16],[-7,7],[-15,22],[-7,29],[-10,18],[-1,1]],[[6629,7515],[3,3],[8,4],[24,-1],[12,-1],[30,-2],[11,-4],[15,-12],[5,-5],[0,-6],[2,-9],[2,-7],[2,-6],[5,-2],[8,-3],[19,-5],[4,0]],[[6779,7459],[1,-3],[8,-21],[1,-20],[3,-3],[19,-5],[28,-9],[8,-8],[3,-4],[12,-6],[11,-2],[34,3],[40,-3],[18,-12],[2,-1],[0,-1]],[[6967,7364],[1,-1],[-1,-3],[-1,-4],[-2,-10],[0,-1]],[[3291,337],[-2,0],[-13,-3],[-3,0],[-6,-2],[-10,-11],[-13,-12],[-13,-8],[-36,-20],[-23,-5],[-40,-6],[-3,-1]],[[3129,269],[-3,3],[-1,3],[-4,29],[8,17],[-3,9],[-7,10],[-1,1],[-12,4],[-3,1],[-35,4],[-15,0]],[[4751,3673],[5,-1],[37,-15],[1,-1]],[[4801,3470],[-2,0],[-12,2],[-3,1],[-2,0],[-4,-1],[-9,-3],[-6,-2],[-3,-3],[-4,-3],[-5,-7],[-4,-5],[-30,-5],[-21,-1],[-21,3],[-20,11],[-6,10],[5,6],[1,3],[0,3],[0,3],[-6,11],[-2,3],[-3,4],[-4,3],[-3,2]],[[4670,3668],[7,2],[4,1],[5,3],[12,1],[9,1],[6,-1],[37,-2],[1,0]],[[2472,3381],[0,-2],[2,-29],[-1,-21],[3,-12],[8,-5],[8,-5],[4,-1],[15,-4],[23,-3],[12,0],[1,1]],[[2547,3300],[9,-5],[3,-2],[3,-3],[1,-2],[2,-3],[5,-2],[6,-1],[5,0],[8,0],[7,1],[38,11],[6,1]],[[2640,3295],[6,-2],[6,-4],[0,-1]],[[2652,3288],[-1,-1],[-1,-1],[0,-3],[-2,-17],[-2,-15],[0,-2],[-1,-3],[-2,-2],[-2,-2],[-1,-1],[-3,-2],[-5,0],[-26,-4],[-27,-4],[-3,1]],[[2576,3232],[-1,1],[-14,8],[-5,2],[-4,1],[-9,3],[-31,8],[-2,1]],[[1887,3479],[-3,1],[-1,1],[-3,9],[5,10],[0,1],[-6,7],[-17,10],[-8,-1],[-8,-2],[-5,-7],[-8,-6],[-4,-1],[-2,1],[-6,3],[-1,3],[5,4],[4,1],[14,10],[5,11],[-2,7],[0,1]],[[1846,3542],[-1,2],[-2,15],[-5,9],[0,1],[1,2],[9,15],[16,16],[1,34],[-3,12],[-1,10],[-2,6],[0,2],[-3,4],[-1,2],[-7,7],[-5,6],[-2,2]],[[1948,3579],[1,-3],[-1,-6],[-4,-12],[-1,-7],[0,-8],[3,-16],[3,-12],[0,-3],[0,-5],[0,-2],[-1,-2],[-6,-15],[-1,-1],[0,-1],[-2,0],[-3,0],[-1,1],[-10,4],[-4,5],[1,0],[0,3],[-1,2],[-4,1],[-2,0],[-2,0],[-12,-1],[-2,0],[-1,-2],[-1,-10],[-1,-4],[-4,-7],[-5,1]],[[8923,6505],[1,4],[2,8],[1,11],[0,1],[-1,1],[-6,2],[-6,1],[-24,11],[-2,3]],[[8924,6628],[5,6],[19,6],[9,-2],[6,0]],[[8963,6638],[-1,-1],[0,-2],[0,-3],[0,-1],[1,0],[2,-1],[2,0],[21,-1],[30,-2],[9,0],[1,-1],[1,-1],[1,-1]],[[9072,6618],[2,0],[1,0],[0,-2],[1,-2],[0,-7],[-1,-4],[10,-23],[7,-4]],[[3303,4008],[-1,-1],[-6,-9],[-12,-15],[-17,-22],[7,-9],[3,-2]],[[3277,3950],[-1,-2],[-1,0],[-2,-1],[-2,0],[-5,0],[-2,0],[-3,1],[-4,2],[-2,1],[0,1],[-1,2],[-3,10],[-2,11],[-13,5],[-33,11],[-14,6],[-9,2],[-8,-3],[-3,-3],[-2,-2],[-1,-1],[0,-3],[1,-1],[-3,-8],[-3,-5],[-3,-4],[-2,-1],[-1,-1],[-1,0]],[[1304,1921],[0,1],[17,14],[1,0],[21,-1],[2,0]],[[1345,1935],[4,-1],[20,-5],[13,-4],[41,-16],[49,-20],[7,-2],[38,-13],[45,-14],[2,-1]],[[1527,1793],[-2,-1],[-41,-11],[-12,0],[-24,5],[-27,-1],[-4,-1]],[[1417,1784],[-3,1],[-8,4],[-5,2],[-7,2],[-1,0],[-6,-2],[-11,-3],[-2,0],[-6,1],[-16,4],[-8,10],[-2,14],[2,16],[-1,8],[-16,7],[-23,4],[-7,-2],[-3,-1],[-3,0],[-4,1]],[[7065,8484],[-6,-5],[-2,-1],[-3,-5],[-1,-3],[0,-6],[0,-2],[2,-16],[0,-15],[-1,-5],[-1,-2],[-3,-1],[-14,-2],[-3,0],[-1,0],[-3,2],[-1,2],[-2,3],[-2,1],[-3,2],[-8,3],[-3,0],[-11,0],[-9,-1],[-2,0],[-3,-2],[-2,-2],[-3,-4],[2,-7],[-11,-14],[-3,-3],[-16,-7],[-2,-17],[9,-21],[10,-15],[-1,-7],[-5,-7],[-16,-9],[-16,-13],[-9,5],[-8,6],[-8,16],[-21,18],[-6,4],[-4,0]],[[6875,8354],[0,1],[-5,21],[-16,19],[-1,2],[-7,21],[15,9],[7,3],[10,4],[22,9],[-2,22],[-4,26],[-13,39],[-18,33],[-5,4],[-1,2]],[[6857,8569],[2,1],[9,0],[33,-19],[19,-14],[3,-1],[3,0],[4,0],[2,1],[3,4],[6,7],[32,20],[17,12],[5,16],[6,11],[2,4],[2,3],[2,2],[3,3],[5,0]],[[7015,8619],[1,-4],[-3,-12],[-2,-7],[-5,-7],[-3,-8],[4,-19],[2,-1],[2,0],[1,-1],[11,-3],[15,-11],[13,-12],[1,-17],[4,-18],[8,-8],[1,-2],[1,-3],[-1,-2]],[[1207,3597],[-1,-6],[10,-35],[1,-35],[-3,-5],[-1,-3],[0,-1],[0,-2]],[[587,3986],[-1,0],[-1,0],[-10,1],[-13,2],[-2,-1],[-1,0],[-2,-2],[-12,-14],[-2,-2],[-1,-2],[-3,-6],[0,-2]],[[447,4040],[-2,6],[-1,2],[-1,2],[-8,5],[-2,1],[0,2],[-1,3],[-12,37],[0,3],[1,1],[14,17],[3,3],[4,3],[7,4],[4,1],[2,0],[16,-2],[15,-3],[17,7],[5,11],[0,2]],[[584,4033],[-2,-3],[-13,-26],[14,-12],[8,-5],[-4,-1]],[[9294,6079],[-1,-1],[-18,-45],[-15,-43],[-1,-2],[-13,-10],[-1,0]],[[9245,5978],[-2,0],[-10,2],[-5,1],[-37,0],[-10,1]],[[9166,6062],[-1,3],[15,39],[17,41]],[[7109,6182],[1,-1],[15,-26],[0,-11],[5,-16],[8,-24],[1,-15],[-14,-33],[-11,-29],[-7,-8],[-7,-8],[-1,-9],[2,-13],[5,-26],[-5,-14],[-1,-3]],[[7100,5946],[-12,5],[-44,19],[-28,10],[-22,10],[-10,9],[-14,11],[-35,25],[-9,6],[-1,1]],[[7007,6212],[2,0],[9,-2],[14,5],[11,3]],[[7043,6218],[1,0],[29,-13],[9,-2],[3,-1],[24,-20]],[[3147,764],[8,14],[4,17],[2,19],[14,23],[8,7],[23,7],[2,0]],[[3471,1640],[68,4],[12,1],[19,1]],[[3549,1461],[-2,0],[-36,2],[-6,0]],[[3505,1463],[0,2],[-3,8],[-2,5],[-8,18],[-6,10],[-5,58],[14,45],[0,2],[-3,7],[-21,22]],[[1363,1195],[-1,4],[-2,20],[0,4],[1,9],[1,1],[7,7],[6,2],[1,0],[6,0],[19,-10],[21,-11],[16,2],[23,1],[10,0],[23,-3],[21,-4],[5,-1],[3,0],[3,1],[2,1]],[[1528,1218],[1,-8],[0,-2],[-1,-4]],[[1528,1204],[-2,-3],[-2,-2],[-33,-30],[-26,-36],[-2,-4],[-5,-7],[-11,-15],[-3,-4],[-1,0]],[[1443,1103],[-1,0],[-9,5],[-10,4],[-5,1],[-24,7],[-6,0],[-8,-2],[-12,-5],[-13,-6],[0,2],[6,9],[3,3],[4,2],[7,2],[2,2],[3,12],[-1,7],[-5,5],[-4,5],[-5,12],[0,14],[-1,11],[-1,2]],[[1700,2478],[4,-3],[5,-5],[2,-2],[2,-7]],[[1713,2461],[-2,0],[-9,-4],[-6,-3],[-9,-9],[-7,-8],[-19,-13],[-14,-3],[-21,-2],[-27,3],[-2,0]],[[5755,7965],[-2,-5],[-17,-24],[-1,-8],[4,-3],[4,-3],[14,-8],[13,-7],[34,-20],[5,-2],[17,-5],[8,0],[18,2],[6,1],[35,13],[22,3],[37,8],[4,1],[28,-2],[27,-5],[4,-1],[9,-5],[17,-11],[0,-1]],[[6016,7721],[-4,1],[-12,-1],[-9,-4],[-2,-8],[0,-4],[0,-5],[1,-5],[2,-2],[1,-6],[1,-2],[-1,-5]],[[4387,4105],[-1,-2],[-1,-4],[-1,-2],[-4,-1],[-6,0],[-3,0],[-5,2],[-27,-5],[-15,-7],[-19,-11],[-21,-10]],[[4174,4125],[1,0],[8,5],[9,11],[3,12],[0,1]],[[4195,4154],[4,1],[11,18],[1,1],[1,0]],[[8009,6224],[2,0],[6,-1],[2,-2],[6,-5],[8,-6],[7,-3],[5,-2],[5,-2],[7,-2],[3,0],[4,0],[22,1],[46,8],[8,2]],[[7696,5191],[0,1],[5,5],[1,2],[0,2]],[[7674,5281],[19,13],[28,13],[2,0],[30,2]],[[2250,3927],[1,0],[16,-7],[17,3],[35,13],[27,5],[33,7],[19,3]],[[2380,3856],[-13,-4],[-2,-1],[-2,0],[-16,1],[-6,0],[-43,-17],[-42,-26],[-5,1],[-2,0],[-3,-2],[-11,-6],[-8,-9],[-2,-2]],[[2225,3791],[-2,1],[-1,2],[-1,1],[-1,1],[-19,26],[-1,1]],[[2200,3823],[-1,3],[0,1],[8,13],[4,7],[3,4],[1,1],[5,4],[1,1],[2,4],[5,10],[5,9],[2,4],[3,7],[4,13],[4,13],[3,9],[1,1]],[[4141,2244],[3,-1],[3,0],[14,0],[4,1],[0,3],[-1,1],[-4,17]],[[1005,3733],[0,1],[5,43],[12,40],[1,1],[4,3],[7,4],[11,6]],[[1118,3953],[2,0],[14,5],[11,3],[7,-1]],[[4081,4364],[-1,-1],[-9,-2],[-7,-1],[-13,-1],[-13,-1],[-9,0],[-1,0]],[[7384,7143],[-1,2],[-2,2],[-18,16],[-14,27],[-10,7]],[[7541,5989],[-2,-2],[-18,-10],[-8,-7],[-31,-9],[-11,9],[-2,-1]],[[7416,6066],[5,0],[5,-2],[4,-1],[9,-1],[9,0],[11,8],[3,2],[3,3]],[[7549,6047],[3,-2],[8,-3],[3,-4],[0,-10],[-4,-9],[-1,-1],[-9,0],[-5,-16],[-3,-13]],[[3176,3220],[1,-1],[14,-12],[19,-10],[20,-8],[7,-3],[19,-10],[13,-8],[13,-9],[1,-2],[1,-2],[1,-2],[0,-1],[-1,-2],[-1,-1]],[[3255,3122],[-2,-1],[-25,2],[-21,-2],[-18,-2],[-1,-1],[-14,-8],[-19,-5],[-1,0],[-3,0],[-29,1],[-4,1]],[[7685,5836],[1,1],[23,10],[2,0],[4,10],[3,6],[16,21],[12,14],[17,0],[2,0],[17,-8],[11,-4],[2,-2]],[[7795,5884],[-1,-11],[2,-19],[1,-6],[1,-9],[0,-8],[-1,-16],[-2,-15],[-5,-17],[-7,-21],[-4,-21],[-3,-20],[-1,-2]],[[7751,5698],[-1,1],[4,5],[-1,1],[-1,6],[0,1],[-1,2],[-2,1],[-19,8],[-34,4],[-5,0],[-12,-3],[-14,-5],[-7,-4],[-4,-4],[-3,-2],[-6,3],[-6,13],[-5,19],[-7,19],[-7,12],[-2,4],[0,1]],[[6634,7317],[-2,1],[-2,3],[-1,4],[-4,10],[-3,6],[-6,10],[-6,8],[-18,23],[-31,8],[-1,1],[-5,6],[-5,12],[0,7],[1,3],[3,23],[1,2],[2,4],[2,3],[10,28],[9,40],[0,6]],[[6578,7525],[1,0],[12,4],[6,0],[3,-1],[2,-1],[4,-4],[3,-3],[3,-2],[3,-1],[12,-2],[2,0]],[[5871,8783],[-1,0],[-16,-16],[-3,-2],[-2,0],[-19,3],[-25,8],[-14,2],[-15,0],[-14,3],[-26,7],[-37,-4],[-15,-3],[-15,-4],[-18,-7],[-2,-2],[-2,0],[-6,0],[-18,10],[0,1]],[[5742,8981],[4,1],[10,-9],[0,-1],[0,-3],[-1,-2],[-5,-4],[-4,-2],[-3,-2],[-5,-1],[10,-6],[52,4],[3,-3],[3,-3],[9,-12],[11,-14],[7,-9],[3,-2],[5,-3],[5,-3],[25,13],[17,9],[49,26],[2,1]],[[5939,8956],[-1,-1],[-14,-38],[-20,-41],[-9,-27],[-1,-28],[-1,-10],[-10,-10],[-12,-17],[0,-1]],[[1609,1213],[0,-1],[-1,-36],[-1,-2],[0,-5],[1,0]],[[1608,1169],[0,-11],[-1,-7],[-3,-3],[-5,-3],[-8,-15],[-8,-16],[3,-13],[0,-1],[24,-8],[19,-9],[6,-6],[1,-3],[-5,-7],[-2,-6],[0,-6]],[[1433,1058],[3,8],[0,1],[0,4],[3,18],[3,13],[1,1]],[[1528,1204],[1,1],[50,10],[1,0]],[[3419,3959],[-2,0],[-8,2],[-1,0],[-1,2],[-7,5],[-2,2],[-2,0],[-13,0],[-5,-3],[-4,-3],[-4,-4],[-2,-4],[-5,-8],[0,-1],[-3,-3],[-2,-1],[-11,-4],[-22,-2],[-11,-1],[-17,2],[-11,7],[0,1],[-2,1],[-2,1],[-5,2]],[[3417,4088],[1,1],[1,0],[0,-1],[2,-2],[2,-3],[3,-6],[4,-7],[2,-5],[2,-3],[3,-2],[5,-4],[13,-8],[12,-6],[2,-1],[4,-2],[2,-1],[1,-2],[2,-7],[0,-2]],[[3478,4027],[-1,0],[-9,-1],[-27,-12],[-3,-1],[-5,-8],[-12,-23],[-2,-4],[-4,-12],[1,-3],[0,-2],[3,-2]],[[8996,5817],[4,0],[11,1],[1,0],[23,-18]],[[5002,8846],[-2,2],[-6,7],[0,2],[-1,1],[0,5],[0,11],[2,19],[-4,24],[-8,15],[-11,7],[-20,9],[-8,1],[-11,2],[-12,0],[-12,1],[-25,8],[-21,7],[-12,7],[-10,1],[-13,1],[-8,0],[-2,0],[-1,-11],[-6,-25],[0,-2]],[[4811,8938],[-1,0],[-10,-1],[-13,1],[-28,5],[-9,9],[-6,14],[0,1],[-1,3]],[[5056,8868],[0,-1],[-2,-20],[-23,-13],[-5,-3],[-6,3],[-1,1],[-10,6],[-6,5],[-1,0]],[[2139,2464],[1,-1],[9,-4],[22,-17],[14,-12],[8,-14],[0,-1]],[[2121,2293],[-8,1],[-8,3],[-4,1],[-8,0],[-10,-2]],[[5438,8668],[4,5],[7,6],[29,32],[2,4],[11,8],[17,4],[15,-1],[27,-6],[17,26],[0,3]],[[5871,8783],[15,-12],[13,-11],[37,-27],[7,-18],[3,-17],[-3,-5],[-1,-2],[0,-3],[1,-3],[2,-1],[17,-7],[2,0]],[[5964,8677],[-1,-7],[-4,-22],[-7,-17],[-3,-5],[-15,-1],[-15,2],[-20,3],[-37,-12],[-40,-13],[-2,-1],[-21,-17],[0,-1]],[[5799,8586],[-2,0],[-5,-1],[-9,-2],[-4,0],[-26,-11],[-10,-13],[-3,-2],[-5,-4],[-3,-1],[-5,-3],[-2,0],[-3,4],[-2,2],[2,10],[-9,8],[-11,3],[-12,20],[-30,-9],[-5,-2],[-9,-6],[-7,-6],[-5,-12],[-14,-18],[-2,-2],[-9,-10],[-2,-3],[0,-1],[1,-14],[-8,-25],[-1,0]],[[5583,8476],[0,3],[-8,23],[-15,34],[-14,26],[-13,12],[-9,10],[1,7],[2,7],[2,3],[4,3],[-1,19],[-3,12],[-1,2],[-6,8],[-3,2],[-3,2],[-10,3],[-1,1]],[[2877,3675],[-1,1]],[[2738,3685],[-1,2],[-4,41],[29,23],[6,7],[7,11],[-3,11],[-3,19],[-1,4]],[[4953,3328],[-1,0],[-1,-2],[-8,-4],[-9,-6],[-8,-6],[-5,-4],[-6,-5],[-24,-21],[-10,-10],[-6,-5],[-11,-11],[-2,-2],[-22,-20],[-16,-14],[-31,-30],[-12,-13],[-6,-7],[-3,-5],[2,-1]],[[4954,5520],[3,-8],[-7,-22],[-4,-11],[-6,-21],[-3,-16],[-1,-4]],[[4936,5438],[-10,1],[-32,6],[-44,13],[-42,8],[-10,-4],[-5,0],[-7,-2],[-2,0],[-6,2],[-7,6],[-1,1],[-1,2],[-7,25],[-3,24],[-2,19],[-3,9],[0,1],[-1,3],[-3,4],[-1,1],[-16,5],[-18,13],[-16,11],[-21,6],[-15,2],[-1,-1],[-6,-3],[-1,-1]],[[4655,5589],[0,1],[3,8],[2,2],[1,1],[0,1]],[[4661,5602],[2,3],[0,1],[4,3],[3,3],[2,2],[3,1],[6,1],[3,1],[9,-2],[31,-8],[22,-5],[25,0],[56,1],[47,9],[12,5],[3,1]],[[4889,5618],[2,0],[24,-21],[33,-30],[8,-3]],[[4956,5564],[0,-5],[-2,-11],[-1,-2],[-2,-6],[-2,-4],[1,-4],[1,-5],[1,-4],[1,-2],[1,-1]],[[9087,5788],[53,-1],[26,16],[51,16],[21,-1],[20,0],[0,7]],[[9319,7056],[0,-1],[1,-1],[7,-7],[10,-10],[22,-3],[7,0],[19,1],[18,-6],[16,-8]],[[9407,6924],[-13,-3],[0,-2],[-8,-15],[-6,-6],[-8,-7],[-6,-5],[-9,-4],[-30,-35],[-4,-5]],[[9323,6842],[0,5],[-1,4],[-3,3],[-4,1],[-2,0],[-1,0],[-4,-2],[-1,-2],[0,-9],[-2,-9]],[[7179,7266],[0,1],[-14,25],[-4,36],[-1,3],[0,1],[-7,-1]],[[7231,7270],[-2,1],[-8,0],[-14,-6],[-15,-7],[-3,-1],[-8,-1],[-3,0],[0,2],[0,1],[1,2],[2,1],[2,0],[1,0],[0,1],[1,2],[-1,1],[-2,0],[-3,0]],[[1751,3462],[-3,1],[-8,0],[-7,0],[-14,1],[-2,1],[-1,1]],[[1716,3466],[1,2],[-1,0],[-16,6],[-15,7],[-16,11],[-13,26],[-1,4]],[[1655,3522],[2,0],[12,1],[5,0],[7,-1],[19,-4],[5,0],[22,0],[9,2],[15,8],[3,4],[1,1],[1,3],[16,8],[17,5],[11,-5],[13,-4],[1,0],[21,2],[11,0]],[[1887,3479],[-2,-2],[-9,-16],[-3,-5],[0,-1]],[[3133,1181],[0,-1],[-1,-2],[-1,-3],[1,-3],[-8,-19],[-6,-9],[-22,-13],[-3,-1],[-4,-3],[-2,-3],[-2,-4]],[[3085,1120],[-1,0],[-1,2],[-2,4],[-1,4],[-24,14],[-8,1]],[[3037,1174],[4,2],[17,8],[1,1],[2,2],[2,14],[1,9],[-1,27],[0,18],[5,5],[7,5],[5,2],[42,22],[4,-1]],[[7101,6270],[-3,0],[-4,1],[-4,2],[-3,0],[-8,0],[-5,-1],[-13,-4],[-11,-4],[-1,-1],[-1,0],[-3,1],[-2,1],[-7,5],[-3,2],[-1,2],[0,2],[-3,12],[0,2],[0,3],[3,10],[1,3],[2,8],[0,3],[0,7],[0,15],[0,5],[10,10],[1,0]],[[7046,6354],[10,-4],[36,-11],[40,-10],[22,-1],[3,-1]],[[7157,6327],[-1,-7],[-2,-5],[-1,-3],[-11,-22],[-16,-17],[-3,0],[-15,0],[-7,-3]],[[4960,8763],[0,1],[4,33],[20,26],[18,22],[0,1]],[[5126,8897],[1,0],[9,-19],[13,-19],[21,-11],[5,-23],[2,-12],[4,-20],[0,-2],[4,-6],[10,0],[31,7],[1,1]],[[5227,8793],[2,-4],[21,-21]],[[5250,8768],[0,-1],[-3,-6],[-5,-7],[-6,3],[-2,2],[-6,3],[-9,1],[-19,0],[-1,0],[-2,-1],[-1,-4],[-1,-9],[0,-4],[1,-5],[0,-6],[0,-2],[-1,-2],[0,-1],[-7,-6],[-1,-2]],[[258,3751],[0,-1],[1,-2],[7,-7],[32,-19],[18,-11],[4,-1],[3,-1],[2,0],[34,-1],[28,-8],[1,0]],[[392,3587],[-1,1],[-27,1],[-19,13],[-11,-1],[-11,-4],[-6,-6],[-4,0],[-3,1],[-12,4],[-4,8],[3,8],[-5,5],[-7,4],[-8,4],[-32,11],[-15,3],[-10,-5],[-5,-7],[3,-9],[2,-4],[2,-4],[1,-5],[-2,-3],[-1,0]],[[220,3602],[-3,4],[-3,2],[-8,5],[-15,10],[-1,1]],[[190,3624],[-1,1],[-13,11],[-24,14],[-5,2]],[[147,3652],[2,2],[0,2],[0,2],[10,19],[17,28],[1,1]],[[6662,5615],[0,-2],[5,-20],[0,-1],[-2,-2],[-8,-5],[-32,-4],[-37,1],[-5,0]],[[6474,5660],[-2,4],[-2,18],[2,14],[17,40],[15,11],[18,7],[15,13],[19,18],[13,15],[20,21],[2,6]],[[8170,6615],[2,4],[7,12],[11,38],[2,44],[2,12]],[[8194,6725],[2,0],[30,-9],[11,-3],[13,-5],[56,-12],[14,-10]],[[9310,5904],[-2,10],[-3,0],[-9,0],[-6,2],[-16,6],[-6,3],[-8,5],[1,3],[-13,38],[-3,7]],[[9334,6055],[0,-2],[27,-17],[7,-1],[4,-2],[4,-1],[5,-6]],[[3395,1961],[27,-46],[38,-39],[3,-1],[29,-17],[32,-18],[4,-2]],[[3528,1838],[-27,-24],[-29,-43],[-2,-2],[-7,-4],[-19,-10],[-12,-6],[-24,-12],[-22,-10],[-7,-7],[-5,-4],[-9,-10],[-1,0]],[[3364,1706],[-2,-2],[-4,-2],[-5,-1],[-2,0],[-16,0],[-2,1],[-10,5],[-4,4],[-15,1],[-18,-8],[-13,-7],[-7,-3],[-10,-1],[-1,0],[-4,2],[-3,1],[-8,6],[-1,3],[-1,2],[0,5],[1,1],[-6,11],[-9,6],[-20,0],[-8,0],[-40,-9]],[[1955,2200],[10,-4],[6,-3],[13,-23],[1,-2]],[[1979,2154],[-2,0],[-24,-3],[-20,-3],[-2,-1]],[[1849,2141],[-6,-2],[-33,14],[-19,23],[-14,18],[-1,5],[-3,4],[-4,6],[-3,0],[-4,-1]],[[2603,225],[-33,-33],[-9,-28],[0,-6],[-2,-17],[-12,-40],[-29,-25],[-30,-19],[-1,0]],[[2487,57],[-1,0],[-18,24],[-9,18],[-26,22],[-26,17],[-7,0],[-5,0],[-3,0],[-5,2],[-6,4],[-25,18],[-7,7],[-1,4],[1,7],[4,9],[1,9],[2,15],[0,2],[-3,6],[-2,4],[-2,2],[-3,3],[-1,1],[-9,3],[-2,0],[-23,-4],[-9,-2],[-7,-1],[-42,4],[-26,7],[-2,0],[-8,4],[-8,7],[-47,11],[-22,1],[-33,9],[-23,9],[-7,4],[-3,2],[-2,1],[-4,4],[-4,8],[-36,19],[-7,0],[-18,6],[-3,1],[-4,2],[-5,4],[-12,12],[0,1],[0,7],[0,3]],[[1979,353],[6,0],[15,2],[8,1],[6,2],[12,4],[1,1]],[[2299,513],[0,1],[2,4],[2,2],[33,25],[10,7],[16,11],[9,6],[8,5],[35,11]],[[2611,227],[-1,1],[-3,0],[-1,0],[-2,-2],[-1,-1]],[[5724,6142],[-4,-3],[-32,-16],[-15,-8],[-10,-11],[-10,-16],[-6,-13],[1,-14],[3,-9],[0,-9],[-9,-15],[-2,-2]],[[5463,6194],[0,3],[13,34],[9,14],[15,33],[1,3],[1,2],[2,2],[3,2],[20,7],[17,4],[10,1],[11,2],[3,1],[1,1],[2,1],[17,21],[1,2],[8,34],[7,27],[3,3],[-2,4]],[[1306,697],[2,0],[7,-1],[7,-3],[4,-3],[1,1]],[[1327,691],[-4,-5],[-1,-2],[0,-1],[1,-3],[1,-2],[1,-1],[3,-1],[14,-9],[3,-2],[2,1],[1,0],[2,1],[1,0],[2,3],[2,3],[0,2],[-4,5],[-1,3],[2,1]],[[1352,684],[24,-24],[1,-2]],[[1377,658],[-2,-1],[-29,-9],[-31,-6],[-41,-13],[-35,-18]],[[1212,619],[1,1],[6,3],[23,13],[18,11],[31,19],[9,14],[7,15],[-1,2]],[[2196,4130],[4,1],[3,0],[7,-2],[4,-2],[3,-2],[3,-2],[28,-9],[39,-1],[2,1],[1,1],[1,0],[6,0]],[[2297,4115],[0,-1],[1,0],[18,-34],[3,-9],[0,-3],[0,-2],[-3,-16],[5,-17],[9,-15],[23,-14],[27,-18],[23,-16],[8,-4],[2,0]],[[2250,3927],[0,1],[-3,0],[-9,-1],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-4,-1],[-2,0],[-6,3],[-3,4]],[[9437,7167],[2,-3],[3,-2],[5,-3],[2,-1],[4,0],[5,-1],[11,2],[8,2],[9,4],[10,4],[6,2],[15,2],[9,1],[5,-2],[5,-2],[5,-2],[2,-3],[2,-2],[3,-5],[2,-5],[1,-5],[1,-5],[-1,-4],[-4,-8],[-13,-25],[0,-2]],[[6313,4929],[7,0],[5,1],[15,-1],[8,-4],[10,-6],[29,-27],[4,-3],[10,-10],[3,-6],[-2,-10],[-1,-7],[-1,-9],[-1,-6],[1,0],[3,0],[13,3],[7,3],[6,3],[1,1],[4,1],[2,1],[3,0]],[[6439,4853],[1,-3],[16,-25],[-1,-5],[0,-12],[0,-3],[2,-4]],[[6457,4801],[-7,-4],[-1,0],[-17,0],[-1,0],[-5,1],[-14,5],[-7,2],[-1,7],[1,1],[0,1],[0,3],[0,2],[-1,2],[-1,2],[-1,0],[-5,0],[-4,0]],[[6393,4823],[0,2],[3,6],[0,8],[0,1],[-4,3],[-19,-5],[-6,-4],[-1,-1],[-1,-1],[-1,-1],[-1,-9],[-8,-8],[-9,-9],[-1,-2],[-1,0],[-5,-1],[-6,-1],[-2,0],[-7,-3],[-5,-3],[-4,-3],[-4,-5],[-1,0]],[[1848,4246],[0,-1],[-6,-4],[-1,-2],[-1,-2],[-1,-3],[0,-2],[1,-2],[1,-3],[-2,-18],[-7,-30],[-16,-24]],[[1765,4196],[2,2],[1,1],[2,2],[1,2],[0,3],[0,2],[2,1],[29,24],[22,34],[0,4],[2,2],[2,-1],[13,-9],[5,-15],[2,-2]],[[6914,6404],[1,0],[37,25],[15,23],[2,2],[1,2]],[[6970,6456],[3,-3],[13,6],[18,7],[9,5],[15,9],[3,1]],[[7031,6481],[2,0],[1,0],[2,-2],[0,-1],[2,-7],[1,-1],[-1,-1],[-7,-34],[-1,-2],[-1,-5],[-2,-4],[-3,-6],[-1,-2],[-2,-2],[-7,-4],[-7,-2],[-33,-17],[-3,-2]],[[6971,6389],[-7,-2],[-31,-23],[-1,0],[-5,0],[-4,0],[-4,1],[-3,2],[-2,1],[-6,6],[-1,1],[-2,6],[0,3]],[[9556,6661],[2,0],[1,2],[2,3],[0,1],[-1,2],[-2,0],[-1,1],[0,2],[1,1],[2,0]],[[9711,6604],[0,-6],[0,-34],[-11,-4],[-14,-1],[-41,-1],[-30,-2],[-4,-1]],[[4704,8688],[-1,0],[-1,-1],[-2,1],[-23,4],[-22,9],[-30,8],[-18,-5],[-1,0]],[[4811,8938],[1,-3],[12,-21],[4,-23],[-3,-21],[1,-25],[12,-20],[4,-13],[3,-16],[-2,-1]],[[8837,5500],[-8,-10],[-1,-1]],[[8648,5525],[-3,10],[-2,14],[0,2],[-1,14],[-3,10],[-2,5],[-2,6],[-19,33],[-2,4],[-9,10],[-1,1]],[[8655,5674],[1,-1],[6,-7],[11,-8],[11,-7],[2,-1],[1,0],[4,3],[5,5],[11,3],[11,-1],[15,-5],[18,-2],[22,6],[3,1]],[[8194,6725],[-7,2],[-6,3],[-34,19],[-24,21],[-1,1],[-2,1]],[[8120,6772],[0,5],[1,2],[1,1],[38,5],[44,11],[2,1],[13,11],[0,1],[2,3],[1,5],[5,19],[0,3],[-1,2],[-1,2]],[[6859,6403],[-2,0],[-17,-2],[-7,-5],[-3,-9],[0,-1],[0,-2],[0,-4],[-1,-1],[-1,-1],[-5,-4]],[[6823,6374],[-1,1],[-27,0],[-16,-1],[-4,1],[-1,0],[-26,16],[-27,21],[-40,12],[-1,0],[-1,1],[-2,1]],[[6649,6470],[0,2],[-1,8],[0,1]],[[6211,8995],[-1,0],[-8,-5],[-1,-1],[-8,-5],[-16,-11],[1,-13],[0,-5],[2,-9],[-2,-27],[-8,-27],[-6,-4],[-3,-1],[-26,-4],[-15,-3],[-16,2],[-21,4],[-25,12],[-11,7],[-7,1],[-5,-4],[-14,-12],[-3,-4],[-2,-3],[-2,-5],[-1,-2],[-8,-2],[-4,2],[-5,3],[-3,2],[-6,4],[-3,3],[-1,1],[-5,13],[-4,11],[-14,11],[-6,2],[-2,1],[-8,9],[-4,4],[-2,3],[-1,5],[1,4],[1,4]],[[5939,8956],[0,1],[-7,7]],[[5932,8964],[4,0],[34,4],[37,13],[41,11],[6,2],[15,3],[6,1],[24,3],[16,0],[12,1],[8,3],[1,0],[16,22],[-1,13],[-2,13],[2,15],[2,7],[5,13],[11,19],[1,3],[0,13],[0,2]],[[6206,9074],[0,-3],[3,-11],[2,-6],[4,-17],[0,-11],[-2,-5],[-5,-5],[2,-21],[1,0]],[[436,3430],[2,4],[29,25],[15,14],[2,1]],[[530,3466],[1,-1],[29,-21],[3,-5],[8,-14],[-1,-9],[-11,-28],[-1,-4]],[[433,3394],[0,1],[0,3],[1,2],[1,2],[5,6],[4,7],[0,3],[-1,5],[-1,1],[-1,2],[-3,2],[-2,2]],[[3420,2043],[0,1],[1,1],[38,37],[13,12],[20,20],[9,9],[5,5],[1,1],[68,9]],[[2792,2713],[-10,-2],[-22,-2],[-1,0],[-19,11],[-12,8],[-2,1],[-1,5],[-3,13],[-1,11],[-2,7],[0,2]],[[2719,2767],[0,1],[1,2],[2,3],[1,5],[1,2],[6,11],[7,12],[6,3],[25,10],[27,9],[6,2],[4,4],[2,4]],[[5834,4142],[2,-2],[3,-4],[7,-14],[6,-10],[3,-10],[1,-4],[0,-3],[-1,-6],[1,-2],[1,-1],[2,-2],[10,-6],[3,-1],[1,0],[7,2],[1,0],[6,-3],[5,-2],[4,-3],[5,-4],[6,-4],[0,-1],[-1,-4],[-3,-8],[-10,-2],[-12,-7],[-7,-5],[-15,-10],[-7,-4],[-7,-3],[-16,-5],[-1,0],[-4,1],[-4,5],[-2,4],[-5,4],[-9,3],[-11,5],[-9,4],[-11,4],[-8,4],[-7,3],[0,1],[1,0],[1,-1],[1,1],[0,1],[0,1],[-2,1],[-2,-1],[-3,-1],[-2,-1],[-1,0],[-2,2],[-1,3],[-6,13],[-1,2]],[[5741,4072],[0,2],[1,20],[1,4],[0,4]],[[5743,4102],[12,5],[11,5],[7,7],[17,8],[31,10],[13,5]],[[7893,7345],[3,1],[7,6],[1,2],[1,1],[1,1],[2,2]],[[7908,7358],[2,1],[4,1],[2,0],[36,0],[30,-5],[1,-6],[3,-5],[4,-4]],[[7990,7340],[2,-2],[4,-4],[6,-13],[5,-14],[1,-1],[-1,-5],[-2,-6],[-1,-3],[-5,-7],[-1,0],[-2,-1],[-7,-1],[-6,0],[-14,-11],[-11,-25],[6,-13],[8,-1],[9,-1],[13,-6],[7,-4],[10,-3],[4,-1]],[[7828,7273],[0,1],[2,5],[26,30],[6,0],[1,1],[12,7],[15,15],[4,5],[0,1],[1,1],[0,4],[-2,2]],[[5339,8863],[0,1],[-10,13],[-5,10],[0,12],[3,31],[3,12],[5,14],[9,11],[0,1],[-2,5],[-3,8],[-1,1]],[[5445,8893],[-1,0],[-2,-2],[-7,1],[-11,-6],[-10,-20],[-1,-3],[-1,-5],[-1,-3],[-5,-12],[-5,-3],[-7,-2],[-3,-2]],[[5391,8836],[-2,1],[0,2],[-2,2],[-1,2],[-3,2],[-16,8],[-15,5],[-12,5],[-1,0]],[[2281,3444],[-2,1],[-8,14],[-7,18],[0,3]],[[2264,3480],[0,6],[-2,10],[14,19],[34,9],[34,4],[1,0]],[[2396,3508],[0,-4],[-5,-7],[-7,-6],[-9,-7],[0,-9],[3,-9],[1,-1],[4,-3],[1,0]],[[8307,7143],[0,2],[4,13],[4,10],[0,1]],[[8315,7169],[2,1],[26,7],[13,4],[1,0],[8,7],[-2,8],[0,18],[2,15],[14,6],[2,1],[15,16],[3,4],[1,1],[2,8],[0,1],[-2,22],[-1,19],[0,14],[0,4]],[[8577,7242],[0,-1],[20,-17],[2,-1]],[[8599,7223],[-1,-1],[-9,-15],[-7,-18],[-3,-13],[2,-14],[0,-6],[-10,-16],[-12,-20],[-13,-18]],[[8320,7080],[0,1],[-9,27],[-3,25],[-1,8],[0,2]],[[4366,4940],[-2,-1],[-4,1],[-8,1],[-11,2],[-1,0],[-2,-1],[-3,-4],[-3,-5],[-2,-10],[0,-6],[-1,-1],[-9,-3],[-9,-3],[-15,-3],[-6,-1],[0,5],[-3,20],[-1,3],[-2,2],[0,3],[-1,3],[1,4],[1,5],[3,5],[5,4],[3,8],[-4,8],[-18,17],[0,1],[-2,3],[-6,8],[-1,1],[-4,2],[-7,3],[-11,3],[-2,0],[-3,-1],[-4,-1],[-5,-2],[0,1],[0,7],[3,6],[3,4],[1,1],[3,2],[12,14],[0,1]],[[4244,5156],[2,-2],[9,-4],[8,-2],[10,-3],[15,-4],[3,0],[2,1],[10,5],[20,12],[46,-12],[6,-2],[2,-1]],[[738,3712],[9,1],[18,-2],[12,-16],[-2,-8],[0,-1],[0,-1],[1,-1],[16,-8],[11,-5],[17,-11],[19,-21],[-4,-9],[-1,-4]],[[7731,7185],[-2,-2],[-17,-5],[-25,-2],[-21,0],[-21,-1],[-10,-2],[-3,-1],[-4,-1],[-19,-17],[-3,-2],[0,-2],[2,-4],[1,-1]],[[7665,7327],[3,-2],[3,-4],[1,-1],[7,-11],[2,-9],[0,-3],[1,-5],[6,-9],[19,-10],[5,-2]],[[5974,6814],[-1,1],[-5,22],[-22,37],[-26,38],[-9,16],[0,5],[1,1]],[[6087,7106],[6,-1],[9,-2],[6,-2],[24,-11],[23,-12],[2,-1],[2,-1]],[[7795,5884],[9,-6],[33,-28],[24,-25],[14,-10],[17,-2],[17,-1],[24,-2]],[[7931,5794],[-3,-9],[-2,-8],[-3,-9],[-2,-7],[-2,-5],[-2,-3],[-4,-4],[-11,-10],[-19,-17],[-25,-21],[-6,-5]],[[8809,6638],[-7,0],[-13,-1],[-36,2],[-7,0]],[[8893,6747],[-1,-5],[-8,-34],[-2,-47],[0,-8],[-1,-2],[-1,-3]],[[5752,7127],[-2,1],[-11,2],[-2,1],[-4,3],[0,27],[-13,32],[-11,4],[-3,2],[-5,4],[-10,7],[-11,14],[-2,4]],[[5678,7228],[2,2],[2,2],[1,3],[12,25],[1,5],[6,15],[0,4],[-6,12],[-5,9],[-2,3],[-8,23],[-5,19],[-7,21],[-13,8],[-1,3],[3,6],[3,4],[1,0]],[[5929,7442],[1,0],[9,-5],[3,-1],[3,-7],[-4,-12],[-4,-8],[1,-5]],[[5938,7404],[-4,-11],[-1,-1],[-3,-21],[4,-18],[7,-10],[5,-2],[4,-1],[14,-1],[7,-2],[14,-4],[4,-1],[3,-3],[23,-16],[2,-2],[30,-16],[13,-5],[8,-8],[4,-4],[8,-9],[3,-3],[1,-3],[13,-6],[24,-7],[24,-2],[4,-1]],[[150,3582],[-3,2],[-44,10],[-13,6],[-12,7],[-9,6],[-9,3],[-6,1],[-11,1],[-1,0]],[[42,3618],[0,2],[15,11],[0,1],[1,1],[1,1]],[[59,3634],[3,-2],[4,-3],[3,-3],[8,-7],[9,2],[10,2],[10,5],[16,14],[0,1],[-4,4],[-6,4],[-7,-1],[-4,-1],[-2,-1],[-2,-1],[-1,-2],[-4,-4],[-1,2],[2,6],[1,3],[3,4],[4,5],[4,5],[3,1],[2,0],[2,-3],[3,-6],[1,-2],[9,-9],[6,0],[8,2],[4,2],[3,1],[1,0]],[[190,3624],[-4,-2],[-27,-21],[-4,-9],[-4,-10],[-1,0]],[[7392,5834],[7,-1],[7,0],[3,5],[6,6],[8,4],[2,1],[1,1],[1,1],[0,2],[-1,7],[-2,9],[0,5],[1,3],[0,2],[1,2],[1,2],[1,1],[5,2],[3,0],[2,-1],[2,-1],[3,-3],[1,-2],[2,-3],[5,-4],[1,-1],[5,-2],[4,-1],[2,0],[1,1],[4,2],[2,2],[3,0],[5,0],[3,0],[8,-2],[18,-5],[6,-1],[1,-1],[1,-1],[1,-2],[0,-2],[-1,-1],[-2,-2],[-4,-2],[-6,-3],[-4,-2],[-7,-8],[-6,-9],[-5,-10],[-5,-18],[0,-2],[1,-3],[1,-2],[2,-4],[3,-4],[2,-2],[2,-1],[3,-2],[5,-1]],[[7495,5783],[-8,-4],[0,-2],[-7,-21],[-24,-8],[-2,-1],[-8,2],[-8,1],[0,1],[1,17],[2,14],[-5,12],[0,1],[-3,2],[-1,0],[-6,4],[-28,14],[-4,-2],[-1,-2]],[[7393,5811],[-4,1],[-10,3]],[[3671,2417],[30,25],[0,1],[-2,3]],[[3699,2446],[25,2],[38,14],[20,11],[7,3],[4,2],[9,1],[6,1],[7,-1]],[[3815,2479],[1,-2],[8,-18],[31,-60],[8,-15],[9,-18]],[[6917,5117],[2,1],[15,6],[9,3],[12,5],[26,5],[2,0]],[[6983,5137],[-1,-1],[-1,-2],[0,-2],[-1,-6],[-2,-14],[3,-15],[-10,-20],[-13,-15],[-21,-24],[-5,-12],[1,-12],[10,-23],[1,-2],[3,-1]],[[6901,5008],[-1,1],[-11,7],[-23,21],[-10,11],[-6,16],[0,1],[1,3],[1,2],[2,6],[3,3],[2,2],[30,16],[18,5],[10,14],[0,1]],[[1892,4054],[5,0],[15,-1],[11,0],[8,3],[11,5],[2,1],[13,4],[7,2],[6,-2],[3,-1],[3,-3],[2,-3],[4,-12],[3,-11],[1,-3],[1,0]],[[1957,3920],[-1,0],[-12,13],[2,12],[2,3],[2,7],[3,11],[1,6],[0,5],[-1,9],[-1,4],[-1,2],[-11,14],[-2,3],[-12,10],[-5,4],[-9,8],[-6,5],[-7,6],[-4,4],[-1,3],[-2,5]],[[3364,1706],[5,-3],[10,-6],[2,-1],[1,-3],[0,-3],[0,-2],[-1,-2],[-3,-2],[-6,-4],[-8,-8],[-1,-2]],[[3363,1670],[-3,1],[-11,4],[-13,-2],[-11,-5],[-16,-25],[0,-1],[-1,-22],[8,-16],[12,-21],[-1,-18],[-31,-26],[-13,-11]],[[3283,1528],[-3,1],[-16,2],[-1,0],[-19,15],[-9,16],[-8,12],[-8,9],[-11,8],[-3,2],[-24,15],[-12,7],[-10,7],[-4,3],[-1,0],[-5,-2],[-6,-1]],[[6758,5058],[-1,1],[-22,9],[-17,14],[-11,10],[-14,9],[-11,2],[-11,8],[-8,16],[4,5],[0,12],[-10,7]],[[6657,5151],[3,3],[6,11],[2,24],[1,15],[5,13],[3,2]],[[6820,5231],[0,-3],[-1,-2],[-9,-17],[-8,-21],[-2,-17],[7,-25],[14,-31],[18,-18],[3,-2],[2,-9],[0,-10],[-10,-11],[-17,-9],[-6,-1],[-3,0]],[[6808,5055],[-1,2],[-4,-2],[-15,-3],[-13,-2],[-2,0],[-7,3],[-4,2],[-4,3]],[[8033,5494],[0,-2],[-4,-25],[21,-16],[15,-5],[14,-7],[2,-4],[2,-4],[6,-13],[0,-2]],[[8089,5416],[-4,-2],[-6,-2],[-7,-4],[-10,-4],[-23,-10],[-33,-7],[-6,-1],[-12,0]],[[7988,5386],[1,3],[-1,0],[-7,1],[-1,0]],[[7980,5390],[0,1],[-6,11],[-7,7],[-26,18],[-33,2],[-1,0]],[[7812,5548],[0,2],[0,2],[-3,5],[-5,9],[-2,4],[-1,8],[0,2],[1,1],[2,7],[2,5]],[[7843,5651],[23,-2],[30,-3],[23,-2],[11,-2],[9,-3],[18,-6],[16,-5],[10,-6],[9,-4],[7,-4],[3,-7],[3,-4]],[[8005,5603],[2,-3],[8,-34],[-2,-4],[0,-2]],[[2879,2196],[-4,-1],[-30,-6],[0,-1]],[[2845,2188],[-1,0],[-47,-6],[-8,-4],[-24,-13],[-26,-13],[-37,1],[-1,0],[-12,2],[-4,1],[-8,4],[-4,2],[-1,1]],[[2671,2223],[10,-2],[14,-3],[20,1],[10,6],[18,12],[26,16],[33,21],[1,0]],[[2300,3082],[3,-1]],[[2303,3081],[1,-3],[0,-1],[3,-4],[1,-15],[-5,-14],[-6,-13],[1,-16],[7,-15],[22,-13],[4,-5],[10,-13],[1,-1]],[[5042,3416],[6,3],[13,8],[8,7],[-4,6],[1,7],[1,8],[2,4],[1,2],[26,12],[30,15],[23,15],[27,-13],[3,-3]],[[5179,3487],[-2,-2],[-22,-14],[-11,-9],[-14,-7],[-12,-7],[-13,-7],[-4,-2],[-20,-13],[-25,-16],[-4,-3],[-1,0]],[[4314,1474],[2,1],[1,0],[-1,-23],[-1,-10],[-2,-14],[-4,-25],[-6,0],[-13,1],[-16,2],[5,-7],[5,-2],[19,-2],[10,-2],[4,0],[1,0],[1,0],[0,1],[2,2],[1,0],[-2,-2],[-2,-2],[-1,-1],[-1,1],[-3,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-4],[-1,-3],[-2,-14],[-2,-21],[-2,-15],[-1,-13],[-1,-15],[-1,-12],[0,-22],[-1,-16],[0,-19],[1,-8],[1,-10],[0,-7],[0,-13],[0,-14],[0,-15],[1,-5],[0,-1]],[[4194,1206],[1,3],[26,14],[10,4],[6,3],[2,2],[0,3],[-21,36],[-2,2],[-14,7],[-35,18],[-10,3],[-13,2],[-12,1]],[[4128,1438],[7,3],[5,1],[8,0],[4,-1],[6,-2],[5,-2]],[[5074,4187],[-4,5],[-10,9],[-4,3],[-2,1],[-11,2],[-8,-1],[-2,-1],[-1,0],[-8,3],[0,1],[-2,5],[-6,13],[0,1]],[[5037,4258],[0,2],[4,3],[17,5],[5,1],[3,-1],[1,0]],[[220,3470],[2,0],[10,0],[1,0],[8,-4],[17,-11],[24,-15],[1,-1]],[[283,3439],[2,0],[1,-1],[24,-15],[21,-12],[15,-15],[19,-29],[2,-5],[3,-3],[2,-2],[5,-3],[4,-2],[3,-1],[1,0]],[[394,3329],[-12,-9],[-7,-13],[-7,-12],[-5,-9],[-3,-5]],[[360,3281],[-8,-14],[-4,-9],[-15,-21],[-18,3],[-7,1],[-3,-1],[-7,-4],[0,-1],[-2,-5],[5,-25],[-3,-24],[-7,-21],[-6,-4],[-2,-1]],[[283,3155],[-5,2],[-41,21],[-11,5],[-5,3],[-16,11],[-22,16],[-10,10],[-3,6],[-1,11],[1,1],[-4,3],[-5,3],[-10,4],[-7,2],[-6,1],[-25,5],[-50,10],[-1,1],[-1,2],[-2,24],[4,14],[13,15],[10,9],[16,8],[12,11],[0,1],[-3,6],[-2,3],[-2,3],[-1,2],[-4,6],[-1,2],[-1,3],[0,14],[0,2],[5,3],[4,2],[1,0]],[[110,3400],[2,-3],[16,-9],[17,-2],[8,0],[6,3],[2,1],[1,1],[6,7],[1,5],[1,5],[1,7],[4,11],[10,24],[5,7],[5,6],[6,4],[3,-1],[7,1],[3,0],[6,3]],[[2913,1221],[-4,4],[-1,6],[-3,7],[-2,3],[-4,1],[-3,2],[-43,-8],[-46,6],[-7,1],[-2,0],[-3,-1]],[[2783,1299],[2,0],[15,12],[22,18],[16,12],[13,11],[10,9],[5,7],[23,32],[5,7]],[[2894,1407],[2,0],[12,-6],[18,-4],[16,-3],[4,1],[11,3],[51,9],[4,1]],[[3012,1408],[4,-3],[2,-3],[1,-1],[15,-30],[11,-28],[16,-19],[19,-14],[13,-7],[11,-3],[7,-2],[1,0],[9,3],[1,1]],[[1349,2251],[-6,-1],[-2,0],[-1,1],[-16,12],[-9,8],[-17,12],[-27,-1],[-27,-1],[-17,1],[-8,3],[1,14],[2,5],[1,3],[3,4],[7,4],[4,2],[1,1],[4,2]],[[1242,2320],[2,1],[2,0],[37,2],[18,3],[23,6],[28,8],[32,0],[1,0]],[[5964,8677],[3,1],[2,0],[19,-2],[50,-4],[3,1]],[[5822,8492],[-2,2],[-17,31],[2,19],[-6,37],[0,5]],[[436,3760],[-5,-5],[-4,-15],[1,-10],[-3,-12]],[[6558,6889],[1,3],[1,2],[4,4],[4,1],[1,1],[1,3],[5,8],[2,4],[0,2],[1,1],[-1,23],[-11,13],[-18,4],[-1,5],[1,14],[0,2],[1,2],[0,2],[3,4],[2,1],[3,1],[15,3],[11,2],[3,1],[5,3],[6,4],[4,4],[2,3],[4,5],[3,6],[6,9],[3,3],[2,3]],[[6652,7028],[5,-1],[3,-1],[1,-2],[40,-15],[11,-3],[6,-2],[19,-13],[4,-3],[4,-11],[1,-2],[0,-2],[-1,-1],[-1,-2],[-2,-2],[-4,-1],[-2,-1],[-3,-4],[-3,-5],[0,-2],[5,-15],[15,-7],[22,-7],[6,-15],[2,-21],[1,-12],[4,-19],[12,-17],[3,-4]],[[6800,6838],[-2,0],[-22,-3],[-4,-1],[-3,-1],[-1,-1],[-2,-4],[-2,-3],[-1,-6]],[[6733,6804],[-1,0],[-13,1],[-14,-2],[-11,-3],[-4,-1]],[[6690,6799],[-2,1],[-36,21],[-15,16],[-8,10],[-7,6],[-3,0],[-5,-1]],[[3934,3756],[-4,-3],[-11,-11],[-14,-3],[-16,1],[-37,16],[-2,1]],[[3833,3854],[4,-1],[7,-2],[10,-4],[6,-3],[5,-2],[5,-2],[5,-1],[23,-6],[29,-10],[16,-7],[10,-17],[3,-12],[-4,-12],[-2,-1],[-15,-16],[-1,-2]],[[6574,9128],[2,1],[2,2],[3,3],[6,4],[10,6],[1,0],[2,-2],[10,-18],[0,-1]],[[6572,8975],[0,1],[-13,4],[-14,-2],[-13,-2],[-19,-2],[-1,0],[-2,0],[-4,2],[-4,4],[-3,3],[-1,4],[-17,-6],[-4,-1]],[[6477,8980],[-2,1],[-5,3],[-3,14],[-3,17],[0,7],[-3,9],[-2,5],[-13,10],[-16,3],[-1,3],[1,3],[1,2],[3,4]],[[1436,2986],[1,1],[0,1],[2,1],[6,3],[1,1],[3,4],[1,3],[1,3],[0,1],[0,7],[0,7],[-3,7],[-3,3]],[[1445,3028],[3,1],[13,11],[6,13],[-1,19],[-11,25],[-1,2],[-2,6],[5,2],[17,4],[16,2],[7,-1],[3,0],[2,1],[3,1],[6,4],[1,0]],[[1512,3118],[1,0],[8,1],[19,-7],[27,0],[22,1],[1,0],[1,0],[1,-1]],[[1592,3112],[-2,0],[-2,-2],[-24,-16],[-9,-6],[-12,-8],[-7,-6],[-9,-12],[3,-6],[4,-9],[6,-29],[-2,-3]],[[1538,3015],[-5,0],[-9,-10],[-4,-4],[-3,-5],[-4,-4],[-2,-5],[-1,-1],[0,-5],[2,-13],[-7,-10],[-1,-1]],[[9029,6127],[3,-1],[8,-3],[8,-3],[13,-4],[19,-9],[9,-4],[5,-2],[3,-1]],[[8727,7288],[4,4],[4,3],[4,2],[6,2],[8,2],[8,0],[6,-1],[2,-1],[6,-5],[2,-1],[8,-4],[14,-5],[28,-10],[31,-11]],[[8858,7263],[0,-1],[0,-2],[-17,-18],[-20,-12],[-26,-31],[0,-7],[-1,-4]],[[8794,7188],[-17,0],[-5,3],[-17,10],[-15,11],[-25,19],[-15,4],[-18,3],[-21,4],[-11,-6],[-4,-7],[-4,-7],[-19,-4],[-14,-1],[-9,5],[-1,1]],[[4428,4736],[0,2],[-2,3],[-7,11],[-8,11],[-10,13],[-2,0]],[[4477,4836],[2,-4],[2,-2],[0,-1],[2,-6],[1,-6],[2,-17],[8,-17],[14,-14],[9,-7],[9,-16],[2,-4]],[[4784,8230],[0,1],[3,12],[-9,0],[-9,4],[-5,16],[0,3]],[[4764,8266],[0,2],[14,14],[18,20],[19,29],[2,1],[2,2]],[[4819,8334],[1,0],[1,0],[1,0],[18,-11],[10,-6],[12,-7],[24,-4],[24,-6],[20,-15],[25,-5],[31,1],[2,1],[8,-1],[2,-2],[15,-17],[6,-9]],[[729,4059],[1,-1],[4,-2],[10,-6],[2,0],[12,-3],[9,-2],[2,-1],[16,-12],[16,-12],[1,-1],[6,-2]],[[808,4017],[-5,-4],[-5,-24],[4,-22],[9,-8],[19,-6],[0,-1],[3,-1]],[[833,3951],[-11,-16],[-22,-14],[-1,-1],[-4,-7],[-2,-2],[0,-1]],[[793,3910],[-1,1],[-6,3],[-7,4],[-9,11],[-10,16],[-1,3],[-1,3],[-3,5],[-2,3],[-13,15],[-2,2],[-7,5],[-6,3],[-12,4],[-2,0],[-5,-1],[-1,0]],[[705,3987],[-1,1],[0,1],[6,26],[6,31],[1,1]],[[717,4047],[0,1],[2,3],[2,2],[5,3],[3,3]],[[4969,5109],[1,3],[1,7],[-1,3],[0,2],[0,5]],[[4885,9643],[-1,2],[2,3],[4,6],[15,26],[-13,14],[-2,2],[-1,6],[0,2],[5,20],[1,6],[-1,4],[-1,3],[-6,12],[4,0],[17,6],[6,2],[3,1],[2,2],[11,6],[8,4],[16,2],[5,1]],[[4959,9773],[2,-6],[0,-3],[4,-7],[3,-7],[5,-9],[7,-9],[12,-1],[11,-8],[6,-6],[10,-10],[3,-3],[3,-3],[1,-1],[6,-2]],[[5032,9698],[-1,-1],[-7,-5],[-4,-5],[-1,-1],[0,-4],[0,-2],[4,-12],[6,-7],[1,-4],[1,-4],[0,-1],[-1,-2],[-19,-5],[-12,-6],[-5,-7],[3,-9],[2,-10],[1,-2],[0,-2],[0,-7],[4,-10],[11,1],[5,10],[7,5],[11,1],[7,-4],[10,-8],[4,-11],[-3,-7],[-12,-10],[-3,-2],[-3,-2],[-8,-4],[-3,0],[-12,-1],[-15,-9],[-2,-4],[-1,-5],[0,-9],[1,-10],[1,-7],[-6,-5],[-2,-1]],[[4991,9510],[-3,-2],[-3,-2],[-1,-2],[-1,-2]],[[7951,6536],[2,2]],[[6580,4400],[18,6],[3,2],[4,2],[7,6],[7,5],[18,12],[5,3],[17,11],[5,2],[3,2]],[[6667,4451],[1,0],[21,-3],[21,-5],[9,-7],[15,-10],[20,2],[3,4],[6,9],[5,6],[5,5],[4,4],[6,5],[2,2],[2,0],[3,0],[2,0],[36,-9],[1,-1]],[[6826,4315],[-1,-1],[-1,-1]],[[3106,2270],[1,-1],[15,-25],[6,-10],[14,-19],[13,-30],[1,-1]],[[3156,2184],[-6,2],[-17,5],[-13,4],[-30,10],[-36,4],[-29,-2],[-37,12],[-2,0],[-9,-1]],[[2986,2328],[3,-1],[45,-21],[27,-21],[38,-13],[7,-2]],[[7506,7537],[1,1],[7,7],[5,5],[22,14],[28,6],[41,11],[29,8],[2,1],[1,0],[16,-10],[2,-1]],[[7660,7579],[-1,-1],[-1,-2],[-2,-1],[-18,-25],[-8,-19],[3,-8],[8,-16],[13,-25],[-1,-2]],[[7653,7480],[0,-1],[-15,-22],[-25,3],[-27,7],[-16,-1],[-1,0]],[[2768,2448],[-4,2],[-71,26]],[[2865,2488],[-1,0],[-10,-6],[-24,-15],[-13,-8],[-28,-10],[-21,-1]],[[923,2963],[7,-2],[-1,-2],[0,-2]],[[920,2874],[-3,0],[-39,-5],[-28,-5],[-8,0]],[[842,2864],[0,2],[-2,6],[0,3],[1,2],[0,4],[-1,5],[-1,5],[-1,3],[-1,7],[-10,27],[0,1],[0,1],[-1,23],[0,10],[2,0],[2,0]],[[7678,4971],[-3,0],[1,8],[-15,34],[-33,14],[9,5]],[[7637,5032],[7,2],[21,10],[13,6],[-2,4],[-12,6],[5,12],[0,1],[6,3],[5,3]],[[7778,4978],[-3,2],[-11,2],[-10,0],[-9,2],[-16,7],[-7,11],[-2,5],[-1,2],[-1,1],[-5,7],[-6,-4],[-4,-4],[-5,-9],[-1,-3],[0,-1],[4,-12],[2,-10],[-13,-1],[-5,0],[-7,-2]],[[8842,7083],[-1,-5],[-4,-6],[-11,-15],[-11,-18],[-21,-6],[-22,-7],[-22,-9],[-1,0],[-2,0],[-13,3],[-10,3],[-16,16],[-7,10],[-4,7],[-7,11],[-7,1],[-9,-2],[-1,0]],[[8794,7188],[1,-2],[3,-1],[13,-7],[11,-43],[5,-48],[4,-3],[4,-1],[1,0],[6,0]],[[5008,4007],[0,1],[3,6],[8,11],[2,2]],[[5076,3993],[4,-2],[3,-3],[4,-3],[0,-1],[3,-6],[0,-5],[2,-7],[-1,-4],[-3,-5],[-2,-8],[0,-8],[-5,-3],[-11,-8],[-1,0],[-9,0],[-7,1],[-7,1],[-5,1],[-5,0],[-8,-1],[-10,0],[-3,0],[-7,1],[-1,0],[-3,-5],[-4,-6],[0,-1],[4,-4],[4,-6],[1,-1],[-11,0],[-10,-1],[-4,-1],[-5,-2],[-7,-2],[-3,-2],[-4,-3],[-1,0],[-3,4],[-5,4],[0,1],[0,1],[3,4],[0,2],[-1,1],[-3,3],[-1,1],[-1,1],[0,6],[-2,7],[5,8],[7,6],[1,2],[4,5],[5,7],[2,3],[7,6],[5,4],[5,5],[1,2],[6,7],[6,5],[1,2],[3,7],[0,2],[-1,2]],[[1608,1169],[12,2],[8,0],[18,-2],[5,-1],[3,-2],[2,-2],[1,-2],[11,-16],[13,-18],[4,-3],[14,-9],[4,-1],[6,-3],[11,-2],[10,-2],[3,-1],[10,-4],[5,-3],[5,-3],[15,-13],[24,-31],[0,-1]],[[1896,871],[1,-3],[5,-1],[8,-1],[-1,-6],[-2,-4]],[[1907,856],[-1,0],[-11,2],[-10,0],[-3,0],[-1,0],[-3,-2],[-11,-4],[-12,-3],[-22,-6],[-12,-5],[-10,-13],[-4,0]],[[1807,825],[-2,0],[-11,2],[-8,1]],[[5201,6610],[-1,0],[-4,0],[-9,-2],[-1,-1],[-10,-11],[-12,-13],[-9,-9],[-30,-6],[-13,3],[-13,8],[-9,9],[-10,13],[-12,13],[-21,17],[-32,23],[-3,3],[-1,2],[-1,1],[0,2],[1,1],[23,10],[38,14],[11,8],[13,7],[10,4],[21,-1],[17,0],[9,1],[18,3],[8,5],[9,5],[6,3],[8,-1],[1,-1]],[[5578,3976],[2,-5],[18,-38],[11,-31],[-1,-28],[-3,-11],[0,-7],[0,-3],[1,-1],[3,-6],[1,-2],[28,-25],[1,-1]],[[8896,7421],[-1,-1],[-5,-4],[-3,-2],[-8,5],[-6,6],[-19,14],[-15,9],[-2,0]],[[8463,4987],[10,-57],[2,-14],[7,-40],[1,-8],[2,-10],[1,-4],[3,-9],[9,-26],[5,-11],[3,-10],[3,-7],[8,-27],[8,-26],[-11,-8],[27,-24],[18,-16],[0,-1],[-6,-6],[-27,-24],[-5,-5],[-29,-16],[-5,-3],[-5,-2],[1,-7]],[[8483,4626],[-3,-1],[-5,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-4],[0,-4],[-6,-6],[-10,-8],[-6,-5],[-9,-5],[-4,-2],[-13,-6],[-4,0],[-3,0],[-4,2],[-18,12],[-11,6],[-9,6],[-3,2],[-3,3],[-2,1],[-1,2],[-1,5],[0,2],[1,4],[0,1],[3,3],[4,4],[5,3],[3,2],[2,1],[2,2],[2,3],[1,2],[0,2],[-1,2],[-2,3],[-5,5],[-6,3],[-1,1]],[[8371,4662],[0,1],[3,1],[5,5],[0,1],[-4,5],[-3,1],[-2,2],[-32,16],[-22,9],[-26,2],[-11,3],[-1,13],[4,13],[6,23],[-5,31],[-52,-5],[-10,0],[-21,-3]],[[8200,4780],[-5,9],[-15,31],[-7,15],[-1,2],[-1,11],[2,11],[15,27],[1,14],[18,16],[-1,4],[-1,2],[-3,4],[-1,1],[-1,1],[-1,0],[-27,-9],[-2,-1],[-8,-10],[-4,-7],[-3,-10],[-16,-10],[-6,5],[1,10],[15,27],[1,1],[1,3],[3,11],[10,33],[7,17],[13,31],[5,11],[5,10],[1,1],[0,10],[0,4],[-3,9],[-10,29],[-8,18],[-7,14],[-23,20],[-11,5],[-4,14],[-1,11],[3,7],[7,11],[7,8],[4,8],[5,15],[2,8],[5,17],[1,1],[1,2],[1,1],[5,4],[6,3],[1,1],[0,1]],[[8176,5262],[4,0],[26,-3],[41,2],[3,0],[5,0]],[[729,4059],[-11,10],[-2,2],[-1,1],[1,8],[3,1],[3,1],[7,1],[9,8],[12,15],[-1,11],[-1,5],[-4,8],[10,7],[24,5],[16,1],[17,-3],[25,-11],[3,0],[1,0],[1,0],[2,2],[9,10],[4,4],[8,6],[5,1],[2,-1],[4,-4],[3,-3],[1,-1],[3,-1],[5,-1],[-1,-6],[-1,-5],[-1,-1],[7,-15],[2,-2]],[[893,4112],[2,-2],[18,-32],[-10,-32],[-1,-1],[-1,-3],[-1,-4],[0,-3]],[[900,4035],[-3,0],[-25,-4],[-20,-7],[-20,-6],[-19,-2],[-1,1],[-4,0]],[[6164,4527],[25,-41],[2,-4],[9,-10],[6,-8],[4,-3],[1,0]],[[6211,4461],[0,-11],[-1,-33],[0,-3],[-1,-2],[-2,-4],[-4,-6],[-1,-3],[-6,-8],[-14,-16],[-3,-2],[-2,-1],[-2,-1]],[[6175,4371],[-1,0],[-23,-21],[-26,-21],[-14,-2],[-15,0],[-12,-20],[-4,-21],[-1,-18],[-3,-4],[-1,2]],[[1888,1937],[-6,1],[-26,0],[-29,-1],[-52,-2],[-20,-1]],[[1755,1934],[1,15],[-21,19],[-21,10],[-1,0]],[[1709,2069],[6,-1],[20,2],[14,5],[17,6],[2,1]],[[1768,2082],[0,-1],[12,-6],[4,-2],[6,-2],[7,-1],[4,0],[4,1],[5,0],[2,-1]],[[2558,2714],[-7,-2],[-9,0],[-3,0]],[[2539,2712],[0,3],[-10,21],[-5,11],[-2,9],[0,8],[1,8],[1,6],[1,4],[1,53],[-3,41],[0,10],[0,2]],[[2523,2888],[6,-3],[53,-20],[9,-3]],[[2591,2862],[0,-2],[0,-6],[1,-2],[2,-4],[1,-5]],[[4650,4740],[0,-1],[-1,-6],[-3,-20],[-5,-10],[-11,-10],[-10,-6],[-11,-5],[-4,-2]],[[4605,4680],[-3,0],[-3,2],[-3,1],[-1,1],[-1,0]],[[8126,5932],[1,3],[1,8],[0,2],[-1,1],[-27,29],[-2,4],[-9,17],[-22,15],[-28,12],[-23,1],[-2,1]],[[8014,6025],[1,1],[21,21],[1,2],[3,2]],[[655,3920],[0,2],[-11,15],[-13,14],[-4,2],[-9,4],[-20,14],[-11,14],[0,1]],[[668,4044],[2,0],[40,-1],[1,1],[5,3],[1,0]],[[705,3987],[-6,-1],[-7,-12],[-4,-6],[-2,-4],[-5,-5],[-4,-4],[-6,-5],[13,-14],[19,-14],[2,-1]],[[491,3233],[-12,1],[-12,0],[-6,-1],[-11,-5],[-10,-5],[0,-1],[0,-1],[-1,-1]],[[439,3220],[-2,0],[-3,3],[0,1],[0,1],[2,4],[0,4],[2,9],[-5,13],[-20,12],[-18,6],[-29,6],[-6,2]],[[2845,2188],[31,-43],[3,-5],[1,-1]],[[2880,2139],[-28,-17],[-8,-5],[-6,-5],[-27,-24],[1,0],[-21,-48],[-1,-1],[-13,-3],[-27,-3],[-14,-1],[-47,-16],[-5,-2]],[[6823,6374],[2,-2],[19,-23],[13,-9],[10,-8],[0,-11],[-3,-8],[0,-8],[-1,-16],[0,-2],[2,-4],[3,-5],[2,-4],[0,-1],[0,-3],[0,-4],[-1,-2],[0,-1]],[[8205,6283],[0,1],[1,5],[1,4],[5,9],[1,1],[5,4],[4,2],[6,3],[4,1]],[[3518,1353],[0,5],[8,32],[0,2],[1,4],[0,5],[-2,9],[-4,9],[-23,20],[-18,15],[-1,2],[-1,1]],[[3478,1457],[0,1],[6,5],[7,2],[11,-1],[3,-1]],[[2113,3687],[2,-2],[13,-5],[33,-11],[17,-6],[49,9],[10,2]],[[2237,3674],[1,-1],[2,-2],[1,-2],[3,-4],[2,-2],[9,-7],[4,-2],[1,1],[3,-1],[5,-3],[3,-2],[1,-1],[2,-2],[1,-1],[3,-2],[0,2],[0,1],[-1,1],[-5,6],[-2,2],[-2,1],[-4,3],[-5,4],[-4,5],[0,1]],[[2255,3669],[4,-1],[0,2],[41,5],[3,0]],[[2303,3675],[0,-1],[1,-1],[6,-6],[14,-15],[14,-13],[2,-2],[0,-1],[6,-17],[-4,-14],[-6,-13],[-4,-9],[0,-6],[2,-9],[7,-10]],[[2264,3480],[-18,7],[-3,2],[0,1],[-9,15],[-3,5],[-6,7],[-11,10],[-13,7],[-2,1],[-21,3],[-24,4],[-1,0]],[[2062,3708],[2,0],[9,-4],[20,-7],[5,-2],[1,-1],[1,-1],[5,-3],[7,-3],[1,0]],[[1602,2930],[-1,1],[-1,3],[0,1],[5,16],[6,4],[3,1],[14,12],[11,11],[3,11],[4,13],[21,14],[2,2]],[[1669,3019],[4,-1],[1,0],[6,-3],[10,-4],[6,-2]],[[1696,3009],[2,-1],[2,-1],[3,0],[2,-1],[1,-1],[1,-2],[1,-2],[0,-2],[2,-4],[1,-5],[2,-9],[0,-1]],[[1706,2885],[1,-3],[1,-2],[1,-4],[0,-2],[0,-1],[-1,-2],[-6,-12],[-5,-9],[-4,-5],[-2,-3],[-4,-3]],[[1659,2830],[-15,41],[-6,9],[-9,4],[-18,8],[-11,3]],[[1340,3036],[-1,-1],[-8,-12],[-1,-9],[1,-15],[1,-2]],[[1200,2997],[31,15],[29,20],[1,1],[0,1]],[[1345,3046],[3,0],[0,-2],[-1,-1],[-2,-3],[-2,0],[-2,-2],[-1,-2]],[[5107,4767],[-6,-2],[-34,-8],[-2,-1],[-18,-13],[-1,-15],[4,-19],[-25,-24],[-1,-1]],[[4902,4700],[-2,0],[-9,1],[-18,4],[-4,1],[-1,0]],[[4868,4706],[-4,8],[-4,6],[-9,18],[-7,14],[-28,18],[-4,1]],[[5180,9796],[-1,0],[0,1],[-3,24],[1,10],[6,19],[3,2],[12,11],[8,-1],[8,-1],[4,-2],[5,-2],[9,0],[11,3],[24,19],[18,16],[2,2],[2,1]],[[5289,9898],[0,-1],[12,-29],[12,-14],[10,-12],[26,-10],[19,-16],[35,-15],[12,-3],[3,-2],[7,-3],[10,-6],[-1,-4]],[[5335,8237],[8,-1],[7,0]],[[5350,8236],[-1,-7],[-15,-21],[0,-1]],[[5423,8124],[1,0],[12,-14],[1,-2]],[[7083,7459],[-2,-1],[-3,-2],[-4,-4],[-2,-3],[0,-1],[2,-6],[1,-4],[-1,-7],[-1,-7],[-2,-10],[-6,-13],[-9,-8],[-17,-15],[-4,-3]],[[7035,7375],[0,1],[1,4],[0,4],[-1,2],[-4,9],[-1,3],[-9,14],[-34,31],[-19,17],[-10,7],[-7,5],[-2,2],[-14,14],[-1,1],[-1,2],[0,5]],[[1319,3240],[3,0]],[[1322,3240],[2,0],[8,1],[20,-3],[23,-4],[5,-4],[1,-1],[2,-4],[2,-7],[0,-2]],[[1385,3216],[0,-1],[1,-5],[-5,-16],[-22,-8],[-6,-2],[-10,-2],[-2,-1],[-4,2],[-11,3],[-2,1]],[[5552,4125],[1,-1],[4,-5],[5,-1],[13,-3],[7,-1],[22,2],[22,4],[38,5],[4,0],[8,-1],[6,0],[5,-1],[5,-1],[3,-2],[7,-3],[9,-5],[4,-2],[3,-3],[24,-5],[1,0]],[[5741,4072],[-1,-2],[0,-2],[1,-19],[1,-17],[-1,-6],[-3,-7],[-2,-3],[0,-31],[15,-25],[19,-23],[14,-8]],[[5784,3929],[-2,-2],[0,-22],[-3,-16],[-1,-3],[-2,-4],[-4,-7],[-4,-7],[-7,-4],[-4,-2],[-1,0]],[[3130,2928],[1,1],[3,3],[4,5],[7,8],[3,4],[1,3],[1,3],[3,19],[0,1],[-1,4],[-1,3],[-1,3],[-2,3],[-8,24],[-4,12],[-1,20],[-14,31],[-2,2],[-6,8],[0,2],[1,2],[1,7],[1,7],[1,3]],[[3179,2899],[-10,5],[-17,6],[-3,3],[-8,6],[-10,8],[-1,1]],[[8568,5364],[-1,-8],[0,-4],[-3,-9],[-3,-19],[0,-9],[0,-9],[2,-35],[1,-8],[14,-58],[3,-17],[-65,5],[-20,2],[-18,2],[-19,2],[-4,-1],[-3,0],[-2,-2],[-1,-2],[0,-3],[0,-9],[-8,-25],[-7,-18],[-5,-11]],[[8391,5335],[-1,2],[1,2],[3,6],[3,4],[33,30],[2,7]],[[8432,5386],[1,2],[1,19],[1,6],[0,5]],[[6857,8569],[-3,-2],[-3,0],[-16,0],[-8,3],[-2,2],[-1,2],[-1,3],[-2,2],[-6,3],[-3,1]],[[6891,8955],[1,0],[25,0],[9,3],[4,1],[3,0],[4,-1],[0,-1],[1,-5],[0,-7],[0,-3],[-2,-3],[-2,-4],[-3,-3],[-16,-12],[-13,-22],[1,-13],[8,-13],[8,-15],[10,-18],[5,-23],[14,-12],[13,-6],[9,-11],[1,-4],[1,-5],[-1,-8],[2,-4],[2,-16],[0,-1],[-4,-2],[-2,-3],[-1,-1],[1,-2],[-2,-42],[-1,-6],[0,-17],[1,-7],[3,-12],[15,-17],[1,0],[7,0],[8,-1],[3,-1],[3,-1],[2,-3],[3,-4],[3,-8],[0,-3]],[[3705,4784],[-18,9],[-4,3],[-3,4],[-2,3],[0,1],[0,3],[1,2],[1,2],[2,3],[1,1],[1,2],[-1,2],[-5,8],[-1,1],[-23,12],[-10,2],[-12,12],[2,14],[4,29],[4,26],[-1,11],[0,1]],[[3641,4935],[1,1],[1,1],[35,17],[45,9],[7,-5],[2,-1],[1,0],[18,2],[10,2],[15,4],[10,7],[9,19],[2,4],[2,5],[1,4],[1,2],[0,2],[37,-1],[21,-7],[19,-3],[13,1],[0,1]],[[3998,4994],[-2,-32],[-1,-23],[-1,-20],[1,-19],[1,-14],[7,-14],[17,-20],[2,-1],[1,-2],[1,-3],[4,-14],[1,-4],[-2,-10],[0,-1],[-2,-1]],[[4025,4816],[-2,2],[-1,1],[-20,-2],[-8,-1],[-8,-2],[-23,-18],[6,-16],[6,-13],[2,-1],[0,-1]],[[4025,4816],[-1,-1],[0,-1],[1,-1],[4,-7],[-4,-9],[-1,-5],[0,-15],[3,-14],[2,-11],[0,-3],[1,-1],[0,-1],[2,-1],[2,-1],[2,0],[3,1],[12,-7],[6,-6],[1,-1],[6,-2],[4,-1],[3,2],[8,10],[0,4],[0,1],[-1,6],[-1,10],[-1,3],[0,3],[1,2],[2,6],[3,5],[2,3],[2,1],[8,6],[8,2]],[[4102,4793],[0,-13],[0,-14],[-1,-11],[1,-5],[7,-23],[5,-14],[4,-8],[3,-8],[-1,-12],[-3,-4],[-1,-4],[-1,-6],[10,-9],[11,-5],[1,0],[1,0],[2,0],[0,1],[1,2],[8,8],[13,13],[6,4],[9,3],[3,1],[1,1]],[[4068,1261],[1,-2],[-1,-13],[4,-37],[4,-15],[3,-12],[0,-1]],[[7507,5350],[-10,8],[-5,3],[-2,0],[-3,-1],[-2,0],[-8,2],[-1,1],[-1,1],[-5,5],[-2,4]],[[7468,5373],[-1,1],[0,1],[0,5],[0,1],[2,4],[0,2],[0,3],[-2,9],[-4,13],[-9,13],[-2,2]],[[3129,269],[-1,0],[-3,-12],[1,-10],[-1,-13],[-3,-22],[-2,-8],[-6,-3],[-9,-3],[-3,-1],[-3,0],[-7,1],[-6,2],[-3,2],[-8,3],[-6,3],[-4,0],[-3,0],[-2,-1],[-3,-1],[-1,-3],[0,-3],[0,-2],[1,-3],[2,-2],[8,-5],[4,-3],[3,-3],[6,-6],[0,-1]],[[2876,129],[-3,1],[-21,4],[-3,1],[-1,1],[-6,9],[-4,7],[-10,24],[-14,36],[1,35],[-4,24],[-16,29],[-1,1]],[[3733,2726],[2,-1],[10,-2],[10,-3],[12,-2],[3,-1],[3,-2],[4,-3],[0,-1],[-7,-19],[-1,-4],[-1,-2],[-1,-2],[-4,-13],[11,-26],[4,-2],[16,-9],[38,-18],[19,-10],[7,-4]],[[3858,2602],[0,-1],[-2,-7],[-29,-80],[-11,-30],[-1,-5]],[[3699,2446],[0,3],[-9,36],[2,28],[-11,17],[-28,20],[-32,20],[-4,6],[-13,19],[0,1],[0,34],[0,4]],[[8674,6671],[-2,0],[-4,-1],[-2,0],[-1,-1],[-2,-2],[-37,-32],[-5,-4]],[[8621,6631],[-2,1],[-10,6],[-6,2],[-12,3],[-24,1]],[[6394,8494],[0,2],[-1,6],[-4,10],[-21,-2],[-6,0],[-23,-1],[-31,1],[-16,4],[-13,1],[-6,0],[-4,1],[-3,-1],[-4,-1],[-3,-3],[-3,-6],[0,-1]],[[7447,6434],[5,-2],[9,-7],[11,-6],[3,-2],[7,-2],[4,-1],[8,-2],[19,9],[12,5]],[[7503,6312],[-9,-3],[-8,2],[-6,2],[-6,3],[-40,14],[0,1]],[[2312,2847],[4,-4],[18,-16],[15,-19],[1,-2],[2,-3],[0,-1],[2,-4],[1,-1],[5,-12],[2,-4]],[[2362,2781],[-3,-1],[-21,-2],[-37,-15],[-19,-8],[-30,-20],[-1,0]],[[5284,9257],[-1,1],[4,27],[-2,40],[-1,1],[0,2]],[[5284,9328],[0,2],[-2,12],[-1,12],[-1,29],[1,29],[-1,7],[-1,1]],[[5410,9494],[2,-1],[12,-3],[21,-22],[14,-13],[11,-7],[10,-9],[6,-20],[9,-8],[30,-23],[14,-7],[16,1],[1,2],[1,0],[9,3],[7,-7],[4,-6],[12,-15],[18,-25],[3,-6]],[[4607,5147],[0,-1],[-6,-22],[-7,-10],[-1,-14],[0,-14],[0,-2],[1,-5],[1,-2],[4,-4],[9,-14],[3,-12],[0,-1],[-5,-20],[-28,-20]],[[1345,1935],[10,7],[1,1],[2,0],[2,0],[19,13],[2,1]],[[1533,1941],[25,1],[17,0],[20,-10],[8,-4],[11,-6],[11,-6],[1,-1]],[[1626,1915],[0,-5],[2,-2],[15,-20],[13,-15],[9,-14],[1,-4]],[[3363,1670],[11,0],[42,-2],[13,-3],[10,-5],[18,-10],[2,-1],[10,-8],[2,-1]],[[3478,1457],[-5,2],[-7,2],[-15,6],[-29,10],[-7,2],[-16,4],[-19,4],[-4,0],[-14,0],[-13,0],[-5,0],[-10,3],[-7,2],[-1,0],[-10,13],[-9,8],[-5,3],[-4,1],[-3,0]],[[3295,1517],[-8,5],[-4,6]],[[2156,808],[1,0],[30,-38]],[[2187,770],[0,-2],[-11,-45],[17,-43],[18,-28],[1,-5]],[[2303,3675],[35,-13],[1,0],[1,1],[1,3],[-1,11],[0,4],[5,7],[3,4],[21,22],[1,0]],[[8192,6385],[-1,-1],[-19,-15],[-6,-5],[-2,-2],[-15,-17],[-16,-19],[-8,-10],[-3,-8],[-6,-12],[0,-5],[-2,-1],[-2,-1]],[[8112,6289],[0,1],[-1,3],[-1,1],[-4,5],[-4,1],[-4,1],[-14,3],[-2,0],[-7,0],[-3,-1],[-3,-1],[-6,-3]],[[2198,3822],[2,1]],[[2225,3791],[-1,-1],[-4,-10],[-3,-12],[0,-1],[11,-22],[13,-17],[5,-2],[2,-1],[1,-2],[2,-3],[0,-2],[0,-1],[-31,-4],[-6,-1],[-1,0]],[[2213,3712],[-4,4],[-5,10],[-1,7],[-1,3],[0,1],[-1,1],[0,1],[-1,2],[0,1],[-10,12],[-5,6],[-1,2],[-20,18],[-2,2]],[[3919,897],[10,-1],[3,-2],[10,-2],[34,-4],[5,5],[3,3],[4,4],[3,2],[1,-1]],[[3992,901],[2,-2],[1,0],[1,-7],[-2,-7],[-11,-9],[-4,-13],[0,-2]],[[3027,2860],[5,6],[14,11],[31,25],[5,4],[3,2],[16,7],[9,4],[11,4],[4,2],[5,3]],[[4649,8098],[0,-3],[1,-30],[2,-23],[8,-16],[0,-8]],[[4660,8018],[0,-5],[-1,-3],[0,-1],[-3,-7],[-4,-6],[-3,-5],[5,-8],[11,-8],[2,-1]],[[4667,7974],[0,-3],[0,-1],[-1,0],[-11,2],[-24,5],[-17,13],[-1,1],[-2,0]],[[4611,7991],[0,1],[0,11],[-2,24],[-14,14],[-10,0],[-1,0],[-6,6],[-3,3],[-1,1],[-11,23],[-11,23],[-1,2]],[[8086,4911],[9,-10],[12,-13],[14,-16],[1,-2],[1,-3],[1,-34],[-6,-29],[-3,-8],[-4,-16],[0,-3],[7,0],[52,0],[30,3]],[[8371,4662],[0,-1],[-7,-12],[-10,-10],[-7,-16],[-4,-15],[18,-26],[25,-22],[4,-6],[0,-4],[-6,-6],[-5,-3],[-2,-1],[-10,-2],[-3,0],[-4,0],[-15,-7],[-14,-8],[-9,-9],[-6,-6],[-8,-6],[-6,-3],[-8,-2],[-32,-10],[-18,-8],[-5,-2],[-8,-2],[-6,-2],[-26,0],[-9,-1],[-3,0],[-3,-1],[-9,-7],[-5,-3],[-25,-12],[-3,-1],[-3,-1]],[[7835,4761],[0,1],[0,2],[1,5],[14,45],[2,2],[14,11],[22,20],[3,2],[1,2],[25,43],[15,23],[13,23],[16,26],[5,17],[2,28],[1,2]],[[7969,5013],[2,-1],[20,-16],[30,-21],[15,-15],[27,-26],[18,-19],[3,-2],[2,-2]],[[6439,4853],[0,3],[1,5],[0,4],[1,5],[4,-1],[7,-3],[4,-2],[11,-2],[4,0],[3,0],[3,1],[3,1],[33,13],[2,1],[2,2],[1,2],[2,5],[2,4],[-2,3],[28,19],[2,1]],[[6550,4914],[0,-4],[-1,-8],[-1,-19],[20,-14],[14,4],[10,1],[8,-9],[6,-8],[2,-3],[1,-2],[5,-7],[11,-12],[3,-3]],[[6628,4830],[-2,-1],[-8,-8],[-31,-19],[-31,-9],[-28,-4],[-27,-3],[-23,2],[-20,10],[-1,3]],[[6998,6594],[1,0],[26,17],[18,20],[14,16],[5,19],[9,11],[1,0],[27,1],[8,-2],[1,0]],[[7108,6676],[6,-1],[16,-1],[29,-6],[35,-11],[6,-3],[10,-9],[6,-8],[1,-3],[1,-1],[2,-1]],[[7238,6610],[-7,4],[-5,-1],[-4,-1],[-4,0],[-1,1],[-6,9],[-8,10],[-3,4],[-6,6],[-5,1],[-8,-4],[-9,-2],[-13,-2],[-4,-5],[-3,-6],[-7,-8],[-3,-3],[-3,-5],[0,-6],[8,-2],[5,0],[1,1],[3,-1],[3,-1],[3,-2],[4,-2],[1,-2],[1,-3],[0,-2],[0,-4],[-1,-2],[-3,-2],[-1,-1],[0,-1],[1,-3],[2,-4],[3,-3],[2,-2],[2,0],[12,-4],[2,-1]],[[7187,6561],[0,-1],[-3,-10],[-18,-30],[-16,-28],[-1,-2],[-3,-9],[0,-2],[-1,-2]],[[7145,6477],[-4,-1],[-2,-1],[-2,1],[-1,1],[-1,4],[-4,6],[-11,6],[-6,3],[-5,1],[-6,1],[-28,9],[-10,2],[-1,0],[-2,0],[-9,-4],[-3,-2],[-2,-2],[-17,-18],[0,-2]],[[6970,6456],[-2,2],[-15,21],[-1,4],[-1,5],[0,2]],[[3605,3169],[-1,4],[-17,30],[-1,1],[-1,2],[-1,3],[0,3],[-1,12],[0,3]],[[3698,3271],[39,-19],[10,-6]],[[8949,7140],[4,-1],[4,-2],[22,-13],[11,-7],[1,0]],[[8987,7013],[-2,0],[-6,0],[-4,0],[-13,2],[-16,-1],[-17,-3],[-10,-1],[-5,-1],[-5,0]],[[8909,7009],[-1,1],[-18,22],[1,20],[1,3],[1,2],[1,2],[2,1]],[[8896,7060],[1,0],[3,1],[1,1],[3,3],[3,3],[1,3],[1,1],[13,31],[1,3],[1,4],[0,6],[0,9],[12,9],[12,6],[1,0]],[[2111,4167],[-7,-5],[-10,-36],[-12,-29],[0,-4],[1,-1]],[[1892,4054],[-1,2],[-14,20],[-2,2],[-2,3],[-1,4],[0,2],[5,7],[1,1],[28,14],[12,11],[8,10],[0,22],[-15,24],[-10,24],[-1,1]],[[1900,4201],[2,0],[35,11],[3,0],[4,2],[7,4],[6,3],[0,1],[2,1],[3,1],[5,2],[5,0],[3,-1],[2,-1],[2,-1],[4,-8],[3,-4],[1,-3],[2,-2],[5,-5],[5,-2],[8,-2],[13,-2],[19,-4],[11,-2],[7,-2],[9,-3],[41,-17],[4,0]],[[6523,6358],[-1,0],[-8,4],[-5,1],[-4,1],[-13,2],[-19,-5],[-16,-4],[-3,0],[-3,0],[-5,1],[-2,0],[-1,1],[-2,1],[-7,11],[-2,3],[-1,2],[-1,2],[-1,7],[1,10],[2,3],[0,2]],[[6432,6400],[1,1],[30,31],[1,1],[1,2],[2,5],[0,2],[-3,4],[-2,3],[-2,2]],[[6136,6148],[2,-1],[3,-3],[36,-37],[6,-6],[3,-3],[3,-1],[20,-5],[22,-5],[3,0],[4,-1]],[[6174,6066],[-2,0],[-2,0],[-34,8],[-26,7],[-19,21],[-17,15],[-21,17],[-3,0],[-1,1],[0,2],[0,4],[0,4],[3,13],[2,4]],[[6054,6162],[3,0],[5,-1],[4,0],[2,1]],[[6109,6174],[1,-1],[4,-11],[0,-5],[0,-3],[5,-4],[8,-5],[6,2],[3,1]],[[1698,2212],[0,-1],[-5,-7],[-16,-9],[-22,-7],[-12,-2],[-10,-3],[-3,-1],[-1,-1],[-1,-2]],[[5877,6292],[9,-3],[4,-2],[11,-9]],[[5931,6246],[6,-5],[4,-4],[4,-4],[9,-9],[0,-3],[0,-5],[-1,-1],[-1,-1],[-2,-1],[-32,-4],[-6,0],[-5,-12],[-2,-12],[0,-2]],[[5805,6237],[-1,3],[1,9],[2,9],[1,1],[10,7],[27,15],[27,10],[5,1]],[[797,3885],[1,-1],[2,-1],[2,0],[3,1],[6,9],[1,2],[0,1],[-5,3],[-4,2],[2,3],[1,2]],[[806,3906],[1,0],[7,-1],[48,-9],[5,-2],[5,-2],[5,-3],[1,-2],[2,-7],[1,-4],[7,-2],[16,-4],[14,-4],[19,0],[4,2],[8,4],[3,1],[1,0]],[[7912,7127],[4,-3],[2,-2],[5,-2],[29,-13],[41,-11],[4,-1],[1,-1],[1,-1]],[[7947,6997],[-3,2],[-10,4],[-23,10],[-3,1],[-13,2],[-15,-12],[-5,0],[-5,-1],[-16,0],[-12,0],[-45,-5],[-12,-10],[-15,-12],[-10,-5],[-6,-3],[-3,-1],[-6,-2],[-3,-2],[-22,-14]],[[8005,5603],[4,1],[1,0],[4,4],[5,6],[1,2]],[[8065,5633],[1,-1],[8,-8],[6,-7],[1,-1],[2,-3],[11,-21],[2,-3],[1,-5],[1,-3],[0,-2],[-1,-4],[0,-4],[-1,-1],[1,-2]],[[3605,3749],[-14,21],[-21,25],[-26,24],[2,4],[0,1]],[[3546,3824],[4,2],[2,1],[14,10],[11,9],[16,15],[2,2],[11,38],[0,25],[-12,25],[1,4]],[[3595,3955],[0,-1],[29,-3],[29,-11],[14,-8],[3,0]],[[6466,6076],[1,1],[3,12],[1,5],[-4,6],[-6,3],[-6,1],[-5,1],[-1,6],[-1,13],[-2,35],[0,9]],[[6446,6168],[2,0],[2,2],[16,16],[10,12],[16,3],[16,-3],[1,-1],[10,-4],[10,-4],[35,12],[29,-7],[33,0],[21,0],[4,1],[4,0],[12,-3]],[[7176,5577],[18,5],[11,1],[4,-1],[8,3]],[[7217,5585],[6,2],[39,-10],[3,-5]],[[7301,5442],[-2,0],[-7,-2],[-7,-12],[-8,-8],[-28,-9],[-21,-3],[-13,1],[-24,-1],[-14,-1],[-21,-2],[2,-7],[-36,-21],[-23,-13],[0,-3],[-35,4],[-10,5],[-18,9]],[[7036,5379],[0,2]],[[7096,5500],[9,1],[8,6],[7,11],[0,10],[8,4],[39,8],[11,12],[7,6],[0,1],[-5,9],[-2,4],[-2,5]],[[9574,6495],[8,-10],[2,-4],[5,-31]],[[968,2810],[0,-1],[-2,-3],[-9,-14],[-19,-24],[-5,-5]],[[933,2763],[0,1],[-38,11],[-5,0],[-17,6],[-9,4],[-1,1],[-3,3],[-1,2],[-1,2]],[[858,2793],[7,7],[2,2],[0,1],[-19,23],[-22,16],[-2,1],[-2,1],[0,5],[1,1],[0,2],[0,3],[1,0],[2,3],[3,1],[2,0],[5,2],[6,3]],[[4720,8443],[3,-4],[5,-4],[4,-4],[9,-6],[16,-11],[8,-2],[14,-8],[4,-29],[6,-21],[1,-2],[4,-4],[2,-2],[8,-7],[7,-2],[4,-1],[2,-1],[2,-1]],[[4764,8266],[-2,0],[-10,-1],[-7,0],[-1,0],[-7,4],[-1,2],[-2,2],[-5,7],[-5,6],[-1,2],[-1,0],[-1,0],[-1,-2],[-2,-5],[-1,-3],[1,-3],[1,-12],[-3,-14],[-6,-10],[-11,1],[-6,0],[-7,-7],[-9,-10],[-5,-3],[-1,-1],[-3,0]],[[4424,8460],[-1,4],[0,6],[0,2],[-2,2],[-2,1],[-8,5],[-7,4],[-9,4],[-10,5],[-8,4],[-4,2],[-2,6],[0,1]],[[4371,8506],[0,1],[12,9],[12,6],[8,10],[5,14],[5,24],[13,24],[1,0],[2,1]],[[4568,8572],[2,-1],[15,-19],[15,-22],[19,-25],[20,-14],[14,-8],[4,-2],[3,-1],[2,-1],[1,1],[1,0],[2,4],[2,3],[2,1],[2,1],[3,0],[1,0],[17,-7],[2,-1],[-2,-3],[-5,-9],[-4,-6],[-1,-5],[-1,-2],[1,0],[0,-1],[4,-3],[3,-1],[14,-6],[2,0],[8,-1],[6,-1]],[[5534,8412],[-4,23],[-5,14],[3,19],[1,1],[3,3],[0,1],[-5,6],[-7,6],[-1,1],[0,-1],[-4,-2],[-11,-9],[-4,-4],[-6,-6],[-3,-3],[-4,-6],[-4,-2],[0,-1]],[[5483,8452],[-5,0],[-45,7],[-22,19],[-27,27],[-8,20],[-2,3],[1,19],[0,3],[2,4],[4,3],[-2,1],[-1,1]],[[6949,5309],[1,-1],[3,-4],[0,-1],[1,-5],[0,-2],[0,-1],[0,-13],[0,-3],[1,-3],[1,-1]],[[6970,5185],[8,-9],[0,-1],[5,-29],[0,-6],[0,-3]],[[6917,5117],[-2,1],[-8,8],[-6,9],[-5,13],[-4,10],[-1,4],[-1,6],[0,2],[4,16],[5,13],[2,8],[1,2],[0,3],[-7,16],[-2,5],[-7,6],[-6,1],[-12,6],[-1,1]],[[7955,5216],[5,-1],[21,2],[9,1],[19,4],[8,2],[7,3],[4,5],[3,0]],[[8031,5232],[0,-5],[2,-35],[18,-35],[3,-2],[3,-4],[5,-6],[3,-10],[0,-12],[0,-2],[-1,-10],[-4,-10],[-1,-6],[0,-5],[2,-19],[4,-22],[2,-9],[18,-30],[16,-28],[13,-33],[0,-9],[-14,-17],[-10,-8],[-4,-4]],[[7969,5013],[2,7],[0,2],[0,1],[-26,32],[-25,37],[-24,30],[-25,22],[-2,2],[-1,1],[0,1],[0,3],[1,3],[2,3]],[[6405,4406],[-2,3],[-1,-1],[-1,-2],[-1,0],[-9,3],[-7,4],[-15,8],[-3,6],[-2,12],[-3,9],[-3,5],[-4,3],[-8,4],[-9,3],[-1,1],[-8,6],[-4,3],[-6,5],[-3,2],[-2,4],[-2,4],[-2,4],[-3,3],[-2,2],[-4,5],[-16,13],[-25,20],[-23,18],[-8,6],[-6,4],[-1,0],[-19,-12],[-2,-2],[-1,-2],[-6,-13],[-1,-2],[0,-4],[1,-3],[-2,-24],[0,-4],[1,-2],[0,-2],[6,-8],[6,-8],[4,-8],[2,-2],[0,-3],[1,-3]],[[6270,4684],[0,-1],[29,-14],[20,-11],[13,-9],[13,-9]],[[1446,2677],[-2,-2],[-37,-9],[-40,8],[-1,0],[-3,1],[-1,0],[-3,-1],[-2,-1]],[[5562,5049],[0,1],[1,3],[7,8],[1,3]],[[5571,5064],[17,-6],[11,-5],[9,-7],[4,-3],[1,0]],[[4049,4011],[-3,0],[-16,-5],[-31,-11],[-32,-19],[-11,-23],[-10,-16],[-8,-11],[-19,-4],[-12,-3],[-6,-2],[-24,-10],[-5,-3],[-21,-13],[-3,-2],[-3,-3],[-5,-5],[-6,-6]],[[3772,3964],[18,5],[9,4],[53,18],[40,27],[3,3]],[[3895,4021],[6,3],[1,0],[36,-13],[21,-11],[9,-5],[15,12],[8,5],[3,3],[1,2],[1,3],[1,4],[3,19],[1,10],[8,2],[8,-1],[16,-2],[8,-1],[1,-1],[8,-1]],[[1844,3860],[-9,3],[-11,-1],[-22,9],[-11,20],[1,8],[-1,5],[0,5],[-2,7],[-4,1],[-4,2],[-5,0],[-10,0],[-8,0],[-4,1],[-24,7]],[[1851,4032],[1,-4],[3,-8],[-1,-24],[-5,-31],[-4,-11],[-13,-9],[-2,0],[-1,-1],[-2,-2],[-2,-8],[-1,-8],[3,-7],[2,-5],[1,-1],[7,-5],[6,-3],[6,-10],[3,-12],[-3,-17],[-3,-2],[-1,-2],[-1,-2]],[[8781,6475],[2,2],[14,20],[2,4],[2,4],[6,6],[14,12],[9,9]],[[2768,2448],[5,-18],[-21,-42],[-4,-7],[-4,-10],[-6,-12],[-25,-22],[-16,-16],[-18,-16],[-11,-9]],[[2592,2339],[18,34],[3,6],[4,9],[5,14],[6,21]],[[2628,2423],[2,3],[5,4],[17,14],[1,0],[35,28],[5,4]],[[3473,2540],[3,-4],[27,-34],[2,-2],[0,-1]],[[3308,2340],[-4,23],[1,7],[-9,43],[-17,36],[-5,17],[0,2]],[[1087,2743],[1,0],[2,1],[10,5],[1,0],[13,12],[2,3],[2,2],[2,2],[5,14],[0,1]],[[7098,6931],[-3,0],[-45,-5],[-1,0]],[[7049,6926],[-4,0],[-3,1],[-7,3],[-21,21],[-14,11],[-21,17],[-5,8],[-1,14],[2,7],[7,15],[0,11],[-10,34],[-11,33],[0,15],[10,18],[0,3],[-10,8],[-4,2],[-8,4],[-9,4],[-1,0]],[[7025,7173],[3,-1],[45,-8],[21,-5],[7,-2],[51,-14],[2,-1],[2,-1],[2,-2]],[[7158,7139],[-1,-3],[-1,-4],[-5,-20],[-6,-22],[-2,-4],[-8,-14],[-6,-7],[-2,-4],[0,-4],[8,-5],[8,2],[12,2],[17,1],[13,-4],[3,-1],[9,-5],[2,-1],[5,-9],[-8,-6],[2,-13],[9,-16],[6,-9],[3,-9],[3,-11],[0,-1]],[[4720,8443],[1,1],[7,6],[34,8],[23,-3],[2,0],[10,0],[10,2],[13,2],[20,4],[19,8],[1,0],[3,0],[1,1],[5,-1],[5,0],[2,-1],[1,-3],[-1,-3],[0,-1],[1,-1],[1,0],[3,3],[0,1],[0,2],[-4,4],[-1,2],[1,4],[1,1],[5,5],[7,6],[4,2],[1,1]],[[4895,8493],[4,-2],[4,-12],[6,-13],[23,-14],[11,-2],[5,1],[2,6],[1,4],[1,4],[4,4],[5,3],[3,2],[3,0],[2,0],[2,0],[8,-11],[5,-15],[0,-2],[2,-3],[1,-1]],[[4987,8442],[2,-2],[20,-35],[0,-7],[9,-13],[3,-2],[2,-2],[19,-9],[16,-13],[16,-25],[4,-11],[4,-10],[4,-7],[5,-8],[1,-2]],[[6775,4771],[-1,0],[-1,0],[-3,2],[0,5],[1,1],[2,8],[-2,13],[0,1],[0,2],[-2,1],[-3,1],[-3,0],[-12,-2],[-9,-2],[-1,0]],[[6741,4801],[-3,2],[-3,3],[2,3],[4,1],[2,2],[-1,1],[-2,6],[-4,7],[-3,5],[-22,21],[-8,6],[-9,5],[-2,0],[-11,6],[-6,7],[-8,10],[-3,7],[-7,10],[-10,7],[-21,6],[-24,19],[-1,1],[-3,3]],[[6598,4939],[7,0],[2,0],[2,0],[-1,10],[0,2],[1,1],[2,2],[5,4],[8,5],[12,6],[1,-1],[8,-1],[14,-4],[10,-3],[30,-10],[44,2],[2,0]],[[1317,3161],[1,1],[0,6],[-8,10],[-6,7],[0,3],[3,3]],[[1385,3216],[1,0],[9,-4],[6,-7],[6,-8],[7,-9],[41,-18],[4,0],[1,0],[1,-10],[-1,-10],[-1,-1]],[[1459,3149],[0,-1],[-1,-8],[-10,-6],[-28,-3],[-24,-5],[-29,-7],[-1,0],[-8,3],[-1,1],[-4,4],[-1,2],[-1,1],[-1,1],[-1,0]],[[1590,3419],[1,-1],[0,-1],[-1,-4],[5,-14],[4,-6],[0,-2]],[[1662,3149],[0,-1],[-2,-3],[-1,-2],[0,-1],[3,-9],[-7,-9],[0,-1],[-7,-3],[-7,-2],[-8,-1],[-13,-1],[-12,0],[-7,-1],[-5,-1],[-4,-2]],[[1512,3118],[-1,0],[-2,0],[-25,21],[-24,10],[-1,0]],[[1322,3240],[0,1],[-14,18],[-16,24],[-13,27],[-17,16],[-20,31],[-1,2]],[[1625,3519],[5,1],[6,1],[6,1],[13,0]],[[1716,3466],[-2,0],[-2,-1],[-2,-1],[-7,-5],[-6,-6],[-10,-13],[-3,-5],[-2,-3],[-3,-5],[-6,-23],[0,-7],[0,-4]],[[8000,5906],[-12,10],[-14,13],[-7,2]],[[7967,5931],[2,1],[15,22],[15,19],[1,1],[1,3],[6,18],[0,3],[0,1],[-2,3],[-3,3],[-3,3]],[[7999,6008],[2,2],[3,2],[3,3],[5,8],[2,2]],[[3482,3526],[9,7],[2,2],[3,4],[4,8],[5,11],[0,3]],[[3695,3434],[-1,-2],[-2,-1],[-4,-2],[-14,-5],[-9,7],[-19,10],[-22,3],[-5,2]],[[6546,5427],[0,-2],[0,-19],[-1,-5],[1,-1],[2,-4],[2,-1],[3,0]],[[6553,5395],[0,-2],[4,-7],[0,-1],[6,-1],[5,-1],[38,-14],[28,-16],[2,-1]],[[6620,5299],[0,-1],[-6,-6],[-15,-9],[-15,-1],[-21,-1],[-33,-17],[-2,-1]],[[6461,5324],[1,1],[-22,39],[-21,40]],[[6488,7512],[3,-4],[2,0],[4,0],[3,0],[17,4],[50,9],[6,2],[5,2]],[[6589,7237],[0,-6],[-1,-1],[-3,-2],[-5,-3],[-4,0],[-1,0],[-3,1],[-1,0],[-2,2],[-6,5],[-8,7],[-8,5],[-5,1],[-32,3],[-29,-1],[-18,-7],[-3,-2],[-10,-5],[-3,-1],[-1,0],[-1,0]],[[8769,6217],[2,-5],[0,-2],[-2,-3],[-2,-1],[-3,-2],[-4,-2],[-2,0],[-1,0],[-1,-1],[-3,-2],[-5,-6],[-2,-3],[-2,-3],[-1,-4],[-9,-36],[-1,-4],[0,-6],[0,-4],[0,-3],[1,-3],[3,-28],[2,-16],[0,-7]],[[8739,6076],[-8,-1],[-10,0],[-51,6],[-37,5],[-4,1]],[[7501,5787],[2,-3],[1,-1],[-5,-8],[-1,-2],[-8,-23],[-6,-21],[-5,-17],[-2,-3],[-2,-4],[4,-8],[6,-9],[5,-6],[2,-3]],[[7492,5679],[-3,-3],[-3,-1]],[[7486,5675],[-1,0],[-32,28],[-15,14],[-1,0],[-16,10],[-2,1],[-3,-1],[-11,-7],[-9,-8],[-9,-6]],[[7387,5706],[-1,0],[-3,0],[-2,7],[4,26],[1,13],[0,33],[4,21],[2,4],[1,1]],[[7495,5783],[6,4]],[[2303,3675],[-1,0],[0,2],[-2,4],[-3,9],[-3,11],[0,8],[1,10],[2,11],[1,8],[1,6],[4,13],[2,11],[2,5],[8,13],[0,2],[0,9],[-1,2],[-6,-2],[0,-1],[-3,4],[-4,4],[0,1],[3,7],[1,1],[1,2],[4,0],[5,-10],[6,-10],[2,-7],[8,-16],[3,-2],[2,2],[-1,3],[-1,3],[-1,3],[-1,6],[2,1],[4,0],[11,-11],[17,3],[5,0],[3,4],[3,6],[0,8],[-1,7],[-11,13],[-11,0],[-1,-1],[-8,-3],[-5,-1],[-1,0],[-3,8],[6,8],[9,6],[9,-4],[2,-2],[5,-3],[1,1]],[[2237,3674],[-3,3],[-4,3],[-5,4],[-3,3],[-2,4],[-4,6],[-2,2],[0,1]],[[2214,3700],[0,3],[1,0],[34,-8],[4,-11],[1,-2],[0,-3],[1,-10]],[[3997,2803],[-2,-5],[-7,-18],[-5,-23],[2,-22],[-2,-31],[17,-6],[18,-4],[13,-4],[0,-3],[0,-17],[0,-1]],[[4031,2669],[-1,-3],[-2,-7],[-15,-24],[-17,-16],[-6,-4],[-9,-1],[-11,-1],[-27,0],[-6,0],[-8,0],[-1,1],[-10,8],[-8,7],[-27,14],[-10,-17],[-6,-11],[-8,-13],[-1,0]],[[6790,5471],[2,-2],[7,-4],[26,-19],[40,-32],[13,-23],[1,-4],[6,-14],[2,-4]],[[6766,5362],[-1,12],[8,13],[9,13],[0,21],[-4,31],[0,13],[0,8],[-1,5]],[[5077,9275],[0,2],[5,6],[2,-1],[2,-1],[8,1],[4,3],[2,14],[-1,1],[-4,3],[-7,4],[-7,1],[-1,0],[-1,1],[-4,12],[0,6],[0,5],[9,1],[18,-2],[7,2],[9,0],[8,-3],[1,-1],[1,-5],[10,-16],[7,-16],[1,-2],[1,-1],[3,-3],[4,-2],[2,-1],[1,0],[3,4],[1,6],[1,4],[4,3],[7,3],[7,2],[6,3],[5,8],[13,3],[1,1]],[[5205,9320],[0,-5],[7,-5],[9,-6],[6,1],[21,7],[5,1],[11,5],[6,3],[1,1],[1,2],[9,3],[3,1]],[[5266,9061],[-5,-2],[-25,-5],[-25,-5],[-5,-2]],[[436,3430],[-4,1],[-40,14],[-11,2],[-16,2],[-22,0],[-2,1],[-13,2],[-1,1],[-3,2]],[[324,3455],[1,2],[6,11],[6,5],[23,15],[26,11],[7,11],[0,1],[0,4],[-10,19],[-1,0],[-2,1]],[[380,3535],[3,1],[25,-1],[3,-2],[0,-1]],[[7386,5515],[3,2],[14,9],[11,15],[6,6],[18,14],[8,1],[0,2]],[[7446,5564],[2,-1],[2,-1],[10,-6],[32,-22],[9,-5],[15,-15],[1,-1]],[[4050,822],[-4,-1],[-10,-2],[-9,-4],[-12,-4]],[[3992,901],[4,4],[2,10],[3,16],[5,12],[2,1]],[[3991,2345],[4,-1],[34,-14],[36,-14],[33,-12],[22,-9],[12,-1],[11,-1],[7,1],[3,0]],[[7661,6083],[-7,2],[-7,-4],[-6,-10],[0,-1],[2,-3],[1,-1],[-23,-11],[-22,-4],[-17,1],[-27,5],[-2,1],[-1,-1],[-2,-1]],[[1378,317],[-1,0],[-5,-3],[-29,-39],[-25,-32]],[[1318,243],[-17,1],[-1,0],[-28,11],[-27,24],[-2,2],[-7,10],[-17,19],[-13,13],[-6,11],[-14,39],[-1,2]],[[1185,375],[1,0],[-1,0],[-12,31],[-17,10],[-19,9],[-9,1],[-14,7],[-3,1],[-2,3],[-3,5],[-2,3],[-5,23],[0,3],[-1,6],[2,6],[1,2],[8,11],[10,13],[9,10],[18,20],[16,17],[1,1]],[[2580,1663],[-1,-10],[0,-15],[0,-6],[1,-7],[1,-3],[4,-6],[10,-18],[1,-3],[-1,-5],[-2,-5]],[[2593,1585],[-3,-8],[-2,-11],[-1,0]],[[2503,1574],[0,1],[-6,9],[-6,9],[-6,7],[-4,7],[-5,7],[-1,2]],[[2475,1616],[1,0],[12,13],[10,15],[2,8],[4,19],[2,9]],[[5952,5981],[-1,1],[-30,40],[-33,43],[-2,3]],[[5918,6169],[5,-2],[4,-2],[3,0],[2,1],[2,0],[36,-1],[49,-2],[29,4],[1,0],[7,0],[-2,-5]],[[6152,5999],[-1,-2],[-6,-8],[-27,-38],[-28,-27],[-5,-7]],[[6085,5917],[-15,18],[-14,9],[-17,3],[-32,20],[-2,1],[-40,10],[-4,1],[-9,2]],[[1239,1596],[-4,0],[-4,1],[-43,9],[-26,6],[-12,3],[-3,-1],[-7,-4],[-2,-1],[-13,-12],[-3,-5],[-3,-4],[-2,-2],[-16,-7],[-14,-1],[-10,4],[-1,0],[-7,-3],[-4,-9],[-1,-8],[0,-2],[-7,-3],[-6,-3],[-5,-4],[-4,0],[-2,1],[-11,3]],[[1300,2567],[-1,0],[-7,-2],[-10,-5],[-3,-2],[-9,-7],[-6,-8],[-1,-9],[-2,-20],[3,-12],[8,-23],[0,-1]],[[1272,2478],[0,-1],[-17,-38],[-1,-1],[0,-1]],[[1254,2437],[-5,0],[-5,1],[-2,0],[-3,-1],[-4,-2],[0,-1],[0,-2],[0,-2]],[[1153,2531],[-1,1],[-11,9],[-13,4],[-1,-2],[-3,0],[-4,0],[-9,2],[-9,4],[-13,10],[-5,3],[0,2]],[[6995,6877],[2,2],[7,3],[10,3],[4,1],[5,0],[2,0],[1,-1],[12,0],[9,5],[4,24],[0,4],[1,4],[-1,1],[-2,3]],[[7219,6854],[2,-2],[3,-10],[-1,-9],[0,-10],[1,-5],[1,-1],[8,-15],[8,-7],[6,-11],[-2,-24],[-11,-16],[3,-13],[7,-14],[1,-1],[3,-6],[0,-1],[-5,-24],[-4,-6],[-1,-1]],[[7108,6676],[1,3],[4,8],[6,12],[4,11],[1,10],[-5,17],[-1,1],[-5,4],[-12,5],[-24,8],[-14,1],[-17,1],[-13,3],[-5,28],[-2,13],[-9,27],[-9,10],[-5,14],[-6,21],[-2,4]],[[7548,5527],[-4,10],[-6,13],[-7,16],[-8,17],[-5,12],[-1,5],[-1,9],[0,9],[-1,9],[-1,12],[-6,21],[-1,2],[-2,2],[-11,7],[-3,2],[-5,2]],[[7492,5679],[4,2],[1,1],[2,3],[1,0],[10,6],[9,2],[9,0],[10,-4],[12,-10],[3,-5],[3,-6],[1,-3],[5,4],[1,2]],[[7563,5671],[2,0],[1,0],[5,3],[11,3],[10,-4],[5,-5],[5,-5],[1,-1],[0,-3],[0,-4],[0,-4],[-1,-2],[-2,-5],[-3,-4],[-2,-8],[2,-11],[7,-33],[1,-5]],[[1377,658],[1,-1],[6,0],[7,-1]],[[6477,8980],[0,-1],[1,-2],[-1,-4],[-4,-5],[-16,-12],[-10,3],[-17,2],[-12,1],[-34,-14],[-5,-5],[-2,-8],[0,-3],[2,-6],[0,-1],[6,-36],[-20,-28],[0,-1]],[[6256,8934],[-1,1],[-12,19],[1,2],[-13,20],[-2,3],[-6,6],[-5,5],[-7,5]],[[7999,6008],[-2,-1],[-20,-4],[-14,5],[-16,5],[-18,4],[-17,0],[-30,3],[-1,0],[-4,2],[-8,5],[-2,3]],[[7867,6030],[-1,0],[-5,8],[0,1],[0,1],[0,6],[0,1],[2,1],[3,2],[12,5],[15,12],[3,4]],[[8025,5286],[-4,-3],[-8,0],[0,2],[-3,7],[-2,7],[-3,7],[-1,1],[-3,2],[-12,6],[-15,-8],[-10,5],[-1,2],[-3,4],[-2,5],[1,24],[1,3],[5,9],[6,16],[5,15],[3,0],[1,0]],[[7988,5386],[0,-2],[5,-14],[10,-14],[15,-20],[1,-3],[0,-4]],[[2130,1408],[0,1],[2,4],[20,14],[22,15],[20,14],[17,10],[20,16],[39,4],[1,7],[1,28],[0,12],[-2,15],[0,6],[2,11],[1,1],[5,6]],[[2278,1572],[2,-1],[23,-5],[24,-7],[2,0],[6,1]],[[2335,1560],[6,-1],[4,-1],[11,-1],[18,-4],[20,-7],[23,-16],[18,-13],[33,-34],[14,-14]],[[2482,1469],[-1,-1],[0,-2],[0,-2],[2,-4],[1,-3],[0,-2],[0,-2],[-2,0]],[[2546,3409],[13,-10],[5,-6],[9,-28],[1,-1],[-1,-7],[0,-5],[0,-4],[-6,-26],[0,-1],[-1,-1],[-10,-6],[-4,-1],[-6,-1],[0,-6],[0,-4],[0,-2],[1,0]],[[7039,5103],[0,-1],[2,-5],[1,-2],[1,-2]],[[7043,5093],[0,-3],[4,-31],[-6,-26],[-2,-12],[4,-7]],[[7043,5014],[-2,-1],[-4,-5],[-6,-7],[-7,-6],[-6,-5],[-14,-8],[-10,-3],[-1,0]],[[6983,5137],[0,-2],[3,-10],[1,-5],[2,-4],[2,-6],[7,-16],[7,1],[26,6],[8,2]],[[1417,1784],[3,-4],[22,-12],[4,-3],[4,-5],[2,-4],[1,-2],[0,-10],[-1,-2],[-4,-3],[-4,-4],[-4,-6],[-1,-1],[4,-9],[0,-1],[29,-19],[38,-16],[20,-7],[6,3],[11,1],[4,0]],[[1551,1680],[4,-13],[5,-19],[1,-4]],[[1561,1644],[-5,1],[-17,2],[-29,-1],[-19,-1],[-21,-3],[-33,-6],[-17,0]],[[993,2394],[1,1],[2,1],[0,1],[0,2],[-2,1],[-8,1],[-3,-4],[-3,-4],[-10,0],[-9,3],[-5,1],[-3,2],[-16,11],[-7,5],[-1,1],[0,1],[0,1],[1,5],[2,3],[2,19],[-2,16],[-3,17],[4,30],[6,7],[-1,3],[-1,1]],[[5936,4065],[-2,-1],[-1,-1],[2,-2],[4,-4],[-6,-10],[-8,-6],[-18,-6],[-8,-2],[-26,-21],[-17,-15],[-24,-24],[-12,-14],[-12,-11],[-18,-15],[-6,-4]],[[4959,9773],[-5,18],[-5,25],[-5,27],[11,17],[-1,1],[9,2],[15,5],[0,1],[1,0],[3,2],[4,1],[3,0],[22,-1],[2,0],[2,-2],[0,-1],[-6,-7],[-7,-7],[-5,-4],[-1,-2],[0,-3],[-1,-10],[0,-2],[2,-1],[4,-3],[25,-13],[6,-2],[7,-2],[13,-2],[9,0],[5,0],[4,1]],[[5070,9811],[1,-6],[7,-5],[4,-4],[3,-6],[4,-6]],[[5160,9621],[0,-3],[0,-19],[1,-12],[1,-2]],[[5162,9585],[-2,-1],[-10,-3],[-5,3],[-20,11],[-13,7],[-12,4],[-1,0],[-12,-2],[-8,-2],[-7,-8],[-1,-1],[0,-2],[0,-3],[0,-2],[1,-1],[1,-8],[-2,-8],[-6,-8],[-1,-3],[0,-1],[4,-5],[2,-3],[2,-2],[4,-3],[9,-12],[0,-14],[0,-11],[0,-5],[-1,-5],[0,-3],[-1,-1],[0,-2],[-1,-1]],[[5082,9490],[0,-1],[-3,-1],[-17,-3],[-5,0],[-1,0],[-4,1],[-4,4],[-3,3],[-1,2],[-14,4],[-12,-3],[-17,-5],[-10,16],[0,3]],[[1783,3100],[1,1],[1,1],[6,3],[4,1],[45,14],[12,1],[11,0],[3,-1]],[[1866,3120],[1,-2],[5,-2],[13,1],[8,2],[10,3],[1,0],[13,-3],[6,-3],[6,-9],[3,-3],[2,-2],[15,-19],[8,-11],[7,-9],[3,-4],[0,-3],[-6,-14],[-5,-8],[-2,-1]],[[1839,3045],[-1,0],[-2,1],[-5,2],[-1,1],[-4,5],[-32,35],[-7,5],[-2,3],[-2,1],[0,2]],[[1552,2668],[-2,-1]],[[5233,9499],[-1,0],[-7,5],[-6,5],[-1,1]],[[5218,9510],[-3,1],[-5,4],[-10,7],[-2,2],[-3,2],[0,2],[0,3],[0,2],[-4,18],[-3,14],[-16,12],[-8,3],[-2,4],[0,1]],[[7006,5532],[1,-1],[2,-7],[3,-2],[4,-2],[6,-5],[4,-4],[2,-5],[4,-6],[5,-12],[0,-2]],[[7036,5379],[-1,-1],[-2,-5],[2,-2]],[[7026,5360],[-12,5],[-11,4],[-4,2],[-3,3],[-6,7],[-4,4],[-1,1],[-1,0],[-2,-2],[-3,-3],[0,-3],[5,-9],[3,-6],[2,-2],[3,-3],[3,-2],[6,-6],[3,-5],[0,-1],[-20,-11],[-2,-1],[-10,-2],[-11,-3],[-6,-1]],[[1213,3249],[2,2],[3,5],[3,6],[17,28],[-10,16],[-11,17],[4,20],[18,15],[2,1]],[[3115,2457],[2,-2],[18,-28],[25,-33],[5,-19],[5,-22],[-4,-20],[15,-21],[1,-1]],[[3182,2311],[-2,0],[-3,-1],[-3,-1],[-2,-1],[-3,-2],[-4,-6],[-6,-5],[-3,-4],[-32,-26],[-16,4],[-2,1]],[[2273,1579],[2,-1],[1,-4],[1,-1],[1,-1]],[[2002,1425],[16,14],[29,25],[35,22],[2,-1],[3,1],[14,4],[6,5],[1,1],[6,9],[1,4],[1,8],[0,5],[-1,10],[-4,31],[0,1],[-6,11],[-2,2]],[[2103,1577],[3,1],[5,-1],[15,-1],[13,-2],[10,-1],[8,0],[12,0],[15,1],[5,0],[9,9],[26,7],[15,-1],[3,0],[4,-3],[26,-7],[1,0]],[[1768,2082],[0,1],[-1,9],[-2,12],[0,1],[-13,7],[-12,5],[-4,18],[8,11],[9,28],[-12,12],[-1,2]],[[4031,2669],[0,-1],[-2,-42],[-3,-12],[0,-1],[-2,-24],[0,-3],[1,-4],[2,-3],[9,-11],[3,-2],[15,-6],[38,-14],[37,-15],[24,-21]],[[4146,2504],[-28,-23],[-8,-6],[-3,-2],[-15,-12],[-13,-11],[-7,-7],[-5,-5],[-14,-22],[-7,-12],[-2,-3],[-3,-4],[-3,-3],[-4,-5],[-42,-43],[-1,-1]],[[6801,4621],[-2,-1],[-2,0],[-3,1],[-3,3],[-11,14],[-28,6],[-2,-1],[-1,0],[-1,1],[-1,1],[-1,0],[0,2],[0,13],[1,1]],[[6740,4680],[0,1],[2,1],[13,10],[16,23],[1,19],[2,9],[2,14],[1,6],[0,3],[0,1],[-2,4]],[[6917,4680],[-1,0],[-3,-1],[-17,-15],[-14,-21],[-2,-7],[-2,-3],[-2,-3],[0,-1]],[[7360,5317],[1,-3],[0,-9],[-5,-16],[-1,-1]],[[7236,5239],[-3,0],[-2,0],[-11,0],[-6,-1],[-5,3],[-19,12]],[[7190,5253],[0,1],[5,6],[16,39],[2,6],[5,22],[10,4],[12,-1],[8,0],[9,3],[4,1],[3,2],[2,2],[7,8],[10,7],[17,9],[22,7],[3,1],[2,1]],[[6470,7159],[-12,-5],[-21,-14],[-5,-13],[-2,-34],[4,-22],[7,-28],[0,-5]],[[6435,7214],[1,0],[8,-18],[8,-11],[17,-21],[1,-5]],[[2674,3357],[-4,-1],[0,-1],[1,-5],[2,-5],[0,-2],[1,-10],[-4,-4],[-19,-15],[-19,7],[-2,1],[-1,0],[-1,-5],[0,-1],[9,-18],[1,-1],[2,-2]],[[1669,3019],[-4,1],[-12,1],[-7,-1],[-3,-1],[-8,-6],[-3,-2],[-1,0],[-17,0],[-16,5],[-7,2],[-11,5],[-16,-1],[-17,-5],[-6,-3],[-3,1]],[[1736,3150],[0,-1],[0,-2],[-3,-2],[-15,-14],[-7,-17],[-6,-22],[1,-28],[1,-33],[-9,-20],[-2,-2]],[[3595,3955],[-20,28],[-31,3],[-15,0],[-5,0],[-6,1],[-5,4],[-16,12],[-19,23],[0,1]],[[3474,4184],[1,-2],[4,-7],[1,-1],[2,-1],[13,-7],[13,-7],[10,-12],[5,-11],[11,-13],[11,-12],[29,-17],[19,-9],[23,-2],[25,-1],[14,-4],[20,-11],[28,-3],[26,-7],[13,4],[10,5],[8,7],[0,2],[1,2],[1,0]],[[3762,4077],[2,-2],[11,-11],[4,-17],[6,-23],[3,-5],[4,-17],[-8,-9],[-8,-9],[-8,-10],[1,-1]],[[7867,6030],[-2,-1],[-15,-1],[-1,1]],[[8751,5961],[1,2],[0,3],[-1,12],[-1,4],[-7,20],[-1,8],[-2,14],[-1,46],[0,6]],[[8739,6076],[6,0],[30,0],[28,0],[17,-1],[7,-5],[4,-6],[16,-23],[5,-2],[12,-3],[5,-1],[4,0],[7,1]],[[7223,7935],[-4,-7],[-17,-23],[-11,-17],[-3,-3],[-4,-4],[-4,-2],[-3,-1],[-5,0],[-5,2],[-2,1],[-2,2],[-2,1],[-3,0],[-3,0],[-2,-1],[-1,-1],[-1,-4],[0,-1],[1,-16],[8,-18],[0,-3],[-3,-2],[-4,-2],[-11,-3],[-3,0],[-6,2],[-26,11],[-18,8],[-32,-4],[-2,4]],[[7055,7854],[0,2],[2,27],[5,24],[10,23],[1,2]],[[7073,7932],[1,1],[38,17],[43,12],[2,1]],[[7157,7963],[3,-1],[3,-1],[3,-1],[28,-15],[27,-8],[2,-2]],[[7043,5014],[2,-1],[16,0],[23,3],[8,3],[15,-3],[3,-1]],[[2124,955],[4,2],[3,3],[9,3],[10,0],[2,1],[0,3],[-3,0],[-10,0],[0,1]],[[2152,971],[1,-1],[2,5],[1,5],[0,2],[-1,0]],[[2165,998],[1,1],[21,20]],[[2248,951],[0,-1],[3,-6],[2,-5],[1,-7],[1,-5],[0,-3],[-1,-36],[-15,-19],[-2,-5],[-4,-9]],[[2233,855],[-1,0],[-36,-5],[-32,2],[-12,-2],[-1,0]],[[7263,4583],[-2,-1],[-20,-8],[-18,-9],[-19,-9],[-23,-9],[-29,-15],[-54,-25],[-22,-10],[-7,-3]],[[7042,4581],[1,1],[29,16],[40,-12],[28,-9],[8,-3],[1,0]],[[7149,4574],[7,2],[25,7],[51,16],[33,10]],[[1898,1002],[7,0],[24,5],[3,0],[6,6],[3,4],[2,1],[1,0]],[[1944,1018],[3,0],[48,-8],[11,-1],[18,-4],[6,-1]],[[2030,1004],[1,-1],[21,-13],[30,-14],[1,-1]],[[9582,6892],[-10,-14],[-8,-43],[-12,-48],[-3,-15],[0,-8]],[[9549,6764],[-7,2],[-12,12],[-5,14],[1,2],[0,4],[0,1],[-2,1],[-12,8],[-3,2],[-11,4],[-9,3],[-2,0],[-3,1],[-2,3],[-2,4]],[[9480,6825],[0,1],[-3,4],[-1,6],[-1,3],[0,1],[0,2],[1,1],[7,10],[1,2]],[[3310,2336],[-2,-1],[-4,-3],[-12,-15],[-13,-20],[-7,-11],[1,-10],[-10,-12],[-7,4],[-6,4],[-3,2],[-2,1],[-14,6],[-11,4],[-7,-1],[-5,0],[-13,4],[-3,1],[-2,2],[-2,2],[-1,2],[0,5],[-4,10],[-1,1]],[[3419,3959],[1,0],[2,-5],[4,-8],[5,-23],[3,-32],[0,-26],[-9,-9],[-1,-2],[-1,-1],[-1,-1],[1,-2],[1,-5],[2,-4],[6,-9],[5,-7],[12,-8],[1,-1],[2,-1],[2,-4]],[[3454,3811],[-1,-1],[-11,-17],[-1,-1],[-1,-1]],[[3156,3889],[-1,1],[-9,10],[-17,7],[-9,3],[-10,2],[-1,0]],[[5289,8695],[1,1],[-1,3],[-2,1],[-5,14],[-3,15],[-1,5],[0,1],[6,6],[4,2],[-6,11],[-13,10],[-5,2],[-11,5],[-3,-3]],[[5227,8793],[12,3],[3,1],[2,4],[27,14],[8,1],[4,2],[3,2],[0,3],[-1,9],[-4,9],[-6,10],[0,2],[2,4],[1,2],[11,14],[9,8],[2,0],[4,0],[1,-1],[6,-4],[4,-4],[14,-8],[10,-1]],[[5391,8836],[11,-24],[2,-3],[3,-3],[7,-3],[7,2],[1,0],[1,2],[7,3],[8,2],[2,1],[1,0],[9,-4],[1,-1],[2,-2],[1,-2],[2,-5],[1,-8],[2,-4],[3,-7],[1,-2],[8,-13],[14,3],[10,5],[15,8],[5,5],[8,5],[1,0]],[[6967,7364],[7,1],[21,3],[5,0],[10,1],[9,1],[16,5]],[[7179,7266],[-4,-2],[-3,-2],[-3,-3],[-11,-12],[-5,-17],[0,-21],[1,-11],[5,-19],[1,-1],[6,-11],[3,-24],[0,-1]],[[7169,7142],[-2,0],[-7,-2],[-2,-1]],[[2803,3394],[43,27],[32,20],[42,11],[12,0],[16,0],[1,0],[9,9],[4,3],[3,3]],[[2991,3279],[-2,0],[-2,1],[-3,2],[-6,4],[-6,7],[-2,1],[-5,2],[-11,4],[-3,1],[-4,1],[-1,0],[-6,-1]],[[3454,3811],[1,1],[20,7],[22,6],[6,-1],[5,0],[3,-1],[34,1],[1,0]],[[380,3535],[-2,0],[-13,-1],[-3,0],[-3,1],[-5,3],[-2,4],[-3,2],[-3,2],[-8,4],[-23,9],[-2,-2],[-12,-19],[-12,-18],[-13,-1],[-15,4],[-2,1],[-3,1],[-2,-1]],[[254,3524],[-5,-1],[-13,13],[-6,11],[0,4],[1,11],[1,4],[-12,35],[0,1]],[[2765,91],[-1,-3],[-14,-9],[-12,-29],[-5,-11],[-8,-10],[-9,-5],[-11,-9],[-12,-12],[-24,-3],[-6,0],[-3,0],[-8,1],[-5,1],[-34,10],[-16,12],[-4,2],[-8,3],[-20,9],[-1,0],[-4,0],[-21,-2],[-5,-1],[-13,-6],[-11,-3],[-2,0],[-3,2],[-2,2],[-13,15],[-3,11],[0,1]],[[2603,225],[4,-4],[16,-14],[14,-9],[20,-11],[4,-4],[8,-13],[0,-1],[0,-7],[-2,-6],[1,-4],[6,-13],[2,-5],[25,-17],[21,-10],[13,1],[16,1],[13,-17],[1,-1]],[[5930,8109],[-3,8],[-7,22],[-17,23],[-4,32],[-2,3],[-3,4],[-10,8],[-5,5],[-5,0],[-3,-1],[-7,0]],[[6145,8138],[-1,-2],[0,-2],[5,-5],[8,-7],[1,-1],[6,-16],[1,-18],[-2,-16]],[[6163,8071],[-17,8],[-20,-8],[-21,-8],[-13,-5],[-6,-1],[-40,-3],[-30,14],[-15,10],[-19,4],[-15,1],[-15,5],[-2,3],[-1,8],[0,11],[-13,0],[-6,-1]],[[3568,3345],[0,1],[-3,1],[-6,2],[-3,1],[-6,2],[-2,1],[-4,3],[-3,3],[-5,6],[5,13],[5,10],[6,10],[11,4],[1,3],[4,12],[0,1]],[[3743,3416],[-1,-2],[-7,-22],[-7,-18],[-5,-12]],[[7681,4641],[-2,1],[-22,3],[-24,2],[-46,3],[-17,1],[-32,1],[-17,-1],[-27,-3],[-15,-2]],[[6396,7531],[2,2],[0,1],[-14,23],[-5,6],[-6,6],[-19,7],[-19,14],[-5,5],[-21,22],[1,9],[-16,42],[-3,4],[-2,5],[0,3]],[[6289,7680],[3,0],[21,-1],[33,9],[18,3],[16,7],[2,0],[3,-1],[9,-5],[11,-8],[8,-10],[12,-3],[11,-2],[25,10],[30,7],[17,5],[2,3],[1,1],[0,1],[0,2],[-1,2],[-1,4],[-1,2],[-9,17],[-1,1],[-9,30],[0,1],[0,7],[0,13],[-10,27],[-10,27],[-3,7],[0,1],[7,18],[8,13],[12,29],[5,24],[-2,6],[0,1]],[[6496,7928],[7,2],[20,-3],[12,-2],[11,-2],[1,-3],[0,-1],[1,-1],[11,-9],[25,10],[3,1],[0,1]],[[6587,7921],[1,-1],[12,8],[6,2]],[[6606,7930],[2,-1],[36,-23],[28,-4],[5,3],[3,0],[3,0],[3,0],[7,0],[3,-1]],[[6696,7904],[1,0],[5,-1],[10,-3]],[[6833,7852],[2,-3],[13,-11],[14,-10],[22,-7],[27,-8],[22,-5],[10,0],[5,0],[8,0],[8,-2],[1,0]],[[6857,7738],[-5,0],[-1,0],[-3,9],[-2,5],[-1,1],[-1,1],[-1,1],[-2,0],[-13,-1],[-11,0],[-6,-1],[-37,-13],[-16,-8],[-33,-16],[-18,-7],[-33,-6],[0,-2],[2,-30],[-11,-21],[-10,-11],[-9,-6],[-12,-7],[-18,-8],[-18,-14],[-8,-11],[-2,-18],[0,-15],[-9,-30],[-1,-3],[0,-1],[0,-1]],[[6403,7526],[-3,2],[-4,3]],[[8432,5386],[-2,2],[-6,6],[-7,11],[-9,14],[-10,11],[-27,22],[-5,6],[-1,2],[-8,10],[-1,1],[-2,0],[-3,0],[-2,-1],[-14,-8],[-4,-6],[-3,-3]],[[8218,5572],[0,4],[-4,12],[-1,5],[-3,7],[-2,9],[3,8],[30,23],[2,1]],[[7561,5905],[0,1],[2,6],[1,8],[1,5],[-1,4],[-1,10],[-1,1],[-6,10],[-6,10],[-7,19],[-2,10]],[[7694,6035],[0,-3],[-8,-12],[-2,-2],[-9,-5],[-9,-6],[-7,1],[-11,-3],[-2,-3],[-5,-11],[-3,-7],[0,-1],[0,-1],[4,-2],[7,-3],[4,-12],[-1,-5],[-3,-7],[-3,-5],[-12,-20],[-6,-11]],[[7628,5917],[-5,2],[-1,0],[-8,-7],[-1,0],[0,-2],[1,-1],[-7,-13],[-17,-9],[-1,-1]],[[1281,1118],[1,0],[5,11],[2,3],[0,2],[5,8],[12,17],[10,13],[39,22],[8,1]],[[907,1078],[-2,0],[-2,0],[-2,3],[-7,12],[-10,11],[-1,1],[-1,1]],[[882,1106],[0,2],[15,39],[21,40],[2,8],[9,7],[1,0]],[[2628,2423],[-28,3],[-50,5],[-27,3],[-2,1],[-2,2],[-4,6],[-3,5],[-1,0]],[[2631,4054],[4,4],[6,8],[6,14],[3,22],[0,20],[1,2],[2,5],[1,1]],[[2654,4130],[1,-1],[1,0],[9,0],[17,0],[12,0],[16,2],[22,2],[25,1],[2,0],[6,-3],[8,-5],[4,-3],[5,-3],[19,5],[1,1],[1,0]],[[3776,3335],[2,0],[2,1],[47,19],[10,13],[4,6],[0,2]],[[3841,3376],[1,-1],[25,-24],[24,-17],[16,-9],[14,-10],[4,-4]],[[1704,1816],[2,1],[29,4],[29,-5],[5,0],[5,0],[11,1],[1,0],[1,2],[2,3],[14,6],[18,1],[1,0]],[[1822,1829],[0,-1],[2,-40],[-9,-17],[-2,-7],[-4,-18],[-1,-7],[-1,-7]],[[1709,1696],[-4,-8],[-4,-9],[-2,0],[-3,1],[-11,3],[-6,1],[-12,3]],[[1667,1687],[0,1],[14,28],[0,4],[-10,9],[0,33],[0,37],[0,7]],[[4092,4103],[-3,2],[-15,4],[-5,9],[-3,5],[-2,8],[-5,14],[-12,16],[-13,16],[-17,20],[-11,13],[-5,6],[-3,4],[-14,39],[-7,23],[0,1],[-1,1],[-3,2],[-1,1],[-4,1],[-7,0]],[[3973,4326],[3,-4],[18,-16],[16,-11],[13,-11],[9,-9],[19,-21],[3,-4],[1,-1],[5,-7],[3,-8],[5,-12],[2,-4],[0,-5],[-1,-4],[-1,-3],[-3,-2],[-2,-1],[-1,-2],[0,-1],[1,-2],[1,-1],[6,-7],[2,-1],[8,-5],[26,-12],[15,-4],[22,-5],[13,-2],[39,-6],[0,-1]],[[7601,5051],[0,-3],[-5,4],[-11,4],[-12,0],[-9,-8],[-11,-4],[-13,-2],[-14,-3],[-2,-3]],[[7465,5113],[14,5],[30,10],[17,7]],[[7526,5135],[1,-2],[4,-1],[35,-20],[30,-21],[4,-11],[2,-12],[-1,-16],[0,-1]],[[4772,4360],[0,-1],[3,-13],[6,-10],[10,-11],[12,-11],[3,-4],[1,-4],[0,-4],[0,-11],[-3,-18],[0,-3],[-2,-3],[-5,-11],[-9,-13],[-1,-1],[0,-3]],[[4787,4239],[-1,-1],[-1,-4],[0,-1],[-1,0]],[[7468,5373],[-2,-2],[-49,-20],[-2,-3],[-1,-2]],[[7349,5402],[-1,3],[-6,6],[-3,5],[-1,2]],[[283,3439],[0,1],[11,20],[9,3],[16,-5],[5,-3]],[[2214,3700],[-1,0],[-1,3],[0,1],[0,2],[1,4],[0,2]],[[1508,740],[1,-1],[28,2],[12,1],[4,0],[25,-1],[12,-2],[12,-6],[15,-17],[2,-2]],[[1619,714],[-1,-1],[-3,-2],[-4,-4],[-18,-19],[6,-26],[0,-16],[1,-9],[7,-14],[4,-7],[15,-30],[5,-7],[15,-23],[2,-2],[3,-2],[12,-6],[4,-2],[7,-2],[3,-1],[2,1],[8,1],[35,-10]],[[1722,533],[0,-1],[5,-7],[7,-11],[2,-3],[5,-21],[0,-2],[-2,-4],[-4,-6],[-3,-3],[1,-1],[7,-11],[6,-8],[3,-3],[11,-10],[1,0]],[[1761,442],[-1,-3],[0,-4],[1,-4],[2,-3],[2,-3],[13,-12],[2,-8]],[[1780,405],[-1,0],[-14,-6],[-1,-1],[-1,-6],[-1,-3],[-4,-5],[-12,-12],[-32,-9],[-15,-3],[-32,-6],[-16,-7],[-35,-18],[-5,-3],[-12,-3],[-1,0],[-5,1],[-26,6],[-43,7],[-45,11],[-13,-2],[-9,4],[-2,1]],[[1430,654],[25,3],[11,-1],[12,5],[6,2],[6,3],[4,3],[3,3],[1,1],[1,2],[0,11],[0,2],[-2,3],[-2,11],[0,8],[4,14],[5,8],[2,2],[1,3],[1,3]],[[1181,3210],[-2,-1],[-7,-5],[-20,-15],[-9,-20]],[[1143,3169],[-8,-1],[-38,-9],[-52,-9],[-49,-7],[-9,-2],[-1,0]],[[963,3202],[4,1],[10,6],[22,21],[18,20],[5,8],[21,28],[3,1],[7,6],[1,3],[1,2],[0,2],[-9,9],[-6,5],[-7,5],[-3,1]],[[1650,1401],[-6,-2],[-8,-2],[-9,0],[-3,5],[-4,4],[-6,7],[-8,9],[-6,4],[-11,8],[-5,3],[-11,3],[-4,2],[-3,1],[-3,1],[-7,5],[-6,7],[-8,11],[-3,7],[-6,26],[0,2],[0,13],[3,32],[1,8],[2,7],[4,8],[2,4],[15,16],[3,3],[2,27],[1,7],[-4,16],[-1,1]],[[1551,1680],[2,-1],[18,-1],[23,0],[23,-11],[1,-1],[1,1]],[[1619,1667],[4,0],[2,1],[10,1],[12,1],[2,0]],[[1649,1670],[-2,-2],[2,-2],[8,-5],[7,-8],[5,-10],[5,-12],[-6,-30],[10,-31],[7,-12],[1,-1]],[[1686,1557],[0,-1],[-1,-4],[-2,-4],[-3,-7],[-4,-4],[-2,-3],[-6,-11],[-4,-11],[-7,-36],[0,-43],[0,-12],[0,-11],[-5,-9],[-2,0]],[[5948,9231],[-4,-3],[-15,-8],[-34,-21],[-33,-23],[-13,-3],[-5,-1],[-6,-6],[-1,-5],[-1,-3]],[[5710,9368],[0,1],[7,16],[4,10],[16,15],[12,11],[6,6],[5,1],[4,0],[30,4],[7,1],[9,2],[13,4],[9,2],[3,1],[25,2],[27,-5],[28,-6],[12,-1],[1,0],[2,2],[1,2],[0,7],[4,19],[18,7],[7,1],[6,-1],[2,0],[5,-11],[3,-7],[2,-7],[3,-9],[0,-1],[1,0],[11,3]],[[2055,3852],[0,-1],[1,-4],[4,-17],[6,-21],[0,-2],[1,-11],[11,-41],[2,-2],[17,-20],[6,-9],[1,-3],[1,-2],[8,-31],[0,-1]],[[1885,3856],[0,-1],[1,-1],[2,-4],[1,-2],[5,-7],[3,-3],[4,-4],[1,-2],[8,-4],[12,4],[21,-8],[4,0],[2,0],[6,1],[4,0],[4,9],[5,12],[-2,17],[0,12],[2,21],[-7,20],[-3,2],[0,1],[-1,1]],[[1841,3687],[-1,1],[-9,4],[-9,4],[-6,2],[-14,3],[-5,1],[-5,-1],[-5,-3],[-2,-2],[-1,-1],[-2,-3],[-1,-2],[-11,-22],[-12,-23],[-4,-6],[-10,-14],[-32,-16],[-4,0],[-4,0],[-39,11],[-7,-1],[-3,1],[-5,1],[-2,1]],[[1562,3739],[-1,1],[-4,3],[-13,14],[0,2],[1,1],[3,3],[13,4],[6,1],[4,0],[6,9],[5,15],[3,12],[5,12],[6,10],[3,6],[7,-1],[4,0],[27,2]],[[1727,3786],[-1,0],[-1,-1],[-1,-3],[-2,-9],[0,-3],[0,-6],[2,-5],[3,-1],[30,-11],[22,-3],[1,0],[6,-2],[10,-6],[1,-1]],[[7157,7963],[0,2],[-9,19],[-7,22],[-8,22],[-5,4],[-1,1],[0,1],[1,4],[2,2],[3,2]],[[7133,8042],[2,2],[10,7],[1,0],[2,1],[16,6],[7,1],[2,0],[1,0],[5,-2],[4,-1],[1,-1],[1,0],[15,1],[3,1],[1,0],[9,8],[10,13],[4,10],[1,4],[4,14],[3,6],[5,3],[-3,9],[-14,5],[-17,1],[-12,0],[-14,-7],[-13,4],[-26,7],[-2,0],[-4,0],[-5,2],[-5,2],[-7,6],[-1,2],[0,2],[2,4],[16,17],[17,14],[8,20],[1,3],[-1,3],[1,10],[4,7],[20,7],[22,14],[0,1],[0,2],[-1,3],[-1,1],[0,1],[-11,12],[-5,2],[-5,1],[-7,1],[-12,9],[-2,12],[-3,19],[-5,27],[-4,20],[-1,5],[0,3],[1,2],[2,1],[1,0],[8,0],[2,0],[4,-2],[2,-2],[7,-4],[6,-2],[7,-2],[7,-1],[1,0]],[[7198,8356],[1,-1],[15,-30],[15,-22],[6,-24],[-1,-1],[0,-1],[0,-1],[1,0],[21,-23],[10,-29],[2,-13],[-3,-26],[-1,-16],[0,-17],[4,-32],[2,-6],[12,-12],[19,-33],[0,-2],[0,-2],[1,-1],[1,-1],[1,0]],[[7227,7937],[-4,-2]],[[4984,4134],[6,-2],[0,1],[1,2],[1,3],[7,-8]],[[5008,4007],[-13,3],[-42,25],[-1,1]],[[6779,7459],[7,-1],[24,3],[7,1],[3,1],[1,0],[0,1],[0,3],[-1,2],[-1,2],[-5,7],[-2,1],[-2,1],[-8,15],[-2,22],[-1,6],[2,0],[5,0],[14,-8],[10,-6],[9,-7],[18,-11],[23,-1],[7,2],[7,0]],[[7750,7373],[-1,2],[-6,14],[0,1],[0,3],[1,4],[1,2],[4,5],[2,2],[7,3],[11,3],[11,9],[1,2]],[[7841,7432],[0,-1],[6,-17],[16,-25],[19,-11],[25,-17],[1,-3]],[[7893,7345],[-4,1],[-10,5],[-6,2],[-3,1],[-3,0],[-3,0],[-3,-1],[-19,-7],[-2,-1],[-2,-1],[-1,-2],[-1,-1],[0,-1],[0,-2],[2,-6],[0,-4],[-1,-2],[-1,-2],[-3,-1],[-2,-1],[-3,-1],[-3,-1],[-4,0],[-6,0],[-6,1],[-3,1],[-1,1],[-2,1],[-1,3],[-2,6],[-1,6],[0,6],[-1,10],[0,5],[-1,4],[-2,2],[-1,1],[-5,2],[-5,1],[-11,3],[-4,1],[-9,1],[-4,0],[-4,-1],[-2,-1]],[[9323,6842],[-1,-1],[0,-1],[1,0],[3,1],[17,2],[16,-5],[24,-8],[16,-2],[33,-1],[36,-3],[8,0],[4,1]],[[9549,6764],[2,-9],[3,-6],[4,-7],[11,-12],[25,-45],[0,-4]],[[5289,9898],[-1,1],[0,4],[-1,4],[1,2],[0,3],[-1,2],[-2,3],[-2,3]],[[5283,9920],[0,4],[1,3],[2,14],[2,6],[6,12],[3,8],[4,8],[2,5],[1,3],[3,-1],[30,16],[2,1],[-1,-1],[-2,-6],[-4,-14],[0,-1],[5,-26],[-2,-8],[0,-3],[7,-5],[8,-5],[7,-5],[10,-6],[15,-7],[16,-1],[3,6],[3,5],[5,7],[5,6],[1,-1],[23,-8],[10,-17],[14,-24],[2,-2],[0,-1],[0,-21],[7,-24],[1,-24],[-5,-25],[-8,-6],[-2,-2]],[[7653,7480],[3,0],[6,-8],[2,-9],[14,-15],[31,0],[9,-4],[9,-3],[3,0],[11,2],[7,5],[0,1],[2,1],[1,0]],[[7750,7373],[-3,-1],[-16,-10],[-4,-2]],[[7727,7360],[-6,9],[-1,17],[1,1],[-1,5],[0,2],[-1,0],[-1,1],[-22,2],[-16,1],[-13,-1],[-42,7],[-5,2],[-2,1],[-2,0],[-16,-1],[-8,0],[-9,-3],[-13,-4],[-7,-2],[-7,-3],[-14,-2],[-7,-1],[-6,0],[-3,1]],[[2957,3078],[0,1],[-14,16],[-10,5],[-11,14],[-2,17],[2,22],[-1,6],[0,3],[-2,6],[-1,4],[-1,1],[-6,9],[-33,33],[-6,5],[-3,1],[-4,0],[-3,0]],[[2862,3221],[-2,0],[-1,5],[1,7],[1,4],[6,40],[1,1],[1,2]],[[5475,5218],[-2,-1],[-1,0],[-1,0],[-22,9],[-6,9],[-4,5],[-5,9],[-1,2],[-1,3],[1,3],[-9,10],[-16,15],[-18,17],[-6,0]],[[6800,6838],[7,-3],[17,-5],[32,-7],[39,-12],[48,11],[10,12],[16,18],[19,19],[7,6]],[[4188,526],[-3,0],[-15,1],[-43,-6],[-20,-16],[-18,-5],[-5,-1],[-9,3],[-11,12],[-2,3],[-25,22],[-23,20],[0,1]],[[1293,4027],[13,9],[25,-2],[13,-3],[1,-1],[2,-1]],[[1347,4029],[0,-1],[1,-14],[19,-33],[19,-20],[14,-15],[2,-3],[5,-11],[1,-12],[-6,-30],[-6,-19],[-12,-15],[-7,-22],[0,-1],[0,-3]],[[5571,5064],[-2,0],[-14,11],[-10,8],[-1,8],[12,9],[1,1]],[[2408,2755],[-3,2],[-2,2],[-4,3],[-5,3],[-14,7],[-10,5],[-8,4]],[[2428,2905],[12,3],[6,0],[5,-1],[5,-1],[2,1],[2,2]],[[2460,2909],[1,-2],[8,-10],[2,-7],[-2,-13],[1,-12],[2,-6],[5,-14],[4,-17],[-8,-20],[-19,-24],[-19,-11],[-26,-17],[-1,-1]],[[1166,596],[-1,1],[-2,12],[0,5],[0,5],[4,6],[5,8],[3,5],[3,7],[-3,3],[-15,16],[-17,24],[-10,37],[1,16],[-2,4],[-3,5],[-29,20],[-17,8],[-20,5],[-32,6],[-34,20],[-3,4],[-4,4]],[[990,817],[0,2],[7,16],[3,6],[2,7],[3,10],[0,2]],[[1006,861],[2,-1],[8,2],[18,-11],[12,-8],[16,-12],[18,-12],[16,-7],[35,-16],[1,-2],[4,-2],[18,-13],[24,-15],[8,-3],[18,-7],[13,-7],[16,-9],[18,-16],[42,-21],[11,-3],[2,-1]],[[1950,1109],[0,-1],[-10,-34],[10,-42],[-4,-5],[-1,-6],[-1,-3]],[[4309,1687],[0,-1],[1,-16],[1,-20],[-1,-7],[0,-14],[-2,-18],[1,-26],[1,-13],[0,-18],[0,-4]],[[4171,1518],[-48,13],[-11,3],[-5,1],[-5,0]],[[4268,1656],[1,1],[3,3],[6,9],[7,8],[3,2],[3,2],[5,3],[7,2],[6,1]],[[2645,2831],[2,3],[3,3],[7,4],[18,8],[13,5],[8,4],[2,2],[2,1],[12,17],[8,12],[2,3],[1,1]],[[2719,2767],[-18,2],[-18,1],[-1,0]],[[6463,8387],[-2,-2],[-9,-9],[-7,-12],[-10,-13],[-4,-7],[-8,-13],[-1,0],[-2,-5],[-8,-9],[-5,-5],[-4,-2],[-4,-2],[-22,-9],[-7,2],[-6,5],[-2,6],[-3,2],[-1,1],[0,-3],[1,-21],[1,-4],[2,-5],[2,-5],[0,-2],[-7,-2],[-4,0],[-4,1],[-18,2],[-7,8],[-16,16],[-9,1],[-4,5],[-5,16],[-1,10],[0,12],[-14,-2],[-9,-3],[-4,-3]],[[2413,758],[-3,2],[-18,9],[-1,1],[-8,6],[-16,16],[-21,22],[-6,3],[-10,6],[-13,5],[-37,11],[-44,14],[-3,2]],[[8023,6809],[10,-5],[50,-19],[36,-12],[1,-1]],[[7971,6674],[0,2],[0,2],[-4,14],[-14,17],[-2,9]],[[7951,6718],[5,1],[9,14],[11,52],[5,30],[-1,1]],[[819,471],[1,-1],[14,-3],[11,-2],[10,-4],[25,-10],[6,-2]],[[886,449],[1,-4],[-1,-5],[-2,-4],[-1,0],[-5,-10],[-3,-13],[1,-6]],[[876,407],[-5,-1],[1,-31],[0,-3]],[[812,360],[-10,7],[-5,3],[-1,0],[-5,1],[-8,2],[-8,1],[-5,1],[-5,2],[-2,1],[-4,4],[-2,5],[-1,8],[0,4],[3,9],[2,5],[3,11],[0,3],[0,10],[-1,1]],[[1667,1687],[-1,0],[-1,-1],[-6,-7],[-6,-7],[-3,-2],[-1,0]],[[1619,1667],[0,1],[6,11],[5,10],[3,6],[0,3],[-2,2],[-6,5],[-3,2],[-18,10],[-18,16],[-11,9],[-3,6],[-5,12],[0,2]],[[8139,6266],[-3,0],[-6,1],[-6,2],[-11,7],[-1,8],[0,3],[0,2]],[[1722,533],[1,2],[1,2],[1,4],[1,8],[0,3],[0,8],[0,16],[-1,2],[1,26],[-1,6],[-2,7],[-5,12],[-3,4],[-2,3],[-2,2],[-4,3],[-6,4],[-7,9],[0,1],[1,0],[2,1],[48,0],[13,-10],[9,-8],[6,-5],[9,-8],[6,-4],[6,-3],[1,0],[1,1],[14,22],[5,6],[2,10],[0,4],[-2,8],[-3,19],[-1,4],[-17,9],[-18,11],[-3,3],[-5,6],[-8,7],[-8,8],[-7,7],[3,4],[1,1],[1,1]],[[1750,749],[0,-2],[1,0],[15,12],[13,13],[20,27],[1,2]],[[1800,801],[1,0],[7,-4],[8,-4],[2,0],[18,-2],[6,0],[3,1],[45,3],[9,-4],[10,-2],[2,0]],[[1952,592],[-1,0],[-10,-6],[-16,-11],[-14,-7],[-14,1],[-7,3],[-22,3],[-13,1],[-14,-4],[-3,-3],[-6,-6],[0,-1],[0,-2],[-1,-8],[3,-8],[-3,-8],[-5,-8],[-8,-11],[-14,-10],[-17,-29],[-18,-29],[-5,-3],[-2,-2],[-1,-2]],[[6267,7983],[-2,2],[-1,1],[-4,5],[-3,5],[-4,2],[-6,2],[-10,3]],[[6237,8003],[6,10],[18,29],[10,18],[15,20],[32,-7],[1,-1],[2,0],[3,0],[8,3],[7,3],[5,4],[3,3],[2,4],[4,14],[1,3],[0,3],[-1,5],[-1,3],[-6,6],[-6,2],[-4,0],[-9,7],[-2,12],[0,2],[0,6],[1,7],[0,1],[3,4],[1,0],[2,-2],[2,-2],[10,-6],[7,3],[16,18],[14,17],[4,5],[21,0],[7,-4],[5,-2]],[[6496,8114],[0,-1],[12,-25],[15,-26],[4,-22],[-1,-6],[-1,-4],[-3,-8],[-1,-12],[1,-5],[4,-14],[5,-13],[4,-8],[1,-3],[1,-1],[2,-2],[33,-31],[5,-7],[6,-4],[4,-1]],[[6496,7928],[-6,1],[-7,1],[-12,5],[-13,7],[-19,3],[-5,0],[-31,1],[-17,3],[-12,3],[-3,1],[-10,3],[-5,2],[-22,4]],[[1068,2694],[-1,0],[-5,5],[-3,3],[-7,3],[-13,1],[-17,-2],[-2,0],[-12,6],[-2,3],[-3,14],[-7,22],[-1,4]],[[1080,2820],[5,0],[8,1],[2,1],[3,0],[1,0],[3,-2],[3,-1],[0,-1]],[[6758,5058],[1,-2],[-30,-23],[-11,-4],[-13,3],[-17,9],[-4,7],[-19,0],[-24,-13],[-15,-6],[-20,-10],[-1,-1]],[[6605,5018],[-3,2],[-4,2],[-8,26],[-1,0]],[[6589,5048],[0,1],[1,2],[-1,3],[-3,27],[3,27],[1,12],[1,5],[1,0],[4,1],[18,5],[17,1],[14,4],[11,15],[1,0]],[[4791,4396],[2,0],[5,5],[12,18],[13,14],[8,1],[3,0],[12,0],[2,0],[11,-1],[16,-2],[4,-1],[1,0],[9,-1],[4,0]],[[4893,4429],[0,-4],[10,-17],[37,-16],[27,-1],[34,6],[4,1]],[[5007,4396],[-2,-3],[-1,-1],[0,-4],[0,-1],[1,-4],[1,-13],[0,-14],[-10,-7],[-7,-2],[-4,-3],[-1,-1],[-3,-3],[0,-1],[3,-2]],[[4846,4231],[-1,-1],[-3,-1],[-10,2],[-44,8],[-1,0]],[[6147,9631],[2,4],[22,1],[6,0],[6,-4],[0,-1],[1,-1],[0,-1],[2,-2],[4,-2],[13,-3],[13,-2],[5,-5],[10,-11],[5,-11],[4,-11],[3,-7],[11,-18],[4,0],[4,-1],[5,0],[4,-1],[1,-1],[1,-3],[2,-4],[0,-2],[-6,-5],[-3,-8],[0,-2],[0,-5],[3,-10],[0,-1],[1,-7],[0,-3],[-5,-6],[-5,-5],[-14,-6],[-18,-9],[-2,-1],[0,-1]],[[2103,1577],[-3,4],[0,1]],[[2094,1610],[11,1],[4,0],[44,12],[26,18],[44,28],[20,15],[8,9],[4,3],[15,6],[1,0],[23,4],[13,1],[8,0],[6,-1]],[[2321,1706],[3,-9],[4,-14],[1,-1],[13,-10],[3,-2],[2,0]],[[2347,1670],[-2,-4],[-16,-27],[-13,-10],[-5,-2],[-4,-3],[-3,-4],[-14,-16],[-12,-16],[-2,-4],[-3,-5]],[[2537,1358],[1,0],[6,5],[2,2],[4,4],[7,7],[13,9],[22,13],[11,6],[11,0],[1,-1],[3,-2],[5,-5],[4,-5],[16,-20]],[[3406,4847],[0,-1],[1,-3],[-1,-1],[-1,-2],[-6,-7],[-15,-16],[-12,-11],[-1,-1],[-1,-2],[-1,-1],[0,-3],[-2,-14],[3,-8],[1,-5],[-4,-5],[-6,-4],[-8,-3],[-12,-4],[-9,5],[-9,-7],[-4,-13],[1,-19],[0,-6],[0,-1],[1,-2],[4,-3],[4,-4],[2,-1],[20,-11],[4,-2],[15,-4],[3,0],[23,1],[32,1],[7,-4],[7,-5],[5,-8],[2,-3],[-3,-3],[-2,-6],[-3,-8],[-2,-5],[-1,-6],[3,-5],[0,-1],[0,-1]],[[2968,4664],[-1,1],[-3,4],[20,23],[14,16],[5,5],[5,7],[2,2],[3,5],[1,3],[2,4],[0,1],[0,3],[-1,2],[-1,3],[-11,18],[-15,6],[-4,-1],[0,2],[0,7],[0,1],[0,2],[-9,1],[-9,1],[-4,10],[-1,2],[1,3],[3,4],[5,5],[10,11],[25,35],[8,21],[15,22],[10,33],[9,31],[7,28],[5,23],[2,16],[0,1],[2,-2],[11,-10],[9,-10],[4,-22],[36,-1],[15,2],[13,4],[10,4],[20,7],[4,1],[0,-1],[3,-8],[1,-1],[25,-6],[25,-6],[30,-9],[41,-22],[16,-14],[14,-11],[17,-12],[7,-12],[7,-19],[29,-25],[2,-1],[4,-4]],[[3129,1055],[2,6],[0,3],[-1,1],[-21,20],[-14,20],[-9,13],[-1,2]],[[2199,1955],[-3,-1],[-6,-1],[-3,-2],[-2,-2],[-23,-2]],[[6163,8071],[-2,-6],[-2,-7],[0,-5],[1,-17],[0,-1],[14,-6],[43,-19],[20,-7]],[[5861,8075],[0,1],[21,2],[9,5],[10,6],[6,6],[6,5],[5,3],[12,6]],[[7190,5253],[-1,0],[-8,5],[-10,8]],[[1352,684],[-2,2],[-2,1],[-4,2],[-5,2],[-2,1]],[[1337,692],[1,2],[2,3],[10,8],[8,2],[32,18],[42,26],[6,4]],[[1510,758],[2,-5],[0,-2],[-4,-7],[-2,-4],[2,0]],[[5269,5757],[-9,3],[3,15],[4,17],[0,9],[-7,40],[0,49],[2,6],[3,7],[1,5]],[[5266,5908],[-1,3],[-2,4],[-1,3],[0,2],[-3,15],[0,1],[8,13],[3,4],[40,25],[5,4]],[[805,1780],[-1,0],[-1,1],[-3,-2],[-2,-2],[-21,-4],[-14,14],[-8,8],[-13,21],[-23,36],[-1,4],[0,3],[1,1],[2,14],[0,7],[-6,8],[-13,1],[-7,0],[-3,0],[-4,0]],[[614,1986],[1,0],[68,3],[27,1],[37,4],[49,3],[3,1],[28,11],[16,7]],[[843,2016],[1,-1],[14,-19],[17,-24],[24,-17],[11,-22],[6,-18],[3,-12],[0,-9],[-4,-15],[-10,-15],[-3,-17],[1,-19],[1,-5]],[[7128,5922],[7,-1],[39,-5],[6,-3]],[[7180,5913],[1,-1],[16,-13],[11,-16],[2,-4]],[[7214,5768],[-4,3],[-26,-3],[-16,-1],[-12,0],[-9,1]],[[7088,5872],[3,7],[1,2],[10,15],[10,11],[7,6],[6,6],[3,3]],[[1181,2080],[-16,6],[-4,2],[-15,-4],[-13,-4],[-1,-1],[-2,-2],[-1,-1],[0,-2],[-1,-5],[0,-5],[0,-1],[1,-1],[0,-7],[-2,-5],[-6,-4],[-5,-1],[-15,5],[-1,1],[-2,3],[-2,4],[-1,-1],[-7,-3],[-8,-4]],[[1080,2050],[-4,4],[-3,3],[-3,2],[-15,9],[-36,24],[-4,1]],[[1236,2332],[1,0],[1,-2],[2,-3],[1,-5],[1,-2]],[[2660,3287],[1,-1],[15,-2],[12,-1],[23,-1],[26,-1],[19,-1],[17,-1],[10,-11],[25,3],[17,14],[1,0]],[[2862,3221],[0,-1],[-2,-1],[-18,-9],[-19,-8],[0,-1],[-6,-5],[-6,-6],[-7,-12],[-10,-13],[-18,-14],[-12,-9],[-5,0]],[[2757,3142],[-6,1],[-42,-2],[-3,-1]],[[2706,3140],[-2,1],[-17,2],[-3,1],[-1,0],[-3,8],[-5,39],[0,5],[0,20],[0,8],[2,14],[-13,41],[-2,1],[-2,5],[0,2]],[[793,3910],[6,-3],[3,-1],[4,0]],[[1143,3169],[1,0],[9,-6],[8,-9],[10,-11],[1,-2]],[[1176,3130],[-3,0],[0,-1],[0,-1],[-2,-8],[-3,-10],[-2,-3]],[[2347,1670],[2,0],[20,12],[17,13],[2,3],[8,8],[1,1]],[[2475,1616],[-2,-1],[-37,-14],[-28,-9],[-40,-4],[-33,-28]],[[8858,7263],[5,3],[12,7],[7,6],[4,2],[7,3],[10,-2],[2,-1]],[[8936,7223],[1,-5],[4,-41],[2,-9],[6,-24],[0,-4]],[[8896,7060],[-23,19],[-27,5],[-4,-1]],[[1021,595],[0,-1],[4,-7],[8,-12],[35,-22],[3,-2]],[[1071,551],[-3,-6],[-2,-1],[-5,-5],[-32,-21],[-31,-12],[-21,-8],[-17,-7],[-2,-3]],[[958,488],[-1,0],[-19,11],[-14,15],[-16,18],[0,1],[-2,5],[-1,13],[1,3],[0,1],[13,13],[19,20],[7,1]],[[945,589],[3,0],[2,1],[5,1],[2,1],[1,1],[0,2],[2,6],[1,8],[1,10],[0,2],[4,3],[1,1]],[[1272,2478],[2,1],[3,0],[15,0],[28,5],[24,4],[26,23],[34,30],[1,0]],[[1460,2454],[-2,0],[-27,5],[-36,-6],[-9,-7],[-23,-1],[-41,-2],[-32,-9],[-13,-4],[-12,0],[-7,1],[-2,1],[-1,1],[-1,1],[0,3]],[[7118,5589],[4,3],[17,0],[34,-12],[2,-2],[1,-1]],[[7332,5604],[3,3],[9,5],[6,4]],[[7350,5616],[0,-3],[1,-1],[1,-2],[15,-7],[12,-4],[7,-2],[5,-1],[30,-16],[21,-15],[4,-1]],[[3038,2986],[1,-1],[7,-1],[15,-6],[15,-8],[1,-1],[4,-6],[6,-4],[11,-8],[1,0],[19,-3],[11,-19],[1,-1]],[[8668,5487],[-2,0],[-4,0],[-2,0],[-7,-3],[-21,-8],[-1,0],[-2,-1]],[[7283,5729],[-6,-7],[-8,-15],[-3,-14],[-18,-38],[-15,-13],[-9,-13],[0,-1],[0,-5],[0,-2],[2,-11],[-1,-8],[-4,-11],[0,-1],[-4,-5]],[[3762,4077],[0,1],[-1,0],[-4,1],[-3,-1],[-4,1],[0,2],[1,1],[8,14]],[[3818,4100],[2,-3],[18,-30],[2,0],[34,3],[14,-7],[8,-4],[-1,-36],[0,-2]],[[7133,8042],[-3,2],[-19,13],[-1,2],[-2,2]],[[7108,8061],[-6,22],[-11,34],[-8,21],[-1,3],[1,5],[3,7],[-2,14],[-1,3],[-4,4],[-4,3],[-4,3],[-6,3],[-8,-2],[-5,-3],[-7,-2],[-9,-2],[-13,-2],[-15,1],[-2,-1]],[[6853,8235],[1,7],[1,0],[12,12],[8,12],[0,1],[-2,3],[-2,3],[-10,9],[-14,11],[-12,5],[-13,5],[2,10],[3,20],[1,2],[2,4],[2,1],[2,1],[1,0],[8,-2],[6,1],[2,1],[10,5],[10,7],[1,1],[1,0],[2,0]],[[7065,8484],[3,-2],[13,-5],[7,3],[3,4],[1,1],[7,4],[1,1],[6,2],[24,0],[2,0],[10,-3],[2,0],[-1,-6],[1,-1],[25,-34],[13,-27],[1,-2],[0,-2],[-1,-2],[6,-26],[8,-21],[2,-6],[0,-6]],[[7145,5213],[0,-3],[-4,-12],[-7,-9],[-28,-22],[-5,-4],[-37,-30],[1,-2],[0,-1],[-1,-2],[-1,-3],[-3,-5],[-2,-2],[-9,-8],[-6,-5],[-4,-2]],[[5070,9811],[1,0],[19,18],[4,5],[12,12],[16,10],[17,8],[28,19],[9,6],[20,12],[26,16],[5,4],[4,2],[1,1],[2,-1],[43,-4],[3,0],[1,0],[2,1]],[[7514,5798],[-1,-2],[-1,-2],[-2,-2],[-3,-2],[-6,-3]],[[7364,5873],[0,5],[8,2],[11,4],[8,13],[1,1],[1,3],[2,9],[2,6],[0,1]],[[4431,756],[0,1],[1,1],[1,0],[7,-4],[6,-4],[4,-2],[10,-9],[3,-7],[7,-7],[14,-2],[11,1],[3,0],[2,0],[4,-1],[2,-1],[0,-1],[-1,-2],[0,-1]],[[4430,589],[-1,-3],[-8,-13],[-11,-8],[-1,0]],[[4817,8036],[-1,-1],[-1,-1],[-1,-1],[-12,-4],[-32,-6],[-7,3],[-2,2],[-2,1],[-1,2],[0,2],[1,3],[1,1],[0,1],[-3,2],[-7,2],[-4,1],[-3,0],[-4,0],[-3,-1],[-9,-2],[-1,-6],[-3,-19],[-2,-11],[0,-2],[-1,-4],[-3,-10],[-4,0],[-24,-1],[2,13],[2,4],[1,4],[1,4],[-1,0],[-1,1],[-13,4],[-7,2],[-5,-1],[-5,0],[-3,0]],[[439,3220],[0,-6],[9,-12],[-1,-15],[-11,-19],[-4,-8],[2,-14],[1,-2],[2,-6],[0,-3],[-1,-10],[-1,-12],[-4,-13],[0,-2]],[[431,3098],[-1,-1],[-1,0],[-2,1],[-2,2],[-1,2],[0,3],[-5,4],[-3,1],[-1,1],[-3,2],[-6,1],[-5,1],[-5,3],[-16,11],[-10,6],[-22,8],[-23,7],[-40,4],[-2,1]],[[7454,6198],[2,-5],[1,-2],[4,-14],[8,-19],[1,-1]],[[2881,820],[0,-1],[4,-7],[0,-1],[0,-2],[-1,0],[-5,-1],[-1,0],[0,-2]],[[2878,806],[-2,-1],[-10,-13],[-4,-11],[-3,-13],[-2,-6],[-6,-33],[-8,-24],[-5,-11],[-5,-8],[-3,-4],[-8,-7],[-7,-7],[-1,-3]],[[2739,810],[7,16],[7,18],[5,14]],[[4667,7974],[1,1],[1,1],[1,1],[1,0],[5,0],[1,0],[3,-1],[11,-7],[3,-2],[6,-10],[-4,-3],[-4,-2],[-2,-10],[4,-9],[6,-10],[4,-4],[4,-6],[0,-3],[-1,-2],[-1,-2],[-9,-14],[-13,-10],[-23,-15],[-13,-10],[-1,-3]],[[4614,7851],[-16,11],[-13,9],[-3,1],[-1,0],[6,6],[2,2],[25,28],[14,19],[-1,21],[-11,25],[-6,16],[1,2]],[[6091,6342],[0,1],[1,1],[13,2],[2,1],[13,-5],[12,-6],[25,-9],[19,4],[17,3],[10,2],[14,1],[8,0]],[[6225,6337],[5,0],[6,-2],[9,-2],[1,-1],[5,-4],[2,-2],[3,-3],[46,-17],[5,0],[2,-1],[2,-1],[1,-2],[0,-1]],[[6312,6301],[-3,-2],[-17,-7],[-12,-2],[-6,0],[-5,2],[-31,-8],[-20,-36],[-31,-28],[-7,-9],[-1,-1]],[[6179,6210],[-1,-2],[-11,-13],[-27,-40],[-2,-2],[-2,-5]],[[7100,5946],[3,-1],[7,-5],[5,-7],[11,-11],[2,0]],[[7550,4958],[2,-5],[1,-2],[8,-8],[6,-6],[8,-5],[15,-12],[11,-8],[4,-4],[5,-5],[3,-3],[3,-9],[2,-6],[0,-4],[0,-15],[1,-11],[0,-5]],[[2074,1777],[19,-1],[42,-5],[17,-4],[21,-3],[22,1],[17,-2],[9,-2],[6,-3],[3,-2],[39,-6],[41,0],[3,1]],[[2313,1751],[3,-17],[4,-26],[1,-2]],[[2074,1699],[0,18],[-3,23],[0,10],[1,11],[2,11],[0,5]],[[2440,2643],[7,0],[15,0],[13,0]],[[2475,2643],[4,0],[28,9],[4,2],[4,2],[15,5],[9,0],[5,-1],[0,-1],[3,0],[3,1],[1,0],[-1,1],[0,3],[-2,6],[-6,10],[-8,6],[-10,9],[0,1],[-1,3],[-3,8],[2,3],[11,2],[6,0]],[[2579,2696],[-8,-6],[-1,-2],[-6,-8],[-5,-9],[-5,-16],[1,0],[1,-1],[12,-1],[3,0],[19,2],[10,3],[3,0],[9,-1],[3,0]],[[2429,2604],[-1,3],[7,21],[5,14],[0,1]],[[211,900],[1,1],[6,4],[44,27],[3,1],[3,-2],[34,-4],[11,1],[22,10],[27,12],[10,4],[16,5],[2,2],[1,0],[27,5],[25,2],[47,-1],[47,-7],[13,-1]],[[550,959],[1,-2],[3,-21],[2,-8],[5,-15],[15,-10],[16,-11],[15,-8],[11,0],[0,2],[0,2],[1,0],[21,-12],[8,-5],[2,-3],[4,-8],[7,-11],[2,-4],[2,-1],[18,-7],[3,-1]],[[686,836],[-2,-2],[-13,-18],[-10,-5],[-5,-3],[-15,-8],[-10,-3],[-11,-4],[-8,-4],[-8,-6]],[[604,783],[-1,-1],[-15,-2],[-6,0],[-50,-6],[-20,-2],[-19,-1],[-4,-1],[-5,-3]],[[2594,1487],[3,-1],[5,-4],[6,-4],[13,-6],[20,-1],[5,1]],[[2728,1474],[0,-18],[6,-22],[9,-13],[1,-3],[1,-3],[-1,-1],[-3,-3],[-25,-25],[-24,-9],[-1,-1],[-13,-9],[-2,-1],[0,-1]],[[2482,1469],[2,1],[9,3],[7,1],[6,1],[6,4],[1,2],[0,5],[0,5],[0,1]],[[2848,90],[-2,1],[-28,2],[-2,1],[-6,-1],[-43,-2],[-2,0]],[[7433,5232],[-8,-1],[-8,3],[-3,1],[-4,-1],[-15,-6],[-2,-1]],[[7507,5350],[-6,-4],[-11,-4],[-18,-19],[-16,-21],[-14,-18],[-14,-25],[3,-21],[2,-6]],[[5199,3646],[1,0],[8,0],[9,-1],[3,-2],[11,-5],[4,-3],[2,-2],[2,-2],[2,-2],[1,-4],[2,-4],[1,-5],[1,-3],[20,-34],[7,-10],[5,-9],[1,-3],[2,-10]],[[5281,3547],[-3,-1],[0,-1],[-23,-16],[-19,-12],[-12,-6],[-41,-22],[-4,-2]],[[7836,6873],[-3,-5],[-1,0],[-1,0],[-4,2],[-5,1],[-1,0],[-3,-1],[-2,-1]],[[6690,6799],[-1,-3],[0,-1],[-19,-37],[-36,-35],[-20,-10],[-9,-5],[-11,-4],[-11,-5],[-14,-7],[-5,-3],[-3,-3],[-4,-6],[-6,-8],[-1,-1]],[[7433,5232],[1,-2],[1,-4],[0,-4],[-1,-2],[-1,-2],[33,4],[19,12],[4,3],[11,10],[2,1],[4,2],[3,1]],[[7556,5182],[0,-14],[-3,-13],[-4,2],[-3,1],[-10,1],[-10,0],[-2,-2],[-2,-7],[-1,-3],[1,-1],[5,-4],[2,-1],[4,-2],[-1,-1],[-6,-3]],[[7452,5108],[-17,22],[-11,13],[-1,2],[-11,13],[-13,8],[-9,3]],[[697,551],[-8,34],[-21,29],[-10,10],[-3,14],[-2,8],[5,18],[9,17],[0,2],[1,4],[1,5],[1,8],[-1,14],[-20,27],[-11,9],[-19,18],[-15,15]],[[686,836],[5,4],[6,4],[14,2],[27,-16],[24,-14],[4,-3],[5,-3],[7,-6],[10,-11],[7,-11],[1,-3],[-6,-15],[-1,-15],[0,-11],[-3,-11],[-13,-14],[-20,-17],[8,-31],[13,-25],[9,-21],[7,-13],[-1,-19],[-5,-17],[-8,-24],[-2,-1],[-3,-3]],[[3112,1565],[0,-1],[1,-8],[-2,-8],[-4,-12],[0,-1],[3,-10],[5,-19],[9,-19],[2,-3]],[[3092,1438],[-1,1],[-13,4],[-8,-4],[-32,-17],[-20,-11],[-5,-3],[-1,0]],[[2894,1407],[-2,1],[-21,8],[-22,15],[-22,18],[-2,6],[-3,5],[-3,6],[-8,10]],[[6076,4002],[7,-3],[2,0],[2,-1],[58,-19],[13,-4],[0,-1],[-13,-7],[-31,-17],[-3,-3],[-12,-13],[-7,-6],[-14,-14],[-9,-8],[-18,-16],[-28,-23],[-27,-22],[-2,-1],[-1,0],[-14,-12],[-31,-26],[0,-1],[20,-20],[16,-16],[7,-7]],[[5991,3762],[-2,-2],[-14,-14],[-11,-12],[-10,-14],[-11,-12],[-10,-11],[-20,-20],[-6,-6],[-1,-1]],[[5877,6292],[-1,4],[-1,6],[-2,25],[2,11],[12,18],[2,4],[0,1]],[[7778,4971],[1,-3],[0,-8],[-2,-6],[-2,-5],[-4,-8],[-1,-1],[-11,-20],[-3,-5],[-2,-2],[-3,-3],[-41,-34],[-2,-2]],[[7708,4874],[-1,3],[-3,13],[-5,21],[-3,20],[-11,25],[-7,14],[0,1]],[[6667,4451],[-5,5],[-26,26],[6,9],[8,10],[16,10],[14,11],[8,10],[8,10],[3,3],[4,1],[3,1],[15,2],[19,-1],[2,-1],[16,0]],[[7108,8061],[-4,-1],[-26,-1],[-23,1],[-11,-2],[-7,-1],[-5,-21],[-1,-16],[1,-6],[0,-1],[1,-1],[1,0],[4,-2],[2,0],[1,0],[1,0],[10,2],[8,3],[2,0],[1,-1],[1,-2],[2,-4],[0,-3],[-5,-3],[-2,-2],[-4,-1],[-12,-1],[-16,0],[-1,0],[-1,-1],[-1,-1],[0,-3],[0,-5],[0,-3],[1,-3],[1,-2],[4,-1],[21,-4],[21,-16],[0,-7],[1,-6],[0,-10],[0,-2],[0,-2]],[[7055,7854],[-3,-3],[-4,-1],[-7,-2],[-6,-1],[-4,-1],[-6,-3],[-1,-1],[-12,-14],[-3,-4],[-3,-5],[-1,-2],[-3,-10],[0,-2]],[[4944,4600],[0,-2],[14,-28],[2,-2]],[[4928,4515],[-1,0]],[[4927,4515],[-8,3],[-14,10],[-10,10],[-10,14],[-1,8],[0,3],[-2,5],[-4,6],[-4,0],[-1,0]],[[4873,4574],[0,1],[-2,3],[-3,3],[-5,10],[-3,12],[-3,17],[2,8],[1,8],[1,5],[1,15],[0,2],[-1,10],[-3,10],[-1,3],[0,3],[2,8],[2,4],[3,4],[4,6]],[[4365,5485],[2,2],[0,1],[2,8],[-1,2],[-6,21],[-1,2],[-1,2],[-7,10],[-9,9],[-2,2],[-1,2],[-1,2],[-1,2],[0,1],[-1,4],[1,5],[2,4],[2,3],[2,2],[3,4],[3,2],[3,1],[6,3],[7,3],[8,3],[5,25],[-10,25],[3,29],[1,5],[2,5],[2,2],[5,4],[5,3],[2,1],[15,-2],[23,-2],[2,0],[2,0],[9,2],[19,2],[20,-7],[6,-2],[41,-16],[20,-11],[4,-5],[14,-14],[3,-3],[3,-2],[4,-3],[3,-2],[15,-5],[11,-2],[15,-2],[11,-2],[25,-6],[3,0],[3,0]],[[4655,5589],[-1,-1],[-1,-2],[-3,-1],[-1,0],[-16,-7],[-18,-9],[-13,-7],[-18,5],[-2,1],[-1,0],[-7,-3],[-3,-2],[-5,-4],[-1,-1],[9,-15],[4,-4],[7,-20],[-9,-22],[0,-4]],[[9182,5975],[1,-1],[0,-2],[1,-3],[0,-3],[-3,-7],[-3,-5],[-2,-6],[1,-6],[5,-31],[1,-20],[0,-13],[-1,-1],[-10,-5],[-3,-1],[-23,-13],[-19,-17],[-4,-13],[1,-19],[-12,-1],[-28,10],[-5,-30]],[[7486,5675],[-1,-3],[-24,-19],[-27,-14],[-14,-10],[-10,-5],[-15,3],[-22,7],[-1,0]],[[7372,5634],[2,4],[22,38],[5,18],[-4,3],[-7,7],[-3,2]],[[6262,5849],[12,-6],[12,-13],[12,-13],[2,-3],[1,-1],[2,-6],[4,-8],[8,-21],[4,-11],[2,-7],[1,-5],[0,-2],[-7,-37],[-1,-2],[-5,0]],[[6215,5683],[-2,5],[-18,31],[-32,17],[-24,16],[-23,11],[-2,1]],[[6114,5764],[1,3],[2,4],[1,1],[6,5],[4,2],[29,14],[24,12],[47,26],[31,18],[3,0]],[[1800,801],[-1,3],[1,2],[1,2],[2,5],[3,7],[1,3],[0,2]],[[4615,610],[0,-1],[0,-9],[0,-4],[-2,-3],[-2,0],[-5,-10],[0,-10],[9,-15],[15,-2],[25,-4],[25,-7],[4,-17],[-1,-4],[0,-2],[3,-6],[2,-2],[11,-9],[8,-6],[3,-3],[0,-1],[0,-1],[-6,-9],[-9,-5],[-1,-1],[0,-2]],[[4576,394],[-29,-11],[-15,-9],[-10,-11],[-5,-11],[-1,-2],[-2,-1],[-11,-5],[-6,0],[-24,1],[-12,2],[-11,7],[-7,6],[-26,24],[-12,17],[-15,14],[-9,4],[-11,9],[-13,16],[-14,16],[-6,15],[-14,32],[-6,20],[-1,2],[0,3]],[[3462,3122],[-2,2],[-10,6],[-2,2],[-9,4],[-7,5],[-7,5],[-4,4],[-1,1],[0,1],[-4,16],[3,7],[8,8],[19,23],[7,11],[8,10],[15,3],[21,4],[9,1],[1,2]],[[7630,4804],[8,6],[26,17],[25,13],[2,1],[2,2],[9,15],[5,13],[0,3],[1,0]],[[5999,7667],[1,0],[14,1],[6,-2],[14,-11],[-1,-25],[9,-29],[7,-14],[4,-7],[11,-5],[22,-8],[1,-1],[1,-2]],[[6088,7564],[-4,-7],[-8,-20],[-2,-15],[0,-11],[1,-14],[1,-3],[9,-11],[1,-1],[24,-21],[13,-15],[24,-26]],[[6147,7420],[3,-6],[1,-2],[4,-9],[5,-10],[0,-7],[-3,-11],[-1,-1],[-3,-1],[-1,0],[-9,3],[-18,8],[-6,5],[-5,4],[-4,3],[-18,7],[-18,1],[-15,1],[-15,3],[-31,9],[-19,-3],[-15,-7],[-16,-5],[-22,2],[-3,0]],[[5057,4579],[3,2],[5,5],[1,1],[8,17],[5,12],[6,14],[10,21],[14,23],[11,11],[10,13],[6,19],[9,13],[1,0]],[[617,3877],[-1,0],[-7,-1],[-13,9],[-6,6],[-2,2],[-2,3],[-4,6],[-4,6],[-4,5],[-2,1],[-4,3],[-1,1]],[[2030,1004],[3,-1],[5,-1],[6,0],[51,21],[3,1],[46,8],[23,6],[9,0],[10,0]],[[150,3582],[-10,-17],[5,-10],[5,-13],[6,-15],[24,-10],[7,-2],[13,-2],[5,0],[9,-1],[10,-1],[2,-2],[5,-3]],[[231,3506],[-1,-1],[-5,-12],[-4,-20],[-1,-3]],[[110,3400],[-32,28],[-24,24],[-20,22],[2,27],[6,12],[-1,14],[-3,11],[-7,13],[-15,18],[-15,18],[-1,0],[2,2],[31,25],[6,4],[3,0]],[[3044,766],[-1,1],[-8,15],[-10,17],[-2,1],[-14,4],[-6,1],[-2,0],[-6,-1],[-40,3],[-17,-9],[-12,-12],[-12,3],[-24,7],[-12,10]],[[2951,993],[3,0],[6,-4],[7,-7],[16,-14],[13,-4],[14,0],[18,12],[34,7],[8,0],[7,-11],[2,-3],[9,-24],[10,-31],[1,-3],[1,-2],[2,-2],[4,-3],[5,-2],[2,0],[24,-4],[10,-1]],[[3147,897],[0,-1],[0,-1],[0,-1],[-26,-5],[-19,-4],[-18,-7],[-23,-11],[-5,-4],[-4,-6],[-2,-3],[-1,-3],[2,-6],[9,-33],[5,-27],[0,-4],[0,-1],[-2,-2],[-7,-8],[-11,-5],[-1,1]],[[913,2274],[-1,0],[-20,5],[-12,2],[-42,12],[-10,3],[-16,4],[-9,2],[-26,6],[-14,3],[0,1],[5,26],[3,21],[12,6],[16,6],[20,4],[2,9],[-1,2],[2,-1],[34,9],[30,-1],[15,-1],[12,-4],[12,-13],[13,-10],[2,-2]],[[7158,5219],[5,-2],[1,-1],[16,-18],[5,-9],[6,-12],[-2,-7],[-7,-2],[-8,-10],[-2,-14],[7,-30],[2,-5],[2,-7],[1,-1]],[[7097,5067],[-1,0],[-1,1],[-9,6],[-20,13],[-19,5],[-4,1]],[[2706,3140],[0,-2],[-5,-12],[-12,-4],[-18,3],[-14,10],[-18,8],[-28,7],[-1,0],[-2,-6],[-4,-8],[-1,-5],[-3,-7],[0,-1],[-30,7]],[[2570,3130],[1,1],[0,13],[0,32],[4,49],[1,7]],[[2652,3288],[2,0],[6,-1]],[[1340,3036],[7,-2],[17,1],[17,4],[14,-1],[16,-1],[34,-8],[0,-1]],[[5483,8452],[-3,-2],[-5,-5],[-19,-22],[-7,-9],[-30,-32],[-16,-23],[-7,-21],[13,-18],[7,-19],[-29,-23],[-12,-10],[-10,-8],[-13,-19],[-2,-5]],[[6231,4100],[8,4],[13,8],[39,24]],[[6492,4105],[0,-4],[1,-21],[-6,-31],[-24,-2],[-42,-16],[-33,-17],[-32,-1],[-29,1],[-1,1],[-1,1],[-3,2],[-1,1],[-3,1],[-8,0],[-8,-2],[-2,-1],[-7,-3],[-1,0],[-30,-16],[-14,-9],[-6,-3],[-14,-10],[-10,-8],[-10,-7],[-21,-16],[-24,-20],[-4,-4],[-32,-28],[-15,-13],[-7,-6],[-13,-13],[-26,-24],[-5,-6],[-25,-24],[-28,-28],[-9,-10],[-4,-3],[-4,-4]],[[7109,6182],[4,1],[4,2],[7,4],[12,14],[6,16],[9,12],[11,6],[29,-19],[31,-16],[10,2],[5,9],[31,10],[3,1],[1,0],[2,0],[2,-2],[2,-1],[2,0]],[[7205,5948],[-1,-3],[-22,-29],[-2,-3]],[[4424,9424],[-1,1],[-11,20],[-5,12],[0,4],[1,6],[1,4],[6,1],[12,-5],[17,-8],[4,-1],[2,-1],[9,0],[10,0],[2,1],[5,0]],[[6396,7531],[-3,2],[-23,9],[-21,7],[-28,-5],[-42,-3],[-2,0],[-12,2],[-7,4],[-21,13],[-17,14],[-2,5],[-2,7],[-4,8],[-1,2],[-1,1],[-15,5],[-2,0],[-2,-1],[-44,-19],[-43,-15],[-9,0],[-2,-1],[-3,-1],[-2,-1]],[[2475,2643],[2,2],[10,12],[1,1],[4,37],[0,7],[-10,8],[-7,7],[-2,1],[-17,6],[-16,2],[-3,0],[-14,3],[-14,14],[-4,7],[3,5]],[[2460,2909],[9,1],[32,-9],[19,-10],[3,-3]],[[5932,8964],[-2,3],[-4,6],[-2,3],[0,2],[-1,1],[-1,7],[0,3],[0,10],[1,3],[3,5],[2,4],[2,2],[4,6],[5,7],[4,10],[2,19],[0,4],[-1,5],[0,3],[-2,4],[-6,12],[-4,7],[-13,36],[-3,3],[-1,1],[-2,1],[-1,0],[-13,-4],[-5,-2],[-6,-2],[-6,-4],[-28,22],[-17,15]],[[7967,5931],[-1,0],[-23,4],[-34,3],[-35,4],[-16,7],[-48,20],[-1,0]],[[7373,7762],[-9,-4],[-22,-6],[-32,-6],[-8,5],[-8,9],[-26,5],[-2,0]],[[4138,8766],[-6,0],[-3,2],[-1,2],[0,2],[1,2],[8,15],[10,22],[20,25],[4,4],[9,17],[4,10],[4,10],[1,4],[0,3],[12,36],[8,20],[9,18],[9,24],[1,9],[4,10],[3,5],[6,2],[22,7],[19,-1],[3,-1],[15,-2],[6,0]],[[4306,9011],[5,-1],[6,0],[7,-3],[28,-3],[22,7],[2,3],[4,6],[2,6],[6,9],[13,0],[4,-13],[3,-9],[4,-15],[-1,-11],[3,-4],[4,-2],[6,0],[18,23],[1,1]],[[4463,8993],[-2,-1],[-24,-26],[-8,-30],[-2,-12],[0,-4],[-1,-8],[2,-8],[-2,-8],[0,-3],[-2,-3],[-3,-2],[-10,-4],[-13,3],[-19,3],[-29,2],[-22,2],[-25,-13],[-7,-11],[-10,-16],[-2,-1],[-19,-10],[-29,-18],[-11,-12],[-16,-6],[-8,0],[-2,1],[-1,1],[-11,5],[-14,-1],[-24,-27],[-11,-20]],[[6844,4996],[-2,2],[-5,5],[-10,13],[-10,20],[-8,19],[-1,0]],[[2802,3507],[32,5],[1,0],[1,-10],[0,-1],[-6,-19],[-6,-19],[-3,-9],[-4,-11],[-2,-6],[-2,-7],[-2,-6],[-8,-30]],[[2803,3394],[0,0]],[[2078,3402],[-3,3],[-2,1],[-3,6],[-2,3],[0,5],[5,10],[4,10],[1,3],[2,8],[0,5],[1,13],[1,15],[-1,5],[-1,9],[0,9],[-1,7],[0,2]],[[1099,1241],[1,3],[2,6],[1,1],[9,13],[24,-2],[34,2],[35,4],[23,3],[11,0],[14,0],[16,-7],[22,3],[14,1],[15,3],[15,6],[6,3],[6,4],[21,0],[20,-5],[24,-12],[11,-6],[21,-5],[4,-1],[4,0],[4,1],[9,3],[1,1],[26,2],[4,0]],[[5129,9400],[11,-5],[11,-6],[1,-3],[2,-5],[4,-6],[9,-13],[6,-2],[4,-2],[7,-1],[8,-3],[7,-5],[5,-5],[1,-2],[0,-10],[0,-12]],[[5082,9490],[2,1],[1,0],[0,-2],[5,-20],[1,-4],[0,-3],[-13,-6],[-8,-4],[-3,-2],[-1,-4],[0,-1],[0,-4],[5,-3],[6,1],[11,-5],[9,-11],[2,-13],[3,-9],[6,-6],[6,0],[13,4],[1,0],[1,1]],[[4475,3712],[0,-1],[-1,-2],[3,-2],[5,-2],[13,-3],[34,-9]],[[1703,2321],[1,2],[13,22],[14,17],[19,18],[4,3],[1,0]],[[1755,2383],[3,-1],[17,-4],[6,8],[1,2],[2,7],[1,8],[2,11],[2,9],[1,3],[1,0],[8,1],[4,0],[7,-1],[-2,-5]],[[935,2653],[0,1],[-1,7],[0,1],[-1,1],[-15,19],[-2,2],[-1,0],[-13,9],[0,2],[0,6],[2,-1]],[[904,2700],[2,0],[15,5],[0,1],[-1,4],[0,8],[0,7],[1,1],[10,15],[5,10],[-3,9],[0,3]],[[1080,1818],[0,3],[2,5],[3,5],[3,4],[4,5],[1,3]],[[8963,6638],[1,1],[4,7],[3,4],[3,5],[2,3],[1,3],[1,2],[1,7],[1,15],[6,46],[-1,7]],[[4306,9011],[1,8],[-4,17],[-3,7],[-5,14],[-14,6],[-8,14],[1,2],[2,1],[1,1],[2,4],[1,7],[1,19],[-2,12],[0,7],[2,11],[14,21],[19,15],[1,1],[1,1]],[[3956,3416],[-1,-3],[-1,-2],[-2,-2],[-2,-1],[-23,-8],[-2,-1],[-2,0],[-10,3],[-2,5],[0,3],[0,5],[-1,4],[-1,4],[-1,0],[-1,1],[-11,0]],[[7164,4747],[-7,-2],[-2,-1],[-17,-2],[9,-21],[1,-2],[7,-8],[10,-17],[1,-17],[10,-18],[13,-19],[3,-1],[7,-3],[2,-11],[0,-1],[-21,-21],[-21,-19],[-10,-9],[0,-1]],[[5349,5569],[1,-2],[1,-1],[6,-3],[3,-2],[12,-6],[0,-6],[0,-9],[1,-20],[-6,-14],[-5,-2],[0,-1],[-4,-4],[-2,-3],[-1,-2],[-4,-10],[-10,-21],[3,-11],[-8,-38],[-3,-6],[1,-2]],[[550,959],[0,3],[-2,6],[-1,6],[0,5],[0,6],[1,5],[2,2],[8,0],[11,0],[4,-1],[8,0],[5,1],[6,1],[3,2],[5,5],[8,10],[4,10],[8,18],[-2,3],[8,22],[10,22],[5,-5],[3,-5],[3,-3],[5,-6],[6,-5],[14,-4],[5,-1],[5,1],[22,6],[14,0],[10,-9],[23,-6],[19,8],[4,2],[2,1],[2,4],[0,2],[0,3],[-1,3],[10,11],[5,5],[11,9],[25,-3],[16,-5],[2,0],[9,0],[12,2],[1,1],[3,3],[8,9],[3,3]],[[990,817],[-4,0],[-13,-3],[-5,-3],[-7,-6],[-6,-8],[-11,-7],[-11,-4],[-22,-7],[-32,-10],[-1,-1],[-2,-2],[-13,-13],[0,-1],[-9,-45],[0,-4]],[[854,703],[-1,-3],[-9,-31],[8,-18],[9,-14],[23,-7],[4,-2],[0,-1]],[[888,627],[-6,0],[-3,-12],[-1,-6],[-5,-16],[-20,-15],[-28,-34],[-1,-3],[-3,-5],[-1,0]],[[6213,6486],[1,-2],[1,-3],[2,-3],[12,-22],[13,-27],[1,-2],[1,-3],[0,-3],[-2,-7],[-1,-3],[-1,-4],[-2,-3],[-2,-3],[-2,-1],[-13,-32],[4,-29],[0,-2]],[[1382,3628],[-4,0],[-7,5],[-5,6],[-6,9],[-18,31],[-11,10],[-1,2]],[[9720,6644],[8,0],[4,-1],[7,-4],[26,-12],[26,-7],[11,-4],[6,-5],[3,-3],[2,-7],[0,-4],[-1,-5],[-2,-12],[-1,-8],[2,-6],[2,-4],[3,-3],[10,-8],[3,-3],[3,-1],[5,-4],[4,-2],[6,-5],[17,-12],[11,-10],[1,-1]],[[4768,3957],[-1,-1],[-2,-1],[-1,-3],[2,-2],[2,-4],[1,-4],[0,-2],[0,-9],[-7,-5],[-5,-3],[-9,-3]],[[4701,3998],[1,0],[1,4],[0,2],[0,7],[5,6],[1,1],[3,2],[2,0]],[[3866,3405],[-6,-11],[-3,-4],[-1,-2],[-1,-1],[-9,-3],[-3,-2],[-1,-2],[0,-1],[-1,-3]],[[2593,1585],[4,-1],[47,-6],[5,1],[19,4],[31,6],[7,0],[4,-1],[4,-1],[2,-1]],[[2439,697],[-1,-1],[-34,-9],[-7,-1],[-6,0],[-19,0],[-4,0],[-8,2],[-8,3],[-16,21],[-7,12],[-31,28],[-15,3],[-11,6],[-14,8],[-13,10],[-19,4],[-3,1],[-25,-3],[-1,-3],[-2,-3],[-2,-2],[-6,-3]],[[6079,5756],[4,-13],[-20,-4],[-13,1],[-6,0],[-1,-1],[-13,-5],[-11,-4],[-5,-8],[0,-1],[-1,0],[-1,0]],[[5837,5879],[19,8],[26,22],[7,9],[21,25],[7,9],[3,3],[23,19],[9,7]],[[6085,5917],[-1,-2],[-4,-7],[2,-5],[1,-6],[-1,-8],[-2,-3],[-3,-3],[-2,-2],[-3,-1],[-3,-1],[-6,-1],[-4,-1],[-4,-1],[-2,-1],[-3,-2],[-12,-12],[-5,-4],[-9,-12],[-8,-13],[-4,-7],[-10,-22],[10,-10],[14,-13],[1,-1],[2,-1],[15,-5],[19,-5],[6,-2],[8,-3],[1,0],[1,-7]],[[1650,1401],[0,-2],[-1,-4],[-6,-21],[-26,-19],[-9,-5],[-6,-2],[-2,-1],[-13,-36],[-3,-32],[-3,-33],[-1,-4]],[[2850,643],[5,4],[3,1],[8,1],[8,4],[13,6],[6,6],[5,9],[13,13],[18,7],[1,0],[18,14],[1,4],[0,2],[-3,7],[0,4],[9,15],[1,1],[2,1],[5,1],[3,0],[8,-1],[3,-1],[9,-1],[8,-3],[11,-4],[12,-7],[1,-1],[1,-9],[2,-9],[3,-11],[1,-2]],[[6290,6110],[0,3],[4,17],[1,7],[-2,16],[-1,1]],[[6292,6154],[0,1],[7,18],[4,10],[6,6],[13,7],[12,20],[11,25],[-1,1],[-1,1],[-1,2],[-4,7],[0,1],[8,16],[2,2]],[[6348,6271],[5,-1],[8,1],[3,0],[11,0],[19,-4],[0,-10],[0,-32],[0,-13],[-2,-12],[-8,-8],[-1,-1],[0,-2],[-1,-2],[2,-15],[2,-10],[3,-3],[1,-1],[0,-1]],[[6390,6157],[-1,-2],[-1,-2],[0,-1],[-16,-13],[-10,-8],[-1,0],[-5,3],[-14,-5],[-6,-14],[0,-1],[0,-1],[1,-1],[3,-1],[5,-3],[10,-8],[3,-9],[1,-1],[0,-3]],[[6359,6087],[-2,0],[-7,-2],[-3,0],[-2,1],[-1,1],[-2,1],[-1,1],[-1,0]],[[4965,5603],[-3,-1],[-1,-1],[-1,-1],[0,-5],[0,-3],[-2,-24],[-2,-4]],[[4889,5618],[1,2],[13,17],[5,5],[3,3],[7,4],[12,4],[1,0],[1,0],[5,1],[4,0],[4,2],[23,6],[4,1]],[[7372,5634],[-3,-2],[-14,-11],[-5,-5]],[[1318,243],[0,-3],[5,-40],[-5,-4],[-8,-3],[-16,-6],[-6,0],[-17,-7],[-15,-6],[-12,-6],[-3,-1],[-7,-2]],[[1061,308],[1,2],[0,3],[-2,9],[-3,13],[-2,8],[-4,9],[-12,37],[-21,31],[-1,0],[-1,0],[-1,1],[-4,4],[-3,5],[0,1],[0,1]],[[1008,432],[2,0],[3,0],[10,6],[2,2],[0,2],[3,5],[6,7],[8,6],[8,3],[17,-3],[3,-2],[1,-1],[5,-5],[2,-3],[18,-28],[32,-21],[15,-8],[18,-7],[21,-8],[2,-1],[1,-1]],[[5058,8510],[-2,-1],[3,-10],[2,-12],[-1,-12],[-23,-14],[-13,-10],[-9,-5],[-26,-5],[-2,1]],[[4895,8493],[0,2],[1,22],[2,20],[3,14],[2,15],[-11,16],[-1,1],[0,2],[1,1]],[[2244,2506],[-1,0],[-13,-1],[-12,-3],[-8,-4],[-46,-5],[-29,-2],[-2,-1]],[[735,475],[-2,0],[-10,-4],[-14,-10],[-16,-12],[-1,-1],[-13,-2],[-3,0],[-5,2],[-23,6],[-19,6],[-3,1]],[[4730,5081],[1,-3],[5,-31],[1,-8],[4,-7],[14,-16],[20,-4],[1,0]],[[4954,5520],[3,-1],[14,-14],[9,-10],[8,-10],[12,-17],[19,-21],[6,-6],[3,-3],[5,-3],[2,-2],[21,-8],[49,-25],[42,-26],[4,-2]],[[4984,5293],[-1,3],[-5,22],[-5,19],[-1,6],[-8,16]],[[4964,5359],[1,8],[0,3],[-2,5],[-3,5],[-2,4],[-1,1],[-8,11],[-13,37],[0,4],[0,1]],[[7187,6561],[2,0],[6,1],[1,1],[1,0],[25,32],[15,12],[1,3]],[[7341,6562],[-8,-14],[-12,-29],[-1,-3],[-1,-3],[0,-3],[0,-5],[0,-2],[1,-2],[15,-5],[3,0],[5,-1],[12,-1],[9,-1],[5,0],[-2,-15],[0,-7]],[[7637,5032],[-2,3],[-24,18],[-10,-2]],[[8700,7414],[0,1],[0,1],[2,4],[2,2],[1,0],[13,17],[20,28],[1,2]],[[9053,7262],[-1,0],[-2,-2],[-1,-1],[-24,-6],[-28,4],[-13,1],[-44,4]],[[3044,766],[-2,-2],[-4,-10],[0,-3],[2,-4],[6,-6],[6,-3],[3,-2],[1,-1],[0,-1],[-2,-1]],[[6558,9344],[1,0],[15,3],[22,-10],[10,-5],[12,-7],[14,-10],[13,-10],[21,-15],[4,-4],[11,-13],[0,-1],[0,-15],[0,-23],[0,-1],[0,-2],[2,-1],[3,-4],[4,-4],[3,-1]],[[6693,9221],[-6,-6],[-7,-4],[-15,-5],[-38,-9],[-12,-2],[-14,7],[-4,2],[-13,7],[-12,6],[-1,0]],[[7795,5884],[1,2],[0,5],[0,7],[4,26],[1,6]],[[7801,5930],[1,3],[1,2],[3,6],[5,25],[-2,3]],[[2931,1607],[1,3],[0,1],[1,0],[3,0],[1,13],[-2,13],[-7,16],[-2,9],[1,9],[1,10],[0,9],[-4,12],[17,14],[21,8],[20,11],[2,1]],[[4628,4093],[-2,-1],[-18,-4],[-12,-1],[-7,-5],[-4,-3],[-1,-5],[0,-3],[2,-10],[1,-3],[2,-6],[5,-17],[2,-5],[0,-2],[7,-10],[1,-2],[3,-1],[8,-3],[2,0],[8,3],[3,1],[14,12],[7,9],[11,8],[4,1],[2,-1],[7,-14],[-3,-3]],[[9288,5310],[0,-7],[1,-16],[1,-6],[2,-10],[4,-13],[2,-6],[4,-9],[6,-8],[6,-7],[6,-6],[5,-8],[3,-5],[5,-8],[3,-9],[4,-11],[1,-7],[-1,-6],[-9,-4],[-2,2],[-5,3],[-8,3],[-4,2],[-3,0],[-3,0],[-2,0],[-3,0],[-7,-2],[-9,-4],[-3,-1],[-3,-1],[-8,-3],[-5,0],[-7,0],[-14,2],[-9,1],[-5,2],[-6,3],[-7,5],[-7,7],[-6,7],[-1,3],[-6,5],[-1,1],[-2,2],[-5,2],[-5,2],[-8,2],[-12,0],[-15,1],[-14,0],[-9,2],[-8,1],[-8,3],[-9,4],[-7,4],[-9,6],[-8,5],[-4,2],[-8,3],[-5,2],[-5,1],[-5,0],[-5,-1],[-7,-3],[-4,-2],[-3,-3],[-2,-2],[-6,-6],[-4,-2],[-3,-2],[-5,0],[-27,0],[-38,-1],[-14,-1],[-10,-2],[-16,-4],[-12,-5],[-3,-2]],[[8892,5205],[-5,5],[-11,5],[-4,2],[-13,6],[-19,10],[-6,3],[-11,6],[-3,1]],[[8820,5243],[5,16],[5,23],[1,3],[27,53],[5,4],[3,2],[6,-3],[1,-2],[26,-25],[40,-5],[42,2],[32,3],[8,2],[14,9],[1,1]],[[1347,4029],[2,0],[0,1],[2,3],[1,1],[2,1],[4,1],[26,10],[38,15],[1,1],[1,0],[2,1],[1,-2],[2,-1],[2,-1],[2,0],[8,3],[8,3],[4,3],[20,14],[24,17],[12,8],[34,4],[1,0],[4,-3],[7,-12],[5,-9],[4,-9],[5,-11],[11,-19],[13,-18],[5,-6],[17,-10],[31,-17],[25,-8],[11,-6],[3,-2]],[[7169,7142],[1,-1],[11,-5],[6,-3],[7,-1],[8,-1],[5,1],[9,1],[8,-7],[15,-18],[2,-3],[0,-1]],[[7558,5766],[6,-2],[1,-1],[1,-1],[0,-5],[0,-5],[0,-5],[-1,-2],[-1,-3],[-4,-43],[3,-4],[1,-3],[0,-1],[-1,-15],[0,-5]],[[6175,4371],[1,-1],[5,-6],[25,-32],[6,-10],[2,-3],[15,-20],[5,-6],[2,-2],[5,-2],[8,-2],[6,-2]],[[8913,6217],[-4,2],[-6,2],[-7,1],[-12,0],[-11,0],[-25,23],[-19,19],[-1,1]],[[2370,1749],[-13,-1],[-30,2],[-13,1],[-1,0]],[[2074,1777],[-4,0],[-20,2],[-9,10],[1,21],[0,12],[-4,25],[-1,3],[-7,7],[-2,2],[-3,1],[-5,0],[-15,2],[-10,2],[1,2],[4,14],[14,25],[1,1]],[[1975,2988],[2,2],[9,12],[9,13],[1,5],[0,1]],[[7902,6618],[-1,2],[-1,3],[0,1],[-3,1],[-2,0],[-12,-4],[-2,-1],[-6,-6],[-5,-5],[-1,-1]],[[7869,6608],[-4,1],[-4,4],[-3,3],[-2,4],[-3,4],[0,1],[0,1],[-3,13],[-8,13],[-2,1],[-3,1]],[[7879,6707],[1,0],[19,4],[16,3],[5,1],[13,2],[18,1]],[[6608,8304],[1,-5],[3,-8],[3,-4],[3,-5],[8,-8],[4,-4],[12,-8],[12,-7],[7,-4],[12,-7],[14,-7],[18,-8],[2,-2],[2,-1]],[[6696,7904],[0,2],[-1,3],[0,5],[-1,7],[0,1],[0,5],[0,3],[-1,4],[0,1],[0,23],[1,3],[1,3],[0,8],[-2,6],[-1,3],[-1,5],[-1,3],[0,3],[-1,4],[0,8],[0,5],[1,0],[4,16],[0,1],[-7,4],[-6,2],[-1,1],[0,2],[1,9],[2,8],[1,5],[-2,5],[-2,3],[-3,4],[0,2],[1,2],[-1,4],[-2,5],[-5,5],[-3,3],[-3,1],[-3,1],[-6,1],[-7,3],[-7,3],[-7,3],[-4,1],[-6,0],[-2,-1],[-2,-2],[-2,-3],[-2,-10],[-5,-9],[-3,-5],[-1,-2],[-2,-3],[-2,-4],[-3,-8],[-1,-5],[0,-14],[0,-6],[-1,-6],[0,-1],[-2,-2],[-1,-2],[0,-3],[-1,-4],[1,-3],[1,-6],[0,-2],[1,-8],[1,-3],[1,-1],[1,-2],[1,-6],[0,-3],[-1,-4],[1,-2],[2,-5],[0,-5],[1,-1],[0,-4],[0,-9],[-1,-3],[0,-3],[-1,-2],[0,-2],[0,-2],[1,-2],[1,-1],[2,-4]],[[2878,1767],[1,-27],[-5,-15],[-6,-10],[-3,1],[-21,2],[-3,0],[-7,0],[-8,0],[-10,-4],[-6,-15]],[[2764,1691],[-11,6],[-5,4],[-13,10],[-23,5],[-51,7],[-7,0],[-35,2],[-7,0]],[[8307,7143],[-8,4],[-14,6],[-21,10],[-37,15],[-18,22],[-8,13],[-5,7],[-9,10],[-2,1],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-1,-3],[-26,-14],[-5,-1]],[[8110,7267],[0,1],[3,15],[1,3],[2,7],[1,4],[8,16],[8,14],[2,6],[0,1]],[[8262,7257],[4,-2],[15,-7],[1,-20],[5,-19],[3,-7],[24,-31],[1,-2]],[[6359,6087],[1,-2],[10,-6],[17,-12],[14,-12],[3,-7],[3,-3],[3,-2],[3,-2],[6,-1]],[[6459,5980],[-3,-1],[-17,0],[-15,2],[-41,-9],[-17,-12],[-30,-17],[-19,-11],[-20,-11],[-8,-3],[-2,-1]],[[6287,5917],[-1,0],[-16,34],[-1,7],[1,6],[1,4],[0,2],[2,4],[1,2],[2,3]],[[5556,9541],[0,-1],[18,-17],[20,-19],[10,-41],[27,-28],[19,-25],[12,-16],[7,-14],[1,-7]],[[6446,6168],[-3,0],[-30,1],[-23,-12]],[[6348,6271],[1,2],[-3,9],[-10,0],[-4,-1],[-8,2],[-4,2],[-4,4],[-1,2],[-1,2],[0,1]],[[6314,6294],[1,2],[2,3],[2,11],[-7,26],[-2,13],[0,1],[1,5],[1,1],[17,20],[1,1],[3,1],[5,1],[24,-2],[27,-5],[7,1],[12,7],[1,1],[21,17],[2,2]],[[1750,749],[0,1],[-1,0],[-16,-3],[-50,-12],[-23,-6],[-32,-10],[-9,-5]],[[59,3634],[0,2],[6,18],[1,1],[2,2],[2,2],[4,2],[4,2],[7,3],[-21,25],[-4,2],[-8,4],[0,1],[3,2],[15,11],[11,6],[6,3],[37,17],[3,0]],[[8746,5381],[3,-10],[2,-6],[2,-6],[8,-25],[1,-18],[1,-9],[1,-10],[1,-5],[14,-22],[1,-2],[3,-3],[13,-10],[4,-3],[19,-9],[1,0]],[[8892,5205],[-1,-1],[-5,-4],[-10,-12],[-3,-5],[-5,-7],[-3,-6],[-4,-14],[-2,-6],[1,-4],[2,-7],[2,-4],[4,-9],[1,-4],[0,-6],[0,-4],[-2,-4],[-1,-3],[-2,-2],[-4,-3],[-6,-3],[-10,-3],[-6,-1],[-12,-1],[-11,-2],[-10,-3],[-7,-2],[-5,-3],[-5,-4],[-4,-6],[-4,-5],[-8,-13],[-8,-18],[-6,-10],[-6,-11],[-8,-18],[-2,-7],[-4,-12],[-1,-8],[-5,-14],[-2,-5],[-4,-6],[-1,-2],[-11,-10],[-2,-2],[-2,-4],[-3,-6],[0,-4],[0,-4],[2,-4],[1,-3],[7,-7],[8,-9],[11,-9],[6,-6],[5,-3],[4,-3],[6,-1],[8,-1],[4,0],[10,1],[12,3],[7,2],[6,3],[8,4],[6,4],[4,2],[6,2],[1,0],[8,0],[3,-1],[6,-3],[5,-4],[4,-4],[3,-3],[3,-4],[1,-3],[2,-4],[1,-3],[-1,-4],[-1,-6],[-2,-4],[-3,-3],[-2,-2],[-4,-2],[-6,-4],[-5,-4],[-3,-3],[-4,-8],[-8,-19],[-3,-6],[-3,-5],[-8,-6],[-9,-7],[-10,-6],[-6,-3],[-4,0],[-6,-2],[-8,0],[-4,0],[-16,4],[-5,2],[-9,2],[-9,1],[-8,0],[-5,-1],[-5,-1],[-7,-4],[-10,-6],[-8,-5],[-28,-18],[-13,-9],[-3,-3],[-1,-2],[0,-2],[1,-1],[3,-1],[3,0],[3,0],[4,2],[5,1],[10,1],[5,0],[2,0],[3,-1],[2,-2],[2,-3],[1,-4],[0,-4],[-1,-5],[-2,-4],[-3,-4],[-3,-4],[-10,-10],[-4,-4],[-9,-5],[-3,-1],[-5,-1],[-6,0],[-5,1],[-12,4],[-13,4],[-18,-5],[0,-4],[-3,-9],[-3,-6],[-3,-3],[-5,-5],[-2,-2],[-3,-2],[-4,-1],[-34,-16],[-5,-2],[-6,-2],[-5,0],[-6,-1],[-8,0],[-7,1],[-11,1]],[[6588,4641],[4,1],[5,-1]],[[6501,4552],[4,3],[32,13],[17,10],[21,28],[13,34],[0,1]],[[8909,7009],[-1,-1],[0,-1],[-1,0],[-3,-3],[-3,1],[-28,5],[-7,2],[-1,0],[-14,8],[-14,7],[-2,0],[-3,0],[-3,-2],[-2,-8],[0,-5],[-1,-10],[-5,-11],[-11,-24],[-11,-21],[-3,-5],[0,-3]],[[8796,6938],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-4,-6],[-1,-1],[-2,-3],[-6,-6],[-3,-4],[-2,-4],[-5,-16],[0,-42],[-3,-3],[0,-3],[0,-6]],[[7727,7360],[-1,-3],[-9,-32],[-4,-8],[-1,-3],[-1,-5],[0,-17],[6,-9],[10,-2],[1,-2],[1,-1]],[[739,1615],[6,11],[4,6],[6,4],[26,13],[19,15],[6,3],[30,12],[35,6],[15,-3],[11,-9],[1,-2],[1,-4],[0,-9],[1,-6],[1,-2],[5,-8],[7,-6],[6,-6],[4,-6],[7,-9],[3,-4],[12,-20],[7,-15],[0,-7],[3,-17],[3,-10],[2,-2]],[[960,1540],[-5,0],[-15,-3],[-3,-1],[-11,0],[-4,1],[-51,6],[-50,1],[-14,9],[-13,11],[-14,18],[-19,11],[-6,3],[-8,2],[-2,1],[-2,1],[1,2],[-2,10],[-3,3]],[[5218,9510],[-3,-1],[-16,-28],[-1,-2],[-1,-2],[-1,-8],[-30,-32],[-4,-2],[-19,-16],[-17,-14],[0,-1],[1,-3],[2,-1]],[[6393,4823],[-2,-1],[-2,-14],[2,-12],[25,-35],[21,-19],[26,-12],[35,-11],[3,-1],[8,-3],[3,-2],[2,-2],[23,-25],[13,-14],[7,-8],[1,-2],[27,-20],[3,-1]],[[3215,912],[-1,0],[-19,-4],[-48,-11]],[[2942,1025],[1,-1],[17,-8],[13,11],[27,7],[1,22],[-1,12],[-10,17],[-2,5],[-3,7],[-4,9],[-2,12],[0,1],[-2,4],[-1,2]],[[3934,3756],[1,-1],[43,-26],[31,-24],[4,-2]],[[3908,3643],[-52,16]],[[718,3236],[3,-2],[30,-18],[34,-19],[7,-2]],[[627,3094],[1,2],[4,15],[-5,19],[-7,11],[-6,13],[-3,11],[0,4],[7,8],[7,5],[8,8],[-3,13],[-17,39],[-2,0]],[[5993,5647],[38,10],[9,3],[1,0],[9,-6],[14,-10],[-4,-8],[-3,-13],[17,-13],[22,1],[6,0],[11,-8]],[[8039,5235],[-2,-1],[-2,-2],[-1,0],[-3,0]],[[995,1827],[1,2],[12,40],[9,15],[5,6],[1,1],[5,12],[2,4],[1,2],[-2,27],[0,6],[0,2],[-3,16],[0,2],[-1,0],[-13,5],[-21,15],[17,24],[10,18],[6,15],[1,2],[0,4],[-2,15],[0,2],[0,4],[-1,5],[-7,20],[0,2]],[[1080,2050],[-1,0],[-4,-4],[4,-3],[7,-4],[-1,-37],[8,-15],[20,-29],[4,-7],[2,-2]],[[6553,5395],[1,0],[25,1],[6,0],[2,2],[2,4],[2,7],[1,2],[2,1],[10,5],[19,7],[16,5],[11,12],[17,35],[-2,18],[-1,13],[0,1],[10,5],[15,1],[10,1],[11,-1],[8,-2],[3,-2],[5,-1],[7,1],[2,5]],[[4964,5359],[-9,-10],[-9,-10],[-28,-16],[-30,-3],[-34,-19],[-15,-24],[-17,-5],[-6,1],[-48,-3],[-1,0],[-2,0],[-28,3],[-28,8],[-2,1],[-2,2],[-4,5]],[[4606,3834],[5,-6],[11,-13],[6,-6],[8,-6],[16,-10],[8,-6],[-1,-4],[0,-2],[-2,-4],[-1,-1]],[[4656,3776],[-2,1],[-2,1],[-38,2],[-1,-11],[1,-2],[0,-1],[0,-4],[0,-3],[-9,-6],[-15,-10],[-14,-9],[-6,0],[-44,1],[-4,1],[-2,1],[-1,0],[-1,-2],[9,-9],[9,-8],[6,-4],[4,-3],[5,-3],[7,-6],[-2,-4]],[[904,2700],[0,1],[-1,4],[-8,10],[-3,2],[-34,12],[-9,3],[-6,-1],[-4,-1],[-6,-1],[0,-4],[1,-1],[3,-6],[1,-1],[-8,0],[-6,1],[-8,5],[-15,10],[-3,2],[-5,6],[1,7],[3,8],[0,9],[0,1],[-2,3],[-2,4],[-1,2],[-1,0],[2,10],[4,8],[2,4],[1,0],[7,-4],[28,-1],[21,1],[2,0]],[[7728,6781],[1,0],[-6,-26],[-1,-2],[-3,-4],[-4,-6],[-28,0],[-30,-8],[-9,-2],[-14,-3],[-2,-18],[2,-4]],[[7869,6608],[-1,-3],[-4,-5],[-4,-20],[5,-9],[15,-18],[2,-2]],[[7882,6551],[-1,-1],[-8,-5],[-4,-2],[-2,-1],[-5,-1]],[[7773,6584],[1,2],[1,10],[4,11],[6,12],[11,20],[2,5],[1,1],[2,2]],[[7917,6505],[1,1],[0,2],[-1,2],[-7,24],[-13,12],[-6,1],[-8,3],[-1,1]],[[6605,5018],[-1,-1],[-12,-14],[-7,-9],[-11,-5],[-18,-7],[-14,-6],[4,-11],[8,-11],[3,-1]],[[6557,4953],[-3,-1],[-16,0],[-25,0],[-14,1],[-11,2],[-31,11],[-2,1],[-3,2],[-1,2],[-1,3],[0,4],[1,4],[0,2],[2,4],[1,1],[8,7],[-4,18],[0,1],[-3,3],[-5,1],[-20,0],[-18,3],[-14,3],[1,7],[8,12],[15,7],[3,13],[3,29],[-2,31],[-5,2]],[[6469,5146],[5,-4],[6,-2],[8,-3],[2,0],[1,0],[1,1],[1,2],[4,3],[3,1],[2,-2],[1,-2],[2,-3],[0,-3],[1,-3],[2,-13],[1,-14],[14,-25],[26,-26],[4,-5],[6,-4],[12,-5],[1,0],[4,1],[8,4],[2,1],[3,3]],[[2148,3904],[4,-1],[7,-1],[10,-2],[4,0],[2,0],[5,2],[32,17],[2,3],[3,4],[2,2]],[[6693,9221],[1,-1],[4,-3],[1,-2],[10,0],[9,9],[8,12],[0,1],[2,1],[3,2],[2,0],[31,12],[14,-1],[9,-8],[13,-4],[1,0],[2,-2],[2,-5],[-1,-10],[-15,-26],[-8,-9],[-12,-8],[-3,-1],[-2,-4],[1,-2]],[[6262,5849],[3,1],[33,12],[-5,28],[-5,26],[-1,1]],[[1337,692],[-1,2],[-3,-1],[-2,-1],[-1,-2],[-3,1]],[[1848,4246],[3,-1],[22,-20],[18,-16],[9,-8]],[[6610,7068],[-3,2],[-6,2],[-10,7],[-11,-5],[-13,-9],[-6,-10],[-9,-14],[-8,-1],[-10,0],[-2,0],[-2,1],[-4,22],[-3,23],[0,9],[-1,4],[-1,3],[-1,3],[-6,5],[-16,10],[-18,9],[-4,16],[-1,3],[-4,10],[-1,1]],[[5349,3574],[-12,-5],[-38,-14],[-17,-8],[-1,0]],[[2591,2862],[1,1],[13,14],[13,13],[2,2],[28,17],[19,19],[3,2]],[[5476,4808],[1,2],[0,2],[0,2],[-1,1],[-6,4],[-28,8],[-15,1],[-14,-6],[-2,-1],[-1,-1]],[[886,449],[2,-1],[26,-3],[35,0],[20,2],[8,2],[2,0]],[[979,449],[3,-2],[5,-1],[3,-1],[3,-2],[12,-7],[3,-3],[0,-1]],[[1021,322],[-1,1],[-2,6],[-37,34],[-42,28],[-19,8],[-24,9],[-6,0],[-14,-1]],[[945,589],[0,1],[-12,14],[-30,20],[-14,3],[-1,0]],[[854,703],[2,0],[16,4],[55,-11],[52,0],[2,0]],[[4895,7028],[-2,1],[-6,0],[-13,0],[-12,-4],[-4,-1],[-25,1],[-10,10],[1,1],[1,0],[1,2],[0,1],[2,0],[29,20],[15,21],[1,1]],[[1161,583],[-2,-4],[-1,-1],[-27,-11],[-29,-8],[-30,-6],[-1,-2]],[[2460,2909],[-1,0],[6,5],[14,8],[20,10],[11,4],[17,9],[15,9],[2,2],[6,5],[19,18],[2,2],[1,3],[1,2],[-1,2],[0,2],[-2,2],[0,1]],[[2570,2993],[4,-1],[24,-8],[12,-11],[1,-3]],[[3301,3309],[1,-1],[16,-33],[2,-1],[1,-1],[9,-11],[10,-16],[5,-20],[-1,-13],[-1,-16],[0,-12],[1,-17],[0,-10],[0,-10],[-15,-1],[-15,-1],[-8,0],[-1,-1]],[[7903,7464],[1,0],[26,-10],[18,-6],[18,-6],[30,-14],[1,-2],[0,-1],[1,-1],[32,-28],[21,-19],[3,-4]],[[8054,7373],[-3,-1],[-2,-2],[-3,-4],[-30,-16],[-21,-11],[-2,0],[-3,1]],[[3406,4847],[13,3],[16,4],[6,2],[5,3],[2,2],[2,1],[24,20],[36,5],[6,-3],[2,0],[15,2],[1,0],[12,11],[6,5],[4,3],[3,3],[22,18],[13,14],[7,5],[10,-2],[16,-3],[13,-5],[1,0]],[[8554,6375],[-1,1],[-42,14],[-41,13],[-4,1],[-11,3],[-1,0]],[[1773,3145],[-2,-1],[-15,-13],[-3,-10],[1,-13],[4,1],[6,1],[6,0],[3,-2],[3,-2],[7,-6]],[[712,3365],[1,0],[-5,-26],[-11,-1],[-18,7],[-35,10],[-2,1]],[[4510,9583],[1,0],[-1,9],[1,16],[4,15],[1,2],[0,1],[0,8],[-1,3],[-2,3],[-8,12],[-1,5],[1,1],[2,2],[5,0],[28,10],[26,13],[-2,12],[12,21],[3,5],[3,2],[1,1],[2,0],[11,0],[26,-1],[3,-1],[2,-1],[5,-2],[1,-2],[0,-3],[-1,-2],[1,-4],[2,-2],[3,-5],[9,-10],[2,-2],[1,-1],[4,0],[1,-1],[4,-2],[1,-1],[21,-29],[1,-3],[1,-2],[8,-16],[18,-21],[11,-5],[5,-3],[9,-8],[10,-11],[4,-8],[0,-1]],[[1755,1934],[0,-3],[0,-4],[2,0],[8,0],[8,0],[6,-7],[4,-9]],[[1783,1911],[-11,-10],[-30,1],[-36,8],[-27,5],[-46,0],[-7,0]],[[8054,7373],[1,-2],[22,-17],[20,-11],[6,-3],[7,-1],[11,-2],[8,-2],[3,-1]],[[1866,3120],[1,1],[1,2],[11,33],[3,4],[12,3],[15,1],[6,-2],[7,-2],[1,0],[2,3],[6,13],[1,3],[1,10],[-3,7],[2,7],[3,1],[1,1]],[[6179,6210],[3,-2],[34,-24],[18,-9],[17,-3],[14,-3],[21,-18],[6,3]],[[4660,3050],[2,-1],[2,-2],[-2,-4],[-3,-3],[-5,-6],[-3,-3],[-3,-4],[-4,-6],[-6,-8],[-3,-3],[-3,-4],[-16,-27],[-12,-34],[-18,-6],[-7,-6],[-3,-3],[-14,-20],[-2,-2],[-26,-40],[-20,-33],[-14,-25],[-18,-26],[-6,-10],[-9,-17],[-10,-19]],[[7483,7683],[1,-1],[0,-2],[4,-19],[0,-5],[-1,-2],[-4,-39],[-25,-30],[-12,-4],[-14,-5],[-3,-2],[0,-2]],[[8101,5236],[1,0],[36,11],[31,14],[6,4]],[[8175,5265],[1,-2],[0,-1]],[[4656,3776],[3,-1],[9,-4],[15,-12],[1,0],[18,-35],[18,-9],[25,-12],[6,-25],[0,-5]],[[2223,2668],[3,0],[37,-6],[19,-7],[51,1],[48,-5],[55,-8],[4,0]],[[2912,1125],[-5,0],[-5,-1],[-6,-1],[-1,-1],[-6,-3],[-5,-2],[-7,-1],[-2,-1]],[[6557,4953],[0,-1],[3,-1],[0,-4],[0,-6],[0,-2],[-2,-4],[0,-1]],[[6558,4934],[-1,0],[-2,-3],[-1,-1],[-2,-6],[-2,-9],[0,-1]],[[893,4112],[3,2],[4,4],[0,1],[1,1],[22,3],[21,-14],[1,-3],[3,-6],[1,-2],[15,-15],[1,-1],[4,2],[3,1],[10,8],[6,5],[29,8],[21,3],[21,23],[2,3],[7,5],[1,0]],[[8796,6938],[11,-5],[2,-1],[8,-7],[2,-1],[3,-4],[2,-3],[38,6],[22,11],[25,11],[22,4],[17,-11],[2,-1]],[[719,3287],[0,1],[6,6],[6,2],[21,3],[15,-3],[20,17],[19,16],[1,1],[2,1],[6,2],[14,3],[12,-4],[5,-2],[7,-4],[0,-5],[5,-4],[2,-2],[3,-1],[7,-2]],[[870,3312],[2,-2],[2,-2],[2,-2],[0,-1],[3,-7],[1,-4],[-6,-9],[-5,-11],[2,-3],[6,-6],[2,-2],[6,-1],[6,0],[24,-18],[14,-27],[-2,-17],[1,-2]],[[3103,2127],[1,1],[2,3],[27,28],[22,24],[1,1]],[[4873,4574],[-2,-1],[-39,-2],[-32,-10],[-17,-7],[-16,12],[-1,0]],[[4766,4566],[0,1],[-3,5],[-4,5],[-1,1],[-1,1],[-16,9],[-9,7],[-13,14],[0,1],[1,4],[0,2],[0,1],[-3,10],[-2,8],[-14,22],[-3,6],[-7,9],[-8,6],[-4,3],[-1,0],[-19,-3],[-13,-5],[-2,-3],[-2,-3],[-3,-2],[-8,1],[-10,2],[-1,0]],[[4620,4668],[-4,0],[-2,0],[-5,1],[-2,1],[-1,1],[-2,2],[0,1],[0,2],[0,3],[1,1]],[[4325,1909],[-1,-4],[-2,-16],[-1,-20],[-2,-18],[-3,-32],[-3,-29],[-2,-28],[0,-40],[-2,-32],[0,-3]],[[1442,2592],[0,1],[8,11],[15,15],[20,13],[0,1]],[[833,3951],[0,1],[4,2],[6,-2],[3,0],[11,-4],[13,-1],[8,0],[9,1],[2,0],[4,2]],[[2297,4115],[-2,3],[2,18],[6,1],[8,3],[5,1],[20,8],[6,3],[5,4],[9,9],[0,1],[2,3],[1,1],[22,5],[20,-4],[24,-5],[36,0],[31,8],[5,1]],[[2497,4175],[0,-5],[0,-2],[1,-3],[-2,-27],[-7,-20],[-6,-26],[-12,-16],[-8,-16],[-1,-1],[4,-9],[1,-2],[3,-4],[2,-2],[4,-3],[5,-3],[7,-4],[3,-2],[2,-2]],[[6628,4830],[2,-1],[1,-2],[33,-22],[5,-3]],[[6669,4802],[1,-1],[3,-3],[17,-19],[2,-8],[4,-18],[0,-7],[-6,-11],[-2,-4],[-3,-4],[-6,-5],[-2,-3]],[[1713,2461],[6,-1],[2,-1],[1,-2],[21,-33],[9,-30],[3,-9],[0,-2]],[[5601,4443],[1,0],[0,-1],[-1,-4],[-2,-3],[3,-17],[9,-18],[12,-12],[14,-12],[8,-7],[11,-9],[4,-6],[3,-6]],[[6598,4939],[-3,-2],[-29,-7],[-2,0],[-3,1],[-3,3]],[[6152,7428],[-1,0],[-1,-2],[-1,-1],[0,-4],[0,-1],[-2,0]],[[979,449],[1,1],[9,0],[2,2],[4,11],[-11,12],[-12,5],[-3,2],[-9,5],[-2,1]],[[737,1690],[36,16],[16,15],[5,5],[2,1],[7,2]],[[976,1530],[0,1],[-1,3],[-7,5],[-3,1],[-5,0]],[[739,1615],[-15,0],[-22,9],[-21,20],[-3,5],[-5,5],[-2,9],[0,1],[3,4],[4,1],[20,1],[22,7],[17,13]],[[2497,4175],[2,0],[3,1],[5,1],[3,2],[1,0],[7,0],[37,2],[17,0],[4,-1],[8,0],[0,-1],[1,-3],[1,-4],[-1,-3],[34,-20],[33,-18],[2,-1]],[[8112,5419],[-2,11],[-1,5],[-2,6],[-1,2],[0,1],[0,6],[1,3],[1,4]],[[8175,5265],[1,0],[-21,33],[-17,20],[-2,3],[-5,8],[-2,4],[-2,5],[-9,30],[-3,9],[-1,4],[0,3],[0,7],[-1,23],[-1,5]],[[1300,2567],[18,-5],[3,1],[4,1],[5,0],[11,-1],[24,-2],[23,-7],[9,-4]],[[7660,7579],[3,-1],[6,-4],[21,11],[4,5],[9,8],[2,3],[5,3],[3,2],[1,-1],[17,-17],[25,-19],[5,-32],[0,-9],[2,-11],[1,-1],[1,-2]],[[1838,3208],[1,5],[9,-1],[7,2],[21,4],[22,5],[4,-2]],[[1979,353],[-1,1],[-3,4],[-4,2],[-7,4],[-8,2],[-6,0],[-4,1],[-5,0],[-4,-1],[0,-1],[-10,-10],[-5,-4],[-4,-3],[-5,-2],[-4,0],[-7,-1],[-8,1],[-9,4],[-6,4],[-6,4],[-10,7],[-10,7],[-19,11],[-40,17],[-12,5],[-2,0]],[[5060,5917],[1,0],[29,-13],[27,7],[28,-5],[37,-8],[6,-2],[7,0],[49,8],[9,1],[13,3]],[[6669,4802],[4,1],[16,7],[1,-2],[5,-4],[8,-3],[6,-3],[9,-3],[1,0],[22,6]],[[8112,5419],[-9,-2],[-14,-1]],[[254,3524],[-4,-12],[-1,-1],[-12,-4],[-3,-1],[-3,0]],[[2570,2993],[-1,0],[-35,24],[0,2],[2,9],[1,5]],[[4704,4499],[0,-3],[1,-5],[2,-2]],[[4620,4668],[-4,-10],[-4,-7],[-1,-3],[-1,-6],[-1,-8],[2,-21],[1,-2],[1,-3],[1,-2],[5,-8],[2,-2],[26,-23],[26,-28],[6,-7],[6,-9],[4,-11],[6,-12],[2,-2],[2,-3],[2,-1],[2,-1],[1,0]],[[4102,4793],[1,-1],[12,-20],[1,-1],[4,0],[15,0],[2,0]],[[737,1690],[-17,11],[-13,14],[-5,5],[-2,3],[-5,8],[-10,16],[-14,18],[-15,20],[-5,3]],[[4049,3705],[0,3],[2,10],[0,2],[1,1],[4,3],[2,2],[2,2],[0,2],[-2,24],[0,11],[-7,30],[-10,24],[-4,22],[-3,22],[5,19],[5,22],[-6,15],[-4,11],[3,32],[13,19],[2,5],[1,5],[-3,19],[-1,1]],[[4371,8506],[-1,1],[-4,5],[-3,6],[-4,7],[-2,2],[-2,2],[-9,7],[-5,4],[-17,8],[-12,6],[-12,5],[-4,2],[-8,3],[-2,1],[-1,2],[-1,2],[0,2],[-2,6],[-1,1],[-1,1],[-1,0],[-1,2],[-27,29],[-17,29],[-1,1],[0,4],[-1,3],[-2,3],[-7,9],[-2,2],[-29,28],[-25,20],[-22,26],[-14,9],[-3,1],[-2,1],[2,1],[3,6],[3,5],[4,8]],[[2928,2086],[-3,10],[-16,26],[-28,17],[-1,0]],[[4766,4566],[-13,-5],[-11,-7],[-9,-8],[-1,-2],[-2,-3],[-23,-35],[-3,-5],[0,-2]],[[4927,4515],[-5,-2],[-7,-27],[-15,-13],[-7,-19],[0,-4],[1,-5],[0,-12],[0,-3],[-1,-1]],[[2362,3079],[-10,1],[-41,3],[-4,-1],[-4,-1]],[[6971,6389],[2,-1],[39,-22],[32,-11],[2,-1]],[[7101,6270],[1,0],[-3,-12],[-13,-11],[-5,-3],[-11,-6],[-13,-6],[-11,-6],[-2,-2],[-1,-2],[0,-4]],[[6114,5764],[-2,-1],[-27,-5],[-6,-2]],[[9995,6376],[-1,-8],[2,-8],[1,-4],[2,-3],[-1,-5],[-1,-15],[0,-4],[-1,-4],[-2,-4],[-1,-2],[-2,-4],[-2,-1],[-2,-2],[-4,-1],[-8,-2],[-8,-1],[-10,1],[-6,1],[-6,1],[-16,5],[-11,4],[-6,1],[-5,0],[-4,-1],[-3,-1],[-4,-3],[-2,-2],[-2,-5],[-1,-9],[-2,-14],[0,-10],[1,-4],[3,-5],[5,-8],[4,-7],[2,-6],[2,-5],[0,-5],[-1,-5],[-2,-4],[-4,-5],[-4,-4],[-5,-3],[-6,-3],[-22,-9],[-4,-1],[-7,-4],[-9,-7],[-5,-4],[-2,-5],[0,-1]],[[1686,1557],[1,0],[12,-3],[12,-5],[16,-9],[19,-13],[25,-19],[33,-36],[7,-11],[2,-3],[1,-3],[0,-7],[1,-16],[1,-1]],[[515,3153],[-1,0],[-23,40],[-4,18],[3,8],[3,8],[0,2],[-1,3],[-1,1]],[[605,3102],[-1,-1],[-5,-7],[-6,-9],[-15,1],[-14,1],[-32,7],[-5,1],[-1,3],[-1,3],[-2,20],[-2,19],[-6,13]],[[901,3330],[-5,-3],[-24,-14],[-2,-1]],[[5414,5613],[-3,-2],[1,0],[3,-4],[4,-5],[10,-7],[7,-4],[4,-3],[1,-2],[5,-7],[1,-2],[9,-17],[2,-4],[7,-31],[-6,-11],[-12,-8],[-13,-1],[3,-10],[6,-17],[0,-1],[20,-30],[2,-5],[1,-3],[9,-15],[1,-1]],[[6314,6294],[-1,2],[-1,3],[0,2]],[[843,2016],[42,18],[26,10],[19,8],[-15,21],[0,1],[-1,1]],[[4343,2449],[-3,-9],[-2,-10],[-9,-34],[-6,-24],[-1,-1]],[[2608,1693],[5,-1],[2,-1],[19,-8],[14,-15],[39,-24],[10,-5],[6,-3],[9,-6],[5,-5],[2,-2],[0,-4],[0,-4]],[[1816,1431],[13,37],[8,24],[4,13],[0,1],[-6,7],[-3,2],[-6,2],[-2,1],[-6,5],[-1,3],[0,17],[0,1],[22,13],[22,13],[9,6],[5,3],[2,3]],[[7801,5930],[-4,0],[-16,4],[-10,-1],[-18,-3],[-9,-12],[-15,-6],[-2,-1],[-2,0],[-10,-1],[-8,0],[-7,1],[-13,1],[-2,0],[-13,2],[-6,2],[-36,1],[-2,0]],[[1783,1911],[4,0],[5,-1],[13,-5],[8,-6],[11,-9],[0,-2],[-4,-16],[12,-27],[1,-1],[0,-3],[-1,-4],[-1,-3],[-5,-4],[-2,-1],[-2,0]],[[515,3153],[-2,-2],[-11,-6],[-14,-3],[0,-8],[5,-8],[12,-7],[7,-10],[3,-4],[0,-1],[-2,-3],[-1,-1],[-4,-2],[-2,0],[-4,0],[-32,-1],[-16,2],[-22,-1],[-1,0]],[[2412,3060],[0,-2],[-1,-20],[-7,-9],[-2,-3],[-13,-20],[-4,-18],[5,-13],[1,-1],[3,-1],[1,-1],[0,-2],[-2,-10],[-1,-3]],[[5617,7135],[1,2],[4,7],[1,2],[1,3],[0,2],[-3,8],[-1,2],[-2,2],[-16,2],[-11,3],[-4,2],[2,10],[0,1],[1,1],[3,2],[15,10],[19,6],[23,10],[23,16],[5,2]],[[7157,6327],[1,7],[0,2],[-1,1],[0,1],[0,2],[1,2],[3,1],[13,4],[8,0],[7,1],[13,1],[10,1],[1,0],[1,1],[1,3]],[[2111,4167],[1,0],[2,0],[6,-3],[3,-2],[9,-7],[39,-24]],[[5316,7071],[-1,0],[-17,-2],[-24,-1],[-25,7],[-39,0],[-45,1],[-13,7],[-10,2],[-18,4],[-8,1],[-5,1],[-5,-1],[-3,-2],[-3,-1]]],"transform":{"scale":[0.09188780743578573,-0.10601060106010603],"translate":[20.606906724789212,1080]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment