Skip to content

Instantly share code, notes, and snippets.

@RogerNoble
Last active December 17, 2015 09:49
Show Gist options
  • Save RogerNoble/5589964 to your computer and use it in GitHub Desktop.
Save RogerNoble/5589964 to your computer and use it in GitHub Desktop.
Population of Australia by Statistical Area Level 4 (SA4)
region_id Tot_P_P
101 207822
102 312184
103 196742
104 130604
105 113591
106 243246
107 275983
108 201110
109 110317
110 176194
111 342605
112 227619
113 150120
114 137007
115 210413
116 303528
117 264544
118 249546
119 523608
120 263560
121 374665
122 237640
123 235804
124 288188
125 394708
126 162845
127 360166
128 210267
197 112
199 12918
201 146235
202 140696
203 250651
204 159294
205 255858
206 501990
207 340005
208 378215
209 437046
210 318483
211 479103
212 658016
213 616058
214 271064
215 147428
216 124894
217 120659
297 36
299 8308
301 211433
302 191047
303 314085
304 170353
305 223976
306 224436
307 122273
308 211344
309 507642
310 281790
311 290430
312 166811
313 215454
314 167430
315 82923
316 306909
317 140220
318 217897
319 273267
397 472
399 12545
401 277064
402 391643
403 339874
404 216655
405 106519
406 84619
407 177122
497 5
499 3068
501 158104
502 83294
503 156351
504 219896
505 482955
506 433626
507 352747
508 215048
509 129438
597 415
599 7297
601 211656
602 137558
603 35797
604 109152
697 115
699 1073
701 120586
702 89377
797 110
799 1870
801 356586
897 0
899 632
901 3001
997 3
999 25

Population of Australia by Statistical Area Level 4 (SA4). Data sourced from the Australian Bureau of Statistics data packs.

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.q0-9 { fill:#E0ECF4; }
.q1-9 { fill:#9EBCDA; }
.q2-9 { fill:#8C6BB1; }
.q3-9 { fill:#8C6BB1; }
.q4-9 { fill:#810F7C; }
.q5-9 { fill:#4D004B; }
.q6-9 { fill:#AE017E; }
.q7-9 { fill:#7A0177; }
.q8-9 { fill:#49006A; }
.sa4 { stroke:#FFFFFF; stroke-width: 1px; }
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/queue.v1.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 1160;
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var projection = d3.geo.conicEqualArea()
.parallels([-18, 0])
.rotate([-140, 0])
.center([0, -136])
.scale(1000)
.translate([width / 2, height / 2]),
path = d3.geo.path()
.projection(projection),
valueById = d3.map(),
quantize = d3.scale.quantize()
.domain([0, 658016])
.range(d3.range(5).map(function(i) { return "q" + i + "-9"; }));
queue()
.defer(d3.json, 'sa4.json')
.defer(d3.csv, '2011-b01-sa4.csv', function(d) { valueById.set(d.region_id, +d.Tot_P_P); })
.await(ready);
function ready(error, sa4){
var states = topojson.feature(sa4, sa4.objects['sa4-geo']);
svg.append("path")
.datum(states)
.attr("d", path);
svg.selectAll(".subunit")
.data(states.features)
.enter().append("path")
.attr("id", function(d) { return "sa4-" + d.id; })
.attr("class", function(d) { return quantize(valueById.get(d.id)) + ' sa4'; })
.attr("d", path);
}
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.006229850745074507,0.003460179380538057],"translate":[96.816941408,-43.740509603000035]},"objects":{"sa4-geo":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","arcs":[[[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,16,17,18,19,20,20,20,21,22,23,24,24,25,26,27,27,28,-29,28,29,30,31,-32,31,32,33,-33,34,35,35,36,-37,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,55,55,56,57,58,59,60,61,62,-63,63,64,65,66,67,68,69,70,-71,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,-6]],[[103,104]]],"id":"101","properties":{"name":"Capital Region","state":"1"}},{"type":"MultiPolygon","arcs":[[[105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123],[124,125],[126],[127,128,-122,129]],[[130]]],"id":"102","properties":{"name":"Central Coast","state":"1"}},{"type":"Polygon","arcs":[[131,132,133,134,135,136,-85,-84,137,138,139]],"id":"103","properties":{"name":"Central West","state":"1"}},{"type":"MultiPolygon","arcs":[[[140,141,142,143,144,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158]],[[159]],[[160]],[[161]],[[162]],[[163,-164]],[[164,-153]],[[165,166]],[[167,168,169,-151]]],"id":"104","properties":{"name":"Coffs Harbour - Grafton","state":"1"}},{"type":"Polygon","arcs":[[170,171,172,173,174,175,176,177,-132,-140]],"id":"105","properties":{"name":"Far West and Orana","state":"1"}},{"type":"MultiPolygon","arcs":[[[178,-178,179,180,181,182,183,184,185,186,187,188,189,190,191,-192,191,192,193,194,-195,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,-115,211,-134,-133]],[[212,213,214,215,216,217,-218,218,219]],[[220,221]],[[222,223]],[[-183,224,225,226]],[[-228]],[[228,229]],[[230]],[[231]],[[232]],[[233,234]]],"id":"106","properties":{"name":"Hunter Valley exc Newcastle","state":"1"}},{"type":"MultiPolygon","arcs":[[[235,236,237,238,239,240,241]],[[-243]]],"id":"107","properties":{"name":"Illawarra","state":"1"}},{"type":"MultiPolygon","arcs":[[[243,-158,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,-181]],[[265,266]],[[267,268,269]],[[270,-254]]],"id":"108","properties":{"name":"Mid North Coast","state":"1"}},{"type":"Polygon","arcs":[[271,272,273,274,275,-173,276,277,278,279,280,281]],"id":"109","properties":{"name":"Murray","state":"1"}},{"type":"Polygon","arcs":[[282,283,284,-141,-159,-244,-180,-177,285]],"id":"110","properties":{"name":"New England and North West","state":"1"}},{"type":"MultiPolygon","arcs":[[[286,287,-207,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302]],[[303,304,305,306,307,308,309,310]]],"id":"111","properties":{"name":"Newcastle and Lake Macquarie","state":"1"}},{"type":"MultiPolygon","arcs":[[[311,312,313,314,315,316,317,318,319,-142,320,-285,321,322,323,324,325,326,327,328]]],"id":"112","properties":{"name":"Richmond - Tweed","state":"1"}},{"type":"Polygon","arcs":[[-172,-139,-138,-83,329,-81,330,331,332,-277]],"id":"113","properties":{"name":"Riverina","state":"1"}},{"type":"MultiPolygon","arcs":[[[333,334,335,336,337,338,339,340]],[[341]],[[-343]]],"id":"114","properties":{"name":"Southern Highlands and Shoalhaven","state":"1"}},{"type":"MultiPolygon","arcs":[[[-136,-135,-212,343,344,345,-110,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365]]],"id":"115","properties":{"name":"Sydney - Baulkham Hills and Hawkesbury","state":"1"}},{"type":"Polygon","arcs":[[-365,366,367,368,369,370,371]],"id":"116","properties":{"name":"Sydney - Blacktown","state":"1"}},{"type":"MultiPolygon","arcs":[[[372,373,374,375,376,377,378,379,380,381,382,383,384]]],"id":"117","properties":{"name":"Sydney - City and Inner South","state":"1"}},{"type":"MultiPolygon","arcs":[[[-384,385,386,387,388,389,390]]],"id":"118","properties":{"name":"Sydney - Eastern Suburbs","state":"1"}},{"type":"Polygon","arcs":[[391,392,-373,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409]],"id":"119","properties":{"name":"Sydney - Inner South West","state":"1"}},{"type":"MultiPolygon","arcs":[[[410,411,412,413,414,414,415,416,417,418,419,420,-375,-393,-392,421,422,423,424]],[[-426,-427]]],"id":"120","properties":{"name":"Sydney - Inner West","state":"1"}},{"type":"MultiPolygon","arcs":[[[427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,-360,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,-450]],[[469]]],"id":"121","properties":{"name":"Sydney - North Sydney and Hornsby","state":"1"}},{"type":"MultiPolygon","arcs":[[[470,471,-465,472,473,474,475,476,477,478,-457,479,480,481,482,483,484,485]],[[486]]],"id":"122","properties":{"name":"Sydney - Northern Beaches","state":"1"}},{"type":"Polygon","arcs":[[487,488,489,490,491,-240,-335,492]],"id":"123","properties":{"name":"Sydney - Outer South West","state":"1"}},{"type":"Polygon","arcs":[[-334,-86,493,-137,-366,-372,-371,494,-488,-493]],"id":"124","properties":{"name":"Sydney - Outer West and Blue Mountains","state":"1"}},{"type":"Polygon","arcs":[[495,496,497,-367,-364,498,499,500,501,502,-422,-410]],"id":"125","properties":{"name":"Sydney - Parramatta","state":"1"}},{"type":"Polygon","arcs":[[503,504,-363,505,506,507,508,509,510,511,512,513,514,515,516,517,518,518,519]],"id":"126","properties":{"name":"Sydney - Ryde","state":"1"}},{"type":"Polygon","arcs":[[-370,-369,-498,-497,-496,-409,520,-491,-490,-489,-495]],"id":"127","properties":{"name":"Sydney - South West","state":"1"}},{"type":"Polygon","arcs":[[521,-492,-521,522,523,524,525,526,527,-400,528,529,530,-395,531]],"id":"128","properties":{"name":"Sydney - Sutherland","state":"1"}},{"id":"197","properties":{"name":"Migratory - Offshore - Shipping (NSW)","state":"1"}},{"id":"199","properties":{"name":"No usual address (NSW)","state":"1"}},{"type":"Polygon","arcs":[[532,533,534,535,536,537,538,539]],"id":"201","properties":{"name":"Ballarat","state":"2"}},{"type":"Polygon","arcs":[[540,541,542,543,544,-534]],"id":"202","properties":{"name":"Bendigo","state":"2"}},{"type":"MultiPolygon","arcs":[[[-539,545,546,547,548,549,550,551]],[[552,553,554,555,556,-557,556,-557,556,557,-557,-556]],[[558,555]]],"id":"203","properties":{"name":"Geelong","state":"2"}},{"type":"Polygon","arcs":[[279,280,-280,-279,-278,-332,559,560,561,562,-543,563]],"id":"204","properties":{"name":"Hume","state":"2"}},{"type":"MultiPolygon","arcs":[[[564,565,566,567,568,569,570,571,-560,-331,-80,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600]],[[601]],[[602,603,604,605,606,607,-608,607,608,609,610,611,612,613,614,615]],[[616,617,618,619,-620,620,621,622]],[[623,624,625,-579,626,627,628,629,630,631,632,633,634,635]],[[636,637,638,639,640,641]],[[642]],[[643]],[[644,645,646,647,648]],[[649,650,651,652,653,-654,654]],[[655]],[[656,657,658,659,660]],[[661]],[[662,663,-638]],[[664,665,666,667,668]],[[669]],[[670]],[[671,672,673]],[[674]],[[675,676]],[[677]],[[678]],[[679]],[[680,681]],[[682]],[[683,684]],[[685]],[[686]],[[687]],[[688]],[[689,690,691]],[[692,693,-694,694]],[[-650,695,696,697,698]],[[699]],[[700]],[[701,702]],[[703,704]],[[705,-706]],[[706,-707]],[[707,708,-709,709,-710,708,710]],[[711,712]],[[-714]],[[714,715]],[[716,-695]],[[717]],[[718,719]],[[720,-574,721]],[[722]],[[723,724,725]],[[726,727]],[[728,729,-729]],[[730]],[[731,732,-732]],[[733,734,735]]],"id":"205","properties":{"name":"Latrobe - Gippsland","state":"2"}},{"type":"Polygon","arcs":[[736,737,738,739,740,741,742,743,744,745,746]],"id":"206","properties":{"name":"Melbourne - Inner","state":"2"}},{"type":"Polygon","arcs":[[-742,747,748,749,750,751,752,-743]],"id":"207","properties":{"name":"Melbourne - Inner East","state":"2"}},{"type":"Polygon","arcs":[[753,-753,754,755,756]],"id":"208","properties":{"name":"Melbourne - Inner South","state":"2"}},{"type":"Polygon","arcs":[[-562,757,758,-749,747,759,-741,760]],"id":"209","properties":{"name":"Melbourne - North East","state":"2"}},{"type":"Polygon","arcs":[[761,-536,-545,-544,-563,-761,-740,-739,737,762,763]],"id":"210","properties":{"name":"Melbourne - North West","state":"2"}},{"type":"Polygon","arcs":[[-561,-572,764,-751,-750,-758]],"id":"211","properties":{"name":"Melbourne - Outer East","state":"2"}},{"type":"Polygon","arcs":[[-765,-571,765,766,767,-755,-752]],"id":"212","properties":{"name":"Melbourne - South East","state":"2"}},{"type":"Polygon","arcs":[[768,-764,769,-747,770,771,772,-772,773,-547,545,-538]],"id":"213","properties":{"name":"Melbourne - West","state":"2"}},{"type":"MultiPolygon","arcs":[[[774,775,776,777,778,779,-779,780,781,782,783,784,785,-768]],[[786,787,788]]],"id":"214","properties":{"name":"Mornington Peninsula","state":"2"}},{"type":"Polygon","arcs":[[-274,789,790,-541,-533,791,792,793,-275]],"id":"215","properties":{"name":"North West","state":"2"}},{"type":"Polygon","arcs":[[-280,-564,-542,-791,-273,-272,-282]],"id":"216","properties":{"name":"Shepparton","state":"2"}},{"type":"MultiPolygon","arcs":[[[794,-792,-540,-552,795,796,796,797,798,799,800,-801,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818]],[[819]],[[-813,820,821,822]],[[-811,823,-822]]],"id":"217","properties":{"name":"Warrnambool and South West","state":"2"}},{"id":"297","properties":{"name":"Migratory - Offshore - Shipping (Vic.)","state":"2"}},{"id":"299","properties":{"name":"No usual address (Vic.)","state":"2"}},{"type":"MultiPolygon","arcs":[[[824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845]],[[846,847,848,849,850,851,852,853,854,855,856,857,858,859,860]],[[861]],[[862,863,864,865,866,867,868,869,870,871]],[[872]],[[873,874,875,876]],[[877]],[[878]],[[879]],[[880,881,882,-828,883]],[[884]],[[885]],[[886,887]],[[-875,888,889]],[[890]],[[891,892]],[[893]],[[894,895]],[[896]]],"id":"301","properties":{"name":"Brisbane - East","state":"3"}},{"type":"Polygon","arcs":[[897,898,899,900,901,902,903,904,905]],"id":"302","properties":{"name":"Brisbane - North","state":"3"}},{"type":"Polygon","arcs":[[906,907,908,909,910,911,912,913,914,915,-838,-837,-836,916,917,918,919]],"id":"303","properties":{"name":"Brisbane - South","state":"3"}},{"type":"MultiPolygon","arcs":[[[920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,-905,953,954,955,956,-914,957,958,-912,959,-910]],[[960,-935,961,962,-932,963,964,965,966]],[[967,968,-929,969,-927,970,971,972,-923,973,974,975,-908]]],"id":"304","properties":{"name":"Brisbane - West","state":"3"}},{"type":"MultiPolygon","arcs":[[[976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994]],[[995,996,997,998,999,1000,1001,1002,1003,1004,1005,-839,1006,-916,1007,-956,1008,-993,1009,-991,1010,1011,1012,1013]]],"id":"305","properties":{"name":"Brisbane Inner City","state":"3"}},{"type":"MultiPolygon","arcs":[[[1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028]],[[1029,1030,1031,1032,1033,1034]],[[1035,1036,1037,1038,1039,1040,1041]],[[1042]],[[1043]],[[-1040,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053]],[[1054]],[[1055,1056,1057,1058,1059,1060]],[[-1053,1061,1062,1063]],[[1064,1065,1066,1067,-1021]],[[1068,1069,1070]],[[1071,1072,-1051,1073,1074]],[[1075]],[[1076]],[[1077,1078,-1066,1079]],[[1080]],[[1081]],[[1082]],[[1083]],[[1084]],[[1085]],[[1086]],[[1087]],[[1088]],[[1089,1090]],[[1091]],[[1092]],[[1093]],[[1094,1095]],[[1096]]],"id":"306","properties":{"name":"Cairns","state":"3"}},{"type":"Polygon","arcs":[[1097,1098,1099,1100,1101,1102,1103,-286,-176,1104,1105,1106]],"id":"307","properties":{"name":"Darling Downs - Maranoa","state":"3"}},{"type":"MultiPolygon","arcs":[[[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,-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,1177,1178,1179,1180,1181,-1182,1181,-1182,1181,-1182,-1180,1182,-1179,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,-1106,1210,1211]],[[1212,1213,1214,1215,1216,1217,1218]],[[1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229]],[[1230]],[[1231,1231,1232,1233,1234,1235]],[[1236,1237,1238,1239]],[[1240]],[[1241]],[[1242,1243]],[[1244]],[[1245,1246,1247,1248]],[[1249]],[[1250,1251,-1248,1252]],[[1253,1254]],[[1255]],[[-1221,1256,1257,1258]],[[1259]],[[1260,1261]],[[1262,1263,1264,1265,1172,1266,-1173,1267,-1170,1268,1269,1270,1271]],[[1272]],[[1273]],[[1274]],[[1275,1276,1277,1278,1279]],[[1280]],[[1281]],[[1282]],[[1283]],[[1284]],[[1285]],[[1286]],[[1287]],[[1288,1289,1290]],[[1291]],[[-1224,1292,1293,1294]],[[1295]],[[1296,-1254,1297]],[[1298,1299]],[[1300,-1191,1301,-1195]],[[1302]],[[1303]],[[1304]],[[1305]],[[1306]],[[-1237,1307]],[[1308]],[[1309]],[[1310]],[[1311,1312,1313,-1111]],[[1314]],[[1315]],[[1316]],[[1317,1318]],[[1319]],[[1320]],[[1321]],[[1322]],[[-1115,1323]],[[1324]],[[1325]],[[-1227,1326]],[[1327]],[[1328]],[[1329]],[[1330]],[[1331]],[[-1279,1332]],[[1333,1334]],[[1335,1336,1337]],[[1338]],[[1339]],[[1340]],[[1341]],[[1342]],[[1343]],[[1344]],[[1345]],[[1346]],[[1347]],[[-1349]],[[1349]],[[1350,-1119,1351]],[[1352]],[[1141,1353,-1142]],[[-1355]],[[1355,-1187,1356]],[[1357]],[[-1117,1358]],[[1359]],[[1360,1361,-1109]],[[1362,1363]],[[1364]],[[-1366]],[[1366]],[[1367]],[[1168,-1169]],[[1368]],[[1369,1370,1371]],[[1372]],[[1373]],[[1374]],[[1375,-1337]],[[1376]],[[1377]],[[1378]],[[1379]],[[1380,1381,1382]],[[1383]],[[1384]],[[-1383,1385]]],"id":"308","properties":{"name":"Fitzroy","state":"3"}},{"type":"MultiPolygon","arcs":[[[-833,1386,-831,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,-855,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,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,-1463,1464,1465,1466,1467,1468,1469]],[[1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,-1424,1484,1485,-1416,-1415]],[[1486,1487,1488,1489,1490,1491,1492,-1435,1493,1494,1495,1496,1497,1498]],[[-1440,1499,1500]],[[1501,1502,1503,-1504,1504,1505,1506,-1427,1507,1508]],[[1509,-1430,1510,1511,1512,-1513,1513,1514]],[[1515,1516,1517,1518]],[[1519,1520,1521,1522,-1523,1522,1523,1524,-1524]],[[-1479,1525,-1477,1526,1527,1528,1529]],[[1530]],[[-1485,1531,1416,1532]],[[1533,-1455,1534]],[[-1469,1535,-1447,1536,1537]],[[1427,1538,1539,1540,-1428]],[[1541,1542,-1443,1543]],[[1544,1545,-1463,1546]],[[-1391,1547]],[[-1505,1503,1548]],[[-1461,1549,1550,1551]],[[1552,1553,-1504,1554]]],"id":"309","properties":{"name":"Gold Coast","state":"3"}},{"type":"Polygon","arcs":[[1555,1556,1557,1558,1559,1560,1561,1562,1563,-948,1564,-946,1565,-944,1566,1567,1568,1569,1570,1571,-968,906,-920,1572,1573,-323,-322,-283,-1104,1574,1575,-1101]],"id":"310","properties":{"name":"Ipswich","state":"3"}},{"type":"Polygon","arcs":[[-1573,-918,-917,-835,-834,-1454,-325,-324,-1574]],"id":"311","properties":{"name":"Logan - Beaudesert","state":"3"}},{"type":"MultiPolygon","arcs":[[[1576,1577,1578,1579,1580,1581,1582,1583,1584,-1212]],[[1585]],[[1586]],[[1587]],[[1588,1589,1590]],[[1591]],[[1592]],[[1593]],[[1594]],[[1595]],[[1596,1597,1598,1599]],[[1600]],[[1601]],[[1602]],[[1603]],[[1604]],[[1605]],[[1606,1607]],[[1608]],[[1609,1610,1611,1612,1613]],[[1614]],[[1615]],[[1616]],[[1617]],[[1618]],[[1619]],[[1620]],[[1621]],[[1622]],[[1623]],[[1624]],[[1625]],[[1626]],[[1627]],[[1628]],[[1629]],[[1630]],[[1631]],[[1632]],[[1633]],[[1634]],[[1635]],[[1636]],[[1637]],[[1638]],[[1639]],[[1640,1641,1642]],[[1643]],[[1644]],[[1645]],[[1646]],[[1647]],[[1648]],[[1649,1650]],[[1651]],[[1652]],[[1653]],[[1654]],[[1655]],[[1656]],[[1657]],[[1658]],[[1659]],[[1660]],[[1661]],[[1662,1663,1664,-1607]],[[1665]],[[1666]],[[-1664,1667]],[[1668]],[[1669]],[[1670]],[[1671]],[[1672]],[[1673]],[[1674]],[[1675]],[[1676]],[[1677,1678]],[[1679]],[[1680]],[[1681]],[[1682]],[[1683]],[[1684]],[[1685]],[[1686]],[[1687,1688]],[[1689]],[[1690]],[[1691]],[[1692]],[[1693]],[[1694]],[[1695]],[[1696]],[[1697]],[[-1699]],[[1699]],[[1700]],[[1701]],[[1702]],[[1703]],[[1704]],[[1705]],[[1706]],[[1707]],[[1708]],[[1709]],[[1710]],[[1711]],[[-1689,1712,1713]],[[1714]],[[1715,1716]],[[1717]],[[1718]],[[1719]],[[1720]],[[1721]],[[1722]],[[1723]],[[1724]],[[-1726]],[[1726]],[[1727,-1729,-1728]],[[1729]],[[1730]],[[1731]],[[1732]],[[1733]],[[1734]],[[1735,1736]],[[1737]],[[1738]],[[1739,1740]]],"id":"312","properties":{"name":"Mackay","state":"3"}},{"type":"MultiPolygon","arcs":[[[-1557,-1556,1098,-1098,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,-1757]],[[1800]],[[1801]],[[1802]]],"id":"313","properties":{"name":"Moreton Bay - North","state":"3"}},{"type":"Polygon","arcs":[[1803,1804,-1774,1805,1806,1807,-906,-953,-1558]],"id":"314","properties":{"name":"Moreton Bay - South","state":"3"}},{"type":"MultiPolygon","arcs":[[[1808,-1577,-1211,-1105,-175,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,-1029]],[[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]],[[-1845,1866,-1843,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]],[[-1814,1893]],[[1894]],[[1895]],[[1896,1897,1898]],[[1899]],[[1900]],[[1901]],[[1902]],[[1903]],[[1904]],[[1905]],[[1906,1907,1908,1909,1910]],[[1911]],[[1912]],[[-1910,1913,1914,1915]],[[1916]],[[1917]],[[1918,1919]],[[1920]],[[1921,-1908,1922,1923,1924,1925,1823,1926]],[[1927]],[[1928]],[[1929,-1915,1930,-1922,1931,1932]],[[1933]],[[1934]],[[1935]],[[1936]],[[1937]],[[1938]],[[1939]],[[1940]],[[1941]],[[1942]],[[1943]],[[1944]],[[1945]],[[1946]],[[1947]],[[1948]],[[1949,-1838]],[[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,-1877,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,-1850]],[[2030]],[[2031]],[[2032]],[[2033]],[[2034]],[[2035]],[[2036,-2003,-2006,2037]],[[2038,2039,2040,2041]],[[2042]],[[-2039,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,-1829]],[[2069]],[[2070]],[[2071]],[[2072]],[[2073,2074]],[[2075]],[[-2041,2076,2077]],[[2078]]],"id":"315","properties":{"name":"Queensland - Outback","state":"3"}},{"type":"MultiPolygon","arcs":[[[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,-1743]],[[2105,-2106,2106,-2107,2106,-2107,2107,2108,2089,-2090,-2109,2109,-2088,2110,2110,-2107]],[[2111]],[[-2095,2112,2113,2114]],[[2115,2116,-2100]],[[-2108,2117,-1783,2118,2119,2120]],[[2121,-2098]],[[2122,-2124,2123,-2123]],[[-2087,2124,-2126,2126]],[[-2127,-2128,-2118,2106]]],"id":"316","properties":{"name":"Sunshine Coast","state":"3"}},{"type":"Polygon","arcs":[[-1102,-1575,-1103]],"id":"317","properties":{"name":"Toowoomba","state":"3"}},{"type":"MultiPolygon","arcs":[[[-1578,-1809,-1028,2128,2129,2130,2131,2132,2133]],[[2134]],[[2135]],[[2136]],[[2137]],[[2138]],[[2139]],[[2140]],[[2141]],[[2142]],[[2143]],[[2144]],[[2145]],[[2146]],[[2147]],[[-2149,-2150]]],"id":"318","properties":{"name":"Townsville","state":"3"}},{"type":"MultiPolygon","arcs":[[[2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2193,2194,2195,2196,2197,2198,2199,2200,2201,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,-2080,-1742,-1107,-1210,2216,2217,2218]],[[2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239]],[[-2171,2240,2241,2242,2243]],[[2244]],[[2245,2246,2247,2248,2249,2250,-2250,2251,2252]],[[2253,2254,2255,2256,2257]],[[2258,2259]],[[2260]],[[2261,2262]],[[2263,2264,2265,2266,2267,2268,2269]],[[2270,2271,2272,-2262,2273,2274]],[[2275,2276,2277,2278,-2222,2279]],[[2280,2281,2282,2283,-2184,2284,2285,2286]],[[2287,2288,2289,2290]],[[2291,2292,2293,-2294,2294]],[[2295,2296,2297]],[[2298]],[[-2215,2299,2300,2301,2302]],[[2303,2304,-2305,-2235,2305,2306,-2247,2307]],[[2308,-2154]],[[2309,2310,-2310,2311,2312,2313,-2158,2314]],[[2315,2316,2317]],[[2318,2319,2320,2321]],[[2322,-2267,2323,-2286]],[[2313,2324,-2314,2325,-2321,2326]],[[2327]],[[2328]],[[-2178,2177,2329,2330]],[[2331]],[[2332,2333]],[[2334,2335,-2308,-2246,2336]],[[-2282,2337,2338,2339,-2189]],[[-2330,2340,2293,-2285]],[[-2307,2341,2342]],[[2343,2344,-2345,2345,2346,-2193,2347]],[[2348]],[[2349,2350,2351]],[[2352,2353]],[[2354,2355,2356]],[[2357,2358,2359]],[[2360,2361,2362]],[[2363,2309]],[[-2365,2365,-2151]]],"id":"319","properties":{"name":"Wide Bay","state":"3"}},{"id":"397","properties":{"name":"Migratory - Offshore - Shipping (Qld)","state":"3"}},{"id":"399","properties":{"name":"No usual address (Qld)","state":"3"}},{"type":"Polygon","arcs":[[2366,2367,2368,2369,2370,2371,2372]],"id":"401","properties":{"name":"Adelaide - Central and Hills","state":"4"}},{"type":"Polygon","arcs":[[2373,2374,-2369,2375,2376,2377,2378,2379]],"id":"402","properties":{"name":"Adelaide - North","state":"4"}},{"type":"Polygon","arcs":[[2380,2381,-2373,2382,2383]],"id":"403","properties":{"name":"Adelaide - South","state":"4"}},{"type":"MultiPolygon","arcs":[[[2384,2385,2386,2387,-2378,2388,2389,2390,2391,-2368,-2367,-2381,2392]],[[2393,2394,2395,2396,2397,2398,2399]],[[-2379,2400,2401,2402,-2396,2403,2404]],[[-2406,-2407]]],"id":"404","properties":{"name":"Adelaide - West","state":"4"}},{"type":"MultiPolygon","arcs":[[[2407,2408,-2371,-2370,-2374,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419]],[[2420,2421]],[[2422]],[[2423]],[[2424]],[[2425,-2417,2426,2427,2428]],[[2429]],[[2430]],[[2431]],[[2432,2433]],[[-2435]],[[2435]]],"id":"405","properties":{"name":"Barossa - Yorke - Mid North","state":"4"}},{"type":"MultiPolygon","arcs":[[[2436,-1810,-174,-276,-794,2437,-2408,2438,2439,2440,2441,2442,2443,2444]],[[2445]],[[2446]],[[2447]],[[2448]],[[2449]],[[2450,2451,2452,-2451,2453,2454,2455]],[[2456]],[[2457]],[[2458]],[[2459]],[[2460]],[[2461]],[[2462]],[[2463]],[[2464]],[[2465]],[[2466]],[[2467]],[[2468]],[[2469]],[[2470]],[[2471]],[[2472]],[[2473]],[[2474]],[[2475]],[[2476,2477,2478,2479]],[[2480]],[[2481]],[[2482]],[[2483]],[[2484]],[[2485]],[[2486]],[[2487]],[[2488]],[[2489]],[[2490]],[[2491]],[[2492]],[[2493]],[[2494]],[[2495]],[[2496]],[[2497]],[[2498]],[[2499]],[[2500]],[[2501]],[[2502]],[[2503]],[[2504]],[[2505]],[[2506]],[[2507]],[[2508]],[[2509]],[[2510]],[[2511]],[[2512]],[[2513]],[[2514]],[[2515]],[[2516,2517,-2452,2516,-2517]],[[2518]],[[-2442,2519,2520]]],"id":"406","properties":{"name":"South Australia - Outback","state":"4"}},{"type":"MultiPolygon","arcs":[[[-2409,-2438,-793,-795,2521,2522,2523,2524,2525,-2526,2526,2527,2528,2529,2530,2531,2532,2533,2534,-2383,-2372]],[[2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551]],[[2552]],[[2553,2554]],[[2555]],[[-2557,-2558,-2559]],[[2559,-2536]],[[2560]],[[2561]],[[2562]],[[2563]]],"id":"407","properties":{"name":"South Australia - South East","state":"4"}},{"id":"497","properties":{"name":"Migratory - Offshore - Shipping (SA)","state":"4"}},{"id":"499","properties":{"name":"No usual address (SA)","state":"4"}},{"type":"MultiPolygon","arcs":[[[2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,-2584,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,-2593,2593,2594,-2595,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,-2608,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618]],[[2619]],[[2620]],[[2621,2622,-2622]],[[2623,-2569,2624]],[[2625]],[[2626]],[[2627]],[[2628,2629]],[[2630,2631]]],"id":"501","properties":{"name":"Bunbury","state":"5"}},{"type":"MultiPolygon","arcs":[[[2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,-2565,2644,2645,2646,2647,2648]],[[-2616,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662]]],"id":"502","properties":{"name":"Mandurah","state":"5"}},{"type":"Polygon","arcs":[[2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675]],"id":"503","properties":{"name":"Perth - Inner","state":"5"}},{"type":"Polygon","arcs":[[2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,-2664,2686,2687,2688,2689]],"id":"504","properties":{"name":"Perth - North East","state":"5"}},{"type":"Polygon","arcs":[[-2676,2690,2691,-2687]],"id":"505","properties":{"name":"Perth - North West","state":"5"}},{"type":"Polygon","arcs":[[2692,2693,2694,2695,-2681,2696,2697,2698,2699,-2642,2700,2701,2702,2703,2704,2705,2706,2707,2708,-2667,2709,2710,2711,2712,2713,2714,2715]],"id":"506","properties":{"name":"Perth - South East","state":"5"}},{"type":"MultiPolygon","arcs":[[[2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,-2704,2726,2727,-2701,-2641,2728]],[[2729]],[[2730]],[[2731,2732,-2722,2733,2734,2735,2736,2737]],[[-2739]],[[2739]],[[2740]]],"id":"507","properties":{"name":"Perth - South West","state":"5"}},{"type":"MultiPolygon","arcs":[[[2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,-2783,2783,2782,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,-2968,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,-3016,-3015,3017,3018,3019,3020,3021,-3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,-3097,3097,3098,3099,3100,3101,3102,-3103,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,-3192,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,-3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,-2445,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502,3503,3504,3505,3506,3507,3508,3509,3510,3511,3512,3513,3514,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545,3546,3547,3548,3549,3550,3551,3552,3553,3554,3555,3556,3557,3558,3559,3560,3561,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574,3575,3576,3577,3578,3579,3580,3581,3582,3583,3584,3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3616,3617,3618,3619,3620,3621,3622,3623,3624,3625,3626,3627,3628]],[[3629]],[[3630]],[[3631,3632,3633,3634,3635,3636,3637,3638,3639,3640,3641,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,-3656,3656,3657,3658,3659,3660,3661,3662,3663,3664,3665,3666,3667,3668,3669]],[[3670,3671,3672,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3684,3685,3686,3687,3688,3689,3690,3691,3692,3693,3694,3695,3696,3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715]],[[3716]],[[3717,3718]],[[3719]],[[3720,3721,3722,3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,-3734,3733,3734,3735,3736,3737,3738]],[[3739,3740,3741,3742,3743,3744,3745,3746,3747]],[[3748,3749]],[[3750]],[[3751,3752]],[[3753]],[[3754,3755,3756,3757,3758,3759,3760,3761,3762,3763]],[[3764,3765,3766,3767,3768,3769,3770,3771,3772,3773,3774]],[[3775,3776,3777]],[[3778,3779,-3528,3780,3781,3782,3783]],[[3784,3785]],[[3786,3787,3788,3789,3790,3791,-2929,3792]],[[3793,3794,3795,3796,3797,3798,3799,3800,3801,3802]],[[3803]],[[3804,3805,3806,3807,3808]],[[3809,3810,3811,3812,3813,3814,3815]],[[3816,3817,3818,3819,3820,3821]],[[3822,3823,3824]],[[3825,3826,3827,3828,3829,3830]],[[3831,3832,3833]],[[3834]],[[3835]],[[3836,3837,3838,-3167,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852]],[[3853,3854,3855]],[[3856,3857,3858,3859,3860]],[[3861]],[[3862]],[[3863]],[[3864]],[[3865,3866]],[[3867,3868,3869,3870]],[[3871,3872,3873,3874,3875,3876]],[[3877]],[[3878,3879,3880]],[[3881]],[[3882]],[[3883]],[[3884]],[[3885,3886,3887,3888,3889]],[[3890]],[[3891,3892,3893,3894,3895,3896,3897]],[[3898,3899,3900,3901,3902]],[[3903,3904,3905]],[[3906,3907,3908,3909,3910,3911,3912,3913,3914,3915,3916,3917,3918,3919,3920,3921,-3915,3922,3923,3924,3925,3926,3927]],[[3928,3929]],[[3930,3931,3932,3933]],[[3934]],[[3935,3936]],[[3937,3938,3939,-3940,3939,3940,3941,3942,-3738,3943]],[[3944,3945,3946,-3946,3947,-3948,3947,3948,3949,3950,3951,3952]],[[3953]],[[3954]],[[3955,3956,3957,3958,3959]],[[3960]],[[3961,3962]],[[3963,3964,3965]],[[3966,3967,3968,3969]],[[3970]],[[3971]],[[3972]],[[3973]],[[3974]],[[3975]],[[3976]],[[3977]],[[3978]],[[3979]],[[3980,3981]],[[3982,3983,3984,3985,3986]],[[3987]],[[3988]],[[3989,3990,3991]],[[3992,3993,3994]],[[3995,3996,3997,3998,3999,4000]],[[4001]],[[4002,4003,4004,4005]],[[4006]],[[4007,4008,4009]],[[4010,4011,4012,4013,4014]],[[4015,4016,4017,4018,4019,4020,4021,4022]],[[4023,4024,4025]],[[4026,4027,4028,4029,4030]],[[4031,4032,4033,4034,4035,4036]],[[4037]],[[4038,4039]],[[4040,4041]],[[4042]],[[4043]],[[4044,4045]],[[4046]],[[4047]],[[4048,-2990,4049,4050,4051]],[[4052]],[[4053,4054,4055]],[[4056]],[[4057,4058,4059,4060,4061,4062,4063,4064,4065,4066,4067,4068]],[[4069,4070,4071,4072,4073]],[[4074,4075,4076,4077,4078,4079,4080]],[[4081]],[[4082,4083]],[[4084,4085,4086,4087,4088]],[[-3442,4089,4090,4091,4092]],[[4093,4094,4095,4096,4097,4098]],[[4099,4100]],[[4101]],[[4102]],[[4103]],[[4104]],[[4105]],[[4106]],[[4107]],[[4108]],[[4109,4110,4111,4112,4113]],[[4114]],[[4115,4116,4117,4118,4119,4120,4121,4122,4123,4124]],[[4125,4126,4127,4128,4129]],[[4130,4131,4132]],[[4133]],[[4134,4135,4136]],[[4137]],[[4138]],[[4139]],[[4140]],[[4141]],[[4142]],[[4143]],[[4144]],[[4145]],[[4146]],[[4147,4148]],[[4149,4150]],[[4151]],[[4152]],[[4153,4154,4155,4156]],[[4157]],[[4158]],[[4159]],[[4160,4161,4162,4163,4164,4165]],[[4166,4167]],[[4168,-3481]],[[4169,4170,4171]],[[4172,4173]],[[4174,4175]],[[4176]],[[4177]],[[4178,4179,4180,4181,4182]],[[4183,4184,4185,4186]],[[4187]],[[4188]],[[4189]],[[4190]],[[4191]],[[4192,4193]],[[4194]],[[4195]],[[4196,4197]],[[4198]],[[4199]],[[4200,4201,4202]],[[4203,4204,4205]],[[4206]],[[4207,4208,4209]],[[4210,4211,4212,4213]],[[4214,4215,-4216,4216,4217,4218,4219,4220,4221,4222]],[[4223]],[[4224]],[[4225]],[[4226,4227,4228,4229,4230]],[[4231]],[[4232]],[[4233]],[[4234,4235]],[[-2875,4236,4237]],[[4238]],[[4239]],[[4240]],[[4241]],[[4242,4243]],[[4244,4245,-3817,4246,4247]],[[4248]],[[4249]],[[4250]],[[4251]],[[4252,4253]],[[4254]],[[4255,4256,4257,-3231]],[[4258]],[[4259]],[[4260,4261,4262,4263]],[[4264]],[[4265,4266,4267,4268,4269]],[[4270]],[[4271]],[[4272,4273,4274]],[[4275]],[[4276]],[[4277]],[[4278,4279]],[[4280]],[[4281]],[[4282]],[[4283]],[[4284,4285]],[[-3854,4286,4287,4288,4289]],[[4290]],[[4291]],[[4292,4293,4294,4295,4296,4297]],[[4298,4299]],[[4300,4301]],[[-3211,4302]],[[4303]],[[4304]],[[4305]],[[4306,4307]],[[4308]],[[4309,-4310,4310,4311,4312,4313,4314]],[[4315,4316,4317]],[[4318]],[[4319]],[[4320]],[[4321]],[[4322]],[[-2823,4323]],[[4324,4325]],[[4326]],[[4327]],[[4328]],[[4329]],[[4330,4331,4332,4333,4334]],[[4335]],[[4336]],[[4337,4338,4339]],[[4340,4341]],[[4342]],[[4343]],[[4344,4345,4346]],[[4347]],[[4348,4349,4350]],[[4351,4352,4353]],[[4354,4355]],[[-4171,4356,4357]],[[4358,4359,4360,4361,4362]],[[4363]],[[4364,4365]],[[4366,3416,4367,4368,4369,4370,4371]],[[4372,4373,4374,4375,4376,4377]],[[4378]],[[4379]],[[4380]],[[4381,4382]],[[4383]],[[-4350,4384,4385,4386,4387]],[[4388]],[[4389,4390,4391]],[[4392]],[[4393,4394,4395,4396]],[[-3478,4397,4398,4399,4400]],[[4401,4402,4403,4404,4405]],[[4406,4407,4408,4409]],[[4410]],[[4411,4412,4413,4414]],[[3945,4415,4416,-4417,4417]],[[4418]],[[4419,4420]],[[4421]],[[4422,4423]],[[4424]],[[4425]],[[4426]],[[4427]],[[4428]],[[4429]],[[4430]],[[4431,4432,4433]],[[4434,4435,4436]],[[4437]],[[4438,-3824,4439]],[[4440,4441]],[[4442,4443,4444]],[[-3153,-3152,3151,4445,4446]],[[4447]],[[4448,-4449,4448,4449]],[[4450]],[[4451]],[[4452]],[[4453]],[[4454,4455,4456,4457,-3075]],[[4458,4459]],[[4460]],[[4461]],[[4462,4463]],[[4464]],[[4465]],[[4466]],[[-3389,4467]],[[4468]],[[4469]],[[4470]],[[4471]],[[4472,4473,4474,4475]],[[4476]],[[4477,4478]],[[-3058,4479,4480]],[[4481]],[[4482]],[[4483]],[[4484,4485]],[[4486,4487,-3406,-3405,4488]],[[4489]],[[-4016,4490]],[[4491,4492]],[[4493,4494,4495]],[[4496]],[[4497]],[[4498,4499,4500]],[[4501]],[[4502,4503,4504]],[[4505]],[[4506]],[[4507,4508,4509]],[[4510,4511,4512]],[[4513]],[[4514]],[[4515,-4420]],[[4516]],[[4517]],[[4518]],[[4519]],[[4520,-3933,4521,4522]],[[4523]],[[4524]],[[4525,-4174,4526,4527]],[[4528]],[[4529]],[[4530,4531,4532,4533,-4534]],[[4534]],[[4535]],[[4536]],[[4537]],[[4538]],[[4539,-2787]],[[4540]],[[4541]],[[-4261,4542,4543]],[[4544]],[[4545,4546]],[[4547,4548,-3431,4549]],[[4550]],[[4551]],[[4552]],[[4553,4554]],[[4555]],[[4556]],[[4557]],[[4558]],[[4559,4560]],[[4561]],[[4562]],[[4563]],[[4564]],[[4565]],[[4566,-2771]],[[-4568]],[[4568]],[[4569]],[[4570,4571]],[[-2959,4572]],[[4573]],[[4574,4575,4576,4577]],[[4578]],[[4579]],[[4580,4581]],[[4582]],[[4583,-2774]],[[4584,4585,4586,4587]],[[4588,4589,4590,4591]],[[4592]],[[4593]],[[4594]],[[4595,4596,4597,4598,-4598]],[[4599]],[[4600]],[[4601]],[[4602,4603]],[[4604]],[[4605]],[[4606]],[[4607]],[[4608]],[[4609,-3287,4610,3914]],[[4611,4612,4613,4614]],[[4615]],[[4616]],[[4617,4618,4619]],[[4620,4621]],[[4622]],[[4623]],[[-3873,4624,4625]],[[4626]],[[4627]],[[4628]],[[-3247,4629,4630]],[[4631,-3925,4632]],[[4633]],[[4634,4635,4636]],[[4637,4638]],[[4639]],[[4640]],[[4641]],[[4642]],[[4643,4644]],[[4645]],[[4646,4647]],[[4648]],[[4649,4650,-2802]],[[4651,4652,4653]],[[4654]],[[4655]],[[4656,4657]],[[4658]],[[4659]],[[4660]],[[4661]],[[4662]],[[4663]],[[4664]],[[4665]],[[4666]],[[4667]],[[4668,4669,4670,4671,4672,4673,4674]],[[4675]],[[4676]],[[4677]],[[4678]],[[4679]],[[4680]],[[4681]],[[4682]],[[4683]],[[4684]],[[4685,4686,4687]],[[4688,4689]],[[4690]],[[4691]],[[4692]],[[4693]],[[4694,4695]],[[4696]],[[4697]],[[4698]],[[4699]],[[4700]],[[4701]],[[4702]],[[4703,4704]],[[4705]],[[4706]],[[4707,4708]],[[-2791,4709,4710,4711,4712]],[[4713,-3581,4714,-3579,3578]],[[4715]],[[4716]],[[4717]],[[4718]],[[4719]],[[4720]],[[4721,4722,-2755,4723]],[[4724,4725]],[[-3752,4726]],[[4727]],[[4728,4729]],[[4730,4731]],[[4732]],[[4733,4734]],[[4735,4736]],[[4737,4738]],[[4739]],[[4740]],[[4741]],[[4742,4743,4744,4745]],[[4746,-3785]],[[4747]],[[4748]],[[4749]],[[4750]],[[4751]],[[-3669,4752]],[[4753]],[[4754]],[[4755,4756]],[[4757,4758]],[[4759,4760,4761,-4760,4762]],[[4763]],[[4764]],[[4765]],[[4766]],[[4767]],[[4768]],[[4769,4770]],[[4771]],[[4772,-3409,3408,-4773,4773,4774]],[[4775]],[[4776,4777,4778]],[[4779,4780,4781]],[[4782]],[[4783]],[[4784,4785,4786]],[[4787]],[[4788]],[[4789,4790,4791]],[[4792,4793,4794]],[[4795]],[[4796]],[[4797,4798]],[[4799]],[[4800]],[[4801]],[[4802]],[[4803]],[[4804]],[[4805,-3319]],[[4806]],[[4807,4808]],[[-4810]],[[-4811]],[[4811,4812]],[[4813]],[[4814]],[[4815]],[[4816,-4817]],[[4817,4818]],[[4819]],[[4820]],[[4821,4822]],[[4823]],[[4824]],[[4825]],[[4826]],[[4827]],[[4828]],[[4829]],[[4830]],[[4831]],[[4832]],[[4833,4834]],[[4835]],[[4836]],[[4837]],[[4838]],[[-4473,4839]],[[4840]],[[4841]],[[4842,4843]],[[4844]],[[4845]],[[4846]],[[4847]],[[4848]],[[4849]],[[4850]],[[4851]],[[4852]],[[4853]],[[4854]],[[-3833,4855]],[[4856]],[[4857]],[[4858,-3184]],[[4859]],[[4860]],[[4861,4862]],[[4863]],[[4864,4865,-4669,4866]],[[4867]],[[-4869,-4870,-4871,-4872]],[[4872]],[[4873]],[[4874]],[[4875,4876,4877,4878,4879]],[[4880]],[[4881]],[[4882]],[[4883]],[[4884]],[[4885,4886]],[[4887,4888,4889]],[[4890,4891]],[[4892]],[[4893]],[[4894]],[[4895]],[[4896,-2938,4897]],[[4898]],[[4899]],[[4900]],[[4901]],[[4902]],[[4903]],[[4904]],[[4905]],[[4906,4907,4908,4909,4910]],[[4911,4912]],[[4913]],[[4914,4915]],[[4916]],[[4917]],[[4918]],[[4919,4920,4921]],[[4922]],[[-4165,4923]],[[4924]],[[4925]],[[4926,4927]],[[4928,4929,4930]],[[4931]],[[4932]],[[-4934]],[[4934]],[[4935]],[[4936]],[[4937]],[[-4939,4939,-4940]],[[4940]],[[4941,4942]],[[4943,4944,-2752]],[[4945]],[[4946]],[[4947]],[[4948]],[[4949]],[[4950]],[[4951]],[[4952,4953,-4954,4954]],[[4955]],[[4956]],[[4957]],[[4958]],[[4959]],[[4960]],[[4961]],[[4962,4963,4964,-4963]],[[4965]],[[4966]],[[4967]],[[4968]],[[4969,4970,4971,-3666,4972]],[[4973]],[[4974]],[[4975]],[[4976,4977]],[[4978]],[[4979]],[[4980]],[[4981]],[[4982]],[[4983]],[[4984]],[[4985]],[[4986,4987]],[[4988]],[[4989]],[[4990]],[[4991]],[[4992,4993]],[[4994]],[[4995]],[[4996]],[[4997]],[[4998]],[[4999]],[[5000]],[[-5002]],[[5002,5003,5004,5005]],[[5006]],[[5007,5008,5009]],[[5010]],[[-4131,5011,5012]],[[5013,5014]],[[5015]],[[5016,-4150]],[[5017]],[[5018]],[[5019]],[[5020]],[[5021,5022,5023,-4423]],[[5024]],[[5025]],[[5026]],[[5027]],[[5028]],[[5029]],[[5030]],[[5031]],[[5032]],[[5033]],[[5034]],[[5035]],[[5036]],[[5037,-3634]],[[5038]],[[5039,5040,5041,5042]],[[5043]],[[5044,5045]],[[5046,5047]],[[5048,5049]],[[5050]],[[5051]],[[5052,5053]],[[5054,5055]],[[-2882,5056]],[[5057]],[[5058]],[[5059]],[[-5061]],[[5061]],[[5062]],[[5063,5064]],[[5065,-4033,5066]],[[5067]],[[5068]],[[5069,5070,5071,-5070]],[[5072]],[[5073]],[[5074]],[[5075]],[[5076]],[[5077]],[[5078]],[[5079]],[[5080]],[[5081]],[[5082]],[[5083]],[[5084]],[[5085]],[[5086,-4920]],[[5087]],[[5088]],[[5089]],[[5090,5091,5092]],[[5093]],[[5094]],[[5095,-5096]],[[5096,5097]],[[5098]],[[5099,5100]],[[5101]],[[5102]],[[5103]],[[5104,5105]],[[5106]],[[5107,5108]],[[5109]],[[5110,5111,5112]],[[-5114]],[[5114,-4653]],[[5115]],[[5116,-3299]],[[5117]],[[-3553,5118]],[[5119]],[[5120,5121]],[[5122,-3340]],[[5123]],[[5124,5125]],[[5126,5127,5128]],[[5129,5130,5131]],[[5132]],[[5133,-3194,5134]],[[5135]],[[5136]],[[5137]],[[5138]],[[5139]],[[5140]],[[5141]],[[5142,5143,5144]],[[5145]],[[5146,5147,5148]],[[5149]],[[5150,5151,5152]],[[-3285,5153]],[[5154]],[[5155]],[[5156]],[[-4756,5157,5158]],[[5159]],[[5160]],[[5161]],[[5162]],[[5163,5164]],[[5165]],[[5166,5167,5168]],[[-3203,5169]],[[5170,5171,5172]],[[5173,5174,5175,5176]],[[5177]],[[-5179]],[[5179]],[[5180]],[[5181]],[[-5093,5182,5183]],[[5184,-3493]],[[5185]],[[5186]],[[5187]],[[5188]],[[5189]],[[5190]],[[5191]],[[5192]],[[5193,5194]],[[5195]],[[5196]],[[5197]],[[5198]],[[5199]],[[5200,5201,5202]],[[5203]],[[5204]],[[5205]],[[5206]],[[5207]],[[5208]],[[5209,5210]],[[5211]],[[5212]],[[-4528,5213]],[[5214]],[[5215,-3190,5216]],[[5217]],[[5218,5219]],[[-3770,5220,5221]],[[5222]],[[5223]],[[5224]],[[5225,5226]],[[5227,-5229,-5228]],[[-5230]],[[-4823,5230]],[[5231,-5097]],[[5232]],[[5233,-4711]],[[5234]],[[5235]],[[5236]],[[5237]],[[5238,5239]],[[5240]],[[5241]],[[5242]],[[5243]],[[5244]],[[5245,5246,5247]],[[5248]],[[-3564,5249]],[[5250]],[[5251]],[[5252]],[[5253,5254]],[[5255,5256]],[[5257]],[[5258,-2986,5259]],[[5260]],[[5261]],[[5262]],[[5263]],[[5264]],[[5265,-3152,5266]],[[5267,5268,5269,5270]],[[5271]],[[5272,-4355]],[[5273,-4737,5274]],[[5275,5276]],[[5277]],[[5278]],[[5279,5280]],[[5281,5282]],[[5283]],[[5284]],[[5285,5286]],[[5287]],[[5288]],[[5289]],[[-3239,5290,5291]],[[5292,5293,5294]],[[5295]],[[-5297,-4965,-5298]],[[5298]],[[5299]],[[5300]],[[5301]],[[5302]],[[5303]],[[5304]],[[5305]],[[5306,5307]],[[5308]],[[5309,5310]],[[5311,5312]],[[-5314]],[[5314]],[[5315,-4760]],[[-4587,5316,5317,5318]],[[5319,5320,5321,5322]],[[5323]],[[-4443,5324]],[[-5326]],[[5326,5327]],[[5328]],[[5329]],[[5330]],[[5331]],[[-5292,5332,5333,5334]],[[5335,5336]],[[5337]],[[5338]],[[-5340]],[[5340]],[[5341]],[[5342]],[[5343]],[[-3235,-5345,3234]],[[5345,5346]],[[5347,-3814,5348]],[[5349]],[[5350]],[[5351,5352]],[[-3360,5353,5354]],[[5355]],[[5356,5357]],[[-5286,5358]],[[5359,5360]],[[5361]],[[5362]],[[5363]],[[5364]],[[5365]],[[5366,5367,5368,5369]],[[5370]],[[5371]],[[5372]],[[5373,-4136]],[[5374]],[[5375]],[[5376,-3132,5377]],[[5378]],[[5379,-5239,5380]],[[5381]],[[5382]],[[5383,5384]],[[5385,5386,-3812]],[[5387,-3220]],[[-5277,5388]],[[5389]],[[5390]],[[5391]],[[5392]],[[5393]],[[5394]],[[5395,-3749]],[[5396]],[[5397]],[[5398]],[[5399]],[[-4571,5400]],[[5401,5402]],[[-3959,5403]],[[5404,5405,5406]],[[5407]],[[5408,5409]],[[5410]],[[5411,-3511]],[[5412,-4671]],[[5413]],[[-3425,5414]],[[5415]],[[5416,5417]],[[5418]],[[-5322,5419,5420,5421]],[[5422]],[[5423]],[[5424,5425]],[[5426]],[[5427]],[[5428]],[[5429]],[[5430,-3703]],[[5431,5432,5433]],[[5434]],[[5435,5436,-4087]],[[5437,5438,5439]],[[5440]],[[5441]],[[5442,5443]],[[-4635,5444]],[[5445]],[[5446]],[[-5221,5447,-5449]],[[5449]],[[5450,-3303]]],"id":"508","properties":{"name":"Western Australia - Outback","state":"5"}},{"type":"MultiPolygon","arcs":[[[5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,-2566,-2644,-2643,-2700,-2689,-2688,-2692,5471,5472,5473,-3379,5474]],[[5475]],[[5476,5477,5478]],[[5479]],[[5480]],[[5481]],[[5482]],[[5483,5484]],[[5485]],[[5486]],[[5487,5488]],[[5489,5490]],[[5491]],[[5492]],[[5493]],[[5494]],[[5495,5496]]],"id":"509","properties":{"name":"Western Australia - Wheat Belt","state":"5"}},{"id":"597","properties":{"name":"Migratory - Offshore - Shipping (WA)","state":"5"}},{"id":"599","properties":{"name":"No usual address (WA)","state":"5"}},{"type":"MultiPolygon","arcs":[[[5497,5498,5499,5500,5501,5501,5502,5503,5504,5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,-5522,5521,-5522,5521,-5522,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532]],[[5533]],[[-5510,5534,5535,5536]],[[5537,5538,5539,5540,5541]],[[5542]],[[5543,5531,-5532,-5544,5543,-5544]]],"id":"601","properties":{"name":"Hobart","state":"6"}},{"type":"MultiPolygon","arcs":[[[5544,5545,5546,5547,5548,5549,5550,5551,5552,5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568,5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5578,5579,5580,5581,5582,5583,5584,5585,5586,5587,5588,5589,5590]],[[5591,5592,5593,5594,5595,5596]],[[5597,5598,5599,5599,5600]],[[5601,5602,-5603,5603,5604]],[[5605]],[[5606]],[[5607]],[[5608]],[[5609]],[[5610]],[[5611]],[[5612,5613]],[[5614]],[[5615]],[[5616]],[[5617]],[[5618]],[[5619]],[[5620]],[[5621]],[[5622]],[[5623]],[[5624,5625]],[[5626]],[[5627]],[[5628]],[[5629]],[[5630]],[[5631]],[[5632]],[[5633,5634,5635,5636]],[[5637]],[[5638,5639,5640]],[[5641]],[[5642]],[[5643]],[[5644]],[[5645]],[[5646]],[[-5648]],[[-5649]],[[5649]],[[5650]],[[-5625,5651]],[[5652,5652,5653]],[[5654]],[[5655]],[[5656]],[[5657]],[[5658]],[[5659]],[[5660]],[[5661]],[[5662]],[[5663]],[[5664]],[[5665,-5587,5666]]],"id":"602","properties":{"name":"Launceston and North East","state":"6"}},{"type":"MultiPolygon","arcs":[[[5667,5668,5668,5669,5670,5671,5672,5673,5674,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,-5724,5723,-5724,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5747,5748,5749,5750,5751,5752,5753,5754,5755,-5756,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5766,5767,-5766,5768,5769,-5508,5770,5771,5772,5773,5774,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792,5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808,5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,-5822,5822,5823,5824,5825,5826,5827,5828,5829,5830,5831,5832]],[[5833,5834,5835,5836,5837,5838,5839,5840,5841,5842,5843,5844,-5536,5845,5846,5847,5848,5849,5850,5850,5851,5852,5853,5854,5855,5856,5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885]],[[5886,5887,5888,5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904,5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,-5918,5918,5919,5920]],[[5921]],[[5922,5923]],[[5924]],[[5925]],[[5926,5927,5928,-5802,5929,5930,5931,5932,-5933,5933,-5781,5934,-5779,5935,5936,-5937,5937,5938,5939,-5927,5940,5941,5942]],[[5943,-5796,5944,5945,5946,5947,5948,-5788,5949,5950]],[[5951]],[[5952]],[[5953]],[[-5798,-5797,-5944,-5785,5954,-5783,-5933,5955]],[[5956]],[[5957]],[[5958]],[[5959]],[[5960]],[[5961]],[[5962,5963,5964]],[[5965]],[[5966]],[[5967,5968,-5742]],[[5969,-5776,5970,5971,-5972,5972]],[[5973,5974]],[[5975]],[[5976,5977,5978,-5979,5978,-5979,5978,5979,5980,-5981]],[[5981,5982,5983]],[[-5985]],[[5985]],[[5986]],[[5987]],[[5988,5989]],[[-5983,5990,5991]],[[5992,-5813]],[[5993]],[[5994]],[[5995,5996]],[[5997,5998]],[[5999]],[[6000,-5682,6001,6002]],[[6003]],[[6004,-5680,6005]],[[6006,6007]],[[6008,-5714]],[[6009]],[[6010,6011]],[[6012,6013,6014,6015]],[[-5819,6016]],[[6017,6018]],[[6019,6020]],[[-5876,6021]]],"id":"603","properties":{"name":"South East","state":"6"}},{"type":"MultiPolygon","arcs":[[[6022,6023,-6024,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,-6036,6035,-6036,6035,6036,-6037,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,-6078,6077,6078,6079,6080,6081,-6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096,6097,6098,6099,6100,6101,-6102,6101,-6102,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112,6113,6114,6115,6116,6117,6118,-6119,6118,6119,6120,6121,6121,6122,-6123,6123,6124,-6125,6124,-6125,6124,6125,6126,6127,-6128,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145,6146,6147,6148,6149,6150,6151,6152,-6153,6152,6153,6154,6155,6156,6157,-6158,6157,6158,6159,-6160,6159,-6160,6159,-6160,6159,6160,6161,6162,6163,6164,6165,6166,6167,6168,6169,6170,6171,6172,6173,6174,6175,6176,6177,6178,6179,6180,6181,6181,6182,6183,6184,-6185,6185,6186,6187,-6188,6188,6189,6190,-6190,6191,6192,6193,6194,6195,6196,6197,6198,6199,6200,-6201,6201,6202,6203,6204,6205,6206,-6206,-6205,-6204,6207,6208,6209,6210,6211,6212,6212,6212,6213,6214,6215,6216,6217,6218,6219,6220,6221,6221,6222,6223,6224,6225,6226,6227,6228,6229,6230,6231,6232,6233,6234,6235,-6236,6236,6237,6238,-6239,6239,6238,6240,6241,6242,6243,6244,6245,6246,6247,6248,6248,6249,6250,6251,6252,6253,6254,6255,6255,6255,6255,6256,6257,6258,6259,6260,6261,6262,6263,6264,6265,-6265,6266,6266,6267,6268,6269,6270,6271,6272,6273,6274,6275,6276,6277,6278,6279,6280,6281,6282,6283,6284,6285,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6298,-5576,6299,6300,6301,6302,6303,6304,6305,6306,6307,6308,6309,6310,6311,6312,6313,6314,6315,6316,6317,6318,6319,6320,6321,6322,6323,6324,6325,6326,6327,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,-6353,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6364,6365,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6373,6375,-6372,6376,-6377,6376,6377,-6378,6377,6378,6379,6380,6381,6382,6383,6383,6384,6385,6386,6387,6388,6389,-6390,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401,6402,6403,-6404,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6418,6419,6420,6421,-6421,6422,-6423,6422,-6423,6422,6423,-6424,6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,-6433,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,-6448,6447,6448,6449,6450,-6451,6451,6452]],[[6453,6454,-6455,6455,6456,6457,6458,6459,6460,6461,6462,-6463,6463,6464,6465,-6466,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474,6475,6476,6477,-6478,6478,6479,6480,6481,6482,6483,-6484,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6496,6497,-6498,6498,6499,6500,-6501,6500,6501,-6502,-6501,6502,6503,6504,6505,6506,6507,6508,-6509,6508,6509,6510,-6511,6510,6511,6512,6513,-6514,6513,-6514,6513,-6514,6513,6514,-6515,6514,6515,6516,6517,6518,-6519,6518,6519,-6520,6519,6520,6521,6522,6523,6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537,6538,6539,6540,6541,6542,6543,6544,6545,6546,-6547,6546,-6547,6547,6548,6549,6550,6551,6552,6553,6554,6555,6556,6557,6558,6558,6559,6560,6561,6562]],[[6563,6564,6565,6566,6567,6568,6569,6570,6571,6572,-6573]],[[6573,6574,6575,6576,6577,6578,6579,6580,6581,6582,6582,6582,6583,6584,6585,6586,6587,6588,6589,6590,-6591,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,-6601,6600,-6601,6601,6602,6603,-6604,6603,6604,-6605,6604,-6605,6604,6605,6606,6606,6606,-6606,6607,6608,6609,6610,6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,6622,6623,6623,6624]],[[6625,6626,6627,6628,6629,6630,6631,6632,6633,6634,6635,6636,6637,6637,6638,6638,6638,6639,6640,6641,-6642,6641,6642,6643,6644,6645,6646,6647,6648,6649,6650,6651,6651,6652,6653,6654,6655,6656]],[[-6197,6657,6658]],[[6659,6660,6661,6662]],[[6663]],[[6664,6665,6666,6667]],[[6668]],[[6669,6670,6671,6672]],[[6673]],[[6674,6675,6676,6677,6678,6679]],[[6680]],[[6681]],[[6682,-6683,6682,-6683,6682,6683,6684,-6683]],[[6685,-6686,6685,-6686,6685,-6686,6685,6686,6687,6688,6688,6688,-6688,6689,-6686]],[[6690,6691,-6268]],[[6692]],[[6693,-6694,6693,6694,6695]],[[6696,6697]],[[6698]],[[6699,6700,6701]],[[-6573,-6572,6702]],[[6703]],[[-6705]],[[6705,6706,6707]],[[6708]],[[6709]],[[6710,-6711,-6712]],[[6712]],[[6713,6713,6714]],[[6715]],[[6572,-6573,6572,6716,6717,6718]],[[6719,6720,6721]],[[6722]],[[-6724]],[[-6725]],[[6725]],[[-6210,6726]],[[6727,-6370,6728]],[[6729,-6654]],[[6730,-6276]],[[6731,6732]]],"id":"604","properties":{"name":"West and North West","state":"6"}},{"id":"697","properties":{"name":"Migratory - Offshore - Shipping (Tas.)","state":"6"}},{"id":"699","properties":{"name":"No usual address (Tas.)","state":"6"}},{"type":"MultiPolygon","arcs":[[[6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748]],[[6749]],[[6750]],[[6751]],[[6752]],[[6753]],[[6754,6755,-6747,6756]],[[6757,6758]],[[6759]]],"id":"701","properties":{"name":"Darwin","state":"7"}},{"type":"MultiPolygon","arcs":[[[6760,6761,6762,6763,6764,6765,6766,6767,6768,6769,6770,6771,-1811,-2437,-3344,6772,6773,6774,6775,6776,6777,6778,6779,6780,6781,6782,6783,6784,6785,6786]],[[6787]],[[6788,6789,6790,6791,6792,6793]],[[6794,6795]],[[6796]],[[6797]],[[6798,6799,6800]],[[6801]],[[6802]],[[6803]],[[6804,6805,6806]],[[6807,6808,6809]],[[6810]],[[6811]],[[6812]],[[6813]],[[6814]],[[6815]],[[-6789,6816]],[[6817]],[[6818]],[[6819]],[[6820,6821]],[[6822,6823]],[[6824]],[[6825]],[[6826]],[[6827]],[[6828]],[[6829]],[[6830]],[[6831]],[[6832]],[[6833]],[[6834]],[[6835]],[[6836]],[[6837]],[[6838]],[[6839]],[[6840]],[[6841]],[[6842]],[[6843]],[[6844]],[[6845]],[[6846]],[[6847,6848]],[[6849]],[[6850]],[[6851]],[[6852]],[[6853]],[[-6792,6854]],[[6855]],[[6856]],[[6857]],[[6858]],[[-6848,6859]],[[6860]],[[6861]],[[6862]],[[6863]],[[-6768,6864,6865]],[[6866]],[[6867]],[[6868]],[[6869]],[[6870]],[[6871]],[[6872]],[[6873]],[[6874]],[[6875]],[[6876]],[[6877]],[[6878]],[[6879]],[[6880]],[[6881]],[[6882]],[[6883]],[[6884]],[[6885]],[[6886]],[[6887]],[[6888]],[[6889]],[[6890]],[[6891]],[[6892]],[[6893]],[[6894]],[[6895]],[[6896]],[[6897]],[[6898]],[[6899,6900]],[[6901]],[[6902]],[[6903]],[[6904]],[[6905]],[[6906]],[[6907]],[[6908]],[[6909]],[[6910]],[[6911]],[[6912]],[[6913]],[[6914]],[[6915]],[[6916]],[[6917]],[[6918]],[[6919]],[[6920]],[[6921]],[[6922]],[[6923]],[[6924]],[[6925]],[[6926]],[[6927,6928]],[[6929]],[[6930]],[[6931,-6774]],[[6932]],[[6933]],[[6934]],[[6935]],[[6936,6937,6938]],[[6939,6940]],[[6941]],[[6942,-6799]],[[6943]],[[6944]],[[6945]],[[6946]],[[6947]],[[6948]],[[-6950]],[[6950]],[[6951]],[[6952]],[[6953]],[[6954]],[[6955]],[[6956]],[[6957]],[[6958]]],"id":"702","properties":{"name":"Northern Territory - Outback","state":"7"}},{"id":"797","properties":{"name":"Migratory - Offshore - Shipping (NT)","state":"7"}},{"id":"799","properties":{"name":"No usual address (NT)","state":"7"}},{"type":"Polygon","arcs":[[-82,-330]],"id":"801","properties":{"name":"Australian Capital Territory","state":"8"}},{"id":"897","properties":{"name":"Migratory - Offshore - Shipping (ACT)","state":"8"}},{"id":"899","properties":{"name":"No usual address (ACT)","state":"8"}},{"type":"MultiPolygon","arcs":[[[6959]],[[6960,6961,6962,-338,6963,6964]],[[6965,6966,6967,6968,6969,-6966,6970,6971,6972,6973,6974,6975,6976,6977,6978]],[[6979,6980,6981,6982,6983,6984,6985,-6986,6985,6986,6987,6988,-6983,6989,6990,6991,-6992,-6991,6992,-6993,6992,6993,6994,6995,6996,6997]],[[6998]],[[6999]],[[7000]],[[7001,7001,7001,7002]],[[7003]],[[7004]],[[7005,7006]],[[7007,7008]],[[7009,7010,-7010,7011]],[[7012,7013,7014,7012,7015,-7013]],[[-7008,7016,-6988,7017]],[[-7019,-7020,-7020,-7020]]],"id":"901","properties":{"name":"Other Territories","state":"9"}},{"id":"997","properties":{"name":"Migratory - Offshore - Shipping (OT)","state":"9"}},{"id":"999","properties":{"name":"No usual address (OT)","state":"9"}}]}},"arcs":[[[8582,2321],[0,-1],[0,1]],[[8582,2321],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0]],[[8571,2313],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[8574,2290],[0,-1]],[[8574,2289],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[-1,0]],[[8570,2285],[0,1],[-1,0]],[[8569,2286],[0,1],[-1,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0]],[[8560,2174],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[8560,2170],[0,-1]],[[8560,2169],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0]],[[8561,2161],[-1,0],[1,0]],[[8561,2161],[0,-1]],[[8561,2160],[-1,0],[0,-1]],[[8560,2159],[0,-1]],[[8560,2158],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0]],[[8559,2149],[0,-1],[-1,0],[1,0],[0,-1]],[[8559,2147],[-1,0],[1,0]],[[8559,2147],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-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],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8550,2129],[0,-1]],[[8550,2128],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[8548,2117],[-1,0],[1,0]],[[8548,2117],[0,-1]],[[8548,2116],[0,-1],[1,0]],[[8549,2115],[0,-1],[1,0],[0,1]],[[8550,2115],[0,-1],[0,1]],[[8550,2115],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[8549,2109],[-1,0],[0,-1]],[[8548,2108],[1,0],[-1,0]],[[8548,2108],[0,-1]],[[8548,2107],[0,-1]],[[8548,2106],[1,1]],[[8549,2107],[0,-1]],[[8549,2106],[-1,0]],[[8548,2106],[0,-1],[0,1]],[[8549,2106],[0,-1],[-1,0],[1,0],[0,-1],[-1,0]],[[8548,2104],[1,0],[-1,0]],[[8548,2104],[0,-1]],[[8548,2103],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8546,2096],[0,-1],[0,-1]],[[8546,2094],[0,-1],[1,0]],[[8547,2093],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[8545,2068],[1,0],[-1,0]],[[8545,2068],[0,1],[0,-1]],[[8545,2068],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1]],[[8539,2051],[0,-1]],[[8539,2050],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1]],[[8535,2026],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1]],[[8534,2021],[0,-1]],[[8534,2020],[0,-1]],[[8534,2019],[0,-1]],[[8534,2018],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1]],[[8532,2012],[0,-1],[0,-1]],[[8532,2010],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[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,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8526,1981],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1]],[[8526,1978],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[1,0]],[[8528,1963],[0,-1],[0,1]],[[8528,1963],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0]],[[8528,1943],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1]],[[8528,1933],[0,-1]],[[8528,1932],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1]],[[8523,1928],[-1,0],[1,0]],[[8523,1928],[-1,0],[0,-1],[1,0]],[[8523,1927],[0,1]],[[8523,1927],[1,0],[-1,0]],[[8523,1927],[0,-1],[0,1]],[[8523,1927],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1]],[[8529,1917],[1,0]],[[8530,1917],[0,-1]],[[8530,1916],[0,-1]],[[8530,1915],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,-1]],[[8537,1907],[1,0]],[[8538,1907],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8538,1901],[-1,0],[0,-1],[0,-1],[1,0],[0,-1]],[[8538,1898],[1,0]],[[8539,1898],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0]],[[8540,1895],[0,-1]],[[8540,1894],[0,-1]],[[8540,1893],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1]],[[8545,1872],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8533,1802],[-3,2],[-12,8],[-16,11],[-5,4],[-4,3],[-8,6],[-6,4],[-15,10],[-7,5],[-2,2],[-8,5],[-1,1],[-1,1],[-5,3],[-6,5],[-6,4],[-8,5],[-3,3],[-9,6],[-5,4],[-13,9],[-5,4],[-6,4],[-2,1],[-1,1],[-1,1],[-3,2],[-1,1],[-2,1],[-4,3],[-4,3],[-3,2],[-3,2],[-5,4],[-2,2],[-3,2],[-4,2],[-3,3],[-1,1],[-1,0],[-9,6],[-1,1],[-1,1],[-29,21],[-12,9],[-6,5],[-22,15],[-8,6]],[[8248,2006],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,4],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[2,2],[2,-1],[0,1],[0,-1],[1,-2],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[-1,-1],[0,-1],[-1,0],[1,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],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-2],[1,0],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,1],[1,1],[0,2]],[[8345,2320],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[-1,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[3,-1],[0,-1],[0,1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,3],[1,0],[1,4],[0,3],[1,1],[0,1],[0,2],[0,2],[-1,5],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,2],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[1,1],[1,2],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,2],[1,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,1],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,-1],[0,1],[0,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-2,-2],[-2,-2],[-1,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[-2,-3],[-1,0],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-5,-5],[-2,-2],[-1,-1],[0,-1],[-3,-2],[-1,-2],[-1,-1],[-2,-2],[-4,-4],[-4,-4],[-6,-7],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8344,2422],[-1,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-2,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-3,1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-3,1],[0,-1],[-2,0],[-2,1],[-2,0],[-1,1],[-5,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[0,1],[1,0],[0,1],[-1,1],[1,0],[-1,0],[1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,3],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-2,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[2,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[1,1],[0,1],[0,1],[1,2],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,1],[0,-2],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,5],[-1,0],[0,1],[-1,0],[0,3],[0,2],[0,1],[1,0],[0,-1],[1,2],[1,0],[0,3],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,2],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,2],[0,1],[1,0],[0,-1],[1,-1],[0,1],[0,1],[2,-1],[0,1],[2,-1],[0,2],[-2,0],[0,3],[0,3],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[2,0],[0,1],[1,0],[-1,0],[0,3],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[1,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[0,-1],[-2,1],[1,3],[0,1],[-2,1],[-2,1],[-1,0],[-3,1],[-1,-1],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,3],[0,2],[-2,0],[0,1],[-2,0],[1,3],[-2,0],[0,1],[0,3],[-1,0],[-2,1],[0,-2],[-1,0],[-1,0],[-1,1],[-1,0],[1,3],[0,2],[0,5],[1,8],[-2,0],[-1,1],[-1,0],[-2,0],[-2,1],[-2,0],[-1,0],[-2,1],[-1,0],[-2,0],[-2,1],[0,-1],[-1,-1],[-2,1],[0,-3],[-3,1],[-8,2],[-1,0],[1,0],[0,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,1],[0,2],[1,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0]],[[8170,2768],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[4,0],[2,0],[3,0],[0,1],[0,4],[1,2],[0,-1],[4,0],[1,-1],[1,2],[1,-1],[3,0],[0,-1],[0,-1],[2,-3],[0,-1],[1,0],[0,1],[-1,7],[0,4],[0,7],[-1,3],[0,3],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,6],[2,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[-1,1],[2,0],[1,0],[0,-2],[1,0],[0,1],[2,0],[1,4],[2,-1],[0,-1],[1,-2],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[1,0],[1,-2],[2,-1],[0,1],[2,0],[2,-1],[2,0],[0,-2],[1,0],[0,-2],[2,0],[0,-3],[0,-1],[2,-1],[0,-1],[0,-1],[2,-1],[1,-1],[1,2],[0,2],[1,2],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[3,0],[1,4],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,4],[1,4],[0,1],[2,-1],[3,-1],[3,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[3,-1],[2,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[1,0],[0,-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],[1,-1],[-1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,1],[1,1],[1,0],[1,1],[1,0],[1,-1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,2],[1,0],[0,1],[0,1],[1,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[1,4],[1,-1],[0,3],[2,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,5],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,4],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,1],[0,-1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,1],[0,1],[0,1],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[-1,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,-1],[0,-1],[2,-1],[1,1],[1,0],[0,1],[0,1],[1,1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0]],[[8536,2791],[1,0]],[[8537,2791],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1]],[[8547,2737],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[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,-1],[1,0],[1,0],[-1,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[-1,-4],[0,-2],[0,-2],[1,0],[2,-1],[0,-1],[0,-1],[1,0],[0,-2],[1,0],[1,-1],[2,0],[0,-1],[0,-1],[0,-1],[-1,-1],[2,0],[1,0],[2,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-2],[1,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],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[-1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,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,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[8,-2],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[-1,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,-1],[2,0],[6,-2],[-1,-3],[3,-1],[-1,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1]],[[8597,2362],[1,0],[-1,0]],[[8597,2362],[0,-1],[-1,0],[-1,0],[0,-1]],[[8595,2360],[0,-1]],[[8595,2359],[-1,0],[0,-1],[-1,0],[0,-1]],[[8593,2357],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[8590,2344],[0,-1]],[[8590,2343],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1]],[[8585,2326],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1]],[[8574,2166],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0]],[[8573,2163],[1,0],[0,-1],[-1,0],[0,1]],[[8573,2163],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1]],[[8574,2290],[1,0],[0,-1],[-1,0]],[[8574,2289],[0,1],[0,-1],[0,1]],[[8578,2309],[0,1]],[[8578,2310],[1,0],[0,-1],[0,1],[0,-1],[-1,0]],[[8570,2285],[-1,0],[0,1]],[[8594,2357],[1,0],[0,-1],[-1,0]],[[8594,2356],[0,1]],[[8718,2969],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0]],[[8715,2967],[-1,0],[0,-1],[0,-1]],[[8714,2965],[-1,0],[-1,1]],[[8712,2966],[0,1],[0,1],[0,1],[-1,0]],[[8711,2969],[0,1]],[[8711,2970],[0,1],[0,1],[0,1],[0,1],[-1,0]],[[8710,2974],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8709,2971],[0,1],[-1,0]],[[8708,2972],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0]],[[8719,3072],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,-1],[1,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0]],[[8751,3086],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-2],[1,0],[1,0],[0,-1],[1,0],[-1,-1],[1,0],[1,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,2],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1]],[[8782,3058],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[8793,3058],[0,-1],[0,-3],[2,0],[1,0],[1,-1],[1,0],[1,0],[-1,0]],[[8798,3053],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0]],[[8790,3038],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1]],[[8789,3020],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[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,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[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],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0]],[[8753,2958],[0,-1]],[[8753,2957],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,-1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8730,2950],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0]],[[8749,2964],[0,1],[0,1],[0,-1]],[[8749,2965],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1]],[[8790,3038],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0]],[[8749,2966],[0,-1],[0,-1]],[[8749,2964],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0]],[[8753,2958],[0,1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,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],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,1],[-1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8730,2950],[1,0],[0,1],[1,0],[0,-1],[-1,0],[-1,0]],[[8511,3398],[1,0]],[[8512,3398],[0,-1],[-1,0],[1,-1],[2,0],[0,2],[3,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[-1,-2],[0,-1],[-1,-1],[1,-1],[-1,0],[0,-1],[1,-3],[-1,0],[0,2],[-2,1],[0,-3],[0,1],[-1,0],[0,1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,1],[0,-1],[0,1],[0,-3],[0,-2],[-1,0],[0,-1],[-1,0],[-1,-5],[0,-1],[1,0],[0,-4],[1,0],[0,1],[2,0],[0,-1],[0,-1],[1,0],[0,-2],[1,0],[3,-1],[0,-1],[0,-2],[1,2],[1,0],[1,1],[2,-1],[3,-1],[0,2],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[3,-1],[0,2],[2,0],[0,-4],[-2,0],[0,-2],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[2,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[-1,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,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],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[-1,0],[0,-2],[-1,0],[0,-1],[0,1],[0,-2],[0,-1],[1,-1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,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,1],[1,0],[0,-1],[0,-1],[1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-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,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-2],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[5,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[4,-1],[10,-9],[1,0],[0,-2],[0,-2],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-6],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1]],[[8634,3084],[0,1],[1,0]],[[8635,3085],[0,-1],[-1,0]],[[8634,3084],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-2,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,-1],[0,-1],[-2,1],[1,0],[0,1],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-2,0],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[0,2]],[[8596,2962],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-3,1],[0,4],[-2,1],[-4,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-2],[-1,-4],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-3],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,2],[0,1],[-2,1],[0,-2],[0,-1],[2,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[2,0],[-1,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[2,0],[-1,-2],[2,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-3],[-1,0],[-1,0],[-2,0],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-2,0],[0,-1],[0,-2],[-2,0],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-4],[-1,1],[-2,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[1,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8170,2768],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-3,0],[0,1],[-1,-5],[-1,1],[-3,0],[-4,1],[1,6],[-3,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,0],[0,-3],[-1,-2],[0,-2],[2,0],[-1,-4],[0,-1],[0,-3],[0,-1],[-1,0],[-2,0],[-3,1],[-1,0],[-1,1],[0,-1],[0,-1],[-1,0],[0,1],[-3,1],[0,1],[-1,0],[0,3],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-2,0],[-2,1],[-3,1],[-2,0],[-1,-8],[1,0],[-2,-3],[0,-1],[-1,-1],[3,-2],[-1,-3],[0,-2],[0,-2],[-1,0],[-1,1],[0,1],[-2,0],[-1,1],[0,2],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-1],[-1,-1],[0,-2],[-3,1],[-3,0],[-1,0],[-1,1],[-3,0],[-2,1],[-2,0],[-4,1],[-1,0],[0,-2],[-1,0],[0,-8],[-1,0],[-1,1],[0,-1],[0,-2],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,1],[0,3],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[0,-2],[-2,1],[0,-3],[-4,0],[0,1],[-1,0],[-3,0],[-1,1],[-2,0],[-1,0],[-1,0],[-1,1],[0,-1],[0,-2],[0,-1],[-3,1],[-2,0],[-1,1],[-1,0],[-2,0],[-3,1],[-5,1],[0,1],[0,1],[0,2],[1,0],[0,1],[0,1],[0,2],[0,1],[0,2],[0,2],[0,1],[0,1],[1,2],[0,1],[-2,0],[-2,0],[-1,1],[-1,0],[-1,0],[-2,0],[-2,1],[-1,0],[-1,0],[-2,1],[-2,0],[1,9],[0,6],[1,6],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,2],[-1,1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-2,0],[-1,0],[-5,1],[-2,1],[0,1],[1,1],[0,1],[0,2],[0,2],[0,1],[0,3],[1,2],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[1,3],[0,2],[0,3],[0,1],[0,1],[0,2],[0,1],[1,1],[0,2],[0,1],[0,3],[1,6],[0,4],[0,1],[1,9],[-1,0],[-5,1],[-2,1],[-4,1],[1,13],[1,9],[1,8],[0,3],[-2,1],[-3,0],[-1,0],[0,1],[-5,1],[-1,0],[-2,0],[-1,1],[-2,0],[-2,0],[0,-1],[0,1],[-1,1],[-1,0],[-1,0],[1,1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,1],[2,15],[-2,-1],[-3,0],[-3,2],[0,1],[-2,2],[-3,2],[0,1],[1,2],[0,1],[1,1],[0,2],[1,10],[2,0],[0,9],[-3,-2],[-2,0],[-5,-2],[-4,-2],[-3,-1],[-2,9],[-1,6],[-1,9],[-1,1],[0,5],[-1,5],[-1,2],[1,1],[0,5],[0,7],[1,3],[0,9],[0,2],[1,3],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1]],[[7910,3024],[0,1]],[[7910,3025],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,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],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,1],[-1,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,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[-1,1],[-1,0],[0,1],[-1,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[-1,-1],[1,0],[1,0],[0,1],[1,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,1],[0,1],[1,1],[0,1],[1,-1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,3],[-1,1],[0,5],[0,2],[-1,2],[-1,6],[0,1],[-1,9],[-1,7],[-1,8],[-1,6],[-1,6],[-1,7],[-2,8],[-1,8],[-1,0],[0,3],[-1,9],[0,1],[-3,19],[-1,5],[-3,19],[-1,9],[0,3],[-1,7],[0,1],[-1,6],[-2,9],[-1,13],[-1,5],[0,1],[-1,3],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,-1],[1,1],[1,1],[2,1],[0,1],[1,0],[1,1],[2,-1],[0,2],[1,1],[1,1],[1,1],[0,1],[1,0],[1,1],[1,0],[1,-2],[1,-3],[0,-1],[0,-2],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-3],[0,-1],[2,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[2,2],[5,6],[1,0],[0,1],[2,3],[-3,5],[-1,4],[-2,3],[-1,1],[0,1],[7,7],[1,-1],[7,8],[7,9],[6,-12],[0,3],[0,4],[0,2],[4,-1],[1,0],[2,-1],[1,6],[1,0],[2,-1],[1,0],[0,1],[1,1],[3,3],[2,3],[1,1],[2,3],[2,2],[-1,3],[-1,2],[-1,1],[0,1],[-2,3],[0,1],[-1,2],[-1,1],[0,1],[-1,2],[-2,3],[-1,1],[0,1],[0,1],[1,1],[2,2],[0,1],[3,4],[2,2],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[4,5],[2,3],[3,3],[2,2],[0,1],[2,9],[0,1],[1,1],[1,7],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,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,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,1],[1,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,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],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[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],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,-1],[-1,0],[1,0],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,-1],[0,1],[0,-1],[1,0],[-1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,-1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[3,0],[5,0],[3,0],[3,0],[2,0],[3,0],[1,0],[-1,-2],[3,-1],[0,3],[0,1],[4,0],[6,0],[3,1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[1,0],[8,-2],[0,-2],[0,-4],[-2,1],[0,-6],[5,-1],[0,1],[4,-1],[1,0],[0,-1],[1,-1],[2,0],[1,0],[1,4],[1,0],[0,-2],[2,-1],[1,0],[2,0],[0,-1],[0,-1],[3,0],[0,-1],[3,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[2,0],[-1,-4],[-1,0],[-1,-3],[0,-1],[3,-1],[-1,-3],[2,0],[-1,-4],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,4],[5,-1],[2,-1],[0,4],[2,0],[2,0],[0,5],[0,1],[1,0],[0,2],[0,1],[3,1],[0,-2],[1,0],[1,-1],[0,1],[1,0],[0,1],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,3],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[2,-1],[0,1],[-1,0],[0,1],[2,0],[0,1],[0,-5],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[1,0],[1,0],[1,0],[0,-1],[1,0],[2,0],[1,0],[-1,-2],[1,-1],[2,0],[1,0],[0,-1],[1,0],[1,3],[0,3],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[2,-1],[1,0],[3,-1],[-1,-4],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-5],[0,1],[-1,0],[0,-1],[0,-2],[1,0],[0,-5],[1,0],[1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[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,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,6],[0,1],[-1,0],[3,-1],[1,1],[1,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[2,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-5],[3,-1],[1,0],[0,2],[1,0],[0,-1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[-1,0],[-1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,-1],[-1,0],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,1],[0,1],[-1,-1],[0,-1],[-1,1],[-1,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[0,2],[1,1],[0,1],[1,0],[1,1],[0,2],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-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],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[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,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,2],[-1,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[1,4],[-3,0],[-3,1],[-1,0],[-1,-3],[-2,1],[-1,-1],[-2,1],[-1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,2],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,0],[-1,1],[1,0],[0,1],[1,-1],[1,1],[-4,1],[-1,0],[-1,0],[1,9],[-1,0],[0,1],[0,2],[1,3],[0,1],[1,3],[0,1],[0,1],[0,1],[-2,1],[0,1],[0,2],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[2,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-2],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[1,1],[0,5],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[2,0],[0,1],[1,7],[0,3],[2,22],[11,-3],[1,-3],[1,-2],[0,-1],[1,0],[0,1],[0,1],[0,1],[-1,4],[6,-1],[1,-9],[2,3],[2,1],[0,-3],[2,-1],[1,0],[1,5],[3,-4],[1,0],[0,-1],[2,-2],[1,-1],[0,1],[0,-1],[1,0],[0,1],[2,1],[2,1],[2,2],[2,2],[-1,3],[1,0],[1,1],[-1,1],[-2,1],[1,7],[-3,0],[-1,1],[0,3],[-1,0],[0,1],[-1,1],[0,5],[0,-1],[1,4],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,6],[1,0],[2,0],[3,-1],[3,-1],[0,2],[0,1],[1,2],[1,1],[1,0],[1,1],[2,1],[-1,2],[-1,3],[0,1],[-1,3],[2,1],[0,1],[1,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[3,-1],[4,-1],[-1,-3],[0,-6],[-1,-2],[-1,-2],[1,0],[0,-4],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[4,-2],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[2,0],[-1,-2],[1,0],[2,-1],[0,-6],[-2,1],[0,-4],[-1,0],[0,-6],[0,-2],[1,-1],[0,-2],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,-4],[0,-6],[-1,-1],[6,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,2],[1,2],[1,0],[0,-1],[1,0],[2,-1],[2,0],[1,-1],[2,0],[2,0],[3,-1]],[[8947,4263],[1,0]],[[8948,4263],[2,-1],[1,0],[3,-1],[2,0],[1,0],[4,-2],[1,0],[0,-1],[0,1],[3,0],[-1,-1],[0,-4],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-2],[1,0],[0,-3],[0,-1],[1,0],[0,1],[1,-1],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-4],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[2,0],[2,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-4],[1,-2],[1,-2],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[1,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[1,-1],[0,1],[0,2],[1,-1],[0,1],[1,0],[0,1],[1,-1],[0,1],[0,1],[1,-1],[4,-1],[0,2],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,12],[3,-1],[0,-1],[2,0],[1,0],[0,3],[0,2],[-1,0],[0,4],[0,1],[1,-1],[3,0],[0,1],[0,3],[7,-2],[3,-1],[2,0],[2,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[6,-7]],[[9076,4184],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,1],[0,-1]],[[9077,4156],[0,-1],[1,0]],[[9078,4155],[1,0],[-1,0]],[[9078,4155],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[9067,4037],[0,-1]],[[9067,4036],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1]],[[9052,3951],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[9051,3943],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[9051,3934],[0,-1]],[[9051,3933],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[9041,3886],[0,-1]],[[9041,3885],[0,-1],[1,0]],[[9042,3884],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[9030,3847],[0,-1],[1,0]],[[9031,3846],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1]],[[9021,3808],[-2,0],[0,-1],[-2,1],[-2,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-2,0],[0,1],[0,1],[-2,0],[0,1],[-2,1],[1,1],[-1,0],[0,-1],[-1,-1],[-1,1],[-1,0],[0,3],[-1,0],[-1,1],[-1,0],[-1,0],[0,-3],[-1,0],[-1,0],[-2,1],[0,1],[0,-1],[-5,2],[-1,0],[-1,0],[-2,1],[0,1],[-1,0],[0,-1],[-1,0],[-7,-2],[-1,0],[0,-1],[-2,0],[0,-1],[-1,0],[-2,0],[-2,0],[-12,3],[-1,1],[-8,2],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1]],[[8922,3826],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,2],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[1,2],[-1,0],[0,-1],[-1,0],[-1,0],[1,2],[0,1],[0,2],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,3],[0,1],[0,1],[0,2],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[1,0],[1,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,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,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,1],[0,1],[1,0],[-1,1],
[0,1],[1,0],[0,1],[-1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,5],[3,22],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,2],[-1,2],[-1,5],[0,2],[-1,1],[-1,5],[1,0],[0,1],[1,3],[1,0],[1,9],[-1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-4,1],[-1,0],[-13,3],[1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,4],[0,2],[0,2],[0,5],[1,3],[-6,2],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,4],[-3,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,-1],[1,0],[2,0],[-1,-2],[1,0],[1,-1],[1,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0]],[[9081,3992],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1]],[[9061,3911],[0,1],[1,0],[0,-1],[-1,0]],[[9055,3925],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[1,0]],[[9047,3902],[1,0],[0,-1],[-1,0],[0,1]],[[9031,3846],[0,1],[-1,0]],[[9041,3886],[1,0],[0,-1],[-1,0]],[[9078,4156],[1,0],[-1,-1]],[[9078,4155],[0,1]],[[9051,3934],[1,0],[0,-1]],[[9052,3933],[0,1],[0,-1]],[[9052,3933],[-1,0]],[[7910,3025],[0,-1],[0,1]],[[7910,3025],[-1,3],[-2,5],[-2,6],[-1,4],[2,2],[4,4],[-2,4],[-1,5],[-7,19],[-5,0],[-5,1],[-9,1],[-1,0],[0,2],[-4,1],[-2,0],[0,-3],[-9,1],[-10,0],[-11,0],[-6,1],[1,18],[1,5],[0,3],[2,16],[-3,0],[2,26],[1,11],[-14,3],[2,17],[-5,1],[-1,0],[-1,-1],[0,-3],[0,-2],[-1,-3],[2,0],[0,2],[2,0],[-2,-7],[-1,-1],[0,-2],[-1,1],[-1,2],[1,2],[-7,1],[0,5],[1,8],[-6,1],[-1,0],[-8,-11],[-1,-4],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[-1,0],[-13,3],[-2,-15],[-13,2],[-1,-9],[-2,-21],[-1,-15],[-1,-5],[-1,-19],[-2,0],[-1,-13],[0,-8],[0,-2],[-1,0],[-1,1],[-1,0],[-1,0],[-4,1],[-1,1],[-2,0],[-2,1],[0,-1],[-3,0],[0,-3],[-3,0],[0,4],[-1,0],[0,-1],[0,-1],[-1,-10],[1,-1],[0,-1],[-1,-1],[0,-3],[-3,0],[0,-1],[-3,1],[0,1],[-5,2]],[[7720,3083],[0,7],[-1,0],[-10,2],[-7,2],[-2,-20],[-1,-8],[0,-6],[0,-3],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[-1,-7],[-1,-9],[-4,1],[-5,1],[-5,1],[0,-6],[-1,1],[-4,0],[0,-5],[-2,0],[-1,-4],[-2,0],[0,-3],[-1,-1],[0,-1],[-4,0],[0,-1],[0,-2],[0,-1],[-1,0],[-2,1],[-6,1],[-1,-2],[-3,1],[0,2],[-6,1],[0,2],[-2,0],[-1,-2],[-7,1],[-2,1],[-8,1],[-7,1],[0,3],[2,3],[-1,2],[-3,-2],[-2,1],[0,4],[1,13],[1,10],[-14,3],[-2,1],[-2,0],[-5,1],[-3,1],[-1,0],[-12,2],[-1,0],[-5,1],[-6,2],[-4,1],[-1,-5],[-1,-9],[-5,1],[-4,1],[-4,5],[-4,-3],[-3,1],[-8,1],[0,-2],[-1,-2],[-4,-2],[-3,-2],[-1,-3],[-3,6],[-2,0],[0,3],[-7,1],[-6,1],[2,19],[1,18],[5,2],[8,-2],[0,4],[1,13],[2,3],[0,1],[-14,3],[1,13],[-6,1],[-8,2],[-1,-12],[-9,2],[-1,0],[-3,1],[1,12],[2,16],[-4,1],[-2,1],[-4,0],[-5,1],[-12,2],[1,4],[-3,0],[-29,6],[-5,0],[-7,2],[-5,1],[-1,-2],[-3,-39],[-10,2],[-14,2],[-14,3],[-9,1],[-9,2],[-4,1],[-9,1],[2,-13],[3,-19],[1,-9],[0,-1],[0,-2],[0,-5],[-8,1],[-12,3],[0,7],[-6,1],[-2,1],[0,-1],[-1,0],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,1],[-1,0],[-3,0],[-1,1],[0,-4],[-4,1],[1,0],[0,1],[0,1],[-1,0],[-3,1],[-2,0],[-2,1],[0,-1],[-1,0],[-5,1],[-5,1],[0,6],[-14,2],[2,-14],[1,-4],[-7,2],[-12,2],[-6,1],[-4,1],[-3,0],[-14,3],[-3,0],[-15,3],[-2,0],[-11,2],[2,26],[-27,6],[-3,-37],[0,-2],[-1,-4],[0,-4],[0,-2],[0,-1],[-2,-27],[-1,-3],[-2,-30],[-7,1],[1,6],[-7,2],[0,-6],[-42,8]],[[7093,3009],[0,5],[0,24],[0,44],[-1,22],[0,20],[0,26],[0,34],[0,146],[0,33],[0,6],[0,1],[0,1],[0,1],[0,2],[0,12],[0,7],[0,6],[0,7],[0,1],[0,6],[0,6],[0,5],[0,6],[0,4],[0,8],[0,4],[0,16],[0,22],[0,16],[0,11],[0,25],[0,23],[0,21],[0,44],[0,31],[0,13],[0,4],[0,19],[0,14],[0,22],[0,8],[0,17],[0,2],[0,4],[0,9],[0,1],[0,24],[0,42],[0,3],[0,7],[0,16],[0,28],[0,6],[0,24],[0,30],[0,8],[0,6],[0,5],[0,4],[0,28],[0,28],[0,8],[0,13],[0,25],[0,51],[0,8],[0,33],[0,27],[0,9],[0,7],[0,52]],[[7092,4260],[3,0],[30,0],[4,0],[23,0],[9,0],[7,0],[10,0],[52,0],[10,0],[18,1],[12,-1],[4,0],[11,0],[10,0],[16,1],[19,0],[7,0],[12,-1],[1,0],[14,0],[2,0],[24,0],[27,0],[26,0],[6,0],[5,0],[32,0],[87,0],[6,0],[6,0],[26,0],[5,0],[15,0],[6,0],[2,0],[1,0],[2,0],[1,0],[2,0],[6,0],[16,0],[18,0],[16,0],[13,0],[48,0],[39,0],[14,0],[26,0],[7,0],[1,0],[1,0],[3,0],[1,0],[16,0],[11,0],[14,0],[2,0],[9,0],[49,0],[25,0],[1,0],[7,0],[26,0],[32,0]],[[8046,4260],[9,0],[24,0],[13,0],[1,0],[59,0],[21,0],[1,0],[5,0],[21,0],[7,0],[6,0],[3,0],[10,0],[4,0],[8,0],[35,0],[1,0],[57,0],[12,0],[10,0],[17,0]],[[8370,4260],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[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,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],
[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],
[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,-1],[-1,0],[0,-1],[0,1],[-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,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,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,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[-1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,-5],[0,-3],[-2,-14],[-1,-19],[0,-1],[0,-2],[12,-8],[5,-4],[5,-4],[3,-1],[0,-1],[4,-3],[4,-3],[1,0],[-1,-9],[0,-1],[0,-1],[-1,-7],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-7],[-1,-10],[-1,-1],[0,-1],[0,-3],[-1,-13],[0,-2],[-1,-7],[0,-1],[7,-1],[0,-5],[0,-2],[0,-1],[-1,-3],[0,-2],[0,-3],[0,-1],[0,-1],[-1,-2],[0,-2],[-2,1],[0,-3],[0,-3],[-1,-6],[0,-1],[-1,-1],[0,-1],[0,-3],[-1,0],[0,-1],[-1,0],[0,-1],[-2,-1],[-1,0],[1,-2],[-1,-1],[0,-4],[-3,0],[-1,0],[0,2],[1,1],[-1,0],[0,1],[-1,-1],[-2,-6],[-1,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[-2,-2],[-3,-2],[-1,-1],[0,-5],[-1,0],[0,-1],[0,-4],[-1,-8],[0,-5],[0,-1],[0,-3],[-1,-2],[1,0],[0,-4],[0,-3],[-1,0],[-1,-4],[1,-1],[0,-3],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[-1,-6],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[-2,-26],[-1,-6],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-6],[0,1],[-1,-5],[-2,1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-7],[-1,0],[0,-7],[-1,-4],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-6],[0,-3],[16,13],[2,2],[1,-3],[3,-6],[4,6],[0,1],[0,1],[-1,2],[1,0],[1,0],[2,-1],[1,2],[1,0],[0,1],[3,2],[1,-1],[2,-4],[1,-3],[1,-2],[0,-2],[-3,-3],[1,-7],[1,-9],[11,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[5,3],[1,-5],[1,-2],[1,-6],[1,-3],[5,-19],[16,12],[2,0],[9,-2],[4,-1],[1,-2],[6,-1],[4,-1],[4,-1],[4,9],[0,-1],[6,-2],[3,0],[13,-3],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[7,-1],[2,-1],[1,3],[2,-1],[0,-1],[0,-4],[1,0],[4,-1],[1,2],[1,0],[0,-1],[0,1],[1,0],[8,-2],[3,0],[0,1],[0,4],[2,0],[-1,-5],[2,0],[0,-3],[0,-2],[-1,-5],[0,-1],[0,-5],[-1,-2],[0,-1],[0,-9],[-2,0],[1,-1],[0,-6],[0,-1],[-1,-6],[3,-1],[1,0],[1,-1],[1,0],[2,-1],[5,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-4,2],[-1,0],[-1,-4],[-1,0],[-1,-3],[0,-2],[-3,1],[-2,0],[0,-1],[0,-2],[-1,-4],[0,-2],[1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[1,0],[1,0],[1,0],[1,0],[-2,-16],[0,-1],[1,0],[1,0],[2,-1],[1,0],[2,-1],[0,1],[3,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[0,-4],[-1,-2],[0,-5],[0,-2],[-1,-10],[-1,-1],[1,0],[1,-1],[0,1],[1,0],[2,0],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,-1],[-1,0],[-3,1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[2,1],[0,1],[0,1],[-1,0],[0,1],[1,-1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,2],[1,1],[1,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[0,-1],[1,1],[0,-1],[1,-1],[1,-2],[1,-2],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,-1]],[[8555,3466],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1]],[[8512,3398],[-1,0],[1,0]],[[8555,3466],[0,-2],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,-1],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[1,0],[0,1],[0,1],[1,1],[2,1],[0,3],[2,-1],[2,0],[0,2],[0,1],[1,0],[0,1],[0,1],[2,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,1],[1,0],[1,-1],[1,0],[1,1],[1,0],[0,2],[1,2],[0,1],[1,-1],[1,5],[0,2],[0,2],[1,-1],[1,0],[0,3],[1,-1],[0,1],[2,-1],[1,0],[0,4],[1,0],[-3,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[2,-1],[0,3],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[1,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,2],[1,0],[1,5],[0,1],[0,1],[0,2],[1,-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,1],[1,0],[0,1],[0,2],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,7],[0,6],[2,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[1,0]],[[8783,3510],[0,-3],[0,-5],[-1,-5],[-1,-6],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-5],[0,-3],[-1,-5],[0,-4],[-1,-4],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[-1,-4],[0,-2],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[1,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[4,-1],[0,-2],[-1,-6],[0,-4],[-1,-2],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-5],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-3],[0,-3],[-1,-3],[0,-3],[0,-3],[0,-2],[-2,1],[-1,-4],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[3,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,0],[2,-1],[5,-1],[0,6],[2,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[4,-2],[0,1],[1,1],[0,1],[2,3],[0,1],[0,1],[1,1],[1,1],[1,0],[1,-2],[1,2],[1,0],[0,1],[1,1],[1,-1],[1,0],[1,-2],[0,-2],[0,-2],[0,1],[1,0],[1,0],[1,0],[3,-1],[1,2],[1,0],[1,0]],[[8905,3225],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[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,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[1,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[-1,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,1],[0,1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1]],[[8853,3200],[-1,0],[0,-1]],[[8852,3199],[-1,0],[0,1],[1,0]],[[8852,3200],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[1,0],[0,1],[1,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1]],[[8888,3179],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[8886,3175],[0,-1]],[[8886,3174],[-1,0],[1,0]],[[8886,3174],[-1,0],[0,-1]],[[8885,3173],[1,0],[-1,0]],[[8885,3173],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1]],[[8884,3172],[-1,0]],[[8883,3172],[-1,0]],[[8882,3172],[-1,0]],[[8881,3172],[0,-1]],[[8881,3172],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0]],[[8878,3166],[-1,0],[0,-1]],[[8877,3165],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1]],[[8873,3164],[-1,0],[0,1],[-1,0]],[[8871,3165],[-1,0]],[[8870,3165],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-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,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0]],[[8838,3150],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0]],[[8828,3155],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0]],[[8817,3147],[0,1],[-1,0],[0,1],[-1,0]],[[8815,3149],[0,1],[0,1],[-1,0]],[[8814,3151],[0,1],[-1,0]],[[8813,3152],[-1,0]],[[8812,3152],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1]],[[8808,3155],[0,-1],[0,1]],[[8808,3155],[0,1],[0,-1]],[[8808,3155],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-2],[-2,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,0],[0,-2],[0,-4],[0,-2],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-2,0],[0,1],[-2,0],[-2,1],[-1,0],[0,-3],[-1,1],[0,2],[-1,0],[-1,0],[0,-3],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8719,3072],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-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],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-2],[-2,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-3,1],[-4,1],[0,-3],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-5,1],[-1,1],[-2,0],[-4,1],[-4,1],[0,-1],[-3,-1]],[[8911,3215],[-1,0],[1,0]],[[8911,3215],[0,-1]],[[8911,3214],[-1,0],[-1,0],[0,-1]],[[8909,3213],[0,1],[0,-1]],[[8909,3213],[0,1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0]],[[8909,3213],[0,-1]],[[8909,3213],[-1,0],[1,0]],[[8909,3213],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[1,0],[1,0],[0,-1],[1,0]],[[8888,3179],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0]],[[8891,3178],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1]],[[8855,3199],[0,-1],[0,-1],[-1,0]],[[8854,3197],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1]],[[8853,3200],[0,-1],[0,-1],[0,-1],[1,0]],[[8854,3197],[0,-1],[0,1]],[[8854,3197],[-1,0],[0,1],[-1,0],[0,1]],[[8894,3193],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,-1]],[[8911,3214],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1]],[[8911,3214],[0,1],[0,-1]],[[8895,3189],[0,-1],[-1,0],[0,1],[1,0]],[[8868,3192],[0,1],[1,0],[0,-1],[-1,0]],[[8860,3198],[1,1],[0,-1],[-1,0]],[[8886,3175],[1,0],[0,-1],[0,1],[-1,0]],[[8886,3175],[0,-1],[0,1]],[[8685,2673],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0]],[[8677,2658],[0,-1],[0,1]],[[8677,2658],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[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,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0]],[[8662,2587],[0,-1],[0,1],[-3,4],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[0,1],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-2,0],[1,2],[-1,0],[-1,1],[0,-1],[-1,0],[-1,-1],[0,1],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,2],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[1,1],[-1,0],[1,0],[-2,1],[-1,-1],[-1,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-2],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,-1],[-1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,-1],[0,1],[1,0],[-1,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[2,1],[0,2],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,2],[2,-1],[0,4],[0,1],[0,2],[2,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[2,0],[1,0],[0,1],[0,-1],[1,2],[2,-1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-2,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[-2,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[1,5],[-1,0],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[1,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[8627,2719],[1,1],[0,1],[1,0],[0,1],[1,1],[2,0],[1,0],[0,1],[2,0],[-1,0],[0,1],[-1,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,-3],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[1,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,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[1,1],[-1,0],[1,0],[-1,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[2,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[2,0],[0,-4],[0,-1],[1,0]],[[8688,2783],[-1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[2,-1],[2,0],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[2,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[3,-1],[2,0],[1,-1],[0,2],[1,-1],[0,-1],[1,0],[-1,0]],[[8707,2765],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[8687,2672],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,-1]],[[8783,3510],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[2,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[2,2],[1,0],[0,2],[3,3],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,2],[-1,1],[1,1],[0,1],[-1,0],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,-1],[0,1],[4,-1],[0,3],[3,-1],[2,-1],[2,0],[4,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[6,-1],[1,-1],[2,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[2,0],[1,0],[0,-1],[4,-1],[2,0],[1,0],[1,0],[2,-1],[1,0],[1,-1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,5],[0,1],[1,2],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,2],[0,3],[1,5],[3,22],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[1,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[9,-2],[1,-1],[2,22],[0,1],[1,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[1,0],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,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,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-2,1],[-5,1],[-1,1],[-1,0],[-6,2],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[-1,1],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[3,-1],[1,0],[0,1],[0,1],[0,1],[1,-1],[3,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0]],[[9021,3808],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1]],[[9021,3783],[0,1],[0,-1]],[[9021,3783],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0]],[[9025,3716],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0]],[[9031,3717],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[9032,3712],[0,-1]],[[9032,3711],[-1,0],[0,-1],[0,-1],[1,0],[0,-1]],[[9032,3708],[1,0]],[[9033,3708],[0,-1]],[[9033,3707],[-1,0],[0,-1]],[[9032,3706],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[1,0]],[[9029,3668],[0,-1],[0,-1]],[[9029,3666],[-1,-1]],[[9028,3665],[0,-1],[-1,-1],[0,-1],[0,-1]],[[9027,3661],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[9006,3558],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[9007,3554],[0,-1],[1,0]],[[9008,3553],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0]],[[8946,3373],[0,-1]],[[8946,3372],[0,-1],[-1,0],[1,0],[-1,0],[0,-1]],[[8945,3370],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[9993,3509],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[-1,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],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[-1,1],[1,0],[1,0],[1,0],[1,0],[0,1]],[[9992,3535],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1]],[[9992,3537],[0,1],[1,0],[0,-1]],[[9993,3537],[0,1],[0,-1]],[[9993,3537],[-1,0]],[[9033,3707],[0,-1],[-1,0]],[[7641,2266],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1]],[[7639,2266],[0,1]],[[7639,2267],[1,0],[0,-1],[1,0]],[[7641,2266],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[-1,0],[-1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,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],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[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,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[0,1],[1,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[1,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[1,0],[-1,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[-1,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[1,0],[-1,0],[0,1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-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],[-1,0],[0,-1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,1],[-1,-1],[-1,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,-1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-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,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1]],[[7093,2809],[0,21],[0,6],[0,6],[0,7],[0,8],[0,19],[0,32],[0,14],[0,13],[0,16],[0,9],[0,18],[0,31]],[[7720,3083],[-1,-7],[-1,-5],[0,-4],[-1,-17],[-5,1],[0,-4],[-2,-19],[4,-1],[8,-2],[1,0],[1,4],[5,-1],[2,0],[-2,-18],[0,-5],[0,-3],[-1,-2],[0,-4],[-1,1],[-1,-14],[4,-1],[1,1],[0,-1],[3,-1],[5,-1],[4,-1],[2,3],[3,-6],[2,-3],[5,3],[1,-7],[-1,0],[2,-9],[1,-4],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,-4],[2,-8],[0,-2],[-2,-2],[4,-6],[1,-2],[-1,-2],[1,0],[-1,-6],[3,0],[0,-4],[-3,0],[-1,-3],[0,-1],[1,0],[3,-1],[0,-2],[1,-1],[2,-1],[2,0],[1,-2],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-5],[-1,-5],[0,-3],[0,-1],[0,-2],[0,-2],[-1,-3],[2,0],[-1,-2],[1,-2],[3,-5],[2,-3],[2,-4],[-1,-1],[-3,-3],[-1,-1],[-2,-2],[-3,-4],[-1,-1],[-2,-2],[-3,-4],[-3,-3],[-2,-2],[-6,-7],[-1,-2],[-1,0],[0,-1],[1,-2],[7,-14],[0,-1],[2,0],[0,-3],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[2,-3],[1,-2],[0,-1],[-1,0],[-1,-4],[0,-3],[1,0],[3,-1],[2,0],[0,-1],[1,0],[0,-1],[1,-3],[2,-3],[2,-5],[2,-2],[2,-4],[0,-2],[1,0],[2,-5],[1,-2],[2,0],[0,-1],[-1,-7],[0,-4],[0,-2],[-1,-4],[0,-3],[0,-4],[0,-2],[-1,-10],[-2,-15],[0,-3],[0,-2],[-1,-4],[0,-4],[0,-1],[0,-3],[-1,0],[0,-2],[0,-5],[-1,-5],[0,-3],[-1,-6],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-3],[0,-1],[0,-3],[-1,-3],[0,-1],[0,-2],[-1,-11],[0,-5],[-1,-4],[1,0],[0,-2],[-1,-10],[-1,-5],[0,-3],[-1,0],[0,-3],[-1,-3],[0,-1],[0,-3],[-1,-2],[1,0],[-1,-3],[0,-5],[-1,-5],[0,-4],[-1,-8],[0,-2],[0,-2],[4,0],[3,0],[3,0],[3,0],[3,0],[3,0],[4,-1],[2,0],[2,0],[2,0],[2,0],[4,0],[2,0],[4,0],[1,0],[3,0],[3,0],[4,0],[1,0],[4,0],[1,-1],[3,0],[1,0],[3,0],[2,0],[1,0],[3,0],[3,0],[3,0],[3,0],[3,0],[3,0],[2,0],[2,0],[2,-1],[2,0],[2,0],[1,0],[-1,-5],[-2,-1],[1,-2],[-1,-1],[-1,0],[0,-2],[-1,1],[-1,0],[-1,-4],[0,-4],[1,0],[1,0],[1,0],[1,0],[1,0],[3,-1],[0,-1],[1,0],[3,0],[1,-2],[0,-2],[0,-1],[3,-1],[0,-1],[-1,-7],[0,-4],[0,-1],[-3,-1],[0,-5],[-1,-2],[2,0],[3,-1],[1,0],[2,-1],[0,1],[0,-2],[0,-1],[1,1],[0,-1],[2,-1],[4,-1],[5,-2],[1,0],[1,-1],[4,0],[1,1],[1,1],[0,1],[1,0],[2,-2],[1,0],[1,-1],[1,0],[1,0],[1,0],[-1,-2],[0,-5],[0,-1],[0,-1],[-1,-4],[0,-2],[0,-3],[0,-2],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-3],[-1,-4],[2,-3],[2,-4],[1,-1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,1],[0,1],[1,0],[1,-1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[-1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[2,-2],[3,-3],[1,-1],[3,-2],[2,-2],[3,-3],[0,-1],[1,0],[0,1],[1,2],[1,2],[2,3],[1,1],[2,0],[3,-1],[-1,0],[2,-1],[1,0],[1,3],[1,0],[-1,-3],[3,-1],[0,-3],[2,0],[0,-3],[3,0],[0,-1],[0,-1],[1,0],[-2,-3],[-1,-1],[-1,-1],[0,-3],[0,-1],[1,-1],[1,0],[1,0],[1,0],[0,-6],[-1,-4],[0,-3],[0,-3],[-2,0],[-1,-5],[-3,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-2],[-1,-4],[0,-4],[0,-4],[1,0],[1,-2],[0,-1],[0,-1],[1,-1],[1,0],[0,-2],[0,-1],[1,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[3,-1],[1,0],[0,-1],[0,-1],[-1,-1],[3,0],[2,-1],[0,-3],[4,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[2,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[3,0],[1,-1],[3,-1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[2,-1],[1,0],[0,-5],[-1,0],[0,-3],[2,-1],[0,-1],[1,-1],[2,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[2,-1],[1,4],[3,-1],[0,1],[2,-1],[3,-1],[0,-2],[3,0],[3,-1],[2,-1],[1,0],[3,0],[0,1],[2,-1],[1,4],[1,0],[1,1],[1,1],[0,2],[1,0],[1,0],[2,2],[2,2],[1,1],[0,1],[0,1],[1,0],[1,0],[1,1],[1,-1],[0,2],[2,0],[0,2],[0,3],[0,1],[0,2],[2,-1],[2,-1],[0,1],[0,-1],[0,1],[2,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[1,-1],[-1,0],[1,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,2],[1,1],[0,1],[1,1],[0,-1],[1,2],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[2,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-2],[1,0],[2,0],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,1],[1,-1],[0,1],[1,-1],[1,-1],[0,-1],[1,0],[1,-2],[1,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,2],[0,1],[0,1],[-1,0],[0,1],[1,1],[1,1],[0,1],[1,1],[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],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,3],[0,4],[1,-1],[2,0],[1,0],[2,-1],[2,0],[1,0],[0,1],[0,1],[0,1],[2,-1],[1,0],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[-1,-1],[1,0],[0,-1],[0,-1],[0,-3],[1,0],[0,1],[1,0],[-1,-5],[-1,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,0],[1,0],[0,-1],[-1,-4],[0,-1],[-1,-5],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-3,1],[-3,0],[-1,1],[-1,0],[0,-1],[0,-1],[1,0],[-1,-1],[-2,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-2],[0,-1],[-2,1],[-2,0],[0,-2],[0,-1],[-2,1],[0,-5],[2,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[2,-1],[-1,-2]],[[8154,2246],[0,-1]],[[8154,2245],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[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],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[1,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[-1,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,-1],[-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],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0]],[[7923,2226],[0,1]],[[7923,2227],[1,0],[-1,0]],[[7923,2227],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,1],[0,1],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[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],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[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],[1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,-1],[1,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[1,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,1],[0,1],[-1,0],[1,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0]],[[8936,4476],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0]],[[8954,4457],[0,1],[0,-1]],[[8954,4457],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8370,4260],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,-1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[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],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,1],[-1,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[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],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,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],[1,0],[-1,0],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[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,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[-1,1],[1,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,-1],[1,0],[0,1],[-1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,-1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,1],[1,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[-1,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,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],[1,0],[0,-1],[0,-1],[1,0],[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],[0,-1],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,1],[1,0],[1,-1],[0,-1],[0,1],[1,1],[-1,0],[1,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,1],[1,2],[-1,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[1,1],[1,0],[1,-1],[1,-1],[1,0],[1,1],[1,-1],[1,-1],[0,1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[1,0],[0,2],[1,0],[0,1],[1,-1],[0,1],[2,3],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,-1],[-1,-1],[0,1],[-1,1],[-1,0],[0,1],[1,0],[0,1],[0,2],[1,2],[0,-1],[0,1],[1,0],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,1],[1,1],[0,1],[1,0],[1,1],[1,2],[0,1],[-1,0],[0,1],[-1,1],[1,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,2],[1,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,1],[0,1],[1,0],[1,0],[0,2],[1,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,-1],[0,1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,-1],[2,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,1],[0,1],[1,2],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1]],[[8808,3154],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0]],[[8812,3152],[0,-1],[0,1]],[[8813,3152],[0,-1],[1,0]],[[8814,3151],[0,-1],[0,-1],[1,0]],[[8815,3149],[-1,0],[0,-1],[1,0],[1,-1],[1,0]],[[8817,3147],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,2],[0,2]],[[8829,3155],[-1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1]],[[8838,3150],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,1],[0,1],[0,-1],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1]],[[8800,3079],[0,1],[0,1],[0,1],[0,-1],[0,1]],[[8800,3082],[1,0],[0,1],[-1,0]],[[8800,3083],[0,1]],[[8800,3084],[0,1],[0,1]],[[8800,3086],[1,0]],[[8801,3086],[1,0],[-1,0]],[[8801,3086],[0,1],[0,1],[-1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[8782,3059],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,-1],[-1,0],[1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,2],[1,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1]],[[8751,3086],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,-1],[0,1],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,1],[1,0],[1,0],[1,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,3],[0,1],[0,3],[1,0],[1,0],[0,-2],[1,-1],[0,3],[1,0],[2,-1],[2,0],[0,-1],[2,0],[1,0],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[0,2],[0,4],[0,2],[1,0],[0,1],[0,1],[0,3],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[2,-1],[0,2],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[8800,3084],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8800,3079],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[1,0],[0,1],[-1,0]],[[8800,3079],[1,0],[1,0],[0,-1],[1,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1]],[[8804,3077],[-1,0],[1,0]],[[8804,3077],[-1,0],[0,-1],[0,-1]],[[8803,3075],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0]],[[8799,3053],[-1,0],[-1,0],[-1,1],[-1,0],[-2,0],[0,3],[0,1]],[[8793,3058],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[-1,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0]],[[9118,4345],[0,-1]],[[9118,4344],[-1,0],[1,0]],[[9118,4344],[0,-1]],[[9118,4343],[-1,0],[1,0]],[[9118,4343],[-1,0],[1,-1],[-1,0],[0,-1],[1,0],[0,-1]],[[9118,4340],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0]],[[9110,4297],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0]],[[9110,4296],[0,-1],[0,1]],[[9110,4296],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[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],[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],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[8948,4263],[-1,0],[1,0]],[[8954,4457],[0,1]],[[8954,4458],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,1],[0,-1],[1,0]],[[8965,4459],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0]],[[9020,4450],[0,1]],[[9020,4451],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,-1],[0,1],[1,0],[1,0],[1,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[1,2],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[2,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1]],[[9107,4501],[0,-1],[1,0],[-1,0],[-1,0]],[[9106,4500],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,1],[-1,1]],[[9105,4498],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[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,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[1,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[-1,2],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[8344,2422],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0]],[[8248,2006],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[1,1],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1]],[[8237,2022],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[1,0],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,-1],[-1,0],[0,1],[0,-1],[-1,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,-1],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[1,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0]],[[8154,2246],[0,-1],[0,1]],[[8547,2737],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[2,0],[0,1],[7,-2],[0,-1],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,-1],[13,-3],[4,-1],[5,-2]],[[8617,2740],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[2,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[2,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-2]],[[8627,2719],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,-5],[0,-1],[1,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,-1],[1,0],[0,-1],[0,-1],[2,0],[1,0],[1,0],[-1,0],[0,-1],[1,0],[-1,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[2,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-2,1],[-1,-2],[0,1],[0,-1],[-1,0],[-2,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-2,0],[0,-2],[0,-1],[0,-4],[-2,1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[-2,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,-1],[-1,0],[0,-1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,1],[1,-1],[1,0],[1,1],[1,1],[0,1],[1,0],[0,2],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,-1],[0,1],[-1,0],[0,1],[-1,0],[1,1],[1,1],[2,-1],[-1,0],[1,0],[-1,-1],[1,0],[-1,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,1],[1,0],[0,1],[1,-1],[1,0],[-1,-2],[2,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[3,-4],[0,-1]],[[8662,2586],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,0],[-1,0],[1,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],
[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[0,-1],[0,1],[-1,0],[-2,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1]],[[8649,2491],[0,-1],[-1,1],[-2,0],[-1,0],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8632,2473],[0,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1]],[[8619,2448],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[1,-1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0]],[[8597,2363],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,1],[-3,1],[1,3],[-6,2],[-2,0],[-1,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-8,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,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,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,2],[1,0],[1,1],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,2],[0,2],[-1,0],[0,1],[0,1],[-2,1],[-1,0],[-2,0],[1,1],[0,1],[0,1],[0,1],[-2,0],[-1,1],[-1,0],[0,2],[-1,0],[0,1],[0,1],[-2,1],[-1,0],[0,2],[0,2],[1,4],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[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,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1]],[[8603,2373],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1]],[[8619,2448],[1,0],[0,-1],[-1,0],[1,0],[0,1],[-1,0]],[[8719,3072],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[8709,2971],[0,-1],[1,1],[0,1],[0,1],[0,1]],[[8710,2974],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[8711,2969],[0,-1],[0,-1],[0,-1],[1,0]],[[8712,2966],[0,-1],[1,0]],[[8713,2965],[0,-1],[1,0],[0,1]],[[8714,2965],[1,0],[0,1],[0,1]],[[8715,2967],[1,0],[0,1],[1,0],[0,1],[1,0]],[[8718,2969],[-1,0],[1,0]],[[8718,2969],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8722,2952],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[8722,2942],[0,-1]],[[8722,2941],[-1,0],[-1,0],[1,0],[0,-1]],[[8721,2940],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8718,2936],[-1,0],[0,-1]],[[8717,2935],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0]],[[8716,2934],[0,-1]],[[8716,2933],[0,-1],[1,0]],[[8717,2932],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1]],[[8707,2896],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8705,2885],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[-1,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0]],[[8691,2883],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,1],[0,1],[0,1],[0,1],[-1,0]],[[8670,2918],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-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,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,2],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,4],[0,1],[2,0],[0,1],[1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,-1],[-1,0],[0,1],[-2,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[-2,1],[0,2],[-1,0],[0,1],[-1,-4],[-2,0],[-1,0],[1,0],[0,-1],[-2,1],[0,-1],[-1,1],[0,-1],[0,-1],[1,0],[-1,-1],[-1,-1],[0,-2],[-1,1],[0,-2],[-2,0],[-3,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[0,-1],[-1,0],[0,2],[-1,0],[1,1],[-1,1],[1,0],[-1,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,4],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[-2,0],[0,1],[-2,1],[-1,-2],[0,-1],[-3,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[-1,-2],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-2,-2],[-1,-1],[0,1],[0,1],[-1,-1],[0,1],[0,-1],[-1,0],[0,3],[1,0],[0,1],[0,1],[0,2],[1,1]],[[8691,2883],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1]],[[8684,2864],[0,-1],[0,1]],[[8684,2864],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0]],[[8668,2867],[0,-1],[-1,0]],[[8667,2866],[0,1],[1,0]],[[8668,2867],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,1]],[[8724,2829],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1]],[[8720,2840],[-1,0],[1,0]],[[8720,2840],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,1],[-1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1]],[[8726,2852],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,0]],[[8727,2853],[1,0],[0,1],[0,1]],[[8728,2855],[1,0]],[[8729,2855],[-1,-1],[1,1]],[[8729,2855],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[-1,1]],[[8729,2856],[0,1]],[[8729,2857],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[8735,2852],[-1,0],[0,-1]],[[8734,2851],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0]],[[8734,2822],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[2,1],[0,1],[-1,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0]],[[8734,2851],[1,0],[0,1]],[[8735,2852],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0]],[[8741,2859],[0,-1],[0,1]],[[8741,2859],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1]],[[8742,2863],[1,0]],[[8743,2863],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1]],[[8707,2849],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1]],[[8719,2840],[1,0]],[[8724,2829],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8716,2814],[-1,0]],[[8715,2814],[1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0]],[[8708,2818],[1,0],[-1,0]],[[8708,2818],[1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1]],[[8708,2818],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1]],[[8706,2817],[-1,0]],[[8705,2817],[0,1],[-1,0],[-1,0]],[[8703,2818],[0,1],[0,1]],[[8703,2820],[1,0],[0,1],[-1,0]],[[8703,2821],[0,1]],[[8703,2822],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[8703,2822],[-1,0],[-1,0]],[[8701,2822],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0]],[[8701,2822],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,1]],[[8696,2821],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[8692,2847],[1,0],[0,1],[1,1],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1]],[[8717,2861],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1]],[[8720,2860],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[-1,0]],[[8720,2860],[1,0],[1,0],[0,1],[0,-1],[1,0]],[[8723,2860],[-1,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1]],[[8725,2858],[0,-1],[0,1]],[[8725,2858],[1,0],[0,1],[1,0],[0,1]],[[8727,2860],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[1,0]],[[8729,2857],[0,-1],[0,-1],[0,1]],[[8729,2856],[-1,0],[0,-1]],[[8728,2855],[-1,0],[-1,-1],[1,0],[0,-1]],[[8727,2853],[-1,0],[-1,-1],[1,0]],[[8707,2849],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[1,0],[1,0],[-1,0],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1]],[[8710,2861],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[8711,2866],[1,0]],[[8712,2866],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0]],[[8725,2858],[0,1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[0,1]],[[8725,2860],[0,-1],[0,-1]],[[8727,2860],[0,1],[-1,0],[0,1]],[[8726,2862],[1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,-1]],[[8726,2863],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1]],[[8725,2862],[-1,0]],[[8724,2862],[0,1],[-1,0]],[[8723,2863],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0]],[[8722,2864],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1]],[[8722,2864],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1]],[[8721,2867],[0,1],[0,1],[-1,0]],[[8720,2869],[0,1],[0,1]],[[8720,2871],[1,0],[0,1],[-1,0]],[[8720,2872],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,1],[0,1],[-1,1],[1,0],[-1,0],[-1,0],[0,1]],[[8707,2896],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[8717,2931],[1,0],[-1,0]],[[8717,2931],[0,1]],[[8717,2932],[0,1],[-1,0]],[[8716,2934],[1,0],[0,1]],[[8717,2935],[0,-1],[1,0],[0,1],[0,1]],[[8718,2936],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1]],[[8721,2940],[1,0],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1]],[[8722,2941],[1,0],[0,1],[-1,0]],[[8722,2942],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0]],[[8726,2955],[0,-1]],[[8726,2954],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[1,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,-1]],[[8732,2931],[-1,0],[0,-1],[1,0]],[[8732,2930],[0,-1],[-1,0],[1,0],[0,-1]],[[8732,2928],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1]],[[8729,2925],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1]],[[8725,2923],[-1,0],[1,0]],[[8725,2923],[0,-1]],[[8725,2922],[-1,0],[0,-1],[0,-1]],[[8724,2920],[0,1],[0,-1]],[[8724,2920],[-1,0],[1,0]],[[8724,2920],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8723,2916],[-1,0],[0,-1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0]],[[8723,2915],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1]],[[8731,2879],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0]],[[8735,2877],[0,-1],[0,-1]],[[8735,2875],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,-1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,1],[1,1],[0,-1],[1,0],[0,1],[0,1]],[[8737,2872],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1]],[[8726,2955],[0,1],[0,1],[0,-1],[0,-1]],[[8726,2955],[1,0],[0,-1],[-1,0]],[[8736,2948],[0,-1],[-1,0],[0,1],[0,1],[1,0],[1,0],[-1,0],[0,-1]],[[8737,2872],[0,1],[1,0],[-1,0],[0,-1]],[[8737,2872],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1]],[[8735,2877],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[-1,0]],[[8731,2879],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[8723,2914],[1,0],[0,1],[-1,0]],[[8723,2915],[0,1]],[[8723,2916],[1,0],[0,1],[0,1],[0,1],[0,1]],[[8724,2920],[0,-1],[1,0],[0,1],[-1,0]],[[8724,2920],[1,0],[0,1],[0,1]],[[8725,2923],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1]],[[8729,2925],[1,0],[0,1],[1,0],[1,1],[0,1]],[[8732,2928],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0]],[[8732,2930],[0,1]],[[8732,2931],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[1,0]],[[8743,2920],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1]],[[8750,2913],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[-1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[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]],[[8743,2920],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1]],[[8636,2829],[0,1],[0,1],[1,1]],[[8637,2832],[0,-1],[-1,0]],[[8636,2831],[0,-1],[0,-1]],[[8636,2829],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,2],[-1,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,1],[0,1],[1,3],[0,1],[0,1],[1,2],[1,2],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,-1],[3,0],[1,-1],[1,0],[0,2],[1,3],[1,0],[1,0]],[[8692,2808],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0]],[[8617,2740],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[-1,-1],[1,0],[2,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[2,0],[2,-1],[1,0],[3,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0]],[[8537,2791],[-1,0],[1,0]],[[8667,2866],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[1,-1],[-1,0],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,1],[0,-1],[-2,1],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1]],[[8692,2847],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1]],[[8684,2863],[0,-1],[-1,1],[1,0]],[[8684,2863],[0,1]],[[8705,2885],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8709,2867],[-1,0],[0,-1],[-1,0],[-1,0],[1,0],[1,0],[1,1]],[[8709,2867],[1,0]],[[8710,2867],[0,-1],[1,0]],[[8711,2866],[-1,-1],[0,-1],[-1,-1],[1,0],[0,-2]],[[8712,2866],[0,1],[-1,0],[-1,0]],[[8710,2867],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0]],[[8707,2896],[0,-1],[1,0],[1,0],[-1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8720,2869],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0]],[[8721,2867],[0,-1],[0,-1]],[[8721,2865],[-1,0],[0,1],[0,-1],[0,-1],[1,0]],[[8721,2864],[1,0]],[[8722,2864],[0,-1],[1,0]],[[8723,2863],[0,-1],[1,0]],[[8724,2862],[1,-1],[0,1]],[[8725,2862],[1,0],[0,1],[0,-1],[-1,0]],[[8725,2862],[0,-1],[0,-1]],[[8725,2860],[-1,0],[0,1],[-1,0],[0,-1]],[[8723,2860],[0,1],[-1,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[1,0]],[[8720,2860],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0]],[[8717,2861],[1,0],[-1,0]],[[8717,2861],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0]],[[8696,2821],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0]],[[8708,2765],[-1,0],[0,1],[-1,1],[0,-2],[-1,1],[-2,0],[-3,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[-2,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[-2,0],[-2,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[1,1]],[[8696,2821],[1,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1]],[[8700,2821],[1,0],[0,1]],[[8701,2822],[0,-1],[1,0],[1,0]],[[8703,2821],[0,1],[0,-1],[0,-1]],[[8703,2820],[-1,0],[0,-1],[0,-1],[1,0]],[[8703,2818],[-1,0],[0,-1],[1,0],[1,0],[1,0]],[[8706,2817],[1,0],[0,1],[1,0]],[[8708,2818],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[1,0],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0]],[[8715,2814],[0,-1],[0,1]],[[8716,2814],[-1,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1]],[[7442,1737],[-4,0],[0,1],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[-1,0],[-3,0],[-1,1],[-3,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,2],[6,-1],[0,4],[1,6],[3,2],[1,9],[3,-1],[1,5],[1,7],[-2,3],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,2],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[1,0],[0,1],[-2,0],[0,1],[0,2],[0,2],[1,3],[0,1],[0,3],[1,5],[0,3],[0,5],[1,0],[0,3],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[-2,1],[2,1],[-2,0],[0,5],[0,4],[2,-1],[1,7],[2,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-2,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,-1],[1,0],[-1,4],[-5,15],[0,2],[-1,1],[-2,-3],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-3,0],[-1,1],[-2,0],[0,2],[0,5],[-1,0],[0,1],[-1,4],[-4,-1],[-1,0],[-1,-1],[-2,-1],[-2,0],[1,3],[-1,0],[1,2],[0,1],[-3,0],[0,2],[-2,1],[1,4],[0,1],[2,0],[1,0],[1,-2],[1,0],[0,2],[0,2],[-1,3],[-1,2],[1,1],[0,1],[0,1],[0,1],[1,0],[0,3],[0,2],[0,6],[-1,3],[1,1],[0,2],[-1,2],[0,2],[1,5],[0,3],[1,0],[0,3],[-1,0],[-2,3],[0,2],[0,2],[2,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,4],[1,11],[0,1],[0,1],[2,-1],[1,0],[0,2],[1,0],[1,0],[4,-1],[3,0],[0,2],[5,-1],[0,-2],[4,-1],[1,0],[0,1],[0,1],[8,-1],[1,-1],[2,0],[2,-1],[1,0],[2,0],[1,0],[-1,-1],[1,0],[0,1],[1,0],[0,-1],[0,-2],[1,0],[2,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[2,2],[3,-1],[1,0],[1,0],[0,-1],[2,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1]],[[7491,2035],[2,0],[0,-4],[3,0],[1,0],[2,0],[3,1],[0,-1],[2,0],[2,-1],[0,1],[0,-1],[1,0],[3,0],[2,-1],[3,-3],[0,1],[0,1],[0,1],[0,4],[1,0],[0,1],[1,0],[1,0],[0,1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[4,0],[-1,-4],[3,-1],[0,-3],[0,-1],[-1,-4],[0,-2],[-1,-3],[2,-1],[1,0],[1,0],[2,0],[0,1],[1,0],[1,-1],[0,2],[3,-1],[3,0],[-1,-1],[0,-1],[-1,-1],[-1,-7],[0,-1],[-1,-9],[11,-2],[-1,-2],[4,-1],[1,0],[0,-1],[0,1],[1,0],[1,1],[2,0],[3,-1],[-1,-6],[0,-2],[0,-1],[0,-1],[-2,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[3,-1],[2,0],[1,0],[2,-1],[0,-3],[0,-4],[1,0],[1,0],[1,0],[0,3],[1,0],[1,0],[1,0],[1,0],[0,-1],[2,0],[1,1],[0,-1],[1,-1],[0,-4],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,2],[0,-9],[2,-2],[-1,-3],[0,-2],[0,-3],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-3,1],[-1,-5],[0,-1],[-1,-1],[1,-1],[1,0],[-1,-4],[1,0],[0,-2],[-3,1],[-3,1],[-1,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[3,-1],[1,0],[1,0],[2,-1],[3,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,-1],[-1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[-1,1],[1,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,2],[2,0],[1,0],[1,0],[0,-1],[2,0],[1,0],[0,-2],[1,0],[1,0],[1,0],[1,-1],[2,0],[0,1],[0,-1],[1,0],[2,0],[0,-1],[1,0],[1,0],[0,-2],[0,-1],[-1,-5],[1,-1],[0,1],[1,-1],[7,-1],[2,-1],[1,0],[2,0],[1,0],[0,-1],[1,0],[1,2],[0,3],[0,6],[1,2],[5,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[2,0],[0,-1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[-2,0],[0,-2],[0,-2],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[1,-2],[2,-2],[2,-1],[1,0],[1,-2],[0,-1],[1,0],[2,-1],[0,-5],[0,-1],[0,-1],[1,-1],[1,0],[2,0],[0,-2],[0,-2],[-1,-2],[0,-1],[1,-2],[0,-1],[-1,0],[0,-1],[-3,1],[-2,0],[0,-2],[0,-2],[-1,-2],[1,0],[0,-1],[0,-1],[0,-3],[0,-2],[5,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,1],[0,1],[1,1],[0,2],[1,0],[0,-1]],[[7649,1823],[1,0],[-1,0]],[[7649,1823],[0,-1],[0,-1],[-1,-13],[-1,-4],[2,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1]],[[7647,1790],[1,0],[-1,0]],[[7647,1790],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,-1],[0,-1],[-2,1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[-2,1],[-1,0],[-1,0],[1,0],[-3,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-3,1],[-1,0],[-2,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,2],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[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,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-4],[1,0],[3,-2],[-1,-2],[0,-2],[1,0],[0,-2],[1,0],[1,0],[-1,-2],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,2],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-4],[-1,-2],[0,-2],[0,-6],[-1,-3],[0,-3],[-1,-9],[0,-4],[-3,0],[-1,-6],[0,-2]],[[7645,1698],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,-1],[-1,-1],[0,-3],[-2,1],[-2,0],[-2,1],[0,-1],[-1,-4],[0,-2],[0,-2],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,2],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-2,0],[0,1],[-2,0],[-5,1],[-2,0],[-2,1],[-2,0],[-1,0],[-1,1],[0,-1],[-1,0],[1,-1],[-1,0],[-3,1],[-2,0],[-4,1],[-1,0],[0,-6],[0,-4],[-1,-1],[0,1],[0,1],[-1,0],[-3,1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-3,0],[0,1],[-3,0],[0,2],[-2,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-3,1],[-6,1],[-4,1],[-1,-6],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,2],[1,0],[-2,0],[0,1],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[1,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-2,0],[0,-1],[0,-2],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-3],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[1,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[1,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[4,-1],[-1,-7],[0,-2],[0,-5],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-3,4],[0,-1],[-1,-1],[-1,-1]],[[7513,1664],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-2,-1],[-1,2],[-4,1],[-3,1],[-2,0],[-3,1],[-3,1],[-3,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,5],[1,4],[0,2],[1,5],[0,5],[1,8],[0,1],[1,7],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-4],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[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,1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0]],[[7491,2035],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[2,-2],[1,-1],[1,-1],[1,0],[1,0],[1,0],[4,-1],[1,0],[-1,0],[0,-1],[3,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,0],[1,-1],[0,2],[1,0],[0,1],[1,0],[0,3],[0,1],[1,0],[0,3],[-1,0],[0,4],[0,4],[0,1],[1,0],[0,4],[-1,0],[0,1],[0,5],[0,1],[1,-1],[1,0],[1,0],[1,0],[0,-1],[2,-1],[0,3],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,5],[0,2],[0,1],[1,0],[0,1],[0,2],[2,0],[1,0],[2,0],[0,1],[-1,4],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,4],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,2],[0,1],[0,1],[-2,0],[0,1],[0,1],[0,7],[-1,0],[-2,0],[0,6],[-1,0],[0,2],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,7],[-1,0],[-1,0],[-2,0],[0,2],[0,5],[0,4],[0,5],[0,7],[0,2],[0,2],[0,7],[-1,0],[0,2],[3,0],[2,0],[1,0],[2,2],[2,0],[3,0],[3,0],[2,0],[2,0],[2,0],[0,4],[0,6],[3,0],[3,0],[3,0],[2,0],[0,1],[4,0],[3,0],[0,7],[4,0],[2,0],[2,0],[3,0],[1,0],[3,-1],[0,-1],[1,1],[3,-1],[4,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[2,-1],[2,0],[2,0],[1,0],[2,0],[0,-1],[0,-3],[3,0],[0,1],[4,0],[5,0],[4,0],[1,0],[3,0],[5,0],[4,0],[4,0],[2,0],[3,0],[4,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[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,1],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1]],[[7616,2257],[0,-1],[-1,-2],[0,-2],[1,-2],[1,-1],[0,-2],[2,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-17],[4,0],[4,0],[0,-12],[0,-4],[2,0],[2,0],[0,-2],[1,0],[-1,-1],[1,0],[0,-1],[1,1],[0,-1],[0,-3],[2,0],[1,0],[2,0],[2,3],[3,-4],[0,1],[4,0],[1,0],[3,0],[4,0],[4,0],[1,0],[6,0],[4,0],[5,0],[2,1],[4,0],[-1,-2],[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,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,0],[2,0],[3,0],[3,0],[3,0],[2,0],[2,0],[2,0],[1,0],[2,0],[2,0],[0,-3],[0,-7],[1,0],[1,0],[2,0],[2,0],[1,0],[2,0],[1,1],[1,0],[1,1],[1,-1],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[1,0],[0,1],[0,-1],[-1,0],[1,0],[3,0]],[[7701,2020],[0,-1],[0,-1],[0,-4],[-1,0],[0,-2],[0,-1],[0,1],[1,0],[0,-3],[0,-3],[-1,0],[0,-2],[1,-2],[0,-2],[0,-1],[1,-3],[1,-2],[1,0],[0,-1],[1,-2],[1,-1],[-1,0],[0,-1],[1,1],[1,0],[0,-1],[2,-3],[0,-1],[1,-1],[1,0],[-1,-1],[1,0],[-1,-1],[0,-1],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-2],[1,-2],[0,-1],[-1,0],[-1,1],[1,-4],[-2,-1],[-1,0],[0,-1],[-2,0],[-1,1],[-1,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1],[-1,-1],[-1,0],[1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[1,-1],[-1,0],[0,-1],[1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[-1,1],[1,0],[-1,1],[0,1],[-1,0],[-1,0],[-5,0],[0,-1],[-1,-1],[-1,1],[-1,0],[0,-1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[4,0],[4,0],[1,0],[2,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[2,0],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[2,-1],[1,-1],[0,-2],[-1,0],[0,-2],[0,-1],[-1,0],[0,-4],[-1,0],[-1,0],[0,-3],[0,-1],[0,-1]],[[7688,1897],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,1],[0,1],[-1,1],[0,-1],[-1,0],[-2,0],[0,-2],[0,-2],[0,-1],[-1,1],[0,-3],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[4,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,1],[0,1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[1,0],[2,0],[1,0],[0,-2],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[3,-1],[0,-1],[3,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-2],[0,-3],[0,-2],[-1,0],[-2,0],[-1,1],[0,-1],[-1,0],[-1,-3],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-3],[-1,0],[-1,0],[0,1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[7650,1823],[-1,0]],[[7645,1698],[1,0],[-1,0]],[[7645,1698],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0]],[[7669,1658],[0,-1],[-1,0],[0,-1],[-1,0],[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],[0,-1],[-1,0],[-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,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[-1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,1],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[2,3],[1,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[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],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1]],[[7676,1582],[-1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0]],[[7681,1583],[1,0]],[[7682,1583],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[1,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],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-4],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0]],[[7565,1492],[-9,1],[-2,1],[-8,1],[0,3],[1,0],[1,0],[1,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[-2,0],[1,5],[0,7],[1,1],[0,3],[0,4],[0,2],[1,1],[0,3],[0,3],[0,2],[1,2],[0,6],[0,1],[0,1],[1,3],[0,1],[1,8],[0,6],[1,9],[-4,-2],[-1,-1],[-1,0],[-1,-1],[0,2],[0,1],[0,1],[0,2],[1,1],[0,1],[0,3],[0,1],[0,1],[0,1],[7,-1],[0,1],[0,2],[1,9],[0,1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[0,2],[-7,1],[-5,2],[-3,0],[0,2],[2,5],[1,3],[0,4],[-1,0],[0,7],[1,9],[0,1],[-2,0],[-1,0],[-5,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-2,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0]],[[7681,1585],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1]],[[7684,1588],[0,1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0]],[[7681,1585],[1,0],[-1,0]],[[7681,1585],[0,-1]],[[7681,1584],[0,-1]],[[7681,1583],[1,0],[-1,0]],[[7681,1584],[-1,0],[1,1]],[[8237,2022],[-21,29],[-2,2],[-5,7],[-2,-1],[-17,-9],[-10,-6],[-11,-6],[-9,-5],[-13,-7],[-5,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-4],[-1,-4],[-1,-15],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-2,-2],[0,-2],[0,-4],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-5,0],[-2,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-8,-19],[-11,3],[-10,3],[-10,2],[-13,4],[-24,6],[-12,3],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[-1,-6],[-2,-6],[-5,-17],[-7,-29],[-4,-13],[-5,-19],[-1,-6],[-1,-5],[-1,-3],[0,-1],[-6,-25],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[-1,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1]],[[7873,1715],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[-5,13],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[1,-1],[-6,-5],[-4,-3],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,2],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0]],[[7827,1783],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[1,14],[1,2],[-9,1],[0,3],[0,3],[-3,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-11,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-2,0],[-1,0],[-1,0],[0,2],[-1,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,1],[0,2],[-2,0],[0,2],[-3,0],[-1,0],[-1,0],[-3,0],[0,4],[-3,0],[0,2],[-3,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,2],[0,1],[0,6],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,3],[-1,0],[0,1],[0,4],[0,2],[0,3],[-1,0],[-1,0],[-1,0],[-2,0],[-12,0],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-2,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-2,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[-1,0],[0,-1],[-2,1],[-1,0],[-1,0],[-4,1],[0,-1],[0,1],[-1,0],[0,1],[-1,-5]],[[7721,1847],[-3,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,3],[1,8],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[0,2],[0,7],[1,4],[-1,1],[-1,0],[0,3],[0,1],[-1,0],[0,1],[-1,1],[0,-1],[-2,0],[-1,0],[-1,0],[0,-2],[0,1],[0,1],[-2,0],[0,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[-4,1],[0,1],[1,0],[0,1],[1,0],[0,2],[0,1],[0,2],[0,2],[-1,0],[0,1],[0,1]],[[7701,2020],[9,0],[10,1],[3,0],[0,3],[0,4],[0,5],[0,2],[1,0],[8,0],[2,3],[3,6],[0,-2],[1,-2],[3,0],[0,3],[-1,0],[1,3],[0,3],[3,-3],[3,-3],[1,-1],[3,0],[4,0],[3,0],[3,0],[0,-4],[2,0],[-1,-1],[0,-1],[1,-1],[1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[2,0],[0,1],[2,0],[3,1],[2,0],[2,0],[3,0],[-1,1],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[1,0],[2,3],[1,5],[2,4],[0,1],[1,3],[3,0],[6,0],[4,0],[2,0],[2,0],[4,0],[3,0],[5,0],[3,0],[2,0],[2,0],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[4,0],[3,0],[0,8],[0,1],[0,4],[0,6],[3,0],[2,0],[5,0],[3,0],[1,0],[2,0],[0,3],[0,1],[0,3],[0,5],[0,3],[0,1],[-2,2],[1,0],[-1,3],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,2],[-1,1],[0,4],[-1,0],[0,3],[-3,0],[1,6],[-1,0],[0,7],[0,1],[1,2],[3,0],[1,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,3],[1,0],[0,9],[2,0],[6,0],[4,0],[6,0],[6,0],[3,0],[1,0],[5,0],[1,0],[3,0],[3,0],[0,3],[0,5],[0,1],[0,1],[1,2],[3,0],[2,0],[1,0],[1,0],[1,0],[4,0],[3,0],[0,3],[0,1],[0,7],[0,1],[0,1],[0,3],[0,4],[3,0],[3,0],[2,0],[3,0],[3,0],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,-1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,1],[0,1],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[-1,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1]],[[7986,1460],[0,-1]],[[7986,1459],[0,-1]],[[7986,1458],[-1,0],[0,-1],[0,1]],[[7985,1458],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[7983,1456],[1,0],[-1,0]],[[7983,1456],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,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,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[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],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,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,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[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],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-2,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,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],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-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],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,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,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,-1],[0,1],[1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1]],[[7818,1570],[3,0],[0,1],[1,3],[0,1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-2],[1,0],[0,-1],[0,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,3],[0,1],[0,1],[0,2],[0,3],[1,3],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[2,-1],[1,0],[1,0],[2,-1],[1,2],[1,0],[0,-2],[1,0],[1,1],[1,0],[2,0],[2,-1],[0,3],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,1],[-1,0],[-1,0],[0,-1],[0,1],[0,3],[0,1],[0,3],[0,1],[0,3],[0,1],[-1,0],[-1,1],[0,3],[1,1],[0,1],[1,2],[0,1],[1,2],[0,1],[1,1],[0,1],[0,2],[2,1],[1,1],[0,1],[1,4],[0,1],[1,1],[0,2],[1,1],[0,1],[-2,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[1,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1]],[[7854,1686],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1]],[[8533,1802],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,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],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,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,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0]],[[8036,1476],[0,1]],[[8036,1477],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1]],[[8036,1483],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1]],[[8030,1482],[0,-1],[-1,0],[-1,0]],[[8028,1481],[0,1],[0,1],[-1,0],[0,-1]],[[8027,1482],[-1,0]],[[8026,1482],[-1,0],[0,-1]],[[8025,1481],[-1,0],[0,-1]],[[8024,1480],[-1,0],[0,-1]],[[8023,1479],[0,-1],[0,-1],[0,1],[0,1]],[[8023,1479],[-1,0],[-1,0],[0,-1],[1,0],[0,-1]],[[8022,1477],[-1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[8022,1474],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1]],[[8018,1470],[1,0],[-1,0]],[[8018,1470],[-1,0]],[[8017,1470],[0,1],[-1,0],[0,-1]],[[8016,1470],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1]],[[8013,1467],[1,0],[-1,0]],[[8013,1467],[0,1],[-1,0]],[[8012,1468],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0]],[[8005,1464],[0,1],[-1,0]],[[8004,1465],[-1,0],[-1,0],[-1,0],[-1,0]],[[8000,1465],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0]],[[8000,1469],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1]],[[7989,1460],[-1,0],[0,-1],[1,0]],[[7989,1459],[0,-1],[-1,0],[0,-1]],[[7988,1457],[0,1],[0,1],[0,1],[1,0]],[[7989,1460],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[1,0],[1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0]],[[7781,1571],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,-1]],[[7781,1527],[1,0]],[[7782,1527],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0]],[[7789,1512],[1,0],[0,1],[0,-1]],[[7790,1512],[1,0],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0]],[[7791,1495],[0,1]],[[7791,1496],[-1,0]],[[7790,1496],[0,1],[-1,0]],[[7789,1497],[1,0],[-1,0]],[[7789,1497],[0,1],[0,-1]],[[7789,1497],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[-1,1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0]],[[7753,1509],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1]],[[7782,1528],[1,0],[-1,0]],[[7782,1528],[-1,0]],[[7781,1528],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[1,0]],[[7969,1446],[1,0]],[[7970,1446],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1]],[[7974,1449],[1,0],[0,1],[1,0]],[[7976,1450],[0,1],[1,0]],[[7976,1450],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1]],[[7980,1445],[0,1],[-1,0],[0,-1]],[[7979,1445],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,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],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[1,1],[1,0],[1,0],[-1,0],[1,0],[-1,-1],[0,-1],[1,0],[-1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[8023,1479],[1,0],[0,1]],[[8024,1480],[1,0],[0,1]],[[8025,1481],[1,0],[0,1]],[[8027,1482],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[1,0]],[[8028,1481],[1,0]],[[8029,1481],[0,-1],[1,0],[0,1]],[[8030,1481],[0,1]],[[8030,1482],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[8035,1477],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1]],[[8022,1474],[0,1],[0,1],[0,1]],[[8022,1477],[1,0]],[[8023,1477],[0,-1],[0,1]],[[8023,1477],[0,1],[0,1]],[[8000,1451],[-1,0],[-1,0],[-1,0],[0,-1]],[[7997,1450],[-1,0]],[[7996,1450],[0,1],[0,-1]],[[7996,1450],[-1,0],[1,0]],[[7996,1450],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[-1,0],[0,-1],[1,0],[1,0],[1,0],[0,1]],[[7996,1457],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1]],[[7974,1449],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1]],[[8029,1465],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[0,1]],[[8027,1463],[-1,0],[-1,0],[-1,0]],[[8024,1463],[0,-1],[1,0],[1,0],[1,0]],[[8027,1462],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0]],[[8024,1464],[0,-1]],[[8024,1463],[1,0],[0,1],[0,-1],[1,0],[1,0]],[[8012,1468],[0,-1],[0,-1]],[[8012,1466],[0,-1],[1,0],[0,-1],[-1,0],[0,-1]],[[8012,1463],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1]],[[8010,1461],[-1,0],[0,1],[0,1]],[[8009,1463],[0,1]],[[8009,1463],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0]],[[8524,1784],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0]],[[8009,1461],[-1,0],[1,0]],[[8009,1461],[0,-1],[0,1]],[[8009,1461],[1,0]],[[8010,1461],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0]],[[8009,1463],[0,-1],[0,-1]],[[7932,1345],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1]],[[7997,1450],[1,0],[1,0],[1,0],[0,1]],[[8000,1451],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1]],[[8026,1468],[0,1],[-1,0],[0,-1]],[[8025,1468],[0,1],[0,-1]],[[8025,1468],[-1,0],[-1,0],[0,-1]],[[8023,1467],[-1,0],[0,-1]],[[8022,1466],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[1,0],[1,0],[0,-1]],[[8003,1463],[1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0]],[[8007,1454],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1]],[[8016,1470],[1,0],[1,0]],[[8018,1470],[0,-1],[1,0]],[[8019,1469],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1]],[[7946,1328],[0,1],[-1,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0]],[[7790,1513],[0,-1],[-1,0]],[[7789,1512],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[7934,1363],[-1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[0,1]],[[7995,1442],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1]],[[7931,1379],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,1]],[[7944,1326],[0,1],[0,-1]],[[7944,1326],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1]],[[7996,1457],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[0,-1]],[[7982,1444],[1,0],[0,1],[1,0],[0,-1],[-1,0],[-1,0]],[[7982,1444],[0,1],[1,0],[-1,0],[0,-1]],[[7976,1395],[0,1],[1,0],[0,-1],[-1,0]],[[7952,1330],[1,0],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1]],[[8001,1393],[0,-1],[1,0],[0,-1],[-1,0],[0,2]],[[7793,1539],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1]],[[8013,1466],[1,0],[1,0],[0,-1]],[[8015,1465],[-1,0]],[[8014,1465],[0,1],[-1,0]],[[7933,1336],[-1,0],[0,1],[1,0]],[[7933,1337],[0,1]],[[7933,1337],[0,-1]],[[8012,1468],[0,-1]],[[8012,1467],[1,0]],[[8013,1467],[0,-1]],[[8013,1466],[-1,0]],[[8019,1469],[1,0],[0,-1],[0,1],[-1,0]],[[8003,1387],[0,1],[1,-1],[0,-1],[-1,1]],[[7984,1456],[1,0],[0,-1],[-1,0],[0,1]],[[7984,1456],[-1,0],[1,0]],[[7976,1450],[1,0],[0,1]],[[7977,1451],[1,0],[-1,-1],[-1,0]],[[8013,1463],[1,0],[0,1]],[[8017,1465],[0,-1],[-1,0],[0,1]],[[8025,1468],[1,0]],[[8026,1468],[0,-1]],[[8026,1468],[1,0]],[[8026,1467],[-1,0],[-1,0],[0,-1],[0,1],[1,0],[0,1]],[[8000,1465],[-1,0],[0,-1],[0,1],[1,0]],[[8000,1465],[0,1],[0,-1]],[[8007,1454],[-1,0],[0,1],[0,-1],[1,0]],[[7986,1458],[0,-1],[-1,0]],[[7985,1457],[0,1],[1,0]],[[7933,1337],[1,0],[0,-1],[-1,0]],[[8004,1383],[0,1],[1,-1],[-1,0]],[[7989,1459],[0,1],[0,-1],[0,1]],[[7989,1460],[1,0],[0,-1],[-1,0]],[[8035,1477],[0,-1],[1,1]],[[8036,1476],[-1,0],[0,1]],[[7781,1527],[0,1],[1,0],[0,-1],[-1,0],[0,1],[0,-1]],[[7987,1455],[-1,0],[0,1],[1,0]],[[7987,1456],[0,1],[0,-1]],[[7987,1456],[0,-1]],[[7999,1461],[0,1],[0,-1]],[[7999,1461],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1]],[[8026,1467],[1,0],[0,1]],[[8027,1468],[1,0],[-1,0]],[[7995,1463],[1,0],[0,-1],[-1,0],[0,1]],[[8022,1466],[1,0],[0,1]],[[8023,1467],[0,-1],[0,1]],[[7981,1443],[0,1],[1,0]],[[7982,1444],[0,-1]],[[7982,1443],[-1,0]],[[7716,1728],[0,1]],[[7716,1729],[1,0],[-1,0]],[[7716,1729],[0,1]],[[7716,1730],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,1],[0,-1]],[[7731,1735],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[7741,1722],[0,-1]],[[7741,1721],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[1,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],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0]],[[7739,1706],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1]],[[7732,1691],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,-1],[0,1],[-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,-1]],[[7719,1703],[0,1],[-1,0]],[[7718,1704],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0]],[[7741,1722],[0,1],[0,-1]],[[7741,1722],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0]],[[7763,1736],[0,-1]],[[7763,1735],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[7761,1699],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[7749,1696],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0]],[[7732,1690],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[7749,1696],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[7759,1640],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1]],[[7754,1635],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[7827,1783],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,2],[-1,0],[-1,0],[0,-1],[-1,1],[0,1],[-2,1],[-1,0],[-1,0],[0,2],[0,1],[0,1],[-1,1],[-1,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[-1,1],[-1,0],[-1,0],[0,-1],[0,-2],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-2,-2],[0,-1],[0,-4],[-1,-3],[0,-2],[0,-4],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-2],[-1,0],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1]],[[7763,1736],[0,-1],[0,1]],[[7741,1722],[0,-1],[0,1]],[[7731,1735],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-5,0],[-2,1],[-3,0],[-3,1],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,-1],[0,1],[0,-1],[1,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,2],[0,4],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,3]],[[7648,1790],[-1,0],[1,0],[-1,0]],[[7716,1729],[0,-1],[0,1],[0,1]],[[7716,1730],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,2],[-1,-1],[0,1],[0,2],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-3,1],[-3,0],[-1,1],[-1,0],[-1,2],[-2,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-2,0],[-2,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-2,1],[-1,0],[-1,0],[1,0],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-11,3],[-1,0],[-1,1],[-1,0],[-1,0]],[[7854,1686],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,2],[0,2],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,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],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-2],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-2,1],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[0,-1],[-2,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,-3],[0,1],[-1,0],[0,1],[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,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[-1,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0]],[[7818,1570],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-2,-1],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0]],[[7775,1594],[0,1],[0,-1]],[[7775,1594],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,2],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,2],[0,1],[0,1],[1,3],[0,1],[0,1],[0,1],[0,2],[0,2],[1,2],[0,2],[0,3],[0,2],[1,4],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-2,0],[-2,1],[-2,0],[-1,0],[-1,1]],[[7647,1790],[1,0]],[[7716,1730],[0,-1],[0,-1]],[[7718,1704],[0,-1],[0,1]],[[7718,1704],[0,-1],[1,0]],[[7719,1703],[0,-1],[0,1]],[[7718,1704],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[-1,0],[1,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,-1],[-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],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0]],[[7775,1594],[0,-1],[0,1]],[[7775,1594],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[1,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0]],[[7719,1517],[-1,0],[-1,0],[0,-1]],[[7717,1516],[-1,0]],[[7716,1516],[0,-1]],[[7716,1515],[1,0],[-1,0]],[[7716,1516],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0]],[[7693,1555],[0,1]],[[7693,1556],[0,1],[-1,0]],[[7692,1557],[-1,0],[0,1]],[[7691,1558],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,1],[1,0],[1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[7754,1634],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,2],[0,1]],[[7716,1515],[1,0]],[[7717,1515],[0,-1],[-1,0]],[[7716,1514],[0,1]],[[7639,2267],[0,-1],[0,1]],[[7639,2267],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,-1],[1,-2],[-5,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-3,-2]],[[7442,1737],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-2,1],[-2,3],[-1,1],[-2,1],[0,-3],[-1,0],[-1,0],[0,1],[-1,1],[-2,1],[0,2],[1,4],[-2,1],[-1,0],[-1,1],[1,3],[0,1],[0,1],[-2,1],[0,-1],[-1,0],[-2,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-2],[-1,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[1,5],[-2,1],[-1,0],[0,-1],[-3,1],[-1,-5],[-2,1],[-2,0],[-2,1],[-2,0],[-5,1],[-1,-1],[0,-1],[-2,-1],[-2,-1],[-1,0],[-3,-2],[-3,0],[-1,1],[-2,0],[2,4],[-2,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-3,1],[-1,0],[0,3],[0,1],[0,1],[-1,2],[-1,1],[-1,2],[0,1],[0,1],[0,1],[-1,0],[1,2],[0,1],[0,1],[0,1],[0,2],[0,2],[0,2],[0,2],[1,2],[0,3],[0,1],[1,0],[1,3],[1,0],[0,2],[0,2],[0,1],[0,5],[0,2],[0,1],[-1,0],[-1,0],[-3,2],[0,3],[-1,0],[-3,1],[-1,0],[-1,0],[-4,1],[-4,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-2,0],[0,1],[-4,1],[-2,1],[-1,0],[-3,1],[-2,0],[-1,0],[0,1],[-2,0],[-2,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,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,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,1],[-4,2],[0,1],[-1,3],[-2,1],[-2,1],[-1,0],[-1,2],[-3,4],[-1,2],[-2,0],[-2,1],[-2,1],[0,2],[-1,1],[-1,1],[-2,2],[-1,1],[0,1],[-2,1],[-1,1],[-1,1],[-2,3],[-2,2],[-1,2],[-1,0],[-1,1],[0,1],[-1,1],[-1,2],[0,2],[-1,2],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,2],[-1,1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-2,2],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-3,1],[0,-2],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[0,-1],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-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],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-5,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[0,-6],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-9],[-2,1],[-3,0],[-1,1],[-7,1],[-1,0],[-3,1],[-5,1],[-6,1],[-1,0],[-3,1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[-1,0],[-2,1],[-2,0],[-3,0],[-1,1],[-2,0],[-1,0],[-3,1],[-3,-3],[-2,-1],[-6,-5],[-1,1],[-5,10],[-1,0],[-1,3],[-3,2],[-1,1],[-2,2],[-1,2],[-2,1],[-3,4]],[[7088,1844],[0,5],[0,5],[0,4],[0,9],[0,3],[0,2],[0,7],[0,3],[0,8],[0,2],[0,3],[0,1],[0,3],[0,2],[0,9],[0,3],[0,3],[0,6],[0,7],[0,9],[0,1],[0,3],[0,1],[0,2],[0,1],[0,2],[0,8],[0,1],[0,4],[-1,4],[0,2],[0,2],[0,2],[0,1],[0,2],[0,1],[0,4],[0,2],[0,2],[0,1],[0,3],[0,2],[0,3],[0,1],[0,5],[0,1],[0,8],[0,1],[0,7],[0,10],[0,4],[0,2],[0,5],[0,8],[0,1],[0,18],[0,15],[0,7],[0,7],[0,4],[0,6],[0,5],[0,4],[0,16],[0,2],[0,9],[0,25],[0,2],[0,12],[0,9],[-1,41],[0,5],[0,6],[0,10],[0,29],[0,15],[0,13],[0,5],[0,2],[1,59],[0,11],[0,23],[0,1],[0,8],[0,3],[0,40],[0,17],[0,21],[0,29],[0,3],[0,10],[0,10],[0,17],[0,8],[0,59],[-1,27],[0,12],[0,1],[1,1],[-1,1],[0,15],[0,20],[0,14],[0,14],[0,7],[0,1],[0,9],[0,3],[0,15],[0,6],[0,10],[0,28],[0,3],[0,3]],[[7086,2821],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0]],[[7087,1643],[0,5],[0,5],[0,6],[0,2],[0,15],[0,13],[0,6],[0,10],[0,7],[1,7],[0,7],[0,5],[0,6],[0,4],[0,6],[0,2],[0,1],[0,6],[0,3],[0,2],[0,1],[0,1],[0,4],[0,1],[0,3],[0,12],[0,4],[0,1],[0,6],[0,7],[0,7],[0,5],[0,1],[0,11],[0,4],[0,15]],[[7565,1492],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0]],[[7478,1433],[0,1],[0,-1]],[[7478,1433],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1]],[[7456,1437],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1]],[[7431,1466],[-1,0]],[[7430,1466],[0,1]],[[7430,1467],[-1,0]],[[7429,1467],[0,1]],[[7429,1468],[0,1],[-1,0],[-1,0]],[[7427,1469],[0,1]],[[7427,1470],[-1,0]],[[7426,1470],[0,1]],[[7426,1471],[-1,0]],[[7425,1471],[1,0],[-1,0]],[[7425,1471],[0,1],[0,-1]],[[7425,1471],[0,1],[-1,0]],[[7424,1472],[1,0],[-1,0]],[[7424,1472],[-1,0]],[[7423,1472],[-1,0],[0,1]],[[7422,1473],[1,0],[-1,0]],[[7422,1473],[0,1],[0,-1]],[[7422,1473],[0,1],[-1,0]],[[7421,1474],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0]],[[7417,1477],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[1,0],[-1,0],[1,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[2,0],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0]],[[7252,1537],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1]],[[7424,1472],[0,-1],[0,1]],[[7424,1472],[0,-1]],[[7424,1471],[-1,0],[0,1]],[[7425,1471],[-1,0]],[[9048,4724],[-1,0],[0,-1],[0,1]],[[9047,4724],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[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,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,1],[0,-1],[-1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1]],[[9070,4642],[-1,0],[0,-1],[0,-1],[1,-1]],[[9070,4639],[0,-1]],[[9070,4638],[0,-1],[0,-1],[0,-1]],[[9070,4635],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0]],[[9066,4634],[0,1]],[[9066,4635],[0,1],[0,1],[0,1],[-1,0]],[[9065,4638],[-1,-1]],[[9064,4637],[0,1],[1,0]],[[9065,4638],[0,1],[-1,0],[1,0],[-1,1],[0,-1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,1],[1,0],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-1,1],[-1,0],[-1,0],[-2,1],[-1,0],[1,0],[0,1],[-1,0],[-2,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[1,3],[1,2],[0,1],[0,1],[-1,0],[0,1]],[[9047,4663],[0,1],[-1,0]],[[9046,4664],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-2,0],[0,-1],[-2,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1]],[[9033,4706],[-1,0]],[[9032,4706],[1,1],[0,1]],[[9033,4708],[1,0],[0,1]],[[9034,4709],[0,-1],[0,1]],[[9034,4709],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1]],
[[9037,4712],[1,0],[0,1],[1,1],[1,1],[1,0],[0,1],[0,1]],[[9041,4717],[1,0],[0,1],[0,1],[0,1]],[[9042,4720],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0]],[[9043,4724],[0,1],[1,2],[1,2],[1,1],[0,2],[0,1],[1,1],[2,4],[2,-2],[-2,-4],[-1,-3],[-1,-2],[0,-1],[1,-1],[0,-1]],[[9088,4625],[-1,0],[0,-1]],[[9087,4624],[-1,0]],[[9086,4624],[0,1],[0,-1]],[[9086,4624],[-1,0]],[[9085,4624],[0,1],[-1,0]],[[9084,4625],[0,1],[-1,0]],[[9083,4626],[0,1]],[[9083,4627],[1,0],[0,1],[0,1],[-1,0]],[[9083,4629],[0,1]],[[9083,4630],[0,1],[0,1],[-1,0]],[[9082,4632],[0,1],[-1,0],[0,1]],[[9081,4634],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0]],[[9082,4639],[0,1],[0,1],[0,1],[0,1]],[[9082,4643],[1,0],[-1,0]],[[9082,4643],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[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,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1]],[[9078,4809],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[1,1],[0,1],[1,0],[0,1],[1,1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[1,0],[1,1],[1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1]],[[9082,4643],[-1,0],[1,0]],[[9082,4643],[-1,0],[0,-1],[1,0]],[[9082,4642],[0,-1]],[[9082,4641],[-1,0],[0,-1],[1,0]],[[9082,4640],[0,-1]],[[9082,4639],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[9081,4634],[-1,0],[0,-1]],[[9080,4633],[-1,0]],[[9079,4633],[0,1],[-1,0]],[[9078,4634],[0,1],[-1,0],[0,1],[0,-1],[1,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1]],[[9056,4741],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[9079,4659],[-1,0],[0,-1]],[[9078,4658],[0,-1],[0,-1]],[[9078,4656],[-1,0],[0,-1]],[[9077,4655],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[9073,4695],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1]],[[9054,4725],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1]],[[9072,4654],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[-1,0],[1,0]],[[9070,4642],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1]],[[9073,4637],[-1,0],[-1,0]],[[9071,4637],[0,1],[-1,0]],[[9070,4639],[0,1],[0,1],[0,1]],[[9075,4648],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[-1,0],[0,-1]],[[9069,4672],[1,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0]],[[9072,4659],[0,-1],[1,0],[0,1]],[[9073,4659],[0,-1],[0,-1],[1,0],[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,1]],[[9078,4658],[1,0],[0,1]],[[9079,4659],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0]],[[9077,4655],[0,-1],[1,0],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[0,1]],[[9073,4659],[-1,0]],[[9072,4659],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1]],[[9056,4716],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,-1]],[[9047,4723],[0,1],[1,0]],[[9048,4724],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0]],[[9070,4662],[0,1],[1,0],[0,-1],[-1,0]],[[9029,4757],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[9043,4724],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[9042,4720],[-1,-1],[0,-1],[0,-1]],[[9041,4717],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1]],[[9037,4712],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1]],[[9034,4709],[-1,0],[-1,0],[-1,1],[-1,0]],[[9030,4710],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0]],[[9018,4718],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1]],[[9015,4722],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,-1],[1,0],[1,0]],[[9017,4679],[0,-1],[0,1]],[[9017,4679],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1]],[[9018,4687],[-1,0],[1,0]],[[9018,4687],[1,0],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1]],[[9018,4690],[1,0],[0,1],[0,1]],[[9019,4692],[1,0]],[[9020,4692],[1,0],[1,0],[0,1]],[[9022,4693],[0,1]],[[9022,4694],[0,1]],[[9022,4695],[0,1],[0,-1],[0,1],[0,1],[1,-1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1]],[[9047,4663],[-1,0],[0,1]],[[9046,4664],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[0,1]],[[9014,4654],[-1,0],[1,0]],[[9014,4654],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1]],[[9018,4687],[0,1],[-1,0]],[[9017,4688],[0,1],[-1,0]],[[9016,4689],[0,1]],[[9016,4690],[0,1],[-1,0]],[[9015,4691],[0,1],[-1,0]],[[9014,4692],[-1,0],[0,-1]],[[9013,4691],[0,-1],[0,-1],[0,-1]],[[9013,4688],[0,-1],[1,0]],[[9014,4687],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[9014,4681],[-1,0]],[[9013,4681],[0,1],[-1,0]],[[9012,4682],[0,1],[0,1],[-1,0],[0,1]],[[9011,4685],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1]],[[9007,4685],[-1,-1],[0,-1],[1,0]],[[9007,4683],[0,-1],[-1,0]],[[9006,4682],[-1,0],[0,-1]],[[9005,4681],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[9002,4676],[-1,0],[0,-1],[1,0]],[[9002,4675],[0,-1],[0,-1]],[[9002,4673],[0,-1]],[[9002,4672],[-1,0],[0,-1]],[[9001,4671],[0,-1]],[[9001,4670],[0,-1],[1,0]],[[9002,4669],[0,-1]],[[9002,4668],[0,-1],[1,0]],[[9003,4667],[0,-1],[0,-1],[0,-1],[-1,0]],[[9002,4664],[0,1],[-1,0]],[[9001,4665],[0,1],[0,1]],[[9001,4667],[0,1],[-1,0]],[[9000,4668],[0,1],[-1,0],[0,1]],[[8999,4670],[0,1],[-1,0]],[[8998,4671],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[0,2],[0,3],[1,0],[1,1],[0,2],[0,1],[1,1],[-1,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1]],[[8986,4721],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[0,-1],[4,-1],[0,1],[0,1],[0,1],[0,1],[2,0],[1,0],[0,2],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0]],[[9018,4718],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1]],[[9017,4696],[1,0]],[[9018,4696],[1,0],[1,0],[1,0],[0,-1]],[[9021,4695],[0,-1],[1,0]],[[9022,4693],[-1,0],[-1,0],[0,-1]],[[9020,4692],[0,1],[0,-1]],[[9019,4692],[-1,0],[0,-1],[0,-1]],[[9005,4681],[1,0],[0,1]],[[9007,4683],[0,1],[0,1]],[[9007,4685],[1,0],[1,0],[1,0],[1,0]],[[9012,4682],[0,-1],[1,0]],[[9013,4681],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1]],[[9003,4675],[-1,0]],[[9002,4675],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0]],[[9017,4679],[-1,0],[-1,0],[-1,1],[0,-1],[0,1]],[[9014,4680],[0,1]],[[9014,4687],[0,1],[-1,0]],[[9013,4691],[1,0],[0,1]],[[9014,4692],[0,-1],[1,0]],[[9015,4691],[0,-1],[1,0]],[[9016,4689],[0,-1],[1,0]],[[9017,4688],[0,-1]],[[9017,4687],[1,0]],[[9018,4718],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1]],[[9030,4711],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1]],[[9026,4710],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[9027,4706],[-1,0],[1,0]],[[9027,4706],[0,-1]],[[9027,4705],[-1,0],[1,-1]],[[9027,4704],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1]],[[9025,4702],[0,1],[0,1],[-1,0]],[[9024,4704],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[9023,4699],[0,1],[-1,0]],[[9022,4700],[0,1]],[[9022,4701],[0,1],[-1,0]],[[9021,4702],[0,1],[-1,0],[0,-1]],[[9020,4702],[-1,0],[0,-1]],[[9019,4701],[0,-1]],[[9019,4700],[-1,0],[0,-1]],[[9018,4699],[0,-1],[0,-1]],[[9018,4697],[-1,0]],[[9017,4697],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],
[0,-1],[0,1],[0,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,-1],[1,0],[0,1],[1,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1]],[[9024,4704],[0,-1],[0,-1],[1,0]],[[9025,4702],[0,-1]],[[9025,4701],[0,-1],[1,0],[0,1]],[[9026,4701],[1,0],[0,1]],[[9027,4702],[1,0],[-1,0]],[[9027,4702],[1,0],[0,1],[-1,0]],[[9027,4703],[1,0],[-1,0]],[[9027,4703],[0,1],[0,1],[0,1]],[[9027,4706],[0,1],[0,1],[0,1],[-1,1]],[[9026,4710],[1,0],[-1,0]],[[9026,4710],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0]],[[9032,4706],[1,0],[-1,0]],[[9022,4695],[-1,0]],[[9018,4696],[0,1]],[[9018,4699],[1,0],[0,1]],[[9019,4701],[1,0],[0,1]],[[9020,4702],[1,0],[1,-1],[0,-1]],[[9022,4700],[0,-1],[1,0]],[[9023,4699],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[7792,8040],[1,0],[0,-1],[1,0],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,0],[-1,0],[1,0],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1]],[[7806,7968],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,1],[1,-1],[0,-1],[1,0],[1,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[-1,0],[-1,1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-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,-1],[1,0],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1]],[[7879,7730],[-1,0],[1,0]],[[7879,7730],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-3],[0,-1],[1,-1],[1,-3],[0,-2],[1,-1],[0,-1],[0,-2],[1,0],[1,-2],[0,-1],[1,-1],[0,-2],[1,-1],[1,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[-1,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[-1,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,-1],[1,0],[1,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-3],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-5],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,-2],[-1,-2],[0,-2],[-1,-4],[0,-1],[0,-4],[-1,0],[0,-1],[0,-1],[0,-1],[-3,-8],[0,-1],[0,-3],[0,-2],[0,-5],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[1,1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[1,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,-4],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1]],[[7922,7315],[0,-1],[1,-1]],[[7923,7313],[-1,0],[0,-1],[0,-1]],[[7922,7311],[0,-1]],[[7922,7310],[1,0],[1,0],[1,1]],[[7925,7311],[1,0],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1]],[[7927,7307],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1]],[[7925,7303],[0,-1],[1,0]],[[7926,7302],[1,0],[1,1]],[[7928,7303],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[7930,7296],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[1,0],[-1,1],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,1],[-1,5],[-1,3],[-2,-2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-2,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-15,3],[-5,1],[-15,3],[0,-28],[0,-5],[-10,2],[-7,2],[-1,-2],[-4,10],[-10,21],[0,2],[1,0],[-4,5],[1,3],[-4,1],[1,12],[0,8],[-4,1],[-1,0],[-5,1],[-1,1],[-1,-1],[-4,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,1],[0,1],[-1,-1],[1,0],[-1,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[-1,-4],[0,-1],[0,-6],[1,-3],[-1,1],[-1,-3],[0,-1],[0,-1],[2,0],[0,-5],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-4,0],[-4,1],[-3,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-4,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[-7,1],[0,6],[-7,2],[0,16],[1,8],[1,2],[1,9],[-1,0],[-2,-1],[-2,1],[-2,1],[-3,2],[-5,1],[-3,11]],[[7693,7347],[0,14],[1,2],[0,2],[0,3],[0,5],[0,4],[1,0],[0,3],[0,3],[0,4],[0,3],[1,3],[0,3],[0,4],[0,1],[4,7],[3,-1],[1,0],[2,0],[5,0],[1,0],[0,3],[1,2],[-1,1],[0,2],[0,1],[0,1],[0,2],[0,3],[1,4],[0,2],[0,1],[0,1],[0,3],[0,1],[0,2],[-2,5],[0,1],[0,1],[0,3],[1,2],[0,2],[1,6],[0,2],[0,2],[0,2],[1,1],[0,1],[0,1],[-1,2],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,2],[1,0],[1,0],[1,1],[0,2],[0,1],[0,2],[1,2],[1,0],[0,1],[1,1],[1,3],[1,2],[0,1],[1,1],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,0],[0,2],[0,2],[1,3],[0,2],[1,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,2],[1,1],[2,1],[1,-1],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,-1],[1,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[1,0],[1,1],[0,2],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[1,1],[0,1],[0,1],[2,0],[1,0],[2,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,0],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[-1,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,2],[0,2],[1,14],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,2],[1,1],[0,3],[0,1],[0,1],[1,1],[1,2],[0,4],[0,5],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,1],[-1,0],[0,1],[1,0],[-2,1],[-1,0],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,1],[0,1],[1,0],[-1,1],[-1,2],[0,1],[0,1],[1,2],[0,2],[0,2],[0,2],[-2,1],[0,-1],[0,1],[0,3],[-1,0],[1,1],[0,-1],[1,2],[4,-1],[2,-1],[1,4],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[5,4],[1,1],[-3,10],[-2,3],[1,0],[0,-1],[1,1],[0,1],[1,1],[1,1],[1,0],[1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,1],[0,1],[-1,2],[1,21],[0,7],[1,11],[0,9],[0,1],[1,5],[-1,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,1],[-1,0],[-1,1],[-1,0],[0,6],[0,4],[-1,0],[0,1],[-1,0],[0,1],[2,-1],[0,2],[-1,0],[0,1],[1,0],[0,1],[-1,3],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,2],[0,4],[-2,4],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[0,-1],[0,-2],[-1,0],[-1,-4],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[-2,2],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[1,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[1,1],[-1,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,-1],[1,-1],[1,-1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[0,1],[1,1],[1,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,1],[1,0],[1,0],[0,-1],[1,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[5,9],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[1,0],[1,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[-1,-1],[1,-2],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,2],[-1,0],[1,1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1]],[[7931,7357],[0,-1],[1,-1]],[[7932,7355],[1,-1]],[[7933,7354],[1,0],[0,1],[-1,0]],[[7933,7355],[0,1],[0,1],[0,1]],[[7933,7358],[-1,1],[0,1],[0,1],[0,1],[1,-1],[1,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[-1,1],[1,0],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[1,1],[1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[1,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-3],[0,-1],[1,-1],[1,0],[0,-2],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-6],[-1,-4],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[1,-2],[1,1],[0,-1],[1,0],[0,1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,2]],[[7930,7303],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[1,1],[0,1],[0,2],[0,1],[-1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,2],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[1,0],[1,1],[1,0],[1,2],[1,0],[1,1],[0,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,-2],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,-1],[1,-1],[0,-1],[2,-1],[1,0],[1,0],[0,-1],[1,0]],[[7923,7331],[0,-1],[1,-2]],[[7924,7328],[-1,0],[0,-1]],[[7923,7327],[0,-1]],[[7923,7326],[0,-1],[1,-2]],[[7924,7323],[0,-1],[0,-1]],[[7924,7321],[-1,0]],[[7923,7321],[-1,1],[-1,1],[0,1],[0,2],[0,1],[-1,2],[-1,2],[0,2],[-1,2],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1]],[[7921,7394],[-1,0],[0,1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,-1],[-1,1],[-1,0],[0,1],[1,0],[0,1],[0,3],[1,1]],[[7919,7453],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,-1],[0,1]],[[7924,7323],[0,1],[-1,2]],[[7923,7326],[0,1],[1,1]],[[7924,7328],[0,2],[-1,1]],[[7923,7331],[1,0],[0,-1],[0,-2]],[[7924,7328],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[-1,0]],[[7925,7315],[0,1],[-1,1]],[[7924,7317],[0,1]],[[7924,7318],[0,1]],[[7924,7319],[0,1]],[[7924,7320],[0,1]],[[7896,7750],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0]],[[7928,7303],[-1,0],[0,-1]],[[7927,7302],[-1,0],[-1,1],[0,1],[0,1],[0,1]],[[7925,7306],[1,0],[0,1]],[[7926,7307],[1,0]],[[7927,7307],[0,-1],[0,1]],[[7927,7307],[1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[7924,7319],[-1,-1]],[[7923,7318],[-1,0],[0,1],[0,1],[0,1],[1,0]],[[7923,7321],[0,-1],[1,0]],[[7922,7311],[1,1],[0,1]],[[7923,7313],[1,0]],[[7924,7313],[1,0],[0,-1],[0,-1]],[[7925,7311],[-1,0],[-2,-1]],[[7933,7358],[0,-1],[0,-1],[0,-2],[0,1],[-1,0]],[[7932,7355],[0,1],[-1,1]],[[7931,7357],[0,1],[0,1],[1,-1],[1,0]],[[7922,7315],[0,2],[1,0],[0,1]],[[7923,7318],[1,0]],[[7924,7317],[-1,-2],[0,-1]],[[7923,7314],[-1,1]],[[7920,7436],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[7897,7683],[0,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,1],[0,1],[1,-1]],[[7923,7314],[1,1],[0,1],[1,-1]],[[7925,7315],[0,-1],[-1,-1]],[[7923,7313],[0,1]],[[7813,7933],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1]],[[7941,7397],[-1,0],[0,1],[-1,1],[1,0],[0,1],[0,-1],[1,-1],[0,-1]],[[7843,7807],[1,0],[0,1],[1,0],[0,-1],[-1,0],[-1,0]],[[7825,7906],[1,0],[0,-1],[0,-1],[-1,1],[0,1]],[[7920,7515],[1,0],[0,-1],[0,1],[-1,-1],[0,1]],[[7916,7445],[1,0],[0,-1],[-1,0],[0,1]],[[7923,7533],[1,0],[0,-1],[-1,0],[0,1]],[[7947,7336],[0,1],[1,0],[0,-1],[-1,0]],[[7890,7797],[0,1],[1,0],[0,-1],[-1,0]],[[7825,7907],[0,-1]],[[7825,7906],[-1,0],[0,1],[1,0]],[[7943,7393],[0,1],[1,0],[0,-1],[-1,0]],[[7941,7396],[1,0],[0,-1],[-1,1]],[[7917,7452],[0,1],[1,0],[0,-1],[-1,0]],[[7922,7534],[1,0],[0,-1]],[[7923,7533],[-1,1]],[[7907,7668],[1,-1],[-1,0],[0,1]],[[8880,4867],[1,1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[2,0],[0,-4],[2,0],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-4,1],[0,-1],[1,0],[-1,-4],[0,-4],[2,-1],[3,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1]],[[8893,4816],[0,1],[0,-1]],[[8893,4816],[0,-1],[0,1]],[[8893,4816],[-1,0],[-3,1],[-1,1],[0,2],[-1,-7],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[2,-1],[2,-3],[4,-3],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-5],[1,0],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,1],[4,-1],[1,0],[0,2],[3,-1],[-1,-3],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-2,0],[0,-4],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[2,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[2,0],[0,-3],[0,-1],[0,-2],[-1,1],[0,-3],[0,-1],[0,-2],[0,-2],[0,1],[1,0],[0,1],[0,-2],[0,-3],[-1,0],[0,-1],[-1,0],[1,-1]],[[8889,4727],[0,-1]],[[8889,4726],[0,-2],[1,-1],[0,-1],[-1,0],[0,-1],[1,-1],[-1,0],[-1,0],[-1,1],[0,-1],[-1,-4],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,-1],[0,-1],[-1,0],[1,1],[-1,1],[1,1],[-1,1],[0,1],[0,1],[-2,0],[-1,0],[0,2],[-2,0],[0,1],[-1,0],[0,2],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-2,1],[0,-1],[-2,1],[1,2],[-2,1],[0,-3],[1,0],[0,-3],[-3,1],[0,1],[1,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[0,1],[0,-1],[1,1],[-2,4],[0,2],[0,3],[0,1],[1,2],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,2],[-1,0],[-1,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[1,0],[0,-1],[-1,-2],[1,0],[0,-2],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-4,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-2],[0,-2],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[3,-1],[0,-3],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[1,-1],[-1,-2],[0,-1],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-3],[-1,-2],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-3],[3,-1],[1,0],[0,-1],[1,0],[0,1],[2,-1],[-1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[-1,-4],[0,1],[0,-3],[-1,-2],[2,0],[0,1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[-2,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[2,-2],[0,-2],[0,-1],[1,-1],[1,-1],[1,-1],[1,1],[0,1],[2,-5],[3,-4],[1,7],[2,-1],[2,0],[0,1],[1,-1],[0,3],[0,-1],[1,0],[0,2],[0,1],[1,0],[-1,0],[1,2],[1,0],[0,3],[3,-1],[1,0],[0,1],[0,1],[1,2],[0,1],[0,3],[1,2],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,-2],[0,-1],[0,1],[2,0],[-1,-1],[1,0],[1,0],[0,2],[0,1],[1,1],[2,0],[0,1],[0,1],[0,2],[1,0],[0,-1],[2,-1],[-1,-2],[1,0],[0,-3],[1,0],[0,-1],[1,2],[1,-1],[2,0],[0,-4],[1,0],[0,-1],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-2],[1,-1],[0,-1],[-1,1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,5],[1,0],[1,0],[-1,-6],[1,0],[0,-1],[3,-1],[1,0],[0,-2],[1,0],[0,-1],[0,-1],[-1,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[-1,0],[1,-1],[-1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,1],[1,0],[0,-1],[1,0],[-1,-2],[2,0],[-1,-2],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[2,0],[1,1],[1,-1],[1,1],[1,-1],[1,0],[1,0],[1,0]],[[8919,4559],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[1,-1],[-1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1]],[[8046,4260],[0,1],[-1,2],[0,4],[2,24],[1,9],[-1,0],[-14,2],[1,4],[0,6],[1,5],[1,2],[0,4],[1,4],[1,14],[1,-1],[2,0],[1,0],[1,0],[1,6],[0,9],[1,12],[-1,0],[1,11],[0,4],[0,5],[0,1],[4,6],[1,9],[0,2],[-1,14],[0,3],[1,7],[-1,1],[0,4],[1,6],[0,1],[0,4],[-8,2],[0,6],[1,8],[0,6],[1,2],[0,5],[3,-1],[0,3],[1,12],[1,11],[1,12],[4,41],[0,1],[0,1],[3,0],[4,0],[2,-1],[2,0],[1,0],[1,0],[1,0],[4,0],[0,1],[1,3],[0,1],[0,4],[0,1],[1,7],[1,9],[-2,0],[1,9],[0,1],[0,1],[-1,9],[0,3],[1,16],[0,2],[1,12],[1,18],[1,3],[0,4],[1,8],[0,7],[-13,2],[1,3],[-1,3],[0,1],[0,2],[-1,17],[-2,1],[1,11],[0,8],[-1,1],[0,3],[1,6],[0,2],[1,14],[0,7],[2,14],[2,22],[1,0],[1,13],[1,7],[-11,2],[0,3],[1,0],[1,10],[1,10],[0,1],[1,3],[1,4],[0,8],[0,1],[6,-1],[6,-1],[4,-1],[3,0],[4,-1],[1,5],[0,4],[1,8],[0,4],[0,6],[1,0],[0,5],[0,4],[0,8],[0,9],[0,1],[0,5],[0,6],[1,5],[0,2],[1,6],[0,5],[0,4],[1,6],[0,1],[1,12],[0,2],[0,4],[-1,1],[-5,1],[1,13],[0,1],[1,1],[1,1],[5,-1],[7,-1],[1,16],[1,10],[1,0],[0,1],[0,1],[1,8],[0,9],[3,25],[4,-1],[1,13],[-4,1],[1,6],[0,1],[1,6],[0,1],[0,1],[1,1],[0,1],[-2,2],[0,2],[0,1],[0,2],[1,4],[1,1],[1,0],[1,1],[2,-1],[2,-1],[1,1],[3,0],[1,1],[1,6],[1,9],[-1,1],[-1,4],[0,2],[0,1],[1,1],[0,2],[1,0],[-1,1],[0,4],[0,2],[0,1],[-1,1],[0,1],[2,5],[0,4],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-4,8],[-1,0],[-1,0],[-1,1],[0,3],[-2,-1],[-1,0],[-1,0],[0,1],[-1,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,3],[0,1],[1,1],[0,3],[-1,2],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,2],[1,1],[-16,3],[1,18],[2,26],[12,-2],[5,-1],[2,23],[0,2],[1,17],[6,-1],[2,-1],[3,37],[2,0],[0,1],[1,5],[0,2],[0,1],[-5,6],[0,1],[0,5],[0,2],[0,1],[1,0],[12,-3],[7,-1],[9,-2],[2,27],[17,-4],[1,15],[2,29],[-2,0],[-2,1],[2,21],[3,-1],[1,-1],[2,0],[1,-2],[1,-1],[1,0],[1,-3],[1,-2],[1,1],[0,1],[1,-1],[1,1],[2,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,-1],[1,1],[-1,2],[2,3],[1,1],[0,3],[1,0],[0,1],[0,2],[1,1],[0,1],[0,1],[1,2],[1,-1],[1,0],[1,0],[0,1],[0,-1],[1,1],[0,1],[1,1],[1,0],[1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[2,0],[0,1],[0,1],[0,1],[1,1],[1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,1],[1,0],[1,1],[0,2],[1,0],[1,2],[1,2],[1,0],[0,2],[1,0],[-1,1]],[[8208,5450],[1,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-2],[0,-3],[1,0],[0,-1],[1,0],[0,1],[2,-4],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[2,-4],[1,-1],[1,1],[1,1],[1,0],[2,-1],[0,1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-3],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[1,-1],[1,-2],[0,-1],[0,-2],[1,-1],[0,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-2],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,1],[2,2],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,-1],[1,0],[1,0],[0,1],[0,1],[1,-1],[1,-1],[1,-1],[1,0],[1,1],[0,1],[0,1],[1,0],[0,-1],[2,-5],[0,-2],[1,-2],[-1,0],[-1,-1],[0,-1],[0,-2],[-2,-1],[0,-1],[-1,-2],[-1,-1],[-1,-13],[1,0],[0,-1],[1,-1],[-1,0],[0,-2],[2,-2],[1,-1],[2,-1],[1,-1],[1,-2],[1,-2],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,-2],[1,0],[0,-1],[1,0],[1,-1],[3,-1],[1,0],[2,1],[1,-3],[3,0],[1,0],[0,1],[2,0],[2,1],[1,0],[1,0],[-1,0],[0,2],[6,-12],[8,-18],[-5,-6],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,1],[-1,0],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[-1,0],[1,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-2],[-2,1],[-2,-3],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-3,-3],[-1,-1],[-1,0],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,2],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-2],[-4,-6],[2,0],[0,-1],[0,-1],[1,0],[3,0],[1,-1],[3,-5],[2,1],[1,0],[1,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,1],[1,0],[0,1],[1,-1],[0,1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-2],[1,-1],[1,-2],[0,-1],[2,0],[0,-1],[-1,0],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,-3],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,-1],[-1,-4],[-2,-16],[1,-2],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,1],[1,0],[0,1],[5,-1],[10,-3],[3,0],[8,-2],[1,0],[2,7],[2,5],[1,1],[1,0],[1,0],[0,2],[1,1],[0,1],[1,0],[1,1],[0,1],[1,3],[2,0],[2,4],[1,-2],[13,-3],[-1,-5],[0,-1],[0,-6],[6,-1],[2,0],[8,-2],[1,12],[0,5],[11,-2],[2,3],[1,1],[1,1],[1,1],[1,1],[1,1],[3,2],[3,3],[4,-13],[1,-2],[0,-1],[1,-1],[2,5],[-1,4],[-2,5],[1,2],[3,-2],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,4],[1,0],[2,-3],[1,0],[1,0],[1,1],[4,1],[1,3],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,-1],[1,-2],[1,-1],[1,-3],[0,1],[1,-1],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[2,0],[2,-1],[2,-2],[1,-2],[1,6],[0,4],[0,-1],[1,-1],[1,0],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,5],[4,0],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[1,-4],[2,-2],[2,-2],[1,0],[1,1],[1,0],[1,1],[1,1],[1,0],[1,2],[0,3],[-1,5],[2,-1],[1,0],[2,-1],[1,0],[2,0],[2,-1],[1,-2],[1,0],[0,2],[1,0],[1,-1],[0,1],[2,-2],[1,0],[0,5],[2,0],[7,-3],[1,-7],[0,-1],[3,0],[1,0],[2,1],[1,0],[0,2],[0,1],[1,0],[0,1],[0,1],[1,1],[1,1],[2,0],[1,4],[1,11],[0,1],[-1,11],[0,3],[-1,3],[1,3],[2,1],[1,7],[0,3],[0,1],[0,1],[-1,4]],[[8607,5241],[1,1],[0,1],[3,-1],[3,-1],[1,0],[1,-7],[1,0],[0,-1],[1,-1],[2,-1],[1,-1],[2,1],[1,0],[1,0],[1,0],[1,0],[1,1],[1,-1],[2,-1],[0,-1],[1,-2],[1,0],[2,0],[7,-2],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,0],[0,-2],[-1,-3],[1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-4],[1,0],[0,-1],[0,-1],[-1,-2],[-2,-1],[0,-1],[-1,-2],[2,-4],[0,-1],[-1,0],[2,-3],[1,-2],[1,0],[0,-2],[1,-1],[3,-6],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[1,0],[1,-1],[1,0],[1,0],[1,-1],[1,-2],[0,-1],[1,0],[1,2],[1,0],[1,0],[2,0],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[-1,0],[1,-1],[1,-3],[-1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-3],[0,-1],[1,-2],[6,-2],[1,0],[2,0],[3,4],[1,0],[5,6],[0,1],[0,1],[0,2],[1,0],[1,1],[1,0],[0,-1],[1,-1],[1,-1],[0,1],[0,-1],[1,1],[1,0],[2,-1],[4,2],[0,-1],[1,-1],[0,-5],[2,-3],[0,-2],[0,-2],[1,-1],[0,-3],[1,-2],[2,-2],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,1],[1,0],[1,-2],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,2],[0,-1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[0,-2],[0,-2],[-1,0],[-1,-1],[-1,0],[-2,2],[-1,1],[0,2],[-1,0],[-3,-2],[0,-3],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-5,-4],[-2,-2],[-1,0],[-1,0],[-1,1],[1,-19],[7,0],[1,0],[2,0],[7,-1],[0,-1],[2,0],[0,-3],[-1,-5],[-1,-8],[0,-8],[-1,-6],[0,-4],[-1,-3],[-1,-5],[-2,-7],[-1,-4],[-1,-5],[5,-1],[6,-1],[2,-1],[4,0],[4,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[1,-1],[1,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,-1],[1,1],[0,1],[0,-1],[1,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-4],[-2,-2],[-1,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,1],[1,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[1,-2],[0,1],[0,-1],[1,1],[1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,1],[1,-2],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-2],[1,0],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,-1],[1,1],[1,-1],[1,0],[1,1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,-1],[1,1],[1,0],[1,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,2],[1,1],[0,1],[0,1],[2,2],[3,2],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,2],[-1,1],[1,1],[0,2],[0,1],[1,2],[1,1],[1,1],[0,1],[1,0],[0,1],[0,2],[0,1],[1,0],[0,1],[1,0],[3,0],[1,0],[1,-1],[1,0],[0,1],[0,1],[0,2],[1,2],[0,1],[1,0],[1,0],[0,1],[0,1],[2,2],[1,-3],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,1],[0,-3],[2,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[1,0],[1,-1],[1,0],[2,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[1,1],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,2],[1,0],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,2]],[[8497,6157],[2,2],[1,3],[1,1],[0,4],[1,3],[0,3],[4,0],[2,-3],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[2,-2],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,-2],[1,-3],[0,-1],[1,-2],[0,-1],[1,-2],[0,-3],[1,0],[-1,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1]],[[8538,6106],[0,-1]],[[8538,6105],[0,-1],[0,-1],[0,-1],[1,0]],[[8539,6102],[0,-1]],[[8539,6101],[0,-1],[1,-1],[0,-1],[0,1],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[-1,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,1],[0,1],[1,2],[0,1],[-1,0],[0,2],[-1,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,0]],[[8533,6143],[0,1],[0,2],[0,2],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,3],[0,1],[-1,3],[0,1],[1,0],[1,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,1],[-1,0],[-1,0],[0,2],[1,1]],[[8524,6193],[0,1]],[[8524,6194],[0,1]],[[8524,6195],[0,1],[-1,2],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1]],[[8526,6208],[0,1]],[[8526,6209],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1]],[[8528,6217],[0,1]],[[8528,6218],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,1],[1,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[-1,0],[0,1],[-1,0],[1,1],[0,1],[0,1],[1,1],[1,0],[0,1],[0,-1],[0,-1],[1,-1],[1,0],[0,1]],[[8546,6245],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,1],[0,1],[1,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[-1,-1],[1,0],[0,-1]],[[8551,6232],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[1,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[2,-1],[0,-1],[1,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[2,0],[0,-1],[1,0],[1,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,0]],[[8589,6160],[0,-1]],[[8589,6159],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1]],[[8602,6141],[0,-1]],[[8602,6140],[-1,0],[1,0]],[[8602,6140],[0,-1],[0,1]],[[8602,6140],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1]],[[8607,6136],[0,-1]],[[8607,6135],[-1,-1],[1,0],[0,1]],[[8607,6135],[0,-1],[1,-1]],[[8608,6133],[0,-1]],[[8608,6132],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1]],[[8609,6132],[1,0],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[1,0]],[[8616,6127],[0,-1]],[[8616,6126],[0,-1],[0,-1]],[[8616,6124],[0,-1]],[[8616,6123],[0,-1],[0,-1],[1,0],[0,1],[0,1]],[[8617,6123],[0,1],[0,1],[0,1],[0,1]],[[8617,6127],[0,1],[-1,1],[-1,1],[0,2],[0,1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,1],[-1,0],[1,1],[0,-1],[0,1],[0,-1],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,-1],[1,0],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[3,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,1],[0,1],[1,-1],[0,1],[1,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[0,1],[1,-1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,3],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,2],[-1,0],[1,0],[0,1],[2,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[1,1],[1,-1],[0,1],[-1,0],[0,2],[0,1],[0,-1],[-1,-2],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,2],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[-1,0],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1]],[[8623,6158],[1,0],[-1,1]],[[8623,6159],[0,1]],[[8623,6160],[1,0],[0,-1],[0,-1],[1,0],[-1,1],[1,0],[1,0],[0,-1],[0,1],[-1,0],[1,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,1],[1,0],[0,1],[-1,-1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,-1]],[[8622,6172],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1]],[[8637,6188],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[-1,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,1],[0,1],[0,-1],[-1,0],[1,-1],[0,-1],[-1,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,-1],[1,0],[0,1],[0,1],[1,-1],[0,-1],[0,1],[1,1],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,1],[1,1],[0,1],[1,-1],[0,1],[0,1],[0,1],[1,-1],[0,1],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-2,3],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1]],[[8644,6183],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,-1],[1,0],[0,1],[0,1]],[[8655,6156],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1]],[[8657,6152],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[1,0]],[[8659,6148],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,-2],[-1,-1],[0,-1],[0,-2],[-1,-1],[1,-2],[-1,-3],[0,-1],[-1,0],[0,1],[1,0],[-1,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[1,1],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[1,1],[-1,0],[1,1],[-1,0],[0,-1],[-1,0],[0,1],[0,2],[-1,0],[1,0],[-1,1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1]],[[8646,6121],[0,-1]],[[8646,6120],[-1,0],[0,-1],[1,0]],[[8646,6119],[0,-1]],[[8646,6118],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,1],[-1,0]],[[8646,6119],[1,1],[0,1],[1,0],[0,1]],[[8648,6122],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1]],[[8651,6102],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,-1]],[[8651,6102],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[-1,1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[-1,1],[0,-1],[0,2],[0,2],[0,-1],[0,1],[1,0],[0,-2],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,-1],[-1,1],[1,0],[-1,1],[0,1],[1,-1],[0,1],[0,-1],[1,-1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-5],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[8675,5848],[-2,0],[0,-1]],[[8673,5847],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[1,-2],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[-1,0],[1,-1],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-2,1],[0,1],[-1,0],[-1,0],[0,-3],[1,0],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,3],[0,1],[0,1],[1,1],[0,1],[1,1],[1,0],[1,1],[1,1],[0,1],[2,1],[0,1],[2,1],[1,1],[1,2],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-2,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[0,1],[0,2],[1,0],[0,2],[0,4],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[0,-1],[1,0],[0,-1],[2,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[1,0]],[[8712,5806],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0]],[[8713,5804],[-1,0],[0,-1],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,1]],[[8713,5804],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[1,0]],[[8715,5803],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1]],[[8733,5757],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,-1],[1,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,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,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8767,5695],[-1,0],[0,-1]],[[8766,5694],[0,-1],[0,-1]],[[8766,5692],[-1,0],[1,0]],[[8766,5692],[0,-1]],[[8766,5691],[0,-1],[1,0]],[[8767,5690],[0,-1]],[[8767,5689],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[1,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0]],[[8768,5693],[1,0],[-1,0]],[[8768,5693],[0,1]],[[8768,5694],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1]],[[8771,5694],[0,-1],[0,-1]],[[8771,5692],[-1,0],[0,-1],[1,0]],[[8771,5691],[0,-1],[0,-1]],[[8771,5689],[-1,0],[1,0]],[[8771,5689],[0,-1]],[[8771,5688],[0,-1]],[[8771,5687],[0,-1],[0,1]],[[8771,5687],[1,0]],[[8771,5688],[1,0],[-1,0]],[[8771,5689],[1,0],[0,-1],[0,-1]],[[8772,5687],[0,-1]],[[8772,5686],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1]],[[8773,5686],[0,1]],[[8773,5687],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[-1,0],[0,1]],[[8774,5690],[0,-1],[1,0],[-1,0],[0,1]],[[8774,5690],[1,0],[-1,0]],[[8774,5690],[0,1]],[[8774,5691],[1,0],[-1,0]],[[8774,5691],[0,1],[0,1],[-1,0]],[[8773,5693],[1,0],[-1,0]],[[8773,5693],[0,1]],[[8773,5694],[1,0],[-1,0]],[[8773,5694],[0,1],[0,-1]],[[8773,5694],[0,1],[1,0],[-1,0],[0,-1]],[[8773,5694],[0,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[3,-2],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-2],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,-1],[1,-2],[0,-1],[0,-1],[1,0],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,-1],[0,-6],[1,-1],[0,1],[0,1],[0,1],[0,-2],[1,-1],[0,2],[0,1],[0,4],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[1,-2],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[1,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,-1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,1],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,2],[0,1],[1,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1]],[[8805,5690],[-1,1]],[[8804,5691],[0,1],[-1,2],[0,1],[-1,1],[-1,-1]],[[8801,5695],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,-1],[-1,1],[0,1],[0,1],[1,0],[-1,1],[1,-1],[0,1],[0,1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1]],[[8798,5701],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,1],[1,1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,0],[1,-3],[1,0],[0,-1],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[-1,0],[0,-2],[0,1],[0,-1],[-1,0],[0,-1],[-2,-1],[-1,0],[1,-2],[0,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,1],[0,1]],[[8814,5691],[1,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[-1,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-4],[0,-1],[1,-2],[0,-5],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,1],[-1,1],[1,0],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,0],[1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,1]],[[8837,5656],[0,-1],[0,1]],[[8837,5656],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,1],[1,2],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[-1,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-3],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[1,-6],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[1,-1],[0,-2],[0,-1],[1,-2],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[2,-4],[0,-1],[1,-2],[1,-5],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1]],[[8866,5555],[-1,0],[1,0]],[[8866,5555],[0,-1]],[[8866,5554],[-1,0],[0,-1]],[[8865,5553],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-2,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[2,0],[3,-1],[0,-6],[-2,1],[-3,0],[1,-1],[-1,0],[0,-1],[1,0],[0,-2],[0,-3],[0,1],[-1,-2],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[0,-2],[-1,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-7],[-2,1],[-2,1],[0,-1],[-1,-1],[1,-1],[-1,0],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-2],[-2,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[-2,1],[0,2],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[-2,0],[-2,1],[-2,0],[0,-3],[-1,-2],[0,-1],[0,-4],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,-1],[-2,0],[-1,-1],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[0,2],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,2],[1,0],[0,2],[1,2],[0,1],[0,1],[1,2],[0,1],[-1,1],[1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[-1,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,-1],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,1],[1,0],[-1,1],[0,1],[1,1],[1,0],[0,1],[1,1],[0,-1],[1,1],[0,-1],[0,1],[0,-1],[1,0],[1,-1],[0,1],[0,2],[-2,10],[1,0],[-1,0],[1,0],[0,2],[-1,1],[1,1],[1,1],[-1,1],[1,8],[0,1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,1],[0,-1],[0,1],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,2],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,-1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-4],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[-1,-1],[-1,1],[0,-1],[0,1],[-3,1],[-2,1],[-3,2],[-1,0],[-1,1],[-3,2],[0,-2],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-9],[-1,-5],[1,-1],[0,-1],[2,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[3,1],[1,-2],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[1,0],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[-3,1],[-1,1],[-1,0],[-1,0],[-4,1],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-2,-1],[-1,0],[-1,3],[-2,-1],[-1,-1],[0,-3],[-2,0],[-1,0],[-1,-1],[-3,-3],[-1,-2],[1,-4],[0,-5],[0,-2],[1,-2],[0,-4],[1,-3],[-1,-5],[0,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-4],[-3,-11],[0,-1],[0,-3],[0,-3],[0,-2],[-2,-8],[-1,0],[0,-1],[1,0],[0,-1],[1,-3],[1,-3],[-1,-4],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[1,-4],[0,-2],[0,-1],[1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[2,-2],[-2,-1],[0,-3],[-1,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[-3,0],[-2,-1],[-1,-1],[-1,0],[-1,-4],[0,-2],[-2,0],[-1,1],[-1,0],[0,-2],[-1,0],[1,-2],[0,-2],[0,-3],[0,-3],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,-2],[1,-4],[0,-1],[-2,0],[0,-2],[0,-1],[0,-2],[1,-2],[-1,-4],[0,-1],[-1,-1],[-2,0],[-1,-2],[0,-1],[0,-3],[0,-1],[-1,-2],[-1,-2],[0,-1],[2,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-3],[-1,-1],[2,-2],[-1,-1],[0,-4],[-1,0],[0,-1],[0,-1],[1,-2],[1,-1],[-1,-4],[-4,-4],[0,-3],[-1,-2],[0,-1],[1,0],[0,-2],[0,-1],[2,1],[0,-2],[0,-2],[2,0],[0,-2],[-1,-3],[0,-2],[0,-2],[2,-1],[-1,-1],[0,-2],[0,-1],[1,-3],[1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[1,1],[1,0],[0,-2],[2,0],[2,-1]],[[8208,5450],[0,1],[-1,1],[0,1],[0,1],[-1,0],[1,1],[-1,2],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[-1,1],[-1,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,1],[0,-1],[-1,0],[0,1],[-2,1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-25,3],[1,10],[-8,0],[0,10],[-12,1],[-2,0],[-13,1],[-3,0],[-1,2],[-1,2],[0,1],[0,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[1,0],[-1,-1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-2,0],[-1,-1],[-1,-3],[0,-1],[-1,1],[-1,4],[0,1],[-2,-2],[-1,-3],[0,-2],[-1,-4],[0,-1],[-1,-1],[-2,0],[-1,2],[0,2],[-1,0],[-1,1],[0,1],[1,3],[-1,1],[0,1],[-2,0],[-1,1],[-1,1],[-1,1],[-1,0],[-2,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[-1,1],[0,2],[1,0],[0,1],[1,0],[0,1],[0,2],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[1,0],[-1,1],[0,-1],[-1,1],[-1,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[2,1],[1,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,2],[1,-1],[1,0],[0,1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,3],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-2],[1,0],[0,1],[1,0],[1,0],[2,-2],[0,-4],[1,-6],[3,3],[2,1],[1,0],[0,-1],[1,1],[1,0],[2,-1],[1,0],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[1,0],[1,0],[0,1],[1,-1],[0,1],[1,0],[1,0],[1,-1],[1,2],[0,-1],[1,3],[1,3],[0,1],[0,1],[0,1],[2,2],[1,0],[1,1],[1,3],[1,0],[0,2],[2,5],[1,1],[1,0],[0,2],[-1,1],[0,2],[0,2],[0,1],[0,2],[0,1],[0,1],[1,2],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,2],[-1,0],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,-1],[1,0],[0,2],[1,0],[5,4],[0,1],[1,2],[0,1],[0,1],[2,2],[2,0],[1,0],[1,0],[1,1],[2,3],[1,1],[2,2],[1,0],[1,0],[1,0],[1,1],[1,1],[1,0],[1,-2],[1,0],[1,0],[3,2],[0,4],[-1,0],[0,1],[-1,1],[0,2],[0,1],[1,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,2],[-1,4],[0,1],[-1,0],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,2],[0,1],[3,0],[0,1],[1,0],[0,-1],[0,1],[1,1],[0,1],[0,1],[1,1],[2,2],[0,1],[1,0],[1,0],[0,2],[0,1],[0,2],[-1,1],[0,3],[0,2],[0,2],[0,1],[1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[-1,2],[0,2],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-2,2],[0,1],[0,1],[1,2],[-1,1],[0,3],[0,1],[0,1],[0,1],[1,0],[-1,2],[0,1],[0,1],[-1,0],[0,2],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,1],[0,1],[-1,1],[0,2],[-1,1],[1,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,2],[-1,0],[0,1],[-1,2],[-1,-2],[-1,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[2,1],[0,1],[0,3],[0,2],[0,1],[1,2],[-1,2],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,3],[0,1],[1,0],[1,1],[0,2],[0,1],[0,1]],[[8101,5893],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[-1,1],[-1,2],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,2],[0,5],[0,2],[1,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,-1],[1,0],[0,-1],[1,2],[0,1],[1,0],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,1],[1,1],[0,1],[1,2],[2,2],[1,0],[1,1],[0,1],[1,1],[0,1],[1,2],[0,1],[2,2],[1,1],[0,1],[2,-1],[0,1],[1,3],[1,0],[-1,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,1],[-4,8],[1,2],[0,2],[4,-3],[1,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,9],[1,3],[1,-1],[0,4],[1,0],[1,1],[0,2],[-1,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,-5],[0,-1],[0,-1],[1,0],[3,-3],[0,-2],[3,-2],[0,-1],[1,0],[0,1],[3,-1],[2,1],[0,-3],[1,-1],[2,-1],[1,0],[0,-1],[1,-1],[1,0],[1,1],[1,1],[2,0],[1,0],[3,1],[0,2],[1,9],[1,0],[1,1],[0,-1],[1,1],[1,0],[1,0],[0,1],[1,1],[0,-1],[1,1],[1,0],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,-1],[1,1],[1,0],[1,1],[0,-1],[1,0],[0,1],[1,-1],[4,-11],[1,-1],[0,-1],[-1,-4],[0,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-2],[-1,1],[0,-1],[0,-1],[1,0],[0,-2],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[1,-4],[2,-5],[8,8],[5,6],[7,8],[1,1],[6,-1],[1,0],[3,-1],[4,0],[0,-3],[0,-6],[0,-4],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-3],[1,0],[1,-1],[0,-3],[-1,-4],[0,-3],[0,-4],[-1,-3],[0,-3],[0,-1],[-1,-1],[-2,-7],[-1,-3],[0,-1],[3,0],[7,-9],[-3,-8],[-7,-13],[3,-4],[-8,-11],[0,-1],[-3,-3],[-2,-12],[1,-1],[4,-2],[3,-2],[3,-10],[-3,-8],[3,-14],[1,-4],[-7,-8],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,1],[1,0],[1,0],[0,-1],[1,1],[1,0],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,2],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,1],[1,0],[1,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[5,5],[3,0],[1,3],[0,1],[2,5],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[0,2],[0,1],[0,2],[0,1],[0,1],[1,0],[1,1],[0,2],[1,1],[0,2],[0,2],[-2,3],[0,3],[0,1],[0,1],[0,3],[-1,1],[-1,1],[-2,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,-1],[-1,0],[0,1],[-1,2],[-1,4],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[1,0],[-1,1],[0,1],[0,1],[1,1],[0,2],[0,1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[-1,-2],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,1],[0,-1],[1,1],[1,0],[1,0],[0,2],[1,1],[0,1],[1,0],[0,1],[1,-1],[1,9],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[1,1],[1,1],[1,1],[1,0],[2,3],[2,3],[1,1],[2,2],[1,2],[2,4],[1,1]],[[8739,5769],[0,1],[0,-1]],[[8739,5769],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[1,-1],[-1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,3],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0]],[[8715,5803],[0,1],[1,0],[-1,0],[0,-1]],[[8715,5803],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0]],[[8713,5804],[0,1],[0,1],[-1,0]],[[8712,5806],[0,1],[0,1],[0,-1],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[1,-1],[-1,0],[1,-1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-1,2],[0,1],[-1,0],[0,2],[-1,2],[0,1],[0,1],[0,1],[-1,1],[0,2],[-1,1],[1,1],[-1,1],[0,1],[0,2],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,1],[1,0],[0,1],[1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[2,0],[1,0],[1,-1],[1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,-1],[1,1],[0,1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0]],[[8713,5854],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[-1,0],[0,2],[1,-1],[1,-1],[2,-2],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,-1],[3,1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,0],[1,-1],[-1,0],[0,1],[0,-1],[-1,-1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,-1],[1,0],[0,1],[0,-1],[0,1],[1,1],[1,1],[1,1],[1,2],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[-1,0],[0,1],[1,1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-3],[0,-1],[0,-3],[0,-3],[-1,-5],[0,-6],[-1,-3],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[-1,-2],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[1,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,1],[1,-1],[0,1],[-1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1]],[[8525,6233],[-1,-1],[0,-1],[0,-1]],[[8524,6230],[0,-1]],[[8524,6229],[0,-2],[-1,0],[0,-1],[1,-1]],[[8524,6225],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,-1]],[[8520,6215],[-1,0]],[[8519,6215],[-1,1],[-2,1]],[[8516,6217],[0,1],[-1,1],[0,1],[1,1],[0,1],[1,1]],[[8517,6223],[0,1]],[[8517,6224],[0,1],[-1,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1]],[[8516,6240],[0,1],[0,1]],[[8516,6242],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[-1,1],[0,1],[1,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[1,-3],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,-1],[-1,-1],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-3],[1,-1]],[[8623,6206],[0,-1],[-1,-1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[-1,0],[1,0],[-1,-1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,-1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,1],[-1,0],[1,1],[-1,0],[0,-1],[-1,-1],[0,1],[0,-1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,2],[1,0],[0,-1],[0,1],[-1,1],[1,0],[0,1],[1,-1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,-1],[0,1],[-1,1],[0,1],[-1,0],[1,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[1,-2],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1]],[[8752,5755],[0,1],[0,-1]],[[8752,5755],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0]],[[8759,5741],[1,0],[-1,0]],[[8759,5741],[0,-1]],[[8759,5740],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1]],[[8527,6235],[0,1]],[[8527,6236],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1]],[[8527,6242],[1,0],[0,1]],[[8528,6243],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,2],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,2],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-3],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,1],[-1,1]],[[8690,5945],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-2,-1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,1],[1,0],[0,1],[0,-1]],[[8604,6202],[0,1],[1,0],[0,1],[1,1],[1,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[1,0],[1,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,1],[-1,1],[0,1],[0,1]],[[8562,6291],[0,-1],[1,0],[1,0],[0,1],[1,-1],[0,1],[1,1],[0,-1],[0,-1],[1,-1],[0,-1]],[[8567,6288],[-1,0],[-1,0],[1,0],[-1,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[1,0]],[[8680,5971],[0,-1],[-1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[0,2],[1,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0]],[[8520,6212],[1,1],[1,2],[0,2],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0]],[[8520,6208],[0,2]],[[8520,6210],[0,1]],[[8520,6211],[0,1]],[[8515,6284],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[-1,1],[0,1],[1,1],[2,0],[0,1]],[[8517,6210],[0,1],[0,1],[0,2],[0,1],[1,0],[1,-1]],[[8519,6214],[0,-2],[1,-1]],[[8520,6210],[-1,0],[-2,0]],[[8671,5843],[0,1]],[[8671,5844],[1,0],[2,-1],[1,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,2],[-1,1]],[[8585,6213],[-1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,-1],[1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1]],[[8524,6230],[1,2],[0,1]],[[8525,6233],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,-2]],[[8524,6225],[0,1],[0,2],[0,1]],[[8649,6297],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[1,0],[0,-1],[0,-1],[-1,1],[-1,0],[0,1],[1,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0]],[[8673,5847],[1,0],[1,1]],[[8675,5848],[1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1]],[[8766,5694],[1,0],[0,1]],[[8767,5695],[0,-1],[0,1]],[[8767,5695],[0,-1],[0,-1],[1,0]],[[8768,5693],[-1,0],[0,-1],[0,1],[1,0]],[[8768,5694],[-1,0],[1,0]],[[8768,5693],[0,-1],[0,-1],[0,-1],[-1,-1]],[[8767,5690],[0,1],[-1,0]],[[8766,5691],[0,1],[0,1],[0,1],[0,-1]],[[8766,5693],[1,0],[-1,0]],[[8766,5693],[0,1]],[[8581,6182],[0,1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-3],[-1,-1],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,1],[0,1],[0,1],[1,0]],[[8557,6286],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[0,1],[0,1]],[[8811,5907],[-1,0],[0,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0]],[[8517,6210],[1,-1],[1,0],[1,1]],[[8520,6210],[0,-1],[0,-1]],[[8520,6208],[0,-1]],[[8520,6207],[-1,0]],[[8519,6207],[-1,0],[0,1],[-1,1],[0,1]],[[8554,6305],[0,1],[1,0],[1,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1]],[[8522,6145],[-1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1]],[[8560,6294],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,2],[1,0],[1,0],[0,-1],[-1,1],[0,-1]],[[8595,6279],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,2],[0,1]],[[8533,6143],[0,-2],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,-1]],[[8783,5681],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0]],[[8708,5948],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1]],[[8507,6287],[0,-1],[1,-1],[0,-1],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[1,0],[1,0],[0,-1]],[[8803,5693],[1,-2]],[[8804,5691],[0,-1]],[[8804,5690],[-1,0],[-1,1],[0,1],[-1,0],[1,0],[1,0],[0,1]],[[8721,5879],[1,-1],[0,1],[1,1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1]],[[8520,6215],[1,0],[0,-1],[-1,-1],[0,-1]],[[8520,6212],[-1,1],[0,1]],[[8519,6214],[0,1]],[[8616,6123],[0,1],[0,2],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[8669,5844],[1,0],[1,0]],[[8671,5843],[0,-1],[-1,0],[0,1],[-1,1]],[[8803,5693],[-1,0],[0,1],[-1,0],[0,1]],[[8801,5695],[1,0],[0,-1],[1,-1]],[[8773,5693],[0,-1],[0,-1],[1,0]],[[8774,5690],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0]],[[8579,6217],[0,1],[1,0],[1,-1],[-1,-1],[0,1],[-1,0]],[[8739,5769],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1]],[[8622,6175],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,-1],[0,-1],[1,0]],[[8644,6256],[0,1],[1,0],[0,1],[-1,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0]],[[8692,5932],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1]],[[8527,6235],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0]],[[8584,6275],[-1,1],[1,0],[0,1],[1,-1],[-1,-1]],[[8609,6190],[-1,1],[1,0],[-1,0],[0,1],[0,1],[1,-1],[0,-1],[0,-1]],[[8743,5762],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[8539,6102],[0,1]],[[8539,6103],[0,1],[0,1]],[[8539,6105],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1]],[[8685,5945],[-1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1]],[[8643,6185],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1]],[[8727,5851],[0,-1],[1,0],[2,-1],[1,-1],[-1,0],[0,1],[-1,0],[-1,1],[-2,1],[0,-1],[-1,0],[1,1],[1,0]],[[8527,6242],[0,1],[0,1],[1,0],[0,-1]],[[8528,6243],[-1,0],[0,-1]],[[8813,5838],[0,1],[1,0],[0,-1],[1,0],[-1,0],[-1,0]],[[8569,6191],[1,0],[0,-1],[0,-1],[-1,1],[0,1]],[[8972,5671],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0]],[[8640,6281],[0,1],[0,1],[1,-1],[-1,0],[1,0],[-1,-1],[1,0],[0,-1],[-1,0],[0,1]],[[8524,6194],[-1,0],[0,1],[0,1],[0,-1],[1,0]],[[8556,6300],[0,1],[1,0],[0,-1],[-1,0]],[[8679,5914],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1]],[[8517,6223],[-1,0],[0,1],[1,0]],[[8597,6283],[1,0],[0,-1],[1,0],[-1,0],[-1,1]],[[8598,6280],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1]],[[8687,5894],[0,1],[0,1],[0,-1],[1,0],[-1,-1],[1,0],[-1,0]],[[8697,6072],[0,-1],[-1,1],[0,1],[1,0],[0,-1]],[[8618,6173],[1,0],[0,1],[1,-1],[0,-1],[-1,1],[0,-1],[0,1],[-1,0]],[[8520,6207],[0,-1],[-1,0],[0,-1],[0,1],[0,1]],[[8516,6241],[0,1],[0,-1],[0,-1]],[[8516,6240],[-1,0],[0,1],[1,0]],[[8752,5755],[0,-1],[0,-1],[0,-1]],[[8752,5752],[-1,0]],[[8751,5752],[0,1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1]],[[8837,5656],[0,1],[1,1],[1,0],[-1,0],[0,-1],[-1,-1]],[[8682,5950],[-1,0],[1,1],[0,-1],[1,0],[-1,0],[0,-1],[0,1]],[[8681,5967],[0,1],[1,0],[0,-1],[-1,0]],[[8738,5760],[0,1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1]],[[8918,5746],[0,1],[1,1],[0,-1],[-1,0],[0,-1]],[[8656,6164],[0,1],[1,0],[0,-1],[0,-1],[0,1],[-1,0]],[[8733,5757],[-1,0],[0,1],[1,0],[0,-1]],[[8798,5699],[1,-1],[-1,0],[0,1]],[[8677,5924],[0,1],[1,-1],[-1,0]],[[8532,6272],[0,1],[1,0],[0,-1],[-1,0]],[[8673,6085],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[1,0]],[[8516,6217],[1,0],[0,-1],[-1,0],[0,1]],[[8527,6218],[1,0]],[[8528,6217],[-1,0],[0,1]],[[8669,5844],[0,-1],[-1,1],[1,0]],[[8623,6160],[-1,1],[1,0],[0,-1]],[[8610,6193],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,-1]],[[8773,5687],[0,1],[0,-1]],[[8773,5686],[0,1],[-1,0],[1,0]],[[8644,6286],[1,-1],[-1,0],[0,1]],[[8526,6208],[-1,0],[0,1],[1,0]],[[8872,5848],[1,0],[0,-1],[-1,0],[0,1]],[[8538,6106],[1,0],[0,-1]],[[8539,6105],[-1,0]],[[8713,5854],[0,1],[1,0]],[[8714,5855],[-1,-1]],[[8814,5691],[-1,0],[1,1],[0,-1]],[[8714,5855],[0,1],[-1,0],[1,-1]],[[8511,6273],[1,1],[0,-1],[-1,0]],[[8573,6194],[0,1],[1,0],[0,-1],[-1,0]],[[8574,6200],[-1,0],[0,1],[1,0],[0,-1]],[[8609,6133],[0,-1]],[[8609,6132],[-1,1]],[[8608,6133],[1,0]],[[8594,6228],[0,1],[1,-1],[-1,0]],[[8561,6288],[1,0],[0,-1],[-1,1]],[[8677,5924],[0,-1],[-1,0],[1,1]],[[8752,5752],[0,-1],[-1,0],[0,1]],[[8917,5744],[-1,1],[1,0],[0,-1]],[[8815,5695],[1,1],[0,-1],[-1,0]],[[8659,6153],[0,1],[1,-1],[-1,0]],[[8660,6133],[0,1],[1,0],[0,-1],[-1,0]],[[8590,6217],[0,1]],[[8590,6218],[1,-1]],[[8591,6217],[-1,0]],[[8578,6184],[0,1],[1,-1],[-1,0]],[[8637,6188],[1,1],[0,-1],[-1,0]],[[8591,6217],[0,-1],[-1,0],[0,1]],[[9065,4638],[0,-1],[0,-1],[0,-1],[1,0]],[[9066,4634],[0,-1],[0,-1],[1,0]],[[9067,4632],[1,0]],[[9068,4632],[1,0],[1,0],[0,1]],[[9070,4633],[0,1]],[[9070,4634],[0,1]],[[9070,4635],[1,0],[0,1],[0,1]],[[9071,4637],[1,0]],[[9072,4637],[0,-1],[1,0],[0,1]],[[9073,4637],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1]],[[9078,4634],[1,-1],[1,0]],[[9080,4633],[1,0]],[[9081,4633],[0,1]],[[9081,4634],[1,-1],[0,-1]],[[9082,4632],[0,-1],[1,-1]],[[9083,4629],[0,-1],[0,-1]],[[9083,4627],[0,-1],[1,-1]],[[9084,4625],[0,-1],[1,0]],[[9085,4624],[1,0],[1,0]],[[9087,4624],[1,0],[0,1]],[[9088,4625],[1,0]],[[9089,4625],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2]],[[9088,4616],[-1,-2],[0,-1]],[[9087,4613],[-2,-1],[-1,0]],[[9084,4612],[-3,0],[-1,-1]],[[9080,4611],[1,-2],[0,-1]],[[9081,4608],[-1,0]],[[9080,4608],[0,-1]],[[9080,4607],[0,-1]],[[9080,4606],[-1,0]],[[9079,4606],[0,1],[0,-1]],[[9079,4606],[-1,0],[0,1]],[[9078,4607],[0,1],[-1,0],[-1,0],[0,-1]],[[9076,4607],[-1,0],[0,-1],[1,0],[0,1]],[[9076,4607],[1,0]],[[9077,4607],[0,-1],[1,0]],[[9078,4606],[0,-1]],[[9078,4605],[0,-1],[0,-1],[0,-1]],[[9078,4602],[0,-1],[1,0]],[[9079,4601],[0,-1],[1,0]],[[9080,4600],[0,-1]],[[9080,4599],[0,-1]],[[9080,4598],[-1,-1],[0,-1],[0,1],[0,-1],[1,0]],[[9080,4596],[0,-1]],[[9080,4595],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0]],[[9077,4593],[-1,0],[1,0]],[[9077,4593],[0,-1]],[[9077,4592],[0,-1],[1,0]],[[9078,4591],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1]],[[9080,4587],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,1],[-1,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,-1]],[[9080,4585],[0,-1],[1,0],[0,1]],[[9081,4585],[1,0],[0,1]],[[9082,4586],[1,0]],[[9083,4586],[0,-1]],[[9083,4585],[-1,0]],[[9082,4585],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[9084,4577],[0,-1]],[[9084,4576],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1]],[[9084,4569],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[1,1],[-1,0],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,3],[1,0],[0,1],[0,1],[0,1],[-1,0]],[[9086,4566],[0,-1],[0,-1],[0,1],[0,1]],[[9086,4566],[0,1]],[[9086,4567],[1,1]],[[9087,4568],[1,0],[-1,0]],[[9087,4568],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0]],[[9106,4501],[0,1],[1,0]],[[9107,4502],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-2,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0]],[[9020,4451],[0,-1],[0,1]],[[9020,4451],[0,1],[1,0],[1,0],[0,1],[2,0],[1,3],[-1,0],[-1,0],[0,3],[-1,0],[1,0],[1,1],[2,2],[1,0],[1,0],[1,0],[1,1],[1,0],[0,-1],[2,-1],[0,1],[0,2],[0,1],[1,0],[0,-1],[1,0],[0,2],[-1,0],[0,1],[0,1],[0,2],[1,0],[-1,1],[1,0],[0,2],[1,0],[0,2],[-2,1],[0,1],[-1,1],[0,1],[1,-1],[0,3],[0,1],[-1,0],[1,4],[-1,0],[-1,-3],[0,1],[0,8],[-2,1],[0,1],[-1,0],[0,2],[0,-1],[1,0],[1,0],[0,1],[2,-1],[0,-2],[0,-1],[2,-1],[1,1],[-1,0],[0,2],[-1,1],[1,3],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[-1,0],[0,3],[-1,0],[0,4],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,-1],[1,0],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,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,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[1,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[1,0],[0,1],[-1,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[1,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[1,1],[1,0]],[[9086,4584],[0,1],[0,1],[0,1]],[[9086,4587],[0,1],[-1,0]],[[9085,4588],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[9084,4592],[0,1]],[[9084,4593],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1]],[[9086,4604],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1]],[[9088,4612],[0,1]],[[9088,4613],[1,0],[0,1],[0,1]],[[9089,4615],[0,1]],[[9089,4616],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[9089,4615],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[9087,4568],[1,1],[0,-1]],[[9088,4568],[-1,0]],[[9087,4568],[-1,0]],[[9086,4568],[0,1]],[[9086,4569],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[9080,4607],[1,0],[0,1]],[[9081,4608],[0,1]],[[9081,4609],[0,1],[-1,0],[0,1]],[[9080,4611],[1,0],[-1,0]],[[9080,4611],[1,0],[1,0],[0,1],[1,0],[1,0]],[[9084,4612],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1]],[[9083,4604],[0,-1]],[[9083,4603],[-1,0],[0,-1]],[[9082,4602],[0,-1]],[[9082,4601],[-1,0]],[[9081,4601],[0,1],[0,-1]],[[9081,4601],[-1,0]],[[9080,4601],[-1,0]],[[9079,4601],[0,1],[-1,0]],[[9078,4605],[1,0],[0,1]],[[9079,4606],[0,-1],[0,1]],[[9080,4595],[1,0],[0,1],[1,0],[0,-1]],[[9082,4595],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0]],[[9083,4590],[0,-1]],[[9083,4589],[0,-1]],[[9083,4588],[-1,0],[0,-1],[-1,0],[0,-1],[1,1],[0,-1]],[[9082,4586],[0,-1],[-1,0],[-1,0]],[[9080,4585],[0,1],[0,1]],[[9078,4591],[0,1],[-1,0]],[[9077,4592],[0,1],[1,0]],[[9078,4593],[0,-1],[1,0],[0,1]],[[9079,4593],[0,1],[0,1],[0,-1]],[[9079,4594],[1,0],[0,1]],[[9080,4595],[0,1],[0,-1]],[[9083,4586],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[9083,4583],[0,1],[0,1]],[[9082,4601],[0,-1]],[[9082,4600],[0,-1]],[[9082,4599],[0,-1]],[[9082,4599],[-1,0],[0,-1]],[[9081,4598],[0,1]],[[9081,4599],[-1,0]],[[9080,4600],[0,1]],[[9080,4601],[1,0],[1,0]],[[9082,4596],[0,-1],[0,1],[-1,0],[0,-1],[-1,0]],[[9080,4596],[0,1],[0,1]],[[9080,4598],[0,-1],[1,0]],[[9081,4597],[0,-1]],[[9081,4597],[1,0],[0,1]],[[9082,4598],[0,-1],[0,-1]],[[9085,4608],[0,1],[0,1],[0,1]],[[9085,4611],[1,0],[0,1],[1,0]],[[9087,4612],[0,-1],[-1,0],[0,-1],[0,-1]],[[9086,4609],[-1,0],[0,-1]],[[9085,4606],[0,1]],[[9085,4607],[1,0],[0,1],[0,1]],[[9086,4609],[0,-1],[0,-1],[0,-1]],[[9086,4606],[-1,0]],[[9085,4606],[0,-1]],[[9085,4605],[0,-1],[0,1]],[[9082,4602],[1,0],[0,1]],[[9083,4604],[1,0]],[[9084,4604],[0,-1]],[[9084,4603],[-1,-1],[0,-1]],[[9083,4601],[-1,0]],[[9089,4625],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1]],[[9078,4605],[0,1],[0,1],[0,-1],[1,0]],[[9079,4606],[1,0],[-1,0],[1,0],[-1,0]],[[9085,4587],[1,0]],[[9086,4584],[-1,-1],[0,1],[0,1],[0,1],[0,1]],[[9086,4568],[-1,0],[0,-1],[1,0]],[[9086,4566],[-1,0],[0,1],[0,1],[0,1],[-1,0]],[[9084,4569],[1,0],[1,0]],[[9080,4598],[1,0]],[[9081,4598],[0,-1]],[[9081,4597],[-1,1]],[[9084,4578],[1,0]],[[9085,4578],[0,-1],[0,-1],[-1,0]],[[9084,4577],[0,1]],[[9088,4615],[0,1]],[[9088,4616],[1,0]],[[9089,4615],[-1,0]],[[9070,4633],[-1,0],[-1,0],[1,0],[1,1]],[[9082,4598],[-1,0]],[[9088,4612],[-1,0]],[[9087,4612],[0,1]],[[9087,4613],[1,0]],[[9083,4599],[0,-1]],[[9083,4598],[-1,0]],[[9082,4599],[1,0]],[[8893,4816],[0,-1]],[[8893,4815],[3,-4],[1,0],[0,-1],[0,-1],[1,-1],[0,2],[1,2],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[2,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[2,-1],[0,1],[0,2],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,2],[-1,0],[1,0],[0,1],[3,-1],[0,1],[0,2],[0,2],[1,-1],[1,0],[1,-1],[1,0],[1,1],[1,0],[0,1],[1,-1],[1,-1],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[2,0],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[2,3],[0,-2],[1,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[2,0],[2,-1],[0,3],[2,0],[0,2],[0,-1],[1,0],[0,-1],[0,2],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,-1],[0,1],[2,-1],[0,-1]],[[8976,4807],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-3],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,0],[0,-1],[1,0],[1,0]],[[8986,4721],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[0,-3],[0,-2],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8995,4666],[0,-1],[1,0]],[[8996,4665],[0,1]],[[8996,4666],[1,0],[0,1]],[[8997,4667],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1]],[[9000,4668],[0,-1],[1,0]],[[9001,4665],[0,-1],[1,0]],[[9003,4667],[0,1],[-1,0]],[[9002,4669],[0,1],[-1,0]],[[9001,4670],[0,1],[1,1],[0,1]],[[9002,4673],[1,0],[0,1]],[[9003,4674],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,1],[0,1]],[[9013,4681],[0,-1]],[[9013,4680],[1,0]],[[9014,4654],[-1,0]],[[9013,4654],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,1],[-2,0],[-2,1],[-1,-4],[0,-3],[0,-3],[0,-3],[-2,0],[0,-2],[-2,1],[-1,-2],[-2,1],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-2],[-2,1],[0,-1],[-1,-3],[0,-2],[0,-3],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[-1,-2],[-1,1],[0,-1],[0,-1],[0,-2],[-2,1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,-1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,1],[1,1],[1,0],[1,0],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-2,1],[0,1],[-1,0],[0,-1],[0,-2],[1,-4],[-1,0],[-1,0],[-1,1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[2,-6],[1,0],[2,-4],[1,-2],[-2,-3],[-2,-2],[-1,-1],[-1,1],[0,-1],[-2,-1],[0,-1],[1,-2],[0,-1],[1,0],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,-6],[0,-1],[0,-1],[0,-4],[-1,-1],[-2,-3],[-2,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-2,-1],[-1,0],[-1,0],[1,0],[0,-1],[1,-3],[1,-2],[0,-1],[1,0],[-1,-2],[1,0],[0,-1],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,-5],[0,-4],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[8919,4559],[-1,1],[0,1],[-1,0],[0,1],[-1,2],[-1,1],[0,1],[0,1],[-1,4],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,2],[1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,2],[1,0],[0,1],[0,1],[0,2],[0,3],[-1,0],[0,1],[0,2],[0,1],[1,2],[0,1],[2,0],[-1,0],[0,1],[1,0],[-1,0],[0,3],[0,1],[-1,1],[0,1],[-1,1],[0,4],[0,1],[0,2],[0,2],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,3],[0,1],[-1,0],[0,2],[1,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,2],[0,4],[0,1],[0,1],[-1,0],[1,3],[0,1],[0,3],[2,-1],[0,-1],[1,0],[1,1],[1,2],[0,1],[1,0],[-1,2],[0,2],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[-2,1],[-3,0],[0,-1],[-2,0],[0,1],[0,2],[-1,0],[1,3],[0,2],[0,3],[0,2],[1,4],[-1,0],[-1,0],[0,7],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,1],[1,3],[0,2],[-5,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,1]],[[8889,4727],[0,-1],[0,1]],[[8101,5893],[-10,1],[-10,2],[0,2],[0,2],[-1,0],[-1,0],[0,1],[-1,0],[-11,4],[0,1],[0,2],[1,0],[0,3],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-7,2],[-1,0],[-1,0],[-2,1],[-1,0],[-5,1],[-2,-16],[-11,3],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[-1,1],[0,2],[-1,1],[0,1],[0,1],[-1,0],[0,3],[0,1],[0,1],[1,1],[1,1],[1,1],[0,1],[1,1],[0,1],[0,2],[-2,0],[-22,4],[1,19],[2,25],[1,16],[2,-1],[1,5],[1,10],[-2,3],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[2,13],[-13,2],[-9,2],[-5,1],[-1,0],[0,1],[2,28],[-11,2],[1,5],[0,2],[0,3],[2,23],[-1,11],[2,18],[-1,1],[-1,1],[-4,3],[-1,1]],[[7900,6253],[1,23],[3,0],[1,-1],[1,9],[16,-2],[5,-1],[0,1],[2,28],[-9,1],[-1,0],[-5,1],[1,25],[-9,1],[1,28],[0,7],[1,23],[0,3],[2,26],[6,-1],[3,4],[31,-6],[0,-10],[0,-1],[-1,-4],[9,-27],[8,-1],[2,-1],[3,-2],[1,-1],[1,8],[0,1],[0,1],[0,5],[0,3],[1,1],[0,3],[0,2],[0,3],[-1,1],[1,5],[26,-4],[-1,-3],[0,-2],[0,-1],[0,-2],[2,-1],[1,0],[4,-2],[1,-1],[1,-1],[2,0],[2,-1],[2,-1],[2,-1],[1,0],[3,0],[0,-1],[9,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,1],[1,1],[1,1],[1,0],[0,1],[0,1],[1,1],[0,2],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[-1,1],[1,1],[0,2],[1,1],[0,1],[1,0],[0,-1],[1,-1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[1,1],[0,1],[1,1],[0,1],[0,3],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,1],[1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,1],[1,0],[0,1],[1,0],[1,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[2,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,0],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,1],[0,2],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,2],[1,1],[0,1],[0,2],[0,1],[1,0],[1,1],[1,1],[1,1],[1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,2],[-1,1],[0,2],[0,2],[0,1],[-1,2],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,3],[0,1],[0,3],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[-1,2],[0,1],[0,1],[-1,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,5],[0,1],[0,1],[-1,1],[0,1],[-1,2],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[1,-1],[11,-2],[1,8],[1,25],[0,1],[1,14],[1,0],[0,2],[-1,0],[1,8],[0,7],[3,0],[0,1],[0,3],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[-1,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,1],[4,1],[1,0],[9,-3]],[[8162,6916],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[-1,0],[1,0],[1,3],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[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,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[1,1],[1,0],[0,1],[0,2],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[2,-1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,-1],[1,-4],[1,-3],[0,-2],[0,-2],[1,-3],[1,0],[1,-2],[1,-1],[1,0],[-1,0],[0,1],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,1],[1,0],[1,1],[-1,0],[1,0],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,-2],[0,1],[1,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[1,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-2],[0,1],[0,-1],[0,1],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-2],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[0,1],[-1,0],[1,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,-1],[1,-1],[1,1],[0,1],[1,-1],[1,-1],[1,-1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[1,0],[1,0],[1,1],[1,1],[0,2],[0,1],[0,1],[1,1],[1,1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-2],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-4],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,1],[0,3],[1,0],[1,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,-1],[1,-1],[-1,-1],[0,-5],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,-1]],[[8343,6778],[0,-1],[0,1]],[[8343,6778],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[1,0],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[1,0],[-1,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0]],[[8348,6716],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[-1,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[1,-1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,1],[2,-1],[1,0],[0,-1],[1,-2],[0,-1],[1,-1]],[[8351,6632],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,-1],[0,1],[0,1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[2,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,2],[-1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[0,-2],[0,1],[1,0],[0,1],[1,1],[0,-1],[1,-1],[0,1],[0,-1],[1,1],[0,1],[0,-1],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[1,-1],[1,0],[1,0],[-1,0],[0,1],[1,1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,1],[0,-1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,1],[1,-1],[1,-1],[1,0],[0,-1],[-1,-2],[1,-1],[0,-1],[0,-1],[1,0],[1,0]],[[8386,6594],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,-1],[1,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,1],[-1,1],[0,1],[2,0],[1,0],[1,0],[0,-1],[1,-1],[1,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-2],[0,-1],[-1,0],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-2],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-2],[-1,1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[-1,2],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-1],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-4],[1,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,1],[1,0],[1,0],[1,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[0,1],[-1,0],[0,2],[-1,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[-1,1],[-1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,1],[1,1],[-1,0],[1,1],[1,1],[1,0],[1,-1],[1,-1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[1,0],[0,1],[0,1],[1,0],[-1,1],[1,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,1],[1,-1],[1,1],[1,0],[0,1],[1,1],[1,0],[1,0],[1,0],[0,1]],[[8440,6430],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[1,-1],[1,1],[0,-1],[0,-1],[1,0],[-1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[1,1],[0,1],[1,1],[1,0],[1,0],[1,-1],[-1,0],[-1,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[1,0],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,-1],[-1,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,1],[1,1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,-1],[0,1],[1,0],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[1,-1],[0,1],[1,0],[0,-1],[1,0],[1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[1,1],[0,-1],[1,0],[0,1],[1,-2],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-3],[-1,-2],[1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],
[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[1,-1],[0,-2],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,-1],[0,-2],[0,-1],[1,-5],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[5,-5],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[2,0],[0,1],[1,0],[0,1],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[1,1],[0,2],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-2],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-3]],[[8370,6766],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,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],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[1,1],[0,3],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[1,1],[0,1],[-1,1],[0,1],[1,1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-2],[1,0],[1,0],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,2],[1,0],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[1,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[-1,1],[1,0],[0,2],[0,1],[1,0],[0,-1],[0,-1],[1,-3],[1,-3],[0,-1],[1,-1],[1,-1],[1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0]],[[8361,6815],[0,2],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-1,-1],[0,2],[0,1],[-1,-1],[0,1],[1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,1],[-1,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[0,1],[1,1],[1,1],[1,1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,1],[0,2],[0,-1],[0,1],[1,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[1,-1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-2],[0,-2],[1,0],[0,-1],[-1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[8291,6863],[0,-1],[1,0],[0,-1],[1,0],[-1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1]],[[8585,6378],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1]],[[8583,6376],[-1,0],[-1,0],[0,-1]],[[8581,6375],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,-1],[1,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,1],[0,1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[1,-1],[-1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1]],[[8387,6710],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,-1],[1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,2],[1,1],[1,0],[-1,1],[0,1],[-1,0],[1,0],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,1]],[[8590,6357],[1,1],[1,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,-2],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,2],[0,1],[-1,0],[0,1],[0,1],[1,-1],[1,1],[1,0],[1,-1],[1,0]],[[8473,6616],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[1,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,2],[0,1],[0,1]],[[8445,6596],[0,1],[-1,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,0],[-1,-1],[0,-1],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1]],[[8353,6751],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0]],[[8393,6784],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8391,6774],[0,1],[0,-1]],[[8391,6774],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0]],[[8388,6774],[0,1],[1,0],[0,1],[-1,0],[0,2],[0,1],[0,1],[1,0],[0,2],[0,1],[-1,0],[1,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,2],[1,0],[0,1],[0,-1],[0,-2],[0,-1],[-1,-1],[1,0]],[[8368,6763],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1]],[[8381,6732],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,2],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[-1,1],[0,-1],[-1,1],[-1,0],[0,-1],[0,-1],[-2,-1],[0,1],[-1,1],[0,1],[0,1]],[[8442,6596],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[-1,0],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,-1],[-1,-1],[0,2],[1,0],[1,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,1]],[[8421,6631],[0,1],[-1,1],[0,1],[1,1],[-1,0],[0,1],[1,1],[0,1],[1,0],[1,-1],[1,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,1],[0,-1],[1,-2],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,0]],[[8486,6478],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1]],[[8502,6397],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[0,2],[-1,-1],[0,1],[0,1]],[[8363,6615],[0,-1]],[[8363,6614],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0]],[[8421,6631],[0,-1],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-2],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,1],[0,2],[0,1],[0,1],[-1,0],[1,0],[-1,0],[-1,0],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,0]],[[8352,6785],[0,-1]],[[8352,6784],[-1,0],[0,-1],[1,0]],[[8352,6783],[-1,0],[0,-1],[0,-1]],[[8351,6781],[0,-1]],[[8351,6780],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,1],[0,-1],[0,-1]],[[8399,6661],[0,1],[-1,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[-1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[-2,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,1],[1,0]],[[8453,6332],[-1,1],[0,1],[0,1],[1,-1],[0,1],[1,0],[0,1],[1,-1],[1,0],[0,-1],[1,-2],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,1]],[[8365,6757],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1]],[[8358,6844],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,1],[1,-2],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[-1,0]],[[8388,6676],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[-1,0],[-1,1],[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,2],[0,1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[8381,6813],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,2],[0,1],[0,1],[-1,1]],[[8364,6786],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1]],[[8346,6798],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,1],[-1,-1],[0,1],[-1,1],[0,1],[0,1],[-1,2],[0,1]],[[8589,6380],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0]],[[8406,6666],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,-1],[1,-1],[0,-1],[-1,0]],[[8520,6570],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,-2],[-1,-1],[-1,1],[0,-1],[-1,0],[0,1],[1,1],[-1,1],[0,1]],[[8392,6703],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1]],[[8439,6639],[1,0],[0,1],[1,-1],[1,0],[-1,0],[1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,1],[-1,1],[0,-1],[0,2]],[[8452,6646],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,-1],[-1,0],[0,1]],[[8476,6640],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1]],[[8578,6420],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1]],[[8490,6443],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[8262,6853],[-1,0],[0,-1],[0,-1],[1,0],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[1,1],[0,2],[1,0]],[[8469,6291],[0,1],[0,-1],[1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,1],[1,1],[1,1],[1,1],[0,1]],[[8396,6758],[-1,0],[0,1],[0,2],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1]],[[8313,6820],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,-1],[0,1],[1,1],[0,1]],[[8382,6744],[-1,0],[-1,1],[0,1],[0,1],[1,1],[0,-1],[1,-1],[0,-1],[0,-1]],[[8580,6432],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,1],[0,-2],[-1,0],[0,1],[0,1]],[[8510,6381],[0,2],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0]],[[8396,6725],[0,2],[0,-1],[1,0],[1,0],[-1,-1],[0,-1],[1,-2],[-1,2],[-1,0],[0,1]],[[8483,6288],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1]],[[8505,6333],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[8504,6329],[0,1],[0,-1]],[[8504,6329],[0,1],[0,1],[0,1],[1,1]],[[8497,6164],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,0]],[[8468,6247],[1,1],[0,1],[0,-1],[1,-2],[0,-1],[0,-1],[1,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,1]],[[8409,6659],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1]],[[8454,6399],[0,1],[1,0],[1,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,0]],[[8389,6737],[1,1],[0,2],[1,0],[0,-2],[-1,0],[0,-1],[0,-1],[-1,1]],[[8522,6428],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1]],[[8393,6784],[1,-1],[0,-1]],[[8394,6782],[0,-1],[0,-2],[0,-1],[0,3],[-1,0],[0,1],[0,1],[0,1]],[[8320,6830],[0,1],[0,1],[-1,0],[1,1],[0,1],[1,0],[0,-3],[0,-1],[-1,0]],[[8509,6465],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0]],[[8359,6751],
[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1]],[[8498,6169],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1]],[[8511,6444],[1,0],[0,1],[1,-1],[1,-1],[-1,0],[-1,0],[-1,0],[0,1]],[[8503,6575],[-2,1],[0,-1],[-1,1],[1,1],[1,0],[0,-1],[1,0],[0,-1]],[[8481,6303],[0,-1],[0,-1],[-1,1],[-1,1],[1,0],[0,1],[1,1],[0,-1],[0,-1]],[[8386,6673],[-1,1],[0,1],[0,2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1]],[[8519,6428],[0,1],[0,1],[0,2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1]],[[8355,6682],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1]],[[8302,6842],[0,1],[0,1],[1,1],[0,-1],[0,-1],[-1,0],[0,-1]],[[8363,6615],[0,1],[1,0],[0,-1],[1,0]],[[8365,6615],[0,-1]],[[8365,6614],[-1,0],[-1,0]],[[8388,6774],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[1,0]],[[8483,6364],[0,-1],[1,0],[0,-1],[1,0],[-1,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1]],[[8365,6615],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0]],[[8389,6710],[0,2],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,-1],[0,1]],[[8404,6790],[1,-1],[0,1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[0,-1]],[[8508,6334],[0,-1],[0,-1],[1,-1],[-1,-1],[0,1],[0,1],[0,1],[0,1]],[[8515,6398],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1]],[[8452,6593],[0,-2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0]],[[8364,6768],[1,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1]],[[8307,6831],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0]],[[8314,6834],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,0]],[[8382,6738],[-1,0],[-1,0],[0,1],[1,0],[1,0],[0,-1]],[[8376,6759],[0,-1]],[[8376,6758],[-1,0],[0,1],[0,1],[0,-1],[1,0]],[[8274,6865],[0,1],[1,0],[0,-1],[-1,0]],[[8501,6378],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1]],[[8561,6421],[0,1],[0,-1],[1,-1],[-1,0],[0,-1],[0,1],[0,1]],[[8402,6793],[-1,-1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[1,0]],[[8396,6782],[-1,1],[1,1],[0,1],[0,-1],[0,-1],[0,-1]],[[8517,6438],[1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1]],[[8382,6725],[0,1],[0,-1],[0,-1],[-1,0],[1,1]],[[8504,6329],[1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1]],[[8344,6775],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[-1,0]],[[8344,6774],[0,1]],[[8331,6831],[0,1],[1,0],[0,-1],[-1,0]],[[8573,6382],[-1,1],[0,-1],[0,1],[0,1],[1,-1],[0,-1]],[[8400,6577],[0,1],[0,1],[1,0],[-1,-1],[0,-1]],[[8522,6433],[0,1],[0,-1],[1,-1],[0,-1],[-1,1],[0,1]],[[8273,6940],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1]],[[8393,6727],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,1]],[[8591,6384],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1]],[[8266,6831],[0,1],[1,0],[0,-1],[-1,0]],[[8517,6440],[0,-1],[-1,1],[0,1],[1,-1]],[[8403,6644],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0]],[[8346,6786],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0]],[[8200,6905],[1,0],[-1,-1],[-1,0],[1,0],[0,1]],[[8364,6613],[1,0],[0,-1],[-1,0],[0,1]],[[8523,6430],[1,1],[0,-1],[0,-1],[0,1],[-1,0]],[[8339,6661],[-1,0],[0,1],[1,0],[0,-1]],[[8606,6349],[1,1],[0,-1],[-1,0]],[[8391,6774],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1]],[[8482,6435],[1,0],[0,1],[0,-1],[-1,0]],[[8608,6351],[-1,0],[0,1],[1,0],[0,-1]],[[8377,6811],[1,0],[0,-1],[-1,0],[0,1]],[[8526,6542],[0,1],[1,0],[0,-1],[-1,0]],[[8398,6666],[1,0],[0,1],[0,-1],[0,-1],[-1,1]],[[8394,6782],[1,0],[0,-2],[0,1],[-1,1]],[[8344,6774],[-1,0],[0,1]],[[8343,6775],[1,0]],[[8348,6716],[0,-1],[-1,0],[0,1],[1,0]],[[8352,6785],[1,0],[0,-1],[0,-1],[-1,0]],[[8352,6783],[0,1],[0,1]],[[8398,6655],[1,1],[0,-1],[-1,-1],[0,1]],[[8502,6337],[1,0],[0,-1],[-1,0],[0,1]],[[8329,6830],[1,1],[0,-1],[0,-1],[-1,1]],[[8452,6593],[1,0],[0,-1],[-1,0],[0,1]],[[8478,6377],[1,1],[0,-1],[-1,0]],[[8386,6684],[1,0],[0,-1],[-1,1]],[[8440,6430],[0,1],[1,0],[0,-1],[-1,0]],[[8263,6837],[0,1],[1,0],[0,-1],[-1,0]],[[8507,6406],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[1,0]],[[8586,6436],[0,1],[1,0],[0,-1],[-1,0]],[[8585,6378],[-1,0]],[[8584,6378],[0,-1],[0,1]],[[8506,6329],[-1,0],[1,1],[0,-1]],[[8605,6354],[1,0],[0,-1],[-1,1]],[[8472,6295],[0,1],[1,-1],[-1,0]],[[8413,6649],[0,1],[1,0],[0,-1],[-1,0]],[[8327,6784],[0,1],[1,0],[0,-1],[-1,0]],[[8505,6333],[-1,0],[0,1],[1,0],[0,-1]],[[8482,6298],[1,0],[0,-1],[-1,0]],[[8482,6297],[0,1]],[[8483,6288],[1,0],[0,-1],[-1,0],[0,1]],[[8338,6666],[-1,1],[1,0],[0,-1]],[[8583,6375],[-1,0],[1,1]],[[8583,6376],[0,-1]],[[8880,4867],[0,1],[1,2],[0,1],[0,1],[0,1],[2,2],[1,0],[1,2],[0,-1],[0,-1],[1,-1],[2,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[1,0],[0,4],[-2,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[-1,0],[0,2],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-2,0],[0,3],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,2],[1,0],[1,-1],[0,1],[0,1],[-1,2],[1,3],[1,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,1],[-1,0],[0,1],[0,2],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[1,1],[0,-1],[1,0],[0,2],[1,0],[0,1],[0,2],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[0,-2],[1,1],[1,1],[0,-1],[1,1],[0,1],[1,0],[0,1],[1,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[-1,-7],[1,-1],[0,1],[1,0],[-1,-6],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-4],[1,0],[0,-3],[3,0],[1,-1],[1,0],[1,0],[1,0],[3,-1],[1,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[4,-1],[3,0],[0,-1],[1,-2],[0,-1],[1,0],[0,1],[0,-1],[1,0]],[[8950,4958],[0,-1],[0,-1],[0,-1],[2,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-9],[-1,-4],[-4,-7],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,1],[1,0],[-1,1],[1,0],[1,0],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[2,-1],[1,0],[0,-1],[0,-1],[2,0],[2,0],[0,1],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,2],[1,2],[0,2],[0,-1],[1,-1],[0,3],[1,0],[1,-1],[1,0],[0,-2],[0,-2],[1,0],[0,-1],[0,1],[1,0],[-1,-1],[1,0],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-3],[1,0],[-1,-2],[2,0],[0,-3],[0,-2],[-1,0],[-1,1],[0,-2],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,-5],[-1,0],[0,-1],[-1,0],[0,-1],[0,-5],[1,-1],[1,0],[2,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,1],[1,-1],[-1,-1],[0,-1],[1,1],[1,0],[0,-1],[1,1],[2,-1],[0,1],[1,1],[1,0],[0,1],[0,1],[0,2],[4,-1]],[[9025,4847],[0,-1],[1,0]],[[9026,4846],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1]],[[9026,4842],[-1,0]],[[9025,4842],[0,-1],[0,1],[-1,0]],[[9024,4842],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,1],[0,-1],[0,-1],[0,1],[1,0]],[[9024,4841],[0,-1],[1,0],[0,1]],[[9025,4841],[0,-1],[0,1]],[[9025,4841],[1,0],[1,0]],[[9027,4841],[0,-1],[0,1]],[[9027,4841],[1,0]],[[9028,4841],[0,-1],[0,-1],[1,0],[0,-1],[1,0]],[[9030,4838],[0,-1],[0,-1],[0,-1],[1,0]],[[9031,4835],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1]],[[9035,4828],[0,-1]],[[9035,4827],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[9035,4821],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[1,0]],[[9035,4821],[-1,0],[0,-1],[1,0],[0,1]],[[9035,4821],[0,-1],[0,1]],[[9035,4821],[1,0],[0,-1]],[[9036,4820],[-1,0],[0,-1]],[[9035,4819],[-1,0],[0,1],[0,-1],[1,0]],[[9035,4819],[1,0]],[[9036,4819],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0]],[[9042,4816],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,1]],[[9025,4798],[0,1]],[[9025,4799],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1]],[[9024,4799],[0,-1]],[[9024,4798],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,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],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1]],[[9031,4762],[0,1],[-1,0]],[[9030,4763],[0,1],[0,1],[0,1],[-1,0]],[[9029,4766],[0,1]],[[9029,4767],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[-1,-1],[-1,0]],[[9028,4772],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[1,1],[0,1],[-1,0],[-2,0],[0,1],[-2,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-2,1],[-2,0],[0,1],[0,1],[-1,1],[1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,1],[0,1],[0,2],[1,0],[0,-1],[1,4],[-1,1],[-1,-1],[0,2],[0,3],[-1,1],[-1,0],[0,1],[-1,0],[0,3],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[-3,1],[1,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,-2],[0,-2],[-1,0],[-1,1],[0,-2],[0,-1],[-1,0],[-2,1],[-1,0],[-1,0]],[[9033,4842],[0,1]],[[9033,4843],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1]],[[9032,4866],[1,0]],[[9033,4866],[0,1]],[[9033,4867],[1,0]],[[9034,4867],[1,1],[1,1]],[[9036,4869],[0,1]],[[9036,4870],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1]],[[9038,4874],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[9038,4883],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0]],[[9031,4835],[0,1],[0,1],[0,1]],[[9031,4838],[0,-1],[1,0],[0,-1],[0,-1],[-1,0]],[[9028,4842],[0,1],[0,-1]],[[9028,4842],[-1,1]],[[9027,4843],[1,0],[0,1]],[[9028,4844],[0,-1],[1,0]],[[9029,4843],[0,-1],[-1,0]],[[9029,4841],[-1,0]],[[9028,4841],[0,1]],[[9028,4842],[1,0],[0,1],[0,-1]],[[9029,4842],[0,-1]],[[9029,4841],[1,0],[-1,0]],[[9029,4841],[1,0],[0,-1],[-1,0],[0,1]],[[9035,4828],[1,-1],[-1,0]],[[9024,4841],[0,1],[1,0],[0,-1],[-1,0]],[[9038,4878],[-1,0],[0,1],[1,-1]],[[9024,4798],[0,1],[1,0],[0,-1],[-1,0]],[[8976,4807],[1,0],[1,0],[2,-1],[1,0],[0,1],[0,2],[1,-1],[1,0],[0,2],[1,2],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,-1],[3,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-3],[1,0],[0,-1],[1,0],[1,-1],[0,-3],[0,-2],[1,1],[1,-1],[-1,-4],[0,1],[-1,0],[0,-2],[0,-1],[-1,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[-1,0],[1,-1],[0,-1],[0,-1],[2,0],[2,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[2,0],[0,-1],[2,0],[1,0],[0,-1],[-1,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0]],[[9027,4772],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1]],[[9029,4766],[0,-1],[0,-1],[1,-1]],[[9030,4763],[0,-1],[1,0]],[[9031,4762],[0,-1],[-1,-3],[-1,-1]],[[7693,7347],[-9,1],[-1,-23],[-1,-13],[-2,-25],[0,-11],[-2,-18],[14,-3],[4,0],[4,-7],[-6,-10],[-1,-2],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[1,-2],[0,-1],[1,0],[0,1],[1,1],[1,0],[1,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-10,-14],[1,-2],[7,-14],[-11,-15],[-3,-3],[-1,-18],[0,-1],[0,-1],[3,-4],[3,-12],[4,-18],[2,-8],[3,-4],[1,0],[1,2],[1,0],[1,0],[1,-1],[1,0],[-9,-13],[-4,7],[-10,-17],[-9,-13],[0,-1],[-1,-3],[-1,-2],[0,-4],[-3,0],[-1,-18],[-9,1],[-10,2],[-1,-22],[-3,2],[-10,3],[-3,0],[-3,2],[0,-8],[-1,-15],[-7,1],[0,-9],[-1,-11],[-2,-2],[1,0],[1,-1],[2,1],[2,0],[2,-1],[4,-2],[0,1],[4,-3],[7,-5],[-1,-11],[0,-1],[0,-4],[0,-3],[0,-2],[0,-4],[-1,-18],[-1,-18],[-1,-14],[-1,-19],[1,-1],[2,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-2],[0,-1],[1,-2],[3,0],[0,1],[2,0],[2,0],[0,1],[0,1],[1,1],[1,0],[1,3],[10,0],[4,-10],[2,-1],[4,-1],[1,7],[4,-11],[3,-6],[0,-1],[-1,-8],[18,-2],[0,-11],[0,-7],[6,-12],[5,-10],[0,-3],[-2,-4],[0,-1],[-1,0],[-1,-4],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[15,-12],[-1,-10],[4,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[2,-4],[0,-1],[1,-2],[1,-2],[1,-2],[1,-2],[2,-2],[3,-4],[1,-2],[2,-3],[0,-1],[0,-1],[12,-2],[3,0],[-1,-28],[-1,0],[0,-1],[1,1],[-1,-6],[0,-10],[-1,-14],[0,-1],[-1,-17],[0,-21],[10,-2],[-2,-26],[-7,1],[1,-8],[6,-9],[1,-15],[5,0],[0,-14],[-1,-5],[0,-5],[-1,-4],[0,-2],[1,0],[1,-1],[-1,-8],[0,-2],[1,-7],[1,0],[0,-3],[1,-4],[1,-2],[1,-5],[0,-2],[2,-4],[0,-2],[0,-3],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-2,-3],[10,-2],[1,-1],[1,0],[0,1],[3,-1],[1,4],[11,-2],[6,0],[-1,-20],[-1,-11],[14,-2],[-1,-24],[23,-3],[0,-6],[-1,-8],[0,-1],[-2,-1],[-2,-21],[-1,-28],[-2,0],[0,-10],[6,-1],[0,-20],[-1,-12],[18,-2],[0,-5],[1,0],[10,-3],[7,-1],[0,-1],[14,-4],[5,-1],[5,-1]],[[7092,4260],[0,5],[0,46],[0,82],[-1,136],[1,116],[0,4],[0,14],[0,93],[0,108],[0,43],[0,8],[0,12],[0,24],[0,14],[0,18],[0,28],[0,24],[0,18],[0,24],[0,51],[-9,0],[-5,0],[-9,0],[-13,0],[-14,0],[-13,0],[-14,0],[-3,0],[-10,0],[-13,0],[-78,0],[-7,0],[-14,0],[-13,0],[-14,0],[-11,0],[-2,0],[-13,0],[-5,0],[-1,0],[-8,0],[-14,0],[-13,0],[-14,0],[-11,0],[-2,0],[-6,0],[-40,0],[-7,0],[-14,0],[-11,0],[-2,0],[-12,0],[-13,0],[-13,0],[-14,0],[-13,0],[-14,0]],[[6610,5128],[0,23],[0,72],[0,25],[0,168],[0,24],[0,24],[0,169],[0,24],[0,58],[0,14],[0,13],[0,11],[0,48],[0,25],[0,18],[0,6],[0,24],[0,120],[0,1],[0,48],[0,18],[0,55],[0,23],[0,1],[0,22],[0,121],[0,21],[0,1],[0,24],[0,46],[0,51],[0,2],[0,22],[0,48],[0,18],[0,6],[0,48],[0,2],[0,17],[0,57],[0,69],[0,2],[0,22],[0,57],[0,15],[0,24],[0,24],[0,2],[0,22],[0,2],[0,19],[0,48],[0,24],[0,89],[0,31],[0,25],[0,29],[0,38],[1,64],[0,8],[0,17],[0,110],[0,52],[0,112],[0,62],[0,71],[0,140],[0,25],[0,11]],[[6611,7860],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,-2],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,-2],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[2,-2],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[3,-3],[3,-2],[2,-2],[1,0],[3,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,1],[0,1],[1,0],[-1,0],[1,1],[0,1],[-1,0],[1,0],[1,0],[1,-1],[-1,1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[3,-2],[2,-2],[1,-2],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,1],[0,1],[1,0],[2,0],[1,-1],[1,0],[-1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[-1,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[1,1],[1,0],[1,-1],[2,0],[2,0],[1,0],[1,0],[3,1],[1,1],[1,0],[1,-1],[1,0],[1,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[2,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[3,-2],[3,-1],[3,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[2,-1],[2,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,1],[1,1],[1,0],[0,-1],[1,0],[-1,0],[-1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,1],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[1,-1],[1,-2],[1,0],[-1,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-2],[1,-2],[1,-1],[1,0],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[2,-1],[1,-1],[1,-1],[2,-2],[3,-1],[1,0],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-3],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-3],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-4],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,-2],[1,-1],[2,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,0],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[2,0],[1,0],[3,0],[1,0],[1,0],[1,0],[2,0],[2,-2],[3,-3],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[1,0],[1,-1],[1,0],[1,-1],[2,-3],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[2,-2],[1,-3],[2,-3],[0,-1],[-1,0],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[2,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,1],[1,0],[3,-3],[2,-1],[3,-2],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-2],[1,-1],[2,-4],[1,-2],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[2,1],[1,0],[1,-1],[0,-1],[1,1],[1,1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,1],[1,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[2,1],[1,0],[2,1],[1,1],[0,1],[1,0],[1,1],[1,2],[1,0],[1,1],[0,1],[1,1],[1,1],[0,1],[1,0],[0,-1],[1,1],[0,-1],[0,-1],[1,0],[1,1],[1,0],[1,0],[1,1],[1,0],[1,1],[2,1],[1,1],[0,1],[1,0],[1,1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[1,1],[1,1],[2,1],[2,1],[1,0],[0,-1],[0,1],[1,1],[1,0],[0,1],[1,1],[1,1],[2,2],[1,1],[1,2],[1,1],[0,2],[1,0],[1,0],[-1,1],[1,0],[0,1],[1,1],[0,1],[1,1],[-1,-1],[0,1],[1,1],[1,1],[1,1],[1,1],[0,1],[1,0],[1,1],[0,1],[1,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,1],[0,1],[0,1],[1,2],[0,1],[1,1],[2,2],[0,1],[1,1],[1,0],[1,1],[1,0],[1,1],[1,1],[1,0],[1,1],[1,0],[1,0],[1,0],[-1,1],[0,1],[1,1],[1,2],[1,2],[0,1],[0,1],[1,1],[1,2],[0,2],[2,3],[0,2],[1,2],[1,2],[0,1],[1,0],[0,1],[0,1],[0,1],[0,3],[1,3],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[1,1],[-1,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,3],[1,4],[0,4],[0,1],[0,2],[0,1],[0,1],[1,0],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,6],[0,2],[0,2],[0,1],[1,0],[0,2],[1,1],[0,2],[0,-1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[1,3],[2,3],[0,2],[1,2],[1,2],[1,3],[1,1],[1,2],[0,1],[1,2],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[2,0],[1,0],[0,1],[1,1],[2,1],[2,4],[2,3],[0,1],[2,2],[0,1],[1,2],[1,2],[0,1],[1,2],[1,1],[1,2],[0,1],[1,2],[1,3],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,5],[1,2],[0,2],[0,1],[0,2],[0,1],[0,2],[1,1],[0,2],[0,1],[0,1],[0,2],[1,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,0],[-1,2],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,2],[1,4],[0,1],[1,2],[1,3],[0,5],[1,1],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,2],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[2,6],[0,1],[1,2],[1,2],[0,1],[1,3],[0,1],[1,0],[1,2],[0,3],[1,1],[0,1],[1,4],[1,3],[1,2],[0,2],[1,3],[0,3],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[1,1],[-1,0],[0,1],[0,1],[0,2],[-1,0],[0,3],[-1,3],[-1,2],[1,1],[0,1],[1,0],[1,0],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,2],[1,2],[1,4],[0,3],[0,2],[1,5],[0,5],[0,2],[1,8],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[1,5],[0,5],[1,4],[0,2],[1,6],[0,1],[0,1],[1,5],[0,3],[1,2],[0,2],[0,2],[1,0],[0,2],[0,1],[0,1],[1,0],[-1,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,2],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,2],[1,3],[0,2],[1,2],[1,5],[0,2],[1,2],[0,2],[1,2],[0,2],[0,1],[1,2],[0,2],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,2],[1,1],[0,1],[1,1],[0,1],[1,1],[0,1],[1,2],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,-1],[0,1],[1,0],[0,1],[0,2],[0,2],[0,2],[1,1],[0,2],[0,1],[0,6],[0,2],[0,2],[0,1],[0,2],[0,1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,1],[0,1],[1,1],[0,1],[2,3],[1,2],[0,1],[1,1],[1,0],[1,0],[0,3],[1,1],[0,2],[0,2],[0,3],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,-1],[0,-1],[0,1],[0,2],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[-1,2],[-1,3],[0,1],[-1,0],[0,2],[0,1],[-1,3],[0,1],[0,1],[-1,0],[0,1],[-1,2],[-1,6],[-1,4],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,3],[-1,5],[0,3],[0,2],[0,2],[-1,3],[0,1],[-1,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,4],[0,5],[-1,1],[0,2],[0,5],[-1,1],[0,1],[0,2],[0,1],[0,4],[0,1],[0,5],[0,3],[0,2],[0,2],[0,1],[-1,3],[0,2],[-1,9],[-1,1],[0,1],[0,3],[0,3],[-1,3],[0,2],[0,1],[0,4],[0,1],[1,5],[0,3],[0,1],[0,1],[1,2],[0,3],[0,2],[1,4],[1,5],[0,1],[0,1],[0,1],[1,3],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[1,1],[0,1],[0,1],[0,1],[1,2],[1,6],[1,1],[0,1],[0,1],[0,1],[0,1],[1,5],[0,3],[0,1],[0,5],[0,1],[0,1],[0,2],[-1,3],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[-1,0],[1,1],[0,1],[0,2],[1,2],[0,5],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,3],[0,1],[-1,3],[-1,4],[-2,3],[0,1],[-3,6],[-2,3],[-2,3],[-1,2],[0,1],[-1,1],[-1,4],[-1,2],[-3,6],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[0,2],[0,3],[0,3],[0,1],[0,2],[0,2],[0,1],[0,1],[1,3],[0,4],[1,3],[0,2],[0,2],[0,2],[1,4],[1,5],[0,2],[0,1],[0,3],[1,2],[0,1],[0,5],[0,1],[0,2],[0,1],[0,1],[0,2],[1,2],[0,6],[0,2],[0,1],[0,1],[0,1],[1,5],[0,6],[0,1],[1,2],[0,1],[0,1],[0,2],[1,4],[0,2],[1,1],[0,2],[0,2],[1,2],[1,3],[0,1],[1,4],[1,4],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,2],[1,2],[0,1],[1,2],[0,2],[1,1],[0,1],[0,1],[0,2],[1,0],[0,1],[0,3],[0,1],[1,1],[0,3],[0,1],[1,4],[1,1],[0,2],[1,0],[0,1],[3,8],[0,1],[1,1],[1,2],[0,1],[1,1],[0,1],[0,1],[1,0],[1,3],[0,2],[1,2],[0,2],[1,3],[0,2],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,2],[0,4],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,3],[-1,2],[0,1],[0,1],[0,1],[0,2],[0,2],[-1,2],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[1,3],[0,1],[0,1],[1,2],[0,1],[1,2],[-1,1],[1,0],[1,2],[1,1],[0,1],[1,2],[0,1],[1,3],[0,1],[1,0],[0,1],[1,-1],[0,-1],[1,-1],[0,1],[1,0],[0,1],[1,0],[1,3],[0,1],[1,1],[0,1],[1,0],[1,2],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,2],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[1,7],[1,2],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,2],[1,2],[0,2],[0,3],[0,1],[0,1],[0,1],[0,-1],[1,1],[-1,0],[1,0],[0,1],[1,0],[1,1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-2],[0,-1],[1,1],[0,2],[1,0],[0,1],[1,0],[1,-1],[1,0],[1,0],[0,1],[1,-1],[0,-1],[1,0],[2,6],[-1,0],[-1,1],[0,1],[-1,0],[-2,0],[-1,0],[0,-1],[0,1],[-1,1],[0,1],[-1,1],[0,2],[0,1],[1,1],[0,-1],[1,0],[1,1],[0,1],[1,0],[1,0],[1,1],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[0,3],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-1],
[0,1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,2],[1,1],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[1,3],[0,1],[0,2],[2,5],[1,3],[1,6],[1,5],[2,5],[1,6],[1,4],[0,2],[1,4],[0,2],[1,2],[0,1],[0,1],[0,1],[1,1],[0,3],[0,2],[1,3],[0,2],[0,2],[1,1],[0,2],[0,2],[0,2],[1,1],[0,3],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[2,1],[1,2],[0,1],[1,2],[0,1],[1,6],[1,2],[0,1],[0,1],[1,2],[0,1],[1,3],[1,2],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[1,4],[1,1],[0,2],[1,4],[2,7],[0,1],[0,2],[1,2],[0,2],[1,0],[0,1],[1,1],[0,1],[1,1],[0,2],[1,1],[0,2],[0,1],[1,0],[0,1],[0,2],[0,1],[1,1],[1,2],[0,1],[1,2],[1,1],[0,1],[1,1],[1,1],[1,0],[0,-1],[1,0],[1,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-2],[-1,-2],[0,-2],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[1,-3],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[2,-1],[0,1],[1,0],[0,1],[1,1],[1,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,2],[0,1],[0,2],[0,2],[-1,2],[0,2],[0,1],[0,2],[0,2],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[3,6],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,2],[0,2],[1,4],[0,1],[0,4],[0,2],[1,4],[0,2],[0,2],[0,3],[0,3],[0,1],[2,10],[1,5],[0,3],[1,5],[1,2],[1,1],[1,1],[1,2],[0,1],[0,3],[0,2],[0,1],[1,3],[0,4],[1,2],[0,3],[0,2],[0,1],[0,2],[1,1],[1,0],[0,2],[0,1],[0,2],[0,2],[1,8],[1,2],[1,5],[0,6],[1,5],[1,4],[1,4],[0,1],[1,2],[0,1],[1,4],[1,3],[0,5],[1,1],[0,1],[1,0],[1,0],[0,3],[-1,0],[1,1],[-1,0],[0,1],[0,2],[1,2],[0,1],[1,3],[0,5],[1,3],[0,5],[1,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[1,1],[0,1],[0,3],[0,1],[0,1],[0,2],[0,5],[0,1],[0,1],[0,2],[0,2],[0,4],[-1,2],[0,1],[0,1],[0,2],[-1,0],[1,0],[1,0],[0,1],[1,1],[0,1],[0,1],[1,1],[0,2],[0,1],[0,2],[1,5],[0,5],[0,5],[1,2],[0,1],[1,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,2],[0,1],[0,1],[0,1],[-1,3],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[-1,3],[0,1],[-1,3],[0,4],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,2],[0,1],[-1,1],[1,2],[0,1],[0,1],[0,-1],[0,1],[1,1],[1,1],[1,1],[1,2],[1,1],[2,2],[1,0],[1,1],[1,1],[1,0],[1,0],[1,-2],[1,0],[1,0],[1,0],[1,2],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,1],[1,0],[0,1],[0,-1],[1,0],[1,-1],[1,0],[0,1],[1,0],[0,2],[1,0],[1,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,2],[1,0],[0,2],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[1,0],[1,1],[0,1],[0,1],[1,0],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,2],[1,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[2,0],[2,0],[0,1],[1,0],[1,1],[1,-1],[0,1],[1,1],[1,0],[0,1],[-1,0],[0,1],[1,1],[0,-1],[1,1],[1,1],[1,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,1]],[[7341,9546],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,1],[-1,-1],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[1,1],[0,1],[1,0],[0,-1],[0,-3],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[2,3],[0,1],[1,0],[0,-1],[1,-1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,2],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,-1],[-1,1],[0,1],[1,0],[0,-1],[1,-2],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[1,-1],[1,0]],[[7352,9486],[0,-1],[0,-1]],[[7352,9484],[-1,-1],[0,1],[1,1]],[[7352,9485],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[1,-1],[0,1],[1,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[1,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[-1,0],[1,1],[1,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-4],[-1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[-1,-2],[1,0],[0,-2],[-1,0],[1,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-2],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[-1,0],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[1,-2],[1,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[-1,0],[1,0],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,-1],[0,1],[1,0],[0,-1],[2,0],[2,-1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,2],[1,0],[0,1],[1,0],[1,-1],[0,1],[0,1],[0,1],[2,1],[2,2],[0,1],[1,1],[0,1],[0,1],[1,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,-1],[0,1],[1,0],[1,-1],[0,-2],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,1],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[-2,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,0],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-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,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,1],[1,1]],[[7480,9002],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[2,1],[1,0],[1,0],[0,-1],[-1,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[1,0],[1,0],[0,1],[1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-2,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1]],[[7470,8914],[0,-1],[0,1]],[[7470,8914],[1,-1],[0,1],[0,1],[0,1]],[[7471,8916],[1,-1],[0,1]],[[7472,8916],[0,-1],[1,-1]],[[7473,8914],[1,-1],[0,2],[1,1],[0,1],[1,0],[0,-3],[1,-1],[1,0],[0,1]],[[7478,8914],[0,1],[-1,1]],[[7477,8916],[0,1],[0,1]],[[7477,8918],[1,0],[0,1],[0,1],[0,1],[0,1]],[[7478,8922],[1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[0,1],[1,0],[1,0],[2,1],[1,2],[1,0],[0,1],[0,1],[1,0],[1,0],[1,1],[0,1],[0,-1],[1,0],[1,0],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-1],[-1,0],[1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[-1,-2],[0,-2],[0,-2],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,2],[0,-4],[0,-1],[1,-2],[0,-1],[0,-1],[1,-1],[-1,0],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-2],[0,-1],[0,-3],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[1,0],[0,2],[0,1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,1],[0,-1],[-1,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[1,0],[0,-1],[0,1],[-1,0],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-5],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,2],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[0,-3],[0,-1]],[[7513,8605],[0,-1],[0,1]],[[7513,8605],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[-1,1],[0,1],[1,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,-2],[1,0],[0,-3],[0,-4],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,-3],[0,-4],[1,-3],[0,-2],[1,-2],[0,-2],[1,-2],[0,-2],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[1,-1],[0,-1],[1,-5],[1,-3],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-2],[1,-1],[0,-1],[1,-2],[0,-1],[2,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[1,0],[0,-1],[1,-1],[2,-1],[1,0],[0,-1],[1,0],[1,0],[2,0],[1,1],[0,-1],[1,1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,2],[1,0],[1,-1],[1,0],[1,0],[1,0],[2,1],[1,0],[2,1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,1],[2,1],[0,1],[1,0],[1,1],[1,1],[1,1],[2,2],[1,1],[1,2],[1,3],[1,4],[1,2],[1,1],[1,0],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,1],[0,-1],[1,0],[-1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[1,0],[1,0],[1,1],[0,1],[1,1],[0,1],[1,1],[1,0],[1,0],[0,1],[2,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[1,1],[1,3],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[-1,0],[1,1],[0,1],[1,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0]],[[7666,8528],[0,-1]],[[7666,8527],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,-1],[1,-1],[0,-1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,-1],[1,0]],[[7687,8434],[0,-1],[1,0]],[[7688,8433],[0,1]],[[7688,8434],[1,0],[1,0],[1,0],[1,1],[0,-1],[0,1],[1,0],[1,0],[-1,0],[1,0],[1,1],[0,1],[0,-1],[1,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-3],[0,-1],[1,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[1,1],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[-1,0],[0,-1],[1,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,-1],[0,1],[1,0],[0,-1],[1,1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-2],[0,-1],[0,-1],[1,-1],[-1,0],[1,-1],[1,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,1],[1,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-3],[0,-1],[-1,0],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,-2],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[1,0],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-4],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[1,0],[-1,0],[0,-1],[1,0],[1,-1],[1,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,1],[0,1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[-1,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-1],[2,1],[0,-1],[1,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-1]],[[6884,7877],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,-1],[1,-1],[1,-2],[0,-2],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1]],[[6846,7854],[-1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-2],[1,0],[-1,0],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[1,0],[0,-1]],[[6844,7826],[0,-1]],[[6844,7825],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[-1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,2],[0,2],[0,1],[-1,0],[-1,0],[0,1],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,2],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[0,1],[1,0],[0,1],[2,2],[1,1],[1,2],[1,2],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,0],[1,1],[0,1],[0,-1],[1,0],[-1,1],[1,0],[-1,0],[1,1],[0,1],[-1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[1,1],[-1,0],[0,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[2,2],[1,1],[1,1],[1,1],[0,2],[1,1],[1,1],[1,0],[1,-1],[1,0],[1,0],[2,1],[1,1],[1,0],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,1],[0,-1],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[1,1],[1,0],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[1,1],[1,0],[1,1],[1,1],[1,1],[0,1],[1,0],[0,1],[-1,1],[1,0],[1,1],[0,1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[1,-1],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[-1,-2],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[7289,9537],[0,1]],[[7289,9538],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,1],[-2,0],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[-1,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[2,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[1,1],[1,0],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0]],[[7286,9702],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,2],[1,1],[0,1],[1,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,-1]],[[6850,7729],[0,1],[1,0],[0,1],[-1,1],[0,2],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[2,-2],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,-1],[0,-1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[1,1],[0,1],[-1,1],[0,1],[1,-1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-2,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,2],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,2],[-1,1],[0,2],[0,1],[-1,1],[1,1],[0,-1],[1,0],[1,0],[1,1],[1,0],[0,1],[1,3],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,1],[1,2],[1,2],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,0],[1,1],[-1,0],[0,1],[1,0],[1,-1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,-1],[1,0],[1,2],[0,1],[0,1],[0,1],[1,1],[0,-1],[0,1],[0,1],[-1,0]],[[7360,9932],[0,-1],[2,0],[0,1]],[[7362,9932],[1,0]],[[7363,9932],[0,-1],[1,-1],[1,0],[1,0],[1,0],[0,1],[1,1]],[[7368,9932],[1,1]],[[7369,9933],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,1],[0,1],[1,1],[1,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,-1],[1,-1]],[[7271,9729],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,-1],[0,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[1,2],[0,1],[0,1],[1,0],[0,2]],[[7274,9963],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[1,1],[1,0],[1,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,-1],[1,-1],[0,1],[1,0],[1,0],[0,1],[1,1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[0,1]],[[7292,9576],[-1,0],[0,1],[0,1],[1,2],[0,1],[1,0],[0,1],[0,1],[1,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0]],[[6797,7803],[0,-1]],[[6797,7802],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1]],[[6794,7799],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,2],[1,0],[0,1],[1,1],[1,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[0,1],[0,-2],[1,0],[1,1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1]],[[6786,7773],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[2,0],[0,1],[1,1],[1,0],[1,2],[1,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[-1,0],[0,-1],[1,0],[-1,0],[-1,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,1]],[[7282,9589],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,-2],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,-2],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1]],[[7617,8538],[-1,0],[-1,1],[-1,0],[0,1],[-1,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0]],[[7364,9477],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,1],[-2,2],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[0,2]],[[6884,7877],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,2],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0]],[[6870,7700],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1]],[[7304,9877],[0,-1],[-1,-1],[1,0],[-1,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-2,-1],[-1,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[1,-1]],[[6808,7721],[1,0],[0,-1],[0,1],[0,-1],[1,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,2],[0,1],[-2,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[6842,7814],[0,1],[0,1],[-1,0],[1,0],[-1,0],[1,1],[0,1],[0,2],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,1]],[[7386,9742],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,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,-1],[-1,0],[-1,-1],[0,-1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1]],[[7402,9795],[0,-1],[0,1],[1,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,2],[0,1],[1,-1],[1,1],[1,0],[1,0],[1,-1]],[[7805,8401],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[1,0],[-1,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,1]],[[7610,8552],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1]],[[7302,9603],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,-1],[-1,2],[-1,1],[0,1],[-1,1],[1,0],[0,1],[1,0],[1,0],[1,1],[0,1],[0,1]],[[7368,9932],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,0]],[[7362,9932],[-1,0],[-1,0]],[[7360,9932],[0,1],[1,1],[0,1],[1,1],[1,0],[0,1],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1]],[[7357,9571],[1,-1],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[-1,0],[0,1],[0,1],[1,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[-1,1],[1,1],[0,1],[1,1],[0,-1],[0,-1],[1,0]],[[7279,9764],[0,1],[0,1]],[[7279,9766],[1,0],[1,1]],[[7281,9767],[1,0],[1,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,2],[-1,0],[0,1],[-1,0]],[[7535,9871],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,2]],[[7349,9538],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0]],[[7298,9542],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0]],[[7278,9971],[0,1]],[[7278,9972],[1,2],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0]],[[7278,9969],[0,1],[0,1]],[[7275,9645],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[-1,0],[1,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1]],[[7314,9536],[1,1],[0,1],[1,1],[0,1],[0,2],[-1,1],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,1],[0,1]],[[7276,9580],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-2,3],[0,1]],[[7727,8449],[0,1],[-1,1],[1,0],[1,0],[-1,0],[2,0],[0,1],[0,-1],[0,1],[1,0],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1]],[[7580,9773],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1]],[[6907,7825],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[1,1],[-1,0],[0,1],[0,1],[-1,0]],[[7357,9819],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1]],[[7618,8533],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1]],[[7286,9582],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1]],[[7337,9921],[1,0],[1,0],[1,-2],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,1],[1,1],[-1,0],[0,2]],[[6781,7760],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,-1],[0,1],[1,0],[0,-1]],[[7271,9471],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[0,1],[1,1],[0,1],[1,2],[0,-1],[1,0]],[[7626,8568],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1]],[[7277,9586],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,0]],[[7352,9486],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0]],[[7290,9975],[0,1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,1]],[[7329,9679],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,1]],[[7473,8918],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1]],[[7473,8914],[-1,2],[-1,0]],[[7471,8916],[0,1],[1,0],[0,1],[1,0]],[[6813,7731],[0,1],[1,1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[0,1]],[[7376,9780],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1]],[[7606,8528],[0,1],[1,1],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-2,-1],[-1,-3]],[[7477,9823],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1]],[[7703,8470],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[-1,1],[0,1]],[[7350,9579],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,-1],[0,1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1]],[[7279,9688],[0,1],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1]],[[7478,8922],[-1,-1],[0,-1]],[[7477,8920],[-1,0]],[[7476,8920],[0,1]],[[7476,8921],[0,1]],[[7476,8922],[0,1],[1,0],[1,-1]],[[7456,9178],[0,1],[-1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1]],[[7260,9648],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,-1],[0,1],[0,1],[0,1]],[[7476,8921],[-1,0],[0,-1]],[[7475,8920],[-1,0]],[[7474,8920],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0]],[[6781,7768],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0]],[[6860,7694],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[1,2]],[[7480,9089],[0,-1]],[[7480,9088],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1]],[[6830,7708],[1,0],[1,-1],[1,0],[1,0],[-1,-1],[-3,1],[0,1]],[[7476,8919],[0,1]],[[7477,8920],[0,-1],[0,-1]],[[7477,8918],[0,-1]],[[7477,8917],[0,-2],[1,-1]],[[7478,8914],[-1,0],[-1,1],[1,0],[0,1]],[[7477,8918],[-1,1]],[[7506,8831],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1]],[[7384,9691],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1]],[[7475,8918],[-1,1],[0,1]],[[7475,8920],[1,0]],[[7476,8919],[0,-1]],[[7476,8918],[-1,0]],[[7730,8443],[-1,0],[0,1],[1,0],[1,0],[0,-1],[-1,0]],[[7528,8634],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[-1,0],[0,1]],[[7335,9696],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,1]],[[7490,9196],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0]],[[7333,9706],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,1]],[[7461,9863],[0,1],[1,1],[1,0],[-1,-1],[0,-1],[-1,0]],[[7478,8954],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,2],[1,0],[0,-1]],[[7276,9692],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[1,0]],[[6794,7799],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1]],[[7722,8420],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0]],[[6904,7814],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0]],[[6901,7874],[-1,1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1]],[[7265,9676],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[1,1],[0,-1],[0,1],[1,0]],[[7493,9021],[-1,0],[-1,0],[0,1],[-2,0],[0,1],[-1,2],[-1,0],[0,1],[-1,1],[0,1],[0,-1],[2,-2],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[-1,0]],[[7579,9766],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1]],[[7485,8994],[-1,0],[1,1],[0,1],[0,-1],[1,0],[0,-1],[-1,-1],[0,1]],[[7289,9537],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[1,0]],[[6815,7937],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,2],[-1,0],[1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1]],[[7409,9810],[0,-1],[0,-1],[1,-1],[-1,0],[0,1],[0,1],[0,1]],[[7459,9763],[0,1],[0,1],[1,1],[0,-1],[0,-1],[-1,-1]],[[7794,8280],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1]],[[7805,8395],[1,1],[1,-1],[0,-1],[-1,0],[-1,0],[0,1]],[[7312,9531],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,1],[0,1]],[[7461,9162],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1]],[[7453,9177],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0]],[[7454,9818],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0]],[[7269,9668],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,1]],[[7775,8406],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,1]],[[7720,8449],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1]],[[7308,9546],[0,1],[1,1],[1,1],[0,-1],[-1,-1],[0,-1],[-1,0]],[[7268,9672],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0]],[[7279,9766],[-1,1],[0,1],[1,-1],[0,-1]],[[7733,8438],[-1,0],[0,1],[1,0],[1,0],[-1,1],[1,0],[0,-1],[-1,-1]],[[7616,8580],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1]],[[7183,9889],[1,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0]],[[7431,9754],[0,1],[1,0],[1,1],[1,0],[-1,-1],[-1,0],[0,-1],[-1,0]],[[7309,9507],[1,1],[0,-1],[1,1],[0,-1],[-1,-1],[0,1],[-1,-1],[0,1]],[[7277,9686],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0]],[[7264,9685],[1,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,1]],[[7525,8691],[-1,0],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,1],[0,1],[1,0]],[[7537,8531],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0]],[[7500,9893],[1,1],[0,-1],[0,-1],[-1,0],[0,1]],[[7535,8613],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1]],[[7276,9975],[0,-1],[1,1]],[[7277,9975],[0,-1]],[[7277,9974],[0,-1]],[[7277,9973],[-1,0],[0,1],[0,1]],[[7716,8433],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1]],[[7359,9935],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1]],[[7415,9414],[0,1],[1,-1],[0,-1],[-1,1]],[[7423,9736],[0,1],[1,0],[1,0],[0,-1],[-1,0],[-1,0]],[[7484,9825],[0,1],[1,1],[0,1],[1,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[7807,8392],[0,1],[1,0],[0,-1],[0,-1],[0,1],[-1,0]],[[7687,8434],[0,1],[1,0],[0,-1]],[[7688,8434],[0,-1],[0,1],[-1,0]],[[7516,8660],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,1]],[[7366,9799],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0]],[[7483,9033],[0,1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,1]],[[7459,9181],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,1]],[[7473,8918],[-1,1],[0,1],[1,-1],[0,-1]],[[7276,9975],[0,1],[1,0],[0,-1]],[[7277,9975],[-1,0]],[[7491,9875],[1,1],[0,1],[1,1],[0,-1],[-1,-1],[0,-1],[-1,0]],[[7806,8089],[-1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,0]],[[7476,9789],[0,1],[1,0],[0,-1],[-1,0]],[[7416,9321],[0,1],[1,0],[1,0],[0,-1],[-1,0],[-1,0]],[[7579,9766],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1]],[[7477,9087],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1]],[[7428,9239],[0,1],[-1,0],[1,1],[0,-1],[1,0],[-1,-1]],[[7278,9974],[0,-1]],[[7278,9973],[0,-1]],[[7278,9971],[-1,0],[0,1]],[[7277,9972],[1,1],[0,1]],[[7352,9543],[0,1],[1,0],[0,-1],[0,-1],[-1,1]],[[7471,9834],[0,1],[1,0],[0,-1],[-1,0]],[[7351,9575],[0,1],[1,0],[-1,-1]],[[6846,7854],[1,0],[0,1],[0,-1],[0,-1],[-1,1]],[[7802,8273],[1,0],[0,-1],[-1,0],[0,1]],[[7802,8273],[0,1],[0,-1]],[[6830,7728],[1,0],[0,-1],[0,-1],[0,1],[-1,1]],[[6848,7842],[0,-1],[-1,1],[1,0]],[[7361,9703],[0,-1],[1,0],[0,-1],[-1,1],[0,1]],[[7324,9618],[1,0],[0,-1],[-1,0],[0,1]],[[6844,7825],[1,0],[0,-1]],[[6845,7824],[-1,0],[0,1]],[[6844,7825],[0,1],[0,-1]],[[7338,9554],[0,-1],[-1,0],[0,1],[1,0]],[[7804,8300],[0,1],[1,0],[0,-1],[-1,0]],[[7480,9088],[1,0],[0,-1],[-1,0],[0,1]],[[7480,9088],[0,1],[0,-1]],[[7802,8274],[0,-1]],[[7802,8273],[-1,0]],[[7801,8273],[0,1],[1,0]],[[7280,9768],[0,1],[1,0],[0,-1],[-1,0]],[[7305,9728],[1,-1],[-1,0],[0,1]],[[6802,7731],[1,-1],[1,0],[0,-1],[-1,1],[-1,0],[0,1]],[[6797,7803],[1,-1],[0,-1],[-1,1]],[[6795,7791],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1]],[[7766,8383],[1,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,1]],[[7341,9546],[1,1],[0,-1],[1,0],[-1,0],[-1,0]],[[7811,8347],[-1,0],[0,1],[1,0],[0,-1]],[[7159,9802],[1,0],[1,0],[0,1],[0,-1],[-1,0],[-1,0]],[[7447,9194],[0,-1],[-1,0],[1,1]],[[7277,9973],[1,0]],[[7277,9972],[0,1]],[[7286,9765],[1,0]],[[7287,9765],[-1,-1],[1,0],[0,-1]],[[7287,9763],[-1,0]],[[7286,9763],[0,1],[0,1]],[[6829,7741],[0,1],[1,-1],[0,-1],[-1,1]],[[7286,9765],[0,1],[1,0],[0,1],[0,-1],[0,-1]],[[7614,8574],[0,1],[1,0],[0,-1],[-1,0]],[[7477,9764],[-1,0],[1,1],[0,-1]],[[7462,9790],[0,1],[1,0],[0,-1],[-1,0]],[[7400,9392],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0]],[[7318,9536],[0,1],[0,1],[1,0],[0,-1],[-1,-1]],[[7309,9593],[0,1],[1,0],[-1,-1]],[[7518,9875],[0,1],[1,0],[0,-1],[-1,0]],[[7464,9720],[0,1],[1,0],[0,-1],[-1,0]],[[7314,9529],[1,1],[0,-1],[-1,0]],[[7385,9677],[0,1],[1,0],[0,-1],[-1,0]],[[6832,7719],[0,1],[0,1],[1,0],[-1,-1],[0,-1]],[[7351,9575],[0,-1],[-1,0],[0,1],[1,0]],[[7630,8521],[0,1],[1,0],[-1,-1]],[[7238,9576],[0,1],[1,0],[0,-1],[-1,0]],[[7257,9505],[-1,0],[0,1],[1,0],[0,-1]],[[7458,9213],[0,1],[0,1],[1,0],[0,-1],[-1,0],[0,-1]],[[7273,9743],[0,1],[1,-1],[-1,0]],[[7348,9547],[1,0],[0,-1],[-1,0],[0,1]],[[7482,9842],[0,1],[1,0],[-1,-1]],[[7418,9332],[0,1],[1,0],[0,-1],[-1,0]],[[7449,9102],[0,1],[1,0],[0,-1],[-1,0]],[[7455,9182],[0,1],[1,0],[0,-1],[-1,0]],[[7183,9863],[0,1],[1,0],[-1,-1]],[[7357,9571],[0,1],[1,-1],[-1,0]],[[7666,8528],[1,0],[-1,-1]],[[7715,8471],[1,0],[0,-1],[-1,1]],[[7267,9659],[0,1],[1,0],[0,-1],[-1,0]],[[7294,9538],[-1,0],[1,1],[0,-1]],[[6790,7769],[1,0],[0,-1],[-1,0],[0,1]],[[7512,8889],[0,-1]],[[7512,8888],[-1,0],[0,1],[1,0]],[[7718,8479],[0,1],[1,0],[0,-1],[-1,0]],[[7287,9763],[-1,-1]],[[7286,9762],[0,1]],[[7488,8993],[-1,1],[1,0],[0,-1]],[[8950,4958],[1,1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,2],[1,0],[2,3],[0,-1],[1,-1],[0,1],[1,-3],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,3],[0,1],[-2,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[2,-1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,2],[1,2],[-1,0],[0,1],[0,3],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[0,2],[-1,0],[-1,0],[1,3],[-1,0],[0,1],[1,2],[-1,1],[0,-1],[-1,0],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[1,2],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,2],[1,0],[0,3],[0,2],[1,0],[0,1],[0,2],[1,3],[2,14],[0,3],[1,0],[0,1],[-1,2],[0,1],[1,1],[0,2],[1,-1],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,5],[2,-1],[1,0],[1,0],[0,-1],[1,-1],[1,-2],[0,-1],[1,0],[0,2],[1,0],[0,1],[3,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[1,-1],[0,6],[0,1],[0,1],[4,-1],[7,-2],[1,0],[1,0],[7,-2]],[[9034,5082],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[9038,5014],[-1,0],[1,0]],[[9038,5014],[-1,0],[0,-1]],[[9037,5013],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[9036,4873],[-1,0],[0,-1]],[[9035,4872],[-1,0],[0,1],[0,-1],[1,0]],[[9035,4872],[0,-1]],[[9035,4871],[-1,0],[0,-1]],[[9034,4870],[-1,0],[0,-1]],[[9033,4869],[0,-1]],[[9033,4868],[-1,0]],[[9032,4868],[0,1],[0,-1]],[[9032,4868],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1]],[[9030,4865],[-1,0]],[[9029,4865],[0,1]],[[9029,4866],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1]],[[9028,4866],[0,-1],[0,-1],[0,-1]],[[9028,4863],[0,-1]],[[9028,4862],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1]],[[9029,4846],[0,-1],[0,-1]],[[9029,4844],[-1,0]],[[9028,4844],[0,1]],[[9028,4845],[-1,0]],[[9027,4845],[0,1],[-1,0]],[[9026,4846],[0,1],[-1,0]],[[9035,4870],[-1,0]],[[9035,4870],[0,1]],[[9035,4870],[0,-1],[-1,0]],[[9034,4869],[-1,0]],[[9034,4869],[0,1]],[[9035,4871],[0,1],[0,-1]],[[9031,4852],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[0,1]],[[9029,4865],[0,-1],[-1,0]],[[9028,4864],[0,-1]],[[9028,4863],[0,1],[0,1],[0,1],[1,0]],[[9029,4846],[1,0]],[[9030,4846],[0,-1],[0,-1],[-1,0]],[[9035,4870],[1,0]],[[9036,4869],[-1,0]],[[9035,4869],[-1,-1]],[[9034,4868],[0,1]],[[9028,4863],[1,0],[0,-1],[-1,0]],[[9034,4868],[-1,0]],[[9033,4867],[0,1]],[[9035,4872],[1,0]],[[9036,4871],[0,1]],[[9036,4871],[-1,0]],[[9036,4870],[0,1]],[[7930,7296],[1,-1],[1,0],[0,1],[0,-1],[1,0]],[[7933,7295],[1,1],[0,-1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,-1],[0,1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,1],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-1,0],[0,1],[-1,1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[1,0],[0,1],[1,0],[-1,0],[0,-1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,-1],[1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-2,-5],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[-2,-6],[0,-1],[0,-2],[0,-1],[-1,-4],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-3],[-1,-1],[1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[1,-1],[1,-2],[1,-1],[0,-2],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-3],[0,-1],[1,0],[1,-2],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[1,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,-3],[-1,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1]],[[8065,7072],[0,-1]],[[8065,7071],[0,-1],[-1,0],[0,1],[-1,0]],[[8063,7071],[0,-1]],[[8063,7070],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[1,1],[0,-1],[1,0],[0,1],[0,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[2,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[-1,1],[0,1],[-1,1],[1,0],[1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[2,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-3],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0]],[[7990,7240],[0,-1],[1,-2],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-2],[-1,1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-2],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[-1,2],[0,1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1]],[[8030,7118],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[-1,0],[1,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],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,1],[1,0],[-1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0]],[[7976,7249],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[-1,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,2],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-3],[1,-2],[0,-1],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1]],[[7976,7249],[0,-1],[1,0],[1,0],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[1,2],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[-1,1],[0,1]],[[7983,7243],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[1,1],[0,-1],[1,-1],[1,-1],[0,-2],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[0,1],[-1,0],[0,1]],[[7973,7278],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,1]],[[7994,7142],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,0],[1,-1]],[[7980,7198],[1,0],[0,1],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,1],[-1,2]],[[7997,7143],[0,-1],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1]],[[7981,7213],[0,1],[1,-1],[0,-1],[1,-1],[-1,0],[-1,2]],[[7978,7218],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1]],[[7996,7160],[0,1],[1,0],[1,0],[0,-1],[-1,0],[-1,0]],[[7980,7218],[1,-1],[0,-1],[-1,1],[0,1]],[[8002,7214],[-1,0],[1,1],[0,-1]],[[8065,7079],[1,0],[-1,0]],[[8065,7079],[0,-1],[0,1]],[[9004,5294],[0,1],[-1,0]],[[9003,5295],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0]],[[9002,5293],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0]],[[8999,5288],[-1,0],[0,-1]],[[8998,5287],[-1,0],[0,-1],[0,-1]],[[8997,5285],[0,-1]],[[8997,5284],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8995,5277],[0,-1]],[[8995,5276],[-1,0],[-1,0]],[[8993,5276],[-1,0],[0,-1]],[[8992,5275],[-1,0],[0,-1],[-1,0],[0,-1],[2,0],[2,-1],[0,1],[1,0],[1,0],[0,1],[0,1]],[[8996,5275],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[9010,5286],[0,-1]],[[9010,5285],[0,1],[0,-1]],[[9010,5285],[-1,0]],[[9009,5285],[0,1],[0,-1]],[[9009,5285],[0,-1],[1,0]],[[9010,5284],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1]],[[9005,5276],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0]],[[9003,5271],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[9004,5265],[0,-1]],[[9004,5264],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0]],[[9003,5261],[0,-1]],[[9003,5260],[0,-1]],[[9003,5259],[-1,0],[0,-1]],[[9002,5258],[-1,0],[-1,0],[0,-1]],[[9000,5257],[-1,0],[0,-1]],[[8999,5256],[0,-1]],[[8999,5255],[-1,0]],[[8998,5255],[0,1],[0,1],[-1,0],[0,-1]],[[8997,5256],[-1,0],[1,0]],[[8997,5256],[1,0],[0,-1]],[[8998,5255],[0,-1],[1,0]],[[8999,5254],[0,-1]],[[8999,5253],[-1,0],[0,-1]],[[8998,5252],[0,-1]],[[8998,5251],[0,-1],[0,1]],[[8998,5251],[1,-1]],[[8999,5250],[0,-1]],[[8999,5249],[-1,0],[1,0]],[[8999,5249],[0,-1]],[[8999,5248],[0,-1]],[[8999,5247],[0,-1],[0,-1]],[[8999,5245],[-1,0],[1,0]],[[8999,5245],[0,-1]],[[8999,5244],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[-1,0],[1,0],[0,-1]],[[9008,5201],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-4],[-1,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[-1,0],[1,0],[-1,1],[1,0],[0,-1],[1,0],[0,-1]],[[9023,5145],[0,-1],[-1,0]],[[9022,5144],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[1,0],[0,-1]],[[9019,5140],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1]],[[9019,5136],[-1,0],[1,0]],[[9019,5136],[1,0],[-1,0]],[[9019,5136],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,1],[1,0]],[[9024,5154],[0,1],[0,-1]],[[9024,5154],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,1]],[[9024,5154],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1]],[[9028,5160],[1,0],[0,1]],[[9029,5161],[0,1],[-1,0],[0,1],[0,1],[-1,0]],[[9027,5164],[0,1]],[[9027,5165],[0,1]],[[9027,5166],[-1,0]],[[9026,5166],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[9026,5172],[1,0],[0,1],[0,1]],[[9027,5174],[0,1],[0,1]],[[9027,5176],[0,1]],[[9027,5177],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[8865,5553],[1,0],[0,1]],[[8866,5554],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[2,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[1,0],[-1,0],[-1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,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,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[8937,5438],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-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,1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[-1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-2],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0]],[[9013,5237],[0,1],[-1,0]],[[9012,5238],[0,1]],[[9012,5239],[0,1]],[[9012,5240],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0]],[[9012,5242],[0,1]],[[9012,5243],[1,0],[-1,0]],[[9012,5243],[-1,0]],[[9011,5243],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,1],[-1,0]],[[9009,5247],[0,1],[1,0],[0,1]],[[9010,5249],[1,1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0]],[[9010,5250],[0,1],[0,1],[0,1],[0,1]],[[9010,5254],[1,0]],[[9011,5254],[1,0],[-1,0]],[[9011,5254],[0,1]],[[9011,5255],[0,1],[-1,0]],[[9010,5256],[0,1]],[[9010,5257],[1,0]],[[9011,5257],[0,1],[0,-1]],[[9011,5257],[1,0],[-1,0]],[[9011,5257],[0,1]],[[9011,5258],[1,0],[0,1],[0,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[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],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[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],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0]],[[9004,5265],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1]],[[9005,5273],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0]],[[9010,5278],[0,-1]],[[9010,5277],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0]],[[9015,5325],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[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,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[9008,5254],[1,0]],[[9009,5254],[1,0]],[[9010,5254],[0,1],[0,-1]],[[9010,5254],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[9009,5248],[0,1],[1,0]],[[9010,5249],[-1,0],[1,0]],[[9009,5248],[0,-1],[0,1]],[[9009,5248],[0,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1]],[[9001,5244],[0,1],[0,1],[0,1],[-1,0]],[[9000,5247],[1,0],[-1,0]],[[9000,5247],[0,1],[0,1]],[[9000,5249],[1,0]],[[9001,5249],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[-1,0]],[[9012,5238],[0,-1],[1,0]],[[9013,5237],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0]],[[9012,5275],[0,1],[0,2],[0,1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1]],[[9007,5246],[0,1]],[[9007,5247],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[9003,5250],[-1,0]],[[9002,5250],[-1,0]],[[9001,5250],[0,1],[0,1]],[[9001,5252],[0,1]],[[9001,5253],[1,0],[0,1],[0,-1],[1,0]],[[9003,5253],[0,-1],[0,-1]],[[9003,5251],[0,-1]],[[9005,5247],[0,1],[0,-1]],[[9005,5247],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0]],[[9006,5250],[0,-1],[1,0],[0,-1],[0,-1]],[[9007,5246],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[9005,5247],[0,-1],[0,1]],[[9011,5242],[0,1]],[[9011,5243],[0,-1],[0,1]],[[9011,5243],[1,0],[0,-1]],[[9012,5242],[0,-1],[0,-1]],[[9012,5239],[-1,0],[0,1],[0,1],[0,1]],[[9000,5251],[0,-1]],[[9000,5250],[-1,0]],[[8999,5250],[-1,1],[0,1]],[[8998,5252],[1,0],[0,1]],[[8999,5254],[1,0]],[[9000,5254],[0,-1],[0,-1]],[[9000,5252],[0,-1]],[[9003,5254],[0,1],[0,1],[0,1]],[[9003,5257],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[9003,5253],[0,1]],[[9003,5254],[0,1],[0,-1]],[[9000,5256],[1,0],[0,1],[1,0]],[[9002,5257],[0,-1],[0,-1],[-1,0],[-1,0]],[[9000,5255],[0,-1]],[[9000,5255],[0,1]],[[9011,5269],[1,0],[0,1],[-1,-1]],[[9011,5269],[0,1]],[[9011,5270],[1,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1]],[[9006,5237],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1]],[[9027,5176],[-1,0],[0,-1],[0,-1],[1,0]],[[9027,5174],[-1,0],[0,-1],[0,-1]],[[9026,5172],[0,1],[-1,0]],[[9025,5173],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1]],[[9009,5256],[0,1],[1,0]],[[9010,5257],[0,1]],[[9010,5256],[0,-1]],[[9010,5255],[0,-1]],[[9009,5254],[0,1],[0,1]],[[8999,5288],[0,-1],[0,-1],[-1,0],[0,1]],[[8996,5278],[0,1]],[[8996,5279],[0,1],[0,-1]],[[8996,5278],[0,-1],[0,-1],[0,-1]],[[8996,5275],[-1,0]],[[8995,5275],[0,1]],[[8995,5277],[1,1]],[[9005,5252],[0,1],[0,1],[0,1]],[[9005,5255],[0,-1],[0,1]],[[9005,5255],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0]],[[8992,5275],[1,0]],[[8993,5275],[1,0]],[[8994,5275],[0,-1]],[[8994,5274],[-1,0],[-1,0],[0,1]],[[9000,5254],[1,0],[0,-1]],[[9001,5252],[-1,0]],[[8995,5276],[0,1],[0,-1]],[[8995,5275],[0,-1],[-1,0]],[[8994,5275],[1,0]],[[9010,5258],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1]],[[9027,5160],[-1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1]],[[8999,5255],[0,-1]],[[8999,5254],[-1,0],[0,1],[1,0]],[[9005,5275],[1,1],[0,1],[0,-1],[0,-1],[-1,0]],[[9004,5242],[1,0],[-1,0]],[[9004,5242],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0]],[[9008,5255],[1,0]],[[9009,5255],[0,1]],[[9008,5254],[0,1]],[[9000,5250],[0,-1]],[[9000,5249],[-1,0]],[[8999,5249],[0,-1],[0,1]],[[8999,5255],[1,0]],[[9010,5255],[1,0]],[[9011,5255],[0,-1],[0,1],[0,-1],[-1,0]],[[9000,5247],[0,-1]],[[9000,5246],[-1,0]],[[9000,5246],[0,-1]],[[9000,5245],[-1,0]],[[8999,5247],[1,0]],[[9024,5175],[1,0],[0,-1],[-1,0],[0,1]],[[9002,5258],[1,-1]],[[9003,5257],[-1,0]],[[9002,5257],[0,1]],[[9008,5255],[0,1],[1,0]],[[9009,5256],[-1,-1]],[[9003,5249],[0,1]],[[9003,5250],[1,-1],[-1,0]],[[9003,5249],[1,0],[-1,0]],[[9029,5161],[0,-1],[-1,0],[1,0],[-1,0]],[[9028,5160],[0,1],[0,-1]],[[9028,5160],[0,1],[1,0]],[[9001,5250],[0,-1]],[[9001,5249],[-1,1]],[[9000,5250],[1,0]],[[8996,5279],[1,0],[0,-1],[-1,0]],[[9003,5294],[1,0]],[[9003,5294],[0,1]],[[6702,2537],[0,1]],[[6702,2538],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[6704,2563],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1]],[[6746,2618],[1,0]],[[6747,2618],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-2],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,1],[1,-1],[0,-1],[1,0],[2,-2]],[[6778,2579],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-2,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[3,-2],[1,-1],[2,-2],[-1,0],[1,0],[0,-1],[1,-1],[1,0],[1,-2],[1,0],[-2,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,1],[0,-1],[-2,1],[0,-1],[0,-1],[0,-2],[-1,0],[-2,1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,-1],[-1,1],[-1,2],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,1]],[[6722,2465],[1,0],[0,1],[0,1],[0,2],[0,3],[0,1],[-1,0],[1,1],[0,2],[1,1],[0,1],[0,1],[1,3],[-1,0],[0,1],[-1,0],[0,2],[0,2],[-1,3],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[0,1],[0,2],[1,0],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,2],[0,1],[1,2],[-1,0],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[-1,1],[1,1],[1,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0]],[[6681,2621],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[2,2],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[1,1],[1,0],[-1,2],[0,2],[-2,0],[-2,0],[0,3],[0,1],[0,3],[0,5],[0,2],[-1,1],[2,0],[1,1],[2,0],[2,0],[1,0],[1,0],[3,0],[1,0],[1,-1],[0,-2],[2,0],[2,0],[3,0],[3,1],[0,3],[0,3],[0,1],[2,0],[2,0],[0,1],[0,1],[1,0],[0,4],[3,-1],[0,1],[1,0],[1,0],[0,1],[-1,1],[0,1],[0,2],[2,0],[2,0],[0,3],[3,-1],[3,0],[0,2],[3,0],[0,-1],[2,0],[1,0],[1,-1],[1,-1],[1,-2],[0,1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,0],[1,0],[3,2],[1,0],[0,-1],[0,-3],[0,-4],[1,0],[0,-2],[0,-1],[0,-1],[0,1],[-1,0],[1,-1],[0,-3],[-1,-1],[1,0],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[3,-9],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[0,-1]],[[6746,2618],[1,0],[-1,0]],[[6704,2563],[-1,3],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1]],[[6700,2578],[0,1],[-1,0]],[[6699,2579],[0,1],[0,1],[-1,0]],[[6698,2581],[0,1]],[[6698,2582],[1,0],[0,1],[0,1],[1,0],[-1,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1]],[[6692,2536],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,1],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0]],[[6702,2537],[0,1],[0,-1]],[[6722,2465],[-1,1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0]],[[6682,2427],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1]],[[6693,2584],[0,-1],[-1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[1,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0]],[[6694,2581],[0,-1],[1,0],[1,0]],[[6696,2580],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[1,0],[-1,0],[0,1]],[[6697,2580],[1,0],[0,1]],[[6699,2579],[0,-1],[1,0]],[[6700,2578],[0,-1]],[[6700,2577],[1,-1],[0,1]],[[6701,2577],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-3]],[[6692,2536],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[-1,0],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[1,0]],[[6693,2596],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1]],[[6696,2583],[-1,0],[0,-1]],[[6695,2582],[0,-1]],[[6695,2581],[-1,0]],[[6694,2581],[0,1],[0,1],[0,1],[-1,0]],[[6693,2584],[1,0],[-1,0]],[[6693,2584],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[6698,2581],[-1,0],[0,-1]],[[6697,2580],[-1,0]],[[6696,2580],[0,1],[-1,0]],[[6695,2582],[1,0],[0,1]],[[6696,2583],[1,0],[0,-1],[1,0]],[[6693,2596],[-1,0],[1,0]],[[6693,2596],[0,1],[0,-1]],[[6595,3160],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[2,0],[1,0],[0,1],[-2,6],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,3],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,2],[0,1],[0,3],[0,2],[0,1],[0,4],[-1,3],[0,2],[-1,0],[-1,0],[0,20],[0,17],[0,7],[0,1],[0,3],[2,0],[2,0],[4,0],[0,-1],[2,0],[4,0],[0,-2],[10,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[1,-1],[2,-2],[1,-1],[2,-1],[2,-1],[0,8],[0,1],[0,1],[0,1],[0,3],[0,4],[0,5],[0,5],[0,4],[2,0],[3,0],[1,0],[2,0],[3,0],[3,0],[2,0],[1,0],[2,0],[5,0],[3,0],[3,0],[0,11],[0,1],[0,2],[0,12],[2,0],[1,0],[1,0],[3,0],[1,1],[7,0],[0,13],[0,8],[0,4],[0,5],[0,1],[0,1],[0,3],[0,1],[0,17],[0,5],[2,0],[12,0],[8,0],[2,0],[2,0],[1,0],[4,0],[1,0],[2,0],[2,0],[2,0],[4,0],[3,0],[4,0],[2,0],[0,-3],[0,-8],[11,0],[0,-25],[0,-41],[0,-1],[0,-1],[0,-2],[0,-4],[3,0],[1,0],[2,0],[4,0],[0,-7],[0,-1],[0,-1],[0,-8],[0,-3],[0,-2],[0,-4],[0,-3],[0,-23],[3,0],[3,0],[2,0],[4,0],[2,0],[3,0],[4,0],[1,0],[1,0],[3,0],[3,0],[3,0],[2,0],[3,0],[2,0],[2,0],[4,0],[2,0],[2,0],[4,0],[2,0],[3,0],[2,0],[2,0],[2,0],[1,0],[1,0],[1,0],[4,0],[2,0],[2,0],[0,-3],[0,-2],[0,-1],[0,-7],[0,-4],[0,-17],[0,-9],[0,-15],[0,-3],[0,-12],[0,-2],[0,-10],[0,-14],[0,-9],[0,-9],[0,-4],[0,-5],[0,-6],[0,-5],[0,-3],[0,-5],[0,-4],[0,-3],[0,-5],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-4],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-6],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-4],[0,-2],[0,-1],[0,-4],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-7],[0,-3],[0,-1],[0,-4],[0,-1],[0,-6],[0,-1],[0,-1],[0,-2],[0,-10],[0,-6],[0,-3],[0,-1],[0,-4],[0,-4],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-22],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-20]],[[6828,2872],[0,-1],[0,-23],[0,-25],[0,-6],[0,-4],[0,-1],[0,-2],[0,-11],[0,-12],[0,-7],[0,-1],[1,-6],[0,-5],[0,-4],[-1,-1],[0,-7],[-1,-1],[0,-1],[0,-14],[0,-2],[0,-2],[0,-1],[0,-3],[0,-9],[-3,0],[-4,0],[-3,0],[-1,0],[-2,0],[0,1],[0,6],[-2,-1],[-2,-1],[-3,-2],[-1,-1],[-1,0],[-2,0],[-1,-3],[-2,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-2,0],[-2,0],[-2,0],[-1,1],[0,-1],[0,-1],[0,-2],[1,0],[0,-2],[1,-1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[1,-2],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[-1,0],[0,-1],[1,-1],[3,0],[1,0],[1,0],[4,0],[-1,-4],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-3],[0,-3],[0,-3],[-1,-4],[-1,0],[-1,0],[0,2],[-2,0],[-1,0],[-1,0],[-1,0],[-3,1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[1,-1],[-1,-2],[0,-1],[-1,0],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1]],[[6681,2621],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-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,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,-4],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-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,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,-1],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1]],[[6423,2459],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,-1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[1,0],[0,1],[1,0],[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,1],[0,1],[0,1],[1,1],[-1,0],[1,0],[0,1],[-1,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[6517,2687],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-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,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,1],[1,0],[0,1],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0]],[[6537,2812],[0,1],[0,-1]],[[6537,2812],[0,1],[-1,0]],[[6536,2813],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,-1],[0,1],[1,0],[0,1],[1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[1,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,1],[-1,1],[0,1],[0,1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,-1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,-1],[-1,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1]],[[6592,3004],[0,-1],[0,1]],[[6592,3004],[0,1]],[[6592,3005],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1]],[[6591,3008],[-1,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1]],[[6590,3008],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,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],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[0,-1],[0,-1],[2,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[-1,-1],[0,1],[-1,1],[1,1],[1,0],[1,0],[0,1],[1,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,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,-1],[0,-1],[0,-1],[-1,-2],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[-1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[6508,2662],[-1,0],[0,-1]],[[6507,2661],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[6367,2476],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1]],[[6427,2417],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0]],[[6364,2492],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1]],[[6592,3005],[-1,0],[1,0]],[[6592,3004],[-1,0],[0,1],[0,1],[0,1],[0,1]],[[6591,3008],[0,-1],[0,1]],[[6591,3008],[0,-1],[0,-1],[0,-1],[1,0]],[[6423,2464],[-1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1]],[[6534,2813],[-1,0],[-1,-1],[0,1],[1,0],[1,0]],[[6535,2821],[1,0],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[-1,1]],[[6536,2812],[1,0]],[[6537,2812],[0,-1],[-1,0],[1,0],[-1,0],[0,1]],[[6509,2684],[0,-1],[-1,0],[1,0],[0,1]],[[6425,2419],[1,0],[0,1],[0,-1],[-1,0]],[[5166,5127],[23,0],[11,0],[15,0],[3,0],[5,0],[3,0],[2,0],[5,0],[13,0],[1,0],[48,0],[48,0],[64,0],[3,0],[1,0],[1,0],[31,0],[3,0],[44,0],[2,0],[3,0],[52,0],[2,0],[39,0],[2,0],[3,0],[2,0],[3,0],[1,0],[9,0],[32,0],[5,0],[3,0],[2,0],[2,0],[3,0],[51,0],[3,0],[2,0],[3,0],[93,0],[3,0],[10,0],[2,0],[4,0],[12,0],[2,0],[16,0],[3,0],[29,0],[1,0],[103,0],[101,0],[100,0],[64,0],[33,0],[13,0],[13,1],[14,0],[40,0],[13,0],[13,0],[54,0],[13,0],[14,0],[13,0],[27,0],[13,0],[1,0],[13,0],[13,0],[9,0],[4,0],[40,0]],[[7086,2821],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-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],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-2,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,1],[0,-1],[1,-1],[-1,0],[-1,1],[-1,0],[-3,2],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-2,1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,-1],[3,-5],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-7],[-1,-5],[0,-2],[-3,0],[-2,0],[-4,0],[-3,0],[-1,0],[-3,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-5,0],[0,8],[-5,0],[0,5],[-4,0],[-5,0],[-2,-1],[-2,2],[-3,3],[-1,-1],[-2,-3],[0,-1],[-3,0],[-2,0],[0,-3],[-1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-2,1],[-1,1],[0,6],[0,1],[0,27],[0,11],[0,5],[0,16],[-7,0],[-2,0],[-17,0],[-9,0],[-3,0],[-10,0],[-4,0],[-5,0],[0,20],[-1,0],[-25,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,5],[0,1],[0,2],[0,4],[-2,0],[-3,0],[-2,0],[-2,-1],[-3,0],[0,1],[-1,-1],[-2,0],[-4,0],[-1,0],[-3,0],[-4,0],[-9,0],[-9,0],[-5,0],[-3,0],[-2,0]],[[6595,3160],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,-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],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[1,0],[-1,0],[0,-1],[1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-4,-4],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-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],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[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,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[1,0],[1,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],
[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,1],[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],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,1],[1,0],[-1,0],[1,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0]],[[6270,2546],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0]],[[6266,2556],[0,1],[0,1]],[[6266,2558],[0,1],[-1,0]],[[6265,2559],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1]],[[6239,2542],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],
[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[-1,-1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,1],[1,-1],[0,-1],[1,0],[1,0],[1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[-1,1],[0,-1],[1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[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],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[-1,0],[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],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[1,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,2],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[1,0],[0,1],[0,1],[-1,-1],[0,1],[0,-1],[-1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,1],[0,1],[-1,1],[0,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[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,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[-1,0],[1,0],[1,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-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],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-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,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[-1,1],[0,-1],[-1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[1,-1],[1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[1,0],[1,1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,1],[1,0],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,2],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[0,-1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[-1,0],[1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[-1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[-1,0],[0,-1],[1,-1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-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],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,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],[-1,-1],[0,1],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[-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],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-2,1],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,2],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[-2,2],[-1,1],[-1,2],[-1,0],[0,1],[-2,2],[-1,0],[-2,3],[-1,0],[-1,1],[-1,1],[0,2],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-2,2],[-1,1],[0,1],[-1,1],[-1,1],[-2,1],[-1,1],[-1,1],[0,1],[-2,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,2],[-1,0],[-1,1],[-2,2],[-2,1],[0,1],[-1,0],[0,1],[-1,1],[-2,1],[-1,1],[-1,1],[-3,2],[-1,1],[0,1],[-2,1],[-2,2],[-1,0],[-1,1],[-2,2],[-2,2],[-1,1],[-1,0],[-2,3],[-2,1],[-1,0],[0,1],[-1,0],[0,1],[-3,2],[-1,1],[-2,1],[-2,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,-1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-2,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[-3,2],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-2,2],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-2,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-2,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[0,1],[-1,0],[0,-1],[-1,1],[-3,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,-1],[0,1],[0,-1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,1],[0,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-3,-1],[-2,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,-1],[-2,0],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-2,-1],[-1,0],[-1,0],[0,-1],[-2,0],[-2,0],[-2,0],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-2,0],[-1,-1]],[[5166,3483],[0,2],[0,3],[0,15],[0,18],[0,24],[0,12],[0,18],[0,43],[0,64],[0,67],[0,1],[0,133],[0,41],[0,47],[0,8],[0,48],[0,24],[0,24],[0,24],[0,17],[0,8],[0,24],[0,72],[0,24],[0,6],[0,18],[0,72],[0,24],[0,24],[0,17],[0,8],[0,24],[0,24],[0,55],[0,17],[0,16],[0,8],[0,24],[0,169],[0,120],[0,25],[0,17],[0,6],[0,24],[0,24],[0,17],[0,8],[0,72],[0,24],[0,24],[0,16]],[[6313,2526],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-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,1],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[1,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0]],[[6042,2887],[0,1],[0,1],[-1,0],[0,1],[1,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,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1]],[[5896,3316],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[1,1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1]],[[6276,2620],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1]],[[5857,3242],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1]],[[5943,3284],[0,-1],[1,0]],[[5944,3283],[1,0]],[[5945,3283],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[-1,0],[0,1]],[[5943,3284],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,-1],[1,0]],[[5939,3290],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[1,0],[-1,0],[0,1],[1,-1],[0,1]],[[5940,3289],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[1,-1],[1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,-1]],[[6343,2624],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[1,0]],[[6333,2658],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1]],[[6094,2932],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,-1],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0]],[[5888,3301],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0]],[[6291,2557],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[5913,3263],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0]],[[5913,3263],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0]],[[6281,2650],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[6299,2460],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[1,1],[0,1]],[[6284,2520],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,1],[0,1],[0,1],[0,1]],[[5854,3230],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[1,0],[0,-1],[1,0]],[[6075,3043],[1,0],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[-1,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1]],[[6298,2535],[0,1],[0,1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1]],[[6228,2526],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1]],[[5884,3284],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1]],[[5867,3279],[1,0],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,1]],[[6012,3196],[-1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0]],[[6339,2643],[0,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0]],[[5854,3225],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1]],[[6294,2550],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0]],[[5942,3289],[-1,0],[0,1],[-1,0],[1,-1],[-1,0]],[[5940,3289],[0,1],[-1,0]],[[5939,3290],[0,1],[0,-1]],[[5939,3290],[0,1],[1,0],[1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1]],[[6333,2618],[-1,0],[0,1],[0,1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,1]],[[6155,2607],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1]],[[6309,2433],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1]],[[6308,2429],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1]],[[6269,2591],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[0,1]],[[6330,2664],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1]],[[6336,2647],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0]],[[6175,2611],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[1,0],[0,1]],[[6318,2629],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[-1,1],[1,0],[-1,0]],[[6323,2656],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1]],[[5861,3252],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1]],[[6091,2932],[-1,0],[-1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[-1,0]],[[6137,2597],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[1,-1]],[[5858,3256],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1]],[[6331,2644],[0,-1],[-1,-1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1]],[[6181,2612],[1,0],[0,1],[1,0],[0,-1],[-1,0],[-1,0]],[[6334,2674],[1,0],[1,0],[0,-1],[-1,0],[0,1],[-1,0]],[[5848,3246],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1]],[[6294,2532],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,1]],[[6269,2543],[1,0],[-1,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1]],[[6135,2588],[-1,0],[0,1],[1,0],[0,-1]],[[5930,3288],[1,0],[1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1]],[[6302,2461],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1]],[[5963,3184],[0,1],[1,0],[0,-1],[-1,0]],[[5906,3323],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[1,1],[0,1],[1,0],[0,-1]],[[6332,2658],[-1,0],[0,1],[1,0],[0,-1]],[[6348,2628],[0,1],[1,0],[0,-1],[-1,0]],[[6027,3050],[0,1],[1,0],[0,-1],[-1,0]],[[5857,3252],[0,1],[1,0],[0,-1],[-1,0]],[[6295,2538],[-1,0],[0,1],[1,0],[0,-1]],[[5864,3254],[-1,0],[0,1],[1,0],[0,-1]],[[6282,2601],[1,0],[0,-1],[-1,0],[0,1]],[[5943,3289],[0,-1],[1,0],[0,-1],[-1,1],[0,1]],[[6327,2652],[1,1],[0,-1],[-1,0]],[[6282,2598],[0,1],[1,0],[0,-1],[-1,0]],[[6198,2636],[1,0],[0,-1],[-1,1]],[[5944,3283],[0,1]],[[5944,3284],[1,0],[0,-1]],[[6323,2579],[1,1],[0,-1],[-1,0]],[[6266,2558],[-1,0]],[[6265,2558],[0,1]],[[7087,1643],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1]],[[7055,1642],[0,1],[0,-1]],[[7055,1642],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[-1,-1],[-1,0],[-1,0]],[[7039,1642],[-1,0]],[[7038,1642],[0,-1]],[[7038,1642],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,1]],[[7023,1653],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[1,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,-1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[6983,1718],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-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],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0]],[[6956,1774],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0]],[[6953,1777],[0,1]],[[6953,1778],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[1,0],[-1,1],[-1,0],[1,0],[0,1]],[[6931,1809],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1]],[[6907,1854],[0,-1],[1,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[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],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,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],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,2],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0]],[[6721,2371],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,1],[1,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[1,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[1,0],[0,1],[1,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1]],[[6570,2293],[0,-1]],[[6570,2292],[-1,0],[0,-1],[1,0],[0,-1]],[[6570,2290],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,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,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,1],[1,0]],[[6574,2288],[1,-1],[0,-1],[1,0]],[[6576,2286],[0,-1],[1,0],[1,0],[0,1]],[[6578,2286],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[1,-1],[0,1],[0,1],[-1,0]],[[6580,2289],[0,1]],[[6580,2290],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1]],[[6497,2239],[-1,0]],[[6496,2239],[0,1],[0,-1]],[[6496,2239],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,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],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[-1,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],[0,1],[-1,0]],[[6435,2225],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0]],[[6383,2251],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0]],[[6378,2263],[0,1]],[[6378,2264],[1,0],[-1,0]],[[6378,2264],[0,1],[0,1],[-1,0],[-1,0]],[[6376,2266],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[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],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,-1],[0,1],[0,1],[1,0],[-1,0],[1,0],[1,0],[0,1],[-1,0],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,-1],[1,0],[0,1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-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,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,1],[1,0],[1,0],[1,1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[6711,2363],[1,1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,1]],[[6574,2290],[0,-1],[1,0],[0,-1],[-1,0]],[[6574,2288],[0,1],[0,1]],[[6705,2350],[1,1],[0,-1],[0,-1],[-1,0],[0,1]],[[6580,2289],[-1,0],[1,0]],[[6580,2289],[0,1],[0,-1]],[[6580,2289],[-1,0],[0,1],[0,-1],[1,0]],[[6570,2293],[1,0],[0,1],[0,-1],[0,-1],[0,1],[-1,-1]],[[6402,2218],[1,0],[0,-1],[-1,0],[0,1]],[[6376,2266],[0,-1],[-1,0],[0,1],[1,0]],[[6721,2371],[1,0],[0,-1],[-1,0],[0,1]],[[6933,1804],[0,-1],[-1,1],[1,0]],[[3076,3171],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1]],[[3079,3172],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[3,0],[8,0],[0,-4],[0,-22],[0,-19],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-5],[0,-9],[4,0],[1,0],[3,0],[1,0],[3,0],[0,4],[0,2],[2,0],[3,0],[6,0],[0,5],[3,0],[2,0],[3,0],[1,0],[0,-2],[0,-8],[0,-8],[0,-9],[0,-7],[0,-1],[0,-3],[0,-20],[-1,0],[0,-4],[0,-1],[0,-1],[0,-2],[0,-3],[-1,0],[0,-3],[0,-1],[0,-1],[-1,-16],[0,-1],[0,-3],[0,-3],[0,-4],[-1,0],[0,-8],[0,-11],[0,-1],[0,-3],[0,-8],[0,-2],[-2,-1],[-5,-3],[-1,-1],[0,-3],[0,-3],[-2,0],[0,-2],[-1,0],[-2,0],[-1,0],[-3,0],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[6,0],[3,0],[0,-3],[1,0],[1,0],[1,0],[0,-1],[0,-1],[3,0],[0,-2],[1,0],[0,-4],[1,0],[1,0],[0,1],[1,0],[0,-3],[2,0],[0,-2],[0,-1],[2,0],[0,1],[1,0],[0,-1],[2,0],[0,-4],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,2],[3,0],[3,0],[0,-3],[3,0],[1,0],[0,1],[2,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,-2],[-2,-2],[2,-2],[0,-3],[0,-3],[0,-3],[-1,0],[0,-4],[0,-5],[0,-1],[0,-2],[0,-5],[-1,0],[0,-7],[0,-6],[0,-5],[1,0],[0,-5],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[-1,0],[-4,0],[0,-1],[0,-3],[0,-1],[1,0],[0,-1],[0,-3],[2,0],[1,0],[0,-3],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-6],[4,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-7],[2,0],[3,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[2,-1],[1,-1],[0,-1],[0,-2],[0,-15],[0,-2],[0,-3],[0,-10],[-2,0],[-6,0],[-3,-1],[-5,0],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,0],[1,1],[0,-1],[0,-2],[0,-4],[0,-1],[0,-1],[-1,0],[-1,0],[0,-3],[0,-2],[0,-13],[-2,-1],[-1,0],[0,-2],[0,-2],[0,-2],[-1,0],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[3,0],[1,-1],[1,0],[0,-1],[1,0],[1,-2],[1,-1],[3,-3],[0,-3],[1,0],[0,-2],[-1,0],[0,-4],[0,-2],[0,-5],[-2,0],[0,-5],[0,-4],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,-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,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[0,1],[-1,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,-1],[0,-1],[1,0]],[[3198,2517],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0]],[[2949,2735],[-1,0],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1]],[[2945,2732],[0,-1]],[[2945,2731],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1]],[[2945,2726],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[2944,2708],[0,1],[-1,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1]],[[2942,2708],[0,1],[0,-1]],[[2942,2708],[-1,0],[0,-1]],[[2941,2707],[0,-1]],[[2941,2706],[-1,0]],[[2940,2706],[0,1]],[[2940,2707],[0,1]],[[2940,2708],[0,1]],[[2940,2709],[1,0],[0,1],[-1,0],[0,1]],[[2940,2711],[0,1],[0,-1]],[[2940,2711],[-1,0]],[[2939,2711],[0,1]],[[2939,2712],[0,1]],[[2939,2713],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0]],[[2925,2737],[-1,0]],[[2924,2737],[0,1],[0,1],[0,1],[0,1],[-1,0]],[[2923,2741],[0,1]],[[2923,2742],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[2923,2768],[0,1]],[[2923,2769],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[2918,2785],[0,1]],[[2918,2786],[-1,0]],[[2918,2786],[0,1]],[[2918,2787],[-1,0]],[[2918,2787],[0,1]],[[2918,2788],[0,1]],[[2918,2789],[0,1],[0,-1]],[[2918,2789],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1]],[[2919,2798],[0,1],[-1,0],[0,1],[1,0]],[[2919,2800],[0,1]],[[2919,2801],[0,1],[0,1]],[[2919,2803],[0,1],[-1,0]],[[2918,2804],[1,0],[0,1],[0,1]],[[2919,2806],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[2918,2814],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1]],[[2918,2909],[0,1]],[[2918,2910],[0,1]],[[2918,2910],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[2920,2942],[-1,0],[1,0],[0,1]],[[2920,2943],[1,0],[-1,0]],[[2920,2943],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1]],[[2920,2947],[0,1],[0,1],[0,1],[-1,0]],[[2919,2950],[0,1]],[[2919,2951],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[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],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[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,1],[1,0],[0,1],[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,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,1],[1,1],[-1,-1],[0,-1],[-1,-1],[1,0],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[3020,3164],[3,0],[0,-3],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[1,0],[2,0],[2,0]],[[3032,3167],[0,-1],[1,0],[0,-1]],[[3033,3165],[0,1],[0,1]],[[3033,3167],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[1,0],[1,0],[0,-1],[0,1],[1,0],[2,0],[0,1],[3,0],[-1,-1],[0,-1],[0,-2],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,1],[1,-1],[0,-1],[0,-2],[2,0],[0,1],[1,0],[1,-1],[1,0],[1,1],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[0,2],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[0,1]],[[3158,2517],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1]],[[3196,2512],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[1,0],[-1,0],[0,1]],[[3085,2566],[0,-1]],[[3085,2565],[1,0],[0,-1],[-1,0],[0,1]],[[2945,2731],[1,0],[-1,0]],[[2945,2732],[1,0],[0,-1],[-1,0]],[[3078,2569],[0,1],[1,0],[0,-1],[-1,0]],[[3197,2507],[0,-1],[-1,0],[0,1],[1,0]],[[3158,2517],[-1,-1],[0,1],[1,0]],[[2919,2942],[0,1],[1,0]],[[2920,2943],[0,-1],[-1,0]],[[2922,2736],[1,0],[-1,-1]],[[2922,2735],[0,1]],[[3034,3231],[1,1],[-1,0]],[[3034,3232],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1]],[[3034,3236],[1,0],[0,1],[-1,1]],[[3034,3238],[0,1]],[[3034,3239],[0,1],[0,1],[0,-1],[-1,0]],[[3033,3240],[1,0],[-1,0]],[[3033,3240],[0,1],[0,1]],[[3033,3242],[1,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[3039,3261],[1,0],[1,0],[2,0],[2,0],[2,0],[0,1],[1,0],[4,-1],[0,4],[4,0]],[[3056,3265],[0,-1],[0,-2],[3,0],[4,0],[2,0],[0,-5],[3,0],[4,0],[1,0],[1,0],[1,0],[0,3],[1,0],[2,0],[0,2],[1,0],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1]],[[3082,3255],[0,-1],[2,0],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[-1,0],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-2,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-2],[2,0],[0,-1],[-1,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,0],[0,-1],[1,0],[0,-1],[-2,0],[0,-1],[-1,1],[0,-5],[-1,0],[-1,0],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[2,0],[0,-1],[-2,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-2],[1,0],[0,-2],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-3],[-1,0],[-1,0],[0,-3],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-4],[1,0],[0,-4]],[[3076,3171],[1,0],[0,-1],[1,0],[0,1],[1,1]],[[3076,3171],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-2],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-2,0],[0,2],[0,1],[-1,1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,2],[0,1],[1,1],[-3,0],[0,-1],[-2,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1]],[[3033,3169],[1,0],[-1,0]],[[3033,3169],[1,0],[0,-1],[0,1],[0,-1],[0,-1]],[[3034,3167],[0,1],[0,-1]],[[3034,3167],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1]],[[3020,3164],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0]],[[3033,3242],[0,1],[0,-1]],[[3033,3242],[0,-1]],[[3033,3241],[-1,0],[1,0]],[[3033,3241],[0,-1]],[[3033,3240],[0,-1],[1,0]],[[3034,3239],[0,-1],[0,-1],[0,-1]],[[3034,3236],[-1,0],[0,-1],[1,0]],[[3034,3235],[-1,0],[1,1]],[[3034,3236],[0,-1],[0,-1]],[[3034,3234],[-1,-1],[0,-1],[1,0]],[[3034,3232],[-1,0],[0,1],[1,0]],[[3034,3233],[0,-1],[0,-1]],[[3034,3231],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0]],[[3060,3419],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[3061,3411],[0,-1]],[[3061,3410],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[3061,3406],[0,-1]],[[3061,3405],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1]],[[3061,3403],[-1,0],[0,-1]],[[3060,3402],[-1,0],[0,1],[1,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1]],[[3054,3403],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1]],[[3044,3387],[-1,0],[0,-1],[-1,0]],[[3042,3386],[0,1],[-1,0],[0,-1]],[[3041,3386],[-1,0],[0,1],[-1,0]],[[3039,3387],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[3040,3420],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0]],[[3072,3416],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1]],[[3072,3416],[-1,0],[0,-1]],[[3071,3415],[0,1],[-1,0]],[[3070,3416],[-1,0],[0,-1],[0,-1]],[[3069,3414],[0,-1],[-1,0],[-1,0],[-1,0]],[[3066,3413],[-1,0],[0,-1]],[[3065,3412],[-1,0],[0,-1],[0,-1],[1,0]],[[3065,3410],[0,-1],[1,0],[0,-1],[-1,-1],[-1,0],[-1,0]],[[3063,3407],[0,1],[0,1],[0,1],[-1,0]],[[3062,3410],[0,1],[-1,0]],[[3060,3419],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,2],[0,5],[2,0],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,4],[0,5],[0,2],[0,2],[0,2],[0,2],[0,3],[0,1],[0,6],[0,2],[0,1],[0,7],[0,1],[1,5],[0,4],[0,1]],[[3061,3501],[3,0],[2,0],[7,0],[1,0],[1,0],[2,0],[0,1],[1,0],[-1,6],[2,0],[2,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[3,0],[1,0],[2,0],[3,0],[2,0],[1,0],[3,0],[3,0],[4,0],[2,0],[3,0],[2,0],[1,0],[2,0],[0,-4],[0,-10],[0,-1],[0,-5],[0,-1],[1,0],[2,0],[3,0],[2,0],[0,-2],[0,-5],[0,-3],[1,0],[1,0],[4,0],[2,0],[2,0],[0,-1],[0,-1],[0,-3],[0,-2],[0,-5],[-2,-2],[1,-2],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[-1,-1],[1,0],[1,0],[0,-1],[1,0],[1,1],[0,-2],[1,0],[1,0],[-1,-1],[-1,-1],[0,-5],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-2],[0,-4],[0,-5],[0,-2],[0,-2],[3,0],[2,0],[2,0],[4,-1],[0,-5],[0,-2],[0,-3],[-1,-7],[0,-7],[0,-6],[-5,1],[-2,0],[0,1],[-6,1],[-4,0],[0,-6],[3,0],[0,-4],[0,-7],[-3,0],[-2,0]],[[3126,3375],[-1,0]],[[3125,3375],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,-1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[-1,0],[-1,-1],[0,1]],[[3040,3420],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,-1],[0,1],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1]],[[3009,3550],[4,0],[1,0],[4,0],[3,0],[2,0],[2,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[4,0],[2,0],[5,0],[0,1],[2,0],[2,0],[4,0],[4,0],[3,0],[0,-8],[0,-12],[0,-2],[0,-7],[1,0],[0,-2],[0,-1],[0,-2],[0,-2],[0,-6],[0,-2],[2,0],[1,0],[1,0]],[[3065,3410],[0,1],[0,-1]],[[3065,3410],[0,1],[0,1]],[[3065,3412],[0,-1],[0,1]],[[3065,3412],[1,0],[0,1]],[[3069,3414],[1,0],[0,1],[0,1]],[[3070,3416],[1,-1],[1,0],[0,1],[0,-1],[1,1],[1,0],[-1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,1],[0,-1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1]],[[3125,3375],[1,0],[-1,0]],[[3125,3375],[0,-5],[0,-1],[0,-9],[0,-5],[0,-1],[0,-1],[0,-7],[-1,-1],[1,-1],[0,-1],[1,0],[1,1],[1,1],[0,-2],[1,0],[0,1],[1,-1],[0,-2],[0,-1],[0,-2],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[-22,0],[-3,-8],[-2,-7],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-3],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-17],[0,-2],[-1,0],[-4,0],[-13,-1],[-1,0],[-6,0],[-4,0],[-3,0],[-4,0],[0,1],[-1,0],[0,-1],[-2,0],[0,-2],[0,-3],[-1,0]],[[3056,3265],[0,3],[0,1],[0,1],[0,5],[0,1],[-1,0],[-4,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,2],[0,1],[0,2],[1,4],[0,2],[1,0],[-1,0],[-1,0],[0,1],[-1,2],[0,1],[0,-1],[1,0],[0,1],[0,2],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1]],[[3057,3382],[0,1],[1,0],[0,1],[1,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],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0]],[[3056,3384],[1,0],[0,1],[0,1],[-1,0]],[[3056,3386],[0,1]],[[3056,3387],[0,1],[0,1],[0,1]],[[3056,3390],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,0],[0,1]],[[3054,3403],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1]],[[3060,3402],[1,0],[0,1]],[[3061,3403],[1,0],[0,1],[0,1],[-1,0]],[[3061,3406],[0,1],[0,1],[0,1],[0,1]],[[3061,3410],[1,0]],[[3062,3410],[0,-1],[0,-1],[0,-1],[1,0]],[[3063,3407],[0,-1],[1,0],[0,1]],[[3064,3407],[1,0]],[[3065,3407],[1,0],[0,1]],[[3066,3408],[0,1],[-1,0],[0,1]],[[3030,3313],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[1,0],[0,1],[-1,0],[-1,0]],[[3036,3377],[1,0],[1,1],[0,1]],[[3038,3379],[1,1],[0,1]],[[3039,3381],[1,0]],[[3040,3381],[1,0],[0,1]],[[3041,3382],[0,1],[0,1]],[[3041,3384],[0,1],[1,1]],[[3042,3386],[0,-1],[1,0],[1,0],[0,1],[0,1]],[[3044,3387],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0]],[[3056,3390],[-1,0],[0,-1],[0,-1],[0,-1],[1,0]],[[3056,3386],[0,-1],[0,-1]],[[3056,3384],[0,-1],[0,-1],[1,0]],[[3039,3261],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0]],[[3003,3396],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,2],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,1],[1,0],[1,1],[1,1],[0,2],[1,0],[0,1],[1,1],[1,1],[1,1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1]],[[3026,3332],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,1],[0,-1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1]],[[3039,3387],[1,0],[0,-1],[1,0],[-1,0]],[[3040,3386],[0,-1],[0,-1],[1,0]],[[3041,3382],[-1,0],[0,-1]],[[3040,3381],[0,1],[-1,-1]],[[3039,3381],[-1,0],[0,-2]],[[3038,3379],[-1,0],[0,-1],[-1,0],[0,-1]],[[3036,3377],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1]],[[3026,3357],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[1,0]],[[3029,3305],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,1]],[[3030,3308],[-1,0],[0,1],[1,0],[0,-1]],[[4221,7788],[0,-1],[1,1],[0,1],[0,1],[0,-1],[1,1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-2],[1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,-1],[-1,-2],[-1,-3],[0,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[2,-2],[1,-1],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[-1,-1],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,-1],[1,-2],[0,-1],[1,0],[0,-1],[-1,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-3],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-3],[0,-1],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1]],[[4266,7637],[0,-1],[1,0]],[[4267,7636],[0,-1],[1,0]],[[4268,7635],[0,-1]],[[4268,7634],[0,-1],[0,1]],[[4268,7634],[1,0]],[[4269,7634],[0,-1],[1,0]],[[4270,7633],[1,1]],[[4271,7634],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[-1,-1],[0,-1],[1,0],[1,-1],[1,0]],[[4283,7612],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1]],[[4285,7605],[0,-1]],[[4285,7604],[0,-1],[0,-1],[0,1],[0,1]],[[4285,7604],[1,0]],[[4286,7604],[0,-1]],[[4286,7603],[0,-1],[0,1]],[[4286,7603],[1,0]],[[4287,7603],[0,-1],[0,1]],[[4287,7603],[0,-1]],[[4287,7602],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[4289,7593],[-1,0],[0,-1],[0,1],[1,0]],[[4289,7593],[0,-1],[-1,-1],[0,-1],[1,-1],[0,1],[0,1],[0,1],[0,1]],[[4289,7593],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,1],[0,1],[-1,1]],[[4289,7593],[1,1]],[[4290,7594],[0,-1]],[[4290,7593],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1]],[[4290,7585],[0,-1],[1,0],[-1,0],[0,-1],[1,1],[1,-2],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[-1,0],[1,-2],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1]],[[4295,7567],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0]],[[4297,7561],[1,1],[0,1]],[[4298,7563],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,1]],[[4298,7572],[0,1]],[[4298,7573],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[2,0],[1,3],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[-2,3],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,4],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,3],[0,1],[0,3],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[2,0],[1,1],[1,1],[1,0],[1,1],[0,-1],[1,0],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-4],[1,0],[1,-1]],[[4311,7716],[0,-1],[1,0]],[[4312,7715],[0,-1],[0,-1],[0,-1]],[[4312,7712],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[1,0],[0,-1],[0,-2],[0,-1],[1,-2],[0,-3],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[1,1],[0,-1],[2,-1],[1,0],[1,0],[1,1],[1,1],[1,1],[1,1],[0,1],[-1,-1],[0,1],[-1,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,3],[-1,3],[0,1],[0,1],[-1,2],[0,2],[-1,0],[0,1],[0,1],[0,1],[0,3],[1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[1,2],[2,6],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,3],[1,1],[1,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1]],[[4348,7761],[1,0],[1,0],[0,1]],[[4350,7762],[1,0],[-1,0]],[[4350,7762],[1,0],[0,1],[0,1]],[[4351,7764],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1]],[[4356,7769],[1,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[1,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[-1,-1],[-1,-1],[0,-3],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,1],[0,1],[0,-2],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0]],[[4347,7767],[0,1]],[[4347,7768],[0,1],[-1,0],[0,-1]],[[4346,7768],[0,-1]],[[4346,7768],[-1,0],[1,0]],[[4346,7767],[0,-1]],[[4346,7766],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[1,1],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,2],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,2]],[[4317,7797],[0,1],[0,1]],[[4317,7799],[0,1],[-1,0],[0,1],[-1,0],[-1,-2],[-1,0],[-1,1],[-1,1],[0,1],[0,2],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-1],[-1,1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,1],[0,-1],[-1,1],[1,0],[0,1]],[[4285,7832],[0,-1],[1,1],[0,1]],[[4286,7833],[1,0],[1,0],[0,1],[1,0]],[[4289,7834],[1,0]],[[4290,7834],[0,-1],[1,0],[0,1]],[[4291,7834],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1]],[[4295,7837],[-2,0]],[[4293,7837],[0,1],[0,1],[-1,0],[0,1],[0,1]],[[4292,7841],[1,0],[0,1]],[[4293,7842],[0,-1],[0,-1],[1,1],[0,1]],[[4294,7842],[0,-1],[1,0],[-1,1]],[[4294,7842],[0,1]],[[4294,7843],[-1,0]],[[4293,7843],[0,1],[0,1],[1,-1],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1]],[[4294,7848],[1,-1]],[[4295,7847],[0,-1],[1,-1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,0],[1,1],[-1,0],[-1,1],[0,1],[-1,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0]],[[4289,7851],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,1],[-1,0],[0,1],[-1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[1,-1],[-2,0],[1,-1],[1,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,0],[1,-1],[1,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[-1,1],[0,1],[1,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,1]],[[4281,7875],[0,1],[0,1],[-1,0],[1,-1],[-2,1],[-1,1],[1,0],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[0,-1],[-1,1],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[1,-1],[1,0],[-1,1],[1,0],[2,-1],[1,-1],[-1,0],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[0,1],[-2,1],[0,1],[1,-1],[1,-1],[2,0],[1,-1],[1,0],[1,0],[1,-1],[1,0],[0,1]],[[4306,7865],[0,1]],[[4306,7866],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[-1,0]],[[4300,7870],[0,1],[-1,-1],[-1,0],[0,-1],[-1,1],[0,1],[0,1]],[[4297,7872],[-1,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,1]],[[4298,7875],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,0],[-1,-1],[1,0],[1,0],[0,-1],[-1,0],[1,1],[1,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[0,-1],[0,-1],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1]],[[4283,7899],[0,-1],[0,1]],[[4283,7899],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[2,-1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[1,1],[-1,0],[0,-1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0]],[[4291,7898],[0,1]],[[4291,7899],[1,0],[1,0],[0,-1],[1,1],[-1,0],[0,1],[-2,0],[-1,1],[-1,0],[1,0],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[-1,1],[0,1],[-1,0]],[[4284,7907],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[-1,0],[1,0],[1,-1],[-1,0],[1,-1],[0,1],[1,0],[1,-1],[2,0],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[1,0],[1,-1],[0,1],[-1,0],[0,1],[1,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[-1,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[4300,7897],[-1,0],[0,-1],[0,1],[-1,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0]],[[4300,7895],[0,-1],[1,0]],[[4301,7894],[1,-1],[1,0],[0,1],[1,1]],[[4304,7895],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,1],[1,-2],[1,0],[1,0],[0,-1],[0,1],[1,-1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-2,0],[-1,0]],[[4312,7897],[0,1],[1,0],[0,1],[1,0],[-1,0],[-1,0]],[[4312,7899],[1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,2],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[-1,1],[0,-1],[0,1],[0,1],[-1,1],[0,1]],[[4304,7914],[1,0],[1,-1],[1,0],[1,0],[1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[1,1],[-1,0]],[[4315,7914],[0,1]],[[4315,7915],[1,0]],[[4316,7915],[0,-1],[1,0],[0,1],[-1,0]],[[4316,7915],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,-1]],[[4302,7925],[0,1],[-1,0],[0,-1],[-1,1],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[1,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,-1],[-1,1],[-2,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,-1],[0,1],[0,1]],[[4291,7938],[0,1],[0,1]],[[4291,7940],[0,1],[0,-1]],[[4291,7940],[1,1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,1],[1,1],[0,-1],[0,1],[0,1],[0,1]],[[4296,7941],[1,-1],[0,1],[-1,0]],[[4296,7941],[0,1]],[[4296,7942],[1,0],[0,-1],[1,0],[1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,-1],[-1,1],[0,1],[-1,0],[-1,0]],[[4295,7945],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[1,-1],[1,-1],[-1,2],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1],[-1,1],[0,1],[-1,1]],[[4296,7948],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,1],[0,-1],[0,-1]],[[4297,7950],[0,1],[0,-1]],[[4297,7950],[-1,-1],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,1],[1,0],[1,0],[1,1],[0,-1]],[[4296,7955],[0,-1]],[[4296,7954],[0,-1],[1,1]],[[4297,7954],[1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0]],[[4295,7957],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[1,1],[0,1],[-1,1],[1,0],[1,-1],[0,1],[-1,1],[0,1],[1,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,1],[1,0],[-1,0],[1,1],[0,-1],[0,-1],[1,0],[0,1],[0,1]],[[4294,7967],[1,0]],[[4295,7967],[-1,-1],[0,-1],[1,0],[0,1],[0,1]],[[4295,7967],[0,1]],[[4295,7968],[2,1],[0,1]],[[4297,7970],[1,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,1],[1,-1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[1,0],[-1,0],[1,0],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[-1,1]],[[4308,7972],[1,0],[-1,0]],[[4308,7972],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[1,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[-1,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[1,0]],[[4317,7973],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,1],[-1,2],[0,1],[-1,0],[0,1]],[[4317,7973],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,1],[1,0],[0,-1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[1,-2],[1,0],[0,-1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[-1,1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,1],[0,1],[1,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,1],[0,-1],[0,-1],[1,1],[0,-1],[1,0]],[[4327,7968],[0,-1],[0,-1],[0,-1],[1,0]],[[4328,7965],[0,-1],[0,-1],[1,0]],[[4329,7963],[0,-1],[1,-3]],[[4330,7959],[0,-1],[1,1]],[[4331,7959],[0,-1],[0,1]],[[4331,7959],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[1,0]],[[4333,7957],[0,-2],[1,-1]],[[4334,7954],[-1,0],[1,0]],[[4334,7954],[-1,0],[0,-1],[0,1],[-1,0],[-1,1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[-1,1],[-1,1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,1],[-1,1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[4328,7951],[0,-1],[1,0],[0,1]],[[4329,7951],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1]],[[4331,7941],[-1,0],[0,1],[-1,2],[1,0],[0,1],[-1,1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1]],[[4322,7942],[0,-1]],[[4322,7941],[0,-1],[1,0]],[[4323,7940],[0,-1]],[[4323,7939],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[1,0]],[[4326,7937],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,1],[1,0],[-1,1],[1,0],[-1,1],[0,1],[1,0]],[[4329,7935],[0,-2],[1,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,1],[0,2],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[1,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0]],[[4341,7925],[0,-2],[0,1]],[[4341,7924],[0,-1],[0,-1],[1,0],[-1,-1],[-1,1],[0,-1],[1,-1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[-1,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,1],[0,1],[0,1],[1,0]],[[4343,7918],[0,-1],[1,0]],[[4344,7917],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,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,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1]],[[4339,7906],[-1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[1,0],[0,1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[-1,1],[1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[1,0],[-1,1],[-1,2],[-1,0],[0,1],[0,1],[-1,0]],[[4345,7917],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[-2,4],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0]],[[4345,7925],[0,1]],[[4345,7926],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[1,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[1,1],[-1,-1],[0,-1],[-1,1],[-1,0],[0,1],[1,0],[0,1],[1,-1],[0,1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[1,0],[-1,1],[0,1],[1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[1,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[0,1],[0,-1],[1,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[-1,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[1,0],[-1,2],[1,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,-1],[0,1],[1,-1],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,1],[1,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,-1],[0,-1],[1,1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[1,1],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,-1],[-1,0],[0,-1],[1,1],[1,0],[0,1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,1],[1,0]],[[4416,7897],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[-1,0],[-1,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-2],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,1],[-1,0],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[1,1],[0,1],[1,0],[0,-1],[1,0],[-1,-1],[-1,0],[1,0],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1]],[[4428,7864],[0,1],[-1,0],[-1,-1],[0,-1],[1,0]],[[4427,7863],[0,-1],[1,0],[0,1]],[[4428,7863],[1,0],[0,-1],[-1,0],[0,-1],[1,-1],[1,0],[0,1]],[[4430,7861],[0,1],[1,0],[0,1],[1,0],[0,1],[0,2],[0,1],[1,0],[0,-2],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1]],[[4433,7870],[0,1]],[[4433,7871],[-1,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0]],[[4434,7874],[1,0],[0,-1],[0,-1],[0,1],[0,1],[1,-1],[1,-1],[1,0],[0,1],[1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,2],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[-2,1],[0,-1],[-1,0],[-1,-1],[-1,1],[0,-1],[0,1],[0,1],[-1,0]],[[4417,7896],[0,1],[1,0],[1,0],[-1,0],[0,1],[1,0],[-1,1]],[[4418,7899],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1]],[[4422,7909],[0,1],[1,2],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[1,0]],[[4433,7909],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,1],[1,0],[1,0],[0,-1],[1,1],[1,1],[0,-1],[1,1],[1,0],[1,0],[0,-1],[0,-1],[0,2],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[1,1]],[[4481,7903],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[1,-1]],[[4492,7898],[0,-1]],[[4492,7897],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0]],[[4514,7906],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0]],[[4506,7898],[0,1],[-1,0]],[[4505,7899],[-1,0],[0,-1]],[[4504,7898],[0,-1]],[[4504,7897],[-1,0]],[[4503,7897],[0,1],[-1,0]],[[4502,7898],[-1,0],[0,-1]],[[4501,7897],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,2],[0,1],[-1,1],[0,1],[-1,0],[0,2],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[0,1],[-1,-1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[-1,0],[0,-1],[0,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,2],[0,1],[0,1],[1,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0]],[[4424,7951],[0,1],[1,1],[0,1],[-1,0],[0,1],[1,-1],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,1],[-1,0],[1,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,-1],[0,-1],[0,1],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,3],[0,4],[1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,2],[-1,0],[0,3],[0,1],[1,1],[0,1],[0,-1],[0,1],[0,-2],[1,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-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],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[0,-2],[0,-1],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[-1,1],[0,1],[1,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,-1],[0,-1],[1,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,-1],[-1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,-1],[0,1],[1,1],[1,1],[0,1],[1,1],[0,-1],[0,1],[1,1],[0,1],[1,1],[1,0],[1,0],[0,1],[-1,0],[-1,0],[1,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,1],[0,-1],[-1,-1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,0],[1,-1],[-1,0],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,2],[0,2],[-1,3],[0,2],[0,2],[0,1],[1,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0]],[[4459,8024],[0,-1],[0,1]],[[4459,8024],[0,-1],[1,0],[1,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[-1,2],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1]],[[4466,8019],[-1,-1],[0,-1],[1,0],[0,1]],[[4466,8018],[0,1]],[[4466,8019],[0,1],[1,0],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,1],[0,2],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1]],[[4459,8028],[1,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[-1,1],[1,1],[0,-1],[0,1],[1,0],[0,1]],[[4463,8040],[1,0],[0,-1],[0,1],[0,1],[-1,1],[0,-1]],[[4463,8041],[0,1],[0,-1]],[[4463,8041],[-1,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1]],[[4461,8047],[0,1],[0,1],[0,-1],[1,1],[0,-1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1]],[[4464,8052],[1,1],[1,1],[0,1],[1,0],[0,1],[0,2],[1,0],[-1,-1],[1,0],[0,1],[0,1],[1,0]],[[4469,8059],[0,-1],[0,1]],[[4469,8059],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[4472,8052],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,1],[-1,0],[0,1],[-1,0]],[[4472,8052],[0,1],[0,1],[0,1],[0,1]],[[4472,8056],[0,1]],[[4472,8057],[0,1],[1,0],[1,1],[-1,0],[0,1],[0,1],[0,-1],[1,1],[0,1],[0,1],[1,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0]],[[4477,8084],[0,1]],[[4477,8085],[1,-1],[0,-1],[0,1],[0,1],[0,-1],[1,-1],[0,1],[-1,1],[-1,0]],[[4477,8085],[0,1],[0,-1]],[[4477,8085],[-1,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,1],[0,-1],[1,0],[0,-1],[0,-1],[-1,1],[-1,0],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,0],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[-1,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1]],[[4473,8087],[0,1],[0,-1]],[[4473,8087],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,1],[0,1]],[[4465,8080],[1,1],[-1,0]],[[4465,8081],[0,-1]],[[4465,8080],[0,-1],[0,-1],[-1,0]],[[4464,8078],[0,1],[0,-1]],[[4464,8078],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[1,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1]],[[4449,8030],[0,-1]],[[4449,8029],[-1,-1],[-1,-1],[0,-2],[0,1],[-1,1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,1]],[[4442,8024],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[-1,0]],[[4442,8025],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1]],[[4443,8032],[0,1]],[[4443,8033],[0,1],[0,-1]],[[4443,8033],[1,1]],[[4444,8034],[0,-1],[0,1]],[[4444,8034],[1,0],[0,-1],[0,1],[0,1]],[[4445,8035],[0,1]],[[4445,8036],[1,0],[-1,0]],[[4445,8036],[0,1],[0,-1]],[[4445,8036],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,2],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1]],[[4440,8034],[0,1],[0,3],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[1,0],[1,1],[1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[-1,0],[1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,-1],[1,1],[0,1],[-1,-1],[0,1],[1,0],[-1,1],[0,-1],[0,1],[0,1],[0,1],[0,3]],[[4437,8067],[0,3],[1,-1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,2],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[1,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1]],[[4436,8065],[-1,0],[0,1],[0,-1],[0,-1]],[[4435,8064],[-1,0],[1,-1],[0,-1]],[[4435,8062],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1],[0,-2],[0,-1],[1,0],[-1,0],[0,-1],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[1,1],[0,-1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[0,1],[-1,3],[1,1],[-1,1],[0,1],[0,2],[-1,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,1]],[[4427,8096],[1,0],[0,1],[0,-1],[1,0],[0,1],[-1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1]],[[4431,8098],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1]],[[4431,8098],[0,1],[-1,0],[0,-1]],[[4430,8098],[1,0],[-1,0]],[[4430,8098],[0,1],[-1,0],[1,1],[0,1],[0,-1],[-1,1],[0,-1]],[[4429,8100],[0,-1],[-1,-1],[0,-1],[-1,0]],[[4427,8097],[0,-1],[0,1]],[[4427,8097],[0,1],[0,1],[0,1],[0,1],[1,0],[0,2],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[1,1],[0,-1],[1,0],[-1,-1],[1,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,-1],[1,0],[0,1],[0,1],[0,1],[0,1]],[[4435,8117],[1,0],[1,-1],[0,1],[0,1],[-1,0],[0,-1],[-1,1]],[[4435,8118],[1,1],[-1,0],[0,-1]],[[4435,8118],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,1],[-1,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[-1,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,-1],[0,-1],[-1,1],[0,-1]],[[4433,8130],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,-1],[-1,1],[0,1],[1,1],[0,1],[0,1],[0,2],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0]],[[4430,8147],[0,1]],[[4430,8148],[1,-1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,-1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,1]],[[4437,8152],[0,-1],[0,-1],[0,1],[0,1]],[[4437,8152],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[1,1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,1],[1,1],[-1,1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,1],[1,1],[0,1],[1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[1,1],[1,2],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,-1],[1,1]],[[4443,8169],[1,0],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[-1,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1]],[[4452,8163],[0,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,1],[1,0],[-1,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1]],[[4464,8159],[1,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[1,1],[-1,0],[1,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,1],[0,-1],[0,1],[0,1],[1,0],[0,1]],[[4466,8182],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,-1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[1,-1],[0,-1],[0,1],[1,1]],[[4472,8168],[0,-1],[0,-2]],[[4472,8165],[0,-1]],[[4472,8164],[-1,-1],[1,-1],[0,1],[0,1]],[[4472,8164],[0,-1],[0,1]],[[4472,8165],[0,1],[1,1],[-1,0],[1,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0]],[[4471,8174],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2]],[[4471,8181],[0,1],[0,1]],[[4471,8183],[0,1]],[[4471,8184],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,1],[0,1],[1,0],[1,0],[-1,0],[0,1],[0,1],[1,0],[-1,0],[1,1],[0,1],[1,-1],[0,1],[2,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,2],[0,1],[0,-1],[0,1],[1,0],[0,1],[-1,-1],[0,2],[-1,1],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,1],[0,-2],[0,-1],[1,1],[0,2],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,1],[1,1],[1,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,-1],[0,1],[0,1],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,1],[1,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[4471,8226],[1,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,2],[0,1],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[1,-1],[1,1],[0,-1],[-1,-1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1]],[[4476,8231],[0,1]],[[4476,8232],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,-1],[1,-1],[0,-1]],[[4479,8229],[1,0],[0,-1]],[[4480,8228],[0,-1],[1,1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[-1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,1],[1,0]],[[4483,8207],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-1,1],[1,2],[0,2],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,2],[1,0],[1,0]],[[4491,8221],[0,-1],[1,0]],[[4492,8220],[0,-1],[-1,0],[1,-1]],[[4492,8218],[0,-1],[1,1]],[[4493,8218],[0,-1],[1,-2]],[[4494,8215],[1,0]],[[4495,8215],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[-1,1],[-1,1],[0,1],[-1,0]],[[4495,8215],[0,1],[1,0],[1,0],[-1,1],[1,0],[1,1],[0,1],[1,1],[0,-1],[0,1],[1,-1]],[[4500,8219],[-1,-1],[-1,-1],[0,-1]],[[4498,8216],[0,-1]],[[4498,8215],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1]],[[4500,8209],[-1,-1],[-1,0],[0,-1],[1,-1]],[[4499,8206],[0,-1]],[[4499,8205],[0,-1],[1,0],[0,1]],[[4500,8205],[1,0]],[[4501,8205],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1]],[[4505,8205],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[1,0],[0,1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2]],[[4514,8193],[-1,0],[-1,1],[0,-1]],[[4512,8193],[0,-1]],[[4512,8192],[1,0],[1,0]],[[4514,8192],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[4517,8192],[-1,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-2],[1,1],[0,2],[0,1],[1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1]],[[4524,8180],[0,-1]],[[4524,8179],[1,0]],[[4525,8179],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,1],[0,-1],[-1,0],[-1,-1],[-1,1],[1,-1],[-1,-1],[0,1],[-1,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[1,0],[-1,-1],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,1]],[[4524,8161],[-1,0],[0,1],[1,1],[0,-1],[0,-1]],[[4524,8161],[1,0],[-1,1],[1,0],[1,1],[-1,0],[0,-1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,1],[0,-1],[-1,-2],[0,-1],[-1,0],[1,-1],[-1,0]],[[4526,8156],[-1,1],[-1,0],[0,-1],[0,1],[1,-1]],[[4525,8156],[0,1],[0,-1]],[[4525,8156],[0,-1],[1,1]],[[4526,8156],[0,-1],[0,-1],[-1,0]],[[4525,8154],[0,-1]],[[4525,8153],[0,-1],[0,1]],[[4525,8153],[1,0],[0,-1]],[[4526,8152],[0,-1]],[[4526,8151],[0,-1]],[[4526,8150],[1,-1],[0,1],[-1,0]],[[4526,8152],[1,-1],[0,1],[-1,0]],[[4526,8152],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[1,0]],[[4528,8156],[-1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[0,-1],[1,-2],[0,1]],[[4529,8156],[0,1]],[[4529,8157],[0,1],[0,-1]],[[4529,8156],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0]],[[4529,8157],[1,-1],[-1,0]],[[4529,8156],[0,2],[0,1],[0,1],[0,1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,-1],[1,0]],[[4532,8162],[1,0],[-1,0]],[[4532,8162],[0,1]],[[4532,8163],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,1],[0,-1],[1,0],[-1,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[1,0],[1,-1],[0,-1],[0,1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1]],[[4547,8160],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[-1,0],[1,-1]],[[4557,8147],[1,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1]],[[4565,8137],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,1],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,1],[-1,2],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,-1],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0]],[[4566,8137],[0,1],[0,1],[-1,0],[0,-1],[-1,1],
[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,2],[-1,1],[0,1],[-1,1]],[[4560,8146],[0,1],[0,-1]],[[4560,8146],[1,1],[-1,0]],[[4560,8147],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1]],[[4560,8147],[-1,0],[0,-1],[-1,2],[-1,2],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0]],[[4551,8157],[0,1]],[[4551,8158],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1]],[[4546,8166],[0,-1],[0,1]],[[4546,8166],[0,1],[1,0],[-1,0],[0,-1]],[[4546,8166],[0,1],[0,-1]],[[4546,8166],[-1,1]],[[4545,8167],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[-1,-1],[0,-1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,2],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[1,1],[0,-1],[1,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,1],[0,1]],[[4546,8210],[0,-1],[1,0],[-1,1]],[[4546,8210],[1,0],[0,-1],[0,-2],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[-1,0]],[[4546,8210],[0,1],[1,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1]],[[4549,8213],[1,0],[0,-1],[0,1],[-1,0]],[[4549,8213],[0,1],[1,0],[0,1],[-1,0],[1,1],[-1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[1,-2]],[[4549,8213],[-1,0],[0,1],[0,1],[-1,0],[1,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1]],[[4545,8212],[0,-1],[-1,0],[1,1]],[[4545,8212],[0,1],[1,1],[0,1],[-1,-1],[0,1],[0,-1],[0,-1],[0,-1]],[[4545,8212],[-1,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1]],[[4543,8212],[0,1],[0,1],[0,-1],[0,-1]],[[4543,8212],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,2],[1,3],[1,0],[0,-1],[0,1],[1,-1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,2],[1,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[-1,-1],[0,1],[1,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[1,0],[-1,-1],[1,0],[-1,-1],[0,-2],[0,1]],[[4540,8224],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[1,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1]],[[4528,8219],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-2],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,-1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[-1,0],[1,1],[0,1],[-1,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,1],[0,-1],[0,1],[1,0],[-1,2],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1]],[[4507,8228],[1,0],[1,-1],[0,-1],[0,1],[0,1],[0,1],[-1,1]],[[4508,8230],[0,1]],[[4508,8231],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[-1,1],[0,-1],[0,1],[-1,0]],[[4511,8235],[0,1],[1,0],[0,1],[1,1],[0,1],[-1,0]],[[4512,8239],[0,1]],[[4512,8240],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,1],[1,1],[1,1],[-1,0],[1,1],[0,1],[1,0],[0,-1]],[[4519,8244],[0,-1],[1,1]],[[4520,8244],[0,-1],[1,0],[-1,-1],[0,-1],[-1,-1],[1,1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,1],[0,1],[0,1],[-1,1],[1,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,-1],[1,0]],[[4533,8254],[1,0],[-1,0]],[[4533,8254],[0,1]],[[4533,8255],[0,1],[-1,1],[1,0],[0,1],[0,1],[-1,-1],[-1,0]],[[4531,8258],[1,1],[0,1],[-1,1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,2],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1]],[[4521,8252],[1,1],[-1,0]],[[4521,8253],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0],[-1,0],[1,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1]],[[4521,8255],[0,1]],[[4521,8256],[1,1],[-1,0],[1,1],[-1,0],[0,-1],[0,-1]],[[4521,8256],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[4519,8253],[-1,0],[0,-1]],[[4518,8252],[0,-1],[0,-1]],[[4518,8250],[0,-1],[0,1]],[[4518,8250],[0,-1],[1,-1]],[[4519,8248],[0,-1],[0,-1],[0,-1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[1,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0]],[[4505,8231],[-1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,1],[0,1],[1,1],[0,2],[1,1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-2],[-1,0],[0,-1],[-1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,2],[1,1],[0,-1],[0,-1],[0,2],[1,1],[1,0],[0,1]],[[4502,8265],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,2],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[1,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,1],[0,1],[0,1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,1]],[[4519,8271],[0,-1],[-1,-1],[1,-1],[0,-1],[1,0],[1,2],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-2],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[-1,0],[-1,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,-1],[0,-1],[-1,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[0,-2],[0,1],[0,-1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[1,1],[1,-1]],[[4539,8310],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[-1,-2],[-1,0],[1,0],[-1,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,-1],[1,0],[0,-2],[1,0],[0,-1]],[[4545,8291],[0,-1]],[[4545,8290],[0,-1],[0,1]],[[4545,8290],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,-2],[0,-1],[1,0]],[[4544,8282],[0,-1],[-1,0],[1,-1],[-1,0],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,1],[1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,1],[0,-1],[0,1],[1,0],[0,1]],[[4556,8271],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0]],[[4559,8271],[0,-1],[0,1]],[[4559,8271],[1,0]],[[4560,8271],[0,1],[-1,-1]],[[4559,8271],[0,1],[-1,0],[0,1],[1,0]],[[4559,8273],[-1,1],[1,0]],[[4559,8274],[0,-1]],[[4559,8273],[1,0],[0,1],[-1,0]],[[4559,8274],[0,1],[1,0]],[[4560,8275],[0,-1],[0,-1],[0,1],[0,1]],[[4560,8275],[0,1]],[[4560,8275],[1,1],[0,1]],[[4561,8277],[0,-1],[1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[1,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,1]],[[4576,8262],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0]],[[4578,8264],[0,-1],[0,1]],[[4578,8264],[1,0]],[[4579,8264],[0,1]],[[4579,8265],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,-1],[0,1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[-1,-1],[1,0],[0,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,2]],[[4601,8263],[0,1],[0,1]],[[4601,8265],[1,1],[-1,0]],[[4601,8266],[0,1],[-1,0],[-1,0],[-1,0],[-1,1]],[[4597,8268],[0,1],[-1,0],[-1,0],[0,-1]],[[4595,8268],[-2,0],[-1,0],[0,1],[-1,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[1,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[-1,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,-1],[0,-1],[1,1],[0,1],[0,1],[1,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,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[-1,0],[1,0],[0,1],[-1,0],[1,0],[0,1],[0,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,0]],[[4599,8306],[0,-1],[1,0]],[[4600,8305],[1,0],[0,1],[-1,0]],[[4600,8306],[0,1],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,2],[-1,0],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0]],[[4569,8307],[1,0],[-1,1],[0,1],[1,1],[-1,0]],[[4569,8310],[1,0],[0,1],[-1,-1]],[[4569,8310],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[4566,8313],[0,1],[0,-1]],[[4566,8313],[-1,-1]],[[4565,8312],[0,1],[-1,1]],[[4564,8314],[0,1]],[[4564,8315],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[1,-1],[-1,0]],[[4561,8316],[0,1],[0,-1]],[[4561,8316],[-1,0],[1,0]],[[4561,8316],[-1,0],[0,-1],[1,0]],[[4561,8315],[-1,0],[0,1],[0,1],[-1,-1],[1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0]],[[4557,8320],[1,0],[-1,0]],[[4557,8320],[0,1]],[[4557,8321],[0,1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[-1,1],[1,0],[-1,0],[0,1],[0,1]],[[4558,8323],[1,-1],[-1,0],[1,0],[0,-1],[0,1],[0,1]],[[4559,8323],[1,0],[-1,0]],[[4559,8323],[0,1],[1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[-1,1],[1,0],[0,1]],[[4563,8331],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[1,-1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[4567,8328],[0,-1]],[[4567,8327],[0,-1],[0,1]],[[4567,8327],[0,-1],[1,0],[-1,-1],[0,1],[1,0],[1,0],[0,1],[0,-1],[1,0],[-1,1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0]],[[4572,8330],[0,1],[0,1],
[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,-1],[1,1],[0,1],[0,1],[0,1]],[[4575,8339],[0,-1],[0,1]],[[4575,8339],[1,0],[-1,1],[1,0],[0,-1],[1,0],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1]],[[4568,8344],[0,1],[-1,0],[1,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,1],[-1,1],[0,-1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1]],[[4559,8344],[0,1],[0,1],[0,-1],[-1,1],[0,-1],[-1,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,1],[-1,0],[0,1]],[[4557,8350],[1,1],[-1,0]],[[4557,8351],[-1,0],[0,1],[0,1],[0,-1],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0]],[[4553,8355],[0,1]],[[4553,8356],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0]],[[4554,8362],[0,1]],[[4554,8363],[1,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,1],[1,0],[-1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,-1]],[[4554,8369],[0,1],[1,0],[-1,1],[0,-1],[-1,-1]],[[4553,8369],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,2],[-1,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,-1]],[[4549,8372],[0,1],[-1,-1]],[[4548,8372],[0,-1],[0,1]],[[4548,8372],[0,1],[-1,0]],[[4547,8373],[1,0],[0,1],[-1,-1]],[[4547,8373],[0,1]],[[4547,8374],[0,1],[0,1],[0,1]],[[4547,8377],[0,1],[0,1],[0,-1],[1,0],[-1,1],[1,0],[0,1],[0,1]],[[4548,8381],[0,-1],[1,1],[0,-1],[0,1],[0,1],[1,0],[-1,1],[1,0],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[0,1],[1,-1],[0,1],[-1,1],[0,1],[0,1],[-1,-1],[0,1],[0,1],[1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[1,1],[-1,0],[0,1],[1,0],[0,1],[-1,1],[1,1],[-1,0],[0,-1],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[4558,8401],[0,1],[1,0],[0,-1],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[0,-1]],[[4563,8401],[-1,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0]],[[4568,8406],[0,-1],[-1,-1],[1,0],[0,1],[1,0],[-1,1]],[[4568,8406],[1,0],[1,0],[2,0]],[[4572,8406],[1,0],[0,1]],[[4573,8407],[0,1]],[[4573,8408],[0,1],[-1,0]],[[4572,8409],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0]],[[4568,8410],[0,1],[-1,0],[-1,1],[0,1],[-1,0]],[[4565,8413],[0,1],[0,-1],[0,1]],[[4565,8414],[0,1],[-1,0]],[[4564,8415],[0,1]],[[4564,8416],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,-1],[0,-1],[0,1],[0,1]],[[4567,8425],[1,-1],[0,-1],[0,1],[0,1]],[[4568,8425],[0,-1],[1,0],[-1,1]],[[4568,8425],[1,0],[0,1],[0,1]],[[4569,8427],[0,1]],[[4569,8428],[1,0],[0,-1],[0,-1],[1,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1]],[[4577,8434],[1,0],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[4579,8446],[1,1]],[[4580,8447],[1,0],[1,0],[0,1]],[[4582,8448],[0,1],[1,0],[0,-1],[-1,0]],[[4582,8448],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[4583,8430],[-1,0],[0,-1],[-1,-2],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[1,0],[0,1],[-1,0],[1,1],[0,1],[0,-1],[1,1],[-1,0],[1,1]],[[4585,8430],[0,-1],[0,1]],[[4585,8430],[0,-1],[1,1],[0,1]],[[4586,8431],[0,-1],[1,-1],[0,1],[0,1],[0,1]],[[4587,8432],[1,-1],[0,-1],[1,1],[-1,0],[0,1],[0,1],[0,1]],[[4588,8434],[0,1]],[[4588,8435],[0,1],[0,1],[1,0],[0,1]],[[4589,8438],[1,0]],[[4590,8438],[0,-1],[-1,0],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[0,-1]],[[4590,8434],[-1,0],[1,0]],[[4590,8434],[0,-1]],[[4590,8433],[0,-1]],[[4590,8432],[0,-1],[0,1]],[[4590,8432],[1,0]],[[4590,8432],[1,-1]],[[4591,8431],[0,-1]],[[4591,8430],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1]],[[4592,8424],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[1,1],[0,-1],[1,1]],[[4592,8422],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1]],[[4594,8412],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[-1,0]],[[4595,8419],[0,1]],[[4595,8420],[0,1],[-1,1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[-1,0]],[[4596,8426],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[-1,0],[0,-1],[1,1],[0,1],[0,1],[0,1]],[[4599,8432],[1,0],[1,0],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[4599,8440],[0,1]],[[4599,8441],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[0,1],[0,1]],[[4602,8445],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0]],[[4604,8447],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,2],[0,1],[1,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2]],[[4613,8442],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,1],[1,0],[1,-1],[1,0],[1,0]],[[4619,8433],[-1,0],[1,0]],[[4619,8433],[1,-1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,0],[-1,1],[0,1],[1,0],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[1,1],[1,1],[0,1],[-1,0],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[-1,0],[0,1],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[-1,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[-1,0],[1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0]],[[4618,8488],[1,1],[-1,1]],[[4618,8490],[0,1],[0,1]],[[4618,8492],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[-1,1],[0,1],[0,-1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,2],[1,0],[0,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[1,0],[0,2],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,-1],[0,-1],[1,0],[0,1],[0,-1],[1,1],[0,1]],[[4623,8527],[0,-1],[0,1]],[[4623,8527],[1,0],[0,1],[1,0],[0,-1],[1,0],[-1,-1],[1,0]],[[4626,8526],[-1,-1],[-1,0],[0,-1],[1,0],[1,0],[0,1]],[[4626,8525],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,2],[1,0],[0,1],[0,1],[0,2],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[1,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],[[4631,8512],[1,0]],[[4632,8512],[0,-1],[0,1]],[[4632,8512],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,-1],[0,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[0,1],[1,1]],[[4639,8510],[0,1]],[[4639,8511],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0]],[[4640,8514],[0,1],[0,-1]],[[4640,8514],[0,-1],[1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[4640,8510],[-1,0]],[[4639,8510],[0,1],[0,-1]],[[4639,8510],[0,-1],[1,0]],[[4640,8509],[0,-1],[0,-1],[0,-1],[0,-1]],[[4640,8505],[-1,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[1,1],[0,-1],[0,1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,1],[1,0],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,-1]],[[4637,8496],[0,-1]],[[4637,8495],[-1,0],[0,1],[0,1],[-1,0],[0,-2],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[0,-2],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1]],[[4631,8489],[0,-1],[0,-1],[0,-1]],[[4631,8486],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[0,-1],[1,-1]],[[4629,8482],[-1,-1],[1,0]],[[4629,8481],[0,-1],[1,0]],[[4630,8480],[0,-1]],[[4630,8479],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-2],[-1,-1],[1,-1],[-1,0],[0,-1],[1,0],[1,0],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1]],[[4629,8421],[0,-1],[0,-1]],[[4629,8419],[0,-1]],[[4629,8418],[0,-1]],[[4629,8417],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1]],[[4630,8416],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[1,0],[0,1],[-1,0],[0,1]],[[4637,8453],[0,1],[1,0],[0,1],[1,1],[0,-1],[0,1],[1,0],[0,1]],[[4640,8457],[1,0],[1,0]],[[4642,8457],[0,-1],[0,-1],[1,0],[1,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,-3],[0,1],[1,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-2],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0]],[[4666,8415],[0,-1],[0,1]],[[4666,8415],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,2],[0,1],[0,1],[0,1],[1,1],[1,-1]],[[4673,8409],[0,-1]],[[4673,8408],[-1,0]],[[4672,8408],[0,-1],[1,0],[1,1]],[[4674,8408],[0,1],[0,1]],[[4674,8410],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[1,0],[-1,0],[0,1],[1,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[-1,-1],[0,1],[1,0],[0,1],[1,-1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1]],[[4680,8443],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,1],[-1,1],[0,1],[1,0],[0,1],[1,1],[-1,1],[-1,0],[0,1],[0,1],[1,0],[1,1],[1,0]],[[4688,8445],[0,-1]],[[4688,8444],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1]],[[4691,8450],[1,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,0],[0,1],[-1,0]],[[4688,8465],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[-1,-1],[1,0],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,2],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,-1],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[-1,-1],[1,0],[1,0]],[[4699,8526],[1,0]],[[4700,8526],[-1,-1],[1,0],[0,1]],[[4700,8526],[1,0],[1,1],[1,0],[0,-1],[1,0],[0,1],[1,1],[1,0],[-1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,-1],[1,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,-1],[0,1],[-1,0],[0,2],[0,1],[-1,1],[0,1]],[[4707,8550],[1,-1],[1,1],[0,-1],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[-1,1],[0,1],[-1,0]],[[4709,8554],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-2,-2],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,2],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,-2],[1,0],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,1],[-1,1],[0,1],[1,0],[-1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[0,-1],[-1,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,2],[-1,0],[0,1],[1,-1],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,-1],[1,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[0,1],[-1,1],[0,1],[1,1],[-1,0],[-1,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[1,1],[-1,1],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[-1,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[-1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,0]],[[4701,8624],[-1,-1],[-1,-1],[0,-2],[0,-1],[-1,0],[1,-1],[-1,0],[1,0],[0,-1],[1,1],[0,-1],[0,1],[1,0],[0,1],[1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,-1],[1,0],[-1,-2],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,1],[0,1],[1,0],[0,-1],[1,-1],[1,0],[1,0]],[[4710,8605],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[1,1],[1,0]],[[4704,8588],[0,-1]],[[4704,8587],[1,0],[0,1],[-1,0]],[[4704,8588],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[2,0],[1,0],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[2,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-2,0],[-1,1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,1],[1,0],[0,1],[1,-1],[1,0],[1,0],[1,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,1],[1,1],[-1,-1],[1,0],[0,1],[0,-1],[0,-1],[-1,1],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,1]],[[4720,8544],[1,0]],[[4721,8544],[1,0],[1,1],[0,-1],[0,-1],[-1,-1],[1,-1],[-1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,-1],[1,0],[-1,-1],[1,0],[-1,-1],[-1,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[-1,1],[1,1],[0,1],[1,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,-1],[1,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,1],[0,1],[0,-1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[1,1],[-1,0],[1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,1],[-1,0],[1,1],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[1,1],[1,2],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[1,0],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[1,1],[-1,-1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,1],[0,-1],[1,0],[1,1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0]],[[4752,8592],[1,0],[-1,0]],[[4752,8592],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[1,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,1],[0,1],[1,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,-2],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[1,-1],[-1,0],[0,-1],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[-1,0],[0,1],[1,1],[-1,0],[1,1],[1,0],[1,0],[0,1],[1,1],[1,1],[0,1],[1,1],[0,-1],[-1,0],[1,-1],[0,1],[0,1],[0,1],[0,-1],[0,1],[0,1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,1]],[[4773,8553],[0,-1]],[[4773,8552],[-1,0],[1,0]],[[4773,8552],[1,-1],[0,2]],[[4774,8553],[0,1],[1,1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[0,-2],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1]],[[4776,8536],[0,-2],[-1,0],[0,-1]],[[4775,8533],[0,-1]],[[4775,8532],[1,-1],[0,-1],[1,-1]],[[4777,8529],[1,0],[1,0],[1,0],[0,-1],[1,-1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,1],[1,1],[0,1],[0,1],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[1,1],[-1,0],[1,0],[0,1],[-1,1],[0,1],[1,0],[0,-3],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[1,1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[1,1],[0,1],[0,1],[1,0],[1,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[-1,0],[-1,0],[-1,0],[1,0],[0,1],[2,0],[0,1],[1,0],[0,1],[0,1],[1,1],[1,0],[1,-1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1]],[[4805,8591],[-1,0],[1,0]],[[4805,8591],[1,0],[0,-1],[0,1],[0,1],[-1,0]],[[4805,8592],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[-1,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[-1,2],[1,1],[1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,-1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[1,-1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[1,-1],[0,-1],[0,1],[-1,0],[-1,-1],[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,0],[0,-1],[1,0],[0,-1],[-1,0],[1,0],[0,1],[-1,0],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[-1,1],[0,-1]],[[4813,8599],[0,-1]],[[4813,8598],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[1,-1],[0,1]],[[4813,8598],[1,0],[0,1],[0,1],[1,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[1,1]],[[4818,8602],[0,1]],[[4818,8603],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0]],[[4824,8602],[0,-1]],[[4824,8601],[0,-1],[1,0],[1,0]],[[4826,8600],[0,-1],[0,-1],[0,-1]],[[4826,8597],[0,-1],[0,-1],[0,1],[1,1]],[[4827,8597],[1,0],[0,1]],[[4828,8598],[1,0],[0,1]],[[4829,8599],[1,0],[0,1],[-1,0]],[[4829,8600],[0,1],[0,1],[-1,1],[-1,0]],[[4827,8603],[0,1],[0,1],[-1,0],[0,1],[-1,1]],[[4825,8607],[0,1],[-1,1],[-1,1],[0,1],[0,-1],[0,1],[-1,0],[-1,1],[1,0],[-1,1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0]],[[4818,8616],[-1,0],[0,-1],[-1,1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[-1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[1,1],[0,1],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,3],[0,2],[0,1],[1,1],[-1,0],[1,1],[-1,1],[0,1],[-1,0],[-1,2],[0,1],[0,1],[1,1],[1,0],[1,1]],[[4807,8658],[0,1],[0,1],[1,0],[0,-1],[-1,-1]],[[4807,8658],[0,-1]],[[4807,8657],[-1,0],[1,0]],[[4807,8657],[0,-1],[1,1],[0,-1],[-1,0],[0,-1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,1],[1,0],[-1,1],[1,1],[0,1],[0,-1],[1,0],[1,1],[0,1],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[0,1],[-1,0],[0,1],[0,1],[-1,-1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,-1],[1,0],[1,1],[1,-1],[1,0],[1,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[1,-2],[0,-1],[0,-1],[1,0],[1,0],[-1,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,-1],[0,-1]],[[4848,8650],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[4851,8649],[1,0]],[[4852,8649],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[1,0],[1,0],[0,-1],[-1,-2],[0,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,1],[1,1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[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],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,-1],[0,1],[1,0],[-1,1],[0,2],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,0],[1,1],[-1,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1]],[[4875,8612],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[1,1],[-1,-1],[0,-1],[1,0],[1,0],[0,1],[1,1],[1,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1]],[[4893,8612],[1,0],[0,-1],[-1,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,1],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[1,1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[1,-2],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[-1,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[1,-1],[0,1],[0,-1],[0,1],[1,0],[0,-2],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1]],[[4918,8582],[-1,-1],[1,0],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[1,1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[1,0],[-1,1],[0,1],[1,0]],[[4928,8576],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0]],[[4927,8571],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[-1,-1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[1,0],[-1,-1],[1,0],[0,-1],[0,-1],[1,1],[0,1],[1,-1]],[[4935,8564],[0,-1],[1,0]],[[4936,8563],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1]],[[4937,8559],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[1,1],[1,0],[0,-1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[-1,-1],[0,-1],[0,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-2],[0,-1],[0,-1],[1,0],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[1,0],[-1,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,-1]],[[4980,8462],[0,-1],[0,-1],[0,-1]],[[4980,8459],[0,-1],[1,-1]],[[4981,8457],[0,-1]],[[4981,8456],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1]],[[4985,8458],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,1],[1,-1],[1,-1],[0,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[-1,0],[-1,0],[1,0],[-1,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0]],[[4996,8439],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[1,-3],[1,1],[1,-1],[1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1]],[[5023,8306],[0,-1]],[[5023,8305],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[-1,1],[1,-1],[1,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,-2],[1,0],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-4],[-1,-2],[-1,-5],[-1,-1],[0,-2],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[0,1],[1,1],[1,2],[1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,2],[0,1],[1,1],[0,2],[0,2],[1,2],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,2],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,2],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[1,-2],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[2,-2],[1,-2],[1,-1],[0,-1],[1,-3],[1,-1],[0,-1],[1,-3],[1,-1],[0,-1],[1,-2],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-3],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-2],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,1],[1,0],[0,1],[0,1],[-1,-1],[-1,0],[0,1],[0,2],[-1,2],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,4],[1,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[1,0],[-1,0],[0,1],[0,1],[0,1],[-1,2],[1,1],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,2],[0,2],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,3],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[-1,2],[-2,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,2],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[0,3],[0,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,3],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,2],[0,3],[1,2],[0,1],[0,1],[1,1],[0,1],[1,3],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[0,1],[1,1],[1,1],[1,0],[1,1],[1,1],[1,1],[0,-1],[0,-1],[1,-2],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,1],[-1,1],[0,1],[-1,3],[0,1],[0,3],[-1,1],[0,1],[-1,2],[0,2],[-2,3],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[-1,2],[0,1],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-3],[1,-2],[0,-1],[1,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,2],[-1,2],[0,1],[0,1],[-2,1],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[1,-2],[0,-1],[0,-1],[2,2],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,2],[0,3],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,2],[1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-3],[1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[1,-3],[0,-1],[1,-2],[1,-1],[0,-1],[1,-1],[1,-2],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[1,1],[0,1],[-1,1],[0,1],[0,3],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[-1,0],[0,2],[-1,1],[0,1],[-1,1],[0,2],[0,1]],[[5081,8327],[0,1],[0,2],[1,1],[0,1],[-1,2]],[[5081,8334],[0,1],[0,1],[-1,1],[1,0],[-1,1],[0,1],[-1,1],[0,2],[-1,2],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[-1,0],[1,1],[-1,1],[1,1],[1,1],[0,1],[1,0],[0,1],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[-1,-1],[1,0],[0,1],[0,1],[1,0],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,-1],[0,1],[1,1],[0,-1],[1,0],[0,-1],[1,1],[1,0],[0,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[1,1],[0,1],[-1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[1,0],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[1,0],[0,-1],[-1,-1],[1,0],[0,-1],[0,1],[1,0],[0,1],[0,-1],[1,1],[0,-1],[0,-1],[1,1],[0,1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-2],[1,0],[1,-1],[0,-1],[0,-1]],[[5121,8357],[0,-1],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[1,1],[0,-1],[0,-1],[1,0],[0,1],[0,-1],[1,0]],[[5132,8348],[-1,0],[1,0]],[[5132,8348],[-1,0],[0,-1],[1,0]],[[5132,8347],[0,-1],[0,1]],[[5132,8347],[0,1]],[[5132,8348],[0,1],[0,-1]],[[5132,8347],[1,0]],[[5133,8347],[0,-1],[0,1]],[[5133,8347],[0,-1],[1,0],[0,1],[0,1],[1,0],[1,-1],[1,0]],[[5137,8347],[-1,-1],[0,-1],[0,1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,1],[-1,0],[0,1]],[[5137,8347],[1,0]],[[5138,8347],[0,-1],[0,1]],[[5138,8347],[0,1]],[[5138,8348],[1,0],[0,-1],[-1,0]],[[5138,8347],[1,0],[0,-1],[0,-1],[0,1],[1,0],[0,1],[-1,0],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[2,1],[1,0],[1,0],[2,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[1,-1],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1]],[[5160,8341],[0,-1],[0,1]],[[5160,8341],[0,-1],[1,-1],[0,1]],[[5161,8340],[0,1]],[[5161,8341],[0,1],[1,0],[1,0],[0,-1],[0,1],[1,0],[1,-1],[1,0]],[[5166,8341],[0,1],[0,-1]],[[5166,8341],[0,-1],[0,1]],[[5166,8341],[0,-9],[0,-25],[0,-77],[0,-36],[0,-7],[0,-17],[0,-40],[0,-34],[0,-38],[0,-15],[0,-5],[0,-15],[0,-1],[0,-2],[0,-3],[0,-58],[0,-31],[0,-51],[0,-86],[0,-57],[0,-28],[0,-86],[0,-28],[0,-57],[0,-96],[0,-8],[0,-35],[0,-27],[0,-127],[0,-97],[0,-19],[0,-265],[0,-289],[0,-67],[0,-222],[0,-72],[0,-217],[0,-6],[0,-119],[0,-19],[0,-24],[0,-24],[0,-24],[0,-24],[0,-49],[0,-24],[0,-16],[0,-8],[0,-48],[0,-24],[0,-24],[0,-24],[0,-72],[0,-24],[0,-25],[0,-24],[0,-72],[0,-72],[0,-23],[0,-1],[0,-24],[0,-24],[0,-49]],[[5166,3483],[-1,0],[-4,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-3,-1],[-2,-1],[-1,-1],[-1,0],[0,-1],[-2,0],[-1,-1],[0,-1],[-3,-1],[-1,-2],[0,-1],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-3,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-2],[-2,0],[-1,-1],[-1,-2],[-2,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-2,-2],[0,-1],[-1,0],[-2,-2],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-3,-2],[-2,-1],[-4,-3],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-3,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-2,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-1,-1],[-1,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,1],[-1,-1],[-1,0],[-1,0],[-3,0],[-1,0],[-1,1],[-2,0],[-1,0],[-2,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[-3,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-2,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[-2,0],[0,1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[-3,1],[-1,0],[-3,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,1],[-2,1],[-2,0],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-2],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,-2],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,-2],[-1,-1],[0,-1],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-5,0],[-1,-1],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,-2],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-2],[-1,0],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-3,-1],[-2,0],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-3,0],[-1,0],[0,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-4,-1],[0,-1],[-3,0],[0,-1],[-2,0],[-1,-1],[-2,0],[0,-1],[-2,0],[-3,-1],[-1,-1],[-1,-1],[-2,0],[-8,-6],[0,-1],[-2,-2],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-2,-2],[-1,0],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-2,-3],[-1,-2],[-1,-2],[-1,-1],[-1,-3],[-2,-4],[-1,-1],[-1,-3],[-1,-2],[-1,-1],[0,-1],[-2,-4],[-1,-4],[-1,-3],[0,-1],[-1,-4],[-1,-4],[-1,-4],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[-2,-5],[0,-1],[-1,-2],[0,-3],[-1,-1],[0,-1],[-1,-2],[0,-2],[-1,-3],[-1,-3],[-1,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-2],[0,-5],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-3],[0,-2],[0,-2],[-1,-1],[0,-2],[0,-3],[0,-2],[0,-3],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-2,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,1],[-1,-1],[0,-1],[-1,-1],[1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,1],[-1,0],[-1,-1],[-2,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[0,1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-2],[-2,-4],[-2,-3],[-1,-3],[-1,-1],[-1,-3],[0,-3],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,1],[1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-2],[0,-1],[-1,0],[-1,0],[0,-1],[-2,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-2,-1],[0,-1]],[[4308,2858],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,0],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-3,3],[-1,0],[-1,1],[-3,2],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,1],[-1,0],[-1,0],[-3,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[1,0],[1,1],[0,-1],[0,1],[1,0],[0,1],[-1,0]],[[4229,2814],[0,1]],[[4229,2815],[1,0],[0,1],[1,1],[-1,1],[0,1],[0,1],[-1,0],[1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[-3,3],[-1,1],[-2,1],[-1,1],[-1,0],[-1,1],[-2,0],[-1,1],[-1,-1],[-1,0],[0,-1]],[[4205,2855],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[1,-1],[-1,0],[1,-1],[0,-1],[-1,0],[1,0],[-1,-1],[0,-1]],[[4199,2843],[-1,1]],[[4198,2844],[0,1],[0,1],[0,1],[-1,0],[-2,1],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[0,1],[-2,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,1],[-1,-1],[0,1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,-1],[0,-1],[-1,0],[0,-1],[1,-1],[-1,-1]],[[4162,2845],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0]],[[4158,2845],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[-1,0],[0,-2],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0]],[[4138,2834],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[-1,1],[0,-1],[-1,1],[1,1],[1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[1,-1]],[[4127,2830],[-1,0],[-1,-1],[0,-1],[-1,0],[0,1]],[[4124,2829],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,-1],[-1,0],[0,1],[-2,1],[0,-1],[0,1],[-2,2],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-2,1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[-3,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-2],[0,-1],[-1,-2],[0,-1],[1,0],[0,-1]],[[4086,2822],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1]],[[4087,2817],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0]],[[4082,2814],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[0,1],[1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[0,1],[1,1],[-1,0],[1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,1],[1,1],[-1,0],[0,1],[1,0],[1,1],[1,-1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,4],[-1,1],[-1,3],[-1,4],[0,2],[-1,4],[-1,3],[-1,2],[-1,2],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,2],[-1,0],[0,1],[-2,2],[-1,1],[0,1],[-2,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[-1,0],[-1,0],[1,0],[-1,1],[0,-1],[-1,0],[1,0],[-1,0],[-2,1],[-1,-1],[-1,0],[0,-1]],[[4014,2846],[0,-1]],[[4014,2845],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[-1,-1],[-1,1],[-1,1],[-1,2],[-3,3],[1,0],[0,-1],[1,0],[-1,1],[-1,0],[-1,1],[1,-1],[-1,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1]],[[3986,2845],[-1,-1],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,1],[-2,2],[0,1],[-1,0],[-1,1],[0,1],[-3,3],[-1,0],[-1,1],[0,1],[-2,2],[-2,1],[-2,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,1],[-1,0]],[[3963,2862],[0,-1],[0,1]],[[3963,2862],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[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],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1]],[[3853,2849],[-1,0],[0,-1]],[[3852,2848],[-1,0],[0,-1],[1,0]],[[3852,2847],[0,-1],[-1,0]],[[3851,2846],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1]],[[3824,2846],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,1],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,-1],[-1,0],[-1,1],[-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],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,1],[-1,0],[1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,0],[-1,0],[0,-1],[0,1],[0,-1],[0,-1]],[[3686,2807],[-1,0],[1,0]],[[3686,2807],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1]],[[3684,2804],[-1,0]],[[3683,2804],[0,-1],[0,1]],[[3683,2804],[-1,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1]],[[3679,2799],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,-1],[-1,0]],[[3671,2793],[0,-1],[0,1],[0,-1]],[[3671,2792],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[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,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,0],[0,-1],[-1,0],[0,1],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,-1],[1,0],[0,1],[0,-1],[1,0],[0,1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,0]],[[3653,2706],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[0,-1],[-1,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[-1,0],[0,1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[0,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,-1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[1,0],[0,1],[0,-1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1]],[[3625,2701],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,-1],[0,1],[-1,0],[-1,0],[-2,0],[-1,0],[0,2],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,10],[0,9],[0,9],[0,6],[0,36],[0,1],[-13,25],[-9,16],[12,0],[14,25],[13,0],[12,0],[0,8],[0,8],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,11],[1,1],[1,0],[0,1],[0,4],[2,1],[0,1],[-1,1],[0,2],[-1,1],[0,2],[0,1],[-1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,2],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,0],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[-2,1],[-2,2],[1,2],[0,1],[1,1],[1,1],[0,1],[1,1],[1,1],[1,1],[3,4],[1,1],[2,3],[1,1],[0,1],[2,2],[1,1],[0,1],[1,0],[0,1],[3,5],[3,4],[3,4],[0,2],[1,0],[0,1],[2,3],[2,3],[1,2],[2,3],[2,4],[2,2],[0,1],[0,-1],[3,-4],[2,-2],[3,-3],[2,-3],[1,-1],[0,-1],[2,-2],[1,-1],[2,3],[0,1],[1,0],[2,5],[1,1],[0,1],[1,1],[1,0],[1,0],[1,0],[2,0],[1,0],[0,1],[5,5],[3,3],[4,3],[2,3],[1,1],[1,0],[0,1],[1,1],[4,4],[4,4],[0,1],[0,4],[-4,0],[0,6],[0,11],[-1,2],[0,1],[5,5],[0,1],[1,1],[2,2],[2,2],[2,1],[2,3],[-5,11],[9,0],[2,0],[2,0],[4,1],[2,0],[3,0],[2,0],[3,0],[3,0],[1,4],[1,2],[1,4],[0,3],[2,5],[0,2],[1,3],[2,3],[2,2],[1,2],[2,2],[1,2],[1,1],[2,2],[2,-1],[1,2],[2,3],[0,1],[1,2],[2,3],[3,3],[1,1],[2,3],[1,1],[1,2],[8,9],[18,24],[-5,0],[-3,0],[-4,0],[-2,0],[-4,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-4,0],[-2,0],[-4,0],[-1,0],[-4,0],[-4,0],[-4,0],[-4,0],[-2,0],[-3,0],[-3,0],[-2,0],[-2,0],[-3,0],[0,2],[0,160],[0,48],[0,50],[0,110],[0,62],[0,15],[0,73],[0,9],[0,19],[0,36],[0,39],[0,39],[0,21],[0,41],[1,28],[-1,0],[-1,1],[-3,0],[-19,13],[-50,33],[-7,4],[-15,10],[0,2],[-2,1],[-17,12],[-12,7],[-23,16],[0,-2],[-93,62],[-2,0],[-4,0],[-2,0],[-3,0],[-4,0],[-3,0],[-3,0],[-4,0],[-3,0],[-2,0],[-2,0],[-3,0],[-2,0],[-2,0],[-2,0],[-2,0],[-3,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-3,0],[-2,0],[-2,0],[-2,0],[-2,0],[-3,0],[-2,0],[-1,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,-1],[1,-1],[0,-3],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment