Last active
January 2, 2025 06:49
-
-
Save smckissock/73ad703fbd2c9c7d062a to your computer and use it in GitHub Desktop.
World Map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Mercator projection</title> | |
<script src="https://d3js.org/d3.v3.min.js"></script> | |
<script src="https://d3js.org/topojson.v1.min.js"></script> | |
<style type="text/css"> | |
body { | |
background-color: white; | |
} | |
h1 { | |
font-size: 24px; | |
margin: 5px; | |
font-family: Helvetica, Arial, sans-serif; | |
} | |
svg { | |
background-color: white; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>World Map</h1> | |
<script type="text/javascript"> | |
var w = 1400; | |
var h = 900; | |
var projection = d3.geo.mercator() | |
.translate([(w / 2) - 65, (h / 2) + 100]) | |
.scale([ w/5 ]); | |
var path = d3.geo.path() | |
.projection(projection); | |
var svg = d3.select("body") | |
.append("svg") | |
.attr("width", w) | |
.attr("height", h); | |
// From http://beta.foreignassistance.gov/js/libs/maps/lsib_world.topo.json | |
d3.json("world_topo.json", function (world) { | |
svg.datum(topojson.feature(world, world.objects.lsib_world)) | |
.append('path') | |
.attr('class', 'country') | |
.attr('d', path) | |
.style("fill", "#ccc"); | |
}); | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"type":"Topology","transform":{"scale":[0.036003595853585355,0.013913944609494246],"translate":[-179.99995494,-55.492137908999965]},"objects":{"lsib_world": | |
{"type":"GeometryCollection","geometries":[ | |
{"type":"Polygon","properties":{"name":"Afghanistan","ISO3":"AFG","receives_funding":true,"id":1},"id":"AFG","arcs":[[793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,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]]}, | |
{"type":"Polygon","properties":{"name":"Akrotiri","ISO3":"AX","receives_funding":false,"id":195},"id":"AX","arcs":[[2690,2691]]}, | |
{"type":"Polygon","properties":{"name":"Albania","ISO3":"ALB","receives_funding":true,"id":2},"id":"ALB","arcs":[[2653,2654,2655,2656,2657]]}, | |
{"type":"Polygon","properties":{"name":"Algeria","ISO3":"DZA","receives_funding":true,"id":3},"id":"DZA","arcs":[[215,216,217,218,219,220,221,222]]}, | |
{"type":"Polygon","properties":{"name":"American Samoa","ISO3":"ASM","receives_funding":false,"id":196},"id":"ASM","arcs":[[2109]]}, | |
{"type":"Polygon","properties":{"name":"Andorra","ISO3":"AND","receives_funding":true,"id":4},"id":"AND","arcs":[[2658,2659]]}, | |
{"type":"MultiPolygon","properties":{"name":"Angola","ISO3":"AGO","receives_funding":true,"id":5},"id":"AGO","arcs":[[[223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260]],[[261,262,263,264,265,266,267,268,269,270,271,272]]]}, | |
{"type":"Polygon","properties":{"name":"Anguilla","ISO3":"AIA","receives_funding":false,"id":197},"id":"AIA","arcs":[[1]]}, | |
{"type":"Polygon","properties":{"name":"Antigua & Barbuda","ISO3":"ATG","receives_funding":true,"id":6},"id":"ATG","arcs":[[0]]}, | |
{"type":"MultiPolygon","properties":{"name":"Argentina","ISO3":"ARG","receives_funding":true,"id":7},"id":"ARG","arcs":[[[2321,2322]],[[2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455]]]}, | |
{"type":"Polygon","properties":{"name":"Armenia","ISO3":"ARM","receives_funding":true,"id":8},"id":"ARM","arcs":[[2660,2661,2662,2663,2664]]}, | |
{"type":"Polygon","properties":{"name":"Aruba","ISO3":"ABW","receives_funding":false,"id":199},"id":"ABW","arcs":[[2320]]}, | |
{"type":"MultiPolygon","properties":{"name":"Australia","ISO3":"AUS","receives_funding":true,"id":9},"id":"AUS","arcs":[[[2110]],[[2111]],[[2112]],[[2113]],[[2114]],[[2115]],[[2116]],[[2117]],[[2118]],[[2119]],[[2120]],[[2121]],[[2122]],[[2123]]]}, | |
{"type":"Polygon","properties":{"name":"Austria","ISO3":"AUT","receives_funding":true,"id":10},"id":"AUT","arcs":[[2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681]]}, | |
{"type":"MultiPolygon","properties":{"name":"Azerbaijan","ISO3":"AZE","receives_funding":true,"id":11},"id":"AZE","arcs":[[[2682,2683,-2663]],[[2684,-2661,2685,2686,-1873,2687,-1871,2688,2689]]]}, | |
{"type":"MultiPolygon","properties":{"name":"The Bahamas","ISO3":"BHS","receives_funding":true,"id":12},"id":"BHS","arcs":[[[169]],[[170]],[[171]],[[172]],[[173]]]}, | |
{"type":"Polygon","properties":{"name":"Bahrain","ISO3":"BHR","receives_funding":true,"id":13},"id":"BHR","arcs":[[2692]]}, | |
{"type":"Polygon","properties":{"name":"Bangladesh","ISO3":"BGD","receives_funding":true,"id":14},"id":"BGD","arcs":[[860,861,862,863,864,865,866,867,868,869,870]]}, | |
{"type":"Polygon","properties":{"name":"Barbados","ISO3":"BRB","receives_funding":true,"id":15},"id":"BRB","arcs":[[2]]}, | |
{"type":"Polygon","properties":{"name":"Belarus","ISO3":"BLR","receives_funding":true,"id":16},"id":"BLR","arcs":[[2693,-1921,2694,-1919,2695,2696,2697,-1915,2698,2699,-1912,2700,-1910,2701,-1908,2702,2703,2704,2705,2706]]}, | |
{"type":"MultiPolygon","properties":{"name":"Belgium","ISO3":"BEL","receives_funding":true,"id":17},"id":"BEL","arcs":[[[2707,2708,2709,2710,2711,2712,2713]]]}, | |
{"type":"Polygon","properties":{"name":"Belize","ISO3":"BLZ","receives_funding":true,"id":18},"id":"BLZ","arcs":[[3,4,5]]}, | |
{"type":"Polygon","properties":{"name":"Benin","ISO3":"BEN","receives_funding":true,"id":19},"id":"BEN","arcs":[[273,274,275,276,277,278]]}, | |
{"type":"Polygon","properties":{"name":"Bermuda","ISO3":"BMU","receives_funding":false,"id":202},"id":"BMU","arcs":[[6]]}, | |
{"type":"Polygon","properties":{"name":"Bhutan","ISO3":"BTN","receives_funding":true,"id":20},"id":"BTN","arcs":[[871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897]]}, | |
{"type":"Polygon","properties":{"name":"Bolivia","ISO3":"BOL","receives_funding":true,"id":21},"id":"BOL","arcs":[[2456,-2420,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477]]}, | |
{"type":"Polygon","properties":{"name":"Bonaire","ISO3":"ANT","receives_funding":false},"id":"ANT","arcs":[[2644]]}, | |
{"type":"Polygon","properties":{"name":"Bosnia & Herzegovina","ISO3":"BIH","receives_funding":true,"id":22},"id":"BIH","arcs":[[2714,2715,2716,2717,2718]]}, | |
{"type":"Polygon","properties":{"name":"Botswana","ISO3":"BWA","receives_funding":true,"id":23},"id":"BWA","arcs":[[279,280,281,282]]}, | |
{"type":"Polygon","properties":{"name":"Bouvet Island","ISO3":"BVT","receives_funding":false,"id":203},"id":"BVT","arcs":[[295]]}, | |
{"type":"MultiPolygon","properties":{"name":"Brazil","ISO3":"BRA","receives_funding":true,"id":24},"id":"BRA","arcs":[[[2478]],[[2479]],[[2480]],[[2481]],[[2482]],[[2483]],[[2484]],[[2485]],[[2486]],[[2487]],[[2488]],[[2489,-2422,2490,-2478,2491,2492,2493,2494,2495,2496,2497,2498]]]}, | |
{"type":"Polygon","properties":{"name":"British Indian Ocean Territory","ISO3":"IOT","receives_funding":false,"id":204},"id":"IOT","arcs":[[984]]}, | |
{"type":"MultiPolygon","properties":{"name":"Brunei","ISO3":"BRN","receives_funding":true,"id":25},"id":"BRN","arcs":[[[2124,2125]],[[2126,2127]]]}, | |
{"type":"Polygon","properties":{"name":"Bulgaria","ISO3":"BGR","receives_funding":true,"id":26},"id":"BGR","arcs":[[2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734]]}, | |
{"type":"Polygon","properties":{"name":"Burkina Faso","ISO3":"BFA","receives_funding":true,"id":27},"id":"BFA","arcs":[[283,-278,284,285,286,287,288]]}, | |
{"type":"MultiPolygon","properties":{"name":"Burma","ISO3":"MMR","receives_funding":true,"id":28},"id":"MMR","arcs":[[[898]],[[899]],[[900]],[[901]],[[902]],[[903,904,905,-869,906,907,-866,908,909,-863,910,-861,911,912,913,914,915,916,917,918,919,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,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983]]]}, | |
{"type":"Polygon","properties":{"name":"Burundi","ISO3":"BDI","receives_funding":true,"id":29},"id":"BDI","arcs":[[289,290,291,292,293,294]]}, | |
{"type":"Polygon","properties":{"name":"Cambodia","ISO3":"KHM","receives_funding":true,"id":31},"id":"KHM","arcs":[[985,986,987,988]]}, | |
{"type":"Polygon","properties":{"name":"Cameroon","ISO3":"CMR","receives_funding":true,"id":32},"id":"CMR","arcs":[[296,297,298,299,300,301,302]]}, | |
{"type":"MultiPolygon","properties":{"name":"Canada","ISO3":"CAN","receives_funding":true,"id":33},"id":"CAN","arcs":[[[7]],[[8]],[[9]],[[10]],[[11]],[[12]],[[13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30]],[[31]],[[32]],[[33]],[[34]],[[35]],[[36]],[[37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[47]],[[48]],[[49]],[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[56]],[[57,58,59,60]],[[61]],[[62]],[[63]],[[64]],[[65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[77]],[[78]],[[79]],[[80]],[[81]],[[82]],[[83]],[[84]],[[85]],[[86]],[[87]],[[88]],[[89]],[[90]],[[91]],[[92]],[[93]],[[94]],[[95]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Cabo Verde","ISO3":"CPV","receives_funding":true,"id":30},"id":"CPV","arcs":[[[303]],[[304]],[[305]],[[306]]]}, | |
{"type":"Polygon","properties":{"name":"Cayman Islands","ISO3":"CYM","receives_funding":false,"id":205},"id":"CYM","arcs":[[104]]}, | |
{"type":"Polygon","properties":{"name":"Central African Republic","ISO3":"CAF","receives_funding":true,"id":34},"id":"CAF","arcs":[[307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,-299,359]]}, | |
{"type":"Polygon","properties":{"name":"Chad","ISO3":"TCD","receives_funding":true,"id":35},"id":"TCD","arcs":[[360,-360,-298,361,362,363]]}, | |
{"type":"MultiPolygon","properties":{"name":"Chile","ISO3":"CHL","receives_funding":true,"id":36},"id":"CHL","arcs":[[[2499]],[[2500]],[[2501]],[[2502]],[[2503]],[[2504]],[[2505]],[[2506]],[[2507]],[[2508]],[[2509]],[[-2322,2510]],[[2511]],[[2512]],[[2513]],[[2514]],[[2515]],[[2516]],[[2517]],[[2518]],[[2519]],[[2520]],[[2521]],[[2522]],[[2523]],[[2524]],[[2525]],[[2526]],[[2527]],[[2528]],[[2529]],[[2530]],[[2531]],[[2532]],[[2533]],[[2534]],[[2535]],[[2536]],[[2537]],[[2538,2539,-2339,2540,-2337,2541,-2335,2542,-2333,2543,-2331,2544,-2329,2545,-2327,2546,2547,2548,-2456,2549,-2454,2550,2551,-2451,2552,-2449,2553,-2447,2554,-2445,2555,-2443,2556,-2441,2557,-2439,2558,2559,-2436,2560,-2434,2561,-2432,2562,-2430,2563,-2428,2564,-2426,2565,2566,2567,-2475,2568,-2473,2569,-2471,2570,-2469,2571,-2467,2572,2573,2574,-2463,2575,-2461,2576,-2459,2577,-2419,2578,2579,-2416,2580,-2414,2581,-2412,2582,-2410,2583,-2408,2584,-2406,2585,2586,-2403,2587,2588,-2400,2589,-2398,2590,-2396,2591,2592,-2393,2593,-2391,2594,-2389,2595,-2387,2596,-2385,2597,2598,-2382,2599,2600,-2379,2601,-2377,2602,-2375,2603,-2373,2604,2605,-2370,2606,2607,-2367,2608,2609,-2364,2610,-2362,2611,-2360,2612,2613,-2357,2614,2615,-2354,2616,-2352,2617,-2350,2618,-2348,2619,-2346,2620,-2344,2621,-2342]]]}, | |
{"type":"MultiPolygon","properties":{"name":"China","ISO3":"CHN","receives_funding":true,"id":37},"id":"CHN","arcs":[[[989]],[[990]],[[991]],[[992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,-981,1037,-979,1038,-977,1039,-975,1040,-973,1041,-971,1042,-969,1043,-967,1044,-965,1045,-963,1046,-961,1047,-959,1048,-957,1049,-955,1050,-953,1051,-951,1052,1053,-948,1054,1055,-945,1056,1057,-878,1058,-876,1059,-874,1060,1061,1062,-897,1063,-895,1064,-893,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,-796,1138,-794,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,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]]]}, | |
{"type":"Polygon","properties":{"name":"Christmas Island","ISO3":"CXR","receives_funding":false,"id":206},"id":"CXR","arcs":[[2129]]}, | |
{"type":"Polygon","properties":{"name":"Colombia","ISO3":"COL","receives_funding":true,"id":38},"id":"COL","arcs":[[96]]}, | |
{"type":"Polygon","properties":{"name":"Colombia","ISO3":"COL","receives_funding":true,"id":38},"id":"COL","arcs":[[-155,2622,-153,2623,2624,-2493,2625,2626,2627]]}, | |
{"type":"Polygon","properties":{"name":"Comoros","ISO3":"COM","receives_funding":true,"id":39},"id":"COM","arcs":[[364]]}, | |
{"type":"Polygon","properties":{"name":"Congo","ISO3":"COG","receives_funding":true,"id":40},"id":"COG","arcs":[[-273,365,366,-300,-359,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397]]}, | |
{"type":"Polygon","properties":{"name":"Democratic Republic of the Congo","ISO3":"COD","receives_funding":true,"id":41},"id":"COD","arcs":[[398,399,400,401,402,403,404,405,-293,406,-291,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,-259,455,456,-256,457,-254,458,-252,459,-250,460,461,-247,462,-245,463,-243,464,-241,465,-239,466,-237,467,-235,468,-233,469,-231,470,-229,471,-227,472,473,474,-271,475,-269,476,-267,477,478,-264,479,-262,480,-397,481,-395,482,-393,483,-391,484,-389,485,-387,486,-385,487,-383,488,489,-380,490,-378,491,-376,492,493,-373,494,-371,495,-369,496,-357,497,-355,498,-353,499,-351,500,-349,501,-347,502,-345,503,504,505,-341,506,-339,507,-337,508,509,-334,510,511,-331,512,-329,513,-327,514,-325,515,-323,516,517,-320,518,-318,519,-316,520,-314,521,-312,522,-310,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551]]}, | |
{"type":"Polygon","properties":{"name":"Cook Islands","ISO3":"COK","receives_funding":false,"id":209},"id":"COK","arcs":[[2128]]}, | |
{"type":"Polygon","properties":{"name":"Coral Sea Islands","ISO3":"CR","receives_funding":false,"id":210},"id":"CR","arcs":[[2108]]}, | |
{"type":"Polygon","properties":{"name":"Costa Rica","ISO3":"CRI","receives_funding":true,"id":42},"id":"CRI","arcs":[[97,98,99,100]]}, | |
{"type":"Polygon","properties":{"name":"Cote d'Ivoire","ISO3":"CIV","receives_funding":true,"id":43},"id":"CIV","arcs":[[552,553,554,-288,555,556]]}, | |
{"type":"MultiPolygon","properties":{"name":"Croatia","ISO3":"HRV","receives_funding":true,"id":44},"id":"HRV","arcs":[[[-2717,2735,2736]],[[2737]],[[2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,-2719,2761]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Cuba","ISO3":"CUB","receives_funding":true,"id":45},"id":"CUB","arcs":[[[101]],[[102]],[[103]]]}, | |
{"type":"Polygon","properties":{"name":"Curaçao","ISO3":"CUW","receives_funding":false,"id":211},"id":"CUW","arcs":[[2648]]}, | |
{"type":"MultiPolygon","properties":{"name":"Cyprus","ISO3":"CYP","receives_funding":true,"id":46},"id":"CYP","arcs":[[[2762,2763]],[[2764,2765,-2692,2766]]]}, | |
{"type":"Polygon","properties":{"name":"Czech Republic","ISO3":"CZE","receives_funding":true,"id":47},"id":"CZE","arcs":[[2767,2768,-2682,2769]]}, | |
{"type":"MultiPolygon","properties":{"name":"Denmark","ISO3":"DNK","receives_funding":true,"id":48},"id":"DNK","arcs":[[[2770]],[[2771]],[[2772]],[[2773]],[[2774,2775]]]}, | |
{"type":"Polygon","properties":{"name":"Dhekelia","ISO3":"DX","receives_funding":false,"id":212},"id":"DX","arcs":[[-2765,2776,-2763,2777]]}, | |
{"type":"Polygon","properties":{"name":"Djibouti","ISO3":"DJI","receives_funding":true,"id":49},"id":"DJI","arcs":[[557,558,559,560,561,562,563,564,565,566,567,568]]}, | |
{"type":"Polygon","properties":{"name":"Dominica","ISO3":"DMA","receives_funding":true,"id":50},"id":"DMA","arcs":[[105]]}, | |
{"type":"Polygon","properties":{"name":"Dominican Republic","ISO3":"DOM","receives_funding":true,"id":51},"id":"DOM","arcs":[[106,107]]}, | |
{"type":"MultiPolygon","properties":{"name":"Ecuador","ISO3":"ECU","receives_funding":true,"id":52},"id":"ECU","arcs":[[[2628]],[[2629]],[[2630]],[[2631]],[[2632]],[[2633]],[[-2627,2634,2635]]]}, | |
{"type":"Polygon","properties":{"name":"Egypt","ISO3":"EGY","receives_funding":true,"id":53},"id":"EGY","arcs":[[569,570,571,572,573,574,575,576,577,578,579,580,581]]}, | |
{"type":"Polygon","properties":{"name":"El Salvador","ISO3":"SLV","receives_funding":true,"id":54},"id":"SLV","arcs":[[108,109,110]]}, | |
{"type":"MultiPolygon","properties":{"name":"Equatorial Guinea","ISO3":"GNQ","receives_funding":true,"id":55},"id":"GNQ","arcs":[[[-302,582,583]],[[584]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Eritrea","ISO3":"ERI","receives_funding":true,"id":56},"id":"ERI","arcs":[[[585]],[[586,587,588,-568]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Estonia","ISO3":"EST","receives_funding":true,"id":57},"id":"EST","arcs":[[[2778]],[[2779]],[[2780,2781,-1942,2782,-1940,2783,-1938,2784,2785,-1935,2786,-1933,2787,2788]]]}, | |
{"type":"Polygon","properties":{"name":"Ethiopia","ISO3":"ETH","receives_funding":true,"id":58},"id":"ETH","arcs":[[-567,589,-565,590,-563,591,-561,592,593,594,595,596,-587]]}, | |
{"type":"MultiPolygon","properties":{"name":"Fiji","ISO3":"FJI","receives_funding":true,"id":59},"id":"FJI","arcs":[[[2130]],[[2131]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Falkland Islands","ISO3":"FLK","receives_funding":false,"id":213},"id":"FLK","arcs":[[[2638]],[[2639]]]}, | |
{"type":"Polygon","properties":{"name":"Faroe Islands","ISO3":"FRO","receives_funding":false,"id":214},"id":"FRO","arcs":[[2835]]}, | |
{"type":"Polygon","properties":{"name":"Federated States of Micronesia","ISO3":"FSM","receives_funding":false,"id":116},"id":"FSM","arcs":[[2132]]}, | |
{"type":"MultiPolygon","properties":{"name":"Finland","ISO3":"FIN","receives_funding":true,"id":60},"id":"FIN","arcs":[[[2789]],[[2790]],[[2791,-1992,2792,2793,-1989,2794,2795,2796,-1985,2797,-1983,2798,2799,-1980,2800,-1978,2801,-1976,2802,2803,-1973,2804,-1971,2805,-1969,2806,2807,-1966,2808,-1964,2809,2810,-1961,2811,-1959,2812,2813,2814,-1955,2815,-1953,2816,-1951,2817,-1949,2818,-1947,2819,-1945,2820,2821,2822,2823]]]}, | |
{"type":"MultiPolygon","properties":{"name":"France","ISO3":"FRA","receives_funding":true,"id":61},"id":"FRA","arcs":[[[2824]],[[2825,-2660,2826,2827,-2710,2828,2829,2830,2831,2832,2833,2834]]]}, | |
{"type":"Polygon","properties":{"name":"French Guiana","ISO3":"GUF","receives_funding":false,"id":215},"id":"GUF","arcs":[[-2497,2636,2637]]}, | |
{"type":"MultiPolygon","properties":{"name":"French Polynesia","ISO3":"PYF","receives_funding":false,"id":216},"id":"PYF","arcs":[[[2246]],[[2247]]]}, | |
{"type":"Polygon","properties":{"name":"French Southern & Antarctic Lands","ISO3":"ATF","receives_funding":false,"id":217},"id":"ATF","arcs":[[597]]}, | |
{"type":"Polygon","properties":{"name":"Gabon","ISO3":"GAB","receives_funding":true,"id":62},"id":"GAB","arcs":[[598,-583,-301,-367]]}, | |
{"type":"Polygon","properties":{"name":"The Gambia","ISO3":"GMB","receives_funding":true,"id":63},"id":"GMB","arcs":[[-699,754]]}, | |
{"type":"Polygon","properties":{"name":"Gaza Strip","ISO3":"PSE","receives_funding":true,"id":275},"id":"PSE","arcs":[[2868,2869,2870,2871]]}, | |
{"type":"Polygon","properties":{"name":"Georgia","ISO3":"GEO","receives_funding":true,"id":64},"id":"GEO","arcs":[[-2686,-2665,2836,2837,2838,-1884,2839,2840,-1881,2841,-1879,2842,-1877,2843,2844,2845]]}, | |
{"type":"MultiPolygon","properties":{"name":"Germany","ISO3":"DEU","receives_funding":true,"id":65},"id":"DEU","arcs":[[[2846]],[[2847,-2770,-2681,2848,-2830,2849,-2708,2850,2851,-2775,2852]]]}, | |
{"type":"Polygon","properties":{"name":"Ghana","ISO3":"GHA","receives_funding":true,"id":66},"id":"GHA","arcs":[[-556,-287,599,600]]}, | |
{"type":"Polygon","properties":{"name":"Gibraltar","ISO3":"GI","receives_funding":false,"id":218},"id":"GI","arcs":[[2872,2873]]}, | |
{"type":"MultiPolygon","properties":{"name":"Greece","ISO3":"GRC","receives_funding":true,"id":67},"id":"GRC","arcs":[[[2853]],[[2854]],[[2855]],[[2856]],[[2857]],[[2858]],[[2859]],[[2860]],[[2861]],[[2862]],[[2863]],[[2864]],[[2865,-2721,2866,2867,-2657]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Greenland","ISO3":"GRL","receives_funding":false,"id":219},"id":"GRL","arcs":[[[116]],[[117]],[[118]],[[119]],[[120]],[[121]],[[122]],[[123]],[[124]],[[125]],[[126]],[[127]],[[128]],[[129]],[[130]],[[131]],[[132]]]}, | |
{"type":"Polygon","properties":{"name":"Grenada","ISO3":"GRD","receives_funding":true,"id":68},"id":"GRD","arcs":[[111]]}, | |
{"type":"Polygon","properties":{"name":"Guadeloupe","ISO3":"GLP","receives_funding":false,"id":220},"id":"GLP","arcs":[[133]]}, | |
{"type":"Polygon","properties":{"name":"Guam","ISO3":"GUM","receives_funding":false,"id":221},"id":"GUM","arcs":[[2133]]}, | |
{"type":"Polygon","properties":{"name":"Guatemala","ISO3":"GTM","receives_funding":true,"id":69},"id":"GTM","arcs":[[112,-109,113,114,-4,115]]}, | |
{"type":"Polygon","properties":{"name":"Guernsey","ISO3":"GGY","receives_funding":false,"id":222},"id":"GGY","arcs":[[2874]]}, | |
{"type":"Polygon","properties":{"name":"Guinea","ISO3":"GIN","receives_funding":true,"id":70},"id":"GIN","arcs":[[601,602,603,604,605,606,607,608,609,610,611,612,-554]]}, | |
{"type":"Polygon","properties":{"name":"Guinea-Bissau","ISO3":"GNB","receives_funding":true,"id":71},"id":"GNB","arcs":[[-605,613,614,615,616,617,618]]}, | |
{"type":"Polygon","properties":{"name":"Guyana","ISO3":"GUY","receives_funding":true,"id":72},"id":"GUY","arcs":[[-2495,2640,2641,2642]]}, | |
{"type":"MultiPolygon","properties":{"name":"Haiti","ISO3":"HTI","receives_funding":true,"id":73},"id":"HTI","arcs":[[[134]],[[-107,135]]]}, | |
{"type":"Polygon","properties":{"name":"Heard Island & McDonald Islands","ISO3":"HMD","receives_funding":false,"id":223},"id":"HMD","arcs":[[619]]}, | |
{"type":"Polygon","properties":{"name":"Honduras","ISO3":"HND","receives_funding":true,"id":75},"id":"HND","arcs":[[136,137,-110,-113,138]]}, | |
{"type":"Polygon","properties":{"name":"Hong Kong","ISO3":"HKG","receives_funding":true,"id":224},"id":"HKG","arcs":[[1449,-993]]}, | |
{"type":"Polygon","properties":{"name":"Hungary","ISO3":"HUN","receives_funding":true,"id":76},"id":"HUN","arcs":[[2875,2876,2877,2878,2879,2880,2881,2882,-2760,2883,2884,2885,2886,2887,2888,-2667,2889]]}, | |
{"type":"Polygon","properties":{"name":"Iceland","ISO3":"ISL","receives_funding":true,"id":77},"id":"ISL","arcs":[[2890]]}, | |
{"type":"Polygon","properties":{"name":"In dispute BHUTAN/China","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[-872,1546,-1062,1547]]}, | |
{"type":"Polygon","properties":{"name":"In dispute Benin/Burkina Faso","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[-285,-277]]}, | |
{"type":"Polygon","properties":{"name":"In dispute Brazil Uruguay","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[2489,2422,-2650]]}, | |
{"type":"Polygon","properties":{"name":"In dispute Canada/Denmark","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[139]]}, | |
{"type":"MultiPolygon","properties":{"name":"In dispute China/India","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[[-1092,1548,1549,-1089,1550,-1480,1551]],[[-1096,1552,-1477,1553,-1475,1554,-1098,1555]],[[1556,-1104,1557,1558,-1472,1559,-1470,-1106]],[[1560,-1123,1561,-1121,1562,-1119,1563,-1117,1564,-1115,1565,-1113,1566,-1111,1567,-1109,1568,-1468,1569,-1466,1570,1571,-1463,1572,-1461,1573,-1459,1574,-1129,1575,-1127,1576,-1125]]]}, | |
{"type":"Polygon","properties":{"name":"In dispute China/Japan/Taiwan","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[1577]]}, | |
{"type":"Polygon","properties":{"name":"In dispute Croatia/Slovenia","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[2738,-2944]]}, | |
{"type":"Polygon","properties":{"name":"In dispute Egypt/Saudi Arabia","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[620]]}, | |
{"type":"Polygon","properties":{"name":"In dispute India/Nepal","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[1578,-1482,1579]]}, | |
{"type":"Polygon","properties":{"name":"In dispute India/Pakistan","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[1580,-1135,1581,1582,-1132,-1458,1583,-1137]]}, | |
{"type":"Polygon","properties":{"name":"In dispute Iran/United Arab Emirates","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[2944]]}, | |
{"type":"MultiPolygon","properties":{"name":"In dispute Japan/Russia","ISO3":"PJ","receives_funding":false},"id":"PJ","arcs":[[[1584]],[[1585]]]}, | |
{"type":"Polygon","properties":{"name":"In dispute South Sudan/Sudan","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[621,622]]}, | |
{"type":"Polygon","properties":{"name":"In dispute-Paracel Islands","ISO3":"PF","receives_funding":false},"id":"PF","arcs":[[1586]]}, | |
{"type":"MultiPolygon","properties":{"name":"India","ISO3":"IND","receives_funding":true,"id":78},"id":"IND","arcs":[[[1450]],[[1451]],[[1452]],[[1453]],[[1454]],[[1455,1456,1457,-1131,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,-1107,1469,1470,1471,1472,-1102,1473,-1100,1474,1475,1476,1477,-1094,1478,1479,-1087,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,-1067,1522,-891,1523,-889,1524,-887,1525,-885,1526,-883,1527,-881,1528,-879,-1058,-943,1529,-941,1530,-939,1531,-937,1532,-935,1533,-933,1534,-931,1535,-929,1536,-927,1537,-925,1538,-923,1539,1540,-920,1541,-918,1542,1543,-915,1544,1545,-912,-871]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Indonesia","ISO3":"IDN","receives_funding":true,"id":79},"id":"IDN","arcs":[[[2134]],[[2135]],[[2136]],[[2137,2138,2139,2140]],[[2141]],[[2142]],[[2143]],[[2144]],[[2145]],[[2146]],[[2147]],[[2148]],[[2149]],[[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]],[[2194]],[[2195]],[[2196]],[[2197]],[[2198]],[[2199]],[[2200]],[[2201]],[[2202]],[[2203]],[[2204]],[[2205]],[[2206]],[[2207]],[[2208]],[[2209]],[[2210]],[[2211]],[[2212]],[[2213,2214]],[[2215]],[[2216,2217]],[[2218]],[[2219]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Iran","ISO3":"IRN","receives_funding":true,"id":80},"id":"IRN","arcs":[[[2891]],[[2892,2893,-2683,-2662,-2685,2894,2895,-2084,2896,-2082,2897,-856,2898,-854,2899,-852,2900,-850,2901,-848,2902,2903,-845,2904,-843,2905,2906,-840,2907,2908,-1773,2909,-1771,2910,-1769,2911,-1767,2912,-1765,2913,-1763,2914,-1761,2915]]]}, | |
{"type":"Polygon","properties":{"name":"Iraq","ISO3":"IRQ","receives_funding":true,"id":81},"id":"IRQ","arcs":[[2916,2917,2918,2919,2920,-2893,2921]]}, | |
{"type":"Polygon","properties":{"name":"Ireland","ISO3":"IRL","receives_funding":true,"id":82},"id":"IRL","arcs":[[2922,2923]]}, | |
{"type":"Polygon","properties":{"name":"Isle of Man","ISO3":"IMN","receives_funding":false,"id":226},"id":"IMN","arcs":[[2945]]}, | |
{"type":"Polygon","properties":{"name":"Israel","ISO3":"ISR","receives_funding":true,"id":83},"id":"ISR","arcs":[[2924,2925,2926,2927,2928,2929,2930,2931,2932,-577,2933,-2872,2934,2935]]}, | |
{"type":"MultiPolygon","properties":{"name":"Italy","ISO3":"ITA","receives_funding":true,"id":84},"id":"ITA","arcs":[[[2936]],[[2937]],[[2938,2939,-2832,2940,-2677],[2941],[2942]]]}, | |
{"type":"Polygon","properties":{"name":"Jamaica","ISO3":"JAM","receives_funding":true,"id":85},"id":"JAM","arcs":[[140]]}, | |
{"type":"Polygon","properties":{"name":"Jan Mayen","ISO3":"JN","receives_funding":false},"id":"JN","arcs":[[2950]]}, | |
{"type":"MultiPolygon","properties":{"name":"Japan","ISO3":"JPN","receives_funding":true,"id":86},"id":"JPN","arcs":[[[1587]],[[1588]],[[1589]],[[1590]],[[1591]],[[1592]],[[1593]],[[1594]],[[1595]],[[1596]],[[1597]]]}, | |
{"type":"Polygon","properties":{"name":"Jersey","ISO3":"JEY","receives_funding":false,"id":229},"id":"JEY","arcs":[[2951]]}, | |
{"type":"Polygon","properties":{"name":"Jordan","ISO3":"JOR","receives_funding":true,"id":87},"id":"JOR","arcs":[[2946,2947,-2932,2948,-2926,2949,-2919]]}, | |
{"type":"Polygon","properties":{"name":"Kazakhstan","ISO3":"KAZ","receives_funding":true,"id":88},"id":"KAZ","arcs":[[1598,1599,1600,-1242,1601,1602,-1239,1603,-1237,1604,1605,1606,-1233,1607,-1231,1608,-1229,1609,-1227,1610,1611,1612,-1223,1613,-1221,1614,-1219,1615,-1217,1616,-1215,1617,-1213,1618,-1211,1619,-1209,1620,-1207,1621,-1205,1622,-1203,1623,-1201,1624,-1199,1625,-1197,1626,-1195,1627,-1193,1628,-1191,1629,-1189,1630,-1187,1631,-1185,1632,1633,1634]]}, | |
{"type":"Polygon","properties":{"name":"Kenya","ISO3":"KEN","receives_funding":true,"id":89},"id":"KEN","arcs":[[-595,623,624,625,626,627]]}, | |
{"type":"Polygon","properties":{"name":"Kiribati","ISO3":"KIR","receives_funding":true,"id":90},"id":"KIR","arcs":[[2220]]}, | |
{"type":"Polygon","properties":{"name":"North Korea","ISO3":"PRK","receives_funding":true,"id":91},"id":"PRK","arcs":[[1732,1733,1734,1735,-1448,1736,-1446,1737,-1444,1738,-1442,1739,-1440,1740,-1438,1741,-1436,1742,-1434,1743,-1432,1744,-1430,1745,-1428,1746,-1426,1747,-1424,1748,-1422,1749,-1420,1750,-1418,1751,-1416,1752,-1414,1753,-1412,1754,-1410,1755]]}, | |
{"type":"MultiPolygon","properties":{"name":"South Korea","ISO3":"KOR","receives_funding":true,"id":92},"id":"KOR","arcs":[[[2053]],[[2054]],[[2055]],[[-1735,2056]]]}, | |
{"type":"Polygon","properties":{"name":"Korean islands under UN jurisdiction","ISO3":"UU","receives_funding":false},"id":"UU","arcs":[[1658]]}, | |
{"type":"Polygon","properties":{"name":"Kosovo","ISO3":"KV","receives_funding":true,"id":93},"id":"KV","arcs":[[-2655,2952,2953,2954]]}, | |
{"type":"MultiPolygon","properties":{"name":"Kuwait","ISO3":"KWT","receives_funding":false,"id":94},"id":"KWT","arcs":[[[2955]],[[2956,-2917,2957]]]}, | |
{"type":"Polygon","properties":{"name":"Kyrgzstan","ISO3":"KGZ","receives_funding":true,"id":95},"id":"KGZ","arcs":[[1635,-1182,1636,-1180,1637,-1178,1638,1639,-1175,1640,-1173,1641,1642,-1170,1643,1644,-1167,1645,-1165,1646,-1163,1647,1648,-1160,1649,-1158,1650,-1156,1651,-1154,1652,-1152,1653,1654,-1149,1655,1656,1657,-1634]]}, | |
{"type":"Polygon","properties":{"name":"Laos","ISO3":"LAO","receives_funding":true,"id":96},"id":"LAO","arcs":[[1659,-988,1660,-904,1661,-1034,1662,-1032,1663,1664,-1029,1665,-1027,1666]]}, | |
{"type":"Polygon","properties":{"name":"Latvia","ISO3":"LVA","receives_funding":true,"id":97},"id":"LVA","arcs":[[-2781,2958,-1930,2959,-1928,2960,-1926,2961,2962,-1923,2963,-2707,2964,2965]]}, | |
{"type":"Polygon","properties":{"name":"Lebanon","ISO3":"LBN","receives_funding":true,"id":98},"id":"LBN","arcs":[[-2936,2966,2967]]}, | |
{"type":"Polygon","properties":{"name":"Lesotho","ISO3":"LSO","receives_funding":true,"id":99},"id":"LSO","arcs":[[628]]}, | |
{"type":"Polygon","properties":{"name":"Liberia","ISO3":"LBR","receives_funding":true,"id":100},"id":"LBR","arcs":[[629,-602,-553,630]]}, | |
{"type":"Polygon","properties":{"name":"Libya","ISO3":"LBY","receives_funding":true,"id":101},"id":"LBY","arcs":[[631,632,-580,633,-364,634,-218,635,636,637,-572,638,-570]]}, | |
{"type":"Polygon","properties":{"name":"Liechtenstein","ISO3":"LIE","receives_funding":false,"id":102},"id":"LIE","arcs":[[2968,-2679]]}, | |
{"type":"Polygon","properties":{"name":"Lithuania","ISO3":"LTU","receives_funding":true,"id":103},"id":"LTU","arcs":[[-2706,2969,2970,-2013,2971,-2965]]}, | |
{"type":"Polygon","properties":{"name":"Luxembourg","ISO3":"LUX","receives_funding":false,"id":104},"id":"LUX","arcs":[[-2850,-2829,-2709]]}, | |
{"type":"Polygon","properties":{"name":"Macau","ISO3":"MAC","receives_funding":false,"id":232},"id":"MAC","arcs":[[1697]]}, | |
{"type":"Polygon","properties":{"name":"Macedonia","ISO3":"MKD","receives_funding":true,"id":105},"id":"MKD","arcs":[[2972,-2722,-2866,-2656,-2955]]}, | |
{"type":"Polygon","properties":{"name":"Madagascar","ISO3":"MDG","receives_funding":true,"id":106},"id":"MDG","arcs":[[639]]}, | |
{"type":"Polygon","properties":{"name":"Malawi","ISO3":"MWI","receives_funding":true,"id":107},"id":"MWI","arcs":[[640,641,642]]}, | |
{"type":"MultiPolygon","properties":{"name":"Malaysia","ISO3":"MYS","receives_funding":true,"id":108},"id":"MYS","arcs":[[[2223]],[[-2214,2224]],[[-2077,2225,-2075,2226,-2073,2227,-2071,2228,-2069,2229,-2067,2230,-2079,2231]],[[2232]],[[2233,-2127,2234,-2218,2235,-2126]]]}, | |
{"type":"Polygon","properties":{"name":"Mali","ISO3":"MLI","receives_funding":true,"id":110},"id":"MLI","arcs":[[-220,643,-289,-555,-613,644,645,646,647,648,649,650,651]]}, | |
{"type":"Polygon","properties":{"name":"Malta","ISO3":"MLT","receives_funding":true,"id":111},"id":"MLT","arcs":[[2973]]}, | |
{"type":"Polygon","properties":{"name":"Marshall Islands","ISO3":"MHL","receives_funding":true,"id":112},"id":"MHL","arcs":[[2221]]}, | |
{"type":"Polygon","properties":{"name":"Martinique","ISO3":"MTQ","receives_funding":false,"id":233},"id":"MTQ","arcs":[[147]]}, | |
{"type":"Polygon","properties":{"name":"Mauritania","ISO3":"MRT","receives_funding":true,"id":113},"id":"MRT","arcs":[[652,-221,-652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668]]}, | |
{"type":"Polygon","properties":{"name":"Mauritius","ISO3":"MUS","receives_funding":true,"id":114},"id":"MUS","arcs":[[669]]}, | |
{"type":"Polygon","properties":{"name":"Mayotte","ISO3":"MYT","receives_funding":false,"id":234},"id":"MYT","arcs":[[683]]}, | |
{"type":"MultiPolygon","properties":{"name":"Mexico","ISO3":"MEX","receives_funding":true,"id":115},"id":"MEX","arcs":[[[141]],[[142]],[[143]],[[-5,-115,144,145,146]]]}, | |
{"type":"Polygon","properties":{"name":"Moldova","ISO3":"MDA","receives_funding":true,"id":117},"id":"MDA","arcs":[[2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988]]}, | |
{"type":"Polygon","properties":{"name":"Monaco","ISO3":"MCO","receives_funding":false,"id":118},"id":"MCO","arcs":[[2989,-2834]]}, | |
{"type":"Polygon","properties":{"name":"Mongolia","ISO3":"MNG","receives_funding":true,"id":119},"id":"MNG","arcs":[[1667,-1296,1668,-1294,1669,-1292,1670,-1290,1671,1672,-1287,1673,-1285,1674,-1283,1675,-1281,1676,1677,-1278,1678,-1276,1679,1680,-1273,1681,-1271,1682,-1269,1683,-1267,1684,-1265,1685,-1263,1686,-1261,1687,-1259,1688,1689,-1256,1690,-1254,1691,-1252,1692,-1250,1693,-1248,1694,1695,1696]]}, | |
{"type":"Polygon","properties":{"name":"Montenegro","ISO3":"MNE","receives_funding":true,"id":120},"id":"MNE","arcs":[[-2716,2990,-2953,-2654,2991,-2736]]}, | |
{"type":"Polygon","properties":{"name":"Montserrat","ISO3":"MSR","receives_funding":false,"id":236},"id":"MSR","arcs":[[148]]}, | |
{"type":"Polygon","properties":{"name":"Morocco","ISO3":"MAR","receives_funding":true,"id":121},"id":"MAR","arcs":[[670,671,-223,672,673,674,675]]}, | |
{"type":"Polygon","properties":{"name":"Mozambique","ISO3":"MOZ","receives_funding":true,"id":122},"id":"MOZ","arcs":[[676,677,678,679,680,-641,681,682]]}, | |
{"type":"Polygon","properties":{"name":"Namibia","ISO3":"NAM","receives_funding":true,"id":123},"id":"NAM","arcs":[[684,-283,685,686,-261]]}, | |
{"type":"Polygon","properties":{"name":"Nauru","ISO3":"NRU","receives_funding":false,"id":124},"id":"NRU","arcs":[[2240]]}, | |
{"type":"Polygon","properties":{"name":"Nepal","ISO3":"NPL","receives_funding":true,"id":125},"id":"NPL","arcs":[[-1579,1698,-1085,1699,-1083,1700,-1081,1701,-1079,1702,-1077,1703,-1075,1704,1705,-1072,1706,-1070,1707,1708,-1522,1709,-1520,1710,-1518,1711,1712,-1515,1713,-1513,1714,-1511,1715,1716,-1508,1717,1718,-1505,1719,-1503,1720,-1501,1721,-1499,1722,-1497,1723,1724,1725,-1493,1726,1727,-1490,1728,-1488,1729,-1486,1730,1731,-1483]]}, | |
{"type":"MultiPolygon","properties":{"name":"Netherlands","ISO3":"NLD","receives_funding":true,"id":126},"id":"NLD","arcs":[[[-2712,2992]],[[2993]],[[2994,-2851,-2714]]]}, | |
{"type":"MultiPolygon","properties":{"name":"New Caledonia","ISO3":"NCL","receives_funding":false,"id":238},"id":"NCL","arcs":[[[2236]],[[2237]],[[2238]]]}, | |
{"type":"MultiPolygon","properties":{"name":"New Zealand","ISO3":"NZL","receives_funding":true,"id":127},"id":"NZL","arcs":[[[2242]],[[2243]],[[2244]],[[2245]]]}, | |
{"type":"Polygon","properties":{"name":"Nicaragua","ISO3":"NIC","receives_funding":true,"id":128},"id":"NIC","arcs":[[-100,149,-137,150]]}, | |
{"type":"Polygon","properties":{"name":"Niger","ISO3":"NER","receives_funding":true,"id":129},"id":"NER","arcs":[[-363,687,-279,-284,-644,-219,-635]]}, | |
{"type":"Polygon","properties":{"name":"Nigeria","ISO3":"NGA","receives_funding":true,"id":130},"id":"NGA","arcs":[[-362,-297,688,-274,-688]]}, | |
{"type":"Polygon","properties":{"name":"Niue","ISO3":"NIU","receives_funding":false,"id":239},"id":"NIU","arcs":[[2241]]}, | |
{"type":"MultiPolygon","properties":{"name":"No Man's Land-Israel/West Bank","ISO3":"NM","receives_funding":false},"id":"NM","arcs":[[[-2930,3015]],[[3016,-2928]]]}, | |
{"type":"Polygon","properties":{"name":"Norfolk Island","ISO3":"NFK","receives_funding":false,"id":240},"id":"NFK","arcs":[[2239]]}, | |
{"type":"Polygon","properties":{"name":"Northern Mariana Islands","ISO3":"MNP","receives_funding":false,"id":241},"id":"MNP","arcs":[[2222]]}, | |
{"type":"MultiPolygon","properties":{"name":"Norway","ISO3":"NOR","receives_funding":true,"id":131},"id":"NOR","arcs":[[[2995]],[[2996]],[[2997]],[[2998]],[[2999]],[[3000]],[[3001]],[[3002]],[[3003]],[[3004]],[[3005]],[[3006]],[[-2824,3007,3008,-2003,3009,3010,-2000,3011,-1998,3012,-1996,3013,-1994]],[[3014]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Oman","ISO3":"OMN","receives_funding":true,"id":132},"id":"OMN","arcs":[[[3017]],[[3018,3019,3020,3021]],[[3022,3023]]]}, | |
{"type":"Polygon","properties":{"name":"Pacific Is Refuges","ISO3":"UMI","receives_funding":false},"id":"UMI","arcs":[[157]]}, | |
{"type":"MultiPolygon","properties":{"name":"Pakistan","ISO3":"PAK","receives_funding":true,"id":133},"id":"PAK","arcs":[[[1756,1757]],[[1758,-1757,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,-839,1775,-837,1776,-835,1777,1778,1779,-831,1780,-829,1781,-827,1782,-825,1783,-823,1784,1785,1786,-819,1787,-817,1788,-815,1789,-813,1790,-811,1791,1792,-808,1793,-806,1794,-804,1795,1796,-801,1797,-799,1798,-797,-1138,-1584,-1457]]]}, | |
{"type":"Polygon","properties":{"name":"Palau","ISO3":"PLW","receives_funding":true,"id":134},"id":"PLW","arcs":[[2293]]}, | |
{"type":"MultiPolygon","properties":{"name":"Panama","ISO3":"PAN","receives_funding":true,"id":135},"id":"PAN","arcs":[[[151]],[[152,153,154,155,-98,156]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Papua New Guinea","ISO3":"PNG","receives_funding":true,"id":136},"id":"PNG","arcs":[[[2248]],[[2249]],[[2250]],[[2251]],[[2252]],[[2253]],[[2254]],[[2255]],[[2256]],[[2257]],[[2258]],[[-2189,2259,2260,-2186,2261,-2191,2262]],[[2263]],[[2264]],[[2265]]]}, | |
{"type":"Polygon","properties":{"name":"Paraguay","ISO3":"PRY","receives_funding":true,"id":137},"id":"PRY","arcs":[[-2491,-2421,-2457]]}, | |
{"type":"Polygon","properties":{"name":"Peru","ISO3":"PER","receives_funding":true,"id":138},"id":"PER","arcs":[[-2635,-2626,-2492,-2477,-2567,2645]]}, | |
{"type":"MultiPolygon","properties":{"name":"Philippines","ISO3":"PHL","receives_funding":true,"id":139},"id":"PHL","arcs":[[[2266]],[[2267]],[[2268]],[[2269]],[[2270]],[[2271]],[[2272]],[[2273]],[[2274]],[[2275]],[[2276]],[[2277]],[[2278]],[[2279]],[[2280]],[[2281]],[[2282]],[[2283]],[[2284]],[[2285]],[[2286]],[[2287]],[[2288]],[[2289]],[[2290]],[[2291]]]}, | |
{"type":"Polygon","properties":{"name":"Pitcairn Islands","ISO3":"PCN","receives_funding":false,"id":244},"id":"PCN","arcs":[[2292]]}, | |
{"type":"Polygon","properties":{"name":"Poland","ISO3":"POL","receives_funding":true,"id":140},"id":"POL","arcs":[[3024,3025,-2017,3026,-2015,3027,-2970,-2705,3028,3029,-2768,-2848]]}, | |
{"type":"MultiPolygon","properties":{"name":"Portugal","ISO3":"PRT","receives_funding":true,"id":141},"id":"PRT","arcs":[[[3030]],[[3031,3032]]]}, | |
{"type":"Polygon","properties":{"name":"Portugal","ISO3":"PRT","receives_funding":true,"id":141},"id":"PRT","arcs":[[689]]}, | |
{"type":"Polygon","properties":{"name":"Puerto Rico","ISO3":"PRI","receives_funding":false,"id":245},"id":"PRI","arcs":[[158]]}, | |
{"type":"Polygon","properties":{"name":"Qatar","ISO3":"QAT","receives_funding":false,"id":142},"id":"QAT","arcs":[[3033,3034]]}, | |
{"type":"Polygon","properties":{"name":"Reunion","ISO3":"REU","receives_funding":false,"id":246},"id":"REU","arcs":[[696]]}, | |
{"type":"Polygon","properties":{"name":"Romania","ISO3":"ROU","receives_funding":true,"id":143},"id":"ROU","arcs":[[-2734,3035,-2732,3036,-2730,3037,-2728,3038,-2726,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,-2882,3053,-2880,3054,3055,-2877,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,-2988,3067,3068,-2985,3069,-2983,3070,-2981,3071,3072,3073,-2977,3074,-2975,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085]]}, | |
{"type":"MultiPolygon","properties":{"name":"Russia","ISO3":"RUS","receives_funding":true,"id":144},"id":"RUS","arcs":[[[1801,-1733,1802,-1408,1803,-1406,1804,-1404,1805,1806,-1401,1807,-1399,1808,-1397,1809,-1395,1810,-1393,1811,-1391,1812,-1389,1813,-1387,1814,-1385,1815,-1383,1816,1817,-1380,1818,-1378,1819,-1376,1820,-1374,1821,-1372,1822,1823,-1369,1824,-1367,1825,-1365,1826,-1363,1827,-1361,1828,1829,-1358,1830,-1356,1831,1832,1833,-1352,1834,-1350,1835,-1348,1836,-1346,1837,1838,1839,1840,1841,-1340,1842,-1338,1843,1844,-1335,1845,-1333,1846,-1331,1847,-1329,1848,1849,-1326,1850,-1324,1851,-1322,1852,-1320,1853,1854,-1317,1855,1856,-1314,1857,-1312,1858,-1310,1859,-1308,1860,-1306,1861,-1304,1862,-1302,1863,-1300,1864,-1298,1865,-1697,1866,-1244,1867,-1601,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003]],[[2004]],[[2005]],[[2006]],[[2007]],[[2008]],[[2009]],[[2010]],[[2011]],[[2012,2013,2014,2015,2016,2017,2018]],[[2019]],[[2020]],[[2021]],[[2022]],[[2023]],[[2024]],[[2025]],[[2026]],[[2027]],[[2028]],[[2029]],[[2030]],[[2031]],[[2032]],[[2033]],[[2034]],[[2035]],[[2036]],[[2037]],[[2038]],[[2039]],[[2040]],[[2041]],[[2042]],[[2043]],[[2044]],[[2045]],[[2046]],[[2047]],[[2048]],[[2049]],[[2050]],[[2051]],[[2052]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Russia","ISO3":"RUS","receives_funding":true,"id":144},"id":"RUS","arcs":[[[1799]],[[1800]]]}, | |
{"type":"Polygon","properties":{"name":"Rwanda","ISO3":"RWA","receives_funding":true,"id":145},"id":"RWA","arcs":[[690,-294,691,-405,692,-403,693,-401,694,-399,695]]}, | |
{"type":"Polygon","properties":{"name":"Saba","ISO3":"ANT","receives_funding":false},"id":"ANT","arcs":[[162]]}, | |
{"type":"Polygon","properties":{"name":"Saint Barthelemy","ISO3":"BLM","receives_funding":false,"id":247},"id":"BLM","arcs":[[163]]}, | |
{"type":"Polygon","properties":{"name":"Saint Helena","ISO3":"SHN","receives_funding":false,"id":248},"id":"SHN","arcs":[[745]]}, | |
{"type":"Polygon","properties":{"name":"Saint Kitts & Nevis","ISO3":"KNA","receives_funding":true,"id":146},"id":"KNA","arcs":[[159]]}, | |
{"type":"Polygon","properties":{"name":"Saint Lucia","ISO3":"LCA","receives_funding":true,"id":147},"id":"LCA","arcs":[[160]]}, | |
{"type":"Polygon","properties":{"name":"Saint Martin","ISO3":"MAF","receives_funding":false,"id":249},"id":"MAF","arcs":[[164, 165]]}, | |
{"type":"Polygon","properties":{"name":"Saint Pierre & Miquelon","ISO3":"SPM","receives_funding":false,"id":250},"id":"SPM","arcs":[[166]]}, | |
{"type":"Polygon","properties":{"name":"Saint Vincent & The Grenadines","ISO3":"VCT","receives_funding":false,"id":148},"id":"VCT","arcs":[[161]]}, | |
{"type":"MultiPolygon","properties":{"name":"Samoa","ISO3":"WSM","receives_funding":true,"id":149},"id":"WSM","arcs":[[[2318]],[[2319]]]}, | |
{"type":"Polygon","properties":{"name":"San Marino","ISO3":"SMR","receives_funding":false,"id":150},"id":"SMR","arcs":[[-2942]]}, | |
{"type":"Polygon","properties":{"name":"Sao Tome & Principe","ISO3":"STP","receives_funding":true,"id":151},"id":"STP","arcs":[[697]]}, | |
{"type":"Polygon","properties":{"name":"Saudi Arabia","ISO3":"SAU","receives_funding":true,"id":152},"id":"SAU","arcs":[[-2957,3086,-3034,3087,3088,-3021,3089,3090,-2947,-2918]]}, | |
{"type":"Polygon","properties":{"name":"Senegal","ISO3":"SEN","receives_funding":true,"id":153},"id":"SEN","arcs":[[698,699,-668,700,-666,701,702,-663,703,-661,704,-659,705,-657,706,707,-654,-651,708,-649,709,-647,710,711,-611,712,-609,713,-607,714,-618,715,716,-615,717]]}, | |
{"type":"Polygon","properties":{"name":"Serbia","ISO3":"SRB","receives_funding":true,"id":154},"id":"SRB","arcs":[[3091,-3052,3092,-3050,3093,-3048,3094,-3046,3095,-3044,3096,-3042,-2723,-2973,-2954,-2991,-2715,-2761,-2883]]}, | |
{"type":"Polygon","properties":{"name":"Seychelles","ISO3":"SYC","receives_funding":true,"id":155},"id":"SYC","arcs":[[718]]}, | |
{"type":"MultiPolygon","properties":{"name":"Sierra Leone","ISO3":"SLE","receives_funding":true,"id":156},"id":"SLE","arcs":[[[719]],[[-603,-630,720]]]}, | |
{"type":"Polygon","properties":{"name":"Singapore","ISO3":"SGP","receives_funding":true,"id":157},"id":"SGP","arcs":[[2306]]}, | |
{"type":"Polygon","properties":{"name":"Sint Eustatius","ISO3":"ANT","receives_funding":false},"id":"ANT","arcs":[[167]]}, | |
{"type":"Polygon","properties":{"name":"Sint Maarten","ISO3":"SXM","receives_funding":false,"id":251},"id":"SXM","arcs":[[-165,168]]}, | |
{"type":"Polygon","properties":{"name":"Slovakia","ISO3":"SVK","receives_funding":true,"id":158},"id":"SVK","arcs":[[-2666,-2769,-3030,3097,-2890]]}, | |
{"type":"Polygon","properties":{"name":"Slovenia","ISO3":"SVN","receives_funding":true,"id":159},"id":"SVN","arcs":[[-2939,3098,-2675,3099,-2673,3100,-2671,3101,-2669,3102,-2889,3103,-2887,3104,-2885,3105,3106,-2757,3107,3108,-2754,3109,-2752,3110,-2750,3111,-2748,3112,-2746,3113,3114,-2743,3115,-2741,3116]]}, | |
{"type":"MultiPolygon","properties":{"name":"Soloman Islands","ISO3":"SLB","receives_funding":true,"id":160},"id":"SLB","arcs":[[[2294]],[[2295]],[[2296]],[[2297]],[[2298]],[[2299]],[[2300]],[[2301]],[[2302]],[[2303]],[[2304]],[[2305]]]}, | |
{"type":"Polygon","properties":{"name":"Somalia","ISO3":"SOM","receives_funding":true,"id":161},"id":"SOM","arcs":[[-624,-594,721,-558,722]]}, | |
{"type":"Polygon","properties":{"name":"South Africa","ISO3":"ZAF","receives_funding":true,"id":162},"id":"ZAF","arcs":[[-679,723,-677,724,-686,-282,725],[-629]]}, | |
{"type":"Polygon","properties":{"name":"South Georgia & the South Sandwich Islands","ISO3":"SGS","receives_funding":false,"id":252},"id":"SGS","arcs":[[2646]]}, | |
{"type":"Polygon","properties":{"name":"South Sudan","ISO3":"SSD","receives_funding":true,"id":163},"id":"SSD","arcs":[[-623,726,-596,-628,727,728,-536,729,-534,730,-532,731,-530,732,-528,733,-526,734,-524,-309,735]]}, | |
{"type":"MultiPolygon","properties":{"name":"Spain","ISO3":"ESP","receives_funding":true,"id":164},"id":"ESP","arcs":[[[3117]],[[3118]],[[3119]],[[-2827,-2659,-2826,3120,-2873,3121,-3033,3122]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Spain","ISO3":"ESP","receives_funding":true,"id":164},"id":"ESP","arcs":[[[736]],[[737]],[[738]],[[739]],[[740]],[[741]],[[742]],[[743,-671]]]}, | |
{"type":"Polygon","properties":{"name":"Sri Lanka","ISO3":"LKA","receives_funding":true,"id":165},"id":"LKA","arcs":[[2057]]}, | |
{"type":"Polygon","properties":{"name":"Sudan","ISO3":"SDN","receives_funding":true,"id":166},"id":"SDN","arcs":[[-308,-361,-634,-579,744,-588,-597,-727,-622,-736]]}, | |
{"type":"Polygon","properties":{"name":"Suriname","ISO3":"SUR","receives_funding":true,"id":167},"id":"SUR","arcs":[[-2637,-2496,-2643,2643]]}, | |
{"type":"MultiPolygon","properties":{"name":"Svalbard","ISO3":"SJM","receives_funding":false,"id":254},"id":"SJM","arcs":[[[3128]],[[3129]],[[3130]],[[3131]]]}, | |
{"type":"Polygon","properties":{"name":"Swaziland","ISO3":"SWZ","receives_funding":true,"id":168},"id":"SWZ","arcs":[[-678,-724]]}, | |
{"type":"MultiPolygon","properties":{"name":"Sweden","ISO3":"SWE","receives_funding":true,"id":169},"id":"SWE","arcs":[[[3123]],[[3124]],[[3125,-3008,-2823]]]}, | |
{"type":"Polygon","properties":{"name":"Switzerland","ISO3":"CHE","receives_funding":true,"id":170},"id":"CHE","arcs":[[-2680,-2969,-2678,-2941,-2831,-2849]]}, | |
{"type":"Polygon","properties":{"name":"Syria","ISO3":"SYR","receives_funding":false,"id":171},"id":"SYR","arcs":[[-2920,-2950,-2925,-2968,3126,3127]]}, | |
{"type":"Polygon","properties":{"name":"Taiwan","ISO3":"TWN","receives_funding":false},"id":"TWN","arcs":[[2087]]}, | |
{"type":"Polygon","properties":{"name":"Tajikistan","ISO3":"TJK","receives_funding":true,"id":172},"id":"TJK","arcs":[[-1657,2058,-1147,2059,-1145,2060,-1143,2061,-1141,2062,-860,2063]]}, | |
{"type":"MultiPolygon","properties":{"name":"Tanzania","ISO3":"TZA","receives_funding":true,"id":173},"id":"TZA","arcs":[[[746]],[[747]],[[748]],[[-691,749,-626,750,-682,-643,751,-412,752,-410,753,-295]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Thailand","ISO3":"THA","receives_funding":true,"id":174},"id":"THA","arcs":[[[2064]],[[-905,-1661,-987,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Timor-Leste","ISO3":"TLS","receives_funding":true,"id":175},"id":"TLS","arcs":[[[2308,-2139]],[[2309,-2141]]]}, | |
{"type":"Polygon","properties":{"name":"Togo","ISO3":"TGO","receives_funding":true,"id":176},"id":"TGO","arcs":[[-286,-276,755,-600]]}, | |
{"type":"Polygon","properties":{"name":"Tokelau","ISO3":"TKL","receives_funding":false,"id":255},"id":"TKL","arcs":[[2307]]}, | |
{"type":"Polygon","properties":{"name":"Tonga","ISO3":"TON","receives_funding":true,"id":177},"id":"TON","arcs":[[2310]]}, | |
{"type":"Polygon","properties":{"name":"Trinidad & Tobago","ISO3":"TTO","receives_funding":true,"id":178},"id":"TTO","arcs":[[2647]]}, | |
{"type":"MultiPolygon","properties":{"name":"Tunisia","ISO3":"TUN","receives_funding":true,"id":179},"id":"TUN","arcs":[[[756]],[[-636,-217,757]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Turkey","ISO3":"TUR","receives_funding":true,"id":180},"id":"TUR","arcs":[[[-2837,-2664,-2684,-2894,-2921,-3128,3132]],[[3133,-2867,-2720]]]}, | |
{"type":"Polygon","properties":{"name":"Turkmenistan","ISO3":"TKM","receives_funding":true,"id":181},"id":"TKM","arcs":[[-858,2080,2081,2082,2083,2084,2085,-1599,2086]]}, | |
{"type":"Polygon","properties":{"name":"Turks & Caicos Islands","ISO3":"TCA","receives_funding":false,"id":256},"id":"TCA","arcs":[[174]]}, | |
{"type":"Polygon","properties":{"name":"Uganda","ISO3":"UGA","receives_funding":true,"id":183},"id":"UGA","arcs":[[-728,-627,-750,-696,-552,758,-550,759,-548,760,-546,761,-544,762,-542,763,-540,764,-538,765]]}, | |
{"type":"Polygon","properties":{"name":"Ukraine","ISO3":"UKR","receives_funding":true,"id":184},"id":"UKR","arcs":[[-2989,3134,-3066,3135,-3064,3136,-3062,3137,3138,-3059,3139,-3057,-2876,-3098,-3029,-2704,3140,-1906,3141,-1904,3142,-1902,3143,-1900,3144,-1898,3145,-1896,3146,-1894,3147,-1892,3148,-1890,3149,3150,-1887,3151,-3085,3152,-3083,3153,-3081,3154,3155,-3078,3156,3157]]}, | |
{"type":"Polygon","properties":{"name":"United Arab Emirates","ISO3":"ARE","receives_funding":true,"id":185},"id":"ARE","arcs":[[3158,-3022,-3089,3159,-3023]]}, | |
{"type":"MultiPolygon","properties":{"name":"United Kingdom","ISO3":"GBR","receives_funding":true,"id":186},"id":"GBR","arcs":[[[3160]],[[-2923,3161]],[[3162]],[[3163]],[[3164]],[[3165]],[[3166]],[[3167]],[[3168]],[[3169]],[[3170]],[[3171]]]}, | |
{"type":"MultiPolygon","properties":{"name":"United States","ISO3":"USA","receives_funding":true,"id":187},"id":"USA","arcs":[[[175]],[[176]],[[177,-146,178,-60]],[[179]],[[180]],[[181]],[[182]],[[183]],[[184]],[[185]],[[186]],[[187]],[[188]],[[189]],[[190]],[[191]],[[192]],[[193]],[[194]],[[195]],[[196]],[[197]],[[198]],[[199]],[[200]],[[201]],[[202]],[[203]],[[204]],[[205]],[[-58,206]],[[207]],[[208]],[[209]],[[210]],[[211]],[[212]]]}, | |
{"type":"Polygon","properties":{"name":"Uruguay","ISO3":"URY","receives_funding":true,"id":188},"id":"URY","arcs":[[2650,-2424,-2650,-2499]]}, | |
{"type":"Polygon","properties":{"name":"Uzbekistan","ISO3":"UZB","receives_funding":true,"id":189},"id":"UZB","arcs":[[-1658,-2064,-859,-2087,-1635]]}, | |
{"type":"MultiPolygon","properties":{"name":"Vanuatu","ISO3":"VUT","receives_funding":true,"id":257},"id":"VUT","arcs":[[[2311]],[[2312]],[[2313]],[[2314]],[[2315]],[[2316]]]}, | |
{"type":"Polygon","properties":{"name":"Vatican City","ISO3":"VAT","receives_funding":false},"id":"VAT","arcs":[[-2943]]}, | |
{"type":"MultiPolygon","properties":{"name":"Venezuela","ISO3":"VEN","receives_funding":true,"id":190},"id":"VEN","arcs":[[[2651]],[[2652,-2641,-2494,-2625]]]}, | |
{"type":"MultiPolygon","properties":{"name":"Vietnam","ISO3":"VNM","receives_funding":true,"id":191},"id":"VNM","arcs":[[[2088]],[[2089]],[[-989,-1660,2090,2091,-1024,2092,2093,-1021,2094,-1019,2095,-1017,2096,-1015,2097,-1013,2098,-1011,2099,-1009,2100,-1007,2101,-1005,2102,-1003,2103,-1001,2104,-999,2105,-997,2106,-995,2107]]]}, | |
{"type":"Polygon","properties":{"name":"Virgin Islands (UK)","ISO3":"VGB","receives_funding":false,"id":258},"id":"VGB","arcs":[[213]]}, | |
{"type":"Polygon","properties":{"name":"Virgin Islands (US)","ISO3":"VIR","receives_funding":false,"id":259},"id":"VIR","arcs":[[214]]}, | |
{"type":"Polygon","properties":{"name":"Wallis and Futuna","ISO3":"WLF","receives_funding":false,"id":261},"id":"WLF","arcs":[[2317]]}, | |
{"type":"Polygon","properties":{"name":"West Bank","ISO3":"PSE","receives_funding":true,"id":275},"id":"PSE","arcs":[[-2949,-2931,-3016,-2929,-3017,-2927]]}, | |
{"type":"Polygon","properties":{"name":"Western Sahara","ISO3":"ESH","receives_funding":false,"id":262},"id":"ESH","arcs":[[-673,-222,-653,766]]}, | |
{"type":"MultiPolygon","properties":{"name":"Yemen","ISO3":"YEM","receives_funding":true,"id":192},"id":"YEM","arcs":[[[3172]],[[3173,-3090,-3020]]]}, | |
{"type":"Polygon","properties":{"name":"Zambia","ISO3":"ZMB","receives_funding":true,"id":193},"id":"ZMB","arcs":[[-642,-681,767,-280,-685,-260,768,-454,769,770,-451,771,-449,772,773,-446,774,-444,775,-442,776,-440,777,-438,778,779,-435,780,-433,781,-431,782,-429,783,-427,784,-425,785,-423,786,-421,787,-419,788,789,-416,790,791,792,-752]]}, | |
{"type":"Polygon","properties":{"name":"Zimbabwe","ISO3":"ZWE","receives_funding":true,"id":194},"id":"ZWE","arcs":[[-680,-726,-281,-768]]}]}},"arcs":[[[3282,5223],[3,-13],[-4,2],[1,11]],[[3250,5301],[0,-2],[-3,-4],[1,5],[2,1]],[[3344,4946],[5,-12],[-3,-8],[-3,6],[1,14]],[[2529,5130],[-8,1],[2,83],[0,55]],[[2523,5269],[0,9],[4,4],[4,-8],[7,24],[4,19],[5,0]],[[2547,5317],[-3,-8],[6,-3],[3,-9],[-6,-41],[3,-11],[-2,-1],[-1,-25],[2,-13],[-2,-21],[-8,-29],[-10,-19],[0,-7]],[[3202,6313],[1,-1],[-3,-4],[-1,-2],[2,5],[1,2]],[[3312,7301],[-3,-3],[-7,-20],[9,-2],[3,19],[7,11],[4,13],[12,-13],[2,-15],[-10,-5],[-2,-11],[-14,-11],[-6,3],[-11,-4],[-4,11],[-2,23],[12,30],[6,24],[9,18],[3,-12],[5,-2],[-5,-30],[1,-10],[-9,-14]],[[3222,7370],[0,-24],[7,-17],[2,6],[18,-12],[11,5],[13,1],[-9,-20],[-1,-17],[-9,0],[-8,16],[-3,-4],[-10,5],[-9,15],[-6,-1],[2,13],[-9,3],[-1,6],[7,18],[5,7]],[[1567,7506],[6,-13],[-4,-4],[-1,6],[-1,11]],[[1478,7574],[1,-3],[2,-1],[1,-18],[-5,2],[-4,16],[2,1],[3,3]],[[3218,7578],[6,-4],[15,-5],[10,-5],[14,-12],[4,-7],[13,-10],[6,-18],[-15,-3],[-24,13],[-13,11],[-3,10],[-9,12],[-8,4],[-5,12],[9,2]],[[1492,7642],[1,-13],[-7,-1],[-2,7],[8,7]],[[1443,7644],[3,1],[15,-10],[6,-9],[17,-9],[12,-2],[5,-5],[14,-4],[3,-15],[5,-15],[9,-15],[1,-18],[17,-11],[11,-13],[0,-11],[7,-14],[-1,-3],[4,-3],[4,-20],[-7,-8],[-10,5],[-21,14],[-15,16],[5,12],[-8,4],[-6,-7],[-6,14],[0,10],[-8,4],[-1,7],[-13,-2],[-3,34],[-3,2],[-1,2],[-1,-2],[-9,-1],[-13,23],[-10,13],[1,7],[-8,5],[-5,17],[10,7]],[[3447,7698],[13,-3],[-3,-16],[-14,-4],[9,-9],[-3,-15],[-16,-42],[-3,-12],[-7,-14],[-1,-20],[10,11],[7,19],[2,-6],[17,-11],[-11,-12],[3,-17],[3,-4],[11,6],[4,-6],[-3,-14],[12,2],[14,11],[8,2],[15,-16],[-13,-29],[9,-14],[3,-11],[6,2],[6,13],[3,-8],[-3,-14],[-17,-23],[2,-7],[-6,-20],[6,-10],[9,31],[5,3],[1,-15],[-6,-17],[5,-12],[5,8],[6,16],[3,-17],[-5,-18],[-4,-33],[-4,-11],[-8,5],[-7,-7],[0,35],[-9,-20],[-7,7],[8,26],[-2,35],[-7,-2],[-8,-29],[-8,1],[-6,-10],[-6,-22],[-4,-4],[-5,3],[-7,-3],[-4,9],[5,8],[9,4],[4,8],[4,14],[-1,11],[-5,0],[-1,-10],[-10,-3],[-7,18],[-10,-7],[-7,1],[-4,-6],[-6,5],[-18,1],[-12,7],[-17,-7],[-13,-3],[-4,4],[0,15],[1,13],[8,9],[16,26],[-9,4],[-13,-6],[5,13],[9,-7],[6,33],[9,3],[-2,24],[8,15],[0,9],[9,33],[7,37],[11,14],[7,31],[23,21]],[[1445,7731],[-1,-18],[-7,4],[3,12],[5,2]],[[1465,7756],[1,-7],[-10,-10],[-4,-16],[-5,3],[4,17],[9,7],[5,6]],[[1409,7785],[9,-15],[-6,-5],[-3,20]],[[1440,7786],[0,-6],[-4,-17],[-4,2],[0,14],[1,4],[5,-1],[2,4]],[[2740,7813],[5,-2],[10,-15],[4,-14],[-2,-7],[-23,13],[-13,10],[4,10],[15,5]],[[1414,7788],[-3,14],[8,17],[8,-10],[2,-9],[0,-22],[2,-18],[-6,1],[-3,12],[-6,3],[-2,12]],[[1416,7836],[3,-10],[0,-5],[-7,2],[4,13]],[[1376,7843],[13,-14],[7,-16],[-6,-4],[-5,11],[-12,17],[3,6]],[[1421,7849],[-1,-8],[-2,-2],[-6,-10],[-1,13],[10,7]],[[1383,7863],[10,-14],[11,-25],[-4,-11],[-13,27],[-6,20],[2,3]],[[1377,7877],[5,-7],[-3,-13],[-8,9],[6,11]],[[1304,7882],[20,-5],[5,-7],[10,5],[2,-7],[-4,-13],[-4,-40],[6,-6],[-3,-14],[3,-18],[4,-13],[5,-3],[4,-14],[6,-1],[2,-9],[-6,-3],[-10,21],[-17,28],[-10,20],[-2,17],[3,7],[-12,10],[0,16],[-5,7],[3,22]],[[2814,8044],[0,-19],[-6,2],[6,17]],[[2798,8058],[6,-20],[-12,-35],[-15,5],[13,23],[3,-4],[5,31]],[[3292,8082],[3,-8],[0,-18],[-8,7],[5,19]],[[3108,8343],[8,-10],[-5,-11],[-12,-2],[5,23],[4,0]],[[3194,8422],[8,-3],[1,-16],[-5,-9],[-16,19],[12,9]],[[2792,8471],[6,-8],[-2,-15],[-7,-23],[-5,-11],[-13,19],[1,23],[8,16],[12,-1]],[[3208,8484],[-1,-14],[-10,4],[2,10],[9,0]],[[3023,8508],[18,-8],[9,-13],[-6,-5],[-8,2],[-4,14],[-9,10]],[[2715,8515],[10,-3],[-2,-16],[-23,-32],[-10,-8],[-5,7],[-9,-8],[-8,23],[10,16],[0,10],[7,6],[8,-5],[9,7],[13,3]],[[2828,8551],[14,-4],[3,-18],[-11,-6],[-16,24],[10,4]],[[2853,8565],[16,-8],[-7,-12],[-13,16],[4,4]],[[2625,8726],[8,-8],[5,-13],[-6,-8],[15,-12],[4,9],[11,-11],[4,-10],[18,-4],[2,-9],[14,-14],[11,-3],[18,-20],[0,-15],[13,-15],[21,-8],[9,-12],[-24,-25],[-28,17],[-11,-1],[1,18],[-19,8],[4,11],[-16,-6],[-3,-8],[2,-12],[-12,-12],[-7,-3],[-6,-18],[-20,-18],[-8,0],[-5,17],[2,22],[-3,5],[-15,-6],[-8,2],[-15,-8],[-4,11],[9,14],[20,13],[-5,15],[-1,21],[6,17],[2,49],[5,19],[12,11]],[[2638,8734],[3,-1],[10,-29],[-7,-2],[-8,11],[-2,18],[4,3]],[[2655,8742],[19,-13],[2,-23],[-11,12],[-3,12],[-7,12]],[[2937,8887],[13,-12],[11,-1],[-1,-16],[-32,4],[-4,19],[13,6]],[[2598,8893],[3,-21],[-2,-13],[-10,0],[-5,20],[9,18],[5,-4]],[[2893,8900],[19,-7],[4,-6],[-4,-16],[3,-24],[-4,-12],[-10,-10],[-11,-4],[-20,-2],[-9,2],[-6,15],[-2,20],[9,26],[8,12],[23,6]],[[2085,8918],[14,-7],[-4,-7],[-10,5],[0,9]],[[2911,8925],[12,-14],[-2,-11],[-16,14],[6,11]],[[2170,8935],[5,-6],[-4,-12],[-14,8],[13,10]],[[2209,8950],[10,-12],[-14,-5],[4,17]],[[2820,8976],[7,-7],[-9,-11],[-8,-17],[-15,1],[4,12],[8,1],[6,17],[7,4]],[[2858,8980],[12,-8],[-17,-14],[-2,18],[7,4]],[[2315,8990],[16,-4],[-3,-13],[-13,17]],[[2339,8993],[13,-9],[-5,-13],[-13,3],[5,19]],[[2829,9001],[6,-8],[-15,-9],[-2,9],[11,8]],[[2787,9006],[9,-8],[-24,-12],[-15,15],[30,5]],[[2279,9012],[9,-4],[16,-19],[21,-16],[8,-9],[7,-34],[-14,-20],[-34,5],[-24,16],[-30,9],[-3,10],[3,8],[20,3],[4,26],[6,4],[11,21]],[[2582,9030],[14,-4],[1,-7],[-17,0],[2,11]],[[3003,9094],[13,-9],[-20,-7],[-3,8],[10,8]],[[1388,8007],[-2,15],[-9,1],[-1,7],[-9,9],[-8,3],[-14,15],[-7,-1],[-1,15],[-7,5],[2,12],[-9,3],[3,9],[-8,21],[-17,47],[-8,17],[2,3],[-13,21],[-12,10],[-6,19],[-6,8],[-7,3],[-4,10],[2,10],[-12,17],[-14,-10],[-6,-1],[-11,-34],[-7,-1],[-17,-18],[-5,24],[-28,38],[-2,10],[-14,13],[4,19],[-17,-1],[-8,-11],[-14,9],[-1,-7],[-14,6],[0,93],[0,84],[0,51],[0,87],[0,111],[0,72],[0,66],[0,108]],[[1083,8994],[16,-4],[17,1],[18,-8],[16,-18],[39,-23],[11,-5],[7,3],[25,-1],[7,8],[-15,6],[2,16],[12,7],[8,5],[12,0],[8,12],[13,-10],[1,-13],[27,8],[-2,11],[13,11],[16,-2],[16,17],[16,11],[40,0],[-4,-7],[-27,-17],[-12,-16],[7,-8],[9,19],[21,9],[21,-5],[12,14],[2,13],[8,11],[-5,7],[5,14],[19,-15],[6,-10],[12,-33],[12,-18],[23,-14],[8,10],[-8,10],[10,11],[-3,19],[14,4],[10,-1],[-5,-24],[13,0],[-11,-17],[22,-9],[15,14],[2,19],[27,0],[19,-3],[15,-10],[15,-16],[11,-5],[34,-8],[19,-15],[28,-6],[9,-5],[16,2],[14,6],[17,-8],[6,-9],[18,-16],[3,-20],[-12,1],[-22,-16],[-8,-10],[15,-8],[7,3],[24,-9],[35,-2],[17,6],[10,-2],[12,8],[5,-6],[16,13],[11,5],[9,-21],[19,1],[5,-23],[10,3],[15,-12],[3,-10],[-9,-12],[6,-18],[11,-14],[-5,34],[10,9],[-9,19],[4,8],[-13,17],[9,11],[1,11],[14,6],[13,0],[7,15],[13,4],[9,7],[-6,11],[-15,-8],[-1,-10],[-23,-5],[-16,1],[2,-11],[-14,-1],[-13,4],[11,27],[30,7],[28,15],[14,-2],[7,-16],[6,-22],[14,-3],[8,-20],[18,-1],[10,3],[12,-12],[23,-12],[38,3],[18,6],[22,-4],[7,-7],[20,7],[11,-3],[14,-11],[10,4],[3,9],[-15,15],[-16,-5],[-10,16],[2,13],[33,12],[9,-11],[14,-10],[9,1],[4,-8],[-5,-20],[2,-9],[-9,-11],[10,-5],[-4,-11],[13,2],[15,-9],[-9,41],[4,19],[15,-2],[18,16],[0,8],[16,12],[-3,7],[5,16],[-14,2],[0,-9],[-12,-2],[-1,12],[11,16],[-4,14],[7,3],[6,-13],[10,11],[-4,15],[-10,-8],[-9,1],[-9,17],[-7,-8],[-22,15],[-11,3],[-12,20],[-2,17],[11,21],[-12,11],[5,37],[13,19],[18,15],[3,14],[14,3],[8,-4],[0,-14],[29,-16],[11,-13],[3,-13],[-3,-24],[10,-10],[12,-6],[-2,-8],[14,-9],[5,-16],[-24,-23],[-4,-8],[21,-16],[9,12],[21,-20],[-4,-10],[12,-29],[-5,-27],[12,-11],[9,16],[-3,6],[8,14],[-2,11],[10,18],[7,4],[9,-12],[14,-12],[10,-15],[5,-24],[-4,-12],[-8,1],[-5,-17],[7,-24],[13,-16],[10,-20],[8,6],[4,11],[9,0],[1,19],[7,15],[10,11],[5,27],[0,16],[15,14],[7,18],[-10,5],[-7,35],[4,16],[9,-6],[15,6],[26,-12],[26,-1],[5,-11],[13,-18],[19,-6],[2,-6],[-11,-9],[2,-10],[10,-5],[-1,-10],[-20,-15],[-13,-4],[10,-20],[-1,-12],[19,-23],[6,-11],[-7,-30],[-15,-6],[-1,-9],[-38,-34],[-7,13],[-20,-23],[-10,0],[-14,4],[-5,24],[-11,-8],[-27,3],[5,-16],[20,-8],[-3,-13],[-11,-9],[-1,-11],[-25,-30],[-14,0],[-11,6],[-10,17],[-10,4],[-20,18],[-14,-6],[20,-19],[10,-19],[21,-4],[21,1],[16,-4],[3,-7],[-18,-41],[-7,-5],[-7,-22],[-20,-15],[-28,8],[-1,-13],[-12,-22],[-7,1],[-8,-9],[-16,10],[0,-11],[14,-5],[6,-24],[-20,-21],[-20,0],[3,-10],[-3,-9],[-19,-4],[2,-8],[-8,-20],[-15,-10],[-4,-13],[3,-6],[-12,-16],[-7,-41],[-4,-3],[-5,-22],[-4,-4],[-1,-31],[-3,-6],[1,-23],[3,-19],[-3,-23],[6,-10],[5,-15],[19,6],[16,-4],[1,-19],[8,-26],[4,-27],[6,-20],[0,-31],[15,5],[31,16],[24,-23],[28,-12],[16,-19],[11,-8],[11,-29],[8,-7],[11,-4],[17,-14],[18,-10],[7,-12],[9,-10],[16,-2],[16,4],[16,-7],[10,2],[19,-13],[2,-18],[-6,-32],[0,-9],[5,-13],[3,-16],[-2,-20],[3,-19],[-4,-6],[-1,-17],[9,-13],[2,-8],[10,-16],[4,-23],[11,-9],[9,-14],[8,-33],[10,-6],[7,-8],[1,16],[13,12],[8,-5],[3,11],[-5,9],[5,6],[8,19],[2,16],[-2,15],[-6,15],[2,4],[-7,15],[2,19],[-1,20],[-5,38],[-8,8],[-5,38],[17,9],[3,4],[15,11],[15,17],[19,28],[-1,3],[12,24],[5,24],[-1,52],[-4,24],[-6,24],[-16,33],[-13,8],[-13,20],[-4,2],[1,13],[23,40],[-5,5],[14,31],[-4,29],[-7,7],[6,11],[-6,4],[3,14],[-15,0],[11,19],[3,11],[-1,12],[6,14],[-12,8],[-6,34],[3,15],[16,16],[20,-5],[35,-19],[4,5],[13,-5],[13,0],[22,16],[13,-11],[3,-9],[13,-6],[1,-11],[8,-5],[5,-9],[13,-8],[-4,-8],[2,-16],[8,-12],[20,-5],[16,-2],[2,-15],[6,4],[9,13],[4,-12],[-2,-9],[-7,-7],[-4,-13],[6,-21],[-6,-11],[9,-32],[-4,-14],[11,-8],[-7,-8],[2,-13],[-3,-15],[-13,1],[4,-13],[13,16],[23,2],[5,-5],[1,-15],[6,-7],[13,-7],[1,-12],[7,2],[9,7],[4,9],[5,0],[8,23],[10,0],[12,18],[-2,7],[8,12],[1,11],[-4,18],[12,16],[8,29],[11,-7],[2,-16],[9,-14],[1,-9],[12,-27],[5,-7],[-1,-10],[14,-21],[2,-25],[5,-5],[4,-22],[5,-12],[6,3],[7,-9],[-1,-13],[-7,-11],[10,-10],[-5,-10],[9,-7],[7,1],[-2,-12],[-5,-8],[-1,-11],[-8,-17],[11,-13],[8,-21],[15,-12],[13,-20],[-3,-22],[27,-8],[4,3],[9,-4],[2,-20],[10,-6],[15,2],[8,-12],[9,-6],[-2,-8],[-7,-5],[-13,-1],[-3,-8],[-18,-8],[-2,-12],[-17,-11],[-5,2],[-9,-6],[-1,-21],[8,6],[7,-1],[8,9],[6,1],[2,10],[13,14],[5,1],[0,13],[6,2],[21,-3],[9,-28],[3,-5],[8,0],[5,-8],[6,0],[9,-6],[-2,-8],[6,-7],[2,-13],[-3,-4],[-4,-20],[1,-22],[9,-5],[-4,-10],[3,-15],[-7,-11],[-18,-21],[-8,-13],[-9,-4],[-8,2],[-12,-4],[-10,-11],[-10,-1],[0,-7],[-9,-13],[-2,-13],[-8,-4],[-3,-12],[-11,-7],[0,-7],[-6,-8],[-19,1],[-6,-4],[-13,-1],[-9,-6],[-4,9],[-14,4],[-17,1],[-11,-6],[-9,6],[-13,-2],[-7,5],[-12,-5],[-14,4],[-18,-3],[-3,-6],[-9,6],[-8,-17],[-7,-10],[-5,-10],[-2,-20],[-4,-11],[-19,-3],[-4,-13],[-10,-3],[-2,-11],[-11,-9],[-11,-34],[-9,-18],[-1,-10],[-5,-15],[-4,-4],[-3,-12],[-7,-4],[-7,-25],[-6,-5],[-2,-13],[13,11],[14,29],[12,26],[3,14],[15,25],[12,12],[10,12],[6,4],[12,12],[10,7],[12,10],[16,9],[23,3],[14,-5],[12,-12],[5,-11],[-3,-28],[-10,-9],[-3,-10],[-11,-12],[-7,-3],[-11,9],[-12,-2],[-3,-6],[15,-8],[5,-18],[4,1],[9,11],[9,-1],[5,-7],[-6,-11],[0,-13],[-9,-21],[10,0],[1,-6],[-3,-11],[11,-35],[1,-8],[8,-1],[12,-7],[-4,-11],[5,-9],[27,-7],[8,-8],[6,4],[9,13],[2,-14],[4,-4],[7,4],[6,-17],[7,-7],[-1,-9],[-8,2],[-9,-12],[-4,0],[-6,-8],[-6,-2],[-6,-8],[-10,-5],[-7,-7],[-10,-2],[-4,-14],[-5,0],[-8,7],[-5,-1],[0,-11],[-9,-22],[-7,-9],[-1,-10],[-6,-8],[-8,-2],[-1,-8],[-10,-5],[-3,20],[-8,-3],[-3,27],[3,17],[6,19],[27,36],[13,10],[4,-8],[20,19],[-22,-2],[-5,3],[-5,-8],[-5,8],[13,20],[-3,10],[-6,-17],[-14,-9],[-8,-11],[-9,-9],[-6,2],[-3,-5],[-7,-1],[-11,-7],[-2,9],[-7,1]],[[3133,7235],[-4,-3],[-4,11],[2,8],[-6,15],[-5,6],[1,15],[0,84],[-10,19],[-12,-3],[-9,-8],[-4,6],[0,12],[-5,2],[-22,-55],[-1,-19],[-7,-17],[1,-22],[-8,-16],[-6,-17],[-10,-13],[-7,0],[-3,-17],[-21,0],[-23,1],[-30,-2],[-19,1],[-13,-12],[-13,-23],[-4,-11],[-7,-6],[-8,-14],[-10,-33],[-52,0],[-14,-13],[4,-15],[3,-30],[-32,-31],[-32,-13],[-32,-38],[-8,0],[-11,13],[-2,13],[2,20],[7,4],[9,16],[1,24],[10,47],[-11,126],[-30,34],[4,13],[-4,8],[-7,1],[-3,-5],[-5,14],[-3,21],[-9,-6],[-6,13],[-2,18],[-98,102],[-9,-4],[-18,-20],[-11,4],[-4,-3],[-5,8],[-19,0],[-3,11],[-16,-14],[-8,10],[-22,18],[-13,13],[-10,0],[-4,-6],[-8,-2],[-2,8],[-11,2],[-13,9],[1,8],[-4,30],[-9,6],[0,-28],[-58,0],[-39,0],[-33,0],[-44,0],[-50,0],[-41,0],[-50,0],[-59,0],[-27,0],[-56,0],[-57,0],[-39,0],[-55,0],[-57,0],[-24,0],[-52,0],[-26,0]],[[1590,7510],[-8,0],[-1,0],[-6,26],[1,16],[-6,-4],[-1,-10],[-13,9],[-4,19],[-8,-1],[-9,14],[-1,8],[4,9],[-5,8],[-8,3],[-7,9],[-10,-4],[-3,7],[-9,-2],[-4,26],[-6,-3],[-10,10],[-4,-9],[-11,7],[-11,18],[4,19],[-7,18],[0,15],[6,4],[2,12],[9,8],[3,8],[-2,10],[-7,-10],[-8,-6],[-2,-4],[-5,9],[-5,18],[3,13],[-1,7],[-2,-4],[-6,1],[-4,23],[-9,13],[0,8],[-2,8],[6,2],[-1,15],[-8,-3],[-4,-9],[-2,-17],[-9,14],[-13,28],[1,14],[-6,3],[-5,10],[1,23],[6,5],[4,17],[-3,8],[5,13],[2,3],[-3,12],[-3,21],[3,12]],[[1820,9262],[7,-4],[8,-14],[-2,-19],[-9,-12],[15,-4],[16,25],[6,2],[25,-9],[25,-12],[-5,-20],[7,-7],[11,15],[20,-8],[7,4],[-13,23],[-13,13],[22,-2],[37,-30],[-2,-15],[10,-40],[9,-11],[19,13],[-14,26],[2,9],[-6,13],[-9,49],[7,13],[22,-11],[10,8],[19,-17],[21,-14],[0,-13],[5,-21],[8,-16],[4,-23],[14,-19],[1,-16],[-10,-18],[12,-11],[18,-27],[12,-1],[25,-15],[16,-14],[18,1],[4,-22],[-2,-15],[-11,0],[-17,5],[-9,8],[-8,-12],[1,-10],[-11,0],[1,-11],[21,7],[1,-11],[9,-11],[-1,-13],[-19,-10],[-26,-6],[-15,6],[-33,2],[5,10],[-36,18],[-9,15],[-20,-33],[-6,-4],[-29,-7],[-12,-11],[-19,-7],[-24,-1],[-19,-7],[-11,2],[-44,-6],[-13,31],[3,9],[-4,14],[-19,5],[-20,-3],[-23,4],[-16,8],[-3,11],[-18,16],[-4,14],[11,10],[25,7],[45,7],[23,-4],[11,1],[18,-5],[18,13],[-4,7],[-48,17],[-32,-8],[-38,2],[-29,-4],[-27,26],[1,7],[14,9],[23,6],[24,9],[-4,10],[-31,-9],[-23,0],[1,15],[-25,5],[-1,14],[15,22],[14,5],[-13,17],[11,12],[15,10],[8,10],[79,33]],[[2888,8680],[3,4],[18,-6],[11,10],[9,-5],[9,14],[19,-3],[-6,21],[-7,5],[-13,20],[39,44],[7,20],[12,6],[1,17],[-6,32],[-9,10],[-3,24],[-24,7],[-4,12],[-10,3],[-14,19],[5,9],[-22,0],[-26,-19],[-5,26],[17,-2],[11,5],[-5,17],[-38,22],[2,14],[-16,-4],[0,29],[-15,2],[-14,13],[-8,-3],[9,-25],[-4,-7],[-27,-1],[-12,11],[-21,3],[-9,-2],[15,-19],[-6,-3],[-15,14],[-6,2],[-12,-12],[-26,16],[-15,-4],[-29,4],[-18,7],[-11,-8],[-15,8],[-9,10],[-33,6],[-25,9],[-21,32],[7,9],[14,1],[10,-6],[50,2],[20,11],[11,3],[16,-8],[0,21],[8,8],[-4,8],[-18,7],[-7,16],[1,23],[15,2],[6,12],[-16,-1],[-10,18],[2,19],[14,28],[28,12],[35,19],[35,-1],[11,-14],[2,-21],[17,-11],[-3,-11],[11,-15],[-9,-7],[1,-17],[-10,-15],[15,-8],[1,14],[6,8],[22,2],[8,-8],[11,5],[6,16],[26,12],[20,-2],[2,-6],[24,-4],[17,-6],[7,-18],[-2,-9],[22,-5],[3,-7],[-5,-17],[19,4],[-7,-17],[8,-10],[14,-8],[9,11],[6,15],[27,-11],[11,-18],[-10,-14],[-16,1],[-6,-13],[4,-8],[7,1],[17,9],[15,15],[7,-14],[-14,-21],[31,18],[42,-21],[3,-6],[-14,-21],[7,-14],[8,6],[-2,9],[15,2],[15,-23],[1,-16],[-23,4],[-8,-10],[8,-12],[23,-1],[14,-12],[-12,-6],[-16,-2],[-13,10],[1,-24],[7,-14],[-16,4],[-6,-7],[7,-11],[30,-6],[2,-10],[13,-9],[1,-8],[13,-1],[14,-19],[24,14],[6,-5],[-10,-12],[16,-1],[12,-14],[7,-26],[10,-1],[9,7],[4,-10],[-9,-6],[5,-11],[24,2],[6,5],[16,-18],[5,-15],[-8,-8],[3,-8],[-12,-7],[-14,-22],[3,-13],[-8,-1],[-4,-13],[-17,6],[-4,-14],[5,-21],[-6,-22],[-11,14],[-22,7],[-4,14],[-6,0],[-12,27],[2,17],[-13,-2],[-10,20],[-16,17],[-12,2],[4,-13],[-17,-4],[13,-11],[0,-13],[-15,-3],[-6,8],[-8,-6],[16,-20],[11,3],[8,-18],[-1,-13],[8,-10],[20,-20],[11,2],[4,-9],[-2,-16],[11,3],[4,-10],[-5,-16],[9,-11],[-1,-15],[13,-10],[0,-31],[-7,5],[-4,-10],[8,-19],[-7,-4],[-9,4],[7,-20],[-8,-5],[-4,18],[-10,8],[-12,2],[-28,22],[-10,15],[-8,-1],[-23,22],[-7,-6],[22,-36],[14,-6],[16,-24],[19,-23],[8,-21],[3,-16],[-9,-5],[-13,11],[-11,3],[-11,8],[-30,7],[-10,7],[-14,17],[-2,13],[-8,2],[-9,-4],[-18,14],[-5,8],[-9,-1],[-8,6],[-5,10],[15,25],[-15,7],[-5,-4],[-8,11],[-9,4],[-9,21],[-21,21],[-11,-1],[-3,10],[-9,0],[-7,-13],[-28,14],[-3,-16],[-15,-1],[-12,-9],[-24,7],[-10,7],[-4,18],[3,14],[-2,7],[14,13],[7,24],[15,-4],[23,-10]],[[2763,9290],[29,-9],[37,2],[27,-12],[6,-13],[18,-16],[6,-17],[-11,-3],[-33,6],[-21,-2],[-20,-9],[-11,0],[-12,8],[-5,14],[1,11],[-21,9],[1,30],[9,1]],[[2072,9290],[7,-1],[20,-15],[-3,-15],[-17,-28],[-7,-2],[-19,26],[-26,15],[10,14],[35,6]],[[2608,9296],[31,-4],[4,-4],[-29,-26],[-7,-9],[-17,-38],[14,-24],[-5,-7],[1,-20],[8,-16],[17,-18],[16,-9],[-16,-17],[-13,0],[-8,-9],[-15,-4],[-14,2],[-16,12],[-50,8],[-5,2],[-5,19],[6,12],[-8,11],[6,20],[-2,9],[6,21],[10,14],[6,27],[25,28],[20,12],[27,8],[13,0]],[[2216,9226],[5,6],[-6,13],[-36,22],[16,26],[25,10],[24,-15],[29,5],[8,6],[19,-3],[7,-15],[-13,-10],[7,-8],[-14,-5],[-17,-18],[18,-3],[20,-25],[13,-3],[5,-16],[-11,-8],[5,-14],[-1,-20],[-12,-2],[-15,-14],[-14,4],[-3,-13],[-13,-14],[-18,4],[-4,14],[-13,22],[-7,2],[-16,23],[-10,0],[-6,11],[-12,-5],[-9,16],[-17,11],[-4,8],[6,19],[11,4],[9,-5],[16,-22],[23,3],[5,9]],[[2285,9316],[-9,-17],[-20,-6],[-16,4],[16,12],[29,7]],[[2403,9319],[24,-4],[14,-12],[16,6],[24,-4],[9,-13],[-23,-33],[-17,-33],[-13,-12],[-30,7],[-14,-7],[11,-18],[-10,-11],[-8,-18],[-30,-6],[2,35],[-16,25],[3,36],[-2,30],[10,3],[-1,16],[25,10],[26,3]],[[1629,9346],[26,-16],[25,-8],[21,0],[16,5],[22,-4],[20,-15],[38,-39],[-15,-10],[-22,-8],[-35,-22],[-35,-21],[-4,-19],[-24,-20],[-8,-10],[2,-18],[-7,-15],[-20,-8],[-13,4],[-5,-8],[-15,-7],[-8,-10],[-9,0],[-8,10],[-5,20],[-10,12],[-38,23],[-11,-2],[-1,12],[8,10],[4,16],[9,6],[0,19],[16,8],[-12,10],[31,48],[-10,8],[-18,34],[43,8],[52,7]],[[2105,9410],[10,-5],[7,-15],[-19,-9],[-15,6],[4,15],[13,8]],[[2365,9424],[17,-4],[21,-23],[2,-21],[-2,-21],[-35,-2],[-14,12],[-32,8],[-6,10],[24,33],[25,8]],[[2325,9426],[10,-8],[-25,-14],[-5,11],[20,11]],[[2376,9449],[5,-14],[-15,1],[10,13]],[[2165,9448],[-14,-13],[-14,8],[28,5]],[[1736,9453],[-20,-31],[-10,-7],[-23,8],[22,22],[31,8]],[[2142,9473],[6,-14],[-35,-6],[-16,9],[45,11]],[[2108,9499],[26,-22],[-33,-3],[-9,17],[16,8]],[[2260,9500],[23,-12],[1,-13],[8,-15],[-7,-29],[10,-3],[-3,-14],[-16,-1],[-1,-12],[15,-12],[-12,-9],[-19,-2],[-40,0],[-7,3],[-4,19],[14,11],[1,16],[-59,-9],[-19,0],[14,14],[3,10],[16,4],[-13,24],[2,11],[19,-1],[21,-24],[8,22],[-21,8],[22,11],[19,-4],[11,-10],[14,17]],[[1982,9510],[-2,-14],[18,-29],[-10,-13],[18,0],[9,-10],[11,-1],[11,12],[21,-4],[13,-11],[2,-13],[-13,-28],[-5,-17],[-33,-10],[-13,5],[-21,-4],[-5,9],[-20,-7],[-6,-6],[-30,-5],[2,-6],[-31,-15],[-21,-6],[-27,0],[-16,7],[-13,13],[10,6],[21,6],[13,8],[32,1],[19,13],[-52,-5],[-44,-3],[-15,-7],[-19,1],[-55,20],[15,16],[-2,7],[12,16],[3,20],[22,13],[10,13],[29,4],[22,-21],[20,5],[14,-6],[2,-11],[26,-14],[1,-16],[17,-4],[43,-3],[11,12],[-32,14],[21,11],[-12,14],[-18,7],[-2,7],[18,4],[10,19],[21,6]],[[2501,9510],[7,-9],[-14,-12],[-11,14],[18,7]],[[1833,9515],[15,-5],[-4,-8],[-33,3],[7,8],[15,2]],[[2343,9527],[28,-6],[12,-7],[13,3],[17,-22],[27,0],[19,5],[25,-9],[6,-12],[29,-7],[0,-8],[-31,0],[14,-16],[36,-21],[12,-11],[26,7],[11,-10],[19,2],[42,10],[20,12],[23,-6],[21,8],[25,-3],[13,-13],[21,1],[4,-8],[17,-10],[-3,-14],[-22,-11],[23,-2],[6,-8],[-26,-10],[0,-13],[-23,1],[-18,-9],[-29,5],[-8,7],[-33,-9],[-36,0],[-30,-3],[-53,2],[-7,14],[-21,-11],[-12,0],[-18,6],[-27,3],[-13,10],[1,12],[-13,18],[2,14],[11,18],[-2,14],[-13,8],[-15,29],[-20,-8],[-21,2],[-13,-5],[-10,10],[-15,5],[-24,36],[12,8],[21,2]],[[1767,9562],[25,-14],[-1,-6],[-23,-11],[18,-12],[-10,-24],[-27,-5],[3,-14],[-17,-6],[-14,10],[-22,-9],[-7,-14],[-13,7],[-4,-21],[-18,-6],[-3,14],[-29,0],[-26,8],[-5,16],[31,8],[12,16],[23,17],[40,32],[29,1],[38,13]],[[2478,9569],[16,-3],[13,-10],[-5,-17],[-12,-3],[-24,14],[-1,13],[13,6]],[[2060,9577],[12,-5],[27,-27],[0,-13],[-22,2],[-7,9],[-18,32],[8,2]],[[2349,9579],[60,-4],[-8,-21],[-35,3],[-29,-1],[-11,16],[23,7]],[[2177,9587],[20,-10],[-32,-5],[-11,13],[23,2]],[[1824,9600],[21,-19],[-20,-8],[-23,18],[22,9]],[[1936,9603],[17,-1],[-1,-11],[-33,-6],[24,-7],[0,-15],[-23,-11],[-32,-6],[-33,14],[-3,23],[19,10],[23,5],[42,5]],[[1934,9649],[27,-14],[0,-18],[-27,-3],[-21,8],[-41,-3],[-16,5],[27,10],[14,0],[17,11],[20,4]],[[2276,9653],[42,-10],[16,-14],[12,2],[20,-12],[-12,-7],[10,-10],[-33,-17],[-27,2],[-17,11],[2,10],[-21,18],[9,7],[-10,13],[9,7]],[[2112,9693],[24,-7],[13,-13],[28,-1],[34,-18],[25,-18],[-8,-20],[24,-18],[-7,-14],[-29,-3],[-9,3],[-6,17],[-18,10],[-39,10],[-45,-8],[-16,17],[8,6],[36,-3],[0,18],[-19,14],[-42,3],[-1,10],[15,10],[32,5]],[[2234,9749],[15,-2],[11,-24],[-20,-2],[-22,20],[16,8]],[[2403,9837],[40,-11],[36,-48],[42,-3],[45,-8],[1,-17],[18,-18],[10,-18],[29,-6],[18,-23],[-40,-13],[-28,-20],[-19,-24],[-15,-5],[-5,-15],[-13,3],[-32,-7],[-36,3],[-23,9],[-37,33],[-13,16],[44,19],[-19,9],[-18,-9],[-14,7],[-35,6],[1,15],[-25,19],[-1,17],[21,17],[6,14],[33,2],[-4,9],[-21,8],[6,12],[57,6],[4,7],[-37,5],[24,9]],[[2943,9969],[55,-2],[28,-7],[39,1],[34,-7],[57,-5],[-1,-11],[82,1],[-5,-9],[19,-12],[35,-1],[15,-18],[-27,-15],[-61,-23],[-38,-2],[-27,-13],[60,-5],[-57,-27],[-46,-21],[-24,-16],[-38,-33],[-18,-21],[-10,-5],[-35,-4],[-12,-10],[-56,-11],[17,-10],[0,-16],[-27,2],[-10,11],[-24,0],[1,-12],[21,-2],[34,-13],[-3,-17],[-27,-6],[22,-12],[-19,-22],[-41,-6],[-22,0],[7,-25],[-17,-16],[-24,-6],[-24,-1],[-20,4],[-37,-5],[9,-6],[20,7],[27,-6],[26,1],[4,-8],[-10,-8],[17,-7],[18,10],[10,-15],[-3,-12],[-42,-26],[-23,-3],[-15,-7],[-10,5],[10,14],[-6,4],[-27,1],[-24,-7],[-54,6],[8,-12],[-22,-2],[-21,7],[-45,0],[-42,4],[-14,10],[6,8],[-3,12],[30,16],[27,4],[10,6],[-14,20],[-17,12],[3,12],[23,6],[30,-8],[11,-20],[12,-9],[34,1],[-31,19],[-11,21],[-29,12],[-21,0],[0,23],[17,21],[49,13],[48,-10],[13,11],[-36,2],[-15,5],[12,13],[-5,14],[-25,20],[-30,7],[-5,25],[4,12],[78,-4],[60,-38],[-4,14],[-40,31],[78,9],[20,15],[39,10],[-36,3],[-42,-15],[-38,-6],[-78,-4],[-43,7],[29,26],[-14,0],[-29,-24],[-27,4],[-30,12],[-27,25],[-2,12],[-17,14],[-27,4],[6,8],[41,12],[33,1],[19,14],[40,-4],[14,22],[15,8],[41,-2],[29,-12],[20,6],[7,23],[14,8],[69,13],[41,-1],[22,13],[85,6]],[[2730,4892],[0,-6],[-1,0],[0,5],[1,1]],[[2706,4676],[-1,-5],[-6,9],[-3,-11],[0,-28],[5,-7],[-5,-17],[3,-8],[0,-11],[-3,-15],[1,-17]],[[2697,4566],[-3,16],[-4,7],[1,17],[-5,-5],[0,-11],[-8,5],[-4,11],[2,7],[1,13],[-1,14],[-9,18],[-6,10],[-10,5],[-3,12],[1,4],[-3,16],[-5,5],[-5,9],[-4,-4],[4,-10],[4,-3],[0,-15],[-4,-11],[-7,19],[-8,4],[-4,14],[-2,20],[5,20],[-1,21],[0,10]],[[2619,4784],[3,11],[5,-7],[14,-13],[6,10],[13,-15],[1,-6],[7,-6],[8,6],[-1,10]],[[2675,4774],[1,0],[5,-32],[10,-33],[2,-4],[7,-22],[6,-7]],[[2695,5566],[8,-7],[3,-8],[1,-13],[-7,-8],[-8,1],[3,9],[-3,14],[3,12]],[[2833,5592],[7,-19],[-5,-1],[-3,12],[1,8]],[[2848,5552],[3,0],[5,-20],[3,8],[3,-10],[8,-7],[4,-8],[4,3],[10,-14],[8,3],[4,-9],[-2,-18],[19,-5],[11,-15],[2,-10],[8,-2],[2,-10],[-4,-8],[-15,-2],[-5,-9],[-4,5],[-4,-7],[-9,1],[-3,5],[-15,2],[-11,-2],[-9,-6],[-9,2],[-1,-4],[-11,2],[4,12],[6,12],[6,5],[3,14],[-7,16],[-4,-2],[-11,4],[-5,-2],[-13,24],[-1,25],[-6,18],[-12,-7],[-13,11],[-7,3],[-11,12],[-6,12],[-10,-2],[-14,9],[-7,3],[-3,-2],[-11,13],[1,5],[11,2],[2,7],[-6,9],[-25,2],[-1,-5],[-8,-11],[-3,-11],[-8,-11],[-12,0],[-4,-19],[-11,-2],[-4,3],[-6,-8],[-2,5],[11,12],[3,22],[10,25],[9,8],[9,4],[3,9],[19,4],[8,9],[20,-2],[3,-4],[5,4],[2,-8],[16,4],[3,-8],[8,-6],[3,5],[8,-12],[5,-3],[4,-15],[7,-12],[7,1],[9,-1],[13,-19],[4,-3],[5,-15],[7,-7],[5,-1]],[[2739,5382],[2,-7],[2,4],[4,0],[0,-4],[-5,-2],[-3,2],[0,7]],[[3293,5112],[5,-10],[0,-18],[-3,-3],[-3,21],[1,10]],[[3006,5284],[0,11],[2,11],[-6,9],[-1,14],[4,-2],[2,18],[-3,6],[5,11],[-2,12],[1,12],[-2,18]],[[3006,5404],[1,8],[7,7],[7,-6],[5,7],[6,-1],[5,-10],[6,1],[4,-10],[11,0],[2,-20],[3,-6],[5,3],[11,-3],[-2,-7],[-11,3],[-1,-10],[18,-7],[1,3],[7,-7],[11,-24],[-4,-17],[-3,0],[-2,-11],[-3,1],[-3,11],[-11,5],[-8,-3],[-9,5],[-4,-4],[-4,-13],[-7,0],[-5,3],[0,9],[-8,-5],[-5,-13],[-7,-24],[-3,-16],[-6,16],[-4,15]],[[2496,4976],[1,9],[5,12],[5,1],[2,10],[4,2],[0,13],[5,2]],[[2518,5025],[5,-5],[12,-22],[6,-6],[1,-8],[11,10],[2,-9],[6,3],[2,-9],[-3,-27]],[[2560,4952],[1,-8],[-4,-7],[-11,-2],[-4,7],[-3,-5],[-6,3],[-14,17],[-14,3],[-1,5],[-8,11]],[[3287,4867],[1,-13],[-4,0],[3,13]],[[2549,5118],[-13,-27],[-8,-15],[-5,-5],[-2,-16],[2,-5],[-5,-25]],[[2496,4976],[-9,10],[-5,3],[-13,-1],[-6,3],[-13,18],[-12,24]],[[2438,5033],[2,9],[-1,13],[4,16],[-5,14],[14,59],[35,0],[2,23],[-6,6],[-3,18],[-7,12],[-3,0],[-6,20],[8,5],[0,41],[51,0]],[[2529,5130],[4,-2],[5,-9],[5,8],[6,-9]],[[3780,8297],[7,-6],[-7,-7],[-6,6],[6,7]],[[3774,8312],[26,-7],[-9,-2],[-8,-6],[-7,8],[-2,7]],[[3840,8551],[17,-16],[-9,-3],[-4,7],[-8,8],[4,4]],[[3954,8724],[8,-7],[-4,-15],[-12,1],[0,12],[8,9]],[[3489,9043],[24,-6],[11,-7],[11,-16],[21,-9],[3,-11],[-11,-14],[-36,-15],[-17,7],[-2,8],[-20,17],[5,6],[-1,32],[12,8]],[[4286,9096],[8,-10],[3,-20],[-21,-9],[-16,0],[-39,-7],[-1,12],[9,4],[19,18],[8,-1],[30,13]],[[3510,9113],[6,-14],[-8,-6],[-9,7],[11,13]],[[3530,9118],[16,-6],[-9,-9],[-9,-1],[-6,13],[8,3]],[[4329,9226],[27,-3],[13,-15],[22,-11],[-12,-26],[-10,4],[-15,13],[-21,8],[-10,9],[-5,18],[11,3]],[[4355,9239],[21,-4],[9,-6],[-1,-16],[-15,1],[-12,11],[-31,3],[-9,6],[38,5]],[[4313,9266],[24,-5],[16,-8],[8,-12],[-39,-5],[-37,11],[13,17],[15,2]],[[4410,9340],[21,-6],[3,-16],[-26,-5],[-20,12],[11,12],[11,3]],[[4436,9381],[15,-12],[-9,-12],[-16,9],[10,15]],[[4504,9402],[-7,-21],[-23,-1],[2,20],[28,2]],[[3696,9930],[31,-11],[14,-13],[-24,-12],[-42,15],[-19,19],[40,2]],[[3702,9959],[27,-16],[-32,0],[-22,9],[27,7]],[[3563,8701],[-15,-11],[-14,6],[-8,24],[-10,6],[-7,13],[1,28],[10,15],[8,-2],[5,16],[-24,2],[-6,12],[6,50],[10,8],[4,22],[16,-1],[17,-11],[22,2],[-13,15],[-4,-3],[-28,-1],[-9,6],[18,13],[6,12],[17,-10],[17,5],[-4,15],[1,30],[8,15],[0,21],[15,11],[-23,7],[-4,8],[-19,-4],[-11,4],[-18,18],[-26,6],[-18,23],[13,8],[16,-5],[17,0],[11,-4],[20,-16],[30,-11],[-10,24],[-9,3],[3,14],[-3,13],[-17,1],[-14,7],[8,6],[0,6],[-19,3],[10,17],[-19,5],[-15,-5],[-3,-14],[-26,-6],[-17,6],[-8,22],[15,10],[-11,10],[19,15],[1,10],[-17,1],[1,10],[15,-4],[8,26],[-4,12],[-19,5],[0,14],[6,9],[-22,18],[3,16],[-11,13],[3,31],[-14,14],[-3,10],[-36,21],[-12,21],[10,3],[-14,21],[-16,11],[-17,3],[-6,8],[-19,7],[-45,8],[-27,10],[-10,-17],[-17,7],[-35,-16],[-3,18],[-13,-3],[-16,-20],[-46,9],[-17,14],[-16,7],[16,8],[15,13],[-21,1],[-28,10],[-10,-1],[-22,15],[13,13],[21,4],[21,-1],[30,10],[62,4],[-3,14],[-15,5],[-21,-12],[-44,-5],[-33,9],[-9,15],[-14,6],[-21,2],[-27,20],[11,24],[21,3],[42,19],[15,1],[7,10],[17,7],[32,6],[39,-4],[38,29],[-6,17],[25,15],[-79,8],[-12,21],[63,33],[6,12],[42,16],[38,-10],[21,5],[-15,15],[14,10],[-15,14],[3,9],[68,22],[114,16],[38,-26],[30,1],[40,-12],[33,11],[-35,18],[-7,22],[46,-2],[20,-12],[56,-15],[41,-24],[19,6],[-18,13],[2,11],[26,10],[-18,16],[-33,15],[28,6],[-24,21],[103,0],[46,-13],[24,1],[14,16],[-4,17],[65,10],[47,0],[53,4],[61,-2],[90,-10],[47,-9],[36,-32],[61,-7],[38,-17],[-48,-20],[-41,-3],[-30,-7],[-86,3],[-50,-4],[-17,-6],[-70,-17],[17,-10],[24,11],[70,11],[37,3],[79,-3],[-5,-17],[-60,-18],[32,0],[68,15],[2,22],[50,5],[13,-21],[-1,-17],[-11,-16],[-37,-33],[33,10],[35,23],[20,19],[81,-9],[1,13],[38,20],[60,-1],[46,-11],[22,-12],[-54,-33],[-29,-3],[13,-12],[-36,-7],[-19,-8],[-38,0],[-15,-12],[40,3],[26,-6],[-26,-18],[-37,-3],[-38,6],[-5,-21],[21,7],[29,3],[19,-4],[-13,-20],[-13,-5],[-23,3],[-15,-23],[7,-23],[-16,-5],[6,-11],[-34,-7],[6,-16],[-13,-21],[3,-6],[-19,-39],[15,8],[11,14],[32,-12],[-20,-8],[6,-13],[23,-12],[16,2],[21,-8],[1,-27],[-6,-11],[-27,5],[-18,8],[-32,-10],[-20,-13],[9,-17],[30,-12],[17,2],[4,-9],[-18,-9],[18,-7],[10,-25],[1,-17],[-15,-11],[-6,13],[-15,-3],[4,-11],[-7,-20],[4,-7],[22,-13],[24,-7],[-16,-17],[-19,4],[-5,11],[-25,2],[-13,-2],[-8,-9],[-3,-14],[42,-20],[7,-27],[-6,-3],[-28,1],[1,-5],[-20,-10],[-21,7],[-40,27],[2,-11],[-27,-8],[-14,-19],[21,-8],[-1,-10],[-14,-2],[27,-16],[4,-19],[24,-18],[32,-17],[-9,-17],[10,-10],[22,-10],[2,-16],[-2,-22],[7,-25],[-34,-8],[-19,2],[-19,16],[-7,29],[-11,16],[-20,2],[-5,-12],[-25,-14],[-34,-2],[-17,-32],[3,-10],[41,9],[12,-7],[-16,-10],[17,-3],[28,15],[24,-13],[25,-8],[23,-2],[3,-11],[-14,-2],[3,-11],[-20,-2],[2,-12],[-20,-9],[-31,-34],[-7,-1],[-5,-11],[-13,-10],[-16,0],[-8,-8],[-30,-9],[-4,3],[-16,-7],[-11,-11],[-17,14],[-1,-20],[-30,-5],[-15,9],[-10,-3],[-1,-16],[-27,-17],[-8,-18],[-7,-25],[-14,-14],[4,-10],[-18,-19],[-2,-10],[-16,-8],[-12,2],[-11,-25],[-12,3],[-10,-3],[-8,-13],[-15,16],[9,25],[-15,-7],[-1,-22],[-6,-21],[-10,-4],[-23,-1],[-7,8],[-5,-16],[0,-14],[-13,-17],[-10,10],[-15,-14],[16,-20],[-1,-20],[-13,-7],[-12,2],[4,-11],[18,-1],[6,-6],[-3,-20],[-8,-10],[-2,-18],[-16,1],[-3,7],[-7,-4],[2,-5],[10,-13],[3,-8],[-13,-21],[-11,1],[-8,-5],[-2,-9],[7,-6],[2,-31],[4,-10],[-6,-21],[-6,-11],[-3,-39],[-4,0],[1,-24],[-5,-8],[-13,-14],[8,-19],[-24,6],[-5,0],[-7,-2],[-4,-12],[-6,0],[-9,9],[0,7],[7,17],[-9,-2],[-3,9],[-17,2],[5,13],[-12,-1],[4,13],[-8,11],[-9,-5],[-19,-3],[-10,-10],[-7,2],[3,12],[-11,13],[-7,-1],[0,13],[-8,10],[-10,0],[-10,23],[1,9],[-4,10],[2,13],[-8,0],[-14,18],[3,13],[-6,18],[-4,2],[1,17],[-14,-4],[-3,26],[-11,12],[4,13],[-10,23],[19,5],[14,36],[-24,-16],[-10,-21],[-9,10],[4,26],[-9,35],[-8,7],[24,19]],[[3292,5175],[3,-12],[-5,-21],[-4,-7],[-3,23],[1,6],[6,-5],[2,16]],[[2966,5351],[10,-9],[-4,-7],[-6,7],[0,9]],[[3006,5284],[-8,15],[-9,-1],[-12,-6],[-22,8],[-6,-8],[-5,2],[-7,10],[-3,-1],[-3,10],[2,14],[6,3],[14,-12],[6,2],[6,-4],[14,-4],[3,9],[8,-1],[0,11],[-5,6],[-8,22],[1,27],[-8,13],[-8,-1],[-3,6],[3,10],[5,7],[11,1],[6,-4],[7,-9],[15,-5]],[[2690,5066],[-10,1],[-7,-14],[-16,-10],[-4,-4],[-6,4],[-3,10],[-3,0],[-8,-31],[0,-10],[-4,0],[-1,-8],[-13,-16],[-7,11],[-8,-22],[-5,3],[-6,-3],[2,-33],[-5,-3],[-1,-12],[-3,-7],[-8,0]],[[2574,4922],[-3,10],[-5,23],[-6,-3]],[[2549,5118],[2,-2],[6,13],[9,2],[4,-8],[3,4],[13,-6],[3,3],[10,-2],[8,9],[4,0],[4,8],[10,-10],[8,2],[5,6],[10,-9],[10,-3],[9,-20],[0,-10],[6,-9],[4,4],[6,-6],[3,-11],[4,-7]],[[3157,9798],[1,-1],[-1,0],[-1,0],[1,1]],[[2856,5261],[-7,11],[-9,0],[-3,12],[-3,2],[-3,11],[-8,2],[1,8],[3,8],[8,-1],[3,6],[14,-4],[12,-7],[3,-7],[12,-9],[3,-15],[-2,-6],[-8,1],[-6,8],[-3,-10],[-6,3],[-1,-13]],[[2590,5467],[-7,-22],[0,11],[2,9],[5,2]],[[1881,6089],[2,-16],[-2,-17],[-8,7],[2,6],[0,15],[6,5]],[[1846,6114],[9,-20],[1,-20],[-7,14],[-5,15],[2,11]],[[2438,5033],[-12,28],[-16,42],[-16,30],[-7,6],[-9,11],[-14,4],[-9,-4],[-6,-13],[-16,-13],[-7,-10],[-7,-2],[-9,6],[-8,12],[-19,6],[-6,11],[-6,8],[-9,7],[-6,16],[-19,10],[-6,1],[-8,13],[-30,28],[-4,10],[-7,8],[-11,27],[-5,5],[-3,-4],[-38,28],[-3,15],[-5,16],[-5,9],[-10,11],[-1,7],[-9,4],[-3,8],[-6,7],[-3,15],[-4,6],[-7,23],[-1,17],[-4,12],[2,5],[8,4],[3,7],[-3,9],[-5,3],[8,20],[-1,21],[2,8],[-7,10],[-6,30],[-1,32],[-4,13],[-17,40],[-1,9],[-15,44],[-13,28],[0,5],[-7,6],[-8,14],[1,20],[-9,21],[-3,-1],[-13,19],[-6,3],[-3,9],[-6,11],[-1,10],[7,27],[-2,14],[-5,13],[-6,-2],[-5,8],[-1,19],[-9,7],[-7,9],[-3,13],[-1,13],[1,17],[-6,3],[-4,-4],[-9,15],[-5,22],[-7,6],[-6,24],[-7,13],[-3,25],[-4,4],[1,8],[-10,30],[0,19],[-3,16],[-4,9],[-4,20],[2,26],[-5,6],[-8,4],[-3,14],[-9,9],[-1,-9],[-7,3],[-10,16],[-6,0],[1,-10],[-2,-17],[-1,-19],[5,-14],[1,-22],[2,-9],[-1,-21],[3,-17],[6,-16],[3,0],[12,-24],[5,-11],[1,-22],[5,-2],[6,-13],[2,-17],[7,-5],[0,-12],[2,-5],[0,-24],[5,-15],[6,-7],[2,-13],[6,-17],[4,-3],[-1,-10],[5,-5],[7,-14],[0,-9],[7,-36],[-2,-8],[2,-13],[8,-24],[3,-22],[4,-9],[3,-15],[-2,-9],[1,-23],[4,-10],[5,-8],[5,11],[5,-6],[1,-9],[3,0],[1,-10],[4,-8],[0,-11],[5,-5],[2,-10],[0,-14],[-3,-10],[-4,-4],[-6,-13],[-5,9],[-2,22],[-6,20],[-9,12],[-9,24],[-22,33],[-5,18],[-5,2],[1,22],[2,38],[-4,24],[-4,14],[-4,3],[-14,23],[-6,18],[-7,1],[-3,-7],[-4,6],[-2,10],[-11,15],[-8,6],[-1,15],[-6,7],[-5,22],[11,-5],[9,4],[4,16],[-2,15],[1,19],[-3,10],[-4,6],[-2,10],[-5,6],[-10,28],[-7,5],[-2,6],[-7,8],[-5,11],[-3,15],[-1,26],[-6,9],[0,22],[-6,14],[-1,14],[-6,19],[-4,9],[2,19],[-7,13],[-2,16],[-3,5],[-3,17]],[[1746,6326],[42,9],[25,5],[-2,-16],[48,-39],[31,-25],[24,-20],[55,0],[25,0],[0,33],[46,0],[6,-7],[4,-16],[7,-8],[5,-14],[4,-6],[6,-16],[11,-12],[4,-20],[5,-17],[0,-19],[4,-17],[10,-20],[6,-7],[5,-2],[14,-21],[11,17],[0,9],[6,28],[8,2],[2,9],[5,-7],[20,-2],[5,-17],[11,-19],[5,-13],[1,-12],[3,-18],[5,-12],[1,-16],[6,-9],[5,-24],[5,-11],[3,-1],[3,-12],[-1,-11],[3,-5],[-1,-16],[5,-14],[5,-30],[8,-4],[16,-21],[16,-2],[7,-15],[2,7],[5,2]],[[2301,5854],[-1,-24],[-5,-19],[-6,-3],[-4,-25],[2,-3],[-3,-28],[0,-12],[0,-34],[1,-13],[-1,-22],[0,-39],[-3,-16],[4,-45],[3,-17],[-1,-9],[5,-23],[9,-51],[5,-12],[15,-44],[4,-37],[8,-20],[6,-22],[17,-3],[5,-11],[5,-1],[2,-11],[6,-17],[7,2],[15,10],[8,9],[14,-1],[5,5],[2,7],[7,5],[13,4],[-1,-12],[11,-9],[8,9],[2,13],[-5,6],[1,6],[6,7],[12,23],[2,32],[5,9],[0,23],[0,20],[4,38],[7,10],[7,6],[12,6],[18,7],[4,7],[11,3],[2,5],[5,-2],[14,-10],[8,-2],[4,11],[4,-13],[4,-19],[-3,-22],[-6,-18],[-5,-8],[-6,-22],[0,-20],[-8,-21],[9,-8],[-6,-8],[-1,-11],[4,-9],[-5,-28],[-1,-22],[-4,-12],[-1,15],[-4,2],[2,21],[-2,6],[-6,-26]],[[3301,5057],[6,-9],[3,-14],[-2,-7],[-6,4],[-3,21],[2,5]],[[3272,5197],[1,-9],[-2,2],[1,7]],[[2619,4784],[-2,2],[-4,14],[-17,35],[-4,16],[-3,15],[-6,10],[-10,20],[-3,11],[-6,9],[3,12],[3,-10],[4,4]],[[2690,5066],[-7,-12],[3,-5],[3,-31],[-6,-23],[-2,-13],[-3,-36],[2,-34],[-1,-14],[2,-19],[-4,2],[0,13],[-4,-5],[1,-12],[2,-4],[-2,-17],[-3,-14],[4,-2],[1,-17],[-6,-16],[0,-10],[3,-18],[2,-5]],[[2729,4537],[2,-9],[-2,-11],[-4,11],[4,9]],[[2849,4597],[2,-12],[1,-2]],[[2852,4583],[2,-6]],[[2854,4577],[1,-7],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-2],[1,-7],[-2,0],[-1,0],[-1,-1],[-1,-5],[0,-2],[0,-1],[0,-2],[-4,-11],[-3,-4],[-3,10],[-1,-3],[1,-8],[-2,-5]],[[2839,4525],[-3,-15],[-3,2],[-1,10],[-7,19],[0,6],[-4,19],[4,3],[3,18],[-1,7],[-2,3],[-6,-1],[0,13],[-10,14],[-1,6],[-10,8],[-6,-2],[-3,-8],[-5,-8],[0,-13],[-13,-21],[-7,-6],[1,-12],[11,-30],[1,-12],[-7,-3],[-4,-13],[-13,-3],[-3,29],[-4,17],[-3,-17],[-9,11],[-4,23],[-9,10],[-5,0],[-3,7],[-5,-3],[-4,4],[-5,-3],[-2,-18]],[[2706,4676],[5,-10],[0,-13],[1,-3],[1,-1],[2,-13],[8,-6],[4,7],[0,8],[0,-5],[2,0],[7,-19],[9,0],[10,7],[1,5],[8,10],[11,9],[3,9],[4,2],[1,0],[5,16],[11,-5],[4,-7],[6,-2],[8,2],[10,-12],[5,-3],[7,-16],[2,-9],[7,-16],[1,-14]],[[73,6016],[0,-1],[-1,-1],[1,2]],[[3136,5319],[5,-2],[16,0],[11,-2],[9,-8],[0,-11],[-4,-3],[-2,-10],[-9,-6],[-17,5],[-2,-4],[-10,0],[1,33],[2,8]],[[3255,5240],[3,-6],[-2,-3],[-3,6],[2,3]],[[3307,5002],[2,-18],[-2,-10],[-4,12],[4,16]],[[3301,4950],[0,-16],[-4,6],[4,10]],[[3243,5257],[0,-3],[-1,0],[1,3]],[[3253,5276],[2,0],[-1,-3],[-1,3]],[[3249,5286],[-3,0]],[[3246,5286],[2,5],[1,-5]],[[3434,7376],[3,-5],[-2,-11],[-2,14],[1,2]],[[3250,5248],[1,-3],[0,-2],[-1,2],[0,3]],[[3249,5286],[0,-4],[-3,4]],[[2971,5522],[0,-13],[-3,-14],[-15,-2],[-1,6],[9,14],[4,-6],[3,4],[3,11]],[[2842,5735],[4,-15],[1,-18],[-7,7],[-5,10],[3,10],[4,6]],[[2827,5800],[7,-11],[-1,-6],[7,-19],[0,-18],[-8,-11],[-12,21],[6,14],[3,17],[-2,13]],[[2817,5914],[1,-5],[6,-3],[11,4],[1,-5],[-15,-5],[-6,-8],[2,22]],[[2846,5922],[6,-15],[7,-12],[-1,-16],[-2,-7],[0,-21],[-5,9],[4,8],[0,19],[2,10],[-5,3],[-6,22]],[[3005,5557],[4,0],[1,-8],[-7,2],[2,6]],[[3003,6941],[-16,-18],[3,12],[13,6]],[[2993,6946],[-9,-16],[2,-6],[-11,-8],[-10,-2],[-12,-8],[-10,2],[4,12],[3,0],[6,9],[11,-2],[2,6],[14,2],[10,11]],[[3133,7235],[5,-23],[-5,-15],[-5,3],[-5,-11],[-6,-1],[-5,-9],[-6,6],[-11,-5],[-1,-10],[-10,6],[-7,-30],[-6,3],[-5,-11],[-7,-2],[-4,5],[-7,-12],[-3,-19],[-6,-15],[-6,-24],[-2,-25],[-5,-18],[8,-3],[3,-10],[-2,-8],[5,-13],[6,-7],[9,6],[2,-9],[-13,-3],[-6,-7],[-4,7],[-11,-13],[-3,13],[-4,2],[0,-15],[-3,-5],[-9,-6],[-10,1],[-19,-5],[-8,-5],[-13,-13],[-4,-7],[-8,-18],[-5,-13],[8,-5],[-2,-25],[-4,-26],[-7,-10],[-10,-40],[-5,-4],[2,17],[-6,1],[-10,18],[2,-28],[6,-18],[3,-1],[0,-33],[-5,-9],[-8,-30],[-10,-31],[-1,15],[5,15],[3,14],[-6,2],[1,16],[-5,11],[-3,-5],[-6,13],[3,3],[-2,17],[4,17],[-3,12],[-8,-29],[1,-18],[4,-9],[0,-12],[-5,-14],[9,-9],[-2,-8],[2,-29],[-4,-8],[3,-13],[-1,-9],[9,-4],[3,-23],[0,-3],[-1,10],[0,-14],[-1,-24],[-13,-6],[3,-10],[7,4],[6,-2],[3,-9],[0,-15],[-5,-6],[-5,-13],[-3,-2],[-6,6],[-5,-25],[7,-10],[-5,-16],[-10,1],[-6,-3],[-16,-23],[-4,-11],[-6,-23],[-9,1],[-10,-8],[-10,-23],[-4,-16],[-4,-13],[-5,-4],[-4,-12],[-6,-13],[-6,-6],[-12,-16],[-8,-28],[-9,-13],[-1,-22],[-7,-22],[0,-15],[2,-4],[-3,-13],[1,-15],[4,-41],[0,-7],[10,-54],[10,-37],[-4,-13],[10,-54],[2,-17],[6,-27],[2,-17],[-3,-64],[-5,-22],[0,-17],[-6,-13],[-15,-5],[1,8],[-5,20],[-3,20],[-11,13],[-3,8],[-2,25],[-5,10],[-2,16],[-5,6],[-3,13],[-4,25],[0,13],[5,17],[-6,3],[-2,-11],[-5,9],[2,17],[0,7],[3,19],[1,28],[-2,0],[0,3],[2,2],[-2,3],[-2,16],[-6,0],[-6,20],[-5,6],[0,9],[-5,8],[-2,9],[-10,16],[-9,-2],[0,-13],[-5,1],[-10,-14],[-3,1],[-7,-4],[-4,16],[-8,16],[-10,11],[-2,9],[-3,5],[-11,-5],[-12,0],[1,13],[-9,-18],[-2,8],[-4,-12],[-6,2],[-4,8],[-1,18],[-3,-2],[-2,-19],[-7,2],[-4,-6],[-14,5],[-9,-6],[-3,-8],[-7,-1],[-8,7],[-3,7],[-4,-1],[-5,-14],[2,-8],[9,-1],[4,7],[2,-16],[6,-2],[1,8],[5,-2],[-1,-17],[-8,-12],[6,-12],[7,-6],[3,-7],[-1,-14],[-4,8],[-10,12],[-4,1],[-1,11],[-6,-1],[0,-5],[0,-6],[0,-9],[-4,-6],[-4,15],[-3,-1],[-5,-4],[-4,-8],[-7,6],[-6,18],[-11,15],[-6,3],[-1,10],[-8,-8],[2,-9],[-4,-5],[-11,4],[-15,13],[-4,1],[-12,-4],[-2,18],[-4,-22],[-16,-14],[-5,3],[1,18],[-3,-1],[-6,-15],[3,-4],[1,-11],[-8,-17],[-6,-17],[-9,-9],[-3,0],[-11,-12],[-6,5],[-4,-4],[5,-11],[-7,-9],[-10,-19],[-7,-25],[-5,-31],[-1,-18],[-2,-13],[2,-5],[2,-30],[3,-11],[1,-17],[3,0]],[[1746,6326],[-3,14],[0,13],[-2,15],[-5,15],[-16,30],[-6,-2],[-6,23],[-13,1],[-7,7],[-2,9],[-7,11],[-9,0],[-8,4],[-8,-2],[-5,9],[1,10],[-2,14],[1,12],[-2,7],[-5,6],[1,6],[-4,9],[-20,53],[-5,8],[-2,19],[4,6],[1,11],[-4,12],[-4,-2],[-9,17],[0,12],[-3,13],[0,18],[5,0],[2,19],[-7,4],[0,-21],[-9,14],[-5,2],[1,15],[-5,15],[-5,8],[-11,27],[1,8],[-4,21],[2,15],[-3,20],[-7,20],[-7,11],[-1,13],[6,22],[2,20],[-1,7],[3,23],[-3,20],[-2,5],[1,15],[-4,10],[-3,14],[2,17],[-5,20],[5,30],[4,21],[2,18],[2,43],[1,30],[2,24],[1,38],[-1,19],[1,4],[-1,14],[11,-1],[-3,8],[-5,-4],[-5,4],[4,15],[-2,14],[-3,2],[-1,12],[3,7],[-5,7],[-3,19],[-2,19],[-3,14],[-5,6],[-2,18],[5,15],[14,-13],[14,-2],[14,-5],[7,0],[5,-14],[-7,-4],[-1,-13],[9,3],[10,21],[-9,19],[-1,15],[4,10],[-2,11],[-8,10],[1,8]],[[95,7725],[-2,-10],[6,-7],[-8,-8],[-7,1],[5,13],[1,9],[5,2]],[[162,7756],[5,-8],[-3,-13],[-14,-1],[12,22]],[[338,7830],[-3,-8],[-9,-7],[-5,-13],[-2,-3],[-2,0],[-3,-4],[-2,-4],[-5,-2],[-1,-1],[6,15],[-1,6],[16,27],[6,2],[5,-8]],[[359,7835],[1,6],[1,11],[-4,5],[3,9],[11,4],[10,-3],[-2,-13],[2,-7],[-7,-5],[-6,-13],[-8,-1],[-15,-10],[-4,6],[18,11]],[[391,7885],[4,-11],[-8,-1],[4,12]],[[451,7945],[6,-3],[6,-19],[-8,-9],[-10,1],[-7,-4],[-6,-12],[-11,0],[-3,11],[6,6],[5,15],[22,14]],[[559,7961],[0,-13],[-9,1],[9,12]],[[536,7970],[7,-15],[-11,1],[4,14]],[[1354,8011],[8,-20],[0,-22],[-6,-14],[-11,7],[-7,11],[6,33],[10,5]],[[1321,8038],[6,-19],[0,-12],[-14,16],[8,15]],[[1334,7937],[-2,-18],[-7,6],[-3,11],[-6,3],[0,10],[-14,19],[2,17],[-6,10],[0,29],[-8,2],[-3,9],[13,2],[4,-11],[-2,-6],[9,-6],[9,-16],[13,-46],[1,-15]],[[1313,8046],[2,-13],[-6,-2],[-4,13],[8,2]],[[1322,8048],[10,-10],[-3,-12],[-6,7],[-1,15]],[[1308,8071],[10,-16],[-11,-6],[1,22]],[[1271,8080],[12,-10],[-4,-50],[-8,-2],[-2,20],[4,7],[-7,28],[5,7]],[[1281,8092],[25,-12],[1,-19],[-5,-4],[-2,-12],[-7,4],[-6,-4],[-1,25],[-10,16],[5,6]],[[1229,8108],[5,-13],[-7,-11],[0,23],[2,1]],[[1238,8125],[13,-15],[3,-6],[6,-39],[0,-34],[-5,-1],[-9,26],[0,7],[-7,9],[1,16],[-9,22],[4,7],[3,8]],[[749,8119],[12,-7],[-6,-8],[-16,-8],[-6,-16],[-8,-12],[-9,12],[-7,4],[-2,14],[-6,8],[4,16],[11,10],[11,-4],[-3,15],[9,5],[8,-12],[3,16],[21,-3],[-1,-9],[9,-13],[-5,-12],[-16,7],[-3,-3]],[[1228,8177],[14,-14],[9,-3],[3,-40],[-5,-3],[-15,16],[0,-15],[-3,-6],[-10,10],[1,9],[-12,15],[3,12],[-1,15],[11,-1],[5,5]],[[1251,8186],[7,-13],[14,-7],[-4,-10],[7,-20],[4,-7],[2,-19],[-17,-22],[-5,12],[5,13],[-5,16],[-1,16],[-5,26],[-2,15]],[[760,8191],[15,-12],[0,-12],[-11,-1],[-8,-10],[-12,12],[16,23]],[[537,8216],[-7,-19],[-4,10],[11,9]],[[913,8328],[1,-8],[-15,-30],[-7,0],[19,28],[2,10]],[[384,8331],[2,-7],[11,-1],[1,-14],[-2,-15],[-11,-5],[-13,0],[-20,16],[1,12],[12,-2],[3,8],[16,8]],[[419,8367],[8,-2],[-1,-6],[5,1],[6,-3],[1,-7],[-13,-28],[-9,5],[-7,15],[8,11],[2,14]],[[231,8573],[5,-14],[16,-2],[12,9],[11,-6],[2,-9],[13,-8],[24,-5],[-5,-12],[-14,1],[-10,-12],[-3,8],[-20,19],[-15,5],[-9,-9],[-8,4],[-3,16],[4,15]],[[1388,8007],[-4,-10],[1,-16],[2,-8],[2,-12],[-4,-8],[-4,-12],[-6,-12],[-13,0],[-1,18],[-3,8],[6,9],[0,28],[-9,20],[4,6],[-12,-11],[-7,-3],[-2,-15],[-4,-12],[-5,5],[-1,17],[6,14],[-1,24],[-10,15],[1,9],[-13,12],[-2,14],[-18,11],[2,13],[-6,21],[-1,10],[-10,19],[0,16],[3,15],[5,2],[1,1],[-1,-1],[-6,-1],[-6,-22],[-9,11],[-6,2],[-11,33],[-4,28],[5,3],[-2,0],[-6,-6],[0,-13],[6,-25],[3,-22],[-3,-10],[-19,24],[-6,20],[-9,-7],[8,-16],[0,-11],[-13,-5],[-15,8],[-14,15],[-9,13],[0,7],[-10,14],[-11,6],[-32,27],[10,12],[-4,14],[-18,-14],[-17,3],[-29,20],[-18,5],[-38,-6],[-9,13],[-11,2],[-11,17],[-7,-8],[-11,9],[2,12],[-10,-1],[-5,1],[-2,6],[-10,-3],[2,13],[-4,8],[-3,6],[-8,-3],[-8,-10],[-4,14],[-2,-14],[-9,1],[-4,9],[-7,-12],[3,-17],[8,-12],[-10,-14],[-11,-23],[-18,3],[-12,-10],[-5,-12],[-9,-13],[-4,6],[-6,-10],[-9,-16],[-9,2],[-1,1],[-2,0],[-10,-6],[-7,7],[3,12],[11,5],[12,18],[-12,-9],[-11,12],[5,18],[8,13],[4,24],[-4,12],[11,6],[18,17],[9,-9],[8,8],[-8,9],[-15,11],[-12,-9],[-4,-9],[-9,-3],[-9,-11],[-1,-8],[-14,-20],[-1,-12],[-11,-7],[6,-9],[-4,-12],[-9,-2],[0,-14],[-15,-5],[-4,-11],[-10,-9],[-4,-15],[15,-4],[10,-14],[-2,-9],[-8,-10],[-6,0],[-8,-31],[-8,-2],[-3,-10],[-12,-2],[-2,-8],[-23,-25],[-14,-12],[1,-16],[-19,-19],[-9,-1],[-6,-10],[4,-7],[-24,-10],[-5,-8],[8,-6],[-6,-11],[0,-11],[-26,-8],[-7,-4],[-5,3],[-6,-10],[-10,-8],[-9,-11],[-7,4],[-8,-11],[-6,0],[-6,3],[-7,-20],[-13,-6],[-23,-14],[-2,20],[11,4],[3,9],[8,5],[-1,7],[8,16],[12,15],[15,6],[7,-5],[6,-13],[8,15],[3,21],[17,22],[13,9],[10,13],[9,-5],[-1,14],[9,21],[19,22],[-1,11],[5,31],[0,18],[14,23],[-2,10],[-28,-18],[-6,3],[-13,16],[-2,-14],[2,-20],[-7,1],[-8,20],[-11,17],[-5,-12],[-7,7],[-5,15],[-11,-12],[-15,-10],[-3,-8],[-7,-4],[-10,6],[7,11],[-2,13],[8,6],[-8,1],[-6,8],[2,10],[7,9],[-14,38],[-7,13],[-3,-16],[-16,-10],[-14,-3],[-13,3],[-15,34],[11,24],[7,8],[-4,8],[-11,-2],[-3,6],[-15,2],[0,1],[-11,10],[-1,13],[-7,3],[4,11],[-12,6],[11,18],[3,23],[16,28],[9,6],[-3,13],[3,12],[10,19],[10,3],[10,-6],[7,-10],[11,2],[10,12],[11,18],[20,-3],[12,4],[10,18],[-6,35],[-6,9],[1,0],[-1,4],[12,15],[-4,14],[-8,4],[-5,-8],[-8,1],[-24,-18],[-3,-10],[-14,18],[-6,-4],[-13,-1],[-17,-2],[-16,-8],[-33,11],[-8,11],[3,11],[-10,12],[5,5],[2,15],[-25,5],[-17,16],[12,6],[2,8],[18,7],[2,8],[25,15],[14,12],[11,1],[8,9],[19,3],[7,-3],[-2,-20],[-9,-5],[11,-8],[17,-2],[11,2],[24,-9],[9,20],[15,-4],[-3,11],[-21,6],[0,7],[-10,14],[-7,1],[-2,13],[8,2],[8,-13],[-2,-8],[14,-15],[13,4],[9,-9],[15,2],[-2,16],[-15,3],[-10,-5],[-8,-3],[-10,11],[1,25],[-17,-5],[-34,8],[-9,31],[-38,36],[-15,6],[-7,10],[-18,8],[13,6],[3,32],[24,-2],[29,5],[17,11],[16,21],[5,23],[-2,5],[20,20],[13,10],[30,14],[29,30],[28,0],[25,6],[15,13],[12,17],[34,-9],[2,-7],[-13,-11],[11,-6],[12,19],[8,1],[7,-7],[0,-10],[12,-8],[8,9],[18,3],[27,-6],[-6,-16],[21,-6],[12,-10],[22,7],[11,-5],[7,5],[19,-1],[23,-13],[7,3],[9,-9],[22,-5],[13,3],[21,-5],[14,-9],[17,-2],[7,4],[33,6],[41,-24],[10,-10],[10,1]],[[687,5373],[-7,-9],[-4,-16],[-6,9],[0,21],[-3,19],[-2,9],[6,22],[-1,17],[8,-9],[9,-9],[5,-12],[3,-15],[4,-12],[-4,-9],[-8,-6]],[[639,5493],[5,-8],[-4,-7],[-1,15]],[[650,5500],[3,-9],[7,2],[7,-16],[-4,-7],[-9,0],[0,12],[-7,7],[3,11]],[[612,5549],[8,-28],[-4,-4],[-8,2],[-4,20],[4,1],[4,9]],[[572,5587],[3,-7],[-1,-15],[-3,-5],[-9,8],[1,12],[4,6],[5,1]],[[9799,7798],[14,-6],[-5,-10],[-11,0],[-8,10],[10,6]],[[3206,5315],[0,-3],[-3,-3],[1,5],[2,1]],[[3201,5266],[1,-6],[-5,-1],[1,6],[3,1]],[[4938,6510],[7,-1],[5,3],[9,14],[5,3],[2,15],[11,15],[5,-4],[7,14],[8,-8],[3,5],[4,13],[5,10],[17,19],[11,7],[6,-1],[16,4],[6,4],[7,-3],[11,15],[14,-3],[10,10],[2,-1],[23,0],[9,-8],[4,-10],[7,3],[7,10],[8,1],[6,6],[1,7],[6,4],[2,-7],[7,-2],[3,-5],[16,11],[7,-11],[6,-2],[7,7],[6,-4],[6,3]],[[5240,6643],[-6,-23],[-8,-9],[7,-9],[-3,-14],[-1,-32],[3,-4],[0,-15],[-2,-10],[4,-6],[-5,-23],[1,-13],[-5,-16],[-7,-8],[-2,-14],[-4,-1],[-3,-13],[0,-16],[6,-26],[1,-16],[9,-11],[6,-17],[1,-23],[20,-30],[13,-133]],[[5265,6161],[-5,-5],[11,-53],[4,-48],[-2,-34],[3,-29],[-1,-15],[-3,-15],[-1,-14],[2,-24],[2,-5],[-2,-25],[-10,-10],[-2,-13],[17,-61],[0,-28],[5,-22],[4,-9],[13,3],[4,-3],[13,-23],[5,4],[11,-55]],[[5333,5677],[-22,-33],[-33,-50],[-71,-108],[-22,-48],[-24,-52],[-43,-22]],[[5118,5364],[-25,-13],[-7,12],[4,22],[0,28],[-8,9],[-9,7],[-2,-1],[-5,7],[-2,10],[-12,-2],[-6,12],[-2,14],[-12,10],[0,27],[-44,73],[-119,199],[-4,7]],[[4865,5785],[-58,91],[-13,20],[-35,54]],[[4759,5950],[0,27]],[[4759,5977],[0,75],[6,6],[4,10],[17,26],[3,6],[7,1],[6,9],[9,-4],[9,7],[12,0],[7,4],[6,-9],[6,20],[2,9],[9,17],[10,11],[7,17],[10,5],[9,8],[0,10],[3,15],[-6,5],[0,16],[3,2],[0,19],[23,12],[-3,16],[1,6],[8,0],[5,4],[8,-2],[4,3],[12,-6],[9,-1],[1,22],[6,10],[-11,15],[-4,16],[2,8],[-6,15],[2,23],[-4,10],[3,26],[-3,29],[-3,9],[3,8],[-8,13],[-5,12]],[[5326,2748],[0,23],[2,18],[-1,42],[-2,15],[4,7],[4,15],[2,27],[6,38],[2,27],[-1,9],[3,22],[2,0],[1,23],[0,10],[3,6],[9,25],[-1,11],[7,17],[4,-1],[3,6],[2,12],[4,8],[4,35],[-1,18],[3,36],[-4,18],[1,5],[-7,22],[0,7],[-5,18],[-6,52],[-3,15],[6,21],[5,9],[-2,15],[2,5],[-10,46],[-5,36],[-1,19],[-7,23],[-5,26],[-3,12],[14,13],[6,7]],[[5361,3566],[3,-2],[3,3]],[[5367,3567],[3,-3],[1,2]],[[5371,3566],[4,1],[2,0],[5,0],[4,1],[1,0],[6,0],[1,-1],[0,-1],[1,0],[1,1],[1,-1],[1,-1],[4,0],[4,-1],[1,1],[1,0],[0,1],[7,1],[34,0],[11,-1],[1,-11],[3,-10],[-1,-16],[3,-30],[5,-18]],[[5471,3481],[-2,-5]],[[5469,3476],[2,-9],[0,-3],[3,-3],[2,-8]],[[5476,3453],[0,-3],[1,-2]],[[5477,3448],[0,-2],[1,-2]],[[5478,3444],[0,-1],[1,-1]],[[5479,3442],[0,-1],[1,-2]],[[5480,3439],[1,-10]],[[5481,3429],[0,0]],[[5481,3429],[1,-1]],[[5482,3428],[5,-24],[9,4],[6,-2],[3,9],[5,-3]],[[5510,3412],[4,1]],[[5514,3413],[0,1],[0,1],[0,4],[5,0],[2,0],[0,-5],[1,-1],[16,0],[0,23],[0,7],[0,1],[1,0],[1,0],[1,1],[0,4]],[[5541,3449],[1,3]],[[5542,3452],[-1,10],[0,13]],[[5541,3475],[1,10]],[[5542,3485],[1,0]],[[5543,3485],[21,0]],[[5564,3485],[0,2],[0,2],[0,2],[8,0],[-2,-14],[0,-9],[0,-1],[0,-2],[9,0],[16,0],[5,0],[3,0],[1,0],[2,-6],[0,-16],[-2,-13],[0,-5],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-5],[0,-1]],[[5604,3412],[1,-3]],[[5605,3409],[1,-6]],[[5606,3403],[2,-15],[1,-4]],[[5609,3384],[0,-6]],[[5609,3378],[0,-4],[-1,-6],[0,-5]],[[5608,3363],[-1,-9]],[[5607,3354],[-1,-18],[1,-11],[-1,-3],[0,-1],[0,-1],[-1,-3],[0,-5],[0,-1]],[[5605,3311],[1,-2]],[[5606,3309],[0,-12],[5,-17],[4,-4],[1,-18],[3,-12],[0,-2],[0,-2],[1,-26],[-5,-8],[2,-16],[1,-7],[6,3],[1,7],[7,-4]],[[5632,3191],[13,1],[7,9]],[[5652,3201],[2,-2],[1,0],[1,-1],[1,-1],[3,1]],[[5660,3198],[3,-1]],[[5663,3197],[1,4],[1,3]],[[5665,3204],[1,2]],[[5666,3206],[0,-2],[1,-6],[0,-10],[0,-10],[1,-9],[-2,-22],[-1,-36],[2,-14],[-2,-11],[-2,-19],[4,-13],[-19,0],[-37,0],[0,-62],[0,-87],[0,-79],[3,-12],[0,-11],[10,-21],[7,-19],[13,-31],[6,-11]],[[5650,2721],[-32,-17],[-23,-11],[-7,7],[-11,-7],[-7,3],[-6,8],[-8,-3],[-3,3],[-11,0],[-11,4],[-6,0],[-10,17],[-4,13],[-29,0],[-24,0],[-28,0],[-36,0],[-3,-3],[-5,4],[-11,19],[-5,10],[-9,0],[-12,-18],[-9,-1],[-3,6],[-11,-7]],[[5363,3652],[0,-1]],[[5363,3651],[-1,-1],[-2,0],[-4,-4]],[[5356,3646],[0,-2],[0,-2],[-1,-1],[0,-1],[-2,-7],[0,-1],[-1,0],[-1,0],[0,1]],[[5351,3633],[-1,0],[0,-1]],[[5350,3632],[0,-5]],[[5350,3627],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2]],[[5346,3620],[1,-1],[1,0]],[[5348,3619],[0,-5],[0,-23],[0,-15],[-8,0]],[[5340,3576],[0,0]],[[5340,3576],[-1,-1],[0,-1],[-1,-1]],[[5338,3573],[-1,7],[2,12],[-2,22],[-4,13]],[[5333,3627],[8,16],[3,14],[7,3],[5,10],[4,-11],[2,-4],[1,-2],[0,-1]],[[5099,4829],[-2,-28],[6,-14],[1,-20],[2,-10],[-1,-21],[-5,1],[-1,-11],[3,-6],[-5,-23],[-4,-2],[0,-9],[-6,-19],[0,-10],[-2,-15],[-8,-2],[-1,-19],[0,-23],[-2,-9],[2,-12],[-2,-23],[3,-53],[-2,-55]],[[5075,4446],[-13,-2],[-17,-8]],[[5045,4436],[4,4],[0,9],[-6,19],[2,23],[0,98],[-1,49],[-1,9],[-4,13],[-1,18],[-1,29],[-16,27],[1,25],[3,20]],[[5025,4779],[1,0],[0,2]],[[5026,4781],[3,8],[8,12],[3,12],[6,-6],[5,4],[5,-2],[7,17],[3,17]],[[5066,4843],[1,7],[-2,18],[9,4],[4,8],[12,-27],[1,-10],[5,-3],[3,-11]],[[5701,2710],[0,0]],[[5701,2710],[-1,-9],[5,-15],[3,-18],[8,-18],[1,-16],[3,-5],[1,-16],[3,-10],[2,-20],[4,-2],[4,-12],[5,-10],[16,-14],[4,-28],[10,-1],[1,-22],[-1,-22],[5,-14],[4,-20],[7,-2],[6,-5],[2,3],[12,-11],[1,-16],[6,-4],[3,-10]],[[5815,2393],[-9,-1],[-3,-18],[-8,-7],[-8,-1],[-9,-19],[-3,-17],[-9,-12],[-2,-10],[-6,-2],[-9,-21],[-3,-30],[0,-10],[-4,-4],[-9,-23],[-16,-9],[1,-9],[-8,-54],[-7,-10],[-8,4],[-4,-7],[-6,-1],[-11,8],[-2,7],[-8,-1],[-5,11],[-8,14],[-7,1],[-6,-5],[-4,-16],[-3,-16],[0,-16],[-4,-13],[-10,-11],[-5,-21],[-7,-3],[0,-7],[-5,-7],[-6,4],[-7,-4],[-7,5],[-6,-8],[-2,29],[7,25],[-1,14],[-12,66],[-4,9],[-7,12]],[[5555,2209],[0,64],[0,95],[0,39],[28,0],[0,45],[0,87],[0,72],[0,61],[12,0],[46,23],[6,-1],[3,-14],[3,-5],[1,-15],[6,7],[6,17],[10,14],[6,-8],[4,11],[7,8],[1,-3],[7,4]],[[5006,5066],[0,-18],[-2,-16],[7,-20],[-2,-9],[8,-31],[4,0],[6,-9],[0,-37],[4,-3],[12,-27],[8,-2],[4,9],[3,-1],[3,-9],[0,-12],[-4,-5],[9,-33]],[[5026,4781],[-1,-2]],[[5025,4779],[-11,0],[-18,10]],[[4996,4789],[-4,-1],[-9,-11],[-11,3],[-17,-1],[-34,0],[-2,-29],[2,-13],[0,-8],[2,-35],[0,-18],[2,-6]],[[4925,4670],[-3,-4],[-5,21],[-10,13],[-9,3],[-6,-3],[-5,-7],[-6,-5],[-1,-10],[-8,9],[-3,-3],[-4,13],[-4,3],[-4,28],[-8,0],[-3,10]],[[4846,4738],[3,30],[-2,17],[7,11],[1,14],[-2,12],[1,17],[4,10],[13,6],[5,20],[2,14],[-3,9],[7,5],[0,18],[-3,10],[10,24],[5,-6],[7,-14],[3,7],[6,1],[-1,18],[0,11],[11,-2],[-1,12],[2,16],[10,18],[10,-11],[3,3],[1,21],[8,1],[10,18],[7,3],[10,21],[13,0],[8,-7],[5,1]],[[5817,3669],[-2,27]],[[5815,3696],[-3,12],[0,21],[0,9],[-1,7],[0,2],[0,7],[0,2],[0,2],[0,2],[1,7]],[[5812,3767],[0,4],[-2,1]],[[5810,3772],[-2,6],[-2,7],[-1,3],[1,3]],[[5806,3791],[0,1],[0,2],[1,2],[-1,4],[1,2],[7,-4],[1,-14],[15,7],[1,14],[4,9],[8,5],[5,-4]],[[5848,3815],[-4,-18],[0,-14],[4,-3],[8,-15],[-1,-12],[-4,-3],[0,-8],[-6,-10],[-5,-24],[-2,-14],[-4,-13],[-9,-13],[-1,1],[-2,0],[-5,0]],[[5094,78],[2,-4],[-3,0],[1,4]],[[5238,4333],[6,28],[1,18],[2,9],[-2,19],[12,26],[2,12],[7,13],[3,-1],[2,20],[2,-2],[8,19],[2,-11],[9,4],[2,10],[7,-11],[2,-16],[5,-2],[0,-11],[7,-1],[4,8],[2,20],[4,11],[4,3],[0,13],[4,20],[0,9],[6,22],[1,29],[9,15],[6,15],[4,38],[3,12],[4,4],[2,17],[-1,8],[2,15],[6,7],[0,18],[4,25],[1,4],[7,31],[6,-4],[12,20],[1,37],[1,9],[-7,15],[-5,0],[-4,52]],[[5391,4929],[10,0],[3,-22],[8,-11],[2,-18],[-1,-15],[4,-5],[1,-28],[2,-11],[-2,-10],[1,-23],[-1,-20],[2,-20],[10,-31],[5,-8],[-7,-5],[-8,5],[-9,-5],[-9,5],[-8,1],[-2,-14],[-4,-13],[8,-20],[3,-13],[4,-10],[14,-26],[5,-12],[5,-30],[2,-15],[3,-8],[0,-13],[-2,-5]],[[5430,4529],[-8,-20],[-4,-34],[-3,-2],[-6,-36],[-5,-4],[-4,-11],[3,-10],[3,-1],[0,-27],[-3,-16],[4,-6],[1,-40],[5,-11],[3,-5],[3,-9],[-1,-20],[5,-22],[15,-44],[7,-9],[1,-32],[3,-22]],[[5449,4148],[-3,-2],[-1,-16],[3,-19],[-7,6],[-4,9],[-7,5],[-4,-5],[-3,8],[-5,-3],[-8,6],[-5,8],[-9,-1],[-27,0]],[[5369,4144],[-2,8],[-13,-4],[-13,4],[-15,-1],[-1,4],[-10,-3],[-1,-8]],[[5314,4144],[-37,0],[-4,6],[0,4]],[[5273,4154],[-1,13],[3,35],[2,8],[-4,19],[-5,13],[-1,9],[2,15],[-3,10],[-4,1],[-1,-10],[-12,16],[-2,13],[-1,21],[-5,-7],[-3,11],[0,12]],[[4322,5070],[3,-14],[-4,-3],[-2,5],[3,12]],[[4340,5090],[6,-15],[2,-10],[-5,-5],[-4,11],[1,19]],[[4363,5155],[7,-7],[-4,-12],[-4,3],[1,16]],[[4303,5224],[3,-6],[-7,-14],[-2,-1],[-1,14],[7,7]],[[5635,4774],[4,-16],[8,-17],[10,-42],[1,-16]],[[5658,4683],[-2,-8],[1,-19],[-6,-11],[0,-9],[4,-7],[-3,-10],[8,-5],[5,1],[8,-6],[-3,-18],[2,-7],[6,0],[3,-6],[9,-2],[1,-9],[5,-12],[6,-6],[0,-9],[-3,-7],[8,-22],[12,-13],[4,-7],[1,-11],[9,-14],[-3,-11],[0,-7],[5,-8],[2,-18],[7,-3],[2,-8],[4,-2],[5,-9],[2,-13],[-1,-7],[2,-16],[3,-5],[1,-6],[0,-3],[0,-1]],[[5762,4349],[0,2],[0,1],[0,1],[-1,1]],[[5761,4354],[-9,9]],[[5752,4363],[-4,-5]],[[5748,4358],[-5,-3],[-9,-3]],[[5734,4352],[0,3],[0,1],[-2,2],[-1,1],[-1,1],[-5,6],[-8,-4]],[[5717,4362],[-1,3],[1,1]],[[5717,4366],[-1,1],[0,1]],[[5716,4368],[-1,-1]],[[5715,4367],[-1,0],[-2,4],[-1,0],[-1,4],[-1,1]],[[5709,4376],[0,-1],[0,-1]],[[5709,4374],[0,-1],[-1,0],[-1,0],[-3,-3],[-2,-9],[1,-2],[0,-1]],[[5703,4358],[0,0]],[[5703,4358],[1,1]],[[5704,4359],[-1,-3],[0,-5]],[[5703,4351],[0,-1]],[[5703,4350],[-1,0],[-1,-1],[-1,-1],[-1,0]],[[5699,4348],[-1,1]],[[5698,4349],[-1,-3],[-1,-2],[-1,-1]],[[5695,4343],[-2,4]],[[5693,4347],[-2,-3],[-5,-4]],[[5686,4340],[-5,14]],[[5681,4354],[-2,1],[-2,1],[-1,-1],[0,-3]],[[5676,4352],[0,-1],[1,0]],[[5677,4351],[0,-1]],[[5677,4350],[-1,-2],[-2,0],[-2,-4],[-1,-2],[-3,-2],[-2,-1],[-1,0],[0,-1],[0,-2],[-1,-2]],[[5664,4334],[-2,2],[-2,-3]],[[5660,4333],[-3,-2]],[[5657,4331],[-1,0],[-1,-1],[-1,-1],[0,-2],[-1,-1]],[[5653,4326],[0,0]],[[5653,4326],[-1,-1],[0,-1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,-4],[-2,2],[-4,9],[-2,-2]],[[5641,4327],[-2,3],[-2,6]],[[5637,4336],[-1,-2]],[[5636,4334],[-4,-7]],[[5632,4327],[-1,-6],[-1,-8]],[[5630,4313],[-1,-2]],[[5629,4311],[-1,0],[-1,-1],[0,-4],[0,-2],[0,-3],[-1,-1],[0,-1],[0,-3],[0,-3],[0,-1],[0,-1],[-2,-4],[-1,-2],[-2,-1],[-3,0],[-5,7],[-6,2],[-4,5],[-2,0],[-2,-3]],[[5599,4295],[0,-1],[-1,0]],[[5598,4294],[0,0]],[[5598,4294],[0,0]],[[5598,4294],[-2,1],[-1,2],[-3,0],[-3,0],[-4,8],[-4,3]],[[5581,4308],[-6,-1]],[[5575,4307],[-3,-1],[-1,-1],[-2,4],[-2,7],[-1,12],[-5,7],[-1,4],[0,1]],[[5560,4340],[-4,5],[-3,1]],[[5553,4346],[-2,4],[0,1],[0,1],[-1,3],[-1,0],[-1,1],[-2,2],[-7,-1],[-2,-5],[-1,-1],[-2,-2],[-2,-5],[-9,-26],[-1,-1],[0,-1],[0,-7],[-1,-3],[-1,-2],[-1,-2],[-3,0],[-1,-2],[0,-1],[0,-3]],[[5515,4296],[2,-16]],[[5517,4280],[1,-5],[-1,-3],[0,-1]],[[5517,4271],[-1,0]],[[5516,4271],[0,-1],[0,-1],[0,-8],[0,-3],[0,-13],[0,-3],[0,-1],[1,-1]],[[5517,4240],[0,-2]],[[5517,4238],[-1,1],[-1,8],[-2,4],[-14,-8],[-4,6],[-7,1],[-3,5],[-3,-7],[-14,-7],[-6,2],[-4,-27],[0,-24],[-9,-44]],[[5430,4529],[6,0],[2,-6],[5,4],[3,7],[9,6],[0,7],[5,6],[3,-16],[3,-7],[4,8],[6,2],[5,12],[9,7],[7,1],[3,4],[16,2],[2,13],[3,2],[9,31],[-7,12],[5,11],[5,2],[7,-1],[10,3],[6,7],[9,-2],[8,13],[9,23],[2,8],[6,18],[4,0],[3,17],[5,1],[2,13],[-1,7],[2,20],[7,10],[3,-2],[10,8],[10,-6]],[[5666,5390],[0,-81],[0,-75],[0,-117],[-9,4],[-10,-5],[-4,2],[-7,-16],[2,-19],[-9,-27],[1,-11],[-8,-7],[1,-20],[3,-7],[0,-8],[-7,-7],[-6,-18],[4,-16],[2,-14],[-5,-13],[-5,-9],[-4,-18],[4,-12],[6,3],[1,6],[8,-9],[-3,-13],[3,-21],[4,-8],[-2,-30],[8,-15],[3,0],[1,-14],[-3,-21]],[[5391,4929],[-13,44]],[[5378,4973],[-4,51],[6,11],[3,13],[0,9],[5,24],[11,38],[7,19],[10,20],[15,34],[1,55],[1,92],[4,83],[7,30],[-11,12],[-5,25],[2,6],[-6,35],[-2,3],[0,36],[-6,72]],[[5416,5641],[28,33],[28,-34],[26,-32],[32,-38],[23,-29],[33,-42],[32,-43],[20,-26],[28,-40]],[[6204,3172],[1,-3],[0,-18],[3,-17],[-7,4],[0,28],[3,6]],[[5333,3627],[-6,24],[-2,15],[-9,19],[-1,7],[-6,12]],[[5309,3704],[4,20],[6,13],[6,-16],[3,0],[3,29],[-7,11],[3,5],[-4,13],[-3,5],[2,15],[3,9],[7,12],[4,-6],[11,0],[-1,26],[3,17],[7,-8],[2,-15],[6,-16],[10,-4],[9,20],[3,-16],[4,-8],[6,10],[-1,11],[2,17],[3,4],[0,15],[3,22],[-3,33],[3,22],[-3,10],[-7,3],[-1,12],[-7,3],[2,13],[-2,18],[2,11],[3,4],[1,10],[4,-1],[4,8],[3,20],[-5,22],[-1,8],[-12,6],[-8,-11],[-5,1],[-2,-5],[-2,18],[-3,6],[1,25],[4,10],[0,9]],[[5517,4238],[0,-2]],[[5517,4236],[0,-9],[0,-8],[0,-5],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-3],[-1,-2],[-1,-14],[-5,-15],[-1,-8],[-1,-5],[-1,-2],[0,-1],[0,-1],[-1,-4]],[[5502,4148],[-1,-13]],[[5501,4135],[1,-34],[-3,-23],[-3,-16],[1,-31],[1,-8],[1,-1],[0,-1],[-1,-6],[0,-1],[0,-1],[-1,-3],[-1,-3],[-2,-6],[0,-1],[0,-2],[-2,-15],[-1,-3],[0,-2],[-1,-2],[0,-1],[1,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[2,-5]],[[5492,3962],[-1,-7],[0,-1],[0,-2]],[[5491,3952],[0,0]],[[5491,3952],[-2,-12],[-2,-2]],[[5487,3938],[-4,-15],[-3,-7]],[[5480,3916],[-8,-8],[-4,-8],[-2,-6],[-2,-7],[-1,-8],[-1,-10],[-2,-8],[0,-3],[-2,-5],[-9,-24],[1,-28],[0,-7],[-1,-4],[0,-4],[0,-5],[0,-36],[-2,-11],[-1,-2],[0,-2],[-3,-14],[-1,-4],[0,-5],[-1,-1],[0,-2],[-1,0],[-2,-2],[-6,-4]],[[5432,3698],[-2,-3],[0,-7],[-1,-4]],[[5429,3684],[-1,-3],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-4,-4]],[[5421,3677],[-2,-11]],[[5419,3666],[-3,-6],[0,-1],[0,-1],[-3,-7],[0,-1],[-1,-6],[-1,-3]],[[5411,3641],[-1,-1],[-2,-5]],[[5408,3635],[-9,8]],[[5399,3643],[1,7],[0,4],[-2,7]],[[5398,3661],[4,8]],[[5402,3669],[-3,6],[0,6],[-1,-1],[-2,-2],[-1,-3],[-1,-2],[-1,-1],[-3,-1],[-2,-6],[-7,4],[0,-1],[0,-2]],[[5381,3666],[0,-8]],[[5381,3658],[-1,-2],[1,-6],[-1,-4],[-1,0]],[[5379,3646],[0,1]],[[5379,3647],[-1,-2],[0,-1],[-1,-1]],[[5377,3643],[-1,1]],[[5376,3644],[0,1]],[[5376,3645],[0,2]],[[5376,3647],[-1,0]],[[5375,3647],[-3,-8]],[[5372,3639],[1,-3],[0,-1]],[[5373,3635],[-1,0]],[[5372,3635],[-1,3],[0,5]],[[5371,3643],[-3,3],[-5,6]],[[5821,3889],[0,-1]],[[5821,3888],[-1,0],[0,-1]],[[5820,3887],[-1,-2],[0,-1],[-1,-1]],[[5818,3883],[-1,-3]],[[5817,3880],[-2,0],[-1,-3],[0,-3],[0,-1],[-2,-3],[0,-1],[0,-2],[0,-1],[-1,-3],[-1,-1],[0,-1],[-1,-4],[0,-3],[0,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-2],[0,-3],[1,-4],[0,-2],[0,-1],[0,-1],[0,-2],[-2,-7],[-7,-13],[0,-6],[0,-1],[1,-1],[0,-1]],[[5802,3804],[1,-8]],[[5803,3796],[2,-2]],[[5805,3794],[1,-2],[0,-1]],[[5810,3772],[2,-1],[0,-4]],[[5815,3696],[1,-14],[1,-13]],[[5817,3669],[0,-2],[0,-4]],[[5817,3663],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-4],[-1,-3],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,-2],[0,-2],[0,-4],[3,-13],[2,-19],[2,-10],[0,-7],[1,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-3,-10],[1,-25],[6,-25],[8,-13],[4,-9],[1,-5],[1,-2],[1,-7],[1,-5],[1,-1]],[[5843,3469],[1,-11],[1,-15]],[[5845,3443],[7,-28],[1,-8],[1,-5],[0,-3]],[[5854,3399],[-3,-2],[-14,-5]],[[5837,3392],[-35,-13]],[[5802,3379],[0,-1],[0,-1],[1,-1],[0,-3],[1,-5]],[[5804,3368],[-1,-10],[-7,-21],[-3,-6],[-3,-5],[-1,0],[0,-1],[-1,-1],[0,-2],[2,-3],[0,-1],[1,0],[0,-2]],[[5791,3316],[1,-1],[0,-6]],[[5792,3309],[2,-10]],[[5794,3299],[1,-7],[-1,-2],[3,-6],[-2,-9],[0,-34],[2,-20],[-2,-3]],[[5795,3218],[-2,-7]],[[5793,3211],[0,-1],[-1,-1],[0,-2]],[[5792,3207],[0,-1],[0,-1],[0,-4],[-2,-11]],[[5790,3190],[1,-5],[-1,-14],[-1,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[2,-26],[1,-2],[3,-3],[4,-6],[5,-13]],[[5803,3113],[2,-7],[1,-8]],[[5806,3098],[1,0],[2,1],[1,0],[2,1],[1,-2],[4,-4],[1,-1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,0]],[[5819,3098],[-1,0]],[[5818,3098],[0,6],[1,4],[2,4],[0,1],[2,-4],[1,0]],[[5824,3109],[1,1],[0,1]],[[5825,3111],[1,3],[0,1],[1,0],[1,0],[0,-93],[-1,0],[-2,-1],[-2,1],[0,1],[-1,2],[0,3],[1,1]],[[5823,3029],[1,7]],[[5824,3036],[-1,1],[-2,2]],[[5821,3039],[-1,-2]],[[5820,3037],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-7,-9],[0,1],[0,1],[-1,2],[-2,0]],[[5807,3027],[-3,1]],[[5804,3028],[-4,26],[-5,13]],[[5795,3067],[-3,0]],[[5792,3067],[-1,5],[-1,1]],[[5790,3073],[0,1],[0,1],[0,1],[1,0]],[[5791,3076],[0,1]],[[5791,3077],[1,0],[0,3],[0,2],[-6,14],[-9,5],[-2,7],[-7,-3],[-1,1],[0,1],[0,1],[0,2]],[[5767,3110],[-2,1]],[[5765,3111],[-1,2]],[[5764,3113],[-2,10]],[[5762,3123],[0,2],[0,2],[1,1],[0,1],[0,1],[-1,1],[-4,9],[-1,0],[-1,1],[0,3],[0,4],[-1,6],[0,3]],[[5755,3157],[0,-1],[-1,-1]],[[5754,3155],[-4,-2],[1,-6],[-3,-15],[0,-2],[-2,-3],[-2,0]],[[5744,3127],[0,1],[-1,1]],[[5743,3129],[-5,-2]],[[5738,3127],[-5,5],[-2,-3],[-1,-1],[-8,2],[-1,1]],[[5721,3131],[0,1]],[[5721,3132],[0,2],[-1,1],[-1,2],[-5,2],[-2,6],[-9,8],[-1,7]],[[5702,3160],[1,24]],[[5703,3184],[-3,-3]],[[5700,3181],[-5,-2],[-4,-1],[-6,-4],[-4,-10],[-5,5],[1,23],[-7,3],[-1,10],[-1,1]],[[5668,3206],[-2,0]],[[5665,3204],[-2,-7]],[[5663,3197],[-1,-1],[-2,2]],[[5652,3201],[-3,-2],[-4,-7],[-13,-1]],[[5606,3309],[-1,1],[0,1]],[[5607,3354],[1,4],[0,5]],[[5609,3378],[0,4],[0,2]],[[5609,3384],[-3,19]],[[5605,3409],[-1,2],[0,1]],[[5564,3485],[-21,0]],[[5542,3485],[0,-1],[1,-2],[-2,-7]],[[5542,3452],[0,-2],[-1,-1]],[[5514,3413],[-1,0],[-2,0],[-1,-1]],[[5482,3428],[-1,1]],[[5481,3429],[0,2],[-1,4],[0,4]],[[5479,3442],[-1,1],[0,1]],[[5477,3448],[-1,5]],[[5469,3476],[1,1],[1,4]],[[5371,3566],[-4,1]],[[5367,3567],[-6,-1]],[[5361,3566],[-10,-10],[-5,-3],[-7,17],[-1,3]],[[5340,3576],[0,0]],[[5348,3619],[-2,1]],[[5350,3627],[0,4],[0,1]],[[5350,3632],[1,1]],[[5356,3646],[7,5]],[[5363,3652],[1,0],[0,1],[-1,3],[1,3],[4,-13],[3,-3]],[[5372,3635],[1,0]],[[5372,3639],[2,3],[1,5]],[[5376,3647],[0,-1],[0,-1]],[[5376,3644],[1,-1]],[[5379,3647],[0,-1]],[[5381,3658],[0,6],[0,2]],[[5402,3669],[-2,-5],[-2,-3]],[[5399,3643],[1,-7],[1,3],[4,-3],[1,-2],[2,1]],[[5408,3635],[3,6]],[[5419,3666],[2,8],[0,1],[0,1],[0,1]],[[5429,3684],[3,14]],[[5480,3916],[7,22]],[[5487,3938],[4,14]],[[5491,3952],[0,2],[0,1],[1,7]],[[5501,4135],[1,7],[0,6]],[[5517,4236],[0,4]],[[5516,4271],[1,0]],[[5517,4280],[-1,10],[-1,6]],[[5553,4346],[7,-6]],[[5575,4307],[4,1],[2,0]],[[5598,4294],[0,0]],[[5598,4294],[1,1]],[[5629,4311],[1,-1],[0,3]],[[5630,4313],[2,14]],[[5632,4327],[3,0],[1,7]],[[5637,4336],[4,-9]],[[5653,4326],[0,0]],[[5657,4331],[1,0],[0,1],[1,0],[1,1]],[[5660,4333],[4,1]],[[5677,4350],[0,1]],[[5677,4351],[-1,1]],[[5681,4354],[4,-9],[1,-5]],[[5693,4347],[2,-3],[0,-1]],[[5698,4349],[1,-1]],[[5703,4350],[0,1]],[[5704,4359],[-1,0],[0,-1]],[[5703,4358],[0,0]],[[5709,4374],[0,2]],[[5715,4367],[1,1]],[[5717,4366],[0,-4]],[[5734,4352],[14,6]],[[5752,4363],[1,0],[8,-9]],[[5762,4349],[0,-1],[2,-3],[1,-5]],[[5765,4340],[6,-8],[0,-7]],[[5771,4325],[3,-10],[4,0],[5,-14]],[[5783,4301],[8,2]],[[5791,4303],[4,3],[1,1]],[[5796,4307],[1,4]],[[5797,4311],[0,2],[0,1],[1,1],[2,-5],[5,0]],[[5805,4310],[4,-4],[1,-3],[1,-2]],[[5811,4301],[1,0],[3,3],[3,19],[4,0],[5,-10],[0,-10],[3,-2],[5,-16],[5,-12],[6,-9],[1,1],[1,-2],[0,-2],[1,-3]],[[5849,4258],[0,-1],[0,-5]],[[5849,4252],[-1,-4],[2,-1]],[[5850,4247],[0,0]],[[5850,4247],[0,1],[5,3]],[[5855,4251],[1,-12],[3,-6]],[[5859,4233],[-2,-7],[-1,-3],[-1,-8],[0,-3],[0,-3],[-1,-1],[0,-1],[0,-2],[1,-1],[1,-3],[1,-11],[-3,-15],[0,-1]],[[5854,4174],[0,-3],[0,-2]],[[5854,4169],[0,-7]],[[5854,4162],[2,0],[1,-6]],[[5857,4156],[1,0],[1,0],[0,1]],[[5859,4157],[0,3]],[[5859,4160],[0,1],[1,0],[1,0]],[[5861,4161],[8,-18]],[[5869,4143],[-2,-11],[-6,-18]],[[5861,4114],[-1,-3],[-3,-6]],[[5857,4105],[-3,-6],[-1,-3],[-1,-3],[-1,-3],[-5,-15],[-1,-1],[-4,-2]],[[5841,4072],[-2,-3],[0,-6]],[[5839,4063],[0,-1],[0,-2],[-1,-6],[-2,-2]],[[5836,4052],[-4,-3]],[[5832,4049],[0,-15],[0,-4],[0,-1],[0,-4],[-1,-3],[-1,-3],[-1,-3],[0,-4],[0,-4],[-1,-3],[0,-4],[0,-1],[-1,0],[-1,-1],[0,-2],[-1,-4],[1,-7],[-3,-31],[1,-7],[-3,-24],[0,-17],[1,-13],[-1,-5]],[[4789,4304],[0,27],[1,11],[-1,11],[6,39],[-2,16],[-7,4],[-3,6],[-1,16],[-5,9],[-5,-4],[-4,7],[-6,17],[6,15],[1,27],[-3,10],[-2,16]],[[4764,4531],[2,5],[5,-6],[4,17],[-1,8],[3,11],[-2,10],[-4,4],[0,17],[12,0],[3,11],[-3,10],[-4,1],[0,15],[3,12],[-2,5],[1,14],[-5,-1],[-3,9],[2,24],[-1,13],[4,9]],[[4778,4719],[5,5],[5,16],[4,-1],[4,-15],[9,2],[2,6],[7,-1],[1,24],[4,-6],[3,1],[4,10],[2,-17],[0,-20],[5,-2],[6,17],[7,0]],[[4925,4670],[-1,-11],[2,-6],[-3,-9],[2,-7],[3,-17],[2,-42],[-3,-7],[-6,-21],[-3,-15],[-1,-27],[-7,-29],[-1,-15],[4,-34],[4,-36],[6,-4],[1,-15],[-2,-6],[2,-11],[-11,-4]],[[4913,4354],[-19,9],[-5,3],[-24,-8],[-12,-2],[-15,-6],[-11,-11],[-19,-15],[-4,-9],[-4,-2],[-6,-10],[-5,1]],[[6201,4812],[-2,-10],[-2,-5],[0,-3],[0,-1],[-1,-1]],[[6196,4792],[-3,-13]],[[6193,4779],[-1,0],[-1,-1]],[[6191,4778],[-2,0],[-6,8],[-19,-12]],[[6164,4774],[0,2],[-4,2]],[[6160,4778],[0,1],[1,4],[0,8],[0,4],[0,1],[0,1],[-2,18],[1,8],[0,2],[1,5],[0,2]],[[6161,4832],[4,6]],[[6165,4838],[5,19],[1,6],[1,2],[1,4],[0,1]],[[6173,4870],[1,2]],[[6174,4872],[1,1],[0,6],[2,5]],[[6177,4884],[2,4],[0,1],[2,-3],[5,-10],[2,4],[1,1],[0,1],[1,10]],[[6190,4892],[7,10],[7,-24],[1,-12],[-1,-17],[-5,-2],[-4,-10],[-8,-5],[1,-12],[10,2],[3,-10]],[[5688,6143],[-3,13],[7,22],[2,22],[-4,28],[1,9],[-1,2],[0,1]],[[5690,6240],[0,2]],[[5690,6242],[0,3],[4,8],[1,1],[1,2]],[[5696,6256],[2,8]],[[5698,6264],[1,-9],[9,-1],[11,7],[16,-9],[14,-4],[3,-5],[7,0],[3,-11],[6,-3],[6,3],[0,-7],[12,-4],[3,2],[8,-7],[8,-12],[11,5],[12,17],[6,12],[3,-2],[9,13],[8,3],[6,-4],[7,10],[8,-10],[9,4],[-2,-14],[8,-15],[5,1],[5,7],[4,-10],[4,-3],[11,12],[1,-10],[9,6],[6,-1],[6,3],[7,7],[1,3],[1,1],[0,1]],[[5950,6240],[1,-3]],[[5951,6237],[0,-6],[2,-12],[2,-13]],[[5955,6206],[3,-13],[1,-19],[2,-3],[6,-45],[1,-7],[0,-7],[0,-2],[1,-2]],[[5969,6108],[-1,-1],[-4,-13],[-2,-26],[-1,-15],[-6,-29],[1,-25],[-7,-14],[-3,1],[-8,14],[-6,22],[-4,5],[-6,16],[-1,29],[-10,23],[-4,21],[1,7],[-4,18],[-6,-19],[1,-11],[5,-11],[3,-21],[-1,-8],[5,-16],[1,-13],[4,-6],[10,-32],[4,-5],[0,-23],[10,-30],[3,-27],[-1,-14],[2,-4],[10,-46],[6,-20],[6,-34],[8,-34],[1,-17],[6,-11],[10,-32],[-5,4],[-1,-36],[4,-23]],[[5989,5652],[-3,-6],[-9,-20],[-7,5],[-2,-11],[-3,-15],[-2,-14],[-5,-3],[-10,-4],[-2,-15],[-25,0],[-52,0],[-175,0]],[[5694,5569],[0,349],[0,173],[-3,14],[-1,3],[0,1],[0,1]],[[5690,6110],[0,4],[1,1],[0,1]],[[5691,6116],[-3,27]],[[5314,4144],[0,-84],[-37,0],[-1,-6],[-7,11]],[[5269,4065],[-9,6],[3,19],[2,5],[1,13],[6,18],[-1,13],[0,12],[0,4],[1,2],[1,-3]],[[5242,4260],[5,-1],[1,-10],[-7,-30],[-7,5],[3,13],[2,15],[3,8]],[[6110,5130],[3,-3],[2,-15],[-3,-4],[-2,22]],[[6177,4884],[-5,22],[-4,2],[-5,20],[-7,22],[-11,16],[-7,30],[-5,11],[-10,10],[-5,7],[-3,9],[-7,-8],[-7,13],[-11,-8],[-4,11],[-9,-13],[-10,-4],[-5,19],[-7,5],[-2,11],[-11,-51],[-6,19],[-5,-4],[-3,-10],[-5,4],[-8,-4]],[[6015,5013],[-1,6],[-3,59],[3,5],[5,36],[2,7],[3,27],[2,6],[-2,24],[3,12],[0,21],[5,-1],[8,3],[1,16],[7,4],[6,6],[1,6],[6,0],[4,7],[3,18],[3,8]],[[6071,5283],[10,-46],[3,-33],[3,-16],[2,-45],[2,-13],[4,-6],[1,-20],[3,0],[4,-19],[4,15],[6,-10],[-2,-6],[4,-19],[4,-6],[6,7],[5,-8],[2,-12],[11,-7],[13,-43],[1,-6],[8,-7],[4,-13],[5,-7],[3,-25],[4,-1],[6,-13],[1,-13],[3,-4],[5,4],[1,-9],[-7,-10]],[[6174,4872],[0,-1],[-1,-1]],[[6165,4838],[-2,-4],[-1,-1],[-1,-1]],[[6160,4778],[4,-4]],[[6191,4778],[2,1]],[[6193,4779],[-7,-26],[4,-30],[4,-10],[2,-13],[5,-4],[1,-17],[4,-12],[6,-6],[9,-26],[39,-33],[24,-20],[21,-19],[28,0],[-12,-31],[-26,-65],[-18,-48],[-28,-78],[-27,4],[-11,-8],[-8,-8],[-8,-12],[-3,-16],[-4,-6],[-7,-4],[-13,-2],[-5,-15]],[[6163,4274],[-2,-2],[-9,1],[-8,-2],[-12,25],[-16,-18],[-9,-12],[-3,-14],[-4,-12],[-4,-3],[-16,4],[-11,8],[-10,-1],[-5,9],[-23,40],[-8,11],[-22,1],[-3,12]],[[5998,4321],[-4,12],[1,39],[-9,6],[-5,-6],[-1,12],[-5,8],[-3,20],[-2,26],[2,13],[-4,12],[-3,0],[-3,9],[-3,0],[-2,14],[-4,0],[-8,21],[-1,14],[-4,11],[-6,9],[-5,4],[-4,-3],[-8,8],[-1,9],[5,13],[0,20],[9,5],[7,-7],[4,8],[4,0],[3,9],[0,30],[-1,34]],[[5947,4671],[3,39],[3,6],[-1,33],[5,16],[4,7],[5,-14],[5,13],[1,21],[-2,6],[3,11],[1,28],[5,10],[1,7],[10,42],[10,7],[4,-2],[-1,18],[4,30],[3,14],[3,20],[-1,10],[3,20]],[[6917,491],[4,-29],[4,-3],[6,11],[3,-12],[-7,-4],[3,-8],[10,3],[3,8],[7,-2],[7,7],[2,-9],[-3,-13],[-9,2],[-7,-6],[-1,-9],[8,3],[6,-5],[-3,-8],[-10,-1],[-18,10],[-3,-9],[-9,-3],[3,20],[-4,28],[1,13],[7,16]],[[5309,3704],[-4,16],[-8,19],[-2,11],[-10,24],[-11,21],[-8,25],[-1,10],[-8,20],[-1,18],[-6,24],[-2,16],[-4,17],[6,18],[1,-5],[7,21],[1,30],[-1,21],[6,-1],[-5,24],[5,3],[3,6],[-2,15],[4,8]],[[4996,4789],[3,-2],[-1,-35],[10,-16],[2,-23],[-2,-25],[4,-17],[3,-7],[-3,-26],[2,-12],[-4,-10],[3,-10],[4,-6],[3,-12],[-4,-10],[1,-25],[-3,-29],[4,-10],[-3,-33],[5,-30],[4,-8],[3,1],[3,-12],[3,-4]],[[5033,4428],[-3,-5],[-5,-19],[-18,-1],[-7,-11],[-12,-10],[-2,-7],[-7,-6],[-2,-6],[-7,-1],[-5,-7],[-10,-6],[-4,-9],[-6,-9],[-4,0],[-5,9],[-5,5],[-18,9]],[[4764,4531],[-5,11],[-2,-14],[-3,-17],[-7,-5],[-6,17],[-1,22],[-2,8],[-2,36],[-4,10],[-18,-1]],[[4714,4598],[-3,-3],[-4,-9],[-4,2],[2,13],[4,11],[-3,10],[0,17],[-5,2],[3,15],[-6,12],[1,4],[-5,19],[-4,6],[-2,10],[-19,0],[-6,-9],[-3,4],[-7,-6],[-6,-32],[-3,-7],[-4,-2],[0,-7],[-4,-10],[-6,0]],[[4630,4638],[1,7],[-9,29],[-2,21],[-5,2],[-15,27],[-7,24],[-4,13],[-1,13],[-4,3]],[[4584,4777],[5,28],[3,10],[4,0],[7,12],[5,-3],[11,5],[0,22],[-5,9],[4,8],[3,16],[-2,15]],[[4619,4899],[18,-2]],[[4637,4897],[0,-12],[2,-1],[1,1],[0,2],[0,1],[0,1],[1,1],[0,1],[1,-1],[1,-2],[0,-2]],[[4643,4886],[2,-4]],[[4645,4882],[11,-9],[8,9],[5,1],[4,-5],[2,2]],[[4675,4880],[1,2]],[[4676,4882],[5,1]],[[4681,4883],[2,-3]],[[4683,4880],[-3,-16],[8,-13],[8,15],[4,-7],[0,-11],[4,-3],[3,15],[8,6],[10,-11],[5,-2],[2,10],[4,6],[4,0],[1,8],[-1,10],[5,-1],[4,-5],[4,-19],[-1,-8],[4,-5],[-2,-23],[4,-1],[1,-9],[8,-9],[-7,-25],[8,1],[2,-11],[-2,-20],[3,-14],[3,1],[4,-8],[0,-12]],[[4584,4777],[-4,-1],[-8,17],[-3,11],[2,14],[-2,18],[-13,-2],[0,11],[-6,-1],[-4,9],[0,9],[-4,3],[-4,11],[3,0]],[[4541,4876],[1,1]],[[4542,4877],[3,1],[4,6]],[[4549,4884],[2,-1],[2,2]],[[4553,4885],[11,-3],[8,9],[5,9]],[[4577,4900],[42,-1]],[[7035,181],[12,-10],[-4,-6],[-5,4],[-3,12]],[[5959,6001],[0,-3],[1,0],[1,-2],[-2,-2],[-1,3],[1,4]],[[5775,4679],[-2,13],[0,27],[32,0],[0,-36]],[[5805,4683],[-6,-12],[-1,-11],[-20,0],[-3,19]],[[6163,4274],[-16,-59],[-9,-24],[0,-151],[0,-112],[16,-55],[0,-4]],[[6154,3869],[-7,-21],[-3,0],[-8,-8],[1,-11],[-6,-3],[2,-10],[-6,-12],[-6,-1],[-6,-14],[0,-20],[-1,-17],[-4,-7],[-6,-40],[-4,-19],[-3,-17],[-3,-15],[-6,-2]],[[6088,3652],[-15,29],[-24,43],[-1,10],[-5,7],[4,9],[-1,18],[-5,8],[-19,28],[-25,36],[-28,42],[-23,33],[-4,1]],[[5942,3916],[0,39],[1,24],[-2,16],[6,20],[1,15],[4,4],[5,22],[1,9],[4,10],[4,2],[-1,13],[6,18],[2,18],[-2,5],[-2,31],[1,7],[-5,13],[0,9],[-4,7],[-1,13],[-3,5],[-2,14],[2,22],[-5,3],[-5,11],[1,7],[-4,18]],[[5944,4291],[10,29],[8,10],[16,17],[4,-5],[5,0],[-1,-12],[5,-12],[7,3]],[[5795,1935],[5,-14],[15,-26],[3,-15],[-5,-12],[1,-5],[-5,-10],[1,-15],[-9,-12],[-13,-5],[-2,-7],[-5,-30],[-11,5],[-10,27],[-8,36],[-2,4],[7,9],[10,27],[4,18],[7,3],[4,12],[13,10]],[[4680,4486],[2,1],[3,19],[6,12],[7,13],[4,14],[3,2],[0,19],[3,8],[5,4],[1,20]],[[4789,4304],[-6,0],[-5,9],[-8,4],[-15,20],[-16,27],[-6,17],[-12,25],[-1,7],[-8,16],[-12,11],[-2,12],[-13,22],[-5,12]],[[5688,6143],[1,-13],[2,-14]],[[5691,6116],[-1,-6]],[[5694,5569],[0,-143],[-28,0],[0,-36]],[[5416,5641],[-22,-25],[-16,33],[-6,7],[-39,21]],[[5265,6161],[9,8],[5,12],[7,27],[-1,22],[-4,21],[5,16],[6,2],[3,16],[4,3],[2,8],[9,11],[10,10],[2,8],[-4,10],[1,19],[2,18]],[[5321,6372],[2,-5],[7,-3],[10,-15],[14,-4],[13,9],[10,-9],[6,1],[12,-8],[6,-12],[8,-6],[13,-5],[4,-15],[0,-14],[5,-25],[3,-12],[9,-12],[12,-5],[8,0],[20,-10],[12,-11],[2,-6],[7,-4],[14,-27],[9,-10],[6,0],[12,11],[3,7],[9,24],[3,22],[-5,18],[-2,23],[1,19],[5,17],[12,22],[14,16],[8,1],[7,11],[8,-2],[7,2],[21,-19],[5,-2],[2,-13],[-2,-9],[4,-9],[12,-2],[8,-5],[4,-7],[12,-2],[4,3],[9,-5],[4,-21]],[[5698,6264],[-1,-3],[-1,-3],[0,-1],[0,-1]],[[5690,6242],[0,-1],[0,-1]],[[6367,3129],[3,-8],[0,-12],[5,-16],[1,-15],[5,-6],[5,-22],[0,-10],[3,-14],[0,-9],[3,-24],[0,-28],[2,-5],[0,-20],[4,-37],[4,-12],[-2,-22],[-3,-17],[-4,-13],[-4,8],[-4,33],[-7,-7],[3,-27],[-1,-17],[4,-7],[-1,-9],[1,-15],[-9,-34],[-3,-24],[3,-23],[-3,-20],[-2,-32],[-3,-17],[-12,-86],[1,-7],[-6,-31],[-4,-36],[-1,-14],[-3,-13],[0,-12],[-6,-37],[-6,-40],[-3,-35],[-1,-12],[-5,-48],[-5,-23],[-3,-29],[-6,-31],[-10,-15],[-6,1],[-7,-3],[-10,-12],[-10,-15],[-11,-1],[0,3],[-12,17],[-9,7],[-9,16],[-1,13],[-5,16],[-4,29],[-2,31],[4,21],[-4,11],[-1,18],[-6,15],[-4,43],[2,25],[5,22],[0,15],[3,8],[6,3],[4,32],[3,3],[2,19],[3,6],[7,33],[-3,12],[3,17],[-1,11],[-6,24],[1,18],[-6,29],[-1,32],[1,15],[-3,17],[5,26],[9,32],[1,15],[-2,9],[2,14],[9,-2],[4,2],[8,17],[2,-7],[7,6],[3,12],[8,-5],[4,10],[4,-3],[6,17],[6,8],[6,13],[4,-1],[8,25],[4,-14],[8,34],[-2,12],[3,16],[4,-6],[3,14],[-4,15],[0,22],[7,0],[0,-11],[4,-3],[1,17],[9,7],[4,6],[0,18],[4,22],[-5,30],[5,2],[5,7],[3,23]],[[5970,3156],[-9,0],[0,-13],[-6,-26],[-1,-6],[4,-33],[2,-32],[0,-17],[2,-11],[7,-2],[5,-11],[11,-34],[1,-7],[10,-29],[0,-17],[-2,-21],[2,-17],[-2,-42],[-6,-10],[-5,1],[-3,-7],[-2,-18],[-3,-5],[4,-11],[1,-31],[-6,0],[2,15],[-11,28],[-10,24],[1,10],[-5,10],[0,9],[4,9],[1,15],[4,15],[1,19],[-2,27],[-5,16],[-8,-7],[-7,-3],[-6,2],[-3,6],[-7,30]],[[5923,2982],[-3,5],[-4,0],[-5,16],[0,12],[5,24],[1,21],[-2,11],[2,11],[9,5],[5,13],[-4,1],[-3,20],[1,12],[0,20],[-3,4],[1,10],[5,19],[-3,10],[-1,12],[5,4],[7,17],[-4,12],[0,11],[-7,13],[2,11],[-4,13],[-1,9],[-6,-1],[-1,16]],[[5915,3313],[7,-8],[3,1],[3,-9],[10,2],[4,-9],[3,16],[8,-19],[6,-22],[1,-18],[0,-15],[3,-16],[-2,-22],[5,-20],[4,-5],[0,-13]],[[5118,5364],[0,-103],[0,-51],[-2,-14],[0,-29],[-2,-4],[-4,-19],[0,-10],[-3,-18],[-4,-2],[-5,-13],[-1,-9],[-13,5],[-1,-6],[-10,0],[-37,-5],[-10,-21],[-7,-3],[-5,4],[-8,0]],[[4683,4880],[1,7]],[[4684,4887],[-1,2],[0,-1]],[[4683,4888],[-1,1],[0,1]],[[4682,4890],[0,9]],[[4682,4899],[0,4],[1,0]],[[4683,4903],[1,0]],[[4684,4903],[0,1],[-2,24],[-3,9],[0,4],[-1,4],[-1,2],[0,4],[-5,-6],[-2,11],[-3,5],[-2,8],[0,4],[0,2],[1,2],[1,4],[1,0],[-2,13],[0,21],[-5,9],[1,15],[0,5],[-2,2],[0,2],[0,1]],[[4660,5049],[1,0],[2,-1],[4,1],[5,10],[-1,14],[3,32],[9,7],[1,-8],[10,-21],[5,4],[8,12],[9,-3],[4,-4],[11,5],[7,1],[2,4],[33,0],[40,0],[34,0],[4,60],[-7,12],[-5,108],[-4,95],[-4,106],[-4,80],[-4,93],[-3,55],[-3,74],[48,0]],[[4526,5481],[-1,9],[4,31],[69,0],[40,0],[0,49],[-2,37],[-2,17],[1,13],[15,24],[6,3],[10,10],[0,69],[0,114],[32,0],[42,0],[19,0],[0,93]],[[4660,5049],[-6,10],[0,3],[-1,4],[0,1],[-1,1],[-1,1],[-2,4],[-3,1],[-3,7],[0,7],[-2,4]],[[4641,5092],[-1,2],[0,8]],[[4640,5102],[-3,-1]],[[4637,5101],[-6,20],[-4,21],[-3,6],[-9,-2],[-4,17],[-6,12]],[[4605,5175],[-4,7],[0,2]],[[4601,5184],[-2,1],[-1,0],[0,-1],[-5,-1]],[[4593,5183],[-8,1]],[[4585,5184],[-2,3]],[[4583,5187],[-1,-3],[-1,2]],[[4581,5186],[-1,0],[0,-1]],[[4580,5185],[0,-1],[0,-1]],[[4580,5183],[0,-1]],[[4580,5182],[0,-2],[-6,-1],[-10,-6],[-6,2],[-4,-2],[-6,3]],[[4548,5176],[-3,-19],[0,-2]],[[4545,5155],[-2,-1],[0,-1],[0,-1]],[[4543,5152],[-1,-10],[-1,1],[0,16],[2,23],[8,48],[2,21],[1,32],[-1,33],[-2,13],[-1,18],[-5,21],[-4,11],[7,27],[2,36],[-5,14],[-1,8],[-4,2],[-4,14],[-7,29],[-3,-28]],[[6600,2552],[5,-17],[-4,-19],[-4,-3],[-5,3],[0,14],[8,22]],[[4917,6527],[0,-3],[1,-1]],[[4918,6523],[3,-12],[7,-1],[4,4],[6,-4]],[[4759,5977],[-51,0],[-37,0],[-37,0]],[[4634,5977],[7,20],[10,4],[13,6],[17,17],[4,14],[8,17],[14,18],[9,22],[7,28],[3,8],[5,19],[2,23],[-5,15],[-2,39],[1,21],[4,20],[9,23],[2,10],[0,26],[16,35],[2,12],[9,13],[20,17],[15,19],[6,14],[8,28],[5,25],[12,70],[4,0],[11,9]],[[4850,6569],[1,-3]],[[4851,6566],[3,-23],[13,-22],[12,-6],[11,7],[2,-4],[5,6],[10,-7],[10,10]],[[5913,2058],[-15,0],[-6,1]],[[5892,2059],[0,23],[-2,8],[1,29],[-3,4]],[[5888,2123],[-2,8],[2,14],[0,14],[1,23],[-1,59],[-2,9],[-1,17],[-3,5],[-2,18],[-4,11],[0,21],[-7,55]],[[5869,2377],[2,3],[29,76],[-1,13],[4,16],[-1,19],[5,7],[6,20],[-1,12],[4,6],[2,18],[-6,6],[-2,23],[3,19],[-5,6],[0,13],[6,5],[-1,18],[4,4],[1,9],[-4,22],[1,16],[2,15],[-2,6],[2,11],[-3,34],[2,14],[-6,-1],[-2,8],[-12,12],[-7,0],[-9,17],[-7,3],[-4,10],[-4,2],[-5,-5],[-2,4],[-14,0],[0,28]],[[5844,2866],[-1,19],[-2,6],[-2,19],[4,3],[12,12],[19,13],[5,7],[25,21],[19,16]],[[5970,3156],[20,2],[4,7],[4,2],[7,-18],[6,-1],[6,-3],[6,11],[12,-4],[4,-4],[10,13],[1,14],[3,4],[8,-1],[8,-10],[4,10],[7,7],[9,0],[10,16],[11,10],[7,15],[4,7]],[[6121,3233],[4,1],[2,-27],[-1,-11],[-5,-22],[3,-5],[-1,-25],[2,-25],[-1,-8],[2,-37],[-1,-12],[2,-36],[-2,-8],[3,-38],[5,-28],[1,-29],[-4,-6],[0,-12],[-1,-16],[-8,-30],[-6,-16],[-4,-18],[-7,-10],[2,-9],[-10,-16],[-7,-7],[-5,-17],[-12,-6],[-19,-19],[-20,-29],[-12,-38],[-11,-29],[-2,-14],[-10,-5],[-5,-8],[-11,-30],[-7,-16],[-10,-13],[1,-17],[-4,-21],[7,-20],[3,-2],[2,-16],[-1,-12],[1,-14],[5,-20],[2,-23],[-1,-21],[7,-9],[-1,-19],[1,-24],[-4,-42],[-1,-24],[5,-2],[-1,-17],[-11,-35],[-9,-12],[-17,-14],[-19,-18],[-12,-16],[-7,-12],[-3,-20],[-3,-8],[6,-22],[4,14],[-2,-40],[0,-15]],[[6252,3079],[4,-8],[-3,-17],[-2,22],[1,3]],[[5650,2721],[23,11],[18,-3],[4,-5],[6,-14]],[[5555,2209],[0,-83],[0,-78],[0,-103],[-12,-7],[-2,-11],[-5,-4],[-1,-13],[-4,-4],[-6,8],[-6,2],[-8,-5],[-7,-1],[-6,9],[-10,7],[-5,-1],[-2,15],[2,9],[-2,10],[-7,14],[-5,-2],[-5,-31],[-7,-10]],[[5457,1930],[-22,48],[-4,23],[-7,24],[-2,20],[-4,27],[1,16],[-4,11],[0,15],[-4,24],[2,14],[-2,20],[2,14],[-4,25],[-4,13],[0,5],[-4,31],[1,9],[0,22],[-2,13],[2,8],[-2,21],[3,10],[-1,25],[-3,19],[-9,30],[-6,26],[-8,27],[-4,18],[-4,30],[-2,17],[-4,11],[-2,17],[-14,66],[-5,14],[-7,16],[-2,15],[-3,10],[-3,36],[0,28]],[[5378,4973],[-7,0],[-5,-13],[-5,1],[-12,-18],[-3,-15],[-12,5],[-4,8],[-12,9],[-23,-2],[-5,-5],[-7,-1],[-5,-6],[-10,-27],[-19,2],[-9,7],[-4,10],[-3,-1],[-4,11],[-5,7],[-7,2],[-11,-16],[-6,1],[-3,-8],[-5,-1],[-6,24],[-8,19],[-4,5],[-4,-2],[-17,17],[-7,-9],[-7,-2],[-5,3],[-10,-6],[-7,-15],[-2,0],[0,-23],[-2,-12],[-4,-18],[-8,-16],[0,-19],[-1,-24],[2,-12],[-3,-4]],[[5238,4333],[-3,-8],[-4,5],[-2,-16],[-7,1],[-17,-8],[-6,4],[-5,-9],[-15,-4],[-3,5],[-4,-7],[-6,2],[-7,13],[-7,25],[-4,23],[-1,15],[-4,11],[-5,27],[-7,17],[-9,16],[-12,5],[-8,0],[-8,9],[0,-11],[-19,-2]],[[4522,6350],[9,-3],[3,-7],[-5,-7],[-7,7],[0,10]],[[5846,3912],[3,-20],[4,-8],[3,-14],[-1,-21],[3,-10],[-3,-21],[-7,-3]],[[5806,3791],[-1,3]],[[5803,3796],[-1,1],[0,1],[0,6]],[[5817,3880],[1,0],[0,3]],[[5820,3887],[0,1],[1,0]],[[5821,3889],[3,0],[2,1],[3,-1],[1,-7],[7,10],[6,20],[3,0]],[[6540,2489],[6,-5],[4,-15],[0,-13],[-6,-4],[-7,8],[-4,14],[3,11],[4,4]],[[5185,4018],[2,-12],[-5,-15],[-3,11],[1,9],[5,7]],[[4534,4927],[2,7],[24,0],[0,12],[10,5],[5,-2],[5,16],[5,-9],[16,-16],[4,-1],[9,6],[1,12],[-4,7],[-10,-9],[-7,16],[-3,-4],[-5,13],[-5,2],[-11,-9],[-1,-8],[-29,0]],[[4540,4965],[-5,17],[-2,22],[-4,18],[-3,5],[-6,18],[-7,3],[10,11],[8,26],[9,39],[2,18],[1,5],[0,5]],[[4545,5155],[2,16],[1,5]],[[4580,5182],[0,1]],[[4580,5183],[0,2]],[[4581,5186],[2,1]],[[4585,5184],[4,1],[4,-2]],[[4601,5184],[4,-9]],[[4637,5101],[2,2],[1,-1]],[[4640,5102],[1,-10]],[[4684,4903],[-1,0]],[[4682,4899],[1,-6],[-1,-3]],[[4683,4888],[1,-1]],[[4684,4887],[-3,-4]],[[4676,4882],[-1,-1],[0,-1]],[[4645,4882],[0,2],[-2,2]],[[4637,4897],[-12,2],[-48,1]],[[4553,4885],[-2,-2],[-2,1]],[[4549,4884],[-5,-7],[-2,0]],[[4541,4876],[-5,1],[-3,4],[1,10],[-1,16],[1,20]],[[6539,3661],[2,-11],[-4,5],[2,6]],[[4649,4537],[4,-5],[-2,-11],[-7,9],[5,7]],[[4680,4486],[-13,19],[-15,14],[1,16],[-7,7],[-4,9],[-1,17],[-2,10],[-5,5],[-3,10],[3,8],[-2,11],[1,17],[-3,9]],[[6193,4779],[1,2],[0,2],[2,9]],[[6201,4812],[6,-6],[1,-11],[5,-19],[4,-12],[14,-27],[6,-3],[11,2],[14,19],[10,14],[4,-6],[8,0],[3,-6],[8,3],[10,15],[4,9],[8,8],[3,0],[4,-6],[13,2],[5,10],[10,4],[6,-6],[14,7],[4,9],[8,0],[12,9],[6,10],[2,11],[7,7],[7,-8],[6,-3],[-1,-10],[-3,-13],[-2,-21],[3,-4],[-2,-12],[2,-29],[-4,-14],[-4,-6],[0,-23],[-2,-33],[1,-5],[-6,-20],[0,-9],[-6,-15],[-2,-20],[-5,-18],[-1,-9],[-9,-20],[0,-12],[-4,-24],[-5,-17],[-8,-31],[-3,-21],[0,-11],[-5,-29],[-11,-40],[-9,-33],[-6,-27],[-14,-41],[-16,-43],[-6,-20],[-9,-18],[-7,-21],[-5,-11],[-15,-22],[-8,-10],[-12,-19],[-9,-20],[-15,-33],[-12,-27],[-13,-39],[-7,-18],[-13,-40],[-6,-15],[-10,-44],[-1,-2]],[[5888,2123],[-3,-3],[-13,20],[-3,-2],[-5,-13],[-5,-24],[-4,-15],[0,-26],[10,-27],[9,-8],[14,0],[1,36],[3,-2]],[[5913,2058],[-1,-18],[-6,-44],[-2,-32],[-5,-29],[-12,-24],[-5,-5],[-12,-29],[-6,-19],[-2,-19],[-4,-10],[-8,-34],[-11,-38],[-6,-18],[-7,-11],[-5,-11],[-4,-6],[-15,-43],[-15,-30],[-6,-7],[-2,-8],[-26,-44],[-18,-18],[-9,4],[-9,0],[-5,-10],[-1,-13],[-10,5],[-7,0],[-5,-17],[-9,3],[-9,8],[-15,6],[-6,-3],[-1,-6],[-11,1],[-12,6],[-9,-4],[-7,-12],[-2,-8],[-6,-4],[-4,2],[-7,-5],[-5,4],[-6,0],[-2,-7],[-6,2],[-14,-20],[-2,-8],[-4,5],[-7,-2],[-7,13],[-2,14],[-9,5],[-5,-2],[0,20],[-9,0],[-5,4],[5,13],[-1,12],[-10,34],[-5,12],[-1,17],[2,7],[5,-4],[6,17],[-1,34],[-2,23],[-10,31],[-8,30],[-8,38],[-7,54],[-6,36],[-6,17],[-1,11],[-3,6]],[[5815,2393],[8,5],[8,-5],[10,-12],[5,3],[12,2],[7,-3],[4,-6]],[[5805,4683],[3,6],[12,0],[0,24],[11,15],[2,0],[23,-39],[12,1],[3,4],[13,40],[4,20],[4,6],[9,22],[-2,10],[0,38],[-8,17],[18,0],[1,21],[13,-4],[-3,-40],[4,-58],[6,-13],[5,-14],[3,-8],[6,-21],[-4,-39],[7,0]],[[5944,4291],[-14,-33],[-9,2],[-4,8],[-9,-9],[-8,-2],[-6,-10],[-7,-1],[-2,12],[-3,3],[-6,-10],[-7,10],[-4,0],[-5,-7],[-4,-14]],[[5856,4240],[-1,11]],[[5850,4247],[0,0]],[[5849,4252],[0,6]],[[5811,4301],[-6,9]],[[5797,4311],[-1,-4]],[[5791,4303],[-4,-2],[-4,0]],[[5771,4325],[0,7],[-6,8]],[[5658,4683],[11,0],[4,8],[7,4],[9,-3],[5,13],[1,14],[3,12],[11,5],[8,1],[3,-3],[0,-14],[3,-4],[5,-15],[2,-20],[3,-5],[8,-6],[12,10],[22,-1]],[[4502,5990],[-2,-16],[-5,6],[7,10]],[[4571,6013],[1,-23],[-5,-9],[-6,8],[-1,12],[4,11],[7,1]],[[4520,6016],[5,-6],[-4,-8],[-3,6],[2,8]],[[4551,6043],[-6,-15],[-2,-17],[-7,-11],[-6,25],[11,6],[5,11],[5,1]],[[4614,6055],[1,-5],[0,-21],[-3,-12],[-7,-1],[0,8],[9,31]],[[4502,6062],[5,-8],[-3,-20],[-4,22],[2,6]],[[4626,6089],[-1,-17],[-8,-10],[-1,13],[10,14]],[[4917,6527],[1,-4]],[[5989,5652],[1,-13],[8,-20],[8,-4],[6,-20],[12,-21],[-1,-6],[2,-24],[3,-16],[8,-26],[-4,-13],[2,-23],[-2,-8],[1,-24],[0,-8],[2,-12],[-1,-14],[5,-55],[2,-10],[5,-1],[7,-12],[4,-10],[1,-11],[6,-7],[7,-11]],[[4841,2845],[2,-5],[-3,-4],[-1,6],[2,3]],[[6108,3435],[-2,-15],[-3,7],[5,8]],[[6091,3576],[4,-32],[3,-1],[1,-14],[-3,-6],[-7,27],[-1,13],[3,13]],[[6102,3635],[5,-5],[0,-16],[-3,-17],[-3,7],[1,31]],[[5846,3912],[5,0],[4,4],[29,0],[58,0]],[[6088,3652],[1,-12],[-2,-20],[-4,-26],[-3,-11],[-4,-28],[3,-11],[-1,-10],[2,-9],[4,-2],[7,-19],[0,-6],[6,-6],[1,-8],[-7,-33],[-1,-10],[2,-12],[3,-2],[0,-14],[-5,-23],[1,-10],[4,-20],[2,-23],[3,0],[2,-48],[3,-10],[-1,-8],[10,-20],[8,-6],[-1,-12]],[[5915,3313],[-6,8],[-6,2],[-3,10],[-5,-1],[-2,5],[-5,-1],[-1,10],[-8,2],[-2,5],[-1,10],[-10,8],[-4,-2],[-6,18],[-2,12]],[[5845,3443],[-1,15],[-1,11]],[[5817,3663],[0,6]],[[4534,4927],[-1,22],[7,16]],[[5045,4436],[-12,-8]],[[5299,6425],[7,-9],[-4,-6],[-4,5],[1,10]],[[5240,6643],[5,4],[5,10],[20,16],[5,-9],[4,2],[4,-8],[0,-12],[4,-8],[11,3],[8,13],[3,-15],[-9,-30],[-8,-7],[-1,-22],[4,-18],[11,-14],[0,-19],[3,-8],[-6,-20],[-2,-11],[-8,-21],[-12,-14],[-3,-12],[0,-11],[5,-15],[8,-12],[6,6],[-1,-13],[3,-4],[9,6],[0,-10],[3,-15],[10,-3]],[[5832,4049],[3,3],[1,0]],[[5839,4063],[0,6],[0,1],[1,2],[1,0]],[[5857,4105],[4,9]],[[5869,4143],[-5,8],[-3,10]],[[5859,4160],[0,-2],[0,-1]],[[5857,4156],[-3,6]],[[5854,4169],[0,5]],[[5859,4233],[0,7],[-3,0]],[[4526,5481],[-1,11],[1,6],[2,59],[4,23],[3,10],[6,3],[4,18],[0,14],[6,18],[-2,8],[13,46],[1,14],[15,37],[8,14],[2,27],[-1,5],[1,20],[3,8],[2,20],[4,14],[0,10],[2,10],[6,10],[5,3],[8,12],[5,11],[4,28],[7,37]],[[5844,2866],[-5,-4],[-12,4],[-10,-5],[-6,-6],[-10,-19],[-1,-32],[-16,-18],[-3,-7],[-9,-10],[-7,-32],[-7,-13],[-8,-26],[-12,-7],[-10,12],[-4,-7],[-6,0],[-5,12],[-8,-3],[-4,5]],[[5666,3206],[0,-1],[2,1]],[[5700,3181],[3,3]],[[5703,3184],[-1,-8],[0,-16]],[[5721,3132],[0,-1]],[[5738,3127],[3,-1],[1,1],[1,2]],[[5743,3129],[1,-2]],[[5754,3155],[1,2]],[[5762,3123],[2,-4],[0,-6]],[[5765,3111],[1,0],[0,-1],[1,0]],[[5791,3077],[0,-1]],[[5790,3073],[2,-6]],[[5792,3067],[0,-4],[3,4]],[[5804,3028],[1,-4],[2,3]],[[5820,3037],[1,2]],[[5824,3036],[-1,-4],[0,-1],[0,-2]],[[5825,3111],[-1,-2]],[[5818,3098],[1,-1],[0,1]],[[5806,3098],[-3,15]],[[5790,3190],[2,17]],[[5793,3211],[2,7]],[[5794,3299],[0,2],[-1,1],[-1,7]],[[5792,3309],[-1,7]],[[5804,3368],[-2,11]],[[5802,3379],[3,1],[32,12]],[[5837,3392],[17,7]],[[7080,6664],[0,-1],[-1,0]],[[7079,6663],[-2,0]],[[7077,6663],[-1,5],[-7,-3],[-1,-3],[0,-4],[3,-8]],[[7071,6650],[-7,-5],[-1,-3],[-1,-2],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-2],[0,-1],[1,0],[-1,-1],[-4,0],[-2,3],[0,1],[0,1],[-21,-1],[-1,-1],[-1,0],[0,-1],[-5,-2],[-2,0],[-2,1],[-4,-1],[-12,-9]],[[7004,6627],[-7,-15]],[[6997,6612],[-1,0],[-2,0],[0,-2],[0,-4],[0,-1],[0,-1],[-1,1],[-1,2],[-2,3],[-1,-4],[-1,-2],[0,-3],[-9,-15]],[[6979,6586],[-2,-8],[9,-21]],[[6986,6557],[0,-10],[4,-11],[-3,-10],[0,-2],[2,-4],[1,0],[0,-1],[0,-1]],[[6990,6518],[-4,-16]],[[6986,6502],[-3,-4],[-2,-1]],[[6981,6497],[-1,-2]],[[6980,6495],[0,-1],[0,-2]],[[6980,6492],[0,-1],[-1,-1],[0,-1]],[[6979,6489],[-3,-6],[-1,-1]],[[6975,6482],[-1,-1],[0,-1],[0,-1],[1,-2],[-3,-5],[0,-8],[2,-1],[1,-4]],[[6975,6459],[1,-1]],[[6976,6458],[0,0]],[[6976,6458],[0,0]],[[6976,6458],[-2,-22]],[[6974,6436],[-6,-6],[-3,-1],[-7,-1],[-1,0],[-1,0],[-1,1],[-5,1],[-6,5],[-3,0],[0,-2],[-1,-4],[0,-1],[0,-2]],[[6940,6426],[2,-6]],[[6942,6420],[1,-5],[5,-3],[1,-6],[0,-2],[0,-5],[0,-1],[0,-1],[0,-2],[2,-4]],[[6951,6391],[1,-1]],[[6952,6390],[0,-1],[1,-1],[0,-4],[-2,-3],[-1,-3],[-2,-2],[-2,-1],[-2,-5],[-4,-3],[-8,0],[-2,-6],[0,-2],[0,-4],[0,-3],[0,-1],[1,0],[-2,-1],[-1,-4],[-1,-1],[0,-1],[0,-1]],[[6927,6343],[2,-8]],[[6929,6335],[-2,-6],[-2,-2],[-1,0],[0,-1],[-1,-5],[0,-3],[1,-4],[-1,-14],[2,-17],[-2,-3],[-1,-2],[-1,-5],[-1,-4],[-1,-2]],[[6919,6267],[-2,-6]],[[6917,6261],[-1,0],[-1,0]],[[6915,6261],[-2,-2]],[[6913,6259],[-1,0],[-1,1]],[[6911,6260],[-1,1]],[[6910,6261],[0,2],[-2,3],[0,6],[-4,4],[-4,-5],[-4,0],[0,3],[-3,1],[0,1],[-1,-2],[-1,-4],[-2,-5],[-5,-4],[-4,-8],[-3,1],[-1,-1],[1,-1],[0,-2],[0,-1],[2,-5],[1,1],[1,1],[1,-1],[1,-1],[-1,-3],[0,-1],[0,-1],[-2,1],[-2,-5]],[[6878,6235],[-1,0],[0,1]],[[6877,6236],[0,-1],[-1,0],[-5,-4],[-1,0],[-4,1]],[[6866,6232],[-4,0]],[[6862,6232],[-1,1],[1,4],[0,1],[0,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-2],[-1,-3],[-1,-1]],[[6854,6231],[-1,0],[0,-1]],[[6853,6230],[-1,-3],[0,-3],[-1,-3],[-2,-6],[-4,-2],[-1,-1],[-3,-26],[1,-7],[0,-5],[-1,-13]],[[6841,6161],[0,-6],[-1,-4]],[[6840,6151],[-1,-1],[0,-1]],[[6839,6149],[3,-4]],[[6842,6145],[1,-3],[0,-1],[-1,-3],[-2,-4],[-33,-23],[-14,4],[-9,-5],[0,-2],[-1,-1],[-1,0]],[[6782,6107],[0,0]],[[6782,6107],[0,0]],[[6782,6107],[0,-1]],[[6782,6106],[-1,-6],[-1,0],[-1,0],[0,1],[-1,1],[-13,5],[-30,-7],[-15,12],[-11,8],[-2,2],[-3,2],[-3,2],[-3,2],[-5,4],[-3,2]],[[6690,6134],[1,1],[0,3],[1,2],[1,1],[0,1],[1,3],[0,1],[1,1],[0,1],[8,21],[2,6],[2,4],[0,1],[0,1],[1,3],[7,18],[1,10]],[[6716,6212],[1,7]],[[6717,6219],[-2,12],[0,7]],[[6715,6238],[-2,5],[-23,8],[-1,16]],[[6689,6267],[0,23]],[[6689,6290],[0,3],[2,9],[-2,21],[-3,15],[-4,31],[7,20]],[[6689,6389],[1,6]],[[6690,6395],[1,1],[1,0],[-1,3],[-4,-1],[-3,0],[0,3],[-2,6],[-1,5]],[[6681,6412],[1,6]],[[6682,6418],[-3,20],[1,3],[1,3],[1,2]],[[6682,6446],[1,4],[1,0],[1,2],[0,1],[0,1],[4,0],[2,0],[1,0]],[[6692,6454],[-1,1],[-1,3],[-2,7]],[[6688,6465],[-1,4],[0,1]],[[6687,6470],[3,1],[1,2],[2,3]],[[6693,6476],[1,7],[0,1],[0,1],[1,1],[1,4],[-1,7],[1,4],[1,3]],[[6697,6504],[0,1],[0,1],[0,7]],[[6697,6513],[-1,10],[5,17]],[[6701,6540],[0,7]],[[6701,6547],[1,1],[2,1],[0,-5],[6,-9],[13,0],[6,-10],[10,-6],[9,12],[4,3],[0,28],[12,7],[2,3],[11,6],[5,9],[7,6],[6,14],[-1,14],[5,21],[-1,14],[7,7],[15,2],[3,7],[1,14],[11,-6],[7,-9],[6,2]],[[6848,6673],[14,2],[6,-14],[5,3],[9,-4]],[[6882,6660],[1,-7],[6,-11],[7,13],[10,7],[1,6],[8,2],[8,-16],[6,10],[-3,13],[5,13],[17,-5],[4,12],[-1,18],[7,14],[3,15],[10,11],[10,-14],[1,-9],[-3,-14],[2,-7],[7,2],[-3,-26],[0,-18],[-2,-17],[5,-24],[7,-4],[14,23],[9,2],[4,15],[8,7],[5,10],[14,-2],[0,-15],[11,8],[3,4],[14,-3],[3,-9]],[[7572,5568],[0,-2],[0,-3],[0,-3]],[[7572,5560],[0,-1]],[[7572,5559],[0,-3],[0,-8],[0,-17]],[[7572,5531],[2,-13],[-3,4]],[[7571,5522],[-2,3],[-2,-1]],[[7567,5524],[0,5],[-2,3]],[[7565,5532],[-1,-1],[0,-3]],[[7564,5528],[-2,0],[0,-3],[0,-1]],[[7562,5524],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-4],[-1,-3],[2,-8],[0,-1]],[[7562,5502],[0,-1],[0,-2],[0,-7],[0,-5],[-2,11],[-4,12],[-1,13],[-3,12],[1,24],[-2,20],[-6,32],[-6,13],[-5,-3],[-4,2],[-4,-13],[-5,14],[-2,-9],[4,-10],[-1,-24],[-3,-10],[-3,2],[2,16],[-2,4],[-9,-33],[-2,-5],[-5,7],[-7,-5],[-2,8],[-5,1],[-1,-11],[-7,-4],[-4,5],[-1,19]],[[7473,5575],[1,6],[-2,10],[-4,50],[3,16],[-7,3],[2,13],[-6,12],[0,19],[4,4],[-1,28],[-10,5],[-6,11],[-3,9],[6,21],[5,1],[1,14],[8,3],[5,-3],[1,10],[-3,11],[-8,4],[-3,11],[-10,18],[3,18],[4,4],[3,10],[0,13],[5,-7],[2,-12],[6,1],[2,11],[0,-2],[2,-1],[2,-8],[0,-8],[7,-12],[6,-3],[0,13],[4,0],[4,-13],[-2,-17],[2,-9],[-2,-17],[9,-11],[9,-6],[5,3],[8,-1],[9,3],[7,-5],[15,3],[11,-11],[-4,-9],[-2,-28],[-4,-10],[-4,-3],[-1,-13],[-4,7],[-5,-12],[-4,2],[-1,-9],[-4,-4],[-2,-22],[2,-12],[2,-23],[3,9],[5,-23],[6,11],[-2,14],[6,16],[-1,12],[6,4],[3,-7],[4,-25],[-2,-5],[1,-20],[4,-16],[3,-53]],[[7494,6018],[6,-7],[4,3],[8,-9]],[[7512,6005],[7,1]],[[7519,6006],[10,-6],[4,0],[1,3],[0,2],[2,0],[1,-1],[3,-3],[4,-9]],[[7544,5992],[0,-2]],[[7544,5990],[0,0]],[[7544,5990],[-1,1]],[[7543,5991],[-1,-1],[1,-2],[1,0],[0,-1],[1,0],[0,-3],[0,-1]],[[7545,5983],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-3],[2,-7],[8,-2],[1,0]],[[7554,5962],[1,0],[0,1]],[[7555,5963],[1,-3],[0,-3]],[[7556,5957],[0,-1]],[[7556,5956],[0,-1],[1,-3],[0,-1],[1,-3],[-2,-7]],[[7556,5941],[0,-9],[1,-1],[1,-4]],[[7558,5927],[0,-5],[0,-1],[0,-2],[-2,-1],[-2,1],[0,1],[-2,3],[-2,-4],[-3,-4],[-1,0],[-1,1],[-2,-1],[-2,-1],[-1,1],[-1,2],[-2,-4]],[[7537,5913],[-18,-1]],[[7519,5912],[-1,1],[-2,2],[-2,1],[-3,6],[-2,0]],[[7509,5922],[0,-1],[0,-1],[-1,-2]],[[7508,5918],[-2,1],[-1,-1],[0,-1],[-1,-3]],[[7504,5914],[1,-1]],[[7505,5913],[0,-1],[-2,-1],[-2,-1],[0,-1],[-8,-2],[-11,12],[-3,-3],[-1,0],[-3,-1],[0,1],[-1,1],[0,4],[-6,8],[0,8],[-1,0],[-3,2],[2,8]],[[7466,5947],[3,1],[2,16],[4,9],[0,2]],[[7475,5975],[1,1],[0,1],[1,4],[1,4],[2,5],[2,3],[2,4],[1,5],[-1,1],[1,2],[0,1],[1,1],[1,3]],[[7487,6010],[1,3]],[[7488,6013],[2,1]],[[7490,6014],[1,-1]],[[7491,6013],[2,1]],[[7493,6014],[1,4]],[[7730,4837],[-1,-20],[-2,0],[3,20]],[[7734,4836],[3,-2],[-1,-13],[-3,-2],[-1,15],[2,2]],[[7730,4899],[4,-16],[-3,-9],[-1,25]],[[7600,5347],[3,-2],[-2,-15],[-4,9],[3,8]],[[7602,5394],[3,-6],[4,-3],[-1,-9],[-4,-1],[-4,14],[2,5]],[[7809,5538],[-2,-7],[-7,-12],[-3,1],[-3,-18],[-3,-12],[-7,-11],[-2,-8],[-3,-20]],[[7779,5451],[-3,8],[-4,-9],[-9,2],[0,-18],[-8,1],[-5,-7],[-1,-21],[-4,5],[-8,-9],[-9,-1],[-2,7],[-3,-8],[-5,-6],[-2,-12],[1,-21],[-3,-5],[1,-34],[-6,-6],[0,-11],[5,-25],[-2,-8],[5,-16],[4,-10],[4,-14],[11,-29],[-2,-12],[6,-21],[4,-3],[3,-6],[-2,-15],[-6,-6],[-2,-25],[1,-16],[-5,-10],[-3,-1],[-3,-14],[1,-21],[6,-15],[4,-21],[10,-18],[6,-25],[1,-38],[-3,-9],[2,-16],[7,-19],[-1,-9],[7,-53],[-9,-29],[-2,-15],[-6,-17],[-7,-14],[1,-11],[-2,-12]],[[7742,4733],[-5,-26],[-2,14],[1,12],[-2,27],[7,14],[0,15],[2,10],[0,35],[-5,2],[3,15],[-2,5],[-2,16],[2,26],[-1,19],[0,18],[-3,9],[-3,20],[-6,15],[-3,17],[1,6],[-4,24],[-4,33],[0,18],[-2,7],[1,11],[-2,26],[1,6],[-5,17],[3,14],[-2,18],[-7,-1],[-5,38],[-6,17],[-1,-19],[-4,-21],[-2,-9],[-11,-14],[-6,-6],[-2,-6],[-7,-8],[-3,-14],[-5,-13],[-5,-2],[-2,6],[-5,0],[-3,-5],[-7,8],[-6,18],[-7,-4],[2,33],[2,5],[1,21],[2,6],[1,24],[2,3],[-1,17],[1,6],[-2,10],[0,16],[-3,26],[-4,11],[-1,16],[-2,6],[-5,4],[-8,10],[-5,24],[2,6],[6,-14],[4,2],[2,8],[0,6],[-7,11],[-7,23],[-2,10],[-4,-3],[-8,9],[-6,3],[-7,29],[-3,6],[-2,16],[-1,5],[-1,1],[0,5]],[[7562,5524],[2,4]],[[7564,5528],[1,4]],[[7567,5524],[2,-1],[0,2],[2,-3]],[[7571,5522],[1,9]],[[7572,5559],[0,1]],[[7572,5568],[2,2],[0,3],[0,2],[0,2],[0,2],[0,1],[1,0],[0,-1],[1,-2],[2,-2],[0,-1]],[[7578,5574],[2,-5]],[[7580,5569],[1,3],[1,-3]],[[7582,5569],[0,-1],[1,0],[0,1],[-1,3]],[[7582,5572],[2,5],[0,3],[0,3]],[[7584,5583],[1,1]],[[7585,5584],[1,-2],[1,0],[0,2]],[[7587,5584],[0,2]],[[7587,5586],[0,1],[1,1],[-2,19],[0,6],[-1,5],[1,5],[-1,2],[0,2],[1,5],[0,2],[1,1],[0,1],[-1,3],[0,2],[1,5],[1,-1],[1,-2],[0,-1],[1,0],[1,0],[0,1],[2,14]],[[7593,5657],[0,10],[1,2]],[[7594,5669],[0,8],[0,3]],[[7594,5680],[0,3],[0,8]],[[7594,5691],[2,20]],[[7596,5711],[8,3],[5,-5],[4,-4],[0,-2],[1,0],[-1,-1],[1,-1],[1,1],[0,1],[0,1],[0,2],[2,13],[1,6],[5,29],[4,10],[4,21],[0,5],[0,4],[0,1],[-2,1],[-1,1],[-1,1],[0,1],[-1,2],[1,3]],[[7627,5804],[1,10],[1,5],[2,1]],[[7631,5820],[1,0],[1,1],[3,12],[2,3],[1,1],[0,1]],[[7639,5838],[0,10]],[[7639,5848],[0,4]],[[7639,5852],[3,5]],[[7642,5857],[1,5],[-2,3],[0,3],[0,5],[1,4],[0,1],[0,6]],[[7642,5884],[-1,3],[-1,2]],[[7640,5889],[1,3],[0,1],[0,1],[1,5],[3,7],[2,-2],[4,4],[1,3],[0,4],[7,7],[2,8],[1,0],[1,1],[1,1],[0,1],[1,0],[0,2],[2,7],[2,3],[1,1],[3,2],[2,2],[4,0],[1,0],[1,0]],[[7681,5950],[2,3]],[[7683,5953],[3,3],[1,-2],[2,-3],[2,-10]],[[7691,5941],[5,-5]],[[7696,5936],[2,-1],[1,4],[-8,23],[0,10]],[[7691,5972],[3,10]],[[7694,5982],[1,0],[1,1],[0,-1]],[[7696,5982],[1,2],[0,1],[2,3]],[[7699,5988],[2,5]],[[7701,5993],[4,9]],[[7705,6002],[-3,3],[1,11]],[[7703,6016],[0,2],[1,0]],[[7704,6018],[1,3],[0,1],[2,-1],[1,8],[0,4],[0,1],[0,2],[1,4],[1,0],[2,-1],[1,-1],[1,-2],[2,-12]],[[7716,6024],[3,2]],[[7719,6026],[3,-7],[2,-4]],[[7724,6015],[1,-4],[1,-3],[0,-1],[0,-2],[-1,-5]],[[7725,6000],[3,-21]],[[7728,5979],[2,-13],[3,10]],[[7733,5976],[5,-6],[1,0],[1,1]],[[7740,5971],[0,0]],[[7740,5971],[1,-2],[0,-1],[0,-2]],[[7741,5966],[0,-1],[-1,-1]],[[7740,5964],[1,-8]],[[7741,5956],[0,-14]],[[7741,5942],[2,-40]],[[7743,5902],[-1,-20],[-2,-7],[2,-4]],[[7742,5871],[0,-2],[-1,-3],[-1,-3],[0,1],[0,1],[0,1]],[[7740,5866],[0,1]],[[7740,5867],[-1,1],[-1,-1],[-1,-1],[2,-11],[1,-2],[1,-4],[0,-1],[0,-1],[0,-1],[-2,-3],[-1,0],[-1,2],[0,1],[-1,0],[0,-1],[-1,-2],[0,-2],[-1,-2],[0,-3],[-2,-8],[-2,-3],[-3,4],[-1,-6],[0,-5],[-1,-4],[0,-1],[-2,-6],[-1,0]],[[7722,5807],[0,-1],[-1,-3]],[[7721,5803],[-1,-2],[-1,0],[-1,3],[-1,1],[-1,-4],[0,-4],[-1,-3],[-1,-4],[0,-4],[0,-2],[0,-5]],[[7714,5779],[1,-2]],[[7715,5777],[0,-1],[1,-1],[0,-1],[-1,-1],[-2,1]],[[7713,5774],[-1,-1]],[[7712,5773],[-1,-3],[-1,-2],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-7],[-1,-8],[0,-1],[0,-1],[-1,-2],[3,0],[1,1],[2,-6]],[[7714,5740],[-2,-3]],[[7712,5737],[0,-2],[1,-1]],[[7713,5734],[0,1]],[[7713,5735],[1,0],[0,-1],[1,-2],[0,-1],[-1,0],[0,-1],[1,-5],[-1,-2],[0,-1],[-2,-4],[-1,-2]],[[7711,5716],[0,-3]],[[7711,5713],[-2,-3],[-1,-1],[0,-1],[1,0],[1,-2],[1,-2],[1,-1],[1,1],[2,3]],[[7715,5707],[4,7]],[[7719,5714],[9,8],[10,-3],[8,-35],[-2,-4],[2,-4],[0,-2],[1,-2],[0,-3],[1,-5],[-2,-8],[6,-8],[7,3],[4,-4],[0,-12],[-4,-15],[0,-15],[-2,-7],[-1,-5],[0,-4]],[[7756,5589],[-1,-3],[-1,-4]],[[7754,5582],[0,-2],[3,-3],[4,0],[1,1],[1,1],[2,-1],[2,-1],[5,-5]],[[7772,5572],[5,-4]],[[7777,5568],[-2,-11],[5,-9],[2,-3],[-2,-4],[0,-1],[0,-5],[3,-4],[2,1],[1,1],[0,1],[1,2],[2,0],[4,-6],[4,4],[2,5],[1,3],[1,4],[1,1]],[[7802,5547],[5,6]],[[7807,5553],[1,0],[0,-4],[1,-5]],[[7809,5544],[0,-3]],[[7809,5541],[0,-2],[0,-1]],[[7809,5538],[0,0]],[[7012,3468],[0,-2],[1,-1],[0,-2],[0,-2],[-1,-2],[1,-1],[-2,-4],[2,4],[-1,2],[1,4],[-1,2],[0,2]],[[7900,4737],[-5,11],[-5,-2],[-6,5],[-6,-9],[-3,8],[1,8],[4,9],[-1,16],[-4,8],[-4,-21],[-8,2],[-1,38],[-4,16]],[[7858,4826],[0,6],[-6,31],[2,16],[-7,27],[-5,37],[1,21],[4,-1],[2,11],[4,4],[1,12],[3,5],[2,14],[6,10],[15,7],[7,-8],[10,4],[6,-2],[8,6],[4,-4],[4,-12],[3,9]],[[7922,5019],[4,-17],[5,4],[5,-5],[5,-11],[6,-2],[2,11],[-5,19],[6,3],[1,8],[4,-2],[4,4],[8,-15],[6,9],[3,-1],[3,12],[5,-3],[2,11]],[[7986,5044],[-1,-20],[-4,-21],[4,-14],[4,-29],[0,-11],[-4,-25],[3,-29],[-1,-19],[-10,-4],[-6,-15],[-6,-1],[-1,-7],[-9,0],[2,-8],[-3,-12],[-10,5],[-4,-17],[0,-18],[4,-6],[5,-16],[-3,-12],[-8,16],[-13,-12],[-7,7],[-1,-5],[2,-12],[-7,-15],[-6,2],[-6,-9]],[[8074,5434],[2,-7],[5,-1],[1,-14],[0,-12],[-8,-17],[-7,-43],[-1,-11],[-4,1],[-5,-15],[-9,-5],[-5,-16],[-4,9],[-8,0],[-9,12],[-4,3],[0,17],[-1,38],[10,23],[5,4],[-1,11],[4,9],[5,-6],[3,10],[4,3],[3,-6],[6,3],[3,6],[6,2],[4,-5],[5,7]],[[8387,6158],[4,-2],[6,-10],[-2,-5],[-6,4],[-2,13]],[[8369,6277],[3,-7],[10,-12],[1,-9],[-12,12],[-7,11],[5,5]],[[8172,5609],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1]],[[8168,5607],[-6,3],[-3,13],[-5,-2],[1,-25],[-4,-16],[-3,7],[-4,-15],[-6,6],[1,-11],[-5,1],[-8,-16],[-9,-4],[-2,8],[-4,-2],[-11,-19],[-5,1],[-5,-8],[-5,3],[-9,-6],[-4,-10],[-12,-14],[-1,-15],[7,-4],[-2,-11],[6,-11],[-3,-11],[-4,-6],[-5,0],[-5,7],[-3,12],[-2,25],[-2,7],[2,27],[4,10],[-7,4],[-14,-8],[0,13],[-13,8],[-6,-11],[-4,9],[-5,-10],[-5,0],[-2,8]],[[7996,5544],[-3,1],[-1,-2],[-1,-1],[-6,-2]],[[7985,5540],[-3,0]],[[7982,5540],[0,1],[-1,0],[0,2],[0,2],[-1,6],[-3,-2],[-5,8],[-1,9],[-7,4],[-2,23],[-1,0],[-2,1],[0,8]],[[7959,5602],[1,1],[0,6],[0,1]],[[7960,5610],[1,2],[1,-1],[1,0],[1,0],[0,1],[0,1],[0,3],[1,2],[0,2],[0,2],[2,5],[-1,1]],[[7966,5628],[0,0]],[[7966,5628],[-1,1],[-3,4],[-3,4],[-6,-6],[-4,9],[-2,1],[-2,0],[-1,0],[0,-1]],[[7944,5640],[-4,-4]],[[7940,5636],[-9,17],[-3,9],[-1,1],[0,-1]],[[7927,5662],[0,0]],[[7927,5662],[-1,3],[0,1],[0,2],[-1,1],[0,1],[0,-1],[-1,-1],[-1,-2],[-1,-5]],[[7922,5661],[0,-1]],[[7922,5660],[-1,0],[-3,0]],[[7918,5660],[-1,-2]],[[7917,5658],[0,-1],[-1,-1],[-1,-2],[-1,0],[0,1]],[[7914,5655],[-1,0],[0,-1]],[[7913,5654],[0,-1],[0,-1],[-1,-1],[0,-1]],[[7912,5650],[-1,-3]],[[7911,5647],[1,-8],[-4,-10],[-1,0],[-2,0],[-1,2]],[[7904,5631],[-6,-12]],[[7898,5619],[-2,4],[-1,2],[1,3],[-1,1],[-3,-1],[-1,-1],[-1,-4],[-1,-1],[0,-1]],[[7889,5621],[0,-4],[-1,-10],[0,-1],[-1,0]],[[7887,5606],[-2,5],[-3,8],[-1,2],[-2,4],[0,1],[-1,1],[0,-1],[-2,-5],[0,-1],[0,-2],[0,-1]],[[7876,5617],[0,0]],[[7876,5617],[0,-1],[-1,-4],[-1,2],[-2,7],[1,3],[-2,3],[-2,1],[0,-1],[-1,-5],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1]],[[7862,5604],[1,-2],[-2,-1]],[[7861,5601],[0,1],[-2,2],[-2,8],[-4,6],[-5,3],[-1,4],[-1,0]],[[7846,5625],[-1,-1]],[[7845,5624],[0,-1],[-1,-4]],[[7844,5619],[0,-4],[-2,-5],[-1,-2]],[[7841,5608],[-2,-8]],[[7839,5600],[-1,1],[-2,-1],[-3,2]],[[7833,5602],[-4,-5]],[[7829,5597],[-2,8]],[[7827,5605],[-1,1],[0,-1],[-1,0],[-2,-3],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-6]],[[7822,5590],[-1,-11]],[[7821,5579],[0,-4],[1,-7]],[[7822,5568],[0,-2],[1,-1],[1,0],[2,-10],[1,-12],[-2,-22],[1,-3],[1,0],[1,-2],[0,-3],[0,-1],[-2,-4],[-1,0],[-1,4],[-2,0],[0,-1],[0,-1],[-1,0],[0,1]],[[7821,5511],[1,3]],[[7822,5514],[-1,1],[-1,1],[-1,-1],[-1,0],[-3,-1],[-2,-4],[-2,4]],[[7811,5514],[0,24],[-2,0]],[[7809,5538],[0,3]],[[7809,5541],[0,2],[0,1]],[[7807,5553],[-2,-4],[-3,-2]],[[7777,5568],[-1,5],[-4,-1]],[[7754,5582],[2,7]],[[7719,5714],[-4,-5],[0,-2]],[[7711,5713],[0,2],[0,1]],[[7713,5735],[0,-1]],[[7712,5737],[1,2],[1,1]],[[7712,5773],[1,0],[0,1]],[[7715,5777],[-1,2]],[[7721,5803],[1,4]],[[7740,5867],[0,-1]],[[7742,5871],[1,31]],[[7741,5942],[1,11],[-1,3]],[[7740,5964],[1,2]],[[7740,5971],[0,0]],[[7733,5976],[-5,3]],[[7728,5979],[-1,17],[-2,4]],[[7724,6015],[-5,11]],[[7719,6026],[-1,1],[-2,-3]],[[7704,6018],[-1,-2]],[[7703,6016],[-1,1],[-5,10],[-4,-3],[-3,11],[-7,10],[0,8],[-5,16],[-4,17],[-7,14],[-8,-6],[-1,-6],[-16,-9],[-8,7],[-5,9],[-11,-14],[0,-13],[-6,-5],[-9,-14],[-9,-1],[-6,-12],[-1,-9],[-7,-12],[-6,-4],[1,-12],[-8,-13],[-8,2],[-8,-5],[-6,0]],[[7543,5991],[1,-1]],[[7544,5990],[0,1],[0,1]],[[7519,6006],[-3,11]],[[7516,6017],[-6,6],[-3,-2],[-7,4]],[[7500,6025],[-4,-2],[-3,-9]],[[7491,6013],[-1,1]],[[7488,6013],[0,-1],[-1,-2]],[[7475,5975],[-2,-3],[-1,-2],[-3,-18]],[[7469,5952],[-3,6],[-1,12],[2,7],[1,16],[-3,13],[-4,3],[-14,-17]],[[7447,5992],[-5,3],[-1,-1]],[[7441,5994],[-1,2],[-1,0]],[[7439,5996],[-2,-5],[0,-2],[-1,-2]],[[7436,5987],[-4,1],[-9,2],[-4,-1]],[[7419,5989],[-3,9],[-7,5],[-2,5],[-1,-2],[-1,0]],[[7405,6006],[-1,2]],[[7404,6008],[-2,-7],[0,-3],[-2,-4]],[[7400,5994],[-1,2],[-2,2],[-3,2],[-7,-4],[-3,17],[-9,11]],[[7375,6024],[-3,0],[-1,-3]],[[7371,6021],[-1,0],[-2,0],[-1,1],[0,2],[-1,1],[-1,-1],[-1,0],[0,1],[-1,1],[1,1],[0,1],[0,1],[-1,5],[1,1],[1,2],[1,2],[0,1],[0,5]],[[7366,6045],[-1,2],[-1,3]],[[7364,6050],[-8,-8],[-6,11],[-5,3],[-6,9],[-2,21],[-5,10],[-2,0],[-3,-2],[-2,-4],[-1,-2],[-1,-2]],[[7323,6086],[-1,-2]],[[7322,6084],[-1,1],[-2,3],[-8,28],[-11,6],[-7,19],[-9,8],[-1,6],[-1,3]],[[7282,6158],[-1,0]],[[7281,6158],[0,1],[-1,2],[0,1],[0,1],[1,3],[-1,3],[-1,1]],[[7279,6170],[0,0]],[[7279,6170],[-1,-1],[-1,-2],[-10,9],[-6,-12],[-1,-5],[-1,-3],[-1,0],[-1,-1],[-1,0],[1,-1],[0,-1],[0,-4],[-2,-4],[-3,3]],[[7252,6148],[-2,13]],[[7250,6161],[-6,6],[-6,11],[-2,0],[-6,7],[-1,0],[-1,1],[-1,0],[0,1]],[[7227,6187],[1,1]],[[7228,6188],[0,2],[0,4],[0,2],[0,1],[0,1],[0,1],[-2,3]],[[7226,6202],[-1,-1]],[[7225,6201],[-1,0],[0,2],[-1,2],[-2,2],[-3,7]],[[7218,6214],[-3,2]],[[7215,6216],[-2,-2]],[[7213,6214],[-3,-2],[-5,9]],[[7205,6221],[0,3]],[[7205,6224],[-3,3],[-2,8],[0,5],[-2,7]],[[7198,6247],[-2,2]],[[7196,6249],[-2,-2],[0,-6],[-2,0]],[[7192,6241],[-2,-4]],[[7190,6237],[-3,5],[-1,13],[3,5],[-3,12],[0,8],[1,4]],[[7187,6284],[-2,10],[-5,14]],[[7180,6308],[-3,19],[5,5],[1,2],[10,-21],[4,2],[0,6],[2,3],[2,1],[0,2],[0,1]],[[7201,6328],[1,-1]],[[7202,6327],[2,-1],[1,-1],[1,5],[0,1],[1,1],[1,3],[1,2],[0,5],[-2,9],[-4,11],[2,10]],[[7205,6372],[-1,2],[-1,0]],[[7203,6374],[-3,3],[-2,-4]],[[7198,6373],[-1,1],[0,1],[-1,1],[-4,12]],[[7192,6388],[-1,17]],[[7191,6405],[4,9],[-2,5],[-2,13],[0,1],[1,0],[2,1]],[[7194,6434],[2,-3]],[[7196,6431],[1,0],[1,0],[0,1],[0,1],[1,1],[2,-1],[2,-1],[1,0],[1,0],[0,1],[1,3],[0,1],[-1,1],[0,1],[6,10]],[[7211,6449],[-1,5],[0,1]],[[7210,6455],[-2,9]],[[7208,6464],[1,2],[2,-2]],[[7211,6464],[3,2],[1,0],[1,0],[0,3],[0,2],[0,1],[0,1],[0,3],[0,1],[3,5],[1,-1],[2,1],[1,0],[1,1],[0,4],[1,4],[0,1],[0,1],[1,1],[1,2]],[[7227,6496],[1,8]],[[7228,6504],[-1,8],[3,11],[-1,2],[0,2],[0,2],[1,1],[2,2],[1,4]],[[7233,6536],[0,2],[-1,3]],[[7232,6541],[-3,4]],[[7229,6545],[-3,-1],[-4,-9]],[[7222,6535],[-1,8]],[[7221,6543],[-1,6],[-2,-3]],[[7218,6546],[-1,1],[-2,2],[-2,1],[0,2],[-2,5],[-2,6]],[[7209,6563],[-3,10]],[[7206,6573],[-3,2],[0,-2],[-1,-2],[-1,-1],[-2,1],[-1,1],[-2,0],[-1,-3],[-5,5],[-2,-8],[-1,-1],[-1,0],[-1,0],[-4,-6],[-1,0],[-2,1]],[[7178,6560],[-4,-4]],[[7174,6556],[-3,-5],[0,-2],[0,-2]],[[7171,6547],[-1,-3]],[[7170,6544],[0,-1],[-1,0],[-1,1],[0,1],[-1,1]],[[7167,6546],[-3,-2],[0,-5]],[[7164,6539],[-3,2]],[[7161,6541],[-2,-1],[0,-1],[-1,-1],[0,-1],[-1,-1]],[[7157,6536],[-2,1],[-1,2],[-5,-1]],[[7149,6538],[-9,9]],[[7140,6547],[-2,1]],[[7138,6548],[0,-1]],[[7138,6547],[-1,-1],[0,1],[-2,1],[-1,3],[0,1],[-1,0],[-1,-1]],[[7132,6551],[-1,2],[-1,5],[-3,1],[-5,6],[-8,-1],[-1,13],[-4,8],[3,8],[-3,26],[-8,12],[-7,0],[-1,13],[-7,5],[-6,-3],[-6,7],[-3,-3]],[[7077,6663],[2,0]],[[7080,6664],[0,1],[0,1],[0,1]],[[7080,6667],[1,1],[1,0],[4,2]],[[7086,6670],[0,11]],[[7086,6681],[-2,3],[-1,1],[-1,1],[-2,9],[0,26],[-2,5]],[[7078,6726],[-1,8],[-3,6]],[[7074,6740],[-1,7],[1,1],[0,2],[-1,1],[-1,1],[-3,1],[-6,9],[-3,3],[-3,-2]],[[7057,6763],[0,-3]],[[7057,6760],[-1,-2],[-1,-1],[-5,6],[-4,18],[2,14],[-6,23]],[[7042,6818],[2,3],[0,3],[0,1]],[[7044,6825],[1,0]],[[7045,6825],[6,1]],[[7051,6826],[1,4],[1,2],[0,2]],[[7053,6834],[0,2],[0,3],[-1,5],[0,1],[-1,1]],[[7051,6846],[1,7]],[[7052,6853],[0,4],[2,7],[7,8],[1,0],[1,-1],[1,-1],[1,1],[3,4],[3,7],[0,1]],[[7071,6883],[1,0],[1,0],[1,3],[6,2],[-3,6],[0,2]],[[7077,6896],[1,3],[0,2],[4,-5],[7,-1],[1,3],[2,2]],[[7092,6900],[3,4],[3,5]],[[7098,6909],[0,1],[1,1]],[[7099,6911],[0,0]],[[7099,6911],[1,-3],[0,-1],[0,-4],[1,-4],[2,-2],[-2,-8],[1,-4],[1,-1],[1,1]],[[7104,6885],[1,1],[1,0]],[[7106,6886],[1,-1],[1,0]],[[7108,6885],[1,5],[3,0],[0,1],[2,-1],[1,0],[3,4],[1,-3],[0,-1],[1,-1],[3,2],[1,3],[1,2],[3,22],[3,13],[2,2]],[[7133,6933],[1,0]],[[7134,6933],[0,3]],[[7134,6936],[1,1]],[[7135,6937],[0,-1],[1,0],[2,4],[5,-4]],[[7143,6936],[2,1]],[[7145,6937],[0,-2],[1,0]],[[7146,6935],[1,1],[0,1],[1,1],[1,0],[2,-2],[0,-1],[5,1],[1,-1],[2,1]],[[7159,6936],[5,12]],[[7164,6948],[1,1]],[[7165,6949],[0,0]],[[7165,6949],[1,0]],[[7166,6949],[3,2],[1,1],[0,2],[0,1]],[[7170,6955],[0,2],[0,1],[0,2]],[[7170,6960],[0,1]],[[7170,6961],[0,1],[2,2],[3,-2],[9,7]],[[7184,6969],[2,6],[2,0],[1,0]],[[7189,6975],[1,2],[1,2],[0,1],[1,0],[0,1]],[[7192,6981],[3,3],[3,3]],[[7198,6987],[2,0],[3,6],[0,-1],[1,1],[1,1],[0,1],[11,6],[0,3],[1,4],[2,2],[8,-1],[1,2],[-1,1],[-1,2],[-1,3],[0,1],[0,1],[1,3]],[[7226,7022],[0,0]],[[7226,7022],[0,1],[2,0]],[[7228,7023],[0,-1],[0,1],[1,0],[0,1],[1,1],[0,1],[-1,4],[-1,3],[0,12],[-1,3],[0,1],[-1,3],[0,3],[1,1]],[[7227,7056],[2,7],[0,3]],[[7229,7066],[0,1],[1,0],[1,0],[0,-1],[2,1]],[[7233,7067],[0,1]],[[7233,7068],[1,1],[1,1],[1,0],[1,1],[1,0],[0,1],[-2,2]],[[7236,7074],[-3,4]],[[7233,7078],[-1,1],[0,1],[1,3],[1,1],[1,0],[2,3],[1,1],[5,1]],[[7243,7089],[0,11]],[[7243,7100],[-1,1],[-1,0],[0,1],[-1,1],[1,0]],[[7241,7103],[0,1],[1,3]],[[7242,7107],[0,5],[-6,26],[-4,21]],[[7232,7159],[1,13],[-1,4],[-1,10]],[[7231,7186],[2,8]],[[7233,7194],[0,0]],[[7233,7194],[0,1],[-2,5],[-4,5]],[[7227,7205],[-9,11]],[[7218,7216],[2,3],[1,2],[4,5],[2,-2]],[[7227,7224],[1,0]],[[7228,7224],[1,2],[1,1],[1,0]],[[7231,7227],[2,-1],[1,3],[0,2],[1,0]],[[7235,7231],[1,-1]],[[7236,7230],[2,0]],[[7238,7230],[1,0],[2,2]],[[7241,7232],[0,0]],[[7241,7232],[0,1],[1,1],[4,-3]],[[7246,7231],[1,1]],[[7247,7232],[0,2],[1,0],[1,0],[2,1],[2,3],[18,12],[3,-10],[16,-5],[1,1],[1,1],[1,0]],[[7293,7237],[0,1]],[[7293,7238],[0,9],[-1,6],[-3,2],[-2,3],[-2,3],[0,1],[0,1],[-1,0],[0,4],[3,13],[-1,10],[1,0],[0,2],[2,0],[1,1]],[[7290,7293],[0,6],[1,6]],[[7291,7305],[7,27],[0,5],[1,7],[2,9],[2,12],[0,3]],[[7303,7368],[2,3]],[[7305,7371],[0,1],[0,3],[1,4]],[[7306,7379],[3,4]],[[7309,7383],[13,-13],[0,-1],[1,0],[1,0],[2,-1],[4,-3]],[[7330,7365],[8,1]],[[7338,7366],[2,0],[3,0],[2,1],[3,-1]],[[7348,7366],[3,0],[1,1]],[[7352,7367],[1,0],[1,-1],[2,-3],[2,-5]],[[7358,7358],[2,2],[1,1],[1,0],[1,0]],[[7363,7361],[0,2]],[[7363,7363],[1,2],[1,0]],[[7365,7365],[0,1],[1,1]],[[7366,7367],[7,4]],[[7373,7371],[2,-1],[1,0],[0,6]],[[7376,7376],[1,1],[0,1]],[[7377,7378],[1,0]],[[7378,7378],[0,1]],[[7378,7379],[1,3],[1,12],[-5,47],[1,7],[1,3],[1,3],[1,1],[0,1],[0,1],[1,3],[0,2],[0,2],[1,1],[0,2],[1,0],[0,1],[2,1],[2,0],[4,1],[2,-1],[2,0]],[[7394,7469],[2,2],[1,2]],[[7397,7473],[7,4]],[[7404,7477],[1,3],[1,2]],[[7406,7482],[1,1],[0,1]],[[7407,7484],[3,6]],[[7410,7490],[-2,19],[1,2],[0,1],[1,0],[1,2]],[[7411,7514],[1,3],[1,3]],[[7413,7520],[7,1]],[[7420,7521],[3,-3],[1,0]],[[7424,7518],[3,-2]],[[7427,7516],[3,4],[5,1],[0,1],[0,1],[1,0],[1,0]],[[7437,7523],[1,-1]],[[7438,7522],[2,-4]],[[7440,7518],[0,-12]],[[7440,7506],[-1,-10],[7,-7],[0,-1],[0,-1],[-2,-3],[-1,-3],[-1,0],[1,-2],[1,-2],[1,0],[1,0],[8,-6],[6,-9]],[[7460,7462],[2,-11]],[[7462,7451],[5,-6],[1,1],[1,0],[1,-1],[2,-3],[1,-5],[2,0],[2,0],[0,-1],[1,0]],[[7478,7436],[1,1]],[[7479,7437],[1,1],[0,1],[2,1],[6,0],[5,-14],[5,0],[10,-11],[4,-14],[4,-23],[4,-13],[4,-2]],[[7524,7363],[2,-11],[2,-4]],[[7528,7348],[0,-2]],[[7528,7346],[-1,-10]],[[7527,7336],[2,0],[0,-1],[0,-1],[-1,-4],[-1,-3],[0,-2],[0,-2],[0,-1],[-1,-2],[-1,-2],[-1,-1]],[[7524,7317],[0,-1]],[[7524,7316],[1,-4],[1,-3]],[[7526,7309],[1,-6],[1,-4],[0,-3],[-1,-1],[-4,-9],[-2,-6],[-2,-5],[-1,-18],[7,-21],[17,-8],[14,0],[12,-6]],[[7568,7222],[2,2],[3,0]],[[7573,7224],[2,1],[1,1],[6,-3],[3,0],[2,0],[10,-3],[19,-21],[4,-10],[7,-6],[3,-8],[8,-6],[11,3],[-1,-9]],[[7648,7163],[0,-6],[-1,-3],[0,-2]],[[7647,7152],[3,-1],[3,0],[9,-43]],[[7662,7108],[1,-12]],[[7663,7096],[8,-14],[2,-4],[3,-7],[0,-2],[0,-3],[1,-7],[17,3],[4,2],[29,-10],[36,-7],[23,9],[7,0],[7,-1],[1,0],[1,-1],[6,-3],[6,-3],[7,-3],[6,-2],[8,-20],[5,-3],[3,-2],[2,-1],[3,1],[4,0],[8,-9]],[[7860,7009],[4,-3],[4,-4],[2,-2],[2,-2]],[[7872,6998],[1,-1],[4,-1],[7,-4],[1,0],[5,1],[2,0],[3,2],[8,3]],[[7903,6998],[0,-16]],[[7903,6982],[11,0],[2,-5],[8,12],[3,3],[0,1],[1,1],[2,1]],[[7930,6995],[6,7]],[[7936,7002],[29,26],[6,1],[1,0],[7,4],[5,7],[3,-4],[10,0],[9,4],[17,-5],[1,1],[2,2],[0,1],[1,1]],[[8027,7040],[15,1]],[[8042,7041],[2,4],[2,2],[5,5],[1,0],[6,1],[0,2],[1,0],[8,8]],[[8067,7063],[5,11],[2,6],[0,1]],[[8074,7081],[2,5]],[[8076,7086],[0,1],[1,0],[1,4],[2,5],[2,3],[2,5],[14,10],[6,13],[3,0],[2,1],[-3,18],[-5,8],[-7,22],[4,16],[0,5],[0,2],[1,2],[1,5],[0,1],[3,11],[0,2],[1,0],[0,1],[0,1],[3,3],[2,3],[1,1],[2,0],[1,-2],[8,0],[9,-13],[11,-6],[14,-4],[8,12],[3,1],[1,0],[4,8],[3,4],[0,1],[1,1],[3,6]],[[8178,7237],[3,13]],[[8181,7250],[1,1],[1,1],[2,1],[1,1],[3,-2],[1,-1],[1,-1],[2,-1]],[[8193,7249],[5,2],[4,0],[1,-1],[1,0]],[[8204,7250],[9,5]],[[8213,7255],[6,13],[2,1],[1,0],[0,2],[3,0],[1,1],[1,4],[1,1],[0,1],[1,0]],[[8229,7278],[0,0]],[[8229,7278],[0,1],[0,3],[-1,5],[1,5],[1,5],[2,4],[1,2],[0,1],[2,4],[2,4],[0,1]],[[8237,7313],[3,4]],[[8240,7317],[4,4],[15,-1],[2,16],[2,1],[3,0],[6,-5],[13,15],[14,-3],[6,4]],[[8305,7348],[8,-10]],[[8313,7338],[13,1],[0,1],[1,2],[0,1]],[[8327,7343],[3,-1],[0,4]],[[8330,7346],[1,6],[-1,7],[-3,11],[-3,10]],[[8324,7380],[-9,21],[-6,4],[-1,9],[-10,8],[-2,5],[-3,9],[-1,1],[-3,1],[-1,1],[-3,-1],[-1,2],[-1,0],[0,1],[-5,-2],[-1,0],[-2,0],[-1,1],[-3,-1],[-11,-27],[-8,13],[-2,1],[-2,2],[-1,1],[-1,1],[-1,0],[-1,1],[-3,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-2,-2],[-3,2],[-2,1],[-9,-13],[0,-1],[-2,2]],[[8218,7417],[-7,12],[-2,3]],[[8209,7432],[0,5],[0,2],[-1,10],[2,2],[6,6],[0,8],[0,9],[0,1],[0,2],[2,6],[4,9],[0,2],[1,3]],[[8223,7497],[-1,3]],[[8222,7500],[2,5],[1,5],[1,5],[2,6]],[[8228,7521],[4,15],[1,3]],[[8233,7539],[1,3],[1,5],[1,6],[2,6],[0,2],[3,10]],[[8241,7571],[1,-2]],[[8242,7569],[5,-5],[3,-4],[2,-2],[5,-3]],[[8257,7555],[5,0]],[[8262,7555],[2,-2],[1,0]],[[8265,7553],[2,-3]],[[8267,7550],[4,-3],[8,7]],[[8279,7554],[1,4],[3,1]],[[8283,7559],[3,4],[2,2],[4,5],[1,4],[2,2],[2,1],[3,1],[2,1],[4,1]],[[8306,7580],[4,5],[1,0]],[[8311,7585],[2,5],[1,6],[-1,1],[0,1],[1,4],[0,2],[1,0],[0,1]],[[8315,7605],[-1,2]],[[8314,7607],[-2,0],[-2,0]],[[8310,7607],[-1,1],[-1,2],[4,7]],[[8312,7617],[0,2],[0,3],[1,4],[1,1],[3,5],[1,3],[1,2],[0,2],[0,3],[2,10],[5,8],[0,6],[0,1],[0,2]],[[8326,7669],[0,0]],[[8326,7669],[0,1]],[[8326,7670],[1,-1]],[[8327,7669],[0,3],[0,2]],[[8327,7674],[1,1]],[[8328,7675],[1,0]],[[8329,7675],[1,3]],[[8330,7678],[0,3],[0,1]],[[8330,7682],[0,0]],[[8330,7682],[1,0],[1,0]],[[8332,7682],[0,8],[1,2],[1,1]],[[8334,7693],[0,1],[-1,2],[1,3],[1,3]],[[8335,7702],[1,0]],[[8336,7702],[1,0],[1,1],[0,1],[1,2],[3,4],[2,4],[2,1],[2,3],[0,1]],[[8348,7719],[2,1],[4,17]],[[8354,7737],[-4,14],[0,2],[1,2],[0,4]],[[8351,7759],[1,6]],[[8352,7765],[-2,1],[-2,3],[-3,2]],[[8345,7771],[-7,-4],[-3,0],[-1,2],[0,12],[1,2]],[[8335,7783],[1,1],[2,1]],[[8338,7785],[15,27],[1,1],[1,1]],[[8355,7814],[4,5]],[[8359,7819],[8,-2],[3,4],[6,1],[1,1],[1,1],[1,1],[8,3]],[[8387,7828],[11,5],[2,-4]],[[8400,7829],[11,1],[6,4],[1,0],[1,-1],[1,0],[1,1],[1,3],[2,1],[9,-1],[7,-5],[15,-18],[9,-3]],[[8464,7811],[12,1]],[[8476,7812],[12,-9]],[[8488,7803],[2,-5],[2,-2],[0,-3]],[[8492,7793],[1,-3],[8,-15],[9,-29],[-2,-6],[4,-3],[1,0]],[[8513,7737],[1,-2],[1,-1],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-5]],[[8512,7721],[1,-1],[1,-3]],[[8514,7717],[4,-11]],[[8518,7706],[1,-1],[0,-5]],[[8519,7700],[3,-8]],[[8522,7692],[0,-1],[-1,-2]],[[8521,7689],[0,-3],[0,-1],[0,-1],[1,-1],[2,0]],[[8524,7683],[1,-3],[0,-21]],[[8525,7659],[6,-13]],[[8531,7646],[6,-22]],[[8537,7624],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-3],[0,-2],[3,-12],[5,-3]],[[8543,7599],[1,-4],[-2,-5],[-1,-2],[0,-1],[0,-1]],[[8541,7586],[0,-1],[0,-1],[-1,-2],[0,-1],[2,-4],[0,-1],[-1,-5],[0,-2],[2,-3],[2,0],[0,-1],[1,-1],[0,-3],[0,-1],[0,-2],[3,-6],[15,-3],[6,4],[18,-14],[5,1],[1,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-6],[0,-2],[4,1],[4,-14],[12,-17],[5,3],[2,-4],[3,2],[1,0]],[[8629,7501],[0,-3]],[[8629,7498],[-1,-1],[0,-1],[-1,-2]],[[8627,7494],[-2,-11]],[[8625,7483],[0,-1],[0,-1],[2,-2],[1,-6],[3,2],[2,-16],[-5,-14]],[[8628,7445],[6,-11]],[[8634,7434],[5,-18],[14,3],[12,-5],[15,4],[1,0],[1,1],[0,1],[0,3],[1,1],[0,1],[0,1]],[[8683,7426],[1,4]],[[8684,7430],[0,3],[2,2]],[[8686,7435],[3,-1],[6,12],[7,-1],[1,1],[2,0]],[[8705,7446],[2,-3],[1,1],[0,1]],[[8708,7445],[1,2],[0,1]],[[8709,7448],[0,1],[0,1]],[[8709,7450],[0,1],[1,0],[0,1],[2,-1],[1,1],[1,4]],[[8714,7456],[7,1],[1,5]],[[8722,7462],[10,4],[2,2],[1,0],[4,-1]],[[8739,7467],[1,0],[3,-2]],[[8743,7465],[0,-1],[-2,-6],[0,-1],[-1,-1],[0,-1],[0,-7],[-4,-8]],[[8736,7440],[0,-3],[1,-5]],[[8737,7432],[6,-15]],[[8743,7417],[-1,-2],[0,-1],[-1,-1],[-1,-5],[-2,-3],[-1,-3],[0,-1],[-2,-3],[-9,-9],[2,-13],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0]],[[8725,7373],[0,-1]],[[8725,7372],[0,-1],[-1,-4],[-2,-9],[0,-4],[0,-1]],[[8722,7353],[0,0]],[[8722,7353],[0,-1],[1,-2],[-2,-10],[-4,-11],[2,-4],[1,-2],[0,-1],[-1,0]],[[8719,7322],[0,-1],[-1,-1],[0,-2],[1,-5]],[[8719,7313],[-2,-4],[-2,-2],[-2,-1],[0,-1]],[[8713,7305],[-1,-1]],[[8712,7304],[2,-4],[0,-1],[0,-1],[-1,-2],[-1,-3],[-2,-5],[0,-1],[0,-2],[-1,0],[0,1],[0,1],[-1,0],[0,-1]],[[8708,7286],[-2,-4],[0,-13]],[[8706,7269],[-1,-4]],[[8705,7265],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-3,-15],[1,-4],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,-3],[-2,-2],[-1,1],[-2,2],[-22,13],[-4,7]],[[8663,7247],[-6,-9]],[[8657,7238],[-1,-3],[0,-1]],[[8656,7234],[0,0]],[[8656,7234],[0,-1],[1,0]],[[8657,7233],[0,-2]],[[8657,7231],[-2,-3],[-2,-3],[-1,-2],[0,-2]],[[8652,7221],[0,0]],[[8652,7221],[0,-1],[-6,-3],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-4],[-1,0]],[[8638,7213],[0,0]],[[8638,7213],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[3,-2],[1,-6],[2,-20]],[[8643,7181],[1,-3],[0,-5]],[[8644,7173],[1,-4],[1,-13],[0,-1],[0,-1]],[[8646,7154],[0,-1],[-1,-1],[-1,-13]],[[8644,7139],[-1,-22],[1,-1],[1,-1],[1,-2],[0,-2],[1,-4]],[[8647,7107],[-1,-1]],[[8646,7106],[-1,-4],[0,-1],[0,-1],[0,-3],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-3],[0,-1],[-2,-3],[-1,-2]],[[8641,7083],[0,0]],[[8641,7083],[0,-3]],[[8641,7080],[0,-7]],[[8641,7073],[-2,0],[0,-4]],[[8639,7069],[-10,-1]],[[8629,7068],[-4,-4],[0,-1]],[[8625,7063],[-2,-1]],[[8623,7062],[4,-7]],[[8627,7055],[1,-5],[0,-1],[-1,-1],[-1,-1]],[[8626,7047],[-2,2]],[[8624,7049],[0,2],[-1,0],[0,-1],[0,-2],[1,0],[0,-1]],[[8624,7047],[-1,0]],[[8623,7047],[0,-1],[-1,3]],[[8622,7049],[-5,11]],[[8617,7060],[0,5],[0,3]],[[8617,7068],[0,1]],[[8617,7069],[1,1],[-1,2],[-11,4],[-2,-17]],[[8604,7059],[-1,-11]],[[8603,7048],[0,-1]],[[8603,7047],[0,-1]],[[8603,7046],[0,-5],[0,-1],[0,-1]],[[8603,7039],[0,0]],[[8603,7039],[-1,-1],[0,-1],[-2,1]],[[8600,7038],[0,2],[-1,-4]],[[8599,7036],[-1,-3],[-2,3],[-1,2],[-2,2],[-13,-33],[-2,2],[-1,1],[-1,0]],[[8576,7010],[-19,-2]],[[8557,7008],[-1,-2]],[[8556,7006],[0,0]],[[8556,7006],[0,-1],[1,-1],[0,-1],[1,-11],[5,-14],[0,-5],[-2,-4],[0,-1],[0,-1],[-2,-4],[-1,-2],[-7,4],[-9,1],[0,2],[-2,1],[0,-1]],[[8540,6968],[-1,0]],[[8539,6968],[-1,0],[-1,0]],[[8537,6968],[-1,0],[-1,2],[0,1]],[[8535,6971],[-1,1],[-1,1],[-2,4],[-3,6],[0,3],[0,1],[0,1],[-1,2],[-2,3],[-1,-1]],[[8524,6992],[0,0]],[[8524,6992],[-2,-4],[-1,-2]],[[8521,6986],[-2,2],[0,1]],[[8519,6989],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,-3],[-1,-1],[-1,-1],[-1,-2],[-2,-13],[-6,-20],[-3,-5],[-1,-2],[-1,-4],[-2,-7],[-2,-2],[-3,1],[-1,-1]],[[8494,6926],[-1,1]],[[8493,6927],[-9,-13],[-1,-3],[0,-2]],[[8483,6909],[0,0]],[[8483,6909],[0,-1]],[[8483,6908],[-11,-6]],[[8472,6902],[0,-1],[-1,-2]],[[8471,6899],[1,-1]],[[8472,6898],[1,-1],[0,-1],[-1,0],[-2,0],[-1,0]],[[8469,6896],[-1,1],[-4,-8]],[[8464,6889],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[-3,-4],[-2,-5],[-3,-6]],[[8453,6869],[0,-3],[1,0]],[[8454,6866],[0,-1],[0,-1],[0,-2]],[[8454,6862],[-4,-5],[-1,-4],[-26,-5],[0,-7],[-7,-2],[-19,-20],[-6,-12],[-4,-13],[-7,0],[-6,-16],[-4,0],[-6,-7],[-1,13],[16,13],[-2,8],[1,12],[-7,5],[5,12],[-3,10],[2,8],[10,11],[11,35],[-4,14],[-8,10],[-18,9],[-6,-8],[-7,-19],[-4,-8],[-4,-19],[-14,-10],[-1,-4],[-10,-6],[-5,-13],[-5,-26],[-5,-13],[-8,-5],[-3,3],[-8,-11],[-5,12],[-4,2],[-7,-9],[-6,-33],[5,-18],[10,-16],[9,0],[4,-5],[7,9],[4,-11],[4,-25],[-3,-7],[0,-19],[9,-13],[12,-2],[4,7],[2,13],[4,2],[10,22],[12,6],[7,-15],[6,-2],[6,-12],[10,3],[14,-4],[5,-15],[-5,-5],[3,-14],[-6,-8],[-11,8],[-13,-13],[-8,-5],[-9,-16],[-4,-3],[-2,-10],[2,-11],[-10,-6],[1,12],[-7,-1],[2,-11],[-5,-23],[-4,-8],[-6,-2],[-3,-15],[-4,-8],[-1,-12],[-4,-5],[0,-18],[16,-21],[13,-13],[10,-59],[-1,-9],[8,-25],[1,-12],[-1,-17],[14,-16],[1,-20],[8,-6],[5,-19],[-2,-6],[-5,4],[-9,11],[-9,-9],[7,-10],[2,-8],[11,-16],[6,-25],[-2,-6],[-12,-5],[-13,-19],[-4,-13],[-6,1],[2,-16],[5,0],[10,14],[4,-2],[8,-21],[8,-8],[-4,-21],[5,2],[-4,-29],[-4,-4],[1,-19],[-2,-13],[-4,-4],[2,-11],[0,-15],[-13,-10],[-12,-33],[-3,-30],[-7,-14],[-2,-13],[-5,-7],[2,-8],[-3,-8],[-6,15],[-6,-2],[-1,-11],[6,-3],[4,-17],[-7,-8],[-4,-12],[6,-5],[-4,-10],[0,-22],[-6,-2],[-7,-8],[-2,-8],[-4,-3],[-1,-11],[2,-17],[-5,-7],[-3,-14],[-5,3],[-5,-4],[-4,7],[-3,-8],[0,-10],[3,-10],[-5,-4],[-2,-12],[-6,-3],[-1,-10],[-4,0],[-7,-10],[1,-7],[-12,-4],[0,-11],[-4,-13],[-5,-10],[-1,-12],[-5,2],[-6,-10],[-6,-2],[-6,6],[-5,-13],[-2,6],[-10,0],[-4,-14],[-4,0],[0,13],[-8,-16],[-2,5],[-5,-5]],[[8172,5609],[2,-11],[-5,-2],[-1,11]],[[7606,4509],[3,-17],[-1,-14],[-3,-4],[-3,19],[0,12],[4,4]],[[7570,4770],[2,-9],[-2,-17],[-4,2],[-1,17],[5,7]],[[7575,4867],[1,-4],[1,-23],[-2,-27],[-2,3],[-4,24],[3,3],[0,15],[3,9]],[[7580,4916],[2,-12],[0,-19],[-2,-12],[-6,1],[1,36],[5,6]],[[7584,4962],[-1,-17],[1,-17],[-7,-4],[2,32],[5,6]],[[7473,5575],[-1,-14],[2,-18],[-2,-2],[-7,4],[-6,11],[-3,-14],[-6,11],[-4,17],[-8,-22],[-14,-11],[-3,0],[-5,-10],[-5,-17],[6,-35],[-7,-11],[0,-14],[-7,-10],[-4,-15],[-5,-7],[-15,-11],[-11,-15],[-10,-20],[-10,-33],[-11,-30],[-1,-5],[-10,-12],[-8,-17],[-2,-9],[-6,-15],[-14,-17],[-5,-9],[-7,-20],[3,-8],[-1,-16],[-10,-14],[-7,-7],[-4,4],[-5,-2],[-5,-11],[-2,-15],[-8,-19],[-3,12],[-7,-3],[-6,-12],[-2,-13],[-3,-17],[-1,-16],[4,-31],[-2,-38],[4,-20],[-1,-12],[3,-24],[-5,-61],[-8,-27],[-3,-34],[3,-32],[-1,-29],[1,-31],[-9,3],[-8,-8],[-1,-15],[-7,-24],[-2,-15],[2,-15],[-16,-12],[-6,-17],[-1,-27],[-2,-8],[-14,-22],[-7,3],[-9,19],[-11,34],[-1,1],[-7,43],[-2,35],[-4,28],[-5,31],[-2,22],[-4,25],[-2,3],[-3,18],[-9,20],[-10,62],[-4,35],[0,6],[-2,30],[-3,9],[-3,31],[-3,19],[-6,9],[-1,13],[-3,7],[-1,20],[-3,7],[-4,28],[-4,7],[-5,41],[-2,56],[-2,8],[-1,22],[-4,22],[-4,48],[0,18],[-4,58],[1,36],[4,19],[-1,20],[-4,23],[-2,0],[0,25],[4,15],[-7,4],[2,13],[-3,3],[2,15],[-5,13],[-4,-23],[0,-17],[2,-11],[-6,-30],[-10,-13],[-21,-23],[-6,1],[-9,10],[-10,19],[-10,29],[-13,28],[-7,21],[-2,8],[4,5],[4,-9],[10,8],[4,6],[2,-4],[4,9],[6,2],[5,15],[0,12],[-4,1],[-7,-3],[-6,-12],[-15,7],[-14,23],[-1,8],[-7,24],[-6,1],[1,16],[4,9]],[[6898,5710],[11,1],[3,18],[7,4],[13,1],[4,-9],[8,0],[3,9],[13,9],[0,-12],[6,-2],[5,10],[0,17],[3,7],[-4,18],[-2,15],[-6,18],[0,20],[-11,2],[-5,17],[0,10],[3,12],[0,22],[-8,1],[-11,12],[0,19],[2,13],[12,27],[3,17],[7,15],[4,2],[5,-8],[2,-14],[4,-1],[8,9],[13,3],[6,6],[1,11],[8,20],[3,20],[3,8],[15,17],[9,40],[3,26],[11,9],[5,10],[-2,12],[5,13],[9,28],[5,8],[-2,6],[3,31],[-4,11],[6,15],[5,8],[10,4],[4,12],[-1,6],[-11,8],[-7,3],[-2,19],[-4,1],[-4,18],[-9,14],[4,8],[0,15],[-5,12],[2,8],[7,6],[-2,8],[-8,0],[2,12],[-3,19],[2,17],[5,-1],[4,8],[8,-1],[4,-6],[8,-4],[6,1],[5,-7],[10,-2],[8,12],[2,-3],[8,8],[7,0],[2,13],[4,4],[3,-4],[0,5]],[[7138,6504],[23,37]],[[7164,6539],[0,-1],[1,0],[0,1],[3,0],[1,-1],[0,-1],[0,-2]],[[7169,6535],[-2,-3]],[[7167,6532],[0,-3],[-1,-3],[0,-1],[0,-4],[7,-26],[-2,-7],[1,-4],[2,-2],[0,-6],[12,-6],[1,-5],[3,-5],[2,-1]],[[7192,6459],[1,-5]],[[7193,6454],[0,-5],[-1,-5],[-5,-5]],[[7187,6439],[-2,-1],[-1,-4],[1,0],[1,-2],[1,0]],[[7187,6432],[0,-6]],[[7187,6426],[0,-12]],[[7187,6414],[0,-2],[-1,-6]],[[7186,6406],[0,-1],[1,0],[0,-1],[0,-2],[-1,-1]],[[7186,6401],[6,-13]],[[7198,6373],[0,-1]],[[7198,6372],[0,-10]],[[7198,6362],[2,-6],[1,-12],[1,-3],[0,-3],[-1,0],[0,-1],[0,-2],[1,-4]],[[7202,6331],[-1,-3]],[[7180,6308],[-2,-5],[5,-13],[4,-6]],[[7190,6237],[1,-1]],[[7191,6236],[2,-6],[1,-4],[-1,-5]],[[7193,6221],[7,-8],[3,0],[0,1],[0,2],[0,2]],[[7203,6218],[2,3]],[[7213,6214],[8,-16]],[[7221,6198],[0,-3],[1,-3],[0,-3],[1,-2],[4,0]],[[7250,6161],[-1,1]],[[7249,6162],[-2,-1]],[[7247,6161],[0,-1],[-1,0],[0,-3]],[[7246,6157],[0,-2],[0,-1]],[[7246,6154],[-10,-21]],[[7236,6133],[-1,-3],[-1,0],[-1,-1],[-1,-2]],[[7232,6127],[0,-1]],[[7232,6126],[0,-1]],[[7232,6125],[0,-5],[1,-5]],[[7233,6115],[-5,-11]],[[7228,6104],[2,-10],[-1,-7]],[[7229,6087],[0,-4]],[[7229,6083],[-1,-1],[-1,0],[-1,-2]],[[7226,6080],[-3,-11]],[[7223,6069],[0,-1]],[[7223,6068],[0,-1],[0,-2]],[[7223,6065],[0,-4]],[[7223,6061],[2,-2]],[[7225,6059],[1,-3],[1,-1],[1,0]],[[7228,6055],[7,-12]],[[7235,6043],[1,-2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,3]],[[7237,6050],[1,0],[0,-2]],[[7238,6048],[0,-1],[1,-1],[1,0],[7,-12]],[[7247,6034],[5,-5],[1,-1],[1,0],[1,-1]],[[7255,6027],[0,-1],[1,-6],[2,-5],[5,-9]],[[7263,6006],[3,-4],[0,-1],[1,-1]],[[7267,6000],[1,-1]],[[7268,5999],[1,0],[0,-1],[6,-8],[1,4],[0,1],[1,0],[5,-5],[7,-12],[1,-1],[4,1],[1,2],[1,0],[1,0],[0,-1],[0,-1],[1,-10]],[[7298,5968],[1,-3]],[[7299,5965],[3,-1],[2,-2]],[[7304,5962],[6,-1],[4,-8],[2,5],[0,1],[-1,1],[0,1],[1,2],[6,-1]],[[7322,5962],[6,-2]],[[7328,5960],[6,1],[2,5],[4,-5],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[2,-1],[2,-1],[3,-1],[1,0],[1,-3],[1,-7],[-1,-10],[14,-14],[5,-9],[8,9],[3,-14],[3,-7],[5,7],[2,-4],[1,-1],[2,-1],[2,2],[1,0],[11,-14],[6,8],[11,-13],[5,6],[1,-1]],[[7431,5887],[1,-2],[0,-1]],[[7432,5884],[1,0],[1,1],[1,3]],[[7435,5888],[3,2]],[[7438,5890],[3,-1],[1,-3],[2,-3]],[[7444,5883],[1,0],[-1,1],[1,0],[0,1],[1,2],[0,1]],[[7446,5888],[2,15]],[[7448,5903],[1,16],[-5,18],[1,26],[1,8]],[[7446,5971],[2,6],[1,9]],[[7449,5986],[-2,6]],[[7469,5952],[-3,-5]],[[7505,5913],[-1,1]],[[7508,5918],[1,4]],[[7519,5912],[10,1],[8,0]],[[7558,5927],[-2,14]],[[7556,5956],[0,1]],[[7555,5963],[-1,-1]],[[7705,6002],[-1,-4],[-2,-3],[-1,-2]],[[7699,5988],[-3,-6]],[[7694,5982],[0,-1],[0,-3],[0,-1],[-3,-5]],[[7696,5936],[-2,3],[-3,2]],[[7683,5953],[-1,0],[0,-2],[-1,-1]],[[7640,5889],[2,-5]],[[7642,5857],[-2,-4],[-1,-1]],[[7639,5848],[1,-6],[-1,-3],[0,-1]],[[7631,5820],[-2,-1],[-1,-5],[-1,-10]],[[7596,5711],[-4,8],[2,-28]],[[7594,5680],[0,-11]],[[7594,5669],[-1,-12]],[[7587,5586],[0,-1],[0,-1]],[[7585,5584],[-1,0],[0,-1]],[[7584,5583],[-1,-7],[-1,-4]],[[7582,5569],[-2,0]],[[7580,5569],[0,-3],[0,4],[-2,4]],[[7494,6018],[6,7]],[[7516,6017],[-4,-12]],[[7218,6214],[7,-13]],[[7225,6201],[0,-1],[1,2]],[[7228,6188],[-1,0],[0,-1]],[[7221,6198],[-6,14],[0,4]],[[7205,6224],[-2,-6]],[[7193,6221],[-2,15]],[[7190,6237],[1,0],[1,4]],[[7196,6249],[2,-2]],[[7203,6374],[2,-2]],[[7202,6327],[-1,1]],[[7201,6328],[0,1],[1,2]],[[7198,6362],[0,6],[0,4]],[[7206,6573],[0,-7],[3,-3]],[[7218,6546],[3,-3]],[[7222,6535],[1,-1],[3,6],[3,5]],[[7232,6541],[1,-5]],[[7228,6504],[-1,-8]],[[7211,6464],[-3,0]],[[7210,6455],[1,-6]],[[7196,6431],[-2,2],[0,1]],[[7191,6405],[-5,-4]],[[7186,6406],[1,8]],[[7187,6426],[-1,2],[1,2],[0,2]],[[7187,6432],[0,7]],[[7193,6454],[2,0],[-1,7],[-2,-2]],[[7167,6532],[2,3]],[[7164,6539],[3,7]],[[7170,6544],[0,1],[1,2]],[[7174,6556],[3,0],[1,3],[0,1]],[[8431,5841],[0,-1],[-1,-1],[1,2]],[[7250,6159],[-2,-2],[-1,4]],[[7249,6162],[1,-3]],[[7138,6547],[0,1]],[[7140,6547],[3,-6],[6,-3]],[[7149,6538],[8,-2]],[[7138,6504],[-6,47]],[[9059,7188],[8,-7],[-4,-10],[-5,-2],[-6,-10],[-3,-13],[-6,-7],[-3,4],[8,15],[11,30]],[[9132,7262],[3,-3],[-3,-13],[-4,0],[-15,-16],[-5,-10],[-7,2],[-3,-12],[-6,-8],[-2,11],[7,9],[1,8],[12,13],[4,-2],[8,5],[6,15],[4,1]],[[8131,5186],[-1,0],[1,1],[0,-1]],[[8562,5920],[2,-10],[-5,-8],[-10,-24],[-2,8],[10,17],[5,17]],[[8602,6039],[-7,-23],[-2,-5],[-4,12],[13,16]],[[8624,6177],[5,-6],[-3,-9],[-4,0],[0,11],[2,4]],[[8615,6328],[1,-17],[-5,-9],[-1,12],[2,11],[3,3]],[[8577,6345],[1,-7],[-6,-7],[1,12],[4,2]],[[8643,6404],[7,-3],[7,7],[2,-9],[-2,-19],[7,-16],[1,-19],[-7,-15],[-7,-49],[0,-20],[-3,-15],[-3,-2],[-4,6],[-2,-8],[3,-6],[-5,-9],[-5,-5],[1,18],[-3,9],[3,14],[-4,6],[-4,-19],[1,-11],[-3,-5],[-6,0],[-1,11],[4,12],[-5,16],[1,9],[-1,14],[4,0],[7,23],[2,13],[-1,15],[-4,8],[-1,11],[-5,8],[-3,-9],[3,-14],[4,-6],[-1,-9],[-5,-6],[-2,15],[-6,-9],[-5,13],[-2,9],[1,9],[-3,9],[0,11],[7,-1],[1,14],[5,-7],[11,14],[3,17],[9,4],[4,-5],[1,-13],[4,-6]],[[8725,6461],[8,-14],[4,2],[1,-13],[2,-15],[-7,-14],[-5,-14],[-2,-15],[-7,18],[-5,3],[-13,-13],[0,-8],[-7,-16],[-1,-16],[-6,-4],[-2,10],[-6,9],[2,16],[-5,6],[1,16],[7,11],[3,22],[6,8],[4,-13],[4,3],[8,1],[3,15],[7,13],[6,2]],[[8749,6475],[-3,-12],[2,-12],[-6,-6],[0,11],[7,19]],[[8846,6743],[-1,-20],[-6,1],[7,19]],[[8914,6974],[10,-14],[3,3],[0,-37],[1,-16],[7,-15],[7,-35],[1,-24],[2,-4],[-4,-15],[0,-13],[-11,-28],[1,-19],[-3,-9],[-10,-1],[0,-6],[-5,-16],[3,-26],[1,-25],[-2,-25],[-4,-8],[-6,-30],[-1,-14],[1,-17],[6,-25],[-6,-3],[-6,-19],[0,-16],[-7,-5],[-8,-15],[-1,21],[2,17],[6,12],[-4,6],[-8,-16],[-1,-9],[-11,-3],[-5,-14],[2,-15],[-8,-21],[-3,6],[2,31],[-6,0],[-3,-10],[-4,-5],[-4,-22],[-6,4],[-5,-1],[-13,6],[-1,6],[-8,-2],[-10,15],[-3,-17],[0,-10],[8,-8],[3,-6],[-3,-8],[-15,-11],[-1,-13],[-5,-8],[-4,-16],[-6,-12],[-9,7],[0,11],[-9,12],[2,24],[9,26],[-4,10],[-7,-7],[-9,9],[-6,2],[-7,-3],[-3,-9],[-6,-7],[-7,1],[-10,-12],[-15,-4],[-7,-8],[-4,13],[-5,-9],[0,-18],[-6,-7],[-6,11],[-7,-4],[-4,2],[-4,-8],[-6,10],[-3,9],[-1,13],[12,2],[2,3],[6,16],[7,4],[15,33],[6,8],[0,11],[12,11],[7,-8],[8,4],[6,-2],[10,2],[10,10],[12,-1],[7,9],[1,-18],[11,-4],[9,11],[4,11],[-4,14],[5,20],[8,14],[7,18],[2,21],[-3,11],[2,13],[11,12],[6,3],[-3,-17],[-4,-2],[-6,-14],[5,-8],[1,-13],[7,-2],[5,14],[20,16],[8,14],[7,20],[1,10],[7,12],[5,3],[5,13],[1,16],[4,20],[4,7],[5,37],[2,4],[3,26],[-4,17],[2,29],[-3,6],[0,15],[2,8],[6,2],[2,7],[2,28],[7,-4],[2,-24],[3,-3],[4,11],[5,-8],[3,7],[1,13],[-6,2],[-8,-2],[5,28]],[[8943,7258],[15,-34],[6,-19],[7,-14],[18,-24],[4,-9],[13,-5],[4,-8],[11,1],[7,12],[9,12],[-7,-26],[-1,-11],[3,-10],[2,-15],[5,-16],[-8,-3],[-2,-7],[-8,0],[-2,-5],[-7,-3],[-8,4],[-9,-11],[-11,-25],[-4,-17],[-2,-22],[-8,12],[-4,2],[-31,35],[-8,-5],[-11,-19],[-8,21],[-7,0],[-3,-8],[-2,-14],[7,-12],[5,2],[7,-16],[6,-7],[-4,-7],[-8,3],[-9,-7],[-1,-11],[-9,-6],[-2,9],[3,18],[0,14],[-9,22],[2,11],[-1,11],[9,10],[4,1],[7,16],[-6,18],[5,9],[8,-12],[5,3],[5,-7],[6,8],[2,12],[-3,22],[7,10],[2,10],[0,22],[4,22],[-2,20],[-4,19],[2,14],[9,10]],[[6555,6958],[-14,-5],[-6,13],[-14,45],[-16,23],[-18,-6],[-16,-12],[-15,-26]],[[6456,6990],[1,13],[-1,15],[4,11],[4,29],[-8,9],[-4,-3],[-5,6],[-6,-3],[-8,25],[-8,-2],[-2,29],[-7,18],[-6,30],[-14,9],[-1,13],[2,8],[16,-3],[5,-9],[6,4],[-3,15],[-8,5],[2,12],[6,6],[7,22],[4,-1],[4,6],[6,-3],[22,3],[0,13],[6,28],[-3,4],[3,12],[2,26],[-3,12],[-5,-3],[-3,11],[-10,-9],[-14,8],[-10,11],[-13,-4],[-10,-14],[-7,2],[-10,-14],[-10,-23],[-6,2],[-6,6]],[[6365,7322],[-9,7],[-10,14],[8,1],[7,5],[-9,24],[-5,23],[-2,-1],[-7,21],[-5,5],[-10,0],[-7,5],[-6,-5],[-4,17],[2,19],[-17,12],[8,37],[7,10],[-1,11],[-6,7],[3,38],[8,5],[5,11],[-3,8],[8,19],[11,-16],[6,-20],[8,-9],[13,13],[-4,6],[-3,36],[4,0],[9,13],[8,5],[-2,10],[3,9],[9,-1],[7,11],[6,2],[7,10],[2,16],[9,3],[14,-3],[1,-12],[9,7],[4,8],[6,-2],[6,6],[6,-20],[6,4],[5,-4],[6,4],[7,-2],[6,-8],[1,-11],[13,-9],[2,-9],[9,-9],[-3,-17],[3,-6],[6,6],[-2,7],[1,23],[19,-27],[7,-7],[14,14],[1,12],[16,4],[1,8],[10,0],[10,-15],[7,4],[0,15],[11,-6],[10,2],[4,-20],[6,-8],[14,-4],[3,-11],[9,3],[5,10],[1,13],[8,-13],[13,-1],[18,11],[4,31],[-2,12],[-14,4],[-2,11],[-10,0],[-2,11],[-10,9],[2,7],[8,12],[6,0],[10,13],[-7,13],[0,18],[11,18],[7,1],[4,-6],[14,3],[-3,10],[-22,11],[-2,8],[5,8],[-12,8],[9,13],[-2,7],[4,13],[18,-9],[2,6],[9,0],[23,6],[1,5],[10,2],[15,7],[18,3],[6,5],[8,-5],[-1,13],[22,6],[21,10],[22,6],[7,9],[12,0],[1,17],[9,0],[4,12],[5,5],[16,-8],[6,1],[6,-10],[8,-4],[7,9],[9,-1],[6,-12],[-1,-14],[7,-36],[-4,-14],[18,-7],[0,11],[35,-12],[2,-8],[12,-3],[-7,-27],[5,-9],[13,15],[11,-6],[5,1],[9,18],[7,-2],[15,21],[36,22],[-4,-17],[-8,0],[2,-12],[38,-51],[36,-98],[24,-85],[4,11],[8,5],[-1,18],[6,7],[14,-11],[-3,-15],[10,2],[4,-17],[9,4],[9,-4],[10,0],[4,13],[7,-3],[7,8],[6,1],[15,-15],[5,-18],[6,-24],[7,0],[11,-11],[-1,-11],[6,-13],[13,-13],[8,-4],[18,10],[7,-8],[5,-19],[8,-2],[-1,-7],[0,-1]],[[7420,7521],[-2,-2],[-5,1]],[[7413,7520],[-2,-6]],[[7410,7490],[-2,-4],[-1,-2]],[[7406,7482],[-2,-5]],[[7404,7477],[-5,-5],[-1,2],[-1,-1]],[[7397,7473],[-3,-4]],[[7378,7379],[0,-1]],[[7377,7378],[-1,-2]],[[7373,7371],[-4,-2],[-3,1],[0,-3]],[[7365,7365],[-2,-2]],[[7363,7363],[0,-1],[0,-1]],[[7363,7361],[-5,-3]],[[7352,7367],[-4,-1]],[[7338,7366],[-2,-2],[-6,1]],[[7309,7383],[-2,0],[-1,-4]],[[7305,7371],[-1,-3],[-1,0]],[[7291,7305],[-1,-12]],[[7293,7238],[0,-1]],[[7247,7232],[-1,-1]],[[7241,7232],[0,0]],[[7238,7230],[-2,0]],[[7235,7231],[-4,-4]],[[7228,7224],[-1,0]],[[7218,7216],[4,-8],[5,-3]],[[7233,7194],[0,0]],[[7231,7186],[1,-27]],[[7242,7107],[-1,-4]],[[7243,7100],[1,-9],[-1,-2]],[[7233,7078],[2,-3],[1,-1]],[[7233,7068],[0,-1]],[[7229,7066],[-2,-10]],[[7228,7023],[-2,-1]],[[7226,7022],[0,1],[-1,4],[-1,4],[-5,7],[-11,2],[-10,21],[-14,5],[-5,5],[-12,-3],[-14,6],[-5,-3],[-6,5],[-8,1],[-4,-5],[-10,-3],[-4,5],[-11,0],[-2,-10],[-14,4],[-10,10],[-3,0],[-5,9],[-8,9],[-11,-9],[-10,-6],[-3,-37],[-17,3],[-2,6],[-13,9],[-5,-2],[-6,7],[-8,-5],[-6,2],[-5,-13],[-5,-2],[-2,-23]],[[6970,7026],[-6,-6],[-3,-11],[-4,6],[-8,-18],[-8,-11],[-8,-4],[-7,-13],[-6,-2],[-3,-14],[-13,-23],[0,-26],[-10,9],[-5,11],[2,6],[-4,16],[-6,2],[-10,-4],[-19,1],[-3,26],[-1,27],[-15,4],[0,31],[2,-1],[0,42],[-7,-5],[-8,30],[-10,15],[-7,18],[-11,-12],[-19,2],[-15,4],[-24,-9],[-12,-2],[-24,52],[-1,9],[-32,47],[-37,41],[-1,1],[-39,-22],[-33,-21],[0,-24],[0,-143],[0,-97]],[[7226,7022],[0,0]],[[7198,6987],[-6,-6]],[[7189,6975],[-5,-6]],[[7170,6961],[0,-1]],[[7170,6960],[0,-5]],[[7166,6949],[-1,-1],[0,1]],[[7165,6949],[-1,-1]],[[7164,6948],[-3,-4],[-2,-8]],[[7146,6935],[-1,2]],[[7145,6937],[-2,-1]],[[7135,6937],[-1,-1]],[[7134,6933],[-1,0]],[[7108,6885],[-2,1]],[[7106,6886],[-2,-1]],[[7099,6911],[0,0]],[[7098,6909],[-6,-9]],[[7077,6896],[-6,-13]],[[7052,6853],[-1,-2],[-1,-4],[1,-1]],[[7053,6834],[-2,-8]],[[7051,6826],[-4,-2],[-2,1]],[[7044,6825],[0,-1]],[[7044,6824],[-6,0],[-6,-8],[-13,4],[-10,-5],[-3,-11],[-5,12],[-7,-5],[-1,13],[-6,0],[-1,11],[-9,-7],[-4,-7],[-8,-1],[0,6],[-6,10],[-7,-7],[-5,4],[-7,-4],[-5,5],[-9,-5],[-3,23],[8,6],[0,14],[4,-2],[8,8],[19,-16],[0,8],[9,9]],[[6971,6879],[4,8],[4,1],[13,-13],[19,28],[5,-3],[5,12],[6,6],[-3,7],[-7,-1],[-2,8],[-10,14],[-9,1],[1,10],[-5,12],[-8,-23],[-9,-1],[-8,8],[-4,15],[-6,-5],[-7,15],[8,9],[4,13],[5,1],[12,21],[-9,4]],[[8463,6718],[0,-5],[-2,1],[0,2],[2,2]],[[7837,5598],[1,-7],[12,-27],[1,-19],[5,5],[4,-3],[-3,-18],[0,-14],[3,-13],[7,-17],[10,-6],[2,-6],[4,14],[6,4],[2,5],[6,-5],[2,-9],[7,-8],[-3,-11],[5,-13],[-1,-9],[7,-2],[1,-12],[-4,-6],[0,-11],[-5,-10],[-3,-2],[-4,6],[-4,1],[-6,-7],[2,-8],[-5,-12],[1,-6],[6,-4],[2,-6],[7,-8],[7,-15],[11,-7],[-1,-18],[6,-18],[5,-6],[4,-9],[-1,-7],[4,-16],[3,-3],[6,-18],[7,-13],[3,-14],[3,0],[0,-22],[5,-20],[2,5],[9,-21],[6,-10],[2,-9],[-6,-12],[5,-19],[4,-1],[5,-17],[-6,-22],[1,-18]],[[7922,5019],[6,6],[3,9],[-1,18],[3,13],[-4,8],[5,41],[-6,7],[-3,12],[2,6],[-10,8],[-1,9],[-3,7],[-5,16],[1,9],[-1,22],[2,12],[0,15],[-2,9],[-7,11],[-5,16],[-9,33],[-4,-1],[-11,9],[-5,-5],[-4,-17],[-1,-8],[-6,-4],[-5,-8],[-2,7],[-8,7],[-6,12],[-10,-22],[-3,-2],[-3,-11],[-6,-6],[-4,-13],[-5,7],[1,23],[5,14],[0,18],[-4,8],[6,17],[0,14],[3,12],[-3,6],[-2,19],[3,13],[-11,4],[-3,-10],[-4,5],[-5,-1],[-2,14],[3,9],[2,17],[-8,21],[-6,-3]],[[7809,5538],[2,-24]],[[7822,5514],[-1,-1],[0,-2]],[[7822,5568],[-1,11]],[[7821,5579],[0,1],[0,1],[0,3],[-1,2],[2,4]],[[7827,5605],[1,-5],[1,-3]],[[7833,5602],[4,-4]],[[8241,7571],[0,0]],[[8233,7539],[-1,-3],[-4,-15]],[[8222,7500],[1,-3]],[[8209,7432],[9,-15]],[[8324,7380],[4,-20],[2,-1],[0,-13]],[[8330,7346],[-3,-3]],[[8313,7338],[-5,3],[-3,7]],[[8240,7317],[-3,-2],[0,-2]],[[8229,7278],[0,0]],[[8213,7255],[-4,-1],[-2,-1],[-2,-1],[-1,-2]],[[8204,7250],[-11,-1]],[[8181,7250],[-1,-7],[-2,-6]],[[8076,7086],[-1,-1],[-1,-2],[0,-2]],[[8074,7081],[-7,-18]],[[8042,7041],[-8,-3],[-3,1],[-4,1]],[[7936,7002],[-4,-4],[-2,-3]],[[7903,6982],[0,9],[0,3],[0,4]],[[7872,6998],[-12,11]],[[7663,7096],[0,3],[-1,9]],[[7647,7152],[1,11]],[[7573,7224],[-5,-2]],[[7526,7309],[-2,7]],[[7524,7316],[0,1]],[[7527,7336],[0,2],[1,5],[0,3]],[[7528,7348],[-2,4],[-2,11]],[[7479,7437],[-1,-1]],[[7462,7451],[-3,7],[1,4]],[[7440,7506],[-1,8],[1,4]],[[7440,7518],[-1,2],[-1,2]],[[7438,7522],[1,0],[0,1],[4,0],[5,8],[2,13],[10,2],[4,-4],[11,4],[10,11],[5,3],[-1,16],[11,5],[2,7],[24,25],[12,2],[9,17],[10,0],[13,7],[12,0],[1,-13],[11,1],[7,-3],[16,0],[3,-6],[1,-21],[6,-13],[11,1],[3,-6],[11,-4],[10,10],[11,-5],[5,-7],[8,3],[8,-2],[6,-10],[8,4],[2,10],[9,3],[8,11],[2,12],[0,17],[-7,8],[0,15],[-5,10],[6,33],[8,19],[12,11],[2,18],[26,-16],[3,-12],[18,1],[23,-22],[5,4],[16,-10],[1,-22],[4,-27],[6,-7],[4,-13],[8,-7],[8,1],[13,-14],[4,5],[8,-4],[7,12],[20,6],[7,6],[19,-5],[6,-8],[9,3],[11,-9],[2,-10],[6,-6],[19,-4],[0,-20],[11,-10],[4,-13],[23,-1],[6,-7],[18,-5],[6,5],[11,-3],[14,10],[11,4],[7,0],[15,10],[8,-1],[7,7],[5,17],[12,11],[15,19],[4,2],[18,-8],[8,-15],[13,-5],[14,10],[11,-7],[2,-6]],[[8154,5580],[-1,-2],[0,3],[1,-1]],[[7250,6159],[2,-11]],[[7279,6170],[0,0]],[[7281,6158],[1,0]],[[7322,6084],[1,0],[0,2]],[[7364,6050],[2,-5]],[[7371,6021],[4,3]],[[7400,5994],[4,14]],[[7404,6008],[0,1],[1,-1],[0,-2]],[[7419,5989],[17,-2]],[[7439,5996],[2,-2]],[[7441,5994],[6,-2]],[[7449,5986],[-3,-15]],[[7448,5903],[-2,-9],[1,-2],[0,-2],[-1,-1],[0,-1]],[[7444,5883],[-6,7]],[[7438,5890],[-1,-4],[-2,2]],[[7432,5884],[-1,3]],[[7328,5960],[1,-6],[-7,8]],[[7304,5962],[-5,3]],[[7299,5965],[-1,0],[0,3]],[[7268,5999],[-1,1]],[[7267,6000],[-4,6]],[[7255,6027],[-8,7]],[[7238,6048],[-1,2]],[[7235,6043],[-4,3],[-1,5],[-1,3],[-1,0],[0,1]],[[7225,6059],[-2,1],[0,1]],[[7223,6065],[0,2],[0,1]],[[7223,6068],[0,1]],[[7223,6069],[1,0],[0,1],[1,1],[0,1],[1,8]],[[7229,6083],[0,1],[-1,0],[0,3],[1,0]],[[7229,6087],[1,7],[-2,10]],[[7233,6115],[-1,10]],[[7232,6126],[0,1]],[[7236,6133],[1,1],[1,7],[2,1],[4,9],[1,1],[1,2]],[[7246,6154],[0,3]],[[8628,7037],[2,-9]],[[8630,7028],[-6,3],[-11,-18],[-9,-24],[-4,-14],[5,-13],[-3,-13],[2,-18],[-13,-17],[-3,-1],[-3,-15],[-18,-27],[-8,-6],[-4,2],[-4,-11],[-7,-5],[-3,-7],[2,-10],[-1,-14],[-5,-10],[2,-8],[9,-1],[3,-13],[6,-8],[8,-16]],[[8565,6764],[-2,-13],[-7,-10],[-8,3],[-7,-3],[-7,2],[-7,-8],[-9,-27]],[[8518,6708],[-3,-5],[-6,8],[-6,-4],[-7,3],[-4,10],[-4,-18],[-7,1],[-6,20],[-6,5],[-1,16],[8,21],[0,22],[7,27],[-3,15],[-26,24],[-2,4],[2,3],[0,2]],[[8454,6866],[-1,3]],[[8464,6889],[5,7]],[[8472,6898],[0,1],[-1,0]],[[8472,6902],[7,8],[4,-2]],[[8483,6909],[0,0]],[[8493,6927],[1,-1]],[[8519,6989],[2,-3]],[[8524,6992],[0,0]],[[8535,6971],[2,-3]],[[8539,6968],[1,0]],[[8556,7006],[0,0]],[[8557,7008],[14,-1],[5,3]],[[8599,7036],[1,2]],[[8603,7039],[0,0]],[[8603,7046],[0,1]],[[8603,7048],[1,6],[0,5]],[[8617,7069],[0,-1]],[[8617,7060],[0,-2],[2,-4],[3,-5]],[[8623,7047],[1,0]],[[8624,7049],[2,-9],[2,-3]],[[6897,5708],[0,1]],[[6897,5709],[0,-1]],[[6898,5710],[-1,-1]],[[6897,5708],[-4,-6],[-10,-2],[-7,4],[-4,6],[-7,47],[0,10],[-9,8],[-5,-3],[3,25],[-6,13],[0,12],[-7,7],[-5,-11],[-13,-8],[-11,2],[-1,-4],[-14,0],[-3,-5],[-6,-1],[-9,6],[-11,4],[-4,-3],[-1,-9],[-10,3],[-4,-3],[-10,4],[-7,-5],[-7,1],[-5,-8],[-9,6],[1,9]],[[6712,5807],[1,24],[0,4],[1,2],[0,1]],[[6714,5838],[3,1]],[[6717,5839],[0,5],[0,1]],[[6717,5845],[0,1],[0,-1]],[[6717,5845],[0,1],[0,1],[0,1],[0,6],[1,16],[1,5],[1,0]],[[6720,5875],[0,1],[1,0]],[[6721,5876],[1,1],[2,0],[2,-1],[1,0],[2,8],[0,4],[1,3],[0,1],[0,1],[0,1]],[[6730,5894],[4,4]],[[6734,5898],[4,0],[3,2],[1,2]],[[6742,5902],[1,1]],[[6743,5903],[12,0],[1,14],[1,27],[-2,3],[-11,-3],[0,11],[1,6],[0,1],[0,5],[0,17],[-2,18],[1,19],[-6,-3],[-6,14],[-9,6],[-3,2],[-1,1],[0,1],[-2,4],[-1,1],[-2,7],[-2,5]],[[6712,6059],[-8,38]],[[6704,6097],[0,3]],[[6704,6100],[-6,11]],[[6698,6111],[-5,14],[-1,5],[-1,3],[-1,1]],[[6782,6106],[0,1]],[[6782,6107],[0,0]],[[6842,6145],[-1,1],[-2,3]],[[6839,6149],[1,2]],[[6840,6151],[1,4],[0,6]],[[6853,6230],[1,1]],[[6862,6232],[3,2],[1,-2]],[[6877,6236],[1,-1]],[[6910,6261],[1,-1]],[[6913,6259],[1,1],[1,1]],[[6915,6261],[2,0]],[[6917,6261],[0,3],[1,1],[1,2]],[[6929,6335],[-1,4],[0,1],[-1,3]],[[6952,6390],[-1,1]],[[6942,6420],[-1,4],[-1,2]],[[6974,6436],[1,13],[1,4],[0,5]],[[6976,6458],[0,0]],[[6976,6458],[-1,1]],[[6975,6482],[4,7]],[[6980,6492],[0,3]],[[6981,6497],[5,5]],[[6986,6502],[0,8],[2,4],[1,1],[1,3]],[[6986,6557],[-7,29]],[[6997,6612],[7,15]],[[0,8662],[0,285],[17,-6],[15,-11],[4,-15],[24,-17],[23,-12],[15,-19],[8,1],[24,-16],[2,-9],[12,-12],[-3,-21],[6,-25],[-7,-6],[14,-9],[0,-14],[16,13],[-4,33],[10,9],[45,-11],[17,-13],[2,-8],[32,-27],[3,-19],[-9,-7],[-2,-17],[-5,-6],[-29,-7],[-14,-5],[-1,-34],[-11,-6],[-7,-15],[13,-9],[3,-9],[-21,-13],[-15,6],[-10,7],[-2,9],[-19,15],[-18,1],[-11,13],[1,14],[-7,22],[-28,11],[-9,-8],[-12,-3],[-21,4],[3,14],[-6,3],[-6,18],[10,11],[-7,4],[-28,-8],[-1,-14],[4,-10],[10,-8],[-8,-30],[-12,-14]],[[0,9089],[0,40],[29,5],[19,-4],[9,-7],[14,-20],[-12,-10],[-43,-10],[-16,6]],[[0,8662],[9986,-16],[-19,-11],[-13,-1],[-20,4],[-11,16],[-2,-11],[-14,6],[-12,-2],[12,-15],[11,7],[13,2],[-4,-18],[12,-18],[14,6],[10,-28],[2,-14],[-7,-11],[8,-6],[-3,-9],[16,-12],[5,-6],[-5,-10],[6,-8],[3,-18],[-17,-20],[-38,15],[-14,-1],[-15,-8],[-10,-11],[-23,-12],[-5,-7],[-21,-15],[-11,2],[-6,-13],[-9,3],[-1,-11],[-27,-26],[-12,-24],[-8,0],[-17,-21],[-9,-4],[-9,-17],[-3,-20],[-5,-4],[-8,10],[-6,23],[-10,10],[-27,5],[-9,-3],[-31,-20],[-19,-33],[-5,0],[3,22],[3,5],[-1,20],[-8,-3],[-7,-12],[-16,-13],[-3,-16],[-7,-3],[-3,13],[-6,8],[-5,-9],[-15,3],[-11,-17],[1,-12],[-6,-10],[4,-13],[-7,-3],[-5,-11],[-3,-17],[-8,-10],[-11,-29],[-4,-24],[4,-9],[11,-7],[5,13],[17,-16],[-6,-17],[-8,-10],[2,-25],[-3,-16],[5,-6],[8,3],[1,-22],[3,-17],[-9,-13],[-6,3],[-6,12],[-14,-8],[-9,-35],[-1,-18],[3,-21],[4,-6],[4,-18],[-12,-18],[-12,-1],[-2,6],[-8,0],[-7,-6],[-15,-19],[-6,-21],[-2,-32],[6,-25],[-2,-3],[-9,11],[-16,-10],[-12,-19],[-4,-21],[2,-12],[-8,-20],[0,-10],[-15,-30],[-4,-2],[-10,-22],[-13,-16],[-2,13],[-5,10],[-1,13],[0,39],[-3,30],[-6,26],[-3,39],[-4,43],[-5,34],[-5,54],[0,12],[5,54],[7,42],[22,35],[6,16],[-1,14],[-4,12],[5,7],[7,-6],[8,5],[2,7],[19,7],[10,16],[13,14],[18,32],[3,17],[16,21],[1,9],[10,4],[12,19],[6,13],[12,12],[0,15],[8,7],[12,5],[7,10],[12,5],[10,9],[-6,6],[13,15],[2,11],[-7,8],[3,12],[5,3],[3,42],[16,13],[10,2],[-20,15],[-30,-12],[-6,-22],[2,-15],[-3,-17],[-17,-7],[-12,-22],[-5,-1],[-7,-13],[-10,-10],[-15,-21],[-8,-4],[-6,9],[7,16],[-11,5],[-5,13],[11,16],[5,19],[-1,12],[-11,-13],[-11,-7],[-5,15],[-14,2],[-3,-6],[-15,0],[-7,-6],[-16,3],[-21,-18],[0,-22],[-7,-4],[-11,-15],[-8,-22],[-26,-26],[-6,-14],[-3,-12],[-7,-4],[-2,-29],[10,-3],[5,7],[8,-2],[7,-13],[-1,-10],[-18,3],[-7,-9],[-10,-2],[-2,7],[-10,5],[-5,-11],[-9,-1],[-8,-11],[-10,7],[-8,-9],[-19,-3],[-5,18],[7,5],[18,-1],[-9,14],[-10,19],[-23,-4],[-6,6],[-19,9],[-8,0],[-8,-9],[-1,-11],[-10,-2],[7,-14],[-15,0],[-4,11],[-11,-2],[-11,-10],[-5,6],[-15,3],[-7,7],[-6,-4],[0,-16],[-7,-3],[-6,7],[4,12],[-20,1],[-6,-4],[-17,0],[-14,3],[-12,-6],[-7,2],[-23,-12],[-9,-10],[-15,-32],[-15,-12],[-7,-10],[-6,-24],[-1,-8],[-16,-13],[-4,-13],[-8,-11],[-9,-5],[-7,-15],[-9,-8],[-21,-51],[-8,-8],[-23,-34],[-10,-9],[-6,-17],[-12,-13],[-5,-2],[-9,-14],[1,-11],[13,-6],[1,-6],[29,4],[-1,-15],[2,-20],[-4,-9],[1,-15],[13,4],[3,12],[-5,10],[9,11],[2,-12],[-6,-6],[14,-12],[-7,-12],[-9,-10],[3,-4],[17,3],[10,11],[-1,-13],[5,-2],[6,14],[1,27],[2,14],[15,-8],[13,9],[0,-7],[12,-11],[1,-13],[7,-14],[12,-13],[-1,-5],[10,-9],[3,-12],[-4,-9],[1,-30],[-4,-14],[8,-13],[0,-19],[-7,-9],[-2,-10],[-5,-4],[-1,-18],[-5,-4],[-1,-26],[-4,-7],[-2,-23],[2,-14],[0,-11],[4,-11],[-7,-11],[4,-8],[0,-16],[-6,-25],[2,-17],[-4,-9],[-2,-29],[-12,-20],[-6,-14],[-7,-12],[-8,-33],[-5,-6],[-7,-18],[-6,-24],[0,-10],[-4,-6],[-3,-16],[-9,-20],[-2,-10],[-9,-14],[-2,-7],[-14,-25],[-10,-26],[-6,-13],[-1,-8],[-9,-9],[-6,-16],[0,-10],[-5,-7],[0,-8],[-10,-23],[-19,-25],[-7,-7],[-6,-13],[-2,2],[-20,-16],[-5,11],[-4,-6],[-4,7],[-7,6],[-3,15],[-3,5],[-7,-10],[-1,9],[-7,-3],[-9,-26],[-7,-10],[-3,-1],[-6,-13],[-2,-12]],[[8628,7037],[-2,7],[0,3]],[[8627,7055],[-4,1],[0,6]],[[8625,7063],[4,5]],[[8639,7069],[2,4]],[[8641,7073],[1,3],[-1,1],[0,3]],[[8641,7083],[0,0]],[[8646,7106],[1,1]],[[8644,7139],[2,15]],[[8644,7173],[0,5],[-1,3]],[[8638,7213],[0,0]],[[8652,7221],[0,0]],[[8657,7231],[0,2]],[[8656,7234],[0,0]],[[8657,7238],[3,2],[3,7]],[[8705,7265],[0,2],[1,2]],[[8706,7269],[0,13],[2,4]],[[8712,7304],[1,1]],[[8719,7313],[0,9]],[[8722,7353],[0,0]],[[8725,7372],[0,1]],[[8743,7417],[-1,4],[-2,4],[-3,7]],[[8737,7432],[-1,8]],[[8743,7465],[-4,2]],[[8722,7462],[-8,-6]],[[8709,7450],[0,-2]],[[8708,7445],[-3,1]],[[8686,7435],[-2,-5]],[[8684,7430],[0,-2],[-1,-2]],[[8634,7434],[-5,7],[-1,4]],[[8625,7483],[1,4],[1,7]],[[8627,7494],[2,4]],[[8629,7498],[0,1],[0,1],[0,1]],[[8541,7586],[2,13]],[[8537,7624],[-2,4],[0,4],[-4,14]],[[8525,7659],[-3,17],[3,4],[-1,3]],[[8521,7689],[1,3]],[[8522,7692],[-1,1],[-2,2],[-1,2],[1,3]],[[8519,7700],[0,5],[-1,1]],[[8518,7706],[-2,4],[-2,7]],[[8514,7717],[-2,4]],[[8513,7737],[-8,27],[-4,12],[-9,17]],[[8488,7803],[-3,0],[-9,9]],[[8476,7812],[-6,-1],[-5,-4],[-1,4]],[[8400,7829],[-2,4],[-7,-5],[-4,0]],[[8359,7819],[-3,-2],[-1,-1],[0,-2]],[[8338,7785],[-2,-1],[-1,-1]],[[8345,7771],[7,-6]],[[8352,7765],[1,-1],[-2,-5]],[[8354,7737],[-6,-18]],[[8336,7702],[-1,0]],[[8334,7693],[-2,-11]],[[8330,7682],[0,0]],[[8330,7682],[0,-4]],[[8329,7675],[-1,0]],[[8328,7675],[-1,-1]],[[8327,7669],[-1,1]],[[8326,7669],[0,0]],[[8312,7617],[-2,-10]],[[8314,7607],[1,-2]],[[8311,7585],[-5,-5]],[[8283,7559],[-4,-5]],[[8267,7550],[-1,1],[-1,2]],[[8262,7555],[-3,0],[-2,0]],[[8242,7569],[-1,2]],[[7438,7522],[-1,1]],[[7427,7516],[-2,1],[-1,1]],[[6365,7322],[-9,-31],[-7,-2],[-9,-13],[-16,-7],[-3,-18],[-4,-3],[-3,-13],[-5,-27],[-3,2],[-10,-18],[4,-16],[5,0],[6,-9],[10,-37],[-3,-25],[3,-4],[-3,-22],[7,-12],[1,-14],[4,-6],[6,-18],[7,-26],[6,-8],[-6,-17]],[[6343,6978],[-8,-7]],[[6335,6971],[0,-1],[-2,-4],[0,-4],[-3,-7],[0,-1],[0,-2],[-1,-1]],[[6329,6951],[-1,-1],[-1,-2]],[[6327,6948],[-12,7],[-7,22],[-6,11]],[[6302,6988],[-18,20],[-4,-2]],[[6280,7006],[-9,8]],[[6271,7014],[-1,4],[-2,2],[-1,0],[-1,2]],[[6266,7022],[0,1],[0,1],[1,1]],[[6267,7025],[1,2],[1,1],[1,0]],[[6270,7028],[0,1],[0,1],[0,4],[0,1],[1,2],[0,1],[0,1],[0,3],[-2,-1],[-5,4],[-5,-1],[-5,14],[-18,3],[-6,-2],[-9,-13],[-6,8],[1,6],[-7,9],[-2,2],[-2,0],[-1,0],[-1,1],[-3,1],[-1,1],[0,2],[-4,4]],[[6195,7080],[0,5],[-5,7]],[[6190,7092],[-6,-2],[-5,4],[-12,-1],[-12,2],[-6,10],[-13,4],[-7,10],[-2,-1],[0,-1],[-1,-1],[-1,0],[-1,2]],[[6124,7118],[-6,3]],[[6118,7121],[-1,0],[0,-1]],[[6117,7120],[-3,-1]],[[6114,7119],[-1,0],[-1,-6],[-1,-4],[0,-3]],[[6111,7106],[-1,0],[-1,1],[-1,2],[-1,6],[-12,21],[-12,26],[-6,8],[-16,11],[-4,10],[-7,8],[-10,2],[-5,18],[-6,7],[-12,7],[6,22],[11,-10],[6,2],[4,8],[0,15],[6,6],[3,16],[9,14],[-3,16],[-7,3],[-4,17],[8,-2],[10,9],[1,6],[11,5],[7,9],[6,-1],[-3,19],[-7,-2],[-2,-6],[-8,-5],[-9,1],[-1,13]],[[6061,7388],[0,2],[1,2],[0,1],[1,0],[0,1],[0,3],[0,3],[0,3],[0,2],[1,3],[1,0],[0,1]],[[6065,7409],[0,1]],[[6065,7410],[3,2]],[[6068,7412],[4,0]],[[6072,7412],[2,4],[1,0],[0,-1],[1,0]],[[6076,7415],[1,4],[0,6],[1,3],[2,1]],[[6080,7429],[14,0]],[[6094,7429],[4,-3],[5,0],[1,1],[1,2],[1,6]],[[6106,7435],[4,26]],[[6110,7461],[-3,17],[-6,4],[4,17]],[[6105,7499],[5,-4],[0,5],[-5,4]],[[6105,7504],[-1,5],[-3,1],[1,3]],[[6102,7513],[3,1]],[[6105,7514],[2,0],[1,0],[1,0],[0,1],[0,1],[1,3],[1,2],[0,2],[1,0],[1,0]],[[6113,7523],[1,4],[1,0],[1,0]],[[6116,7527],[1,1],[0,1],[-1,1],[0,5]],[[6116,7535],[-4,12]],[[6112,7547],[-11,7],[-1,9],[-9,1],[-26,18],[-8,-6],[-8,12],[-4,15],[-9,9],[-11,-5],[-9,-9],[-8,5],[-4,10],[-9,0],[-6,-6],[-6,21]],[[5983,7628],[1,1],[1,9]],[[5985,7638],[-4,12],[1,8],[-4,-1],[-3,8],[-4,5],[-20,5],[1,16],[-4,9],[-1,0],[-1,1],[0,1],[1,0],[0,1],[8,2],[1,1],[0,1],[0,2],[-1,4],[-8,13],[0,10],[-8,15],[-6,-1],[-12,3],[-7,-9],[-10,5],[-8,-16],[-5,-5]],[[5891,7728],[-9,6],[-5,14]],[[5877,7748],[0,31],[-6,13],[-1,8],[1,8],[1,2],[0,1],[0,1],[1,0],[4,-1],[4,1],[3,-7],[8,-2],[12,16]],[[5904,7819],[2,2],[0,-1]],[[5906,7820],[3,1],[0,1],[0,1],[-1,1]],[[5908,7824],[1,2]],[[5909,7826],[0,4],[-7,7],[-4,13],[-6,6],[-8,-2],[-2,21],[-13,12],[-2,16],[-4,5],[2,9],[-5,1],[1,3]],[[5861,7921],[-5,5],[-2,1]],[[5854,7927],[1,6]],[[5855,7933],[1,3],[-1,1],[1,0],[2,0],[1,3]],[[5859,7940],[2,4]],[[5861,7944],[-1,9]],[[5860,7953],[-3,8],[-1,0]],[[5856,7961],[-1,3],[1,0],[0,1],[2,3],[1,2]],[[5859,7970],[0,7]],[[5859,7977],[0,9],[-18,17],[-11,0],[-12,-11],[-3,4],[1,15],[-9,4],[-9,-4],[-4,9],[-10,-1],[0,2]],[[5784,8021],[-2,2],[0,3],[1,2],[1,5]],[[5784,8033],[-2,6],[0,3],[0,3]],[[5782,8045],[0,1],[-2,4],[-2,11],[-4,7],[-5,17]],[[5769,8085],[1,6]],[[5770,8091],[-1,0],[0,1],[1,1],[0,1],[2,1]],[[5772,8095],[1,2],[-1,1]],[[5772,8098],[1,4],[1,4]],[[5774,8106],[-8,9],[-1,9]],[[5765,8124],[-1,0],[-1,0]],[[5763,8124],[-4,-2],[2,7],[-1,4]],[[5760,8133],[2,3],[3,2],[-1,1],[-1,2]],[[5763,8141],[2,3],[0,1],[2,0],[3,-1],[1,1],[1,2]],[[5772,8147],[0,2]],[[5772,8149],[-1,1],[0,-1],[-1,1]],[[5770,8150],[-3,14]],[[5767,8164],[-4,9]],[[5763,8173],[0,5],[0,1],[1,1],[0,1],[0,1],[1,1],[-2,10],[-2,13],[-1,3],[-1,4],[1,1],[2,2],[1,2],[3,4],[4,4],[0,1],[0,1]],[[5770,8228],[0,0]],[[5770,8228],[0,3],[2,6]],[[5772,8237],[2,5],[1,4]],[[5775,8246],[0,1],[1,1],[5,1],[1,4],[1,2],[0,1],[0,1],[-3,3],[0,1]],[[5780,8261],[0,1],[-1,0],[-2,16],[12,0],[15,9],[3,11],[14,-1],[12,-6],[-2,20],[-11,3],[-12,-2],[-14,15],[3,8],[-5,14],[-13,-13],[-8,3],[3,5]],[[5774,8344],[26,37]],[[5800,8381],[12,12]],[[5812,8393],[16,26],[3,5],[2,3]],[[5833,8427],[1,0],[0,1]],[[5834,8428],[1,4]],[[5835,8432],[2,2]],[[5837,8434],[3,4],[1,2]],[[5841,8440],[0,1]],[[5841,8441],[2,2],[2,5]],[[5845,8448],[4,6],[1,2],[0,1],[0,1],[1,1],[2,0],[12,18]],[[5865,8477],[8,24]],[[5873,8501],[0,1],[4,8],[-9,14],[0,2]],[[5868,8526],[-1,3]],[[5867,8529],[0,3]],[[5867,8532],[-3,3]],[[5864,8535],[-4,3],[-5,7],[-9,5],[-3,5]],[[5843,8555],[-2,2],[-1,3]],[[5840,8560],[-5,6],[-3,4],[0,1]],[[5832,8571],[4,2],[1,1]],[[5837,8574],[1,0],[1,1],[1,0]],[[5840,8575],[0,1],[1,3],[1,2],[0,2],[1,0],[2,3],[0,1],[1,2],[1,1],[0,1],[1,3],[0,1],[0,2],[-2,10],[-12,10],[0,28],[-8,0],[-1,0],[-1,1],[0,1]],[[5824,8647],[-1,3]],[[5823,8650],[-1,5]],[[5822,8655],[0,5],[0,4]],[[5822,8664],[3,2]],[[5825,8666],[3,0],[2,1],[-1,1],[-1,2],[1,5],[-6,1],[-1,2],[0,2]],[[5822,8680],[1,1]],[[5823,8681],[2,3],[1,1]],[[5826,8685],[-1,4]],[[5825,8689],[0,5],[1,2],[1,2],[2,2],[0,1],[-1,0],[0,1],[-2,2],[-1,1],[0,1],[1,0]],[[5826,8706],[2,1],[4,2]],[[5832,8709],[2,0]],[[5834,8709],[1,0],[2,-1],[0,1],[0,1],[-1,0],[-1,11],[0,3],[-2,5]],[[5833,8729],[-1,4],[-2,8]],[[5830,8741],[-6,10]],[[5824,8751],[-2,8],[-3,8],[0,1]],[[5819,8768],[-1,3]],[[5818,8771],[-4,8]],[[5814,8779],[-7,14]],[[5807,8793],[-1,5],[0,1],[0,2],[1,2]],[[5807,8803],[12,19]],[[5819,8822],[4,6]],[[5823,8828],[5,10],[1,1],[1,1],[0,1],[1,0]],[[5831,8841],[2,11]],[[5833,8852],[-11,11],[-8,18]],[[5814,8881],[-19,9],[-6,24],[3,6],[2,2],[2,4],[0,1],[1,1]],[[5797,8928],[2,10]],[[5799,8938],[-3,1],[-6,0]],[[5790,8939],[0,1],[-1,1],[2,1]],[[5791,8942],[8,6],[4,3]],[[5803,8951],[4,-3]],[[5807,8948],[1,2],[1,2]],[[5809,8952],[3,3]],[[5812,8955],[2,9]],[[5814,8964],[-1,1],[0,2],[0,2]],[[5813,8969],[3,2]],[[5816,8971],[5,-1],[8,8],[3,-2],[2,2]],[[5834,8978],[1,2],[1,1]],[[5836,8981],[2,7]],[[5838,8988],[-1,6],[-2,0],[0,1],[1,0],[1,0],[2,-1],[8,-8],[9,-1],[1,1],[2,2],[0,1],[0,4],[0,3]],[[5859,8996],[1,8],[14,-8],[16,19],[17,-11],[11,-3],[-7,-20],[31,-11],[33,-8],[21,-2],[21,-13],[29,-22],[22,-25],[8,-2],[23,-20],[8,0],[9,-8],[9,-14],[14,-5],[2,-29],[8,-10],[-5,-21],[-20,-30],[-13,-11],[-25,-11],[-23,-3],[-20,5],[-12,8],[-17,2],[-27,8],[-18,15],[-13,-3],[-2,8],[-24,4],[-18,18],[-9,-6],[16,-21],[18,-22],[21,-15],[10,-15],[-5,-15],[1,-9],[-6,-7],[-1,-13],[13,-30],[-3,-10],[4,-6],[0,-14],[4,-5],[19,-2],[12,-14],[0,-9],[11,-6],[14,-2],[7,-8],[13,8],[6,9],[-5,14],[2,9],[-23,4],[-19,35],[10,7],[5,14],[18,-10],[1,-5],[17,-12],[17,-4],[17,-14],[9,7],[9,-7],[10,-1],[4,10],[-8,10],[1,8],[-19,30],[-1,9],[6,12],[16,13],[7,13],[18,6],[25,32],[11,-9],[13,2],[15,-13],[-11,-10],[21,9],[12,31],[-3,9],[3,10],[-5,10],[-15,10],[1,11],[9,28],[2,39],[-25,24],[3,4],[18,-10],[25,2],[26,-7],[11,-18],[6,-5],[5,-24],[-10,1],[-28,-10],[-10,-15],[-1,-11],[17,-11],[8,-20],[6,-5],[16,-1],[27,7],[5,7],[2,41],[18,4],[10,15],[10,1],[17,10],[26,25],[15,3],[8,7],[25,8],[10,11],[16,10],[15,-3],[-6,-18],[6,-13],[-14,-3],[-7,-8],[32,-2],[14,-7],[1,14],[11,14],[19,8],[37,-7],[9,14],[32,17],[21,-15],[-12,-13],[2,-13],[12,-4],[10,12],[-5,10],[20,5],[12,13],[-3,19],[-17,25],[0,9],[13,3],[5,13],[14,-5],[49,-7],[29,-12],[32,-24],[17,-7],[11,-11],[20,-7],[0,-6],[30,-27],[6,-14],[15,29],[7,17],[-21,12],[-11,23],[3,15],[-30,12],[-7,0],[2,19],[14,10],[-7,9],[6,16],[1,15],[-5,13],[-13,-5],[1,25],[6,12],[28,17],[13,20],[6,15],[10,50],[12,18],[13,-5],[48,2],[29,-12],[5,-34],[-19,-47],[-9,-7],[10,-21],[10,-6],[7,-19],[-8,-66],[4,-16],[-5,-47],[3,-13],[27,-26],[-4,-13],[-9,-11],[2,-19],[-3,-15],[-14,-9],[-4,-19],[-12,-21],[-11,-8],[-20,-10],[-7,-4],[-14,-1],[-3,5],[-23,-4],[-1,-9],[9,-10],[26,-11],[24,2],[24,-8],[8,8],[2,17],[14,4],[24,24],[2,20],[7,15],[16,17],[2,22],[-6,15],[-8,11],[7,27],[20,10],[24,6],[12,0],[1,-15],[18,-18],[2,-22],[-4,-7],[2,-15],[-4,-11],[13,-8],[4,-7],[11,7],[-18,8],[1,25],[4,7],[14,4],[-11,19],[-2,26],[-26,12],[-22,15],[-14,0],[-11,-11],[-24,2],[-13,5],[4,15],[-10,24],[4,7],[3,25],[12,17],[1,19],[-9,11],[-11,28],[-14,14],[10,11],[6,19],[30,15],[11,17],[-2,24],[-6,13],[7,6],[11,-9],[2,-18],[6,-16],[-13,-24],[1,-15],[7,-14],[-6,-15],[13,-7],[55,-8],[4,-11],[12,-3],[5,8],[-6,14],[-31,8],[-27,17],[-5,21],[16,12],[9,-1],[14,-13],[10,-3],[11,10],[-5,10],[-18,1],[20,18],[14,2],[27,-4],[9,-8],[26,-10],[14,-22],[10,-5],[34,6],[10,-7],[-9,-11],[1,-8],[-21,-12],[-2,-18],[7,-24],[10,17],[10,-11],[-4,-23],[-10,-14],[1,-7],[20,-11],[5,-19],[10,1],[-11,19],[-10,10],[-6,12],[15,2],[8,9],[-10,39],[-7,5],[-1,13],[7,8],[7,21],[-9,14],[-19,4],[-11,13],[-1,12],[-28,7],[-10,6],[-5,21],[6,15],[-8,11],[-2,34],[23,2],[14,4],[47,1],[34,8],[12,-4],[10,7],[44,10],[-13,21],[-16,3],[8,13],[-3,21],[14,-4],[17,17],[1,7],[21,8],[28,24],[12,-3],[15,12],[24,1],[41,11],[24,3],[4,14],[12,7],[27,3],[26,-1],[15,-10],[23,-3],[18,1],[5,12],[20,5],[28,-6],[-14,16],[4,8],[29,0],[17,6],[6,15],[-10,8],[14,19],[35,27],[39,15],[54,-21],[-28,-25],[24,3],[39,-9],[7,-5],[-18,-14],[-8,-16],[39,7],[-2,9],[21,-1],[19,4],[19,-5],[11,4],[32,-5],[39,-30],[11,-4],[4,-20],[10,-10],[-6,-35],[-26,-26],[-16,-6],[-10,-15],[-13,1],[-23,-12],[-16,-13],[-12,-17],[-20,-9],[-16,-20],[-30,-4],[-9,-20],[-16,-1],[-15,-31],[14,5],[3,16],[39,-2],[16,10],[41,10],[28,16],[-31,2],[-3,9],[12,14],[14,0],[39,-20],[27,0],[16,-6],[-7,-14],[10,-14],[10,6],[-11,11],[16,6],[22,2],[13,8],[34,-3],[24,-7],[31,0],[-5,-14],[3,-14],[17,-7],[56,-12],[8,3],[35,0],[16,-5],[10,18],[-9,28],[6,9],[33,5],[14,-15],[30,-12],[11,3],[16,-3],[21,4],[23,-17],[14,-21],[2,-19],[-12,-3],[-7,-9],[19,-2],[3,-15],[-5,-8],[-24,-5],[7,-18],[14,-13],[7,-23],[8,-14],[10,-1],[3,-10],[17,-5],[5,-11],[16,12],[20,60],[13,4],[23,-23],[24,-6],[26,17],[13,2],[26,-7],[13,-9],[16,-20],[7,8],[-4,10],[3,13],[17,5],[20,-10],[16,2],[-8,13],[-4,57],[27,-1],[19,10],[-9,10],[11,7],[24,-10],[52,-4],[44,-9],[25,-13],[-50,1],[-5,-9],[53,6],[-3,-14],[-20,-3],[6,-9],[-14,-6],[-10,-12],[10,-4],[19,8],[31,40],[35,1],[31,-12],[16,-17],[-10,-13],[-7,11],[-13,-15],[24,-2],[10,-11],[12,0],[27,-16],[18,-31],[14,-3],[31,5],[56,14],[34,0],[38,-9],[30,-18],[10,-16],[5,-16],[-12,-27],[10,-13],[23,-6],[15,-20],[26,22],[13,-1],[10,5],[18,-2],[8,5],[12,-12],[35,-1],[11,-4],[21,-2],[21,20],[16,-15],[0,-22],[12,-3],[19,-11],[2,-18],[19,0],[17,12],[7,8],[-10,34],[-11,10],[9,5],[0,25],[38,-9],[23,-5],[14,-10],[21,10],[12,-5],[20,0],[24,3],[14,-13],[27,-9],[15,-8],[11,0],[22,-14],[-9979,-20],[0,-285]],[[0,9089],[9991,-6],[-25,-1],[-4,14],[7,11],[30,22],[-9999,-40]],[[9182,7311],[-10,-16],[-3,-8],[-5,-6],[-8,-14],[-5,3],[6,14],[14,22],[11,5]],[[9300,7556],[0,-25],[-6,5],[6,20]],[[9334,7637],[3,-2],[0,-16],[-3,-4],[-5,-15],[-7,-5],[-5,-12],[-6,2],[1,12],[4,10],[10,7],[2,14],[6,9]],[[9346,7644],[-2,-16],[-6,3],[8,13]],[[8964,7899],[7,-20],[-3,-21],[3,-22],[3,-4],[4,-17],[-4,-9],[6,-20],[-1,-27],[-5,-9],[0,-16],[6,-26],[-3,-17],[6,-1],[7,-50],[4,-37],[9,-40],[5,-50],[-5,12],[-10,7],[-14,-2],[-9,-12],[1,-16],[-4,-11],[-8,-49],[-1,-11],[2,-17],[4,-16],[6,-7],[6,-45],[6,0],[5,-21],[-4,-15],[-4,24],[-4,4],[-10,0],[-1,10],[-8,-7],[-5,-27],[-3,-19],[-6,3],[-4,35],[5,26],[2,19],[-2,10],[0,22],[6,25],[-1,24],[-8,28],[6,39],[2,41],[0,38],[-3,15],[1,25],[4,9],[0,11],[-5,24],[-8,15],[-4,13],[2,21],[-1,15],[5,12],[1,24],[2,11],[-5,24],[13,12],[5,-12],[4,10],[-2,11],[8,3],[-2,18],[-8,13],[-1,10],[7,1],[3,9]],[[8823,7954],[8,-5],[5,-8],[-4,-16],[-7,-10],[-7,17],[-5,2],[10,20]],[[9609,7967],[7,-3],[5,-23],[7,-9],[-2,-10],[-12,16],[-3,15],[-7,10],[5,4]],[[5592,7961],[1,1],[1,0],[0,-1],[1,-2],[0,-1],[2,-4],[0,1],[1,0],[1,0],[2,-1],[1,-2],[1,0],[0,-1],[6,-4],[1,-1],[0,1],[1,0],[1,0],[-1,-1],[0,-1],[1,-1],[2,-1],[0,1],[1,1],[7,0],[1,-1],[1,0],[0,1],[3,1],[1,-4],[1,-2],[2,-2],[1,-3],[2,-1],[1,-5],[-1,-4],[-3,-3],[-1,-10],[1,-10],[0,-1]],[[5631,7901],[2,-6],[-6,0]],[[5627,7895],[-1,0]],[[5626,7895],[-7,-1]],[[5619,7894],[-22,-1],[-25,3],[-8,2]],[[5564,7898],[-9,2],[-5,1]],[[5550,7901],[0,2],[4,3],[8,8],[-8,8],[-1,13],[12,2],[9,8],[7,16],[11,0]],[[9571,8246],[4,-16],[-1,-8],[-15,-7],[-16,-17],[5,22],[7,11],[16,15]],[[6961,8780],[10,-6],[-8,-7],[-10,6],[8,7]],[[6983,8794],[5,-16],[-14,-2],[-10,7],[4,5],[15,6]],[[6366,8984],[27,-19],[-3,-10],[-14,-20],[-24,-10],[-13,17],[4,26],[11,13],[12,3]],[[9675,9019],[31,-10],[-7,-22],[-18,4],[-21,15],[15,13]],[[6639,9053],[16,-19],[23,-19],[1,-16],[-13,-4],[-16,17],[-10,-3],[-16,22],[8,19],[7,3]],[[6465,9119],[11,-10],[2,-8],[-12,-5],[-13,20],[12,3]],[[7156,9206],[16,-3],[4,-7],[-15,-12],[-27,0],[22,22]],[[7202,9242],[6,-13],[1,-15],[-14,1],[-12,8],[19,19]],[[6525,9265],[11,-6],[29,-8],[4,-4],[-10,-15],[1,-8],[-14,-14],[-8,-26],[5,-8],[-5,-8],[8,-31],[10,-24],[28,-32],[14,-8],[-3,-10],[-12,4],[-17,-7],[-7,5],[-11,-3],[-8,8],[-9,-11],[-17,16],[-7,-4],[-17,11],[-2,10],[11,10],[-13,4],[-8,21],[-14,-2],[-13,6],[-11,-6],[-7,4],[-5,17],[3,21],[26,6],[9,21],[-11,20],[5,10],[14,4],[2,16],[20,12],[10,-2],[19,11]],[[6968,9270],[11,-4],[11,-19],[-25,-6],[-9,-5],[-14,3],[2,24],[24,7]],[[8945,9300],[14,-6],[27,-26],[-1,-15],[-8,-5],[-51,9],[-15,8],[-1,13],[9,18],[26,4]],[[8911,9326],[8,-7],[-3,-14],[-18,-3],[-5,11],[7,12],[11,1]],[[8114,9346],[25,-2],[13,-9],[-18,-23],[-17,4],[-20,12],[15,5],[2,13]],[[9069,9421],[6,-16],[11,-4],[14,9],[26,-5],[0,-11],[23,3],[20,-3],[15,-9],[-1,-15],[-43,-10],[-23,2],[-16,13],[-14,3],[-23,12],[-3,17],[8,14]],[[8772,9440],[13,-17],[-11,-17],[-7,-1],[5,35]],[[8865,9466],[-2,-4],[21,-21],[20,-9],[9,0],[4,21],[21,5],[21,-18],[17,-4],[14,4],[45,-21],[-14,-13],[-1,-17],[-22,-10],[-29,9],[-11,15],[15,23],[-12,6],[-14,-17],[4,-16],[13,-15],[28,-10],[-37,-10],[-13,9],[-12,0],[-38,-9],[-12,12],[-7,-19],[-10,-5],[-25,9],[-9,13],[-14,9],[-11,14],[13,5],[-8,28],[14,20],[16,8],[26,8]],[[6879,9523],[22,-4],[17,-13],[-3,-20],[-18,-16],[-36,-16],[-20,-4],[-38,-16],[-33,-8],[-41,-17],[-8,0],[-15,-16],[-16,-5],[-8,-20],[-18,-11],[-18,-2],[-5,-14],[-12,-6],[0,-13],[-26,-12],[4,-20],[-19,-19],[-14,-19],[-35,7],[-15,8],[-16,-4],[-8,29],[28,26],[10,-3],[7,11],[-7,10],[6,15],[23,6],[-9,11],[24,27],[3,11],[19,-2],[-3,11],[18,5],[16,20],[32,8],[-3,6],[29,14],[25,2],[37,-3],[14,7],[22,1],[21,7],[19,20],[25,15],[23,6]],[[7846,9696],[19,-10],[-5,-17],[30,6],[19,-22],[16,-3],[4,-20],[-14,-14],[-60,-9],[-38,0],[-38,-17],[-18,5],[18,24],[9,24],[12,13],[14,26],[19,0],[13,14]],[[7553,9743],[29,-3],[24,-9],[-23,-16],[-38,-4],[12,12],[-24,2],[0,15],[20,3]],[[6416,9745],[9,-14],[-25,0],[16,14]],[[7705,9750],[20,-8],[-13,-15],[21,-4],[2,15],[19,4],[24,-16],[-6,-21],[5,-46],[-23,-9],[-46,2],[-16,13],[-52,2],[-20,16],[-1,17],[-20,6],[19,24],[15,11],[58,5],[14,4]],[[6582,9763],[1,-20],[-27,-1],[-1,19],[27,2]],[[6473,9765],[25,-11],[-18,-5],[-25,2],[18,14]],[[6613,9772],[20,-3],[-9,-17],[-32,-3],[-3,16],[24,7]],[[6318,9799],[28,-4],[8,-10],[-35,1],[-17,-9],[-16,10],[32,12]],[[6712,9800],[16,-7],[-4,-13],[-27,-16],[-48,7],[9,24],[20,-2],[34,7]],[[6414,9802],[23,-14],[-27,-12],[-57,-11],[3,-17],[-22,-2],[-26,3],[-11,10],[30,1],[10,11],[42,15],[-15,7],[18,10],[32,-1]],[[6519,9818],[38,-6],[48,-19],[-18,-8],[-14,9],[-61,15],[7,9]],[[6559,9818],[40,-6],[20,-9],[-24,-5],[-36,20]],[[6700,9818],[10,-6],[-26,-10],[-18,6],[34,10]],[[6793,9824],[19,-6],[3,-14],[-24,-16],[-30,-6],[-23,13],[20,12],[18,-1],[17,18]],[[7657,9830],[30,-24],[29,-11],[7,-12],[-21,-1],[3,-13],[-12,-16],[-30,0],[-64,-15],[-32,10],[-10,21],[23,3],[-10,19],[16,15],[20,1],[41,15],[10,8]],[[6573,9839],[17,-10],[-48,-5],[-2,8],[33,7]],[[8520,6401],[5,-5],[-2,-13],[-7,-5],[-8,-1],[-4,7],[4,10],[12,7]],[[8506,6474],[4,-6],[-5,-10],[-3,4],[4,12]],[[8574,6507],[1,-12],[-4,-12],[-3,11],[6,13]],[[8565,6764],[7,-34],[11,-32],[3,-14],[6,-19],[4,-39],[-3,-32],[0,-16],[4,-7],[-2,-32],[-9,-28],[-11,-1],[-6,-5],[-4,-11],[-7,2],[-4,8],[-5,-11],[-1,-12],[-8,11],[-3,-7],[4,-10],[-6,-7],[-2,16],[-6,-7],[-4,-14],[-3,3],[-8,-6],[-1,11],[3,19],[-5,-1],[1,18],[-2,14],[11,47],[-4,18],[-2,18],[-1,21],[-5,-2],[-4,8],[5,16],[7,2],[5,17],[-6,35],[4,7]],[[7228,4695],[4,-13],[12,-26],[6,-28],[6,-18],[-1,-13],[4,1],[2,-24],[5,-23],[3,-6],[4,-31],[1,-21],[-3,-31],[-2,-8],[-9,-17],[-7,-9],[-9,-6],[-3,-6],[-6,-1],[-6,4],[-6,13],[-6,54],[1,14],[-2,27],[0,15],[-2,17],[3,3],[-1,18],[4,35],[0,15],[3,7],[2,19],[-2,7],[4,8],[-3,8],[-4,6],[1,8],[7,2]],[[7044,6824],[-2,-6]],[[7057,6760],[0,1],[0,2]],[[7074,6740],[4,-14]],[[7086,6681],[1,-4],[-1,-7]],[[7080,6667],[0,-3]],[[6882,6660],[2,25],[6,21],[6,9],[3,19],[-8,17],[-1,18],[4,17],[-4,7],[-10,-2],[-1,11],[-8,6],[3,13],[-2,8],[8,10],[11,-8],[11,-2],[3,8],[1,15],[7,2],[-3,23],[6,2],[8,-2],[1,11],[-3,14],[3,3],[2,15],[4,-2],[3,-9],[12,8],[8,11],[3,9],[8,-20],[0,-4],[-11,-22],[5,-2],[2,-13],[10,3]],[[7730,4577],[4,-9],[-1,-14],[-3,-8],[0,31]],[[7858,4826],[-4,18],[0,8],[-6,14],[-3,-4],[-5,9],[-8,21],[-7,9],[-9,-7],[-5,4],[-10,1],[1,10],[-1,8],[1,28],[2,11],[-11,5],[-9,-3],[-4,-5],[-4,-11],[4,-16],[-4,-23],[0,-10],[2,-29],[-6,-20],[-9,-55],[0,-11],[-3,-20],[-2,-3],[-4,-27],[0,-46],[3,-18],[0,-13],[3,-2],[8,8],[5,0],[2,-16],[1,-35],[4,-13],[3,4],[2,-20],[2,-25],[4,-34],[6,-25],[9,-13],[9,3],[6,-3],[6,-28],[8,-15],[0,-1],[0,-6]],[[7835,4430],[-1,-4],[0,-1]],[[7834,4425],[-2,-3]],[[7832,4422],[0,-1],[-1,-2],[-1,-5],[1,-4],[0,-1],[-1,0],[-1,-3],[-1,-2],[-1,-2],[-3,0],[-3,13],[-3,-5],[-2,0]],[[7816,4410],[-4,-4]],[[7812,4406],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-3],[-2,-3]],[[7809,4392],[-1,4],[-4,10]],[[7804,4406],[1,7],[1,0],[0,1]],[[7806,4414],[1,0],[0,-1]],[[7807,4413],[1,4]],[[7808,4417],[0,16]],[[7808,4433],[-1,5],[-7,-1],[0,14],[-5,0],[-8,7],[-2,12]],[[7785,4470],[-2,1],[-1,0]],[[7782,4471],[0,-1],[0,-4],[-1,-12],[0,-2],[0,-2]],[[7781,4450],[-1,0],[0,8],[-2,-1],[-5,18],[-4,6],[-1,19],[-9,18],[-3,21],[-9,27],[-5,3],[0,9],[-3,11],[-5,0],[-1,-15],[-4,4],[-2,25],[4,39],[0,9],[3,20],[3,16],[-1,9],[4,18],[2,19]],[[6701,6547],[-1,6]],[[6700,6553],[0,16],[-3,3],[3,17],[-2,13],[1,14],[-3,6],[-20,-1],[-9,28],[-7,8],[-6,0],[-5,13],[-1,15],[-3,-1],[-5,8],[-14,6],[-5,-5],[-5,10],[-13,11],[-10,4],[0,7],[-4,14],[-1,0],[-1,0],[0,-1],[0,-1],[-2,-4],[0,-1],[-1,0],[-1,0],[0,1],[-1,2],[-4,1],[-2,4],[-9,-2],[-3,-4],[0,-1],[0,-1],[0,-2],[1,-2],[-1,-3],[-3,0],[-1,1],[-6,-1],[-5,3],[-8,-2],[-10,-10]],[[6531,6716],[-5,-11],[-3,-2]],[[6523,6703],[-1,-3],[0,-1],[0,-3],[-1,-3],[1,-2],[0,-1],[0,-5],[-1,-1],[-2,-4],[-1,-1],[-2,1],[-10,-10]],[[6506,6670],[-8,2],[-1,0],[0,1]],[[6497,6673],[-3,33],[2,40],[-1,19],[4,22],[-7,7],[-8,22],[-10,6],[4,8],[7,2],[-2,15],[3,10],[-17,6],[-5,6],[0,30],[4,12],[2,20],[-4,26],[-7,17],[1,10],[-4,6]],[[6555,6958],[22,-3],[7,-2],[2,8],[-4,21],[1,18],[4,3],[4,13],[16,3],[5,24],[7,-3],[-1,16],[9,-3],[1,11],[11,-20],[4,1],[7,-17],[14,1],[3,-10],[0,-13],[4,-14],[-3,-24],[12,-18],[5,3],[10,0],[8,-7],[4,10],[4,-3],[7,-11],[7,-37],[6,-11],[3,-31],[1,-4],[33,-48],[1,-3],[13,-20],[4,3],[6,-12],[13,-16],[15,-23],[10,-1],[12,-15],[9,-7],[-2,-9],[-2,-18],[1,-17]],[[8375,5806],[5,-9],[5,-3],[1,-11],[-3,-16],[1,-15],[-2,-17],[-4,-8],[-4,-51],[-3,-26],[-6,-26],[-4,-7],[-4,-24],[0,-21],[-5,-7],[0,12],[-3,19],[-6,9],[-6,34],[-3,8],[3,18],[-1,21],[2,11],[6,24],[8,36],[5,10],[5,21],[9,8],[4,10]],[[7921,4618],[-1,-9],[-9,-5],[7,15],[3,-1]],[[7888,4739],[2,-6],[-1,-20],[-3,15],[2,11]],[[7837,5598],[2,2]],[[7839,5600],[1,3],[0,2],[1,3]],[[7844,5619],[1,5]],[[7845,5624],[1,1]],[[7861,5601],[1,3]],[[7876,5617],[0,0]],[[7887,5606],[2,15]],[[7898,5619],[1,1],[3,6],[2,5]],[[7911,5647],[0,2],[1,1]],[[7913,5654],[1,1]],[[7917,5658],[1,2]],[[7922,5660],[0,1]],[[7927,5662],[0,0]],[[7940,5636],[4,1],[0,2],[0,1]],[[7966,5628],[0,0]],[[7960,5610],[-1,-8]],[[7982,5540],[0,1],[1,2],[0,1],[1,1],[1,-5]],[[7996,5544],[-1,-10],[-8,-16],[-3,0],[-3,-20],[-4,-5],[-5,3],[-4,-5],[-3,2],[-1,-18],[-5,-10],[0,-20],[-5,-5],[-5,-16],[-4,1],[-7,-28],[1,-20],[-3,-15],[-3,-7],[7,-34],[6,-19],[10,-14],[2,-10],[-1,-14],[4,-19],[4,-11],[10,-18],[2,-13],[7,-18],[8,-14],[2,-12],[6,-4],[6,-13],[4,-12],[7,-31],[8,-16],[0,-19],[4,-17],[0,-11],[4,-24],[-1,-8],[3,-21],[-2,-7],[0,-21],[2,-22],[5,-18],[-7,-18],[4,-18],[-4,-2],[0,-22],[2,-9],[-3,-7],[2,-8],[-3,-11],[-4,-2],[1,-13],[-7,-4],[-1,-9],[-4,0],[-7,-16],[-8,-4],[-2,-15],[-4,0],[-11,-17],[-9,-7],[-3,8],[-4,-7],[-2,2],[-1,-23],[-3,-8],[-3,-29],[-5,-2],[-8,18],[4,-20],[-2,-12],[-18,-17],[-6,-26],[-6,3],[-3,-4],[-5,6],[2,54],[1,17],[5,14],[-5,6],[-4,10],[-4,2],[-5,12]],[[8174,4782],[-1,1],[1,0],[0,-1]],[[258,2964],[-2,-9],[-2,3],[4,6]],[[9019,1066],[3,-6],[12,-5],[13,-9],[2,-6],[11,-9],[11,0],[11,12],[11,-2],[6,11],[8,-2],[3,10],[6,-8],[3,-10],[-2,-11],[3,-10],[-2,-13],[1,-12],[-1,-15],[-7,-29],[-2,-31],[0,-39],[-7,2],[0,13],[-3,15],[-7,-11],[-13,-49],[-5,0],[-3,8],[-9,0],[-7,4],[-5,11],[-1,9],[-8,15],[-7,36],[-1,15],[1,15],[-2,9],[-8,18],[-3,18],[-5,36],[3,6],[0,14]],[[9119,1092],[2,-14],[-9,3],[-2,5],[9,6]],[[9109,1134],[6,-17],[3,-1],[2,-18],[-5,-4],[-9,31],[3,9]],[[8998,1143],[4,-6],[1,-23],[-7,-9],[-1,29],[3,9]],[[8822,1432],[-1,-12],[13,-1],[0,-11],[-8,3],[-8,-16],[-3,6],[-18,-3],[-5,12],[1,9],[14,6],[7,6],[8,1]],[[8138,2155],[4,-28],[-3,-2],[-3,24],[2,6]],[[9256,2213],[0,-10],[3,-12],[-7,-39],[-4,-3],[2,17],[-1,11],[7,17],[-4,12],[4,7]],[[9195,2303],[4,-6],[3,-15],[-2,-4],[-3,10],[-2,2],[-1,4],[-1,6],[2,3]],[[9061,2681],[3,-13],[-4,-2],[1,15]],[[8876,2810],[-3,-20],[-6,-5],[-2,10],[4,10],[7,5]],[[8797,3006],[-1,-4],[3,-14],[-3,-14],[7,-13],[-13,4],[-2,19],[1,7],[6,7],[2,8]],[[8620,3174],[1,-14],[3,-22],[-9,11],[2,23],[3,2]],[[8621,3186],[4,-9],[5,-7],[5,6],[4,-4],[7,12],[4,-6],[1,-24],[-11,-17],[-3,-7],[-7,10],[-8,22],[-1,24]],[[8959,3219],[2,-17],[5,-10],[1,-40],[0,-15],[4,-7],[5,-4],[-2,-11],[-1,-13],[6,-5],[0,-8],[4,-8],[-2,-13],[4,-9],[1,-31],[2,-13],[-2,-19],[4,-15],[3,-28],[2,-5],[7,2],[4,13],[2,-3],[5,10],[2,-7],[1,-16],[8,-9],[3,-13],[6,-5],[3,-9],[-2,-10],[2,-11],[-3,-12],[4,-20],[0,-14],[3,-11],[0,-15],[-2,-13],[10,-30],[5,-2],[0,-16],[4,-28],[1,-7],[-1,-26],[-2,-19],[6,-17],[3,-3],[-2,-24],[5,-15],[5,-8],[4,-1],[3,-8],[5,0],[2,-8],[8,-1],[4,-8],[0,-12],[3,-9],[9,-7],[6,-2],[1,-7],[5,-8],[1,7],[9,-12],[2,-14],[-5,-11],[5,-21],[4,-3],[6,-11],[-1,-10],[3,-5],[1,-14],[4,-9],[-1,-15],[4,-31],[4,-11],[5,3],[4,16],[4,-17],[8,-12],[3,15],[3,-3],[4,-23],[-2,-33],[0,-13],[4,-22],[3,4],[1,-4],[2,-3],[1,-10],[3,-2],[5,-13],[3,-4],[3,6],[8,-18],[5,-25],[9,-16],[1,-14],[5,-17],[6,-4],[-1,-15],[2,-14],[7,-19],[-3,-19],[1,-45],[3,-15],[-4,-3],[-1,-13],[8,-20],[4,-37],[3,-13],[-1,-19],[2,-8],[0,-16],[-4,-12],[-3,-17],[0,-17],[-4,-47],[-5,-25],[-1,-17],[2,-14],[-3,-17],[-1,-22],[-5,-26],[-4,-8],[-3,-16],[0,-21],[-18,-28],[-5,-15],[-1,-10],[-5,-7],[1,-7],[-5,-23],[-1,-18],[-9,-26],[-2,-26],[-3,-9],[-2,-22],[-4,-7],[-4,-22],[-5,-15],[-2,-13],[0,-25],[-2,-21],[-5,-25],[4,-24],[-3,-3],[1,-16],[-5,-3],[-3,-10],[-6,-6],[-31,-3],[-17,-8],[-6,-14],[-16,-35],[-5,-4],[-15,-3],[1,-12],[6,4],[0,-16],[-6,2],[-6,14],[-3,-7],[-5,19],[-5,-2],[-4,9],[2,9],[-1,13],[-5,2],[-7,-19],[-2,10],[4,13],[0,8],[-4,13],[-11,-11],[4,-11],[-19,-22],[-5,-14],[-8,-14],[-12,14],[-9,7],[-12,16],[-6,-3],[-8,9],[-4,1],[-6,-10],[-7,13],[-7,10],[-10,1],[-7,10],[0,9],[-9,22],[-2,0],[-7,20],[1,7],[-3,11],[5,10],[0,8],[-6,42],[-7,20],[-12,21],[-7,3],[-5,-10],[-10,-1],[-2,4],[10,18],[2,23],[-1,13],[1,8],[-7,19],[-5,24],[-5,-20],[-1,-25],[-3,-25],[-4,-4],[-5,6],[-8,-11],[-6,8],[1,14],[8,3],[5,-2],[2,20],[-1,16],[3,39],[10,24],[-3,24],[6,7],[-7,26],[-1,-18],[-3,4],[-6,-15],[-2,-21],[-5,-17],[-7,1],[-2,-9],[-8,-7],[-6,-13],[-7,-30],[-4,-1],[-3,-9],[4,-25],[-7,9],[-2,-6],[-8,18],[0,14],[-3,34],[-7,20],[-5,8],[0,9],[-4,24],[-10,1],[-4,9],[2,27],[-3,13],[-9,-4],[0,21],[-7,11],[-5,-7],[-5,-1],[-14,18],[-7,0],[-8,-6],[-11,21],[-8,10],[-10,10],[-10,-11],[-15,3],[-9,-1],[-27,-8],[-13,-16],[-13,-11],[-9,-5],[-13,-9],[-15,-3],[-13,6],[-7,-4],[-12,-19],[-14,-13],[-7,-12],[-11,-4],[-6,-11],[-4,-19],[-1,-13],[-3,-4],[-3,-13],[-5,-7],[-5,-1],[-6,-8],[-5,11],[-5,-4],[-13,0],[-6,-7],[-6,13],[-4,-5],[-11,6],[-22,-6],[-4,-5],[-11,3],[-6,-3],[-6,-9],[-3,-19],[-7,-12],[-10,5],[-5,-14],[-8,-7],[-3,-11],[-8,-9],[-10,-1],[-1,-6],[-8,7],[-18,2],[-3,-2],[-9,11],[-8,3],[-3,13],[-8,16],[-7,8],[-5,0],[-4,5],[-1,39],[4,6],[5,-2],[7,14],[3,18],[-2,37],[4,13],[1,23],[-1,25],[-2,14],[-6,26],[-7,33],[-3,22],[-2,20],[-2,14],[0,26],[1,14],[-3,27],[-7,17],[-1,20],[-7,27],[-5,9],[-1,18],[2,12],[-6,32],[-5,22],[-6,18],[-8,20],[3,16],[7,-36],[5,6],[2,18],[-9,19],[0,10],[-4,18],[2,8],[7,-22],[-2,-11],[6,0],[2,-22],[3,-9],[4,13],[-1,9],[2,23],[-2,2],[-6,22],[-4,23],[-4,12],[-2,21],[-6,18],[0,19],[2,23],[4,19],[4,8],[2,35],[-2,18],[-3,14],[5,22],[3,22],[2,9],[4,5],[-2,-27],[3,-14],[5,-10],[3,24],[5,23],[7,11],[3,0],[13,13],[5,14],[4,4],[3,12],[8,9],[0,5],[7,5],[8,15],[4,-8],[7,7],[6,-8],[12,6],[11,23],[1,-2],[17,6],[4,17],[7,6],[5,-2],[4,-7],[5,7],[13,5],[12,10],[9,10],[7,12],[8,26],[4,24],[4,8],[0,13],[3,1],[13,26],[0,8],[-4,4],[0,17],[-2,10],[1,21],[3,14],[7,17],[5,4],[1,14],[4,11],[7,-28],[6,-30],[5,-15],[2,18],[-1,11],[7,7],[-3,13],[-5,10],[-1,10],[4,0],[1,11],[-4,11],[5,3],[13,-12],[1,-7],[5,3],[0,14],[5,5],[0,9],[-5,8],[-1,13],[4,16],[4,-1],[0,16],[7,-7],[-1,11],[1,6],[7,-3],[6,9],[-5,6],[-1,13],[2,12],[12,11],[4,-4],[2,-8],[4,10],[3,19],[-1,16],[10,-8],[4,-9],[6,17],[-2,14],[6,4],[4,-11],[7,-1],[8,-20],[7,-23],[7,-13],[-2,-29],[4,6],[5,-3],[4,20],[3,-4],[16,-7],[3,3],[4,-5],[3,-11],[2,24],[-4,15],[-4,10],[3,21],[7,8],[-1,12],[4,21],[5,2],[6,14],[-4,12],[1,14],[6,7],[0,12],[5,5],[2,18],[6,-5],[2,9],[3,0],[1,13],[6,-5],[2,3],[4,-8],[8,1],[3,4],[5,-6],[5,8],[5,-1],[6,8],[1,15],[-4,31],[-4,1],[-9,-6],[-5,16],[5,8],[8,3],[3,-5],[8,-22],[5,13],[7,-27],[8,-6],[10,-3],[7,-6],[5,-8],[10,-2],[4,8],[3,-13],[6,-9],[5,2],[3,11],[6,-1],[4,-14],[4,9],[6,-20],[4,-2],[4,16],[-4,2],[1,11],[4,7],[4,-2],[2,-15],[7,-1],[2,-10],[-4,-10],[-3,-14],[-6,-11],[2,-16],[-3,-11],[-5,5],[-4,-1],[-5,-7],[-3,-25],[5,-16],[-3,-13],[0,-12],[-8,-18],[-3,-14],[-3,-7],[2,-18],[5,-5],[15,-25],[2,-11],[14,-25],[5,1],[9,-10],[1,-5],[12,-11],[4,-13],[7,-17],[8,-8],[6,0],[10,-9],[3,-9],[3,-19],[6,-6],[6,-12],[8,-6],[3,-8],[13,7],[9,12],[3,22],[0,10],[7,24],[7,43],[-1,16],[2,25],[5,36],[-2,11],[-2,27],[2,18],[0,11],[-3,12],[1,24],[5,25],[-3,18],[5,12],[2,16],[-7,3],[6,35],[4,6],[0,8],[5,37],[1,18],[-1,9],[6,7],[2,11],[4,2]],[[8168,4318],[10,5],[12,23],[4,-6]],[[8194,4340],[-7,-12],[1,-6],[0,-1],[2,-20],[-3,-17],[-3,-8],[-4,10],[-2,10],[-3,-2],[-2,18],[-5,6]],[[8198,4340],[0,-1],[1,-1],[2,-13],[0,-17],[3,-8],[-1,-3],[-1,1],[-1,2],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[0,-1],[-1,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,3],[-1,8],[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],[0,1],[0,1]],[[8195,4333],[3,7]],[[561,2465],[2,-1],[0,-4],[-2,1],[0,4]],[[7935,3240],[-2,-8],[-1,4],[3,4]],[[9949,2744],[5,-16],[6,-8],[0,-19],[2,-9],[-3,-8],[-5,1],[-6,-9],[-7,-1],[-16,11],[-2,17],[5,10],[-1,7],[6,14],[9,2],[7,8]],[[0,2826],[9995,-7],[-4,-15],[-3,-5],[-4,-19],[-7,8],[-6,-15],[-3,3],[-4,-11],[-3,14],[2,11],[6,13],[8,6],[3,-1],[4,10],[6,6],[5,-1],[4,5],[-9999,-2]],[[9393,4490],[4,-3],[-1,-11],[-4,3],[1,11]],[[9023,4969],[2,-9],[-4,-8],[-3,-11],[-2,14],[4,2],[3,12]],[[8426,3238],[1,-12],[-8,-14],[-8,-8],[0,10],[6,4],[9,20]],[[8386,3239],[-1,-14],[-4,5],[5,9]],[[8331,3321],[4,-13],[3,0],[1,-13],[6,1],[5,-18],[5,-6],[0,-8],[-4,-10],[-7,-6],[-7,4],[-5,15],[-8,14],[0,4],[-14,3],[-7,13],[2,8],[8,7],[9,1],[5,-4],[4,8]],[[8474,3308],[-3,-13],[-7,-17],[-10,-20],[-7,0],[-9,-14],[-7,2],[-2,8],[7,9],[-4,5],[2,11],[0,17],[4,10],[7,11]],[[8445,3317],[7,-10],[4,14],[1,8]],[[8457,3329],[5,3],[8,12]],[[8470,3344],[5,-16],[-1,0],[-3,0],[3,-20]],[[8318,3383],[2,-7],[-3,-12],[-2,7],[3,12]],[[8422,3397],[2,-12],[-8,-2],[1,8],[5,6]],[[8232,3398],[8,-6],[1,-4],[-2,-21],[-4,-11],[1,-9],[-14,1],[-5,7],[6,6],[-1,20],[7,14],[3,3]],[[8452,3401],[0,-9],[-4,-18],[-3,8],[7,19]],[[8438,3401],[-1,-9],[-10,-21],[-3,9],[14,21]],[[8265,3403],[3,-1],[-4,-17],[-1,15],[2,3]],[[8856,3403],[3,-16],[-9,0],[2,14],[4,2]],[[8458,3405],[2,-5],[14,2],[-1,-15],[-11,-2],[-7,-5],[-2,5],[2,12],[3,8]],[[8549,3406],[9,-3],[-2,-9],[-7,6],[0,6]],[[8275,3407],[4,-1],[4,-17],[3,-2],[4,8],[5,-3],[9,-1],[2,-10],[0,-14],[4,-6],[-21,-11],[-4,10],[-4,-10],[-4,2],[-3,-7],[-6,2],[-4,-7],[-5,-2],[-4,2],[-5,-7],[-7,5],[-1,13],[2,3],[-1,12],[2,8],[9,13],[6,-8],[5,5],[4,-11],[2,-11],[5,-2],[3,6],[6,4],[-6,10],[-3,-1],[-7,18],[6,10]],[[8412,3408],[3,-13],[-5,-15],[1,-9],[-13,-12],[-5,2],[-11,-12],[-11,7],[-1,-8],[-10,-4],[-4,10],[-3,-4],[-4,6],[-10,-2],[-10,1],[-2,4],[0,13],[6,14],[4,0],[3,8],[9,-2],[6,-3],[14,-11],[3,-8],[3,0],[4,7],[7,1],[7,-5],[3,-6],[5,3],[4,16],[8,7],[-1,15]],[[8199,3408],[7,-6],[7,-14],[-3,-12],[-6,-4],[-5,-12],[-7,19],[-4,5],[-6,1],[-4,13],[0,8],[11,-7],[4,1],[6,8]],[[8601,3428],[5,-4],[-2,-14],[-2,0],[-3,10],[2,8]],[[8517,3445],[5,-7],[-8,-12],[-2,-11],[-9,6],[-5,-2],[-4,5],[4,14],[6,-5],[13,12]],[[8851,3458],[5,-3],[3,-10],[4,-1],[-2,-13],[-3,-9],[1,-11],[-6,-8],[-7,-16],[-12,-3],[-12,4],[9,41],[3,12],[7,11],[10,6]],[[8656,3477],[0,-10],[1,-15],[-2,-13],[-7,-17],[-2,-11],[-5,2],[0,20],[3,17],[12,27]],[[8163,3495],[1,-11],[-3,-9],[-6,1],[-1,-7],[-13,0],[-12,5],[0,6],[6,13],[25,1],[3,1]],[[8201,3498],[4,-1],[4,-9],[-7,-4],[-1,14]],[[7945,3566],[4,-11],[2,6],[6,-8],[6,3],[1,-6],[8,1],[1,11],[3,-4],[5,1],[3,-12],[6,-8],[4,4],[8,-10],[6,6],[6,-17],[2,-20],[9,-5],[3,3],[7,-6],[6,4],[14,-7],[5,5],[5,-8],[4,7],[5,27],[4,6],[6,-2],[1,-12],[4,-7],[4,-1],[3,6],[9,-12],[5,2],[2,-9],[7,1],[7,-2],[2,-16],[6,-13],[0,-21],[7,-9],[6,-3],[5,5],[7,-3],[10,3],[9,-7],[0,-19],[-3,-26],[6,-26],[-5,2],[-4,8],[-14,9],[-14,17],[-4,0],[-5,-9],[-6,-2],[-9,7],[-12,2],[-2,3],[-6,-4],[-10,5],[-2,-2],[-14,6],[-10,12],[-12,13],[-14,9],[-8,3],[-2,-7],[-10,7],[-5,-3],[-2,-7],[-16,6],[-7,12],[-5,5],[-9,4],[-16,3],[-4,9],[5,16],[-3,7],[-5,-1],[-6,10],[-4,1],[-10,-4],[-9,7],[4,10],[3,-13],[3,13],[7,14],[0,14],[2,13],[4,14]],[[8685,3586],[3,-18],[-4,-4],[1,22]],[[8739,3587],[3,-22],[-2,-7],[3,-8],[-4,-26],[-9,-29],[-4,-4],[-3,6],[2,40],[-1,6],[1,13],[4,6],[2,16],[4,21],[3,-1],[1,-11]],[[7837,3609],[7,-8],[-4,-7],[-5,9],[2,6]],[[8385,3622],[5,-9],[-1,-17],[-2,-2],[-5,15],[3,13]],[[8407,3657],[2,-21],[-4,-19],[1,-14],[-1,-6],[-9,3],[3,31],[-2,10],[10,16]],[[8418,3674],[3,-17],[-5,-16],[-1,-20],[7,-14],[-2,-6],[-5,0],[-4,-22],[-5,0],[-2,13],[3,14],[3,20],[2,19],[0,14],[1,8],[5,7]],[[8416,3702],[6,-3],[1,-8],[-4,-9],[-5,13],[2,7]],[[8562,3737],[2,-11],[-11,-9],[2,13],[4,0],[3,7]],[[8229,3757],[1,-17],[-1,-25],[1,-5],[-6,-14],[-1,17],[-2,13],[4,24],[4,7]],[[8519,3769],[7,-7],[8,-16],[-1,-21],[-5,-2],[-8,-10],[-10,7],[-5,8],[-4,13],[-2,11],[2,12],[3,-5],[5,6],[10,4]],[[7783,3788],[6,-16],[-2,-12],[-5,13],[1,15]],[[8597,3788],[14,-15],[9,2],[7,-13],[2,-18],[3,-1],[3,-14],[-2,-15],[-6,3],[-6,11],[-11,10],[-4,11],[-9,3],[-3,-9],[-13,4],[-2,12],[-6,-13],[-6,-6],[-5,18],[-5,5],[-1,-14],[-3,-4],[-2,16],[6,7],[2,16],[10,1],[8,-3],[6,6],[3,-13],[11,13]],[[7994,3807],[7,-6],[4,-7],[2,-11],[-4,-22],[-5,1],[-9,-6],[-2,17],[3,31],[4,3]],[[7777,3808],[5,-10],[1,-9],[-6,-4],[0,23]],[[7766,3843],[4,-15],[-4,-4],[-2,7],[2,12]],[[8483,3860],[8,-3],[6,3],[0,-11],[-14,-1],[0,12]],[[8619,3868],[3,-13],[-5,-14],[-3,-1],[-7,5],[-4,7],[9,12],[5,0],[2,4]],[[8458,3871],[14,-7],[8,-1],[0,-11],[-13,0],[-5,-6],[-7,-4],[-2,11],[2,16],[3,2]],[[8762,3874],[11,-5],[9,1],[6,-5],[11,-1],[-7,-12],[-8,0],[-10,10],[-7,5],[-5,7]],[[7940,3880],[4,-6],[1,-8],[3,-12],[0,-11],[2,-21],[4,-12],[12,-6],[-3,-6],[-3,-22],[-5,-1],[-13,11],[-2,12],[2,13],[-4,7],[0,13],[-8,7],[-6,-4],[-5,9],[1,7],[7,11],[-2,5],[3,9],[12,5]],[[8546,3892],[7,-7],[6,-11],[-4,-10],[-4,3],[-10,-3],[-3,4],[0,14],[8,10]],[[8421,3904],[1,-16],[4,12],[5,-4],[-2,-17],[-6,5],[-4,10],[-6,-21],[-3,8],[1,15],[10,8]],[[7747,3922],[1,-11],[9,-42],[-1,-7],[-4,-3],[-6,9],[-8,32],[2,18],[7,4]],[[8636,3924],[4,-8],[-1,-17],[-2,-9],[-6,10],[-3,19],[8,5]],[[8760,3944],[12,-5],[6,-12],[4,-15],[-3,-10],[-6,1],[-3,29],[-3,-8],[-7,12],[0,8]],[[8916,3801],[0,-5],[0,-25],[0,-15],[0,-50],[0,-32],[0,-19],[0,-23]],[[8916,3632],[0,-47],[0,-19],[0,-16],[0,-16]],[[8916,3534],[-1,-5]],[[8915,3529],[-1,-2],[-1,-1],[1,-6],[0,-1],[0,-2],[-2,-4],[0,-8],[4,-12],[0,-63],[0,-47]],[[8916,3383],[0,-31],[0,-10],[0,-8],[0,-1]],[[8916,3333],[0,-1]],[[8916,3332],[-4,7],[-7,16],[-4,16],[-7,15],[-7,14],[-1,6],[-10,2],[-6,-6],[-3,6],[-4,-3],[-4,-10],[-2,9],[2,6],[0,11],[5,21],[-1,5],[-3,0],[-2,10],[-6,10],[2,9],[-6,11],[7,10],[-4,8],[0,7],[-7,20],[-1,14],[-4,22],[-5,9],[0,12],[-11,24],[-7,8],[-5,8],[-11,6],[-14,18],[-6,3],[-6,10],[-5,-1],[-8,4],[-6,-1],[-12,16],[-8,15],[-8,6],[0,8],[-6,-3],[-5,22],[-1,-7],[-5,10],[-6,-17],[2,-8],[-6,-15],[-7,-2],[-4,9],[-3,22],[5,3],[-3,14],[0,12],[-4,-4],[-1,10],[-9,18],[-6,-2],[-2,7],[2,9],[4,6],[10,-3],[4,-7],[3,4],[5,19],[6,5],[4,-7],[7,-2],[3,2],[6,13],[0,16],[-9,-9],[-13,2],[-5,-7],[-3,4],[-4,-4],[-4,7],[-8,-5],[-7,14],[-3,15],[-1,15],[-6,8],[-8,6],[-12,1],[2,14],[4,2],[3,23],[-1,6],[8,7],[8,1],[7,18],[9,8],[9,-1],[14,-17],[5,-10],[12,-1],[3,3],[3,-11],[-1,-5],[2,-14],[4,-14],[-1,-16],[-4,-8],[2,-22],[-1,-7],[2,-17],[4,-15],[1,-12],[5,16],[3,-3],[1,-34],[4,-4],[1,-17],[4,-6],[9,-3],[4,1],[8,22],[4,6],[4,21],[5,4],[6,31],[6,-4],[8,10],[8,3],[0,8],[-3,12],[19,24],[3,0],[5,-11],[15,-12],[6,-13],[4,0],[10,-12],[13,-17],[7,1],[9,-3],[9,-6],[3,-9],[3,-1],[1,1],[1,0]],[[7901,3963],[3,-7],[-3,-14],[-3,2],[0,12],[3,7]],[[8541,3966],[5,-11],[-3,-10],[2,-8],[4,2],[3,-8],[-5,-6],[-3,9],[-4,-5],[0,13],[-5,12],[2,11],[4,1]],[[8533,3970],[1,-15],[-4,-5],[1,19],[2,1]],[[7733,3970],[3,-8],[0,-14],[-5,3],[2,19]],[[8633,3988],[9,-5],[4,-7],[-1,-15],[-5,4],[-4,-6],[-6,-2],[-12,18],[8,11],[7,2]],[[7904,3990],[3,-8],[1,-8],[-8,-3],[4,19]],[[7871,4053],[4,-11],[-3,-7],[-1,18]],[[7846,4070],[4,-11],[7,-2],[5,-10],[-4,-3],[-13,3],[1,9],[0,14]],[[7854,4072],[6,-5],[5,-15],[-3,-4],[-5,10],[-4,5],[1,9]],[[7891,4074],[0,-15],[-6,7],[6,8]],[[7904,4077],[3,-14],[-2,-15],[-4,1],[-1,9],[-5,2],[0,9],[9,8]],[[7840,4091],[5,-12],[-2,-25],[-3,6],[-2,20],[2,11]],[[7703,4099],[4,-6],[6,-20],[3,-2],[3,-14],[-1,-24],[-5,-4],[-3,19],[-5,14],[-7,25],[5,12]],[[7833,4105],[12,-7],[1,-19],[-5,13],[-5,1],[-3,12]],[[8471,4114],[5,-4],[-1,-19],[-3,-20],[-4,-14],[-2,-1],[-5,-11],[-3,-17],[0,-6],[-8,-6],[-7,-1],[-10,-7],[-8,1],[-7,15],[-12,-2],[-7,3],[-8,-1],[-9,-6],[-2,8],[-12,-3],[-6,-6],[-5,1],[-5,8],[-5,0],[-6,-8],[-5,-16],[-3,-27],[1,-17],[0,-15],[7,-24],[3,3],[5,-13],[-1,-9],[3,-13],[12,-2],[3,15],[7,24],[4,6],[4,-11],[5,-2],[6,6],[3,10],[13,-3],[5,3],[-3,10],[8,5],[5,-1],[4,-5],[1,-9],[-2,-17],[-3,-3],[-3,12],[-10,-4],[-2,-13],[-9,-27],[-5,-9],[-5,0],[-7,-9],[-1,-10],[-8,-7],[3,-14],[3,-1],[4,-9],[4,-16],[1,-13],[5,-8],[2,-14],[6,-9],[-4,-7],[-2,-10],[1,-6],[-2,-10],[9,-21],[3,1],[1,-18],[6,-6],[0,-14],[-19,-5],[-4,-5],[-1,-24],[-10,3],[-6,13],[2,29],[2,15],[-7,5],[-13,32],[0,8],[5,18],[0,34],[-9,5],[-4,-4],[-4,-10],[-7,-11],[2,-13],[3,-3],[0,-21],[2,-18],[-3,-14],[1,-15],[-1,-18],[1,-7],[0,-23],[-2,-3],[-1,-23],[5,-23],[-9,-7],[-6,3],[-3,-11],[-4,2],[-8,19],[1,22],[3,13],[-1,13],[3,11],[1,30],[-1,14],[-4,20],[2,10],[-6,10],[-3,-5],[-7,-4],[-3,12],[0,21],[1,15],[-3,7],[6,11],[5,12],[-1,13],[3,21],[4,9],[-2,14],[0,15],[1,20],[3,6],[3,18],[4,7],[5,-3],[-3,22],[2,27],[1,7],[0,17],[-1,8],[2,11],[4,2],[0,16],[8,9],[6,-5],[2,12],[5,7],[0,20],[8,-1],[9,-10],[4,-9],[10,3],[8,-7],[7,0],[5,-3],[6,-11],[3,13],[22,-11],[4,1],[11,13],[2,11],[5,0],[-1,13],[9,8],[-1,8],[5,12]],[[7823,4141],[3,-9],[-1,-16],[-3,-6],[-5,3],[-1,20],[7,8]],[[8554,4146],[-1,-15],[-3,-4],[5,-16],[0,-29],[-3,-10],[-7,-10],[3,-16],[5,4],[1,15],[5,4],[1,19],[8,12],[5,3],[2,-14],[-1,-23],[-5,-8],[-5,-5],[-4,-10],[4,-8],[10,-8],[0,-15],[-4,-1],[-3,6],[-5,-1],[-4,5],[-6,0],[0,-33],[5,-37],[3,-13],[-6,3],[-3,19],[-6,12],[2,38],[-3,4],[-3,14],[1,13],[2,9],[-3,7],[-3,20],[3,14],[2,24],[7,23],[4,8]],[[8570,4178],[4,-16],[-5,-25],[-7,-3],[-2,18],[3,12],[7,14]],[[7661,4199],[7,-14],[1,-7],[10,-12],[-1,-10],[-12,19],[-2,-2],[-7,15],[4,11]],[[8257,4246],[6,-3],[0,-7],[-7,3],[1,7]],[[8484,4257],[2,-3],[4,-19],[-5,4],[-1,18]],[[8268,4288],[6,0]],[[8274,4288],[-1,-9],[-5,9]],[[8006,4292],[0,-6],[4,-12],[0,-12],[-3,-10],[-6,13],[-2,13],[7,14]],[[8266,4288],[-2,-5],[2,-12],[6,-9],[-2,-12],[-7,-3],[-7,1],[-1,-9],[6,-5],[2,-7],[-5,-8],[4,-7],[5,-2],[1,-16],[4,-18],[7,-19],[-2,-11],[-3,-9],[0,-15],[5,-7],[1,-9],[8,-11],[10,-20],[1,-6],[6,-7],[-1,-7],[-5,-10],[-12,1],[-8,8],[-9,-12],[-7,-34],[1,-21],[-3,-16],[5,-12],[-1,-16],[-2,-13],[-9,-10],[-5,-18],[-13,-21],[1,-8],[-6,-7],[3,-16],[-2,-14],[6,-5],[-2,-22],[-3,0],[-1,-28],[-3,-16],[-5,-13],[-4,-24],[-25,-27],[-10,-13],[-2,10],[-2,34],[-13,18],[-7,-10],[-7,1],[2,9],[-1,11],[-8,-8],[-5,14],[-3,4],[-3,-15],[-10,-15],[-9,10],[-2,-3],[-7,-16],[-3,1],[1,35],[-3,14],[-5,-11],[-6,7],[-10,-10],[-5,6],[-3,-4],[-4,14],[-7,-11],[-2,8],[1,8],[-3,32],[-2,7],[1,12],[-2,10],[-4,6],[3,10],[2,21],[-2,9],[-5,14],[-2,-4],[-7,-12],[-3,4],[1,17],[-5,14],[0,12],[-4,11],[2,22],[0,19],[-3,13],[-5,6],[1,24],[-2,11],[3,12],[-2,13],[4,12],[0,13],[6,11],[4,11],[-2,9],[7,4],[2,6]],[[8045,4138],[-3,-13],[4,-10],[0,-11],[8,-23],[6,-9],[7,-19],[4,-3],[6,4],[4,8],[8,4],[9,-9],[3,6],[5,-3],[3,9],[6,2],[1,21],[8,10],[9,-3],[5,3],[1,-8],[4,-7],[10,-4],[3,-7],[5,6],[5,10],[6,-2],[5,7],[5,-6],[4,18],[0,13],[4,4],[-2,17],[9,23],[-1,11],[2,21],[7,4],[3,6],[0,19],[3,11],[-1,19],[3,33],[3,2],[2,12],[6,-6],[2,6],[5,0],[3,-8],[8,6],[7,-3],[7,4],[8,-16],[2,1]],[[8520,4315],[3,-8],[2,-12],[-4,-4],[-3,9],[2,15]],[[7650,4395],[5,-2],[7,-8],[6,-15],[13,-8],[8,6],[4,-1],[7,-8],[7,7],[9,-22],[3,-4],[2,-23],[5,-4],[3,-12],[-1,-15],[12,-16],[3,-14],[6,-4],[14,-23],[2,-7],[4,-4],[8,-19],[0,-9],[4,-10],[2,3],[3,-11],[2,-17],[5,-12],[6,-7],[1,15],[6,3],[1,-6],[6,-13],[2,-18],[5,-10],[6,2],[11,-22],[2,-27],[7,-17],[12,-3],[5,-19],[8,6],[10,-19],[1,-18],[-7,-7],[0,-10],[-3,-11],[-1,-25],[5,-12],[7,-10],[4,2],[7,-6],[5,3],[2,-19],[0,-22],[2,-18],[4,-10],[5,-2],[0,-19],[7,-6],[14,-2],[0,-14],[5,-9],[0,-11],[3,-7],[4,-1],[0,-20],[-4,-7],[-2,-17],[0,-10],[3,-8],[-3,-24],[0,-11],[2,-7],[-1,-18],[0,-41],[-1,-24],[-2,-21],[-5,5],[-1,9],[-4,4],[-3,13],[-4,-26],[-6,8],[-6,12],[-5,0],[5,-22],[-4,-5],[-8,25],[-5,7],[-5,16],[0,6],[-5,12],[-6,5],[-6,10],[-5,13],[-6,7],[-6,16],[-12,23],[1,6],[-2,15],[-16,28],[-7,26],[-2,12],[-5,8],[-7,21],[-2,12],[1,17],[-8,36],[0,8],[-5,6],[-2,25],[-7,24],[-7,18],[-2,19],[-3,6],[-12,12],[-2,4],[-1,23],[-3,19],[-4,35],[-3,16],[3,6],[-5,8],[-6,19],[-6,6],[-8,13],[-4,-2],[-4,11],[0,19],[-2,16],[-5,5],[-5,20],[-1,1],[-5,21],[-6,14],[-7,0],[-4,8],[-7,22],[-4,4],[-6,18],[-6,13],[-5,20],[-2,18],[-3,9],[0,17],[6,9]],[[627,4122],[1,5],[4,-16],[-5,6],[0,5]],[[9751,4501],[0,-1],[1,-1],[3,-3],[1,0],[1,1],[1,0],[-2,-2],[-3,3],[-1,1],[-1,1],[0,1]],[[9050,5085],[-2,-7],[-1,4],[3,3]],[[8093,4166],[-2,0],[0,16],[2,2],[0,-18]],[[8268,4288],[2,7],[4,-7]],[[7808,4433],[-2,-3],[2,-4],[0,-9]],[[7807,4413],[-1,1]],[[7804,4406],[5,-14]],[[7812,4406],[1,0],[0,-1],[1,1],[2,4]],[[7832,4422],[1,1],[1,2]],[[7835,4430],[0,1],[0,1],[0,4],[0,1],[2,-3],[2,-1],[3,-1],[3,-17],[6,-15],[12,-23],[9,-41],[2,-36],[-3,-16],[-1,-31],[4,-13],[-2,-11],[0,-28],[2,-10],[4,-10],[5,-7],[4,-26],[4,-18],[0,-7],[4,-16],[1,-20],[-2,-2],[-5,9],[-7,1],[-3,-3],[-1,-5],[-5,-3],[-3,15],[-15,24],[-3,0],[-4,13],[-10,12],[-7,15],[-5,12],[-8,7],[-6,15],[3,8],[-2,17],[-4,11],[-3,14],[-9,23],[1,12],[-4,6],[-1,11],[2,16],[-2,4],[-1,21],[-5,10],[2,13],[-2,13],[1,20],[-1,22],[-7,31],[1,1]],[[7782,4471],[1,1],[0,-1],[2,-1]],[[8256,4517],[1,-9],[-6,-8],[0,12],[5,5]],[[8194,4340],[1,-7]],[[8198,4340],[5,0],[6,14],[0,8],[-5,7],[0,9],[6,11],[5,-3],[3,4],[1,12],[3,6],[3,22],[10,24],[4,17],[1,11],[3,11],[2,-9],[0,-23],[8,31],[3,-5],[-1,-9],[3,-15],[9,-7],[3,-6],[-1,-14],[-4,-4],[5,-20],[6,12],[5,-16],[6,-2],[15,-26],[10,-7],[0,-10],[-3,-8],[-14,-12],[-9,7],[-5,-14],[5,-15],[7,-8],[-2,-11],[-9,-4],[-5,-6],[-3,2],[-7,12],[-1,-18]],[[8045,4138],[0,-12],[8,-17],[10,3],[12,-12],[6,-2],[4,17],[4,27],[-2,2],[1,18],[7,-3],[-2,8],[1,15],[7,11],[12,5],[21,13],[5,6],[9,31],[2,10],[7,13],[6,22],[5,25]],[[9665,2454],[4,-8],[0,-12],[-4,-2],[-4,12],[4,10]],[[9643,2502],[3,-3],[4,-32],[-8,6],[-3,10],[4,8],[0,11]],[[9555,2545],[7,-15],[2,4],[4,-5],[10,-23],[6,-9],[6,-3],[4,-21],[5,-7],[1,-7],[7,-6],[16,-28],[4,-12],[9,-13],[3,-11],[-8,-10],[-9,15],[-3,-3],[-16,34],[-2,-1],[-11,14],[-4,12],[-6,8],[-3,15],[-4,10],[-8,13],[-2,12],[-4,8],[0,12],[-4,17]],[[9663,1904],[2,-2],[-1,-3],[-1,5]],[[9636,3949],[-1,1],[1,3],[1,-2],[-1,-2]],[[282,2613],[-3,4],[2,9],[3,-7],[-2,-6]],[[9662,633],[8,-13],[2,-11],[-3,-8],[-8,-5],[-7,7],[5,15],[-1,11],[4,4]],[[9796,1078],[-1,-12],[2,-8],[9,-6],[-1,-21],[5,-13],[6,12],[11,13],[6,-8],[6,-1],[-5,-21],[4,-23],[-1,-12],[-6,-13],[-1,-8],[-11,-24],[-8,-32],[-12,-14],[-2,-9],[0,-20],[9,-7],[2,-9],[-5,-9],[-6,5],[-10,-2],[-10,-8],[-10,-11],[-9,-12],[-5,-24],[1,-17],[-2,-10],[-6,-12],[-1,-17],[-7,-24],[2,-12],[-9,-3],[-5,-14],[-8,-13],[-5,-14],[-19,-12],[-7,9],[-7,-1],[-7,6],[-7,11],[-6,-4],[-2,10],[-6,7],[-5,-7],[-18,3],[-7,26],[8,9],[-1,12],[3,14],[6,3],[-1,13],[7,16],[17,26],[1,8],[11,22],[3,9],[12,2],[12,19],[13,13],[15,28],[9,10],[9,14],[8,21],[4,18],[0,11],[4,19],[10,15],[8,27],[0,27],[3,8],[13,21]],[[9871,1398],[2,-14],[-4,0],[2,14]],[[9805,1516],[-1,-9],[5,-24],[6,1],[11,-12],[2,1],[7,-18],[5,-2],[3,-12],[4,-8],[1,-14],[-3,-17],[4,-5],[4,-15],[-1,-24],[2,-17],[14,-11],[1,-14],[6,2],[-4,21],[1,18],[5,-10],[4,-1],[4,-19],[0,-13],[2,-18],[-1,-9],[9,-7],[11,-12],[14,-12],[7,3],[4,4],[5,17],[9,10],[7,-1],[7,-10],[-6,-23],[0,-29],[-1,-8],[-11,-22],[-2,-16],[-11,0],[-11,-10],[-5,-16],[4,-22],[-4,-28],[-5,-12],[-2,-15],[-3,-3],[-6,-15],[-6,-28],[-7,-17],[-11,-15],[-5,-2],[-1,12],[-15,7],[5,21],[6,18],[4,23],[0,15],[-2,14],[-5,12],[-12,7],[-5,11],[-10,7],[-5,10],[-2,10],[4,10],[9,11],[5,0],[6,17],[3,46],[5,2],[-4,16],[3,5],[-4,29],[-4,22],[4,-4],[4,6],[-4,9],[-6,-8],[-2,15],[0,33],[-10,-2],[-3,16],[-25,70],[3,5],[-1,14],[-8,24],[-4,9],[9,6]],[[848,2731],[4,-4],[1,-16],[-8,2],[-1,12],[4,6]],[[1106,3357],[5,-5],[-5,-8],[0,13]],[[9255,3174],[13,-13],[-3,-8],[-6,4],[-4,9],[0,8]],[[9187,3290],[7,-20],[8,1],[-3,-14],[-7,6],[-5,27]],[[9180,3317],[10,-12],[2,-13],[-7,1],[-7,18],[2,6]],[[9172,3327],[3,-5],[1,-9],[-2,-9],[-5,9],[3,14]],[[9238,3342],[5,-1],[7,-11],[-6,-8],[-7,15],[1,5]],[[9104,3596],[8,-9],[-1,-17],[-4,5],[-3,10],[0,11]],[[9297,3599],[4,-8],[5,-1],[4,-23],[5,-9],[2,-12],[5,-5],[8,-21],[1,-13],[-7,-13],[-5,3],[-5,7],[-5,15],[1,16],[-4,4],[-8,21],[-2,15],[2,15],[-1,9]],[[9085,3614],[3,-4],[-2,-13],[-4,6],[3,11]],[[9296,3622],[1,-6],[-1,-18],[-2,-2],[-3,26],[5,0]],[[9054,3663],[2,-14],[-5,-1],[1,10],[2,5]],[[9226,3690],[0,-12],[6,0],[-1,-13],[1,-13],[-4,-20],[-8,-3],[0,-10],[5,-14],[-1,-8],[-8,-11],[-2,5],[-10,-20],[-7,-11],[-9,-5],[-2,-6],[-5,-4],[-4,-7],[-6,2],[-5,-5],[-11,1],[-4,14],[-5,3],[-6,-6],[-9,20],[-11,8],[-1,8],[1,11],[5,-3],[3,3],[4,-3],[5,5],[8,-9],[6,2],[3,4],[9,-1],[0,12],[4,1],[3,-16],[4,0],[3,8],[8,-7],[2,6],[4,-2],[3,8],[2,16],[7,16],[7,-3],[3,8],[-2,28],[-3,6],[0,14],[9,-2],[3,-9],[6,14]],[[8915,3529],[0,1],[0,1],[0,1],[0,2],[1,0]],[[8916,3534],[0,98]],[[8916,3801],[1,0],[2,-2],[3,0],[17,-21],[4,-3],[6,-10],[18,-16],[19,-9],[2,-7],[6,-7],[4,-10],[9,1],[6,-2],[3,-15],[7,-7],[4,-17],[5,-4],[4,1],[3,-8],[7,-19],[3,-6],[1,-27],[-3,-14],[2,-6],[5,2],[16,-14],[7,-14],[5,-6],[6,-1],[4,3],[7,-11],[7,-26],[0,-16],[-3,-4],[-21,-2],[-1,-17],[5,-19],[1,-16],[6,-5],[9,-21],[8,-18],[3,1],[4,-29],[-1,-7],[7,-13],[2,-19],[6,-8],[11,9],[5,-5],[-4,-21],[1,-10],[7,-8],[8,0],[4,-3],[-5,-15],[6,-15],[7,-3],[7,-7],[0,-15],[6,-5],[1,-6],[-14,-9],[-8,10],[-1,10],[-4,5],[-7,-1],[-10,9],[-6,-1],[-9,5],[-6,-1],[-5,7],[-5,-5],[-3,9],[-7,4],[-4,17],[-6,16],[-7,10],[-3,8],[0,11],[-9,8],[-1,17],[-5,13],[-4,22],[-4,14],[-7,4],[-2,5],[-10,1],[-2,6],[-13,6],[0,5],[-10,6],[-3,-9],[-2,8],[-6,-11],[-8,10],[1,-29],[-7,5],[-5,-18],[-12,-7],[7,-17],[4,-13],[1,-15],[-11,-10],[-11,-17],[-12,15],[-7,-5],[-9,-1],[-6,5],[-6,-7],[-2,1],[-3,7]],[[8916,3333],[0,50]],[[9188,3804],[4,-9],[7,-8],[1,-6],[4,-1],[8,-11],[4,-10],[7,-5],[4,-14],[8,-15],[2,-12],[10,-11],[5,-21],[-2,-13],[1,-10],[-5,-17],[-5,13],[-2,14],[1,20],[-5,23],[-6,21],[-8,7],[-8,13],[-3,8],[-19,29],[-3,15]],[[9171,3819],[7,-9],[0,-13],[-7,-2],[-6,16],[6,8]],[[9078,3848],[8,-2],[5,-4],[-3,-12],[-6,-1],[-5,3],[-8,-2],[2,15],[7,3]],[[8338,4373],[1,-12],[-5,0],[-3,-8],[-4,4],[11,16]],[[8364,4426],[2,-10],[-4,-5],[-4,1],[0,10],[6,4]],[[8390,4474],[4,-12],[-1,-9],[-6,-4],[-2,7],[0,11],[5,7]],[[8433,4657],[2,-13],[-6,4],[4,9]],[[8484,4695],[3,-4],[1,-10],[10,-11],[2,-18],[8,-20],[0,-8],[-7,-17],[9,-7],[-2,-14],[3,-10],[-2,-21],[5,-15],[2,-13],[0,-16],[-4,-19],[-9,-7],[3,-11],[-1,-24],[-4,8],[0,23],[-3,7],[-3,21],[-6,0],[1,-9],[-4,-5],[-4,-18],[0,-14],[6,-6],[3,-25],[-1,-15],[-7,-28],[-7,16],[3,13],[-3,9],[-4,-18],[-5,2],[-16,20],[-6,16],[0,12],[-3,21],[3,20],[4,9],[-1,12],[-4,16],[-7,6],[-5,10],[-4,-3],[1,-13],[-4,-5],[3,-9],[-1,-6],[-8,25],[-3,-16],[-3,4],[-3,-5],[0,22],[-7,-3],[-5,-19],[-3,-26],[-4,-16],[-5,8],[-1,11],[4,13],[2,19],[-1,10],[5,18],[6,7],[8,2],[6,7],[0,15],[3,7],[6,0],[4,15],[9,-9],[2,-13],[1,-16],[10,2],[2,24],[4,5],[4,-7],[4,-2],[1,34],[4,2],[7,-11],[0,11],[7,-2],[3,6],[-1,18],[-3,25],[2,13]],[[8501,4711],[3,-18],[-5,-3],[-1,5],[3,16]],[[8452,4719],[6,-7],[2,-19],[-6,-13],[-8,-2],[-6,2],[-2,10],[2,11],[4,4],[4,13],[4,1]],[[8490,4736],[-1,-12],[2,-14],[-2,-8],[-4,14],[1,14],[4,6]],[[8328,4754],[4,-9],[-6,-5],[2,14]],[[8407,4761],[1,-10],[-2,-12],[-4,2],[1,10],[4,10]],[[8421,4779],[9,-5],[2,-10],[-3,-20],[-3,-4],[-3,-28],[-3,-12],[-1,-25],[5,-17],[0,-8],[-5,-11],[-5,2],[-3,20],[-4,2],[-5,13],[-4,19],[3,10],[6,1],[5,8],[-1,24],[3,17],[0,14],[7,10]],[[8445,4799],[0,-29],[-1,-9],[0,-27],[-7,-11],[-3,-10],[-1,-11],[-4,-25],[-5,-7],[2,37],[4,10],[10,50],[2,26],[3,6]],[[8318,4809],[2,-9],[-1,-12],[0,-21],[2,-1],[4,-22],[-4,-10],[-7,-5],[-4,-18],[-12,-9],[-2,-16],[2,-3],[-8,-26],[-4,-9],[-5,-2],[-4,-19],[-7,-14],[-5,-1],[-2,-12],[-8,0],[4,16],[2,3],[6,20],[7,15],[3,-2],[12,34],[5,12],[1,9],[4,2],[0,12],[4,1],[3,13],[3,2],[5,14],[1,15],[-2,14],[3,2],[0,19],[2,8]],[[8453,4818],[7,-17],[3,0],[3,8],[5,-2],[-1,-9],[2,-5],[0,-32],[4,-11],[0,-12],[2,-12],[-13,-8],[0,10],[-1,9],[2,18],[-4,20],[-4,-6],[-4,4],[1,23],[-2,22]],[[8456,4830],[2,-2],[3,-13],[-5,-1],[0,16]],[[8387,4846],[2,-6],[10,-9],[6,-15],[6,7],[4,-10],[4,-4],[-1,-14],[-4,-14],[-4,-3],[-2,-12],[-4,-10],[-10,-3],[-8,-11],[1,13],[-1,10],[4,16],[-1,11],[2,37],[-7,6],[3,11]],[[8330,4849],[4,-14],[-4,-2],[0,16]],[[8330,4874],[7,-14],[5,-2],[-1,-9],[-9,2],[-4,17],[2,6]],[[8403,4887],[4,-7],[-1,-9],[-6,13],[3,3]],[[8470,4892],[5,1],[4,-8],[0,-13],[7,-7],[0,-10],[-3,-9],[2,-18],[-1,-7],[5,-18],[-3,-7],[1,-9],[-10,0],[-2,12],[-4,0],[0,10],[-2,23],[-7,22],[-4,1],[-4,10],[-3,25],[11,-2],[8,4]],[[8423,4894],[3,-7],[5,-3],[6,-16],[4,-2],[5,-26],[-2,-5],[-7,10],[-6,21],[-3,-1],[-5,-15],[-2,2],[3,30],[-1,12]],[[8344,4961],[10,-5],[4,3],[4,-7],[4,1],[6,-18],[2,-12],[0,-18],[2,-11],[-4,-15],[-6,-11],[-3,1],[-5,20],[0,6],[-3,8],[-1,13],[-3,20],[-4,3],[-3,22]],[[8385,4963],[3,-1],[4,-13],[-3,-12],[-5,7],[-1,10],[2,9]],[[8449,5002],[3,-14],[3,-4],[0,-14],[-7,-9],[-4,9],[3,10],[0,19],[2,3]],[[8386,5070],[3,-1],[-2,-28],[-4,21],[3,8]],[[8356,5328],[2,-6],[6,5],[13,-18],[9,-8],[5,8],[4,10],[2,-15],[-4,-16],[-1,-21],[3,-30],[5,-6],[3,-12],[-2,-18],[-7,-36],[-7,-17],[-6,-5],[-5,-12],[1,-18],[-6,-24],[3,-9],[3,-26],[0,-13],[4,-34],[6,-13],[7,-7],[3,8],[-4,11],[9,13],[5,0],[5,-5],[6,-21],[-1,-15],[5,-3],[3,5],[-3,15],[4,5],[2,-9],[14,-11],[-3,-8],[-7,3],[-1,-11],[4,-7],[5,-25],[9,-6],[-2,-9],[0,-18],[-1,-10],[-6,9],[-1,12],[-14,13],[-5,32],[-7,9],[-2,12],[-8,15],[-1,-22],[4,-8],[1,-23],[-5,2],[0,8],[-3,12],[-5,8],[-3,11],[-6,5],[-4,8],[-7,-9],[-6,-17],[-7,2],[0,10],[-3,8],[-5,4],[-3,-9],[-1,30],[11,20],[-4,18],[-8,4],[1,-24],[-3,-5],[-3,12],[-5,13],[-3,2],[-2,33],[-4,14],[2,5],[-2,16],[1,8],[-4,9],[1,26],[9,-13],[1,-8],[5,2],[2,8],[-2,9],[-1,22],[1,16],[3,14],[-1,14],[1,14],[-3,12],[3,11],[1,25],[3,17],[-1,13],[4,2],[4,8]],[[1436,2240],[0,-5],[-1,0],[0,3],[1,2]],[[8739,4544],[0,-18],[-4,-2],[4,20]],[[9610,3222],[-5,-15],[-3,7],[3,7],[5,1]],[[9481,3257],[10,-16],[11,-7],[5,-16],[0,-9],[-11,4],[-8,10],[-3,19],[-6,4],[2,11]],[[9481,3315],[5,-15],[-4,-6],[-1,21]],[[9435,3323],[6,-12],[12,1],[7,-10],[2,-11],[4,-3],[0,-10],[-5,-4],[-8,8],[-15,2],[-6,20],[0,15],[3,4]],[[9448,3340],[7,-8],[-5,-4],[-2,12]],[[9387,3376],[5,-4],[-3,-14],[-5,7],[3,11]],[[9463,3391],[8,-25],[-2,-7],[7,-16],[3,-15],[-2,-16],[-9,17],[-4,14],[-2,27],[1,6],[-4,9],[4,6]],[[9374,3416],[2,-3],[2,-16],[4,-1],[3,-18],[-4,-3],[-4,4],[-2,16],[-8,-6],[4,25],[3,2]],[[9363,3424],[2,-4],[0,-16],[-6,8],[1,11],[3,1]],[[9349,3445],[3,-10],[-3,-7],[-3,8],[3,9]],[[9400,3447],[9,-7],[10,-20],[9,-8],[12,-24],[-1,-14],[-7,12],[-16,21],[-6,15],[-6,9],[-4,16]],[[9346,3514],[5,-10],[12,-15],[1,-13],[6,-12],[2,-10],[-11,10],[-10,27],[-7,13],[2,10]],[[7884,4093],[3,-10],[-3,-4],[-5,2],[0,8],[5,4]],[[208,3375],[1,-2],[0,-1],[0,-1],[0,1],[-1,2],[0,1]],[[8445,3317],[4,7],[8,5]],[[8470,3344],[4,12],[1,11],[7,5],[10,4],[3,3],[7,-3],[9,7],[4,-4],[11,11],[6,-1],[3,-7],[-8,-18],[-9,-6],[-6,-13],[-8,-2],[-7,-11],[-9,-4],[-6,-6],[-8,-14]],[[130,2473],[3,-7],[5,3],[-3,-10],[-6,9],[1,5]],[[9696,2649],[3,-14],[1,-12],[-7,7],[0,15],[3,4]],[[9675,2728],[3,-1],[4,-11],[-1,-7],[-5,-2],[-5,13],[4,8]],[[9670,2832],[4,-18],[-5,-2],[-4,4],[5,16]],[[9644,2846],[5,-14],[8,-16],[4,-12],[-7,-1],[-4,-6],[-2,27],[-6,7],[2,15]],[[9671,2877],[2,-32],[-2,0],[-2,17],[2,15]],[[9627,2936],[4,-18],[2,-21],[7,6],[4,-31],[-4,-6],[-3,2],[-5,-7],[-5,20],[1,12],[-3,29],[2,14]],[[51,2965],[1,-3],[-1,-3],[0,6]],[[226,2997],[7,-6],[3,-12],[-8,0],[-8,11],[6,7]],[[213,3022],[4,-16],[-4,-6],[-6,-4],[-7,17],[13,9]],[[3054,4896],[4,-11],[-1,-2],[-4,7],[1,6]],[[3094,43],[0,57],[0,103]],[[3094,203],[9,-20],[-7,-14],[2,-12],[10,-6],[4,-17],[18,-32],[16,-15],[5,-10],[11,-11],[11,-4],[15,0],[-2,-19],[-18,0],[-5,-7],[-11,-5],[-7,7],[-10,5],[-33,3],[-8,-3]],[[3007,841],[1,12]],[[3008,853],[-4,10]],[[3004,863],[-2,2]],[[3002,865],[0,3],[0,2],[1,4],[1,0],[2,1]],[[3006,875],[1,0]],[[3007,875],[0,1],[0,2],[0,4],[0,1],[0,1],[0,1],[-1,1],[-6,9],[-1,2],[-2,5]],[[2997,902],[-1,4]],[[2996,906],[-1,5],[0,1],[1,0],[0,1],[0,8],[0,5],[1,3],[1,1],[1,4],[-2,7]],[[2997,941],[-2,16]],[[2995,957],[-1,1],[1,2],[1,-1],[2,0],[1,2],[3,-5],[4,3],[1,2],[0,1],[0,3],[-2,7]],[[3005,972],[1,11]],[[3006,983],[0,2],[-1,7],[-1,4],[-1,2],[1,2],[0,1],[0,7],[-2,8]],[[3002,1016],[1,14],[2,7]],[[3005,1037],[-4,25],[3,6],[-1,5],[1,8]],[[3004,1081],[1,2],[0,1]],[[3005,1084],[3,-1],[1,4],[0,1],[0,3],[-4,6],[0,7],[0,1]],[[3005,1105],[0,3]],[[3005,1108],[2,-2],[1,-1],[2,10]],[[3010,1115],[1,6],[0,1],[-1,0],[-1,2],[-1,0],[0,9],[0,4],[0,2],[0,1],[0,3]],[[3008,1143],[1,2]],[[3009,1145],[1,-2],[1,-1],[0,-1],[1,-1],[3,3],[-1,2],[0,1]],[[3014,1146],[0,-1],[-1,0]],[[3013,1145],[0,2],[0,1],[0,1],[1,1],[1,3],[2,8],[0,9],[-1,4],[0,6],[0,4],[-1,3],[0,3],[1,1],[1,1],[2,2]],[[3019,1194],[3,4]],[[3022,1198],[0,1],[1,1],[1,0],[1,3],[2,-1],[3,0]],[[3030,1202],[0,1],[0,2],[0,4]],[[3030,1209],[0,1],[1,1],[1,3],[0,5],[-4,7],[-2,28],[-3,19],[0,3],[-1,3],[0,1],[0,2],[0,2]],[[3022,1284],[2,3]],[[3024,1287],[0,8],[-1,6],[-2,6],[0,2],[1,0],[2,7],[0,3],[0,5],[0,3],[-1,0],[0,3]],[[3023,1330],[1,1],[0,3]],[[3024,1334],[-1,5],[-1,1],[2,3],[0,8],[0,1]],[[3024,1352],[1,0],[1,-2],[1,3],[-1,4],[3,8]],[[3029,1365],[1,2],[1,5]],[[3031,1372],[2,1],[0,-1],[0,-1],[0,-1],[2,0],[1,2],[0,1],[0,1],[0,5],[0,2],[2,3],[1,4],[0,2],[0,1],[1,0]],[[3040,1391],[5,7]],[[3045,1398],[-1,12],[1,5]],[[3045,1415],[-2,30],[-3,6],[-1,3],[1,3],[0,1],[1,1]],[[3041,1459],[0,-1]],[[3041,1458],[1,0],[3,3],[0,11],[3,13],[0,3],[-1,1]],[[3047,1489],[5,20]],[[3052,1509],[1,2],[2,4],[-1,9]],[[3054,1524],[4,0]],[[3058,1524],[1,2],[2,1]],[[3061,1527],[-1,17],[-2,12],[1,22],[2,11],[1,3],[-1,4]],[[3061,1596],[-3,1]],[[3058,1597],[-2,-3],[-1,0]],[[3055,1594],[0,3],[-1,2]],[[3054,1599],[0,1]],[[3054,1600],[-1,2]],[[3053,1602],[0,8],[1,4]],[[3054,1614],[0,1],[1,1],[0,3],[0,4]],[[3055,1623],[0,2],[-1,2],[-2,4],[-1,6],[0,6],[0,4],[1,0],[0,3],[-1,3],[0,2],[-2,4]],[[3049,1659],[-2,10]],[[3047,1669],[0,28]],[[3047,1697],[-1,0],[0,-1]],[[3046,1696],[-2,1],[-1,2],[-1,1],[0,6],[0,1],[0,3]],[[3042,1710],[-2,7],[0,21]],[[3040,1738],[0,2],[1,4],[0,7],[6,8]],[[3047,1759],[-1,6],[0,1],[1,6],[2,16],[0,3],[1,3],[0,3],[2,4],[-1,5],[0,2],[1,0],[0,-1]],[[3052,1807],[0,-1]],[[3052,1806],[0,0]],[[3052,1806],[1,-1],[1,-1],[2,0],[1,0],[0,1],[1,3],[0,6],[2,3],[0,2],[0,2],[1,1],[-1,0],[0,1],[-1,1],[-1,1],[0,-1],[-1,-1],[0,1],[-1,2],[0,1],[1,1],[1,3],[0,4],[0,6],[0,10]],[[3058,1851],[-1,6],[-1,17]],[[3056,1874],[-1,2],[0,1],[0,3],[0,1],[0,2],[1,1],[1,1]],[[3057,1885],[0,1],[0,1]],[[3057,1887],[0,3],[2,4]],[[3059,1894],[2,0]],[[3061,1894],[0,4],[0,2],[0,2],[1,3],[0,2],[0,5],[1,3],[0,1],[0,2],[1,2],[0,1],[0,1],[-1,1],[0,3],[0,1],[0,1]],[[3063,1928],[1,7],[0,7]],[[3064,1942],[1,4],[0,2],[1,1]],[[3066,1949],[2,3],[2,8]],[[3070,1960],[2,0]],[[3072,1960],[2,4],[0,1],[0,1]],[[3074,1966],[3,12]],[[3077,1978],[1,0],[1,1],[0,5],[0,1],[1,2],[0,3],[1,7],[0,2]],[[3081,1999],[1,4]],[[3082,2003],[0,2],[1,1],[0,1]],[[3083,2007],[2,4]],[[3085,2011],[-1,3],[-1,1],[3,4]],[[3086,2019],[0,3],[1,3],[1,1]],[[3088,2026],[-1,11]],[[3087,2037],[7,-1]],[[3094,2036],[1,1],[0,1],[0,1]],[[3095,2039],[1,1]],[[3096,2040],[1,-1],[0,-1],[0,1],[1,0],[0,3],[3,3],[2,9],[-2,8]],[[3101,2062],[-6,22]],[[3095,2084],[0,3],[0,10],[0,2],[1,2],[1,1],[1,2],[1,1],[1,2]],[[3100,2107],[0,3],[0,3],[-2,28]],[[3098,2141],[-4,20],[3,18]],[[3097,2179],[1,3],[1,-1]],[[3099,2181],[2,2],[0,1]],[[3101,2184],[-1,5],[-1,1],[0,8]],[[3099,2198],[-4,8],[4,15],[0,3],[1,3],[4,8]],[[3104,2235],[26,26]],[[3130,2261],[0,5],[1,9]],[[3131,2275],[1,6],[2,17],[1,5],[1,6],[1,10],[2,16],[-5,14]],[[3134,2349],[4,12],[0,8],[7,7],[1,15],[11,8],[3,23],[4,-3],[10,-20],[20,2],[11,-9],[1,-11],[4,-13],[4,-8],[4,18],[6,29],[31,0],[0,-9],[5,-7]],[[3260,2391],[0,-5],[11,-16],[0,-6],[5,-19],[1,-9],[12,-23],[2,-7],[11,-15],[3,-14],[20,-16],[7,2],[16,-25],[3,-10],[10,-12],[6,-9],[9,-6],[3,-9],[4,4],[9,-11],[3,-6],[6,-19],[-2,-12],[-4,-6],[-3,-13],[1,-9],[-9,-13],[-2,-42],[-7,-12],[-2,-13],[2,-13],[14,1],[10,-7],[16,-8],[4,5],[5,-6],[6,2],[4,-9],[2,14],[4,7],[8,-3],[3,-7],[4,7],[2,17],[4,9],[4,3],[12,20],[5,32],[-1,17],[2,10],[0,18]],[[3483,2149],[5,-5],[4,8],[11,-5],[2,-12],[-1,-13],[5,-16],[-1,-14],[-1,-21],[2,-16],[-5,-18],[-5,-4],[-2,-7],[-7,-12],[-2,5],[-5,-10],[-8,-7],[0,-6],[-12,-15],[-1,-7],[-10,-14],[1,-9],[-5,-1],[-1,-9],[-11,-29],[-4,-14],[-4,-3],[-3,-17],[-12,-29],[-6,-8],[0,-7],[-7,-15]],[[3400,1819],[-2,-1]],[[3398,1818],[0,-11],[-6,-12],[2,-14],[0,-14],[-5,-35],[0,-13],[-2,-17],[-4,-3],[2,-12],[-1,-10],[1,-12],[-2,-10],[2,-29],[-2,-16]],[[3383,1610],[-6,2],[-1,-19],[-2,-11],[-1,-17],[6,-24],[-1,-14],[-4,-3],[2,-18],[8,-15],[8,-6],[15,-22],[6,-21],[-7,-27],[0,-16],[6,-16],[5,-6],[7,-4],[2,-36],[-12,-40],[-11,-28],[-2,-18],[-8,-15],[-19,-18],[-16,-12],[-20,-9],[-28,-11],[-22,-1],[-11,4],[-4,9],[-5,-4],[1,-25],[8,-9],[-3,-21],[0,-15],[-5,-3],[-1,-22],[-4,-7],[2,-12],[5,-15],[-2,-14],[-13,-11],[-8,-9],[-20,-1],[-21,21],[-6,3],[-5,8],[-5,-9],[-1,-16],[3,-28],[1,-28],[-1,-14],[4,-10],[12,-4],[0,-15],[11,4],[-3,13],[12,9],[4,-20],[0,-19],[-2,-13],[-13,-5],[-3,9],[1,9],[-4,6],[-9,2],[-10,-16],[1,-4],[11,-10],[4,-10],[-14,-13],[-2,-11],[-7,-14],[-2,-12],[4,-25],[-2,-9],[2,-7],[-3,-13],[-9,-13],[-2,-11],[4,-4],[-2,-10],[-15,4],[-9,-8],[-2,-9],[-7,-1],[-6,-8],[-8,-20],[-1,-12],[-7,-19],[1,-18],[6,-21],[7,-8],[9,-21],[5,-3],[21,-4],[3,-8],[0,-22],[-4,-19],[2,-13],[-8,-12],[-10,-20],[-6,-3],[-11,-16],[-3,-12],[-10,-15],[-4,-52],[-4,-14],[-8,-10],[-20,-16],[-6,-12],[-3,-19],[2,-28],[4,-27],[0,-8],[6,-22],[7,-20],[-2,-7],[-17,12],[-8,0]],[[3070,240],[-2,1],[-2,2],[-2,2],[-3,2],[-1,0],[0,1],[-1,0],[-3,2],[-1,1],[-53,0],[-1,9],[-10,13],[-1,13],[3,19],[-3,3],[-2,8],[1,5],[1,0],[2,-1],[0,2],[0,1],[0,3],[0,1],[1,1],[0,1],[0,1],[-1,5],[-2,5],[1,4],[1,3],[-1,1],[-1,2],[-2,0],[-2,2]],[[2986,352],[-7,-2]],[[2979,350],[-4,-3],[-1,-3],[-1,-2],[-10,12],[-1,10],[-2,6],[0,1],[1,0],[1,2]],[[2962,373],[-2,3],[-1,5],[-1,6],[-2,12]],[[2956,399],[4,11],[-3,20],[2,2],[-1,3],[1,3],[1,0],[0,4],[0,1],[0,1],[0,1],[-1,0]],[[2959,445],[0,1]],[[2959,446],[11,0]],[[2970,446],[0,2],[-1,-1],[-1,0],[0,1]],[[2968,448],[0,1],[0,3],[0,2],[1,2],[1,2]],[[2970,458],[4,13]],[[2974,471],[2,-2],[1,0],[1,0],[0,2],[3,3],[0,3],[1,0],[2,2],[1,2],[0,1],[0,9]],[[2985,491],[-1,12]],[[2984,503],[0,1],[2,-3]],[[2986,501],[1,1],[2,2],[0,3],[0,6],[1,1],[0,-1]],[[2990,513],[2,0]],[[2992,513],[1,4]],[[2993,517],[-2,5],[0,5]],[[2991,527],[-4,8],[0,21],[4,12],[-1,9],[6,10]],[[2996,587],[4,2]],[[3000,589],[-1,3],[0,3],[1,1],[3,-2],[0,1],[1,4]],[[3004,599],[-3,14]],[[3001,613],[0,3],[0,1]],[[3001,617],[0,7]],[[3001,624],[8,9],[-3,24],[0,17],[4,10],[-4,10],[0,13],[3,10],[2,0],[1,-1],[1,1],[1,1],[0,1],[0,1],[-1,5]],[[3013,725],[0,1],[4,3]],[[3017,729],[1,3],[1,1],[-1,4],[-4,7]],[[3014,744],[-1,6]],[[3013,750],[0,1],[-1,3],[0,1]],[[3012,755],[-2,1],[-2,0],[-1,1],[-4,0],[-3,4],[-1,1],[0,-1],[-1,2],[5,6],[11,4],[2,-4],[3,-1],[1,0],[1,1]],[[3021,769],[1,7],[0,7],[1,11]],[[3023,794],[-6,4],[-11,-2],[0,14],[3,20],[-2,11]],[[3384,2538],[-2,29],[-23,35],[-25,0],[-18,-12],[-31,-13],[-5,-33],[-10,-34],[0,-35],[-10,-84]],[[3134,2349],[-1,-1]],[[3133,2348],[-1,0],[-9,-5],[-5,1],[-1,0],[-1,0],[-2,4],[1,20],[-1,3],[0,4],[-1,2],[0,2],[-1,4],[1,4],[0,2],[-1,4],[0,5]],[[3112,2398],[0,1]],[[3112,2399],[0,4],[-2,2],[-1,4],[0,14],[0,1],[-3,12],[0,14],[0,7],[-6,26],[-5,5],[1,5],[-1,4],[0,1],[1,3],[1,2]],[[3097,2503],[2,2]],[[3099,2505],[-3,4],[-2,3],[0,1],[-1,0],[-1,1],[-2,4],[0,6],[1,0],[1,1],[0,1]],[[3092,2526],[0,2]],[[3092,2528],[0,1],[-1,2],[0,2]],[[3091,2533],[0,4],[0,3]],[[3091,2540],[0,1],[-1,1],[0,-1],[-1,1],[1,3],[3,2],[2,0],[0,2],[1,7],[0,3],[0,3],[-2,1]],[[3094,2563],[-2,6]],[[3092,2569],[0,2],[0,1],[1,0],[1,3],[0,1],[3,10],[2,5],[0,1],[1,1]],[[3100,2593],[-7,12],[-5,12]],[[3088,2617],[-1,1],[-1,2]],[[3086,2620],[-1,11]],[[3085,2631],[0,1],[0,2],[-1,6],[-1,6],[-1,5],[-1,25],[-2,7],[3,8],[-2,2],[0,1],[-1,0]],[[3079,2694],[-4,3]],[[3075,2697],[-1,3],[0,1],[1,3],[-1,5],[0,1],[0,4],[-4,9]],[[3070,2723],[0,4],[0,4]],[[3070,2731],[0,9],[-3,5],[4,15],[7,21],[5,10],[0,17],[6,5],[-5,11],[-4,-2],[-5,8],[-3,36],[4,14],[3,14],[-6,19],[0,11],[4,4],[6,26],[1,12],[4,0],[-4,18],[1,12],[-4,9],[3,6],[3,25],[-1,23],[7,31],[-9,42],[-17,70]],[[3067,3202],[4,1],[15,-7],[3,1],[2,-10],[5,3],[8,11],[6,21],[4,2],[5,-5],[4,15],[7,13],[4,-2],[15,32],[11,4],[2,4],[13,3],[2,-7],[5,12],[4,-12],[-1,-9],[1,-18],[-4,-19],[1,-12],[3,-16],[0,-16],[-2,-4],[2,-25],[2,-1],[-1,-15],[4,1],[3,-14],[4,-8],[5,-13],[5,-2],[0,-9],[2,-7],[13,-6],[6,6],[5,-5],[5,-11],[8,1],[3,-15],[5,-10],[11,-9],[8,-2],[0,-7],[8,-21],[7,3],[3,-4],[5,4],[10,-4],[8,-13],[5,-4],[2,-14],[-2,-9],[0,-15],[5,-22],[1,-34],[-9,0],[9,-27],[2,-57],[20,-1],[29,-3],[3,-3],[-1,-11],[-3,-10],[-1,-20],[3,-18],[4,-12],[7,-12],[3,5],[2,-8],[2,-19],[4,-16],[1,-14],[-6,-47],[0,-10],[-10,-52],[7,-15],[-8,-15]],[[3655,2020],[1,-5],[-4,-19],[-2,3],[1,15],[4,6]],[[3652,2108],[-2,-18],[-3,8],[5,10]],[[3741,2283],[0,-13],[-4,1],[2,6],[2,6]],[[3775,3815],[2,-7],[-4,-13],[-6,-4],[0,13],[8,11]],[[3591,3989],[2,-10],[-7,-11],[-4,5],[1,10],[8,6]],[[3623,3994],[6,-6],[-4,-9],[-6,-1],[-3,7],[7,9]],[[3594,4002],[5,-5],[-2,-11],[-4,7],[1,9]],[[3620,4015],[2,-7],[-7,-18],[-13,0],[-2,14],[7,1],[5,7],[8,3]],[[3601,4022],[2,-12],[-7,-7],[3,26],[2,-7]],[[3609,4034],[-2,-16],[-5,-5],[2,19],[5,2]],[[3600,4142],[2,-14],[-3,-6],[-3,11],[4,9]],[[3399,1819],[1,0]],[[3483,2149],[0,11],[5,20],[-1,15],[4,21],[-1,11],[2,10],[-2,15],[2,6],[-5,12],[-6,7],[-7,-11],[-12,-2],[-2,5],[-1,19],[-2,12],[0,21],[-2,6],[-2,19],[2,16],[-3,5],[-4,20],[-8,-1],[-5,6],[-2,9],[-3,-2],[-4,-11],[-5,-3],[-5,5],[-10,0],[-12,6],[-6,7],[3,13],[1,14],[-2,12],[3,14],[-1,30],[0,13],[-4,8],[1,12],[-5,19]],[[3067,3202],[-4,-3],[-6,4],[-6,-8],[-13,3],[0,85],[3,7],[-2,8],[-5,3],[-6,-17],[-6,-11],[-5,-3],[-22,0],[0,14],[-3,4],[0,14],[-13,10],[-13,0],[7,20],[0,10],[-3,6],[-3,16],[-5,6],[-1,10],[-4,8],[-5,44],[-7,12],[0,14],[7,3],[-2,15],[1,14],[3,13],[8,11],[4,2],[3,11],[-4,19],[2,18],[5,14],[1,17],[3,24],[12,17],[13,21],[5,9],[4,-3],[10,10],[9,1],[5,16],[2,-4],[11,2],[0,-8],[8,-5],[2,9]],[[3057,3684],[2,23],[11,172],[2,12],[-1,25],[-5,17],[1,10],[-1,9],[-8,13],[-4,14],[0,50],[6,1],[10,11],[3,-8],[4,-1],[2,20],[-5,14],[-14,0],[0,45],[8,5],[4,-4],[34,0],[-3,9],[4,9],[3,-10],[3,-1],[4,15],[3,-2],[4,11],[4,4],[1,-16],[3,-4],[3,-11],[0,-12],[2,-17],[-1,-15],[7,5]],[[3143,4077],[15,-35],[4,0],[5,5],[3,9],[7,5],[3,-10],[-2,-11],[4,-2],[3,17],[4,1],[1,12],[4,0],[6,15],[1,-6],[9,18],[4,-2],[5,9],[1,9],[0,15],[3,5],[4,-1],[5,10],[7,3],[0,19],[-15,3],[-4,3],[2,16],[-4,22],[-3,29],[2,11],[-3,8],[-5,7],[-10,29],[4,3],[3,-10],[4,3],[8,-2],[3,-11],[9,-1],[8,-6],[1,8],[5,-2],[7,-24],[3,9],[3,22],[4,0],[4,10],[8,-8],[5,8],[4,0],[6,4],[8,13],[1,9],[8,-2],[3,14],[4,3],[5,14],[-4,18]],[[3313,4362],[10,0],[4,5],[7,-14],[-2,-27],[-3,-13],[6,-1],[7,-9],[-2,-7],[4,-11],[1,-22],[-5,-14],[-3,-2],[1,-16],[-2,-12],[-3,-20],[0,-18],[3,-24],[5,-5],[-1,-28],[2,-10],[4,-2],[7,-23],[10,-7],[3,-10],[4,9],[5,-2],[0,14],[4,8],[9,-5],[1,7],[6,8],[6,0],[6,19],[7,2],[2,-7],[6,-3],[8,5]],[[3430,4127],[14,-7],[3,4],[-4,24],[2,21],[7,-8],[21,11],[3,-9],[5,1],[3,-9]],[[3484,4155],[6,-12],[11,5],[4,9],[7,-7],[7,6],[9,-12],[8,15],[5,15],[1,11],[7,36],[7,28],[1,11],[8,20]],[[3565,4280],[2,21],[2,5],[8,-21],[3,-30],[1,-25],[3,-30],[3,-22],[1,-7],[4,-29],[5,-22],[9,-1],[7,-8],[1,-23],[0,-14],[-7,-17],[-4,-7],[-1,-9],[-5,-10],[-3,-14],[-5,-15],[-7,-7],[-1,-11],[-4,0],[-7,-31],[5,-2],[4,-7],[-3,-16],[4,-1],[1,13],[7,8],[1,-11],[5,3],[-3,22],[6,14],[4,5],[20,-10],[12,8],[8,-8],[13,0],[1,-8],[-2,-10],[-1,-30],[-3,-11],[-9,-17],[1,-15],[-10,-8],[-4,6],[-5,-14],[6,-11],[-2,-13],[4,-3],[3,14],[7,5],[2,12],[6,20],[4,-16],[1,24],[3,2],[3,12],[-1,9],[7,22],[6,4],[9,-4],[1,5],[7,-4],[5,-11],[2,5],[4,-10],[4,4],[3,-15],[12,-3],[5,1],[5,-14],[5,-2],[7,-15],[0,-18],[3,3],[2,15],[6,-1],[3,-6],[2,-16],[7,-8],[4,-31],[-3,-5],[-4,-23],[-1,-21],[1,-3],[6,11],[5,1],[8,24],[10,4],[4,13],[7,-4],[13,-15],[4,-7],[9,-10],[6,1],[2,8],[4,-2],[4,-10],[11,-5],[6,3],[13,4],[3,4],[14,-5],[10,-12],[4,-9],[7,-7],[4,-12],[12,-20],[5,-1],[10,-31],[10,-22],[4,-13],[7,-5],[6,-18],[5,1],[7,-11],[8,1],[5,-3],[8,5],[13,-8],[3,-9],[4,-22],[1,-20],[2,-10],[1,-12],[3,-15],[0,-20],[3,-27],[2,-9],[0,-33],[-3,-10],[2,-13],[-6,-47],[-3,-26],[-4,-17],[-6,-19],[-8,-18],[-7,-28],[-6,-12],[-3,-15],[-6,-6],[-9,-19],[-7,-25],[-9,-38],[-3,-22],[-10,-34],[-1,-8],[-10,-27],[-5,-4],[2,14],[-4,7],[-5,-7],[1,-12],[-2,-12],[-4,-5],[2,-17],[-3,-21],[2,-12],[-3,-50],[0,-12],[1,-16],[0,-22],[2,-28],[2,-10],[-3,-26],[-1,-5],[-3,-45],[-3,-19],[1,-31],[1,-7],[-3,-14],[-7,-11],[-4,-15],[-2,-22],[-1,-23],[1,-38],[-3,-16],[-6,-13],[-4,-28],[-3,-7],[-4,-25],[-5,-14],[-4,-2],[-1,-12],[-7,-34],[2,-36],[-7,-11],[-7,-5],[-7,-9],[-7,-19],[2,-11],[-3,-14],[-16,2],[-9,-3],[-5,7],[2,13],[-6,-4],[3,-14],[-4,-5],[-8,-3],[-7,11],[-24,-12],[0,-9],[5,-7],[-7,-6],[-4,3],[-6,-14],[-5,-3],[-3,-8],[0,-10],[-11,4],[-9,-5],[-3,-11],[-2,6],[-5,-9],[-9,-12],[-5,-15],[-12,-20],[-2,0],[-11,-17],[-3,-12],[0,-9],[-8,-9],[-6,-12],[2,-10],[-4,-16],[0,-22],[-5,-8],[5,-13],[-3,-11],[3,-29],[2,-22],[-4,-11],[0,-12],[2,-14],[-2,-28],[-6,-7],[3,-15],[-9,-15],[-9,-18],[-8,-21],[-7,-26],[-6,-30],[-5,-35],[-11,-39],[-13,-32],[-8,-14],[-12,-17],[4,14],[5,5],[4,13],[7,8],[1,25],[6,2],[0,7],[6,11],[1,25],[4,-1],[1,13],[-10,-3],[-7,5],[-2,-5],[-5,-23],[0,-17],[-7,-20],[1,-8],[-8,-3],[-5,-27],[-5,-7],[0,-20],[4,-6],[-4,-10],[-3,-16],[-4,-28],[-3,-15],[-5,-14],[-16,-32]],[[3517,1563],[-4,4],[0,39],[8,16],[4,14],[-10,12],[-5,13],[-3,21],[-8,14],[-2,-1],[-10,18],[-4,14],[-6,2],[-12,13],[-3,15],[-6,15],[-3,-9],[-9,-9],[0,17],[-5,16],[-6,10],[-7,20],[-5,8],[-7,1],[-3,-14],[-10,1],[-2,6]],[[3045,44],[-1,-21],[-15,6],[-1,10],[10,-2],[7,7]],[[3096,41],[6,-8],[-1,-33],[-17,3],[-2,13],[-6,6],[-3,-15],[-14,9],[-1,15],[7,1],[10,4],[21,5]],[[3111,43],[23,-5],[3,-14],[-5,-11],[-12,3],[-6,6],[-7,-3],[-3,23],[7,1]],[[3064,45],[11,-5],[-6,-6],[-12,-2],[0,11],[7,2]],[[3011,112],[17,-11],[0,-14],[-5,-9],[-12,23],[0,11]],[[3002,119],[7,-6],[1,-12],[-9,-11],[-8,12],[9,17]],[[3043,138],[0,-22],[3,-9],[-6,-8],[-8,0],[0,20],[11,19]],[[2971,152],[10,-12],[6,-3],[9,-15],[-5,-9],[-2,-10],[-13,-5],[1,19],[-4,1],[-6,-10],[-3,16],[-10,7],[10,6],[7,15]],[[2927,343],[6,-7],[-1,-14],[-7,-8],[-6,5],[-1,12],[7,-2],[2,14]],[[2926,197],[8,-9],[26,-20],[3,-8],[-5,-7],[-9,18],[-14,0],[-10,21],[1,5]],[[3001,205],[7,-5],[6,3],[2,-11],[-13,-13],[-3,-9],[-15,-13],[-1,-17],[-18,21],[9,13],[-2,8],[1,2],[0,2],[-2,2],[0,1],[3,1],[4,4],[2,5],[5,-9],[7,4],[3,11],[5,0]],[[3094,43],[-14,-4],[-15,9],[-18,-2],[-12,1],[-12,10],[-22,5],[0,13],[17,5],[10,-5],[8,19],[11,-9],[8,4],[22,-14],[6,2],[-29,24],[-3,18],[1,6],[12,8],[9,8],[-1,12],[-14,-2],[-8,-7],[-7,9],[1,24],[4,-3],[8,16],[7,5],[4,18],[6,3],[6,-15],[10,7],[5,-5]],[[2952,221],[2,-5],[-4,-17],[-7,10],[9,12]],[[2939,237],[8,-12],[-7,-4],[-1,16]],[[2930,272],[12,-12],[-7,-3],[-5,15]],[[2921,277],[2,-14],[-3,-18],[-5,7],[6,25]],[[2943,283],[4,-16],[-10,5],[6,11]],[[2925,308],[-2,-17],[-6,7],[8,10]],[[2921,348],[3,-3],[1,-15],[-7,8],[3,10]],[[2905,362],[10,-4],[-11,-19],[-1,20],[2,3]],[[2930,365],[4,-4],[3,-22],[-8,7],[3,11],[-2,8]],[[2909,395],[14,-11],[-9,-14],[-9,0],[-1,5],[5,20]],[[2908,468],[0,-5],[1,-4],[-6,-12],[-4,4],[3,6],[4,10],[2,1]],[[2902,479],[7,-4],[3,-10],[-1,-4],[-2,0],[-1,8],[-2,0],[-2,-8],[-5,9],[3,9]],[[2924,490],[6,-4],[1,-24],[2,-18],[-3,-15],[3,-11],[0,-17],[-6,-11],[-7,2],[-7,12],[-8,26],[-1,16],[9,1],[7,-3],[1,15],[-4,8],[-2,15],[9,8]],[[2905,508],[3,-13],[-5,-7],[-5,10],[7,10]],[[2924,529],[4,-19],[-1,-11],[3,-10],[-12,4],[-2,10],[6,7],[2,19]],[[2911,533],[4,-2],[5,-5],[3,-3],[-7,-18],[-3,9],[-2,19]],[[2906,538],[8,-33],[1,-11],[-5,-6],[-3,22],[-6,-2],[-1,23],[6,7]],[[2915,545],[7,-11],[-3,-7],[-3,5],[-6,3],[5,10]],[[2938,552],[9,-7],[-12,-6],[-5,6],[8,7]],[[2933,722],[3,-2],[3,-15],[-7,0],[1,17]],[[2953,723],[4,-4],[-3,-20],[-4,8],[3,16]],[[2949,755],[4,-11],[-4,-7],[-11,4],[2,11],[9,3]],[[2940,764],[7,-8],[-10,-5],[3,13]],[[2940,783],[2,-12],[-7,-2],[-1,12],[6,2]],[[2953,788],[2,-11],[-4,-5],[-4,11],[6,5]],[[2973,799],[7,-11],[-3,-15],[-11,-14],[-5,7],[-2,14],[6,15],[8,4]],[[2947,986],[1,-8],[9,6],[2,-26],[3,-8],[-7,-7],[-5,-18],[9,-18],[-5,-3],[4,-13],[-7,-4],[2,-12],[-3,-8],[-11,4],[-7,7],[5,17],[3,28],[-2,15],[1,12],[4,15],[-1,17],[5,4]],[[3010,1115],[-5,-7]],[[3005,1108],[0,-1],[-1,-1],[1,0],[0,-1]],[[3005,1084],[0,-1],[-1,-2]],[[3005,1037],[-3,-21]],[[3006,983],[-1,-2],[0,-9]],[[2995,957],[0,-2],[2,-14]],[[2996,906],[0,-1],[1,-3]],[[3007,875],[-1,0]],[[3002,865],[1,0],[1,-2]],[[3004,863],[2,-4],[2,-6]],[[3008,853],[3,-2],[-4,-10]],[[3023,794],[2,-6],[-4,-19]],[[3012,755],[1,-5]],[[3013,750],[1,-3],[0,-3]],[[3017,729],[-4,-4]],[[3001,624],[1,-4],[-1,-3]],[[3001,613],[1,-1],[1,-1],[0,-1],[1,-11]],[[3000,589],[-2,-3],[-2,1]],[[2991,527],[2,-10]],[[2992,513],[-1,0],[-1,0]],[[2986,501],[-2,2]],[[2984,503],[0,-4],[1,-8]],[[2974,471],[-1,0],[-1,-4],[-2,-9]],[[2968,448],[2,-2]],[[2959,446],[0,-1]],[[2956,399],[6,-26]],[[2979,350],[3,-3],[4,5]],[[3070,240],[-1,-18],[-4,-10],[-5,3],[-14,-11],[-15,-8],[3,-13],[-6,-33],[2,-13],[-2,-15],[-9,-8],[-22,16],[-7,10],[-4,11],[6,10],[16,3],[10,6],[6,16],[-6,6],[-6,18],[-21,3],[-3,-11],[-7,-2],[-6,-9],[-2,-2],[-1,0],[0,-2],[1,-14],[-8,-2],[-3,21],[0,11],[-10,-5],[5,18],[-3,3],[2,22],[10,0],[7,4],[8,9],[-9,8],[-4,-20],[-12,7],[-2,15],[-8,14],[1,18],[6,-8],[0,24],[-6,-8],[-6,4],[-3,20],[5,6],[-3,8],[-4,22],[-7,12],[-2,12],[7,7],[1,26],[7,7],[-9,10],[1,34],[-1,23],[11,13],[-11,15],[-7,15],[3,4],[6,-5],[8,-1],[14,-9],[-4,12],[2,12],[-9,-3],[-4,5],[-12,0],[-6,7],[7,23],[5,13],[5,-1],[5,14],[-5,2],[-6,16],[-3,-9],[-12,6],[-4,9],[-7,3],[-5,-3],[6,-12],[-4,-9],[-7,10],[0,13],[7,9],[10,22],[-2,24],[28,5],[2,-12],[8,-20],[-6,-19],[3,-4],[6,33],[-1,11],[2,14],[2,23],[5,12],[1,10],[-3,13],[9,3],[9,14],[3,15],[-10,18],[-8,8],[7,23],[-1,37],[6,7],[-2,6],[6,17],[-4,6],[2,36],[1,7],[8,-2],[-1,11],[-11,13],[6,12],[-2,15],[-6,5],[-4,-8],[1,-9],[-9,-6],[-10,5],[2,9],[-4,11],[-4,33],[7,34],[-2,11],[3,18],[0,11],[8,10],[0,7],[6,24],[-3,25],[-6,28],[-1,20],[2,19],[-5,29],[1,13],[-2,14],[1,10],[10,-3],[4,9],[0,20],[3,7],[1,12],[5,21],[1,22],[6,13],[-2,14],[4,10],[4,18],[4,6],[1,17],[3,10],[1,23],[1,5],[0,17],[5,23],[4,6],[1,15],[-3,28],[5,8],[4,27],[0,18],[-4,13],[1,17],[-1,16],[0,17],[-3,10],[-1,16],[1,12],[-1,27],[1,24],[4,-2],[4,10],[-1,11],[4,7],[-2,11],[1,11],[-1,19],[-4,11],[-1,19],[6,17],[0,7],[4,15],[0,28],[3,21],[4,5],[-2,33],[5,12],[-1,8],[3,11],[3,52],[-3,14],[2,20],[6,12],[-1,28],[-2,5],[-1,26],[2,27],[0,27],[3,14],[-1,7],[-5,-1],[1,31],[4,0],[4,13],[0,6],[2,49],[2,20],[0,16],[3,14],[-2,36],[-2,9],[1,44],[1,8],[-1,31],[-4,28],[1,10],[-3,23],[1,17],[1,10],[-2,5],[0,1]],[[3045,2669],[0,1],[0,1],[1,0],[0,1],[1,0],[3,-1],[1,1],[5,4],[4,10],[2,12],[-2,18],[1,3],[0,1],[1,0],[1,-1],[1,0],[1,0],[2,5],[2,5],[1,2]],[[3070,2731],[0,-8]],[[3075,2697],[2,-2],[2,-1]],[[3085,2631],[0,-2],[0,-1],[1,-8]],[[3088,2617],[12,-24]],[[3092,2569],[2,-3],[0,-3]],[[3091,2540],[0,-7]],[[3091,2533],[1,-5]],[[3092,2528],[0,-1],[0,-1]],[[3099,2505],[-1,-2],[-1,0]],[[3112,2399],[0,-1]],[[3133,2348],[1,1]],[[3131,2275],[-1,-14]],[[3130,2261],[-6,-6],[-13,-13],[-7,-7]],[[3099,2198],[2,-14]],[[3099,2181],[-2,-2]],[[3098,2141],[2,-34]],[[3095,2084],[0,-2],[2,-6],[4,-14]],[[3096,2040],[-1,0],[0,-1]],[[3094,2036],[-2,5],[-5,-4]],[[3087,2037],[0,-6],[1,-5]],[[3086,2019],[-1,-8]],[[3085,2011],[0,-1],[-2,-3]],[[3082,2003],[-1,-3],[0,-1]],[[3077,1978],[-1,0],[0,-3],[-2,-9]],[[3072,1960],[-1,1],[0,1],[-1,-2]],[[3070,1960],[-4,-11]],[[3064,1942],[0,-7],[-1,-7]],[[3061,1894],[0,1],[-1,0],[-1,-1]],[[3057,1887],[0,-2]],[[3056,1874],[2,-23]],[[3052,1806],[0,0]],[[3052,1806],[0,1]],[[3047,1759],[-3,-10],[-4,-11]],[[3040,1738],[0,-2],[1,-2],[-1,-17],[2,-7]],[[3046,1696],[1,1]],[[3047,1669],[2,-4],[0,-6]],[[3055,1623],[0,-4],[-1,-5]],[[3053,1602],[1,-2]],[[3054,1600],[0,-1]],[[3055,1594],[3,3]],[[3058,1597],[2,0],[1,-1]],[[3061,1527],[-3,-3]],[[3058,1524],[-1,0],[-1,3],[-2,-3]],[[3052,1509],[-3,-13],[-2,-7]],[[3041,1458],[0,1]],[[3045,1415],[0,-17]],[[3045,1398],[-1,-8],[-4,1]],[[3031,1372],[-2,-7]],[[3029,1365],[-5,-13]],[[3024,1334],[-1,-4]],[[3024,1287],[0,-1],[-1,-1],[-1,-1]],[[3030,1209],[0,-7]],[[3022,1198],[-2,1],[-1,-5]],[[3013,1145],[1,1]],[[3009,1145],[-1,0],[0,-2]],[[2854,4577],[-2,6]],[[2849,4597],[2,14],[3,-14],[3,-4],[5,-18],[3,-2],[-2,-14],[4,-2],[1,10],[0,24],[-3,17],[5,3],[9,19],[4,14],[3,16],[5,6],[7,-1],[2,17],[-1,8],[3,30],[1,29],[7,15],[6,9],[5,14],[8,-8],[2,-15],[3,-3],[4,23],[0,11],[2,8],[5,1],[5,-6],[14,2],[7,14],[9,16],[6,4],[7,11],[3,13],[0,10],[7,2],[8,13],[8,-6],[5,-19],[0,-7],[-6,-11],[-1,-3]],[[3017,4837],[-17,-12],[-7,-36],[-6,-1],[-5,-18],[-3,-17],[-4,-16],[-1,-21],[-2,-15],[1,-6],[-5,-21],[-6,-26],[5,0],[5,8],[2,-15],[5,0],[2,-33],[8,-19],[0,-23],[-2,-13],[-1,-27],[2,-5],[6,-1],[4,-26],[25,0],[4,-5],[5,8],[8,0],[6,-10],[6,3],[19,-63],[5,-2],[5,10],[11,-6],[5,4],[5,-2],[7,5],[2,-2],[4,9],[9,-4],[3,-19],[-5,-13],[-1,-25],[-6,-12],[1,-43],[-1,-13],[4,-43],[2,-13],[4,1],[2,-21],[3,-7],[-15,-37],[7,-4],[2,-10],[4,-7],[5,-16],[-1,-7],[4,-14],[2,-20],[5,-31],[0,-8]],[[3057,3684],[-11,31],[-3,-4],[-8,5],[19,74],[-5,8],[-2,11],[-9,1],[-1,9],[-6,9],[-11,-8],[-13,14],[-4,-12],[-5,-2],[-3,-9],[-6,0],[-7,7],[-8,-6],[-1,8],[-5,2],[-1,8],[3,9],[-1,14],[-3,9],[-3,-3],[-6,7],[2,9],[-6,24],[-5,1],[-6,13],[-5,5],[0,10],[-5,25],[-5,9],[-8,9],[-8,14],[-2,-5]],[[2909,3980],[-3,1],[-7,11],[-5,1],[-6,17],[-8,9],[-3,-13],[-9,3],[-3,-4],[-7,4],[-1,7],[-4,-2],[-5,5],[-3,16],[-4,14],[-4,-3],[-8,9],[-5,19],[-2,-2],[-6,6],[-5,13]],[[2811,4091],[-2,8],[-4,3],[1,11],[3,6],[9,-4],[-1,18],[-3,12],[3,19],[6,1],[4,7],[4,-3],[11,25],[-1,8],[4,5],[5,19],[2,15],[4,11],[0,13],[-3,1],[-7,20],[0,9],[5,13],[1,10],[-3,62],[-2,11],[4,1],[3,11],[-3,21],[0,14],[2,22],[-8,19],[-4,4],[1,11],[-6,14],[3,17]],[[2777,3796],[3,-4],[-5,-15],[-4,-7],[0,22],[6,4]],[[2518,3939],[3,-3],[-5,-13],[-2,7],[4,9]],[[2493,3953],[2,-6],[-2,-12],[-5,-2],[-3,5],[1,12],[7,3]],[[2459,3970],[2,-14],[-6,-2],[-1,13],[5,3]],[[2478,3978],[5,-6],[1,-10],[-5,1],[-3,8],[2,7]],[[2463,4000],[3,-13],[1,-13],[6,-16],[2,-13],[3,-10],[-3,-15],[-8,-7],[-7,3],[-2,7],[6,16],[3,0],[3,7],[-9,24],[0,15],[-5,4],[7,11]],[[2909,3980],[-8,-5],[6,-20],[3,-4],[-1,-19],[1,-14],[-4,3],[-5,-45],[-1,1],[-13,-42],[-16,-33],[-34,-29],[-2,-6],[-7,-20],[-4,-2],[-2,-29],[-7,-39],[1,-6],[-3,-15],[-4,-7],[-1,-12],[-3,-9],[-7,3],[-4,10],[-4,22],[-3,7],[-4,-5],[-2,6],[-8,9],[-6,-14],[-2,7],[-1,22],[2,6],[4,-1],[4,8],[-2,10],[-1,23]],[[2771,3741],[5,2],[1,12],[5,17],[2,25],[1,5],[-3,14],[0,11],[-5,-7],[-2,-13],[-4,-8],[-6,0],[-6,17],[-7,8],[4,12],[1,13],[-3,24],[3,17],[-5,23],[3,7],[5,0],[2,5],[3,22],[-1,11],[3,14],[3,3],[5,17],[1,9],[0,20],[-1,14],[3,11],[6,9],[6,4],[3,6],[8,2],[2,8],[5,-5],[0,22],[3,-1]],[[3484,4155],[6,15],[4,18],[1,16],[-1,14],[6,17],[0,13],[-7,18],[-3,13],[-3,50],[1,20],[4,18],[5,10],[3,16]],[[3500,4393],[1,8],[6,-2],[17,-22],[9,-7],[6,-11],[6,-17],[2,2],[3,-14],[7,-18],[5,-4],[3,-18],[0,-10]],[[3350,299],[5,-5],[-5,-15],[-4,-3],[-12,-25],[-8,1],[-3,-14],[-8,-6],[-10,14],[5,5],[8,0],[9,26],[0,10],[5,8],[6,-5],[12,1],[0,8]],[[3362,306],[9,-8],[10,-3],[9,2],[7,-23],[-19,-16],[-11,0],[-1,-10],[-17,-21],[-7,12],[1,11],[4,13],[7,8],[7,24],[1,11]],[[3313,4362],[-19,55],[8,17],[-1,16],[-2,12],[3,11],[4,-2],[13,12],[5,10],[1,8],[-10,8],[0,24],[3,17],[5,1],[3,8],[6,7],[2,13],[4,6],[-4,16]],[[3334,4601],[3,-11],[5,0],[15,-25],[13,-30],[5,-20],[0,-23],[2,-10],[4,1],[7,-5],[11,-24],[2,-12],[3,1],[7,-14],[1,-21]],[[3412,4408],[0,-17],[-5,-18],[1,-13],[-3,-13],[-7,1],[-7,-13],[2,-13],[-6,-37],[1,-12],[4,-12],[1,-8],[5,-12],[0,-10],[5,-3],[5,4],[0,-19],[3,-4],[0,-16],[7,-25],[2,-15],[6,-20],[4,-6]],[[3412,4408],[6,12],[13,-4],[15,-11],[0,10],[7,4],[7,-1],[6,-5],[5,8],[16,-6],[12,-8],[1,-14]],[[3101,4873],[4,-6],[0,-7],[-2,-5],[0,10],[-4,2],[2,6]],[[3045,2669],[-1,2],[-4,6],[-4,6],[-7,18],[-4,3],[-7,13],[-1,20],[-3,9],[-10,9],[-7,11],[-10,22],[-8,4],[-5,9],[-10,9],[-1,5],[-15,14],[-6,13],[-10,11],[-1,5],[-6,6],[-13,19],[-3,15],[-3,3],[-3,15],[-12,20],[-2,12],[-3,8],[-1,10],[-4,10],[2,45],[-2,13],[-6,18],[-1,13],[-8,24],[-1,14],[-5,8],[-3,10],[-2,30],[-3,10],[-9,15],[1,9],[-2,17],[-6,23],[-8,34],[-1,25],[-4,13],[-2,20],[-5,19],[-1,11],[-3,11],[0,8],[-4,13],[-2,19],[-9,21],[-8,33],[0,13],[-3,12],[-7,17],[-1,9],[-8,14],[-14,18],[-9,18],[-1,12],[1,6],[7,1],[-1,20],[-8,21],[2,18],[-6,21],[1,8],[1,23],[5,11],[6,16],[3,11],[8,13],[4,8],[2,-1]],[[3952,109],[7,-6],[9,2],[10,-5],[2,-6],[12,-7],[6,-13],[7,-24],[-8,-7],[-7,17],[-12,17],[-9,7],[-10,14],[-6,-3],[-1,14]],[[3307,4767],[-3,-13],[1,-36],[-4,-6],[-19,1],[6,12],[4,4],[-1,24],[-3,7],[19,7]],[[3079,4879],[5,-14],[3,-1],[1,-10],[-7,10],[-2,9],[0,6]],[[3399,1819],[-1,-1]],[[3517,1563],[-4,-12],[-1,-10],[-6,-15],[-1,-10],[-6,-8],[-4,-9],[-22,-23],[-10,9],[-10,5],[-6,-3],[-7,-10],[-8,8],[-1,6],[-12,6],[-6,13],[-14,4],[-7,-3],[-5,20],[-10,20],[0,22],[2,34],[4,3]],[[3225,4790],[3,-11],[-6,-9],[-11,7],[4,7],[4,-6],[6,12]],[[3017,4837],[-2,-6],[-14,-9],[0,-16],[3,-13],[3,-9],[2,-21],[2,-5],[-1,-19],[-4,-8],[-4,-15],[-2,-3],[-4,-19],[5,-23],[6,-12],[0,-17],[3,-4],[7,3],[8,16],[0,17],[2,12],[-3,14],[-2,5],[-3,14],[-5,17],[-1,11],[0,12],[3,5],[-1,13],[4,0],[13,16],[9,3],[14,17],[6,-3],[2,5],[-2,14],[-11,-6],[-3,21],[2,13],[6,8],[5,-12],[1,-19],[4,-19],[8,-1],[2,4],[7,-7],[5,0],[12,-19],[4,-15],[-2,-4],[2,-21],[3,-9],[8,-2],[20,7],[3,2],[23,4],[4,-5],[0,-7],[8,-20],[21,-10],[6,1],[6,12],[4,0],[3,11],[5,6],[11,-3],[-1,8],[-4,2],[-8,-3],[-1,6],[10,0],[4,3],[7,-3],[10,7],[7,-2],[6,5],[13,-9],[-2,-7],[-10,3],[-5,-5],[10,-25],[1,-15],[4,-3],[3,8],[5,-5],[5,-10],[6,-2],[3,5],[3,-9],[8,-12],[3,-1],[6,-18],[-3,-20],[1,-8],[4,-22],[7,-6],[2,8],[4,1],[8,-9]],[[5537,6999],[2,16],[-2,9],[7,24],[6,-8],[7,7]],[[5557,7047],[13,-25],[2,-17],[0,-7]],[[5572,6998],[-3,-11],[1,-22],[-1,-14],[5,-10],[1,-12],[7,-4]],[[5582,6925],[2,-22],[-6,-5],[-3,-15],[-1,-13],[-6,-2],[-4,-7],[-1,-11],[-3,-12],[-5,3]],[[5555,6841],[0,11],[-4,14],[-10,11],[-1,26],[-4,6],[3,16],[3,28],[-3,7],[3,11],[2,22],[-7,6]],[[5047,7043],[-7,-5],[-1,12]],[[5039,7050],[9,1],[-1,-8]],[[6250,6956],[4,-15],[12,-17],[-7,-14],[3,-11],[5,-8],[9,-8],[1,-6],[-6,-18],[1,-9],[5,-2],[5,-13],[5,2],[6,-5],[-5,-9],[5,-14],[-1,-27]],[[6292,6782],[-5,3],[-6,-5]],[[6281,6780],[-5,32],[-5,6],[1,14],[-3,3],[-6,-8],[-7,8],[-3,11],[-10,-3]],[[6243,6843],[-10,20],[-4,4],[-10,-2],[-7,6],[1,11],[-3,6],[1,12],[4,12],[-3,18],[-5,7],[0,7]],[[6207,6944],[8,-1],[13,9],[6,-4],[9,3],[7,5]],[[5470,7482],[-3,-19],[9,-25]],[[5476,7438],[-4,-9],[2,-12],[-9,-2],[-1,-10],[-8,-10],[1,-29],[-3,1],[-7,-10]],[[5447,7357],[-3,-3]],[[5444,7354],[0,-6]],[[5444,7348],[0,-1],[1,-2]],[[5445,7345],[0,-1],[0,-2],[0,-1],[-1,1],[0,1],[-4,3],[-28,-8]],[[5412,7338],[-1,-7],[-1,-1],[-1,1],[-1,-1]],[[5408,7330],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,-3],[-1,-1]],[[5404,7322],[-11,3]],[[5393,7325],[-7,7]],[[5386,7332],[-3,-1],[-1,0],[-1,1],[-1,0]],[[5380,7332],[-9,4],[-14,2],[-12,6],[-8,16],[1,13],[-12,-9],[-12,2],[-6,-5],[-2,-11],[-4,-1],[-6,8],[-6,-1]],[[5290,7356],[-2,10],[-8,-11],[-6,10],[-8,6]],[[5266,7371],[-2,15]],[[5264,7386],[4,9],[-3,7]],[[5265,7402],[7,4],[7,-7],[1,-7],[7,-3],[3,14],[12,2],[2,-10],[7,2],[12,12],[24,2],[7,4],[1,-9],[6,-6],[2,16],[-2,11],[-7,19],[7,11],[11,8],[1,13],[8,-3],[3,18]],[[5384,7493],[7,-13],[7,-2],[10,4],[3,12],[4,-1],[1,18],[9,-2],[10,-9],[4,1],[8,-9],[7,-2],[5,7],[11,-15]],[[6281,6780],[-19,10],[-4,15],[-4,2],[-10,29]],[[6244,6836],[-1,7]],[[6357,6751],[-8,-2],[-4,13],[-12,18],[7,9],[1,10],[-5,11],[6,11],[-8,20],[-6,-2],[-20,-27],[-4,-11],[-12,-19]],[[6250,6956],[7,12],[5,0],[10,-17],[4,-3],[9,0],[6,-9],[4,5],[2,11],[-2,8],[-9,8],[-4,15],[7,14]],[[6289,7000],[4,-7],[9,-5]],[[6327,6948],[2,3]],[[6335,6971],[2,1],[1,-1],[5,7]],[[6343,6978],[6,17],[14,-36],[3,-23],[8,-14],[2,-14],[7,-4],[5,2],[6,-7],[-3,-9],[-11,-7],[-6,-7],[-2,-9],[0,-26],[-4,-13],[3,-9],[-4,-7],[-1,-14],[-7,5],[-2,-30],[0,-22]],[[5916,6478],[-7,1]],[[5909,6479],[3,4],[4,-5]],[[6405,5873],[0,-27],[-4,7],[0,20],[4,0]],[[5781,8025],[1,-2],[2,-2]],[[5859,7977],[-2,-2],[2,-5]],[[5856,7961],[4,-8]],[[5860,7953],[0,-5],[1,-4]],[[5861,7944],[-2,0],[0,-4]],[[5855,7933],[0,-1],[-1,-5]],[[5854,7927],[7,-6]],[[5909,7826],[0,-1],[-1,-1]],[[5906,7820],[-2,-1]],[[5877,7748],[5,-14]],[[5882,7734],[-11,1],[-12,-4],[-8,-19],[-4,-15],[4,-19],[-9,1],[-4,11],[-9,-4],[-13,-3],[-8,18],[-13,-6],[-10,3],[-5,-2],[-15,3],[-9,-2],[-1,12],[-11,-1],[-9,3],[-14,10],[-16,-1],[-4,3],[-8,-5],[-16,-1],[-2,-9],[-9,-13],[-7,6],[-4,-11]],[[5655,7690],[-2,16],[4,18],[-5,14],[-9,8],[6,15],[15,16],[-3,38],[-7,38],[-1,13]],[[5653,7866],[13,-2],[5,3],[8,-4],[10,17],[7,-1],[4,9],[8,3],[1,-11],[6,1],[-2,12],[2,18],[-1,16],[4,9],[10,5],[3,11],[10,1],[-5,24],[3,13]],[[5739,7990],[7,2],[8,10],[12,-5],[2,11],[13,17]],[[5167,7636],[6,-9],[4,-20],[-6,-9],[-1,-7]],[[5170,7591],[-7,-1],[-4,-20],[5,-13],[-3,-8]],[[5161,7549],[-10,-3],[-1,7],[-7,7],[-10,19],[-16,0],[-3,14],[2,8],[-5,6],[-10,0],[0,8],[-10,5],[-1,13],[-4,6],[-9,-6],[-4,7],[-3,20]],[[5070,7660],[18,18],[5,2]],[[5093,7680],[14,-12],[10,11]],[[5117,7679],[0,2]],[[5117,7681],[9,7],[9,-5],[25,-16],[-1,-17],[-2,-9],[10,-5]],[[5528,7212],[4,5],[5,-3],[0,-10],[-6,-18],[0,-13],[13,-21],[-2,-5],[-8,0],[7,-17],[0,-8],[-8,-5]],[[5533,7117],[-4,-1],[-4,-11],[-6,-8],[-1,-16],[-5,-5],[0,-15],[2,-8],[-3,-6]],[[5512,7047],[-6,3],[-10,15],[-6,6]],[[5490,7071],[-2,3]],[[5488,7074],[1,11],[-5,7],[-5,16],[-7,12],[-8,19],[-14,27],[-5,29],[-9,15],[3,29],[4,0],[6,-14],[5,-3],[5,17],[8,-3],[5,2],[4,-5],[12,-3],[7,-4],[5,7],[7,-1],[15,-10],[1,-10],[5,0]],[[5778,7005],[-9,0],[-4,-5],[-8,14],[-6,-1],[-3,-6],[-9,-2],[-2,-11],[-5,-8]],[[5732,6986],[-6,3],[-1,-29],[-6,-3],[-10,1],[-6,-6],[-11,11],[-9,3],[-2,9],[-6,-3],[-6,3],[-13,-13],[-9,2],[-3,-6],[-8,1]],[[5636,6959],[3,27],[-6,22],[-8,9],[-4,12]],[[5621,7029],[5,12],[-3,7],[0,18],[9,10],[6,11],[-6,19],[-7,6],[-4,26],[8,28]],[[5629,7166],[7,-8]],[[5636,7158],[3,-1],[1,-2],[-1,-2],[0,-1]],[[5639,7152],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-6]],[[5634,7143],[0,-2],[1,-2]],[[5635,7139],[0,-1],[2,-1],[1,0],[1,-1],[1,0],[10,4],[8,-3],[4,-4],[2,-1],[1,0],[1,0],[5,-4]],[[5671,7128],[9,5]],[[5680,7133],[2,0],[1,-1],[3,-4],[7,3],[12,-8],[9,6],[3,4],[1,3],[2,4],[5,8],[2,1],[0,1],[3,1]],[[5730,7151],[2,2]],[[5732,7153],[11,3],[8,5],[5,-2],[2,-3],[2,-3],[1,-2]],[[5761,7151],[1,1]],[[5762,7152],[4,-1],[2,2],[8,-4],[1,-10],[7,-6]],[[5784,7133],[9,-1],[1,-14],[-4,-13],[-9,2],[-7,-26],[0,-24],[-4,1],[-3,-19],[3,-14],[8,-20]],[[5512,7047],[2,-10]],[[5514,7037],[-13,16],[-11,18]],[[5404,7240],[4,-22],[-8,9],[4,13]],[[5377,7257],[1,-1],[0,-1],[1,0]],[[5379,7255],[6,-2]],[[5385,7253],[4,7],[9,-4],[3,4],[1,1],[0,1],[1,5],[1,3],[1,0]],[[5405,7270],[0,-2]],[[5405,7268],[0,-1],[1,-2],[2,-1],[3,-9],[5,3]],[[5416,7258],[4,-5]],[[5420,7253],[1,0]],[[5421,7253],[1,0],[2,3],[3,2],[-3,3],[0,5],[1,2],[1,1],[1,-1]],[[5427,7268],[0,1]],[[5427,7269],[-1,5],[-1,-2],[0,-1]],[[5425,7271],[0,0]],[[5425,7271],[-1,1],[0,1],[-1,2],[1,0],[0,1],[1,1]],[[5425,7277],[2,2]],[[5427,7279],[2,1],[2,2]],[[5431,7282],[4,3]],[[5435,7285],[1,13],[-3,3],[0,1],[0,3],[1,4],[1,2]],[[5435,7311],[3,-1],[5,6]],[[5443,7316],[3,3],[0,1],[0,2]],[[5446,7322],[1,1],[2,-1],[0,-1],[3,1]],[[5452,7322],[2,11]],[[5454,7333],[6,-5]],[[5460,7328],[9,-14],[9,-12],[1,-7],[9,-6],[8,-11],[8,1],[8,-4],[6,13],[6,1]],[[5524,7289],[-1,-8],[4,-12],[-1,-20],[6,-12],[-3,-7],[2,-12],[-3,-6]],[[5488,7074],[-7,13],[-7,8],[-5,12],[-5,1],[-10,10],[-7,-6],[-4,2],[-1,13],[-8,9],[-10,18],[-4,11],[4,12],[-8,15],[-3,9],[1,19],[-2,10],[-14,18],[-5,-27],[-7,-15],[-10,31],[1,20]],[[5937,6502],[0,0]],[[5937,6502],[0,0]],[[5941,6501],[-2,5],[-3,-4]],[[5936,6502],[-2,-8],[-11,-11],[-7,-5]],[[5909,6479],[-7,3],[-5,15],[2,10],[7,11],[7,-3],[3,15],[14,-2],[17,12],[7,9],[1,-5],[-14,-22],[4,-16],[-4,-5]],[[5411,7644],[5,0],[2,11],[5,-2],[4,-12],[13,-10],[13,-2],[3,-6],[-2,-14],[9,-20],[9,9],[-3,16],[13,-12],[7,-1],[7,-21],[6,2],[6,-6],[7,0],[2,-15],[5,-3],[1,-11]],[[5523,7547],[-7,0],[-6,-13],[-5,-3],[-5,-20],[-4,-6],[-10,-9],[-9,5],[-7,-19]],[[5384,7493],[-7,15],[-10,10],[-6,14],[-10,9],[-4,18],[-3,6],[4,10],[-10,15],[9,20],[9,5],[3,-4],[8,14],[8,7],[9,2],[10,9],[7,13],[5,-12],[5,0]],[[5312,7938],[7,-9],[7,2],[1,-16],[-9,-2],[-13,11],[2,13],[5,1]],[[5410,7962],[11,-11],[-3,-11],[-11,8],[3,14]],[[5294,7986],[4,-10],[2,-22],[-2,-8],[-12,-1],[-12,14],[-2,12],[4,7],[10,8],[8,0]],[[5341,8022],[9,-6],[-3,-9],[5,-24],[-12,-2],[-1,-9],[6,-11],[-7,-12],[-1,-20],[-5,-12],[-6,14],[3,10],[-6,13],[-10,5],[-7,35],[6,0],[10,15],[5,-16],[5,9],[-3,10],[12,10]],[[5261,7929],[-22,6]],[[5239,7935],[2,18],[-2,19],[-9,10],[-6,-1],[3,14],[-3,20],[1,34],[10,10],[-7,10],[10,24],[23,4],[4,5],[11,25],[13,1],[3,-10],[1,-15],[-8,-23],[2,-21],[5,-9],[8,1],[4,-6],[-6,-16],[-10,5],[-5,-11],[2,-9],[-2,-13],[-17,-30],[3,-15],[-6,-6],[7,-10],[0,-11],[-9,0]],[[5941,6501],[-4,1]],[[5937,6502],[-1,0]],[[5626,8203],[10,-2],[10,-9],[-9,-9],[-4,-7],[-13,-4],[-9,2],[0,9],[8,15],[7,5]],[[5627,8235],[12,-14],[-13,-15],[-5,15],[6,14]],[[5759,8122],[-12,8],[-8,-9],[-9,6],[-7,19],[-6,1],[-14,15],[-27,-14]],[[5676,8148],[4,14],[1,21],[-7,-6],[-15,6],[-6,17],[0,17],[-4,14],[3,11],[9,7],[11,4],[4,10],[12,-2],[18,3],[7,6],[16,1],[9,-3],[11,-8],[10,1],[16,-3],[3,4],[1,0],[1,-1]],[[5775,8246],[-3,-9]],[[5770,8228],[0,0]],[[5763,8173],[3,-6],[1,-3]],[[5767,8164],[0,-7],[3,-7]],[[5772,8149],[0,-2]],[[5763,8141],[-3,-8]],[[5760,8133],[-2,-7],[1,-4]],[[5637,8323],[1,-1],[-4,-6],[-1,-13],[-12,-2],[1,12],[12,5],[2,4],[1,1]],[[5549,8331],[9,-4],[-1,-23],[-9,3],[-2,15],[3,9]],[[5803,8951],[-12,-9]],[[5790,8939],[9,-1]],[[5799,8938],[0,-3],[-2,-7]],[[5814,8881],[9,-20],[10,-9]],[[5833,8852],[-1,-6],[-1,-5]],[[5831,8841],[-8,-13]],[[5819,8822],[-3,-4],[-9,-15]],[[5807,8793],[1,-4],[6,-10]],[[5814,8779],[3,-6],[1,-2]],[[5819,8768],[5,-17]],[[5830,8741],[3,-9],[0,-2],[0,-1]],[[5834,8709],[-1,1],[-1,-1]],[[5832,8709],[-2,-1],[-4,-2]],[[5825,8689],[0,-2],[0,-1],[1,-1]],[[5823,8681],[-1,-1]],[[5825,8666],[-1,-1],[-1,0],[-1,-1]],[[5822,8664],[0,-5],[0,-4]],[[5823,8650],[0,-1],[1,0],[0,-1],[0,-1]],[[5840,8575],[-3,-1]],[[5837,8574],[-3,-2],[-2,-1]],[[5840,8560],[0,-2],[3,-3]],[[5864,8535],[1,-1],[2,-2]],[[5867,8532],[0,-2],[0,-1]],[[5867,8529],[1,0],[0,-2],[0,-1]],[[5873,8501],[-3,-11],[-3,-10],[-2,-3]],[[5845,8448],[-2,-5],[-1,-1],[-1,-1]],[[5841,8440],[-4,-6]],[[5835,8432],[0,-1],[-1,-3]],[[5833,8427],[-8,-13],[-13,-21]],[[5800,8381],[-5,-12],[-3,0],[-18,-25]],[[5774,8344],[-2,-4],[-1,0],[0,2],[-1,0],[-1,-4],[-4,-2],[-3,-2],[-7,8],[-14,-10],[-5,1],[-17,-15],[-19,1],[-1,-5],[-16,-4],[-3,-10],[-13,2],[-6,-4],[-11,1],[-6,-11],[-4,17],[-5,8],[2,7],[2,3],[-2,1],[-2,-2],[-7,-5],[-1,10],[-8,1],[-10,12],[-8,-2],[-9,12],[-3,15],[5,5],[5,34],[1,13],[-5,23],[-4,3],[0,25],[-5,16],[0,18],[8,7],[3,20],[12,7],[8,-2],[-1,15],[9,14],[11,3],[4,13],[10,5],[5,12],[19,30],[7,21],[19,9],[3,39],[-33,25]],[[5670,8720],[-6,22],[-5,4],[-3,19],[6,7],[4,19],[-12,25],[5,19],[-10,4],[5,10],[-2,16],[4,8],[-14,13],[-2,11],[-20,13],[-6,0],[-19,15],[-6,9],[-19,18]],[[5570,8952],[21,18],[9,-3],[20,-32],[22,-15],[14,6],[10,9],[8,-8],[18,-8],[6,14],[17,15],[-2,14],[4,14],[2,20],[22,21],[9,-4],[16,12],[11,-5],[11,-14],[21,-9],[5,-15],[-14,-19],[0,-8],[1,-2],[2,-2]],[[5261,7080],[3,-34],[1,-31],[-4,-12],[0,-17],[-6,-25],[-11,14],[-2,35],[-4,6],[-1,17],[3,11],[13,15],[6,1],[0,18],[2,2]],[[5088,7038],[-7,3],[-11,-10],[-8,7],[-7,-6],[-2,7],[-6,4]],[[5039,7050],[-2,9],[-18,10],[-2,-8],[-6,-5],[-7,4],[-5,-4],[-8,12],[-7,-5],[-6,13],[-5,-1],[-9,7],[-4,0],[1,15],[-11,7]],[[4950,7104],[5,6],[4,15],[4,38],[2,27],[6,11],[-5,11],[1,45],[10,0],[-12,15],[4,15],[1,11],[-5,8],[1,7],[-17,17],[-4,14],[-5,13],[4,12],[-13,19],[-2,16],[-4,5],[-11,-2],[-6,10],[-23,12],[-7,-6],[-2,13],[5,13],[-6,16],[-8,-3],[2,17],[10,8],[10,3],[10,-4],[6,10],[8,5],[12,-27],[10,14],[3,-8],[9,8],[9,4],[-1,34],[-6,11],[-1,20],[14,4],[4,-20],[27,-11],[10,9],[-2,9],[4,13],[10,10],[13,5],[12,13],[2,13],[1,42],[5,6],[22,10]],[[5161,7549],[8,-6],[7,1]],[[5176,7544],[6,-4],[4,-17],[6,3],[6,-7],[10,3],[3,-8],[10,-2],[6,-6],[-3,-10],[-7,-11],[-3,-24],[-4,-14],[1,-11],[-3,-19],[2,-8]],[[5210,7409],[-5,-12],[-11,5],[-3,-11],[1,-8],[-8,-17],[-6,-5],[1,-10],[-10,-15],[3,-19],[8,10],[9,-2],[0,-16],[6,-20]],[[5195,7289],[-6,-6],[0,-8],[5,-16],[5,-7],[-1,-11],[-11,-7],[0,-18],[8,-6],[-4,-33],[3,-9],[11,-9],[6,2],[3,-6],[-6,-14],[1,-6]],[[5209,7135],[-3,-2]],[[5206,7133],[0,-1],[-1,-1],[1,0]],[[5206,7131],[-8,-5],[-7,-16],[-4,-1],[-1,-11],[-11,-12],[-14,1],[-16,15],[-6,1],[-3,7],[-7,-6],[-1,7],[-20,4],[-11,-17],[-9,-8],[-5,-14],[1,-31],[4,-7]],[[4800,8466],[8,-12],[-3,-3],[-7,6],[2,9]],[[6207,6944],[-13,18],[-5,15],[-6,0],[-5,-10],[-13,6],[-5,-5],[-6,4]],[[6154,6972],[4,13],[2,12],[-9,61],[-10,10],[-1,7],[-7,9],[-6,1],[-9,7],[0,9],[-5,4],[-2,1]],[[6111,7106],[0,1],[0,3],[1,3],[0,2],[1,4],[1,0]],[[6117,7120],[1,1]],[[6118,7121],[1,-1],[5,-2]],[[6190,7092],[5,-12]],[[6270,7028],[-3,-3]],[[6266,7022],[5,-8]],[[6271,7014],[5,-5],[4,-3]],[[6280,7006],[9,-6]],[[5373,7918],[6,-24],[-10,-8],[-4,4],[0,19],[8,0],[0,9]],[[5396,7848],[5,-32],[-3,-15],[-5,-13],[10,-16],[3,-11],[-3,-7],[5,-12],[1,-12],[-4,-16],[4,-13],[0,-10],[5,-3],[3,-15],[-6,-29]],[[5265,7402],[-8,11],[-10,0],[-7,11],[-12,-14],[-8,-5],[-10,4]],[[5176,7544],[0,7],[5,16],[-10,11],[-1,13]],[[5167,7636],[2,8],[-2,16],[5,20],[0,11],[-6,20],[11,3],[12,9],[-2,11],[9,8],[0,9],[-10,9],[1,12],[8,0],[1,15],[4,11],[0,17]],[[5200,7815],[-5,7],[2,18],[6,7],[19,1],[5,-12],[8,9],[2,11],[12,6],[-4,9],[1,27],[2,9],[-7,12],[-2,16]],[[5261,7929],[15,-4],[5,-21],[14,-10],[12,2],[1,-12],[-10,-12],[5,-5],[7,3],[8,-6],[6,16],[11,2],[7,8],[5,13],[9,-8],[5,5],[3,-11],[9,-13],[7,5],[3,-23],[13,-10]],[[5659,6554],[1,-11],[7,-2],[4,5],[2,-16],[8,1],[4,3],[10,-1],[1,-5],[16,1],[4,-17],[7,8],[7,-3],[-2,-11],[-12,-3],[-12,1],[-11,-6],[-6,2],[0,9],[-10,9],[-11,0],[-5,4],[-6,-2],[-2,4],[1,16],[4,0],[1,14]],[[5784,6608],[-4,-28],[-7,-10],[-3,1],[1,18],[3,10],[10,9]],[[5709,6662],[0,-16],[-3,-4],[-2,12],[5,8]],[[5693,6696],[8,-5],[-2,-6],[-6,11]],[[5575,6714],[5,-9],[-3,-11],[-5,12],[3,8]],[[5688,6719],[4,-7],[1,-15],[-8,19],[3,3]],[[5571,6753],[7,-25],[-8,-2],[-5,8],[4,8],[2,11]],[[5722,6762],[3,-8],[1,-13],[-4,-11],[-4,7],[4,7],[-4,17],[4,1]],[[5647,6794],[4,-15],[9,-9],[10,-3],[2,-10],[-1,-9],[5,-18],[6,0],[0,-8],[-7,-4],[-8,30],[-7,-1],[-5,5],[-3,11],[-8,16],[-2,13],[5,2]],[[5731,6819],[7,-23],[-5,-8],[-7,5],[-8,11],[4,7],[9,8]],[[5706,6866],[-3,-12],[-8,-2],[0,10],[7,-3],[4,7]],[[5685,6920],[3,-12],[-4,-4],[-3,11],[4,5]],[[5582,6925],[17,0],[6,8],[5,11],[7,3],[5,-4],[9,4],[1,11],[4,1]],[[5732,6986],[6,-9],[1,-14],[-8,-12],[1,-20],[-9,-16]],[[5723,6915],[0,8],[-15,3],[-10,6],[-9,-8],[-12,6],[-2,-8],[-8,-7],[-5,5],[-4,-7],[5,-21],[-5,-5],[2,-10],[6,-6],[-5,-7],[-4,15],[-7,4],[-3,-4],[-11,12],[1,17],[-10,-12],[2,-7],[-3,-15],[1,-10],[7,-15],[3,-17],[3,-3],[6,-15],[-13,-4],[6,-16],[-1,-7],[-6,-5],[0,-7],[7,-1],[8,-9],[1,-9],[5,0],[4,-12],[8,-4],[4,-37],[-7,2],[-4,10],[-8,3],[-8,-4],[1,-23],[9,-10],[-6,-4],[-8,5],[-6,8],[0,-16],[7,-25],[2,-18],[-2,-4],[-1,-14],[-6,20],[-6,-2],[-5,-8],[-6,26],[-6,-3],[0,-14],[-7,2],[0,9],[-4,16],[4,10],[-2,14],[-9,19],[-5,6],[9,26],[4,-4],[7,14],[5,-3],[5,-9],[8,-3],[10,-14],[11,15],[-15,12],[-14,1],[-4,5],[-12,-3],[-3,-5],[-4,9],[-6,-8],[-8,34],[-4,1],[1,18],[-8,17],[-4,1],[-9,29]],[[5951,6232],[0,5]],[[5951,6237],[-1,1],[0,2]],[[5950,6240],[7,19]],[[5957,6259],[3,-4],[-6,-13],[0,-4],[-1,-3],[-1,-2],[-1,-1]],[[4851,6587],[0,0]],[[4851,6587],[0,-2],[0,2]],[[4930,7547],[-1,-7],[-3,3],[4,4]],[[5615,7467],[9,-11],[3,-10],[6,0],[2,-4],[-1,-5],[1,-1],[1,-1]],[[5636,7435],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-4,-8]],[[5630,7423],[-4,-1],[-3,2],[0,-1],[0,-2],[0,-1]],[[5623,7420],[-5,-1]],[[5618,7419],[-6,-13],[-1,-3],[0,-1],[0,-1],[1,-4],[0,-1],[-1,-3],[-1,1],[-1,0],[0,-1],[-4,-18],[-6,-19],[-2,-10],[-5,-6],[-4,-22],[-2,-5],[-1,0],[0,-1],[-6,3],[-2,-1],[-1,-5],[-1,-3],[-1,-1],[-1,-1],[-1,0],[-2,3],[-1,1],[0,-1],[-1,-2],[-1,0],[-1,0]],[[5566,7305],[0,1]],[[5566,7306],[-1,0],[-2,-1],[0,-1],[-1,-1]],[[5562,7303],[-3,2],[-4,2],[-5,-3],[-7,2],[-4,-8],[-15,-9]],[[5460,7328],[-2,3]],[[5458,7331],[1,1],[0,1],[-1,1],[0,1],[-3,4],[0,5]],[[5455,7344],[-2,5],[0,6]],[[5453,7355],[-1,1],[0,1],[-1,0],[-2,-1],[-1,0]],[[5448,7356],[0,0]],[[5448,7356],[-1,0],[0,1]],[[5476,7438],[5,-1],[10,-16],[17,-2],[10,2],[5,21],[17,2],[5,12],[8,-8],[11,10],[5,18],[8,3],[8,-4],[10,5],[5,-10],[3,-7],[12,4]],[[4376,8697],[-14,4],[-26,-12],[-5,12],[10,15],[-4,8],[3,13],[8,9],[15,-11],[2,7],[-8,21],[16,2],[17,-14],[15,-17],[4,-10],[-6,-18],[5,-11],[10,6],[17,4],[2,7],[-4,26],[7,3],[14,-27],[8,6],[-4,8],[4,9],[16,8],[6,-7],[18,4],[8,-11],[6,0],[5,15],[9,-5],[14,11],[-5,14],[17,3],[6,-17],[21,-1],[-2,-16],[11,0],[13,-30],[10,-1],[7,-8],[-4,-11],[5,-6],[-1,-19],[-14,-22],[-9,-3],[-2,-16],[-15,-11],[-26,-11],[-13,-15],[-10,-8],[-30,-6],[0,-10],[-11,-9],[-12,-5],[-13,2],[-12,6],[-18,4],[-15,16],[-11,7],[-14,-4],[-18,3],[-11,-3],[1,17],[9,-3],[12,4],[5,8],[-9,11],[-7,16],[-2,18],[-27,2],[4,12],[13,1],[8,16],[16,13],[-15,7]],[[6559,5929],[0,-12],[-5,-10],[-3,3],[-10,-11],[-4,4],[12,10],[2,9],[8,7]],[[6345,6144],[-1,15],[-7,16],[-4,4],[1,37],[-10,0],[0,29],[5,28],[-13,48],[-6,0],[-18,32],[-12,6],[3,15],[-8,32],[-3,-2],[-5,9],[-5,19],[4,10],[0,10],[-4,13],[8,9],[-1,15],[5,12],[2,9],[6,0],[0,14],[-5,15],[3,26],[-9,-4],[-6,14],[-5,6],[-3,22],[-4,2],[-3,8],[1,8],[-4,16],[-1,13],[-3,8]],[[6243,6658],[1,12],[-6,10],[1,18],[-11,13],[5,19],[1,16],[-4,2],[0,29],[-3,11],[1,13],[-4,6],[0,14],[9,0],[2,19],[4,7],[5,-11]],[[6357,6751],[1,-30],[3,-21],[6,-13],[9,-6],[18,-6],[3,-16],[5,-10],[15,-19],[12,-6],[6,-5],[11,-1],[28,16],[13,5],[2,-6],[11,1],[-1,14],[-1,9],[0,6],[-1,7],[0,3]],[[6497,6673],[9,-3]],[[6523,6703],[8,13]],[[6700,6553],[1,-5],[0,-1],[1,-4],[-1,-3]],[[6697,6513],[0,-9]],[[6693,6476],[-6,-6]],[[6688,6465],[4,-11]],[[6682,6446],[0,-1],[-1,-2],[0,-1],[-1,-5],[0,-1],[2,-18]],[[6681,6412],[0,-6],[1,-3],[2,-3],[2,-1],[5,0],[-1,-4]],[[6690,6395],[0,-2],[0,-3],[-1,-1]],[[6689,6290],[0,-3],[0,-20]],[[6715,6238],[2,-19]],[[6717,6219],[0,-5],[-1,-2]],[[6690,6134],[8,-23]],[[6698,6111],[4,-9],[2,-2]],[[6704,6097],[0,-3],[0,-2],[8,-33]],[[6743,5903],[-1,0],[0,-1]],[[6734,5898],[-2,-3],[-1,0],[-1,-1]],[[6721,5876],[-1,-1]],[[6717,5845],[0,0]],[[6717,5839],[-1,-2],[-2,1]],[[6712,5807],[-7,-17],[-10,10],[-12,6],[-2,11],[-11,-8],[-15,4],[-3,5],[-11,-4],[-8,12],[-12,3],[-7,-4],[-5,10],[-15,5],[-3,3],[-3,15],[1,12],[-3,5],[-2,16],[-1,25],[-6,22],[-12,5],[-7,-4],[-5,-9],[-8,-3],[-5,-16],[-6,2],[-11,-19],[-6,-1],[-2,6],[-5,2],[-3,8],[-7,2],[-5,-3],[-6,3],[-4,7],[-1,9],[-13,11],[-8,12],[0,9],[-7,16],[-7,4],[-4,9],[-9,0],[-8,8],[-4,16],[0,5],[-5,19],[-3,25],[-3,-1],[1,17],[-8,7],[0,22],[-9,19],[-5,16],[-1,16],[-5,2],[-9,-14],[-4,11],[-4,-2],[-8,11],[6,4],[0,10],[-11,-11],[3,-11],[-1,-10],[-13,-3]],[[6331,6145],[-6,7],[-10,0],[-6,-9],[-8,-39],[-8,-24]],[[6293,6080],[-4,-3],[-47,10],[-19,36],[-27,50],[-28,51],[-17,18],[-29,42],[-34,15]],[[6088,6299],[2,15],[-6,-4],[1,14],[-8,63]],[[6077,6387],[28,37],[23,30],[10,6],[7,28],[-1,26],[2,25],[3,10],[0,15],[-4,16],[1,21],[3,12],[12,5],[15,34],[0,3]],[[6176,6655],[6,4],[6,16],[5,-5],[5,4],[13,-11],[8,1],[3,7],[7,-6],[-2,-12],[2,-7],[10,15],[4,-3]],[[6345,6144],[-14,1]],[[4798,7946],[-8,-20],[-17,-25],[8,-16],[9,-7],[11,9],[3,12],[11,-19],[1,-8],[9,5]],[[4825,7877],[-3,-14],[4,-4],[1,-16],[4,-8],[-2,-16],[4,-24],[-6,-22],[0,-7],[-8,-26],[-9,2],[-6,-7],[-9,0],[-6,-10],[-17,-14],[-15,-16],[-27,-3],[1,10],[-8,3],[-11,9],[1,8],[10,9],[-1,5],[-13,-4],[-1,6],[9,8],[6,-4],[7,18],[3,19],[9,29],[-22,20],[-2,8],[6,4],[4,22],[-8,27],[7,5],[27,-7],[6,2],[5,13],[-6,23],[7,5],[-1,9],[5,13],[10,3],[7,6],[13,5],[6,-7],[-8,-13]],[[5989,6377],[1,-2],[-2,-14],[1,-24]],[[5989,6337],[-2,-3],[0,-18]],[[5987,6316],[-9,12],[-5,-8],[-2,-18],[0,-16]],[[5971,6286],[1,-7],[3,-3]],[[5975,6276],[3,-3]],[[5978,6273],[0,-3]],[[5978,6270],[-8,-11],[0,-18],[8,2],[7,9]],[[5985,6252],[-2,-19],[1,-5],[-1,-15],[-6,-27],[-1,-21],[0,-16],[-5,-37]],[[5971,6112],[-2,-4]],[[5955,6206],[-1,7],[-1,9],[-2,10]],[[5957,6259],[3,10],[6,28],[2,22],[2,28],[4,6],[1,14]],[[5975,6367],[6,-3],[5,2],[3,11]],[[5431,6741],[-1,-15],[-8,-25],[-3,-19],[0,-12],[6,-20],[-5,-9],[-2,-19],[-16,10],[-7,20],[-10,3],[-9,13],[-7,7],[-10,13],[-7,0],[-7,16],[3,19],[7,4],[3,-6],[5,12],[8,-4],[11,-12],[7,5],[8,-2],[9,4],[8,9],[4,-5],[13,13]],[[5256,6954],[6,-9],[7,-22],[4,-22],[-6,-19],[3,-13],[-1,-7],[-2,-40],[-3,-22],[-8,7],[-6,-7],[0,-10],[-5,-8],[-6,-1],[-5,21],[-2,16],[2,24],[3,9],[-4,5],[2,13],[0,14],[-3,15],[-6,17],[5,9],[6,-1],[7,6],[6,15],[6,10]],[[5380,7332],[0,-1],[0,-5],[-9,-10],[0,-1],[1,-5],[7,-3],[-5,-12],[4,-5],[-1,-7]],[[5377,7283],[1,-5],[-6,-7],[-6,7],[-7,-11],[-13,-12],[-9,-4],[0,-10],[5,-13],[4,-17],[-6,-2],[1,-25],[2,-16],[8,-17],[5,-4],[12,-19],[7,-5],[9,-37],[3,-22],[4,-16],[17,-34],[10,-11],[12,-5],[3,4],[11,1],[4,-3],[1,-10],[-8,-14],[3,-10],[17,-17],[16,-12],[8,-14],[15,-14],[1,-6],[10,-19],[3,-14],[-5,-22],[-5,5],[-5,10],[1,8],[-5,13],[-10,1],[-7,7],[-3,8],[-6,-6],[-8,-25],[0,-9],[-4,-12],[2,-10],[7,-2],[9,-16],[0,-36],[-8,1],[-6,-7],[-2,-8],[1,-20],[-7,-9],[-5,-13],[-2,-14],[-9,-1],[-3,8],[0,15],[5,5],[4,30],[6,2],[1,12],[-4,16],[-2,22],[-4,8],[-2,24],[-5,13],[-5,-6],[-14,20],[2,10],[-6,19],[-6,-4],[-7,16],[-7,2],[-7,24],[-7,1],[-6,5],[-8,-4],[-5,13],[-7,4],[-6,14],[-4,6],[-4,13],[-8,8],[-6,20],[-9,8],[-9,22],[-6,5],[-2,11],[-4,8],[0,14],[-6,22],[-2,23],[-3,8],[-8,8],[-3,-1],[-13,18],[-15,6],[-8,-10],[-5,-10],[-5,-18],[-11,-8],[-4,0]],[[5195,7289],[4,-4],[10,8],[9,-4],[8,16],[-2,8],[6,12],[9,-22],[5,-2],[5,-9],[6,16],[5,23],[5,-15],[4,-1],[9,11],[3,12],[7,2],[2,16]],[[5347,7150],[-3,-3],[2,-4],[1,7]],[[5345,7000],[0,0]],[[5377,7257],[1,-2],[1,0]],[[6528,5849],[1,-2],[-1,0],[0,2]],[[4878,7899],[2,-9],[-9,-15],[-3,9],[10,15]],[[6088,6299],[-5,-11],[-17,-10],[-39,-26],[28,-72],[-9,-12],[-5,-24],[-21,-9],[-7,-27],[-12,-22],[-30,12]],[[5971,6098],[0,14]],[[5985,6252],[2,20],[-1,19],[1,25]],[[5989,6337],[5,5],[6,-7],[10,-20],[13,-5],[25,37],[29,40]],[[4779,9102],[-1,-9],[-15,-2],[6,9],[10,2]],[[4940,7529],[3,-3],[0,-4],[-6,4],[3,3]],[[5557,7047],[3,14],[5,6]],[[5565,7067],[9,18],[0,9],[12,-7],[8,-25],[11,-8],[-6,-28]],[[5599,7026],[-4,1],[-18,-15],[0,-11],[-5,-3]],[[6337,6143],[6,-17],[-6,-9],[-2,16],[2,10]],[[6345,6039],[-20,-1],[-4,12],[0,11],[-3,11],[-25,8]],[[6331,6145],[7,-33],[-6,2],[-3,-5],[1,-13],[5,2],[2,-24],[6,-20],[2,-15]],[[5759,8122],[4,2]],[[5765,8124],[9,-18]],[[5772,8098],[0,-3]],[[5770,8091],[0,-2],[-1,-4]],[[5769,8085],[5,-9],[8,-31]],[[5784,8033],[-1,-5],[-1,-2],[0,-1],[-1,0]],[[5739,7990],[-10,6],[-6,14],[-11,13],[-16,3],[-4,18],[-6,-2],[-7,-10],[-8,-1],[-4,6],[-29,5],[-9,-4],[-18,6],[-11,-8],[-15,-18]],[[5585,8018],[-3,10],[0,22],[3,24],[7,10],[2,21],[8,20],[10,4],[11,9],[20,-32],[2,-14],[11,-10],[8,2],[13,20],[-1,44]],[[5975,6367],[2,5],[3,21],[8,33],[1,20],[3,13],[7,10],[0,8]],[[5999,6477],[10,2],[6,-18],[1,-15],[-3,-11],[-12,-17],[-3,-13],[0,-12],[-9,-16]],[[5266,7371],[-3,8],[1,7]],[[5653,7866],[-1,14],[-4,7],[-15,8]],[[5633,7895],[-2,6]],[[5592,7961],[-7,33],[0,24]],[[5599,7026],[7,4],[5,-2],[7,5],[3,-4]],[[5399,6575],[5,-8],[-3,-4],[-3,4],[1,8]],[[5783,7256],[-1,0]],[[5782,7256],[0,2],[0,4]],[[5782,7262],[-1,2]],[[5781,7264],[-1,1],[0,1]],[[5780,7266],[0,30]],[[5780,7296],[0,14]],[[5780,7310],[0,1],[1,3],[1,1]],[[5782,7315],[1,2]],[[5783,7317],[0,2],[0,2],[0,2],[1,1],[0,1],[0,1],[0,2],[-1,2],[1,12],[-5,24],[-4,5],[-1,2],[0,1],[-1,2],[-1,0],[-1,0]],[[5771,7376],[-1,11]],[[5770,7387],[-3,1],[-11,30],[-1,13],[-6,18],[-1,3],[-1,0],[0,-1]],[[5747,7451],[-2,3],[0,2],[-1,0]],[[5744,7456],[-1,0]],[[5743,7456],[-1,0],[-2,0],[-1,1]],[[5739,7457],[1,4],[6,7],[2,-4],[9,1],[9,8],[5,-2],[5,-9],[13,-14],[11,-1],[6,-13],[4,4],[3,-14],[-5,-18],[8,-18],[4,-4],[1,-22],[11,-14],[-1,-25],[-4,4],[-6,-3],[-9,5],[-9,-2],[4,-19],[-3,-14],[-5,-2],[0,-10],[-7,-7],[-1,-17],[-5,4],[-2,-2],[0,-1],[-1,-3]],[[5206,7133],[0,-2]],[[5533,7117],[7,-11],[2,-9],[16,-19],[7,-11]],[[5537,6999],[-6,4],[-2,14],[-8,9],[-3,14],[-4,-3]],[[5093,7680],[4,3],[10,-5],[3,5],[7,-4]],[[5111,7714],[5,-5],[5,-7],[-7,-1],[-4,-3],[-5,6],[6,10]],[[5117,7681],[-7,6],[-5,-6],[-6,4],[0,11],[11,-1],[8,4],[3,2],[1,4],[-9,9],[1,11],[7,15],[7,26],[3,29],[8,-2],[6,-20],[-6,-5],[3,-15],[12,16],[3,16],[-7,7],[0,21],[12,12],[23,6],[15,-16]],[[5157,8351],[2,-2],[-1,-14],[-10,5],[7,5],[2,6]],[[5246,8564],[9,-8],[-18,-9],[-6,7],[15,10]],[[5388,8900],[5,-6],[-12,-12],[-7,8],[14,10]],[[5422,8909],[-15,-16],[-9,7],[7,7],[17,2]],[[5437,8945],[9,-10],[14,0],[-2,-19],[-10,-2],[-4,-9],[-10,-6],[-17,0],[13,21],[-1,14],[8,11]],[[5421,8949],[6,-12],[0,-14],[-10,-6],[-18,8],[2,7],[13,2],[7,15]],[[5448,8971],[-2,-13],[-6,-9],[-12,-3],[13,20],[7,5]],[[5485,8991],[16,-9],[-4,-12],[1,-10],[-15,-1],[-9,1],[0,16],[11,15]],[[5521,9011],[8,-8],[-10,-16],[-19,1],[8,14],[13,9]],[[5533,9025],[8,-2],[-4,-16],[-8,-3],[-10,9],[14,12]],[[5651,9064],[5,-13],[-8,-10],[-14,6],[17,17]],[[5647,9081],[5,-5],[-12,-16],[-17,-6],[-11,7],[8,7],[16,3],[11,10]],[[5570,8952],[-7,-10],[-2,-32],[-8,-9],[-27,12],[-23,2],[1,-26],[-8,-16],[-17,11],[-15,-15],[-5,-20],[-13,-14],[9,-17],[-1,-11],[-9,-9],[-13,-24],[-5,-7],[3,-15],[-13,-9],[-14,-2],[3,-23],[-4,-21],[0,-15],[-5,-14],[-18,-38],[13,-9],[1,-19],[-6,-13],[-21,6],[-14,-9],[-15,-27],[2,-8],[-7,-16],[7,-19],[-4,-7],[-1,-21],[7,-25],[-4,-39],[12,-11],[8,-15],[-5,-21],[-13,-4],[5,-20],[6,-16],[-5,-34],[-7,-10],[-7,-1],[0,-13],[-7,-8],[4,-18],[-1,-18],[-4,-13],[-11,14]],[[5312,8236],[-11,4],[-5,12],[-13,-22],[-7,-4],[-6,4],[-23,-39],[-19,-26],[-5,1],[-10,-8],[-29,4],[2,11],[-19,11],[-10,13],[-5,14],[3,14],[5,3],[11,19],[-7,10],[-8,-9],[-8,0],[-3,15],[14,28],[-7,5],[-2,14],[-7,17],[16,6],[0,17],[-2,2],[-3,-2],[0,-3],[-7,-8],[-6,13],[-3,17],[7,11],[-8,10],[4,5],[-3,29],[5,6],[1,13],[9,4],[1,9],[9,3],[15,13],[-4,14],[14,5],[16,-4],[1,11],[-12,-2],[-1,14],[10,7],[7,-7],[17,15],[12,3],[-3,15],[13,4],[22,16],[3,-12],[20,-4],[4,13],[21,14],[-6,16],[-9,-9],[0,-12],[-14,-12],[-13,-5],[-11,19],[12,9],[1,14],[9,14],[20,21],[9,5],[-2,18],[21,16],[3,24],[11,24],[2,9],[12,18],[1,28],[5,11],[12,9],[-1,9],[18,16],[16,35],[-5,10],[34,15],[-13,11],[18,2],[4,13],[9,6],[0,14],[18,6],[6,6],[0,13],[9,9],[5,2],[3,6],[-3,5],[7,13],[20,5],[4,13],[36,9],[-7,-33],[3,0],[7,26],[30,11],[7,7],[-18,15],[8,6],[13,1],[28,-8],[0,-12],[11,-1],[-4,14],[31,34],[7,12],[16,5],[21,-4],[-18,-22],[-2,-20],[-8,-10],[9,-4],[5,17],[16,20],[2,8],[14,17],[5,-10],[-6,-27],[6,-2],[15,30],[0,15],[36,-5],[-12,-16],[6,-17],[11,24],[6,3],[35,-15],[4,-9],[18,-11],[0,-9],[-12,-2],[-6,-8],[-20,-11],[6,-17],[12,10],[15,-7],[3,-8]],[[5838,8988],[-2,-4],[0,-2],[0,-1]],[[5836,8981],[-2,-3]],[[5816,8971],[-2,-2],[-1,0]],[[5814,8964],[-2,-5],[-1,-3],[1,-1]],[[5809,8952],[-2,-4]],[[5713,9103],[6,-8],[-9,-9],[-8,6],[11,11]],[[5978,6273],[0,-3]],[[5971,6286],[4,-10]],[[6635,5476],[2,-13],[-5,-6],[3,19]],[[6565,5784],[5,-27],[11,-36],[6,-11],[20,-18],[6,0],[5,-6],[7,1],[7,-9],[8,-34],[3,-5],[3,-13],[7,-16],[7,-2],[2,-8],[-2,-15],[-4,-19],[-4,-14],[-4,-24],[-9,-14],[-5,-12],[-7,-31],[-2,-15],[-2,-6],[-7,4],[2,13],[-5,-1],[-7,-23],[-1,-18],[-3,-19],[2,-23],[-1,-11],[3,-17],[-4,-6],[-8,0],[-10,-5],[-7,-9],[-5,-15],[-2,-29],[-6,-15],[-4,2],[-12,-3],[-9,-7],[-1,-9],[-5,-11],[2,-12],[-1,-10],[-5,-13],[-5,-6],[-6,4],[-10,1],[-7,-3],[-3,-6],[-5,-2],[-3,-7],[-13,-6],[-2,-3]],[[6475,5185],[-9,50],[-22,119]],[[6444,5354],[83,72],[19,143],[-13,51]],[[6533,5620],[1,29],[9,38],[-2,23],[6,7],[3,-3],[5,4],[-1,11],[-4,-1],[0,15],[-2,8],[2,10],[0,18],[4,6],[3,-18],[7,11],[1,6]],[[6562,5830],[-2,-1],[-1,16],[1,9],[-3,7]],[[6557,5861],[3,12],[4,5],[4,-7],[-2,-22],[-4,-19]],[[5396,7848],[8,4],[6,20],[30,15],[7,1],[12,20],[11,5],[8,9],[20,7],[13,-3],[4,-24],[11,-9],[6,1],[6,-6],[6,6],[3,3],[1,3],[2,1]],[[5550,7901],[14,-3]],[[5619,7894],[4,0],[3,1]],[[5627,7895],[2,0],[4,0]],[[5655,7690],[1,-13],[6,-12],[7,-23],[0,-20],[-3,-11],[-5,0],[-15,-22],[-18,-41],[3,-15],[-5,-17]],[[5626,7516],[-15,10],[-1,8],[-10,8],[-9,1],[-10,-12],[-7,9],[-10,-2],[-5,-5],[-2,-10],[-6,1],[-2,15],[-4,0],[-4,13],[-6,-4],[-2,-8],[-7,-1],[-3,8]],[[4242,6777],[5,-1],[0,-10],[-5,0],[0,11]],[[4793,6664],[-9,-13],[-6,-3],[-6,6],[-12,2],[-10,-7],[5,30],[0,35],[-2,3],[3,16],[-3,24],[-4,-6],[-7,16],[-6,3],[3,46],[8,17],[6,41],[1,13],[5,48],[-6,54],[1,9]],[[4754,6998],[6,12],[8,3],[4,5],[2,-25],[11,7],[4,-5],[7,1],[7,7],[15,-1],[-1,-14],[11,-12],[-4,-13],[-9,-11],[-5,-14],[1,-27],[-2,-15],[2,-9],[-7,-11],[5,-12],[-4,-25],[-9,-2],[-1,-11],[3,-20],[8,-13],[-2,-12],[-6,-9],[-2,-21],[9,-30],[-6,-2],[-5,-16],[-3,-16],[2,-23]],[[6424,5750],[-5,-3],[-5,5],[-3,14]],[[6411,5766],[1,10],[-2,17],[-1,28],[4,15],[4,24],[6,8],[3,-4],[1,-9],[5,-4],[1,-14],[-3,-9],[0,-20],[3,-3],[0,-18],[-5,-26],[-4,-11]],[[5762,7152],[-1,0],[0,-1]],[[5732,7153],[-1,0],[-1,-2]],[[5680,7133],[-5,-4],[-4,-1]],[[5635,7139],[-1,4]],[[5639,7152],[-3,6]],[[5636,7158],[-2,3],[-3,4],[-2,1]],[[5629,7166],[-3,6]],[[5626,7172],[0,1],[-1,2]],[[5625,7175],[-2,7],[0,2],[0,1],[1,0],[1,0]],[[5625,7185],[1,2]],[[5626,7187],[1,3],[3,-2]],[[5630,7188],[1,3]],[[5631,7191],[0,1]],[[5631,7192],[-1,2],[-1,1]],[[5629,7195],[-1,0],[-1,1],[-2,3],[-1,2],[-5,-3],[-2,-9],[-1,-4],[-1,0],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[-1,0],[0,1],[0,1],[-1,4],[-9,2],[-3,19],[-4,4],[3,14],[-14,11],[-4,8],[-2,21],[-9,16],[-1,1],[-1,0],[-1,2]],[[5565,7294],[0,1]],[[5565,7295],[0,1],[-1,3],[-1,2],[-1,1],[0,1]],[[5562,7303],[0,0]],[[5566,7306],[0,-1]],[[5618,7419],[2,1],[3,0]],[[5623,7420],[7,3]],[[5636,7435],[1,1]],[[5637,7436],[0,2],[-1,0]],[[5636,7438],[0,1],[1,0],[1,0],[0,-1],[3,0],[0,1],[0,1],[0,1],[1,3],[1,3]],[[5643,7447],[3,-4],[4,-6]],[[5650,7437],[3,2]],[[5653,7439],[7,-1],[13,-7],[10,4],[8,-17],[4,0],[8,14]],[[5703,7432],[9,2],[3,0]],[[5715,7434],[2,2],[4,0],[2,1],[1,-1],[2,1],[1,1]],[[5727,7438],[0,2]],[[5727,7440],[3,8],[1,3],[1,0],[1,1],[2,2],[1,-1],[1,1],[2,1],[0,1]],[[5739,7456],[0,1]],[[5743,7456],[1,0]],[[5744,7456],[3,-5]],[[5770,7387],[1,-6],[0,-5]],[[5783,7317],[-1,-2]],[[5780,7310],[0,-1],[1,-1],[-1,-12]],[[5780,7296],[2,-27],[-2,-3]],[[5780,7266],[1,-2]],[[5782,7262],[0,-4],[0,-2]],[[5783,7256],[1,0],[1,-1],[2,-10]],[[5787,7245],[5,-4],[3,-1]],[[5795,7240],[1,-1],[1,0]],[[5797,7239],[2,0],[-1,4]],[[5798,7243],[2,3]],[[5800,7246],[2,-2],[1,-1],[1,0],[0,1]],[[5804,7244],[0,1]],[[5804,7245],[0,1],[8,8]],[[5812,7254],[5,0],[5,-4]],[[5822,7250],[1,-3],[1,-2],[0,-2]],[[5824,7243],[0,-1],[0,-5],[-2,-25],[-13,-6],[-5,17],[-3,-4],[2,-14],[-4,-3],[2,-16],[-6,-14],[1,-23],[-3,-17],[-9,1]],[[6345,6039],[1,-3],[4,-27],[7,-21],[-2,-7],[7,-14],[4,1],[0,-13],[3,-13],[8,-7],[5,-14],[5,-3],[3,-27],[4,-8],[0,-12],[-6,-6],[8,-40],[6,-11],[3,-26],[6,-22]],[[6424,5750],[3,-14],[5,-5]],[[6432,5731],[0,-9],[28,-85],[38,-12],[33,-10],[2,5]],[[6444,5354],[-35,-16],[-45,-12],[-26,-32],[-16,-52],[-4,-24],[-8,-12],[-5,0],[-7,24],[-10,-3],[-7,1],[-20,6],[-6,7],[-23,0],[-10,-2],[-1,-5],[-8,2],[-8,15],[-3,-4],[-4,-24],[1,-15],[2,-13],[-4,-19],[-3,0],[-1,-9],[-6,0]],[[6187,5167],[-1,20],[-5,16],[0,7],[-5,8],[-1,23],[-7,16],[-10,19],[-7,27],[-1,16],[-4,5],[-3,21],[0,15],[-3,6],[-3,13],[0,10],[-4,6],[-1,11],[-4,5],[-3,12],[-7,10],[-5,13],[-5,-1],[-7,13],[-13,46],[-3,18],[3,5],[-3,21],[-4,22],[3,5],[1,34],[-5,30],[-6,24],[-2,15],[-4,10],[-1,11],[-4,9],[-16,23],[-5,2],[-2,12],[-7,28],[2,11],[-1,15],[-4,8],[-4,22],[-7,10],[-2,7],[2,13],[-6,10],[-7,32],[-4,10],[-1,10],[-7,16],[-2,15],[-5,13],[-4,19],[-6,20],[-17,5],[2,6],[4,23],[-1,10],[4,38],[2,12]],[[5562,7303],[0,0]],[[5565,7295],[0,-1]],[[5629,7195],[1,-1],[1,-2]],[[5631,7191],[0,-2],[-1,-1]],[[5626,7187],[-1,-2]],[[5625,7175],[1,-2],[0,-1]],[[5626,7516],[-5,-18],[-1,-11],[-5,-8],[0,-12]],[[5380,7332],[6,0]],[[5393,7325],[6,1],[4,-1],[1,-2],[0,-1]],[[5408,7330],[4,8]],[[5445,7345],[-1,3]],[[5444,7354],[2,2],[1,1]],[[5448,7356],[0,0]],[[5453,7355],[2,-11]],[[5458,7331],[-4,2]],[[5454,7333],[-3,-4],[1,-7]],[[5446,7322],[-3,-6]],[[5443,7316],[-8,-5]],[[5435,7285],[-1,-3],[-3,0]],[[5427,7279],[-2,-2]],[[5425,7271],[0,0]],[[5427,7269],[0,-1]],[[5421,7253],[-1,0]],[[5420,7253],[-1,3],[-1,1],[-2,1]],[[5405,7268],[0,1],[0,1]],[[5385,7253],[-8,5],[9,9],[-3,9],[-6,7]],[[5042,6800],[2,-7],[-7,-11],[-4,6],[9,12]],[[5089,6860],[-2,-13],[6,1],[3,-6],[-7,-25],[-5,-7],[-2,7],[-5,1],[-2,11],[-5,-5],[-5,11],[12,18],[12,7]],[[5113,6869],[5,-6],[-1,-13],[-6,7],[-5,1],[0,9],[7,2]],[[5088,7038],[4,-8],[-6,-8],[3,-10],[0,-13],[-8,-13],[-19,-19],[-3,-9],[-23,-14],[-9,-6],[-6,-13],[2,-13],[-7,-5],[-17,-51],[-4,-11],[-5,-23],[4,-26],[5,-14],[6,-10],[-19,-28],[-4,-14],[-1,-10],[-5,-21],[-2,-12],[-11,1],[-10,-15],[-4,-10],[-2,-18],[-7,-17],[-5,7],[-7,-1],[-6,-10],[-4,6],[-9,0],[-4,-5],[-13,5],[-15,-3],[-6,-15],[-8,0],[-7,-7],[-5,-18]],[[4851,6587],[-7,-11],[-12,13],[-6,20],[0,9],[-4,3],[0,13],[-4,12],[-11,14],[-14,4]],[[4754,6998],[-2,17],[3,12],[-3,14],[2,14],[-12,27],[2,8],[10,12],[8,-1],[8,18],[10,15],[11,-3],[9,-12],[15,1],[16,-2],[6,8],[4,-8],[8,1],[6,-6],[18,-6],[8,0],[13,7],[6,2],[5,-7],[10,-6],[3,7],[12,-4],[9,-7],[11,5]],[[5474,8111],[-1,-13],[-16,-68],[-3,21],[7,25],[8,17],[5,18]],[[5520,8152],[8,-2],[-6,-13],[0,-20],[-6,-16],[-11,-17],[-1,29],[-2,10],[10,21],[8,8]],[[5670,8720],[-32,-6],[-8,8],[-11,-7],[3,-17],[-14,-10],[-7,1],[-2,-19],[-9,-14],[-1,-21],[11,-16],[-18,-20],[-2,-13],[-17,-23],[-11,-4],[-6,-12],[-11,1],[-1,-8],[-6,-10],[-12,-2],[-1,-15],[-9,-12],[-5,5],[-5,-25],[-15,-2],[5,-15],[-5,-23],[1,-19],[-7,-9],[1,-8],[0,-37],[8,-22],[6,-8],[8,6],[5,-13],[9,-6],[0,-12],[10,-4],[4,-18],[-8,-21],[-10,-9],[9,-6],[-1,-10],[-15,-13],[-4,-13],[-8,3],[-4,-9],[-19,-13],[3,-7],[-5,-7],[3,-16],[-6,-39],[2,-11],[-6,-24],[3,-5],[-6,-27],[-4,-8],[-6,-29],[-8,-2],[-18,2],[-11,-5],[-11,-17],[-2,-14],[4,-10],[-4,-12],[-13,3],[-10,-7],[-11,5],[-2,12],[4,5],[-13,37],[-2,10],[3,10],[9,6],[-6,10],[-3,12],[-7,8],[-4,11],[-3,25],[-6,1],[1,13],[-15,36],[0,14],[-6,28],[-1,23],[3,5]],[[5999,6477],[-3,20],[2,20],[-1,17],[-5,10],[5,27]],[[5997,6571],[7,-1],[6,9],[0,11],[9,7],[-4,10],[1,16],[2,12],[7,-3],[5,-11],[11,2],[21,18],[8,-5],[6,-10],[13,-2],[15,6],[12,9],[16,17],[13,-3],[7,0],[15,8],[7,6],[2,-12]],[[5635,9612],[7,-14],[17,-15],[16,-1],[-4,-18],[-33,-21],[-14,23],[-38,-12],[-8,7],[20,27],[-20,14],[28,7],[29,3]],[[5589,9640],[20,-4],[7,-16],[-4,-8],[-36,-1],[-2,11],[-12,9],[27,9]],[[5452,9742],[36,-12],[19,-19],[12,-5],[4,-18],[22,-12],[7,-9],[45,-13],[-4,-12],[-32,0],[-14,-15],[-25,-11],[3,-18],[-17,-11],[4,-11],[-6,-18],[-14,0],[-7,-13],[-5,-24],[-11,-14],[5,-11],[-11,-6],[-26,18],[-7,14],[-31,14],[-13,24],[30,6],[-15,10],[-17,3],[-6,12],[8,11],[29,1],[40,24],[-26,0],[-7,16],[-19,1],[-6,-28],[-18,-7],[-20,3],[-1,8],[-35,27],[-26,56],[14,19],[17,4],[22,-5],[32,8],[-3,-13],[-18,-2],[15,-13],[26,22],[21,-13],[5,-19],[15,-4],[-10,36],[19,19]],[[5545,9774],[22,-7],[20,-14],[33,-8],[0,21],[28,2],[-3,-12],[15,-5],[14,13],[15,-9],[52,-5],[12,-19],[-40,-22],[2,-12],[-29,-4],[-15,-12],[-38,2],[-17,10],[-39,-2],[-31,17],[45,8],[-1,7],[-33,-3],[-37,1],[-17,10],[0,20],[30,0],[-5,9],[17,14]],[[5997,6571],[2,5],[-6,21],[4,11],[8,10],[0,14],[-5,9],[-9,-15],[-2,-8],[-8,-3],[-15,17],[-4,1],[-10,-16],[-6,-12],[-3,-11],[-3,4],[-4,-10],[-9,-4],[-7,0],[-12,-5],[-9,8],[-10,27],[-9,7],[-10,12],[-8,4],[-13,-4],[0,-16],[-4,-25],[-4,5],[-10,-5],[-4,-6],[-12,6],[-7,11],[0,21],[-7,-1],[-13,9],[-8,-10],[-6,27],[-11,-3],[0,20],[-8,10],[1,42],[-9,6],[-4,11],[-7,-3],[-5,4],[5,14],[-4,7],[3,11],[9,-23],[3,7],[-5,19],[6,3],[3,12],[-10,24],[6,23],[-22,-9],[1,27],[1,12],[4,4],[11,25],[6,-2],[10,5],[5,-10],[7,0],[8,13],[3,-6],[19,-1],[6,-2],[3,5],[-10,6],[6,10],[8,0],[0,14],[-8,9],[2,15],[2,3],[3,0],[17,-6],[8,0],[3,5],[14,-9],[12,1],[6,8],[-1,8],[21,20],[4,7],[9,10],[4,0],[17,14],[27,-6],[13,0],[7,10],[1,-12],[5,-15],[9,-6],[11,8],[4,-9],[0,-11],[10,-16],[3,9],[6,-1],[6,-12],[7,-3],[8,-8],[6,7],[3,-10],[18,-5],[17,12],[8,2],[4,-7],[13,-3],[3,-4],[8,9],[9,4],[2,6],[8,4],[8,10],[4,10]],[[5778,7005],[-1,-12],[8,-23],[15,-14],[8,-6],[-2,-5],[0,-7],[-6,-7],[-6,1],[-6,6],[-9,1],[-5,-7],[-4,4],[-6,-3],[-2,-9],[-9,-17],[-11,-10],[-10,-19],[-3,10],[16,17],[-2,5],[-18,-5],[-2,10]],[[5739,7457],[0,-1]],[[5727,7440],[0,-1],[0,-1]],[[5715,7434],[-12,-2]],[[5653,7439],[-1,-3],[-2,1]],[[5650,7437],[-7,10]],[[5636,7438],[1,0],[0,-2]],[[5882,7734],[9,-6]],[[5985,7638],[-2,-10]],[[6112,7547],[1,-8],[3,-4]],[[6116,7527],[-3,-4]],[[6105,7514],[-1,-1],[-1,0],[-1,0]],[[6105,7504],[0,-5]],[[6110,7461],[-3,-15],[-3,-5],[2,-6]],[[6094,7429],[-8,-2],[-6,2]],[[6076,7415],[-4,-3]],[[6068,7412],[-1,-1],[-2,0],[0,-1]],[[6065,7410],[0,-1]],[[6061,7388],[0,-13],[-2,-6],[-7,5],[-11,-3],[-4,-12],[-3,4],[-7,-7],[-5,-11],[-3,5],[-27,-13],[-11,-17],[-14,-14],[-6,1],[-1,-12],[4,-19],[8,-8],[3,-11],[-4,-9],[11,-7],[17,8],[4,7],[13,-2],[-5,-14],[0,-12],[-5,-4],[-11,-2],[-4,8],[-6,1],[-4,-11],[-10,-9],[-7,-3],[-7,-7],[-3,-11],[-7,-9],[-10,-3],[-3,7],[-3,22],[2,16],[-5,13],[-4,-3],[-9,14],[-13,0],[2,8],[12,16],[15,12],[3,9],[-9,10],[-8,3],[-14,-6],[-15,14],[0,29],[-5,-4],[-10,4],[-19,-8],[0,-9],[-6,-19],[-9,17],[-3,-5],[7,-9],[2,-10],[-5,-13],[-14,-20],[-4,7],[0,-16],[4,-5],[-2,-11],[0,1],[0,1]],[[5822,7250],[-10,4]],[[5804,7245],[0,-1]],[[5800,7246],[-1,0],[-1,-3]],[[5798,7243],[-1,-4]],[[5795,7240],[-3,1],[-5,4]],[[5787,7245],[-4,11]],[[6562,5830],[3,-3],[0,-43]],[[6432,5731],[3,-2],[4,-17],[10,-2],[4,2],[7,14],[5,-4],[13,-2],[6,2],[4,-6],[8,1],[14,13],[2,14],[3,1],[3,16],[-1,5],[14,26],[11,31],[11,17],[4,21]],[[4877,7828],[9,-12],[-7,-9],[-7,11],[5,10]],[[4798,7946],[6,-1],[15,14],[13,-6],[0,-8],[12,-27],[5,-14],[-5,-17],[-8,-3],[-5,-13],[-6,6]],[[4853,7993],[5,-20],[-6,2],[-2,11],[3,7]],[[4829,8008],[3,-18],[-12,12],[9,6]],[[4841,8023],[-7,-25],[-4,8],[11,17]],[[4830,8060],[5,-10],[7,-4],[-4,-11],[-15,-2],[5,16],[2,11]],[[4800,8134],[1,-12],[-10,5],[9,7]],[[4823,8136],[6,-9],[1,-19],[5,-11],[-12,2],[-12,19],[12,18]],[[4826,8194],[0,-16],[-4,-5],[1,-14],[-3,-7],[-14,-15],[0,13],[-4,6],[2,18],[12,8],[10,12]],[[4907,8203],[9,0],[-1,-14],[-5,-10],[-21,-24],[3,-11],[-5,-13],[6,-3],[14,9],[8,-4],[31,0],[4,-14],[-7,-17],[-5,-24],[-6,-13],[-3,-11],[-8,-14],[-4,-12],[-9,-11],[5,-8],[8,8],[6,0],[13,-10],[8,-20],[6,-4],[4,-35],[4,-9],[1,-14],[4,-9],[11,-7],[7,-8],[8,-20],[2,-18],[8,-19],[1,-12],[4,-15],[0,-13],[-8,-14],[10,-6],[3,10],[6,3],[15,-4],[13,-16],[1,-16],[-4,-29],[-9,-11],[-4,-12],[-5,-2],[-1,-11],[-5,-10],[17,-10],[1,-13],[-10,-6],[-1,-10],[-6,2],[-11,-9],[-4,-6],[-14,7],[-12,-4],[-7,5],[-17,-9],[-10,-1],[-1,-8],[-12,3],[-3,-3],[-8,9],[-18,-7],[-8,-30],[-5,7],[-11,5],[-13,-3],[-8,-11],[-4,-15],[-6,16],[7,12],[4,12],[13,19],[1,17],[6,-2],[3,15],[12,3],[14,-4],[13,22],[-5,4],[-6,-10],[-10,-1],[-8,16],[-11,-6],[-6,14],[-13,-10],[-9,11],[-1,12],[21,16],[9,10],[4,18],[-2,29],[-7,-2],[-5,-7],[-5,4],[11,13],[6,14],[10,7],[5,-3],[15,11],[-2,10],[2,24],[6,13],[-1,6],[-13,1],[-8,21],[1,11],[6,18],[-4,5],[-13,-14],[-10,3],[-5,-7],[-9,11],[-8,-1],[8,34],[6,13],[-7,14],[0,10],[-9,8],[-4,-4],[-7,-42],[-5,-1],[4,34],[-2,13],[6,17],[-2,11],[4,9],[-14,7],[0,23],[9,28],[-6,7],[-2,10],[3,14],[10,15],[7,3],[-5,19],[5,8],[5,21],[21,-6],[25,8]],[[4910,8240],[8,-11],[-7,-7],[-5,4],[4,14]],[[4963,8347],[7,-21],[-3,-15],[-13,4],[5,15],[-3,10],[7,7]],[[6486,4902],[3,-1],[4,-6],[10,5],[10,-10],[-10,-15],[-10,-2],[-6,3],[-5,14],[4,12]],[[6475,5185],[-17,-15],[-7,-16],[-3,-16],[2,-26],[-15,-16],[-1,-6],[-14,-12],[-18,-10],[-9,-12],[-7,-1],[-16,-15],[-9,-14],[0,-8],[-9,-21],[-13,-4],[-6,5],[-10,-14],[-7,-15],[-13,-8],[-7,-8],[-6,-1],[-13,0],[-9,-5],[-8,-20],[-6,-4],[-5,-12],[-5,-5],[-5,3],[-6,-10],[-7,-1],[-3,-4],[-13,10],[-2,-4],[-7,44],[1,28],[-4,19],[-5,38],[1,7],[-2,28],[-3,15],[-1,21],[-3,17],[4,12],[0,15],[-2,23]]]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment