Skip to content

Instantly share code, notes, and snippets.

@hugolpz
Last active December 7, 2023 17:18
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save hugolpz/824446bb2f9bc8cce607 to your computer and use it in GitHub Desktop.
Save hugolpz/824446bb2f9bc8cce607 to your computer and use it in GitHub Desktop.
.data() vs .datum()

This project aim to illustrate with code the similarities and differences between .data() and .datum(). Feel free to fork and add other parallel examples, where .data() and .datum() do the same work with different syntaxes.

.data() and .datum()'s generated elements are taggued and get collored accordingly using CSS class) :

.data:hover  { fill: #B10000; opacity: 1; } /*  data = RED   */
.datum:hover { fill: #00B100; opacity: 1; } /*  datum= GREEN */

Syntax

Given data such:

var json = [
	{"x":,"y":,"name":"John", "scores": [2,12,7]},
	{"x":,"y":,"name":"Jean", "scores": [4,10,6]},
	{"x":,"y":,"name":"Jack", "scores": [8, 6,2]}
];

The number of elements in your data array should match the number of elements in the selection. To bind your json elements to a single SVG element, wrap in an array:

var chart = d3.select("body").append("svg")
    .data([json])
    .attr("class", "chart")
    …

Or [selection.datum][3] without data-joins:

var chart = d3.select("body").append("svg")
    .datum(json)
    .attr("class", "chart")
    …

to create multiple SVG elements then use data-joins :

var chart = d3.select("body").selectAll("svg")
    .data(json)
  .enter()
  	.append("svg")
    .attr("class", "chart")
    …


var rect = chart.selectAll("rect")
	.data(function(d) { return d.scores; })
  .enter().append("rect")
	…

Simple English

Both are ways to join data.

.datum([values[, key]]) rather for static datavizualisation not needing updates, binds data directly into an element to inject without computing a join.

.data([value]) : Joins the specified array of data with the current selection. The specified value is an array of data values, such as an array of numbers [1,4,3,6] or objects [{ "x":3,"y":2},{ "x":2,"y":5}] or a function that returns an array of values, such function(d) { return d.scores; }.

Binds data-joins and add a generalisation allowing interactive dataviz by providing 3 sets :

  • .enter(), output the set of graphic elements for which no data exists any longer, aka enter
  • .data() (make update), output the set of elements for which the data is updated, aka update
  • .exit(), output the set of elements for which no data item existed before, aka exit
  • .append(), check all the 3 sets above, append the new elements with their values.

To read

Official:

Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.0032003200320032004,0.0032503250325032506],"translate":[67,5]},"objects":{"countries":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3,4,5,6]],"properties":{"name":"Afghanistan"}},{"type":"MultiPolygon","arcs":[[[7]],[[8]],[[9]],[[10]],[[11]],[[12]],[[13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28,29,30,31,32,33,34,35]]],"properties":{"name":"Bangladesh"}},{"type":"Polygon","arcs":[[36,37,38,39,40]],"properties":{"name":"Bhutan"}},{"type":"Polygon","arcs":[[41,-41,42,43,44,45,46,47,48,-1,49,50,51]],"properties":{"name":"China"}},{"type":"MultiPolygon","arcs":[[[52]],[[53]],[[54]],[[55]]],"properties":{"name":"Indonesia"}},{"type":"MultiPolygon","arcs":[[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64]],[[65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[77]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83]],[[84]],[[85]],[[86]],[[87]],[[88]],[[89]],[[-46,-45,90,91,92,93,94,-43,-40,-39,-38,-37,-42,95,96,97,98,-33,-32,-31,-30,-29,-36,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,-47]]],"properties":{"name":"India"}},{"type":"Polygon","arcs":[[-127,127,-48]],"properties":{"name":"Siachen Glacier"}},{"type":"MultiPolygon","arcs":[[[128]],[[129]],[[130]],[[131]],[[132]]],"properties":{"name":"Sri Lanka"}},{"type":"MultiPolygon","arcs":[[[133]],[[134]],[[-136]],[[136]],[[137]],[[138]],[[139]],[[140]],[[141]],[[142]],[[143]],[[144]],[[145]],[[146]],[[147]],[[148]],[[149]],[[150]],[[151]],[[152]],[[153]],[[154]],[[155]],[[156]],[[157]],[[158]],[[159]],[[160]],[[161]],[[162]],[[163]],[[164]],[[165]],[[166]],[[167]],[[168]],[[169]],[[170]],[[171]],[[172]],[[173]],[[174]],[[175]],[[176]],[[177]],[[178]],[[179]],[[180]],[[181]],[[182]],[[183]],[[184]],[[185]],[[186]],[[187]],[[188]],[[189]],[[190]],[[191]],[[192]],[[193]],[[194]],[[195]],[[196]],[[197]],[[198]],[[199]],[[200]],[[201]],[[202]],[[203]],[[204]],[[205]],[[206]],[[207]],[[208]],[[209]]],"properties":{"name":"Maldives"}},{"type":"MultiPolygon","arcs":[[[210]],[[211]],[[212]],[[213]],[[214]],[[215]],[[216]],[[217]],[[218]],[[219]],[[220]],[[221]],[[222]],[[223]],[[224]],[[225]],[[226]],[[227]],[[228]],[[229]],[[230]],[[231]],[[232]],[[233]],[[234]],[[235]],[[236]],[[237]],[[238]],[[239]],[[240]],[[241]],[[242]],[[243]],[[244]],[[245]],[[246]],[[247]],[[248,249,250,251,252,253,-34,-99,-98,-97,-96,-52,254]]],"properties":{"name":"Myanmar"}},{"type":"Polygon","arcs":[[-95,-94,-93,-92,-91,-44]],"properties":{"name":"Nepal"}},{"type":"MultiPolygon","arcs":[[[255]],[[-128,-126,-125,-124,-123,256,-2,-49]]],"properties":{"name":"Pakistan"}},{"type":"MultiPolygon","arcs":[[[257]],[[258]],[[259]],[[260]],[[261]],[[262]],[[263]],[[264]],[[-253,265]],[[266]]],"properties":{"name":"Thailand"}},{"type":"MultiPolygon","arcs":[[[-7,267,-50]],[[268,269,-5]]],"properties":{"name":"Tajikistan"}},{"type":"Polygon","arcs":[[-4,270,-269]],"properties":{"name":"Uzbekistan"}}]},"subunits":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[271,272]],"properties":{"name":"Chandigarh"}},{"type":"Polygon","arcs":[[273,274]],"properties":{"name":"Delhi"}},{"type":"Polygon","arcs":[[-46,275,276,277,278]],"properties":{"name":"Himachal Pradesh"}},{"type":"Polygon","arcs":[[279,-275,280,281,282,-272,283,-277]],"properties":{"name":"Haryana"}},{"type":"Polygon","arcs":[[-279,284,125,126,-47]],"properties":{"name":"Jammu and Kashmir"}},{"type":"MultiPolygon","arcs":[[[85]],[[285,286,101,287,103,288,289,290],[291]]],"properties":{"name":"Andhra Pradesh"}},{"type":"Polygon","arcs":[[292,110,293,112,294]],"properties":{"name":"Kerala"}},{"type":"MultiPolygon","arcs":[[[61]],[[65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[72]],[[73]],[[74]],[[77]]],"properties":{"name":"Lakshadweep"}},{"type":"Polygon","arcs":[[295,100,-287,296,297]],"properties":{"name":"Orissa"}},{"type":"Polygon","arcs":[[298,299]],"properties":{"name":"Dadra and Nagar Haveli"}},{"type":"Polygon","arcs":[[-290,300,-295,113,301,302]],"properties":{"name":"Karnataka"}},{"type":"Polygon","arcs":[[303,-291,-303,304,115,305,-299,306,307]],"properties":{"name":"Maharashtra"}},{"type":"MultiPolygon","arcs":[[[56]],[[57]],[[58]],[[59]],[[60]],[[62]],[[63]],[[64]],[[71]],[[75]],[[76]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83]],[[84]]],"properties":{"name":"Andaman and Nicobar"}},{"type":"Polygon","arcs":[[308,309,310,311,-31,312,-29,313,-38,314]],"properties":{"name":"Assam"}},{"type":"Polygon","arcs":[[97,315,-310,316]],"properties":{"name":"Manipur"}},{"type":"Polygon","arcs":[[96,-317,-309,317]],"properties":{"name":"Nagaland"}},{"type":"Polygon","arcs":[[-30,-313]],"properties":{"name":"Meghalaya"}},{"type":"Polygon","arcs":[[-284,-273,-283,318,124,-285,-278]],"properties":{"name":"Punjab"}},{"type":"Polygon","arcs":[[-282,319,320,321,123,-319]],"properties":{"name":"Rajasthan"}},{"type":"Polygon","arcs":[[91,322,323,324,325,-320,-281,-274,-280,326]],"properties":{"name":"Uttar Pradesh"}},{"type":"Polygon","arcs":[[90,-327,-276,-45]],"properties":{"name":"Uttaranchal"}},{"type":"Polygon","arcs":[[327,-298,328,-324,329]],"properties":{"name":"Jharkhand"}},{"type":"MultiPolygon","arcs":[[[86]],[[87]],[[88]],[[89]],[[-39,-314,-36,99,-296,-328,330,93,331]]],"properties":{"name":"West Bengal"}},{"type":"Polygon","arcs":[[-331,-330,-323,92]],"properties":{"name":"Bihar"}},{"type":"Polygon","arcs":[[-40,-332,94,-43]],"properties":{"name":"Sikkim"}},{"type":"Polygon","arcs":[[-297,-286,-304,332,-325,-329]],"properties":{"name":"Chhattisgarh"}},{"type":"Polygon","arcs":[[-333,-308,333,-321,-326]],"properties":{"name":"Madhya Pradesh"}},{"type":"MultiPolygon","arcs":[[[108,334]],[[105,335,336]],[[111,-294]],[[-292]]],"properties":{"name":"Puducherry"}},{"type":"MultiPolygon","arcs":[[[-288,102]],[[104,-337,337,107,-335,109,-293,-301,-289]]],"properties":{"name":"Tamil Nadu"}},{"type":"Polygon","arcs":[[-334,-307,-300,-306,116,338,339,119,340,121,122,-322]],"properties":{"name":"Gujarat"}},{"type":"Polygon","arcs":[[-302,114,-305]],"properties":{"name":"Goa"}},{"type":"Polygon","arcs":[[95,-318,-315,-37,-42]],"properties":{"name":"Arunachal Pradesh"}},{"type":"Polygon","arcs":[[-316,98,-33,341,-311]],"properties":{"name":"Mizoram"}},{"type":"Polygon","arcs":[[-342,-32,-312]],"properties":{"name":"Tripura"}},{"type":"MultiPolygon","arcs":[[[117,342,-339]],[[-341,120]]],"properties":{"name":"Daman and Diu"}}]},"places":{"type":"GeometryCollection","geometries":[{"type":"Point","coordinates":[2130,3228],"properties":{"name":"Panaji"}},{"type":"Point","coordinates":[3177,8030],"properties":{"name":"Simla"}},{"type":"Point","coordinates":[3131,7215],"properties":{"name":"Gurgaon"}},{"type":"Point","coordinates":[3131,7384],"properties":{"name":"Sonipat"}},{"type":"Point","coordinates":[2993,7353],"properties":{"name":"Rohtak"}},{"type":"Point","coordinates":[2726,7436],"properties":{"name":"Hisar"}},{"type":"Point","coordinates":[2851,7325],"properties":{"name":"Bhiwani"}},{"type":"Point","coordinates":[3068,7790],"properties":{"name":"Ambala"}},{"type":"Point","coordinates":[2333,9014],"properties":{"name":"Sopore"}},{"type":"Point","coordinates":[1880,4697],"properties":{"name":"Silvassa"}},{"type":"Point","coordinates":[1925,4384],"properties":{"name":"Kalyan"}},{"type":"Point","coordinates":[2759,4929],"properties":{"name":"Bhusawal"}},{"type":"Point","coordinates":[8504,6692],"properties":{"name":"Jorhat"}},{"type":"Point","coordinates":[2806,8159],"properties":{"name":"Hoshiarpur"}},{"type":"Point","coordinates":[2387,6599],"properties":{"name":"Ajmer"}},{"type":"Point","coordinates":[3453,6953],"properties":{"name":"Hathras"}},{"type":"Point","coordinates":[4296,6962],"properties":{"name":"Sitapur"}},{"type":"Point","coordinates":[4003,7273],"properties":{"name":"Pilibhit"}},{"type":"Point","coordinates":[3778,7085],"properties":{"name":"Budaun"}},{"type":"Point","coordinates":[3561,6815],"properties":{"name":"Firozabad"}},{"type":"Point","coordinates":[3334,6922],"properties":{"name":"Mathura"}},{"type":"Point","coordinates":[3390,7202],"properties":{"name":"Bulandshahr"}},{"type":"Point","coordinates":[3363,7305],"properties":{"name":"Hapur"}},{"type":"Point","coordinates":[3342,7533],"properties":{"name":"Muzaffarnagar"}},{"type":"Point","coordinates":[6755,6871],"properties":{"name":"Gangtok"}},{"type":"Point","coordinates":[1247,4836],"properties":{"name":"Diu"}},{"type":"Point","coordinates":[2725,8390],"properties":{"name":"Pathankot"}},{"type":"Point","coordinates":[2509,7535],"properties":{"name":"Sirsa"}},{"type":"Point","coordinates":[3115,7507],"properties":{"name":"Panipat"}},{"type":"Point","coordinates":[3115,7593],"properties":{"name":"Karnal"}},{"type":"Point","coordinates":[2297,8984],"properties":{"name":"Baramula"}},{"type":"Point","coordinates":[3615,3000],"properties":{"name":"Proddatur"}},{"type":"Point","coordinates":[3587,3237],"properties":{"name":"Nandyal"}},{"type":"Point","coordinates":[3278,2701],"properties":{"name":"Hindupur"}},{"type":"Point","coordinates":[3881,2661],"properties":{"name":"Tirupati"}},{"type":"Point","coordinates":[4078,3249],"properties":{"name":"Ongole"}},{"type":"Point","coordinates":[5156,4037],"properties":{"name":"Vizianagaram"}},{"type":"Point","coordinates":[4621,3701],"properties":{"name":"Rajahmundry"}},{"type":"Point","coordinates":[4431,3446],"properties":{"name":"Machilipatnam"}},{"type":"Point","coordinates":[4112,3778],"properties":{"name":"Khammam"}},{"type":"Point","coordinates":[4168,3341],"properties":{"name":"Chirala"}},{"type":"Point","coordinates":[3784,4141],"properties":{"name":"Karimnagar"}},{"type":"Point","coordinates":[3468,4206],"properties":{"name":"Nizamabad"}},{"type":"Point","coordinates":[2990,1200],"properties":{"name":"Kollam"}},{"type":"Point","coordinates":[2928,1385],"properties":{"name":"Alappuzha"}},{"type":"Point","coordinates":[5906,4560],"properties":{"name":"Puri"}},{"type":"Point","coordinates":[5303,5067],"properties":{"name":"Sambalpur"}},{"type":"Point","coordinates":[5571,5301],"properties":{"name":"Raurkela"}},{"type":"Point","coordinates":[1761,1711],"properties":{"name":"Kavaratti"}},{"type":"Point","coordinates":[3100,2329],"properties":{"name":"Mandya"}},{"type":"Point","coordinates":[3479,2502],"properties":{"name":"Kolar"}},{"type":"Point","coordinates":[2675,2748],"properties":{"name":"Shimoga"}},{"type":"Point","coordinates":[3236,3449],"properties":{"name":"Raichur"}},{"type":"Point","coordinates":[2929,3163],"properties":{"name":"Hospet"}},{"type":"Point","coordinates":[3286,3976],"properties":{"name":"Bidar"}},{"type":"Point","coordinates":[2367,3649],"properties":{"name":"Sangli"}},{"type":"Point","coordinates":[3050,4390],"properties":{"name":"Parbhani"}},{"type":"Point","coordinates":[2351,4787],"properties":{"name":"Malegaon"}},{"type":"Point","coordinates":[8042,2051],"properties":{"name":"Port Blair"}},{"type":"Point","coordinates":[8062,6656],"properties":{"name":"Tezpur"}},{"type":"Point","coordinates":[8059,6089],"properties":{"name":"Silchar"}},{"type":"Point","coordinates":[8473,6358],"properties":{"name":"Kohima"}},{"type":"Point","coordinates":[7774,6329],"properties":{"name":"Shillong"}},{"type":"Point","coordinates":[2278,7729],"properties":{"name":"Abohar"}},{"type":"Point","coordinates":[2933,7790],"properties":{"name":"Patiala"}},{"type":"Point","coordinates":[2386,6261],"properties":{"name":"Bhilwara"}},{"type":"Point","coordinates":[1978,6396],"properties":{"name":"Pali"}},{"type":"Point","coordinates":[2747,6507],"properties":{"name":"Tonk"}},{"type":"Point","coordinates":[2543,6956],"properties":{"name":"Sikar"}},{"type":"Point","coordinates":[1978,7086],"properties":{"name":"Bikaner"}},{"type":"Point","coordinates":[3281,6846],"properties":{"name":"Bharatpur"}},{"type":"Point","coordinates":[3001,6936],"properties":{"name":"Alwar"}},{"type":"Point","coordinates":[4312,6424],"properties":{"name":"Fatehpur"}},{"type":"Point","coordinates":[4740,6692],"properties":{"name":"Faizabad"}},{"type":"Point","coordinates":[4584,6959],"properties":{"name":"Bahraich"}},{"type":"Point","coordinates":[4865,6198],"properties":{"name":"Mirzapur"}},{"type":"Point","coordinates":[3611,6293],"properties":{"name":"Jhansi"}},{"type":"Point","coordinates":[4032,7039],"properties":{"name":"Shahjahanpur"}},{"type":"Point","coordinates":[3757,7327],"properties":{"name":"Rampur"}},{"type":"Point","coordinates":[3880,7183],"properties":{"name":"Bareilly"}},{"type":"Point","coordinates":[3754,6703],"properties":{"name":"Etawah"}},{"type":"Point","coordinates":[3453,7790],"properties":{"name":"Dehra Dun"}},{"type":"Point","coordinates":[6665,5409],"properties":{"name":"Haora"}},{"type":"Point","coordinates":[7051,6610],"properties":{"name":"Alipur Duar"}},{"type":"Point","coordinates":[6580,5238],"properties":{"name":"Haldia"}},{"type":"Point","coordinates":[6724,5492],"properties":{"name":"Bhatpara"}},{"type":"Point","coordinates":[6296,5332],"properties":{"name":"Medinipur"}},{"type":"Point","coordinates":[6704,6683],"properties":{"name":"Siliguri"}},{"type":"Point","coordinates":[6399,6395],"properties":{"name":"Purnia"}},{"type":"Point","coordinates":[5743,6498],"properties":{"name":"Muzaffarpur"}},{"type":"Point","coordinates":[5431,6083],"properties":{"name":"Aurangabad"}},{"type":"Point","coordinates":[4737,5258],"properties":{"name":"Bilaspur"}},{"type":"Point","coordinates":[2853,5015],"properties":{"name":"Burhanpur"}},{"type":"Point","coordinates":[2747,5596],"properties":{"name":"Ujjain"}},{"type":"Point","coordinates":[2509,5646],"properties":{"name":"Ratlam"}},{"type":"Point","coordinates":[3672,5800],"properties":{"name":"Sagar"}},{"type":"Point","coordinates":[3797,2437],"properties":{"name":"Vellore"}},{"type":"Point","coordinates":[3781,2234],"properties":{"name":"Tiruvannamalai"}},{"type":"Point","coordinates":[3306,1360],"properties":{"name":"Rajapalaiyam"}},{"type":"Point","coordinates":[3990,2068],"properties":{"name":"Cuddalore"}},{"type":"Point","coordinates":[3463,1831],"properties":{"name":"Karur"}},{"type":"Point","coordinates":[3974,2410],"properties":{"name":"Kanchipuram"}},{"type":"Point","coordinates":[3340,1148],"properties":{"name":"Tirunelveli"}},{"type":"Point","coordinates":[3259,978],"properties":{"name":"Nagercoil"}},{"type":"Point","coordinates":[3797,1775],"properties":{"name":"Thanjavur"}},{"type":"Point","coordinates":[3875,1840],"properties":{"name":"Kumbakonam"}},{"type":"Point","coordinates":[3115,1637],"properties":{"name":"Valparai"}},{"type":"Point","coordinates":[3228,1871],"properties":{"name":"Tiruppur"}},{"type":"Point","coordinates":[1828,4743],"properties":{"name":"Daman"}},{"type":"Point","coordinates":[1850,4877],"properties":{"name":"Navsari"}},{"type":"Point","coordinates":[878,5615],"properties":{"name":"Bhuj"}},{"type":"Point","coordinates":[1603,5162],"properties":{"name":"Bhavnagar"}},{"type":"Point","coordinates":[1762,5630],"properties":{"name":"Gandhinagar"}},{"type":"Point","coordinates":[8317,6799],"properties":{"name":"Itanagar"}},{"type":"Point","coordinates":[8037,5756],"properties":{"name":"Aizawl"}},{"type":"Point","coordinates":[7587,5795],"properties":{"name":"Agartala"}},{"type":"Point","coordinates":[4761,3682],"properties":{"name":"Kakinada"}},{"type":"Point","coordinates":[3931,4003],"properties":{"name":"Warangal"}},{"type":"Point","coordinates":[5562,4406],"properties":{"name":"Brahmapur"}},{"type":"Point","coordinates":[2722,3641],"properties":{"name":"Bijapur"}},{"type":"Point","coordinates":[1915,4416],"properties":{"name":"Bhiwandi"}},{"type":"Point","coordinates":[2990,4123],"properties":{"name":"Latur"}},{"type":"Point","coordinates":[2422,4341],"properties":{"name":"Ahmednagar"}},{"type":"Point","coordinates":[3843,4606],"properties":{"name":"Chandrapur"}},{"type":"Point","coordinates":[3365,4907],"properties":{"name":"Amravati"}},{"type":"Point","coordinates":[2428,4892],"properties":{"name":"Dhule"}},{"type":"Point","coordinates":[8718,6917],"properties":{"name":"Dibrugarh"}},{"type":"Point","coordinates":[8421,6092],"properties":{"name":"Imphal"}},{"type":"Point","coordinates":[2103,6030],"properties":{"name":"Udaipur"}},{"type":"Point","coordinates":[5118,6692],"properties":{"name":"Gorakhpur"}},{"type":"Point","coordinates":[6520,5615],"properties":{"name":"Barddhaman"}},{"type":"Point","coordinates":[6727,5655],"properties":{"name":"Krishnanagar"}},{"type":"Point","coordinates":[5624,6092],"properties":{"name":"Gaya"}},{"type":"Point","coordinates":[834,5129],"properties":{"name":"Porbandar"}},{"type":"Point","coordinates":[4059,2904],"properties":{"name":"Nellore"}},{"type":"Point","coordinates":[3447,3332],"properties":{"name":"Kurnool"}},{"type":"Point","coordinates":[4203,3486],"properties":{"name":"Guntur"}},{"type":"Point","coordinates":[3156,2563],"properties":{"name":"Tumkur"}},{"type":"Point","coordinates":[2787,2914],"properties":{"name":"Davangere"}},{"type":"Point","coordinates":[3098,3123],"properties":{"name":"Bellary"}},{"type":"Point","coordinates":[2345,3343],"properties":{"name":"Belgaum"}},{"type":"Point","coordinates":[3478,1175],"properties":{"name":"Tuticorin"}},{"type":"Point","coordinates":[3437,1655],"properties":{"name":"Dindigul"}},{"type":"Point","coordinates":[3055,7914],"properties":{"name":"Chandigarh"}},{"type":"Point","coordinates":[2451,8526],"properties":{"name":"Jammu"}},{"type":"Point","coordinates":[2780,3899],"properties":{"name":"Sholapur"}},{"type":"Point","coordinates":[2599,4583],"properties":{"name":"Aurangabad"}},{"type":"Point","coordinates":[2118,4616],"properties":{"name":"Nasik"}},{"type":"Point","coordinates":[7739,6505],"properties":{"name":"Dispur"}},{"type":"Point","coordinates":[2677,8103],"properties":{"name":"Jullundur"}},{"type":"Point","coordinates":[4636,6294],"properties":{"name":"Allahabad"}},{"type":"Point","coordinates":[3673,7336],"properties":{"name":"Moradabad"}},{"type":"Point","coordinates":[3252,7280],"properties":{"name":"Ghaziabad"}},{"type":"Point","coordinates":[3441,6822],"properties":{"name":"Agra"}},{"type":"Point","coordinates":[3456,7044],"properties":{"name":"Aligarh"}},{"type":"Point","coordinates":[3343,7385],"properties":{"name":"Meerut"}},{"type":"Point","coordinates":[6068,5785],"properties":{"name":"Dhanbad"}},{"type":"Point","coordinates":[3493,6532],"properties":{"name":"Gwalior"}},{"type":"Point","coordinates":[1930,5326],"properties":{"name":"Vadodara"}},{"type":"Point","coordinates":[1187,5326],"properties":{"name":"Rajkot"}},{"type":"Point","coordinates":[3223,7210],"properties":{"name":"Faridabad"}},{"type":"Point","coordinates":[2441,8954],"properties":{"name":"Srinagar"}},{"type":"Point","coordinates":[4258,3545],"properties":{"name":"Vijayawada"}},{"type":"Point","coordinates":[3108,1077],"properties":{"name":"Thiruvananthapuram"}},{"type":"Point","coordinates":[2882,1544],"properties":{"name":"Kochi"}},{"type":"Point","coordinates":[5903,4760],"properties":{"name":"Cuttack"}},{"type":"Point","coordinates":[2538,3188],"properties":{"name":"Hubli"}},{"type":"Point","coordinates":[2453,2431],"properties":{"name":"Mangalore"}},{"type":"Point","coordinates":[3018,2250],"properties":{"name":"Mysore"}},{"type":"Point","coordinates":[3068,3800],"properties":{"name":"Gulbarga"}},{"type":"Point","coordinates":[2256,3600],"properties":{"name":"Kolhapur"}},{"type":"Point","coordinates":[3218,4360],"properties":{"name":"Nanded"}},{"type":"Point","coordinates":[3128,4833],"properties":{"name":"Akola"}},{"type":"Point","coordinates":[7739,6511],"properties":{"name":"Guwahati"}},{"type":"Point","coordinates":[2772,7978],"properties":{"name":"Ludhiana"}},{"type":"Point","coordinates":[2760,6209],"properties":{"name":"Kota"}},{"type":"Point","coordinates":[1879,6551],"properties":{"name":"Jodhpur"}},{"type":"Point","coordinates":[4347,6725],"properties":{"name":"Lucknow"}},{"type":"Point","coordinates":[3297,7682],"properties":{"name":"Saharanpur"}},{"type":"Point","coordinates":[5727,5652],"properties":{"name":"Ranchi"}},{"type":"Point","coordinates":[6243,6224],"properties":{"name":"Bhagalpur"}},{"type":"Point","coordinates":[4572,4995],"properties":{"name":"Raipur"}},{"type":"Point","coordinates":[4047,5592],"properties":{"name":"Jabalpur"}},{"type":"Point","coordinates":[2769,5451],"properties":{"name":"Indore"}},{"type":"Point","coordinates":[4009,2134],"properties":{"name":"Pondicherry"}},{"type":"Point","coordinates":[3493,2053],"properties":{"name":"Salem"}},{"type":"Point","coordinates":[3652,1788],"properties":{"name":"Tiruchirappalli"}},{"type":"Point","coordinates":[2740,1924],"properties":{"name":"Kozhikode"}},{"type":"Point","coordinates":[5882,4699],"properties":{"name":"Bhubaneshwar"}},{"type":"Point","coordinates":[5998,5473],"properties":{"name":"Jamshedpur"}},{"type":"Point","coordinates":[5094,3917],"properties":{"name":"Vishakhapatnam"}},{"type":"Point","coordinates":[2459,8197],"properties":{"name":"Amritsar"}},{"type":"Point","coordinates":[4999,6255],"properties":{"name":"Varanasi"}},{"type":"Point","coordinates":[6244,5749],"properties":{"name":"Asansol"}},{"type":"Point","coordinates":[4509,4990],"properties":{"name":"Bhilai"}},{"type":"Point","coordinates":[3252,5615],"properties":{"name":"Bhopal"}},{"type":"Point","coordinates":[3474,1514],"properties":{"name":"Madurai"}},{"type":"Point","coordinates":[3108,1847],"properties":{"name":"Coimbatore"}},{"type":"Point","coordinates":[3196,7283],"properties":{"name":"Delhi"}},{"type":"Point","coordinates":[3587,3816],"properties":{"name":"Hyderabad"}},{"type":"Point","coordinates":[2140,4163],"properties":{"name":"Pune"}},{"type":"Point","coordinates":[3777,4975],"properties":{"name":"Nagpur"}},{"type":"Point","coordinates":[2752,6745],"properties":{"name":"Jaipur"}},{"type":"Point","coordinates":[4161,6603],"properties":{"name":"Kanpur"}},{"type":"Point","coordinates":[5664,6346],"properties":{"name":"Patna"}},{"type":"Point","coordinates":[4149,2490],"properties":{"name":"Chennai"}},{"type":"Point","coordinates":[1743,5548],"properties":{"name":"Ahmedabad"}},{"type":"Point","coordinates":[1824,4985],"properties":{"name":"Surat"}},{"type":"Point","coordinates":[3187,7261],"properties":{"name":"New Delhi"}},{"type":"Point","coordinates":[3299,2453],"properties":{"name":"Bangalore"}},{"type":"Point","coordinates":[1830,4313],"properties":{"name":"Mumbai"}},{"type":"Point","coordinates":[6663,5383],"properties":{"name":"Kolkata"}}]}},"arcs":[[[2466,9916],[-25,-5],[-6,0],[-3,2],[-12,21],[-2,2],[-5,1],[-4,-2],[-3,-4],[-7,-5],[-2,0],[-6,-1],[-2,-1],[-1,-2],[-4,-4],[-1,-1],[-1,-1],[-3,-1],[-1,1],[-4,3],[-2,1],[-5,0],[-13,-3],[-10,-1],[-4,-1],[-4,-5],[-3,-6],[-3,-4],[-5,-2],[-6,-1],[-12,1],[-5,-1],[0,-6],[5,-7],[10,-6],[19,-7],[6,-5],[3,-6],[5,-6],[7,-2]],[[2357,9852],[1,-2],[1,-2],[0,-2],[-2,-3],[-2,-9],[-5,-2],[-6,5],[-6,6],[-1,1],[-1,1],[-6,2],[-7,-1],[-13,-3],[-8,-5],[-26,-13],[-15,-10],[-8,-2],[-20,2],[-5,-1],[-5,-3],[-2,-4],[-1,-11],[-3,-3],[-19,-5],[-9,0],[-9,3],[-9,2],[-26,13],[-10,3],[-19,3],[-19,1],[-22,0],[-41,-5],[-10,1],[-10,1],[-21,-2],[-15,1],[-15,-4],[-5,-1],[-4,1],[-9,2],[-10,0],[-47,-4],[-5,-1],[-7,-4],[-4,-2],[-4,1],[-10,3],[-8,-2],[-7,-3],[-10,-2],[-27,-1],[-26,3],[-21,-1],[-20,-4],[-15,-6],[-20,-13],[-6,-2],[-15,1],[-12,-3],[-14,-1],[-28,-5],[-14,-5],[-5,-2],[-1,-4],[5,-6],[2,-5],[-5,-3],[-19,-2],[-8,-2],[-3,-2],[-3,-2],[1,-3],[1,-2],[0,-3],[-6,-4],[-12,-2],[-7,-3],[-5,-4],[-15,-7],[-4,-3],[-4,-3],[-4,-3],[-5,-1],[-20,-2],[-7,-3],[1,-10],[5,-8],[1,-4],[-4,-3],[-4,-2],[-5,0],[-5,1],[-9,8],[-18,10],[-7,2],[-5,-1],[-3,-2],[-4,-10],[-3,-5],[-2,-3],[-8,-6],[-2,-5],[4,-5],[1,-4],[-6,-2],[-7,-2],[-6,-1],[-5,-3],[-24,-21],[-7,-4],[-19,-6],[-2,-2],[-2,-6],[-2,-3],[-3,-2],[-9,-4],[-12,-6],[-2,-2],[-2,-7],[-1,-3],[-10,-8],[-3,-4],[1,-5],[0,-1],[4,-3],[11,-5],[4,-2],[8,-7],[9,-3],[9,-2],[9,-3],[4,-4],[2,-10],[3,-5],[14,-8],[5,-5],[10,-15],[2,-4],[0,-3],[0,-3],[0,-3],[1,-3],[2,-2],[5,-3],[2,-2],[4,-5],[1,-6],[-2,-5],[-5,-6],[-4,-6],[3,-6],[6,-4],[17,-6],[5,-4],[3,-4],[0,-6],[-2,-6],[-1,-5],[2,-7],[1,-2],[3,-3],[4,-4],[2,-4],[0,-6],[-3,-4],[-15,-11],[-10,-10],[-1,-9],[6,-7],[17,-16],[10,-7],[1,-4],[-3,-6],[-7,-10],[-22,-12],[-8,-8],[-1,-13],[2,-4],[0,-2],[-3,-3],[-3,-2],[-2,-3],[-3,-7],[-2,-4],[-3,-2],[-5,-1],[-38,-13],[-11,-7],[-6,-9],[-4,-11],[-17,-19],[-4,-3],[-12,-5],[-22,-15],[-3,-3],[-1,-5],[3,-7],[1,-6],[-1,-8],[-4,-6],[-5,-2],[-13,1],[-7,0],[-5,-2],[-4,-5],[0,-7],[2,-7],[3,-6],[6,-8],[9,-8],[10,-8],[22,-10],[1,-8],[-9,-21],[0,-6],[3,-10],[1,-7],[0,-7],[-2,-4],[-9,-8],[-4,-6],[1,-5],[1,-5],[-2,-6],[-5,-4],[-15,-3],[-6,-1],[-4,-5],[-4,-2],[-4,-2],[-6,1],[-8,2],[-3,-1],[-2,-4],[-5,-9],[-22,-3],[-43,0],[-41,-5],[-10,1],[-26,4],[-25,1],[-6,1],[-10,5],[-18,1],[-68,20],[-10,0],[-17,-2],[-8,-2],[-5,-5],[-1,-4],[1,-5],[-1,-5],[-5,-4],[-4,-5],[2,-4],[9,-8],[3,-4],[4,-12],[3,-4],[7,-9],[3,-5],[2,-6],[3,-6],[5,-2],[7,-1],[5,-1],[17,-6],[13,2],[3,-3],[3,-12],[2,-5],[1,-2],[3,-2],[5,-2],[3,-1],[1,-2],[0,-7],[-7,-20],[0,-6],[1,-6],[3,-5],[4,-5],[2,-1],[9,-3],[2,-1],[3,-5],[1,-2],[17,-16],[5,-9],[-3,-10],[-53,-37],[-6,-3],[-6,0],[-8,2],[-4,-1],[-10,-16],[-2,-3],[-4,-1],[-9,0],[-3,0],[-24,-12],[-13,-1],[-21,9],[-12,-2],[-15,-9],[-5,-1],[-3,1],[-3,1],[-3,0],[-10,-1],[-6,0],[-13,-1],[-10,-6],[-9,-9],[-3,-5],[-3,-5],[6,-34],[-3,-9],[-2,-1],[-8,-5],[-7,-9],[-11,-7],[-3,-4],[0,-6],[2,-2],[2,-2],[3,-2],[2,-1],[3,-1],[0,-2],[1,-6],[3,-10],[-1,-4],[-4,-6],[-16,-20],[-6,-4],[-13,-4],[-6,-3],[-9,-10],[-6,-12],[-2,-13],[3,-13],[9,-17],[1,-6],[-1,-7],[-2,-13],[0,-13],[-2,-13],[-1,-7],[7,-29],[9,-23],[1,-4],[-1,-2],[-1,-1],[-15,-10],[-8,-7],[-34,-45],[-5,-4],[-5,-3],[-4,-5],[-10,-8],[-11,-6],[-8,-3],[-12,0],[-10,-3],[-20,-8],[-12,-1],[-9,5],[-14,17],[-8,8],[-2,4],[-1,13],[-2,4],[-4,2],[-18,2],[-18,9],[-11,3],[-7,0],[-7,-2],[-14,-6],[-6,-4],[1,-3],[6,-2],[7,-1],[18,0],[6,0],[3,-3],[-4,-4],[-7,-3],[-5,-2],[-11,2],[-33,10],[-13,1],[-12,-1],[-7,1],[-4,3],[-3,4],[-8,6],[-7,3],[-8,2],[-6,0],[-4,-4],[-7,-13],[-2,-3],[-1,-3],[-11,-8],[-1,-2],[-1,-7],[-2,-2],[-16,-8],[-6,-3],[-3,-4],[-4,-2],[-12,-1],[-10,2],[-4,0],[-9,-4],[-19,-18],[-10,-6],[-7,-4],[-9,-4],[-10,0],[-20,3],[-10,0],[-4,-5],[2,-5],[5,-4],[4,-6],[2,-12],[4,-4],[6,-4],[6,-1],[26,3],[12,-3],[1,-13],[-3,-6],[-5,-2],[-12,1],[-6,-2],[-4,-2],[-4,-4],[-20,-10],[-6,-2],[-16,-3],[-12,-4],[-18,-2],[-22,-8],[-6,-1],[-20,2],[-16,-1],[-5,1],[-7,1],[-11,6],[-6,1],[-6,0],[-12,-2],[-7,0],[-7,1],[-4,1],[-2,1],[-1,3],[2,2],[1,2],[1,2],[-1,7],[-2,4],[-4,2],[-1,0]],[[0,8096],[0,1867]],[[0,9963],[2,0],[6,-2],[12,-7],[7,-1],[3,-3],[6,-13],[3,-5],[6,-3],[14,-4],[6,-5],[3,-5],[2,-6],[4,-5],[7,-2],[7,1],[12,6],[8,2],[7,0],[7,2],[7,2],[6,4],[10,8],[6,4],[6,1],[7,-3],[6,-13],[5,-3],[4,1],[2,3],[2,3],[2,1],[3,1],[6,1],[4,0],[3,-1],[7,-4],[4,-1],[4,0],[11,0],[6,-1],[6,-3],[3,-4],[2,-6]],[[244,9903],[-3,-19],[1,-5],[3,-4],[7,-4],[8,-3],[14,-3],[5,-4],[3,-5],[5,-7],[3,-2],[8,-3],[3,-2],[10,-10],[2,-3],[1,-3],[2,-2],[3,-2],[1,0],[3,0],[3,1],[4,2],[20,14],[4,2],[6,2],[5,4],[6,4],[8,1],[13,-4],[7,0],[4,5],[-3,13],[0,6],[3,5],[5,3],[7,0],[6,-2],[6,-1],[8,1],[6,2],[2,5],[-4,7],[19,1],[15,3],[3,0],[3,1],[4,6],[2,1],[6,1],[12,3],[5,1],[2,2],[1,5],[4,4],[7,1],[-2,4],[0,1],[-2,2],[3,3],[6,0],[12,-1],[7,0],[4,0],[3,-2],[12,-5],[4,-1],[1,3],[-1,7],[-3,9],[1,4],[7,1],[6,-1],[4,-4],[3,-5],[4,-4],[4,-2],[4,1],[1,3],[-1,4],[-1,2],[-5,3],[-2,2],[-2,3],[1,1],[2,0],[1,0],[21,-3],[6,-2],[7,-5],[5,-5],[4,-11],[6,-5],[7,-4],[6,-3],[6,-11],[3,-3],[6,-4],[2,0],[30,-16],[6,1],[6,2],[7,1],[1,0],[4,1],[4,3],[5,5],[12,6],[5,4],[11,14],[1,4],[-6,1],[-5,2],[3,7],[-3,2],[-2,11],[-3,4],[-1,3],[-1,2],[-1,3],[0,3],[0,1],[1,0],[1,1],[0,1],[-1,2],[-3,0],[0,1],[0,12],[0,6],[2,5],[2,1],[4,3],[3,2],[1,1],[2,4],[1,1],[3,2]],[[761,9999],[648,0]],[[1409,9999],[1,-4],[-3,-13],[-4,-7],[-1,-4],[2,-12],[1,-13],[-1,-6],[-2,-4],[0,-9],[-11,-15],[1,-8],[-3,-2],[-1,-5],[-3,-13],[0,-18],[0,-4],[2,-3],[5,-7],[2,-4],[0,-12],[1,-7],[2,-5],[18,-23],[3,-6],[2,-14],[3,-7],[3,-6],[4,-5],[11,-9],[13,-5],[15,-3],[15,0],[15,3],[12,4],[91,53],[8,7],[11,5],[3,2],[4,6],[3,2],[13,7],[31,10],[14,3],[22,-4],[10,5],[47,5],[3,3],[2,6],[13,16],[14,24],[9,10],[13,6],[15,2],[7,2],[7,7],[22,10],[23,2],[6,3],[4,5],[5,9],[5,4],[12,8],[3,1],[7,-2],[3,1],[15,13],[5,3],[6,1],[8,1],[8,-1],[5,-2],[5,-2],[19,9],[14,0],[38,-11],[22,-4],[13,0],[11,-1],[-2,-8],[0,-2],[0,-13],[-2,-5],[-6,-5],[-5,-3],[-4,-2],[-12,-1],[-7,-2],[-7,-4],[-4,-6],[2,-7],[5,-2],[13,3],[6,0],[3,-2],[4,-5],[2,-1],[4,0],[5,3],[3,1],[7,0],[5,-1],[4,0],[12,9],[6,2],[14,1],[17,6],[7,1],[24,7],[34,6],[8,2],[6,6],[0,10],[5,4],[9,0],[9,-2],[7,1],[4,9],[2,-4],[3,1],[4,1],[3,-2],[4,-6],[3,-1],[4,0],[9,-1],[5,1],[6,0],[7,-2],[11,-3],[3,0],[3,0],[32,1],[9,4],[40,-19],[9,-7],[14,-20],[9,-4]],[[7793,5143],[11,-21],[3,-12],[-1,-6],[-3,-13],[-1,-7],[-2,-6],[-7,0],[-8,1],[-6,0],[0,-2],[1,-2],[0,-3],[-3,-2],[-4,1],[-2,1],[-2,3],[-2,5],[-1,2],[1,3],[4,6],[1,3],[0,8],[-1,12],[-7,20],[2,12],[3,6],[3,3],[3,0],[5,-4],[1,-4],[-1,-4],[-2,-5],[-1,-5],[5,6],[1,7],[0,8],[-2,7],[5,1],[6,1],[0,-5],[0,-2],[1,-13]],[[6920,5150],[-4,-5],[-10,4],[-16,18],[0,1],[2,2],[2,6],[0,5],[-3,11],[-1,5],[-2,5],[1,3],[3,0],[2,-1],[1,-1],[0,-2],[2,-4],[3,-21],[3,-9],[7,-4],[8,-4],[2,-9]],[[7762,5149],[-3,-3],[-2,5],[5,26],[-3,15],[2,6],[2,4],[7,7],[1,-1],[1,-1],[0,-2],[4,-12],[1,-4],[-1,-5],[-5,-8],[-2,-10],[-7,-17]],[[7371,5210],[-3,-7],[-2,2],[-2,0],[-3,-6],[-5,-7],[-6,-4],[-6,0],[0,2],[2,1],[4,1],[3,0],[-3,4],[-1,1],[-3,2],[2,2],[0,2],[0,3],[1,3],[1,2],[1,2],[21,13],[0,-6],[1,-2],[2,-2],[1,-5],[-5,-1]],[[7291,5184],[-3,-2],[-2,1],[0,14],[2,8],[3,6],[6,12],[6,6],[7,1],[-1,-6],[-8,-13],[-7,-24],[-3,-3]],[[7295,5222],[-2,0],[2,6],[4,9],[5,7],[4,1],[-2,-8],[-9,-9],[-2,-6]],[[7322,5202],[-5,-2],[-4,2],[-3,4],[0,5],[2,5],[2,3],[1,4],[1,6],[-1,10],[2,3],[4,3],[2,-2],[12,-12],[4,-8],[-3,-10],[-7,-3],[-7,-8]],[[7378,5281],[-6,-19],[0,3],[0,2],[-2,3],[-4,-10],[-2,-12],[-2,-10],[-7,-8],[-6,-1],[-3,1],[-2,3],[0,5],[2,2],[11,9],[-2,2],[-13,-7],[-2,-3],[-2,0],[1,7],[1,7],[4,5],[6,2],[3,2],[9,9],[4,0],[2,3],[4,3],[4,2],[2,0]],[[7485,5294],[1,-3],[0,-16],[-3,-7],[-6,-2],[-3,5],[0,8],[3,10],[2,7],[2,-3],[2,2],[1,1],[1,-2]],[[7495,5290],[-3,-3],[0,17],[2,6],[4,-2],[1,-5],[-1,-7],[-3,-6]],[[7496,5317],[-11,-17],[-5,2],[1,4],[3,5],[2,5],[1,14],[2,7],[3,5],[2,-2],[2,-5],[1,-6],[0,-6],[-1,-6]],[[7525,5261],[-6,-3],[-8,0],[-5,1],[-3,3],[-2,4],[9,10],[6,8],[2,5],[3,15],[0,22],[2,24],[5,1],[11,-5],[7,-6],[2,-8],[5,-3],[3,-12],[0,-7],[2,-10],[-5,-9],[-3,-5],[-3,-4],[-4,-7],[-6,-5],[-5,-2],[-3,-1],[-4,-6]],[[7385,5363],[4,-7],[4,-9],[0,-7],[-3,6],[-1,2],[-2,-5],[2,-12],[-2,-6],[-2,3],[0,3],[0,4],[0,3],[2,0],[-2,5],[-3,12],[-2,6],[-1,1],[-3,0],[-1,0],[-1,4],[1,2],[2,1],[2,-1],[1,-1],[5,-4]],[[7391,5363],[-2,-2],[2,18],[1,-1],[1,0],[2,-3],[0,-4],[0,-6],[-3,-1],[-1,-1]],[[7549,5369],[-8,0],[-6,3],[3,9],[11,4],[13,4],[3,-6],[-3,-7],[-6,-4],[-7,-3]],[[7673,5354],[-15,-2],[-10,5],[-9,13],[-5,12],[-2,10],[7,16],[6,3],[28,-34],[2,-13],[-2,-10]],[[7445,5277],[-16,-23],[-6,-5],[0,2],[-2,3],[-7,-7],[-3,-2],[-8,-13],[-3,-1],[-4,-1],[-4,-2],[-3,0],[-2,7],[3,9],[6,9],[4,9],[-18,-23],[-5,-1],[-2,6],[2,9],[3,8],[5,7],[-4,7],[3,11],[13,26],[2,5],[1,6],[0,18],[2,5],[-3,10],[0,6],[1,3],[0,2],[-4,6],[-3,19],[-4,7],[-5,4],[-18,11],[-5,2],[-1,11],[1,11],[7,25],[2,4],[3,2],[5,2],[6,1],[6,1],[3,-10],[4,-10],[4,-9],[5,-10],[4,-7],[5,-6],[5,-7],[3,-15],[3,-10],[8,-6],[14,-12],[6,-7],[-6,-29],[0,-50],[-3,-8]],[[7376,5500],[7,-6],[5,-2],[6,-7],[5,-6],[-5,-1],[-11,2],[-12,1],[-9,-8],[-4,-2],[-5,-4],[-1,-8],[2,-5],[-4,-5],[-4,4],[-4,3],[0,3],[-1,3],[-3,2],[-9,2],[3,4],[0,3],[-1,8],[0,6],[1,5],[3,4],[4,2],[11,-2],[5,1],[2,4],[2,1],[13,0],[4,-2]],[[7388,5530],[7,-5],[0,-2],[-8,0],[-2,0],[3,-2],[3,-2],[3,-3],[1,-3],[-9,1],[-3,1],[-3,2],[-3,6],[-3,2],[-3,1],[-2,0],[-1,-1],[-2,-2],[-4,0],[-8,0],[-3,0],[-5,7],[6,10],[10,8],[8,1],[7,-6],[11,-13]],[[7336,5542],[-3,-2],[-2,13],[-2,4],[12,0],[3,1],[2,1],[2,-3],[0,-2],[-5,-4],[-7,-8]],[[7355,5646],[12,-9],[3,-6],[-11,7],[-7,3],[-1,-4],[-6,-2],[-6,1],[-6,4],[-10,9],[-3,5],[1,2],[8,0],[11,-3],[15,-7]],[[7080,6518],[0,-6],[-1,-1],[1,-1],[4,-2],[2,0],[6,1],[3,-1],[4,-2],[2,-5],[1,-5],[3,-4],[4,-5],[0,-4],[-1,-4],[1,-5],[1,-3],[7,-8],[2,-4],[2,-2],[2,0],[2,0],[2,2],[1,1],[1,0],[0,-1],[4,-4],[-1,-5],[-4,-3],[-6,-2],[6,-3],[5,0],[2,-2],[-1,-7],[-14,-22],[-1,-7],[6,-28],[7,-15],[3,-12],[-3,-22],[0,-23],[-5,-16]],[[7127,6288],[-2,-8],[-1,-3],[-1,-9],[1,-10],[3,-11],[3,-6],[5,-1],[11,4],[12,1],[69,-27],[49,-9],[25,-10],[11,0],[31,6],[26,-2],[13,3],[4,0],[4,-1],[6,-3],[12,-2],[3,0],[1,1],[4,4],[1,0],[5,0],[4,-2],[4,-3],[5,-2],[9,-1],[35,4],[3,1],[9,3],[51,7],[17,0],[4,0],[7,3],[3,0],[15,-7],[46,-12],[12,-2],[3,1],[7,2],[3,0],[4,1],[5,4],[3,1],[5,-1],[2,-2],[3,-3],[5,-4],[5,-1],[8,-1],[7,1],[3,3],[2,5],[4,0],[4,-1],[2,-1],[3,1],[1,4],[2,2],[5,0],[15,-1],[34,4],[17,-3],[6,2],[8,3],[10,-1],[10,-2],[9,-3],[2,-2],[3,-4],[2,-2],[3,-1],[4,0],[2,-1],[2,-1],[4,1],[3,0],[2,-2],[4,-5],[5,-4],[4,-2],[4,-2],[5,-1],[17,-2],[2,-2],[5,-6],[9,-3],[8,-5],[1,-5]],[[7932,6155],[1,-3],[2,-1],[5,-2],[1,0],[0,-1],[10,-6],[3,-2],[1,-1],[-3,-2],[8,-3],[3,-3],[2,-5],[1,-5],[-1,-4],[-4,-6],[-11,-2],[-19,-6],[-3,0],[-3,1],[-1,2],[0,2],[-22,12],[-11,3],[-10,-3],[-1,-5],[1,-6],[4,-10],[1,-5],[0,-4],[-1,-5],[-16,-40],[-3,-12],[-2,-11],[-1,-4],[-3,-5],[-1,-1]],[[7859,6012],[-4,-2],[-5,-3],[-4,-3],[-1,-6],[1,-19],[-1,-9],[-6,-7],[-8,-3],[-9,-1],[-26,2],[0,-4],[7,-10],[0,-4],[-6,2],[-7,4],[-3,3],[-7,-2],[-1,-6],[4,-12],[-1,-6],[-6,-26],[-3,-6],[-4,-2],[-6,1],[-9,9],[-1,3],[-1,7],[-1,2],[-3,0],[-20,4],[-3,-4],[1,-6],[2,-7],[0,-5],[-3,-5],[-6,-1],[-6,0],[-6,4],[-2,4],[-6,13],[-3,1],[-2,-4],[-3,-19],[-2,-7],[-3,-4],[-5,-3],[-7,-2],[-13,-1],[-12,1],[-23,4],[-13,-1],[-4,-8],[-1,-11],[-3,-13],[-4,-2],[-3,0],[-2,1],[-1,1],[-5,0],[-5,-2],[-4,-3],[-4,-4],[-10,-18],[-2,-4],[1,-4],[3,-7],[2,-4],[-1,-6],[-7,-17],[-3,-5],[-6,-2],[-6,-1],[-4,-1],[-3,-6],[1,-7],[5,-2],[5,-2],[2,-5],[-3,-5],[-4,0],[-4,0],[-1,-7],[1,-6],[9,-15],[3,-6],[2,-10],[3,-5],[3,-2],[5,-3],[2,-3],[1,-2],[2,-8],[4,-13],[3,-6],[4,-3],[4,-1],[1,-2],[-1,-2],[-3,-3],[-3,-3],[1,-2],[2,-3],[1,-3],[7,-49],[4,-13],[8,-9],[10,-3],[1,10],[-6,26],[0,14],[2,7],[4,4],[6,1],[6,-5],[5,-5],[3,-5],[1,2],[0,1],[2,-3],[0,-2],[-1,-2],[1,-1],[4,-4],[1,0],[2,-10],[2,-3],[7,-23],[2,-7],[0,-1],[3,-1],[1,-1],[1,-9],[1,-4],[4,-4],[4,-1],[4,-1],[4,-2],[2,-3],[0,-3],[1,-1],[5,2],[2,3],[1,3],[2,2],[3,1],[2,0],[2,-1],[2,0],[3,0],[4,2],[8,1],[4,2],[2,3],[6,4],[2,2],[5,8],[1,1],[-1,1],[0,2],[2,1],[1,0],[3,0],[1,0],[5,5],[1,2],[-1,4],[-4,9],[-5,22],[-5,9],[-1,13],[6,15],[9,14],[8,10],[5,4],[17,7],[5,3],[4,4],[7,11],[1,12],[-9,36],[0,12],[1,6],[2,4],[4,1],[4,-5],[4,-5],[13,-14],[5,-2],[7,2],[5,4],[11,13],[5,5],[13,4],[6,-9],[3,-11],[4,-6],[5,4],[4,15],[5,2],[7,-3],[0,-1]],[[7893,5754],[0,-5],[-3,-13],[1,-11],[12,-35],[1,-15],[2,-4],[2,-3],[4,-3],[1,-3],[1,-2],[-1,-5],[1,-2],[1,-2],[4,-3],[2,-1],[0,-3],[-1,-6],[0,-3],[2,-5],[1,-3],[0,-3],[-2,-6],[-5,-10],[-2,-5],[0,-12],[8,-44],[0,-21],[2,-11],[6,-8],[10,-4],[5,-5],[3,-24],[2,-9],[3,-5],[9,-6],[3,-5],[2,-5],[2,-23],[-1,-18],[1,-5],[4,-10],[1,-5],[18,-101],[0,-8],[-4,-1],[-5,0],[-3,-3],[7,-21],[4,-20],[0,-3],[1,-3]],[[7992,5223],[4,-18],[1,-10],[-5,-47],[4,-73],[1,-8],[3,-15],[11,-31],[1,-3],[1,-4],[-3,-5],[-6,-5],[-8,-5],[-6,0],[-4,4],[-2,6],[-2,12],[-6,13],[-8,1],[-11,-2],[-13,1],[-7,3],[-4,1],[-2,3],[-2,5],[-1,6],[-1,5],[-4,5],[-10,3],[-12,-13],[-10,0],[-5,-1],[-4,-6],[-4,-13],[-9,-12],[-2,-5],[0,-6],[3,-12],[-1,-6],[-2,-10],[-1,-4],[2,-6],[3,-4],[7,-6],[2,-5],[2,-5],[13,-10]],[[7895,4941],[-2,-11],[-1,-13],[1,-13],[4,-11],[9,-13],[1,-3],[1,-6],[6,-16],[2,-4],[1,-3],[-1,-3],[-3,-3],[-1,1],[-2,2],[-2,2],[-2,2],[-7,16],[-22,36],[-5,20],[-2,3],[-16,13],[-3,4],[-6,9],[-3,5],[-14,15],[-2,5],[-1,7],[3,20],[-1,7],[-1,6],[-17,29],[-3,3],[-4,2],[-3,4],[-2,6],[-1,5],[2,0],[1,-1],[0,-1],[1,0],[3,5],[3,6],[5,3],[6,-2],[-4,4],[-3,5],[-1,7],[0,5],[2,4],[5,4],[3,4],[-2,5],[5,5],[1,3],[-1,3],[2,3],[-1,2],[-2,2],[-2,1],[1,3],[1,3],[0,2],[-1,3],[-1,-3],[0,-1],[-2,0],[3,0],[-4,-11],[-4,-4],[-5,0],[-3,3],[1,5],[2,5],[0,4],[-2,0],[-2,-6],[-3,1],[-3,3],[-1,5],[1,7],[3,1],[4,1],[5,4],[-2,3],[-6,-4],[-2,3],[2,4],[8,3],[0,2],[-15,-1],[-6,-2],[-5,-1],[-3,2],[1,8],[3,6],[6,3],[-3,3],[1,3],[4,3],[4,1],[0,3],[-3,-1],[-3,-1],[-3,-2],[-2,-3],[-1,4],[-2,6],[-1,12],[-1,3],[-5,5],[-1,3],[0,11],[-8,32],[0,10],[3,-1],[1,0],[-1,4],[-3,-1],[-2,-4],[0,-6],[-2,0],[-4,6],[-3,6],[-2,8],[0,7],[2,5],[2,3],[3,2],[2,3],[-1,5],[-2,3],[-4,1],[-2,2],[-1,7],[6,4],[8,2],[6,4],[4,5],[7,22],[-2,0],[-4,0],[-1,-5],[-3,-12],[0,-2],[-2,-2],[-3,-3],[-5,-4],[-6,-1],[-1,-2],[-7,-4],[-2,-3],[0,-5],[4,-2],[4,-1],[2,-2],[0,-6],[-5,-4],[-7,0],[-5,7],[-5,36],[-3,11],[-22,38],[-39,51],[-10,3],[-6,5],[-4,6],[-3,4],[-2,-1],[-2,2],[-2,3],[0,4],[0,3],[3,4],[2,9],[5,13],[1,8],[-3,0],[-1,-6],[-5,-16],[-3,-4],[-7,-2],[-5,-5],[-1,-6],[1,-8],[-5,3],[-4,2],[-6,1],[-6,1],[0,-3],[6,-1],[1,-3],[-3,-3],[-6,-1],[-16,-1],[6,-1],[5,-2],[2,-2],[-1,-5],[-4,-2],[-5,-1],[-5,-1],[0,1],[-10,1],[-1,0],[-1,0],[-1,1],[0,5],[0,1],[-4,1],[-4,1],[-11,0],[0,-2],[4,-3],[2,-4],[-3,-2],[-7,0],[0,-2],[18,-4],[8,-3],[4,-7],[-1,-4],[-3,-4],[-3,-12],[-7,-5],[-5,-5],[-9,-2],[-15,-3],[-12,6],[-6,8],[-3,13],[-4,4],[-3,5],[-3,10],[-3,2],[-5,-1],[5,-4],[4,-9],[3,-9],[-1,-6],[-6,-3],[-10,-1],[-10,0],[-4,3],[-2,5],[-8,5],[-2,3],[-1,3],[-5,6],[-2,8],[-4,2],[-9,-1],[-1,2],[-4,11],[-3,2],[-2,1],[-3,1],[-2,6],[-4,6],[-1,2],[-1,3],[-4,8],[-2,11],[-2,5],[-3,5],[-2,5],[-1,7],[-2,4],[-24,30],[-4,8],[0,3],[0,4],[3,18],[1,13],[2,7],[3,6],[3,5],[-2,6],[2,0],[-5,10],[0,4],[3,3],[-1,0],[-1,0],[0,1],[0,1],[-8,-2],[-5,6],[-3,10],[-1,5],[0,18],[3,7],[8,5],[18,0],[7,3],[0,12],[-1,4],[-2,2],[-3,0],[-5,0],[-1,-2],[3,-2],[5,-5],[-2,-6],[-5,3],[-4,0],[-6,-3],[-8,-2],[-4,-3],[-2,1],[-4,12],[1,9],[5,7],[8,3],[-2,3],[-1,-2],[-2,-1],[-2,3],[-5,0],[-12,-4],[2,-5],[-1,-2],[-4,-2],[-5,0],[-5,0],[-4,2],[-8,4],[2,-5],[5,-3],[5,-1],[5,-1],[11,-1],[3,-2],[1,-28],[-1,-3],[-3,-2],[-2,-4],[-2,-6],[-1,-5],[-10,4],[-61,11],[-12,4],[-11,7],[0,-4],[3,-3],[40,-23],[5,-3],[3,-4],[2,-4],[3,-3],[10,-2],[8,-4],[5,-1],[21,-2],[2,-2],[9,-13],[2,-5],[1,-11],[-1,2],[-3,3],[-3,3],[2,-6],[1,-19],[-1,-7],[-9,-11],[-1,-2],[-4,1],[-1,3],[1,3],[4,2],[0,2],[-3,0],[-3,-4],[-4,-3],[-4,-2],[-6,-2],[-12,1],[-3,-2],[-2,-5],[0,-2],[2,-7],[4,-9],[6,-10],[6,-7],[1,-1],[-1,-4],[1,-2],[1,-1],[1,0],[2,0],[1,-1],[3,-3],[2,-2],[-2,-3],[-5,-2],[-4,0],[-5,2],[-4,-1],[-6,-7],[-3,-10],[-4,-8],[-9,-2],[5,-4],[-1,-4],[-4,-2],[-4,4],[-7,-4],[5,-4],[9,-2],[6,-3],[3,6],[5,-1],[5,-5],[4,-4],[1,-3],[1,-10],[4,-10],[1,-11],[-1,-2],[-3,-4],[-3,-1],[-7,-1],[-3,-2],[-2,-4],[-3,-17],[0,-5],[1,3],[2,2],[2,2],[1,2],[1,3],[-1,6],[0,3],[3,4],[5,3],[6,1],[6,-1],[11,-7],[5,-9],[4,-10],[5,-10],[-4,1],[-2,1],[0,-7],[2,-6],[6,-11],[2,-6],[0,-6],[-2,-13],[-10,-23],[-7,-11],[-6,-2],[-8,-4],[-4,-2],[-1,-3],[-1,-4],[-2,-5],[-9,-14],[-3,-4],[-3,-1],[-4,1],[-6,2],[-4,2],[-2,3],[2,7],[7,15],[2,7],[-4,9],[-1,4],[2,10],[-1,4],[-5,1],[1,-6],[-3,-14],[1,-5],[2,-2],[2,0],[2,-2],[1,-3],[0,-2],[-2,-2],[-2,-2],[0,-1],[-1,0],[-1,-1],[-1,-5],[-1,0],[-1,1],[-1,-1],[-1,-3],[-1,-9],[-2,-4],[-1,-3],[-6,-8],[-4,-4],[0,-1],[-2,-5],[-6,-12],[-1,-5],[-1,-12],[-3,-11],[-3,-7],[-3,-4],[-17,-13],[-5,-3],[-5,-1],[-7,1],[-12,4],[-5,2],[-5,2],[-2,5],[3,4],[5,-1],[-2,4],[1,3],[4,3],[1,4],[0,2],[-1,2],[0,2],[1,3],[-3,-4],[-5,-12],[-3,-3],[-3,-1],[-4,-4],[-3,-1],[-3,0],[-4,4],[-4,0],[3,8],[0,17],[4,7],[3,2],[3,2],[4,3],[3,3],[1,5],[1,4],[1,4],[3,4],[13,11],[1,1],[2,4],[2,2],[3,1],[3,0],[2,-2],[2,0],[6,4],[5,7],[2,8],[0,8],[-6,-13],[-4,-7],[-4,-3],[-9,-1],[-5,-3],[-18,-18],[-3,-3],[-2,-7],[-4,-6],[-1,-2],[-2,-1],[-4,-1],[-3,1],[-10,3],[1,5],[1,4],[2,4],[3,2],[3,2],[2,2],[1,4],[-1,10],[1,3],[1,5],[3,3],[4,1],[2,2],[2,4],[-8,-3],[-4,-5],[-5,-15],[-2,-4],[-9,-7],[-2,-3],[1,-14],[-1,-4],[-4,-4],[-6,2],[-5,6],[-2,6],[0,3],[-3,7],[-1,3],[-1,23],[-3,13],[0,7],[-1,3],[-4,6],[-2,3],[-1,4],[0,3],[0,4],[1,4],[7,14],[25,34],[2,4],[1,4],[2,3],[4,3],[-9,-5],[-1,-1],[-10,-9],[-4,-5],[-2,-5],[-2,-5],[-6,1],[-9,7],[1,-6],[1,-6],[2,-5],[-2,-6],[-13,-23],[4,-7],[3,-11],[4,-21],[0,-10],[0,-5],[-3,-4],[-5,-3],[-5,0],[-5,2],[-6,0],[0,-3],[7,-2],[6,-4],[3,-4],[2,-8],[-1,-2],[-1,-6],[0,-3],[1,-3],[4,-6],[3,-6],[3,-4],[2,-3],[-3,-5],[-2,-1],[-7,-1],[-8,-7],[-2,-2],[0,-1],[-1,-2],[-3,-1],[-6,-2],[-3,-1],[-2,2],[-1,4],[-4,-1],[-5,-3],[-4,-1],[-5,0],[-6,1],[-5,2],[-4,3],[-1,2],[-2,4],[0,3],[4,5],[-1,3],[-5,6],[-8,-17],[3,-5],[6,-8],[7,-7],[7,-3],[2,-3],[-3,-6],[-7,-4],[-8,1],[-3,3],[-4,0],[-8,-2],[0,-1],[3,-9],[1,-2],[-6,-6],[-7,4],[-9,13],[1,5],[-4,13],[1,7],[3,4],[5,6],[3,5],[1,5],[-2,22],[3,18],[2,6],[7,12],[2,7],[-1,7],[-3,6],[-4,6],[-4,4],[0,5],[9,11],[3,5],[0,7],[1,6],[2,6],[3,6],[-3,-3],[-3,-4],[-5,-8],[-3,-3],[-1,-3],[2,-7],[-1,-3],[-6,-4],[-4,-6],[0,-4],[7,-10],[1,-4],[1,-3],[0,-7],[0,-4],[-4,-5],[0,-4],[-3,-19],[-1,-5],[-6,-2],[-3,4],[0,14],[1,3],[3,7],[0,4],[-14,30],[-1,6],[2,14],[-1,6],[-3,7],[-2,0],[-3,-20],[3,-39],[2,0],[1,4],[1,4],[2,2],[1,-1],[0,-2],[1,-4],[2,-4],[2,-2],[1,-4],[0,-4],[-3,-8],[-1,-1],[-4,-1],[-1,-1],[1,-2],[0,-2],[2,-1],[1,-4],[4,-7],[2,-3],[0,-2],[-3,-17],[-3,-3],[-4,-3],[-4,-4],[-4,-5],[0,-4],[1,-5],[1,-8],[-1,-7],[-3,-6],[-4,-5],[-12,-9],[-3,0],[-8,8],[-2,5],[0,8],[1,14],[1,5],[4,10],[1,7],[-1,6],[-6,10],[-1,6],[-3,0],[-2,-5],[1,-4],[2,-4],[2,-4],[0,-5],[-1,-3],[-6,-5],[-3,-3],[-2,-3],[-5,-12],[-2,-2],[-1,0],[-2,4],[-2,0],[0,-8],[3,-12],[-1,-8],[-5,-10],[1,-4],[6,-3],[-3,-4],[-6,-3],[-6,-3],[-6,0],[-6,3],[-2,6],[1,5],[4,3],[0,3],[-9,25],[-1,3],[0,3],[-1,2],[-3,-2],[-3,-3],[-2,-3],[-1,-1],[-5,1],[-6,3],[-4,3],[-1,2],[-8,25],[0,5],[0,6],[4,13],[0,7],[-2,7],[-7,8],[-2,5],[2,14],[-1,6]],[[6893,5270],[6,7],[-1,7],[-2,6],[-2,5],[-14,17],[-3,6],[5,3],[-6,8],[-1,4],[-4,16],[0,3],[1,3],[3,5],[0,2],[-1,7],[-6,12],[-3,12],[-3,2],[-10,4],[7,4],[2,7],[-2,9],[-3,7],[-4,7],[-1,7],[-1,4],[-4,9],[0,5],[2,4],[3,4],[4,5],[1,4],[1,6],[1,6],[-1,4],[-4,3],[-8,3],[-4,4],[-7,14],[-3,5],[-6,7],[-1,3],[0,6],[3,9],[1,16],[4,8],[17,16],[8,7],[3,2],[2,4],[0,2],[-2,2],[-9,-1],[-2,1],[-3,1],[-22,7],[-5,1],[-4,0],[-3,-2],[-2,-2],[-2,-1],[-4,0],[-20,6],[-4,4],[-4,5],[0,7],[3,6],[8,11],[15,37],[0,6],[-4,3],[-4,-3],[-3,-5],[-4,-1],[-5,8],[-3,2],[-10,5],[-5,6],[-7,11],[-5,5],[-2,1],[-6,-1],[-4,1],[-3,3],[0,2],[1,2],[1,4],[-2,1],[-3,1],[-3,1],[0,4],[6,28],[0,3],[-3,4],[1,3],[1,4],[5,6],[1,4],[0,3],[0,2],[-1,3],[1,3],[5,4],[6,0],[7,-1],[6,2],[4,2],[12,11],[3,4],[1,5],[-1,7],[-2,6],[-2,3],[4,6],[4,4],[-1,3],[-7,2],[-1,4],[-6,4],[-2,4],[1,3],[2,6],[0,4],[-1,6],[0,3],[1,4],[4,3],[7,2],[4,2],[1,3],[4,4],[1,3],[-1,1],[0,5],[-1,2],[-2,12],[-7,9],[-10,5],[-7,2],[-3,-7],[-5,-7],[-7,0],[-15,4],[-20,1],[-8,2],[-23,16],[-82,39],[-9,2],[0,2],[-3,4],[-3,4],[-1,1],[-1,1],[0,16],[-1,2],[-4,4],[-3,7],[-5,2],[-6,1],[1,9],[3,6],[4,5],[1,14],[4,1],[4,1],[2,3],[1,4],[0,4],[2,2],[5,-1],[3,6],[4,3],[3,4],[-1,6],[-4,11],[-2,3],[-1,1],[0,2],[15,7],[6,2],[6,-1],[5,-3],[5,-5],[2,-6],[1,-6],[3,0],[14,-3],[5,0],[3,2],[5,9],[11,12],[4,8],[1,8],[7,8],[4,9],[3,20],[-1,17],[3,6],[10,1],[6,-1],[9,-3],[9,-3],[1,0],[2,0],[3,1],[2,1],[4,4],[3,1],[11,-1],[10,-1],[18,-7],[19,-1],[2,1],[4,7],[2,2],[2,1],[2,-1],[2,-1],[22,-7],[8,0],[-5,6],[6,2],[1,3],[-1,4],[0,4],[3,3],[12,8],[2,3],[1,3],[-1,3],[-2,2],[-16,0],[-7,1],[-5,4],[-2,2],[-7,0],[-3,1],[-2,2],[-7,8],[-2,3],[0,3],[-1,3],[-3,2],[0,2],[5,11],[-1,6],[-2,4],[-4,4],[-4,4],[-3,2],[-9,3],[0,-5],[-3,-2],[-3,0],[-3,1],[-2,0],[-4,-3],[-2,-3],[-3,-2],[-4,-1],[-6,1],[-11,6],[-6,3],[-13,0],[-6,1],[-4,3],[-2,4],[-8,6],[-4,6],[-11,6],[-5,3],[-1,19],[-8,9],[-23,13],[-19,20],[-10,5],[-14,-4],[-5,-3],[-6,-2],[-6,0],[-4,3],[-2,6],[-2,3],[-5,5],[0,3],[1,2],[-3,5],[-2,14],[1,1],[2,1],[1,2],[6,18],[6,10],[8,6],[2,5],[0,4],[-2,2],[-2,1],[-1,1],[0,3],[0,2],[1,1],[3,10],[3,4],[10,6],[3,2],[2,2],[2,2],[4,2],[6,1],[18,5],[6,3],[2,5],[0,11],[1,5],[5,5],[4,4],[15,9],[2,2],[2,3],[2,1],[3,-2],[2,0],[3,0],[3,0],[2,0],[7,-1],[0,8],[-7,17],[-4,7],[-8,3],[-18,3],[-8,3],[-2,0],[-1,-2],[-1,-7],[-1,-2],[-4,1],[-3,4],[0,5],[2,4],[4,6],[6,20],[2,4],[4,6],[4,4],[3,-2],[1,-6],[-1,-6],[1,-6],[4,-4],[11,-3],[5,-2],[4,-5],[4,-3],[4,-3],[2,-2],[6,-4],[8,-3],[2,0],[7,0],[4,-1],[2,-3],[1,-4],[3,-3],[3,-1],[4,-2],[7,-1],[-1,-3],[-1,-3],[1,-2],[2,0],[3,-1],[-1,-6],[2,-2],[7,-3],[5,-3],[0,-4],[-2,-6],[-5,-3],[-11,-5],[-2,-2],[5,-4],[27,9],[11,-4],[2,-5],[2,-5],[3,-4],[6,-2],[5,1],[4,10],[7,4],[8,-1],[14,-12],[9,-3],[13,3],[7,4],[-2,6],[-3,1],[-4,0],[-2,2],[1,6],[-3,-1],[-3,-1],[-2,1],[-2,2],[-3,9],[-8,4],[-9,2],[-6,6],[-1,6],[3,5],[4,5],[4,4],[5,2],[3,-1],[3,-2],[5,-4],[3,-1],[5,-5],[3,-2],[3,-1],[7,-2],[3,-2],[1,-4],[-1,-2],[1,-2],[5,-2],[7,-2],[2,-2],[1,-5],[-3,-1],[-5,2],[-3,0],[0,-9],[2,-5],[6,-9],[3,-5],[2,-18],[3,-6],[3,-4],[21,-8],[5,-3],[3,-3],[2,-6],[3,-3],[11,-5],[7,-8],[6,-3],[6,-3],[5,0],[5,3],[4,3],[4,0],[4,-7],[2,0],[1,0],[2,0],[2,0],[16,2],[2,-1],[2,0],[1,-1],[4,-7],[3,-3],[3,-1],[5,0],[2,3],[1,4],[-1,4],[3,9],[14,10],[2,5],[-2,4],[-4,0],[-4,-1],[-4,2],[0,3],[4,3],[4,2],[4,2],[-6,1],[-5,2],[-2,4],[3,5],[3,2],[2,1],[2,0],[6,-2],[1,2],[-3,3],[0,10],[2,2],[7,2],[5,-1],[2,-4],[0,-7]],[[7697,7002],[-2,-13],[-15,-18],[-2,-12],[7,-22],[3,-5],[9,-6],[3,-5],[5,-5],[7,-2],[8,-1],[6,-3],[6,-6],[0,-5],[2,-2],[9,0],[24,8],[9,1],[11,0],[4,1],[9,6],[4,1],[7,-7],[27,-45],[1,-4],[-2,-5],[-9,-7],[-5,-5],[-1,-2],[-1,-6],[-1,-3],[-2,-2],[-4,-4],[0,-1],[-1,-1],[-3,-5],[-1,-5],[-1,-6],[0,-5],[4,-10],[15,-14],[6,-10],[5,-18],[-1,-5]],[[7837,6744],[-3,-10],[-11,-10],[-19,-3],[-6,3],[-10,7],[-5,2],[-5,-1],[1,-4],[0,-5],[-7,-2],[4,-4],[0,-6],[-2,-3],[-5,0],[-3,5],[-1,5],[-2,4],[-6,3],[-9,-2],[-20,-11],[-9,-4],[-15,-2],[-5,1],[-14,3],[-6,0],[-11,-3],[-6,-1],[-4,3],[-7,14],[-3,4],[-5,1],[-12,1],[-5,-1],[-5,-3],[-4,-5],[-2,-5],[-4,-6],[-4,-4],[-5,-2],[-5,-3],[-5,-1],[-7,0],[-4,2],[-9,5],[-11,2],[-22,-1],[-11,1],[-9,0],[-16,-6],[-1,0],[-20,-1],[-71,-4],[-41,4],[-35,16],[-29,18],[-10,2],[-7,-2],[-4,-3],[-4,-4],[-5,-3],[-6,-2],[-12,0],[-5,0],[-11,-6],[-8,-19],[-7,-6],[-12,-3],[-36,-3],[-20,-5],[-6,0],[-4,0],[-6,2]],[[7143,6683],[-3,0],[-1,1],[-3,2],[-1,0],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,0],[-3,1],[-2,0],[-12,0],[-2,1],[-5,0],[-17,7],[-6,0],[-11,-4],[-6,0],[-4,3],[5,8],[-1,6],[-8,5],[-12,4],[-13,2],[-19,-2],[-11,5],[-12,8],[-9,5],[-13,-3],[-4,0],[-4,0],[-4,-3],[-3,-3],[-3,-2],[-9,-2],[-9,-1],[-18,1],[-10,3],[-4,4],[-2,6],[-5,8],[-5,5],[-7,5],[-8,3],[-6,-1],[-3,-1],[-4,-1],[-4,0],[-3,2],[-2,3],[0,3],[0,3],[0,4],[-6,6],[-6,-1],[-6,-4],[-5,-6],[-2,15],[0,17],[-1,8],[-5,7],[-7,4],[-19,9],[-3,2]],[[6791,6814],[-1,1],[3,9],[5,10],[6,9],[8,4],[19,5],[5,3],[2,2],[3,9]],[[6841,6866],[7,4],[11,0],[7,-5],[7,5],[-5,8],[-5,11],[-4,13],[2,7],[3,7],[5,4],[-1,2],[-1,2],[-1,4],[2,4],[4,2],[4,4],[-1,3],[4,5],[6,1],[2,4],[3,5],[4,2],[9,3],[3,-1],[1,0],[2,0],[3,-1],[1,-1],[1,4],[9,11],[13,20],[6,13],[3,11],[10,6],[13,5],[11,8],[11,12],[15,25],[1,2],[7,11],[5,5],[5,4],[6,2],[6,4],[15,17],[5,3],[6,1],[38,6],[11,5],[6,9],[2,5],[5,3],[11,6],[2,3],[5,6],[3,2],[3,2],[3,-1],[11,5],[11,-2],[6,3],[6,1],[25,7],[16,-3],[10,-4],[7,1],[7,7],[8,3],[12,-7],[0,-11],[9,-11],[12,-2],[7,13],[11,0],[9,-5],[12,0],[16,-10],[13,-1],[12,-4],[4,-10],[-10,-3],[-6,-10],[-10,-1],[-9,-9],[-4,-17],[6,1],[5,0],[21,-3],[6,2],[8,1],[9,4],[5,1],[5,-1],[14,-8],[9,-2],[10,-2],[20,-1],[18,-4],[16,-11],[4,-4],[11,-5],[13,-1],[13,3],[9,7],[4,6],[13,13],[6,4],[8,1],[8,-1],[8,1],[6,5],[6,-10],[10,-8],[24,-11],[6,-2],[3,-1],[4,-1],[12,0],[12,-4],[13,-2],[7,-1],[7,-3],[5,-3],[4,-7],[-1,-6],[-4,-7],[-2,-7],[-1,-7],[2,-22]],[[9475,7143],[-12,6],[-17,12],[-3,2],[-3,8],[-3,1],[-3,0],[-3,1],[-21,16],[-11,3],[-15,-6],[-11,-6],[-10,-2],[-10,2],[-11,5],[-4,23],[-14,15],[-22,13],[-22,21],[-27,7],[-17,-8],[-10,-16],[-3,-14],[-1,-18],[-6,-2],[-10,20],[-11,10],[13,14],[-10,14],[21,10],[29,21],[-1,14],[-5,16],[-17,17],[-4,7],[-3,13],[-3,6],[-5,4],[-5,1],[-2,2],[0,3],[2,4],[-29,13],[-5,19],[-22,-6],[-26,-16],[-7,25],[3,5],[3,4],[5,3],[33,8],[4,2],[5,10],[7,10],[0,4],[-5,5],[-4,2],[-4,-2],[-6,-4],[-12,-6],[-10,0],[-9,5],[-9,9],[-4,5],[-4,16],[-3,4],[-21,0],[-19,-1],[-19,-2],[-28,-10],[-21,8],[-6,-2],[-10,-1],[1,-21],[-10,-17],[-22,3],[-17,7],[-3,-1],[-3,0],[-3,-1],[-3,-2],[-1,-2],[1,-3],[-1,-3],[-11,-1],[-1,-3],[3,-12],[0,-7],[-3,-2],[-11,2],[-3,-4],[-6,7],[-1,12],[-6,-3],[-5,-14],[-12,3],[-20,-1],[-10,-7],[2,-19],[-18,2],[-2,2],[-1,2],[0,3],[-2,2],[-2,2],[-3,1],[-23,3],[-6,2],[-16,8],[-18,4],[-6,2],[-5,3],[3,-6],[5,-5],[2,-3],[-7,2],[-23,9],[-11,3],[-13,0],[-5,-1],[-7,0],[-4,3],[2,12],[-4,5],[-16,16],[-11,7],[-12,4],[-10,-1],[-5,-4],[-17,-22],[-4,-3],[-6,-2],[-7,-1],[-16,0],[-8,-1],[-8,-4],[-3,-3],[-5,-8],[-3,-3],[-4,-1],[-12,0],[-5,-15],[12,-12],[12,-11],[-17,-14],[-13,-14],[-24,-1],[-12,-10],[-18,-4],[-16,-6],[-5,-3],[-6,-3],[-5,-3],[-5,1],[-7,0],[-6,-1],[-3,-3],[0,-2],[1,-2],[0,-2],[-1,-2],[-3,-1],[-3,0],[-4,-1],[-1,-3],[-2,-2],[-19,-5],[-5,-3],[-21,-16],[-5,-2],[-5,2],[-5,2],[-5,-3],[-5,-5],[-5,-2],[-6,0],[-17,2],[-33,-2],[-29,-15],[-12,-6],[-16,-13],[-14,-6],[-10,-7],[-10,-8],[-2,-10],[-4,-11],[-6,-11],[-8,-7],[-29,-18],[-8,-8],[-4,-4],[-12,-3],[-6,-3],[-4,-4],[-8,-10],[-5,-4],[-4,-2],[-5,-2],[-5,0],[-4,0],[-2,2],[-1,2],[-1,1],[-3,-1],[-19,-11],[-9,-7],[-8,-8],[-5,-11],[0,-4],[5,-2],[11,-1],[4,-3],[0,-4],[-3,-9],[-1,-9],[-8,-9],[-11,-7],[-9,-3],[-7,-1],[-4,-2],[-8,-8],[-5,-3],[-15,-4],[-11,-7],[-4,-1],[-3,3],[-4,7],[-4,1],[-3,-4],[-2,-7],[-2,-5],[-6,-1],[-3,4],[-2,5],[-1,1],[-4,-9],[-4,-6],[-5,3],[-4,5],[-6,12],[-2,4],[-3,1],[-4,-5],[0,-3],[2,-3],[0,-3],[-2,-3],[-2,-1],[-4,0],[-26,2],[-6,-1],[-12,-5],[-17,-16],[-12,-5],[-7,0],[-14,2],[-13,-1],[-5,2],[-11,6],[-13,3],[-44,-2]],[[6841,6866],[-9,5],[-4,3],[-7,8],[-3,2],[-4,1],[-4,2],[-6,7],[-5,8],[-1,9],[0,10],[1,5],[-5,6],[-1,4],[3,5],[6,8],[5,11],[7,10],[15,58],[0,5],[-1,5],[-3,5],[-7,7],[-3,4],[0,5],[3,10],[-1,6],[-4,5],[-7,5],[-14,8],[-8,2],[-18,3],[-7,4],[-6,7],[-6,0],[-12,-9],[-7,-6],[-5,-6],[-4,-3],[-9,2],[-6,-1],[-17,-11],[-7,-4],[-56,-8],[-8,-2],[-3,-1],[-4,0],[-8,1],[-3,-1],[-5,-6],[-1,-7],[3,-8],[4,-6]],[[6599,7033],[-7,2],[-14,6],[-7,2],[-3,0],[-9,-3],[-4,-1],[-4,1],[-6,3],[-4,1],[-24,1],[-6,3],[-4,-1],[-3,-4],[-5,-9],[-6,-7],[-7,-6],[-10,-4],[-8,-1],[-7,3],[-5,2],[-8,1],[-5,-1],[-9,-5],[-5,0],[-3,2],[-2,3],[-1,2],[-1,1],[-7,2],[-5,0],[-12,-3],[-28,-7],[-5,0],[0,5],[3,5],[2,4],[-7,2],[-9,-3],[-7,-6],[-7,-3],[-18,4],[-16,-2],[-8,1],[-12,5],[-17,20],[-10,9],[-8,4],[-5,1],[-2,-1],[-4,-1],[-9,-1],[-8,0],[-7,3],[-5,5],[-3,8],[-8,6],[-22,-1],[-10,3],[-2,4],[1,9],[-1,4],[-5,3],[-5,4],[-7,2],[-5,0],[-4,-2],[-7,-5],[-5,-1],[-5,2],[-4,3],[-4,3],[-5,-1],[-3,-3],[-1,-5],[0,-5],[-1,-4],[-2,-4],[-3,-3],[-2,-4],[0,-5],[0,-8],[-2,-5],[-4,-5],[-7,-3],[-11,-5],[-4,0],[-6,2],[-11,7],[-3,2],[-3,-1],[-2,-1],[-3,-1],[-3,1],[-3,2],[-7,8],[-5,3],[-6,1],[-7,1],[-6,2],[-5,2],[-2,4],[-2,9],[-2,3],[-3,2],[0,3],[2,6],[2,6],[0,7],[-3,6],[-6,1],[-28,-24],[1,-3],[3,-5],[1,-2],[0,-2],[-1,-5],[0,-3],[-1,-2],[1,-1],[3,-2],[3,-3],[0,-3],[-1,-2],[0,-4],[1,-2],[2,-2],[2,-2],[0,-3],[-2,-2],[-9,-8],[-5,-2],[-2,0],[-1,0],[-8,0],[-14,-1],[-6,2],[-3,7],[0,7],[1,6],[0,6],[-4,6],[-11,8],[-3,4],[-2,7],[-1,4],[1,3],[-1,3],[-5,6],[-2,7],[-1,3],[-5,5],[-6,4],[-14,5],[-8,5],[-7,5],[-6,7],[-5,8],[0,14],[-2,6],[-4,0],[-1,-3],[0,-3],[-1,-3],[-2,-1],[-6,-2],[-3,-2],[-8,-12],[-4,0],[-5,4],[-6,4],[-7,1],[-7,1],[-7,0],[-7,-1],[-9,4],[-5,2],[-5,-1],[-4,-2],[-8,-7],[-4,-2],[-6,1],[-3,2],[-3,3],[-4,1],[-4,0],[-8,-4],[-4,-1],[-6,1],[-6,1],[-5,2],[-10,8],[-6,-1],[-7,-3],[-7,0],[-7,4],[-2,4],[0,4],[1,9],[0,6],[-2,17],[2,3],[8,5],[2,4],[0,5],[0,2],[2,2],[5,2],[3,2],[1,3],[1,2],[4,16],[-2,3],[-16,5],[-11,7],[-6,2],[-8,-2],[-2,-1],[-2,-3],[-3,-5],[-2,-3],[-2,-1],[-3,-1],[-10,-4],[-2,-2],[-3,-7],[-3,-2],[-3,-1],[-3,0],[-5,2],[-4,0],[-18,0],[-3,0],[-4,1],[-6,4],[-8,8],[-6,3],[-14,1],[-4,2],[1,14],[-3,3],[-6,1],[-6,2],[-2,2],[-3,6],[-3,1],[-18,3],[-6,1],[-5,3],[-5,2],[-7,0],[-8,2],[-4,6],[-5,14],[-3,3],[-6,5],[-5,7],[-4,3],[-3,1],[-22,4],[-16,8],[-3,4],[-5,9],[7,26],[-3,4],[-7,2],[-7,4],[-2,9],[-1,3],[-2,2],[-7,6],[-2,6],[3,5],[4,5],[2,5],[-1,4],[-5,1],[-5,-1],[-4,1],[-2,4],[-2,8],[-3,3],[-6,0],[-5,-2],[-6,-1],[-4,4],[-3,3],[-4,1],[-4,-1],[-4,-2],[0,4],[-2,2],[-3,2],[-4,1],[-4,0],[-6,-1],[-9,-2],[-2,-2],[-3,-4],[-2,-1],[-8,-2],[-14,-6],[-7,-1],[-8,1],[-8,0],[-7,-3],[-7,-5],[-2,-5],[-1,-5],[-3,-5],[-5,-2],[-4,1],[-13,2],[-4,2],[-3,2],[-8,1],[-4,1],[-2,3],[-1,3],[0,7],[-3,11],[-3,5],[-6,3],[-8,3],[-4,3],[-3,8],[-3,3],[-4,1],[-4,3],[-1,5],[0,4],[0,3],[-10,7],[-1,4],[1,4],[-1,6],[-8,7],[-20,-4],[-5,7],[0,4],[2,2],[2,1],[1,3],[-1,5],[-3,4],[-7,6],[-2,1],[-5,2],[-3,1],[-1,2],[-1,4],[-1,1],[-4,3],[-4,1],[-4,0],[-7,0],[-8,-2],[-2,-1],[-2,-3],[-1,-4],[-2,-4],[-4,0],[-3,2],[-5,8],[-2,3],[-18,13],[-4,1],[-7,-1],[-3,0],[-2,2],[-5,5],[-3,1],[-6,-3],[-7,-4],[-7,-2],[-4,5],[-2,4],[-3,2],[-4,1],[-4,2],[-3,3],[-6,7],[-19,13],[-3,5],[1,4],[1,3],[0,3],[-3,2],[-4,0],[-6,-2],[-3,0],[-6,3],[-24,26],[-5,3],[-15,4],[-6,2],[-6,4],[-5,4],[-4,5],[-5,3],[-5,0],[-4,-1],[-5,1],[-3,1],[-4,5],[-2,2],[-7,2],[-7,0],[-6,1],[-14,7],[-6,-1],[-6,-1],[-6,0],[-3,4],[-3,6],[-2,7],[0,4],[7,11],[2,6],[-5,4],[-8,3],[-6,3],[-3,6],[-1,8],[3,17],[-1,5],[-5,2],[-7,1],[-14,-1],[-3,-1],[-3,-1],[-3,-1],[-3,1],[-2,1],[-4,5],[-2,1],[-7,1],[-10,0],[-14,5],[-6,-1],[-7,-2],[-7,-1],[-7,1],[-38,15],[-7,2],[-7,-1],[-2,-2],[-1,-3],[-1,-2],[-4,-2],[-6,-1],[-3,-1],[-1,-3],[-4,-11],[-3,-1],[-8,1],[-7,3],[-11,9],[-6,2],[-6,-1],[-1,-4],[1,-5],[-2,-5],[-3,-4],[-1,-5],[0,-11],[0,-2],[2,-5],[1,-3],[-1,-3],[-4,-5],[-2,-10],[-2,-5],[-4,-4],[-5,-3],[-4,-1],[-5,0],[-5,0],[-3,-2],[0,-2],[2,-5],[1,-2],[-1,-5],[-2,-2],[0,-1],[-3,-2],[-6,-1],[-4,-3],[1,-9],[-4,-4],[-7,-1],[-14,6],[-8,0],[-8,-2],[-4,3],[-3,14],[-3,4],[-7,11],[-4,10],[-3,6],[-4,5],[-4,2]],[[4373,7752],[3,5],[-3,4],[-6,9],[-10,5],[-24,5],[-27,10],[-4,4],[-4,4],[-6,10],[-4,4],[-9,6],[-31,15],[-6,2],[-5,0],[-5,-2],[-6,0],[-5,1],[-10,5],[-16,6],[-31,15],[-23,5],[-11,1],[-12,-2],[3,5],[3,4],[2,5],[-1,6],[-3,4],[-5,3],[-3,4],[0,4],[2,1],[3,1],[3,0],[3,0],[2,2],[7,12],[-2,2],[-9,5],[-8,11],[-4,3],[-5,0],[-10,-5],[-5,-1],[-9,3],[-6,7],[-5,7],[-7,5],[-22,8],[-5,3],[-2,0],[-3,2],[-7,7],[-6,9],[-4,4],[-5,2],[-23,5],[-6,1],[-16,-4],[-13,0],[-5,-1],[-13,-7],[-4,-1],[-4,1],[-6,2],[-5,2],[-5,4],[-5,4],[-3,5],[0,1],[-1,2],[-1,1],[-2,2],[-4,2],[-5,1],[-5,-1],[-5,-1],[-4,1],[-2,4],[-2,11],[-2,2],[-3,5],[-8,4],[-8,2],[-8,3],[-4,5],[-2,5],[-1,5],[0,6],[-2,7],[-5,2],[-5,1],[-5,3],[-1,3],[0,3],[1,2],[0,3],[-2,2],[-5,4],[-1,2],[1,3],[0,3],[1,3],[-2,3],[-2,2],[-6,0],[-2,1],[-4,5],[-1,5],[-2,4],[-10,5],[-9,7],[-5,2],[-15,-3],[-6,-12],[-2,-13],[-4,-7],[-5,1],[-8,7],[-5,2],[-5,-9],[-4,-5],[-3,-3]],[[3712,8091],[-1,0],[-4,-2],[-5,0],[-8,1],[-8,-2],[-4,0],[-10,4],[-2,2],[-1,3],[-1,5],[2,12],[5,12],[0,10],[-9,7],[-12,6],[2,7],[30,21],[6,5],[1,4],[-7,8],[-12,10],[-6,0],[-2,1],[-3,1],[-1,3],[-3,5],[-4,4],[-1,2],[0,3],[0,3],[1,3],[-8,7],[1,5],[8,11],[2,6],[2,13],[2,6],[7,13],[1,6],[-4,6],[-3,3],[-14,7],[-9,6],[-30,35],[-6,10],[-7,8],[-11,5],[-2,1],[-4,1],[0,3],[1,6],[1,7],[-8,28],[-1,1],[0,2],[1,4],[1,2],[2,2],[1,2],[-1,3],[-12,16],[-9,15]],[[3556,8469],[1,6],[8,4],[12,2],[44,1],[13,3],[6,2],[5,4],[9,10],[6,2],[7,-2],[5,-6],[-1,-5],[-2,-5],[-2,-6],[0,-4],[6,-16],[5,-10],[27,-19],[8,-7],[9,-7],[10,-3],[10,5],[4,1],[8,3],[4,1],[4,0],[8,-2],[3,0],[5,6],[4,18],[3,7],[6,4],[9,4],[9,2],[8,1],[6,-1],[7,-3],[6,-1],[6,1],[13,13],[30,20],[13,13],[7,11],[2,11],[-1,10],[-8,7],[-8,8],[-3,9],[-2,9],[-6,10],[-19,13],[-6,8],[0,12],[2,6],[1,16],[2,6],[7,8],[3,5],[-1,11],[-11,5],[-25,1],[-11,3],[-23,10],[-10,1],[-11,-4],[-3,2],[0,7],[-2,6],[-4,4],[-5,2],[-5,3],[-12,2],[-5,3],[-17,23],[-1,1],[-28,22],[-8,11],[-6,18],[4,58],[-2,20],[-5,20],[-16,37],[3,27],[24,13],[30,11],[23,18],[3,7],[1,7],[-1,7],[-3,7],[-6,10],[-2,3],[-9,7],[-11,4],[-15,3],[-11,6],[-16,17],[-27,17],[-18,6],[-71,10],[-14,5],[-12,9],[-7,11],[-20,58],[-3,6],[-12,13],[-5,10],[-2,24],[-3,11],[-29,43],[-11,23],[2,24],[9,15],[6,17],[-4,12],[-18,1],[-9,-4],[-14,-12],[-9,-4],[-8,2],[-8,5],[-6,6],[-4,7]],[[3375,9382],[-9,1],[-4,0],[-4,-1],[-9,-6],[-9,-4],[-9,-1],[-44,6],[-2,0],[-11,0],[-20,-3],[-9,1],[-10,4],[-15,10],[-7,3],[-10,1],[-23,-2],[-11,0],[-11,4],[-4,3],[-7,8],[-4,2],[-6,2],[-7,0],[-13,-2],[-12,0],[-7,1],[-6,2],[-5,4],[-7,8],[-4,4],[-6,2],[-13,0],[-2,0]],[[3055,9429],[-4,0],[-6,2],[-4,4],[-7,8],[-10,6],[-23,7],[-10,5],[-7,10],[5,25],[-3,10],[-6,2],[-11,-10],[-8,-2],[-7,0],[-3,-1],[-4,0],[-3,-2],[-4,-6],[-2,-1],[-6,-1],[-5,0],[-6,1],[-11,-7],[-5,0],[-5,1],[-6,1],[-8,0],[-14,-3],[-8,0],[-9,6],[-3,11],[-1,13],[-3,12],[-8,11],[-9,4],[-24,1],[-9,4],[-10,7],[-7,10],[-2,10],[2,5],[5,4],[15,8],[2,1],[2,3],[0,3],[-2,5],[0,4],[4,4],[6,2],[4,2],[-1,6],[-3,4],[-8,8],[-3,4],[0,13],[6,24],[-2,8],[-1,5],[-32,48],[-8,8],[-18,13],[-20,11],[-24,9],[-25,4],[-20,-5],[-1,-3],[-1,-4],[-2,-2],[-19,1],[-7,7],[-2,12],[-1,13],[-2,11],[-5,10],[-8,6],[-12,4],[-37,6],[-11,5],[-9,6],[-4,2],[-6,1],[-27,-3],[-11,0],[-11,-2],[-6,-2],[-4,-2],[-3,-4],[-3,-9],[-2,-3],[-4,-1],[-2,2],[-2,10],[-2,4],[-9,10],[-10,7],[-23,0],[-8,6],[-5,5],[-5,1],[-11,-4],[-20,-4],[-6,-2]],[[2466,9916],[6,3],[4,5],[3,5],[6,3],[7,1],[29,8],[3,4],[1,11],[3,6],[8,2],[15,4],[-10,6],[-9,7],[-16,16],[-2,2]],[[2514,9999],[7485,0],[0,-4412]],[[9999,5587],[-3,0],[-6,1],[-12,3],[-23,2],[0,10],[16,26],[-4,8],[-12,0],[-2,1],[0,3],[3,2],[4,1],[2,1],[3,6],[0,6],[0,6],[-5,12],[-4,6],[-4,5],[-6,0],[-6,-2],[-3,2],[-6,16],[1,4],[3,4],[15,8],[2,2],[2,4],[0,2],[-2,1],[-13,19],[-2,5],[-1,16],[-2,4],[-4,4],[-13,2],[-9,2],[-7,0],[-3,1],[-4,3],[0,2],[1,2],[1,2],[-2,23],[0,4],[3,8],[0,2],[-2,5],[-3,3],[2,2],[5,2],[6,2],[6,2],[15,12],[28,17],[5,10],[-2,9],[-3,-2],[-12,-3],[-32,-2],[-10,-5],[-13,-1],[-9,-4],[-5,-2],[-4,-2],[-4,2],[-9,3],[-12,9],[-9,2],[-13,1],[-12,-1],[-5,-2],[-10,-5],[-5,-2],[-12,0],[-23,6],[-12,0],[-24,-5],[-67,-24],[-4,-3],[-13,-13],[-5,-4],[-5,-1],[-4,-1],[-7,-2],[-6,-4],[-16,-14],[-6,-3],[-7,-2],[-3,-1],[-3,-1],[-4,-6],[-1,6],[-2,3],[-1,3],[-12,7],[-12,5],[-6,6],[60,56],[4,7],[1,7],[-1,3],[-5,6],[-1,3],[1,4],[2,2],[3,2],[1,2],[-1,11],[-24,8],[-2,8],[5,3],[7,0],[5,2],[-1,7],[-2,3],[-6,4],[-2,3],[0,3],[-1,4],[-2,3],[-2,2],[-5,1],[-7,0],[-26,-4],[-2,3],[1,7],[7,41],[-1,39],[1,7],[21,13],[12,9],[7,4],[6,1],[13,-2],[7,0],[5,2],[3,7],[-4,4],[-12,9],[-5,9],[-1,10],[0,21],[-1,11],[1,3],[6,2],[5,3],[5,7],[7,14],[7,24],[7,8],[12,-6],[3,-5],[3,-4],[3,-2],[6,0],[7,3],[14,17],[5,3],[13,6],[4,3],[5,13],[4,7],[5,3],[5,1],[2,2],[-1,5],[1,11],[-1,3],[-2,3],[-1,8],[0,2],[1,2],[6,5],[3,4],[2,5],[0,15],[0,3],[3,1],[26,-8],[5,-3],[9,-8],[4,0],[7,2],[6,3],[5,3],[3,5],[4,13],[2,4],[12,13],[1,3],[0,3],[0,4],[2,2],[3,2],[2,2],[4,11],[3,5],[4,3],[7,8],[4,2],[5,0],[4,-1],[7,-6],[9,-3],[3,-1],[3,0],[5,1],[16,12],[3,3],[1,4],[1,4],[-1,4],[-2,1],[-3,2],[-2,1],[-3,6],[-10,14],[-3,3],[-4,1],[-3,-1],[-3,0],[-3,4],[1,7],[-2,6],[-5,11],[-2,5],[-1,5],[1,5],[4,3],[13,3],[5,2],[2,-1],[0,-11],[2,-3],[4,0],[11,8],[2,3],[0,6],[2,2],[2,2],[2,3],[-1,5],[-8,15],[-3,2],[-6,-1],[-2,3],[1,5],[1,6],[3,7],[13,13],[3,5],[1,6],[2,6],[1,40],[2,10],[6,10],[3,6],[-2,7],[-1,3],[0,2],[0,3],[0,2],[-5,10],[1,7],[5,11],[0,7],[-2,5],[-8,10],[-1,6],[1,3],[5,5],[1,3],[-1,3],[-7,27],[3,6],[3,5],[2,6],[-2,6],[-5,4],[-4,1],[-3,2],[-3,5],[-3,21],[0,10],[2,8],[8,21],[1,10],[-4,10],[-2,1],[-2,1],[-2,0],[-1,3],[-2,28],[1,12],[4,13],[-1,6],[-2,3],[-2,3],[-4,3],[-2,2],[-4,0],[-3,-2],[-3,-2],[-4,-2],[-8,0],[-4,3],[-7,12],[-6,4],[-10,-3],[-5,4],[-17,7],[-3,1],[-3,-3],[-1,-5],[0,-12],[-2,-10],[-3,-9],[-6,-8],[-11,-3],[-10,5],[-6,10],[-7,24],[-5,10],[-11,14],[0,3],[3,7],[-1,2],[-2,2],[-2,3],[1,6],[0,4],[-1,3],[-11,6],[-5,5],[-2,6],[6,3],[6,3],[0,4],[-4,6],[-5,4],[-11,5],[-2,4],[4,7],[1,6],[2,28],[-1,5],[-2,6],[-2,0],[-20,18],[-6,2],[-12,2],[-2,3],[3,9],[-1,5],[-4,4],[-11,5],[-14,18],[-13,4],[-19,-8],[-10,3],[-8,9],[-12,32],[-9,8],[-10,-4],[-8,-5],[-8,3],[-7,10],[-6,4],[-6,-3],[-4,-11],[-4,-5],[-4,-11],[-5,-5],[-1,-3],[-1,-3],[-5,-4],[-2,-3],[1,-3],[1,-3],[0,-2],[0,-12],[-1,-6],[-3,-4],[-7,0],[-6,1],[-4,-1],[-2,-7],[-2,-3],[-12,-5],[-3,-6]],[[8906,186],[3,0],[3,1],[4,4],[13,3],[11,-1],[47,-16],[24,-14],[5,-2],[6,-1],[4,-2],[3,-6],[2,-13],[9,-11],[39,-32],[10,-5],[12,-4],[51,-7],[5,-2],[12,-7],[6,-2],[14,-2],[7,0],[6,3],[5,2],[7,-1],[6,-4],[6,-2],[13,-1],[26,3],[11,2],[31,11],[13,6],[7,-1],[14,-4],[4,0],[5,2],[16,1],[17,-7],[14,-4],[11,-7],[13,-5],[5,-8],[3,-3],[6,-2],[10,-3],[13,3],[71,29],[9,-2],[44,-52],[28,-23],[-747,0],[-5,12],[-3,4],[-4,6],[-4,5],[-2,5],[-3,4],[-5,2],[6,8],[0,7],[-3,6],[-6,6],[-5,4],[-2,2],[-1,3],[-1,5],[-1,4],[-2,4],[-4,1],[-7,2],[2,5],[6,5],[3,6],[0,5],[4,6],[2,5],[0,5],[-1,4],[-5,8],[4,3],[-3,4],[-4,5],[0,5],[-6,8],[-2,4],[5,8],[3,3],[5,-2],[3,1],[4,0],[2,-1],[4,0],[2,1],[5,4],[4,2],[6,4],[3,1],[4,1],[3,1],[14,9],[6,1],[6,-1],[8,-8],[6,-4],[2,-2]],[[8805,193],[4,-6],[-3,0],[-3,0],[-3,-2],[-2,-2],[-3,3],[-4,1],[-4,0],[-3,1],[-1,3],[3,3],[4,3],[2,2],[1,5],[5,-2],[7,-9]],[[8774,228],[7,-6],[6,-5],[-2,2],[4,-3],[2,-3],[-1,-4],[-3,-3],[-8,4],[-11,-8],[-1,4],[0,2],[1,2],[-3,1],[-1,1],[1,2],[2,2],[0,2],[-2,1],[-1,2],[4,2],[0,2],[-4,2],[-2,-1],[-3,0],[-3,-1],[-3,1],[1,3],[3,3],[3,2],[7,-1],[7,-5]],[[8834,268],[4,-4],[4,0],[3,4],[3,5],[3,3],[5,0],[3,-3],[10,-14],[0,-11],[-2,0],[-1,2],[-2,2],[-4,3],[0,-10],[-1,-4],[-4,-1],[-6,0],[-5,2],[-5,2],[-5,4],[-2,5],[-2,5],[-2,5],[-7,4],[-3,6],[-2,5],[0,2],[7,0],[4,-1],[3,-3],[4,-8]],[[8327,619],[0,33],[1,4],[8,15],[2,1],[7,0],[3,1],[3,2],[1,3],[2,1],[1,0],[8,4],[2,-3],[8,8],[6,2],[5,-2],[7,-7],[3,-4],[2,-6],[2,-5],[1,-6],[1,-12],[1,-5],[5,-9],[3,-8],[3,-3],[2,-4],[1,-16],[-3,-8],[-9,-18],[-1,-10],[1,-3],[2,-2],[2,-2],[-1,-4],[-1,-1],[-3,-1],[-3,0],[-2,1],[-4,0],[-4,-6],[-4,-12],[-7,3],[-1,4],[1,6],[0,6],[-2,3],[-4,3],[-3,3],[3,4],[-3,3],[-2,3],[-1,3],[2,4],[-3,1],[-1,2],[-1,3],[0,4],[-5,0],[-3,6],[-3,8],[-4,7],[-4,4],[-6,5],[-6,1],[-5,-4]],[[8310,712],[4,4],[1,6],[2,6],[7,3],[9,2],[3,5],[2,7],[4,7],[0,-8],[1,-6],[3,-3],[4,-2],[3,-4],[1,-6],[-2,-4],[-4,-3],[-6,-4],[-6,-5],[-11,-12],[-5,-2],[-3,2],[0,3],[0,2],[-1,4],[-1,2],[-5,6]],[[8219,908],[3,12],[3,4],[7,3],[8,1],[6,0],[2,-3],[0,-3],[0,-6],[2,-3],[7,-2],[1,-2],[2,0],[8,-13],[0,-4],[-1,-6],[-1,-3],[-2,0],[-3,4],[-5,3],[-2,0],[-4,-1],[-4,-1],[-4,-2],[-3,0],[-4,1],[-3,3],[-1,3],[0,3],[2,4],[-2,2],[-3,-2],[-3,0],[-3,1],[-2,3],[-1,4]],[[8284,917],[0,5],[3,2],[6,-1],[0,5],[3,1],[3,-2],[2,-4],[1,-3],[2,-7],[0,-13],[-18,12],[-2,5]],[[8264,970],[0,4],[2,1],[4,4],[2,5],[1,3],[3,4],[6,2],[6,-1],[2,-3],[0,-6],[-3,-5],[-3,-4],[-2,-6],[1,-5],[5,-11],[4,-11],[0,-3],[-2,-4],[-1,-1],[-4,-2],[-1,-1],[-1,-1],[-4,-7],[-3,-2],[-2,4],[-1,9],[1,2],[3,2],[2,1],[1,4],[2,0],[3,-2],[1,2],[-2,4],[-4,2],[-2,-5],[-4,-1],[-4,4],[-3,5],[-3,19]],[[1882,1002],[0,5],[2,0],[0,-3],[0,-1],[6,2],[5,4],[3,5],[1,6],[1,0],[1,0],[0,-1],[0,-1],[-6,-12],[-2,-3],[-4,-2],[-4,-1],[-3,2]],[[8143,1013],[0,9],[1,4],[2,4],[4,2],[4,0],[2,-3],[0,-14],[1,-7],[3,-6],[6,-5],[8,-4],[4,-2],[1,-3],[-3,-2],[-4,0],[-9,2],[-7,3],[-6,7],[-5,7],[-2,8]],[[8310,1090],[0,5],[4,3],[0,-6],[4,-9],[2,-4],[0,-6],[0,-4],[-3,-6],[-2,-5],[-3,0],[0,4],[2,12],[0,5],[-4,11]],[[8033,1293],[2,3],[5,2],[5,3],[2,5],[-1,5],[4,1],[3,-2],[7,-5],[5,-3],[7,-9],[0,-18],[-10,-10],[-22,6],[-3,5],[-3,9],[-1,8]],[[2072,1556],[0,3],[1,3],[1,3],[2,2],[1,-3],[-1,-2],[-1,-2],[-1,-2],[-2,-2]],[[2079,1582],[1,1],[1,0],[1,0],[-1,-1],[0,-1],[-1,0],[-1,1]],[[1758,1709],[2,2],[5,4],[1,-1],[-1,-1],[-3,-3],[-2,0],[-2,-1]],[[1731,1776],[0,1],[1,1],[1,0],[1,0],[-3,-2]],[[2085,1792],[0,1],[0,1],[3,-1],[1,0],[-3,-1],[-1,0]],[[1616,1787],[0,7],[2,5],[2,3],[1,2],[2,3],[2,1],[0,-4],[-4,-8],[-5,-9]],[[7929,1777],[0,3],[3,-1],[7,2],[3,3],[2,7],[2,9],[17,11],[14,3],[6,-7],[5,-7],[1,-11],[5,-8],[1,-5],[0,-11],[4,-8],[-1,-10],[-7,-7],[-4,-4],[-3,-2],[-4,-5],[1,-9],[4,-1],[6,-2],[-8,-10],[-4,-7],[-7,-5],[-10,2],[-5,5],[-7,4],[-6,0],[-5,-5],[-7,0],[-2,4],[8,10],[3,10],[1,7],[-3,5],[-5,5],[-4,3],[0,14],[0,10],[-1,8]],[[1793,1879],[0,2],[1,1],[1,0],[2,1],[-1,-2],[0,-1],[-1,0],[-2,-1]],[[1803,1908],[0,1],[1,6],[5,11],[2,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-5],[-1,-4],[-3,-10],[-2,5]],[[1876,1996],[0,3],[1,1],[2,0],[-1,-3],[0,-2],[-1,-1],[-1,2]],[[7997,1962],[2,7],[0,2],[3,2],[5,0],[2,1],[2,4],[-1,5],[-2,10],[2,9],[6,0],[7,-5],[4,-7],[2,-4],[-2,-4],[-3,-4],[-1,-5],[3,-4],[3,-2],[1,-3],[-5,-4],[-3,-1],[-8,-3],[-4,0],[-5,1],[-2,2],[-3,2],[-3,1]],[[7880,2028],[0,2],[3,0],[8,-1],[4,-2],[4,-1],[2,-7],[0,-6],[-4,-4],[-6,0],[-6,3],[-1,12],[-4,4]],[[1781,2057],[2,2],[1,1],[2,0],[-2,-2],[-1,-1],[-2,0]],[[8108,2150],[3,6],[4,6],[3,3],[11,0],[3,-2],[-2,-5],[7,-14],[0,-2],[2,-3],[6,-16],[-5,-1],[-5,5],[-3,6],[0,2],[-3,2],[-4,1],[-4,2],[-3,2],[-2,3],[-2,2],[-4,1],[-2,2]],[[8143,2196],[0,5],[0,6],[2,5],[2,3],[3,2],[3,-1],[2,-1],[1,-3],[1,-1],[-1,-2],[-2,-7],[0,-2],[2,-10],[0,-5],[-2,-3],[-3,1],[-4,5],[-3,5],[-1,3]],[[8390,2237],[3,3],[4,-4],[-6,-2],[-1,3]],[[8021,2421],[1,3],[1,4],[3,16],[-1,6],[4,3],[2,3],[2,2],[3,0],[1,-1],[2,-1],[1,-2],[1,-1],[1,-3],[-1,-5],[-1,-16],[-2,-7],[-2,-3],[-5,-6],[-1,-1],[-1,-5],[0,-3],[0,-3],[-4,-2],[-4,22]],[[8518,2593],[6,5],[4,-7],[-5,0],[-5,2]],[[7976,2108],[0,2],[1,1],[0,1],[1,0],[2,9],[8,11],[2,1],[2,-2],[5,-6],[1,-3],[1,-1],[5,2],[-2,-5],[1,-4],[2,-1],[1,2],[1,17],[1,4],[0,5],[-2,5],[0,4],[1,5],[4,6],[1,4],[0,31],[1,6],[8,13],[4,6],[2,-3],[3,0],[2,5],[3,2],[2,-2],[1,-7],[-2,-6],[1,-2],[2,-1],[2,0],[1,1],[0,1],[1,0],[7,0],[1,0],[6,3],[1,2],[1,4],[-3,12],[-2,1],[-2,1],[-2,2],[-1,1],[0,4],[2,-1],[5,2],[2,0],[2,1],[-1,4],[-1,3],[-3,1],[-7,0],[-7,2],[-4,7],[-1,7],[1,73],[2,4],[5,7],[2,3],[2,1],[1,1],[5,0],[1,0],[1,4],[-1,2],[-4,0],[-3,2],[-3,5],[-1,21],[-2,14],[1,4],[3,2],[3,3],[2,3],[6,-2],[5,6],[3,8],[1,7],[0,15],[4,9],[3,5],[-2,2],[-7,3],[1,8],[6,18],[6,10],[1,2],[1,1],[-1,2],[-5,5],[-1,2],[4,4],[-1,6],[0,6],[7,3],[0,3],[-5,13],[2,5],[0,2],[-4,4],[2,6],[12,15],[1,3],[1,3],[1,3],[-1,8],[0,2],[3,4],[4,3],[7,8],[1,2],[1,3],[0,5],[1,3],[3,2],[6,1],[2,1],[3,-2],[1,-2],[2,1],[3,1],[-2,2],[0,1],[0,2],[2,3],[1,-3],[2,-1],[3,1],[3,1],[3,-1],[5,-9],[-4,-11],[0,-10],[2,-20],[1,1],[4,1],[1,0],[0,-5],[-7,-4],[-1,-4],[-2,-4],[-4,-2],[-5,-3],[-4,-3],[-1,6],[-2,2],[-4,0],[-2,-3],[1,-5],[3,-4],[5,-2],[6,2],[3,-3],[6,-7],[7,-5],[1,-3],[-7,-11],[-1,-8],[0,-20],[-2,-9],[-3,-13],[-6,-8],[-6,3],[-3,0],[-1,-3],[-2,-2],[-3,1],[-2,2],[-1,3],[2,7],[-1,4],[-2,0],[0,-6],[-6,1],[-3,-5],[0,-7],[1,-5],[6,-6],[2,-3],[-2,-4],[-3,-5],[-2,0],[0,6],[-2,2],[-4,1],[-3,0],[-1,-3],[-7,-13],[-1,-3],[0,-1],[0,-2],[2,-2],[4,-2],[3,2],[3,5],[3,-2],[1,-3],[0,-2],[1,-2],[3,-1],[7,-7],[-1,-6],[2,-6],[0,-7],[-3,-6],[5,-6],[3,-6],[2,-7],[0,-7],[-4,-14],[-1,-8],[5,-11],[1,-8],[-1,-15],[-3,-4],[-5,-4],[-3,-4],[5,-3],[-3,-5],[-4,-2],[-3,-3],[-1,-5],[-2,0],[-2,3],[-2,3],[-3,3],[-4,2],[1,-2],[2,-5],[-9,-1],[-9,1],[0,-2],[2,-3],[4,-10],[2,-2],[3,-1],[4,-2],[3,-3],[0,-4],[4,-2],[-1,-2],[-3,-1],[-3,-2],[-2,-2],[-2,-1],[-1,0],[1,-3],[1,-2],[3,-2],[2,-2],[1,-5],[-2,-2],[-3,-2],[-2,-3],[1,-4],[1,-2],[2,-3],[0,-3],[-1,-2],[-6,1],[1,-6],[-3,-4],[-7,-4],[-5,-5],[2,-5],[0,-2],[-2,-1],[-6,-3],[0,-3],[-3,-2],[-4,-1],[-5,0],[-4,-3],[3,-5],[8,-7],[-3,0],[-3,0],[-3,-2],[-1,-3],[2,0],[-6,-7],[-2,-4],[-1,-7],[0,-26],[2,0],[2,11],[1,6],[3,2],[4,0],[4,-2],[2,-3],[2,-7],[-1,-11],[-12,-48],[-1,-2],[-7,-1],[-3,-2],[-11,-10],[-2,-3],[0,-4],[0,-7],[1,-1],[3,0],[3,1],[2,2],[0,12],[1,-1],[4,-1],[1,0],[0,6],[2,3],[3,0],[4,-3],[1,-3],[1,-10],[0,-4],[-2,-2],[-4,-4],[-1,-3],[0,-10],[-3,-10],[-2,-5],[-3,-4],[-1,4],[-2,1],[-3,0],[-3,2],[-9,9],[-2,3],[1,3],[-1,3],[-3,0],[-3,2],[-3,4],[-1,4],[0,3],[2,2],[3,1],[2,1],[1,2],[-1,2],[-4,1],[-4,1],[-1,4],[-1,3],[-1,6],[-1,4],[-1,4],[-2,1],[-3,-2],[-2,0],[-5,3],[-1,5],[2,14],[0,12],[-1,3],[-3,1],[-3,1],[-3,2],[-1,-1],[-1,0],[-1,2]],[[8121,2667],[9,4],[5,0],[1,-4],[2,-2],[3,-7],[-11,3],[-6,3],[-3,3]],[[4333,3326],[4,9],[3,2],[15,-8],[10,-8],[4,-4],[2,-3],[-1,-3],[-4,-3],[-9,-3],[-8,4],[-16,17]],[[6821,5100],[4,11],[10,-5],[4,-2],[5,-3],[3,-4],[0,-6],[-1,-5],[-4,-1],[-5,1],[-6,-2],[-7,2],[-3,14]],[[6575,5125],[0,3],[1,4],[2,8],[12,31],[9,16],[9,3],[6,-32],[-1,-18],[-10,-7],[4,-8],[0,-4],[-2,-4],[-3,-2],[-3,1],[-9,2],[-8,0],[-4,2],[-3,5]],[[6744,5180],[1,2],[4,8],[5,9],[7,7],[4,2],[4,-2],[2,-4],[-1,-5],[-3,-8],[-2,-7],[-1,-17],[-3,1],[-12,4],[-2,0],[-1,3],[-1,4],[-1,3]],[[6584,5186],[0,5],[1,6],[1,4],[2,5],[3,5],[4,3],[4,-1],[4,-7],[-2,-10],[-6,-8],[-8,-4],[-3,2]],[[4373,7752],[-2,0],[-21,-6],[-6,1],[-3,5],[-3,4],[-5,-3],[-5,-5],[-5,-4],[5,-8],[-7,-8],[-18,-13],[-5,-4],[-9,-12],[-3,-3],[-11,-7],[-9,-7],[-3,-2],[-6,-1],[-12,-2],[-4,-2],[-3,-5],[-4,-11],[-7,-10],[-16,-17],[-7,-5],[-18,-4],[-9,-6],[-4,-8],[0,-8],[3,-8],[4,-8],[3,-8],[-1,-7],[-3,-6],[-7,-7],[-2,-1],[-4,-2],[-2,-1],[-1,-2],[1,-2],[0,-2],[0,-2],[-2,-2],[-3,-3],[-6,-4],[-3,-3],[-3,-2],[-2,-2],[-1,-4],[-1,-3],[-10,-2],[-3,-2],[-1,-6],[2,-5],[7,-10],[2,-13],[2,-3],[2,0],[3,0],[3,-2],[0,-5],[-1,-8],[-6,-20],[-3,1],[-4,2],[-6,0],[-1,-5],[5,-13],[1,-4],[-4,-4],[-6,-2],[-6,0],[-6,1],[-9,-4],[-7,-12],[-2,-14],[1,-10],[-3,-5],[-4,-3],[-6,-2],[-4,-4],[-4,-5],[-2,-5],[-1,-6],[0,-6],[1,-12],[6,-4],[6,-1]],[[4085,7329],[3,-1],[10,-5],[10,-12],[5,-3],[6,-2],[11,-2],[5,-2],[2,-2],[3,-5],[2,-3],[3,-1],[6,-1],[2,-2],[9,-15],[3,-4],[6,-2],[6,1],[6,1],[7,0],[5,-3],[14,-14],[6,-3],[1,4],[-2,20],[0,5],[4,4],[6,3],[5,0],[7,0],[1,-2],[-1,-2],[0,-3],[2,-3],[6,-2],[5,-2],[12,-2],[4,-2],[6,-10],[3,-4],[6,-2],[9,-3],[5,-3],[12,-10],[6,-3],[5,-1],[13,0],[5,-2],[2,-5],[1,-4],[1,-4],[6,-4],[5,-2],[6,-1],[6,0],[5,2],[4,-2],[1,-3],[0,-4],[3,-4],[14,-2],[31,-5],[8,-4],[6,-7],[6,-18],[5,-9],[18,-18],[4,-7],[-5,-2],[-1,-2],[2,-3],[5,-1],[-1,-4],[4,-2],[5,1],[4,2],[3,4],[1,3],[2,3],[5,1],[7,-2],[7,-5],[6,-5],[4,-6],[1,-4],[0,-3],[2,-3],[5,-3],[27,-13],[6,-4],[5,-5],[6,-5],[15,-3],[8,-2],[7,-5],[12,-12],[16,-7],[8,-6],[9,-5],[9,0],[7,4],[12,13],[10,4],[16,-2],[7,-2],[6,-5],[6,-5],[6,-3],[13,-4],[38,-27],[24,-11],[17,-15],[12,-3],[26,2],[40,9],[7,-2],[1,-1],[6,-7],[4,-12],[3,-23],[3,-12],[7,-7],[39,-2],[8,-3],[14,-7],[20,-4],[38,0],[12,-4],[15,-11],[4,-4],[3,-6],[2,-4],[4,-3],[7,-3],[7,1],[6,3],[5,4],[7,9],[2,4],[0,4],[-4,5],[-1,4],[1,4],[1,3],[8,2],[30,0],[34,-4],[23,-7],[43,-21],[14,-4],[2,-2]],[[5266,6875],[1,0],[2,3],[2,1],[3,1],[0,2],[-2,3],[0,3],[-9,9],[-3,5],[6,2],[15,1],[7,2],[4,-1],[12,-2],[10,0],[7,4],[16,17],[6,3],[6,-2],[1,-5],[3,-3],[3,-2],[8,-2],[3,-3],[3,-7],[3,-1],[9,1],[5,-3],[3,-6],[6,-7],[6,-4],[90,-14],[9,-6],[8,-10],[6,-11],[2,-12],[1,-12],[-2,-12],[-3,-7],[-4,-7],[-3,-7],[2,-6],[4,-3],[38,-9],[3,0],[4,3],[6,2],[4,-1],[4,-5],[7,-4],[16,-5],[7,-3],[4,-6],[2,-6],[3,-6],[7,-3],[4,-1],[4,-1],[5,-2],[0,-5],[0,-4],[8,-1],[18,7],[7,0],[12,-4],[1,-10],[0,-10],[9,-9],[29,-6],[5,0],[11,3],[5,3],[0,1],[5,4],[5,4],[5,0],[6,-1],[6,1],[11,6],[14,6],[24,9],[4,-1],[24,-12],[5,-5],[2,-11],[-2,-22],[3,-11],[5,-5],[16,-12],[3,0],[3,1],[3,0],[3,-2],[1,-2],[0,-3],[0,-2],[2,-2],[5,1],[7,3],[21,17],[6,2],[7,1],[11,3],[10,-3],[21,-11],[2,-2],[2,0],[7,0],[1,0],[2,0],[4,-2],[2,-1],[2,-1],[2,-1],[3,-1],[2,1],[7,4],[12,3],[7,1],[5,-1],[2,-2],[0,-4],[3,-2],[2,-1],[7,1],[2,0],[10,-3],[19,-9],[9,-3],[7,-2],[4,-2],[5,-3],[4,-5],[6,-3],[21,-9],[22,-11],[6,-2],[3,3],[2,3],[3,3],[4,1],[11,-4],[3,0],[8,2],[7,4],[6,6],[4,7],[9,5],[9,3],[12,4],[4,2],[9,9],[5,3],[3,0],[1,-5],[0,-6],[4,-15],[3,-9],[5,-10],[8,-9],[9,-3],[16,2],[10,2],[3,-2],[2,-5],[3,-4],[4,-2],[13,-6],[4,0],[4,3],[6,11],[4,4],[8,5],[11,2],[10,1],[9,-2],[23,-11],[11,-3],[11,5],[8,5],[3,2],[7,2],[5,-2],[5,-3],[5,-1],[4,2],[3,5],[2,6],[4,2],[5,-2],[6,-3],[5,0],[10,8],[5,1],[0,-1],[8,-6],[1,0],[1,-2],[2,-6],[2,-3],[5,-3],[10,-6],[4,-3],[10,1],[12,11],[9,15],[3,12],[-1,4],[0,3],[2,7]],[[6589,6627],[5,13],[14,24],[5,14],[1,6],[1,6],[-1,6],[-2,12],[-2,13],[-1,5],[-3,5],[-7,10],[-2,4],[-5,11],[-6,10],[-7,8],[-4,3],[-5,2],[-5,4],[-6,11],[-5,4],[-1,2],[-1,3],[1,2],[4,9],[2,22],[4,9]],[[6563,6845],[8,15],[2,8],[-1,3],[-4,6],[-1,4],[-1,4],[1,3],[3,7],[1,2],[2,2],[1,2],[1,2],[-1,2],[-3,2],[0,2],[-2,6],[0,3],[0,3],[8,15],[19,29],[8,26],[5,8],[3,8],[-2,12],[4,6],[-1,4],[-2,1],[-4,2],[-8,1]],[[9475,7143],[2,-8],[-10,-19],[-1,-11],[4,-7],[15,-15],[2,-8],[-1,-5],[-6,-9],[-1,-5],[0,-6],[1,-4],[-2,-2],[-6,-3],[-6,-2],[-2,2],[0,4],[-4,4],[-4,0],[-7,-1],[-5,-3],[-4,-3],[-4,-5],[-5,-5],[-16,-12],[-2,-2],[-4,0],[-2,-2],[-2,-4],[-2,-2],[-6,-2],[-3,-1],[-1,-4],[0,-4],[-1,-1],[-2,0],[-5,-1],[-10,-3],[-4,-2],[-10,-12],[-6,-4],[-12,-8],[-5,-4],[-4,-5],[-3,-6],[0,-7],[1,-3],[4,-4],[1,-3],[0,-3],[1,-6],[1,-2],[1,-5],[-4,-9],[1,-6],[7,-11],[51,-59],[9,-8],[2,-2],[0,-6],[1,-2],[2,-3],[3,-1],[2,-2],[2,-3],[0,-3],[-4,-8],[-1,-2],[-4,-1],[-2,1],[-3,2],[-4,1],[-3,0],[-3,-1],[-3,-1],[-3,-1],[-4,2],[-2,2],[-2,2],[-3,3],[-43,17],[-7,6],[0,4],[3,6],[2,6],[-2,2],[-10,8],[-3,3],[-7,10],[-4,4],[-5,4],[-11,4],[-6,2],[-6,0],[-3,-1],[-5,-5],[-4,-2],[-4,0],[-2,1],[-2,1],[-2,2],[-9,1],[-3,-2],[-3,-5],[-6,-7],[-5,-3],[-7,-1],[-6,-1],[-5,1],[-21,1],[-83,-12],[-21,-9],[-19,-12],[-12,-14],[-12,-20],[-7,-9],[-8,-7],[-9,-4],[-17,-3],[-9,-3],[-13,-15],[-8,-12],[-3,-3],[-4,-2],[-15,-1],[-5,-2],[-3,-4],[-3,-7],[-4,-7],[-5,-2],[-7,0],[-7,1],[-13,-3],[-8,-10],[-7,-13],[-10,-10],[-5,-3],[-24,-7],[-12,-5],[-5,-2],[-5,1]],[[8826,6661],[-2,0],[-5,6],[-6,-1],[-3,-2],[-4,-6],[-3,-2],[-3,-1],[-7,-2],[-2,-1],[-4,-3],[-1,-2],[-1,-9],[0,-2],[0,-2],[-2,-3],[-3,-5],[-9,-9],[-5,-4],[-4,-6],[0,-5],[6,-10],[2,-6],[-1,-4],[-4,-11],[-2,-9],[-1,-13],[2,-12],[3,-9],[3,-2],[2,-1],[3,-1],[2,-1],[2,-2],[-2,-2],[-2,-3],[-1,-2],[3,-21],[4,-3],[11,-4],[4,-3],[0,-7],[-3,-6],[-10,-11],[-13,-12],[-5,-3],[-12,-4],[-4,-3],[-2,-7],[0,-6],[6,-31],[1,-7],[-2,-6],[-3,-2],[-7,0],[-3,-2],[-2,-2],[-28,-37],[-1,-1],[-3,-1],[-2,-1],[0,-2],[3,-3],[-1,-1],[-3,-2],[-6,0],[-2,-1],[-5,-5],[-8,-12],[-6,-3],[-5,-2],[-11,-1],[-6,-2],[-10,-7],[-3,-2]],[[8640,6291],[-6,-6],[-7,-10],[-18,-46],[1,-13],[7,-9],[11,-4],[13,-2],[11,-5],[6,-9],[2,-13],[-2,-13],[-6,-9],[-5,-7],[-6,-26],[-5,-8],[-12,-15],[-2,-9],[0,-6],[-1,-6],[-3,-5],[-3,-4],[-5,-2],[-4,-1],[-3,0],[-5,-1],[-3,-4],[-6,-22],[-4,-7],[-14,-8],[-4,-3],[-2,-4],[-4,-16],[-5,-3],[-4,-2],[-2,-4],[0,-13],[-3,-3],[-4,-3],[-4,-3],[0,-2],[1,-5],[0,-3],[-2,-2],[-7,-5],[-2,-2],[-2,-5],[-1,-10],[-1,-5],[-15,-33],[-4,-12],[-1,-11],[-1,-5],[-4,-4],[-1,-3],[-2,-11],[-1,-5],[-14,-17],[-3,-6],[-1,-6],[1,-7],[-1,-6],[-1,-1],[-4,-4],[-5,0],[-5,5],[-4,5],[-5,4],[-18,9],[-7,1],[-11,3],[-9,3],[-9,2],[-25,-3],[-6,3],[-13,15],[-10,3],[-15,2],[-15,-1],[-8,-4],[-1,-2],[-1,-3],[-2,-2],[-1,-1],[-3,-1],[-2,2],[-2,2],[-2,1],[-5,-2],[-10,-5],[-6,-1],[-6,1],[-3,3],[-1,4],[-2,4],[-10,10],[-3,3],[-9,13],[-6,3],[-8,-3],[-4,-5],[-2,-7],[0,-1]],[[8219,5857],[-1,-6],[1,-7],[1,-5],[3,-5],[7,-10],[2,-3],[2,-2],[1,-2],[1,-5],[0,-11],[5,-36],[10,-6],[2,-3],[4,-6],[2,-3],[0,-10],[-10,-59],[0,-9],[2,-18],[1,-3],[-1,-3],[-1,-3],[-6,-8],[-2,-5],[0,-5],[1,-13],[-2,-21],[0,-5],[0,-3],[0,-4],[-13,-24],[-4,-6],[-6,-5],[-9,-3],[-8,-1],[-6,5],[-5,6],[-4,4],[-6,2],[-8,-3],[-4,-5],[-1,-8],[2,-9],[2,-7],[7,-11],[2,-6],[-1,-5],[-4,-7],[-12,-12],[-3,-7],[-1,0],[-10,-8],[-3,-25],[1,-6],[3,-6],[7,-11],[2,-6],[-1,-7],[-3,-12],[0,-7],[3,-10],[3,-5],[11,-11],[4,-13],[3,-36],[-1,-3],[-1,-4],[-2,-1],[-3,-1],[-7,-2],[-2,0],[0,-1],[0,-4],[5,-9],[-6,-2],[-5,2],[-5,3],[-5,2],[-8,1],[-3,0],[-4,-2],[-1,-1],[1,-3],[-1,-21],[1,-2],[-5,-2],[-4,-1],[-3,-2],[-6,-10],[-1,-5],[1,-4],[2,-4],[1,-2],[1,-2],[0,-2],[0,-2],[-1,-1],[-1,-1],[-2,-1],[-2,0],[-2,1],[-1,2],[-4,5],[-6,3],[-4,-1],[-2,-7],[-3,-9],[-4,-3],[-3,3],[-2,9],[-2,9],[-6,7],[-20,17],[-20,14],[-8,2],[-3,-3],[-1,-4],[2,-8],[-1,-3],[-1,-1],[-2,0],[-2,-6],[0,-4],[0,-4],[0,-5],[-2,-4],[-3,-2],[-4,0],[-4,-1],[-4,-4],[-1,-2],[-3,-2],[-2,-1],[-2,-1]],[[6893,5270],[-5,3],[1,-5],[0,-3],[-2,-4],[-1,-4],[1,-5],[4,-8],[1,-4],[3,-20],[-2,-9],[-7,-4],[-4,2],[-4,0],[-1,-3],[0,-5],[-5,2],[-10,7],[-5,1],[-2,3],[-1,7],[-2,5],[-5,0],[-2,-5],[1,-7],[5,-6],[4,-3],[4,-1],[5,-3],[9,-6],[6,-10],[5,-25],[4,-12],[1,-1],[7,-6],[4,-10],[1,-1],[1,-12],[-2,-5],[-6,-3],[-3,0],[-3,1],[-2,2],[0,2],[-1,2],[-2,-2],[-2,-4],[-1,-2],[-6,-1],[-7,4],[-13,9],[-12,2],[-2,1],[-1,2],[-2,3],[-3,24],[-2,6],[-2,0],[-1,-6],[-4,-10],[-1,-4],[1,-6],[6,-10],[-1,-5],[-4,-4],[-7,-2],[-5,2],[-3,6],[5,4],[2,1],[0,2],[-1,3],[-2,5],[-2,-6],[-1,-3],[-2,-1],[-3,-1],[-2,-1],[0,-2],[0,-4],[1,-5],[3,-5],[2,-5],[-2,-5],[-9,-3],[-11,1],[-6,6],[5,9],[-11,21],[-1,6],[6,35],[-2,5],[-1,4],[6,18],[1,16],[2,5],[3,3],[4,3],[4,4],[1,6],[-2,6],[-12,6],[-3,4],[2,5],[5,5],[10,8],[-6,0],[-5,-2],[-5,-4],[-3,-4],[-2,-5],[-1,-4],[2,-4],[6,-2],[4,-3],[-2,-8],[-7,-11],[-1,-4],[-3,-5],[-3,-3],[-4,2],[-3,-1],[-4,0],[-4,1],[-2,4],[1,4],[1,3],[5,6],[2,6],[0,4],[-1,4],[-2,9],[-1,7],[0,4],[5,13],[5,3],[3,7],[-1,6],[-6,0],[0,-2],[-1,-4],[-2,-5],[-1,0],[-1,-2],[-3,-5],[-1,-6],[-3,-3],[-1,-2],[0,-2],[1,-8],[1,-6],[0,-3],[-1,-6],[-6,-7],[-1,-5],[0,-13],[0,-5],[-10,-25],[-1,-5],[1,-19],[-1,-1],[5,0],[8,3],[6,0],[3,-9],[-1,-5],[-2,-7],[-4,-4],[-4,3],[-2,0],[2,-21],[-1,-8],[-6,3],[0,-16],[-1,-4],[-5,0],[-4,1],[-3,5],[-1,-4],[-1,-3],[2,-3],[3,-3],[-10,-3],[-6,3],[-2,7],[3,8],[2,2],[2,1],[1,2],[1,4],[0,4],[1,4],[1,4],[2,2],[-6,17],[-1,9],[2,6],[6,10],[0,9],[-5,8],[-6,8],[6,12],[0,7],[-6,4],[1,-5],[-2,-4],[-4,-3],[-2,-6],[1,-6],[5,-11],[1,-6],[-1,-4],[-2,0],[-2,0],[-2,-1],[-2,-7],[-3,-6],[-1,-5],[-1,-6],[1,-5],[4,-9],[1,-4],[-1,-6],[-4,-6],[-4,-3],[-5,-1],[-5,-4],[-5,0],[-3,10],[-1,12],[4,9],[-4,-1],[-5,-3],[-3,-1],[-3,1],[-2,3],[-1,4],[-2,3],[-1,-3],[-1,-3],[1,-3],[6,-6],[1,-3],[0,-3],[-1,-5],[-3,-6],[-5,-3],[-3,1],[-2,7],[-1,35],[-1,6],[-3,5],[-5,5],[-3,0],[0,-7],[10,-30],[1,-7],[-1,-4],[-3,-6],[-1,-4],[2,-3],[4,-3],[1,-2],[0,-4],[-2,-1],[-3,-3],[-3,-1],[-4,0],[-4,0],[-1,1],[-1,7],[-3,7],[-4,3],[-5,-3],[-6,12],[-2,7],[-1,6],[3,6],[4,6],[3,7],[-3,9],[2,4],[-1,5],[-16,26],[1,3],[1,2],[-4,17],[1,5],[2,4],[2,4],[13,16],[5,7],[-3,7],[-3,16],[-1,5],[-11,5],[-14,5],[-12,5],[-1,7],[-5,-3],[-6,-2],[-5,1],[-5,4],[-8,8],[-4,5],[-1,5],[-1,6],[-5,12],[-1,5],[0,7],[-2,5],[-4,4],[-6,0],[0,-2],[5,-6],[4,-13],[3,-24],[2,-5],[4,-5],[8,-9],[5,-4],[6,-1],[10,-1],[12,-2],[11,-4],[9,-7],[4,-12],[-3,-8],[-7,-9],[-9,-8],[-9,-4],[-11,0],[-2,-1],[1,-4],[1,-3],[1,-3],[-2,-3],[-4,-6],[-15,-32],[-4,-5],[-4,-2],[-3,-1],[-13,-9],[-2,0],[-1,-1],[-1,-2],[0,-3],[-1,-1],[-8,-7],[-10,-7],[-24,-12],[-17,-11],[-6,-1],[-13,0],[-6,0],[-45,-12]],[[6399,5111],[-3,0],[-20,-8],[-20,-7],[-15,-3],[-12,2],[-3,-1],[-3,-1],[-8,0],[-3,-1],[-27,-13],[-16,-10],[-45,-46],[-16,-22],[-9,-25],[2,-28],[33,-72],[5,-13],[-4,-8],[-6,2],[-6,0],[-12,-2],[4,-5],[6,-2],[15,-1],[7,0],[2,-1],[3,-4],[1,-3],[1,-3],[-1,-2],[-3,-2],[-4,2],[-5,0],[-4,-1],[-2,-3],[3,-1],[3,0],[3,-1],[1,-3],[3,1],[1,-1],[1,-1],[2,-3],[7,3],[5,3],[3,3],[-5,-6],[-8,-7],[-8,-6],[-17,-5],[-46,-34],[-7,-7],[-6,-8],[-3,-9],[-1,-20],[7,4],[4,4],[4,2],[6,-3],[0,4],[1,4],[2,6],[4,-6],[-5,-12],[-8,-10],[-5,-5],[-4,-1],[-6,-3],[-6,-4],[-2,-3],[2,-2],[6,2],[11,7],[-12,-9],[-28,-16],[-14,-5],[-15,-4],[-7,-2],[-5,-4],[-2,-4],[-3,-13],[-4,-6],[0,-5],[-16,-18],[-8,-5],[2,-3],[2,-2],[3,-1],[4,0],[-9,-5],[-15,8],[-23,18],[-14,-1],[-7,0],[-3,4],[-1,1],[-7,6],[-1,4],[-2,6],[-2,3],[-1,0],[-3,-7],[3,-9],[1,-3],[3,-3],[7,-2],[8,-7],[5,-2],[12,-3],[1,0],[4,0],[1,0],[2,-1],[0,-2],[0,-2],[0,-1],[3,-2],[1,-3],[2,-1],[4,-1],[5,-1],[4,-3],[5,-2],[-32,-17],[-49,-16],[-7,-4],[-4,0],[-3,2],[-3,2],[-4,-1],[-2,-3],[-2,-1],[-6,-1],[-39,-11],[-13,-2],[-12,-7],[-6,-2],[-3,0],[-11,0],[-3,-1],[-6,-3],[-10,-2],[-18,-9],[0,2],[3,1],[1,1],[-8,-1],[-20,-11],[-21,-8],[-8,-1],[-2,1],[-1,3],[0,5],[-1,0],[-2,0],[-2,0],[-1,2],[0,2],[1,0],[2,0],[1,1],[3,3],[9,2],[14,5],[1,-2],[-1,-2],[-1,-2],[-2,-3],[14,8],[6,3],[-3,1],[-2,2],[1,2],[2,3],[-1,6],[1,26],[-4,2],[-14,2],[-12,3],[-4,1],[-7,-2],[-7,-5],[-14,-13],[-17,-14],[-5,0],[-4,-1],[-4,-1],[-3,-2],[-6,-5],[-9,-8],[-5,-9],[1,-7],[-5,-4],[-5,-11],[-3,-3],[-5,-4],[-3,-5],[0,-5],[4,-4],[0,-2],[-4,-1],[-5,-3],[-5,-3],[-1,-3],[0,-4],[1,-3],[3,0],[2,4],[2,-3],[0,-3],[0,-4],[-2,-3],[4,1],[2,2],[1,2],[2,2],[3,1],[3,0],[2,0],[2,1],[6,3],[0,3],[-2,4],[1,5],[2,-2],[2,0],[3,0],[3,2],[-9,5],[-3,1],[0,2],[6,0],[3,3],[3,3],[5,3],[0,1],[-2,1],[-1,1],[-1,2],[-1,2],[1,1],[4,5],[0,1],[4,0],[15,-4],[13,11],[4,0],[3,-1],[3,0],[3,5],[2,-4],[1,-2],[1,-3],[0,-5],[-1,-1],[-4,-1],[-1,-1],[-1,-2],[-1,-3],[0,-2],[-3,-2],[-5,-2],[-5,-1],[-2,2],[-2,5],[-2,0],[-2,-3],[-1,-5],[-2,1],[-3,1],[-1,0],[4,-4],[1,-2],[-1,-2],[9,1],[77,35],[-12,-7],[-24,-12],[-26,-11],[-13,-6],[-16,-12],[-14,-5],[-19,-14],[-35,-31],[-23,-15],[-39,-32],[-25,-31],[-4,-1]],[[5555,4343],[-1,0],[-3,2],[-4,5],[-4,3],[-2,-3],[-1,-3],[-3,-5],[0,-3],[1,-2],[4,-4],[1,-3],[5,7],[2,2],[2,0],[2,-1],[2,-1],[-1,-2],[-8,-11],[-3,-8],[-13,-16],[-7,-9],[-4,-5],[-11,-5],[-26,-36],[-2,-7],[-29,-29],[-3,-5],[-2,-6],[-3,-3],[-16,-10],[-7,-10],[-5,-5],[-6,-2],[-2,-1],[-6,-4],[-2,-2],[-3,0],[-7,0],[-1,0],[-3,-4],[4,-3],[7,-1],[8,5],[9,7],[7,5],[-6,-5],[-13,-10],[-15,-14],[-3,-4],[-13,-9],[-5,-5],[-6,-5],[-3,-3],[-2,-3],[0,-4],[-2,-3],[-2,-3],[-4,-11],[-11,-8],[-94,-40],[-51,-30],[-10,-8],[-1,-2],[-5,-9],[-1,-1],[-1,-2],[-5,-5],[-2,-1],[-2,-3],[-12,-8],[-5,-4],[-2,0],[-1,1],[-3,5],[-1,-5],[1,-6],[0,-6],[-7,-4],[-2,-5],[-2,-10],[-5,-7],[-19,-20],[-7,-5],[-2,0],[-2,-3],[-2,-1],[-2,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,2],[-1,2],[-3,2],[-6,-1],[-2,-3],[2,-3],[7,-2],[7,-4],[2,-1],[0,-3],[-3,-2],[-7,-3],[-4,-3],[-2,-1],[-11,0],[7,-8],[1,-5],[-5,-2],[-4,0],[-4,-3],[-8,-5],[-26,-9],[-11,-7],[-10,-5],[-8,-5],[-6,-6],[-2,-2],[-5,-1],[-3,-1],[-15,-10],[-2,0],[-2,4],[-4,-3],[-5,-3],[-5,-3],[-13,-3],[-12,-8],[-12,-3],[-77,-44],[-7,-7],[-5,-9],[-4,-4],[-11,-4],[-5,-5],[-9,-12],[-10,-8],[-3,-5],[-3,-10],[-12,-21],[-1,-6],[2,-7],[4,-6],[9,-3],[2,-1],[1,-1],[2,-1],[2,0],[2,1],[2,0],[1,1],[5,-3],[3,5],[0,10],[-1,10],[-3,10],[4,-7],[2,-8],[0,-15],[-1,-15],[-4,-16],[-2,-16],[-2,-9],[-8,-15],[0,-3],[0,-2],[0,-2],[-3,0],[-1,1],[-2,5],[-2,1],[-2,-3],[1,-4],[4,-5],[3,-3],[-15,-5],[-17,-16],[-5,-3],[-5,-1],[-16,-7],[-10,-7],[-7,-3],[-9,1],[-5,-4],[-5,-5],[-4,-3],[-4,0],[-4,0],[-4,0],[-2,-5],[-2,-1],[-13,-1],[-6,-1],[-6,-2],[-25,-12],[-6,-4],[-14,-4],[-2,0],[-5,1],[-6,4],[-6,3],[-7,-1],[-4,2],[-12,1],[-5,1],[2,4],[-2,2],[-3,2],[-6,0],[3,-6],[-4,-1],[-12,3],[-7,0],[-18,-6],[1,3],[2,3],[0,2],[-1,2],[-4,3],[-4,0],[-4,-2],[-3,-3],[-5,2],[-5,0],[-4,-1],[-4,-1],[-18,-10],[-4,-4],[1,-3],[2,-3],[1,-4],[-2,-5],[-7,-9],[-4,-13],[-9,-19],[-3,-16],[-6,-9],[-2,-6],[0,-16],[-2,-5],[-4,-1],[-15,-14],[-14,-8],[-5,-4],[-9,-11],[0,-4],[1,-2],[2,-3],[1,-2],[3,-6],[0,-2],[-3,-2],[-2,0],[-3,2],[-2,2],[-3,4],[-9,7],[-3,2],[-6,2],[-4,4],[-1,6],[-1,6],[2,23],[0,5],[-1,5],[-3,10],[-1,-3],[1,-3],[-2,-3],[-1,2],[-1,1],[-2,2],[5,-12],[1,-13],[-2,-13],[-11,-22],[-7,-23],[-4,-7],[-4,-3],[1,27],[-2,12],[-8,13],[-5,2],[-8,2],[-14,1],[-3,1],[-2,1],[-1,0],[-3,-2],[-1,-2],[1,-2],[-14,0],[-5,-2],[-5,-3],[-4,-1],[-4,4],[-2,0],[-4,-4],[-5,-4],[-10,-5],[-3,-1],[-2,0],[-2,-1],[-3,-1],[-5,-5],[-3,-2],[-13,-3],[-11,-7],[-25,-23],[-5,-8],[-13,-33],[-1,-6],[-5,-9],[-1,-5],[4,-2],[-3,-4],[-5,-9],[-4,-5],[-10,-9],[-4,-6],[-2,-6],[-10,-20],[1,-2],[-3,-29],[-9,-34],[0,-24],[2,-12],[4,-10],[0,-7],[10,-48],[1,-15],[1,-3],[2,-2],[3,-3],[8,-5],[2,-3],[2,-11],[2,-3],[2,-4],[-1,-4],[-2,-2],[-3,-2],[-6,-2],[3,-2],[3,0],[7,2],[3,0],[2,-2],[-1,-2],[-1,-2],[0,-2],[-1,-6],[-4,-18],[1,-24],[-1,-14],[-5,-6],[-7,-17],[-3,-4],[-9,-1],[-4,-1],[-4,-6],[-1,-1],[-5,-2],[-2,-4],[1,-4],[7,2],[6,5],[4,5],[5,2],[4,-4],[-3,-11],[0,-13],[8,-38],[4,-12],[23,-45],[4,-12],[-1,-14],[-6,-11],[-2,-7],[2,-6],[3,-6],[7,-21],[9,-20]],[[4152,2623],[7,-14],[1,-12],[-2,0],[-9,22]],[[4149,2619],[-10,24],[-15,16],[-5,11],[-9,12],[-4,4],[0,-25],[-2,-9],[-4,2],[-1,4],[1,8],[-1,3],[-3,2],[-2,1],[-3,3],[0,-7],[0,-4],[-5,-3],[-7,-9],[1,-8],[4,-6],[10,-11],[3,-8],[2,-4],[4,-1],[7,-1],[7,-1],[14,-1],[2,0],[3,-3],[2,-1],[3,-2],[2,0]],[[4143,2605],[2,0],[-1,-5],[4,-3],[6,-4],[4,-5],[2,3],[0,2],[4,1],[2,-6],[4,-11],[1,-8],[-1,-9],[-3,-15],[0,-9],[-4,1],[-1,1],[-1,-6],[-1,-5],[2,1],[5,1],[-1,-7],[-3,-5],[-3,-5],[-2,-6],[0,-3],[2,-9],[-2,-3],[-5,-6],[-2,-3],[-1,-12],[-4,-22],[-2,-37],[-3,-23],[-6,-16],[-1,-11],[-2,-4],[-6,-9],[-3,-6],[-3,-14],[-1,-6],[-1,-5],[-7,-17],[-11,-18],[-1,-5],[-7,-12],[-3,-3],[-7,-5],[-1,-1],[-1,0],[-10,-17],[-6,-7],[-17,-8],[-2,-3],[2,-2],[7,3],[10,6],[-18,-27],[-5,-5],[-2,-2],[-9,-19],[-8,-10],[-3,-5],[0,-3],[0,-10],[-1,-2],[-3,-4],[0,-1]],[[4015,2140],[-1,-7],[-8,-17]],[[4006,2116],[-5,-25]],[[4001,2091],[-4,-3],[-2,-5],[-6,-30],[-1,-12],[-3,-11],[0,-7],[1,-12],[8,-22],[1,-12],[2,0],[2,3],[0,2],[0,2],[-2,1],[6,0],[2,-3],[1,-16],[0,-3],[-3,0],[-9,0],[-2,0],[-2,0],[-3,-1],[-3,-1],[-3,-2],[-18,-17],[-2,-5],[2,0],[4,2],[14,10],[4,2],[2,5],[5,2],[7,-2],[8,-3],[2,-1],[1,-1],[1,-24],[6,-32],[-1,-47],[-2,-8]],[[4014,1840],[-2,-9],[2,-44]],[[4014,1787],[1,-16],[0,-51],[3,-12],[2,-53],[-3,-26],[-1,-4],[-6,-1],[-6,-2],[-6,-1],[-5,2],[0,7],[-7,3],[-39,6],[-3,-1],[-2,-4],[5,0],[5,0],[4,-1],[5,-2],[3,-1],[3,-2],[2,-1],[9,0],[9,-2],[4,-2],[0,-4],[-4,-1],[-56,11],[-5,1],[-2,0],[-2,1],[0,4],[2,1],[2,-1],[3,1],[9,4],[1,2],[-6,2],[-6,-2],[-12,0],[1,-2],[0,-2],[-7,-2],[-16,-3],[-7,1],[-8,3],[-4,1],[-4,-1],[-7,-6],[-18,-10],[-6,-5],[-4,-6],[-1,-3],[0,-4],[0,-4],[-3,-1],[-4,-1],[-2,-3],[-2,-4],[1,-5],[2,-21],[3,-9],[8,-6],[-12,-7],[-13,-13],[-18,-24],[-6,-13],[-6,-6],[-1,-1],[-2,-8],[-5,-6],[-12,-10],[-18,-25],[-1,-3],[0,-3],[0,-3],[-2,-2],[-3,-3],[-2,-1],[-3,-5],[-3,-6],[-2,-7],[-2,-14],[-3,-12],[0,-7],[6,-11],[8,-10],[25,-22],[11,-4],[13,-3],[42,-1],[7,3],[7,5],[8,3],[6,-2],[2,-3],[-1,-2],[-2,-3],[-1,-4],[1,-3],[1,-2],[1,-2],[1,-1],[2,-3],[5,-4],[22,-16],[4,-5],[-4,-3],[-5,3],[-20,16],[-21,12],[-19,2],[-5,3],[-5,0],[-5,1],[-6,1],[-11,-5],[-10,0],[-3,-1],[-8,3],[-11,3],[-12,1],[-10,-1],[-2,-1],[-7,-5],[-3,-1],[-2,0],[-2,1],[-3,0],[-11,-2],[-5,-1],[-9,-5],[-12,-3],[-5,-3],[-3,-3],[-3,-2],[-4,-2],[-17,-1],[-4,-2],[-2,-5],[-2,-3],[-4,-2],[-5,-1],[-42,-5],[-11,-2],[-12,-6],[-11,-7],[-43,-34],[-7,-8],[-11,-19],[-1,-5],[-1,-21],[-2,-7],[-2,-5],[4,3],[4,0],[4,2],[3,6],[1,-8],[-3,-3],[-6,-3],[-5,-3],[-1,-2],[-3,-9],[-5,-6],[-1,-3],[2,-4],[-9,0],[6,-9],[3,-11],[-5,-32],[-1,-3],[-3,-4],[-9,-7],[-2,-3],[-5,-18],[-2,-3],[-6,-1],[-12,-5],[-60,-36],[-4,-4],[-8,-10],[-5,-3],[-34,-5],[-15,-5],[-11,-8],[1,-10],[-17,-2],[-19,4],[-42,12],[-2,1],[-4,5],[-3,2],[-7,5],[-8,2],[-4,3],[-30,27],[-6,4]],[[3159,1011],[-36,25],[-10,11],[-26,36],[-17,15],[-4,10],[-22,26],[-3,7],[-11,10],[-11,18],[-5,6],[-27,22],[-5,7],[1,3],[4,1],[4,-7],[6,1],[6,3],[3,3],[-4,0],[-4,-2],[-4,0],[-3,4],[1,3],[2,4],[4,4],[3,1],[17,-2],[1,1],[-3,3],[-4,2],[-2,1],[3,1],[4,1],[4,2],[0,2],[-3,1],[-5,-1],[-3,-2],[-2,-1],[-2,-3],[-4,0],[-8,4],[-2,-2],[-3,-10],[-2,-3],[-3,4],[3,2],[1,2],[1,5],[-5,-3],[-3,-4],[-2,-4],[1,-6],[-3,2],[-2,5],[-1,5],[0,4],[-1,3],[-4,7],[-4,10],[-9,18],[1,7],[0,-2],[1,-1],[1,-1],[0,-2],[2,0],[0,4],[2,13],[-3,-3],[-1,-1],[0,-3],[-2,0],[-6,19],[-5,10],[-4,1],[0,-4],[10,-23],[0,-5],[-1,0],[-25,56],[-16,51],[-7,43],[2,8],[-6,47],[-8,23],[-2,3],[-2,14],[-1,4],[5,3],[5,-4],[5,-7],[2,-6],[-2,-1],[-7,2],[-2,-1],[1,-4],[1,-3],[2,-3],[3,-1],[0,1],[2,5],[2,-4],[-1,-5],[-1,-4],[-1,-2],[3,0],[3,1],[1,3],[-2,5],[4,2],[1,-5],[8,-50],[2,0],[1,8],[-3,19],[2,9],[-7,9],[-1,5],[4,3],[2,-5],[5,-8],[1,-4],[1,-4],[-1,-7],[0,-4],[3,-16],[3,-6],[5,-5],[0,-5],[-2,-4],[-2,-4],[-2,-4],[-6,-28],[1,-4],[6,-2],[15,-3],[3,1],[8,-3],[5,2],[8,9],[-5,3],[-6,4],[-6,2],[-6,-2],[-3,1],[-4,3],[4,7],[0,7],[-1,6],[0,15],[-2,5],[-2,3],[-3,-1],[0,3],[1,6],[-1,4],[-1,3],[-2,5],[-1,3],[1,6],[2,3],[2,3],[-1,6],[-2,6],[-7,11],[-2,5],[-12,12],[-2,4],[-6,-5],[-5,9],[-3,11],[2,6],[-6,4],[-3,17],[-3,0],[-3,2],[-1,2],[-2,7],[-3,-7],[2,-5],[3,-5],[2,-5],[0,-13],[2,-6],[2,-6],[-4,4],[-5,8],[-10,25],[0,5],[1,4],[0,3],[-2,3],[0,5],[14,8],[4,4],[0,2],[2,2],[0,2],[-1,3],[-2,0],[-2,-2],[-1,0],[-3,6],[-2,3],[-4,2],[4,-11],[1,-5],[-3,-5],[-5,-3],[-4,1],[-4,4],[-2,4],[-5,13],[-5,25],[-5,13],[-11,14],[-1,6],[-1,6],[-3,13],[-3,5],[-8,8],[-3,4],[-3,12],[-19,37],[-1,5],[-1,2],[-2,2],[-1,3],[0,3],[0,2],[4,3],[2,1],[-10,4],[-5,13],[-4,25],[-15,51],[-28,65],[-2,3],[-1,2],[-1,2],[0,4],[3,2],[1,2],[-2,4],[-5,-1],[-3,4],[-5,12],[-6,9],[-4,4],[-4,2],[-6,0],[-5,2],[-2,3],[-1,6],[-2,6],[-5,8],[1,4],[-17,40],[-8,11],[-40,42],[-2,0],[-5,-2],[-1,1],[-1,3],[-8,9],[-5,10],[6,1],[23,-5],[0,2],[-4,3],[-2,3],[1,4],[3,5],[-4,-2],[-6,-5],[-4,-1],[-6,0],[-4,2],[-5,3],[-4,5],[-3,7],[1,2],[10,-1],[5,2],[-2,3],[-6,5],[0,1]],[[2595,2167],[-13,-9],[-1,-5],[5,-9],[-10,11],[-1,1],[-2,1],[-2,1],[-1,2],[-1,0]],[[2569,2160],[-2,0],[-1,-1],[-2,-2],[1,-1],[-5,4],[-2,6],[-2,11],[-11,26],[-4,15],[2,10],[0,2],[-4,-1],[-2,-2],[-2,-3],[-2,-2],[0,4],[-1,3],[-1,7],[-5,12],[-20,33],[-3,7],[0,2],[-1,2],[-2,2],[-3,2],[-1,3],[-1,6],[-3,5],[-6,9],[-24,58],[-3,5],[-4,5],[-1,2]],[[2454,2389],[0,7],[0,3],[-3,3],[-3,3],[-2,2],[-1,5],[8,-4],[3,-1],[2,2],[5,6],[2,1],[4,0],[5,2],[5,2],[2,4],[-14,-2],[-14,-5],[-10,2],[-15,58],[4,10],[-3,3],[-1,2],[-2,6],[-1,7],[0,4],[-2,2],[-2,3],[-3,15],[-2,13],[-5,21],[-3,5],[-3,6],[-2,5],[1,3],[-2,6],[-1,10],[-1,7],[3,-9],[1,-7],[5,-1],[-2,3],[0,6],[-1,6],[-7,20],[0,7],[-2,17],[1,5],[-1,1],[-1,1],[0,1],[0,1],[2,-1],[1,0],[1,2],[0,3],[2,0],[3,-2],[4,0],[4,2],[4,2],[-5,0],[-2,1],[-4,6],[-4,3],[1,2],[3,1],[-4,5],[-3,-3],[-5,-13],[-5,10],[-7,25],[-3,19],[-6,11],[-3,10],[-11,13],[-4,8],[-10,12],[-3,6],[0,3],[0,7],[0,3],[-1,3],[-4,4],[-1,3],[-1,18],[-2,6],[-9,12],[-3,6],[2,7],[4,-3],[7,-2],[8,0],[4,1],[-2,2],[-20,7],[-3,1],[-4,6],[-1,13],[-3,6],[-2,3],[0,3],[-1,8],[0,3],[-2,1],[-1,3],[-3,11],[-6,11],[-1,8],[5,-5],[3,-9],[4,-7],[6,0],[-3,4],[1,2],[8,-2],[-13,15],[-4,2],[0,1],[1,2],[1,2],[-4,1],[-1,0],[-2,-1],[-1,3],[0,2],[1,3],[-5,-3],[0,-3],[0,-5],[-1,-4],[-4,-2],[-5,1],[-3,2],[1,3],[-2,9],[0,7],[3,4],[10,1],[0,2],[-5,2],[-3,-1],[-4,-2],[-4,-1],[-4,2],[-2,3],[0,3],[3,3],[-3,6],[-1,13],[-4,5],[-6,5],[-4,1],[-3,-2],[-5,-5],[-4,8],[-2,3],[-2,0],[-3,-1],[-2,1],[-2,3],[0,1],[-11,5],[-5,4],[-1,6],[5,-3],[2,2],[0,4],[1,3],[4,2],[3,0],[4,-1],[2,-3],[3,6],[3,3],[4,2],[5,2],[3,-1],[3,-1],[2,1],[1,4],[-2,1],[-3,0],[-3,2],[-1,4],[-3,-3],[-10,-4],[-2,-2],[-2,-3],[-4,-3],[-5,-2],[-4,0],[-3,4],[-3,9]],[[2216,3042],[-3,2],[-2,1],[-12,7],[-2,5],[0,4],[2,9],[-2,5],[-3,2],[-5,1],[-3,2],[-7,14],[-3,3],[-16,4],[3,9],[2,4],[3,3],[6,4],[1,2],[-2,5],[-2,-2],[-18,56],[-2,4],[-5,1],[-6,0],[-7,2],[-5,4],[-9,9],[18,-1],[3,0],[4,1],[3,-2],[4,-1],[5,3],[10,-4],[4,-3],[3,-6],[1,1],[1,0],[1,1],[1,1],[-2,2],[-7,9],[-3,2],[-13,6],[-2,0],[-5,-1],[-2,1],[-1,0],[-3,3],[-1,1],[-11,1],[-3,-1],[-1,3],[2,5],[3,4],[2,2],[4,2],[13,3],[-2,1],[-2,2],[1,1],[1,2],[0,2],[-21,-11],[-3,-3],[-7,2],[-4,4],[1,8],[-5,7],[-1,4],[0,4],[0,4],[2,2],[1,1],[1,2],[3,5],[9,3],[16,4],[0,2],[-12,0],[-5,-1],[-3,-2],[-2,-1],[-11,-7],[-2,-2],[-3,3],[-3,5],[-3,6],[-2,9],[-2,3],[0,3],[5,3]],[[2094,3299],[-4,1],[-5,0],[-5,1],[-3,2],[-1,4],[1,13],[-3,8],[-10,20],[-6,6],[-18,15],[-6,5],[-6,8],[-1,7],[9,1],[0,2],[-5,0],[-5,1],[-4,2],[-1,4],[-1,1],[-2,1],[-2,1],[-2,3],[2,2],[2,2],[1,2],[0,18],[1,4],[2,3],[3,3],[2,4],[-7,-3],[-4,-4],[-1,-8],[-1,-9],[-2,15],[0,13],[-1,4],[-2,1],[-1,-2],[-2,1],[-2,2],[-1,2],[-1,6],[-9,26],[0,1],[0,6],[-1,1],[-5,2],[0,4],[2,3],[2,2],[4,2],[-5,2],[-5,3],[-4,4],[-2,11],[-4,13],[-2,3],[-3,1],[-1,3],[1,7],[1,3],[2,-2],[2,-3],[1,-1],[6,-7],[4,-1],[7,0],[-3,1],[-2,1],[-2,2],[-2,2],[2,1],[3,4],[2,1],[-6,0],[-5,2],[-4,4],[-2,4],[0,2],[-1,1],[1,0],[2,2],[1,0],[10,4],[0,-5],[1,-2],[2,1],[1,3],[-2,6],[-3,2],[-5,-1],[-5,-4],[-4,8],[0,2],[0,2],[3,4],[1,2],[-1,4],[-1,3],[-5,4],[-4,8],[2,9],[3,7],[0,6],[-2,-2],[-4,5],[-3,8],[-2,9],[3,3],[0,2],[-3,11],[0,5],[2,4],[4,8],[-8,4],[-3,3],[3,4],[-4,4],[0,3],[3,1],[3,-4],[2,7],[0,7],[-3,7],[-3,6],[2,4],[-1,5],[-1,5],[-6,10],[0,7],[-6,10],[-1,5],[-1,2],[-6,5],[-2,4],[5,-2],[5,-4],[4,-2],[6,2],[-5,5],[-8,16],[-4,5],[-8,6],[-1,4],[-1,3],[4,4],[3,5],[-4,5],[2,6],[-4,8],[-11,11],[-2,5],[1,3],[2,0],[5,0],[4,1],[12,5],[-5,2],[-10,1],[-5,2],[-3,3],[-2,5],[-1,4],[2,5],[-2,2],[-3,4],[-1,4],[1,3],[2,4],[2,3],[0,4],[-2,4],[-2,3],[-1,9],[-2,3],[-4,5],[-2,4],[-2,10],[-3,6],[-14,23],[-1,6],[6,6],[-5,0],[-3,3],[-2,3],[2,5],[3,3],[4,1],[3,3],[0,5],[-3,-1],[-3,-2],[-2,-2],[-2,-3],[-3,4],[-4,4],[-2,4],[1,1],[1,2],[0,2],[-1,3],[-2,2],[-1,2],[-2,24],[-4,7],[-9,1],[3,7],[1,2],[-2,2],[0,3],[1,3],[1,3],[4,-2],[2,-2],[0,-3],[2,-3],[2,-3],[2,-1],[1,1],[4,0],[6,-1],[6,-1],[6,-3],[4,-6],[-5,-3],[0,-3],[3,-1],[4,5],[1,7],[-3,10],[2,5],[-4,2],[-5,0],[-9,-1],[-6,2],[-5,3],[-3,5],[2,5],[-5,1],[-3,1],[-5,7],[-2,1],[-1,-1],[-2,0],[-1,2],[-1,2],[0,1],[0,2],[1,2],[-1,4],[-2,3],[-2,3],[-2,4],[-1,3],[1,13],[1,6],[4,7],[5,3],[7,-1],[5,-4],[9,-15],[6,-6],[1,6],[-3,3],[-5,3],[-2,6],[-1,5],[-2,5],[-4,4],[-3,2],[-9,-2],[-3,2],[-2,5],[-7,18],[-6,4],[-2,10],[-2,12],[1,15],[1,5],[3,5],[4,2],[3,0],[4,-2],[4,0],[4,8],[4,-3],[11,-12],[-3,-5],[1,-5],[4,-3],[4,-1],[-2,7],[1,7],[4,7],[4,4],[-9,3],[-2,3],[-2,5],[0,1],[1,3],[1,3],[-1,1],[-2,0],[-2,-1],[-1,-1],[0,-1],[-5,-2],[-9,3],[-6,8],[5,9],[4,-4],[2,3],[1,8],[4,1],[4,-1],[5,0],[3,5],[-11,0],[0,2],[5,1],[7,3],[16,4],[1,0],[4,6],[-6,1],[-8,-3],[-8,-3],[-1,3],[1,9],[-2,3],[3,6],[-2,2],[-3,1],[-2,4],[2,22],[-2,0],[-6,-10],[-4,-4],[-1,-11],[-2,-4],[5,-4],[-3,-6],[-13,-13],[0,3],[-2,7],[-5,-4],[-6,-8],[-4,-8],[-3,-13],[-2,-4],[-3,-2],[-3,4],[0,3],[1,3],[1,4],[-2,4],[-2,0],[-1,-2],[-1,-1],[-4,-3],[-2,3],[2,4],[6,8],[2,4],[1,4],[-1,9],[3,-2],[2,-1],[1,3],[1,4],[-1,3],[-4,1],[4,9],[1,4],[-1,3],[-3,6],[-1,2],[1,3],[3,3],[1,1],[-2,2],[-2,0],[-2,-1],[-2,-4],[-2,-2],[-2,0],[-1,2],[0,3],[6,13],[6,9],[3,4],[-5,0],[-4,-5],[-4,-6],[-4,-4],[-1,19],[1,10],[3,5],[17,1],[8,0],[6,-7],[5,-1],[9,-2],[5,1],[4,2],[4,0],[5,-5],[7,-17],[5,-6],[7,4],[-6,3],[0,5],[0,5],[-3,2],[-2,2],[-4,4],[-4,5],[-5,2],[-17,-1],[-6,1],[-5,3],[-8,7],[-6,2],[-6,-5],[-5,0],[-5,4],[-7,11],[-1,3],[-4,17],[0,7],[2,4],[5,3],[34,13],[-7,3],[-6,-2],[-7,-2],[-6,-1],[-2,1],[-3,2],[-1,3],[0,4],[-2,2],[-3,3],[-6,2],[-2,0],[1,-3],[1,-3],[-1,-3],[-1,-2],[4,-3],[2,-3],[0,-2],[-2,-2],[-2,1],[-6,6],[-4,16],[3,6],[-3,13],[-7,23],[2,-1],[2,-2],[2,-2],[1,-3],[5,2],[0,3],[-2,4],[-2,6],[1,1],[3,1],[2,0],[1,3],[0,3],[-1,2],[-1,4],[-12,-13],[-4,-1],[0,5],[1,12],[-2,3],[-8,9],[0,3],[3,5],[2,4],[1,11],[-2,8],[1,3],[4,2],[2,2],[3,5],[3,5],[2,5],[0,18]],[[1784,4637],[0,3],[6,15],[2,13],[1,4],[4,6],[1,3],[0,1],[-2,0],[-1,0],[-1,2],[0,6],[1,1],[1,10],[3,5],[3,5],[3,5],[2,7],[1,0],[4,2],[4,3],[2,3]],[[1818,4731],[1,3],[1,9],[2,7],[3,6]],[[1825,4756],[12,17]],[[1837,4773],[2,5],[2,7],[0,7],[0,4],[-2,6],[0,3],[1,3],[4,4],[1,4],[2,14],[-1,6],[-3,4],[13,9],[2,0],[0,3],[-3,2],[-3,1],[-2,2],[0,3],[1,2],[0,2],[-1,4],[-6,-7],[-5,2],[-2,7],[3,7],[4,5],[-2,1],[-4,-2],[-2,-1],[-12,-8],[3,5],[2,11],[4,3],[-9,10],[6,6],[9,4],[1,6],[-4,0],[-7,-2],[-6,-1],[-3,3],[-1,3],[-2,2],[-2,2],[-3,0],[-4,1],[-1,1],[-3,4],[-2,4],[5,1],[13,-2],[6,1],[2,3],[-11,23],[-2,3],[-3,-1],[-14,-6],[0,2],[-2,1],[-2,1],[-1,-1],[-1,-2],[0,-6],[-2,-1],[-9,-4],[2,9],[4,7],[3,6],[-5,5],[-2,-2],[-6,0],[-3,-1],[-1,-3],[-1,-3],[1,-7],[-1,-4],[-1,0],[-3,0],[-6,-4],[-3,1],[-4,5],[0,4],[4,5],[20,13],[6,5],[3,2],[4,0],[-4,3],[-11,3],[-2,3],[-2,3],[-5,2],[-3,3],[-1,6],[-6,-5],[-2,-2],[-4,5],[-2,3],[-1,9],[-3,8],[0,3],[1,2],[4,1],[11,1],[2,2],[-2,3],[-5,0],[-9,-3],[-5,1],[-3,3],[-1,3],[3,2],[19,5],[12,6],[1,1],[16,11],[6,-4],[2,3],[-2,5],[-3,1],[-17,-5],[-6,-3],[-16,-11],[-9,-1],[2,5],[9,17],[5,3],[5,3],[12,10],[4,2],[7,2],[8,3],[7,5],[5,5],[7,12],[4,3],[3,0],[8,-2],[4,-1],[5,2],[15,5],[9,6],[18,7],[19,9],[8,1],[2,1],[3,3],[2,4],[-2,3],[-2,-1],[-11,-6],[-12,-4],[-1,-1],[-6,-4],[-3,-1],[-7,-1],[-13,-6],[-7,-2],[-14,3],[-8,0],[-5,-2],[-7,-4],[-6,0],[-14,3],[-7,1],[-17,-3],[-8,1],[-5,1],[-6,0],[-14,-4],[-7,-1],[-5,2],[-2,6],[2,6],[5,12],[2,7],[2,20],[1,3],[6,3],[4,7],[7,13],[4,4],[6,1],[12,-1],[4,3],[1,6],[2,5],[7,1],[0,2],[-3,1],[-2,0],[-2,0],[-1,-1],[-3,-1],[-1,-2],[0,-2],[-1,-1],[-22,-2],[-4,-3],[-2,-4],[-7,-5],[-7,-4],[-5,-1],[-3,3],[-8,13],[-2,4],[1,5],[4,12],[2,7],[-1,4],[0,3],[0,3],[3,6],[1,4],[1,6],[2,5],[5,7],[5,5],[5,3],[7,2],[7,0],[5,-3],[6,-4],[3,-2],[3,0],[3,1],[3,0],[3,-1],[3,-1],[6,-4],[13,16],[7,5],[11,2],[6,-2],[5,-4],[5,-2],[6,3],[1,4],[1,6],[-2,5],[-4,3],[-2,-4],[-4,-2],[-5,0],[-5,3],[-5,1],[-6,-1],[-6,-2],[-4,-3],[-9,-4],[-10,2],[-21,8],[-4,0],[-3,-1],[-3,0],[-6,4],[-3,1],[-7,0],[-7,-2],[-10,-9],[-6,-4],[-7,-2],[-4,0],[-3,1],[-1,3],[4,3],[-1,2],[-4,1],[-6,-3],[-5,-3],[-7,2],[-2,4],[-2,7],[0,7],[3,3],[5,4],[1,6],[-4,4],[-8,-3],[-3,-4],[-3,-6],[-3,-6],[-1,-6],[-3,-8],[-6,-1],[-7,2],[-4,-1],[-3,5],[0,4],[0,2],[-8,2],[-5,1],[-5,-1],[-2,-3],[2,-5],[-14,2],[-4,-1],[5,-6],[8,-2],[6,2],[9,9],[2,-4],[-1,-3],[-2,-3],[0,-4],[1,-1],[9,-4],[12,1],[3,-14],[-3,-32],[-3,-6],[0,-3],[-1,1],[-3,-3],[-2,-4],[-1,-1],[-5,-5],[-3,-1],[-4,-1],[-5,2],[-1,-1],[-1,-5],[-2,0],[-2,4],[-2,-1],[-1,-3],[-1,-2],[-2,-1],[-3,-2],[-3,-1],[-1,3],[-2,3],[-6,4],[-6,1],[-5,-1],[7,-4],[2,-3],[-1,-3],[-3,-1],[-12,3],[2,-2],[7,-4],[0,-3],[-1,-2],[-2,0],[-2,1],[-5,2],[-5,0],[-6,-2],[-3,-3],[19,-5],[5,-1],[12,2],[4,0],[-3,-2],[0,-2],[4,-2],[-2,-2],[5,-2],[0,-4],[-3,-4],[1,-4],[2,-4],[-2,0],[-10,2],[-2,2],[-4,5],[-4,3],[-6,5],[-7,1],[-2,-6],[1,-1],[3,-1],[3,-1],[2,0],[2,-1],[6,-9],[-6,-2],[-7,1],[-18,7],[-2,0],[-1,-5],[0,-9],[0,-3],[2,-4],[1,2],[1,0],[4,2],[0,-2],[0,-4],[0,-2],[11,3],[5,1],[5,-1],[5,-3],[4,1],[15,5],[2,-1],[0,-4],[2,-4],[6,-2],[1,-3],[1,0],[3,-11],[2,-2],[1,-2],[2,-1],[3,-2],[4,0],[4,1],[2,-1],[2,-6],[3,-2],[2,-2],[1,-1],[0,-4],[1,-2],[0,-3],[-1,-3],[-1,-1],[-4,-4],[-2,-1],[-10,-35],[-7,-12],[-17,-16],[-2,-6],[-2,-4],[-11,-11],[-4,-2],[2,-4],[0,-2],[-1,-2],[-3,-1],[1,-4],[-1,-3],[-1,-2],[-1,-2],[1,-2],[3,-7],[0,-5],[-4,-5],[-2,0],[-3,-1],[-3,-2],[-1,-2],[-2,-2],[-21,-9],[-5,-2],[-15,0],[-37,-21],[-6,-5],[-8,-4],[-6,-2],[-4,1],[-4,0],[-11,-6],[-13,-4],[-18,-12],[-10,-2],[2,4],[2,2],[2,2],[-6,-2],[-4,-2],[-14,-11],[-3,-4],[-1,-5],[-6,-5],[-26,-8],[-19,-3],[-55,-26],[-8,1],[-2,-2],[-4,1],[-4,-2],[-3,-4],[-4,-2],[-5,1],[-7,1],[-5,-1],[0,-1]],[[1252,4842],[-2,-5],[-6,-4],[-3,0]],[[1241,4833],[-41,-2],[-6,0],[-6,2],[-5,4],[-4,2],[-3,-1],[-4,-2],[-3,0],[-3,1],[-10,8],[-49,18],[-18,12],[-7,1],[-4,2],[-10,11],[-6,4],[-19,7],[-12,10],[-11,7],[-35,30],[-30,21],[-27,33],[-1,3],[-3,3],[-14,13],[-21,22],[-9,14],[-2,10],[-7,1],[-5,3],[-5,3],[-39,39],[-20,11],[-4,4],[-11,12],[-6,5],[-7,10],[-10,4],[-6,5],[-9,10],[-2,6],[1,9],[-1,4],[-7,-6],[-4,-1],[-6,3],[-29,26],[-10,6],[-4,4],[-15,19],[-10,6],[-5,5],[-3,7],[-14,18],[-11,8],[-6,6],[-4,10],[-9,12],[-2,6],[-1,7],[3,5],[3,5],[1,5],[1,6],[2,6],[3,4],[3,4],[4,4],[13,6],[8,6],[2,-1],[2,-2],[-1,-4],[-3,-3],[-6,-3],[-2,-3],[4,-7],[3,-3],[6,-1],[2,1],[5,3],[3,1],[3,0],[3,-1],[2,-1],[2,1],[5,4],[3,2],[3,-1],[4,-3],[1,-5],[-7,-10],[1,-5],[-5,-7],[1,-6],[5,-5],[7,-3],[0,-2],[23,3],[16,6],[3,6],[4,2],[24,0],[10,2],[4,2],[2,1],[4,6],[1,2],[2,0],[2,1],[1,0],[2,5],[-1,4],[-2,3],[-1,5],[1,5],[2,0],[3,-1],[3,2],[2,0],[4,-12],[0,-6],[-2,-5],[5,-2],[10,-2],[4,-2],[1,3],[1,1],[3,4],[3,-2],[2,1],[2,3],[1,2],[2,1],[1,2],[1,1],[2,1],[2,-1],[4,-1],[1,0],[3,4],[6,14],[2,5],[3,-2],[14,-16],[2,-1],[4,1],[2,2],[1,4],[2,3],[3,4],[3,1],[3,-1],[4,1],[6,2],[7,4],[18,15],[3,2],[0,-1],[7,1],[2,0],[6,4],[12,1],[27,-3],[10,4],[4,5],[5,11],[9,11],[10,17],[16,23],[1,3],[0,7],[0,3],[1,1],[6,6],[10,18],[4,3],[5,2],[10,11],[5,4],[3,0],[4,-1],[3,0],[4,2],[2,3],[3,4],[1,3],[3,6],[1,7],[-2,8],[-3,5],[-3,5],[-6,5],[-6,3],[-2,-5],[-3,-3],[-12,-6],[-4,-5],[0,-3],[1,-4],[1,-4],[2,-3],[-3,-7],[0,-3],[1,-3],[-1,-4],[0,-4],[-1,-3],[-2,-1],[-2,-1],[-7,0],[-2,-1],[-1,-1],[-2,0],[-3,1],[-1,1],[-1,1],[-2,1],[-2,0],[-1,0],[-2,-2],[-2,0],[-1,2],[-2,2],[-7,2],[-4,4],[-3,5],[-5,4],[0,-8],[-3,-5],[-6,-2],[-8,0],[-2,0],[-1,-1],[-2,0],[-2,2],[-1,2],[-1,1],[-1,0],[-2,1],[-3,0],[-2,3],[1,2],[1,3],[-6,-11],[3,-2],[4,-3],[1,-4],[-5,-1],[-18,-2],[-21,-8],[-17,-2],[-18,-6],[-10,-1],[-6,-2],[-8,-4],[-8,-5],[-7,-6],[-9,-17],[-4,-2],[-7,1],[-13,3],[-21,0],[-3,1],[-6,5],[-4,1],[-10,-1],[-4,1],[-3,1],[-2,1],[-2,1],[-2,1],[-14,3],[-6,3],[-11,1],[-10,5],[-31,2],[-12,3],[-21,12],[-30,19],[-54,21],[-55,34],[-9,7],[-2,1],[-1,2],[0,3],[-1,3],[-8,3],[-4,5],[-3,5],[-1,5],[0,-1],[4,-3],[3,5],[1,4],[0,3],[-5,-2],[-9,-2],[-8,2],[-3,6],[6,11],[2,1],[10,1],[2,1],[-1,2],[-4,3],[-4,1],[-2,0],[-1,3],[-1,2],[-1,1],[-2,0],[-2,-1],[-2,-1],[-4,2],[-3,1],[-2,3],[0,3],[0,4],[2,2],[3,2],[4,0],[-2,3],[-2,1],[-2,0],[-3,-2],[-4,1],[-1,-2],[-2,-2],[-5,-2],[-4,2],[-1,3],[1,4],[1,4],[-4,-2],[-4,-1],[-3,0],[-2,3],[3,6],[4,7],[6,5],[6,3],[-1,3],[-2,0],[-2,-1],[-3,0],[-2,2],[-3,4],[-2,3],[1,-5],[2,-5],[0,-4],[-5,-3],[-6,0],[-2,4],[2,13],[-2,15],[1,7],[6,3],[14,-4],[6,0],[0,6],[-2,1],[-3,0],[-2,0],[-1,5],[1,1],[6,1],[5,3],[6,1],[3,1],[2,1],[5,7],[9,9],[5,4],[12,4],[5,12],[5,5],[3,1],[11,-1],[3,1],[6,4],[4,1],[4,2],[16,11],[-5,2],[-8,-3],[-4,1],[-8,-8],[-7,-3],[-8,-2],[-12,0],[-7,-1],[-3,-2],[-4,-9],[-3,-5],[-4,-1],[-10,-3],[-5,-2],[-5,-3],[-4,-2],[-12,-2],[-7,-5],[-7,-2],[-5,-5],[-22,-23],[3,-2],[1,-2],[-2,-2],[-2,-3],[-4,-3],[-3,0],[-3,1],[-5,1],[-19,-1],[-16,2],[-7,2],[-5,3],[2,6],[2,0],[6,0],[1,1],[1,4],[1,1],[4,3],[4,1],[3,-1],[4,-5],[4,5],[5,0],[5,2],[1,6],[-7,-4],[-5,0],[-5,3],[-5,4],[-4,6],[0,6],[0,6],[0,6],[-6,-6],[-3,-2],[-1,3],[0,5],[3,7],[2,9],[0,3],[1,2]],[[370,5797],[7,11],[3,1],[5,2],[2,2],[1,0],[3,-1],[2,0],[1,1],[-1,2],[-1,1],[-1,0],[1,2],[-1,3],[1,3],[3,2],[3,0],[1,-1],[1,-2],[2,-3],[4,-2],[5,2],[3,3],[3,4],[0,3],[-1,3],[0,2],[4,1],[1,-1],[2,-3],[0,-3],[0,-2],[10,6],[14,2],[37,0],[30,0],[25,0],[0,43],[0,32],[0,25],[7,12],[16,0],[5,-7],[2,-17],[6,-5],[3,3],[9,16],[1,3],[1,2],[2,2],[4,0],[3,-1],[3,-2],[2,-2],[6,-10],[4,-4],[6,-1],[8,3],[13,6],[6,1],[8,-2],[17,-7],[6,-2],[12,2],[24,8],[88,-2],[9,-4],[24,-23],[14,-7],[17,-1],[64,0],[13,3],[12,9],[3,5],[8,19],[3,6],[4,1],[11,1],[18,6],[6,0],[6,1],[12,8],[6,2],[17,1],[5,2],[15,9],[32,7],[13,0],[4,-7],[-2,-3],[-5,-4],[-2,-2],[0,-3],[3,-11],[1,-12],[3,-4],[5,-5],[12,-5],[41,-3],[7,1],[12,6],[6,2],[5,1],[2,2],[-4,5],[-1,6],[5,5],[19,12],[6,2],[6,-1],[7,-3],[6,0],[3,3],[2,3],[4,3],[15,5],[3,3],[-3,8],[-11,3],[-12,2],[-7,4],[-1,2],[-1,2],[1,2],[0,3],[1,6],[1,2],[0,2],[0,2],[-1,2],[-6,5],[-1,8],[2,10],[5,7],[20,9],[7,5],[-2,3]],[[1268,6059],[-7,8],[-10,27],[-19,27],[-9,16],[-6,17],[-11,42],[-3,7],[-6,7],[-20,15],[-10,10],[-4,7],[-1,7],[-3,8],[-12,12],[-5,6],[-3,11],[2,35],[2,27],[-1,13],[-7,8],[-13,2],[-11,-3],[-12,-4],[-12,-3],[-37,-1],[-18,4],[-12,4],[-5,3],[-4,7],[-7,17],[-5,6],[-13,10],[-13,14],[-10,14],[-5,16],[-1,5],[3,15],[0,11],[2,6],[17,24],[4,12],[2,11],[-3,12],[0,6],[2,6],[3,7],[1,5],[-2,12],[2,26],[-1,11],[-9,10],[-11,5],[-12,3],[-75,-3],[-14,5],[-22,18],[-13,7],[-49,18],[-9,10],[-3,12],[7,37],[7,38],[8,23],[13,20],[28,25],[20,12],[37,31],[19,27],[26,22],[8,9],[23,60],[3,5],[27,25],[4,3],[21,13],[18,17],[5,4],[6,1],[12,2],[12,4],[6,1],[7,0],[9,-3],[9,-4],[7,-5],[11,-11],[9,-6],[3,-4],[3,-6],[-1,-11],[1,-6],[9,-20],[12,-15],[16,-10],[22,-3],[26,5],[35,16],[39,17],[24,7],[26,5],[27,2],[25,-2],[26,2],[44,12],[50,13],[4,3],[2,4],[3,38],[2,6],[4,6],[25,28],[38,28],[12,11],[9,13],[6,15],[18,62],[8,13],[23,24],[9,5],[45,21],[41,18],[36,17],[40,18],[5,3],[4,5],[10,21],[8,11],[20,23],[24,41],[15,25],[18,29],[16,45],[13,38],[14,37],[4,5],[54,21],[57,11],[12,6],[52,37],[1,5]],[[2171,7754],[0,4],[-4,14],[-7,13],[-7,8],[-15,7],[1,1],[2,5],[5,5],[6,3],[6,-1],[-1,2],[0,4],[-1,2],[5,-1],[4,0],[3,3],[16,19],[2,4],[3,2],[12,3],[4,4],[1,7],[-1,6],[0,6],[3,5],[5,5],[4,4],[5,2],[7,3],[7,1],[2,2],[1,4],[1,3],[5,3],[2,6],[2,3],[6,3],[6,9],[3,2],[4,3],[3,2],[-1,2],[-3,6],[2,2],[6,1],[6,4],[4,6],[-3,5],[2,4],[3,2],[3,2],[4,1],[4,0],[8,-2],[7,-1],[2,3],[1,4],[4,5],[5,5],[6,2],[5,1],[7,0],[7,2],[4,4],[5,5],[5,4],[0,6],[4,5],[7,5],[18,8],[-3,3],[-5,4],[-5,3],[-6,0],[-14,-2],[-5,2],[-4,4],[-3,4],[-1,4],[-1,6],[0,6],[5,13],[0,13],[3,7],[12,27],[4,5],[5,6],[3,5],[2,5],[-1,6],[-9,12],[-9,30],[-18,27],[-3,3],[1,1],[4,5],[3,1],[1,1],[0,1],[1,4],[1,2],[2,2],[1,1],[1,2],[0,4],[1,7],[3,5],[5,4],[24,15],[5,2],[4,2],[9,15],[20,-4],[6,1],[6,8],[3,11],[5,7],[14,-5],[5,6],[6,1],[7,-1],[8,1],[4,2],[2,2],[1,2],[2,3],[3,2],[8,-1],[3,0],[-2,9],[6,1],[19,-6],[2,0],[3,1],[3,3],[3,1],[7,-2],[4,0],[0,7],[7,5],[10,5],[7,2],[4,0],[10,0],[1,3],[3,11],[3,5],[10,9],[3,6],[-2,7],[-8,9],[-9,6]],[[2593,8409],[-21,15],[-11,5],[-22,5],[-10,5],[-12,8],[-10,3],[-10,-1],[-13,-4],[-13,-1],[-22,9],[-12,-1],[-11,-3],[-12,0],[-11,3],[-9,8],[-9,22],[-1,6],[2,5],[4,6],[2,5],[1,6],[-3,13],[0,6],[3,7],[7,13],[3,7],[-2,7],[-4,2],[-6,0],[-5,-5],[-3,-6],[-1,-5],[-3,-5],[-6,-4],[-6,-2],[-17,-2],[-6,0],[-5,3],[-9,7],[-6,3],[-6,-1],[-10,-5],[-6,-1],[-7,1],[-5,3],[-4,4],[-3,6],[3,4],[2,2],[4,6],[0,7],[-3,15],[-1,16],[-3,7],[-9,4],[-29,4],[-12,6],[-17,20],[-10,8],[-12,7],[-8,7],[-4,10],[1,13],[3,6],[5,3],[12,3],[5,4],[4,3],[3,5],[3,5],[10,22],[7,24],[-5,17],[-17,11],[-20,9],[-15,10],[-3,4],[-1,5],[-1,5],[1,9],[1,4],[1,3],[2,4],[11,16],[7,5],[34,5],[11,4],[11,7],[8,7],[7,9],[3,10],[-4,9],[-9,6],[-12,0],[-12,-3],[-11,0],[-16,5],[-7,0],[-21,-4],[-10,1],[-9,6],[-7,8],[-3,9],[3,9],[7,7],[19,8],[6,4],[1,7],[-3,6],[-4,6],[-7,16],[-5,5],[-10,1],[-9,-1],[-8,1],[-7,2],[-8,4],[-7,6],[-2,7],[1,8],[6,7],[3,2],[8,3],[2,3],[2,4],[0,11],[6,7],[14,9],[5,6],[0,9],[-3,8],[1,7],[9,6],[4,2],[50,7],[8,3],[24,14],[20,7],[19,1],[20,-3],[79,-23],[110,-18],[29,1],[21,4],[11,0],[4,-2],[4,-2],[4,-6],[5,-5],[13,-7],[13,-5],[82,-18],[14,-1],[18,4],[6,0],[14,-2],[5,1],[7,5],[18,15],[20,12],[9,3],[2,1],[4,4],[7,9],[5,4],[10,1],[20,-6],[11,0],[33,7],[43,20],[12,4],[12,-2],[14,-8],[5,-1],[5,-1],[27,5],[4,2],[29,22],[3,6],[-2,17],[3,7],[8,5],[11,3],[11,0],[8,-2],[8,-4],[5,-1],[4,3],[6,5],[19,13],[5,5],[2,9],[-3,9],[-1,7],[6,7],[2,1]],[[3140,9264],[117,59],[118,59]],[[3140,9264],[-42,82],[-43,83]],[[4632,766],[-5,-3],[-4,3],[-2,2],[-1,2],[0,1],[0,1],[2,19],[-1,7],[-4,3],[-1,3],[-11,15],[0,3],[-1,2],[-2,3],[-1,3],[0,4],[1,2],[1,3],[-2,4],[4,-4],[4,-9],[3,-4],[1,-2],[2,-7],[8,-12],[4,-6],[5,-26],[0,-7]],[[4025,1247],[11,-10],[-5,1],[-9,5],[-5,0],[8,-9],[6,-7],[3,-5],[-8,1],[-4,4],[-4,4],[-2,2],[-4,2],[-12,11],[-7,2],[-6,3],[-5,2],[-2,0],[-7,1],[-4,1],[-1,3],[1,3],[4,2],[14,0],[6,-2],[6,-2],[14,-5],[12,-7]],[[3973,1380],[-8,-1],[-7,3],[-3,4],[0,12],[0,4],[3,-1],[2,-2],[1,-4],[5,-1],[7,-1],[1,-1],[4,-7],[-3,-3],[-2,-2]],[[4032,1440],[1,-1],[6,1],[1,-1],[1,-5],[0,-2],[4,-2],[5,-2],[4,-2],[0,-1],[1,-2],[-2,-2],[-4,0],[-5,1],[-3,2],[-2,0],[-5,-3],[-4,0],[-5,3],[-5,7],[-8,15],[4,5],[1,7],[2,5],[6,2],[4,-1],[0,-3],[-1,-4],[-1,-4],[0,-4],[1,-3],[0,-1],[1,-3],[2,-1],[1,-1]],[[4208,1410],[87,-69],[2,-4],[4,-4],[6,-6],[5,-6],[-4,-2],[-2,1],[-1,0],[-3,5],[-2,1],[-5,0],[-3,0],[1,-3],[1,-1],[16,-14],[6,-4],[-2,4],[-2,4],[1,2],[5,1],[2,-1],[3,-10],[3,-6],[12,-23],[-3,1],[-6,3],[-4,0],[-2,-5],[2,-1],[5,-1],[5,-2],[0,-1],[1,-6],[2,0],[1,1],[1,1],[1,1],[1,1],[0,-1],[2,-6],[4,-10],[6,-9],[6,-4],[1,0],[1,-1],[0,-2],[-2,-2],[-3,-1],[-1,1],[-3,5],[-4,2],[-8,2],[-5,2],[2,-3],[1,-1],[11,-11],[1,-6],[3,-2],[-3,-3],[-3,-4],[5,-3],[5,0],[5,4],[3,5],[2,6],[0,-1],[11,-13],[10,-17],[4,-4],[6,-1],[5,-4],[6,-16],[2,-2],[2,-1],[0,-1],[7,-3],[4,-8],[5,-16],[1,3],[1,1],[1,0],[3,-2],[-1,-3],[9,-9],[3,-5],[0,-5],[-2,-2],[-4,-2],[-3,-3],[3,0],[2,1],[1,0],[1,1],[7,-15],[1,-7],[-8,-1],[1,5],[-2,4],[-3,0],[-3,-5],[1,-4],[2,-3],[2,-3],[-3,-5],[-1,1],[-4,3],[-5,3],[-6,1],[-5,-2],[-4,-5],[1,-3],[5,1],[7,5],[4,-4],[4,-6],[5,-5],[7,-2],[14,1],[5,3],[-3,7],[8,4],[4,1],[3,-1],[4,-2],[3,-3],[3,-5],[2,-12],[5,-16],[0,-4],[0,-4],[-4,3],[-4,8],[-4,1],[0,-2],[2,-10],[2,-4],[2,-1],[2,-1],[4,0],[3,-2],[2,-11],[3,-9],[0,-1],[1,-5],[1,-3],[6,-22],[3,-14],[-6,-7],[-3,12],[-1,2],[-4,13],[-3,0],[0,-10],[0,-3],[0,-1],[0,-1],[0,-2],[1,-1],[3,-1],[1,-1],[2,-6],[6,-4],[5,0],[2,7],[2,0],[2,-4],[0,-1],[3,-11],[2,-4],[4,-4],[2,-4],[4,-8],[1,1],[2,2],[1,1],[2,-3],[-2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[2,1],[3,2],[2,1],[1,-2],[0,-2],[0,-3],[-1,-2],[0,-2],[0,-2],[2,-4],[4,-3],[2,-2],[3,-3],[-2,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-4],[-1,-3],[4,-11],[2,-2],[5,-5],[6,1],[2,0],[3,-6],[2,-4],[1,-1],[13,-14],[5,-7],[0,-6],[-7,-2],[-3,2],[-7,10],[-4,3],[-6,2],[-4,0],[-3,-3],[-2,-7],[3,-2],[4,0],[3,1],[2,3],[4,-1],[3,-2],[2,-1],[0,-1],[0,-4],[4,-4],[4,-3],[4,-4],[3,-6],[-2,-1],[0,-2],[0,-2],[2,-3],[2,2],[-1,4],[3,-1],[8,-5],[1,-3],[6,-14],[0,-1],[-2,-7],[0,-1],[2,-3],[0,-1],[-1,-3],[-2,-1],[-2,-2],[2,-3],[1,-2],[1,-1],[0,-1],[1,-1],[2,-2],[-3,-3],[0,-1],[0,-1],[3,-1],[3,4],[1,0],[3,-13],[0,-4],[2,0],[0,4],[1,4],[1,4],[2,2],[0,3],[-1,2],[1,1],[2,-1],[2,-2],[1,-3],[1,-6],[5,-8],[8,-26],[-2,-72],[1,-5],[3,-11],[1,-7],[-2,-12],[-14,-49],[-1,-5],[-1,-6],[-1,-6],[-4,-8],[-1,-4],[-2,-6],[-6,-9],[-3,-4],[2,-8],[-3,-9],[-29,-45],[-10,-10],[-18,-12],[-6,-2],[-8,-4],[-58,-45],[-12,-6],[-38,-13],[0,4],[-2,2],[-1,0],[-2,0],[-1,-3],[-1,-5],[-1,-2],[-3,-1],[-4,-1],[-6,-4],[-7,-3],[-33,-7],[-16,-5],[-17,-4],[-8,-3],[-4,-6],[-9,2],[-5,-2],[-3,-2],[-12,-8],[-12,-9],[-6,-6],[-12,0],[-1,0],[-5,0],[-4,-2],[-4,-2],[-8,-6],[-2,0],[-2,-1],[-5,2],[-6,3],[-3,1],[-2,1],[-18,-3],[-6,1],[-2,3],[-2,3],[-1,2],[-1,2],[-5,-3],[-5,-1],[-9,2],[-2,0],[-1,0],[-1,2],[-1,1],[-3,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-2,2],[-1,1],[-1,0],[-2,1],[-13,5],[-6,1],[-4,0],[-6,6],[-2,1],[-3,1],[-2,-2],[-6,4],[-25,27],[-3,1],[0,1],[-1,1],[0,1],[0,2],[-1,2],[-1,1],[-2,4],[-15,30],[-1,2],[1,3],[0,3],[-1,1],[-2,5],[-3,15],[-6,10],[-3,14],[-2,6],[-2,1],[-1,1],[-1,2],[0,2],[2,0],[1,0],[1,0],[-2,16],[0,1],[-7,17],[-27,67],[-4,23],[0,3],[0,22],[0,1],[3,7],[1,3],[0,4],[-15,52],[2,8],[0,-5],[1,-3],[2,-2],[1,-3],[3,-10],[2,-3],[2,0],[0,3],[1,1],[1,1],[0,-1],[0,10],[-1,4],[-1,3],[-2,1],[-4,1],[-2,1],[0,1],[-1,2],[0,2],[2,3],[0,2],[-15,110],[-2,4],[1,1],[1,0],[2,-1],[1,5],[1,6],[1,3],[0,3],[-2,5],[-2,4],[0,3],[-1,3],[0,11],[-7,35],[-1,3],[-4,8],[-3,16],[-5,13],[-8,34],[0,10],[2,0],[0,-1],[0,-1],[2,6],[-2,18],[-2,5],[5,4],[5,6],[4,7],[1,6],[2,3],[9,15],[0,-1],[-5,-10],[-6,-11],[2,-2],[0,-1],[2,-2],[3,-1],[4,0],[-3,-8],[-3,-7],[-2,-1],[-1,0],[-1,-1],[-1,-3],[1,-7],[-1,-2],[-5,-17],[0,-3],[1,-6],[5,-6],[2,-2],[-7,-13],[10,-7],[15,-1],[7,5],[-1,5],[-3,5],[-1,1],[-1,2],[-2,3],[-4,2],[0,3],[10,20],[0,4],[-2,2],[-1,2],[-1,3],[0,3],[0,7],[0,2],[0,1],[-1,2],[-1,1],[-1,1],[1,4],[1,3],[4,5],[1,3],[1,7],[3,13],[3,30],[2,3],[2,2],[1,2],[1,4],[0,13],[2,7],[4,4],[5,3],[4,4],[1,2],[3,9],[0,1],[1,2],[3,7],[3,30],[-8,19],[1,3],[0,22],[0,7],[-1,4],[-2,3],[-1,3],[3,1],[4,1],[3,1],[18,16],[9,4],[4,4],[2,7],[4,8],[2,11],[10,25],[0,1],[1,4],[2,8],[0,17],[1,3],[-1,2],[-3,1],[-9,4],[-3,3],[-2,6],[-1,1],[-1,7],[0,4],[3,4],[7,3],[8,3],[6,1],[3,1],[7,9],[1,1],[1,0],[2,2],[3,1],[4,0],[-3,6],[-2,2],[-2,2],[-5,5],[-6,4],[-23,13],[-4,6],[10,0],[9,-4],[19,-11],[18,-4],[5,-3],[7,-6],[2,-4],[-4,-1],[1,-3],[1,-2],[-2,-2],[7,-4],[15,4],[28,11],[8,-1],[17,-5],[19,-8],[15,-3],[-21,14],[-7,3],[-7,2],[-1,0],[-1,1],[-5,4],[-3,1],[-2,0],[-2,0],[-4,0],[-3,-1],[-1,-1],[-1,-1],[-4,3],[-2,0],[-10,0],[-3,1],[-22,19],[-9,6],[-4,1],[-16,7],[-6,3],[-4,0],[1,-7],[2,-2],[4,-3],[2,-3],[-2,-4],[-3,-1],[-2,2],[-2,1],[-6,3],[-12,10],[-7,3],[4,-4],[6,-5],[3,-4],[-7,2],[-8,3],[-15,8],[-12,9],[-7,3],[-3,2],[-3,1],[0,-2],[-3,2],[-2,3],[0,3],[-2,4],[-2,4],[-1,1],[-3,4],[-2,4],[7,3],[12,11],[5,3],[1,0],[24,-2],[13,1],[4,0],[2,-5],[0,-6],[1,-2],[2,-1],[3,0],[7,-2],[2,-1],[1,-3],[4,0],[2,1],[1,0],[2,1],[1,0],[3,-2],[1,0],[8,-10],[28,-29],[10,-6],[22,-10],[1,0],[0,2],[-12,6],[-27,22],[-22,25],[-12,6],[-18,4],[-5,3],[0,5],[6,3],[3,0],[6,1],[13,1],[6,-1],[5,-3],[2,-10],[3,-5],[41,-46],[6,-5],[12,-6]],[[1847,9],[-1,0],[1,1],[1,0],[-1,-1]],[[1851,10],[1,1],[0,-1],[-1,0]],[[1888,37],[0,-1],[1,1],[-1,0]],[[1891,39],[-1,0],[-1,1],[1,0],[0,1],[0,-1],[1,-1]],[[1902,49],[1,1],[0,-1],[-1,0]],[[1830,72],[1,1],[0,-1],[-1,0]],[[2030,75],[-1,1],[2,0],[-1,-1]],[[2057,85],[-2,-1],[-2,1],[2,1],[2,1],[2,0],[1,0],[-3,-2]],[[2020,94],[1,1],[1,0],[-2,-1]],[[2071,102],[-1,0],[2,0],[-1,0]],[[2075,105],[1,1],[1,0],[-2,-1]],[[1860,108],[-1,-1],[1,2],[0,-1]],[[2000,110],[0,-1],[-1,1],[0,1],[1,-1]],[[1976,113],[1,0],[1,0],[0,-1],[-3,0],[-1,1],[1,0],[1,0]],[[2072,119],[-1,8],[1,2],[1,-3],[1,-2],[0,-3],[-2,-2]],[[1983,131],[-1,0],[1,1],[1,0],[-1,-1]],[[2043,139],[-1,-1],[-1,1],[2,0]],[[1876,141],[-1,-1],[0,2],[1,0],[1,1],[0,-1],[-1,0],[0,-1]],[[1856,142],[-1,1],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1]],[[1878,150],[0,1],[1,0],[1,1],[-1,-1],[0,-1],[-1,0]],[[1838,150],[-1,0],[0,1],[0,1],[1,0],[1,0],[-1,-1],[0,-1]],[[2019,167],[-1,0],[-1,0],[2,0]],[[1879,188],[0,1],[0,1],[1,0],[1,0],[-1,-1],[0,-1],[-1,0]],[[1879,207],[-1,-1],[-1,2],[1,0],[1,0],[0,-1]],[[1877,219],[-1,0],[0,-1],[-1,0],[-1,1],[1,0],[1,0],[1,0]],[[1997,227],[-3,-7],[-1,0],[1,2],[4,5],[-1,0]],[[1869,235],[2,2],[-1,-1],[-1,-1]],[[1995,242],[-1,-1],[-1,1],[0,1],[1,1],[0,1],[0,-1],[1,-1],[0,-1]],[[1867,248],[0,-1],[-1,1],[0,1],[1,1],[0,-2]],[[2010,256],[2,2],[1,1],[1,0],[1,0],[-5,-3]],[[1864,262],[-1,1],[0,1],[0,2],[1,-4]],[[2009,278],[-1,0],[-1,1],[1,1],[1,0],[0,-1],[0,-1]],[[1853,298],[0,-4],[-1,2],[0,1],[1,1]],[[1997,299],[1,-4],[-2,1],[-1,1],[2,2]],[[1848,301],[0,-1],[-1,1],[0,1],[1,0],[0,-1]],[[1953,333],[0,-1],[-1,0],[1,1]],[[1952,341],[1,1],[1,0],[-2,-1]],[[1943,347],[-1,0],[2,1],[-1,-1]],[[1958,354],[0,1],[1,1],[0,-1],[-1,-1]],[[1959,366],[0,-3],[-1,1],[0,1],[1,0],[0,1]],[[1884,375],[0,1],[1,0],[-1,-1]],[[1951,379],[-1,-1],[-1,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1]],[[1913,395],[2,1],[-1,-1],[-1,0]],[[1940,396],[2,2],[-1,-1],[-1,-1]],[[1899,402],[2,1],[-1,-1],[-1,0]],[[1938,407],[0,-1],[-2,0],[-1,1],[1,0],[0,1],[1,0],[0,-1],[1,0]],[[1912,409],[1,1],[1,0],[-2,-1]],[[1860,414],[0,-1],[-1,1],[-1,0],[1,1],[1,0],[0,-1]],[[1933,416],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[1,0],[0,1]],[[1883,420],[-1,-1],[-1,1],[0,1],[1,0],[0,-1],[1,0]],[[1777,434],[1,0],[-1,-1],[-1,0],[1,1]],[[1846,442],[0,-1],[-2,0],[0,1],[0,1],[1,-1],[1,0]],[[1888,441],[2,2],[-1,-1],[-1,-1]],[[1843,445],[-1,0],[-1,0],[0,1],[0,1],[1,-1],[1,0],[0,-1]],[[1862,479],[0,-1],[-1,1],[0,1],[1,0],[1,0],[-1,-1]],[[1852,480],[-1,0],[0,1],[0,1],[1,-1],[1,-1],[-1,0]],[[1884,485],[-1,0],[0,1],[1,1],[0,-1],[0,-1]],[[1888,498],[-1,0],[0,1],[1,1],[0,-1],[1,0],[-1,0],[0,-1]],[[1897,513],[-3,-2],[0,2],[1,0],[1,0],[1,0]],[[1905,523],[0,2],[1,1],[2,0],[-1,-1],[0,-1],[-1,-1],[-1,0]],[[1886,539],[-1,1],[0,1],[1,0],[0,-1],[0,-1]],[[1848,542],[0,-1],[-1,1],[1,1],[1,0],[0,-1],[-1,0]],[[1916,531],[1,5],[5,8],[3,6],[1,0],[1,-1],[0,-1],[-4,-10],[-3,-4],[-4,-3]],[[1932,560],[-1,1],[1,2],[4,-1],[-2,-1],[-2,-1]],[[1872,565],[0,2],[1,0],[0,-1],[-1,-1]],[[1919,566],[-1,0],[0,1],[1,1],[0,-1],[1,0],[-1,0],[0,-1]],[[1867,568],[-1,1],[0,1],[1,0],[0,-1],[0,-1]],[[1905,569],[-1,-1],[0,1],[-1,0],[1,1],[1,0],[0,-1]],[[1863,571],[-1,0],[0,2],[1,0],[1,-1],[-1,0],[0,-1]],[[1908,582],[-1,-1],[0,2],[1,1],[0,-1],[0,-1]],[[1940,582],[-1,-2],[-1,2],[0,3],[1,3],[1,2],[2,0],[-1,-4],[-1,-4]],[[1852,601],[-1,-1],[1,2],[0,-1]],[[1935,600],[0,3],[0,2],[0,1],[2,1],[-1,-7],[-1,0]],[[1868,624],[1,-4],[-1,1],[0,1],[0,2]],[[1859,633],[0,-2],[-1,1],[1,1]],[[1848,644],[-1,-3],[-1,2],[1,1],[1,0]],[[1839,647],[-1,0],[1,1],[0,-1]],[[9704,1476],[-6,-2],[-6,1],[-3,4],[2,6],[5,2],[5,-2],[3,-4],[0,-5]],[[9766,1558],[7,-3],[1,1],[1,1],[4,-2],[0,-2],[-5,1],[-2,-1],[0,-2],[1,-2],[1,-2],[3,-1],[1,-2],[-1,-3],[-6,-2],[-4,-5],[-2,-5],[-2,-3],[-5,-2],[-11,-7],[-5,1],[-1,-4],[-1,-3],[-1,-2],[1,-2],[-8,-13],[-4,-3],[0,6],[-4,-1],[-1,6],[0,8],[1,4],[1,3],[1,9],[4,1],[3,2],[1,2],[1,1],[2,1],[1,3],[1,3],[1,2],[2,2],[9,4],[9,8],[6,3]],[[9748,1560],[-3,-9],[0,25],[-1,1],[-3,4],[-1,3],[1,3],[2,3],[1,3],[-2,2],[0,3],[6,0],[8,-5],[6,-2],[0,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[0,-1],[2,-2],[-5,-3],[-4,-2],[-2,-3],[-1,-15]],[[9658,1684],[3,0],[2,0],[2,-2],[1,-2],[3,-5],[-2,-2],[-1,-1],[-2,-1],[-3,1],[3,-5],[1,-2],[-7,-3],[-5,1],[-1,5],[5,5],[-2,4],[-2,6],[1,5],[5,2],[-3,-4],[2,-2]],[[9751,1687],[-4,0],[-3,5],[2,5],[4,3],[5,1],[5,0],[-1,-1],[-1,-1],[0,-1],[-2,-6],[-5,-5]],[[9859,1795],[-3,-12],[-5,-3],[-5,0],[-4,2],[2,4],[3,1],[2,0],[2,1],[1,3],[-1,2],[-3,1],[-2,-1],[-3,-1],[0,4],[-2,4],[-1,5],[0,4],[1,3],[8,-3],[7,-6],[3,-8]],[[9658,1802],[-8,-4],[2,3],[2,3],[0,3],[-2,4],[2,8],[5,4],[6,0],[6,-2],[-3,-8],[-4,-6],[-6,-5]],[[9756,1823],[1,-6],[0,-5],[2,-6],[4,-3],[4,-3],[3,-4],[1,-6],[0,-6],[2,-4],[6,-1],[-3,-4],[-1,-4],[1,-3],[3,-4],[-2,1],[0,-1],[0,-1],[0,-1],[-4,-7],[-3,-2],[-5,-1],[-4,1],[-2,3],[1,10],[1,-1],[1,-1],[4,4],[-1,3],[-5,4],[0,4],[2,10],[0,5],[-2,1],[-4,1],[-1,1],[0,3],[0,2],[-1,1],[-5,7],[-7,5],[0,-2],[-1,-1],[-1,-1],[-2,10],[-3,2],[-3,0],[-2,-2],[-1,-3],[-2,-2],[-9,-6],[-3,-2],[-4,4],[2,4],[8,8],[1,2],[4,2],[2,1],[0,2],[1,6],[2,2],[3,1],[6,-1],[6,-2],[5,-3],[3,-5],[2,-6]],[[9824,1835],[-2,0],[-1,4],[1,5],[3,3],[3,0],[0,-5],[-1,-4],[-3,-3]],[[9856,1842],[0,-8],[0,-2],[-3,-1],[-1,2],[0,3],[0,2],[-3,-1],[-2,-2],[-2,-2],[0,-4],[-7,3],[-2,6],[0,6],[3,5],[5,3],[2,3],[1,2],[1,3],[-1,5],[0,2],[3,6],[3,-1],[1,-5],[3,-11],[0,-5],[-1,-9]],[[9773,1922],[1,0],[3,0],[3,0],[1,-2],[-2,-3],[-5,-2],[-10,-3],[0,4],[-1,5],[-4,3],[-3,3],[-1,2],[4,1],[6,1],[9,0],[-2,-6],[1,-3]],[[9775,2003],[-2,-9],[-3,2],[0,-1],[-1,-2],[-1,-1],[0,-2],[-3,3],[-4,5],[-1,2],[-3,-2],[-1,-2],[0,-1],[1,-3],[-5,-1],[-2,-2],[0,-2],[5,-2],[-3,-1],[-3,-1],[-4,0],[-3,1],[-4,1],[0,2],[0,5],[3,-1],[3,0],[3,2],[2,3],[-1,3],[-1,6],[-1,3],[-1,3],[3,2],[3,2],[2,1],[-1,3],[-1,1],[-1,1],[-1,4],[1,2],[4,3],[2,6],[2,1],[2,0],[2,1],[0,4],[-2,6],[0,3],[1,6],[9,17],[2,14],[2,4],[4,0],[4,-7],[4,-8],[1,-6],[0,-3],[-3,-1],[-2,0],[-1,-1],[-1,-3],[1,-10],[-4,-13],[-1,-6],[3,-6],[-4,-8],[0,-17]],[[9523,2088],[1,-3],[-5,2],[-1,1],[-5,4],[6,0],[4,-4]],[[9856,2092],[2,-2],[1,-4],[1,-3],[0,-4],[0,-9],[-3,-9],[1,-24],[-1,-4],[-4,-4],[-1,-4],[0,-5],[1,-7],[1,-4],[-4,2],[-5,6],[-2,2],[-3,1],[-4,1],[-4,2],[-2,3],[-5,-6],[-3,0],[-1,5],[0,7],[-2,-2],[-2,0],[-1,2],[-1,2],[2,6],[-2,5],[-4,3],[-2,2],[-4,9],[1,4],[7,1],[-2,2],[-5,5],[-1,2],[0,4],[2,1],[2,1],[2,1],[1,1],[3,1],[1,2],[-4,1],[-3,0],[-3,0],[-2,1],[-2,3],[8,1],[13,-2],[5,1],[-1,1],[-1,1],[0,2],[4,0],[9,-2],[3,0],[8,3],[4,-1],[2,-1]],[[9703,2077],[2,-7],[7,2],[0,-4],[-2,-3],[-3,-2],[-3,-1],[2,-2],[2,-1],[0,-3],[-2,-3],[5,-6],[2,-3],[2,-4],[-8,5],[-3,2],[0,2],[-2,1],[-5,7],[-5,4],[-2,2],[4,1],[1,3],[0,6],[-1,6],[-5,1],[1,8],[-4,17],[5,7],[-1,-11],[1,-4],[2,-2],[8,-6],[2,-4],[0,-8]],[[9582,2112],[2,-8],[-1,0],[-6,2],[-2,7],[0,4],[7,8],[3,-3],[1,-3],[-1,-3],[-2,-3],[-1,-1]],[[9775,2112],[-3,-3],[-4,0],[-2,1],[0,8],[1,6],[2,1],[7,-3],[1,-5],[-2,-5]],[[9768,2131],[-2,-1],[-3,1],[-6,8],[3,5],[5,2],[3,-1],[1,-3],[2,-6],[-1,-3],[-2,-2]],[[9849,2156],[7,-4],[5,2],[5,-3],[9,-7],[12,-3],[6,-3],[-1,-5],[0,2],[-8,-2],[-19,0],[-6,-3],[-5,-4],[-6,-4],[-7,-3],[-5,1],[-5,9],[-1,4],[0,5],[1,2],[3,4],[0,3],[0,3],[-2,1],[-2,1],[-3,4],[-2,1],[-1,1],[0,4],[0,9],[-3,10],[0,4],[3,3],[2,-3],[8,-8],[7,-8],[5,-10],[3,-3]],[[9717,2215],[0,-4],[3,2],[4,1],[4,1],[1,-3],[1,-13],[-1,-3],[-2,5],[-4,4],[-5,1],[-6,-3],[-2,0],[0,1],[-1,0],[-4,7],[-6,6],[-2,5],[1,5],[3,7],[4,6],[4,3],[6,-1],[5,-1],[4,-3],[1,-5],[0,-3],[-1,-6],[-1,-2],[-2,-3],[-2,-2],[-2,-2]],[[9717,2266],[-3,-2],[-2,1],[-2,0],[-3,1],[0,-2],[-5,-9],[-3,-2],[-3,-2],[-4,-1],[-2,-1],[-1,-2],[-2,-11],[-3,6],[-2,1],[-1,5],[-4,0],[-5,0],[-2,1],[0,4],[4,4],[3,3],[-1,4],[-4,-3],[-1,-1],[-1,-2],[-3,0],[1,8],[4,4],[7,2],[10,5],[3,1],[2,-2],[-2,-3],[-3,-2],[-1,-2],[0,-2],[3,-3],[4,1],[2,0],[3,-1],[-1,3],[1,4],[1,2],[5,3],[2,4],[1,3],[1,2],[5,-1],[3,-6],[1,-7],[-2,-5]],[[9845,2280],[-4,-2],[-4,2],[-2,4],[4,21],[4,6],[4,-5],[1,-5],[-1,-17],[-2,-4]],[[9775,2309],[-7,-3],[-7,3],[-3,4],[0,3],[2,8],[1,1],[2,0],[2,1],[1,2],[1,2],[2,-1],[1,-3],[0,-1],[7,-9],[-2,-7]],[[9643,2326],[-3,-7],[0,1],[-1,1],[-1,1],[-1,1],[0,2],[-1,0],[-1,0],[-2,0],[0,2],[2,2],[-1,1],[-2,2],[-1,2],[1,1],[3,2],[3,1],[2,-1],[1,-5],[2,-3],[0,-3]],[[9812,2330],[7,-13],[2,8],[2,9],[4,5],[5,-6],[2,-8],[-1,-12],[-1,-11],[-3,-8],[-20,-29],[-13,-11],[-15,4],[3,6],[1,2],[1,7],[5,12],[1,7],[-1,3],[-3,4],[-1,4],[-2,2],[0,1],[1,2],[3,2],[2,1],[0,2],[-6,11],[-4,14],[0,14],[4,13],[6,-5],[17,-4],[5,-6],[0,-3],[-2,-13],[1,-4]],[[9644,2390],[-4,-1],[-4,2],[-1,7],[2,4],[4,0],[3,-5],[1,-5],[-1,-2]],[[9779,2487],[2,0],[3,1],[2,1],[4,-2],[2,-3],[-1,-2],[-4,-3],[-2,-3],[-1,-1],[-2,-1],[-1,-4],[-1,-3],[1,-9],[3,-13],[1,-7],[-4,-3],[0,6],[-5,7],[1,6],[-3,5],[-4,20],[-7,19],[-1,6],[-1,6],[1,14],[2,3],[4,0],[3,-5],[6,-30],[2,-5]],[[9663,2702],[-2,0],[-1,5],[0,9],[1,8],[4,2],[2,-3],[-2,-3],[-1,-6],[-1,-12]],[[8248,2792],[-7,-3],[3,23],[1,3],[1,1],[2,-4],[1,-14],[-1,-6]],[[8344,3037],[-4,-4],[-5,0],[4,4],[2,5],[3,5],[7,3],[0,-2],[-3,-5],[-4,-6]],[[9583,3236],[-1,-4],[-2,6],[-3,21],[2,-2],[1,-2],[1,-2],[1,-2],[2,-5],[0,-5],[-1,-5]],[[8688,3322],[-8,-2],[-10,3],[-7,3],[0,3],[6,4],[5,6],[6,13],[9,11],[5,5],[1,-5],[1,-4],[3,-9],[1,-3],[-2,-4],[-5,-10],[-5,-11]],[[8565,3335],[-3,0],[0,2],[5,8],[-2,11],[-9,19],[2,10],[9,5],[11,5],[10,7],[4,6],[4,9],[3,4],[9,9],[20,22],[10,8],[6,-7],[1,-16],[-4,-15],[-8,-15],[-15,-19],[-3,-2],[-5,-2],[-17,-6],[-5,-3],[-2,-1],[0,-3],[0,-2],[0,-2],[-3,-4],[-7,-6],[-3,-3],[1,-5],[-2,-5],[-7,-9]],[[9553,3453],[-8,-7],[-9,3],[-2,13],[-4,5],[-12,10],[3,10],[4,3],[1,6],[-2,8],[-2,6],[-4,5],[-2,4],[-1,4],[1,2],[3,1],[1,2],[-2,3],[3,4],[5,3],[6,3],[5,0],[13,-5],[7,-2],[7,-1],[1,-6],[0,-5],[-7,-10],[0,-5],[1,-12],[-1,-6],[-2,-3],[-2,-3],[-1,-3],[-1,-4],[0,-2],[-1,-12],[2,-9]],[[8338,4267],[7,0],[11,1],[2,-2],[1,-8],[-2,-9],[0,-3],[1,-4],[3,-7],[0,-3],[-1,-7],[-2,-7],[-5,-6],[-7,-4],[-5,-1],[-8,0],[-7,2],[-3,2],[-2,4],[-4,3],[-7,7],[-30,33],[-2,3],[-3,8],[30,2],[7,3],[3,4],[3,2],[7,-7],[6,-5],[3,-1],[4,0]],[[8375,4457],[5,-5],[6,3],[6,1],[7,-1],[6,-4],[6,-4],[12,-7],[5,-4],[0,-5],[0,-6],[-2,-6],[-4,-3],[-4,-1],[-7,-10],[-5,-4],[-1,0],[-1,-1],[-2,-1],[-2,1],[-1,2],[0,1],[-1,1],[-4,-2],[0,-3],[1,-2],[-1,-3],[-2,-1],[-4,0],[-6,0],[-7,-1],[-2,1],[-3,2],[-4,4],[-8,11],[-1,3],[-1,4],[-3,3],[0,4],[-1,1],[-1,1],[0,2],[0,1],[2,0],[1,0],[1,2],[-3,5],[-4,3],[-10,3],[-5,3],[-3,3],[-5,11],[3,0],[1,1],[0,2],[-2,3],[12,14],[3,1],[2,-1],[6,-1],[3,0],[3,-3],[1,-2],[1,-2],[2,-3],[15,-11]],[[8286,4542],[-2,-5],[-17,13],[-5,7],[-11,33],[-1,10],[6,0],[6,-4],[4,-3],[2,-3],[1,-2],[2,-2],[5,-3],[4,-3],[2,-4],[-1,-15],[1,-5],[4,-10],[0,-4]],[[8132,4562],[-2,0],[-2,6],[-1,13],[-2,5],[-5,6],[-19,33],[-1,5],[-1,2],[-2,1],[-1,2],[0,3],[1,3],[1,1],[2,0],[2,-2],[5,-3],[2,-3],[2,-2],[1,-3],[1,-3],[1,-4],[15,-36],[2,-11],[1,-13]],[[9999,4587],[0,-2]],[[9999,4585],[0,-26]],[[9999,4559],[-4,-6],[-4,-3],[-12,-5],[-11,-7],[-5,-1],[-6,8],[-4,3],[-5,3],[-9,4],[-18,-13],[-6,-2],[-28,-4],[-6,-2],[-2,-2],[-6,-7],[-2,-1],[-7,-1],[-6,-3],[-3,-2],[-1,-2],[-1,-1],[-5,3],[-4,2],[-2,3],[-3,2],[-3,-1],[-1,0],[-11,-5],[-14,-1],[-15,2],[-12,0],[-14,-7],[-8,-1],[-6,4],[-1,3],[1,6],[-2,3],[-2,1],[-11,3],[-12,11],[-7,3],[-8,-1],[-4,1],[-4,6],[-4,4],[-7,-2],[-2,-4],[-4,-20],[0,-6],[3,-11],[0,-5],[-2,-4],[-2,-1],[-3,0],[-4,-1],[-3,-2],[-4,-5],[-3,-2],[-19,-10],[-5,0],[-7,-1],[-3,-4],[0,-5],[1,-7],[1,-4],[1,-1],[0,-2],[-2,-4],[-2,-4],[-11,-8],[-10,-13],[0,-3],[2,-6],[1,-3],[2,-7],[4,-6],[3,-5],[-2,-6],[-3,-1],[-4,0],[-3,0],[-1,-4],[2,-3],[8,-6],[3,-3],[2,-6],[1,-5],[-2,-24],[-2,-5],[-4,-4],[-20,-14],[-3,-6],[-2,-12],[-2,-5],[-5,-4],[-6,-5],[-3,-3],[1,-3],[7,-7],[7,-5],[4,-3],[1,-4],[-1,-8],[0,-3],[4,-11],[1,-6],[0,-7],[2,-11],[3,-12],[2,-13],[-2,-12],[-2,-4],[-1,0],[-1,0],[-15,-4],[-17,1],[-6,-2],[-22,-14],[-12,-5],[-14,0],[-8,-1],[-3,0],[-4,2],[-1,2],[-1,3],[-6,9],[-3,2],[-2,0],[-7,1],[2,-3],[7,-6],[3,-6],[1,-5],[8,-14],[8,-11],[1,-7],[0,-7],[1,-8],[5,-7],[6,-6],[7,-4],[6,-4],[3,2],[1,3],[6,15],[1,0],[3,1],[16,-6],[4,-2],[2,-5],[0,-5],[-2,-5],[-5,-2],[-1,-3],[4,-6],[16,-21],[1,-2],[0,-2],[0,-3],[1,-4],[3,-5],[1,-4],[-1,-1],[-1,-3],[0,-2],[0,-2],[1,-1],[1,1],[2,-1],[4,-2],[1,-1],[1,-4],[4,-10],[2,-2],[1,-2],[1,-3],[1,-4],[-1,-2],[-1,0],[-9,-6],[-9,-15],[-2,-4],[5,-15],[-8,-1],[3,-4],[4,-3],[3,-4],[1,-4],[2,-3],[8,-6],[2,-3],[1,-4],[0,-3],[0,-4],[2,-4],[3,-4],[44,-38],[8,-7],[4,-3],[8,-4],[3,-2],[3,-3],[1,-4],[7,-10],[3,-9],[3,-4],[4,-5],[4,-2],[5,-1],[3,-2],[2,-5],[0,-4],[-1,-6],[0,-4],[3,-3],[27,-24],[5,-3],[6,-4],[11,-15],[7,-5],[-3,-3],[-1,-3],[0,-3],[9,0],[0,-2],[-2,-3],[-1,-1],[4,-7],[4,-4],[6,-2],[15,0],[6,-2],[6,-3],[6,-6],[3,-4],[5,-10],[4,-4],[2,-4],[0,-5],[1,-5],[5,-2],[3,-2],[2,-4],[2,-9],[-4,3],[-3,1],[-3,-2],[0,-4],[1,-4],[3,-2],[3,-1],[2,-2],[-1,-4],[-4,-3],[-5,-4],[-4,-1],[-4,-5],[-2,-6],[0,-5],[9,-7],[2,-4],[2,-8],[5,-6],[10,-7],[5,-6],[1,-3],[1,-3],[0,-2],[-1,-4],[0,-3],[2,-3],[19,-24],[2,-6],[0,-3],[-3,-6],[0,-4],[4,-9],[5,-22],[2,-5],[6,-4],[5,4],[9,13],[19,15],[4,7],[3,13],[2,4],[7,6],[1,-11],[6,-5],[7,-5],[6,-7],[0,-6],[-3,-13],[-2,-14],[-1,-5],[-9,-10],[-4,-6],[-2,-6],[-1,-6],[1,-7],[-2,-3],[-7,-8],[-3,-2],[-5,0],[-2,1],[-2,2],[-3,2],[-20,2],[-5,0],[-7,-3],[-2,-5],[-2,-6],[-5,-6],[-3,-3],[-2,-1],[-3,-1],[-4,0],[-3,1],[-4,2],[-4,0],[-3,-2],[1,-4],[9,-12],[2,-6],[-1,-5],[-4,-12],[0,-8],[3,-13],[-1,-5],[-10,-31],[-1,-7],[2,-12],[0,-5],[-1,-17],[8,-46],[0,-16],[-3,-14],[-8,-9],[-1,7],[-4,4],[-7,4],[-6,3],[-6,-3],[-5,-2],[-11,-3],[-2,-1],[-1,-2],[2,-6],[-1,-2],[-1,-2],[-3,-2],[-1,0],[0,-1],[-1,-2],[-1,-1],[1,-1],[2,-1],[2,-1],[1,-2],[0,-5],[-1,-2],[-2,-1],[-5,2],[-10,6],[-6,3],[-7,1],[-4,-1],[-11,-15],[-5,-5],[-5,-2],[-3,0],[-9,0],[0,-3],[2,-5],[2,-4],[-1,-6],[-7,-11],[-1,-6],[2,-7],[10,-10],[1,-6],[-1,-3],[-1,-3],[-2,-3],[0,-2],[0,-2],[1,-3],[7,-11],[2,-7],[-1,-11],[1,-6],[1,-2],[3,-2],[1,-2],[0,-2],[-1,-4],[3,-6],[16,-26],[38,-35],[4,-6],[3,-7],[2,-7],[2,-5],[4,-1],[4,-2],[22,-43],[14,-17],[2,-3],[5,-2],[2,-1],[5,-1],[2,-1],[2,-2],[4,-5],[2,-2],[5,0],[3,1],[3,0],[8,-14],[7,-7],[37,-27],[7,-3],[7,-2],[6,-4],[3,-5],[1,-7],[1,-5],[10,-12],[4,-6],[1,-2]],[[9999,2758],[0,-926]],[[9999,1832],[-2,-2],[-2,-3],[-1,-3],[-1,-3],[0,-3],[0,-4],[3,-6],[0,-5],[-1,-6],[-2,-3],[-2,-2],[-1,0],[-12,-5],[-3,0],[-3,1],[-3,1],[-4,-2],[-2,-3],[-2,-3],[-1,-3],[-2,-3],[-2,-1],[-7,0],[-3,-1],[-6,-5],[-14,-18],[-3,-7],[-3,-13],[1,-4],[6,-5],[2,-3],[5,-20],[0,-6],[-5,-12],[-3,-15],[-6,-19]],[[9920,1646],[-2,-1],[-2,-1],[-1,-2],[-4,-8],[-5,-15],[-2,-12],[-3,-5],[-7,-7],[-6,-9],[-17,-35],[-9,-12],[-6,-5],[-2,4],[-1,2],[-3,5],[-1,2],[0,3],[0,7],[0,3],[-2,10],[0,14],[-6,9],[-1,4],[0,2],[0,2],[5,13],[2,5],[1,14],[4,11],[0,6],[-5,18],[-6,10],[0,6],[2,13],[-2,13],[-10,22],[-1,13],[0,13],[1,5],[4,1],[7,-1],[4,-2],[6,-9],[3,3],[0,4],[-3,5],[-3,2],[4,2],[3,0],[4,-3],[3,-3],[2,5],[2,8],[2,4],[5,7],[1,4],[-2,6],[3,0],[3,0],[3,2],[2,2],[-4,1],[-7,1],[-3,1],[-2,2],[-1,3],[1,2],[10,2],[4,4],[3,3],[4,2],[2,-1],[3,-2],[3,-1],[0,1],[5,1],[4,1],[1,-1],[2,4],[2,5],[0,6],[-2,4],[3,2],[-2,3],[-6,4],[-1,2],[1,3],[2,2],[2,0],[2,2],[2,4],[-1,4],[-2,5],[-2,7],[-5,-2],[-4,3],[-6,10],[14,3],[7,4],[3,6],[0,10],[4,9],[1,6],[2,2],[1,2],[-4,5],[-6,15],[-2,5],[0,5],[2,5],[-8,-1],[-1,2],[2,11],[3,6],[6,2],[13,1],[-3,5],[-1,12],[-3,5],[-3,0],[-5,-2],[-2,2],[-1,3],[2,5],[-1,2],[4,5],[1,5],[-1,11],[0,5],[2,8],[4,5],[5,-1],[3,2],[3,-1],[2,-2],[3,-1],[4,1],[0,3],[0,4],[2,3],[4,0],[5,0],[6,-2],[4,-3],[2,0],[-5,9],[-22,5],[-7,5],[2,8],[7,7],[5,7],[-6,8],[3,-6],[-2,-3],[-3,-3],[-3,-3],[-7,-13],[-3,0],[-5,1],[-1,-2],[-1,0],[-4,-4],[0,-1],[-4,-1],[-1,-4],[0,-5],[-2,-3],[-3,-4],[-3,-1],[-3,1],[-8,4],[-10,8],[-2,2],[0,3],[-2,4],[0,2],[1,3],[4,6],[1,1],[2,0],[1,0],[0,3],[-9,0],[5,7],[2,1],[2,1],[3,0],[2,0],[1,-1],[3,5],[2,6],[4,4],[8,0],[-4,5],[-6,-1],[-13,-4],[-26,0],[3,7],[6,2],[16,0],[5,1],[6,3],[5,4],[3,7],[4,1],[4,1],[2,1],[0,10],[0,3],[-3,5],[-2,4],[-1,3],[3,5],[-15,-1],[-2,2],[-4,4],[-3,3],[0,4],[2,4],[-2,2],[-2,3],[1,5],[2,1],[4,1],[7,2],[0,2],[-5,0],[3,3],[9,5],[4,3],[2,4],[-2,4],[-2,3],[-2,1],[-10,-2],[-7,-3],[-6,-5],[-8,-5],[-3,1],[-5,2],[-2,2],[-6,4],[-2,6],[0,6],[4,6],[5,3],[6,2],[28,6],[7,4],[2,6],[-2,5],[-5,2],[-10,4],[-8,8],[-1,1],[-5,1],[0,4],[1,6],[1,7],[1,4],[4,2],[7,1],[12,0],[4,1],[2,2],[0,2],[-2,1],[-2,1],[-5,2],[-2,2],[-4,0],[-3,0],[-3,0],[-3,2],[-3,6],[3,7],[4,6],[2,7],[1,1],[2,0],[3,0],[1,0],[0,2],[-3,5],[1,8],[2,4],[2,3],[2,2],[2,2],[0,5],[-1,1],[-9,-2],[-4,0],[-2,2],[0,2],[1,2],[2,1],[4,0],[3,0],[2,3],[-3,2],[-13,-2],[-3,3],[-1,4],[1,-1],[2,0],[3,2],[2,0],[2,1],[1,4],[-5,25],[-3,2],[-8,8],[-3,3],[3,6],[2,3],[2,1],[-1,2],[-4,11],[-3,6],[-1,3],[-1,12],[0,4],[3,2],[-2,9],[-2,23],[-4,4],[-4,2],[-16,13],[-2,11],[-1,4],[-3,-4],[-2,2],[-1,3],[0,4],[0,3],[-4,10],[0,4],[4,3],[0,2],[0,3],[0,5],[-2,-1],[-2,-3],[-2,-6],[0,5],[-1,5],[-1,4],[-2,3],[-2,1],[-2,1],[-1,2],[-2,2],[1,3],[3,2],[0,3],[-1,3],[-7,10],[-3,6],[-3,3],[-5,2],[-4,2],[1,4],[-1,2],[-6,4],[0,7],[-12,16],[-3,7],[2,-2],[2,4],[-8,2],[-6,0],[-4,2],[-1,10],[3,11],[1,5],[-1,4],[-1,4],[0,4],[2,4],[-2,4],[-4,17],[0,13],[-1,3],[-1,3],[0,3],[2,2],[0,2],[-4,3],[-4,5],[-4,6],[-1,5],[-2,0],[-1,-4],[-1,-6],[-1,-4],[1,-2],[5,-5],[1,-1],[-1,-9],[-1,-4],[-3,-4],[-1,-4],[5,-12],[1,-5],[-1,-6],[-3,-11],[-2,-25],[4,-15],[1,-5],[-1,-5],[-2,-6],[-1,-2],[-2,-1],[-1,-2],[-1,-3],[-1,-4],[0,-3],[1,-6],[4,-4],[1,-2],[-3,-2],[-2,0],[-2,2],[-4,4],[-1,-2],[-1,-3],[0,-1],[-1,3],[0,4],[0,4],[-3,1],[-1,1],[2,3],[2,3],[3,2],[-2,1],[-1,3],[-2,2],[5,1],[2,4],[0,5],[-2,5],[5,-1],[0,3],[-2,3],[-4,1],[-8,0],[-2,0],[-4,2],[1,2],[2,5],[1,2],[-8,3],[-3,9],[2,8],[7,-2],[-2,14],[0,13],[2,5],[0,3],[-1,1],[-2,1],[-2,1],[-3,2],[-1,2],[-1,7],[-4,13],[-1,6],[1,7],[7,9],[3,5],[0,4],[3,6],[1,4],[-1,3],[-3,11],[4,0],[-1,4],[-2,3],[-2,1],[-1,-4],[-15,19],[-9,17],[-6,10],[-3,6],[-1,8],[-1,6],[1,7],[4,9],[2,6],[-3,-3],[-2,-3],[-3,-2],[-3,2],[-1,3],[-4,14],[-9,17],[-2,8],[3,8],[-8,6],[-4,8],[0,8],[6,8],[12,4],[8,-8],[7,-10],[11,-5],[-11,14],[-3,7],[6,2],[-5,2],[-5,2],[-2,4],[3,5],[-2,2],[-2,2],[-2,3],[-1,2],[0,2],[-2,-1],[-2,-4],[1,0],[1,-2],[1,-2],[0,-2],[-5,-4],[-4,2],[-4,6],[0,6],[-3,0],[0,-5],[2,-13],[-3,-3],[-1,0],[-2,-2],[-2,-2],[-4,0],[-2,1],[-2,2],[-2,2],[-1,1],[-8,36],[-7,9],[2,3],[1,3],[0,7],[0,4],[3,4],[1,3],[-1,7],[-3,5],[-4,3],[-5,3],[2,3],[2,1],[3,1],[4,-1],[-2,2],[-1,4],[-2,3],[4,5],[1,6],[-1,24],[1,5],[4,6],[-9,0],[-4,1],[-4,3],[-8,14],[0,2],[-1,5],[1,8],[-1,4],[-4,3],[1,3],[1,2],[3,1],[3,0],[3,11],[2,-2],[2,2],[6,4],[-2,4],[-8,22],[0,4],[4,8],[-2,4],[-8,19],[0,1],[2,3],[0,2],[-1,3],[-2,2],[2,3],[-1,4],[-1,5],[-3,4],[-1,2],[0,3],[2,3],[0,2],[-1,2],[-4,5],[-1,3],[0,1],[3,3],[1,2],[0,20],[-2,4],[-4,1],[2,9],[-7,7],[-17,12],[-8,10],[-9,8],[-2,3],[0,1],[-2,12],[0,4],[1,2],[1,1],[3,1],[5,2],[3,4],[3,6],[6,35],[3,6],[0,4],[0,4],[-1,3],[-3,5],[-3,12],[-1,14],[1,13],[3,12],[5,9],[7,8],[9,6],[11,2],[-1,3],[-2,1],[-2,2],[-3,1],[-3,-2],[-16,-11],[-7,-2],[-5,0],[-21,2],[-8,-1],[-7,-1],[-2,-1],[-1,-1],[-2,-2],[-2,0],[-2,0],[-4,1],[-2,1],[-9,-1],[-6,-2],[-5,-4],[-5,-6],[-11,46],[0,7],[-2,7],[-6,-8],[-8,2],[-9,12],[-5,10],[-3,12],[0,8],[5,7],[-3,3],[-1,4],[0,2],[2,8],[-2,0],[-3,-6],[-1,-4],[0,-5],[-4,3],[-1,3],[0,5],[0,4],[5,9],[-3,2],[-3,-1],[-3,-1],[-3,6],[1,8],[4,15],[0,5],[-1,3],[-5,5],[-2,2],[-3,4],[-1,5],[-1,4],[6,8],[8,-2],[10,-4],[9,4],[-12,6],[-7,1],[-6,1],[-8,-1],[-3,-4],[-2,-5],[-3,-7],[-5,7],[-5,10],[-1,10],[4,5],[0,2],[-6,1],[-2,5],[-1,7],[-3,6],[-7,3],[-8,2],[-5,3],[2,7],[-34,23],[-3,3],[-1,3],[-1,6],[0,10],[-1,4],[-4,-5],[-3,-12],[-2,-5],[-1,2],[-3,3],[0,2],[-2,-1],[-2,-1],[-2,-1],[-1,-2],[2,-2],[8,-8],[10,-7],[8,-7],[0,-9],[-6,-8],[-8,-6],[-5,-9],[2,-13],[12,-21],[5,-10],[0,-13],[-2,-5],[-5,-9],[-3,-14],[-3,-2],[-10,2],[0,-3],[2,-2],[2,-3],[2,-2],[-4,0],[-7,1],[-4,1],[0,-2],[4,-3],[4,-2],[3,-4],[2,-4],[-1,-5],[-4,-7],[-2,-7],[-5,-10],[-5,-1],[-2,-2],[1,-3],[3,-3],[-6,-8],[-5,-4],[-13,-9],[-3,-3],[-5,-9],[-6,-17],[-12,-9],[-8,-8],[-18,-7],[-19,-4],[-19,-2],[-11,8],[-8,2],[-6,3],[-21,15],[-5,4],[-2,5],[-1,8],[-1,5],[-2,6],[-6,12],[-2,6],[-1,7],[0,6],[3,5],[12,8],[4,3],[-9,1],[-16,-12],[-11,-1],[2,-3],[5,-6],[1,-3],[3,-11],[3,-6],[8,-9],[1,-5],[0,-4],[-3,-7],[-1,-3],[1,-3],[4,-7],[15,-20],[4,-8],[6,-3],[3,-5],[-5,-7],[-5,-3],[-6,-12],[-20,-7],[-18,-3],[-6,-3],[-8,-1],[-7,2],[-3,7],[-3,3],[-22,8],[18,-15],[1,-8],[-16,-17],[-12,-10],[-5,-2],[-6,1],[-1,2],[3,4],[0,6],[-5,-5],[-4,-5],[-4,-5],[-8,0],[1,2],[1,8],[-22,-21],[-7,-9],[-6,-1],[-7,1],[-3,4],[0,5],[-1,6],[-2,6],[-3,3],[2,-30],[-2,-6],[-9,-12],[-2,-6],[0,-15],[-1,-3],[-7,-12],[-44,-45],[-20,-13],[-9,-9],[-5,-3],[-6,-2],[-7,0],[-20,2],[-5,2],[-2,3],[-2,31],[3,2],[4,2],[3,4],[1,6],[-1,5],[8,6],[5,9],[3,11],[1,10],[0,6],[-1,5],[-5,10],[-1,6],[1,3],[3,4],[1,6],[-2,0],[-2,-3],[-3,-3],[-3,-3],[-1,-4],[2,-5],[4,-9],[1,-6],[-1,-14],[-1,-4],[-9,-11],[-5,-14],[-7,-8],[-7,-2],[-4,8],[2,6],[5,8],[4,9],[-1,10],[-10,-16],[-5,-10],[-2,-10],[2,-23],[-3,-7],[-13,-3],[-9,3],[-6,9],[-3,12],[0,12],[7,34],[-3,10],[-6,-17],[-3,13],[4,13],[8,10],[11,4],[11,0],[3,0],[3,2],[-1,1],[-4,1],[-3,0],[-2,1],[-2,3],[-2,1],[-1,-1],[-5,-1],[-2,0],[-2,-1],[-2,1],[-2,4],[-3,0],[-2,-5],[-9,-12],[-7,-6],[-1,-8],[2,-15],[0,-9],[-6,-38],[-2,-7],[-4,-5],[-3,-2],[-5,0],[-4,-2],[-1,-2],[-1,-2],[-1,-2],[-2,-2],[-2,-1],[-8,-1],[-3,1],[-11,4],[-14,1],[-4,3],[4,5],[3,3],[4,1],[3,2],[2,4],[0,2],[-1,3],[-2,2],[-2,1],[-5,-7],[-4,-1],[-1,7],[0,10],[0,4],[-4,9],[-1,4],[2,4],[3,5],[4,4],[3,2],[6,0],[5,2],[4,4],[1,6],[-10,-6],[-2,5],[-1,14],[-6,10],[0,5],[2,4],[6,9],[4,4],[5,2],[8,1],[5,2],[5,4],[4,6],[2,5],[-2,-2],[-4,-3],[-1,-2],[-1,-2],[-8,-1],[-5,-2],[-7,0],[-3,-1],[-8,-10],[-1,-2],[-3,-2],[-2,-7],[0,-13],[0,-3],[3,-7],[1,-3],[1,-1],[1,-2],[0,-1],[-4,-7],[0,-1],[-3,-5],[-18,-11],[-4,-6],[-9,-19],[-4,-4],[-4,-4],[-5,-2],[-7,-1],[-8,3],[-3,4],[-1,6],[-3,6],[-1,-6],[-3,1],[-4,4],[-2,5],[8,6],[12,5],[11,8],[9,11],[3,15],[3,3],[3,2],[2,3],[1,3],[1,2],[0,7],[1,1],[3,1],[2,3],[1,4],[-6,-3],[-3,-4],[-4,-10],[-9,-13],[-2,-6],[-4,-7],[-5,-4],[-6,-4],[-17,-16],[-8,-4],[-7,1],[-2,9],[9,10],[16,15],[7,11],[5,13],[2,13],[-1,14],[-4,9],[-1,6],[2,5],[4,5],[6,19],[2,2],[3,1],[3,-1],[0,2],[-3,4],[-5,29],[0,3],[2,4],[2,2],[2,1],[2,1],[0,5],[-10,-5],[-5,0],[-2,7],[-2,-7],[4,-27],[0,-18],[-1,-4],[-8,-8],[-1,-5],[-2,-7],[-5,-8],[-7,-5],[-7,-2],[0,2],[3,5],[7,8],[6,13],[-2,5],[-3,0],[-4,-5],[-2,-10],[-2,-3],[-3,-3],[-3,-1],[-4,0],[-2,2],[-2,2],[-3,2],[-5,1],[-2,-2],[1,-13],[-1,-7],[-1,-6],[-2,-4],[-16,-26],[-9,-10],[-9,-5],[-7,0],[-5,-3],[-3,-4],[-1,-9],[-2,-3],[-6,-2],[-6,0],[-5,3],[-6,-7],[-5,-2],[-4,2],[-7,12],[-2,4],[0,5],[2,35],[7,35],[-1,23],[1,4],[1,2],[4,4],[1,2],[5,25],[-2,19],[2,3],[11,-3],[7,0],[3,6],[3,9],[-1,5],[-6,2],[0,2],[8,4],[3,5],[0,15],[1,5],[2,9],[1,3],[1,5],[6,6],[1,4],[0,13],[-1,5],[-5,8],[-1,4],[1,5],[3,1],[3,0],[3,-2],[4,1],[4,2],[9,12],[-6,0],[2,5],[2,6],[-1,21],[1,2],[1,3],[5,8],[2,3],[1,6],[-1,5],[-8,4],[-2,4],[1,4],[3,3],[14,-6],[3,1],[1,2],[2,1],[3,2],[0,2],[-1,3],[-3,1],[-3,1],[-1,2],[-1,4],[1,14],[2,4],[4,0],[4,2],[0,7],[4,-1],[5,-1],[3,-3],[3,-3],[-5,20],[-3,32],[0,5],[1,5],[0,3],[-1,5],[-3,4],[-1,2],[0,1],[0,4],[2,8],[5,-2],[6,-5],[6,-4],[-2,4],[-6,10],[0,4],[2,3],[-2,4],[-5,4],[-3,7],[-2,6],[-1,14],[-3,6],[-14,12],[-3,9],[0,19],[-2,8],[-12,21],[0,5],[2,4],[9,4],[3,4],[1,7],[-1,7],[-3,7],[-6,8],[0,3],[0,4],[-1,4],[-2,2],[-4,4],[-1,2],[-2,12],[-2,6],[-5,3],[-15,-2],[-6,1],[-4,3],[-1,3],[1,4],[0,4],[1,3],[3,1],[3,-4],[5,1],[4,-3],[3,0],[3,1],[3,6],[3,1],[-4,5],[-1,6],[-4,4],[-7,2],[-5,2],[-2,5],[-1,6],[-3,5],[-16,16],[-6,9],[-5,10],[5,-2],[1,3],[-3,26],[-2,3],[-31,29],[0,2],[3,0],[5,-4],[12,0],[21,4],[-5,2],[-3,2],[-8,-5],[-5,2],[-9,13],[-10,11],[-1,6],[0,9],[-3,-3],[-2,-4],[0,-4],[1,-4],[-5,-1],[-7,1],[-6,4],[-3,5],[-3,-2],[-2,-1],[-4,6],[-2,9],[1,9],[5,6],[-4,10],[0,5],[1,4],[3,5],[0,2],[3,6],[1,0],[0,2],[-1,3],[-1,2],[9,5],[2,2],[-4,0],[-8,-2],[-3,0],[-5,2],[0,3],[1,3],[2,5],[-1,3],[-1,7],[0,4],[1,4],[4,8],[1,4],[-2,26],[1,5],[3,3],[3,6],[2,7],[-2,5],[-4,-8],[-8,-15],[-1,-9],[2,-15],[0,-10],[-3,-4],[-4,-3],[-5,-7],[-7,-4],[-8,4],[-1,4],[-1,7],[-1,3],[-4,2],[-3,-2],[-1,-4],[0,-4],[1,-3],[10,-9],[3,-4],[0,-2],[-1,-3],[-1,-4],[1,-20],[1,-6],[3,-3],[5,-7],[1,-4],[-1,-3],[-1,-5],[0,-2],[-2,-3],[-7,-9],[-1,0],[-2,-1],[-1,-1],[0,-1],[1,-3],[1,-2],[-4,-3],[-3,2],[-4,5],[-13,4],[-17,15],[-6,3],[-13,5],[-5,3],[-3,4],[-1,3],[-2,2],[-4,3],[-3,1],[-2,-1],[-3,0],[-3,4],[0,4],[1,7],[-2,3],[-1,3],[-2,3],[-1,4],[-1,3],[-2,5],[-11,8],[-4,5],[-9,16],[-3,3],[-18,23],[-4,6],[-1,5],[0,13],[3,5],[5,4],[7,3],[7,0],[2,-2],[1,-3],[2,-3],[3,-1],[10,0],[6,-9],[2,-7],[-5,-5],[14,-9],[7,-2],[9,-1],[2,-8],[10,-7],[13,-3],[12,1],[10,4],[20,14],[6,7],[0,1],[0,4],[0,1],[1,1],[3,1],[6,8],[2,4],[0,6],[-1,10],[2,4],[0,2],[-2,2],[-2,0],[-10,-2],[-7,2],[-3,3],[1,3],[6,3],[-3,1],[-4,1],[-7,0],[-3,1],[-9,7],[-12,8],[-7,6],[-2,6],[-3,4],[-12,4],[-2,5],[2,6],[5,3],[7,0],[7,-2],[-2,5],[3,5],[4,5],[4,4],[-5,7],[-2,2],[-2,-9],[-5,-8],[-7,-5],[-9,1],[-4,2],[-2,4],[-1,5],[0,5],[3,4],[7,3],[3,4],[-9,1],[-4,-5],[-2,-6],[-3,-3],[-14,0],[-4,3],[0,8],[-4,-8],[-2,-3],[-5,-2],[0,20],[2,4],[17,23],[6,4],[7,1],[11,-1],[-3,3],[-1,4],[1,3],[5,0],[-2,3],[-2,2],[-2,1],[-3,1],[-1,-1],[0,-5],[-2,-1],[-16,0],[-3,-1],[-2,-1],[-3,0],[-6,0],[-1,-1],[-2,-5],[-2,-2],[-4,-1],[-5,2],[-3,2],[-3,3],[2,1],[2,2],[2,1],[-11,4],[-4,3],[4,4],[-4,2],[-2,4],[2,3],[4,1],[0,3],[-2,2],[-3,-2],[-4,-2],[-2,-3],[-1,-4],[-2,2],[-3,3],[-2,1],[-2,-7],[-2,-2],[-3,-1],[-4,1],[-4,3],[-3,4],[-1,3],[-1,8],[-7,16],[0,7],[-3,0],[0,-12],[-1,-6],[-3,-1],[-2,4],[-4,19],[-3,0],[-2,-6],[-4,-5],[-6,-3],[-7,-2],[-8,0],[-10,3],[-7,2],[-5,-4],[-4,3],[-5,2],[-3,4],[-3,4],[1,-6],[2,-5],[6,-10],[6,-21],[19,-34],[1,-8],[-7,5],[-5,8],[-8,16],[-5,16],[-4,8],[-5,4],[-7,-4],[-2,-9],[1,-10],[6,-12],[2,-9],[1,-5],[4,-4],[1,-1],[2,-1],[1,-1],[3,-5],[-6,6],[-3,1],[-2,1],[-3,4],[-4,8],[-16,24],[-2,5],[-2,8],[-3,6],[-8,8],[-6,9],[-4,3],[-1,3],[-1,9],[-1,4],[6,-2],[16,2],[4,1],[3,4],[5,7],[1,-1],[1,-2],[0,-1],[0,-2],[3,0],[6,16],[2,3],[0,2],[-10,-2],[-13,-13],[-9,-6],[-9,2],[-1,9],[5,17],[5,5],[7,23],[5,5],[7,3],[4,7],[3,16],[-6,-5],[-3,-12],[-4,-5],[-5,1],[-3,6],[-1,8],[0,7],[12,20],[5,11],[-4,7],[-1,-6],[-3,-7],[-3,-7],[-5,-5],[-4,-7],[-1,-9],[2,-17],[-3,-13],[-6,-12],[-19,-23],[-12,-23],[-1,-1],[-1,-2],[-3,-1],[-4,-1],[-2,1],[-2,2],[-3,4],[-20,14],[-3,4],[0,5],[2,4],[3,5],[4,4],[20,12],[11,3],[13,4],[-2,1],[-3,1],[-6,0],[-4,0],[-1,2],[-1,2],[-2,2],[-8,6],[-3,3],[-2,4],[-2,27],[-2,5],[-4,3],[-7,1],[2,-7],[-4,-7],[-5,-2],[-3,5],[4,2],[2,0],[-9,6],[-3,10],[-1,10],[-5,9],[-7,9],[-11,18],[-9,6],[8,-14],[14,-20],[1,-3],[3,-24],[6,-17],[0,-5],[-2,-14],[3,-32],[-3,-6],[-2,3],[-6,7],[-2,5],[-14,34],[-7,8],[-29,25],[-3,5],[-3,14],[-4,6],[-11,11],[-3,3],[-1,3],[-2,2],[-4,0],[-3,1],[-7,5],[-3,1],[-5,2],[-3,7],[-4,14],[-17,46],[-5,8],[-2,5],[-4,28],[-1,3]],[[9999,5587],[0,-1000]],[[149,5861],[3,-1],[-7,-2],[-1,-4],[-2,-4],[-9,-2],[-5,2],[-5,4],[-3,4],[-1,2],[-2,5],[5,-4],[7,0],[14,4],[6,-4]],[[370,5797],[-8,19],[-1,-9],[1,-3],[1,-2],[2,-4],[1,-2],[-1,-6],[-6,-12],[-2,-6],[1,-5],[3,-9],[1,-6],[-3,0],[-6,4],[-9,8],[-1,-8],[-5,0],[-6,4],[-3,7],[1,2],[5,3],[1,1],[-1,6],[1,1],[2,6],[2,1],[4,0],[0,2],[-4,3],[-5,5],[-4,6],[-2,7],[3,8],[0,4],[-5,-1],[-7,5],[-3,1],[8,-27],[4,-7],[-5,-11],[-4,-6],[-3,-2],[-2,2],[-1,4],[-1,3],[-1,3],[-1,1],[-4,0],[-3,-1],[0,-1],[-3,0],[-4,2],[-3,2],[-1,3],[-1,2],[-3,1],[-3,-1],[-2,1],[-1,3],[0,4],[-2,3],[-2,0],[-3,-1],[-4,-4],[-2,4],[0,12],[-3,2],[-2,-6],[-3,-21],[-2,-4],[-9,1],[-9,3],[-17,6],[3,-2],[4,-4],[0,-4],[-3,-4],[-5,-2],[-7,1],[-12,3],[-3,0],[-3,0],[-2,0],[0,3],[0,4],[1,2],[2,3],[1,3],[2,17],[2,4],[0,2],[-1,0],[-1,0],[0,1],[0,1],[-4,-5],[0,-13],[-2,-6],[-5,-2],[-5,2],[-3,4],[0,5],[-4,-4],[-3,2],[-3,3],[-3,3],[-5,1],[0,-3],[1,-3],[4,-3],[-18,4],[-3,2],[2,1],[3,-1],[2,1],[3,1],[3,3],[3,7],[3,3],[-3,-1],[-4,-2],[-3,-2],[-3,1],[-1,3],[1,5],[2,7],[-13,2],[-4,2],[5,10],[3,4],[5,-2],[8,5],[4,3],[1,5],[-8,-5],[-6,0],[-7,3],[-8,2],[-18,-1],[-9,1],[-4,5],[-2,10],[-3,8],[-8,13],[-2,4],[0,4],[-1,15],[-1,3],[-3,3],[2,2],[1,3],[1,2],[-2,8],[7,4],[9,1],[8,-1],[-6,3],[-5,2],[-14,0],[-3,3],[0,8],[5,14],[-2,-2],[-3,-2],[-4,-2],[-1,7],[-3,8],[-5,6],[-6,6],[6,5],[-1,2],[-7,1],[-3,4],[-2,4],[-1,5],[-1,4],[5,-2],[6,0],[6,0],[5,2],[-9,5],[-5,2],[-5,2],[-6,-1],[-4,-1],[-2,1],[-1,6],[2,9],[6,7],[7,7],[8,5],[9,4],[1,3],[-3,4],[-4,3],[-3,-1],[-4,-1],[-11,-2],[-3,0],[-1,7],[-2,3],[-3,3],[-2,1],[-6,-1],[-3,-1],[-4,0],[-6,2],[-2,-3],[3,-6],[-6,2],[-13,9],[-5,1],[-2,1],[0,1999]],[[9854,958],[1,-3],[15,-8],[5,-4],[2,-9],[1,-34],[-3,-7],[-5,1],[-3,4],[-2,6],[-1,8],[-2,4],[1,3],[1,2],[2,0],[2,1],[1,3],[-1,3],[0,3],[-2,2],[-3,1],[-3,0],[-1,2],[-1,2],[-4,7],[-2,5],[0,6],[0,5],[1,-1],[1,-2]],[[9777,981],[2,-1],[2,1],[3,-1],[3,-2],[3,-3],[1,-4],[3,-14],[2,0],[3,3],[4,-3],[5,-5],[5,-4],[3,4],[3,2],[3,-2],[2,-4],[0,-5],[-3,-5],[-4,-7],[0,-2],[1,-6],[-1,-2],[-1,-1],[-2,-1],[-2,-2],[-1,-2],[0,-6],[1,-6],[2,-5],[3,-5],[1,2],[2,1],[1,2],[3,-5],[0,-5],[-3,-3],[-10,-4],[-1,-4],[1,-11],[-11,5],[-6,1],[-2,-7],[-2,-8],[-3,-4],[-4,-1],[-5,3],[-2,4],[-2,20],[-1,2],[-1,2],[-1,3],[-1,3],[2,1],[2,1],[2,2],[-2,5],[-1,1],[-6,1],[-1,1],[1,3],[3,2],[2,3],[-1,2],[-1,4],[1,3],[2,3],[1,3],[0,3],[-1,6],[-1,11],[1,2],[0,3],[3,4],[1,4],[0,6],[0,7],[-3,12],[2,0],[1,-1]],[[9881,955],[0,-4],[-11,3],[-2,2],[-3,4],[1,1],[7,2],[-1,5],[3,5],[4,4],[3,5],[2,-1],[1,-1],[1,-2],[0,-2],[-5,-21]],[[9778,1211],[-7,-18],[-3,0],[-2,6],[-1,7],[1,6],[0,8],[-1,10],[3,5],[6,-1],[3,-2],[3,-2],[4,-6],[-2,-6],[-4,-7]],[[9779,1243],[-7,-1],[-6,0],[-4,4],[0,4],[2,25],[0,2],[1,1],[3,1],[4,1],[3,-1],[4,-4],[4,-3],[3,-5],[1,-6],[0,-7],[-6,-6],[2,-2],[-4,-3]],[[9648,1351],[-2,-4],[-9,8],[-2,2],[1,3],[2,1],[2,1],[2,1],[3,-3],[2,-5],[1,-4]],[[9655,1368],[-1,-2],[-3,-1],[-3,2],[-2,-1],[0,-5],[-6,6],[1,6],[5,3],[8,-2],[1,-1],[0,-3],[0,-2]],[[9817,1456],[-6,-8],[-4,7],[1,4],[4,4],[3,6],[0,-2],[2,-7],[0,-4]],[[9999,1832],[0,-927],[-5,2],[-5,3],[-2,6],[0,3],[1,2],[0,1],[-1,3],[-3,3],[-5,2],[-2,3],[-2,3],[0,2],[-2,1],[-4,-1],[-2,-2],[-2,-5],[-1,-2],[-5,-1],[-4,-2],[-5,-2],[-4,1],[-2,2],[-2,7],[-2,3],[-3,2],[-2,-1],[-1,-3],[-1,-1],[-4,-4],[-2,0],[0,5],[-1,2],[-4,4],[-2,3],[-1,6],[1,15],[-1,4],[1,10],[0,5],[-1,5],[-5,12],[-5,-9],[-2,0],[-1,23],[-2,3],[-6,-2],[-9,-5],[-3,1],[-2,0],[0,-3],[-2,0],[-1,4],[1,16],[2,3],[5,4],[2,4],[-4,2],[-7,1],[-5,2],[-1,-7],[-5,-1],[-5,-1],[-5,-2],[-3,-4],[-5,-4],[-5,-1],[-3,4],[-2,0],[-1,-4],[-1,-2],[-3,0],[-2,3],[-2,0],[0,-4],[-6,1],[-6,-2],[-2,-4],[10,-4],[1,-5],[0,-6],[2,-4],[0,-9],[-5,-12],[-7,-8],[-4,5],[-2,0],[0,-3],[-1,-2],[-3,-4],[-5,4],[-6,11],[-8,3],[-1,2],[-1,2],[-4,1],[-3,1],[-3,0],[-2,2],[-2,1],[-1,5],[0,13],[-2,5],[-2,4],[-7,29],[-13,39],[-1,7],[2,6],[2,2],[1,-3],[1,-6],[2,-4],[8,-8],[2,6],[-3,4],[-5,3],[-3,4],[0,2],[1,2],[1,1],[0,1],[0,5],[0,2],[4,9],[1,3],[-1,7],[-5,12],[-1,4],[2,3],[2,2],[2,1],[3,3],[1,2],[1,2],[1,19],[1,7],[7,10],[3,12],[6,9],[4,7],[3,2],[1,-1],[4,-1],[4,0],[-1,3],[-1,3],[3,5],[8,8],[-10,-4],[-5,-2],[-4,3],[0,8],[3,3],[8,0],[5,3],[-4,10],[-9,11],[-4,7],[-2,8],[0,6],[2,-2],[4,-1],[2,1],[3,2],[4,5],[-5,3],[-1,5],[3,5],[1,4],[4,5],[2,6],[5,19],[2,6],[6,11],[6,27],[4,8],[10,-6],[10,8],[3,4],[0,3],[-3,0],[-6,0],[-2,0],[-1,1],[-2,4],[0,1],[-7,3],[3,5],[6,4],[3,0],[1,1],[3,4],[0,1],[-1,2],[-5,8],[5,0],[1,2],[-2,4],[-4,2],[2,2],[5,-3],[5,-2],[4,1],[1,5],[1,1],[3,2],[1,3],[-2,2],[-6,0],[-3,0],[-3,2],[-1,-2],[0,-1],[-1,-2],[-2,0],[1,3],[0,7],[-1,1],[3,3],[2,0],[3,0],[3,1],[4,3],[3,4],[3,4],[3,6],[-3,-2],[-5,-7],[-3,-1],[-3,0],[-1,2],[-2,3],[-5,3],[2,6],[5,5],[4,4],[2,-3],[1,-1],[3,0],[3,2],[-2,2],[4,3],[2,3],[-1,1],[-3,1],[-2,1],[1,2],[3,3],[3,4],[2,1],[7,0],[3,2],[0,3],[-3,1],[-3,0],[-1,-2],[-3,4],[0,2],[1,4],[14,24],[4,5],[9,23],[7,14],[3,6],[1,8],[1,6],[1,6],[5,12],[0,6]],[[9484,4169],[7,-1],[2,0],[3,-2],[6,-9],[1,-3],[1,-2],[4,-2],[3,0],[8,1],[14,0],[12,5],[22,14],[6,2],[17,-1],[15,4],[1,0],[1,0],[2,4],[2,12],[-2,13],[-3,12],[-2,11],[0,7],[-1,6],[-4,11],[0,3],[1,8],[-1,4],[-4,3],[-7,5],[-7,7],[-1,3],[3,3],[6,5],[5,4],[2,5],[2,12],[3,6],[20,14],[4,4],[2,5],[2,24],[-1,5],[-2,6],[-3,3],[-8,6],[-2,3],[1,4],[3,0],[4,0],[3,1],[2,6],[-3,5],[-4,6],[-2,7],[-1,3],[-2,6],[0,3],[10,13],[11,8],[2,4],[2,4],[0,2],[-1,1],[-1,4],[-1,7],[0,5],[3,4],[7,1],[5,0],[19,10],[3,2],[4,5],[3,2],[4,1],[3,0],[2,1],[2,4],[0,5],[-3,11],[0,6],[4,20],[2,4],[7,2],[4,-4],[4,-6],[4,-1],[8,1],[7,-3],[12,-11],[11,-3],[2,-1],[2,-3],[-1,-6],[1,-3],[6,-4],[8,1],[14,7],[12,0],[15,-2],[14,1],[11,5],[1,0],[3,1],[3,-2],[2,-3],[4,-2],[5,-3],[1,1],[1,2],[3,2],[6,3],[7,1],[2,1],[6,7],[2,2],[6,2],[28,4],[6,2],[18,13],[9,-4],[5,-3],[4,-3],[6,-8],[5,1],[11,7],[12,5],[4,3],[4,6],[0,-1801],[-1,2],[-4,6],[-10,12],[-1,5],[-1,7],[-3,5],[-6,4],[-7,2],[-7,3],[-37,27],[-7,7],[-8,14],[-3,0],[-3,-1],[-5,0],[-2,2],[-4,5],[-2,2],[-2,1],[-5,1],[-2,1],[-5,2],[-2,3],[-14,17],[-22,43],[-4,2],[-4,1],[-2,5],[-2,7],[-3,7],[-4,6],[-38,35],[-16,26],[-3,6],[1,4],[0,2],[-1,2],[-3,2],[-1,2],[-1,6],[1,11],[-2,7],[-7,11],[-1,3],[0,2],[0,2],[2,3],[1,3],[1,3],[-1,6],[-10,10],[-2,7],[1,6],[7,11],[1,6],[-2,4],[-2,5],[0,3],[9,0],[3,0],[5,2],[5,5],[11,15],[4,1],[7,-1],[6,-3],[10,-6],[5,-2],[2,1],[1,2],[0,5],[-1,2],[-2,1],[-2,1],[-1,1],[1,1],[1,2],[0,1],[1,0],[3,2],[1,2],[1,2],[-2,6],[1,2],[2,1],[11,3],[5,2],[6,3],[6,-3],[7,-4],[4,-4],[1,-7],[8,9],[3,14],[0,16],[-8,46],[1,17],[0,5],[-2,12],[1,7],[10,31],[1,5],[-3,13],[0,8],[4,12],[1,5],[-2,6],[-9,12],[-1,4],[3,2],[4,0],[4,-2],[3,-1],[4,0],[3,1],[2,1],[3,3],[5,6],[2,6],[2,5],[7,3],[5,0],[20,-2],[3,-2],[2,-2],[2,-1],[5,0],[3,2],[7,8],[2,3],[-1,7],[1,6],[2,6],[4,6],[9,10],[1,5],[2,14],[3,13],[0,6],[-6,7],[-7,5],[-6,5],[-1,11],[-7,-6],[-2,-4],[-3,-13],[-4,-7],[-19,-15],[-9,-13],[-5,-4],[-6,4],[-2,5],[-5,22],[-4,9],[0,4],[3,6],[0,3],[-2,6],[-19,24],[-2,3],[0,3],[1,4],[0,2],[-1,3],[-1,3],[-5,6],[-10,7],[-5,6],[-2,8],[-2,4],[-9,7],[0,5],[2,6],[4,5],[4,1],[5,4],[4,3],[1,4],[-2,2],[-3,1],[-3,2],[-1,4],[0,4],[3,2],[3,-1],[4,-3],[-2,9],[-2,4],[-3,2],[-5,2],[-1,5],[0,5],[-2,4],[-4,4],[-5,10],[-3,4],[-6,6],[-6,3],[-6,2],[-15,0],[-6,2],[-4,4],[-4,7],[1,1],[2,3],[0,2],[-9,0],[0,3],[1,3],[3,3],[-7,5],[-11,15],[-6,4],[-5,3],[-27,24],[-3,3],[0,4],[1,6],[0,4],[-2,5],[-3,2],[-5,1],[-4,2],[-4,5],[-3,4],[-3,9],[-7,10],[-1,4],[-3,3],[-3,2],[-8,4],[-4,3],[-8,7],[-44,38],[-3,4],[-2,4],[0,4],[0,3],[-1,4],[-2,3],[-8,6],[-2,3],[-1,4],[-3,4],[-4,3],[-3,4],[8,1],[-5,15],[2,4],[9,15],[9,6],[1,0],[1,2],[-1,4],[-1,3],[-1,2],[-2,2],[-4,10],[-1,4],[-1,1],[-4,2],[-2,1],[-1,-1],[-1,1],[0,2],[0,2],[1,3],[1,1],[-1,4],[-3,5],[-1,4],[0,3],[0,2],[-1,2],[-16,21],[-4,6],[1,3],[5,2],[2,5],[0,5],[-2,5],[-4,2],[-16,6],[-3,-1],[-1,0],[-6,-15],[-1,-3],[-3,-2],[-6,4],[-7,4],[-6,6],[-5,7],[-1,8],[0,7],[-1,7],[-8,11],[-8,14],[-1,5],[-3,6],[-7,6],[-2,3]],[[1409,9999],[1105,0]],[[244,9903],[1,5],[6,9],[4,10],[1,11],[-1,13],[-6,25],[1,13],[5,10]],[[255,9999],[506,0]],[[0,9963],[0,36],[255,0]],[[3067,7934],[-1,-3],[0,-2],[2,-5],[2,-2],[0,-2],[0,-2],[-1,-4],[-1,-6],[3,-7]],[[3071,7901],[-5,1],[-2,0],[-2,0],[-1,-1],[-3,-3],[-2,1],[-1,1],[-2,2],[-3,2],[-9,10],[-9,7],[-2,1],[0,2],[-1,2],[0,3],[1,1],[2,2],[12,5],[5,0],[5,0],[13,-3]],[[3187,7346],[5,-10],[-3,-7],[4,-5],[3,-7],[25,-19],[2,-4],[1,-4],[0,-2],[0,-2],[5,-12],[1,-3],[0,-2],[0,-2],[-2,-2],[-1,-2],[-5,-3],[-2,-2],[-1,-2],[-1,-5],[1,-2],[8,-13]],[[3227,7236],[-18,-3],[-4,-1],[-5,-3],[-5,-4],[-1,-2],[1,-2],[2,-2],[2,-2],[1,-2],[0,-1],[-2,-2],[-3,-1],[-10,-2],[-13,4],[-4,3],[-8,4],[-4,3],[-2,2],[-1,2],[-4,8],[-1,2],[-1,2],[-21,9],[-2,0],[-2,0],[-2,-3],[0,-3],[-2,-1],[-5,-1],[-17,-1],[-11,-3],[-1,3],[0,1],[-1,2],[-1,2],[-2,2],[-4,3],[-3,3],[0,2],[1,3],[6,6],[3,5],[2,1],[3,2],[6,0],[3,1],[1,2],[1,6],[1,3],[6,4],[2,3],[-1,4],[-2,3],[0,2],[0,5],[-1,16],[0,4],[1,3],[2,3],[3,3],[8,4],[8,2],[10,0],[6,4],[1,2],[3,3],[3,0],[14,-4],[4,-1],[4,-2],[2,0],[14,5]],[[3712,8091],[6,-7],[2,-2],[10,-9],[8,-11],[10,-13],[1,-4],[-1,-6],[-10,-2],[-5,-1],[-4,0],[-20,1],[-7,4],[-4,3],[-5,6],[-6,11],[-2,2],[-5,1],[-7,0],[-10,1],[-11,1],[-7,-1],[-4,0],[-6,2],[-4,2],[-5,1],[-7,0],[-13,-1],[-7,-2],[-5,0],[-3,1],[-6,3],[-10,9],[-2,2],[-3,0],[-4,0],[-3,0],[-4,2],[-1,2],[-3,2],[-3,0],[-6,0],[-11,2],[-5,0],[-4,-1],[-16,-9],[-15,-4],[-21,-11],[-15,-9],[-9,-4],[-4,-1],[-6,0],[-14,2],[-4,0],[-3,-1],[-4,-2],[-10,-8],[-10,-11],[-18,-16],[-3,-3],[-1,-3],[4,-6],[0,-3],[-2,-3],[-2,-3],[-3,-1],[-3,0],[-3,1],[-3,1],[-2,-2],[0,-3],[4,-6],[3,-3],[3,-1],[2,-2],[1,-3],[1,-8],[-2,-7],[-4,0],[-2,1],[-3,2],[-2,0],[-4,-4],[-3,-10],[-8,-14],[-1,-5],[2,-5],[8,-7],[2,-5],[0,-7],[1,-4],[5,-5],[2,-2],[2,-8],[-1,-3],[-2,-3],[-5,-3],[-1,-2],[7,-10],[2,-3],[4,-1],[4,0],[3,-1],[2,-1],[0,-2],[0,-3],[0,-3],[-4,-4],[-3,0],[-7,-3],[-25,-13],[-8,-3],[-6,-1],[-7,-1],[-8,-1],[-6,-3],[-4,-4],[1,-2],[4,-6],[2,-2]],[[3308,7809],[-1,0],[-14,7],[-8,6],[-5,0],[-3,-1],[-4,-1],[-4,0],[-6,0],[-3,1],[0,1],[5,5],[2,3],[-1,1],[-2,0],[-11,-5],[-4,-2],[-5,0],[-4,2],[-1,2],[-2,2],[-3,1],[-15,2],[-3,1],[-5,3],[-11,5],[-8,-4],[-2,0],[-2,2],[0,2],[0,3],[-17,12],[-4,5],[-2,4],[3,5],[2,4],[1,4],[-1,9],[2,8],[-1,4],[-2,5],[-5,5],[-3,4],[-9,5],[-14,7],[-9,3],[-4,2],[-1,2],[0,2],[-1,3],[-2,2],[-3,2],[-5,1],[-2,1],[-2,3],[-2,3],[-1,6],[-2,3],[-3,4],[-6,5],[-5,1],[-4,0],[-4,-2],[-5,1],[-3,1],[-3,3],[-2,5],[-2,2],[-2,0],[-2,0],[-2,-1],[-5,-3],[-2,-3],[-2,-1]],[[3052,7971],[-14,10],[-7,6],[-17,12],[-6,5],[-4,4],[-1,4],[-1,3],[-1,3],[1,4],[0,2],[1,3],[4,5],[-1,3],[-6,3],[0,3],[0,13],[1,2],[1,3],[5,4],[2,4],[-2,2],[-3,1],[-7,-1],[-3,0],[0,1],[2,6],[-1,3],[-3,4],[-1,2],[-2,1],[0,-1],[-1,-1],[-2,-3],[-2,-2],[-1,-1],[-1,0],[-2,1],[-1,2],[-1,4],[-1,2],[-2,1],[-4,1],[-2,0],[0,-1],[-1,-1],[-1,-1],[-1,1],[-3,2],[-2,4],[-2,1],[-2,0],[-1,-2],[-2,-1],[-2,0],[-2,0],[-2,6],[-7,11],[-12,20],[-4,4],[-2,-2],[0,-1],[-2,-1],[-1,0],[-7,-2],[-2,-3],[2,-12],[-1,-3],[-2,-1],[-4,0],[-2,-1],[-1,-2],[-1,-5],[-2,-3],[-2,-1],[-2,-1],[-2,1],[-6,2],[-4,0],[-2,-1],[-7,-2],[-7,3],[-6,6],[-4,5],[-2,5],[-4,19],[-18,41],[-40,64],[-6,10],[0,3],[0,3],[2,2],[2,0],[2,1],[4,-1],[2,0],[2,1],[0,2],[-1,2],[-11,19],[-12,14],[-3,5],[-6,3],[-19,8],[-15,8],[-14,5],[-3,2],[-4,-1],[-7,2],[-19,3],[-3,1],[-4,1],[-1,3],[2,2],[18,17],[3,5],[2,4],[1,4],[0,2],[-2,1],[-2,0],[-2,-1],[-1,-1],[-2,0],[-2,0],[-3,1],[-2,4],[-1,5],[1,5],[1,3],[2,2],[1,0],[22,5],[6,2],[5,2],[5,4],[11,11],[25,17],[15,7],[2,2],[0,2],[0,2],[-13,21],[-2,1],[-3,3],[-2,1]],[[2765,8466],[2,3],[4,6],[-1,4],[10,11],[5,5],[2,1],[1,1],[1,4],[0,3],[0,3],[-7,13],[-1,3],[1,10],[3,6],[0,2],[-1,4],[-2,2],[-5,6],[-2,3],[-1,2],[-3,3],[-3,4],[-11,10],[-4,4],[-2,4],[0,4],[1,4],[2,3],[4,1],[6,2],[4,0],[3,-1],[8,-3],[3,0],[3,-1],[2,-2],[5,-5],[3,-2],[3,1],[6,3],[24,18],[8,7],[2,3],[6,4],[16,5],[13,4],[7,2],[6,4],[8,7],[3,5],[1,4],[0,4],[2,3],[4,3],[19,10],[13,5],[36,6],[10,5],[5,0],[16,-12],[5,-1],[35,2],[5,-1],[4,-2],[19,-19],[6,-3],[17,-13],[8,-8],[4,-4],[5,-3],[14,-5],[27,-18],[15,-7],[26,-8],[41,-10],[7,0],[2,1],[2,4],[1,1],[2,1],[15,1],[11,2],[6,3],[13,2],[5,2],[4,2],[4,3],[9,7],[2,2],[3,1],[6,1],[2,2],[3,1],[4,4],[1,1],[6,2],[2,2],[3,0],[3,-1],[4,-3],[3,-4],[7,-8],[18,-16],[11,-12],[11,-21],[5,-4],[4,-5],[2,-4],[1,-15],[2,-5],[3,-4],[8,-7],[3,-4],[2,-4],[1,-4],[5,-3],[11,0],[5,2],[3,4],[2,3],[2,1],[3,2],[2,1],[2,2],[3,2],[5,1],[7,1],[8,5],[4,1],[5,0],[6,-1],[5,1],[3,2],[5,5],[3,2],[8,2],[3,2],[1,3],[0,5],[0,1],[3,1],[2,0],[7,0],[2,0],[2,-1],[1,-1],[1,-2],[2,-8],[1,-4],[0,-5],[-1,-9],[-1,-4],[-1,-3],[-2,-2],[-3,-3],[-8,-4],[-6,-4],[-3,-3],[-1,-2],[-2,-4],[-2,-9],[-2,-4],[-2,-5],[-1,-4],[1,-4],[2,-3],[4,-3],[3,0],[3,0],[14,13],[7,4]],[[3308,7809],[0,-3],[0,-14],[-5,-15],[-6,-5],[-13,-9],[-20,-18],[-10,-7],[-3,-3],[0,-9],[-11,-5],[-9,-8],[-5,-2],[-1,-1],[-1,-2],[0,-4],[-1,0],[-1,0],[-2,-1],[-1,0],[-4,0],[-1,0],[-2,-1],[0,-2],[0,-2],[-1,-1],[-11,-11],[-3,-2],[-3,-5],[-4,-9],[-9,-39],[-6,-10],[-2,-1],[-2,1],[-2,0],[-2,-2],[-1,-3],[1,-2],[1,-2],[1,-3],[-1,-3],[-3,-2],[-7,-4],[2,-6],[-8,-8],[2,-5],[-2,-5],[0,-4],[3,-3],[1,-4],[-2,-2],[-5,-2],[-4,-2],[-2,-4],[1,-2],[3,-4],[0,-3],[0,-5],[-1,-2],[-1,0],[4,-4],[9,1],[4,-3],[-4,-5],[-11,-9],[-2,-4],[4,-1],[8,1],[9,0],[5,-3],[1,-4],[-2,-2],[-2,-3],[-1,-2],[-1,-3],[1,-9],[1,-3],[2,-2],[2,-4],[-2,-3],[-3,-4],[-1,-3],[3,-46],[0,-2],[-1,-1],[-1,-1],[0,-3],[1,-1],[2,-1],[1,0],[7,-20],[8,-12],[-2,-3],[-4,-2],[0,-5],[8,-7],[2,-2],[2,-4],[2,-2],[-1,-3],[-2,-3],[-4,-6]],[[3227,7236],[2,-4],[3,-2],[3,-2],[3,-1],[4,-2],[1,-3],[-1,-4],[1,-2],[2,1],[5,3],[2,1],[3,-2],[0,-1],[0,-2],[2,-4],[1,-2],[0,-1],[4,-1],[5,2],[3,0],[1,-3],[0,-9],[2,-1],[7,0],[-8,-16],[-2,-8],[7,-5],[1,-4],[-1,-4],[1,-3],[4,-2],[8,-1],[3,-3],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-2,-3],[-3,-1],[-3,-1],[-1,-1],[1,-3],[9,-1],[3,-4],[-10,-3],[-4,-6],[1,-8],[2,-10],[-11,6],[1,-4],[2,-9],[-3,-7],[4,-4],[5,-2],[2,-3],[3,-6],[4,-8],[1,-6],[-7,-3],[-4,-6],[-2,-1],[-2,-7],[-3,-3],[-4,-1],[-4,1],[-3,1],[-4,0],[-8,-8],[-2,-2],[-12,-2],[-4,-2],[-2,-1],[-2,-1],[-2,0],[-2,-1],[-2,-1],[-9,-7]],[[3212,7018],[-8,1],[-5,-5],[-1,-1],[-1,-1],[-2,1],[-2,3],[-2,3],[-2,1],[-2,0],[-2,-4],[-2,-2],[-3,0],[-1,2],[-1,3],[-2,1],[-2,0],[-5,-5],[-2,-2],[-6,0],[-5,1],[-11,4],[-4,0],[-4,-1],[-2,-5],[0,-3],[2,-2],[9,-4],[2,-2],[1,-3],[-2,-1],[-16,-2],[-4,-2],[-4,-4],[-4,-8],[-3,-3],[-10,0],[-9,-3],[-4,1],[-1,1],[-1,2],[-1,2],[1,2],[2,1],[6,1],[0,1],[0,2],[-1,1],[-2,2],[-1,2],[-1,1],[0,3],[4,22],[1,3],[6,7],[1,2],[1,1],[0,3],[-1,11],[1,4],[0,3],[-1,3],[-2,5],[0,3],[0,2],[1,2],[0,2],[0,3],[-1,3],[-3,5],[-1,6],[0,5],[1,5],[5,17],[0,4],[0,3],[-2,4],[-3,2],[-12,9],[-2,3],[-4,4],[-1,2],[-2,2],[-2,1],[-2,0],[-3,0],[-3,-1],[-7,-3],[-2,-3],[-2,-2],[-2,-5],[-8,-9],[-7,-3],[-2,-2],[-6,-4],[-3,-2],[-2,-1],[-3,-3],[-3,-2],[-5,-2],[-2,-2],[-2,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[2,-3],[3,-7],[0,-2],[0,-2],[-3,-1],[-4,0],[-7,-1],[-3,-1],[-4,-1],[-1,-1],[-2,-1],[-5,-6],[-2,-2],[-2,0],[-3,3],[-1,2],[-1,2],[-3,11],[-2,3],[-1,1],[-2,0],[-5,0],[-3,1],[-11,4],[-2,2],[1,2],[2,1],[6,2],[1,0],[0,1],[-1,1],[-1,1],[-7,4],[-2,2],[0,2],[0,2],[1,0],[2,0],[4,-1],[3,-1],[2,0],[1,0],[0,2],[-1,2],[-8,10],[-3,2],[-4,0],[-5,-2],[-15,-2],[-1,1],[-2,1],[-1,1],[-1,2],[-1,2],[-1,2],[-2,1],[-2,1],[-4,2],[-3,1],[-2,0],[-2,-3],[1,-4],[2,-3],[2,-3],[6,-2],[2,-2],[1,-2],[-1,-2],[-1,-1],[-6,-1],[-2,-1],[-2,-2],[1,-2],[2,-2],[5,-2],[2,-1],[3,-2],[0,-3],[-1,-4],[-3,-4],[-4,-1],[-5,0],[-11,9],[-4,1],[-3,0],[-1,-1],[-3,-2],[-2,-1],[-3,0],[-3,0],[-6,2],[-2,0],[-2,0],[-2,-1],[-1,-2],[-1,-2],[-1,-4],[-1,-3],[1,-5],[2,-8],[4,-11],[1,-4],[-1,-7],[0,-4],[2,-3],[4,-3],[1,-1],[1,-2],[0,-5],[1,-3],[1,-2],[1,-2],[0,-2],[-1,-2],[-10,-6],[-11,7],[-7,7],[-9,0],[-29,-3],[-4,1],[-2,3],[-1,4],[-1,3],[0,3],[-1,2],[-2,2],[-10,5],[-2,6],[2,5],[1,1],[7,-1],[3,0],[2,1],[1,2],[3,2],[0,2],[-1,4],[-2,1],[-3,2],[0,1],[1,2],[2,2],[2,1],[1,3],[1,4],[1,3],[6,4],[5,6],[1,3],[0,3],[-3,2],[-2,0],[-2,0],[-2,-1],[-1,-1],[-3,-4],[-1,-1],[-2,-1],[-2,1],[-8,5],[-2,2],[0,2],[1,4],[2,1],[3,2],[4,2],[7,2],[2,1],[2,2],[3,5],[2,2],[2,1],[3,-1],[4,-5],[3,-2],[3,-1],[2,2],[1,3],[-4,6],[-2,3],[-3,4],[-2,1],[-2,7],[-5,6],[-21,25],[-14,13],[-8,5],[-4,2],[-5,1],[-8,2],[-5,4],[-3,0],[-2,0],[-3,-1],[-3,0],[-3,1],[-1,4],[1,3],[1,3],[-1,2],[-3,2],[-6,3],[-14,10],[-8,11],[-4,3],[-1,1],[-2,2],[-8,10],[-5,4],[-5,7],[-4,8],[-9,26],[-7,12],[-1,4],[1,5],[-1,4],[-6,8],[-2,5],[-2,9],[-2,6],[0,2],[1,2],[1,2],[4,2],[3,2],[2,3],[0,3],[-1,3],[-1,3],[-2,1],[-2,1],[-13,4],[-3,2],[-9,12],[-5,6],[-3,4],[-1,3],[-1,3],[0,3],[1,2],[0,2],[-1,2],[-3,3],[-1,3],[-1,2],[1,2],[1,1],[2,1],[4,1],[2,1],[1,2],[0,2],[0,2],[-1,2],[-4,6],[-1,6],[-1,1],[-2,0],[-5,-2],[-3,-2],[-2,-2],[-2,-1],[-2,0],[-2,2],[-2,2],[0,2],[0,2],[2,7],[0,2],[-1,2],[-1,1],[-3,0],[-12,-5],[-1,-1],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-4,-1],[-7,-1],[-4,0],[-6,3],[-2,2],[-3,1],[-2,0],[-4,-5],[-3,-1],[-7,-1],[-2,-1],[-5,-3],[-3,0],[-2,-1],[-3,1],[-3,1],[-2,2],[-3,6],[-2,3],[-2,3],[-4,1],[-4,0],[-6,-3],[-1,0],[-3,0],[-3,1],[-2,0],[-2,2],[-2,3],[-4,7],[-2,7],[-1,2],[-1,2],[-2,2],[-5,4],[-3,2],[-4,1],[-6,1],[-3,1],[-5,3],[-3,0],[-3,0],[-4,-2],[-3,-2],[-4,-3],[-3,-3],[-3,-1],[-3,-1],[-5,0],[-10,2],[-2,0],[-9,-1],[-4,0],[-2,-1],[-2,0],[-1,-2],[-1,-2],[-1,-4],[-1,-1],[-1,-1],[-3,0],[-3,0],[-3,2],[-2,3],[-2,6],[-3,3],[-5,5],[-1,3],[-2,4],[-4,5],[-1,1],[-1,2],[0,2],[2,3],[2,2],[3,1],[9,-1],[2,1],[2,1],[2,2],[1,3],[1,10],[-1,3],[-2,4],[-6,6],[-2,3],[-1,5],[3,26],[1,6],[5,10],[1,5],[-1,4],[-2,3],[-2,1],[-2,1],[-2,-1],[-1,-1],[-2,-2],[-1,0],[-2,-1],[-4,0],[-2,0],[-2,-1],[-3,-3],[-3,-1],[-3,0],[-2,-1],[-3,1],[-3,1],[-3,1],[-2,2],[-1,4],[0,6],[2,5],[3,5],[2,2],[1,1],[3,1],[9,4],[3,1],[3,2],[1,3],[1,2],[0,3],[-1,3],[-4,3],[-2,1],[-3,3],[-1,2],[1,9]],[[2349,7675],[19,-4],[17,-6],[6,0],[1,1],[1,2],[3,4],[1,2],[2,2],[10,6],[3,1],[2,0],[6,0],[7,1],[12,3],[3,0],[3,0],[1,-1],[1,-3],[2,-1],[1,-1],[4,-1],[16,-2],[3,-1],[1,-1],[3,-3],[1,-1],[1,-1],[1,-4],[0,-1],[1,-2],[2,-1],[7,-5],[2,-1],[1,-2],[2,-1],[3,-2],[3,0],[5,1],[9,3],[3,0],[3,1],[1,1],[2,2],[0,1],[1,2],[0,2],[0,2],[2,1],[3,1],[2,-1],[1,-2],[0,-2],[0,-3],[0,-2],[-1,-3],[0,-2],[-1,0],[-1,-1],[-1,-1],[0,-1],[2,-3],[0,-1],[0,-1],[-1,-6],[1,-2],[2,-1],[7,-4],[2,-1],[2,-3],[1,-1],[1,0],[1,0],[0,1],[1,6],[1,1],[1,1],[1,1],[5,2],[2,1],[2,-1],[1,-1],[1,-5],[0,-2],[1,-2],[3,-4],[6,-7],[2,-2],[0,-2],[0,-1],[-2,0],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-5],[1,-2],[-1,-1],[0,-1],[-2,-1],[-5,-3],[-1,0],[-2,-1],[0,-1],[0,-2],[6,-5],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[1,-2],[4,-3],[3,-2],[1,-2],[0,-1],[0,-2],[1,-1],[2,-3],[0,-2],[2,-7],[4,-1],[6,3],[9,2],[2,1],[1,3],[-2,3],[-2,2],[-1,2],[1,3],[1,4],[5,7],[3,2],[3,0],[2,-1],[2,1],[0,2],[0,3],[1,2],[2,3],[7,5],[3,3],[7,12],[8,8],[4,6],[2,1],[3,-1],[5,-2],[10,-4],[6,0],[3,0],[3,-1],[9,-4],[9,-2],[6,1],[5,2],[7,0],[11,-2],[4,1],[2,2],[0,3],[0,2],[1,3],[2,2],[10,4],[8,3],[4,-1],[3,0],[4,-1],[3,-2],[7,-4],[2,-3],[5,-10],[0,-1],[4,-4],[6,0],[10,-3],[6,0],[4,1],[7,3],[3,2],[9,-1],[4,1],[2,2],[11,12],[13,5],[6,1],[5,2],[7,5],[9,4],[4,3],[0,3],[-2,2],[-6,3],[-2,2],[-2,3],[-1,2],[-1,3],[-1,3],[0,3],[0,3],[2,5],[6,15],[2,4],[3,3],[1,1],[0,1],[-1,1],[0,2],[-1,1],[0,2],[0,2],[1,1],[1,1],[7,1],[2,1],[0,1],[-2,1],[-9,3],[-2,1],[-1,1],[-2,2],[0,2],[2,2],[2,2],[2,1],[3,-1],[9,-6],[3,-1],[2,-1],[4,0],[4,-2],[3,0],[2,0],[3,2],[1,1],[0,2],[0,3],[0,2],[1,1],[2,0],[2,-1],[4,-4],[2,-2],[1,-1],[2,1],[2,0],[1,2],[3,6],[0,2],[0,1],[0,2],[-1,2],[-1,1],[0,3],[3,1],[2,1],[2,0],[2,-1],[1,-2],[3,-11],[3,-5],[3,-5],[2,-2],[3,-2],[7,-2],[4,-1],[10,-1],[19,13],[10,5],[2,2],[0,3],[0,3],[3,5],[0,2],[1,2],[-1,2],[-1,1],[-1,1],[-1,0],[-5,1],[-1,1],[-2,2],[-1,1],[0,2],[-1,1],[0,1],[-1,2],[-1,0],[-2,1],[-1,0],[-1,-1],[-5,-6],[-2,-2],[-2,0],[-1,0],[-2,0],[-1,2],[-1,3],[2,3],[3,3],[5,2],[12,4],[4,2],[6,3],[4,2],[20,12],[5,4],[2,2],[1,2],[0,1],[-1,1],[-4,1],[-1,0],[-1,1],[0,2],[2,9],[1,2],[1,1],[7,3],[5,0],[6,-2],[4,0],[9,1],[3,-1],[2,-2],[2,-4],[3,-9],[3,-4],[3,-1],[4,1],[3,3],[1,4],[1,3],[-1,3],[-2,12],[-1,4],[0,9],[1,3],[0,1],[2,2],[2,3],[-1,2],[-1,2],[-2,2],[-2,3],[1,5],[2,10],[0,2],[-1,2],[-1,1],[-1,6],[-2,2],[-2,1],[-2,0],[-2,1],[-2,1],[-2,9],[0,1],[-1,1],[-1,0],[-2,0],[-1,-1],[-3,1]],[[3067,7934],[4,6],[2,5],[0,2],[0,2],[-1,2],[-1,1],[-2,1],[-4,1],[-2,1],[-2,2],[-3,7],[-3,4],[-3,3]],[[2765,8466],[-3,-3],[-3,-3],[-4,-1],[-6,-4],[-17,-5],[-2,-3],[-1,-6],[-1,-2],[-2,-2],[-6,-3],[-2,-2],[-5,-2],[-22,-1],[-12,-7],[-11,-9],[-11,-14],[-7,2],[-2,2],[-3,2],[-4,2],[-2,1],[-1,2],[1,6],[-1,2],[-2,0],[-4,-2],[-3,-3],[-7,-3],[-20,1],[-9,-2]],[[4147,4219],[3,1],[4,-1],[3,-2],[2,-4],[1,-3],[1,-3],[0,-7],[1,-3],[2,-3],[3,-3],[3,-4],[1,-4],[1,-1],[3,2],[3,3],[0,2],[4,-1],[2,-3],[1,-3],[5,-1],[6,2],[11,3],[7,0],[5,-2],[6,-5],[3,-2],[7,-3],[2,-2],[7,-6],[15,-16],[4,-6],[7,-6],[4,-6],[6,-6],[3,-4],[2,-5],[2,-9],[8,-17],[8,-12],[1,-3],[0,-3],[-1,-2],[-2,-1],[-6,-3],[-3,-2],[-1,-2],[-1,-2],[0,-4],[2,-4],[2,-2],[4,-1],[8,0],[3,1],[3,1],[2,1],[0,1],[1,2],[1,6],[1,2],[1,1],[3,1],[2,0],[4,-2],[1,-4],[1,-4],[0,-4],[1,-5],[2,-3],[3,-2],[4,0],[3,1],[8,3],[4,1],[5,0],[3,-2],[0,-2],[-1,-3],[-2,-4],[-3,-5],[-1,-5],[0,-6],[1,-6],[2,-6],[3,-4],[5,-10],[2,-5],[2,-38],[5,-11],[4,-6],[5,-3],[5,0],[4,2],[7,5],[9,4],[8,5],[4,2],[3,1],[3,-1],[3,-1],[8,-5],[6,-2],[7,-2],[9,0],[14,2],[24,-1]],[[4498,3940],[17,-4],[3,-1],[4,-1],[2,0],[3,2],[1,2],[2,6],[2,2],[2,0],[4,-1],[11,-6],[6,-2],[9,5],[5,5],[6,4],[4,3],[11,1],[5,2],[3,4],[3,3],[5,4],[6,4],[20,9],[31,19],[11,1],[12,2],[14,10],[16,2],[12,-3],[6,-4],[4,-3],[5,-5],[1,0],[3,-1],[5,0],[2,0],[2,0],[3,-1],[3,-1],[3,2],[3,3],[1,4],[2,4],[3,2],[5,1],[8,-1],[3,1],[2,3],[1,4],[-1,5],[-2,5],[0,4],[2,3],[3,1],[3,2],[2,2],[-1,3],[-2,2],[-9,7],[-3,3],[-1,3],[0,3],[2,3],[10,15],[2,4],[2,4],[-1,3],[-2,5],[0,2],[0,2],[5,11],[1,5],[0,4],[-1,6],[1,2],[1,2],[11,12],[2,5],[4,9],[3,2],[3,1],[6,-1],[3,-2],[3,0],[4,0],[1,0],[1,-3],[0,-2],[0,-2],[0,-3],[1,-2],[1,-1],[0,-2],[0,-3],[-1,-6],[1,-4],[2,-3],[3,-4],[16,-13],[2,-2],[1,-2],[2,-3],[1,-2],[0,-3],[-1,-2],[-4,-9],[-1,-3],[0,-3],[1,-3],[1,-2],[2,-2],[3,0],[4,0],[3,-1],[4,-2],[2,0],[3,4],[1,3],[1,7],[1,2],[2,3],[4,2],[5,3],[10,6],[10,3],[3,3],[3,4],[2,3],[0,4],[-2,8],[0,3],[1,2],[4,2],[6,1],[4,-1],[3,-2],[3,-3],[4,-1],[5,-1],[3,-1],[0,-3],[0,-5],[0,-2],[1,-3],[2,-1],[3,-1],[12,0],[2,1],[12,5],[3,1],[3,1],[4,-1],[3,1],[3,3],[1,8],[0,4],[-1,3],[-2,1],[-1,2],[1,4],[1,2],[15,17],[-1,4],[-1,1],[-1,1],[-1,0],[-6,-1],[-2,1],[-1,1],[-2,6],[-5,6],[0,3],[0,2],[1,3],[0,3],[0,2],[1,2],[0,2],[8,7],[4,4],[3,4],[7,11],[4,5],[5,5],[3,2],[4,0],[4,0],[3,-2],[3,-3],[3,-2],[4,0],[17,7],[5,4],[7,6],[10,8],[5,2],[7,2],[4,2],[4,3],[1,3],[0,2],[-2,1],[-1,1],[-2,1],[0,1],[-1,4],[-1,1],[-2,0],[-2,1],[-1,0],[-1,0],[-2,1],[-6,8],[-1,1],[-2,6],[-1,2],[-2,2],[-2,1],[-1,2],[0,2],[0,3],[5,2],[2,1],[3,1],[3,0],[4,-1],[1,-1],[3,-2],[8,-2],[3,-2],[7,-5],[4,0],[4,2],[2,2],[0,3],[-1,2],[-1,2],[0,1],[4,3],[1,2],[0,3],[-3,10],[1,3],[2,1],[3,-2],[3,-2],[2,-3],[1,-3],[1,-8],[2,-2],[1,-1],[3,1],[3,2],[2,4],[2,7],[2,2],[3,2],[5,2],[3,3],[2,4],[1,4],[1,3],[1,3],[2,2],[3,-1],[3,-4],[5,-9],[2,-3],[13,-14],[5,-6],[1,-3],[6,-18],[2,-3],[2,-1],[2,0],[1,1],[1,4],[0,3],[0,3],[-1,2],[-1,2],[0,3],[1,2],[1,1],[0,1],[2,1],[2,1],[3,0],[2,0],[7,-3],[5,-11],[3,-13],[1,-2],[3,-4],[3,-9],[1,-4],[1,-1],[1,-2],[2,-2],[2,-3],[2,-3],[1,-1],[1,-1],[1,-1],[3,-2],[1,-1],[15,1],[15,0],[18,3],[5,0],[4,-1],[3,-2],[3,-1],[9,-1],[2,-1],[5,-3],[3,-1],[6,1],[22,5],[20,2],[6,2],[5,3],[5,7],[3,5],[3,9],[1,2],[2,1],[4,-1],[3,0],[2,1],[12,13],[1,2],[0,2],[0,1],[-1,1],[0,2],[0,2],[1,2],[2,4],[0,1],[0,1],[-2,4],[0,2],[1,2],[2,1],[4,-1],[3,0],[4,-1],[4,1],[10,8],[3,3],[23,10],[4,0],[1,-2],[2,-1],[2,0],[4,3],[2,4],[0,4],[0,3],[-1,2],[-1,2],[0,1],[1,2],[3,1],[4,0],[11,0],[4,-1],[2,-1],[3,-3],[1,-2],[1,-7]],[[4152,2623],[-1,-1],[-2,-2],[0,-1]],[[4143,2605],[-10,-5],[-8,-1],[-15,4],[-5,0],[-8,-1],[-3,1],[-1,1],[0,2],[0,1],[1,2],[1,2],[1,2],[0,2],[1,3],[-1,1],[-7,0],[-5,2],[-7,5],[-2,0],[-2,0],[-2,-2],[0,-1],[0,-2],[2,-2],[2,-2],[2,-1],[2,-2],[0,-1],[0,-3],[-1,-2],[-3,-2],[-7,-2],[-6,-2],[-5,-4],[-5,-5],[-2,-4],[0,-2],[0,-2],[1,-2],[0,-2],[0,-3],[-2,-4],[-26,-15],[-18,-7],[-6,-1],[-4,1],[-3,1],[-4,0],[-1,-1],[-2,-3],[0,-2],[1,-3],[1,-1],[2,-2],[2,-1],[2,-1],[2,-2],[2,-1],[0,-2],[-2,-4],[-3,-1],[-3,0],[-3,1],[-6,0],[-5,0],[-8,4],[-1,2],[-1,2],[1,2],[0,3],[-1,5],[-3,2],[-4,1],[-21,-4],[-6,0],[-3,2],[-2,3],[-2,4],[-4,5],[-4,2],[-3,2],[-6,1],[-4,0],[-7,-1],[-6,-2],[-1,-1],[-2,-2],[0,-2],[-1,-5],[0,-3],[-3,-6],[-1,-3],[0,-2],[1,-3],[0,-3],[-2,-4],[-11,-5],[-2,-2],[-3,-3],[-6,-5],[-6,-9],[-5,-3],[-3,-1],[-3,1],[-3,2],[-3,3],[-4,1],[-4,-1],[-4,-3],[-11,-16],[-7,-9],[-3,-2],[-3,-2],[-4,-1],[-11,-1],[-7,-1],[-4,0],[-4,2],[-2,2],[-4,1],[-8,1],[-2,0],[-2,2],[-1,5],[-1,1],[-1,1],[-2,1],[-2,1],[-7,1],[-6,0],[-2,-1],[-2,-1],[-1,-5],[0,-2],[-2,-3],[-2,-3],[-4,-2],[-3,0],[-3,1],[-1,3],[-1,4],[-2,3],[-4,2],[-14,-1],[-4,-1],[-7,-2],[-13,-2],[-3,-1],[-3,-2],[-2,-5],[-2,-3],[-3,-2],[-3,0],[-4,0],[-3,-2],[-2,-2],[-3,-4],[-1,-3],[-1,-3],[-1,-9],[0,-3],[-3,-5],[-5,-21],[-9,-22],[-1,-2],[-2,-2],[-12,-9],[-3,0],[-2,0],[-2,2],[-2,1],[-1,0],[-1,-2],[-1,-2],[1,-4],[-1,-5],[-2,-5],[-13,-13],[-4,-2],[-3,-1],[-2,-1],[-6,0],[-4,0],[-2,1],[-9,2],[-16,10],[-8,7],[-14,19]],[[3509,2387],[2,3],[3,4],[1,3],[0,3],[-3,8],[0,5],[1,2],[0,1],[1,1],[2,0],[3,0],[2,0],[2,-1],[2,-3],[1,0],[1,1],[2,0],[2,3],[1,0],[3,0],[2,1],[2,0],[3,2],[1,1],[1,2],[-1,8],[1,2],[1,2],[2,1],[2,0],[2,0],[2,-1],[2,-1],[20,-13],[3,-2],[4,0],[1,2],[0,3],[-1,3],[-5,7],[-4,2],[-3,2],[-3,1],[-1,1],[0,2],[1,3],[8,10],[4,5],[0,1],[1,3],[2,7],[1,3],[1,2],[2,1],[6,3],[2,2],[3,3],[2,4],[0,4],[1,8],[1,3],[2,3],[5,5],[2,3],[1,3],[2,7],[0,1],[1,2],[0,2],[0,2],[0,3],[1,5],[0,3],[0,3],[-1,3],[-1,3],[-1,1],[-2,1],[-4,-4],[-2,-2],[-1,0],[-3,-1],[-2,0],[-1,0],[-2,1],[-12,10],[-2,0],[-3,0],[-1,0],[-2,0],[-2,1],[-1,0],[-3,2],[-2,1],[-2,0],[-5,-3],[-2,0],[-2,2],[-1,4],[-1,3],[-3,3],[-2,2],[-1,2],[-1,2],[-1,3],[1,2],[1,2],[1,1],[1,2],[0,1],[-1,14],[1,4],[0,3],[1,2],[1,4],[-2,9],[1,4],[0,3],[3,6],[0,3],[0,2],[-2,1],[-3,1],[-2,-1],[-4,-1],[-2,0],[-1,0],[-2,1],[-4,2],[-2,1],[-2,0],[-2,-1],[-4,-3],[-2,0],[-2,-1],[-4,1],[-6,1],[-6,2],[-3,0],[-5,1],[-1,0],[-3,2],[-2,2],[-11,12],[-2,2],[-3,1],[-3,0],[-2,0],[-6,-3],[-3,0],[-2,2],[-2,4],[-1,3],[0,3],[1,2],[2,0],[6,-1],[2,0],[2,1],[2,1],[0,2],[-1,3],[-3,5],[-2,3],[-1,3],[1,4],[3,5],[1,4],[-1,4],[-1,7],[-4,8],[-15,8],[-9,-5],[-1,0],[-2,0],[-3,1],[-4,0],[-3,0],[-4,-3],[-5,-7],[-2,-2],[-2,0],[-1,1],[-1,2],[0,3],[-1,7],[0,2],[0,2],[2,2],[6,5],[1,1],[1,1],[0,1],[0,9],[0,2],[-1,2],[-1,1],[-1,0],[-2,-1],[-4,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-3],[-3,-2],[-3,-1],[-4,1],[-3,2],[-2,2],[-1,1],[-2,0],[-7,0],[-5,2],[-3,0],[-3,-2],[-1,-1],[-2,-2],[0,-2],[0,-3],[1,-2],[2,-2],[2,-2],[1,-2],[0,-2],[-1,-2],[-1,-2],[-3,-2],[-6,-4],[-3,-2],[-4,-4],[-2,-1],[-3,-1],[-5,-2],[-3,-1],[-2,-3],[-1,-3],[-1,-4],[-1,-3],[-2,-2],[-2,0],[-2,2],[-1,2],[-2,2],[-2,1],[-5,0],[-3,-1],[-3,-1],[-2,-1],[-2,-2],[-1,-2],[1,-2],[1,-3],[-1,-1],[-3,-1],[-6,1],[-4,-1],[-8,-4],[-8,-6],[-2,-1],[-2,0],[-7,1],[-1,0],[-3,-2],[-1,0],[-2,1],[-1,5],[0,8],[0,3],[-3,7],[-1,3],[-1,4],[-2,2],[-4,3],[-2,2],[-1,2],[0,3],[-2,2],[-1,1],[-10,-2],[-6,2],[-5,1],[-2,0],[-3,-1],[-3,0],[-3,2],[-4,2],[-4,2],[-2,1],[-6,-1],[-3,0],[-5,6],[-3,2],[-2,0],[-2,-1],[-7,-5],[-2,0],[0,1],[-1,4],[1,2],[-1,2],[-1,2],[-1,0],[-2,0],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-1,-1],[1,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-5,-1],[-1,-2],[0,-1],[1,-1],[2,-2],[2,-1],[2,-1],[1,-2],[0,-4],[0,-3],[1,-2],[1,-5],[0,-3],[-1,-2],[-3,-2],[-3,0],[-4,0],[-3,0],[-5,2],[-2,0],[-2,0],[-1,-2],[-1,-2],[-1,-3],[-2,-1],[-3,1],[-3,3],[-4,4],[-2,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,-3],[-1,-2],[-2,-2],[-1,-1],[-2,1],[-2,4],[-1,5],[-1,8],[-1,4],[2,4],[1,2],[5,4],[1,3],[1,2],[1,2],[1,2],[1,2],[1,1],[1,0],[2,2],[1,2],[0,3],[-2,3],[-1,2],[-6,6],[-2,2],[-4,7],[-3,5],[-2,1],[-1,1],[-2,2],[-1,4],[0,6],[1,2],[1,2],[1,2],[-1,2],[-2,4],[-19,17],[-2,3],[0,2],[3,3],[2,1],[4,1],[1,0],[2,3],[2,2],[2,1],[1,0],[2,-1],[2,-1],[3,-3],[2,-1],[2,0],[1,0],[1,1],[2,0],[1,-2],[0,-3],[3,-15],[1,-7],[2,-3],[1,-3],[2,-1],[1,-1],[5,-2],[5,-2],[9,-2],[3,-1],[2,-1],[2,-1],[3,-4],[2,-2],[3,-1],[3,-1],[6,1],[8,0],[4,0],[20,5],[2,0],[2,-1],[3,-1],[2,-1],[4,0],[1,-1],[1,-1],[2,-2],[4,-8],[5,-7],[1,-4],[0,-3],[0,-2],[-1,-3],[2,-1],[2,-1],[6,-2],[5,-2],[4,-1],[2,1],[2,1],[0,2],[-1,3],[-4,7],[0,1],[0,2],[1,6],[-1,2],[-1,1],[-4,2],[-2,1],[-2,3],[-1,1],[0,1],[-1,7],[-1,1],[-4,4],[-1,2],[-1,2],[0,1],[1,2],[7,9],[2,2],[0,3],[0,1],[-2,2],[-5,0],[-2,1],[-1,1],[1,1],[1,1],[5,4],[6,6],[2,2],[2,0],[5,1],[13,1],[4,0],[3,2],[1,1],[1,2],[0,2],[-1,2],[-3,8],[0,3],[0,2],[0,3],[3,6],[0,3],[-1,1],[-3,1],[-9,1],[-2,1],[-1,1],[0,2],[0,2],[-1,1],[-1,1],[-2,2],[-4,2],[-2,0],[-2,0],[-4,-2],[-1,-2],[-1,-3],[1,-2],[1,-3],[1,-3],[6,-7],[1,-3],[0,-3],[-3,-2],[-4,0],[-4,3],[-3,3],[-5,7],[-3,2],[-4,1],[-8,2],[-4,2],[-1,2],[0,2],[0,3],[-1,1],[-1,2],[-3,0],[-5,-1],[-8,-1],[-6,-1],[-5,1],[-3,1],[-6,4],[-3,0],[-2,-1],[-5,-4],[-3,-5],[-4,-5],[-1,-2],[-1,-3],[0,-9],[0,-2],[-1,-2],[-2,-1],[-3,-1],[-5,0],[-7,2],[-8,2],[-9,1],[-19,3],[-1,3],[2,3],[1,3],[2,2],[0,2],[0,2],[-2,2],[-10,4],[-2,2],[-3,2],[-1,3],[-1,3],[-1,3],[0,5],[1,2],[1,3],[2,1],[1,1],[2,1],[1,0],[2,-1],[2,0],[2,0],[2,1],[1,2],[1,4],[1,2],[3,3],[1,1],[0,3],[0,2],[-2,4],[-2,2],[-2,1],[-6,0],[-7,1],[-3,-1],[-1,0],[-5,-2],[-2,-1],[-1,0],[-2,1],[-1,1],[-3,5],[-3,7],[-1,3],[-3,3],[-2,1],[-2,1],[-5,2],[-1,1],[-2,2],[-3,15],[-1,5],[0,4],[2,7],[3,8],[2,5],[1,3],[0,4],[-1,10],[1,3],[2,1],[6,2],[2,1],[0,1],[1,1],[5,20],[1,8],[0,5],[1,6],[0,3],[-1,2],[-3,4],[-2,1],[-2,1],[-2,0],[-2,1],[-6,4],[-2,1],[-9,2],[-2,0],[-1,1],[0,1],[2,4],[3,2],[1,2],[1,1],[1,3],[0,4],[0,7],[6,10],[4,-2],[27,-15],[5,-1],[8,0],[4,-2],[6,-2],[3,-1],[3,1],[5,2],[3,1],[4,0],[2,-1],[2,0],[2,-2],[1,-1],[2,-3],[1,-1],[2,-1],[3,1],[2,1],[2,1],[8,7],[2,3],[2,4],[2,8],[2,4],[2,3],[2,2],[2,2],[1,3],[1,3],[0,4],[0,6],[-1,6],[-5,15],[-3,20],[-3,5],[-3,2],[-3,1],[-11,3],[-3,1],[-1,2],[-1,4],[-3,16],[-2,5],[-2,3],[-2,1],[-1,2],[-2,3],[-1,5],[-3,6],[-1,1],[0,1],[-1,3],[2,2],[3,-1],[5,-4],[1,0],[1,0],[1,2],[1,4],[0,14],[-3,13],[0,2],[0,2],[1,2],[2,4],[3,3],[3,2],[3,0],[3,0],[2,0],[4,-2],[3,0],[2,1],[0,3],[-2,7],[-5,7],[-3,7],[-2,2],[-1,0],[-2,1],[-2,1],[-1,4],[0,6],[1,13],[0,8],[2,3],[-1,4],[13,15],[22,12],[6,2],[19,3],[3,-1],[6,-2],[3,-1],[13,-2],[39,0],[1,-1],[4,0],[3,4],[6,5],[2,3],[1,3],[-1,13],[0,7],[1,8],[0,5],[-2,17],[1,6],[1,5],[1,3],[1,4],[-1,8],[1,4],[2,3],[1,1],[9,5],[3,2],[2,3],[2,3],[0,4],[-1,4],[-3,2],[-2,3],[-12,6],[-6,1],[-20,-1],[-5,1],[-32,7],[-2,3],[-9,11],[1,1],[4,3],[12,7],[10,7],[9,5],[2,2],[1,3],[1,4],[1,3],[3,2],[6,3],[3,1],[2,3],[1,3],[1,6],[2,3],[0,2],[0,2],[-2,1],[-2,1],[-3,-1],[-3,-1],[-1,1],[0,1],[2,3],[2,3],[6,4],[1,2],[-1,1],[-2,3],[-6,4],[-2,1],[0,2],[0,3],[1,13],[2,3],[1,2],[3,1],[0,4],[0,38],[1,6],[2,6],[3,6],[4,5],[1,5],[-1,5],[-8,12],[-2,5],[-1,12],[-1,2],[-3,2],[-3,1],[-6,1],[-3,2],[-3,2],[-1,3],[0,5],[3,8],[38,47],[3,7],[3,7],[3,3],[3,2],[4,0],[4,1],[3,2],[2,3],[1,5],[3,3],[3,2],[15,3],[1,1],[1,0],[9,17],[1,3],[-1,3],[-3,0],[-6,-1],[-4,-2],[-7,-4],[-3,-1],[-3,-1],[-2,1],[-1,1],[-2,8],[-11,-1],[-4,-1],[-6,1],[-4,0],[-3,1],[-3,1],[-4,3],[-5,2],[-10,4],[-4,6],[4,7],[9,11],[4,7],[2,3],[3,1],[11,5],[3,2],[2,2],[0,3],[0,4],[-2,3],[-2,2],[-4,4],[-1,1],[-1,1],[0,1],[1,2],[1,4],[3,3],[2,2],[2,1],[3,1],[3,2],[3,2],[19,17],[2,2],[1,3],[-1,5],[-1,9],[-3,9],[-3,5],[-2,3],[-10,8],[-2,3],[0,2],[1,3],[1,2],[3,1],[4,0],[2,1],[1,1],[1,1],[0,3],[-3,16],[-6,14],[-1,4],[1,4],[2,4],[2,4],[0,3],[0,2],[-10,5]],[[3297,4094],[2,7],[0,2],[-2,3],[-1,2],[-14,9],[0,2],[2,2],[3,3],[3,2],[3,2],[2,3],[1,5],[0,7],[1,2],[2,2],[1,3],[-1,1],[-1,3],[1,2],[5,4],[2,2],[2,4],[2,2],[3,3],[2,1],[3,1],[13,1],[3,0],[3,1],[3,1],[2,3],[2,4],[2,8],[1,5],[-1,4],[-1,2],[-1,3],[1,4],[2,3],[4,3],[4,1],[3,1],[7,-1],[2,0],[2,0],[2,4],[10,20],[3,5],[3,4],[3,1],[5,3],[3,1],[4,0],[6,2],[2,1],[0,3],[-1,2],[-2,3],[-2,2],[-13,9],[-4,3],[-1,2],[0,3],[1,4],[-1,3],[-2,1],[-2,0],[-2,0],[-2,0],[-2,2],[-1,1],[0,1],[0,3],[0,2],[-1,1],[-2,1],[-2,1],[-4,-1],[-2,0],[-1,1],[0,1],[-1,2],[0,3],[0,3],[-1,3],[-2,5],[0,3],[1,1],[4,2],[3,3],[3,3],[4,5],[3,2],[2,2],[3,1],[2,2],[1,1],[0,3],[-1,2],[0,2],[0,3],[1,4],[3,8],[3,10],[2,2],[2,4],[7,7],[0,2],[-1,1],[-6,3],[-1,0],[0,2],[1,2],[5,3],[3,2],[3,2],[2,1],[3,0],[3,0],[2,0],[6,-2],[3,0],[6,0],[2,0],[1,0],[7,-11],[3,-3],[4,-2],[4,-2],[4,0],[4,0],[5,1],[3,0],[1,0],[4,-1],[4,-1],[8,0],[4,1],[2,1],[1,3],[1,6],[0,4],[-3,14],[0,3],[1,3],[2,2],[1,3],[2,2],[4,9],[2,4],[4,3],[2,2],[3,1],[13,2],[3,1],[2,2],[2,2],[1,2],[0,4],[-1,15],[1,7],[1,5],[6,10],[1,6],[3,4],[3,3],[10,6],[3,2],[1,3],[1,2],[1,4],[0,2],[-1,3],[-3,2],[-2,1],[-4,1],[-2,3],[-11,24],[-2,8],[2,8],[13,-4],[4,-3],[1,-1],[2,-3],[3,-7],[1,-1],[1,-1],[2,-1],[19,-7],[2,0],[3,1],[1,1],[1,2],[0,1],[1,0],[1,1],[2,1],[3,0],[2,1],[2,0],[2,0],[4,-2],[2,-1],[3,0],[5,0],[5,1],[5,-1],[19,-7],[11,-6],[1,0],[8,1],[12,0],[8,-4],[2,-2],[4,-4],[2,0],[3,-2],[1,-1],[0,-2],[1,-1],[8,-23],[1,-1],[1,-2],[3,-1],[8,-2],[2,-2],[1,-1],[0,-3],[1,-2],[2,-2],[3,-1],[6,-1],[3,-2],[2,-1],[0,-1],[0,-1],[3,-1],[3,1],[8,1],[4,1],[3,2],[3,7],[2,1],[1,2],[13,5],[20,3],[4,0],[3,0],[6,-2],[3,-2],[2,-2],[4,-7],[1,-2],[2,-1],[4,-1],[27,-3],[4,-2],[2,-2],[5,-6],[1,-1],[3,-1],[2,-1],[5,-1],[25,1],[1,-1],[3,0],[8,-1],[3,0],[1,-2],[1,-1],[1,-2],[1,-1],[3,-1],[2,0],[2,0],[2,0],[3,3],[2,2],[0,2],[0,3],[1,3],[1,2],[2,1],[5,3],[23,6],[2,1],[1,2],[5,1],[19,-3],[3,-4],[2,-2],[8,-6],[2,-3],[4,-7],[2,-3],[1,-1],[1,-1],[2,0],[6,-2],[4,-2],[4,-1],[1,0],[1,-1],[2,-1],[3,-6],[3,-2],[1,-2],[1,-2],[2,-6],[0,-3],[0,-4],[-1,-11],[-1,-5],[-1,-5],[0,-6],[-1,-5],[-1,-3],[-1,-1],[-4,-3],[-1,-2],[0,-2],[0,-1],[1,-3],[-1,-6],[0,-6],[2,-6],[3,-7],[-8,-3],[-8,-6],[-7,-9],[-3,-9],[1,-10],[5,-2],[16,4],[3,-5],[4,-21],[3,-11],[0,-15],[-1,-6],[-3,-3],[-11,-9],[1,-1],[15,-8],[11,-4],[11,-10],[7,-5],[2,-1],[5,-10],[2,-1],[25,-2],[23,2],[3,1],[6,4]],[[4743,3605],[3,-2],[4,-1],[7,-1],[8,-4],[3,0],[4,0],[4,2],[-6,2],[2,1],[4,0],[3,1],[2,2],[0,5],[-1,1],[-1,1],[-1,1],[-1,-2],[-3,-3],[-2,-2],[-3,0],[-10,0],[-4,1],[-1,3],[2,5],[-2,-1],[-3,-1],[-2,-2],[-2,-2],[-2,-1],[-2,-1],[0,-2]],[[2942,2051],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-3,-1],[-5,-1],[-4,-3],[-2,-3],[-2,-3],[-3,-3],[-4,-3],[-7,-1],[-5,0],[-7,2],[-4,2],[-8,1],[-2,-3],[0,-3],[0,-3],[1,-5],[0,-2],[-2,-5],[0,-2],[1,-2],[1,-3],[1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[1,-2],[3,-3],[14,-2],[34,-11],[3,-1],[7,-6],[2,-2],[4,-2],[4,-1],[4,-1],[3,-3],[7,-10],[8,-4],[-3,-8],[-19,-13],[-3,-2],[-6,-9],[-1,-3],[0,-3],[2,-2],[3,-1],[3,0],[7,3],[2,0],[2,0],[2,0],[7,-4],[3,0],[3,0],[7,1],[22,1],[4,1],[2,1],[9,7],[2,1],[2,-1],[0,-2],[-1,-6],[-1,-3],[-2,-4],[-1,-2],[0,-3],[3,-3],[2,-2],[2,-2],[3,-3],[2,-6],[4,-10],[2,-5],[3,-3],[2,-2],[2,-1],[0,-2],[-1,-3],[-3,-1],[-3,-1],[-2,0],[-6,3],[-3,1],[-3,0],[-2,-1],[-2,-2],[-1,-2],[-2,-3],[-1,-4],[-1,-4],[1,-5],[1,-5],[4,-8],[4,-3],[5,-2],[16,-5],[15,-7],[3,-2],[2,-3],[1,-3],[2,-5],[1,-3],[2,-3],[3,-2],[2,-1],[3,-1],[1,-1],[1,-2],[1,-4],[0,-3],[-1,-3],[-1,-5],[-1,-4],[0,-11],[-1,-5],[-4,-5],[-4,-1],[-4,-1],[-3,-1],[-2,-2],[0,-4],[2,-25],[-2,-16],[0,-1],[0,-2],[-3,-6],[-1,-10],[0,-4],[1,-3],[2,-3],[4,-6],[2,-4],[1,-4],[-1,-8],[0,-4],[1,-3],[2,-2],[7,-4],[3,-3],[4,-4],[6,-7],[3,-2],[2,-1],[3,-1],[2,0],[4,-3],[4,0],[5,2],[11,8],[14,12],[3,3],[4,2],[14,4],[11,6],[8,2],[5,-4],[1,-1],[7,-12],[2,-3],[2,-6],[0,-6],[2,-5],[2,-2],[4,-3],[1,-1],[1,-2],[0,-4],[-1,-5],[-15,-30],[-1,-4],[0,-2],[5,-10],[6,-19],[0,-3],[-1,-5],[-9,-17],[0,-3],[-1,-4],[2,-12],[2,-7],[0,-6],[-1,-4],[-15,-47],[0,-3],[0,-2],[1,-1],[1,-1],[1,-1],[2,-1],[3,-1],[2,0],[2,-1],[1,-1],[3,-3],[2,-2],[3,0],[3,0],[14,7],[2,0],[6,0],[2,0],[2,-1],[2,-2],[2,-6],[3,-4],[9,-12],[2,-4],[0,-7],[-9,-8],[-2,-2],[-2,-4],[-7,-23],[-9,-13],[-18,-55],[-7,-18],[-7,-9],[-11,-7],[-2,-2],[-1,-1],[1,-5],[7,-20],[4,-8],[5,-4],[5,-3],[3,-2],[2,-2],[0,-1],[1,-1],[0,-4],[-6,-17],[-13,-20],[-4,-5],[0,-2],[0,-4],[1,-3],[1,-2],[0,-5],[0,-3],[1,-3],[2,-3],[2,-3],[15,-11],[6,-6],[2,-3],[1,-3],[0,-3],[-2,-5],[-3,-4],[-6,-6],[-4,-3],[-2,0],[-2,1],[-2,2],[-1,1],[-1,-1],[0,-1],[0,-3],[0,-3],[3,-8],[0,-3],[-1,-4],[-3,-4],[-6,-8],[-4,-6],[-1,-3],[0,-2],[0,-3],[0,-2],[-1,-2],[-1,-2],[-2,-2],[-3,-1],[-6,1],[-1,0],[-1,-1],[-3,-2]],[[2595,2167],[0,4],[-1,4],[2,7],[5,5],[2,-2],[2,-1],[4,2],[3,2],[4,3],[3,2],[5,0],[0,5],[-5,1],[-4,-2],[-5,-2],[-4,2],[-5,1],[-4,-4],[-3,-3],[-4,-2],[-2,-2],[-2,-2],[-6,1],[-5,1],[-6,-3],[0,-18],[0,-6]],[[2454,2389],[14,4],[7,1],[4,-1],[2,-1],[2,0],[0,-1],[1,-2],[0,-1],[1,-5],[1,-2],[1,-2],[2,-2],[1,-1],[2,0],[6,-1],[1,0],[2,-1],[0,-1],[-1,-3],[0,-1],[1,-1],[1,-2],[2,-1],[2,0],[2,0],[1,1],[3,2],[3,2],[4,0],[3,-1],[7,-4],[2,-2],[1,-1],[-1,-1],[0,-2],[-1,-2],[0,-2],[1,-2],[1,-3],[2,-3],[2,0],[3,0],[2,1],[2,1],[3,0],[2,-2],[5,-7],[2,-2],[2,-1],[2,0],[2,1],[2,1],[1,1],[2,2],[4,0],[14,-4],[-2,-6],[-4,-5],[-1,-4],[0,-2],[1,-2],[4,-4],[2,-3],[2,-3],[1,-1],[1,0],[0,-1],[1,0],[2,-1],[4,-6],[1,-1],[1,-1],[1,0],[2,0],[9,3],[2,0],[3,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-5,-3],[-1,-2],[0,-3],[0,-5],[0,-2],[2,-2],[4,-4],[3,-5],[2,-6],[2,-9],[1,-4],[1,-2],[2,0],[1,0],[2,-1],[3,1],[2,0],[2,-1],[5,-4],[29,-33],[5,-5],[10,-2],[3,-1],[4,-3],[2,-2],[2,-3],[2,-3],[1,-2],[2,-1],[2,0],[4,1],[3,0],[3,-1],[7,-5],[2,-2],[2,0],[3,-1],[1,1],[3,0],[2,0],[2,0],[4,-1],[2,-1],[1,-3],[1,-10],[2,-5],[2,-3],[5,-5],[5,-5],[5,-3],[5,-2],[6,-2],[6,-1],[7,0],[17,-4],[7,0],[12,7],[11,3],[5,0],[2,-1],[1,-3],[1,-7],[-2,-11],[1,-4],[1,-2],[4,-3],[3,-1],[2,0],[2,1],[3,1],[3,1],[5,0],[3,-2],[3,-1],[3,-3],[2,-2],[3,-6],[1,-2],[3,-3],[2,-1],[1,0],[3,2],[2,0],[4,0],[2,-1],[2,-2],[7,-10],[4,-4],[3,-1],[2,-1],[6,-1],[2,-1],[3,1],[4,1],[2,1],[4,-1],[2,-1],[1,-3],[1,-3],[0,-6],[2,-6],[4,-6]],[[6151,5297],[6,-9],[3,-1],[6,-2],[5,-1],[5,-2],[5,-4],[16,-10],[5,-1],[4,0],[5,0],[5,-1],[16,-6],[8,-5],[5,-4],[3,-4],[1,-1],[1,-2],[1,-6],[0,-3],[0,-3],[0,-2],[-4,-8],[1,-5],[3,-6],[8,-9],[5,-2],[4,2],[1,3],[2,3],[2,2],[3,1],[3,1],[2,3],[2,3],[2,3],[2,2],[5,0],[6,-1],[11,-5],[5,-5],[2,-5],[2,-12],[2,-7],[2,-4],[2,-5],[4,-3],[7,-3],[42,-9],[5,-3],[2,-4],[0,-5],[-1,-8],[0,-5],[1,-4],[2,-5],[10,-14],[3,-5]],[[4498,3940],[-1,4],[0,5],[0,6],[1,5],[0,2],[1,2],[1,1],[2,0],[2,0],[1,-1],[3,-1],[1,-1],[1,0],[2,0],[1,1],[1,1],[1,2],[0,5],[0,3],[1,3],[2,3],[1,2],[3,3],[1,2],[1,4],[1,7],[0,10],[0,3],[0,2],[0,2],[2,3],[3,4],[1,1],[1,1],[1,2],[3,10],[1,5],[1,5],[1,3],[-1,3],[-2,4],[-1,2],[0,1],[0,2],[1,3],[2,3],[2,3],[4,10],[2,2],[2,1],[1,-1],[2,0],[3,0],[6,1],[16,7],[3,1],[1,2],[4,7],[2,1],[2,1],[3,1],[8,2],[2,0],[3,2],[2,3],[10,17],[6,7],[4,4],[12,9],[8,9],[7,6],[7,5],[3,2],[3,1],[3,1],[1,3],[1,4],[-2,4],[-3,2],[-5,3],[-3,2],[-1,2],[0,2],[0,2],[2,2],[2,1],[3,0],[2,1],[3,1],[2,2],[4,6],[2,3],[4,2],[3,2],[3,1],[2,1],[12,1],[4,1],[4,2],[2,3],[5,11],[1,1],[1,1],[1,0],[1,-1],[4,-4],[3,-2],[3,0],[2,5],[2,5],[1,2],[0,1],[3,14],[0,9],[1,2],[1,2],[2,2],[1,1],[1,2],[1,1],[1,1],[8,4],[2,0],[1,2],[1,4],[-1,19],[1,3],[-1,3],[-1,3],[-4,7],[-2,3],[-1,8],[-1,3],[-2,2],[-8,5],[-1,2],[0,3],[2,7],[1,3],[-1,4],[-4,7],[-2,4],[0,4],[-1,5],[1,5],[2,4],[5,11],[1,3],[-1,2],[-3,3],[-6,3],[-1,2],[-1,2],[2,2],[2,2],[5,3],[2,2],[0,3],[-1,3],[-2,4],[-3,2],[-2,1],[-8,2],[-2,1],[-2,1],[-1,1],[-5,11],[-2,3],[-2,1],[-2,1],[-9,2],[-2,2],[-1,3],[1,23],[2,9],[1,4],[-1,5],[-2,7],[-1,6],[0,7],[3,12],[-1,3],[-2,3],[-3,2],[-2,1],[-11,1],[-3,1],[-2,1],[-2,3],[-4,8],[-2,3],[-2,3],[-26,14],[-4,2],[-3,3],[-2,4],[-1,3],[0,3],[0,3],[2,3],[12,22],[3,3],[3,2],[6,3],[10,11],[3,2],[2,0],[2,0],[3,-2],[15,-16],[1,-3],[1,-2],[0,-2],[0,-2],[2,-1],[3,0],[3,0],[1,1],[2,2],[2,6],[1,2],[2,1],[1,2],[2,0],[1,0],[2,-1],[1,0],[2,-1],[10,-9],[4,-3],[3,-2],[1,-2],[1,-1],[0,-2],[1,-1],[0,-1],[2,-1],[1,-1],[4,0],[7,1],[2,-1],[2,-1],[3,-5],[20,-38],[2,-2],[2,-1],[3,0],[2,3],[4,8],[2,2],[1,1],[1,2],[2,1],[3,1],[3,1],[3,0],[30,-4],[4,-2],[8,-4],[3,-1],[12,0],[3,-1],[2,-1],[0,-3],[-1,-3],[-1,-3],[0,-3],[0,-4],[0,-3],[0,-2],[0,-2],[1,0],[5,0],[3,2],[12,9],[3,2],[3,1],[7,2],[3,2],[5,5],[2,2],[0,1],[-1,3],[-6,5],[-1,1],[-1,1],[0,3],[0,3],[4,15],[1,4],[0,4],[-1,5],[-1,1],[-1,0],[-1,1],[-7,0],[-4,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-3,-3],[-3,0],[-2,-1],[-2,1],[-2,1],[-1,1],[-2,1],[-3,4],[-2,2],[-2,1],[-3,0],[-2,0],[-13,0],[-4,0],[-2,0],[-1,1],[-5,5],[-2,1],[-15,7],[-1,3],[0,5],[7,20],[0,4],[0,8],[-2,13],[0,16],[-2,4],[-1,3],[-2,1],[0,2],[0,6],[3,26],[-1,7],[-1,3],[-1,0],[-2,-2],[-1,-1],[-2,0],[-2,2],[-1,2],[-1,6],[-1,5],[-1,2],[-2,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-5,9],[-1,4],[0,4],[6,21],[1,5],[2,5],[0,4],[0,4],[-1,4],[-1,3],[-3,6],[-2,4],[0,3],[-1,35],[0,2],[1,1],[1,2],[1,1],[2,0],[2,0],[9,-2],[2,-1],[2,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-2],[1,-1],[2,-1],[2,1],[5,1],[5,2],[3,3],[3,4],[4,7],[4,5],[5,5],[2,2],[2,1],[3,0],[3,2],[5,5],[14,21],[6,17],[5,8],[1,6],[-1,3],[0,2],[0,1],[2,1],[2,2],[4,0],[26,2],[3,-1],[2,-1],[2,-2],[2,-1],[3,0],[2,1],[4,2],[4,1],[6,1],[6,0],[32,6],[4,-1],[4,-3],[2,-2],[2,-2],[2,-1],[3,-1],[4,-1],[3,-1],[2,-2],[5,-4],[2,-1],[3,-1],[16,1],[4,1],[4,1],[6,5],[4,4],[3,6],[9,23],[3,4],[7,9],[1,3],[-1,2],[0,1],[-1,0],[0,2],[1,2],[1,3],[2,3],[1,3],[3,2],[3,0],[4,0],[13,-6],[3,0],[2,-1],[3,0],[3,1],[2,2],[1,4],[0,6],[-1,3],[-1,4],[-2,2],[-11,9],[-2,2],[-1,3],[-1,3],[-1,8],[1,3],[2,7],[3,9],[0,3],[2,5],[29,44],[5,9],[1,5],[0,8],[1,3],[2,2],[4,0],[3,0],[2,-2],[2,-1],[1,0],[2,1],[1,3],[0,5],[1,1],[1,1],[6,0],[2,0],[2,0],[2,6],[-1,5],[-1,2],[1,2],[3,8],[0,2],[0,3],[-2,1],[-2,2],[-9,5],[-3,2],[-1,2],[-1,3],[0,3],[1,11],[2,3],[2,2],[5,3],[3,1],[3,1],[2,2],[0,3],[0,2],[-2,2],[-1,1],[-4,3],[-1,3],[1,3],[3,5],[15,21],[5,5],[5,3],[8,4],[18,6],[4,2],[26,22],[7,4],[12,4],[12,1],[5,1],[4,1],[3,3],[9,9],[2,3],[1,2],[0,2],[1,3],[0,3],[-1,6],[-1,4],[-6,10],[-1,2],[1,5]],[[5303,5396],[11,-2],[9,-4],[10,-6],[18,-22],[2,-5],[2,-3],[3,-5],[10,-7],[3,-1],[2,0],[7,0],[4,-1],[19,-9],[6,-1],[31,1],[3,1],[20,10],[2,1],[2,2],[1,1],[1,3],[1,2],[0,3],[0,3],[1,2],[2,1],[5,0],[63,2],[5,1],[3,1],[1,2],[2,1],[3,1],[7,1],[5,-1],[19,-4],[10,-4],[2,0],[2,1],[5,5],[2,1],[3,1],[9,1],[2,0],[15,10],[9,6],[7,-17],[4,-17],[1,-11],[0,-8],[-2,-8],[-1,-4],[-2,-4],[-15,-19],[-10,-20],[-3,-5],[-2,-2],[-2,-5],[0,-2],[2,-1],[3,1],[13,4],[2,0],[4,1],[5,-1],[6,-2],[4,-1],[24,-15],[6,-7],[3,-2],[1,-1],[2,1],[2,1],[14,15],[15,13],[3,2],[14,4],[5,4],[5,1],[4,1],[4,0],[4,-1],[4,-1],[28,-16],[18,-4],[14,-3],[8,-2],[2,0],[6,3],[4,2],[5,1],[4,1],[3,2],[3,3],[4,3],[4,1],[2,-1],[1,-3],[0,-3],[-2,-3],[-4,-5],[-1,-3],[0,-2],[0,-3],[-1,-5],[1,-5],[2,-3],[15,-8],[14,3],[6,4],[6,4],[15,20],[2,3],[1,2],[0,3],[-1,2],[0,4],[2,5],[2,7],[1,5],[0,4],[-5,9],[-2,5],[0,5],[2,4],[6,8],[1,5],[0,5],[-2,18],[-2,6],[-2,4],[-8,9],[-3,4],[-1,6],[0,3],[0,1],[1,0],[2,2],[6,2],[3,1],[4,0],[2,1],[1,0],[3,2],[4,7],[3,1],[3,2],[4,-1],[2,-1],[2,-2],[12,-14],[52,-24],[6,-4],[5,-4],[6,-8],[3,-4],[4,-4],[6,-4],[6,-2],[5,-1],[6,0],[4,1],[12,3],[5,1],[3,-1],[3,-1],[30,-18],[14,-11],[12,-6]],[[1927,4650],[0,-11],[0,-5],[-2,-4],[-2,-5],[-2,-1],[-2,-1],[-1,0],[-5,4],[-2,2],[-2,2],[-2,1],[-3,0],[-2,-1],[-5,-3],[-1,-1],[-1,1],[-2,0],[-2,3],[-2,1],[-2,1],[-2,-1],[-5,-3],[-3,-2],[-2,0],[-1,0],[-2,3],[-3,4],[-4,8],[-7,12]],[[1858,4654],[0,3],[-1,13],[-1,2],[-1,2],[-2,2],[-3,2],[-5,3],[-2,2],[-2,2],[-1,2],[0,1],[0,2],[1,2],[1,2],[2,0],[3,0],[5,-1],[3,0],[2,0],[1,1],[4,10],[1,2],[2,1],[2,0],[3,-2],[2,0],[2,0],[6,4],[10,8],[3,1],[2,1],[2,-1],[2,-2],[-1,-5],[-1,-3],[0,-2],[1,-1],[3,-2],[2,0],[3,0],[3,0],[2,0],[2,-1],[0,-2],[0,-3],[-1,-2],[-2,-2],[-21,-10],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[3,-11],[1,-2],[3,-2],[3,-2],[7,1],[3,1],[2,1],[0,2],[1,3],[0,3],[1,2],[1,1],[2,0],[11,-1],[3,-3],[2,-1],[-1,-16]],[[3509,2387],[-21,5],[-9,5],[-14,11],[-10,6],[-5,1],[-4,0],[-5,-7],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-5,-1],[-3,1],[-4,3],[-5,6],[-2,3],[-2,2],[-3,3],[-3,2],[-4,1],[-3,0],[-15,0],[-14,-5],[-4,-14],[-3,-7],[-6,-8],[-1,-3],[0,-2],[0,-2],[2,-2],[1,-1],[0,-3],[-2,-2],[-2,-1],[-3,-1],[-13,-8],[-4,-1],[-3,0],[-3,0],[-6,1],[-3,0],[-3,0],[-7,-2],[-7,-15],[-5,-13],[-1,-7],[1,-5],[2,-1],[1,-4],[0,-3],[-2,-6],[1,-1],[1,-1],[2,0],[2,0],[3,1],[2,0],[2,-1],[1,-3],[0,-5],[-4,-19],[-2,-4],[-3,-4],[-6,-6],[-3,-6],[-10,-10],[-12,-5],[-3,-2],[-3,-3],[-2,-3],[0,-1],[0,-4],[4,-2],[1,-3],[-1,-5],[2,-3],[2,0],[55,-1],[10,-1],[8,-5],[1,-1],[3,-2],[9,-14],[1,-2],[0,-2],[0,-2],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-3,-3],[-3,-3],[-3,-5],[-11,-13],[-4,-8],[-3,-3],[-3,-1],[-3,-1],[-6,-2],[-33,-3],[-3,-1],[-5,-3],[-2,-3],[-5,-7],[-2,-4],[-6,-16],[-3,-5],[-4,-5],[-4,-1],[-9,-1],[-8,-2],[-5,0],[-4,1],[-6,5],[-2,1],[-6,2],[-2,1],[-4,0],[-4,-1],[-4,-2],[-4,-1],[-15,0],[-9,-1],[-4,-1],[-3,-1],[-1,-2],[-1,-6],[-3,-4],[-3,-1],[-5,2],[-17,17],[-4,3],[-5,1],[-3,-1],[-6,-2],[-5,-1],[-7,0],[-4,-2],[-3,-2],[-12,-17],[-8,-12],[-4,-20],[-1,-2],[-2,-3],[-17,5],[-5,1],[-46,-4],[-6,0],[-6,1],[-3,1],[-2,3],[-1,2],[0,3],[1,7],[-2,3],[-3,4],[-9,3],[-7,0],[-5,-1],[-5,-3],[-3,-2],[-3,-3],[-2,-2],[-1,-2],[-2,-3]],[[2216,3042],[10,5],[7,6],[3,1],[1,1],[8,-1],[4,1],[4,1],[5,3],[5,4],[0,2],[1,1],[1,4],[2,7],[2,4],[1,2],[1,4],[0,2],[0,3],[-2,10],[-1,2],[0,3],[1,4],[1,3],[7,14],[1,4],[1,3],[-1,2],[-1,1],[-1,2],[-2,1],[-9,5],[-1,2],[-1,2],[0,3],[0,1],[1,1],[2,1],[9,2],[3,1],[3,2],[1,2],[0,3],[-1,12],[0,2],[-1,2],[-2,2],[-8,9],[-2,2],[0,3],[0,3],[0,3],[0,2],[0,2],[-1,3],[-1,2],[-4,3],[-1,6],[3,5],[3,4],[1,5],[-1,5],[-3,16],[-2,9],[-2,2],[-2,2],[-9,5],[-6,2],[-2,1],[-1,-1],[-5,-2],[-1,-1],[-3,-1],[-4,-1],[-4,0],[-4,2]],[[2219,3274],[-1,4],[-1,3],[-1,2],[1,1],[4,1],[1,2],[2,2],[2,7],[4,5],[15,11],[3,1],[3,1],[2,-1],[1,-1],[1,-2],[0,-2],[0,-4],[-1,-1],[0,-1],[0,-1],[1,-1],[2,0],[10,0],[8,1],[4,2],[3,1],[6,4],[3,3],[5,8],[7,12],[1,3],[-1,3],[-1,2],[-5,3],[0,1],[1,2],[9,11],[6,11],[4,6],[2,4],[2,5],[2,8],[0,4],[-1,3],[-1,1],[-1,1],[-2,1],[-7,1],[-2,1],[-2,1],[0,3],[1,2],[4,3],[2,2],[3,1],[13,0],[2,2],[2,2],[1,6],[-1,10],[2,13],[0,4],[-1,3],[-1,3],[-1,2],[-2,2],[-3,1],[-26,12],[-2,1],[-2,0],[-1,-1],[-3,-2],[-1,-1],[-2,0],[-1,0],[-2,0],[0,2],[-1,3],[1,6],[0,1],[-1,1],[-2,4],[-1,2],[-1,3],[-1,5],[1,2],[1,2],[4,1],[5,0],[3,1],[1,1],[2,1],[0,2],[0,1],[-2,0],[-4,2],[-2,1],[-2,2],[-1,1],[-1,2],[0,2],[0,2],[-1,2],[0,2],[-2,0],[-1,1],[-3,-1],[-2,0],[-2,0],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[-1,4],[-1,1],[0,1],[-1,0],[-2,0],[-2,-1],[-4,-3],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[4,8],[1,6],[2,2],[3,0],[2,-2],[2,-2],[2,-1],[2,-1],[3,1],[1,2],[1,1],[2,6],[1,2],[2,0],[2,0],[1,-2],[2,-1],[1,-2],[2,-1],[2,-1],[2,0],[2,3],[5,5],[2,2],[1,1],[4,2],[2,1],[2,2],[1,2],[1,2],[3,10],[1,2],[1,0],[2,0],[4,-1],[5,-3],[3,-1],[10,-1],[3,0],[1,-1],[1,-2],[0,-5],[1,-2],[3,-4],[1,-2],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[2,0],[3,2],[3,1],[10,9],[3,2],[2,1],[2,0],[6,1],[3,1],[1,2],[1,4],[-8,8],[4,3],[3,2],[1,1],[1,2],[3,9],[1,2],[2,0],[4,0],[2,1],[2,1],[3,2],[2,3],[1,1],[2,1],[4,1],[7,3],[3,2],[2,1],[3,0],[6,0],[4,-2],[4,-1],[2,0],[2,2],[1,1],[0,2],[0,1],[-2,13],[-1,4],[-2,3],[-2,3],[0,1],[0,1],[1,1],[2,2],[14,4],[5,1],[2,2],[3,3],[1,1],[5,4],[1,2],[2,9],[1,1],[2,0],[10,-3],[13,2],[2,1],[2,-1],[1,-3],[1,-3],[2,-3],[2,-2],[6,-2],[1,-1],[1,-2],[3,-3],[3,-2],[5,-2],[3,-2],[3,0],[4,-1],[9,3],[15,8],[0,5],[-1,6],[0,3],[2,2],[3,1],[16,1],[5,1],[5,1],[6,4],[4,1],[17,0],[3,-1],[2,-1],[1,-2],[2,-2],[3,-1],[3,1],[12,4],[3,1],[2,3],[2,2],[4,5],[1,1],[2,0],[3,-2],[8,-7],[4,-3],[4,-1],[4,1],[2,2],[1,2],[1,3],[0,3],[0,3],[-1,3],[-5,6],[0,1],[1,3],[1,1],[4,3],[2,2],[0,3],[-1,4],[-3,5],[-3,3],[-3,2],[-2,3],[-1,4],[0,6],[1,4],[1,3],[2,3],[1,3],[0,3],[0,4],[-2,5],[-1,3],[-3,2],[-5,3],[-1,1],[-1,3],[-2,6],[-1,5],[-6,10],[0,7],[3,3],[4,3],[2,2],[3,3],[4,9],[2,3],[1,2],[3,1],[4,2],[3,-1],[5,-3],[2,-7],[4,-6],[8,-3],[8,1],[3,-1],[4,-3],[2,-3],[1,-4],[2,-2],[5,-1],[5,4],[5,6],[5,3],[4,-4],[8,4],[2,-1],[3,-6],[1,-4],[1,-5],[1,-4],[4,-1],[3,-2],[2,-3],[3,-2],[5,4],[4,1],[10,2],[4,2],[4,-3],[2,0],[4,1],[6,3],[11,6],[5,1],[5,0],[6,-3],[3,0],[3,1],[6,3],[4,1],[4,1],[3,-1],[3,-1],[5,-5],[3,-2],[3,-1],[8,0],[4,0],[9,-2],[4,0],[3,2],[6,4],[2,2],[-1,4],[-2,2],[-7,5],[-2,3],[-2,7],[-1,3],[-3,3],[-2,3],[1,4],[3,4],[2,3],[1,2],[0,2],[-2,3],[0,1],[1,5],[1,2],[-1,3],[-1,2],[-5,5],[-1,3],[0,3],[3,2],[21,6],[6,5],[1,3],[1,2],[2,3],[3,1],[7,3],[2,2],[2,2],[0,2],[0,2],[0,2],[1,2],[2,2],[4,1],[3,1],[1,1],[2,6],[2,2],[3,1],[3,0],[6,-3],[6,0],[3,1],[3,0],[3,-2],[5,-6],[3,-3],[4,-2],[7,-6],[4,-1],[4,15],[3,7],[3,5],[3,2],[6,3],[3,1],[2,2],[1,2],[1,3],[-1,4],[-4,9],[0,6],[4,1],[2,0],[3,0],[17,-5],[4,0],[4,2],[4,4],[4,9],[2,7],[1,6],[-1,8],[0,5],[0,4],[4,15],[1,4],[0,4],[-2,12],[3,4],[4,3],[11,4],[6,1],[9,-2],[2,0],[4,2],[3,2],[4,1],[3,0],[6,-1],[4,0],[2,2],[1,4],[1,3],[1,3],[2,4],[5,4],[18,13],[8,3],[3,1],[3,1],[2,3],[1,3],[0,7],[-2,9],[1,5],[1,3],[10,13],[6,2],[3,0],[3,0],[4,-1],[3,-2],[4,-4],[1,-3],[1,-3],[0,-14],[0,-3],[1,-3],[3,-2],[5,-2],[11,-4],[4,-1],[2,-2],[1,-6],[1,-3],[1,-2],[3,0],[5,0],[5,4],[5,5],[3,1],[2,0],[13,-2]],[[4274,5031],[0,-16],[-4,-6],[-9,-9],[-3,-3],[-25,-11],[-20,-12],[-3,-3],[-3,-3],[-1,-4],[-1,-3],[-3,-20],[-4,-11],[0,-3],[0,-5],[2,-6],[3,-6],[1,-3],[3,-2],[2,-2],[3,-1],[4,-1],[2,0],[1,0],[5,2],[3,0],[2,0],[2,-1],[2,-2],[2,-2],[0,-4],[1,-2],[0,-7],[0,-30],[5,-25],[0,-5],[-2,-3],[-2,-2],[-13,-6],[-3,-2],[-2,-2],[-2,-5],[0,-3],[0,-2],[0,-2],[2,-1],[1,-1],[3,0],[3,0],[2,1],[5,3],[6,4],[2,0],[2,1],[2,0],[5,-2],[2,-1],[2,-1],[3,-1],[0,-2],[0,-1],[0,-2],[-1,-13],[1,-3],[0,-2],[2,-1],[1,-3],[-1,-4],[-2,-3],[-2,-5],[-1,-3],[-1,-20],[1,-5],[1,-4],[1,-3],[2,-6],[0,-3],[-1,-2],[-2,-1],[-7,-2],[-3,-1],[-3,-3],[-9,-8],[-4,-2],[-4,-2],[-3,0],[-18,-2],[-4,-1],[-3,-2],[-2,-4],[-1,-4],[1,-3],[0,-4],[-4,-10],[1,-3],[1,-2],[2,-1],[26,-1],[2,-1],[2,0],[3,-2],[7,-19],[1,-7],[0,-4],[-1,-1],[0,-2],[-3,-8],[-2,-17],[-1,-5],[-1,-2],[-2,-1],[-2,0],[-3,0],[-3,1],[-10,5],[-2,1],[-3,-1],[-2,-2],[-4,-6],[-2,-3],[0,-3],[1,-1],[1,-2],[2,-1],[2,0],[9,-2],[2,-1],[2,-1],[0,-4],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[-3,-2],[-5,-2],[-6,-2],[-3,-2],[-2,-2],[-1,-2],[1,-3],[2,-1],[4,-2],[8,-2],[4,0],[3,0],[1,1],[1,1],[1,0],[0,2],[-1,1],[0,2],[0,1],[1,2],[2,2],[2,2],[2,1],[3,0],[3,0],[3,-1],[2,-3],[1,-3],[3,-11],[3,-5],[3,-4],[4,-3],[4,-1],[12,-3],[3,-1],[3,-2],[3,-2],[2,-4],[3,-16],[2,-5],[3,-3],[4,-1],[15,-4],[5,-2],[9,-7],[3,-1],[2,0],[3,0],[2,-2],[5,-5],[8,-6],[4,-7],[1,-5],[0,-5],[-2,-4],[-3,-3],[-3,-3],[-5,-1],[-9,-1],[-4,-1],[-2,-2],[-1,-2],[1,-3],[5,-7],[3,-5],[0,-4],[-3,-2],[-12,-5],[-7,-4],[-3,-2],[-5,-4],[-4,-4],[-1,-1],[-1,0],[-2,5],[-6,10],[-3,3],[-9,0],[-6,-1],[-5,0],[-5,7],[-4,13],[-4,3],[-7,-2],[-3,-2],[-5,-7],[-3,-4],[-3,-1],[-6,-2],[-3,-2],[-3,-4],[-4,-9],[-3,-4],[-3,-2],[-8,-3],[-2,-2],[-3,-5],[-7,-25],[-1,-5],[-1,-6],[-7,-11],[-17,-19],[-6,-12],[0,-10],[4,-8],[19,-22],[1,-6],[-3,-5],[-20,-11],[-3,-3],[-1,-4],[0,-3],[1,-4],[2,-6]],[[2219,3274],[-12,-1],[-19,-7],[-4,-1],[-3,1],[-5,1],[-7,4],[-3,4],[-2,4],[-4,16],[-1,4],[-3,2],[-3,2],[-4,1],[-6,1],[-2,1],[-3,1],[-1,2],[0,2],[-1,5],[-1,1],[-2,1],[-3,-2],[-1,-2],[-5,-7],[-1,-2],[-3,-1],[-4,-1],[-16,0],[-6,-4]],[[1784,4637],[7,1],[6,3],[2,2],[4,3],[2,0],[2,0],[7,-3],[2,1],[1,1],[2,1],[3,1],[8,-1],[5,0],[8,2],[15,6]],[[1927,4650],[8,-1],[3,1],[5,1],[4,3],[2,1],[2,3],[0,2],[1,2],[-1,2],[0,2],[1,3],[3,3],[2,2],[3,0],[20,-3],[6,-1],[2,0],[5,0],[2,2],[0,3],[-2,5],[0,2],[1,3],[2,5],[1,4],[1,4],[-2,15],[0,4],[-1,3],[0,2],[-1,2],[-2,1],[-2,0],[-2,2],[0,2],[1,4],[9,11],[15,23],[4,8],[1,5],[-2,11],[-1,2],[-1,2],[-1,0],[-1,1],[-4,0],[-1,1],[-2,0],[-1,1],[0,2],[-1,7],[-1,2],[-1,1],[-2,0],[-2,1],[-3,0],[-3,0],[-2,1],[0,2],[0,2],[2,2],[10,3],[5,4],[3,8],[1,2],[2,1],[3,0],[2,0],[2,-2],[1,-3],[3,-7],[2,-2],[2,-1],[3,-1],[2,-1],[11,-8],[10,-4],[5,-3],[4,-3],[7,-10],[3,-3],[2,-1],[3,0],[16,1],[5,1],[7,5],[9,4],[5,1],[3,2],[3,3],[2,4],[1,4],[1,3],[-1,6],[0,2],[9,9],[16,11],[3,3],[2,4],[1,4],[1,4],[0,5],[-3,24],[-3,7],[-3,6],[-3,11],[-2,4],[-3,2],[-3,3],[-5,4],[-6,6],[-5,8],[-2,3],[-5,1],[-10,3],[-4,5],[-1,2],[-4,5],[-3,2],[-3,1],[-3,1],[-3,0],[-4,-2],[-4,0],[-5,0],[-12,7],[-11,10],[-2,3],[-1,2],[1,2],[1,1],[3,-1],[3,-1],[17,-8],[3,-1],[2,1],[2,1],[3,1],[3,-1],[2,0],[3,-1],[1,-1],[1,0],[1,1],[5,4],[3,2],[3,1],[3,2],[4,0],[3,2],[4,4],[5,15],[2,5],[2,2],[3,-1],[5,-5],[3,-1],[4,1],[17,6],[3,1],[3,6],[6,19],[4,7],[4,4],[6,3],[4,3],[8,8],[3,3],[4,1],[3,-1],[8,-3],[3,-1],[3,1],[41,10],[8,3],[5,3],[3,3],[2,2],[1,2],[0,3],[0,2],[-1,3],[-2,4],[0,1],[-2,1],[-1,0],[-2,0],[-3,-1],[-5,-3],[-3,-2],[-3,0],[-12,-3],[-3,1],[-2,2],[-2,2],[-2,2],[-2,1],[-3,0],[-3,0],[-2,-1],[0,-1],[-2,-1],[-1,-2],[-4,0],[-22,2],[-6,0],[-7,-2],[-13,-3],[-10,-4],[-21,-3],[-9,-4],[-2,0],[-1,1],[-2,2],[-3,7],[-2,4],[-10,10],[-2,3],[-1,5],[0,2],[3,1],[10,1],[5,3],[6,5],[3,9],[-1,5],[-3,3],[-3,2],[-3,3],[-1,5],[1,5],[-1,3],[-2,9],[0,3],[0,3],[4,7],[4,2],[3,0],[12,4],[9,4],[6,-1],[7,3],[7,4],[3,4],[27,12],[22,3]],[[2228,5215],[7,-1],[9,-6],[7,-1],[8,1],[6,1],[6,2],[5,2],[1,2],[0,2],[0,2],[1,1],[1,0],[4,1],[4,2],[7,2],[3,1],[13,11],[5,0],[6,-5],[18,-18],[3,-9],[-1,-4],[-2,-26],[1,-5],[1,-3],[4,-7],[1,-2],[0,-9],[1,-3],[3,-3],[4,-3],[8,-4],[10,-8],[5,-3],[17,-4],[3,-3],[4,-3],[3,-3],[5,-1],[7,-1],[10,0],[28,2],[3,0],[10,-1],[3,-1],[3,-2],[4,-3],[4,-3],[5,-2],[15,0],[2,-1],[8,-4],[4,-2],[6,-6],[12,-16],[3,-7],[2,-3],[2,-4],[4,-2],[4,-2],[17,-6],[32,-7],[11,1],[4,-1],[3,-1],[4,-1],[31,0],[13,-1],[4,0],[11,3],[7,0],[5,1],[5,0],[12,-1],[14,-1],[33,2],[20,5],[9,-3],[9,0],[5,0],[11,-4],[17,-4],[3,0],[3,0],[3,1],[4,0],[4,-3],[4,-8],[7,-16],[1,-13],[3,-14],[-1,-4],[-3,-1],[-3,0],[-2,0],[-2,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[11,-15],[7,-3],[7,-3],[31,-3],[9,2],[20,1],[9,3],[9,4],[4,4],[6,9],[4,5],[5,4],[8,4],[6,1],[22,2],[4,2],[3,3],[3,4],[3,6],[-1,13],[-4,8],[-1,4],[-1,3],[1,2],[3,3],[8,5],[12,6],[3,3],[3,3],[6,12],[3,3],[3,3],[3,2],[2,4],[0,2],[1,1],[0,1],[0,1],[0,7],[0,2],[1,4],[1,8],[7,7],[9,4],[17,0],[6,2],[35,23],[12,6],[15,3],[16,2],[4,-1],[2,-1],[2,-2],[0,-1],[2,-2],[1,-1],[3,-1],[2,0],[3,1],[3,2],[2,2],[2,5],[2,1],[9,1],[3,3],[3,4],[4,2],[5,2],[40,-2],[4,0],[4,-2],[2,-2],[1,-3],[1,-1],[0,-2],[1,-1],[2,-1],[7,-2],[3,-2],[2,-3],[1,-3],[3,-22],[0,-4],[0,-5],[0,-4],[2,-3],[2,-3],[1,-2],[-1,-3],[-2,-1],[-4,-1],[-31,2],[-4,0],[-2,-2],[-1,-2],[-1,-4],[0,-3],[1,-3],[0,-1],[7,-12],[8,-11],[2,-3],[0,-4],[1,-3],[1,0],[2,2],[3,4],[1,2],[2,0],[4,0],[2,-2],[3,-2],[2,-2],[2,-2],[2,-2],[3,0],[4,0],[3,1],[5,3],[4,0],[3,0],[4,-1],[8,0],[2,-1],[2,-2],[2,-2],[2,0],[3,1],[10,6],[6,2],[8,5],[2,0],[3,0],[15,-6],[6,-2],[6,0],[6,1],[37,11],[18,8],[12,7],[6,4],[7,7],[4,5],[4,4],[5,3],[18,3],[14,5],[7,9],[3,1],[2,1],[3,1],[3,0],[6,-1],[2,0],[4,-2],[2,-3],[1,-8],[2,-5],[1,-4],[1,-8],[0,-3],[0,-1],[0,-1],[1,0],[2,-1],[3,1],[2,0],[4,2],[2,2],[4,2],[4,0],[5,0],[4,-2],[2,-2],[6,-5],[3,-1],[20,-5],[22,-1],[6,0],[7,2],[19,2],[12,4],[9,1],[12,1],[4,2],[4,3],[0,3],[0,3],[-1,3],[-1,3],[-1,3],[3,3],[6,2],[14,4],[27,3],[11,3],[16,6],[8,2],[7,2],[4,3],[2,5],[0,4],[0,3],[1,2],[1,1],[5,0],[12,-5],[4,-1],[7,-1],[12,0],[5,0],[4,0],[5,0],[4,-1],[14,-5],[5,-2],[3,-8],[11,-6],[2,-6],[0,-2],[1,-2],[1,-2],[1,-3],[1,-6],[1,-2],[3,-2],[4,1],[7,2],[4,2],[6,5],[6,4],[3,1],[4,0],[10,-1],[17,3],[7,0],[5,-2],[5,-2],[3,-3],[2,-4],[1,-4],[2,-3],[3,-2],[4,0],[6,1],[5,0],[6,2],[2,1],[3,4],[4,1],[6,2],[4,-1],[0,-1],[1,-2],[1,-1],[2,0],[5,0],[23,7],[3,7],[6,3],[17,6],[4,1],[2,2],[1,2],[5,-4],[15,-9],[8,-4],[11,-1],[2,-1],[1,-2],[0,-3],[0,-3],[1,-3],[5,-5],[15,-10],[5,-4],[3,-3],[1,-3],[1,-4],[0,-2],[-1,-1],[-1,-1],[-5,-6],[-1,-2],[1,-2],[2,-2],[2,-1],[4,0],[2,1],[9,2],[2,1],[3,0],[3,-1],[6,-2],[34,-19],[5,-2],[2,0],[2,1],[1,1],[6,4],[5,2]],[[8804,6779],[-3,-3],[-2,-4],[-2,-2],[-1,-1],[-37,-21],[-4,-2],[-6,-1],[-6,0],[-4,1],[-4,2],[-7,5],[-2,0],[-3,1],[-2,-2],[-3,-2],[-8,-8],[-4,-4],[-9,-13],[-11,-14],[-10,-8],[-24,-14],[-6,-3],[-26,-10],[-9,1],[-3,0],[-2,-2],[-3,-2],[-4,-3],[-3,-1],[-4,0],[-3,0],[-3,-2],[-3,-3],[-3,-4],[-9,-9],[-2,-4],[-1,-4],[0,-2],[0,-6],[-7,-10],[-3,-3],[-5,-4],[-4,-4],[-4,-2],[-6,-3],[-3,0],[-3,1],[-2,2],[-1,3],[-2,9],[0,4],[-7,4],[-7,-10],[-13,-12],[-3,-6],[-2,-5],[-2,-16],[-2,-8],[-2,-3],[-3,-3],[-8,-5],[-10,-10],[-30,-36],[-2,-4],[0,-2],[2,-7],[1,-4],[-3,-16],[-1,-3],[-2,-3],[-3,-2],[-3,-4],[-1,-4],[0,-8],[0,-2],[1,-3],[1,-2],[2,-3],[2,-7],[-1,-2],[-1,-2],[-2,-3],[-9,-11],[-4,-4],[-9,-5],[-6,-2],[-16,-2],[-9,-3],[-5,-1],[-3,0],[-2,1],[0,2],[0,2],[2,2],[5,5],[2,3],[2,4],[0,3],[0,5],[0,4],[-2,3],[-2,3],[-3,1],[-6,2],[-3,0],[-2,-1],[-1,-1],[-7,-4],[-9,-3],[-4,-2],[-2,-2],[0,-2],[1,-3],[2,-2],[5,-5],[1,-1],[1,-2],[-1,-2],[-3,-3],[-30,-23],[-6,-5],[-18,-23],[-15,-11],[-18,-11],[-12,-11],[-11,-7],[-2,-3],[-1,-3],[2,-3],[4,-4],[2,-3],[1,-2],[1,0],[0,-1],[1,-1],[2,-2],[2,-2],[2,-3],[2,-3],[3,-2],[3,-2],[4,-2],[3,-3],[2,-3],[2,-5],[1,-3],[1,-5],[1,-5],[-2,-8],[1,-5],[-2,-6]],[[8265,6246],[-9,-8],[-3,-4],[-6,-8],[-9,-18],[-6,-17],[-2,-3],[-3,-4],[-3,-4],[-1,-4],[-1,-3],[-3,-1],[-5,-1],[-2,0],[-2,-2],[-2,-2],[-2,-3],[0,-2],[-1,-6],[6,-9],[0,-2],[-1,-2],[-3,-3],[-2,-1],[-2,0],[-2,-1],[-1,0],[-1,-2],[0,-1],[3,-3],[1,-1],[0,-4],[-8,-11],[-6,-10],[-1,-4],[0,-3],[-2,-2],[-3,-2],[-2,0],[-3,0],[-1,1],[-4,3],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,0],[-2,-2],[-1,-1],[-2,-4],[-2,-5],[-3,-12],[-1,-5],[-2,-3],[-1,-1],[-1,-2],[1,-5],[1,-2],[2,-1],[2,-3],[-2,-5],[-6,-9],[5,-10],[2,-5],[-4,-2],[-5,-1],[-3,-2],[-3,-12],[-3,-24],[-2,-9],[-8,0],[2,-5]],[[8130,5968],[-8,-5],[-5,0],[-10,1],[-5,2],[-20,-8],[-4,0],[-5,1],[-2,3],[-14,26],[-2,2],[-4,4],[-2,0],[-3,-1],[-1,-2],[-10,-24],[-1,-6],[-1,-2],[-2,-2],[-7,-6],[-15,-15],[-3,-4],[0,-5],[1,-3],[0,-3],[0,-2],[-2,-1],[-3,-1],[-3,-1],[-3,-2],[-10,-10],[-10,-7],[-5,-5],[-2,-3],[-4,-3],[-3,-1],[-3,0],[-2,0],[-4,1],[-2,2],[-3,2],[-2,3],[-2,5],[-3,8],[0,2],[1,1],[2,4],[1,2],[1,1],[0,1],[-1,1],[-1,1],[-2,0],[-15,1],[-22,-1]],[[7905,5919],[-21,3],[-2,2],[-1,3],[10,22],[1,5],[1,4],[0,6],[-1,3],[-5,11],[-1,2],[-1,3],[0,10],[-1,3],[-1,2],[-2,2],[-20,11],[-2,1]],[[7932,6155],[8,6],[14,14],[11,7],[6,6],[4,3],[4,1],[3,0],[4,1],[1,2],[-1,2],[1,2],[1,1],[7,-1],[5,0],[11,2],[4,0],[9,10],[39,12],[2,2],[0,2],[-4,4],[-1,2],[-1,2],[0,2],[-1,1],[-1,2],[0,3],[2,4],[2,3],[0,4],[-1,3],[-2,4],[-2,2],[-5,3],[-3,3],[-4,5],[-13,10],[-3,2],[-3,1],[-4,1],[-10,3],[-2,1],[-2,2],[-1,4],[-3,1],[-8,4],[-1,1],[1,2],[1,1],[6,4],[6,4],[3,3],[2,2],[3,5],[1,3],[2,2],[3,1],[2,3],[1,3],[0,3],[-1,1],[-3,1],[-2,0],[-2,-1],[-5,-2],[-5,-3],[-2,-1],[-5,-2],[-1,0],[-1,0],[0,1],[-1,0],[-22,23],[-14,12],[-14,9],[-6,7],[-5,2],[-5,1],[-5,-1],[-4,-2],[-4,-3],[-3,-2],[-4,-3],[-16,-1],[-12,-3],[-7,-3],[-5,-3],[-4,-3],[-2,0],[-1,1],[0,4],[2,17],[0,5],[-1,5],[-1,3],[-1,3],[1,3],[5,9],[5,12],[5,10],[-1,4],[-1,2],[-7,1],[-2,2],[-2,3],[0,4],[1,3],[1,2],[1,2],[24,19],[3,5],[0,2],[-2,1],[-3,1],[-28,1],[-5,-1],[-9,-4],[-20,-5],[-4,0],[-4,1],[-3,0],[-21,-5],[-10,-1],[-5,0],[-4,1],[-5,3],[-9,8],[-7,3],[-6,0],[-4,-2],[-13,-10],[-2,-3],[-1,-3],[-2,-9],[-2,-3],[-3,-7],[-4,-4],[-4,-4],[-7,-3],[-5,-1],[-4,1],[-3,2],[-1,3],[1,4],[2,3],[2,6],[0,3],[0,5],[-2,3],[-4,2],[-6,1],[-5,-1],[-3,-2],[-4,-8],[-3,-5],[-6,-5],[-5,-5],[-7,-10],[-2,-2],[-6,-5],[-1,-2],[1,-2],[4,0],[2,0],[2,1],[8,5],[2,0],[-1,-2],[-1,-3],[-17,-8],[-18,-1],[-17,-4],[-6,-3],[-4,-4],[-5,-7],[-14,-15],[-5,-4],[-6,-2],[-3,0],[-5,2],[-2,7],[-1,11],[-1,6],[0,4],[1,9],[-1,4],[-5,0],[-26,-9],[-4,-1],[-3,1],[-1,2],[-2,1],[-1,0],[-4,-2],[-5,-3],[-2,1],[0,3],[2,8],[0,4],[-1,4],[-1,3],[-3,2],[-3,0],[-4,1],[-2,1],[-2,4],[-2,3],[-3,0],[-12,-1],[-8,2],[-10,1],[-14,-2],[-3,0],[-8,-5],[-3,-1],[-2,1],[-1,2],[0,6],[-1,2],[-1,0],[-3,0],[-19,-4],[-8,-2],[-7,-3],[-2,0],[-1,2],[0,3],[-1,3],[-1,2],[-3,2],[-3,-1],[-1,-1],[-3,-4],[-1,-1],[-4,-3],[-13,-8],[-1,-1],[-1,1],[0,1],[0,2],[2,4],[3,5],[1,3],[0,4],[-2,2],[-9,6],[-7,3],[-3,1],[-3,0],[-4,-1],[-5,0],[-15,2],[-4,0],[-3,-1],[-6,-2],[-6,-5],[-2,-1],[-2,-1],[-9,-1],[-5,-2],[-19,0],[-26,-4],[-5,-3],[-1,-2],[-8,-7],[-11,-7],[-4,-4],[-3,-3],[-2,-5],[-2,-3],[-9,-8],[-3,-3],[-2,-4],[-1,-7],[0,-3],[-1,-2],[-2,-3],[-4,-5],[-2,-3],[0,-4],[-1,-3],[1,-4],[2,-8],[1,-3],[2,-3],[2,-2],[9,-7],[2,-2],[1,-2],[0,-2],[-1,-3],[-1,-2],[-2,-2],[-3,-2],[-5,-2],[-5,-1],[-9,1],[-5,-2],[-2,-4],[-1,-4],[0,-9],[0,-4],[-2,-4],[-2,-2],[-2,-2],[-13,-4],[-8,-3]],[[7080,6518],[9,2],[7,3],[6,1],[2,2],[1,2],[0,4],[-2,2],[0,2],[0,2],[4,1],[4,3],[5,10],[2,3],[1,1],[7,3],[5,2],[2,1],[1,2],[-2,2],[-3,2],[0,2],[0,2],[1,1],[3,2],[4,2],[0,1],[1,0],[3,22],[2,6],[3,9],[0,1],[1,1],[0,1],[5,7],[-3,32],[-1,5],[-7,17],[2,4]],[[7837,6744],[10,0],[30,-2],[15,3],[7,3],[11,0],[4,1],[12,4],[34,8],[23,7],[18,3],[6,3],[5,3],[5,5],[7,5],[6,2],[13,-1],[23,-4],[28,-10],[10,-5],[1,0],[0,-2],[0,-2],[2,-3],[6,-4],[8,-2],[10,-2],[110,11],[8,-1],[6,-2],[4,-3],[9,-7],[6,1],[14,6],[7,1],[17,2],[10,1],[19,7],[8,5],[5,4],[8,7],[4,2],[7,5],[9,5],[3,3],[0,3],[-3,8],[1,8],[2,5],[4,5],[35,33],[7,6],[4,3],[11,8],[11,7],[15,12],[41,31],[2,3],[2,4],[0,1],[-2,4],[-3,3],[-4,3],[-3,4],[-2,5],[2,4],[8,7],[2,0],[1,0],[4,-3],[1,-2],[4,-4],[2,-1],[7,-2],[4,-1],[9,-4],[30,7],[8,-7],[8,4],[5,0],[3,-1],[10,4],[2,1],[13,8],[18,7],[18,6],[21,4],[3,0],[9,4],[22,10],[16,7],[93,30],[15,8],[3,1],[3,0],[9,-4],[3,-2],[5,-1],[5,-1],[8,0],[26,5],[16,5],[8,4],[6,5],[26,14],[14,4],[77,1],[3,-1],[0,-2],[-2,-4],[-5,-7],[-4,-9],[-11,-16],[-28,-28],[-8,-10],[-3,-8],[2,-4],[1,-2],[3,-18],[1,-3],[1,-3],[3,-2],[3,-1],[2,-1],[3,-4],[3,-2],[7,-3],[3,-2],[2,-4],[2,-13],[1,-5],[-5,-11],[0,-2],[0,-1],[2,-2],[1,-2],[0,-4],[-1,-5],[1,-3],[1,0],[3,1],[9,11],[1,1],[2,1],[2,1],[2,0],[2,0],[3,0],[3,0],[2,-1],[6,-7],[2,-3],[0,-3],[0,-9],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-6,-3],[-2,-1],[-1,-1],[-1,-2],[-2,-4],[0,-1],[-1,-1],[-1,-1],[-2,0],[-6,-2],[-1,-1],[-2,-2],[-1,-3],[-1,-2],[-2,-1],[-1,-1],[-8,4],[-3,0],[-3,-1],[-3,0],[-2,0],[-10,1],[-4,0],[-49,-18],[-6,1],[-8,5],[-7,5],[-5,2],[-4,1],[-4,-1],[-7,-3],[-3,-2],[-3,-2],[-1,-2],[-2,-4],[-1,-6],[-2,-5],[-3,-5],[-5,-5],[-7,-6],[-6,-2],[-6,-2],[-5,-2],[-4,-2],[-17,-11],[-13,-9],[-4,-1],[-3,-1],[-7,1],[-5,0],[-3,-1],[-2,-1],[-3,-2]],[[8219,5857],[-3,0],[-12,-6],[-2,0],[-1,1],[1,2],[1,2],[0,2],[0,3],[-1,2],[-3,3],[-2,1],[-2,-1],[-1,-1],[-1,-3],[-2,-1],[-3,-2],[-5,-1],[-3,0],[-2,0],[-1,1],[0,1],[0,1],[0,1],[-3,2],[-4,1],[-2,0],[-1,-1],[-4,-3],[-3,-2],[-3,0],[-2,2],[-2,2],[-2,2],[-5,3],[-23,7],[-4,2],[-1,1],[-1,1],[1,1],[2,2],[1,1],[2,1],[0,2],[1,2],[0,7],[1,7],[1,4],[1,2],[0,4],[2,5],[1,2],[-2,7],[1,4],[1,4],[2,4],[6,5],[1,3],[-2,4],[-6,5],[-1,4],[1,7],[-1,2]],[[8265,6246],[2,-2],[3,-3],[2,-1],[2,-1],[3,0],[2,-1],[1,0],[1,-1],[2,-2],[2,-2],[3,-1],[7,-1],[3,-2],[3,-2],[2,-2],[4,-6],[3,-2],[3,0],[2,1],[1,3],[11,13],[9,16],[1,3],[-1,1],[7,6],[7,5],[27,25],[1,4],[0,2],[0,2],[-1,3],[-2,2],[-3,1],[-10,3],[-1,0],[1,1],[2,4],[0,3],[1,2],[3,2],[7,1],[40,4],[14,-2],[6,1],[10,1],[4,-2],[4,-2],[6,-5],[4,-2],[4,-1],[4,0],[5,0],[8,2],[4,-1],[2,-2],[2,-2],[2,-2],[1,0],[3,-1],[4,0],[13,1],[23,4],[13,5],[6,4],[5,4],[7,9],[4,3],[12,6],[5,3],[23,19],[2,1],[1,-1],[0,-3],[0,-2],[-1,-4],[0,-11],[-3,-8],[-2,-5],[-5,-16],[-1,-4],[2,-3],[3,-4],[15,-9],[5,-3],[11,-1]],[[8804,6779],[1,-9],[3,-3],[3,0],[3,-2],[6,-4],[1,-5],[1,-4],[0,-12],[-1,-3],[-1,-2],[-2,-3],[-2,-1],[-2,-2],[-2,-1],[-1,-3],[0,-5],[1,-4],[2,-3],[6,-4],[2,-3],[1,-2],[-3,-9],[-1,-6],[1,-3],[0,-2],[6,-14],[0,-9]],[[2349,7675],[-41,5],[-30,0],[-117,5],[-9,2],[-1,4],[0,1],[1,2],[4,8],[22,32],[0,1],[2,6],[0,5],[-2,6],[-7,2]],[[3212,7018],[4,-13],[1,-7],[0,-7],[0,-2],[2,-1],[1,-1],[1,0],[2,-1],[2,-2],[2,-3],[2,-6],[0,-5],[0,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-2],[0,-2],[1,-1],[4,-2],[2,-2],[1,-2],[-1,-2],[-1,-3],[0,-5],[1,-3],[2,-3],[13,-14],[5,-7],[3,-4],[4,-13],[2,-3],[3,-4],[2,-1],[3,-2],[3,-1],[5,0],[3,-1],[3,-1],[17,-11],[1,-1],[3,-1],[7,0],[3,-1],[1,-2],[0,-2],[0,-2],[0,-4],[1,-6],[2,-3],[3,-3],[1,-4],[2,-6],[2,-2],[1,-1],[2,0],[2,-4],[-5,-8],[-7,-3],[-5,-2],[-1,-3],[0,-2],[-3,-4],[-5,-2],[-19,-5],[-2,-1],[-2,-2],[0,-1],[0,-2],[0,-1],[1,-2],[1,-1],[2,-1],[2,-1],[3,0],[1,0],[1,-1],[1,-4],[1,-3],[3,-1],[3,-1],[10,-2],[8,0],[2,0],[1,1],[1,2],[1,1],[1,1],[2,0],[1,-1],[2,-1],[4,-9],[2,-2],[2,0],[1,1],[3,3],[1,1],[2,1],[2,1],[2,-1],[1,-3],[0,-4],[-2,-2],[-4,-2],[-15,-3],[-7,-2],[-52,-21],[-12,-6],[-5,-4],[-2,-2],[0,-3],[-1,-2],[1,-5],[-1,-7],[-1,-7],[0,-1],[1,-1],[3,-2],[8,2],[4,5],[3,3],[3,8],[2,1],[2,0],[5,-1],[2,0],[3,0],[41,16],[7,4],[9,8],[4,2],[5,1],[4,0],[8,-2],[19,-2],[4,-1],[2,-1],[1,-1],[1,-1],[2,-1],[2,0],[3,3],[3,0],[3,0],[9,-2],[19,-1],[4,-1],[2,-2],[1,-1],[1,-3],[1,-2],[1,-1],[2,-1],[1,0],[1,2],[0,6],[0,2],[0,1],[2,2],[3,0],[6,0],[3,1],[1,1],[2,2],[1,2],[3,1],[2,2],[4,2],[4,1],[10,0],[5,0],[4,-1],[3,-1],[3,-1],[7,-1],[2,-1],[2,-1],[2,-1],[1,-1],[0,-2],[-1,-2],[-11,-9],[-3,-2],[-3,0],[-3,0],[-1,0],[-1,-2],[0,-1],[2,-2],[3,-3],[2,-3],[1,-2],[1,-3]],[[3500,6714],[-6,-2],[-4,2],[-1,-9],[-4,-3],[-10,3],[-6,1],[-3,-5],[1,-3],[1,-5],[1,-4],[-1,0],[-3,-4],[-1,-2],[0,-6],[0,-4],[-2,-2],[-6,-1],[-4,0],[-3,1],[-3,1],[-2,1],[-3,2],[-3,-1],[-8,-3],[-8,-4],[-6,-1],[-6,0],[-3,-1],[-3,-1],[-2,-3],[0,-5],[-2,-3],[-3,-2],[-16,-4],[3,-9],[-7,-5],[-11,-3],[-9,-4],[-5,-7],[-4,-2],[-5,-2],[-6,0],[-11,-3],[-4,-1],[-5,-2],[-16,-10],[-12,-7],[-4,-3],[-4,-1],[-13,1],[-5,-1],[-3,-4],[0,-4],[-1,-4],[-5,-3],[-2,2],[-4,-1],[-4,-1],[-10,0],[-4,-1],[-4,-3],[-6,-6],[-1,-2],[-2,-5],[-2,-3],[-2,-2],[-5,-3],[-4,-3],[-7,-3],[-7,-7],[-9,-1],[-9,1],[-8,-1],[-8,-5],[-1,-2],[-1,-5],[-1,-3],[-3,-1],[-2,0],[-4,0],[-4,0],[-9,-4],[-3,-2],[-2,-3],[-2,-3],[-2,-3],[-7,-2],[-3,-2],[-4,-5],[-3,-1],[-9,-2],[-3,-2],[-1,-3],[-1,-2],[-1,-3],[-5,-4],[-18,-10],[-2,-4],[0,-3],[0,-4],[-1,-3],[-3,-3],[-3,-1],[-2,-1],[-3,-1],[-3,-3],[-7,-7],[-4,-2],[-3,0],[-4,1],[-16,1],[-3,-1],[-2,-1],[-3,-7],[-2,-2],[-3,-2],[-6,0],[-3,-1],[-7,-7],[-1,-1],[-3,-1],[-7,-11],[-2,-4],[0,-4],[0,-9],[-2,-4],[-2,-1],[-5,-1],[-2,-2],[-1,-3],[1,-4],[2,-3],[1,-3],[9,-43],[6,-17],[2,-7],[2,-3],[2,-3],[3,-1],[3,0],[4,-1],[4,-2],[2,-2],[7,-12],[3,-2],[3,-2],[3,-1],[6,0],[4,0],[4,-1],[3,-2],[13,-9],[3,-1],[2,-1],[2,0],[10,4],[2,0],[3,0],[13,-2],[3,-1],[11,-8],[3,-1],[1,1],[6,3],[17,0],[9,3],[9,5],[7,3],[5,1],[3,-1],[6,-2],[5,-2],[7,0],[5,1],[4,1],[3,3],[2,2],[1,3],[3,9],[2,3],[3,3],[6,4],[8,2],[6,1],[3,0],[5,0],[2,-1],[2,-2],[2,-1],[2,-2],[1,-2],[1,-2],[0,-2],[-1,-1],[-2,-2],[-1,-2],[-1,-3],[0,-4],[0,-3],[2,-3],[4,-5],[1,-2],[0,-2],[0,-2],[-1,-2],[-1,-3],[-1,-2],[1,-3],[0,-3],[1,-2],[2,-3],[7,-7],[2,-3],[0,-2],[0,-3],[-2,-2],[-1,-2],[-1,-3],[1,-6],[0,-3],[-2,-3],[-2,-1],[-3,-1],[-2,0],[-1,-2],[-2,-2],[-3,-3],[-4,-1],[-6,0],[-4,2],[-5,3],[-4,1],[-4,0],[-6,-2],[-5,0],[-6,2],[-4,-1],[-31,-10],[-15,-2],[-7,1],[-3,0],[-3,-1],[-26,-11],[-10,-1],[-4,-2],[-3,-2],[-3,-5],[-1,-2],[-1,-2],[0,-1],[1,-1],[0,-2],[5,-8],[5,-10],[1,-5],[0,-6],[0,-2],[-2,-3],[-2,-3],[-4,-2],[-3,-1],[-7,-2],[-6,0],[-3,0],[-1,-1],[-2,-2],[-2,-3],[1,-3],[4,-3],[16,-18],[10,-5],[13,-1],[3,1],[2,0],[3,1],[3,-1],[3,-2],[15,-11],[4,-4],[3,-5],[3,-7],[4,-14],[1,-8],[-1,-5],[-2,-2],[-1,-2],[-4,-3],[-29,-12],[-2,0],[-5,-1],[-3,0],[-2,1],[-1,0],[-1,0],[0,2],[0,5],[0,2],[-1,2],[-2,5],[-1,2],[-2,1],[-1,1],[-2,1],[-4,0],[-2,1],[-3,0],[-2,1],[-2,1],[-2,0],[-3,-2],[-2,-1],[0,-3],[2,-11],[1,-3],[0,-2],[0,-1],[-3,-8],[0,-2],[0,-2],[1,-3],[2,-8],[0,-21],[2,-7],[3,-6],[15,-17],[4,-6],[1,-4],[-1,-3],[-2,-2],[-2,-3],[-2,-4],[-1,-3],[-2,-2],[-4,0],[-3,0],[-4,0],[-2,0],[-2,-1],[-6,-3],[-9,0],[-8,4],[-5,5],[-18,10],[-4,4],[0,2],[0,2],[1,3],[3,5],[1,3],[1,3],[-1,4],[-3,1],[-4,0],[-9,-3],[-8,-3],[-4,-3],[-3,-2],[-2,-4],[-3,-10],[-1,-2],[-3,-2],[-4,-1],[-6,-1],[-3,0],[-2,2],[-1,2],[-3,6],[-2,4],[-3,2],[-3,1],[-15,-2],[-9,1],[-7,1],[-17,6],[-5,0],[-10,-2],[-8,0],[-5,2],[-4,3],[-2,2],[-1,3],[-1,2],[0,2],[1,5],[0,2],[-1,2],[-2,0],[-3,0],[-5,-3],[-5,-2],[-2,-2],[-2,-2],[-1,-3],[0,-10],[-2,-6],[0,-3],[1,-6],[-2,-11],[0,-4],[1,-7],[0,-3],[0,-5],[-11,-11],[-26,-15],[-5,-4],[-1,-3],[2,-3],[4,-4],[1,-1],[0,-1],[0,-1],[-1,-3],[-2,-3],[-2,-3],[-4,-3],[-23,-12],[-16,-4],[-11,-5],[-7,-2],[-5,1],[-3,3],[-3,3],[-2,3],[-3,1],[-4,0],[-1,-1],[-1,-2],[0,-3],[2,-6],[0,-3],[0,-3],[-5,-8],[-1,-3],[0,-3],[-1,-3],[-2,-3],[-2,-1],[-2,0],[-6,4],[-4,2],[-5,1],[-13,2],[-2,5],[0,6],[-2,4],[-2,2],[-16,9],[-6,4],[-2,1],[-3,6],[-1,12],[0,3],[5,8],[3,7],[3,1],[2,1],[3,-1],[3,-2],[6,-4],[2,-1],[5,-1],[2,-2],[4,-3],[4,-1],[4,0],[3,1],[9,7],[3,1],[3,-1],[6,-5],[4,-1],[1,0],[1,0],[3,3],[1,3],[2,4],[5,7],[9,7],[4,6],[1,3],[-2,3],[-13,7],[-3,4],[-2,5],[0,6],[4,7],[11,12],[3,6],[0,7],[-1,4],[-1,2],[-3,2],[-2,1],[-4,2],[-3,1],[-2,3],[-2,4],[-2,14],[-1,3],[-1,4],[1,5],[3,9],[2,4],[4,3],[4,1],[4,0],[11,-7],[3,-1],[4,1],[4,2],[2,4],[1,2],[1,1],[0,4],[-2,26],[-9,10],[-6,6],[-2,4],[0,3],[1,3],[1,4],[-2,6],[-10,13],[-4,4],[-3,2],[-4,1],[-4,-1],[-5,-1],[-21,-11],[-16,-4],[-15,0],[-32,-7],[-10,-1],[-9,1],[-14,5],[-11,2],[-9,-1],[-12,-1],[-6,0],[-6,2],[-3,2],[-3,2],[-3,3],[-1,4],[1,4],[2,3],[7,5],[2,3],[1,3],[-1,4],[-2,4],[-4,6],[-2,4],[0,2],[1,2],[2,1],[3,-1],[3,-2],[7,-7],[4,-3],[5,-2],[5,-2],[6,0],[6,0],[6,1],[6,1],[5,3],[4,2],[3,3],[2,3],[2,2],[0,2],[-1,2],[-2,1],[-3,0],[-14,-4],[-7,-1],[-7,0],[-9,1],[-5,3],[-3,3],[0,2],[0,3],[1,1],[1,2],[2,0],[3,0],[5,-2],[4,-1],[3,-1],[3,2],[2,1],[0,3],[-1,3],[-6,7],[-1,2],[-1,1],[0,3],[6,10],[3,5],[1,3],[0,1],[-1,1],[-2,0],[-3,-1],[-11,-3],[-11,-2],[-9,0],[-15,1],[-5,0],[-3,-1],[0,-2],[-1,-1],[-1,-4],[-1,-2],[-1,-2],[-2,-1],[-4,-3],[-1,-2],[0,-1],[-1,-2],[3,-11],[0,-4],[-1,-7],[-1,-3],[-2,-1],[-2,-1],[-2,0],[-2,1],[-5,2],[-2,0],[-2,-1],[-9,-7],[-3,-2],[-3,-1],[-4,0],[-5,1],[-4,2],[-7,5],[-3,1],[-3,0],[-4,2],[-2,1],[-5,5],[-4,3],[-5,1],[-7,0],[-2,-1],[-1,-3],[6,-14],[1,-4],[0,-3],[0,-4],[-2,-9],[0,-2],[2,-1],[4,-1],[9,0],[5,0],[7,-2],[4,-1],[3,1],[3,0],[3,1],[2,0],[3,-2],[1,-2],[0,-5],[-2,-4],[-1,-4],[-1,-3],[1,-4],[-1,-6],[-3,-3],[-3,-3],[-4,-2],[-5,0],[-11,-1],[-4,0],[-3,2],[-3,3],[-3,7],[-2,2],[-6,3],[-2,2],[-1,3],[-1,8],[-1,4],[-2,2],[-4,0],[-1,-2],[-2,-3],[0,-11],[0,-8],[1,-3],[3,-5],[0,-3],[-11,-24],[-9,-14],[-1,-2],[-1,-4],[0,-3],[1,-3],[1,-2],[31,-7],[5,-3],[3,-3],[1,-6],[-3,-5],[-4,-5],[-18,-14],[-2,-3],[0,-4],[-1,-5],[-1,-5],[-3,-4],[-4,-4],[0,-3],[1,-2],[3,-1],[5,0],[15,1],[5,0],[5,-2],[5,-2],[4,-4],[3,-4],[2,-5],[1,-16],[1,-6],[3,-5],[2,-5],[3,-4],[4,-4],[6,-5],[4,-2],[2,-4],[0,-2],[-2,-3],[-2,-3],[-3,-4],[-12,-32],[-2,-13],[0,-10],[1,-5],[1,-5],[3,-3],[5,-9],[2,-9],[0,-5],[0,-6],[-2,-6],[-2,-5],[-3,-3],[-3,-3],[-3,-3],[-2,-4],[-4,-12],[-2,-5],[-3,-4],[-3,-4],[-10,-8],[-2,-1],[-8,-2],[-3,-1],[-18,-11],[-7,-2],[-16,-5],[-5,-3],[-20,-16],[-4,-5],[-11,-19],[0,-4],[1,-3],[2,-3],[2,-2],[2,-1],[2,-1],[10,-1],[9,-4],[4,0],[7,0],[4,0],[4,-2],[2,-2],[3,-5],[3,-2],[6,-4],[1,-3],[-3,-2],[-13,-5],[-18,-10],[-19,-5],[-23,-11],[-6,-1],[-6,1],[-5,2],[-4,1],[-7,0],[-4,-1],[-3,-1],[-3,-2],[-4,-4],[-6,-3]],[[2288,5549],[-2,6],[-2,4],[-2,2],[-3,2],[-4,1],[-2,2],[-6,8],[-1,4],[-2,3],[-4,5],[-8,5],[-4,1],[-3,1],[-4,-4],[-2,-1],[-3,-1],[-3,0],[-4,1],[-4,2],[-4,7],[-1,5],[0,4],[1,4],[-1,4],[-2,4],[-5,3],[-16,8],[-11,11],[-11,8],[-4,1],[-3,0],[-1,-1],[-1,-3],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-3,-1],[-2,1],[-4,1],[-9,10],[-12,16],[-2,4],[-2,1],[-4,0],[-25,-7],[-4,0],[-7,6],[-3,2],[-12,-1],[-3,4],[4,7],[0,4],[0,3],[-3,5],[-2,3],[0,6],[1,6],[1,6],[-2,6],[-6,8],[-5,2],[-4,0],[-3,-2],[-7,-5],[-3,-3],[-4,-1],[-3,1],[-1,2],[0,4],[1,4],[0,8],[0,3],[2,3],[0,2],[0,2],[-2,3],[-2,1],[-2,1],[-9,2],[-4,1],[-3,3],[-3,4],[-2,6],[-1,3],[-3,3],[-2,1],[-3,1],[-10,-1],[-1,1],[-1,2],[3,14],[0,4],[-1,8],[1,3],[1,4],[2,3],[5,3],[5,2],[4,3],[1,1],[-2,9],[-3,5],[-2,5],[-1,0],[0,2],[0,7],[0,4],[-3,4],[-11,15],[-2,1],[-3,-2],[-2,-3],[-3,-8],[-2,-3],[-3,-3],[-3,-2],[-12,-8],[-3,0],[-5,5],[-7,7],[-1,3],[-1,5],[-2,2],[-2,2],[-6,3],[-3,1],[-4,5],[-2,2],[-8,3],[-3,4],[-1,3],[-3,6],[-4,7],[-1,4],[1,3],[8,20],[2,3],[3,2],[3,2],[1,2],[0,3],[1,2],[1,0],[3,0],[5,-1],[4,0],[4,1],[2,1],[3,2],[1,3],[2,4],[-1,3],[-1,3],[-2,1],[-3,0],[-3,-2],[-2,-2],[-2,0],[-2,0],[-16,5],[-3,1],[-3,2],[-2,2],[0,2],[0,1],[3,7],[0,6],[0,7],[0,2],[-1,2],[0,1],[-1,1],[-1,1],[-3,0],[-6,0],[-10,-3],[-5,-1],[-3,0],[-1,-1],[-2,-1],[-3,-3],[-2,-2],[-1,-3],[-1,-1],[0,-2],[0,-4],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,-2],[-2,-2],[-8,-5],[-4,-1],[-4,1],[-12,3],[-8,2],[-12,0],[-15,1],[-4,1],[-5,2],[-5,3],[-2,2],[-2,3],[-3,8],[-2,3],[-2,2],[-3,2],[-3,1],[-6,1],[-4,1],[-5,1],[-14,8],[-4,2],[-6,0],[-3,-1],[-2,-1],[-1,0],[0,-1],[-1,-2],[-5,-16],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-3,0],[-2,1],[-3,4],[-3,5],[-3,6],[-1,2],[0,3],[0,1],[0,2],[0,3],[-1,1],[-6,1],[-3,0],[-4,-1],[-3,0],[-2,1],[-3,2],[-1,3],[-1,2],[-1,2],[-2,1],[-5,0],[-4,0],[-4,1],[-5,2],[-6,5],[-2,3],[0,2],[1,1],[1,1],[2,1],[15,1],[3,0],[3,1],[1,2],[1,1],[-1,3],[-1,2],[-3,1],[-5,0],[-12,-3],[-18,-2],[-11,2],[-23,7],[-5,3],[-4,7],[-3,3],[-3,3],[-5,-1],[-15,-4],[-2,-1],[-2,-1],[-5,-5],[-3,-3],[-4,-1],[-4,0],[-6,1],[-3,2],[-3,4],[-2,1],[-3,1],[-3,-1],[-5,-2],[-3,-2],[-1,-2],[0,-2],[0,-4],[0,-2],[-2,-1],[-5,0],[-7,2],[-3,3],[-1,3],[-1,3],[-2,2],[-3,0],[-31,-6],[-5,0],[-5,1],[-4,2],[-5,4],[-6,2],[-9,0],[-24,0],[-6,-2],[-3,-1],[-9,-7],[-5,-2],[-5,0],[-6,1],[-7,3],[-5,0],[-8,-1],[-5,-1],[-4,-2],[-5,-4],[-5,0],[-4,0],[-29,8],[-13,8],[-9,2]],[[5266,6875],[-1,-3],[0,-1],[-1,-1],[1,-1],[10,1],[3,0],[0,-2],[0,-3],[-2,-8],[0,-2],[2,-2],[4,-4],[3,-1],[3,-3],[2,-2],[4,-6],[0,-5],[-1,-5],[0,-8],[1,-3],[2,-3],[7,-5],[3,-3],[4,-8],[1,-3],[6,-4],[2,-3],[2,-5],[0,-4],[-1,-9],[0,-1],[11,-18],[3,-5],[5,-3],[4,-1],[4,-2],[3,-3],[9,-5],[3,0],[2,1],[2,2],[2,1],[3,1],[3,0],[3,1],[3,-1],[3,-1],[2,-2],[2,-3],[2,-7],[0,-5],[0,-4],[-2,-16],[1,-2],[1,-2],[3,-1],[6,0],[3,0],[3,-1],[4,-2],[23,-21],[2,-2],[2,-3],[0,-2],[0,-1],[-3,-3],[-48,0],[-12,2],[-8,2],[-4,0],[-5,-1],[-10,0],[-2,0],[-2,-2],[-2,-2],[-2,-4],[-3,-10],[-1,-3],[-2,-3],[-2,-2],[-3,-2],[-3,-1],[-13,-3],[-1,0],[-1,-1],[-1,-1],[-4,-6],[-1,-1],[-1,0],[-2,0],[-1,1],[0,2],[-1,2],[0,2],[-1,2],[-1,1],[-2,0],[-2,0],[-2,-1],[-1,-2],[-1,-2],[0,-10],[-1,-5],[1,-3],[2,-3],[5,-3],[4,0],[4,-1],[4,1],[3,1],[2,1],[2,1],[1,1],[1,1],[2,1],[3,-2],[4,-3],[9,-7],[6,-3],[5,-2],[23,-5],[3,-1],[0,-2],[0,-3],[-2,-5],[-5,-7],[-1,-2],[1,-3],[3,-5],[4,-6],[0,-2],[-6,-4],[-6,1],[-3,1],[-3,0],[-2,0],[-2,-1],[-2,-1],[-4,-3],[-2,-1],[-3,0],[-18,-2],[-5,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[0,-3],[1,-3],[3,-3],[8,-5],[5,-6],[8,-18],[3,-1],[4,-3],[3,0],[4,-1],[6,-5],[4,0],[3,-2],[3,-3],[3,-4],[2,-6],[3,-1],[3,0],[3,-1],[2,-3],[3,-10],[1,-3],[2,-2],[4,-4],[6,-4],[5,-2],[6,1],[11,3],[4,1],[9,0],[3,-2],[4,-4],[3,-4],[2,-4],[2,-2],[12,-6],[4,-1],[10,0],[5,0],[4,-2],[23,-19],[2,-2],[0,-2],[0,-4],[-4,-4],[1,-4],[-3,-3],[-2,-1],[-14,-9],[-2,0],[-3,-1],[-8,-1],[-4,1],[-2,1],[-5,2],[-8,2],[-6,4],[-10,9],[-5,2],[-5,-2],[-5,-2],[-4,-1],[-4,-2],[0,-7],[3,-9],[1,-2],[0,-2],[1,-1],[-1,-2],[0,-2],[-1,-1],[-2,-1],[-2,-2],[-6,-2],[-5,0],[-5,0],[-3,0],[-2,1],[-1,1],[-3,1],[-1,1],[-2,2],[0,1],[-1,2],[-1,1],[0,2],[-1,2],[1,2],[0,1],[0,3],[0,4],[-1,2],[-10,6],[-11,-3],[-27,-19],[-17,-21],[-7,-5],[-20,-13],[-3,-3],[-1,-3],[-5,-4],[-10,-4],[-12,-4],[-2,-1],[-2,-3],[-1,-4],[-8,-6],[-33,-17],[-43,-23],[-5,-2],[-10,-7],[-5,-3],[-16,-7],[-10,-5],[-4,-3],[-5,-4],[-3,-5],[-2,-2],[-1,-2],[-1,-4],[-1,-8],[-2,-17],[-1,-3],[1,-4],[1,-3],[3,-6],[7,-9],[1,-3],[1,-9],[0,-12],[-1,-5],[-1,-4],[-1,-1],[-1,-3],[0,-4],[2,-4],[7,-6],[3,-1],[2,-1],[2,-2],[6,-9],[3,-3],[3,-2],[5,-3],[4,-1],[11,-3],[3,-2],[2,-3],[2,-6],[1,-4],[-1,-3],[-5,-9],[-1,-2],[1,-2],[3,-7],[1,-3],[-1,-4],[-1,-7],[2,-11],[-1,-8]],[[5163,6009],[-27,-3],[-5,-3],[-4,-3],[-2,-1],[-1,-2],[-1,-1],[0,-2],[0,-2],[0,-3],[1,-3],[3,-7],[2,-3],[2,-3],[5,-5],[4,-5],[1,-3],[0,-3],[0,-3],[-2,-2],[-8,-10],[-1,-2],[-1,-3],[0,-3],[0,-3],[-1,-3],[-1,-2],[-9,-9],[-4,-7],[-2,-3],[-7,-18]],[[5105,5889],[-4,-5],[-3,-10],[-2,-2],[-2,-3],[-10,-5],[-3,-4],[-2,-4],[0,-9],[-1,-1],[-1,-2],[-6,-10],[-2,-3],[-2,-1],[-3,-2],[-7,-2],[-9,-2],[-3,-1],[-9,-4],[-4,0],[-5,-1],[-15,2],[-11,0],[-9,-1],[-4,0],[-8,2],[-8,3],[-6,4],[-17,14],[-12,3]],[[4937,5845],[-9,13],[-7,6],[-2,1],[-2,1],[-1,2],[1,3],[1,3],[0,5],[-1,2],[-2,2],[-4,2],[-5,4],[-4,5],[-3,3],[-1,4],[0,2],[2,1],[2,1],[7,0],[4,2],[3,4],[3,20],[5,8],[1,4],[1,4],[1,17],[-1,4],[-2,3],[-6,2],[-2,2],[0,2],[0,4],[3,14],[0,6],[-2,7],[-1,4],[1,3],[1,3],[2,1],[1,1],[2,0],[9,-2],[4,0],[4,2],[3,4],[0,3],[-1,2],[-5,3],[-2,3],[-1,4],[-2,7],[-2,3],[-2,2],[-2,1],[-10,0],[-3,1],[-2,2],[0,2],[0,7],[-1,2],[-2,2],[-2,0],[-3,-1],[-21,-9],[-4,0],[-5,-1],[-14,1],[-30,10],[-4,0],[-4,-1],[-1,-3],[-1,-2],[0,-3],[1,-3],[1,-5],[0,-3],[-2,-3],[-4,-4],[-4,-1],[-12,1],[-16,-1],[-1,2],[2,3],[5,10],[-1,4],[-1,3],[-3,1],[-3,1],[-2,0],[-2,-1],[-1,-1],[-1,0],[-2,1],[-2,1],[-1,2],[-1,2],[2,13],[-1,6],[-1,2],[-1,0],[-2,-1],[-1,-2],[-2,-4],[-2,-1],[-1,-2],[-2,-1],[-3,1],[-3,2],[-1,2],[0,2],[1,2],[2,3],[1,4],[-1,6],[-1,3],[-1,2],[-1,1],[-1,0],[-2,-1],[-13,-8],[-2,-1],[-3,-1],[-2,-1],[-3,0],[-1,0],[-4,2],[-15,11],[-8,3],[-3,0],[-7,0],[-6,1],[-4,1],[-4,2],[-23,15],[-3,3],[-1,2],[-1,2],[0,1],[1,2],[1,2],[1,3],[0,3],[-4,6],[-1,0],[0,1],[-2,3],[-3,5],[-4,1],[-4,1],[-3,0],[-2,0],[-3,-1],[-5,-2],[-3,-1],[-4,0],[-6,1],[-2,1],[-2,3],[-1,3],[-1,4],[-2,1],[-14,0],[-12,3],[-8,1],[-5,1],[-2,1],[-1,2],[0,2],[0,2],[1,2],[1,1],[0,1],[-1,2],[-3,4],[-1,2],[-2,9],[-7,9],[-29,-8],[-6,-3],[1,-1],[2,-2],[9,-5],[2,-2],[0,-2],[-1,-3],[-3,-1],[-3,-2],[-9,-1],[-8,1],[-4,0],[-3,2],[-1,1],[0,2],[0,2],[1,4],[1,1],[-1,1],[-1,1],[-2,2],[-7,1],[-4,2],[-5,1],[-4,0],[-5,-2],[-3,0],[-4,1],[-4,0],[-3,-1],[0,-3],[2,-9],[0,-3],[0,-4],[-1,-2],[-1,-2],[-4,-7],[-5,-6],[-8,-7],[-1,-2],[-1,-2],[0,-3],[0,-1],[1,-2],[1,-2],[1,-2],[0,-2],[0,-2],[-1,-3],[-2,-1],[-1,-1],[-7,0],[-4,-1],[-1,-1],[-3,-2],[-8,-9],[-9,4],[-12,10],[-5,3],[-3,1],[-2,0],[-8,-3],[-4,-1],[-5,0],[-4,1],[-2,2],[-3,3],[-2,2],[-3,1],[-2,0],[-16,-4],[-3,0],[-8,0],[-9,0],[-3,2],[-2,2],[0,2],[1,3],[4,4],[2,2],[1,2],[1,2],[1,2],[0,4],[0,1],[1,2],[1,1],[1,2],[6,4],[1,1],[1,9],[0,3],[9,19],[1,4],[-1,2],[-3,2],[-1,1],[-3,0],[-2,0],[-3,0],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-7],[-1,-2],[-2,-2],[-2,-1],[-3,0],[-23,-1],[-4,0],[-2,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[14,-8],[3,-3],[1,-2],[-1,-3],[-3,-2],[-3,0],[-7,0],[-3,-1],[-6,-2],[-3,0],[-2,1],[-3,1],[-8,7],[-2,3],[-1,3],[-3,6],[-2,3],[-2,1],[-2,0],[-2,0],[-2,-1],[-1,-2],[0,-2],[1,-3],[0,-3],[-1,-2],[-1,-1],[-3,0],[-2,-1],[-3,0],[-10,2],[-5,2],[-3,1],[-2,-1],[0,-1],[0,-1],[1,-3],[1,-2],[0,-4],[2,-2],[3,-2],[8,-3],[2,-1],[1,-1],[0,-3],[-11,-7],[-3,-1],[-4,0],[-2,1],[-1,1],[-6,7],[-5,5],[-2,1],[-1,-1],[0,-1],[0,-2],[3,-7],[0,-3],[-2,-2],[-2,0],[-2,0],[-3,1],[-2,1],[-3,1],[-5,0],[-4,0],[-10,-3],[-3,0],[-3,1],[-3,5],[-2,3],[-2,7],[0,2],[1,4],[0,1],[2,1],[1,-1],[1,0],[2,-1],[5,2],[3,1],[2,4],[6,5],[2,3],[2,2],[1,1],[2,1],[2,1],[2,1],[4,2],[5,2],[3,2],[2,1],[1,2],[0,1],[-1,2],[-2,5],[-1,1],[-1,6],[0,2],[-1,1],[-1,1],[-1,1],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,1],[-2,5],[-1,1],[-2,1],[-4,3],[-5,1],[-1,2],[-1,3],[-1,12],[-1,10],[-1,2],[-1,3],[-5,6],[-2,3],[-3,0],[-2,1],[-5,-1],[-5,-2],[-3,0],[-2,0],[-5,2],[-2,0],[-2,-1],[-1,-1],[-2,-4],[-2,-3],[-2,-2],[-14,-9],[-1,0],[-2,0],[-1,0],[-8,3],[-22,-9],[-5,-3],[-8,-7],[-12,-9],[-6,-3],[-5,-1],[-8,0],[-7,-3],[-4,-2],[-2,-2],[0,-1],[0,-2],[0,-2],[1,-2],[2,-2],[2,-3],[5,-5],[1,-2],[0,-2],[0,-3],[-2,-1],[-3,0],[-4,-1],[-8,-4],[-4,-1],[-3,0],[-4,5],[-2,1],[-2,1],[-1,1],[-8,-2],[-24,-1],[-4,0],[-9,3],[-13,5],[-3,1],[-2,0],[-2,0],[-4,0],[-3,-3],[-3,-3],[-5,-10],[-2,-2],[-2,-2],[-5,-2],[-3,-1],[-3,1],[-2,1],[-1,2],[0,3],[0,1],[-1,2],[-2,2],[-4,1],[-6,0],[-3,-1],[-1,-2],[-1,-2],[1,-5],[0,-4],[0,-4],[-1,-4],[-11,-1],[-3,1],[-3,2],[-1,3],[-1,3],[0,4],[1,4],[1,4],[1,3],[1,2],[8,6],[3,4],[4,8],[10,13],[5,9],[1,4],[-2,1],[-2,-1],[-2,-1],[-6,-5],[-2,-1],[-3,0],[-3,1],[-3,1],[-3,-1],[-4,-2],[-2,-2],[-1,-2],[-1,-2],[-2,-1],[-1,-2],[-2,0],[-2,0],[-3,2],[-2,3],[-2,3],[0,3],[1,3],[0,1],[1,3],[8,12],[1,3],[0,2],[-2,2],[-2,0],[-3,0],[-8,-9],[-4,-8],[-1,-4],[0,-2],[1,-4],[7,-22],[1,-5],[0,-3],[-1,-3],[-2,-1],[-3,0],[-8,2],[-3,1],[-3,0],[-2,0],[-3,-1],[-5,3],[-3,0],[-4,0],[-3,-2],[-3,-3],[-3,-4],[-3,-2],[-2,-1],[-2,2],[-1,2],[-1,9],[-1,3],[-3,1],[-5,-1],[-10,-4],[-5,-1],[-4,-1],[-2,1],[-2,2],[-1,2],[0,4],[1,3],[2,4],[8,7],[1,2],[0,1],[-1,1],[-3,2],[-2,1],[0,1],[-2,1],[-2,1],[-5,0],[-2,0],[-2,-2],[0,-2],[0,-3],[0,-4],[-1,-3],[-3,-3],[-3,0],[-5,-1],[-3,-1],[-2,-2],[-4,-5],[-3,-3],[-5,-4],[-4,0],[-3,2],[-2,3],[0,5],[0,4],[1,5],[3,5],[3,4],[4,3],[8,5],[1,1],[2,3],[1,2],[0,3],[-1,5],[0,3],[1,3],[6,9],[0,4],[1,8],[0,3],[0,1],[-2,1],[-2,1],[-2,-1],[-4,-1],[-3,0],[-3,1],[-1,2],[1,2],[1,3],[2,3],[0,4],[0,5],[0,3],[-2,4],[-3,3],[-3,1],[-4,-2],[-3,-2],[-3,-3],[-2,-4],[0,-2],[0,-2],[-1,-3],[1,-11],[0,-3],[-2,-3],[-4,-2],[-6,0],[-3,1],[-2,2],[0,3],[0,12],[-1,7],[0,1],[-1,2],[-4,4],[-5,-4],[-3,0],[-3,-1],[-3,-1],[-3,-3],[-1,-3],[0,-7],[1,-2],[6,-5],[1,-1],[0,-3],[-1,-3],[-3,-4],[-1,-2],[-1,-2],[1,-3],[2,-3],[0,-3],[-1,-3],[-3,-1],[-2,0],[-3,2],[-3,4],[-3,2],[-5,3],[-1,2],[-2,4],[-1,1],[-3,1],[-7,2],[-6,0],[-4,0],[-3,-1],[-2,-2],[-1,-1],[-1,-3],[0,-2],[1,-1],[1,-2],[-1,-2],[-1,-2],[-4,-3],[-2,-2],[-8,-10],[-3,-5],[-2,-3],[0,-2],[0,-3],[0,-2],[2,-2],[2,-2],[7,-5],[4,-3],[3,-4],[12,-24],[2,-8],[1,-14],[6,-31],[3,-7],[3,-5],[12,-11],[4,-5],[4,-7],[2,-6],[1,-5],[0,-14],[1,-9],[0,-4],[0,-3],[-1,-3],[-4,-4],[-1,-3],[0,-5],[1,-3],[2,-4],[2,-3],[2,-1],[4,-1],[3,1],[9,3],[8,1],[4,1],[4,-1],[5,-2],[4,-4],[3,-4],[1,-4],[2,-5],[1,-4],[6,-7],[3,-4],[0,-3],[-2,-5],[0,-2],[0,-1],[0,-1],[0,-3],[2,-1],[2,-1],[4,0],[6,-1],[6,-3],[0,-8],[-2,-5],[-2,-6],[-3,-4],[-3,-2],[-3,-3],[-11,-9],[-4,-7],[-3,-8],[-4,-8],[-5,-5],[-8,-8],[-5,-3],[-5,-1],[-6,3],[-4,3],[-2,4],[0,4],[0,3],[-1,2],[-2,1],[-3,0],[-5,0],[-10,1],[-4,1],[-6,2],[-5,3],[-9,9],[-6,4],[-17,13],[-9,5],[-6,2],[-4,0],[-2,-1],[-2,-2],[-2,-2],[-1,-3],[-1,-3],[-1,-4],[0,-3],[0,-2],[-2,-3],[-2,-2],[-4,-4],[-4,-3],[-7,-2],[-5,1],[-4,2],[-4,3],[-3,3],[-2,4],[0,3],[1,3],[6,9],[0,3],[0,2],[-2,2],[-3,2],[-8,3],[-6,4],[-4,3],[-2,4],[-1,4],[-2,0],[-2,1],[-3,2],[-1,1],[-5,8],[-1,0],[2,4],[8,10],[3,6],[2,6],[0,7],[0,1],[-3,3],[-1,2],[2,5],[0,2],[-1,8],[-3,4],[-3,4],[-4,4],[-1,6],[0,6],[-1,7],[-8,14],[-2,1],[-3,1],[-3,2],[-1,4],[0,4],[4,4],[14,11],[10,4],[17,14],[4,5],[3,6],[2,7],[-4,7],[0,4],[2,2],[1,9],[1,4],[1,3],[5,6],[2,8],[-1,4],[-1,4],[-4,5],[-16,31],[-4,5],[-4,4],[-5,6],[-1,4],[0,3],[1,2],[2,2],[21,16],[5,7],[4,16],[4,4],[28,7],[7,1],[4,0],[10,-1],[6,-1],[4,1],[4,2],[3,3],[11,5],[30,6],[11,5],[1,2],[1,1],[0,2],[0,2],[0,3],[-1,3],[-2,4],[-4,7],[-1,3],[-1,3],[1,3],[0,3],[1,4],[2,5],[3,4],[4,2],[4,2],[5,4],[6,4],[5,11],[3,9],[14,15],[2,4],[1,3],[1,7],[7,13],[10,14],[2,4],[0,3],[-1,1],[-5,3],[-3,3],[-1,3],[-1,6],[1,3],[2,2],[6,2],[2,2],[1,2],[0,2],[-4,4],[-2,4],[0,4],[0,3],[2,2],[4,4],[2,1],[3,1],[3,1],[8,2],[4,1],[2,3],[3,2],[7,10],[1,2],[0,2],[-1,1],[-2,1],[-1,1],[-3,3],[4,11],[-1,9],[-3,9],[-4,9],[-16,23],[-5,7],[-4,12],[-3,10],[0,3],[0,3],[0,3],[-3,3],[-3,1],[-4,0],[-10,-3],[-4,1],[-6,3],[-9,11],[-6,4],[-3,1],[-4,0],[-3,0],[-1,3],[-1,4],[-3,1],[-3,-1],[-4,-3],[-4,7],[-5,-1],[-12,-6],[-4,-1],[-6,1],[-3,0],[-2,-2],[-2,-2],[-2,-2],[-4,-1],[-6,1],[-14,8],[-6,1],[-12,2],[-4,2],[-3,3],[-1,2],[-2,2],[-3,1],[-7,-1],[-4,1],[-4,8],[-6,2],[-8,0],[-12,-1],[-2,-1],[-3,-2],[-4,-7],[-1,-2],[-7,1],[-4,1],[-6,0]],[[3308,7809],[10,6],[6,0],[7,-2],[28,-21],[19,-11],[37,-14],[5,-5],[-2,-4],[-6,-5],[-16,-10],[-10,-11],[-14,-28],[-14,-19],[-1,-6],[1,-12],[0,-13],[1,-5],[6,-13],[2,-16],[3,-8],[14,-25],[29,13],[10,6],[4,1],[5,-2],[18,-9],[11,-8],[3,-1],[7,-2],[15,7],[10,9],[3,13],[-2,14],[-10,26],[-1,7],[0,8],[1,4],[3,2],[3,2],[5,1],[4,0],[3,-1],[4,-2],[18,-17],[12,-15],[8,-17],[3,-4],[6,-4],[31,-12],[11,-10],[7,-13],[5,-8],[11,-13],[17,-13],[51,-26],[8,-3],[23,-4],[5,-2],[-1,-3],[-1,-4],[-2,-4],[-15,-11],[-4,-2],[-3,0],[-2,2],[-2,0],[-3,0],[-2,-3],[-4,-6],[-3,-1],[-3,1],[-3,2],[-2,0],[-2,0],[-2,-1],[-5,-2],[-2,-1],[0,-2],[0,-1],[0,-2],[-3,-2],[-1,-1],[3,-2],[45,-21],[6,-5],[4,-7],[2,-5],[3,-17],[11,7],[20,5],[7,3],[2,0],[4,0],[23,-12],[3,-2],[1,-3],[0,-3],[1,-3],[3,-4],[5,-4],[39,-25],[8,-2],[6,-1],[4,1],[3,2],[3,0],[2,-2],[2,-3],[5,-4],[3,-3],[2,-3],[4,-14],[4,-8],[26,8],[13,1],[2,-3],[2,-3],[2,-4],[4,0],[4,2],[6,3],[21,-4],[8,2],[1,3],[1,2],[0,2],[4,2],[6,-1],[16,-2],[6,-3],[2,-4],[-1,-3],[-2,-6],[-1,-3],[2,-3],[3,0],[9,3],[5,1],[2,-1],[0,-3],[-1,-4],[0,-3],[2,-2],[3,0],[4,1],[4,1],[0,-2],[-1,-2],[0,-4],[2,-3],[6,-3],[5,-1],[5,0],[4,1],[5,2],[4,3],[8,8],[3,4],[2,4],[1,5]],[[6494,6219],[0,-4],[-1,-3],[-2,-2],[-1,-4],[0,-4],[0,-3],[2,-7],[0,-2],[0,-5],[0,-2],[1,-2],[2,-1],[2,0],[2,-1],[11,-11],[3,-2],[2,-3],[3,-7],[6,-22],[1,-7],[0,-7],[-1,-4],[-4,-5],[-1,-3],[-2,-16],[0,-2],[-1,-1],[-1,-1],[-3,0],[-3,2],[-2,1],[-3,-1],[-1,-3],[0,-3],[2,-2],[2,-1],[2,-1],[7,-1],[1,-1],[1,-1],[3,-5],[2,-3],[0,-3],[1,-4],[0,-3],[1,-2],[2,-2],[2,-3],[0,-3],[-1,-2],[-3,-1],[-3,-2],[-1,-3],[1,-2],[3,-1],[2,0],[4,-1],[-2,-5],[-2,-3],[-4,-2],[-4,-2],[-4,-1],[-5,0],[-3,0],[-4,2],[-3,2],[-3,1],[-3,1],[-5,1],[-3,-1],[-2,-2],[0,-2],[3,-2],[4,-1],[3,-1],[2,-1],[0,-2],[-1,-9],[1,-2],[2,-4],[1,-2],[0,-2],[0,-2],[-1,-3],[-2,-2],[-3,-2],[-1,-3],[0,-2],[1,-3],[0,-3],[-1,-5],[-13,-26],[-4,-6],[-9,-6],[-8,-5],[-5,-1],[-6,-3],[-3,-2],[0,-3],[0,-4],[0,-3],[1,-2],[1,-1],[2,0],[2,1],[1,0],[2,-1],[4,-6],[-1,-4],[-3,-2],[-5,-1],[-9,2],[-4,-2],[-1,-2],[-1,-7],[-2,-3],[-3,-6],[-3,-2],[-3,1],[-7,5],[-4,2],[-3,1],[-3,-1],[-3,-2],[0,-2],[1,-8],[-1,-5],[1,-8],[-1,-3],[-2,-2],[-3,-2],[-4,-4],[-4,-1],[-9,2],[-7,0],[-18,-7],[-2,0],[-1,2],[-1,3],[0,4],[-1,4],[-2,2],[-2,2],[-2,0],[-15,-3],[-6,-2],[-3,-2],[0,-2],[2,-3],[5,-4],[1,-1],[0,-3],[0,-1],[2,-2],[6,-5],[2,-3],[0,-5],[0,-4],[-2,-3],[-3,-2],[-4,0],[-1,-1],[-1,-3],[0,-7],[-1,-3],[-1,-4],[-3,-2],[-2,0],[-4,5],[-2,2],[-3,1],[-3,0],[-7,2],[-3,1],[-3,-1],[-2,-1],[-1,-2],[1,-3],[2,-2],[5,-4],[2,-3],[1,-2],[-2,-4],[-10,-2],[-17,4],[-7,3],[-6,4],[-7,6],[-2,1],[-4,0],[-5,1],[-6,3],[-17,10],[-5,1],[-4,1],[-2,-2],[-2,-2],[-1,-2],[0,-2],[-1,-1],[-1,-2],[-3,-3],[-6,-4],[-1,-2],[-2,-4],[-2,-5],[0,-2],[0,-2],[2,-3],[2,-6],[-2,-8],[-5,-8],[-11,-3],[-37,-6],[-20,-6],[-13,-5],[-26,-7],[-15,-6],[-9,-6],[-6,-5],[-4,-4],[-2,-5],[-1,-3],[1,-4],[-1,-4],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-3,-3],[-4,-2],[-9,-7],[-9,-4],[-5,0],[-4,2],[-3,4],[-6,3],[-9,4],[-3,1],[-4,0],[-3,1],[-1,2],[0,1],[1,4],[3,14],[-2,6],[-9,0],[-13,7],[-6,2],[-4,0],[-3,-2],[-3,-2],[-1,-3],[-1,-2],[0,-2],[4,-10],[1,-3],[-2,-4],[-2,-1],[-2,-1],[-17,-2],[-7,-1],[-5,1],[-17,-3],[-7,-3],[-1,-2],[-1,-2],[1,-5],[2,-2],[2,-3],[1,-3],[2,-1],[10,1],[2,-1],[3,-3],[0,-2],[-2,-2],[-1,-4],[-1,-7],[0,-3],[-2,-3],[-5,-6],[-5,-7],[-3,-7],[-1,-7],[3,-6],[10,-9],[2,-7],[0,-4],[2,-3],[1,-1],[4,1],[13,4],[5,0],[7,-1],[7,-3],[5,-4],[38,-38],[7,-6],[5,-1],[4,0],[5,2],[3,2],[13,0],[17,-3],[43,-2],[2,0],[1,-1],[1,0],[1,-1],[3,0],[6,-1],[2,-1],[1,-1],[0,-1],[-2,-1],[-1,-1],[-4,-1],[-5,-1],[-5,-1],[-3,-1],[-8,-6],[-2,-3],[0,-3],[1,-3],[1,-3],[-2,-3],[-3,-7],[0,-3],[0,-8],[-1,-8],[-1,-4],[2,-4],[16,-12],[6,-1],[4,0],[2,0],[3,0],[8,-4],[19,-15],[3,-15],[2,-4],[3,-5],[4,-2],[5,-2],[14,0],[5,-2],[8,-4],[4,-4],[3,-4],[3,-6],[0,-2],[0,-2],[-1,-2],[-1,-1],[-3,0],[-7,1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-2],[1,-3],[1,-4],[2,-3],[2,-1],[10,-5],[4,-3],[5,-5],[2,-5],[0,-10],[2,-6],[4,-3],[5,-4],[5,-4],[1,-3],[-1,-2],[-5,-2],[-11,-1],[-5,0],[-3,0],[-1,-2],[0,-7],[0,-3],[-2,-2],[-4,0],[-5,2],[-1,0],[-2,-1],[-5,-3],[-4,-3],[-3,-2]],[[5303,5396],[2,5],[2,6],[0,2],[1,2],[1,1],[2,1],[5,2],[2,1],[2,2],[6,6],[4,3],[1,0],[10,0],[3,1],[3,0],[2,2],[6,5],[17,11],[2,2],[1,3],[5,15],[2,3],[1,2],[2,2],[3,1],[5,2],[2,2],[4,4],[2,2],[12,8],[4,3],[3,4],[2,4],[0,3],[0,4],[-2,3],[-3,6],[-1,4],[-1,6],[-1,2],[-3,2],[-8,4],[-3,1],[-3,0],[-3,0],[-3,0],[-1,0],[-2,-1],[-2,-1],[-3,0],[-3,0],[-5,2],[-3,1],[-10,6],[-3,0],[-1,-1],[0,-1],[1,-5],[-1,-1],[-1,-1],[-2,-1],[-2,0],[-2,1],[-2,1],[-1,1],[-1,1],[-1,3],[-2,6],[-2,9],[0,3],[-2,4],[-4,4],[-10,8],[-5,7],[-3,12],[4,14],[2,24],[-3,15],[-2,4],[-2,4],[-4,1],[-1,1],[-3,-1],[-7,-8],[-2,-1],[-2,0],[-1,1],[-2,3],[-1,4],[0,4],[1,3],[2,8],[0,3],[0,3],[0,2],[0,3],[0,2],[1,2],[2,3],[10,9],[3,4],[2,3],[2,3],[0,3],[0,1],[-6,10],[-1,4],[0,3],[-1,3],[-1,3],[-3,1],[-3,0],[-2,-1],[-4,-2],[-2,-1],[-3,-1],[-1,0],[-2,-1],[-1,-1],[0,-2],[-1,-1],[0,-4],[2,-7],[0,-2],[-1,-1],[-1,-1],[-1,0],[-2,1],[-20,7],[-2,1],[-3,0],[-2,-1],[-8,-1],[-2,0],[-3,0],[-2,1],[-4,2],[-2,3],[-3,5],[-4,10],[-3,7],[-1,3],[0,2],[1,2],[4,9],[0,3],[0,3],[-1,4],[-6,12],[-5,6],[-44,36],[-5,6],[-2,5],[-2,4],[-1,4],[0,4],[0,13],[0,4],[-2,3],[-2,2],[-11,6],[-5,4],[-2,1],[-3,1],[-16,1],[-17,5]],[[5163,6009],[5,0],[31,-4],[18,-4],[17,1],[5,2],[7,7],[6,1],[4,0],[6,-1],[3,-1],[3,1],[6,1],[12,1],[7,1],[5,4],[3,5],[4,2],[3,1],[2,2],[1,1],[0,1],[5,10],[1,1],[2,1],[2,-1],[5,-3],[10,-19],[6,-18],[3,-6],[4,-4],[4,-1],[3,1],[1,1],[2,3],[0,2],[0,3],[0,2],[2,1],[2,0],[2,-2],[0,-2],[0,-3],[1,-3],[3,-1],[2,0],[2,2],[1,2],[-1,7],[1,2],[1,1],[3,0],[4,0],[3,0],[2,1],[2,1],[3,-1],[2,-2],[2,0],[2,1],[3,3],[3,1],[3,-1],[3,-3],[3,-6],[1,-10],[-3,-2],[-2,-4],[1,-2],[8,-7],[4,-6],[4,-4],[5,-3],[9,-4],[8,-6],[2,-2],[2,-3],[2,-3],[5,-4],[4,-1],[4,-1],[4,1],[3,1],[7,6],[1,2],[0,3],[2,3],[7,6],[2,3],[2,3],[1,1],[2,-1],[2,-2],[3,-1],[4,0],[6,-2],[4,0],[3,2],[3,9],[4,6],[5,4],[14,7],[4,3],[5,2],[3,2],[3,2],[5,0],[4,-3],[3,-15],[3,-1],[5,1],[2,1],[3,-1],[1,-3],[3,-17],[2,-3],[4,-3],[16,-1],[7,1],[5,3],[5,3],[21,7],[2,-1],[0,-2],[-2,-8],[0,-3],[2,-2],[3,0],[12,11],[4,3],[3,2],[0,3],[0,2],[0,3],[4,3],[28,10],[3,1],[2,2],[0,3],[1,1],[5,2],[24,2],[6,3],[15,-1],[7,0],[6,1],[4,0],[3,-2],[4,-1],[3,1],[9,8],[1,2],[4,2],[1,1],[1,4],[3,0],[5,-1],[5,-1],[8,0],[4,2],[1,4],[0,11],[0,3],[-1,3],[-2,3],[-1,2],[0,2],[2,1],[8,2],[3,3],[1,4],[1,9],[1,4],[3,5],[3,4],[4,4],[5,1],[26,1],[6,-2],[5,-4],[14,-17],[15,2],[13,8],[6,4],[6,2],[3,-3],[-1,-2],[-2,-3],[-2,-3],[2,-1],[3,-1],[5,0],[5,-2],[5,-3],[4,-6],[3,-23],[2,-5],[4,-3],[5,-4],[6,-1],[6,0],[7,4],[3,0],[12,-4],[9,-1],[2,-3],[1,-3],[1,-10],[0,-2],[-2,-3],[-8,-9],[0,-2],[1,-4],[25,-12],[19,-13],[7,-4],[3,1],[3,3],[1,3],[1,3],[-1,4],[0,2],[2,3],[2,1],[4,2],[0,11],[2,10],[3,4],[10,7],[16,14],[7,0],[6,-2],[7,-3],[5,-1],[7,2],[4,0],[8,4],[3,6],[3,2],[3,1],[4,-2],[4,-2],[10,-7],[24,-7],[1,2],[-1,6],[0,2],[3,4],[5,6],[1,5],[2,0],[11,-2],[16,-6],[6,-1],[4,2],[2,2],[1,7],[1,4],[4,11],[-1,10],[4,14],[-1,5],[-1,3],[-1,2],[1,1],[2,2],[2,3],[5,9],[3,4],[3,3],[0,4],[-1,33],[1,5],[2,5],[8,9],[7,7],[3,2],[10,4],[4,-1],[8,-2],[2,0],[1,2],[5,18],[1,6],[3,8],[3,3],[4,1],[7,0],[1,1],[2,1],[2,1],[3,0],[4,-2],[5,-2],[4,-1],[6,2],[2,4],[2,9],[1,2],[4,2],[1,3],[1,4],[3,6],[12,9],[5,3],[4,-1],[1,-1],[3,-1],[3,-1],[4,-2],[3,-5],[2,-4],[3,-3],[19,-3],[7,-3],[14,2],[8,-1],[3,-2],[3,-2],[3,-3],[1,-4]],[[6494,6219],[11,10],[6,10],[1,3],[-4,4],[-2,7],[-1,5],[-1,2],[-3,2],[-2,4],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,0],[-2,0],[0,1],[-1,1],[-1,3],[-1,2],[-1,1],[-1,0],[-3,1],[-1,1],[0,1],[0,1],[2,2],[3,2],[1,1],[1,1],[0,1],[0,2],[6,3],[10,4],[10,4],[4,2],[2,3],[3,4],[2,1],[12,4],[6,3],[4,3],[6,-2],[4,-3],[1,-1],[0,-3],[5,-2],[19,-3],[-1,5],[0,4],[-1,2],[-1,1],[-2,3],[-2,1],[-1,2],[1,3],[2,8],[2,9],[0,2],[-1,2],[-1,6],[-2,7],[-1,3],[-3,4],[-9,6],[-19,7],[-3,5],[-7,5],[-2,2],[-2,4],[-2,6],[-1,2],[-2,2],[-1,1],[-4,7],[-3,2],[-10,4],[-6,3],[-1,2],[-1,1],[0,1],[-1,1],[0,1],[-2,3],[0,1],[-1,2],[1,2],[1,1],[3,1],[3,1],[1,1],[1,2],[2,9],[1,2],[1,4],[-1,4],[1,3],[3,4],[8,8],[22,15],[11,12],[2,3],[2,0],[2,0],[3,0],[2,0],[3,1],[7,7],[3,1],[6,3],[4,2],[5,6],[7,5],[11,12],[4,3],[4,3],[9,2],[4,2],[9,8],[4,2],[4,1],[5,0],[2,0],[1,1],[0,2],[1,2],[0,3],[-2,2],[-2,3],[-4,2],[-6,2],[-2,2],[0,2],[1,2],[2,2],[4,1],[1,1],[1,2],[-1,2],[-3,3],[-10,9],[-3,2],[-4,1],[-2,1],[-3,2],[-1,2],[0,4],[3,8],[-1,2],[-3,1],[-13,-4],[-6,-2],[-3,0],[-5,2],[-6,1]],[[6563,6845],[6,-2],[4,-4],[11,-6],[2,-3],[1,-3],[0,-6],[1,-3],[2,-3],[3,-2],[6,-2],[9,0],[14,2],[13,-2],[32,-12],[2,-2],[2,-1],[3,-1],[4,0],[10,1],[6,3],[8,5],[22,19],[7,0],[23,-3],[15,2],[3,-1],[6,-5],[9,-2],[4,0]],[[4274,5031],[6,14],[3,11],[5,12],[0,8],[-2,27],[1,5],[1,4],[2,30],[3,9],[5,4],[10,2],[6,4],[5,9],[5,13],[-2,19],[1,13],[3,8],[13,25],[5,8],[5,4],[5,1],[5,-2],[9,-12],[2,-2],[2,1],[3,4],[1,4],[-2,4],[-3,5],[-1,2],[2,2],[5,1],[3,2],[1,4],[1,16],[2,5],[4,5],[3,2],[13,7],[8,12],[1,5],[0,8],[-1,9],[1,10],[2,7],[11,13],[4,4],[4,2],[3,-1],[2,-2],[2,-7],[3,-1],[4,-1],[7,3],[6,5],[5,1],[9,1],[7,6],[4,0],[5,-1],[4,-4],[5,-10],[5,-3],[5,1],[5,3],[3,3],[6,4],[4,2],[7,7],[8,5],[6,1],[6,3],[8,0],[7,3],[5,3],[2,3],[1,4],[1,5],[5,6],[18,11],[7,2],[5,4],[0,5],[-2,6],[1,5],[2,2],[5,6],[-1,11],[-2,10],[1,7],[3,6],[6,2],[12,4],[6,2],[13,10],[10,10],[2,6],[-4,11],[0,5],[4,8],[6,4],[17,5],[16,9],[6,1],[7,-1],[5,-1],[4,5],[5,11],[0,6],[2,13],[8,24],[-1,6],[-4,5],[-12,8],[-3,3],[-4,2],[-4,1],[-17,-2],[-3,1],[-2,3],[-1,3],[-3,2],[-3,0],[-5,2],[-5,6],[-7,14],[-8,9],[-6,3],[-15,1],[-18,7],[-7,2],[-6,2],[-5,0],[-3,-2],[-6,-6],[-9,-3],[-9,-6],[-4,-2],[-5,2],[-3,4],[-2,5],[-4,6],[-1,4],[-2,4],[1,1],[2,2],[3,2],[2,4],[1,11],[2,2],[7,3],[2,1],[5,7],[3,2],[2,4],[0,5],[-2,6],[-5,7],[-8,18],[-4,6],[-1,2],[3,4],[-1,4],[-3,3],[7,5],[13,0],[6,-4],[13,-14],[11,-7],[9,-3],[9,1],[8,3],[15,8],[8,3],[22,-2],[7,-3],[15,-8],[10,0],[30,0],[12,-4],[6,0],[48,-1],[26,-3],[10,0],[4,3],[3,3],[4,3],[14,5],[10,5],[2,3],[1,4],[0,4],[2,4],[3,3],[7,3],[9,1],[5,2],[10,5],[3,3],[2,3],[0,4],[1,4],[0,2],[4,5]],[[2228,5215],[0,23],[4,12],[-1,2],[-2,4],[-3,3],[-2,3],[-1,3],[-1,7],[-1,5],[-4,7],[-2,3],[-5,4],[-2,3],[-1,3],[1,9],[-1,4],[-1,5],[-1,6],[1,8],[2,4],[2,3],[2,1],[2,1],[2,0],[2,-1],[2,-2],[5,-4],[2,-1],[3,-1],[4,0],[10,2],[5,2],[4,2],[4,3],[3,3],[2,2],[2,3],[0,3],[-1,3],[-2,2],[-4,2],[-8,2],[-10,0],[-13,-1],[-3,0],[-5,2],[-5,3],[-14,12],[-4,4],[0,3],[3,6],[3,2],[2,1],[2,1],[2,0],[18,-6],[3,0],[3,1],[4,1],[3,2],[11,12],[23,17],[3,1],[4,0],[8,0],[3,1],[3,0],[4,2],[3,3],[3,3],[2,3],[25,47],[1,5],[-3,6],[-7,9],[-5,3],[-3,0],[-3,-1],[-2,-1],[-3,0],[-2,0],[-2,0],[-1,3],[-2,5],[-3,27],[-7,15]],[[4014,1787],[-2,0],[-8,3],[0,3],[-2,1],[-3,1],[-1,3],[1,2],[-1,1],[0,1],[3,2],[-1,2],[-2,1],[-2,0],[-1,1],[-3,-1],[-1,1],[0,1],[-1,2],[-1,1],[-2,0],[-3,-2],[-2,1],[-1,3],[-3,1],[-3,0],[-3,1],[-2,2],[0,4],[3,2],[1,2],[-2,1],[-2,2],[0,2],[5,0],[4,-3],[1,0],[2,1],[0,1],[0,4],[-1,2],[-2,1],[-2,2],[1,2],[2,1],[6,-2],[7,-3],[2,0],[1,2],[6,2],[5,0],[7,-1]],[[4006,2116],[-3,-14]],[[4003,2102],[-2,0],[-9,0],[-6,1],[-2,1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,1],[-3,3],[-1,1],[-2,1],[-2,0],[-1,1],[0,2],[2,3],[1,3],[1,3],[0,3],[-1,2],[-1,1],[-2,1],[-1,2],[-1,1],[0,2],[1,2],[-1,1],[-1,2],[-5,5],[-1,2],[1,2],[1,2],[3,4],[1,0],[1,0],[2,-1],[3,-3],[1,-2],[3,-2],[3,-1],[9,2],[3,0],[1,-2],[0,-2],[0,-1],[-1,-2],[-5,-4],[0,-1],[0,-2],[1,-1],[3,-1],[2,-1],[2,-3],[2,0],[2,1],[6,6],[5,3],[7,3]],[[4003,2102],[-2,-11]],[[1818,4731],[6,0],[9,1],[5,4],[1,8],[-2,6],[-5,7],[-5,2]],[[1827,4759],[10,14]],[[1252,4842],[-2,0],[-3,0],[-3,0],[-2,-2],[-1,-2],[0,-3],[0,-2]],[[7893,5754],[2,5],[-2,18],[2,6],[1,3],[0,1],[0,2],[0,2],[0,2],[2,3],[1,1],[2,2],[1,1],[1,0],[1,1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[1,0],[2,1],[0,1],[1,2],[0,3],[0,2],[0,3],[0,1],[0,2],[-2,3],[0,1],[0,2],[0,7],[0,2],[1,2],[3,9],[1,5],[0,2],[-1,1],[-1,4],[-1,1],[-1,2],[0,3],[0,6],[3,12],[0,2],[-1,27],[0,2],[-1,2],[-1,2],[-2,1],[0,1],[-2,2],[-2,5]],[[1825,4756],[2,3]]]}
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
border: 3px solid #646464;
background-color: #C6ECFF;
}
* {
fill-opacity: 0.3;
stroke-opacity: 0.3;
}
.polygon, .lineString, .point {
stroke-width: 1px;
stroke: #0978AB;;
stroke-linejoin: round ;
}
.polygon, .point {
fill:#C6ECFF;
}
.lineString {
fill: none;
}
.L1 { fill: #FFFFFF;}
.data:hover { stroke: #B10000; stroke-width: 2px; fill-opacity: 1; stroke-opacity: 0.7; }
.datum:hover { stroke: #00B100; stroke-width: 2px; fill-opacity: 1; stroke-opacity: 0.7; }
/*.subunit-boundary {
fill: none;
stroke-linejoin: round;
} */
.international-boundary {
stroke-width:3px;
stroke-dasharray: 16,4,3,4;
}
.legend {
font-size: 16px;
font-weight: bold;
text-anchor: start;
}
.download {
background: #333;
color: #FFF;
font-weight: 900;
border: 2px solid #B10000;
padding: 4px;
margin:4px;
}
</style>
<body>
<script src="http://code.jquery.com/jquery-2.0.2.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script>
// 1. -------------- SETTINGS ------------- //
// India geo-frame borders in decimal ⁰
var WNES = { "W": 67.0, "N":37.5, "E": 99.0, "S": 5.0, "vert_%": 106, "jsond":"India" };
// var WNES = { "W": -5.8, "N":51.5, "E": 10, "S": 41.0, "vert_%": 140, "jsond":"France" };
// Geo values of interest :
var latCenter = (WNES.S + WNES.N)/2,
lonCenter = (WNES.W + WNES.E)/2,
geo_width = (WNES.E - WNES.W),
geo_height= (WNES.N - WNES.S);
// HTML expected jsondme dimensions
var width = 600,
height = width * (geo_height / geo_width);
// var color = d3.scale.category10(); // d3.scale.ordinal().domain(["000000", "FFFFFF", "baz"]).range(colorbrewer.RdBu[9]);
// Projection: projection, reset scale and translate
var projection = d3.geo.equirectangular()
.scale(1)
.translate([0, 0]);
// SVG injection:
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
svg.append("rect")
.attr("id", "background")
.attr("width", width)
.attr("height", height)
.attr("fill", "#C6ECFF")
.attr("fill-opacity", 0.2);
// Path
var path = d3.geo.path()
.projection(projection)
.pointRadius(4);
// Data (getJSON: TopoJSON)
d3.json("final_adms_India.json", showData);
// .json contain features layers : countries, subunits, places. Each shape have an attibute `name`.
// ---------- FUNCTION ------------- //
function showData(error, jsond) {
// var #Coord: projection formerly here
// var #Path: formerly here
var countries = topojson.feature(jsond, jsond.objects.countries),
subunits = topojson.feature(jsond, jsond.objects.subunits),
places = topojson.feature(jsond, jsond.objects.places),
neighbors = topojson.neighbors(jsond.objects.subunits.geometries); // coloring: full line
// Focus area box compute for derive scale & translate.
// [​[left, bottom], [right, top]​] // E W N S
var b = path.bounds(countries),
s = 1 / Math.max((b[1][0] - b[0][0]) / width, (b[1][1] - b[0][1]) / height),
t = [(width - s * (b[1][0] + b[0][0])) / 2, (height - s * (b[1][1] + b[0][1])) / 2];
// Projection update
projection = projection
.scale(s)
.translate(t);
var grp1 = svg.append("g")
.attr("class", "polygon")
.on("click", click);
var grp2 = svg.append("g")
.attr("class", "lineString");
var grp3 = svg.append("g")
.attr("class", "point")
.on("click", click);
/** ******************* POLYGONS & .FEATURE() ******************** /**/
//Append L0 polygons
grp1.append("path") //datum
.datum(countries)
.attr("class", "datum L0") // for fun and svg code readability:
.attr("d", path);
grp1.selectAll(".polygons") //data
.data(topojson.feature(jsond, jsond.objects.countries).features)
.enter().append("path")
.attr("class", "data L0") // for fun and svg code readability:
.attr("data-name-en", function(d) { return d.properties.name; }) //for fun and svg code readability
.attr("d", path);
//Append L1 polygons
grp1.append("path")
.datum(topojson.feature(jsond, jsond.objects.subunits))
.attr("class", "datum L1") // for fun and svg code readability
.attr("d", path);
grp1.selectAll(".polygons")
.data(topojson.feature(jsond, jsond.objects.subunits).features)
.enter().append("path")
.attr("class", "data L1") // for fun and svg code readability:
.attr("data-name-en", function(d) { return d.properties.name; }) // for fun and svg code readability:
.attr("d", path);
/** ******************* LINESTRING & .MESH() ******************** /**/
// DATUM : LineString: Conditional Border
grp2.append("path")
.datum(topojson.mesh(jsond, jsond.objects.subunits, function(a,b) { if (a.properties.name!==b.properties.name){var ret = a;}return ret;}))
.attr("class", "datum subunit-boundary")
.attr("d", path);
// DATA > LineSTRING: Conditional Border ? HOW TO DO THIS WITH DATA ()
grp2.append("path")
.datum(topojson.mesh(jsond, jsond.objects.countries, function(a,b) { if (a.properties.name!==b.properties.name){var ret = a;}return ret;}))
.attr("class", "datum international-boundary")
.attr("d", path);
/** ******************* POINTS ******************** /**/
//* DATUM > POINTS:
grp3.append("path")
.datum(topojson.feature(jsond, jsond.objects.places))
.attr("class", "datum points") // for fun and svg code readability
.attr("d", path); /**/
/** ******************* SUGAR ******************** /**/
function click(a){ console.log(a.properties.name);}
// Toggle function here
var leg = svg.append("g")
.attr("groupmode","layer")
.attr("class", "legend")
.attr({'id':'Legend','label':'Legend'});
leg.append("text")
.attr("x", 20)
.attr("y", height - 20)
.style("fill", "#B10000")
.on("click", function(){
console.log('1: click');
// Determine if current line is visible
var newOpacity = data.active ? 1 : 0;
// Hide or show the elements
d3.select(".data").style("opacity", newOpacity);
// Toggle elements's active s
data.active = !data.active;
})
.text(".data()");
leg.append("text")
.attr("x", 20)
.attr("y", height - 40)
.style("fill", "#00B100")
.on("click", function(){
console.log('1: click');
// Determine if current line is visible
var newOpacity = datum.active ? 1 : 0;
// Hide or show the elements
d3.select(".datum").style("opacity", newOpacity);
// Toggle elements's active s
datum.active = !datum.active;
})
.text(".datum()");
}
</script>
<br />
<div>
<a class="download ac-icon-download" href="javascript:javascript: (function () { var e = document.createElement('script'); if (window.location.protocol === 'https:') { e.setAttribute('src', 'https://rawgithub.com/NYTimes/svg-crowbar/gh-pages/svg-crowbar.js'); } else { e.setAttribute('src', 'http://nytimes.github.com/svg-crowbar/svg-crowbar.js'); } e.setAttribute('class', 'svg-crowbar'); document.body.appendChild(e); })();"><!--⤋--><big>⇩</big> Download</a> -- Works on Chrome. Feedback welcome for others web browsers.
</div>
<br />
</body>
</html>
@theredpea
Copy link

Nice reference, Hugo
I think you have these signatures flipped; data accepts a key parameter, datum does not.

.datum([values[, key]])
.data([value]) :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment