Skip to content

Instantly share code, notes, and snippets.

@alpha-beta-soup
Last active May 21, 2017 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alpha-beta-soup/faa02be104b53949257e70c2debf7a7f to your computer and use it in GitHub Desktop.
Save alpha-beta-soup/faa02be104b53949257e70c2debf7a7f to your computer and use it in GitHub Desktop.
d3 map experiment with NZTM
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.land {
fill: #ddd;
}
.boundary {
fill: none;
stroke: #999;
}
</style>
<svg width="960" height="800"></svg>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/topojson.v2.min.js"></script>
<script>
var svg = d3.select("svg"),
width = +svg.attr("width"),
height = +svg.attr("height");
// function scale (scaleFactor, width, height) {
// return d3.geoTransform({
// point: function(x, y) {
// this.stream.point( (x - width/2) * scaleFactor + width/2 , (y - height/2) * scaleFactor + height/2);
// }
// });
// }
var path = d3.geoPath().projection(null);//scale(1, width, height))
d3.json("build/wards-simple-topo.json", function(error, nz) {
if (error) throw error;
// console.log(nz)
// nz.transform.scale = [0,0];//undefined;
// nz.transform.translate = [0,0];
svg.append("path")
.datum(topojson.feature(nz, nz.objects.wards))
.attr("class", "land")
.attr("d", path);
// svg.append("path")
// .datum(topojson.mesh(nz, nz.objects.wards, function(a, b) { return a !== b; }))
// .attr("class", "boundary")
// .attr("d", path);
});
</script>
build/ESRI_Census_Based_2013_NZTM.zip:
mkdir -p $(dir $@)
curl -o $@ http://www3.stats.govt.nz/digitalboundaries/census/$(notdir $@)
build/ESRI_Census_Based_2013_NZTM.shp: build/ESRI_Census_Based_2013_NZTM.zip
unzip -od $(dir $@) $<
touch $@
build/wards.geojson: build/ESRI\ shapefile\ Output/2013\ Digital\ Boundaries\ Generalised\ Clipped/WARD2013_GV_Clipped.shp
ogr2ogr -f GeoJSON build/wards.geojson build/ESRI\ shapefile\ Output/2013\ Digital\ Boundaries\ Generalised\ Clipped/WARD2013_GV_Clipped.shp -s_srs EPSG:2193 -t_srs EPSG:2193
build/wards.json: build/wards.geojson
node_modules/topojson/node_modules/topojson-server/bin/geo2topo \
-o $@ \
wards=$<
build/wards-simple-topo.json: build/wards.json
node_modules/topojson/node_modules/topojson-client/bin/topoquantize 1e4 \
< $< \
> build/wards-simple-topo.json
{
"name": "d3-bubble-map",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gistup": "^0.1.3",
"http-server": "^0.10.0"
},
"dependencies": {
"topojson": "^3.0.0"
}
}
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","bbox":[1089971.2144,4747987.3642,2470042.127,6194308.4926],"transform":{"scale":[138.02089334933493,144.64657749774986],"translate":[1089971.2144,4747987.3642]},"objects":{"wards":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","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]]],"properties":{"WARD2013":"00101","WARD2013_N":"Te Hiku Ward"}},{"type":"MultiPolygon","arcs":[[[31,32,33,-1,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]]],"properties":{"WARD2013":"00102","WARD2013_N":"Bay of Islands-Whangaroa Ward"}},{"type":"MultiPolygon","arcs":[[[-2,-34,201,202,203]],[[204]],[[205]],[[206]],[[207]]],"properties":{"WARD2013":"00103","WARD2013_N":"Kaikohe-Hokianga Ward"}},{"type":"Polygon","arcs":[[-33,208,209,210,211,212,-202]],"properties":{"WARD2013":"00201","WARD2013_N":"Mangakahia-Maungatapere Ward"}},{"type":"MultiPolygon","arcs":[[[213,214,-209,-32,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]]],"properties":{"WARD2013":"00202","WARD2013_N":"Hikurangi-Coastal Ward"}},{"type":"MultiPolygon","arcs":[[[310,311,312,-214,313]],[[314]],[[315]],[[316]],[[317]],[[318]],[[319]],[[320]],[[321]],[[322]],[[323]]],"properties":{"WARD2013":"00203","WARD2013_N":"Whangarei Heads Ward"}},{"type":"Polygon","arcs":[[-215,-313,324,-210]],"properties":{"WARD2013":"00204","WARD2013_N":"Denby Ward"}},{"type":"MultiPolygon","arcs":[[[325,326,-211,-325,-312]],[[-311,327]]],"properties":{"WARD2013":"00205","WARD2013_N":"Okara Ward"}},{"type":"MultiPolygon","arcs":[[[328,-212,-327,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]]],"properties":{"WARD2013":"00206","WARD2013_N":"Bream Bay Ward"}},{"type":"Polygon","arcs":[[354]],"properties":{"WARD2013":"00301","WARD2013_N":"Dargaville Ward"}},{"type":"Polygon","arcs":[[-203,-213,-329,355,356],[-355]],"properties":{"WARD2013":"00302","WARD2013_N":"West Coast-Central Ward"}},{"type":"MultiPolygon","arcs":[[[357,358,359,-356,-331]],[[360]],[[361]],[[362]],[[363]],[[364]],[[365]]],"properties":{"WARD2013":"00303","WARD2013_N":"Otamatea Ward"}},{"type":"MultiPolygon","arcs":[[[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]]],"properties":{"WARD2013":"01101","WARD2013_N":"Coromandel-Colville Ward"}},{"type":"MultiPolygon","arcs":[[[411,412,-367,413]],[[414]],[[415]],[[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]],[[466]],[[467]],[[468]],[[469]],[[470]],[[471]],[[472]],[[473]],[[474]],[[475]],[[476]],[[477]],[[478]],[[479]],[[480]],[[481]],[[482]],[[483]],[[484]],[[485]]],"properties":{"WARD2013":"01102","WARD2013_N":"Mercury Bay Ward"}},{"type":"Polygon","arcs":[[-368,-413,486,487,488,489]],"properties":{"WARD2013":"01103","WARD2013_N":"Thames Ward"}},{"type":"MultiPolygon","arcs":[[[490,491,-487,-412,492],[493]],[[494]],[[495]],[[496]],[[497]],[[498]],[[499]],[[500]],[[501]],[[502]],[[503]],[[504]],[[505]],[[506]],[[507]],[[508]],[[509]],[[510]],[[511]],[[512]],[[513]],[[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]]],"properties":{"WARD2013":"01104","WARD2013_N":"South Eastern Ward"}},{"type":"MultiPolygon","arcs":[[[574,-489,575,576,577,578,579]],[[580,581,582]]],"properties":{"WARD2013":"01201","WARD2013_N":"Plains Ward"}},{"type":"Polygon","arcs":[[583,-576,-488,-492,584]],"properties":{"WARD2013":"01202","WARD2013_N":"Paeroa Ward"}},{"type":"Polygon","arcs":[[585,586,587,-585,-491,588]],"properties":{"WARD2013":"01203","WARD2013_N":"Waihi Ward"}},{"type":"Polygon","arcs":[[589,590,591,592]],"properties":{"WARD2013":"01301","WARD2013_N":"Awaroa ki Tuakau Ward"}},{"type":"Polygon","arcs":[[593,594,-591,595]],"properties":{"WARD2013":"01302","WARD2013_N":"Onewhero Ward"}},{"type":"Polygon","arcs":[[-596,-590,596,-583,597,-580,598,599,600]],"properties":{"WARD2013":"01303","WARD2013_N":"Whangamarino Ward"}},{"type":"Polygon","arcs":[[601,602,603,604,-599,-579,605]],"properties":{"WARD2013":"01304","WARD2013_N":"Hukanui-Waerenga Ward"}},{"type":"Polygon","arcs":[[606,607,608,609,610,611,-594,-601,612]],"properties":{"WARD2013":"01305","WARD2013_N":"Whaingaroa Ward"}},{"type":"Polygon","arcs":[[-600,-605,613,-613]],"properties":{"WARD2013":"01306","WARD2013_N":"Huntly Ward"}},{"type":"Polygon","arcs":[[-614,-604,614,615,616,-607]],"properties":{"WARD2013":"01307","WARD2013_N":"Ngaruawahia Ward"}},{"type":"Polygon","arcs":[[617,-608,-617,618]],"properties":{"WARD2013":"01308","WARD2013_N":"Newcastle Ward"}},{"type":"Polygon","arcs":[[-611,619,620]],"properties":{"WARD2013":"01309","WARD2013_N":"Raglan Ward"}},{"type":"Polygon","arcs":[[621,-602,622,623,624]],"properties":{"WARD2013":"01310","WARD2013_N":"Eureka Ward"}},{"type":"Polygon","arcs":[[625,626,-625,627,628]],"properties":{"WARD2013":"01311","WARD2013_N":"Tamahere Ward"}},{"type":"Polygon","arcs":[[-578,629,630,631,-623,-606]],"properties":{"WARD2013":"01501","WARD2013_N":"Morrinsville Ward"}},{"type":"Polygon","arcs":[[-577,-584,-588,632,633,-630]],"properties":{"WARD2013":"01502","WARD2013_N":"Te Aroha Ward"}},{"type":"Polygon","arcs":[[634,-631,-634,635,636,637]],"properties":{"WARD2013":"01503","WARD2013_N":"Matamata Ward"}},{"type":"Polygon","arcs":[[-626,638,-619,-616,639]],"properties":{"WARD2013":"01601","WARD2013_N":"West Ward"}},{"type":"Polygon","arcs":[[-615,-603,-622,-627,-640]],"properties":{"WARD2013":"01602","WARD2013_N":"East Ward"}},{"type":"Polygon","arcs":[[-629,640,641,642,643,644,-609,-618,-639]],"properties":{"WARD2013":"01701","WARD2013_N":"Pirongia Ward"}},{"type":"MultiPolygon","arcs":[[[-641,-628,645,646]],[[647]]],"properties":{"WARD2013":"01702","WARD2013_N":"Cambridge Ward"}},{"type":"Polygon","arcs":[[-646,-624,-632,-635,648,649,650,-642,-647],[-648]],"properties":{"WARD2013":"01703","WARD2013_N":"Maungatautari Ward"}},{"type":"Polygon","arcs":[[651]],"properties":{"WARD2013":"01704","WARD2013_N":"Te Awamutu Ward"}},{"type":"Polygon","arcs":[[652,-643,-651,653,654,655],[-652]],"properties":{"WARD2013":"01705","WARD2013_N":"Kakepuku Ward"}},{"type":"MultiPolygon","arcs":[[[-620,-610,-645,656,657,658]],[[659]],[[660]]],"properties":{"WARD2013":"01801","WARD2013_N":"Kawhia Ward"}},{"type":"Polygon","arcs":[[-644,-653,661,662,663,664,-657]],"properties":{"WARD2013":"01802","WARD2013_N":"Tihiroa Ward"}},{"type":"Polygon","arcs":[[665,-662,-656,666,667]],"properties":{"WARD2013":"01803","WARD2013_N":"Kiokio-Korakonui Ward"}},{"type":"Polygon","arcs":[[-666,668,-663]],"properties":{"WARD2013":"01804","WARD2013_N":"Otorohanga Ward"}},{"type":"Polygon","arcs":[[-667,-655,669,670,671,672]],"properties":{"WARD2013":"01805","WARD2013_N":"Wharepuhunga Ward"}},{"type":"Polygon","arcs":[[-669,-668,-673,673,674,-664]],"properties":{"WARD2013":"01806","WARD2013_N":"Waipa Ward"}},{"type":"Polygon","arcs":[[-649,-638,675,676]],"properties":{"WARD2013":"01901","WARD2013_N":"Tirau Ward"}},{"type":"Polygon","arcs":[[677,678,679,-670,-654,-650,-677]],"properties":{"WARD2013":"01902","WARD2013_N":"Putaruru Ward"}},{"type":"Polygon","arcs":[[680,681,-671,-680]],"properties":{"WARD2013":"01903","WARD2013_N":"Tokoroa Ward"}},{"type":"Polygon","arcs":[[682,-658,-665,-675,683,684,685],[686]],"properties":{"WARD2013":"02001","WARD2013_N":"Waitomo Rural Ward"}},{"type":"Polygon","arcs":[[-687]],"properties":{"WARD2013":"02002","WARD2013_N":"Te Kuiti Ward"}},{"type":"Polygon","arcs":[[687,688,689,690,-684,-674,-672,-682]],"properties":{"WARD2013":"02101","WARD2013_N":"Mangakino-Pouakani Ward"}},{"type":"Polygon","arcs":[[-689,691,692,693,694]],"properties":{"WARD2013":"02102","WARD2013_N":"Taupo-Kaingaroa Ward"}},{"type":"Polygon","arcs":[[695,-690,-695,696,697,698,699]],"properties":{"WARD2013":"02103","WARD2013_N":"Turangi-Tongariro Ward"}},{"type":"MultiPolygon","arcs":[[[-587,700,701,702,-636,-633]],[[703]],[[704]]],"properties":{"WARD2013":"02201","WARD2013_N":"Katikati Ward"}},{"type":"Polygon","arcs":[[705,-701,-586]],"properties":{"WARD2013":"02202","WARD2013_N":"Waihi Beach Ward"}},{"type":"MultiPolygon","arcs":[[[706,707,708,709,710,711,-678,-676,-637,-703,712]],[[713]],[[714]],[[715]],[[716]]],"properties":{"WARD2013":"02203","WARD2013_N":"Kaimai Ward"}},{"type":"Polygon","arcs":[[-710,717,718]],"properties":{"WARD2013":"02204","WARD2013_N":"Te Puke Ward"}},{"type":"MultiPolygon","arcs":[[[719,720,-711,-719,721,722]],[[723]],[[724]]],"properties":{"WARD2013":"02205","WARD2013_N":"Maketu Ward"}},{"type":"MultiPolygon","arcs":[[[-722,-718,-709,725,726]],[[727]],[[728]]],"properties":{"WARD2013":"02301","WARD2013_N":"Mount Maunganui-Papamoa Ward"}},{"type":"Polygon","arcs":[[729,730,731,-707,732]],"properties":{"WARD2013":"02302","WARD2013_N":"Otumoetai-Pyes Pa Ward"}},{"type":"MultiPolygon","arcs":[[[-730,733,-726,-708,-732,734],[735]],[[736]],[[737]]],"properties":{"WARD2013":"02303","WARD2013_N":"Te Papa-Welcome Bay Ward"}},{"type":"Polygon","arcs":[[-692,-688,-681,-679,-712,-721,738,739]],"properties":{"WARD2013":"02499","WARD2013_N":"Area Outside Ward"}},{"type":"Polygon","arcs":[[740,741,-739,-720,742,743],[744]],"properties":{"WARD2013":"02501","WARD2013_N":"Rangitaiki Ward"}},{"type":"MultiPolygon","arcs":[[[745,-744,746]],[[747]]],"properties":{"WARD2013":"02502","WARD2013_N":"Whakatane-Ohope Ward"}},{"type":"MultiPolygon","arcs":[[[-741,-746,748,749,750,751]],[[752]]],"properties":{"WARD2013":"02503","WARD2013_N":"Taneatua-Waimana Ward"}},{"type":"Polygon","arcs":[[-742,-752,753,754,-693,-740]],"properties":{"WARD2013":"02504","WARD2013_N":"Galatea-Murupara Ward"}},{"type":"Polygon","arcs":[[-745]],"properties":{"WARD2013":"02699","WARD2013_N":"Area Outside Ward"}},{"type":"Polygon","arcs":[[755,756,757,758,759]],"properties":{"WARD2013":"02701","WARD2013_N":"Coast Ward"}},{"type":"MultiPolygon","arcs":[[[760,761,-759,762,763,-750,764]],[[765]],[[766]],[[767]]],"properties":{"WARD2013":"02702","WARD2013_N":"Waioeka-Waiotahi Ward"}},{"type":"Polygon","arcs":[[768,-761]],"properties":{"WARD2013":"02703","WARD2013_N":"Opotiki Ward"}},{"type":"MultiPolygon","arcs":[[[-756,769,770]],[[771]]],"properties":{"WARD2013":"02801","WARD2013_N":"Matakaoa Ward"}},{"type":"Polygon","arcs":[[772,773,-763,-758,774,775]],"properties":{"WARD2013":"02802","WARD2013_N":"Waikohu Ward"}},{"type":"Polygon","arcs":[[776,-775,-757,-771,777]],"properties":{"WARD2013":"02803","WARD2013_N":"Waiapu Ward"}},{"type":"Polygon","arcs":[[-754,-751,-764,-774,778,779,780]],"properties":{"WARD2013":"02804","WARD2013_N":"Cook Ward"}},{"type":"MultiPolygon","arcs":[[[781,782,-776,-777,783]],[[784]]],"properties":{"WARD2013":"02805","WARD2013_N":"Uawa Ward"}},{"type":"Polygon","arcs":[[-773,-783,785,786,-779]],"properties":{"WARD2013":"02806","WARD2013_N":"Taruheru-Patutahi Ward"}},{"type":"MultiPolygon","arcs":[[[-782,787,-786]],[[788]]],"properties":{"WARD2013":"02807","WARD2013_N":"Gisborne Ward"}},{"type":"MultiPolygon","arcs":[[[789,-755,-781,790]],[[791]],[[792]]],"properties":{"WARD2013":"02999","WARD2013_N":"Area Outside Ward"}},{"type":"Polygon","arcs":[[-790,793,794,795,796,797,798,-697,-694]],"properties":{"WARD2013":"03001","WARD2013_N":"Mohaka Ward"}},{"type":"Polygon","arcs":[[799,800,801,802,803,-797],[804,805]],"properties":{"WARD2013":"03002","WARD2013_N":"Heretaunga Ward"}},{"type":"Polygon","arcs":[[806,-805]],"properties":{"WARD2013":"03003","WARD2013_N":"Hastings Ward"}},{"type":"Polygon","arcs":[[-807,-806]],"properties":{"WARD2013":"03004","WARD2013_N":"Flaxmere Ward"}},{"type":"MultiPolygon","arcs":[[[807,-798,-804,808,-802,809,810]],[[811]],[[812]]],"properties":{"WARD2013":"03005","WARD2013_N":"Kahuranaki Ward"}},{"type":"Polygon","arcs":[[-809,-803]],"properties":{"WARD2013":"03006","WARD2013_N":"Havelock North Ward"}},{"type":"Polygon","arcs":[[813,814,815,816,817,818,-795]],"properties":{"WARD2013":"03101","WARD2013_N":"Ahuriri Ward"}},{"type":"Polygon","arcs":[[-816,819,820]],"properties":{"WARD2013":"03102","WARD2013_N":"Onekawa-Tamatea Ward"}},{"type":"Polygon","arcs":[[-820,-815,821,822]],"properties":{"WARD2013":"03103","WARD2013_N":"Nelson Park Ward"}},{"type":"Polygon","arcs":[[-823,823,-800,-796,-819,824,-817,-821]],"properties":{"WARD2013":"03104","WARD2013_N":"Taradale Ward"}},{"type":"Polygon","arcs":[[825,826,827,-811,828],[829]],"properties":{"WARD2013":"03201","WARD2013_N":"Aramoana-Ruahine Ward"}},{"type":"Polygon","arcs":[[-830]],"properties":{"WARD2013":"03202","WARD2013_N":"Ruataniwha Ward"}},{"type":"MultiPolygon","arcs":[[[830,831,832],[833]],[[834]],[[835]],[[836]],[[837]],[[838]],[[839]],[[840]],[[841]],[[842]],[[843]],[[844]],[[845]],[[846]],[[847]],[[848]],[[849]],[[850]],[[851]]],"properties":{"WARD2013":"03301","WARD2013_N":"New Plymouth City Ward"}},{"type":"MultiPolygon","arcs":[[[-686,852,853,854,-831,855]],[[856]]],"properties":{"WARD2013":"03302","WARD2013_N":"North Ward"}},{"type":"Polygon","arcs":[[-855,857,858,859,-832]],"properties":{"WARD2013":"03303","WARD2013_N":"South-West Ward"}},{"type":"Polygon","arcs":[[-854,860,861,862,863,864,865,-858],[866]],"properties":{"WARD2013":"03401","WARD2013_N":"Stratford Rural Ward"}},{"type":"Polygon","arcs":[[-867]],"properties":{"WARD2013":"03402","WARD2013_N":"Stratford Urban Ward"}},{"type":"Polygon","arcs":[[867,868,869,-859]],"properties":{"WARD2013":"03501","WARD2013_N":"Egmont Plains Ward"}},{"type":"Polygon","arcs":[[-866,870,871,-868]],"properties":{"WARD2013":"03502","WARD2013_N":"Eltham Ward"}},{"type":"Polygon","arcs":[[872,873,-869,-872],[874]],"properties":{"WARD2013":"03503","WARD2013_N":"Tangahoe Ward"}},{"type":"Polygon","arcs":[[-875]],"properties":{"WARD2013":"03504","WARD2013_N":"Hawera-Normanby Ward"}},{"type":"Polygon","arcs":[[-873,-871,-865,875,876]],"properties":{"WARD2013":"03505","WARD2013_N":"Patea Ward"}},{"type":"Polygon","arcs":[[-853,-685,-691,877,878,-861]],"properties":{"WARD2013":"03601","WARD2013_N":"Ohura Ward"}},{"type":"Polygon","arcs":[[-696,879,-878]],"properties":{"WARD2013":"03602","WARD2013_N":"Taumarunui Ward"}},{"type":"Polygon","arcs":[[880,-862,-879,-880,-700]],"properties":{"WARD2013":"03603","WARD2013_N":"National Park Ward"}},{"type":"Polygon","arcs":[[-699,881,882,-863,-881]],"properties":{"WARD2013":"03604","WARD2013_N":"Waimarino-Waiouru Ward"}},{"type":"Polygon","arcs":[[-876,-864,-883,883,884,885,886]],"properties":{"WARD2013":"03799","WARD2013_N":"Area Outside Ward"}},{"type":"Polygon","arcs":[[-698,-799,-808,-828,887,888,-884,-882]],"properties":{"WARD2013":"03801","WARD2013_N":"Taihape Ward"}},{"type":"Polygon","arcs":[[889,-885,-889,890,891]],"properties":{"WARD2013":"03802","WARD2013_N":"Hunterville Ward"}},{"type":"Polygon","arcs":[[892,893,894,895,896]],"properties":{"WARD2013":"03803","WARD2013_N":"Bulls Ward"}},{"type":"Polygon","arcs":[[-892,897,-895,898]],"properties":{"WARD2013":"03804","WARD2013_N":"Marton Ward"}},{"type":"Polygon","arcs":[[-890,-899,-894,899,-886]],"properties":{"WARD2013":"03805","WARD2013_N":"Turakina Ward"}},{"type":"Polygon","arcs":[[-896,-898,-891,-888,-827,900,901,902,903,904,905,906]],"properties":{"WARD2013":"03901","WARD2013_N":"Kiwitea-Pohangina Ward"}},{"type":"Polygon","arcs":[[-897,-907,907,-905,908,909,910,911,912,913,914]],"properties":{"WARD2013":"03902","WARD2013_N":"Kairanga Ward"}},{"type":"Polygon","arcs":[[-906,-908]],"properties":{"WARD2013":"03903","WARD2013_N":"Feilding Ward"}},{"type":"Polygon","arcs":[[-909,-904,915,916,917,918]],"properties":{"WARD2013":"04001","WARD2013_N":"Papaioea Ward"}},{"type":"Polygon","arcs":[[-910,-919,919]],"properties":{"WARD2013":"04002","WARD2013_N":"Takaro Ward"}},{"type":"Polygon","arcs":[[-918,920,921,-911,-920]],"properties":{"WARD2013":"04003","WARD2013_N":"Awapuni Ward"}},{"type":"Polygon","arcs":[[-903,922,923,-912,-922,924,-916]],"properties":{"WARD2013":"04004","WARD2013_N":"Ashhurst-Fitzherbert Ward"}},{"type":"Polygon","arcs":[[-925,-921,-917]],"properties":{"WARD2013":"04005","WARD2013_N":"Hokowhitu Ward"}},{"type":"Polygon","arcs":[[-901,-826,925,926,927]],"properties":{"WARD2013":"04101","WARD2013_N":"North Tararua Ward"}},{"type":"Polygon","arcs":[[-902,-928,928,929,930,-923]],"properties":{"WARD2013":"04102","WARD2013_N":"South Tararua Ward"}},{"type":"Polygon","arcs":[[931,932,-914,933]],"properties":{"WARD2013":"04201","WARD2013_N":"Kere Kere Ward"}},{"type":"Polygon","arcs":[[-931,934,-934,-913,-924]],"properties":{"WARD2013":"04202","WARD2013_N":"Miranui Ward"}},{"type":"Polygon","arcs":[[935]],"properties":{"WARD2013":"04203","WARD2013_N":"Levin Ward"}},{"type":"Polygon","arcs":[[-935,-930,936,937,938,939,-932],[-936]],"properties":{"WARD2013":"04204","WARD2013_N":"Waiopehu Ward"}},{"type":"Polygon","arcs":[[-939,940,941,942,943,944,945]],"properties":{"WARD2013":"04301","WARD2013_N":"Otaki Ward"}},{"type":"MultiPolygon","arcs":[[[946,-944,947,948,949]],[[950]],[[951]],[[952]],[[953]]],"properties":{"WARD2013":"04302","WARD2013_N":"Paraparaumu Ward"}},{"type":"Polygon","arcs":[[-945,-947,954]],"properties":{"WARD2013":"04303","WARD2013_N":"Waikanae Ward"}},{"type":"Polygon","arcs":[[-949,955,956,957]],"properties":{"WARD2013":"04304","WARD2013_N":"Paekakariki-Raumati Ward"}},{"type":"Polygon","arcs":[[-957,958,959,960,961],[962]],"properties":{"WARD2013":"04401","WARD2013_N":"Northern Ward"}},{"type":"MultiPolygon","arcs":[[[963,964,965]],[[966]]],"properties":{"WARD2013":"04402","WARD2013_N":"Western Ward"}},{"type":"Polygon","arcs":[[967,968,-965,969,-961]],"properties":{"WARD2013":"04403","WARD2013_N":"Eastern Ward"}},{"type":"Polygon","arcs":[[970,971,-959,-956,-948,-943,972,973,974]],"properties":{"WARD2013":"04599","WARD2013_N":"Area Outside Ward"}},{"type":"Polygon","arcs":[[975,976,-968,-960,-972,977,978]],"properties":{"WARD2013":"04601","WARD2013_N":"Western Ward"}},{"type":"MultiPolygon","arcs":[[[979,-976,980,981,982,983]],[[984]],[[985]],[[986]]],"properties":{"WARD2013":"04602","WARD2013_N":"Harbour Ward"}},{"type":"Polygon","arcs":[[-978,-971,987,988,989]],"properties":{"WARD2013":"04603","WARD2013_N":"Northern Ward"}},{"type":"Polygon","arcs":[[-990,990,-981,-979]],"properties":{"WARD2013":"04604","WARD2013_N":"Central Ward"}},{"type":"Polygon","arcs":[[-982,-991,-989,991]],"properties":{"WARD2013":"04605","WARD2013_N":"Eastern Ward"}},{"type":"Polygon","arcs":[[-983,-992,-988,-975,992,993]],"properties":{"WARD2013":"04606","WARD2013_N":"Wainuiomata Ward"}},{"type":"Polygon","arcs":[[994,995,-966,-969,-977,-980,996]],"properties":{"WARD2013":"04701","WARD2013_N":"Northern Ward"}},{"type":"Polygon","arcs":[[997,998,999,-995,1000]],"properties":{"WARD2013":"04702","WARD2013_N":"Onslow-Western Ward"}},{"type":"Polygon","arcs":[[-998,1001,1002,1003]],"properties":{"WARD2013":"04703","WARD2013_N":"Lambton Ward"}},{"type":"Polygon","arcs":[[-1003,1004,1005]],"properties":{"WARD2013":"04704","WARD2013_N":"Eastern Ward"}},{"type":"MultiPolygon","arcs":[[[-1006,1006,-999,-1004]],[[1007]],[[1008]]],"properties":{"WARD2013":"04705","WARD2013_N":"Southern Ward"}},{"type":"Polygon","arcs":[[-929,-927,1009,1010,1011,1012,-937]],"properties":{"WARD2013":"04801","WARD2013_N":"Rural Ward"}},{"type":"Polygon","arcs":[[1013,-1012]],"properties":{"WARD2013":"04802","WARD2013_N":"Urban Ward"}},{"type":"Polygon","arcs":[[1014,1015,1016,-941,-938,-1013,-1014,-1011],[1017]],"properties":{"WARD2013":"04901","WARD2013_N":"Carterton Rural Ward"}},{"type":"Polygon","arcs":[[-1018]],"properties":{"WARD2013":"04902","WARD2013_N":"Carterton Urban Ward"}},{"type":"Polygon","arcs":[[1018,-973,-942,-1017,1019]],"properties":{"WARD2013":"05001","WARD2013_N":"Greytown Ward"}},{"type":"Polygon","arcs":[[-1019,1020,1021,-993,-974]],"properties":{"WARD2013":"05002","WARD2013_N":"Featherston Ward"}},{"type":"Polygon","arcs":[[-1016,1022,-1021,-1020]],"properties":{"WARD2013":"05003","WARD2013_N":"Martinborough Ward"}},{"type":"MultiPolygon","arcs":[[[1023,1024,1025,1026]],[[1027]],[[1028]],[[1029]],[[1030]],[[1031]],[[1032]],[[1033]],[[1034]],[[1035]],[[1036]],[[1037]],[[1038]],[[1039]],[[1040]],[[1041]],[[1042]],[[1043]],[[1044]],[[1045]],[[1046]],[[1047]],[[1048]],[[1049]]],"properties":{"WARD2013":"05101","WARD2013_N":"Golden Bay Ward"}},{"type":"Polygon","arcs":[[1050,1051,1052,1053,1054]],"properties":{"WARD2013":"05102","WARD2013_N":"Lakes-Murchison Ward"}},{"type":"MultiPolygon","arcs":[[[1055,-1025,1056,1057,1058,1059,1060,-1055]],[[1061]],[[1062]],[[1063]],[[1064]]],"properties":{"WARD2013":"05103","WARD2013_N":"Moutere-Waimea Ward"}},{"type":"MultiPolygon","arcs":[[[-1057,-1024,1065]],[[1066]],[[1067]],[[1068]],[[1069]],[[1070]],[[1071]],[[1072]],[[1073]],[[1074]],[[1075]]],"properties":{"WARD2013":"05104","WARD2013_N":"Motueka Ward"}},{"type":"MultiPolygon","arcs":[[[1076,1077,1078,-1059]],[[1079]],[[1080]]],"properties":{"WARD2013":"05105","WARD2013_N":"Richmond Ward"}},{"type":"MultiPolygon","arcs":[[[1081,-1078,1082]],[[1083]],[[1084]],[[1085]],[[1086]],[[1087]],[[1088]]],"properties":{"WARD2013":"05299","WARD2013_N":"Area Outside Ward"}},{"type":"MultiPolygon","arcs":[[[1089,-1060,-1079,-1082,1090]],[[1091]],[[1092]],[[1093]],[[1094]],[[1095]],[[1096]],[[1097]],[[1098]],[[1099]],[[1100]],[[1101]],[[1102]],[[1103]],[[1104]],[[1105]],[[1106]],[[1107]],[[1108]],[[1109]],[[1110]],[[1111]],[[1112]],[[1113]],[[1114]],[[1115]],[[1116]],[[1117]],[[1118]],[[1119]],[[1120]],[[1121]],[[1122]],[[1123]],[[1124]],[[1125]],[[1126]],[[1127]],[[1128]],[[1129]],[[1130]],[[1131]],[[1132]],[[1133]],[[1134]],[[1135]],[[1136]],[[1137]],[[1138]],[[1139]],[[1140]],[[1141]],[[1142]],[[1143]],[[1144]],[[1145]],[[1146]],[[1147]],[[1148]],[[1149]],[[1150]],[[1151]],[[1152]],[[1153]],[[1154]],[[1155]],[[1156]],[[1157]],[[1158]],[[1159]],[[1160]],[[1161]],[[1162]],[[1163]],[[1164]],[[1165]],[[1166]],[[1167]],[[1168]],[[1169]],[[1170]],[[1171]],[[1172]],[[1173]],[[1174]],[[1175]],[[1176]],[[1177]],[[1178]],[[1179]],[[1180]],[[1181]],[[1182]],[[1183]],[[1184]],[[1185]],[[1186]],[[1187]],[[1188]],[[1189]],[[1190]],[[1191]],[[1192]],[[1193]],[[1194]],[[1195]],[[1196]],[[1197]],[[1198]],[[1199]],[[1200]],[[1201]],[[1202]],[[1203]],[[1204]],[[1205]],[[1206]],[[1207]],[[1208]],[[1209]],[[1210]],[[1211]],[[1212]],[[1213]],[[1214]],[[1215]],[[1216]],[[1217]],[[1218]],[[1219]],[[1220]],[[1221]],[[1222]],[[1223]],[[1224]],[[1225]],[[1226]],[[1227]],[[1228]],[[1229]],[[1230]],[[1231]],[[1232]],[[1233]],[[1234]],[[1235]],[[1236]],[[1237]],[[1238]],[[1239]],[[1240]],[[1241]],[[1242]],[[1243]],[[1244]],[[1245]],[[1246]],[[1247]],[[1248]],[[1249]],[[1250]],[[1251]],[[1252]],[[1253]],[[1254]],[[1255]],[[1256]],[[1257]],[[1258]],[[1259]],[[1260]],[[1261]],[[1262]],[[1263]],[[1264]],[[1265]],[[1266]],[[1267]],[[1268]],[[1269]],[[1270]],[[1271]],[[1272]],[[1273]],[[1274]],[[1275]],[[1276]],[[1277]],[[1278]],[[1279]],[[1280]],[[1281]],[[1282]],[[1283]],[[1284]],[[1285]],[[1286]],[[1287]],[[1288]],[[1289]],[[1290]],[[1291]],[[1292]],[[1293]],[[1294]],[[1295]],[[1296]],[[1297]],[[1298]],[[1299]],[[1300]],[[1301]],[[1302]],[[1303]],[[1304]],[[1305]],[[1306]],[[1307]],[[1308]],[[1309]],[[1310]],[[1311]],[[1312]],[[1313]],[[1314]],[[1315]],[[1316]],[[1317]],[[1318]],[[1319]],[[1320]],[[1321]],[[1322]],[[1323]],[[1324]],[[1325]],[[1326]],[[1327]],[[1328]],[[1329]],[[1330]],[[1331]],[[1332]],[[1333]],[[1334]],[[1335]],[[1336]],[[1337]],[[1338]],[[1339]],[[1340]],[[1341]],[[1342]],[[1343]],[[1344]],[[1345]],[[1346]],[[1347]],[[1348]],[[1349]],[[1350]],[[1351]],[[1352]],[[1353]],[[1354]],[[1355]],[[1356]],[[1357]],[[1358]],[[1359]],[[1360]],[[1361]],[[1362]],[[1363]],[[1364]],[[1365]],[[1366]],[[1367]],[[1368]],[[1369]],[[1370]],[[1371]],[[1372]],[[1373]],[[1374]],[[1375]],[[1376]],[[1377]],[[1378]],[[1379]],[[1380]],[[1381]],[[1382]],[[1383]],[[1384]],[[1385]],[[1386]],[[1387]],[[1388]],[[1389]],[[1390]],[[1391]],[[1392]],[[1393]],[[1394]],[[1395]],[[1396]],[[1397]],[[1398]],[[1399]],[[1400]],[[1401]],[[1402]],[[1403]],[[1404]],[[1405]],[[1406]],[[1407]],[[1408]],[[1409]],[[1410]],[[1411]],[[1412]]],"properties":{"WARD2013":"05301","WARD2013_N":"Marlborough Sounds Ward"}},{"type":"MultiPolygon","arcs":[[[-1061,-1090,1413,1414,1415,1416,-1051],[1417]],[[1418]],[[1419]],[[1420]],[[1421]],[[1422]],[[1423]],[[1424]],[[1425]],[[1426]],[[1427]],[[1428]],[[1429]],[[1430]],[[1431]],[[1432]],[[1433]],[[1434]],[[1435]],[[1436]],[[1437]],[[1438]],[[1439]],[[1440]],[[1441]],[[1442]],[[1443]],[[1444]],[[1445]],[[1446]],[[1447]],[[1448]],[[1449]],[[1450]],[[1451]],[[1452]],[[1453]],[[1454]],[[1455]],[[1456]],[[1457]],[[1458]],[[1459]],[[1460]],[[1461]],[[1462]],[[1463]],[[1464]],[[1465]],[[1466]],[[1467]],[[1468]],[[1469]],[[1470]],[[1471]],[[1472]],[[1473]],[[1474]],[[1475]]],"properties":{"WARD2013":"05302","WARD2013_N":"Wairau-Awatere Ward"}},{"type":"Polygon","arcs":[[-1418]],"properties":{"WARD2013":"05303","WARD2013_N":"Blenheim Ward"}},{"type":"Polygon","arcs":[[1476,1477,1478,-1415]],"properties":{"WARD2013":"05499","WARD2013_N":"Area Outside Ward"}},{"type":"MultiPolygon","arcs":[[[-1026,-1056,-1054,1479,1480,1481]],[[1482]],[[1483]]],"properties":{"WARD2013":"05501","WARD2013_N":"Seddon Ward"}},{"type":"Polygon","arcs":[[1484,-1480,-1053,1485,1486]],"properties":{"WARD2013":"05502","WARD2013_N":"Inangahua Ward"}},{"type":"MultiPolygon","arcs":[[[-1481,-1485,1487,1488,1489]],[[1490]]],"properties":{"WARD2013":"05503","WARD2013_N":"Westport Ward"}},{"type":"Polygon","arcs":[[1491,-1489,1492,1493]],"properties":{"WARD2013":"05601","WARD2013_N":"Northern Ward"}},{"type":"Polygon","arcs":[[-1494,1494,1495,1496]],"properties":{"WARD2013":"05602","WARD2013_N":"Central Ward"}},{"type":"Polygon","arcs":[[1497,1498,1499,-1496]],"properties":{"WARD2013":"05603","WARD2013_N":"Southern Ward"}},{"type":"Polygon","arcs":[[-1488,-1487,1500,1501,1502,-1498,-1495,-1493]],"properties":{"WARD2013":"05604","WARD2013_N":"Eastern Ward"}},{"type":"Polygon","arcs":[[1503,-1499,-1503,1504,1505,1506,1507,1508,1509]],"properties":{"WARD2013":"05701","WARD2013_N":"Northern Ward"}},{"type":"Polygon","arcs":[[-1510,1510]],"properties":{"WARD2013":"05702","WARD2013_N":"Hokitika Ward"}},{"type":"MultiPolygon","arcs":[[[-1508,1511,1512,1513,1514,1515,1516,1517],[1518]],[[1519]],[[1520]],[[1521]],[[1522]],[[1523]],[[1524]],[[1525]],[[1526]],[[1527]],[[1528]],[[1529]],[[1530]],[[1531]],[[1532]],[[1533]]],"properties":{"WARD2013":"05703","WARD2013_N":"Southern Ward"}},{"type":"Polygon","arcs":[[-1417,1534,-1501,-1486,-1052]],"properties":{"WARD2013":"05801","WARD2013_N":"Hanmer Springs Ward"}},{"type":"Polygon","arcs":[[-1416,-1479,1535,1536,1537,1538,1539,1540,-1505,-1502,-1535]],"properties":{"WARD2013":"05802","WARD2013_N":"Amuri-Hurunui Ward"}},{"type":"Polygon","arcs":[[-1478,1541,1542,-1536]],"properties":{"WARD2013":"05803","WARD2013_N":"Cheviot Ward"}},{"type":"Polygon","arcs":[[1543,1544,-1537,-1543]],"properties":{"WARD2013":"05804","WARD2013_N":"Glenmark Ward"}},{"type":"Polygon","arcs":[[-1538,-1545,1545,1546]],"properties":{"WARD2013":"05805","WARD2013_N":"Amberley Ward"}},{"type":"Polygon","arcs":[[-1540,1547,1548,1549,1550,1551,1552,1553,1554]],"properties":{"WARD2013":"05901","WARD2013_N":"Oxford-Eyre Ward"}},{"type":"Polygon","arcs":[[1555,-1550,1556,-1548,-1539,-1547,1557]],"properties":{"WARD2013":"05902","WARD2013_N":"Woodend-Ashley Ward"}},{"type":"Polygon","arcs":[[-1557,-1549]],"properties":{"WARD2013":"05903","WARD2013_N":"Rangiora Ward"}},{"type":"Polygon","arcs":[[1558,1559,-1551,-1556]],"properties":{"WARD2013":"05904","WARD2013_N":"Kaiapoi Ward"}},{"type":"Polygon","arcs":[[-1552,-1560,1560,1561,1562,1563]],"properties":{"WARD2013":"06001","WARD2013_N":"Shirley-Papanui Ward"}},{"type":"Polygon","arcs":[[1564,1565,1566,-1553,-1564]],"properties":{"WARD2013":"06002","WARD2013_N":"Fendalton-Waimairi Ward"}},{"type":"Polygon","arcs":[[1567,1568,-1562]],"properties":{"WARD2013":"06003","WARD2013_N":"Burwood-Pegasus Ward"}},{"type":"Polygon","arcs":[[1569,1570,1571,1572,1573,-1566]],"properties":{"WARD2013":"06004","WARD2013_N":"Riccarton-Wigram Ward"}},{"type":"Polygon","arcs":[[-1569,1574,1575,1576,-1570,-1565,-1563]],"properties":{"WARD2013":"06005","WARD2013_N":"Hagley-Ferrymead Ward"}},{"type":"Polygon","arcs":[[-1577,1577,-1571]],"properties":{"WARD2013":"06006","WARD2013_N":"Spreydon-Heathcote Ward"}},{"type":"MultiPolygon","arcs":[[[1578,1579,-1572,-1578,-1576,1580]],[[1581]]],"properties":{"WARD2013":"06007","WARD2013_N":"Banks Peninsula Ward"}},{"type":"Polygon","arcs":[[1582,1583,1584,-1506,-1541,-1555]],"properties":{"WARD2013":"06201","WARD2013_N":"Malvern Ward"}},{"type":"Polygon","arcs":[[-1567,-1574,1585,1586,-1583,-1554]],"properties":{"WARD2013":"06202","WARD2013_N":"Selwyn Central Ward"}},{"type":"Polygon","arcs":[[-1587,1587,-1579,1588,1589,1590,-1584]],"properties":{"WARD2013":"06203","WARD2013_N":"Ellesmere Ward"}},{"type":"Polygon","arcs":[[-1586,-1573,-1580,-1588]],"properties":{"WARD2013":"06204","WARD2013_N":"Springs Ward"}},{"type":"Polygon","arcs":[[-1507,-1585,-1591,1591,1592,1593,-1512]],"properties":{"WARD2013":"06301","WARD2013_N":"Western Ward"}},{"type":"Polygon","arcs":[[1594,1595,1596,-1592,-1590],[1597]],"properties":{"WARD2013":"06302","WARD2013_N":"Eastern Ward"}},{"type":"Polygon","arcs":[[-1598]],"properties":{"WARD2013":"06303","WARD2013_N":"Ashburton Ward"}},{"type":"Polygon","arcs":[[1598,1599,-1593,-1597,1600]],"properties":{"WARD2013":"06401","WARD2013_N":"Geraldine Ward"}},{"type":"Polygon","arcs":[[-1596,1601,1602,1603,1604,-1601]],"properties":{"WARD2013":"06402","WARD2013_N":"Pleasant Point-Temuka Ward"}},{"type":"Polygon","arcs":[[1605,1606,-1603]],"properties":{"WARD2013":"06403","WARD2013_N":"Timaru Ward"}},{"type":"Polygon","arcs":[[-1594,-1600,1607,1608,1609,-1513]],"properties":{"WARD2013":"06501","WARD2013_N":"Pukaki Ward"}},{"type":"Polygon","arcs":[[-1599,-1605,1610,1611,-1608]],"properties":{"WARD2013":"06502","WARD2013_N":"Opuha Ward"}},{"type":"Polygon","arcs":[[1612,-1609,-1612,1613,1614,1615,1616]],"properties":{"WARD2013":"06601","WARD2013_N":"Hakataramea-Waihaorunga Ward"}},{"type":"Polygon","arcs":[[1617,1618,1619,-1614,-1611,-1604,-1607]],"properties":{"WARD2013":"06602","WARD2013_N":"Pareora-Otaio-Makikihi Ward"}},{"type":"Polygon","arcs":[[1620,-1616,1621,-1619,1622]],"properties":{"WARD2013":"06603","WARD2013_N":"Lower Waihao Ward"}},{"type":"Polygon","arcs":[[-1620,-1622,-1615]],"properties":{"WARD2013":"06604","WARD2013_N":"Waimate Ward"}},{"type":"MultiPolygon","arcs":[[[1623]],[[1624]],[[1625]],[[1626]],[[1627]]],"properties":{"WARD2013":"06799","WARD2013_N":"Area Outside Ward"}},{"type":"Polygon","arcs":[[1628,1629,-1514,-1610,-1613,1630,1631,1632]],"properties":{"WARD2013":"06801","WARD2013_N":"Ahuriri Ward"}},{"type":"Polygon","arcs":[[1633,1634]],"properties":{"WARD2013":"06802","WARD2013_N":"Oamaru Ward"}},{"type":"MultiPolygon","arcs":[[[1635,1636,1637,1638,1639]],[[1640]]],"properties":{"WARD2013":"06803","WARD2013_N":"Waihemo Ward"}},{"type":"Polygon","arcs":[[1641,-1639,1642,-1631,-1617,-1621,1643,-1635]],"properties":{"WARD2013":"06804","WARD2013_N":"Corriedale Ward"}},{"type":"Polygon","arcs":[[-1629,1644,1645,1646,1647,1648]],"properties":{"WARD2013":"06901","WARD2013_N":"Cromwell Ward"}},{"type":"Polygon","arcs":[[1649,-1645,-1633,1650,1651],[1652]],"properties":{"WARD2013":"06902","WARD2013_N":"Earnscleugh-Manuherikia Ward"}},{"type":"Polygon","arcs":[[-1651,-1632,-1643,-1638,1653,1654,1655]],"properties":{"WARD2013":"06903","WARD2013_N":"Maniototo Ward"}},{"type":"Polygon","arcs":[[-1653]],"properties":{"WARD2013":"06904","WARD2013_N":"Alexandra Ward"}},{"type":"Polygon","arcs":[[1656,-1652,-1656,1657,1658]],"properties":{"WARD2013":"06905","WARD2013_N":"Roxburgh Ward"}},{"type":"Polygon","arcs":[[-1516,1659,-1648,1660,1661],[1662]],"properties":{"WARD2013":"07001","WARD2013_N":"Queenstown-Wakatipu Ward"}},{"type":"Polygon","arcs":[[-1630,-1649,-1660,-1515]],"properties":{"WARD2013":"07002","WARD2013_N":"Wanaka Ward"}},{"type":"Polygon","arcs":[[-1663]],"properties":{"WARD2013":"07003","WARD2013_N":"Arrowtown Ward"}},{"type":"Polygon","arcs":[[1663,1664,1665,1666,-1654,-1637]],"properties":{"WARD2013":"07101","WARD2013_N":"Mosgiel-Taieri Ward"}},{"type":"MultiPolygon","arcs":[[[1667,-1664,-1636,1668],[1669]],[[1670]],[[1671]]],"properties":{"WARD2013":"07102","WARD2013_N":"Waikouaiti Coast-Chalmers Ward"}},{"type":"MultiPolygon","arcs":[[[1672]],[[1673]],[[-1668,1674,1675,-1665]]],"properties":{"WARD2013":"07103","WARD2013_N":"Central Ward"}},{"type":"Polygon","arcs":[[1676,1677,-1659,1678,1679]],"properties":{"WARD2013":"07201","WARD2013_N":"West Otago Ward"}},{"type":"Polygon","arcs":[[1680,1681,1682,-1680,1683,1684,1685,1686]],"properties":{"WARD2013":"07202","WARD2013_N":"Clinton Ward"}},{"type":"Polygon","arcs":[[-1684,-1679,-1658,-1655,-1667,1687,1688]],"properties":{"WARD2013":"07203","WARD2013_N":"Lawrence-Tuapeka Ward"}},{"type":"Polygon","arcs":[[1689,1690,1691,-1686,1692]],"properties":{"WARD2013":"07204","WARD2013_N":"Balclutha Ward"}},{"type":"MultiPolygon","arcs":[[[-1687,-1692,1693,1694]],[[1695]]],"properties":{"WARD2013":"07205","WARD2013_N":"Catlins Ward"}},{"type":"MultiPolygon","arcs":[[[1696,-1688,-1666,-1676,1697,1698]],[[1699]]],"properties":{"WARD2013":"07206","WARD2013_N":"Bruce Ward"}},{"type":"Polygon","arcs":[[-1699,1700,-1690,1701]],"properties":{"WARD2013":"07207","WARD2013_N":"Kaitangata-Matau Ward"}},{"type":"Polygon","arcs":[[-1697,-1702,-1693,-1685,-1689]],"properties":{"WARD2013":"07208","WARD2013_N":"Clutha Valley Ward"}},{"type":"MultiPolygon","arcs":[[[-1517,-1662,1702,1703,1704,1705]],[[1706]],[[1707]],[[1708]],[[1709]]],"properties":{"WARD2013":"07301","WARD2013_N":"Te Anau Ward"}},{"type":"MultiPolygon","arcs":[[[1710,1711,1712,-1705]],[[1713]],[[1714]]],"properties":{"WARD2013":"07302","WARD2013_N":"Tuatapere Ward"}},{"type":"Polygon","arcs":[[-1704,1715,1716,1717,1718,-1711]],"properties":{"WARD2013":"07303","WARD2013_N":"Wallace Ward"}},{"type":"Polygon","arcs":[[-1661,-1647,1719,1720,-1716,-1703]],"properties":{"WARD2013":"07304","WARD2013_N":"Five Rivers Ward"}},{"type":"MultiPolygon","arcs":[[[-1712,-1719,1721,1722]],[[1723]],[[1724]]],"properties":{"WARD2013":"07305","WARD2013_N":"Riverton Ward"}},{"type":"Polygon","arcs":[[-1720,-1646,-1650,-1657,-1678,1725,1726,1727,1728]],"properties":{"WARD2013":"07306","WARD2013_N":"Waikaia Ward"}},{"type":"Polygon","arcs":[[-1721,-1729,1729,1730,1731,-1717]],"properties":{"WARD2013":"07307","WARD2013_N":"Winton Ward"}},{"type":"Polygon","arcs":[[1732,1733,-1722,-1718,-1732,1734]],"properties":{"WARD2013":"07308","WARD2013_N":"Wallacetown Ward"}},{"type":"Polygon","arcs":[[-1735,-1731,1735,1736,1737,1738,1739,1740]],"properties":{"WARD2013":"07309","WARD2013_N":"Waihopai Ward"}},{"type":"MultiPolygon","arcs":[[[1741]],[[1742]],[[1743]],[[1744]],[[1745]],[[1746]],[[1747]],[[1748]],[[1749]],[[1750]],[[1751]],[[1752]],[[1753]],[[1754]],[[1755]],[[1756]],[[1757]],[[1758]],[[1759]],[[1760]],[[1761]],[[1762]],[[1763]],[[1764]],[[1765]],[[1766]],[[1767]],[[1768]],[[1769]],[[1770]],[[1771]],[[1772]],[[1773]],[[1774]],[[1775]],[[1776]],[[1777]],[[1778]],[[1779]],[[1780]],[[1781]],[[1782]],[[1783]],[[1784]],[[1785]],[[1786]],[[1787]],[[1788]],[[1789]],[[1790]],[[1791]],[[1792]],[[1793]],[[1794]],[[1795]],[[1796]],[[1797]],[[1798]],[[1799]],[[1800]],[[1801]],[[1802]],[[1803]],[[1804]],[[1805]],[[1806]],[[1807]],[[1808]],[[1809]],[[1810]],[[1811]],[[1812]],[[1813]],[[1814]],[[1815]],[[1816]],[[1817]],[[1818]],[[1819]],[[1820]],[[1821]],[[1822]],[[1823]],[[1824]],[[1825]],[[1826]],[[1827]],[[1828]],[[1829]],[[1830]],[[1831]],[[1832]],[[1833]],[[1834]],[[1835]],[[1836]],[[1837]],[[1838]],[[1839]],[[1840]],[[1841]],[[1842]],[[1843]],[[1844]],[[1845]],[[1846]],[[1847]],[[1848]],[[1849]],[[1850]],[[1851]],[[1852]],[[1853]],[[1854]],[[1855]],[[1856]],[[1857]],[[1858]],[[1859]],[[1860]],[[1861]],[[1862]],[[1863]],[[1864]],[[1865]],[[1866]],[[1867]],[[1868]],[[1869]],[[1870]],[[1871]],[[1872]],[[1873]],[[1874]],[[1875]],[[1876]],[[1877]],[[1878]],[[1879]],[[1880]],[[1881]],[[1882]],[[1883]],[[1884]],[[1885]],[[1886]],[[1887]],[[1888]],[[1889]],[[1890]],[[1891]],[[1892]],[[1893]],[[1894]],[[1895]],[[1896]],[[1897]],[[1898]],[[1899]],[[1900]],[[1901]],[[1902]],[[1903]],[[1904]],[[1905]],[[1906]],[[1907]],[[1908]],[[1909]],[[1910]],[[1911]],[[1912]],[[1913]],[[1914]],[[1915]],[[1916]],[[1917]],[[1918]],[[1919]],[[1920]],[[1921]],[[1922]],[[1923]],[[1924]],[[1925]],[[1926]],[[1927]],[[1928]],[[1929]],[[1930]],[[1931]],[[1932]],[[1933]],[[1934]],[[1935]],[[1936]],[[1937]],[[1938]],[[1939]],[[1940]],[[1941]],[[1942]],[[1943]],[[1944]],[[1945]],[[1946]],[[1947]],[[1948]],[[1949]],[[1950]],[[1951]],[[1952]],[[1953]],[[1954]],[[1955]],[[1956]],[[1957]],[[1958]],[[1959]],[[1960]],[[1961]],[[1962]],[[1963]],[[1964]],[[1965]],[[1966]],[[1967]],[[1968]],[[1969]],[[1970]],[[1971]],[[1972]],[[1973]],[[1974]],[[1975]],[[1976]],[[1977]],[[1978]],[[1979]],[[1980]],[[1981]],[[1982]],[[1983]],[[1984]],[[1985]],[[1986]],[[1987]],[[1988]],[[1989]],[[1990]],[[1991]],[[1992]],[[1993]],[[1994]],[[1995]],[[1996]],[[1997]],[[1998]],[[1999]],[[2000]],[[2001]],[[2002]],[[2003]],[[2004]],[[2005]],[[2006]],[[2007]],[[2008]],[[2009]],[[2010]],[[2011]],[[2012]],[[2013]],[[2014]],[[2015]],[[2016]],[[2017]],[[2018]],[[2019]],[[2020]],[[2021]],[[2022]],[[2023]],[[2024]],[[2025]],[[2026]],[[2027]],[[2028]],[[2029]],[[2030]],[[2031]],[[2032]],[[2033]],[[2034]],[[2035]],[[2036]],[[2037]],[[2038]],[[2039]],[[2040]],[[2041]],[[2042]],[[2043]],[[2044]],[[2045]],[[2046]],[[2047]],[[2048]],[[2049]],[[2050]],[[2051]],[[2052]],[[2053]],[[2054]],[[2055]],[[2056]],[[2057]],[[2058]],[[2059]],[[2060]],[[2061]],[[2062]],[[2063]],[[2064]],[[2065]],[[2066]],[[2067]],[[2068]],[[2069]],[[2070]],[[2071]],[[2072]],[[2073]],[[2074]],[[2075]],[[2076]],[[2077]],[[2078]],[[2079]],[[2080]],[[2081]],[[2082]],[[2083]],[[2084]],[[2085]],[[2086]],[[2087]],[[2088]],[[2089]],[[2090]],[[2091]],[[2092]],[[2093]],[[2094]],[[2095]],[[2096]],[[2097]],[[2098]],[[2099]],[[2100]],[[2101]],[[2102]],[[2103]],[[2104]],[[2105]],[[2106]],[[2107]],[[2108]],[[2109]],[[2110]],[[2111]],[[2112]],[[2113]],[[2114]],[[2115]],[[2116]],[[2117]],[[2118]],[[2119]],[[2120]],[[2121]],[[2122]],[[2123]],[[2124]],[[2125]],[[2126]],[[2127]],[[2128]],[[2129]],[[2130]],[[2131]],[[2132]],[[2133]],[[2134]],[[2135]],[[2136]],[[2137]],[[2138]],[[2139]],[[2140]],[[2141]],[[2142]],[[2143]],[[2144]],[[2145]]],"properties":{"WARD2013":"07310","WARD2013_N":"Stewart Island Ward"}},{"type":"Polygon","arcs":[[2146,-1681,-1695,2147,-1737,2148]],"properties":{"WARD2013":"07311","WARD2013_N":"Toetoes Ward"}},{"type":"Polygon","arcs":[[-1730,-1728,2149,-2149,-1736]],"properties":{"WARD2013":"07312","WARD2013_N":"Te Tipua Ward"}},{"type":"Polygon","arcs":[[-1677,-1683,2150,2151,2152,-1726]],"properties":{"WARD2013":"07401","WARD2013_N":"Waikaka Ward"}},{"type":"Polygon","arcs":[[-1727,-2153,2153,-2151,-1682,-2147,-2150],[2154]],"properties":{"WARD2013":"07402","WARD2013_N":"Kaiwera-Waimumu Ward"}},{"type":"Polygon","arcs":[[-2152,-2154]],"properties":{"WARD2013":"07403","WARD2013_N":"Gore Ward"}},{"type":"Polygon","arcs":[[-2155]],"properties":{"WARD2013":"07404","WARD2013_N":"Mataura Ward"}},{"type":"MultiPolygon","arcs":[[[-1733,-1741,2155]],[[-1739,2156]],[[2157]],[[2158]],[[2159]],[[2160]],[[2161]],[[2162]],[[2163]],[[2164]],[[2165]],[[2166]],[[2167]],[[2168]],[[2169]],[[2170]]],"properties":{"WARD2013":"07599","WARD2013_N":"Area Outside Ward"}},{"type":"MultiPolygon","arcs":[[[2171,2172,-359,2173,2174,2175,2176,2177]],[[2178]],[[2179]],[[2180]],[[2181]],[[2182]],[[2183]],[[2184]],[[2185]],[[2186]],[[2187]],[[2188]],[[2189]],[[2190]],[[2191]],[[2192]],[[2193]],[[2194]],[[2195]],[[2196]],[[2197]],[[2198]],[[2199]],[[2200]],[[2201]],[[2202]],[[2203]],[[2204]],[[2205]],[[2206]],[[2207]],[[2208]],[[2209]],[[2210]],[[2211]],[[2212]],[[2213]],[[2214]],[[2215]],[[2216]],[[2217]],[[2218]],[[2219]],[[2220]],[[2221]]],"properties":{"WARD2013":"07601","WARD2013_N":"Rodney Ward"}},{"type":"MultiPolygon","arcs":[[[2222,2223]],[[2224]],[[2225]],[[2226]],[[2227]],[[2228,2229,-2177,2230,-2175,2231]]],"properties":{"WARD2013":"07602","WARD2013_N":"Albany Ward"}},{"type":"Polygon","arcs":[[-2229,2232],[2233]],"properties":{"WARD2013":"07603","WARD2013_N":"North Shore Ward"}},{"type":"MultiPolygon","arcs":[[[2234]],[[2235]],[[2236]],[[2237]],[[2238,2239,-2172,2240,-2224,2241]]],"properties":{"WARD2013":"07604","WARD2013_N":"Waitakere Ward"}},{"type":"MultiPolygon","arcs":[[[2242]],[[2243]],[[2244]],[[2245]],[[2246,2247,2248,2249,2250]],[[2251]],[[2252]],[[2253]],[[2254]],[[2255]],[[2256]],[[2257]],[[2258]],[[2259]],[[2260]],[[2261]],[[2262]],[[2263]],[[2264]],[[2265]],[[2266]],[[2267]],[[2268]],[[2269]],[[2270]],[[2271]],[[2272]],[[2273]],[[2274]],[[2275]],[[2276]],[[2277]],[[2278]],[[2279]],[[2280]],[[2281]],[[2282]],[[2283]],[[2284]],[[2285]],[[2286]],[[2287]],[[2288]],[[2289]],[[2290]],[[2291]],[[2292]],[[2293]],[[2294]],[[2295]],[[2296]],[[2297]],[[2298]],[[2299]],[[2300]],[[2301]],[[2302]],[[2303]],[[2304]],[[2305]],[[2306]],[[2307]],[[2308]],[[2309]],[[2310]],[[2311]],[[2312]],[[2313]],[[2314]],[[2315]],[[2316]],[[2317]],[[2318]],[[2319]],[[2320]],[[2321]],[[2322]],[[2323]],[[2324]],[[2325]],[[2326]],[[2327]],[[2328]],[[2329]],[[2330]],[[2331]],[[2332]],[[2333]],[[2334]],[[2335]],[[2336]],[[2337]],[[2338]],[[2339]],[[2340]],[[2341]],[[2342]],[[2343]],[[2344]],[[2345]],[[2346]],[[2347]],[[2348]],[[2349]],[[2350]],[[2351]],[[2352]],[[2353]],[[2354]],[[2355]],[[2356]],[[2357]],[[2358]],[[2359]],[[2360]],[[2361]],[[2362]],[[2363]],[[2364]],[[2365]],[[2366]],[[2367]],[[2368]],[[2369]],[[2370]],[[2371]],[[2372]],[[2373]],[[2374]],[[2375]],[[2376]],[[2377]],[[2378]],[[2379]],[[2380]],[[2381]],[[2382]],[[2383]],[[2384]],[[2385]],[[2386]],[[2387]],[[2388]],[[2389]],[[2390]]],"properties":{"WARD2013":"07605","WARD2013_N":"Waitemata and Gulf Ward"}},{"type":"MultiPolygon","arcs":[[[2391,2392,2393,2394,2395,-2239]],[[2396]]],"properties":{"WARD2013":"07606","WARD2013_N":"Whau Ward"}},{"type":"Polygon","arcs":[[-2250,2397,2398,2399,-2395,2400,-2393,2401]],"properties":{"WARD2013":"07607","WARD2013_N":"Albert-Eden-Roskill Ward"}},{"type":"Polygon","arcs":[[-2398,-2249,2402,-2247,2403,2404],[2405]],"properties":{"WARD2013":"07608","WARD2013_N":"Orakei Ward"}},{"type":"Polygon","arcs":[[2406,2407,2408,-2399,-2405]],"properties":{"WARD2013":"07609","WARD2013_N":"Maungakiekie-Tamaki Ward"}},{"type":"Polygon","arcs":[[2409,2410,2411,2412,2413,2414]],"properties":{"WARD2013":"07610","WARD2013_N":"Howick Ward"}},{"type":"MultiPolygon","arcs":[[[2415,-2411]],[[2416]],[[2417]],[[2418]],[[2419]],[[2420]],[[2421]],[[-2415,2422,2423,-2408,2424],[2425]]],"properties":{"WARD2013":"07611","WARD2013_N":"Manukau Ward"}},{"type":"Polygon","arcs":[[-2423,-2414,2426,2427]],"properties":{"WARD2013":"07612","WARD2013_N":"Manurewa-Papakura Ward"}},{"type":"MultiPolygon","arcs":[[[-2427,-2413,2428,-581,-597,-593,2429]],[[2430]],[[2431]],[[2432]]],"properties":{"WARD2013":"07613","WARD2013_N":"Franklin Ward"}},{"type":"MultiPolygon","arcs":[[[2433]],[[2434]],[[2435]],[[2436]],[[2437]]],"properties":{"WARD2013":"99999","WARD2013_N":"Area Outside Ward"}}]}},"arcs":[[[4114,9566,0],[-4,-8,0],[-2,-4,0],[1,-1,0],[5,-2,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-3,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[5,-6,0],[2,-3,0],[7,-5,0],[0,-3,0],[0,-1,0],[1,0,0],[0,-3,0],[-3,-3,0],[-1,-2,0],[-3,-2,0],[-2,-2,0],[-1,0,0],[-6,0,0],[0,-1,0],[-3,-4,0],[1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-2,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[3,-3,0],[2,-2,0],[-3,-1,0],[-2,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,-3,0]],[[4071,9426,0],[-2,0,0],[-2,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-3,-3,0],[1,-1,0],[-1,0,0],[-2,-2,0],[-3,0,0],[-1,0,0],[-1,-1,0],[-2,-2,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-2,0,0],[-2,0,0],[-2,-4,0],[-2,-2,0],[-2,-4,0],[0,-1,0],[-1,0,0],[-4,-1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-3,-2,0],[-1,1,0],[-2,0,0],[-2,0,0],[-2,1,0],[-1,0,0],[-4,3,0],[-1,-1,0],[-3,-1,0],[-1,1,0],[-2,1,0],[-2,0,0],[-1,0,0],[-2,0,0],[-4,-8,0],[-3,-3,0],[0,-2,0],[-1,-2,0],[0,-1,0],[-3,-17,0],[-1,-1,0],[-4,-3,0],[1,0,0],[1,-1,0],[1,-1,0],[-20,0,0],[0,-7,0],[-24,1,0],[-5,0,0],[0,-9,0],[-28,1,0],[-4,0,0],[0,-2,0],[0,-1,0],[0,-2,0],[-10,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0]],[[3880,9321,0],[-1,1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-2,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,2,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-3,3,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-2,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-3,4,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[-3,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,-1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-2,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,1,0],[1,-1,0],[1,0,0],[1,1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[2,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,1,0],[1,2,0],[0,1,0],[2,0,0],[0,2,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[2,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-3,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[2,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[2,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[2,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[2,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[2,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-2,0],[0,-1,0],[1,-1,0],[2,1,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0]],[[3456,9940,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0]],[[3870,9545,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0]],[[3895,9534,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[2,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[3945,9697,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0]],[[3729,9984,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0]],[[3870,9536,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0]],[[3927,9707,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0]],[[3622,9775,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0]],[[3933,9701,0],[1,0,0],[-1,-1,0],[-1,1,0],[0,1,0],[1,0,0],[0,-1,0]],[[3797,9721,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0]],[[3800,9720,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0]],[[3985,9548,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0]],[[3956,9706,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0]],[[3453,9943,0],[0,1,0],[0,-1,0]],[[3600,9978,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[3562,9836,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[3801,9294,0],[0,1,0],[0,-1,0]],[[4077,9590,0],[0,0]],[[3873,9544,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0]],[[3797,9720,0],[-1,0,0],[1,0,0]],[[3957,9706,0],[0,0]],[[3950,9699,0],[-1,0,0],[1,0,0]],[[3799,9724,0],[-1,0,0],[1,0,0]],[[3622,9775,0],[0,0]],[[3625,9773,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[3950,9699,0],[0,0]],[[3957,9703,0],[0,1,0],[0,-1,0]],[[3957,9704,0],[0,0]],[[4558,9296,0],[-1,1,0],[-2,-1,0],[-1,-1,0],[-3,-4,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-5,-6,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-5,2,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-2,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[1,-4,0],[0,-1,0],[0,-2,0],[1,-3,0],[4,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-2,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-2,0],[-1,-1,0],[1,0,0],[1,0,0],[0,-2,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-16,0],[-6,-9,0],[-1,1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-2,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[2,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[0,-7,0],[-9,0,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,-8,0],[0,-6,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-5,0],[0,-2,0],[-10,0,0],[0,-1,0],[0,-2,0],[0,-3,0],[0,-5,0],[-1,-2,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-2,0],[-2,0,0],[0,1,0],[-2,0,0],[-6,0,0],[-4,0,0],[-3,0,0],[0,-12,0],[-2,0,0],[0,-2,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[3,-1,0],[0,-7,0],[-2,0,0],[-2,-1,0],[-1,-2,0],[-1,-1,0],[-6,-1,0],[-1,-1,0],[-2,1,0],[0,8,0],[-11,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-10,0,0],[0,-4,0],[-2,2,0],[-15,0,0],[-4,0,0],[-13,0,0],[1,-5,0],[3,-6,0],[-4,-1,0],[-5,-3,0],[-15,-7,0],[-10,3,0],[-8,2,0],[-5,-2,0]],[[4340,9080,0],[-4,-3,0],[-3,-1,0],[-2,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-8,2,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0]],[[4309,9076,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[2,1,0],[2,12,0],[-5,1,0],[0,1,0],[2,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[-2,2,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,1,0],[1,0,0],[-1,0,0],[4,15,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[5,4,0],[-3,0,0],[0,8,0],[0,3,0],[0,1,0],[0,3,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[0,1,0],[0,2,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[2,3,0],[0,1,0],[2,2,0],[1,0,0],[2,3,0],[2,2,0],[1,2,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-6,6,0],[1,1,0],[1,1,0],[1,0,0],[1,0,0],[-11,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[-1,1,0],[0,2,0],[1,0,0],[3,-2,0],[8,-2,0],[1,1,0],[1,6,0],[0,1,0],[1,1,0],[-1,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[2,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[2,1,0],[2,2,0],[1,0,0],[1,2,0],[1,1,0],[1,1,0],[-1,0,0],[-3,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[-4,3,0],[-3,2,0],[-1,1,0],[0,1,0],[-2,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-3,0,0],[-2,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-2,1,0],[-1,0,0],[-1,1,0],[-3,2,0],[-1,5,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[2,1,0],[1,1,0],[2,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,2,0],[0,1,0],[-9,7,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,-1,0],[-2,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-4,-2,0],[1,1,0],[0,1,0],[-1,2,0],[-2,2,0],[-3,2,0],[-3,4,0],[-1,1,0],[-1,0,0],[-1,0,0],[-6,4,0],[0,1,0],[-2,0,0],[-1,1,0],[0,1,0],[-1,2,0],[-1,0,0],[0,6,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-3,-3,0],[-3,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-2,0,0],[-1,-1,0],[-3,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,3,0],[-2,5,0],[-2,5,0],[2,0,0],[-1,2,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-2,0,0],[-1,-3,0],[-1,-2,0],[-4,0,0],[-4,-1,0],[-1,-3,0],[-1,-3,0],[-7,23,0],[-6,-3,0],[0,-1,0],[-1,2,0],[-1,0,0],[-1,1,0],[-3,2,0],[-2,3,0],[0,1,0],[1,1,0],[-1,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-2,-1,0],[-1,-1,0],[-5,3,0],[-2,2,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-3,3,0],[0,1,0],[0,3,0],[-1,0,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0]],[[4114,9566,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[2,1,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[1,-1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-3,0],[1,-1,0],[6,0,0],[3,-1,0],[1,0,0],[2,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[2,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-3,2,0],[0,1,0],[-3,2,0],[0,1,0],[1,2,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-2,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[2,1,0],[0,-2,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[4,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,2,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-2,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-2,0],[0,-1,0],[-1,-1,0],[-2,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-2,0,0],[0,-1,0],[1,-3,0],[0,-1,0],[0,-1,0],[2,-2,0],[2,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-2,-2,0],[-3,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[1,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[2,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[-1,1,0],[0,1,0],[-2,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[3,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[-1,-1,0],[2,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0]],[[4327,9541,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4508,9372,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0]],[[4481,9364,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0]],[[4406,9372,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0]],[[4208,9565,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4458,9353,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0]],[[4496,9375,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0]],[[4327,9507,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[4267,9551,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0]],[[4198,9513,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0]],[[4486,9364,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4493,9378,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0]],[[4336,9531,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0]],[[4325,9550,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0]],[[4333,9550,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0]],[[4194,9518,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0]],[[4200,9568,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0]],[[4318,9552,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0]],[[4580,9402,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0]],[[4501,9354,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0]],[[4322,9549,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0]],[[4388,9377,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0]],[[4327,9546,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0]],[[4320,9507,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[1,0,0]],[[4313,9509,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,1,0],[0,1,0],[1,0,0]],[[4266,9542,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4417,9318,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0]],[[4532,9359,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0]],[[4128,9573,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0]],[[4324,9511,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0]],[[4475,9361,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4410,9373,0],[0,-1,0],[0,1,0],[-1,0,0],[1,1,0],[0,-1,0]],[[4428,9311,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4323,9517,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,-1,0]],[[4421,9312,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0]],[[4236,9538,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0]],[[4361,9378,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,1,0],[1,0,0],[1,0,0]],[[4473,9362,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0]],[[4379,9370,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0]],[[4428,9372,0],[1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[4323,9513,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4408,9390,0],[1,0,0],[0,-1,0],[-1,1,0]],[[4411,9393,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4419,9373,0],[0,1,0],[1,0,0],[-1,-1,0]],[[4378,9372,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0]],[[4410,9388,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0]],[[4153,9573,0],[-1,0,0],[1,0,0]],[[4427,9377,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0]],[[4406,9375,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0]],[[4267,9522,0],[0,-1,0],[-1,1,0],[1,0,0]],[[4416,9321,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0]],[[4429,9368,0],[0,1,0],[0,1,0],[1,-1,0],[-1,-1,0]],[[4339,9545,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4427,9375,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0]],[[4316,9490,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0]],[[4430,9370,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[4468,9294,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0]],[[4384,9380,0],[0,-1,0],[0,1,0]],[[4313,9554,0],[-1,0,0],[1,0,0]],[[4315,9508,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4427,9374,0],[1,0,0],[-1,0,0]],[[4223,9536,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0]],[[4423,9374,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0]],[[4377,9371,0],[0,0]],[[4412,9390,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0]],[[4324,9517,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[4367,9382,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[4407,9374,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0]],[[4420,9372,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0]],[[4417,9376,0],[0,1,0],[0,-1,0]],[[4437,9397,0],[0,0]],[[4313,9486,0],[-1,0,0],[1,0,0]],[[4208,9557,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0]],[[4332,9531,0],[-1,0,0],[1,0,0]],[[4490,9373,0],[-1,0,0],[1,1,0],[0,-1,0]],[[4424,9377,0],[0,0]],[[4382,9372,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4429,9374,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0]],[[4151,9573,0],[1,0,0],[-1,0,0]],[[4364,9368,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0]],[[4377,9370,0],[-1,0,0],[1,0,0]],[[4178,9499,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4210,9555,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4240,9537,0],[-1,0,0],[1,0,0]],[[4380,9371,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0]],[[4428,9368,0],[0,1,0],[0,-1,0]],[[4368,9377,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0]],[[4252,9536,0],[0,0]],[[4425,9377,0],[-1,0,0],[1,0,0]],[[4349,9375,0],[0,1,0],[0,-1,0]],[[4323,9528,0],[-1,0,0],[1,0,0]],[[4364,9370,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0]],[[4429,9373,0],[0,1,0],[0,-1,0]],[[4370,9371,0],[0,0]],[[4332,9548,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4465,9290,0],[0,0]],[[4412,9390,0],[-1,0,0],[1,0,0]],[[4364,9374,0],[0,0]],[[4407,9375,0],[0,0]],[[4466,9351,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4322,9522,0],[1,0,0],[-1,0,0]],[[4179,9493,0],[0,1,0],[0,-1,0]],[[4382,9373,0],[-1,0,0],[1,0,0]],[[4325,9534,0],[0,1,0],[0,-1,0]],[[4420,9372,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0]],[[4419,9316,0],[-1,1,0],[1,0,0],[0,-1,0]],[[4487,9352,0],[-1,0,0],[1,0,0]],[[4485,9352,0],[1,0,0],[-1,0,0]],[[4418,9389,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0]],[[4311,9532,0],[0,1,0],[1,0,0],[-1,-1,0]],[[4424,9371,0],[0,0]],[[4428,9374,0],[0,0]],[[4429,9367,0],[0,0]],[[4167,9555,0],[0,0]],[[4474,9361,0],[-1,0,0],[1,0,0]],[[4314,9522,0],[0,0]],[[4412,9394,0],[0,0]],[[4151,9573,0],[0,1,0],[0,-1,0]],[[4265,9538,0],[0,1,0],[0,-1,0]],[[4427,9375,0],[0,0]],[[4415,9371,0],[0,0]],[[4428,9367,0],[1,0,0],[-1,0,0]],[[4260,9537,0],[0,0]],[[4263,9522,0],[0,1,0],[0,-1,0]],[[4364,9369,0],[0,0]],[[4380,9371,0],[0,0]],[[4490,9326,0],[0,0]],[[4416,9371,0],[-1,0,0],[1,0,0]],[[4412,9389,0],[0,0]],[[4414,9388,0],[0,0]],[[4259,9538,0],[1,0,0],[-1,0,0]],[[4416,9320,0],[0,0]],[[4382,9373,0],[0,0]],[[4408,9372,0],[0,0]],[[4413,9389,0],[0,0]],[[4411,9371,0],[0,0]],[[4411,9374,0],[0,0]],[[4428,9368,0],[1,0,0],[-1,0,0]],[[4428,9374,0],[0,0]],[[4412,9389,0],[1,0,0],[-1,0,0]],[[4417,9371,0],[0,0]],[[4415,9371,0],[0,0]],[[4411,9393,0],[0,0]],[[4413,9389,0],[0,0]],[[4426,9368,0],[0,0]],[[4412,9371,0],[0,0]],[[4404,9370,0],[1,0,0],[-1,0,0]],[[4405,9373,0],[0,0]],[[4412,9371,0],[0,0]],[[4419,9372,0],[0,0]],[[4426,9368,0],[0,0]],[[4416,9371,0],[0,0]],[[4419,9372,0],[0,0]],[[4419,9372,0],[0,0]],[[4419,9372,0],[0,0]],[[4419,9372,0],[0,0]],[[4429,9373,0],[0,0]],[[4419,9372,0],[-1,0,0],[1,0,0]],[[4419,9372,0],[0,0]],[[4429,9372,0],[0,1,0],[0,-1,0]],[[4424,9371,0],[0,0]],[[4429,9373,0],[0,0]],[[4429,9373,0],[0,0]],[[4429,9373,0],[0,0]],[[4424,9371,0],[0,0]],[[4429,9373,0],[0,0]],[[4309,9076,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[4,-6,0],[-35,0,0],[-4,0,0],[-14,1,0],[1,-1,0],[1,0,0],[-1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-5,6,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-6,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0]],[[4197,9067,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-10,0,0],[-12,0,0],[-12,0,0],[-1,0,0],[-8,0,0],[-1,-38,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[1,1,0],[-1,1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0]],[[4014,9015,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[0,-1,0],[1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[-1,0,0],[1,1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-2,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,0,0],[-1,0,0],[0,3,0],[-2,2,0],[-2,1,0],[-1,2,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-2,0],[0,-1,0],[0,-2,0],[2,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[1,1,0],[1,-1,0],[1,-1,0],[1,0,0],[-1,-3,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[-1,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,3,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[1,0,0],[-1,0,0],[1,2,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[2,0,0],[2,-1,0],[1,-1,0],[2,-2,0],[1,-2,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,2,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[-2,0,0],[3,2,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[2,1,0],[1,1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,2,0],[-1,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,1,0],[0,2,0],[-1,2,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-2,0],[0,-2,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,-4,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,-4,0],[1,0,0],[3,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-2,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-3,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[-1,0,0]],[[4077,9264,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0]],[[4058,9262,0],[-1,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[4014,9236,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4058,9239,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4340,9080,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[3,-1,0],[4,0,0],[0,1,0],[0,1,0],[1,1,0],[1,2,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-3,0],[1,-1,0],[2,0,0],[1,-2,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-2,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-3,0],[0,-2,0],[2,-2,0],[1,-1,0],[0,-2,0],[2,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[2,-3,0],[0,-1,0],[1,0,0],[2,-2,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[1,0,0],[0,1,0],[4,-2,0],[3,-1,0],[3,-1,0],[7,-2,0],[-1,-2,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,1,0],[1,-1,0],[8,-1,0],[0,3,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[8,-3,0],[1,3,0],[3,-1,0],[1,0,0],[2,-1,0],[5,3,0],[0,1,0],[1,-1,0],[1,1,0],[0,1,0],[0,1,0],[1,4,0]],[[4533,8999,0],[4,0,0],[2,-6,0],[1,0,0],[1,2,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-4,-5,0],[0,-1,0],[3,-4,0],[1,-1,0]],[[4552,8976,0],[-8,-1,0],[-3,2,0],[2,-7,0],[0,-2,0],[-1,0,0],[-1,0,0],[-1,3,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-4,0],[-4,-1,0],[-4,-1,0],[1,-3,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-2,0],[1,-1,0],[3,-5,0]],[[4538,8951,0],[3,-3,0],[-2,-2,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[-5,1,0],[0,6,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-2,-1,0],[-4,-2,0],[-3,-2,0],[-3,-1,0],[-3,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-3,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-3,0],[-1,0,0],[0,-1,0],[-1,0,0],[-4,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-5,0],[-2,1,0],[0,-1,0],[-2,-7,0],[-5,1,0],[0,-13,0],[-3,1,0],[-7,5,0],[-4,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0]],[[4418,8901,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,2,0],[1,14,0],[-7,1,0],[0,1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,-1,0],[-4,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,2,0],[0,1,0],[0,1,0],[1,1,0],[0,2,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-5,0,0],[-2,1,0],[-11,5,0],[-5,2,0],[-8,4,0],[-1,0,0],[-5,3,0],[2,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-4,3,0],[-3,2,0],[-4,3,0],[-3,0,0],[-5,0,0],[-3,2,0],[-3,5,0],[-10,-8,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-6,-3,0],[-2,3,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-2,6,0],[0,1,0],[0,1,0],[-1,1,0],[0,2,0],[-2,3,0],[1,1,0],[0,3,0],[-2,2,0],[-1,1,0],[-1,0,0],[-5,-3,0],[-2,-1,0],[-1,-1,0],[-4,-7,0],[-3,-5,0],[-13,-1,0],[-9,-1,0],[-1,-7,0],[-2,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,-7,0],[-3,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,13,0],[0,1,0],[0,17,0],[0,14,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,2,0],[1,1,0],[2,2,0],[3,0,0],[2,1,0],[1,1,0],[1,1,0],[0,2,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,2,0],[0,1,0],[1,0,0],[0,1,0],[-3,-4,0],[0,1,0],[0,1,0],[0,1,0],[-1,2,0],[1,1,0],[-1,1,0],[0,2,0],[0,1,0],[0,1,0],[-6,-1,0],[1,1,0],[1,3,0],[0,2,0],[1,14,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0]],[[4637,9040,0],[0,1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-3,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-2,-1,0],[-2,-2,0],[-1,0,0],[-2,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-3,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-2,0],[-2,-2,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,-2,0],[-1,-1,0],[-1,-2,0],[-1,0,0]],[[4571,9004,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,1,0],[0,-1,0],[-1,-2,0],[0,1,0],[-5,3,0],[-2,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-3,0],[1,-3,0],[1,0,0]],[[4558,9296,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-3,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[3,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,1,0],[1,0,0],[2,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-4,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0]],[[4838,9181,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0]],[[4837,9160,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0]],[[4645,9203,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0]],[[4708,9057,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,1,0]],[[4839,9149,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0]],[[4844,9152,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0]],[[4579,9258,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0]],[[4600,9263,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0]],[[4652,9165,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0]],[[4614,9196,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0]],[[4662,9153,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0]],[[4590,9219,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,-1,0]],[[4583,9234,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0]],[[4592,9218,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4606,9196,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4837,9162,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,1,0],[1,0,0]],[[4834,9164,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0]],[[4638,9176,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4614,9196,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[4646,9192,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4596,9266,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4598,9210,0],[0,1,0],[1,-1,0],[-1,0,0]],[[4836,9162,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0]],[[4604,9275,0],[-1,0,0],[0,1,0],[1,-1,0]],[[4592,9279,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4595,9265,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[4590,9213,0],[0,-1,0],[0,1,0]],[[4610,9197,0],[0,1,0],[0,-1,0]],[[4588,9227,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[4643,9203,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4565,9292,0],[0,1,0],[0,-1,0]],[[4591,9213,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0]],[[4635,9179,0],[-1,0,0],[1,0,0]],[[4702,9034,0],[-1,0,0],[1,0,0]],[[4578,9248,0],[0,0]],[[4635,9185,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4615,9196,0],[-1,0,0],[1,0,0]],[[4601,9195,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0]],[[4569,9285,0],[0,1,0],[0,-1,0]],[[4833,9161,0],[0,0]],[[4588,9228,0],[-1,0,0],[1,0,0]],[[4647,9203,0],[0,0]],[[4590,9219,0],[0,1,0],[0,-1,0]],[[4677,9037,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0]],[[4836,9161,0],[0,0]],[[4677,9037,0],[0,-1,0],[0,1,0]],[[4598,9210,0],[0,0]],[[4592,9217,0],[-1,0,0],[1,0,0]],[[4596,9265,0],[-1,0,0],[1,0,0]],[[4585,9233,0],[0,0]],[[4595,9263,0],[0,1,0],[0,-1,0]],[[4595,9264,0],[0,0]],[[4836,9163,0],[0,1,0],[0,-1,0]],[[4661,9149,0],[0,0]],[[4580,9279,0],[0,0]],[[4578,9248,0],[0,0]],[[4587,9228,0],[0,0]],[[4590,9213,0],[0,0]],[[4650,9160,0],[0,0]],[[4647,9194,0],[0,0]],[[4648,9195,0],[0,0]],[[4598,9211,0],[1,0,0],[-1,0,0]],[[4645,9201,0],[0,0]],[[4587,9227,0],[0,0]],[[4590,9219,0],[0,0]],[[4649,9196,0],[0,0]],[[4595,9266,0],[1,0,0],[-1,0,0]],[[4648,9195,0],[0,0]],[[4596,9263,0],[-1,0,0],[0,1,0],[1,-1,0]],[[4645,9172,0],[0,0]],[[4646,9172,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4598,9263,0],[0,0]],[[4610,9198,0],[0,0]],[[4641,9198,0],[-1,0,0],[1,0,0]],[[4584,9234,0],[0,-1,0],[0,1,0]],[[4592,9199,0],[1,0,0],[-1,0,0]],[[4644,9201,0],[0,0]],[[4596,9263,0],[-1,0,0],[1,0,0]],[[4588,9228,0],[0,0]],[[4645,9171,0],[0,1,0],[0,-1,0]],[[4587,9227,0],[0,0]],[[4595,9266,0],[0,0]],[[4645,9171,0],[-1,0,0],[1,0,0]],[[4647,9203,0],[0,0]],[[4652,9163,0],[0,0]],[[4647,9204,0],[0,-1,0],[0,1,0]],[[4646,9204,0],[0,0]],[[4647,9204,0],[0,0]],[[4647,9203,0],[0,0]],[[4647,9203,0],[0,0]],[[4646,9203,0],[0,1,0],[0,-1,0]],[[4647,9204,0],[0,0]],[[4646,9204,0],[0,0]],[[4676,9037,0],[0,0]],[[4597,8946,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[2,3,0],[-3,3,0],[-2,2,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0]],[[4587,8961,0],[2,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,2,0],[-1,1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[1,0,0],[-2,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0]],[[4567,8990,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,2,0],[0,1,0],[1,0,0],[1,0,0],[0,2,0],[0,2,0],[1,1,0]],[[4637,9040,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[-2,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,2,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[-2,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0]],[[4738,8883,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0]],[[4714,8976,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4729,8882,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0]],[[4730,8883,0],[0,1,0],[0,-1,0]],[[4738,8881,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0]],[[4711,8975,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0]],[[4718,8978,0],[0,-1,0],[0,1,0]],[[4715,8976,0],[0,0]],[[4717,8977,0],[0,0]],[[4711,8975,0],[0,1,0],[0,-1,0]],[[4567,8990,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,2,0],[0,1,0],[-1,-1,0],[-1,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-3,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,2,0]],[[4587,8961,0],[-1,0,0],[-4,2,0],[-1,0,0],[-2,2,0],[-3,2,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[2,0,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-7,0],[0,-1,0],[0,-2,0],[-1,0,0],[0,-1,0],[0,-2,0],[1,0,0],[1,-2,0],[0,-2,0],[-2,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-10,0,0],[1,1,0]],[[4568,8947,0],[0,1,0],[1,1,0],[-1,0,0],[-5,4,0],[-4,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-3,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-2,0],[-1,0,0],[-3,-3,0]],[[4597,8946,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,4,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,2,0],[2,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0]],[[4437,8760,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[1,1,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,7,0],[0,15,0],[-10,2,0],[0,13,0],[-14,7,0],[-11,4,0],[1,2,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[13,4,0],[0,2,0]],[[4568,8947,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[2,0,0],[2,1,0],[5,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,-2,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[1,-3,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[2,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-2,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0]],[[4728,8725,0],[-1,-7,0],[-5,-6,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,-1,0],[1,-2,0],[1,0,0],[1,-1,0],[1,0,0],[0,-2,0],[1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,2,0],[-2,4,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,0,0],[-4,2,0],[-1,-1,0],[-2,-2,0],[-1,-1,0],[-2,1,0],[-3,0,0],[0,7,0],[-2,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,2,0],[1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-3,16,0],[0,2,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[2,2,0],[0,1,0],[-1,2,0],[0,1,0],[-1,0,0],[-1,1,0],[0,2,0],[0,1,0],[-2,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,3,0],[0,8,0],[0,7,0],[-5,1,0],[-6,2,0],[-3,3,0],[-4,4,0],[-2,3,0],[-3,-2,0],[-2,-1,0],[-2,-1,0],[-9,-6,0],[-1,0,0],[-4,-3,0],[-8,-4,0],[-4,-2,0],[0,-1,0],[-1,0,0],[-5,-3,0],[-5,-3,0],[-7,-4,0],[-5,-3,0],[-5,-3,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0]],[[4807,8792,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0]],[[4823,8845,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0]],[[4843,8845,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0]],[[4860,8845,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0]],[[4806,8839,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0]],[[4804,8848,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4606,8904,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0]],[[4590,8909,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0]],[[4590,8919,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0]],[[4804,8763,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0]],[[4595,8904,0],[0,1,0],[0,1,0],[1,-1,0],[0,-1,0],[-1,0,0]],[[4589,8913,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4589,8912,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0]],[[4809,8844,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4587,8916,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0]],[[4835,8842,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4578,8923,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0]],[[4836,8836,0],[0,1,0],[0,-1,0]],[[4838,8837,0],[-1,0,0],[1,0,0]],[[4860,8841,0],[0,1,0],[0,-1,0]],[[4814,8841,0],[0,1,0],[0,-1,0]],[[4813,8841,0],[0,0]],[[4815,8842,0],[0,0]],[[4266,8807,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-2,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-3,-1,0],[-3,1,0],[-4,2,0],[-4,3,0],[1,0,0],[1,0,0],[1,0,0],[0,3,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[3,2,0],[0,1,0],[1,0,0],[3,3,0],[5,5,0],[0,-1,0],[1,-2,0],[1,0,0],[3,1,0],[2,1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0]],[[4437,8760,0],[-1,-6,0],[0,-4,0],[-2,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-4,0],[-1,-1,0],[-4,-17,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-2,0],[-1,0,0],[0,1,0],[-1,-1,0],[-2,-2,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-3,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-8,-7,0],[3,-2,0],[2,2,0],[2,-5,0],[2,-6,0],[1,0,0],[3,-7,0],[-1,-1,0],[-2,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[-2,-2,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-6,2,0],[-1,0,0],[-5,1,0],[1,-4,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[-1,-2,0],[0,-1,0],[1,-1,0],[-2,0,0],[0,-1,0],[3,-2,0],[-2,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0]],[[4376,8633,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-2,1,0],[0,1,0],[-2,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-3,-2,0],[-2,-2,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-2,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[4,3,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-2,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,2,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0]],[[4728,8725,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0]],[[4749,8668,0],[-7,-3,0],[1,-1,0],[-2,-3,0],[1,-1,0],[1,-1,0],[0,-2,0],[-3,-1,0],[-1,0,0],[0,-2,0],[-1,-2,0],[-1,0,0],[0,-1,0],[-3,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-2,0],[-1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-6,0,0],[-1,-4,0],[-2,1,0],[0,-1,0],[-1,0,0],[1,-2,0],[-2,1,0],[0,-4,0],[0,-1,0],[-2,1,0],[-2,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-2,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-6,0,0],[-1,0,0],[-1,-2,0],[-1,-1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0]],[[4660,8585,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,2,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[4470,8578,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0]],[[4454,8591,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0]],[[4523,8541,0],[0,1,0],[-1,0,0],[0,1,0],[1,-1,0],[1,0,0],[-1,0,0],[0,-1,0]],[[4456,8593,0],[-1,-1,0],[0,1,0],[1,0,0]],[[4524,8540,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0]],[[4573,8588,0],[0,0]],[[5383,8219,0],[-2,-2,0],[-3,0,0],[-4,0,0],[-4,-3,0],[-1,-1,0],[-7,-3,0],[-1,-1,0],[-1,-1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-10,-11,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[2,-6,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[4,-5,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-4,-13,0],[1,-1,0],[1,1,0],[0,-11,0],[0,-3,0],[6,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-8,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[3,-1,0],[1,0,0],[1,2,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,1,0],[-1,-1,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-5,0]],[[5363,8030,0],[-8,1,0],[-10,2,0],[-20,3,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0]],[[5289,8026,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,2,0],[1,3,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[3,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[-1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0]],[[5281,8158,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0]],[[5257,8167,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0]],[[5250,8181,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0]],[[5268,8148,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[5251,8119,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0]],[[5244,8218,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5249,8233,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0]],[[5234,8247,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0]],[[5261,8172,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0]],[[5245,8228,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0]],[[5260,8103,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0]],[[5254,8395,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5282,8166,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0]],[[5230,8249,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0]],[[5210,8426,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5299,8365,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0]],[[5243,8209,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0]],[[5263,8388,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5256,8226,0],[0,-1,0],[-1,1,0],[1,0,0]],[[5236,8244,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0]],[[5288,8184,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0]],[[5263,8104,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0]],[[5254,8390,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0]],[[5259,8179,0],[-1,1,0],[1,0,0],[0,-1,0]],[[5243,8173,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5251,8174,0],[0,-1,0],[0,1,0]],[[5242,8211,0],[1,0,0],[-1,0,0]],[[5241,8212,0],[-1,0,0],[0,1,0],[1,-1,0]],[[5250,8089,0],[1,0,0],[-1,0,0]],[[5249,8130,0],[-1,0,0],[1,0,0]],[[5253,8086,0],[-1,0,0],[1,0,0]],[[5265,8384,0],[0,0]],[[5249,8126,0],[0,1,0],[0,-1,0]],[[5233,8221,0],[-1,0,0],[1,0,0]],[[5258,8221,0],[0,1,0],[0,-1,0]],[[5264,8384,0],[0,0]],[[5256,8179,0],[0,0]],[[5240,8211,0],[0,0]],[[5251,8085,0],[0,1,0],[0,-1,0]],[[5249,8089,0],[0,0]],[[5302,8149,0],[0,0]],[[5274,8154,0],[0,1,0],[0,-1,0]],[[5539,8027,0],[-14,0,0],[0,-2,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-2,-4,0],[1,-2,0],[-2,-3,0],[-6,-1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,3,0],[-3,-2,0],[-1,-2,0],[-2,-5,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-13,-10,0],[-1,-1,0],[-8,-5,0],[-14,-8,0]],[[5435,7939,0],[0,5,0],[-2,4,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-42,-8,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,2,0],[0,1,0],[1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-4,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,15,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,4,0],[-8,7,0],[6,28,0]],[[5383,8219,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[2,0,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-5,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[-2,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[2,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0]],[[5503,8297,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-2,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0]],[[5599,8266,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0]],[[5495,8413,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0]],[[5565,8254,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0]],[[5576,8263,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0]],[[5557,8186,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0]],[[5519,8108,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0]],[[5541,8237,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0]],[[5549,8251,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0]],[[5519,8171,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0]],[[5561,8190,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,-1,0],[0,-1,0]],[[5531,8182,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0]],[[5506,8114,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0]],[[5552,8195,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0]],[[5539,8246,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,0,0]],[[5519,8195,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0]],[[5385,8166,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0]],[[5521,8088,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5508,8281,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0]],[[5495,8295,0],[-1,0,0],[0,1,0],[1,0,0],[1,-1,0],[-1,0,0]],[[5562,8074,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0]],[[5385,8218,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0]],[[5560,8255,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0]],[[5475,8135,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[5535,8179,0],[0,-1,0],[-1,1,0],[1,0,0]],[[5488,8275,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0]],[[5521,8168,0],[-1,0,0],[1,0,0]],[[5518,8108,0],[-1,0,0],[1,0,0]],[[5481,8293,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0]],[[5521,8190,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0]],[[5586,8260,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0]],[[5517,8098,0],[1,0,0],[0,-1,0],[-1,1,0]],[[5516,8110,0],[0,1,0],[0,-1,0]],[[5478,8286,0],[-1,0,0],[1,0,0]],[[5488,8294,0],[-1,0,0],[1,0,0]],[[5520,8104,0],[-1,0,0],[1,0,0]],[[5525,8177,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0]],[[5503,8405,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[5560,8253,0],[0,1,0],[1,-1,0],[-1,0,0]],[[5494,8296,0],[0,-1,0],[0,1,0]],[[5499,8116,0],[0,0]],[[5385,8165,0],[-1,0,0],[1,0,0]],[[5504,8112,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[5531,8181,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0]],[[5518,8193,0],[0,-1,0],[0,1,0]],[[5518,8098,0],[0,1,0],[0,-1,0]],[[5541,8238,0],[-1,0,0],[1,0,0]],[[5478,8291,0],[-1,0,0],[1,0,0]],[[5494,8296,0],[0,0]],[[5386,8202,0],[0,0]],[[5521,8171,0],[-1,-1,0],[0,1,0],[1,0,0]],[[5570,8253,0],[0,1,0],[0,-1,0]],[[5605,8261,0],[-1,0,0],[1,0,0]],[[5521,8168,0],[0,-1,0],[0,1,0]],[[5519,8169,0],[0,0]],[[5508,8278,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0]],[[5473,8135,0],[-1,0,0],[1,0,0]],[[5503,8299,0],[0,0]],[[5541,8248,0],[0,0]],[[5521,8168,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[5484,8274,0],[-1,0,0],[1,0,0]],[[5507,8303,0],[0,1,0],[0,-1,0]],[[5531,8182,0],[1,0,0],[-1,0,0]],[[5478,8286,0],[0,0]],[[5494,8251,0],[0,0]],[[5547,8251,0],[0,0]],[[5529,8180,0],[0,1,0],[0,-1,0]],[[5532,8181,0],[0,0]],[[5530,8182,0],[0,0]],[[5495,8251,0],[0,0]],[[5507,8304,0],[0,0]],[[5530,8182,0],[0,0]],[[5435,7939,0],[0,-1,0],[0,-2,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-2,-5,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-2,0],[0,-1,0],[1,0,0],[1,-6,0],[1,-3,0],[3,-7,0],[-12,-10,0],[-1,-6,0],[-3,-1,0],[-2,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[2,-2,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-3,0],[-5,0,0],[-1,-5,0],[8,-6,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[2,1,0],[-2,-12,0],[5,-15,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[3,-4,0],[4,-7,0],[-5,-3,0],[2,-4,0],[3,2,0],[1,0,0],[3,-2,0],[17,-3,0],[6,-1,0],[1,-2,0],[0,-1,0],[-1,-3,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[3,-4,0],[10,-5,0]],[[5486,7761,0],[-6,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0]],[[5386,7757,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-3,0,0],[-1,0,0],[-2,1,0],[-2,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,2,0],[-1,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,3,0],[0,1,0],[1,2,0],[0,1,0],[0,1,0],[-1,0,0],[0,2,0],[-1,1,0],[0,1,0],[0,1,0],[-2,2,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-2,1,0],[-1,2,0],[-1,0,0],[-1,1,0]],[[5329,7850,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0]],[[5546,7796,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-3,0,0],[-12,0,0],[-9,-1,0]],[[5486,7761,0],[0,0]],[[5539,8027,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-3,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0]],[[5531,7974,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0]],[[5593,7943,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0]],[[5567,7979,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0]],[[5693,8008,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0]],[[5683,7990,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0]],[[5687,8004,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0]],[[5669,8005,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0]],[[5581,7919,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0]],[[5586,7923,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0]],[[5555,7810,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0]],[[5541,8027,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0]],[[5681,7996,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0]],[[5696,8005,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5558,7805,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5695,8010,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0]],[[5679,7993,0],[1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[0,-1,0]],[[5687,7987,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5683,8030,0],[0,1,0],[1,-1,0],[-1,0,0]],[[5681,8008,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5680,7987,0],[0,1,0],[0,-1,0]],[[5682,8002,0],[0,1,0],[0,-1,0]],[[5694,8009,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5680,8012,0],[0,0]],[[5560,7803,0],[0,0]],[[5682,8032,0],[0,0]],[[5684,7991,0],[0,-1,0],[-1,0,0],[1,1,0]],[[5680,8001,0],[0,0]],[[5681,8002,0],[-1,1,0],[1,0,0],[0,-1,0]],[[5681,8002,0],[0,1,0],[0,-1,0]],[[5681,7991,0],[0,1,0],[0,-1,0]],[[5683,7991,0],[0,0]],[[5680,8001,0],[-1,0,0],[1,0,0]],[[5681,7986,0],[0,1,0],[0,-1,0]],[[5680,8011,0],[1,0,0],[-1,0,0]],[[5694,8006,0],[0,0]],[[5667,8005,0],[0,0]],[[5681,8002,0],[0,1,0],[0,-1,0]],[[5683,8031,0],[0,1,0],[0,-1,0]],[[5694,8003,0],[0,0]],[[5668,8005,0],[0,0]],[[5695,8004,0],[0,1,0],[0,-1,0]],[[5688,7987,0],[0,0]],[[5695,8008,0],[0,0]],[[5685,8003,0],[0,1,0],[0,-1,0]],[[5681,8001,0],[-1,0,0],[1,0,0]],[[5684,8003,0],[0,1,0],[0,-1,0]],[[5681,8003,0],[0,0]],[[5699,8005,0],[0,0]],[[5681,8000,0],[0,0]],[[5667,8005,0],[0,1,0],[0,-1,0]],[[5682,7999,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[5683,7986,0],[0,0]],[[5669,8005,0],[0,0]],[[5700,8005,0],[0,0]],[[5693,8003,0],[1,0,0],[-1,0,0]],[[5682,8003,0],[0,0]],[[5687,8004,0],[1,0,0],[-1,0,0]],[[5680,7987,0],[0,1,0],[0,-1,0]],[[5679,8000,0],[0,0]],[[5681,8000,0],[0,0]],[[5686,7987,0],[0,0]],[[5678,7987,0],[0,0]],[[5684,7986,0],[0,0]],[[5679,8000,0],[0,0]],[[5687,8003,0],[0,0]],[[5667,8006,0],[0,0]],[[5684,7986,0],[0,0]],[[5679,8000,0],[0,0]],[[5681,8002,0],[0,0]],[[5684,8003,0],[-1,0,0],[1,0,0]],[[5684,7989,0],[0,0]],[[5679,8000,0],[0,1,0],[0,-1,0]],[[5683,7991,0],[0,0]],[[5680,8001,0],[0,0]],[[5685,8004,0],[0,0]],[[5679,8000,0],[0,0]],[[5680,8001,0],[0,0]],[[5686,8004,0],[0,0]],[[5680,7998,0],[0,0]],[[5683,8000,0],[0,1,0],[0,-1,0]],[[5679,8000,0],[1,0,0],[-1,0,0]],[[5187,7840,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0]],[[5386,7757,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-5,1,0],[-3,-3,0],[-8,0,0],[-2,-1,0],[-3,0,0],[0,-1,0],[1,-1,0],[2,-2,0],[-2,-1,0],[1,-2,0],[-1,0,0],[1,-3,0],[-5,-2,0],[2,-2,0],[6,-9,0],[3,-5,0],[-11,-6,0],[0,-2,0],[-39,0,0],[-5,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-2,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0]],[[5313,7657,0],[-1,0,0],[-1,0,0],[1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[5305,7649,0],[-4,0,0],[-1,0,0],[-3,-1,0],[-5,0,0],[-4,-1,0],[-1,0,0],[-3,-1,0],[-6,-1,0],[-8,-4,0],[-2,0,0],[-4,-3,0],[-7,-3,0],[1,8,0],[-5,-1,0],[-1,0,0],[-13,3,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-10,-11,0],[-3,5,0]],[[5228,7649,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,2,0],[-2,2,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,2,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[2,1,0],[0,2,0],[0,1,0],[0,2,0],[0,1,0],[1,1,0],[1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-3,5,0],[-5,6,0],[-2,5,0],[-8,16,0],[-1,2,0],[-1,0,0],[-5,16,0],[-1,1,0],[-5,14,0]],[[5187,7764,0],[0,1,0],[-3,8,0],[-7,17,0],[3,0,0],[4,3,0],[0,11,0],[-8,5,0],[4,10,0],[1,4,0],[1,1,0],[3,9,0],[2,5,0],[0,2,0]],[[5157,7962,0],[15,2,0]],[[5172,7964,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[1,-1,0]],[[5188,7841,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-6,-1,0],[-3,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-3,1,0],[-1,-1,0],[-2,-2,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,7,0],[-1,0,0],[0,4,0],[0,1,0],[0,1,0],[-1,0,0],[0,16,0],[0,5,0],[-1,9,0],[-5,0,0],[-4,-3,0],[-1,1,0],[-7,10,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[1,1,0],[-1,2,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-2,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,-2,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[2,0,0],[0,-1,0],[1,0,0],[5,1,0],[0,10,0],[1,8,0],[-7,0,0],[0,15,0],[14,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[-2,14,0]],[[5446,7621,0],[-13,0,0],[-4,3,0],[1,-8,0],[0,1,0],[-1,0,0],[0,-1,0],[-2,8,0],[-8,-3,0],[-1,2,0],[-2,3,0],[-3,2,0],[-3,1,0],[-2,2,0],[-2,0,0],[-2,-1,0],[-4,-1,0],[-2,1,0],[-4,-1,0],[-3,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-9,0,0],[-12,1,0],[-7,-4,0],[-2,4,0],[-39,0,0]],[[5486,7761,0],[5,-6,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-6,0,0],[0,-7,0],[-6,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-6,0,0],[0,-5,0],[-7,1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,-2,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[2,-1,0],[-1,-2,0],[-1,0,0],[-2,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[2,-2,0],[-5,-5,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-2,0],[-2,-2,0],[1,-1,0],[0,-22,0],[0,-4,0]],[[5582,7685,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-2,-2,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[3,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,0,0],[-1,0,0],[0,-3,0],[1,-1,0],[-2,0,0],[-2,-5,0],[0,-1,0],[1,0,0],[-1,-2,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,-1,0],[1,0,0],[-3,0,0],[-5,0,0],[-5,0,0],[0,-1,0],[0,-3,0],[1,0,0],[0,-5,0],[-1,0,0],[2,-3,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-2,0],[-1,-2,0],[-13,-10,0],[-5,3,0],[-3,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[-1,1,0],[-9,-8,0],[0,-1,0],[3,-5,0],[1,-1,0],[2,-3,0],[6,3,0]],[[5541,7613,0],[6,-9,0],[1,-1,0],[1,-2,0],[2,-2,0],[0,-1,0],[0,-1,0],[1,-3,0],[0,-2,0],[-2,0,0],[-16,1,0],[0,-4,0],[-2,0,0],[-1,0,0],[-2,1,0],[-2,1,0],[-1,1,0],[-2,2,0],[-7,6,0],[-3,5,0],[-4,7,0],[-7,-6,0],[-5,-4,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-2,0],[1,-2,0],[1,-1,0],[1,0,0],[1,0,0],[2,0,0],[1,0,0],[2,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0]],[[5495,7541,0],[-11,12,0],[-18,21,0],[-7,-4,0],[-7,-4,0],[6,5,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-15,0,0],[0,1,0]],[[5546,7796,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0]],[[4999,7836,0],[1,-2,0],[4,0,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[2,0,0],[0,-1,0],[0,-2,0],[0,-2,0],[1,-3,0],[2,-1,0],[1,0,0],[2,-2,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-2,0],[-1,0,0],[1,-4,0],[1,0,0],[0,-3,0],[0,-1,0],[1,-3,0],[1,-5,0],[1,-2,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-3,0]],[[5000,7776,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0]],[[4835,7725,0],[-23,3,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0]],[[4761,7766,0],[1,1,0],[0,1,0],[1,2,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[2,0,0],[1,1,0],[1,1,0],[3,1,0],[1,1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[2,1,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[5,3,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,1,0],[3,1,0],[4,1,0],[2,0,0],[1,-2,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[3,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[2,1,0],[1,0,0],[0,-1,0],[0,1,0],[3,2,0],[1,0,0],[0,2,0],[1,0,0],[0,1,0],[2,2,0],[2,1,0],[2,2,0],[1,0,0],[0,2,0],[2,0,0],[2,1,0],[2,1,0],[2,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[2,1,0],[4,-1,0],[1,0,0],[1,1,0],[2,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,2,0],[1,0,0],[1,0,0],[-1,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,1,0],[0,1,0],[1,0,0],[1,-1,0],[1,-1,0],[3,-1,0],[2,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[3,-1,0],[1,-1,0],[4,-1,0],[0,1,0],[0,1,0],[3,-1,0],[-1,-3,0],[3,-1,0],[-1,-3,0],[-1,-2,0],[0,-1,0],[0,-2,0],[1,-1,0],[1,0,0],[3,5,0],[2,-1,0],[2,1,0],[1,1,0],[2,-2,0],[1,1,0],[3,5,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[3,3,0],[-1,1,0],[2,2,0],[1,0,0],[2,1,0],[2,-2,0],[3,1,0],[2,0,0],[7,0,0],[1,0,0],[2,0,0],[1,0,0],[1,1,0],[0,-2,0],[2,-2,0],[0,-1,0],[2,2,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[2,0,0],[0,1,0],[2,0,0],[-1,2,0],[0,2,0],[1,1,0],[-2,0,0],[1,5,0],[2,1,0],[1,2,0],[-1,3,0],[-3,4,0],[4,2,0],[2,0,0],[-1,2,0],[2,1,0],[1,0,0],[4,1,0],[0,1,0],[1,1,0],[1,-1,0],[1,0,0],[1,-1,0],[2,-1,0],[1,0,0],[3,0,0],[0,1,0],[1,0,0],[1,1,0],[4,1,0],[1,-5,0],[3,-6,0],[1,0,0],[5,-5,0],[1,-1,0],[4,4,0],[5,3,0],[2,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[1,2,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[2,0,0],[0,1,0],[1,-2,0],[0,-2,0],[0,1,0],[5,2,0]],[[5017,7672,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-4,0],[-4,0,0],[0,-2,0],[-2,0,0],[0,-1,0],[-2,0,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-2,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-4,0],[0,-3,0],[1,-1,0],[-2,0,0],[0,-2,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-2,0],[2,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[1,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-4,1,0],[-1,-2,0],[-2,-1,0],[-2,-1,0],[0,-3,0],[-2,0,0],[-2,-6,0],[-1,-5,0],[-1,-5,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-6,0,0],[-2,6,0],[-3,-1,0],[-1,-1,0],[-1,-1,0],[-2,3,0],[-2,0,0],[-1,2,0],[-4,-2,0],[-4,-1,0],[-2,6,0],[-1,2,0],[-14,-4,0],[-4,-1,0],[-6,-2,0],[2,-5,0],[-5,-1,0],[-9,-3,0],[2,-9,0],[-17,1,0],[-8,0,0]],[[4828,7540,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[1,-1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[2,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[-1,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0]],[[5000,7776,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-2,0],[0,-1,0]],[[4999,7836,0],[1,0,0],[0,2,0],[0,4,0],[2,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[0,2,0],[4,0,0],[1,0,0],[0,3,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[3,0,0],[1,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[2,-1,0],[4,0,0],[5,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,-2,0],[5,0,0],[2,-2,0],[1,-3,0],[3,1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[2,1,0],[0,1,0],[1,0,0],[1,-1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[-1,3,0],[6,4,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[6,0,0],[2,12,0],[0,6,0],[2,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-2,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[2,0,0],[1,4,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-2,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-2,0,0],[3,5,0],[39,1,0]],[[5188,7841,0],[-1,0,0],[0,-1,0]],[[5187,7764,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,1,0],[-1,0,0],[-3,0,0],[0,1,0],[-1,0,0],[-5,4,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-2,1,0],[-1,0,0],[-2,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-3,0],[-3,-5,0],[-7,4,0],[-2,-2,0],[-5,-1,0],[0,1,0],[0,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[1,-2,0],[1,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-2,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,2,0],[0,1,0],[-1,0,0],[-1,1,0],[-2,0,0],[0,1,0],[-3,1,0],[-1,1,0],[-1,1,0],[-4,1,0],[-3,0,0],[-2,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-7,0],[-1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-2,0],[0,-2,0],[1,-1,0],[1,0,0],[6,3,0],[1,0,0],[4,0,0],[2,-2,0],[3,-4,0],[1,-2,0],[2,-2,0],[3,-4,0],[1,0,0],[-2,-2,0],[0,-1,0],[-2,-3,0],[-2,-1,0],[2,-4,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-4,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-2,0],[-1,-1,0],[1,-1,0],[1,-1,0],[-1,-3,0],[2,-4,0],[-1,-1,0],[-1,0,0],[1,-2,0],[-1,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,2,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0]],[[5085,7653,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0]],[[5062,7652,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0]],[[5258,7451,0],[-5,-4,0],[-1,0,0],[-1,1,0],[-3,1,0],[-5,3,0],[-8,4,0],[-8,3,0],[-2,1,0],[-2,1,0],[-3,1,0],[-5,2,0],[-1,0,0],[0,-10,0],[-2,0,0],[-2,0,0],[-1,0,0],[-5,1,0],[-2,0,0],[-10,0,0],[-3,0,0],[0,-2,0],[0,-4,0],[0,-4,0],[0,-3,0],[-1,-7,0],[0,-1,0],[0,-1,0],[-2,-1,0],[-5,-3,0],[-3,-1,0],[-6,-4,0],[-12,-6,0],[-1,-1,0],[-2,-1,0]],[[5157,7416,0],[-1,4,0],[0,1,0],[0,1,0],[1,3,0],[-1,0,0],[1,2,0],[0,2,0],[1,0,0],[-1,0,0],[-2,0,0],[-2,1,0],[-2,1,0],[-1,0,0],[0,1,0],[1,1,0],[-2,2,0],[-1,1,0],[-1,0,0],[-7,3,0]],[[5140,7439,0],[-1,2,0],[0,1,0],[1,1,0],[-1,2,0],[-1,0,0],[-1,0,0],[1,1,0],[4,2,0],[1,1,0],[2,5,0],[1,1,0],[4,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-2,-1,0],[0,2,0],[0,1,0],[0,1,0],[-5,6,0],[2,5,0],[2,2,0],[2,3,0],[0,1,0],[2,0,0],[1,2,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-4,1,0],[-4,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[2,0,0],[-1,2,0],[-1,0,0],[-1,1,0],[-2,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,1,0],[-2,1,0],[-2,-1,0],[-2,2,0],[-2,1,0],[0,1,0],[0,1,0],[-4,1,0],[-4,-1,0],[-2,0,0],[-3,0,0],[-8,2,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0]],[[5098,7519,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,2,0],[0,2,0],[0,5,0],[0,1,0],[0,3,0],[1,2,0],[0,1,0],[0,4,0],[0,2,0],[5,13,0],[4,6,0],[0,1,0],[-2,6,0],[-1,2,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-2,0],[0,2,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[1,1,0],[0,1,0],[0,1,0]],[[5228,7649,0],[-1,0,0],[-1,-2,0],[0,-1,0],[1,-1,0],[0,-2,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-2,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,-2,0],[1,-6,0],[1,-3,0],[0,-3,0],[4,-16,0],[0,-2,0],[0,-1,0],[3,-11,0],[1,-6,0],[1,-4,0],[1,-4,0],[0,-1,0],[1,-5,0],[2,-7,0],[1,-3,0],[0,-1,0],[1,-5,0],[0,-1,0],[1,-6,0],[3,-9,0],[0,-4,0],[1,-3,0],[3,-15,0],[0,-1,0],[3,-11,0],[1,-4,0],[0,-1,0],[3,-15,0],[4,-15,0],[0,-1,0]],[[5058,7487,0],[1,-2,0],[0,-5,0],[0,-4,0],[0,-1,0],[-1,-2,0],[0,-1,0],[-2,-6,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-2,0],[8,1,0],[1,-1,0]],[[5068,7453,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[2,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0]],[[5057,7358,0],[-1,0,0],[0,-1,0],[-8,-4,0],[1,-5,0],[-11,0,0],[0,-3,0],[0,-5,0],[0,-3,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-2,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-20,1,0],[-1,-10,0],[-1,-7,0],[3,-11,0],[-4,-3,0],[-1,0,0],[0,-1,0],[-2,-1,0],[6,-13,0],[2,-4,0],[1,-2,0],[1,-1,0],[1,-3,0],[0,-1,0],[8,-17,0],[2,-3,0],[7,-13,0]],[[5033,7235,0],[-1,0,0],[-1,-4,0],[-19,-1,0],[-19,-1,0],[1,7,0],[-5,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,2,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0]],[[4962,7241,0],[0,2,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,1,0],[-1,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,2,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-5,13,0],[-4,10,0],[-1,0,0],[-10,-3,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,1,0],[3,1,0],[2,3,0],[1,0,0],[2,0,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0]],[[4954,7370,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,2,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0]],[[5062,7652,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-3,-1,0],[0,-1,0],[-4,-2,0],[-1,0,0],[-5,0,0],[-1,-5,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,-2,0],[0,1,0],[-1,1,0],[-2,-1,0],[-2,0,0],[-10,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-2,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-2,0,0],[-2,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-2,-2,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[4,-5,0],[-1,-1,0],[0,-1,0],[4,-3,0],[2,-2,0],[2,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[2,-1,0],[1,0,0],[1,-1,0],[3,0,0],[1,0,0],[1,1,0],[3,-1,0],[1,0,0],[-1,-2,0],[-1,-2,0],[1,-1,0],[2,-3,0],[-1,-3,0],[1,-1,0],[1,-2,0],[2,-2,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-2,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-2,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[-4,-11,0]],[[5098,7519,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0]],[[5140,7439,0],[-3,-1,0],[-1,-1,0],[-2,-3,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,1,0],[-4,1,0],[-4,0,0],[-1,0,0],[-2,-2,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0]],[[5118,7429,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-3,-8,0],[0,-3,0],[1,-2,0],[0,-1,0],[0,-1,0],[-1,-1,0]],[[5105,7432,0],[0,2,0],[-1,3,0],[0,1,0],[-1,1,0],[-2,2,0],[-2,2,0],[0,1,0],[-1,1,0],[-2,2,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-3,3,0],[-3,2,0],[1,2,0],[-5,5,0],[-2,-2,0],[-2,-1,0],[-8,-2,0],[-2,-1,0]],[[5106,7354,0],[-6,0,0],[-1,0,0],[-3,0,0],[-3,0,0],[0,1,0],[-1,0,0],[1,-1,0],[-5,0,0],[-1,1,0],[-2,2,0],[0,-1,0],[-1,2,0],[-4,-2,0],[2,-2,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-8,-4,0],[-1,1,0],[-6,-3,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0]],[[5105,7432,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-4,0],[-2,-3,0],[0,-1,0],[-1,-2,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,-1,0],[-1,0,0],[-4,0,0],[-2,-1,0],[2,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-2,0],[0,-1,0],[1,0,0],[2,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[2,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-2,0],[-4,-1,0],[1,-2,0],[0,-1,0],[0,-1,0],[0,1,0],[1,-1,0],[2,-1,0],[3,2,0],[0,1,0],[1,-1,0],[2,0,0],[-1,-2,0],[1,-1,0],[-1,-2,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,-2,0],[-1,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[2,1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-4,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[-2,-1,0],[0,-1,0],[-4,-2,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-4,0,0],[0,-3,0],[0,-2,0]],[[4962,7241,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-2,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-2,-1,0],[-5,3,0],[-2,1,0],[-1,1,0],[-3,1,0],[-5,0,0],[-9,-1,0]],[[4886,7238,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,2,0],[-1,2,0],[-1,3,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0]],[[5191,7374,0],[-2,2,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,5,0],[-1,2,0],[-1,2,0],[0,1,0],[-1,0,0],[0,1,0],[-2,2,0],[-1,1,0],[0,1,0],[-4,2,0],[-1,1,0],[-1,1,0],[-1,1,0],[-4,10,0],[-9,-2,0],[0,1,0],[-1,1,0],[-1,4,0],[0,1,0]],[[5258,7451,0],[2,-7,0],[0,-2,0],[2,-9,0],[0,-1,0],[1,-4,0],[1,-5,0],[9,-7,0],[4,-1,0],[2,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[2,0,0],[1,-2,0],[1,1,0],[0,1,0],[1,0,0],[0,2,0],[2,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,-3,0],[1,0,0],[0,-2,0],[5,-14,0],[2,-5,0],[1,0,0],[0,1,0],[6,-4,0],[4,-1,0]],[[5319,7389,0],[0,-2,0],[-1,-9,0],[-2,-1,0],[0,-1,0],[1,-1,0],[-5,-2,0],[-5,-2,0],[-3,-1,0],[-1,0,0],[-2,-1,0],[-5,1,0],[-1,0,0],[-1,-3,0],[-1,-3,0],[-1,0,0],[-2,-4,0],[-5,-2,0],[-6,1,0],[1,-3,0],[2,-3,0],[-1,-2,0],[-2,-3,0],[-2,-3,0],[-3,0,0],[-1,-2,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-3,0,0],[0,-2,0],[-2,0,0],[-3,0,0],[0,-3,0],[0,-2,0],[-5,0,0],[1,0,0],[0,-1,0],[-4,1,0],[0,-3,0],[-1,0,0]],[[5246,7340,0],[-4,4,0],[0,1,0],[-2,2,0],[-3,4,0],[0,1,0],[-1,1,0],[-3,3,0],[-4,-2,0],[-2,3,0],[-4,-3,0],[-2,-1,0],[-3,3,0],[-2,2,0],[1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,7,0],[-1,0,0],[-5,1,0],[-1,0,0],[1,6,0],[0,1,0],[1,0,0],[1,1,0],[-1,0,0],[-3,2,0],[-2,2,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0]],[[5179,7348,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0]],[[5177,7360,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0]],[[5246,7340,0],[-4,0,0],[0,-3,0],[-3,1,0],[0,-4,0],[0,-2,0],[2,0,0],[0,-1,0],[0,-10,0],[-1,-11,0],[-9,0,0],[-4,-7,0],[-1,-1,0]],[[5226,7302,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0]],[[5305,7649,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,-4,0],[4,-12,0],[0,-2,0],[0,-1,0],[2,-4,0],[1,-3,0],[1,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[2,-5,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-3,0,0],[-7,-2,0],[-11,-4,0],[4,-14,0],[-1,0,0],[4,-5,0],[3,-4,0],[1,-1,0],[6,-8,0],[1,-1,0],[1,-3,0],[5,-6,0],[6,-8,0],[8,-10,0],[5,-7,0],[8,-11,0],[-3,-2,0],[0,-3,0],[-1,-5,0],[4,-1,0],[1,0,0],[3,0,0],[3,0,0],[2,0,0],[1,0,0],[3,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0]],[[5405,7446,0],[0,-1,0],[1,-1,0],[3,-2,0],[-2,-5,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-3,0,0],[-5,-1,0],[-1,0,0],[-1,0,0],[-3,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-8,-4,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-2,0,0],[-1,3,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[-4,-4,0],[2,-2,0],[2,-2,0],[1,-1,0],[-3,-4,0],[-1,-6,0],[-2,-4,0],[-2,0,0],[-2,-3,0],[1,-8,0]],[[5356,7367,0],[-13,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-3,5,0],[1,3,0],[4,11,0],[-5,2,0],[-2,0,0],[-11,3,0],[-5,2,0]],[[5495,7541,0],[2,-3,0],[4,-2,0],[0,-9,0],[1,-2,0],[5,-10,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-3,-2,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-2,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-2,0],[2,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-2,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[2,-3,0],[1,-5,0]],[[5517,7468,0],[-2,-1,0],[-7,-2,0],[0,-8,0],[-3,-1,0],[-9,-3,0],[0,-1,0],[-6,-3,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-5,-2,0],[-6,-1,0],[0,-1,0],[-12,-4,0],[1,-1,0],[-8,0,0],[-2,0,0],[-9,0,0],[0,1,0],[-2,0,0],[-1,1,0],[-2,1,0],[-2,5,0],[-11,-3,0],[-2,0,0],[-4,2,0],[-2,-2,0],[-1,0,0],[-5,-5,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0]],[[5388,7246,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,1,0],[-2,1,0],[-1,0,0],[0,1,0],[-1,2,0],[-1,2,0],[2,1,0],[1,1,0],[1,4,0],[1,5,0],[2,8,0],[0,1,0],[0,3,0],[-1,3,0],[-3,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-8,1,0],[1,1,0],[-1,1,0],[1,0,0],[0,1,0],[-1,1,0],[2,3,0],[-2,0,0],[0,1,0],[-3,5,0],[4,2,0],[-1,3,0],[-1,5,0],[1,0,0],[0,1,0],[-1,1,0],[6,9,0],[2,3,0],[-10,4,0],[-1,3,0],[-2,5,0],[-1,1,0],[-7,3,0],[-3,-1,0],[-2,1,0],[-3,4,0],[0,10,0],[1,1,0],[3,0,0],[0,1,0],[1,1,0],[1,9,0]],[[5517,7468,0],[1,-2,0],[2,-1,0],[1,0,0],[5,-4,0],[0,-3,0],[4,-5,0],[0,-6,0],[2,-5,0],[1,-1,0],[1,-2,0],[0,-1,0],[1,-2,0],[6,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[1,-2,0],[2,0,0],[1,0,0],[1,-2,0],[-1,-2,0],[2,-2,0],[-1,0,0],[0,-2,0],[1,0,0]],[[5547,7419,0],[-3,-2,0],[2,-3,0],[10,-22,0],[6,-13,0],[2,-2,0],[-9,-23,0],[-2,-5,0],[-5,-12,0],[18,-12,0],[-2,-1,0],[-2,-2,0],[0,-4,0],[1,-3,0],[1,-4,0],[5,-5,0],[-1,-1,0],[-1,-1,0],[1,-2,0],[-2,-6,0],[1,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[2,1,0],[1,-1,0],[0,-1,0],[2,0,0],[0,-1,0],[1,-1,0],[2,-2,0],[3,-3,0],[3,4,0],[1,1,0],[3,0,0],[-12,-14,0]],[[5577,7280,0],[-22,-16,0],[-1,0,0],[-6,2,0],[-1,1,0],[1,0,0],[1,2,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[2,1,0],[0,1,0],[-2,2,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,0,0],[-2,-1,0],[-7,1,0],[0,-1,0],[1,0,0],[-2,-3,0],[-1,-2,0],[0,-1,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,1,0],[1,1,0],[0,1,0],[2,3,0],[-5,2,0],[-6,2,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-3,0],[0,-3,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-3,-2,0],[-1,2,0],[-1,2,0],[-5,2,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,3,0],[0,1,0],[4,1,0],[0,1,0],[-7,0,0],[0,-3,0],[-1,-7,0],[-2,0,0],[-3,0,0],[-9,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-13,0,0],[-1,-1,0],[0,-1,0],[-5,0,0],[-3,0,0],[-1,-1,0],[-8,-6,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[-3,3,0],[-3,4,0],[-3,4,0],[-2,1,0],[-1,-1,0],[-4,2,0],[-3,-2,0],[-1,-1,0],[-2,-5,0],[-9,-23,0],[-3,2,0],[-1,-2,0],[-2,1,0],[-1,-1,0],[-1,-1,0],[-1,1,0],[0,-1,0],[-1,1,0],[-1,-2,0],[-1,2,0],[-2,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-2,0],[-1,-1,0],[-1,-1,0],[0,-1,0]],[[5179,7348,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-3,-2,0],[-3,-2,0],[-1,-1,0],[-1,-2,0],[-2,-1,0],[0,-3,0],[-1,0,0],[-1,2,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-2,2,0],[0,1,0],[0,3,0],[-1,0,0],[-1,-1,0],[0,-2,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,1,0],[-1,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[-2,-1,0],[0,1,0],[-2,0,0],[0,1,0],[0,2,0],[-1,0,0],[-1,-1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,3,0],[-4,1,0],[-3,1,0],[-1,0,0],[-1,1,0],[-3,1,0],[0,-1,0],[-2,0,0],[-1,-2,0],[-1,1,0],[-6,-6,0],[0,-1,0],[-2,-1,0],[-1,0,0],[3,-1,0],[-1,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-5,0,0],[-1,0,0],[-2,0,0],[0,6,0],[0,3,0]],[[5118,7429,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-2,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[2,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0]],[[5226,7302,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0]],[[5227,7291,0],[0,-1,0],[-2,-5,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-3,0],[0,-4,0],[-4,3,0],[-3,-9,0],[0,-1,0],[-1,-3,0],[-2,-6,0]],[[5214,7261,0],[-7,1,0],[-2,1,0],[-5,0,0],[-1,1,0],[0,-3,0],[-6,1,0],[-3,2,0],[-2,0,0],[-5,0,0],[0,1,0],[-5,0,0],[-1,0,0],[0,-4,0],[-8,1,0],[0,1,0],[-4,0,0],[-3,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-2,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,0,0],[-4,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,2,0],[-1,-2,0],[-2,-8,0],[-1,-4,0],[2,-3,0],[1,-3,0],[1,-1,0],[-4,-3,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[-2,-3,0],[-2,-2,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0]],[[5104,7212,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-8,2,0],[-11,3,0],[-2,0,0],[0,-8,0],[-3,1,0],[-2,0,0],[-2,-7,0],[0,-3,0],[-1,-2,0],[-12,0,0]],[[5051,7197,0],[0,11,0],[-6,2,0],[-11,5,0],[5,4,0],[5,3,0],[0,1,0],[-7,7,0],[-4,5,0]],[[5246,7340,0],[3,-5,0],[1,-2,0],[2,-1,0],[6,-9,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,-1,0],[2,0,0],[1,0,0],[1,0,0],[2,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-2,0],[1,0,0],[2,-2,0],[1,0,0],[1,-2,0],[1,0,0],[1,0,0],[3,-3,0],[3,0,0],[2,1,0],[1,0,0],[2,-2,0],[3,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[2,-1,0],[1,1,0],[1,2,0],[2,0,0],[1,1,0],[1,0,0],[2,0,0],[1,0,0],[1,-2,0],[1,-2,0],[0,-1,0],[2,-3,0],[-1,-1,0],[-3,-3,0],[-1,1,0],[-1,-4,0],[-1,-2,0],[1,0,0],[-1,-2,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-5,0],[-1,0,0],[3,-2,0],[0,-2,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0]],[[5311,7272,0],[-1,-1,0],[-3,-4,0],[-1,-2,0],[-2,-3,0],[-3,1,0],[-4,1,0],[-8,2,0],[-7,1,0],[1,-5,0],[-10,2,0],[0,1,0],[-11,1,0],[-3,0,0],[-3,0,0],[-6,0,0],[-1,0,0],[-3,1,0],[-1,0,0],[-2,0,0],[0,2,0],[3,2,0],[0,1,0],[1,1,0],[1,2,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[3,1,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0]],[[5311,7272,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,2,0],[0,1,0],[2,-1,0],[4,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0]],[[5388,7246,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,-2,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[5385,7187,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[1,-3,0],[0,-3,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-2,0],[0,-2,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0]],[[5372,7162,0],[-3,2,0],[1,1,0],[0,1,0],[0,1,0],[-6,6,0],[-5,-5,0],[-3,3,0],[-4,5,0],[-1,1,0],[1,1,0],[-1,2,0],[1,1,0],[-3,3,0],[0,1,0],[-2,-1,0],[-2,-2,0],[-2,-2,0],[0,7,0],[-1,4,0],[-12,-1,0],[-2,20,0],[-4,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,-6,0],[-1,-3,0],[-1,-3,0],[-4,-11,0],[-4,0,0],[-3,-5,0],[0,-2,0],[-1,-2,0],[-3,1,0],[-3,1,0],[-4,2,0],[-11,5,0],[-3,1,0],[-3,2,0],[2,3,0],[2,2,0],[1,1,0],[-2,0,0],[1,1,0],[-3,1,0],[-2,-3,0],[-2,-1,0],[0,1,0],[-2,0,0],[-1,1,0],[-1,0,0],[-2,0,0],[-1,1,0],[-2,0,0],[-3,2,0],[0,1,0],[-3,3,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,2,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-2,3,0],[-1,2,0],[-1,1,0],[-2,2,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[3,2,0],[-1,0,0],[-6,5,0],[-1,-1,0],[-1,-1,0],[-4,4,0],[-4,4,0],[2,1,0],[0,1,0],[-1,0,0],[-5,4,0],[-1,1,0],[2,7,0],[-4,2,0],[-13,5,0],[1,1,0],[0,2,0],[1,2,0],[1,2,0],[1,2,0],[2,6,0]],[[5161,7215,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,3,0],[-2,2,0],[0,1,0],[-1,1,0],[0,1,0],[-1,2,0],[-1,2,0],[1,0,0],[1,1,0],[1,0,0],[2,1,0],[1,1,0],[1,0,0],[1,0,0],[2,0,0],[5,1,0],[1,0,0],[0,1,0],[2,0,0],[1,0,0],[2,0,0],[1,0,0],[2,-1,0],[1,1,0],[3,2,0],[8,-3,0],[3,0,0],[1,0,0],[0,-2,0],[0,-3,0],[0,-1,0],[-2,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[2,0,0],[3,-2,0],[5,-4,0],[1,-1,0],[0,-1,0],[1,-2,0],[1,-3,0],[1,-2,0],[0,-5,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,-2,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[-2,-2,0],[-3,-2,0],[-1,0,0],[-4,0,0],[0,-1,0],[-2,-1,0],[-1,-2,0],[-2,-1,0],[-1,-2,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,7,0],[1,1,0],[2,0,0],[1,0,0],[3,1,0],[1,1,0],[1,0,0],[1,4,0],[0,1,0],[1,1,0],[0,2,0],[1,0,0],[0,1,0]],[[5146,7145,0],[-1,1,0],[1,2,0],[-9,0,0],[-5,1,0],[-5,0,0],[-5,2,0],[-1,0,0],[-2,1,0],[-7,4,0],[-2,1,0],[-2,1,0],[-2,1,0],[-1,1,0],[-3,2,0],[-3,2,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0]],[[5372,7162,0],[0,-2,0],[1,-1,0],[0,-1,0],[0,-4,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0]],[[5373,7096,0],[-18,-7,0],[-12,-4,0],[-10,-3,0],[-6,-2,0],[-5,-8,0],[-3,-6,0],[-4,-7,0],[-5,7,0],[-2,3,0],[-1,1,0],[-4,7,0],[-2,2,0],[-8,12,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[5212,7146,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-9,-4,0],[-4,2,0],[-1,0,0],[-2,1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-2,0,0],[-3,-2,0],[-1,1,0],[-1,1,0],[-3,0,0],[-9,0,0],[-1,0,0],[0,-1,0],[-2,0,0],[-1,0,0],[-7,0,0],[1,-2,0],[-1,-1,0]],[[5051,7197,0],[0,-3,0],[-13,9,0],[0,-4,0],[0,-9,0],[-6,0,0],[-3,-1,0],[1,0,0],[1,-1,0],[1,-2,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[2,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,-2,0],[-1,-2,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-2,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-2,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[-2,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0]],[[4997,7082,0],[0,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-15,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-11,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-3,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-4,0],[0,-1,0],[2,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,-2,0],[-1,-3,0],[-1,-3,0],[0,-1,0],[1,0,0],[2,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-3,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-2,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-3,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,1,0],[-2,1,0],[-1,0,0],[-1,2,0],[-10,-4,0],[1,-1,0],[-13,-5,0],[1,-4,0],[-9,1,0],[0,14,0],[0,6,0],[0,4,0],[0,2,0],[3,-1,0],[-2,5,0],[1,0,0],[0,1,0],[1,1,0],[0,2,0],[2,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[2,3,0],[1,0,0]],[[4872,7103,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[-3,-2,0],[-2,-2,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0]],[[4879,7143,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0]],[[4842,7144,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0]],[[5146,7145,0],[-1,-2,0],[-1,-3,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-2,0],[-1,-2,0],[-6,-8,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-2,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-3,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-2,-2,0],[0,-1,0],[-3,-3,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-3,-3,0],[-2,-1,0],[-1,-1,0],[0,-1,0],[-2,-4,0],[-1,-1,0],[0,-1,0]],[[5106,7085,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-4,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0]],[[5095,7065,0],[-1,-1,0],[0,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-2,0],[0,-4,0],[1,-3,0],[0,-4,0],[0,-1,0],[-2,-2,0],[0,-2,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[-2,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-2,0],[-2,-3,0]],[[5083,7023,0],[-5,5,0],[1,0,0],[3,2,0],[0,6,0],[-1,6,0],[0,2,0],[0,1,0],[-1,2,0],[-1,2,0],[-1,2,0],[-2,-1,0],[-1,0,0],[-3,-2,0],[-5,-2,0],[-2,0,0],[-2,0,0],[-4,1,0],[-6,-2,0],[0,-2,0],[-9,0,0],[0,1,0],[3,3,0],[-1,1,0],[-1,1,0],[-5,1,0],[-1,1,0],[-2,0,0],[-2,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-5,3,0],[-4,2,0],[-5,2,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-4,1,0],[-11,4,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,2,0],[0,5,0],[0,5,0]],[[5107,7070,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[2,1,0],[-2,3,0],[0,1,0],[2,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[2,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,2,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-2,-1,0],[-1,0,0],[-1,1,0]],[[5212,7146,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[3,-1,0],[3,0,0],[2,-1,0],[8,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0]],[[5264,7054,0],[-14,-3,0],[-3,-1,0],[-6,-1,0],[-1,0,0],[-4,8,0],[-1,1,0],[-3,7,0],[-9,0,0],[-8,0,0],[-11,1,0],[-2,0,0],[-4,0,0],[0,1,0],[-1,1,0],[-1,2,0],[-3,4,0],[-1,2,0],[-4,7,0],[0,1,0],[-3,4,0],[-8,-3,0],[3,-4,0],[-6,-3,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[3,-5,0],[-7,-3,0],[0,-1,0],[0,-1,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-3,-1,0],[-2,-1,0],[-3,-2,0],[-3,-1,0],[-3,-2,0],[-2,-1,0],[-1,0,0],[-2,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,1,0],[1,1,0]],[[5107,7070,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-2,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0]],[[5373,7096,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0]],[[5393,7047,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0]],[[5395,6978,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,1,0],[1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-3,-6,0],[1,-6,0]],[[5344,6850,0],[-9,-2,0],[-25,27,0],[-24,27,0],[1,0,0],[0,1,0],[-3,8,0],[-3,9,0],[-4,12,0],[-7,20,0],[-1,0,0],[-11,4,0],[-1,0,0],[-3,12,0],[-3,0,0],[-2,6,0],[1,0,0],[1,1,0],[2,-2,0],[6,3,0],[8,0,0],[2,0,0],[7,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[-1,2,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0]],[[5344,6850,0],[0,-1,0],[0,-1,0],[1,-9,0],[1,-1,0],[0,-2,0]],[[5346,6836,0],[-25,-3,0],[-1,-1,0],[-4,0,0],[-2,2,0],[-1,1,0],[-12,14,0],[-1,2,0],[3,1,0],[0,1,0],[-6,7,0],[-6,6,0],[0,1,0],[0,1,0],[-16,15,0],[-3,4,0],[-2,1,0],[-1,2,0],[-5,5,0],[-4,14,0],[-24,-4,0],[-2,8,0],[-2,5,0],[-3,12,0],[-13,-3,0],[2,-6,0],[1,-5,0],[2,-7,0],[-14,-4,0],[-1,3,0],[-10,-2,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[6,2,0],[0,1,0],[-3,9,0],[-10,-3,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,3,0],[-2,5,0],[-1,4,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,2,0],[-3,1,0],[1,6,0],[-4,0,0],[-1,0,0],[-5,1,0],[-1,-1,0],[-6,-2,0],[-2,1,0],[-1,0,0],[0,4,0],[-15,2,0],[1,-7,0],[-5,0,0],[-1,0,0],[-9,2,0],[-5,1,0],[-3,0,0],[-7,-2,0],[1,3,0],[1,1,0],[1,3,0],[3,6,0],[2,3,0],[-12,3,0],[0,7,0],[4,7,0],[1,2,0],[-8,2,0],[-2,0,0],[-5,2,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-2,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[2,2,0],[0,1,0],[1,1,0]],[[5577,7280,0],[3,-3,0],[12,-7,0],[-14,-4,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-3,0],[0,-1,0],[0,-2,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0]],[[5586,7220,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-10,-11,0],[-3,-2,0],[-5,-6,0],[-4,-4,0],[-7,4,0],[-2,-1,0],[-10,2,0],[-5,0,0],[-1,-1,0],[10,-3,0],[-4,-8,0],[-4,-7,0],[-4,1,0],[-2,1,0],[-4,2,0],[-1,1,0],[-4,3,0],[-3,1,0],[0,1,0],[-13,8,0],[-3,2,0],[-1,1,0],[-9,6,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-3,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-2,0],[-1,-1,0],[-1,-3,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,-1,0],[-2,2,0],[-3,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-3,-3,0],[-5,-6,0],[-5,1,0],[-4,-1,0],[-9,-2,0],[0,1,0],[-1,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-2,-7,0],[-1,0,0],[-8,0,0],[-1,-1,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[-1,0,0]],[[5586,7220,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[3,-1,0],[1,0,0],[2,0,0],[2,-1,0],[1,0,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[0,-1,0],[2,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[2,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0]],[[5643,7182,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,-4,0],[-1,-1,0],[0,-1,0],[-1,-2,0],[-3,-6,0],[-5,-8,0],[-2,-5,0],[-4,-7,0],[-5,-8,0],[-3,-6,0],[-1,-3,0],[-2,-3,0],[-2,-3,0],[-1,-2,0],[-6,-12,0],[-4,-6,0],[-11,-6,0],[1,-2,0],[20,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,2,0],[6,0,0],[0,-2,0],[0,-2,0]],[[5620,7092,0],[-5,-12,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[-3,-2,0],[-1,0,0],[-1,1,0],[-5,2,0],[-5,2,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-3,-2,0],[-2,0,0],[-2,-3,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-3,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-5,-14,0],[-3,1,0],[0,-3,0],[0,-10,0],[4,0,0],[3,0,0],[0,-7,0],[-15,0,0],[0,-1,0],[-2,0,0],[-1,1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-3,0,0],[-2,0,0],[-3,1,0],[-1,0,0]],[[5620,7092,0],[-1,-10,0],[0,-7,0],[18,-1,0],[0,2,0],[1,0,0],[18,0,0],[0,-1,0],[0,-1,0],[1,0,0],[12,-1,0],[17,-28,0],[4,-6,0],[4,-6,0],[-3,-4,0],[-2,-4,0],[-13,-25,0],[-3,-5,0],[-3,0,0],[9,-4,0],[-13,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[-2,-2,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,-2,0],[-1,-1,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0]],[[5611,6907,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,2,0],[-1,1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,1,0],[-1,0,0],[0,1,0],[-2,0,0],[-2,1,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,2,0],[-4,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0]],[[4713,6682,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,2,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,-1,0]],[[5346,6836,0],[1,-6,0],[1,-7,0],[6,-28,0],[-1,-3,0],[2,-4,0],[0,-1,0]],[[5355,6787,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,2,0],[-7,16,0],[-1,0,0],[-17,-2,0],[-13,0,0],[-4,-1,0],[-15,7,0],[0,1,0],[0,3,0],[-1,0,0],[-2,0,0],[-10,0,0],[0,-7,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-3,0,0],[0,-2,0],[-1,-1,0],[-2,-8,0],[-27,-6,0],[-2,9,0],[2,0,0],[1,2,0],[-2,3,0],[1,3,0],[-3,2,0],[0,2,0],[-2,0,0],[0,1,0],[-1,0,0],[0,1,0],[-4,-3,0],[-10,-12,0],[-1,-8,0],[-1,-5,0],[4,-5,0],[-3,-3,0],[-1,-1,0],[-2,1,0],[-3,4,0],[-1,1,0],[-4,4,0],[-2,-4,0],[-3,-5,0],[-8,-11,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[1,0,0],[-1,2,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-2,0,0],[-8,1,0],[-2,3,0],[-3,-2,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-2,0],[-3,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-6,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-2,2,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0]],[[4868,6627,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,2,0],[-1,0,0],[1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-5,1,0],[-1,-1,0],[-5,1,0],[-5,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-12,0,0],[0,-1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-6,-1,0],[-1,0,0],[-4,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-2,3,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0]],[[5065,6950,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-2,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,2,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,2,0],[-2,-1,0],[-1,0,0],[1,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[-1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0]],[[5611,6907,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[5681,6851,0],[-1,0,0],[-5,0,0],[0,-7,0],[-11,0,0],[-5,-6,0],[-16,-20,0],[-3,-4,0],[-3,-3,0],[-6,0,0],[-9,1,0],[-1,-2,0],[-1,-1,0],[0,-3,0],[0,-1,0],[-1,-1,0],[0,-3,0],[0,-1,0],[1,0,0],[1,-2,0],[1,0,0],[1,-4,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[-1,0,0],[-1,-2,0],[-1,-1,0],[0,-1,0],[0,-2,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-4,0,0],[-7,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-3,1,0],[-3,0,0],[-10,2,0],[-6,0,0],[-2,-4,0],[-5,5,0],[-1,-1,0],[-3,1,0],[-8,-3,0],[-5,-2,0],[-3,-3,0],[-3,-1,0],[0,-2,0],[0,-3,0],[-6,-23,0],[-1,-4,0],[-10,-3,0],[-9,-10,0],[-11,-14,0],[0,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[5514,6697,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-3,2,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-6,-2,0],[-3,0,0],[-2,0,0],[-4,0,0],[-2,0,0],[0,-1,0],[-3,-1,0],[-1,-1,0],[-2,0,0],[-1,0,0],[-5,-2,0],[-3,-1,0],[-1,-2,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-2,0],[-2,-1,0],[-12,-3,0],[-1,-2,0],[-14,-3,0],[-13,-10,0]],[[5293,6611,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,2,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,2,0],[1,2,0],[1,1,0],[2,2,0],[1,2,0],[1,2,0],[5,5,0],[2,2,0],[1,2,0],[1,2,0],[1,1,0],[1,0,0],[0,2,0],[1,2,0],[1,1,0],[1,1,0],[1,2,0],[0,1,0],[0,1,0],[1,1,0],[2,0,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[1,3,0],[1,1,0],[1,2,0],[1,1,0],[1,3,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,2,0],[0,1,0],[1,2,0],[-1,2,0],[1,3,0],[0,1,0],[-1,2,0],[1,1,0],[1,1,0],[-2,2,0],[-1,1,0],[2,2,0],[3,0,0],[2,4,0],[2,0,0],[1,1,0],[1,2,0],[3,2,0],[2,0,0],[3,4,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,2,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,2,0],[0,1,0],[0,3,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,2,0],[0,2,0],[0,3,0],[2,1,0],[-1,5,0],[1,2,0],[0,2,0],[-5,1,0]],[[5681,6851,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[2,0,0],[0,1,0],[1,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-2,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[12,-4,0],[0,-1,0],[19,-7,0],[5,-1,0],[0,1,0],[3,8,0],[16,38,0],[4,-2,0],[1,0,0],[1,-1,0],[2,0,0],[0,-1,0],[2,0,0],[4,-2,0],[3,-1,0],[2,-1,0],[1,-1,0],[2,-1,0],[1,-1,0],[1,1,0],[2,-1,0],[2,-1,0],[2,-1,0],[9,-4,0],[2,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[2,0,0],[3,0,0],[1,0,0],[1,0,0],[2,-1,0],[2,-1,0],[0,1,0],[1,3,0],[0,1,0],[-1,6,0],[-1,1,0],[0,1,0],[2,5,0]],[[5892,6802,0],[1,0,0],[5,0,0],[2,-1,0],[6,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-5,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[6,-3,0],[3,-1,0],[3,-1,0],[7,-3,0],[-1,-2,0],[0,-1,0],[-2,-4,0],[1,-2,0],[1,0,0],[0,-1,0],[2,-2,0],[0,-1,0],[2,-1,0],[2,-1,0],[1,0,0],[-2,-4,0],[2,-5,0],[1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[3,-5,0],[1,0,0],[0,-1,0],[0,-2,0],[-1,0,0],[13,-9,0],[6,-4,0],[8,-6,0],[3,-2,0],[3,-2,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[18,-10,0],[-10,-32,0],[-11,-40,0],[2,-41,0],[8,-7,0],[6,-16,0],[5,-9,0],[3,-5,0],[21,-43,0]],[[6020,6531,0],[-56,-49,0],[-9,-8,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-34,2,0],[-10,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-61,2,0],[-1,-2,0],[-20,-43,0],[10,-34,0],[1,-3,0],[0,-1,0],[2,-8,0],[-8,2,0],[-8,2,0],[-28,-10,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[2,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[-35,-7,0],[-65,60,0]],[[5721,6356,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[4,2,0],[1,5,0],[-2,14,0],[-5,16,0],[-4,2,0],[4,8,0],[9,7,0],[-1,1,0],[-1,6,0],[-2,10,0],[-6,3,0],[-5,0,0],[0,13,0],[4,0,0],[-2,12,0],[-2,9,0],[-1,9,0],[-1,-1,0],[-8,-3,0],[-5,5,0],[-2,-2,0],[-5,-9,0],[-7,-1,0],[-8,-2,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[12,-4,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-2,0,0],[-2,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-4,-5,0],[0,-3,0],[-7,0,0],[-5,6,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,2,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,2,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[5303,6454,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,2,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,2,0],[0,2,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[1,2,0],[0,1,0],[1,0,0],[0,2,0],[2,2,0],[1,2,0],[0,2,0],[-1,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[2,2,0],[1,2,0],[1,1,0],[1,1,0],[1,2,0],[1,2,0],[1,1,0],[0,1,0],[0,2,0],[-2,2,0],[-1,1,0],[-1,2,0],[-2,2,0],[-2,2,0],[-2,2,0],[-1,2,0],[-1,1,0],[0,3,0],[0,1,0],[1,1,0],[-2,2,0],[-1,3,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[9,12,0],[1,1,0],[0,1,0],[0,2,0],[1,1,0],[2,1,0],[1,1,0],[1,1,0],[2,1,0],[1,0,0],[2,1,0],[0,1,0],[0,1,0],[1,2,0],[-1,2,0],[0,1,0],[-1,2,0],[0,2,0],[-1,1,0],[-1,1,0],[0,2,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,2,0],[0,1,0],[-2,4,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-2,-1,0],[-1,-1,0],[-3,-1,0],[-1,1,0],[0,1,0],[0,1,0],[0,3,0],[0,1,0],[0,1,0],[-1,1,0]],[[5721,6356,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[-6,-8,0]],[[5684,6322,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-5,-1,0],[-5,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-21,0,0],[-42,6,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-2,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-2,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-1,-1,0],[0,-1,0],[-2,-1,0],[0,-1,0],[0,-1,0]],[[5463,6217,0],[-3,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-3,-2,0],[-1,-2,0],[-3,-1,0],[-4,1,0],[-3,-1,0],[-2,1,0],[-1,-1,0],[-3,1,0],[-5,4,0],[-2,1,0],[-3,0,0],[-2,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-3,1,0],[-1,0,0],[-3,2,0],[-7,-4,0],[0,-3,0],[-23,7,0],[-22,-6,0],[-7,2,0],[-27,7,0],[-35,9,0]],[[5294,6232,0],[13,23,0],[4,7,0],[34,59,0],[2,23,0],[4,19,0],[2,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-2,3,0],[0,1,0],[0,5,0],[2,5,0],[0,1,0],[1,2,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-2,0,0],[-2,1,0],[0,1,0],[-2,2,0],[-1,1,0],[0,2,0],[3,2,0],[1,0,0],[7,2,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[3,3,0],[2,3,0],[1,1,0],[1,1,0],[0,2,0],[3,4,0],[1,2,0],[0,1,0],[0,6,0],[1,2,0],[0,1,0],[-1,1,0],[2,1,0],[14,16,0],[7,9,0],[-18,0,0],[-8,0,0],[-9,5,0],[-13,-6,0],[-2,0,0],[-26,-3,0]],[[5541,7613,0],[16,8,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[2,-2,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0]],[[5578,7615,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[5587,7485,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,0,0],[1,-1,0],[-2,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-2,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-3,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-3,-3,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-5,-3,0]],[[5582,7539,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[5598,7552,0],[1,1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,0,0],[0,1,0],[0,1,0]],[[5582,7685,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[2,-3,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[2,1,0],[1,0,0],[-1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0]],[[5672,7442,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[6,-2,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[2,0,0],[6,-2,0],[0,-2,0],[2,-2,0],[3,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-2,0],[4,0,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[1,1,0],[1,3,0],[1,-1,0],[3,0,0],[4,-1,0],[1,-1,0],[1,0,0],[2,0,0],[2,0,0],[2,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0]],[[5703,7392,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,-1,0],[3,1,0],[2,0,0],[2,2,0],[1,0,0],[0,-1,0],[4,2,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[4,2,0],[1,-1,0],[1,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[2,0,0],[0,1,0],[-1,1,0],[0,1,0],[2,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[3,1,0],[-2,4,0]],[[5745,7409,0],[2,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[3,0,0],[0,-1,0],[1,0,0],[1,0,0],[2,1,0],[1,0,0],[3,1,0],[2,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0]],[[5770,7413,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-9,-10,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[-1,-12,0],[0,-2,0],[0,-2,0],[-2,-20,0],[2,0,0],[2,0,0],[-1,-2,0],[-10,-23,0],[-1,-2,0],[-4,-9,0],[-1,-4,0]],[[5735,7276,0],[-7,-2,0],[-12,-5,0],[-4,-1,0],[-10,-3,0],[-4,-2,0],[-5,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-2,0],[-9,0,0],[-5,0,0],[-11,-28,0]],[[5670,7229,0],[-3,2,0],[-2,-5,0],[-9,-18,0],[0,-1,0],[-8,-14,0],[-3,-8,0],[-1,-1,0],[-1,-2,0]],[[5587,7485,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,2,0],[-1,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-2,-3,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0]],[[5668,7502,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-2,2,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-2,1,0],[-1,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,2,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,6,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[5,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0]],[[5676,7499,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0]],[[5667,7482,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0]],[[5610,7497,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0]],[[5770,7413,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[2,-2,0],[3,-1,0],[3,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[2,-2,0],[3,0,0],[0,4,0],[3,0,0],[7,-1,0],[-1,-4,0],[2,-1,0],[2,-2,0],[4,-1,0],[6,-2,0],[2,-1,0],[3,-2,0],[1,-1,0],[1,0,0],[1,0,0],[2,-1,0],[1,-1,0],[3,-1,0],[2,-2,0],[-1,-2,0]],[[5836,7395,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-2,-2,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[3,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[2,0,0],[5,1,0],[2,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-2,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-6,2,0],[-4,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-2,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-2,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,-1,0],[-3,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-10,3,0]],[[5993,7321,0],[0,-1,0],[-1,-2,0],[0,-1,0],[0,-11,0],[0,-5,0],[0,-1,0],[0,-4,0],[-1,-3,0],[0,-1,0],[0,-1,0],[0,-10,0],[-1,-19,0],[0,-1,0],[-2,-70,0],[-1,-2,0],[0,-7,0]],[[5987,7182,0],[-2,0,0],[0,1,0],[0,1,0],[-1,0,0],[-8,0,0],[-3,0,0],[-17,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-2,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,2,0],[0,1,0],[0,1,0],[1,2,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,2,0],[0,1,0],[0,1,0],[-1,6,0],[1,2,0],[-17,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-3,1,0],[-3,2,0],[0,-1,0],[-12,5,0],[0,1,0],[-7,1,0],[-11,1,0],[-1,0,0],[-16,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-9,1,0],[0,1,0],[-12,6,0],[0,1,0],[0,1,0],[-23,1,0],[-7,0,0],[-6,1,0],[-4,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-8,-4,0],[-1,-2,0],[-9,4,0]],[[5836,7395,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[3,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0]],[[5875,7388,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[2,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[2,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[2,-2,0],[1,-1,0],[1,0,0],[1,-2,0],[2,-1,0],[0,-1,0],[1,0,0],[3,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0]],[[5915,7366,0],[0,-1,0],[0,1,0]],[[5894,7379,0],[0,-1,0],[0,1,0]],[[5745,7409,0],[-1,0,0],[-2,-1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-3,0,0]],[[5739,7414,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,2,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,7,0],[-1,4,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[2,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0]],[[5731,7482,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0]],[[5738,7483,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[5716,7454,0],[0,-1,0],[-1,0,0],[-1,0,0]],[[5714,7453,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,1,0]],[[5711,7435,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,-1,0],[3,-1,0],[1,0,0],[4,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0]],[[5672,7442,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0]],[[5716,7454,0],[1,-2,0],[1,1,0],[0,2,0],[1,2,0],[0,1,0],[1,3,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-3,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0]],[[5711,7435,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-3,3,0],[-1,0,0]],[[5708,7416,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,3,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-2,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0]],[[5709,7442,0],[0,1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,1,0]],[[5720,7422,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0]],[[5987,7182,0],[0,-1,0],[0,-15,0],[-1,-15,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,-22,0],[0,-10,0],[-1,-10,0],[-12,-3,0],[-1,-13,0],[-5,-93,0]],[[5966,6989,0],[-1,-22,0],[-1,-9,0],[0,-15,0],[-1,-5,0],[-1,-22,0],[-2,-33,0],[-1,-7,0],[-1,-13,0],[-14,3,0],[-21,4,0],[-4,6,0],[-4,5,0],[-2,3,0],[-2,-11,0],[-2,-12,0],[-5,-18,0],[-3,-8,0],[-2,-8,0],[-3,-11,0],[-4,-14,0]],[[6229,7186,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-2,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-2,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-3,0,0],[-9,0,0],[-1,0,0],[0,-4,0],[-1,0,0],[0,-1,0],[0,-1,0],[2,0,0],[0,-3,0],[-6,0,0],[0,-2,0],[0,-2,0],[-5,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,2,0],[0,1,0],[0,1,0],[1,1,0],[-10,0,0],[-2,0,0],[-31,5,0],[-19,14,0],[-3,-6,0],[0,-1,0],[-3,-7,0],[-1,-1,0],[-1,-3,0],[-1,-2,0],[-1,-2,0],[-3,-6,0],[-5,2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-5,0],[-4,1,0],[-2,-8,0],[-1,-5,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[1,-2,0],[0,-1,0]],[[6122,7098,0],[-2,0,0],[-1,0,0],[-1,0,0],[-19,3,0],[-1,0,0],[-9,2,0],[-9,1,0],[0,-3,0],[-4,-5,0],[-9,-8,0],[-37,-40,0],[-2,-30,0],[-1,-5,0],[-4,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-11,2,0],[-4,-13,0],[-20,-28,0],[-17,0,0],[-7,9,0]],[[5993,7321,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0]],[[6222,7235,0],[0,-3,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[2,-1,0],[0,-1,0],[1,0,0],[0,-3,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-9,0,0],[1,0,0],[-1,0,0],[-3,0,0],[-2,0,0],[1,0,0],[1,-1,0],[2,0,0],[1,-1,0],[0,-2,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-2,0],[1,0,0],[2,-2,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0]],[[6026,7102,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[2,3,0],[1,3,0],[3,5,0],[1,1,0],[6,0,0],[8,12,0],[-3,4,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-2,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-9,-3,0],[-11,-3,0],[-1,-1,0],[-3,-1,0],[-16,-5,0],[-7,-9,0],[-1,-1,0],[1,-4,0],[12,-1,0],[1,-2,0],[2,-2,0],[1,-1,0]],[[6277,7178,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,-1,0],[0,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-3,0,0],[0,-5,0],[-13,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-7,1,0],[-6,-2,0],[0,-1,0],[-5,0,0],[0,1,0],[-1,0,0]],[[6222,7235,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[2,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[2,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[2,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[2,-1,0],[1,0,0],[1,0,0],[2,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[6287,7191,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,-1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0]],[[6277,7178,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0]],[[6305,7159,0],[-1,0,0],[1,-1,0],[2,-2,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-2,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-2,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[2,-2,0],[0,-2,0],[3,-1,0],[0,2,0],[10,-1,0],[0,-1,0],[-1,0,0],[0,-2,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-3,0,0],[1,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-2,-8,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-3,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-2,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-2,0],[-1,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-1,-1,0],[0,-3,0],[0,-1,0],[0,-2,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-2,0],[0,-1,0],[1,-1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[2,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[6350,6773,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-1,-1,0],[0,-1,0]],[[6335,6750,0],[-14,0,0],[-38,52,0],[-14,6,0],[-52,21,0],[-12,-5,0],[-40,-13,0],[-61,-21,0],[6,22,0],[1,3,0],[9,33,0],[17,63,0],[0,5,0],[2,30,0],[2,2,0],[2,3,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[7,4,0],[1,3,0],[1,4,0],[5,-2,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,3,0],[1,2,0],[2,-1,0],[5,15,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[4,2,0],[0,1,0],[1,2,0],[0,1,0],[1,5,0],[7,32,0],[-6,4,0],[-5,3,0],[0,1,0],[-1,1,0],[11,16,0],[1,1,0],[0,1,0],[0,1,0],[9,13,0],[-16,2,0],[-6,1,0],[-3,-7,0],[-9,0,0],[-20,1,0],[0,2,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,3,0]],[[6319,7181,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0]],[[6335,6750,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-2,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-2,-2,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0]],[[6297,6729,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-2,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-2,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-2,-2,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-2,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-2,0,0],[-1,1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,2,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-3,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-2,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-2,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-2,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-2,-2,0]],[[6951,7500,0],[1,-2,0],[1,-5,0],[3,-18,0],[2,-9,0],[1,-4,0],[4,-6,0],[-43,3,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-14,-1,0],[-11,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-2,-2,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[15,12,0],[14,11,0],[1,-1,0],[20,-24,0],[-68,-59,0],[-20,-49,0]],[[6846,7222,0],[-21,-54,0],[-12,-27,0],[-18,-45,0],[-7,-16,0]],[[6788,7080,0],[-4,-10,0],[-4,3,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-46,41,0],[-20,15,0],[-10,15,0],[-10,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-3,1,0],[-1,2,0],[-5,0,0],[0,1,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[6681,7112,0],[-1,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-27,6,0],[-24,4,0],[-27,-6,0],[-10,-2,0],[-1,0,0],[-4,-1,0],[2,4,0],[2,6,0],[-51,43,0],[-14,12,0],[-7,6,0],[0,3,0]],[[6514,7193,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[2,1,0],[1,0,0],[1,0,0],[1,1,0],[5,1,0],[5,3,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[4,3,0],[3,2,0],[1,1,0],[0,2,0],[-1,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[-1,0,0],[1,1,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[2,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0]],[[6403,7180,0],[0,-2,0],[0,-1,0],[-1,-9,0],[0,-4,0],[-3,0,0],[-3,-1,0],[1,-9,0],[-1,-2,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[1,-1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-2,0],[0,-1,0],[0,-2,0],[1,-1,0],[0,-2,0],[2,2,0],[2,1,0],[0,1,0],[-1,3,0],[2,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[2,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-2,0],[3,0,0],[4,-1,0],[-1,2,0],[0,1,0],[0,1,0],[1,1,0],[0,-1,0],[3,-2,0],[2,-1,0],[1,0,0],[1,6,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0]],[[6416,7179,0],[2,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[3,0,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0]],[[6681,7112,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,-12,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-3,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[-17,1,0],[-1,-7,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-3,1,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,2,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[2,0,0],[-9,-11,0],[0,-16,0],[-10,-19,0],[-2,-3,0],[-4,-6,0],[-6,-3,0],[-7,-3,0],[-1,-1,0],[-20,-9,0],[-1,0,0],[-24,-11,0],[-17,-7,0],[-31,-14,0],[-40,-17,0],[10,-64,0]],[[6385,6783,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0]],[[6305,7159,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[-4,-4,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[2,0,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[10,0,0]],[[6326,7166,0],[-5,5,0],[2,3,0],[5,-2,0],[0,-4,0],[-2,-2,0]],[[6338,7178,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0]],[[6325,7162,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0]],[[6403,7180,0],[2,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[2,0,0],[2,0,0],[1,0,0],[2,0,0],[1,0,0]],[[6951,7500,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,-1,0],[1,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[2,-2,0],[1,-1,0],[0,-1,0],[1,0,0],[3,-3,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[2,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[2,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0]],[[7191,7306,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-2,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[2,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-2,1,0],[-2,-1,0],[-1,0,0],[-3,0,0],[-1,1,0],[-1,-1,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,5,0],[0,1,0],[2,4,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[-1,1,0],[-1,3,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-15,6,0],[-6,-13,0],[-1,2,0],[-1,2,0],[-5,4,0],[-73,11,0]],[[7259,7370,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0]],[[6832,6723,0],[-5,3,0],[-4,5,0],[-7,10,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-3,2,0],[-4,-2,0],[-9,-3,0]],[[6796,6742,0],[0,2,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,2,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,2,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-2,1,0],[-2,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-2,0,0],[-1,-1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-2,0,0],[-2,1,0],[-2,2,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-9,-5,0],[-10,-6,0],[-9,-5,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-4,0],[-52,31,0],[-5,3,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-10,7,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-2,0],[-1,0,0],[-1,-1,0],[-2,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-3,0],[6,-4,0],[-1,-4,0],[-1,-1,0],[-2,-1,0],[-2,1,0],[-1,-1,0],[-1,0,0],[-2,0,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[-1,1,0],[1,0,0],[0,1,0],[-3,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-9,-4,0],[0,1,0],[1,0,0],[-1,1,0],[-2,2,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-6,-1,0],[-3,-1,0],[-4,-1,0],[-2,1,0],[1,2,0],[-1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,-1,0],[0,-1,0],[-2,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-3,-1,0],[-10,-3,0],[-13,-3,0],[-12,15,0],[-7,9,0],[-1,14,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-3,1,0],[-1,0,0],[-1,-1,0],[-33,-28,0],[7,-7,0],[-33,6,0],[-16,2,0],[-41,6,0]],[[6788,7080,0],[-1,-14,0],[28,-9,0],[7,-3,0],[33,-7,0]],[[6855,7047,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-5,-10,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-2,0],[-1,-2,0],[-4,-9,0],[1,-2,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[1,-1,0],[7,-6,0],[4,0,0],[1,0,0],[0,-1,0],[0,-1,0],[3,-1,0],[1,-1,0],[2,0,0],[0,-1,0],[3,-3,0],[6,-7,0],[0,-5,0],[-2,0,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-3,-2,0],[18,-27,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[6,-6,0],[6,-7,0],[17,-17,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-5,2,0],[-15,-20,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[3,0,0],[0,-1,0],[-28,1,0],[-1,-8,0],[0,-5,0],[-1,-14,0],[-5,0,0],[4,-6,0],[-9,-4,0],[-6,-1,0],[6,-16,0],[3,-8,0],[4,-8,0],[1,-2,0],[-2,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-2,-3,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-3,0],[-3,-3,0],[-7,-5,0],[-17,-6,0]],[[7081,6920,0],[0,-3,0],[-15,1,0],[0,-1,0],[-8,-2,0],[-1,9,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-3,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,2,0],[-4,-1,0],[-12,-3,0],[-1,2,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[-2,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-4,3,0],[-1,2,0],[0,-1,0],[-2,1,0],[0,1,0],[-2,0,0],[0,1,0],[-1,1,0],[-15,11,0],[-2,0,0],[1,9,0],[-2,1,0],[-3,2,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,3,0],[-1,1,0],[-3,0,0],[-1,-1,0],[-1,-1,0],[-28,-2,0],[-2,10,0],[2,1,0],[1,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-4,3,0],[0,2,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,3,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,2,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,2,0],[0,1,0],[2,2,0],[-32,13,0],[-7,3,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[7191,7306,0],[0,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0]],[[6796,6742,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[-3,-4,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-2,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-5,0],[0,-3,0],[0,-2,0],[-1,-2,0],[-2,-3,0],[-2,0,0],[-2,1,0],[-4,-4,0],[3,-4,0],[2,0,0],[-1,-3,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-3,0],[1,-8,0],[3,0,0],[-1,-4,0],[0,-1,0],[0,-1,0],[-4,3,0],[-3,1,0],[-4,-7,0],[-2,2,0],[-1,1,0],[-4,4,0],[-3,0,0],[-4,-2,0],[0,-2,0],[2,-4,0],[0,-2,0],[-1,-4,0],[-4,0,0],[-4,-5,0],[1,0,0],[1,0,0],[0,-1,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[2,-1,0],[2,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,-1,0],[-1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-2,0],[1,-3,0],[3,1,0],[0,-1,0],[2,-2,0],[0,-1,0],[3,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[3,-3,0],[2,-2,0],[1,-4,0],[1,0,0]],[[6805,6600,0],[0,-1,0],[0,-1,0],[3,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,-2,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0]],[[6771,6408,0],[-2,0,0],[-9,3,0],[-1,0,0],[-12,4,0],[1,1,0],[1,0,0],[-13,4,0],[0,1,0],[-2,1,0],[-1,0,0],[-1,1,0],[1,1,0],[-1,1,0],[-1,0,0],[1,3,0],[-1,0,0],[1,1,0],[0,1,0],[2,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[1,1,0],[0,1,0],[-2,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-11,8,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[-1,0,0],[1,1,0],[-1,0,0],[-2,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,1,0],[-15,13,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-2,-1,0],[-2,4,0],[0,1,0],[2,5,0],[1,1,0],[0,1,0],[0,1,0],[-2,2,0],[0,-1,0],[-1,1,0],[-1,1,0],[-6,0,0],[0,-5,0],[-2,-1,0],[0,2,0],[-1,0,0],[-1,0,0],[-5,2,0],[-1,0,0],[-3,0,0],[-2,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-2,0,0],[-1,2,0],[-3,1,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[-2,1,0],[-1,-2,0],[2,40,0],[1,0,0],[0,1,0],[0,4,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-17,-5,0],[-3,19,0],[-2,-1,0],[5,16,0],[0,2,0],[-2,1,0],[-1,0,0],[-1,0,0],[-4,0,0],[-2,1,0],[-1,1,0],[-2,0,0],[-2,-1,0],[-1,-1,0],[-2,-1,0],[-2,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-2,-3,0],[0,1,0],[-2,-1,0],[-3,1,0],[0,-1,0],[-2,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-2,-4,0],[-2,0,0],[-2,0,0],[-1,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-2,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,2,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-13,-2,0],[-4,14,0],[-2,3,0],[-6,-1,0],[-1,1,0],[-1,1,0],[0,3,0],[1,2,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[2,2,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[-2,1,0],[-13,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,2,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[4,12,0],[4,3,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-12,1,0],[-15,8,0],[-4,0,0],[-11,1,0],[-4,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-9,8,0],[-18,15,0],[-2,-17,0],[0,-8,0],[0,-3,0],[-2,-20,0],[-9,5,0],[-10,5,0],[-91,51,0],[-4,2,0]],[[6915,6638,0],[-1,1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-2,-2,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[2,1,0],[0,3,0]],[[6893,6653,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-3,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-4,-2,0],[-4,-2,0],[-1,2,0],[-2,3,0],[2,1,0],[2,2,0],[0,1,0],[4,3,0],[1,0,0],[1,1,0],[2,1,0],[1,1,0],[-1,1,0],[3,1,0],[7,2,0],[-12,12,0]],[[7081,6920,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[2,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-3,-3,0],[-2,-1,0],[-3,-4,0],[-2,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-3,0],[-1,0,0],[0,-1,0],[-2,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-2,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-2,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-2,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0]],[[7078,6848,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,-1,0]],[[6893,6653,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-3,3,0],[-3,4,0],[-2,3,0],[-2,0,0],[-1,-1,0],[-1,1,0],[-1,1,0],[-1,2,0],[-3,3,0],[-3,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-2,1,0],[-1,0,0],[-1,-2,0],[-2,2,0],[-1,-1,0],[-1,-1,0],[-4,-3,0],[0,-3,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-3,-1,0],[-3,-1,0],[1,-1,0],[0,-1,0],[-3,-1,0],[1,-1,0],[-1,0,0],[2,-2,0],[1,-2,0],[1,-1,0],[1,-1,0],[1,1,0],[1,0,0],[0,1,0],[1,-2,0],[1,0,0],[0,-2,0],[1,-4,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[2,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[2,-1,0],[1,0,0],[1,-1,0]],[[6842,6634,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0]],[[6915,6638,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,2,0],[-1,1,0],[-1,0,0],[-1,-1,0],[1,1,0],[0,2,0],[0,1,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[6877,6608,0],[0,-1,0],[0,1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0]],[[6253,6280,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-4,5,0],[1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-2,0,0],[0,1,0],[1,1,0],[0,1,0],[2,1,0],[0,1,0],[-2,2,0],[0,-1,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,-1,0],[-3,-1,0],[0,-1,0],[-2,-1,0],[-2,3,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-2,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-7,5,0],[-1,9,0],[-15,1,0],[-13,1,0],[-10,0,0],[0,43,0],[-7,67,0]],[[6771,6408,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[-2,2,0],[-2,2,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,1,0],[-3,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-4,-1,0],[-1,-1,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-2,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0]],[[6740,6175,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0]],[[6715,6267,0],[-1,0,0],[1,0,0]],[[6253,6280,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0]],[[6120,6111,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-3,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-3,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-3,0,0],[0,-1,0],[2,-3,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,-1,0],[1,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-2,0],[0,-1,0],[1,-1,0],[1,0,0],[4,-9,0]],[[6086,6051,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[3,1,0],[0,-1,0],[-2,-1,0],[-2,-1,0],[-3,-1,0],[-2,-1,0],[-1,-1,0],[0,-2,0],[-1,-5,0],[1,0,0],[2,-2,0],[0,-1,0],[2,-2,0],[3,-2,0],[1,-1,0],[0,-1,0],[2,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[-5,-8,0],[-5,-8,0],[-1,0,0],[-1,-2,0],[-1,-1,0]],[[6068,5994,0],[0,1,0],[-1,0,0],[-3,-2,0],[0,-1,0],[1,-1,0],[3,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-2,0],[-1,0,0],[0,-1,0],[1,1,0],[0,-2,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,0,0],[-2,-1,0],[-4,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-3,-1,0],[-1,0,0],[-3,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-5,-3,0],[-1,0,0],[-1,-1,0],[-4,1,0],[-1,-3,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-3,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0]],[[6005,5954,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-2,-1,0],[-1,-1,0],[-2,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-2,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,2,0],[-2,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,2,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-3,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0]],[[5776,6043,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[1,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-2,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,2,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,2,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0]],[[6068,5994,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0]],[[6139,5984,0],[1,0,0],[0,-1,0],[0,-2,0],[1,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0]],[[6191,5919,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,1,0],[-2,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-2,2,0],[-1,-1,0],[-4,-4,0],[-2,3,0],[-3,2,0],[-2,2,0],[-3,3,0],[-2,3,0],[-1,1,0],[-4,-2,0],[-4,-2,0],[-3,-2,0],[-2,-2,0],[0,-3,0],[0,-1,0],[0,-2,0],[0,-2,0],[1,-1,0],[0,-4,0],[-6,0,0],[-2,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-3,-1,0],[-1,0,0],[-4,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0]],[[6123,5901,0],[-1,3,0],[1,1,0],[0,1,0],[-1,2,0],[-1,0,0],[-1,2,0],[0,1,0],[-1,-1,0],[-1,2,0],[-1,0,0],[-1,1,0],[-2,-1,0],[-2,2,0],[0,1,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,0,0],[1,-2,0],[0,-2,0],[2,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[6102,5883,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[-1,-3,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-2,-2,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,2,0],[-1,1,0],[-1,0,0],[-1,1,0],[2,1,0],[1,1,0],[0,2,0],[0,2,0],[1,0,0],[1,0,0],[1,0,0],[2,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,2,0],[0,1,0],[-2,0,0],[-1,-1,0],[-1,2,0],[-1,1,0],[-1,2,0],[-1,-1,0],[-2,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-5,5,0],[-1,1,0],[0,1,0],[-3,3,0],[-1,1,0],[-3,4,0],[1,0,0],[3,1,0],[2,1,0],[1,1,0],[2,0,0],[2,0,0],[1,0,0],[-1,1,0],[-2,1,0],[-4,4,0],[-1,0,0],[-1,1,0],[-3,2,0],[-2,1,0],[-6,3,0],[-3,2,0],[-1,0,0],[-1,1,0],[-7,3,0],[-1,0,0],[-1,0,0],[-1,1,0],[-3,0,0],[-3,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,2,0],[-1,2,0],[-2,2,0],[-2,2,0],[-1,2,0],[-2,2,0],[-1,1,0],[1,2,0],[1,0,0],[0,2,0],[2,3,0],[1,1,0],[-3,-1,0],[-2,1,0],[0,-1,0],[-3,0,0],[0,1,0],[-8,2,0]],[[6066,5939,0],[-1,0,0],[2,-2,0],[-1,-1,0],[5,-5,0],[0,-1,0],[-1,1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[2,-2,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[-2,0,0],[1,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[2,1,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[2,-1,0],[1,1,0],[2,-2,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,1,0],[2,1,0],[2,2,0],[2,-2,0],[1,0,0],[1,1,0],[-1,2,0],[1,0,0],[1,1,0],[-1,1,0],[1,1,0],[2,1,0],[0,1,0],[-1,1,0],[2,2,0],[-1,0,0],[1,0,0],[-1,1,0],[-2,-1,0],[-2,2,0],[0,1,0],[-1,1,0],[1,1,0],[0,2,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,2,0],[-2,-2,0],[-1,0,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,2,0],[-1,0,0],[-2,-1,0],[-2,-2,0],[-1,-1,0],[-2,2,0],[-1,2,0],[-1,2,0],[-2,-1,0],[-2,-2,0],[-1,-1,0],[-1,0,0],[-1,2,0],[-1,0,0],[-1,1,0],[-1,0,0]],[[6069,5942,0],[-2,2,0],[0,-1,0],[-3,2,0],[-2,0,0],[-2,1,0],[-3,1,0],[-4,2,0],[-1,0,0],[-2,1,0],[-1,1,0],[-2,2,0],[-2,1,0],[-3,4,0],[-1,0,0],[-3,2,0],[0,1,0],[-1,-1,0],[-3,-1,0],[-1,0,0],[2,-1,0],[3,-1,0],[1,-1,0],[1,0,0],[2,-2,0],[0,-1,0],[-2,-1,0],[2,-2,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[3,-3,0],[2,-1,0],[-2,-2,0],[-1,0,0],[3,-2,0],[1,-1,0],[0,-1,0],[2,-1,0],[3,-2,0],[2,-2,0],[2,-1,0],[1,-1,0],[1,0,0],[1,0,0],[2,1,0],[1,2,0],[-2,2,0],[2,1,0],[-2,2,0],[-1,2,0],[-1,0,0],[-1,1,0],[-1,2,0],[1,0,0],[2,2,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[-1,-1,0],[2,-2,0],[3,2,0],[2,-2,0],[-1,-1,0],[2,-2,0]],[[6066,5939,0],[2,1,0],[1,2,0]],[[5674,5906,0],[0,2,0],[5,2,0],[5,5,0],[-1,5,0],[-1,3,0],[-19,12,0],[11,24,0],[-1,5,0],[0,4,0],[-4,2,0],[-3,0,0],[-2,1,0],[-2,-1,0],[-2,5,0],[-3,-1,0],[-4,4,0],[-2,6,0],[1,2,0],[6,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0]],[[6102,5883,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[2,-2,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[3,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,2,0],[0,2,0],[1,0,0]],[[6191,5919,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[6153,5736,0],[-9,2,0],[-6,1,0],[-12,3,0],[-3,1,0],[-1,-1,0],[-1,-2,0],[-2,-2,0],[0,-1,0],[0,-2,0],[-2,-1,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-16,2,0],[-16,2,0],[0,7,0],[1,7,0],[1,3,0],[2,11,0],[1,7,0],[-1,0,0],[-9,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-2,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,2,0],[-1,1,0],[-2,2,0],[0,2,0],[1,0,0],[0,1,0],[1,0,0],[0,2,0],[1,0,0],[1,1,0],[1,1,0],[0,2,0],[-1,2,0],[-1,0,0],[-1,1,0],[-1,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[0,2,0],[-1,2,0],[-1,0,0],[-1,1,0],[1,1,0],[0,2,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,2,0],[-1,2,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-2,-1,0],[-2,-2,0],[-1,0,0],[-1,-1,0],[-2,-1,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-5,2,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-2,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,-1,0],[-2,-1,0],[-3,1,0],[-2,0,0],[-2,1,0],[-2,1,0],[0,2,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,2,0],[0,2,0],[-1,2,0],[0,1,0],[-1,3,0],[1,2,0],[1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-2,1,0],[-1,2,0],[-1,0,0],[0,1,0],[-1,-1,0],[-2,1,0],[-1,0,0],[-1,1,0],[-2,1,0],[-2,2,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-3,3,0],[-2,1,0],[-1,1,0],[-4,1,0],[-1,1,0],[-5,2,0],[-5,2,0],[-1,0,0],[-11,8,0],[-7,7,0],[-1,1,0],[-5,1,0],[-3,2,0],[-7,2,0],[-28,13,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-2,0,0],[-2,1,0],[-1,0,0],[-3,0,0],[-2,1,0],[-2,1,0],[-3,2,0],[-1,0,0],[-6,2,0],[-8,-3,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-2,-1,0],[2,-7,0],[0,-2,0],[-1,-1,0],[0,-2,0],[-1,-2,0],[-1,-3,0],[1,-1,0],[-1,0,0],[0,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-3,0],[-1,-1,0],[1,0,0],[-1,-2,0],[-3,-8,0],[-1,-6,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-28,4,0],[-51,50,0]],[[6167,5755,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0]],[[6243,5917,0],[0,1,0],[0,-1,0]],[[6120,6111,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-3,0],[-1,-1,0],[-1,-3,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[2,0,0],[1,1,0],[1,3,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-3,0],[1,1,0],[0,-1,0],[0,-1,0],[0,2,0],[1,0,0],[0,-1,0],[0,3,0],[1,0,0],[-2,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[6138,6039,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0]],[[6126,6036,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-4,0,0],[-4,0,0],[-3,0,0]],[[6109,6035,0],[2,8,0],[0,-1,0],[1,2,0]],[[6112,6044,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-5,0,0],[-3,1,0]],[[6100,6047,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,-5,0]],[[6126,6036,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,-2,0],[-2,-1,0],[-2,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0]],[[6111,6020,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[2,1,0],[2,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0]],[[6138,6039,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[6136,6013,0],[-1,1,0],[0,2,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-3,-5,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,-1,0],[-3,1,0],[-1,-3,0],[-3,1,0],[-2,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0]],[[6136,6013,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[6100,6047,0],[0,-2,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[9,-2,0]],[[5922,5326,0],[-20,5,0],[-1,-2,0],[-1,-4,0],[-1,1,0],[0,2,0],[0,1,0],[-1,2,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-12,6,0],[-6,-11,0],[-9,5,0],[-3,2,0],[-2,1,0],[-1,0,0],[-6,3,0],[-3,2,0],[-10,5,0],[-1,-9,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[1,1,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-6,10,0],[-1,0,0],[-1,1,0],[0,1,0],[-2,-1,0],[-5,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,2,0],[-13,3,0],[7,5,0],[16,13,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[-2,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[1,2,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,2,0],[1,1,0],[6,19,0],[0,1,0],[-1,0,0],[-1,2,0],[0,1,0],[-2,3,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[2,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[1,2,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[1,-1,0],[1,1,0],[0,6,0],[-3,2,0],[-3,1,0],[0,15,0],[-1,0,0],[-2,1,0],[-2,-1,0],[0,10,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-2,0,0],[-3,1,0],[-4,2,0],[-3,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-2,1,0],[0,1,0],[-1,1,0],[1,1,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,1,0],[1,0,0],[1,1,0],[-1,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-2,2,0],[-2,1,0],[-3,1,0],[2,3,0],[-2,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,1,0],[-2,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,1,0],[-4,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,3,0],[1,2,0],[0,2,0],[-2,0,0],[1,6,0],[-4,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-3,0,0],[0,3,0],[1,3,0],[0,3,0],[-6,-1,0],[-7,0,0],[0,2,0],[-3,1,0],[0,2,0],[0,4,0],[-5,-1,0],[-15,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-4,3,0],[-2,-2,0],[-9,-10,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,2,0],[-19,14,0]],[[5609,5670,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,2,0],[2,1,0],[3,3,0],[1,1,0],[3,1,0],[3,5,0],[0,1,0],[-1,0,0],[-2,3,0],[5,7,0],[-3,1,0],[-1,1,0],[-3,1,0],[-2,2,0],[0,2,0],[2,1,0],[2,6,0],[-1,3,0],[0,1,0],[-4,6,0],[1,2,0],[5,2,0],[3,1,0],[4,4,0],[0,5,0],[0,5,0],[-1,3,0],[-1,0,0],[-3,0,0],[0,1,0]],[[5627,5753,0],[6,19,0],[3,4,0],[3,5,0],[2,20,0],[6,13,0],[21,47,0],[-5,21,0],[8,5,0],[3,19,0]],[[6153,5736,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[2,-2,0],[2,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0]],[[5920,5713,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-2,0],[0,-1,0],[0,-1,0],[-2,0,0],[-2,1,0],[-3,0,0],[-1,-2,0],[-1,-1,0],[-3,1,0],[0,-2,0],[-2,0,0],[-2,0,0],[1,-5,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-2,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-2,0],[-3,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-2,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,1,0],[-1,0,0],[-2,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,2,0],[-1,1,0],[-2,1,0],[-1,1,0],[0,1,0],[-1,2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[2,0,0],[0,-1,0],[2,-1,0],[2,0,0],[0,-2,0],[1,0,0],[2,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[2,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[4,-2,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[0,-2,0],[-2,-2,0],[-1,-1,0],[3,-1,0],[3,-1,0],[4,-1,0],[1,0,0],[-3,-6,0],[2,-1,0],[2,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[4,0,0],[7,-2,0],[1,-1,0],[5,-1,0],[1,0,0],[0,-1,0],[2,-1,0],[3,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[3,0,0],[1,6,0],[-1,0,0],[0,2,0],[0,4,0],[-1,1,0],[0,1,0],[1,2,0],[1,0,0],[-1,0,0],[0,2,0],[1,2,0],[1,1,0],[1,0,0],[0,1,0],[3,1,0],[0,2,0],[1,1,0],[0,1,0],[0,-1,0],[2,0,0],[0,1,0],[1,3,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,3,0],[1,1,0],[2,1,0],[2,1,0],[1,1,0],[1,1,0],[0,1,0],[0,2,0],[1,0,0],[1,1,0],[0,3,0],[1,3,0],[1,2,0],[2,4,0],[-3,2,0],[-1,3,0],[-1,0,0],[-2,1,0],[-1,1,0],[-2,1,0],[-2,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-4,2,0],[-2,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,1,0],[2,0,0],[1,2,0],[-4,2,0],[-7,4,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[4422,6450,0],[2,0,0],[1,-2,0],[-2,-1,0],[1,-4,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-2,0],[1,0,0],[2,1,0],[1,0,0],[7,3,0],[0,-1,0],[1,0,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-2,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[2,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[3,0,0],[1,-1,0],[0,-1,0],[0,-7,0],[-1,-4,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-3,0],[0,-1,0],[0,-1,0],[0,-6,0],[0,-3,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[2,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0]],[[4450,6394,0],[-2,-1,0],[0,1,0],[-5,-2,0],[0,1,0],[-2,3,0],[-1,3,0],[-1,3,0],[-1,4,0],[-2,3,0],[-2,0,0],[-2,0,0],[-3,1,0],[-5,2,0],[-3,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[0,-2,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,-2,0],[-1,-2,0],[0,-2,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-2,0,0],[-1,0,0],[-6,0,0],[-1,-1,0],[-1,-1,0],[-4,-1,0],[-1,0,0],[0,1,0],[-2,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,1,0],[-2,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-2,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-3,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,2,0],[-2,-1,0],[-2,-1,0],[-1,0,0],[0,-1,0],[-3,-1,0],[-1,2,0],[-1,0,0],[-3,-1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[-1,3,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-2,-2,0],[-1,1,0],[0,1,0],[-1,1,0],[-3,-2,0],[-2,-2,0],[1,-1,0],[-6,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-2,-1,0],[-4,-2,0],[-1,2,0],[-3,-3,0],[5,-3,0],[1,0,0],[-3,-4,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-5,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0]],[[4283,6373,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[3,1,0],[-3,-1,0],[-1,-1,0],[1,0,0],[-2,-1,0],[0,-1,0],[0,1,0],[1,0,0],[2,0,0],[-2,0,0],[0,-1,0],[3,1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-4,2,0],[5,-3,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[1,2,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0]],[[4388,6419,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,-1,0],[0,-1,0]],[[4340,6424,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0]],[[4332,6428,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4324,6419,0],[1,0,0],[-1,0,0]],[[4334,6417,0],[1,0,0],[-1,-1,0],[0,1,0]],[[4339,6423,0],[0,0]],[[4339,6424,0],[0,0]],[[4336,6424,0],[-1,0,0],[1,0,0]],[[4339,6423,0],[0,1,0],[0,-1,0]],[[4324,6419,0],[0,0]],[[4330,6415,0],[0,1,0],[0,-1,0]],[[4324,6419,0],[0,0]],[[4324,6418,0],[0,0]],[[4322,6419,0],[1,0,0],[-1,0,0]],[[4331,6428,0],[0,0]],[[4332,6416,0],[0,0]],[[4331,6427,0],[0,0]],[[4331,6427,0],[0,0]],[[4332,6427,0],[0,0]],[[4868,6627,0],[-1,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-6,-13,0],[-13,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-2,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0]],[[4843,6524,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,2,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,2,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-6,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[-2,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-2,0,0],[0,1,0],[-1,1,0],[0,2,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0]],[[4659,6382,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,2,0],[0,1,0],[-1,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-2,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,7,0],[-1,0,0],[-4,0,0],[-7,0,0],[-1,0,0],[-5,0,0],[-2,1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-2,-1,0],[1,-2,0],[-3,-3,0],[-1,0,0],[-1,0,0],[0,-2,0],[0,-2,0],[-1,-2,0],[-2,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,-2,0],[-1,-2,0],[-2,-2,0],[-4,-3,0],[-1,-1,0],[1,-1,0],[0,-2,0],[0,-2,0],[1,0,0],[1,-1,0],[1,0,0],[-1,-2,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-3,0,0],[0,-1,0],[-1,0,0]],[[4422,6450,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0]],[[4703,6637,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4659,6382,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-8,0,0],[-9,1,0],[0,1,0],[-2,0,0],[-1,0,0],[-2,0,0],[-13,-3,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,-1,0],[0,-1,0],[0,-5,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-2,0,0],[-7,0,0],[-1,0,0],[-5,0,0],[-5,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-7,0,0],[0,-2,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-2,0,0],[0,8,0],[-2,0,0],[-4,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-70,-5,0]],[[4360,6235,0],[-64,27,0],[2,4,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,2,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0]],[[4209,6330,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0]],[[4843,6524,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[2,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[3,1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[5,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[6,4,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[2,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[5,-1,0],[0,3,0],[22,-4,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0]],[[4987,6378,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0]],[[4910,6316,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0]],[[4871,6271,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-2,0,0],[-2,1,0],[0,1,0],[-1,1,0],[0,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,-7,0],[-1,-1,0],[-1,-1,0],[-2,-2,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-2,-2,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,1,0],[1,0,0],[1,1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0]],[[4866,6144,0],[-35,0,0],[-46,1,0],[-25,0,0]],[[4760,6145,0],[-18,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[1,3,0],[-1,3,0],[-1,1,0],[-1,5,0],[1,2,0],[0,1,0],[-2,1,0],[0,2,0],[-1,0,0],[-1,0,0],[-1,0,0],[-5,1,0],[-2,-1,0],[-12,0,0],[-10,0,0],[-1,0,0],[-4,1,0],[-7,0,0],[-4,0,0],[-4,0,0],[-4,0,0],[-6,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[2,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-8,0,0],[0,-6,0],[-6,0,0],[0,1,0],[-12,0,0],[0,3,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-4,-6,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-3,-5,0],[-4,2,0],[-6,3,0],[-3,2,0],[-6,-6,0],[-1,0,0],[1,-2,0],[-4,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-2,-2,0],[-1,0,0],[-3,3,0],[-5,3,0],[-5,0,0],[-3,0,0],[-9,0,0],[-3,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-10,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,1,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,0,0],[-1,0,0],[-1,0,0],[-2,1,0],[0,-1,0],[-1,1,0],[-2,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[2,-4,0],[1,0,0],[-12,0,0],[-11,0,0],[-1,0,0],[-6,1,0],[0,-2,0],[0,-2,0],[0,-1,0],[-1,-2,0],[-1,0,0],[0,-2,0],[-7,0,0],[-5,0,0],[-24,0,0],[0,-1,0],[-10,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,16,0],[-18,65,0]],[[4487,6192,0],[2,1,0],[0,-2,0],[5,0,0],[0,-1,0],[1,-2,0],[7,2,0],[5,1,0],[0,2,0],[1,0,0],[0,1,0],[-1,0,0],[-1,2,0],[1,0,0],[0,1,0],[0,1,0],[0,6,0],[0,3,0],[0,3,0],[0,4,0],[-1,0,0],[-2,0,0],[-5,-1,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-2,0,0],[-1,0,0],[-1,-4,0],[0,-2,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,1,0],[-1,-6,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[0,-3,0],[0,-3,0]],[[4360,6235,0],[-9,-66,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-11,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[0,-4,0],[0,-13,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[-1,-1,0],[0,-5,0],[24,0,0],[4,0,0],[14,0,0],[3,0,0],[17,-1,0],[17,0,0],[0,-13,0],[1,-3,0],[0,-2,0],[0,-1,0],[-1,-6,0]],[[4425,6090,0],[-1,-2,0],[0,-8,0],[0,-1,0],[0,-5,0],[-2,0,0],[0,-3,0],[0,-2,0],[0,-4,0],[0,-4,0],[0,-7,0],[0,-6,0],[0,-2,0],[0,-6,0],[0,-1,0],[0,-2,0],[-1,-2,0],[0,-2,0],[1,-1,0],[0,-1,0],[-1,-12,0],[0,-4,0],[0,-3,0]],[[4421,6012,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0]],[[4760,6145,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[1,0,0],[-1,-3,0],[1,-1,0],[1,0,0],[3,-4,0],[0,-1,0],[-1,-1,0],[2,-1,0],[0,-1,0],[-2,-2,0],[-2,0,0],[-1,-2,0],[1,-1,0],[-1,-3,0],[0,-2,0],[-1,-1,0],[0,-1,0],[-2,-1,0],[-3,-2,0],[0,-2,0],[-1,-1,0],[-1,-1,0],[1,-2,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,-1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0]],[[4724,6073,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-3,0,0],[-1,2,0],[-2,1,0],[-1,0,0],[-1,-1,0],[1,-1,0],[0,-1,0],[-2,2,0],[-1,-1,0],[-1,0,0],[-4,-1,0],[-1,-2,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,1,0],[-1,0,0],[-3,-1,0],[-4,0,0],[-2,-1,0],[-2,0,0],[-2,-2,0],[-1,0,0],[-2,-4,0],[-2,-1,0],[0,-1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,3,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-14,-4,0],[-12,-3,0],[-16,11,0],[-8,6,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-5,-4,0],[-4,-4,0],[-1,-1,0],[-1,-1,0],[-2,-3,0],[-2,0,0],[-1,-1,0],[-1,0,0],[-3,1,0],[0,-1,0],[-4,0,0],[0,-2,0],[-7,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-2,0,0],[0,6,0],[-5,0,0],[0,-1,0],[0,-4,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[4,-3,0],[-7,-2,0],[-12,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-3,-4,0],[-10,1,0],[-8,0,0],[-1,0,0],[0,-1,0],[-2,2,0],[-5,4,0],[-4,4,0],[0,1,0],[-9,8,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[0,-1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,-1,0],[1,2,0],[0,1,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-2,-2,0],[-1,0,0],[-1,0,0],[1,1,0],[-2,1,0],[-1,0,0],[-3,-1,0],[-6,-3,0],[-1,0,0],[-2,0,0],[-6,0,0],[-1,1,0],[-1,-1,0],[-11,0,0],[-7,0,0]],[[4724,6073,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,-1,0],[-2,1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,1,0],[-2,2,0],[1,1,0],[1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-10,-3,0],[3,-9,0],[-12,-6,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-48,-33,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-3,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,1,0],[-1,-1,0]],[[4534,5956,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[4502,6017,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,-1,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[-3,1,0],[0,1,0],[-2,1,0],[-1,1,0],[-2,3,0],[-1,0,0],[0,2,0],[2,3,0],[2,2,0],[-4,3,0],[-1,1,0],[-1,1,0],[-1,-1,0],[0,-1,0],[0,1,0],[-2,-2,0],[2,-1,0],[-1,-2,0],[-2,-1,0],[-6,-8,0],[0,-1,0],[-3,-3,0],[0,-1,0],[-1,-2,0],[2,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[2,-1,0],[0,-2,0],[0,-2,0],[-3,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[2,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[2,-2,0],[2,-2,0],[-3,-2,0],[2,-1,0],[0,-1,0],[1,-1,0],[1,1,0],[1,0,0],[2,1,0],[0,-1,0],[1,1,0],[1,0,0],[1,1,0],[0,2,0],[1,-1,0],[0,1,0],[1,-1,0],[1,1,0],[0,-1,0],[1,4,0],[1,0,0],[1,0,0],[0,2,0],[-2,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[3,3,0]],[[4866,6144,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[2,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[1,-1,0],[1,1,0],[1,0,0],[1,0,0],[2,-1,0],[0,-1,0],[1,0,0],[2,1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-2,-2,0],[-1,-2,0],[-1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,-1,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[2,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-2,-2,0],[-1,-2,0],[-1,-2,0],[-1,0,0],[-1,0,0],[-2,0,0],[-4,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,-2,0],[-1,-2,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[1,-1,0],[-2,-4,0],[3,0,0],[-4,-11,0],[-3,1,0],[-2,1,0],[-4,-9,0],[-2,-2,0],[-1,0,0],[-2,-2,0],[0,-1,0],[-1,0,0],[-2,-2,0],[6,-2,0],[0,-1,0],[2,0,0],[3,-1,0]],[[4801,5797,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-2,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-2,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,2,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0]],[[5293,6611,0],[-2,-2,0],[-13,-4,0],[-2,-1,0],[-10,-7,0],[0,-2,0],[-11,-3,0],[0,-1,0],[-3,-1,0],[-3,-1,0],[0,1,0],[1,19,0],[-17,0,0],[0,3,0],[-29,8,0],[-5,1,0],[-2,9,0],[-5,-7,0],[-7,-5,0],[-1,1,0],[-8,9,0],[-3,-9,0],[-4,0,0],[0,-2,0],[-11,-1,0],[-5,15,0],[-3,7,0],[-5,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-12,6,0],[-8,4,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-2,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[7,0,0],[1,0,0],[6,-2,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-2,0],[4,-4,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[4,-6,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[2,0,0],[1,0,0],[1,0,0],[1,0,0],[-3,-4,0]],[[5123,6456,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-3,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[5303,6454,0],[-15,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-2,1,0],[-5,1,0],[0,1,0],[0,1,0],[-4,-2,0],[1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-2,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-3,0,0],[0,-12,0],[3,0,0],[0,-3,0],[2,0,0],[0,-3,0],[0,-3,0],[0,-2,0],[0,-4,0],[-1,-3,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-7,0],[0,1,0],[-2,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,1,0],[-2,1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-8,3,0]],[[5294,6232,0],[-24,10,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-5,0],[0,-8,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,1,0],[1,1,0],[-7,9,0],[-1,0,0],[0,1,0],[-2,-1,0],[-3,-3,0],[-2,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-8,8,0],[-2,3,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-2,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-22,1,0]],[[5463,6217,0],[1,0,0],[4,0,0],[2,0,0],[1,0,0],[1,0,0],[2,-2,0],[1,0,0],[3,0,0],[3,0,0],[1,0,0],[2,0,0],[1,0,0],[2,0,0],[1,1,0],[1,-1,0],[5,-1,0],[1,-1,0],[2,0,0],[1,-2,0],[2,2,0],[4,1,0],[1,3,0],[2,0,0],[4,4,0],[2,4,0],[1,1,0],[2,-1,0],[4,0,0],[3,0,0],[1,0,0],[8,14,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,0,0],[-17,0,0],[-1,-26,0],[0,-13,0],[-1,-14,0],[33,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[1,-1,0],[-20,0,0],[0,3,0],[-25,1,0],[0,-1,0],[-27,1,0],[-1,-36,0],[-1,0,0],[-1,-27,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-23,-14,0],[-12,9,0],[1,-11,0],[-8,-3,0],[-8,0,0],[0,1,0],[-1,0,0],[-3,1,0],[-3,0,0],[-1,0,0],[-11,0,0],[-1,0,0],[-1,0,0],[0,-2,0],[0,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-3,-3,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-3,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-3,1,0],[-1,1,0],[-1,0,0],[0,2,0],[-1,2,0],[-1,1,0],[0,1,0],[0,-1,0],[-2,-1,0],[-1,3,0],[-2,0,0],[-3,-2,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,2,0],[-7,16,0],[-6,1,0],[-5,0,0],[-6,1,0],[-13,2,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[-4,0,0],[-8,0,0],[-2,0,0],[-9,0,0],[-18,1,0],[-20,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[5244,6027,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-9,1,0],[-6,0,0],[-13,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-8,-11,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-2,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[-3,0,0],[-1,0,0],[0,1,0],[-15,4,0],[-14,2,0],[-3,-1,0],[-2,0,0],[-1,0,0],[-4,7,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,3,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-2,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,28,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,1,0],[-12,-5,0],[3,4,0],[6,3,0],[8,0,0],[0,2,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-2,17,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-4,-1,0],[0,-1,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-2,-5,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-2,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,2,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,2,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[2,2,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,-1,0],[-1,0,0],[-1,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-2,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0]],[[5244,6027,0],[0,-8,0],[0,-6,0],[0,-12,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[21,-12,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[2,-3,0],[13,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[3,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0]],[[5231,5854,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,-1,0],[1,-2,0],[-1,0,0],[1,0,0],[0,-3,0],[0,-6,0],[-2,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-7,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-7,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-2,-1,0],[-3,-2,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[-2,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-11,13,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-2,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0]],[[5116,5764,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[2,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0]],[[4993,5653,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,2,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-2,2,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-2,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[5627,5753,0],[-5,-2,0],[-4,6,0],[-11,4,0],[-19,9,0],[-6,5,0],[-5,6,0],[-10,10,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-3,-4,0],[-1,-5,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-6,1,0],[1,5,0],[-9,2,0],[-6,1,0],[1,7,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-6,-6,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0]],[[5356,5768,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-12,6,0],[-20,13,0],[-1,0,0],[-3,2,0],[-1,0,0],[-3,2,0],[-24,15,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-7,7,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-3,-1,0],[-11,-3,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-3,2,0],[-1,0,0],[0,1,0],[-1,0,0],[-3,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0]],[[5146,5683,0],[2,4,0],[8,-2,0],[1,3,0],[1,4,0],[4,11,0],[2,9,0],[10,-2,0],[2,-1,0],[0,-1,0],[-2,-4,0],[8,-2,0],[1,-1,0],[2,5,0],[11,-3,0],[1,3,0],[1,2,0],[-2,3,0],[5,3,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-3,2,0],[-1,1,0],[-2,0,0],[-3,0,0]],[[5356,5768,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-2,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,-2,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0]],[[5245,5655,0],[-2,2,0],[-2,4,0],[-2,1,0],[0,1,0],[-1,0,0],[-3,3,0],[-6,-4,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-2,0,0],[-2,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-5,1,0],[-5,1,0],[-1,0,0],[-2,-7,0],[-2,1,0],[-4,1,0],[-2,0,0],[-2,1,0],[-2,0,0],[1,4,0],[1,3,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-6,-2,0],[-1,-1,0],[-1,0,0],[0,6,0],[-2,0,0],[-4,1,0],[-2,1,0],[1,0,0],[-5,2,0],[-3,1,0],[0,2,0],[-4,1,0],[-9,3,0]],[[5064,5462,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,3,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,3,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,3,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0]],[[5044,5570,0],[5,4,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[5,-2,0],[1,0,0],[2,-1,0],[1,0,0],[1,0,0],[1,0,0],[2,-1,0],[0,1,0],[0,1,0],[-1,2,0],[-6,15,0],[-1,1,0],[-7,4,0],[-1,0,0],[-3,2,0],[1,0,0],[1,3,0],[2,2,0],[1,3,0],[5,6,0],[1,2,0],[4,8,0],[3,-2,0],[4,8,0],[0,-1,0],[1,-1,0],[1,-1,0],[1,-1,0],[3,-1,0],[2,-1,0]],[[5083,5620,0],[4,-2,0],[5,-1,0],[1,0,0],[4,-3,0],[2,-2,0],[1,0,0],[6,-3,0],[2,-1,0],[5,-4,0],[4,-2,0],[6,-2,0],[3,-1,0],[1,-1,0],[1,0,0],[5,-3,0],[7,-5,0],[2,-1,0],[5,-4,0],[1,0,0],[0,-1,0],[1,0,0],[3,-5,0],[2,-2,0],[1,-2,0],[3,-7,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,-2,0],[2,-6,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[4,-1,0],[2,3,0],[12,-4,0],[3,0,0]],[[5198,5562,0],[-1,-5,0]],[[5197,5557,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-3,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-3,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-2,0],[-1,-2,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,2,0],[-1,0,0],[-1,0,0]],[[5245,5655,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-2,0],[1,0,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[2,-2,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,-2,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[5083,5620,0],[1,2,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[3,5,0],[0,1,0],[-2,1,0],[1,2,0],[3,-2,0],[0,1,0],[1,2,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[2,-1,0],[4,-1,0],[2,0,0],[1,0,0],[0,-1,0],[1,0,0],[3,0,0],[3,-1,0],[1,0,0],[3,-1,0],[2,0,0],[4,0,0],[1,0,0],[2,8,0],[0,2,0],[1,4,0],[2,9,0],[1,6,0],[1,5,0],[1,4,0],[2,11,0],[12,-3,0],[0,1,0],[6,-1,0]],[[5044,5570,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,2,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,2,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-2,2,0],[-1,2,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0]],[[5609,5670,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,-6,0],[4,-10,0],[-3,-2,0],[-4,-7,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-10,-9,0],[-1,-1,0],[-5,-11,0],[-7,-5,0],[-6,-4,0],[-12,0,0],[-6,-13,0],[-1,-1,0],[-1,-1,0],[-5,2,0],[-1,-1,0],[-12,-7,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-11,-11,0],[-1,0,0],[1,-2,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[1,-2,0],[1,-3,0],[-2,-2,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-2,0],[-1,0,0]],[[5456,5476,0],[-10,7,0],[-9,-12,0],[1,11,0],[-8,0,0],[0,-18,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-9,-13,0],[-2,-4,0],[-1,0,0],[0,-1,0],[-2,-3,0],[-1,-1,0],[-2,-3,0],[-4,-5,0],[0,-1,0]],[[5402,5438,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[-1,0,0],[-3,1,0],[-2,0,0],[1,2,0],[-2,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-2,1,0],[1,3,0],[-3,1,0],[-1,-2,0],[-2,0,0],[-2,-2,0],[-1,0,0],[-1,-4,0],[-5,-3,0],[-10,-5,0],[-12,2,0],[-2,0,0],[-4,0,0],[-7,1,0],[-2,0,0],[-3,0,0],[-1,1,0],[-2,0,0],[-2,1,0]],[[5335,5456,0],[-1,0,0],[-2,1,0],[-5,1,0],[-5,0,0],[2,1,0],[-3,4,0],[-1,-1,0],[-2,3,0],[-2,1,0],[0,1,0],[-3,2,0],[-1,-1,0],[-3,-2,0],[-1,1,0],[-2,3,0]],[[5306,5470,0],[-2,2,0],[-2,2,0],[-2,2,0],[-2,2,0],[-1,2,0],[-1,1,0],[-2,2,0],[-5,6,0],[-3,3,0],[-1,1,0],[-1,1,0]],[[5284,5494,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-5,5,0],[-4,4,0],[-2,2,0],[-5,-2,0],[0,1,0],[-2,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-2,1,0],[0,-2,0],[-3,-11,0]],[[5266,5518,0],[-1,0,0],[-8,2,0],[-8,2,0],[0,2,0],[-7,2,0],[0,-2,0],[-9,2,0],[0,4,0],[2,9,0],[1,0,0],[2,0,0],[-1,1,0],[0,2,0],[-10,4,0],[-2,0,0],[-4,2,0],[-3,1,0],[-11,5,0],[-1,-3,0],[-5,3,0],[-3,2,0],[-1,1,0]],[[5266,5518,0],[-1,-5,0],[-1,-3,0],[-1,0,0],[-1,0,0],[-2,1,0],[-2,1,0],[-1,0,0],[-2,1,0],[-2,-7,0],[-2,-8,0],[2,-1,0],[1,0,0],[2,-1,0],[1,-1,0],[1,0,0],[0,-2,0],[1,0,0],[0,-1,0],[0,-1,0],[2,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[2,0,0],[1,-2,0],[0,-1,0],[2,1,0],[0,-1,0],[1,-1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0]],[[5306,5470,0],[-1,-1,0],[-10,-8,0],[9,-11,0],[-7,-5,0],[-8,-6,0],[-8,-7,0],[-1,0,0]],[[5280,5432,0],[-9,-8,0],[-6,-5,0],[-12,-9,0],[1,-1,0],[4,-4,0],[6,-8,0],[1,-1,0]],[[5265,5396,0],[-7,-4,0],[2,-4,0],[1,-1,0],[-1,-1,0],[-1,-1,0],[-1,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-2,0],[2,-3,0],[1,-2,0],[1,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0]],[[5264,5363,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-2,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-2,0],[-1,-1,0],[-1,0,0],[-1,-1,0]],[[5230,5345,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,2,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0]],[[5186,5343,0],[-6,2,0],[0,1,0],[-2,0,0],[-6,3,0],[-8,3,0],[-2,1,0],[-2,1,0],[-2,1,0],[-3,1,0],[-3,1,0],[-1,0,0],[-13,5,0],[-10,4,0],[-12,5,0],[0,1,0],[-20,5,0],[1,8,0],[-7,-1,0],[-25,-2,0]],[[5065,5382,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,2,0],[0,2,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0]],[[5335,5456,0],[-3,-3,0],[-7,-4,0],[-1,-1,0],[3,-2,0],[2,-3,0],[1,-1,0],[0,-1,0],[-4,-3,0],[2,-2,0],[2,-2,0],[2,-3,0],[-1,0,0],[0,-1,0],[1,-1,0],[1,-2,0],[1,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[2,-4,0],[-2,-1,0],[-2,-1,0],[-2,-1,0],[-1,0,0],[-2,0,0],[-2,-1,0],[-2,-1,0],[0,-1,0]],[[5324,5413,0],[-1,-1,0],[-3,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-2,0,0],[-3,-2,0],[-2,-1,0],[-1,-1,0],[-2,0,0],[0,-1,0]],[[5302,5402,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,2,0]],[[5299,5407,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,2,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-11,12,0],[-1,1,0]],[[5299,5407,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[2,-2,0],[1,-2,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[1,-2,0],[-1,0,0],[-2,-1,0],[-1,-1,0],[-2,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-2,-1,0],[0,-1,0],[-4,-1,0],[0,-1,0],[-4,-2,0],[-3,5,0],[-1,3,0],[-1,1,0],[-1,1,0]],[[5302,5402,0],[1,-2,0],[1,-1,0],[0,-1,0],[1,0,0],[1,-2,0],[1,-2,0],[0,-1,0],[1,-1,0],[1,-2,0],[0,-1,0]],[[5309,5389,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0]],[[5402,5438,0],[0,-1,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,-1,0],[-2,-6,0],[-2,-7,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-3,-2,0],[0,-2,0],[0,-2,0],[-1,-1,0],[-1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,1,0],[-1,-1,0],[1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[5,-4,0],[-3,-4,0],[-3,-4,0],[-4,-6,0],[-6,-7,0],[-4,-1,0],[-11,-10,0],[-25,-22,0]],[[5307,5284,0],[-9,7,0],[-3,-4,0],[-5,-5,0],[-9,-12,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,1,0],[1,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[-2,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-3,7,0],[0,1,0],[-1,0,0],[6,5,0],[-5,5,0],[-7,5,0],[-2,2,0],[-2,2,0],[-2,2,0],[-6,6,0],[-1,0,0],[0,1,0],[-9,11,0],[-1,2,0],[-1,2,0],[-1,1,0]],[[5309,5389,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[-2,3,0],[-1,2,0],[0,1,0]],[[5922,5326,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-3,-5,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0]],[[5695,5064,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,2,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[-1,1,0],[-1,0,0],[1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[1,-1,0],[0,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-6,3,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[0,2,0],[1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-3,1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0]],[[5600,5146,0],[3,7,0],[-2,0,0],[-1,1,0],[-3,0,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,2,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,-2,0],[1,-1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,14,0],[-9,3,0],[1,2,0],[-8,11,0],[1,0,0],[1,0,0],[2,1,0],[-5,8,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,-1,0],[-2,0,0],[-1,-1,0],[-5,4,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-2,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,0,0],[1,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[2,-2,0],[2,0,0],[2,1,0],[4,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[2,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[3,3,0],[0,1,0],[5,5,0],[-1,1,0],[1,1,0],[0,1,0],[1,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,1,0],[1,2,0],[1,1,0],[0,1,0],[2,4,0],[1,2,0],[1,3,0],[1,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,1,0],[1,1,0],[1,2,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[4,6,0],[2,3,0],[1,1,0],[3,3,0],[2,1,0],[4,9,0],[1,4,0],[2,4,0],[2,5,0],[3,3,0],[2,3,0],[5,7,0],[0,1,0],[1,0,0],[5,3,0],[3,3,0],[0,1,0],[1,5,0],[-5,0,0],[-13,1,0],[-17,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[2,0,0],[0,1,0],[0,2,0],[1,0,0],[-1,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,1,0],[-1,1,0],[0,1,0],[0,2,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-14,4,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[-1,0,0],[1,1,0],[0,1,0],[-19,4,0],[-11,3,0],[3,2,0],[10,5,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,2,0],[-1,2,0],[-1,-1,0],[-2,1,0],[0,1,0],[-2,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-4,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-4,4,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,2,0],[1,0,0],[0,1,0],[1,0,0],[0,2,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[3,1,0],[3,4,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-3,1,0],[-1,2,0],[2,1,0],[2,1,0],[4,3,0],[-4,6,0],[-1,4,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,1,0],[0,2,0],[-4,2,0],[0,1,0],[-4,0,0],[-2,0,0],[-1,1,0],[-7,4,0],[-4,4,0],[-1,1,0],[-3,3,0],[0,1,0],[-3,3,0],[-7,2,0],[-2,2,0],[0,1,0],[-3,3,0],[-1,1,0],[0,-2,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-2,-2,0],[0,-1,0],[0,-2,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,-2,0],[-4,1,0],[-2,-2,0],[-1,0,0],[-3,-2,0],[0,-1,0],[-1,-1,0],[-4,1,0],[-24,10,0],[1,2,0]],[[5600,5146,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[-4,-13,0],[-2,-6,0],[-2,-6,0],[-2,1,0],[1,-4,0],[0,-2,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-2,0,0],[-1,-3,0],[-4,2,0],[-1,0,0],[-2,-1,0],[-13,4,0],[1,3,0],[-4,2,0],[-3,-9,0],[-1,3,0],[-10,-9,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-4,2,0],[-1,1,0],[-1,0,0],[-1,-1,0],[-2,0,0],[1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-2,2,0],[-1,-1,0],[-1,-1,0],[-2,-3,0],[-2,0,0],[-1,1,0],[-2,0,0],[-2,1,0],[-6,-20,0],[-15,13,0],[-4,-4,0],[-2,-3,0],[-8,-8,0],[-1,-2,0],[-9,-3,0],[-3,6,0],[-2,0,0],[-8,7,0],[-5,-6,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-3,-4,0],[0,-1,0],[-1,-1,0],[-3,-4,0],[0,-1,0],[-2,-2,0],[-3,2,0],[-1,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[-1,1,0],[-1,2,0],[-4,3,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-13,4,0],[2,6,0],[-1,1,0],[1,1,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[2,1,0],[1,0,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[5,11,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,1,0],[1,0,0],[-7,7,0],[-2,-2,0],[-7,-6,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-8,0,0],[-1,1,0],[-1,-1,0],[-1,0,0],[0,1,0],[-9,0,0],[-4,0,0],[-14,1,0],[0,-7,0],[2,0,0],[0,-4,0],[0,-2,0],[0,-2,0],[-4,0,0],[-2,0,0],[-1,0,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-2,-2,0],[-9,3,0],[-2,-2,0],[-4,-11,0],[-3,0,0],[-12,1,0],[0,-1,0],[0,-2,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-2,0,0],[-8,6,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,-1,0],[-6,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,1,0],[0,1,0],[1,0,0],[-52,29,0]],[[5210,5146,0],[4,7,0],[11,15,0],[5,8,0]],[[5230,5176,0],[8,11,0],[11,15,0],[34,47,0],[2,4,0],[22,31,0]],[[5147,5266,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,2,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[5057,5321,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0]],[[5186,5343,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-2,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,-1,0],[1,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-2,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[1,-1,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-2,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0]],[[5230,5176,0],[-13,13,0],[-4,4,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-21,10,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-10,5,0],[-1,1,0],[-1,0,0],[-2,1,0],[-5,1,0],[0,1,0],[-1,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-4,1,0],[-15,4,0],[-5,1,0],[5,17,0],[0,1,0]],[[5084,5198,0],[1,0,0],[2,2,0],[0,1,0],[-1,1,0],[-2,1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,1,0],[-1,-2,0],[-1,1,0],[-2,1,0],[3,3,0],[-1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,-1,0],[4,5,0],[1,0,0],[0,-1,0],[1,0,0],[2,-1,0],[1,-1,0],[1,1,0],[2,2,0],[3,-2,0],[1,1,0],[1,2,0],[4,-3,0],[0,-2,0],[0,-1,0],[0,1,0],[1,1,0],[7,-3,0],[5,-3,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[-5,-6,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-2,-2,0],[-2,-2,0],[0,-1,0],[-2,-2,0],[-1,-1,0],[-1,-1,0],[-1,-1,0],[-4,2,0],[-7,4,0],[-1,0,0],[-2,1,0],[0,1,0],[-2,1,0],[-1,1,0],[2,2,0]],[[5210,5146,0],[-17,-24,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0]],[[5185,5106,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0]],[[5179,5107,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[1,1,0],[-5,1,0],[0,1,0],[-1,1,0],[1,1,0],[0,1,0],[-1,2,0],[-1,1,0],[-1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[5,-1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[2,0,0],[1,5,0],[-1,1,0],[-1,0,0],[1,0,0],[0,1,0],[-8,6,0],[-1,0,0],[0,1,0],[-3,3,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,5,0],[-6,3,0],[-4,2,0],[-6,2,0],[-1,0,0],[-4,2,0]],[[5003,5146,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,2,0],[1,2,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,2,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,2,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,1,0],[0,2,0],[1,1,0],[1,3,0],[0,4,0],[0,1,0],[0,1,0],[1,1,0],[1,1,0],[0,2,0],[1,5,0],[1,3,0],[0,1,0],[1,4,0],[1,4,0],[0,1,0],[1,2,0],[0,2,0],[1,1,0],[0,1,0],[0,1,0],[0,2,0],[1,1,0],[0,1,0],[0,1,0],[0,2,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,2,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0]],[[5179,5107,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0]],[[5086,4952,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[5074,4936,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,2,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-2,-1,0],[-2,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,2,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-5,0,0],[-1,0,0],[-3,12,0],[-11,-3,0],[1,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-14,-3,0],[3,-13,0],[1,-3,0],[-15,0,0],[0,-1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,2,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,1,0],[1,3,0]],[[4953,4943,0],[8,1,0],[1,1,0],[1,0,0],[1,0,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-4,7,0],[-4,7,0],[5,-1,0],[0,3,0],[-3,0,0],[1,22,0],[0,1,0]],[[4959,4992,0],[1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,1,0],[0,1,0],[0,2,0],[0,1,0],[0,1,0],[1,1,0],[0,2,0],[-1,0,0],[0,1,0],[0,1,0],[-1,1,0],[0,2,0],[-1,2,0],[2,1,0],[0,1,0],[1,0,0],[0,2,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-3,2,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[0,-1,0],[-1,1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,2,0],[2,2,0],[1,3,0],[4,5,0],[0,1,0],[-6,4,0],[-2,-2,0],[-3,2,0],[-1,-1,0],[-7,4,0],[-2,-2,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,1,0]],[[4943,5036,0],[0,1,0],[1,0,0],[1,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,-1,0],[2,3,0],[1,3,0],[1,2,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[2,2,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0]],[[4920,5016,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,-1,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0]],[[4953,4943,0],[-2,3,0]],[[4951,4946,0],[-14,20,0],[0,1,0],[-1,1,0],[1,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-8,2,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[1,2,0],[0,1,0],[1,1,0],[-1,0,0],[-2,1,0],[0,-1,0],[-5,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[-1,0,0],[-1,1,0],[0,1,0],[-2,2,0],[-3,2,0],[0,1,0],[-1,0,0],[-2,2,0],[-1,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0]],[[4902,4986,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[2,1,0],[3,2,0],[1,0,0]],[[4881,5055,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[-1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0]],[[4856,5005,0],[0,1,0],[0,1,0],[0,-1,0],[0,-1,0]],[[4857,5004,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4872,5011,0],[0,-1,0],[-1,0,0],[0,1,0],[1,0,0]],[[4920,5016,0],[1,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[0,-1,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[1,1,0]],[[4951,4946,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-2,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-2,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-2,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-3,-6,0],[-11,-4,0],[-12,2,0]],[[4889,4910,0],[-14,4,0],[1,1,0],[-1,0,0],[-2,0,0],[0,1,0],[-1,0,0]],[[4872,4916,0],[1,0,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,2,0],[1,2,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0]],[[4889,4910,0],[0,-2,0],[0,-1,0],[0,-2,0],[1,-1,0],[1,-2,0],[1,-1,0],[1,-1,0],[6,-11,0],[-4,-11,0],[0,-2,0],[-2,-4,0],[1,0,0],[0,-1,0],[1,0,0],[-1,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-10,0],[0,-2,0],[2,0,0],[3,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-2,0],[0,-3,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-2,-2,0],[-3,-2,0],[2,-4,0],[1,0,0],[2,-3,0],[1,-1,0],[0,-1,0],[-3,-2,0],[2,-2,0],[-1,0,0],[-2,-3,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,-1,0],[0,1,0],[0,-1,0],[-1,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,-1,0],[-1,0,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0]],[[4898,4814,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-2,0],[-4,-4,0],[-1,-1,0],[-8,2,0],[-1,-2,0],[-1,-3,0],[0,-1,0],[-5,1,0],[-1,1,0],[-1,-1,0],[-2,0,0],[0,1,0],[-1,0,0],[-1,-1,0],[-1,1,0],[0,-1,0],[-1,0,0],[0,1,0],[0,1,0],[-3,1,0],[-2,1,0],[-2,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-3,0,0]],[[4857,4811,0],[-3,1,0],[-1,-1,0],[-3,1,0],[-5,1,0],[2,7,0],[-1,1,0],[-3,1,0],[-1,0,0],[-1,2,0],[0,1,0],[-1,1,0],[-2,3,0],[-1,1,0],[1,1,0],[-3,3,0],[-1,0,0],[0,-3,0],[-1,-1,0],[-1,0,0],[-1,-2,0],[1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0]],[[4822,4827,0],[3,3,0],[1,1,0],[0,1,0],[1,2,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[-1,0,0],[2,1,0],[0,1,0],[1,0,0],[0,1,0],[0,-1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,2,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0]],[[4839,4840,0],[0,-1,0],[1,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,-1,0],[0,1,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[4776,4810,0],[1,0,0],[0,1,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,1,0],[1,0,0],[0,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[0,1,0],[1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,1,0],[0,-1,0]],[[4816,4818,0],[0,-1,0],[0,-3,0],[0,-1,0],[0,-2,0],[0,-1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[0,-1,0],[-1,-1,0],[1,-2,0],[1,0,0],[1,0,0],[1,-1,0],[-1,-1,0],[1,-1,0],[-1,-2,0],[-1,-2,0],[-1,0,0],[-1,-2,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[4817,4799,0],[0,1,0],[-3,1,0],[0,2,0],[0,1,0],[1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-4,-3,0],[0,1,0],[-1,-2,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[-1,1,0],[-4,2,0],[-2,1,0],[-2,1,0],[-2,-3,0],[-1,0,0],[-2,2,0],[-3,1,0]],[[4784,4855,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[1,1,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[1,0,0],[0,1,0],[1,0,0],[0,1,0],[0,1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0]],[[4857,4811,0],[-2,-7,0],[-5,1,0],[-2,-3,0]],[[4848,4802,0],[-8,4,0],[-2,-3,0],[-2,1,0],[-3,-4,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-2,1,0],[0,-1,0],[-1,-1,0],[-2,-3,0],[-2,1,0],[-5,3,0]],[[4816,4818,0],[0,2,0],[1,1,0],[0,1,0],[1,0,0],[4,5,0]],[[4905,4761,0],[1,3,0],[3,0,0],[0,1,0],[2,1,0],[1,1,0],[0,2,0],[0,2,0],[1,2,0],[7,-1,0],[0,1,0],[1,2,0],[1,6,0],[-6,0,0],[-6,9,0],[4,2,0],[-2,3,0],[-1,1,0],[-2,3,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,1,0]],[[4906,4804,0],[1,0,0],[1,1,0],[1,0,0],[0,1,0],[1,0,0],[1,1,0],[-3,0,0],[-6,1,0],[-1,1,0],[-1,1,0],[-1,0,0],[0,1,0],[0,1,0],[0,1,0],[-1,1,0]],[[5074,4936,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,-1,0],[1,0,0],[1,0,0],[0,1,0],[1,-1,0],[0,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,1,0],[1,0,0],[1,0,0],[1,0,0],[1,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0]],[[5075,4892,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-2,-1,0],[-3,-3,0],[-7,-7,0],[-1,-1,0],[1,-3,0],[0,-1,0],[0,-1,0],[1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[1,0,0],[-1,-1,0],[-1,-1,0],[-3,1,0],[-2,-3,0],[-1,-1,0],[0,-3,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-3,-2,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,1,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0]],[[4959,4743,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[-1,0,0],[1,1,0],[1,1,0],[-1,0,0],[0,1,0],[-1,1,0],[0,1,0],[-1,1,0],[0,1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,-1,0],[-1,0,0],[-1,0,0],[-2,2,0],[-2,0,0],[0,-1,0],[-1,0,0],[-1,1,0],[-1,-1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[-1,-1,0],[-1,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[-1,0,0],[0,1,0],[0,1,0],[-1,0,0],[0,1,0],[-1,0,0],[1,0,0],[0,1,0],[0,1,0],[-1,0,0]],[[4848,4750,0],[1,-1,0],[0,-1,0],[-2,1,0],[0,1,0],[-2,1,0],[-1,0,0],[-1,0,0],[-1,0,0],[-1,1,0],[-2,0,0],[-1,0,0],[0,1,0],[-2,0,0],[0,2,0],[0,1,0],[-2,0,0],[-1,1,0],[-1,0,0],[0,1,0],[-1,0,0],[0,1,0],[1,0,0],[-1,0,0],[0,1,0],[1,0,0],[-4,0,0],[1,1,0],[0,1,0],[-1,2,0],[-1,0,0]],[[4827,4764,0],[-1,0,0],[2,4,0],[0,1,0],[1,0,0],[1,2,0],[0,3,0],[-1,0,0],[1,2,0],[3,4,0],[2,2,0],[0,2,0],[2,-1,0],[1,3,0],[1,2,0],[1,2,0],[2,4,0],[1,1,0],[1,1,0],[4,6,0]],[[4906,4804,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-2,0,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,-1,0]],[[4876,4777,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[-1,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-2,0,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[0,-1,0],[-1,0,0],[-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment