Skip to content

Instantly share code, notes, and snippets.

@pdbartsch
Last active March 29, 2023 18:06
Show Gist options
  • Save pdbartsch/49dad5efa95d3a8134e7 to your computer and use it in GitHub Desktop.
Save pdbartsch/49dad5efa95d3a8134e7 to your computer and use it in GitHub Desktop.
North America d3
data/*
*.zip
*.gzip
*.bu
*.paul
*.*~
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
background-color: #e0f3f8;
}
.subunit.USB { fill: #d73027; }
.subunit.USK { fill: #fc8d59; }
.subunit.USH { fill: #ffffbf; }
.subunit.CAN { fill: #4575b4; }
.subunit.MEX { fill: #fee090; }
.subunit-boundary {
fill: none;
stroke: white;
stroke-width: 3;
stroke-linejoin: round;
}
.subunit-label {
fill: #404040;
fill-opacity: 1;
font-size: 20px;
font-weight: 600;
text-anchor: middle;
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 1160;
var projection = d3.geo.mercator()
.center([100, 50])
.scale(240)
.rotate([-180,0]);
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
d3.json("nam.json", function(error, nam) {
var subunits = topojson.feature(nam, nam.objects.subunits)
/* ,places = topojson.feature(nam, nam.objects.places) */
;
svg.selectAll(".subunit")
.data(subunits.features)
.enter().append("path")
.attr("class", function(d) { return "subunit " + d.id; })
.attr("d", path);
svg.append("path")
.datum(topojson.mesh(nam, nam.objects.subunits, function(a, b) { return a !== b; }))
.attr("d", path)
.attr("class", "subunit-boundary");
svg.selectAll(".subunit-label")
.data(subunits.features)
.enter().append("text")
.attr("class", function(d) { return "subunit-label " + d.id; })
.attr("transform", function(d) { return "translate(" + path.centroid(d) + ")"; })
.attr("dy", ".35em")
.text(function(d) { return d.properties.name; });
svg.append("path")
.datum(places)
.attr("d", path)
.attr("class", "place");
/*
svg.selectAll(".place-label")
.data(places.features)
.enter().append("text")
.attr("class", "place-label")
.attr("transform", function(d) { return "translate(" + projection(d.geometry.coordinates) + ")"; })
.attr("x", function(d) { return d.geometry.coordinates[0] > -1 ? 6 : -6; })
.attr("dy", ".35em")
.style("text-anchor", function(d) { return d.geometry.coordinates[0] > -1 ? "start" : "end"; })
.text(function(d) { return d.properties.name; });
*/
});
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"subunits":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","properties":{"name":"Canada"},"id":"CAN","arcs":[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[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]],[[36,37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[47]],[[48]],[[49]],[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[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]],[[90]],[[91]],[[92]],[[93]],[[94]],[[95]],[[96]],[[97]],[[98]],[[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]],[[127]],[[128]],[[129]],[[130]],[[131]],[[132]],[[133]],[[134]],[[135]],[[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]],[[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]],[[254]],[[255]],[[256]],[[257]],[[258]],[[259]],[[260]],[[261]],[[262]],[[263]],[[264]],[[265]],[[266]],[[267]],[[268]],[[269]],[[270]],[[271]],[[272]],[[273]],[[274]],[[275]],[[276]],[[277]],[[278]],[[279]],[[280]],[[281]],[[282]],[[283]],[[284]],[[285]],[[286]],[[287]],[[288]],[[289]],[[290]],[[291]],[[292]],[[293]],[[294]],[[295]],[[296]],[[297]],[[298]],[[299]],[[300]],[[301]],[[302]],[[303]],[[304]],[[305]],[[306]],[[307]],[[308]],[[309]],[[310]],[[311]],[[312]],[[313]],[[314]],[[315]],[[316]],[[317]],[[318]],[[319]],[[320]],[[321]],[[322]],[[323]],[[324]],[[325]],[[326]],[[327]],[[328]],[[329]],[[330]],[[331]],[[332]],[[333]],[[334]],[[335]],[[336]],[[337]],[[338]],[[339]],[[340]],[[341]],[[342]],[[343]],[[344]],[[345]],[[346]],[[347]],[[348]],[[349]],[[350]],[[351]],[[352]],[[353]],[[354,355,356,357,358,359]],[[360]],[[361]],[[362]],[[363]],[[364]],[[365]],[[366]],[[367]],[[368]],[[369]],[[370]],[[371]],[[372]],[[373]],[[374]],[[375]],[[376]],[[377]],[[378]],[[379]],[[380]],[[381]],[[382]],[[383]],[[384]],[[385]],[[386]],[[387]],[[388]],[[389]],[[390]],[[391]],[[392]],[[393]],[[394]],[[395]],[[396]],[[397]],[[398]],[[399]],[[400]],[[401]],[[402]],[[403]],[[404]],[[405]],[[406]],[[407]],[[408]],[[409]],[[410]],[[411]],[[412]],[[413]],[[414]],[[415]]]},{"type":"MultiPolygon","properties":{"name":"Mexico"},"id":"MEX","arcs":[[[416]],[[417]],[[418]],[[419]],[[420]],[[421]],[[422]],[[423]],[[424]],[[425]],[[426]],[[427]],[[428]],[[429]],[[430]],[[431]],[[432]],[[433]],[[434]],[[435]],[[436]],[[437]],[[438]],[[439]],[[440]],[[441]],[[442]],[[443]],[[444]],[[445]],[[446]],[[447]],[[448]],[[449]],[[450]],[[451]],[[452]],[[453]],[[454]],[[455]],[[456]],[[457]],[[458]],[[459]],[[460]],[[461]],[[462]],[[463]],[[464,465]]]},{"type":"MultiPolygon","properties":{"name":"U.S.A."},"id":"USB","arcs":[[[466]],[[467]],[[468]],[[469]],[[470]],[[471]],[[472]],[[473]],[[474]],[[475]],[[476]],[[477]],[[478]],[[479]],[[480]],[[481]],[[482]],[[483]],[[484]],[[485]],[[486]],[[487]],[[488]],[[489]],[[490]],[[491]],[[492]],[[493]],[[494]],[[495]],[[496]],[[497]],[[498]],[[499]],[[500]],[[501]],[[502]],[[503]],[[504]],[[505]],[[506]],[[507]],[[508]],[[509]],[[510]],[[511]],[[512]],[[-514]],[[514]],[[515]],[[516]],[[517]],[[518]],[[519]],[[520]],[[521]],[[522]],[[523]],[[524]],[[525]],[[526]],[[527]],[[528]],[[529]],[[530]],[[531]],[[532]],[[533]],[[534]],[[535]],[[536]],[[537]],[[538]],[[539]],[[540]],[[541]],[[542]],[[543]],[[544]],[[545]],[[546]],[[547]],[[548]],[[549]],[[550]],[[551]],[[552]],[[553]],[[554]],[[555]],[[556]],[[557]],[[558]],[[559]],[[560]],[[561]],[[562]],[[563]],[[564]],[[565]],[[566]],[[567]],[[568]],[[569]],[[570]],[[571]],[[572]],[[573]],[[574]],[[575]],[[576]],[[577]],[[578]],[[579]],[[580]],[[581]],[[582]],[[583]],[[584]],[[585]],[[586]],[[587]],[[588]],[[589]],[[590]],[[591]],[[592]],[[593]],[[594]],[[595]],[[596]],[[597]],[[598]],[[599]],[[600]],[[601]],[[602]],[[603]],[[604]],[[605,-357]],[[-38,606,-466,607,-355]]]},{"type":"MultiPolygon","properties":{"name":"Hawaii"},"id":"USH","arcs":[[[608]],[[609]],[[610]],[[611]],[[612]],[[613]],[[614]],[[615]],[[616]],[[617]],[[618]]]},{"type":"MultiPolygon","properties":{"name":"Alaska"},"id":"USK","arcs":[[[619]],[[620]],[[621]],[[622]],[[623]],[[624]],[[625]],[[626]],[[627]],[[628]],[[629]],[[630]],[[631]],[[632]],[[633]],[[634]],[[635]],[[636]],[[637]],[[638]],[[639]],[[640]],[[641]],[[642]],[[643]],[[644]],[[645]],[[646]],[[647]],[[648]],[[649]],[[650]],[[651]],[[652]],[[653]],[[654]],[[655]],[[656]],[[657]],[[658]],[[659]],[[660]],[[661]],[[662]],[[663]],[[664]],[[665]],[[666]],[[667]],[[668]],[[669]],[[670]],[[671]],[[672]],[[673]],[[674]],[[675]],[[676]],[[677]],[[678]],[[679]],[[680]],[[681]],[[682]],[[683]],[[684]],[[685]],[[686]],[[687]],[[688]],[[689]],[[690]],[[691]],[[692]],[[693]],[[694]],[[695]],[[696]],[[697]],[[698]],[[699]],[[700]],[[701]],[[702]],[[703]],[[704]],[[705]],[[706]],[[707]],[[708]],[[709]],[[710]],[[711]],[[712]],[[713]],[[714]],[[715]],[[716]],[[717]],[[718]],[[719]],[[720]],[[721]],[[722]],[[723]],[[724]],[[725]],[[726]],[[727]],[[728]],[[729]],[[730]],[[731]],[[732]],[[733]],[[734]],[[735]],[[736]],[[737]],[[738]],[[739]],[[740]],[[741]],[[742]],[[743]],[[744]],[[745]],[[746]],[[747]],[[748]],[[749]],[[750]],[[751]],[[752]],[[753]],[[754]],[[755]],[[756]],[[757]],[[758]],[[759]],[[760]],[[761]],[[762]],[[763]],[[764]],[[765]],[[766]],[[767]],[[768]],[[769]],[[770]],[[-772]],[[772]],[[773]],[[774]],[[775]],[[776]],[[777]],[[778]],[[779]],[[780]],[[781]],[[782]],[[783]],[[784]],[[785]],[[786]],[[-788]],[[788]],[[789]],[[790]],[[791]],[[792]],[[793]],[[794]],[[795]],[[796]],[[-359,797]]]}]},"places":{"type":"GeometryCollection","geometries":[{"type":"Point","properties":{"name":"Virginia"},"coordinates":[2413,4809]},{"type":"Point","properties":{"name":"Winona"},"coordinates":[2438,4302]},{"type":"Point","properties":{"name":"Rochester"},"coordinates":[2415,4298]},{"type":"Point","properties":{"name":"Lakeville"},"coordinates":[2393,4390]},{"type":"Point","properties":{"name":"Ely"},"coordinates":[2433,4864]},{"type":"Point","properties":{"name":"Moorhead"},"coordinates":[2296,4714]},{"type":"Point","properties":{"name":"St. Cloud"},"coordinates":[2367,4523]},{"type":"Point","properties":{"name":"Miles City"},"coordinates":[2042,4646]},{"type":"Point","properties":{"name":"Bozeman"},"coordinates":[1897,4540]},{"type":"Point","properties":{"name":"Glasgow"},"coordinates":[2020,4905]},{"type":"Point","properties":{"name":"Dickinson"},"coordinates":[2127,4716]},{"type":"Point","properties":{"name":"Jamestown"},"coordinates":[2241,4719]},{"type":"Point","properties":{"name":"Williston"},"coordinates":[2104,4901]},{"type":"Point","properties":{"name":"Lihue"},"coordinates":[551,1084]},{"type":"Point","properties":{"name":"Wahiawa"},"coordinates":[588,1014]},{"type":"Point","properties":{"name":"Wailuku"},"coordinates":[631,925]},{"type":"Point","properties":{"name":"Montpelier"},"coordinates":[1890,4050]},{"type":"Point","properties":{"name":"Twin Falls"},"coordinates":[1802,4085]},{"type":"Point","properties":{"name":"Caldwell"},"coordinates":[1740,4246]},{"type":"Point","properties":{"name":"Salmon"},"coordinates":[1818,4466]},{"type":"Point","properties":{"name":"Coeur d'Alene"},"coordinates":[1737,4831]},{"type":"Point","properties":{"name":"Richland"},"coordinates":[1667,4629]},{"type":"Point","properties":{"name":"Bellingham"},"coordinates":[1578,4989]},{"type":"Point","properties":{"name":"Longview"},"coordinates":[1566,4607]},{"type":"Point","properties":{"name":"Walla Walla"},"coordinates":[1694,4596]},{"type":"Point","properties":{"name":"Aberdeen"},"coordinates":[1541,4729]},{"type":"Point","properties":{"name":"Bremerton"},"coordinates":[1574,4816]},{"type":"Point","properties":{"name":"Everett"},"coordinates":[1586,4872]},{"type":"Point","properties":{"name":"Bullhead City"},"coordinates":[1799,3004]},{"type":"Point","properties":{"name":"Winslow"},"coordinates":[1907,3024]},{"type":"Point","properties":{"name":"Gila Bend"},"coordinates":[1850,2684]},{"type":"Point","properties":{"name":"Tombstone"},"coordinates":[1924,2503]},{"type":"Point","properties":{"name":"Willcox"},"coordinates":[1931,2582]},{"type":"Point","properties":{"name":"Scottsdale"},"coordinates":[1874,2792]},{"type":"Point","properties":{"name":"Kingman"},"coordinates":[1813,3010]},{"type":"Point","properties":{"name":"Grand Canyon"},"coordinates":[1867,3136]},{"type":"Point","properties":{"name":"Arcata"},"coordinates":[1534,3841]},{"type":"Point","properties":{"name":"Stockton"},"coordinates":[1612,3414]},{"type":"Point","properties":{"name":"Barstow"},"coordinates":[1731,2968]},{"type":"Point","properties":{"name":"Victorville"},"coordinates":[1723,2915]},{"type":"Point","properties":{"name":"Pasadena"},"coordinates":[1699,2860]},{"type":"Point","properties":{"name":"Visalia"},"coordinates":[1667,3176]},{"type":"Point","properties":{"name":"El Centro"},"coordinates":[1771,2661]},{"type":"Point","properties":{"name":"San Luis Obispo"},"coordinates":[1629,3024]},{"type":"Point","properties":{"name":"Merced"},"coordinates":[1634,3318]},{"type":"Point","properties":{"name":"Yuba City"},"coordinates":[1603,3586]},{"type":"Point","properties":{"name":"Redding"},"coordinates":[1581,3797]},{"type":"Point","properties":{"name":"Santa Rosa"},"coordinates":[1572,3486]},{"type":"Point","properties":{"name":"Oceanside"},"coordinates":[1722,2723]},{"type":"Point","properties":{"name":"Modesto"},"coordinates":[1620,3370]},{"type":"Point","properties":{"name":"Irvine"},"coordinates":[1708,2790]},{"type":"Point","properties":{"name":"Ukiah"},"coordinates":[1558,3588]},{"type":"Point","properties":{"name":"Needles"},"coordinates":[1798,2960]},{"type":"Point","properties":{"name":"Bishop"},"coordinates":[1692,3327]},{"type":"Point","properties":{"name":"Palm Springs"},"coordinates":[1744,2804]},{"type":"Point","properties":{"name":"Santa Maria"},"coordinates":[1635,2974]},{"type":"Point","properties":{"name":"Tulare"},"coordinates":[1666,3159]},{"type":"Point","properties":{"name":"Mt. Shasta"},"coordinates":[1583,3903]},{"type":"Point","properties":{"name":"Crescent City"},"coordinates":[1531,3968]},{"type":"Point","properties":{"name":"Fort Collins"},"coordinates":[2064,3793]},{"type":"Point","properties":{"name":"Pueblo"},"coordinates":[2076,3461]},{"type":"Point","properties":{"name":"Lamar"},"coordinates":[2132,3433]},{"type":"Point","properties":{"name":"Trinidad"},"coordinates":[2079,3299]},{"type":"Point","properties":{"name":"Gunnison"},"coordinates":[2012,3499]},{"type":"Point","properties":{"name":"Durango"},"coordinates":[1985,3314]},{"type":"Point","properties":{"name":"Montrose"},"coordinates":[1986,3490]},{"type":"Point","properties":{"name":"Craig"},"coordinates":[1994,3787]},{"type":"Point","properties":{"name":"Boulder"},"coordinates":[2059,3717]},{"type":"Point","properties":{"name":"Boulder City"},"coordinates":[1792,3125]},{"type":"Point","properties":{"name":"Winnemucca"},"coordinates":[1711,3854]},{"type":"Point","properties":{"name":"Roswell"},"coordinates":[2079,2748]},{"type":"Point","properties":{"name":"Clovis"},"coordinates":[2116,2896]},{"type":"Point","properties":{"name":"Las Cruces"},"coordinates":[2016,2591]},{"type":"Point","properties":{"name":"Hobbs"},"coordinates":[2117,2649]},{"type":"Point","properties":{"name":"Socorro"},"coordinates":[2013,2846]},{"type":"Point","properties":{"name":"Gallup"},"coordinates":[1961,3059]},{"type":"Point","properties":{"name":"Raton"},"coordinates":[2081,3259]},{"type":"Point","properties":{"name":"Tucumcari"},"coordinates":[2101,3007]},{"type":"Point","properties":{"name":"Roseburg"},"coordinates":[1554,4181]},{"type":"Point","properties":{"name":"Pendleton"},"coordinates":[1681,4539]},{"type":"Point","properties":{"name":"John Day"},"coordinates":[1677,4356]},{"type":"Point","properties":{"name":"Grants Pass"},"coordinates":[1555,4067]},{"type":"Point","properties":{"name":"Corvallis"},"coordinates":[1556,4378]},{"type":"Point","properties":{"name":"Albany"},"coordinates":[1562,4385]},{"type":"Point","properties":{"name":"Astoria"},"coordinates":[1541,4614]},{"type":"Point","properties":{"name":"Logan"},"coordinates":[1875,3965]},{"type":"Point","properties":{"name":"Parowan"},"coordinates":[1847,3397]},{"type":"Point","properties":{"name":"Kanab"},"coordinates":[1856,3281]},{"type":"Point","properties":{"name":"Monticello"},"coordinates":[1945,3401]},{"type":"Point","properties":{"name":"Moab"},"coordinates":[1939,3504]},{"type":"Point","properties":{"name":"Price"},"coordinates":[1904,3653]},{"type":"Point","properties":{"name":"Cedar City"},"coordinates":[1841,3373]},{"type":"Point","properties":{"name":"Vernal"},"coordinates":[1939,3778]},{"type":"Point","properties":{"name":"Ogden"},"coordinates":[1871,3891]},{"type":"Point","properties":{"name":"Green River"},"coordinates":[1941,3933]},{"type":"Point","properties":{"name":"Rawlins"},"coordinates":[2003,3973]},{"type":"Point","properties":{"name":"Douglas"},"coordinates":[2055,4114]},{"type":"Point","properties":{"name":"Riverton"},"coordinates":[1971,4153]},{"type":"Point","properties":{"name":"Thermopolis"},"coordinates":[1976,4243]},{"type":"Point","properties":{"name":"Gillette"},"coordinates":[2051,4336]},{"type":"Point","properties":{"name":"Jonesboro"},"coordinates":[2464,3105]},{"type":"Point","properties":{"name":"Texarkana"},"coordinates":[2371,2755]},{"type":"Point","properties":{"name":"Pine Bluff"},"coordinates":[2428,2870]},{"type":"Point","properties":{"name":"Hot Springs"},"coordinates":[2398,2910]},{"type":"Point","properties":{"name":"Fort Smith"},"coordinates":[2361,3039]},{"type":"Point","properties":{"name":"Fayetteville"},"coordinates":[2368,3138]},{"type":"Point","properties":{"name":"Conway"},"coordinates":[2415,2996]},{"type":"Point","properties":{"name":"El Dorado"},"coordinates":[2409,2722]},{"type":"Point","properties":{"name":"Davenport"},"coordinates":[2467,3938]},{"type":"Point","properties":{"name":"Burlington"},"coordinates":[2452,3830]},{"type":"Point","properties":{"name":"Dubuque"},"coordinates":[2465,4076]},{"type":"Point","properties":{"name":"Waterloo"},"coordinates":[2418,4075]},{"type":"Point","properties":{"name":"Sioux City"},"coordinates":[2305,4076]},{"type":"Point","properties":{"name":"Council Bluffs"},"coordinates":[2320,3896]},{"type":"Point","properties":{"name":"Ames"},"coordinates":[2383,4011]},{"type":"Point","properties":{"name":"Mason City"},"coordinates":[2394,4172]},{"type":"Point","properties":{"name":"Emporia"},"coordinates":[2311,3479]},{"type":"Point","properties":{"name":"Salina"},"coordinates":[2271,3540]},{"type":"Point","properties":{"name":"Dodge City"},"coordinates":[2204,3385]},{"type":"Point","properties":{"name":"Coffeyville"},"coordinates":[2327,3280]},{"type":"Point","properties":{"name":"St. Charles"},"coordinates":[2469,3534]},{"type":"Point","properties":{"name":"Poplar Bluff"},"coordinates":[2472,3239]},{"type":"Point","properties":{"name":"Joplin"},"coordinates":[2358,3287]},{"type":"Point","properties":{"name":"Columbia"},"coordinates":[2418,3559]},{"type":"Point","properties":{"name":"St. Joseph"},"coordinates":[2348,3678]},{"type":"Point","properties":{"name":"McCook"},"coordinates":[2187,3742]},{"type":"Point","properties":{"name":"Norfolk"},"coordinates":[2276,4008]},{"type":"Point","properties":{"name":"North Platte"},"coordinates":[2183,3877]},{"type":"Point","properties":{"name":"Sidney"},"coordinates":[2122,3878]},{"type":"Point","properties":{"name":"Scottsbluff"},"coordinates":[2103,3984]},{"type":"Point","properties":{"name":"Chadron"},"coordinates":[2121,4124]},{"type":"Point","properties":{"name":"Lawton"},"coordinates":[2249,2924]},{"type":"Point","properties":{"name":"Norman"},"coordinates":[2279,3016]},{"type":"Point","properties":{"name":"Muskogee"},"coordinates":[2334,3092]},{"type":"Point","properties":{"name":"Ponca City"},"coordinates":[2286,3232]},{"type":"Point","properties":{"name":"Shawnee"},"coordinates":[2290,3033]},{"type":"Point","properties":{"name":"Woodward"},"coordinates":[2222,3192]},{"type":"Point","properties":{"name":"Guymon"},"coordinates":[2164,3228]},{"type":"Point","properties":{"name":"Yankton"},"coordinates":[2277,4132]},{"type":"Point","properties":{"name":"Brookings"},"coordinates":[2294,4340]},{"type":"Point","properties":{"name":"Mitchell"},"coordinates":[2260,4253]},{"type":"Point","properties":{"name":"Aberdeen"},"coordinates":[2247,4509]},{"type":"Point","properties":{"name":"Mobridge"},"coordinates":[2193,4520]},{"type":"Point","properties":{"name":"Houma"},"coordinates":[2463,2195]},{"type":"Point","properties":{"name":"Monroe"},"coordinates":[2424,2619]},{"type":"Point","properties":{"name":"Conroe"},"coordinates":[2331,2299]},{"type":"Point","properties":{"name":"Nacogdoches"},"coordinates":[2354,2487]},{"type":"Point","properties":{"name":"Eagle Pass"},"coordinates":[2191,2066]},{"type":"Point","properties":{"name":"Edinburg"},"coordinates":[2256,1714]},{"type":"Point","properties":{"name":"Kingsville"},"coordinates":[2265,1891]},{"type":"Point","properties":{"name":"Port Arthur"},"coordinates":[2374,2239]},{"type":"Point","properties":{"name":"Huntsville"},"coordinates":[2329,2359]},{"type":"Point","properties":{"name":"Killeen"},"coordinates":[2268,2416]},{"type":"Point","properties":{"name":"Lufkin"},"coordinates":[2352,2449]},{"type":"Point","properties":{"name":"Del Rio"},"coordinates":[2180,2161]},{"type":"Point","properties":{"name":"San Angelo"},"coordinates":[2193,2467]},{"type":"Point","properties":{"name":"Sherman"},"coordinates":[2299,2784]},{"type":"Point","properties":{"name":"Beaumont"},"coordinates":[2369,2266]},{"type":"Point","properties":{"name":"Bay City"},"coordinates":[2317,2105]},{"type":"Point","properties":{"name":"Port Lavaca"},"coordinates":[2299,2052]},{"type":"Point","properties":{"name":"Falfurrias"},"coordinates":[2256,1849]},{"type":"Point","properties":{"name":"Beeville"},"coordinates":[2267,2021]},{"type":"Point","properties":{"name":"Fort Stockton"},"coordinates":[2124,2384]},{"type":"Point","properties":{"name":"Pecos"},"coordinates":[2107,2460]},{"type":"Point","properties":{"name":"Dumas"},"coordinates":[2150,3108]},{"type":"Point","properties":{"name":"Denton"},"coordinates":[2285,2722]},{"type":"Point","properties":{"name":"Midland"},"coordinates":[2146,2550]},{"type":"Point","properties":{"name":"Temple"},"coordinates":[2278,2414]},{"type":"Point","properties":{"name":"New Haven"},"coordinates":[2960,3906]},{"type":"Point","properties":{"name":"Lowell"},"coordinates":[3004,4096]},{"type":"Point","properties":{"name":"Worcester"},"coordinates":[2990,4043]},{"type":"Point","properties":{"name":"Manchester"},"coordinates":[3000,4149]},{"type":"Point","properties":{"name":"Newport"},"coordinates":[3004,3929]},{"type":"Point","properties":{"name":"Dothan"},"coordinates":[2612,2432]},{"type":"Point","properties":{"name":"Tuscaloosa"},"coordinates":[2552,2724]},{"type":"Point","properties":{"name":"Gadsden"},"coordinates":[2595,2839]},{"type":"Point","properties":{"name":"Enterprise"},"coordinates":[2599,2447]},{"type":"Point","properties":{"name":"Selma"},"coordinates":[2566,2605]},{"type":"Point","properties":{"name":"Coral Gables"},"coordinates":[2754,1629]},{"type":"Point","properties":{"name":"Cape Coral"},"coordinates":[2707,1758]},{"type":"Point","properties":{"name":"Naples"},"coordinates":[2712,1691]},{"type":"Point","properties":{"name":"Fort Pierce"},"coordinates":[2753,1881]},{"type":"Point","properties":{"name":"Kissimmee"},"coordinates":[2723,2004]},{"type":"Point","properties":{"name":"Titusville"},"coordinates":[2739,2051]},{"type":"Point","properties":{"name":"St. Augustine"},"coordinates":[2725,2238]},{"type":"Point","properties":{"name":"Ocala"},"coordinates":[2702,2135]},{"type":"Point","properties":{"name":"Fort Lauderdale"},"coordinates":[2758,1690]},{"type":"Point","properties":{"name":"Apalachicola"},"coordinates":[2623,2213]},{"type":"Point","properties":{"name":"Vero Beach"},"coordinates":[2751,1910]},{"type":"Point","properties":{"name":"Valdosta"},"coordinates":[2671,2375]},{"type":"Point","properties":{"name":"Albany"},"coordinates":[2646,2484]},{"type":"Point","properties":{"name":"Athens"},"coordinates":[2668,2831]},{"type":"Point","properties":{"name":"Macon"},"coordinates":[2661,2669]},{"type":"Point","properties":{"name":"Columbus"},"coordinates":[2623,2614]},{"type":"Point","properties":{"name":"Douglas"},"coordinates":[2683,2473]},{"type":"Point","properties":{"name":"Dublin"},"coordinates":[2681,2624]},{"type":"Point","properties":{"name":"Gulfport"},"coordinates":[2509,2307]},{"type":"Point","properties":{"name":"Hattiesburg"},"coordinates":[2503,2447]},{"type":"Point","properties":{"name":"Tupelo"},"coordinates":[2520,2874]},{"type":"Point","properties":{"name":"Greenville"},"coordinates":[2454,2751]},{"type":"Point","properties":{"name":"Natchez"},"coordinates":[2445,2480]},{"type":"Point","properties":{"name":"Florence"},"coordinates":[2769,2865]},{"type":"Point","properties":{"name":"Greenville"},"coordinates":[2695,2961]},{"type":"Point","properties":{"name":"Sumter"},"coordinates":[2752,2825]},{"type":"Point","properties":{"name":"Anderson"},"coordinates":[2688,2910]},{"type":"Point","properties":{"name":"Aiken"},"coordinates":[2714,2771]},{"type":"Point","properties":{"name":"Beaufort"},"coordinates":[2743,2608]},{"type":"Point","properties":{"name":"Rock Hill"},"coordinates":[2733,2974]},{"type":"Point","properties":{"name":"Decatur"},"coordinates":[2513,3688]},{"type":"Point","properties":{"name":"Alton"},"coordinates":[2478,3550]},{"type":"Point","properties":{"name":"Quincy"},"coordinates":[2444,3702]},{"type":"Point","properties":{"name":"Urbana"},"coordinates":[2533,3728]},{"type":"Point","properties":{"name":"Bloomington"},"coordinates":[2511,3782]},{"type":"Point","properties":{"name":"Kankakee"},"coordinates":[2543,3875]},{"type":"Point","properties":{"name":"Waukegan"},"coordinates":[2543,4056]},{"type":"Point","properties":{"name":"Aurora"},"coordinates":[2531,3969]},{"type":"Point","properties":{"name":"Carbondale"},"coordinates":[2505,3380]},{"type":"Point","properties":{"name":"Belleville"},"coordinates":[2483,3497]},{"type":"Point","properties":{"name":"Bloomington"},"coordinates":[2580,3590]},{"type":"Point","properties":{"name":"Muncie"},"coordinates":[2612,3740]},{"type":"Point","properties":{"name":"Kokomo"},"coordinates":[2591,3783]},{"type":"Point","properties":{"name":"Gary"},"coordinates":[2558,3942]},{"type":"Point","properties":{"name":"Fort Wayne"},"coordinates":[2619,3869]},{"type":"Point","properties":{"name":"Covington"},"coordinates":[2636,3578]},{"type":"Point","properties":{"name":"Bowling Green"},"coordinates":[2582,3273]},{"type":"Point","properties":{"name":"Paducah"},"coordinates":[2522,3286]},{"type":"Point","properties":{"name":"Owensboro"},"coordinates":[2564,3387]},{"type":"Point","properties":{"name":"Jacksonville"},"coordinates":[2834,2947]},{"type":"Point","properties":{"name":"Goldsboro"},"coordinates":[2818,3039]},{"type":"Point","properties":{"name":"Greenville"},"coordinates":[2835,3072]},{"type":"Point","properties":{"name":"Fayetteville"},"coordinates":[2793,2992]},{"type":"Point","properties":{"name":"Hickory"},"coordinates":[2725,3090]},{"type":"Point","properties":{"name":"Asheville"},"coordinates":[2691,3070]},{"type":"Point","properties":{"name":"Winston-Salem"},"coordinates":[2755,3144]},{"type":"Point","properties":{"name":"Kitty Hawk"},"coordinates":[2882,3140]},{"type":"Point","properties":{"name":"Akron"},"coordinates":[2720,3868]},{"type":"Point","properties":{"name":"Lima"},"coordinates":[2648,3820]},{"type":"Point","properties":{"name":"Oak Ridge"},"coordinates":[2643,3130]},{"type":"Point","properties":{"name":"Murfreesboro"},"coordinates":[2584,3106]},{"type":"Point","properties":{"name":"Clarksville"},"coordinates":[2557,3206]},{"type":"Point","properties":{"name":"Jackson"},"coordinates":[2516,3072]},{"type":"Point","properties":{"name":"Alexandria"},"coordinates":[2843,3540]},{"type":"Point","properties":{"name":"Fredericksburg"},"coordinates":[2833,3464]},{"type":"Point","properties":{"name":"Roanoke"},"coordinates":[2764,3314]},{"type":"Point","properties":{"name":"Danville"},"coordinates":[2779,3214]},{"type":"Point","properties":{"name":"Winchester"},"coordinates":[2813,3592]},{"type":"Point","properties":{"name":"Bristol"},"coordinates":[2701,3218]},{"type":"Point","properties":{"name":"Superior"},"coordinates":[2425,4692]},{"type":"Point","properties":{"name":"West Bend"},"coordinates":[2534,4211]},{"type":"Point","properties":{"name":"Fond du Lac"},"coordinates":[2527,4262]},{"type":"Point","properties":{"name":"Oshkosh"},"coordinates":[2524,4299]},{"type":"Point","properties":{"name":"Rhinelander"},"coordinates":[2500,4534]},{"type":"Point","properties":{"name":"Racine"},"coordinates":[2544,4109]},{"type":"Point","properties":{"name":"Marinette"},"coordinates":[2549,4455]},{"type":"Point","properties":{"name":"Wheeling"},"coordinates":[2742,3721]},{"type":"Point","properties":{"name":"Morgantown"},"coordinates":[2763,3658]},{"type":"Point","properties":{"name":"Huntington"},"coordinates":[2694,3481]},{"type":"Point","properties":{"name":"Beckley"},"coordinates":[2729,3388]},{"type":"Point","properties":{"name":"Wilmington"},"coordinates":[2886,3675]},{"type":"Point","properties":{"name":"Cumberland"},"coordinates":[2796,3661]},{"type":"Point","properties":{"name":"Atlantic City"},"coordinates":[2917,3619]},{"type":"Point","properties":{"name":"Newark"},"coordinates":[2924,3814]},{"type":"Point","properties":{"name":"Schenectady"},"coordinates":[2931,4122]},{"type":"Point","properties":{"name":"Binghamton"},"coordinates":[2876,4018]},{"type":"Point","properties":{"name":"Utica"},"coordinates":[2895,4164]},{"type":"Point","properties":{"name":"Watertown"},"coordinates":[2876,4291]},{"type":"Point","properties":{"name":"Niagara Falls"},"coordinates":[2789,4163]},{"type":"Point","properties":{"name":"Jamestown"},"coordinates":[2783,4018]},{"type":"Point","properties":{"name":"Elmira"},"coordinates":[2851,4016]},{"type":"Point","properties":{"name":"York"},"coordinates":[2853,3706]},{"type":"Point","properties":{"name":"Johnstown"},"coordinates":[2792,3759]},{"type":"Point","properties":{"name":"Scranton"},"coordinates":[2883,3917]},{"type":"Point","properties":{"name":"State College"},"coordinates":[2822,3827]},{"type":"Point","properties":{"name":"Erie"},"coordinates":[2760,4022]},{"type":"Point","properties":{"name":"Wilkes Barre"},"coordinates":[2877,3894]},{"type":"Point","properties":{"name":"Bar Harbor"},"coordinates":[3091,4352]},{"type":"Point","properties":{"name":"Lewiston"},"coordinates":[3035,4310]},{"type":"Point","properties":{"name":"Presque Isle"},"coordinates":[3096,4702]},{"type":"Point","properties":{"name":"Ann Arbor"},"coordinates":[2658,4047]},{"type":"Point","properties":{"name":"Kalamazoo"},"coordinates":[2606,4046]},{"type":"Point","properties":{"name":"Muskegon"},"coordinates":[2588,4183]},{"type":"Point","properties":{"name":"Flint"},"coordinates":[2659,4151]},{"type":"Point","properties":{"name":"Grand Rapids"},"coordinates":[2604,4144]},{"type":"Point","properties":{"name":"Pontiac"},"coordinates":[2670,4098]},{"type":"Point","properties":{"name":"Cadillac"},"coordinates":[2611,4332]},{"type":"Point","properties":{"name":"Traverse City"},"coordinates":[2605,4407]},{"type":"Point","properties":{"name":"Petoskey"},"coordinates":[2624,4495]},{"type":"Point","properties":{"name":"Escanaba"},"coordinates":[2565,4550]},{"type":"Point","properties":{"name":"Marquette"},"coordinates":[2556,4666]},{"type":"Point","properties":{"name":"Hancock"},"coordinates":[2523,4751]},{"type":"Point","properties":{"name":"Wrangell"},"coordinates":[1303,6114]},{"type":"Point","properties":{"name":"Shishmaref"},"coordinates":[364,7541]},{"type":"Point","properties":{"name":"Hoonah"},"coordinates":[1218,6353]},{"type":"Point","properties":{"name":"Atka"},"coordinates":[138,5490]},{"type":"Point","properties":{"name":"Nikolski"},"coordinates":[286,5598]},{"type":"Point","properties":{"name":"Karluk"},"coordinates":[688,6274]},{"type":"Point","properties":{"name":"False Pass"},"coordinates":[438,5877]},{"type":"Point","properties":{"name":"Kivalina"},"coordinates":[408,7756]},{"type":"Point","properties":{"name":"Newhalen"},"coordinates":[675,6587]},{"type":"Point","properties":{"name":"Pilot Point"},"coordinates":[601,6273]},{"type":"Point","properties":{"name":"Chignik"},"coordinates":[578,6088]},{"type":"Point","properties":{"name":"King Salmon"},"coordinates":[626,6437]},{"type":"Point","properties":{"name":"Quinhagak"},"coordinates":[480,6592]},{"type":"Point","properties":{"name":"Aniak"},"coordinates":[547,6858]},{"type":"Point","properties":{"name":"Kotlit"},"coordinates":[434,7071]},{"type":"Point","properties":{"name":"Unalakleet"},"coordinates":[511,7193]},{"type":"Point","properties":{"name":"Koyuk"},"coordinates":[501,7349]},{"type":"Point","properties":{"name":"McGrath"},"coordinates":[656,7059]},{"type":"Point","properties":{"name":"Hughes"},"coordinates":[693,7510]},{"type":"Point","properties":{"name":"Ambler"},"coordinates":[593,7661]},{"type":"Point","properties":{"name":"Wales"},"coordinates":[308,7446]},{"type":"Point","properties":{"name":"Kotzebue"},"coordinates":[461,7634]},{"type":"Point","properties":{"name":"Wasilla"},"coordinates":[828,6859]},{"type":"Point","properties":{"name":"Circle"},"coordinates":[977,7478]},{"type":"Point","properties":{"name":"Denali Park"},"coordinates":[842,7172]},{"type":"Point","properties":{"name":"Yakutat"},"coordinates":[1098,6562]},{"type":"Point","properties":{"name":"Homer"},"coordinates":[769,6576]},{"type":"Point","properties":{"name":"Tanacross"},"coordinates":[997,7122]},{"type":"Point","properties":{"name":"Wiseman"},"coordinates":[809,7709]},{"type":"Point","properties":{"name":"San Quintin"},"coordinates":[1760,2324]},{"type":"Point","properties":{"name":"Punta Prieta"},"coordinates":[1810,2098]},{"type":"Point","properties":{"name":"San Felipe"},"coordinates":[1791,2403]},{"type":"Point","properties":{"name":"Santa Rosalia"},"coordinates":[1863,1862]},{"type":"Point","properties":{"name":"Guerrero Negro"},"coordinates":[1810,1960]},{"type":"Point","properties":{"name":"Piedras Negras"},"coordinates":[2190,2065]},{"type":"Point","properties":{"name":"San Pedro de las Colonias"},"coordinates":[2122,1635]},{"type":"Point","properties":{"name":"Sierra Mojada"},"coordinates":[2113,1858]},{"type":"Point","properties":{"name":"Parras"},"coordinates":[2144,1586]},{"type":"Point","properties":{"name":"Cuauhtemoc"},"coordinates":[2013,2024]},{"type":"Point","properties":{"name":"Nuevo Casas Grandes"},"coordinates":[1984,2315]},{"type":"Point","properties":{"name":"Ojinaga"},"coordinates":[2082,2186]},{"type":"Point","properties":{"name":"Villa Ahumada"},"coordinates":[2023,2343]},{"type":"Point","properties":{"name":"Santa Barbara"},"coordinates":[2043,1787]},{"type":"Point","properties":{"name":"Ciudad Camargo"},"coordinates":[2061,1917]},{"type":"Point","properties":{"name":"Cuencame"},"coordinates":[2102,1505]},{"type":"Point","properties":{"name":"Papasquiaro"},"coordinates":[2056,1500]},{"type":"Point","properties":{"name":"Escuinapa"},"coordinates":[2043,1211]},{"type":"Point","properties":{"name":"Guamuchil"},"coordinates":[1979,1593]},{"type":"Point","properties":{"name":"Guasave"},"coordinates":[1969,1608]},{"type":"Point","properties":{"name":"El Fuerte"},"coordinates":[1965,1732]},{"type":"Point","properties":{"name":"Eldorado"},"coordinates":[1999,1427]},{"type":"Point","properties":{"name":"La Cruz"},"coordinates":[2013,1367]},{"type":"Point","properties":{"name":"Agua Prieta"},"coordinates":[1938,2446]},{"type":"Point","properties":{"name":"Ciudad Obregon"},"coordinates":[1928,1884]},{"type":"Point","properties":{"name":"Navajoa"},"coordinates":[1941,1828]},{"type":"Point","properties":{"name":"Caborca"},"coordinates":[1866,2358]},{"type":"Point","properties":{"name":"Mazatltn"},"coordinates":[1923,2110]},{"type":"Point","properties":{"name":"Cananea"},"coordinates":[1918,2398]},{"type":"Point","properties":{"name":"Huatabampo"},"coordinates":[1937,1791]},{"type":"Point","properties":{"name":"Zacatecas"},"coordinates":[2133,1199]},{"type":"Point","properties":{"name":"Juan Aldama"},"coordinates":[2110,1421]},{"type":"Point","properties":{"name":"Valparaiso"},"coordinates":[2105,1199]},{"type":"Point","properties":{"name":"Fresnillo"},"coordinates":[2125,1258]},{"type":"Point","properties":{"name":"Linares"},"coordinates":[2217,1504]},{"type":"Point","properties":{"name":"Matehuala"},"coordinates":[2187,1329]},{"type":"Point","properties":{"name":"Tamuin"},"coordinates":[2240,1084]},{"type":"Point","properties":{"name":"Tamazunchale"},"coordinates":[2239,981]},{"type":"Point","properties":{"name":"Tula"},"coordinates":[2213,1233]},{"type":"Point","properties":{"name":"Aldama"},"coordinates":[2259,1221]},{"type":"Point","properties":{"name":"San Fernando"},"coordinates":[2256,1503]},{"type":"Point","properties":{"name":"Tecoman"},"coordinates":[2097,638]},{"type":"Point","properties":{"name":"Puerto Vallarta"},"coordinates":[2059,894]},{"type":"Point","properties":{"name":"La Barca"},"coordinates":[2133,836]},{"type":"Point","properties":{"name":"Ciudad Guzman"},"coordinates":[2108,753]},{"type":"Point","properties":{"name":"Lagos de Moreno"},"coordinates":[2151,995]},{"type":"Point","properties":{"name":"Morelia"},"coordinates":[2172,756]},{"type":"Point","properties":{"name":"Lazaro Cardenas"},"coordinates":[2144,498]},{"type":"Point","properties":{"name":"Zamora"},"coordinates":[2141,792]},{"type":"Point","properties":{"name":"Coalcoman"},"coordinates":[2117,617]},{"type":"Point","properties":{"name":"Uruapan"},"coordinates":[2147,711]},{"type":"Point","properties":{"name":"Tuxpan"},"coordinates":[2058,1077]},{"type":"Point","properties":{"name":"Tepic"},"coordinates":[2069,1015]},{"type":"Point","properties":{"name":"Compostela"},"coordinates":[2068,975]},{"type":"Point","properties":{"name":"Tecuala"},"coordinates":[2053,1145]},{"type":"Point","properties":{"name":"Ciudad del Carmen"},"coordinates":[2433,599]},{"type":"Point","properties":{"name":"Champoton"},"coordinates":[2463,701]},{"type":"Point","properties":{"name":"Salina Cruz"},"coordinates":[2339,236]},{"type":"Point","properties":{"name":"Puerto Escondido"},"coordinates":[2287,191]},{"type":"Point","properties":{"name":"Pochutla"},"coordinates":[2303,173]},{"type":"Point","properties":{"name":"Mitla"},"coordinates":[2305,346]},{"type":"Point","properties":{"name":"Tlaxiaco"},"coordinates":[2269,397]},{"type":"Point","properties":{"name":"Huajuapan de Leon"},"coordinates":[2266,476]},{"type":"Point","properties":{"name":"Tehuacan"},"coordinates":[2278,569]},{"type":"Point","properties":{"name":"Teziutlan"},"coordinates":[2278,769]},{"type":"Point","properties":{"name":"Frontera"},"coordinates":[2410,588]},{"type":"Point","properties":{"name":"Tenosique"},"coordinates":[2444,428]},{"type":"Point","properties":{"name":"Salamanca"},"coordinates":[2171,878]},{"type":"Point","properties":{"name":"Guanajuato"},"coordinates":[2169,944]},{"type":"Point","properties":{"name":"Taxco"},"coordinates":[2215,587]},{"type":"Point","properties":{"name":"Ayutla"},"coordinates":[2227,343]},{"type":"Point","properties":{"name":"Ciudad Altamirano"},"coordinates":[2187,550]},{"type":"Point","properties":{"name":"Petatlan"},"coordinates":[2169,434]},{"type":"Point","properties":{"name":"Pachuca"},"coordinates":[2240,820]},{"type":"Point","properties":{"name":"Toluca"},"coordinates":[2214,698]},{"type":"Point","properties":{"name":"Zumpango"},"coordinates":[2230,768]},{"type":"Point","properties":{"name":"Minatitlan"},"coordinates":[2357,501]},{"type":"Point","properties":{"name":"Coatzacoalcos"},"coordinates":[2360,521]},{"type":"Point","properties":{"name":"Poza Rica de Hidalgo"},"coordinates":[2275,876]},{"type":"Point","properties":{"name":"Cordoba"},"coordinates":[2291,638]},{"type":"Point","properties":{"name":"Santiago Tuxtla"},"coordinates":[2336,572]},{"type":"Point","properties":{"name":"Tuxpam"},"coordinates":[2277,935]},{"type":"Point","properties":{"name":"Panuco"},"coordinates":[2255,1096]},{"type":"Point","properties":{"name":"Pijijiapan"},"coordinates":[2394,167]},{"type":"Point","properties":{"name":"Isla Mujeres"},"coordinates":[2575,971]},{"type":"Point","properties":{"name":"Felipe Carrillo Puerto"},"coordinates":[2538,734]},{"type":"Point","properties":{"name":"Tizimin"},"coordinates":[2535,960]},{"type":"Point","properties":{"name":"Valladolid"},"coordinates":[2534,893]},{"type":"Point","properties":{"name":"Izamal"},"coordinates":[2511,931]},{"type":"Point","properties":{"name":"Ticul"},"coordinates":[2496,854]},{"type":"Point","properties":{"name":"Steinbach"},"coordinates":[2297,5099]},{"type":"Point","properties":{"name":"Nelson House"},"coordinates":[2237,6016]},{"type":"Point","properties":{"name":"Shamattawa"},"coordinates":[2425,6023]},{"type":"Point","properties":{"name":"Oxford House"},"coordinates":[2337,5892]},{"type":"Point","properties":{"name":"Yorkton"},"coordinates":[2136,5347]},{"type":"Point","properties":{"name":"Swift Current"},"coordinates":[1988,5211]},{"type":"Point","properties":{"name":"Biggar"},"coordinates":[1982,5469]},{"type":"Point","properties":{"name":"Kindersley"},"coordinates":[1950,5384]},{"type":"Point","properties":{"name":"Meadow Lake"},"coordinates":[1970,5772]},{"type":"Point","properties":{"name":"Hudson Bay"},"coordinates":[2138,5586]},{"type":"Point","properties":{"name":"Lethbridge"},"coordinates":[1847,5126]},{"type":"Point","properties":{"name":"Brooks"},"coordinates":[1873,5253]},{"type":"Point","properties":{"name":"Lake Louise"},"coordinates":[1754,5379]},{"type":"Point","properties":{"name":"Athabasca"},"coordinates":[1835,5858]},{"type":"Point","properties":{"name":"Fort Chipewyan"},"coordinates":[1894,6441]},{"type":"Point","properties":{"name":"Bella Bella"},"coordinates":[1422,5483]},{"type":"Point","properties":{"name":"Sandspit"},"coordinates":[1318,5642]},{"type":"Point","properties":{"name":"Campbell River"},"coordinates":[1501,5172]},{"type":"Point","properties":{"name":"Port Hardy"},"coordinates":[1439,5274]},{"type":"Point","properties":{"name":"Nanaimo"},"coordinates":[1538,5045]},{"type":"Point","properties":{"name":"Quesnel"},"coordinates":[1578,5605]},{"type":"Point","properties":{"name":"Abbotsford"},"coordinates":[1584,5031]},{"type":"Point","properties":{"name":"Dawson Creek"},"coordinates":[1641,6011]},{"type":"Point","properties":{"name":"Penticton"},"coordinates":[1659,5097]},{"type":"Point","properties":{"name":"Nelson"},"coordinates":[1723,5095]},{"type":"Point","properties":{"name":"Lillooet"},"coordinates":[1594,5270]},{"type":"Point","properties":{"name":"Powell River"},"coordinates":[1521,5153]},{"type":"Point","properties":{"name":"Revelstoke"},"coordinates":[1698,5316]},{"type":"Point","properties":{"name":"Burns Lake"},"coordinates":[1487,5785]},{"type":"Point","properties":{"name":"Dease Lake"},"coordinates":[1368,6402]},{"type":"Point","properties":{"name":"Coral Harbour"},"coordinates":[2673,7234]},{"type":"Point","properties":{"name":"Baker Lake"},"coordinates":[2316,7258]},{"type":"Point","properties":{"name":"Norman Wells"},"coordinates":[1457,7399]},{"type":"Point","properties":{"name":"Fort McPherson"},"coordinates":[1233,7721]},{"type":"Point","properties":{"name":"Burwash Landing"},"coordinates":[1118,6825]},{"type":"Point","properties":{"name":"Orangeville"},"coordinates":[2760,4283]},{"type":"Point","properties":{"name":"Little Current"},"coordinates":[2708,4582]},{"type":"Point","properties":{"name":"Chapleau"},"coordinates":[2667,4854]},{"type":"Point","properties":{"name":"Wawa"},"coordinates":[2629,4878]},{"type":"Point","properties":{"name":"Hearst"},"coordinates":[2660,5126]},{"type":"Point","properties":{"name":"Marathon"},"coordinates":[2585,4988]},{"type":"Point","properties":{"name":"Sioux Lookout"},"coordinates":[2430,5208]},{"type":"Point","properties":{"name":"Red Lake"},"coordinates":[2377,5321]},{"type":"Point","properties":{"name":"Deer Lake"},"coordinates":[2370,5552]},{"type":"Point","properties":{"name":"Cat Lake"},"coordinates":[2433,5420]},{"type":"Point","properties":{"name":"Cornwall"},"coordinates":[2909,4443]},{"type":"Point","properties":{"name":"Kingston"},"coordinates":[2860,4329]},{"type":"Point","properties":{"name":"Barrie"},"coordinates":[2770,4351]},{"type":"Point","properties":{"name":"Parry Sound"},"coordinates":[2761,4489]},{"type":"Point","properties":{"name":"Wiarton"},"coordinates":[2730,4402]},{"type":"Point","properties":{"name":"Cobalt"},"coordinates":[2771,4788]},{"type":"Point","properties":{"name":"Cochrane"},"coordinates":[2734,5034]},{"type":"Point","properties":{"name":"Nipigon"},"coordinates":[2532,5027]},{"type":"Point","properties":{"name":"Atikokan"},"coordinates":[2438,4988]},{"type":"Point","properties":{"name":"Rimouski"},"coordinates":[3082,4942]},{"type":"Point","properties":{"name":"Saint-Georges"},"coordinates":[3022,4604]},{"type":"Point","properties":{"name":"Victoriaville"},"coordinates":[2986,4594]},{"type":"Point","properties":{"name":"Chevery"},"coordinates":[3330,5240]},{"type":"Point","properties":{"name":"Mistassini"},"coordinates":[2933,5231]},{"type":"Point","properties":{"name":"Kangirsuk"},"coordinates":[3041,6632]},{"type":"Point","properties":{"name":"Shawinigan"},"coordinates":[2964,4667]},{"type":"Point","properties":{"name":"Matagami"},"coordinates":[2828,5134]},{"type":"Point","properties":{"name":"Mont-Laurier"},"coordinates":[2887,4667]},{"type":"Point","properties":{"name":"Pembroke"},"coordinates":[2842,4565]},{"type":"Point","properties":{"name":"Radisson"},"coordinates":[2828,5722]},{"type":"Point","properties":{"name":"Saint John"},"coordinates":[3150,4480]},{"type":"Point","properties":{"name":"Edmundston"},"coordinates":[3087,4788]},{"type":"Point","properties":{"name":"Shelburne"},"coordinates":[3171,4261]},{"type":"Point","properties":{"name":"Antigonish"},"coordinates":[3263,4532]},{"type":"Point","properties":{"name":"Windsor"},"coordinates":[3204,4438]},{"type":"Point","properties":{"name":"Digby"},"coordinates":[3159,4386]},{"type":"Point","properties":{"name":"Stephenville"},"coordinates":[3359,4959]},{"type":"Point","properties":{"name":"Argentia"},"coordinates":[3487,4776]},{"type":"Point","properties":{"name":"St. Anthony"},"coordinates":[3442,5372]},{"type":"Point","properties":{"name":"Channel-Port aux Basques"},"coordinates":[3343,4815]},{"type":"Point","properties":{"name":"Buchans"},"coordinates":[3406,4997]},{"type":"Point","properties":{"name":"Trout River"},"coordinates":[3372,5095]},{"type":"Point","properties":{"name":"Churchill Falls"},"coordinates":[3208,5684]},{"type":"Point","properties":{"name":"Forteau"},"coordinates":[3404,5381]},{"type":"Point","properties":{"name":"Trepassey"},"coordinates":[3504,4694]},{"type":"Point","properties":{"name":"Kailua-Kona"},"coordinates":[645,745]},{"type":"Point","properties":{"name":"Butte"},"coordinates":[1856,4587]},{"type":"Point","properties":{"name":"Grand Forks"},"coordinates":[2287,4867]},{"type":"Point","properties":{"name":"Pocatello"},"coordinates":[1858,4130]},{"type":"Point","properties":{"name":"Tacoma"},"coordinates":[1578,4763]},{"type":"Point","properties":{"name":"Yuma"},"coordinates":[1797,2645]},{"type":"Point","properties":{"name":"Prescott"},"coordinates":[1858,2923]},{"type":"Point","properties":{"name":"Long Beach"},"coordinates":[1699,2806]},{"type":"Point","properties":{"name":"Grand Junction"},"coordinates":[1967,3580]},{"type":"Point","properties":{"name":"Ely"},"coordinates":[1790,3602]},{"type":"Point","properties":{"name":"Carson City"},"coordinates":[1654,3590]},{"type":"Point","properties":{"name":"Carlsbad"},"coordinates":[2087,2606]},{"type":"Point","properties":{"name":"Alamogordo"},"coordinates":[2039,2676]},{"type":"Point","properties":{"name":"Medford"},"coordinates":[1568,4051]},{"type":"Point","properties":{"name":"Klamath Falls"},"coordinates":[1598,4036]},{"type":"Point","properties":{"name":"St. George"},"coordinates":[1826,3289]},{"type":"Point","properties":{"name":"Provo"},"coordinates":[1881,3748]},{"type":"Point","properties":{"name":"Laramie"},"coordinates":[2049,3903]},{"type":"Point","properties":{"name":"Little Rock"},"coordinates":[2418,2944]},{"type":"Point","properties":{"name":"Wichita"},"coordinates":[2279,3379]},{"type":"Point","properties":{"name":"Jefferson City"},"coordinates":[2423,3504]},{"type":"Point","properties":{"name":"Rapid City"},"coordinates":[2115,4307]},{"type":"Point","properties":{"name":"Lafayette"},"coordinates":[2427,2283]},{"type":"Point","properties":{"name":"Galveston"},"coordinates":[2350,2152]},{"type":"Point","properties":{"name":"Freeport"},"coordinates":[2334,2102]},{"type":"Point","properties":{"name":"Victoria"},"coordinates":[2288,2079]},{"type":"Point","properties":{"name":"Odessa"},"coordinates":[2139,2523]},{"type":"Point","properties":{"name":"Wichita Falls"},"coordinates":[2247,2824]},{"type":"Point","properties":{"name":"Waco"},"coordinates":[2284,2479]},{"type":"Point","properties":{"name":"Lubbock"},"coordinates":[2152,2776]},{"type":"Point","properties":{"name":"Hartford"},"coordinates":[2966,3970]},{"type":"Point","properties":{"name":"Providence"},"coordinates":[3001,3978]},{"type":"Point","properties":{"name":"Birmingham"},"coordinates":[2572,2768]},{"type":"Point","properties":{"name":"Mobile"},"coordinates":[2538,2353]},{"type":"Point","properties":{"name":"Pensacola"},"coordinates":[2561,2315]},{"type":"Point","properties":{"name":"St. Petersburg"},"coordinates":[2687,1928]},{"type":"Point","properties":{"name":"Biloxi"},"coordinates":[2514,2311]},{"type":"Point","properties":{"name":"Springfield"},"coordinates":[2493,3685]},{"type":"Point","properties":{"name":"Frankfort"},"coordinates":[2626,3449]},{"type":"Point","properties":{"name":"Greensboro"},"coordinates":[2768,3139]},{"type":"Point","properties":{"name":"Dayton"},"coordinates":[2645,3676]},{"type":"Point","properties":{"name":"Virginia Beach"},"coordinates":[2874,3253]},{"type":"Point","properties":{"name":"Madison"},"coordinates":[2500,4160]},{"type":"Point","properties":{"name":"Green Bay"},"coordinates":[2539,4372]},{"type":"Point","properties":{"name":"Trenton"},"coordinates":[2908,3743]},{"type":"Point","properties":{"name":"Lansing"},"coordinates":[2635,4110]},{"type":"Point","properties":{"name":"Gambell"},"coordinates":[207,7179]},{"type":"Point","properties":{"name":"Palmer"},"coordinates":[837,6861]},{"type":"Point","properties":{"name":"Seward"},"coordinates":[827,6647]},{"type":"Point","properties":{"name":"Ensenada"},"coordinates":[1742,2526]},{"type":"Point","properties":{"name":"Saltillo"},"coordinates":[2177,1586]},{"type":"Point","properties":{"name":"Ciudad Ju rez"},"coordinates":[2024,2500]},{"type":"Point","properties":{"name":"Delicias"},"coordinates":[2052,1991]},{"type":"Point","properties":{"name":"Durango"},"coordinates":[2075,1383]},{"type":"Point","properties":{"name":"Los Mochis"},"coordinates":[1954,1640]},{"type":"Point","properties":{"name":"Ciudad Victoria"},"coordinates":[2229,1338]},{"type":"Point","properties":{"name":"Aguascalientes"},"coordinates":[2141,1070]},{"type":"Point","properties":{"name":"Manzanillo"},"coordinates":[2084,657]},{"type":"Point","properties":{"name":"Tehuantepec"},"coordinates":[2338,260]},{"type":"Point","properties":{"name":"Villahermosa"},"coordinates":[2403,504]},{"type":"Point","properties":{"name":"Cuernavaca"},"coordinates":[2226,638]},{"type":"Point","properties":{"name":"Queretaro"},"coordinates":[2194,887]},{"type":"Point","properties":{"name":"Tapachula"},"coordinates":[2420,52]},{"type":"Point","properties":{"name":"Chetumal"},"coordinates":[2531,577]},{"type":"Point","properties":{"name":"Progreso"},"coordinates":[2493,982]},{"type":"Point","properties":{"name":"Duluth"},"coordinates":[2425,4701]},{"type":"Point","properties":{"name":"Bemidji"},"coordinates":[2347,4802]},{"type":"Point","properties":{"name":"Havre"},"coordinates":[1935,4958]},{"type":"Point","properties":{"name":"Kalispell"},"coordinates":[1806,4907]},{"type":"Point","properties":{"name":"Idaho Falls"},"coordinates":[1870,4217]},{"type":"Point","properties":{"name":"Lewiston"},"coordinates":[1731,4647]},{"type":"Point","properties":{"name":"Yakima"},"coordinates":[1634,4674]},{"type":"Point","properties":{"name":"Wenatchee"},"coordinates":[1639,4794]},{"type":"Point","properties":{"name":"Douglas"},"coordinates":[1939,2452]},{"type":"Point","properties":{"name":"Bakersfield"},"coordinates":[1675,3037]},{"type":"Point","properties":{"name":"Oakland"},"coordinates":[1586,3386]},{"type":"Point","properties":{"name":"Lancaster"},"coordinates":[1700,2939]},{"type":"Point","properties":{"name":"Chico"},"coordinates":[1596,3672]},{"type":"Point","properties":{"name":"Monterey"},"coordinates":[1595,3216]},{"type":"Point","properties":{"name":"Salinas"},"coordinates":[1602,3228]},{"type":"Point","properties":{"name":"Los Alamos"},"coordinates":[2029,3113]},{"type":"Point","properties":{"name":"Eugene"},"coordinates":[1561,4302]},{"type":"Point","properties":{"name":"Coos Bay"},"coordinates":[1530,4203]},{"type":"Point","properties":{"name":"Bend"},"coordinates":[1611,4305]},{"type":"Point","properties":{"name":"Cody"},"coordinates":[1952,4371]},{"type":"Point","properties":{"name":"Cedar Rapids"},"coordinates":[2437,3999]},{"type":"Point","properties":{"name":"Springfield"},"coordinates":[2391,3300]},{"type":"Point","properties":{"name":"Lincoln"},"coordinates":[2297,3831]},{"type":"Point","properties":{"name":"Alexandria"},"coordinates":[2415,2445]},{"type":"Point","properties":{"name":"Abilene"},"coordinates":[2212,2611]},{"type":"Point","properties":{"name":"Brownsville"},"coordinates":[2274,1659]},{"type":"Point","properties":{"name":"Tyler"},"coordinates":[2336,2596]},{"type":"Point","properties":{"name":"Concord"},"coordinates":[2998,4180]},{"type":"Point","properties":{"name":"Huntsville"},"coordinates":[2578,2942]},{"type":"Point","properties":{"name":"Key West"},"coordinates":[2712,1460]},{"type":"Point","properties":{"name":"West Palm Beach"},"coordinates":[2759,1779]},{"type":"Point","properties":{"name":"Sarasota"},"coordinates":[2691,1865]},{"type":"Point","properties":{"name":"Daytona Beach"},"coordinates":[2733,2138]},{"type":"Point","properties":{"name":"Gainesville"},"coordinates":[2697,2203]},{"type":"Point","properties":{"name":"Ft. Myers"},"coordinates":[2710,1764]},{"type":"Point","properties":{"name":"Brunswick"},"coordinates":[2720,2421]},{"type":"Point","properties":{"name":"Augusta"},"coordinates":[2707,2758]},{"type":"Point","properties":{"name":"Vicksburg"},"coordinates":[2459,2597]},{"type":"Point","properties":{"name":"Myrtle Beach"},"coordinates":[2793,2791]},{"type":"Point","properties":{"name":"Charleston"},"coordinates":[2762,2661]},{"type":"Point","properties":{"name":"Peoria"},"coordinates":[2493,3814]},{"type":"Point","properties":{"name":"Evansville"},"coordinates":[2551,3416]},{"type":"Point","properties":{"name":"Louisville"},"coordinates":[2602,3453]},{"type":"Point","properties":{"name":"Lexington"},"coordinates":[2637,3427]},{"type":"Point","properties":{"name":"Charlotte"},"coordinates":[2739,3013]},{"type":"Point","properties":{"name":"Youngstown"},"coordinates":[2744,3872]},{"type":"Point","properties":{"name":"Canton"},"coordinates":[2724,3828]},{"type":"Point","properties":{"name":"Toledo"},"coordinates":[2662,3955]},{"type":"Point","properties":{"name":"Columbus"},"coordinates":[2679,3709]},{"type":"Point","properties":{"name":"Chattanooga"},"coordinates":[2616,2993]},{"type":"Point","properties":{"name":"Charlottesville"},"coordinates":[2804,3424]},{"type":"Point","properties":{"name":"Lynchburg"},"coordinates":[2786,3335]},{"type":"Point","properties":{"name":"Wausau"},"coordinates":[2494,4435]},{"type":"Point","properties":{"name":"Albany"},"coordinates":[2934,4101]},{"type":"Point","properties":{"name":"Ithaca"},"coordinates":[2860,4068]},{"type":"Point","properties":{"name":"Harrisburg"},"coordinates":[2849,3752]},{"type":"Point","properties":{"name":"Bangor"},"coordinates":[3075,4412]},{"type":"Point","properties":{"name":"Portland"},"coordinates":[3034,4247]},{"type":"Point","properties":{"name":"Saginaw"},"coordinates":[2652,4210]},{"type":"Point","properties":{"name":"Ketchikan"},"coordinates":[1323,5951]},{"type":"Point","properties":{"name":"Unalaska"},"coordinates":[351,5734]},{"type":"Point","properties":{"name":"Togiak"},"coordinates":[523,6493]},{"type":"Point","properties":{"name":"Red Devil"},"coordinates":[608,6885]},{"type":"Point","properties":{"name":"Hooper Bay"},"coordinates":[363,6851]},{"type":"Point","properties":{"name":"Wainwright"},"coordinates":[532,8179]},{"type":"Point","properties":{"name":"Galena"},"coordinates":[619,7318]},{"type":"Point","properties":{"name":"Kaktovik"},"coordinates":[990,8099]},{"type":"Point","properties":{"name":"Skagway"},"coordinates":[1221,6549]},{"type":"Point","properties":{"name":"Cordova"},"coordinates":[930,6707]},{"type":"Point","properties":{"name":"Kenai"},"coordinates":[777,6709]},{"type":"Point","properties":{"name":"Fort Yukon"},"coordinates":[944,7585]},{"type":"Point","properties":{"name":"Brochet"},"coordinates":[2158,6319]},{"type":"Point","properties":{"name":"Lynn Lake"},"coordinates":[2176,6169]},{"type":"Point","properties":{"name":"Gillam"},"coordinates":[2352,6096]},{"type":"Point","properties":{"name":"North Battleford"},"coordinates":[1974,5573]},{"type":"Point","properties":{"name":"Prince Albert"},"coordinates":[2045,5637]},{"type":"Point","properties":{"name":"Courtenay"},"coordinates":[1508,5124]},{"type":"Point","properties":{"name":"Kelowna"},"coordinates":[1662,5155]},{"type":"Point","properties":{"name":"Pangnirtung"},"coordinates":[3159,7522]},{"type":"Point","properties":{"name":"Holman"},"coordinates":[1710,8193]},{"type":"Point","properties":{"name":"Dryden"},"coordinates":[2404,5138]},{"type":"Point","properties":{"name":"Attawapiskat"},"coordinates":[2694,5595]},{"type":"Point","properties":{"name":"Hamilton"},"coordinates":[2767,4186]},{"type":"Point","properties":{"name":"Windsor"},"coordinates":[2677,4052]},{"type":"Point","properties":{"name":"Trois-Rivipres"},"coordinates":[2970,4638]},{"type":"Point","properties":{"name":"Sept-ales"},"coordinates":[3142,5216]},{"type":"Point","properties":{"name":"Corner Brook"},"coordinates":[3377,5017]},{"type":"Point","properties":{"name":"Cabo San Lucas"},"coordinates":[1929,1217]},{"type":"Point","properties":{"name":"Monclova"},"coordinates":[2165,1801]},{"type":"Point","properties":{"name":"Ometepec"},"coordinates":[2249,311]},{"type":"Point","properties":{"name":"Cozumel"},"coordinates":[2568,870]},{"type":"Point","properties":{"name":"Norway House"},"coordinates":[2265,5748]},{"type":"Point","properties":{"name":"Flin Flon"},"coordinates":[2152,5865]},{"type":"Point","properties":{"name":"Dauphin"},"coordinates":[2203,5338]},{"type":"Point","properties":{"name":"The Pas"},"coordinates":[2170,5726]},{"type":"Point","properties":{"name":"Uranium City"},"coordinates":[1965,6565]},{"type":"Point","properties":{"name":"Moose Jaw"},"coordinates":[2050,5228]},{"type":"Point","properties":{"name":"Jasper"},"coordinates":[1701,5590]},{"type":"Point","properties":{"name":"Medicine Hat"},"coordinates":[1907,5175]},{"type":"Point","properties":{"name":"Red Deer"},"coordinates":[1820,5500]},{"type":"Point","properties":{"name":"Banff"},"coordinates":[1771,5342]},{"type":"Point","properties":{"name":"Grand Prairie"},"coordinates":[1681,5923]},{"type":"Point","properties":{"name":"Smithers"},"coordinates":[1448,5865]},{"type":"Point","properties":{"name":"Kamloops"},"coordinates":[1638,5267]},{"type":"Point","properties":{"name":"Williams Lake"},"coordinates":[1588,5479]},{"type":"Point","properties":{"name":"Prince George"},"coordinates":[1571,5741]},{"type":"Point","properties":{"name":"Fort Nelson"},"coordinates":[1577,6456]},{"type":"Point","properties":{"name":"Pond Inlet"},"coordinates":[2818,8478]},{"type":"Point","properties":{"name":"Cape Dorset"},"coordinates":[2858,7257]},{"type":"Point","properties":{"name":"Kimmirut"},"coordinates":[3044,7044]},{"type":"Point","properties":{"name":"Gjoa Haven"},"coordinates":[2319,7887]},{"type":"Point","properties":{"name":"Grise Fiord"},"coordinates":[2680,9026]},{"type":"Point","properties":{"name":"Alert"},"coordinates":[3256,9907]},{"type":"Point","properties":{"name":"Ennadai"},"coordinates":[2180,6793]},{"type":"Point","properties":{"name":"Rankin Inlet"},"coordinates":[2425,7039]},{"type":"Point","properties":{"name":"Fort Resolution"},"coordinates":[1824,6798]},{"type":"Point","properties":{"name":"Fort Simpson"},"coordinates":[1610,6898]},{"type":"Point","properties":{"name":"Inuvik"},"coordinates":[1266,7846]},{"type":"Point","properties":{"name":"Tuktoyaktuk"},"coordinates":[1284,8007]},{"type":"Point","properties":{"name":"Watson Lake"},"coordinates":[1402,6645]},{"type":"Point","properties":{"name":"Lansdowne House"},"coordinates":[2542,5493]},{"type":"Point","properties":{"name":"Moosonee"},"coordinates":[2744,5357]},{"type":"Point","properties":{"name":"Sudbury"},"coordinates":[2735,4660]},{"type":"Point","properties":{"name":"Kenora"},"coordinates":[2359,5136]},{"type":"Point","properties":{"name":"Gaspe"},"coordinates":[3194,5000]},{"type":"Point","properties":{"name":"Mingan"},"coordinates":[3207,5214]},{"type":"Point","properties":{"name":"Dolbeau"},"coordinates":[2978,5005]},{"type":"Point","properties":{"name":"Val d'Or"},"coordinates":[2824,4895]},{"type":"Point","properties":{"name":"Ivugivik"},"coordinates":[2820,6981]},{"type":"Point","properties":{"name":"Inukjuak"},"coordinates":[2814,6405]},{"type":"Point","properties":{"name":"Chicoutimi"},"coordinates":[3011,4941]},{"type":"Point","properties":{"name":"Moncton"},"coordinates":[3186,4599]},{"type":"Point","properties":{"name":"Fredericton"},"coordinates":[3134,4579]},{"type":"Point","properties":{"name":"Bathurst"},"coordinates":[3162,4820]},{"type":"Point","properties":{"name":"Yarmouth"},"coordinates":[3149,4270]},{"type":"Point","properties":{"name":"Gander"},"coordinates":[3471,5017]},{"type":"Point","properties":{"name":"Cartwright"},"coordinates":[3402,5710]},{"type":"Point","properties":{"name":"Rigolet"},"coordinates":[3362,5779]},{"type":"Point","properties":{"name":"Port Burwell"},"coordinates":[3187,6667]},{"type":"Point","properties":{"name":"Santa Cruz"},"coordinates":[1591,3270]},{"type":"Point","properties":{"name":"San Bernardino"},"coordinates":[1723,2855]},{"type":"Point","properties":{"name":"Bridgeport"},"coordinates":[2951,3884]},{"type":"Point","properties":{"name":"Rochester"},"coordinates":[2828,4174]},{"type":"Point","properties":{"name":"International Falls"},"coordinates":[2388,4966]},{"type":"Point","properties":{"name":"St. Paul"},"coordinates":[2397,4433]},{"type":"Point","properties":{"name":"Billings"},"coordinates":[1967,4556]},{"type":"Point","properties":{"name":"Great Falls"},"coordinates":[1890,4805]},{"type":"Point","properties":{"name":"Missoula"},"coordinates":[1815,4714]},{"type":"Point","properties":{"name":"Minot"},"coordinates":[2169,4912]},{"type":"Point","properties":{"name":"Fargo"},"coordinates":[2294,4715]},{"type":"Point","properties":{"name":"Hilo"},"coordinates":[670,752]},{"type":"Point","properties":{"name":"Olympia"},"coordinates":[1567,4738]},{"type":"Point","properties":{"name":"Spokane"},"coordinates":[1720,4830]},{"type":"Point","properties":{"name":"Vancouver"},"coordinates":[1574,4533]},{"type":"Point","properties":{"name":"Flagstaff"},"coordinates":[1880,3011]},{"type":"Point","properties":{"name":"Tucson"},"coordinates":[1901,2575]},{"type":"Point","properties":{"name":"Santa Barbara"},"coordinates":[1655,2900]},{"type":"Point","properties":{"name":"Fresno"},"coordinates":[1654,3237]},{"type":"Point","properties":{"name":"Eureka"},"coordinates":[1532,3829]},{"type":"Point","properties":{"name":"Colorado Springs"},"coordinates":[2071,3546]},{"type":"Point","properties":{"name":"Reno"},"coordinates":[1653,3643]},{"type":"Point","properties":{"name":"Elko"},"coordinates":[1766,3833]},{"type":"Point","properties":{"name":"Albuquerque"},"coordinates":[2020,2998]},{"type":"Point","properties":{"name":"Salem"},"coordinates":[1563,4430]},{"type":"Point","properties":{"name":"Casper"},"coordinates":[2029,4130]},{"type":"Point","properties":{"name":"Topeka"},"coordinates":[2325,3573]},{"type":"Point","properties":{"name":"Kansas City"},"coordinates":[2355,3582]},{"type":"Point","properties":{"name":"Tulsa"},"coordinates":[2318,3146]},{"type":"Point","properties":{"name":"Sioux Falls"},"coordinates":[2296,4229]},{"type":"Point","properties":{"name":"Shreveport"},"coordinates":[2378,2618]},{"type":"Point","properties":{"name":"Baton Rouge"},"coordinates":[2452,2320]},{"type":"Point","properties":{"name":"Ft. Worth"},"coordinates":[2279,2653]},{"type":"Point","properties":{"name":"Corpus Christi"},"coordinates":[2277,1924]},{"type":"Point","properties":{"name":"Austin"},"coordinates":[2268,2293]},{"type":"Point","properties":{"name":"Amarillo"},"coordinates":[2154,3016]},{"type":"Point","properties":{"name":"El Paso"},"coordinates":[2023,2513]},{"type":"Point","properties":{"name":"Laredo"},"coordinates":[2219,1890]},{"type":"Point","properties":{"name":"Burlington"},"coordinates":[2951,4364]},{"type":"Point","properties":{"name":"Montgomery"},"coordinates":[2587,2598]},{"type":"Point","properties":{"name":"Tallahassee"},"coordinates":[2643,2319]},{"type":"Point","properties":{"name":"Orlando"},"coordinates":[2723,2036]},{"type":"Point","properties":{"name":"Jacksonville"},"coordinates":[2715,2302]},{"type":"Point","properties":{"name":"Savannah"},"coordinates":[2731,2548]},{"type":"Point","properties":{"name":"Columbia"},"coordinates":[2737,2843]},{"type":"Point","properties":{"name":"Indianapolis"},"coordinates":[2590,3676]},{"type":"Point","properties":{"name":"Wilmington"},"coordinates":[2819,2870]},{"type":"Point","properties":{"name":"Knoxville"},"coordinates":[2653,3124]},{"type":"Point","properties":{"name":"Richmond"},"coordinates":[2833,3355]},{"type":"Point","properties":{"name":"Charleston"},"coordinates":[2716,3471]},{"type":"Point","properties":{"name":"Baltimore"},"coordinates":[2856,3610]},{"type":"Point","properties":{"name":"Syracuse"},"coordinates":[2869,4156]},{"type":"Point","properties":{"name":"Augusta"},"coordinates":[3047,4340]},{"type":"Point","properties":{"name":"Sault Ste. Marie"},"coordinates":[2641,4659]},{"type":"Point","properties":{"name":"Sitka"},"coordinates":[1221,6199]},{"type":"Point","properties":{"name":"Mexicali"},"coordinates":[1774,2640]},{"type":"Point","properties":{"name":"La Paz"},"coordinates":[1917,1399]},{"type":"Point","properties":{"name":"Torreon"},"coordinates":[2109,1608]},{"type":"Point","properties":{"name":"Culiacan"},"coordinates":[1999,1500]},{"type":"Point","properties":{"name":"Nogales"},"coordinates":[1900,2444]},{"type":"Point","properties":{"name":"Hermosillo"},"coordinates":[1900,2122]},{"type":"Point","properties":{"name":"Guaymas"},"coordinates":[1901,1952]},{"type":"Point","properties":{"name":"San Luis Potosi"},"coordinates":[2177,1112]},{"type":"Point","properties":{"name":"Matamoros"},"coordinates":[2274,1653]},{"type":"Point","properties":{"name":"Nuevo Laredo"},"coordinates":[2217,1889]},{"type":"Point","properties":{"name":"Colima"},"coordinates":[2101,683]},{"type":"Point","properties":{"name":"Campeche"},"coordinates":[2469,770]},{"type":"Point","properties":{"name":"Oaxaca"},"coordinates":[2298,370]},{"type":"Point","properties":{"name":"Leon"},"coordinates":[2157,963]},{"type":"Point","properties":{"name":"Thompson"},"coordinates":[2264,6008]},{"type":"Point","properties":{"name":"Brandon"},"coordinates":[2206,5146]},{"type":"Point","properties":{"name":"Fort Smith"},"coordinates":[1874,6628]},{"type":"Point","properties":{"name":"Fort McMurray"},"coordinates":[1888,6152]},{"type":"Point","properties":{"name":"Peace River"},"coordinates":[1723,6079]},{"type":"Point","properties":{"name":"Fort St. John"},"coordinates":[1624,6081]},{"type":"Point","properties":{"name":"Iqaluit"},"coordinates":[3082,7175]},{"type":"Point","properties":{"name":"Cambridge Bay"},"coordinates":[2065,7958]},{"type":"Point","properties":{"name":"Kugluktuk"},"coordinates":[1783,7765]},{"type":"Point","properties":{"name":"Chesterfield Inlet"},"coordinates":[2464,7115]},{"type":"Point","properties":{"name":"Arviat"},"coordinates":[2370,6790]},{"type":"Point","properties":{"name":"Taloyoak"},"coordinates":[2385,8018]},{"type":"Point","properties":{"name":"Igloolik"},"coordinates":[2712,7978]},{"type":"Point","properties":{"name":"Dawson City"},"coordinates":[1107,7221]},{"type":"Point","properties":{"name":"Timmins"},"coordinates":[2725,4946]},{"type":"Point","properties":{"name":"North Bay"},"coordinates":[2777,4630]},{"type":"Point","properties":{"name":"Kuujjuarapik"},"coordinates":[2824,5940]},{"type":"Point","properties":{"name":"Kuujjuaq"},"coordinates":[3085,6351]},{"type":"Point","properties":{"name":"Sydney"},"coordinates":[3314,4596]},{"type":"Point","properties":{"name":"Labrador City"},"coordinates":[3126,5599]},{"type":"Point","properties":{"name":"Helena"},"coordinates":[1870,4673]},{"type":"Point","properties":{"name":"Bismarck"},"coordinates":[2183,4704]},{"type":"Point","properties":{"name":"Boise"},"coordinates":[1753,4238]},{"type":"Point","properties":{"name":"San Jose"},"coordinates":[1596,3318]},{"type":"Point","properties":{"name":"Sacramento"},"coordinates":[1607,3504]},{"type":"Point","properties":{"name":"Las Vegas"},"coordinates":[1781,3159]},{"type":"Point","properties":{"name":"Santa Fe"},"coordinates":[2039,3083]},{"type":"Point","properties":{"name":"Portland"},"coordinates":[1573,4517]},{"type":"Point","properties":{"name":"Salt Lake City"},"coordinates":[1872,3825]},{"type":"Point","properties":{"name":"Cheyenne"},"coordinates":[2071,3878]},{"type":"Point","properties":{"name":"Des Moines"},"coordinates":[2383,3942]},{"type":"Point","properties":{"name":"Omaha"},"coordinates":[2316,3893]},{"type":"Point","properties":{"name":"Oklahoma City"},"coordinates":[2274,3051]},{"type":"Point","properties":{"name":"Pierre"},"coordinates":[2195,4349]},{"type":"Point","properties":{"name":"San Antonio"},"coordinates":[2246,2179]},{"type":"Point","properties":{"name":"Jackson"},"coordinates":[2478,2589]},{"type":"Point","properties":{"name":"Raleigh"},"coordinates":[2800,3102]},{"type":"Point","properties":{"name":"Cleveland"},"coordinates":[2715,3926]},{"type":"Point","properties":{"name":"Cincinnati"},"coordinates":[2638,3590]},{"type":"Point","properties":{"name":"Nashville"},"coordinates":[2573,3153]},{"type":"Point","properties":{"name":"Memphis"},"coordinates":[2483,3000]},{"type":"Point","properties":{"name":"Norfolk"},"coordinates":[2866,3252]},{"type":"Point","properties":{"name":"Milwaukee"},"coordinates":[2541,4157]},{"type":"Point","properties":{"name":"Buffalo"},"coordinates":[2793,4132]},{"type":"Point","properties":{"name":"Pittsburgh"},"coordinates":[2762,3775]},{"type":"Point","properties":{"name":"Kodiak"},"coordinates":[745,6306]},{"type":"Point","properties":{"name":"Cold Bay"},"coordinates":[458,5928]},{"type":"Point","properties":{"name":"Bethel"},"coordinates":[484,6744]},{"type":"Point","properties":{"name":"Point Hope"},"coordinates":[344,7845]},{"type":"Point","properties":{"name":"Barrow"},"coordinates":[623,8275]},{"type":"Point","properties":{"name":"Nome"},"coordinates":[383,7285]},{"type":"Point","properties":{"name":"Valdez"},"coordinates":[914,6794]},{"type":"Point","properties":{"name":"Juneau"},"coordinates":[1246,6382]},{"type":"Point","properties":{"name":"Fairbanks"},"coordinates":[876,7333]},{"type":"Point","properties":{"name":"Prudhoe Bay"},"coordinates":[849,8129]},{"type":"Point","properties":{"name":"Tijuana"},"coordinates":[1729,2618]},{"type":"Point","properties":{"name":"Chihuahua"},"coordinates":[2035,2056]},{"type":"Point","properties":{"name":"Mazatlan"},"coordinates":[2026,1265]},{"type":"Point","properties":{"name":"Tampico"},"coordinates":[2264,1131]},{"type":"Point","properties":{"name":"Acapulco"},"coordinates":[2207,336]},{"type":"Point","properties":{"name":"Veracruz"},"coordinates":[2312,675]},{"type":"Point","properties":{"name":"Tuxtla Gutierrez"},"coordinates":[2396,321]},{"type":"Point","properties":{"name":"Cancun"},"coordinates":[2572,966]},{"type":"Point","properties":{"name":"Merida"},"coordinates":[2494,937]},{"type":"Point","properties":{"name":"Winnipeg"},"coordinates":[2284,5153]},{"type":"Point","properties":{"name":"Churchill"},"coordinates":[2367,6448]},{"type":"Point","properties":{"name":"Regina"},"coordinates":[2076,5236]},{"type":"Point","properties":{"name":"Saskatoon"},"coordinates":[2019,5486]},{"type":"Point","properties":{"name":"Calgary"},"coordinates":[1813,5328]},{"type":"Point","properties":{"name":"Prince Rupert"},"coordinates":[1360,5799]},{"type":"Point","properties":{"name":"Victoria"},"coordinates":[1554,4941]},{"type":"Point","properties":{"name":"Arctic Bay"},"coordinates":[2618,8529]},{"type":"Point","properties":{"name":"Resolute"},"coordinates":[2347,8769]},{"type":"Point","properties":{"name":"Repulse Bay"},"coordinates":[2587,7580]},{"type":"Point","properties":{"name":"Yellowknife"},"coordinates":[1804,6984]},{"type":"Point","properties":{"name":"Fort Good Hope"},"coordinates":[1407,7542]},{"type":"Point","properties":{"name":"Whitehorse"},"coordinates":[1228,6733]},{"type":"Point","properties":{"name":"Ottawa"},"coordinates":[2882,4502]},{"type":"Point","properties":{"name":"Fort Severn"},"coordinates":[2549,6042]},{"type":"Point","properties":{"name":"Thunder Bay"},"coordinates":[2504,4943]},{"type":"Point","properties":{"name":"Qumbec"},"coordinates":[3006,4709]},{"type":"Point","properties":{"name":"Halifax"},"coordinates":[3219,4390]},{"type":"Point","properties":{"name":"St. Johncs"},"coordinates":[3523,4818]},{"type":"Point","properties":{"name":"Nain"},"coordinates":[3272,6125]},{"type":"Point","properties":{"name":"Charlottetown"},"coordinates":[3232,4623]},{"type":"Point","properties":{"name":"Minneapolis"},"coordinates":[2393,4438]},{"type":"Point","properties":{"name":"Honolulu"},"coordinates":[593,986]},{"type":"Point","properties":{"name":"Seattle"},"coordinates":[1582,4816]},{"type":"Point","properties":{"name":"Phoenix"},"coordinates":[1869,2770]},{"type":"Point","properties":{"name":"San Diego"},"coordinates":[1726,2665]},{"type":"Point","properties":{"name":"St. Louis"},"coordinates":[2477,3513]},{"type":"Point","properties":{"name":"New Orleans"},"coordinates":[2482,2253]},{"type":"Point","properties":{"name":"Dallas"},"coordinates":[2293,2665]},{"type":"Point","properties":{"name":"Boston"},"coordinates":[3011,4052]},{"type":"Point","properties":{"name":"Tampa"},"coordinates":[2693,1954]},{"type":"Point","properties":{"name":"Philadelphia"},"coordinates":[2896,3712]},{"type":"Point","properties":{"name":"Detroit"},"coordinates":[2676,4052]},{"type":"Point","properties":{"name":"Anchorage"},"coordinates":[815,6806]},{"type":"Point","properties":{"name":"Guadalajara"},"coordinates":[2112,893]},{"type":"Point","properties":{"name":"Puebla"},"coordinates":[2255,657]},{"type":"Point","properties":{"name":"Edmonton"},"coordinates":[1829,5688]},{"type":"Point","properties":{"name":"Montraal"},"coordinates":[2941,4514]},{"type":"Point","properties":{"name":"San Francisco"},"coordinates":[1580,3386]},{"type":"Point","properties":{"name":"Denver"},"coordinates":[2066,3674]},{"type":"Point","properties":{"name":"Houston"},"coordinates":[2335,2228]},{"type":"Point","properties":{"name":"Miami"},"coordinates":[2756,1640]},{"type":"Point","properties":{"name":"Atlanta"},"coordinates":[2639,2812]},{"type":"Point","properties":{"name":"Chicago"},"coordinates":[2546,3979]},{"type":"Point","properties":{"name":"Monterrey"},"coordinates":[2196,1622]},{"type":"Point","properties":{"name":"Vancouver"},"coordinates":[1561,5064]},{"type":"Point","properties":{"name":"Toronto"},"coordinates":[2778,4252]},{"type":"Point","properties":{"name":"Los Angeles"},"coordinates":[1698,2836]},{"type":"Point","properties":{"name":"Washington, D.C."},"coordinates":[2845,3552]},{"type":"Point","properties":{"name":"New York"},"coordinates":[2930,3821]},{"type":"Point","properties":{"name":"Mexico City"},"coordinates":[2229,714]}]}},"arcs":[[[3163,4212],[-1,-1],[1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,3],[0,1],[1,0],[0,-3],[0,-2],[-1,-2],[0,-3],[0,-2]],[[3324,4286],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-2,2],[-1,3],[0,2],[0,-1],[1,0],[0,-1],[2,-1],[4,1],[1,1],[1,2],[1,4],[1,3],[-1,-7],[-2,-4]],[[3144,4336],[-1,-4],[0,1],[1,9],[1,5],[0,3],[1,1],[0,2],[0,-1],[0,-1],[0,-2],[-1,-5],[-1,-8]],[[3131,4411],[0,-3],[0,1],[1,-2],[-1,-1],[0,-1],[0,-2],[0,-4],[1,-4],[0,-3],[0,-2],[1,-1],[0,-2],[0,-2],[-1,-1],[0,2],[0,2],[-1,2],[0,1],[0,-1],[-1,1],[-1,-1],[-1,-2],[0,-1],[0,-4],[-1,0],[0,4],[0,4],[0,4],[1,4],[0,2],[0,4],[1,5],[1,2],[1,-1]],[[2931,4486],[0,-1],[-1,-2],[0,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-2,-1],[0,1],[0,1],[0,1],[-1,2],[1,1],[0,1],[0,1],[1,1],[2,-1],[0,1],[1,1],[0,1],[1,0],[1,1],[0,-1],[0,-1],[0,-1]],[[2932,4494],[-1,0],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1]],[[2931,4513],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-1],[0,-2],[-1,-1]],[[3293,4525],[1,-2],[0,2],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,-3],[-1,-2],[1,-3],[-1,-1],[0,-3],[-1,-1],[0,1],[0,1],[0,2],[0,1],[-1,1],[-1,0],[0,1],[0,2],[-1,1],[0,1],[0,2],[1,0],[0,2],[1,1],[0,1],[1,0],[1,1],[1,-1]],[[2941,4542],[0,-1],[-1,-1],[0,-2],[-1,-3],[0,-1],[0,-1],[-1,-7],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,-1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,2],[1,2],[1,6],[0,2],[1,1],[1,2],[0,1],[1,0],[0,-1],[2,2],[0,-1]],[[2942,4517],[0,-4],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-3,4],[-2,0],[-1,-1],[-1,-2],[-2,-2],[-1,0],[0,1],[0,1],[2,5],[1,2],[0,3],[0,1],[1,0],[1,0],[1,1],[1,2],[1,2],[0,3],[1,3],[0,2],[1,3],[0,1],[0,1],[2,6],[0,2],[1,0],[0,1],[1,1],[0,-1],[0,-3],[0,-1],[-1,-8],[0,-2],[0,-2],[-1,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2]],[[3249,4562],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,1]],[[3327,4588],[0,-2],[0,1],[-1,0],[-1,0],[0,1],[2,3],[1,1],[0,-1],[-1,-1],[0,-2]],[[3012,4712],[-1,0],[-1,0],[-1,3],[1,4],[3,6],[2,8],[1,3],[1,1],[1,-1],[0,-2],[0,-2],[-1,-1],[0,-6],[-1,-2],[0,-1],[-2,-5],[-2,-5]],[[3305,4733],[1,-1],[0,1],[1,3],[1,0],[0,-1],[0,-3],[-1,-5],[-1,-5],[-1,-3],[0,-2],[1,0],[1,0],[0,-1],[-1,-2],[0,-1],[1,0],[1,-1],[1,1],[1,1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-4],[-1,-9],[0,-5],[0,-2],[-1,-1],[-1,-3],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-2,-8],[-1,-15],[0,-2],[-1,-6],[0,-1],[-1,-5],[-1,-9],[-1,-8],[0,-1],[0,-1],[2,10],[0,1],[1,1],[1,6],[1,2],[1,-1],[-1,-1],[0,-2],[0,-3],[0,-2],[-1,-3],[-4,-18],[0,-1],[-2,-3],[0,-1],[0,-1],[-1,3],[-1,-3],[0,-1],[0,-1],[-2,-1],[-1,-2],[0,2],[0,1],[0,1],[-1,-4],[-2,-9],[-1,-1],[0,-1],[-3,-2],[0,-2],[0,-3],[2,1],[1,1],[0,2],[1,2],[0,2],[2,4],[1,4],[1,0],[2,3],[0,1],[1,-1],[-1,-3],[0,-2],[-1,-2],[0,-3],[0,-2],[0,-3],[-1,-3],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[0,-2],[-1,0],[-1,0],[-1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[1,1],[0,1],[0,1],[1,1],[0,-1],[1,1],[0,1],[2,-5],[-1,-1],[0,1],[0,1],[-1,0],[1,-3],[0,-2],[-1,1],[0,-2],[-1,0],[0,1],[0,-2],[-3,-5],[0,-2],[0,-3],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,1],[3,7],[1,1],[1,0],[1,-2],[1,-3],[0,-3],[0,-1],[-1,-2],[0,-4],[-1,0],[0,-1],[1,-1],[0,1],[0,1],[1,1],[-1,1],[1,0],[0,1],[1,3],[0,-1],[1,0],[0,1],[-1,1],[1,2],[0,1],[-1,2],[0,1],[0,3],[1,2],[0,1],[0,1],[1,1],[0,2],[1,1],[0,2],[0,2],[1,2],[0,1],[1,4],[1,1],[1,4],[1,1],[1,3],[1,3],[0,3],[-1,0],[-1,-3],[-1,-3],[-2,-2],[-1,-3],[-1,-1],[0,-2],[-1,-1],[-1,0],[0,2],[0,2],[-1,1],[0,1],[0,-1],[-1,0],[0,2],[0,2],[2,4],[1,4],[1,1],[1,1],[1,6],[2,4],[0,1],[2,7],[1,1],[0,2],[1,4],[0,1],[1,1],[1,2],[0,2],[-1,-1],[-2,-1],[0,-1],[-1,-6],[-5,-14],[0,-1],[-1,-1],[0,1],[0,2],[0,1],[1,1],[0,3],[1,4],[2,8],[0,2],[1,3],[3,11],[2,2],[0,-1],[1,-6],[1,-5],[0,-3],[-2,-10],[0,1],[1,1],[0,1],[1,0],[0,-2],[0,-2],[0,-1],[1,2],[0,2],[0,1],[0,1],[0,2],[0,3],[0,2],[1,2],[0,1],[1,0],[1,0],[0,-2],[1,-2],[-1,-2],[2,0],[2,-2],[0,-5],[1,2],[2,-1],[0,-2],[-1,-2],[-1,-4],[0,-5],[1,2],[0,2],[1,1],[0,-1],[-1,-5],[-1,-3],[0,-1],[-2,-1],[0,-1],[1,-2],[0,-2],[0,-1],[1,0],[1,1],[1,0],[0,-1],[0,1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-1,0],[-2,-4],[-1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[-4,0],[-1,-4],[0,-1],[0,-1],[1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-3,-3],[0,-2],[-1,-2],[0,-3],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-2,-6],[-1,-1],[-1,1],[0,1],[-1,-2],[0,-1],[-3,-4],[-1,-3],[-1,-1],[-1,0],[0,-1],[-1,1],[0,2],[0,1],[-2,1],[0,1],[-1,1],[0,2],[0,2],[0,1],[0,-1],[-1,-2],[0,-2],[0,1],[-1,1],[0,-2],[-1,-1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-3],[-1,-2],[-1,0],[-1,0],[1,1],[0,1],[0,1],[0,1],[-1,1],[-1,2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-1,1],[0,1],[-1,7],[-1,7],[-1,3],[0,4],[-1,10],[0,5],[0,2],[-1,2],[1,7],[-1,3],[0,2],[0,2],[0,2],[0,2],[0,3],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,3],[1,1],[1,2],[0,1],[0,3],[0,4],[0,4],[1,1],[0,1],[2,5],[2,7],[1,2],[1,11],[1,5],[0,3],[3,10],[0,2],[0,2],[0,4],[0,2],[1,4],[0,2],[0,2],[0,2],[0,1],[0,2],[0,2],[0,1],[1,1],[-1,-4],[0,-2],[1,-1],[0,1],[0,2],[0,2],[0,1],[1,3],[0,1],[1,5],[1,11],[1,4],[1,3],[1,2],[1,2],[2,9],[1,11],[0,3],[0,1],[1,1],[0,2],[1,1],[0,-2],[1,0],[1,-1],[0,-1],[0,-1]],[[3207,4707],[0,-1],[-1,1],[0,-1],[0,-2],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-3],[0,-1],[1,-1],[0,1],[1,0],[0,1],[1,-2],[-1,-1],[0,-3],[1,-1],[0,-2],[1,-2],[0,-3],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,1],[0,1],[0,-1],[0,-2],[1,0],[0,-1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-7],[0,-1],[-1,-1],[-1,-1],[0,-4],[1,2],[0,1],[2,1],[0,2],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[2,-2],[1,0],[0,2],[0,3],[-1,3],[0,2],[1,1],[0,1],[-1,1],[1,4],[1,1],[1,0],[3,-3],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[1,2],[0,2],[-1,1],[0,1],[1,0],[2,0],[0,-2],[1,-1],[0,-2],[0,-1],[0,-3],[1,-1],[0,-2],[0,-1],[1,1],[0,-2],[0,-1],[1,1],[0,1],[0,1],[3,-1],[4,0],[3,2],[0,-1],[0,-1],[0,-1],[1,2],[0,1],[1,2],[5,-3],[0,1],[-2,2],[-1,1],[1,1],[1,1],[1,1],[1,-1],[1,1],[4,1],[3,-1],[2,2],[3,-1],[2,-3],[1,-1],[0,-1],[0,-1],[-1,-4],[-4,-8],[-2,-2],[0,1],[-1,1],[0,3],[0,-4],[0,-1],[-1,-1],[0,1],[-1,2],[-1,0],[0,-1],[1,-1],[0,-3],[0,-2],[-1,-1],[-1,1],[1,-4],[0,-2],[0,-1],[-3,3],[0,-2],[1,-2],[1,-2],[0,-3],[-1,-1],[-1,0],[-1,0],[-1,3],[-1,0],[0,-1],[1,-2],[1,-2],[1,-3],[-1,1],[-2,3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[2,0],[0,-1],[0,2],[0,1],[-1,1],[1,1],[0,-3],[1,-4],[0,-4],[-1,-2],[0,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[1,0],[1,-2],[1,0],[0,1],[1,0],[-1,-5],[-2,-2],[-4,-1],[-1,0],[0,-2],[0,-1],[-1,1],[0,1],[-2,2],[-1,4],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,2],[0,1],[1,1],[1,-1],[-1,3],[-2,-1],[-1,0],[0,1],[1,0],[0,1],[1,2],[1,1],[1,5],[0,3],[-1,1],[0,-2],[-1,-2],[0,-1],[0,3],[0,3],[1,1],[-1,2],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[1,2],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[2,3],[1,2],[-1,0],[-1,-1],[-1,-1],[0,-3],[-1,-1],[0,-1],[-1,-4],[0,-1],[0,1],[-1,2],[-1,2],[1,-5],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[2,-1],[0,1],[1,3],[0,-1],[1,-1],[-1,-3],[0,-1],[-1,-1],[-1,-3],[-1,-1],[0,1],[-2,3],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,3],[-1,-1],[0,-1],[-1,1],[0,1],[-1,-1],[-1,1],[-1,3],[-1,2],[0,3],[0,2],[-1,2],[-1,2],[-1,2],[0,2],[1,-1],[-1,5],[2,-2],[1,-1],[-2,4],[1,1],[0,1],[-1,1],[-2,0],[-1,1],[0,-1],[0,1],[-1,1],[0,1],[-1,-2],[-1,-1],[-3,1],[-1,0],[0,1],[0,2],[0,2],[0,1],[1,-1],[0,5],[0,5],[0,5],[1,1],[0,2],[-1,0],[1,1],[0,1],[0,2],[-1,1],[1,3],[0,1],[0,2],[-2,-6],[-1,1],[0,1],[-1,0],[0,1],[0,2],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,2],[0,6],[1,6],[0,5],[1,4],[2,4],[0,2],[0,3],[0,3],[1,3],[0,2],[2,8],[3,10],[2,6],[0,-2],[0,-1],[0,-1],[0,-4],[0,-6],[0,-5],[0,-4],[0,-2],[-1,-7],[0,-1],[0,-2]],[[3464,4768],[0,-2],[-1,2],[0,3],[1,2],[1,-1],[-1,-2],[0,-2]],[[3434,4773],[1,-1],[-1,-3],[0,2],[0,-1],[-1,1],[0,1],[-1,0],[0,1],[1,2],[1,0],[0,-1],[0,-1]],[[3481,4785],[-1,0],[0,1],[0,2],[1,1],[0,1],[0,3],[1,0],[0,-2],[0,-5],[-1,-1]],[[3030,4787],[-1,-1],[0,1],[-1,0],[0,2],[0,1],[1,2],[0,1],[1,1],[0,1],[1,0],[1,0],[-1,-2],[-1,-5],[0,-1]],[[3280,4824],[0,-2],[-1,-1],[0,-1],[0,-2],[-1,-3],[-1,-1],[-1,-1],[0,1],[1,1],[0,2],[1,3],[0,3],[-1,0],[-1,-1],[-1,-2],[-1,-5],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,-6],[-1,-2],[-1,-1],[-1,-4],[-1,-2],[1,-1],[1,3],[4,15],[1,3],[1,0],[-1,-1],[-1,-3],[-1,-7],[-2,-11],[-2,0],[0,-1],[0,-3],[-1,-2],[0,-2],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-4],[-1,-2],[1,-2],[0,-1],[1,-1],[0,3],[0,-2],[1,-1],[0,-1],[1,-1],[1,0],[0,1],[0,2],[0,-4],[0,-1],[-1,-1],[-1,0],[0,2],[-1,0],[-1,-3],[-1,0],[-1,1],[0,3],[1,4],[0,5],[1,2],[0,2],[0,7],[0,3],[0,2],[1,1],[1,1],[1,1],[4,14],[0,1],[4,13],[0,1],[1,1],[4,0],[0,-1],[-1,-1]],[[3515,4819],[-1,0],[-1,1],[1,3],[1,5],[1,0],[0,-3],[0,-2],[-1,-4]],[[3483,4826],[-1,-8],[0,-5],[0,-3],[-1,-4],[-2,-14],[0,-1],[0,-1],[-2,1],[-1,1],[1,2],[2,9],[1,8],[0,3],[-1,-1],[1,2],[1,7],[1,1],[-1,-3],[0,-1],[1,-1],[0,3],[1,8],[0,1],[0,-1],[0,-3]],[[3433,4826],[0,-2],[1,-2],[-1,-1],[-1,0],[-3,2],[0,1],[-1,0],[0,1],[0,3],[0,2],[3,2],[1,0],[1,-1],[-1,-3],[1,-2]],[[3484,4813],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,2],[0,2],[0,3],[0,3],[-1,-1],[0,3],[1,9],[0,1],[0,2],[0,1],[0,3],[0,3],[0,-1],[0,-1],[1,-3],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1]],[[3194,4860],[0,-2],[0,-2],[-1,-3],[0,-3],[-2,-6],[-1,-5],[-1,2],[0,1],[0,1],[-1,0],[1,4],[1,1],[-1,1],[-1,-1],[1,1],[0,2],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,2],[0,1],[0,1],[2,2],[1,-1],[0,-3],[0,1],[1,0],[0,1],[1,2],[-1,2],[1,2],[0,4],[0,-1],[0,-4],[0,-2],[0,-3]],[[3192,4865],[-1,-1],[0,2],[1,3],[0,5],[1,7],[0,2],[1,-2],[0,-3],[1,-3],[0,-2],[-1,-3],[0,-2],[-2,-3]],[[3490,4904],[1,-1],[2,1],[0,-1],[2,-3],[1,1],[2,5],[1,2],[1,0],[0,-2],[-1,-2],[1,-3],[0,-2],[-1,-2],[0,-3],[-1,-4],[-1,0],[-3,3],[-2,-1],[-1,0],[-1,2],[0,1],[-1,2],[0,2],[0,3],[0,1],[-1,2],[0,4],[0,1],[1,-2],[1,-4]],[[3072,4935],[-1,0],[1,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1]],[[1555,4972],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,1],[-1,2],[0,2],[0,1],[0,1],[0,-1],[0,1],[0,2],[0,-1]],[[1557,4990],[0,-1],[1,0],[1,0],[0,-2],[0,-1],[0,-1],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[-1,1],[0,2],[0,2],[0,1],[0,1],[1,0],[1,-2],[0,-2],[0,-1],[0,-2]],[[1562,4990],[-1,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,-1],[1,-2],[1,-2],[2,0],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1]],[[1550,5008],[2,-7],[-1,0],[0,1],[0,2],[-1,0],[0,-1],[0,-1],[1,-3],[3,-8],[-1,-2],[0,-1],[-2,2],[0,-1],[1,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,2],[0,2],[0,2],[0,2],[0,1],[0,1],[0,2],[-1,3],[0,2],[1,2],[-1,3],[0,2],[0,3],[-1,5],[1,-1],[0,-2],[2,-6]],[[1555,5005],[0,-1],[0,1],[-1,-1],[-1,1],[-1,5],[-3,6],[-3,12],[0,1],[0,1],[-1,6],[-1,3],[1,1],[1,-5],[2,-12],[1,-2],[2,-6],[0,-1],[1,0],[1,-2],[1,-1],[1,-1],[0,-1],[0,-2],[0,-2]],[[1545,5044],[-1,-1],[0,1],[0,-1],[-1,0],[-1,1],[-1,2],[-1,2],[0,2],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,-1],[0,-2]],[[1482,5046],[-1,0],[-1,1],[0,2],[0,2],[0,1],[0,2],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3]],[[1486,5045],[-1,-1],[-1,1],[0,3],[0,1],[-1,1],[0,3],[0,2],[0,2],[1,2],[1,0],[1,-2],[0,-2],[0,-5],[0,-5]],[[2909,4441],[2,2],[5,8],[1,2],[1,5],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[1,3],[1,1],[2,2],[1,1],[1,3],[0,1],[3,0],[1,2],[1,3],[2,10],[0,1],[1,-1],[0,1],[1,2],[1,3],[1,1],[0,4],[1,1],[0,1],[1,1],[2,-2],[1,1],[0,-1],[0,-1],[1,1],[1,1],[0,3],[0,2],[-1,6],[0,2],[0,2],[0,2],[1,6],[1,2],[0,1],[0,2],[0,2],[1,1],[-1,5],[0,5],[1,4],[0,2],[5,15],[1,7],[0,2],[0,3],[0,2],[0,3],[0,2],[1,3],[0,2],[0,2],[0,1],[0,1],[1,1],[0,1],[3,2],[0,2],[1,1],[0,2],[1,2],[0,2],[1,2],[0,-2],[1,1],[1,0],[3,5],[2,6],[0,2],[0,3],[1,1],[1,3],[1,4],[2,8],[1,1],[0,1],[2,3],[3,4],[1,3],[1,6],[0,3],[0,2],[1,1],[2,5],[1,1],[1,0],[1,1],[0,2],[0,2],[1,2],[1,4],[2,4],[1,-1],[0,-2],[2,-2],[1,0],[11,16],[1,1],[1,4],[1,1],[1,6],[0,2],[1,2],[3,0],[1,1],[2,6],[1,0],[0,-1],[1,0],[0,1],[1,2],[1,0],[0,1],[1,4],[0,1],[4,6],[1,1],[1,1],[4,15],[3,14],[1,11],[1,4],[3,8],[1,5],[1,10],[1,4],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[1,1],[3,11],[3,16],[3,12],[1,2],[0,1],[0,1],[0,1],[0,1],[0,3],[0,2],[3,15],[0,1],[1,0],[1,2],[1,1],[0,2],[2,9],[3,8],[3,12],[2,8],[4,8],[0,4],[1,1],[1,0],[1,0],[2,5],[0,2],[0,1],[3,3],[1,3],[1,8],[1,3],[2,1],[2,5],[3,8],[0,1],[2,0],[0,1],[1,4],[1,1],[0,1],[2,0],[0,1],[7,13],[0,1],[1,3],[1,1],[1,1],[2,4],[3,2],[2,4],[2,3],[5,6],[6,12],[8,11],[2,2],[9,10],[4,3],[5,0],[6,2],[2,3],[1,1],[5,-1],[3,-2],[3,-1],[6,-3],[2,-3],[2,-1],[0,-1],[2,-4],[1,-3],[1,-1],[2,-1],[0,-1],[1,-2],[0,-1],[2,-5],[0,-1],[1,0],[0,-3],[0,-1],[2,-2],[0,-2],[1,-3],[0,-1],[1,-1],[0,-1],[1,-3],[2,-6],[0,-4],[0,-6],[0,-4],[1,-2],[0,-2],[0,-2],[-1,2],[0,3],[-1,1],[0,1],[-2,3],[-6,8],[-1,0],[1,-1],[1,-5],[0,-1],[-1,-1],[0,-1],[0,-1],[2,2],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-2],[0,-1],[1,1],[0,-1],[1,-1],[1,-2],[1,-4],[1,-7],[1,-1],[0,-2],[1,-2],[0,-2],[-1,-1],[-1,0],[-1,-5],[0,-3],[0,-1],[1,-1],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-3],[0,-1],[0,-2],[-1,-1],[-3,0],[-1,-2],[-1,-1],[-4,-6],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-3],[0,-4],[-1,-3],[0,-2],[-4,-4],[-1,1],[0,1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-3],[-2,-4],[-3,-8],[-3,-5],[-3,0],[0,-2],[-1,1],[-1,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[-1,1],[-1,1],[-3,4],[-3,3],[-1,2],[-1,5],[-1,1],[0,3],[0,3],[0,2],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-2,-11],[-1,-2],[-1,-1],[-2,3],[-3,0],[0,-1],[0,-1],[1,0],[-1,-4],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[-3,1],[-1,-2],[-1,-5],[0,-2],[-1,0],[-1,-2],[-1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-1],[-1,-2],[-1,0],[-1,-1],[1,-1],[1,0],[1,-1],[1,0],[1,3],[2,1],[1,2],[0,2],[5,5],[1,-1],[0,-4],[0,-3],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,1],[1,-2],[6,-8],[3,-1],[1,-1],[1,-4],[1,-5],[2,-18],[0,-2],[0,-2],[1,-4],[-1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[1,5],[0,2],[1,1],[2,0],[1,1],[1,3],[2,9],[2,2],[2,6],[5,4],[1,-1],[-2,-5],[0,-4],[1,1],[1,1],[2,3],[2,0],[1,0],[0,-1],[1,-2],[0,-3],[-1,-2],[-1,0],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,-3],[0,-2],[0,-1],[-2,-3],[0,-2],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-5],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[1,0],[0,-3],[-1,-4],[0,-3],[0,2],[1,1],[0,1],[1,1],[-1,-9],[-1,-10],[0,2],[0,1],[0,2],[0,1],[0,1],[0,-1],[0,-2],[-1,-3],[0,-2],[0,-2],[0,-3],[0,-3],[0,-1],[-2,0],[0,-1],[-1,-4],[-1,-2],[0,-2],[-1,-3],[-5,-15],[-1,-1],[0,-1],[2,-1],[1,0],[1,2],[0,-2],[0,-2],[0,-2],[0,-1],[2,1],[2,6],[1,0],[0,-1],[1,-3],[0,-1],[1,1],[0,1],[0,1],[1,1],[0,1],[3,-1],[0,-1],[0,-2],[0,-4],[0,-3],[0,-5],[0,-1],[-1,-2],[-1,-7],[-1,-4],[1,-4],[0,-4],[0,-4],[1,-3],[0,-3],[2,-6],[-1,0],[-1,-1],[0,-2],[0,-4],[1,4],[0,-1],[2,-4],[0,3],[0,2],[1,-2],[0,-2],[0,-3],[0,-6],[0,-5],[0,-3],[0,-2],[0,-1],[1,-3],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,-2],[0,-2],[1,-2],[0,-6],[-1,-2],[0,-2],[0,-2],[-1,0],[0,-1],[-1,-1],[1,1],[0,-1],[0,-1],[1,1],[0,1],[1,1],[1,0],[0,1],[0,3],[1,-2],[0,-4],[0,-3],[-1,-1],[0,-3],[0,-8],[1,2],[0,1],[3,-1],[1,0],[0,-1],[0,-1],[1,1],[3,1],[0,-1],[2,-3],[0,-2],[0,-2],[0,-2],[1,0],[0,1],[0,1],[1,1],[0,-2],[0,-1],[0,-1],[1,0],[0,3],[1,0],[0,1],[1,-1],[1,0],[2,-4],[2,-2],[1,-1],[0,-3],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,-3],[0,-1],[-1,0],[-4,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-3],[1,-2],[0,1],[0,1],[3,-3],[1,-3],[0,-4],[1,0],[1,-1],[0,-3],[0,-3],[1,1],[0,-1],[1,-1],[1,-2],[-1,-1],[0,-1],[-1,-1],[1,0],[1,1],[1,-1],[0,-1],[0,-2],[0,2],[0,1],[0,1],[0,2],[0,1],[1,0],[0,-1],[1,1],[3,2],[1,-2],[1,-3],[-1,1],[-1,0],[0,-1],[1,-2],[1,-2],[-1,0],[-1,0],[-1,-1],[0,-1],[1,-1],[0,1],[1,-1],[1,0],[0,-1],[0,1],[0,1],[1,-1],[1,-1],[1,1],[0,1],[1,1],[1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,0],[0,-2],[1,-1],[1,-2],[0,-1],[1,-1],[0,2],[0,1],[0,1],[0,1],[0,-2],[0,-1],[2,4],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[2,3],[0,1],[1,0],[1,-1],[0,3],[-1,2],[-1,2],[1,1],[3,-2],[2,-2],[4,-3],[2,1],[1,0],[-1,-1],[-1,0],[-1,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-2],[-2,-4],[-2,-1],[0,-1],[0,-2],[-1,-3],[1,2],[0,1],[1,1],[0,-2],[0,-4],[0,-2],[0,1],[0,4],[1,1],[1,-3],[0,-1],[0,2],[0,1],[0,1],[0,2],[0,2],[1,0],[0,2],[1,-1],[1,-1],[0,-2],[0,-1],[1,0],[1,0],[-1,-4],[0,-3],[1,-1],[0,1],[1,5],[1,0],[0,1],[1,1],[0,2],[0,1],[-1,-1],[-1,-3],[1,4],[4,3],[6,16],[2,8],[1,2],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-6],[1,-8],[0,-2],[-1,-3],[1,-1],[1,-2],[0,-1],[1,-2],[0,-1],[2,-4],[1,0],[0,-1],[1,1],[0,2],[1,-1],[0,1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[2,1],[0,-2],[1,-4],[1,-2],[0,-1],[1,-3],[0,-5],[0,-1],[1,-3],[0,-1],[2,-5],[1,0],[0,-3],[0,-3],[-1,-2],[0,-2],[-3,-4],[0,-1],[0,2],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,-3],[0,-2],[1,-1],[8,0],[1,0],[1,-1],[2,-2],[1,-1],[0,-1],[0,-2],[0,-2],[0,-3],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-2],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,0],[0,-2],[-1,-1],[-1,1],[0,2],[0,2],[1,1],[0,1],[0,1],[-1,-1],[-1,-1],[0,-2],[1,-4],[-1,-2],[0,1],[0,1],[0,1],[0,2],[0,2],[-1,1],[0,-1],[-1,-1],[0,1],[0,1],[-1,-1],[-1,-3],[0,-2],[-1,-2],[0,-2],[1,0],[-1,-1],[0,-2],[-1,0],[-5,-3],[-1,1],[-1,3],[0,-2],[0,1],[-1,1],[0,-1],[0,-1],[1,-1],[0,-3],[0,-2],[0,1],[0,-1],[-1,0],[1,-4],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,2],[-1,2],[-1,-1],[1,-3],[-1,0],[0,1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,2],[0,-1],[0,-2],[-1,-1],[0,1],[-1,3],[0,-3],[0,-2],[0,2],[-1,0],[0,-1],[-1,-3],[0,1],[0,1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[2,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,-2],[0,-1],[-1,0],[0,1],[0,-1],[-1,-1],[-1,1],[0,-2],[-1,-1],[-1,1],[-1,-1],[0,-4],[0,2],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,2],[0,1],[-1,0],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-2],[-1,1],[0,2],[0,3],[0,3],[0,-2],[-1,-3],[0,-1],[-1,1],[0,-3],[0,-2],[0,-1],[1,-2],[-1,-1],[-1,5],[0,-1],[0,1],[-1,-1],[-1,-3],[0,-2],[-1,1],[-3,-3],[0,-1],[0,-2],[0,-1],[-1,0],[1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,2],[-1,1],[0,-2],[0,1],[-1,1],[-1,-1],[-1,-2],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,5],[0,1],[-1,-1],[0,1],[0,-2],[0,-2],[1,-3],[0,-2],[0,-2],[-1,-4],[0,2],[0,3],[0,2],[-1,1],[0,2],[0,5],[0,1],[-1,1],[0,-1],[0,-4],[0,-3],[0,-4],[0,-3],[-1,1],[0,2],[0,2],[0,1],[0,-1],[-1,-4],[0,-1],[0,-1],[0,1],[0,1],[0,2],[-1,3],[0,1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-4],[0,-3],[-1,2],[-2,1],[-1,2],[0,1],[1,0],[-1,2],[0,1],[-1,-3],[0,-1],[1,-1],[0,-3],[0,-3],[-1,-2],[0,1],[-1,1],[-1,2],[0,3],[-1,3],[-2,7],[0,1],[-1,0],[0,-5],[1,-1],[0,-2],[1,0],[1,-3],[0,-1],[0,-5],[0,-1],[0,-3],[0,-2],[0,-2],[1,-4],[0,-3],[0,-2],[-1,-2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[0,-1],[0,1],[-1,1],[0,2],[0,2],[0,-2],[0,-2],[-1,-2],[0,1],[0,2],[0,2],[1,5],[-1,-1],[0,-2],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,3],[0,3],[1,6],[-1,3],[1,2],[0,2],[0,3],[1,2],[0,3],[-1,-2],[0,-2],[-2,-2],[-2,-3],[0,-1],[0,-1],[0,-5],[0,-1],[1,-2],[0,-3],[0,-5],[0,1],[-1,-2],[0,-3],[0,-2],[-1,0],[0,1],[-1,1],[0,4],[0,1],[0,2],[0,3],[0,2],[-1,2],[-1,0],[0,-2],[0,-2],[-1,-3],[0,1],[-1,2],[-1,2],[0,-1],[1,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[1,0],[1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[1,0],[1,-1],[-1,-1],[-1,1],[-2,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,1],[-1,0],[0,1],[0,1],[1,0],[0,-2],[0,-4],[1,0],[-1,-5],[0,-1],[-1,2],[0,-1],[-1,1],[0,1],[0,2],[0,1],[-2,4],[0,2],[0,-2],[1,-2],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-5],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-4],[-1,1],[0,1],[-1,1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[-1,0],[1,-1],[1,-1],[0,-2],[0,-2],[0,-3],[0,-2],[-1,2],[-1,-3],[-2,0],[0,-2],[1,-1],[0,-1],[0,-3],[0,-2],[0,-1],[-1,0],[0,-2],[-1,-2],[0,-1],[-2,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-3],[1,-2],[1,-3],[-1,0],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[0,2],[0,3],[-1,1],[0,1],[-1,1],[0,-2],[1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[0,2],[0,4],[-1,3],[0,1],[0,-2],[1,-7],[0,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[-1,0],[0,1],[-1,7],[0,3],[0,-3],[0,-6],[0,-2],[0,-3],[0,-2],[0,-1],[0,-1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,1],[0,5],[-1,2],[0,-3],[-1,-6],[0,-3],[0,2],[0,2],[0,3],[0,4],[-1,-5],[0,-1],[0,1],[-1,1],[0,4],[0,3],[0,3],[-1,2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[1,-5],[-1,-4],[0,-3],[-1,0],[0,1],[-1,3],[0,2],[0,3],[0,2],[0,2],[0,1],[0,-1],[-1,0],[0,-1],[0,-2],[0,1],[0,-4],[0,-4],[1,-3],[-1,-4],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-6],[0,4],[-1,1],[0,-1],[0,-1],[-1,0],[0,4],[-1,1],[0,-1],[1,-8],[0,-2],[0,-1],[1,-2],[-1,-1],[0,2],[0,5],[0,1],[-1,1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[1,-3],[0,-2],[0,-2],[0,-1],[-1,0],[0,1],[0,2],[0,1],[-1,4],[0,1],[0,1],[-1,0],[1,2],[0,1],[-1,1],[0,1],[0,-1],[-1,-5],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[-1,3],[0,2],[0,2],[0,2],[0,2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,2],[0,3],[0,8],[0,4],[0,1],[0,2],[0,-1],[0,-2],[-1,-2],[1,-2],[0,-1],[0,-2],[0,-2],[-1,3],[0,4],[0,4],[0,4],[0,1],[-1,3],[0,2],[0,2],[0,6],[0,-3],[0,-1],[0,-1],[-1,-1],[0,2],[0,3],[0,3],[-1,1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,2],[0,1],[-1,3],[0,3],[0,1],[0,1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[1,-7],[0,-2],[0,-4],[0,-1],[-1,0],[0,2],[0,2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[0,2],[0,3],[0,1],[-1,-1],[0,-3],[0,2],[0,1],[0,4],[0,1],[-1,-1],[0,-2],[0,-1],[-1,9],[1,2],[0,2],[0,2],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,2],[0,1],[0,2],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[1,3],[0,1],[0,2],[0,2],[-1,2],[1,4],[0,2],[0,1],[-1,9],[0,1],[-1,-1],[0,3],[1,6],[0,3],[0,1],[1,4],[0,1],[0,4],[1,16],[0,5],[1,2],[1,2],[0,3],[0,2],[2,7],[1,3],[1,4],[1,1],[0,2],[0,3],[0,2],[-2,-1],[-3,-9],[-4,-18],[0,-1],[0,4],[0,2],[5,22],[3,7],[0,2],[3,8],[0,-2],[1,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[1,1],[1,1],[0,2],[1,2],[0,3],[1,2],[0,3],[0,-2],[2,7],[0,1],[1,1],[1,3],[1,1],[-1,1],[-1,-3],[-1,-2],[-2,-6],[-1,-1],[-1,0],[-1,-4],[-1,-1],[0,3],[1,6],[3,8],[4,11],[2,5],[0,1],[1,1],[3,7],[1,2],[1,4],[4,10],[5,11],[4,8],[2,1],[2,3],[1,1],[1,2],[1,2],[1,2],[1,5],[-1,2],[-1,2],[-1,0],[0,2],[1,-1],[1,-2],[2,-1],[1,-1],[0,-2],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-5],[-1,-3],[1,-1],[0,-2],[-1,-2],[0,-1],[0,-4],[1,-1],[-1,-1],[1,-1],[0,1],[0,2],[0,2],[1,1],[0,1],[2,-6],[2,-9],[1,-2],[-1,-8],[1,2],[0,1],[1,0],[-1,1],[0,3],[1,3],[0,1],[-1,1],[0,1],[-1,6],[-1,3],[0,2],[1,2],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[3,4],[2,1],[1,4],[1,1],[1,-1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-2],[0,1],[1,3],[1,-1],[2,1],[1,1],[1,0],[1,0],[0,-2],[0,-2],[0,-2],[1,5],[0,3],[2,2],[1,0],[-1,2],[-4,0],[0,1],[-1,2],[-1,0],[-6,0],[-1,0],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,3],[-2,-1],[-1,0],[1,1],[-1,2],[-1,0],[-2,-1],[-2,-2],[-1,0],[-1,1],[0,-2],[0,-1],[-1,1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-3,2],[-2,-1],[-1,-2],[-1,-5],[0,-5],[-1,-1],[0,-2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,3],[-1,0],[-1,-1],[-1,-3],[0,4],[0,5],[0,4],[1,3],[1,3],[0,1],[1,1],[-1,2],[4,8],[1,1],[0,2],[1,0],[0,4],[1,3],[1,2],[1,2],[0,4],[1,2],[0,1],[1,0],[0,2],[1,1],[0,1],[0,3],[-1,1],[1,2],[1,1],[0,2],[0,2],[0,1],[2,5],[1,-1],[-1,-2],[0,-3],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-2],[1,2],[0,1],[1,0],[0,2],[-1,0],[1,1],[0,2],[0,1],[0,1],[0,3],[0,2],[-1,5],[-1,1],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-8],[-1,-2],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,0],[0,1],[-1,0],[1,2],[1,4],[0,4],[0,3],[0,1],[-1,2],[0,1],[0,2],[0,2],[0,4],[-1,-2],[0,-1],[0,1],[-2,10],[0,2],[-1,2],[0,1],[0,2],[0,3],[0,2],[-1,1],[0,3],[-1,2],[0,2],[-1,-1],[2,-5],[0,-3],[0,-2],[0,-1],[0,-1],[0,-2],[1,-3],[0,-2],[1,-1],[0,-2],[1,-5],[0,-1],[1,-3],[0,-2],[-1,-5],[0,-3],[-1,-4],[-1,-4],[1,-3],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[0,-4],[0,-1],[-1,-1],[0,-7],[-1,-2],[0,1],[0,1],[-1,1],[0,1],[-2,-1],[-1,-1],[0,-1],[-1,-2],[-1,-7],[-1,-1],[-4,-6],[-4,-7],[-5,-13],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-4],[0,-2],[0,1],[-1,2],[-1,0],[0,-3],[-1,-1],[-1,-3],[0,-1],[-1,1],[-1,1],[-1,1],[0,3],[-1,3],[0,2],[-3,4],[3,9],[1,4],[0,1],[0,2],[0,3],[0,1],[0,2],[0,1],[0,-1],[-1,-2],[-1,-4],[0,-3],[0,-4],[-1,0],[1,-1],[-1,-1],[0,-1],[0,1],[-2,-1],[0,-1],[0,-2],[0,-4],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-3],[-1,-3],[-1,-2],[0,-3],[-1,-3],[0,-1],[-1,-2],[0,2],[0,3],[-1,2],[-1,0],[-1,0],[0,-3],[1,0],[1,0],[0,-4],[-1,-1],[-2,-1],[0,-2],[0,-2],[-1,0],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,5],[0,-1],[-1,0],[0,-1],[-3,-8],[-1,-1],[-1,0],[0,2],[0,-2],[-1,-2],[-1,-1],[0,1],[0,3],[0,2],[0,2],[0,-3],[-1,0],[-1,-4],[-1,0],[0,5],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,2],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[-1,-3],[0,-2],[0,-2],[0,-3],[0,-3],[-1,1],[0,2],[-1,7],[-1,1],[0,2],[0,4],[0,2],[0,-1],[0,2],[-1,1],[0,1],[0,1],[0,-2],[0,-3],[0,-2],[0,-1]],[[3119,4467],[-1,1],[0,1],[-1,1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[-1,2],[-1,4],[-1,6],[-1,5],[0,2],[0,3],[0,2],[1,5],[0,5],[-1,10],[-1,6],[1,2],[1,2],[0,2],[0,5],[0,4],[0,2],[-1,0],[-1,0],[-1,0],[-2,1],[-1,3],[-1,2],[-1,2],[0,1],[0,2],[0,1],[-1,-2],[-1,2],[0,1],[0,2],[0,8],[0,2],[0,2],[0,3],[1,2],[0,1],[-1,3],[0,2],[0,3],[1,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,19],[0,20],[0,20],[0,19],[0,20],[0,19],[0,20],[0,20],[0,5],[-1,1],[-1,3],[0,1],[-1,5],[-1,3],[0,2],[0,2],[-1,1],[-1,4],[-1,3],[-2,6],[0,1],[-1,1],[0,1],[-1,4],[0,1],[-2,3],[-1,1],[-1,-1],[-1,-5],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[-1,2],[-1,0],[-1,-1],[-1,-2],[-1,-2],[0,-2],[-1,-2],[-2,0],[-1,-1],[-4,-7],[-4,9],[0,3],[0,3],[0,1],[0,5],[0,8],[0,4],[-1,2],[-4,4],[-1,-1],[0,-1],[-3,-13],[-2,-14],[-3,-13],[-2,-13],[-3,-13],[-2,-13],[-3,-13],[-2,-13],[-1,-3],[0,-6],[0,-7],[-1,-15],[0,-9],[-1,-4],[-2,-7],[0,-1],[-1,-1],[0,-3],[0,-3],[0,-2],[-1,-1],[0,-1],[-1,-6],[0,-5],[0,-3],[0,-2],[1,-3],[0,-3],[0,-3],[-1,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-6],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-4],[0,-4],[-1,-4],[-2,-6],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-3],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,-3],[-1,-3],[-1,-1],[-3,-12],[-1,-9],[0,-3],[0,-3],[1,-2],[1,-2],[0,-2],[1,-3],[-1,-2],[0,-1],[-1,0],[0,2],[-1,3],[-1,2],[-1,0],[0,-1],[0,-2],[-1,-3],[0,-3],[0,-6],[0,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-2],[-1,2],[-1,12],[0,2],[-1,1],[-1,-1],[0,-1],[0,-2],[-1,-2],[-1,-1],[0,-2],[-1,-5],[-1,-1],[-1,1],[-2,5],[-1,1],[-1,-1],[0,-2],[-1,-4],[0,-1],[-2,-1],[0,-1],[1,-2],[0,-1],[0,-3],[-1,-5],[0,-2],[0,-2],[0,-2],[-1,-6],[0,-2],[0,-3],[0,-3],[-3,0],[-3,0],[-3,0],[-2,0],[-3,-1],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-2,-1],[-1,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-1,0]],[[1479,5065],[0,-2],[0,-2],[-1,0],[-1,2],[-1,1],[-1,0],[-1,0],[0,4],[0,1],[0,2],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[1,0],[1,2],[1,0],[0,-2],[1,-3],[0,-4],[0,-3],[0,-2],[0,-2],[1,-1]],[[1554,5073],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,2],[1,3],[1,1],[0,1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1]],[[3468,5093],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,1],[-1,2],[0,3],[1,2],[1,2],[0,2],[0,1],[1,-1],[0,-2]],[[1527,5099],[1,0],[1,-1],[1,-1],[1,-5],[0,-2],[0,-1],[-1,2],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1]],[[1555,5095],[0,-4],[0,-2],[-1,-1],[0,2],[0,2],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[1,2],[-1,2],[0,1],[1,1],[0,1],[-1,2],[1,2],[0,2],[1,0],[0,1],[1,0],[0,-1],[1,-4],[0,-3]],[[1519,5101],[1,-1],[-1,0],[-1,0],[0,-2],[0,-2],[-1,1],[0,1],[0,2],[0,2],[0,2],[1,0],[1,-2],[0,-1]],[[3440,5100],[-1,-2],[-1,1],[0,1],[0,2],[0,3],[0,1],[1,0],[1,0],[0,-3],[0,-3]],[[1517,5095],[0,-1],[-1,0],[-1,1],[-2,8],[0,2],[0,3],[0,3],[0,1],[1,-3],[2,-12],[1,-1],[0,-1]],[[3440,5116],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[0,1],[1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,0],[-1,2],[0,1],[1,2],[0,3],[0,1],[1,1],[0,-1]],[[3472,5115],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-1],[-2,-3],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[0,1],[-2,-2],[-1,1],[0,2],[1,0],[0,1],[1,0],[0,1],[-1,1],[0,1],[-1,3],[0,1],[0,2],[-1,1],[1,2],[1,-1],[0,2],[1,0],[1,-1],[-1,-3],[0,-2],[1,-1],[1,0],[1,2],[1,1],[0,3],[0,2],[0,2],[1,2],[0,-2],[0,-1],[1,2],[1,3],[0,1],[0,-1],[0,-1],[1,-3]],[[3484,5131],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[1,0],[0,-2],[-1,0],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[-1,-4],[0,1],[-1,2],[0,4],[0,4],[0,4],[0,1],[1,-1],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[-1,0],[1,2],[1,-1],[1,-2],[0,-1],[0,-3],[0,2],[0,2],[0,2],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,2],[1,0],[1,0],[0,-3]],[[1536,5137],[-1,0],[-1,-5],[0,-2],[-1,-7],[-1,-3],[-1,3],[-1,4],[2,6],[0,1],[1,0],[0,-1],[0,2],[0,1],[1,0],[1,2],[1,0],[0,-1]],[[1527,5123],[0,-1],[1,-3],[0,-2],[0,-1],[1,-2],[2,-9],[1,-4],[1,-4],[-1,-2],[0,1],[-1,4],[-5,12],[-2,1],[0,1],[0,1],[0,1],[-1,3],[0,3],[-1,0],[0,2],[-1,1],[-1,2],[-1,2],[0,1],[-1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-4],[1,-1],[1,-1],[1,-2],[2,-2],[2,-2],[0,-4]],[[1460,5149],[0,-1],[1,2],[0,-1],[1,-3],[0,-7],[0,-2],[1,-2],[0,-3],[0,-7],[0,-6],[0,-3],[0,-5],[-1,-1],[-4,6],[0,1],[-1,2],[0,2],[-2,4],[-2,6],[0,3],[1,1],[0,-1],[0,-2],[1,1],[0,2],[0,1],[1,0],[0,1],[1,1],[-1,1],[0,-1],[-1,0],[0,2],[-1,2],[-1,1],[0,2],[0,1],[1,0],[2,3],[2,4],[1,0],[0,-2],[1,-2]],[[3204,5163],[3,-5],[1,0],[1,-3],[7,-4],[3,-3],[2,-1],[4,-2],[5,-6],[2,-1],[2,-4],[3,-2],[0,-2],[1,-4],[1,0],[1,0],[2,-4],[0,-1],[1,0],[1,-1],[0,-1],[2,-4],[1,-2],[2,-1],[0,-2],[1,-4],[1,-1],[0,-1],[0,-1],[0,-1],[1,-5],[1,-1],[1,0],[1,-3],[1,-1],[0,-1],[1,-4],[0,-1],[0,-1],[1,-1],[2,-2],[3,-1],[0,-1],[1,-2],[1,-2],[0,-1],[1,1],[1,0],[0,-3],[1,-4],[0,-2],[0,-1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[1,-2],[1,-5],[0,-3],[1,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-4],[-1,0],[-1,2],[-5,-1],[-2,1],[-3,-2],[-1,1],[-1,1],[-1,2],[0,1],[-2,1],[-3,4],[-5,2],[-5,7],[-6,5],[-2,4],[-1,2],[-2,6],[-2,1],[-1,3],[0,1],[-1,1],[-1,0],[-4,5],[1,2],[-1,2],[0,2],[-1,3],[0,2],[0,3],[0,2],[0,2],[-1,4],[-3,9],[-4,11],[-4,5],[-3,4],[-4,6],[0,1],[-1,4],[-1,1],[0,-4],[-1,2],[-1,2],[0,2],[0,2],[-1,1],[-1,2],[1,3],[1,3],[3,2],[2,1],[1,0],[0,1],[0,1],[0,1],[1,0],[2,0]],[[1446,5170],[-1,-3],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,-2],[0,-1],[0,-1],[0,-1]],[[3435,5198],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-2]],[[3439,5198],[-1,1],[-1,0],[-1,1],[0,2],[0,1],[1,1],[1,-1],[1,-1],[0,-2],[0,-2]],[[1509,5173],[0,-1],[-1,0],[0,2],[0,2],[0,1],[0,2],[0,1],[0,2],[-1,3],[0,2],[0,1],[1,3],[1,5],[0,1],[0,2],[-1,3],[0,2],[1,-1],[1,-8],[1,-3],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-4]],[[3212,5200],[-1,-1],[-1,1],[0,2],[0,3],[0,2],[1,-1],[1,-4],[0,-2]],[[1504,5170],[0,-1],[-1,1],[0,1],[0,3],[0,2],[-1,3],[0,1],[0,1],[0,2],[-2,4],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,4],[0,4],[0,3],[0,3],[0,2],[0,1],[1,1],[1,1],[0,-1],[1,-3],[0,-1],[0,-1],[1,-2],[0,-2],[1,-1],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[1,-1],[0,-1],[0,-1],[0,-1],[1,-5],[0,-6]],[[1513,5201],[1,-2],[1,-2],[0,-3],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,1],[-1,1],[0,3],[0,2],[0,1],[1,1],[0,1],[0,2],[-1,0],[-1,-1],[-1,1],[0,5],[-1,2],[0,2],[1,1],[0,1],[0,3],[1,1],[1,-2],[1,-1],[0,-1],[1,-1],[-1,-1],[0,-2],[0,-5]],[[1516,5214],[1,-2],[1,-4],[0,-5],[0,-5],[-1,-3],[-1,-1],[0,1],[0,2],[0,3],[0,2],[0,3],[0,3],[1,2],[-1,2],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-5],[0,-1],[-1,1],[0,1],[0,1],[0,1],[0,3],[0,2],[1,2],[0,1],[0,1],[1,0]],[[1503,5227],[1,0],[0,-1],[0,-3],[0,-2],[0,-1],[1,-3],[0,-4],[1,-5],[0,-2],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,1],[0,1],[0,-6],[-1,-3],[0,-2],[-1,-1],[0,1],[0,1],[1,5],[0,3],[0,3],[0,3],[-1,2],[-1,2],[-1,8],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,2],[0,3],[0,3],[1,0],[1,-1],[1,1],[0,2],[0,2],[0,3],[0,2],[0,2],[0,2],[2,-4],[1,-2],[0,-1]],[[1494,5230],[0,-1],[-2,-3],[-1,1],[0,-1],[-3,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,1],[1,1],[0,1],[1,1],[1,1],[1,-1],[0,-1],[0,-3]],[[1497,5222],[-1,-1],[-1,1],[-1,2],[-1,1],[0,1],[1,1],[0,1],[1,2],[0,1],[0,2],[2,2],[0,1],[1,1],[1,-1],[0,-3],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1]],[[1486,5230],[0,-1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,2],[1,1],[2,2],[1,1],[1,1],[1,-2],[0,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[-1,-1]],[[1464,5256],[2,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,-1]],[[1474,5251],[-1,0],[0,-1],[-1,-2],[-3,-1],[0,-1],[-1,0],[-5,2],[1,2],[6,5],[1,2],[0,1],[1,0],[1,-3],[1,-2],[0,-2]],[[1470,5258],[-1,-2],[-1,0],[-1,-2],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[2,3],[2,0],[1,0],[0,-2],[0,-2]],[[3338,5264],[0,-6],[0,-1],[1,-4],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,2],[0,2],[1,7],[0,1],[-1,-1],[0,-1],[0,1],[0,1],[-1,3],[1,2],[0,1],[1,-2]],[[1452,5267],[2,-1],[2,1],[0,-1],[1,-2],[0,-2],[0,-1],[0,1],[-1,0],[0,-1],[-1,-1],[-2,1],[-1,2],[-1,-1],[-2,0],[-1,1],[1,2],[0,2],[1,1],[1,-1],[1,0]],[[3445,5283],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-2],[-2,-3],[0,1],[0,1],[0,1],[-1,-1],[0,1],[-1,2],[1,4],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,1],[2,2],[0,1],[1,1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1]],[[1408,5284],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-2]],[[1475,5278],[-1,-2],[0,-1],[-1,-5],[0,-3],[-1,-2],[-1,0],[-3,2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[-2,-1],[-1,3],[1,0],[0,1],[0,1],[0,2],[1,5],[1,1],[1,2],[2,6],[0,2],[1,0],[1,0],[0,1],[1,2],[1,0],[1,-2],[0,-1],[0,-2],[0,-2],[1,-2],[0,-1],[1,-2],[-1,-1]],[[3351,5285],[0,-1],[-1,0],[0,2],[1,5],[0,-3],[0,-3]],[[1406,5287],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[-1,-1]],[[3397,5293],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1]],[[1463,5292],[1,-2],[0,-1],[1,-2],[-1,1],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-1,2],[0,-1],[0,-1],[-1,0],[-1,2],[-1,3],[-1,2],[0,1],[1,0],[0,1],[1,0],[1,-1],[0,-2],[0,-1],[1,2],[0,1],[0,1],[2,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1]],[[1428,5296],[9,-10],[1,-2],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,2],[0,4],[1,2],[0,-1],[0,-3],[0,-3],[1,-3],[1,-1],[2,-3],[1,-2],[1,-2],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[3,0],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,2],[0,1],[1,0],[1,-1],[3,-4],[1,-1],[1,-4],[1,0],[0,1],[0,2],[1,-1],[1,-1],[0,-1],[1,-1],[2,2],[1,-1],[1,-2],[1,0],[2,0],[2,-2],[3,-4],[2,-4],[0,-1],[3,-1],[1,-1],[1,-3],[1,0],[4,2],[1,-1],[1,-2],[1,-2],[1,-1],[0,-2],[1,-3],[-1,-1],[1,-2],[0,-3],[1,-8],[1,-8],[-1,-1],[1,-2],[0,-2],[1,-1],[0,-2],[1,-4],[0,-2],[1,-4],[0,-2],[0,-2],[0,-2],[1,-2],[0,-4],[0,-2],[9,-29],[0,-2],[0,-3],[0,-2],[-1,-1],[-2,2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[2,-15],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[1,-2],[1,1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[2,-3],[1,-2],[3,-2],[1,0],[1,-1],[1,-1],[0,-2],[3,-4],[1,0],[0,1],[1,-1],[1,-4],[0,-1],[-1,0],[-1,-2],[1,-1],[1,1],[1,-2],[2,0],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,0],[0,-1],[1,-2],[0,-6],[1,-1],[2,-1],[0,-2],[1,-2],[0,-2],[0,-3],[1,-4],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[0,1],[0,2],[-1,1],[0,-1],[0,-1],[1,-5],[1,-3],[1,-1],[0,-2],[4,-13],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-2],[0,-3],[0,-2],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[2,-4],[1,-1],[0,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-2],[1,1],[1,4],[0,2],[0,5],[0,2],[1,2],[-1,2],[0,1],[0,2],[0,1],[1,0],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-9],[0,-5],[1,-3],[0,-1],[1,-2],[0,-2],[0,-3],[0,-4],[0,-1],[-1,-2],[-1,0],[-2,6],[-1,-2],[0,-6],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[-1,0],[0,3],[-1,-2],[-1,1],[0,2],[-1,1],[0,1],[-2,2],[-1,0],[-2,1],[-6,9],[-8,13],[-1,1],[0,2],[1,2],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,0],[0,1],[-4,4],[-2,3],[-1,3],[-1,3],[-1,2],[-7,12],[-1,1],[-1,5],[0,2],[-1,2],[1,2],[1,4],[0,1],[1,2],[0,1],[0,1],[0,1],[1,0],[1,1],[0,2],[0,2],[0,1],[0,1],[0,2],[1,2],[0,1],[2,1],[1,3],[1,4],[0,6],[1,6],[0,2],[0,3],[0,2],[0,6],[0,8],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-5],[0,-6],[0,-3],[0,-3],[-1,-2],[0,-2],[0,-6],[-1,-3],[0,-1],[-1,0],[-1,-3],[-2,1],[-1,-2],[-1,1],[0,1],[-1,1],[0,-1],[-1,-4],[-1,-2],[0,1],[-1,1],[-1,0],[-1,1],[1,5],[0,1],[1,1],[0,1],[-1,0],[0,1],[-1,1],[-1,-2],[0,-3],[0,-3],[-1,-2],[-1,-4],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[0,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,4],[-1,1],[0,2],[-1,2],[-3,2],[0,1],[-1,1],[0,1],[0,2],[0,1],[1,1],[1,1],[0,-2],[0,-1],[1,0],[1,1],[0,1],[1,3],[0,2],[1,2],[1,2],[0,1],[0,2],[0,1],[0,3],[-2,-7],[-1,-2],[0,-2],[-1,3],[0,8],[1,4],[0,2],[-1,0],[0,-2],[0,-1],[-1,0],[0,1],[0,1],[0,6],[0,2],[0,1],[1,2],[0,3],[0,2],[-1,-1],[0,-3],[0,-3],[-1,-4],[0,-2],[0,-1],[0,-1],[-1,1],[0,1],[-1,-1],[-1,-5],[0,-1],[-1,0],[0,1],[-1,2],[0,3],[0,3],[1,1],[1,3],[0,7],[1,4],[0,4],[0,2],[0,-3],[-1,-4],[-1,-1],[0,-4],[0,-2],[0,-2],[-1,-1],[0,1],[-1,1],[0,2],[-1,5],[0,2],[1,2],[0,1],[0,3],[0,1],[-2,-3],[-1,-1],[0,-1],[-1,-1],[-1,1],[0,1],[0,3],[0,1],[-1,1],[0,-1],[0,-2],[0,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,2],[-1,0],[0,2],[1,1],[-1,2],[0,3],[-1,1],[0,-2],[-1,-2],[0,-1],[0,-3],[1,-2],[0,-1],[-1,-2],[-1,-1],[-1,1],[0,2],[0,3],[-1,1],[1,2],[0,3],[0,4],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[1,4],[1,0],[2,-1],[3,2],[1,2],[1,0],[0,-1],[1,0],[1,1],[0,2],[0,1],[-1,1],[-2,-1],[-3,-3],[-1,-1],[-3,3],[-1,2],[0,1],[0,3],[2,9],[0,1],[-1,1],[-1,1],[0,-2],[0,-5],[0,-2],[0,-2],[-1,-2],[-1,0],[-1,1],[0,3],[-1,12],[0,3],[0,5],[-1,4],[-1,-2],[0,-1],[-1,1],[0,2],[-1,2],[0,5],[-1,1],[-1,3],[0,-2],[1,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[0,1],[-1,10],[0,2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-7],[-1,-3],[-3,0],[-1,-1],[-1,0],[0,1],[-3,12],[0,2],[0,2],[1,5],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,3],[0,2],[1,2],[1,2],[0,2],[0,3],[0,3],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[0,2],[0,2],[-1,2],[0,1],[-1,-1],[1,-2],[0,-3],[0,-3],[0,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,3],[0,2],[0,2],[0,3],[0,1],[1,2],[-2,0],[0,2],[1,2],[1,3],[-1,1],[-1,-3],[-1,-3],[-1,-2],[-1,-2],[-1,2],[0,2],[0,2],[0,2],[1,2],[-1,-1],[-2,-3],[-1,-3],[-1,-7],[0,-1],[-1,0],[0,2],[0,1],[-2,0],[0,2],[-1,2],[1,2],[1,4],[2,9],[1,1],[0,2],[0,1],[-1,0],[0,-1],[-1,0],[0,2],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[-1,-1],[-1,3],[0,1],[0,-1],[-1,-2],[-1,1],[0,2],[-1,2],[1,1],[0,4],[0,3],[1,2],[0,1],[0,1],[0,2],[0,1],[0,1],[1,-1],[1,0],[0,2],[1,-1],[0,1],[1,1],[1,1],[4,0],[1,-1],[0,-2],[2,-10],[0,-2],[1,-1],[-1,8],[-1,5],[-1,4],[0,4],[0,3],[1,0],[1,4],[2,2],[0,3],[-3,-2],[0,-2],[-1,-1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-6,1],[-2,3],[1,-2],[0,-2],[1,-2],[4,0],[1,-2],[1,-1],[0,-2],[0,-2],[0,-1],[-2,0],[-5,-7],[0,3],[0,-1],[-2,-2],[-1,-1],[-1,-1],[-1,1],[0,2],[-1,0],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,3],[0,3],[0,2],[-1,2],[-1,0],[0,1],[-1,3],[0,1],[1,1],[1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[0,3],[-1,5],[0,3],[0,1],[0,2],[1,1],[1,0],[0,2],[0,1],[1,-1],[1,1],[1,3],[2,2],[1,-1],[1,4],[1,1],[1,-1],[3,1],[1,-1]],[[1434,5292],[-2,1],[0,2],[-1,1],[-1,1],[-1,1],[0,2],[2,1],[1,2],[1,0],[0,-2],[1,-3],[0,-3],[0,-3]],[[1429,5303],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[-1,1],[0,2],[1,1],[1,1],[0,1],[2,-1],[0,-1],[0,-1],[0,-1]],[[3443,5302],[0,-2],[-1,1],[-1,2],[0,1],[0,2],[0,2],[0,2],[0,1],[1,0],[1,3],[1,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[-1,-1],[1,-2],[0,-1]],[[1438,5323],[-1,0],[-1,0],[0,1],[0,2],[0,1],[1,2],[1,-1],[0,-3],[0,-2]],[[3359,5330],[0,-3],[-1,2],[0,4],[2,5],[2,3],[1,-1],[-1,-4],[-1,-3],[-2,-3]],[[3365,5345],[-2,0],[0,3],[1,3],[2,2],[0,-3],[0,-2],[-1,-3]],[[3363,5357],[0,-2],[0,-1],[0,-1],[1,0],[-1,-1],[-1,-3],[0,-1],[-3,2],[0,2],[1,1],[1,3],[2,0],[0,1]],[[3434,5406],[0,-1],[1,1],[1,1],[-2,-8],[0,-3],[1,1],[-1,-4],[0,-4],[0,-1],[1,0],[1,1],[1,0],[1,-1],[1,-2],[2,-1],[0,1],[0,1],[-1,0],[0,2],[-1,2],[0,2],[0,1],[-1,3],[0,3],[1,1],[-1,-4],[1,1],[1,5],[1,2],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[2,3],[0,1],[1,-2],[0,-2],[0,1],[0,1],[2,-1],[0,-1],[0,-2],[0,-2],[-1,1],[0,1],[-1,0],[1,-1],[0,-3],[0,-1],[0,-2],[0,-2],[-1,1],[-1,0],[0,-2],[1,-2],[0,-1],[1,1],[0,-3],[-1,-3],[0,-2],[0,-2],[0,-4],[-1,-1],[0,-2],[0,1],[0,1],[-1,2],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,-2],[0,-1],[1,-2],[0,-1],[-1,-1],[0,2],[-1,2],[-1,1],[-3,2],[-2,-1],[-1,0],[0,1],[0,2],[-1,0],[0,1],[0,-1],[0,-2],[-1,-1],[0,2],[-1,2],[0,2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-3],[0,-2],[2,-1],[0,-1],[0,-4],[0,-1],[0,-1],[-1,0],[0,-1],[1,-2],[0,-1],[-1,0],[-1,-1],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-5],[1,-1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,2],[1,1],[2,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,1],[0,1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-4],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-3],[-1,-1],[0,1],[0,2],[0,1],[-1,-1],[0,-2],[0,-2],[0,-2],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,5],[-1,0],[0,-2],[-1,-2],[0,-5],[-2,-7],[0,-3],[-1,-2],[0,-3],[-1,-2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,-2],[-1,1],[0,3],[0,3],[0,1],[0,4],[0,4],[0,3],[1,4],[-1,-1],[-1,-1],[0,-2],[0,-3],[1,-2],[0,-3],[-1,-3],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2],[1,-1],[1,0],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-1],[-2,-5],[-1,-2],[0,-2],[0,-5],[0,-1],[-2,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-3],[-1,-4],[-1,-3],[-1,-2],[0,-6],[-1,-1],[-1,1],[0,1],[0,1],[-1,-1],[0,-2],[1,-1],[1,-1],[0,-5],[-1,-4],[0,-4],[-1,-3],[-1,-2],[1,-3],[-1,-3],[-2,-9],[-1,-1],[0,1],[-1,0],[0,-1],[0,-2],[1,-1],[0,-2],[-1,-2],[-1,-5],[-1,-1],[0,-2],[-1,-11],[0,-3],[0,-2],[0,2],[1,2],[0,2],[1,-2],[-1,-2],[0,-5],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[-2,-5],[-1,-2],[1,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-4],[0,-1],[0,-1],[-1,-9],[0,-4],[-1,-2],[0,-5],[0,1],[1,2],[0,5],[2,8],[0,5],[4,17],[1,3],[0,2],[0,1],[0,1],[1,1],[1,4],[1,1],[1,-8],[0,1],[0,3],[0,2],[0,3],[0,2],[1,-1],[0,-2],[0,3],[0,2],[0,2],[1,10],[1,4],[0,1],[1,2],[1,6],[2,5],[0,2],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-2],[-1,-3],[0,-2],[-1,-7],[0,-2],[-1,-2],[-1,-5],[1,1],[1,3],[2,9],[0,1],[1,1],[1,0],[0,-2],[-1,-2],[0,-3],[0,-1],[1,3],[0,5],[1,2],[1,0],[1,-1],[0,-3],[1,-3],[0,-2],[1,-3],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,1],[0,2],[0,1],[0,1],[1,1],[1,0],[1,0],[1,1],[2,5],[0,-1],[0,-4],[0,-3],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,0],[-1,-1],[-2,-7],[-1,-1],[0,-4],[-3,-3],[-4,-9],[-1,0],[0,1],[0,1],[-1,-2],[0,-2],[0,-2],[-1,-2],[0,-2],[-1,-3],[-2,-5],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,1],[1,5],[1,3],[2,5],[1,5],[1,0],[1,1],[0,1],[1,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[1,1],[0,1],[0,1],[1,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-2,-4],[1,-2],[1,0],[-1,-5],[-1,-4],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-2],[1,1],[1,1],[2,6],[1,2],[2,3],[2,0],[1,-1],[0,-2],[-1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[1,-1],[1,1],[2,3],[-1,-2],[0,-3],[0,-2],[1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,1],[1,2],[0,2],[0,1],[1,7],[1,3],[1,0],[-1,-6],[0,-4],[0,-2],[0,-2],[-1,-1],[0,-2],[1,-2],[0,3],[1,2],[0,2],[0,2],[0,2],[0,1],[1,0],[0,1],[-1,1],[1,2],[0,1],[0,-3],[1,1],[0,2],[0,2],[0,1],[2,1],[0,-2],[0,1],[1,0],[0,-1],[-2,-7],[-1,-2],[0,-1],[1,1],[2,4],[1,-1],[-1,-1],[-2,-8],[-1,-3],[0,-2],[1,1],[1,1],[0,-1],[0,-4],[0,3],[1,4],[0,3],[1,0],[-1,-2],[1,0],[0,2],[0,-2],[0,-3],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,1],[0,2],[0,1],[0,2],[1,1],[0,1],[1,2],[0,1],[0,1],[-1,4],[0,2],[0,2],[0,2],[0,2],[-1,8],[1,1],[0,1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,2],[0,1],[0,1],[1,1],[1,-1],[-1,0],[0,-1],[1,-1],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-2],[-1,-2],[0,2],[-1,-2],[0,-3],[0,-4],[0,-4],[0,-6],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-2],[-1,-1],[0,-2],[-1,-3],[0,-1],[0,-1],[1,0],[0,-5],[1,-1],[0,-2],[-1,-2],[0,-2],[-1,-2],[0,-2],[1,3],[1,1],[1,0],[0,1],[2,6],[0,1],[0,-1],[-2,-3],[0,1],[-1,3],[1,3],[0,3],[0,2],[0,1],[0,-1],[-1,0],[0,1],[1,2],[0,1],[1,0],[0,1],[1,3],[4,8],[0,1],[0,1],[-1,4],[0,2],[0,2],[1,-2],[0,-2],[1,-1],[0,3],[1,-7],[0,-3],[-1,-2],[0,-2],[-1,-3],[1,1],[0,1],[1,2],[1,5],[0,1],[1,0],[0,-1],[0,-2],[1,1],[0,1],[0,2],[0,4],[0,1],[0,1],[0,2],[0,2],[0,1],[0,2],[0,1],[1,1],[0,-1],[0,-3],[0,-9],[0,-1],[0,-1],[0,-3],[1,-2],[0,3],[0,1],[1,1],[0,3],[0,1],[0,2],[0,1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,1],[0,2],[0,1],[0,2],[0,1],[1,1],[0,1],[1,1],[0,1],[0,2],[0,1],[0,2],[1,2],[1,7],[1,3],[0,2],[1,1],[1,2],[1,0],[0,-1],[-2,-5],[0,-4],[0,-1],[-1,-4],[1,2],[1,2],[1,1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-3],[-1,-2],[0,-6],[0,-2],[0,2],[0,3],[1,2],[1,1],[0,2],[0,2],[0,3],[0,3],[1,5],[1,1],[1,0],[0,-2],[0,-1],[1,2],[0,-2],[0,-1],[1,2],[0,-2],[0,-2],[0,-2],[0,-2],[0,2],[0,2],[0,2],[1,1],[0,-3],[0,-1],[1,2],[0,3],[0,3],[0,2],[2,2],[0,-2],[0,1],[1,1],[0,1],[0,1],[0,-1],[1,-1],[1,-1],[-1,0],[-1,-3],[1,-1],[2,3],[1,-1],[1,-3],[0,-1],[1,0],[1,-2],[0,-1],[1,0],[0,-1],[1,-2],[1,-1],[1,-1],[-1,-2],[1,-2],[1,-1],[1,-1],[0,-2],[0,-1],[1,0],[0,-2],[0,-1],[1,0],[0,1],[1,-3],[0,-1],[0,-1],[1,-2],[-2,-3],[0,-3],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,1],[-1,1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-3],[0,-2],[-1,-2],[-5,-2],[-1,1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[-1,-2],[-1,-2],[0,-1],[-1,0],[-1,0],[0,2],[-1,-2],[0,-1],[1,-2],[2,-3],[0,-1],[-1,0],[-1,-2],[0,-1],[-2,1],[0,-1],[0,-1],[-1,-1],[0,-2],[1,1],[2,1],[0,-1],[-3,-3],[0,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,-2],[-2,0],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[4,6],[1,-1],[0,-2],[-1,-1],[0,-2],[1,-1],[0,1],[0,1],[0,1],[1,5],[1,3],[2,0],[1,-4],[-1,-2],[-1,0],[-1,0],[0,-1],[0,-2],[0,-2],[0,-1],[1,1],[0,1],[0,1],[1,-1],[-1,-4],[-1,-1],[-1,0],[-1,2],[-1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[3,7],[0,1],[-2,-2],[-1,0],[-1,3],[1,2],[1,3],[1,4],[0,-1],[-1,-6],[3,1],[0,-2],[1,0],[1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[1,1],[1,3],[0,2],[1,0],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[-2,-3],[-1,-4],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-2],[1,-1],[0,1],[1,2],[0,1],[5,-1],[0,-1],[-1,0],[-1,-2],[1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-4],[-1,-2],[-1,-1],[-1,1],[-1,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[2,7],[0,1],[1,0],[1,-1],[1,1],[2,7],[1,3],[1,-2],[0,-2],[-1,-6],[0,-3],[0,-2],[0,-1],[1,1],[-1,1],[1,2],[0,3],[1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,2],[0,3],[2,4],[1,3],[1,-1],[-1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[-2,-6],[-1,-2],[0,-2],[0,-1],[1,2],[0,1],[1,1],[1,0],[0,2],[1,9],[0,-2],[0,-1],[0,-4],[0,1],[1,1],[-2,-12],[1,2],[1,4],[0,2],[0,-1],[1,1],[0,3],[0,1],[0,2],[0,1],[1,0],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,-4],[0,-1],[-1,-4],[1,-1],[0,1],[0,1],[0,-2],[0,-1],[1,-1],[0,-1],[0,1],[1,2],[0,1],[0,2],[1,3],[1,2],[-1,1],[1,2],[0,1],[0,1],[1,1],[0,1],[1,7],[0,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-3],[0,-2],[1,-4],[0,-2],[-1,-2],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-3],[0,-4],[-1,-3],[-2,-3],[0,-1],[-1,-4],[0,-1],[-1,0],[-1,1],[0,3],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-3],[-1,-8],[1,-2],[-1,-1],[-1,0],[-1,-1],[0,-3],[-1,-2],[-1,-1],[0,-1],[-1,-3],[-1,-3],[0,-1],[-1,-2],[-1,0],[-2,3],[0,1],[-1,0],[-1,-1],[-1,1],[0,1],[0,2],[0,1],[-1,2],[-1,0],[0,-2],[0,-3],[0,-4],[0,-3],[0,-2],[1,-3],[0,-4],[0,-1],[3,-2],[2,1],[1,0],[1,-3],[-2,-3],[-2,-2],[-2,0],[-1,2],[-1,-1],[1,-2],[0,-1],[2,0],[1,-1],[1,-1],[0,3],[2,0],[1,1],[1,4],[0,-2],[0,-1],[0,-4],[-1,-6],[-1,-10],[-1,1],[-2,0],[0,-1],[1,0],[1,-1],[0,-3],[0,-4],[-1,-3],[0,-2],[0,-1],[-1,-2],[0,-2],[0,1],[-1,2],[0,1],[0,2],[0,2],[-1,2],[-1,3],[-1,-1],[2,-4],[0,-3],[0,-1],[0,-2],[0,-3],[1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[1,-1],[1,-5],[0,-2],[1,-5],[1,-1],[0,3],[0,5],[1,2],[1,-1],[0,-2],[-1,-2],[0,-2],[0,-3],[-1,-1],[0,-1],[0,-1],[1,-2],[0,1],[0,1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[0,-2],[0,-1],[-1,-4],[1,1],[1,3],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[1,-2],[0,3],[0,1],[0,2],[0,2],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,2],[0,2],[0,2],[1,2],[0,1],[0,1],[0,3],[0,2],[1,2],[0,1],[0,3],[0,2],[1,1],[0,1],[1,-1],[0,1],[0,2],[0,2],[0,2],[1,2],[0,2],[0,5],[1,2],[0,4],[1,0],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,-2],[0,-1],[1,1],[0,1],[1,1],[0,2],[1,5],[1,7],[1,2],[1,-1],[1,-6],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-3],[0,-2],[0,-3],[-1,-2],[-1,-3],[0,-3],[-1,-2],[0,-4],[0,-3],[0,-2],[0,-3],[-1,-4],[-1,-2],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[1,-1],[-1,-2],[0,-2],[0,1],[1,-1],[0,-1],[-1,-1],[0,-5],[-1,-1],[-1,-1],[0,-2],[0,-2],[0,1],[1,1],[0,-1],[-1,-2],[0,-2],[1,0],[0,1],[1,3],[0,-2],[-1,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[1,0],[1,2],[0,-5],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-2],[1,2],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-2],[0,-1],[0,1],[1,1],[1,-1],[0,-2],[0,-1],[0,2],[1,6],[1,2],[2,6],[2,5],[0,2],[1,2],[0,3],[0,3],[1,3],[0,14],[1,6],[0,2],[1,-1],[0,-2],[0,-1],[1,-2],[1,-6],[-1,-2],[0,-5],[0,-1],[1,0],[1,0],[0,-1],[0,-8],[-1,-2],[0,-5],[0,1],[0,-2],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[-1,-4],[0,1],[0,-1],[-1,-3],[1,-3],[0,-1],[0,-2],[-1,-1],[-1,-3],[0,-2],[0,-2],[0,-5],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-1,-2],[1,-2],[0,-1],[-1,-1],[0,-3],[0,-3],[0,-3],[0,-1],[-1,0],[0,-1],[0,-5],[0,-3],[0,-2],[-1,-1],[-1,0],[0,-1],[1,-2],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-5],[0,-4],[-1,-3],[0,-3],[0,-3],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-3],[0,-1],[-1,-1],[-1,-2],[-1,-10],[0,-3],[-2,-3],[-1,0],[-1,1],[0,3],[-1,4],[0,5],[0,3],[-1,-1],[0,-1],[-1,-4],[0,1],[0,1],[-1,1],[0,-2],[-1,-3],[0,3],[1,5],[-1,-2],[0,-4],[-1,-1],[0,-1],[0,-3],[-1,0],[0,-1],[-1,-4],[-1,-1],[-1,1],[-1,4],[0,1],[-1,4],[0,1],[0,2],[1,5],[0,2],[0,1],[0,2],[0,1],[0,2],[0,2],[1,5],[1,3],[0,2],[1,1],[1,2],[-1,0],[-1,-1],[0,-1],[-2,-11],[-1,-2],[0,4],[0,2],[1,1],[0,2],[0,1],[0,4],[0,2],[2,3],[1,2],[0,3],[-1,-1],[0,-2],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[0,2],[0,3],[-1,-1],[1,4],[0,4],[1,3],[0,2],[0,1],[0,3],[2,3],[0,2],[0,1],[-1,2],[1,2],[-1,0],[0,-2],[-1,0],[0,1],[0,4],[1,2],[-1,-8],[-1,-4],[-1,-2],[0,6],[1,1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-5],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,0],[0,-1],[0,-1],[-2,-10],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[0,5],[0,3],[0,3],[0,3],[1,5],[0,2],[0,3],[0,1],[1,6],[0,2],[2,18],[1,3],[0,1],[0,2],[0,2],[2,-1],[0,1],[0,1],[-1,1],[0,2],[-1,1],[0,1],[0,4],[0,2],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,2],[1,2],[1,1],[0,2],[-1,0],[0,2],[0,3],[1,2],[0,1],[2,1],[0,1],[-1,0],[0,1],[-1,1],[-1,-2],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[0,7],[0,3],[0,2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,2],[0,1],[-1,9],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,2],[0,3],[0,2],[0,2],[-1,-3],[-1,2],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,2],[0,1],[0,2],[0,-2],[0,-3],[-1,-2],[-1,1],[0,3],[0,1],[0,1],[0,1],[-1,1],[-2,3],[0,-2],[1,-1],[0,-1],[1,-1],[0,-2],[0,-3],[-1,-9],[-1,-6],[-1,-5],[0,1],[-1,1],[0,-2],[0,-4],[0,-3],[0,-4],[-1,-2],[0,-2],[-1,-5],[0,-4],[-1,-2],[0,-3],[0,-1],[0,-1],[0,2],[0,-2],[0,-2],[1,-2],[0,-1],[-1,-3],[0,-1],[0,2],[0,2],[0,1],[-1,-1],[0,-1],[-1,-4],[0,-2],[1,0],[0,1],[0,-1],[-1,-3],[0,-1],[0,1],[-2,-3],[-1,-1],[0,2],[0,1],[1,3],[4,23],[1,7],[0,1],[-1,-2],[-1,-6],[-1,-3],[-1,-9],[-2,-9],[-1,-3],[0,-2],[0,1],[-1,1],[0,1],[0,1],[0,-1],[0,-1],[-1,-2],[1,0],[0,-1],[0,-1],[-1,-1],[0,1],[0,2],[0,-1],[-1,-1],[0,1],[0,2],[-1,-1],[0,-1],[-1,0],[1,4],[0,2],[0,2],[0,-2],[-1,-5],[0,2],[0,1],[0,2],[0,2],[0,-2],[-1,-4],[0,-2],[-1,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,-2],[0,-4],[-1,-3],[0,-1],[1,0],[0,-2],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[0,2],[1,2],[-1,3],[0,1],[-1,-2],[0,-2],[0,-2],[1,0],[0,-1],[0,-2],[0,-1],[0,-2],[0,-5],[0,-2],[0,-2],[0,-1],[-1,-2],[-1,-1],[0,-3],[0,-1],[0,1],[0,1],[-1,0],[0,2],[1,3],[0,1],[-1,1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-3],[0,-3],[-1,-3],[0,-1],[0,-3],[-1,-2],[0,-2],[-1,-1],[-2,1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,0],[-1,1],[-1,4],[0,4],[-1,-1],[0,3],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,-3],[-1,-2],[0,-1],[-1,0],[-1,2],[0,-1],[0,-2],[-1,2],[-2,0],[0,1],[-2,2],[-1,3],[-1,1],[0,3],[0,2],[0,3],[1,3],[1,4],[1,6],[0,2],[1,1],[1,1],[1,2],[0,1],[1,0],[1,-2],[1,1],[0,1],[2,1],[2,3],[1,0],[0,1],[0,1],[0,2],[0,2],[1,1],[0,1],[1,4],[1,2],[1,2],[0,2],[1,1],[0,3],[0,2],[0,3],[0,1],[1,2],[0,3],[0,2],[0,3],[0,2],[2,8],[1,1],[1,1],[0,1],[1,0],[1,0],[1,1],[0,2],[1,0],[1,0],[0,1],[0,3],[1,0],[0,1],[2,3],[0,2],[0,2],[-1,-2],[0,1],[0,1],[1,3],[0,1],[0,1],[2,3],[0,1],[1,0],[0,2],[0,1],[1,0],[-1,1],[-1,-1],[0,2],[-2,-6],[-2,-3],[-2,-2],[-3,-1],[0,3],[1,3],[0,2],[1,3],[0,1],[2,10],[0,2],[0,3],[-1,-5],[-2,-14],[-1,-5],[0,-3],[-1,-2],[-1,2],[0,2],[0,3],[1,4],[-1,-2],[0,-1],[-1,-1],[-1,3],[-1,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-5],[0,-1],[0,-2],[-1,-3],[0,-2],[1,-2],[0,1],[0,1],[1,1],[0,-3],[0,-3],[-1,-1],[1,0],[1,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-5],[0,-2],[0,-2],[0,-3],[-1,-2],[0,-1],[-2,0],[-1,-3],[0,-1],[-1,-4],[0,-1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,0],[-1,-3],[0,1],[0,1],[1,1],[0,6],[1,1],[0,1],[0,2],[-1,2],[0,1],[-1,-3],[1,1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,1],[-1,0],[0,1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,3],[0,1],[0,1],[0,2],[0,2],[0,1],[0,2],[0,-1],[0,-3],[-1,-3],[0,-2],[0,-2],[-1,2],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,3],[1,3],[1,5],[2,9],[1,2],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,-4],[0,1],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,-2],[-2,-4],[-1,0],[-1,3],[0,2],[0,2],[1,1],[2,2],[3,4],[1,0],[0,1],[0,1],[1,1],[0,2],[1,0],[1,1],[1,2],[1,3],[0,1],[1,1],[2,3],[-1,1],[-1,-1],[-1,-2],[-2,-5],[-1,-1],[-1,1],[0,2],[-1,3],[0,3],[0,2],[2,6],[0,1],[0,1],[0,1],[1,2],[0,1],[0,2],[0,1],[0,1],[-1,2],[1,3],[0,3],[1,1],[-1,1],[1,3],[0,3],[1,1],[-1,3],[0,2],[0,-4],[0,-1],[-1,-1],[-1,-3],[1,-1],[0,-1],[-1,-3],[0,-4],[0,-3],[-1,-3],[0,-2],[-3,-3],[0,-1],[-1,-2],[-1,-5],[0,-1],[-1,1],[-1,0],[1,1],[0,1],[0,1],[0,3],[1,3],[0,2],[-1,-3],[-1,3],[0,7],[-1,2],[0,-2],[0,-2],[1,-3],[0,-2],[0,-3],[0,-2],[-1,-4],[1,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[0,-1],[-1,0],[0,2],[0,1],[0,1],[-1,0],[0,-1],[0,-2],[-1,-1],[-1,0],[0,2],[0,4],[0,2],[1,2],[-1,1],[0,2],[0,5],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[1,-2],[0,-3],[0,-4],[-1,-3],[0,-1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,-1],[-3,2],[-1,-1],[0,-1],[1,-2],[1,-2],[-1,-1],[-1,1],[-1,1],[0,5],[0,1],[-1,-1],[0,-1],[1,-1],[0,-3],[0,-2],[1,-1],[0,-1],[-1,-1],[-1,-4],[-1,1],[0,-1],[-1,0],[0,1],[0,2],[-1,-1],[-1,2],[-1,2],[0,2],[-1,0],[-4,-3],[0,1],[-1,1],[0,1],[1,2],[0,1],[-1,4],[-1,-5],[0,-1],[-1,1],[-1,-2],[-1,0],[-1,1],[0,2],[0,2],[0,1],[1,1],[-1,1],[-1,-1],[0,-1],[-1,1],[-2,0],[-1,0],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[-2,-4],[0,1],[-1,0],[0,4],[0,1],[-1,2],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-2],[0,3],[-1,-1],[0,1],[-1,2],[0,1],[-1,0],[-1,-1],[1,4],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,2],[-1,-3],[0,1],[0,1],[0,1],[-1,0],[-2,-3],[-1,-2],[0,-1],[-1,1],[-1,2],[-1,-1],[0,-3],[-1,-1],[0,1],[0,2],[0,2],[0,1],[0,1],[1,6],[0,1],[1,1],[0,1],[1,0],[-2,0],[-1,-2],[0,-3],[-1,-6],[0,-3],[-1,-3],[-1,2],[0,1],[-1,-1],[0,-1],[-1,2],[0,1],[0,1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,2],[-2,-4],[-2,-1],[-4,1],[-1,-1],[0,-2],[0,1],[-1,0],[-1,-2],[-2,-2],[-1,0],[-1,1],[0,2],[-1,0],[0,-1],[-1,2],[0,1],[0,2],[-1,0],[0,1],[-1,1],[1,2],[-1,4],[0,5],[1,6],[0,3],[-1,1],[0,1],[0,3],[0,4],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,4],[0,1],[0,1],[0,2],[0,1],[0,1],[1,1],[1,0],[0,1],[0,1],[0,2],[1,1],[1,8],[2,6],[5,9],[1,3],[1,8],[2,3],[0,1],[1,4],[1,2],[1,4],[1,2],[1,6],[0,1],[0,3],[0,1],[1,1],[0,1],[1,4],[1,2],[1,2],[1,1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-3],[1,0],[1,3],[1,2],[1,0],[0,2],[1,4],[0,2],[1,1],[1,2],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[-2,-1],[-1,-2],[0,-2],[-1,2],[-2,-1],[0,1],[-1,4],[-1,1],[-3,1],[-3,-4],[-3,-1],[-3,0],[-1,-1],[-5,-6],[0,1],[0,2],[0,1],[0,2],[0,2],[1,2],[0,2],[3,8],[4,10],[4,14],[1,1],[0,-3],[-1,-3],[-1,-3],[0,-1],[-1,-1],[-1,-4],[-1,-4],[0,-3],[0,-2],[0,-1],[1,-2],[1,-1],[0,-1],[0,-3],[0,-1],[0,1],[1,4],[0,1],[0,2],[0,4],[0,-4],[0,-2],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,1],[1,0],[1,5],[0,6],[0,6],[0,6],[1,7],[1,6],[0,2],[1,4],[1,1],[0,1],[0,3],[0,4],[0,1],[1,1],[0,11],[1,5],[0,2],[1,9],[1,3],[1,2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,2],[1,0],[2,0],[1,-1],[1,-3],[1,-7],[1,-3],[4,-2],[1,1],[-1,2],[-2,0],[-1,2],[-1,1],[-1,3],[0,2],[-1,5],[0,2],[0,1],[0,2],[0,3],[0,1],[1,0],[1,-1],[2,1],[2,-1],[1,1],[1,7],[0,1],[-1,-4],[-1,-1],[0,-1],[-1,1],[0,1],[0,2],[1,1],[0,1],[-3,-5],[-1,-2],[-1,4],[0,2],[2,-1],[1,1],[1,3],[1,6],[-1,-1],[-1,-2],[0,-1],[-1,0],[-3,1],[-2,3],[0,1],[-1,2],[0,3],[0,2],[0,10],[1,6],[1,5],[1,6],[1,4],[1,2],[1,4],[1,1],[1,0],[1,-2],[0,-2],[0,-4],[0,-3],[0,-4],[1,-3],[0,-1],[0,6],[0,3],[0,2],[1,0],[1,-2],[1,-2],[0,-2],[1,-1],[1,0],[0,1],[0,1],[-3,5],[0,3],[0,5],[-1,-1],[0,-2],[0,-2],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[-1,2],[0,4],[0,5],[1,4],[0,7],[1,2],[0,1],[0,1],[1,1],[0,1],[0,1],[0,2],[0,1],[0,2],[1,4],[0,5],[1,4],[0,3],[1,9],[1,5],[1,10],[2,8],[0,2],[0,4],[0,3],[1,6],[1,6],[0,3],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[1,5],[1,3],[0,2],[0,2],[0,1],[0,2],[1,4],[1,4],[0,5],[1,3],[1,2],[2,-3],[1,0],[1,2],[0,2],[0,1],[-2,-2],[-1,1],[0,1],[1,0],[0,1],[0,2],[-2,0],[0,2],[0,3],[-1,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,-2],[1,0],[1,1],[1,2],[1,2],[0,1],[1,0],[1,2],[1,3],[1,2],[0,1],[0,3],[1,1],[0,2],[1,2],[0,1],[0,1],[0,2],[0,3],[1,0],[1,1],[0,1],[-1,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[1,2],[-1,1],[-1,0],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,0],[1,1],[1,-1],[1,-1],[0,-3],[0,-1],[1,1],[1,2],[0,1],[0,3],[0,1],[-1,1],[-1,1],[1,0],[1,1],[1,2],[0,5],[1,1],[1,2],[0,1],[1,2],[0,1],[-1,5],[1,2],[0,-1],[1,0],[0,2],[-1,1],[-1,3],[1,1],[0,2],[0,1],[1,4],[0,1],[1,2],[1,5],[5,9],[1,1],[2,1],[0,1],[1,4],[1,1],[2,2],[0,1],[1,2],[0,1],[3,3],[0,1],[1,2],[1,3],[0,1],[4,7],[0,-1]],[[1428,5385],[0,-3],[0,-2],[0,-2],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,2],[-1,0],[0,-1],[-1,0],[0,1],[-1,3],[0,3],[0,3],[0,2],[-1,7],[-1,5],[1,5],[1,3],[2,6],[1,-3],[0,-3],[1,-2],[-1,-2],[1,-4],[1,-4],[0,-6],[0,-5],[0,-1],[1,-3],[0,-3]],[[1413,5451],[0,-4],[-1,0],[0,3],[-1,-2],[0,3],[0,4],[2,4],[0,2],[0,1],[0,-3],[0,-4],[0,-4]],[[3449,5445],[-2,-1],[0,2],[0,4],[1,6],[1,2],[1,1],[0,3],[1,0],[0,-3],[-1,-3],[-1,-9],[0,-2]],[[1426,5471],[0,-2],[0,-5],[0,-2],[0,-2],[0,-3],[-1,-6],[0,-2],[-1,-10],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,1],[-1,0],[0,-2],[-1,0],[0,2],[0,2],[0,1],[0,1],[0,2],[0,2],[0,1],[0,3],[0,1],[0,1],[0,1],[-1,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,3],[0,2],[1,1],[0,2],[0,2],[0,2],[0,1],[0,2],[1,6],[0,3],[1,1],[1,1],[0,1],[1,0],[2,1],[1,0]],[[2783,5473],[-1,-3],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-4],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-3,1],[-1,-2],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[-1,7],[0,4],[0,1],[1,0],[0,-1],[1,0],[1,2],[1,2],[0,2],[0,1],[1,0],[2,3],[1,2],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-2]],[[2790,5476],[-1,-1],[-2,1],[1,1],[1,1],[1,-1],[0,-1]],[[1341,5477],[0,1],[1,-1],[1,-2],[-1,-2],[0,-2],[-1,1],[-1,-1],[-1,3],[0,-4],[1,-2],[1,-2],[0,-2],[0,-1],[0,1],[-1,2],[0,-2],[1,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[1,-2],[-1,1],[-1,2],[-1,5],[0,1],[1,2],[0,1],[-1,1],[0,1],[0,2],[0,2],[0,4],[0,2],[0,5],[0,1],[1,0],[1,-1],[0,-1],[-1,-1],[1,-2],[1,-2]],[[1428,5487],[0,-4],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-2,1],[0,-2],[-1,0],[-1,1],[0,2],[0,2],[0,2],[-1,2],[0,2],[1,0],[1,-1],[0,2],[1,1],[2,0],[1,0],[0,-1],[1,0],[0,1],[0,1]],[[1419,5464],[-1,0],[0,1],[0,1],[0,1],[0,2],[-1,6],[0,2],[0,3],[0,2],[0,2],[1,3],[0,1],[0,1],[1,1],[1,1],[1,-1],[0,-1],[-1,-14],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-1]],[[1417,5496],[1,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-5],[0,2],[-1,-4],[1,-4],[-1,-2],[0,1],[-1,2],[1,3],[0,4],[-1,0],[0,1],[-1,-2],[0,-2],[-1,-1],[0,2],[1,1],[0,2],[-2,0],[-1,1],[0,2],[1,2],[1,2],[0,1],[0,2],[0,2],[1,0],[2,0],[0,1],[2,-1]],[[2777,5496],[-1,0],[0,1],[0,1],[1,2],[2,0],[0,-1],[0,-1],[0,-1],[-2,-1]],[[1426,5505],[1,-7],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[-1,1],[-1,1],[-1,-1],[-1,0],[-1,2],[0,1],[0,2],[1,1],[1,1],[0,2],[0,1],[0,1],[-1,0],[0,-2],[-1,0],[-1,-1],[0,1],[-1,1],[0,1],[2,3],[1,2],[0,2],[1,0],[1,0],[1,-1]],[[1442,5499],[0,-1],[-1,1],[-1,-3],[0,-2],[-1,-2],[-1,-2],[0,-1],[-1,0],[-1,-2],[0,-3],[-1,-1],[0,-1],[-2,-11],[0,-3],[0,-3],[0,-3],[0,-2],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,2],[1,5],[0,12],[0,1],[1,2],[0,1],[0,1],[0,4],[0,3],[1,4],[0,3],[1,1],[1,4],[1,1],[1,0],[1,4],[2,1],[0,2],[1,1],[1,2],[0,2],[1,2],[0,2],[0,2],[1,1],[0,1],[3,3],[0,1],[1,2],[1,-1],[0,-4],[0,-2],[0,-3],[1,-2],[-1,-6],[-1,-3],[-3,-4],[0,-1]],[[2797,5527],[0,-1],[1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,2],[0,1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[1,1],[1,0]],[[1406,5531],[0,-1],[0,1],[1,1],[0,-2],[0,-1],[1,-1],[0,-3],[-1,-1],[0,-1],[1,-6],[-1,-7],[0,-6],[-1,-3],[0,2],[-1,3],[-1,3],[0,1],[1,3],[-1,2],[0,1],[0,2],[0,1],[0,2],[0,3],[-1,3],[1,3],[0,1],[1,1],[1,1],[0,-1],[0,-1]],[[2773,5540],[-1,-1],[0,1],[1,3],[0,2],[0,1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,0]],[[1410,5549],[2,-16],[-1,-7],[0,-1],[-1,0],[0,1],[-1,2],[-1,1],[0,2],[-1,2],[-1,1],[0,1],[0,1],[-1,1],[0,-1],[0,-2],[0,-1],[-1,1],[0,-1],[-1,1],[0,2],[-1,2],[0,2],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[1,1],[4,0],[0,2],[0,2],[0,4],[0,1],[1,-1],[0,-8]],[[1385,5556],[0,-1],[-1,0],[1,3],[0,2],[0,1],[0,1],[1,-1],[0,-3],[0,-2],[-1,0]],[[1323,5567],[-1,-2],[1,1],[1,-1],[0,-2],[2,1],[0,2],[1,2],[1,1],[1,-3],[0,-2],[0,-3],[-1,-3],[1,-2],[-1,-2],[-1,0],[-1,1],[-1,3],[0,1],[0,-1],[0,-3],[1,-4],[-1,-2],[-1,-1],[0,2],[-1,6],[0,2],[-1,6],[0,3],[0,2],[1,0],[2,-1],[0,-1],[-2,0]],[[3436,5568],[-1,-1],[-1,1],[0,2],[0,1],[-1,2],[1,2],[1,-1],[1,0],[0,-1],[0,-3],[0,-2]],[[1414,5517],[0,-1],[-1,0],[-1,1],[0,3],[0,2],[1,2],[0,2],[0,3],[1,1],[-1,3],[0,5],[0,13],[-1,1],[0,2],[0,1],[1,2],[-1,3],[1,1],[0,3],[0,2],[0,2],[-1,2],[1,3],[0,3],[1,2],[1,-6],[0,-6],[0,-3],[1,-1],[0,-2],[0,-2],[0,-11],[0,-1],[0,-1],[0,-1],[0,-2],[1,-3],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-4],[0,-2],[-2,-7]],[[1395,5565],[3,-12],[1,-2],[0,-2],[0,-2],[0,-2],[0,-6],[0,-5],[-1,-3],[-1,-3],[0,2],[0,2],[0,1],[0,2],[0,2],[0,2],[-1,-1],[0,-1],[-1,1],[0,2],[0,3],[-1,-1],[0,2],[-1,3],[1,4],[-1,-1],[-1,3],[-1,8],[1,0],[-1,2],[-1,3],[-1,2],[0,1],[0,2],[0,2],[0,1],[0,3],[0,3],[0,2],[1,0],[2,-5],[1,-4],[0,-2],[1,-1],[1,-2],[0,-3]],[[1418,5552],[-1,-3],[0,1],[0,2],[0,3],[0,1],[0,3],[0,2],[0,3],[-1,4],[0,2],[0,1],[0,4],[1,1],[1,0],[1,2],[0,1],[0,2],[0,2],[1,-1],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-3],[0,-1],[0,-3],[0,-2],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-2],[0,-5],[0,-1]],[[1320,5584],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-2,-1],[-1,0],[-1,2],[0,2],[0,1],[2,2],[1,-1],[0,-1],[-1,-1]],[[1388,5581],[0,-3],[-1,0],[0,2],[0,5],[0,2],[1,-2],[0,-1],[0,-3]],[[1412,5577],[0,-2],[-1,1],[0,-11],[0,-3],[0,-3],[0,-2],[-1,0],[0,4],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,4],[0,2],[0,3],[1,9],[0,2],[0,-1],[1,-2],[0,-2],[0,-4],[0,-3]],[[1307,5604],[-2,-1],[-1,0],[-1,5],[4,-1],[0,-1],[1,-1],[-1,-1]],[[3437,5608],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-1],[0,3],[-1,2],[0,2],[0,2],[1,0],[0,2],[1,0],[0,-1],[0,-1]],[[1382,5606],[0,-2],[0,-2],[-1,0],[0,3],[-1,0],[0,-3],[0,-1],[-1,5],[0,3],[0,2],[1,0],[1,-1],[0,-2],[1,-2]],[[1378,5617],[2,-1],[1,0],[1,-3],[1,0],[-1,-2],[0,-1],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[0,1]],[[3437,5620],[0,-2],[1,-2],[-1,-2],[0,-2],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[0,2],[0,3],[0,2],[1,1],[1,2],[1,-1]],[[1381,5618],[-1,-1],[-2,1],[0,2],[-1,3],[-1,4],[1,0],[1,1],[0,-1],[1,0],[0,-2],[1,-4],[1,-3]],[[2767,5622],[0,-1],[0,-1],[-1,0],[-1,1],[-1,-1],[0,1],[0,5],[0,3],[0,3],[1,2],[1,-2],[0,-1],[0,-1],[0,-1],[1,-3],[1,-1],[0,-1],[0,-1],[-1,-1]],[[1385,5628],[2,-9],[0,-2],[1,-1],[0,-1],[0,-2],[1,-6],[0,-2],[0,-1],[-1,-1],[-1,0],[0,3],[-1,1],[0,2],[-1,5],[0,2],[-1,2],[0,1],[0,3],[0,2],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,4],[0,2],[1,1],[1,0],[0,-3],[1,-2],[0,-2]],[[2722,5641],[7,-3],[2,-1],[3,-11],[1,-2],[0,-1],[0,-1],[1,-4],[0,-2],[1,-4],[3,-12],[1,-2],[0,-2],[1,-9],[0,-2],[1,-10],[0,-5],[-1,-3],[0,-3],[0,-1],[-1,1],[-1,3],[-7,4],[-3,8],[-4,6],[-5,2],[-5,6],[-4,6],[-4,5],[-2,5],[-1,2],[0,2],[1,5],[1,5],[1,5],[2,6],[2,0],[1,0],[3,4],[1,1],[3,-1],[2,3]],[[1319,5644],[1,-8],[0,-2],[-1,-1],[0,-1],[2,-2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[1,-2],[0,-6],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[0,1],[-2,0],[-1,1],[0,1],[-1,1],[-1,1],[0,-1],[-1,-1],[-1,0],[-3,0],[1,-2],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[1,-1],[0,4],[0,1],[0,1],[1,1],[0,1],[1,1],[2,-4],[2,-2],[1,-1],[1,-1],[0,-2],[1,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-4],[0,-1],[-3,0],[-1,1],[0,2],[-1,3],[0,2],[-1,2],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-2,-4],[0,-1],[1,0],[0,1],[1,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-4],[4,0],[1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-3],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[1,-1],[-1,-5],[0,-1],[1,0],[1,0],[1,-2],[0,-3],[1,-4],[0,-3],[-1,-1],[1,-2],[1,-4],[0,-1],[1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,2],[1,1],[0,-1],[0,-3],[1,0],[1,0],[0,-4],[0,-1],[1,-2],[1,-1],[-1,-7],[0,-2],[1,-1],[0,-1],[0,-3],[1,1],[0,1],[0,-1],[0,3],[0,2],[0,2],[1,2],[0,1],[1,0],[1,2],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-3],[0,-2],[0,1],[0,1],[1,0],[0,-3],[-1,0],[0,-1],[-1,-1],[0,-1],[0,2],[0,1],[-1,0],[0,-1],[1,-2],[0,-5],[0,-2],[1,1],[1,-4],[1,0],[-1,2],[0,2],[0,2],[1,0],[0,-1],[1,2],[0,1],[1,0],[0,-2],[1,-1],[0,-1],[1,-2],[-1,-3],[0,-1],[-1,0],[-1,-1],[0,-1],[2,0],[0,-1],[1,-1],[1,2],[1,0],[0,-1],[0,-2],[0,-3],[-1,-2],[0,-1],[0,-1],[-2,0],[0,1],[0,1],[0,2],[0,2],[-1,1],[0,-6],[0,-5],[-1,-2],[0,2],[-1,2],[0,5],[0,2],[0,1],[-1,2],[-1,3],[1,-11],[1,-5],[-1,-1],[-1,1],[0,2],[0,2],[0,2],[0,2],[-1,4],[0,3],[-1,0],[0,-5],[-1,3],[-1,3],[0,2],[0,2],[-1,2],[0,1],[-1,2],[0,2],[0,2],[0,-1],[-1,0],[0,1],[0,2],[0,2],[0,-1],[-1,0],[0,1],[0,4],[0,2],[1,0],[1,0],[0,-1],[0,2],[-1,2],[0,1],[-1,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,4],[0,3],[-1,2],[-1,2],[-1,1],[-3,10],[-1,1],[0,2],[0,1],[0,2],[0,1],[-1,0],[0,3],[0,1],[-2,4],[-2,8],[1,3],[0,1],[1,0],[0,-1],[1,-4],[0,1],[-1,4],[0,2],[0,1],[1,-4],[1,-3],[0,-1],[1,0],[-1,1],[0,1],[0,1],[0,1],[0,2],[-1,2],[-1,3],[-1,2],[0,5],[-1,1],[0,-6],[1,-2],[-1,-1],[0,-2],[-1,-4],[-1,0],[-1,4],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,2],[0,3],[0,2],[-2,2],[0,2],[-1,3],[0,1],[0,3],[0,1],[0,1],[1,-1],[1,0],[0,1],[1,0],[1,-3],[0,-1],[1,2],[-1,0],[0,1],[0,1],[0,2],[1,-5],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,2],[-2,-1],[0,1],[-1,3],[-1,1],[-2,0],[0,1],[0,1],[-1,-1],[-1,-1],[0,2],[-1,-1],[0,-1],[-1,0],[-1,1],[0,2],[0,3],[-1,2],[0,2],[0,1],[1,0],[-1,2],[0,4],[0,1],[1,-1],[1,-2],[1,0],[2,0],[1,1],[0,2],[1,1],[1,-1],[6,1],[0,1],[0,2],[2,5],[1,0],[0,2],[1,1],[2,1],[0,1],[1,1],[0,-1]],[[1407,5630],[1,-6],[0,-1],[1,-1],[1,-12],[0,-5],[0,-7],[0,-6],[0,-7],[-1,-15],[0,-1],[-1,1],[1,-6],[0,-2],[-1,-3],[1,-1],[0,-2],[-1,-4],[0,-1],[-3,0],[0,-1],[-1,-1],[0,1],[0,2],[0,3],[0,2],[0,3],[0,2],[0,5],[0,3],[0,3],[1,5],[0,2],[0,4],[0,1],[1,1],[0,2],[1,6],[0,1],[0,3],[0,3],[0,1],[-1,1],[0,-1],[0,-5],[0,-3],[0,-1],[-1,0],[0,2],[-1,0],[0,-2],[1,-4],[-1,-3],[0,-1],[0,-2],[-1,-3],[0,-6],[0,-6],[0,-2],[1,-4],[0,-2],[0,-1],[-1,0],[0,2],[0,1],[-1,2],[0,-5],[-1,-1],[-1,0],[-1,2],[-3,6],[0,3],[-1,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[-1,4],[0,2],[0,4],[-1,3],[1,2],[0,-1],[2,-2],[0,1],[-1,4],[1,2],[1,3],[0,1],[1,4],[0,2],[0,3],[1,3],[2,3],[0,2],[-1,3],[0,2],[-1,2],[-1,3],[-2,4],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,2],[0,-1],[0,-1],[1,-2],[0,-1],[1,-3],[0,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-3],[-2,-5],[-1,-2],[0,3],[-1,1],[-1,0],[0,1],[0,2],[0,3],[0,5],[0,3],[0,3],[0,2],[0,2],[1,1],[1,-1],[0,2],[1,4],[0,3],[0,4],[0,4],[0,2],[0,2],[0,2],[0,3],[0,2],[0,1],[0,2],[-1,1],[1,2],[1,1],[2,-3],[2,0],[1,-3],[2,-8],[2,-6],[1,-1],[1,-1],[0,-1]],[[1393,5623],[-1,-1],[-2,0],[0,1],[-1,-2],[0,1],[0,1],[0,1],[-1,1],[0,2],[-1,3],[0,3],[1,4],[0,3],[2,6],[0,3],[0,1],[0,2],[-1,2],[0,2],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-2],[1,-2],[0,-1],[0,-2],[0,-2],[-1,-2],[1,-4],[0,-6],[0,-2]],[[2763,5661],[0,-1],[0,-1],[0,-5],[1,-3],[0,-3],[-1,-2],[-1,0],[-1,1],[0,5],[-1,2],[0,2],[0,3],[1,2],[2,0],[1,1],[-1,-1]],[[3434,5680],[0,-2],[1,-1],[1,1],[1,-1],[0,-2],[1,-1],[0,-2],[-1,1],[0,1],[-1,0],[0,-2],[0,-1],[0,-2],[1,0],[0,-2],[0,-1],[-1,1],[0,1],[0,-1],[0,-1],[1,-1],[-1,0],[-1,2],[-1,1],[-1,0],[0,2],[-1,0],[-1,2],[0,2],[0,2],[0,2],[2,1],[0,1],[1,0]],[[1353,5677],[0,-2],[-1,1],[0,2],[-1,2],[1,1],[1,-1],[0,-3]],[[1399,5658],[0,-1],[0,-2],[-1,0],[-1,2],[-2,0],[0,-1],[-1,-2],[-1,6],[1,7],[1,6],[0,6],[1,3],[0,3],[1,2],[0,-2],[0,-5],[1,-3],[1,-10],[1,-3],[0,-1],[-1,-1],[0,-2],[0,-2]],[[2770,5682],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[2,-4],[0,-1]],[[1362,5691],[2,-4],[2,-4],[1,-4],[3,-5],[1,-4],[1,-3],[0,-1],[0,-1],[1,-2],[0,-2],[3,-15],[0,-4],[0,-3],[0,-4],[0,-3],[-1,-1],[0,1],[-1,2],[0,1],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,1],[0,1],[-2,7],[0,2],[0,3],[-1,1],[-1,2],[0,1],[0,3],[0,2],[-1,1],[0,2],[-1,0],[0,1],[0,2],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-3,1],[0,1],[-1,7],[-1,3],[0,2],[0,2],[0,2],[0,1],[2,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,4],[-1,0],[0,1],[0,3],[0,4],[1,3],[0,2],[2,-1],[1,-1],[0,-1],[1,-1],[1,-4],[2,-1],[0,-1]],[[3402,5711],[-1,-1],[0,-3],[-1,0],[0,-2],[0,-2],[0,-1],[0,-1],[-2,1],[0,2],[0,2],[0,2],[1,2],[1,0],[1,1],[0,1],[1,-1]],[[1400,5694],[0,-3],[-2,3],[-1,-1],[-2,-10],[-1,-1],[0,-3],[1,-3],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,-3],[-1,-3],[0,3],[0,6],[0,6],[0,6],[0,9],[0,3],[0,2],[1,3],[1,1],[1,2],[0,1],[0,1],[1,1],[1,2],[3,0],[1,1],[0,1],[1,-1],[-1,-4],[0,-2],[0,-2],[-1,-5],[0,-4]],[[1366,5695],[1,-4],[-1,0],[-2,3],[-2,0],[-1,4],[-1,0],[-1,2],[0,3],[0,2],[-1,0],[0,2],[0,1],[1,3],[2,5],[0,2],[0,2],[0,2],[0,2],[0,1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[1,0],[1,-2],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-3]],[[3404,5726],[1,-2],[1,1],[1,0],[1,-2],[-1,-2],[-1,-2],[-1,0],[-1,-2],[-1,1],[-1,4],[1,4],[1,0]],[[1357,5723],[0,-1],[0,-4],[-2,1],[0,4],[-1,-1],[-2,2],[0,3],[1,2],[2,-1],[2,-5]],[[1376,5705],[2,-11],[4,-13],[0,-1],[1,-1],[-1,-1],[-1,0],[-1,2],[-1,0],[0,-2],[1,0],[0,1],[1,-2],[0,-1],[2,1],[1,-1],[0,-3],[1,-2],[0,-2],[1,-4],[1,-2],[1,-3],[-1,-5],[1,-4],[0,-5],[-1,-3],[-1,5],[0,2],[0,2],[0,4],[-1,0],[0,-3],[-1,-3],[0,1],[-1,3],[0,-1],[0,-2],[0,-3],[0,-1],[0,-4],[0,-3],[0,-1],[-1,2],[0,-2],[-1,0],[0,1],[-1,3],[0,2],[-1,5],[0,3],[0,1],[-1,2],[0,1],[1,1],[-1,0],[-1,-1],[-1,4],[0,1],[0,1],[0,1],[-1,-1],[-1,1],[0,2],[0,2],[0,4],[0,2],[0,2],[-1,0],[0,-1],[-1,2],[0,1],[1,5],[0,3],[-1,2],[0,1],[0,1],[-1,-1],[0,2],[1,0],[0,2],[-1,1],[0,1],[0,2],[0,1],[-1,-2],[0,-2],[-1,-1],[-1,-1],[0,1],[-1,3],[1,3],[2,2],[1,0],[1,-1],[1,1],[-1,2],[-1,1],[-2,0],[-1,-1],[-1,-2],[0,-1],[0,2],[-1,2],[0,4],[0,3],[-2,3],[-1,0],[0,1],[0,3],[0,2],[0,2],[0,2],[0,3],[0,1],[-2,2],[0,4],[1,3],[0,1],[1,0],[1,3],[0,-1],[1,-2],[1,-2],[1,-3],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[2,-7],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,0],[1,-7],[0,-2],[1,-1]],[[2766,5740],[-1,0],[0,1],[-1,1],[0,3],[0,-1],[2,-2],[0,-2]],[[1362,5755],[0,-2],[1,-4],[0,-3],[-1,-2],[-1,-3],[0,-2],[-1,-4],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,3],[0,1],[0,-2],[-1,-2],[0,-1],[-1,4],[0,1],[0,1],[1,0],[0,1],[0,1],[2,8],[0,2],[1,0],[1,0],[0,2],[-1,0],[0,1],[0,1],[1,1],[-1,0],[-1,-1],[-1,-1],[-1,-3],[0,-4],[0,-4],[-1,-1],[-1,0],[0,1],[-1,5],[-1,2],[0,1],[-1,-1],[0,-1],[0,2],[-1,0],[0,-2],[0,-3],[0,-1],[0,-3],[0,-1],[1,0],[0,-1],[1,-2],[0,-3],[0,-2],[-1,0],[-1,2],[-1,0],[0,2],[0,3],[0,2],[0,1],[0,2],[0,2],[0,2],[1,2],[0,3],[0,1],[1,0],[0,1],[1,2],[0,2],[1,1],[2,4],[0,1],[1,1],[1,1],[0,3],[1,-1],[2,-3],[1,-7],[1,-2]],[[1286,5777],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[2,-2],[2,-1],[0,1],[2,2],[1,0],[2,-3],[0,-1],[1,-1],[0,-3],[0,-4],[0,-2],[-1,-4],[0,-1],[-1,0],[-1,-2],[0,-4],[-1,-3],[1,-1],[1,3],[0,1],[1,1],[1,1],[0,2],[0,3],[0,3],[1,1],[2,2],[0,2],[1,2],[0,2],[3,2],[0,-1],[1,-2],[1,-3],[0,-3],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-3],[0,-2],[0,-3],[0,-2],[1,-3],[0,-3],[0,-1],[-1,-5],[0,-1],[-1,0],[-1,-3],[0,-3],[0,-2],[-1,-1],[-3,-1],[-1,-2],[-1,-4],[-1,-1],[-1,-2],[-1,0],[-2,0],[-1,-2],[0,-2],[1,1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[1,0],[1,4],[0,1],[0,-1],[1,-2],[1,0],[2,3],[2,0],[-1,-3],[-1,-2],[-1,-3],[-1,-5],[1,1],[0,1],[0,2],[1,1],[1,1],[1,-1],[1,1],[1,3],[-1,0],[-1,1],[0,2],[0,1],[1,1],[1,-1],[1,-2],[1,0],[0,2],[0,2],[1,2],[0,3],[0,1],[-1,2],[0,3],[0,2],[0,2],[1,2],[0,1],[0,1],[1,4],[1,5],[0,3],[0,1],[-1,3],[0,1],[0,2],[0,5],[0,3],[0,2],[0,1],[-1,0],[0,1],[-1,3],[1,0],[1,-2],[2,-1],[2,0],[2,2],[1,4],[2,2],[1,3],[1,2],[1,2],[0,2],[1,4],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-6],[-1,-7],[0,-6],[-1,-6],[-1,-5],[-2,-9],[-1,-5],[0,-3],[0,-2],[0,-3],[0,-4],[0,-3],[0,-3],[-1,-3],[0,-5],[-1,-3],[0,-4],[0,-3],[1,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-3],[1,-6],[0,-2],[0,-7],[0,-2],[0,-2],[-1,-3],[-1,-8],[0,-4],[-1,-1],[-2,0],[-2,-1],[-1,-1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[0,-2],[1,-1],[1,1],[2,0],[0,-2],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,1],[0,2],[-1,2],[0,1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,-1],[0,-2],[-1,0],[-1,2],[0,1],[1,1],[-1,1],[-1,1],[1,1],[0,1],[0,2],[-1,0],[-1,3],[-1,0],[-1,1],[0,2],[1,1],[1,3],[0,1],[0,1],[1,1],[1,-1],[0,-1],[0,2],[-1,1],[-5,-2],[0,2],[1,5],[1,2],[1,-2],[4,0],[0,-1],[0,-2],[1,-1],[0,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,5],[-1,3],[-2,4],[0,1],[0,3],[0,1],[-1,0],[-3,2],[0,2],[0,3],[0,3],[0,1],[-1,-5],[0,-1],[-1,1],[-1,1],[0,1],[1,1],[0,2],[0,2],[0,2],[-1,0],[0,-1],[0,-2],[0,-1],[-2,-3],[-1,-1],[0,2],[0,2],[1,3],[0,2],[-3,0],[1,1],[0,3],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,2],[0,2],[0,2],[1,0],[1,-2],[1,1],[0,4],[-3,7],[-1,3],[1,-1],[0,2],[1,-1],[0,-1],[0,1],[0,2],[-1,1],[0,1],[0,3],[0,1],[0,3],[0,1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,2],[-1,1],[0,2],[1,1],[1,2],[-1,2],[-1,4],[0,2],[-1,3],[1,3],[0,2],[0,2],[1,2],[0,2],[0,2],[0,3],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[0,4],[-1,1],[1,7],[0,2],[-1,1],[1,2],[1,-1],[1,-2]],[[1363,5771],[0,-1],[-1,1],[0,2],[0,1],[0,2],[0,4],[0,1],[0,1],[1,0],[0,-1],[1,-2],[1,-2],[0,-3],[-2,-3]],[[1351,5770],[-1,0],[-1,1],[0,2],[-1,0],[-1,4],[0,2],[0,1],[0,3],[0,1],[1,0],[2,-6],[1,-4],[0,-4]],[[1286,5781],[-1,0],[0,1],[0,1],[0,2],[-1,0],[0,1],[-1,0],[0,1],[0,2],[1,2],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1]],[[3394,5789],[0,-1],[-1,1],[-1,2],[0,1],[1,2],[1,1],[1,0],[-1,-2],[0,-1],[0,-1],[0,-2]],[[1359,5789],[-1,1],[-1,6],[-1,2],[0,2],[0,1],[1,1],[1,-3],[0,-1],[1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[1362,5794],[-1,-4],[-1,0],[-1,1],[0,1],[0,1],[0,3],[1,4],[1,2],[1,-3],[0,-5]],[[2731,5802],[0,-1],[0,1],[0,1],[0,2],[0,2],[0,1],[1,-1],[0,-1],[0,-2],[0,-2],[-1,0]],[[1350,5813],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[0,1],[0,3],[0,2],[1,1],[0,2],[0,-2],[1,2],[0,-1]],[[3397,5822],[0,-3],[-1,0],[0,2],[-1,-1],[0,2],[0,2],[1,0],[0,1],[1,-2],[0,-1]],[[1348,5822],[1,-5],[0,-2],[-2,-2],[-1,2],[0,2],[-1,0],[0,3],[1,4],[1,1],[1,-3]],[[3395,5826],[-2,0],[0,1],[0,3],[0,2],[0,2],[1,3],[1,1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-2],[-1,-3],[0,-1]],[[1339,5839],[0,-1],[-1,2],[0,5],[2,-1],[0,-2],[-1,-3]],[[1348,5844],[0,-2],[0,-5],[0,-2],[-1,-2],[-1,-4],[0,-1],[-4,-8],[0,1],[0,1],[0,1],[0,1],[0,8],[0,1],[1,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[1,-1],[0,-1],[0,1],[1,0],[0,-2],[1,-1],[0,1],[1,2],[0,1],[0,-2]],[[1356,5859],[0,-2],[-1,1],[0,-1],[-1,-1],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[0,2],[1,1],[2,5],[1,0],[0,-1],[0,-1],[1,-4],[0,-1],[-1,-4],[0,-1]],[[1363,5869],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,-3],[-1,0],[0,-1],[-1,-1],[0,1],[1,5],[0,2],[1,2],[2,5],[0,1],[0,-1],[0,-1]],[[3376,5881],[-1,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,1],[1,3],[0,-2],[1,-1],[0,1],[0,2],[0,1],[1,0],[0,-2],[0,-3],[-1,-1],[-1,0],[-1,0],[-1,-4],[-1,-2],[-1,0],[-3,2],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,3],[0,3],[0,2],[0,1],[1,-2],[0,-1],[0,1],[1,2],[1,1],[0,-1],[1,0],[0,1],[0,2],[1,0],[0,1],[1,2],[1,0],[0,1],[1,-4],[-1,-1],[0,-1],[0,-1]],[[2782,5883],[0,-2],[-1,1],[-2,-5],[-6,-3],[-4,-7],[-1,0],[1,2],[0,2],[1,0],[1,0],[0,1],[-2,0],[1,4],[2,2],[5,5],[3,0],[0,1],[1,2],[1,0],[7,4],[0,-1],[0,-1],[-3,-3],[-3,-1],[-1,-1]],[[1358,5865],[0,1],[-1,2],[0,1],[0,2],[-1,2],[0,1],[1,3],[5,18],[1,7],[1,2],[0,-3],[1,-3],[0,-3],[0,-4],[-1,-3],[0,-1],[-1,-3],[0,-1],[-1,-7],[0,-2],[-1,-1],[-1,-2],[-1,-4],[-1,-2]],[[2829,5963],[-2,-2],[1,2],[5,14],[1,4],[1,1],[0,1],[1,4],[0,2],[1,0],[2,4],[1,1],[0,-2],[-1,0],[0,-1],[-2,-7],[-1,-2],[-1,-1],[-4,-14],[-2,-4]],[[3296,6038],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,1],[1,0],[-1,-3],[-1,-3],[-3,-3],[-1,0],[0,2],[0,1],[1,1],[1,-1],[0,1],[-1,1],[0,1],[0,2],[0,2],[0,2],[0,2],[1,-1]],[[2790,6049],[0,-2],[1,2],[1,-1],[-1,-2],[-1,-4],[-1,-4],[0,-6],[-1,-5],[0,-6],[-1,-5],[-1,-1],[0,2],[1,3],[0,4],[1,11],[1,7],[0,2],[0,4],[0,4],[0,1],[1,1],[1,3],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1]],[[3290,6062],[2,-2],[1,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,-2],[-1,0],[-1,0],[-5,4],[0,1],[-1,2],[0,4],[0,2],[0,1],[0,-1],[0,-1],[1,-1],[1,1],[0,2],[-1,-1],[0,-1],[0,3],[0,1],[2,0],[0,1],[0,2],[0,2],[0,1],[1,1],[0,1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[0,-1]],[[2853,6062],[-1,-2],[0,1],[0,2],[0,2],[0,2],[0,2],[0,1],[0,1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1]],[[2822,6091],[-1,-2],[-1,-1],[-2,-1],[1,1],[0,1],[0,1],[0,1],[0,-1],[3,2],[0,-1]],[[3269,6106],[6,-4],[1,0],[1,1],[0,1],[1,0],[0,-1],[0,1],[1,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,-2],[1,0],[0,-1],[1,-1],[0,-1],[-2,-1],[-1,1],[-2,1],[-3,5],[-1,1],[-1,3],[0,1],[0,1],[-1,1],[0,1]],[[2832,6101],[-1,-1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-5]],[[2799,6096],[0,-5],[1,-4],[-1,-1],[0,-2],[0,-2],[0,-3],[0,-2],[0,-2],[0,-1],[0,-3],[-1,-1],[0,1],[-1,-2],[0,-1],[-1,0],[1,1],[-1,1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-1,-1],[0,2],[0,4],[0,2],[2,11],[1,3],[-1,1],[0,2],[1,2],[0,1],[0,1],[0,1],[0,3],[-1,0],[1,2],[0,3],[1,3],[0,2],[1,3],[0,2],[1,0],[1,-1],[0,-3],[0,-10]],[[2772,6098],[-1,-5],[-1,-3],[-7,-16],[-2,-1],[-1,-1],[0,1],[-1,1],[0,1],[0,4],[0,1],[1,4],[1,2],[-1,2],[0,1],[1,2],[1,1],[3,1],[1,1],[0,1],[0,2],[-1,2],[0,1],[1,1],[1,-1],[1,-2],[1,0],[1,1],[0,1],[1,0],[0,1],[1,3],[0,1],[1,3],[0,3],[0,3],[0,3],[1,2],[0,2],[1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-5],[-1,-5],[-1,-10]],[[3281,6121],[1,-1],[1,-3],[-2,-1],[0,-1],[0,-1],[1,-1],[1,1],[0,1],[2,1],[1,0],[1,-2],[-1,0],[0,-1],[-1,0],[0,-2],[1,0],[1,0],[0,-2],[-6,2],[-3,2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,2],[-1,1],[-1,-1],[0,1],[0,1],[0,1],[-1,1],[6,-2],[0,2],[0,1],[-5,1],[0,2],[1,0],[0,1],[0,1],[-1,2],[0,1],[1,1],[1,-1],[2,-1],[1,-1],[1,-2],[1,-1]],[[2797,6141],[-1,-1],[-1,1],[0,1],[-1,1],[2,0],[0,1],[1,-1],[0,-1],[0,-1]],[[2785,6141],[1,-4],[0,-2],[0,-2],[-1,3],[0,3],[-1,1],[-1,-3],[0,-5],[0,-5],[0,-2],[2,0],[0,-1],[1,1],[0,-1],[1,-8],[0,-4],[1,-3],[2,-2],[1,1],[1,0],[0,-4],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[2,1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-4],[-1,-2],[-2,-14],[-1,-13],[-3,-21],[0,-7],[0,1],[0,1],[0,2],[0,1],[0,2],[1,6],[1,7],[0,4],[0,5],[1,5],[3,25],[1,6],[0,6],[-1,1],[0,3],[1,2],[-1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-17],[0,-2],[0,-1],[1,1],[0,1],[0,-2],[0,-1],[0,-1],[0,-3],[-1,-6],[-1,-3],[0,-1],[0,-3],[0,-2],[-2,-18],[-2,-13],[0,4],[2,17],[2,22],[0,3],[0,4],[0,3],[-1,1],[0,-1],[0,-2],[-2,-10],[-3,-24],[0,-2],[-1,-1],[-2,-12],[-1,-2],[-2,1],[-1,2],[-1,2],[0,1],[0,-1],[-3,-13],[0,-1],[0,-1],[-1,-1],[0,4],[4,18],[3,15],[0,3],[2,6],[0,2],[-1,2],[-1,1],[0,-1],[-1,-3],[-4,-19],[-3,-12],[-1,-4],[0,-1],[0,-3],[-1,-1],[0,-2],[-1,3],[0,2],[0,1],[0,1],[-1,3],[0,1],[-2,0],[1,6],[0,2],[1,2],[6,28],[5,16],[1,4],[1,5],[1,14],[0,8],[0,6],[0,1],[0,1],[0,2],[0,1],[1,-7],[0,-1],[0,-1],[0,-2],[0,-3],[0,-4],[0,-3],[-1,-5],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-4],[1,-1],[-1,-2],[0,-6],[-1,-2],[-1,-8],[-1,-1],[0,-2],[0,-2],[0,-2],[1,1],[0,3],[0,1],[1,2],[0,1],[1,1],[1,2],[1,0],[0,2],[0,2],[2,17],[1,6],[0,6],[0,7],[1,15],[0,3],[0,8],[1,3],[1,1],[1,-4]],[[3289,6142],[0,-1],[0,-1],[0,-2],[-1,-2],[1,1],[1,0],[0,-1],[-1,0],[-1,-2],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[1,3],[0,1],[0,1],[1,1],[1,-1],[0,1],[-1,1],[0,1],[0,2],[1,-1],[1,0],[0,-1],[0,-2]],[[2855,6125],[0,2],[0,2],[0,2],[0,2],[0,3],[1,5],[0,8],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[0,-2],[0,-5],[0,-2],[-1,-3]],[[2774,6159],[1,0],[1,0],[0,-2],[0,1],[0,-1],[0,-4],[0,-3],[0,-1],[0,-1],[0,-2],[0,-4],[0,-1],[-1,1],[0,-1],[0,-4],[-1,-2],[0,2],[0,2],[0,2],[0,1],[0,1],[0,4],[0,1],[1,3],[-1,3],[-1,3],[1,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[0,-1],[0,-1],[0,-2],[0,-1]],[[2765,6155],[0,-1],[-1,0],[0,2],[-1,3],[0,5],[1,3],[0,1],[0,3],[1,0],[1,0],[1,-3],[0,-2],[0,-3],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1]],[[2768,6182],[0,-2],[1,-2],[0,-1],[0,-2],[0,-6],[1,-4],[-1,-3],[0,-1],[-1,-1],[0,1],[0,2],[0,2],[0,2],[0,4],[0,2],[-1,3],[-2,-2],[0,1],[0,2],[0,2],[1,2],[0,1],[1,-2],[0,2],[0,1],[1,1],[0,-2]],[[3279,6181],[1,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,-4],[-1,-2],[0,-2],[1,-1],[0,-2],[0,-2],[-1,-2],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,1],[0,2],[1,0],[2,-1],[1,-2],[0,-2],[0,-3],[0,-6],[0,-2],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[0,1],[-2,6],[0,2],[-1,0],[0,1],[-1,3],[0,1],[-1,2],[0,1],[-1,0],[0,1],[1,3],[0,5],[0,5],[0,2],[0,1],[0,2],[0,3],[1,2],[1,1],[1,1],[0,2],[0,2],[0,1],[1,1],[1,-1],[0,-2]],[[2855,6200],[-1,1],[0,2],[0,2],[0,2],[-1,3],[0,1],[0,1],[0,2],[0,2],[0,2],[1,1],[0,-4],[0,-2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1]],[[2811,6219],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,-1],[0,-1],[1,0]],[[2807,6233],[-1,-2],[-1,2],[-1,0],[0,1],[1,1],[2,4],[1,0],[1,-2],[-1,-2],[-1,-2]],[[2853,6232],[-1,0],[0,3],[0,1],[0,1],[-1,3],[0,1],[0,3],[0,2],[0,2],[-1,1],[0,1],[0,2],[0,1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-2],[0,-1],[1,-2],[0,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1]],[[3273,6262],[0,-1],[0,-2],[-1,-1],[-2,0],[-1,0],[0,-2],[-1,-2],[1,-1],[0,1],[1,1],[0,1],[3,-2],[1,-2],[0,-1],[-1,-2],[-1,0],[-4,2],[-2,2],[0,3],[1,1],[1,2],[1,2],[0,1],[1,2],[0,4],[1,1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,-2],[1,-1]],[[3267,6276],[1,0],[1,-4],[1,-3],[-1,-4],[-1,-2],[-2,-5],[-1,-1],[-1,3],[-1,3],[0,3],[0,4],[0,4],[1,3],[1,0],[0,-3],[0,-2],[0,-1],[0,1],[1,4],[0,1],[1,-1]],[[2770,6271],[0,-3],[0,-3],[0,-1],[-1,3],[-1,-2],[0,-2],[0,-8],[0,-2],[-1,1],[0,3],[-1,3],[0,2],[1,-1],[0,4],[1,1],[0,1],[0,1],[0,1],[-1,-2],[0,1],[0,1],[0,3],[0,2],[1,2],[0,2],[1,1],[0,1],[0,1],[1,0],[0,-2],[0,-2],[0,-3],[0,-3]],[[3271,6311],[0,1],[0,1],[1,-1],[0,-2],[-1,-3],[0,-2],[1,1],[1,0],[0,-2],[0,-1],[0,-1],[-1,-2],[1,0],[-1,-3],[0,-1],[-1,0],[0,-1],[-1,1],[-1,2],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,-2],[0,-1],[-1,1],[1,3],[2,9],[1,-1],[1,-2]],[[3266,6321],[-1,-3],[2,0],[0,-4],[0,-1],[0,-2],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,2],[-1,3],[-1,1],[-1,-2],[0,2],[-1,1],[1,2],[1,6],[1,2],[1,1],[1,0],[1,-1],[0,-2]],[[2827,6372],[-1,0],[-1,1],[-6,11],[0,1],[1,0],[3,-3],[3,-8],[1,-1],[0,-1]],[[3109,6380],[-1,-3],[-2,2],[0,5],[0,6],[0,5],[2,3],[1,-2],[0,-9],[0,-7]],[[2801,6429],[0,-1],[-1,0],[0,1],[0,-1],[0,-2],[4,-9],[1,-1],[0,-1],[-5,8],[-1,4],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,2],[0,3],[1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[1,-2]],[[2800,6452],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,1],[1,0],[1,0],[0,-1]],[[2793,6455],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[1,1],[0,3],[0,-2],[1,-3],[0,-2],[0,-1]],[[3066,6477],[-1,-1],[0,2],[1,4],[1,2],[2,1],[0,-2],[0,-2],[-1,-3],[-2,-1]],[[2747,6496],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1]],[[3063,6504],[1,-1],[0,-1],[1,1],[1,-2],[0,-2],[1,-3],[0,-3],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-2],[0,-1],[-1,-1],[-1,-3],[0,-2],[0,-2],[0,-1],[-1,1],[-1,3],[0,-3],[-1,-2],[-1,2],[1,1],[0,3],[0,2],[0,1],[0,3],[1,0],[0,1],[0,3],[0,1],[0,3],[-1,4],[0,4],[0,1],[1,-1],[0,1],[2,1],[1,-1]],[[2749,6549],[-1,-2],[0,-5],[0,-3],[-1,-2],[0,-1],[0,2],[0,4],[0,4],[1,1],[-1,0],[0,1],[1,5],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[2747,6577],[-1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[1,1],[0,-1],[0,-1],[-1,-1],[0,-4]],[[2751,6582],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,1],[1,3],[0,3],[1,1],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1]],[[2756,6589],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-3],[0,-1],[-1,0],[-1,-1],[-1,1],[1,1],[0,1],[0,2],[0,1],[1,1],[0,2],[0,1],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,-1],[0,1]],[[3208,6595],[1,-3],[-1,-1],[0,-3],[-2,0],[0,-1],[-1,-2],[-1,-1],[0,1],[-1,1],[1,1],[0,1],[-1,1],[-1,0],[0,2],[0,2],[0,1],[1,1],[0,-1],[1,0],[0,-1],[0,1],[0,2],[-1,1],[1,8],[0,2],[1,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-3],[-2,-1],[1,-2],[2,-2]],[[2762,6609],[1,0],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-2],[-1,-3],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-3],[-1,-2],[-1,0],[0,1],[0,1],[1,2],[0,2],[-1,2],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,2],[1,10],[1,2],[0,1],[1,1],[1,3],[0,1],[1,1],[0,-1],[0,-2]],[[3190,6699],[1,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-3],[1,-1],[0,-1],[0,-3],[0,-3],[1,3],[0,1],[2,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-3],[1,-2],[0,-2],[-1,2],[-2,3],[-2,4],[-1,1],[-2,1],[-1,0],[0,2],[-2,6],[-1,3],[0,4],[1,3],[2,-1],[2,0],[0,1],[1,1],[0,-1]],[[3094,6714],[1,-1],[1,1],[1,-4],[1,-5],[1,-3],[1,-1],[1,-1],[0,-4],[0,-7],[-2,-6],[-1,-4],[-1,-2],[0,-5],[0,-2],[-1,1],[-1,0],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,-1],[0,-3],[0,-2],[-1,-1],[-2,0],[-1,-3],[-1,0],[-1,2],[-1,7],[1,7],[1,10],[1,8],[1,6],[0,5],[2,12],[3,1],[1,-1]],[[3189,6716],[-1,-2],[0,1],[0,1],[0,2],[2,7],[0,3],[1,1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[-1,-2],[-1,-2]],[[2811,6750],[0,-1],[0,-2],[-3,-6],[1,1],[1,0],[0,-1],[-2,-2],[-4,-3],[-3,-4],[-2,0],[-1,0],[0,1],[2,4],[0,1],[0,1],[0,1],[1,1],[0,1],[10,7],[0,1],[0,-1],[0,1]],[[3041,6767],[0,-3],[-1,0],[1,5],[-1,4],[1,4],[1,2],[1,0],[0,-3],[0,-2],[-1,-2],[0,-3],[-1,-2]],[[2998,6818],[-1,-1],[-1,1],[0,3],[1,2],[2,0],[0,-2],[0,-3],[-1,0]],[[3186,6865],[0,-1],[0,1],[1,1],[1,1],[0,-1],[-1,-1],[0,-1],[2,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-3],[1,0],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[0,-3],[-2,-2],[-1,-2],[1,-2],[-1,-3],[-1,-4],[0,-2],[-1,-1],[0,2],[-1,3],[0,-1],[-1,-1],[-1,2],[0,2],[1,1],[0,1],[1,2],[-1,2],[-3,0],[-2,3],[0,1],[1,-1],[0,1],[0,2],[-1,-1],[-1,1],[0,1],[0,1],[0,3],[-1,1],[0,1],[-1,0],[-1,1],[0,2],[0,1],[-1,0],[-1,1],[-1,1],[-1,3],[0,1],[-1,1],[0,1],[-1,1],[0,4],[1,3],[0,2],[1,1],[11,5],[0,-1],[2,-2],[7,-2],[-1,-2],[-1,-2],[0,-2]],[[3158,6895],[1,2],[0,1],[1,-1],[0,-2],[0,-2],[0,-3],[1,-4],[0,-1],[0,-2],[-1,1],[-1,3],[-1,2],[0,-4],[-1,0],[-2,1],[0,1],[-1,2],[-1,2],[2,3],[1,4],[2,3],[1,-2],[0,-1],[-1,-1],[0,-1],[0,-1]],[[2984,6898],[-1,0],[-1,3],[-1,3],[1,2],[0,-2],[2,-2],[1,-1],[1,-2],[-2,-1]],[[2399,6909],[0,-1],[0,-1],[0,-1],[1,-2],[1,0],[-1,-3],[-1,-4],[-1,-2],[-1,1],[0,1],[-1,4],[0,2],[-2,-1],[0,1],[0,3],[0,2],[0,1],[3,-1],[0,1],[1,2],[1,-2]],[[2405,6912],[1,-2],[0,-1],[-1,2],[-1,-2],[0,1],[-1,1],[1,1],[1,0]],[[3178,6910],[1,-7],[0,-4],[1,1],[0,3],[0,2],[1,-2],[0,-4],[0,-4],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,-1],[0,-2],[1,-4],[0,-1],[1,-2],[0,-1],[-1,0],[-1,-3],[0,-1],[-1,0],[-1,1],[-2,5],[-3,2],[0,2],[-1,1],[0,2],[-1,1],[0,1],[0,1],[-1,6],[0,2],[0,2],[0,2],[0,1],[1,0],[0,1],[0,2],[1,1],[2,-1],[1,-2]],[[2976,6922],[-1,-2],[-1,2],[-1,2],[-1,1],[1,0],[1,-1],[2,-2]],[[2410,6926],[-1,-2],[-1,2],[0,2],[0,3],[2,-2],[0,-3]],[[2420,6979],[1,-1],[3,1],[0,-1],[-1,0],[-2,-5],[0,-1],[-1,1],[-1,-1],[-1,1],[1,3],[0,1],[1,0],[-1,2],[0,-1],[-1,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,-1]],[[2778,6975],[0,-1],[0,-4],[0,-1],[2,-2],[0,-1],[0,-3],[0,-1],[1,-1],[1,-1],[0,-1],[0,-3],[0,-2],[0,-2],[0,-2],[0,-6],[0,-3],[0,-3],[-1,-5],[0,-3],[0,-3],[0,-2],[0,-3],[0,-4],[-1,1],[0,1],[-1,1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[0,-2],[0,-2],[-1,-1],[0,-3],[0,-3],[-2,-4],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,2],[0,-4],[0,-2],[-1,-3],[0,-3],[-1,-2],[-1,-7],[0,-1],[-1,-4],[-1,-2],[-1,-1],[0,-3],[-2,-1],[-1,1],[0,2],[0,1],[-1,1],[0,1],[-1,5],[-1,5],[0,1],[-1,3],[-1,1],[-1,2],[0,2],[-1,2],[-1,1],[-1,1],[-1,2],[0,2],[0,1],[0,2],[-1,1],[0,4],[0,5],[-1,2],[0,2],[0,2],[1,7],[0,5],[0,5],[1,6],[0,7],[2,9],[1,3],[1,4],[1,4],[1,5],[1,5],[0,3],[1,2],[0,1],[2,2],[1,2],[0,-1],[0,-1],[1,0],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,2],[1,1],[1,2],[0,1],[1,0],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[0,-1],[1,-1]],[[2416,6978],[0,-1],[-1,1],[-2,-2],[-1,0],[-1,1],[0,1],[1,1],[0,1],[1,2],[0,1],[1,-2],[2,-1],[0,-2]],[[3188,6998],[1,0],[0,1],[1,1],[2,-1],[0,2],[1,1],[2,-2],[0,-3],[1,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-4,-2],[0,-1],[1,-1],[1,-1],[1,0],[-1,-3],[-1,-2],[0,1],[0,1],[-1,0],[0,-1],[1,-3],[-2,-4],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,1],[-2,1],[-4,4],[-1,2],[0,4],[0,1],[1,3],[1,1],[3,0],[-1,1],[-1,2],[0,2],[0,4],[1,2],[2,-1],[1,-1],[0,-3]],[[2822,7000],[-2,0],[-5,2],[0,2],[0,1],[0,1],[6,1],[1,-1],[0,-4],[0,-2]],[[2825,7007],[0,-1],[3,0],[-1,-3],[0,-1],[-1,1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[0,2],[0,1],[-1,2],[0,2],[1,0],[0,-1],[1,0],[0,1],[1,-1]],[[3183,7001],[-1,0],[0,-1],[-1,-1],[0,-1],[-3,-1],[-1,1],[-1,3],[2,0],[0,1],[0,2],[0,1],[1,1],[0,1],[1,1],[1,1],[1,-1],[1,-1],[1,-2],[0,-3],[-1,-1]],[[2439,7012],[1,-1],[-1,0],[-2,4],[-1,3],[1,0],[0,-1],[2,-2],[0,-1],[0,-2]],[[2454,7019],[2,-2],[0,-1],[-1,1],[-4,0],[-1,1],[-1,1],[-1,-1],[0,1],[0,2],[1,1],[3,-2],[2,-1]],[[2917,7026],[0,-1],[0,1],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[6,1],[0,-1],[1,-1],[2,-1],[1,0],[0,-2],[1,-6],[0,-1],[-4,-1],[-7,4],[-1,2],[-1,2],[-3,1],[0,1],[-1,2],[-2,5],[0,1],[2,2],[1,1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[3019,7042],[5,-6],[1,-3],[2,-1],[0,-3],[1,-1],[1,-2],[0,-1],[0,-1],[1,-3],[1,-1],[0,-2],[-1,-1],[1,0],[1,-1],[0,1],[1,-1],[0,-3],[1,-3],[1,-1],[1,-3],[-1,-3],[-1,-3],[-1,-1],[-3,-2],[-2,1],[-3,1],[-1,0],[-1,3],[0,1],[-1,-1],[0,-2],[-2,0],[0,1],[0,2],[0,1],[0,3],[-1,1],[-1,3],[0,7],[-1,4],[-1,3],[-1,4],[1,1],[1,-1],[0,1],[0,-1],[1,-1],[1,1],[0,2],[0,1],[0,1],[-1,1],[-2,-2],[-1,1],[-1,4],[-1,1],[-1,0],[-1,-2],[-1,0],[-2,1],[0,2],[1,1],[2,-1],[1,2],[-3,1],[-2,2],[-1,3],[0,2],[1,0],[12,-7]],[[3142,7044],[-1,-1],[-3,5],[-2,5],[0,3],[4,-6],[2,-3],[0,-3]],[[2703,7061],[5,-2],[1,-1],[1,-3],[0,-2],[-1,-2],[0,-3],[0,-3],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[1,-4],[0,-2],[0,-2],[0,-3],[0,-2],[-1,-2],[-1,-2],[-1,-4],[-1,-1],[-2,-5],[0,-2],[-4,-3],[0,-2],[-1,-1],[-1,-1],[-1,-4],[0,-2],[-1,-6],[-5,-11],[-4,-13],[-4,-9],[-4,-9],[-2,-1],[-1,0],[0,2],[0,2],[-1,2],[0,1],[-2,3],[0,1],[-4,-2],[-7,-14],[-1,0],[-1,2],[1,12],[-1,6],[-1,4],[-4,12],[-1,5],[0,5],[1,4],[6,12],[1,5],[0,4],[0,1],[1,0],[1,4],[1,2],[0,3],[0,3],[0,2],[0,1],[0,1],[0,4],[1,5],[0,2],[1,3],[1,5],[1,2],[3,6],[1,-1],[0,-1],[1,-1],[1,-1],[0,-2],[1,-2],[1,-5],[2,0],[1,1],[8,13],[1,1],[2,0],[6,-3],[1,2],[0,1],[0,1],[0,1],[0,1],[1,0],[1,2],[0,1],[1,1],[1,-1],[1,0],[2,-3]],[[3131,7058],[-1,-3],[-1,4],[-2,4],[-2,8],[-2,5],[-1,4],[2,-1],[2,-4],[3,-11],[2,-6]],[[3095,7098],[0,-4],[-2,4],[-2,4],[-1,4],[2,-1],[3,-7]],[[3098,7100],[1,-7],[-2,4],[-2,8],[-1,7],[2,-3],[2,-9]],[[3101,7113],[0,-5],[-1,0],[-1,7],[-1,6],[-1,4],[2,-2],[1,-7],[1,-3]],[[2466,7131],[-1,-1],[-1,0],[-1,1],[0,2],[-1,6],[1,-1],[2,-1],[1,-1],[0,-1],[0,-1],[1,0],[-1,-3]],[[2806,7137],[1,-5],[3,4],[2,2],[1,-1],[2,-2],[1,1],[2,0],[3,0],[1,-2],[1,-2],[-1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,1],[1,1],[1,1],[-1,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[1,-2],[0,-1],[1,-2],[0,-1],[0,-3],[1,0],[0,-1],[1,-1],[-1,-2],[-1,-5],[0,-3],[0,-2],[0,-1],[-2,-7],[-2,-2],[-2,-2],[-1,-2],[-2,-1],[-2,-1],[0,2],[-3,5],[0,2],[0,1],[-1,0],[0,1],[-1,2],[0,2],[-1,2],[-1,1],[-1,4],[-2,7],[-1,1],[-3,10],[-1,1],[-1,1],[0,2],[0,3],[0,2],[0,2],[0,2],[0,5],[1,4],[1,1],[1,-4]],[[2456,7146],[6,-4],[0,2],[-1,0],[0,2],[1,0],[1,0],[1,-3],[1,-1],[-1,-2],[-1,1],[-1,-1],[-1,-1],[-1,1],[-3,4],[-1,2]],[[3206,7143],[-1,-6],[-1,7],[-1,10],[1,2],[2,-8],[0,-5]],[[2444,7146],[-1,1],[0,1],[-1,1],[0,2],[0,1],[-1,1],[0,1],[0,2],[2,0],[0,-2],[1,-1],[2,-1],[1,-4],[-3,0],[0,-2]],[[3202,7122],[0,2],[1,-1],[0,-3],[0,-1],[0,-1],[1,-3],[1,0],[0,-1],[0,-1],[0,-2],[1,-3],[0,-2],[-1,0],[-2,6],[0,-1],[0,-1],[-1,0],[-1,2],[-1,1],[0,2],[-1,4],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,2],[0,3],[0,2],[-1,1],[0,2],[-1,5],[0,3],[0,1],[0,2],[1,1],[1,1],[1,1],[0,2],[1,-1],[0,-2],[1,-1],[0,-8],[0,-3],[0,-3],[1,-2],[0,-3],[0,-3],[-1,-2],[1,-1],[0,-1],[1,-4],[-1,0],[0,-2],[1,-1],[0,-3],[0,-1],[1,-1]],[[2841,7163],[1,-1],[0,1],[1,0],[-1,1],[0,1],[12,-17],[-1,0],[1,-3],[0,-1],[1,-1],[1,-1],[-2,-6],[1,-1],[2,0],[1,-1],[0,-1],[-1,0],[-1,-4],[0,-1],[-1,2],[0,-2],[1,-1],[-1,-3],[-1,-3],[0,-2],[-1,0],[-1,2],[-2,1],[-1,2],[0,1],[0,1],[-2,0],[-1,-1],[-1,2],[-1,1],[0,4],[-1,1],[-2,6],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,2],[0,1],[-3,3],[0,1],[1,1],[-2,0],[-1,0],[1,1],[0,1],[-1,1],[0,1],[1,0],[2,0],[0,2],[-2,0],[-1,1],[0,3],[1,3],[0,2],[1,1],[1,0],[2,-2],[2,-1],[1,0],[0,-2]],[[2972,7168],[0,-2],[0,-2],[-1,0],[0,1],[0,2],[-1,0],[-1,-1],[-1,-2],[1,0],[0,-1],[1,-1],[-2,-2],[-1,0],[-1,4],[-1,0],[-2,-2],[0,1],[8,7],[1,-2]],[[3201,7177],[-1,-6],[-1,2],[-1,5],[0,7],[0,4],[4,-1],[1,-5],[-1,-2],[-1,-4]],[[2401,7194],[0,-1],[-3,2],[0,1],[-1,2],[3,1],[0,-2],[1,-2],[0,-1]],[[3190,7196],[1,-1],[1,3],[0,-2],[0,-1],[-1,-4],[0,-3],[1,2],[1,0],[1,-2],[-2,-5],[-1,-1],[0,-2],[1,-1],[1,0],[0,-3],[1,-1],[0,1],[1,1],[0,2],[0,1],[1,0],[0,-2],[1,-6],[-1,0],[1,-2],[0,-2],[0,-2],[-1,-2],[-1,0],[0,1],[-1,0],[0,2],[-1,3],[0,1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-1,4],[-1,1],[-1,0],[-1,-2],[-2,1],[-1,3],[-1,4],[1,3],[2,5],[1,-4],[0,-2],[1,-2],[0,2],[0,1],[-1,2],[0,2],[1,1],[0,-1],[0,-1],[0,5],[2,2],[1,0],[0,-3]],[[2830,7214],[-1,0],[0,-1],[-1,-1],[0,-3],[-2,-6],[-1,-1],[-1,-1],[0,2],[-4,2],[-1,1],[-1,0],[0,1],[0,3],[1,2],[0,1],[1,1],[0,1],[2,0],[1,-1],[1,1],[0,2],[5,0],[1,-2],[0,-1]],[[2722,7240],[-1,-1],[-1,1],[-1,2],[0,2],[1,2],[2,0],[1,-1],[0,-3],[0,-1],[-1,-1]],[[2950,7246],[0,-1],[-1,-1],[0,-1],[1,-1],[1,1],[1,-2],[0,-1],[-1,-1],[-2,-1],[1,0],[0,-1],[0,-1],[-1,-3],[0,1],[-1,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[1,1],[-1,0],[-1,-1],[0,3],[0,2],[1,0],[1,-1],[0,2],[0,2],[0,1],[0,2],[2,0]],[[2860,7241],[0,-3],[-1,2],[-1,1],[-1,5],[2,1],[1,0],[0,-3],[0,-3]],[[2856,7251],[2,-3],[-1,-2],[-1,-2],[-1,3],[-1,1],[0,2],[1,0],[1,1]],[[3181,7241],[-1,-1],[-1,7],[-1,5],[0,4],[1,3],[2,-2],[-1,-3],[1,-2],[2,-2],[-1,-3],[1,-2],[-2,-4]],[[2943,7282],[0,-1],[0,-4],[0,-3],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[1,0],[-1,-1],[0,-1],[-1,-1],[0,-3],[0,1],[0,-1],[0,-2],[-1,0],[-1,1],[0,1],[0,10],[0,3],[-1,2],[1,2],[0,1],[1,0],[1,-1],[0,1],[0,2],[-1,2],[0,2],[1,-1],[0,1],[-2,2],[-1,0],[0,3],[0,1],[1,2],[1,2],[1,1],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-1]],[[3172,7316],[0,-1],[1,0],[-1,-2],[-1,-5],[1,1],[0,-1],[1,-1],[0,-2],[0,-1],[0,1],[1,0],[0,-2],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-2,0],[0,-2],[0,-1],[1,0],[1,0],[-1,-3],[-2,-1],[-2,-1],[0,-1],[1,-1],[1,0],[0,-1],[-1,-1],[-2,0],[-3,-1],[0,1],[0,4],[1,5],[1,4],[2,2],[1,6],[1,2],[1,2],[0,6],[0,1],[1,0],[0,-2],[0,-2],[-1,-8],[1,0],[0,1],[1,5],[0,2],[1,3],[1,1],[0,-2],[0,-1]],[[3126,7403],[-1,-4],[-1,2],[0,3],[1,4],[1,2],[1,-2],[-1,-5]],[[2509,7417],[1,0],[0,-1],[1,2],[0,-1],[0,-1],[1,-2],[0,-1],[-1,0],[-1,1],[0,2],[-1,-1],[0,-1],[-1,1],[0,2],[0,1],[1,-1]],[[2527,7424],[-1,0],[0,1],[-1,1],[0,1],[2,1],[1,-2],[1,-1],[-1,-1],[-1,0]],[[3112,7463],[-1,-3],[-2,1],[-2,-1],[-2,-2],[0,1],[-1,3],[1,1],[2,1],[2,1],[3,1],[1,-1],[-1,-2]],[[3251,7466],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[1,1],[1,0],[0,-1],[0,-1],[-1,-3],[1,-1],[2,1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,1],[1,0],[1,-2],[0,-1],[0,-2],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,2],[0,2],[0,2],[0,-1],[-1,-5],[0,-1],[-1,0],[0,2],[0,2],[0,2],[1,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,1],[1,2],[-1,0],[-2,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[0,2],[0,1],[1,0]],[[3158,7457],[-1,-1],[-1,4],[0,7],[0,4],[1,0],[1,-2],[0,-9],[0,-3]],[[2670,7481],[0,-2],[-1,0],[-2,0],[-1,-1],[0,-2],[-1,-1],[-1,0],[-1,2],[-1,3],[0,3],[1,1],[5,0],[1,-1],[1,-1],[0,-1]],[[2609,7473],[1,0],[1,1],[0,1],[1,3],[0,1],[0,1],[2,-1],[3,-4],[1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[3,-9],[0,-3],[0,-2],[-1,-3],[0,-2],[-4,-4],[-1,1],[-1,-1],[0,-2],[1,-5],[1,-2],[2,-1],[3,-4],[1,-5],[0,-1],[1,-2],[0,-1],[-1,-5],[0,-1],[1,-4],[2,-9],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[2,0],[1,1],[1,3],[0,2],[0,4],[0,1],[1,1],[0,1],[0,1],[0,1],[0,3],[0,2],[0,3],[1,2],[1,8],[1,2],[0,2],[1,3],[0,1],[1,-1],[1,-2],[2,-1],[1,-2],[-1,-3],[0,-2],[1,-1],[1,-3],[0,-1],[2,-1],[2,-3],[2,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[0,-2],[1,-1],[1,-1],[2,-6],[1,-2],[2,0],[3,-1],[-1,-2],[0,-1],[1,-1],[1,0],[2,3],[1,-3],[5,0],[2,-2],[1,-1],[1,-1],[1,-3],[0,-3],[1,-3],[0,-6],[1,-3],[2,-6],[0,-1],[0,-2],[1,0],[2,-2],[2,-3],[1,0],[1,-1],[0,-2],[1,-1],[2,-1],[0,-1],[1,-2],[1,-7],[1,-2],[0,-2],[1,-1],[3,0],[0,-1],[2,-4],[1,0],[1,2],[1,1],[1,1],[1,-1],[1,-1],[1,-1],[1,-3],[0,-1],[1,0],[1,-1],[-1,-3],[0,-1],[3,0],[1,0],[0,-2],[0,-1],[0,-2],[1,-1],[5,-17],[1,0],[1,-1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-5],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[1,-2],[0,-3],[1,-6],[1,-1],[1,-2],[1,-1],[0,-2],[1,-4],[-1,-4],[0,-1],[0,-2],[0,-2],[-3,-1],[-1,-3],[-3,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[1,0],[3,1],[2,0],[4,4],[2,1],[2,-1],[1,1],[1,2],[0,1],[0,3],[0,2],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[2,1],[1,-3],[5,-5],[3,-5],[1,0],[1,3],[-1,3],[-1,3],[0,2],[0,3],[1,1],[0,1],[0,3],[-1,1],[2,-1],[2,-3],[2,-4],[1,-5],[0,-1],[0,-1],[1,-1],[2,-2],[2,-3],[0,-2],[0,-2],[0,-3],[1,-3],[-1,-2],[-1,0],[-1,0],[-3,3],[1,-4],[1,-2],[7,-4],[3,-6],[1,-1],[1,2],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[0,-2],[-1,-1],[0,1],[-2,-2],[-5,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-1],[-1,-2],[0,-3],[-1,-1],[-1,0],[-2,-7],[-2,-1],[0,-3],[-1,-1],[0,-2],[-1,-1],[0,1],[-1,-1],[-1,0],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-4],[-1,-1],[-3,2],[-3,6],[-7,7],[-1,4],[-1,0],[-3,-1],[0,1],[-1,2],[0,3],[-1,3],[-1,1],[-1,1],[-1,0],[-1,-2],[-1,0],[0,1],[-1,2],[-1,1],[-2,3],[-1,1],[-5,0],[0,-1],[0,-3],[-1,3],[-1,-3],[-1,0],[-3,4],[0,1],[0,3],[0,1],[-2,1],[0,2],[0,2],[0,4],[1,2],[1,1],[1,2],[1,0],[0,1],[1,0],[0,1],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[0,3],[-1,1],[-2,4],[-1,1],[0,2],[-1,0],[-5,0],[-3,2],[-1,0],[-2,-1],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,3],[0,1],[0,1],[-1,1],[1,1],[0,2],[1,5],[1,2],[2,7],[0,2],[0,1],[0,2],[0,1],[-1,5],[-2,0],[-1,-1],[-1,-2],[0,-2],[-1,-3],[0,-2],[-1,1],[-1,2],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,1],[-1,1],[0,1],[-2,-1],[-1,-1],[0,-3],[-1,-2],[0,-4],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-3],[0,-2],[1,-1],[1,-5],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[0,-1],[1,-2],[0,-3],[1,-2],[-1,1],[0,-1],[0,-1],[0,-5],[0,-1],[-1,-1],[0,1],[-1,2],[-1,0],[-1,-1],[0,-1],[-4,-8],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-7],[-1,-1],[-1,0],[-2,2],[-1,-1],[-1,1],[0,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-3],[-1,-3],[-1,-1],[0,-4],[-1,-6],[0,-3],[-1,-10],[0,-2],[-1,-1],[-2,-8],[-1,-2],[-1,-1],[-2,-3],[-1,-1],[0,-2],[-5,-9],[-4,-5],[-5,-5],[-5,-1],[-2,1],[-2,7],[0,2],[0,4],[-1,4],[0,1],[0,3],[0,1],[0,3],[0,7],[0,2],[0,2],[-1,6],[1,4],[0,2],[0,3],[1,4],[0,3],[0,1],[-1,3],[0,3],[0,1],[1,1],[0,3],[0,1],[0,2],[0,3],[0,1],[-1,3],[0,1],[-1,1],[-1,2],[0,2],[0,3],[0,2],[0,3],[0,1],[-2,-7],[0,-2],[-1,-2],[-4,0],[-7,-8],[-2,0],[-6,3],[-4,-1],[-1,-1],[0,-2],[-2,-6],[-2,-4],[-1,-1],[-6,-2],[-1,2],[-2,3],[-1,5],[0,6],[0,5],[1,5],[6,24],[2,5],[8,10],[1,3],[2,1],[2,4],[2,3],[3,1],[1,1],[0,2],[1,3],[0,4],[-1,2],[0,3],[-1,2],[-2,3],[0,3],[0,1],[0,1],[0,1],[1,1],[-1,1],[-1,2],[0,1],[0,2],[0,2],[0,2],[-1,2],[0,1],[0,3],[1,2],[0,1],[0,2],[-1,2],[0,2],[0,3],[0,3],[0,10],[0,2],[-1,5],[1,4],[1,4],[3,23],[0,1],[1,0],[1,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[0,2],[-1,3],[1,1],[0,2],[0,2],[0,2],[0,3],[-1,2],[-1,2],[0,3],[1,3],[0,2],[0,2],[1,2],[0,2],[1,2],[0,3],[0,10],[0,2],[0,4],[0,2],[-1,2],[0,3],[0,2],[0,3],[2,6],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,2],[0,2],[0,1],[0,2],[1,10],[0,7],[1,4],[1,3],[0,3],[0,5],[1,7],[2,8],[5,14],[4,7],[2,2],[1,0],[1,-6],[-1,-4],[0,-2],[0,-3],[0,-4]],[[3125,7503],[1,-4],[0,-3],[-1,0],[-1,3],[-1,2],[-1,-2],[-1,-2],[0,3],[-1,2],[1,2],[2,0],[2,-1]],[[2622,7504],[1,0],[1,1],[1,0],[0,-3],[2,-4],[-1,0],[0,-1],[0,-1],[0,-1],[1,-5],[1,-1],[0,-2],[1,-1],[0,-1],[0,-2],[1,-2],[1,-2],[-1,-2],[1,-2],[0,-2],[1,-7],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[-1,-2],[-2,-4],[0,-4],[-1,-1],[0,-1],[-1,0],[-2,2],[-1,3],[0,4],[0,1],[0,1],[0,3],[-1,2],[0,1],[-1,3],[-4,4],[0,1],[-1,2],[0,2],[0,1],[-1,3],[0,9],[-1,2],[1,3],[0,4],[-1,4],[-1,2],[1,2],[0,1],[0,2],[0,1],[0,4],[1,1],[1,1],[1,0],[1,-1],[0,-1],[0,-1]],[[2622,7510],[-1,0],[-1,0],[0,2],[0,2],[0,1],[2,0],[1,-1],[-1,-1],[1,-2],[-1,-1]],[[2663,7511],[0,-1],[0,-1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[-1,-1],[1,-2],[0,-1]],[[2661,7521],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[1,0]],[[2641,7520],[4,-4],[2,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,1],[0,2],[1,1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[3,-6],[2,-1],[1,-2],[1,-2],[0,-3],[0,-6],[0,-4],[-3,-5],[0,-1],[2,-2],[0,-1],[1,0],[0,-1],[1,0],[1,-3],[2,-2],[0,-1],[1,0],[0,-1],[0,-2],[-1,-1],[1,-1],[0,1],[1,1],[5,0],[2,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[1,-2],[-1,-1],[0,-1],[-1,-1],[1,0],[-1,-1],[-1,-2],[-1,-1],[0,1],[-1,2],[-1,1],[0,2],[-1,0],[-3,0],[-1,1],[0,2],[1,4],[-1,0],[-1,-2],[0,-3],[1,-2],[0,-1],[-1,1],[-2,2],[-1,0],[-1,-3],[-1,0],[0,4],[0,1],[1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[2,2],[1,1],[0,1],[-1,2],[-3,-2],[1,3],[1,1],[0,2],[-1,0],[-2,-2],[-2,-6],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-2,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,2],[0,3],[-1,3],[0,3],[0,4],[0,2],[-1,1],[-1,1],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,0],[-2,4],[-2,0],[-1,1],[0,2],[-1,4],[-1,3],[1,0],[-1,1],[1,1],[-1,0],[0,2],[0,2],[0,2],[0,1],[1,1],[1,0],[2,-4]],[[2675,7548],[-1,-1],[0,-1],[-1,-1],[1,0],[2,0],[1,-3],[0,-1],[3,3],[1,-2],[-1,-2],[0,-1],[-1,-5],[-1,-2],[-1,-1],[-1,1],[-1,1],[-1,3],[-1,2],[-2,2],[-1,2],[1,6],[-1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[1,-1],[1,-3],[0,-1],[1,0],[1,-1]],[[2597,7567],[-1,0],[0,2],[-1,2],[1,0],[1,-1],[1,-1],[0,-1],[-1,-1]],[[1985,7629],[-1,-1],[-1,0],[2,5],[0,3],[0,5],[1,4],[0,4],[1,2],[1,-3],[0,-3],[-1,-8],[0,-2],[-1,-3],[-1,-3]],[[1982,7642],[1,-1],[1,1],[-1,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[-1,3],[-1,6],[0,1],[0,3],[0,3],[0,2],[0,-2],[1,-1],[0,-2],[0,-2],[1,-1],[1,-4]],[[3252,7676],[1,-3],[-1,-1],[-5,-9],[-1,-3],[-1,-3],[0,-1],[-2,1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,1],[-3,6],[3,-1],[0,1],[0,1],[0,4],[0,1],[2,0],[0,1],[1,1],[0,3],[0,1],[2,0],[0,2],[-1,1],[0,1],[1,1],[1,0],[1,2],[1,0],[2,0],[1,-1]],[[1999,7661],[-4,0],[0,1],[-1,2],[-1,9],[-1,3],[0,3],[1,0],[1,-1],[0,-2],[4,-10],[2,-1],[1,-1],[-1,-2],[-1,-1]],[[3219,7699],[0,-5],[1,0],[1,1],[0,1],[1,2],[0,1],[3,-5],[1,-2],[-2,-3],[-1,-1],[-9,1],[-2,2],[1,1],[1,2],[1,1],[1,4],[1,1],[1,1],[1,0],[0,-2]],[[1985,7708],[0,-2],[-1,-3],[0,-2],[0,-1],[1,-3],[0,-2],[-1,-1],[-1,1],[-1,6],[0,1],[0,1],[-1,0],[-1,2],[-2,2],[0,2],[0,2],[0,-1],[1,0],[0,-1],[2,-3],[0,1],[0,1],[0,1],[-1,2],[0,3],[3,2],[0,2],[0,1],[1,0],[0,1],[1,0],[0,-3],[0,-2],[0,-5],[0,-2]],[[1971,7730],[1,-1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[1,-1],[0,-2],[-1,-1],[-2,-3],[-1,1],[-1,2],[0,4],[-1,3],[1,0],[0,1],[0,1],[-1,2],[1,2],[1,-2],[1,-1]],[[3214,7723],[-6,0],[-1,1],[0,2],[0,4],[0,1],[1,6],[0,2],[0,2],[0,2],[0,1],[1,0],[0,-1],[1,-1],[1,-5],[2,-7],[1,-5],[0,-2]],[[1984,7730],[0,-1],[0,-2],[-1,0],[0,1],[0,2],[-1,-1],[-1,-1],[-1,0],[0,-2],[1,-1],[0,-2],[0,-1],[-1,-3],[0,-2],[-1,0],[0,3],[0,2],[-1,1],[0,2],[0,1],[0,3],[1,1],[1,1],[-1,2],[0,1],[-1,2],[0,2],[0,2],[0,3],[1,3],[0,1],[0,1],[2,-2],[1,-1],[0,-2],[1,-7],[0,-1],[0,-1],[1,-2],[0,-2]],[[2279,7755],[0,-5],[0,-2],[0,-1],[-1,-1],[-2,-4],[-2,-2],[-1,1],[0,2],[0,2],[0,1],[1,2],[-1,1],[0,1],[1,1],[2,-1],[0,2],[1,2],[0,2],[1,1],[1,-2]],[[1952,7767],[1,-3],[0,-1],[-3,-2],[-1,0],[-1,3],[3,3],[1,0]],[[1811,7778],[1,0],[3,1],[2,-2],[-1,0],[-1,0],[0,-1],[-7,1],[-1,2],[0,1],[1,1],[1,0],[2,-3]],[[1835,7786],[1,-3],[-1,-1],[-1,-1],[-6,-2],[-2,2],[0,1],[1,0],[4,-1],[1,1],[-1,1],[-1,0],[0,1],[3,2],[2,0]],[[1897,7775],[-1,-1],[0,1],[0,2],[4,5],[3,6],[1,1],[0,-1],[0,-1],[-1,-1],[-1,-5],[0,-2],[-2,-1],[-3,-3]],[[1841,7783],[-2,-1],[-1,1],[1,3],[3,1],[2,0],[2,2],[2,1],[1,-1],[-1,-1],[-2,-1],[0,-3],[-2,-1],[-3,0]],[[1980,7780],[-1,-2],[0,-1],[-2,1],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,2],[1,1],[0,1],[1,2],[2,3],[1,-1],[0,-3],[0,-4],[0,-4]],[[1950,7792],[3,-4],[-1,2],[0,1],[2,-1],[0,2],[1,0],[1,-2],[1,-2],[0,-1],[0,-4],[1,-3],[-1,-3],[0,-1],[-1,1],[-6,8],[-1,3],[0,6],[1,-2]],[[2234,7805],[0,-4],[0,-2],[-1,-2],[1,0],[1,-2],[-1,-2],[-1,-1],[-1,1],[0,3],[0,1],[-1,2],[0,1],[-1,2],[0,1],[1,-1],[2,4],[1,-1]],[[1945,7802],[0,-3],[0,-3],[0,-3],[0,-1],[-2,1],[-4,8],[0,2],[1,-1],[1,-1],[0,1],[0,2],[0,1],[-1,2],[0,2],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,-1]],[[1924,7803],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,1],[1,3],[2,3],[1,1],[2,1],[1,1],[1,3],[1,2],[2,-1],[0,-1],[-1,-5],[-2,-2],[-1,0],[-2,-3]],[[1849,7816],[0,-2],[-2,1],[-1,0],[-1,1],[0,2],[1,2],[1,0],[3,-1],[1,-2],[-2,-1]],[[2921,7806],[1,-2],[3,1],[1,-1],[1,-1],[4,-3],[2,-4],[1,0],[1,-2],[1,2],[0,1],[1,0],[2,-1],[1,1],[2,-1],[3,-2],[0,-4],[0,-4],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-2],[0,-1],[0,-2],[0,-3],[-1,-3],[0,-1],[-14,0],[-14,0],[-4,5],[-2,3],[-1,4],[-3,13],[0,2],[-1,4],[1,6],[0,3],[0,2],[1,2],[2,1],[5,-2],[1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[1,6],[1,2],[0,-1],[2,-4],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-2]],[[1938,7829],[-1,-2],[0,-1],[-1,1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[-3,-5],[-1,0],[-1,3],[2,3],[4,9],[2,1],[0,-1],[0,-1]],[[3145,7829],[0,-2],[-1,-3],[1,-4],[-1,-2],[-1,0],[-7,4],[-1,0],[-1,0],[0,2],[0,1],[0,1],[0,1],[1,0],[1,-1],[1,0],[0,3],[1,1],[1,1],[3,-2],[1,0],[0,1],[0,2],[1,1],[0,1],[1,1],[1,0],[1,-2],[0,-1],[-1,-1],[0,-1],[-1,-1]],[[2584,7785],[0,-1],[-1,-12],[-1,-8],[0,-1],[-1,-1],[-2,-6],[-1,-1],[-1,0],[-1,1],[-1,1],[0,2],[0,2],[-1,1],[-2,2],[-1,3],[-1,2],[-1,5],[0,3],[0,1],[0,3],[-1,2],[0,1],[0,1],[1,1],[0,-1],[1,1],[0,2],[1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,4],[-1,2],[-1,1],[-1,2],[-1,2],[0,2],[1,3],[0,1],[1,3],[1,1],[0,2],[-1,3],[1,3],[2,5],[1,3],[0,3],[1,3],[1,2],[1,1],[3,-3],[2,-4],[2,-6],[0,-1],[0,-1],[0,-2],[0,-4],[0,-2],[0,-8],[0,-2],[0,-3],[1,-3],[0,-3],[0,-9],[0,-4]],[[1880,7828],[-2,-1],[-1,1],[0,4],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,0],[4,1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-3],[-1,-2],[0,-1]],[[2885,7840],[2,-4],[10,-7],[1,-2],[0,-3],[1,-2],[0,-1],[1,-1],[0,-1],[1,-3],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-4],[-1,-3],[-2,-8],[0,-4],[0,-2],[0,-3],[1,-8],[1,-3],[0,-2],[1,-2],[0,-6],[-1,-6],[1,-7],[0,-6],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[-1,-5],[0,-2],[-2,-7],[-1,-4],[0,-2],[-1,-2],[-2,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-3,1],[-1,-2],[0,-1],[-1,-3],[0,-1],[0,-1],[-3,0],[-6,-8],[-5,1],[-2,-1],[-2,2],[-1,0],[-2,-3],[-1,-1],[-5,1],[-1,-2],[-1,-1],[-10,2],[-1,3],[0,1],[-1,1],[-1,2],[-1,5],[-1,12],[0,3],[-1,1],[-1,2],[0,1],[0,3],[0,2],[0,2],[-1,3],[1,1],[0,1],[0,1],[0,1],[0,4],[-1,2],[-1,14],[0,3],[0,3],[0,2],[2,14],[1,5],[6,28],[2,7],[1,5],[0,1],[0,1],[1,1],[3,11],[1,3],[11,11],[1,0],[0,-1],[0,-2],[1,-2],[1,-1],[3,0],[1,1],[2,4],[2,2],[9,-5]],[[2790,7820],[-1,-1],[-2,2],[-1,3],[-1,3],[0,1],[0,3],[0,3],[0,3],[0,4],[0,1],[0,1],[0,2],[1,0],[5,1],[1,0],[0,-1],[0,-2],[0,-1],[3,-3],[0,-3],[0,-4],[-2,-4],[-2,-4],[-1,-4]],[[2202,7837],[-1,-2],[-1,2],[-2,5],[1,0],[1,2],[1,2],[0,4],[1,0],[0,-1],[1,-1],[0,-2],[-1,-1],[0,-1],[0,-6],[0,-1]],[[2703,7848],[0,-1],[0,-1],[1,0],[2,0],[0,-1],[-1,-4],[-1,-1],[-2,3],[-3,2],[-2,3],[0,2],[2,-3],[1,1],[0,2],[-1,0],[0,1],[2,0],[1,-1],[1,-2]],[[2924,7831],[-1,0],[-1,3],[0,4],[0,3],[1,0],[0,1],[-2,3],[-1,2],[-1,4],[-1,3],[0,2],[0,3],[0,2],[1,1],[0,1],[1,0],[1,-1],[1,-3],[2,-6],[2,-6],[1,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-5],[-1,-1]],[[1907,7866],[-1,0],[-5,-3],[-5,1],[0,1],[0,1],[1,3],[6,6],[1,0],[1,-2],[1,-3],[1,-4]],[[1909,7878],[0,-1],[-1,-1],[0,-1],[4,0],[-1,-3],[-2,-1],[-2,1],[-1,1],[0,1],[-1,2],[0,1],[0,1],[2,-1],[1,1],[1,1],[0,-1]],[[2079,7854],[-4,-1],[-2,2],[-1,1],[-1,3],[-2,1],[-1,1],[-3,8],[-1,4],[0,2],[-1,0],[3,4],[3,1],[5,-1],[1,-2],[2,-1],[2,-5],[1,-1],[0,-1],[1,-3],[0,-6],[-1,-5],[-1,-1]],[[1821,7882],[-1,-2],[-4,2],[0,1],[0,1],[0,1],[3,-1],[2,-2]],[[2801,7887],[1,-1],[2,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-2],[-1,0],[-4,3],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[2,0],[1,-1],[-1,-2],[0,-2],[-3,-4],[-1,-1],[-1,0],[-2,1],[1,2],[-1,1],[-2,0],[0,1],[0,1],[0,2],[0,1],[1,2],[0,-1],[1,0],[0,1],[1,3],[1,1],[2,0],[1,2],[1,3],[-1,2],[0,1],[-1,0],[-1,1],[0,1],[-3,5],[0,1],[1,0],[0,1],[5,-1],[1,-1],[1,-3]],[[2915,7877],[-1,-1],[-7,1],[-1,0],[0,2],[-1,2],[-1,5],[2,5],[1,2],[3,-2],[1,-2],[0,-4],[0,-1],[1,-1],[1,-1],[0,-1],[2,-4]],[[1813,7886],[0,-1],[-1,1],[-2,6],[-1,2],[1,1],[0,-1],[1,-1],[2,-4],[0,-3]],[[2904,7875],[1,-2],[1,-4],[1,-2],[1,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[-2,0],[-1,0],[0,-2],[0,-2],[1,0],[1,0],[1,0],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-2],[-1,-1],[0,1],[-1,-1],[1,-1],[0,-1],[1,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-2,-1],[-1,0],[0,1],[0,4],[0,2],[-1,2],[-6,7],[-3,7],[-1,4],[0,4],[0,2],[0,2],[0,4],[0,3],[2,5],[0,2],[1,3],[0,1],[0,1],[1,2],[1,0],[0,-2],[1,-1],[1,-2],[4,-1],[1,-2],[0,-4],[0,-4],[1,-3],[0,-3],[1,-3]],[[3085,7913],[2,-2],[4,0],[5,-4],[9,-7],[1,-2],[0,-1],[-7,1],[-8,9],[-7,2],[-1,1],[1,3],[0,1],[1,0],[0,-1]],[[2155,7910],[1,0],[1,0],[1,-3],[0,-2],[-1,-4],[0,-1],[0,-2],[1,-2],[0,-3],[0,-3],[-1,-1],[0,-1],[-1,0],[-2,2],[0,-1],[1,-2],[0,-1],[-1,-4],[0,-1],[0,-2],[-1,-1],[-1,3],[-1,1],[-2,3],[-1,0],[0,-1],[-1,0],[-1,2],[0,1],[-1,1],[-1,0],[-1,0],[-1,3],[-1,0],[-2,4],[1,0],[2,2],[1,2],[2,4],[2,3],[0,1],[1,1],[0,1],[-1,1],[0,1],[1,4],[2,0],[5,-5]],[[1805,7922],[-1,-1],[-1,1],[-1,1],[0,2],[0,1],[1,0],[2,-1],[1,-1],[-1,-2]],[[2201,7929],[0,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-2],[1,-2],[0,-1],[0,-2],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[0,-2],[-1,-3],[0,-2],[-1,-1],[-1,1],[-1,1],[-1,5],[1,2],[0,2],[0,1],[-1,0],[-1,-2],[-1,-1],[0,-1],[0,-3],[-1,1],[-1,2],[0,4],[0,11],[0,7],[1,0],[0,1],[1,3],[-1,2],[-1,5],[2,2],[0,1],[0,3],[1,1],[4,-2],[1,-2],[1,-2],[0,-3],[0,-2],[1,-2],[1,-4],[3,-1]],[[2205,7933],[-1,-1],[-4,4],[-1,2],[-1,2],[0,4],[0,4],[0,3],[0,2],[1,2],[0,1],[1,1],[0,1],[1,3],[0,1],[0,-2],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-2],[1,-3],[0,-1],[0,-2],[0,-2],[0,-8],[0,-2]],[[2476,7958],[1,0],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[1,-4],[0,-1],[0,-1],[-1,0],[0,1],[0,3],[-2,-1],[-1,1],[0,3],[0,2],[0,2],[0,3],[0,-1],[0,-1],[0,-2]],[[1200,7959],[1,-3],[1,-2],[-1,-1],[-2,1],[0,-2],[-2,1],[-1,3],[0,2],[1,0],[0,2],[-1,3],[-1,3],[1,1],[2,-3],[2,-5]],[[2158,7953],[-1,2],[1,3],[2,2],[0,2],[0,2],[-2,1],[-1,2],[1,4],[1,2],[2,0],[1,-3],[0,-1],[0,-1],[1,-2],[0,-3],[-1,-3],[0,-3],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1]],[[2467,7993],[1,-3],[0,-1],[1,-3],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-2],[-1,-1],[-1,0],[-1,-1],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,-2],[0,-1],[-1,-1],[0,1],[0,1],[1,2],[0,1],[0,1],[-1,0],[0,2],[0,1],[1,3],[-1,0],[0,1],[1,2],[0,3],[0,1],[-1,-3],[-1,-5],[-1,-2],[0,-2],[0,7],[0,3],[0,2],[1,1],[2,2],[1,-1],[1,-2]],[[2805,7998],[1,-1],[3,0],[1,-3],[1,-6],[1,-3],[0,-2],[-1,0],[-1,-1],[-1,-3],[0,-4],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,1],[0,2],[-1,1],[-1,0],[0,1],[0,-1],[-1,-3],[1,-5],[-1,-1],[-2,-3],[0,-1],[0,-5],[-1,-4],[-3,-8],[0,-1],[0,-4],[0,-1],[-1,-2],[-2,-2],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-3,-1],[-2,-2],[-1,-1],[-1,-4],[-1,0],[-1,0],[0,1],[-2,2],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[2,2],[1,4],[2,14],[1,2],[0,1],[1,1],[1,0],[1,0],[1,2],[1,0],[1,0],[1,0],[1,3],[0,1],[1,1],[1,1],[0,2],[0,2],[0,2],[0,2],[0,2],[2,6],[1,2],[2,-2],[1,1],[0,2],[-2,4],[-1,3],[1,2],[1,1],[0,1],[2,3],[2,1],[1,2],[1,0]],[[1215,8000],[2,-2],[2,1],[1,-1],[1,-2],[-1,-2],[0,-1],[1,-1],[1,1],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,3],[-1,2],[-5,6],[0,3],[1,0]],[[2760,7994],[-2,-1],[-1,3],[-1,4],[0,3],[2,-4],[1,-1],[1,-2],[0,-2]],[[2714,8003],[2,-2],[3,0],[1,-1],[0,-5],[1,-4],[-3,0],[-3,1],[0,2],[0,3],[-3,0],[1,-3],[-2,-3],[-1,2],[-1,5],[0,3],[2,3],[3,-1]],[[2478,7998],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-2,-1],[0,-1],[0,-2],[-1,-2],[0,-3],[0,-2],[-1,-1],[0,1],[-1,-4],[-1,1],[-1,5],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,3],[-1,0],[0,2],[0,1],[0,2],[1,2],[3,3],[0,1],[0,2],[0,1],[1,0],[1,0],[0,1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,2],[-1,2],[1,1],[0,1],[1,1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2]],[[2844,8002],[2,-2],[6,0],[0,1],[1,1],[1,-2],[1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[1,-2],[-1,-1],[-2,-3],[-1,-1],[0,-1],[-2,-4],[0,-1],[-1,-1],[-1,-1],[0,-2],[0,-3],[1,-3],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,1],[0,1],[0,1],[0,2],[-1,1],[-2,-1],[-2,-3],[-1,0],[-3,4],[-1,5],[-2,6],[0,6],[0,3],[1,4],[0,2],[0,3],[0,2],[0,2],[0,2],[0,4],[3,3],[3,2],[1,-3],[1,-1]],[[1210,8015],[3,-6],[0,-3],[-1,0],[-2,4],[-2,1],[-2,0],[0,2],[2,1],[2,1]],[[2170,8021],[0,-1],[1,1],[0,1],[1,1],[0,1],[0,-1],[0,-2],[1,-1],[2,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,1],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,-2],[-1,0],[0,1],[-1,1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,2],[1,0],[0,1],[0,1],[0,3],[0,2],[-1,0],[-1,2],[2,-1],[1,2],[1,4],[-2,3],[-1,0],[1,-2],[-1,0],[-1,3],[-2,4],[1,4],[0,1],[0,1],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-2]],[[2298,8022],[3,1],[5,0],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[1,2],[1,1],[1,3],[1,0],[0,-1],[0,-2],[0,-2],[1,-3],[0,-2],[0,-2],[0,-3],[0,-3],[0,-2],[-1,-1],[0,-2],[1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-2],[-2,1],[-1,2],[-2,3],[-1,6],[0,2],[-3,3],[-2,0],[0,1],[-2,4],[-1,4],[-2,7],[0,1],[1,0],[0,-1],[1,-1],[0,-2]],[[3116,8022],[-2,-4],[-4,1],[-1,-2],[1,-2],[1,0],[-1,-1],[0,-1],[-2,2],[-1,-1],[-2,1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[0,1],[1,-1],[1,0],[1,2],[1,1],[1,1],[0,1],[0,3],[1,1],[0,-1],[1,-1],[1,0],[1,0],[1,-1],[0,-3],[1,0],[1,-1]],[[1262,8029],[1,0],[-1,-2],[-2,-1],[0,-1],[1,-1],[-1,-1],[-1,0],[-2,2],[0,1],[0,1],[1,0],[0,2],[2,3],[1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[2325,8029],[1,1],[1,1],[0,-1],[3,-5],[0,-1],[3,-7],[1,-2],[0,-2],[0,-2],[-1,-3],[0,-2],[0,-3],[0,-5],[0,-1],[-2,-1],[0,-2],[-1,-3],[0,-2],[-1,0],[-5,-2],[-1,3],[1,0],[0,1],[0,3],[0,3],[1,1],[1,1],[0,1],[-1,7],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[-1,3],[-1,1],[-1,0],[-1,-1],[0,-7],[1,-4],[0,-2],[-2,-10],[0,-4],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,1],[1,1],[-1,3],[0,1],[1,1],[1,3],[-1,2],[-1,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,1],[1,2],[-1,1],[1,2],[0,8],[1,1],[0,1],[2,0],[0,1],[1,3],[3,0],[0,-1],[0,-2],[0,-1]],[[1122,8027],[-1,-2],[-2,1],[-1,0],[-1,-1],[-1,-5],[-1,-1],[-1,0],[-1,2],[-1,2],[0,1],[-1,1],[0,1],[0,-1],[-1,-1],[-1,0],[1,2],[2,7],[2,2],[1,1],[1,-1],[2,-3],[2,-1],[1,-1],[0,-1],[1,-2]],[[1215,8024],[-1,1],[-1,2],[1,2],[1,4],[1,2],[1,1],[2,0],[-1,-2],[-1,-7],[-1,-2],[-1,-1]],[[3100,8044],[0,-1],[1,-2],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-2],[0,-2],[-2,-3],[-2,-5],[-1,-3],[0,-4],[-2,0],[-9,9],[0,1],[2,1],[0,1],[1,2],[1,2],[2,4],[2,1],[3,-4],[2,2],[-3,3],[-1,2],[0,2],[2,0],[1,0]],[[2146,8038],[-1,-2],[-2,1],[0,3],[-1,3],[1,2],[0,1],[2,2],[0,-1],[1,-2],[0,-7]],[[2819,8040],[0,-5],[0,-2],[-1,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,1],[-4,-3],[-3,-4],[-2,-2],[-2,-5],[-1,0],[-1,3],[-1,1],[-1,0],[-3,-7],[-1,-2],[-1,1],[-1,2],[0,2],[0,1],[1,2],[4,8],[1,2],[2,7],[1,3],[0,1],[2,1],[2,-2],[1,1],[0,2],[0,1],[0,2],[0,2],[0,1],[1,0],[1,-2],[0,-2],[0,-2],[1,0],[1,2],[0,2],[-1,4],[0,3],[2,0],[0,3],[1,0],[0,-1],[1,0],[0,-2],[1,0],[2,-3],[1,-3],[1,-2]],[[2771,8060],[4,-3],[1,1],[1,-1],[1,-3],[0,-5],[1,0],[1,-1],[0,-2],[1,-2],[-1,-2],[-5,-9],[-2,-2],[-7,-1],[-1,-1],[-1,0],[-1,3],[0,1],[-2,2],[-1,0],[0,-2],[0,-2],[3,-10],[1,-2],[-1,-5],[-1,-1],[-3,2],[-1,2],[-2,1],[0,1],[-1,3],[1,3],[0,3],[0,3],[-1,1],[0,-2],[-2,-7],[0,-1],[0,2],[0,3],[-1,2],[0,1],[0,1],[-1,1],[-1,1],[0,2],[-2,3],[-2,1],[-5,-1],[-1,1],[-1,3],[1,1],[1,3],[0,1],[1,1],[0,1],[0,1],[0,1],[2,-1],[2,-3],[1,0],[1,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-2],[1,0],[0,2],[-1,3],[0,1],[1,0],[0,1],[-1,1],[-1,2],[-1,2],[0,2],[0,2],[0,1],[1,1],[1,1],[1,1],[1,-1],[1,-2],[1,0],[2,3],[0,-1],[1,-1],[1,-2],[1,-3],[-1,-1],[0,-1],[0,-2],[0,-1],[2,4],[0,1],[3,-4],[3,2],[1,2],[0,1],[1,-1],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,2],[1,1]],[[2693,8052],[-2,-3],[-4,3],[-3,3],[-2,1],[1,2],[2,2],[3,1],[4,-5],[1,-4]],[[2663,8055],[-1,0],[-1,-2],[-2,0],[0,-2],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,1],[-3,3],[-1,1],[-1,2],[0,3],[0,4],[2,2],[8,-4],[1,-2],[-1,-1]],[[2433,8061],[-1,0],[-1,3],[0,1],[1,0],[0,1],[1,3],[2,0],[1,-1],[2,-2],[-1,-2],[-3,-1],[-1,-2]],[[2443,8063],[-1,-2],[-1,-1],[1,-3],[1,-1],[0,-2],[-1,-2],[0,-2],[-1,-3],[-1,0],[-1,2],[-1,1],[-1,3],[-1,1],[-1,2],[0,1],[4,3],[1,2],[0,1],[1,-1],[0,1],[1,1],[0,2],[0,2],[0,1],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2]],[[2277,8028],[1,0],[0,1],[0,2],[1,8],[1,2],[0,1],[1,-1],[1,-1],[3,-8],[0,-2],[1,-3],[0,-2],[1,-1],[4,-11],[1,-1],[2,1],[1,-2],[1,-4],[1,-1],[2,-1],[2,-2],[1,-3],[1,-1],[2,-4],[2,-3],[3,-6],[1,-3],[0,-4],[0,-2],[-1,-3],[0,-3],[0,-2],[0,-2],[0,-2],[-1,-1],[1,-3],[0,-3],[0,-4],[0,-3],[0,-3],[1,-1],[0,-2],[1,0],[1,0],[0,2],[-1,3],[0,3],[0,2],[0,2],[0,2],[0,3],[0,1],[0,1],[0,3],[1,3],[1,2],[0,1],[0,1],[0,1],[1,-1],[0,-2],[1,-5],[0,-1],[1,-3],[1,-2],[0,-1],[0,-2],[0,-1],[0,-4],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-2],[0,-2],[1,-3],[-1,-4],[1,-2],[0,-3],[1,1],[0,1],[1,1],[1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[5,10],[1,1],[1,-2],[1,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-3],[-1,-2],[-2,-6],[-1,0],[-1,-2],[-3,-9],[-1,0],[1,4],[0,3],[-1,2],[0,2],[-4,-4],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-3],[1,-4],[-1,-1],[-3,2],[-1,0],[0,-1],[-1,-4],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-4,-12],[-1,-2],[-5,-3],[-1,1],[-2,2],[-3,1],[-4,6],[-2,1],[-1,3],[-1,0],[-1,1],[0,2],[0,2],[-1,1],[0,1],[-2,0],[1,-5],[1,-3],[-1,-1],[-1,-2],[-1,0],[-2,2],[-2,0],[-1,3],[-1,0],[-1,-1],[0,-1],[-1,0],[-2,4],[-3,6],[-1,1],[0,1],[-2,5],[-1,1],[-1,0],[-4,5],[-2,1],[0,-1],[-1,-2],[0,-1],[-1,0],[0,1],[-1,2],[0,1],[-2,2],[-1,4],[-1,2],[0,2],[1,4],[1,2],[-1,2],[-1,2],[-2,3],[-1,0],[0,-2],[0,-3],[0,-2],[0,-3],[0,-3],[-1,-2],[-1,-1],[-1,0],[-1,2],[0,4],[-1,1],[-1,1],[-1,0],[0,-2],[-1,0],[-5,6],[0,2],[0,2],[0,2],[0,2],[1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-2,2],[-1,0],[-2,2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,1],[0,1],[-2,0],[1,-2],[1,-4],[0,-2],[0,-1],[-2,-1],[-1,-1],[0,-2],[-1,0],[-1,3],[-1,1],[-1,1],[-3,4],[-1,1],[0,2],[0,2],[0,3],[-1,3],[-1,4],[-1,1],[-1,2],[0,1],[0,3],[1,1],[0,3],[2,7],[1,2],[1,1],[2,-1],[0,1],[1,3],[1,-2],[0,1],[1,0],[0,-1],[1,-1],[2,1],[3,-1],[2,1],[0,3],[1,1],[0,1],[3,-1],[1,0],[1,2],[1,2],[0,3],[0,2],[0,3],[0,2],[1,2],[0,2],[1,1],[0,-1],[1,-2],[1,-1],[0,1],[1,2],[0,1],[1,0],[1,0],[1,0],[1,2],[0,2],[-1,3],[-1,3],[-3,5],[-1,5],[-1,1],[1,1],[0,2],[0,1],[0,1],[1,0],[2,-2],[1,-1],[1,2],[-3,3],[-2,3],[0,6],[0,3],[1,1],[3,0],[2,-3],[1,-2],[0,-1],[1,-3],[1,-4],[2,-4],[2,0],[0,-1],[1,-1],[-1,-3],[1,-1],[1,0],[1,1],[0,2],[-4,8],[-1,3],[-1,6],[0,1],[-1,0],[-1,2],[0,1],[-1,0],[0,1],[-1,1],[1,3],[0,1],[0,3],[0,2],[0,3],[0,2],[1,4],[1,4],[1,6],[1,1],[2,0],[0,1],[1,1],[1,6],[1,4],[1,1],[2,0],[1,-1],[0,-1],[1,-2],[3,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[4,-2],[1,-2],[0,-3],[1,-2],[2,-3],[-1,-3],[-2,0],[-1,-2],[1,-8],[1,-3]],[[2278,8073],[1,-2],[2,0],[1,-2],[-1,-3],[-1,1],[-1,2],[-1,2],[-2,0],[-1,1],[0,2],[0,2],[0,3],[0,2],[1,0],[2,0],[1,-2],[0,-2],[0,-1],[0,-1],[-1,-2]],[[2567,8104],[5,-4],[5,4],[1,-1],[1,-1],[1,-4],[0,-3],[1,-1],[0,-2],[0,-2],[1,-1],[0,-3],[-1,-2],[-8,-2],[-4,3],[-2,3],[0,1],[-2,-3],[0,-1],[-1,0],[-2,4],[-2,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,2],[-2,2],[-1,2],[1,1],[1,1],[1,0],[1,-1],[2,0],[2,2],[-1,2],[1,3],[1,-2],[2,-4]],[[1509,8109],[0,-1],[-1,-2],[-2,2],[0,-1],[1,-2],[0,-1],[-1,0],[-1,0],[0,1],[0,2],[0,2],[1,1],[3,1],[0,-1],[0,-1]],[[1843,8128],[-5,0],[-1,2],[1,1],[0,1],[3,0],[2,-2],[1,-1],[0,-1],[-1,0]],[[2183,8124],[-1,1],[-1,5],[0,1],[0,1],[0,2],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[1,0],[-1,-1]],[[1880,8132],[-13,-2],[-5,7],[0,1],[0,2],[1,0],[5,-2],[4,-4],[2,-1],[6,-1]],[[1743,8157],[0,-2],[-1,1],[-4,0],[-1,1],[-1,1],[0,3],[1,0],[4,-2],[1,-1],[1,-1]],[[1752,8164],[-1,-2],[-2,0],[-3,-1],[-1,2],[1,2],[1,1],[1,-1],[0,-1],[1,0],[2,3],[1,0],[3,-1],[1,-1],[-3,0],[-1,-1]],[[1744,8169],[1,-2],[-1,-1],[-6,-1],[-1,2],[1,1],[1,0],[1,1],[2,1],[2,-1]],[[1762,8166],[-1,-1],[-4,2],[2,1],[0,1],[3,1],[0,1],[1,1],[1,-1],[0,-1],[0,-2],[-2,-2]],[[1735,8167],[-1,-1],[-3,1],[-6,-1],[-1,1],[-1,3],[2,3],[5,-3],[4,-1],[1,-2]],[[1422,8176],[0,-1],[0,-1],[-1,1],[0,-3],[0,-2],[-1,0],[0,1],[-1,2],[-1,1],[0,-2],[0,-1],[0,-1],[-1,-1],[-2,-3],[1,4],[2,11],[0,2],[1,0],[1,-2],[2,-3],[0,-2]],[[2186,8186],[3,-3],[0,1],[1,1],[1,1],[1,-3],[1,-3],[2,-1],[0,-1],[0,-1],[0,-2],[2,0],[1,-2],[1,-2],[0,-2],[-1,0],[-1,1],[-1,2],[-1,1],[-1,-1],[1,-3],[1,-2],[1,-2],[0,-3],[1,-4],[0,-4],[0,-1],[-1,1],[-1,3],[-1,1],[-3,1],[-5,8],[-1,3],[0,3],[0,3],[0,2],[0,2],[0,2],[-1,4],[1,0]],[[2990,8241],[1,0],[8,-6],[3,-1],[1,-1],[0,-3],[0,-2],[-1,-3],[0,-3],[-1,-2],[-1,-1],[-5,-1],[-7,-7],[-1,-1],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-2,1],[0,2],[0,1],[0,2],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,2],[-1,4],[1,1],[-1,0],[0,1],[2,1],[1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,2],[0,3],[0,5],[0,2],[0,1],[0,2],[0,1],[0,1],[1,1],[4,4],[1,-1],[-1,-1],[1,-1]],[[2953,8294],[0,1],[0,3],[1,1],[2,4],[0,2],[1,3],[1,0],[1,-1],[0,-2],[0,-2],[1,-1],[0,-1],[2,-2],[0,-1],[-1,-2],[-2,-1],[-2,-2],[-1,-1],[0,-2],[0,-1],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[0,1],[0,1],[0,2],[0,1],[-1,2],[-3,0],[-1,3],[0,9],[-1,1],[0,1],[0,2],[-1,2],[-1,4],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[5,6],[1,-1],[1,-2],[1,-2],[0,-2],[-1,-3],[0,-2],[0,-2],[-2,-2],[0,-2],[0,-2],[1,-2]],[[2965,8312],[-1,-3],[-7,4],[-1,5],[0,3],[1,3],[2,4],[5,1],[1,-1],[1,-2],[0,-6],[-1,-8]],[[2337,8354],[-2,-8],[0,-3],[0,-3],[-1,0],[-1,-1],[-1,0],[-2,2],[1,2],[2,2],[1,3],[-1,0],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[2,2],[1,0],[1,0],[0,-1],[1,-1]],[[1483,8373],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,-1],[1,-2]],[[2909,4441],[-1,0],[-3,1],[-1,0],[-1,-3],[-2,-2],[0,-1],[-1,-4],[-1,-1],[-1,-1],[-4,-9],[-2,-7],[-3,-11],[-4,-12],[-3,-11],[-2,-8],[-1,-5],[-1,-4],[0,-4],[-1,-2],[0,-2],[-1,-2],[-4,-7],[-3,-7],[-1,-3],[0,-1],[1,-4],[0,-1],[-1,-2],[0,-1],[-3,-5],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-3,-7],[0,-3],[-1,-8],[-2,-8],[-1,-8],[-1,-8],[-1,-8],[-1,-8],[-2,-8],[-1,-8],[0,-1],[-1,-1],[0,-1],[-6,0],[-7,1],[-6,0],[-7,0],[-6,0],[-7,0],[-6,0],[-6,0],[-2,-2],[-6,-10],[-3,-7],[-3,-5],[2,-18],[1,-9],[0,-3],[0,-13],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[0,-2],[1,-1],[0,-2],[1,-2],[1,-1],[0,-1],[0,-3],[0,-6],[-1,-7],[-2,-6],[-4,-8],[-4,-8],[-5,-8],[-4,-7],[-3,-7],[-1,-1],[-4,-8],[-5,-8],[-4,-8],[-3,-3],[-4,-3],[-1,0],[-3,-3],[-3,-3],[-4,-3],[-3,-3],[-4,-2],[-4,-3],[-4,-10],[-4,-10],[-4,-9],[-4,-10],[-4,-10],[-4,-9],[-4,-10],[-4,-10],[0,-1],[-6,0],[-2,2],[-4,10],[-3,8],[-3,6],[0,4],[-1,7],[0,3],[-1,8],[0,7],[1,10],[0,13],[0,5],[0,5],[1,5],[1,4],[3,3],[3,6],[1,3],[3,15],[1,6],[1,0],[1,2],[1,3],[1,4],[0,4],[1,10],[0,6],[0,3],[0,2],[0,1],[0,3],[0,2],[0,4],[0,3],[1,5],[0,5],[1,5],[0,5],[0,5],[1,9],[1,9],[0,9],[1,9],[1,9],[1,9],[1,9],[1,9],[0,4],[0,4],[0,1],[-1,31],[-2,31],[-1,30],[-1,31],[-2,31],[-1,30],[-1,31],[-2,31],[0,6],[-1,5],[-5,11],[-7,17],[-5,11],[-6,13],[-3,7],[-2,6],[1,8],[1,9],[1,9],[0,2],[0,2],[0,2],[-1,2],[-1,6],[-2,3],[-1,1],[-3,-2],[-1,2],[-1,0],[-1,-2],[-2,-6],[0,-1],[0,1],[-1,1],[0,4],[-1,2],[0,1],[0,5],[-1,3],[-1,4],[0,3],[0,2],[0,2],[0,4],[-1,3],[0,2],[0,2],[1,3],[-1,4],[-1,4],[0,5],[1,13],[-1,3],[-1,0],[-1,-3],[-2,-3],[-1,3],[-1,-1],[-1,-1],[-1,-3],[0,-2],[-1,-1],[0,-2],[-1,-1],[-1,1],[0,1],[-1,2],[-3,13],[-2,10],[0,3],[-1,13],[-1,9],[0,8],[-1,3],[0,3],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[-3,8],[-4,7],[-3,8],[-3,7],[-4,8],[-3,7],[-4,8],[-3,7],[-3,7],[-3,6],[-3,6],[-3,6],[-3,6],[-3,6],[-3,7],[-3,6],[-5,11],[-5,10],[-5,11],[-6,11],[-5,11],[-5,10],[-5,11],[-6,11],[0,1],[-1,0],[-5,-5],[-2,-2],[-4,-8],[-3,-7],[-5,-11],[-5,-9],[-2,-5],[-1,-1],[-1,0],[-2,2],[-1,1],[-2,0],[-2,1],[-1,1],[-1,-1],[-1,1],[0,1],[-1,0],[0,-1],[-3,-4],[-2,4],[0,1],[-1,2],[-1,9],[-1,1],[-1,2],[-2,0],[-8,-4],[0,1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,2],[0,1],[-1,-1],[-2,-2],[-2,0],[-1,2],[0,2],[0,5],[0,2],[-1,1],[0,1],[0,2],[0,1],[0,2],[0,1],[-1,2],[-1,-1],[-3,-4],[0,-2],[-1,-2],[-4,-9],[-1,-4],[-1,-2],[-3,-1],[-1,-3],[-1,0],[0,1],[-1,1],[-2,-1],[-1,1],[0,1],[0,2],[0,1],[0,1],[-1,0],[-2,2],[0,2],[0,3],[-1,5],[0,1],[-1,2],[-2,1],[-3,5],[-1,1],[0,1],[-1,3],[0,3],[0,4],[-1,3],[0,2],[-3,0],[-3,-1],[0,-1],[-1,-3],[0,-3],[1,-3],[0,-3],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,1],[-1,7],[-1,5],[0,2],[0,4],[0,6],[-1,2],[0,3],[-1,2],[-1,0],[-3,-1],[0,1],[-1,0],[0,2],[0,4],[0,1],[2,1],[0,1],[0,2],[0,2],[-3,2],[-4,5],[-2,5],[-1,0],[-4,1],[-3,1],[-4,-2],[-1,-2],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-3],[-2,0],[-1,-2],[0,1],[-4,-2],[-1,0],[-1,4],[0,10],[-2,3],[-4,1],[-6,1],[0,1],[0,1],[0,3],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-4,-2],[-2,1],[-2,3],[-2,8],[-1,1],[0,3],[0,2],[0,3],[0,3],[0,8],[-1,16],[-1,15],[0,2],[-1,3],[0,7],[0,3],[0,3],[0,6],[0,2],[-1,2],[-2,3],[-1,2],[-4,0],[-1,2],[0,-8],[0,-13],[0,-17],[0,-14],[0,-2],[-1,-1],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-2,0],[-4,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-1,0],[-5,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-2,0],[-4,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-3,0],[-3,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-1,0],[-6,0],[-6,0],[-6,0],[-6,0],[-3,0],[-3,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-3,0]],[[1571,5023],[0,1],[-1,3],[0,-1],[-1,-1],[-1,2],[0,2],[0,3],[0,2],[0,2],[-1,1],[-1,0],[-1,-1],[-2,-5],[0,-2],[0,-2],[0,-4]],[[1563,5023],[-1,0]],[[1562,5023],[-1,2],[0,2],[0,2],[0,2],[-1,1],[0,1],[0,2],[2,4],[1,3],[0,4],[-1,-3],[-1,-2],[-2,0],[-1,2],[0,1],[0,2],[0,6],[1,2],[0,1],[1,-1],[0,-1],[0,1],[-1,3],[-1,2],[-1,2],[0,3],[1,1],[1,-1],[1,1],[0,3],[0,1],[1,-2],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,-1],[1,-1],[1,3],[1,5],[1,10],[0,3],[0,3],[0,1],[0,1],[-1,0],[0,-1],[0,-5],[0,-2],[-1,-11],[-3,-3],[-5,5],[-1,-1],[-1,2],[0,2],[0,1],[0,2],[1,2],[0,2],[0,2],[0,2],[0,11],[0,1],[0,5],[1,4],[0,2],[0,1],[0,1],[0,2],[0,2],[0,2],[1,4],[1,2],[-1,2],[0,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-4],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,1],[0,-1],[0,-1],[-1,-2],[-2,-3],[0,-1],[1,-2],[-1,-3],[1,-6],[0,-3],[-1,-2],[0,-1],[-1,0],[-7,11],[0,1],[-2,0],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,2],[-1,2],[-1,8],[0,1],[0,2],[0,1],[-1,2],[0,3],[0,2],[1,1],[0,1],[0,4],[1,2],[0,1],[0,1],[1,0],[1,0],[0,-2],[0,-1],[0,-2],[2,-6],[1,-5],[0,-6],[0,-2],[0,-2],[1,-6],[0,-2],[0,-1],[1,1],[0,2],[0,2],[0,2],[0,3],[0,3],[0,2],[1,1],[0,1],[1,1],[0,1],[1,1],[2,1],[1,4],[0,4],[-3,-7],[-4,-2],[-1,3],[0,3],[-2,8],[-1,2],[0,1],[0,3],[0,3],[1,4],[0,3],[1,2],[-1,5],[0,3],[0,2],[-1,1],[0,1],[-1,3],[0,3],[1,3],[1,1],[1,2],[0,1],[1,0],[1,1],[1,5],[0,3],[0,1],[-1,1],[-1,6],[0,1],[-2,3],[-1,2],[-1,3],[-1,1],[1,-2],[0,-2],[0,-2],[1,-1],[0,-1],[2,-2],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-1],[-1,-2],[0,-2],[-1,-3],[-3,-5],[-1,-2],[0,-2],[0,-3],[0,-3],[1,-3],[0,-2],[0,-2],[1,-3],[1,-2],[-1,-1],[0,-4],[0,-1],[-1,-2],[0,-1],[-1,0],[0,2],[0,3],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,2],[0,2],[-1,1],[0,-1],[-1,-7],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-2],[-1,0],[-2,0],[0,-1],[0,-3],[-1,-1],[0,1],[-1,3],[-1,0],[-1,-1],[-1,1],[-1,2],[-1,1],[0,1],[0,2],[-1,3],[0,1],[-1,6],[-1,1],[0,1],[0,1],[-1,2],[0,1],[-1,0],[-1,4],[-1,4],[-2,9],[0,2],[0,2],[1,-1],[0,-3],[1,-1],[1,-1],[1,-5],[0,-1],[0,5],[0,3],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[1,1],[-1,3],[1,1],[1,3],[0,2],[0,3],[0,4],[0,1],[0,1],[0,3],[0,1],[-1,3],[0,1],[-1,1],[0,2],[-1,1],[0,1],[1,0],[0,3],[0,1],[0,1],[1,3],[1,2],[1,0],[1,-1],[1,1],[0,2],[1,0],[1,3],[1,1],[1,6],[0,1],[0,2],[0,-1],[-2,-5],[-2,-4],[-2,-2],[-3,1],[0,-2],[0,-2],[-1,-5],[0,-2],[-1,-1],[-1,-4],[-1,-1],[-1,1],[-1,1],[-1,-1],[0,1],[-1,2],[0,1],[1,1],[0,2],[0,3],[-1,3],[0,2],[-1,1],[0,-3],[1,-4],[-1,-4],[-1,-2],[0,-2],[-1,-1],[0,4],[0,2],[0,1],[1,1],[0,5],[-1,2],[0,1],[1,2],[0,3],[0,2],[0,1],[2,2],[0,1],[1,4],[0,2],[1,1],[1,0],[0,3],[0,1],[0,1],[0,3],[0,3],[0,6],[0,3],[1,4],[0,2],[0,3],[-2,3],[0,1],[0,2],[1,3],[0,2],[0,1],[1,5],[1,1],[0,1],[0,4],[0,2],[-1,1],[-1,-1],[0,-1],[0,-4],[0,-1],[-1,-6],[-1,-1],[-1,-2],[0,-2],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[1,-1],[0,-2],[0,-4],[-1,-5],[0,-2],[1,-2],[0,-1],[0,-2],[-1,-3],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-5],[-1,-4],[-1,-4],[-1,-4],[0,-3],[0,-2],[-1,-2],[-1,-1],[0,1],[-1,4],[0,2],[-1,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,-1],[-1,-4],[0,-1],[0,1],[-1,0],[0,2],[0,5],[-1,3],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[-1,-1],[-2,-2],[-1,0],[0,1],[-1,2],[0,1],[1,1],[0,1],[0,2],[1,5],[0,2],[0,1],[-1,3],[0,1],[0,4],[1,3],[0,2],[0,2],[1,1],[0,1],[1,1],[0,1],[0,2],[1,1],[-1,1],[-1,-2],[-1,-3],[0,-1],[-1,-2],[0,-4],[-1,-4],[1,-3],[-1,-3],[0,-3],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,6],[-1,1],[0,2],[1,0],[1,2],[-2,1],[0,1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-2,-4],[-2,0],[-1,1],[-1,3],[-1,-1],[0,-1],[-3,2],[-1,1],[0,2],[0,1],[1,1],[0,1],[1,-1],[1,-2],[-1,4],[0,2],[1,2],[1,1],[0,1],[1,1],[0,-1],[1,2],[2,1],[1,1],[0,2],[0,2],[-1,0],[-1,-2],[-1,-1],[-2,-3],[-1,-1],[-2,0],[-1,1],[0,2],[0,1],[0,1],[1,1],[0,1],[3,0],[2,3],[1,0],[2,-2],[1,0],[2,4],[2,1],[1,0],[0,-1],[1,0],[0,1],[0,6],[0,1],[1,1],[0,1],[1,0],[0,1],[0,4],[0,2],[0,3],[-1,3],[0,3],[1,1],[2,0],[0,1],[0,2],[0,4],[1,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,3],[0,9],[-1,2],[-1,5],[0,-4],[0,-2],[0,-7],[1,-7],[0,-1],[1,-2],[0,-1],[0,-3],[-1,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[-1,0],[0,-3],[-1,-6],[-1,-1],[0,1],[-3,-1],[-1,-2],[0,-1],[-1,0],[-1,1],[0,2],[0,1],[-1,0],[0,-1],[-1,-3],[-4,-2],[-1,3],[1,2],[1,2],[0,1],[1,3],[2,4],[1,2],[0,1],[-2,0],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,2],[0,3],[0,2],[1,3],[-1,2],[0,-2],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-2,0],[0,-1],[-2,-4],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,3],[0,1],[0,1],[2,5],[0,-1],[3,-1],[2,1],[2,-1],[1,1],[0,1],[1,3],[0,2],[-1,-1],[-1,-2],[0,-1],[-5,2],[-1,2],[-1,2],[-1,6],[0,8],[0,2],[-1,-7],[0,-4],[0,-3],[1,-4],[0,-2],[-1,-1],[0,-3],[-1,-1],[-2,-4],[-1,0],[-1,0],[0,2],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,2],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[-3,0],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[0,-2],[0,-2],[1,-1],[1,-1],[2,-2],[2,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-5],[-1,-1],[-1,0],[0,1],[-2,5],[-2,2],[-1,0],[0,3],[0,3],[-1,0],[0,-1],[-1,0],[-1,0],[-2,4],[-1,2],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[-1,2],[0,2],[0,4],[0,4],[1,4],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-2,-2],[-1,0],[0,2],[-1,3],[-2,5],[0,3],[0,2],[0,1],[0,2],[0,2],[0,1],[1,1],[0,1],[3,3],[1,1],[1,3],[4,-2],[1,-2],[4,2],[2,3],[1,1],[0,1],[0,2],[0,3],[0,3],[0,3],[0,-2],[-1,-6],[0,-1],[-1,-1],[-1,-3],[-1,-1],[-7,2],[0,1],[1,1],[0,2],[1,1],[-1,1],[-1,-1],[-1,-3],[-1,0],[-1,1],[-1,0],[-1,-2],[-1,0],[-1,1],[0,3],[0,2],[1,2],[0,1],[1,1],[1,0],[0,1],[1,6],[1,2],[0,1],[1,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[0,2],[0,3],[0,3],[0,3],[0,2],[1,2],[1,1],[4,4],[7,2],[10,-3],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,1],[0,1],[0,2],[1,1],[-1,7],[0,1],[-1,2],[0,1],[0,2],[0,-1],[0,-1],[0,-4],[0,-2],[0,-2],[1,-2],[-1,-2],[0,-1],[0,-1],[-1,-4],[-11,5],[-5,-2],[-2,3],[0,1],[0,-4],[-1,-2],[-1,0],[-1,2],[0,1],[1,0],[0,1],[0,1],[0,6],[0,1],[0,1],[1,1],[1,2],[0,11],[0,2],[0,-2],[-1,-3],[0,-3],[0,-3],[0,-2],[-1,-1],[-1,0],[0,-2],[-1,-7],[0,-2],[-1,0],[-1,1],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[2,-2],[2,0],[1,-2],[-1,-1],[-2,-3],[0,-2],[0,-4],[-1,-2],[0,-1],[1,-2],[0,-2],[0,-2],[-2,-8],[0,-1],[-1,-1],[-1,-1],[-1,1],[0,4],[-1,1],[1,1],[2,0],[0,1],[0,1],[0,2],[-1,1],[-2,-1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,2],[0,2],[0,2],[0,-1],[-1,1],[0,3],[0,3],[0,2],[0,1],[-1,1],[0,3],[0,3],[0,1],[0,1],[1,1],[-1,1],[0,1],[0,1],[0,4],[0,1],[0,2],[0,2],[0,1],[0,3],[0,2],[0,1],[0,1],[0,2],[1,3],[0,2],[1,1],[1,3],[0,1],[2,-1],[1,0],[0,2],[0,1],[0,3],[1,10],[0,4],[1,3],[0,3],[1,2],[1,2],[1,0],[1,-2],[0,-2],[-1,-3],[0,-1],[-2,0],[0,-1],[-2,-9],[1,3],[1,4],[0,1],[3,0],[1,1],[0,2],[-1,7],[0,1],[0,2],[0,1],[0,1],[1,0],[1,1],[0,1],[0,3],[1,1],[2,1],[0,1],[1,2],[1,8],[1,1],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[1,-4],[0,-3],[0,-2],[0,-3],[1,-5],[4,-12],[0,-3],[1,-1],[1,-4],[0,-1],[1,-5],[0,-2],[0,3],[0,3],[0,2],[-1,3],[0,1],[0,1],[-1,2],[0,4],[0,1],[-2,4],[-2,6],[-1,5],[0,2],[0,2],[0,2],[0,3],[-1,2],[0,2],[1,3],[1,1],[0,2],[1,0],[1,1],[1,1],[1,0],[0,3],[-1,1],[-4,-4],[-1,-2],[0,-1],[-1,-2],[-2,0],[-2,2],[0,-1],[-1,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[1,2],[-1,4],[0,1],[-1,1],[0,8],[0,2],[1,4],[1,2],[0,2],[2,1],[1,4],[0,2],[2,1],[0,2],[0,3],[1,3],[1,4],[0,3],[0,2],[-1,6],[-1,5],[0,3],[-2,3],[0,1],[0,1],[0,1],[0,-4],[1,-7],[1,-4],[0,-1],[0,-4],[0,-3],[0,-1],[0,-2],[-2,-8],[-3,-6],[-1,-6],[-1,-1],[0,-1],[-1,-1],[1,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-5,-6],[-1,-4],[0,-4],[-1,-3],[-2,-1],[0,-2],[-1,-3],[-1,0],[0,1],[-1,-1],[0,-2],[-1,-1],[0,1],[0,1],[0,3],[0,1],[0,2],[1,4],[-1,-1],[0,-2],[-1,-5],[0,-3],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,1],[0,3],[0,1],[0,2],[0,2],[-1,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[0,2],[0,2],[-1,4],[-1,4],[0,1],[0,2],[0,1],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-2],[-1,-3],[0,-4],[-1,-5],[-1,2],[-1,1],[0,4],[0,2],[-1,1],[0,2],[0,1],[0,5],[0,5],[1,4],[1,2],[1,-1],[0,-1],[0,-1],[1,0],[0,2],[-1,1],[0,1],[1,1],[1,1],[0,1],[0,1],[0,4],[0,-1],[-1,-3],[-3,-2],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-9],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-9],[-1,-6],[0,-1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[0,2],[1,1],[1,2],[-1,2],[0,3],[1,3],[0,2],[1,0],[1,0],[0,1],[0,2],[0,1],[0,2],[0,3],[1,2],[-1,4],[0,3],[0,1],[0,4],[0,2],[0,2],[1,8],[0,1],[0,1],[1,2],[0,1],[0,3],[1,1],[0,2],[0,1],[0,3],[0,1],[0,2],[0,3],[0,6],[0,3],[0,4],[1,3],[1,1],[1,1],[0,1],[0,1],[-2,-1],[-1,0],[0,2],[0,-3],[-1,-3],[0,-4],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,1],[-2,2],[-1,1],[-1,0],[0,4],[0,1],[-1,1],[0,4],[0,1],[0,1],[0,3],[0,5],[0,3],[-1,6],[0,3],[0,1],[0,2],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,3],[1,1],[1,1],[0,1],[-2,0],[-1,2],[-1,9],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,1],[-3,9],[0,1],[-1,2],[-1,4],[0,3],[0,3],[1,2],[0,2],[-1,0],[0,2],[0,2],[0,1],[0,1],[0,2],[0,3],[1,3],[1,3],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,2],[-1,2],[0,7],[0,4],[0,-1],[2,-2],[1,0],[0,1],[1,2],[0,2],[1,0],[0,-3],[1,-6],[0,-2],[0,-1],[1,-1],[0,-1],[1,-3],[0,1],[0,1],[0,2],[-1,1],[1,0],[1,-2],[2,-8],[1,-3],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,1],[0,5],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[2,2],[1,1],[0,4],[1,-3],[2,-2],[3,1],[0,-1],[1,-1],[0,-2],[0,-3],[1,-1],[0,-1],[0,-2],[-1,0],[0,-2],[0,-4],[1,4],[0,1],[1,-1],[0,-1],[1,-3],[1,-1],[0,-2],[0,-8],[0,-2],[2,-3],[0,3],[0,2],[-1,1],[0,3],[0,2],[0,3],[0,2],[-1,1],[-1,1],[0,1],[-1,3],[0,1],[-1,5],[-1,4],[0,1],[0,1],[0,2],[0,2],[-1,-1],[-2,1],[-3,-1],[-1,2],[-1,1],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,-1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,3],[0,1],[-1,0],[0,1],[0,2],[0,3],[-1,1],[-1,1],[0,2],[-1,2],[-1,4],[0,-2],[-1,2],[0,3],[0,2],[-1,0],[0,1],[0,2],[0,1],[0,2],[0,1],[1,2],[0,5],[0,3],[0,5],[0,3],[0,3],[1,2],[1,0],[0,1],[1,3],[0,3],[3,-3],[2,-1],[1,1],[-1,2],[0,1],[-1,0],[-1,-1],[0,1],[-1,2],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,0],[0,3],[1,6],[0,1],[0,1],[0,3],[0,1],[1,1],[0,2],[-1,0],[0,-2],[-1,-3],[-1,-2],[0,-4],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,1],[0,-4],[-1,-3],[-1,-1],[0,-6],[-2,-7],[0,2],[0,5],[1,3],[-1,1],[0,-1],[-1,-5],[0,4],[0,2],[1,2],[-1,3],[-1,1],[0,1],[0,-1],[1,-4],[0,-7],[0,-6],[-1,-2],[-1,1],[0,6],[-1,0],[0,-3],[1,-6],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-4],[-1,-2],[0,-4],[0,-6],[0,-3],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[-1,-2],[0,-1],[-1,1],[-8,26],[0,1],[-2,6],[0,1],[0,2],[-1,4],[-1,2],[0,1],[1,-1],[0,-2],[0,4],[-1,1],[0,1],[-1,2],[0,1],[0,4],[-1,0],[0,-1],[-1,1],[-1,4],[0,2],[-1,1],[0,1],[0,2],[-1,2],[-1,2],[1,2],[0,1],[0,2],[-1,-2],[-1,1],[0,2],[-1,2],[-1,4],[0,1],[1,4],[0,5],[0,11],[0,3],[0,6],[1,2],[2,1],[0,1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,-4],[0,-4],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,1],[0,-1],[0,-2],[0,-3],[1,-1],[0,-1],[0,3],[-1,3],[0,3],[-1,1],[-1,5],[0,1],[-1,2],[0,3],[0,1],[-1,3],[0,1],[0,2],[-1,2],[0,2],[0,3],[1,1],[0,2],[1,1],[1,1],[0,-1],[1,0],[1,-2],[1,0],[2,-3],[1,0],[1,2],[0,2],[0,1],[1,1],[1,1],[0,1],[1,-1],[-1,3],[-1,-1],[-1,-3],[-1,-3],[0,-1],[-1,1],[-3,5],[-2,1],[-2,-2],[-2,-3],[0,-1],[-1,0],[0,-3],[-2,0],[0,-1],[-1,-2],[0,-1],[0,1],[-1,0],[0,2],[0,1],[-1,2],[-3,1],[0,1],[0,3],[0,1],[0,1],[2,2],[1,1],[-1,1],[0,1],[-1,1],[0,1],[0,3],[0,2],[0,1],[0,1],[0,7],[0,2],[0,-2],[0,-2],[-1,-3],[0,-1],[-1,0],[-1,-2],[-2,1],[-1,1],[0,2],[0,2],[0,2],[0,2],[0,2],[0,2],[0,2],[1,1],[1,0],[0,1],[-1,4],[0,2],[0,4],[0,3],[0,2],[0,1],[1,0],[0,1],[0,2],[-1,2],[0,3],[0,1],[1,0],[0,-1],[1,-2],[0,-2],[1,-4],[1,-4],[0,-1],[0,-2],[7,-27],[0,-1],[1,-1],[1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,5],[0,2],[0,3],[0,5],[0,2],[0,3],[1,1],[1,0],[0,1],[0,2],[1,1],[-1,2],[0,-1],[-2,-3],[0,-1],[0,-2],[0,-2],[0,-3],[-1,-3],[-1,3],[-1,6],[-1,1],[-2,11],[0,1],[0,2],[-1,2],[-1,4],[0,5],[1,4],[1,2],[2,1],[1,-1],[2,-3],[0,-1],[1,-1],[0,-4],[1,-2],[1,-1],[2,-2],[1,0],[0,2],[-2,1],[-1,0],[0,1],[-1,3],[-1,5],[-1,1],[0,1],[-1,2],[0,1],[-1,0],[-1,0],[1,4],[0,2],[0,1],[1,3],[0,1],[0,2],[0,1],[0,1],[1,0],[0,2],[1,2],[0,1],[0,2],[1,2],[-1,1],[0,-1],[-1,-3],[0,-2],[-1,-1],[-1,-1],[0,2],[1,3],[0,2],[1,2],[1,7],[1,2],[0,1],[1,1],[1,-1],[0,-2],[0,-2],[0,-1],[-1,-3],[1,0],[0,1],[0,1],[1,2],[1,0],[0,1],[1,5],[1,1],[1,-2],[0,-1],[1,1],[1,1],[1,0],[1,0],[0,3],[-1,-2],[-8,2],[-1,0],[0,1],[0,1],[0,2],[1,3],[0,7],[1,2],[0,1],[1,5],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,2],[1,0],[0,3],[0,2],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,6],[0,2],[1,1],[0,1],[0,2],[0,2],[0,1],[1,3],[0,1],[1,1],[2,-1],[0,1],[1,2],[1,0],[0,1],[0,2],[0,1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,-5],[0,-1],[-1,1],[0,7],[-1,3],[0,2],[-1,14],[-1,4],[0,-1],[0,-2],[0,-3],[0,-6],[1,-6],[0,-3],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[-1,-4],[-1,-1],[0,-3],[0,-6],[-1,-2],[-2,-11],[0,-4],[-1,-5],[-1,-4],[0,-1],[-1,0],[0,1],[-1,2],[0,2],[-1,7],[1,4],[1,6],[0,1],[1,3],[0,1],[0,1],[2,5],[1,7],[0,3],[0,2],[-1,4],[0,3],[0,6],[0,2],[0,1],[-1,4],[0,3],[0,1],[0,1],[0,1],[-1,5],[-1,5],[0,5],[1,6],[0,4],[0,2],[0,2],[0,1],[-1,0],[0,1],[0,2],[-1,3],[0,4],[1,3],[2,10],[1,8],[1,2],[0,2],[-1,0],[0,-1],[0,-3]],[[1369,6031],[0,2],[0,6],[0,6],[-1,3],[0,3],[-1,6],[-1,3],[-3,-2],[-1,0],[-1,2],[-3,3],[-1,1],[0,2],[-1,10],[0,2],[-1,1],[-3,2],[-1,2],[-3,12],[-2,4],[-5,2],[-3,3],[-3,7],[-3,7],[-4,9],[-2,3],[0,1],[-1,1],[-3,-2],[-3,1],[-1,0],[0,2],[0,6],[0,3],[0,2],[-1,5],[0,2],[0,1],[-1,2],[1,2],[0,2],[0,1],[0,2],[-7,9],[2,25],[-3,3],[-5,4],[2,10],[1,7],[-2,13],[-2,9],[-2,11],[-3,11],[-2,12],[-2,12],[-4,19],[-2,13],[-2,9],[-3,10],[0,3],[-1,13],[-1,4],[-3,9],[-3,12],[-1,6],[-1,6],[2,4],[-2,9],[-3,6],[-2,6],[-2,8],[-3,14],[-1,3],[-1,3],[-3,5],[-3,5],[-4,5],[-2,9],[0,2],[-1,3],[0,1],[1,1],[-1,2],[0,1],[-2,1],[1,6],[0,3],[0,2],[-2,7],[-1,2],[-1,1],[-1,0],[-1,1],[0,2],[-2,6],[0,2],[0,4],[-1,2],[-1,1],[-3,2],[-2,2],[-1,1],[-1,3],[-1,5],[0,3],[1,2],[0,2],[-3,5],[1,3],[1,4],[0,2],[0,2],[0,8],[0,2],[0,2],[-2,5],[0,1],[-2,1],[-1,4],[0,4],[-1,3],[-3,5],[-2,3],[-1,5],[-1,1],[-4,-7],[-5,-8],[-3,-3],[-3,-2],[-3,-3],[-3,-2],[-3,-4],[2,-3],[1,-3],[0,-4],[-1,-6],[-1,-4],[-1,-1],[-2,0],[-1,2],[0,-12],[0,-14],[-1,-4],[0,-1],[-2,-12],[-1,-2],[-2,-1],[-3,1],[-2,-1],[-2,-6],[-3,-5],[-1,-1],[-3,-6],[-3,-6],[-1,-4],[-3,-7],[-1,-1],[-1,0],[0,2],[0,4],[1,7],[-1,12],[-1,9],[-1,10],[-1,3],[0,2],[-4,11],[-4,12],[-5,12],[-4,11],[-4,11],[-3,10],[-4,8],[-1,5],[0,3],[-1,12],[0,1],[-1,2],[-3,4],[-5,6],[-1,2],[0,1],[-2,5],[-2,6],[0,4],[1,9],[1,9],[1,11],[0,3],[0,3],[0,1],[-5,-1],[-4,0],[-3,-1],[-3,0],[-2,-1],[-1,-3],[-3,-7],[-2,-8],[-2,-2],[-1,-1],[-4,6],[-5,6],[-2,4],[-1,0],[0,-1],[-1,-2],[-1,-5],[0,-2],[0,-1],[-4,3],[-3,3],[-4,3],[-2,2],[0,2],[0,2],[0,21],[0,21],[0,22],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,22],[0,21],[-1,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21],[0,22],[0,21],[0,21],[0,21]],[[1062,8035],[1,0],[2,-1],[0,-1],[1,-1],[1,0],[0,1],[1,1],[5,-4],[6,-2],[5,0],[2,3],[7,0],[8,-5],[1,-1],[-4,1],[-1,2],[1,-2],[1,-2],[9,-4],[2,-4],[4,-1],[1,-2],[2,-6],[0,-2],[2,-3],[1,-2],[5,-7],[1,-4],[2,-5],[0,-2],[1,-5],[0,-1],[1,0],[0,1],[1,1],[1,0],[0,-1],[-1,0],[1,-1],[1,-1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,3],[0,2],[-1,-1],[0,-1],[0,2],[1,2],[1,-1],[1,-3],[0,-4],[0,-2],[0,-2],[3,-7],[4,-6],[6,-7],[10,-11],[2,0],[1,-2],[-1,0],[0,-1],[4,-3],[2,-4],[1,0],[3,1],[2,-1],[0,-1],[1,-2],[2,-1],[3,-5],[1,-1],[2,-1],[1,1],[0,1],[0,1],[1,0],[0,1],[2,-1],[0,1],[0,1],[1,1],[1,0],[1,-1],[5,-3],[5,0],[5,-5],[1,-2],[2,-2],[0,-2],[1,-2],[0,-2],[1,-1],[2,-2],[3,-1],[1,-3],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[3,2],[1,-1],[2,-3],[1,0],[-1,2],[-1,0],[0,2],[0,1],[-2,3],[-1,2],[-1,1],[0,5],[0,1],[0,1],[-1,0],[-1,2],[-1,0],[-1,2],[0,2],[0,3],[4,-1],[-2,2],[-4,1],[-2,5],[1,1],[0,2],[-6,-2],[-1,1],[-4,6],[0,3],[1,0],[1,-1],[0,1],[-1,4],[-1,3],[0,3],[1,2],[1,-2],[2,-4],[2,-3],[3,0],[2,2],[2,4],[-5,-2],[0,1],[0,2],[0,1],[-1,2],[-5,5],[0,2],[-1,8],[0,4],[0,3],[0,2],[1,5],[1,-1],[2,-5],[1,-1],[0,-1],[1,-3],[4,-8],[4,-2],[1,-2],[0,3],[-2,2],[-3,1],[-1,2],[-6,16],[0,4],[0,3],[1,1],[1,2],[2,0],[1,0],[0,-2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-5],[1,-1],[0,1],[0,4],[-1,5],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[1,-1],[2,0],[1,-1],[1,-5],[1,-1],[5,-4],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,3],[0,1],[-1,5],[0,1],[0,1],[0,2],[0,1],[0,1],[2,2],[1,3],[1,1],[1,-3],[0,1],[0,1],[1,1],[1,1],[1,-2],[1,0],[2,2],[1,0],[1,-1],[0,1],[0,2],[1,-1],[0,-1],[0,-1],[1,-1],[3,1],[3,-5],[1,-1],[2,3],[0,5],[-1,3],[-1,0],[-1,-3],[0,-2],[0,-1],[-1,0],[-1,3],[1,1],[0,1],[-1,0],[0,2],[0,3],[1,1],[1,-2],[1,1],[0,3],[1,2],[0,2],[1,2],[0,4],[0,3],[-1,4],[-1,6],[0,1],[1,-1],[0,-1],[1,0],[1,2],[1,-1],[1,0],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[2,1],[1,0],[1,-2],[0,-2],[1,-2],[0,-1],[-1,-2],[0,-2],[-1,-2],[0,-2],[1,1],[0,1],[1,-1],[0,-3],[0,-1],[1,-2],[1,1],[1,1],[1,1],[0,-1],[0,-2],[0,-1],[-1,-1],[2,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[2,0],[0,1],[0,1],[-1,0],[1,2],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[-1,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-3],[-1,-3],[-5,-10],[-2,-5],[0,-7],[-2,0],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[1,1],[1,1],[0,2],[0,4],[1,4],[1,3],[1,1],[4,1],[1,2],[1,1],[1,1],[0,3],[0,1],[0,1],[1,1],[0,1],[1,0],[1,0],[0,2],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,1],[0,1],[-1,1],[1,3],[1,2],[5,2],[5,0],[1,-1],[0,-1],[1,1],[0,1],[3,4],[1,-1],[0,2],[0,2],[0,2],[1,1],[1,2],[0,2],[0,1],[0,1],[0,2],[1,2],[0,2],[0,2],[-1,2],[0,3],[1,3],[2,4],[3,0],[0,-1],[-1,0],[0,-1],[0,-1],[2,0],[1,0],[0,2],[1,0],[1,0],[2,-3],[1,0],[4,2],[1,2],[0,3],[0,1],[-4,-4],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,-1],[0,-2],[-1,0],[-1,-1],[-1,-2],[-1,1],[0,1],[0,1],[1,1],[1,3],[0,4],[4,1],[2,2],[1,1],[1,0],[-1,0],[-2,-3],[-2,-1],[-1,0],[0,-1],[5,0],[0,-1],[0,-1],[0,-1],[-1,0],[2,-1],[1,1],[0,-1],[0,-1],[2,-2],[1,3],[0,1],[1,2],[2,2],[1,1],[1,3],[3,0],[0,1],[2,3],[0,2],[0,2],[0,1],[2,2],[2,4],[5,3],[0,3],[0,3],[0,2],[1,2],[0,-1],[1,-1],[2,0],[1,-1],[0,-1],[1,-3],[0,-2],[1,-3],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[1,4],[0,2],[-1,0],[1,3],[0,1],[1,-1],[1,1],[0,2],[1,4],[0,4],[1,2],[0,3],[0,2],[2,1],[0,2],[0,1],[-2,-2],[0,1],[0,1],[2,6],[1,2],[0,2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,2],[0,1],[1,0],[1,2],[1,0],[0,2],[0,1],[1,1],[0,-1],[0,-4],[-1,-2],[0,-1],[1,0],[1,1],[1,2],[0,1],[0,3],[0,1],[0,1],[1,-1],[1,1],[1,1],[0,2],[0,2],[1,0],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-3],[0,-3],[1,-1],[1,2],[-2,1],[1,2],[1,0],[1,-1],[1,1],[0,1],[0,2],[1,-4],[1,1],[0,-3],[0,-2],[1,0],[-1,-2],[0,-1],[0,-1],[2,1],[1,1],[1,2],[1,0],[-1,-3],[0,-2],[0,-2],[0,-1],[0,1],[1,2],[1,5],[0,1],[1,-1],[0,-1],[0,-2],[-1,-1],[2,0],[2,3],[1,0],[-1,-2],[-1,-2],[1,0],[1,0],[1,2],[0,1],[0,1],[1,1],[0,4],[0,3],[2,4],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,2],[0,1],[0,1],[1,-1],[1,1],[-1,2],[1,2],[0,1],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[1,-1],[0,-1],[0,-2],[0,-3],[0,-1],[-1,0],[1,-1],[2,1],[1,-1],[-1,-1],[1,-1],[1,1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-3],[1,-1],[0,2],[1,3],[0,1],[1,-2],[-1,-3],[0,-3],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[2,-1],[0,-1],[0,-2],[-2,-1],[-1,-3],[-3,-3],[-1,-2],[-10,-13],[-2,-1],[-2,-3],[-1,0],[0,2],[-1,-1],[0,-1],[-1,-1],[-1,-4],[0,-1],[-2,0],[0,-1],[0,-1],[0,-1],[-2,1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-3,-3],[-2,-1],[-1,-1],[0,-3],[-1,-3],[-1,-2],[1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,3],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,-1],[-2,0],[-1,-1],[-1,-3],[-1,0],[-2,0],[0,-1],[0,-2],[0,-1],[-2,0],[0,1],[-1,1],[-1,-2],[-1,-1],[-1,1],[-1,-1],[-2,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,3],[-1,1],[-1,1],[-2,-2],[-2,-3],[-2,0],[-1,-2],[-2,-6],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-2],[1,-1],[-1,0],[-1,-1],[2,-3],[0,-1],[-1,-4],[-6,-6],[0,-2],[0,-1],[1,-5],[0,-1],[-1,-1],[0,1],[-1,2],[0,2],[0,1],[0,2],[0,1],[-2,-1],[0,-2],[0,-1],[0,-2],[0,-3],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-5],[-1,-2],[0,4],[0,6],[0,5],[-1,4],[-1,0],[-1,0],[0,-1],[-1,-3],[-2,0],[-1,-1],[0,-3],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-6],[-1,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,0],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-5],[0,-1],[1,-2],[0,-3],[0,-2],[-1,-1],[-1,3],[1,3],[-1,1],[0,2],[0,3],[1,1],[-1,1],[0,1],[-1,-3],[0,-1],[-1,0],[-1,0],[-1,2],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[1,-2],[0,-2],[-1,0],[0,-1],[0,-1],[1,-2],[-1,-4],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-3],[-1,-1],[-1,0],[0,1],[-1,1],[0,2],[1,0],[0,1],[0,2],[-3,-3],[1,-2],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,0],[0,-1],[0,-4],[0,-2],[1,-2],[1,-2],[2,-2],[0,-1],[1,-1],[0,-1],[2,-1],[1,-1],[0,-2],[1,0],[3,-3],[3,1],[1,-1],[0,1],[-1,2],[-1,1],[-2,0],[1,-1],[0,-1],[-4,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,2],[0,2],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[-1,2],[-2,3],[-1,1],[-2,-1],[-1,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,2],[0,1],[2,0],[1,2],[1,0],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[-1,1],[1,1],[3,-3],[0,3],[-1,3],[1,2],[0,1],[1,-1],[1,-2],[1,-3],[2,-2],[1,-3],[1,1],[0,2],[-1,2],[0,1],[1,1],[5,-5],[1,0],[0,1],[0,3],[1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-2,6],[-2,2],[-1,-2],[3,-3],[-1,-1],[-1,0],[-1,2],[-1,0],[0,-1],[-1,-1],[0,-3],[0,-2],[-2,0],[-1,0],[-1,1],[0,1],[1,2],[0,1],[1,-1],[1,2],[-1,0],[-1,1],[-1,2],[-1,2],[1,2],[1,0],[3,-1],[-1,3],[-1,2],[-2,1],[0,1],[-1,1],[-1,4],[0,3],[1,2],[0,1],[0,1],[-1,0],[0,2],[1,2],[1,1],[4,0],[0,1],[2,4],[1,1],[1,1],[1,1],[0,1],[1,2],[0,2],[0,1],[0,1],[0,2],[0,3],[1,1],[0,-2],[0,-7],[0,-2],[-1,0],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[2,3],[1,2],[0,4],[0,2],[1,4],[0,1],[0,2],[1,0],[0,-1],[0,-2],[0,-2],[-1,-1],[1,-2],[1,0],[0,4],[1,1],[0,1],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-4],[0,-2],[0,1],[1,2],[1,7],[-1,1],[0,2],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,3],[1,0],[1,0],[1,2],[0,2],[0,1],[1,3],[1,1],[-1,-2],[0,-2],[0,-1],[1,0],[0,1],[0,1],[1,2],[1,1],[1,8],[1,4],[-1,0],[-2,-3],[-1,-1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,-2],[-1,1],[2,3],[1,1],[1,-1],[-1,-1],[1,0],[1,2],[1,0],[3,-1],[-1,3],[0,2],[1,1],[1,1],[1,0],[1,-2],[2,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-3],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[1,0],[1,1],[1,2],[1,2],[0,3],[0,3],[0,1],[1,0],[0,5],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,-1],[0,-1],[0,-1],[1,-8],[0,-2],[0,3],[0,8],[0,2],[0,1],[1,-3],[0,-4],[0,-7],[0,-1],[0,-2],[0,-1],[-3,-3],[-1,-4],[-1,-1],[0,-2],[0,-2],[0,1],[2,2],[0,1],[1,5],[1,1],[1,0],[1,1],[0,2],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,2],[-2,7],[-1,3],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-2],[1,-1],[1,-2],[0,-1],[0,-1],[1,-1],[0,-2],[0,-6],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[1,1],[0,1],[0,2],[1,3],[0,1],[0,2],[0,2],[0,1],[0,4],[0,1],[0,4],[0,1],[0,1],[0,1],[-1,0],[0,3],[-1,1],[-1,1],[0,1],[0,2],[0,2],[1,1],[1,1],[1,-1],[0,-2],[0,-2],[-1,-1],[1,-3],[1,-4],[0,-5],[0,-5],[0,-3],[0,-3],[0,-2],[-1,-3],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-1],[1,1],[0,2],[1,3],[0,2],[1,3],[1,10],[0,1],[0,2],[-1,3],[0,1],[0,1],[1,1],[0,1],[0,2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-5],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-5],[0,-1],[-1,0],[0,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,3],[1,4],[0,3],[1,2],[1,0],[0,-1],[0,-3],[0,-3],[-1,-3],[0,-2],[-2,-6],[0,-2],[0,-1],[0,-3],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[0,4],[-1,2],[1,2],[0,3],[0,2],[0,3],[-1,2],[1,2],[2,7],[1,2],[1,2],[-1,1],[0,2],[0,1],[0,1],[1,0],[1,2],[0,1],[2,2],[1,2],[0,4],[-1,0],[-2,-1],[6,13],[1,2],[0,1],[1,2],[1,1],[0,1],[-1,1],[0,2],[0,1],[1,1],[1,2],[0,1],[0,2],[1,1],[0,1],[1,1],[0,1],[-1,0],[-1,1],[2,1],[4,1],[6,6],[2,1],[5,5],[3,5],[1,0],[2,0],[1,2],[9,2],[2,2],[1,3],[0,2],[0,1],[1,5],[1,3],[1,2],[1,0],[1,-3],[-1,2],[0,-2],[0,-4],[-1,-3],[-1,-1],[0,-1],[0,-2],[1,-2],[0,-2],[0,-1],[-5,0],[-2,-2],[1,-8],[0,-1],[0,-2],[0,-2],[-1,-4],[1,-2],[0,-1],[1,0],[2,0],[1,-2],[1,0],[1,0],[0,1],[-1,3],[0,1],[0,2],[1,2],[0,1],[3,0],[0,1],[1,2],[1,3],[1,3],[2,5],[1,3],[5,10],[2,2],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,3],[0,2],[-1,3],[1,2],[0,2],[2,2],[1,1],[0,2],[1,0],[1,1],[1,2],[1,1],[3,-1],[2,3],[1,1],[2,0],[6,4],[2,-2],[-1,2],[-1,2],[-4,2],[-4,1],[-4,3],[-1,2],[0,3],[0,1],[-1,1],[0,2],[0,2],[3,-2],[0,-1],[1,0],[1,6],[0,1],[-1,1],[-3,-3],[-2,-1],[-1,1],[-1,3],[0,7],[1,7],[1,6],[2,3],[2,3],[0,1],[0,1],[0,-1],[1,0],[1,-3],[6,-10],[7,-13],[6,-14],[1,-5],[2,-4],[0,-2],[0,-2],[2,-6],[2,-11],[2,-6],[0,-3],[0,-3],[1,-1],[0,-1],[0,-1],[1,-2],[1,-1],[1,-1],[-1,0],[0,-4],[1,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[1,-6],[1,-9],[0,-2],[1,-1],[0,-2],[1,-2],[0,-3],[11,-26],[0,-3],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-2],[5,-10],[4,-4],[1,0],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[4,-5],[1,0],[0,1],[1,3],[0,1],[-1,2],[0,1],[0,1],[-1,1],[-1,2],[0,1],[1,1],[0,-2],[8,-2],[1,2],[0,1],[0,2],[0,1],[-1,1],[1,1],[1,2],[-2,0],[0,1],[1,0],[0,1],[-3,0],[-1,-1],[0,-2],[-1,1],[0,1],[0,1],[0,1],[-5,-3],[-2,-3],[-1,0],[0,-1],[0,-1],[-1,0],[0,2],[1,2],[0,2],[0,1],[0,1],[1,1],[1,-1],[0,1],[0,1],[0,1],[1,2],[0,1],[1,-1],[4,-1],[0,1],[-1,1],[0,1],[1,0],[1,-3],[2,-2],[2,0],[-1,2],[-2,2],[-1,3],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[1,2],[-1,1],[-4,1],[-1,2],[1,0],[1,0],[0,2],[-1,0],[0,1],[0,1],[1,6],[0,2],[1,1],[2,-1],[1,0],[2,5],[1,0],[1,0],[0,1],[0,1],[0,1],[1,-1],[2,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[1,1],[0,2],[1,1],[0,4],[0,2],[1,0],[-1,4],[-2,1],[-4,1],[-2,2],[0,1],[-2,-1],[-1,3],[0,1],[0,1],[0,1],[1,5],[1,1],[0,1],[1,-1],[0,-2],[0,-2],[0,-4],[2,0],[1,0],[0,1],[0,2],[1,2],[0,2],[0,1],[0,2],[1,3],[1,5],[1,2],[0,1],[5,5],[1,0],[0,-1],[1,0],[0,1],[1,1],[-1,2],[0,2],[0,1],[-1,1],[0,-1],[-1,-4],[0,-2],[-1,-1],[-1,1],[-1,1],[-1,1],[1,2],[1,1],[0,1],[-3,0],[0,-1],[0,-1],[-1,-1],[-1,2],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[-1,-1],[0,-1],[-1,2],[1,2],[0,1],[0,2],[0,3],[0,1],[1,1],[1,3],[2,2],[0,1],[1,1],[0,2],[0,1],[1,0],[0,-1],[0,-2],[0,-3],[-1,-1],[-1,-1],[1,-2],[2,0],[1,1],[1,2],[-3,-1],[0,1],[1,0],[0,1],[1,1],[1,1],[1,1],[0,1],[0,-1],[1,-1],[0,1],[4,2],[0,-1],[1,-1],[1,-4],[-1,-2],[1,-1],[1,0],[1,3],[-1,0],[0,3],[2,-1],[1,-1],[1,1],[-1,4],[-1,1],[0,-1],[-1,-1],[-1,0],[-1,2],[1,0],[0,1],[1,0],[0,2],[-2,1],[-1,0],[-3,-3],[0,1],[1,2],[0,1],[-1,0],[-1,-1],[0,1],[0,1],[0,1],[1,0],[1,2],[1,1],[1,-1],[1,0],[0,2],[1,0],[0,-1],[1,-1],[2,1],[1,0],[1,-2],[-2,-3],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-2],[0,-3],[0,-1],[-1,-2],[-2,0],[-1,-1],[1,-1],[1,0],[1,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[2,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,-1],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-3],[-1,-3],[0,-2],[-1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[-1,-2],[1,-2],[2,0],[0,-1],[1,-2],[1,-1],[1,1],[1,1],[1,3],[1,0],[3,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[-3,-5],[-1,-3],[0,-3],[0,-3],[0,-3],[-1,-2],[-2,-3],[-2,-3],[-1,-3],[0,-2],[0,-2],[0,-2],[1,-3],[-3,0],[0,-1],[0,-2],[2,-4],[2,0],[1,-1],[0,-1],[5,-1],[2,2],[1,5],[0,-2],[0,-3],[1,-2],[0,1],[0,2],[0,2],[0,2],[0,1],[1,0],[0,-1],[0,-1],[2,-2],[1,0],[0,1],[1,1],[1,0],[0,-1],[0,-2],[1,1],[1,1],[1,-1],[0,-1],[0,-1],[1,0],[1,2],[2,0],[4,6],[-1,1],[0,1],[0,1],[0,4],[0,2],[0,1],[1,0],[1,3],[3,1],[-1,-1],[3,-1],[1,2],[-1,2],[1,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,3],[0,1],[0,2],[0,2],[0,1],[1,1],[0,2],[0,1],[0,7],[0,3],[-1,2],[0,2],[2,2],[1,2],[1,4],[1,1],[0,1],[4,-5],[1,-2],[1,5],[0,1],[1,0],[0,-2],[1,0],[1,0],[2,-1],[1,0],[2,-2],[3,2],[5,-1],[4,2],[11,-4],[2,-3],[4,-1],[9,-10],[8,-11],[4,-9],[1,-3],[10,-19],[3,-3],[2,-3],[3,-3],[6,0],[1,-2],[7,-4],[6,-1],[11,-6],[6,-5],[0,-1],[1,-2],[4,-11],[7,-7],[5,-8],[6,-4],[4,-2],[9,-5],[2,-3],[4,-5],[1,0],[1,2],[1,0],[1,0],[1,0],[0,1],[0,1],[-1,1],[0,2],[1,1],[1,-1],[2,-7],[0,-1],[1,0],[1,1],[0,1],[0,-1],[1,-1],[8,-3],[1,0],[1,3],[2,-1],[2,-4],[1,-3],[7,-3],[1,1],[-5,6],[0,3],[1,0],[0,1],[-7,9],[0,1],[0,2],[1,1],[1,1],[1,1],[2,-1],[7,-8],[1,0],[0,2],[1,0],[1,0],[0,1],[-2,3],[-1,1],[-1,3],[0,1],[0,1],[4,-3],[1,-2],[1,-1],[4,1],[0,-1],[2,-3],[1,-1],[1,0],[0,-1],[1,-2],[5,-4],[3,-5],[1,-1],[0,1],[0,1],[1,1],[1,-1],[5,-8],[0,-2],[1,-3],[1,-3],[6,-6],[3,-4],[-1,-1],[0,-2],[1,-2],[0,-2],[0,-2],[1,-1],[0,-2],[5,-5],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,0],[1,-3],[1,-1],[0,-3],[0,-3],[0,-2],[-1,0],[-1,-1],[1,-3],[0,-2],[1,0],[2,0],[0,1],[0,2],[0,2],[1,1],[0,-1],[1,-5],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[-2,-6],[-1,-3],[0,-2],[1,-4],[0,-1],[0,-2],[-1,0],[-4,2],[-1,-1],[0,-2],[-1,0],[-2,0],[0,1],[-1,2],[-1,2],[-1,0],[-5,-3],[-6,2],[-1,3],[-1,1],[-1,-1],[1,-1],[1,-4],[1,-2],[3,-6],[-1,-1],[-1,1],[-1,-3],[0,-2],[-1,-1],[-10,5],[1,-3],[0,-2],[1,-2],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,-2],[0,-3],[0,-2],[1,-2],[0,-1],[1,0],[1,0],[1,-1],[-1,-1],[-1,-1],[-1,-3],[0,-1],[-2,0],[-5,-5],[-1,0],[-1,-1],[0,-1],[0,-3],[0,-2],[2,0],[2,-2],[4,1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-3],[0,-1],[1,-2],[1,-2],[1,-1],[3,-2],[6,4],[2,-1],[1,-1],[1,-3],[1,-1],[1,0],[1,1],[0,1],[0,1],[4,-8],[2,-2],[1,0],[2,2],[1,0],[5,-3],[1,-2],[3,-2],[5,0],[10,3],[3,-2],[3,-3],[1,-1],[6,2],[3,-1],[9,0],[2,2],[0,1],[0,2],[-1,3],[1,2],[4,-3],[5,3],[1,-1],[0,-2],[0,-3],[0,-2],[2,0],[0,-1],[1,0],[0,1],[0,2],[-1,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[-1,1],[2,2],[9,-6],[0,1],[-1,3],[1,0],[0,1],[0,1],[0,1],[1,0],[2,0],[-1,-4],[1,-1],[1,1],[0,2],[1,5],[0,1],[1,1],[0,2],[1,1],[2,1],[2,2],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,-1],[1,1],[1,0],[0,-2],[-1,-1],[0,-1],[-1,-1],[1,0],[1,1],[2,3],[1,-1],[0,-1],[0,-1],[1,0],[3,5],[2,1],[0,1],[1,4],[1,1],[0,2],[1,0],[1,2],[3,1],[1,4],[3,5],[3,0],[0,1],[0,2],[1,-1],[2,-2],[1,-3],[1,-1],[1,1],[-2,4],[0,3],[0,4],[1,1],[1,0],[1,0],[1,-1],[1,-2],[0,-1],[1,-2],[0,-5],[-1,-7],[0,-5],[1,-3],[1,1],[1,3],[-1,1],[0,2],[0,1],[2,0],[1,-2],[1,-5],[1,-2],[2,-2],[-1,-2],[0,-1],[-1,-2],[3,-3],[1,-2],[-1,0],[-2,1],[-1,0],[0,-3],[1,-1],[5,-5],[1,1],[0,1],[0,3],[0,1],[0,2],[1,0],[1,2],[0,1],[1,1],[0,-2],[0,-2],[1,-2],[1,0],[0,-1],[1,0],[0,1],[1,1],[5,-2],[0,-1],[0,-1],[2,-4],[0,-1],[0,-2],[1,-10],[-1,0],[1,-2],[1,-4],[0,-3],[0,-1],[-2,-2],[0,-2],[-1,-1],[0,-2],[1,-2],[0,-2],[1,-1],[1,-1],[0,-2],[2,-1],[0,-2],[1,-5],[0,-1],[1,1],[0,2],[1,5],[0,6],[0,20],[1,4],[0,1],[2,1],[1,-1],[1,-2],[0,-2],[0,-2],[0,-1],[1,-10],[0,-2],[1,-2],[-1,-1],[0,-1],[0,-2],[0,-4],[1,-5],[0,-4],[1,-2],[1,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[1,-2],[0,-2],[1,-2],[0,-2],[1,-2],[7,-14],[1,-5],[0,-1],[0,-1],[1,-2],[1,-7],[0,-2],[0,-3],[-1,0],[1,-7],[0,-2],[0,-3],[0,-1],[0,1],[-1,0],[-1,2],[-1,1],[-1,1],[-1,-1],[0,-1],[-1,0],[-1,2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[1,-4],[-1,0],[-3,2],[-1,3],[-2,3],[-2,3],[0,1],[-2,5],[0,2],[-1,0],[0,-1],[1,-3],[0,-1],[0,-2],[1,-6],[0,-2],[0,-2],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[1,-3],[0,-1],[0,-3],[1,-1],[3,0],[1,-1],[0,-1],[1,-3],[1,-1],[0,-2],[0,-3],[0,-3],[0,-1],[-1,-3],[-1,0],[-1,0],[-1,-1],[2,-2],[3,2],[2,-3],[1,-2],[0,-2],[0,-1],[1,-2],[0,-1],[-1,-4],[0,-2],[1,-1],[0,-3],[0,-3],[1,-1],[0,-1],[0,-1],[1,1],[0,2],[0,2],[-1,1],[1,3],[0,1],[-1,2],[0,2],[1,0],[1,-2],[1,-8],[3,-7],[-1,0],[0,-1],[0,-1],[0,-1],[2,-8],[1,-3],[1,-1],[0,-2],[1,1],[0,1],[-1,2],[1,0],[1,-3],[1,-10],[1,-2],[0,-1],[2,-2],[2,-10],[1,-2],[1,1],[0,3],[-1,2],[0,3],[-1,4],[-4,9],[0,2],[-1,2],[0,3],[0,1],[-1,1],[-1,3],[-1,1],[0,1],[0,1],[0,2],[0,1],[-2,6],[-1,6],[-3,5],[0,4],[1,-2],[1,0],[1,2],[-1,2],[0,1],[0,1],[0,1],[0,4],[0,7],[-1,8],[-1,2],[0,2],[0,3],[0,2],[1,2],[0,1],[2,-5],[1,-2],[1,0],[0,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,6],[-1,1],[0,1],[1,1],[1,0],[1,-5],[1,-2],[0,-1],[1,-3],[-1,0],[1,-12],[-1,1],[0,1],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[-1,-1],[1,-2],[1,-3],[0,-3],[1,-2],[1,0],[-1,2],[1,0],[1,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[1,-2],[1,0],[0,1],[0,2],[1,-1],[0,-3],[1,-1],[0,1],[-1,5],[0,2],[-1,3],[1,0],[1,-1],[1,2],[0,2],[0,2],[-2,6],[1,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,-3],[3,-4],[0,-2],[0,-2],[1,-3],[1,-2],[0,-2],[1,-1],[0,1],[-2,7],[1,2],[-4,14],[-1,4],[-1,3],[-1,1],[0,1],[1,3],[3,2],[0,2],[0,1],[1,3],[0,1],[-1,0],[-1,-1],[-1,1],[-1,2],[-1,1],[-1,1],[-3,8],[0,2],[-1,6],[-1,6],[-1,9],[-2,2],[0,3],[0,2],[0,1],[1,-1],[0,-2],[1,-1],[0,1],[0,7],[2,4],[0,1],[-1,2],[0,1],[0,1],[-1,1],[-1,1],[0,2],[0,1],[-1,3],[-1,3],[-2,4],[-1,2],[-2,4],[-1,4],[-1,1],[0,1],[0,1],[-1,4],[1,4],[0,3],[1,6],[0,1],[0,2],[1,1],[0,1],[2,1],[3,4],[1,1],[0,1],[1,1],[0,3],[0,2],[0,1],[-2,2],[-1,-1],[-1,-1],[0,1],[0,2],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[0,2],[0,3],[0,3],[0,3],[1,2],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,-2],[0,-2],[-1,-1],[-2,0],[0,-2],[1,0],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-2],[1,-2],[0,-1],[1,1],[0,1],[0,1],[0,1],[2,4],[0,1],[1,0],[1,2],[1,0],[2,0],[2,-3],[1,1],[3,4],[2,6],[2,2],[1,-1],[-1,-2],[0,-2],[0,-1],[3,2],[2,-1],[0,2],[1,2],[2,0],[3,-3],[0,1],[0,4],[-1,4],[0,4],[-1,2],[1,2],[1,1],[2,0],[-1,-3],[0,-1],[1,-1],[0,-3],[1,0],[0,2],[0,4],[0,3],[0,2],[1,0],[3,-7],[0,-1],[1,-3],[0,-3],[1,1],[0,2],[0,1],[1,0],[1,0],[0,1],[-4,6],[0,3],[0,1],[1,2],[1,2],[0,3],[0,2],[-1,2],[0,3],[1,1],[2,-1],[1,1],[1,4],[1,1],[2,0],[0,-1],[0,-1],[0,-1],[1,-1],[2,4],[0,1],[1,0],[0,-1],[1,1],[0,1],[0,1],[0,2],[1,0],[1,-2],[1,0],[1,2],[0,1],[0,1],[0,1],[1,1],[0,-1],[0,-3],[1,-1],[1,0],[0,1],[0,2],[0,2],[1,3],[0,2],[0,3],[0,1],[-1,0],[-1,1],[0,1],[0,3],[0,2],[1,3],[1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[-1,0],[-1,0],[0,-2],[-1,-1],[-1,-1],[-2,4],[-2,0],[-1,-1],[-2,-2],[0,-3],[-1,-1],[-12,-10],[-1,-1],[4,0],[-1,-1],[-2,0],[-1,-3],[1,-1],[0,-1],[0,-2],[0,-2],[-1,0],[0,1],[0,1],[0,1],[-2,1],[0,-1],[0,-2],[1,-2],[0,-2],[1,-1],[1,-1],[1,-1],[0,-3],[0,-1],[-1,-1],[-1,-2],[0,-3],[0,-2],[1,-2],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[-1,3],[0,2],[-1,1],[-1,0],[0,1],[-1,1],[0,2],[-1,5],[-1,0],[0,-2],[1,-2],[-1,-2],[-1,0],[-1,2],[-1,0],[-1,-2],[-1,0],[-1,-1],[0,-2],[0,-2],[-2,-2],[0,-2],[-1,0],[0,-1],[0,-2],[0,-3],[-1,0],[0,1],[-2,-1],[-1,0],[-1,6],[-1,1],[-1,1],[-2,-1],[-1,1],[-1,2],[0,2],[-4,-1],[-1,-2],[-1,0],[-1,0],[-1,2],[-1,-2],[0,-3],[-1,-3],[0,-3],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[4,-4],[0,-1],[0,-1],[-1,0],[-3,2],[-3,0],[-1,-2],[0,-1],[0,-1],[-1,-1],[-2,1],[0,3],[-4,0],[-1,-1],[-2,-3],[-4,-5],[-1,2],[0,2],[0,1],[0,1],[0,2],[1,0],[1,-1],[-1,-2],[0,-1],[1,0],[1,2],[0,4],[0,4],[0,1],[-1,1],[0,2],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-2,1],[0,1],[0,2],[1,2],[0,4],[1,3],[0,3],[-1,2],[-1,1],[-1,-1],[0,-2],[-2,-2],[0,-2],[-1,-1],[-2,0],[-1,-1],[0,-1],[0,-1],[-1,1],[-1,2],[-1,1],[0,2],[1,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[3,8],[6,23],[1,6],[2,3],[13,5],[2,-1],[3,4],[4,2],[2,2],[4,0],[3,5],[0,1],[1,1],[2,1],[4,6],[2,1],[1,2],[3,-1],[1,1],[3,5],[3,2],[2,3],[2,1],[1,2],[0,1],[1,4],[0,1],[1,-1],[6,-6],[5,-2],[0,-1],[2,-2],[1,-4],[1,-1],[2,-6],[2,-5],[1,-3],[0,-2],[0,-3],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-3],[1,-2],[1,-3],[1,-2],[1,-10],[1,-1],[0,-1],[1,0],[0,-1],[0,-4],[0,-1],[0,-1],[0,1],[-1,2],[-1,1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[0,-2],[-1,-1],[0,-2],[0,-2],[1,0],[4,1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-4],[6,-12],[1,-2],[2,3],[-2,3],[-1,2],[2,0],[0,1],[0,1],[1,0],[0,-1],[1,-1],[1,1],[0,2],[0,3],[1,-2],[0,-1],[1,-1],[0,-2],[0,-3],[0,-1],[-3,-3],[0,-2],[0,-2],[1,-1],[1,0],[1,3],[0,2],[1,0],[0,-2],[5,0],[1,-2],[-1,-5],[-1,-9],[1,0],[1,-2],[0,-4],[0,-2],[0,-1],[2,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[3,0],[1,1],[0,1],[1,1],[2,-4],[2,-1],[5,4],[3,-4],[1,0],[1,1],[1,1],[1,1],[0,3],[0,1],[1,0],[2,-2],[1,0],[1,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,2],[1,1],[2,5],[1,0],[0,-1],[1,-2],[0,-1],[1,-4],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-4],[0,-1],[0,-3],[0,-1],[1,0],[1,-1],[1,-3],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,-3],[1,-2],[1,-1],[1,0],[1,1],[1,0],[0,-4],[1,-2],[2,-6],[2,-4],[5,-3],[4,-2],[3,-5],[1,-4],[1,1],[0,-3],[1,-2],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,2],[1,2],[0,1],[1,-3],[1,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[1,-2],[1,0],[1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,1],[0,2],[1,0],[1,-2],[0,-2],[1,-1],[1,0],[1,1],[1,-1],[1,-2],[2,2],[0,1],[0,-2],[1,0],[0,1],[1,0],[0,2],[-1,1],[-1,1],[0,2],[1,0],[1,0],[0,-2],[1,0],[0,1],[2,-1],[1,0],[0,2],[0,3],[0,2],[0,1],[1,0],[1,-2],[0,-1],[1,1],[0,2],[1,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[4,0],[1,1],[1,2],[0,3],[-1,2],[0,3],[1,1],[0,-1],[0,-1],[1,-1],[0,-2],[1,0],[0,1],[1,3],[1,1],[0,-2],[1,1],[0,3],[0,1],[1,0],[0,-2],[1,-1],[1,2],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[2,2],[2,5],[1,1],[7,-1],[1,-1],[1,-2],[1,-1],[1,1],[1,-2],[1,0],[1,2],[1,-2],[2,-1],[1,0],[0,3],[3,-1],[0,-1],[1,-2],[0,-1],[0,1],[1,1],[1,1],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,-2],[0,-1],[1,-1],[1,0],[0,-1],[2,-5],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,2],[1,0],[1,-1],[1,0],[1,0],[1,-4],[1,1],[0,2],[0,4],[0,1],[1,1],[3,-1],[1,1],[1,5],[0,2],[0,1],[1,0],[1,-1],[0,-2],[0,-1],[1,0],[5,1],[1,0],[0,1],[1,1],[-1,1],[0,4],[-2,3],[0,2],[-1,0],[0,-1],[-1,1],[-1,2],[-1,4],[-1,1],[-2,4],[-1,2],[0,11],[0,2],[0,1],[0,2],[1,1],[2,-1],[0,1],[1,2],[0,1],[1,-1],[0,-2],[0,-1],[0,-2],[1,-2],[5,-11],[1,-2],[1,-4],[1,-2],[0,-1],[0,-3],[0,-1],[1,-1],[0,-2],[1,-1],[2,-13],[0,-1],[1,2],[2,-3],[1,-6],[1,-2],[2,0],[1,-1],[1,-3],[1,-2],[0,-1],[1,0],[1,0],[1,-1],[0,-3],[1,-2],[1,-1],[2,2],[2,0],[1,2],[0,2],[1,2],[1,2],[1,0],[0,-2],[1,-2],[0,-2],[1,2],[0,4],[1,1],[3,1],[-1,2],[0,1],[-1,2],[-1,0],[-1,0],[-1,0],[0,3],[3,7],[0,2],[0,2],[-1,5],[0,1],[-1,1],[0,1],[-1,1],[0,3],[0,2],[-1,3],[0,-1],[0,-2],[-1,-3],[-1,-1],[-1,0],[-1,1],[-1,5],[-1,2],[-3,6],[-1,5],[-1,1],[0,1],[-1,0],[0,-1],[-1,-2],[1,-3],[-1,-1],[-1,1],[0,1],[-1,-2],[-1,0],[-1,-1],[-2,-6],[-1,1],[0,3],[-1,1],[0,-1],[-1,-5],[0,-3],[0,-4],[0,-3],[0,-2],[-1,-1],[0,1],[-1,3],[-1,3],[-1,3],[0,1],[0,2],[-1,2],[0,1],[-1,1],[-1,4],[-2,4],[-1,1],[0,2],[-1,7],[0,1],[-2,3],[0,3],[-1,3],[-1,2],[1,0],[1,-2],[0,3],[0,3],[1,1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[1,-5],[1,1],[1,5],[1,5],[0,1],[-1,2],[-1,1],[-3,4],[-2,3],[1,0],[1,1],[0,1],[-2,3],[-1,3],[-3,9],[0,1],[0,1],[0,2],[0,1],[1,0],[1,-1],[2,-6],[1,-1],[0,1],[0,2],[-1,1],[0,1],[2,-2],[1,2],[-2,5],[-1,2],[0,2],[1,0],[1,-2],[1,-4],[0,-1],[1,0],[3,-3],[1,-6],[2,-2],[0,1],[1,1],[0,2],[1,-1],[1,0],[1,2],[-2,2],[0,2],[1,0],[5,-3],[0,7],[2,0],[2,-3],[1,-1],[-1,3],[0,2],[-1,1],[-2,1],[0,1],[-1,1],[0,2],[0,1],[-2,5],[-1,2],[0,2],[0,2],[0,1],[1,1],[0,1],[1,0],[1,-2],[1,2],[1,0],[1,-2],[3,0],[0,-2],[1,-1],[0,-2],[0,-1],[0,-1],[1,-4],[0,-2],[1,-1],[1,-1],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-2,-1],[-1,1],[0,1],[0,1],[1,2],[0,1],[0,2],[1,0],[3,0],[5,-5],[0,-3],[4,-8],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[4,-3],[1,-2],[-1,-1],[0,-2],[0,-2],[1,-1],[-1,0],[-1,1],[-1,0],[0,-3],[0,-1],[0,-2],[3,-1],[1,-2],[7,6],[1,0],[0,-3],[0,-1],[0,1],[1,-1],[0,-1],[-2,-1],[0,-2],[0,-3],[1,-1],[0,-2],[1,0],[0,1],[0,3],[0,3],[1,3],[3,7],[1,1],[1,1],[-2,-5],[0,-1],[0,-5],[0,-2],[0,-2],[-1,-3],[-4,-8],[1,-2],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-3],[0,-3],[1,-2],[2,0],[0,1],[1,2],[0,2],[0,1],[0,1],[1,1],[1,0],[0,-2],[1,-2],[1,-1],[1,1],[1,1],[-1,1],[0,2],[0,3],[-1,0],[-1,-1],[1,5],[1,2],[2,6],[2,2],[1,2],[2,1],[2,3],[4,3],[1,2],[0,1],[1,2],[0,1],[1,1],[0,-3],[-1,-3],[-3,-10],[-1,-3],[0,-3],[2,-4],[-1,-6],[-1,-6],[0,-4],[0,-2],[-1,-4],[0,-2],[-1,-3],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-4],[0,-2],[0,-1],[-1,-2],[0,-3],[0,-4],[0,-4],[1,-2],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[1,-1],[0,3],[0,-8],[0,-3],[-1,0],[-1,1],[0,1],[-1,1],[0,3],[0,1],[0,2],[0,1],[-1,1],[0,-2],[0,-3],[0,-5],[0,-3],[-1,-4],[-1,-2],[-2,-3],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-5],[0,-1],[1,1],[0,2],[1,0],[1,-1],[0,-1],[0,-3],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,-2],[1,1],[1,1],[0,3],[1,2],[1,-1],[-1,-2],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-4],[-1,-2],[0,-1],[0,-2],[0,-3],[-1,-4],[0,-2],[2,1],[1,0],[0,1],[1,0],[0,-1],[0,-2],[-1,-1],[1,-2],[1,1],[1,2],[1,2],[1,5],[1,1],[0,-2],[1,0],[0,1],[3,9],[0,2],[1,1],[1,1],[0,-2],[1,-1],[0,-2],[0,-1],[1,0],[0,2],[0,1],[1,2],[0,1],[0,1],[1,0],[0,-1],[1,-3],[0,-2],[0,-3],[-1,-3],[-7,-16],[0,-4],[1,1],[1,2],[1,0],[0,1],[2,5],[0,-1],[0,-2],[1,-1],[3,3],[1,-3],[-1,0],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,1],[0,2],[0,3],[0,2],[0,-2],[1,-4],[0,-1],[0,-1],[0,-1],[1,-4],[-1,-4],[-1,-2],[1,-2],[0,-1],[1,0],[1,-1],[0,-3],[0,-2],[-1,-5],[0,-1],[0,-1],[-1,2],[0,-1],[-1,-1],[0,-2],[-1,1],[-4,-1],[-1,3],[1,0],[0,1],[0,1],[0,1],[-1,-1],[-3,-3],[-3,-2],[-1,0],[-1,2],[0,3],[0,3],[-1,1],[-1,0],[1,3],[0,3],[1,2],[0,1],[-1,1],[0,-2],[-2,-7],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-1],[-1,0],[-1,1],[0,1],[1,1],[0,1],[-1,1],[-2,-2],[-1,2],[-1,3],[1,5],[-1,3],[0,1],[-1,-1],[-1,1],[0,2],[-1,0],[-1,-3],[0,-1],[1,-5],[0,-4],[0,-1],[3,-3],[0,-2],[1,-3],[0,-2],[1,-1],[2,-3],[1,-2],[0,-2],[0,-3],[0,-1],[1,-2],[0,-1],[1,0],[5,-8],[0,-1],[1,-2],[0,-2],[0,-1],[1,-4],[0,-3],[0,-2],[0,-4],[0,-2],[-1,-5],[1,2],[1,7],[1,1],[1,0],[1,1],[0,1],[1,1],[0,2],[-1,2],[0,4],[0,1],[-1,0],[0,-1],[0,-4],[0,-1],[0,-2],[-1,-1],[-1,1],[0,1],[0,3],[-1,4],[-1,1],[0,1],[-1,3],[-1,5],[0,2],[-1,1],[-1,2],[-1,1],[-1,5],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,2],[1,2],[2,0],[1,-1],[1,-2],[1,-1],[1,3],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,1],[3,0],[2,-1],[0,1],[1,1],[0,1],[1,1],[1,0],[0,-1],[0,-2],[1,-1],[1,-1],[1,1],[0,1],[1,3],[0,2],[0,1],[1,3],[0,2],[-1,1],[-1,1],[0,1],[0,3],[0,3],[-2,4],[0,1],[1,1],[0,3],[0,1],[0,1],[0,2],[-1,1],[0,1],[1,1],[1,6],[0,1],[1,1],[0,1],[0,2],[0,2],[0,2],[0,1],[1,0],[1,2],[0,1],[-3,6],[-1,2],[0,4],[-1,1],[0,2],[0,2],[0,1],[0,4],[0,1],[-1,1],[0,2],[0,2],[1,1],[0,2],[1,1],[0,3],[0,3],[-1,3],[-2,5],[0,2],[-1,3],[-1,1],[-1,2],[-1,2],[0,2],[-1,1],[-1,0],[-1,1],[0,2],[-1,1],[0,2],[0,1],[1,3],[2,2],[0,1],[0,1],[1,0],[1,3],[0,6],[0,5],[-1,2],[1,5],[0,2],[2,4],[1,2],[0,3],[0,2],[0,1],[0,2],[0,2],[-1,0],[0,1],[1,1],[4,1],[1,1],[1,0],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,0],[0,-1],[2,1],[2,6],[1,1],[1,-2],[1,-3],[1,-1],[1,1],[1,1],[1,-3],[1,-2],[2,1],[1,3],[1,4],[1,1],[0,1],[0,1],[1,2],[2,7],[3,2],[0,1],[0,1],[0,1],[2,2],[0,1],[1,2],[0,-1],[0,2],[3,2],[1,2],[1,3],[-1,2],[0,3],[0,4],[0,2],[0,1],[1,2],[1,1],[0,1],[0,1],[0,1],[1,1],[4,8],[6,4],[1,3],[1,0],[0,1],[2,3],[0,1],[1,0],[1,1],[-1,0],[0,1],[0,1],[1,0],[0,3],[0,1],[2,1],[2,4],[0,-1],[-5,-3],[-2,2],[-1,0],[-2,-2],[0,1],[0,2],[0,1],[1,1],[0,-1],[0,2],[0,2],[0,3],[1,3],[0,3],[0,1],[-1,1],[0,1],[1,2],[1,0],[0,2],[0,1],[0,3],[0,1],[2,3],[0,2],[0,2],[-1,2],[-1,2],[0,2],[0,2],[0,2],[0,1],[0,1],[0,2],[0,1],[-1,1],[-1,0],[-1,0],[1,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,2],[1,1],[0,2],[1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[1,3],[1,3],[2,4],[-1,1],[-1,-2],[-2,-2],[0,-2],[1,0],[0,-1],[-1,-3],[-1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-3],[-1,-2],[0,-2],[0,-2],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[1,2],[1,1],[1,3],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[3,6],[0,-3],[-1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-3],[-1,-2],[-2,-2],[0,-2],[-1,-1],[0,-1],[-5,0],[-4,-5],[0,2],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[0,2],[0,1],[-1,1],[-2,-1],[1,3],[0,7],[0,2],[1,4],[1,1],[0,3],[-1,0],[0,1],[0,2],[0,3],[0,1],[-1,1],[0,1],[0,2],[1,2],[1,-1],[2,-3],[0,-2],[1,0],[0,2],[1,1],[0,2],[1,5],[0,2],[1,2],[1,0],[2,0],[1,2],[1,2],[-1,2],[0,1],[0,2],[0,1],[2,3],[1,0],[0,2],[2,3],[-1,0],[-3,-4],[-3,-1],[-1,2],[-1,2],[0,2],[0,2],[1,5],[0,2],[0,1],[0,1],[0,1],[0,2],[1,2],[-1,2],[-1,1],[1,3],[1,3],[4,1],[2,3],[3,0],[0,-1],[1,-2],[1,1],[1,1],[1,1],[1,4],[0,2],[4,5],[2,0],[0,-2],[-2,-4],[-1,-2],[0,-1],[-1,-3],[0,-1],[-1,-1],[-2,-5],[-1,0],[-2,-9],[1,0],[1,2],[0,1],[-1,-4],[0,-2],[-1,0],[1,-2],[1,1],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-1],[1,1],[1,2],[0,1],[1,2],[1,2],[1,4],[2,3],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[1,1],[1,3],[2,3],[1,2],[0,2],[1,2],[2,2],[-1,1],[-3,-3],[-2,1],[-1,0],[1,1],[1,7],[1,3],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[0,-1],[-1,1],[0,2],[0,2],[-1,1],[-1,1],[-3,-1],[-2,-4],[-1,-2],[-1,0],[0,2],[-2,-2],[0,-1],[0,-1],[1,-2],[-1,-2],[-1,-1],[-2,1],[-4,-1],[-5,3],[-1,1],[-1,5],[0,1],[-1,1],[-1,1],[-2,8],[0,3],[0,1],[0,2],[0,1],[0,2],[-1,1],[0,1],[-1,0],[0,-2],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,3],[-3,-3],[0,-1],[0,-2],[0,-2],[1,-2],[-1,-4],[-1,-2],[-1,-1],[-1,0],[-3,2],[0,1],[0,2],[0,1],[-1,-1],[0,2],[-1,1],[-2,-1],[-1,0],[0,2],[-1,2],[-1,0],[-5,6],[-1,1],[-1,2],[-2,3],[-1,1],[0,1],[-2,6],[-1,0],[-1,1],[-1,-1],[0,-2],[0,-2],[-1,-2],[0,1],[-1,1],[0,2],[0,2],[1,1],[0,2],[-1,0],[-1,-1],[0,-3],[-2,2],[0,-1],[-1,0],[-1,2],[-1,5],[-1,2],[-3,3],[1,2],[1,-2],[1,2],[-1,1],[0,2],[1,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,0],[-1,1],[-1,-1],[-1,1],[-6,18],[-1,4],[0,1],[-1,1],[0,2],[0,2],[0,2],[-1,5],[0,4],[1,11],[0,4],[1,4],[2,6],[0,1],[1,0],[1,-1],[1,1],[0,1],[0,4],[0,5],[1,5],[1,4],[1,4],[0,-2],[0,-2],[1,-1],[0,-1],[1,2],[0,3],[1,2],[1,1],[0,1],[1,-1],[1,-3],[4,-4],[1,0],[1,0],[0,-1],[0,1],[0,1],[0,1],[-3,1],[-2,2],[-1,2],[-1,1],[0,2],[0,2],[0,3],[2,6],[1,0],[1,1],[1,2],[1,1],[0,1],[-2,-1],[-6,-8],[-1,-1],[0,-2],[-1,-2],[-2,3],[-2,3],[-2,4],[0,2],[-1,3],[0,2],[-1,2],[-3,3],[-1,3],[0,5],[1,5],[1,8],[1,2],[0,8],[0,2],[0,1],[0,1],[1,2],[0,1],[-1,2],[1,0],[1,1],[1,2],[1,3],[0,1],[0,1],[-1,2],[0,1],[0,-1],[-1,0],[1,-3],[0,-1],[-1,0],[-1,0],[0,1],[-2,3],[0,2],[0,2],[1,1],[1,3],[1,0],[1,-2],[0,-1],[1,2],[-2,3],[-1,2],[0,2],[1,3],[0,5],[-1,-1],[0,1],[0,1],[-1,1],[1,2],[1,1],[3,0],[1,0],[0,2],[0,1],[1,3],[1,3],[0,4],[1,2],[2,2],[4,0],[1,-2],[1,-1],[1,-3],[1,-4],[5,-8],[0,-1],[1,1],[1,0],[1,0],[0,3],[0,1],[1,1],[-1,1],[-1,2],[0,2],[3,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,2],[0,2],[0,1],[1,3],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[2,3],[-2,-1],[-1,-1],[-1,-2],[-3,1],[-1,1],[-1,1],[-3,1],[-1,0],[-1,4],[-2,1],[0,1],[0,2],[1,2],[1,2],[-1,0],[0,2],[0,1],[2,2],[1,1],[1,-1],[1,1],[1,2],[0,1],[0,2],[1,0],[0,1],[1,0],[1,2],[0,1],[1,0],[1,3],[0,1],[6,-1],[0,1],[1,2],[-1,0],[0,2],[0,2],[0,2],[1,2],[0,1],[0,3],[1,1],[2,1],[2,1],[0,1],[1,-1],[1,0],[0,1],[5,-1],[1,-1],[1,-1],[2,1],[1,2],[1,3],[-1,1],[-3,-5],[-1,0],[-1,1],[-8,2],[-1,-2],[-1,0],[-1,1],[-1,1],[0,2],[0,1],[1,1],[0,1],[-1,0],[0,1],[1,4],[0,1],[0,1],[0,1],[9,3],[10,4],[1,-1],[0,-1],[0,-2],[1,-2],[2,-2],[0,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[-2,-1],[-1,-1],[-2,-3],[1,-4],[0,-2],[0,-2],[0,-2],[0,-1],[2,2],[0,2],[1,6],[0,1],[0,1],[1,0],[0,-1],[0,-2],[0,-1],[0,-2],[1,1],[0,2],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-6],[-1,-3],[1,0],[3,10],[1,2],[0,5],[1,2],[1,0],[0,-2],[0,-2],[2,-1],[1,4],[2,-1],[0,-3],[1,-1],[2,0],[1,1],[0,1],[1,2],[2,0],[1,-2],[0,-5],[0,-3],[0,-1],[-3,-7],[0,-2],[2,-2],[3,-7],[3,-4],[3,-3],[1,-1],[0,-1],[1,-2],[0,-1],[3,-2],[1,-2],[0,-3],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[2,-1],[1,0],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-2],[0,-5],[1,-2],[0,-1],[0,-2],[1,-5],[0,-2],[1,-3],[0,-1],[0,-1],[-1,-2],[0,-1],[1,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[1,-2],[-1,-4],[0,-2],[0,-2],[0,-7],[-1,-2],[1,-1],[-1,-3],[1,-3],[0,-2],[1,-1],[-1,-1],[-1,-1],[-1,0],[-1,4],[-1,1],[-1,0],[1,-3],[0,-2],[2,-4],[4,-2],[1,-1],[1,-2],[1,-2],[1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,-1],[-1,0],[0,-1],[-1,-2],[1,0],[0,-1],[0,-1],[2,2],[5,-3],[0,-1],[0,-1],[2,-1],[1,-2],[0,-1],[0,-2],[0,-2],[-1,0],[0,-3],[1,-1],[1,1],[0,4],[1,3],[1,-2],[1,-3],[0,-2],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,1],[-1,0],[0,-1],[-1,-2],[1,-1],[2,-2],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[2,-2],[1,-1],[-1,-2],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,0],[0,-1],[2,0],[1,0],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[-1,3],[-1,2],[1,2],[0,2],[1,0],[1,-1],[0,-1],[0,-2],[1,-1],[0,1],[0,2],[0,1],[1,0],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[1,-7],[0,-4],[0,-3],[0,-1],[1,1],[0,1],[0,1],[0,2],[1,-1],[0,-1],[2,-4],[1,-2],[0,-3],[0,-1],[0,-1],[-1,-1],[-4,-1],[-3,1],[-1,-1],[-1,-1],[-3,-1],[-1,1],[-1,1],[-1,3],[0,2],[-1,1],[-2,1],[-1,1],[0,1],[0,2],[-1,4],[0,2],[-1,1],[0,-3],[-2,0],[2,-3],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-2,-2],[-3,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-2],[-1,-1],[0,-1],[-1,-1],[-1,-4],[-1,-1],[-2,-2],[1,-1],[1,1],[0,-1],[1,-3],[0,-1],[1,1],[0,2],[4,4],[6,-1],[1,-1],[2,-4],[1,-4],[0,-1],[-2,-3],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-4,-9],[0,-1],[-1,0],[0,-1],[1,-1],[-1,-3],[-2,-2],[-1,-2],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,4],[-1,-2],[0,-1],[0,-2],[-5,-7],[-1,0],[0,-1],[10,2],[0,-1],[-3,-1],[-2,-4],[-1,0],[-2,1],[-1,1],[-2,-1],[0,-1],[2,-2],[2,1],[2,-2],[1,0],[1,1],[1,3],[4,2],[0,-1],[1,-1],[1,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,1],[2,0],[1,-1],[2,-4],[1,0],[1,-1],[0,-1],[-4,2],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[2,-5],[2,-2],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[4,-4],[0,-2],[2,-1],[2,-3],[0,3],[1,2],[1,1],[1,2],[-1,1],[1,1],[1,0],[1,1],[1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,0],[0,1],[0,2],[1,1],[1,0],[2,-1],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[1,-1],[1,2],[1,0],[0,-3],[2,1],[0,-2],[-1,-1],[-2,0],[-1,-1],[-3,-7],[0,-2],[-6,-3],[0,-1],[0,-2],[1,1],[0,1],[5,0],[1,2],[0,1],[3,3],[1,-1],[0,-1],[0,-2],[1,-4],[1,0],[2,2],[1,-1],[2,3],[1,-1],[0,-2],[0,-2],[0,-2],[3,0],[0,4],[1,2],[1,1],[1,0],[4,-4],[1,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,2],[1,0],[0,-1],[-1,-2],[-4,2],[-1,-2],[-1,-1],[-1,0],[0,1],[-1,1],[1,1],[-1,1],[-2,0],[0,-1],[1,-1],[1,-2],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,1],[0,-1],[-1,-1],[-1,-2],[-2,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-4,-1],[0,1],[1,2],[-1,-1],[-1,1],[1,1],[0,1],[0,1],[1,0],[0,2],[-1,0],[-3,-5],[-1,0],[0,2],[1,2],[1,2],[0,1],[0,2],[1,1],[0,1],[1,1],[0,1],[-1,0],[-1,-1],[-2,-6],[-2,-3],[-1,0],[-2,1],[-5,9],[0,-1],[2,-4],[3,-6],[2,-2],[1,-1],[0,-1],[1,-2],[0,-1],[3,-2],[5,-11],[0,-1],[1,-1],[1,-4],[1,0],[2,-3],[0,-1],[0,-2],[-1,-4],[0,-1],[0,-3],[0,-2],[2,0],[0,-1],[1,-6],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[3,0],[2,-4],[0,-1],[0,-1],[-1,-2],[0,-1],[1,0],[1,0],[0,-1],[-1,-1],[-1,1],[-1,-1],[-1,0],[0,-2],[-1,-3],[1,-1],[2,4],[1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[-1,-1],[-1,2],[0,-2],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-5],[-2,-4],[0,-1],[-1,-1],[0,-1],[1,0],[1,-1],[2,-3],[5,-5],[0,-1],[-2,0],[-3,-5],[3,2],[1,0],[1,-2],[0,-1],[0,-1],[-1,-2],[1,-2],[0,-2],[1,-2],[0,-3],[0,-1],[1,-1],[1,0],[1,2],[1,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[1,2],[1,1],[0,1],[2,4],[0,1],[1,2],[0,2],[-1,1],[0,1],[1,1],[-1,1],[1,2],[1,1],[1,1],[0,1],[0,2],[0,1],[1,-1],[0,1],[0,2],[0,1],[1,2],[0,2],[0,1],[-1,0],[-1,1],[0,2],[-1,3],[0,3],[0,1],[0,2],[1,1],[0,2],[0,2],[2,2],[0,2],[0,3],[1,1],[1,-2],[0,-4],[0,-4],[0,-3],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,3],[0,3],[0,1],[1,3],[0,1],[0,2],[-1,2],[1,0],[0,1],[0,1],[0,2],[0,2],[-1,0],[0,2],[0,1],[0,1],[0,5],[-1,3],[0,5],[0,1],[1,2],[0,4],[1,3],[1,4],[3,7],[3,9],[0,1],[1,2],[0,1],[0,4],[0,1],[1,1],[1,4],[1,1],[1,0],[2,3],[4,-2],[3,-4],[0,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[1,-4],[1,-2],[3,-8],[5,-8],[1,-3],[2,-2],[5,-9],[6,-18],[2,-6],[1,-6],[0,-6],[0,-3],[0,-2],[0,-2],[0,-5],[0,-3],[0,-3],[1,-2],[0,-2],[0,-3],[0,-3],[1,-2],[1,-2],[0,-2],[-1,-2],[1,-1],[1,-4],[0,-3],[0,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,-2],[0,-2],[-1,-2],[0,-1],[-2,4],[-1,1],[-2,1],[0,1],[-1,0],[0,-2],[-1,1],[0,2],[0,2],[0,13],[0,2],[0,1],[0,1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-3],[-1,-1],[-2,-3],[0,-1],[0,-1],[0,-3],[2,-4],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-6],[0,-2],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-4],[0,-3],[0,-2],[1,-6],[1,-5],[0,-2],[0,-3],[0,-3],[1,-3],[0,-2],[2,-3],[1,-3],[-1,-4],[1,-4],[0,-1],[1,-2],[0,-1],[1,-3],[3,-2],[1,-2],[1,-3],[1,-3],[0,-1],[1,-2],[0,-3],[3,-6],[2,-7],[0,-1],[2,-5],[2,-4],[1,-2],[0,-2],[0,-9],[0,-2],[1,1],[1,1],[1,-1],[0,-2],[0,-2],[-1,0],[-1,-2],[-1,-3],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,1],[1,0],[0,2],[1,4],[0,1],[1,1],[1,0],[1,-1],[0,-3],[0,-2],[0,-3],[0,-2],[1,-1],[0,2],[1,10],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[1,-1],[0,1],[0,1],[1,-1],[1,-2],[-1,-2],[1,-2],[0,-1],[0,1],[1,3],[0,2],[0,1],[0,4],[0,1],[1,0],[0,-2],[1,0],[1,1],[-1,3],[0,2],[0,2],[0,1],[-1,1],[-1,1],[0,1],[0,2],[-1,1],[1,1],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[1,0],[0,1],[0,2],[0,2],[0,1],[1,2],[1,3],[0,1],[2,2],[1,0],[1,-2],[2,-5],[1,-1],[0,1],[0,4],[1,2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-2],[1,2],[1,2],[0,2],[-1,4],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,3],[-1,1],[0,2],[0,1],[0,3],[0,2],[0,1],[0,2],[0,2],[1,0],[0,2],[0,2],[-1,2],[0,2],[0,2],[0,1],[0,1],[-1,3],[0,1],[2,5],[2,13],[1,5],[2,3],[0,3],[1,1],[2,3],[0,1],[0,2],[0,1],[1,2],[0,1],[0,1],[0,2],[0,3],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[0,3],[1,1],[4,7],[0,1],[0,1],[-1,2],[0,2],[0,2],[0,1],[1,1],[1,1],[0,1],[-1,2],[0,2],[0,1],[0,2],[0,1],[0,1],[1,0],[1,0],[1,3],[-1,0],[-1,1],[0,2],[0,4],[1,1],[0,1],[0,2],[0,1],[-1,2],[0,1],[1,1],[0,1],[3,9],[0,2],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,3],[0,1],[-1,1],[1,1],[-1,1],[0,1],[0,2],[0,1],[0,4],[0,2],[0,2],[0,1],[1,2],[0,1],[0,1],[1,3],[0,1],[0,4],[1,2],[1,1],[1,-3],[1,1],[1,1],[1,2],[-1,1],[-2,3],[4,-1],[2,-2],[-1,-2],[0,-1],[1,-1],[3,-2],[1,1],[-1,2],[-1,1],[1,2],[1,0],[2,-2],[5,2],[0,-1],[2,-2],[2,-1],[1,0],[0,1],[0,2],[1,1],[-1,2],[0,1],[0,1],[-1,0],[0,3],[-1,2],[-2,0],[-1,-2],[-1,0],[-4,3],[-1,2],[-1,3],[1,2],[3,-2],[0,1],[0,1],[1,0],[1,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[-4,4],[0,2],[1,0],[4,-2],[0,-1],[1,0],[1,0],[2,-1],[0,2],[0,2],[0,1],[-3,1],[-1,1],[0,3],[-1,0],[0,1],[1,1],[3,-1],[0,1],[0,1],[1,2],[2,-4],[2,1],[1,-2],[1,-1],[1,1],[0,1],[1,2],[-1,1],[-3,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[1,1],[0,1],[0,2],[-1,0],[-3,-1],[-1,0],[-1,2],[0,2],[-1,1],[-1,1],[1,2],[1,1],[-2,1],[-2,-4],[-1,1],[1,4],[1,1],[1,0],[1,2],[-1,1],[-4,-1],[-1,-1],[1,-2],[-1,-2],[0,-1],[-2,1],[-1,1],[0,1],[1,2],[1,1],[1,2],[-1,1],[-3,1],[-1,2],[0,1],[-1,6],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,3],[0,1],[1,0],[1,-2],[1,0],[1,0],[0,1],[-2,3],[-1,1],[0,2],[0,1],[0,2],[-1,0],[0,1],[0,3],[0,1],[2,0],[1,1],[0,1],[0,1],[-1,2],[2,-1],[0,2],[-1,1],[0,1],[-1,0],[0,-1],[-1,-2],[-1,-1],[-1,1],[0,2],[0,3],[0,3],[0,3],[1,2],[0,2],[0,2],[1,1],[2,-1],[-3,8],[-1,5],[0,4],[2,0],[0,1],[0,3],[0,5],[0,1],[-1,0],[-1,3],[3,2],[1,0],[-1,-4],[1,0],[1,2],[0,1],[0,2],[0,2],[0,2],[-1,1],[-6,1],[1,2],[0,2],[6,-1],[1,-1],[4,-8],[2,-2],[1,0],[0,3],[1,1],[3,1],[1,1],[1,2],[-1,1],[0,2],[0,1],[3,-3],[1,0],[1,2],[10,1],[1,-2],[0,-1],[0,-1],[2,1],[2,-2],[4,-9],[6,-5],[1,-3],[1,0],[1,0],[6,-3],[1,1],[2,-2],[1,1],[2,2],[0,1],[7,-4],[3,2],[6,-2],[1,1],[-1,0],[0,1],[0,1],[2,0],[1,-1],[0,-1],[0,-1],[0,-1],[5,-4],[4,-1],[-4,-3],[-1,0],[0,3],[-5,1],[0,-1],[0,-1],[1,0],[-1,-1],[-1,0],[0,-1],[3,-3],[-1,-2],[-5,-1],[4,-1],[1,-2],[0,-1],[3,-7],[-1,-1],[-10,4],[-11,5],[0,-1],[-1,-1],[0,-1],[1,0],[2,0],[13,-9],[12,-8],[1,-2],[1,-2],[-1,-1],[-4,3],[0,-1],[1,-1],[2,-5],[2,-2],[1,-2],[1,-2],[0,-3],[0,-1],[-2,1],[-1,-1],[1,-2],[0,-2],[-2,-1],[1,-3],[1,0],[6,2],[-1,1],[0,2],[1,1],[7,-1],[3,-3],[4,-7],[1,0],[1,1],[1,0],[1,-2],[1,0],[0,-1],[0,-7],[1,-3],[0,-2],[0,-1],[0,-1],[-2,1],[-1,-1],[0,-1],[-2,-3],[0,-1],[-2,-8],[-1,-2],[-1,0],[-1,0],[0,1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-5,-3],[-3,-4],[-1,-3],[5,3],[1,2],[1,0],[0,-2],[1,0],[1,1],[1,0],[0,-1],[1,-1],[1,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,3],[0,1],[1,0],[1,1],[1,0],[1,-1],[0,-1],[2,-7],[0,-1],[0,-1],[1,-2],[1,-1],[0,-2],[-1,0],[0,-1],[0,-3],[0,-4],[0,-3],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-4,-10],[-1,0],[-1,0],[-2,2],[-2,1],[1,-3],[0,-1],[0,-2],[-1,-3],[-1,-1],[-1,-1],[-1,-4],[-1,0],[-1,1],[-1,2],[-1,7],[0,2],[-2,1],[-2,2],[-1,1],[0,-1],[0,-2],[1,-2],[1,-1],[0,-1],[0,-3],[-1,-2],[-1,0],[-5,3],[-1,1],[-3,7],[-1,0],[0,-3],[0,-2],[1,0],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,0],[0,-2],[0,-2],[1,-1],[0,-1],[3,1],[1,-2],[0,-1],[0,-1],[3,-4],[1,-3],[-1,-3],[-3,1],[-1,-1],[1,-3],[1,-2],[1,-1],[1,-1],[2,3],[1,0],[0,-4],[0,-3],[-1,-3],[-1,-7],[0,-1],[0,-2],[0,-1],[3,-3],[1,0],[1,1],[1,2],[0,1],[0,1],[0,2],[1,1],[1,4],[0,1],[1,1],[0,-1],[1,-2],[-1,-10],[-1,-2],[-2,-1],[1,-3],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-1],[1,0],[-1,-2],[0,-1],[0,-2],[-1,0],[1,-2],[0,-3],[1,-2],[0,-1],[0,-1],[0,-4],[0,-1],[1,-2],[1,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-3],[2,0],[0,-2],[0,-1],[0,-2],[1,-3],[1,-1],[1,-1],[1,-1],[1,-7],[2,-3],[3,-5],[2,-5],[0,-3],[2,-4],[0,-1],[0,-3],[1,-1],[1,-3],[0,-5],[0,-4],[-1,-5],[-1,-4],[1,0],[-1,-4],[-1,-9],[0,-4],[0,-8],[0,-2],[-2,-8],[1,-1],[0,-1],[-1,-2],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-2],[0,-4],[0,-3],[-1,-1],[-3,2],[0,-3],[0,-1],[-2,-1],[-3,4],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[-2,-7],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-3],[-1,-2],[0,-2],[0,-3],[1,-2],[0,-1],[0,-2],[-6,2],[0,-1],[0,-2],[0,-1],[-3,-3],[0,-1],[0,-3],[-2,-2],[0,-2],[0,-1],[-1,-4],[0,-3],[-1,-1],[-6,1],[-2,-2],[-3,0],[0,-1],[0,-1],[0,-2],[0,-5],[-1,-2],[-2,-3],[0,-1],[-4,-8],[-1,-2],[-1,0],[-1,-5],[0,1],[-2,0],[-2,1],[-1,-2],[-1,1],[0,1],[1,1],[-2,5],[-1,2],[1,0],[0,3],[1,-1],[0,-2],[0,-3],[1,-2],[1,0],[0,2],[-1,2],[0,2],[-1,2],[-2,5],[0,2],[0,4],[0,2],[-2,1],[-3,2],[-1,3],[-1,4],[-1,-1],[0,-1],[-1,1],[0,2],[0,2],[-1,2],[0,2],[0,2],[0,1],[0,2],[0,3],[1,1],[1,1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[1,2],[0,2],[1,2],[-1,3],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,3],[1,3],[1,4],[0,3],[0,3],[-1,2],[0,2],[0,-2],[-1,-4],[0,-2],[0,-3],[-2,-1],[-1,-2],[1,-1],[-1,-1],[-1,-4],[0,-4],[-1,-1],[-4,2],[-1,2],[0,3],[1,3],[-1,3],[-3,1],[-1,3],[2,1],[4,-1],[0,1],[-4,5],[-1,2],[0,3],[0,2],[1,0],[-1,2],[-1,1],[-1,0],[-1,1],[-1,4],[-1,1],[2,0],[3,-3],[1,2],[-12,8],[-1,1],[-2,4],[-1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[1,-1],[2,-2],[0,-1],[0,-1],[-1,-1],[1,-1],[1,1],[0,1],[1,1],[1,0],[1,-1],[1,-1],[1,-2],[-10,-2],[-6,-7],[0,-1],[1,0],[1,-1],[-1,-1],[0,-2],[-1,-1],[-1,1],[1,-2],[0,-3],[1,-1],[1,-1],[1,1],[0,1],[1,1],[2,0],[1,1],[0,1],[1,3],[0,2],[0,1],[-2,1],[0,2],[2,-2],[1,0],[0,1],[0,1],[0,2],[3,1],[1,0],[0,-1],[0,-1],[0,-1],[4,1],[-1,-2],[1,-2],[0,-1],[-4,-1],[1,0],[2,-3],[2,-4],[1,-4],[-1,1],[-3,3],[-1,-1],[1,-3],[3,-1],[2,-1],[1,-3],[1,-1],[2,0],[1,-1],[-1,-2],[-2,-5],[-1,-1],[0,-1],[2,-1],[1,-1],[0,-2],[1,-1],[1,3],[1,-1],[2,0],[1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-3],[0,-3],[-1,0],[0,-1],[0,-1],[3,-11],[1,-1],[1,-3],[1,-1],[1,-1],[0,-3],[1,-4],[1,-3],[0,-2],[0,-7],[0,-3],[0,-2],[1,-1],[1,0],[1,-1],[0,-4],[0,-3],[2,-4],[0,-2],[0,-2],[0,-1],[-2,-2],[-1,-2],[-1,-1],[0,2],[0,1],[1,1],[0,2],[0,1],[1,1],[-1,0],[-1,0],[-2,-1],[-2,0],[0,2],[-1,2],[-2,2],[-1,2],[0,1],[0,1],[-1,1],[0,3],[0,1],[0,2],[-1,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[0,1],[-1,0],[0,2],[-1,1],[0,2],[0,1],[0,2],[0,4],[-1,2],[-1,1],[-1,0],[1,2],[-1,1],[-1,-3],[-1,-3],[-1,-3],[0,-2],[1,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,-4],[3,-6],[0,-2],[1,-3],[0,-3],[-1,-1],[-2,0],[0,1],[-1,3],[-2,3],[-4,1],[-1,1],[-1,2],[-1,3],[-1,1],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[0,2],[0,1],[0,1],[0,2],[-1,0],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-3],[-1,0],[-1,0],[0,2],[-1,1],[0,7],[0,4],[-1,1],[0,3],[0,2],[0,6],[0,5],[-1,3],[-1,2],[0,3],[-1,5],[-1,1],[-2,-1],[-4,-6],[-2,-1],[-1,-3],[-2,1],[0,-1],[-2,2],[-6,-2],[0,1],[-1,2],[-1,0],[-2,0],[0,1],[-1,4],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,0],[-3,5],[-1,1],[-1,0],[1,-2],[0,-1],[-1,-4],[-2,1],[-2,3],[-1,-2],[1,-4],[3,-8],[-1,-1],[-3,3],[-1,-1],[1,-2],[2,-10],[2,-5],[1,-2],[2,0],[2,-3],[3,-1],[1,0],[1,-3],[9,-10],[2,-1],[1,-4],[-1,-2],[-1,-4],[-1,-4],[0,-3],[-1,-1],[0,-2],[0,-1],[1,-2],[-3,-5],[-1,-1],[-2,0],[-1,-1],[0,-3],[0,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-2,-4],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-2,-2],[0,-1],[-1,-2],[0,-3],[-1,-1],[-1,-4],[-1,-1],[0,-2],[-1,-1],[-1,0],[-2,-2],[-1,-1],[1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[0,-2],[-2,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-2,-3],[-2,-2],[-7,1],[-8,0],[-4,4],[-3,6],[-1,0],[0,1],[0,1],[-1,3],[0,1],[-1,3],[0,1],[-1,3],[-1,1],[-2,4],[-1,4],[-2,4],[-1,1],[-2,1],[-1,2],[-1,2],[-1,2],[-2,1],[7,0],[3,-2],[1,-1],[1,1],[-1,2],[-9,5],[-1,1],[-1,1],[0,2],[-1,0],[0,-1],[-3,0],[-2,3],[-2,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[-2,4],[-1,1],[-1,0],[0,1],[-1,1],[0,2],[0,1],[-2,4],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,3],[-1,1],[0,1],[-3,3],[0,2],[-1,1],[-2,-1],[0,1],[-6,2],[-1,-2],[7,-8],[1,-2],[0,-3],[0,-2],[-1,-2],[0,-1],[-1,0],[-1,1],[-1,2],[-1,3],[-2,1],[-1,3],[-1,0],[-2,0],[0,-1],[-1,-1],[-2,-2],[-2,0],[-4,3],[1,2],[1,1],[2,-1],[2,1],[0,1],[0,1],[0,1],[-5,-3],[-9,3],[-9,3],[-1,1],[-3,-1],[-3,5],[-1,-1],[-1,-2],[-2,0],[-1,-2],[10,-15],[2,-4],[1,-1],[0,1],[-1,6],[-1,4],[0,2],[-1,1],[1,3],[1,1],[3,-2],[1,-2],[6,-2],[5,-1],[6,-6],[6,-3],[4,-4],[3,-6],[2,-2],[1,-2],[2,-8],[1,0],[0,-3],[0,-1],[1,0],[3,-4],[0,-1],[1,-3],[0,-4],[0,-2],[0,-3],[1,-2],[0,-2],[4,-6],[1,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[1,-3],[0,-2],[1,-2],[2,2],[1,0],[1,-2],[1,-1],[7,-1],[2,-2],[12,-3],[1,-2],[1,0],[2,3],[1,0],[3,-1],[1,-2],[1,0],[0,2],[0,1],[1,2],[2,0],[1,-1],[2,-4],[5,1],[9,-5],[0,-1],[0,-2],[-1,-2],[1,-1],[2,-3],[0,-2],[1,-3],[-1,-2],[0,-1],[-1,-3],[0,-3],[1,-2],[0,-1],[-1,-3],[-2,-4],[-1,-2],[0,-1],[1,-1],[0,-2],[-1,-3],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-3],[-1,-4],[-1,-5],[-1,-5],[0,-2],[0,-2],[1,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-2,-5],[0,-1],[-1,1],[0,1],[0,2],[0,1],[-1,0],[0,-2],[-1,-1],[0,-2],[0,-2],[1,-5],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,-2],[0,-3],[0,-2],[-1,-1],[-4,-5],[-1,-1],[-1,0],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[0,-3],[0,-6],[-1,-4],[-3,-9],[-1,-2],[0,-3],[1,-5],[1,-2],[-2,-1],[-1,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[-2,1],[-1,0],[0,-4],[-1,-1],[-5,-8],[-1,-1],[-1,0],[-1,0],[1,-3],[-1,-1],[-2,-1],[-1,-1],[0,-2],[0,-2],[-1,-1],[-2,1],[-1,2],[-1,-1],[0,2],[0,1],[-1,1],[-2,-3],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[-2,3],[-1,2],[-1,2],[0,4],[-1,3],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,-1],[-1,-3],[1,0],[1,-4],[0,-2],[1,-8],[1,-2],[1,-6],[0,-1],[1,-1],[0,-1],[0,-1],[1,1],[0,-1],[1,-1],[-1,0],[-3,0],[0,1],[1,1],[-1,1],[-1,0],[0,1],[-1,4],[-1,1],[-1,1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,3],[-1,5],[-1,3],[-2,-2],[-1,1],[-1,5],[0,2],[-1,0],[0,-3],[0,-5],[0,-3],[0,-2],[2,-6],[-1,0],[-1,3],[-1,7],[-2,7],[-1,2],[-1,0],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[-1,1],[0,3],[-1,2],[-2,5],[0,2],[1,1],[0,1],[1,0],[1,1],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,4],[0,1],[0,1],[0,2],[-1,1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[0,-2],[1,-1],[0,-1],[0,-3],[0,-2],[-1,1],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,-3],[-2,-2],[1,-2],[1,-1],[0,-1],[1,0],[0,1],[0,2],[1,0],[1,0],[1,-3],[-1,-1],[0,-1],[0,-3],[0,-2],[0,1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-2],[2,0],[0,-3],[1,-1],[0,-2],[-1,-2],[0,-2],[-2,1],[0,-1],[-1,0],[-1,0],[-1,2],[1,0],[1,2],[0,2],[-1,2],[0,2],[-1,0],[0,-1],[0,-3],[-1,0],[0,1],[-1,0],[0,-3],[-1,2],[-1,5],[0,1],[-1,1],[-1,1],[-1,-1],[0,-1],[1,-2],[3,-7],[1,-3],[-1,-1],[0,1],[1,-3],[0,-2],[2,-7],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,1],[-3,0],[0,-1],[1,-2],[1,-1],[0,-2],[-1,-2],[0,-1],[0,-3],[-1,0],[0,-1],[-1,-6],[0,-1],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,2],[1,1],[1,1],[0,2],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[-2,-1],[-1,1],[-1,2],[1,2],[-2,1],[-1,1],[1,0],[1,1],[-1,3],[-3,2],[-1,0],[1,-3],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,0],[0,2],[0,1],[1,0],[0,-1],[1,-2],[0,-3],[0,-3],[0,-2],[-1,0],[0,2],[-2,-2],[-1,-2],[-1,-1],[0,-1],[-5,0],[-2,1],[-2,3],[0,2],[-1,1],[-1,2],[-1,1],[-1,-1],[-1,0],[-1,2],[-1,2],[-1,0],[-1,0],[0,1],[-1,1],[1,2],[1,-1],[0,-1],[0,2],[-1,2],[-4,4],[-1,0],[-1,-1],[0,-1],[-2,1],[0,2],[0,1],[0,3],[0,2],[-1,0],[-1,-1],[0,-2],[0,-1],[-5,-1],[-1,2],[-1,4],[1,1],[2,1],[0,2],[-3,1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[-1,1],[-1,0],[-1,0],[-1,1],[-3,3],[-2,-1],[0,1],[-2,5],[-1,2],[-7,4],[0,4],[-1,2],[-1,1],[-1,0],[0,-1],[-2,0],[0,1],[-1,1],[0,2],[0,1],[-1,1],[-2,-1],[-1,1],[-1,3],[-1,2],[-4,2],[-1,3],[-2,1],[-1,1],[-1,1],[0,2],[-1,4],[-1,1],[-1,3],[-1,1],[0,3],[1,4],[-1,1],[0,1],[-2,-1],[0,1],[-1,3],[0,1],[-1,-1],[2,-6],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[1,-1],[1,-4],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[1,-1],[1,0],[-2,-2],[-5,0],[1,-1],[0,-1],[0,-1],[-1,-2],[1,0],[1,1],[0,-1],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[3,-5],[2,0],[1,0],[2,-4],[1,-1],[-1,2],[-1,1],[0,2],[1,0],[1,-2],[1,0],[2,1],[0,1],[-2,0],[-1,1],[0,2],[-1,0],[0,1],[-1,4],[-2,5],[1,0],[0,2],[-1,1],[2,3],[1,-2],[4,-8],[2,-1],[1,-3],[0,-1],[2,-1],[3,-4],[4,-1],[4,-7],[1,-1],[0,1],[1,3],[1,2],[1,0],[1,-1],[1,-2],[0,-7],[0,-1],[3,0],[1,1],[1,-1],[1,-2],[0,-1],[2,-2],[1,-1],[-1,-1],[-1,0],[-1,-2],[0,-2],[0,-1],[1,-1],[0,-1],[-1,-1],[-2,-3],[-1,2],[1,0],[-1,3],[-1,-2],[0,-1],[-1,-4],[0,-1],[-1,-1],[-3,-4],[-1,-2],[3,-3],[0,-1],[0,4],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[2,-4],[0,-1],[1,2],[0,3],[0,3],[0,3],[1,1],[1,0],[1,2],[0,2],[1,0],[1,0],[1,4],[1,1],[2,1],[1,3],[1,1],[1,0],[3,-6],[1,-3],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,0],[1,0],[0,-2],[3,-5],[1,-2],[0,-1],[-1,-1],[1,-2],[0,-1],[1,1],[0,1],[1,1],[4,-1],[0,-1],[2,-4],[0,-1],[1,0],[1,2],[1,-1],[1,-1],[1,-3],[4,-5],[-1,-1],[-1,0],[-3,4],[-1,0],[1,-2],[0,-1],[1,-1],[1,-1],[2,-3],[3,0],[0,-1],[0,-3],[0,-1],[-1,-1],[-1,-1],[1,-1],[0,-2],[0,-2],[1,0],[0,-1],[-1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[1,-1],[1,0],[0,-2],[-1,-1],[0,-1],[0,-2],[1,-5],[0,-1],[-1,0],[1,-2],[1,-1],[-1,-1],[0,-3],[-1,1],[0,-1],[0,-2],[-1,-1],[1,0],[0,-2],[-1,-1],[-1,1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[0,1],[0,-2],[0,-1],[-2,-1],[-5,2],[-1,-1],[-1,-4],[-1,0],[0,-1],[-1,0],[-1,-2],[0,-3],[-1,-3],[-2,-4],[-3,0],[0,-1],[0,-1],[1,-1],[1,-1],[-1,-2],[-2,0],[-6,3],[-1,2],[-1,1],[-3,0],[-4,2],[-3,4],[-1,1],[0,-1],[0,-3],[0,-2],[1,-1],[0,-2],[0,-2],[-1,0],[-1,0],[-2,4],[-1,1],[-2,1],[-2,-2],[-1,-1],[0,-2],[0,-2],[1,-2],[0,-1],[1,-2],[1,-4],[1,-3],[2,-3],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[2,-2],[7,-2],[2,-2],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-2,2],[-2,-1],[0,1],[-1,2],[1,1],[1,2],[-1,1],[0,2],[0,1],[-1,-2],[-2,0],[1,-3],[-1,-2],[-1,1],[-1,0],[0,-1],[1,-2],[-2,-2],[-1,1],[-1,1],[-1,1],[0,2],[1,3],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,3],[-1,1],[0,1],[-1,1],[0,-2],[1,-2],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,2],[0,1],[1,0],[0,-2],[-1,-2],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,3],[-2,0],[-1,0],[0,-3],[-1,-2],[1,-2],[0,-1],[0,-2],[0,-2],[1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[2,0],[2,-3],[1,0],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-2],[0,-3],[1,-1],[0,-2],[2,-2],[0,-2],[1,-1],[-1,0],[-2,3],[-1,-2],[0,2],[-1,3],[0,3],[-2,3],[1,1],[0,1],[-1,1],[0,2],[0,1],[-1,1],[0,1],[0,1],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[-2,-1],[-1,2],[-5,3],[-3,4],[2,-4],[1,-1],[2,-1],[2,-5],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[1,-1],[1,-1],[1,-2],[0,-3],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-2,-1],[-1,0],[0,1],[-1,-1],[2,-2],[-1,-2],[-1,0],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-3],[1,-2],[1,0],[1,1],[1,0],[1,0],[1,-1],[-1,-2],[0,-3],[-1,-2],[-1,1],[-1,1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[0,1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-3],[-1,-2],[0,-1],[-1,1],[-1,6],[0,1],[-1,1],[-1,1],[0,-2],[0,-1],[0,-1],[1,-1],[-4,2],[0,-1],[6,-10],[0,-1],[-4,0],[-1,0],[1,-3],[1,0],[0,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,1],[-4,6],[-3,2],[0,-3],[3,-4],[0,-2],[-2,-1],[-1,-1],[0,-2],[0,-1],[3,0],[0,-2],[0,-1],[1,0],[3,-2],[0,-1],[-1,-1],[-1,1],[0,-1],[0,-1],[1,-2],[2,0],[1,1],[1,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,2],[-1,0],[0,-1],[0,-2],[1,-2],[0,-1],[1,-1],[1,1],[1,0],[-4,-6],[0,-1],[-1,0],[-1,0],[-4,-10],[-1,-2],[-1,-5],[-1,-2],[-1,1],[0,1],[0,1],[-1,-2],[-1,-6],[0,-2],[0,-1],[-1,-1],[-2,-5],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[-1,-1],[1,-2],[1,0],[1,0],[0,-1],[1,-3],[0,-2],[-1,-1],[1,-2],[-1,-2],[-2,-2],[-1,0],[-1,1],[-2,3],[-1,0],[0,-3],[1,-2],[1,-2],[0,-1],[0,-4],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-2],[-1,-1],[-1,-2],[2,0],[-1,-3],[0,-2],[0,-1],[0,-2],[1,0],[0,1],[1,0],[0,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-2],[0,-3],[0,-3],[0,-1],[-1,-6],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-6],[0,-3],[0,-3],[0,-3],[0,-2],[-2,-6],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-3],[-3,4],[-2,-2],[1,-1],[1,-2],[1,-1],[-1,-3],[-2,2],[-1,-1],[2,-2],[1,-2],[1,-8],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-3],[0,-2],[0,-2],[-1,-4],[0,-3],[-1,-3],[0,-2],[0,-1],[1,0],[0,-1],[0,-3],[0,-3],[0,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-2],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-2],[1,-1],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-4],[0,-6],[0,-3],[0,-3],[0,-2],[0,-1],[0,-3],[0,-2],[0,-1],[0,-2],[-1,-1],[1,-7],[0,-2],[-1,0],[0,-1],[0,-2],[0,-3],[0,-1],[1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[1,-4],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[1,-1],[0,1],[1,1],[0,1],[1,0],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[-1,-1],[1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-5],[0,-1],[-2,-2],[-1,1],[-2,0],[-1,-5],[1,1],[4,1],[1,-1],[-1,-2],[0,-1],[1,-1],[0,-1],[-1,-1],[2,-1],[1,-1],[1,-3],[0,-5],[0,-3],[0,-2],[-1,-4],[0,-1],[-1,-1],[1,-1],[0,-1],[-1,-2],[0,-2],[2,6],[1,2],[1,-1],[2,-4],[1,-2],[0,-3],[1,-3],[0,-8],[1,-3],[1,-2],[1,1],[2,4],[0,1],[0,1],[0,1],[0,3],[1,1],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-2],[0,-1],[-1,-2],[0,-2],[0,-3],[1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,-2],[0,-4],[-1,-5],[1,-8],[0,-5],[0,-5],[0,-2],[0,-2],[-1,-3],[0,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-4],[-1,-4],[0,-6],[0,-2],[0,-1],[1,6],[0,4],[1,1],[0,1],[0,5],[0,1],[1,1],[0,1],[0,1],[0,4],[0,1],[1,1],[-1,4],[0,1],[0,1],[0,10],[0,3],[0,1],[0,2],[0,1],[0,2],[0,2],[0,1],[1,3],[1,6],[0,3],[0,2],[0,2],[0,2],[1,1],[0,1],[0,2],[-1,2],[0,2],[1,-1],[1,-1],[1,1],[5,-2],[1,0],[0,1],[1,2],[1,-1],[1,0],[0,2],[1,1],[1,0],[3,-4],[1,1],[1,0],[1,-2],[0,-3],[0,-3],[1,-1],[0,-1],[1,0],[0,1],[1,5],[0,1],[1,1],[2,1],[1,0],[1,-1],[0,-2],[1,-3],[0,-6],[0,-1],[0,-2],[0,-3],[0,-6],[0,-1],[0,-3],[0,-1],[0,-4],[0,-1],[0,-3],[1,-5],[1,-8],[1,-5],[0,-3],[0,-2],[1,-6],[1,-2],[0,-3],[0,-3],[1,-4],[0,-1],[0,-3],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-2],[0,-4],[0,-1],[1,-1],[0,-1],[0,-4],[0,-8],[1,-12],[1,-7],[-1,-4],[0,-1],[1,0],[0,-1],[1,-1],[0,-4],[0,-4],[1,-7],[1,-3],[1,-3],[0,-2],[0,-3],[1,-8],[0,-1],[0,-4],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[1,-1],[0,-2],[0,-2],[0,-7],[1,-5],[0,-3],[0,-6],[-1,-5],[0,-5],[-2,-17],[-2,-8],[-2,-7],[-1,-5],[0,-2],[0,-1],[-2,-1],[-2,-3],[-1,-1],[1,-1],[3,3],[2,2],[4,11],[1,3],[6,4],[1,2],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-2,-8],[0,-1],[-1,0],[-1,-1],[-1,-3],[0,-1],[0,-1],[1,2],[2,2],[1,1],[2,8],[4,3],[4,2],[5,8],[8,8],[8,9],[5,5],[5,0],[4,-5],[2,1],[1,-1],[2,-4],[1,-1],[1,0],[1,-1],[1,-2],[0,-3],[2,-1],[1,-4],[3,-4],[0,-1],[0,-1],[2,-2],[1,-1],[2,-6],[0,-2],[3,-1],[1,-3],[7,-4],[2,-3],[1,-1],[2,1],[1,-1],[1,-2],[2,-1],[2,-4],[2,0],[1,-1],[0,-2],[1,-1],[1,1],[2,0],[1,1],[1,0],[0,-2],[0,-1],[1,0],[0,-2],[0,-2],[1,-3],[2,-5],[1,-4],[1,-3],[0,-2],[1,-1],[2,-4],[1,0],[0,-2],[1,-2],[1,-4],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,-4],[6,-9],[2,-1],[1,-3],[1,-1],[0,-1],[0,-1],[0,-5],[1,-2],[2,-8],[4,-19],[0,-1],[0,-2],[0,-2],[1,-1],[0,-1],[1,-3],[1,-4],[0,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[0,-4],[0,-2],[0,-2],[0,2],[0,3],[1,2],[1,0],[1,-1],[0,-1],[0,-3],[1,-1],[2,0],[1,-1],[0,-2],[0,-6],[1,2],[7,-5],[3,1],[0,-1],[0,-1],[0,-1],[2,0],[2,-4],[1,-1],[1,-1],[1,0],[1,-3],[3,-5],[5,-8],[3,-5],[7,-6],[2,-2],[1,-1],[1,-3],[2,-1],[0,-2],[1,-1],[1,-1],[1,-1],[1,-2],[1,-3],[1,-3],[1,-2],[0,-4],[1,-3],[1,-2],[1,-7],[4,-5],[1,-2],[3,-2],[1,-2],[0,-3],[0,-4],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[0,-1],[0,-3],[-1,-5],[0,-3],[-2,-6],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-4],[0,-4],[0,-1],[1,3],[0,3],[1,9],[1,3],[3,17],[1,4],[2,3],[1,1],[3,0],[9,-7],[2,0],[2,3],[1,1],[1,1],[5,2],[1,0],[2,-2],[1,-1],[4,7],[1,1],[0,-1],[1,-2],[3,-4],[1,-3],[0,-2],[0,-2],[0,-1],[0,-1],[1,1],[0,3],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[1,-1],[0,1],[-1,3],[1,1],[0,2],[0,1],[-1,3],[0,1],[0,3],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[0,2],[0,2],[3,-3],[2,-4],[1,0],[1,0],[1,0],[0,-1],[4,-2],[1,1],[0,-1],[1,-2],[0,-1],[1,1],[2,3],[1,2],[2,0],[2,-3],[0,-7],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-4],[0,1],[1,5],[1,1],[1,-1],[1,-1],[1,0],[3,4],[1,0],[1,-3],[1,-1],[0,1],[0,2],[0,1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,2],[0,3],[1,2],[-1,2],[0,3],[-1,3],[1,-1],[1,-5],[1,-2],[0,-2],[0,-3],[-1,-5],[0,-3],[1,-2],[0,-4],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-5],[0,-1],[1,0],[0,-1],[1,-3],[0,-3],[-2,-17],[-2,-21],[-1,-14],[-1,-8],[0,-3],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-4],[0,-1],[0,-1],[0,-3],[0,-11],[0,-2],[1,-2],[0,-2],[1,-5],[0,-2],[0,-2],[1,0],[1,-1],[1,-5],[0,-2],[2,-22],[1,-2],[0,-2],[0,-8],[1,-1],[0,-2],[0,-4],[-1,-6],[0,-2],[-1,-7],[0,-2],[-1,-3],[0,-4],[0,-2],[1,-3],[0,-2],[-1,-2],[0,-2],[0,-3],[1,-2],[0,-3],[1,-5],[0,-4],[1,-17],[0,-3],[0,-2],[-1,-3],[-1,-4],[-1,-1],[-1,-2],[0,-1],[0,-9],[-1,-5],[0,-11],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[1,-2],[1,-4],[1,-2],[0,-1],[0,-1],[2,-1],[0,-1],[2,-7],[2,-6],[0,-2],[0,-2],[0,-3],[2,-10],[0,-2],[1,-2],[1,-3],[3,-15],[1,-3],[1,-1],[2,-7],[1,-2],[0,-2],[-1,-2],[0,-3],[1,-6],[0,-1],[0,-1],[1,-4],[1,-1],[-3,2],[-1,-1],[-3,-5],[-1,-3],[0,-1],[0,1],[-1,1],[-1,-1],[-1,-1],[0,-2],[1,0],[0,1],[0,1],[0,-1],[-1,-3],[0,-4],[1,1],[1,1],[1,4],[0,1],[7,-1],[1,-2],[1,-5],[1,-9],[1,-3],[3,-2],[1,-3],[2,-4],[1,1],[0,1],[1,-3],[1,-2],[1,-1],[1,-2],[0,-1],[0,-4],[1,-4],[0,-2],[0,-3],[1,-2],[1,-1],[1,0],[0,-1],[0,-1],[1,-3],[1,-1],[0,-3],[1,-3],[1,-2],[1,-5],[0,-1],[0,-1],[1,0],[0,-3],[0,-2],[0,-1],[0,-2],[1,-3],[0,-6],[1,-5],[1,-8],[0,-2],[0,-2],[1,-2],[0,-1],[1,-2],[0,-3],[0,-6],[0,-6],[0,-2],[0,-1],[-1,-1],[-3,-4],[-2,-3],[-1,-4],[-1,-4],[0,-1],[0,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[-2,-4],[-1,-1],[0,-2],[-1,-5],[0,-1],[-2,-2],[0,-2],[-1,-2],[0,-2],[1,0],[0,1],[1,2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[1,3],[2,10],[0,4],[1,1],[2,0],[0,1],[1,3],[1,0],[0,1],[0,2],[0,1],[2,5],[0,1],[1,3],[0,2],[1,4],[2,4],[2,3],[0,1],[4,-4],[1,-2],[0,-1],[2,1],[1,-1],[0,-1],[1,-2],[0,-1],[2,-1],[0,-1],[2,-7],[1,-4],[3,-5],[1,-3],[1,-9],[1,-1],[0,-1],[3,-9],[1,-7],[3,-12],[0,-2],[1,-4],[0,-2],[1,-3],[0,-2],[0,-2],[0,-2],[0,-1],[1,-1],[0,6],[-1,3],[0,2],[0,1],[-2,9],[-1,5],[0,2],[-1,1],[0,1],[-1,5],[0,1],[0,3],[-4,9],[-1,5],[0,4],[-1,6],[0,5],[0,6],[1,7],[1,4],[0,4],[-1,2],[0,2],[0,3],[0,2],[1,0],[1,3],[0,1],[1,3],[0,1],[2,1],[0,1],[0,2],[0,4],[0,4],[-1,3],[1,0],[2,3],[3,12],[1,1],[1,-4],[1,0],[0,-1],[0,-4],[-1,-5],[0,-3],[0,-3],[3,-1],[0,1],[1,1],[0,1],[1,-2],[0,-2],[1,-1],[1,-4],[1,-2],[0,-2],[0,-3],[0,-2],[0,-2],[0,-3],[1,-1],[0,-10],[1,-3],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[1,-6],[1,0],[1,-2],[0,1],[-1,3],[0,2],[-1,2],[0,2],[0,2],[0,6],[0,1],[1,1],[0,2],[1,4],[0,1],[1,0],[-1,2],[-1,1],[0,2],[0,3],[1,1],[0,1],[0,2],[1,4],[1,2],[1,2],[1,0],[0,3],[-2,-1],[-1,2],[0,3],[0,5],[0,4],[1,2],[-1,0],[-1,1],[0,1],[0,3],[-1,1],[-1,0],[0,1],[-1,2],[1,4],[-1,1],[-1,2],[0,1],[0,4],[-1,1],[0,1],[0,2],[0,2],[1,1],[1,0],[0,-1],[1,0],[1,2],[0,1],[1,1],[0,3],[0,2],[0,1],[-1,4],[0,2],[0,4],[0,2],[0,1],[2,0],[2,3],[0,2],[1,4],[0,2],[0,1],[0,2],[0,1],[1,0],[1,0],[0,2],[0,1],[-1,1],[1,1],[1,1],[0,1],[1,3],[0,1],[0,3],[0,2],[0,1],[1,2],[0,2],[-1,5],[0,2],[1,1],[1,0],[2,-2],[0,1],[0,1],[0,1],[-1,1],[0,1],[-2,0],[-1,-1],[0,3],[0,2],[1,4],[1,3],[0,2],[-1,1],[0,3],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[-1,-2],[-1,0],[1,3],[-1,1],[0,-1],[-1,-1],[0,2],[0,1],[-1,0],[-1,1],[0,1],[1,0],[1,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,2],[0,2],[-1,-1],[-1,0],[0,2],[0,3],[0,2],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,3],[-1,0],[0,1],[-1,1],[0,3],[1,1],[2,0],[0,1],[0,1],[0,2],[0,3],[0,-2],[-1,0],[0,1],[2,9],[-2,-2],[-1,0],[-1,1],[0,2],[-1,3],[0,1],[0,1],[0,2],[1,1],[0,3],[0,-1],[1,1],[0,-1],[1,1],[0,1],[0,1],[-1,0],[-1,1],[0,2],[0,1],[0,1],[-1,0],[0,-1],[1,0],[-1,-1],[-1,0],[-1,2],[-1,2],[1,0],[0,1],[1,2],[0,2],[0,1],[-1,0],[-1,0],[2,14],[0,2],[0,1],[1,2],[-1,1],[0,1],[0,1],[1,1],[0,2],[0,1],[-1,0],[1,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,2],[0,2],[-1,1],[0,1],[0,2],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,4],[0,2],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,3],[0,2],[1,1],[1,0],[0,-1],[0,-1],[0,-3],[1,0],[0,1],[1,2],[-1,1],[0,1],[-1,2],[0,1],[0,1],[0,2],[1,-1],[0,-2],[1,0],[1,0],[0,2],[0,2],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,-2],[0,-1],[-1,0],[0,1],[0,2],[0,1],[1,2],[0,-1],[1,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,2],[-1,1],[-1,0],[-1,0],[-1,1],[-1,1],[1,1],[0,1],[2,-1],[0,1],[1,3],[-1,0],[0,2],[1,5],[-1,0],[0,2],[1,3],[0,1],[-1,0],[0,1],[1,1],[1,-2],[1,-2],[2,0],[-1,3],[-1,2],[-3,0],[0,4],[0,2],[-1,1],[0,1],[1,1],[1,-1],[1,0],[-1,4],[-2,2],[-1,2],[2,-2],[1,-1],[0,3],[-1,0],[1,0],[-1,2],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[3,-1],[-1,2],[-1,2],[0,2],[0,-1],[-2,3],[0,1],[0,1],[-1,1],[-4,0],[0,1],[0,2],[3,-2],[0,3],[0,1],[1,-1],[1,1],[-1,1],[0,1],[0,1],[1,-2],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,2],[1,0],[1,0],[0,1],[0,2],[1,1],[-1,1],[-1,0],[-2,-1],[-1,-3],[-1,0],[0,3],[0,-1],[-1,-1],[0,1],[0,2],[-1,1],[-1,0],[-1,-1],[0,2],[1,2],[1,1],[0,1],[-1,2],[1,0],[0,-1],[1,1],[0,1],[0,1],[-4,2],[-1,2],[1,1],[0,1],[0,1],[-1,0],[0,3],[0,4],[-1,2],[0,1],[0,1],[0,1],[0,2],[1,1],[0,1],[-1,1],[0,4],[0,2],[0,1],[0,2],[-1,1],[0,1],[0,1],[-1,0],[1,2],[0,2],[-1,3],[-1,0],[0,2],[1,0],[1,1],[0,2],[0,2],[-1,1],[-1,-2],[0,-1],[1,0],[-1,-1],[0,-1],[-1,0],[0,3],[1,2],[0,2],[0,1],[-2,0],[1,2],[0,1],[0,2],[-1,1],[0,-2],[-1,-1],[-2,0],[0,1],[1,1],[2,4],[0,1],[1,0],[0,3],[0,1],[0,2],[0,-2],[0,-1],[0,-1],[1,0],[0,2],[1,1],[1,1],[0,1],[1,0],[0,1],[2,1],[1,2],[1,0],[1,1],[1,2],[9,8],[0,1],[2,6],[0,2],[3,2],[1,3],[2,1],[1,2],[1,0],[1,1],[1,5],[1,-1],[1,3],[2,1],[0,1],[1,1],[1,2],[1,4],[1,1],[2,7],[3,6],[1,2],[4,8],[2,3],[1,1],[3,14],[1,1],[11,31],[2,8],[1,2],[0,2],[1,4],[0,2],[0,-1],[-1,-1],[-1,-2],[-1,-1],[1,4],[3,11],[4,17],[2,5],[1,3],[0,1],[0,3],[0,1],[0,1],[1,1],[2,3],[0,3],[1,4],[1,10],[0,4],[0,2],[1,9],[0,2],[1,6],[0,3],[1,4],[0,4],[0,3],[0,3],[0,4],[0,3],[0,1],[0,2],[0,2],[0,1],[0,1],[0,3],[0,10],[0,17],[0,2],[0,5],[0,3],[0,2],[0,3],[0,6],[0,6],[-1,6],[0,6],[0,5],[0,2],[0,3],[1,5],[0,3],[0,1],[-1,2],[0,1],[0,1],[0,2],[0,2],[0,4],[-1,11],[-2,20],[0,1],[0,1],[-1,1],[0,4],[0,1],[0,1],[-1,1],[0,4],[-1,8],[-1,6],[0,2],[0,9],[-2,7],[-1,6],[0,1],[0,1],[0,2],[-1,2],[0,2],[0,1],[-1,3],[0,1],[0,1],[-1,1],[-1,9],[0,2],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,4],[-1,1],[-1,6],[-2,4],[0,1],[-1,0],[-1,1],[0,2],[-1,4],[-1,1],[1,0],[-1,0],[-2,3],[0,1],[1,0],[0,1],[0,3],[-1,1],[-1,3],[-2,6],[-1,1],[-2,1],[0,1],[-2,4],[-5,6],[-2,4],[0,4],[0,1],[0,1],[-1,1],[0,2],[-1,1],[-1,0],[0,2],[0,1],[-2,4],[-2,2],[0,2],[0,1],[-1,5],[-2,6],[-1,2],[0,-1],[0,-3],[1,-3],[2,-5],[-1,-1],[-1,1],[0,1],[-1,3],[-1,1],[0,3],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[0,2],[0,3],[0,2],[0,1],[0,2],[0,1],[1,0],[0,2],[1,1],[0,-1],[1,1],[-1,2],[0,2],[0,1],[-1,3],[0,1],[-1,1],[0,3],[1,0],[0,-1],[1,-1],[0,1],[0,1],[0,2],[0,2],[0,2],[0,1],[-1,3],[0,3],[-1,3],[0,2],[0,1],[1,1],[0,2],[-1,0],[0,2],[0,2],[1,-1],[1,-2],[0,-3],[1,-2],[0,4],[1,2],[0,1],[1,0],[1,-1],[0,-1],[0,-2],[-1,-3],[1,0],[1,1],[0,1],[0,2],[0,1],[0,1],[1,3],[1,3],[-1,0],[-1,-1],[0,-1],[0,1],[0,2],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-2],[0,-1],[1,0],[0,1],[0,2],[-1,5],[1,1],[1,-3],[1,2],[0,2],[0,3],[-1,2],[1,1],[1,-1],[0,1],[0,2],[0,3],[0,2],[1,2],[2,3],[1,2],[0,1],[1,1],[1,1],[2,2],[-1,1],[-1,1],[0,1],[0,1],[2,0],[1,1],[0,2],[0,1],[-1,3],[1,2],[3,3],[-1,1],[-1,1],[0,-1],[0,-1],[0,1],[-1,0],[0,2],[-1,1],[-1,-3],[-1,-1],[-1,0],[0,2],[0,3],[1,1],[0,1],[1,0],[0,1],[-1,4],[1,3],[3,5],[0,1],[0,3],[0,1],[1,7],[-1,1],[-1,1],[0,3],[-1,2],[0,2],[1,0],[0,1],[1,1],[-1,1],[0,1],[2,-1],[0,-1],[1,-2],[0,-1],[1,0],[1,1],[0,2],[1,-1],[0,-1],[0,-1],[2,-4],[1,-4],[-1,-4],[1,-2],[1,-2],[3,0],[0,1],[-2,1],[-1,2],[-1,3],[0,2],[0,2],[0,3],[0,2],[-1,1],[-2,1],[0,1],[1,0],[-1,0],[1,1],[1,0],[0,2],[-1,0],[0,1],[0,2],[-1,1],[1,2],[0,-1],[1,-1],[1,1],[0,2],[0,2],[0,1],[1,1],[3,0],[0,1],[-1,10],[0,2],[-1,3],[0,1],[-1,1],[0,1],[1,0],[1,1],[0,1],[-1,1],[0,2],[1,1],[0,1],[1,0],[0,1],[-1,1],[1,1],[1,1],[1,0],[0,1],[-1,0],[-1,1],[0,2],[1,0],[1,1],[1,2],[0,2],[-3,-4],[-1,0],[0,1],[0,3],[-1,1],[-1,-1],[0,-2],[-2,1],[-2,0],[-1,1],[0,1],[-1,0],[0,1],[1,2],[0,1],[0,1],[0,2],[1,2],[1,1],[0,-2],[1,0],[0,1],[1,1],[1,-1],[0,1],[-2,3],[-1,1],[0,3],[-1,2],[0,2],[1,-1],[1,1],[0,1],[-1,5],[-1,2],[0,1],[1,2],[-1,0],[-1,-3],[-1,0],[0,1],[0,2],[1,5],[0,2],[-1,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,3],[0,3],[0,3],[1,3],[3,5],[1,3],[0,1],[0,1],[0,1],[0,1],[4,0],[-1,2],[0,1],[-3,1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,1],[-2,5],[0,1],[-2,6],[0,1],[1,0],[1,5],[2,2],[0,1],[1,4],[1,3],[1,1],[-1,2],[-1,0],[-2,-1],[1,2],[5,8],[0,1],[-1,-1],[-9,-12],[0,1],[0,2],[1,3],[-1,1],[-2,-1],[2,5],[-1,1],[-1,-1],[-3,-3],[-1,0],[-3,-2],[1,9],[0,2],[1,1],[0,1],[1,5],[2,5],[0,1],[1,2],[3,9],[0,2],[1,1],[1,0],[0,1],[0,2],[0,2],[1,8],[0,2],[0,3],[1,1],[1,1],[0,2],[0,2],[-1,2],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,8],[0,4],[-1,3],[0,8],[0,1],[1,0],[0,-1],[0,-2],[1,-1],[1,1],[0,4],[2,0],[1,1],[0,2],[-2,3],[-1,3],[0,4],[1,1],[1,0],[1,-2],[2,-1],[0,3],[-2,2],[-2,1],[0,1],[1,1],[0,-1],[1,1],[0,1],[-1,1],[-3,0],[0,1],[-1,5],[0,1],[-1,1],[-1,5],[0,-1],[-4,0],[0,1],[-1,2],[0,3],[-1,1],[0,2],[1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[-1,1],[0,3],[-1,2],[0,2],[0,3],[1,3],[-1,2],[0,3],[0,2],[-1,3],[0,3],[0,3],[0,10],[0,4],[-1,2],[0,3],[0,3],[1,4],[0,3],[-1,6],[0,3],[1,2],[1,1],[0,1],[0,2],[0,1],[2,7],[0,1],[1,0],[1,1],[1,2],[0,1],[1,0],[3,6],[0,1],[2,0],[1,2],[0,4],[1,2],[3,3],[0,1],[1,3],[0,2],[2,0],[0,-1],[1,-3],[0,-1],[1,1],[2,-1],[1,0],[0,-1],[2,0],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,3],[1,1],[1,0],[0,-1],[1,-1],[0,-1],[4,-2],[1,0],[0,-2],[1,-1],[1,0],[0,-1],[0,-1],[1,-2],[1,0],[2,0],[1,-4],[2,0],[3,-4],[2,-1],[1,-2],[1,0],[1,0],[0,-2],[0,-3],[1,-1],[0,1],[1,1],[0,-1],[1,-1],[1,1],[1,1],[0,-1],[1,-2],[1,-2],[1,-2],[5,-2],[2,-3],[0,-1],[-4,-5],[-1,-3],[0,-1],[-1,-1],[-1,-1],[0,-1],[-2,-3],[2,0],[1,0],[1,3],[1,1],[1,3],[1,1],[2,4],[3,7],[0,1],[4,2],[4,-3],[1,-2],[0,-2],[0,-2],[0,-3],[1,0],[0,4],[1,1],[1,1],[1,-1],[3,-5],[2,-4],[1,-4],[0,-1],[1,-2],[0,-1],[2,-4],[2,-2],[2,0],[0,1],[-1,1],[-2,3],[-1,1],[-2,5],[0,2],[0,2],[0,3],[1,2],[0,1],[9,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[1,1],[0,4],[1,1],[1,1],[1,-2],[1,0],[0,1],[2,3],[2,1],[0,1],[1,2],[0,4],[1,2],[1,1],[0,2],[1,2],[0,2],[3,1],[2,1],[1,-1],[0,-2],[1,-7],[1,-3],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,1],[1,1],[0,-1],[1,-2],[1,-3],[0,-1],[2,-1],[1,-2],[0,-2],[0,-3],[1,-2],[3,-7],[0,-1],[0,-2],[0,-1],[1,0],[1,-1],[1,-1],[1,-2],[1,-2],[-1,-2],[0,-1],[-1,0],[4,-1],[1,-1],[0,1],[-1,3],[0,1],[2,1],[1,-1],[1,-3],[1,-1],[1,-2],[-1,-3],[-1,-3],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[-2,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[-3,-10],[1,0],[0,1],[2,5],[0,1],[0,-5],[1,-4],[1,-2],[0,5],[0,3],[-1,5],[0,4],[1,3],[0,-1],[1,-1],[2,-1],[4,-5],[3,-2],[1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[1,-3],[0,-1],[-2,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-2],[0,-3],[0,-1],[0,-1],[1,1],[1,2],[2,-1],[0,-2],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-3],[-1,-2],[-1,-4],[-1,-2],[-1,0],[-2,2],[-1,0],[-1,-2],[-1,-5],[2,4],[1,1],[3,-2],[1,0],[1,2],[1,0],[1,1],[0,1],[0,2],[0,2],[0,1],[1,1],[0,2],[0,1],[-1,0],[0,2],[0,1],[0,1],[0,1],[3,-2],[1,-2],[2,-1],[0,-1],[0,-1],[2,-1],[1,-1],[2,-6],[0,-1],[-1,0],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,2],[-1,-1],[0,-1],[0,-1],[-2,-1],[-3,0],[-1,-1],[0,-2],[1,0],[1,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,0],[-1,-3],[-1,-2],[-2,-1],[0,-1],[1,-1],[2,0],[1,-2],[3,1],[1,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-3,1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[1,1],[1,-1],[1,-1],[0,-3],[-1,-1],[-1,-2],[0,-1],[1,-2],[3,-2],[-1,-4],[0,-2],[0,-2],[1,2],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-2],[1,0],[0,1],[1,1],[-1,2],[0,2],[0,2],[0,2],[1,1],[0,-1],[1,-2],[0,-3],[0,-1],[2,-5],[0,-1],[0,-2],[1,-1],[-1,4],[3,1],[1,1],[1,0],[0,-2],[0,-2],[0,-2],[1,0],[0,2],[0,1],[2,-3],[1,1],[1,0],[2,-2],[0,-2],[1,-2],[-1,-2],[3,0],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,-1],[2,-3],[0,-1],[0,-1],[-1,-1],[1,-1],[2,1],[1,-3],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,2],[1,0],[-1,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[0,2],[-1,1],[0,1],[1,2],[0,-1],[0,2],[0,1],[0,1],[0,-1],[1,-2],[1,0],[0,2],[0,2],[0,1],[1,-1],[1,-1],[0,-2],[1,0],[1,0],[0,1],[0,1],[1,0],[1,-1],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[1,-1],[1,2],[0,-1],[-1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[0,-1],[2,0],[1,-1],[0,-3],[0,-1],[2,0],[0,-1],[1,-2],[0,-2],[1,-1],[0,1],[1,2],[0,2],[1,2],[-1,-1],[-1,-2],[-1,1],[1,1],[0,2],[1,0],[0,3],[2,3],[1,2],[1,1],[0,-6],[1,-1],[1,1],[0,5],[0,1],[0,3],[-1,2],[0,2],[0,1],[0,3],[0,2],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[1,2],[0,1],[1,-1],[1,-2],[0,-2],[1,-8],[1,-1],[0,-1],[0,-3],[1,-4],[0,-2],[1,-1],[0,-2],[0,-3],[0,-2],[0,-2],[0,-4],[0,-1],[0,-3],[-1,-3],[-1,-1],[-2,-1],[-2,-2],[0,-2],[-2,-5],[0,-1],[-1,-1],[-1,-1],[1,-1],[0,-2],[0,-3],[0,-3],[0,-2],[0,-1],[1,0],[0,-3],[0,-2],[-1,-2],[-3,-3],[-1,-1],[1,-1],[0,-4],[1,-3],[1,-1],[-1,-3],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-4],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[1,-1],[1,0],[1,-5],[0,-2],[0,-2],[1,-1],[1,-1],[-1,-2],[0,-2],[-1,-2],[2,0],[0,-1],[0,-1],[-1,-3],[0,-3],[0,-2],[0,-2],[0,-1],[0,-3],[-1,-1],[-1,0],[0,-1],[0,-2],[-1,0],[-1,3],[-1,1],[-1,0],[0,-2],[0,-5],[0,-1],[1,-1],[1,-1],[-1,-2],[-3,2],[-11,3],[-1,1],[0,-1],[0,-1],[1,-1],[-1,-1],[-6,-2],[-1,1],[-1,1],[-1,2],[-9,8],[-1,-1],[3,-2],[1,-3],[1,-1],[1,0],[1,-2],[1,-1],[4,-4],[3,-1],[2,3],[1,0],[1,-2],[1,0],[2,1],[1,0],[1,-3],[2,-2],[1,0],[3,2],[3,-1],[2,2],[1,0],[0,-2],[0,-3],[0,-2],[0,-1],[-1,0],[1,-3],[4,-3],[1,-2],[-1,-3],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-3],[-1,-2],[-1,-2],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[2,-1],[0,-4],[-1,-4],[0,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-6],[-1,-2],[0,-1],[0,-1],[1,-1],[1,0],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[-1,-2],[-2,-3],[-1,-1],[0,-2],[1,-2],[3,0],[0,1],[0,1],[1,0],[0,2],[1,0],[1,0],[2,4],[1,0],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[1,0],[1,3],[1,0],[0,-1],[1,-4],[-1,0],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[-1,-2],[-1,0],[-1,3],[0,1],[-1,0],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[-2,-7],[-1,-2],[1,-2],[-1,-1],[0,-1],[1,-1],[-1,-1],[1,-2],[0,-1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,-2],[0,-1],[0,-1],[1,0],[0,2],[1,0],[0,-1],[1,-1],[0,-2],[-1,-3],[-1,-3],[-1,-4],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[-1,0],[1,-20],[1,-5],[0,-1],[-1,-2],[0,-1],[0,1],[-1,1],[0,-2],[0,-2],[-1,-4],[0,-3],[0,-1],[-2,-2],[-1,0],[-1,2],[-1,9],[1,3],[1,1],[0,2],[0,3],[-1,1],[0,-1],[0,-2],[0,1],[-1,1],[0,1],[1,4],[-1,3],[-1,1],[0,-3],[-1,2],[-1,9],[-1,2],[0,-1],[0,-2],[0,-5],[0,-3],[0,-1],[0,-1],[-1,-1],[1,0],[1,-3],[1,-4],[0,-5],[0,-2],[0,-2],[0,-2],[0,-2],[-1,1],[0,3],[-1,1],[0,1],[0,1],[-1,0],[0,-4],[1,-1],[0,-1],[-2,-3],[-1,0],[-1,0],[-1,-1],[0,-2],[-2,-1],[-2,1],[-1,-1],[-1,-2],[2,1],[1,0],[0,-3],[1,0],[2,0],[0,-2],[0,-1],[1,0],[1,1],[0,2],[1,2],[0,1],[1,0],[0,-1],[0,-1],[-1,-3],[0,-2],[1,-4],[0,-2],[0,1],[1,2],[0,1],[1,0],[1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-2],[0,1],[0,3],[1,1],[1,4],[0,2],[1,3],[0,1],[0,1],[1,-1],[0,1],[1,1],[0,2],[0,2],[0,3],[2,2],[2,3],[2,5],[0,3],[0,2],[1,1],[0,1],[1,0],[0,1],[1,0],[1,2],[0,1],[2,-1],[2,1],[4,0],[0,-1],[0,-1],[0,-1],[2,-1],[3,7],[1,0],[0,-1],[0,-1],[1,-1],[2,-1],[1,-1],[2,-4],[1,-4],[3,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-4],[0,-1],[0,-1],[1,-2],[0,-1],[0,-3],[0,-5],[0,-3],[0,-2],[1,2],[1,-2],[0,-3],[-1,-2],[0,-3],[1,-1],[1,3],[1,0],[-1,-6],[0,-3],[0,-2],[0,-2],[1,-2],[0,-1],[-1,-1],[0,-2],[0,-3],[-1,-6],[-2,-15],[0,-9],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-2],[-3,-10],[-1,-2],[-6,-3],[-3,-5],[-4,-2],[0,-1],[0,-2],[-1,-1],[-1,-2],[0,-1],[-3,-2],[-2,-6],[-4,-13],[6,14],[1,3],[0,1],[2,2],[3,5],[5,5],[2,3],[2,0],[4,3],[2,3],[0,1],[0,2],[0,1],[0,1],[1,1],[1,1],[0,1],[0,2],[1,2],[0,2],[0,6],[0,4],[0,3],[1,1],[0,1],[1,2],[0,3],[0,2],[0,3],[0,3],[1,6],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,9],[0,1],[1,1],[0,4],[1,1],[0,-1],[1,-1],[1,0],[1,1],[0,1],[0,3],[0,4],[1,-1],[1,-4],[-1,-3],[0,-1],[1,-1],[1,0],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-6],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-4],[0,-1],[0,-2],[0,-3],[0,-3],[-1,-2],[-2,-7],[-1,-1],[-2,-7],[-1,-8],[0,-2],[0,-2],[0,2],[1,4],[1,1],[1,2],[0,1],[1,1],[0,6],[1,3],[0,2],[1,2],[1,0],[0,3],[1,3],[1,3],[-1,3],[0,2],[0,10],[0,1],[0,1],[1,4],[0,1],[0,2],[0,1],[1,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-3],[0,-3],[-1,-3],[1,-3],[-1,-4],[0,-2],[0,-3],[0,-2],[0,1],[1,-1],[0,-1],[1,-1],[0,-3],[0,-2],[0,-2],[-1,-7],[0,-5],[0,-5],[0,-5],[0,-6],[0,-2],[-1,-2],[0,-3],[0,-3],[0,-3],[0,-1],[0,-1],[1,0],[0,1],[0,2],[-1,3],[0,3],[1,2],[1,4],[0,3],[0,2],[0,2],[0,3],[0,2],[0,4],[1,5],[1,4],[0,3],[0,1],[1,0],[0,1],[1,4],[1,2],[0,1],[1,0],[1,0],[1,0],[1,6],[1,1],[2,1],[0,1],[0,1],[1,3],[1,1],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,2],[0,2],[0,1],[0,1],[0,2],[1,0],[0,1],[1,1],[1,6],[0,2],[1,1],[1,0],[0,-2],[0,-5],[1,-1],[0,-1],[0,-2],[0,2],[1,1],[0,1],[0,2],[1,2],[0,3],[2,0],[2,-1],[1,1],[-1,4],[-1,2],[1,1],[1,1],[0,2],[-1,2],[0,2],[1,2],[0,2],[1,2],[0,1],[-1,2],[0,2],[0,1],[1,0],[0,-1],[0,2],[1,4],[0,1],[1,0],[1,1],[0,3],[0,1],[-1,1],[0,1],[1,1],[0,2],[0,3],[0,1],[0,2],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[2,-4],[1,-2],[0,-1],[1,-4],[1,-1],[1,-3],[1,-1],[0,-1],[0,-2],[0,-3],[0,-2],[1,-1],[0,-2],[1,1],[1,0],[0,-1],[0,-2],[0,-1],[1,0],[1,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[1,-2],[0,-3],[0,-4],[0,-3],[-1,-2],[-1,-2],[-1,-3],[1,-3],[0,-1],[1,2],[0,2],[0,2],[0,2],[1,1],[1,0],[0,2],[0,1],[0,1],[0,2],[1,1],[0,2],[-1,1],[0,1],[-1,1],[1,2],[0,2],[1,4],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-2],[1,1],[-1,2],[0,1],[-1,3],[0,1],[0,2],[-1,0],[0,1],[0,3],[0,1],[-1,2],[-1,0],[-1,1],[0,2],[0,3],[0,3],[0,1],[-2,2],[0,1],[0,2],[2,8],[0,2],[1,-1],[1,-4],[1,2],[2,-1],[1,1],[0,1],[1,1],[0,1],[-1,1],[-2,1],[-1,1],[-1,1],[-1,2],[0,2],[2,1],[0,2],[2,1],[0,3],[0,2],[-1,2],[0,2],[1,1],[3,-5],[1,-4],[1,-3],[0,1],[0,2],[0,1],[0,2],[-1,1],[-2,4],[0,2],[1,0],[0,1],[-1,1],[1,0],[1,1],[1,2],[0,-1],[1,0],[1,-5],[3,-3],[0,2],[-1,1],[0,1],[-1,0],[-1,4],[1,1],[1,2],[1,0],[0,-1],[1,-1],[0,-1],[3,-1],[1,1],[0,1],[-1,2],[-2,0],[-1,2],[-1,2],[-1,0],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,5],[-1,5],[0,1],[0,3],[0,1],[0,1],[1,1],[-1,1],[0,1],[-1,1],[0,2],[0,1],[0,2],[0,2],[0,1],[1,0],[1,-1],[1,-3],[1,-8],[0,3],[0,6],[0,1],[0,-1],[1,-1],[0,1],[0,1],[1,1],[1,-2],[0,1],[0,1],[0,1],[-1,3],[-1,1],[0,1],[0,3],[0,3],[0,2],[0,2],[2,-2],[3,-12],[1,0],[-1,9],[-1,0],[0,2],[-1,2],[0,3],[1,2],[0,1],[1,-1],[0,2],[-3,3],[0,1],[1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,3],[1,0],[2,-3],[1,0],[1,2],[1,0],[3,-2],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[3,-7],[0,-1],[1,0],[1,-1],[0,1],[-1,1],[-1,3],[-2,4],[-1,6],[-1,1],[-1,1],[-2,3],[-2,0],[-1,1],[0,2],[-2,14],[-1,11],[0,2],[0,2],[0,3],[1,1],[1,2],[-1,3],[0,1],[1,-1],[0,-1],[1,1],[0,2],[0,1],[1,0],[0,-2],[1,0],[-1,1],[0,2],[0,1],[1,1],[0,2],[1,0],[3,-4],[0,-1],[1,-3],[2,-2],[0,-1],[1,-1],[2,0],[0,1],[-2,1],[-1,2],[-1,2],[-2,4],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[1,1],[0,-1],[1,-2],[1,-1],[0,2],[0,3],[-1,1],[-1,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[1,-2],[0,2],[-1,2],[-1,3],[1,1],[0,-1],[1,0],[0,2],[-1,1],[0,1],[-1,2],[0,2],[0,1],[0,1],[2,0],[1,1],[0,4],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,2],[0,3],[1,1],[1,0],[0,1],[0,2],[-2,6],[1,2],[1,1],[1,2],[0,3],[0,2],[0,2],[0,2],[0,1],[1,0],[1,0],[1,-1],[1,-2],[1,-1],[0,1],[0,1],[-1,0],[0,1],[1,-1],[1,0],[1,-2],[0,-1],[1,-3],[1,-1],[2,-1],[0,-2],[1,-2],[0,-1],[1,-2],[0,-1],[-1,1],[-1,1],[-1,3],[-3,3],[-1,0],[-1,-2],[-2,-6],[0,-1],[3,5],[1,1],[1,-1],[1,0],[1,-4],[1,0],[-1,-3],[-1,-4],[-1,-2],[1,0],[1,0],[0,2],[1,1],[0,2],[1,2],[1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-3],[-3,-5],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-2,0],[-2,-1],[-1,-2],[0,-2],[-1,-1],[-3,-5],[0,-1],[0,-1],[0,-1],[6,11],[1,-1],[2,0],[1,2],[1,2],[0,3],[1,3],[0,1],[0,-2],[0,-3],[0,-2],[0,-1],[-1,2],[0,-3],[1,-4],[0,-2],[0,-2],[-1,-1],[-3,1],[1,-1],[2,-3],[1,-1],[0,-3],[0,-2],[-1,-2],[-1,0],[-1,-3],[-1,-1],[1,-1],[0,1],[2,2],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[1,3],[0,1],[2,-1],[0,1],[0,1],[-1,0],[-1,1],[0,2],[0,5],[0,-1],[1,-1],[2,0],[0,-2],[1,0],[0,-2],[0,-3],[1,-1],[0,-1],[-1,-1],[-3,-2],[-1,-3],[2,0],[1,-2],[1,-2],[-1,-2],[0,-2],[-1,-1],[0,-1],[1,0],[1,1],[0,1],[0,2],[0,1],[1,1],[0,-1],[0,-3],[-1,-4],[0,-2],[0,-3],[0,-5],[-1,-2],[-2,1],[0,-3],[1,-3],[1,-4],[1,-4],[1,-1],[3,0],[2,2],[0,-1],[0,-2],[0,-2],[1,0],[0,-1],[-1,-2],[-1,1],[-1,-1],[-1,-3],[0,-4],[0,-3],[-1,-2],[0,-2],[-1,-2],[0,-2],[2,4],[1,2],[0,3],[0,4],[0,2],[1,0],[1,-2],[2,1],[0,-1],[0,-4],[-1,-1],[-1,-1],[-1,-6],[0,-3],[1,1],[0,4],[1,1],[1,4],[3,-4],[1,-2],[0,-2],[0,-1],[0,-2],[-1,-3],[0,-4],[0,-1],[0,-2],[0,-1],[-1,0],[-5,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[1,0],[1,1],[1,0],[4,-2],[1,1],[0,1],[1,0],[-1,-2],[0,-1],[1,-1],[0,1],[1,0],[-1,-3],[0,-6],[0,-3],[-1,-3],[0,-1],[-1,-1],[0,-1],[1,0],[1,1],[0,2],[1,2],[0,7],[0,1],[1,1],[0,3],[0,1],[1,0],[0,-2],[2,0],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-2],[0,-1],[-1,-4],[-1,0],[0,-1],[1,0],[1,0],[1,1],[1,7],[1,1],[1,2],[1,0],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,0],[0,-2],[0,-2],[0,-2],[0,-2],[1,2],[0,1],[0,1],[1,0],[0,-1],[1,-2],[-1,-1],[0,-1],[0,-1],[-1,-6],[-1,-2],[0,-1],[-2,-1],[-1,-1],[0,-3],[-1,-1],[-2,0],[-1,-3],[-1,0],[-1,0],[-1,2],[-4,2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[2,3],[0,2],[0,1],[2,0],[0,-1],[-1,-4],[0,-5],[1,-4],[1,0],[0,2],[-1,3],[0,3],[0,2],[1,1],[1,1],[1,-3],[0,-1],[1,0],[2,3],[1,0],[3,0],[0,1],[0,1],[1,1],[1,2],[0,-1],[1,0],[0,1],[0,2],[1,2],[1,1],[2,-2],[0,-1],[-1,-1],[0,-1],[2,0],[1,-2],[1,1],[1,-1],[0,-2],[-1,-2],[-5,0],[0,-1],[3,-2],[0,-1],[-1,-4],[0,-2],[-1,-3],[1,1],[1,4],[1,1],[1,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[0,-1],[1,0],[1,-1],[0,-2],[-1,-1],[-1,-5],[-1,-1],[-2,-2],[1,-1],[1,0],[1,1],[1,0],[1,1],[0,2],[0,-1],[0,-5],[0,-2],[1,1],[0,2],[0,2],[0,2],[1,3],[1,1],[1,-1],[1,-2],[-1,-1],[-1,-1],[0,-1],[4,-5],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-3,-5],[-1,-1],[1,-1],[2,0],[1,1],[0,1],[1,0],[1,-2],[0,-3],[0,-2],[0,-2],[-1,-2],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[-4,-5],[-1,-4],[-1,-1],[0,-1],[0,-1],[0,-1],[-3,0],[-1,1],[-1,-2],[-1,0],[-1,2],[-1,2],[0,-3],[-1,-2],[0,-1],[-1,-1],[4,2],[1,0],[0,-2],[0,-2],[0,-1],[-1,-4],[-1,-3],[0,-1],[-1,-1],[-1,-2],[-1,-4],[-2,-5],[0,-2],[1,0],[0,1],[2,5],[2,3],[4,15],[0,-1],[1,1],[3,1],[1,-1],[0,-2],[0,-1],[-1,-5],[-1,-3],[0,-2],[0,-2],[0,2],[1,0],[1,9],[1,1],[1,-1],[0,-1],[0,-1],[1,1],[0,2],[1,1],[0,2],[1,0],[2,1],[0,-1],[1,2],[0,1],[0,1],[1,0],[-1,-2],[0,-3],[1,-1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,-1],[1,0],[2,2],[1,0],[1,-4],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[1,-4],[0,-2],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-2,-3],[-1,-1],[0,-1],[-3,0],[-1,-1],[0,-4],[-1,-2],[0,-1],[0,-2],[1,0],[0,2],[0,2],[0,1],[1,1],[0,1],[1,1],[0,-1],[3,0],[1,2],[0,1],[1,-2],[1,0],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-3,-1],[-1,2],[-8,-4],[1,-1],[1,0],[0,-1],[0,-3],[-5,-8],[0,-1],[1,1],[1,0],[-1,-3],[0,-2],[-1,-2],[-2,0],[0,-1],[-1,-2],[-1,-2],[1,0],[5,2],[0,1],[1,2],[0,1],[0,2],[0,1],[0,2],[1,2],[1,2],[1,1],[0,1],[0,1],[0,1],[1,0],[0,2],[0,1],[1,0],[1,0],[1,2],[0,-1],[0,-1],[0,-2],[1,1],[1,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-2],[1,-1],[1,0],[0,2],[1,2],[0,2],[1,-1],[0,-2],[0,-2],[0,-1],[1,3],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,-2],[-1,-2],[-1,-6],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,2],[0,2],[0,1],[0,1],[0,1],[1,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-2,-1],[2,-2],[-1,-2],[1,-1],[0,2],[1,1],[0,-1],[1,-2],[0,-3],[-1,-1],[-1,-3],[0,-1],[-1,0],[-2,2],[-1,0],[0,-1],[-4,-8],[0,-2],[2,4],[1,1],[2,1],[1,-2],[1,0],[-1,-2],[1,-3],[0,-2],[0,-1],[0,-1],[-1,-3],[1,-1],[0,2],[1,2],[0,7],[0,2],[1,3],[0,-2],[0,-3],[0,-3],[0,-2],[0,-1],[1,2],[1,5],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,4],[0,1],[1,5],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-3],[1,-1],[0,-1],[-1,-2],[0,-2],[-1,-3],[0,-3],[0,-1],[0,-1],[0,-3],[1,-1],[1,-1],[1,0],[1,-7],[1,-4],[-1,-2],[0,-1],[2,-2],[0,-2],[1,-2],[0,-1],[-1,-2],[0,-1],[-2,-2],[-2,-1],[0,-2],[-1,0],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-2,2],[-1,-1],[-1,-2],[-1,-8],[0,-2],[-1,1],[-1,3],[-3,4],[-1,0],[1,-2],[0,-2],[1,-3],[2,-2],[0,-1],[1,-2],[2,0],[0,1],[1,2],[2,0],[0,1],[0,1],[1,1],[1,-1],[3,-1],[3,-6],[3,-5],[0,-2],[-1,-1],[-3,1],[0,-1],[2,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,-2],[-2,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[1,0],[1,0],[1,-2],[0,-2],[0,-3],[1,0],[1,2],[0,1],[1,0],[0,-3],[-1,-3],[4,12],[1,-1],[0,-1],[-2,-6],[0,-1],[0,-1],[0,-1],[0,-1],[5,1],[1,-1],[2,-2],[1,-3],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,3],[-1,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,-6],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[-1,0],[-1,0],[-1,-3],[-1,0],[-2,1],[-1,1],[0,-1],[0,-3],[0,-2],[1,-2],[-1,-1],[0,-3],[0,-2],[1,-1],[0,3],[0,3],[1,2],[2,-1],[1,-1],[1,-2],[-1,-2],[0,-2],[-1,1],[-1,1],[-1,-1],[1,-4],[1,1],[0,-1],[1,-2],[2,-2],[0,-2],[0,-2],[-1,-1],[-1,2],[-4,1],[-1,1],[-1,1],[1,2],[0,2],[-1,0],[0,-2],[-1,0],[-2,1],[-2,5],[-3,1],[-1,1],[-2,5],[-4,3],[-1,1],[1,2],[5,3],[1,2],[1,-2],[5,1],[-1,3],[-7,0],[-1,-2],[-1,0],[0,1],[-2,2],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[1,0],[4,-7],[1,-4],[1,-1],[1,0],[1,-1],[1,-2],[2,-2],[2,-4],[2,-3],[2,0],[1,-1],[-1,-1],[-8,1],[0,-1],[6,-4],[3,-1],[1,1],[2,-4],[1,0],[0,1],[1,1],[1,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[-2,0],[-1,-2],[-6,3],[-2,0],[-1,-3],[0,-1],[1,0],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[-2,1],[-2,-1],[1,-2],[1,-1],[0,-1],[3,-1],[0,1],[1,2],[1,-3],[0,-1],[2,0],[1,-1],[0,-2],[-1,-1],[0,-1],[2,-3],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[2,1],[0,-1],[1,-1],[0,-1],[1,-2],[-1,-2],[-4,4],[-1,1],[-1,-2],[1,-1],[4,-3],[0,-1],[-3,-2],[-1,0],[-1,2],[1,0],[1,1],[0,1],[0,1],[-2,1],[-2,0],[-1,-1],[-1,0],[-1,2],[0,1],[-1,0],[-1,-2],[1,-2],[0,-1],[1,-3],[0,-1],[0,-1],[2,-3],[1,-1],[1,3],[1,-1],[0,-1],[1,0],[1,1],[0,-2],[0,-1],[1,0],[0,1],[1,1],[3,0],[0,-1],[0,-1],[1,-1],[3,2],[1,1],[1,1],[1,-1],[0,-1],[-1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[0,-2],[0,-3],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[-3,-3],[0,-2],[0,-2],[0,-1],[1,0],[2,2],[0,1],[1,-1],[1,-1],[1,-2],[-2,0],[-1,-1],[1,0],[0,-1],[1,0],[0,-1],[-4,2],[-2,-1],[-1,-3],[1,0],[1,0],[2,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[1,-2],[1,-2],[0,-1],[2,1],[2,0],[1,0],[0,-1],[1,-2],[0,4],[1,0],[1,-3],[1,-4],[0,-1],[0,-1],[0,-1],[0,-2],[-1,1],[-1,0],[-1,0],[0,-1],[0,-2],[1,-1],[1,-2],[1,-1],[4,3],[1,-1],[0,-1],[3,0],[1,-1],[1,-4],[0,-3],[-1,-3],[-2,-4],[-1,0],[-1,-1],[-1,1],[-1,-1],[1,-1],[0,-2],[0,1],[1,0],[1,1],[3,-1],[1,2],[1,3],[0,4],[1,4],[0,1],[1,-1],[0,-2],[0,-4],[0,-1],[0,-3],[0,-3],[0,-3],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[1,-1],[-1,-2],[0,-3],[-1,-2],[0,-2],[0,-2],[2,7],[0,1],[0,2],[1,3],[0,5],[1,6],[0,2],[0,1],[0,1],[0,2],[1,3],[0,2],[0,1],[1,-2],[0,1],[1,-1],[0,-2],[0,-1],[0,1],[1,1],[0,-1],[1,-2],[0,1],[1,1],[0,-3],[-2,-6],[1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-4],[0,-4],[1,3],[1,3],[1,1],[1,-4],[0,-4],[0,-4],[-2,-8],[1,2],[1,2],[1,7],[1,1],[0,-1],[0,-4],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,2],[0,-1],[-1,-1],[0,-3],[-1,-2],[-2,-4],[0,-1],[1,0],[0,-1],[0,-2],[-1,-1],[1,-1],[0,-3],[-1,-5],[0,1],[1,2],[1,4],[-1,3],[0,1],[2,3],[0,5],[1,2],[1,-1],[-1,0],[0,-2],[0,-1],[-1,-3],[0,-2],[1,1],[0,1],[0,1],[0,-2],[1,0],[0,-1],[0,1],[0,2],[0,4],[0,3],[1,1],[1,-1],[1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,-1],[-3,-4],[0,-1],[-1,-6],[0,-1],[0,-4],[0,-2],[-1,-2],[0,1],[0,1],[-1,0],[-1,-3],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[-2,-4],[1,2],[2,6],[1,1],[1,0],[0,-1],[0,-1],[0,1],[1,3],[0,2],[1,0],[0,-2],[-1,-5],[-1,-2],[-1,-2],[0,-2],[-1,-5],[0,-3],[-1,-1],[-2,-4],[-1,-4],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,-5],[0,2],[2,4],[1,6],[1,1],[0,1],[1,2],[1,1],[0,6],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,1],[2,9],[1,1],[0,2],[1,0],[0,-1],[0,1],[1,1],[0,1],[0,1],[1,2],[0,-1],[-1,-6],[0,-1],[0,-2],[0,-4],[0,2],[1,4],[2,2],[1,4],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-4],[0,-2],[-3,-9],[0,-4],[-1,1],[-1,-2],[-1,-5],[0,-5],[0,1],[3,9],[2,7],[1,2],[0,3],[1,7],[0,1],[1,0],[-1,1],[1,2],[2,-2],[1,1],[-1,2],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,2],[1,2],[1,1],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[1,3],[0,-3],[0,-3],[-1,-1],[0,-4],[1,-1],[0,-2],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,2],[-1,0],[0,-1],[0,-2],[0,-1],[0,-3],[0,1],[1,2],[0,1],[1,0],[0,-1],[1,2],[0,-1],[0,-2],[0,-2],[2,-1],[0,1],[1,3],[0,1],[0,1],[2,-1],[1,-1],[0,-1],[0,1],[1,1],[1,4],[1,1],[0,1],[0,2],[0,2],[1,0],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-3],[1,2],[1,0],[0,-1],[-1,-4],[-1,-2],[0,-2],[0,-3],[-1,-1],[0,-2],[0,1],[-1,0],[0,-1],[-2,-7],[0,-1],[0,1],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-3],[-1,-3],[-1,-1],[-1,-3],[-1,-2],[0,-3],[0,-2],[0,1],[1,1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-3],[-2,-5],[0,-1],[1,0],[1,2],[0,1],[1,2],[1,1],[0,1],[0,1],[0,2],[0,6],[0,3],[1,2],[0,2],[2,2],[0,1],[2,3],[5,17],[0,1],[0,-2],[0,-4],[1,2],[1,8],[1,7],[0,1],[0,2],[1,2],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,1],[1,2],[0,3],[1,4],[0,-1],[0,-3],[0,-3],[0,-5],[-1,-4],[-1,-2],[-1,-4],[0,-1],[-1,-2],[0,-2],[-1,-1],[-2,-6],[0,-3],[0,-1],[1,1],[0,3],[1,1],[1,1],[1,1],[0,3],[0,4],[1,1],[1,2],[0,-2],[1,-1],[0,1],[0,2],[0,2],[0,1],[0,2],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[1,3],[0,2],[0,3],[0,3],[1,1],[0,1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,1],[1,2],[0,-1],[0,-3],[0,-5],[-2,-8],[0,-2],[0,-1],[0,-1],[0,1],[1,2],[0,1],[1,-1],[0,-2],[0,-1],[1,-2],[1,-2],[0,-2],[0,-1],[-2,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[2,0],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,6],[1,1],[0,-1],[0,-2],[1,-1],[1,-2],[1,-1],[2,0],[0,-1],[-1,-2],[0,-2],[1,1],[0,1],[1,0],[2,-1],[-1,-2],[1,-1],[0,-1],[1,-1],[0,1],[0,2],[0,2],[0,2],[0,1],[5,0],[1,-1],[0,-1],[-1,0],[1,-2],[0,-2],[0,-2],[1,0],[3,1],[1,-1],[0,-3],[0,1],[1,2],[3,1],[0,-1],[2,-7],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,-2],[-1,-2],[1,-2],[1,-2],[2,0],[1,0],[0,1],[0,1],[0,1],[2,0],[1,-1],[0,-4],[1,1],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-2],[0,-4],[-1,-1],[-1,-1],[-6,0],[-1,-1],[1,-2],[5,0],[1,0],[1,-1],[0,-1],[-1,0],[0,2],[-1,0],[-1,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-1],[-1,-3],[0,-1],[-1,0],[-3,2],[-1,0],[0,-1],[-1,-1],[0,1],[0,1],[-1,1],[0,-1],[-8,-5],[0,-2],[-2,-2],[0,-3],[1,1],[2,3],[1,0],[0,-2],[-2,-2],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-3],[1,0],[-1,-1],[0,-1],[-2,0],[-4,-3],[-3,-4],[-3,-7],[-1,-2],[-5,1],[-3,-4],[-4,-2],[0,-1],[-1,-2],[-2,-1],[0,-2],[-4,-3],[-1,1],[-2,1],[-2,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-1],[2,3],[4,0],[5,5],[4,3],[4,6],[1,1],[1,1],[1,-1],[1,1],[1,3],[2,4],[1,2],[1,0],[1,1],[1,1],[0,4],[1,1],[1,-2],[-1,-1],[-1,-1],[0,-2],[-1,-5],[0,-1],[-1,-2],[-1,-2],[0,-2],[0,-2],[-1,-2],[-1,-5],[-1,-1],[0,-1],[-2,-1],[-4,3],[-5,-3],[0,-1],[3,-1],[-1,-6],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,0],[0,-1],[-1,0],[-2,-2],[-2,-3],[0,-2],[-2,-2],[-2,-5],[-1,-3],[-2,-1],[-3,1],[-4,3],[-2,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[-1,-1],[-2,0],[-3,-2],[-1,-2],[-1,0],[-2,3],[1,-2],[0,1],[0,-3],[1,-3],[1,-2],[1,-1],[0,-1],[-2,0],[0,-1],[-1,-4],[0,-4],[0,-2],[0,-3],[0,-2],[1,-3],[0,-2],[0,-2],[-1,0],[0,-1],[0,-2],[-1,0],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-1,4],[-2,4],[-1,2],[0,2],[-1,2],[-1,1],[-2,5],[-5,4],[-1,3],[-2,2],[-1,1],[0,6],[-1,2],[0,-3],[0,-3],[0,-3],[0,-2],[-2,-3],[0,-1],[0,-2],[1,-1],[2,3],[1,-1],[2,-2],[2,-1],[6,-8],[1,-4],[1,-1],[0,-1],[2,-7],[1,-1],[2,-2],[2,-5],[1,1],[1,-2],[0,-3],[0,-3],[0,-2],[0,1],[-1,1],[-1,1],[-1,0],[-1,-3],[-1,-3],[-2,-4],[-1,-1],[0,-1],[-1,-2],[0,-2],[-1,2],[0,-1],[0,-2],[0,-1],[4,1],[1,1],[1,0],[0,-3],[-1,-2],[-2,-3],[-2,-3],[-2,0],[0,-1],[4,0],[1,1],[2,3],[0,1],[1,0],[0,-1],[0,-3],[1,0],[0,1],[1,1],[0,2],[-2,1],[0,2],[0,1],[1,1],[1,1],[1,1],[0,1],[2,4],[0,2],[1,3],[0,1],[1,4],[0,1],[0,-1],[0,-1],[1,-1],[0,2],[0,2],[-1,1],[0,1],[1,0],[1,-1],[1,1],[0,1],[-1,1],[-1,0],[-1,2],[0,3],[0,1],[1,0],[3,-2],[4,1],[1,2],[1,1],[1,0],[0,2],[1,5],[2,4],[0,1],[1,2],[0,1],[1,0],[0,2],[0,1],[0,2],[1,0],[0,-4],[1,2],[0,1],[1,1],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[1,1],[0,1],[1,1],[1,-1],[0,1],[0,1],[0,3],[0,1],[0,-1],[1,0],[0,1],[0,2],[1,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[-1,2],[1,3],[1,2],[0,2],[1,2],[2,6],[1,2],[0,1],[0,2],[0,2],[3,1],[3,3],[3,6],[6,6],[0,1],[1,1],[1,-1],[1,0],[2,5],[9,-4],[1,1],[0,1],[-1,2],[-1,1],[-1,0],[-2,0],[-2,4],[-3,2],[-1,0],[-1,-2],[-1,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,2],[-1,2],[-1,2],[0,3],[1,3],[0,2],[1,2],[1,0],[2,0],[0,1],[0,3],[1,0],[3,-1],[0,-1],[1,2],[1,0],[1,0],[0,-1],[1,-2],[1,-1],[1,0],[1,-1],[1,0],[1,1],[0,-1],[0,-1],[1,0],[1,0],[3,-1],[0,-1],[0,-2],[1,2],[1,-1],[2,3],[0,-1],[1,-2],[1,-3],[0,-2],[0,-1],[1,1],[0,-1],[0,-4],[0,-6],[2,-9],[0,-4],[1,-2],[2,-1],[0,-1],[1,-2],[-1,0],[-1,0],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[1,-1],[1,-3],[0,-1],[1,0],[0,-1],[1,-1],[-1,-1],[-1,1],[0,1],[0,-1],[0,-2],[1,-1],[0,-2],[-1,-1],[-1,-2],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,-3],[-1,-1],[-3,-6],[-3,-3],[-2,-3],[-1,-5],[2,1],[1,4],[0,-2],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,-3],[1,0],[0,-2],[-1,-4],[1,0],[0,-2],[0,-2],[0,-3],[0,-3],[-1,-4],[-1,-2],[1,0],[0,1],[0,1],[1,-1],[0,-1],[1,1],[0,1],[0,3],[0,3],[3,7],[1,1],[0,1],[0,2],[0,1],[-1,-2],[1,3],[0,1],[0,3],[0,2],[0,1],[1,0],[1,1],[0,2],[0,3],[1,2],[0,4],[1,2],[1,2],[1,-1],[1,-2],[0,1],[1,1],[1,0],[0,-1],[1,1],[0,-1],[1,1],[0,2],[0,1],[1,0],[2,-5],[1,0],[0,1],[-1,2],[0,1],[0,1],[1,0],[-1,2],[0,1],[1,0],[0,-2],[1,2],[0,1],[1,0],[1,2],[1,-4],[1,-2],[-1,-1],[1,-1],[0,-1],[0,-1],[-2,0],[-2,-2],[-1,-2],[0,-2],[0,-1],[-4,2],[1,-2],[2,-2],[1,-2],[5,-5],[1,2],[1,1],[1,-1],[1,-2],[0,-1],[0,-1],[-2,1],[0,-1],[0,-1],[3,-1],[1,2],[1,0],[0,-1],[1,-1],[2,0],[1,-1],[1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,1],[0,2],[0,-1],[-1,1],[0,1],[0,1],[0,1],[-4,2],[-1,0],[-1,-1],[1,-2],[5,-9],[1,-2],[0,-4],[0,-1],[2,-2],[0,-1],[-2,-2],[0,-1],[-1,-2],[1,-1],[1,1],[0,2],[1,2],[1,0],[0,-1],[2,-3],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-3,-3],[1,-1],[1,0],[1,-1],[0,-3],[0,-2],[-1,-1],[-1,-1],[2,-3],[0,1],[1,1],[0,1],[0,1],[0,1],[1,-1],[-1,-2],[0,-4],[-1,-2],[0,1],[-1,1],[0,-2],[0,-1],[1,-2],[1,-1],[0,-1],[1,-3],[-2,-6],[-1,-1],[-2,2],[-1,1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-4],[-1,-2],[-1,-2],[-1,0],[-1,2],[-1,1],[-3,-1],[0,-1],[1,0],[1,-1],[0,-2],[0,-2],[-1,-1],[0,-3],[1,0],[0,1],[1,3],[0,1],[3,-1],[1,-2],[1,-3],[-1,-1],[1,-2],[1,-1],[0,-2],[0,-3],[1,-4],[0,-2],[0,-3],[0,-1],[-1,-1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[2,0],[-1,-2],[-1,-1],[-1,0],[0,1],[-1,2],[-2,3],[-1,0],[0,-2],[1,-3],[1,-1],[1,-2],[1,-1],[0,-3],[0,-1],[0,-1],[1,-2],[0,-2],[1,-1],[0,-1],[1,0],[1,1],[2,0],[1,-1],[0,-4],[1,0],[0,-2],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,2],[-1,0],[-1,0],[-1,1],[-1,3],[-3,3],[-1,0],[-1,-2],[2,0],[1,-1],[1,-2],[0,-1],[0,-1],[-1,-3],[-1,-1],[0,-1],[1,0],[1,-1],[0,-2],[0,-1],[-1,0],[-1,3],[-1,0],[-1,0],[-3,-5],[0,1],[-1,2],[-1,2],[-2,2],[-1,-1],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[1,-3],[1,0],[2,-1],[2,-3],[0,-1],[3,0],[1,2],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[2,-1],[2,2],[0,-1],[0,-3],[2,0],[1,-1],[-1,-6],[1,0],[1,0],[1,-1],[0,-2],[0,-4],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-2,0],[0,-2],[1,-2],[0,-1],[0,-2],[-2,2],[-2,3],[-2,1],[-5,9],[-1,1],[0,-3],[1,-2],[1,-2],[3,-1],[1,-2],[0,-1],[1,-1],[0,-2],[0,-1],[4,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,1],[1,1],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-2],[1,0],[1,2],[1,0],[0,-1],[2,-4],[0,-1],[-1,0],[-1,1],[-1,-1],[-1,1],[0,-1],[0,-1],[0,-1],[1,-2],[1,0],[0,-4],[0,-2],[0,-2],[0,-3],[0,-3],[-1,0],[-1,0],[-1,-1],[0,-2],[1,-2],[0,-3],[-1,-2],[-2,-2],[-2,2],[0,-2],[1,-4],[0,-2],[0,-3],[0,-2],[-1,-1],[-2,-4],[-1,-1],[-1,-3],[-1,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[-1,-2],[0,-2],[-1,-1],[-1,-1],[-2,0],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,0],[-1,1],[0,-3],[0,-1],[-1,-1],[-3,-7],[0,-1],[-2,0],[0,-1],[-1,-1],[0,-4],[0,-4],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-2],[0,-4],[-1,-2],[-1,0],[-1,4],[-1,-4],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,1],[-1,-1],[0,1],[-1,-1],[-1,1],[-1,0],[0,-2],[-1,1],[-1,3],[0,4],[0,4],[0,2],[-1,0],[-2,-2],[-1,-2],[-1,0],[0,1],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,2],[0,1],[0,-1],[0,-1],[-3,-3],[0,1],[0,2],[1,2],[-1,0],[-1,-3],[-1,-2],[0,1],[-1,1],[0,2],[0,1],[1,2],[-1,-1],[-1,-1],[0,-1],[-1,-3],[0,-3],[0,-2],[-1,1],[0,2],[1,2],[-1,-1],[-1,-4],[-1,-1],[-1,-4],[-1,-5],[-1,-1],[-1,-3],[-1,1],[0,-1],[-2,-2],[0,1],[-1,-1],[0,-2],[-2,-1],[0,1],[0,2],[0,3],[0,2],[0,1],[-1,0],[0,-1],[0,-6],[0,-2],[-1,0],[-3,5],[-1,1],[-3,-9],[-1,-1],[0,3],[0,1],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[0,2],[0,-2],[0,-2],[1,-3],[0,-1],[1,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[-2,-2],[0,1],[0,-2],[-1,-1],[0,2],[-1,-1],[0,-2],[0,-2],[1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-4],[-1,0],[1,3],[0,4],[0,2],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[1,1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-3],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,1],[0,3],[-1,4],[0,2],[1,4],[0,2],[0,2],[0,1],[0,1],[0,-1],[-1,-2],[0,-7],[-1,-3],[-1,-7],[0,-1],[-1,-2],[0,1],[-1,2],[0,1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-4],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[-1,-1],[0,-1],[0,-4],[0,-1],[1,0],[1,-2],[0,-2],[-1,-2],[-1,-1],[-1,0],[0,2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-2],[-1,0],[-1,-1],[-1,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[0,1],[-1,-1],[0,1],[-1,-2],[-1,-6],[-1,-2],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-2],[1,0],[0,1],[0,2],[0,1],[0,-2],[0,-2],[-1,-2],[-1,-3],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,2],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,3],[-1,0],[1,1],[0,1],[0,2],[0,3],[0,1],[-1,0],[0,-2],[-1,-3],[-1,-3],[0,1],[0,1],[0,1],[0,1],[1,2],[-1,-1],[0,2],[-1,2],[0,-2],[0,-4],[0,-1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,2],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,2],[-1,-1],[-1,0],[0,-1],[-1,-3],[-2,-2],[0,1],[0,5],[-1,-2],[0,-1],[0,-1],[-2,0],[0,1],[0,1],[-1,-1],[0,-2],[-1,-2],[-1,2],[0,3],[0,1],[1,1],[0,1],[0,1],[-1,-2],[-3,-7],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,1],[0,-2],[-1,2],[-1,1],[-2,-1],[-4,-4],[-2,-2],[-2,-4],[-2,-1],[-1,-3],[-1,-1],[-2,1],[0,1],[1,0],[1,2],[0,1],[1,0],[2,4],[1,0],[0,1],[0,2],[0,1],[0,1],[-1,-3],[0,-1],[-2,-1],[-2,-3],[0,-1],[-1,2],[0,4],[0,3],[-1,2],[0,2],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-3,2],[-3,0],[0,1],[-1,2],[-1,2],[0,1],[-1,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[0,1],[-3,-1],[-4,2],[0,1],[1,2],[0,1],[-2,-2],[-1,1],[0,-1],[0,-1],[-1,-1],[0,1],[-3,-1],[-1,0],[0,1],[0,3],[-1,0],[0,-1],[-1,-2],[0,-1],[-2,1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-3,1],[-1,-1],[0,-2],[0,-1],[-1,0],[-1,0],[0,3],[0,2],[-1,1],[-1,1],[-2,-2],[-1,2],[0,1],[-1,0],[0,-1],[0,1],[-1,1],[0,2],[0,1],[-1,0],[-1,0],[-1,2],[-5,-1],[-1,-2],[-2,-1],[-1,-3],[-3,0],[-3,3],[-1,1],[0,2],[-1,1],[-1,1],[-1,-1],[-1,-3],[-3,-2],[-6,-1],[-1,0],[0,1],[-1,1],[1,0],[-1,0],[0,-1],[-3,0],[-2,2],[-1,0],[-1,-1],[-1,1],[-1,4],[-1,0],[0,-2],[-1,0],[-4,-1],[-2,-3],[-3,-1],[-3,-3],[-3,1],[0,1],[-1,2],[-1,2],[-1,0],[-1,-3],[-1,-6],[0,-1],[-1,-1],[0,1],[0,3],[-1,0],[0,-3],[0,-3],[1,-2],[-1,1],[-2,-1],[0,1],[0,2],[-1,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,3],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,2],[-1,0],[0,-1],[-1,-2],[-1,-4],[0,-2],[0,-2],[0,-2],[1,-3],[0,1],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,2],[-1,0],[0,1],[-1,2],[-1,1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,-1],[-1,-5],[-1,-7],[0,-2],[-2,-2],[-2,-2],[-2,-4],[0,-3],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-3],[0,-3],[-1,-3],[0,-2],[-1,2],[0,1],[-1,-1],[-1,-2],[0,-2],[0,-4],[-1,-2],[0,-3],[0,-2],[0,-3],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-4],[0,-2],[0,-2],[-1,-6],[1,-3],[0,-5],[0,-5],[-1,-3],[0,-4],[-3,-13],[-1,-2],[-4,0],[-1,0],[-1,-2],[0,1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-2],[-1,0],[0,-2],[0,-1],[-1,0],[-1,0],[-1,2],[-1,0],[-2,-1],[-1,1],[0,-2],[-1,-1],[0,-2],[-1,2],[-1,-3],[0,-4],[0,-3],[-1,0],[-1,-2],[-2,0],[0,1],[0,-1],[1,-4],[1,0],[1,1],[0,-3],[0,-1],[0,-3],[-1,-2],[-3,-2],[0,-1],[-1,-3],[-1,-1],[-1,0],[2,6],[0,2],[0,4],[-1,3],[0,3],[-1,2],[0,-2],[1,-4],[0,-3],[0,-2],[-1,-4],[-1,-2],[-1,0],[0,-2],[-2,-1],[0,-1],[-1,-2],[0,-3],[-1,-4],[1,-4],[-2,-3],[0,-2],[1,0],[0,-2],[-4,-1],[0,-2],[0,-1],[0,-1],[-2,-5],[-1,-1],[0,-2],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-2,0],[0,-1],[-1,-2],[-1,-19],[-1,-4],[-1,-2],[0,1],[-1,0],[-1,-8],[0,-4],[-1,-2],[0,-5],[-1,-6],[-2,-9],[-1,-6],[0,-4],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-9],[0,-2],[-1,-1],[-1,2],[-1,0],[-1,0],[0,1],[-1,2],[-1,4],[0,3],[-1,1],[-1,4],[-1,3],[-1,0],[-2,-1],[-1,0],[-1,2],[-1,4],[-1,1],[-1,1],[0,1],[-3,6],[-1,-1],[-1,-1],[-5,5],[-1,-1],[-1,1],[0,1],[-1,4],[-1,1],[-1,0],[0,-1],[-1,1],[-1,2],[-3,2],[-1,0],[-1,-2],[0,-1],[2,1],[3,-4],[1,-1],[1,-1],[1,-2],[-1,-2],[0,-2],[-1,-1],[-1,0],[0,-2],[0,-2],[0,-1],[1,-1],[1,1],[1,3],[1,1],[4,0],[1,1],[2,-1],[1,0],[0,-2],[2,0],[1,-2],[0,-1],[1,-3],[1,1],[1,-5],[2,-4],[2,-1],[2,2],[0,-1],[2,-2],[1,-1],[0,-3],[1,-7],[1,-2],[1,-1],[1,-1],[1,-1],[0,-2],[-1,-5],[0,-2],[-1,-8],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-4],[0,-2],[-2,-7],[0,-3],[0,-6],[-1,-3],[0,-1],[-1,-2],[0,-1],[-1,-5],[0,-2],[-2,-2],[0,-1],[0,-1],[-1,0],[0,-2],[0,-2],[-1,-2],[-1,-3],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-3],[0,-1],[-1,-1],[-1,-2],[0,-1],[-2,0],[-1,-1],[-1,-2],[0,-2],[0,1],[-1,1],[0,-2],[-1,-7],[0,-2],[0,-1],[-1,-3],[0,-7],[-1,-6],[-1,-3],[0,-2],[-2,-10],[0,-4],[-1,-4],[-2,-3],[-3,-5],[-1,-3],[-7,-23],[0,-2],[-1,-5],[0,-2],[0,-1],[-2,-5],[-1,-2],[0,-1],[-3,0],[-2,-2],[-2,-3],[-1,-1],[-2,-3],[0,-1],[-2,0],[0,1],[-1,1],[-1,1],[-1,0],[-2,-9],[-2,-3],[-1,-2],[-2,-2],[-2,-3],[-1,-1],[0,-2],[0,-8],[0,-2],[-1,-3],[-2,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[-4,-14],[-1,-3],[-1,0],[-2,0],[-1,0],[-2,-3],[-2,-3],[-2,-5],[0,-2],[0,-8],[-1,-4],[-1,-3],[-1,-1],[-1,-1],[-1,-4],[0,-2],[0,-3],[-1,-5],[-1,-12],[-1,-4],[-1,-3],[-1,-1],[0,-5],[-2,-7],[-2,-5],[-5,-3],[-2,-5],[-3,-12],[-1,-5],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-2,1],[-1,0],[0,1],[-1,3],[0,2],[-1,0],[-2,-1],[-1,1],[0,1],[-1,3],[0,1],[0,-2],[0,-2],[1,-2],[0,-2],[1,-1],[5,-5],[0,-1],[1,-1],[1,-1],[0,-1],[1,1],[0,-2],[0,-2],[0,-3],[1,-4],[0,-3],[0,-1],[-1,-2],[-3,0],[-1,-2],[-1,-1],[0,-5],[-1,-2],[-2,-4],[-1,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-3],[0,-3],[0,-3],[-1,-2],[0,-1],[-3,-6],[-2,-6]],[[1913,8462],[-2,-1],[-1,2],[0,3],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1]],[[1913,8469],[2,-1],[1,1],[0,-1],[1,-1],[-5,1],[1,1]],[[1918,8470],[-1,0],[-2,2],[0,1],[1,0],[1,1],[1,-1],[0,-3]],[[2324,8496],[-1,-1],[0,1],[-1,1],[-2,6],[2,3],[1,0],[1,-3],[0,-1],[0,-2],[0,-3],[0,-1]],[[2297,8488],[-1,-4],[-1,0],[-2,2],[-2,0],[-1,0],[-1,1],[-1,5],[2,1],[1,2],[-1,4],[1,2],[2,2],[1,4],[1,2],[1,0],[1,-1],[0,-3],[0,-2],[-1,-3],[2,-3],[0,-2],[0,-3],[-1,-4]],[[2295,8541],[1,-1],[1,2],[0,1],[1,1],[0,-2],[2,-6],[0,-5],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[-2,-3],[-2,-1],[-4,-1],[-1,1],[-2,5],[-1,4],[-1,4],[0,3],[-1,2],[0,3],[1,3],[0,2],[1,2],[0,2],[1,2],[2,2],[2,3],[1,1],[2,0],[1,-2],[1,-3],[0,-2],[-1,-3],[0,-1]],[[1809,8569],[5,-14],[1,-6],[1,-2],[0,-3],[0,-2],[-1,-8],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[1,-3],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-2],[1,-3],[1,-2],[-1,-2],[-1,-2],[-6,0],[0,-1],[-1,-3],[-2,-2],[0,-1],[0,-3],[0,-1],[0,-3],[0,-1],[1,-1],[1,2],[1,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[-1,-3],[0,-1],[-4,-2],[0,-1],[1,-1],[0,-1],[0,-3],[1,0],[1,1],[2,-3],[2,0],[0,1],[1,4],[0,1],[2,1],[3,5],[7,4],[0,-2],[1,-2],[1,0],[7,9],[1,0],[-1,-4],[-3,-5],[-2,-3],[1,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[3,3],[1,3],[0,3],[1,2],[0,1],[-1,4],[-3,0],[-1,1],[0,2],[1,3],[2,7],[3,10],[5,12],[5,3],[2,-2],[3,0],[1,-2],[8,-4],[4,-7],[3,-1],[5,-1],[2,-3],[3,-1],[1,-2],[4,-4],[2,-3],[3,0],[1,-2],[1,-2],[0,-2],[0,-2],[1,-1],[1,-1],[3,0],[2,-2],[0,-3],[0,-1],[0,-2],[1,-2],[-1,-2],[0,-4],[-1,-2],[0,-4],[0,-2],[-1,-1],[-5,-9],[1,0],[0,-1],[0,-1],[0,-1],[-3,-7],[-8,-8],[-1,-2],[-1,-3],[1,-1],[1,-2],[0,-1],[1,0],[2,2],[1,3],[1,0],[0,-2],[0,-3],[-2,-3],[0,-2],[0,-2],[0,-3],[-1,-2],[-1,-2],[1,-2],[0,-1],[1,1],[1,3],[0,1],[0,1],[0,1],[0,2],[1,4],[1,0],[1,0],[1,2],[2,2],[2,4],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[0,2],[-1,1],[0,1],[1,0],[0,2],[0,1],[2,1],[1,1],[1,1],[1,2],[1,3],[1,2],[1,2],[2,0],[1,-1],[-1,-2],[0,-2],[-3,-2],[-1,-2],[1,-1],[1,1],[1,-1],[-3,-5],[0,-2],[1,-1],[0,1],[1,1],[0,2],[1,0],[1,-1],[0,-1],[1,-3],[1,-1],[1,-1],[1,-2],[1,-2],[0,-2],[1,0],[-1,4],[0,3],[-1,3],[0,3],[0,5],[1,2],[1,1],[1,3],[-1,2],[0,1],[1,1],[1,0],[4,0],[-1,3],[0,1],[0,3],[3,6],[1,1],[2,-2],[1,-1],[2,0],[1,0],[0,-2],[-3,-4],[-1,-1],[1,-2],[0,-2],[1,-1],[1,0],[0,-1],[2,-1],[0,-1],[1,-1],[1,-2],[1,-1],[1,2],[-5,6],[-2,4],[1,1],[1,2],[1,0],[0,1],[1,2],[0,1],[1,1],[0,-1],[1,0],[1,-3],[2,-1],[2,-7],[1,-3],[1,0],[0,-1],[1,-2],[1,3],[1,0],[3,-2],[1,-1],[1,-1],[0,1],[0,2],[-5,5],[-1,1],[-1,3],[-6,6],[1,2],[1,0],[2,-1],[3,-6],[3,-4],[1,-1],[1,1],[1,2],[0,1],[-1,3],[0,1],[-1,0],[0,1],[-1,1],[-1,3],[0,2],[-1,3],[-1,2],[-1,4],[-2,2],[-1,-1],[-1,-2],[-1,0],[-1,2],[-1,3],[3,0],[0,2],[0,2],[-1,2],[1,1],[2,0],[2,-1],[1,-1],[4,-5],[1,-1],[0,1],[0,1],[0,1],[-1,1],[1,2],[0,1],[2,-1],[-1,3],[-3,0],[-1,1],[-2,2],[-1,1],[-2,0],[-1,-1],[-1,-2],[-1,0],[-1,0],[0,1],[1,2],[1,0],[0,1],[0,2],[0,1],[0,2],[-1,1],[0,2],[-7,2],[-2,2],[-1,2],[-1,5],[0,3],[-2,1],[-1,3],[-1,3],[0,3],[1,2],[1,1],[8,-1],[9,-1],[2,-1],[3,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,-3],[1,1],[2,2],[2,-1],[2,-2],[-1,-3],[-2,0],[-1,-3],[11,-16],[-1,0],[0,-2],[6,2],[1,-1],[0,-2],[1,0],[-1,-1],[0,-1],[0,-1],[2,-6],[4,-2],[0,-1],[-1,-1],[-2,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[3,1],[2,-1],[0,1],[0,1],[0,1],[-1,1],[1,1],[5,-4],[1,-2],[1,-2],[0,-3],[0,-2],[1,-2],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-3],[0,-5],[0,-2],[-1,-2],[1,-3],[0,-3],[1,-3],[0,-2],[2,-12],[0,-1],[0,-4],[0,-2],[0,-1],[1,-1],[0,-1],[1,1],[0,3],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-3],[0,-1],[0,-2],[0,-3],[-1,-5],[2,0],[1,-1],[1,-1],[-1,-5],[-1,-1],[1,0],[2,4],[1,1],[1,-1],[0,-2],[-1,-6],[-1,-2],[-1,-1],[0,-1],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[1,-3],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[1,-3],[3,3],[2,-1],[0,-2],[1,-3],[1,-4],[-1,-3],[2,-1],[2,-3],[1,0],[0,1],[1,0],[1,0],[1,3],[-2,4],[0,1],[-1,0],[0,1],[-1,2],[1,3],[0,3],[2,-1],[1,-2],[1,-1],[1,3],[1,4],[1,3],[1,2],[8,3],[-1,2],[-1,1],[-2,1],[-2,4],[0,1],[0,1],[0,1],[1,1],[2,-3],[1,1],[1,1],[1,3],[-1,1],[-1,1],[-2,2],[-1,0],[0,2],[0,2],[0,3],[0,1],[-2,0],[-2,3],[-1,1],[0,1],[-1,2],[0,3],[0,3],[0,1],[1,1],[0,1],[-1,1],[0,2],[-1,1],[1,0],[0,1],[-4,2],[0,2],[0,1],[0,1],[0,1],[0,7],[0,4],[-1,2],[-1,2],[0,2],[0,1],[0,1],[1,-1],[1,-2],[1,-1],[1,1],[0,2],[-1,4],[-1,2],[-1,1],[-1,2],[1,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,3],[1,2],[1,3],[-2,0],[-1,1],[-1,2],[-2,5],[3,1],[0,1],[0,2],[0,1],[0,3],[0,3],[-1,1],[-2,2],[0,2],[0,1],[1,0],[0,1],[-1,3],[-1,2],[1,3],[-1,2],[0,2],[0,1],[-1,2],[0,2],[0,1],[0,1],[0,4],[-1,6],[-1,3],[0,1],[0,3],[0,1],[1,0],[0,2],[0,1],[-1,3],[-1,1],[0,2],[0,2],[1,1],[0,1],[-1,3],[-1,4],[-1,1],[1,1],[1,-1],[0,1],[1,0],[-3,8],[-1,4],[1,6],[2,5],[3,0],[6,-3],[-1,4],[-5,4],[-1,3],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,2],[4,-1],[-1,2],[-1,3],[-1,1],[3,1],[6,-5],[3,1],[4,-5],[2,-1],[3,-6],[2,-1],[0,-2],[1,-1],[2,-4],[3,-2],[1,0],[0,3],[0,2],[-3,4],[1,3],[0,1],[0,2],[1,1],[1,2],[1,0],[1,-1],[0,1],[1,1],[1,1],[2,-1],[1,-2],[1,-3],[1,-5],[1,-2],[3,-2],[1,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[1,-2],[0,-3],[1,-1],[1,-1],[2,-3],[0,-1],[1,-3],[2,-1],[3,-4],[1,-1],[2,0],[0,1],[0,1],[1,0],[0,-1],[2,1],[0,-2],[0,-2],[0,-3],[1,-2],[2,-4],[4,-3],[-1,-2],[0,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[1,1],[1,-1],[1,-2],[0,-1],[2,-6],[0,-1],[0,-1],[-1,-2],[2,-1],[0,-1],[1,-2],[-1,-2],[-1,0],[0,1],[-1,2],[-1,2],[0,2],[-1,2],[-1,-1],[3,-8],[-1,0],[0,-1],[0,-1],[0,-2],[3,-4],[1,-1],[0,-2],[1,-1],[-1,-1],[-1,-3],[0,-1],[1,-2],[0,-2],[0,-4],[2,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-1],[0,-4],[0,-1],[-1,0],[-1,1],[0,1],[-1,-1],[1,-3],[1,-6],[1,-2],[1,-4],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,-4],[1,-3],[0,-1],[1,-4],[0,-2],[1,-1],[0,-2],[1,-2],[0,-2],[-1,-2],[-1,-3],[-1,-2],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,0],[1,-1],[0,-2],[1,-3],[0,-1],[1,-3],[1,-8],[0,-2],[0,-2],[0,-4],[1,-4],[0,-3],[1,-1],[2,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[1,-2],[1,-4],[0,-2],[1,-2],[0,-1],[0,-2],[1,-1],[3,-11],[0,-4],[0,-3],[-1,-6],[0,-3],[1,-2],[1,-1],[0,-5],[0,-2],[0,-3],[1,-3],[1,-3],[0,-2],[-1,0],[-3,3],[-1,0],[-1,-1],[0,-2],[0,-3],[0,-4],[1,-4],[0,-4],[0,-5],[-1,-2],[-2,-5],[-1,-2],[-1,-2],[-1,-2],[1,-1],[0,-2],[1,-3],[0,-1],[8,-15],[2,-1],[1,-1],[1,-4],[1,-5],[3,-16],[0,-4],[1,-1],[1,-1],[2,1],[0,-1],[1,0],[2,-5],[0,-1],[1,-2],[1,-2],[1,-1],[0,-1],[2,-6],[0,-2],[1,-1],[7,0],[1,-1],[0,-3],[1,-2],[1,-3],[1,-4],[5,-3],[1,1],[0,3],[0,2],[-3,1],[0,1],[-1,2],[-1,1],[0,1],[0,3],[-1,3],[0,2],[0,3],[0,2],[1,3],[1,-1],[3,-4],[0,-2],[1,-2],[0,-1],[1,-1],[1,-2],[1,-2],[0,-3],[-1,-4],[0,-2],[4,-4],[1,-1],[1,0],[1,-3],[2,-1],[1,-3],[3,-2],[4,-7],[2,-6],[1,0],[0,1],[1,1],[0,-2],[0,-1],[1,-1],[1,-1],[2,-6],[1,-1],[2,-1],[1,2],[0,4],[1,1],[3,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[-1,-2],[0,-2],[-1,-3],[0,-3],[0,-3],[1,-3],[1,-4],[0,-2],[1,-1],[1,1],[0,1],[2,0],[1,1],[0,2],[1,4],[1,-1],[2,-4],[0,-1],[1,1],[0,1],[2,1],[0,1],[0,1],[1,2],[-1,2],[1,1],[1,-1],[1,-2],[1,-1],[0,-2],[1,-2],[-1,-2],[0,-5],[0,-2],[0,-1],[1,-5],[1,-4],[-1,-1],[1,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-10],[-1,-3],[0,-3],[-1,-3],[-1,0],[0,-1],[1,-3],[0,-2],[-1,-6],[-2,1],[-1,-1],[-1,0],[0,1],[-1,2],[0,1],[-1,-1],[-2,-2],[-1,0],[-1,2],[-1,2],[-1,4],[0,1],[-1,5],[-1,9],[0,1],[0,2],[1,5],[0,3],[0,1],[-1,0],[0,-2],[-2,-14],[-1,-5],[0,-3],[0,-2],[-2,-5],[0,-2],[-1,-5],[0,1],[0,1],[0,2],[0,1],[-1,1],[-4,8],[0,1],[-1,-1],[0,-1],[-1,-1],[0,1],[-1,5],[-1,2],[0,1],[-1,2],[0,2],[0,4],[0,1],[-1,0],[-1,-3],[-1,0],[-1,2],[0,1],[0,1],[0,3],[0,3],[-1,2],[0,1],[-1,-1],[0,-3],[1,-6],[-2,0],[-1,-1],[-1,-2],[1,-2],[1,-2],[0,-1],[0,-2],[-1,-1],[0,-2],[-1,0],[0,1],[0,1],[0,2],[0,1],[-1,2],[0,1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,-1],[-1,-4],[-1,-2],[-1,0],[0,1],[-1,1],[0,2],[-1,0],[0,-2],[2,-6],[1,-3],[3,-1],[-1,-3],[0,-5],[0,-5],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,0],[-2,-1],[-1,1],[-1,0],[-2,-2],[-1,0],[-1,3],[-4,3],[0,2],[-2,0],[-2,3],[-2,5],[-1,5],[-1,2],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,-2],[0,-3],[0,-2],[-1,-6],[2,-1],[3,-6],[3,-2],[1,-4],[1,-4],[0,-8],[1,-1],[1,2],[0,3],[0,3],[-1,3],[1,1],[1,0],[0,-1],[0,-2],[1,-3],[0,-1],[0,-3],[0,-1],[0,-1],[0,-2],[1,-1],[-1,-2],[0,-4],[-1,-2],[1,-3],[0,-3],[0,-7],[-1,-3],[-1,-2],[-3,-5],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[1,1],[0,1],[0,1],[0,3],[1,2],[0,1],[1,2],[1,2],[1,3],[2,11],[0,1],[1,2],[0,1],[1,2],[0,2],[0,1],[0,1],[0,1],[1,0],[0,2],[3,0],[2,2],[1,2],[2,0],[1,2],[1,6],[0,2],[2,0],[1,1],[2,2],[2,-2],[4,0],[1,-1],[2,-6],[1,-3],[0,-2],[-3,-7],[-2,1],[-1,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[1,0],[0,1],[1,1],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[0,-4],[-1,-2],[0,-1],[-1,0],[-1,3],[0,2],[-1,1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[0,-3],[1,-1],[1,-1],[0,1],[0,3],[1,3],[0,2],[1,1],[2,2],[1,-1],[0,-3],[1,-2],[1,-2],[1,-2],[1,-5],[0,-6],[-1,-4],[-2,-7],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[-3,-3],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,-3],[-1,-2],[-1,0],[-1,0],[-3,-2],[-2,2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-4,0],[-1,4],[-1,1],[-1,0],[0,-1],[0,-3],[1,-2],[1,-1],[-1,-2],[0,-1],[-3,0],[-1,-1],[-1,-3],[-2,-1],[-1,1],[-2,2],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-5,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,0],[-1,1],[-2,2],[-1,3],[-1,1],[-1,-2],[-3,1],[-1,2],[-1,0],[-1,0],[-1,1],[-2,2],[-1,1],[-2,-1],[-1,0],[-3,3],[-1,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,-1],[0,-2],[1,-1],[0,-2],[-1,0],[-2,3],[-2,2],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-5],[-2,-1],[-8,2],[-7,2],[-1,1],[-1,4],[-1,2],[-1,1],[0,1],[1,0],[0,1],[1,2],[1,2],[0,2],[3,-2],[1,2],[-1,2],[2,2],[2,3],[0,3],[-1,2],[-1,1],[-3,2],[-1,-2],[1,0],[0,-1],[1,-1],[0,-2],[-4,2],[-2,2],[-5,1],[-1,1],[0,3],[-1,1],[0,3],[-1,0],[-9,3],[-1,-1],[-1,-3],[-1,0],[-2,2],[-4,-2],[-4,5],[-2,1],[0,1],[0,2],[0,2],[0,2],[1,1],[2,4],[1,3],[0,3],[0,1],[-1,1],[0,1],[0,1],[0,7],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[-2,7],[-1,1],[-1,1],[-1,-1],[-1,-4],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[-1,-1],[-4,0],[-1,-2],[-1,-2],[0,-3],[1,-4],[0,-5],[0,-1],[1,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-2,1],[-2,-4],[-3,-11],[-2,-5],[-3,-5],[-12,-5],[-1,-2],[-9,-1],[-2,3],[-6,-1],[-1,-2],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[-2,-4],[-3,-7],[-2,-1],[-2,-4],[-1,-2],[-2,-2],[-9,-5],[-7,-8],[-5,-1],[-3,1],[-2,-2],[-5,1],[-2,-1],[-2,-3],[-1,-4],[-1,0],[-1,1],[-1,3],[0,1],[-4,1],[-1,0],[-1,-4],[-1,-1],[-2,0],[-6,-5],[-2,2],[1,1],[0,1],[5,2],[0,2],[-1,1],[-1,0],[-3,-1],[-2,-3],[-1,-1],[-7,1],[-1,-1],[1,-2],[3,-1],[2,-1],[-2,-5],[-2,1],[-5,3],[-10,-2],[-10,-2],[-1,0],[0,1],[-1,0],[-1,-2],[-1,-1],[-6,1],[-1,-1],[-1,-4],[-1,0],[-1,-2],[-5,2],[-9,-3],[-1,1],[-1,2],[0,2],[1,2],[2,0],[4,-2],[1,1],[-1,2],[-1,4],[-1,2],[-3,2],[-1,3],[-2,1],[0,1],[-1,2],[0,1],[-1,1],[-1,3],[0,3],[0,3],[0,2],[-1,2],[-2,4],[0,1],[-1,2],[0,2],[-1,2],[-1,1],[0,3],[0,1],[0,2],[1,0],[0,1],[0,2],[-1,3],[0,3],[0,1],[1,3],[1,3],[0,1],[1,1],[0,1],[-1,1],[0,3],[1,3],[0,2],[-2,0],[0,2],[1,0],[1,0],[0,2],[-2,3],[-1,1],[0,1],[0,3],[0,1],[0,1],[0,1],[1,1],[-2,2],[0,1],[0,2],[0,1],[0,2],[1,0],[1,-2],[3,-1],[0,2],[-2,2],[-8,4],[0,1],[-1,2],[-1,1],[-2,-1],[-3,0],[-2,2],[-1,2],[0,1],[-4,1],[-13,-6],[-1,2],[-1,2],[0,1],[-2,0],[-1,0],[0,-2],[-1,-2],[-1,-2],[-2,0],[-11,4],[-11,4],[-1,1],[0,1],[0,1],[-1,2],[0,1],[-3,0],[-8,9],[-3,2],[-3,7],[1,2],[0,1],[2,2],[-1,1],[0,1],[-1,2],[0,2],[1,1],[0,1],[-1,2],[0,1],[-4,1],[0,-2],[1,-2],[0,-1],[-1,1],[-2,3],[-2,3],[-1,2],[2,2],[0,2],[0,2],[0,1],[0,1],[-2,1],[-1,2],[-2,2],[-2,1],[-1,4],[-2,3],[0,1],[-1,1],[0,3],[0,3],[-1,1],[0,2],[-1,6],[-1,7],[0,5],[-1,2],[-1,4],[1,4],[0,2],[1,2],[2,2],[3,5],[6,5],[6,3],[7,2],[13,8],[11,4],[11,3],[5,2],[9,2],[7,3],[9,0],[4,-5],[11,-2],[4,3],[8,-4],[6,-4],[1,1],[-1,1],[0,1],[1,0],[2,-1],[1,-2],[7,-4],[1,0],[1,1],[0,1],[-2,1],[1,2],[1,1],[2,0],[1,-2],[2,1],[0,1],[-1,1],[0,1],[1,1],[5,0],[1,2],[-4,1],[-1,2],[1,1],[9,-6],[3,1],[3,-1],[3,2],[2,-1],[1,0],[1,2],[1,1],[-1,1],[-2,-1],[-1,3],[1,1],[1,1],[1,1],[-1,3],[-1,1],[-7,-1],[-2,2],[-3,1],[0,1],[-1,2],[-1,2],[0,1],[-1,1],[0,2],[0,1],[-1,5],[-1,2],[0,2],[-1,0],[-2,0],[-2,3],[-1,-2],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,-1],[0,-2],[-1,0],[-2,1],[-1,4],[-2,1],[-1,1],[-2,1],[-1,-1],[-1,-3],[-1,3],[-4,3],[-1,3],[0,2],[-1,-1],[-1,-1],[-1,0],[0,2],[0,1],[0,2],[0,1],[-4,0],[-2,1],[-2,4],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,1],[-1,2],[-1,2],[-1,2],[-8,4],[-1,-1],[-3,-6],[-1,0],[-5,2],[-1,-1],[-3,-5],[-11,-2],[-4,-4],[-6,1],[-7,-1],[0,-1],[-1,-2],[-1,0],[-4,4],[-9,-4],[-4,3],[-1,1],[0,1],[1,1],[0,2],[-1,1],[-10,-1],[-2,-3],[-1,-1],[-8,-1],[-7,3],[-3,-3],[-1,2],[1,1],[-1,1],[-4,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-3,4],[-1,4],[0,5],[0,2],[-1,3],[-1,1],[-2,1],[-9,14],[-2,5],[-2,5],[-2,9],[0,3],[1,4],[8,11],[8,11],[9,2],[11,9],[5,-1],[1,1],[1,3],[0,1],[1,3],[13,8],[2,2],[4,2],[1,-1],[-3,-2],[1,-1],[1,0],[2,2],[8,1],[1,3],[-2,1],[-3,0],[-5,3],[-4,1],[0,2],[1,1],[4,0],[8,10],[0,-2],[0,-2],[1,0],[3,2],[1,-1],[-1,-1],[1,-2],[2,-1],[2,-2],[1,1],[1,2],[1,1],[3,1],[2,3],[2,3],[-1,1],[-5,-5],[-4,-1],[-2,0],[-2,3],[0,1],[3,2],[0,1],[-4,2],[-6,-1],[-2,-2],[-2,-1],[-2,-2],[-3,-1],[-1,-1],[-10,-3],[-3,-4],[-2,1],[-3,-4],[-3,-1],[-3,2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-2,0],[-2,-2],[-1,0],[0,1],[0,1],[0,4],[0,2],[1,1],[-1,1],[-2,0],[0,1],[1,1],[-1,2],[-1,1],[-1,1],[-1,1],[1,-1],[0,-1],[-1,-2],[-1,0],[0,-1],[0,-1],[0,-2],[2,0],[1,-2],[1,-2],[0,-2],[-1,-3],[-1,-2],[-5,2],[1,1],[-1,1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[-7,-2],[-2,3],[-2,5],[0,6],[1,4],[4,6],[5,1],[4,-3],[1,2],[-2,2],[0,1],[2,0],[2,-1],[0,1],[1,2],[-1,1],[-2,1],[-1,1],[-1,1],[0,1],[-2,1],[-1,-1],[0,-1],[-1,1],[0,2],[0,2],[1,1],[2,0],[5,4],[-1,1],[-10,-2],[-1,-2],[-2,-3],[1,-3],[-1,-2],[-3,-1],[-2,1],[0,-1],[-1,-1],[-1,0],[1,1],[0,2],[0,2],[0,1],[0,1],[-1,2],[0,1],[-1,1],[-2,1],[-1,1],[-1,0],[0,-1],[0,-2],[-1,0],[-1,1],[0,1],[-4,0],[-1,-1],[1,-1],[-1,-2],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-2],[-1,1],[-2,4],[-1,1],[-1,1],[0,1],[-1,5],[0,3],[-1,7],[0,2],[0,3],[0,4],[1,6],[0,6],[0,2],[0,3],[1,3],[3,8],[3,7],[3,2],[0,3],[1,1],[0,1],[0,2],[-1,1],[1,2],[0,3],[3,5],[4,1],[9,6],[0,3],[0,9],[-2,4],[-1,2],[-6,0],[-2,2],[0,1],[-1,0],[0,3],[-1,2],[0,3],[1,8],[1,4],[6,12],[1,1],[1,0],[0,1],[1,3],[0,2],[1,1],[1,1],[2,3],[1,0],[4,4],[2,6],[6,8],[1,5],[2,3],[1,2],[1,6],[1,2],[4,1],[3,3],[6,3],[7,10],[2,4],[2,0],[1,1],[1,1],[3,2],[3,4],[6,3],[7,7],[5,2],[5,5],[0,1],[1,1],[0,1],[1,1],[3,0],[0,1],[2,4],[7,3],[4,7],[2,2],[3,1],[4,-6],[4,-1],[2,-4]],[[1993,8608],[-1,-1],[-1,1],[-2,-2],[-7,-2],[-1,1],[-1,2],[0,2],[-1,1],[3,5],[4,1],[5,-1],[3,-4],[-1,-2],[0,-1]],[[2077,8569],[-2,-5],[-3,-8],[0,-3],[1,-2],[-1,-2],[-2,-3],[-1,-2],[-1,-5],[-2,-4],[0,-6],[-1,-3],[-3,-4],[-2,-6],[-1,-1],[-1,0],[-1,2],[-1,1],[-1,-1],[1,-2],[1,-1],[0,-2],[-1,0],[2,-4],[1,-2],[1,-2],[-2,-1],[0,-1],[-1,0],[0,2],[0,1],[0,1],[-1,0],[-1,-2],[0,1],[0,2],[0,1],[-1,1],[-1,1],[0,2],[0,2],[-1,2],[0,1],[-7,13],[-1,5],[-1,4],[-1,1],[-1,1],[0,1],[-1,2],[0,2],[0,1],[1,0],[-1,1],[-1,0],[0,-1],[-4,6],[1,1],[0,1],[0,1],[-1,4],[-2,2],[0,1],[-1,2],[1,1],[1,0],[-6,8],[0,2],[-1,2],[-1,0],[0,1],[-1,3],[-2,2],[-3,1],[-1,2],[-1,2],[-2,3],[-6,0],[-1,2],[0,4],[1,3],[1,2],[1,2],[1,0],[1,2],[1,2],[2,10],[2,5],[2,3],[12,2],[12,2],[4,4],[6,1],[6,-2],[1,-1],[1,-1],[3,-7],[3,-3],[1,-2],[0,-3],[4,-1],[4,-5],[1,-4],[1,-6],[-1,-1],[0,-1],[0,-3],[-1,-2],[0,-2],[-1,-3],[1,-2],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-3],[0,-3],[0,-2],[0,-3]],[[2753,8634],[5,-8],[1,-1],[1,1],[0,1],[0,2],[1,1],[0,1],[1,-1],[1,-3],[9,-4],[1,-2],[4,-5],[14,0],[0,1],[1,3],[2,1],[1,0],[1,-2],[9,1],[9,1],[1,0],[1,-2],[2,-1],[3,-5],[13,-8],[0,-1],[2,-4],[1,-1],[3,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[2,-5],[2,-4],[-1,-1],[0,-2],[0,-3],[4,-5],[2,1],[1,0],[1,-1],[1,1],[0,-1],[1,-1],[0,-2],[-2,-1],[1,-3],[1,-2],[2,-3],[1,-3],[0,-2],[-1,-5],[0,-1],[3,-5],[1,-1],[1,-1],[2,-1],[3,-1],[1,-2],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[-1,0],[1,-2],[1,-2],[0,-1],[-1,-3],[-1,-1],[2,-4],[4,-1],[2,-6],[-1,0],[0,-1],[-1,-2],[1,-2],[-1,-3],[-3,-1],[-2,-3],[-10,2],[-2,2],[-1,0],[-1,-2],[-7,2],[-7,2],[-3,4],[-9,1],[-8,1],[-3,-1],[-1,1],[-13,-7],[-2,-3],[-5,-3],[-2,-3],[-6,-5],[-6,-2],[-5,3],[-7,10],[-4,3],[0,1],[-1,2],[-1,6],[0,1],[0,1],[-1,2],[0,1],[-1,4],[0,1],[-1,7],[-1,1],[0,1],[0,2],[1,6],[1,4],[-1,0],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,2],[0,2],[-1,3],[-1,2],[-2,2],[-1,1],[-2,-2],[-2,2],[-3,0],[-5,3],[-2,1],[-1,3],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,3],[1,2],[0,1],[0,1],[0,3],[-1,2],[0,1],[1,4],[1,2],[1,0],[2,-1],[1,0],[-1,2],[-2,1],[0,1],[-2,5],[0,1],[0,3],[0,1],[-1,2],[0,2],[2,3],[1,7],[0,7],[-2,3],[0,1],[2,1],[1,0],[2,0],[3,2],[4,1],[3,-3]],[[2579,8649],[5,-2],[10,1],[8,-3],[13,-2],[1,1],[1,-1],[3,-1],[6,-9],[1,-1],[0,-1],[-1,-4],[-1,-2],[-1,-4],[-7,-10],[-8,-11],[-2,0],[0,-1],[-3,-9],[-2,-2],[-8,-20],[-3,-10],[-2,-13],[-1,-2],[-1,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-3],[-2,-3],[0,-3],[-2,-6],[-4,-10],[-2,-7],[0,-3],[-1,-1],[0,-7],[0,-1],[-1,-3],[0,-1],[0,-3],[2,-4],[-1,-3],[1,-3],[10,-21],[1,-5],[1,-6],[0,-4],[-1,-3],[-1,-2],[0,-2],[-1,-2],[-1,-4],[-1,-3],[0,-2],[0,-1],[0,-3],[-1,-6],[0,-2],[1,-2],[0,-1],[-1,-6],[1,-3],[0,-1],[0,-4],[0,-2],[0,-4],[0,-2],[0,-2],[1,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[2,-5],[0,-1],[2,-8],[1,-7],[1,-1],[0,-1],[2,-1],[0,-1],[1,-2],[1,-2],[0,-2],[1,-2],[2,-6],[1,-1],[1,-1],[1,-1],[0,-2],[0,-2],[0,-1],[1,0],[1,-4],[3,-3],[1,-3],[0,-2],[1,-1],[0,-2],[2,1],[0,-1],[0,-1],[0,-1],[1,-2],[1,1],[1,-1],[0,-2],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[5,-1],[2,-1],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[1,1],[1,-1],[0,-1],[1,-3],[0,-4],[0,-2],[-10,4],[-2,-2],[1,-2],[2,1],[0,-1],[-1,-1],[-2,-3],[-1,0],[-3,1],[-1,-1],[0,-2],[0,-1],[1,1],[1,-1],[0,-2],[-1,-2],[0,-1],[0,2],[-1,1],[-1,-2],[0,-2],[-1,-1],[-5,5],[-1,0],[-1,-3],[-2,0],[-1,-2],[-1,1],[-1,0],[0,-1],[-1,-2],[-1,-3],[-4,-5],[-1,-1],[0,-1],[0,-2],[-3,-4],[-1,0],[-1,0],[0,-1],[-1,-1],[-2,0],[-9,-6],[0,-1],[4,-2],[11,4],[1,1],[1,1],[0,2],[1,1],[1,2],[7,7],[2,6],[1,1],[7,1],[1,2],[0,1],[8,-3],[0,-1],[1,-1],[0,1],[1,1],[1,0],[0,1],[-1,1],[0,2],[3,-3],[1,1],[-1,1],[0,1],[-1,0],[0,1],[2,1],[1,-1],[1,-2],[0,-1],[1,1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-5],[0,-1],[-2,4],[-1,1],[-4,-2],[0,-1],[5,-1],[0,-2],[-1,-2],[0,1],[0,-1],[-1,0],[1,-2],[-1,-1],[1,0],[1,-2],[1,-3],[-1,-3],[0,-1],[0,-2],[-1,-1],[0,-2],[1,-2],[1,1],[3,0],[0,2],[1,2],[0,1],[1,2],[0,3],[-1,2],[0,1],[0,1],[0,2],[-1,2],[0,2],[-1,3],[1,2],[0,4],[0,2],[0,5],[0,1],[1,2],[1,1],[1,1],[1,2],[-3,5],[-1,4],[1,5],[0,7],[1,2],[-1,4],[1,2],[1,1],[3,1],[1,2],[1,3],[0,3],[-1,6],[0,3],[-1,1],[-1,1],[0,2],[-1,5],[1,1],[1,4],[-1,2],[0,1],[0,1],[-2,1],[-5,-1],[0,-2],[1,0],[0,-1],[0,-3],[-1,0],[0,-1],[-11,6],[-1,2],[-4,11],[-2,2],[0,1],[-1,1],[-1,1],[4,1],[0,1],[0,1],[0,2],[0,2],[-1,1],[-2,5],[0,2],[0,1],[-2,2],[-3,4],[-8,6],[0,1],[-1,2],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[1,-2],[1,0],[0,1],[-1,2],[0,1],[0,1],[0,2],[1,-1],[1,0],[0,1],[1,0],[5,-3],[-1,1],[-1,1],[0,2],[1,2],[4,1],[1,-1],[0,1],[1,2],[1,1],[0,1],[-1,1],[0,4],[0,1],[2,0],[1,1],[1,0],[-1,2],[-1,2],[-1,1],[0,1],[0,3],[0,2],[-1,2],[0,2],[2,-3],[1,0],[0,2],[-1,2],[-1,0],[0,1],[0,2],[1,0],[3,-2],[1,2],[1,-1],[1,-1],[1,1],[-1,-1],[0,-2],[1,-1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,2],[1,0],[1,-1],[1,-1],[1,-2],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[4,-7],[3,-1],[0,-1],[1,-1],[1,0],[0,-1],[2,-3],[0,-1],[1,-3],[0,-1],[0,-1],[1,1],[1,-1],[0,-1],[1,-1],[1,-2],[0,-2],[1,-3],[0,-4],[0,-2],[1,-2],[1,2],[0,4],[0,1],[0,1],[-1,2],[0,1],[1,2],[-2,4],[-2,2],[-1,0],[0,1],[-1,5],[-1,1],[0,1],[1,0],[0,2],[-3,1],[-3,3],[0,1],[-4,9],[1,-1],[0,1],[1,1],[-1,1],[-1,0],[-1,0],[-1,3],[-3,2],[-1,2],[1,1],[1,1],[0,1],[0,1],[2,5],[1,1],[6,-1],[1,0],[2,4],[-2,-2],[-8,1],[-2,-1],[0,2],[0,3],[1,0],[1,1],[1,2],[-1,0],[1,3],[0,2],[-2,-2],[-1,-1],[-4,-5],[0,-1],[0,-3],[-1,0],[-1,-1],[-1,-2],[0,1],[0,1],[0,1],[0,1],[0,1],[-6,3],[-3,6],[-2,2],[-1,3],[0,3],[0,2],[-1,1],[0,1],[0,1],[-1,1],[1,1],[3,2],[0,1],[-2,1],[-2,2],[-2,6],[0,1],[0,2],[0,1],[0,4],[0,2],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,3],[1,2],[0,1],[0,3],[0,2],[0,1],[0,2],[1,1],[-1,2],[0,1],[0,2],[0,2],[2,3],[0,1],[0,2],[1,2],[1,0],[6,-2],[4,-2],[7,-7],[13,-8],[2,-5],[2,-1],[1,-2],[4,-1],[4,-5],[1,2],[-4,4],[-4,2],[-11,15],[-2,1],[-6,7],[-1,1],[-4,3],[1,0],[-1,4],[-1,3],[-1,0],[-1,-2],[1,-2],[-10,3],[0,2],[2,10],[0,3],[1,1],[1,0],[0,-1],[0,-1],[1,-3],[0,-1],[4,-6],[2,-1],[0,3],[-2,6],[-1,3],[2,3],[4,-2],[4,-5],[4,-2],[8,-4],[7,-2],[5,-2],[4,0],[5,-6],[1,0],[1,-1],[-1,2],[-3,5],[0,1],[-1,1],[-3,2],[-7,1],[-2,3],[-7,4],[-2,0],[-13,12],[-2,0],[-2,1],[-1,4],[1,1],[0,2],[1,2],[0,3],[0,3],[1,2],[7,10],[1,0],[1,-1],[1,-2],[1,-7],[1,-2],[1,-1],[1,-1],[1,-1],[1,-2],[2,-4],[1,-3],[2,1],[-1,3],[-5,10],[-1,2],[0,2],[0,2],[-1,2],[0,1],[-1,1],[2,3],[10,9],[1,0],[12,-6],[0,-1],[1,-2],[0,-2],[0,-1],[0,-4],[1,-3],[0,-3],[1,-3],[1,-1],[1,1],[0,1],[0,2],[-1,3],[0,1],[-1,1],[0,3],[1,3],[0,2],[0,1],[0,3],[-1,2],[-10,7],[1,3],[10,11],[2,0],[5,7],[6,3],[1,0],[2,-3],[1,2],[0,3],[3,4],[1,3],[1,1],[11,-1],[11,1],[5,-2],[9,-1],[2,-1],[1,-3],[-1,-3],[1,-1],[0,-2],[0,-1],[1,-1],[2,-3],[2,-7],[0,-1],[1,-2],[0,-4],[0,-3],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-4],[0,-1],[0,-2],[0,-6],[0,-3],[-1,-3],[0,-1],[0,-5],[1,-4],[1,-2],[14,-11],[1,-2],[1,-5],[1,-4],[-1,-4],[-1,-3],[1,-3],[-1,-2],[-1,-3],[0,-3],[0,-2],[0,-1],[0,-2],[0,-2],[1,-1],[0,-2],[1,-2],[1,-5],[1,-2],[1,-2],[3,-2],[1,-1],[0,-2],[1,-4],[0,-1],[0,-2],[1,-1],[-1,-2],[0,-2],[-2,-1],[-1,-2],[-2,-2],[0,-1],[0,-2],[-1,-2],[0,-1],[-1,0],[-1,-2],[1,-2],[0,-5],[-6,-7],[-4,-9],[-2,-1],[0,-2],[-2,-9],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-3],[0,-1],[-2,0],[-3,-5],[2,0],[2,2],[10,26],[1,0],[1,0],[1,1],[1,3],[5,7],[1,0],[0,-1],[1,-1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[1,-1],[0,-1],[-2,-1],[-2,-3],[-3,-7],[-2,-7],[-1,-4],[1,-3],[-1,-2],[-3,1],[6,-9],[1,-1],[1,-2],[2,-2],[1,-3],[0,-1],[0,-2],[-1,-1],[-2,2],[-2,4],[-8,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-2,-2],[1,-2],[1,-1],[1,0],[4,3],[0,-1],[1,-4],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-2],[-3,-2],[0,-3],[4,3],[2,4],[0,7],[2,3],[3,1],[1,1],[1,1],[1,1],[2,2],[1,4],[0,5],[-1,2],[-1,2],[-1,3],[0,3],[0,2],[0,1],[1,0],[1,-1],[0,-2],[1,0],[1,0],[0,2],[0,1],[1,1],[0,1],[0,-1],[1,0],[0,1],[-1,3],[-1,4],[1,4],[1,2],[1,-1],[1,-2],[3,-10],[1,-2],[1,-2],[0,-1],[1,0],[1,-2],[7,-5],[-1,2],[-1,2],[-3,1],[-2,5],[-3,7],[0,1],[-1,4],[-2,4],[-1,3],[1,2],[3,8],[3,2],[1,2],[1,3],[0,2],[0,3],[0,2],[0,1],[1,1],[1,-1],[0,-2],[0,-1],[1,-1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[-1,-2],[-1,-2],[-1,-2],[0,-2],[1,-2],[3,-4],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[-3,-3],[0,-1],[-1,-2],[0,-1],[0,-3],[1,0],[1,0],[0,1],[0,2],[0,1],[2,2],[0,1],[1,1],[0,1],[2,-1],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[1,-3],[0,-2],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,3],[0,2],[-1,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,3],[1,1],[1,2],[0,4],[1,1],[1,-2],[4,-7],[1,-3],[2,-5],[0,-1],[2,1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-2],[0,-2],[1,-3],[-1,-4],[0,-2],[0,-3],[-1,-2],[0,-5],[0,-2],[-1,-2],[-1,-4],[-1,-4],[-2,-3],[-1,-1],[2,-3],[1,0],[1,2],[1,1],[10,-8],[3,-8],[1,-1],[2,2],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,0],[-3,2],[-2,2],[-1,3],[-1,1],[-1,2],[0,3],[0,1],[1,1],[0,2],[0,1],[0,1],[0,1],[0,2],[1,1],[-1,4],[0,3],[0,1],[0,2],[1,0],[1,0],[9,-10],[1,-4],[0,-4],[2,-11],[0,-5],[5,-17],[2,-1],[2,-4],[3,-2],[1,0],[0,1],[-1,0],[-1,3],[-2,1],[-3,6],[-2,6],[0,2],[-2,2],[0,2],[0,3],[1,1],[3,2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-3],[2,-3],[1,-4],[0,-4],[2,-4],[3,-3],[1,-3],[0,-4],[1,0],[0,4],[0,2],[1,2],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,2],[-1,2],[-2,7],[-2,4],[0,2],[0,1],[-1,2],[-2,1],[-2,-2],[-1,1],[0,2],[-1,2],[0,7],[0,2],[-1,2],[0,2],[-1,2],[0,1],[-1,2],[-3,1],[-2,3],[-1,1],[-5,8],[-1,2],[2,2],[1,3],[1,3],[0,2],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,-1],[1,0],[2,3],[1,0],[1,0],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[0,-2],[0,-3],[1,-1],[1,-1],[0,-4],[1,-2],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-2,2],[1,5],[0,2],[0,3],[1,2],[11,-7],[0,-2],[0,-2],[2,1],[1,1],[4,-3],[2,-4],[1,-4],[0,-3],[0,-2],[1,0],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[1,0],[0,1],[1,2],[0,3],[0,2],[-1,1],[0,2],[1,1],[8,1],[1,-1],[3,-4],[5,-3],[-4,5],[-4,4],[-8,0],[-2,4],[-2,1],[-3,7],[-4,2],[-1,2],[-7,4],[-8,13],[-1,3],[0,3],[1,3],[-1,3],[1,1],[2,6],[0,1],[0,2],[0,2],[1,1],[1,-1],[0,1],[5,8],[5,4],[1,2],[0,1],[5,1],[2,3],[2,2],[2,2],[10,-1],[10,-1],[3,-2],[2,-4],[1,-1],[0,-2],[0,-2],[0,-1],[-1,0],[1,-3],[13,-6],[1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[1,-5],[1,-2],[1,2],[0,1],[-1,7],[0,1],[1,1],[1,3],[1,1],[1,0],[6,-1],[2,-3],[2,-1],[1,0],[2,-4],[8,-4],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-2],[0,-3],[2,-9],[1,-3],[0,-2],[2,-7],[1,-2],[-2,-4],[0,-2],[-1,-1],[0,-1],[-1,-3],[-5,-8],[-1,-1],[-5,3],[-5,0],[-10,-8],[-2,-2],[0,-3],[0,-3],[-1,-3],[-1,-4],[0,-1],[-4,-5],[0,-3],[-2,-5],[-1,-3],[0,-1],[1,-2],[0,1],[1,2],[2,6],[0,3],[2,4],[2,2],[1,2],[1,4],[0,4],[1,2],[0,1],[10,9],[4,0],[8,-6],[0,-2],[-1,-3],[-1,-1],[-7,-3],[-1,-2],[-1,-2],[0,-3],[0,-3],[0,-4],[-1,-2],[0,-1],[0,-1],[-1,0],[0,-2],[0,-2],[0,-1],[0,-3],[0,-2],[-2,-3],[0,-2],[-1,-5],[-2,-5],[-4,-1],[-2,-2],[0,-1],[1,0],[2,2],[1,-1],[2,0],[1,1],[1,2],[0,2],[2,8],[2,3],[0,3],[0,1],[0,3],[0,1],[1,1],[1,4],[0,2],[0,3],[0,2],[0,2],[1,3],[1,2],[1,1],[4,0],[1,0],[1,1],[2,2],[1,2],[0,1],[0,4],[0,1],[1,1],[0,2],[1,1],[0,3],[2,0],[1,0],[2,-3],[8,-1],[8,-2],[1,-1],[1,0],[1,-1],[0,-2],[1,-4],[1,-6],[1,-4],[0,-1],[-2,-4],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-3],[-1,-2],[-2,0],[-2,-2],[-2,0],[-1,1],[0,1],[-1,1],[0,1],[0,-1],[-1,0],[0,-2],[1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-3],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,-3],[-1,0],[-3,2],[-9,-4],[0,-1],[-1,-2],[9,4],[2,-1],[1,-1],[1,-2],[0,-2],[-1,-2],[-5,-7],[-3,-6],[-4,-5],[0,-1],[3,4],[3,1],[4,7],[3,3],[1,0],[0,1],[1,1],[0,3],[1,1],[1,3],[2,2],[1,1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-2],[0,-5],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[-5,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-3],[1,0],[0,2],[1,2],[0,2],[2,1],[5,0],[0,-1],[0,-3],[0,-2],[-2,-3],[-1,0],[3,-1],[2,-2],[1,-3],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-1,-4],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[1,0],[4,9],[1,3],[1,4],[2,4],[1,3],[1,3],[2,4],[0,4],[-1,3],[-1,3],[-1,3],[-1,5],[1,5],[1,1],[1,0],[1,1],[0,1],[2,11],[0,2],[1,1],[0,1],[2,0],[3,6],[1,2],[0,1],[4,2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-3],[-1,-2],[-1,-3],[-1,-2],[0,-2],[0,-4],[1,-2],[0,-2],[1,-2],[1,0],[-1,7],[-1,5],[1,2],[1,0],[1,2],[1,3],[0,5],[2,7],[3,3],[5,1],[0,-1],[1,-2],[0,-3],[0,-1],[0,-1],[1,5],[1,2],[0,-1],[0,-5],[0,-2],[-1,-1],[-4,-7],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-2],[0,-2],[-1,-2],[-1,-2],[0,-1],[0,-2],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[-1,-1],[-1,2],[-1,-1],[-1,-2],[-1,0],[0,-1],[-2,-2],[-2,-2],[1,-1],[1,1],[2,3],[4,1],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[-2,-2],[0,-1],[2,0],[1,-2],[-1,-2],[0,-1],[0,-1],[-1,-3],[-2,-4],[-1,-1],[0,-1],[2,2],[5,16],[0,1],[0,1],[0,3],[0,1],[1,9],[1,1],[1,1],[0,2],[0,1],[0,1],[0,2],[0,1],[1,2],[0,2],[0,1],[0,1],[0,1],[1,2],[2,4],[1,1],[1,1],[1,-1],[1,-1],[1,-3],[0,-2],[-1,-2],[0,-2],[0,-5],[0,-2],[-1,-4],[0,-1],[1,-4],[1,-1],[0,-1],[-2,-5],[1,0],[2,2],[0,1],[1,0],[0,5],[0,2],[0,1],[1,1],[1,0],[0,-1],[0,-2],[1,-2],[0,-2],[0,-1],[-1,-2],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-2,-4],[0,-3],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-4],[0,-2],[-1,-5],[-3,-2],[-1,-2],[0,-1],[1,0],[0,1],[1,1],[2,0],[1,1],[1,2],[0,3],[0,3],[0,4],[1,4],[0,1],[0,2],[0,1],[1,2],[0,1],[0,1],[2,5],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[1,1],[0,1],[0,2],[0,2],[3,-1],[2,-2],[2,-3],[0,-1],[0,-1],[2,0],[1,-1],[0,-1],[1,-1],[-5,-4],[-2,-3],[1,-2],[0,-3],[0,-2],[0,-3],[-1,-4],[0,-4],[-1,-3],[-3,-4],[-1,-3],[1,-1],[1,-5],[0,-1],[1,2],[-1,4],[0,3],[1,1],[2,3],[0,2],[1,3],[0,1],[1,4],[1,2],[0,2],[0,1],[0,3],[0,1],[0,3],[1,1],[2,0],[1,0],[1,1],[0,2],[1,3],[0,2],[0,2],[0,3],[0,2],[0,3],[0,3],[-1,2],[0,3],[2,1],[3,0],[2,3],[-1,3],[0,2],[0,1],[-1,0],[0,1],[0,2],[-1,2],[1,0],[1,1],[4,4],[1,4],[0,2],[0,3],[0,2],[0,2],[0,2],[1,1],[1,1],[1,-1],[1,-1],[7,-6],[8,-5],[4,-6],[5,-3],[2,-1],[0,-2],[0,-1],[3,-4],[0,-3],[1,-3],[3,-5],[4,-13],[0,-3],[-1,-4],[-2,-4],[-1,-5],[-1,-1],[-1,-1],[-1,-5],[-1,-6],[-1,-3],[0,-1],[-5,1],[-2,3],[-4,3],[-1,-1],[-3,-3],[-1,0],[-1,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-5],[0,-1],[-3,-1],[0,-2],[-1,-2],[0,-3],[0,-2],[-1,-1],[0,-2],[-11,-7],[-1,-1],[9,3],[4,5],[1,-1],[1,-2],[2,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-2,-6],[-1,-2],[-1,0],[1,-2],[0,-1],[0,-1],[-1,-6],[-1,-1],[-3,-5],[-2,0],[-2,-2],[1,-1],[1,1],[0,-1],[0,-2],[1,0],[1,2],[0,1],[1,2],[2,1],[1,1],[1,2],[0,2],[1,3],[1,6],[1,2],[7,4],[4,5],[2,2],[4,5],[8,2],[0,-1],[3,-4],[1,0],[0,2],[-2,5],[-1,0],[0,1],[0,2],[0,1],[1,2],[0,2],[0,1],[0,1],[1,2],[0,3],[1,3],[0,2],[5,5],[4,5],[2,1],[2,-2],[2,-3],[0,-2],[1,-5],[0,-1],[0,-4],[1,-1],[1,-5],[0,-3],[0,-3],[-1,-3],[-4,-8],[-1,-2],[0,-3],[0,-1],[0,-7],[-2,-4],[-7,-7],[-1,-2],[-1,-3],[0,-3],[0,-3],[-1,-2],[-1,-1],[-2,0],[-7,6],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[-1,-1],[0,-2],[0,-1],[-4,-6],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-1],[-3,0],[-1,-1],[-1,-2],[1,-1],[3,3],[2,-1],[0,-1],[0,-1],[0,-9],[-1,-4],[-1,-2],[-1,-2],[1,-1],[1,1],[1,2],[2,9],[0,2],[0,4],[1,6],[0,1],[-1,1],[3,6],[2,5],[-1,5],[1,1],[1,0],[1,-1],[1,-1],[-2,-2],[1,-1],[2,2],[1,-1],[2,-2],[1,0],[1,0],[0,-2],[0,-2],[-2,-15],[-1,-4],[0,-7],[0,-1],[-1,0],[0,-2],[0,-2],[0,-2],[1,-3],[-1,-7],[0,-1],[-2,-3],[0,-2],[0,-2],[0,-1],[-1,0],[0,-1],[0,-3],[-1,-1],[1,1],[0,-3],[-2,-4],[-1,-2],[0,-5],[0,-2],[1,2],[0,4],[1,2],[3,6],[0,2],[0,2],[1,3],[0,3],[1,2],[1,3],[0,1],[1,4],[0,2],[0,1],[-1,1],[0,1],[0,2],[1,4],[0,1],[0,2],[1,2],[0,3],[0,1],[1,1],[0,1],[0,3],[0,1],[2,8],[0,3],[0,1],[0,1],[2,0],[0,1],[0,1],[-2,2],[1,2],[0,2],[0,2],[0,3],[1,3],[4,2],[4,8],[2,1],[0,1],[0,1],[0,1],[2,2],[1,0],[1,0],[1,3],[1,3],[5,2],[9,12],[1,0],[2,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-2],[-2,-5],[-2,-7],[-7,-11],[-2,-2],[-4,0],[-1,-1],[-1,-3],[1,-2],[0,-1],[0,-3],[1,-5],[0,-2],[0,-2],[-2,-3],[0,-1],[0,-1],[1,0],[2,3],[2,1],[-1,5],[0,3],[-1,3],[-1,4],[1,1],[1,0],[4,1],[3,-1],[1,2],[0,1],[0,-3],[0,-3],[1,2],[1,7],[1,1],[1,1],[2,3],[1,-1],[1,1],[-1,2],[1,2],[0,-1],[2,-3],[0,-1],[1,1],[0,3],[0,3],[1,3],[0,2],[1,1],[3,3],[2,0],[0,-2],[4,1],[2,-1],[2,-7],[1,-1],[10,-10],[10,-10],[1,-2],[1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-4],[-1,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,2],[-2,2],[0,2],[0,2],[1,2],[0,1],[0,3],[-1,1],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[-1,-2],[-1,-2],[-3,-1],[-2,-2],[-3,1],[-2,-4],[-1,0],[-3,1],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-3,-1],[0,-2],[-1,-2],[-1,-1],[-2,0],[-3,-5],[-2,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-4,-3],[-1,-2],[-1,-1],[0,-2],[0,-2],[1,1],[2,5],[1,1],[2,-1],[2,-2],[1,-2],[0,-3],[1,-3],[-1,-1],[-4,2],[-1,-1],[-3,-3],[-2,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[3,0],[1,1],[7,15],[1,1],[3,1],[1,-1],[1,-2],[1,1],[1,1],[1,0],[0,1],[1,2],[0,3],[-1,2],[0,1],[-1,1],[0,2],[0,3],[0,3],[1,2],[1,4],[1,2],[14,7],[1,0],[2,-3],[1,0],[1,3],[-3,2],[0,2],[1,0],[2,-2],[2,-1],[7,2],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-3,-6],[0,-2],[1,-2],[-2,-6],[-2,-3],[-6,-5],[-1,-1],[-1,-4],[-1,-2],[-1,-1],[-1,-3],[-1,-1],[0,-2],[-2,-7],[-1,-2],[-1,-1],[-1,0],[-6,4],[-2,-1],[-1,-1],[-1,-4],[-1,-2],[0,-2],[0,-4],[0,-2],[-1,-2],[-1,-3],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[1,-1],[1,2],[0,4],[0,2],[1,1],[1,2],[1,4],[1,3],[0,1],[0,2],[0,1],[0,1],[1,3],[1,1],[4,1],[1,-1],[1,-3],[1,0],[3,0],[0,1],[5,14],[1,1],[2,4],[2,2],[2,2],[0,1],[5,-1],[2,-2],[0,2],[0,-1],[1,0],[1,1],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[1,4],[1,1],[0,2],[0,1],[0,1],[0,1],[1,-1],[1,0],[1,2],[0,1],[1,-1],[2,0],[1,3],[3,6],[-1,1],[-3,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,-1],[1,0],[-1,3],[0,2],[1,1],[2,4],[1,4],[1,2],[0,3],[2,1],[1,0],[0,-1],[0,-2],[1,-1],[0,-1],[4,-2],[2,-2],[1,-3],[0,-2],[5,-10],[1,-2],[1,-5],[1,-2],[1,-3],[0,-1],[1,0],[0,-1],[0,-2],[1,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[2,-5],[1,-2],[0,-3],[0,-7],[0,-3],[2,-5],[0,-3],[-1,-2],[1,-4],[1,-3],[0,-2],[-7,-2],[-5,3],[-2,3],[-1,0],[-1,2],[-2,2],[-7,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-2,-2],[-1,-2],[0,-4],[-1,-2],[-1,-3],[-1,-1],[0,-1],[-6,0],[-3,2],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-3],[-5,-3],[-1,-3],[-3,-1],[-1,-1],[-2,-4],[-1,0],[-12,5],[-3,-1],[-4,-4],[-2,1],[0,-1],[0,-2],[1,0],[1,-1],[2,-2],[1,2],[1,3],[1,1],[3,1],[10,-6],[2,0],[1,2],[1,0],[1,0],[0,2],[1,0],[1,-1],[1,1],[2,4],[5,4],[5,0],[4,-4],[1,-3],[11,-12],[3,-1],[1,0],[2,4],[6,0],[1,-2],[9,-1],[12,-18],[0,-1],[1,-5],[1,-1],[1,-1],[0,-3],[1,-3],[0,-3],[0,-3],[-1,-3],[-2,-7],[-1,0],[-5,6],[-5,1],[-2,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,1],[-2,4],[-1,2],[-1,-1],[-2,-3],[-1,-1],[-5,2],[-6,9],[-1,1],[-2,2],[-1,3],[-1,1],[-3,4],[-1,0],[-3,-2],[-10,4],[-9,5],[-5,-8],[-2,-4],[1,-2],[1,2],[2,4],[3,4],[2,1],[5,-3],[2,-2],[8,-4],[5,1],[2,-1],[0,-1],[1,-3],[0,-2],[1,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,2],[-11,3],[-2,-2],[-3,-1],[-5,1],[3,-3],[4,0],[1,2],[4,-1],[1,-1],[-1,-2],[-3,-3],[-1,-3],[0,-1],[-1,-1],[-2,1],[-3,-3],[-4,0],[-1,-1],[0,-3],[1,0],[0,2],[1,0],[3,0],[-1,-1],[0,-1],[1,-1],[-1,-2],[0,-5],[-1,-1],[1,-1],[-1,-2],[0,-2],[-1,-4],[1,1],[1,3],[0,4],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[3,3],[2,0],[2,4],[4,5],[3,1],[5,-5],[1,0],[1,-2],[11,-14],[0,-2],[-1,-2],[-5,-1],[-1,-1],[0,-2],[-1,-2],[-1,0],[-5,5],[-5,1],[-1,-2],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[0,-1],[0,-1],[0,-2],[1,2],[6,1],[0,-1],[1,-2],[2,0],[1,-2],[3,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-3],[-1,-1],[-3,1],[-2,2],[-8,3],[1,-2],[5,-2],[1,-2],[1,-1],[2,-2],[5,-4],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,-1],[-2,-2],[-1,0],[-10,8],[-1,0],[-4,3],[-2,0],[-1,1],[-2,0],[-1,-1],[0,-1],[2,-2],[1,-1],[1,-3],[-4,1],[0,-1],[1,-1],[-1,-1],[-1,1],[-1,2],[-1,1],[-2,-1],[-1,2],[-1,0],[0,-1],[-3,1],[0,1],[-2,3],[0,1],[-3,0],[-4,4],[-2,0],[-1,-3],[4,0],[2,-1],[1,-3],[-5,0],[-1,-2],[11,-2],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[1,0],[1,3],[1,1],[3,-1],[3,-3],[3,2],[1,-2],[0,-1],[3,0],[5,-3],[2,-2],[1,-1],[0,-1],[2,0],[0,-1],[-1,-2],[0,1],[-1,0],[-1,0],[0,-1],[2,-1],[0,-2],[-1,-2],[-1,1],[-1,2],[-1,1],[-2,-1],[-2,-3],[-1,0],[-7,5],[-2,-2],[-1,0],[-1,-2],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,-1],[1,0],[1,-2],[1,0],[1,1],[1,2],[1,2],[0,1],[2,1],[4,-3],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[-5,0],[-1,-2],[8,-1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[1,-1],[3,-1],[1,-1],[0,-1],[1,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[2,0],[0,-2],[1,1],[1,3],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-4],[0,-3],[0,-2],[0,-2],[-1,-6],[-1,-2],[1,1],[0,1],[1,1],[0,2],[0,2],[1,4],[0,3],[0,2],[0,2],[0,2],[0,2],[1,0],[0,-1],[0,-1],[4,2],[1,2],[1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,0],[0,-1],[0,-2],[-1,-3],[-1,-1],[-1,-1],[0,-6],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[1,0],[1,4],[0,2],[0,2],[0,2],[-1,3],[0,2],[1,0],[2,0],[1,1],[1,-1],[0,-1],[0,-1],[1,0],[0,2],[0,2],[1,0],[1,-1],[0,-1],[0,-2],[0,-2],[1,-1],[0,1],[0,3],[0,1],[1,-2],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[-2,1],[-2,-1],[0,-2],[6,0],[0,1],[0,1],[0,3],[0,1],[0,2],[0,1],[0,1],[1,-1],[2,-3],[0,-2],[1,0],[1,2],[2,2],[2,0],[3,-4],[0,-1],[-1,-1],[-1,1],[-1,0],[0,-2],[0,-2],[-1,0],[-1,2],[-1,0],[-1,-1],[0,-3],[0,-2],[-1,-1],[-2,-2],[-2,2],[-2,3],[-4,1],[-1,-1],[-1,1],[0,-1],[0,-1],[-1,-1],[-10,-6],[-1,-2],[-1,-1],[0,-2],[0,-3],[0,-2],[0,-1],[1,1],[0,1],[0,2],[0,1],[1,0],[1,3],[1,0],[2,0],[2,3],[1,1],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[-3,-2],[0,-1],[1,1],[2,0],[0,1],[1,1],[0,1],[0,3],[0,1],[0,1],[0,1],[3,5],[1,1],[1,1],[1,-1],[0,-4],[1,1],[1,3],[0,1],[1,0],[1,0],[4,-5],[1,-1],[-2,-2],[-5,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-3],[0,-4],[0,-6],[-1,-3],[-1,-2],[-1,0],[-1,1],[-2,1],[-1,1],[-1,-1],[1,-2],[5,-4],[1,0],[0,2],[0,1],[1,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[4,6],[1,1],[1,1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,-3],[3,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-3],[1,-2],[0,-2],[-1,-2],[-3,-6],[0,-3],[0,-3],[0,-2],[0,-1],[1,0],[0,1],[0,1],[0,2],[0,1],[1,2],[2,6],[1,1],[1,0],[0,3],[0,1],[1,1],[1,0],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[0,-6],[0,-3],[-1,-2],[0,-2],[-1,-2],[1,1],[1,2],[1,3],[0,11],[1,4],[1,2],[1,1],[5,-2],[1,-1],[0,-5],[-2,-2],[-2,0],[0,-1],[2,-1],[3,3],[1,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[1,-2],[0,-1],[-1,-2],[-2,-1],[-1,-3],[-1,-5],[0,-1],[-1,-2],[0,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,0],[-4,3],[-1,1],[-2,-2],[1,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-2],[2,1],[1,-3],[0,-3],[0,-2],[1,0],[0,4],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[0,2],[-1,2],[1,1],[1,5],[0,2],[1,1],[0,-1],[1,1],[0,1],[1,1],[1,1],[1,1],[1,2],[1,3],[2,1],[0,1],[0,2],[0,4],[1,3],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,3],[1,0],[1,-2],[0,-1],[1,-4],[0,-1],[-1,-2],[0,-2],[1,1],[0,-1],[0,-2],[-1,-2],[-1,-4],[0,-1],[0,-1],[-3,-8],[0,-1],[1,-2],[1,-4],[1,-2],[-1,-4],[0,-3],[-1,-2],[0,-3],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-3],[0,-2],[0,-3],[0,-2],[1,-3],[-1,-3],[1,-2],[0,1],[0,3],[1,2],[0,3],[0,4],[1,7],[0,2],[-1,2],[0,2],[0,2],[2,2],[2,3],[1,1],[0,2],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[-1,2],[0,2],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,2],[2,1],[3,0],[1,0],[0,1],[1,0],[0,-1],[0,-7],[0,-3],[-2,-10],[0,-3],[0,-1],[0,-1],[-1,0],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[1,-2],[1,-3],[2,-2],[1,-2],[0,-2],[0,-3],[1,-10],[1,-1],[1,0],[0,2],[-1,12],[0,2],[-1,2],[-4,7],[0,2],[0,2],[0,1],[1,1],[0,1],[0,1],[1,3],[1,9],[0,1],[1,3],[3,1],[3,4],[1,3],[-1,4],[0,2],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,1],[2,-1],[3,-5],[2,-1],[1,-1],[1,-2],[-1,-3],[-4,-4],[-4,1],[-1,-2],[1,-1],[2,0],[0,-2],[-1,-6],[-1,-3],[-1,-1],[-1,0],[0,3],[0,-1],[0,-2],[-1,-5],[0,-2],[2,4],[0,1],[1,0],[0,-2],[0,-2],[1,-1],[-1,-2],[0,-1],[0,-2],[-1,-2],[-2,0],[-1,-2],[-1,-4],[0,-1],[0,-2],[0,-4],[0,-2],[1,-1],[0,1],[0,2],[1,2],[0,3],[0,2],[1,2],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[1,1],[0,1],[0,1],[1,0],[1,-2],[1,0],[0,-1],[0,-3],[0,-1],[0,-3],[0,-2],[-1,-2],[0,-1],[1,0],[1,1],[0,2],[0,4],[0,3],[1,3],[0,3],[0,3],[0,1],[1,-1],[0,-1],[1,0],[0,2],[1,0],[1,0],[3,-4],[1,-2],[0,-4],[1,1],[1,1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[-3,0],[-1,-2],[-2,-2],[-1,-3],[5,4],[2,0],[0,1],[1,1],[1,3],[0,1],[1,-1],[0,-2],[1,-3],[1,-2],[0,-4],[0,-2],[-1,-2],[-1,0],[1,-1],[0,-1],[4,1],[1,0],[0,-2],[0,-2],[-1,-3],[0,-3],[1,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[0,-2],[-1,-1],[-3,-5],[-1,0],[-5,2],[2,-3],[2,-1],[3,0],[3,2],[1,0],[2,-2],[1,-5],[0,-3],[0,-2],[0,-3],[0,-3],[-1,-2],[2,-2],[0,-1],[0,-2],[-1,0],[-2,2],[-10,4],[-11,4],[-1,-2],[13,-7],[3,0],[0,-1],[-1,-3],[-2,-3],[-1,-1],[-4,2],[-7,-6],[-1,-2],[1,-1],[1,1],[3,3],[2,1],[7,1],[8,6],[1,0],[1,-1],[-1,-7],[-1,-2],[-1,-1],[-1,0],[-1,2],[-1,0],[-1,-2],[-11,-10],[-2,-3],[-1,-5],[0,-9],[0,-2],[1,0],[1,1],[0,1],[0,1],[1,7],[0,1],[0,2],[1,1],[0,2],[1,2],[1,1],[4,1],[2,2],[1,1],[3,3],[5,0],[0,1],[1,0],[0,2],[1,4],[0,1],[1,-1],[2,1],[0,-2],[0,-1],[1,0],[1,2],[4,1],[1,0],[2,-2],[0,-2],[0,-2],[0,-3],[0,-2],[-2,-8],[-4,-7],[-2,-2],[-1,-3],[-1,-5],[0,-2],[1,-3],[0,4],[0,2],[0,2],[1,2],[2,4],[3,2],[2,3],[1,5],[1,5],[0,1],[0,2],[0,3],[0,3],[2,9],[1,3],[1,1],[2,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-3],[0,-1],[1,0],[1,1],[1,3],[1,3],[-1,1],[0,2],[1,3],[1,-1],[2,-3],[1,-1],[1,-2],[0,-5],[0,-5],[-1,-3],[-1,-4],[0,-1],[-5,-5],[-1,-1],[0,-2],[0,-2],[0,-1],[1,-8],[0,-3],[0,-2],[0,-2],[0,-2],[-1,-4],[-2,-2],[-4,-1],[-1,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-2],[-1,-1],[-2,-1],[-2,1],[-1,0],[0,-2],[7,-1],[1,1],[1,2],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,-1],[1,-4],[0,-6],[0,-5],[0,-4],[-1,-10],[1,0],[0,1],[0,1],[1,3],[0,2],[1,5],[0,3],[0,4],[0,5],[0,3],[1,1],[2,1],[1,1],[2,4],[4,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[1,-1],[0,-2],[0,-4],[0,-5],[0,-3],[1,-5],[-1,-4],[0,-2],[-1,-5],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-2],[0,-3],[1,2],[1,3],[0,2],[1,1],[-1,3],[0,1],[0,1],[1,2],[0,1],[0,3],[1,1],[1,2],[0,4],[-1,4],[0,1],[0,3],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[1,3],[0,1],[1,-1],[0,1],[1,0],[2,0],[0,-1],[1,-1],[1,-2],[0,-2],[0,-3],[0,-5],[1,-2],[0,-2],[1,0],[1,-2],[0,-4],[2,-8],[1,-1],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,3],[0,2],[-1,3],[0,1],[-1,1],[0,1],[0,2],[-1,5],[0,1],[1,1],[0,2],[0,1],[1,0],[1,1],[2,1],[0,2],[0,3],[-1,6],[0,2],[1,1],[0,1],[1,-1],[1,0],[0,1],[0,1],[1,1],[2,0],[1,-2],[1,-2],[-1,-3],[0,-2],[0,-3],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-2],[-1,-1],[1,-1],[1,0],[1,0],[2,7],[0,1],[0,1],[1,0],[2,0],[0,-1],[-1,-3],[1,-1],[1,1],[1,1],[1,-1],[0,-2],[-1,-2],[-1,-4],[-4,2],[-1,-1],[-1,-3],[0,-1],[1,0],[1,3],[4,0],[1,-1],[2,1],[2,-3],[0,-4],[-1,-1],[-2,-1],[2,-3],[4,-1],[2,-5],[-1,-1],[1,-1],[1,-1],[0,-1],[1,-4],[2,-5],[1,-4],[0,-3],[-1,-2],[1,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,0],[0,1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[-4,0],[0,1],[-1,2],[0,1],[0,1],[0,2],[-1,2],[-2,5],[-1,2],[-3,0],[-1,2],[-1,2],[-2,2],[0,-2],[0,-2],[0,-2],[-1,-1],[-4,-3],[0,-1],[2,-2],[1,0],[1,2],[0,2],[1,2],[1,0],[4,-3],[1,-2],[1,-3],[3,-10],[0,-2],[1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,2],[-1,0],[-1,-1],[0,-1],[-2,-2],[0,-1],[1,-1],[2,2],[9,0],[0,-1],[0,-2],[1,-1],[1,-2],[0,-1],[-2,-3],[0,-1],[-1,0],[-1,1],[-1,-2],[0,-1],[-1,0],[-2,2],[-1,-1],[0,-2],[-1,-2],[0,-2],[-1,-1],[-2,0],[0,1],[-1,1],[-1,1],[-1,3],[-1,0],[-1,-1],[0,-1],[-2,0],[0,1],[-1,3],[0,2],[0,2],[0,4],[-1,1],[-2,1],[0,1],[-1,0],[-1,1],[-2,0],[-4,3],[0,-1],[0,-2],[0,-1],[1,-1],[-1,-1],[-1,1],[0,1],[-1,0],[-1,-1],[1,-1],[1,-2],[1,0],[1,1],[1,1],[1,1],[1,0],[0,-2],[0,-4],[2,-4],[2,-3],[1,-3],[-1,0],[-2,-4],[-2,-1],[-3,-4],[-1,-1],[0,-1],[-1,-1],[-1,1],[0,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[-1,1],[-1,0],[0,-1],[0,-1],[1,-2],[1,-5],[0,-1],[0,-3],[1,-2],[1,-1],[0,-2],[1,-2],[1,0],[3,4],[1,0],[0,-2],[1,-1],[1,-1],[2,-2],[0,-2],[1,-2],[6,0],[0,-2],[-1,-2],[0,-1],[0,-3],[1,-1],[2,1],[0,-1],[-1,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,-1],[-1,0],[-1,-2],[1,-1],[3,0],[1,-3],[0,-1],[-1,-1],[-1,1],[-1,0],[-2,-3],[0,1],[-1,1],[-1,0],[-3,-5],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[-1,-1],[-1,2],[-1,1],[-3,-1],[0,1],[-1,1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,1],[-1,1],[0,2],[0,2],[-1,5],[0,2],[-1,3],[-2,0],[-2,-4],[0,-1],[1,0],[2,2],[1,-1],[0,-1],[0,-3],[1,-4],[0,-3],[1,-1],[0,-2],[0,-1],[9,-2],[0,-1],[1,-2],[0,-2],[1,1],[1,-2],[0,-2],[1,-3],[-2,-1],[0,-1],[0,-1],[1,-1],[1,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[2,-5],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[-1,-1],[-3,-2],[-1,1],[1,2],[-1,1],[0,-1],[0,-1],[-1,0],[-2,0],[-1,3],[-1,1],[0,2],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,0],[0,-2],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[2,-4],[1,0],[1,-1],[1,-5],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-2,1],[-1,2],[-4,3],[1,-5],[1,-2],[2,-1],[1,-1],[1,-3],[1,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-3],[-1,-2],[0,2],[0,4],[0,1],[-1,0],[-1,-2],[0,-3],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,2],[0,1],[-1,1],[0,2],[0,6],[0,4],[-1,3],[-1,2],[0,-1],[0,-2],[1,-1],[0,-1],[0,-4],[0,-4],[0,-3],[0,-1],[0,-2],[-1,-6],[-1,0],[0,1],[-1,2],[0,1],[0,2],[0,1],[-4,2],[0,-1],[0,-2],[-1,1],[0,2],[-1,3],[0,3],[-2,5],[-1,2],[0,4],[0,2],[-2,10],[-1,4],[0,5],[-1,3],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[1,-4],[2,-13],[1,-4],[0,-3],[0,-1],[0,-1],[1,-2],[0,-2],[-1,0],[-2,2],[-4,-1],[0,-1],[0,-1],[-1,1],[-2,2],[-1,-1],[1,-1],[0,-2],[1,-1],[2,1],[1,0],[1,-3],[1,-1],[3,1],[1,-2],[1,-4],[-1,0],[0,-1],[0,-1],[0,-1],[0,-4],[-1,-1],[-3,-2],[0,1],[-1,2],[-1,5],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[-1,1],[-1,-1],[1,-2],[1,-2],[1,-3],[0,-2],[1,0],[1,0],[4,-7],[0,-1],[-1,1],[-1,0],[-1,-1],[-4,6],[-2,1],[-1,-2],[6,-9],[1,0],[1,-1],[-4,-1],[0,-1],[2,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[2,-4],[0,-2],[0,-1],[1,0],[0,-1],[-1,-1],[-1,1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-2,0],[-1,0],[0,-2],[0,-1],[3,-1],[1,0],[0,-2],[0,-2],[-1,-1],[0,1],[-1,1],[-1,-1],[-2,1],[-1,-2],[2,-3],[0,-1],[-1,0],[1,-1],[2,0],[1,-2],[0,-2],[-1,-2],[-1,0],[-1,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[2,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[1,-3],[0,-1],[-1,-1],[-1,-4],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-2,1],[-2,2],[1,1],[0,1],[0,1],[-1,1],[1,2],[1,1],[0,2],[0,2],[-1,2],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,2],[2,1],[0,2],[-1,0],[-1,0],[-1,-2],[-1,-1],[-1,0],[-1,2],[0,3],[0,3],[0,2],[1,3],[1,6],[1,2],[-1,1],[-1,0],[-1,-1],[0,-5],[-1,0],[-1,-5],[0,-1],[-1,0],[-1,0],[-1,3],[-1,-3],[0,-3],[0,-3],[0,-1],[-1,-1],[-1,1],[-1,6],[0,1],[0,1],[-1,-1],[-1,-1],[0,1],[1,3],[1,6],[1,2],[2,2],[0,1],[0,1],[0,1],[-4,-2],[0,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,1],[0,3],[-1,0],[0,2],[0,1],[0,3],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,2],[0,1],[-1,-1],[0,-1],[0,-1],[-1,1],[1,3],[1,4],[1,2],[2,6],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[1,-3],[-1,0],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[0,-4],[-1,-2],[0,-1],[1,-5],[0,-5],[-1,-9],[-1,-5],[-1,-2],[0,1],[0,4],[-1,0],[-1,-1],[0,1],[0,1],[1,0],[-1,2],[0,1],[0,4],[1,1],[-1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[1,3],[0,2],[0,1],[1,1],[-1,2],[0,1],[0,2],[0,1],[1,0],[1,0],[0,1],[-1,0],[-1,1],[0,2],[-1,1],[0,-1],[-1,-3],[-1,-2],[0,1],[-1,2],[-1,3],[1,0],[0,2],[-1,1],[-1,0],[0,1],[1,0],[0,1],[1,1],[1,1],[1,-2],[1,0],[1,2],[1,2],[-3,1],[-3,-2],[-1,1],[1,2],[2,2],[2,4],[2,1],[1,1],[0,2],[1,1],[3,0],[1,-1],[1,2],[0,6],[0,1],[-1,0],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[0,1],[1,0],[0,1],[-3,-1],[-1,2],[0,1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,2],[0,-1],[-2,-2],[-1,-2],[0,-3],[0,-1],[-1,1],[-1,2],[-1,1],[-1,4],[0,2],[0,2],[0,2],[0,1],[-1,2],[1,2],[1,1],[2,1],[3,2],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[1,2],[0,1],[1,0],[0,-1],[1,0],[-1,2],[-1,2],[0,2],[0,2],[1,0],[2,1],[1,1],[0,1],[-3,1],[-1,0],[-1,-2],[-2,-13],[-1,-2],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[0,2],[0,1],[0,1],[1,3],[-1,0],[-2,-6],[-1,-1],[0,1],[-1,3],[1,1],[0,1],[0,1],[0,1],[0,3],[1,1],[2,0],[1,-1],[2,1],[0,1],[0,4],[0,1],[1,1],[2,3],[2,1],[2,0],[1,1],[1,1],[-1,2],[-5,-2],[-2,-2],[-1,-1],[-1,-4],[-1,-2],[0,-1],[-8,3],[0,2],[2,8],[0,3],[0,1],[0,1],[0,1],[-1,-1],[0,-3],[-1,-2],[-1,-1],[0,2],[0,2],[0,2],[1,2],[0,6],[0,1],[2,7],[1,2],[0,2],[0,1],[2,1],[1,1],[1,1],[1,2],[1,1],[1,0],[1,3],[3,2],[1,1],[3,-5],[1,0],[1,-1],[0,1],[0,2],[-1,1],[0,1],[-1,1],[-1,2],[0,1],[0,1],[1,2],[0,4],[1,4],[0,4],[1,5],[0,5],[1,4],[2,3],[2,6],[1,1],[1,1],[2,1],[1,3],[1,3],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-2,-3],[0,-1],[-1,0],[-1,-2],[-3,-3],[-2,-4],[0,-3],[-1,-3],[0,-1],[-1,-1],[0,-1],[0,-4],[0,-2],[0,-1],[0,-3],[-1,-2],[-1,-2],[-1,-2],[0,-1],[-2,0],[-1,-2],[-4,-5],[-1,0],[0,1],[0,1],[-1,0],[-1,-4],[0,-1],[-1,-2],[-1,-1],[0,-1],[-10,-1],[-2,-2],[-1,-1],[-1,0],[-1,1],[0,3],[0,5],[-1,1],[0,2],[0,1],[0,2],[0,1],[1,1],[0,1],[0,2],[1,1],[1,1],[5,10],[1,0],[0,3],[1,1],[0,2],[1,3],[1,2],[0,1],[0,3],[0,2],[1,1],[1,3],[-1,1],[-1,-1],[0,1],[1,3],[1,2],[0,2],[0,1],[0,1],[0,1],[-1,0],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-7],[0,-1],[-1,-2],[-2,-10],[0,-1],[-2,0],[-1,-2],[-1,-3],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-4,4],[0,1],[0,1],[-1,2],[-1,1],[0,1],[0,2],[0,1],[-1,3],[0,-1],[0,2],[1,2],[0,1],[0,-2],[1,0],[0,4],[1,3],[-3,-5],[-1,-2],[-1,3],[0,2],[0,-1],[-1,-2],[-1,1],[0,2],[-1,1],[0,-2],[0,-1],[1,-3],[1,-2],[-1,-3],[-1,-1],[-1,1],[-2,2],[0,4],[0,3],[0,2],[0,1],[1,-1],[1,0],[0,1],[-1,2],[0,2],[0,1],[0,1],[1,2],[0,1],[-2,0],[-1,0],[0,3],[1,2],[3,3],[0,1],[-1,1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-2],[0,-2],[-2,0],[-1,1],[-1,1],[1,1],[0,2],[1,3],[0,5],[-1,0],[0,-2],[0,-1],[-1,-1],[0,1],[-1,1],[-1,1],[0,2],[1,1],[0,4],[0,4],[-1,2],[0,-1],[-1,0],[0,1],[3,5],[1,2],[-1,1],[-3,-1],[-1,1],[-2,5],[-1,2],[-2,0],[0,-1],[5,-10],[-1,-2],[-1,-2],[-1,-1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,2],[-1,1],[-1,-1],[0,-1],[0,-1],[2,0],[0,-1],[-1,-3],[0,-1],[-2,0],[0,1],[0,2],[0,3],[0,1],[-3,3],[-1,1],[0,2],[0,3],[-1,0],[-1,-1],[-1,-2],[-1,1],[-1,5],[0,1],[-1,0],[0,-1],[0,-3],[1,-3],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,-2],[0,-1],[-1,1],[-1,0],[-1,-2],[2,-1],[9,-2],[0,-1],[2,-1],[0,-1],[1,-2],[0,-2],[0,-3],[2,-4],[1,-2],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2],[0,-1],[-1,-1],[0,1],[-1,4],[-1,1],[-3,1],[0,1],[1,1],[-1,1],[-1,0],[0,-3],[1,-2],[1,-2],[1,-1],[0,-1],[2,-2],[1,-1],[1,-3],[1,-2],[-1,-2],[-1,0],[-1,1],[-1,-1],[-1,-2],[0,-1],[-1,1],[-1,4],[-1,0],[0,-2],[0,-1],[-1,2],[0,2],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[-1,-1],[0,2],[-1,3],[0,-1],[0,1],[-1,1],[-1,1],[0,2],[1,0],[-1,0],[-1,-1],[-3,3],[-1,1],[0,2],[0,5],[-1,1],[0,-2],[0,-1],[-1,-1],[0,1],[-1,2],[0,1],[-1,-1],[-1,-1],[1,-1],[1,0],[0,-2],[0,-1],[1,-2],[1,0],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[0,-2],[1,-2],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[-1,-2],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[2,-6],[3,-2],[0,-1],[0,-1],[0,-1],[1,-2],[3,-3],[1,-1],[0,-2],[0,-2],[1,-3],[0,-1],[1,-1],[0,-1],[2,0],[0,-1],[-2,-3],[-1,-1],[-2,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[-1,3],[-2,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,-4],[-1,-1],[-1,2],[-1,0],[-2,-1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[0,4],[-1,1],[0,-2],[0,-2],[1,-2],[0,-3],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-4,4],[0,2],[0,2],[0,2],[-1,2],[0,1],[0,1],[0,2],[-1,1],[-1,1],[0,2],[1,3],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,2],[-2,3],[-2,2],[-2,2],[0,2],[-1,3],[0,3],[0,3],[0,1],[-1,0],[-1,0],[0,-2],[0,-4],[-1,0],[-1,0],[0,2],[0,2],[-1,6],[0,2],[0,2],[-1,1],[-1,2],[0,-1],[0,-2],[1,-4],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-9,-1],[0,-1],[3,-2],[0,-1],[1,1],[1,1],[1,0],[0,-1],[1,-1],[0,1],[1,2],[2,0],[1,-1],[0,-1],[1,-4],[0,-2],[2,-2],[2,-6],[1,-1],[0,1],[0,3],[-1,1],[0,1],[1,0],[0,-1],[0,1],[0,2],[1,0],[1,-2],[1,-1],[0,-3],[1,-1],[0,-1],[1,1],[1,-1],[-1,0],[0,-1],[-1,-3],[1,-3],[0,-3],[-1,-2],[0,-2],[0,1],[-1,1],[0,1],[1,1],[-1,3],[-1,1],[-1,-1],[-1,-3],[2,-1],[1,-2],[0,-3],[-1,0],[-1,1],[-3,7],[0,2],[-1,2],[0,-1],[0,-1],[1,-5],[0,-3],[2,-2],[1,-2],[-1,-1],[0,1],[-1,2],[-1,0],[-1,-1],[0,-1],[0,-3],[1,-3],[1,0],[2,2],[0,-1],[0,-1],[0,-1],[0,1],[1,3],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[-1,0],[0,-1],[2,-4],[1,0],[0,-2],[-1,0],[-1,-1],[-1,-2],[0,-1],[2,1],[1,-1],[1,-2],[1,0],[1,2],[0,1],[2,-1],[0,1],[1,3],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-3],[-3,0],[-1,-3],[1,-2],[-1,-2],[0,-2],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,1],[-1,2],[0,-2],[2,-3],[-1,-2],[-1,1],[0,1],[-1,0],[-1,-5],[0,-1],[1,0],[0,1],[0,1],[1,1],[0,-1],[1,-2],[-1,-2],[-1,-6],[-1,-2],[0,-1],[1,0],[0,1],[1,2],[0,2],[2,5],[1,3],[0,1],[0,1],[2,0],[0,2],[0,2],[1,2],[1,1],[5,4],[1,-1],[0,-1],[1,-1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[3,-5],[0,-2],[0,-3],[0,-1],[-1,0],[-1,-3],[0,-1],[1,-2],[1,-1],[0,-2],[0,-1],[-2,2],[-1,-1],[-1,-2],[0,-1],[2,0],[0,-2],[-1,-1],[-2,1],[-1,0],[0,-1],[3,-3],[0,-2],[1,-1],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[2,2],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[-1,-2],[-1,0],[-5,0],[0,-2],[-2,-1],[0,-2],[0,-1],[1,-1],[1,0],[0,1],[1,1],[0,2],[0,1],[1,-1],[3,-4],[1,-1],[-1,-4],[-1,-3],[1,-1],[0,1],[1,1],[0,-1],[0,-1],[1,-1],[0,-1],[-2,0],[0,-1],[-1,-2],[1,1],[1,0],[0,-2],[0,-1],[0,-1],[1,2],[1,1],[1,-1],[0,-1],[0,-1],[1,1],[1,4],[0,-3],[-1,-13],[0,-3],[-2,1],[0,-1],[-1,-1],[0,-4],[-1,-1],[0,-1],[1,1],[2,2],[0,1],[1,0],[0,-1],[0,-3],[2,2],[0,1],[0,3],[2,7],[1,1],[1,4],[1,0],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-2,-2],[0,-2],[1,0],[-1,-4],[-2,1],[-1,-3],[2,-1],[0,-1],[1,1],[2,4],[0,-2],[-1,-2],[0,-1],[1,-1],[-1,0],[0,-1],[0,-2],[0,-1],[1,0],[0,1],[0,-2],[0,-3],[-1,-2],[-1,-2],[2,-2],[1,-2],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-3],[-1,-2],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[-1,0],[0,-1],[0,-1],[1,-1],[1,2],[0,2],[-1,1],[0,1],[0,3],[0,3],[0,2],[1,11],[0,2],[0,3],[0,2],[-1,5],[0,2],[0,2],[2,-3],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-4],[0,-1],[1,4],[1,0],[0,-1],[0,-1],[-1,-4],[1,-1],[0,-1],[3,-2],[0,1],[0,3],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,1],[0,1],[0,2],[0,1],[1,1],[1,-2],[2,-4],[-1,-1],[0,-2],[0,-2],[-1,-2],[1,-1],[0,-2],[0,-3],[-1,-1],[-4,0],[1,-2],[1,0],[2,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[1,4],[0,5],[1,4],[0,5],[0,1],[1,1],[1,5],[1,-3],[0,-4],[-1,-3],[0,-3],[0,-3],[0,-4],[0,-1],[1,0],[0,2],[0,2],[0,2],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,-9],[1,-2],[0,-1],[0,-1],[1,-2],[1,2],[-1,1],[-1,4],[-1,4],[0,3],[0,3],[1,0],[0,1],[-1,1],[0,2],[-1,2],[0,2],[1,1],[0,2],[-1,5],[-1,3],[1,1],[1,-2],[1,-1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-6],[1,1],[0,3],[0,2],[1,0],[1,-3],[0,-2],[0,-2],[-1,-3],[0,-2],[-1,-3],[0,-2],[0,-1],[1,-5],[0,9],[2,3],[2,-2],[0,-7],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-4],[-1,-1],[-1,0],[-1,0],[0,-2],[1,-2],[0,-2],[0,-3],[0,-2],[0,-1],[0,-2],[0,-2],[1,0],[2,1],[3,0],[-1,-2],[0,-1],[1,0],[1,2],[1,2],[1,3],[1,1],[0,-1],[0,-2],[0,-2],[-1,-4],[-1,-1],[0,-2],[0,-1],[1,2],[1,2],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,3],[0,1],[0,1],[1,1],[0,1],[1,1],[0,-2],[0,-1],[-1,-3],[0,-2],[1,1],[2,4],[1,0],[-1,-2],[-1,-2],[0,-2],[2,0],[0,1],[1,-1],[0,-2],[0,-2],[0,-3],[-1,-1],[-1,-2],[-3,0],[0,-1],[-1,-3],[2,-2],[1,-3],[-1,-5],[0,-2],[-2,0],[-7,4],[-1,0],[-1,-2],[-1,0],[0,-1],[0,-1],[5,1],[1,0],[0,-3],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-2,0],[-1,-2],[1,-1],[5,1],[0,-1],[0,-1],[0,-2],[2,0],[1,-1],[0,-3],[-1,0],[-1,0],[-2,-5],[0,-1],[0,-1],[1,0],[1,1],[0,3],[1,0],[0,1],[1,-1],[1,-4],[0,-1],[1,0],[0,-1],[0,-2],[1,-1],[1,-1],[-3,-4],[3,1],[1,0],[0,-3],[-2,-3],[-1,0],[-1,0],[0,-3],[4,-2],[0,1],[1,0],[3,-1],[0,-2],[0,-1],[-1,-3],[1,1],[1,1],[0,1],[1,4],[0,1],[2,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,2],[1,2],[0,2],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[-5,-6],[0,-1],[-1,-2],[-1,-3],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-3],[1,-3],[0,-3],[1,-1],[4,-4],[2,2],[0,-1],[1,-1],[0,-1],[4,-8],[0,-3],[1,-3],[-1,-3],[0,-2],[-1,0],[-1,-2],[1,-1],[1,-1],[0,-2],[-1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[1,-2],[1,-3],[0,-3],[-1,-3],[-1,0],[-1,3],[-1,0],[1,-5],[2,-1],[1,-5],[0,-1],[0,-2],[-1,-2],[-1,0],[0,2],[-1,1],[-1,-2],[1,-2],[2,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,3],[0,2],[0,2],[0,1],[1,2],[-1,2],[-1,1],[0,3],[-1,9],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,3],[0,2],[-1,3],[-1,3],[0,1],[1,2],[0,1],[-1,2],[0,1],[-1,2],[-2,2],[0,2],[-1,2],[0,6],[-1,2],[-1,2],[-1,3],[2,-1],[-1,2],[-1,2],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[1,-1],[2,-6],[1,-3],[0,-1],[0,-1],[1,-1],[0,-3],[1,-3],[0,-3],[2,-3],[1,-2],[0,-1],[0,-1],[0,-2],[-2,-3],[-1,-3],[0,-5],[1,-5],[0,-4],[0,-1],[-2,-1],[0,-2],[1,0],[2,2],[-1,-2],[0,-2],[-2,-2],[2,0],[1,0],[2,-4],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,-6],[-1,1],[-1,2],[-1,5],[0,1],[-1,2],[-1,1],[0,-1],[0,-1],[2,-4],[-1,-4],[-1,2],[-1,3],[-1,1],[1,-7],[0,-1],[3,0],[0,-1],[1,-3],[-1,-1],[-1,1],[-1,2],[-1,-2],[1,-1],[1,-1],[-1,-1],[0,-1],[4,0],[1,-1],[1,0],[-1,-2],[0,-1],[0,-1],[0,-1],[2,0],[1,-1],[0,-2],[0,-2],[0,-1],[1,0],[-1,-1],[-2,1],[0,-2],[2,-2],[0,-2],[0,-2],[0,1],[-1,1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[1,-1],[1,-1],[1,-1],[0,-4],[1,-1],[0,2],[0,2],[0,1],[0,1],[0,-1],[2,-6],[0,-2],[-1,-1],[-1,2],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-3,1],[-1,1],[-1,2],[-2,3],[-1,3],[-1,2],[0,2],[0,1],[0,2],[0,1],[-1,2],[0,-3],[0,-2],[0,-3],[0,-3],[0,1],[-1,3],[-2,1],[0,3],[0,2],[-1,2],[0,-4],[1,-3],[1,-4],[1,-2],[0,-2],[-1,0],[0,-2],[1,-2],[0,-2],[1,-4],[1,-6],[1,0],[0,-1],[1,-6],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-3],[0,-2],[0,-1],[1,-1],[0,-2],[-1,0],[0,1],[-1,1],[0,-3],[0,-2],[-2,-4],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,4],[-2,11],[1,3],[-1,0],[0,-1],[0,-3],[-1,0],[0,2],[0,1],[0,2],[1,5],[1,2],[1,4],[-1,1],[-2,-2],[-1,2],[1,2],[0,2],[0,1],[0,1],[2,-1],[1,2],[-1,0],[-1,0],[0,1],[-1,2],[0,1],[0,3],[0,3],[1,2],[-1,1],[0,-5],[-1,-9],[-1,-1],[0,2],[-1,1],[0,1],[0,-1],[0,-2],[0,-1],[-2,1],[-1,-1],[-1,0],[-1,3],[0,4],[-1,3],[0,1],[0,2],[0,-1],[0,-1],[-1,0],[0,1],[-1,3],[0,2],[1,3],[1,4],[-1,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,-1],[0,-3],[0,-2],[0,-3],[0,-3],[0,-2],[-2,-2],[0,-3],[0,-2],[1,-1],[0,-3],[0,-2],[-1,1],[-1,5],[-1,2],[0,1],[-1,-2],[0,1],[-1,1],[0,2],[2,4],[0,4],[0,1],[1,0],[0,2],[1,1],[-1,0],[-1,-1],[-2,-3],[0,-1],[0,-1],[0,-1],[1,0],[-2,0],[-1,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[-1,1],[0,-1],[-1,-2],[-1,2],[0,1],[0,3],[-1,2],[0,1],[-1,1],[-1,4],[-1,1],[0,-2],[1,-2],[1,-3],[0,-2],[0,-1],[0,-3],[0,-2],[1,0],[0,-1],[1,-3],[1,-2],[1,-2],[-1,-1],[0,-3],[-1,-2],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,4],[0,2],[0,2],[-1,0],[0,2],[0,2],[0,1],[-1,4],[-1,4],[0,2],[1,3],[0,1],[-1,3],[0,2],[-1,2],[-1,2],[0,1],[-1,1],[0,2],[0,3],[0,1],[1,4],[0,3],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-3],[-1,-3],[1,-2],[0,-2],[2,-4],[1,-1],[0,-2],[0,-5],[0,-2],[0,-2],[0,-2],[1,0],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,4],[-1,0],[0,-2],[1,-2],[0,-1],[0,-2],[2,-3],[1,-1],[0,-3],[0,-1],[-1,0],[-1,3],[-1,4],[0,-2],[-1,0],[0,1],[-2,7],[0,1],[-1,1],[1,3],[0,2],[0,1],[-1,0],[0,2],[1,1],[0,1],[0,2],[0,1],[-1,7],[-1,3],[1,3],[-1,-1],[-1,-3],[0,-3],[1,-1],[0,-2],[1,-3],[-1,-3],[0,-2],[-1,0],[-1,1],[0,3],[-1,2],[0,2],[-2,3],[0,1],[0,4],[0,1],[1,1],[0,2],[0,2],[0,1],[-1,1],[0,4],[1,5],[0,2],[-1,1],[0,-1],[-1,-3],[0,-4],[0,-2],[0,-1],[1,-5],[-1,-1],[-2,1],[-1,0],[0,3],[-1,1],[1,-2],[0,-1],[0,-2],[-1,0],[0,1],[-2,4],[-2,8],[-1,2],[0,3],[-1,2],[0,5],[0,1],[0,1],[-1,-1],[0,-1],[0,-3],[1,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,1],[-1,1],[0,2],[0,1],[0,2],[-1,2],[0,2],[0,3],[0,2],[-1,1],[-1,2],[0,4],[-1,3],[-1,2],[0,2],[0,3],[-2,-2],[0,-1],[-1,2],[0,2],[0,3],[0,3],[-1,-1],[0,-1],[0,1],[0,1],[0,3],[-1,3],[-2,4],[1,-4],[1,-4],[0,-2],[0,-2],[0,-2],[1,-4],[1,-3],[-1,-5],[1,-3],[0,-2],[0,-2],[0,-2],[2,-8],[1,-6],[0,-6],[0,-4],[-1,0],[-2,4],[-1,1],[0,1],[0,1],[0,3],[-1,3],[0,1],[-2,7],[-2,2],[0,2],[-1,1],[-1,1],[0,1],[-1,2],[0,3],[0,1],[-1,2],[1,-4],[-1,-1],[0,1],[0,1],[-1,2],[-1,-1],[-1,2],[1,1],[0,2],[0,2],[-1,5],[0,1],[-1,2],[-1,0],[0,-2],[1,-4],[0,-2],[0,-2],[0,1],[-2,2],[-1,0],[0,1],[0,3],[-1,2],[0,2],[0,1],[-1,3],[-1,1],[-1,0],[0,-1],[0,-1],[-1,0],[-4,7],[-1,0],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,-2],[-3,3],[-1,1],[-1,1],[-1,0],[-1,-2],[1,-1],[2,-6],[1,-4],[1,-4],[1,-2],[0,-1],[-1,-1],[-1,-1],[1,-1],[0,-1],[1,-1],[1,-2],[0,-2],[0,-2],[1,-4],[1,-2],[1,-1],[2,-4],[1,-4],[1,-1],[2,0],[0,-1],[-1,-1],[-1,0],[1,-1],[1,-4],[1,-3],[1,-2],[1,-5],[1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-2],[1,-1],[1,-1],[-1,-3],[0,-1],[-1,1],[1,-2],[1,-2],[0,-1],[1,-2],[0,-1],[1,0],[2,1],[1,-2],[2,-1],[1,-1],[-1,-1],[0,-1],[0,-3],[-1,-4],[0,-1],[1,0],[0,1],[1,2],[0,2],[0,2],[1,0],[2,-4],[1,0],[2,1],[2,1],[0,-1],[0,-2],[0,-3],[0,-1],[-3,0],[0,-2],[-1,-1],[-1,-2],[0,-1],[1,0],[0,-2],[0,-2],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,2],[1,4],[1,2],[0,-1],[1,0],[1,0],[0,2],[1,0],[0,-1],[1,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,2],[2,3],[0,3],[1,-2],[0,1],[2,3],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[2,-5],[1,-1],[0,-1],[-3,-3],[0,-1],[1,-1],[1,1],[0,1],[0,-1],[1,2],[1,1],[1,0],[0,-4],[0,-2],[-1,-2],[-1,-1],[1,0],[1,1],[0,-1],[1,0],[1,2],[0,-2],[1,-2],[0,-1],[0,-1],[-1,-3],[0,-1],[1,1],[1,1],[0,-1],[0,-1],[0,-3],[1,-1],[0,-1],[-1,-1],[-1,-3],[1,-1],[1,1],[1,0],[2,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[1,0],[6,3],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[3,2],[0,-1],[0,-1],[-1,-1],[0,-2],[1,0],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-3],[2,-3],[0,-4],[0,-3],[1,0],[1,-2],[-1,-3],[0,-3],[0,-4],[0,-1],[0,-1],[1,1],[0,2],[1,1],[2,1],[0,-1],[0,-1],[-1,-2],[2,-5],[0,-2],[-1,0],[-1,-1],[0,-2],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-2],[2,-8],[1,1],[-1,5],[0,3],[0,2],[2,1],[0,-1],[1,-2],[0,-1],[0,2],[1,2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,1],[-1,0],[2,-4],[3,-2],[1,2],[0,1],[1,-1],[2,-5],[0,-1],[-2,-4],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-3],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,0],[0,5],[-1,1],[-1,-2],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[2,-8],[0,-1],[0,-2],[0,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-4],[1,1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-2,1],[0,-2],[-1,0],[-3,0],[-3,-3],[-1,3],[-2,0],[-1,1],[-2,2],[-1,1],[-1,3],[0,1],[-1,-1],[-1,-1],[0,1],[0,2],[0,1],[1,3],[-1,1],[-1,-1],[-1,0],[0,1],[0,2],[0,1],[-1,1],[0,2],[-1,0],[-2,1],[-2,3],[0,1],[0,-2],[0,-3],[-1,1],[-2,5],[0,-1],[-1,-2],[-1,0],[0,1],[-3,8],[0,1],[-1,0],[0,-1],[0,-2],[-2,-2],[0,1],[0,1],[0,2],[0,2],[-1,2],[1,0],[0,1],[0,1],[-2,2],[-3,-1],[0,1],[-1,2],[-1,2],[-1,-1],[-1,-1],[-1,-1],[-2,1],[-2,2],[0,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-2,3],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,-1],[-12,4],[-2,2],[0,2],[-1,1],[-1,1],[-1,2],[0,1],[0,1],[1,1],[0,1],[-3,2],[-1,1],[0,2],[0,2],[-1,1],[0,-3],[-1,0],[-1,1],[0,1],[-1,1],[-1,-1],[-5,10],[-3,7],[0,7],[1,11],[0,1],[-1,0],[0,1],[0,-5],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,2],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-2],[0,2],[-1,2],[0,2],[-1,0],[0,2],[-1,4],[-1,4],[0,1],[1,2],[2,0],[0,1],[0,2],[1,-1],[0,1],[0,2],[-1,0],[-1,-1],[-1,0],[0,2],[0,3],[2,1],[2,0],[1,0],[0,1],[0,2],[-1,0],[-1,-1],[-1,0],[0,1],[-1,1],[-1,-2],[0,1],[-2,2],[0,1],[0,-1],[0,-3],[-1,-1],[-1,-1],[0,5],[-1,0],[-1,2],[-1,2],[-1,3],[0,-1],[0,-2],[1,-3],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,1],[0,3],[-1,1],[-1,0],[-1,0],[0,2],[-1,4],[-1,-4],[0,-2],[-2,-2],[-1,0],[-1,1],[-1,1],[-2,-1],[-1,1],[-2,4],[-1,1],[0,1],[-1,4],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-5,3],[-3,0],[-1,2],[0,-1],[-1,2],[0,1],[0,1],[2,0],[1,1],[-1,0],[-2,2],[-1,1],[-1,-1],[-2,1],[0,1],[0,1],[2,-1],[0,2],[0,2],[0,1],[0,2],[1,2],[-1,1],[0,1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,2],[0,1],[1,2],[0,2],[3,0],[0,3],[1,1],[1,1],[0,1],[0,2],[0,1],[0,1],[1,1],[1,1],[0,1],[1,1],[1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,1],[0,2],[0,1],[1,1],[1,2],[-1,1],[-1,-2],[-1,-3],[0,-3],[0,-2],[0,-2],[-1,-1],[0,-1],[-2,0],[-1,0],[0,2],[0,1],[-1,0],[-1,-5],[0,-1],[0,-6],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,1],[-1,1],[0,1],[-1,1],[-2,0],[-1,1],[0,3],[0,1],[1,2],[0,3],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,3],[-2,0],[-2,2],[-1,5],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,3],[-1,1],[-1,1],[1,1],[0,1],[2,0],[1,1],[0,1],[-1,1],[-3,-1],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,2],[0,2],[-1,3],[0,2],[1,-1],[1,0],[0,2],[0,1],[0,2],[-1,3],[0,2],[0,-2],[-1,-1],[0,-1],[-3,1],[-1,1],[-1,4],[0,1],[0,-1],[0,-1],[0,-3],[-1,0],[-1,0],[-1,1],[1,1],[0,1],[-1,1],[-1,1],[0,2],[0,1],[1,-1],[1,-1],[0,-1],[1,3],[2,-2],[2,0],[6,-3],[2,1],[1,1],[0,3],[0,1],[0,1],[4,3],[1,2],[-1,0],[0,1],[0,1],[1,2],[2,1],[1,4],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,2],[-1,1],[-1,-2],[-1,-3],[0,-1],[0,-1],[-1,-1],[-1,1],[1,4],[1,2],[-1,2],[0,1],[-1,0],[0,-2],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,2],[1,4],[0,1],[1,0],[1,1],[0,1],[-2,0],[-1,2],[1,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-2],[0,-2],[1,-3],[0,-2],[1,-2],[-1,0],[-1,1],[0,1],[0,2],[-1,2],[0,2],[0,2],[0,2],[1,2],[-1,1],[0,-2],[-1,-7],[-1,1],[0,1],[0,1],[0,3],[0,2],[-1,5],[-1,1],[-1,1],[-1,1],[1,0],[0,1],[0,1],[-1,1],[-1,-2],[-1,-3],[0,-4],[0,-1],[0,-1],[1,1],[0,3],[1,1],[0,-1],[0,-1],[0,-1],[2,1],[0,-2],[-1,-4],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,2],[-2,-7],[0,-1],[-1,2],[0,2],[0,2],[0,2],[0,1],[0,2],[0,-1],[-1,-2],[-1,0],[0,2],[-1,3],[0,3],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-4],[-1,0],[-2,1],[0,1],[0,8],[-1,2],[0,1],[0,1],[1,1],[2,-2],[0,1],[0,1],[-1,3],[0,2],[1,0],[0,2],[1,6],[0,2],[1,0],[1,0],[0,1],[1,3],[-2,-1],[0,-1],[-1,1],[0,1],[-1,2],[1,2],[-1,3],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-2],[-1,1],[0,1],[-1,1],[0,-4],[-1,-2],[-1,-2],[0,-3],[0,-1],[1,-1],[0,-2],[0,-2],[-1,0],[-2,0],[-1,1],[-1,1],[0,1],[2,1],[0,1],[-1,1],[-2,4],[-1,2],[0,-1],[-1,-1],[-1,0],[1,4],[0,2],[0,2],[-1,4],[1,1],[1,1],[0,2],[0,1],[0,2],[0,1],[0,2],[0,3],[0,1],[-1,-3],[-1,1],[0,2],[0,2],[0,2],[0,3],[0,1],[0,-1],[0,-3],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[0,2],[0,2],[-1,2],[-2,1],[-1,2],[1,0],[0,1],[-1,1],[-1,0],[0,2],[0,2],[0,1],[1,0],[0,1],[1,2],[-1,1],[0,1],[0,3],[0,2],[0,2],[-1,1],[0,2],[-1,0],[-1,0],[-2,-1],[0,2],[0,2],[0,1],[0,2],[0,2],[-1,2],[0,1],[-1,0],[0,2],[1,0],[-1,2],[-2,1],[0,4],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-2],[0,-2],[0,-3],[-1,0],[-1,0],[0,2],[-1,1],[0,2],[0,3],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,-2],[1,0],[0,-1],[0,1],[1,0],[-1,1],[-1,4],[-1,0],[0,-4],[-1,-1],[-1,1],[-1,4],[0,6],[1,2],[1,-1],[0,-2],[1,1],[1,2],[1,2],[-1,1],[-1,-1],[0,-1],[-1,-1],[-1,1],[0,2],[1,2],[3,5],[0,1],[1,3],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,-2],[0,-1],[-1,-1],[-1,1],[0,2],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[0,-4],[1,-4],[-1,-4],[0,-1],[-3,-2],[0,-1],[-1,-1],[0,2],[0,2],[0,2],[0,2],[-1,1],[0,1],[1,0],[0,-1],[1,-2],[1,1],[0,1],[-1,2],[-1,2],[0,1],[1,0],[-1,2],[-1,-3],[-1,0],[-1,0],[0,2],[0,3],[-1,2],[0,2],[-1,1],[-1,0],[0,-1],[0,-2],[1,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[1,-1],[-1,-1],[-2,-2],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,2],[0,1],[-1,4],[-1,1],[-1,0],[0,-1],[0,-2],[1,-2],[0,-3],[0,-2],[1,-1],[0,-2],[0,-2],[1,-1],[1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,3],[-1,1],[-1,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[-1,1],[0,2],[-1,0],[0,-3],[0,-2],[0,-2],[1,-3],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[-1,1],[0,1],[-1,-2],[0,2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[1,0],[1,0],[0,1],[0,1],[0,2],[0,1],[1,3],[-1,2],[-1,2],[-1,2],[2,-1],[1,-2],[1,-1],[0,1],[0,4],[-2,10],[1,0],[2,-3],[1,0],[0,2],[-1,2],[-2,3],[-1,0],[-1,0],[-1,0],[0,1],[1,2],[4,-1],[0,3],[-2,3],[0,3],[0,1],[0,3],[0,3],[1,4],[0,1],[-1,2],[0,2],[-1,0],[0,-1],[0,-2],[0,-4],[0,-3],[-1,1],[-1,-1],[0,-2],[-1,-1],[0,2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-2],[-1,-4],[-1,4],[0,2],[0,2],[1,1],[0,1],[0,2],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[0,-5],[0,-2],[-1,1],[-1,4],[-1,0],[1,-2],[0,-3],[1,-3],[1,-2],[-1,-3],[-1,1],[-1,2],[0,2],[0,1],[1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[0,1],[-1,1],[0,1],[0,3],[-1,1],[0,2],[-1,1],[-1,2],[0,2],[-2,4],[1,1],[0,1],[0,1],[0,1],[1,-1],[0,2],[0,1],[0,2],[1,2],[1,5],[1,1],[1,-2],[1,0],[0,2],[-1,2],[-2,0],[0,2],[0,1],[1,0],[0,1],[0,1],[-1,0],[-2,1],[0,-2],[0,-2],[0,-2],[0,1],[-2,-1],[-1,0],[0,-2],[1,-4],[0,-2],[0,-2],[0,-2],[0,-1],[-1,0],[-1,4],[0,1],[-1,0],[0,-1],[0,-2],[-1,-1],[0,1],[-1,2],[-1,0],[-1,1],[0,-1],[0,-4],[1,-1],[2,0],[0,-2],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[4,-9],[3,-10],[-1,-2],[0,-1],[-1,0],[-2,2],[0,-1],[-1,-2],[2,0],[1,-1],[0,-3],[0,-1],[-1,1],[0,2],[-1,0],[0,-2],[0,-2],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[-1,0],[-1,0],[0,-3],[-1,-1],[-1,-1],[0,-2],[0,-1],[-1,1],[-1,3],[-1,0],[0,-2],[0,-1],[-1,1],[-1,1],[-1,2],[0,3],[-1,1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,3],[-3,3],[-1,3],[0,1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[0,3],[-1,0],[0,1],[-1,2],[-1,1],[-1,4],[0,1],[-1,0],[-1,3],[-1,0],[-2,0],[0,2],[-1,3],[-1,-1],[-1,0],[-1,2],[-3,5],[-1,1],[0,-1],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[1,0],[1,-5],[1,-1],[0,-1],[1,-2],[-1,0],[0,-1],[-1,1],[-1,2],[0,-1],[0,-1],[1,-2],[-1,0],[-1,2],[-3,5],[-1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,-3],[0,-1],[-1,-1],[1,-1],[2,-6],[0,-1],[-1,0],[-2,1],[0,-1],[0,-1],[-1,1],[-1,2],[-1,0],[0,-2],[0,5],[-1,0],[-1,-4],[-1,0],[0,-1],[-1,-1],[0,1],[0,2],[-1,1],[0,-1],[-1,-2],[0,-1],[0,-2],[-2,2],[-2,-2],[-1,1],[-1,-1],[0,-1],[1,-4],[1,-1],[2,1],[1,0],[0,-3],[-3,-3],[-1,2],[-1,2],[-1,2],[-1,1],[-1,-2],[1,0],[0,-1],[1,0],[0,-2],[1,-1],[-1,-2],[-1,0],[-1,1],[-1,3],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[-1,-4],[-2,-1],[0,2],[0,2],[-1,-1],[0,-3],[0,-4],[0,-1],[1,-2],[1,-1],[0,-2],[0,-2],[-1,-1],[0,1],[-1,1],[-1,0],[-2,0],[0,2],[1,0],[0,1],[-1,0],[0,2],[-1,0],[-1,1],[-1,4],[-1,-2],[-1,0],[-2,3],[-1,3],[0,-1],[-1,-1],[-2,-2],[-3,-4],[-1,0],[0,2],[0,3],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,1],[1,1],[-1,2],[0,-1],[-1,-1],[-3,0],[0,1],[1,2],[1,2],[-1,2],[-1,0],[-2,4],[-1,0],[0,-2],[0,-3],[1,-3],[-1,-2],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[0,2],[0,1],[-2,0],[-1,1],[-1,4],[1,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,1],[0,1],[-3,5],[0,3],[0,2],[0,1],[-1,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,2],[0,2],[0,2],[-1,0],[0,3],[1,2],[0,2],[-1,2],[-3,-1],[1,2],[3,1],[-1,1],[1,0],[-1,3],[1,2],[0,2],[1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[1,1],[1,0],[0,2],[0,2],[0,1],[0,2],[-1,1],[0,1],[-1,0],[0,2],[0,2],[0,7],[0,1],[0,1],[0,1],[1,2],[1,2],[0,1],[1,2],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[2,2],[2,4],[1,0],[2,2],[1,2],[0,2],[1,2],[1,0],[2,-1],[1,1],[2,2],[1,1],[1,1],[0,2],[1,1],[-2,7],[-2,4],[0,3],[-1,3],[-1,2],[0,1],[1,6],[1,1],[4,-3],[0,3],[0,2],[-3,6],[-1,3],[2,2],[4,0],[-1,-1],[0,-1],[2,0],[2,-3],[0,-2],[1,-1],[3,-1],[1,1],[0,2],[3,0],[1,-1],[1,-2],[0,-1],[3,1],[7,-9],[8,-9],[1,0],[1,0],[1,-1],[1,-2],[0,-1],[1,0],[1,0],[1,-2],[1,-1],[1,-1],[1,-1],[0,-2],[0,-3],[0,-2],[1,-2],[0,-1],[2,-2],[2,-2],[1,-1],[1,-2],[2,-4],[0,-2],[0,-3],[1,-2],[0,-2],[-1,-2],[0,-1],[1,-3],[-1,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,1],[-2,1],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-4],[1,-2],[0,-2],[1,0],[2,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[0,-3],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[1,0],[1,1],[0,3],[0,1],[-1,2],[0,1],[-1,2],[0,2],[0,2],[0,1],[0,1],[0,3],[0,2],[0,1],[1,1],[-1,1],[0,2],[0,2],[1,1],[-1,0],[-1,0],[-1,-6],[-1,-1],[-1,1],[-1,0],[-1,0],[1,2],[2,1],[0,2],[0,3],[1,2],[1,1],[0,4],[1,0],[1,-2],[1,-2],[1,0],[0,2],[-1,2],[0,1],[0,1],[1,1],[0,1],[0,4],[1,2],[0,1],[1,1],[0,1],[0,3],[0,2],[-1,0],[-1,0],[0,-1],[0,-3],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,1],[-1,2],[0,4],[0,1],[-1,4],[-2,6],[0,3],[-1,3],[-3,2],[-1,2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-2,4],[-1,2],[-3,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[6,-2],[1,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,-1],[1,-2],[-1,-2],[1,-3],[1,-1],[7,-2],[2,-2],[1,1],[1,1],[1,0],[0,2],[1,3],[0,4],[0,2],[0,5],[-1,2],[0,1],[1,0],[3,-3],[0,1],[1,1],[2,1],[1,-1],[1,-1],[0,1],[1,0],[0,1],[0,2],[0,2],[1,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-2],[1,0],[1,-1],[0,-2],[-1,0],[0,-1],[1,-4],[1,-2],[2,0],[1,1],[2,6],[1,1],[1,2],[1,1],[0,6],[1,3],[0,1],[3,1],[1,1],[-1,2],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[1,-1],[1,0],[0,-2],[2,-2],[2,4],[3,-1],[1,-1],[0,-1],[0,-2],[1,-2],[0,-1],[1,-2],[0,-1],[1,1],[1,2],[1,-1],[1,-2],[0,-1],[1,0],[1,1],[-1,3],[0,1],[0,1],[0,1],[-1,4],[-1,9],[-2,3],[0,1],[1,1],[0,1],[0,1],[0,2],[0,2],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[0,1],[1,2],[0,1],[1,0],[-1,2],[0,1],[-1,1],[0,3],[0,1],[-2,3],[-1,3],[-1,1],[-1,1],[-2,2],[-1,2],[-2,8],[-2,2],[-1,4],[-1,4],[0,2],[-1,0],[1,0],[-6,13],[-1,4],[0,3],[0,3],[0,2],[1,3],[2,6],[8,11],[1,3],[0,1],[1,0],[0,1],[1,2],[0,1],[1,0],[1,0],[0,2],[0,1],[0,1],[1,1],[1,3],[1,1],[2,6],[7,13],[1,2],[1,7],[0,3],[1,2],[0,2],[1,1],[1,2],[1,2],[2,1],[1,3],[1,1],[3,0],[1,1],[0,4],[-1,3],[0,5],[1,7],[1,7],[1,2],[0,1],[1,3],[1,10],[0,3],[2,4],[2,2],[6,1],[1,1],[2,3],[2,7],[0,1],[0,1],[0,1],[0,3],[0,2],[0,3],[1,3],[1,2],[-3,4],[-1,4],[0,5],[0,1],[-1,6],[-1,4],[0,2],[0,3],[-2,4],[0,2],[2,2],[0,2],[0,2],[-1,0],[0,1],[0,1],[-1,3],[0,1],[0,3],[0,2],[-1,1],[-2,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,2],[0,2],[0,3],[1,1],[1,3],[0,1],[0,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[0,2],[-1,2],[-1,2],[0,1],[0,1],[0,2],[-1,-1],[-1,-2],[-1,-1],[0,1],[-1,6],[-1,1],[1,1],[0,3],[-1,0],[0,2],[0,2],[1,0],[0,1],[0,2],[-1,1],[0,1],[0,1],[1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[-1,4],[0,2],[0,4],[-1,5],[0,2],[0,6],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,1],[-1,2],[0,2],[-1,-3],[-1,3],[0,1],[-1,-1],[0,1],[0,1],[0,1],[1,1],[-1,2],[-1,1],[-1,1],[-1,0],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,2],[0,1],[-2,0],[1,1],[0,1],[1,1],[0,2],[0,1],[1,0],[0,1],[1,-1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[1,2],[0,1],[2,0],[-1,2],[-1,1],[-1,0],[1,-2],[-1,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-2,1],[-1,-1],[0,-1],[0,-1],[-2,-4],[-1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,2],[1,3],[1,0],[0,-1],[1,2],[-2,1],[-2,0],[-3,5],[-1,1],[0,4],[-1,2],[0,1],[-1,2],[0,2],[1,1],[0,2],[0,5],[1,2],[1,2],[2,0],[0,1],[1,3],[-1,1],[-2,4],[2,2],[1,4],[-1,2],[-2,-1],[0,1],[3,3],[0,2],[-2,1],[0,1],[0,1],[1,1],[-2,1],[-2,3],[-2,-2],[0,1],[-1,1],[0,1],[0,1],[-1,-1],[-1,0],[-1,0],[0,2],[-1,0],[-1,-1],[0,-3],[1,-1],[0,-1],[1,0],[1,-1],[1,-3],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[1,-1],[1,-1],[1,-5],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-2],[-1,-2],[-1,0],[-1,2],[1,2],[0,2],[-4,-1],[-1,-2],[-1,0],[0,2],[-1,1],[-3,1],[-1,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[-2,1],[0,2],[-1,3],[0,3],[0,2],[0,1],[-1,0],[0,1],[-2,5],[-2,2],[0,1],[0,3],[0,2],[0,1],[3,1],[1,1],[0,2],[1,3],[-1,2],[-1,2],[-1,0],[-1,-1],[0,-2],[-1,0],[0,-1],[-1,-1],[1,0],[1,0],[1,0],[0,-2],[0,-2],[-5,-2],[0,1],[0,1],[0,1],[-2,0],[-2,2],[1,1],[2,1],[1,1],[-1,1],[2,2],[2,1],[1,1],[0,2],[0,2],[0,2],[0,1],[0,1],[0,2],[-2,1],[-4,-4],[-4,-1],[1,1],[4,3],[1,1],[-2,1],[-3,-3],[-1,1],[5,5],[-2,-1],[-1,-2],[-1,0],[0,1],[0,2],[2,4],[0,1],[6,3],[-2,-3],[0,-1],[1,2],[1,0],[1,0],[1,0],[0,2],[0,2],[0,1],[-2,1],[-2,4],[0,1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-3],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[1,-3],[-1,-3],[-1,-4],[0,-2],[-1,-1],[-1,1],[-2,4],[-1,2],[-2,5],[0,1],[-1,1],[-1,4],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,-3],[1,-3],[1,-5],[-1,-4],[-2,-3],[-3,-4],[-2,-3],[-4,-2],[0,-1],[-2,-4],[0,-2],[-9,-11],[-6,-4],[-2,1],[-2,7],[1,5],[2,8],[1,5],[1,4],[-1,1],[-1,0],[-1,1],[-1,3],[0,3],[0,2],[1,3],[0,2],[-1,2],[1,3],[0,1],[2,2],[4,3],[7,-2],[1,-1],[1,-4],[1,0],[2,0],[0,1],[0,1],[2,3],[2,2],[1,4],[2,1],[2,-1],[1,0],[1,2],[0,1],[-1,3],[0,1],[1,2],[0,1],[0,9],[0,2],[-1,1],[-2,7],[-2,3],[-1,3],[-2,3],[-1,0],[-1,3],[-1,1],[-2,1],[-3,5],[-2,0],[-4,-2],[-1,1],[0,1],[0,3],[-1,3],[0,2],[-4,9],[-1,2],[0,4],[0,3],[1,2],[1,1],[2,6],[1,1],[2,-2],[1,-1],[3,-3],[1,0],[0,1],[-1,1],[0,2],[1,3],[-5,0],[0,1],[-1,2],[0,1],[0,1],[-1,-1],[-4,0],[-1,-1],[0,-2],[2,0],[1,0],[0,-1],[0,-3],[-1,-2],[-1,-2],[-1,0],[0,1],[-1,-1],[0,-1],[1,-1],[-1,-1],[-1,-4],[0,-1],[-4,1],[-1,3],[0,1],[0,2],[0,1],[1,1],[1,1],[-1,-1],[-2,-1],[-1,-3],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[-2,-1],[-2,3],[1,4],[1,2],[2,0],[1,0],[0,2],[0,1],[1,0],[0,-2],[1,0],[1,3],[0,-2],[0,-1],[-1,-2],[2,1],[1,1],[1,4],[0,1],[0,2],[1,1],[-1,1],[-1,0],[-1,0],[-1,3],[1,3],[1,1],[1,0],[1,2],[0,2],[-1,0],[-1,-1],[-1,-1],[-5,0],[0,1],[1,2],[0,1],[1,2],[-2,0],[-1,-1],[0,-1],[-1,-3],[-1,-1],[-1,2],[-3,0],[0,1],[0,4],[5,6],[3,2],[1,3],[-2,-1],[-4,-4],[-1,-2],[-1,0],[-1,0],[0,-2],[-1,-1],[-4,-2],[-1,-2],[-3,-3],[1,-1],[2,2],[0,-1],[0,-1],[1,-1],[1,-2],[0,-1],[-2,1],[0,-4],[-1,-3],[-1,-1],[-1,0],[0,2],[-1,3],[0,4],[0,3],[0,4],[0,7],[0,6],[-1,4],[0,4],[0,3],[1,3],[0,3],[0,4],[0,4],[-1,6],[1,4],[-1,3],[-1,2],[-1,2],[0,2],[-1,1],[0,-1],[-1,0],[-1,2],[0,1],[-1,-1],[-3,-4],[-1,-1],[-2,4],[-1,1],[-1,0],[0,-1],[1,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-2],[-1,0],[-1,0],[-1,1],[0,3],[-2,-1],[0,-1],[0,-2],[-1,0],[-1,2],[-1,0],[1,2],[-1,4],[-1,3],[-2,5],[1,1],[0,1],[1,1],[1,0],[1,1],[-3,2],[-1,0],[-1,-1],[-1,-1],[1,-1],[0,-2],[-1,-1],[-2,6],[0,1],[1,2],[0,1],[-1,-1],[-1,1],[-1,7],[0,2],[0,2],[-1,0],[-2,-1],[0,1],[-1,3],[0,1],[0,-1],[0,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-2],[1,-1],[-1,0],[-1,2],[-1,2],[0,2],[-1,0],[-1,0],[-1,3],[1,2],[-1,0],[-1,0],[0,2],[1,0],[0,1],[1,1],[0,1],[-1,1],[0,1],[4,0],[1,2],[0,1],[-2,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[2,5],[1,0],[1,-1],[0,-1],[0,-2],[0,-1],[1,-2],[2,0],[-2,2],[0,1],[-1,5],[0,2],[-1,2],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,2],[0,3],[0,1],[-1,1],[-3,-5],[0,-2],[-1,-1],[0,-1],[1,-1],[3,2],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-3],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[-1,0],[1,-3],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,2],[0,1],[-1,0],[-1,1],[1,1],[0,-1],[1,1],[-1,1],[0,1],[1,3],[0,2],[1,2],[1,2],[-1,0],[0,1],[0,1],[0,2],[-2,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-1],[-1,2],[-1,1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-4],[-1,0],[0,1],[-2,2],[0,1],[-1,-3],[-1,-1],[-1,-1],[0,-3],[1,-2],[0,-1],[3,-3],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,1],[2,-1],[1,-2],[1,-2],[1,-3],[1,-1],[1,-1],[1,2],[0,3],[2,0],[2,-2],[0,-2],[1,-2],[2,-7],[2,-9],[1,-1],[0,-2],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[-1,-5],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,1],[0,1],[-8,-1],[-7,-1],[-7,-5],[-1,2],[0,2],[-1,1],[-1,1],[0,1],[0,4],[-1,2],[0,1],[0,2],[-1,1],[-1,1],[0,1],[0,1],[-1,-1],[-2,-4],[0,-1],[-1,2],[0,2],[-1,0],[1,2],[0,2],[-1,1],[-4,1],[-1,-1],[-1,-2],[-2,0],[-5,8],[-8,1],[-2,3],[-1,0],[-1,-1],[-1,-1],[-1,2],[-1,3],[0,1],[-2,-2],[-2,1],[-10,2],[-1,2],[-2,2],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-3],[1,-3],[3,-1],[1,-2],[2,-4],[1,-1],[0,-1],[0,-1],[1,1],[2,4],[1,-1],[3,-5],[1,-2],[0,-2],[0,-3],[0,-2],[1,-1],[1,-1],[1,-3],[2,-2],[4,-12],[1,-2],[1,-1],[-1,-2],[0,-2],[0,-2],[-1,-2],[-3,-2],[-1,0],[0,1],[0,1],[0,1],[-3,4],[-1,4],[-1,4],[-1,1],[-1,1],[-2,2],[0,1],[-1,3],[-1,1],[0,1],[-2,4],[-1,2],[-2,0],[-1,1],[0,1],[0,2],[0,2],[-1,1],[-3,-1],[-1,0],[-4,10],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-4,8],[-1,1],[-1,1],[-1,3],[-1,0],[-1,-1],[-1,3],[-1,0],[-2,2],[-1,0],[0,1],[-1,1],[-1,-1],[-1,1],[-1,3],[-6,7],[-2,5],[-2,2],[-1,1],[-1,0],[5,-11],[1,-1],[0,-1],[0,-2],[1,0],[0,-1],[2,1],[2,-3],[11,-11],[4,-6],[2,-2],[2,-7],[0,-1],[0,-1],[1,0],[1,-3],[1,-1],[2,-1],[2,-2],[0,-2],[-1,-4],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,3],[-1,-1],[-1,0],[0,-1],[0,-2],[-3,-3],[0,3],[-1,1],[-1,-1],[-1,-4],[-1,-1],[-1,-1],[1,0],[0,-1],[0,-4],[-1,-1],[-3,3],[-1,0],[0,1],[1,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[1,1],[2,-2],[1,1],[-4,4],[-2,1],[-1,-3],[-6,7],[0,2],[-1,2],[-1,1],[0,-2],[-1,1],[-2,3],[-2,2],[-3,5],[-1,0],[0,1],[0,1],[0,1],[-2,-1],[-1,0],[0,1],[0,1],[-2,-2],[-1,0],[0,1],[0,1],[-2,-5],[-4,-1],[-3,-3],[-2,-1],[-10,4],[-1,2],[-1,-1],[-8,1],[-4,3],[-5,-1],[-1,2],[-2,2],[-1,1],[0,2],[-1,4],[2,1],[1,2],[0,2],[-1,1],[-1,-2],[-1,-4],[-2,-2],[-5,3],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[-2,2],[-1,0],[-2,-2],[-2,2],[-8,-1],[-1,-2],[-1,-2],[1,-3],[1,0],[1,1],[5,3],[2,-3],[1,0],[2,-3],[2,-1],[3,-5],[0,-1],[-10,4],[-4,-3],[-1,0],[-7,8],[-7,9],[-7,17],[-1,1],[0,1],[0,4],[0,4],[0,3],[0,1],[0,2],[0,2],[-1,1],[0,1],[1,1],[1,6],[1,2],[4,3],[1,2],[1,2],[0,2],[-1,2],[-1,2],[-1,1],[1,-4],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,-2],[-2,-1],[-2,-5],[0,-1],[0,-1],[-1,0],[0,-1],[0,-3],[1,-2],[0,-2],[-6,0],[-1,1],[0,4],[1,1],[2,1],[1,2],[-1,1],[-3,-2],[-1,4],[2,0],[-1,2],[-2,0],[-1,2],[1,1],[1,1],[0,1],[0,1],[-1,1],[-2,0],[-3,-4],[0,-4],[-1,-2],[-2,-1],[0,-2],[1,0],[0,1],[5,-1],[1,-1],[1,-3],[-1,-2],[0,-1],[1,-2],[0,-1],[-1,-2],[0,-1],[1,0],[-1,-1],[-12,4],[-2,2],[-8,1],[0,-1],[0,-1],[0,-1],[4,-2],[1,-1],[0,-1],[-4,-6],[-3,-1],[-2,2],[0,1],[0,1],[-3,4],[-3,1],[-1,2],[-2,2],[0,1],[1,2],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[3,1],[0,-1],[2,-4],[1,-1],[1,1],[1,2],[0,1],[-2,1],[-5,9],[-5,4],[-2,4],[-1,0],[0,-1],[-7,3],[-2,3],[-4,9],[-1,2],[-2,11],[0,1],[0,1],[0,2],[0,1],[-2,2],[0,1],[0,1],[0,1],[-1,2],[-1,1],[-4,8],[-1,3],[-1,3],[-1,8],[-1,5],[0,2],[1,0],[1,0],[1,2],[3,1],[0,1],[0,1],[1,1],[0,1],[-1,2],[-3,3],[-4,7],[0,1],[-1,1],[-1,3],[0,1],[9,-3],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[1,0],[5,3],[1,-1],[1,-1],[1,0],[1,0],[1,1],[3,1],[1,0],[1,-2],[3,-1],[2,-1],[1,-2],[0,-1],[0,-4],[0,-1],[1,-1],[0,-1],[12,-3],[2,2],[1,1],[2,0],[1,1],[2,-1],[1,-1],[1,1],[5,-1],[-1,0],[1,0],[0,1],[1,4],[0,2],[1,2],[2,0],[4,-3],[1,0],[1,1],[-1,2],[-8,4],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,2],[0,1],[-2,1],[-1,2],[-3,3],[-1,1],[0,1],[-2,2],[-2,6],[-1,1],[0,2],[1,2],[0,2],[0,1],[-1,1],[1,1],[0,1],[-1,2],[-2,0],[-3,-5],[-1,-4],[-1,0],[-2,3],[-9,2],[-3,-1],[-11,4],[-11,5],[-11,4],[-2,2],[0,1],[-1,2],[0,2],[-1,4],[0,1],[-1,1],[0,1],[0,3],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,3],[0,2],[-1,2],[1,0],[1,0],[0,2],[-1,5],[0,1],[-2,2],[0,1],[0,1],[1,1],[1,1],[0,1],[-1,1],[0,1],[1,3],[2,3],[1,4],[0,1],[1,1],[0,2],[0,2],[0,1],[1,1],[0,1],[-1,0],[-1,1],[-1,4],[1,2],[-1,1],[-1,-1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,0],[-1,2],[0,1],[0,2],[0,1],[-1,0],[-2,3],[0,2],[1,2],[0,1],[1,0],[0,1],[0,1],[1,3],[0,1],[0,2],[0,1],[0,1],[0,1],[1,2],[-1,3],[1,1],[6,8],[1,1],[0,-1],[1,-1],[0,-1],[1,3],[0,1],[2,2],[0,2],[0,2],[-1,1],[-2,0],[-2,-3],[-1,0],[-1,2],[-2,2],[0,3],[0,1],[0,2],[-1,1],[-1,3],[1,1],[0,6],[0,1],[0,3],[0,2],[1,3],[0,1],[1,1],[1,2],[0,1],[-2,2],[0,1],[0,3],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[-2,1],[-1,1],[1,1],[0,1],[2,1],[0,1],[0,1],[0,2],[1,3],[0,2],[0,1],[-1,2],[0,1],[0,2],[0,2],[1,5],[1,2],[0,1],[1,0],[1,1],[1,-2],[1,-1],[0,1],[1,2],[0,2],[-1,2],[1,1],[2,-1],[0,1],[-1,2],[-2,2],[0,4],[0,1],[0,2],[1,1],[0,2],[-1,2],[0,2],[1,-1],[1,0],[1,-1],[1,-2],[1,-1],[1,1],[1,0],[1,-2],[1,1],[-1,0],[0,3],[1,0],[0,1],[0,1],[-2,2],[-1,0],[-1,0],[0,2],[0,1],[0,1],[0,1],[1,2],[1,2],[0,2],[0,2],[1,2],[0,1],[0,3],[0,1],[-1,2],[-1,1],[0,2],[0,2],[1,1],[0,1],[1,2],[1,0],[1,0],[0,-1],[-1,-1],[1,0],[0,1],[0,1],[0,1],[-2,3],[0,2],[1,1],[0,1],[0,2],[0,2],[0,2],[1,2],[1,1],[2,1],[-1,0],[-1,1],[0,2],[1,2],[0,1],[1,1],[0,1],[0,1],[1,1],[1,1],[3,-2],[1,1],[0,2],[-2,-1],[0,1],[-2,2],[0,2],[2,5],[2,2],[1,0],[1,-1],[0,-1],[2,0],[3,-1],[1,0],[-1,2],[-5,4],[-1,1],[1,3],[1,2],[1,2],[1,4],[1,2],[3,5],[2,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[2,3],[11,19],[4,5],[3,4],[5,3],[4,4],[4,1],[4,5],[7,2],[5,4],[4,2]],[[2210,8655],[0,-3],[1,-2],[0,2],[1,-1],[0,-3],[1,-1],[5,-2],[1,-1],[1,-2],[0,-2],[1,0],[1,0],[1,-3],[4,-5],[0,-2],[0,-1],[-1,-2],[0,-2],[1,-1],[1,1],[0,2],[0,3],[1,2],[0,1],[1,1],[1,-1],[4,2],[2,0],[1,-4],[1,0],[0,3],[1,1],[1,1],[1,1],[2,1],[2,2],[12,3],[1,3],[2,2],[1,2],[0,3],[1,2],[4,3],[1,-2],[-1,-1],[-1,-3],[-1,-2],[1,-1],[1,1],[2,2],[2,2],[1,0],[4,-4],[5,-1],[2,-2],[1,-1],[2,-10],[1,-2],[2,-1],[1,-2],[0,-3],[0,-3],[0,-1],[-1,-4],[0,-3],[0,-2],[-5,-5],[-1,-3],[-1,-2],[-1,0],[-4,4],[-1,0],[0,-1],[0,-2],[0,-3],[0,-2],[-1,-1],[-3,3],[-2,0],[1,-2],[0,-2],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,2],[1,3],[2,2],[1,-2],[0,-1],[1,-1],[1,-1],[3,1],[1,0],[1,-4],[-1,0],[-2,-2],[1,-1],[1,-1],[1,-2],[0,-2],[0,-1],[-1,-2],[1,-2],[-1,-1],[-1,0],[-1,2],[-1,0],[-8,-7],[-2,1],[0,-2],[-1,0],[-1,-1],[-3,-4],[0,-2],[0,-2],[-1,-1],[0,-1],[-9,-17],[-1,-4],[-3,-7],[-2,-1],[-2,-3],[-1,-2],[1,0],[1,-1],[0,-1],[0,-1],[-1,-2],[1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-4],[0,-2],[0,-1],[1,0],[0,1],[0,2],[0,2],[1,1],[0,1],[2,5],[1,4],[1,3],[3,3],[1,3],[0,-2],[1,1],[1,2],[1,0],[3,1],[1,-1],[5,-1],[11,-11],[1,-3],[-1,-1],[0,-1],[1,-1],[-1,-4],[0,-2],[-1,0],[-3,-2],[0,-1],[4,0],[1,-2],[1,-1],[0,-4],[1,-1],[0,-3],[1,1],[1,-1],[0,-1],[1,-5],[1,-2],[-3,-4],[0,-1],[-2,-3],[0,-3],[1,0],[-1,-1],[0,-1],[0,-3],[1,-1],[1,0],[1,1],[4,9],[6,5],[2,0],[0,1],[1,3],[1,1],[-1,1],[2,0],[0,-2],[1,-2],[-1,-2],[-1,-1],[0,-1],[0,-2],[4,-6],[-1,-4],[1,-3],[0,-3],[1,-2],[0,-1],[-1,-1],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-2],[0,-3],[0,-3],[1,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-1],[-1,0],[0,-1],[0,-1],[-4,-6],[-1,0],[-1,2],[-4,0],[1,-2],[3,-2],[2,-4],[1,0],[1,2],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[1,-2],[1,0],[0,1],[0,-3],[1,-4],[0,-4],[0,-2],[1,-2],[0,-2],[0,-3],[-1,-2],[0,-2],[-10,-5],[1,-1],[0,-1],[2,1],[0,-1],[2,-2],[1,0],[4,3],[0,-2],[0,-5],[0,-3],[-1,-3],[-1,0],[-1,1],[0,1],[-1,-1],[0,-1],[-1,-1],[-2,-3],[0,-1],[1,-2],[2,1],[1,2],[2,2],[1,0],[0,-1],[0,-2],[-1,-11],[-1,-3],[-1,-2],[-3,-2],[0,1],[-1,2],[1,2],[0,1],[1,1],[-1,2],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-2,1],[-1,-1],[0,-2],[-1,-5],[-1,-4],[-1,-2],[0,-2],[-4,-6],[-2,-1],[-4,-5],[0,-1],[-7,0],[0,1],[-1,1],[-1,2],[-4,1],[-1,1],[-1,1],[-3,-2],[-2,0],[-2,1],[-1,2],[-2,6],[0,2],[0,1],[0,1],[0,1],[0,6],[1,4],[2,8],[1,2],[0,1],[-1,1],[-1,1],[0,1],[-1,-1],[1,-4],[0,-1],[0,-1],[-1,0],[-1,0],[-3,-9],[-1,-5],[0,-6],[0,-1],[1,1],[0,-1],[1,-1],[0,-1],[1,-1],[-1,0],[1,-3],[0,-2],[0,-2],[1,0],[1,-1],[0,-2],[0,-2],[1,0],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[0,-4],[0,-1],[1,-1],[0,-1],[0,1],[1,-1],[1,-1],[0,-2],[-1,-4],[-1,-4],[-1,-4],[-1,-2],[0,-2],[-3,-3],[-3,-6],[0,-1],[-1,-1],[-2,-5],[-1,-1],[-3,1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[-2,2],[-3,11],[0,1],[-1,1],[-1,-1],[-2,-4],[-1,-1],[-2,0],[-1,0],[0,1],[0,2],[0,2],[-1,1],[0,2],[0,1],[0,2],[-1,1],[0,3],[0,1],[0,3],[-2,4],[-1,6],[1,0],[0,2],[0,2],[0,2],[-4,2],[-1,3],[-1,3],[0,4],[0,1],[0,2],[-1,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[-1,1],[-1,1],[-1,2],[0,1],[0,1],[-1,5],[0,1],[-5,2],[-1,0],[-1,3],[-1,1],[0,4],[-1,3],[-3,3],[-1,3],[-1,6],[-1,2],[-2,3],[1,0],[0,2],[0,1],[0,2],[-1,1],[0,-1],[-1,0],[-1,4],[1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[0,2],[-1,0],[0,2],[-4,4],[-1,-1],[-1,-1],[-1,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,4],[0,1],[0,1],[0,1],[-1,2],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,1],[-2,1],[-1,2],[-1,3],[0,1],[-2,-2],[-2,-2],[-1,-4],[0,-4],[-1,-1],[-1,-1],[0,1],[-1,1],[1,0],[0,1],[0,1],[0,1],[-1,2],[-1,1],[-2,2],[-1,1],[0,-1],[-1,-2],[-1,1],[0,1],[-1,0],[-1,0],[-1,3],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,2],[0,1],[-1,1],[1,0],[2,-1],[0,1],[0,2],[-1,0],[-3,0],[1,1],[0,1],[-1,2],[-1,3],[0,2],[2,0],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[-2,4],[-1,0],[1,-2],[-1,1],[-1,1],[0,1],[-1,-1],[0,1],[0,1],[-2,3],[-2,0],[0,1],[0,1],[0,1],[0,1],[-6,8],[-1,3],[-1,4],[-1,2],[-1,1],[1,1],[0,1],[0,2],[0,1],[-1,0],[0,3],[0,1],[0,1],[0,1],[0,1],[1,3],[1,4],[2,8],[0,2],[0,2],[0,1],[0,1],[1,2],[0,3],[0,1],[1,1],[0,2],[1,1],[1,3],[2,1],[1,2],[-1,0],[1,1],[2,-1],[1,1],[-1,3],[2,-2],[3,2],[1,0],[1,-1],[3,1],[-1,-1],[0,-3],[0,-1],[1,0],[1,1],[0,-3],[0,-2],[1,-1],[1,-1],[1,1],[1,0],[0,-2],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[2,-7],[2,-2],[1,-2],[0,-1],[1,1],[0,2],[0,1],[1,1],[1,-1],[-1,0],[0,-1],[-1,-1],[1,-1],[1,-1],[0,-2],[1,-4],[1,-3],[0,-2],[0,-1],[1,-2],[1,-2],[1,0],[1,1],[-1,2],[0,1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[0,1],[0,1],[-2,-1],[1,-1],[2,-3],[1,-1],[4,-1],[2,-3],[1,0],[0,1],[1,1],[0,-1],[1,-1],[1,0],[1,0],[1,2],[1,3],[-1,2],[0,1],[0,2],[1,0],[2,-2],[4,2],[3,-1],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[0,1],[1,2],[1,2],[1,2],[0,3],[0,5],[0,1],[-1,1],[-1,1],[-1,2],[1,2],[0,2],[-2,2],[1,2],[1,3],[-1,0],[-2,0],[0,2],[1,5],[0,1],[0,1],[0,1],[1,2],[0,1],[1,-2],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[0,1],[0,1],[-1,0],[1,-1],[0,-1],[-1,-3],[0,-1],[1,-2],[0,-2],[1,-2],[1,0],[1,0],[-1,2],[1,1],[1,-4],[-1,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[3,0],[2,3],[1,-2],[1,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,1],[1,2],[1,1],[0,1],[-1,1],[0,2],[-3,3],[0,2],[1,1],[1,-1],[-1,1],[0,1],[0,1],[1,2],[-1,0],[0,2],[-2,0],[-1,0],[1,3],[1,1],[-1,3],[-2,-1],[-1,2],[1,1],[1,1],[-1,1],[1,1],[-1,1],[-1,0],[-1,-1],[-2,-3],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,1],[0,4],[0,2],[-2,2],[0,1],[0,3],[1,1],[1,0],[0,2],[1,0],[1,1],[-1,2],[0,1],[-1,0],[-1,0],[0,2],[3,1],[0,1],[0,1],[1,2],[1,3],[1,0],[0,-1],[0,-1],[1,1],[1,0],[1,-3],[1,-2],[0,-1],[1,0],[2,0],[-1,-1],[0,-2],[3,-4],[1,0],[5,0],[1,3],[-1,1],[-3,-1],[-2,3],[-2,2],[-1,3],[-2,3],[0,2],[-1,3],[0,1],[-1,3],[-1,3],[-2,3],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[1,-3],[0,-1],[1,-1],[0,-1],[-4,0],[-5,-6],[-5,-3],[-3,3],[-2,3],[0,1],[0,2],[-1,0],[-6,5],[-1,2],[0,4],[-1,2],[-2,0],[0,1],[-1,3],[-1,0],[-2,1],[0,1],[0,1],[1,-1],[-1,2],[0,2],[-1,1],[0,1],[1,-1],[1,0],[0,1],[0,1],[0,1],[2,5],[0,1],[1,1],[1,0],[2,-1],[1,1],[1,5],[1,2],[7,-2],[1,2],[1,-1],[0,-1],[1,-4],[1,-1],[1,-2],[2,-4],[0,-2],[0,-2],[0,-2],[2,-2],[2,-1],[1,-3],[0,-1],[1,-2],[2,-1],[0,2],[0,3],[-2,3],[-3,3],[0,3],[0,2],[1,3],[0,1],[1,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,3],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-2,1],[0,1],[-1,1],[1,1],[0,1],[1,1],[0,2],[-1,0],[-1,1],[-3,0],[0,1],[-1,2],[1,2],[0,1],[0,1],[-1,1],[-1,-1],[0,3],[3,2],[0,2],[-1,1],[1,4],[1,1],[2,1],[0,2],[1,0],[1,-2],[2,0],[1,0],[0,2],[1,2],[1,1],[6,-1],[3,-5],[4,-2],[3,-3],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,1],[0,2],[0,1],[0,2],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[2,1],[1,2],[0,2],[0,2],[0,2],[0,1],[-1,0],[0,-4],[-1,3],[-1,-1],[-2,-6],[-2,-1],[-4,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[1,5],[1,2],[1,2],[2,1],[1,2],[2,1],[1,0],[5,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[1,0]],[[2270,8680],[-1,-6],[-3,-8],[-3,-3],[-2,-2],[-1,0],[0,-2],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-8,-3],[-7,-4],[-1,5],[-1,-2],[0,-2],[0,-2],[0,-1],[-1,0],[-2,1],[-1,-1],[-2,-2],[-5,3],[-1,1],[1,1],[9,-1],[0,1],[-1,2],[-1,1],[-10,-1],[-3,2],[-2,3],[-1,3],[2,3],[8,4],[3,-1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,2],[4,2],[2,3],[1,1],[6,-1],[10,10],[12,3],[1,0],[1,-3],[0,-4]],[[2407,8682],[1,0],[1,2],[1,1],[3,-5],[3,-1],[1,-2],[2,-4],[1,-5],[0,-2],[-2,-4],[1,0],[-1,-1],[6,1],[0,1],[0,1],[0,3],[1,1],[0,1],[1,-1],[0,1],[1,1],[6,4],[1,-2],[6,2],[5,-2],[11,-2],[10,-7],[8,-6],[0,2],[1,-1],[1,0],[1,-1],[1,-2],[-1,-6],[-1,-2],[-1,0],[0,2],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[-2,-7],[-1,-2],[-1,-4],[-2,-6],[-1,-3],[-5,-12],[-1,-2],[-3,0],[0,1],[-1,1],[0,-1],[0,-3],[2,-5],[-1,-2],[-2,-5],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-2,-4],[-1,-2],[-1,-7],[-1,-3],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,-2],[-4,0],[-1,-1],[7,-3],[0,-2],[-3,-10],[0,-4],[-1,-3],[-2,-4],[-1,-4],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[-3,-8],[-1,-3],[-1,-6],[0,-2],[-5,-8],[0,-1],[-1,-5],[-1,-1],[-2,-3],[-6,-3],[-2,2],[-4,1],[-1,2],[-12,4],[-1,2],[0,1],[-3,0],[-1,0],[-1,3],[-1,1],[-1,-2],[-1,-1],[-3,0],[-3,-2],[-8,-1],[-7,-1],[-3,2],[-1,0],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[1,1],[1,1],[1,1],[1,0],[4,-3],[4,-1],[0,1],[1,2],[1,0],[0,1],[0,1],[1,1],[0,-1],[0,-2],[0,-1],[0,-4],[0,-2],[-1,-1],[0,-2],[0,-2],[1,-2],[3,-2],[1,-2],[2,-5],[2,-8],[1,-7],[0,-1],[0,-3],[-1,-1],[-1,-1],[-1,-1],[0,-3],[-1,-4],[-1,-2],[-1,-3],[-1,-1],[-2,-1],[-1,-1],[-1,-3],[0,-3],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[-3,-8],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[-4,-1],[-1,-3],[1,-2],[1,0],[1,1],[1,1],[1,2],[0,2],[1,1],[-1,-6],[1,-3],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[-2,3],[-3,-1],[-2,4],[-6,-1],[-1,-1],[0,1],[0,-1],[-4,0],[-11,-7],[-1,1],[1,1],[1,2],[0,1],[-2,-1],[-1,0],[0,2],[1,3],[0,2],[0,1],[0,2],[0,1],[1,1],[2,4],[-3,0],[-1,1],[1,1],[1,0],[1,0],[1,2],[8,4],[-1,1],[-8,-4],[-2,3],[1,0],[-1,1],[0,2],[-1,3],[0,1],[0,2],[0,2],[1,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[1,3],[0,2],[-1,2],[0,1],[0,1],[-1,2],[0,3],[0,2],[0,1],[0,1],[2,-1],[0,1],[-1,2],[0,-1],[1,1],[0,1],[-1,2],[0,2],[0,4],[-1,2],[-2,0],[0,1],[-1,1],[0,3],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,3],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[-3,1],[-1,1],[0,4],[-1,0],[1,2],[0,1],[2,-1],[-1,0],[-1,4],[1,2],[-1,1],[-1,0],[-1,0],[-1,2],[0,3],[0,4],[1,5],[0,4],[1,3],[-1,1],[0,1],[0,2],[0,2],[-1,1],[0,1],[-1,1],[0,2],[0,1],[1,0],[1,1],[0,3],[0,2],[0,2],[-1,1],[0,2],[1,4],[0,1],[1,1],[2,-1],[1,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,4],[0,3],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,2],[0,1],[1,1],[0,1],[-1,1],[-1,2],[0,1],[1,1],[0,1],[0,2],[0,2],[0,3],[-1,2],[-1,5],[0,3],[0,3],[1,2],[1,1],[-1,1],[0,1],[0,2],[0,2],[-2,2],[1,0],[1,1],[0,1],[0,1],[-1,1],[1,1],[1,1],[0,-1],[1,-1],[0,-1],[1,0],[0,2],[-2,3],[-1,3],[-2,1],[1,4],[0,1],[-1,3],[1,0],[0,1],[1,0],[0,1],[-1,1],[1,2],[0,1],[2,0],[4,6],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[2,3],[1,-1],[5,-10],[1,-3],[7,-4],[5,1],[-2,5],[-4,1],[-2,2],[-1,2],[-2,3],[0,2],[0,1],[-2,2],[-1,2],[0,4],[4,2],[0,1],[0,1],[-2,2],[-1,0],[-1,-2],[0,-2],[-1,-1],[-2,4],[-1,1],[-1,1],[0,2],[-1,2],[0,4],[0,4],[0,4],[1,2],[1,3],[6,3],[3,3],[2,1],[1,1],[2,5],[1,0],[2,-1],[5,1],[1,0],[0,1],[1,2],[0,1],[1,1],[12,1],[1,-2],[2,-6],[1,-1],[1,0],[1,1],[-1,1],[0,2],[0,2],[-1,2],[1,4],[2,2],[6,1],[5,0],[7,-6],[6,-1],[1,-1],[1,-3],[-1,-2],[1,-1]],[[1604,8751],[4,-4],[4,0],[1,0],[1,-3],[2,0],[3,-6],[1,-3],[0,-1],[0,-3],[1,0],[1,0],[10,-10],[11,-11],[5,-1],[1,-1],[3,-4],[8,0],[1,-1],[-1,-1],[-2,1],[-1,-1],[0,-4],[-1,-4],[-3,-9],[-1,-2],[0,-3],[1,-2],[0,-2],[1,-1],[1,-1],[0,2],[0,2],[0,1],[-1,2],[1,3],[0,2],[3,3],[1,3],[1,4],[1,5],[1,2],[1,0],[2,-2],[4,2],[2,-3],[1,-1],[1,-3],[0,-2],[0,-2],[-1,-4],[1,0],[0,-1],[1,-2],[0,-2],[-1,-2],[-1,-1],[0,-1],[-1,-1],[0,-4],[0,-1],[0,-1],[-1,-2],[0,-2],[1,1],[3,3],[1,0],[1,-1],[1,0],[0,1],[1,3],[0,2],[1,4],[0,1],[1,1],[1,1],[0,4],[0,2],[-1,1],[-1,2],[0,2],[0,1],[0,1],[1,1],[1,1],[2,3],[3,1],[2,2],[3,1],[1,1],[10,4],[9,-4],[9,-3],[7,-11],[8,-11],[7,-13],[6,-14],[1,-2],[1,-3],[2,-1],[2,-5],[6,-9],[1,-5],[5,-7],[3,-1],[1,-1],[1,-4],[0,-1],[1,-1],[1,-3],[3,-6],[1,-3],[1,-3],[0,-2],[0,-3],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-4],[0,-1],[-2,0],[-1,-1],[-1,-2],[-4,-7],[-6,-5],[-7,-6],[-7,-3],[-1,-3],[-6,-6],[-1,-3],[-1,-1],[-2,-1],[-1,-4],[-2,-3],[-5,-4],[-1,-3],[-1,-1],[-5,-1],[-8,-11],[-2,-1],[-3,-6],[-3,-4],[-2,-3],[-5,-4],[-6,-7],[0,-2],[-1,-3],[-1,-3],[-2,0],[-4,-1],[-1,-1],[-4,-8],[-6,-7],[-1,0],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-3],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-3],[-1,-2],[0,-2],[-1,-1],[0,-3],[-1,-3],[0,-4],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-2,-3],[-6,-6],[-3,-7],[-1,0],[-1,-1],[-2,2],[-2,-1],[-5,1],[-1,2],[2,1],[0,2],[-1,0],[-1,1],[-1,0],[0,-2],[-1,-3],[1,-1],[1,-2],[1,-2],[0,-2],[0,-2],[0,-4],[0,-2],[0,-1],[0,-2],[-1,-5],[-3,-9],[-1,-3],[-1,-2],[-1,-3],[-1,-5],[1,-5],[1,-2],[0,-1],[-1,-2],[0,-3],[0,-4],[0,-3],[0,-4],[0,-3],[0,-2],[1,-3],[0,-2],[0,-1],[0,-1],[-1,-3],[0,-4],[-3,-14],[-3,-7],[-4,-3],[-6,-6],[-6,-3],[-6,-4],[-5,3],[2,2],[0,2],[-1,3],[-1,2],[-1,1],[-2,-1],[-1,-1],[-3,-7],[-2,-7],[-2,-2],[-2,-7],[-2,-4],[0,-2],[-3,-1],[-2,-3],[-2,-1],[-7,-7],[-1,-4],[0,-2],[-1,-3],[-1,-2],[-1,-2],[-9,-1],[-1,2],[-3,5],[-3,8],[-2,9],[-3,22],[-2,10],[-2,4],[-1,4],[0,1],[-2,2],[-1,2],[0,3],[-3,11],[-4,7],[-8,8],[-8,7],[-6,8],[-3,5],[-7,7],[-1,3],[7,1],[0,-1],[1,-2],[1,0],[0,1],[0,1],[-1,1],[-1,2],[-7,0],[-8,-1],[-7,-3],[-2,2],[2,2],[0,1],[1,3],[1,3],[0,5],[0,1],[0,2],[0,2],[0,2],[-1,1],[-1,0],[1,5],[2,3],[2,1],[1,0],[0,1],[-1,0],[-1,1],[0,3],[0,1],[-1,2],[1,1],[0,2],[0,1],[2,-2],[1,1],[1,3],[1,1],[0,1],[0,2],[0,1],[-1,-1],[0,-1],[0,3],[0,1],[0,2],[1,2],[1,2],[1,1],[0,1],[0,4],[-1,1],[0,1],[1,0],[2,1],[-1,2],[0,1],[2,3],[0,2],[0,1],[1,2],[1,1],[1,2],[4,6],[0,1],[2,-1],[1,1],[-1,3],[0,3],[-2,0],[-1,1],[-1,3],[1,0],[1,0],[0,1],[1,2],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,1],[0,2],[1,2],[-1,1],[-1,-1],[0,3],[1,2],[0,2],[0,2],[0,1],[-1,2],[0,1],[0,1],[0,3],[0,2],[-1,0],[-1,2],[-1,2],[0,1],[1,1],[0,1],[0,1],[1,-2],[2,0],[0,-1],[1,-1],[5,6],[2,-2],[3,3],[2,3],[1,0],[0,1],[0,1],[-1,3],[0,2],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,2],[-1,2],[1,1],[-3,0],[1,-2],[0,-1],[-1,0],[-1,1],[-2,7],[-1,2],[0,2],[1,1],[0,1],[0,1],[1,1],[0,2],[0,1],[4,2],[0,3],[0,1],[-1,0],[1,2],[0,1],[2,6],[0,1],[1,7],[2,7],[0,1],[2,2],[0,1],[0,3],[-1,2],[0,2],[0,1],[1,2],[3,3],[0,1],[-1,1],[1,1],[3,0],[1,3],[-1,0],[1,3],[2,1],[0,2],[0,4],[0,1],[1,1],[0,1],[0,1],[-1,2],[0,2],[0,1],[0,3],[1,1],[1,1],[3,4],[1,0],[1,1],[0,2],[-1,2],[1,2],[2,3],[-1,3],[-1,5],[0,1],[-2,2],[-7,2],[-1,2],[-1,2],[0,2],[0,2],[1,2],[-1,1],[0,2],[-1,1],[0,2],[-1,1],[0,1],[-2,1],[0,1],[1,0],[-1,3],[-1,3],[1,1],[-1,2],[-1,2],[-1,1],[1,1],[-1,2],[0,2],[1,0],[0,1],[0,1],[0,2],[0,2],[-1,1],[0,1],[0,1],[-1,1],[0,2],[0,2],[0,1],[-1,1],[0,1],[1,1],[0,1],[-1,4],[-1,1],[-2,-1],[-1,2],[0,2],[2,3],[-1,2],[-3,-1],[-1,2],[1,2],[2,1],[8,3],[5,2],[3,-1],[0,3],[1,1],[10,1],[1,2],[6,0],[5,3],[8,1],[11,1],[6,2],[8,3],[9,7],[6,2]],[[2281,8758],[0,-1],[0,-3],[-1,-2],[-2,-8],[-1,0],[-1,0],[-1,-1],[-4,-6],[-2,-1],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[1,4],[4,4],[0,2],[0,2],[2,3],[1,1],[-1,0],[1,3],[2,2],[2,-1],[3,-3]],[[2334,8756],[3,-7],[0,-4],[-2,-3],[-1,0],[-10,5],[-2,3],[-1,2],[-1,2],[1,3],[1,0],[1,-2],[1,0],[-1,4],[1,3],[2,1],[2,0],[2,-1],[2,-3],[2,-3]],[[2100,8857],[0,-7],[1,-1],[2,-2],[0,-1],[0,-1],[2,-3],[0,-1],[-1,-3],[-1,-3],[-3,-6],[-3,-4],[-8,-4],[-2,-3],[-1,0],[-2,2],[-4,1],[-1,1],[-2,1],[-3,3],[-3,4],[-3,4],[-1,2],[1,3],[1,1],[2,2],[0,2],[1,4],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,3],[1,2],[5,10],[2,3],[8,0],[1,-3],[3,-1],[1,-1],[1,-4],[2,-1],[1,-2],[0,-2],[1,-8]],[[2361,8904],[10,-19],[0,-4],[1,-2],[3,-3],[3,-6],[3,-1],[0,-1],[0,-1],[1,-3],[0,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[3,0],[5,-5],[0,-2],[0,-2],[-1,-2],[-1,-4],[0,-2],[2,-5],[1,-3],[0,-2],[-1,-2],[0,-2],[0,-3],[-2,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[2,2],[1,0],[0,-1],[1,-3],[1,-4],[1,-3],[0,-4],[0,-3],[0,-3],[0,-2],[0,-2],[0,-3],[0,-2],[0,-7],[-1,-3],[0,-3],[-1,-1],[-2,0],[2,0],[1,-1],[0,-3],[0,-2],[-1,-2],[-1,-3],[-2,-2],[-8,-1],[-8,-2],[-2,1],[-1,2],[0,1],[-4,-3],[-1,-2],[-7,1],[-2,3],[0,3],[-1,2],[-1,-1],[-2,-3],[0,1],[-2,1],[-1,0],[-1,1],[0,1],[0,2],[0,2],[1,2],[-7,11],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[2,3],[0,1],[-1,0],[-1,0],[0,-2],[0,-1],[0,-2],[1,-4],[-2,0],[-1,1],[0,3],[1,4],[0,2],[-4,0],[-1,1],[-1,3],[0,1],[-1,-1],[1,-2],[0,-1],[-5,1],[-1,1],[1,0],[0,1],[1,0],[0,2],[-1,0],[-2,1],[-1,3],[-1,2],[-1,2],[-1,1],[-1,3],[1,1],[2,1],[0,2],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[1,3],[0,2],[1,2],[1,1],[-1,2],[-2,-1],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[-2,0],[-2,2],[0,2],[0,2],[1,1],[-1,3],[0,1],[1,-1],[1,0],[0,2],[0,2],[0,1],[-5,-1],[-1,0],[-1,-2],[0,-1],[-1,1],[0,2],[1,1],[0,3],[0,3],[-1,2],[1,1],[0,1],[0,2],[1,4],[1,3],[1,4],[0,1],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,2],[0,1],[-1,0],[0,1],[1,2],[7,3],[1,-1],[3,2],[-1,1],[-1,0],[-1,-1],[0,1],[0,2],[0,1],[1,1],[3,0],[1,1],[-1,2],[-7,-3],[1,2],[-1,1],[2,0],[2,3],[2,7],[1,2],[1,-3],[-1,-2],[0,-1],[4,3],[0,2],[-7,3],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[1,4],[1,2],[2,0],[1,-1],[0,2],[0,1],[1,0],[2,0],[1,-1],[0,-2],[0,-2],[1,0],[1,-1],[1,0],[0,1],[1,0],[1,2],[0,1],[-1,1],[-1,0],[-1,1],[-1,2],[0,2],[1,6],[6,6],[2,1],[2,3],[1,-1],[0,-1],[1,-1],[0,2],[0,2],[1,1],[0,1],[0,1],[1,1],[0,-1],[2,-1],[1,0],[1,0],[1,1],[0,1],[1,2],[3,0],[0,1],[1,2],[1,0],[7,-2],[7,-3]],[[2308,8910],[5,-6],[1,1],[1,0],[0,-2],[0,1],[1,-2],[2,-2],[1,-3],[-1,-2],[0,-1],[-3,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,1],[-1,3],[-1,2],[-2,2],[-1,2],[-1,2],[1,2],[0,1],[1,0],[0,1],[0,1],[0,1],[-2,0],[1,-1],[0,-1],[-2,-1],[-1,-1],[-1,-3],[0,-2],[0,-2],[1,-4],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[-3,0],[0,-2],[0,-1],[1,-1],[1,-1],[-1,-2],[-4,-2],[-1,-2],[-1,0],[0,2],[-1,1],[-1,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[-1,4],[0,1],[-1,0],[0,1],[1,1],[0,2],[-1,2],[10,10],[1,-2],[3,4],[3,1],[1,1],[0,1],[-1,4],[0,1],[2,4],[2,-2]],[[1617,8922],[-2,0],[-2,2],[-1,2],[1,3],[4,3],[0,2],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,3],[0,2],[-2,2],[1,2],[0,1],[1,2],[1,1],[1,1],[1,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-5],[-1,-2],[0,-2],[-2,-7],[-2,-4],[-1,-1]],[[2147,8957],[0,-1],[0,-1],[2,0],[1,-1],[-1,0],[0,-1],[0,-1],[-3,-3],[-8,-4],[-1,-3],[-1,-1],[0,-6],[-1,-2],[0,-1],[-3,-4],[-1,-1],[-2,2],[0,-3],[-1,0],[-1,0],[0,1],[0,1],[-2,-1],[0,-1],[-1,-1],[-12,0],[-2,2],[4,4],[0,2],[-1,0],[1,3],[2,2],[4,-1],[-1,1],[-1,1],[-1,1],[1,2],[0,3],[1,1],[1,2],[8,4],[7,5],[3,0],[5,3],[4,-3]],[[2363,8927],[-9,-3],[-3,2],[-1,4],[-1,4],[0,5],[0,6],[-1,1],[-1,1],[0,2],[0,3],[1,2],[5,2],[4,4],[0,1],[1,-1],[0,-2],[1,-2],[0,-2],[0,-2],[0,-3],[1,-4],[0,-2],[0,-1],[1,-1],[2,-6],[1,-3],[0,-3],[-1,-2]],[[2140,8971],[0,-3],[0,-3],[-1,-2],[-6,-3],[-10,-5],[-11,-5],[-10,-5],[-3,2],[-3,-1],[0,1],[-1,4],[-1,1],[0,1],[4,1],[3,4],[6,1],[5,6],[3,-1],[0,1],[2,3],[1,1],[2,-1],[9,3],[8,3],[2,-2],[1,-1]],[[1713,8980],[1,-2],[1,0],[1,-1],[2,-3],[0,-1],[0,-1],[-1,-4],[0,-2],[-1,-2],[-1,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-4],[-1,-1],[-2,-2],[-1,-2],[-1,-4],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[1,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-7,-14],[1,-1],[1,-1],[-2,-1],[-10,-13],[-1,0],[-1,1],[-3,3],[-4,0],[0,2],[1,0],[1,1],[-2,1],[-1,0],[0,-1],[-1,0],[-1,2],[-1,1],[-3,-1],[-6,5],[0,1],[0,1],[2,7],[8,13],[2,1],[0,2],[2,5],[2,4],[1,2],[1,0],[1,4],[1,4],[2,3],[8,7],[4,0],[1,1],[0,2],[1,4],[1,2],[1,1],[1,0],[4,4],[-1,1],[0,1],[3,5],[4,2]],[[2790,8980],[3,-1],[0,-2],[2,-1],[0,-2],[0,-2],[0,-2],[-1,-2],[-8,-10],[-1,-1],[0,-2],[0,-3],[1,-2],[4,-5],[1,-1],[2,-4],[0,-2],[-1,0],[-1,1],[-3,-1],[0,1],[0,2],[1,1],[0,1],[-2,-1],[-5,1],[-1,-1],[-3,-3],[0,-2],[1,0],[1,0],[0,-1],[-2,-4],[0,-1],[-1,1],[0,1],[0,1],[0,1],[-4,0],[0,1],[1,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,3],[1,0],[2,2],[1,1],[1,2],[0,1],[-1,1],[0,1],[1,2],[0,1],[2,1],[2,5],[0,1],[3,2],[1,2],[0,2],[1,2],[2,1],[1,2],[0,2],[1,2],[1,2],[2,1]],[[2725,8983],[-1,0],[-2,1],[-1,1],[0,1],[3,3],[1,1],[2,0],[1,-2],[0,-2],[-1,-1],[-2,-2]],[[2131,9001],[1,-2],[2,-4],[0,-2],[-1,-5],[1,-3],[0,-1],[-2,0],[0,-2],[-2,-4],[-4,-5],[-12,-5],[1,0],[-8,-1],[-8,-1],[-4,1],[2,1],[0,1],[-5,2],[-1,-1],[0,-1],[-8,3],[-1,1],[0,1],[-1,6],[-1,2],[0,1],[0,2],[1,1],[1,1],[1,0],[1,1],[0,3],[1,1],[3,2],[2,-1],[0,1],[1,1],[5,2],[1,2],[2,-1],[2,2],[4,-1],[2,2],[1,0],[1,1],[10,3],[10,2],[2,-3],[0,-3]],[[2497,9031],[0,-1],[0,1],[1,-2],[3,-3],[-1,-1],[-5,1],[-1,1],[2,3],[1,1]],[[2651,9024],[0,-1],[-2,3],[-2,1],[1,4],[0,1],[0,1],[-1,2],[0,1],[1,0],[1,-1],[1,0],[1,-1],[0,-2],[2,-2],[-1,-4],[-1,-2]],[[2095,9052],[-3,-8],[1,-1],[2,2],[2,1],[0,4],[1,2],[1,0],[1,-1],[2,-6],[1,-1],[3,0],[-1,-2],[0,-1],[0,-2],[0,-1],[5,-4],[3,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[4,-1],[2,-2],[0,-4],[0,-1],[-9,-12],[-8,-1],[-7,-2],[-2,2],[-12,0],[-1,1],[1,1],[1,2],[0,2],[0,2],[-1,1],[-1,1],[-1,-1],[-1,1],[1,1],[1,3],[1,3],[-1,4],[0,1],[-1,2],[-1,1],[-1,-2],[-1,0],[-1,1],[1,1],[-1,1],[0,2],[0,1],[1,0],[-1,2],[-2,1],[0,1],[1,4],[-1,1],[0,1],[-1,1],[1,0],[9,9],[9,1],[1,-1],[1,-3],[0,-3]],[[2249,9059],[0,-2],[0,-2],[-1,-2],[1,-1],[2,-2],[3,-1],[2,-2],[-3,-1],[-1,0],[-1,2],[-2,0],[1,-4],[2,0],[1,0],[1,-1],[1,-2],[1,0],[0,1],[0,1],[1,-1],[1,-2],[0,-1],[8,-2],[4,-5],[-1,-2],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[-1,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[4,-7],[1,-2],[0,-3],[0,-5],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,-2],[0,-1],[0,-4],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[1,-5],[0,-2],[0,-3],[-2,-3],[0,-1],[0,-2],[0,-1],[-2,-3],[-2,0],[-3,-3],[-1,-2],[1,-1],[7,-2],[1,-2],[1,-1],[5,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-3],[0,-5],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-7],[1,-4],[3,-6],[-1,-1],[-1,0],[-4,4],[0,2],[0,1],[-1,2],[1,1],[-1,2],[0,1],[1,1],[-7,12],[-1,0],[0,-4],[-2,1],[0,-1],[0,-1],[1,-2],[1,-2],[0,-2],[0,-1],[1,-2],[-1,-2],[-1,-1],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,2],[-1,1],[-1,1],[-1,0],[0,-2],[0,-2],[-2,0],[-1,-1],[1,-1],[1,0],[1,-1],[-1,-1],[-1,0],[-1,-1],[1,-1],[2,1],[4,-3],[1,-2],[-1,0],[0,-1],[-6,0],[-1,-2],[1,-1],[4,-2],[0,-1],[0,-1],[-1,-1],[-2,-1],[0,1],[0,1],[-1,0],[-1,-2],[-1,0],[1,3],[-1,0],[-1,-1],[-1,-2],[0,-3],[1,-1],[0,1],[0,1],[1,0],[0,-2],[0,-1],[0,-1],[-1,0],[0,-2],[1,-1],[1,-1],[1,1],[-1,0],[1,3],[1,3],[1,1],[2,-2],[-2,-2],[0,-1],[-2,-4],[2,-2],[1,0],[0,1],[0,2],[0,2],[0,1],[1,-2],[0,-1],[1,-3],[2,-4],[1,-4],[-1,1],[-1,-1],[0,-2],[1,-1],[2,0],[1,-1],[-1,-2],[2,-2],[1,0],[-1,1],[0,1],[1,0],[0,-1],[1,-2],[-3,-3],[-2,-2],[-2,0],[-6,7],[0,2],[0,2],[0,2],[0,1],[0,2],[-1,0],[-1,0],[0,-2],[0,-2],[-2,-2],[1,0],[0,-1],[0,-1],[-1,0],[1,-2],[1,-2],[2,-3],[1,0],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-3],[0,-3],[0,-2],[-1,0],[-1,1],[-10,-2],[-10,-3],[-1,1],[1,2],[-1,1],[-2,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,2],[0,2],[-2,0],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-1],[-12,-3],[-1,1],[1,1],[0,1],[0,3],[0,2],[2,8],[1,1],[0,2],[-1,2],[-1,-2],[-1,-5],[0,-1],[-2,-3],[-1,-3],[0,-1],[0,-2],[1,-2],[1,-2],[-2,1],[0,-1],[-1,-1],[-3,-1],[-10,3],[-9,2],[-1,2],[-1,2],[0,3],[0,2],[0,2],[0,3],[0,2],[0,1],[-1,3],[0,1],[1,0],[0,1],[-2,3],[-2,1],[0,1],[-1,1],[2,4],[2,1],[11,-1],[1,1],[0,1],[-2,0],[-1,1],[-2,0],[-2,2],[-3,-1],[-2,2],[2,1],[1,0],[1,2],[1,3],[-7,-3],[-1,1],[-4,6],[-2,1],[-1,1],[1,1],[3,3],[1,-1],[-1,0],[-1,-1],[-1,-1],[1,-1],[1,-1],[1,1],[1,2],[2,0],[1,0],[1,2],[-1,1],[-2,1],[0,2],[-1,3],[-1,1],[-3,-1],[0,1],[9,2],[10,1],[1,2],[-9,1],[3,2],[5,-2],[2,3],[-9,3],[0,1],[13,3],[-1,1],[-2,-1],[-3,1],[0,1],[1,0],[5,4],[2,0],[1,1],[1,3],[-5,0],[0,1],[0,1],[1,1],[0,2],[0,1],[12,2],[12,2],[1,1],[1,1],[-1,2],[0,1],[-11,-3],[-10,-3],[1,2],[2,1],[-9,-2],[-9,-2],[-2,-3],[-1,0],[-1,1],[-4,-2],[-2,1],[-7,-2],[-7,-3],[-1,-2],[-1,0],[-2,-2],[-2,1],[-2,-2],[-1,1],[1,1],[-1,2],[-2,0],[-8,-4],[-9,-5],[-4,1],[-5,-2],[-7,-6],[-1,1],[1,3],[-1,2],[-1,0],[-1,0],[-1,1],[1,2],[1,2],[-1,2],[-3,2],[0,1],[0,2],[0,1],[1,1],[1,0],[1,-2],[1,-1],[2,0],[0,2],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,4],[0,1],[1,1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,2],[2,1],[7,-1],[4,-4],[1,0],[2,1],[0,1],[-1,0],[-1,-1],[-1,1],[0,1],[1,0],[-1,3],[-3,0],[0,1],[0,2],[4,4],[-1,2],[-6,-2],[-1,0],[0,2],[0,2],[0,1],[0,3],[1,0],[0,1],[1,3],[1,0],[12,6],[0,-1],[1,-1],[0,-3],[1,-1],[1,-2],[2,-1],[2,-3],[2,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[4,-2],[1,0],[0,1],[0,1],[1,1],[2,3],[4,1],[2,3],[-3,-1],[0,-1],[-1,-1],[-2,0],[-2,-2],[-4,0],[0,2],[1,3],[0,1],[-1,2],[0,3],[-2,1],[-2,-1],[-1,2],[0,3],[0,1],[-1,2],[0,1],[0,1],[0,2],[2,3],[2,1],[1,2],[1,3],[1,1],[0,1],[0,1],[-1,0],[-2,-2],[-8,-2],[-2,2],[-2,3],[-1,6],[0,3],[0,3],[0,2],[1,2],[0,1],[1,1],[1,1],[1,3],[0,1],[6,4],[4,6],[-11,-5],[-1,0],[-1,2],[-7,-2],[-2,3],[1,1],[1,1],[1,1],[0,3],[0,2],[-1,1],[-2,-1],[0,1],[3,2],[1,1],[0,1],[-2,3],[1,1],[2,0],[1,2],[0,1],[-2,1],[-1,2],[1,2],[1,1],[1,1],[1,0],[2,5],[1,0],[11,-3],[1,-1],[1,-2],[1,0],[0,-1],[3,-6],[4,-4],[0,-2],[0,-1],[-1,-1],[0,-2],[-1,-6],[0,-2],[1,-1],[4,-1],[3,-3],[3,-4],[1,-1],[0,-2],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[-2,-2],[-1,-2],[9,4],[-1,-3],[-5,-2],[0,-1],[8,-2],[1,-3],[1,-2],[2,-6],[1,-3],[0,-1],[1,-1],[2,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,1],[1,1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,1],[2,4],[3,1],[1,0],[1,3],[1,0],[1,1],[0,2],[0,1],[1,0],[1,-1],[1,0],[1,2],[-1,2],[-9,-5],[-1,-2],[0,2],[-1,0],[0,1],[-1,1],[1,1],[0,1],[0,2],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[-2,0],[-1,2],[0,3],[0,2],[0,1],[0,1],[-1,1],[-2,3],[0,1],[2,0],[0,2],[1,2],[2,-1],[2,-2],[4,-1],[3,-2],[1,0],[3,3],[3,1],[1,2],[-8,-3],[-1,0],[-1,2],[0,1],[-3,1],[-2,5],[-1,0],[-5,-2],[-9,6],[0,3],[0,3],[1,2],[11,-2],[0,1],[-1,0],[-1,1],[0,1],[-2,1],[0,1],[1,2],[1,-2],[1,-2],[1,-1],[5,-1],[1,1],[-4,2],[-1,1],[1,0],[1,1],[1,1],[-1,1],[-2,0],[-1,0],[-3,5],[0,1],[1,2],[-1,0],[-1,-2],[-1,0],[-2,3],[-10,-1],[-8,14],[-1,4],[7,4],[1,1],[0,1],[0,1],[0,1],[2,3],[2,1],[4,6],[1,0],[2,2],[1,1],[12,-6],[1,0],[1,4],[1,0],[3,0],[1,-1],[1,-3],[0,-1],[-3,1],[0,-1],[4,-2],[7,-12],[1,-1],[0,1],[-1,0],[0,1],[2,1],[1,-1],[1,-2],[-3,-2],[-1,-2],[1,-3],[2,-5],[1,-1],[2,-1],[0,1],[-1,3],[-1,2],[0,2],[0,1],[2,-1],[1,0],[0,1],[0,1],[1,0],[1,-1],[0,-2],[1,-2],[2,0],[0,1],[-1,0],[0,1],[1,2],[-1,2],[-1,2],[-1,2],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,2],[1,1],[0,2],[-1,1],[1,0],[0,1],[0,1],[0,1],[1,2],[2,1],[2,0],[2,-2],[0,-3],[1,-1],[0,1],[0,4],[3,-1],[2,1],[1,3],[0,1],[-1,0],[1,1],[1,0],[0,1],[-2,1],[-3,-2],[-3,0],[-2,1],[0,3],[11,1],[1,-1],[0,-1]],[[2196,9065],[-12,-9],[-12,-10],[-4,-3],[-10,4],[0,1],[2,1],[2,4],[3,2],[5,1],[2,1],[1,4],[1,0],[1,1],[1,0],[0,2],[0,1],[0,1],[2,3],[9,3],[11,-3],[-2,-4]],[[2491,9037],[1,-2],[-1,0],[-2,-3],[-1,0],[-1,4],[-1,0],[-1,-1],[0,-3],[-1,-1],[-2,1],[-3,3],[-1,3],[-2,7],[-8,21],[-1,2],[0,3],[0,3],[2,3],[5,4],[4,2],[6,1],[1,-2],[3,-2],[4,-9],[0,-3],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-2],[-2,-1],[-1,-2],[0,-2],[-1,-4],[0,-2],[1,-3],[0,-4],[1,-3],[2,-2]],[[1963,9082],[1,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[4,0],[1,-1],[1,-4],[1,-4],[-1,-3],[-2,-3],[-1,-3],[-1,0],[-1,2],[-1,-1],[-1,-1],[1,-5],[0,-1],[0,-1],[1,-2],[1,-1],[1,-1],[1,-1],[0,-2],[0,-1],[-2,-1],[-1,-2],[1,-1],[2,1],[0,-1],[-1,-1],[0,-2],[-1,-1],[1,-2],[2,0],[0,-2],[0,-1],[-2,-1],[-1,-3],[1,-2],[1,1],[1,0],[1,-1],[3,-1],[1,-1],[2,-4],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[4,-7],[0,-1],[-2,0],[0,-1],[1,0],[-1,-2],[-2,1],[-1,-2],[1,-2],[3,-2],[0,-2],[-6,-4],[-2,-1],[0,-4],[0,-2],[-1,-2],[0,-1],[-1,-2],[1,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-3],[-1,-2],[4,2],[5,-1],[4,3],[4,0],[1,0],[3,-4],[1,-1],[0,-2],[1,0],[1,-2],[0,-2],[0,-3],[-1,-1],[-1,0],[-2,-5],[0,-1],[1,0],[0,-1],[-1,-2],[-3,0],[-2,-4],[1,0],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,-6],[0,-2],[0,-1],[2,-1],[1,2],[2,3],[1,3],[1,5],[1,1],[1,2],[10,4],[2,0],[2,0],[2,-3],[2,1],[1,-2],[-1,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-4],[1,-1],[1,0],[1,-2],[-1,0],[-1,-1],[0,-2],[0,-1],[2,-2],[0,-2],[0,-4],[0,-3],[1,-3],[0,-1],[1,-2],[0,2],[0,1],[0,1],[-1,1],[1,2],[-1,0],[1,3],[0,2],[0,2],[1,2],[-1,1],[2,3],[2,1],[4,1],[-2,2],[-5,2],[-1,2],[0,3],[0,4],[0,2],[0,3],[0,3],[0,3],[1,3],[4,4],[0,2],[1,4],[1,1],[1,0],[7,0],[8,-5],[8,-5],[5,-8],[2,-7],[2,-4],[0,-6],[0,-3],[0,-2],[1,-6],[-1,-2],[0,-1],[1,-2],[0,-2],[1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-1],[0,-1],[-1,-2],[0,-3],[0,-2],[-1,-2],[-1,0],[-1,0],[-3,-4],[0,-1],[1,0],[0,-2],[-1,0],[-1,-1],[0,-1],[1,-1],[2,0],[1,-3],[-1,-3],[-1,-2],[-1,-1],[0,-2],[0,-2],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[1,-2],[-1,-2],[-2,-2],[-2,-4],[0,-1],[0,-1],[-2,-6],[1,-1],[2,-4],[-1,-1],[0,-1],[0,-2],[0,-1],[-4,-2],[-1,-1],[0,-2],[0,-1],[-1,-2],[1,-1],[1,-1],[1,-1],[0,-2],[-1,0],[-10,-4],[-11,-4],[0,-1],[0,-1],[0,-1],[-6,-9],[-7,0],[-2,2],[-5,1],[-5,6],[0,2],[-1,3],[0,1],[0,1],[1,1],[0,2],[0,4],[-1,2],[-1,1],[-1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,-2],[-1,-3],[-2,-3],[-2,-1],[0,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-3],[0,-1],[-2,-2],[1,0],[1,-1],[0,-1],[0,-1],[-3,1],[-10,-3],[-2,3],[-1,0],[0,1],[-1,3],[-7,3],[0,1],[9,-2],[-1,5],[-2,4],[-1,2],[-5,3],[-3,-3],[0,-1],[-1,-1],[0,-3],[1,-1],[0,-1],[-3,0],[1,-2],[-2,0],[-8,-6],[-1,-2],[0,-2],[0,-2],[0,-1],[-1,0],[-3,-5],[-1,-1],[-9,2],[-3,-3],[0,-1],[-1,-2],[-1,-1],[0,1],[0,1],[-2,-2],[-4,4],[-2,-2],[0,-1],[-1,-1],[0,-1],[2,-2],[0,-1],[-8,-2],[-1,1],[0,-3],[0,-2],[1,-2],[1,-3],[-1,-3],[-4,-3],[-2,-4],[-1,0],[-2,-1],[-1,-1],[0,-1],[0,-2],[-1,0],[-2,-1],[-2,-3],[-2,0],[-1,-1],[-1,-3],[-1,-1],[-2,2],[-5,-6],[-2,-4],[-8,-4],[-8,-4],[-2,-3],[-2,-1],[-2,-1],[-5,0],[-11,-3],[-6,2],[-6,2],[-7,3],[-2,4],[-11,14],[0,1],[-1,1],[-5,9],[-1,3],[0,1],[0,2],[0,3],[1,2],[2,2],[2,4],[8,7],[4,1],[2,3],[3,2],[4,-1],[2,3],[2,0],[2,-2],[2,0],[0,2],[-2,2],[-2,1],[1,1],[1,0],[2,1],[1,1],[0,2],[2,4],[2,2],[2,2],[4,2],[3,-1],[4,3],[8,0],[6,2],[4,-2],[4,-2],[3,3],[2,0],[1,1],[1,4],[1,1],[-1,2],[-1,-2],[-1,2],[1,2],[1,0],[2,-2],[1,1],[3,3],[0,2],[-1,1],[-1,0],[1,1],[1,-1],[1,0],[0,1],[0,1],[2,2],[1,0],[0,1],[1,1],[1,1],[2,3],[-2,2],[1,1],[1,1],[0,1],[0,1],[1,1],[1,0],[1,1],[-1,2],[0,1],[-4,3],[-4,-1],[-1,-1],[0,-4],[-1,-1],[0,-2],[-2,-3],[-2,-1],[-1,-2],[-1,-1],[-2,1],[-1,-1],[1,-1],[1,-1],[-4,0],[0,2],[-1,3],[-1,1],[0,-1],[-4,-6],[0,-1],[-4,2],[-4,-3],[-4,-1],[-2,1],[-2,3],[1,2],[1,1],[1,1],[2,3],[0,1],[0,1],[-2,0],[0,1],[1,1],[-1,3],[-1,0],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-4,0],[-1,1],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,2],[-1,2],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-3],[0,-4],[1,-2],[0,-1],[0,-1],[0,-3],[0,-2],[-1,0],[-3,-5],[-5,-2],[-1,1],[-1,1],[-1,5],[0,1],[-1,-5],[0,-3],[-1,-1],[-4,-1],[-3,1],[-5,-3],[0,1],[-1,-1],[0,-1],[-6,0],[-2,2],[0,7],[0,3],[1,0],[0,1],[8,6],[-1,1],[-1,0],[-4,-4],[-2,0],[-1,2],[2,10],[1,7],[1,4],[1,2],[3,3],[2,1],[2,3],[4,4],[2,0],[0,1],[-1,-1],[-2,1],[-1,-1],[-1,1],[0,2],[-1,-2],[-10,-7],[-1,2],[-1,6],[-2,5],[-1,2],[-1,-3],[1,0],[0,-2],[-1,-1],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-3],[0,-3],[-1,-5],[-1,-6],[0,-1],[-1,-3],[-1,-3],[-1,1],[-2,2],[-1,2],[0,1],[0,2],[0,1],[-4,3],[0,2],[-2,-1],[-1,-2],[0,-2],[0,-2],[1,-1],[1,1],[2,-1],[1,-1],[0,-1],[1,-5],[1,-2],[1,-1],[0,-2],[0,-4],[0,-2],[-2,-5],[0,-2],[-1,-4],[-8,-7],[-7,-7],[-3,0],[-2,2],[-1,1],[-1,2],[0,2],[0,3],[0,3],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[0,3],[-1,3],[-1,4],[0,1],[0,-2],[-1,-3],[-3,-7],[-2,0],[-2,4],[-3,4],[-1,-1],[0,-1],[1,-2],[1,-1],[0,-1],[0,-1],[1,-3],[0,-4],[1,-3],[0,-3],[-1,-3],[-2,-2],[0,-2],[-2,0],[-6,4],[-3,4],[-4,2],[-2,3],[0,1],[3,3],[2,2],[1,4],[-1,0],[-5,-4],[-2,0],[0,2],[1,4],[1,3],[0,3],[0,1],[0,2],[0,1],[-6,-4],[-1,1],[-1,-1],[-2,-2],[0,-1],[-2,-5],[0,-1],[-2,0],[-4,3],[-1,3],[-1,0],[0,-2],[-1,0],[-14,8],[-2,4],[-2,1],[0,1],[-1,2],[1,2],[0,1],[0,1],[-1,1],[1,2],[1,1],[2,0],[-1,4],[1,3],[7,14],[3,4],[10,-1],[11,0],[2,2],[6,-2],[3,1],[13,15],[9,2],[-1,3],[0,1],[0,2],[1,1],[4,6],[2,1],[1,0],[-2,2],[-8,-7],[-10,-2],[-2,-3],[-5,-2],[-4,-4],[0,-1],[-10,0],[-10,-1],[-10,0],[-1,1],[-1,4],[1,4],[7,18],[2,4],[10,3],[11,2],[10,2],[0,1],[0,2],[1,1],[1,-1],[4,-3],[10,3],[9,2],[2,2],[0,2],[0,1],[0,1],[-1,0],[-12,-2],[-12,-1],[-1,1],[-13,-4],[0,1],[-1,-1],[-13,5],[0,1],[0,2],[0,2],[0,3],[0,1],[3,2],[2,0],[2,-1],[0,1],[0,2],[-1,1],[-1,2],[1,0],[0,2],[-1,1],[-3,-2],[-1,3],[-1,2],[0,1],[1,2],[1,4],[0,1],[1,2],[1,0],[0,1],[1,2],[0,1],[0,2],[11,6],[6,0],[2,-3],[5,0],[6,1],[8,-3],[4,-1],[0,-1],[2,1],[4,-2],[3,1],[1,1],[-1,2],[-2,-1],[-3,1],[-2,0],[-2,5],[-7,4],[-7,0],[-7,0],[-3,2],[0,1],[-1,3],[0,1],[1,2],[1,3],[0,2],[-1,1],[-1,1],[2,2],[10,14],[13,3],[1,1],[3,5],[5,0],[0,-1],[-1,-2],[0,-1],[8,1],[7,-4],[1,-2],[1,-2],[1,-2],[0,-6],[-1,-3],[1,-1],[-1,-1],[-1,0],[0,-2],[1,0],[1,0],[0,-1],[-1,-2],[0,-1],[1,-3],[3,-3],[0,-2],[0,-2],[-1,-2],[-1,-2],[1,-1],[1,-2],[1,-1],[2,2],[5,0],[4,4],[1,1],[2,0],[2,3],[1,1],[4,0],[1,-2],[5,3],[2,-1],[1,-2],[1,-3],[0,-2],[2,1],[0,-2],[0,-1],[4,0],[2,-2],[3,-1],[0,-2],[1,0],[-1,-1],[-1,-1],[-1,-2],[1,-3],[-1,0],[0,-2],[2,-4],[0,-2],[0,-1],[1,-1],[1,-3],[7,-3],[8,-9],[2,0],[1,-2],[0,-3],[-1,-2],[-9,-4],[-3,-4],[1,-1],[1,-1],[-2,-2],[-1,-1],[1,-1],[1,0],[2,2],[0,1],[1,1],[0,1],[1,0],[1,-1],[-1,-1],[0,-1],[2,-2],[1,1],[1,2],[12,2],[0,-2],[-1,-1],[0,-1],[-3,1],[0,-1],[4,-4],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[2,0],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-3],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-4],[1,-1],[1,-4],[0,-1],[1,0],[0,-1],[0,-1],[-1,-2],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[5,1],[4,4],[10,2],[2,-2],[0,-1],[0,-1],[1,-1],[5,0],[2,1],[1,-1],[1,1],[2,0],[14,-3],[13,-4],[3,-3],[1,0],[0,2],[0,1],[-1,5],[-1,2],[-1,0],[-1,1],[1,2],[2,0],[2,-1],[0,1],[-1,1],[0,1],[0,1],[0,2],[1,2],[1,1],[-2,7],[-1,1],[0,1],[2,0],[1,1],[-1,2],[-3,0],[0,2],[-1,0],[0,1],[-2,-1],[0,1],[0,2],[-1,2],[-8,4],[-2,2],[1,0],[1,1],[-8,1],[0,2],[1,1],[1,1],[-1,1],[-1,0],[-1,1],[1,2],[1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,-3],[-1,1],[-2,-2],[-1,1],[-2,3],[-1,2],[1,2],[1,2],[8,4],[1,1],[2,4],[1,1],[3,2],[1,2],[-1,2],[1,1],[3,0],[0,2],[-2,2],[-1,0],[0,2],[0,1],[2,1],[0,1],[0,2],[-1,1],[0,1],[-2,2],[-2,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[-4,1],[-1,1],[1,0],[0,1],[0,1],[0,1],[-4,2],[-1,0],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,0],[-2,4],[-4,8],[-6,3],[0,2],[1,2],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[1,1],[0,2],[0,1],[1,0],[6,3],[2,4],[1,1],[3,0],[1,2],[2,-1],[1,1],[1,4],[0,1],[-4,0],[0,1],[1,1],[1,1],[0,1],[1,2],[0,1],[-1,2],[4,-1],[0,1],[0,2],[0,1],[2,2],[1,0],[-1,4],[1,3],[0,2],[1,1],[0,4],[2,2],[3,3],[0,1],[-1,1],[1,2],[1,1],[1,1],[2,3],[5,1],[2,-1],[1,-1],[2,3],[0,1],[0,2],[1,1],[1,0],[0,-1],[1,-2],[1,-2]],[[1822,9090],[4,-5],[2,-1],[0,-1],[1,-2],[1,-3],[0,-4],[-1,-1],[-2,-4],[-1,-1],[-1,-3],[-1,-1],[-4,3],[-9,0],[-8,1],[-2,2],[-9,2],[-1,0],[0,1],[0,-1],[-1,1],[1,5],[0,1],[6,8],[6,3],[5,-1],[1,2],[10,1],[3,-2]],[[2337,9109],[2,-1],[5,-1],[1,-2],[1,-1],[12,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[3,1],[2,-2],[0,-1],[0,-1],[0,-1],[4,0],[2,2],[1,3],[0,1],[1,1],[1,0],[3,-2],[3,0],[1,-1],[1,-2],[1,-3],[1,-3],[2,-2],[1,-3],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[2,-2],[-1,-1],[0,-1],[1,-2],[1,-1],[1,1],[1,-2],[0,-3],[0,-5],[0,-2],[-2,-6],[-1,-1],[1,-3],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[-1,-2],[-2,-4],[-1,-2],[-1,-1],[0,-1],[0,-1],[-4,-3],[0,-2],[1,-4],[1,-3],[2,-1],[1,3],[-2,0],[-1,1],[0,2],[2,4],[3,1],[1,1],[0,1],[1,2],[0,1],[1,2],[1,2],[0,1],[1,3],[1,1],[1,1],[1,4],[0,1],[0,2],[1,2],[3,0],[1,-1],[3,-1],[3,-2],[0,-1],[5,4],[2,-1],[2,-2],[1,0],[3,3],[2,0],[4,5],[1,1],[7,2],[8,2],[9,-3],[1,-1],[2,-1],[3,-2],[1,-2],[1,-3],[1,-3],[6,-3],[2,-2],[1,-4],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[-5,-2],[-7,4],[-1,2],[-1,2],[-1,1],[0,-3],[0,-1],[-2,-2],[-2,0],[-5,6],[-6,-2],[0,-1],[1,0],[1,-2],[1,-1],[1,-2],[0,-1],[12,-1],[1,-2],[4,0],[2,-2],[3,-1],[1,-4],[1,1],[1,2],[2,0],[11,-5],[10,-6],[11,-5],[0,-1],[0,-1],[2,-3],[1,-3],[-1,-3],[-1,0],[-1,-2],[0,-1],[0,-1],[-2,-2],[-10,0],[-10,0],[-10,-1],[0,-2],[10,-2],[1,-2],[-1,-2],[-2,1],[-2,2],[-13,4],[-13,4],[-2,4],[-11,6],[1,-1],[2,-1],[1,0],[0,-1],[6,-5],[0,-1],[0,-2],[-2,-2],[0,-1],[-2,-2],[0,-1],[1,-1],[4,3],[12,-4],[2,-2],[1,0],[1,-1],[-1,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[4,-2],[1,2],[1,2],[1,1],[2,1],[10,-4],[-1,-4],[-2,-1],[-11,0],[-11,0],[-2,-2],[1,-1],[4,1],[1,-2],[-1,-1],[-2,0],[0,-1],[0,-1],[1,-2],[1,0],[1,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-2,-3],[-2,-2],[1,-1],[0,-2],[0,-2],[0,-3],[0,-2],[1,2],[0,-1],[0,1],[1,4],[0,1],[0,2],[0,1],[3,3],[3,5],[0,1],[1,4],[0,1],[1,1],[1,-1],[1,-1],[1,-2],[-1,0],[-1,0],[0,-2],[1,-1],[1,0],[3,4],[1,0],[1,0],[1,-2],[0,-1],[-1,-2],[-1,-1],[0,-4],[0,-2],[1,1],[1,4],[2,2],[1,1],[0,2],[1,1],[2,-1],[0,-1],[1,-3],[0,-1],[2,0],[0,3],[1,3],[0,2],[1,3],[1,1],[1,0],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[3,0],[0,-1],[0,-2],[1,-1],[0,-1],[1,-2],[2,-3],[-1,-3],[-1,-6],[-1,-3],[1,0],[0,-2],[0,-2],[1,0],[1,1],[0,3],[1,1],[1,2],[1,0],[1,0],[0,2],[-2,0],[0,1],[1,0],[2,0],[2,-2],[3,-6],[4,-1],[0,-2],[1,-3],[0,-2],[-1,-4],[-1,-2],[0,-7],[-1,-3],[0,-1],[-1,0],[-3,-3],[-7,1],[0,-2],[-1,-2],[-1,-1],[-1,-1],[1,-1],[4,3],[1,-3],[-1,-1],[-2,1],[-1,-2],[0,-1],[4,0],[1,1],[2,3],[1,1],[5,0],[1,-1],[0,-3],[1,-5],[1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[2,-2],[1,0],[0,-3],[0,-2],[1,-1],[1,0],[4,1],[0,2],[0,3],[0,2],[-1,6],[-1,4],[-2,8],[3,3],[1,3],[0,4],[1,1],[1,0],[2,-3],[1,-1],[3,-7],[4,-7],[3,-2],[0,-2],[1,-2],[-1,-1],[-1,0],[-1,-2],[0,-1],[1,-2],[1,-1],[0,1],[1,1],[0,1],[5,6],[0,1],[1,1],[6,5],[2,-2],[1,-2],[0,-2],[1,-2],[2,-4],[1,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[0,-1],[3,0],[1,1],[1,2],[0,4],[-1,3],[-1,2],[0,2],[0,2],[0,1],[1,0],[1,1],[0,2],[1,0],[0,1],[0,1],[0,2],[1,0],[3,1],[4,-4],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[8,-11],[6,0],[1,-1],[4,-6],[1,0],[-1,-2],[-1,-1],[-5,-6],[6,1],[5,6],[6,1],[5,-2],[8,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,2],[-5,1],[-2,2],[-2,4],[-5,2],[-1,1],[0,1],[0,2],[1,1],[3,3],[8,3],[3,6],[2,0],[-1,-3],[0,-1],[0,-1],[3,-1],[2,2],[4,-2],[0,1],[-2,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[3,0],[0,1],[0,1],[0,1],[1,1],[0,1],[2,-1],[1,0],[1,2],[0,1],[0,1],[-1,0],[7,0],[6,-5],[3,2],[-1,1],[-3,0],[-1,1],[1,2],[0,1],[-1,3],[10,3],[3,6],[1,2],[4,1],[2,5],[1,1],[-2,1],[0,1],[4,-2],[3,2],[1,-1],[-2,-2],[2,-2],[5,1],[2,-6],[1,-1],[4,-1],[2,2],[1,-1],[1,-2],[1,0],[13,12],[2,0],[1,1],[3,0],[2,2],[11,-3],[12,-3],[11,-3],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[-2,-5],[-1,-5],[1,-1],[2,0],[1,0],[1,-2],[3,-1],[7,2],[7,2],[1,-1],[0,-1],[1,-1],[0,-1],[3,0],[3,-2],[1,-3],[2,-1],[1,-1],[0,-3],[0,-1],[0,-2],[3,1],[0,-2],[-1,-2],[-10,-6],[-1,-3],[11,1],[10,0],[1,-2],[1,-1],[-2,1],[-1,-1],[0,-2],[1,-4],[1,-1],[1,-1],[1,0],[1,0],[0,-2],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,-3],[-2,-1],[0,-2],[0,-2],[4,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-3],[-2,-5],[-1,-2],[-3,-2],[-1,1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-9,-5],[-1,-3],[-1,-1],[-2,0],[2,-3],[1,-2],[1,-1],[2,0],[1,-2],[-2,-1],[-1,-1],[0,-2],[1,0],[1,0],[2,2],[1,1],[1,-1],[0,-1],[1,0],[0,2],[0,1],[7,7],[1,0],[3,-2],[1,0],[3,-3],[-1,0],[-1,-1],[1,-2],[1,-3],[2,-5],[3,-3],[-1,-2],[-1,-2],[-12,-6],[-2,-2],[0,-1],[-2,1],[-5,6],[-1,1],[0,1],[1,2],[0,3],[0,2],[-1,2],[-1,1],[0,-1],[0,-3],[1,-3],[-2,-2],[-1,2],[0,3],[0,3],[-1,1],[-2,-4],[0,-2],[0,-3],[1,-1],[7,-7],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-2,-1],[-1,-3],[3,-4],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-3],[1,-1],[0,-1],[-1,-3],[2,-1],[-1,-1],[0,-2],[-1,-2],[0,-2],[-1,-1],[-5,1],[-1,0],[-1,-2],[-1,-1],[-8,1],[-8,1],[-6,-2],[-3,-6],[-2,-1],[-2,-2],[-1,0],[-3,-5],[-2,-2],[-1,2],[-2,-1],[-2,2],[-3,0],[-3,4],[-1,1],[-5,1],[0,1],[0,1],[1,2],[-1,3],[0,1],[-1,0],[-1,-2],[0,-1],[0,-1],[0,-1],[-3,-3],[-1,-1],[-1,1],[-1,1],[-1,0],[-5,4],[-1,2],[-4,11],[-1,4],[0,6],[0,2],[0,2],[0,2],[1,1],[1,1],[0,2],[0,2],[-1,0],[0,4],[0,1],[-1,1],[-2,-1],[-5,4],[-1,5],[-2,3],[-2,-1],[0,-1],[0,-1],[0,-1],[1,-5],[0,-2],[1,-2],[2,-3],[1,-1],[1,-1],[0,-3],[0,-2],[-2,-7],[1,-1],[-1,-2],[-1,-1],[0,-2],[0,-1],[0,-3],[-1,-3],[0,-3],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-2,1],[-10,-1],[-3,-4],[-3,-2],[-6,1],[-4,-1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-3,-3],[-2,1],[0,1],[0,1],[-1,2],[0,3],[-1,1],[0,1],[0,2],[0,2],[0,2],[0,1],[0,4],[1,2],[0,3],[-1,2],[-1,1],[1,-3],[-1,-2],[-1,-1],[0,-3],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[-1,-4],[-2,-2],[-1,0],[-5,0],[0,1],[-1,2],[0,1],[1,1],[0,2],[-1,2],[-1,3],[0,1],[-1,11],[-1,2],[0,1],[-1,1],[-1,0],[1,-3],[-1,0],[0,-1],[1,0],[0,-2],[0,-2],[0,-3],[0,-2],[1,-7],[0,-1],[0,-1],[-1,-3],[-1,-1],[-1,-2],[-7,-1],[-8,-1],[2,8],[0,2],[-1,2],[-2,2],[0,2],[0,1],[1,1],[-1,2],[-1,0],[0,-1],[-1,-2],[0,-2],[1,-4],[-1,-4],[-1,-3],[-1,-2],[-2,-1],[-1,0],[-7,7],[-1,3],[0,3],[-1,0],[0,1],[0,2],[0,2],[0,1],[-1,0],[-1,0],[0,-1],[1,-2],[0,-4],[0,-3],[0,-2],[1,-1],[3,-7],[1,-1],[0,-1],[-9,-1],[0,1],[-2,4],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-4,0],[-2,2],[-1,6],[1,1],[0,1],[1,1],[-2,0],[-1,-1],[-1,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,-2],[-3,-2],[-2,1],[-1,2],[0,1],[0,1],[0,3],[0,1],[-1,0],[-1,-4],[-1,-1],[-6,-1],[-1,1],[-1,3],[0,1],[-1,-1],[-1,-2],[-1,-1],[-7,3],[-1,1],[0,2],[0,2],[-1,3],[0,1],[0,1],[1,6],[0,2],[1,1],[0,1],[1,4],[1,3],[0,2],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[4,1],[0,1],[-1,1],[-3,0],[-1,1],[-1,0],[1,2],[0,2],[0,2],[1,0],[-1,2],[-2,8],[-1,0],[0,-1],[0,-2],[1,-4],[0,-2],[-1,-1],[-1,-2],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-3],[-1,-4],[-1,-1],[0,-2],[-1,0],[0,-1],[-1,1],[0,1],[0,1],[1,1],[-1,2],[0,1],[0,1],[0,2],[0,1],[0,3],[0,1],[0,2],[-1,1],[0,2],[-2,2],[-2,4],[-1,0],[1,-3],[1,-2],[0,-2],[1,-1],[-1,-6],[0,-3],[-1,0],[-1,0],[-1,1],[-3,4],[0,-1],[1,-4],[3,-4],[0,-1],[0,-3],[0,-4],[0,-3],[-1,-2],[-1,-3],[-2,0],[-3,0],[-1,0],[0,-1],[0,-2],[-1,-1],[0,-1],[-4,-1],[0,1],[0,1],[-1,0],[-1,-2],[-1,-1],[-3,0],[-3,-1],[-1,0],[-1,2],[0,4],[0,2],[-1,1],[0,-1],[-1,-3],[-1,-1],[-1,0],[-7,6],[1,3],[1,1],[-5,-3],[-2,0],[-4,6],[-1,2],[0,2],[0,2],[-1,3],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,-1],[-2,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,2],[1,5],[2,4],[2,3],[1,5],[0,1],[1,0],[0,1],[1,3],[-1,2],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-5],[-5,-13],[-1,0],[-1,1],[-1,0],[-1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[2,-6],[1,-3],[-5,1],[0,1],[-1,3],[1,3],[-1,3],[-1,3],[-1,-3],[1,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-1],[-3,1],[-3,3],[-2,2],[1,1],[1,2],[0,1],[-1,3],[-1,0],[-3,-1],[0,-2],[0,-1],[-1,0],[-1,1],[0,2],[2,2],[-1,2],[0,-1],[-2,2],[-3,3],[-1,4],[0,2],[0,1],[1,3],[0,1],[0,2],[0,1],[0,1],[1,1],[-1,1],[0,1],[0,1],[0,2],[-1,1],[-1,1],[1,2],[0,2],[-4,9],[-1,1],[0,1],[1,0],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,3],[3,-2],[1,2],[-2,3],[-1,2],[2,2],[0,1],[0,1],[-5,-3],[-1,0],[-1,1],[0,3],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-1,3],[-1,0],[0,2],[1,2],[0,1],[0,2],[0,2],[0,2],[0,6],[1,1],[0,2],[2,2],[1,1],[-1,1],[-2,-1],[-1,0],[2,12],[2,8],[2,2],[0,1],[1,3],[0,1],[3,2],[1,1],[2,3],[-1,1],[-1,2],[-1,1],[1,2],[1,3],[0,1],[-1,1],[0,3],[-3,5],[0,3],[0,1],[1,5],[1,1],[0,2],[0,2],[-1,5],[0,2],[0,2],[-1,1],[-3,0],[-4,5],[-1,2],[0,2],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[1,2],[-1,1],[0,2],[-1,0],[-1,0],[0,1],[0,5],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,3],[-1,2],[-1,2],[-1,1],[-1,1],[0,3],[0,3],[-1,2],[-1,1],[-2,2],[-2,6],[-2,2],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[-2,3],[-2,1],[-2,-1],[-9,-10],[-2,0],[0,1],[1,1],[1,0],[-1,2],[-1,0],[-1,-1],[0,-1],[-1,-3],[-1,-1],[1,-2],[2,0],[1,-2],[-2,-1],[-4,3],[-2,-2],[-2,1],[-2,-1],[-3,4],[-12,-2],[-2,2],[1,1],[0,2],[-1,0],[0,1],[-2,0],[-1,-4],[-2,-2],[-4,-3],[0,-1],[-1,-2],[-1,-1],[-2,2],[-7,0],[0,1],[0,1],[0,1],[0,1],[0,3],[1,2],[0,1],[2,-3],[5,3],[1,1],[0,1],[0,1],[1,1],[4,0],[2,-2],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,2],[-1,2],[-8,4],[-1,-2],[-1,-1],[0,1],[-2,2],[0,1],[-1,0],[-1,0],[0,-2],[-2,-1],[-1,1],[0,1],[0,2],[0,1],[1,0],[1,1],[-2,1],[-3,-3],[-8,2],[0,1],[-2,3],[-2,2],[-2,4],[-2,5],[1,3],[1,1],[7,-1],[1,1],[1,2],[3,8],[1,2],[-1,0],[-1,-1],[-3,-6],[-1,-1],[0,1],[0,1],[-1,0],[-2,-2],[-4,0],[1,2],[0,1],[0,1],[-1,1],[-2,-1],[-1,0],[0,2],[-1,1],[0,1],[0,1],[-2,1],[1,1],[0,1],[-4,0],[-1,2],[-1,2],[-1,1],[0,2],[0,1],[-1,1],[-5,2],[-2,-2],[-3,1],[-2,2],[-1,3],[1,0],[1,1],[1,2],[1,2],[-1,0],[0,1],[-1,1],[0,2],[0,2],[1,0],[2,-1],[0,-1],[0,-1],[1,0],[1,0],[1,-3],[0,-1],[0,-1],[1,-1],[2,2],[1,1],[1,-2],[0,1],[3,-3],[1,0],[2,2],[-1,1],[-1,-1],[-1,0],[-1,2],[-2,1],[-2,-1],[0,1],[1,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,-2],[3,1],[0,1],[-7,5],[-1,1],[-2,3],[-1,0],[-2,0],[-1,0],[0,3],[-1,4],[1,2],[2,2],[1,-1],[2,2],[-1,2],[-1,1],[-3,0],[0,2],[1,0],[1,0],[8,-2],[0,-2],[0,1],[1,1],[1,1],[1,2],[2,-1],[1,0],[0,3],[-1,0],[0,1],[-1,2],[-1,0],[-1,1],[11,2],[3,3],[4,1],[3,-2],[6,0],[1,-1],[1,-2],[1,0],[2,-4]],[[1756,9176],[1,-2],[5,-3],[1,-1],[2,0],[4,-6],[2,-2],[2,-3],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-2],[-2,0],[-1,-2],[0,-2],[-1,-1],[0,-1],[-4,-1],[-1,-1],[-2,0],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-9,-2],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-2,-1],[-1,-1],[1,-1],[2,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-4],[1,-2],[11,-10],[1,0],[1,-1],[1,-2],[-1,-3],[-4,-5],[-4,0],[-6,6],[-2,1],[-1,-2],[0,-3],[1,-3],[2,-2],[2,-5],[4,-2],[1,-5],[0,-1],[0,-2],[0,-1],[1,-2],[2,-6],[0,-2],[-2,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[-1,-2],[-7,-7],[-4,0],[-1,-2],[-7,1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-4,2],[-1,0],[-2,-4],[0,-1],[0,-2],[1,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[-1,-2],[0,-2],[1,-3],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-3,-6],[-4,-2],[-1,-3],[-1,0],[-6,2],[-2,3],[0,3],[-1,2],[-4,0],[-1,0],[0,3],[-4,8],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[2,3],[-1,2],[0,1],[-1,0],[1,3],[3,4],[0,2],[-1,3],[0,1],[1,0],[0,1],[-2,2],[0,1],[1,3],[1,3],[0,1],[0,1],[-1,1],[0,2],[1,2],[0,1],[1,2],[3,7],[1,3],[-1,5],[-2,2],[-1,-1],[-1,-2],[-1,-4],[-1,-1],[-1,-1],[-1,0],[-8,1],[0,-1],[1,-2],[0,-1],[0,-4],[0,-1],[-1,0],[-4,1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[2,-1],[1,-3],[0,-8],[1,-3],[0,-2],[-1,-1],[-3,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-3,1],[-1,1],[-1,4],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-1],[-2,-1],[-1,1],[-2,-1],[-1,-5],[1,-1],[3,-1],[0,-1],[0,-1],[1,0],[0,-1],[2,0],[1,0],[1,-2],[0,-2],[2,-6],[0,-2],[-1,-1],[1,-2],[1,-1],[-1,-2],[-1,-2],[0,-1],[-1,-3],[-1,-1],[-5,0],[-1,-2],[-1,-3],[0,-3],[0,-4],[1,-2],[1,-1],[-1,-2],[-1,0],[0,-1],[-1,-2],[1,-1],[0,-1],[-1,-1],[-2,0],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[-1,2],[-1,1],[-1,-1],[0,1],[-1,1],[0,1],[-1,3],[0,6],[0,1],[-1,1],[-1,3],[0,1],[-2,3],[0,2],[-1,2],[0,11],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-3],[-2,3],[-1,-1],[0,-1],[1,0],[0,-2],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[3,-8],[0,-1],[0,-1],[1,-1],[0,-2],[-2,-1],[-1,0],[-1,0],[1,-3],[1,-1],[1,-1],[1,-1],[-1,-1],[-6,0],[1,-1],[0,-1],[2,-1],[5,-6],[1,-2],[0,-5],[0,-4],[-1,-2],[-1,1],[-1,3],[-1,1],[-1,-2],[-1,-6],[1,-1],[1,-1],[1,-2],[-1,0],[-2,1],[0,-1],[-1,-2],[-1,-3],[-3,-3],[-5,-3],[-1,2],[0,1],[0,2],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,-3],[-1,-3],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,1],[-1,2],[0,3],[0,2],[1,5],[0,2],[0,1],[0,1],[0,2],[0,1],[1,3],[1,1],[-2,1],[0,1],[0,1],[1,1],[0,1],[-1,2],[-4,-2],[1,0],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,2],[-1,3],[-1,4],[1,3],[2,4],[-1,1],[-2,-2],[0,1],[0,3],[1,2],[1,0],[0,1],[-1,3],[-2,2],[-2,3],[0,1],[-1,-1],[-2,-2],[-1,-3],[-1,-3],[1,-6],[-1,-1],[0,-1],[0,-2],[0,-2],[1,-4],[1,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,1],[0,2],[1,2],[0,1],[-1,3],[-3,-1],[-2,-2],[-1,-3],[-1,-2],[0,-4],[-1,-2],[0,1],[-1,2],[-2,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,2],[-2,1],[-3,4],[-4,2],[-1,2],[-5,-2],[-2,1],[-1,0],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-6,-6],[-1,-1],[-5,2],[-3,5],[1,0],[1,2],[1,2],[1,3],[-1,-1],[-1,-1],[-2,1],[1,1],[2,1],[2,4],[0,1],[1,3],[0,2],[0,2],[-1,1],[-5,-1],[1,1],[5,3],[0,1],[-1,0],[-1,0],[0,3],[-1,1],[-2,0],[-3,-3],[0,-1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,-4],[-1,-2],[-1,0],[-2,-1],[0,1],[1,1],[1,1],[-1,2],[1,2],[0,1],[1,1],[0,1],[1,0],[-1,1],[0,1],[0,1],[0,2],[1,-1],[1,0],[1,8],[1,0],[1,-1],[1,0],[0,2],[1,1],[1,2],[0,1],[0,2],[0,1],[0,1],[0,4],[1,2],[0,2],[4,4],[2,3],[0,1],[12,4],[5,-2],[6,2],[2,2],[0,1],[0,1],[0,1],[2,4],[0,2],[0,6],[1,2],[2,2],[0,2],[2,2],[0,2],[1,3],[0,3],[0,2],[1,2],[1,0],[1,-3],[2,2],[3,2],[3,5],[7,4],[1,1],[0,3],[4,4],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[1,3],[4,2],[2,4],[0,1],[-1,0],[0,1],[1,1],[1,2],[1,0],[0,4],[0,2],[1,1],[1,1],[2,-1],[1,1],[0,3],[0,1],[0,1],[2,0],[0,2],[0,1],[0,2],[0,1],[3,3],[2,0],[1,1],[0,3],[1,1],[5,4],[1,2],[0,2],[1,5],[0,1],[0,1],[1,5],[1,1],[1,2],[1,1],[1,1],[1,1],[4,-1],[3,2],[0,1],[1,2],[0,1],[2,-1],[2,1],[7,0],[7,0],[3,3],[6,1],[0,-1],[-2,-2],[-1,0],[1,-1],[4,1],[1,-1],[0,-2],[0,-1],[1,0],[1,0],[1,0],[1,-2],[4,1],[0,-2],[1,-1],[2,0],[1,-1],[2,-3],[1,0],[2,2],[3,-1],[1,1],[-2,5],[0,1],[-2,-1],[-1,1],[0,1],[0,2],[1,0],[3,-1],[5,-6],[1,0],[1,2],[-1,2],[2,2],[2,2],[1,3],[-1,1],[-2,1],[-1,-1],[-1,-2],[-1,0],[0,3],[-2,-1],[-2,0],[0,3],[-1,2],[-3,4],[0,1],[1,1],[1,1],[0,-2],[1,0],[1,1],[1,0],[1,0],[1,0],[4,6],[0,1],[-5,1],[1,1],[14,4],[-1,-2],[3,-1],[-1,-2],[3,0],[1,-1],[3,-4],[1,-1],[-1,-1],[0,-1]],[[2621,9174],[-3,0],[0,1],[0,2],[1,3],[-1,2],[-1,1],[-1,2],[-8,1],[0,1],[2,1],[0,1],[1,2],[1,0],[1,2],[1,0],[8,-1],[1,-2],[1,-5],[1,-1],[0,-1],[1,0],[1,-1],[1,-2],[-2,-3],[-5,-3]],[[2475,9199],[2,-3],[0,-1],[1,-1],[0,-1],[1,-1],[11,-14],[1,-4],[0,-2],[0,-3],[1,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-2],[-4,-7],[-8,-10],[-2,1],[-1,0],[-1,-1],[-4,-1],[-1,1],[0,1],[0,2],[1,1],[-8,5],[-7,6],[-4,7],[-1,1],[-1,1],[0,2],[-1,2],[-1,2],[0,1],[0,2],[1,2],[0,1],[-1,8],[0,2],[0,2],[0,1],[0,1],[0,4],[0,1],[0,1],[0,1],[0,2],[1,1],[1,1],[1,-1],[1,1],[3,4],[2,1],[8,-2],[8,-2]],[[2065,9168],[0,-1],[6,2],[2,-1],[0,-3],[1,-2],[4,-6],[1,-2],[1,-1],[1,-1],[1,-1],[-1,-1],[-1,0],[0,-2],[1,-1],[1,0],[0,-1],[1,-3],[0,-3],[-1,-6],[-1,-6],[-2,-1],[-4,-1],[-3,-4],[-1,0],[-1,1],[0,1],[-2,5],[-1,2],[-2,1],[-2,0],[-3,-2],[-1,0],[-1,2],[1,3],[0,1],[-1,1],[-2,0],[-1,1],[0,1],[0,-1],[1,0],[1,1],[-1,3],[-1,2],[-3,2],[1,1],[1,0],[0,1],[-2,1],[-1,1],[-1,3],[0,1],[0,2],[0,2],[0,1],[0,1],[0,2],[-1,0],[-2,0],[0,1],[0,1],[1,1],[0,1],[-2,2],[1,2],[0,2],[-3,2],[0,2],[1,1],[1,1],[0,2],[1,1],[-1,1],[-2,2],[-2,1],[0,1],[0,2],[1,1],[-1,1],[0,3],[0,4],[-1,3],[-1,2],[-4,5],[-1,4],[0,1],[1,2],[4,4],[7,-2],[2,-2],[2,-3],[8,-13],[7,-14],[0,-3],[1,-4],[-1,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-1]],[[2333,9221],[0,-3],[0,-2],[1,-1],[1,1],[0,2],[1,1],[1,-3],[2,0],[3,2],[3,4],[1,0],[8,-1],[8,-1],[0,-2],[2,0],[-1,1],[0,1],[4,-2],[1,0],[2,2],[1,-1],[1,-1],[1,-2],[1,-1],[0,1],[2,-1],[1,0],[0,1],[0,1],[1,2],[5,2],[1,-1],[3,-3],[1,1],[0,-1],[2,-2],[2,0],[1,-1],[1,-1],[1,-3],[0,-2],[2,-4],[-3,-3],[-1,0],[-3,0],[-1,-1],[-1,-4],[1,0],[0,-1],[0,-1],[0,-1],[-3,-4],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[-1,-3],[-1,-1],[-2,2],[-1,0],[-1,-1],[-1,0],[-2,2],[-1,0],[1,-1],[1,-1],[0,-1],[-1,0],[-1,1],[-3,-1],[0,1],[0,1],[0,1],[-1,0],[-3,-1],[-3,1],[-3,3],[-12,0],[-11,0],[-12,0],[-11,0],[-3,3],[0,1],[-1,3],[-5,10],[-1,2],[1,0],[0,1],[1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,2],[1,2],[3,1],[2,4],[2,0],[2,3],[5,2],[1,1],[1,-1],[1,0],[3,5],[2,0],[1,-4]],[[2824,9223],[-2,-2],[-1,0],[-1,4],[-1,4],[2,2],[6,3],[2,-1],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[-2,-3],[-3,0]],[[2179,9216],[-1,-3],[-1,0],[-1,1],[-3,-2],[-6,2],[-1,-2],[-1,0],[-2,1],[-2,1],[-1,-5],[-5,-3],[-11,2],[-3,4],[-4,2],[0,1],[0,1],[1,2],[-1,0],[-1,1],[-1,2],[0,2],[0,2],[0,2],[-1,2],[1,4],[2,3],[1,1],[8,0],[9,1],[2,1],[2,-2],[12,-7],[7,-12],[1,-2]],[[1806,9255],[2,-4],[4,2],[1,-4],[2,-5],[1,-2],[0,-1],[6,-2],[1,-2],[1,-4],[0,-3],[2,-2],[1,-2],[-1,-1],[-3,-6],[-13,-9],[-4,1],[-5,6],[-4,0],[0,2],[0,1],[3,-2],[0,3],[-1,2],[-3,2],[-3,6],[-2,1],[-7,15],[0,1],[1,0],[1,0],[1,-1],[1,0],[2,2],[3,1],[0,1],[1,2],[2,5],[5,2],[3,4],[2,1],[1,-3],[0,-1],[-2,-3],[1,-1],[1,-2],[-1,0]],[[1937,9264],[1,-3],[-1,-3],[-1,-6],[-1,-2],[0,-1],[-3,-3],[-6,-3],[-3,-2],[-3,-3],[-9,-2],[-8,-2],[-2,-2],[1,-5],[3,-3],[0,-3],[1,-2],[9,1],[2,2],[6,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-2],[0,-1],[1,-2],[0,-2],[0,-1],[1,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[1,0],[1,-1],[0,-2],[0,-2],[-1,-2],[-1,-1],[-2,-4],[-10,-8],[-4,0],[-1,-1],[-1,0],[-1,-3],[-1,-2],[-9,1],[-2,2],[-4,-4],[-13,-7],[-3,-4],[-4,0],[-10,6],[0,2],[-1,1],[0,3],[-2,6],[-1,2],[-1,-1],[-2,-1],[-1,-1],[-4,3],[-1,1],[0,2],[-1,2],[0,2],[-1,1],[-4,-1],[-1,2],[0,2],[0,3],[0,2],[-1,1],[1,3],[2,2],[1,1],[0,1],[-2,3],[-1,1],[-1,1],[0,1],[1,2],[0,1],[0,3],[-1,2],[0,1],[1,1],[-2,3],[-1,2],[0,5],[0,4],[1,4],[2,4],[-1,2],[3,3],[1,0],[1,-2],[1,-2],[1,0],[1,1],[0,1],[0,1],[1,2],[9,6],[9,6],[1,-1],[2,0],[3,2],[3,0],[3,5],[1,-1],[0,-2],[1,-1],[1,0],[1,0],[0,1],[2,2],[3,3],[3,0],[4,3],[2,-1],[5,2],[0,-1],[0,-1],[0,-1],[1,0],[3,-1],[1,1],[3,4],[10,0],[10,-1],[9,0],[2,-3]],[[2120,9271],[-1,0],[-4,1],[-1,1],[-1,3],[1,3],[0,2],[5,10],[2,1],[3,1],[2,-1],[1,-2],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-2],[-5,-9]],[[2538,9319],[0,-4],[-1,-4],[-2,-5],[0,-4],[0,-3],[-1,-3],[-1,-2],[-1,-3],[-1,-2],[-1,-1],[-1,1],[-1,2],[0,3],[0,3],[1,2],[1,3],[1,2],[2,1],[0,1],[0,1],[-1,0],[0,1],[1,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,0],[1,0],[0,2],[2,1],[1,-1]],[[1915,9363],[1,-2],[4,-2],[2,-4],[3,-1],[1,-1],[1,-1],[2,-1],[1,-1],[0,-3],[1,-1],[0,-1],[2,0],[3,-4],[-1,-1],[1,-2],[4,1],[0,-1],[1,-2],[1,0],[1,-2],[1,-3],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-2],[0,-1],[-1,0],[0,-1],[1,-1],[-2,-3],[0,-2],[0,-2],[-1,-2],[0,-1],[1,-3],[0,-2],[-2,-5],[0,-1],[0,-1],[-1,0],[-2,1],[-9,-3],[-1,1],[-3,4],[-1,0],[-9,-6],[-7,2],[-7,2],[-1,1],[0,2],[-1,1],[-1,1],[-2,4],[-4,2],[-2,-1],[-2,-1],[0,-1],[0,-2],[1,-1],[0,-2],[1,0],[-1,-2],[-4,1],[-1,-3],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[-1,0],[-9,-1],[-2,2],[-1,3],[0,1],[0,3],[-1,1],[-2,1],[0,1],[-1,0],[-4,4],[-8,-4],[-9,-4],[0,-1],[0,-1],[0,-2],[-1,2],[-1,0],[-6,-5],[-4,0],[-1,1],[-2,5],[1,1],[-2,2],[3,4],[0,2],[0,1],[0,1],[0,1],[1,1],[1,1],[1,0],[1,2],[9,7],[3,4],[5,2],[4,4],[5,2],[4,-1],[3,2],[3,-2],[11,8],[1,3],[-2,3],[4,0],[0,2],[1,2],[3,4],[1,-1],[4,4],[4,1],[1,2],[1,1],[1,1],[8,2],[1,-2]],[[2922,9354],[-2,-2],[-10,6],[0,1],[-1,1],[1,2],[1,0],[0,1],[0,1],[0,2],[1,1],[2,0],[1,-2],[5,-2],[4,-4],[0,-3],[-2,-2]],[[2291,9355],[6,-2],[3,1],[1,-1],[6,-9],[0,-1],[1,1],[2,1],[2,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[10,-7],[1,1],[3,4],[2,1],[6,-3],[6,-6],[4,-2],[5,-7],[2,-1],[0,-2],[1,-3],[-1,-3],[-1,-1],[-13,-13],[-1,-2],[2,-3],[4,-1],[2,-2],[1,-4],[5,-8],[-1,-3],[0,-2],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[1,0],[-2,-3],[-1,-5],[0,-1],[-1,-1],[-1,-2],[-1,0],[-3,2],[-3,0],[-1,-1],[-1,-3],[-1,0],[-2,0],[-1,-2],[-4,-1],[-2,-3],[-8,-3],[-8,-3],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-3,0],[-1,0],[-1,-3],[-1,-1],[-3,0],[0,-1],[1,-3],[2,0],[2,2],[1,2],[0,-1],[-2,-2],[2,0],[0,-1],[-1,-1],[-2,1],[-3,-2],[-2,-3],[-1,-1],[0,-1],[1,0],[-1,-1],[-1,-1],[-1,1],[-4,2],[-1,0],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,2],[1,1],[1,1],[1,3],[1,2],[-10,5],[-3,5],[-6,5],[-2,0],[-1,0],[0,2],[1,0],[1,2],[1,0],[0,1],[0,1],[-1,1],[1,3],[10,-1],[10,-1],[1,1],[1,3],[-1,0],[0,2],[1,0],[0,1],[0,1],[-1,1],[-2,2],[-2,-1],[-4,4],[-1,2],[-5,3],[-4,-1],[-8,3],[-1,-1],[-1,0],[0,2],[0,1],[1,0],[1,-1],[0,1],[1,-1],[0,1],[1,0],[0,1],[-2,4],[-2,3],[-4,2],[0,2],[0,1],[1,0],[0,1],[0,2],[-1,2],[-1,1],[0,2],[1,1],[1,1],[-1,1],[-5,1],[-4,6],[0,1],[0,1],[-1,3],[0,1],[0,3],[1,1],[2,0],[-1,2],[0,1],[1,0],[0,-1],[6,0],[1,0],[1,1],[0,1],[-1,1],[0,1],[1,1],[-1,2],[-2,3],[-1,0],[-2,0],[0,1],[0,2],[-1,1],[-1,2],[-1,1],[0,5],[0,1],[1,2],[-1,2],[-1,1],[1,1],[0,1],[1,1],[-1,1],[-1,2],[1,1],[5,6],[10,-1],[10,-2],[3,-3],[11,-6],[1,-5]],[[2103,9448],[8,-5],[2,1],[5,-3],[1,-2],[2,-4],[0,-1],[1,-1],[2,1],[1,-1],[-1,-1],[0,-1],[-1,-1],[1,-2],[0,-3],[0,-1],[1,-1],[1,0],[1,-3],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[2,-1],[0,-1],[0,-3],[0,-3],[-1,-2],[0,-4],[0,-4],[-3,-3],[-1,-3],[2,-1],[1,1],[1,1],[2,0],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[2,0],[1,3],[3,5],[1,3],[-1,1],[1,1],[-1,1],[0,4],[-1,1],[1,1],[-1,0],[4,1],[0,2],[5,1],[4,6],[2,1],[7,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[5,-8],[1,-1],[1,-3],[4,-2],[1,0],[0,1],[0,1],[0,1],[4,-4],[0,-3],[-1,-2],[-2,-7],[-2,-5],[-1,-2],[1,-2],[1,-1],[3,0],[1,-1],[0,-2],[3,-1],[1,2],[3,2],[4,0],[2,3],[4,1],[1,-1],[1,-1],[0,-3],[0,-2],[1,-2],[8,-5],[3,-5],[-1,-3],[-3,-3],[-1,-3],[2,-2],[2,0],[3,2],[1,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,0],[2,1],[1,-1],[1,-1],[1,-2],[-1,-3],[-2,-1],[-1,-2],[1,0],[1,0],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-4,-3],[-1,-3],[2,-3],[1,-2],[1,-4],[0,-2],[-1,-6],[-1,-2],[1,-2],[6,0],[1,-1],[1,-3],[1,-4],[1,-4],[0,-1],[3,-3],[7,-15],[2,-2],[1,0],[0,-3],[0,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[-2,-1],[-1,-2],[1,-4],[-1,-1],[1,-2],[0,-2],[1,-1],[0,-1],[0,-1],[-2,-1],[-1,-2],[-1,-2],[0,-1],[-9,-2],[-9,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-5,5],[-5,1],[-3,3],[-6,3],[-1,1],[1,2],[0,2],[-1,3],[-4,8],[-1,3],[0,3],[0,2],[-1,1],[1,3],[1,0],[1,1],[0,3],[-2,2],[-4,4],[-1,2],[-1,3],[0,2],[0,1],[0,1],[0,2],[-1,1],[-1,0],[-4,-3],[-1,0],[-6,8],[-9,3],[-9,4],[-11,-7],[-1,1],[-5,4],[-1,2],[-1,3],[1,3],[4,5],[-3,2],[-8,-2],[-8,-2],[-1,-2],[-2,0],[-2,-2],[-4,0],[-2,-2],[-4,-5],[-1,0],[0,-3],[-1,-2],[-7,3],[-8,2],[-5,7],[-2,3],[-1,1],[-1,1],[0,1],[-2,5],[-3,6],[-1,1],[-1,7],[0,2],[0,1],[1,1],[1,3],[3,2],[2,3],[5,1],[8,-5],[8,-4],[9,0],[4,-3],[1,0],[1,1],[1,2],[1,3],[0,1],[-1,0],[0,1],[-1,1],[1,1],[1,2],[1,-1],[1,2],[-1,1],[0,1],[-1,0],[1,1],[0,1],[-1,1],[-8,0],[-8,-1],[-1,2],[2,3],[2,2],[12,1],[-1,3],[-1,2],[1,1],[1,1],[4,0],[0,1],[0,1],[0,2],[-1,0],[0,4],[-2,1],[-2,1],[0,-2],[-1,-2],[-1,-2],[-1,1],[1,2],[-1,1],[-1,-1],[-3,-3],[-2,-1],[1,2],[1,3],[2,3],[-1,2],[-1,-1],[-1,-1],[-2,2],[-1,0],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[-2,0],[-1,2],[0,1],[-3,0],[-1,2],[2,5],[8,9],[1,1],[0,2],[-1,1],[-4,5],[-1,1],[0,1],[0,1],[0,2],[-1,1],[-5,1],[0,-1],[0,-1],[-1,-2],[0,-1],[-2,1],[-1,0],[-1,-2],[-1,-3],[-1,-6],[-1,-2],[-1,-2],[-3,-3],[-2,-5],[-2,-1],[-3,-1],[-2,2],[0,2],[0,3],[4,7],[0,1],[1,1],[0,1],[1,4],[1,5],[2,5],[0,3],[-1,1],[-6,3],[-13,-6],[-4,2],[-1,1],[0,3],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,5],[0,2],[0,2],[1,4],[1,4],[1,2],[2,3],[0,1],[1,1],[0,2],[-1,1],[-1,0],[1,4],[1,0],[7,-5],[13,4],[14,3],[13,3],[2,-4]],[[2220,9561],[1,0],[8,3],[2,-1],[3,-5],[2,-1],[1,-2],[0,-1],[-1,-1],[1,-2],[2,-3],[0,-2],[0,-2],[0,-2],[2,-2],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-3],[0,-2],[1,-1],[1,-3],[1,-3],[0,-4],[0,-4],[0,-1],[0,-2],[-1,-2],[-1,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[-1,0],[-1,2],[0,3],[0,1],[-2,3],[-10,4],[-1,2],[1,2],[0,1],[-1,2],[0,1],[1,0],[0,1],[0,2],[0,2],[-8,8],[-3,-2],[-10,-1],[-1,1],[-1,3],[-1,1],[0,1],[1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[-1,1],[1,2],[0,1],[1,1],[1,1],[0,2],[0,1],[0,-1],[1,3],[8,8],[6,-2],[3,-4]],[[2331,9648],[1,-2],[8,1],[2,-2],[1,-1],[0,-1],[0,-1],[0,-1],[2,-2],[0,-1],[-6,-4],[-8,2],[-4,4],[-7,0],[-8,2],[1,3],[2,1],[9,0],[0,1],[5,0],[2,1]],[[2406,9737],[2,-3],[6,-2],[3,-3],[4,-1],[11,-14],[1,0],[0,-2],[-1,-2],[0,-1],[1,-2],[0,-2],[1,-1],[-1,-2],[-3,1],[0,-1],[6,-6],[5,-9],[0,-2],[0,-1],[0,-1],[0,-2],[1,-1],[2,-3],[1,-1],[1,-3],[2,-6],[1,-1],[1,0],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-4],[1,-2],[11,-7],[2,-7],[1,0],[-1,-3],[-4,-6],[0,-2],[1,-2],[2,0],[1,0],[1,0],[1,1],[0,1],[2,-2],[13,-3],[2,-4],[0,-1],[1,0],[4,-7],[1,1],[-1,2],[-1,5],[-1,2],[3,1],[2,-1],[1,0],[0,2],[8,-1],[8,-10],[-1,-3],[-1,-1],[-3,-4],[-1,-2],[1,-1],[3,2],[1,-1],[-1,-5],[0,-2],[0,-1],[0,-2],[-1,-2],[-3,-2],[0,-2],[1,-3],[2,-6],[3,-5],[12,-11],[1,-2],[1,-1],[1,0],[2,1],[1,1],[-2,3],[0,2],[2,-1],[3,-3],[1,-2],[3,-1],[0,1],[-1,0],[-4,8],[-2,2],[-1,3],[2,0],[1,-1],[1,-2],[1,2],[-2,3],[-5,2],[-2,2],[-1,2],[0,1],[-1,1],[0,1],[-1,2],[-1,1],[2,4],[0,3],[-1,3],[0,3],[1,2],[1,3],[2,1],[1,2],[1,1],[11,-2],[10,-2],[1,-2],[1,-2],[1,-6],[0,-3],[0,-5],[0,-3],[0,-3],[1,-1],[0,-2],[0,-4],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-2],[-10,-3],[-1,-2],[1,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[4,3],[13,-1],[1,-5],[1,-2],[0,-2],[1,-3],[3,-3],[1,-2],[-1,-2],[-2,-1],[-2,-1],[-1,-1],[-2,-5],[-1,-2],[-3,-2],[-1,-1],[-1,-2],[2,0],[2,1],[9,10],[1,0],[1,-1],[0,-4],[-2,-9],[-1,-3],[0,-3],[0,-2],[0,-4],[0,-2],[-2,-7],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[-6,-5],[-2,-3],[1,-1],[0,-2],[-1,-1],[0,-1],[2,-3],[1,-1],[2,0],[2,3],[0,2],[1,3],[1,2],[0,1],[4,3],[4,-2],[1,-1],[0,-3],[-1,-2],[1,-1],[1,1],[0,1],[0,1],[0,1],[2,0],[0,3],[-1,2],[-2,2],[3,3],[3,2],[8,-1],[2,-1],[2,-5],[3,-3],[1,-2],[-1,-1],[0,-1],[0,-1],[1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-2,0],[-1,-2],[1,-3],[2,-1],[2,1],[1,2],[0,4],[1,1],[1,1],[0,2],[0,4],[1,8],[2,4],[2,0],[2,-2],[2,-4],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[2,-3],[1,-3],[0,-4],[1,-1],[2,-2],[0,-2],[1,-3],[1,-1],[4,-4],[1,-2],[2,-4],[1,-3],[1,-2],[0,-4],[-1,-1],[-7,-4],[-1,-2],[-2,-4],[-3,0],[-1,-3],[-2,-1],[-3,-1],[-1,-1],[-12,-6],[-11,-6],[-2,-3],[0,-1],[0,-2],[0,-3],[-1,-1],[0,-2],[0,-1],[0,-1],[-4,-2],[-1,0],[-1,2],[-3,7],[0,1],[0,4],[-1,1],[-1,0],[0,-2],[0,-3],[0,-4],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[1,-1],[-3,-7],[-5,-7],[-3,-2],[-1,-2],[-1,-6],[-3,-6],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-3],[-1,0],[-1,0],[-5,7],[-1,2],[-1,3],[-1,10],[-1,2],[0,3],[0,4],[1,7],[0,3],[-1,5],[1,1],[0,1],[2,1],[3,4],[-1,1],[0,1],[0,1],[0,2],[1,1],[1,2],[1,3],[-1,1],[-1,-2],[-3,-5],[0,-1],[0,-2],[0,-1],[-1,-1],[-5,0],[-2,-2],[-1,-3],[0,-3],[0,-2],[1,-2],[0,-3],[0,-3],[-1,-5],[0,-3],[0,-4],[0,-3],[0,-3],[2,-8],[0,-3],[0,-1],[-5,-1],[-1,-2],[1,-1],[0,1],[0,-1],[1,2],[6,0],[1,-2],[2,-2],[1,-3],[1,-3],[0,-3],[0,-4],[-3,-8],[-1,-2],[-5,-2],[-2,1],[-7,17],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-4,1],[-1,0],[0,-1],[1,-2],[0,-1],[-1,-2],[1,0],[0,-1],[0,-1],[0,-2],[4,-13],[1,-2],[1,-2],[0,-2],[0,-4],[-1,-2],[-3,-8],[0,-1],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-5],[0,-3],[-1,-4],[-1,-3],[-2,-1],[-4,2],[-1,1],[-6,12],[-1,5],[-1,2],[0,1],[0,2],[-1,1],[0,2],[-3,4],[-1,1],[-1,3],[0,1],[-2,3],[-1,0],[-4,10],[0,2],[-1,3],[0,2],[-2,2],[-1,5],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-3],[0,-1],[0,-2],[0,-1],[1,-2],[0,-2],[0,-1],[1,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-3],[0,-1],[5,-6],[6,-17],[0,-1],[0,-6],[1,-2],[2,-5],[1,-3],[-2,-1],[-1,-1],[-1,0],[-1,2],[0,1],[-1,2],[0,1],[0,2],[0,1],[-1,2],[-1,0],[-5,-1],[-1,1],[-1,2],[1,4],[-3,5],[-2,3],[-6,2],[-6,-2],[-4,2],[-2,-2],[2,-3],[3,-2],[6,0],[1,-2],[-1,-2],[0,-1],[0,-2],[0,-2],[1,-1],[1,-2],[1,-3],[-1,-3],[-1,-2],[0,-1],[-7,1],[-8,-1],[-9,4],[-11,3],[-5,6],[-1,0],[-1,1],[-3,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-2,2],[-2,5],[0,2],[0,1],[-3,0],[0,1],[0,2],[3,1],[1,1],[-1,2],[-2,0],[-3,-3],[-3,1],[-3,3],[0,2],[0,1],[-1,1],[-1,1],[-4,4],[-2,1],[-2,5],[-1,4],[1,3],[1,1],[1,0],[0,1],[0,1],[7,-2],[2,0],[1,1],[1,2],[-2,1],[1,1],[2,-1],[8,2],[9,2],[3,-1],[1,-1],[1,-1],[1,3],[-1,2],[0,1],[-2,-2],[-13,4],[-13,4],[-2,3],[-2,1],[-1,0],[-2,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-6,-2],[-2,1],[-2,2],[-3,6],[0,1],[2,1],[1,2],[-1,1],[-4,-1],[-1,1],[0,1],[-2,2],[-3,7],[-2,2],[1,2],[6,1],[11,-7],[3,0],[0,1],[1,1],[0,1],[0,1],[-1,1],[-7,4],[-1,3],[-5,2],[-7,-1],[-3,1],[0,1],[-1,3],[-1,3],[-1,1],[-2,1],[-6,10],[0,3],[2,3],[5,3],[3,2],[3,1],[4,1],[1,0],[1,0],[0,1],[1,3],[3,5],[0,3],[1,3],[1,1],[2,1],[2,0],[4,-3],[3,1],[4,-2],[1,0],[1,2],[1,1],[6,0],[7,-2],[11,2],[9,2],[5,2],[4,0],[7,2],[8,2],[5,0],[4,3],[0,1],[-1,2],[-10,-2],[-8,0],[-8,-3],[-11,-2],[-4,1],[-6,-2],[-7,3],[-8,3],[-1,1],[-1,2],[1,1],[2,4],[1,1],[12,-1],[0,1],[-1,1],[1,1],[0,-1],[1,-2],[1,0],[4,0],[2,2],[1,0],[-1,0],[5,3],[5,0],[9,2],[0,2],[0,-1],[0,1],[1,0],[0,1],[-1,1],[1,1],[0,1],[-1,0],[-5,-2],[-3,0],[-8,-2],[-2,-3],[-1,0],[-6,1],[-3,0],[-6,3],[-3,-1],[-2,0],[0,3],[0,1],[2,1],[2,3],[1,0],[1,0],[2,1],[1,1],[0,2],[-1,1],[-9,-1],[-7,-5],[-2,0],[-1,2],[-3,8],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[2,-4],[1,-2],[-3,-3],[-8,-4],[0,1],[2,4],[1,4],[1,2],[0,2],[0,1],[-1,2],[-1,0],[-1,-1],[-1,-3],[-1,-1],[0,-2],[0,-1],[-1,-2],[-1,-4],[-1,-1],[-1,1],[-2,1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-2],[-1,-1],[-2,-3],[-4,-3],[-3,0],[-3,3],[-2,-1],[0,1],[1,1],[0,1],[0,2],[0,2],[1,2],[4,5],[3,3],[1,0],[0,1],[-7,-1],[-10,5],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,1],[0,1],[1,0],[0,-1],[1,-2],[-1,-1],[-3,-3],[-12,-8],[0,-3],[-1,0],[-3,2],[-3,0],[-1,1],[1,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,2],[1,1],[1,-1],[1,-1],[1,1],[1,2],[-1,1],[-3,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-2,0],[-1,-1],[0,-3],[-5,2],[-2,0],[-1,1],[0,1],[-2,0],[-1,2],[1,0],[0,1],[0,1],[-1,0],[1,1],[2,0],[0,1],[-1,3],[-1,1],[-1,1],[1,0],[1,1],[0,1],[0,2],[0,2],[0,1],[0,2],[1,0],[2,2],[12,4],[13,4],[2,3],[8,8],[1,1],[0,2],[-1,2],[0,2],[1,2],[1,1],[0,3],[-1,1],[-1,1],[0,-1],[-1,-1],[1,-1],[-2,-2],[-4,-2],[0,-1],[-1,-3],[-2,-1],[-1,-1],[-2,-3],[-10,-4],[-1,-1],[-9,0],[-10,1],[-7,12],[-2,1],[-1,0],[-1,2],[0,2],[0,1],[0,2],[0,1],[-1,1],[-3,4],[-3,1],[1,1],[2,1],[0,2],[-1,1],[-3,-4],[-1,2],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,1],[1,0],[1,1],[2,0],[1,-1],[-1,-3],[1,0],[2,2],[0,1],[3,0],[1,1],[-2,3],[-9,2],[-1,2],[-1,2],[-1,4],[-1,2],[1,2],[7,3],[-4,0],[-2,-1],[-1,0],[-2,1],[-1,3],[-1,4],[1,2],[0,2],[0,2],[1,1],[10,-1],[10,-10],[8,-2],[1,-1],[6,0],[8,-2],[6,1],[3,0],[12,-9],[1,1],[-1,3],[-1,0],[-1,1],[-2,3],[-2,2],[-3,5],[-2,1],[0,1],[8,9],[13,3],[-1,1],[-11,3],[0,2],[-1,0],[-1,1],[-1,-1],[-2,-5],[-8,-7],[-12,-2],[-7,7],[-1,1],[0,2],[4,2],[6,0],[1,2],[2,3],[-1,1],[-1,-1],[-2,-2],[-6,0],[-1,2],[0,1],[-7,-7],[-3,0],[-10,9],[-7,2],[1,1],[2,4],[0,2],[0,1],[-3,0],[-3,2],[2,3],[1,-1],[2,-2],[1,0],[1,2],[3,-3],[2,0],[1,1],[-1,2],[-1,1],[1,1],[3,2],[0,-1],[1,1],[5,1],[4,-4],[3,1],[3,-3],[4,-1],[0,1],[-1,2],[0,1],[1,1],[-1,1],[-3,0],[-3,3],[-1,1],[-2,5],[-7,5],[-2,2],[4,2],[1,0],[0,2],[0,2],[0,1],[1,0],[-2,1],[-1,2],[-1,3],[12,1],[9,-1],[7,2],[2,1],[6,-5],[5,-2],[8,1],[7,-2],[1,0],[0,1],[1,-1],[0,-1],[1,-3],[1,-1],[3,2],[0,1],[-6,8],[-11,4],[-4,-2],[-1,1],[0,2],[-1,2],[-1,2],[-1,2],[1,2],[1,2],[7,1],[8,1],[-2,3],[-3,-1],[-2,1],[0,1],[0,1],[0,1],[-2,0],[-2,-3],[-1,1],[0,-2],[-5,2],[-10,5],[0,2],[4,2],[1,2],[-1,1],[-1,0],[-6,-3],[-10,1],[-1,3],[1,1],[-1,1],[2,1],[8,4],[1,2],[-8,0],[-1,3],[5,6],[1,2],[1,8],[1,2],[4,1],[4,4],[1,0],[9,-5],[0,-1],[1,0],[1,0],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-1],[1,0],[2,0],[1,1],[1,1],[1,3],[0,1],[0,1],[1,0],[1,-2],[1,0],[1,1],[0,1],[1,2],[5,-1],[0,1],[-4,2],[1,1],[3,-1],[-1,2],[-6,1],[-1,1],[-1,1],[-1,1],[-2,2],[0,1],[0,1],[2,1],[4,-3],[9,1],[9,-5],[0,1],[-1,2],[6,-1],[4,2],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[1,0],[1,1],[0,3],[-1,2],[-2,0],[-1,2],[1,1],[0,1],[-10,1],[-6,-2],[-4,0],[-7,2],[-4,3],[-2,3],[0,2],[1,2],[3,4],[0,1],[0,1],[-1,1],[0,1],[1,2],[2,1],[7,-1],[7,-3],[2,-3],[1,-1],[0,-1],[1,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[-1,1],[0,3],[1,1],[8,-2],[4,-4],[9,-4]],[[3049,9999],[1,-2],[-1,0],[-1,-2],[1,-1],[1,-1],[-1,-1],[-2,-1],[0,-2],[2,0],[1,0],[5,0],[1,-2],[-2,0],[-2,-4],[-2,-1],[1,-1],[11,3],[5,5],[1,-1],[1,-2],[0,-5],[1,-1],[7,0],[2,1],[2,2],[10,-1],[1,-1],[0,-3],[-1,-4],[2,-2],[1,1],[2,2],[11,3],[12,-6],[2,2],[0,2],[0,1],[5,-2],[-1,-2],[0,-1],[2,-1],[1,0],[2,5],[1,0],[3,-3],[7,1],[1,-2],[1,1],[1,-1],[-1,-1],[-2,-1],[1,-1],[0,-1],[0,-1],[-12,-10],[0,-1],[-2,-1],[-8,-3],[-3,-3],[-6,-2],[-2,-1],[-2,0],[-2,-2],[-3,0],[-2,-3],[-8,-2],[-8,-3],[-1,-2],[-4,-3],[-1,-2],[1,-1],[11,1],[11,2],[11,1],[5,5],[3,1],[1,2],[7,2],[5,-2],[1,1],[0,1],[0,1],[-1,0],[1,2],[0,2],[11,6],[11,6],[10,0],[1,-2],[0,-1],[-2,-3],[1,-2],[1,-1],[9,-2],[-2,2],[-3,1],[-1,2],[1,1],[3,6],[1,0],[2,0],[-1,3],[-3,-1],[-2,1],[1,1],[2,1],[2,2],[12,2],[1,-2],[0,-2],[-1,-1],[-5,1],[-1,-2],[1,-1],[5,-1],[0,-1],[-1,-3],[1,-2],[4,-3],[2,-4],[1,-1],[1,1],[0,1],[0,1],[1,2],[2,0],[5,6],[10,0],[9,-1],[1,-1],[1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[-2,-2],[-1,-2],[-10,-3],[5,0],[2,-2],[2,-1],[-1,0],[0,-2],[0,-1],[1,0],[1,0],[1,0],[1,-1],[3,-1],[2,-3],[-1,-2],[-1,-1],[-2,0],[0,-2],[12,-2],[1,-4],[-1,0],[-1,-1],[-2,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-1],[1,0],[0,-2],[-6,-1],[-1,0],[-1,-2],[10,2],[1,1],[2,7],[1,1],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[2,-1],[0,2],[0,1],[-1,0],[0,1],[1,2],[8,0],[8,0],[-4,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[2,2],[1,1],[0,1],[-1,1],[5,0],[0,-1],[-1,-1],[8,-1],[7,-1],[7,-5],[5,-10],[1,-3],[1,-5],[0,-3],[0,-4],[-1,-3],[-1,-1],[0,-1],[-4,-7],[-10,-4],[-10,-4],[1,-2],[2,-1],[1,-1],[-1,-3],[-3,-1],[-2,-4],[-5,-5],[-3,-1],[-3,1],[0,-1],[-1,-1],[0,-1],[1,0],[-1,-3],[-7,-5],[-8,-5],[-2,-1],[-11,-8],[-11,-8],[-6,0],[-4,5],[-1,0],[0,-2],[5,-7],[0,-3],[-1,-1],[-4,-1],[-2,-2],[-11,1],[-3,3],[-1,1],[-3,-1],[-10,2],[1,-1],[0,-1],[0,-1],[0,-2],[-10,-2],[-9,-3],[1,-2],[4,2],[4,-2],[10,2],[-1,-2],[-13,-8],[-2,2],[-1,2],[-1,0],[-4,-4],[-7,-1],[-6,0],[-13,-2],[-8,-1],[-9,-1],[-7,-2],[-8,-2],[-10,7],[-10,8],[-10,8],[1,-4],[12,-9],[12,-10],[1,-3],[-14,1],[0,-1],[8,-4],[12,2],[12,3],[13,3],[8,-3],[9,-3],[1,-2],[-1,-3],[-8,-3],[-5,-2],[-5,-3],[-10,-5],[-11,-5],[-3,-3],[-3,-1],[-5,-5],[-4,-1],[-1,-2],[-3,0],[-2,-2],[-2,0],[-2,-2],[-2,0],[-11,2],[-2,-2],[1,-2],[3,0],[1,-1],[-2,-1],[-6,-4],[-3,0],[-6,-3],[-7,1],[-1,-2],[4,-3],[12,3],[-1,-2],[-2,-1],[-2,-3],[-5,-4],[-1,-1],[11,5],[3,5],[1,1],[12,5],[12,5],[11,5],[12,5],[8,4],[8,4],[11,3],[8,4],[9,3],[7,3],[6,4],[14,3],[9,3],[10,3],[1,-1],[0,-1],[0,-2],[1,-1],[1,-2],[0,-1],[1,-2],[-1,-2],[0,-1],[-7,-11],[-11,-8],[-8,-9],[-5,-3],[-3,1],[-5,-4],[-4,0],[-3,-5],[-4,-3],[-1,-2],[0,-1],[-5,-5],[0,-1],[-1,-3],[-1,-2],[-4,-6],[-5,-4],[-10,-10],[-10,0],[-1,-1],[1,-2],[1,-3],[-1,-3],[-1,-1],[-2,-2],[-3,0],[-1,-1],[-1,-2],[1,-2],[-1,0],[-2,-2],[-1,-2],[-9,-6],[-3,-5],[-2,-2],[-3,-4],[-2,-1],[-3,-5],[-6,-3],[1,-2],[1,0],[-1,-3],[-5,-7],[-1,-2],[-2,-5],[-1,-3],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-3],[-1,-2],[-8,-6],[-9,1],[-9,0],[0,2],[2,4],[0,3],[-1,5],[-2,3],[-12,14],[-1,0],[0,-1],[-1,-1],[1,-1],[1,-2],[1,-1],[2,-1],[2,-5],[2,-2],[1,-2],[1,-4],[1,-1],[1,-2],[-2,-2],[0,-2],[-1,-2],[0,-2],[1,-2],[12,-9],[2,-3],[-1,-3],[-3,-2],[-2,-5],[-1,-1],[-8,1],[-7,2],[-10,-3],[-7,-5],[-4,-5],[-7,0],[-3,3],[-2,5],[0,1],[-2,1],[-5,1],[-4,5],[-2,0],[-1,-2],[11,-9],[3,-5],[1,0],[0,-1],[-6,-4],[-8,1],[0,-1],[2,0],[-1,-2],[0,-1],[5,-1],[9,1],[4,1],[5,-1],[6,4],[9,4],[9,3],[2,-2],[0,-1],[1,-1],[1,-1],[1,-1],[0,-4],[0,-1],[-1,-3],[-3,-1],[-1,-3],[0,-1],[-1,-3],[-9,-3],[-10,-4],[-1,-1],[-1,-3],[0,-2],[1,-2],[7,4],[7,-3],[0,-2],[-2,-3],[0,-3],[-1,-2],[-2,-1],[0,-2],[-1,-2],[-7,-4],[-3,-4],[-13,-5],[-2,-2],[-3,-1],[-3,-3],[-4,4],[-7,-1],[-8,4],[-1,2],[0,3],[0,1],[-1,2],[0,1],[-1,1],[0,2],[0,1],[-1,1],[0,1],[4,0],[1,1],[-1,1],[-7,0],[-6,2],[-12,-2],[-1,2],[1,1],[1,1],[1,0],[0,2],[-13,4],[-3,-3],[-7,-2],[-7,-1],[1,-1],[1,-1],[0,-2],[2,-4],[9,2],[11,-4],[11,-3],[3,0],[2,2],[1,-1],[-1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,-2],[1,-1],[1,-2],[0,-2],[0,-3],[0,-3],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-3,-4],[-4,-1],[-4,1],[-3,-2],[-2,2],[-3,7],[-2,1],[-1,-3],[1,-2],[0,-2],[0,-4],[0,-3],[-1,-1],[-1,-2],[-7,-1],[-3,2],[-8,-1],[-3,4],[-3,2],[-1,2],[0,1],[-1,1],[-1,0],[-1,-2],[-1,-1],[1,-1],[1,-2],[0,-1],[0,-1],[1,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-2,-4],[-2,-1],[-13,4],[-3,3],[-1,1],[-1,1],[0,-2],[0,-1],[-2,0],[-1,1],[0,2],[0,1],[0,1],[-1,1],[-2,-3],[-2,-1],[-1,1],[-5,9],[-12,2],[-12,2],[-2,3],[0,1],[-1,-1],[0,-2],[-1,-2],[0,-1],[1,-1],[1,-1],[5,0],[3,-2],[2,2],[5,-3],[4,1],[7,-2],[1,-3],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[4,-3],[3,-1],[1,-1],[-1,-2],[-7,-1],[-2,2],[-9,0],[-8,1],[-1,-1],[-1,2],[-1,0],[-4,6],[0,1],[0,2],[-1,1],[0,3],[0,2],[-1,0],[-1,-2],[-1,-1],[-3,2],[-2,-1],[1,-3],[2,-5],[1,-2],[0,-1],[1,-3],[0,-1],[2,-1],[0,-2],[-1,0],[-1,-1],[-8,2],[-7,2],[-3,3],[-1,0],[-2,-1],[-2,-1],[0,-1],[6,-5],[6,1],[7,-6],[1,-2],[-1,-1],[-2,0],[-1,-2],[11,3],[9,1],[7,-2],[6,0],[3,2],[1,0],[6,-6],[8,0],[9,0],[8,-1],[7,2],[9,-2],[-1,-2],[-2,-3],[-6,0],[-1,-2],[1,-3],[4,1],[1,-2],[0,-1],[-1,0],[0,-2],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[2,-2],[0,-1],[1,-2],[0,-2],[-1,-1],[-1,-1],[-8,2],[-8,-3],[-12,7],[-7,1],[0,2],[0,1],[-1,0],[-3,0],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[-5,6],[-7,-1],[-7,0],[-11,-1],[-6,1],[-14,0],[-13,-1],[-2,-1],[0,-2],[1,-2],[1,0],[3,3],[10,-2],[10,-1],[9,-2],[8,1],[7,-3],[10,-1],[0,-1],[0,-1],[-1,0],[2,-1],[-1,-3],[-1,-1],[-6,0],[-9,2],[-7,-3],[-6,0],[-10,-7],[-3,2],[-2,0],[-1,1],[-1,3],[-1,1],[-8,2],[-7,0],[-7,-1],[-8,-1],[1,-1],[12,-1],[7,0],[7,0],[4,-3],[1,-2],[1,-2],[-1,-1],[-6,-6],[-1,-3],[-4,-9],[-2,-7],[-2,-3],[-1,-2],[1,-3],[1,0],[2,1],[0,2],[1,4],[2,5],[7,13],[3,3],[13,5],[14,5],[13,-4],[14,-4],[1,-2],[0,-1],[-2,-4],[-1,-1],[-12,-3],[-5,-5],[0,-2],[0,-1],[0,-1],[1,1],[4,4],[12,0],[3,3],[5,-2],[7,0],[6,-3],[5,-2],[1,-2],[0,-1],[-1,-1],[2,2],[2,0],[0,-3],[-1,-2],[-2,-1],[-1,-1],[1,-1],[2,0],[1,-2],[-2,-3],[1,-2],[1,-3],[1,0],[-1,-2],[-2,0],[-1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[-1,-1],[1,-2],[1,-1],[1,0],[0,1],[1,-1],[1,-1],[1,-4],[-4,0],[-6,-8],[-1,0],[-4,1],[-6,-4],[-10,2],[-10,1],[-11,2],[-2,-2],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[11,2],[3,-2],[1,-1],[0,-1],[0,-2],[1,-2],[14,-7],[13,-6],[1,-2],[0,-2],[1,-1],[0,-1],[-1,-3],[-1,-2],[-3,0],[-3,1],[-1,0],[-1,-6],[-1,-3],[-2,-4],[-2,-2],[-1,-1],[-8,3],[-8,4],[-5,-2],[-6,3],[-1,0],[-2,-2],[-5,-3],[-1,-2],[1,-2],[1,-1],[3,0],[1,0],[0,-2],[1,0],[1,-1],[9,-2],[3,-3],[7,1],[8,0],[1,-1],[1,-3],[0,-2],[-3,-6],[0,-1],[-4,-7],[-2,-5],[-1,-1],[-1,1],[0,2],[0,1],[-3,1],[-1,2],[-2,2],[-1,0],[-7,-4],[0,-1],[-1,-4],[-1,-2],[-5,-2],[-4,-4],[-5,1],[-3,5],[-10,0],[-10,0],[-9,8],[-2,-2],[0,-1],[1,0],[1,0],[1,-2],[-6,-4],[-1,-2],[0,-2],[0,-1],[2,-2],[0,-1],[0,-1],[1,-1],[1,-1],[3,0],[1,-1],[0,-2],[4,-4],[1,-3],[0,-1],[0,-4],[0,-1],[-2,-1],[-1,-2],[1,0],[0,-1],[1,-2],[0,-1],[-1,-2],[-1,0],[-1,-2],[2,-1],[3,1],[2,-3],[0,-1],[0,-1],[0,-2],[2,0],[1,-1],[1,-2],[-1,-1],[-5,-5],[-1,0],[-1,-1],[0,-2],[0,-1],[1,-4],[-2,-6],[-5,-3],[-2,-3],[1,-4],[0,-2],[-1,-2],[-6,-2],[-6,-6],[-2,-2],[-2,1],[3,6],[1,3],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-2,-4],[0,-2],[-2,0],[-2,-3],[-7,2],[-7,2],[-6,-2],[-3,-4],[-7,1],[-2,2],[-3,-1],[-2,2],[-2,0],[-3,3],[-4,1],[-5,7],[-1,0],[-1,2],[0,1],[-5,2],[-2,3],[0,1],[-1,2],[-1,3],[-1,1],[-1,2],[-2,0],[-1,2],[-1,0],[0,2],[0,1],[0,1],[0,2],[-3,2],[0,1],[1,0],[1,0],[0,1],[-1,2],[-5,4],[0,2],[0,3],[-1,2],[-1,2],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[1,-2],[0,-1],[1,-1],[2,-1],[0,-1],[1,-2],[0,-2],[2,-3],[0,-3],[0,-2],[-1,-3],[0,-2],[-1,-2],[0,-1],[1,-3],[0,-1],[1,0],[3,-5],[3,-2],[7,0],[1,-2],[0,-4],[0,-2],[-9,-2],[-10,-3],[-8,4],[-1,-2],[5,-5],[2,-1],[1,-1],[0,-1],[0,-3],[1,-1],[-1,-1],[0,-1],[0,-3],[1,-2],[1,-1],[2,0],[4,6],[2,1],[2,2],[10,9],[10,-4],[11,-4],[1,-2],[5,-1],[1,-1],[-1,-2],[-3,-3],[-1,-7],[-2,-3],[-1,-3],[1,-1],[1,1],[8,16],[9,8],[8,-1],[2,-3],[3,0],[1,-2],[3,-4],[1,-1],[1,-2],[0,-1],[-1,-1],[0,-1],[1,-3],[1,-2],[-1,-2],[-2,-2],[-7,-14],[-1,-3],[0,-1],[0,-1],[0,-2],[0,-1],[7,1],[1,-1],[1,0],[1,2],[1,0],[3,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[7,-2],[0,2],[0,3],[0,3],[2,0],[1,1],[1,1],[0,1],[0,1],[0,3],[1,3],[3,2],[1,1],[-1,2],[1,2],[0,1],[1,0],[0,1],[6,2],[1,-1],[5,-8],[1,-2],[0,-2],[-1,-2],[0,-1],[1,-1],[1,-2],[0,-1],[-1,-3],[0,-1],[2,-2],[3,-4],[-1,-2],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-2],[-2,-3],[-1,-1],[-4,0],[-2,-3],[0,-1],[-1,-3],[-1,-2],[-1,-2],[1,-2],[1,-1],[0,-2],[-6,-4],[-1,-2],[0,-3],[-3,-1],[-2,2],[-2,4],[1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[-3,0],[-2,1],[-1,0],[-1,-1],[1,0],[-1,-2],[-1,-4],[-1,-2],[-1,-7],[0,-2],[-1,-2],[-1,-2],[-4,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-1,-2],[-1,-3],[1,-3],[-1,-3],[-2,0],[-4,3],[-2,-1],[-7,-6],[-8,-7],[-2,3],[-2,0],[-4,-4],[-1,-2],[0,-1],[-4,1],[-1,-1],[0,-1],[-1,-3],[-1,-1],[-3,0],[-2,1],[-1,0],[-1,-3],[-4,-3],[0,1],[0,2],[0,2],[1,2],[2,2],[0,1],[-1,1],[-2,1],[-1,1],[2,2],[0,1],[0,1],[0,1],[0,1],[0,1],[2,1],[0,1],[2,8],[0,1],[1,1],[1,1],[1,3],[0,2],[0,5],[-1,2],[-2,1],[-1,3],[-1,2],[-1,1],[-1,0],[-2,2],[-3,0],[0,2],[1,3],[-1,4],[-1,-1],[-1,-5],[-1,-2],[-1,0],[-1,-3],[-4,-2],[-11,3],[-3,4],[-1,1],[1,3],[1,4],[0,1],[1,0],[-1,2],[-1,3],[1,1],[3,4],[1,0],[1,1],[1,2],[0,1],[0,1],[0,1],[-3,-3],[-8,-6],[-2,1],[-2,1],[-3,7],[-1,2],[0,4],[-1,1],[-1,3],[-1,1],[0,1],[0,2],[-2,1],[-1,2],[-1,2],[-1,-1],[1,-1],[1,-2],[1,-2],[1,-3],[-1,-1],[1,-1],[1,-2],[1,-1],[0,-5],[1,-4],[4,-6],[2,-1],[6,-7],[-4,-4],[0,-3],[0,-3],[3,-6],[-1,-3],[-1,-2],[-3,-3],[-7,-1],[-7,-1],[-1,1],[-1,3],[-4,3],[-2,4],[0,2],[0,1],[1,2],[-1,1],[0,1],[0,2],[0,1],[-1,6],[0,2],[0,1],[-2,2],[0,2],[-1,1],[-4,6],[-1,1],[1,1],[-1,3],[0,2],[0,2],[1,1],[0,2],[0,1],[-1,0],[0,-1],[-1,-1],[-2,-3],[0,-2],[0,-3],[0,-1],[3,-4],[0,-1],[1,-2],[0,-1],[1,-2],[1,-2],[1,-2],[0,-2],[1,-1],[0,-4],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[0,-2],[0,-1],[1,-3],[-1,-3],[-1,-1],[-12,4],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,3],[-3,1],[-1,3],[-3,4],[-1,3],[0,3],[-1,7],[0,2],[-4,4],[-2,0],[-1,-2],[1,-1],[1,-2],[2,-1],[0,-1],[0,-1],[0,-2],[-1,-7],[0,-1],[0,-2],[1,-4],[1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-9,-2],[-2,1],[-2,2],[-3,4],[0,4],[-1,4],[-2,4],[-2,4],[-1,0],[0,-2],[0,-2],[-1,-4],[0,-2],[1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[1,-1],[0,-1],[1,-2],[0,-1],[8,-6],[7,-6],[1,-2],[0,-2],[-1,-1],[-11,-1],[-11,-2],[-1,1],[0,1],[0,1],[0,1],[-5,-1],[-1,1],[-2,3],[-1,0],[-1,0],[-3,3],[-4,0],[-4,3],[-2,-1],[-4,1],[-2,2],[-2,0],[-1,1],[0,2],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,3],[0,2],[1,2],[4,3],[1,3],[-1,3],[-4,5],[-4,7],[-1,2],[-2,-1],[9,-15],[0,-1],[0,-1],[-8,-6],[-1,0],[-1,-2],[1,-1],[0,-1],[-1,-6],[-1,-7],[0,-1],[0,-1],[-1,1],[-1,0],[-2,2],[-7,2],[-1,1],[0,2],[0,1],[1,1],[0,3],[-1,2],[-7,1],[-1,1],[1,3],[0,2],[0,2],[-1,1],[-2,2],[0,2],[0,1],[1,1],[0,2],[0,2],[-1,2],[-1,2],[-1,1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[0,-1],[1,-2],[2,-2],[0,-1],[0,-2],[-1,-3],[0,-3],[1,-2],[2,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[1,0],[0,-1],[2,-3],[-1,-1],[-1,0],[-2,3],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-2],[-2,1],[-2,3],[-1,6],[1,0],[-1,2],[-2,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-13,5],[-1,1],[0,2],[1,1],[1,1],[0,1],[0,1],[-1,2],[0,1],[-1,0],[1,2],[1,2],[0,1],[0,3],[0,1],[-1,2],[-1,1],[0,1],[0,3],[0,1],[0,2],[-1,0],[0,1],[-1,2],[0,1],[0,2],[0,2],[1,2],[-1,3],[-1,3],[0,3],[0,2],[2,4],[0,2],[0,3],[-1,3],[-1,-1],[0,-1],[-1,-1],[-1,-4],[0,-3],[-2,-3],[-1,-3],[1,-2],[3,-9],[0,-2],[-2,-3],[1,-2],[1,0],[1,-1],[1,-5],[0,-1],[0,-2],[0,-1],[0,-2],[-2,-6],[-1,-4],[0,-4],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,3],[1,3],[0,1],[1,0],[0,1],[-2,5],[0,2],[1,1],[0,1],[0,1],[0,3],[-1,2],[-1,1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-3],[0,-2],[-1,-3],[1,-2],[0,-2],[0,-2],[0,-1],[-3,-3],[0,-1],[0,-1],[0,-1],[-3,0],[0,1],[-1,1],[0,2],[0,2],[-1,0],[-1,-3],[0,-1],[-1,0],[-2,1],[0,1],[-1,3],[-4,5],[-1,1],[0,2],[1,1],[0,1],[0,3],[-1,2],[0,1],[-1,1],[-1,-4],[-1,-1],[-1,3],[-2,1],[-1,1],[1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[4,4],[0,2],[1,3],[-1,1],[0,1],[0,3],[1,1],[0,1],[-1,0],[0,2],[-1,2],[0,2],[0,3],[0,1],[-1,1],[0,2],[0,2],[-1,2],[2,4],[13,11],[1,2],[-1,1],[1,0],[7,5],[2,5],[3,4],[1,0],[1,0],[1,1],[1,3],[-1,0],[-3,0],[1,2],[3,0],[3,3],[4,-1],[0,-1],[-1,-1],[1,-1],[8,4],[2,-1],[3,1],[1,-1],[1,-2],[0,-2],[1,-1],[3,2],[2,-1],[2,2],[-4,2],[0,1],[2,5],[1,1],[8,2],[1,-2],[0,-1],[1,0],[1,0],[0,-1],[0,-2],[1,-2],[2,-1],[1,0],[1,1],[-2,4],[-1,0],[0,1],[8,1],[-2,2],[-4,-2],[-2,2],[-1,1],[-6,2],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[2,4],[0,1],[4,2],[2,0],[0,1],[-1,1],[-1,1],[-5,-1],[-1,1],[-1,4],[1,1],[3,4],[2,1],[3,-1],[3,2],[-1,1],[-7,1],[-7,-5],[-9,3],[-1,2],[0,4],[0,1],[-1,1],[-1,1],[0,3],[1,3],[2,1],[1,3],[0,1],[-1,2],[0,1],[0,1],[0,2],[-1,1],[0,1],[-2,0],[-1,1],[-1,2],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-3,5],[-5,3],[-1,2],[0,2],[0,2],[1,3],[1,3],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[-1,-1],[0,2],[1,0],[0,1],[0,3],[2,1],[0,1],[0,1],[-3,5],[0,1],[1,-1],[1,0],[0,-1],[1,-2],[1,-1],[1,-1],[12,6],[12,6],[9,-2],[5,-5],[6,-3],[7,-6],[4,-9],[3,-3],[0,-3],[1,-5],[1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-7],[1,-2],[0,-1],[1,-2],[1,-3],[-1,-2],[-1,-5],[1,0],[4,5],[1,0],[1,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,-3],[0,-1],[12,-3],[1,-1],[5,-8],[9,-3],[-1,3],[-2,2],[-1,2],[1,2],[-1,2],[0,1],[-1,0],[2,3],[2,0],[4,-2],[8,2],[8,-4],[8,-4],[0,2],[0,3],[0,1],[-9,6],[-1,4],[1,2],[5,0],[1,1],[2,3],[3,1],[1,1],[0,1],[0,1],[2,5],[1,1],[7,15],[1,1],[0,1],[0,2],[1,1],[0,1],[2,2],[3,10],[-1,0],[0,1],[1,2],[2,3],[1,3],[0,2],[0,2],[0,1],[1,2],[2,3],[-1,3],[1,1],[1,1],[0,1],[-1,2],[0,1],[0,1],[-1,3],[0,1],[1,3],[2,0],[3,0],[0,2],[0,1],[1,1],[0,2],[-5,0],[-4,-3],[-3,-5],[-1,-2],[0,-4],[1,-3],[1,-3],[0,-3],[-1,-1],[-5,-5],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-2,-3],[-1,-2],[0,-1],[-2,-9],[0,-2],[-1,-3],[-3,-3],[-2,-7],[0,-2],[-8,-11],[-6,-6],[0,1],[0,1],[0,1],[-5,-1],[-7,4],[-12,-2],[0,1],[-2,2],[-1,2],[1,1],[-1,2],[1,1],[0,1],[5,5],[1,1],[1,3],[2,4],[1,2],[1,5],[0,1],[0,2],[-1,1],[-1,0],[1,0],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-2],[-1,-2],[-2,-1],[-2,-5],[-7,-5],[0,1],[-1,2],[-8,5],[-1,2],[0,2],[1,2],[0,2],[-2,3],[0,1],[4,3],[0,1],[0,2],[0,2],[1,2],[3,-1],[3,2],[0,2],[-1,2],[-1,0],[-1,-1],[-1,-2],[-1,0],[-4,-3],[-1,0],[-2,2],[0,1],[-1,1],[1,2],[2,4],[2,2],[2,1],[4,-2],[2,1],[2,2],[1,-1],[-1,-5],[-1,-2],[1,-1],[6,10],[9,-2],[1,1],[-7,4],[-9,-1],[-10,-1],[-3,-4],[-3,-2],[-1,0],[0,2],[-1,2],[0,1],[1,1],[-4,1],[-1,2],[0,3],[9,8],[8,8],[1,0],[3,-3],[6,-1],[3,4],[2,2],[5,-1],[1,2],[-8,0],[-4,-4],[-3,0],[-7,7],[2,3],[1,5],[0,1],[0,1],[-1,0],[0,1],[5,-1],[6,5],[7,-2],[5,-5],[5,3],[0,1],[-6,0],[-5,4],[-9,1],[-4,-3],[-2,0],[0,2],[0,4],[1,2],[1,3],[0,2],[1,3],[1,3],[6,2],[0,1],[0,2],[0,1],[-1,0],[0,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[0,1],[-2,2],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,3],[1,3],[0,2],[0,3],[1,1],[0,2],[0,3],[2,4],[1,5],[1,2],[0,1],[0,1],[-1,-1],[-2,-5],[-3,-5],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-3],[1,-1],[-1,-2],[-1,-3],[-1,0],[0,-2],[1,-1],[0,-1],[-1,-1],[-1,0],[-3,-8],[-1,-4],[-3,-6],[-1,-2],[0,-1],[-3,-5],[-1,0],[0,1],[1,0],[0,1],[-10,-4],[-11,-4],[-1,1],[0,2],[0,2],[0,4],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[3,1],[0,1],[2,5],[3,4],[0,1],[0,3],[0,1],[1,1],[0,2],[-1,1],[1,2],[1,2],[0,2],[0,4],[1,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,-2],[-3,-5],[-1,-2],[-2,2],[-2,0],[-2,1],[-1,-1],[-1,-4],[-4,-7],[-2,-2],[-10,1],[-10,0],[0,1],[-1,2],[1,4],[2,2],[9,3],[0,1],[-3,1],[-2,2],[-2,-2],[-2,-1],[-2,1],[-1,2],[0,2],[1,3],[0,1],[0,3],[0,3],[0,1],[0,4],[0,4],[0,2],[-1,3],[1,3],[1,3],[9,14],[8,0],[0,1],[0,2],[-1,2],[-5,-2],[-1,1],[0,1],[0,1],[3,8],[1,3],[0,4],[1,3],[9,14],[1,0],[2,-1],[13,5],[8,-1],[7,7],[3,1],[4,5],[1,0],[1,-1],[4,1],[9,-7],[13,-2],[14,-3],[5,-7],[6,-3],[2,-3],[3,-3],[10,-5],[1,-2],[2,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[2,-2],[2,-1],[2,-2],[1,0],[2,3],[1,0],[0,1],[-1,1],[-7,9],[-2,6],[2,2],[1,1],[0,1],[6,-2],[1,1],[-1,3],[-2,2],[-12,-4],[-1,0],[-3,5],[-1,1],[-2,0],[-1,1],[-1,2],[0,1],[-3,0],[-1,1],[-1,3],[0,1],[2,2],[6,1],[9,-3],[7,-1],[1,1],[1,1],[9,3],[7,0],[1,-1],[-2,-2],[1,0],[1,1],[0,3],[1,0],[1,3],[-1,2],[-2,2],[0,1],[1,3],[1,5],[0,1],[1,1],[0,1],[5,7],[-1,1],[-1,1],[0,1],[-1,-1],[-8,-7],[-2,-2],[-1,-3],[0,-2],[-2,-2],[-2,-5],[-12,-5],[-2,2],[-10,6],[-10,-1],[-9,0],[-8,4],[-9,-1],[-7,9],[-6,3],[-1,2],[0,4],[0,1],[2,2],[1,2],[4,5],[2,0],[3,-2],[5,0],[3,-4],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[7,-1],[8,-2],[1,1],[1,3],[-1,1],[-2,-2],[-2,0],[-4,3],[0,1],[0,1],[-1,2],[-4,4],[-2,0],[-1,2],[0,1],[0,1],[-1,0],[0,1],[0,2],[1,1],[1,2],[0,4],[-1,0],[-3,-4],[-1,-2],[-6,2],[1,1],[0,3],[-1,2],[0,2],[0,2],[-1,1],[0,1],[-1,2],[0,1],[-1,3],[0,1],[0,1],[0,5],[0,1],[0,1],[-1,0],[0,1],[0,3],[0,1],[-1,1],[-2,3],[-3,1],[-5,6],[0,1],[0,3],[-1,1],[-1,2],[-1,1],[0,1],[1,1],[-1,2],[0,1],[-2,2],[1,2],[0,2],[-4,5],[-4,4],[-9,4],[-6,-1],[-9,5],[-8,3],[0,1],[-1,1],[0,1],[0,1],[0,4],[0,2],[1,0],[2,0],[0,1],[-1,1],[-1,2],[0,1],[0,3],[0,2],[0,2],[0,2],[0,2],[1,2],[1,2],[2,2],[10,-3],[2,-2],[10,-1],[3,-4],[2,-1],[2,1],[1,3],[-5,1],[-3,5],[-10,1],[-2,2],[-13,3],[-3,3],[-1,2],[0,1],[0,1],[-1,1],[0,2],[-1,3],[0,2],[0,4],[0,2],[1,5],[1,2],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,3],[-1,0],[0,1],[0,1],[1,1],[1,0],[1,1],[7,2],[8,1],[4,-3],[12,-7],[9,0],[10,1],[8,-1],[8,0],[7,-3],[13,-15],[6,-11],[12,-12],[7,-9],[7,-9],[2,-3],[1,-3],[2,-7],[1,-3],[0,-1],[0,-1],[0,-2],[2,-4],[2,-1],[4,0],[0,-4],[0,-3],[2,-3],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,-2],[4,-3],[2,1],[3,6],[3,0],[11,-5],[11,-5],[-1,1],[0,1],[-1,0],[0,1],[1,2],[7,3],[8,4],[3,-1],[1,0],[5,9],[-9,-1],[-9,-2],[-1,-2],[-13,-3],[-12,10],[-5,-1],[-1,1],[1,3],[0,2],[-2,1],[-1,1],[1,3],[0,2],[0,3],[-1,5],[0,3],[-1,1],[0,2],[0,1],[0,1],[2,2],[4,0],[1,2],[-2,2],[-7,3],[-8,2],[-2,3],[-2,1],[-10,14],[-12,19],[-2,5],[-5,6],[0,1],[1,1],[9,3],[8,3],[8,2],[8,2],[10,1],[12,3],[11,3],[12,3],[2,3],[-1,1],[-1,0],[0,2],[9,2],[7,1],[8,1],[2,2],[11,0],[3,2],[3,-1],[3,2],[8,-1],[9,0],[1,1],[1,1],[0,1],[0,1],[0,1],[-11,1],[-10,1],[-14,-1],[-9,1],[-10,0],[0,1],[1,2],[10,4],[5,5],[9,2],[6,5],[6,1],[3,4],[5,1],[3,1],[1,2],[13,2],[6,2],[11,0],[8,1],[8,1],[1,1],[1,4],[-3,3],[-5,0],[-7,-2],[-10,2],[-9,1],[-8,0],[-4,-3],[-10,-2],[-10,-2],[-1,0],[0,1],[-1,2],[0,3],[1,1],[1,2],[-1,5],[0,2],[-1,1],[0,1],[0,3],[1,1],[12,14],[1,2],[1,4],[-3,1],[1,2],[2,1],[3,1],[3,2],[3,3],[2,5],[4,5],[5,3],[1,2],[7,3],[5,5],[4,0],[2,5],[6,4],[1,1],[-2,1],[-1,1],[-13,-7],[-13,-7],[-3,-4],[-9,-4],[-8,-12],[-3,-2],[-2,-3],[-1,-1],[-1,-3],[0,-3],[0,-2],[1,0],[-1,-2],[-6,-1],[-7,7],[-8,7],[1,-4],[9,-11],[1,0],[1,-1],[-1,-3],[-3,0],[-1,-1],[-2,-6],[0,-1],[-1,-2],[1,-2],[1,0],[1,0],[2,1],[0,-1],[0,-2],[-1,-3],[-2,-4],[-1,0],[-2,0],[-1,-1],[0,-2],[-1,-3],[-1,-3],[-3,-6],[-9,-4],[-4,-5],[-3,-2],[-5,-2],[-8,-5],[-6,-6],[-10,-5],[-9,-1],[-8,-3],[-7,-2],[-7,-3],[-1,-1],[-1,0],[-9,-1],[-5,-2],[-6,1],[-1,2],[0,4],[0,4],[1,3],[1,2],[1,1],[3,0],[1,1],[2,3],[10,3],[9,4],[3,4],[3,1],[5,8],[-1,1],[-2,0],[-3,2],[-1,-1],[-3,-3],[-7,-4],[-2,-2],[-1,1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-12,-3],[-8,-4],[-6,1],[-1,2],[1,1],[-1,1],[0,2],[1,2],[4,2],[6,7],[1,2],[-4,2],[-2,-1],[-1,-4],[-4,-4],[-2,0],[0,-1],[-2,-3],[-1,-1],[-5,2],[1,-1],[2,-2],[-1,-1],[-1,-2],[0,-2],[1,-3],[1,-1],[0,-2],[1,-3],[0,-2],[0,-2],[-1,-6],[-1,-3],[-1,-2],[-2,-1],[-5,0],[-9,-4],[-8,3],[-6,0],[-6,-4],[-12,3],[-2,2],[-5,-1],[-1,2],[2,4],[4,4],[2,4],[-6,-4],[-8,-9],[-1,0],[-9,5],[-9,5],[2,6],[3,10],[11,17],[10,17],[5,4],[4,1],[1,2],[3,0],[3,2],[1,1],[0,1],[6,1],[-1,1],[1,1],[1,0],[1,-2],[1,-1],[9,3],[9,2],[3,2],[12,3],[13,3],[13,3],[2,2],[6,2],[3,3],[-13,-3],[-13,-3],[-12,-3],[-13,-4],[-2,1],[-12,-2],[-13,-3],[-3,-2],[-3,1],[-3,-1],[-8,-3],[-9,-6],[-7,-9],[-2,-5],[-1,-1],[-3,-2],[-2,-4],[1,-1],[-13,-15],[0,-2],[-1,-5],[-2,-4],[-3,-4],[-5,0],[-7,2],[-5,4],[-6,1],[-7,6],[-7,7],[-9,4],[-7,8],[-6,4],[-1,4],[-1,1],[0,1],[1,1],[3,1],[2,3],[7,0],[4,4],[13,2],[8,0],[8,0],[6,-2],[13,1],[3,2],[9,0],[7,3],[5,6],[7,3],[5,-2],[1,2],[-2,1],[0,1],[-1,2],[1,2],[1,1],[3,1],[2,3],[2,1],[2,3],[9,7],[10,3],[2,3],[1,1],[0,2],[-1,0],[-1,0],[0,-1],[-1,0],[-3,3],[-2,-1],[-6,-1],[-9,-4],[-9,-5],[-9,-7],[-2,-5],[-7,-4],[-11,-2],[-13,-7],[-13,2],[-14,-2],[-13,-3],[-14,-2],[-14,-3],[-3,2],[-2,2],[-2,1],[-3,4],[0,1],[-2,5],[-1,4],[-1,2],[0,3],[1,3],[9,8],[2,-2],[2,2],[1,-1],[5,-5],[2,0],[8,3],[9,3],[-2,2],[-11,-2],[-5,5],[-7,3],[-3,4],[0,1],[9,3],[5,7],[5,0],[7,9],[3,-2],[1,0],[1,1],[-1,0],[-1,2],[-1,1],[1,2],[11,4],[6,0],[10,2],[0,-1],[-1,0],[0,-1],[1,-2],[1,0],[3,2],[2,-1],[5,0],[7,-5],[1,2],[-1,0],[0,1],[0,1],[-1,1],[-10,4],[-10,4],[-3,-2],[-3,1],[1,1],[-2,2],[-1,0],[-2,0],[-3,-3],[-3,-2],[-10,-2],[-9,-5],[-6,-3],[-8,-6],[-13,-7],[-2,-3],[-2,-1],[-2,0],[-2,3],[2,2],[-11,7],[1,2],[11,8],[10,7],[3,0],[1,1],[0,2],[1,1],[7,1],[2,5],[-7,0],[-7,-1],[0,1],[1,1],[1,1],[-1,1],[-2,0],[0,1],[-3,5],[-2,1],[-1,0],[-1,-2],[1,-2],[0,-2],[1,-2],[-3,2],[-2,-1],[-6,3],[-1,0],[-1,-5],[-2,-1],[-2,0],[-2,-1],[0,-1],[-1,-2],[0,-1],[2,-5],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,0],[1,2],[-1,1],[-10,-4],[2,2],[0,1],[-1,5],[-1,1],[-7,2],[-2,2],[-2,0],[-2,2],[0,1],[1,1],[1,0],[0,1],[-1,0],[-1,1],[1,1],[3,-1],[1,1],[-1,2],[1,1],[1,1],[0,1],[0,1],[1,1],[-1,2],[1,0],[2,1],[2,2],[2,3],[2,1],[6,-2],[2,1],[2,-1],[1,1],[-3,3],[-1,2],[2,3],[2,2],[8,0],[1,1],[0,1],[0,1],[1,1],[1,1],[11,4],[8,-2],[0,1],[-1,1],[2,0],[4,3],[1,0],[1,-1],[0,-1],[-1,-1],[1,-2],[1,-4],[3,-2],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[2,-1],[1,-2],[-1,2],[1,1],[2,2],[2,5],[1,2],[-1,2],[-5,1],[-1,0],[0,2],[0,1],[0,1],[2,1],[2,1],[5,-5],[3,2],[-1,1],[0,1],[1,1],[-2,6],[1,2],[9,8],[13,3],[1,2],[2,0],[0,1],[1,1],[2,0],[6,-5],[6,3],[6,-3],[5,-6],[0,-2],[-4,-6],[1,-2],[8,-5],[8,-5],[-1,3],[-2,2],[-8,4],[-1,3],[8,2],[0,1],[-4,4],[0,1],[0,2],[1,1],[9,1],[11,-2],[2,0],[2,-2],[3,-2],[8,-12],[8,-11],[1,-1],[0,2],[-1,3],[-6,9],[-3,6],[2,2],[11,0],[2,-1],[5,-11],[3,-4],[3,-1],[-4,6],[-3,9],[1,1],[4,-1],[1,-1],[1,-2],[-1,-5],[2,-3],[1,-2],[4,-1],[-1,1],[-2,3],[0,1],[0,4],[0,2],[-1,3],[-14,5],[-14,6],[-14,5],[-13,5],[-4,8],[-1,3],[1,1],[8,3],[6,-1],[9,1],[10,1],[3,4],[1,1],[4,0],[1,2],[-3,3],[-1,1],[0,2],[1,1],[1,1],[-3,1],[0,2],[1,5],[-2,2],[-4,0],[-2,1],[-3,0],[-1,1],[1,2],[0,1],[1,0],[2,2],[10,1],[10,1],[10,1],[1,-2],[1,-3],[0,-1],[-8,-1],[-1,-1],[12,-5],[4,-3],[0,-1],[1,-2],[4,3],[7,-2],[8,-2],[7,-7],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[8,-8],[1,-1],[1,-4],[1,-1],[-1,-4],[-1,-2],[-3,-2],[9,-1],[10,-1],[9,0],[5,-4],[1,0],[1,2],[-1,0],[-1,4],[-5,4],[-13,-1],[-1,1],[-6,12],[-5,7],[0,1],[0,1],[0,3],[0,3],[0,1],[1,1],[11,-8],[5,0],[8,-8],[7,-5],[8,-5],[13,-8],[14,-7],[0,-2],[1,-1],[2,0],[2,1],[11,-6],[12,-15],[1,-4],[1,-1],[8,-1],[-12,17],[-1,3],[0,1],[-1,1],[-3,1],[-2,2],[1,1],[1,1],[1,2],[-1,1],[-10,4],[-10,4],[-10,3],[-1,3],[0,1],[0,1],[2,3],[1,1],[-12,0],[-13,11],[-13,10],[-14,11],[0,1],[0,2],[0,1],[1,4],[5,10],[14,0],[14,-1],[1,0],[-1,2],[-2,-2],[-9,4],[-1,0],[-10,8],[-3,5],[1,4],[1,2],[7,3],[9,-4],[10,-3],[7,-7],[7,-7],[9,1],[-1,3],[-7,8],[-7,8],[-1,3],[1,0],[-1,4],[-3,1],[-3,4],[-3,2],[-3,4],[0,1],[0,2],[1,1],[2,1],[11,-2],[10,-2],[11,-2],[1,-3],[0,-1],[0,-1],[3,-2],[1,-3],[-1,-1],[0,-1],[0,-1],[1,-3],[1,-1],[5,-2],[1,-2],[1,0],[1,0],[1,1],[-4,4],[-2,2],[1,3],[2,1],[11,-4],[10,-3],[3,2],[2,-2],[11,1],[2,2],[-13,3],[-13,4],[-13,4],[-1,2],[0,3],[-2,0],[2,3],[7,0],[0,1],[-9,3],[-10,2],[-1,2],[-1,3],[1,1],[2,1],[2,1],[1,0],[0,1],[2,2],[11,3],[11,2],[1,0],[1,-2],[0,-1],[3,0],[-1,0],[0,-1],[0,-2],[1,0],[1,-1],[2,-3],[0,-4],[2,0],[6,10],[2,1],[3,-1],[2,-3],[1,0],[0,-3],[-1,-1],[-1,-4],[1,-3],[2,1],[1,2],[1,0],[0,-2],[1,-1],[3,0],[2,-3],[2,0],[0,1],[-1,0],[-1,1],[-1,1],[-1,3],[1,1],[4,-3],[1,1],[0,2],[-1,1],[-1,1],[0,2],[7,3],[10,-4],[10,-4],[5,-9],[1,-3],[-1,-1],[0,-1],[1,-1],[3,-1],[2,-2],[5,-10],[3,-2],[1,-1],[1,-1],[0,-1],[1,1],[2,-2],[3,-1],[5,-4],[2,0],[0,-2],[-1,-1],[-1,-2],[-3,-4],[-2,-1],[-1,-3],[-1,-3],[-1,-4],[1,-2],[2,1],[7,10],[7,10],[5,1],[2,2],[-1,2],[-9,4],[-10,5],[1,0],[0,1],[-2,0],[-2,1],[-1,3],[-1,4],[2,3],[5,0],[2,2],[-11,0],[-5,5],[-3,8],[-10,9],[-10,8],[0,2],[1,1],[6,3],[0,-1],[-1,0],[0,-1],[1,-1],[12,1],[13,2],[3,3],[9,-1],[10,-1],[2,-1],[2,0],[0,-1],[0,-1],[3,0],[1,1],[3,2],[12,-3],[12,-3],[4,-5],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[2,-3],[0,-1],[1,-3],[1,-3],[11,-8],[12,-8],[11,-8],[0,1],[0,1],[0,1],[3,0],[0,2],[-9,4],[-8,5],[-6,7],[-1,1],[0,1],[-2,5],[-1,2],[-3,1],[-2,2],[1,3],[1,2],[4,2],[5,7],[9,4],[1,1],[-3,0],[1,3],[5,1],[2,2],[3,1],[1,0],[1,-3],[1,-1],[6,5],[9,-1],[9,0],[1,-2],[-1,-1],[-4,-6],[0,-3],[0,-3],[6,-6],[0,-1],[-1,-1],[11,-4],[10,-5],[-1,3],[-12,13],[-4,1],[-1,1],[0,2],[6,6],[5,1],[0,1],[0,1],[-1,1],[0,2],[3,0],[2,-3],[1,0],[1,0],[1,1],[0,1],[-1,1],[2,1],[10,0],[11,1],[10,0]],[[1794,552],[-1,-1],[0,1],[0,2],[0,1],[2,0],[0,-1],[0,-1],[0,-1],[-1,0]],[[2557,562],[-1,0],[0,1],[1,3],[0,2],[0,2],[1,3],[0,8],[0,2],[0,1],[0,1],[0,1],[0,-5],[0,-6],[0,-5],[-1,-8]],[[2560,599],[0,-4],[0,4],[-1,12],[1,-2],[0,-7],[0,-3]],[[2441,615],[0,-2],[0,1],[-1,-2],[-1,-1],[1,1],[0,1],[0,1],[-1,-2],[-1,0],[-1,-7],[-1,-4],[-1,-1],[1,5],[-2,-4],[0,-2],[-1,-1],[-1,0],[0,1],[0,1],[1,2],[0,1],[1,2],[1,1],[1,4],[2,4],[1,2],[1,3],[1,0],[0,-1],[0,-1],[0,-2]],[[1900,610],[0,-1],[-1,1],[0,-2],[0,2],[-1,2],[0,1],[-2,3],[1,1],[0,2],[0,4],[0,2],[1,5],[1,-1],[1,-2],[0,-4],[0,-3],[1,-3],[0,-2],[0,-3],[-1,-2]],[[1903,690],[0,-1],[0,1],[0,1],[0,1],[0,2],[0,3],[1,1],[0,2],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-2],[0,-1]],[[2574,878],[-1,-8],[0,-5],[-1,-2],[-1,-4],[0,-2],[-1,-7],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-7],[-1,-1],[0,2],[0,3],[-1,6],[0,3],[0,6],[1,6],[1,10],[1,6],[0,2],[1,1],[0,-1],[1,0],[0,-2],[1,0],[0,2],[1,0],[0,1],[1,1],[0,3],[0,-1],[0,-1],[0,-2]],[[2575,977],[0,-7],[0,2],[-1,5],[0,4],[0,2],[0,-3],[1,-3]],[[2031,990],[0,-1],[0,-3],[0,-2],[0,-1],[-1,2],[0,2],[0,3],[1,0]],[[2025,1013],[1,-1],[1,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[0,-2],[0,-2],[-1,1],[0,2],[-1,0],[0,1],[-1,1],[0,2],[1,3],[0,1]],[[2020,1043],[0,-1],[1,0],[0,-1],[1,-2],[1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,1],[-1,2],[-1,4],[0,1],[0,1],[0,1],[0,2],[0,2],[-1,1],[1,1],[0,1],[0,2],[-1,1],[1,1]],[[2019,1054],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-1,3],[1,2],[0,2]],[[2272,1051],[-1,-2],[0,1],[-1,5],[-1,6],[0,6],[1,-2],[0,-3],[0,-3],[0,-3],[1,-3],[1,-2]],[[2492,1170],[1,-4],[1,-6],[0,-6],[0,-7],[0,-5],[-1,-1],[-1,1],[0,1],[0,2],[0,3],[0,1],[0,1],[1,2],[0,4],[0,3],[-1,2],[0,3],[-1,2],[0,1],[-1,-1],[0,-2],[0,1],[0,2],[0,2],[0,2],[1,1],[1,-2]],[[2266,1188],[-1,-1],[0,1],[0,3],[1,1],[0,6],[0,2],[1,-3],[-1,-5],[0,-4]],[[1932,1401],[0,-2],[-1,0],[-1,1],[0,1],[0,1],[-1,2],[0,4],[0,5],[-1,4],[0,2],[1,1],[-1,6],[0,5],[0,2],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[0,-4],[1,-3],[0,-2],[1,-4],[0,-1],[0,-2],[1,-4],[0,-1],[0,-3]],[[1883,1434],[0,-1],[1,-1],[1,-4],[0,-1],[-1,4],[-1,0],[-1,1],[-1,-2],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,1]],[[1871,1454],[1,0],[1,0],[1,0],[1,-1],[0,-2],[0,-2],[1,-2],[0,-1],[1,0],[0,-2],[1,-8],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-3],[-1,6],[-1,2],[-1,5],[-1,4],[-1,4],[-1,2],[0,1],[0,1],[-1,2],[-1,2],[-1,1],[0,2],[1,2],[0,-2]],[[1916,1458],[0,-2],[1,0],[0,-2],[0,-2],[1,0],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-2],[0,-2],[0,2],[-1,1],[1,1],[-1,1],[0,-1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2]],[[1910,1499],[1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1]],[[1910,1529],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-4],[1,-3],[0,-1],[0,-3],[0,-3],[1,-1],[-1,-1],[-1,0],[0,-2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[0,2],[-1,0],[0,1],[0,2],[0,1],[0,2],[0,3],[0,1],[1,1],[0,-1],[0,-1],[0,-4],[1,-2],[1,-2],[1,-1]],[[1866,1523],[0,-2],[0,-1],[0,1],[-1,-2],[0,-2],[0,-4],[0,-1],[0,-4],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-3],[1,-3],[0,-1],[0,-2],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-2],[0,-3],[1,0],[0,-2],[0,-1],[0,-2],[0,-2],[0,1],[-1,1],[0,1],[0,1],[0,3],[-1,2],[0,2],[0,1],[-1,0],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,2],[0,2],[0,3],[-1,2],[0,2],[0,2],[0,1],[-1,1],[0,2],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-3],[0,1],[0,2],[-1,3],[0,2],[0,1],[1,4],[0,7],[2,19],[0,7],[1,13],[0,11],[1,4],[0,1],[0,-6],[0,-3],[0,-6],[-1,-3],[0,-10],[0,-4],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1]],[[1906,1563],[0,-1],[0,1],[0,2],[0,1],[0,3],[1,0],[0,1],[0,-1],[0,-2],[0,-3],[-1,-1]],[[1957,1589],[2,-2],[0,-1],[1,-4],[0,-1],[0,-2],[-1,2],[-1,3],[-1,2],[-1,0],[0,1],[-2,0],[0,3],[3,-1]],[[1867,1566],[0,2],[0,2],[0,2],[0,5],[0,6],[1,6],[0,3],[0,3],[0,1],[0,-1],[0,-2],[0,-2],[0,-4],[0,-3],[0,-2],[-1,-5],[1,-3],[0,-2],[-1,-2],[0,-2],[0,-2]],[[1905,1612],[0,-1],[-1,2],[0,5],[0,5],[0,3],[0,2],[1,0],[0,-2],[0,-3],[0,-4],[0,-7]],[[1897,1628],[0,-1],[1,-1],[0,-3],[0,-1],[0,-1],[0,-2],[-1,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,-1],[0,1]],[[1892,1636],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,-2],[0,-1],[1,-1],[-1,0],[0,-1],[1,-1],[0,-1]],[[1897,1681],[-1,-3],[0,-4],[0,-4],[0,-2],[1,0],[0,-2],[-1,-1],[0,1],[0,2],[0,2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-3],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-3],[0,-2],[0,-1],[-1,1],[0,1],[0,2],[0,1],[0,2],[0,2],[0,2],[1,5],[-1,2],[1,2],[0,2],[0,2],[0,1],[1,1],[0,3],[0,3],[-1,1],[0,2],[1,0],[1,1],[0,1],[0,1],[0,-1],[0,-1],[1,1],[0,1],[1,1]],[[1891,1685],[-1,0],[0,1],[1,0],[0,1],[-1,1],[0,1],[1,1],[0,-2],[0,-1],[0,-1],[0,-1]],[[1837,1775],[0,-1],[0,1],[1,1],[0,-1],[0,-2],[1,-3],[0,-2],[0,-1],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,-1]],[[1928,1819],[-1,4],[-1,2],[0,2],[-1,1],[0,1],[1,-1],[1,-2],[0,-2],[1,-5]],[[1869,1844],[0,-2],[-1,1],[0,3],[0,3],[-1,2],[1,3],[1,-3],[0,-3],[0,-4]],[[1911,1860],[0,-3],[-1,3],[-1,2],[0,6],[0,4],[1,3],[0,2],[0,-6],[0,-7],[0,-2],[1,-2]],[[1874,1879],[0,-1],[0,1],[-1,1],[0,2],[1,0],[0,-1],[1,-1],[-1,-1]],[[1782,1940],[0,3],[0,2],[-1,0],[0,1],[0,1],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1]],[[1888,1957],[0,-2],[0,1],[0,1],[-1,2],[1,1],[0,-3]],[[1770,2008],[1,-1],[0,1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1]],[[1782,1976],[0,-1],[0,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,1],[0,1],[0,4],[-1,3],[-1,1],[0,-2],[-1,-2],[0,2],[0,5],[1,1],[1,9],[1,7],[0,4],[0,5],[0,5],[0,4],[0,2],[1,1],[1,-3],[-1,-2],[1,-4],[0,-1],[0,-2],[0,-2],[0,-3],[0,-4],[0,-3],[1,-3],[0,-3],[-1,-3],[1,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1]],[[1849,2047],[0,-1],[0,1],[-1,4],[0,1],[-1,1],[0,2],[-1,1],[0,1],[0,2],[0,1],[0,1],[1,-1],[1,-5],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1]],[[1855,2069],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,1],[0,-1],[0,2],[-1,4],[0,3],[1,0],[0,1],[1,-1],[0,1]],[[1829,2113],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[1697,2095],[-1,-4],[-1,-1],[0,-2],[0,2],[0,1],[0,1],[0,3],[0,3],[0,2],[0,3],[0,2],[0,2],[0,4],[-1,2],[0,2],[-1,2],[0,3],[0,2],[0,2],[0,3],[0,2],[1,2],[1,2],[0,2],[1,0],[0,-1],[0,-2],[-1,-2],[0,-2],[1,-3],[0,-3],[0,-1],[1,-4],[0,-7],[0,-3],[0,-5],[0,-7]],[[1863,2141],[0,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[1,-6],[1,-11],[0,-5],[0,-5],[-1,-7],[0,-2],[0,-2],[-1,-3],[0,-3],[0,-2],[0,-3],[0,-3],[0,-2],[0,-1],[0,1],[-1,-1],[0,-2],[-1,2],[0,-1],[-1,2],[0,1],[-1,2],[0,2],[0,-1],[-1,1],[-1,2],[0,1],[0,1],[-1,2],[-1,2],[0,2],[0,-1],[-1,1],[1,3],[1,2],[0,3],[0,1],[1,1],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,6],[1,7],[0,6],[0,5],[0,2],[1,2],[0,2],[0,1],[1,-2],[1,3],[0,1],[1,1],[1,0],[0,2],[1,1],[0,1],[0,-2],[0,-1]],[[1829,2186],[0,-1],[1,-2],[1,-4],[0,-3],[1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[1,-3],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[0,-3],[1,-2],[1,-1],[0,-1],[1,0],[0,1],[1,-1],[0,1],[1,-1],[1,1],[0,-2],[0,-3],[0,-3],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-3],[0,-4],[0,-2],[0,-3],[0,-1],[0,-1],[1,-3],[0,-1],[1,-1],[-1,-4],[0,-1],[0,-5],[0,1],[0,2],[-1,2],[-1,2],[0,2],[0,2],[-1,0],[0,2],[0,2],[-1,0],[0,3],[0,2],[-1,2],[0,2],[0,1],[-1,1],[0,2],[0,2],[-1,1],[-1,3],[0,4],[0,1],[0,3],[-1,1],[-1,0],[0,1],[0,2],[0,3],[-1,1],[0,1],[0,3],[0,2],[-1,2],[0,1],[0,2],[-1,1],[0,4],[0,3],[1,3],[0,5],[0,2],[0,2],[0,1],[0,-1],[0,-1],[1,1],[0,1],[0,1],[0,-2],[1,0]],[[1804,2248],[-1,-1],[0,2],[0,1],[0,2],[1,-1],[0,-2],[0,-1]],[[1796,2504],[1,-4],[-1,0],[0,1],[0,1],[-1,1],[0,-2],[-1,3],[-1,6],[0,6],[1,0],[1,-5],[1,-7]],[[1725,2602],[-1,0],[0,1],[0,2],[0,1],[0,-2],[1,-1],[0,-1]],[[2284,1665],[0,-20],[0,-5],[0,-3],[0,-7],[0,-3],[-1,-2],[0,-6],[-1,-9],[-1,-13],[-2,-16],[-3,-30],[-3,-49],[-3,-48],[-1,-63],[0,-5],[-1,-6],[0,-30],[0,-2],[-1,-1],[-2,1],[0,-1],[1,0],[1,-1],[0,-1],[0,-4],[0,-13],[1,4],[0,9],[0,5],[0,-5],[0,-30],[-1,-14],[0,-26],[1,-42],[-1,-18],[0,8],[0,3],[0,-2],[-1,-15],[0,-2],[-1,-5],[0,-1],[0,-2],[0,-1],[-1,1],[0,-3],[1,-3],[-1,-11],[-1,-2],[1,-2],[0,-1],[1,2],[0,1],[0,5],[0,2],[0,2],[0,-2],[0,-2],[0,-4],[0,-12],[1,-15],[-1,-4],[1,-2],[0,-7],[0,-2],[0,-2],[1,-9],[0,-18],[0,-5],[4,-38],[3,-17],[1,-1],[1,-7],[1,-1],[0,-2],[2,-6],[1,-6],[-1,-6],[0,-6],[0,-6],[0,-3],[-1,-6],[0,-3],[-1,-2],[0,-3],[0,-7],[-1,10],[0,7],[-1,5],[0,1],[0,1],[1,2],[0,2],[1,2],[0,-1],[1,2],[0,3],[0,2],[0,2],[0,3],[-1,2],[-1,4],[-1,6],[-1,3],[-1,8],[-1,9],[-1,3],[0,1],[0,2],[-1,10],[0,3],[-1,3],[-2,20],[0,5],[0,-3],[0,-6],[0,-1],[1,-3],[0,-8],[1,-6],[0,-12],[0,-10],[1,-12],[0,-6],[2,-20],[1,-2],[0,-1],[1,0],[0,2],[1,-2],[0,-3],[-1,-6],[1,-2],[1,-19],[0,-2],[1,-1],[0,-2],[0,-5],[2,-22],[2,-18],[2,-18],[0,-4],[0,-3],[0,-1],[0,-2],[1,-13],[3,-20],[1,-4],[1,-3],[1,-2],[0,-6],[1,-2],[1,-4],[2,-11],[1,-8],[1,-2],[0,-5],[0,-1],[1,-1],[0,-1],[0,-2],[1,-8],[2,-11],[2,-14],[2,-9],[0,-4],[1,-14],[0,-13],[1,-17],[1,-3],[0,-5],[1,-3],[-1,-4],[0,-2],[1,-4],[0,-6],[0,-3],[0,-3],[1,-2],[2,-9],[1,-2],[1,2],[0,-2],[0,-4],[0,-2],[0,-2],[1,-8],[0,-3],[1,-2],[0,-2],[1,-1],[1,0],[0,-2],[0,-10],[1,-5],[0,-5],[1,-4],[1,-5],[1,-2],[0,-1],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[0,-4],[-1,2],[-1,5],[-1,2],[-1,5],[-1,1],[-1,-1],[1,-3],[1,-2],[1,-1],[0,-3],[0,-3],[2,-4],[0,-1],[-1,0],[-1,2],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[2,-4],[1,-1],[1,-1],[0,-3],[1,-2],[0,2],[-1,4],[-2,3],[-1,4],[0,6],[2,-7],[2,-4],[2,-2],[4,-1],[2,1],[2,0],[1,-1],[0,-1],[1,-4],[3,-8],[0,-2],[0,-3],[0,-2],[1,-1],[4,-3],[0,-1],[1,-1],[1,-2],[1,-4],[0,-11],[1,-5],[2,-9],[0,-4],[2,-14],[1,-3],[0,-1],[1,0],[1,-2],[1,0],[1,1],[1,2],[4,3],[2,3],[1,2],[1,1],[2,3],[0,2],[1,1],[3,5],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[3,2],[0,2],[1,1],[0,2],[0,1],[-1,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,-2],[1,-1],[1,2],[1,2],[0,4],[0,4],[-1,0],[0,-1],[0,-1],[-1,-1],[-2,-4],[0,-2],[0,-1],[-2,-1],[-1,-3],[0,-1],[-1,0],[0,-2],[0,3],[1,1],[0,1],[1,2],[0,1],[5,10],[1,1],[3,2],[4,-1],[4,1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[1,1],[0,1],[0,1],[0,-2],[0,-3],[0,-2],[1,3],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,1],[0,1],[1,1],[4,1],[3,3],[1,4],[2,6],[0,4],[0,2],[0,1],[1,1],[0,-1],[0,-5],[1,-14],[0,-4],[0,4],[0,3],[0,3],[0,6],[0,3],[-1,6],[0,2],[1,1],[0,1],[2,-1],[0,1],[3,3],[2,3],[4,1],[2,2],[4,2],[2,-1],[1,-1],[1,-4],[1,-5],[1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,1],[0,1],[-1,-1],[-1,1],[0,1],[0,2],[0,1],[-1,-2],[-1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,1],[1,1],[0,-2],[1,0],[0,-1],[1,1],[0,-2],[1,-2],[0,-1],[1,-1],[-1,3],[-1,3],[0,3],[-1,4],[1,-1],[0,-1],[1,-1],[0,1],[0,-3],[1,-1],[0,-2],[0,-2],[0,1],[0,-1],[0,-1],[1,-2],[1,-2],[-1,-2],[0,-4],[0,-2],[0,-2],[0,-3],[1,-2],[0,2],[0,2],[0,3],[0,2],[0,-1],[0,-1],[1,0],[0,2],[-1,2],[0,2],[0,2],[1,-2],[2,-2],[1,-2],[0,1],[1,-1],[1,-1],[1,1],[1,1],[0,1],[1,-2],[0,-1],[0,-1],[0,1],[0,2],[0,4],[0,2],[0,-2],[0,-1],[-1,0],[0,-1],[0,2],[0,3],[0,1],[1,2],[2,3],[1,2],[1,1],[0,1],[0,2],[1,4],[0,1],[1,0],[1,0],[0,1],[0,1],[1,2],[0,1],[0,1],[-1,-2],[-1,-2],[-1,-1],[1,11],[0,5],[0,4],[-1,3],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,5],[-1,1],[0,4],[1,3],[1,2],[1,3],[1,3],[0,3],[1,3],[-1,0],[-2,-8],[-1,-4],[-1,-3],[0,-4],[0,-1],[0,1],[-1,-2],[0,-1],[-1,0],[0,1],[-1,1],[1,4],[2,5],[1,5],[3,7],[3,8],[2,10],[1,2],[1,2],[2,7],[3,14],[0,2],[1,2],[1,4],[1,4],[0,5],[0,29],[1,6],[0,3],[0,3],[0,2],[0,3],[0,3],[0,6],[1,4],[1,6],[3,9],[1,6],[0,6],[0,2],[0,3],[0,2],[0,8],[-1,2],[0,1],[1,3],[0,11],[0,7],[0,9],[0,3],[0,8],[0,6],[0,12],[0,6],[0,13],[1,14],[0,3],[1,10],[1,3],[0,8],[1,8],[0,5],[-1,-8],[0,-5],[0,-1],[0,-4],[-1,-4],[0,-3],[-1,-2],[0,1],[1,4],[1,26],[1,3],[0,2],[3,9],[1,3],[2,3],[1,4],[0,1],[1,1],[2,3],[2,6],[0,1],[1,1],[2,5],[3,2],[3,0],[3,4],[6,2],[2,3],[1,1],[1,-1],[1,2],[3,2],[1,3],[2,0],[0,1],[1,2],[4,4],[1,3],[1,8],[1,1],[2,1],[0,1],[1,2],[1,1],[2,0],[0,-1],[1,-2],[1,0],[1,2],[2,0],[0,1],[1,1],[0,1],[2,0],[-1,1],[0,1],[-1,0],[-1,-3],[-1,-1],[0,1],[0,2],[1,1],[1,0],[0,2],[1,0],[1,-2],[3,0],[2,-4],[1,-2],[3,-1],[1,-3],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[-2,2],[0,1],[1,-3],[0,-2],[1,-1],[1,-1],[2,0],[1,-1],[1,1],[-1,0],[-1,1],[0,1],[0,1],[2,-1],[1,-3],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,1],[0,-2],[1,0],[1,1],[1,0],[1,-3],[2,0],[0,-1],[1,-1],[0,1],[2,4],[1,1],[0,3],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,0],[-1,1],[0,1],[0,-1],[0,2],[0,1],[-1,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,2],[1,4],[1,1],[0,1],[1,0],[1,-1],[0,-1],[1,1],[3,7],[1,1],[2,-3],[0,-2],[1,-3],[2,-11],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[1,-1],[0,2],[1,-1],[1,-1],[0,-7],[0,-2],[0,-2],[0,-4],[0,-1],[0,-8],[0,-9],[1,-7],[1,1],[0,-1],[0,-1],[0,-1],[-1,-6],[0,-1],[0,-4],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-8],[-1,-8],[0,-1],[-1,-14],[-3,-14],[-1,-5],[0,-1],[-1,-5],[-1,-2],[-1,-4],[-2,-8],[-3,-24],[0,-5],[-1,0],[0,-1],[0,-2],[0,-1],[0,-3],[-1,-3],[0,-5],[-1,-11],[0,-7],[0,-12],[0,-3],[1,-6],[0,-3],[0,-2],[0,-5],[-1,-1],[0,-1],[0,-6],[0,-2],[0,6],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,6],[-1,2],[0,1],[0,3],[0,1],[-1,0],[0,-1],[0,-2],[1,-1],[0,-1],[0,-4],[0,-3],[0,-1],[0,1],[0,1],[-1,-9],[0,-1],[0,-2],[-1,0],[0,1],[0,1],[-1,-1],[0,-2],[-1,-4],[0,-5],[-1,-4],[0,-5],[0,-5],[-1,-1],[0,1],[1,2],[0,2],[0,2],[-1,0],[-1,0],[-1,0],[0,-2],[0,-3],[0,-3],[0,-2],[1,-2],[0,-2],[0,-2],[1,0],[0,-1],[1,0],[-1,-2],[0,-4],[0,-3],[1,0],[0,2],[0,2],[1,2],[0,1],[1,1],[0,1],[1,-1],[1,-2],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,1],[0,3],[0,3],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,1],[1,0],[1,-1],[0,1],[0,1],[1,4],[0,2],[0,-5],[0,-3],[0,-2],[0,-1],[0,-10],[0,-3],[-1,-2],[0,-2],[-1,-1],[-1,-4],[0,-1],[-1,-1],[1,1],[0,1],[0,2],[0,2],[-1,-1],[-1,-3],[-1,-5],[-1,-6],[1,0],[0,3],[0,-2],[-1,-2],[0,-2],[1,-1],[-1,-6],[0,-3],[0,-2],[1,0],[0,-1],[1,2],[0,5],[1,2],[0,3],[0,2],[1,1],[1,0],[0,-6],[0,2],[0,2],[1,1],[0,-1],[0,-1],[-1,-2],[-1,-6],[0,-3],[0,-8],[-1,-3],[1,-3],[-1,-5],[0,-7],[-1,-5],[0,-19],[-1,-18],[-1,-4],[-1,-4],[0,-4],[-1,-5],[0,-7],[0,-6],[0,-3],[0,-3],[0,-3],[0,-10],[-1,-3],[-1,-10],[0,-2],[0,-2],[0,-5],[-1,-2],[0,-10],[0,4],[0,3],[0,-2],[-1,0],[0,2],[0,1],[1,2],[0,4],[0,3],[0,2],[0,-1],[0,-2],[-1,-1],[0,-1],[0,2],[0,1],[0,2],[0,2],[0,3],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[-1,0],[-1,1],[-1,4],[-1,1],[0,1],[0,3],[0,2],[0,1],[1,5],[0,4],[0,3],[0,2],[1,3],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,6],[0,3],[0,3],[-1,2],[0,2],[0,6],[-1,-2],[0,-4],[-1,-4],[0,-4],[0,-2],[0,-3],[0,-2],[-1,-1],[0,1],[0,3],[0,3],[0,-1],[0,-2],[-1,-1],[-2,-6],[0,-1],[0,-1],[0,-2],[1,1],[0,3],[1,2],[0,3],[0,-2],[0,-2],[0,-2],[0,-3],[0,1],[0,2],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-7],[-1,-4],[-1,-7],[0,-3],[-1,-4],[0,-3],[0,-1],[-1,0],[-1,0],[-1,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-3],[-1,-1],[0,-2],[0,-4],[0,-4],[0,-3],[0,-2],[-1,-3],[-1,-5],[0,-2],[0,-3],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,-1],[0,-3],[0,-1],[0,-2],[0,-1],[-1,-6],[0,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-6],[0,-1],[-2,-6],[0,-1],[0,-3],[0,-1],[0,-1],[-2,4],[0,1],[0,4],[-1,0],[-1,2],[0,2],[-1,2],[0,2],[-2,-5],[-1,-4],[0,-6],[0,-12],[-6,0],[-6,0],[-7,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-1,0],[-1,-1],[0,-1],[0,-40],[0,-40],[-12,0],[-1,0],[0,-2],[1,-2],[1,-1],[0,-1],[0,-4],[1,0],[1,1],[0,-1],[1,-1],[0,-2],[0,-3],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-2],[1,-5],[0,-1],[1,1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-6],[1,-1],[0,-3],[0,-2],[1,-2],[1,-2],[0,-1],[0,1],[0,1],[0,2],[1,0],[0,-1],[-1,-3],[1,-1],[1,-4],[0,-2],[2,-3],[1,0],[0,2],[0,-2],[0,-1],[0,-1],[1,-2],[0,-3],[1,-1],[2,-14],[0,-5],[0,-4],[0,1],[1,-1],[0,-2],[-1,-2],[1,-3],[-1,-2],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,1],[1,0],[0,-1],[1,1],[0,-3],[1,-1],[0,2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-2],[0,-2],[0,-1],[1,-2],[-1,0],[0,-3],[0,2],[0,-2],[0,-3],[0,-2],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,1],[0,1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[1,-2],[0,-3],[1,-1],[-1,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,1],[0,-2],[0,-2],[-1,-1],[0,-1],[-3,0],[-3,0],[-4,0],[-4,0],[-4,0],[-4,0],[-4,0],[-4,0],[-3,0],[-2,0],[0,-1],[0,-2],[-1,-6],[-1,-4],[-1,-12],[-2,-17],[-2,-19],[-2,-19],[-1,-10],[-1,-7],[-2,-12],[0,-5],[0,-2],[0,-3],[0,-2],[4,-24],[-1,-7],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-5],[0,-9],[0,-5],[-1,-3],[0,-2],[0,-3],[0,-1],[1,-4],[0,-1],[0,-2],[0,-1],[0,-7],[0,-3],[0,-2],[-1,-6],[0,-8],[-1,-4],[0,1],[-2,9],[-2,10],[-3,18],[-6,28],[-3,20],[-1,4],[0,3],[1,-2],[1,-2],[0,-1],[0,-3],[0,-2],[1,-2],[0,-1],[0,3],[0,6],[-1,2],[0,1],[-1,2],[-1,0],[0,2],[0,1],[0,-1],[0,-2],[-2,7],[-1,2],[-1,2],[0,4],[-2,8],[-3,15],[0,4],[-1,2],[-1,1],[-6,29],[-1,2],[-4,19],[-3,9],[-5,16],[1,0],[0,1],[0,-2],[1,1],[0,2],[-1,3],[0,3],[0,3],[-1,2],[-3,3],[-1,3],[0,1],[-1,2],[0,2],[0,2],[-1,4],[0,1],[-1,-1],[0,-2],[-1,0],[-1,1],[-2,4],[-1,3],[0,4],[-1,1],[0,1],[-1,-1],[0,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[2,-8],[2,-3],[1,1],[-3,4],[0,1],[1,-1],[1,-2],[1,0],[1,0],[0,-1],[1,-3],[0,-1],[0,-1],[2,-3],[1,-1],[0,-3],[1,-5],[0,-1],[1,-2],[1,-2],[0,-1],[-11,22],[0,1],[-1,3],[-1,1],[-3,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-2,1],[0,2],[0,1],[0,2],[3,3],[1,4],[0,7],[-1,1],[-1,2],[0,1],[0,1],[-1,0],[0,-3],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-4],[0,-1],[0,2],[-1,2],[0,2],[1,1],[0,1],[0,2],[0,2],[0,2],[0,2],[0,1],[-1,3],[0,1],[0,1],[0,2],[-1,1],[-1,-1],[0,-2],[-1,-2],[-1,-9],[0,-1],[-2,0],[0,-3],[0,-1],[0,-1],[-1,-2],[0,-2],[1,-1],[1,-1],[1,-1],[1,0],[1,1],[1,1],[0,1],[1,2],[0,1],[0,-3],[-1,-2],[-1,-1],[-1,0],[1,-2],[3,1],[0,-2],[1,-3],[0,-1],[-2,2],[-2,0],[-1,-2],[-2,0],[0,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-5],[0,-3],[-1,-1],[0,-2],[-1,-1],[0,-2],[0,-2],[-2,0],[0,-1],[-2,-1],[0,-2],[-1,-1],[0,-1],[-1,-3],[-2,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-2,-2],[0,-2],[-1,-1],[-1,-2],[0,-1],[-1,-3],[0,-1],[-1,0],[0,-1],[0,-2],[-2,-5],[-1,-3],[-2,0],[-2,0],[-1,1],[-1,1],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,1],[0,-1],[-2,3],[-2,5],[-3,3],[-1,0],[-3,7],[-1,3],[-1,1],[-1,3],[0,1],[0,3],[-1,0],[0,2],[-2,5],[-1,2],[-2,3],[-1,0],[-1,1],[-1,-2],[-2,2],[-2,3],[-1,-1],[-2,2],[-1,1],[0,-1],[-1,-2],[-1,1],[-1,2],[-1,1],[0,2],[-1,2],[0,1],[0,1],[-1,0],[0,2],[-2,7],[-1,3],[-3,8],[-1,2],[-1,2],[0,2],[1,-2],[1,0],[1,1],[-1,0],[0,2],[-1,1],[0,-2],[0,2],[-1,0],[0,1],[0,1],[-1,-1],[0,-1],[0,1],[-3,4],[-4,4],[-2,3],[0,1],[-1,1],[0,1],[0,1],[0,2],[-1,3],[-1,4],[-2,10],[-1,8],[-1,4],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,1],[-1,0],[-1,2],[-5,9],[-5,6],[-2,2],[-3,3],[-2,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,2],[-1,2],[-1,5],[-1,3],[-1,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,1],[0,-1],[0,-1],[-1,0],[0,1],[0,3],[-1,4],[0,1],[-1,3],[-2,3],[-1,2],[-2,3],[-2,4],[-2,4],[-7,12],[-2,4],[-2,3],[-2,4],[-1,3],[-2,2],[-2,3],[-1,3],[-1,2],[-1,-1],[0,2],[0,1],[0,3],[0,3],[-1,4],[-2,6],[0,3],[-2,6],[-3,5],[-1,3],[-2,3],[0,1],[1,0],[0,3],[-1,2],[0,2],[-1,4],[-1,1],[0,-1],[-1,2],[0,2],[-1,-1],[0,3],[0,1],[-1,1],[0,6],[-1,5],[-1,2],[-1,5],[0,4],[-1,2],[0,2],[-1,7],[-1,2],[0,1],[-2,5],[-2,4],[-1,2],[-2,-1],[0,-2],[-1,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,3],[-2,4],[-4,5],[-1,3],[-1,1],[-3,4],[-2,1],[-2,1],[-3,8],[-3,7],[-1,3],[-1,0],[-2,1],[0,2],[-1,-1],[-2,5],[0,-1],[-2,3],[0,1],[-1,2],[-1,0],[0,1],[-2,4],[-2,4],[0,6],[-2,17],[-1,6],[0,1],[0,2],[-1,1],[0,2],[-1,2],[0,1],[-1,1],[1,4],[0,4],[-1,4],[-2,9],[-4,15],[-1,4],[-3,8],[-3,6],[-1,3],[-1,2],[-1,1],[0,1],[-1,1],[0,4],[1,1],[0,1],[0,2],[-1,3],[0,-1],[-1,0],[0,3],[0,1],[0,-1],[-1,-1],[1,-2],[-1,0],[0,1],[0,1],[-1,-2],[0,-2],[0,4],[-1,2],[-1,1],[-2,3],[-1,2],[-1,2],[-1,1],[0,2],[0,2],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,4],[0,4],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-2],[-2,6],[-1,3],[-1,4],[0,7],[-1,3],[0,2],[0,1],[0,3],[0,1],[-1,1],[0,1],[0,1],[0,8],[-1,4],[0,-1],[-1,1],[0,2],[-1,2],[-1,8],[-2,7],[-1,13],[-1,4],[0,3],[-1,2],[0,3],[-1,3],[0,6],[-2,12],[0,3],[0,1],[-1,3],[0,2],[0,6],[0,10],[0,2],[0,1],[-1,2],[0,1],[0,4],[-1,4],[-1,2],[0,6],[-1,4],[0,4],[0,2],[3,9],[2,1],[2,0],[0,1],[1,1],[1,1],[1,0],[1,3],[1,2],[0,2],[0,1],[1,2],[0,3],[0,5],[-1,3],[0,2],[-1,8],[-1,4],[-1,1],[0,-1],[0,-2],[-1,-1],[-1,2],[-1,1],[-1,3],[0,-2],[-1,1],[1,2],[0,1],[1,1],[0,4],[1,2],[0,3],[0,2],[0,1],[0,-1],[1,3],[0,6],[1,3],[1,1],[0,2],[0,2],[0,3],[1,2],[0,2],[0,-1],[1,0],[1,2],[0,3],[0,4],[0,4],[0,2],[0,4],[0,4],[0,3],[0,11],[0,9],[0,7],[0,3],[1,3],[0,2],[0,1],[0,3],[0,3],[0,2],[-1,2],[0,1],[0,-2],[-1,0],[0,2],[-1,3],[-2,6],[-1,2],[-1,4],[0,6],[-3,23],[-2,18],[-1,6],[0,8],[0,21],[0,9],[0,13],[-1,11],[-1,8],[0,4],[1,2],[-1,2],[0,2],[0,1],[0,-2],[-1,0],[0,8],[-1,7],[-2,11],[-1,8],[-1,2],[-1,3],[0,1],[0,1],[0,1],[0,1],[0,4],[-1,-1],[0,-2],[0,-1],[-5,32],[-1,1],[0,1],[-1,1],[0,2],[-3,15],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,5],[0,2],[-1,8],[-1,2],[0,1],[0,1],[0,1],[0,1],[-1,10],[0,2],[-1,0],[0,2],[-1,5],[-1,1],[0,1],[0,3],[0,2],[-1,2],[0,2],[-1,5],[-1,4],[0,2],[-1,2],[-1,3],[0,7],[0,2],[-1,3],[0,3],[-1,6],[0,7],[-4,20],[-2,5],[0,1],[0,1],[-2,7],[-4,13],[-2,6],[0,1],[0,4],[0,1],[-2,3],[-1,3],[-1,8],[-7,19],[0,3],[0,2],[0,2],[0,-1],[0,-1],[0,-1],[0,-2],[3,-6],[4,-12],[0,-1],[0,-1],[1,-1],[0,1],[-1,2],[-1,2],[0,1],[1,-1],[1,-3],[0,1],[0,1],[0,1],[0,1],[0,2],[0,3],[0,2],[-1,11],[0,2],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,2],[0,-1],[0,-2],[0,-3],[-1,-1],[-1,-2],[0,2],[-1,3],[0,2],[-1,-2],[-1,3],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,5],[0,1],[-1,-1],[0,2],[-1,3],[-1,1],[0,1],[0,-2],[0,-1],[0,-1],[1,-5],[1,-2],[1,-3],[0,-2],[0,1],[-3,6],[-2,10],[0,2],[0,2],[0,6],[-1,2],[0,3],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[0,-2],[1,0],[0,3],[0,3],[-1,2],[0,2],[0,2],[0,1],[0,2],[0,6],[0,2],[0,2],[0,4],[0,2],[-1,4],[0,1],[0,-3],[0,-8],[0,-1],[0,-1],[0,-1],[0,-5],[0,-5],[0,-2],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[-1,3],[0,5],[-3,22],[0,4],[-1,4],[-1,1],[0,1],[0,2],[1,-1],[1,-1],[0,-3],[1,-9],[1,-5],[0,1],[1,-2],[0,1],[0,3],[0,2],[-1,1],[0,1],[1,2],[0,1],[0,1],[0,-2],[1,-3],[0,-1],[2,0],[1,-2],[0,1],[0,1],[0,2],[-3,12],[0,1],[-1,1],[0,-2],[0,-1],[-1,0],[0,1],[0,3],[-1,5],[0,1],[-1,-1],[0,-1],[0,1],[-1,-2],[-1,0],[0,1],[-1,1],[0,5],[0,1],[0,-1],[1,-2],[0,1],[0,5],[0,2],[0,1],[-1,2],[0,1],[-1,-16],[0,-2],[0,1],[0,6],[0,3],[0,2],[-1,3],[0,1],[-1,2],[-3,5],[-1,5],[-1,2],[-1,1],[-1,0],[0,2],[1,-1],[2,-2],[0,1],[-1,5],[-1,0],[-2,-2],[-1,2],[1,1],[1,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,-1],[0,4],[1,2],[0,7],[0,2],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,-1],[-1,1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,3],[1,-1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,3],[-1,8],[0,1],[1,0],[0,2],[0,2],[0,1],[0,1],[1,-2],[1,0],[0,1],[0,-2],[0,-3],[1,0],[0,1],[0,2],[0,2],[0,1],[2,8],[0,2],[0,1],[0,1],[0,1],[0,1],[0,5],[1,3],[1,4],[0,4],[0,2],[-1,-2],[0,-6],[-1,-3],[0,-4],[-1,-2],[0,-2],[-2,-2],[0,-2],[-1,-6],[-1,-3],[0,2],[-1,-2],[-1,-1],[0,2],[0,4],[-1,3],[0,1],[0,1],[-1,2],[-1,2],[0,-2],[0,-2],[0,-1],[2,-7],[1,-4],[0,-2],[-1,2],[-1,4],[0,4],[-1,2],[-3,-1],[-1,2],[0,2],[1,1],[1,0],[1,-2],[0,3],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,2],[-1,1],[0,-1],[-1,0],[0,-2],[0,-9],[0,-1],[0,2],[0,3],[0,4],[0,3],[0,2],[-1,1],[0,2],[0,3],[0,6],[0,1],[0,3],[0,2],[0,1],[0,3],[0,3],[0,3],[0,6],[0,2],[1,8],[1,6],[1,3],[0,6],[1,10],[1,5],[0,2],[0,2],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-2],[0,-2],[0,-1],[0,1],[1,1],[0,5],[1,7],[0,3],[0,8],[0,1],[1,0],[1,-1],[0,-3],[0,-3],[-1,-2],[0,-2],[0,-1],[1,-1],[1,-5],[0,1],[0,4],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,-1],[-1,7],[0,4],[-1,2],[0,-1],[0,-1],[-1,1],[0,-1],[-1,-4],[0,2],[0,10],[0,6],[0,6],[-1,3],[-1,7],[-1,4],[-1,6],[-1,4],[0,1],[-1,1],[0,1],[1,-1],[0,-1],[0,3],[0,2],[0,1],[-1,1],[0,1],[0,2],[-1,0],[0,-1],[0,2],[-1,1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[-1,2],[-2,2],[-1,-1],[0,-1],[0,-2],[-1,1],[-1,2],[-1,2],[-1,2],[-1,7],[-1,5],[0,5],[0,5],[-1,3],[0,5],[0,2],[0,2],[-1,7],[0,1],[0,-2],[1,-6],[0,-2],[0,9],[0,3],[0,6],[-1,5],[-1,2],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,3],[-2,2],[-1,2],[-1,1],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[-1,5],[-1,6],[-1,4],[-1,1],[-1,1],[0,2],[0,-1],[1,0],[1,0],[0,1],[0,2],[-1,4],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-2],[-1,-1],[0,1],[0,1],[0,4],[0,3],[-1,3],[0,9],[0,4],[-1,10],[0,5],[0,2],[1,1],[0,2],[0,3],[0,-1],[-1,-2],[1,5],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[-1,2],[1,3],[-1,1],[0,1],[0,1],[0,2],[0,-1],[1,0],[0,3],[2,1],[0,2],[0,2],[-1,-1],[-1,3],[-1,0],[0,-1],[0,-1],[-1,3],[0,1],[-2,2],[-1,1],[-1,-1],[-1,-1],[0,1],[0,1],[1,1],[-1,2],[0,2],[0,1],[0,2],[0,1],[0,1],[-1,-1],[0,-4],[0,-3],[0,-2],[-1,-3],[1,1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,2],[0,4],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,2],[0,3],[-1,2],[-1,2],[0,-1],[-1,-1],[0,-2],[-1,0],[-1,-1],[1,2],[0,1],[-1,1],[0,1],[-1,3],[-1,3],[0,2],[-1,3],[-1,1],[0,4],[0,2],[-1,6],[-1,4],[0,7],[0,1],[-1,0],[0,1],[0,1],[0,2],[0,3],[-1,2],[-1,5],[0,2],[0,3],[0,2],[0,2],[0,2],[-1,-1],[-1,2],[-2,3],[-2,5],[0,1],[-1,1],[-1,6],[0,6],[-1,6],[-4,20],[-1,4],[0,1],[0,1],[1,1],[0,2],[1,-2],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,2],[-1,1],[0,3],[-1,-1],[0,1],[-1,3],[-1,3],[-1,2],[0,3],[-1,1],[0,1],[0,2],[-1,3],[0,2],[0,2],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,6],[0,3],[-1,1],[0,1],[1,2],[0,2],[0,1],[0,3],[-1,3],[0,1],[0,2],[-1,1],[1,6],[0,4],[-1,4],[0,5],[-1,2],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[0,1],[0,2],[-1,2],[-1,2],[0,4],[0,5],[1,5],[0,3],[0,3],[0,2],[-1,1],[0,1],[0,2],[0,3],[-1,2],[0,4],[-2,5],[0,8],[0,2],[-1,1],[-1,3],[0,3],[0,5],[0,3],[-1,3],[0,2],[-1,8],[0,3],[-1,1],[0,-1],[0,1],[-1,-1],[0,1],[0,2],[0,3],[0,2],[0,5],[0,3],[0,3],[0,2],[-1,2],[0,3],[1,7],[0,9],[-1,3],[0,3],[-1,2],[0,2],[-1,2],[0,-1],[0,1],[0,3],[0,4],[0,6],[0,6],[-1,4],[-1,7],[-2,8],[-2,11],[-1,9],[-1,16],[0,5],[1,4],[0,10],[0,5],[0,5],[-1,11],[0,2],[0,-1],[1,-2],[0,-3],[0,-5],[1,1],[0,5],[0,7],[0,6],[0,5],[0,2],[-1,5],[-1,2],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,1],[-1,3],[0,4],[-1,1],[0,4],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,2],[-4,4],[-2,1],[-2,1],[0,3],[-1,1],[-1,1],[0,2],[0,1],[1,1],[-1,4],[0,8],[0,4],[-1,5],[-1,5],[-1,2],[-1,2],[-1,1],[-1,3],[-1,1],[0,3],[-1,-2],[-1,0],[0,2],[0,6],[-1,1],[0,-2],[0,-8],[0,-1],[1,-1],[0,-1],[0,1],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-1,0],[-2,0],[-1,3],[-1,3],[0,1],[-1,2],[-1,1],[0,2],[0,1],[0,2],[-1,2],[-2,4],[0,2],[-1,0],[0,3],[-1,1],[-1,6],[-2,6],[0,1],[-2,0],[-1,1],[0,2],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[0,1],[-1,5],[0,1],[-1,1],[-1,5],[-1,1],[0,1],[-1,0],[0,2],[-1,1],[0,1],[0,2],[0,1],[0,-1],[0,-1],[0,-2],[0,-4],[1,0],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-1],[1,-2],[0,-3],[0,-2],[1,-1],[0,-2],[0,-10],[0,-3],[1,-3],[0,-3],[0,-3],[-1,-5],[-1,-5],[0,-6],[0,-20],[-1,-9],[0,-8],[0,-13],[0,-3],[0,-6],[1,-5],[0,-3],[1,-2],[0,-1],[0,-3],[0,-3],[0,-2],[0,-2],[2,-4],[1,-1],[0,-1],[0,-1],[0,-2],[0,-4],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-7],[0,-2],[1,-2],[-1,-1],[0,-4],[0,-3],[1,-3],[-1,-5],[1,-4],[0,-5],[1,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-3],[0,-3],[0,-3],[0,-4],[0,-3],[0,-1],[0,-8],[0,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[-1,-2],[0,-3],[1,-1],[0,-3],[0,-1],[0,-2],[0,-2],[1,-1],[0,-3],[1,-3],[0,-3],[0,-5],[1,-4],[0,-3],[1,-3],[1,-4],[0,-2],[1,0],[0,-2],[0,-2],[0,-4],[1,-3],[0,-1],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[1,-1],[0,-2],[0,-1],[0,-2],[1,0],[0,-2],[0,-1],[1,-3],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[1,-1],[0,-2],[1,0],[0,-1],[3,-13],[1,-3],[0,-2],[0,-3],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-2],[1,-1],[0,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[1,0],[0,-2],[0,-3],[0,-4],[1,-2],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[1,0],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[1,0],[0,-1],[0,2],[1,1],[0,-2],[0,-2],[0,-2],[0,1],[0,1],[1,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-2],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[1,-4],[0,-3],[0,-5],[1,-3],[0,-2],[0,-3],[0,-4],[0,-2],[1,-3],[-1,-2],[1,-4],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-2],[2,2],[0,1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-6],[0,-3],[0,-1],[0,-3],[0,-2],[1,-1],[0,-1],[0,-2],[1,-4],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-3],[0,-2],[0,-5],[0,-5],[0,-1],[1,-1],[-1,-2],[0,-1],[0,-2],[0,-3],[1,-2],[0,-2],[0,-3],[0,-1],[0,-3],[0,-3],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-2],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,-3],[1,-2],[0,-2],[0,-3],[0,-3],[1,-5],[0,-2],[0,-3],[0,-3],[0,-2],[0,-1],[1,-3],[0,-1],[0,-2],[0,-2],[1,0],[0,-2],[0,-4],[0,-1],[1,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[0,-2],[1,-1],[0,-2],[1,-2],[1,1],[0,-1],[0,-1],[1,-1],[1,-3],[1,0],[0,-2],[0,-2],[0,-1],[-1,1],[0,-2],[-1,-3],[0,-3],[0,-2],[0,-3],[0,-4],[1,-2],[0,-1],[1,-3],[0,-3],[0,-1],[1,-1],[0,-3],[1,-4],[0,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,1],[-1,-4],[0,-3],[1,0],[0,-3],[1,-2],[0,-2],[0,-1],[0,-2],[1,-2],[0,-2],[1,-6],[0,-3],[1,-2],[0,2],[2,4],[-1,2],[0,1],[-1,4],[0,3],[-1,1],[0,3],[-1,2],[0,4],[0,-1],[0,2],[0,1],[0,1],[0,4],[-1,2],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,-2],[0,-1],[1,-2],[1,-3],[0,-3],[0,-2],[1,-4],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-4],[0,-3],[0,-4],[0,-7],[0,-2],[0,-2],[1,-1],[0,-1],[1,-1],[0,1],[1,1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-3],[0,-4],[0,-3],[1,-2],[0,-3],[1,-1],[0,-1],[-1,0],[0,-1],[1,-2],[0,-1],[0,-2],[1,-2],[0,-2],[0,-3],[-1,0],[0,-4],[1,-1],[0,-2],[0,-3],[0,-2],[0,-2],[0,-1],[0,-2],[0,-3],[1,-2],[0,-3],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-4],[0,-2],[-1,-1],[0,-3],[1,-3],[0,-2],[0,-1],[0,-3],[0,-1],[0,-1],[0,-5],[1,0],[0,-2],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[0,1],[0,-3],[0,-1],[0,-2],[1,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[1,-1],[0,-3],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,1],[0,-2],[1,0],[1,0],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-3],[0,-2],[1,-3],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-3],[1,-1],[0,-3],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-2],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-3],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[1,-5],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-4],[0,-1],[0,-2],[1,-4],[0,-2],[0,-2],[1,-1],[0,-1],[0,-3],[1,-1],[0,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,2],[-1,1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[-1,-1],[1,-2],[1,1],[0,1],[1,2],[0,1],[0,2],[1,3],[0,6],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,-2],[0,3],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[0,-3],[0,-2],[0,-2],[1,-7],[0,-3],[0,-1],[1,0],[0,-1],[1,1],[1,2],[1,1],[0,1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-3],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-5],[1,-3],[0,-2],[1,-2],[-1,-3],[0,-4],[0,-4],[1,-5],[0,-3],[0,-3],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-2],[1,-1],[0,-1],[1,0],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-3],[1,-4],[0,-2],[0,-3],[0,-3],[0,-1],[1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-3],[0,-1],[0,-4],[0,-2],[0,-2],[0,-2],[0,-3],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-2],[-1,-4],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,-2],[0,-2],[-1,0],[0,-2],[-2,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-3],[-1,-1],[-1,-4],[0,-3],[-1,-2],[0,-1],[-1,-2],[-1,0],[0,-1],[0,-2],[0,-1],[-1,0],[-1,0],[0,1],[-1,2],[-1,4],[0,2],[0,3],[-1,4],[0,1],[0,3],[-1,1],[0,5],[0,4],[-1,22],[0,9],[0,5],[-1,1],[0,1],[-1,6],[0,2],[0,2],[0,3],[-1,7],[-1,2],[0,8],[-2,5],[-1,4],[-3,8],[-2,3],[-2,8],[-3,15],[-2,10],[-1,5],[0,2],[0,2],[-1,1],[-1,6],[0,2],[-1,4],[-1,2],[0,2],[-1,3],[-1,4],[-1,2],[-1,2],[0,3],[-2,5],[-1,4],[-5,12],[0,1],[0,-1],[2,-5],[0,2],[-1,3],[-1,2],[0,1],[-1,1],[0,3],[-1,5],[-1,1],[0,1],[-1,3],[-1,5],[0,5],[-1,5],[0,1],[0,-1],[1,0],[-1,3],[0,2],[-1,1],[0,-2],[0,-2],[0,-3],[-1,0],[0,1],[-1,-1],[-1,1],[1,-2],[0,-2],[0,-1],[-1,1],[0,-1],[0,-1],[0,2],[-1,2],[1,2],[0,4],[-1,7],[0,5],[-1,2],[0,3],[-1,4],[-1,2],[0,2],[0,1],[1,-2],[0,1],[-1,2],[0,3],[-1,2],[0,3],[0,2],[0,3],[0,3],[-1,1],[1,-4],[0,-4],[0,-3],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,-3],[0,3],[-1,7],[1,1],[0,1],[0,2],[0,1],[-1,-1],[0,-2],[0,-5],[0,-3],[0,-2],[-1,2],[0,1],[0,2],[0,3],[0,4],[0,2],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,2],[0,1],[0,3],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[-1,-1],[0,-2],[0,-3],[0,-2],[0,-1],[0,-3],[0,-3],[0,-3],[-1,-2],[0,3],[0,2],[0,3],[0,1],[0,1],[0,2],[0,1],[1,1],[-1,1],[1,2],[0,3],[0,4],[0,1],[0,2],[0,2],[0,1],[0,1],[0,2],[0,2],[0,2],[0,2],[0,4],[0,4],[1,4],[0,3],[0,2],[0,5],[0,8],[0,4],[0,2],[0,3],[0,1],[1,3],[0,1],[-1,0],[0,2],[1,1],[1,1],[-1,1],[-1,-1],[0,2],[1,2],[0,2],[0,6],[-1,3],[1,3],[0,5],[0,8],[-1,4],[0,1],[0,-3],[0,-15],[0,-7],[0,-5],[0,-1],[0,2],[0,3],[0,8],[0,20],[-1,8],[0,4],[0,6],[-1,5],[0,10],[-1,5],[-1,3],[0,4],[-1,2],[-1,-1],[0,3],[0,5],[0,4],[-1,7],[-1,6],[-1,3],[-1,3],[0,1],[0,-1],[-1,-2],[0,-1],[0,-1],[-2,6],[0,3],[0,1],[0,-1],[-1,-1],[0,2],[-1,2],[0,1],[-1,0],[-1,0],[-1,7],[-1,3],[0,2],[-1,2],[-1,3],[-1,4],[-1,4],[-1,4],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,1],[-1,2],[-1,4],[0,2],[0,1],[0,3],[0,1],[0,2],[0,1],[0,3],[-1,2],[0,3],[-1,1],[0,2],[0,2],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,2],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,2],[0,2],[1,1],[0,1],[0,3],[0,1],[0,8],[0,2],[0,3],[-1,0],[0,-1],[-1,-3],[0,-9],[0,-4],[-1,-4],[0,1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,3],[-1,3],[-2,1],[0,1],[-1,0],[-1,-2],[-1,-4],[0,-2],[0,-2],[0,-3],[-1,0],[0,-2],[-1,1],[-1,2],[-1,6],[-2,5],[0,2],[0,2],[0,5],[-1,8],[-1,5],[-1,2],[-1,3],[-1,1],[-1,1],[-1,-1],[1,-2],[-1,0],[0,-1],[0,1],[-2,6],[0,4],[-1,4],[0,4],[-1,3],[-1,2],[-1,1],[-1,1],[-1,0],[0,-1],[0,-3],[-1,3],[-1,3],[-1,3],[-1,-3],[0,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,3],[0,6],[0,6],[0,6],[0,6],[-1,3],[0,1],[-1,2],[0,1],[-1,4],[-1,1],[-1,3],[-1,2],[-1,0],[0,4],[0,1],[-1,2],[0,1],[0,4],[-1,3],[0,1],[-1,0],[0,-2],[0,1],[0,1],[-1,2],[0,1],[1,-2],[0,3],[0,2],[0,1],[0,2],[-1,0],[0,-1],[0,-1],[0,-2],[-1,1],[0,1],[0,3],[-1,2],[0,2],[-1,0],[0,-2],[0,2],[-1,2],[0,3],[0,3],[0,2],[0,2],[-1,2],[0,4],[0,1],[1,0],[0,-2],[1,-2],[1,0],[1,1],[1,-1],[1,0],[0,-1],[0,-2],[1,0],[1,1],[0,-1],[1,0],[1,0],[0,-2],[0,-1],[1,0],[1,-1],[1,-1],[1,1],[1,1],[1,-2],[1,2],[1,2],[1,2],[0,2],[0,1],[1,2],[0,2],[0,1],[1,1],[0,-1],[1,-1],[0,-2],[0,-2],[0,-3],[-1,-2],[0,-2],[0,-1],[0,-2],[1,-5],[0,-1],[1,-3],[1,-1],[0,-1],[1,-2],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[1,0],[0,-2],[0,-1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[1,2],[-1,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,-1],[1,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,2],[1,1],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,-1],[-1,0],[0,3],[0,2],[-1,2],[0,1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,2],[0,1],[0,1],[0,2],[0,2],[-1,1],[0,2],[0,2],[0,2],[0,2],[0,1],[0,1],[1,3],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,2],[0,3],[0,2],[0,2],[1,1],[0,2],[0,2],[1,2],[0,1],[1,3],[0,6],[1,3],[1,-3],[0,-3],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2],[1,-5],[0,5],[0,2],[0,3],[0,3],[0,-1],[-1,1],[0,1],[1,1],[0,-1],[1,-2],[0,-2],[0,2],[1,3],[0,1],[-1,0],[0,1],[0,2],[-1,0],[0,2],[0,4],[0,2],[0,1],[0,1],[0,1],[0,4],[1,3],[0,2],[0,2],[0,1],[0,1],[0,3],[0,1],[-1,0],[0,-1],[0,1],[-1,1],[0,2],[1,3],[0,3],[1,5],[0,9],[0,4],[1,4],[-1,2],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,2],[0,1],[0,2],[-1,0],[-1,0],[0,3],[0,2],[0,4],[0,3],[0,2],[-1,0],[-1,0],[0,-1],[-1,1],[0,2],[0,2],[0,1],[-1,1],[0,4],[-1,0],[0,3],[0,2],[0,2],[0,3],[-1,2],[0,-1],[-1,5],[1,3],[-1,3],[0,2],[-1,3],[0,2],[-1,1],[-1,-1],[0,1],[-1,3],[0,2],[0,2],[-1,-2],[0,4],[0,5],[0,2],[0,3],[-1,2],[0,2],[-1,2],[0,1],[-1,-2],[0,3],[0,3],[-1,2],[0,3],[0,2],[0,1],[-1,0],[-1,5],[-1,4],[-1,5],[-1,6],[-1,7],[-4,6],[-2,1],[-2,9],[-1,6],[-2,4],[-2,6],[-1,3],[0,1],[-1,-2],[-1,2],[0,1],[0,3],[-1,2],[-1,4],[-3,9],[1,3],[0,4],[0,4],[0,3],[0,2],[-1,5],[0,3],[0,2],[-1,2],[0,1],[-2,0],[0,2],[1,10],[0,8],[0,5],[0,2],[0,2],[0,1],[0,5],[0,7],[-1,6],[0,5],[0,4],[-1,3],[-1,3],[-1,2],[-1,0],[1,3],[0,2],[0,2],[0,2],[-1,2],[0,2],[-1,1],[1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,2],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[1,-4],[-1,0],[0,5],[-1,7],[0,5],[0,22],[0,15],[0,8],[-1,3],[0,1],[-1,1],[-1,6],[-1,0],[-1,4],[0,4],[0,2],[-1,4],[0,1],[-1,-1],[-1,0],[0,5],[0,5],[0,9],[0,9],[0,10],[-4,18],[-1,10],[0,1],[0,1],[-1,3],[0,1],[-1,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,4],[0,2],[-1,2],[0,2],[0,2],[0,-1],[0,1],[1,0],[0,3],[0,2],[0,3],[0,3],[0,3],[-1,3],[0,1],[0,1],[-1,0],[-1,4],[0,2],[1,-1],[1,-3],[1,0],[0,1],[1,3],[0,3],[0,4],[0,3],[0,3],[0,2],[-1,1],[-1,1],[0,3],[-1,2],[-1,1],[0,4],[0,4],[0,2],[-1,0],[-1,1],[-1,4],[0,3],[0,5],[-1,9],[0,7],[-1,6],[0,2],[0,2],[-1,2],[-1,1],[0,2],[-2,13],[0,5],[-1,5],[0,2],[0,3],[0,3],[0,3],[0,2],[0,1]],[[1728,2623],[2,0],[2,1],[2,1],[2,1],[2,1],[2,1],[2,0],[2,1],[2,1],[2,1],[2,1],[3,0],[2,1],[2,1],[2,1],[2,1],[2,0],[2,1],[2,1],[2,1],[2,1],[2,1],[2,0],[2,1],[2,1],[2,1],[2,1],[2,0],[2,1],[2,1],[2,1],[2,1],[2,0],[-1,-4],[0,-2],[0,-3],[0,-1],[-1,-2],[0,-1],[-1,-4],[1,-3],[0,-3],[-1,-6],[0,-2],[1,-2],[11,-18],[12,-19],[11,-18],[12,-19],[11,-18],[11,-19],[12,-18],[11,-18],[2,-3],[1,-2],[2,-3],[1,-2],[1,-3],[2,-2],[1,-2],[2,-3],[0,-1],[2,-1],[2,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[2,1],[1,-2],[1,-4],[0,-5],[1,-5],[1,-10],[0,-3],[1,-6],[0,-2],[1,-2],[0,-1],[0,-1],[1,-3],[0,-1],[1,-2],[1,-1],[1,-3],[0,-1],[1,0],[1,-1],[1,-4],[0,-1],[0,-1],[0,-3],[1,-1],[0,-1],[1,-2],[0,-1],[0,-2],[3,-11],[0,-3],[0,-1],[2,-7],[1,0],[0,-1],[1,-4],[0,-2],[1,-1],[0,-1],[0,-3],[1,-5],[0,-2],[1,-2],[1,-5],[2,-8],[1,-6],[0,-2],[1,0],[2,-4],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,1],[1,-7],[1,-1],[0,-1],[1,-1],[0,-2],[1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[1,-2],[0,-4],[1,-3],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[1,-3],[0,-4],[0,-3],[1,-1],[0,-1],[0,-1],[1,-5],[0,-2],[0,-4],[0,-5],[0,-3],[0,-6],[0,-2],[0,-4],[0,-8],[0,-1],[0,-2],[0,-2],[1,-1],[0,-2],[0,-2],[1,-3],[0,-7],[0,-1],[1,-3],[0,-1],[0,-2],[1,-7],[0,-4],[0,-2],[0,-2],[0,-1],[1,-2],[0,-2],[1,-4],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[3,-7],[0,-2],[0,1],[1,0],[1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[1,-5],[1,-5],[0,-2],[1,-2],[2,-7],[1,-3],[2,-4],[2,-1],[2,-1],[1,-1],[0,-2],[0,-3],[0,-1],[0,-1],[2,-5],[0,-2],[3,-3],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[2,-6],[1,-3],[0,-1],[1,-1],[0,-3],[1,-1],[0,1],[0,1],[1,1],[0,-3],[0,1],[1,0],[0,-1],[-1,-2],[1,-1],[1,0],[2,-2],[1,-1],[1,2],[0,4],[0,5],[1,0],[0,3],[0,1],[0,1],[1,3],[1,1],[0,1],[1,7],[0,3],[1,-2],[0,1],[1,5],[1,0],[0,1],[0,2],[-1,2],[0,1],[0,2],[0,6],[0,2],[0,2],[1,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[1,11],[0,1],[0,1],[0,2],[0,1],[1,0],[-1,2],[1,1],[0,1],[0,2],[1,4],[0,1],[0,2],[1,6],[0,2],[0,1],[0,1],[0,1],[1,0],[1,1],[1,2],[0,1],[1,-2],[0,1],[0,1],[1,2],[3,-1],[0,1],[0,4],[1,1],[0,4],[0,2],[0,1],[1,1],[0,2],[0,1],[1,-1],[0,-1],[0,-2],[1,1],[0,-3],[0,-1],[1,0],[2,-3],[0,-1],[1,-2],[3,1],[0,-1],[1,2],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[1,0],[0,1],[1,-1],[0,-1],[4,-3],[2,1],[1,2],[0,3],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[1,2],[0,1],[1,1],[0,-2],[1,-1],[0,1],[1,0],[0,-2],[0,-2],[0,-1],[0,-4],[0,-2],[1,-4],[0,-1],[0,-1],[1,-1],[1,-1],[0,-2],[-1,-3],[0,-2],[1,-1],[0,2],[1,2],[1,-1],[0,-4],[0,-4],[0,-2],[0,-2],[1,0],[0,-1],[0,-3],[1,-2],[2,-3],[1,-1],[0,-3],[0,-4],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[2,-4],[1,-3],[1,-3],[0,-1],[1,-3],[1,-2],[0,-2],[1,-5],[-1,-3],[1,-2],[1,-6],[0,-1],[1,-1],[0,-2],[1,-9],[0,-6],[0,-3],[0,-3],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[1,-14],[0,-3],[1,-6],[0,-3],[1,-1],[0,-1],[1,-1],[0,-2],[0,-3],[0,-2],[0,-3],[1,-2],[1,-2],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-6],[0,-5],[1,-5],[0,-3],[0,-2],[0,-3],[0,-3],[1,-2],[0,-2],[1,0],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[3,-7],[0,-2],[0,-3],[0,-2],[1,-1],[0,-2],[0,-2],[1,0],[0,-1],[-1,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-2],[1,-1],[0,-1],[1,-1],[-1,-2],[1,-2],[0,-3],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,-2],[0,-1],[0,-3],[0,-2],[0,-1],[0,-2],[0,-1],[1,0],[1,-2],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[0,-1],[1,2],[1,-3],[0,-1],[0,-1],[1,-1],[0,-2],[1,-2],[0,-6],[-1,-4],[0,-1],[1,-1],[0,-2],[0,-2],[0,-6],[0,-1],[0,-4],[0,-3],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[1,-3],[0,-3],[0,-3],[-1,-6],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[0,-5],[0,-3],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-3],[0,-1],[0,-2],[1,-4],[1,-2],[0,-5],[1,-2],[0,-3],[1,-2],[0,-7],[0,-7],[2,-15],[0,-2],[0,-8],[0,-3],[1,-1],[0,-1],[1,-2],[0,-4],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[1,-1],[0,1],[1,-1],[0,-1],[0,-1],[1,1],[0,1],[1,-1],[0,-3],[1,2],[1,-3],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,-3],[1,-2],[0,-2],[0,-3],[0,1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[1,3],[1,-2],[1,-1],[1,-1],[0,-4],[1,3],[1,-1],[0,-2],[1,-2],[0,-2],[0,-2],[1,0],[0,-1],[1,-5],[0,-2],[2,-5],[1,-1],[1,-1],[2,2],[0,-4],[1,-1],[0,1],[1,2],[1,1],[1,-2],[2,1],[2,0],[1,0],[0,-2],[0,-1],[2,-1],[1,0],[1,-2],[0,-1],[0,-2],[1,-3],[0,-2],[1,-1],[1,-7],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[1,-2],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,2],[0,2],[0,4],[-1,2],[1,1],[0,2],[1,-1],[0,1],[1,2],[0,2],[0,1],[2,-1],[1,1]],[[2713,1462],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[1,2],[1,0],[0,3],[0,-1]],[[2716,1465],[0,-2],[-2,-3],[0,2],[0,1],[0,1],[0,1],[0,1],[1,-1],[1,1],[0,-1]],[[2703,1465],[0,-1],[0,-2],[0,-1],[0,1],[0,2],[-1,1],[1,1],[0,-1]],[[2723,1474],[0,-1],[-1,1],[0,1],[1,-1]],[[2727,1475],[-1,-1],[1,2],[0,1],[0,-1],[0,-1]],[[2722,1475],[0,-2],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,-2],[0,-1]],[[2719,1479],[0,-2],[1,-5],[0,-1],[-1,-3],[-1,-2],[-2,-2],[0,1],[1,2],[1,0],[0,1],[0,1],[1,2],[-1,1],[0,1],[0,1],[1,-1],[0,-2],[0,-1],[1,2],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,3],[1,0],[0,-1]],[[2721,1477],[0,-3],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,-1],[1,0],[0,-1],[0,-1]],[[2732,1481],[0,-2],[0,2],[-1,1],[-1,0],[1,1],[1,2],[1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1]],[[2725,1473],[-1,-2],[0,4],[-2,14],[0,-1],[1,-3],[1,-6],[1,-6]],[[2735,1488],[-2,-4],[2,7],[1,1],[0,-1],[0,-1],[-1,-2]],[[2740,1499],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[2,5],[0,-2],[0,-1]],[[2742,1504],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,2],[0,-1],[0,-1],[0,-1]],[[2744,1510],[1,5],[0,1],[0,-1],[0,-2],[-1,-3]],[[2733,1565],[-1,-1],[0,1],[0,1],[0,2],[0,2],[1,-1],[0,-1],[0,-2],[0,-1]],[[2731,1574],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[0,1]],[[2752,1548],[-2,-11],[-1,-1],[0,1],[0,-2],[0,-3],[-1,-2],[0,-3],[-2,-7],[0,-3],[-1,0],[0,2],[0,1],[1,0],[0,1],[0,5],[1,1],[0,1],[1,3],[0,3],[1,2],[-1,2],[1,0],[0,1],[1,2],[-1,1],[1,0],[0,1],[0,2],[-1,0],[0,2],[1,-1],[1,6],[1,6],[0,3],[0,2],[0,1],[0,2],[0,1],[1,1],[0,1],[1,5],[0,2],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-5],[-1,-7],[0,-3],[0,-2],[0,-1]],[[2756,1585],[0,-2],[-1,0],[0,1],[1,1],[0,2],[0,9],[0,1],[1,0],[0,-1],[0,-1],[0,-4],[-1,-3],[0,-3]],[[2758,1623],[-1,-1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-9]],[[2724,1643],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,1],[0,1],[0,-1],[0,3],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1]],[[2721,1651],[0,-3],[0,-1],[1,-1],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,-1]],[[2715,1656],[1,-1],[0,-1],[-1,-3],[0,-1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,1]],[[2719,1651],[0,-2],[0,3],[0,1],[0,1],[-1,1],[1,1],[0,-1],[0,-1],[0,-1],[0,-2]],[[2703,1737],[1,-1],[0,1],[0,1],[2,-3],[-1,0],[-1,-3],[0,-1],[-1,1],[-1,4],[-1,2],[0,1],[0,2],[0,5],[0,4],[0,-2],[0,-1],[0,-2],[0,-3],[1,-2],[0,-1],[1,-2]],[[2700,1763],[0,-4],[0,4],[-1,3],[0,6],[0,-1],[0,-3],[1,-5]],[[2704,1744],[0,-2],[0,1],[-1,2],[0,8],[-1,2],[1,4],[-1,5],[0,4],[-1,4],[1,0],[0,-1],[1,-2],[0,-3],[0,-6],[0,-3],[1,-3],[0,-2],[0,-8]],[[2699,1778],[0,-4],[0,4],[0,7],[-1,2],[0,1],[1,-1],[0,-3],[0,-3],[0,-3]],[[2284,1687],[0,-2],[-1,3],[0,4],[-1,21],[0,6],[0,4],[-1,4],[0,11],[0,4],[-1,5],[0,3],[0,9],[0,1],[-1,3],[0,3],[0,6],[-1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,5],[1,5],[0,5],[-1,14],[0,6],[0,2],[0,6],[0,3],[0,2],[0,3],[0,7],[1,2],[0,-3],[0,-37],[1,-25],[3,-46],[0,-2],[0,-1],[0,-4],[0,-8],[1,-6],[0,-4],[0,-6],[0,-4],[1,-4],[0,-7],[0,-2]],[[2690,1866],[0,-3],[-1,2],[-1,7],[0,2],[0,1],[-1,3],[0,1],[1,-1],[0,-1],[1,-6],[1,-5]],[[2283,1911],[-2,-23],[-2,-20],[0,-12],[0,-6],[-1,-1],[-1,0],[1,3],[0,15],[1,9],[0,7],[1,3],[0,4],[0,5],[1,4],[0,3],[1,5],[0,1],[-1,2],[0,2],[1,-1],[0,-1],[0,-2],[1,0],[1,16],[1,4],[1,5],[0,2],[0,4],[1,0],[0,-1],[0,-2],[-4,-25]],[[2757,1845],[0,-4],[0,5],[-1,3],[0,5],[-2,18],[0,2],[0,1],[0,1],[0,1],[0,2],[-1,4],[-1,22],[0,3],[0,2],[0,2],[-1,4],[0,3],[0,2],[0,1],[0,4],[-1,11],[-1,3],[1,1],[0,-1],[0,-1],[0,-6],[1,-6],[1,-9],[0,-5],[0,-3],[0,-3],[1,-3],[4,-59]],[[2288,1943],[-1,-3],[0,3],[1,4],[1,7],[0,4],[1,1],[0,2],[0,1],[-1,1],[2,13],[0,1],[0,1],[1,1],[0,2],[0,1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-3],[0,-2],[-3,-13],[-1,-8],[-1,-5],[0,-3]],[[2305,2012],[0,-2],[-2,-5],[-1,-1],[-1,-3],[-2,-6],[-2,-6],[-1,-4],[-2,-5],[0,-3],[-1,-2],[0,-3],[0,3],[0,3],[1,2],[0,1],[0,1],[0,2],[0,3],[0,2],[0,1],[1,1],[1,1],[0,1],[2,3],[0,1],[0,2],[1,3],[0,2],[1,1],[1,2],[1,3],[0,1],[2,0],[0,1],[0,2],[0,1],[0,4],[1,0],[0,1],[0,-2],[0,-4],[0,-1],[0,-1]],[[2306,2021],[0,1],[2,7],[1,3],[1,1],[0,-1],[-1,0],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,-3],[-1,-2]],[[2745,2045],[0,-5],[-1,-9],[0,-5],[-1,-18],[0,-3],[0,-1],[0,-2],[1,-3],[0,-2],[0,-2],[-1,4],[-1,14],[0,3],[0,2],[0,12],[-1,3],[0,4],[1,4],[0,3],[1,1],[0,1],[1,2],[0,1],[1,-4]],[[2687,2069],[1,0],[0,-2],[0,-1],[-1,0],[0,1],[0,1],[0,1]],[[2459,2115],[-1,0],[-1,2],[1,-1],[1,-1]],[[2465,2118],[0,-1],[0,-1],[-2,-2],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,1]],[[2472,2115],[-2,1],[-1,3],[2,-1],[0,-1],[1,-1],[0,-1]],[[2483,2139],[0,3],[0,2],[1,1],[0,2],[1,0],[-1,-1],[1,-1],[-1,-2],[-1,-2],[0,-2]],[[2486,2149],[-1,-1],[0,1],[0,1],[1,0],[0,-1]],[[2349,2159],[3,-3],[-5,-16],[-1,-4],[-4,-12],[-1,-3],[0,3],[1,4],[1,3],[2,7],[1,2],[0,2],[0,2],[0,1],[2,4],[0,2],[0,1],[1,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,-1]],[[2506,2177],[0,-1],[-1,0],[1,2],[0,1],[1,2],[0,-1],[0,-2],[-1,-1]],[[2480,2182],[1,0],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,3],[0,1],[0,1]],[[2509,2184],[-1,0],[2,6],[0,-1],[-1,-4],[0,-1]],[[2433,2179],[-1,-1],[-1,5],[-1,1],[0,1],[-3,6],[0,2],[0,2],[0,2],[1,1],[1,1],[0,1],[1,2],[2,-1],[0,-2],[1,-3],[1,-2],[0,-1],[1,0],[0,-1],[1,-1],[-1,-2],[-1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,0]],[[2620,2208],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,-1],[1,2],[1,0],[0,-1]],[[2513,2207],[0,-1],[2,11],[-1,-4],[-1,-6]],[[2624,2197],[-1,-1],[-2,0],[0,1],[-1,2],[1,-2],[1,0],[1,1],[6,13],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-6],[-3,-5],[-1,-3],[-1,-4]],[[2499,2220],[0,-2],[0,-2],[0,1],[0,1],[0,2],[-1,0],[0,-1],[0,-3],[0,-1],[-1,6],[1,2],[0,2],[0,-1],[1,-1],[0,-1],[0,-2]],[[2502,2226],[1,-1],[0,1],[1,0],[0,-1],[-1,-5],[-1,5],[0,1]],[[2634,2223],[-2,-2],[0,1],[1,3],[1,2],[0,1],[0,-1],[0,-3],[0,-1]],[[2503,2242],[0,2],[1,1],[1,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1]],[[2502,2241],[0,2],[1,1],[0,2],[0,2],[0,3],[1,0],[-1,-3],[0,-3],[0,-1],[-1,-3]],[[2516,2226],[-1,-6],[0,1],[0,1],[0,1],[1,8],[0,2],[0,8],[0,2],[0,1],[0,4],[0,2],[0,2],[0,1],[-1,5],[0,2],[0,2],[0,-2],[1,-3],[0,-3],[0,-3],[1,-10],[-1,-12],[0,-3]],[[2505,2264],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-2],[0,-2],[0,-1],[-1,0],[0,-2],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,2],[0,1],[1,1],[0,1],[1,1],[-1,2],[1,1],[0,1],[1,2],[0,3],[1,2],[0,-1],[0,-1],[-1,-1],[0,-4],[-1,-3],[1,-1],[0,-1],[0,-2]],[[2513,2285],[-1,-1],[0,1],[1,0]],[[2527,2285],[0,-1],[-1,0],[-1,1],[0,1],[2,-1]],[[2509,2288],[0,-2],[0,-4],[0,1],[-1,0],[1,1],[0,1],[0,1],[-1,-1],[0,2],[-1,0],[0,1],[1,0],[1,1],[0,2],[1,0],[0,-1],[-1,0],[0,-1],[0,-1]],[[2524,2286],[0,-1],[-6,4],[0,1],[1,1],[1,0],[1,-1],[0,-1],[1,-2],[2,0],[0,-1]],[[2537,2289],[-7,-1],[1,1],[2,2],[2,0],[1,1],[0,1],[0,1],[1,-3],[0,-1],[0,-1]],[[2578,2314],[2,-2],[0,-1],[-1,0],[0,1],[-9,-5],[-10,-6],[-1,1],[0,1],[2,0],[4,2],[1,3],[2,0],[1,1],[1,2],[2,0],[3,2],[0,1],[0,-1],[1,1],[2,0]],[[2721,2361],[0,-2],[0,1],[0,11],[0,4],[0,1],[0,1],[-1,3],[0,1],[1,4],[1,5],[0,5],[0,-3],[0,-4],[0,-4],[0,-5],[0,-5],[-1,-4],[0,-2],[1,-4],[-1,-3]],[[2727,2456],[-1,0],[0,1],[0,2],[0,4],[1,4],[0,4],[0,2],[1,3],[0,1],[1,0],[0,-2],[0,-2],[0,-3],[-1,-5],[0,-2],[-1,-7]],[[2730,2485],[0,-3],[-1,0],[0,3],[0,2],[0,2],[0,3],[0,2],[1,3],[0,4],[0,-1],[0,-2],[0,-3],[1,-4],[-1,-2],[0,-4]],[[1687,2696],[0,-1],[0,1],[1,-2],[0,-2],[0,-1],[0,-2],[1,-4],[0,-3],[1,-2],[0,-1],[1,-3],[1,-5],[1,-2],[0,-3],[1,-1],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,2],[0,1],[-1,2],[0,1],[-1,1],[0,2],[0,2],[0,1],[0,3],[-1,0],[0,2],[0,3],[0,1],[0,1],[-1,2],[0,3],[0,2],[0,2],[-1,0],[0,2],[1,1]],[[1661,2731],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,2],[0,1],[-1,1],[1,1],[-1,1],[0,1],[1,-1],[0,1],[1,1],[0,-2]],[[1688,2761],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,2],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[0,3],[0,2],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1]],[[1697,2803],[0,-2],[0,-1],[0,-3],[-1,-1],[1,-1],[-1,0],[0,2],[1,1],[-1,2],[0,-2],[0,-1],[0,2],[0,1],[0,1],[1,1],[0,1]],[[2819,2825],[0,-9],[0,-1],[-1,0],[0,1],[-1,1],[0,2],[0,2],[1,1],[1,-1],[0,4]],[[1646,2841],[0,-2],[0,-2],[1,-2],[0,-1],[1,0],[0,-3],[0,-1],[1,-2],[-1,0],[-1,-1],[-1,-3],[-1,-1],[0,-1],[0,-1],[-1,0],[0,2],[-1,1],[0,1],[-1,3],[0,1],[0,1],[0,3],[-1,2],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,1],[1,-1],[1,1],[0,2],[0,-1]],[[1638,2845],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-2],[-1,1],[0,1],[1,3],[0,-1],[1,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1]],[[1652,2846],[1,-1],[0,-1],[1,1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,1],[1,1],[0,2],[0,1],[1,1],[1,-2],[0,-1],[0,-2],[-1,0],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,2],[0,2],[0,1],[0,1],[0,2],[0,2],[-1,2],[0,1],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,-1]],[[2823,2862],[-1,-7],[0,-4],[-1,-1],[0,3],[1,5],[0,3],[1,2],[0,-1]],[[2836,2913],[-1,-3],[-2,-5],[-1,-1],[-1,-1],[-3,-11],[0,-2],[0,4],[1,5],[4,10],[1,1],[1,3],[1,1],[0,-1]],[[2858,2930],[-1,4],[-2,2],[0,1],[0,1],[1,0],[2,-3],[0,-1],[0,-2],[0,-2]],[[2854,2940],[0,-1],[-3,1],[-1,-1],[-7,-7],[0,2],[1,1],[4,4],[5,2],[1,-1]],[[2859,2927],[0,-4],[-1,2],[1,5],[3,23],[3,13],[1,3],[0,1],[0,1],[1,2],[0,1],[1,1],[-1,-4],[-1,-3],[-1,-6],[-1,-1],[0,-2],[-2,-7],[-3,-25]],[[2869,2981],[1,2],[0,4],[1,2],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-2,-7],[-1,-3]],[[2876,3002],[-3,-8],[0,1],[0,2],[1,4],[0,-1],[1,1],[2,4],[2,4],[1,2],[0,-1],[-1,0],[0,-1],[-1,-3],[-2,-4]],[[2886,3017],[0,-1],[-1,1],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,1],[2,3],[2,3],[1,3],[0,4],[0,2],[0,7],[0,6],[1,5],[0,3],[0,2],[0,3],[0,2],[0,1],[0,3],[0,2],[0,3],[0,6],[-1,11],[0,3],[0,5],[0,3],[0,-1],[1,-4],[0,-4],[0,-3],[0,-3],[1,-8],[0,-5],[-1,-12],[0,-24],[-1,-11],[0,-3],[-1,-1]],[[2884,3104],[-1,0],[0,3],[0,3],[-1,2],[0,4],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-6],[0,-2],[0,-2]],[[2877,3303],[1,-1],[0,1],[0,1],[1,1],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,-3],[0,-3],[-1,-1],[-1,0],[1,1],[0,1],[0,2],[0,3],[0,2],[0,3],[0,5],[0,3],[0,4],[1,2],[0,-2],[1,-1],[-1,-2],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1]],[[2882,3335],[-1,-7],[0,1],[1,3],[0,6],[0,3],[1,1],[0,-3],[-1,-4]],[[2883,3345],[0,-1],[-1,1],[1,3],[0,4],[1,4],[0,2],[0,1],[1,-1],[-1,-2],[-1,-7],[0,-4]],[[2874,3419],[0,-3],[0,-4],[-1,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,1],[0,2],[0,2],[0,1],[-1,0],[0,2],[0,2],[0,2],[0,1],[1,0],[0,-1],[0,1],[0,2],[-1,1],[0,1],[1,1],[0,1],[0,-1],[0,-1],[1,-1],[0,-4]],[[2873,3442],[-1,0],[0,1],[-1,0],[0,4],[1,1],[0,1],[0,-1],[1,-2],[0,-2],[0,-2]],[[2892,3402],[-1,-1],[0,-1],[0,-1],[-1,1],[0,2],[1,-1],[0,1],[1,2],[-1,1],[0,2],[1,0],[0,1],[0,1],[0,1],[0,1],[1,5],[0,2],[0,3],[1,4],[1,5],[1,5],[0,2],[0,4],[0,4],[1,5],[1,11],[1,3],[-1,-4],[-1,-8],[-1,-10],[0,-9],[-1,-6],[0,-1],[-2,-18],[-1,-4],[0,-2]],[[2919,3624],[-1,-1],[-1,0],[0,4],[0,1],[0,-1],[1,-2],[0,-1],[0,1],[1,5],[0,1],[0,3],[2,0],[0,-1],[-1,-1],[0,-4],[-1,-4]],[[2923,3647],[-1,-5],[0,1],[0,1],[0,2],[0,4],[3,16],[0,4],[1,3],[0,2],[0,1],[0,-4],[0,-4],[-1,-5],[-1,-7],[-1,-9]],[[2946,3802],[-5,-6],[0,2],[4,4],[1,2],[1,1],[1,1],[1,0],[1,0],[0,-1],[-2,-1],[-2,-2]],[[2927,3804],[0,-1],[0,-2],[1,-1],[-2,-7],[-1,-4],[0,1],[0,-1],[-1,-1],[0,-2],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,2],[0,1],[1,2],[0,1],[1,2],[0,2],[0,4],[0,2],[0,2],[0,1],[1,-1],[1,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1]],[[2953,3806],[-3,-3],[-1,-1],[-1,2],[2,0],[1,1],[1,2],[2,2],[2,2],[1,1],[1,4],[1,1],[1,2],[2,2],[1,3],[1,0],[0,-1],[-2,-2],[0,-1],[-3,-4],[-2,-4],[-1,-2],[-3,-4]],[[2929,3814],[0,4],[0,4],[0,3],[2,11],[0,2],[0,2],[0,-1],[0,-1],[0,-3],[0,-3],[0,-2],[0,-2],[0,-3],[-1,-5],[0,-2],[0,-2],[-1,-2]],[[2977,3866],[0,-1],[0,-2],[0,-1],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,2],[0,2],[1,1],[0,2],[0,2],[1,0],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2]],[[2983,3871],[-1,0],[0,-1],[1,-2],[-1,-1],[0,-1],[0,-1],[0,2],[0,2],[0,2],[-1,0],[0,1],[0,1],[0,2],[1,-2],[0,-1],[1,0],[0,-1]],[[2978,3877],[0,-1],[-1,-1],[0,-1],[-1,3],[-1,-3],[-2,-7],[0,-2],[1,0],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,1],[0,2],[0,-2],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-3],[1,0],[1,-1],[0,2],[1,-1],[0,-1],[1,0],[1,1],[0,2],[0,2],[1,1],[0,1],[1,3],[1,4],[1,0],[0,1],[0,4],[0,1],[0,-3],[1,-2],[0,2],[1,0],[0,2],[0,1],[0,1],[1,-1],[1,-4],[0,3],[0,2],[0,2],[1,0],[0,-6],[1,-1],[0,-1],[1,2],[2,4],[0,1],[1,-1],[0,4],[1,-1],[0,-1],[0,1],[0,2],[1,1],[0,-1],[1,-1],[0,-1],[-1,-3],[-1,-1],[-2,-4],[-3,-4],[-2,-4],[-1,-3],[-3,-6],[-2,-3],[0,-2],[-1,-1],[-1,0],[0,2],[0,2],[0,1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-3],[-2,-2],[-3,-4],[0,-1],[-1,0],[0,1],[1,0],[1,2],[1,1],[-1,0],[-1,0],[0,1],[-1,-1],[0,-2],[-2,0],[0,1],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[0,3],[-1,-1],[-1,-2],[-1,1],[-1,0],[0,-3],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-2],[0,-1],[0,-1],[-1,0],[-1,1],[-1,1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-3],[-1,0],[-3,-2],[-2,-1],[-1,-4],[-1,-1],[0,-1],[-1,1],[1,0],[0,2],[-1,1],[0,-1],[-1,-1],[0,-3],[3,0],[1,0],[0,-1],[-4,0],[-1,0],[0,1],[-2,-1],[-2,-4],[-1,-2],[0,2],[2,3],[2,3],[0,2],[1,1],[-1,1],[0,2],[-1,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-2],[1,-2],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[-2,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,3],[0,1],[1,3],[0,2],[0,1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,3],[1,4],[1,3],[0,-2],[1,1],[0,-1],[1,3],[1,-1],[1,-3],[0,3],[0,3],[0,3],[1,-1],[0,-2],[0,-1],[0,1],[1,2],[-1,1],[0,2],[0,1],[0,2],[1,-1],[0,-3],[1,-2],[0,1],[0,5],[0,5],[2,2],[1,1],[1,-2],[0,-1],[-1,-1],[0,-2],[1,0],[0,1],[0,1],[0,-2],[1,0],[0,2],[0,1],[-1,3],[0,1],[0,3],[1,-2],[1,0],[0,-3],[0,-1],[0,-1],[1,1],[1,-1],[0,2],[0,2],[-1,0],[0,2],[0,1],[0,1],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[1,-2],[0,-1],[1,0],[1,2],[1,1],[0,3],[0,2],[0,1],[1,1],[0,-1],[0,-3],[1,0],[0,1],[0,2],[1,-1],[1,1],[3,-1],[2,1],[1,-1],[2,3],[2,0],[1,1],[2,5],[2,5],[0,2],[0,2],[1,1],[1,2],[1,4],[0,1],[2,3],[1,0],[0,-1],[0,-1],[0,-2]],[[2997,3879],[-1,0],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,-2],[-1,-1],[0,-1]],[[3018,3894],[-1,1],[1,0],[0,1],[0,-1],[0,-1]],[[2986,3897],[-1,-2],[0,-1],[-1,0],[0,2],[0,2],[1,0],[0,-2],[0,1],[0,2],[1,0],[1,1],[0,-1],[-1,-1],[0,-1]],[[3040,3911],[0,-4],[1,-5],[1,-4],[-1,-4],[0,-2],[-2,1],[-1,0],[-1,1],[-3,5],[-1,1],[0,2],[0,1],[1,-2],[2,-1],[1,1],[1,0],[0,-1],[1,1],[0,1],[1,2],[0,2],[0,2],[0,-1],[-1,-3],[-1,-1],[1,6],[1,3],[-1,3],[1,-1],[0,-3]],[[3028,3911],[0,-1],[-1,1],[0,2],[0,2],[0,1],[0,3],[1,1],[0,-2],[0,-5],[0,-2]],[[3015,3919],[-1,-2],[0,1],[0,1],[1,1],[1,1],[1,2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0]],[[3024,3926],[0,-3],[0,1],[0,1],[1,2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[1,-1],[0,-1],[1,0],[0,-8],[-4,0],[-1,-1],[-1,-2],[0,-1],[-1,-4],[-1,1],[0,1],[-1,3],[0,1],[0,1],[2,0],[1,3],[0,2],[1,5],[0,1],[0,1],[1,3],[2,3],[0,-1]],[[3019,3925],[0,-2],[-1,0],[-1,-1],[0,1],[0,1],[1,0],[0,1],[1,2],[1,4],[0,1],[1,1],[1,-1],[-1,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[0,-1]],[[3002,3925],[0,1],[0,3],[0,2],[0,1],[0,1],[0,1],[0,3],[0,5],[1,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-3],[-1,-2],[0,-1],[0,-1],[0,-1]],[[3040,3938],[1,11],[0,4],[1,0],[0,-1],[0,-1],[0,-1],[-1,-3],[-1,-9]],[[3006,3930],[0,-1],[-1,1],[0,-2],[-1,-2],[-1,-2],[0,2],[0,1],[1,2],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,2],[0,4],[0,2],[1,1],[0,2],[1,1],[0,-3],[-1,-5],[0,-11],[0,-2],[0,-1],[0,-2]],[[3004,3942],[-1,-1],[0,1],[0,2],[0,3],[0,2],[0,1],[0,1],[0,3],[0,1],[0,-2],[0,-1],[1,-2],[0,-1],[0,-3],[0,-4]],[[3050,4264],[-1,3],[0,3],[1,4],[0,-3],[0,-2],[0,-5]],[[3048,4274],[0,2],[0,3],[0,3],[1,2],[0,3],[1,3],[0,-1],[0,-2],[-1,-2],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[3079,4298],[-1,-1],[0,1],[0,2],[0,3],[0,1],[0,2],[1,2],[1,-3],[0,-3],[-1,-4]],[[3074,4300],[-1,0],[-1,2],[0,2],[0,3],[0,1],[-1,1],[0,3],[1,0],[1,-3],[0,-1],[1,-1],[1,0],[0,-3],[-1,-1],[0,-1],[0,-2]],[[3073,4315],[0,-2],[-1,-1],[0,2],[-1,1],[0,-2],[-1,-3],[0,2],[0,1],[0,3],[1,3],[1,2],[1,0],[1,-1],[0,-3],[-1,-1],[0,-1]],[[3084,4321],[0,-1],[0,1],[1,1],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-1],[0,2],[0,1],[-1,0],[0,-2],[-1,2],[0,1],[1,2],[0,-1],[0,2],[0,1],[1,-1]],[[3079,4328],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-2],[-1,-1],[-1,2],[0,1],[0,1],[0,2],[0,1],[0,3],[1,0],[0,1],[0,2],[0,2],[0,1],[0,1],[1,0],[0,-1],[1,-2],[0,-1],[0,-2]],[[3072,4339],[-1,-3],[0,-6],[-1,-1],[0,1],[0,4],[1,2],[-1,0],[0,1],[1,3],[1,-1]],[[3083,4342],[0,-1],[-1,1],[0,1],[0,2],[0,2],[0,2],[0,1],[1,-2],[0,-2],[0,-2],[0,-2]],[[3072,4343],[-1,-1],[0,1],[0,2],[0,3],[0,2],[1,2],[0,-1],[0,-4],[0,-1],[0,-3]],[[3091,4340],[-1,-2],[-2,0],[0,2],[-1,-3],[1,-3],[0,-1],[0,-2],[0,-1],[-1,-2],[0,2],[-1,0],[0,-1],[0,2],[-1,2],[-1,2],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[1,5],[0,2],[0,1],[1,0],[0,1],[0,2],[0,1],[0,3],[1,2],[2,0],[0,-2],[1,-3],[1,-7],[0,-4],[0,-3]],[[3108,4362],[0,-2],[0,2],[-1,3],[0,4],[0,1],[0,1],[1,-1],[0,-3],[0,-2],[0,-3]],[[3116,4383],[0,-1],[-1,1],[0,1],[1,2],[0,-1],[1,-1],[-1,-1]],[[3125,4428],[-1,-2],[0,1],[-1,3],[0,3],[0,1],[0,-1],[1,-3],[1,-2]],[[3126,4419],[0,-2],[-1,1],[0,2],[0,2],[0,1],[0,2],[0,1],[1,2],[0,2],[0,2],[0,1],[1,1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-3]],[[3125,4432],[0,-2],[-1,3],[0,2],[0,3],[0,1],[0,2],[1,2],[0,2],[1,-1],[0,-1],[0,-2],[0,-3],[-1,-3],[0,-3]],[[1555,4608],[-1,1],[-1,2],[0,1],[-1,2],[0,2],[1,0],[0,-2],[1,-1],[0,-2],[1,-2],[0,-1]],[[1552,4619],[0,-1],[-1,0],[0,1],[0,2],[0,2],[0,1],[0,-1],[1,-2],[0,-2]],[[1538,4648],[-1,-2],[0,5],[-1,2],[0,3],[0,2],[1,1],[0,-2],[1,-3],[0,-2],[0,-4]],[[1572,4751],[0,1],[-1,1],[0,2],[1,1],[0,2],[0,1],[1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,0]],[[1568,4758],[0,-1],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,3],[1,2],[0,1],[0,1],[1,1],[0,1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3]],[[1580,4792],[1,-1],[0,-1],[1,-2],[-1,0],[-1,-1],[-1,-4],[0,-2],[0,2],[0,2],[0,2],[1,1],[0,2],[-1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-2],[-1,1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,11],[0,2],[0,2],[1,2],[0,-2],[0,-1],[1,-1],[0,-2],[0,-3],[0,-1],[0,-3]],[[1578,4820],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[-1,0],[0,3],[-1,1],[0,-1],[0,1],[0,3],[0,1],[0,1],[0,2],[0,2],[0,1],[0,2],[0,2],[0,1],[0,2],[1,0],[0,-1],[1,-1],[0,-1],[0,-5],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[1573,4885],[0,-3],[0,-3],[-1,0],[0,3],[0,2],[-1,2],[0,3],[0,1],[1,0],[0,-1],[0,-3],[0,-1],[0,3],[0,2],[0,2],[0,1],[1,-4],[0,-4]],[[1576,4935],[0,-1],[0,-1],[0,-3],[2,-5],[0,-4],[-1,-1],[0,-1],[-1,1],[0,2],[-1,1],[0,-1],[0,-3],[-1,-2],[0,3],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-2],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,-2],[0,-3],[0,-7],[0,-8],[1,-7],[0,-2],[0,1],[1,3],[-1,4],[0,3],[1,2],[0,-2],[1,-2],[0,-2],[2,-5],[1,-3],[0,-3],[0,-2],[0,-2],[0,-1],[0,-4],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,-1],[0,1],[0,3],[-1,3],[0,3],[0,1],[-1,0],[0,-2],[0,-1],[-1,1],[0,1],[-1,1],[0,3],[-1,3],[0,2],[0,3],[0,2],[0,8],[0,4],[0,1],[-1,0],[-1,-2],[0,5],[-1,0],[0,1],[-1,1],[0,1],[0,4],[0,3],[2,16],[1,3],[1,1],[0,1],[0,1],[1,-2]],[[1568,4946],[1,-1],[0,2],[0,-2],[0,-2],[0,-2],[0,-2],[-2,1],[0,3],[0,1],[-1,0],[0,1],[0,3],[0,2],[0,2],[1,1],[-1,2],[0,1],[1,1],[0,1],[0,2],[0,1],[1,-4],[0,-3],[0,-4],[0,-3],[0,-1]],[[1573,4958],[-1,-1],[0,1],[-1,4],[0,2],[1,2],[0,1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1]],[[1564,4953],[0,-2],[0,-4],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,5],[0,4],[0,1],[0,3],[1,2],[0,1],[1,-2],[0,-2],[1,-2],[0,-1],[1,-2],[1,-3],[1,-1],[0,-1],[-1,-2]],[[1568,4982],[3,-7],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-1],[0,1],[-1,1],[0,4],[-1,4],[0,2],[0,1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-8],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,2],[-1,1],[0,2],[-1,0],[0,-2],[0,-3],[0,-1],[0,2],[-1,1],[0,2],[0,1],[0,1],[1,3],[1,1],[1,6],[1,0],[1,0]],[[1575,4973],[0,-1],[-1,1],[0,2],[-1,1],[0,3],[-1,2],[0,2],[0,1],[0,2],[0,-1],[1,-4],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1]],[[1563,5023],[0,-1],[-1,-2],[0,2],[0,1]],[[3119,4467],[-1,0],[0,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-3],[0,-2],[0,-2],[0,-3],[1,-1],[0,-1],[0,-1],[1,-5],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[-1,1],[0,2],[0,-3],[0,-2],[0,-1],[0,-2],[-1,0],[0,1],[-1,3],[-1,-2],[1,-2],[0,-2],[1,-2],[0,-7],[0,1],[0,5],[0,1],[1,-3],[0,1],[0,1],[1,1],[-1,1],[0,1],[0,1],[1,0],[0,-2],[0,-4],[0,-3],[1,2],[0,3],[-1,6],[1,-1],[0,-1],[1,-4],[0,-1],[0,-1],[1,-4],[0,-2],[-1,-4],[-1,-1],[-1,0],[0,-1],[0,-2],[0,-1],[0,1],[-1,-3],[0,-2],[-2,-6],[0,-1],[-1,-1],[1,-1],[0,-1],[-1,0],[-1,2],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,3],[0,1],[-1,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,-2],[1,-2],[0,-2],[-1,-3],[1,-2],[-1,0],[0,-2],[0,-1],[0,-1],[-1,3],[0,3],[0,3],[-1,1],[1,-3],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[0,1],[0,2],[0,1],[0,1],[-1,-2],[0,3],[-1,-4],[0,-1],[0,-5],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,-2],[-1,-7],[0,1],[-1,2],[0,2],[0,8],[0,1],[0,-1],[-1,-7],[0,-1],[0,-1],[0,1],[0,1],[0,2],[0,2],[0,2],[0,3],[0,-1],[0,-1],[0,-2],[-1,1],[0,-1],[0,-4],[-1,0],[0,-1],[0,-2],[0,-3],[1,-2],[-1,-2],[-1,1],[0,-3],[0,-6],[0,-4],[-1,2],[0,4],[1,4],[0,3],[0,-1],[-1,-2],[0,-2],[0,-3],[0,-2],[0,-1],[0,1],[-1,1],[0,1],[0,10],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[-1,-1],[1,-1],[1,-2],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,-5],[0,-2],[-1,1],[0,2],[0,2],[0,2],[0,-1],[0,2],[-1,5],[0,3],[0,4],[0,2],[-1,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,5],[0,3],[0,1],[-1,-4],[0,-2],[0,-2],[0,-1],[-1,4],[0,2],[0,2],[-1,1],[0,-3],[0,-1],[1,-2],[-1,-3],[0,-1],[1,0],[0,-1],[-2,0],[-1,2],[0,-3],[0,-3],[0,-2],[-1,-1],[-1,0],[0,2],[0,8],[0,2],[0,1],[-1,0],[0,-5],[1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,4],[0,1],[0,2],[-1,-3],[0,-1],[-1,0],[-1,1],[1,-2],[0,-3],[0,-2],[0,-1],[0,-4],[0,-2],[0,-1],[0,-1],[1,-1],[0,-2],[0,-2],[-1,0],[0,1],[0,-2],[0,-1],[1,0],[0,-1],[-1,-1],[-2,8],[-1,0],[-1,0],[0,1],[-1,4],[-1,1],[-1,-3],[-1,0],[1,5],[0,3],[0,1],[1,0],[0,-2],[0,1],[0,1],[0,2],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,1],[-1,3],[0,2],[-1,-2],[0,-1],[-1,-3],[0,-2],[0,2],[0,2],[0,2],[0,2],[0,1],[1,1],[0,1],[0,2],[0,1],[1,7],[-1,3],[0,1],[-1,0],[0,-4],[-1,-8],[1,-1],[-1,-2],[0,-1],[-1,0],[1,3],[-1,0],[0,-1],[-1,-3],[0,-1],[-2,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-5],[0,-3],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-7],[-1,-2],[0,-7],[0,-4],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[1,0],[0,-3],[-1,-2],[0,-2],[-1,0],[0,-1],[0,-3],[-1,-2],[0,1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,1],[0,3],[1,6],[0,2],[-2,-8],[0,-2],[0,2],[0,4],[0,1],[-1,0],[0,-2],[-1,0],[1,3],[0,2],[0,1],[-1,0],[0,1],[1,2],[0,2],[0,2],[-1,0],[0,-3],[0,-1],[-1,-1],[0,-4],[0,-1],[-1,0],[0,-2],[0,-2],[-1,-12],[0,-5],[-1,-2],[0,3],[0,2],[0,2],[0,2],[-1,0],[0,-2],[0,-2],[0,-5],[0,2],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,4],[1,6],[0,2],[-1,-1],[0,-2],[0,-4],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[0,1],[0,5],[-1,-1],[0,-1],[0,1],[-1,2],[0,2],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,2],[-1,1],[0,2],[0,2],[1,6],[0,2],[0,1],[-1,-1],[0,-2],[-2,-16],[-1,-2],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[0,-4],[0,1],[0,3],[1,1],[0,-1],[0,-2],[-1,-8],[0,-2],[-1,0],[0,4],[0,1],[0,1],[0,2],[0,7],[0,2],[-1,1],[0,2],[0,2],[0,2],[0,1],[0,2],[0,3],[0,3],[0,2],[0,2],[0,2],[1,1],[0,2],[0,1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-3],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[1,0],[0,1],[0,1],[1,-2],[0,-4],[0,-10],[0,-6],[0,-4],[1,-3],[0,-2],[-1,-3],[0,-1],[0,-2],[-1,-1],[0,-2],[0,2],[0,4],[0,1],[0,1],[-1,3],[1,3],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,2],[1,1],[-1,1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-2],[0,2],[-1,-6],[0,-1],[-1,0],[0,-3],[0,-1],[2,15],[-1,3],[0,-1],[0,-3],[-1,-3],[0,-3],[0,-2],[0,-2],[-1,-2],[0,4],[2,8],[0,4],[-1,0],[-1,-3],[0,1],[1,1],[0,1],[0,2],[-1,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-1],[-2,-6],[-1,-1],[0,-7],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[1,-1],[0,-4],[0,-2],[0,-4],[0,-1],[-1,0],[0,-2],[-1,0],[0,1],[1,1],[-1,-1],[-1,-3],[0,-1],[0,3],[-1,0],[0,-1],[0,-2],[-1,-3],[0,-3],[0,-3],[0,-3],[1,1],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-2],[0,-2],[-1,-1],[-1,0],[0,-1],[-1,-5],[-1,-4],[0,-3],[1,-3],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-3],[-1,-8],[0,-1],[-1,1],[0,2],[0,2],[-1,0],[0,-1],[0,-4],[0,-1],[0,-3],[1,1],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,-9],[-1,-5],[0,-3],[0,-3],[0,-1],[0,-5],[0,-1],[0,-1],[-2,1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-2],[1,-9],[0,-1],[-1,5],[0,1],[0,-5],[0,-2],[2,-3],[-1,-1],[0,-3],[2,0],[0,-2],[1,-1],[0,1],[0,4],[0,1],[0,1],[1,2],[0,-2],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,-1],[0,-2],[0,-1],[0,-1],[-3,-3],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,2],[1,1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,4],[0,-2],[-1,-2],[0,-1],[1,-2],[0,-3],[0,-2],[0,-1],[-1,2],[0,1],[-1,-1],[1,-1],[0,-1],[0,-1],[-1,2],[0,1],[-1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[1,-2],[0,-1],[1,2],[0,-4],[0,-1],[1,0],[0,-2],[0,-2],[0,-1],[1,1],[0,1],[1,1],[0,-2],[0,2],[0,1],[0,1],[0,2],[0,2],[0,2],[1,-5],[0,-2],[2,-2],[0,-1],[1,-2],[1,-4],[0,-1],[0,-4],[0,-1],[0,-1],[1,-3],[0,-5],[1,-2],[0,-3],[0,-2],[1,-5],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,4],[0,2],[-1,1],[0,-1],[0,-7],[0,1],[-1,-1],[0,-1],[1,-7],[1,0],[1,-1],[1,1],[0,-2],[1,-5],[0,-6],[0,-4],[0,-3],[1,-4],[1,-5],[1,-2],[4,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[1,1],[1,3],[3,3],[1,1],[1,2],[0,1],[1,4],[-1,4],[0,5],[0,4],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,-1],[0,-5],[0,-1],[0,5],[-1,3],[0,7],[0,2],[0,4],[-1,3],[-1,1],[-1,-2],[0,-2],[1,0],[0,-2],[-1,-1],[0,1],[-1,4],[0,1],[0,1],[0,1],[0,1],[1,1],[1,-1],[1,-1],[1,-2],[1,-3],[1,-6],[1,-6],[1,-14],[1,-3],[0,-1],[-1,0],[0,1],[0,1],[-1,-1],[0,-4],[0,-2],[1,1],[0,-2],[0,-7],[0,-10],[-1,1],[-4,-3],[-2,0],[-1,-2],[0,-1],[0,-1],[-1,-3],[0,1],[0,4],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-2],[-1,2],[0,1],[0,-1],[-1,-6],[-1,-3],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,-4],[-1,1],[1,3],[0,4],[0,11],[0,2],[0,2],[0,2],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,-1],[0,-2],[-1,2],[0,2],[-1,-1],[0,-4],[0,-2],[1,-2],[-1,0],[0,-1],[-1,-3],[0,-2],[0,2],[-1,0],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-2],[0,1],[-1,2],[0,1],[0,1],[-1,2],[0,-4],[0,-2],[0,-3],[0,-4],[-1,-2],[0,-1],[-1,0],[0,1],[1,0],[-2,-4],[0,-1],[-1,2],[0,1],[0,2],[0,2],[0,2],[0,-3],[0,-1],[-1,1],[0,-2],[0,-1],[-1,-2],[-1,-6],[-1,3],[0,2],[0,1],[0,1],[0,6],[0,6],[0,4],[0,3],[0,4],[0,1],[2,11],[1,6],[-1,-1],[0,-2],[-1,-7],[0,-1],[-1,1],[-1,-1],[0,-2],[0,-2],[0,-2],[-1,-5],[0,2],[-1,0],[0,1],[0,2],[0,3],[0,3],[1,3],[0,1],[-1,1],[0,-1],[0,-3],[0,-1],[-1,2],[0,1],[0,2],[0,3],[-1,2],[0,2],[0,2],[0,-2],[0,-3],[0,-4],[0,-2],[0,-1],[0,-1],[0,-1],[1,-2],[-1,-1],[0,-3],[0,-1],[0,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-2],[0,-3],[0,-3],[0,-3],[0,-1],[-1,-2],[1,-3],[0,-2],[0,-8],[0,-2],[-1,-9],[0,-2],[-1,-2],[0,-1],[0,-1],[-1,1],[-1,0],[-1,-1],[-4,-5],[-2,-2],[-2,-2],[0,1],[1,2],[0,1],[-1,1],[0,1],[-2,0],[-2,-4],[-1,5],[-1,-1],[0,-3],[0,-2],[-1,0],[-1,2],[-1,0],[0,-4],[0,2],[-2,-4],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[-1,1],[0,-2],[1,-2],[0,-3],[0,-3],[0,-1],[0,-2],[-1,0],[-1,2],[-1,0],[0,-1],[-1,-2],[0,-2],[0,1],[-1,0],[0,1],[0,-1],[-1,2],[-1,1],[-2,-2],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,-2],[-1,0],[0,-2],[-1,0],[0,2],[0,1],[0,2],[0,3],[-1,1],[0,-1],[0,-1],[0,-1],[-1,-4],[-1,-4],[0,-1],[0,-2],[-1,-1],[-1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,0],[0,2],[-1,1],[0,1],[0,-2],[-1,-1],[0,1],[0,1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-3],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-3],[0,1],[-1,-2],[-1,1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,0],[0,-1],[-1,-6],[-1,-2],[0,-3],[-1,0],[0,-2],[0,-3],[1,-2],[0,-2],[-1,0],[-1,0],[-1,-1],[-1,0],[0,2],[0,1],[0,2],[0,3],[1,1],[0,2],[-1,1],[1,6],[0,6],[1,6],[0,3],[0,12],[0,6],[-1,5],[0,2],[0,2],[-1,3],[-1,3],[0,3],[1,2],[0,3],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-5],[0,-1],[0,-3],[1,-1],[0,-3],[0,-2],[0,-7],[1,-12],[0,-4],[0,-3],[-1,-5],[-1,-11],[-1,-9],[0,-2],[0,-3],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-2],[0,-3],[-1,-2],[-1,-1],[0,2],[1,7],[0,1],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-6],[0,-3],[0,-1],[-1,0],[0,-2],[0,-2],[0,-3],[0,-2],[-1,-1],[1,-2],[0,-3],[1,-1],[0,-2],[1,0],[1,1],[1,0],[2,-4],[1,-3],[0,1],[0,2],[0,3],[0,6],[0,-2],[1,-3],[0,-3],[0,-5],[0,-10],[0,-6],[-1,-8],[0,-9],[0,-4],[-1,-4],[0,-5],[0,-4],[0,-3],[0,-5],[-1,-6],[0,-3],[0,-4],[0,-4],[0,-15],[-1,1],[1,20],[0,8],[0,3],[1,2],[0,4],[0,3],[-1,1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[-1,1],[0,-2],[0,-1],[0,-2],[0,1],[0,-3],[0,-3],[-1,-2],[1,0],[0,-2],[0,-2],[-1,-2],[0,-3],[1,-2],[0,-1],[-1,-3],[-1,-4],[0,-5],[0,-4],[1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-3],[-1,-3],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-3],[0,-2],[1,-3],[0,-3],[0,-2],[-1,0],[0,1],[0,1],[0,1],[-1,3],[0,-1],[-1,0],[0,1],[0,1],[0,-5],[0,-3],[0,-1],[1,-1],[-1,-2],[0,-4],[0,1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-2],[1,1],[0,-2],[0,-2],[1,-3],[-1,-2],[-2,-4],[-1,-1],[0,1],[1,2],[0,2],[1,3],[-1,2],[-1,-4],[0,-3],[0,-2],[0,-1],[-2,0],[-1,0],[0,-3],[1,-1],[0,-1],[2,2],[0,-1],[-1,-2],[-1,-7],[-1,-1],[0,-2],[-1,-11],[-1,1],[0,-1],[-1,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-2],[0,-1],[0,-3],[-1,-2],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-4],[-1,-3],[-1,-3],[-2,-3],[-1,2],[0,1],[0,2],[0,1],[0,3],[1,3],[0,2],[1,13],[0,5],[0,5],[-1,1],[0,1],[-1,0],[-1,-1],[0,1],[0,1],[0,2],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[-1,3],[0,1],[0,1],[0,3],[-1,0],[-1,0],[0,1],[0,2],[-1,3],[0,1],[-1,-1],[0,1],[0,1],[-3,13],[-1,3],[-1,3],[0,4],[0,-1],[1,-1],[0,3],[0,6],[0,3],[-1,4],[0,1],[0,1],[0,3],[1,1],[0,1],[0,1],[0,2],[0,2],[1,1],[0,2],[0,1],[0,1],[0,4],[1,4],[1,4],[1,3],[2,3],[1,1],[1,0],[1,2],[1,1],[0,1],[0,-1],[1,2],[0,2],[1,1],[-1,2],[0,3],[0,2],[1,-1],[0,2],[0,-1],[1,7],[1,2],[-1,-1],[-1,-3],[-1,-1],[0,-1],[0,-3],[-1,-3],[1,-3],[-1,-2],[-2,-2],[-1,-3],[-1,1],[-2,-3],[0,-1],[-1,-1],[-1,-5],[-1,-3],[0,-2],[0,-5],[-1,-3],[-1,-6],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[1,-4],[1,-1],[0,-3],[0,-2],[0,-3],[-1,-2],[0,-4],[0,-3],[0,-3],[1,-2],[1,-3],[1,-8],[0,-1],[0,-2],[1,-2],[0,-4],[1,-3],[0,-3],[0,-3],[0,-8],[0,-3],[0,-3],[0,-2],[0,-2],[0,-4],[0,-3],[1,-2],[1,-3],[0,-5],[1,-3],[0,-2],[0,-4],[0,-2],[1,-8],[2,-6],[1,-3],[1,-2],[0,1],[1,1],[-1,2],[1,0],[0,-2],[0,-17],[0,-7],[0,1],[0,7],[0,1],[-1,-1],[-1,0],[1,-4],[-1,1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[-1,-2],[-2,-2],[-1,-3],[1,0],[0,-1],[0,-1],[-1,-1],[1,0],[1,3],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,3],[0,1],[0,2],[0,1],[1,-1],[0,-1],[0,-2],[0,-5],[0,-4],[0,-4],[0,-4],[0,-3],[0,-4],[0,-5],[-1,-5],[0,-3],[0,4],[1,9],[0,4],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,1],[1,-4],[-1,-2],[0,1],[-1,1],[0,1],[-1,-1],[1,-2],[1,0],[0,-2],[0,-1],[0,-1],[-1,-1],[1,0],[1,-2],[0,-2],[-1,-3],[0,-2],[0,-2],[-1,-7],[0,-1],[-1,0],[0,1],[0,3],[-1,-2],[0,-1],[-1,-2],[0,-8],[0,-2],[0,-1],[-1,-4],[0,-2],[-1,1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-7],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-1],[0,-3],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,-3],[0,-3],[-1,-3],[-1,-3],[0,-6],[-1,-7],[-1,-4],[-1,-4],[-1,-9],[-1,-3],[0,-4],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,-1],[0,-2],[-1,-2],[1,-1],[0,-1],[-1,-1],[0,-2],[1,0],[0,-2],[0,-1],[-1,-1],[0,1],[-1,0],[0,-4],[0,-2],[-1,-4],[0,-5],[0,-7],[-1,-5],[0,-5],[0,-3],[0,-3],[0,-2],[-1,2],[0,4],[-1,5],[0,3],[1,2],[0,1],[-1,3],[0,3],[0,3],[1,2],[0,1],[-1,0],[0,-1],[1,6],[0,2],[0,2],[0,1],[0,2],[1,2],[0,1],[-1,0],[0,-1],[0,3],[0,2],[1,2],[0,2],[1,2],[-1,0],[0,-1],[0,4],[0,4],[1,2],[0,1],[-1,2],[1,2],[0,1],[0,1],[0,1],[0,2],[1,0],[0,1],[0,2],[0,3],[0,1],[1,0],[0,3],[0,1],[1,4],[0,1],[0,1],[0,2],[1,2],[0,2],[-1,2],[0,2],[1,0],[0,-1],[0,-1],[2,1],[0,1],[0,2],[0,2],[0,1],[1,0],[0,1],[-1,2],[0,1],[1,1],[0,2],[-1,2],[-1,1],[0,-1],[0,1],[0,3],[1,1],[1,1],[0,1],[1,1],[-1,1],[0,1],[-3,1],[-1,0],[0,-2],[-1,-4],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[0,4],[0,2],[1,1],[1,1],[0,2],[1,5],[1,2],[-1,1],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[0,2],[-1,0],[-1,0],[0,-1],[-2,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,3],[0,5],[1,3],[1,1],[1,2],[0,1],[-1,0],[-1,2],[0,3],[0,3],[0,3],[1,6],[1,3],[0,3],[0,1],[-1,0],[0,-2],[0,-1],[0,-2],[-2,-7],[0,-1],[0,-8],[-1,-2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[1,2],[-1,4],[0,-2],[-1,-4],[-1,-4],[1,-1],[0,-1],[0,-2],[0,-2],[0,-4],[-1,-1],[0,1],[-1,6],[0,2],[-1,1],[0,1],[0,2],[-2,9],[0,1],[-1,-1],[1,-7],[0,-3],[-1,0],[0,4],[0,4],[-1,5],[0,1],[0,2],[-1,1],[0,3],[0,2],[0,1],[-1,3],[1,1],[1,-1],[0,-4],[0,2],[0,4],[1,2],[0,1],[1,1],[0,1],[0,2],[1,2],[0,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[1,2],[0,3],[0,1],[0,1],[0,2],[1,-1],[1,1],[1,1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,-3],[1,1],[1,-4],[1,0],[1,2],[0,1],[0,3],[0,4],[1,2],[0,1],[-1,0],[0,-5],[-1,-3],[0,-1],[-1,1],[-1,2],[-1,1],[1,5],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[1,2],[0,1],[-1,-1],[0,2],[0,1],[0,1],[0,2],[0,1],[-1,-2],[0,-2],[0,-1],[0,-3],[0,2],[-1,2],[0,2],[0,3],[1,0],[-1,3],[0,1],[-1,-2],[0,-5],[-1,1],[0,5],[0,2],[0,1],[0,-2],[0,-4],[-1,-2],[0,-3],[0,-1],[0,-2],[0,-1],[0,3],[0,3],[0,2],[0,3],[1,8],[0,2],[0,1],[1,3],[0,2],[0,-3],[1,-2],[0,-1],[0,-1],[0,-3],[1,-2],[0,-1],[1,-2],[0,2],[1,1],[0,2],[0,2],[0,2],[0,-2],[-1,-2],[-1,0],[0,4],[0,5],[1,1],[1,1],[0,2],[-1,2],[0,1],[0,3],[0,1],[0,-1],[0,-3],[-1,-1],[0,-2],[0,5],[0,2],[0,1],[0,2],[-1,1],[-1,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[0,8],[0,7],[1,5],[0,1],[0,3],[1,3],[0,-3],[0,-3],[2,-1],[0,-1],[1,1],[1,2],[0,2],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,3],[1,6],[1,2],[-1,-1],[-1,-2],[0,-1],[-1,1],[0,1],[0,1],[0,-2],[-1,-4],[0,-2],[-1,-5],[1,-3],[0,-2],[-1,0],[0,1],[0,2],[0,3],[0,6],[0,3],[0,1],[-1,1],[0,3],[0,2],[0,3],[1,6],[0,5],[1,4],[0,3],[1,1],[0,1],[0,1],[1,0],[0,1],[0,3],[0,1],[0,1],[2,0],[1,-1],[2,0],[2,0],[1,1],[-1,1],[-1,-1],[-3,1],[-1,2],[1,4],[1,5],[1,2],[0,1],[1,0],[1,-1],[1,-1],[0,1],[-1,2],[0,2],[-1,2],[1,2],[1,2],[0,4],[0,3],[-1,-1],[0,-2],[-1,-3],[0,-3],[-2,-6],[-1,-4],[0,5],[1,2],[0,5],[1,2],[0,2],[0,6],[-1,-2],[0,-3],[-1,-3],[-1,1],[-1,0],[0,-1],[-1,-8],[0,-1],[1,-2],[1,0],[0,-2],[-1,-2],[-1,-5],[-2,-4],[0,-3],[-1,2],[0,3],[0,6],[0,3],[0,1],[0,1],[0,-1],[0,-1],[-1,-1],[0,-11],[0,-2],[1,-2],[0,-1],[-1,-1],[-1,-4],[0,7],[0,7],[-1,0],[-2,-2],[1,-1],[0,-1],[1,-1],[0,-3],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[-1,1],[-1,-1],[1,-2],[1,-5],[-1,-2],[0,1],[0,2],[-1,3],[0,1],[-1,1],[0,-4],[1,-4],[1,-2],[0,-2],[-1,-3],[0,-2],[0,2],[0,2],[0,-1],[-1,-1],[0,3],[-1,1],[0,2],[-1,3],[-1,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[1,0],[0,-2],[0,-3],[1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[1,-1],[0,1],[0,-2],[1,-2],[0,-1],[0,-4],[1,-2],[0,-2],[-1,-1],[0,1],[0,2],[-1,-1],[0,-1],[-1,1],[0,-1],[0,-1],[1,-1],[1,-2],[1,-2],[0,-2],[0,-1],[0,-1],[-1,0],[0,-3],[-1,1],[-1,4],[0,3],[-1,3],[0,2],[0,-1],[0,-2],[-1,-2],[1,-1],[0,-1],[1,-1],[0,-2],[1,-3],[0,-2],[0,-3],[1,-1],[-1,-2],[1,-3],[-2,2],[0,4],[-1,1],[0,-1],[0,-2],[1,-2],[0,-2],[1,-2],[0,-3],[-1,0],[0,1],[-1,1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[1,-3],[0,1],[1,0],[0,-3],[-1,-2],[0,-4],[-1,-1],[0,-3],[0,-2],[1,-2],[0,-3],[0,-4],[0,-4],[0,-3],[0,-9],[0,-6],[1,-5],[1,-8],[1,-4],[0,-3],[1,-1],[-1,-4],[0,-5],[-1,0],[-1,2],[0,4],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,2],[-1,3],[-1,4],[-1,5],[0,21],[-1,4],[0,-1],[0,-1],[0,-2],[0,-10],[1,-4],[0,-3],[0,-4],[0,-3],[0,-5],[1,-4],[1,-4],[2,-3],[0,-1],[0,-3],[1,-3],[0,-2],[1,-3],[1,1],[0,1],[1,0],[0,-1],[0,-3],[-1,-2],[0,-3],[1,-3],[0,-1],[0,-4],[1,-4],[0,-4],[0,-1],[0,-1],[0,-5],[0,-2],[0,-2],[0,-3],[0,2],[-2,7],[0,1],[-1,3],[1,4],[-1,5],[0,2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[0,1],[-1,3],[0,-4],[0,-1],[0,1],[0,2],[-1,1],[0,4],[0,2],[-1,2],[-1,2],[-1,0],[0,1],[-1,1],[-2,-2],[0,2],[-1,2],[0,3],[0,2],[0,2],[0,5],[-1,4],[0,3],[-1,2],[1,-6],[0,-4],[0,-4],[0,-6],[-1,2],[-1,1],[0,2],[0,3],[-1,2],[-1,2],[0,4],[-1,10],[0,3],[0,3],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[0,3],[0,2],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-5],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,2],[-1,2],[0,5],[0,4],[0,3],[0,3],[0,3],[1,1],[0,2],[0,3],[1,0],[1,3],[-1,-1],[0,1],[0,2],[0,2],[1,1],[0,1],[1,0],[0,1],[0,3],[1,2],[0,2],[0,2],[0,1],[1,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,4],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-2],[-1,0],[0,-1],[-1,0],[0,-3],[0,-1],[-1,1],[0,1],[0,-2],[0,-2],[1,-2],[0,-2],[-1,-1],[-1,-1],[0,1],[0,1],[0,3],[0,1],[-1,-1],[0,-2],[0,-3],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-4],[-1,-7],[1,-7],[-1,2],[0,2],[0,-3],[1,-3],[0,-2],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[1,0],[2,-2],[1,2],[1,1],[1,3],[1,0],[1,4],[1,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,0],[0,-1],[1,-1],[1,-5],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,-2],[1,-3],[1,-2],[1,1],[1,-1],[0,-2],[1,-2],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,-2],[-1,-2],[1,-2],[0,-1],[1,-1],[1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,-1],[1,-3],[1,-2],[2,-5],[1,-1],[0,-2],[1,-3],[0,-3],[0,-4],[-1,-2],[-1,4],[0,1],[-1,-1],[1,-3],[0,-5],[0,-2],[0,-1],[0,-2],[0,-2],[-1,0],[1,-2],[0,-3],[0,-2],[0,-1],[0,1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[-1,-2],[0,1],[-2,2],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[-1,3],[0,-2],[0,-6],[-1,0],[0,2],[0,3],[0,1],[-1,3],[-1,5],[0,3],[0,1],[-1,2],[0,1],[0,2],[0,1],[0,-2],[-1,1],[0,1],[0,1],[0,2],[0,-1],[-1,0],[0,2],[-2,7],[0,3],[-2,4],[0,5],[-1,2],[-1,2],[0,9],[-1,4],[0,1],[0,1],[-2,1],[0,2],[0,2],[-1,2],[0,1],[-1,2],[-1,0],[0,-2],[0,-1],[0,-1],[1,-1],[1,1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-1],[2,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-8],[0,-3],[1,-1],[0,-2],[0,-2],[1,-2],[0,-2],[1,-2],[0,-2],[0,-1],[1,-3],[0,-3],[0,-3],[1,-2],[0,-1],[0,-2],[1,0],[1,0],[0,-2],[0,-1],[0,-2],[1,0],[0,-2],[1,-3],[0,-3],[0,-1],[0,-3],[0,-3],[1,-3],[1,-2],[1,0],[1,0],[0,1],[1,-4],[1,-2],[1,0],[1,-2],[0,-1],[0,-1],[-2,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[1,-3],[1,-1],[0,2],[0,2],[1,0],[0,-2],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-3],[0,-5],[-1,-5],[0,-4],[0,-2],[-1,2],[0,5],[-1,3],[0,-1],[-1,0],[-1,7],[0,2],[-1,-4],[1,0],[0,-1],[0,-2],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,1],[0,-1],[1,-1],[0,-2],[0,-2],[0,-2],[-2,-2],[-1,-1],[-1,3],[-1,3],[0,2],[0,2],[-1,1],[-1,12],[-1,1],[-1,2],[0,3],[-1,6],[-1,6],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[1,-8],[1,-3],[1,-2],[0,-5],[2,-10],[2,-6],[0,-3],[1,-3],[1,2],[1,1],[1,0],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,2],[1,-3],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[2,1],[0,-1],[0,-4],[0,-3],[0,-3],[-1,-2],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-3],[0,-1],[-1,1],[0,6],[0,2],[-2,4],[-1,4],[-2,5],[0,1],[0,2],[0,4],[0,4],[0,3],[-1,2],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,2],[0,1],[-1,1],[-1,2],[0,2],[0,2],[0,4],[-1,2],[0,-1],[0,-1],[0,-4],[0,-2],[0,-1],[-1,-2],[-1,0],[0,2],[0,2],[-1,6],[0,1],[-1,0],[-1,-3],[0,-1],[0,-1],[0,2],[0,1],[0,1],[-1,2],[-1,-1],[0,-1],[-1,1],[0,1],[-2,0],[0,1],[0,2],[-1,-3],[0,-2],[0,-1],[1,0],[2,-3],[2,0],[0,-2],[1,-1],[0,1],[1,3],[1,-1],[0,-3],[0,-2],[0,-2],[1,0],[1,-4],[1,-1],[2,0],[0,-1],[1,-5],[1,-1],[0,-1],[1,6],[1,-1],[0,-5],[0,-6],[0,-6],[0,-3],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[1,-3],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-3],[0,-1],[1,1],[0,1],[1,2],[0,1],[1,1],[1,0],[1,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[0,3],[0,2],[0,2],[0,2],[0,1],[-1,2],[0,3],[1,1],[1,1],[3,-5],[1,-2],[1,-1],[1,1],[0,3],[1,-1],[1,-3],[1,-15],[2,-31],[0,-7],[2,-24],[0,-6],[0,-3],[0,-3],[0,-2],[1,-8],[1,-15],[5,-34],[0,-6],[1,-9],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[0,5],[-1,4],[-2,11],[0,-1],[-1,1],[0,2],[0,2],[1,-1],[0,3],[0,2],[0,1],[0,-2],[-1,2],[0,2],[0,3],[0,2],[0,1],[0,4],[-1,4],[0,5],[0,5],[-1,6],[0,2],[-1,1],[1,0],[-1,4],[0,10],[0,2],[0,3],[0,3],[-1,3],[0,5],[0,6],[0,1],[0,1],[0,2],[0,2],[0,1],[0,2],[-1,1],[0,1],[0,9],[-1,3],[0,1],[0,1],[-1,-1],[0,-15],[0,-8],[0,-1],[1,0],[0,1],[0,1],[0,2],[1,0],[0,-3],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,2],[0,2],[-1,2],[0,2],[-1,5],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[0,-3],[1,-3],[0,-2],[1,-3],[0,-2],[0,-1],[0,-3],[1,-4],[0,-2],[0,2],[0,1],[0,1],[0,1],[0,2],[0,3],[1,0],[0,-4],[0,-7],[0,-2],[1,-6],[0,-2],[0,-2],[2,-17],[0,-2],[0,-3],[0,-3],[0,-3],[0,-1],[-1,1],[0,3],[-1,4],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,2],[-1,3],[0,1],[0,2],[0,1],[-1,2],[0,2],[0,2],[-1,3],[0,1],[0,-2],[0,-1],[0,-1],[1,-6],[0,-2],[0,-3],[-1,-1],[1,-3],[1,-1],[0,-1],[0,-1],[-2,3],[-1,0],[0,1],[-1,2],[0,5],[-1,1],[0,1],[-1,2],[0,2],[-1,2],[-1,1],[0,1],[0,1],[0,1],[-1,-2],[0,-2],[0,-1],[1,0],[1,-2],[0,-2],[0,-2],[1,-3],[0,-2],[1,-1],[0,-4],[0,-1],[1,0],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,2],[-1,4],[0,1],[-1,2],[-1,2],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-6],[1,-2],[-1,-1],[0,1],[-3,5],[-1,2],[-1,3],[-1,1],[0,2],[0,1],[0,-3],[0,-1],[0,-2],[1,-2],[0,-1],[1,-2],[0,-1],[1,-2],[1,0],[0,-2],[-3,-1],[-1,-2],[0,-1],[1,0],[-1,-3],[-1,-2],[-1,-2],[0,-1],[-1,0],[-1,0],[0,1],[-1,5],[0,1],[-1,-3],[-1,3],[0,8],[-1,6],[0,4],[0,6],[1,2],[0,2],[0,1],[0,4],[0,3],[0,1],[-1,1],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-3],[-1,-2],[0,-3],[0,-10],[0,-2],[1,-3],[0,-4],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-5],[0,-2],[4,0],[1,-1],[1,3],[1,2],[2,2],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,1],[1,0],[1,-2],[1,-1],[0,2],[-1,2],[0,1],[0,2],[3,3],[3,1],[1,-2],[1,-2],[0,-2],[-1,1],[0,-1],[-1,-5],[1,1],[1,0],[-1,-3],[0,-3],[0,-2],[-1,-1],[0,-1],[1,-2],[0,-4],[0,-4],[-1,-1],[-1,1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,1],[-1,2],[-1,-1],[1,-3],[1,-1],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[1,11],[0,5],[0,18],[0,1],[1,3],[0,1],[1,-1],[0,-4],[1,-1],[0,1],[0,1],[0,1],[-1,2],[0,2],[0,1],[1,0],[0,-1],[1,-1],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[0,1],[0,1],[1,-2],[1,-4],[2,-10],[0,-1],[0,-3],[0,-1],[0,-3],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-3],[0,-3],[0,-1],[-1,0],[0,-1],[0,-2],[1,-5],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[0,2],[0,1],[0,1],[0,-1],[-1,1],[0,3],[0,4],[-1,-3],[0,-2],[0,-3],[0,-1],[-1,-7],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[0,2],[-1,-2],[0,-3],[1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-2,0],[0,1],[0,3],[-1,0],[0,-2],[0,-2],[0,1],[-1,2],[-1,4],[0,2],[0,1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-2],[-1,-2],[0,-1],[0,1],[-1,1],[0,1],[0,2],[1,0],[0,1],[0,1],[-1,2],[0,5],[0,3],[-1,-1],[1,-3],[-1,-4],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,2],[-1,1],[0,2],[0,1],[0,1],[-1,3],[0,1],[0,2],[0,2],[-1,2],[1,2],[2,-1],[0,2],[1,4],[-1,-1],[-1,0],[-1,2],[-1,0],[0,-1],[-2,-3],[1,-1],[0,-1],[0,-1],[1,-2],[-1,-3],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,1],[-1,2],[0,3],[0,-1],[0,-1],[-1,1],[-2,-1],[0,1],[-1,2],[0,2],[-2,0],[-1,1],[-1,4],[-1,1],[-1,2],[-1,4],[1,-5],[0,-2],[1,-1],[0,-2],[0,-5],[1,3],[1,-2],[1,-3],[1,-2],[1,-2],[1,-1],[2,-5],[2,-2],[3,-4],[1,0],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-2],[-1,0],[-1,2],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-1],[0,1],[0,1],[0,1],[0,2],[1,-5],[0,-3],[-1,-3],[-1,-1],[0,-3],[-1,-3],[-1,-3],[0,-2],[-1,-3],[-1,-2],[-1,0],[-1,0],[-1,3],[-1,3],[-1,6],[0,1],[-1,1],[-2,9],[-1,1],[2,-8],[0,-1],[0,-2],[1,-2],[0,-7],[1,-5],[1,-3],[2,-1],[1,-1],[1,-3],[0,-1],[0,-1],[0,-1],[1,1],[0,1],[1,1],[0,2],[0,3],[1,2],[1,1],[0,1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-2],[0,3],[0,4],[0,2],[1,1],[0,-1],[0,-1],[1,-2],[0,2],[0,2],[0,2],[0,2],[0,2],[0,2],[1,2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-3],[0,-1],[0,-1],[-1,-2],[-1,0],[0,-1],[0,-2],[0,-1],[1,0],[1,1],[1,0],[0,3],[0,1],[1,0],[0,2],[0,3],[0,3],[0,-2],[1,-2],[0,-3],[1,-1],[0,-1],[0,-1],[-1,-3],[-1,-1],[0,1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-2,-2],[0,2],[0,1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-5],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,2],[0,3],[0,2],[0,2],[-1,2],[0,1],[0,-13],[0,-3],[-1,2],[0,3],[0,4],[0,3],[-1,2],[0,-1],[-1,-2],[-1,-2],[0,-2],[1,0],[0,1],[0,1],[1,-5],[0,-1],[-6,2],[0,-3],[-4,-5],[-1,-1],[0,-1],[0,1],[0,2],[0,2],[0,4],[-1,3],[0,1],[0,-2],[0,-3],[0,-3],[0,-2],[0,-2],[-1,0],[0,1],[0,1],[0,-1],[0,-3],[-1,-2],[-2,-9],[0,-1],[-1,-1],[0,-2],[-1,0],[0,2],[-1,1],[-1,1],[1,2],[1,4],[0,3],[0,1],[-1,6],[0,2],[0,1],[0,2],[0,1],[-1,0],[0,-1],[0,1],[-1,2],[1,-8],[0,-2],[0,1],[0,-2],[1,-2],[0,-1],[0,-4],[-1,-2],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-2,-5],[-4,-13],[-2,-9],[-1,-10],[-1,-4],[-1,-2],[0,-5],[-1,-5],[0,-2],[0,-16],[-1,-8],[-1,-4],[1,2],[0,2],[-1,1],[0,1],[1,4],[0,11],[0,5],[-1,5],[0,7],[0,-4],[0,-11],[0,-3],[0,-2],[0,-3],[0,-5],[0,-2],[-1,-5],[-1,-7],[0,-1],[0,-1],[-1,0],[-2,3],[-1,1],[-1,-1],[-1,1],[0,1],[-3,-2],[-1,1],[1,1],[0,1],[-1,3],[0,-5],[-1,-1],[-1,-2],[-3,-4],[0,1],[0,1],[0,1],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-2,-2],[-3,-8],[-2,-10],[-2,-9],[-3,-16],[-3,-17],[-1,-6],[1,-1],[-1,-2],[0,-17],[0,-3],[-1,2],[0,5],[0,3],[0,2],[0,1],[-2,0],[0,1],[0,4],[1,6],[1,6],[1,1],[0,1],[-1,-2],[-1,-2],[-1,-8],[0,-3],[0,-3],[-1,-3],[1,-3],[0,-2],[1,-2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[1,0],[-1,-2],[0,-1],[0,-1],[-1,-2],[0,1],[0,2],[0,1],[-1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,2],[0,2],[-1,0],[-1,1],[1,-2],[0,-1],[1,-1],[0,-3],[-1,-2],[-1,-3],[-1,-2],[0,-2],[0,-3],[0,-2],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,1],[0,3],[0,1],[-1,2],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,-7],[0,-1],[1,-2],[0,-2],[0,1],[0,1],[1,0],[0,1],[0,-2],[-1,-2],[-1,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-3],[0,-4],[-1,-2],[-1,-4],[-1,-2],[-1,0],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,2],[0,4],[0,2],[0,-1],[0,-1],[0,-1],[-1,3],[0,-1],[0,-2],[0,-3],[0,-3],[0,-2],[-1,1],[0,2],[0,-2],[0,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-5],[-1,-3],[-2,-5],[-1,0],[-1,0],[0,-1],[1,-2],[0,-2],[0,-1],[-2,-1],[-1,-2],[-1,0],[0,-1],[-1,-2],[-1,2],[-1,5],[0,1],[0,-2],[1,-5],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-6],[-1,-1],[0,-1],[-1,1],[0,2],[0,1],[0,2],[0,1],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,1],[0,2],[0,1],[-1,0],[-1,1],[-1,4],[0,1],[0,2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-2,2],[-1,-1],[0,-1],[0,-2],[1,1],[2,-2],[1,1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[2,-1],[1,-1],[0,-3],[0,-3],[-1,-2],[-1,-2],[0,-3],[0,-1],[1,1],[1,2],[0,2],[0,2],[1,1],[0,1],[0,-3],[0,-3],[-1,-3],[0,1],[0,-1],[0,-2],[0,-2],[-2,-6],[-1,0],[-1,-3],[-1,1],[0,4],[0,4],[0,9],[-1,-2],[0,1],[1,10],[0,3],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-2],[0,-2],[0,-10],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,1],[-2,8],[-1,8],[0,5],[0,3],[0,3],[0,1],[-1,1],[0,2],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[1,-5],[0,-1],[0,-1],[0,-3],[0,-6],[1,-5],[0,-4],[0,-3],[0,-2],[0,-1],[0,-1],[1,-7],[1,1],[0,-1],[0,-1],[1,-1],[0,-3],[0,-2],[-1,-3],[-1,-6],[-2,-6],[0,5],[1,9],[0,6],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-3],[0,-1],[0,-3],[0,-3],[-2,-7],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[0,-1],[1,-2],[-1,-3],[-1,-5],[0,1],[-1,1],[0,1],[0,1],[0,-1],[0,-2],[-1,0],[0,-1],[0,-3],[1,-2],[0,-1],[-1,-4],[0,-3],[-1,0],[0,2],[-1,1],[-1,1],[0,1],[0,2],[-1,1],[0,-1],[0,-2],[1,-2],[0,-1],[-2,-1],[0,-2],[2,-1],[0,-1],[0,-2],[1,0],[0,-2],[-1,-4],[0,-5],[-1,-1],[0,-1],[-2,0],[-1,0],[0,2],[-1,2],[0,1],[-1,-1],[1,-2],[0,-1],[1,-1],[1,-3],[0,-3],[-2,-5],[0,-2],[0,-3],[-1,-8],[-1,-1],[0,-2],[0,-1],[0,-4],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-4],[0,-3],[0,-4],[1,-3],[0,-3],[0,-1],[-3,2],[0,1],[-1,2],[-1,-1],[1,-3],[1,-2],[1,-1],[2,-1],[0,-1],[1,-4],[1,-2],[0,-2],[-1,-3],[0,-2],[0,1],[-1,-7],[-1,-4],[-1,-2],[-1,1],[0,2],[1,7],[-1,1],[-1,-2],[0,-2],[1,-6],[0,-3],[0,-2],[-1,3],[-1,-1],[0,-2],[1,-2],[1,-3],[0,-1],[0,3],[0,2],[1,2],[0,-4],[-1,-10],[0,3],[-1,3],[0,3],[-1,1],[0,-3],[1,-5],[1,-2],[-1,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[1,0],[1,-1],[-1,-2],[-1,-5],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-4],[0,-2],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-3],[0,-4],[0,-12],[0,-4],[-1,1],[0,2],[0,3],[0,4],[0,1],[0,1],[0,2],[-1,0],[0,-2],[0,-3],[0,-3],[0,-2],[0,-2],[1,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-5],[0,-1],[0,-1],[0,-1],[0,-7],[0,-6],[1,-16],[0,-3],[1,-17],[1,-18],[0,-5],[0,1],[0,-2],[1,-2],[0,-3],[0,-2],[0,-7],[0,-3],[0,-5],[1,-4],[0,-6],[1,-6],[0,-3],[0,-3],[1,-12],[2,-20],[2,-19],[1,-12],[1,-8],[0,-2],[0,-2],[1,-2],[0,-2],[0,-2],[1,-3],[3,-29],[2,-14],[1,-9],[2,-14],[1,-9],[0,-3],[0,-3],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-14],[0,-2],[0,-1],[0,-3],[0,-8],[1,-15],[0,-4],[1,-2],[0,-6],[2,-16],[0,-7],[0,6],[0,2],[0,1],[-1,4],[-1,5],[-1,14],[-1,12],[0,6],[0,25],[1,19],[0,5],[-1,6],[0,2],[0,2],[-1,0],[0,1],[-1,0],[1,-2],[-1,-1],[-2,1],[0,1],[-1,2],[0,2],[0,3],[0,3],[0,2],[1,-1],[0,2],[0,3],[0,3],[-1,2],[-1,4],[-1,1],[1,-13],[0,-4],[0,-1],[0,-1],[1,-7],[0,-3],[0,-6],[1,-14],[0,-3],[0,-9],[1,-7],[0,-4],[5,-46],[4,-46],[1,-22],[4,-46],[0,-3],[0,3],[0,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[1,-4],[1,-1],[0,-1],[1,1],[1,-5],[0,-2],[1,-2],[0,-2],[0,-2],[1,-7],[0,-8],[1,-5],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[1,-14],[0,-3],[-1,-3],[0,-1],[1,-2],[0,-4],[0,-19],[0,-4],[-1,-1],[0,-19],[0,-5],[0,-2],[0,-5],[0,-3],[0,-2],[0,-3],[-1,-21],[0,-5],[-1,-1],[0,-1],[1,-4],[-1,-43],[0,6],[0,7],[0,4],[0,2],[-1,-6],[0,-6],[0,-4],[0,-6],[-1,-2],[0,-1],[-1,0],[0,-2],[0,-1],[0,-3],[-1,-7],[-1,-3],[0,-3],[0,-7],[0,-3],[0,-3],[-1,-3],[0,-2],[0,-3],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-5],[-1,-7],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-3],[0,-2],[1,-2],[0,-1],[-1,1],[0,4],[-1,1],[0,2],[-1,-2],[0,-1],[1,-1],[0,-1],[1,-2],[0,-3],[-1,0],[0,3],[0,2],[-1,0],[0,-1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,-1],[-1,0],[0,-3],[-1,-3],[0,-2],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,-2],[0,-1],[-1,0],[0,1],[0,2],[0,-1],[-1,-1],[0,1],[0,1],[0,-2],[-1,1],[0,1],[0,1],[0,1],[-1,2],[-1,-3],[0,-3],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,1],[-1,6],[-1,4],[0,5],[0,4],[1,6],[0,5],[0,2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-5],[0,-1],[3,-4],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,2],[0,3],[0,3],[-1,8],[-1,1],[-1,1],[0,1],[0,1],[-2,1],[-1,4],[0,2],[0,2],[0,3],[0,1],[-1,6],[-1,4],[0,3],[1,2],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[-1,7],[0,5],[0,2],[-1,1],[0,1],[0,3],[-1,0],[0,1],[0,1],[0,4],[0,1],[-1,0],[0,2],[1,3],[0,1],[-1,3],[0,3],[-1,3],[-1,1],[0,1],[-1,1],[0,2],[0,2],[-1,-2],[0,2],[-1,1],[0,1],[-1,1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[0,-2],[0,-1],[-1,1],[0,2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,2],[0,1],[-1,4],[1,1],[0,-1],[0,-2],[1,0],[0,2],[1,2],[0,1],[-1,1],[0,-1],[-1,0],[0,2],[0,1],[0,2],[0,1],[-1,3],[0,4],[-1,11],[0,-2],[0,-1],[0,-2],[0,-1],[-1,10],[0,11],[0,5],[0,1],[0,1],[-1,7],[0,3],[0,-1],[1,0],[0,9],[-1,2],[0,3],[0,4],[0,3],[0,-3],[0,-3],[0,-2],[-1,0],[0,1],[0,1],[-1,0],[-1,4],[-1,-1],[0,1],[0,-2],[0,2],[0,2],[0,2],[0,1],[1,-1],[0,-1],[0,1],[0,1],[1,2],[1,4],[0,4],[0,3],[0,2],[2,6],[0,1],[0,2],[1,-1],[0,1],[0,1],[0,2],[0,1],[-1,-2],[0,-1],[-1,0],[0,-3],[-1,-4],[0,-2],[-1,-12],[0,-1],[-1,0],[0,-1],[-1,-1],[0,2],[0,-1],[0,-1],[-1,0],[0,2],[-1,3],[1,2],[0,2],[0,3],[0,3],[-1,5],[0,2],[0,4],[1,17],[0,3],[0,3],[-1,2],[0,1],[0,2],[0,2],[0,2],[1,4],[1,0],[0,1],[1,1],[0,4],[-1,0],[0,-3],[-1,-1],[-1,-1],[-1,0],[0,-2],[-1,-1],[0,-1],[0,-1],[0,2],[-1,2],[0,3],[-1,-2],[0,1],[0,4],[-1,2],[0,1],[0,-1],[0,-3],[1,-4],[0,-2],[0,1],[1,-1],[0,-5],[0,-1],[0,-1],[1,-5],[0,-7],[0,-2],[0,-2],[0,4],[-1,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,-1],[0,1],[-1,1],[0,1],[-1,0],[0,3],[-1,13],[-1,3],[0,-2],[0,-3],[1,-3],[-1,1],[0,1],[0,3],[-3,24],[0,5],[-1,6],[0,3],[0,-1],[0,-1],[1,-1],[0,3],[-1,2],[0,1],[0,1],[0,-2],[-1,4],[0,2],[0,3],[0,3],[0,-1],[0,-1],[0,4],[0,6],[-1,7],[0,2],[-1,1],[-1,4],[-1,0],[0,1],[-1,2],[0,7],[0,2],[0,-4],[1,-2],[0,-1],[1,-1],[0,-2],[0,1],[0,2],[0,1],[0,1],[-1,1],[1,3],[1,-1],[0,-2],[1,0],[0,2],[-1,0],[0,1],[0,1],[1,2],[0,1],[0,2],[0,-1],[-1,-1],[0,-1],[0,2],[1,0],[0,1],[0,1],[0,1],[0,2],[1,3],[0,3],[0,3],[1,3],[0,1],[0,2],[1,1],[0,4],[0,1],[1,3],[0,1],[1,5],[0,2],[0,4],[0,6],[0,6],[-1,2],[-1,-2],[0,-2],[0,-2],[0,-5],[0,-2],[0,-2],[0,-1],[-1,0],[-1,3],[0,4],[0,7],[0,3],[0,2],[-1,1],[-1,0],[0,1],[1,1],[0,1],[-1,2],[0,2],[-1,1],[0,-2],[-1,5],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[-1,-1],[-1,-3],[1,-2],[1,-3],[1,-1],[2,0],[-1,-1],[-1,-2],[0,-2],[1,-3],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-5],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,1],[0,2],[0,3],[-1,1],[0,1],[0,3],[-1,3],[-1,4],[0,2],[-1,-2],[1,-2],[1,-8],[1,-3],[0,-5],[0,-3],[0,-2],[0,1],[0,2],[-1,3],[0,3],[0,5],[-2,7],[0,4],[0,2],[-1,4],[0,3],[1,2],[0,3],[0,2],[0,1],[0,-2],[0,-2],[0,-3],[0,-2],[1,12],[1,13],[0,4],[0,2],[0,1],[0,2],[-1,3],[0,3],[0,2],[0,3],[0,2],[1,-1],[0,2],[0,2],[0,4],[1,4],[0,2],[0,2],[0,-1],[1,13],[0,1],[0,1],[0,1],[1,5],[0,8],[0,2],[0,4],[0,13],[1,2],[-1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[0,2],[0,5],[-1,1],[0,1],[0,2],[-1,3],[0,1],[1,2],[0,-1],[1,-4],[-1,5],[0,1],[1,7],[0,2],[-1,2],[0,1],[-1,0],[0,1],[-1,7],[0,2],[0,3],[-1,1],[0,1],[0,2],[0,1],[0,5],[-1,4],[0,2],[1,2],[-1,1],[0,2],[0,2],[0,3],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[-1,-2],[-1,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[0,2],[1,1],[-1,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,3],[-1,4],[-1,6],[0,2],[-1,2],[-1,2],[-2,8],[0,1],[-1,2],[0,2],[0,2],[0,2],[0,1],[0,2],[0,3],[0,3],[0,3],[0,2],[0,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,2],[-1,2],[0,2],[-1,3],[0,3],[0,1],[0,4],[0,1],[0,1],[-1,1],[0,1],[0,3],[-1,5],[0,2],[-1,1],[-1,4],[0,1],[-1,1],[0,1],[-1,3],[0,-1],[-1,3],[-3,7],[-2,8],[-1,0],[-1,-2],[-2,-1],[0,-1],[0,-1],[-1,1],[0,2],[0,1],[0,1],[-1,-2],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-2],[0,-2],[0,-2],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[1,-3],[0,-1],[-1,0],[0,2],[-1,1],[-1,2],[0,-2],[0,-2],[0,-1],[0,-1],[2,-1],[1,-1],[0,-3],[0,-4],[-1,-2],[0,2],[0,1],[-1,2],[-1,0],[-1,-1],[-1,1],[-1,-4],[-1,-4],[-2,-2],[0,-3],[-2,-6],[0,-1],[-1,0],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,3],[0,1],[1,6],[-1,1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-4],[-1,0],[0,-4],[0,-1],[-3,1],[-1,0],[-3,-5],[-1,0],[0,1],[-1,0],[-1,-2],[-1,1],[0,2],[0,2],[-1,12],[0,8],[1,3],[0,-1],[0,-10],[0,-4],[0,-3],[0,-3],[1,-5],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,10],[0,3],[-1,5],[0,3],[0,2],[-1,3],[0,2],[-1,2],[-3,7],[-1,3],[0,1],[0,1],[0,1],[0,1],[1,-2],[0,-3],[1,-2],[-3,13],[-1,1],[-1,6],[0,2],[2,-1],[0,-3],[1,-2],[1,-2],[0,-3],[1,-4],[1,-2],[1,2],[0,1],[1,1],[0,2],[-1,0],[0,1],[0,1],[-1,-1],[0,-3],[0,-1],[-1,1],[0,2],[0,5],[0,2],[0,-1],[-1,1],[0,3],[1,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,2],[0,1],[-1,2],[0,-1],[-1,2],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,2],[1,6],[1,1],[0,-2],[2,6],[0,4],[0,1],[-1,1],[0,-1],[-1,-5],[0,-2],[0,2],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,3],[-1,2],[0,2],[0,3],[-1,-3],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-2],[1,-2],[0,1],[1,0],[1,-2],[0,-1],[0,-2],[0,-3],[0,-2],[1,-1],[0,-2],[0,-2],[-1,2],[0,-1],[0,-1],[1,-1],[-1,1],[-3,11],[-3,5],[-3,8],[-4,5],[-4,6],[-4,2],[0,2],[0,1],[0,-1],[2,0],[2,-2],[0,1],[1,2],[0,2],[0,1],[0,-2],[1,-1],[0,-2],[1,-1],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[1,-1],[0,-3],[2,-2],[1,-2],[0,1],[0,2],[0,1],[0,1],[-1,4],[0,2],[0,1],[0,1],[0,2],[-1,-2],[-1,1],[0,4],[0,-2],[-1,0],[-1,1],[-1,0],[-1,-2],[-1,-1],[0,-1],[-1,-1],[0,2],[0,2],[0,4],[-1,0],[0,-1],[0,-2],[0,1],[-1,1],[0,2],[0,-2],[0,-3],[0,-2],[0,-1],[-1,-1],[-1,-3],[-1,0],[0,-2],[0,-2],[-2,1],[-2,-1],[-1,1],[-1,-1],[0,-1],[-2,0],[-4,-3],[-3,-3],[-1,-1],[0,2],[0,1],[1,2],[2,2],[1,0],[1,0],[2,7],[0,-1],[1,-1],[0,-1],[0,2],[0,2],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,3],[0,1],[1,2],[0,1],[0,1],[-1,-1],[0,1],[0,3],[-1,2],[0,-3],[0,-1],[0,-1],[0,-8],[-1,-3],[0,-5],[0,-2],[-1,0],[0,2],[0,2],[0,2],[0,2],[0,3],[0,2],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,-2],[0,-4],[0,-2],[1,-4],[0,-3],[0,-1],[-1,-6],[0,1],[-1,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-3],[0,-1],[-4,-4],[-1,-1],[-1,-1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[1,5],[0,1],[1,1],[0,1],[0,2],[0,2],[0,1],[-1,0],[0,1],[-1,2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-6],[-1,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,-2],[0,-2],[0,-2],[0,-2],[1,0],[0,1],[0,-5],[-2,-4],[-4,-2],[-3,0],[-3,-2],[-1,0],[1,2],[0,1],[1,1],[1,1],[0,1],[0,-2],[2,-1],[1,1],[1,2],[1,2],[-1,5],[-1,6],[0,2],[0,1],[0,3],[0,1],[0,2],[0,-1],[-1,-2],[0,-1],[-1,1],[0,1],[0,2],[-1,1],[0,2],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,3],[0,3],[1,2],[0,2],[0,3],[-1,11],[-1,2],[0,1],[-1,0],[0,1],[0,1],[0,3],[0,1],[0,2],[-1,0],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-3],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-5],[0,-2],[0,-7],[0,-10],[0,-2],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,3],[-1,1],[-2,2],[0,2],[0,-1],[0,-1],[-1,0],[0,-1],[0,3],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[-1,1],[-1,1],[0,3],[0,1],[0,2],[-1,0],[0,-4],[-1,-2],[-2,0],[-1,0],[-2,10],[-3,3],[0,-1],[-1,-1],[0,-1],[3,-2],[0,-2],[-1,0],[-2,0],[0,-1],[-1,-1],[-1,-1],[-2,-3],[-2,-2],[-1,-3],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,3],[-1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-3],[0,-2],[0,-1],[-2,-7],[0,-2],[0,-1],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,1],[1,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-2],[-1,-3],[0,-1],[-1,2],[1,0],[0,1],[0,2],[-1,0],[0,-1],[-1,-1],[-1,1],[0,-1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,2],[-1,2],[-1,-1],[-1,0],[-1,4],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[0,2],[-1,5],[0,2],[-1,5],[-1,2],[-2,2],[-1,0],[-1,0],[0,-2],[-1,-3],[-1,-7],[-1,-4],[-2,-8],[-1,-5],[0,-7],[1,-5],[1,-4],[1,-2],[2,-1],[1,-3],[2,-2],[1,2],[2,0],[1,1],[0,1],[2,6],[1,4],[1,5],[1,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[0,1],[0,1],[1,3],[0,2],[0,2],[1,2],[0,-2],[0,-2],[-1,-4],[0,-1],[0,-1],[1,-1],[0,3],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,1],[1,1],[0,1],[1,-1],[0,-2],[0,-1],[0,-3],[0,-1],[-1,-2],[0,-3],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,2],[0,2],[-1,0],[-1,-1],[0,-3],[0,-2],[0,-2],[0,-3],[0,-3],[1,-1],[0,-1],[1,0],[0,1],[1,2],[1,-1],[-1,-1],[0,-2],[0,-2],[1,-3],[0,-3],[1,-1],[1,1],[0,2],[1,2],[0,3],[0,4],[0,5],[0,2],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,2],[1,-1],[0,-2],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[1,-3],[0,-2],[-1,0],[0,2],[-1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,1],[0,1],[1,1],[0,-2],[0,-1],[-1,-2],[0,-1],[1,1],[0,1],[0,-1],[1,-1],[-1,-2],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-3],[0,-1],[0,1],[0,2],[0,1],[-1,1],[0,3],[0,1],[0,1],[-1,0],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,-2],[0,-3],[1,-2],[0,-2],[1,0],[1,0],[0,-2],[-1,0],[1,-1],[1,-4],[0,-1],[-1,0],[0,2],[0,1],[-1,1],[-1,1],[-1,1],[-1,4],[-1,1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[-1,-1],[-2,3],[-1,-1],[1,-1],[0,-2],[0,-2],[1,-4],[0,-2],[0,-3],[0,-1],[1,-1],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[1,0],[0,-1],[-1,-2],[0,-2],[0,-1],[1,1],[0,-2],[0,-1],[-1,-1],[0,-1],[1,-1],[2,2],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,-1],[0,-3],[0,-1],[1,1],[0,2],[1,2],[0,-1],[0,-1],[0,-1],[0,-2],[0,1],[1,-1],[0,-1],[0,-1],[0,-2],[0,1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[1,0],[0,1],[-1,1],[1,1],[0,-1],[1,-1],[0,-2],[-1,0],[0,-1],[1,0],[0,-2],[-1,1],[0,-2],[0,1],[0,1],[0,1],[-1,0],[0,-2],[0,-2],[-1,-2],[1,0],[2,0],[-1,-7],[-1,-2],[0,2],[0,2],[0,1],[-1,0],[1,-1],[0,-2],[0,-1],[0,-2],[0,1],[-1,1],[0,1],[0,-2],[0,-2],[-1,-3],[0,-3],[1,-5],[-1,-1],[0,1],[-1,5],[0,2],[0,1],[-1,6],[0,1],[-1,1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-9],[-1,-2],[0,-1],[0,5],[0,1],[0,1],[1,2],[0,1],[0,4],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[1,0],[0,5],[0,2],[0,3],[1,3],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,1],[0,2],[0,4],[-1,1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-2],[-1,-2],[0,-1],[-1,2],[0,4],[0,1],[0,1],[0,1],[-1,1],[-1,13],[1,1],[-1,1],[-1,1],[0,-2],[0,-3],[-1,3],[-1,0],[-1,1],[0,2],[0,2],[0,1],[-1,2],[0,-1],[-1,0],[-1,1],[-2,1],[-1,1],[1,2],[1,0],[0,2],[0,2],[1,2],[-1,2],[0,1],[0,-1],[0,-1],[-1,2],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,-2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[-1,1],[-1,-2],[0,-4],[0,1],[-1,4],[-1,-2],[-1,2],[-3,9],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,2],[0,4],[-1,2],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,1],[0,-1],[1,-5],[1,-1],[1,0],[0,-1],[1,-2],[1,-3],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,1],[0,1],[0,1],[0,-3],[0,-2],[0,-2],[1,-1],[0,-1],[-1,-1],[0,3],[-1,-1],[1,-3],[-1,0],[0,-4],[0,-4],[1,0],[0,-2],[-1,-6],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-1],[-1,-4],[-1,-2],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,3],[0,1],[0,2],[0,1],[0,2],[0,1],[0,2],[0,2],[0,2],[0,2],[0,1],[0,-1],[0,-2],[-1,-2],[0,1],[0,2],[-1,5],[0,2],[0,1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-4],[0,8],[0,2],[0,4],[0,1],[0,1],[-1,1],[0,-2],[0,-3],[0,-2],[-1,-3],[0,2],[-1,0],[0,-1],[0,-1],[-1,2],[-1,0],[1,1],[0,1],[-1,0],[0,-2],[0,1],[-1,-1],[0,-2],[1,0],[0,-1],[0,-3],[0,-1],[0,-2],[0,-2],[0,-1],[-1,2],[0,1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-5],[0,-3],[-1,2],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[-1,1],[-1,-2],[-1,1],[0,2],[1,0],[0,1],[0,3],[-1,-1],[0,1],[-1,1],[0,1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[-2,6],[0,2],[-1,1],[-1,-2],[0,2],[0,1],[1,1],[0,1],[-1,1],[-1,0],[0,-2],[0,-2],[-1,0],[0,1],[-1,3],[-3,2],[-1,4],[-2,5],[0,6],[0,-2],[1,-1],[0,1],[1,1],[0,3],[0,2],[1,2],[0,-2],[1,-3],[0,-2],[1,1],[0,-5],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,4],[0,3],[-1,6],[-1,2],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,3],[0,4],[0,4],[1,3],[0,1],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[-1,0],[1,-3],[-1,-2],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-2],[0,2],[-2,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,-2],[-1,-2],[-1,0],[-1,0],[0,2],[0,3],[0,3],[0,3],[0,1],[0,2],[0,1],[0,1],[-1,0],[0,-2],[-1,0],[0,2],[0,2],[0,4],[0,6],[0,2],[-1,1],[-1,0],[-2,0],[-1,-1],[-1,-3],[-1,1],[0,2],[0,1],[0,1],[0,3],[0,3],[1,1],[0,-1],[0,-1],[0,-1],[1,3],[-1,2],[0,1],[0,1],[-1,1],[-1,0],[0,-3],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-3,-4],[0,-1],[-1,-3],[0,-1],[0,1],[0,2],[0,1],[-1,1],[0,-2],[0,-1],[-1,2],[0,-2],[0,-4],[1,-3],[0,-1],[0,2],[1,0],[0,1],[1,0],[0,-1],[-1,-2],[0,-1],[1,-7],[0,-3],[0,2],[1,1],[1,0],[0,-2],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,0],[-1,0],[-1,-1],[-2,-5],[-1,-1],[-1,0],[-4,3],[-1,1],[-1,0],[-1,1],[-3,5],[-3,6],[-2,3],[-2,4],[-3,6],[-2,2],[-3,3],[-1,1],[-2,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,3],[-1,4],[0,6],[0,2],[1,2],[1,1],[1,5],[0,7],[1,8],[-1,2],[0,1],[-1,1],[0,-1],[-1,1],[0,-3],[0,-3],[-2,-12],[0,-9],[0,-4],[1,-8],[1,-4],[-1,-3],[-1,1],[-3,0],[-1,0],[-1,-2],[-1,-1],[-2,-6],[-3,-6],[-9,-18],[-1,-4],[-2,-8],[0,-1],[-1,1],[0,1],[0,2],[2,10],[1,2],[1,0],[0,1],[1,1],[0,4],[1,1],[1,0],[1,0],[0,2],[0,2],[0,2],[0,-1],[0,-1],[-1,1],[0,2],[-1,0],[-1,-3],[-2,-2],[-2,-1],[0,-1],[-1,1],[0,2],[1,0],[0,2],[0,3],[1,5],[0,6],[1,6],[0,3],[-1,3],[0,2],[0,2],[0,2],[0,1],[-1,0],[0,-1],[-1,-1],[-1,2],[0,-2],[0,-3],[-1,-5],[0,-5],[0,-2],[-1,-1],[-1,-1],[0,2],[0,3],[0,1],[-1,1],[-1,2],[0,1],[-1,2],[0,2],[-1,-5],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[0,-2],[0,-3],[1,-3],[-1,-2],[0,-2],[0,-1],[-1,-4],[2,-4],[2,-3],[-1,-1],[0,-2],[0,1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-3],[0,-2],[0,1],[0,1],[0,1],[1,-6],[0,-1],[1,0],[1,-3],[0,-1],[-1,1],[0,1],[-1,-1],[0,-2],[0,-4],[0,-2],[-1,-1],[0,1],[-1,0],[0,-2],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-2,-10],[0,-2],[-1,-2],[0,3],[-1,1],[-1,1],[1,-1],[0,-4],[0,-3],[0,-3],[0,-6],[0,-3],[0,-2],[0,-2],[-2,-7],[-1,-2],[-2,-8],[-1,-6],[0,-1],[-1,0],[-1,-1],[-1,-6],[-4,-10],[-1,-2],[-1,-2],[-1,0],[-2,0],[-1,0],[-3,-7],[0,-2],[0,-1],[0,-1],[0,-3],[-1,0],[0,-1],[1,-1],[0,1],[4,10],[1,2],[1,0],[-3,-10],[-2,-4],[-3,-3],[-2,-6],[-1,-3],[-2,-5],[-1,-2],[1,4],[1,3],[4,10],[1,1],[0,3],[0,2],[-1,1],[-1,0],[-1,-3],[0,-1],[-1,0],[-1,-4],[-1,-2],[-1,0],[0,3],[1,1],[1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,1],[0,1],[0,1],[1,5],[0,2],[-1,0],[-1,-1],[0,-2],[0,2],[-1,-1],[0,-4],[-1,-2],[0,-1],[-1,1],[0,1],[0,1],[0,4],[-1,1],[1,2],[0,2],[0,2],[-1,2],[0,-1],[0,-1],[-1,4],[0,1],[0,-2],[0,-2],[0,-3],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[-2,-4],[-1,-2],[-1,-1],[1,2],[1,1],[0,3],[0,3],[-1,-4],[-1,4],[0,1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-3],[0,-3],[0,-2],[1,-5],[0,-1],[0,-2],[0,-1],[0,-4],[0,-1],[1,-1],[0,1],[1,-3],[1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-3],[0,-3],[1,2],[0,1],[1,1],[1,-2],[1,-3],[0,-4],[-2,-5],[-1,0],[-1,-3],[0,-1],[-3,-8],[0,2],[-1,0],[0,1],[0,2],[0,5],[-1,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,4],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-2],[-1,1],[0,2],[-1,1],[0,-2],[0,-4],[1,-4],[0,-4],[0,-2],[0,-3],[0,-2],[0,-6],[0,-2],[-1,-3],[0,-2],[-1,-6],[-1,-2],[-1,-1],[0,-1],[0,6],[0,2],[1,2],[-1,3],[1,3],[0,2],[0,2],[-1,-2],[0,-5],[0,-1],[0,-2],[0,-3],[0,-3],[-1,-3],[-1,1],[0,1],[0,1],[0,2],[0,4],[0,2],[-1,-3],[-1,-3],[-1,-2],[0,-1],[0,2],[0,1],[-1,1],[0,-1],[0,-1],[-1,-2],[1,-1],[0,-1],[-1,-5],[-1,-3],[1,-2],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[1,0],[0,1],[0,2],[0,2],[0,2],[0,2],[2,3],[0,2],[0,1],[0,1],[1,-1],[0,-2],[0,-5],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-5],[-1,0],[0,1],[-1,-8],[-2,-15],[0,-2],[-1,0],[0,1],[0,3],[0,2],[-1,2],[-1,0],[-1,-2],[-1,-1],[1,1],[0,1],[0,1],[-1,-1],[-1,1],[-1,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-3],[1,-2],[0,-1],[1,1],[1,-1],[0,1],[0,1],[1,-2],[-1,-4],[0,-2],[1,-5],[0,-2],[3,-5],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-8],[0,-6],[0,-3],[0,-2],[-1,-2],[-1,-15],[0,-3],[0,-1],[-2,-4],[-1,-3],[-1,1],[1,3],[1,1],[-1,1],[0,1],[1,0],[0,1],[1,1],[-1,1],[0,2],[0,3],[0,2],[-1,-1],[0,-3],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,2],[0,-4],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-3,15],[0,4],[-1,2],[0,-3],[1,-5],[0,-3],[1,-4],[0,-3],[0,-2],[0,-1],[0,-1],[0,1],[1,0],[0,-2],[-1,-2],[0,-1],[-1,0],[-1,1],[0,-2],[1,-2],[1,1],[1,0],[0,-1],[1,-3],[1,-1],[1,-1],[1,0],[0,2],[1,1],[1,3],[1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[1,-2],[0,-2],[0,-2],[0,-3],[0,-3],[0,-1],[-2,-1],[0,-2],[0,-6],[0,-3],[0,-2],[0,-2],[2,-2],[0,-2],[0,-3],[-2,6],[0,-1],[0,-3],[0,-3],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-2],[0,-3],[0,-6],[1,-10],[0,-9],[1,-10],[0,-5],[0,1],[-1,2],[0,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[0,-3],[0,-4],[0,-1],[0,-1],[1,0],[0,-2],[0,-2],[0,-2],[1,0],[0,-1],[0,-1],[0,-3],[0,-1],[0,1],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-3],[1,-2],[0,1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-3],[0,-4],[0,-4],[0,-4],[0,-2],[1,-1],[1,0],[0,-1],[0,-3],[0,-1],[0,1],[-1,-3],[0,-4],[0,-2],[0,-2],[0,-1],[1,0],[0,-1],[0,1],[1,2],[0,1],[0,1],[0,3],[0,2],[0,3],[1,0],[0,-4],[0,-4],[1,-7],[-1,-1]],[[1728,2623],[0,1],[0,4],[-1,4],[0,3],[0,4],[0,4],[-1,2],[-1,0],[0,2],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-2],[0,-2],[0,-3],[1,-3],[0,-3],[0,-1],[0,1],[0,2],[0,4],[0,3],[0,3],[-1,0],[0,2],[-1,1],[0,2],[-1,0],[0,-1],[0,-2],[0,-5],[-1,0],[0,3],[0,1],[0,7],[0,2],[0,3],[-1,6],[0,2],[1,2],[0,1],[0,4],[0,4],[0,12],[-1,2],[0,2],[0,2],[-1,11],[-1,8],[-4,25],[-2,8],[-2,7],[0,2],[-2,3],[0,2],[-1,6],[-2,5],[-1,4],[-2,3],[-1,4],[-3,14],[-1,1],[-1,3],[-1,-1],[0,1],[0,-1],[0,-2],[0,-1],[0,1],[0,1],[0,-1],[-1,1],[0,3],[-1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,-1],[0,1],[0,2],[0,1],[-1,2],[1,1],[0,1],[0,1],[0,1],[0,2],[0,3],[0,1],[0,1],[0,3],[0,5],[-1,6],[-1,8],[-1,3],[-1,2],[-1,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,3],[0,2],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,3],[-1,2],[0,1],[-1,0],[1,-1],[-1,0],[-1,3],[-1,3],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,3],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[-1,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,3],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[0,2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,2],[-1,0],[0,2],[-1,0],[0,1],[-1,1],[-1,2],[-2,0],[-1,2],[-1,-1],[-4,0],[-3,-2],[-1,0],[0,-2],[-1,1],[0,6],[-1,5],[0,2],[-1,1],[0,1],[-1,1],[-1,-1],[0,2],[0,1],[0,2],[0,2],[0,4],[1,5],[0,3],[0,4],[-1,3],[0,2],[0,2],[0,4],[0,5],[0,4],[0,2],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,4],[1,10],[0,5],[0,5],[0,5],[0,5],[-1,1],[0,1],[0,-1],[0,1],[-1,2],[0,1],[-1,0],[0,-2],[-1,0],[0,3],[-2,3],[-1,3],[0,2],[0,2],[0,3],[0,2],[0,7],[1,4],[0,-2],[0,-3],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[-1,0],[0,5],[0,2],[0,2],[-1,2],[-1,0],[0,1],[-1,1],[-1,4],[-1,4],[-1,5],[-1,7],[0,1],[-1,3],[0,1],[0,1],[-1,0],[0,-1],[0,2],[-1,1],[-1,1],[0,1],[0,2],[-1,2],[0,2],[0,1],[0,7],[-1,3],[0,4],[-1,1],[-1,4],[0,1],[0,1],[-1,1],[0,3],[0,2],[0,2],[-1,2],[0,3],[0,2],[0,3],[0,3],[-1,1],[0,1],[-1,0],[0,3],[-1,2],[0,2],[0,1],[0,2],[-1,4],[0,1],[-1,3],[0,3],[-1,1],[0,2],[-1,2],[0,2],[-1,2],[0,2],[-1,-1],[0,1],[0,2],[-1,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[-1,2],[0,1],[1,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,2],[1,0],[0,1],[0,1],[0,2],[0,-1],[0,2],[1,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[1,1],[0,2],[0,2],[1,3],[0,4],[0,5],[0,3],[1,-1],[1,-1],[0,1],[-1,1],[0,1],[-1,1],[1,4],[0,4],[-1,4],[-1,14],[-1,4],[0,2],[-1,1],[-1,-1],[0,-2],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[0,2],[-1,3],[-1,3],[0,1],[0,2],[-1,3],[0,2],[-1,3],[0,1],[0,1],[-1,1],[-1,1],[1,2],[-1,2],[0,2],[0,2],[-1,1],[0,2],[0,3],[-1,1],[0,1],[0,3],[0,2],[1,4],[0,7],[0,3],[-1,2],[0,5],[0,4],[-1,6],[0,3],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,2],[-1,3],[1,2],[0,2],[-1,2],[0,2],[0,1],[1,0],[0,1],[0,1],[0,3],[0,5],[0,6],[0,3],[0,4],[0,4],[0,1],[0,1],[1,2],[1,1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-3],[-1,1],[0,-2],[0,1],[0,-5],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-2],[0,-1],[0,1],[-1,-2],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-2],[0,-3],[0,-1],[1,-1],[0,-1],[1,1],[0,2],[0,1],[-1,0],[0,1],[1,1],[-1,1],[0,1],[0,1],[-1,0],[0,2],[0,3],[-1,6],[0,5],[-1,7],[0,4],[0,1],[-1,2],[0,-2],[-1,4],[0,3],[1,0],[0,2],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,2],[0,1],[0,1],[-1,-1],[0,1],[1,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,2],[-1,3],[0,1],[0,2],[0,4],[-1,-1],[-1,1],[0,1],[0,2],[-1,0],[0,3],[0,2],[1,-1],[0,2],[1,1],[0,1],[0,3],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,2],[0,2],[1,1],[0,1],[1,1],[0,-1],[1,-1],[0,-3],[1,0],[2,3],[0,1],[2,0],[2,-1],[1,-1],[0,-1],[1,-2],[2,-1],[1,1],[1,-1],[0,-1],[1,0],[0,2],[-1,1],[0,-1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-2],[0,-2],[1,-2],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,-2],[1,0],[0,-1],[0,-1],[1,-1],[0,-2],[1,-2],[0,-1],[0,1],[0,2],[0,2],[-1,2],[-1,1],[0,1],[-1,0],[0,3],[0,2],[-1,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-1],[-1,-2],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[1,2],[0,1],[1,3],[0,4],[-1,-4],[0,-2],[-1,-3],[-1,-1],[-1,-3],[0,1],[-1,1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,2],[-1,0],[0,-1],[-1,1],[0,2],[0,2],[0,2],[0,2],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-3],[-1,-2],[0,-1],[-1,2],[0,2],[0,-1],[-1,0],[0,1],[-1,1],[0,-1],[-1,1],[0,2],[0,3],[-3,6],[-1,-2],[0,-2],[-1,0],[0,-1],[-1,0],[0,-2],[0,-4],[0,-4],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[1,-2],[-1,-1],[0,1],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[-1,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,2],[0,1],[-1,2],[0,1],[0,1],[-1,2],[-1,3],[-1,1],[0,-1],[-1,-1],[0,2],[-1,2],[0,2],[0,1],[-1,1],[0,4],[-1,2],[0,2],[0,1],[-2,4],[-1,0],[0,2],[0,2],[0,1],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,7],[1,14],[0,3],[0,2],[0,1],[0,2],[0,1],[0,2],[-1,2],[0,1],[1,-3],[1,-6],[1,-4],[0,-3],[1,-3],[0,-3],[1,-2],[0,3],[-1,2],[-1,7],[-1,8],[0,1],[-1,0],[0,2],[0,1],[0,2],[0,2],[-1,2],[0,2],[-1,3],[0,-1],[0,-1],[-1,-1],[0,4],[0,4],[0,2],[0,1],[0,3],[-1,1],[0,2],[0,1],[0,3],[-1,2],[-1,4],[-2,5],[-1,2],[0,3],[-1,1],[0,2],[0,3],[-1,1],[0,1],[0,1],[-1,5],[0,3],[-1,2],[0,1],[-1,5],[-1,2],[-1,2],[0,4],[-1,1],[0,2],[0,2],[-1,3],[-1,3],[0,3],[-1,4],[-1,2],[0,1],[0,2],[-1,3],[1,1],[0,4],[1,3],[0,3],[0,2],[0,2],[-1,4],[0,3],[0,4],[0,2],[0,2],[-1,5],[-1,4],[0,7],[0,2],[0,2],[0,1],[0,3],[-1,4],[0,8],[0,6],[1,6],[0,6],[1,2],[0,3],[-1,5],[0,8],[0,2],[0,2],[0,2],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,3],[0,3],[0,4],[-1,3],[0,2],[-1,3],[-1,6],[-1,3],[0,5],[-1,3],[0,3],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,3],[0,3],[-1,4],[-1,2],[-1,2],[-1,5],[-1,3],[-2,5],[0,2],[0,1],[-1,3],[0,3],[1,5],[-1,4],[0,5],[-1,5],[0,4],[0,4],[0,2],[1,3],[-1,1],[1,4],[0,4],[0,2],[1,6],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,3],[1,4],[0,5],[1,3],[0,-1],[-1,-3],[0,-3],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[0,2],[0,1],[0,1],[0,3],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,2],[0,3],[0,1],[-1,1],[0,-1],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-3],[-1,-4],[0,1],[0,3],[1,9],[1,13],[1,6],[0,6],[0,4],[0,1],[-1,0],[0,1],[0,3],[0,1],[0,2],[0,2],[0,3],[0,1],[0,1],[1,5],[0,6],[1,10],[0,7],[0,9],[0,5],[0,8],[0,5],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,3],[0,1],[0,2],[0,3],[-1,3],[0,3],[0,4],[0,4],[-1,1],[0,-1],[-1,4],[-1,2],[0,2],[1,3],[0,5],[0,6],[1,11],[0,1],[-1,2],[0,3],[0,2],[-1,2],[0,2],[-1,0],[-1,7],[-1,1],[0,2],[0,3],[0,2],[0,4],[0,3],[0,3],[-1,3],[0,2],[0,1],[0,6],[-1,3],[0,1],[0,3],[0,2],[0,2],[0,3],[0,4],[0,2],[0,3],[0,1],[0,4],[1,4],[0,2],[0,5],[0,3],[0,1],[0,3],[0,4],[0,3],[-1,1],[0,1],[0,2],[-1,2],[0,4],[0,1],[-1,0],[0,2],[-1,8],[0,1],[0,2],[-1,1],[1,2],[1,12],[1,9],[1,3],[0,3],[0,3],[0,3],[0,7],[1,0],[0,3],[0,18],[0,5],[0,1],[0,3],[1,2],[1,2],[0,-1],[0,-1],[0,-4],[0,-2],[0,1],[1,3],[0,2],[0,2],[0,1],[0,1],[1,4],[0,3],[1,1],[0,-1],[0,-2],[0,-3],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,1],[0,1],[0,2],[0,2],[-1,2],[0,2],[1,1],[-1,0],[0,-1],[0,-1],[-1,-2],[-1,0],[0,-3],[-1,-6],[1,8],[2,19],[0,6],[0,6],[0,4],[1,1],[0,1],[1,3],[0,1],[0,2],[0,1],[0,2],[1,0],[0,-1],[0,-2],[0,-1],[1,0],[0,1],[-1,1],[0,2],[0,2],[-1,0],[0,-1],[0,-3],[-1,-3],[0,-2],[0,-1],[0,6],[0,6],[1,18],[0,9],[0,5],[0,2],[1,0],[0,2],[-1,4],[0,1],[1,9],[0,13],[0,8],[0,6],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,8],[0,4],[0,1],[0,2],[1,0],[0,-1],[0,-1],[1,-1],[-1,4],[0,1],[-1,-1],[0,-1],[0,-1],[0,2],[0,3],[0,6],[0,16],[1,1],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,-1],[0,2],[0,1],[1,2],[0,2],[-1,1],[0,1],[0,2],[1,5],[0,3],[-1,2],[0,2],[0,4],[0,3],[1,2],[0,3],[0,3],[0,3],[0,1],[1,1],[0,1],[0,1],[-1,1],[1,2],[0,3],[0,4],[0,7],[0,2],[0,1],[0,3],[1,3],[0,4],[0,3],[0,2],[0,3],[0,3],[0,1],[0,5],[0,1],[0,4],[0,3],[0,4],[0,1],[-1,0],[0,1],[1,1],[0,2],[0,2],[0,2],[0,2],[0,1],[1,0],[-1,-1],[0,-4],[1,2],[0,2],[0,2],[-1,2],[0,3],[0,6],[0,3],[0,5],[1,1],[0,-5],[0,-3],[0,-1],[1,-2],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,4],[-1,-1],[0,2],[-1,1],[1,2],[0,4],[0,4],[0,2],[0,4],[1,1],[0,-1],[0,-1],[1,1],[0,2],[0,-1],[-1,0],[0,1],[0,1],[-1,-2],[0,-2],[0,-2],[0,-1],[0,1],[0,5],[0,4],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,2],[0,2],[0,3],[0,8],[0,4],[0,3],[-1,3],[1,1],[0,1],[0,2],[1,1],[0,1],[0,2],[0,3],[0,3],[0,7],[0,5],[-2,12],[0,4],[0,1],[1,-1],[-1,-1],[1,-2],[1,0],[0,-3],[1,-1],[0,-2],[1,0],[0,-1],[1,0],[0,-2],[0,-3],[0,-2],[1,-1],[0,2],[0,2],[0,2],[0,-1],[0,1],[0,3],[-1,1],[-1,0],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,-1],[1,-2],[0,-2],[0,1],[3,2],[0,1],[0,1],[0,1],[1,0],[0,1],[1,2],[0,1],[1,0],[1,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-2],[2,-1],[1,0],[0,-1],[1,0],[1,1],[0,1],[0,3],[1,1],[0,1],[-1,0],[-1,-3],[0,-1],[-1,0],[-1,2],[-2,5],[0,3],[-1,3],[0,2],[-1,2],[0,1],[-4,-2],[-1,1],[-1,1],[0,1],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,0],[0,1],[-1,0],[0,2],[0,1],[-1,4],[0,2],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,2],[0,2],[0,1],[0,3],[0,2],[0,3],[0,4],[1,8],[-1,23],[0,6],[0,2],[1,-1],[0,-2],[0,-1],[0,-3],[0,-2],[1,-3],[-1,-12],[1,-3],[0,-7],[0,-5],[0,-1],[1,0],[1,3],[0,2],[0,4],[1,-2],[1,-1],[0,-4],[1,3],[-1,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,2],[0,1],[1,1],[0,2],[0,1],[0,2],[0,1],[0,1],[-1,3],[0,4],[-1,2],[1,0],[1,-2],[0,3],[-1,5],[1,3],[1,2],[1,0],[0,-3],[0,-2],[1,0],[0,1],[1,2],[-1,0],[-1,2],[0,3],[-1,3],[-1,0],[0,2],[0,-1],[0,-2],[-1,-1],[-1,3],[0,-3],[0,-2],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[-1,3],[0,7],[0,5],[0,6],[0,2],[0,2],[1,-2],[-1,-3],[1,-3],[0,-2],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,2],[0,1],[-1,2],[0,-2],[0,2],[0,3],[0,1],[1,0],[1,2],[3,4],[1,2],[0,1],[-1,1],[-2,0],[-1,0],[1,0],[0,2],[-1,0],[-1,0],[0,2],[0,2],[-1,3],[-1,1],[-1,1],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,2],[0,4],[0,9],[0,3],[0,6],[0,12],[-1,5],[0,6],[-1,4],[0,1],[0,1],[-1,1],[0,5],[0,-1],[1,0],[-1,2],[-1,1],[-1,20],[0,7],[0,9],[0,4],[-1,8],[0,5],[-1,3],[0,1],[0,2],[-1,2],[0,5],[-2,3],[0,3],[-1,2],[0,1],[-1,0],[-1,5],[0,7],[-1,5],[0,5],[0,7],[0,4],[-1,7],[0,3],[0,1],[1,2],[0,3],[0,1],[0,1],[0,3],[0,1],[0,2],[0,3],[0,1],[1,2],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,2],[0,3],[1,0],[1,0],[0,-1],[1,-2],[1,1],[0,-1],[1,-3],[2,-5],[2,-3],[2,-2],[1,-3],[1,0],[0,1],[1,-1],[2,-4],[1,-2],[0,-2],[2,-4],[1,-1],[1,-1],[1,0],[2,0],[0,-1],[1,1],[1,-1],[1,1],[2,0],[1,-2],[0,-1],[2,-1],[0,2],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,1],[1,0],[-1,-1],[-1,-1],[1,0],[0,-2],[2,0],[1,0],[1,1],[1,-1],[1,1],[1,6],[1,2],[1,1],[0,-1],[-1,0],[0,-2],[0,-2],[1,0],[1,-3],[0,-2],[1,-4],[0,-4],[0,-2],[1,-1],[0,6],[0,2],[1,0],[1,1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-1],[0,-3],[0,-3],[0,-2],[0,-1],[0,1],[0,1],[1,4],[0,3],[-2,4],[0,2],[0,2],[1,2],[1,1],[1,2],[1,-4],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-2],[1,-8],[0,-1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-7],[1,-2],[-1,0],[-1,-1],[0,-1],[0,-3],[0,-1],[-2,-6],[0,-3],[0,-5],[-1,-3],[0,-2],[0,-2],[0,-1],[-1,-1],[0,1],[0,2],[0,2],[1,10],[0,4],[-1,5],[0,-1],[0,-3],[0,-3],[0,-2],[0,3],[-1,3],[0,1],[0,-3],[0,-2],[0,-2],[1,-5],[-1,-2],[0,-3],[-1,-3],[0,-2],[0,-4],[-1,-1],[0,-1],[-3,-10],[0,-2],[-1,-9],[0,-2],[-1,-2],[0,-2],[-1,-5],[0,-6],[0,-3],[0,-2],[2,1],[5,7],[1,2],[1,3],[-1,1],[-1,-2],[-2,-5],[-2,-3],[-1,0],[-1,3],[0,3],[0,2],[1,3],[0,2],[1,10],[2,11],[1,0],[2,4],[2,3],[0,2],[1,1],[0,2],[0,6],[0,3],[3,14],[1,1],[0,-1],[0,-1],[0,-2],[1,0],[0,2],[0,3],[0,7],[-1,1],[0,4],[0,1],[2,-3],[0,-3],[1,-3],[0,-2],[0,-5],[0,-2],[0,-1],[0,-1],[0,-3],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,6],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-13],[0,-1],[0,-2],[0,-1],[-1,3],[-1,8],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[1,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[1,3],[1,1],[1,2],[1,3],[0,-3],[0,-4],[0,-2],[1,-1],[0,-2],[-1,-3],[0,-3],[0,-4],[0,-3],[-1,-3],[1,-4],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-5],[0,-2],[0,-3],[-2,3],[-1,2],[0,2],[0,1],[1,2],[0,2],[0,2],[0,3],[0,3],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-3],[0,-2],[1,-4],[0,-1],[-1,-2],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,4],[-1,7],[0,3],[1,1],[0,3],[0,2],[0,4],[0,2],[0,2],[0,1],[-1,0],[0,1],[0,2],[0,-2],[0,-7],[-1,-2],[0,-3],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-11],[0,-3],[-1,-2],[-1,-2],[-1,-1],[0,-3],[0,1],[1,1],[0,1],[1,-3],[-1,-1],[-1,-1],[0,-3],[0,1],[3,7],[1,4],[0,-2],[-1,-9],[-1,-1],[0,-2],[1,2],[1,2],[0,3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-3],[1,-2],[0,2],[0,2],[0,1],[0,2],[0,2],[0,2],[0,1],[0,2],[1,4],[0,-2],[0,-1],[0,-1],[0,-2],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[1,-2],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-2],[0,-2],[1,3],[1,3],[2,12],[1,5],[0,5],[0,6],[0,-2],[1,-2],[1,-3],[1,-1],[0,1],[1,1],[-1,2],[0,1],[0,1],[0,2],[1,1],[0,1],[1,1],[0,1],[1,2],[0,2],[0,2],[0,2],[-1,4],[0,2],[0,6],[0,2],[-1,2],[0,1],[0,7],[0,1],[0,1],[0,2],[1,-1],[0,-2],[0,-2],[0,3],[0,3],[0,2],[0,1],[-1,2],[-1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[0,3],[0,1],[0,3],[0,2],[0,2],[0,2],[0,3],[0,2],[0,2],[0,2],[1,2],[0,3],[1,3],[0,2],[0,2],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,2],[0,2],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,-2],[-2,6],[-1,3],[0,5],[0,6],[0,4],[-1,3],[-1,2],[0,1],[-1,-1],[0,-3],[0,-2],[0,-2],[0,-3],[0,-2],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[1,-2],[0,-5],[-1,1],[0,3],[0,1],[-3,6],[0,3],[-1,3],[0,4],[0,3],[0,5],[1,0],[1,1],[1,0],[0,-1],[1,-2],[0,2],[0,1],[0,3],[0,1],[0,2],[0,1],[-1,3],[-1,2],[0,3],[-1,1],[-1,0],[0,1],[0,4],[-1,1],[0,1],[1,2],[-1,1],[-1,0],[0,-3],[0,-1],[-1,-1],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,2],[1,0],[1,1],[0,2],[1,-3],[0,-4],[1,-2],[0,4],[0,1],[1,-2],[0,-3],[1,-1],[0,1],[1,1],[0,1],[-1,1],[0,1],[0,4],[0,2],[0,3],[0,2],[-2,2],[0,2],[1,0],[0,-1],[1,-3],[1,-1],[0,1],[1,3],[0,3],[-1,3],[0,1],[-1,1],[0,1],[0,2],[0,3],[0,1],[-1,1],[0,3],[1,4],[0,2],[-1,2],[-1,2],[-1,-1],[0,-2],[-1,-5],[0,-1],[0,1],[-1,1],[0,2],[1,2],[0,1],[0,2],[-1,2],[0,1],[-1,-2],[0,4],[0,2],[0,1],[-1,4],[0,2],[-1,2],[1,1],[0,1],[0,1],[0,1],[0,3],[-2,0],[0,2],[1,2],[2,-1],[-1,3],[0,2]],[[656,815],[0,-2],[1,1],[1,0],[1,-2],[2,-4],[2,-6],[4,-10],[1,-4],[1,-8],[1,-5],[0,-6],[0,-7],[0,-6],[1,0],[1,2],[1,-3],[0,-3],[0,-6],[1,-4],[0,-3],[1,-7],[2,-3],[0,-3],[1,-3],[0,-4],[-1,-2],[-1,-7],[-1,-3],[-2,-8],[-1,-2],[0,-1],[-1,-2],[-1,-3],[-2,-2],[-1,-2],[-1,1],[-1,0],[-1,-1],[0,-2],[-1,-3],[-1,-3],[-1,-1],[0,-2],[-1,-2],[-1,-4],[-2,-6],[0,-3],[0,-5],[0,-3],[-1,-4],[-1,-6],[0,-2],[-1,-2],[0,-3],[0,4],[-1,2],[-1,3],[-1,4],[-1,2],[-1,2],[-1,1],[0,2],[0,3],[-1,1],[0,3],[0,7],[0,7],[1,21],[0,4],[0,3],[-1,5],[0,7],[0,3],[-1,1],[0,3],[0,4],[0,3],[0,3],[-1,4],[0,4],[-1,1],[0,4],[-1,9],[0,4],[1,4],[0,2],[1,2],[0,2],[0,2],[1,2],[1,2],[0,5],[1,2],[0,5],[1,4],[1,4],[0,2],[-1,3],[0,2],[-1,8],[0,6],[0,5],[0,5],[0,5],[0,2],[1,0],[2,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-4],[1,-2],[1,-2],[0,-3],[1,-2]],[[630,873],[0,-3],[-1,0],[-1,1],[0,-1],[-1,-1],[-1,0],[-1,3],[1,2],[0,3],[1,2],[1,2],[1,2],[0,-1],[1,-3],[-1,-5],[1,-1]],[[619,902],[-1,0],[-1,4],[0,3],[0,3],[0,4],[0,3],[0,1],[-2,2],[0,3],[0,3],[1,2],[1,1],[3,-2],[1,-6],[1,-2],[0,-3],[0,-2],[0,-2],[0,-3],[0,-4],[-2,-3],[-1,-2]],[[628,945],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-2],[0,-1],[1,-2],[0,-2],[0,-2],[0,-3],[1,0],[0,2],[1,0],[1,1],[1,3],[1,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-2],[1,-2],[0,-1],[0,-2],[1,-2],[0,-2],[0,-1],[1,0],[0,1],[0,-2],[0,-2],[0,-1],[1,0],[1,-3],[2,-2],[0,-6],[0,-6],[0,-5],[-1,-1],[-1,-4],[-2,-4],[-1,0],[0,1],[-1,0],[-1,-4],[-1,-2],[-1,-1],[0,1],[-1,0],[0,1],[0,-1],[-2,0],[0,4],[0,1],[-1,2],[0,1],[0,3],[0,9],[0,3],[0,3],[0,2],[0,1],[0,1],[-1,0],[-1,-1],[0,-2],[-1,1],[0,2],[-1,0],[0,2],[-1,0],[0,2],[-1,4],[0,5],[0,3],[-1,2],[0,3],[1,4],[0,3],[0,3],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1]],[[610,973],[1,0],[1,-2],[3,-2],[1,-1],[1,0],[0,1],[0,2],[1,1],[0,-2],[0,-3],[1,-1],[1,-1],[1,0],[1,1],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-5],[-1,-4],[-1,-3],[-1,-2],[-1,-1],[-2,0],[-1,2],[-2,2],[-1,3],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,2],[0,3],[1,2],[0,2],[0,1],[1,2],[0,3],[0,2],[0,1]],[[592,1028],[0,-2],[0,-1],[1,-1],[0,-2],[0,1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-1,0],[0,-1],[0,-3],[0,-1],[0,-3],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,1],[1,2],[-1,2],[0,1],[1,1],[1,0],[0,-1],[-1,-2],[0,-3],[0,-2],[1,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-2],[1,-2],[1,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[-1,-1],[0,-2],[-1,0],[0,1],[0,1],[0,2],[-1,1],[-1,2],[0,2],[0,1],[0,1],[-1,-2],[1,-1],[-1,-1],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,0],[0,1],[0,-1],[0,-2],[0,1],[-1,1],[0,1],[0,-2],[0,-2],[0,-1],[0,3],[-1,1],[1,-2],[0,-3],[0,-1],[1,-1],[0,-2],[-1,-2],[-1,0],[-1,-1],[-1,-1],[0,1],[0,1],[0,4],[-1,4],[0,3],[0,2],[-1,1],[0,4],[0,2],[-1,2],[0,1],[0,3],[0,3],[0,4],[-1,1],[-1,5],[1,1],[2,1],[0,-1],[1,1],[1,0],[0,1],[0,1],[0,2],[1,2],[0,1],[0,1],[0,1],[1,3],[0,2],[1,2],[1,2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[1,-3],[0,-2]],[[528,1055],[-1,0],[0,1],[0,1],[-1,5],[0,3],[1,4],[1,5],[1,3],[1,4],[0,1],[0,2],[0,3],[1,1],[1,-1],[0,-3],[0,-1],[-1,-2],[0,-3],[0,-4],[0,-3],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-5],[0,-3]],[[550,1120],[1,-1],[1,-1],[0,-2],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-4],[0,-2],[-1,-6],[0,-1],[0,-4],[0,-2],[0,-3],[0,-3],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,2],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,2],[0,2],[-1,0],[0,2],[0,2],[0,1],[0,2],[0,2],[1,0],[0,4],[1,3],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[1,1],[0,2],[1,2],[1,2],[0,1],[0,1],[1,1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,2],[1,0],[1,0],[0,-1],[1,1],[0,1],[0,-1]],[[311,1525],[-1,2],[1,-1],[0,-1]],[[207,1637],[0,-3],[-1,1],[0,2],[1,0]],[[24,2018],[-1,0],[1,1],[0,1],[0,-1],[0,-1]],[[2,5358],[0,-4],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,2],[0,2],[0,2],[0,1],[0,2],[0,1],[1,1],[1,1],[0,-1]],[[5,5361],[-1,0],[0,2],[0,1],[1,3],[0,2],[-1,2],[0,1],[1,2],[0,-1],[1,-2],[1,-4],[-1,-1],[-1,-1],[0,-4]],[[9971,5409],[0,-2],[1,1],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[1,-5],[2,-5],[0,-1],[1,0],[1,-1],[0,-1],[1,-3],[0,-4],[1,1],[0,-1],[0,-1],[0,-1],[3,0],[0,1],[2,-4],[0,-1],[-1,-1],[-1,0],[1,0],[0,1],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[0,2],[0,1],[0,1],[0,2],[-5,9],[0,2],[-1,1],[0,1],[0,1],[0,2],[0,1],[-1,2],[-1,3],[0,1],[-2,3],[-1,1],[-1,-1],[-1,0],[0,2],[-1,0],[-1,1],[0,2],[0,1],[-2,4],[1,2],[0,1],[1,-3],[2,0]],[[9956,5437],[1,-1],[1,0],[1,-1],[0,-2],[1,-5],[-1,0],[0,1],[-1,2],[0,1],[-1,0],[0,2],[-1,2],[0,2],[0,-1]],[[11,5425],[-2,0],[0,1],[-1,2],[0,3],[0,1],[0,1],[1,3],[0,2],[1,-1],[1,-2],[0,-5],[0,-5]],[[78,5438],[0,-1],[1,0],[0,-3],[-1,0],[1,2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,1],[-1,-3],[0,2],[0,-1],[-1,0],[0,1],[-1,2],[0,10],[0,-1],[1,0],[0,1],[-1,4],[1,2],[1,1],[1,-1],[1,-1],[-1,-2],[0,-1],[-1,0]],[[84,5439],[0,-1],[1,1],[0,2],[1,-1],[1,-1],[0,-2],[0,-1],[1,-2],[0,-1],[-1,3],[0,1],[-1,-1],[-1,1],[0,-1],[0,-1],[0,-3],[-1,1],[0,2],[0,2],[-1,-2],[0,-2],[0,-2],[1,-2],[-1,0],[0,2],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,3],[1,-1],[0,2],[0,2],[0,2],[0,1],[1,0],[0,-1],[1,-2],[0,-1],[0,-2]],[[87,5446],[1,-1],[0,2],[1,-2],[0,-2],[0,-2],[0,-1],[-1,0],[-3,5],[0,1],[1,2],[1,1],[1,-1],[-1,-1],[0,-1]],[[36,5440],[0,-2],[4,0],[2,1],[0,2],[0,-4],[0,-2],[-1,0],[-1,0],[-1,-1],[-1,-2],[-1,0],[1,-2],[0,-1],[0,-3],[-1,-2],[0,-2],[0,-4],[0,-1],[-1,-3],[-1,2],[0,-2],[0,-1],[-1,0],[0,-1],[0,-2],[0,-2],[1,-4],[-1,-1],[-1,1],[0,1],[0,3],[0,1],[0,1],[-1,0],[-1,2],[0,1],[-1,-1],[-1,1],[0,3],[1,2],[1,0],[1,2],[1,0],[0,1],[0,1],[0,2],[0,3],[0,2],[-1,1],[-1,1],[-1,1],[-1,4],[-2,4],[-1,3],[1,5],[1,1],[5,2],[1,-1],[0,-1],[1,-4],[0,-1],[0,-2],[1,-2]],[[56,5422],[-1,-4],[-1,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,2],[0,-1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[-2,-1],[-1,-1],[0,-4],[0,-2],[-1,0],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,1],[1,1],[0,2],[1,1],[0,-1],[1,-1],[1,0],[1,0],[0,1],[0,1],[1,1],[1,0],[0,1],[0,1],[2,1],[3,3],[2,5],[0,8],[0,1],[0,3],[0,2],[0,2],[1,1],[1,0],[1,-1],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-2],[0,-3],[0,-6],[0,-3],[0,-2],[0,-3]],[[96,5458],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,0],[-1,1],[1,1],[0,4],[1,0]],[[72,5456],[0,-2],[0,-2],[1,0],[-1,-3],[0,-1],[-1,0],[0,-2],[-1,-2],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[1,-2],[1,0],[0,1],[-1,0],[1,1],[0,1],[1,1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-1],[0,5],[-1,-2],[-2,-8],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[0,-3],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[-1,3],[-1,-3],[0,-1],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,2],[0,2],[-1,2],[1,4],[0,1],[-2,-12],[-1,-2],[0,-2],[0,-2],[-1,-1],[-1,1],[0,7],[1,3],[1,5],[1,1],[0,2],[0,2],[0,2],[1,0],[0,1],[1,2],[0,1],[-1,0],[-1,-1],[-1,1],[0,2],[0,2],[1,2],[0,1],[1,-1],[0,-2],[0,-2],[1,0],[2,-1],[1,1],[-1,1],[0,1],[-1,1],[0,3],[0,2],[0,1],[1,1],[1,0],[-2,4],[0,3],[0,4],[0,1],[0,2],[1,0],[0,1],[2,0],[0,-1],[1,0],[0,3],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-2]],[[91,5461],[0,-1],[1,0],[1,1],[0,-1],[-2,-3],[-1,0],[-1,1],[0,2],[1,0],[1,-1],[0,1],[0,1]],[[9964,5446],[-1,1],[0,4],[-1,1],[0,1],[0,2],[0,1],[1,2],[0,1],[0,1],[1,1],[0,-1],[1,-2],[1,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1]],[[9996,5444],[-1,-1],[-2,2],[0,1],[-1,2],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[1,3],[1,1],[1,2],[0,2],[0,-1],[1,0],[0,-2],[0,-1],[1,0],[0,-3],[1,-2],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[-1,-1]],[[88,5466],[0,-1],[1,2],[-1,-2],[-1,-2],[-1,-2],[1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,1],[-1,2],[-1,1],[0,1],[-1,0],[0,1],[-1,5],[0,2],[0,1],[0,1],[1,4],[0,1],[1,1],[1,1],[1,-1],[0,-1],[1,-5],[1,-1],[0,-2],[0,-2]],[[9938,5460],[-1,-1],[0,-2],[1,-2],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[0,-1],[-1,-1],[0,-1],[0,1],[0,1],[-1,1],[-1,-1],[0,-2],[-1,2],[1,2],[-2,-2],[-1,-1],[0,-1],[-1,-3],[0,-8],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[-1,2],[-1,3],[0,1],[2,4],[0,1],[1,0],[0,2],[1,3],[0,2],[1,1],[1,1],[1,0],[1,1],[0,1],[0,5],[1,7],[0,3],[1,3],[1,1],[0,-1],[1,-2],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-2],[-2,-3],[1,-2]],[[155,5484],[0,-1],[1,0],[0,-4],[0,1],[1,-2],[2,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-2],[1,1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[2,0],[0,1],[1,0],[0,-1],[0,-1],[4,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-1,-2],[-1,0],[-1,2],[0,1],[-1,-1],[0,-1],[0,1],[-1,-1],[-2,-4],[-1,0],[-1,1],[-1,0],[0,-1],[0,-2],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,1],[1,1],[-1,1],[-3,0],[0,1],[0,1],[0,1],[-1,-2],[-1,-1],[-2,-1],[-2,2],[-1,0],[0,1],[0,3],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,-1],[1,-1],[1,-1],[1,1],[1,2],[0,-2],[0,-1],[0,-1],[1,2],[1,0],[0,-1],[1,-4],[0,3],[1,2],[1,1],[1,0],[1,2],[0,1],[1,0],[0,-1],[1,1]],[[9893,5512],[-1,-1],[-1,1],[-1,5],[1,0],[1,-1],[1,-1],[0,-1],[0,-2]],[[188,5505],[0,-3],[-1,0],[0,2],[-1,-4],[-2,-2],[-1,0],[-2,2],[1,7],[1,4],[0,2],[2,3],[2,4],[0,-1],[1,-1],[0,-3],[2,-1],[1,-2],[-1,-4],[0,-1],[-2,-2]],[[140,5520],[0,-1],[1,1],[0,-3],[1,-2],[0,-1],[1,0],[0,-3],[0,-2],[1,-2],[-1,-3],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[-3,0],[0,-2],[0,-2],[0,-2],[1,-2],[1,-3],[1,-2],[0,-2],[0,-2],[-1,0],[-1,2],[0,-1],[-1,0],[-1,1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,1],[-1,2],[0,1],[-1,1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-2],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[0,-6],[0,-1],[-1,0],[0,1],[0,2],[-1,3],[0,-2],[-1,2],[0,2],[0,-2],[0,-5],[1,-2],[-1,1],[0,2],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,-1],[-1,0],[-1,3],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[-1,-1],[-1,0],[-1,1],[-2,3],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-2],[-1,-2],[-8,1],[0,1],[1,1],[3,2],[1,2],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[1,1],[0,-1],[1,-1],[0,2],[0,1],[0,2],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,2],[1,1],[0,-1],[0,1],[1,3],[0,1],[0,-2],[0,-1],[1,2],[1,-2],[0,1],[1,0],[0,-1],[0,-2],[1,2],[1,2],[0,2],[0,1],[1,-2],[1,-1],[2,0],[0,1],[0,1],[0,2],[0,1],[1,0],[1,0],[0,2],[-1,0],[0,1],[0,1],[0,2],[3,0],[0,-2],[1,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[2,0],[0,-1],[1,-3],[0,2],[1,2],[0,1],[0,-1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,3],[-1,1],[-1,0],[0,1],[0,1],[-1,2],[0,1],[0,1],[-1,-1],[0,-2],[1,-2],[-1,0],[-1,1],[-1,2],[0,3],[2,0],[1,1],[0,5],[0,1],[0,-1],[1,0],[0,1],[0,2],[2,1],[1,3],[1,1],[0,-2],[1,-1]],[[9832,5535],[-2,-5],[0,-3],[0,-4],[1,-1],[0,-3],[0,-3],[0,-2],[-2,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[-1,0],[-3,-1],[-3,1],[0,1],[0,3],[0,1],[1,2],[1,1],[1,-1],[1,1],[0,1],[1,2],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[3,1],[1,-1]],[[221,5529],[-2,-1],[-1,1],[0,4],[1,4],[1,2],[1,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1]],[[238,5551],[-1,-3],[0,-1],[-1,0],[-1,2],[-1,-4],[-1,-1],[0,-3],[0,-1],[-1,1],[0,2],[-1,-1],[0,5],[1,4],[2,7],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-5]],[[9843,5567],[0,-2],[-2,1],[-1,0],[0,1],[1,2],[0,1],[2,-3]],[[251,5568],[-2,0],[1,5],[0,2],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-2,-1]],[[261,5592],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-3],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[0,1],[-1,3],[0,1],[-3,2],[-1,-3],[-1,0],[0,-1],[-1,1],[0,2],[-1,2],[0,2],[1,2],[1,1],[1,-1],[1,0],[0,3],[1,1],[1,0],[1,2]],[[254,5588],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[1,0],[1,-2],[1,0],[-1,-4],[0,-2]],[[9807,5608],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,2],[1,0],[3,1],[0,-1],[1,-3],[0,-1],[0,-2],[-1,-3],[1,0],[0,-1],[0,-1],[1,3],[1,1],[0,-1],[1,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,-2],[2,-2],[1,-1],[1,0],[1,1],[0,-3],[0,-1],[-1,0],[-2,-1],[0,-1],[0,-1],[-1,3],[0,1],[-1,1],[-1,0],[0,-2],[0,-2],[-1,0],[0,1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,2],[0,3],[0,1],[-1,-1],[0,-1],[-1,0],[0,-2],[-1,-5],[-1,-3],[-1,1],[0,2],[0,1],[0,2],[-1,1],[-1,-1],[0,1],[-1,1],[0,-1],[0,-2],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,4],[1,4],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,1],[-2,-2],[0,1],[0,1],[1,5],[-1,1],[0,1],[-1,0],[-2,-2],[0,1],[-1,0],[0,1],[2,6],[0,-1],[0,2],[3,5],[2,-2],[0,1],[0,1],[1,1],[3,-2]],[[263,5600],[-1,0],[0,2],[-1,1],[0,2],[1,2],[0,4],[0,1],[1,1],[1,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-3],[0,-3]],[[310,5691],[2,-5],[0,-2],[1,0],[2,0],[1,-1],[0,-2],[0,-4],[-1,-4],[-1,-3],[0,-1],[1,-1],[0,-2],[-1,-1],[1,-1],[-1,-2],[-2,-4],[-1,0],[0,-1],[-4,-10],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-4],[-1,0],[0,-2],[0,-2],[0,-2],[-1,-2],[0,1],[0,-4],[0,-2],[-1,-2],[-1,-2],[-1,-6],[0,-2],[-1,1],[0,-3],[-2,0],[0,-2],[-1,-2],[-1,-3],[-1,-2],[0,-1],[1,0],[-2,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,1],[0,2],[0,-2],[-1,-1],[0,1],[-1,-1],[0,-3],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[1,-1],[0,-1],[-3,-2],[1,1],[0,1],[1,0],[0,3],[0,1],[2,1],[0,1],[0,2],[0,5],[1,2],[1,0],[1,0],[0,2],[0,2],[0,5],[1,3],[0,-1],[1,2],[1,5],[0,2],[-1,5],[0,4],[0,2],[1,2],[0,3],[1,1],[1,4],[0,1],[2,3],[0,1],[0,2],[1,0],[1,-1],[0,-2],[1,0],[0,2],[1,1],[1,1],[0,-1],[0,-2],[0,-1],[1,1],[1,0],[0,2],[1,5],[-1,-1],[0,1],[0,2],[-1,1],[-1,1],[0,1],[1,0],[0,2],[0,2],[1,2],[-1,2],[0,1],[0,1],[0,3],[1,4],[0,2],[1,0],[1,2],[1,4],[1,3],[1,1],[2,1],[0,1],[1,1],[0,1],[2,-1],[0,2]],[[364,5731],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[0,-3],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,1],[-1,4],[-1,1],[0,1],[0,3],[0,2],[1,-1],[0,2],[0,1],[0,1],[1,0],[0,-1],[-1,-3],[1,0],[0,5],[1,2],[0,1],[1,0],[1,0],[0,1],[1,0]],[[363,5747],[-1,0],[-1,0],[0,1],[0,2],[0,2],[1,0],[1,0],[1,-2],[0,-1],[0,-1],[-1,-1]],[[345,5750],[1,-1],[0,2],[0,2],[1,1],[1,1],[0,-1],[1,-3],[1,-3],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[-1,-5],[1,0],[0,1],[1,0],[-1,-5],[0,-2],[1,1],[3,9],[0,-1],[0,-1],[0,1],[1,4],[0,1],[0,2],[0,1],[1,0],[0,4],[0,2],[1,2],[0,-2],[0,-3],[0,-2],[0,-2],[1,1],[1,2],[0,2],[1,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,1],[1,3],[0,-3],[0,-2],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,1],[0,1],[0,1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,0],[-1,-1],[1,-3],[-1,-1],[-2,-3],[-1,1],[1,-2],[0,-1],[0,-1],[-1,-2],[-1,-5],[1,0],[0,-1],[0,-1],[0,-2],[0,1],[1,4],[0,1],[0,-1],[1,-4],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-2],[0,-1],[1,-1],[0,-1],[0,2],[0,3],[0,2],[1,2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[1,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,-3],[-1,-1],[1,-1],[0,-1],[0,-1],[1,-2],[-1,2],[-1,-1],[0,-4],[0,-4],[-1,2],[-1,7],[0,-3],[0,-4],[0,-3],[-2,3],[0,-2],[1,-1],[0,-1],[1,-1],[0,-2],[0,-2],[-1,0],[0,2],[-1,0],[0,1],[-1,2],[0,1],[0,2],[-1,4],[0,-2],[0,-2],[0,-5],[1,-5],[0,-1],[0,-3],[-1,2],[0,1],[-1,0],[0,-1],[0,-3],[-1,5],[0,1],[-1,-1],[0,-4],[0,-1],[-1,0],[0,2],[0,1],[-1,-2],[0,-2],[0,-1],[0,3],[-1,0],[-2,-3],[0,-1],[-1,-1],[-1,0],[-2,-4],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-4],[-1,-1],[-2,2],[0,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[0,2],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[0,3],[-1,1],[-2,1],[-1,2],[0,1],[-1,1],[0,1],[3,10],[1,1],[1,0],[0,-1],[0,-1],[1,1],[1,0],[0,2],[2,-2],[1,0],[0,1],[-1,3],[0,1],[1,1],[0,2],[1,0],[0,-1],[1,-1],[0,1],[0,1],[1,-1],[1,-2],[0,5],[1,-1],[0,2],[0,2],[0,1],[2,-2],[2,1],[0,1],[0,1],[0,2],[-1,2],[0,1],[0,1],[1,0],[1,-2],[2,1],[2,1],[0,2],[0,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[1,1],[0,1],[-1,1],[0,3],[0,3],[1,2],[1,-1],[0,-1],[1,-3],[0,1],[0,1],[0,2],[1,-1],[0,2],[-1,3],[0,2],[0,2],[0,2],[1,1],[2,2],[1,0],[0,-2],[1,-4],[0,-3],[0,-3],[0,1],[0,1],[1,2],[0,-1],[1,-3],[-1,8],[0,3],[1,-3],[1,0],[0,2],[0,-1],[0,1],[-1,0],[0,1],[1,1],[1,0],[1,1],[-1,0],[-2,1],[-2,4],[-1,0],[-1,2],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,7],[1,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,-1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,5],[1,2],[1,3],[0,2],[1,1],[1,-2],[0,1],[1,3],[1,0],[1,0],[0,-2],[1,3],[1,3],[1,2],[0,-2],[0,-2],[0,-1],[0,-1]],[[387,5765],[0,-2],[0,-1],[-1,1],[0,-1],[0,-2],[-1,0],[0,3],[0,1],[-2,-1],[-1,1],[-1,0],[-1,0],[4,2],[3,0],[0,-1]],[[396,5771],[0,-1],[0,-2],[-1,-2],[0,-2],[-2,0],[-1,0],[-1,0],[0,1],[0,1],[-1,-1],[0,-1],[-2,2],[0,2],[0,1],[0,1],[1,0],[1,0],[0,2],[0,1],[1,-1],[0,-1],[0,-1],[0,1],[1,0],[1,-1],[0,-2],[0,1],[1,2],[1,1],[0,-1],[0,1],[0,1],[1,-1],[0,-1]],[[370,5779],[0,-1],[1,0],[0,3],[1,-2],[1,-2],[0,-1],[0,-2],[-2,0],[0,-1],[1,-2],[1,0],[2,1],[1,-1],[0,-1],[-1,-2],[0,-2],[-2,-2],[-1,-1],[0,1],[-1,1],[0,1],[-1,-2],[-1,-6],[0,2],[0,1],[-1,1],[-1,0],[0,2],[-1,-2],[0,-2],[-1,-1],[-1,3],[0,3],[0,2],[-1,3],[0,3],[0,1],[0,1],[1,3],[0,2],[1,1],[2,4],[1,1],[0,-1],[1,0],[1,-1],[-1,-1],[0,-2],[1,-2]],[[380,5793],[-1,-2],[0,-1],[-1,-1],[1,-2],[0,1],[0,1],[0,-3],[3,-4],[0,1],[1,-2],[-1,-1],[-1,-1],[-1,1],[0,-1],[1,-2],[-1,-1],[-1,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,1],[0,3],[0,1],[0,2],[0,3],[-1,2],[1,1],[0,2],[1,3],[-1,1],[-2,-1],[0,2],[0,2],[1,2],[0,1],[0,-1],[0,1],[1,2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,2],[1,1],[0,-1],[0,-1],[0,-2]],[[466,5810],[0,-1],[1,0],[0,1],[0,-1],[-1,-2],[-1,0],[0,2],[-1,3],[0,2],[0,1],[1,-1],[1,-2],[0,-1],[0,-1]],[[460,5820],[0,-1],[1,1],[0,-1],[0,-1],[1,-4],[0,-2],[0,-2],[0,-1],[-3,1],[1,-1],[0,-1],[0,-1],[0,1],[-1,1],[-2,2],[0,2],[-1,1],[-1,1],[-1,5],[1,1],[0,1],[-1,3],[1,1],[0,1],[0,-1],[1,-2],[1,0],[1,-2],[1,-1],[1,-1]],[[546,5864],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,2],[0,1],[1,1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[-1,-1]],[[1271,5867],[0,-2],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2]],[[1293,5887],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,1],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[0,-3],[-1,1],[-1,2],[0,1],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,2],[0,1],[0,1],[-1,2],[0,2],[0,1],[1,1],[-1,1],[1,1],[0,-2],[0,2],[1,1],[1,0],[-1,-1],[0,-1],[0,-1]],[[553,5890],[1,-1],[1,0],[0,-2],[0,-2],[-1,-2],[-1,-3],[-1,2],[0,4],[1,1],[0,2],[-1,0],[0,1],[0,-1],[0,1],[1,1],[0,1],[0,-1],[0,-1]],[[470,5877],[-1,-2],[-1,1],[-1,2],[-1,2],[0,4],[-1,3],[0,1],[1,2],[1,2],[1,3],[1,2],[1,0],[1,-3],[0,-1],[0,-3],[0,-3],[0,-2],[0,-1],[-1,-7]],[[1334,5895],[1,-2],[0,-1],[-1,-2],[0,-1],[1,-1],[1,-1],[0,-2],[-1,-3],[-1,-1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,2],[-1,3],[0,2],[-1,-1],[0,2],[0,3],[1,1],[0,1],[2,1],[0,1],[1,-2],[2,6],[1,-1],[-1,-1],[0,-2]],[[429,5908],[2,-3],[3,2],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[1,-2],[0,-3],[1,-3],[0,-3],[0,-7],[0,-2],[1,-8],[1,-3],[1,-1],[0,-1],[2,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-3],[1,-6],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-3,1],[0,1],[0,1],[2,1],[-1,2],[-1,0],[-1,-2],[-1,-1],[0,1],[0,1],[-1,2],[0,1],[-1,0],[-1,6],[-1,2],[0,-3],[-1,-1],[0,-1],[0,-1],[0,-5],[0,-2],[-1,-2],[-1,-1],[-1,-3],[-3,-4],[-1,1],[-3,3],[-10,-2],[-1,-2],[-1,-2],[-3,-9],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-4],[-1,-3],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-1,-2],[0,-1],[-4,2],[-1,1],[-1,2],[0,5],[-1,2],[0,1],[0,3],[-1,1],[0,2],[0,1],[0,2],[0,3],[-1,4],[1,2],[1,1],[0,2],[3,2],[1,2],[1,4],[4,23],[0,1],[1,6],[0,1],[2,4],[0,1],[2,0],[2,-4],[0,-1],[3,1],[0,2],[0,1],[1,4],[1,2],[1,1],[1,1],[1,1],[1,2],[2,5],[0,1],[3,1],[0,1],[1,1],[1,1]],[[551,5904],[-1,0],[0,-1],[0,-1],[1,0],[0,-3],[1,-4],[-2,-3],[-1,-1],[-1,0],[1,2],[0,1],[-1,1],[0,1],[1,1],[0,-1],[1,0],[0,2],[-1,5],[-1,-2],[0,4],[1,1],[-1,1],[0,1],[1,0],[2,-1],[1,-1],[-1,-1],[0,-1]],[[1336,5906],[-1,0],[-1,3],[0,4],[2,2],[0,-1],[0,-4],[0,-4]],[[485,5922],[0,-1],[1,-1],[1,-2],[1,-2],[-1,-1],[-1,-3],[0,-3],[0,2],[-1,-1],[0,-2],[0,-1],[-1,1],[0,1],[-1,1],[0,1],[0,2],[1,4],[0,2],[0,1],[-1,2],[0,-2],[0,-2],[-1,-5],[0,2],[-1,2],[0,2],[-1,-1],[0,1],[0,1],[0,2],[1,0],[1,2],[3,-2]],[[1291,5924],[2,-3],[0,-3],[2,-12],[-1,-2],[-2,-6],[0,2],[0,2],[-1,2],[0,-3],[-2,3],[0,2],[1,0],[0,1],[0,2],[1,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,0],[0,2],[0,1],[0,1],[1,-1],[0,-2]],[[496,5931],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,3],[-1,2],[0,1],[1,1],[0,1],[1,0],[1,0]],[[547,5916],[0,-5],[0,-2],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,1],[0,4],[-1,1],[0,1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,1],[-1,0],[0,-1],[0,-1],[0,1],[0,3],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,2],[2,-4],[0,2],[-1,1],[1,2],[1,0],[0,1],[0,1],[-1,1],[-1,1],[1,1],[0,2],[0,2],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[1,-2],[0,-2],[-1,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-7]],[[1284,5926],[0,-5],[0,-1],[1,-2],[1,-1],[0,-1],[0,-2],[0,-2],[1,-4],[-1,2],[-1,3],[-1,2],[-1,-3],[3,-4],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[1,0],[1,-2],[0,-4],[0,-6],[0,-1],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-3],[1,-2],[1,-1],[0,-3],[0,1],[1,-1],[0,-2],[-1,-2],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-4],[0,-1],[-1,-2],[1,-1],[-1,0],[0,-1],[2,-2],[0,-1],[0,-3],[1,-3],[-1,-1],[-1,1],[-1,-1],[0,3],[-1,1],[-1,-1],[0,1],[0,3],[-1,2],[0,1],[0,1],[1,-1],[-3,7],[0,2],[0,1],[1,1],[0,2],[0,1],[0,1],[-1,0],[-1,-2],[0,1],[-1,4],[0,1],[-1,1],[0,2],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,-1],[-1,0],[-1,1],[0,1],[1,1],[-1,1],[0,1],[1,3],[-1,3],[-1,5],[0,2],[0,1],[0,2],[-1,1],[2,0],[1,0],[0,3],[-2,1],[0,1],[-1,3],[1,1],[0,-1],[1,0],[0,2],[-1,1],[0,1],[-1,-1],[0,1],[2,2],[-1,3],[0,1],[0,2],[1,1],[0,1],[1,1],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-2]],[[490,5929],[-1,0],[-1,-2],[-1,0],[0,1],[-1,2],[0,3],[1,1],[1,1],[2,1],[0,-2],[0,-4],[0,-1]],[[1331,5917],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[-1,-3],[0,-2],[-1,-1],[-2,-1],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,3],[-1,2],[0,-2],[0,-2],[1,-2],[-1,-3],[0,-1],[0,-1],[-1,-2],[0,-1],[0,1],[-1,0],[0,1],[0,2],[0,2],[1,8],[0,1],[0,4],[1,-1],[1,0],[0,3],[-1,2],[0,2],[-1,1],[0,1],[1,1],[-1,2],[0,1],[0,2],[0,2],[0,3],[0,1],[1,0],[0,1],[0,1],[1,-1],[1,-2],[1,-4],[1,-2],[1,-2],[0,-2],[0,-3],[0,-3],[0,-3]],[[535,5931],[1,-2],[0,-7],[0,-3],[0,2],[1,3],[0,3],[1,-2],[0,-1],[0,-4],[0,-2],[0,1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,2],[0,2],[-1,0],[-1,-3],[0,-2],[1,-2],[0,-2],[-1,-1],[-1,1],[-1,0],[1,-2],[0,-1],[-1,-3],[-1,-5],[-1,-4],[-1,-4],[-1,-3],[0,-2],[0,-4],[-1,0],[0,2],[0,2],[0,3],[0,1],[0,1],[1,1],[1,9],[1,1],[0,1],[1,2],[0,2],[-3,1],[0,1],[1,1],[1,0],[0,2],[0,1],[-1,1],[-1,1],[0,1],[0,2],[1,0],[2,-3],[0,-1],[0,3],[-1,3],[0,2],[0,1],[1,0],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,1],[0,3],[-1,6],[-1,3],[3,-3],[1,0],[-1,4],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[1,5],[0,1],[1,-1],[0,-1],[0,-4],[0,-2],[-1,-1],[-1,-2]],[[1278,5945],[-1,-2],[0,-5],[0,-1],[1,3],[1,-1],[1,-1],[-1,-2],[0,-2],[0,-3],[-1,-1],[-1,-1],[0,-1],[-1,1],[0,1],[-1,1],[0,1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,2],[0,2],[0,4],[0,2],[1,-1],[0,1],[-1,3],[0,1],[0,3],[1,0],[1,0],[0,2],[0,1],[1,0],[1,0],[0,-1],[1,-2]],[[532,5945],[0,-1],[-1,0],[0,1],[-1,2],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[524,5950],[0,-5],[0,-3],[0,-3],[0,-4],[0,1],[-1,0],[0,1],[-1,4],[-3,2],[0,3],[0,1],[0,1],[0,1],[1,2],[0,-1],[1,-1],[1,0],[1,3],[1,1],[0,-2],[0,-1]],[[514,5944],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,5],[0,1],[0,2],[0,1],[1,0],[0,-1],[0,-3],[0,-3],[-1,-3],[0,-3],[0,-2],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[1,0],[1,-1],[0,-1],[0,-3],[0,-1],[1,0],[0,1],[0,-2],[0,-1],[-2,1],[1,-1],[0,-1],[0,-1],[-1,-5],[0,4],[-1,1],[-1,-2],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,-2],[-1,-1],[-1,0],[0,-2],[-1,-2],[0,-5],[-1,-2],[0,3],[1,4],[0,2],[-1,3],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[-1,2],[0,1],[0,2],[1,2],[0,2],[0,2],[0,5],[1,4],[2,2],[1,0],[1,-3],[0,-3],[0,-3],[-1,-4],[0,-1]],[[1318,5959],[4,-10],[1,-6],[1,-6],[-1,2],[0,2],[0,1],[-1,0],[0,-1],[1,-5],[-1,-3],[-1,1],[0,2],[-1,-1],[1,-4],[0,-2],[1,-2],[-1,-2],[0,-2],[0,-1],[0,-3],[-1,1],[0,4],[-1,1],[-1,3],[-1,15],[0,6],[0,2],[0,2],[1,0],[-1,4],[1,3],[0,1],[0,-2]],[[1270,5961],[0,-2],[2,1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,-2],[0,-1],[-1,-5],[0,-4],[0,-3],[0,-1],[-1,1],[0,2],[-1,3],[0,1],[0,3],[0,1],[-1,0],[1,2],[0,1],[1,0],[0,4],[0,1],[-1,1],[1,2],[0,1],[1,1],[0,3],[0,1],[1,0]],[[446,5958],[0,-1],[-1,0],[0,1],[-1,1],[0,2],[1,2],[1,0],[0,-1],[0,-1],[0,-2],[0,-1]],[[1279,5959],[-1,-1],[-1,0],[0,3],[0,1],[1,2],[1,-1],[0,-4]],[[527,5965],[0,-1],[1,1],[1,0],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[-1,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[0,-1],[-1,-3],[-1,0],[0,1],[0,2],[0,4],[1,2],[1,1],[1,-1],[0,-1]],[[1272,5962],[-1,-1],[0,1],[-2,2],[0,3],[0,1],[1,0],[0,1],[1,3],[0,2],[0,1],[1,-1],[1,-3],[1,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,-1]],[[1276,5967],[0,-3],[-1,2],[-1,6],[0,3],[-1,1],[1,2],[0,2],[1,0],[1,0],[1,0],[0,-1],[1,-3],[0,-2],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[0,-1]],[[1267,5978],[1,0],[1,0],[0,-2],[0,-3],[0,-2],[0,-1],[-1,-1],[0,-4],[-1,-1],[0,1],[-1,2],[-1,0],[-1,-2],[-1,-1],[0,1],[1,2],[1,4],[1,2],[0,1],[0,2],[-1,1],[0,1],[0,1],[1,1],[1,-1],[0,-1]],[[553,6011],[0,-1],[-1,1],[0,2],[-1,1],[0,1],[1,2],[1,-2],[0,-2],[0,-2]],[[1269,6017],[1,-1],[-1,3],[1,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[4,0],[0,2],[0,1],[1,0],[0,-2],[0,-2],[-2,-3],[0,-2],[-1,-1],[-1,1],[-1,4],[0,2],[-1,-3],[1,-5],[0,-4],[-2,-2],[-1,2],[-1,3],[-1,5],[-1,4],[1,0],[1,0],[0,1],[0,3],[0,1],[0,2],[1,-2],[0,-2]],[[568,6025],[1,-1],[0,-2],[0,-2],[-3,4],[-1,1],[-1,-5],[1,0],[0,-1],[0,-2],[-1,-1],[0,1],[0,2],[0,3],[0,3],[0,1],[1,3],[1,1],[1,-1],[0,-2],[1,-2]],[[1278,6025],[1,1],[0,-1],[0,-6],[0,-2],[0,-3],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,4],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,2],[-1,1],[0,1],[0,1],[1,3],[1,0],[0,-2],[0,-2],[0,-2]],[[657,6013],[-1,-3],[-1,0],[-1,2],[-1,-1],[0,1],[-1,4],[0,2],[0,2],[1,2],[1,2],[0,4],[1,3],[1,1],[1,0],[0,-2],[0,-4],[0,-3],[0,-5],[0,-2],[0,-3]],[[1251,6033],[-1,-3],[1,0],[2,2],[1,2],[1,-1],[-1,-3],[-1,-1],[-1,-3],[-1,-4],[-1,-4],[0,2],[-1,1],[0,2],[0,1],[1,2],[0,2],[-2,2],[0,2],[0,2],[1,0],[1,0],[1,-1]],[[1262,6025],[-1,-3],[-1,3],[0,2],[0,2],[-1,3],[1,1],[1,3],[1,0],[0,-6],[0,-5]],[[1335,6037],[1,-3],[4,-20],[0,-3],[1,-4],[1,-6],[0,-1],[0,-2],[0,-1],[1,-3],[0,-1],[0,-3],[-1,-3],[0,-3],[1,0],[0,-1],[-1,-2],[0,1],[0,-5],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[0,-4],[0,-2],[0,1],[-1,1],[0,2],[0,1],[-1,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-3],[0,-5],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,2],[-1,4],[-1,1],[1,5],[1,3],[0,4],[0,1],[0,3],[0,1],[1,1],[0,2],[0,3],[0,1],[-1,1],[0,-2],[-1,0],[0,-1],[-1,-2],[1,-3],[0,-3],[0,-3],[-1,-2],[0,-3],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,2],[-1,2],[1,2],[0,2],[1,0],[1,1],[0,3],[0,2],[0,1],[0,1],[1,0],[0,1],[1,2],[0,5],[1,2],[-1,3],[0,1],[0,6],[0,2],[-1,6],[0,2],[0,7],[-1,2],[0,-4],[0,-4],[1,-13],[0,-4],[0,-4],[0,-4],[-1,-1],[0,-3],[0,-1],[-1,-3],[0,-2],[-1,-1],[-1,-2],[1,2],[0,3],[0,2],[0,2],[0,2],[0,2],[-1,1],[0,5],[0,4],[1,6],[-1,-1],[0,-1],[-1,-2],[0,-3],[0,-3],[0,-3],[0,-3],[1,-4],[0,-3],[0,-3],[-1,-6],[0,-1],[-1,-1],[-1,2],[-1,4],[-1,1],[-1,2],[-1,3],[0,1],[0,2],[-2,4],[0,3],[-1,3],[1,2],[2,6],[1,1],[0,2],[0,1],[1,0],[0,1],[1,6],[0,1],[-2,1],[0,1],[-1,2],[0,2],[1,2],[0,2],[0,1],[0,1],[2,0],[0,1],[0,3],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,1],[1,1],[0,1],[-1,0],[-1,-1],[-1,1],[-1,-1],[-1,-3],[0,1],[-1,4],[1,2],[1,1],[1,1],[3,1],[1,1],[0,2],[-1,1],[0,1],[0,1],[-1,1],[0,-1],[0,-3],[-1,0],[-1,-1],[0,-1],[-1,2],[-1,1],[0,1],[0,3],[1,1],[5,-1],[1,2],[-1,1],[-2,0],[0,1],[0,3],[-1,2],[0,2],[2,1],[1,1],[0,2],[1,0],[1,-1],[1,2],[1,2],[1,2],[2,-2],[0,-1]],[[626,6051],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,2],[1,0],[0,-2],[0,-1]],[[1275,6068],[1,-2],[1,1],[1,-1],[0,-2],[-1,-4],[0,-2],[0,-2],[0,-2],[0,-1],[0,-3],[0,-3],[0,-2],[-1,-1],[0,2],[-1,2],[-1,1],[-1,-4],[-1,2],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,-3],[-1,1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,2],[-1,0],[-1,4],[1,5],[2,9],[0,2],[0,1],[1,1],[2,1],[1,0],[1,0],[1,2],[-1,1],[-2,1],[-1,1],[0,3],[1,0],[2,-2],[1,0],[0,1],[1,1],[0,2],[1,1],[0,1],[1,0]],[[623,6067],[-1,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,1],[0,1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2]],[[1300,6073],[1,-1],[1,1],[1,4],[1,-1],[1,-2],[0,-2],[2,0],[1,-1],[1,-3],[0,-2],[2,-6],[0,-1],[0,-1],[-1,0],[0,-1],[0,2],[0,-1],[-1,-2],[0,-1],[0,1],[-1,2],[0,-2],[0,-2],[1,-2],[-1,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-2],[0,-4],[0,-3],[-1,1],[0,2],[-1,3],[-1,-4],[0,-1],[-1,1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,3],[0,1],[-1,1],[-1,1],[1,5],[0,1],[1,1],[0,1],[0,1],[-1,1],[-1,-1],[-1,1],[1,4],[-3,1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,1],[-1,6],[0,1],[0,2],[-1,3],[1,3],[0,-1],[0,3],[0,3],[0,3],[0,1],[0,1],[3,1],[0,2],[1,7],[0,1],[0,1],[0,1],[0,2],[1,1],[0,1],[2,1],[1,0],[0,-2],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[1,-1],[-1,-2],[0,-1],[0,-2],[-2,-1],[0,-2]],[[1269,6096],[4,-3],[3,0],[1,-1],[0,-1],[-1,-1],[0,-3],[1,-2],[1,1],[-1,0],[0,1],[0,4],[1,2],[2,0],[1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-4],[-1,-2],[-1,2],[0,-1],[1,-7],[0,-2],[1,-1],[0,1],[1,0],[2,-2],[0,2],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,1],[0,1],[1,1],[0,-1],[1,-2],[0,-1],[2,-3],[0,-2],[1,-3],[1,-3],[1,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[1,-2],[0,-1],[1,-2],[0,-3],[1,-8],[0,-2],[0,-2],[1,-1],[0,-3],[0,-2],[0,-2],[-1,-4],[1,0],[0,-2],[0,-1],[0,-3],[0,1],[1,5],[1,0],[1,-2],[0,-1],[0,-4],[0,-1],[0,-1],[1,-8],[0,-2],[2,0],[0,-1],[2,-5],[0,-2],[0,-2],[0,-2],[-2,3],[-1,4],[-1,2],[-1,3],[-2,1],[-1,1],[-1,8],[-1,3],[-1,-1],[0,-1],[1,-2],[-1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-2],[-1,-6],[-1,-2],[-2,-3],[-1,-3],[1,0],[0,-1],[0,-1],[0,-3],[0,2],[1,2],[0,2],[2,1],[0,1],[0,1],[0,2],[0,1],[1,1],[1,0],[0,-1],[1,0],[1,1],[0,1],[1,-2],[0,-2],[0,-2],[2,-1],[1,-2],[0,-2],[-1,-1],[0,1],[-1,1],[-1,-1],[0,-1],[0,-1],[-2,0],[-1,-1],[0,-2],[0,-2],[1,1],[1,2],[1,-1],[0,-1],[0,-2],[1,1],[0,1],[0,1],[2,1],[1,0],[0,-5],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,-2],[-1,-2],[0,-2],[1,-1],[0,-1],[0,1],[0,1],[1,3],[1,0],[1,-4],[1,2],[1,7],[1,1],[0,1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-4],[0,-3],[-1,-2],[0,-4],[1,0],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,1],[0,3],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-3],[-1,-2],[-1,-2],[1,0],[1,0],[0,-1],[1,-1],[0,2],[1,0],[0,-2],[0,4],[1,3],[1,2],[1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-3],[1,-1],[0,-1],[1,-3],[-1,0],[0,-1],[1,0],[0,-2],[-1,-2],[1,-2],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[-2,1],[0,1],[0,1],[-1,1],[0,-1],[0,-2],[-1,0],[-1,4],[-2,3],[0,-5],[-1,2],[0,3],[0,2],[0,2],[1,2],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[1,2],[1,2],[1,2],[0,2],[-1,1],[-1,1],[1,0],[1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,1],[0,2],[0,2],[-1,1],[0,2],[0,2],[1,3],[-1,-1],[0,-3],[0,-3],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,-2],[0,1],[-1,0],[0,2],[0,1],[1,1],[1,0],[0,4],[0,2],[-1,2],[0,1],[0,-5],[-1,-3],[-1,-1],[-1,2],[0,2],[0,2],[0,1],[0,-1],[1,-1],[0,2],[0,2],[0,2],[1,0],[-1,1],[-1,1],[0,2],[1,2],[1,-1],[1,-1],[0,1],[-1,1],[-1,2],[0,2],[1,4],[0,1],[-1,1],[-1,-1],[0,-7],[-1,-1],[0,4],[0,4],[1,5],[1,3],[-1,1],[0,1],[-1,4],[0,3],[0,1],[-1,2],[0,-2],[0,-3],[0,-3],[1,-2],[0,-3],[0,-2],[0,-1],[-2,0],[0,1],[-1,3],[-1,2],[-1,0],[0,3],[0,3],[0,4],[0,2],[-1,1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-2,-1],[0,-2],[-2,1],[0,2],[0,1],[1,0],[2,5],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[-4,0],[0,-2],[0,2],[0,1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,1],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,1],[3,-1],[0,-1],[1,-1],[0,-1],[4,1],[1,-1],[-1,2],[-2,1],[-2,3],[0,1],[0,2],[0,2],[-1,0],[0,2],[1,1],[1,0],[-1,2],[-2,-1],[0,1],[-1,4],[0,2],[0,3],[1,2],[0,2],[0,3],[0,1],[1,1],[1,2],[0,3],[1,1],[2,1],[0,1],[-1,0],[-1,0],[-1,-2],[-1,0],[-4,-5],[-2,-1],[-2,5],[-1,2],[0,3],[0,2],[0,1],[1,1],[0,1],[-1,2],[0,1],[0,2],[0,2],[1,0],[0,-2],[0,-1],[0,-1],[1,3],[0,3],[0,2],[1,-2],[1,0],[0,2],[1,3],[0,2],[1,2],[0,1],[0,2],[1,4],[0,3],[-1,2],[0,1],[0,-1],[0,-2],[0,-2],[-2,3],[0,1],[0,1],[0,2],[0,4],[-1,0],[0,1],[1,1],[0,1],[0,2],[0,3],[0,6],[0,3],[-1,3],[0,4],[0,6],[0,3],[-2,1],[-2,-1],[-1,1],[-1,3],[-1,0],[-1,-1],[-1,0],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[1,1],[0,2],[-1,2],[-1,2],[0,1],[1,0]],[[594,6091],[-1,0],[0,2],[-1,0],[0,1],[0,1],[1,3],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[1295,6109],[1,-1],[0,-4],[0,-1],[0,-2],[-1,-2],[0,-3],[0,-1],[1,-6],[-1,-3],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-2,1],[-3,10],[-2,3],[0,2],[0,3],[2,8],[0,2],[1,2],[1,1],[1,0],[1,-1],[1,-1],[0,1],[1,1],[2,1],[1,-2],[0,-1]],[[1309,6096],[1,-1],[0,1],[1,2],[1,0],[1,-2],[0,-2],[1,-2],[0,-6],[1,-7],[0,-3],[0,-3],[0,-1],[-1,1],[-1,-1],[0,-4],[0,-3],[-1,-1],[0,-2],[-1,0],[0,2],[0,3],[0,2],[-1,0],[0,-1],[-1,1],[0,2],[-1,1],[-1,2],[-1,2],[-1,3],[-1,3],[0,3],[0,8],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[0,2],[0,2],[0,3],[-1,2],[0,3],[0,2],[0,1],[1,-2],[2,-3],[1,-2],[0,-3],[1,-4],[0,-3],[0,-2],[1,-2]],[[703,6123],[-1,-3],[-1,-2],[0,1],[-1,1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,2],[1,2],[1,1],[0,-2],[0,3],[1,1],[4,1],[0,-2],[-1,-2]],[[615,6130],[1,-2],[1,-1],[0,-1],[0,-3],[0,-1],[0,1],[-1,2],[-3,0],[0,-2],[-1,-1],[0,1],[-1,-1],[-3,0],[0,-1],[0,2],[0,2],[0,2],[1,0],[0,1],[1,2],[1,0],[3,1],[1,-1]],[[688,6133],[1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,1],[1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,6],[-1,2],[-1,-1],[0,-6],[1,-3],[0,-2],[-1,-1],[-1,-1],[-2,-3],[-1,-6],[-1,-2],[-1,-2],[0,-2],[-1,0],[-1,5],[1,5],[1,6],[1,3],[5,10],[1,1],[1,0]],[[698,6133],[0,-2],[1,-2],[0,-1],[0,-2],[-1,3],[0,-2],[0,-1],[0,-1],[-1,-3],[-1,0],[-1,-3],[0,-1],[-2,1],[-2,1],[0,1],[0,1],[0,2],[0,3],[1,3],[1,2],[1,1],[0,1],[2,-1],[1,1],[1,0],[0,-1]],[[262,6135],[4,-2],[0,1],[1,1],[1,0],[1,-2],[0,-2],[-1,-2],[-1,-3],[-1,-2],[-1,0],[-1,2],[0,3],[-1,1],[-2,3],[0,2],[1,0]],[[1289,6162],[0,-1],[1,0],[1,0],[1,-5],[1,-2],[0,-3],[1,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-3],[1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,2],[0,2],[-1,-2],[1,-3],[0,-2],[-1,-1],[-1,-1],[-3,2],[-1,1],[0,3],[0,8],[0,2],[0,1],[0,1],[2,2],[0,1],[0,2],[-1,5],[0,2],[0,3],[0,2],[0,1],[0,2],[-1,5],[0,1],[0,2],[1,2],[1,-3]],[[1258,6171],[0,-5],[0,1],[1,-1],[0,-5],[0,1],[0,1],[1,-1],[0,-5],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-2],[0,-1],[-1,0],[1,-2],[1,1],[0,2],[1,3],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[1,3],[0,1],[0,4],[-1,3],[0,1],[1,-2],[1,-2],[0,-1],[1,1],[1,0],[0,-1],[1,-1],[-2,-10],[0,-2],[0,-2],[1,-1],[0,-2],[0,-2],[0,-1],[1,-4],[0,-1],[-1,-4],[0,-1],[-1,-1],[0,1],[-1,4],[0,1],[0,1],[-3,2],[0,-2],[2,-2],[0,-4],[-1,-4],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-1],[-1,1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-3],[-1,0],[0,-3],[2,-2],[0,-1],[0,-2],[0,-4],[0,-2],[-1,-2],[-1,4],[0,4],[-1,3],[-1,0],[0,-1],[0,-2],[0,-3],[0,-3],[0,-2],[0,-1],[1,0],[1,1],[0,-1],[1,-7],[0,-1],[-2,-1],[0,-2],[1,-4],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[-1,0],[0,1],[-1,2],[0,1],[0,2],[0,9],[0,2],[0,1],[0,1],[0,4],[0,5],[0,5],[-1,1],[0,-2],[0,-4],[0,-4],[-1,-1],[0,-7],[-1,-2],[-1,0],[-1,0],[1,-6],[1,0],[0,1],[1,-1],[0,-2],[0,-3],[0,-2],[0,-1],[0,-1],[-1,-2],[1,-1],[0,-3],[0,-4],[-1,-2],[0,1],[-1,2],[0,2],[1,2],[-1,2],[-1,1],[-1,2],[1,2],[0,1],[0,2],[-1,0],[0,1],[0,2],[1,3],[0,1],[0,1],[-1,1],[0,-1],[0,2],[0,1],[0,4],[0,2],[-1,3],[0,2],[0,1],[1,-2],[1,2],[0,2],[0,1],[0,1],[0,1],[1,0],[0,1],[0,3],[-1,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[1,2],[0,2],[0,2],[0,3],[1,0],[0,1],[0,5],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,1],[0,1],[0,1],[0,2],[0,-1],[0,-1],[0,-2],[0,-7],[1,1],[0,3],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-2],[0,-2],[1,1],[0,2],[0,4],[0,1],[-1,2],[0,2],[0,2],[0,2],[0,1],[1,-1],[0,2],[0,1],[-1,2],[0,1],[0,3],[0,1],[-1,1],[0,-2],[0,-3],[-1,-3],[0,1],[-1,2],[0,2],[-1,2],[0,2],[-1,1],[-1,0],[-1,-1],[0,1],[2,6],[1,2],[1,2],[1,0],[1,0],[0,2],[-1,1],[-3,-4],[0,-1],[-1,1],[0,3],[0,1],[1,1],[1,4],[-1,1],[0,-3],[-1,0],[-1,-1],[-1,0],[0,1],[-1,3],[0,4],[0,1],[0,2],[0,2],[0,4],[-1,5],[0,4],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,-4],[1,-4],[1,-2],[0,2],[0,3],[0,2],[-1,1],[0,2],[-1,4],[1,2],[2,-1],[2,-5],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,2],[0,3],[-1,1],[-1,1],[0,1],[0,2],[-1,1],[-1,2],[1,0],[2,-3],[1,0],[1,-1],[0,-2],[1,-1],[1,-1],[1,-3]],[[1264,6202],[3,-3],[2,-1],[1,-2],[2,-1],[1,-1],[1,-3],[1,-1],[1,0],[1,-1],[0,-3],[0,-3],[1,-2],[0,-1],[1,1],[-1,5],[-1,3],[0,3],[2,-2],[3,0],[2,-2],[0,-2],[1,-3],[0,-1],[1,-1],[0,-1],[1,-3],[0,-6],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-3],[1,-5],[0,-1],[0,-6],[0,-1],[0,-1],[0,-1],[0,-1],[0,-6],[0,-2],[0,-2],[-1,0],[0,-1],[-1,0],[0,1],[-1,3],[0,1],[-1,1],[-1,2],[-2,9],[0,2],[0,5],[-1,3],[0,2],[0,1],[-1,-1],[-2,5],[0,-1],[0,-5],[0,-1],[0,-2],[0,-2],[1,-2],[0,-2],[0,-1],[1,1],[0,1],[1,0],[0,-1],[0,-3],[0,-5],[0,-1],[0,-2],[0,-2],[0,-2],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,-1],[0,-2],[1,-2],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[1,-2],[1,-1],[0,-2],[0,-4],[0,-2],[-1,0],[0,-3],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-1,-1],[-1,0],[0,1],[-1,2],[0,1],[-2,0],[1,0],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[-2,-2],[-3,0],[-1,4],[0,13],[-1,2],[1,2],[0,1],[1,2],[-1,0],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,1],[0,2],[0,3],[0,3],[0,2],[0,4],[0,1],[1,0],[0,2],[-1,1],[0,1],[0,1],[1,0],[0,-1],[0,3],[0,4],[0,2],[-1,0],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,1],[0,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,2],[0,2],[0,1],[0,1],[0,-1],[2,-3],[1,0],[1,2],[-1,1],[-2,3],[-1,5],[-4,9],[0,1],[0,1],[0,1],[0,3],[1,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[3,-2]],[[723,6216],[-1,-6],[2,5],[1,1],[1,1],[0,-1],[1,-1],[2,1],[1,0],[0,-2],[1,0],[0,1],[0,-1],[1,-1],[-1,-3],[-1,-1],[-2,-2],[0,1],[0,1],[-1,0],[0,-2],[-1,-2],[-1,-1],[-1,1],[-1,-2],[-1,-1],[0,-1],[0,-2],[0,-3],[0,-4],[-1,-2],[-1,0],[-1,1],[0,3],[0,1],[0,1],[0,2],[0,1],[0,1],[1,1],[-1,1],[-1,-1],[-1,-1],[0,2],[0,1],[1,2],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[1,2],[1,3],[1,4],[0,1],[0,1],[1,3],[0,1],[1,0],[0,-1],[0,-2],[1,0],[0,-2]],[[251,6223],[0,-2],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,3],[0,2],[0,1],[-1,1],[-1,-1],[-1,1],[0,1],[-1,2],[0,2],[0,1],[1,1],[1,0],[0,2],[1,0],[1,0],[1,0],[3,3],[0,1],[0,1],[1,0],[0,-1],[-1,-3]],[[1214,6226],[0,-2],[0,-1],[-1,0],[-1,2],[1,-2],[0,-2],[0,-2],[0,-3],[0,-3],[1,-1],[1,-1],[-1,-4],[-1,-11],[-1,-4],[-1,0],[-1,-1],[0,-1],[-4,-1],[1,9],[0,4],[0,3],[1,1],[1,1],[1,4],[0,2],[0,2],[-2,0],[-1,1],[0,3],[0,2],[1,3],[-1,1],[-1,-1],[0,-1],[0,3],[0,2],[0,1],[1,3],[0,3],[-1,3],[1,1],[3,0],[3,-7],[0,-2],[1,-4]],[[748,6244],[-1,0],[1,1],[0,4],[1,-1],[0,-1],[0,-2],[-1,-1]],[[705,6256],[0,-2],[-1,3],[0,3],[0,3],[0,2],[0,1],[0,1],[0,1],[0,2],[1,-1],[0,-2],[0,-2],[0,-1],[0,-3],[0,-5]],[[1218,6256],[1,-1],[0,1],[1,2],[1,2],[1,1],[0,-1],[0,-2],[1,1],[0,1],[1,1],[1,0],[1,-2],[-1,-2],[-1,-2],[0,-2],[1,1],[0,1],[1,0],[2,-3],[1,-1],[1,-2],[2,-9],[0,-1],[-1,2],[-1,0],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[2,1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-3],[0,-2],[0,-2],[-1,-4],[1,-1],[1,-2],[0,-3],[0,-3],[0,-1],[1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[1,-1],[0,-1],[0,-3],[0,-2],[1,-2],[-1,-6],[1,-2],[1,-6],[-1,-3],[1,-2],[0,-1],[0,-2],[0,-2],[1,-19],[0,-5],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,-2],[0,-6],[1,-7],[0,-2],[0,-3],[0,-2],[0,-2],[0,-2],[0,-3],[0,-3],[0,-2],[0,-3],[0,-1],[0,-3],[-1,-8],[1,2],[0,-1],[0,-3],[0,-4],[0,-1],[-1,-5],[-1,1],[1,4],[0,1],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,0],[1,2],[-1,0],[0,2],[-1,1],[0,3],[0,1],[0,1],[0,2],[0,1],[0,2],[-1,1],[-1,-1],[0,1],[0,4],[-1,3],[0,1],[0,2],[0,2],[-1,1],[-1,8],[0,2],[-1,3],[0,2],[-1,2],[1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[1,-1],[1,2],[0,3],[0,4],[2,6],[-1,0],[0,-1],[-1,-2],[0,-4],[-1,-1],[0,-1],[-1,1],[0,2],[0,2],[1,5],[0,1],[0,1],[1,1],[-1,1],[-1,-1],[0,-2],[-1,-7],[0,-3],[-1,-2],[0,-2],[-1,-1],[0,1],[-1,2],[0,4],[0,2],[1,3],[0,2],[1,2],[1,5],[1,2],[0,1],[-1,1],[0,1],[0,-1],[0,-1],[-3,-10],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[-1,2],[0,4],[0,2],[1,1],[0,1],[0,1],[0,1],[-1,-1],[-3,-5],[-1,1],[0,4],[-1,0],[0,1],[0,6],[0,2],[0,-1],[1,2],[1,0],[-1,2],[0,2],[-1,2],[0,1],[-1,0],[1,1],[0,1],[0,2],[1,2],[1,0],[0,1],[0,1],[1,1],[1,2],[1,0],[0,1],[0,3],[-2,-1],[-1,0],[-1,2],[-1,2],[-1,4],[0,5],[1,3],[1,2],[1,0],[0,1],[0,1],[-1,1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,2],[0,1],[1,2],[0,2],[1,0],[0,1],[0,7],[-2,-1],[0,1],[-1,1],[-1,-1],[0,-1],[-1,-1],[0,1],[-1,7],[-2,4],[0,2],[-1,3],[0,1],[0,1],[1,0],[1,0],[3,-2],[1,0],[0,2],[-1,0],[-1,1],[-1,2],[-1,1],[0,-1],[0,2],[0,1],[1,2],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[2,4],[1,0],[2,-2],[1,-4],[-1,-3],[-2,-3],[-1,-3]],[[744,6331],[0,-2],[1,-1],[-1,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,1],[-2,3],[-1,2],[0,2],[1,1],[0,1],[-1,0],[0,1],[1,0],[1,1],[0,-1]],[[721,6320],[1,-5],[0,-3],[0,-3],[-2,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,2],[-1,0],[-1,1],[-3,8],[-1,2],[1,3],[0,2],[1,1],[1,-1],[0,-1],[3,-5],[2,-4],[0,-2]],[[735,6326],[-1,0],[-1,1],[-1,1],[0,2],[0,2],[1,1],[2,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-2]],[[728,6326],[1,0],[-1,3],[1,0],[3,-2],[1,-2],[1,-2],[-2,-2],[0,-1],[-1,-2],[1,0],[0,1],[0,-1],[-1,-2],[0,-3],[0,-4],[-1,-6],[1,-2],[0,-2],[0,-1],[1,-1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,5],[1,5],[0,2],[1,-1],[1,-1],[0,-2],[1,-1],[0,1],[0,2],[1,4],[0,2],[1,-1],[0,-1],[1,-2],[0,2],[0,3],[0,2],[-1,1],[1,3],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[0,-2],[1,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[1,1],[0,2],[0,-1],[0,-1],[1,-1],[-1,-4],[-3,-4],[-1,-3],[-1,-4],[0,-3],[0,-1],[1,1],[0,2],[1,2],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[-1,-2],[1,0],[1,4],[1,1],[0,-2],[-1,-3],[0,-3],[0,-2],[0,-1],[3,3],[5,-1],[0,-1],[0,-1],[-1,-2],[-2,-8],[0,-2],[-1,-2],[0,-1],[-1,-3],[0,-3],[0,-3],[0,-2],[-1,-1],[-1,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,2],[1,2],[-1,1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,0],[0,2],[-1,0],[0,-1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,-2],[-1,0],[0,1],[-1,3],[0,1],[-1,1],[-1,-1],[-1,0],[0,2],[-1,0],[-1,-1],[0,1],[-1,1],[-1,-1],[0,-1],[2,-1],[0,-2],[-1,-1],[-2,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[1,0],[0,3],[1,1],[4,3],[1,-1],[2,-6],[3,-3],[0,-3],[0,-1],[1,-1],[-1,-1],[0,-2],[-1,-2],[0,-3],[0,-3],[-1,-2],[-1,-1],[0,4],[-2,-2],[-1,-2],[0,-1],[-1,1],[0,3],[-1,1],[0,2],[1,3],[0,1],[0,1],[-1,0],[0,-2],[-2,-1],[-1,1],[0,1],[-1,-3],[-1,-1],[-1,0],[-1,0],[0,1],[0,3],[0,1],[-1,0],[0,-2],[0,-1],[1,-2],[-1,-1],[0,-1],[3,-2],[1,2],[1,-1],[1,-3],[0,-3],[-2,-5],[-1,-1],[-3,2],[-1,-1],[0,1],[-1,1],[-1,-2],[0,-1],[-1,-3],[0,-1],[0,1],[-1,2],[-1,0],[1,-2],[0,-1],[0,-1],[-1,-5],[-1,-1],[0,-2],[0,-1],[-1,1],[0,3],[0,2],[0,2],[-1,1],[-1,-1],[0,-1],[1,1],[0,-1],[0,-4],[0,-2],[0,-1],[0,-2],[0,-1],[0,-4],[-1,1],[-5,-2],[-1,-2],[0,-1],[4,1],[1,0],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-2],[2,-1],[1,-1],[0,-1],[-1,-4],[-1,0],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,2],[-1,2],[-1,-9],[0,-4],[-1,2],[0,-3],[0,-1],[2,2],[0,-2],[0,-1],[0,-1],[-2,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-3],[-1,-2],[-1,-3],[-1,-4],[0,-1],[-1,-1],[-1,1],[-1,1],[0,1],[-1,-1],[-1,-2],[-1,1],[0,1],[1,1],[0,2],[0,2],[2,8],[1,4],[1,3],[0,2],[1,1],[2,3],[2,5],[1,4],[0,1],[-2,-4],[0,-1],[-1,1],[1,4],[0,2],[0,1],[-1,-2],[0,-3],[0,-2],[-1,-1],[0,-1],[-2,0],[0,3],[0,2],[1,2],[0,4],[1,4],[0,1],[1,1],[1,3],[1,0],[0,1],[0,1],[0,1],[1,1],[1,0],[0,1],[-1,3],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,-1],[-3,-8],[-1,-4],[-1,-6],[-1,-3],[0,-1],[-1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,4],[4,8],[-4,1],[0,1],[-1,2],[-1,0],[-2,1],[-2,-1],[-2,0],[-1,-2],[0,-1],[-2,0],[0,-2],[0,-3],[1,-3],[0,-2],[1,-1],[1,0],[0,1],[1,2],[1,4],[0,2],[1,1],[4,1],[1,-2],[0,-2],[-1,-3],[0,-5],[-1,-3],[0,-2],[0,-2],[0,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,1],[0,-3],[0,2],[0,1],[0,1],[-1,0],[0,-6],[0,-1],[1,1],[0,2],[1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[0,2],[0,4],[0,3],[-1,1],[-1,5],[-1,2],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[0,4],[0,4],[0,3],[0,5],[0,6],[0,3],[-1,3],[-1,5],[0,3],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,-1],[-1,-1],[-1,3],[1,0],[0,1],[0,1],[0,2],[0,1],[-1,2],[0,1],[1,2],[0,-1],[1,-1],[1,-1],[0,1],[-1,1],[0,1],[0,1],[1,2],[0,2],[0,3],[-1,2],[1,4],[1,1],[1,1],[-1,1],[0,3],[1,3],[0,1],[1,2],[1,1],[0,-1],[1,-3],[0,2],[0,6],[0,1],[2,0],[1,-2],[0,1],[-1,2],[1,4],[1,2],[0,1],[1,2],[1,0],[1,0],[0,1],[0,2],[1,1],[1,0],[1,-2],[0,-1],[3,0],[1,-1],[0,-3],[1,-8],[-1,-2],[-3,-2],[2,-1],[2,2],[1,-2],[1,-4],[0,-11],[1,-4],[0,-1],[1,-2],[0,-1],[2,-8],[0,-3],[4,-5],[-1,2],[0,2],[-1,2],[-1,1],[-1,3],[0,3],[0,3],[-1,2],[0,1],[0,2],[-1,10],[1,3],[0,2],[-1,5],[0,1],[0,3],[0,1],[0,-1],[1,-1],[0,-2],[1,-2],[2,-1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-3,9],[0,3],[1,2],[1,0],[4,-3],[0,-2],[1,-4],[0,1],[1,-1],[0,1],[0,2],[0,1],[-1,2],[0,1],[-2,5],[-2,2],[-3,1],[-1,1],[0,3],[-1,7],[1,5],[0,4],[2,5],[1,0],[0,1],[1,2],[1,1],[1,-1],[0,-1],[1,1],[0,-1],[1,-3],[0,-2],[1,-1],[0,-1],[1,-3],[0,-3],[0,-3],[0,-6],[0,-5],[1,-6],[0,-5],[0,2],[0,8],[0,4],[1,-3],[1,-1],[0,1],[0,2],[-1,2],[-1,2],[0,3],[1,1],[1,1],[1,-1],[0,-3],[0,-2],[1,-3],[0,-1],[1,1],[0,2],[0,3],[0,1],[-1,1],[0,2],[-1,0],[0,1],[0,1],[-1,0],[0,2],[-1,2],[0,3],[1,1],[3,-5],[1,-2],[2,-1],[0,-1],[0,-2],[0,-3],[0,-3],[1,-1],[0,-1],[0,-1],[0,3],[0,3],[0,8],[0,8],[0,1],[-1,3],[0,2],[1,-1],[1,-4],[2,-4],[1,-2],[0,1],[0,1],[-1,2],[0,1],[0,1],[-1,2],[0,2],[-1,2],[-1,6],[-1,1],[-1,2],[-1,2],[0,1],[0,2],[0,1],[1,0],[0,-1],[1,-1],[2,-4],[1,-1],[1,-2],[1,-1],[1,-2]],[[1192,6339],[1,-1],[-1,-2],[-1,-1],[0,-4],[0,-4],[0,-5],[-1,-5],[-1,-3],[0,3],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,2],[1,2],[-1,1],[-1,1],[0,1],[1,1],[0,1],[0,3],[0,1],[1,3],[0,1],[1,1],[0,-1],[1,-3],[2,-6],[0,-2]],[[723,6351],[0,-1],[2,1],[0,-1],[1,-2],[0,-1],[0,-1],[1,-3],[0,-1],[1,-1],[3,-5],[0,-1],[-1,1],[-1,-2],[-1,0],[0,1],[-2,3],[-1,0],[-1,3],[-1,0],[-1,1],[0,5],[-1,2],[-1,0],[1,-4],[0,-1],[-2,-1],[-1,1],[-1,2],[2,9],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,-4],[1,-2]],[[760,6362],[-1,1],[0,2],[0,2],[1,7],[1,1],[1,-3],[0,-5],[-1,-2],[0,-2],[-1,-1]],[[1210,6370],[1,-1],[0,1],[1,0],[0,-1],[1,-2],[0,-1],[1,0],[1,-1],[-1,-1],[1,-1],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-1],[0,-3],[-1,-3],[-1,-1],[-2,1],[-2,-1],[1,-3],[1,2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-3,1],[-1,-1],[0,-2],[2,-1],[1,-1],[0,-3],[1,0],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[1,1],[0,2],[1,7],[3,3],[0,2],[0,2],[-1,1],[0,2],[1,0],[0,2],[1,0],[1,-1],[1,-2],[-1,-2],[1,-1],[1,1],[1,0],[1,-2],[1,0],[1,1],[1,0],[0,-2],[0,-1],[0,-1],[3,-3],[2,-4],[0,-7],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-2],[1,-2],[-1,1],[-3,7],[-1,3],[-1,0],[0,1],[-2,3],[0,-1],[1,-3],[0,-3],[1,-2],[1,-1],[1,-1],[1,-1],[0,-3],[1,-1],[0,1],[0,-2],[1,-2],[1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-5,0],[-1,2],[-5,10],[-1,1],[-1,0],[0,1],[0,2],[-6,6],[-4,8],[0,1],[-1,0],[0,-1],[1,-2],[1,-2],[0,-2],[1,-2],[5,-6],[0,-1],[1,-1],[1,-1],[0,-2],[0,-2],[0,-1],[1,-1],[3,-3],[0,-1],[2,-5],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,1],[1,0],[1,0],[1,-2],[0,-1],[1,2],[0,1],[2,1],[1,2],[0,1],[1,0],[0,-1],[1,2],[1,0],[1,0],[0,-1],[0,-3],[1,-4],[0,-3],[0,-2],[0,-3],[1,-7],[0,-3],[0,-2],[0,-3],[0,-3],[0,-1],[0,-1],[1,-3],[0,-1],[-1,1],[-1,-1],[1,-3],[-1,-1],[-1,-1],[-3,1],[-1,1],[-3,7],[-4,10],[-4,7],[-2,2],[-1,4],[-1,1],[-1,4],[-4,7],[-1,1],[0,-1],[1,-2],[0,-1],[0,-1],[1,0],[1,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-2],[-2,-1],[0,-1],[-1,-3],[2,2],[1,-1],[2,-4],[0,-1],[1,-1],[0,-2],[1,-2],[0,-1],[-2,1],[0,-1],[-1,-3],[2,2],[1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-2],[-1,-2],[0,-1],[-2,0],[1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[0,-2],[0,-1],[1,0],[0,-1],[-1,0],[0,-3],[-1,0],[-3,3],[-1,1],[0,3],[0,2],[-1,1],[-1,3],[-1,1],[0,1],[0,2],[0,2],[-1,3],[0,1],[1,-1],[2,-4],[1,-5],[1,-2],[1,-1],[-1,5],[-1,3],[-5,13],[-1,4],[0,1],[1,0],[0,-2],[0,-1],[1,0],[0,2],[0,1],[1,0],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,1],[0,1],[0,1],[-1,-1],[0,-3],[-1,2],[0,2],[0,2],[1,1],[0,2],[0,1],[-3,9],[0,2],[0,3],[-1,1],[0,-2],[-1,0],[0,1],[-1,3],[-1,2],[0,1],[0,1],[0,1],[-1,0],[0,-3],[-1,1],[0,1],[1,3],[0,5],[1,4],[0,2],[0,1],[0,3],[0,1],[0,2],[0,1],[0,1],[1,1],[1,-2],[3,-12],[3,-7],[1,-1],[-1,3],[-2,6],[-2,9],[-1,1],[0,1],[-1,4],[-1,4],[-3,6],[0,4],[0,2],[1,2],[0,1],[1,0],[1,-1],[1,-3],[0,-1],[0,2],[0,1],[0,1],[0,2],[-1,5],[-1,2],[0,4],[2,-1],[0,1],[1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[1,-2],[1,-2],[0,-2],[-1,-5],[1,0],[0,-3],[2,-1],[-1,3],[-1,2],[0,1],[0,3],[0,2],[0,1],[0,1],[0,2],[0,2],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,-2],[2,-6],[1,-1],[0,2],[0,3],[0,1],[0,2],[1,2],[3,6],[1,1],[1,-1],[1,-6]],[[1200,6376],[-1,-2],[-1,1],[0,3],[1,3],[2,2],[0,-4],[-1,-3]],[[732,6385],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,1],[-1,1],[-2,1],[0,1],[-1,2],[0,2],[1,0],[1,-1]],[[1247,6376],[3,-7],[0,-4],[-5,4],[-2,0],[-1,2],[-1,0],[-1,1],[-1,4],[0,3],[0,3],[0,1],[1,1],[1,1],[0,1],[1,1],[2,-2],[1,-3],[2,-6]],[[1215,6385],[-2,-1],[-2,1],[-1,2],[0,4],[2,1],[2,-1],[1,-6]],[[1232,6391],[1,0],[0,-1],[1,-2],[0,-1],[1,-2],[0,-3],[0,-2],[1,-1],[0,-1],[1,-6],[0,-1],[1,-1],[0,-1],[0,-2],[0,-5],[0,-1],[3,0],[1,2],[2,0],[1,-1],[2,-3],[1,-1],[4,3],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,1],[-1,0],[0,-2],[1,-1],[0,-4],[2,-8],[0,-4],[2,-5],[1,-3],[0,-9],[1,-5],[1,-4],[1,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[0,-4],[0,-3],[1,-2],[1,-7],[0,-3],[0,-2],[-1,1],[0,2],[0,3],[-1,3],[-2,8],[0,1],[-1,2],[0,2],[0,1],[0,1],[0,2],[0,1],[-1,6],[0,2],[-1,2],[-1,2],[0,3],[-1,2],[0,8],[0,3],[-1,3],[0,3],[-2,4],[0,1],[1,-1],[0,-1],[1,-4],[0,3],[-1,4],[-1,4],[-1,1],[0,1],[-1,2],[0,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-2],[0,-3],[0,2],[-1,0],[0,-1],[1,-3],[1,-3],[0,-3],[-1,1],[-1,3],[0,-3],[0,-4],[1,-2],[0,-4],[0,-3],[0,-2],[0,-3],[0,-2],[0,-2],[1,5],[1,-3],[4,-21],[0,-2],[0,-1],[-1,-2],[1,-2],[1,1],[1,-1],[1,-2],[0,-1],[0,-1],[1,-4],[0,-5],[0,-2],[0,-5],[2,-5],[0,-2],[0,-1],[-1,2],[0,2],[0,1],[-1,0],[0,-2],[0,-1],[0,1],[-1,1],[-2,2],[-1,1],[0,1],[-1,0],[0,-2],[1,-1],[0,-1],[0,-1],[-1,0],[1,-2],[1,0],[1,-2],[0,-5],[1,2],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-3],[0,-1],[-1,0],[0,-2],[-1,-3],[0,-1],[-1,1],[-2,4],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[1,-1],[-1,-2],[0,1],[0,2],[0,1],[-1,2],[0,1],[-1,2],[1,-5],[0,-4],[-1,-2],[1,-1],[0,-1],[0,1],[1,-1],[1,-3],[-1,-3],[-1,1],[0,-1],[0,-6],[-1,-2],[0,-1],[0,-2],[-1,0],[0,-1],[-1,0],[0,1],[-1,-1],[0,-2],[0,-3],[0,-1],[-1,0],[0,-2],[-1,0],[0,1],[0,1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-2,-2],[-1,-1],[0,-4],[-1,-1],[-2,0],[-1,-3],[0,6],[0,3],[-1,6],[1,2],[0,2],[0,2],[0,3],[-1,2],[0,1],[0,2],[0,2],[0,1],[2,-2],[1,0],[1,3],[-1,1],[-1,0],[0,2],[-1,1],[0,1],[1,2],[0,3],[1,1],[2,0],[0,1],[-1,3],[-1,0],[-1,1],[0,1],[0,2],[0,3],[0,2],[1,0],[0,-1],[0,-2],[3,-3],[2,-3],[1,-1],[0,2],[-1,1],[-1,2],[0,1],[1,0],[0,1],[1,1],[0,1],[-1,1],[-2,-2],[-1,1],[-1,1],[0,4],[-1,4],[0,1],[-1,1],[0,2],[0,1],[0,1],[1,-1],[1,2],[0,1],[1,2],[1,0],[2,3],[-1,1],[-3,-3],[-1,-3],[-1,0],[-1,2],[0,6],[-1,1],[0,1],[-1,3],[0,3],[0,3],[0,5],[0,1],[-1,4],[0,1],[0,4],[0,1],[0,1],[0,2],[0,3],[0,3],[0,6],[0,7],[-1,8],[-1,2],[0,2],[1,1],[-1,2],[0,2],[-1,3],[0,3],[0,2],[2,3],[0,3],[0,2],[0,1],[0,2],[-1,0],[1,2],[0,1],[0,1],[0,1],[0,1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[-1,0],[0,6],[-1,3],[0,1],[-1,0],[0,1],[-1,2],[0,1],[0,3],[1,2],[0,2],[-1,0],[0,1],[-1,2],[0,3],[0,9],[0,4],[0,3],[1,0],[0,-2],[0,-1],[0,-2]],[[739,6405],[0,-2],[1,2],[1,0],[1,-1],[0,-2],[0,-3],[-1,-2],[1,0],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[1,1],[0,1],[1,-1],[0,-1],[0,-1],[-1,-4],[1,0],[1,3],[0,1],[0,1],[0,3],[0,3],[0,2],[0,1],[1,-1],[0,1],[1,1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[1,0],[1,5],[0,1],[1,1],[0,-2],[1,-1],[0,-1],[0,-1],[-2,-9],[0,-6],[0,-4],[1,3],[0,3],[0,3],[0,2],[1,1],[0,-2],[0,-4],[1,2],[0,2],[1,3],[0,3],[0,1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[0,-4],[0,-3],[-1,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-2,-4],[0,3],[-2,3],[-1,2],[0,6],[-1,4],[0,-2],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,-1],[0,-3],[0,-2],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[-1,2],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[1,-2],[0,-2],[1,-1],[-1,0],[-1,0],[0,-3],[0,-1],[-1,0],[0,3],[-1,0],[-1,1],[-1,1],[0,-2],[-1,-3],[-1,-3],[0,2],[0,2],[-1,10],[1,2],[0,2],[-1,0],[0,-2],[0,-2],[-1,-5],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,2],[0,2],[0,-2],[0,-6],[0,-3],[-1,-2],[-4,4],[-2,4],[-1,2],[0,3],[-1,3],[1,1],[-1,1],[-1,-1],[-1,1],[-1,3],[-1,5],[0,2],[1,6],[1,-1],[4,-3],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,-2],[1,0],[0,1],[-3,6],[0,1],[0,1],[-1,1],[-1,0],[0,2],[-1,3],[2,4],[0,1],[1,0],[1,0],[0,-1],[1,-1],[1,-2],[2,1],[1,1],[0,-1],[1,-4],[0,2],[0,2],[0,2],[0,3],[0,2],[0,1],[-1,0],[0,2],[1,0],[0,1],[-1,2],[-2,3],[0,2],[0,1],[1,0],[2,0],[0,4],[0,1],[1,1],[0,-1],[1,-1],[0,-1],[0,-1],[0,2],[0,1],[0,2],[1,2],[0,1],[1,0],[0,-1],[0,-1]],[[743,6407],[-1,-1],[-3,5],[-1,1],[0,2],[0,1],[0,1],[2,1],[0,2],[0,2],[1,2],[1,1],[0,1],[1,2],[1,1],[1,1],[1,1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-4],[0,-1],[0,-2],[-3,-7],[0,-3]],[[526,6430],[0,-1],[0,3],[0,1],[-1,1],[-1,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-2],[0,-1]],[[522,6436],[-1,0],[0,1],[1,5],[0,2],[0,2],[0,-2],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-2],[0,-1]],[[510,6432],[0,-3],[-1,-3],[0,-3],[-1,-3],[-1,-2],[-1,-1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,1],[0,3],[0,1],[0,1],[0,2],[0,2],[0,2],[-1,3],[0,3],[-1,3],[2,-7],[1,5],[0,4],[1,2],[1,2],[1,1],[1,1],[1,0],[1,2],[1,1],[0,1],[1,1],[1,3],[0,1],[1,1],[0,1],[0,-1],[0,-3],[-1,-4],[-1,-7],[-1,-5],[-1,-4]],[[756,6474],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,-1]],[[749,6476],[3,0],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[0,-1],[-1,-2],[-2,-2],[-1,1],[0,1],[1,0],[0,2],[0,2],[0,3],[1,0],[1,-2]],[[766,6497],[-1,0],[-1,1],[0,2],[0,1],[1,0],[0,-1],[1,-1],[0,-2]],[[772,6499],[0,-1],[-1,0],[0,2],[-1,1],[0,1],[1,0],[1,0],[0,-1],[0,-2]],[[762,6505],[0,-2],[-2,0],[-1,0],[0,2],[1,1],[1,1],[1,-2]],[[792,6528],[-1,0],[-1,3],[1,3],[1,2],[0,1],[0,3],[1,1],[1,1],[0,-1],[1,-3],[-1,-7],[-1,-2],[-1,-1]],[[717,6532],[-3,-2],[-1,1],[0,1],[0,2],[0,2],[0,1],[1,1],[0,1],[1,2],[0,1],[2,0],[1,-5],[0,-1],[0,-3],[-1,-1]],[[914,6542],[-1,0],[0,2],[1,4],[1,1],[0,-2],[-1,-3],[0,-2]],[[803,6548],[0,-3],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,5],[0,1],[3,2],[0,1],[1,0],[0,-1],[-1,-1]],[[963,6602],[-1,-1],[2,9],[0,1],[1,1],[2,7],[1,3],[2,4],[2,3],[1,1],[0,-2],[0,-1],[-1,0],[-3,-9],[-1,0],[0,-1],[-1,-2],[0,-1],[-3,-11],[-1,-1]],[[868,6633],[-3,-9],[-1,-2],[0,-2],[-1,0],[-2,0],[0,1],[1,0],[1,2],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,-1],[0,-2],[1,0],[1,3],[0,1],[2,4],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1]],[[868,6622],[-1,-1],[-1,1],[1,2],[0,4],[2,4],[2,6],[0,1],[0,1],[1,0],[0,-1],[1,-1],[-1,-2],[0,-3],[-1,-4],[0,-2],[-2,-3],[-1,-2]],[[869,6647],[0,-1],[1,0],[1,-2],[-1,-2],[0,-1],[-1,-2],[-2,0],[-1,-1],[0,-2],[1,0],[-2,-5],[-1,-2],[0,1],[0,3],[1,3],[0,4],[1,2],[1,2],[1,1],[0,1],[0,4],[1,1],[0,-2],[0,-2]],[[741,6644],[-1,0],[-1,3],[0,3],[-1,1],[0,2],[1,1],[1,-1],[0,-2],[0,-1],[1,-2],[0,-4]],[[865,6648],[0,-3],[0,-2],[0,-3],[-1,-1],[0,-1],[0,-1],[-1,-3],[-3,-3],[0,1],[-1,1],[1,1],[1,0],[1,1],[0,1],[-3,0],[0,1],[1,1],[2,1],[0,2],[-2,0],[0,1],[0,1],[4,7],[0,-3],[1,1],[0,2],[0,1],[1,4],[0,2],[0,-2],[0,-2],[-1,-5]],[[882,6662],[0,-1],[0,2],[0,2],[0,1],[0,1],[1,1],[2,4],[1,0],[0,-2],[0,-2],[-1,-2],[-3,-4]],[[892,6680],[0,-1],[3,0],[0,-3],[-3,-6],[1,-1],[5,5],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-5],[-1,-4],[-6,-14],[-3,-10],[-1,-6],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-3],[-1,1],[-1,-2],[-1,-3],[0,-1],[0,-1],[1,-2],[0,-3],[-1,-3],[0,-2],[-1,-1],[-2,2],[-1,-1],[-1,-6],[-1,-1],[-1,1],[-2,-3],[-1,-2],[-1,-1],[0,1],[-1,1],[0,1],[0,1],[1,4],[0,3],[1,2],[1,1],[1,2],[1,2],[-1,1],[-1,0],[0,2],[1,3],[1,1],[1,2],[1,1],[0,1],[-1,1],[0,2],[0,1],[5,8],[0,1],[3,6],[1,4],[0,4],[0,1],[1,1],[0,1],[1,6],[0,1],[1,0],[0,-1],[1,0],[0,2],[1,0],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,1],[0,3],[1,2],[1,1],[1,-1],[-1,-2],[0,-1]],[[867,6673],[0,-1],[-1,-2],[-1,1],[-1,2],[0,-1],[0,5],[2,5],[1,3],[1,-2],[0,-1],[-1,-4],[0,-1],[0,-4]],[[948,6675],[0,-1],[-1,-1],[0,2],[-1,0],[0,-1],[-1,0],[-1,3],[-1,0],[0,1],[3,6],[2,4],[1,1],[0,-2],[-1,-2],[0,-3],[0,-2],[0,-5]],[[363,6685],[1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[2,1],[1,2],[0,1],[2,0],[1,-1],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-2],[1,-3],[-1,-4],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-4],[1,0],[0,-1],[0,-3],[1,-1],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[0,2],[1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,0],[0,2],[-1,1],[0,-2],[-3,-4],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,-1],[1,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[-2,-2],[-1,2],[-1,1],[-2,-1],[0,-3],[1,-2],[2,1],[0,-1],[1,-1],[1,-3],[0,-2],[-1,-2],[-1,-1],[-1,0],[-1,3],[0,2],[-1,2],[-1,1],[0,2],[-1,1],[-2,3],[-1,0],[-1,0],[-1,-1],[0,2],[-1,-1],[-2,0],[0,1],[-2,3],[0,1],[-1,0],[-1,1],[-1,4],[-6,10],[0,1],[0,1],[0,1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,2],[0,1],[-1,1],[-1,3],[0,3],[-1,3],[0,-3],[-1,0],[-1,2],[0,4],[0,2],[0,1],[0,2],[-3,8],[0,3],[0,-1],[1,0],[2,2],[0,1],[1,1],[1,-1],[0,-1],[3,1],[8,-3],[1,1],[1,6],[0,1],[0,1],[0,2],[0,1],[1,2],[1,0],[2,3],[2,-2],[0,2],[0,3],[1,2],[2,4],[1,-1],[1,-3],[0,-1],[0,-1],[1,0],[2,5],[3,3],[0,-3],[0,-1],[1,1],[0,1],[0,2],[0,2],[0,3],[1,-1],[0,-1],[0,-1],[0,-1],[0,-3]],[[908,6696],[3,0],[1,0],[0,1],[1,1],[0,-1],[0,-3],[0,-4],[0,-2],[1,0],[3,3],[2,1],[1,0],[0,-2],[-2,-2],[0,-1],[3,1],[0,-1],[0,-1],[-3,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,-1],[-4,-7],[-2,-6],[-1,-1],[0,-1],[-1,0],[-1,2],[0,2],[-1,2],[1,3],[5,8],[-1,1],[-1,-1],[-1,1],[0,1],[-1,-1],[-1,-2],[1,0],[-1,-2],[-1,2],[-1,4],[1,6],[1,1],[0,2],[0,1],[1,2],[0,2],[1,1],[2,0],[0,-1],[-1,-1],[0,-1]],[[876,6702],[0,-5],[1,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,0],[-1,-3],[-1,-1],[1,-2],[1,1],[0,1],[1,-1],[0,-2],[-1,-4],[-1,-7],[-1,-6],[0,-1],[1,0],[-1,-5],[0,-4],[-1,-2],[-1,-1],[0,3],[-1,-1],[0,1],[1,7],[0,1],[0,-2],[-1,-1],[-1,1],[-1,1],[0,2],[1,1],[0,2],[0,1],[-1,1],[0,1],[1,0],[2,1],[1,2],[0,4],[-2,-2],[-1,0],[0,1],[0,1],[1,1],[1,-1],[0,1],[-1,3],[-1,1],[1,1],[1,0],[1,2],[0,2],[-1,-2],[-1,0],[1,7],[0,4],[1,2],[0,-5],[0,-1],[0,-2],[1,1],[1,2],[-1,3],[0,3],[1,2]],[[755,6679],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,2],[0,2],[0,2],[0,3],[0,3],[1,1],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-2],[0,-3],[0,-2],[-2,-4]],[[184,6685],[1,0],[3,2],[0,-1],[3,-7],[0,-1],[2,-3],[0,-1],[-1,-1],[-1,0],[0,2],[-2,3],[-1,1],[-1,-1],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[-2,3],[0,1],[-1,0],[0,1],[0,1],[-1,2],[0,2],[-1,1],[-6,12],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[0,1],[1,4],[1,1],[1,-3],[-1,-2],[0,-4],[1,-3],[0,-1],[1,-1],[1,-5],[8,-13]],[[921,6698],[-6,-4],[-1,2],[0,4],[1,3],[0,1],[5,0],[1,1],[-1,2],[2,3],[3,1],[0,1],[-1,1],[0,1],[3,1],[2,2],[1,3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-6],[-1,-1],[-2,-2],[-1,-2],[-1,-3],[-1,-1]],[[170,6719],[-1,0],[-1,3],[0,1],[0,2],[1,2],[0,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1]],[[884,6730],[1,-4],[0,-1],[1,1],[0,1],[0,1],[1,0],[-1,-4],[0,-2],[-1,0],[0,1],[-1,0],[-1,-2],[-1,0],[1,2],[0,1],[0,1],[-1,0],[0,-1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[2,2],[0,-1],[0,-1]],[[869,6734],[1,-1],[0,2],[0,1],[0,1],[1,-2],[0,-2],[1,-2],[0,-2],[0,-1],[-2,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,2],[-2,7],[1,1],[0,-1],[1,-1],[0,-1],[0,3],[-1,2],[1,1],[0,-1],[0,-1],[0,-2]],[[865,6725],[-1,-2],[-1,0],[0,2],[-1,2],[-1,4],[0,4],[1,2],[0,1],[0,1],[1,1],[1,-1],[0,-1],[1,-2],[0,-2],[-1,-1],[0,-1],[1,0],[0,-2],[0,-3],[0,-2]],[[903,6747],[-1,-2],[-1,1],[0,1],[-1,4],[1,2],[1,0],[0,2],[0,1],[1,-1],[0,-2],[1,-2],[-1,-2],[0,-2]],[[892,6761],[0,-1],[0,-1],[0,-1],[-1,-2],[1,0],[0,1],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[1,0],[-1,-1],[0,-1],[1,1],[0,1],[1,-1],[-1,0],[1,0],[0,-1],[1,3]],[[867,6764],[2,-4],[0,-3],[0,-3],[1,-4],[0,-2],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[-2,-5],[0,-1],[-2,2],[-1,-1],[0,1],[0,2],[0,2],[0,1],[0,2],[0,1],[1,3],[0,2],[1,2],[-1,2],[0,1],[2,1]],[[806,6792],[-1,0],[-1,1],[1,0],[0,2],[0,3],[1,1],[1,0],[0,-2],[-1,-2],[0,-3]],[[368,6924],[0,-2],[-1,1],[0,-1],[-1,0],[0,1],[0,2],[0,3],[1,1],[0,1],[0,-2],[0,-2],[0,-1],[1,-1]],[[406,7072],[-1,0],[0,2],[0,1],[1,0],[0,-1],[0,-2]],[[261,7072],[0,-1],[-2,8],[-1,3],[-1,4],[1,-5],[2,-6],[1,-2],[0,-1]],[[268,7120],[2,-1],[-1,0],[-1,1],[0,1],[0,-1]],[[244,7110],[2,-10],[-2,8],[-2,5],[-7,10],[6,-7],[3,-6]],[[226,7130],[7,-5],[-5,3],[-3,0],[0,1],[1,1]],[[224,7154],[-2,1],[1,0],[1,-1]],[[467,7156],[1,-3],[0,-1],[0,-1],[-1,-1],[1,-3],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[-3,-2],[-4,0],[0,1],[-1,1],[-1,1],[1,6],[0,1],[1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[2,-1],[1,1],[0,2],[1,0],[1,-1],[0,-2]],[[208,7182],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[1,-1],[4,-5],[2,-2],[-1,0],[-1,1],[-1,0],[-1,-3],[0,-2],[1,-1],[0,-1],[4,1],[1,1],[0,1],[-1,1],[-1,0],[6,-3],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[4,2],[-1,-1],[0,-1],[2,-1],[1,2],[1,3],[2,2],[2,4],[1,4],[1,1],[0,-2],[1,0],[3,5],[1,0],[1,0],[1,-1],[0,-1],[1,2],[1,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,-4],[1,-1],[2,-2],[0,-1],[1,-3],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[-1,-2],[0,-3],[-1,-2],[1,1],[0,1],[3,-1],[2,-3],[1,-2],[3,0],[-1,-1],[-1,0],[-1,-1],[2,-1],[3,1],[2,-3],[0,-2],[1,-4],[0,-2],[1,-2],[1,-1],[1,0],[1,2],[-1,1],[4,0],[0,-1],[1,-1],[2,-7],[2,-1],[1,1],[1,2],[-1,2],[-1,1],[-3,1],[0,1],[5,-1],[1,1],[1,-1],[1,-1],[7,-4],[0,-1],[0,-1],[-1,-2],[0,-3],[0,-4],[-1,-6],[-1,-4],[-1,-1],[-3,1],[-1,1],[-1,1],[-1,1],[-6,-1],[-2,-2],[2,2],[2,1],[1,1],[1,2],[-4,-2],[-2,-3],[-2,-3],[0,-2],[0,-1],[-1,-3],[-1,-2],[-1,-1],[0,-2],[-1,-1],[0,-3],[-1,-1],[0,-3],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-3],[-1,-1],[-1,2],[-1,1],[0,2],[0,1],[0,2],[-1,2],[1,0],[1,1],[0,2],[0,4],[-1,0],[0,1],[-1,4],[-1,4],[-2,3],[-3,3],[0,-1],[-1,1],[0,2],[-1,1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[0,-1],[-1,-2],[-1,0],[-2,1],[-1,1],[1,1],[0,1],[1,1],[0,1],[0,4],[0,1],[-1,2],[0,1],[0,1],[-1,0],[-1,2],[-3,5],[-1,3],[-4,6],[-2,0],[0,1],[0,1],[0,1],[-3,0],[-1,1],[0,3],[0,1],[-1,0],[0,1],[-6,-3],[0,-1],[-2,0],[0,-1],[0,-2],[-1,-2],[-2,-1],[-1,-2],[0,-3],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-4,2],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-2,1],[-1,1],[0,3],[-2,7],[0,1],[0,3],[-1,2],[0,2],[0,2],[0,2],[0,1],[1,0],[-1,1],[0,2],[0,4],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[1,2],[0,2],[0,2],[0,2],[1,5],[0,2],[-1,2],[0,1],[0,2],[0,1],[1,1],[0,-1],[1,0],[0,1]],[[309,7351],[-1,0],[0,1],[0,2],[1,1],[1,-1],[0,-1],[-1,-2]],[[285,7466],[0,-1],[-1,1],[0,1],[0,2],[1,0],[0,-1],[0,-2]],[[315,7465],[0,1],[0,1],[0,1],[2,2],[1,1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1]],[[320,7471],[0,-1],[-1,-5],[-1,0],[0,1],[0,2],[0,1],[0,2],[1,1],[1,1],[3,3],[-1,-1],[-2,-2],[0,-2]],[[332,7490],[0,1],[10,17],[0,1],[1,0],[-1,-2],[-3,-6],[-1,-2],[-3,-3],[0,-2],[-1,-1],[-2,-3]],[[346,7513],[-2,-2],[0,1],[1,1],[12,18],[1,1],[3,2],[-1,-2],[-1,-1],[0,-1],[-2,0],[-2,-4],[-2,-2],[-1,-2],[-1,-1],[-1,-3],[-3,-3],[-1,-2]],[[363,7536],[-1,-1],[0,1],[0,1],[1,2],[1,1],[1,1],[0,-1],[-2,-2],[0,-2]],[[367,7542],[-1,-1],[0,1],[1,2],[0,1],[3,4],[1,2],[0,-1],[-1,-3],[-1,-1],[-1,-3],[-1,-1]],[[380,7563],[0,-1],[-1,-1],[-2,-3],[-1,0],[0,-1],[-1,-2],[-1,1],[1,1],[5,6]],[[380,7563],[1,0],[1,1],[-2,-1]],[[384,7567],[-1,-1],[0,-1],[-1,0],[2,2]],[[387,7568],[-2,-1],[8,8],[8,8],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-4,-4],[-1,0],[-1,-1],[-1,-2],[-2,-2]],[[445,8023],[0,-12],[0,4],[-1,4],[0,1],[1,10],[0,6],[0,3],[1,1],[-1,-2],[0,-4],[0,-5],[0,-4],[0,-2]],[[1052,8043],[0,-1],[-1,1],[-2,3],[-3,6],[-1,1],[-2,3],[-2,1],[-1,2],[-1,0],[-1,2],[2,-1],[8,-9],[3,-5],[0,-1],[1,-2]],[[447,8047],[-1,-4],[2,15],[1,4],[1,3],[4,12],[-1,-5],[-4,-10],[0,-5],[-2,-10]],[[457,8083],[-2,-4],[2,7],[1,4],[1,3],[1,3],[1,2],[1,2],[-1,-4],[-2,-5],[-1,-5],[-1,-3]],[[463,8103],[-1,-1],[2,8],[0,2],[5,10],[4,4],[-5,-8],[-4,-9],[-1,-2],[0,-4]],[[481,8138],[9,-4],[-8,2],[-2,0],[-2,-4],[0,1],[1,3],[2,2]],[[833,8167],[7,-9],[1,0],[0,1],[1,0],[1,0],[2,-4],[-3,3],[-1,-1],[-1,-1],[-1,1],[-5,8],[-1,1],[-2,0],[1,1],[1,0]],[[1369,6031],[-1,-1],[0,-4],[-2,-7],[-1,-2],[0,-2],[0,-4],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-2],[1,-2],[0,-1],[0,-2],[1,-4],[-1,-2],[0,-3],[0,-5],[0,-1],[0,-1],[0,-3],[1,-6],[0,-4],[0,-1],[1,-4],[0,-2],[1,-3],[0,-7],[0,-3],[0,-2],[1,-7],[-1,-2],[0,-2],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-3],[0,-2],[-1,-2],[0,-3],[0,-6],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,-3],[0,-2],[-1,-3],[0,-2],[-1,-5],[-1,-1],[-1,-2],[-2,-6],[-2,-5],[-1,-1],[0,2],[1,4],[0,1],[0,1],[0,-1],[-1,-2],[-2,-9],[0,-1],[0,-1],[-1,1],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,3],[-1,2],[0,3],[0,3],[0,2],[0,2],[0,3],[0,1],[0,2],[-1,1],[0,1],[0,-2],[0,-10],[0,-3],[0,-2],[1,-2],[0,-2],[-1,-1],[-1,1],[0,-4],[0,-3],[-1,-2],[-1,1],[-2,4],[0,3],[0,4],[0,1],[0,4],[0,2],[-1,2],[0,2],[1,0],[0,2],[0,3],[-1,1],[0,2],[0,2],[-1,0],[0,1],[0,1],[0,2],[1,3],[0,3],[1,2],[1,1],[1,3],[1,0],[0,-2],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,4],[0,1],[1,3],[1,5],[2,8],[3,12],[0,3],[-1,-1],[0,-1],[-1,-1],[0,-3],[-1,-1],[0,-8],[-1,-4],[-2,-3],[0,-2],[-2,-10],[-1,0],[0,2],[0,4],[-1,1],[0,-1],[-1,-1],[-1,-3],[0,-1],[-2,-3],[-1,0],[0,2],[-1,2],[0,2],[-1,3],[0,6],[1,2],[1,6],[1,2],[0,1],[1,4],[0,1],[1,0],[1,-1],[6,0],[1,1],[-1,3],[-1,2],[1,1],[0,2],[-1,0],[-1,-4],[0,-1],[-3,-2],[-1,2],[0,4],[-1,16],[1,12],[0,2],[0,11],[0,2],[-1,4],[0,2],[0,2],[0,1],[0,1],[0,1],[0,2],[0,3],[-1,3],[-1,2],[1,3],[0,1],[0,1],[-1,-2],[-1,1],[0,1],[0,2],[-2,7],[0,2],[-2,4],[1,1],[0,1],[-1,0],[0,1],[-1,2],[0,2],[0,1],[0,2],[1,4],[3,6],[-1,0],[0,2],[2,6],[-2,-2],[0,-2],[-1,-2],[0,-3],[-1,-1],[0,-1],[-1,-3],[-3,-4],[0,-1],[-1,-1],[0,-2],[-1,1],[-1,3],[0,3],[-1,-2],[-1,-1],[0,-1],[-1,1],[-2,-6],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-1,0],[0,-2],[-1,-1],[-1,0],[0,-1],[2,-4],[2,-1],[0,-1],[0,-3],[0,-4],[-1,-2],[0,-2],[0,-2],[-1,0],[-1,0],[1,-4],[0,-5],[0,-3],[-2,-4],[1,0],[0,-2],[0,-1],[-4,10],[0,-1],[1,-4],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[-3,7],[-1,4],[-1,4],[-1,12],[0,2],[0,1],[-1,3],[0,2],[0,1],[1,0],[1,-4],[1,-2],[-1,5],[0,3],[0,3],[1,1],[2,0],[1,0],[0,2],[0,2],[-1,2],[0,3],[1,2],[0,2],[0,3],[0,3],[0,2],[0,1],[1,1],[1,0],[1,0],[0,2],[0,3],[0,2],[-1,9],[0,13],[1,1],[1,3],[3,1],[3,0],[3,-2],[1,1],[0,4],[1,1],[1,0],[-1,1],[-1,0],[-1,-3],[-1,0],[-1,0],[-1,1],[-5,1],[-1,2],[-2,9],[0,2],[0,7],[0,1],[-1,0],[-1,2],[-1,1],[0,-1],[-1,-1],[-1,3],[0,-2],[-1,7],[0,4],[0,3],[-1,1],[-2,2],[0,1],[-1,3],[0,1],[0,1],[0,2],[0,4],[0,4],[1,5],[-1,0],[-1,-2],[-2,-3],[-1,0],[-1,3],[-1,1],[0,1],[0,3],[1,2],[0,1],[2,-1],[-1,3],[0,1],[-1,0],[0,1],[1,5],[0,2],[0,1],[2,3],[0,1],[0,2],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[-1,0],[-3,7],[-3,6],[0,2],[0,1],[0,1],[-1,1],[0,1],[-1,4],[-1,0],[0,1],[0,3],[0,1],[-1,2],[0,2],[0,1],[0,1],[1,0],[1,-2],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,4],[-1,9],[0,1],[0,1],[0,1],[0,2],[-1,-2],[0,-1],[-1,-5],[0,-2],[-1,1],[0,2],[-1,0],[-1,0],[0,1],[-2,3],[0,1],[-1,1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[-1,1],[1,1],[0,2],[-1,1],[-1,-3],[1,0],[0,-1],[-1,0],[-1,1],[1,2],[-1,2],[0,-1],[0,-5],[-1,-3],[-1,-1],[-2,3],[-1,3],[-1,0],[0,1],[-1,2],[-1,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,3],[0,3],[-1,1],[0,1],[1,0],[0,2],[0,1],[0,1],[1,0],[5,0],[2,3],[1,1],[0,1],[1,0],[1,1],[1,1],[0,2],[0,3],[-1,-4],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,2],[-1,0],[-2,1],[-1,1],[-1,2],[0,3],[1,2],[0,1],[2,0],[0,1],[0,1],[0,2],[0,2],[-1,-2],[-1,1],[0,-1],[-1,-1],[0,2],[-1,1],[0,5],[-1,2],[0,2],[1,4],[0,1],[0,2],[1,3],[3,1],[1,2],[-1,1],[-2,-1],[-1,0],[0,-2],[-2,-1],[-2,0],[0,1],[-2,6],[0,2],[0,8],[0,2],[1,1],[1,0],[1,1],[0,-2],[1,0],[0,-1],[0,-2],[1,-1],[1,-1],[7,-11],[1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[2,-5],[0,-1],[1,0],[0,1],[0,1],[0,1],[-2,2],[0,2],[-1,4],[-1,3],[0,2],[0,2],[-1,0],[-1,1],[0,3],[-4,4],[-1,4],[0,2],[-2,1],[0,1],[-1,2],[-1,2],[0,4],[0,14],[0,4],[2,-1],[2,0],[0,-1],[2,-2],[1,-1],[0,1],[1,0],[1,-2],[3,-3],[0,1],[0,1],[-2,3],[0,1],[-10,5],[0,-1],[-1,-2],[0,-3],[0,-1],[0,-2],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,-3],[0,-6],[0,-3],[-1,-3],[-1,1],[0,3],[-1,5],[-2,8],[0,1],[0,1],[0,2],[0,1],[-2,3],[2,4],[0,1],[1,0],[0,-1],[0,-2],[1,-2],[0,-1],[1,-1],[0,2],[0,5],[0,2],[1,1],[0,1],[-2,0],[-1,2],[0,5],[1,2],[0,3],[1,2],[0,2],[0,1],[0,1],[1,1],[-1,1],[0,-1],[-2,-2],[0,-1],[1,-1],[0,-2],[-2,-9],[0,-2],[0,-3],[-2,-3],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,5],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,2],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[1,2],[0,2],[0,1],[0,1],[-1,6],[0,3],[0,2],[1,1],[1,1],[0,2],[0,1],[0,1],[0,1],[1,6],[1,2],[3,1],[0,1],[-3,0],[-2,-1],[0,-1],[-1,-1],[0,-2],[0,-6],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-2],[-1,-2],[-1,-3],[0,-2],[0,-3],[0,-2],[1,-1],[0,-2],[0,-2],[-1,-1],[0,-3],[-1,-1],[-1,0],[-1,2],[-6,15],[0,1],[-1,1],[0,2],[0,1],[-2,0],[-1,2],[-1,0],[0,-2],[0,1],[0,2],[-1,2],[0,-1],[-1,-1],[-1,0],[0,1],[-1,3],[0,3],[0,8],[0,2],[-1,2],[0,1],[0,1],[0,1],[-1,2],[-1,2],[0,3],[-1,7],[-2,6],[0,3],[1,-2],[0,-1],[1,1],[0,-1],[0,-1],[0,3],[0,3],[-1,3],[1,6],[0,3],[-1,3],[0,3],[0,-1],[-1,0],[0,1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,2],[-1,9],[-1,3],[0,2],[0,1],[0,6],[0,2],[-1,2],[0,3],[0,4],[0,3],[0,2],[-1,2],[0,2],[0,1],[0,4],[0,4],[0,2],[-1,3],[-1,8],[-1,4],[-1,4],[0,5],[0,6],[0,13],[1,7],[-1,3],[0,-2],[-1,-12],[0,-8],[-1,-3],[0,2],[-1,-1],[-2,2],[-1,0],[1,-1],[1,-3],[1,-2],[1,-4],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-5],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,2],[-1,2],[-1,1],[0,3],[0,4],[0,2],[-1,3],[-1,3],[-2,2],[-1,-1],[1,-2],[1,-5],[1,-2],[0,-4],[1,-2],[1,-2],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-3],[1,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[1,-2],[1,-6],[1,-9],[0,-3],[0,-3],[0,-2],[2,-10],[0,-2],[0,-1],[-1,-1],[-1,-1],[1,-4],[1,-6],[1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-3],[1,-13],[0,-3],[0,-3],[0,-2],[0,1],[-1,0],[0,-1],[0,-5],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-4,5],[-1,4],[-1,5],[0,6],[-1,5],[0,1],[-1,4],[0,4],[0,3],[-1,2],[-1,-3],[1,-3],[1,-2],[0,-2],[0,-4],[0,-1],[-1,-1],[0,1],[-1,2],[-2,4],[-1,1],[0,-1],[-1,-2],[-6,-4],[-1,0],[0,2],[1,4],[0,4],[0,2],[-2,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,-1],[0,3],[0,1],[0,2],[0,3],[0,2],[0,2],[-1,1],[0,1],[0,1],[2,3],[0,1],[-2,0],[0,1],[-1,10],[-1,2],[0,1],[0,1],[0,1],[0,2],[-1,2],[0,2],[-1,1],[0,1],[-1,5],[0,1],[0,2],[3,5],[0,1],[1,2],[0,-3],[5,4],[-1,2],[0,2],[-4,0],[-1,1],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,-5],[-1,-1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[0,3],[0,1],[-1,1],[0,3],[-1,2],[0,3],[0,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,-1],[1,-1],[0,-3],[0,-2],[0,-2],[0,-3],[-1,-2],[-1,-1],[0,-2],[2,1],[1,1],[0,-3],[0,-1],[-1,0],[0,-1],[1,-1],[0,-3],[0,-3],[0,-3],[-1,-4],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-3],[-2,2],[-3,6],[0,1],[2,0],[1,0],[1,2],[-1,0],[-3,1],[-1,-1],[-1,0],[0,1],[-1,4],[0,6],[0,6],[0,3],[0,1],[-1,0],[0,-2],[-1,-6],[-2,8],[-1,5],[0,2],[-1,1],[3,-17],[-1,-2],[0,1],[-1,2],[-1,1],[-1,1],[0,1],[-1,2],[-1,1],[-1,1],[0,3],[-2,3],[0,3],[-2,4],[-1,2],[-1,0],[0,-2],[0,-1],[1,-1],[0,-1],[1,-2],[1,-4],[1,-3],[1,-2],[0,-4],[-1,-1],[-2,0],[-1,-1],[-1,-6],[0,-1],[-1,-1],[-1,-4],[0,-1],[1,0],[1,2],[0,2],[1,4],[1,1],[0,1],[3,0],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,2],[0,2],[1,1],[1,-1],[0,-2],[1,0],[1,-1],[0,-1],[1,0],[1,1],[0,-1],[0,-1],[1,-1],[1,-4],[0,-2],[0,-1],[-1,0],[0,-1],[-1,2],[0,3],[-1,3],[-1,-1],[0,-2],[2,-4],[0,-1],[-1,0],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-1],[0,-2],[1,-1],[-1,3],[0,2],[-1,2],[0,5],[3,-4],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[-2,-5],[-1,-1],[-1,1],[0,-1],[1,-3],[1,0],[1,4],[1,1],[0,-1],[1,-2],[1,-1],[0,1],[-1,2],[0,1],[0,2],[1,0],[0,-1],[1,-1],[0,1],[0,2],[0,1],[0,2],[0,-1],[3,-7],[0,-1],[-1,0],[0,-1],[0,-1],[1,-3],[1,0],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,0],[0,-2],[1,-1],[1,2],[2,0],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-7],[0,-2],[-1,-4],[0,-2],[-1,-1],[-1,0],[-1,-3],[-3,-1],[0,1],[0,2],[0,1],[1,1],[-1,2],[-1,7],[0,-4],[-1,-1],[-1,3],[-2,3],[-1,1],[0,1],[0,2],[0,-1],[0,-1],[0,-2],[0,-4],[0,-1],[-1,0],[-1,-1],[1,0],[0,-1],[0,-1],[1,-2],[1,0],[0,1],[-1,1],[0,3],[1,1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-3],[0,-3],[-1,1],[-1,2],[-2,-1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,2],[-1,0],[0,-1],[-1,-2],[2,-8],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[-1,1],[0,-1],[-1,0],[0,1],[-1,3],[0,3],[0,2],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-2],[-1,1],[0,1],[1,1],[0,1],[0,2],[-1,2],[0,1],[0,1],[-1,-4],[0,-2],[0,1],[0,3],[-1,2],[0,2],[-1,1],[-1,0],[-1,0],[-1,-2],[-1,0],[-1,1],[-1,6],[-2,2],[-1,3],[-1,1],[0,2],[-1,0],[-3,8],[-1,2],[-2,4],[0,1],[-1,0],[-1,1],[1,1],[0,1],[1,0],[1,0],[1,3],[0,1],[1,0],[1,1],[-1,3],[0,1],[-1,0],[0,-2],[-1,-1],[-1,0],[-2,-4],[-1,0],[0,2],[0,3],[-1,3],[-4,11],[-1,3],[0,1],[-1,1],[0,1],[0,1],[0,3],[0,2],[0,6],[-1,5],[-6,15],[-2,3],[-1,2],[0,3],[-2,0],[-1,0],[-1,2],[1,0],[1,0],[0,1],[-2,2],[-3,-1],[-2,3],[2,-1],[1,0],[0,2],[0,2],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[-3,-1],[-1,-2],[-1,0],[-1,0],[0,-1],[0,-1],[1,-2],[-1,2],[-1,3],[-1,2],[-1,1],[-1,3],[-1,2],[-4,6],[-6,7],[0,1],[1,-2],[1,0],[-1,3],[0,1],[-1,0],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-2],[0,-2],[-1,1],[0,2],[-1,1],[-1,0],[-1,2],[-1,2],[-1,2],[2,-2],[1,-3],[1,0],[1,0],[0,2],[-1,2],[0,1],[-1,-1],[-1,0],[-1,0],[-1,3],[0,2],[-1,0],[-1,2],[-8,13],[1,2],[2,-2],[1,1],[0,2],[1,0],[0,2],[0,2],[1,-1],[0,-2],[1,1],[0,1],[0,1],[1,3],[0,1],[0,3],[2,5],[1,4],[0,2],[-2,6],[0,1],[0,1],[-1,3],[0,5],[-1,5],[0,4],[0,2],[1,1],[0,2],[0,1],[1,0],[0,1],[1,2],[1,5],[0,1],[1,-2],[0,-2],[2,-5],[2,-10],[0,-2],[-1,-5],[0,-4],[0,-2],[0,-5],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[1,-5],[0,-4],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-4],[1,0],[0,1],[1,6],[0,2],[-1,3],[0,1],[0,5],[0,3],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,5],[0,2],[0,1],[2,1],[4,0],[1,-1],[1,-4],[1,-1],[1,0],[0,1],[-1,0],[0,1],[-2,5],[0,1],[-6,1],[0,1],[-3,9],[-1,2],[0,2],[0,2],[-1,2],[0,1],[-2,2],[0,1],[-1,4],[0,1],[-1,-1],[0,-1],[-1,-5],[0,-3],[0,-3],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-3],[-1,-4],[-2,-6],[-1,-5],[-3,-4],[-3,-3],[-2,-5],[-4,-4],[-2,-1],[-4,0],[-4,1],[-2,1],[-2,2],[-3,2],[-4,7],[-3,2],[-4,6],[-2,2],[-2,1],[-1,2],[0,3],[0,2],[0,1],[1,1],[0,-2],[-1,-1],[0,-1],[0,-1],[1,1],[2,2],[0,1],[0,1],[1,0],[1,1],[0,1],[0,2],[0,2],[0,3],[0,3],[0,2],[0,3],[-1,1],[0,2],[1,0],[-1,3],[-1,2],[-1,2],[0,4],[-2,-1],[-1,-1],[0,-3],[1,-4],[0,-1],[1,0],[0,-1],[0,-2],[1,-3],[0,-2],[-1,-1],[-2,-1],[-3,-5],[-2,-2],[-2,1],[-4,6],[-2,3],[-4,1],[-3,3],[-4,2],[-4,1],[-4,4],[-4,2],[-6,-3],[-6,-4],[-7,-2],[-4,-1],[-4,-3],[-3,-4],[-2,0],[-3,4],[-2,1],[-4,0],[3,1],[3,-1],[1,1],[-1,3],[0,3],[-5,9],[0,1],[-1,0],[0,1],[0,1],[1,3],[1,0],[0,1],[0,2],[-1,0],[0,-1],[-1,-1],[-3,1],[-1,0],[1,-2],[-2,-1],[-1,0],[0,1],[0,2],[0,1],[-1,2],[0,-1],[-1,-2],[-1,-1],[-1,1],[-1,3],[-1,1],[1,0],[0,-1],[0,1],[0,3],[-1,4],[-1,2],[-1,0],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,-1],[-1,1],[0,1],[0,1],[1,2],[0,3],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,1],[1,3],[1,4],[0,2],[0,2],[0,1],[-1,-3],[-1,-1],[-1,2],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,2],[0,1],[1,2],[1,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[1,-1],[1,-1],[1,-1],[0,2],[1,1],[0,1],[0,2],[0,2],[0,1],[-1,-1],[-2,-1],[0,-1],[-1,-2],[0,-2],[-1,-3],[0,-2],[-2,-2],[0,-3],[0,-2],[-1,-3],[0,-2],[-2,-3],[-1,0],[0,-1],[-1,-2],[-1,-5],[-1,-5],[0,-2],[-1,-2],[-2,-7],[-1,-2],[-1,0],[-3,1],[0,1],[-1,2],[-1,1],[0,1],[0,1],[-1,3],[0,1],[0,1],[-1,0],[-1,2],[-3,1],[-1,1],[-2,-2],[-2,-1],[-2,2],[0,2],[0,1],[2,1],[0,1],[1,2],[2,5],[2,10],[0,1],[1,3],[0,1],[1,1],[0,2],[0,2],[-1,0],[-1,-3],[-4,-5],[-1,1],[1,1],[0,2],[1,2],[-1,0],[-1,-1],[0,1],[0,2],[1,1],[0,2],[-1,-1],[0,-1],[-1,-2],[-1,-4],[0,-1],[-2,0],[0,2],[1,1],[1,2],[0,1],[0,3],[1,1],[-1,0],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-4,-5],[-1,0],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[3,7],[1,1],[0,1],[1,1],[0,1],[0,1],[1,-1],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,1],[0,-1],[-1,-2],[0,-3],[-2,-2],[0,-1],[-1,1],[0,1],[1,2],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,-1],[-1,-6],[-2,-2],[0,-2],[-1,-1],[-1,-2],[-1,2],[-1,0],[-3,0],[0,1],[0,1],[0,1],[0,1],[-1,3],[0,1],[1,-1],[0,-1],[1,-1],[0,3],[0,1],[0,1],[1,0],[1,-2],[0,1],[1,-2],[1,0],[0,2],[-1,1],[0,1],[-1,0],[1,1],[1,0],[1,-1],[2,1],[1,1],[2,3],[2,2],[0,1],[-1,0],[0,2],[0,1],[1,1],[3,-2],[-4,7],[-1,-1],[-1,-4],[-1,-3],[-1,-2],[-1,0],[0,1],[0,1],[1,2],[-4,-5],[-1,2],[0,2],[0,2],[-1,0],[0,-2],[-1,-2],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,2],[-1,3],[0,1],[0,1],[0,1],[-1,3],[0,2],[1,0],[0,-1],[1,-2],[2,-1],[1,1],[-1,1],[-1,2],[-1,2],[0,3],[0,2],[1,3],[0,1],[2,-1],[0,-1],[1,2],[0,1],[-2,1],[0,1],[-1,2],[3,1],[7,0],[2,2],[-1,4],[-1,1],[-1,1],[-1,0],[-2,0],[-1,0],[-3,0],[-1,-1],[0,-2],[-1,-4],[-2,-4],[-2,-4],[-1,-4],[-1,-3],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,0],[0,2],[1,4],[0,2],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,0],[0,2],[0,1],[0,1],[-1,1],[-1,-2],[-1,-1],[0,-2],[0,-2],[0,-2],[-1,0],[0,1],[0,2],[0,3],[0,2],[0,1],[-2,-3],[0,2],[-1,0],[0,-2],[0,-1],[1,-3],[0,-1],[0,-3],[0,-1],[-1,0],[0,-1],[-1,-4],[-1,-1],[0,1],[0,2],[-1,0],[0,-1],[-1,0],[0,3],[2,9],[-1,1],[0,-2],[-1,-2],[0,-1],[0,1],[0,3],[0,2],[1,2],[-1,0],[-1,-2],[0,-5],[-1,-6],[0,-3],[-1,1],[0,11],[0,3],[1,1],[0,2],[0,4],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,2],[0,2],[0,2],[-1,1],[-1,-1],[0,-2],[0,-1],[1,-2],[0,-1],[0,-3],[-1,-4],[0,-4],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-4],[0,-2],[0,-4],[0,-2],[-1,-1],[-1,-1],[-1,1],[1,5],[-1,0],[0,-1],[-1,0],[0,1],[0,3],[1,3],[0,1],[0,1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[1,-1],[0,-2],[-1,-3],[1,-1],[0,-1],[0,-1],[1,-2],[-1,0],[0,-1],[0,-1],[-1,0],[-2,1],[0,1],[-1,2],[0,2],[0,3],[0,1],[0,1],[-1,1],[-2,4],[0,1],[-1,1],[1,1],[1,3],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,2],[1,4],[0,2],[0,1],[-1,0],[1,3],[1,3],[1,3],[1,2],[0,1],[1,3],[0,2],[2,1],[0,2],[0,3],[-1,-3],[-1,1],[1,5],[1,3],[-1,1],[0,-1],[-1,-1],[0,-4],[-2,-6],[0,-1],[-1,-2],[-1,-3],[-1,-6],[-1,-8],[-1,-4],[-1,-1],[-1,0],[0,1],[0,1],[-1,3],[0,2],[0,2],[-1,1],[1,2],[0,1],[-1,0],[-1,-2],[-2,-1],[0,-1],[-1,-2],[-2,-1],[-1,-1],[1,-1],[1,-1],[-1,-1],[0,-3],[-1,-1],[-1,-2],[0,-1],[1,-1],[1,2],[2,6],[1,2],[1,2],[2,1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-6],[0,-1],[-1,-3],[-1,0],[-1,3],[-1,0],[1,-2],[1,-4],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[0,-2],[-1,0],[-1,1],[0,1],[1,-4],[0,-2],[0,-1],[-1,0],[-1,3],[-1,1],[-2,0],[-2,-2],[-3,-5],[1,-1],[1,1],[1,2],[1,1],[0,-1],[0,-1],[1,0],[1,2],[1,0],[0,-2],[-1,-2],[-3,-1],[0,-3],[-1,-1],[-1,-2],[0,-2],[0,-4],[-1,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[1,1],[0,1],[1,2],[1,1],[1,0],[0,2],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,-4],[-1,-1],[0,-1],[0,-2],[0,-5],[0,1],[1,3],[0,1],[1,0],[0,2],[0,4],[1,4],[1,4],[1,2],[0,-1],[0,-2],[-1,-2],[1,-3],[0,-3],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-9],[-1,-1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,3],[-1,-1],[-1,-3],[-2,-5],[-2,-4],[0,-2],[0,-2],[-1,-2],[1,-1],[0,1],[1,4],[2,3],[1,3],[2,3],[1,-1],[0,-2],[1,-1],[0,-2],[1,0],[0,-2],[0,-1],[0,-1],[0,1],[1,0],[1,1],[0,-3],[0,-3],[1,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,1],[1,0],[0,-2],[0,-2],[-1,-2],[0,-1],[1,-1],[0,4],[0,4],[1,4],[0,1],[1,2],[1,-2],[0,-2],[0,-5],[1,2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[0,-2],[-1,-2],[0,-1],[-1,0],[-1,2],[0,-3],[-2,3],[0,-1],[1,-5],[0,-1],[0,-2],[-1,0],[-1,0],[0,1],[0,2],[-1,1],[0,-1],[-1,-2],[0,-2],[1,0],[0,1],[1,-1],[0,-4],[-1,-3],[-1,-3],[-1,-1],[0,-2],[-1,0],[0,3],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[1,0],[1,1],[1,2],[1,2],[1,5],[1,1],[1,-1],[0,-1],[-1,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-4],[0,1],[1,7],[1,3],[1,0],[0,-2],[0,-1],[0,-2],[-2,-7],[-1,-2],[0,-1],[-2,0],[-1,1],[1,4],[-1,0],[0,1],[-1,0],[-1,-8],[0,-4],[0,-4],[-1,-3],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-5],[-1,2],[0,6],[-1,2],[-1,1],[1,-3],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-2],[-2,-5],[-1,0],[0,1],[0,1],[0,1],[1,1],[-1,1],[-1,-1],[-1,0],[0,2],[-1,0],[0,-1],[-2,-3],[-1,0],[0,1],[-1,4],[-1,1],[-1,-2],[-1,0],[0,3],[-1,-2],[-1,0],[-1,3],[1,2],[1,5],[1,2],[-1,1],[-1,0],[-1,-2],[-2,-5],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-2],[0,2],[0,5],[-1,3],[0,2],[0,2],[0,1],[0,1],[0,2],[0,1],[1,1],[-1,1],[0,1],[-1,-1],[0,10],[0,3],[-1,2],[-1,0],[0,-1],[0,-2],[-1,-3],[0,-3],[0,-2],[1,-4],[1,-3],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-7],[-1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[0,-2],[1,0],[1,0],[0,-2],[-1,-1],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[-1,1],[0,2],[-1,1],[-1,0],[1,3],[0,1],[0,1],[0,1],[-1,0],[0,2],[-1,2],[0,2],[0,2],[1,5],[0,1],[0,4],[-1,4],[-1,3],[0,1],[-1,-2],[0,-9],[0,-4],[-1,-3],[0,-1],[-1,1],[0,2],[-1,0],[0,-1],[0,-1],[0,-1],[2,-5],[0,-2],[1,-12],[0,-3],[0,-2],[0,-1],[-1,0],[0,1],[-1,3],[0,3],[0,1],[0,1],[-1,1],[-1,1],[-1,5],[0,1],[-1,1],[-2,2],[0,-1],[0,-3],[2,-3],[0,-1],[0,-3],[1,-1],[-1,-7],[-1,-4],[0,-2],[-1,1],[0,2],[-1,4],[0,1],[-1,2],[-1,-1],[1,-1],[0,-2],[0,-1],[0,-3],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[-1,3],[-1,-1],[0,-3],[1,-3],[0,-2],[-2,0],[0,-1],[0,-4],[-1,0],[0,-1],[-1,-2],[-1,-1],[-1,1],[1,1],[-1,2],[1,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,2],[0,1],[1,2],[1,2],[0,2],[0,1],[0,1],[0,3],[0,1],[0,2],[1,3],[1,4],[0,3],[-1,-1],[-1,-3],[-2,-13],[-1,-2],[0,-2],[-1,-6],[-1,-6],[0,-2],[0,-2],[-1,0],[0,2],[0,2],[-1,3],[-1,3],[1,3],[1,4],[0,3],[-1,0],[-2,-5],[-1,-2],[0,-1],[0,-1],[1,-2],[0,-2],[1,-2],[0,-2],[-1,-2],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,0],[-1,-1],[0,-3],[0,-2],[-1,-1],[0,-1],[-2,-4],[0,-1],[-2,-1],[0,-1],[1,-3],[0,-4],[0,-2],[-1,-1],[-1,-3],[0,-4],[-1,3],[0,3],[0,2],[0,1],[0,1],[-1,1],[0,2],[0,1],[-1,-1],[0,-1],[-1,0],[0,1],[-2,1],[-1,2],[-1,1],[-1,-1],[1,-2],[1,0],[1,-2],[0,-1],[1,-3],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,1],[-2,0],[-2,3],[-1,2],[-1,0],[-2,-3],[0,-2],[1,-1],[-1,-3],[-2,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,1],[0,-2],[-3,-2],[-2,1],[0,3],[0,3],[0,1],[0,1],[-2,-2],[-1,0],[-1,1],[0,3],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[0,2],[0,3],[0,2],[0,1],[1,3],[1,1],[2,-1],[0,2],[-2,2],[0,2],[0,3],[1,2],[2,2],[1,0],[1,1],[0,2],[1,2],[1,1],[5,-1],[1,-2],[0,-2],[1,-1],[1,2],[-1,2],[-1,3],[-1,2],[1,4],[0,2],[2,2],[1,0],[1,-1],[0,1],[1,2],[0,2],[0,1],[0,1],[2,-1],[0,1],[0,1],[-1,3],[0,2],[1,2],[0,1],[1,1],[0,1],[1,2],[0,3],[0,1],[1,3],[2,6],[-1,2],[-1,0],[-1,-1],[-1,-4],[-2,-2],[-5,-10],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-2],[0,-1],[1,0],[-1,1],[-9,10],[-1,1],[-1,4],[-1,5],[-1,5],[1,1],[0,4],[1,2],[0,3],[2,19],[1,3],[0,3],[0,2],[7,21],[1,5],[1,5],[0,7],[0,6],[0,3],[1,1],[0,1],[0,1],[1,0],[1,1],[0,1],[0,4],[0,9],[0,3],[0,4],[0,2],[-1,4],[0,2],[-1,7],[0,3],[-1,3],[0,4],[-1,2],[1,3],[2,0],[1,1],[0,3],[1,1],[5,2],[1,1],[0,2],[8,17],[4,8],[4,8],[2,2],[2,-2],[0,-3],[0,-4],[1,-3],[1,-2],[0,-2],[1,0],[5,-3],[2,3],[1,1],[2,4],[1,1],[2,-1],[1,-1],[1,-1],[1,-3],[3,0],[1,-1],[1,-2],[9,-5],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,1],[-1,6],[-1,5],[-2,2],[-2,1],[-3,-3],[-1,2],[-3,5],[-1,1],[-2,1],[-5,8],[-1,4],[-3,3],[-4,9],[0,2],[1,3],[0,2],[1,-1],[1,0],[0,1],[1,2],[1,2],[0,1],[0,5],[1,1],[1,7],[1,1],[0,1],[1,0],[0,1],[1,5],[1,2],[0,2],[10,10],[1,0],[0,1],[1,2],[-1,1],[-4,-1],[1,1],[-1,1],[-6,-4],[-3,-5],[-1,-4],[-1,-2],[-1,-2],[-1,-2],[0,-2],[-1,-3],[0,-6],[0,-3],[0,-3],[-1,-1],[-1,-2],[-8,2],[0,1],[-1,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-4,0],[-1,1],[-1,4],[-1,5],[1,7],[-1,-1],[0,-2],[-1,-3],[1,-5],[-1,-1],[-1,1],[0,3],[-1,-6],[-1,-3],[-5,-6],[-2,0],[0,-1],[0,-2],[-1,0],[-1,-1],[0,-1],[-1,-2],[-2,-10],[0,-3],[0,-2],[-1,-1],[-2,-2],[-2,-1],[0,-1],[-1,-2],[-2,1],[-1,-1],[-2,-1],[-1,-2],[-1,-4],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[0,-3],[-1,-4],[0,-3],[0,-2],[0,-1],[2,-13],[0,-2],[-1,-1],[-1,1],[-1,4],[-1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-4],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-6],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-3],[-3,-8],[0,-2],[0,-2],[0,-3],[0,-3],[0,-3],[1,-1],[1,-1],[0,-1],[-3,-6],[-1,-3],[0,-1],[0,-3],[0,-1],[-2,-3],[-1,-1],[-1,-1],[-1,-6],[-1,0],[0,1],[-1,1],[-1,1],[-3,-2],[-2,2],[1,1],[0,1],[1,-1],[0,1],[-1,1],[-1,0],[-1,-2],[0,3],[0,3],[0,2],[-1,1],[-2,0],[-1,-1],[-1,-1],[-1,-2],[0,-1],[1,0],[0,1],[1,2],[1,0],[2,-1],[0,-2],[0,-1],[0,-3],[0,-1],[0,-1],[1,-2],[1,-3],[3,-2],[0,-2],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[2,-5],[0,-2],[0,-2],[0,-4],[-1,-1],[0,-1],[0,-1],[-1,-4],[-1,-1],[0,-3],[0,-5],[-1,-2],[0,-1],[-2,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[0,-1],[-1,0],[-2,1],[-1,0],[-1,-2],[-4,-1],[0,-1],[-1,-2],[0,-2],[-1,-2],[1,0],[1,1],[1,1],[1,-2],[1,1],[2,1],[1,0],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-3],[-1,-6],[0,-2],[-1,-1],[-2,-3],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[0,3],[-1,1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,2],[-1,0],[0,1],[1,1],[0,1],[1,7],[1,1],[0,-1],[0,2],[-1,1],[-2,8],[0,-3],[0,-2],[0,-2],[0,-3],[0,-1],[-1,-6],[0,-2],[0,-2],[-1,-1],[-1,-1],[-1,1],[0,4],[-1,2],[0,1],[1,0],[0,1],[-1,0],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,-1],[0,-2],[2,0],[1,-3],[1,0],[-1,-2],[0,-4],[-1,-2],[-5,-2],[0,2],[-1,1],[-1,-1],[0,-1],[1,0],[1,-1],[0,-2],[2,-4],[0,-2],[0,-3],[-1,-2],[0,-1],[0,-1],[-2,-1],[-2,0],[0,-1],[-1,-2],[0,-1],[-2,-2],[-1,0],[0,1],[-1,-2],[-2,0],[1,-3],[2,-2],[1,1],[1,3],[0,-1],[1,0],[0,-1],[-2,-3],[-3,-5],[0,-2],[0,-2],[-1,-2],[0,-4],[0,-2],[1,0],[0,-2],[-1,-1],[-1,0],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-3],[1,0],[1,1],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-3],[1,-1],[1,1],[0,2],[1,2],[0,2],[2,2],[3,-3],[2,0],[1,1],[2,0],[1,-1],[1,-2],[0,-2],[1,-3],[0,-1],[1,-2],[1,-1],[1,0],[0,1],[0,1],[1,0],[0,-2],[1,-1],[1,-1],[1,-5],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-3],[1,-1],[0,-1],[0,-1],[-2,0],[1,-1],[2,1],[0,-1],[0,-1],[-1,-2],[-1,1],[-1,-1],[0,-3],[-1,-6],[0,-4],[-1,-2],[0,-2],[-2,-5],[-1,0],[-1,-1],[0,-1],[0,-3],[-1,-3],[0,-1],[-2,-2],[-3,-1],[-2,1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,-3],[1,-1],[0,-5],[1,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-3,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-2,-2],[0,-1],[-1,-2],[-1,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,3],[2,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-5],[-1,-1],[-1,-1],[-1,-1],[1,-1],[1,-2],[0,-3],[-1,-3],[-1,-1],[-1,1],[0,1],[-1,0],[0,-1],[0,-2],[2,-4],[0,-2],[0,-2],[-1,1],[-2,4],[0,-2],[0,-2],[0,-2],[0,-2],[0,-3],[0,-1],[-1,2],[0,4],[-1,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,-8],[1,-5],[-1,-3],[0,-1],[-3,6],[-1,-1],[1,-1],[1,-4],[0,-1],[0,-1],[0,-3],[0,-3],[-1,-1],[-1,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[-1,0],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,2],[-1,1],[-3,0],[-1,-1],[-1,-1],[1,-2],[-1,-4],[0,-2],[-1,-1],[-1,0],[1,-6],[1,-2],[-1,-3],[-1,-1],[-4,1],[1,-3],[0,-1],[0,-2],[-1,-1],[-1,1],[-1,-1],[0,-1],[1,-4],[-1,1],[0,-1],[0,-1],[1,-2],[0,-3],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,1],[0,2],[-2,3],[-1,1],[-1,3],[0,1],[-1,-1],[-1,-2],[0,-2],[0,-3],[0,-2],[0,-3],[1,-3],[0,-2],[0,-1],[-3,-3],[-2,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-2],[0,-1],[-2,0],[0,-1],[0,-3],[-1,1],[-1,2],[-1,4],[0,-1],[0,-2],[0,-3],[0,-1],[-2,1],[0,-1],[0,-2],[1,0],[1,-1],[0,-3],[0,-2],[0,-2],[0,-1],[-1,-4],[-1,3],[-2,4],[-1,0],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,-2],[-3,-11],[-1,0],[-1,-1],[0,-1],[-1,-3],[0,-3],[1,-1],[4,6],[1,-1],[0,-2],[0,-2],[0,-2],[0,1],[0,-4],[-1,-1],[-2,-2],[0,-1],[1,0],[1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[-2,-3],[-1,-2],[1,-2],[0,-2],[0,-1],[-1,1],[0,2],[0,-1],[0,-4],[0,-2],[-1,-1],[-1,1],[-1,1],[-1,3],[0,-1],[0,-2],[2,-8],[0,-3],[-3,2],[0,1],[-1,1],[0,3],[0,1],[0,1],[-2,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-3],[0,-1],[-1,1],[-1,7],[0,1],[-1,1],[-1,1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-6],[-1,-2],[0,1],[-2,3],[0,-1],[0,-2],[1,-2],[-1,-4],[0,-2],[-1,1],[-1,1],[-1,2],[-1,1],[-1,6],[-1,2],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,-2],[-1,1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-1,-1],[-1,-4],[0,-2],[-1,2],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,1],[0,-2],[1,-1],[1,-1],[1,-3],[0,-1],[0,-2],[0,-1],[-1,-1],[-2,2],[-1,-1],[-1,-2],[-1,0],[0,1],[-1,2],[-1,6],[-1,2],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-5],[0,-1],[-2,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-3],[2,1],[3,5],[2,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[-1,-1],[0,-2],[-1,-2],[0,-1],[-2,1],[-3,4],[-1,1],[-1,0],[-1,-1],[0,-2],[1,-1],[0,1],[1,-1],[-1,-3],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-2,-4],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-3],[-1,-2],[1,-1],[0,-2],[-1,0],[-1,-2],[-1,-2],[-1,-3],[0,-4],[1,-2],[2,-1],[0,2],[0,1],[-1,1],[0,2],[0,1],[1,2],[2,5],[1,-1],[0,-4],[0,1],[0,1],[1,-1],[0,-1],[-1,-2],[2,3],[0,1],[1,0],[0,-1],[0,-1],[2,-1],[1,-1],[0,-2],[0,-2],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,-2],[1,1],[0,1],[1,1],[1,-3],[0,-1],[-1,-2],[1,-1],[1,2],[1,2],[1,3],[1,2],[1,2],[1,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[1,-1],[-1,-1],[-1,0],[-1,-1],[0,-4],[-1,2],[0,2],[0,3],[0,1],[-1,-2],[0,-3],[0,-2],[0,-3],[1,-2],[0,-3],[-1,-2],[0,3],[0,2],[0,1],[-1,1],[-1,-1],[0,-2],[1,-3],[-1,-1],[1,-3],[0,-1],[0,1],[0,1],[1,-1],[0,-3],[0,-2],[0,-1],[-1,1],[0,4],[-1,0],[0,-2],[0,-2],[0,-2],[-1,1],[0,2],[-1,2],[2,3],[0,1],[-2,-1],[0,-1],[-1,0],[0,1],[0,2],[1,1],[0,1],[-1,1],[0,3],[1,1],[0,1],[0,1],[1,3],[0,1],[1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[-1,0],[-2,0],[-2,1],[1,-2],[0,-1],[1,-2],[0,-2],[-1,-2],[-1,-3],[-1,-1],[1,3],[-1,2],[0,1],[-1,-1],[1,-1],[0,-2],[0,-1],[-1,-2],[1,-1],[1,-1],[-1,-2],[0,-2],[-1,-3],[0,-2],[1,0],[1,0],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,2],[0,1],[0,1],[-1,0],[0,-2],[0,-1],[-1,1],[0,3],[-1,0],[-1,-5],[-1,-9],[0,2],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,2],[0,1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-2,0],[-1,-2],[-1,-3],[0,3],[-1,0],[0,-1],[-1,-2],[0,-2],[0,-6],[-1,-2],[-1,2],[0,2],[0,2],[0,2],[0,3],[0,3],[0,2],[-1,0],[-1,-1],[0,-2],[0,-2],[1,-4],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-3],[-1,-2],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-3],[0,-2],[0,-3],[-3,-1],[-1,0],[1,2],[0,2],[1,1],[-1,0],[-1,-1],[1,2],[0,1],[1,0],[1,-2],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,2],[-1,1],[-1,1],[1,2],[2,3],[-1,2],[0,1],[0,2],[-1,0],[0,1],[0,2],[1,5],[1,2],[0,2],[-1,1],[0,1],[-1,2],[-4,1],[-1,-1],[0,-4],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,1],[0,4],[-1,0],[0,-1],[0,-1],[0,-2],[0,-2],[-1,2],[0,1],[-1,0],[0,-3],[0,-1],[0,-5],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[0,-2],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,-2],[0,-5],[1,-2],[-1,-2],[-2,1],[-1,-2],[0,-1],[-2,0],[-2,1],[-1,-1],[0,-1],[2,-4],[0,-1],[-1,-1],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,2],[-1,8],[0,3],[0,4],[0,2],[-1,0],[0,-2],[-1,-3],[0,-2],[-1,-2],[-1,1],[-1,0],[0,-3],[1,0],[1,0],[0,-1],[1,-2],[0,-4],[-1,-2],[-2,-3],[-1,0],[0,1],[-1,2],[0,1],[0,2],[0,2],[0,2],[0,1],[-1,0],[-1,0],[-1,-4],[-1,-5],[-1,-5],[-2,-2],[-5,-8],[-1,0],[-1,1],[0,3],[-1,0],[-3,-3],[-1,0],[0,3],[0,1],[1,5],[0,2],[0,6],[0,1],[1,4],[0,2],[1,2],[1,4],[0,1],[1,-1],[1,-4],[0,-1],[3,-2],[1,1],[0,1],[0,2],[-2,1],[-1,1],[0,1],[0,2],[-1,1],[0,2],[-2,1],[-1,4],[-1,0],[-5,-4],[0,-2],[0,-1],[0,-1],[-1,-3],[-1,-5],[-1,-2],[1,-2],[0,-1],[0,-2],[0,-7],[0,-1],[0,-3],[-1,-2],[-2,-11],[-1,-3],[0,-1],[-1,-7],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,2],[-1,0],[-1,0],[-1,-1],[0,-1],[1,-4],[0,-2],[0,-2],[1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-1,1],[0,1],[-1,2],[0,2],[0,1],[0,1],[0,2],[1,1],[0,1],[0,2],[-3,-4],[-1,-5],[1,-3],[0,-4],[0,-3],[-1,-2],[-1,-1],[0,1],[-1,1],[0,4],[0,1],[-1,0],[0,-2],[0,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[0,2],[-1,2],[0,4],[0,2],[1,0],[1,-1],[1,-2],[1,0],[1,1],[-2,4],[-1,1],[-1,6],[0,1],[-1,9],[-1,3],[-1,0],[1,2],[0,2],[-1,1],[-1,0],[-1,-1],[-1,-2],[0,-3],[0,-3],[0,-3],[0,-3],[1,-1],[1,-2],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-1],[0,2],[1,-2],[1,-15],[-1,1],[-1,2],[0,3],[-1,2],[1,0],[0,2],[0,3],[-1,1],[0,-1],[0,-2],[-1,-2],[0,-3],[-1,-4],[1,-1],[0,-1],[-1,0],[0,-2],[-1,-1],[-2,0],[-1,0],[-1,3],[0,1],[0,1],[0,1],[-1,2],[-1,2],[1,1],[1,0],[0,1],[-1,1],[-1,2],[0,1],[-1,5],[0,3],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[1,2],[0,1],[1,1],[-1,1],[-1,1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,2],[0,-2],[0,-1],[1,-1],[0,-4],[0,-4],[1,-3],[2,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-2],[-2,-4],[-1,-3],[-1,-2],[-1,-4],[0,-1],[-1,0],[-1,-3],[-1,-1],[0,1],[-1,2],[0,2],[0,2],[1,3],[1,1],[0,1],[0,2],[0,1],[1,0],[-1,2],[-1,-1],[0,3],[1,4],[0,-1],[1,-2],[1,1],[0,3],[-1,3],[0,3],[-1,7],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[6,9],[3,10],[1,-1],[-1,0],[0,-2],[-1,-2],[0,-2],[0,-3],[2,1],[0,-1],[0,-1],[1,0],[2,3],[0,1],[1,4],[0,3],[-1,0],[0,3],[2,3],[0,2],[2,1],[1,2],[1,6],[1,2],[0,-2],[0,-2],[1,-1],[1,0],[0,1],[1,1],[0,2],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[1,3],[0,2],[-1,1],[-1,0],[-1,-1],[0,-2],[-1,-3],[1,4],[0,1],[1,1],[0,2],[9,35],[2,3],[1,2],[1,4],[0,1],[1,1],[4,8],[0,2],[2,5],[1,2],[1,1],[2,1],[2,2],[3,2],[2,3],[2,1],[0,1],[1,1],[5,6],[-2,-3],[-1,-1],[0,-1],[-3,-4],[5,0],[1,0],[1,1],[1,-3],[1,0],[0,1],[1,2],[2,2],[0,2],[2,1],[0,-5],[0,-2],[0,-2],[-1,0],[-1,1],[-1,0],[-1,-3],[0,-2],[0,-2],[0,-1],[0,-2],[1,-1],[0,1],[1,1],[0,-4],[0,-3],[0,-1],[1,-1],[2,-11],[1,-4],[1,6],[0,1],[0,-2],[1,-4],[1,-2],[0,-1],[0,1],[1,3],[0,1],[0,2],[-1,0],[0,1],[0,1],[-1,2],[-1,2],[0,2],[0,6],[0,3],[-1,1],[0,1],[0,1],[1,0],[0,-1],[1,-2],[1,0],[5,1],[0,-2],[1,-1],[0,-2],[0,-2],[0,-3],[0,-1],[1,1],[1,1],[1,-2],[0,-1],[2,-1],[0,-1],[1,0],[1,0],[-1,2],[-1,1],[0,3],[-1,1],[3,2],[-1,2],[0,1],[-2,1],[-5,10],[-1,0],[0,-1],[-1,1],[1,2],[0,2],[0,1],[0,3],[0,1],[-1,-1],[0,3],[1,5],[1,4],[1,4],[0,2],[0,6],[1,3],[0,1],[0,2],[1,7],[1,5],[4,9],[1,7],[5,9],[2,6],[3,8],[2,5],[8,10],[-2,-4],[0,-1],[0,1],[1,1],[1,1],[4,6],[1,2],[0,1],[2,0],[0,1],[-1,0],[0,1],[2,6],[0,2],[3,3],[1,5],[1,4],[2,4],[1,3],[1,0],[-1,-3],[-2,-3],[-1,-3],[-1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[1,0],[0,3],[0,4],[0,2],[1,0],[1,-4],[1,-3],[0,-1],[1,-1],[1,-1],[1,1],[0,1],[1,0],[1,0],[1,-3],[0,-1],[0,6],[0,2],[0,1],[0,2],[-1,5],[0,2],[0,8],[0,4],[0,2],[0,4],[0,2],[1,5],[1,6],[8,32],[1,0],[0,1],[3,5],[3,1],[0,2],[-1,0],[1,2],[2,5],[0,3],[1,5],[1,2],[2,3],[2,6],[1,1],[0,-1],[1,1],[0,1],[1,0],[0,-2],[0,-3],[1,-5],[-1,-2],[1,-1],[4,-1],[0,-1],[0,-1],[1,3],[1,0],[0,1],[1,2],[0,1],[0,2],[-1,1],[0,1],[1,1],[0,1],[0,2],[-1,-1],[-1,-1],[1,-2],[0,-4],[0,-2],[-2,2],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[0,2],[1,7],[-1,3],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-3],[-1,1],[0,1],[-1,2],[0,2],[0,3],[0,3],[0,2],[0,3],[0,4],[1,9],[1,9],[0,4],[0,10],[1,9],[0,8],[0,2],[0,3],[1,2],[0,3],[1,2],[0,-1],[1,0],[1,0],[1,1],[0,2],[1,2],[0,1],[1,0],[4,-2],[1,-1],[0,-1],[0,-1],[1,-1],[-1,3],[0,2],[-5,5],[-1,0],[-1,-2],[-1,0],[-1,1],[-1,4],[0,2],[0,3],[-1,4],[0,7],[2,14],[1,7],[1,2],[1,2],[1,1],[2,11],[4,10],[1,2],[0,1],[3,2],[1,1],[1,1],[0,1],[-2,-1],[-1,-2],[-1,0],[0,5],[0,3],[2,9],[-1,3],[0,1],[1,2],[0,2],[0,1],[0,1],[0,1],[0,4],[1,2],[0,1],[1,2],[1,1],[1,1],[0,4],[0,9],[0,3],[1,3],[0,3],[1,2],[-2,-5],[0,-1],[0,-2],[-1,-3],[0,-2],[0,-2],[0,-2],[0,-1],[0,-3],[-1,-2],[0,-2],[-2,0],[-1,-1],[0,-3],[-1,-3],[0,-5],[0,-2],[-2,-2],[-3,-5],[-4,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-3,-7],[-2,-2],[-5,-7],[-4,-6],[-5,-5],[-2,0],[-1,1],[-2,4],[-1,5],[1,3],[-1,3],[0,3],[-1,2],[0,2],[-4,4],[-1,1],[0,2],[0,2],[0,1],[1,1],[0,1],[0,1],[1,1],[0,2],[0,4],[0,2],[0,4],[1,2],[1,2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,1],[0,2],[1,1],[1,2],[0,1],[1,1],[6,-4],[1,-2],[1,-3],[1,-3],[0,-2],[0,-3],[0,-2],[0,-1],[1,-2],[0,-1],[1,-1],[0,2],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,3],[0,4],[-2,6],[-1,4],[-2,0],[-3,3],[-2,2],[-1,2],[-1,3],[-1,1],[0,2],[0,2],[0,1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,-3],[0,-2],[0,-1],[1,0],[0,-3],[1,-6],[0,-3],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-4],[-1,-3],[-1,-4],[-1,-2],[-1,-2],[0,-1],[-1,0],[0,2],[0,2],[0,1],[1,3],[-1,2],[-1,1],[0,2],[1,1],[0,1],[0,3],[-2,-3],[0,-2],[2,-6],[0,-2],[-1,-13],[0,-3],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,2],[0,1],[1,0],[1,2],[1,1],[0,3],[-1,1],[-1,0],[0,-1],[-1,-2],[1,0],[0,-1],[-1,-2],[0,-3],[0,-2],[0,-6],[1,-4],[1,-9],[1,-6],[0,-1],[1,-1],[0,-1],[0,-4],[0,-1],[0,-2],[1,0],[0,-2],[0,-1],[-1,-1],[0,-4],[-1,-2],[0,-1],[-1,0],[0,-1],[1,0],[-1,-2],[-2,-1],[-1,0],[-2,2],[-1,1],[-1,3],[1,-1],[0,1],[0,2],[-1,0],[0,2],[0,3],[-1,0],[-1,4],[-2,10],[-2,13],[-3,12],[-2,8],[-1,1],[0,1],[-1,3],[-1,0],[0,-2],[-1,0],[-1,1],[1,2],[0,5],[1,3],[-1,3],[-1,1],[-1,-1],[-1,0],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[-1,-2],[-1,-2],[0,2],[-1,2],[-1,4],[0,2],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,-1],[0,1],[0,2],[0,3],[0,2],[-1,-1],[-1,-1],[0,-2],[-1,0],[0,2],[0,1],[0,4],[0,1],[0,1],[-1,-3],[0,2],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[-1,1],[-1,-4],[-3,-6],[-4,-8],[-1,-3],[-2,-5],[-2,-12],[0,4],[0,2],[0,2],[-1,2],[-1,-1],[-1,0],[-1,-2],[0,-2],[-1,-1],[-2,-3],[-1,-1],[0,-2],[-1,0],[-1,-2],[-1,0],[-1,0],[-1,1],[1,3],[0,1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[-1,-1],[0,-3],[-2,-4],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[1,1],[1,1],[-2,-3],[-3,-3],[-1,-3],[-1,-2],[0,-1],[-1,1],[-1,0],[0,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,0],[-1,0],[0,3],[1,3],[1,2],[-1,2],[0,1],[-1,1],[0,1],[0,-2],[0,-1],[0,-1],[0,-4],[0,3],[-1,1],[-1,1],[-2,1],[-1,-1],[0,-1],[-1,1],[-1,-1],[0,1],[-2,-1],[-1,2],[-1,2],[1,2],[2,1],[0,2],[1,-1],[1,1],[1,-1],[0,-2],[0,-1],[0,-1],[1,0],[1,1],[1,2],[0,3],[-1,2],[0,2],[2,2],[0,2],[0,1],[1,1],[1,0],[2,2],[0,5],[-1,2],[0,-1],[-1,-1],[-1,-2],[0,-3],[0,5],[0,1],[0,2],[0,1],[0,2],[0,2],[0,2],[-1,4],[0,9],[0,2],[0,1],[0,1],[-1,2],[0,3],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[1,1],[1,3],[2,4],[0,1],[1,1],[0,1],[1,2],[-1,1],[-1,0],[0,1],[0,2],[-1,0],[0,-2],[-1,-1],[-1,-1],[-3,1],[-1,-2],[0,-2],[0,-2],[1,-1],[0,-1],[-2,1],[-1,4],[-1,4],[-1,15],[-1,3],[0,3],[1,2],[0,2],[1,2],[-1,-5],[-1,-2],[1,-2],[0,-2],[1,2],[0,4],[0,4],[1,1],[0,2],[0,2],[-1,2],[1,3],[0,2],[1,1],[1,4],[0,1],[1,-1],[0,2],[1,4],[0,2],[1,-1],[1,1],[0,1],[0,2],[1,0],[-4,19],[-1,4],[0,2],[0,1],[0,2],[0,1],[0,1],[-1,2],[-2,14],[-3,9],[0,3],[0,3],[0,5],[0,2],[-2,2],[0,2],[-1,2],[0,3],[-1,6],[0,3],[0,2],[0,1],[1,1],[0,2],[0,1],[0,2],[0,1],[-1,6],[0,1],[1,1],[1,1],[0,2],[0,2],[0,1],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,2],[0,3],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[1,0],[0,-2],[-1,0],[0,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,2],[0,1],[-1,4],[0,1],[0,1],[1,1],[0,1],[0,2],[0,2],[0,2],[-1,1],[-1,5],[-1,1],[0,2],[0,2],[2,3],[1,10],[1,4],[0,3],[0,4],[1,2],[1,2],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,3],[0,2],[1,0],[0,1],[3,5],[0,1],[1,2],[3,-1],[0,4],[0,1],[0,1],[2,3],[-1,1],[-1,-1],[0,-1],[-3,-5],[-1,1],[0,2],[-1,4],[-1,3],[-1,0],[2,-5],[0,-1],[0,-2],[0,-3],[0,-1],[-2,-2],[-1,-2],[-1,0],[0,-1],[0,-3],[0,-3],[-1,-3],[0,-1],[0,-2],[-2,-8],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,1],[-1,-2],[0,-2],[1,-2],[0,-2],[-1,-2],[0,3],[0,1],[-1,-2],[-1,-2],[1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-4,1],[1,-2],[3,-2],[3,-5],[0,-2],[0,-3],[-1,-3],[0,-2],[0,-3],[0,-2],[0,-2],[0,-2],[0,-3],[0,-3],[0,-2],[-1,-2],[0,-1],[-2,-2],[-1,-1],[-2,1],[-1,3],[0,-6],[-2,-3],[-8,-12],[-6,-5],[-8,-4],[-8,0],[-6,5],[-1,1],[-1,3],[0,4],[-1,4],[0,6],[1,2],[2,1],[0,1],[-1,0],[0,1],[1,2],[-1,1],[-2,3],[-4,5],[-1,3],[-1,1],[0,2],[0,1],[-1,0],[0,4],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-2,4],[-1,2],[-1,2],[-1,3],[1,2],[0,1],[-1,1],[0,1],[0,2],[1,3],[-2,-5],[-1,-2],[-1,1],[-1,2],[-5,5],[0,1],[-1,3],[-1,2],[-1,3],[-1,4],[0,3],[1,0],[2,2],[0,1],[1,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,2],[-1,2],[0,1],[-4,-5],[-1,-1],[0,-2],[-1,0],[-4,2],[-1,1],[-1,5],[1,2],[0,2],[1,1],[1,-1],[1,0],[0,1],[0,1],[1,2],[0,1],[1,1],[1,3],[2,2],[1,4],[1,2],[1,2],[0,3],[0,2],[-1,4],[0,2],[1,1],[1,0],[0,1],[1,3],[2,4],[-1,3],[-1,3],[-1,4],[1,3],[0,-2],[1,-3],[0,-2],[1,-1],[0,-2],[1,0],[1,4],[1,1],[1,2],[1,1],[1,-2],[0,-2],[-1,-4],[-1,-2],[1,-4],[2,-1],[4,0],[1,-3],[1,0],[1,-1],[2,0],[0,-1],[0,-2],[0,-2],[0,-1],[1,-2],[0,-1],[1,0],[-1,-1],[0,-2],[1,-2],[0,-1],[-3,-4],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[1,-2],[1,1],[1,5],[2,5],[0,1],[1,2],[1,1],[1,0],[1,1],[1,2],[0,6],[1,2],[0,2],[1,3],[1,1],[1,1],[2,0],[1,-1],[0,-1],[1,-2],[0,-3],[0,-3],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[1,-2],[0,-2],[1,-2],[1,0],[2,1],[1,2],[5,11],[1,3],[0,3],[-1,2],[0,3],[1,0],[0,2],[-3,6],[-9,7],[-2,-1],[0,1],[2,4],[1,1],[1,0],[2,-3],[4,2],[0,1],[0,1],[0,2],[0,1],[-4,2],[-1,2],[0,3],[1,-1],[0,1],[1,2],[0,2],[-1,1],[-2,-3],[-1,0],[1,-3],[-1,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[-1,-3],[-1,-1],[-4,1],[-6,0],[-6,-2],[-1,2],[0,1],[1,3],[0,2],[-1,2],[-1,1],[-2,1],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,1],[0,4],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,-5],[-1,0],[-1,0],[-2,1],[-1,2],[-1,6],[3,5],[1,1],[3,1],[0,-1],[0,5],[0,2],[1,2],[0,1],[2,-1],[0,1],[1,1],[1,1],[1,1],[-1,1],[-1,0],[-2,-1],[-1,1],[-2,0],[0,-2],[0,-2],[0,-3],[-1,-1],[-1,0],[0,1],[-1,2],[-1,2],[0,1],[-1,3],[0,2],[0,1],[1,1],[0,1],[1,5],[0,2],[1,2],[-2,6],[0,-3],[1,-1],[0,-2],[1,0],[-1,-2],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-2,-1],[-4,7],[0,2],[1,3],[1,3],[0,1],[2,0],[0,1],[0,2],[0,2],[0,2],[0,3],[-1,0],[0,1],[1,2],[1,0],[0,1],[1,1],[0,1],[-1,2],[0,2],[1,3],[2,0],[1,3],[-1,1],[0,1],[2,2],[0,1],[0,1],[1,1],[3,2],[0,2],[0,1],[1,1],[1,1],[1,1],[0,2],[0,2],[0,3],[2,2],[-1,2],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-3],[-2,-6],[0,-1],[-2,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[0,-2],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[0,-1],[-1,-2],[-1,-1],[1,-3],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-3],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[-2,-1],[-1,-2],[-1,-3],[0,-5],[1,-2],[0,-3],[0,-4],[0,-1],[0,-2],[0,-5],[0,-1],[-1,1],[-1,1],[-2,1],[-1,1],[-1,2],[-1,2],[0,3],[-1,3],[0,4],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,3],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[0,1],[-1,0],[-1,2],[-4,2],[-1,1],[0,2],[-2,9],[0,2],[1,2],[2,3],[1,0],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[-1,3],[0,2],[-2,2],[-1,2],[0,1],[-1,0],[-3,-3],[-1,-1],[-1,-2],[1,-1],[0,-1],[1,0],[-2,-1],[-1,2],[-1,10],[0,2],[0,1],[0,1],[0,1],[0,6],[0,2],[0,3],[1,3],[0,2],[0,-9],[0,-1],[0,-1],[1,-2],[2,1],[1,2],[6,4],[1,1],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[-1,2],[0,1],[-1,1],[-1,4],[-1,4],[-1,5],[4,2],[2,-1],[1,1],[1,0],[1,-1],[1,2],[1,1],[3,0],[1,2],[-1,0],[-1,4],[-1,3],[-1,2],[-1,6],[0,2],[0,4],[0,3],[1,7],[0,1],[0,2],[0,1],[0,2],[1,2],[0,2],[1,3],[1,2],[5,18],[2,9],[1,2],[0,4],[1,2],[0,3],[3,5],[1,6],[1,2],[1,1],[1,1],[3,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[1,-1],[2,0],[1,-1],[0,-3],[1,0],[0,-1],[2,1],[-1,-2],[-1,-1],[0,-3],[-1,-2],[-1,-1],[1,0],[1,1],[1,4],[0,1],[0,1],[1,0],[1,0],[0,2],[0,2],[-1,1],[-2,0],[0,2],[0,2],[1,4],[0,-1],[-1,-1],[0,-3],[-1,0],[-1,2],[-2,-1],[-1,1],[2,4],[0,2],[0,2],[-1,1],[-1,1],[0,1],[0,1],[1,1],[1,1],[2,3],[7,20],[-1,0],[-1,-1],[-1,-3],[-1,-4],[-2,-2],[-2,-7],[-1,-2],[-1,0],[0,5],[0,4],[-1,4],[0,2],[-1,3],[1,0],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[-1,2],[1,0],[0,1],[1,0],[1,-1],[1,2],[-2,1],[-1,1],[-1,3],[1,2],[0,1],[0,3],[0,1],[1,2],[0,4],[2,9],[1,3],[1,3],[4,1],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[0,1],[0,4],[-1,2],[-1,2],[-4,2],[0,2],[0,3],[-1,0],[-1,2],[1,1],[1,3],[1,1],[2,6],[2,3],[6,5],[4,-1],[5,-5],[1,0],[1,0],[0,-1],[1,0],[-1,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[1,0],[1,2],[1,1],[1,-2],[-1,-1],[-1,-2],[-1,-2],[-1,-5],[-3,-5],[-1,-5],[1,4],[4,4],[1,4],[1,5],[1,2],[1,-3],[1,0],[2,-4],[1,-5],[0,-1],[2,3],[5,1],[1,1],[1,2],[0,1],[1,2],[0,1],[1,1],[1,2],[1,2],[1,2],[0,2],[0,1],[0,2],[0,2],[1,3],[3,1],[3,7],[5,18],[0,4],[2,3],[0,1],[0,2],[1,1],[1,2],[0,3],[-1,3],[0,2],[0,1],[2,0],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-3],[0,-1],[1,0],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-2,-1],[0,-2],[7,3],[7,3],[1,0],[1,-2],[1,0],[1,3],[1,0],[0,-1],[1,-1],[1,1],[0,1],[1,1],[5,3],[4,10],[0,2],[1,4],[0,1],[1,1],[1,1],[1,7],[2,2],[0,3],[1,4],[1,12],[-1,11],[-4,21],[0,7],[0,16],[-1,7],[0,2],[-2,5],[-1,0],[-1,2],[-1,6],[-1,2],[0,1],[1,1],[-1,2],[-1,0],[-1,1],[1,1],[1,0],[0,1],[-4,0],[-3,3],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,1],[1,5],[0,1],[0,2],[1,0],[0,1],[0,2],[0,3],[0,1],[0,2],[1,1],[0,2],[1,1],[1,0],[1,-2],[7,-3],[1,0],[1,3],[-1,3],[-1,1],[3,0],[1,1],[0,1],[0,1],[0,1],[3,5],[1,4],[0,10],[0,1],[0,1],[0,2],[-1,2],[0,1],[-1,8],[-1,1],[0,1],[-2,1],[-1,3],[-1,1],[-3,8],[0,1],[1,0],[1,-1],[1,0],[1,2],[0,1],[1,0],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-4,1],[0,-1],[0,-3],[-1,-2],[-2,-3],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,3],[-3,2],[0,1],[-1,3],[-1,1],[-2,0],[1,0],[1,-3],[0,-1],[-5,-6],[-1,-4],[0,-1],[1,1],[1,2],[0,1],[2,2],[0,-1],[-1,-2],[-1,-1],[0,-2],[0,-1],[-1,0],[-2,-1],[-3,3],[-1,-2],[1,0],[0,-1],[1,-1],[-2,0],[-1,-1],[-1,-3],[-1,-1],[0,-4],[-1,-1],[0,-1],[-1,-1],[-6,-8],[-1,-4],[-1,-2],[0,-2],[-1,-3],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-3,-4],[0,-2],[-1,-1],[-1,0],[0,3],[0,3],[0,1],[0,2],[0,2],[-1,3],[0,1],[-1,1],[1,4],[0,1],[1,0],[0,1],[-2,2],[0,1],[-1,2],[-1,1],[0,2],[-1,1],[-2,-1],[0,1],[1,1],[-1,4],[-1,2],[-1,3],[0,4],[-2,0],[-1,-1],[-3,-7],[-1,-1],[0,-1],[2,-4],[1,0],[2,-1],[0,-1],[1,-3],[1,-1],[0,-1],[3,1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-4],[0,-3],[-1,-1],[-1,2],[-1,1],[-1,8],[-1,1],[0,1],[-1,1],[-2,3],[-3,6],[-4,3],[-4,0],[-4,-3],[-12,0],[3,1],[-2,2],[-8,-12],[-3,-2],[1,2],[2,2],[-1,2],[-4,-2],[0,-1],[-2,-3],[0,3],[0,2],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[1,-1],[0,-1],[1,-1],[-1,-2],[2,1],[2,1],[1,1],[-1,-2],[-1,-1],[-6,-1],[-11,9],[-12,5],[-4,4],[-5,2],[-5,7],[-2,8],[-1,6],[0,3],[0,3],[0,3],[0,1],[0,1],[1,1],[1,1],[0,1],[0,1],[0,1],[0,-1],[0,3],[0,2],[0,4],[0,1],[-1,3],[-1,1],[-1,3],[-1,0],[1,-2],[2,-6],[-1,2],[-1,4],[-2,2],[-3,5],[0,1],[0,2],[0,3],[-1,3],[-1,2],[-2,3],[-1,3],[-3,8],[0,3],[1,6],[0,4],[1,3],[0,2],[1,0],[0,-2],[-1,-4],[0,-3],[0,-2],[-1,-5],[1,-2],[0,-1],[1,0],[1,-2],[2,-3],[1,0],[2,1],[1,0],[1,1],[1,0],[0,1],[0,1],[0,1],[2,4],[0,2],[0,3],[0,3],[0,2],[2,1],[0,1],[1,1],[0,1],[1,-1],[0,-2],[2,1],[4,-4],[1,0],[1,0],[0,2],[-1,3],[-2,3],[-2,2],[-2,2],[-2,-1],[-2,2],[-2,2],[-4,2],[-8,5],[0,-1],[1,-1],[1,-1],[2,-1],[2,-2],[2,-2],[-3,1],[-3,2],[-4,4],[-5,3],[-6,1],[-6,7],[-1,4],[-2,4],[-3,3],[-1,3],[-4,4],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[0,1],[-1,3],[0,1],[0,2],[0,1],[0,1],[0,1],[1,3],[3,4],[2,2],[1,1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-3],[0,-4],[0,-2],[1,1],[3,3],[0,1],[1,2],[1,3],[0,2],[7,0],[2,1],[0,2],[0,4],[0,1],[-1,1],[-1,2],[1,2],[1,1],[2,-1],[-1,1],[0,1],[-1,0],[0,1],[5,10],[1,1],[0,-1],[1,-2],[1,-3],[1,-1],[1,1],[3,2],[2,5],[2,3],[1,2],[-3,4],[1,3],[1,0],[1,2],[1,1],[0,-1],[-1,0],[0,-1],[0,-2],[1,-1],[1,1],[0,1],[0,2],[-1,0],[1,1],[1,4],[1,3],[5,8],[2,2],[2,3],[1,1],[1,3],[1,0],[3,0],[1,-2],[2,-2],[-1,0],[-1,1],[0,-1],[2,-4],[9,-3],[7,7],[0,2],[-1,1],[-2,2],[-3,4],[-1,1],[-3,0],[0,1],[-1,2],[1,3],[1,4],[2,5],[7,12],[4,2],[1,2],[1,1],[5,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,4],[1,1],[1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[1,1],[5,8],[0,3],[5,4],[7,3],[8,1],[7,-1],[2,-2],[1,-3],[-8,2],[0,-1],[1,-1],[2,0],[1,-1],[0,-2],[0,-3],[1,-3],[-1,-3],[0,-2],[-2,-5],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[0,-3],[1,-4],[-1,0],[1,-1],[0,-1],[0,-1],[-1,-3],[-1,-3],[-1,-2],[-1,-1],[-2,0],[-1,-2],[0,-1],[-2,0],[0,-2],[4,0],[1,2],[0,-2],[1,-1],[0,2],[0,1],[1,1],[1,-1],[0,-6],[1,-4],[1,-4],[2,-3],[2,-1],[9,2],[1,-2],[1,-1],[4,-1],[3,2],[1,1],[1,2],[3,-1],[2,1],[0,1],[0,-1],[2,-2],[1,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-2],[0,1],[0,1],[0,1],[0,2],[1,0],[2,2],[1,1],[1,0],[0,1],[1,0],[0,-2],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,1],[3,5],[1,0],[7,-5],[-1,0],[0,-1],[-1,-3],[1,0],[1,2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[1,0],[0,1],[0,1],[-1,2],[0,3],[1,2],[0,2],[1,1],[1,1],[0,1],[0,2],[-1,-2],[0,1],[0,1],[2,7],[1,3],[0,1],[0,3],[1,1],[0,1],[0,1],[1,5],[0,1],[0,1],[1,1],[1,3],[4,-1],[0,-2],[2,-4],[0,-1],[2,0],[2,0],[1,3],[1,1],[0,-2],[0,-1],[0,-2],[0,-2],[-1,0],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,0],[0,-1],[1,-1],[1,0],[1,1],[0,1],[1,1],[0,3],[1,4],[0,1],[0,6],[1,1],[-1,3],[-1,4],[-1,2],[0,3],[-1,2],[0,1],[-4,4],[-1,1],[-1,1],[-1,0],[-1,0],[-3,3],[-6,0],[-1,0],[-1,-3],[-2,-1],[-1,-2],[0,-3],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,2],[0,1],[0,2],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,2],[1,7],[1,2],[0,2],[0,3],[0,3],[0,7],[-2,4],[-4,10],[-2,9],[-1,3],[-2,2],[-5,2],[-1,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[0,2],[-1,4],[-1,2],[-1,3],[0,3],[0,2],[1,3],[1,0],[1,0],[0,1],[0,2],[1,1],[0,2],[1,-2],[0,-2],[1,-1],[1,1],[1,3],[0,1],[1,-1],[1,-2],[2,-10],[2,-9],[1,-2],[2,-1],[0,-1],[0,-1],[-1,-6],[-1,-4],[0,-3],[0,-3],[1,-2],[1,-2],[1,-2],[2,-10],[1,-3],[7,-11],[1,-1],[4,2],[2,2],[1,1],[0,1],[1,1],[1,4],[1,1],[1,1],[0,-1],[1,-4],[0,-1],[3,-2],[1,-2],[1,-5],[5,-9],[1,-1],[2,1],[2,-1],[5,3],[5,2],[1,1],[0,3],[0,3],[0,6],[0,6],[-1,4],[-2,6],[1,1],[-1,4],[1,0],[1,0],[1,1],[-1,2],[-2,0],[-1,-2],[0,-4],[-1,2],[-1,1],[-1,0],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-2,1],[-2,2],[-3,8],[-2,1],[-5,-3],[-2,0],[-1,-1],[-1,-3],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-3],[-1,-1],[-3,0],[-1,1],[-1,-1],[-1,2],[-1,3],[0,1],[0,3],[-1,1],[-2,1],[-6,14],[-1,4],[1,3],[0,1],[0,1],[0,3],[0,3],[0,1],[1,1],[1,2],[0,3],[0,1],[0,2],[0,3],[0,2],[2,2],[0,2],[0,1],[0,1],[2,2],[1,0],[2,-1],[1,0],[1,2],[-1,3],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[-2,2],[0,-1],[0,-1],[-1,0],[-1,1],[0,2],[-1,2],[-1,1],[-4,-1],[-7,-5],[-1,1],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,0],[0,-3],[0,-1],[0,-2],[0,-3],[0,-1],[-2,1],[-2,-2],[0,1],[0,1],[1,7],[0,1],[0,1],[1,3],[1,6],[0,2],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,-1],[1,0],[1,-1],[0,-2],[0,-1],[-3,-10],[-2,-6],[-1,-1],[-2,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-2,2],[-4,-1],[-2,1],[0,-1],[0,-2],[1,-1],[1,-1],[1,-1],[-1,0],[-5,4],[-2,3],[-8,3],[0,1],[-7,3],[-1,1],[-2,4],[0,6],[0,7],[0,6],[0,3],[-1,7],[0,3],[-4,21],[-2,9],[-3,8],[-9,13],[-2,6],[-2,4],[-2,7],[-1,2],[-1,0],[-1,0],[1,-2],[0,-1],[0,-1],[1,-1],[-1,1],[-1,4],[-2,2],[-5,12],[-5,9],[-6,9],[-5,5],[-4,2],[-5,5],[-2,4],[-1,4],[-1,3],[0,2],[-1,2],[-3,3],[-2,5],[-10,7],[-4,-1],[-1,2],[1,1],[5,7],[3,2],[2,0],[-2,-1],[-6,-6],[-1,-1],[3,-2],[3,1],[2,6],[1,0],[2,-2],[-1,2],[0,1],[-1,1],[3,-2],[0,1],[0,1],[-1,3],[0,1],[1,4],[0,2],[1,3],[0,3],[0,2],[1,2],[0,2],[1,2],[0,1],[0,1],[-1,2],[1,2],[0,4],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,3],[1,4],[0,2],[0,3],[0,4],[-1,7],[0,3],[0,2],[4,1],[2,-3],[5,1],[4,-3],[10,2],[8,1],[7,5],[12,2],[3,3],[2,1],[2,3],[4,4],[1,1],[1,4],[2,1],[5,11],[10,28],[0,2],[2,13],[1,2],[0,-1],[-2,-14],[-1,-3],[0,-1],[1,1],[2,8],[0,1],[1,1],[0,2],[0,3],[0,2],[0,1],[0,1],[0,1],[0,2],[1,2],[0,1],[0,1],[0,2],[0,1],[1,2],[0,3],[0,2],[0,1],[0,1],[0,2],[-1,1],[0,1],[-1,1],[0,1],[1,0],[1,1],[1,2],[0,1],[-1,2],[1,2],[-1,2],[0,2],[2,-1],[1,1],[0,3],[0,2],[-1,1],[-1,0],[0,2],[1,1],[0,1],[1,1],[-1,1],[1,3],[5,9],[0,3],[2,1],[1,4],[2,5],[2,2],[0,3],[1,4],[0,3],[0,1],[0,3],[1,1],[3,0],[-1,1],[0,2],[0,1],[1,1],[0,2],[1,3],[2,4],[1,1],[0,1],[0,1],[0,1],[1,0],[1,3],[1,3],[1,3],[1,5],[1,0],[1,4],[1,2],[1,0],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[-1,-1],[4,-3],[1,-1],[-1,-2],[-4,1],[-1,0],[1,-2],[2,-1],[1,-1],[-1,0],[-1,-1],[0,-2],[0,-2],[-1,-3],[-1,0],[-3,3],[-1,-1],[0,-2],[-1,0],[-1,-2],[0,-1],[7,2],[1,1],[1,2],[1,1],[2,0],[-1,1],[0,2],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[8,0],[4,3],[4,5],[1,1],[0,-1],[0,-1],[2,-2],[0,1],[-1,2],[0,2],[1,1],[2,2],[7,12],[1,2],[-2,-1],[-1,-3],[-3,-4],[1,3],[2,4],[7,8],[6,13],[1,2],[1,2],[0,-2],[0,-1],[0,-1],[1,0],[2,2],[3,0],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-4],[-2,0],[-1,-2],[-1,-2],[-1,-2],[-2,0],[1,-2],[1,0],[5,4],[0,-2],[-1,-3],[0,-2],[-1,-5],[-1,-1],[0,-1],[0,-3],[-2,-4],[0,-3],[1,-1],[2,6],[1,2],[1,-1],[0,-1],[0,-2],[1,-2],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-4],[1,-5],[1,-3],[0,4],[-1,2],[0,1],[-1,3],[0,1],[0,2],[0,3],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,4],[-1,2],[0,2],[1,1],[0,1],[0,1],[0,3],[1,2],[0,2],[0,4],[1,0],[2,-4],[2,0],[2,3],[1,1],[1,3],[1,0],[1,-3],[1,0],[1,3],[1,0],[1,1],[0,2],[-4,-2],[-3,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,2],[-2,4],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,2],[-1,0],[-1,5],[-2,1],[-2,-2],[-1,-3],[0,1],[0,2],[1,2],[5,9],[2,1],[1,1],[-1,0],[1,1],[2,8],[1,3],[1,1],[2,1],[1,2],[1,1],[3,1],[0,1],[2,2],[5,4],[-2,-3],[-3,-1],[-1,-2],[5,1],[1,-1],[0,-3],[-1,-2],[-4,0],[-2,-4],[-1,0],[0,-1],[1,-2],[1,-1],[1,1],[0,1],[1,-2],[0,-1],[-1,-1],[1,-3],[1,-3],[1,-2],[0,1],[-1,7],[-1,3],[2,1],[3,-1],[3,2],[0,3],[-1,1],[-1,0],[0,1],[10,-3],[11,4],[-3,0],[-2,2],[-1,3],[2,0],[2,-3],[10,0],[5,5],[5,8],[1,1],[1,2],[1,1],[9,18],[4,12],[2,7],[6,15],[4,7],[2,1],[2,4],[1,2],[1,1],[1,-1],[1,-1],[0,-2],[0,-1],[-2,3],[-1,0],[-2,-5],[-1,-1],[1,-3],[0,-1],[0,-3],[1,-1],[3,-1],[-1,-2],[0,-2],[1,0],[5,0],[3,-1],[1,-2],[0,-3],[1,-1],[1,0],[-1,-2],[-1,-3],[0,-1],[1,0],[1,1],[1,2],[1,2],[0,1],[1,0],[0,-2],[0,-1],[1,0],[1,2],[1,0],[5,-4],[1,-2],[1,-3],[0,-3],[0,-4],[0,-3],[-1,-2],[-1,-1],[-1,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-6,-2],[-1,0],[1,-1],[1,-1],[1,-2],[-2,-2],[-2,0],[-1,-1],[0,-1],[2,2],[1,-1],[0,-1],[-1,-1],[1,-1],[2,1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-2],[-1,-2],[0,-1],[2,1],[0,1],[1,2],[-1,1],[0,1],[0,2],[0,2],[1,1],[2,-1],[1,1],[1,1],[1,1],[0,-1],[1,-2],[1,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,0],[1,-3],[1,0],[0,3],[1,1],[0,2],[0,2],[0,3],[0,3],[0,1],[2,1],[1,6],[1,1],[1,1],[1,2],[0,1],[1,-1],[1,-4],[1,-1],[1,2],[-1,3],[0,2],[0,2],[-2,3],[0,2],[0,2],[2,3],[0,1],[1,-1],[1,-5],[1,0],[0,2],[0,3],[0,1],[-1,2],[1,1],[0,1],[1,0],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-4],[1,-1],[-1,-1],[-1,-2],[0,-2],[1,-1],[1,1],[0,2],[0,5],[0,2],[1,2],[-1,2],[0,1],[1,1],[2,-1],[0,-1],[1,-2],[0,-1],[0,1],[1,1],[1,-1],[1,-2],[1,-4],[3,-3],[1,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[-1,-2],[-3,-1],[0,-2],[3,1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[1,-1],[1,0],[3,2],[2,0],[2,-2],[1,-1],[1,-3],[-1,-2],[1,-1],[1,0],[1,0],[1,2],[2,6],[2,2],[1,5],[1,2],[11,-1],[2,2],[2,0],[2,4],[1,0],[3,0],[0,-1],[1,-2],[1,-1],[1,1],[0,1],[3,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-2],[1,-1],[0,-2],[1,-3],[1,0],[1,4],[-1,3],[0,1],[-1,1],[-1,0],[1,1],[5,0],[6,-5],[3,-5],[0,-1],[-1,-2],[-3,-7],[-2,-1],[0,-1],[1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-4],[1,-3],[1,-2],[5,-4],[3,0],[1,0],[1,-3],[-1,-1],[-1,1],[-7,1],[-2,-1],[-1,2],[-1,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[1,1],[1,-2],[1,0],[1,1],[14,3],[3,-2],[3,1],[1,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[-2,1],[0,-1],[0,-1],[2,-1],[-3,-2],[-1,-2],[-1,-4],[7,-2],[7,0],[2,-1],[1,0],[1,-2],[0,-1],[1,-1],[1,-3],[1,-1],[1,1],[0,1],[-1,2],[0,3],[0,3],[1,1],[6,1],[0,1],[0,1],[3,0],[0,1],[1,1],[0,-1],[2,-1],[0,1],[-1,1],[0,1],[0,2],[5,1],[0,-1],[1,0],[1,1],[1,-1],[0,-2],[0,-1],[0,-1],[1,0],[1,2],[1,1],[1,-3],[0,-2],[-2,-6],[0,-1],[1,0],[4,4],[4,0],[6,10],[1,0],[1,-2],[1,0],[2,2],[4,0],[1,2],[1,0],[1,-2],[0,-1],[-1,-1],[3,-1],[1,1],[-1,1],[1,1],[9,-6],[0,-2],[1,-1],[0,-2],[1,-1],[1,2],[3,-4],[3,1],[1,0],[0,-3],[1,0],[1,-1],[1,-2],[1,-2],[1,-2],[0,-2],[-1,-3],[4,-1],[1,1],[2,5],[1,1],[2,-1],[1,-1],[2,-4],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[2,2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[0,-1],[1,-1],[3,-3],[7,-1],[5,-3],[0,1],[1,-1],[0,-1],[2,-1],[7,1],[0,2],[1,1],[3,-1],[8,-1],[6,0],[4,-4],[3,0],[1,2],[1,-2],[1,0],[0,3],[1,-1],[2,-5],[1,-2],[2,-3],[1,-2],[0,-1],[0,-1],[1,0],[0,2],[1,1],[1,0],[0,-1],[1,-4],[0,-1],[1,-1],[2,-2],[1,0],[3,2],[0,-1],[0,-1],[-2,-5],[1,-1],[3,2],[6,-4],[1,3],[1,0],[1,-2],[3,-1],[4,1],[0,1],[2,4],[3,4],[6,0],[1,0],[0,2],[0,1],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,1],[1,3],[0,5],[0,2],[-1,1],[0,2],[2,1],[0,-1],[1,-1],[1,-1],[0,1],[1,1],[1,0],[1,0],[1,3],[1,0],[2,-2],[3,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-1],[0,-3],[1,-1],[4,2],[0,-1],[1,-7],[1,-1],[0,1],[0,2],[-1,2],[0,3],[1,2],[0,1],[1,0],[2,-2],[1,-1],[0,-1],[0,-1],[1,0],[2,1],[0,-1],[1,0],[0,-3],[1,-1],[0,1],[1,1],[0,1],[1,-1],[7,-8],[1,-1],[0,-1],[0,-4],[0,-1],[1,0],[0,1],[1,1],[1,-2],[-1,0],[1,-2],[2,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[1,-4],[0,-1],[5,-1],[1,-2],[1,-4],[0,-1],[1,-1],[1,1],[0,1],[1,1],[1,-1],[1,-2],[5,-4],[3,-5],[1,-2],[1,-1],[0,-2],[1,-5],[1,-2],[4,-2],[0,1],[1,3],[0,2],[0,1],[-1,0],[-1,1],[0,1],[8,-6],[0,-1]]],"transform":{"scale":[0.035896033450945095,0.006857709731336708],"translate":[-179.1435033839999,14.546282924364334]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment