Skip to content

Instantly share code, notes, and snippets.

@mbostock
Last active February 9, 2016 02:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mbostock/6287633 to your computer and use it in GitHub Desktop.
Save mbostock/6287633 to your computer and use it in GitHub Desktop.
Dynamic Simplification III
license: gpl-3.0

A variation of the dynamic simplification demonstration using a filled polygon rather than a stroked mesh. As a result, the effect of simplification is almost imperceptible during zooming. Aside from the fluid framerate achieved by faster rendering, of course!

<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="//d3js.org/d3.v3.min.js"></script>
<script src="//d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 500;
var chesapeake = [-75.959, 38.250];
var scale,
translate,
area; // minimum area threshold for simplification
var clip = d3.geo.clipExtent()
.extent([[0, 0], [width, height]]);
var simplify = d3.geo.transform({
point: function(x, y, z) {
if (z >= area) this.stream.point(x * scale + translate[0], y * scale + translate[1]);
}
});
var zoom = d3.behavior.zoom()
.size([width, height])
.on("zoom", zoomed);
// This projection is baked into the TopoJSON file,
// but is used here to compute the desired zoom translate.
var projection = d3.geo.mercator()
.translate([0, 0])
.scale(4000)
.precision(0);
var canvas = d3.select("body").append("canvas")
.attr("width", width)
.attr("height", height);
var context = canvas.node().getContext("2d");
var path = d3.geo.path()
.projection({stream: function(s) { return simplify.stream(clip.stream(s)); }})
.context(context);
d3.json("us.json", function(error, json) {
if (error) throw error;
canvas
.datum(topojson.feature(topojson.presimplify(json), json.objects.land))
.call(zoomTo(chesapeake, 0.05).event)
.transition()
.duration(5000)
.each(jump);
});
function zoomTo(location, scale) {
var point = projection(location);
return zoom
.translate([width / 2 - point[0] * scale, height / 2 - point[1] * scale])
.scale(scale);
}
function zoomed(d) {
translate = zoom.translate();
scale = zoom.scale();
area = 1 / scale / scale;
context.clearRect(0, 0, width, height);
context.beginPath();
path(d);
context.fill();
}
function jump() {
var t = d3.select(this);
(function repeat() {
t = t.transition()
.call(zoomTo(chesapeake, 1.25).event)
.transition()
.call(zoomTo(chesapeake, 0.05).event)
.each("end", repeat);
})();
}
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.2505799989770846,0.05981249429147164],"translate":[-12506.84371678273,-7235.143282888793]},"objects":{"land":{"type":"MultiPolygon","arcs":[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[7]],[[8]],[[9,10]],[[11,12]],[[13]],[[14]],[[15]],[[16]],[[17]],[[18,19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26,27,28,29]],[[30,31,32,33,34,35,36,37,38,39,40]],[[41,42,-40]],[[43,44,-46,46,47,48]],[[49,50,51,52,53,-55,55,56]],[[57]],[[58,59,60]],[[61,62,63,64,65,66,67,68,69,70]],[[71]],[[72]],[[73,74]],[[75,76,77]],[[78,79,80]],[[81,82,83,84]],[[85]],[[86,87,88]],[[89,90,91]],[[92]],[[93]],[[94,95,96]],[[97,98,99,100]],[[-99,101,102,103]],[[104,105,106,107,108,109,110,111,112,113,114]],[[115,116,117,118,119,120]],[[121]],[[122]],[[123]],[[124,125,126,127,128,129,130,131,132]],[[133]],[[134,135,136,137]],[[138,139,140,141,142,143]],[[144]],[[145,146,147,148,149,-142,150,151,152,153,154,155]],[[156]],[[157,158]],[[159]],[[160]],[[161]],[[162]],[[163]],[[164]],[[165,166]],[[167]],[[168]],[[169,170,171,172,173]],[[174,175,176,177,178]],[[179,-172,180,181,182]],[[183]],[[184,185]],[[186]],[[187]],[[188]],[[189,190,191,192]],[[193]],[[194]],[[195]],[[196,197]],[[198,199,200,201,202]],[[203,204,205]],[[206]],[[207]],[[208]],[[209]],[[210,211,212]],[[213]],[[214,215,216]],[[217,218,219]],[[220,221,222]],[[223,224,225,226]],[[227]],[[228,229,230,231,232,-234,234,235]],[[236]],[[237]],[[238]],[[239]],[[240]],[[241,242,243]],[[244]],[[245]],[[246]],[[247,248]],[[249,250,251,252,253,254,255,256]],[[257]],[[258]],[[259]],[[260]],[[261]],[[262]],[[263]],[[264]],[[265]],[[266]],[[267,268]],[[269]],[[270]],[[271,272,273]],[[274]],[[275]],[[276]],[[277]],[[278]],[[279]],[[280]],[[281]],[[282]],[[283]],[[284]],[[285]],[[286]],[[287]],[[288]],[[289]],[[290]],[[291]],[[292]],[[293]],[[294]],[[295]],[[296]],[[297]],[[298]],[[299]],[[300]],[[301]],[[302,303]],[[304]],[[305]],[[306]],[[307]],[[308,309,310,311,312,313,314,315,316,317,318,319]],[[320]],[[321]],[[322]],[[323]],[[324]],[[325]],[[326]],[[327]],[[328]],[[329]],[[330]],[[331]],[[332]],[[333]],[[334]],[[335]],[[336]],[[337,338]],[[339]],[[340]],[[341]],[[342]],[[343]],[[344]],[[345]],[[346]],[[347]],[[348]],[[349]],[[350]],[[351,352,353,354,355,356,357,358,359,360]],[[361]],[[362]],[[363,364,365,366]],[[367,368,369]],[[370,371,-367,372,-369,373]],[[374]],[[375]],[[376]],[[377,378,379,380,381,382,383,384,385,386,387,388,389]],[[390]],[[391,392,393,394,395,396]],[[397]],[[398]],[[399]],[[400]],[[401]],[[402,403,404]],[[405]],[[406]],[[407,408]],[[409]],[[410]],[[411,412]],[[413]],[[414]],[[415,416]],[[417]],[[418]],[[419]],[[420]],[[421]],[[422]],[[423]],[[424]],[[425,426]],[[427]],[[428,429,430,431,432,433]],[[434]],[[435,436,437,438,439,440,441]],[[442]],[[443]],[[444,445]],[[446]],[[447,448]],[[449,450,451,452,453,454,455]],[[456]],[[457]],[[458]],[[459]],[[460,461,462]],[[-462,463,464]],[[465]],[[466]],[[467]],[[468]],[[469]],[[470]],[[471]],[[472]],[[473]],[[474]],[[475]],[[476]],[[477,478]],[[479]],[[480]],[[481]],[[482]],[[483]],[[484]],[[485,486]],[[487]],[[488]],[[489]],[[490]],[[491]],[[492]],[[493]],[[494]],[[495,496,497]],[[498,499]],[[500,-500]],[[501]],[[502]],[[503]],[[504]],[[505]],[[506]],[[507]],[[508]],[[509]],[[510]],[[511]],[[512]],[[513]],[[514]],[[515]],[[516]],[[517,518,519]],[[520]],[[521]],[[522]],[[523]],[[524]],[[525]],[[526]],[[527]],[[528]],[[529]],[[530]],[[531]],[[532]],[[533]],[[534]],[[535]],[[536]],[[537]],[[538]],[[539]],[[540]],[[541]],[[542]],[[543]],[[544]],[[545]],[[546]],[[547]],[[548]],[[549]],[[550]],[[551]],[[552]],[[553,554]],[[555]],[[556]],[[557]],[[558]],[[559,560]],[[561]],[[562]],[[563,564,565,566]],[[567,-565]],[[568,569,570]],[[571]],[[572]],[[573]],[[574]],[[575]],[[576]],[[577,578]],[[579]],[[580,-579]],[[581]],[[582]],[[583,584]],[[585]],[[586]],[[587]],[[588,589,590,591,592,593,594,595]],[[596]],[[597]],[[598]],[[599]],[[600]],[[601]],[[602]],[[603]],[[604]],[[605]],[[606]],[[607]],[[608]],[[609]],[[610]],[[611]],[[612]],[[613]],[[614]],[[615]],[[616]],[[617]],[[618]],[[619]],[[620]],[[621]],[[622]],[[623]],[[624]],[[625]],[[626]],[[627]],[[628]],[[629]],[[630]],[[631]],[[632]],[[633]],[[634]],[[635,636,637,638]],[[639]],[[640]],[[641]],[[642]],[[643]],[[644]],[[645]],[[646]],[[647]],[[648]],[[649]],[[650]],[[651,-653,653]],[[654]],[[655]],[[656]],[[657]],[[658,659,660,661,662]],[[663,-661,664,665,666]],[[667]],[[668]],[[669]],[[670]],[[671]],[[672]],[[673]],[[674]],[[675]],[[676]],[[677]],[[678]],[[679]],[[680]],[[681]],[[682]],[[683]],[[684]],[[685]],[[686]],[[687]],[[688]],[[689]],[[690]],[[691]],[[692]],[[693]],[[694]],[[695]],[[696,697]],[[698]],[[699,700]],[[701]],[[702]],[[703]],[[704]],[[705]],[[706]],[[707]],[[708]],[[709]],[[710]],[[711]],[[712]],[[713]],[[714]],[[715]],[[716]],[[717]],[[718]],[[719]],[[720]],[[721,722]],[[723]],[[724]],[[725]],[[726]],[[727]],[[728]],[[729]],[[730]],[[731]],[[732]],[[733]],[[734]],[[735]],[[736]],[[737]],[[738]],[[739]],[[740]],[[741]],[[742]],[[743]],[[744]],[[745]],[[746]],[[747]],[[748]],[[749]],[[750]],[[751]],[[752]],[[753]],[[754]],[[755]],[[756]],[[757]],[[758]],[[759,760]],[[761]],[[762]],[[763,764]],[[765]],[[766]],[[767]],[[768]],[[769]],[[770]],[[771]],[[772]],[[773]],[[774]],[[775]],[[776]],[[777,778,779]],[[780]],[[781,782]],[[783]],[[784]],[[785]],[[786]],[[787]],[[788]],[[789]],[[790]],[[791]],[[792]],[[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,-595,838,-593,839,840,841,842,843,844,845,846,847,848,849,850,851,852,-854,854,855,856,857,858,859,860,861,862,863,864,865,-867,867,868,869,870,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,898,899,900,901,902,903,-382,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,-313,928,929,930,931,932,933,934,935,936,937,938,939,-69,940,941,942,943,944,945,946,947,-37,948,949,-34,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,-972,972,973,974,975,976,977,978,979,980,981,982,-106,983,984,985,986,987,988,-132,989,-130,990,991,992,993,994,995,996,997,998,999,1000,1001,-202,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,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,-659,1068,1069,-667,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087]],[[1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121]],[[1122]],[[1123]],[[1124,1125,1126,1127]],[[1128]],[[1129]],[[1130]],[[1131]],[[1132]],[[1133]],[[1134]],[[1135]],[[1136]],[[1137]],[[1138]],[[1139]],[[1140]],[[1141]],[[1142]],[[1143]],[[1144]],[[1145]],[[1146]],[[1147]],[[1148]],[[1149]],[[1150]],[[1151]],[[1152]],[[1153]],[[1154]],[[1155]],[[1156]],[[1157]],[[1158]],[[1159]],[[1160]],[[1161]],[[1162]],[[1163]],[[1164]],[[1165]],[[1166]],[[1167]],[[1168]],[[1169]],[[1170]],[[1171]],[[1172]],[[1173]],[[1174]],[[1175]],[[1176]],[[1177]],[[1178]],[[1179]],[[1180]],[[1181]],[[1182]],[[1183]],[[1184]],[[1185]],[[1186]],[[1187]],[[1188]],[[1189]],[[1190]],[[1191]],[[1192]],[[1193]],[[1194]],[[1195]],[[1196]],[[1197]],[[1198]],[[1199]],[[1200]],[[1201]],[[1202]],[[1203]],[[1204]],[[1205]],[[1206]],[[1207]],[[1208]],[[1209]],[[1210]],[[1211]],[[1212]],[[1213]],[[1214]],[[1215]],[[1216]],[[1217]],[[1218]],[[1219]],[[1220]],[[1221]],[[1222]],[[1223]],[[1224]],[[1225]],[[1226]],[[1227]],[[1228]],[[1229]],[[1230]],[[1231]],[[1232]],[[1233]],[[1234]],[[1235]],[[1236]],[[1237]],[[1238]],[[1239]],[[1240]],[[1241]],[[1242]],[[1243]],[[1244]],[[1245]],[[1246]],[[1247]],[[1248]],[[1249]],[[1250]],[[1251]],[[1252]],[[1253]],[[1254]],[[1255]],[[1256]],[[1257]],[[1258]],[[1259]],[[1260]],[[1261]],[[1262]],[[1263]],[[1264]],[[1265]],[[1266]],[[1267]],[[1268]],[[1269]],[[1270]],[[1271]],[[1272]],[[1273]],[[1274]],[[1275]],[[1276]],[[1277]],[[1278]],[[1279]],[[1280]],[[1281]],[[1282]],[[1283]],[[1284]],[[1285]],[[1286]],[[1287]],[[1288]],[[1289]],[[1290]],[[1291]],[[1292]],[[1293]],[[1294]],[[1295]],[[1296]],[[1297]],[[1298]],[[1299]],[[1300]],[[1301]],[[1302]],[[1303]],[[1304]],[[1305]],[[1306]],[[1307]],[[1308]],[[1309]],[[1310]],[[1311]],[[1312]],[[1313]],[[1314]],[[1315]],[[1316]],[[1317]],[[1318]],[[1319]],[[1320]],[[1321]],[[1322]],[[1323]],[[1324]],[[1325]],[[1326]],[[1327]],[[1328]],[[1329]],[[1330]],[[1331]],[[1332]],[[1333]],[[1334]],[[1335]],[[1336]],[[1337]],[[1338]],[[1339]],[[1340]],[[1341]],[[1342]],[[1343]],[[1344]],[[1345]],[[1346]],[[1347]],[[1348]],[[1349]],[[1350]],[[1351]],[[1352]],[[1353]],[[1354]],[[1355]],[[1356]],[[1357]],[[1358]],[[1359]],[[1360]],[[1361]],[[1362]],[[1363]],[[1364]],[[1365]],[[1366]],[[1367]],[[1368]],[[1369]],[[1370]],[[1371]],[[1372]],[[1373]],[[1374]],[[1375]],[[1376]],[[1377]],[[1378]],[[1379]],[[1380]],[[1381]],[[1382]],[[1383]],[[1384]],[[1385]],[[1386]],[[1387]],[[1388]],[[1389]],[[1390]],[[1391]],[[1392]],[[1393]],[[1394]],[[1395]],[[1396]],[[1397]],[[1398]],[[1399]],[[1400]],[[1401]],[[1402]],[[1403]],[[1404]],[[1405]],[[1406]],[[1407]],[[1408]],[[1409]],[[1410]],[[1411]],[[1412]],[[1413]],[[1414]],[[1415]],[[1416]],[[1417]],[[1418]],[[1419]],[[1420]],[[1421]],[[1422]],[[1423]],[[1424]],[[1425]],[[1426]],[[1427]],[[1428]],[[1429]],[[1430]],[[1431]],[[1432]],[[1433]],[[1434]],[[1435]],[[1436]],[[1437]],[[1438]],[[1439]],[[1440]],[[1441]],[[1442]],[[1443]],[[1444]],[[1445]],[[1446]],[[1447]],[[1448]],[[1449]],[[1450]],[[1451]],[[1452]],[[1453]],[[1454]],[[1455]],[[1456]],[[1457]],[[1458]],[[1459]],[[1460]],[[1461]],[[1462]],[[1463]],[[1464]],[[1465]],[[1466]],[[1467]],[[1468]],[[1469]],[[1470]],[[1471]],[[1472]],[[1473]],[[1474]],[[1475]],[[1476]],[[1477]],[[1478]],[[1479]],[[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]],[[1522]],[[1523]],[[1524]],[[1525]],[[1526]],[[1527]],[[1528]],[[1529]],[[1530]],[[1531]],[[1532]],[[1533]],[[1534]],[[1535]],[[1536]],[[1537]],[[1538]],[[1539]],[[1540]],[[1541]],[[1542]],[[1543]],[[1544]],[[1545]],[[1546]],[[1547]],[[1548]],[[1549]],[[1550]],[[1551]],[[1552]],[[1553]],[[1554]],[[1555]],[[1556]],[[1557]],[[1558]],[[1559]],[[1560]],[[1561]],[[1562]],[[1563]],[[1564]],[[1565]],[[1566]],[[1567]],[[1568]],[[1569]],[[1570]],[[1571]],[[1572,1573]],[[1574]],[[1575]],[[1576]],[[1577]],[[1578]],[[1579]],[[1580]],[[1581]],[[1582]],[[1583]],[[1584]],[[1585]],[[1586]],[[1587]],[[1588]],[[1589]],[[1590]],[[1591]],[[1592]],[[1593]],[[1594]],[[1595]],[[1596]],[[1597]],[[1598]],[[1599]],[[1600]],[[1601]],[[1602]],[[1603]],[[1604]],[[1605]],[[1606]],[[1607]],[[1608]],[[1609]],[[1610]],[[1611]],[[1612]],[[1613]],[[1614]],[[1615]],[[1616]],[[1617]],[[1618]],[[1619]],[[1620]],[[1621]],[[1622]],[[1623]],[[1624]],[[1625]],[[1626]],[[1627]],[[1628]],[[1629]],[[1630]],[[1631]],[[1632]],[[1633]],[[1634]],[[1635]],[[1636]],[[1637]],[[1638]],[[1639]],[[1640]],[[1641]],[[1642]],[[1643]],[[1644]],[[1645]],[[1646]],[[1647]],[[1648]],[[1649]],[[1650]],[[1651]],[[1652]],[[1653]],[[1654]],[[1655]],[[1656]],[[1657]],[[1658]],[[1659]],[[1660]],[[1661]],[[1662]],[[1663]],[[1664]],[[1665]],[[1666]],[[1667]],[[1668]],[[1669]],[[1670]],[[1671]],[[1672]],[[1673]],[[1674]],[[1675]],[[1676]],[[1677]],[[1678]],[[1679]],[[1680]],[[1681]],[[1682]],[[1683]],[[1684]],[[1685]],[[1686]],[[1687]],[[1688]],[[1689]],[[1690]],[[1691]],[[1692]],[[1693]],[[1694]],[[1695]],[[1696]],[[1697]],[[1698]],[[1699]],[[1700]],[[1701]],[[1702]],[[1703]],[[1704]],[[1705]],[[1706]],[[1707]],[[1708]],[[1709]],[[1710]],[[1711]],[[1712]],[[1713]],[[1714]],[[1715]],[[1716]],[[1717]],[[1718]],[[1719]],[[1720]],[[1721]],[[1722]],[[1723]],[[1724]],[[1725]],[[1726]],[[1727,1728]],[[1729]],[[1730]],[[1731]],[[1732]],[[1733]],[[1734]],[[1735]],[[1736]],[[1737]],[[1738]],[[1739]],[[1740]],[[1741]],[[1742]],[[1743]],[[1744]],[[1745]],[[1746]],[[1747]],[[1748]],[[1749]],[[1750]],[[1751]],[[1752]],[[1753]],[[1754]],[[1755]],[[1756]],[[1757]],[[1758]],[[1759]],[[1760]],[[1761]],[[1762]],[[1763]],[[1764]],[[1765]],[[1766]],[[1767]],[[1768]],[[1769]],[[1770]],[[1771]],[[1772]],[[1773]],[[1774]],[[1775]],[[1776]],[[1777]],[[1778]],[[1779]],[[1780]],[[1781]],[[1782]],[[1783]],[[1784]],[[1785]],[[1786]],[[1787]],[[1788]],[[1789]],[[1790]],[[1791]],[[1792]],[[1793]],[[1794]],[[1795]],[[1796]],[[1797]],[[1798]],[[1799]],[[1800]],[[1801]],[[1802]],[[1803]],[[1804]],[[1805]],[[1806]],[[1807]],[[1808]],[[1809]],[[1810]],[[1811]],[[1812]],[[1813]],[[1814]],[[1815]],[[1816]],[[1817]],[[1818]],[[1819]],[[1820]],[[1821]],[[1822]],[[1823]],[[1824]],[[1825]],[[1826]],[[1827]],[[1828]],[[1829]],[[1830]],[[1831]],[[1832]],[[1833]],[[1834]],[[1835]],[[1836]],[[1837]],[[1838]],[[1839]],[[1840]],[[1841]],[[1842]],[[1843]],[[1844,1845,1846]],[[1847]],[[1848]],[[1849]],[[1850]],[[1851]],[[1852]],[[1853]],[[1854]],[[1855]],[[1856]],[[1857]],[[1858]],[[1859]],[[1860]],[[1861]]]}},"arcs":[[[27123,91356],[4,17],[8,-13],[3,-21],[3,9],[-1,32],[-20,17],[-2,-4],[5,-37]],[[27031,91329],[6,11],[1,29],[-3,8],[1,-34],[-5,-14]],[[27165,91324],[-1,25],[-11,29],[-9,2],[3,-22],[1,-37],[3,18],[5,-18],[9,3]],[[27179,91273],[0,17],[-7,5],[-2,-13],[9,-9]],[[27179,91273],[-5,-14],[7,3],[-2,11]],[[27232,91261],[-5,1],[1,-27],[4,9],[0,17]],[[27267,91256],[5,-27],[3,10],[-8,17]],[[27162,91224],[7,8],[-3,7],[-4,-15]],[[27219,91229],[2,-15],[1,52],[-4,-19],[1,-18]],[[27176,91330],[5,-20],[1,13],[5,-7],[-1,-30],[5,-2],[-6,-11]],[[27185,91273],[-1,-33],[3,-28],[4,2],[10,37],[2,36],[-3,15],[-10,8],[-2,11],[-14,23],[2,-14]],[[27233,91221],[4,7],[0,32],[-3,-18]],[[27234,91242],[-1,-21]],[[27204,91200],[6,13],[3,47],[-7,-18],[-3,11],[-4,-18],[2,-42],[3,7]],[[27250,91190],[6,7],[2,30],[-6,-12],[-2,-25]],[[27212,91186],[3,19],[-4,0],[1,-19]],[[27337,91156],[-11,21],[-4,23],[-8,11],[-2,-13],[5,-8],[-7,-4],[16,-16],[1,-9],[10,-5]],[[27240,91173],[9,54],[4,37],[-4,2],[1,-19],[-9,12],[-1,-35],[-7,-54],[1,-31],[6,34]],[[27233,91221],[1,21]],[[27234,91242],[-6,-19],[-5,-40],[-5,-15],[1,-31],[8,60],[4,1],[2,23]],[[27257,91148],[3,29],[-6,-18],[-1,-23],[4,12]],[[27227,91129],[5,8],[-1,20],[-7,-28],[3,0]],[[27337,91156],[10,-15],[7,-24],[4,2],[-11,35],[-9,21],[-1,-19]],[[27399,91046],[3,6],[-11,3],[6,-27],[2,18]],[[27425,90987],[-9,21],[2,-19],[7,-2]],[[27444,90686],[-2,26],[-1,-38],[5,-16],[-2,28]],[[27508,90677],[3,-19]],[[27511,90658],[7,-26],[-2,-6]],[[27516,90626],[1,-5]],[[27517,90621],[3,-15],[-2,39],[-10,32]],[[27333,90495],[-5,-3]],[[27328,90492],[0,-4]],[[27328,90488],[-1,-2]],[[27327,90486],[0,-2]],[[27327,90484],[-1,-1]],[[27326,90483],[-1,-1]],[[27325,90482],[0,-3]],[[27325,90479],[1,-3]],[[27326,90476],[1,-2]],[[27327,90474],[0,-1]],[[27327,90473],[8,13],[-2,9]],[[27327,90474],[-1,-8]],[[27326,90466],[1,7]],[[27360,90467],[0,1]],[[27360,90468],[-1,4]],[[27359,90473],[0,-1]],[[27359,90473],[1,-12]],[[27360,90461],[0,2]],[[27360,90463],[0,4]],[[27341,90481],[1,0]],[[27342,90481],[7,21],[0,14],[5,13],[-10,3]],[[27344,90532],[-7,-17]],[[27337,90515],[-3,-3]],[[27334,90512],[-2,-10]],[[27332,90501],[0,1]],[[27332,90501],[1,-6]],[[27333,90495],[10,-41],[-2,27]],[[27332,90411],[1,22],[-9,8],[0,-19],[8,-11]],[[27320,90388],[-1,-5]],[[27319,90383],[0,-2]],[[27319,90381],[1,7]],[[27521,90597],[0,4]],[[27521,90601],[-4,20]],[[27517,90621],[-1,5]],[[27516,90626],[-5,32]],[[27511,90658],[-3,19]],[[27508,90677],[-3,-3],[-5,38],[-5,3],[-9,43],[1,11],[-8,39],[-4,4],[-6,37],[-6,23],[-7,8],[1,-27],[3,7],[8,-15],[4,-34],[-1,-19],[9,-1],[4,-38],[17,-69],[1,-22],[5,-9],[-2,-21]],[[27505,90632],[8,-10],[3,-32],[-1,-15]],[[27515,90575],[0,-2]],[[27515,90573],[0,-12]],[[27515,90561],[6,-17],[4,4],[5,-46],[0,-32],[-7,-25],[8,-2],[11,-38],[5,-43],[6,11],[-6,26],[-1,23],[-10,66],[-5,43],[-10,66]],[[27556,90359],[-3,-10],[4,-18],[-1,28]],[[27566,90265],[-1,-9],[4,-50],[4,-28],[-3,55],[-4,32]],[[27331,90107],[0,6]],[[27331,90113],[-8,4],[4,-17],[4,7]],[[27315,90090],[-2,-1]],[[27313,90089],[0,-11]],[[27313,90078],[7,6],[-5,6]],[[27312,90070],[-1,3]],[[27311,90073],[0,-3]],[[27311,90070],[1,0]],[[27304,90057],[2,-11]],[[27306,90046],[0,4]],[[27306,90050],[0,4]],[[27306,90054],[-2,3]],[[27580,89924],[0,26],[-6,-26],[1,-26],[7,-22],[-2,48]],[[27285,89870],[-1,3]],[[27284,89873],[-3,4]],[[27281,89877],[4,-7]],[[27281,89877],[-7,24],[-9,1],[0,-34]],[[27265,89868],[4,-16]],[[27269,89852],[9,0],[3,25]],[[27583,89848],[-6,18],[4,-33],[2,15]],[[27229,89744],[6,2],[-1,11],[-8,-2],[3,-11]],[[27224,89721],[-7,5],[-1,26],[-5,-44]],[[27211,89708],[1,-6]],[[27212,89702],[6,14],[7,-6],[-1,11]],[[27188,89697],[0,-17]],[[27188,89680],[1,1]],[[27189,89681],[0,2]],[[27189,89683],[-1,14]],[[27188,89680],[2,-4]],[[27190,89676],[0,3]],[[27190,89679],[-1,2]],[[27203,89659],[0,4]],[[27203,89663],[0,1]],[[27203,89664],[0,0]],[[27203,89664],[-3,6],[4,26],[4,-12],[4,18]],[[27212,89702],[-1,6]],[[27211,89708],[-4,-9],[-4,15]],[[27203,89714],[0,0]],[[27203,89714],[1,7]],[[27204,89721],[-5,2],[1,-28],[-3,-19]],[[27197,89676],[0,-6]],[[27197,89670],[0,-15],[6,4]],[[27190,89679],[0,-3]],[[27190,89676],[-1,-26]],[[27189,89650],[8,20]],[[27197,89670],[0,6]],[[27197,89676],[-6,-8],[-2,15]],[[27189,89683],[1,-4]],[[27160,89657],[-3,15],[-2,-17],[5,2]],[[27588,89648],[2,20],[0,85],[-3,44],[0,27],[-4,-14],[-1,-46],[5,-29],[1,-28],[-6,-2],[5,-19],[-4,-6],[5,-32]],[[27147,89654],[6,10],[5,33],[-4,9],[-5,-23],[-2,-29]],[[27177,89620],[0,2]],[[27177,89622],[1,3]],[[27178,89625],[-6,5]],[[27172,89630],[0,-3]],[[27172,89627],[0,-3]],[[27172,89624],[0,-1]],[[27172,89623],[1,-8]],[[27173,89615],[0,-2]],[[27173,89613],[4,7]],[[27162,89591],[3,29],[-7,-3],[-3,24],[1,-31],[-4,-9],[0,30],[-11,0],[0,-24],[-6,-27],[7,-26],[11,39],[-1,-14],[10,12]],[[27138,89530],[0,5]],[[27138,89535],[-3,-12]],[[27135,89523],[0,-9]],[[27135,89514],[3,16]],[[27135,89514],[-3,-15]],[[27132,89499],[0,-8]],[[27132,89491],[-2,-17]],[[27130,89474],[0,-3]],[[27130,89471],[-1,-8]],[[27129,89463],[8,27],[-4,8],[2,16]],[[22828,89436],[3,-11],[1,29],[-4,-18]],[[27127,89427],[1,5]],[[27128,89432],[0,21]],[[27128,89453],[0,2]],[[27128,89455],[1,8]],[[27129,89463],[1,8]],[[27130,89474],[2,17]],[[27132,89491],[0,8]],[[27132,89499],[3,24]],[[27135,89523],[-4,-20],[0,-17],[-6,-44],[-3,-46]],[[27122,89396],[0,-2]],[[27122,89394],[5,33]],[[22834,89161],[2,25],[1,55],[2,27],[1,85],[3,74],[-3,-4],[1,-25],[-4,-59],[1,-62],[-2,-9],[0,-52],[-2,-6],[0,-49]],[[22834,89161],[-3,-16],[1,-29]],[[22832,89116],[2,45]],[[27103,89005],[1,20],[-6,-18],[2,-17],[3,15]],[[22825,88990],[6,105],[-5,-70],[-4,-25],[3,-10]],[[22824,88971],[-5,12],[2,-34],[3,22]],[[27099,88992],[-4,0],[-4,-29],[-15,-43],[10,16],[7,20],[6,36]],[[27015,88890],[2,-14],[8,22],[5,-3],[8,19],[2,22],[7,-5],[1,-21],[9,19],[5,-1],[-6,19],[-11,22],[-8,-6],[-8,-18],[-10,-32],[-4,-23]],[[22816,88858],[2,29],[-3,6],[-2,-27],[3,-8]],[[27015,88890],[-2,-40]],[[27013,88850],[4,22],[-2,18]],[[27013,88850],[-2,-42],[2,5],[0,37]],[[27008,88770],[-5,-27],[2,-15],[3,42]],[[27039,88750],[-3,-34]],[[27036,88716],[-1,-17]],[[27035,88699],[0,-1]],[[27035,88698],[0,-3]],[[27035,88695],[1,-12],[7,9],[3,19],[0,51],[-7,-12]],[[22801,88672],[9,102],[6,84]],[[22816,88858],[-3,-9]],[[22813,88849],[-5,-30],[0,16],[-8,-42],[-6,-4]],[[22794,88789],[10,-14],[-4,-47],[-5,-17],[1,-13],[-5,-27],[3,-32]],[[22794,88639],[4,29],[0,18],[5,37],[-2,-51]],[[27035,88695],[0,3]],[[27035,88699],[1,17]],[[27036,88716],[3,34]],[[27039,88750],[5,35],[2,30],[-1,25],[5,34],[-10,8],[-3,-51],[-3,-6],[0,-41],[-2,-5],[-5,-102],[-11,-45],[-1,-20],[7,-14],[9,10],[2,32],[4,14],[-2,41]],[[26999,88667],[-1,8],[-4,-41],[0,-28],[3,-10],[2,71]],[[22787,88574],[3,5],[2,26],[-8,-38]],[[22784,88567],[3,7]],[[26993,88523],[1,57],[-2,1],[0,-69],[1,11]],[[26992,88500],[-5,-28],[3,1],[2,27]],[[22745,88359],[5,14],[0,19],[-4,2],[-6,-20],[8,3],[-3,-18]],[[22801,88672],[-4,-19],[-2,-45],[-5,-38],[-3,4]],[[22787,88574],[-2,-37],[3,-5],[-4,-20],[0,-35],[-5,-27],[2,-88]],[[22781,88362],[3,-14]],[[22784,88348],[2,64],[4,66],[3,70],[4,49],[4,75]],[[22755,88229],[4,-17],[2,11],[-6,31],[0,-25]],[[22759,88165],[1,43],[-4,-14],[0,-27],[3,-2]],[[22758,88157],[-4,3],[1,-37],[3,34]],[[27587,88111],[-6,-63]],[[27581,88048],[-3,-32],[-4,-11],[5,-5],[4,53],[8,67],[7,79],[5,87],[-5,-55],[0,-19],[-5,-58],[-3,-9],[-3,-34]],[[26926,87946],[1,34],[8,61]],[[26935,88041],[0,10]],[[26935,88051],[1,8]],[[26936,88059],[0,3]],[[26936,88062],[-2,-29],[-8,-60],[0,-27]],[[26916,87869],[2,12]],[[26918,87881],[6,56]],[[26924,87937],[-9,-61],[-8,-24],[4,-17],[5,34]],[[26906,87794],[2,29],[-6,-30],[4,1]],[[26874,87636],[8,24],[7,49],[5,9],[0,18],[7,32],[0,13],[-11,-54],[-6,-45],[-11,-42],[1,-4]],[[27543,87606],[7,82],[17,171],[2,28],[10,79],[1,28],[-4,-6],[2,-18],[-2,-25],[-4,-6],[0,-24],[-4,-33],[-4,-3],[-1,-40],[-3,4],[1,-38],[-10,-48],[0,-40],[-2,-32],[-3,-1],[-2,-35],[-4,-2],[2,-37],[-7,4],[4,-14],[4,6]],[[26865,87528],[5,34],[0,19],[-5,-38],[-5,-19],[-1,-18],[6,22]],[[22784,88348],[-6,-15],[2,-46],[-2,-87],[1,-80],[-1,-54],[2,-132],[3,-35]],[[22783,87899],[0,-5]],[[22783,87894],[0,-38],[4,-4],[-3,-30],[5,-14],[-4,-24],[1,-49],[9,-67],[0,-29],[6,-55],[2,-5],[7,-67],[3,-7],[1,-36],[4,-19],[0,-18],[5,-6],[-3,-10],[5,-35],[2,26],[3,2],[-9,87],[-6,45],[-14,144],[-7,103],[-8,129],[-3,88],[-2,118],[0,100],[3,125]],[[26865,87318],[-2,22],[-1,-30],[3,8]],[[26856,87241],[-1,-4]],[[26855,87237],[-1,-17]],[[26854,87220],[4,14],[2,31],[4,18],[-4,34],[0,-48],[-4,-28]],[[27511,87227],[2,20]],[[27513,87247],[0,7]],[[27513,87254],[-4,-3],[2,-24]],[[26859,87225],[0,0]],[[26859,87225],[-4,-8],[4,-17]],[[26859,87200],[0,25]],[[26853,87215],[1,5]],[[26854,87220],[1,17]],[[26855,87237],[1,4]],[[26856,87241],[-8,-56],[5,-3],[0,33]],[[22840,87262],[9,-27],[4,-34],[5,-23],[-1,-22],[7,-8],[1,-24],[-14,11],[-1,-9],[21,-19],[3,9],[-12,58],[-22,150],[-9,82],[-3,-3],[4,-41],[0,-45],[4,-19],[4,-36]],[[27520,87348],[-2,-21]],[[27518,87327],[-5,-73]],[[27513,87254],[0,-7]],[[27513,87247],[-2,-20]],[[27511,87227],[-5,-21]],[[27506,87203],[0,3]],[[27506,87203],[-4,-20],[3,-17],[-4,-6],[0,-23],[3,6],[-6,-59]],[[27498,87084],[18,151],[4,66],[3,29],[3,68],[5,28],[4,83],[7,83],[-8,-13],[-2,-60],[-3,-20],[3,-27],[-5,-28],[-1,-36],[-4,-21],[-2,-39]],[[22872,87069],[-3,34],[-6,-9],[1,-13],[5,3],[3,-15]],[[26946,87077],[-1,-27],[3,1],[-2,26]],[[26838,86877],[-3,-1],[4,-27],[-1,28]],[[22922,86805],[5,14],[-18,77],[-20,102],[-14,98],[-3,2],[3,-35],[2,-48],[9,-23],[9,-77],[-4,5],[2,-25],[13,-10],[0,-29],[7,2],[-1,-30],[5,-20],[5,-3]],[[22999,86521],[6,-21],[7,-3],[4,-23],[17,-12],[12,-24],[0,-29],[-3,-2],[7,-38],[3,1],[2,51],[0,-37],[3,24],[-9,51],[-9,27],[-15,28],[-13,29],[-24,68],[-18,54],[-23,80],[-17,67],[-9,-21],[1,-37],[-4,-7],[5,-24],[4,24],[8,4],[5,-15],[3,-29],[-4,4],[0,-45],[7,-18],[9,0],[14,-9],[5,-26],[10,-18],[-2,-13],[7,-29],[12,-23],[-1,-9]],[[27447,86487],[0,-42],[6,-5],[-1,-30],[2,-10],[-3,-35],[-6,-4],[4,-14]],[[27449,86347],[0,10],[10,0],[-3,38],[-2,67],[0,72],[4,103],[6,119],[3,41],[10,101],[21,186]],[[27498,87084],[-8,-72],[-5,-3],[-3,-46],[-4,-35],[-1,-27],[-8,-54],[-6,-53],[-2,-35],[-5,-39],[-4,-49],[-1,-101],[3,-43],[-6,-23],[-1,-17]],[[23052,86365],[-3,-18],[5,1],[-2,17]],[[23061,86378],[-4,0],[14,-53],[3,11],[-13,42]],[[23106,86099],[11,-7],[-2,18],[-13,20],[-2,-30],[6,-15],[0,14]],[[26880,85880],[-6,9],[2,-17]],[[26876,85872],[4,8]],[[26888,85725],[-1,3]],[[26887,85728],[0,-1]],[[26887,85727],[-1,-3]],[[26886,85724],[-1,-4]],[[26885,85720],[-1,-4]],[[26884,85716],[0,-3]],[[26884,85713],[0,-1]],[[26884,85712],[4,13]],[[27391,85661],[-4,16],[-1,23],[-4,-49],[3,10],[3,-16],[3,16]],[[24633,85495],[9,-2],[-14,18],[5,-16]],[[24610,85494],[2,14],[-8,4],[6,-18]],[[27407,85758],[-4,-13],[-4,-32],[-5,-17],[1,-15],[-6,-46],[-8,-2],[-1,-25],[3,-15],[-5,-13],[-4,6],[2,-21],[-5,-5],[-3,-22],[3,-14],[0,-24],[-4,-22],[3,-3],[3,40],[9,63],[3,29],[22,151]],[[24746,85469],[6,10],[-8,9],[2,-19]],[[27361,85462],[5,16],[-3,10],[-2,-26]],[[24607,85454],[-3,28],[-5,-12],[4,-18],[4,2]],[[24692,85459],[15,26],[4,-6],[6,14],[-12,-1],[-13,-22],[0,-11]],[[23405,85467],[-7,1],[2,-32],[5,31]],[[24615,85421],[2,22],[-3,8],[1,-30]],[[24595,85431],[-2,-12],[8,-5],[5,-17]],[[24606,85397],[3,4],[-2,24],[-6,10],[-6,-4]],[[24741,85392],[2,14],[-13,25],[-5,0],[13,-17],[3,-22]],[[24639,85395],[2,14],[-3,14],[1,-28]],[[24604,85387],[2,10]],[[24606,85397],[-3,1]],[[24603,85398],[1,-11]],[[26776,85380],[-4,14],[1,-31],[3,17]],[[24722,85276],[-4,24],[0,-19],[4,-5]],[[24583,85279],[-4,39],[-5,21],[-8,-20],[6,-16],[1,-20],[10,-4]],[[24592,85251],[5,4],[2,14],[-6,6],[-1,-24]],[[24556,85245],[5,11],[2,35],[6,-22],[1,32],[-3,-1],[-2,26],[3,6],[-10,11],[-6,-28],[8,-18],[-3,-17],[-4,3],[3,-38]],[[24847,85221],[5,-7],[-5,26],[-12,29],[-9,32],[7,-40],[14,-40]],[[24713,85209],[4,4],[0,18],[-6,20],[0,-42],[2,0]],[[24847,85182],[-1,19],[-7,-12],[8,-7]],[[24861,85186],[-9,19],[3,-17],[6,-2]],[[24844,85131],[1,36],[-3,-12],[2,-24]],[[23518,85119],[2,7],[-11,33],[-7,29],[-25,64],[-1,7],[-34,97],[-30,91],[6,-42],[15,-31],[8,-31],[1,-16],[5,-6],[6,-27],[8,-21],[0,-23],[7,-3],[0,-22],[9,-20],[11,-11],[-3,-8],[-8,10],[2,-14],[15,-26],[6,2],[7,-14],[0,-20],[11,-5]],[[24823,85136],[4,-21],[0,22],[-4,-1]],[[23504,85121],[1,16],[-6,15],[-5,-1],[0,-43],[3,-9],[7,22]],[[24884,85133],[-3,-19],[5,-10],[2,-18],[5,9],[0,19],[-9,19]],[[24843,85097],[-1,18],[-8,-5],[9,-13]],[[24521,85249],[0,34],[-18,-9],[-22,-35],[-5,-15],[-13,-69],[9,6],[9,-27],[3,-47],[9,-18],[-1,28],[11,61],[7,-24],[2,20],[-1,52],[-4,1],[-3,-25],[-3,12],[4,31],[6,-14],[5,17],[-4,20],[9,1]],[[24917,85065],[3,15],[9,-15],[6,0],[7,42],[-1,29],[-9,1],[-4,22],[3,28],[-6,-11],[0,-23],[-10,10],[-16,-11],[-11,-3],[17,-44],[3,18],[3,-14],[-3,-11],[9,-33]],[[27165,85113],[-2,-29],[2,-21],[5,19],[-5,31]],[[24965,85020],[2,-21],[4,15],[-6,6]],[[24824,84995],[4,6],[-3,13],[-1,-19]],[[24866,84970],[-1,-14],[5,2],[-4,12]],[[24837,84987],[-5,-11],[-3,-28],[-7,2],[-2,-15],[11,2],[2,26],[4,-20],[4,21],[-1,31],[-3,-8]],[[24483,84898],[-6,34],[-6,-7],[2,-18],[8,-18],[2,9]],[[24816,84885],[10,30],[7,10],[-8,6],[-4,-19],[-8,-3],[2,21],[-5,13],[-1,-29],[-5,-5],[12,-24]],[[24932,84858],[-2,20],[-4,-7],[6,-13]],[[24957,84835],[2,3],[-11,54],[1,-23],[-2,-22],[4,-13],[6,1]],[[24935,84733],[9,25],[-3,3],[-6,-28]],[[24309,84721],[9,1],[7,10],[4,28],[5,17],[9,3],[1,20],[7,3],[2,12],[9,-10],[-2,24],[-14,36],[-3,30],[2,19],[-6,11],[-4,-7],[-6,16],[-6,-5],[-5,-33],[-6,0],[-6,-20],[-6,-6],[-7,-19],[-2,9],[-4,-18],[-16,-36],[3,-7],[4,-39],[7,-14],[4,9],[9,-4],[2,-33],[9,3]],[[24937,84699],[10,9]],[[24947,84708],[-4,7],[-6,-16]],[[24798,84771],[-3,-40],[2,-38],[4,0],[-3,35],[2,25],[-2,18]],[[24988,84656],[4,15],[-5,7],[1,-22]],[[23456,84718],[-6,-66],[8,54],[-2,12]],[[26198,84648],[6,4],[5,18],[-6,52],[-6,6],[-7,-9],[-12,-41],[-10,-17],[17,-4],[3,10],[13,6],[-11,-11],[2,-12],[6,-2]],[[27354,85399],[1,-14],[-6,-38],[-7,-68],[-4,-27],[-8,-75],[-10,-123],[-3,-23]],[[27317,85031],[-5,-59],[-3,-8]],[[27309,84964],[-4,-65],[-4,-41]],[[27301,84858],[-6,-38]],[[27295,84820],[-1,-2]],[[27294,84818],[-1,-5]],[[27293,84813],[-8,-101]],[[27285,84712],[-1,-36]],[[27284,84676],[-2,-27]],[[27282,84649],[0,-3]],[[27282,84646],[-1,-7]],[[27281,84639],[1,-6],[8,98],[4,36],[6,73],[16,152],[1,20],[11,110],[20,193],[9,83],[8,55],[0,16],[-11,-70]],[[24969,84617],[0,27],[-3,-18],[3,-9]],[[23435,84620],[-3,-22],[5,1],[-2,21]],[[26310,84571],[-16,66],[-6,16],[-27,45],[-14,41],[-18,31],[-13,14],[-2,-14],[-11,-34],[1,-7],[7,27],[12,15],[16,-22],[8,-27],[7,-12],[10,-29],[22,-28],[24,-82]],[[23419,84523],[4,0],[-3,21],[-4,-11],[3,-10]],[[25019,84513],[9,5],[4,-16],[2,38],[-4,13],[-11,-40]],[[25014,84479],[1,-16],[4,11],[-5,5]],[[26347,84462],[2,17],[-12,31],[-15,19],[1,-8],[11,-9],[13,-50]],[[25026,84453],[-2,10],[-3,-20],[4,-8],[1,18]],[[25030,84407],[-1,17],[-4,-7],[5,-10]],[[25034,84404],[6,1],[-1,17],[-5,-18]],[[27269,84397],[2,26],[0,47],[3,66],[4,53],[3,23],[-4,-5],[-2,-54],[-5,-29],[-3,-40],[-6,-26],[-2,-34],[2,-25],[-1,-36],[8,26],[-5,-28],[4,-10],[2,46]],[[25035,84333],[4,-22],[2,9],[-6,13]],[[25009,84328],[-3,16],[-7,-11],[10,-5]],[[25037,84290],[-4,14],[3,-38],[4,3],[-3,21]],[[25155,84182],[4,27],[6,79],[1,29],[-1,73],[-3,63],[-2,-7],[3,-29],[1,-55],[0,-74],[-3,-18],[-1,-44],[-3,-10],[-2,-34]],[[26413,84165],[4,9],[-6,18],[2,-27]],[[25006,84163],[5,15],[-10,16],[-1,-20],[7,8],[-1,-19]],[[25052,84143],[1,17],[7,-13],[1,24],[-6,-6],[-5,22],[1,-32],[-4,1],[-8,-16],[-8,3],[-7,13],[-2,-7],[9,-20],[0,-14],[6,8]],[[25037,84123],[2,-13],[-4,-10],[12,-33],[-1,23],[3,19],[1,41],[2,-7]],[[24998,84041],[-4,16],[-2,-23],[6,7]],[[25257,83945],[13,12],[4,-10],[8,3],[-14,13],[-11,-18]],[[25096,83923],[-3,8],[-18,-10],[1,-5],[18,1],[2,6]],[[25195,83889],[16,24],[25,16],[-5,4],[-27,-18],[-10,-14],[-9,6],[-4,-5],[14,-13]],[[25363,83858],[10,33],[-7,11],[-10,-10],[-20,6],[-21,20],[0,-4],[16,-17],[11,-8],[16,-1],[1,-10],[10,4],[-6,-24]],[[25540,83827],[-15,20],[7,-19],[9,-11],[-1,10]],[[25586,83790],[-9,14],[-22,24],[-32,27],[-4,-2],[28,-24],[6,-21],[6,14],[24,-25],[3,-7]],[[25357,83785],[-1,23],[-2,-21],[3,-2]],[[25236,83769],[0,17],[-5,-13],[5,-4]],[[25324,83773],[-2,18],[-1,-29],[2,-25],[1,36]],[[25152,83711],[11,16],[2,17],[-13,-33]],[[25229,83689],[7,11],[0,62],[-3,0],[-3,-38],[-5,-12],[4,-23]],[[27243,84110],[0,-9]],[[27243,84101],[-9,-77],[-3,-77],[-6,-53]],[[27225,83894],[0,-3]],[[27225,83891],[0,-3]],[[27225,83888],[1,-14]],[[27226,83874],[1,-34]],[[27227,83840],[0,-3]],[[27227,83837],[-1,-31]],[[27226,83806],[-3,-13],[-1,-41]],[[27222,83752],[-1,-30],[6,-34],[8,6],[-1,20],[0,72],[8,153],[3,70],[5,81],[4,103],[3,39],[1,37],[6,78],[-5,-28],[-2,-35],[-4,-13],[2,-24],[-1,-47],[-5,-85],[2,76],[3,20],[-2,16],[-9,-45],[-1,-46],[1,-26]],[[25769,83685],[25,10],[8,0],[1,11],[-28,-13],[-35,7],[-40,24],[-78,68],[-23,10],[-6,-5],[-5,-16],[18,16],[56,-44],[49,-46],[27,-12],[15,-10],[16,0]],[[27201,83686],[0,10],[-10,9],[3,-32],[7,13]],[[27209,83677],[-4,21],[-2,-16],[5,-13]],[[27208,83669],[1,-1]],[[27209,83668],[0,7]],[[27209,83675],[0,2]],[[27209,83668],[1,-5]],[[27210,83663],[0,1]],[[27210,83664],[-1,4]],[[27214,83671],[0,8]],[[27214,83679],[-5,-2]],[[27209,83675],[1,-11]],[[27210,83663],[4,8]],[[27227,83653],[0,15],[6,16],[-7,-5],[-7,31],[-2,-14],[7,-12],[-6,-27],[0,-22],[8,1],[1,17]],[[27216,83563],[-2,-20],[3,-8],[7,35],[6,5],[1,84],[-3,-23],[-8,-15],[-4,-58]],[[25388,83562],[-8,-18],[3,-21],[4,7],[1,32]],[[27206,83504],[-3,8],[4,13],[-3,25]],[[27204,83550],[-1,-3]],[[27203,83547],[0,3]],[[27203,83550],[-1,3]],[[27202,83553],[0,-1]],[[27202,83552],[-1,-2]],[[27201,83550],[-5,-6]],[[27196,83544],[-1,5]],[[27195,83549],[-2,-14]],[[27193,83535],[0,-2]],[[27193,83533],[1,-4]],[[27194,83529],[-1,-3]],[[27193,83526],[5,-9],[2,-19],[6,6]],[[25414,83320],[-4,1],[2,-32],[2,31]],[[27205,83267],[-5,2]],[[27200,83269],[-9,21],[-1,-18],[-8,4]],[[27182,83276],[0,-2]],[[27182,83274],[0,-7]],[[27182,83267],[0,-4]],[[27182,83263],[9,-3],[5,12],[0,-19],[9,1],[0,13]],[[25399,83267],[2,-22],[5,-21],[6,-1],[-2,26],[1,32],[-4,39],[-2,-50],[-6,-3]],[[27211,83150],[-3,-14],[3,-16],[0,30]],[[27204,83088],[3,23],[-6,-20],[3,-3]],[[27211,83150],[2,-30],[-1,-42],[-10,-46],[4,-25],[10,-7],[2,-26],[7,-18],[1,-36],[5,-16],[1,96],[-4,39],[-1,36],[-10,89],[-1,57],[3,42],[-6,-8],[-3,-20],[3,-21],[1,-42],[-3,-22]],[[27212,82840],[5,-5],[1,13],[-6,13],[0,-21]],[[27225,82777],[-1,-11]],[[27224,82766],[0,-6]],[[27224,82760],[-2,-11],[5,-18],[2,-21],[3,12],[0,73],[-5,57],[-4,12],[0,-30],[4,-6],[-2,-51]],[[27205,82669],[1,32],[-6,-10],[-1,-21],[6,-1]],[[27227,82654],[0,-27],[3,6],[-3,21]],[[27220,82649],[-4,-16],[4,-31]],[[27220,82602],[3,-7],[3,41],[-3,33],[-3,-20]],[[27238,82446],[16,2],[8,30],[6,1],[0,27],[4,16],[-6,13],[-2,40],[-7,-5],[-5,-33],[1,-21],[4,8],[1,-21],[-6,12],[-1,27],[5,34],[9,15],[-8,-1],[-12,57],[-4,32],[-6,13],[-6,-8],[-1,-28],[3,-14],[-7,-44],[2,-16],[-2,-19],[3,-24],[6,1],[5,-39],[-4,-30],[4,-25]],[[27260,82446],[3,26],[-7,-23],[4,-3]],[[27223,82422],[-2,-1]],[[27221,82421],[1,-8],[13,7],[6,13],[-8,18],[-10,-5],[0,-24]],[[27260,82358],[3,10],[-11,5],[0,-28],[3,-8],[5,21]],[[27253,82227],[19,-32],[6,-41],[13,-11],[4,25],[-4,22],[-5,48],[-10,54],[-7,62],[-3,2],[-2,-26],[-5,-30],[1,-42],[-5,-10],[-2,-21]],[[27269,82116],[-6,26],[-5,-10],[10,-21]],[[27268,82111],[1,5]],[[27291,81980],[2,74],[-2,-16],[-6,-12],[-6,-30],[-10,-18],[-8,5],[8,-21],[3,9],[10,-3],[9,12]],[[27285,81954],[-3,7],[-11,1],[8,-17],[6,9]],[[27298,81928],[1,33],[-9,-4],[1,-13],[7,-16]],[[27291,81980],[-1,-15],[10,-3],[2,-39],[5,10],[0,70],[1,18],[-4,25],[-4,50],[-5,17],[-3,-17],[3,-27],[-1,-42],[-3,-47]],[[27294,81790],[2,-34],[5,1],[0,-27],[4,-18],[12,2],[6,12],[-1,12],[12,27],[-4,15],[-3,37],[-11,31],[-9,40],[-2,-1],[-2,-35],[-6,-12],[3,-45],[-6,-5]],[[27324,81700],[4,1],[-1,17],[-3,-18]],[[27282,81646],[5,-31],[4,1],[-2,19],[-7,11]],[[27294,81610],[11,12],[0,30],[6,12],[9,-1],[1,28],[-7,-2],[-7,10],[-4,-5],[-4,-49],[-10,-4],[5,-31]],[[27374,81571],[-9,8],[-1,-22],[3,-37]],[[27367,81520],[10,-12],[7,1],[-1,38],[-9,24]],[[27367,81457],[10,4],[-2,14],[-8,-18]],[[27367,81520],[-1,-31],[-5,-24],[-6,-15]],[[27355,81450],[-4,-23]],[[27351,81427],[0,-2]],[[27351,81425],[-2,-4]],[[27349,81421],[-2,-3]],[[27347,81418],[7,3],[7,32],[7,18],[12,11],[6,-13],[3,11],[-2,42],[-1,-21],[-7,12],[-3,-7],[-9,14]],[[27364,81447],[-6,-9],[-6,-31],[5,7],[7,33]],[[27347,81418],[2,3]],[[27349,81421],[2,4]],[[27351,81425],[0,2]],[[27351,81427],[0,22],[4,1]],[[27355,81450],[6,34],[5,11],[-3,21],[-1,37],[-7,-1],[3,15],[-6,19],[-7,-18],[-2,-19],[2,-20],[-1,-40],[-4,-16],[-9,-9]],[[27331,81464],[1,-7]],[[27332,81457],[5,-20],[-1,-16],[5,-17],[6,14]],[[27371,81401],[6,-7],[-4,32],[-6,1],[1,-34],[3,8]],[[27361,81395],[3,-11],[3,13],[0,35],[8,20],[-11,-12],[-8,-39],[5,-6]],[[27376,81383],[2,1]],[[27378,81384],[-7,13],[0,-17],[5,3]],[[27349,81400],[-9,-21],[4,-9],[5,30]],[[27378,81384],[-2,-1]],[[27376,81383],[-3,-44],[11,-32],[6,-5],[1,14],[-4,41],[-8,36],[-1,-9]],[[27369,81310],[1,-3]],[[27370,81307],[3,-1]],[[27373,81306],[1,2]],[[27374,81308],[0,-6]],[[27374,81302],[-2,-8]],[[27372,81294],[0,-3]],[[27372,81291],[6,8],[-4,14],[-2,35],[-7,-9],[6,-13],[-2,-16]],[[27421,81132],[11,36],[5,29],[-7,34],[-6,43],[-11,42],[-17,39],[-4,-7],[5,-38],[5,-16],[3,-41],[0,-56],[5,0],[6,-22],[-2,-22],[7,-21]],[[27407,81158],[4,-32],[6,11],[-4,17],[1,19],[-5,21],[-5,4],[3,-40]],[[27481,81039],[8,-12],[8,32],[-9,14],[-17,43],[-8,13],[-1,-19],[7,-36],[-1,-11],[10,-12],[3,-12]],[[27418,81080],[-2,8],[-6,-16],[-1,-16],[-6,-28],[4,-3],[8,33],[3,22]],[[27481,81039],[-5,8],[-4,-17],[8,-3]],[[27480,81027],[0,2]],[[27480,81029],[1,10]],[[27480,81027],[4,-22],[5,18]],[[27489,81023],[-9,6]],[[27489,81023],[-2,-18],[12,-66],[4,2],[0,28],[-5,64],[-2,7],[-7,-17]],[[27483,80838],[6,8],[-2,26],[-14,-2],[-3,-48],[6,-6],[7,22]],[[27441,80817],[12,-3],[3,23],[12,-9],[2,21],[-2,15],[-14,22],[-1,21],[-4,4],[0,28],[5,-25],[0,-18],[16,-21],[5,9],[14,5],[3,12],[4,40],[-3,27],[-2,-15],[-10,17],[0,12],[-15,33],[6,32],[-6,16],[0,12],[-8,45],[-12,32],[-3,-8],[0,-137],[-7,-1],[0,-74],[6,-36],[-4,-20],[-6,-1],[-1,-40],[3,-23],[7,5]],[[27523,80814],[-7,19],[-3,18],[-5,4],[-2,-24],[4,-28],[-1,-39],[9,16],[5,34]],[[27416,80763],[17,23],[2,20],[-5,19],[0,46],[8,17],[1,20],[-7,4],[3,30],[-1,41],[-3,11],[7,34],[0,64],[-6,-3],[-13,-63],[1,-15],[-5,6],[-5,-26],[-10,-90],[-2,-56],[5,-4],[3,-66],[10,-12]],[[27548,80655],[-7,14],[6,-22],[1,8]],[[27632,80621],[4,-25],[11,-17],[7,-27],[1,8],[-10,31],[-13,30]],[[27650,80561],[-8,7],[-3,22],[-8,-11],[20,-35],[-1,17]],[[27642,80555],[-3,-1],[7,-39],[0,25],[-4,15]],[[27659,80497],[-5,48],[-6,-10],[0,-21],[7,-18],[4,1]],[[27674,80427],[1,13],[-9,21],[-5,-10],[13,-24]],[[17256,80417],[0,25],[-4,-6],[4,-19]],[[27682,80411],[10,-25],[0,-7]],[[27692,80379],[4,-17],[5,9],[-1,19],[-9,13],[-14,30],[5,-22]],[[27692,80363],[-6,10],[0,-12],[6,2]],[[27705,80350],[-4,13],[-5,-16],[6,-22],[5,10],[-2,15]],[[27716,80269],[4,26],[-12,34],[-3,-10],[4,-46],[5,-15],[2,11]],[[27728,80234],[-1,-29],[6,19],[-5,10]],[[27723,80241],[8,-2],[3,-15],[8,-11],[-1,40],[-11,14],[-9,24],[-4,-17],[-2,-31],[8,-2]],[[27792,80088],[6,4],[1,17],[-10,4],[3,-25]],[[27783,80090],[0,-2]],[[27783,80088],[3,-12],[2,21],[-5,-7]],[[16871,80079],[8,8],[1,24],[3,13],[1,23],[9,34],[0,9],[8,38],[5,11],[4,27],[24,82],[3,28],[-8,-12],[-12,28],[-13,-45],[-7,-20],[-2,-38],[-5,-9],[-2,-29],[-4,-5],[-1,-47],[-6,-29],[-6,-65],[-4,-11],[0,-18],[4,3]],[[27793,80052],[7,18],[-1,15],[-9,-3],[-3,-31],[6,1]],[[27807,80046],[-3,33],[-2,-26],[5,-7]],[[27830,79885],[-10,-1],[4,-17],[6,18]],[[16609,79724],[10,26],[9,10],[11,42],[-4,13],[-8,7],[-21,-24],[-8,-38],[-3,-27],[6,10],[8,-19]],[[16867,79454],[4,5],[15,-3],[13,49],[3,-9],[11,28],[15,15],[6,15],[-1,21],[16,71],[2,29],[-1,15],[-6,12],[-13,-27],[-14,3],[-11,-12],[-6,-38],[3,-41],[-2,-44],[-14,-27],[-7,-1],[-13,-61]],[[16749,79468],[-6,-19],[6,-8],[0,27]],[[16960,79101],[-2,-14],[6,-28],[9,-11],[0,16],[-5,8],[2,32],[-6,16],[0,-17],[5,-7],[-2,-24],[-1,25],[-6,4]],[[28022,78911],[3,-3]],[[28025,78908],[19,-27],[28,-27]],[[28072,78854],[-1,11],[-34,47],[-8,17],[-7,-18]],[[28192,78844],[-1,14],[-6,4],[3,-21],[4,0]],[[28192,78841],[0,3]],[[28192,78841],[2,-9],[0,35],[-2,24],[-1,52],[-13,-25],[0,-14],[6,-35],[5,-6],[3,10],[0,-29]],[[28192,78764],[0,16],[-6,13],[3,-31],[3,2]],[[16464,78669],[3,2],[-2,25],[1,28],[9,25],[9,-5],[3,59],[-13,7],[-10,32],[-13,9],[-4,19],[-19,-43],[-11,-85],[-7,-21],[7,-14],[7,8],[8,-6],[9,-24],[13,8],[10,-24]],[[16379,78648],[8,6],[5,14],[1,24],[-12,1],[-3,10],[-14,-27],[-5,12],[-5,-9],[7,-40],[5,11],[5,-8],[4,-29],[4,35]],[[28211,78668],[-6,86],[-8,76],[-2,-12],[4,-10],[-3,-30],[6,-18],[1,-111],[7,-8],[2,-21],[3,6],[-4,42]],[[16505,78616],[15,7],[8,23],[17,-7],[16,28],[5,25],[14,10],[8,-17],[0,-19],[7,-20],[6,-2],[12,30],[-7,19],[-4,31],[-9,12],[-18,2],[-19,40],[-7,-6],[-13,6],[-14,-15],[-1,4],[-7,-19],[-5,-39],[4,-33],[-11,-36],[-2,5],[1,-34],[4,5]],[[28219,78522],[5,-39],[9,-16],[-5,21],[-12,118],[-2,-9],[5,-75]],[[28392,77882],[2,2],[-13,44],[-16,44],[-2,-30],[7,11],[11,-29],[11,-42]],[[28408,77845],[-12,33],[3,-15],[9,-18]],[[28412,77842],[5,-20],[7,-12],[1,10],[-13,22]],[[28571,77771],[4,1],[7,25],[5,4],[5,17],[-2,14],[-9,-34],[-8,-16],[-19,-26],[-1,-13],[18,28]],[[28569,77742],[-6,-2],[8,-10],[-2,12]],[[28592,77727],[-6,3],[-1,-14],[7,11]],[[28576,77711],[4,17],[11,16],[0,9],[-16,-22],[1,-20]],[[28535,77726],[8,-12],[6,26],[-15,-5],[-23,4],[-19,11],[-30,24],[-20,22],[-9,18],[-4,-15],[12,-21],[12,-9],[5,2],[26,-18],[4,-8],[14,-6],[5,-12],[16,2],[3,-21],[9,18]],[[28567,77710],[0,-19],[4,10],[-4,9]],[[28550,77701],[-2,21],[-3,-16],[5,-5]],[[28597,77679],[-1,-4]],[[28596,77675],[0,-1]],[[28596,77674],[1,5]],[[28546,77684],[-5,-1],[7,-20],[-2,21]],[[28641,77556],[-12,57],[-7,44],[-11,58],[-13,82],[-8,62],[-2,35],[-5,-40],[6,3],[6,-42],[3,-45],[8,-41],[3,-28],[6,-13],[0,-23],[4,1],[-4,-20],[5,8],[16,-85],[5,-13]],[[28658,77472],[1,7],[-9,36],[-2,-6],[10,-37]],[[28657,77299],[4,3],[1,21],[-5,-24]],[[28706,77292],[-20,75],[-18,80],[-7,26],[1,-15],[16,-62],[6,-36],[10,-37],[4,-29],[8,-37],[5,-13],[3,-24],[6,-20],[8,17],[-16,50],[-6,25]],[[28762,77122],[-19,56],[-5,24],[3,-33],[0,-33],[8,4],[19,-44],[29,-56],[5,0],[-20,38],[-20,44]],[[28664,76857],[-5,1],[0,-26],[5,25]],[[28642,76811],[-9,13],[-1,-8],[10,-5]],[[28882,76344],[-8,-51],[0,-43],[-6,-55],[2,0],[6,42],[6,79],[2,66],[4,76],[-1,68],[-4,68],[-2,79],[0,63],[-4,57],[-3,62],[-2,80],[-3,50],[-9,-15],[-10,1],[-15,17],[-26,49],[-4,-3],[16,-31],[4,-28],[4,16],[5,-4],[16,-61],[5,4],[17,-20],[0,-92],[1,-23],[4,-18],[2,-93],[2,-25],[0,-110],[3,-4],[1,-49],[0,-79],[-4,-37],[1,-36]],[[28822,75962],[10,26],[-2,27],[6,-11],[7,53],[2,29],[-8,-32],[7,44],[-1,52],[-2,-19],[-8,-4],[-2,-41],[1,-23],[-3,-23],[-7,-26],[0,-14],[-8,-24],[2,-18],[6,4]],[[28775,75907],[-1,23],[-10,7],[-5,25],[-7,-31],[13,-25],[1,10],[9,-9]],[[28825,75858],[-3,21],[-9,-13],[3,-29],[4,20],[4,-18],[1,19]],[[28781,75400],[6,13],[-1,33],[-5,-19],[0,-27]],[[28773,75234],[-3,5],[0,-25],[3,20]],[[28770,75110],[-6,8],[1,-21],[5,13]],[[28747,75061],[-4,-9],[3,-10],[1,19]],[[28757,74955],[1,18],[-5,-11],[0,-23],[4,16]],[[28758,74924],[-5,-5],[1,-28],[3,-1],[1,34]],[[28744,74270],[6,7],[-3,19],[-4,-11],[1,-15]],[[28770,74228],[-3,17],[-8,15],[0,-10],[7,-34],[8,-24],[3,4],[-7,32]],[[28779,74169],[-1,23],[-3,-18],[4,-5]],[[28784,74154],[-2,22],[-2,-12],[4,-10]],[[28792,74116],[-5,34],[-6,-6],[-3,19],[-7,9],[4,-34],[17,-22]],[[28793,74074],[0,26],[-7,15],[0,-10],[7,-31]],[[28786,74013],[-6,6],[2,-22],[4,16]],[[28772,73991],[-1,15],[6,-3],[2,34],[-5,6],[-4,39],[-1,39],[4,-8],[2,17],[-5,41],[-6,-6],[0,-76],[-5,-13],[5,-10],[2,-49],[6,-26]],[[28792,74053],[2,-67],[2,35],[-4,32]],[[28804,73968],[0,-29],[12,-47],[-1,25],[-8,31],[-3,20]],[[28780,73942],[-5,36],[-8,11],[-3,-5],[4,-27],[6,-6],[-3,-17],[4,-25],[2,-32],[2,18],[-4,16],[0,17],[5,14]],[[28389,73864],[0,28],[-5,6],[0,-27],[5,-7]],[[28794,73930],[2,-42],[0,-35],[3,2],[-3,69],[-2,6]],[[28833,73759],[-8,55],[-7,57],[-4,10],[4,-50],[4,-21],[1,-30],[-3,-17],[7,-5],[2,-16],[4,17]],[[28661,73689],[1,17],[-5,-1],[-1,-16],[-5,5],[7,-28],[3,23]],[[28828,73651],[0,-4]],[[28828,73647],[8,-13],[-2,-18],[9,-26],[1,-20],[6,15],[-18,121],[-4,10],[-3,-24],[3,-41]],[[15836,73256],[9,1],[14,38],[-4,23],[-13,-28],[-12,-18],[-1,-24],[7,8]],[[15818,73220],[-2,-20],[4,13],[-2,7]],[[28742,73214],[-4,10],[-1,-50],[5,13],[0,27]],[[15805,73155],[-6,9],[-3,-11],[5,-15],[4,17]],[[28887,73098],[0,21]],[[28887,73119],[-6,3],[6,-24]],[[28905,73028],[4,13],[-5,17],[-3,-14],[4,-16]],[[28929,72976],[-10,57],[1,27],[-11,15],[0,21],[-6,3],[6,-50],[15,-57],[0,-16],[5,0]],[[28735,72977],[4,20],[-8,4],[1,-15]],[[28732,72986],[0,-3]],[[28732,72983],[3,-11]],[[28735,72972],[0,5]],[[28732,72986],[-4,8],[5,31],[0,28],[-4,6],[1,-42],[-3,-27],[-3,-1],[0,-36],[7,3],[1,27]],[[28735,72972],[0,-30],[-5,-19],[-5,-3]],[[28725,72920],[0,-14],[6,-14],[6,31],[4,-9],[2,46],[-4,6],[0,22],[-4,-11]],[[28735,72977],[0,-5]],[[15962,72899],[-7,-11],[5,-10],[2,21]],[[15964,72905],[-4,-30],[3,-11],[3,38],[-2,3]],[[15980,72902],[6,2],[-13,11],[-6,-29],[-1,-31],[11,12],[-3,19],[6,16]],[[28778,72845],[-4,8],[0,-24],[4,16]],[[15919,72818],[0,20],[-4,-3],[-5,-28],[9,11]],[[15997,72824],[-3,-3],[8,-26],[0,24],[-5,5]],[[28729,72778],[6,28],[0,29],[-4,-13],[-2,13],[-7,-21],[7,2],[0,-16],[-5,-12],[5,-14]],[[28729,72774],[0,4]],[[28604,72769],[4,20],[-4,-2],[0,-18]],[[28729,72774],[5,-18],[-2,24],[-3,-2]],[[28721,72646],[4,4],[1,25],[5,15],[-6,12],[4,26],[-6,0],[-1,-35],[-9,18],[2,-19],[-1,-25],[6,0],[1,-21]],[[28695,72583],[7,5],[-6,13],[-1,-18]],[[28695,72583],[-4,4],[-3,-24]],[[28688,72563],[7,20]],[[28688,72563],[-6,-40],[6,-7],[0,47]],[[28949,72876],[-1,-20],[9,-29],[-4,-12],[8,-32],[2,-23],[2,-69],[5,-22],[0,-31],[4,-17],[2,-33],[5,-31],[4,-67],[4,-16],[-4,35],[-5,74],[-8,85],[-5,86],[-6,65],[-21,150],[-10,64],[-5,54],[-7,54],[-8,29],[-8,-44],[8,7],[4,14],[4,-11],[2,-27],[-11,-4],[2,-19],[10,-19],[8,-39],[-2,-17],[5,-23],[-1,-26],[6,-8],[2,-33],[9,-22],[1,-23]],[[28677,72445],[-1,31],[-3,-8],[1,-38],[3,15]],[[28446,71643],[-2,-5]],[[28444,71638],[-1,-2]],[[28443,71636],[-1,-2]],[[28442,71634],[0,-4]],[[28442,71630],[0,-1]],[[28442,71629],[-1,-4]],[[28441,71625],[0,-3]],[[28441,71622],[5,21]],[[28701,71601],[6,24],[-5,13],[-3,-10],[-8,5],[-1,20],[-4,4],[7,-53],[8,-3]],[[28660,71483],[4,-2],[1,18],[3,-15],[-1,65],[-3,22],[-2,-29],[-6,1],[-2,39],[-3,-14],[1,-41],[-2,12],[-6,-14],[4,21],[1,43],[-7,-11],[2,29],[1,59],[-5,4],[-7,29],[0,-26],[3,-24],[0,-78],[4,-61],[8,-54],[0,-35],[4,-11],[8,73]],[[28678,71395],[1,46],[-9,-26],[2,-27],[6,7]],[[28616,71324],[4,8],[-3,32],[-4,-35],[3,-5]],[[28634,71098],[-4,-6],[4,-14],[0,20]],[[28637,70966],[7,2],[-2,24],[-5,-26]],[[29151,70946],[-3,24],[-3,-15],[6,-9]],[[29170,70827],[3,26],[-7,-17],[4,-9]],[[29181,70852],[4,-25],[1,-25],[9,27],[-2,-26],[10,-9],[-8,46],[-13,52],[-7,-29],[6,3],[0,-14]],[[28715,70742],[6,38],[-7,17],[-3,-13],[2,-39],[2,-3]],[[29191,70792],[1,-43],[5,7],[-4,-28],[10,-4],[2,-17],[5,27],[-2,32],[-5,13],[-1,-30],[-2,36],[-9,7]],[[29210,70607],[3,28],[-5,-4],[2,-24]],[[29262,70312],[6,0],[-6,33],[-3,38],[-6,52],[-11,72],[-6,53],[-9,64],[-13,74],[-3,-3],[6,-22],[5,-38],[12,-75],[9,-65],[0,-24],[12,-61],[-1,-11],[5,-28],[3,-47],[-7,-3],[7,-9]],[[29413,69034],[-2,14],[-16,4],[-18,-1],[-9,-5],[-1,-9],[15,5],[10,-9],[17,2],[-1,-35],[6,12],[-1,22]],[[29419,69012],[0,-10],[8,-1],[-5,23],[-3,-12]],[[29350,69003],[2,-13],[4,13],[-5,15],[-1,-15]],[[29439,69003],[-4,-2],[5,-15],[-1,17]],[[29463,68972],[-5,15],[0,-16],[5,1]],[[29342,68966],[3,9],[0,34],[-4,-2],[1,-41]],[[29273,68950],[7,75],[-4,25],[-16,65],[-3,-7],[-3,18],[-20,51],[-9,7],[-2,-17],[4,-21],[-1,-37],[10,-25],[2,-45],[3,-9],[-3,-14],[2,-44],[6,-15],[6,11],[21,-18]],[[29504,68933],[2,9],[-4,28],[-15,-4],[-14,17],[-9,16],[-21,27],[-29,33],[2,-17],[13,-17],[5,-19],[2,21],[13,-29],[0,-11],[11,3],[11,-8],[-1,-16],[4,-14],[7,-1],[7,9],[5,-13],[11,-14]],[[29640,68774],[-12,18],[-30,52],[-19,41],[-17,32],[-13,19],[-45,54],[-16,3],[3,-13],[9,7],[17,-21],[28,-29],[26,-39],[17,-44],[16,-32],[5,0],[19,-32],[4,-17],[8,1]],[[29330,68739],[-5,-2],[0,-16],[5,18]],[[29721,68443],[3,2],[2,29],[-5,-15],[0,-16]],[[29764,68270],[11,15],[-1,17],[-7,-6],[-5,-24],[3,29],[8,6],[3,22],[-2,24],[-9,-28],[-3,17],[-5,-13],[-3,16],[-6,-17],[-3,-31],[5,-4],[2,-19],[7,-30],[5,26]],[[29827,68251],[3,3],[-2,25],[0,37],[-3,13],[0,-41],[-3,-18],[-9,-5],[4,-38],[10,24]],[[29385,68998],[-4,18],[-1,-26],[-5,24],[5,-5],[2,26],[-16,-2],[-19,17],[-22,40],[-5,3],[-9,21],[1,-20],[7,-14],[9,-6],[7,-19],[12,-16],[19,-60],[0,-11],[-8,22],[-14,-40],[-11,10],[-9,34],[5,47],[-5,20],[-2,-18],[-8,19],[-18,9],[-5,-7],[4,-14],[-4,-28],[-5,-4],[-3,-17],[2,-44],[8,-32],[-4,-22],[8,-39],[6,-2],[2,-53],[5,-37],[10,-41],[5,27],[6,-10],[6,31],[0,-33],[-3,-6],[6,-18],[1,13],[4,-19],[7,18],[6,-6],[2,31],[3,11],[1,-51],[-4,-20],[4,-19],[-2,-14],[11,20],[1,29],[3,-21],[-2,-37],[-5,11],[-2,-26],[2,-25],[5,-6],[9,16],[8,47],[-1,-78],[6,-36],[3,7],[17,-26],[3,8],[7,-15],[5,17],[-3,34],[-5,-5],[3,-17],[-1,-17],[-5,11],[2,42],[10,6],[-2,-27],[5,-6],[1,24],[6,19],[-1,-38],[-7,-48],[2,-36],[14,16],[3,23],[-6,7],[4,28],[11,-17],[4,13],[2,-20],[4,15],[2,-31],[-4,-9],[-6,10],[-5,-30],[4,-21],[6,32],[7,17],[6,-8],[24,30],[3,22],[7,12],[-5,-30],[8,-16],[11,-11],[-8,17],[2,30],[8,-58],[0,-36],[-4,-20],[8,-1],[3,-10],[7,26],[8,10],[-7,-32],[4,-1],[9,17],[3,17],[3,-8],[-5,-12],[25,-3],[15,6],[19,-12],[15,7],[9,-6],[14,-17],[15,-1],[19,-37],[12,-46],[15,-31],[8,-49],[8,-3],[7,-18],[3,-26],[4,-8],[3,-28],[7,5],[8,-25],[9,-2],[10,-11],[-7,48],[-12,31],[5,-24],[7,-15],[-4,-9],[-2,18],[-6,-4],[-2,-15],[-5,12],[-3,31],[-3,3],[-5,29],[-5,10],[2,14],[-6,1],[-5,29],[8,16],[0,25],[-4,4],[-9,-9],[-4,18],[0,17],[4,38],[-6,-30],[-4,7],[-2,22],[-4,-3],[-12,23],[-4,32],[-6,26],[-6,13],[-5,-5],[-5,18],[4,23],[12,-1],[2,-12],[7,8],[10,23],[10,-13],[4,-22],[2,-38],[3,-9],[8,-2],[9,-61],[-1,-42],[3,28],[13,-3],[1,-17],[-5,-35],[6,-12],[4,35],[-1,22],[6,7],[10,-28],[1,-37],[2,-5],[7,16],[6,45],[3,-63],[5,-11],[5,29],[-2,23],[5,2],[4,33],[4,9],[5,-9],[1,-17],[6,-7],[0,22],[6,-13],[-5,-23],[8,2],[9,-39],[5,7],[5,-13],[-1,-33],[6,-9],[1,19],[6,23],[1,-16],[-7,-30],[9,-10],[3,16],[10,3],[-5,33],[-10,20],[-12,16],[-35,71],[-13,22],[-20,43],[-7,10],[-14,35],[-34,70],[-22,39],[3,-14],[9,-11],[-3,-26],[-8,-12],[-9,-1],[3,23],[-3,31],[-11,-28],[-3,43],[-5,-9],[-4,43],[16,-22],[1,-9],[12,-6],[-63,99],[-13,18],[6,-20],[8,-5],[15,-22],[-3,-16],[-9,12],[-5,-4],[-6,-20],[0,18],[-6,-3],[0,31],[-15,0],[-7,-16],[5,24],[1,22],[-6,9],[-4,18],[-10,4],[0,-22],[-11,-5],[-6,31],[-12,-16],[-10,4],[-3,27],[-21,18],[-3,-10],[-9,-2],[6,12],[-5,33],[-6,-1],[-10,-18],[-5,4],[-3,-14],[-7,33],[-6,16],[-9,-5],[-1,10],[-9,20],[-14,21],[-7,-4],[-11,16],[-2,-13],[-4,9],[-5,38],[-1,-20],[-5,-7],[-10,6],[2,34],[-4,7],[-2,-20],[-5,-13],[0,18],[-5,-3],[-8,37],[-8,3],[1,-43],[-7,1],[4,11]],[[29808,68114],[-8,11],[-4,28],[-3,-21],[5,-13],[10,-5]],[[29972,68061],[4,13],[-3,33],[0,30],[6,24],[-2,12],[-13,8],[-4,-10],[0,-24],[5,-29],[6,11],[-1,-75],[2,7]],[[30184,68023],[-7,-12],[6,-11],[1,23]],[[29873,67958],[-1,9],[-13,19],[-8,31],[-9,3],[4,-17],[0,-21],[4,8],[4,-15],[19,-17]],[[30337,67926],[5,28],[-6,-3],[-4,-21],[5,-4]],[[29863,67880],[-2,30],[-2,-26],[4,-4]],[[30407,67863],[12,101],[1,42],[-3,17],[-11,17],[-20,-10],[-6,6],[-13,-14],[-18,-37],[7,-20],[-3,-14],[23,2],[4,-4],[4,30],[18,-42],[-2,-18],[8,-12],[1,-19],[-6,-13],[-9,55],[-9,18],[10,-32],[6,-42],[2,-37],[4,26]],[[30150,67766],[-5,7],[2,-19],[5,-14],[-2,26]],[[30173,67736],[-5,17],[-11,0],[1,-18],[5,3],[8,-25],[2,23]],[[30181,67699],[3,17],[-8,7],[-1,-21],[6,-3]],[[30243,67706],[7,-28],[3,5],[2,46],[-4,12],[3,28],[10,13],[5,18],[-1,52],[2,14],[9,-1],[-2,-18],[-8,-12],[0,-18],[9,-12],[4,13],[2,-11],[0,53],[-2,8],[-12,1],[-25,-4],[-26,8],[-17,18],[-4,14],[-5,37],[-8,-23],[-9,-43],[0,-14],[7,-7],[8,14],[0,26],[5,-8],[0,-34],[6,-32],[3,-29],[6,-19],[3,-36],[8,-14],[3,-29],[4,-2],[12,-32],[2,6],[0,40]],[[30213,67609],[8,8],[-10,12],[1,13],[-15,27],[1,19],[-9,27],[-5,-12],[2,-21],[15,-50],[12,-23]],[[26839,67534],[-2,-2]],[[26837,67532],[0,-2]],[[26837,67530],[1,-5]],[[26838,67525],[1,9]],[[30029,67647],[2,20],[-5,0],[-3,-15],[1,36],[-5,25],[1,-25],[-1,-44],[5,2],[1,-23],[-4,-31],[4,-67],[4,-4],[2,102],[-2,24]],[[30178,67470],[1,32],[-3,-14],[2,-18]],[[26861,67470],[4,-23],[11,8],[1,28],[-2,12],[-12,-14],[-2,-11]],[[30299,67440],[-3,5],[1,21],[-7,4],[1,-23],[4,-15],[4,8]],[[30409,67566],[-5,-11],[6,-26],[2,-29],[-1,-27],[5,-61],[2,-4],[-5,85],[0,45],[-4,28]],[[30070,67417],[-6,12],[6,11],[-6,4],[-1,59],[2,10],[0,68],[1,27],[-4,33],[2,29],[-7,-20],[-3,14],[-4,-15],[-2,31],[-4,28],[-3,-14],[-4,14],[-6,3],[-2,-17],[8,-33],[0,16],[5,-10],[-2,-46],[5,-76],[6,-29],[0,-23],[3,-22],[1,-32],[4,-18],[5,-4],[5,-26],[1,26]],[[26831,67400],[2,-13],[7,4],[5,-12],[-11,50],[-3,-29]],[[30036,67394],[1,29],[5,5],[4,19],[-3,53],[-6,-1],[0,-26],[3,-32],[-7,-15],[-1,-25],[4,-7]],[[26836,67344],[6,-9],[-1,29],[-5,-20]],[[26833,67303],[3,-19],[4,3],[0,21],[-7,-5]],[[26738,66680],[2,-63],[4,-45],[3,-11],[2,30],[0,56],[-3,33],[-1,35],[-6,-12],[-1,-23]],[[26787,66319],[8,-22],[5,5],[-2,12],[-11,5]],[[26879,65901],[-3,0]],[[26876,65900],[0,1]],[[26876,65900],[3,1]],[[26881,65949],[6,-28],[11,-10],[2,-25],[10,-5],[3,15],[6,-4],[-16,67],[-1,19],[-5,4],[-8,-19],[7,4],[-3,-32],[-4,-9],[-8,23]],[[26884,65880],[4,-21],[13,20],[-3,24],[-11,10],[0,-31],[-3,-2]],[[27896,65240],[7,-57],[-1,-19],[15,3],[8,16],[5,21],[0,34],[-7,12],[-6,23],[-1,24],[3,36],[-6,-1],[-14,-47],[-3,-20],[0,-25]],[[30210,65150],[1,26],[-4,-1],[-1,-21],[4,-4]],[[15317,64685],[0,2]],[[15317,64687],[-1,-21]],[[15316,64666],[1,5]],[[15317,64671],[0,3]],[[15317,64674],[0,11]],[[15317,64672],[0,-1]],[[15316,64666],[1,-1]],[[15317,64665],[0,6]],[[15317,64671],[0,1]],[[30356,64231],[-4,18],[-1,-16],[5,-2]],[[30358,64219],[-5,-13],[5,-20],[0,33]],[[30354,64188],[-2,-15],[5,3],[-3,12]],[[30363,64178],[-1,-18],[8,-27],[1,9],[-8,36]],[[30383,64144],[-6,27],[5,-40],[1,13]],[[15334,64109],[-5,-13],[2,-10],[3,23]],[[30412,64067],[-3,60],[-2,-13],[5,-47]],[[30382,64061],[-7,68],[0,-16],[-5,-12],[5,-36],[7,-4]],[[30600,64052],[0,-26],[4,-1],[-4,27]],[[30374,64021],[-4,41],[-5,-1],[4,-18],[0,-17],[5,-5]],[[30409,63936],[1,12],[-5,15],[0,-19],[4,-8]],[[30722,63920],[-6,26],[2,-21],[4,-5]],[[26662,63885],[6,2],[-5,22],[-1,-24]],[[30720,63889],[-7,12],[5,-41],[2,29]],[[30600,63858],[2,16],[-4,16],[2,-32]],[[30652,63865],[0,-37],[2,20],[-2,17]],[[28639,63846],[7,-32],[6,-1],[-7,41],[-6,-8]],[[28613,63836],[4,-24],[10,-27],[4,0],[-2,22],[-9,25],[-7,4]],[[30502,63798],[0,95],[-4,-20],[-2,-28],[3,-49],[3,2]],[[30586,63779],[-1,-12],[5,-9],[-4,21]],[[30566,63800],[0,-47],[5,6],[-5,41]],[[30594,63719],[-3,32],[-5,-3],[8,-29]],[[30572,63693],[-4,33],[0,-20],[4,-13]],[[30500,63702],[4,-26],[-3,39],[-2,60],[-5,15],[1,15],[-2,59],[-3,30],[-3,1],[-3,-42],[0,-39],[5,-8],[11,-104]],[[30582,63649],[0,35],[-3,18],[-2,-16],[1,-28],[4,-9]],[[28659,63640],[3,-11],[12,-18],[8,7],[-6,34],[0,16],[-9,42],[-8,11],[-1,-9],[5,-27],[0,-27],[-4,-18]],[[26664,63595],[4,9],[-2,16],[-2,-25]],[[30728,63604],[-4,0],[-1,-18],[5,18]],[[28631,63591],[3,-18],[8,-3],[-3,30],[-7,3],[-1,-12]],[[30787,63540],[-7,0],[1,-10],[8,4]],[[30789,63534],[-2,6]],[[30462,63599],[-2,-8],[4,-22],[2,-53],[3,24],[-4,45],[-3,14]],[[30787,63540],[2,-6]],[[30789,63534],[3,-19],[7,4],[0,65],[-5,41],[-6,3],[-4,20],[-2,-19],[5,-57],[-5,8],[5,-40]],[[30743,63577],[-1,20],[-7,7],[1,-15],[-6,4],[-9,-31],[1,-22],[-2,-29],[-4,9],[-4,-18],[2,-36],[5,-12],[5,6],[5,40],[6,12],[-3,7],[12,10],[4,-25],[2,29],[-2,28],[-5,16]],[[30829,63478],[-2,15],[-5,-3],[3,-39],[4,27]],[[30871,63479],[-2,10],[-8,-15],[7,-23],[4,14],[-1,14]],[[30733,63454],[-1,15],[6,-10],[3,32],[-4,16],[-5,-6],[-3,-24],[4,-23]],[[30839,63396],[-8,26],[-5,-8],[5,-33],[3,14],[3,-37],[5,22],[-3,16]],[[30738,63361],[-2,9],[2,25],[5,13],[-1,13],[-6,3],[0,-15],[-5,18],[-4,0],[0,24],[-9,-3],[5,-26],[-4,-1],[-5,23],[-3,0],[-8,29],[7,-40],[0,-13],[21,-62],[7,3]],[[30839,63396],[10,-21],[-1,-27],[11,57],[-2,21],[-8,23],[-3,-3],[-5,-36],[-2,25],[0,-39]],[[30864,63362],[-3,-5],[4,-21],[3,6],[-4,20]],[[30806,63354],[-7,-10],[4,-4],[-3,-17],[7,5],[2,18],[-3,8]],[[30750,63328],[-3,-13],[5,-6],[-2,19]],[[30894,63235],[3,40],[-6,1],[-1,-40],[4,-1]],[[30903,63229],[4,13],[-7,4],[3,-17]],[[30704,63221],[1,21],[-5,18],[-3,-8],[5,-45],[2,14]],[[30782,63219],[12,28],[3,22],[-7,7],[1,24],[-5,7],[14,9],[-6,3],[-1,13],[-10,-17],[-1,37],[4,4],[3,-17],[5,7],[-3,36],[-6,-12],[3,28],[-11,18],[-6,-16],[2,-7],[-8,-13],[3,-34],[0,-30],[-6,-19],[7,-8],[1,-11],[6,16],[-4,-38],[6,-31],[1,-21],[3,15]],[[30836,63222],[-6,-7],[-1,-16],[7,23]],[[30769,63174],[6,17],[-1,20],[-6,1],[-3,-26],[-6,-12],[2,-18],[8,18]],[[30849,63082],[-3,23],[1,18],[-4,11],[0,-25],[-4,-11],[7,-45],[3,29]],[[30832,63128],[-2,21],[-4,-19],[-8,-10],[3,-45],[0,-29],[4,-16],[5,51],[2,47]],[[30725,63041],[2,23],[-4,9],[0,26],[-5,4],[-3,55],[4,4],[-5,42],[-2,54],[-5,23],[4,-43],[-1,-30],[-5,-25],[10,-50],[-5,-23],[3,-8],[-1,-26],[3,-35],[10,0]],[[30928,63041],[-3,-10],[5,-31],[1,29],[-3,12]],[[30850,63106],[0,0]],[[30850,63106],[8,-76],[3,6],[2,-19],[3,10],[3,-29],[-3,1],[-2,-26],[10,-9],[4,-30],[9,21],[4,-13],[6,10],[0,33],[9,36],[4,-1],[5,35],[0,24],[3,45],[-7,33],[-10,31],[-6,-7],[-11,9],[-3,-43],[0,-74],[-5,5],[-1,16],[4,32],[-1,31],[2,16],[-3,14],[3,18],[-4,13],[6,3],[3,37],[-7,34],[-6,4],[-3,-22],[-11,-15],[0,-22],[-4,11],[-4,-33],[3,-16],[-5,-6],[-2,-44],[6,-15],[1,-28],[-3,0]],[[30928,62963],[-1,-25],[4,2],[-3,23]],[[31008,62960],[-5,8],[-2,-40],[3,-11],[4,43]],[[30722,62958],[-3,-3],[-1,-24],[2,-19],[3,7],[1,29],[-2,10]],[[31096,62852],[2,21],[-5,-7],[3,-14]],[[31019,62826],[5,28],[-3,15],[-4,-30],[2,-13]],[[31093,62818],[9,18],[-3,5],[-11,-11],[5,-12]],[[31081,62825],[0,25],[7,38],[-5,35],[-4,-18],[-3,-63],[5,-17]],[[31074,62838],[-2,-26],[4,2],[-2,24]],[[31015,62814],[-3,-31],[2,-2],[1,33]],[[31064,62756],[0,27],[-3,-9],[0,-32],[3,14]],[[30747,62733],[3,4],[1,32],[4,20],[-1,34],[-5,14],[-6,-43],[1,-56],[3,-5]],[[31106,62701],[-3,4],[-6,32],[-1,-26],[5,-12],[0,-16],[5,18]],[[31165,62658],[4,4],[-6,19],[-6,0],[4,-40],[4,17]],[[31239,62125],[5,31],[5,8],[0,28],[-4,4],[0,-18],[-4,11],[-3,-26],[2,-18],[-8,-6],[7,-14]],[[25908,61994],[4,-40],[4,-10],[11,10],[3,16],[-5,-1],[-2,23],[3,12],[-6,17],[-6,5],[-6,-12],[0,-20]],[[25933,61791],[5,-33],[15,10],[5,23],[-2,61],[0,38],[6,27],[-12,13],[-3,-24],[-12,-51],[0,-36],[-2,-28]],[[25568,61695],[8,-2],[3,-21],[0,73],[1,11],[-12,-28],[0,-33]],[[25699,61502],[-4,-7],[0,-23],[4,30]],[[25685,61384],[4,-54],[4,4],[-1,26],[4,-14],[11,-10],[6,8],[5,21],[-3,43],[-4,7],[-2,24],[1,28],[-10,0],[-5,-32],[-3,2],[-3,30],[-4,-12],[3,-36],[-3,-35]],[[25720,61312],[5,5],[2,29],[-7,4],[0,-38]],[[25984,61286],[9,12],[6,32],[0,54],[-3,-8],[-11,-71],[-1,-19]],[[26010,61214],[6,7],[-1,36],[-5,-43]],[[25733,61182],[7,1],[0,44],[-7,-15],[0,-30]],[[25768,61054],[4,3],[6,23],[-1,29],[-6,10],[-3,-36],[0,-29]],[[25756,61015],[4,-16],[1,32],[-5,-16]],[[26036,60791],[2,-10],[10,9],[0,42],[-6,27],[-6,5],[0,-25],[3,-14],[-3,-34]],[[26055,61023],[2,-40],[4,-13],[-1,-34],[2,-51],[9,-46],[0,-26],[3,-17],[-2,-38],[7,15],[10,-6],[2,16],[-5,-6],[-1,19],[5,14],[2,56],[-3,13],[0,24],[4,29],[1,68],[-6,33],[-4,5],[-3,24],[-7,11],[-8,-14],[-10,-7],[-1,-29]],[[26120,60732],[8,-39],[-3,-22],[5,-8],[3,36],[-3,8],[1,20],[-6,16],[-5,-11]],[[26344,60667],[6,-7],[7,16],[10,-3],[21,41],[4,-13],[-2,-29],[5,39],[14,26],[-4,28],[1,10],[-7,17],[0,19],[-7,13],[-5,-13],[-15,-6],[-5,-22],[-1,-20],[-4,-9],[-6,-44],[-11,-27],[-1,-16]],[[26082,60691],[1,-47],[10,14],[11,47],[-4,9],[3,15],[-14,-5],[3,-19],[-10,-14]],[[26327,60585],[2,-37],[7,18],[5,38],[-6,10],[-8,-29]],[[26347,60410],[5,4],[-2,21],[-3,-25]],[[26330,60398],[3,-5],[4,16],[-7,14],[0,-25]],[[26410,60369],[7,16],[-1,11],[6,21],[-2,12],[-7,2],[-3,-9],[4,-13],[0,-17],[-4,-23]],[[26572,60265],[5,-19],[3,16],[-2,18],[-6,-15]],[[26505,60208],[5,-11],[5,41],[-6,-11],[-4,-19]],[[26629,60487],[-6,7],[-5,-15],[2,-20],[-5,-8],[0,20],[-4,3],[3,-36],[-4,-11],[-3,21],[-16,18],[-7,-13],[-3,7],[-5,-18],[-5,-2],[-3,27],[-5,-10],[-2,-28],[-9,5],[3,-20],[-4,4]],[[26551,60418],[1,-14],[-11,-6],[5,-56],[5,-26],[5,2],[0,46],[8,19],[2,-21],[4,-4],[6,-47],[6,5],[5,-25],[13,6],[-4,-10],[0,-17],[4,-1],[1,-17],[-3,-21],[-14,-19],[4,-27],[15,2],[8,-6],[16,36],[1,26],[5,13],[3,31],[0,36],[3,22],[4,-1],[3,20],[4,-8],[5,14],[0,20],[-7,33],[0,22],[-4,15],[1,16],[-4,16],[-12,-5]],[[26567,60187],[-7,1],[0,-14],[7,13]],[[15578,60117],[-3,7],[-11,-1],[14,-6]],[[15460,60067],[-3,-3]],[[15457,60064],[10,-16],[-7,19]],[[15453,60055],[-3,9],[-6,-6],[9,-3]],[[15532,60036],[2,-7],[8,23],[5,34],[11,20],[-18,-3],[-9,-35],[-7,-18],[0,-40],[8,26]],[[15471,60032],[-3,-26],[10,4],[-1,31],[-6,-9]],[[15467,59995],[-4,47],[-6,-3],[-2,-17],[8,-10],[4,-17]],[[15485,59980],[-3,20],[-14,-1],[6,-21],[11,2]],[[15521,59999],[1,14],[-12,-39],[0,-13],[8,-12],[3,10],[0,40]],[[15485,59980],[-5,-9],[7,-26],[4,7],[-6,28]],[[15511,59938],[6,7],[-6,10],[-3,-23],[3,6]],[[15504,59938],[1,16],[-8,-6],[7,-10]],[[15515,59938],[-7,-8],[3,-8],[4,16]],[[15359,59879],[2,33],[-7,-33],[5,0]],[[26450,59809],[10,-1],[7,7],[5,17],[2,63],[6,30],[-4,33],[-10,13],[-5,-17],[-5,-56],[-6,-23],[4,-40],[-4,7],[0,-33]],[[26427,59568],[-2,-10]],[[26425,59558],[-1,-8]],[[26424,59550],[3,18]],[[15370,59534],[4,27],[6,12],[-2,55],[3,13],[0,21],[-7,4],[-1,-50],[-7,-17],[0,-62],[2,-22],[2,19]],[[26475,59786],[2,27],[-3,5],[-14,-26],[-2,-51],[-12,-43],[-2,-15],[-1,-47],[-3,-28],[0,-30],[-4,-13],[-2,23],[-5,-27],[0,-27],[6,-12]],[[26435,59522],[6,-20],[0,-13],[7,-35],[5,-2],[3,18],[7,2],[8,-12],[5,25],[-5,8],[-4,36],[0,35],[-5,7],[-5,27],[-2,62],[10,40],[10,86]],[[25754,59434],[7,-23],[9,0],[7,43],[-1,36],[-5,41],[5,19],[6,-24],[0,37],[-4,23],[-5,4],[-2,-12],[3,-19],[-7,6],[-4,29],[-3,-5],[1,-73],[-4,-11],[-3,-71]],[[24225,59165],[3,-10],[1,24],[-4,-14]],[[24624,58947],[3,-43],[6,-27],[3,21],[-6,40],[-6,9]],[[24617,59024],[16,-23],[3,-27],[14,-32],[15,-67],[6,10],[7,32],[-2,14],[-10,6],[-17,31],[-3,28],[9,8],[-1,18],[-11,10],[-7,-3],[-5,27],[-7,24],[-5,3],[-2,-14],[2,-24],[-2,-21]],[[24641,58855],[8,-16],[2,12],[-4,13],[-6,-9]],[[24693,58872],[5,-16],[13,-25],[1,11],[-8,33],[-6,7],[-5,-10]],[[24624,58749],[5,-24],[9,7],[6,38],[0,32],[-12,5],[-5,-25],[-3,-33]],[[15346,58723],[8,14],[-3,6],[-5,-20]],[[15398,58717],[6,11],[-1,8],[-5,-19]],[[24655,58789],[5,-31],[11,-19],[12,-11],[7,-13],[5,15],[-5,46],[-5,3],[0,25],[-6,-15],[-4,13],[-8,-5],[-1,13],[-8,9],[-3,-30]],[[24648,58734],[6,-32],[6,-8],[0,19],[-10,31],[-2,-10]],[[24592,58676],[8,11],[-1,11],[-7,-22]],[[24563,58686],[11,-11],[4,-17],[-1,66],[-9,-1],[-4,-14],[-1,-23]],[[24639,58674],[3,-26],[8,8],[-6,30],[-5,-12]],[[24662,58656],[5,-10],[0,30],[-5,-20]],[[24621,58617],[5,-9],[5,19],[-3,32],[-6,-8],[-1,-34]],[[24655,58609],[4,-17],[0,22],[-4,-5]],[[24677,58598],[8,32],[0,21],[-5,15],[-3,-68]],[[24644,58598],[2,-15],[5,1],[-3,43],[-4,-5],[0,-24]],[[24707,58657],[3,-20],[0,-67],[5,-36],[12,-5],[0,30],[-3,30],[0,34],[-10,40],[-7,-6]],[[24633,58524],[3,10],[-2,19],[-1,-29]],[[25494,57942],[5,-13],[9,14],[-6,17],[-8,-18]],[[25436,57845],[16,5],[15,31],[6,19],[0,42],[2,26],[-10,-5],[-8,23],[-6,-1],[-6,14],[-8,-17],[-11,-1],[-20,14],[-2,17],[1,29],[7,30],[-8,16],[-14,47],[-12,16],[-11,64],[-7,13],[-3,26],[-7,33],[-19,30],[-4,33],[0,51],[3,5],[-5,22],[-2,-14],[-6,4],[-3,15],[0,35],[-3,27],[-14,32],[-1,41],[-4,44],[0,17],[-5,21],[-7,48],[-6,4],[-1,-23]],[[25273,58678],[-4,-44],[-7,-16],[0,-61],[5,-25],[11,-31],[4,-35],[0,-42],[-2,-25],[3,-16],[2,-36],[-3,-9],[-8,32],[2,11],[-9,21],[-1,34],[7,-44],[6,6],[1,56],[-5,41],[-18,14],[-3,-47],[-17,-17],[-8,5],[-8,-16],[-2,-56],[-3,-8],[6,-35],[0,-16]],[[25222,58319],[-2,-57],[4,-12],[9,-8],[7,-31],[15,-54],[6,-33],[3,-34],[9,-41],[4,-27],[13,-35],[9,-9],[10,-22],[4,-18],[14,-14],[6,-18],[1,-19],[15,-17],[13,-3],[1,-6],[20,-8],[-1,-10],[29,-8],[10,5],[0,9],[15,7],[0,-11]],[[25210,56694],[11,-28],[5,-4],[-16,32]],[[25213,56702],[12,-10],[10,-18],[4,6],[7,-26],[4,8],[9,-42],[5,2],[-9,22],[-7,34],[23,-70],[5,-2],[-8,24],[-5,25],[-14,43],[18,-48],[-6,24],[-16,47],[-2,13],[-13,33],[-15,47],[4,11],[2,-19],[11,-31],[2,48],[-5,23],[-10,29],[-9,7],[6,5],[-8,24],[-14,31],[-12,19],[-14,-1],[-5,6],[-16,50],[-6,6],[-11,24],[0,10],[-15,35],[1,32],[7,-8],[8,6],[12,-18],[-3,18],[-32,60],[-9,9],[-10,20],[-6,20],[-12,10],[-8,-14],[-1,-21],[-4,-14],[-7,0],[3,-31],[6,-22],[-3,-12],[14,-34],[-1,-16],[-7,28],[-9,15],[0,-31],[13,-47],[7,-14],[20,-50],[10,-18],[31,-65],[10,-12],[8,-29],[11,-7],[15,-35],[1,-23],[15,-33],[9,-26],[8,-10],[1,-17]],[[28659,63640],[-4,3],[-3,-25],[2,-11],[1,-45],[-11,-11],[7,-24],[-11,16],[-3,-8],[4,-26],[-4,6],[-2,-19],[-9,-21]],[[28626,63475],[13,-35],[11,-106],[8,-7],[11,-1],[15,-28],[8,-30],[0,-67],[9,-25],[9,-6],[15,-52],[12,-26],[9,8],[6,-11],[7,-31],[3,1],[12,-46],[13,-59],[4,-66],[11,-70],[13,-51],[6,-32],[22,-86],[32,-143],[14,-45],[9,-38],[2,-24],[13,-20],[7,-43],[3,5],[9,-34],[-2,-16],[25,-68],[5,0],[10,-26],[7,-6],[2,-30],[8,-7],[2,-12],[9,-4],[1,-9],[10,-20],[6,-19],[3,-32],[13,-12],[11,3],[5,-28],[6,0],[11,-26],[7,2],[3,17],[8,-2],[1,18],[8,7],[8,-21],[5,6],[57,2],[40,11],[37,-1],[15,2],[77,-17],[25,-3],[39,0],[48,-9],[37,-3],[73,-9],[31,3],[27,-4],[57,2],[15,3],[15,9],[29,-1],[41,8],[28,-3],[32,0],[34,-4],[22,0],[30,-5],[18,0],[60,-4],[3,-49],[-4,-5],[2,-38],[5,-24],[3,-2],[5,-29],[0,-14],[6,-19],[-2,-29],[3,-43],[8,-62],[-1,-16],[-12,-37],[7,3],[3,-13],[7,9],[7,-27],[-1,-28],[7,-7],[15,-45],[4,10],[1,29],[6,17],[3,27],[10,-5],[5,20],[4,-13],[5,13],[6,-23],[4,-53],[3,-22],[11,-21],[8,3],[8,-28],[-3,-13],[2,-17],[7,23],[8,-10],[2,22],[7,20],[2,31],[-2,26],[6,35],[0,26],[11,20],[6,-9],[-3,-14],[0,-33],[4,-23],[0,-29],[5,-7],[2,-46],[-3,-9],[4,-68],[-6,-35],[8,-54],[5,-5],[8,6],[2,23],[8,33],[10,-3],[8,28],[4,-9],[0,-21],[4,-10],[-4,-15],[2,-23],[-6,-33],[-9,-16],[-4,-40],[-6,-19],[2,-19],[-3,-23],[6,-26],[6,-39],[-3,-16],[10,-48],[4,-28],[6,-8],[7,-27],[11,-62],[9,-3],[15,-61],[6,2],[12,-24],[5,-29],[-1,-24],[-5,-18],[0,-27],[-3,-30],[6,-8],[2,-32],[14,-57],[6,-6],[10,-30],[7,-45],[-2,-41],[6,-22],[-6,-39],[-4,-7],[-10,5],[1,-29],[7,-23],[-5,-10],[-4,-34],[5,-17],[0,-17],[5,-17],[0,-17],[-8,-9],[6,-57],[9,1],[0,-24],[4,-33],[1,-25],[-15,-64],[7,-58],[4,-47],[0,-24],[6,-49],[7,-15],[-1,-50],[5,-34],[5,-14],[7,-2],[6,-22],[0,-15],[5,-12],[3,-31],[11,-14],[5,-123],[0,-24],[6,-146],[0,-24],[5,-120],[0,-26],[9,-65],[4,-20],[16,-103],[14,-81],[6,-41],[24,-143],[14,-90],[13,-74],[16,-102],[11,-62],[20,-122],[23,-144],[11,-61],[16,-102],[19,-113],[6,12],[8,-6],[15,25],[9,29],[9,-12],[5,17],[1,25],[-3,23],[2,17],[-4,10],[0,104],[1,17],[0,92],[4,25],[4,6],[15,40],[1,12],[6,1],[6,28],[11,12],[21,-56],[12,-12],[8,-23],[8,-3],[5,-12],[7,14],[15,-18],[4,-18],[-1,-25],[5,-27],[8,9],[7,-21],[5,-4],[12,4],[1,15],[9,8],[4,-11],[10,1],[-1,-91],[8,-30],[6,-5],[7,8],[7,-7],[5,11],[8,-4],[4,24],[7,7],[12,26],[0,22],[4,24],[16,42],[2,22],[15,34],[8,49],[5,6],[6,21],[0,19],[6,47],[5,12],[6,39],[2,37],[17,36],[9,28],[0,831],[1,8],[0,273],[1,3],[0,791],[1,13],[7,23],[-4,39],[-10,26],[2,40],[12,60],[-7,8],[-7,26],[-1,80],[4,8],[3,33],[-8,2],[2,56],[-4,4],[4,27],[10,0],[4,17],[10,7],[-5,-43],[7,13],[5,52],[13,61],[4,-13],[6,25],[6,-1],[7,21],[4,-6],[8,17],[6,2],[1,-21],[11,-9],[8,40],[-1,20],[2,44],[-3,6],[0,25],[5,35],[-10,-11],[1,14],[-6,-8],[1,16],[-10,9],[0,18],[5,27],[0,23],[3,42],[9,36],[6,48],[-3,3],[0,51],[-7,25],[1,12],[-4,41],[-5,6],[-1,17],[7,63],[3,2],[4,25],[3,44],[-1,10],[8,27],[0,32],[5,10],[12,43],[6,-11],[0,-16],[7,-10],[-2,-31],[3,-35],[6,-4],[12,45],[5,-9],[13,19],[4,56],[7,34],[4,36],[0,35],[-3,4],[11,52],[2,36],[5,29],[1,21],[-3,4],[6,23],[-3,16],[-1,29],[-5,3],[-1,21],[-4,-3],[-3,-56],[-4,19],[-6,-6],[7,20],[0,14],[-7,-5],[-3,-23],[-5,12],[4,15],[8,12],[3,23],[-6,36],[-7,-41],[-2,3],[-12,-24],[-1,17],[6,3],[3,23],[-5,-11],[3,31],[6,4]],[[31199,62223],[5,41],[-4,18],[3,28],[-3,22],[7,3],[1,-70],[-2,-8],[1,-32],[4,13],[1,36],[4,9],[1,-21],[-4,-22],[6,-12],[-5,-12],[5,-16],[1,20],[8,21],[2,14],[0,43],[4,-2],[4,-39],[-6,-26],[-1,-31],[-5,-18],[7,1],[4,25],[3,1],[2,40],[-2,26],[3,1],[5,-27],[2,14],[-4,16],[2,10],[1,41],[9,-12],[0,16],[-7,6],[-5,28],[-4,4],[-4,31],[-7,10],[0,-21],[-5,5],[1,31],[-5,21],[-11,2],[7,12],[-6,47],[-6,16],[-4,40],[-9,9],[-2,15],[-5,-2],[4,20],[-11,10],[-3,-18],[2,-27],[-2,-9],[-7,10],[1,41],[4,11],[-6,15],[-5,-18],[0,-24],[-9,-28],[5,5],[1,-44],[3,-26],[-4,-6],[-9,16],[-6,-3],[-1,25],[-7,-13],[1,46],[6,23],[-4,14],[5,15],[-4,23],[-4,-8],[-3,46],[-5,-12],[1,-38],[-3,-34],[-3,12],[2,-35],[-4,-6],[1,34],[-2,27],[5,26],[-5,22],[-12,-25],[0,-23],[-4,-13],[-9,20],[1,-24],[-5,-36],[-1,34],[3,26],[-13,6],[9,15],[1,17],[-5,61],[3,23],[-1,31],[-20,5],[1,-25],[-2,-43],[-8,15],[1,27],[-10,24],[1,30],[-3,30],[-5,-7],[3,-32],[-5,3],[1,29],[-3,0],[0,-61],[-4,-31],[4,-6],[-3,-25],[4,-18],[0,-39],[-4,9],[1,29],[-3,1],[0,24],[-4,34],[-3,0],[1,41],[-6,-3],[1,-43],[4,2],[0,-54],[-4,-23],[0,45],[-4,8],[-2,-34],[-4,14],[-4,-4],[8,38],[-8,-11],[2,34],[-4,23],[-6,-27],[0,22],[6,23],[2,48],[-1,15],[-6,9],[0,-17],[-5,-2],[4,50],[-3,20],[-2,72],[-4,-29],[1,-62],[-1,-64],[-4,42],[-1,77],[-3,13],[-4,-29],[-1,-43],[-4,-28],[2,-10],[-1,-45],[-3,17],[0,27],[-4,29],[-5,-9],[0,-19],[-4,-3],[0,23],[3,13],[2,38],[1,-32],[6,22],[3,35],[0,24],[3,13],[-8,9],[-5,-36],[-4,14],[2,33],[-3,48],[-6,-3],[1,31],[-6,8],[1,-18],[-4,-5],[1,-54],[-2,-20],[-4,7],[0,26],[-5,-46],[1,-29],[-2,-12],[-1,-51],[2,-18],[5,1],[-18,-59],[-2,42],[-3,12],[-5,-34],[-1,-34],[-15,-51],[0,-42],[5,-15],[2,12],[6,-3],[-9,-23],[-8,20],[0,26],[-7,-7],[4,35],[7,10],[11,32],[-5,58],[0,25],[-9,-43],[-1,-19],[3,-11],[-6,-16],[0,14],[-5,-6],[0,-23],[-7,-13],[4,18],[0,22],[-4,11],[6,11],[1,-13],[5,11],[4,24],[-1,20],[-8,-2],[3,24],[-3,16],[-8,-21],[-2,20],[-5,-10],[-2,-28],[3,-25],[-3,-10],[-1,40],[2,43],[-6,23],[-5,-9],[0,29],[-6,32],[-5,0],[0,-53],[2,-101],[-2,-14],[-2,30],[-8,-17],[-9,2],[9,17],[0,28],[3,16],[-4,24],[4,50],[-1,40],[-6,0],[2,-25],[-1,-27],[1,-58],[-2,-4],[-2,35],[-4,34],[-5,-5],[-2,28],[-16,-22],[6,16],[1,35],[-6,47],[-1,36],[4,-23],[4,-47],[3,31],[-5,38],[0,36],[8,32],[5,46],[-6,-4],[-4,-21],[-1,24],[6,9],[4,38],[-8,-5],[1,-13],[-8,-16],[0,-15],[-7,-20],[-7,-8],[4,-39],[-5,8],[0,19],[-10,-10],[-8,-20],[-11,-36],[1,-14],[-6,-19],[-6,25],[1,12],[-5,9],[-3,19],[-8,-6],[2,-25],[-2,-12],[2,-28],[8,-23],[0,-20],[7,32],[2,-33],[-6,-11],[4,-22],[1,-42],[3,-1],[3,23],[15,32],[3,43],[3,-5],[-5,-46],[-10,-32],[-3,1],[3,-58],[3,-20],[-9,-7],[4,18],[-2,29],[-9,15],[-4,46],[-4,22],[-7,10],[-1,-21],[4,-14],[-4,-9],[2,-32],[4,-11],[0,-19],[5,-2],[0,-46],[2,-34],[5,-20],[5,-72],[-6,25],[-2,-49],[-11,-11],[-1,-33],[-5,-37],[-3,-8],[6,-70],[-5,20],[-1,26],[-6,31],[2,19],[-3,30],[3,21],[-1,-34],[6,-9],[5,41],[5,17],[-2,17],[1,57],[-1,38],[-2,-4],[-6,25],[4,32],[-10,33],[-1,-17],[4,-46],[-5,7],[-3,22],[-6,-2],[0,23],[-6,-8],[-3,30],[-8,17],[-7,4],[-7,-14],[8,58],[-1,21],[4,6],[6,43],[-1,47],[-3,31],[-5,17],[-6,4],[-1,42],[-7,37],[-3,49],[-5,20],[2,52],[-2,7],[-4,-29],[-2,74],[-3,9],[5,9],[-3,25],[-6,5],[1,53],[8,-20],[9,-2],[-5,36],[-5,11],[-1,36],[-8,8],[-5,41],[-6,20],[-7,0],[-2,32],[-3,-30],[-2,37],[2,37],[-6,26],[-5,-10],[-6,37],[-5,-25],[2,-20],[-3,-10],[6,-9],[-3,-9],[4,-34],[3,2],[3,-23],[4,6],[-2,-22],[10,-51],[-1,-16],[7,-29],[-4,-10],[-4,23],[-7,69],[-4,9],[-3,-13],[-1,27],[-4,34],[-5,-9],[-2,22],[3,2],[-5,33],[-7,7],[4,-14],[-3,-9],[4,-32],[-5,-19],[-2,22],[-5,16],[-7,5],[1,-36],[4,-43],[-5,-13],[8,-33],[-3,-33],[-2,7],[-6,-15],[-2,-28],[-1,33],[4,5],[2,44],[-5,17],[1,-41],[-4,29],[-4,1],[0,21],[6,11],[-5,37],[-4,16],[-2,-14],[-4,33],[-4,100],[-5,29],[-7,78],[-4,14],[-2,-74],[-5,-6],[2,-47],[-5,22],[2,21],[-3,29],[3,3],[-2,46],[-4,-16],[0,-46],[-2,9],[-2,-35],[5,-16],[0,-45],[-5,-22],[9,-81],[4,-16],[-4,-36],[0,37],[-7,32],[-1,37],[-4,55],[4,21],[-5,60],[6,23],[-1,49],[-4,23],[-4,-1],[4,-31],[0,-43],[-4,5],[-2,40],[-5,-6],[2,-27],[-8,33],[0,74],[-3,2],[-2,-31],[-4,-7],[0,-45],[4,7],[2,-30],[0,-86],[3,-54],[-5,18],[-1,-23],[3,-47],[6,-62],[6,-32],[0,-36],[-4,50],[-6,15],[-4,27],[-1,34]],[[30500,63702],[-9,55],[-2,-8],[-5,15],[1,31],[-4,27],[-3,-3],[3,-37],[-4,4],[-1,45],[2,40],[4,-15],[1,53],[-3,24],[-1,35],[3,-21],[2,-40],[4,-1],[3,32],[-2,15],[-2,57],[-10,47],[1,-33],[-4,14]],[[30474,64038],[-3,0]],[[30471,64038],[2,-11],[-3,-32],[2,-60],[-3,3],[0,29],[-5,-13],[4,-38],[-1,-63],[-4,-4],[1,-91],[-5,-36],[-1,-59],[4,-23],[-2,-10],[12,-50],[-2,-10],[-1,-54],[6,-36],[2,-38],[-4,22],[-1,28],[-7,26],[-3,55],[-3,13],[0,34],[-3,11],[2,20],[-8,-8],[-1,32],[-5,-3],[-4,29],[2,21],[-9,70],[11,-48],[4,-9],[3,-33],[5,-12],[-1,37],[1,35],[5,-19],[0,98],[-3,16],[7,-2],[1,17],[-2,63],[-5,31],[4,-8],[4,41],[-2,77],[4,-20],[2,15],[-5,17],[-11,21],[1,16],[-6,11],[1,-25],[-2,-20],[4,-10],[-2,-26],[-4,19],[-1,-46]],[[30446,64028],[-2,-42],[5,-23],[3,-37],[-7,12],[2,-40],[-2,-42],[-5,23],[-2,-42],[-1,31],[-4,14],[8,18],[1,60],[-2,1],[-1,63],[-1,-21],[-6,-26],[4,-6],[1,-27],[-5,-4],[-2,45],[-5,56],[-3,-14],[-5,31],[-4,-6],[7,-54],[5,-15],[-1,-43],[3,-20],[1,-41],[-5,36],[-2,47],[-6,14],[1,19],[-9,43],[2,29],[-8,7],[-3,-12],[11,-68],[2,-26],[4,-7],[1,-28],[6,-29],[2,-29],[-4,18],[-6,-1],[-12,51],[1,-12],[10,-53],[0,-9],[-9,15],[-11,56],[-12,18],[5,-31],[0,-18],[-6,26],[-3,46],[-6,2],[-1,15],[-11,45],[1,-21],[-5,10],[0,45],[-8,40],[3,6],[-9,31],[0,-37],[-2,6],[-1,57],[-5,-4],[2,25],[3,-17],[5,14],[-6,35],[-6,4],[-8,-26],[4,22],[6,15],[9,-31],[4,6],[1,29],[4,12],[-2,54],[4,8],[-2,15],[3,23],[-5,10],[-2,-11],[-7,17],[-5,0],[-2,-16],[-8,22],[-3,35],[-5,-26],[-8,20],[-7,55],[0,44],[-2,15],[9,17],[5,-1],[-1,15],[-5,3],[-6,32],[-2,32],[-9,10],[0,23],[-4,39],[-8,21],[-2,-7],[-12,4],[-7,17],[-5,27],[-3,50],[-6,40],[-1,22],[6,39],[-4,22],[0,23],[-4,8],[-1,25],[-5,31],[0,32],[-8,50],[-3,40],[-8,18],[0,-27],[-7,3],[-1,-24],[-4,35],[-9,-35],[-9,-27],[1,-8],[-10,-24],[1,22],[-5,-27],[-6,18],[1,55],[-9,16],[-5,22],[0,18],[15,-5],[5,18],[3,-21],[-3,-23],[-4,0],[1,-65],[12,-1],[9,36],[4,5],[5,24],[0,19],[8,17],[2,16],[-5,25],[-1,20],[-9,51],[-1,30],[-8,46],[1,31],[-5,12],[-7,-7],[3,17],[-1,21],[5,-4],[-2,31],[1,78],[-7,0],[-9,16],[7,21],[10,-5],[5,92],[6,51],[0,17],[-4,-1],[-4,-34],[0,-23],[-4,-27],[0,72],[4,0],[3,24],[12,19],[4,27],[-8,-17],[-5,4],[9,11],[-4,27],[12,-1],[0,-19],[9,15],[6,-38],[10,-24],[2,8],[0,44],[7,2],[0,41],[-3,-3],[-8,34],[1,15],[-6,20],[-5,-29],[-7,50],[-4,8],[-5,-9],[-6,9],[-8,25],[1,-18],[-13,27],[-13,7],[-3,13],[-2,-15],[-5,5],[6,25],[5,3],[-6,12],[0,35],[6,-35],[7,8],[-4,37],[-9,31],[-2,19],[-8,-11],[-4,29],[1,28],[7,5],[0,18],[-4,-11],[-4,8],[-2,-61],[-11,53],[-2,21],[5,40],[1,36],[4,28],[-6,-24],[2,-18],[-7,1],[-4,37],[-9,-28],[0,-26],[3,-8],[-11,-6],[6,10],[-3,21],[3,24],[10,20],[1,9],[-10,12],[3,20],[-4,21],[4,29],[-1,-25],[4,10],[4,-16],[1,17],[-5,9],[7,26],[7,12],[6,-18],[-2,44],[12,-10],[1,-12],[8,24],[4,-40],[-6,-55],[-5,10],[-3,-10],[10,-6],[2,31],[7,35],[7,2],[12,29],[-2,15],[5,-3],[0,-20],[5,41],[9,29],[2,14],[0,63],[16,93],[4,14],[-1,50],[2,24],[9,55],[-7,28],[-2,-7],[7,-24],[-10,-56],[-5,9],[-3,35],[-9,20],[3,31],[6,15],[3,25],[10,23],[-6,-55],[9,64],[11,-12],[5,22],[7,15],[-2,27],[4,30],[0,36],[2,12],[-5,42],[1,34],[11,53],[13,33],[14,20],[14,9],[16,3],[2,12],[-15,5],[-2,13],[8,10],[12,-2],[7,-13],[4,-22],[9,-23],[20,-20],[2,4],[17,-23],[12,-25],[5,-33],[-1,-109],[3,-17],[-8,-13],[9,-18],[-8,1],[-3,-17],[2,-15],[-12,-3],[4,16],[-5,34],[-1,-63],[0,-70],[-2,-45],[-3,-30],[-8,-33],[-9,-15],[-9,18],[-3,38],[8,-2],[-3,13],[-6,-6],[-5,-37],[-7,-21],[3,-23],[7,-11],[14,6],[13,18],[8,19],[9,31],[7,39],[12,102],[5,65],[6,98],[-1,48],[-3,-10],[-8,43],[2,1],[5,-39],[4,29],[3,-16],[2,86],[0,108],[-1,-23],[0,-73],[-4,-35],[-6,7],[0,36],[-6,5],[-2,29],[6,-8],[1,13],[7,11],[0,56],[-4,27],[-3,-22],[-4,14],[-7,-22],[-5,7],[-16,7],[-14,19],[-16,5],[-7,20],[-8,11],[-3,26],[-3,-22],[8,-19],[-10,-22],[0,26],[-5,-2],[-6,16],[-7,-16],[-9,14],[0,22],[-6,10],[0,-26]],[[30299,67440],[-3,-21],[-8,32],[-3,38],[-5,2],[2,15],[-2,21],[-8,25],[-7,0],[1,-25],[-2,-19],[-4,42],[-12,12],[-11,4],[-7,13],[-4,27],[-8,-24],[4,3],[5,-30],[0,-24],[3,-33],[-3,-26],[4,-38],[-3,-29],[6,-6],[2,-15],[-9,-4],[1,-14],[6,5],[4,-10],[-4,-14],[0,-17],[-5,20],[-4,1],[4,-21],[8,-11],[1,-28],[-3,-14],[1,-29],[-4,18],[-5,-13],[-3,8],[6,14],[-2,20],[-4,0],[-4,-20],[-3,7],[-6,-11],[1,-18],[-7,23],[6,32],[-4,15],[3,33],[-7,-23],[2,-6],[-9,-28],[3,22],[-2,26],[1,47],[-11,1],[-6,-9],[-2,11],[6,15],[-2,25],[-2,-15],[-5,16],[-6,-18],[2,62],[-2,17],[-3,-64],[-5,-10],[-4,13],[-2,-31],[-4,-2],[2,36],[3,18],[1,30],[-6,-34],[-4,56],[-7,-35],[0,25],[4,2],[3,29],[-1,38],[-4,21],[-4,-11],[-3,11],[-1,27],[-9,0],[-6,19],[-8,-17],[-7,-3],[7,-8],[4,8],[0,-65],[-5,-25],[1,-46],[-2,18],[0,38],[3,25],[0,27],[-3,18],[-4,-25],[-9,-28],[5,29],[4,38],[-12,17],[-5,32],[-6,11],[0,13],[-7,5],[2,-40],[-5,-27],[2,-20],[-3,-25],[1,-23],[-2,-69],[3,-15],[-4,-44],[6,-84],[4,-25],[6,-15],[0,-19],[7,-30],[2,-30],[5,-20],[2,-36],[-4,7],[0,-33],[3,-12],[-3,-12],[-2,60],[1,17],[-4,16],[0,20],[-6,41],[-6,24],[-5,5],[0,-17],[-8,-15],[0,26],[-5,18],[0,-26],[-6,-13],[5,36],[3,36],[-5,21],[-1,29],[-4,-7],[-2,-45],[-3,20],[-5,9],[1,-33],[3,-10],[0,-34],[2,-8],[1,-68],[-2,4],[0,51],[-5,23],[-2,-25],[-7,-1],[-8,-64],[-1,-37],[-6,-37],[6,-27],[0,-34],[-2,-9],[-1,49],[-6,15],[2,26],[5,17],[-3,10],[1,45],[2,22],[-3,11],[7,37],[0,33],[-3,30],[-4,-5],[0,-29],[-3,10],[-11,-3],[0,31],[4,-6],[5,32],[1,94],[-10,19],[0,26],[7,49],[-2,41],[1,48],[-3,1],[1,27],[-8,37],[0,36],[-4,20],[-6,48],[-6,-17],[0,-18],[4,-31],[-3,-15],[-4,61],[-8,3],[-18,19],[-20,29],[-8,20],[-10,11],[-5,-7],[-18,21],[-6,16],[-8,-7],[7,-4],[-3,-38],[-4,-8],[-10,20],[-15,-29],[-4,40],[-4,3],[0,20],[-4,-11],[-1,-22],[-2,24],[-4,-10],[3,-19],[-10,24],[-3,-15],[-2,-46],[0,-49],[-2,-17],[1,-64],[-2,0],[0,107],[2,11],[-3,42],[3,15],[-1,25],[-5,17],[-7,-1],[-5,-23],[-3,15],[-5,-30],[-6,18],[0,42],[-6,-21],[-7,0],[-2,24],[-19,10],[-5,-37],[1,-46],[-7,-20],[-3,-22],[2,-27],[-7,-24],[-4,0],[-5,-34],[1,37],[9,8],[2,58],[9,36],[-2,49],[2,15],[-5,2],[3,18],[-8,14],[-3,-26],[-17,-1],[-2,14],[-6,-3],[-6,22],[-4,-14],[-6,23],[-9,-33],[-10,-1],[-18,14],[-4,28],[-4,3],[-3,-29],[-4,10],[-6,-16],[-9,1],[-9,28],[-3,-26],[-2,24],[-4,-13],[-3,18],[-9,4],[-3,-15],[3,-8],[-3,-18],[-3,-42],[-6,36],[4,7],[-10,25],[-5,29],[-8,19],[-2,23],[-7,7],[-3,-13],[-10,28],[-6,31],[-4,-10],[4,-60],[-2,-9],[0,39],[-3,17],[0,23],[3,2],[2,30],[-7,7],[-14,-30],[-13,37],[-4,23],[-6,16],[-6,-17],[-7,21],[-9,1],[-3,18],[-7,-12],[3,23],[-5,2],[-3,18],[-3,-22],[0,38],[-5,-1],[-2,27],[-7,6],[-2,-12],[-3,28],[-13,5],[1,18],[-3,14],[-1,-25],[-3,1],[-9,43],[1,-17],[-8,-1],[-7,24],[-5,-1],[-6,30],[1,7]],[[29389,68443],[1,4]],[[29390,68447],[-18,58],[-18,90],[-4,45],[-4,-3],[0,33],[5,23],[-14,19],[-6,-14],[0,14],[-6,-4],[-7,14],[-3,24],[-3,-13],[-4,42],[-6,35],[0,40],[-12,21],[-1,-11],[3,-37],[0,-33],[16,-117],[1,-33],[3,-14],[6,-54],[4,-82],[4,-41],[0,-28],[5,-85],[1,-45],[-1,-23],[0,-109],[-2,-40],[-6,22],[3,-41],[-12,-54],[-6,-6],[0,-17],[-4,-17],[10,-40],[-9,-26],[-6,-30],[0,18],[8,30],[-6,41],[1,60],[3,2],[2,59],[8,30],[6,38],[-2,39],[0,42],[-2,24],[0,42],[5,30],[0,55],[-4,73],[-2,15],[-2,49],[-8,85],[-3,15],[-1,29],[-5,27],[-2,28],[-7,45],[-2,63],[-8,33],[-2,-7],[-2,36],[-5,3],[6,18],[-10,-14],[5,15],[-1,16],[-15,8],[10,-65],[1,-42],[3,-26],[-5,21],[-8,53],[-2,37],[-3,-7],[-10,34],[-3,23],[2,39],[-3,17],[-1,33],[-11,23],[1,50],[-5,33],[-6,-16],[-5,-2],[-4,13],[-3,32],[5,-27],[6,-10],[0,14],[5,10],[4,39],[19,37],[4,-28],[5,20],[7,-15],[12,24],[12,31],[13,13],[6,15],[0,26],[-10,-9],[-7,25],[-7,11],[-1,22],[5,-19],[16,-24],[5,7],[0,20],[-7,16],[-4,22],[2,23],[4,-22],[5,1],[1,-63],[-1,-42],[-4,-61],[-3,-3],[-1,-30],[-4,-9],[6,-9],[0,14],[5,40],[2,65],[1,86],[-3,88],[-4,90],[-4,61],[-6,7],[-3,-25],[0,35],[9,-13],[-7,126],[-5,-6],[-8,19],[-5,-44],[1,29],[6,25],[10,-22],[0,37],[-8,165],[0,43],[-2,21],[-4,145],[0,41],[-2,58],[-6,-27]],[[29262,70270],[3,0]],[[29265,70270],[3,-30],[2,-69],[0,-64],[2,-113],[2,-1],[0,-48],[4,-15],[-1,-23],[3,-11],[1,-50],[-4,11],[-12,4],[-1,8],[15,-1],[-3,27],[-4,7],[-1,23],[-6,-19],[-5,0],[5,25],[-2,9],[-9,7],[5,18],[4,-11],[1,64],[-8,21],[-8,-18],[-8,4],[18,29],[7,-6],[0,16],[-5,12],[-3,36],[1,35],[-3,40],[-7,22],[0,26],[-4,16],[-2,70],[-2,13],[8,7],[2,53],[-6,0],[0,22],[-5,4],[3,12],[-7,12],[0,34],[-10,9],[-1,30],[-4,28],[-4,-14],[-2,17],[-4,-1],[-3,24],[-5,11],[-2,25],[6,26],[6,11],[-2,45],[-8,-1],[1,-44],[-6,-9],[-12,9],[-2,-27],[-5,-1],[2,26],[-1,38],[3,26],[7,21],[-1,10],[-6,-14],[-2,17],[5,25],[-5,-4],[5,31],[-5,8],[-4,-27],[-6,-6],[-3,14],[-2,41],[-5,0],[-2,36],[9,-2]],[[29167,70856],[5,6],[7,28],[2,18],[-24,52],[-12,40],[7,-54],[13,-37],[-8,10],[2,-14],[-4,-24],[-5,-2],[-1,62],[-6,10],[4,23],[-1,12],[-11,12],[-4,-13],[-8,15],[-4,-22],[0,17],[-6,-4],[0,-17],[-6,-18],[-5,-1],[9,43],[3,3],[-2,23],[6,-8],[5,13],[-4,37],[13,-29],[7,-28],[0,26],[-6,12],[-10,43],[-8,46],[-9,30],[3,2],[5,-27],[0,15],[-10,53],[-7,64],[-3,-26],[-1,32],[5,13],[-2,18],[-20,117],[4,-57],[-5,24],[0,17],[-4,-11],[-8,34],[-5,-4],[-1,16],[5,19],[5,-11],[6,-35],[3,37],[-12,40],[-10,49],[-3,-47],[-1,28],[-7,1],[0,11],[7,-7],[2,9],[-10,19],[-16,1],[-2,-10],[5,-106],[3,-33],[8,-61],[6,-59],[2,-71],[-4,-26],[-21,-27],[-15,-4],[2,-41],[-4,-4],[-3,18],[-11,7],[-6,-6],[-8,48],[-9,-34],[2,-16],[-4,-45],[-5,-4],[-3,-25],[-11,-21],[2,-12],[-3,-20],[-10,-7],[-1,19],[-5,-16],[-10,-72],[-7,5]],[[28914,70937],[-8,-28],[-1,-25],[-9,-14],[-9,-62],[-12,-43],[-8,-3],[-3,-29],[5,-23],[0,-62],[-2,-9],[5,-20],[1,-19],[6,-7],[-20,-50],[-2,-31],[10,-32],[7,-41],[0,-31],[6,-31],[3,2],[1,-37],[3,-34],[5,-24],[18,-47],[0,-12],[13,-23],[4,-15],[7,-7],[3,8],[16,-21],[9,-16],[1,-15],[15,-12],[3,-25],[0,-35],[-2,-23],[1,-30],[5,7],[14,-48],[-1,-17],[-3,21],[-15,24],[-3,24],[2,71],[-5,22],[-13,5],[-5,21],[-11,22],[-16,-10],[-18,44],[-1,8],[-14,37],[-5,8],[-7,25],[-3,33],[-7,50],[-1,21],[-14,86],[-6,9],[-9,53],[1,28],[13,48],[0,56],[-6,49],[-1,45],[5,43],[10,33],[8,79],[5,20],[-3,13],[5,28],[-2,-27],[9,19],[5,20],[1,35],[8,38],[2,19],[-1,49],[4,25],[-1,26],[-4,21],[0,61],[2,37],[0,65],[3,19],[14,49],[8,63],[-1,72],[3,27],[12,53],[8,50],[8,30],[5,31],[13,31],[12,-7],[2,-20],[3,69],[1,73],[3,53],[0,76],[-5,-29],[3,-20],[-1,-57],[-4,5],[-8,-7],[0,10],[-9,-13],[4,20],[2,57],[-5,-16],[0,14],[7,18],[3,-6],[4,23],[-10,13],[-7,2],[0,13],[-17,18],[10,8],[-2,27],[14,-37],[9,4],[3,24],[8,-26],[3,-20],[0,72],[2,60],[0,127],[-5,99],[-4,54],[-2,-11],[5,-55],[0,-32],[3,-42],[-2,-11],[0,-35],[-7,-12],[2,21],[-3,17],[-7,-13],[2,30],[5,31],[-3,4]],[[28986,72355],[-18,-25],[-4,13],[6,0],[8,16],[3,36],[-3,21],[5,-11],[1,16],[5,3],[0,37],[-4,14],[-1,21],[-6,24],[0,15],[-5,34],[1,12],[-11,26],[0,30],[-3,-7],[2,-31],[-3,-3],[4,-29],[-16,38],[0,32],[-4,9],[2,21],[-4,48],[-5,12],[-3,33],[2,23],[-2,17],[-10,-10],[-1,29],[-8,16],[4,19],[-3,29],[-5,18],[1,34],[-7,10],[-3,22],[-4,0],[-2,53],[4,22],[-4,3],[7,25],[-10,13],[0,20],[-5,-5]],[[28887,73098],[1,-21],[-5,9],[-5,40],[-1,24],[9,3],[1,-34]],[[28887,73119],[3,-7],[8,12],[-16,64],[-9,50],[-7,62],[-6,36],[-6,62],[-2,-7],[3,-29],[0,-35],[-7,44],[0,25],[5,34],[-1,32],[-5,46],[-6,-7],[-3,-26],[3,-16],[-6,1],[-6,56],[3,10],[4,-14],[0,38],[5,6],[1,26],[-7,25],[-6,-21],[-4,11],[4,34],[-1,16]],[[28828,73647],[0,3]],[[28828,73650],[0,1]],[[28828,73651],[-4,-5],[-3,29],[-4,-1],[5,-25],[-5,-20],[1,-25],[-5,7],[-8,50],[3,19],[6,-13],[0,13],[7,11],[-5,14],[0,17],[9,-17],[0,46],[-7,5],[-2,-9],[-1,-40],[-4,5],[-4,-20],[-5,-3],[-10,40],[4,-28],[-7,21],[1,21],[-4,18],[4,5],[-3,23],[8,30],[0,14],[-6,3],[-4,14],[-4,-22],[-5,17],[-4,32],[-7,29],[1,17],[-6,45],[-2,58],[1,24],[-3,27],[3,5],[-1,24],[-4,23],[0,96],[-2,19],[-6,0],[-2,-56],[-10,-63],[0,-40],[5,-1],[1,-42],[-4,32],[-3,-3],[-3,-27],[4,-61],[7,-20],[-2,-32],[-1,24],[-6,19],[1,-40],[9,-55],[-1,-19],[4,-13],[7,1],[-7,-20],[8,-42],[-4,4],[-6,27],[0,-44],[6,-41],[14,-17],[-2,-17],[4,-10],[-2,-21],[-2,24],[-13,33],[3,-71],[6,-24],[0,-19],[9,-1],[4,9],[11,-14],[-10,6],[-6,-14],[-11,4],[2,-31],[7,-8],[-3,-36],[4,-26],[3,33],[15,-44],[-11,20],[-3,-19],[0,-27],[6,2],[0,-24],[8,-4],[10,12],[-13,-23],[2,-34],[12,-48],[-8,-7],[5,-17],[10,-7],[1,-16],[-6,-7]],[[28795,73289],[3,-17],[-7,-3],[0,-16],[7,-20],[3,35],[5,-14],[2,53],[0,-35],[6,-16],[4,1],[2,-23],[-4,9],[0,-39],[5,-34],[3,21],[5,-16],[-6,-25],[5,-19],[-1,-30],[4,-15],[-21,11],[-1,-15],[8,-42],[4,13],[6,-18],[8,8],[4,-14],[-2,-43],[-5,19],[-9,-9],[-6,-14],[3,-15],[-5,1],[0,21],[-5,11],[1,-27],[-3,-4],[0,23],[-9,-7],[-7,28],[-5,-12],[1,28],[-8,29],[0,-19],[-8,5],[6,6],[-5,18],[-6,-10],[1,-40],[8,3],[3,-17],[-4,0],[4,-59],[-5,4],[0,33],[-7,-2],[2,-26],[7,-48],[0,-15],[6,20],[4,-31],[10,6],[-4,-11],[5,-8],[2,-23],[4,-10],[-4,-7],[-3,13],[-5,-2],[2,18],[-6,-12],[-9,1]],[[28778,72845],[-3,-30],[3,-24],[5,1],[0,-31],[7,-12],[1,14],[6,-19],[0,-16],[5,-20],[-6,5],[-5,26],[-2,-15],[-6,-9],[-1,18],[-4,-34],[0,39],[-9,-11],[-8,5],[-6,-5],[4,16],[-2,10],[-8,-4],[5,-81],[5,-2],[10,-19],[6,5],[13,-36],[0,-11],[-11,-4],[7,-23],[9,-6],[-6,-13],[-7,7],[-1,14],[-10,-5],[-1,35],[-2,-2],[-3,-41],[-3,-12],[5,-26],[-2,-14],[7,-55],[7,-29],[3,-26],[-3,-24],[4,5],[4,-13],[-5,-21],[0,-34],[-2,51],[-5,19],[3,25],[-15,29],[-7,54],[0,49],[-4,9],[0,17],[4,9],[-3,15],[-5,-30],[-4,-10],[-1,-23],[-8,-44],[11,-9],[4,-13],[0,-27],[-3,-35],[-11,-16],[-1,65],[-7,15],[-2,29],[6,34],[-6,10],[4,9],[-2,27],[-5,0],[6,25],[0,13],[-6,-7],[-4,-39],[-7,1],[7,-20],[-2,-18],[-8,-12],[1,-23],[-7,3],[0,24],[-5,13],[5,-47],[-10,-13],[0,-7]],[[28691,72470],[3,2],[-3,-33],[-5,-29],[-6,-16],[-3,12],[1,-34],[-5,-8],[1,56],[-3,10],[-3,-28],[-8,-23],[-2,-60],[-13,-76],[1,-36],[5,4],[6,-11],[2,10],[-3,22],[0,35],[6,7],[-5,-18],[1,-27],[9,-52],[6,-11],[2,25],[3,-28],[9,2],[0,26],[9,-37],[-14,5],[-2,-30],[8,-12],[2,-32],[-4,28],[-6,1],[2,-38],[-7,51],[-5,9],[2,-19],[-8,8],[0,-32],[-3,27],[3,20],[-11,-46],[4,-13],[2,18],[5,-23],[1,-27],[-4,-4],[-4,-29],[5,14],[-1,11],[7,-6],[3,-16],[7,33],[10,-38],[4,11],[-1,30],[2,10],[5,-16],[8,32],[7,-15],[5,30],[7,16],[9,-9],[2,-14],[8,-11],[2,-70],[3,2],[3,-33],[-1,-18],[4,-16],[-8,-13],[-3,-25],[-3,2],[-3,-32],[-4,-6],[5,26],[-1,16],[6,3],[0,16],[6,13],[-3,45],[-6,10],[0,42],[-3,21],[-6,8],[-2,18],[-9,-43],[-12,-28],[-3,17],[0,-32],[-10,-3],[-2,-29],[14,-31],[-3,-2],[-8,23],[-8,-9],[0,-34],[3,-9],[5,10],[5,-27],[6,8],[2,-12],[-12,-6],[1,-18],[13,-7],[-7,-6],[0,-35],[-2,32],[-9,27],[1,24],[-4,-5],[-1,-23],[-8,76],[-4,-14],[-2,-40],[-2,12],[-3,-28],[3,-26],[3,14],[9,4],[-1,-11],[-10,-26],[1,-36],[-3,15],[-5,-5],[-3,-29],[0,32],[5,10],[-1,15],[-6,7],[-7,-14],[4,21],[6,6],[-5,23],[1,16],[-7,-17],[-1,-56],[9,-34],[1,-42],[-5,15],[3,19],[-9,-4],[1,30],[-5,-1],[1,36],[-3,13],[3,10],[-5,27],[2,50],[-3,-16],[-1,29],[-2,-21],[2,-47],[0,-65],[2,-23],[6,-30],[2,-46],[7,-9],[0,-18],[6,-29],[2,8],[-5,21],[3,4],[4,41],[5,-7],[2,49],[9,27],[3,23],[8,-43],[5,-6],[3,-26],[-12,41],[-9,-27],[2,-30],[-4,19],[3,-55],[-3,-9],[9,-27],[1,-25],[4,-5],[9,17],[7,-21],[-3,-6],[-3,-44],[-1,20],[3,24],[-9,-37],[-2,10],[-6,-9],[1,-28],[3,-13],[0,-23],[-5,42],[-1,49],[-6,14],[-1,20],[-1,-91],[-1,-19],[-8,4],[-3,-49],[7,9],[5,-7],[12,-34],[-4,-71],[-3,-4],[4,-25],[2,7],[4,-32],[8,7],[4,-9],[7,28],[-4,-29],[-13,-8],[1,-18],[5,2],[6,-36],[8,-18],[-2,-23],[8,-16],[2,11],[7,-10],[-7,-9],[1,-22],[-8,-22],[2,-16],[8,-21],[6,-27],[0,-12],[-15,52],[-3,22],[2,19],[7,13],[-3,16],[-10,16],[4,20],[-8,14],[-5,29],[-3,-18],[-4,25],[-7,9],[2,-30],[5,-11],[0,-50],[-3,17],[3,11],[-2,19],[-5,4],[-4,20],[0,26],[-4,5],[-4,-15],[2,-12],[-6,-7],[6,35],[0,29],[-3,20],[-4,1],[0,-49],[-4,-33],[2,-30],[-4,-44],[-3,25],[-4,-4],[1,-30],[8,-52],[7,-89],[3,-11],[1,30],[5,-1],[-5,-21],[1,-22],[7,-20],[3,22],[0,-26],[-3,-8],[-2,-32],[7,-23],[9,18],[12,7],[-9,-11],[-6,-28],[6,-23],[1,-17],[14,0],[7,7],[2,23],[2,-16],[9,-13],[2,29],[5,-30],[6,16],[3,-12],[4,12],[10,1],[6,-9],[1,11],[7,-23],[-6,10],[-4,-5],[-5,11],[-6,-5],[-7,-20],[-7,-6],[-5,12],[-6,-14],[-11,-2],[1,-25],[7,-14],[3,-27],[4,-6],[5,-42],[6,-20],[8,15],[3,-15],[8,14],[2,17],[10,-16],[-10,5],[0,-13],[-7,-25],[-8,3],[2,-26],[13,-18],[-1,-14],[7,-10],[10,5],[-4,-9],[-9,0],[-6,12],[7,-26],[2,-54],[-6,32],[-9,67],[-4,-11],[-5,8],[2,13],[-12,46],[-4,7],[-4,29],[-4,-5],[5,-24],[0,-29],[5,-63],[3,-1],[-1,-43],[6,-30],[-1,-21],[-3,5],[-2,29],[-9,18],[-1,32],[-9,-21],[-8,9],[-9,19],[-6,63],[-3,-20],[-1,26],[4,14],[2,-10],[4,14],[-1,64],[-12,42],[-12,30],[-12,-16],[1,26],[4,-13],[3,14],[4,-2],[-3,23],[-8,22],[-6,-18],[-1,-22],[3,-45],[5,-32],[-4,-16],[4,-44],[-6,5],[0,18],[-8,13],[7,8],[-2,43],[-5,2],[3,25],[-6,39],[5,10],[3,33],[-6,23],[-1,34],[-4,-3],[2,-22],[-3,-18],[1,-32],[-5,-9],[4,-26],[-4,-24],[-4,2],[-7,-14],[-6,25],[10,10],[-2,23],[3,31],[-9,-16],[3,21],[-5,-12],[4,26]],[[28637,70966],[-1,22],[-5,19],[0,-15],[-6,1],[-8,-13],[9,30],[-4,18],[9,0],[-4,13],[-1,42],[-10,-9],[-1,-42],[-6,-21],[-11,-13],[14,50],[-1,18],[3,26],[6,16],[6,-10],[-6,43],[-6,21],[-1,-34],[-4,-10],[0,30],[-10,2],[0,-34],[4,-40],[-8,36],[-2,-18],[-4,2],[-2,-18],[-9,-14],[0,-23],[-5,0],[4,19],[-13,-2],[3,28],[9,-5],[6,22],[-2,15],[-4,-5],[-1,27],[3,-11],[11,9],[-1,12],[3,60],[-5,-1],[4,17],[5,-28],[3,15],[-3,16],[9,-18],[3,18],[8,25],[-6,11],[6,7],[3,-16],[-1,30],[2,34],[-7,-9],[-7,27],[0,-14],[-5,14],[-9,-16],[3,32],[21,23],[10,30],[3,32],[-10,33],[-1,-18],[-6,29],[-5,-3],[-4,-25],[-8,-21],[-6,-41],[-1,-24],[-20,-38],[13,41],[-2,34],[11,9],[1,23],[6,9],[9,37],[1,38],[6,22],[-6,29],[1,17]],[[28607,71590],[-5,-28],[-8,-4],[-5,-33],[-4,5],[-13,-22],[8,25],[8,14],[-2,16],[5,-3],[5,39],[4,-7],[1,37],[-6,22],[-3,-27],[-4,-11],[-2,28],[6,-7],[1,28],[-6,2],[0,35],[4,-18],[6,8],[2,-12],[2,27],[-5,46],[-6,15],[-1,22],[-6,15],[-3,-9],[6,72],[5,0],[-2,33],[0,44],[2,45],[3,23],[0,124],[-1,21],[5,60],[4,27],[16,70],[8,54],[5,8],[-1,34],[-10,60],[-10,3],[-6,-16],[2,-29],[-4,-22],[-3,-37],[4,-5],[-1,-33],[-2,34],[-4,6],[-4,-33],[-6,1],[-3,12],[1,-32],[-6,2],[-8,-36],[3,-22],[-2,-15],[-1,33],[-11,-23],[-2,-39],[-5,-26],[4,-28],[-4,-13],[5,-46],[-7,2],[1,-76],[-3,-14],[1,41],[-3,20],[1,68],[-3,4],[6,16],[-4,53],[5,-1],[-5,16],[5,-1],[2,39],[5,12],[-1,14],[21,70],[10,11],[6,31],[4,5],[-2,16],[7,41]],[[28603,72471],[6,39],[9,3],[2,-17],[6,-6],[7,14],[-6,37],[-1,26],[4,58],[6,31],[2,24],[5,21],[5,42],[-4,21],[-4,-25],[-3,41],[5,-8],[3,23],[-1,48],[4,25],[-11,-7],[-4,-38],[-5,-29],[-4,-8],[5,-18],[-5,4],[-3,-15],[0,35],[-3,-16],[-3,-53],[7,-19],[-7,5],[3,-52],[-5,-1],[0,-16],[-9,-19],[1,15],[6,17],[3,20],[-5,26],[3,10],[-5,12],[2,32],[-8,-12],[-2,-26],[-6,-13],[5,40],[-8,4],[-5,-60],[7,-5],[-7,-7],[-13,-49],[-9,-13],[-6,2],[-11,-23],[3,-12],[7,-1],[5,-24],[2,-28],[-11,38],[-9,0],[0,26],[-6,11],[4,-25],[0,-64],[-7,-29],[3,37],[0,48],[-10,49],[-7,-7],[2,-13],[-4,-22],[-5,-3],[1,-43],[-6,-27],[-2,-44],[-3,-10],[10,-31],[-8,1],[-1,-16],[-9,-32],[-14,-6],[-1,11],[18,30],[0,25],[-3,26],[5,20],[0,36],[4,11],[0,27],[-3,3],[-21,-36],[1,-32],[-6,-26],[-9,-24],[-3,-34],[-1,-43],[-8,-77],[-7,-40],[0,24],[-4,10],[4,9],[-9,32],[-5,26],[-4,-6],[1,-51],[-13,-12],[3,18],[5,-3],[-1,59],[-5,25],[-13,35],[-5,6],[-10,-26],[-6,-53],[2,-19],[-1,-38],[-3,-19],[2,-69],[3,-23],[4,-5],[3,-26],[-2,-9],[13,-6],[10,-43],[-10,16],[1,10],[-7,1],[7,-45],[5,-14],[5,2],[6,-12],[5,-30],[-1,-57],[2,-15],[16,-27],[5,9],[9,2],[-10,-31],[2,-41],[6,-4],[-5,-14],[-2,-29],[5,-27],[-3,-15],[3,-13],[-4,-7],[1,-38],[5,-49],[-4,13],[-5,-26],[-7,-20]],[[28441,71616],[0,2]],[[28441,71618],[0,4]],[[28441,71625],[1,4]],[[28442,71630],[0,4]],[[28442,71634],[1,2]],[[28443,71636],[1,2]],[[28444,71638],[2,5]],[[28446,71643],[4,29],[-2,36],[0,63],[-4,5],[3,64],[0,37],[-3,14],[-8,-2],[-7,21],[-6,-12],[2,31],[-3,15],[-10,-16],[-6,5],[6,7],[5,17],[6,45],[-10,-4],[-1,19],[-10,11],[-3,-27],[6,-18],[-3,-15],[-10,-8],[4,24],[-6,19],[0,43],[-3,10],[3,13],[-9,4],[5,21],[1,21],[-7,29],[-8,-25],[8,48],[-5,23],[-7,77],[3,93],[-6,-39],[-8,-27],[4,44],[8,26],[2,17],[8,34],[-4,13],[-6,2],[-4,-10],[-8,4],[10,21],[13,-6],[8,17],[26,-22],[6,-32],[14,2],[6,-21],[4,-28],[3,-3],[8,34],[0,65],[-4,23],[-10,-4],[9,16],[9,49],[5,6],[6,28],[1,29],[-4,-9],[2,44],[16,26],[7,30],[14,17],[12,-9],[4,3],[8,47],[6,7],[0,38],[-8,2],[5,8],[6,-5],[2,-28],[-5,-26],[6,-20],[0,-13],[10,18],[7,37],[-3,32],[4,-5],[2,-71],[5,6],[-1,13],[4,18],[0,24],[5,24],[13,30],[4,44],[-7,10],[-1,15],[-7,-3],[0,12],[8,-2],[1,35],[4,-17],[-2,-20],[6,0],[11,15],[4,24],[-10,17],[6,1],[5,29],[-1,-28],[6,0],[-2,25],[4,-16],[10,30],[-1,49],[4,6],[-2,-35],[3,-15],[7,10],[-2,24],[5,-22],[7,16],[-6,17],[8,-11],[16,41],[2,15],[-12,4],[4,12],[8,2],[1,11],[-1,61],[-5,28],[-4,-3],[1,-46],[-5,20],[-5,5],[-5,-35],[-6,8],[-6,-26],[-10,-9],[0,8],[11,16],[-1,15],[13,5],[1,20],[5,30],[-3,29],[7,12],[-4,5],[-3,43],[3,29],[-7,-24],[9,70],[-4,22],[-10,-17],[7,28],[-9,8],[6,20],[1,37],[4,10],[1,-23],[5,6],[4,36],[-6,-9],[-13,-3]],[[28640,73507],[-3,15],[-8,-28],[-5,0],[-8,-29],[7,-2],[-7,-12],[-5,16],[-5,-25],[5,-16],[-3,-26],[1,-33],[-3,18],[-10,-30],[8,41],[-3,19],[3,7],[-4,26],[-6,9],[6,4],[-5,14],[-6,-25],[-2,-74],[-5,-14],[-4,-30],[-3,-45],[-5,-3],[-9,-25],[2,-21],[-3,-16],[-4,26],[-8,-43],[-6,5],[-7,-20],[-4,-27],[2,-21],[-9,-16],[-3,-45],[-11,-32],[-6,-3],[-4,-27],[1,-54],[-3,21],[-4,-18],[-7,-6],[-4,-93],[-4,-36],[-8,-16],[-8,-1],[0,-22],[-5,-11],[-3,23],[-5,4],[1,-17],[-5,-13],[-1,-51],[-2,-14],[1,51],[-1,22],[7,27],[12,-23],[-2,20],[4,14],[15,15],[3,55],[-3,22],[3,23],[-3,34],[5,14],[9,2],[-3,23],[7,25],[5,34],[5,1],[1,16],[8,13],[4,51],[3,10],[1,26],[12,72],[12,12],[-1,25],[4,14],[12,7],[2,29],[6,16],[0,28],[5,37],[-9,-6],[6,15],[1,18],[15,64],[12,-2],[10,5],[6,-5],[0,42],[12,17],[11,0],[12,14],[-1,26],[-16,15],[-11,-8],[-3,19],[-5,-1],[-3,15],[-8,-31],[-6,2],[0,-15],[-5,-14],[-1,12],[-8,-27],[6,33],[6,17],[11,12],[0,17],[4,-4],[7,16],[5,-9],[0,-20],[9,1],[7,33],[5,2],[1,20],[7,0],[5,18],[-1,13],[-6,9],[11,4],[6,42],[-2,37],[3,33],[-3,27],[-12,-2],[6,11],[2,26],[-1,42],[-2,-19],[-8,-9],[2,-32],[-5,13],[-5,-31],[3,-32],[-5,-25],[4,-26],[-6,21],[3,20],[-2,34],[-11,-25],[-2,-48],[-13,-4],[0,-42],[-2,0],[0,51],[10,12],[0,48],[-4,-10],[-6,3],[-2,-22],[-9,-17],[2,19],[5,3],[-1,37],[6,13],[1,-11],[4,26],[7,13],[-2,21],[-8,3],[-1,-15],[-6,18],[5,1],[0,21],[-7,3],[9,10],[1,-17],[6,3],[6,-10],[-3,18],[6,11],[-2,34],[2,6],[-11,2],[-11,21],[-5,-6],[-7,10],[-1,-34],[-7,-16],[0,-23],[-3,9],[-5,-18],[2,-9],[-10,-26],[0,-15],[-7,-25],[-6,-42],[-9,-42],[-5,-15],[-10,-52],[-4,-44],[-12,-40],[-1,-34],[-4,15],[-5,-36],[-3,-2],[-3,22],[-6,20],[-4,-7],[4,-24],[2,-32],[-1,-19],[-8,4],[2,36],[-7,7],[1,-25],[-3,-10],[-10,19],[0,33],[-8,-8],[6,-16],[-2,-6],[-5,22],[6,12],[4,-5],[0,-31],[10,-12],[0,29],[9,-3],[-2,-38],[5,-7],[2,19],[-7,54],[5,12],[5,-7],[7,-36],[5,45],[-1,31],[12,24],[1,36],[3,22],[15,59],[9,68],[12,71],[-2,14],[5,2],[6,21],[-3,11],[13,13],[7,37],[5,4],[3,18],[8,17],[13,-11],[1,22],[8,21],[-1,28],[-9,-21],[-5,16],[7,-7],[3,19],[-6,41],[9,-23],[5,6],[0,17],[6,2],[-4,-14],[6,3],[-3,-22]],[[28637,74181],[4,1],[4,28],[10,24],[-3,21],[-11,14],[0,-14],[-6,-12],[-4,12],[8,13],[3,36],[-2,16],[7,-20],[1,-24],[4,8],[8,-13],[2,18],[-7,86],[-2,42],[-3,1],[4,-38],[-7,22],[-5,-12],[-1,19],[-8,11],[-4,14],[-6,39],[-6,-12],[-6,-43],[1,-10],[-4,-30],[-12,-35],[-6,-24],[0,-17],[-4,-12],[-6,-41],[-1,13],[5,39],[-4,4],[-4,-28],[-13,-44],[1,-21],[5,-24],[-4,-54],[-7,-35],[-14,-6],[-10,15],[-8,-4],[7,16],[-2,17],[-5,2],[-6,-26],[-4,-35],[-7,-15],[-14,1],[1,-28],[-4,-20],[1,-18],[6,-9],[-5,-17],[1,-49],[-2,-24],[0,50],[-3,13],[3,29],[-3,32],[3,13],[-11,40],[-7,-5],[-5,-18],[-7,-41],[-1,-38],[-7,-12],[-7,17],[-9,41],[-2,-71],[-12,9],[-2,8],[-15,-6],[-6,-17],[-15,8],[-2,-29],[6,-32],[-1,-31],[-6,-2],[-2,13],[2,22],[-8,3],[-2,-22],[3,-36],[-5,-10],[-1,27],[3,2],[-2,27],[2,12],[10,16],[-5,24],[-2,26],[5,-6],[3,21],[5,10],[6,-7],[1,-16],[5,12],[1,20],[6,5],[5,-18],[11,3],[8,-16],[2,52],[9,13],[4,-33],[8,-17],[4,1],[-1,26],[4,49],[-5,18],[7,-10],[8,14],[13,44],[10,-12],[18,4],[-1,30],[3,-6],[17,64],[5,-3],[6,-41],[3,-33],[5,32],[-1,52],[2,15],[1,56],[-3,26],[0,27],[4,25],[12,4],[10,24],[-1,29],[-8,-10],[-3,21],[11,-2],[5,-14],[10,29],[3,21],[8,17],[0,28],[-5,-15],[2,38],[-8,22],[0,12],[10,-32],[2,36],[-8,11],[1,13],[-5,16],[-1,23],[-10,27],[4,31],[-1,-26],[6,-1],[4,-15],[3,-36],[5,-8],[-1,-12],[11,-3],[1,-26],[3,-8],[14,15],[1,-42],[9,3],[0,55],[3,36],[-7,29],[-3,-4],[-6,16],[0,17],[5,-23],[4,2],[5,-24],[8,-9],[9,26],[19,6],[-1,-9],[-7,4],[-12,-8],[-10,-43],[7,-43],[4,14],[0,-17],[-9,-9],[-1,11],[-2,-69],[1,-17],[8,9],[4,18],[5,-29],[12,35],[13,17],[-1,25],[5,-1],[-3,-26],[11,12],[11,20],[0,15],[-6,13],[2,17],[-4,29],[3,0],[4,-51],[8,24],[1,31],[1,-53],[-6,-9],[-1,-15],[8,-13],[6,-21],[7,0],[5,13],[3,67],[3,37],[1,36],[10,158],[9,92],[8,110],[4,117],[5,74],[3,77],[5,91],[6,78],[2,39],[6,58],[4,59],[6,64],[12,103],[5,32],[8,71],[3,35],[15,131],[5,68],[6,53],[-6,-34],[-4,-8],[0,-25],[-8,-37],[-4,-51],[3,-24],[-13,-86],[-6,-6],[-5,-65],[-1,-44],[-3,-18],[-10,26],[-3,-157],[-3,-23],[0,-23],[-5,-71],[-6,-6],[-3,-21],[2,-38],[-1,-18],[-5,-8],[0,-77],[-2,-34],[-4,-11],[2,-31],[-2,-34],[-8,-25]],[[28773,75234],[-1,-15],[4,-11],[-5,-5],[-3,-26],[3,-1],[1,-60],[-2,-6]],[[28770,75110],[-5,-43],[1,-22],[3,7],[-3,-31],[3,-8],[-7,-42],[-2,-35],[2,-27],[-8,-79],[-4,-4],[-4,23],[5,3],[-6,40],[4,31],[-6,-2],[-2,36],[0,58],[-2,28],[2,27],[7,20],[-1,-29]],[[28747,75061],[13,-7],[0,36],[2,-10],[0,76],[-2,15],[-12,-17],[-7,2],[5,-44],[-8,-7],[-5,-37],[1,-14],[-7,-18],[-4,-22],[3,47],[2,1],[2,61],[-12,2],[-4,24],[13,-2],[2,34],[5,43],[9,17],[2,-6],[3,30],[-5,-19],[-5,4],[1,31],[5,13],[5,38],[4,17],[-2,-50],[6,10],[-1,-29],[-3,-3],[3,-26],[3,5],[1,74],[-3,10],[5,26],[5,44],[1,34],[3,16],[6,3],[-1,31],[-3,10],[3,39],[6,40],[0,33],[5,18],[0,21],[7,51],[-2,19],[4,34],[-2,8],[-11,-32],[-8,-45],[1,-49],[-4,-38],[-9,-35],[-3,-51],[-5,-6],[-3,-20]],[[28752,75491],[0,-6]],[[28752,75485],[1,-26],[-6,-11],[1,-18],[-3,-14],[-7,0],[-1,13],[7,-1],[2,30],[5,-2],[0,18],[-4,-1],[0,31],[5,32],[0,27],[-4,14],[-5,-22],[-1,16],[5,-4],[9,50],[6,16],[-6,0],[-16,-18],[-9,-20],[-1,-18],[-5,-17],[-1,-21],[-8,-11],[-7,-31],[-1,-18],[-8,-29],[-9,-1],[-2,-15],[-6,9],[-1,-29],[5,1],[-3,-20],[-6,2],[0,-24],[-4,-6],[5,34],[5,-2],[2,15],[-5,0],[-4,19],[4,23],[3,0],[5,33],[5,0],[6,21],[4,40],[-6,-1],[4,17],[6,1],[7,16],[2,38],[4,25],[-3,22],[-8,9],[-4,-15],[-5,6],[-2,-23],[-1,23],[5,14],[-12,10],[-6,-2],[-7,-27],[-10,-59],[-8,-14],[0,21],[9,31],[5,49],[10,26],[-7,15],[-6,-5],[-19,-35],[-4,-17],[-15,-5],[-5,-42],[-17,-35],[-5,0],[11,46],[9,26],[8,36],[7,4],[12,31],[-8,12],[-12,0],[-8,9],[-5,-31],[1,33],[-10,-6],[-2,-15],[-5,-4],[9,31],[10,4],[-13,53],[-1,15],[-14,18],[-18,2],[-5,-21],[-3,-45],[-9,26],[-5,2],[-6,-13],[-4,-28],[1,-66],[-5,-1],[-1,-33],[-4,-25],[1,-71],[4,-42],[9,-54],[-2,-49],[-6,-7],[-9,-29],[0,-12],[-13,-46],[-11,0],[-3,-14],[-16,-24],[-3,1],[-11,-21],[3,12],[13,24],[3,-1],[12,24],[9,11],[4,-5],[6,18],[5,36],[6,27],[5,13],[1,34],[-3,24],[-7,27],[-5,39],[1,14],[-2,52],[1,43],[7,55],[-1,42],[4,30],[3,6],[0,49],[6,5],[0,22],[-12,50],[-2,35],[7,-20],[12,17],[15,-5],[7,-8],[9,2],[13,-14],[5,-15],[25,-32],[5,16],[3,43],[-4,10],[6,3],[4,-13],[10,9],[0,14],[8,-14],[-8,-19],[12,-34],[25,-24],[3,-8],[31,6],[10,29],[3,20],[-5,19],[-9,-21],[-3,40],[-9,-28],[0,17],[10,33],[1,11],[7,-34],[8,10],[-4,16],[-5,38],[0,24],[-4,11],[-9,-8],[8,21],[0,46],[3,17],[0,55],[-4,7],[-6,-14],[-5,-36],[-4,7],[-1,28],[7,6],[5,20],[3,-9],[5,10],[1,30],[-3,26],[0,26],[5,4],[-4,30],[-17,-8],[5,28],[9,0],[2,-10],[7,34],[4,-11],[4,-31],[2,-48],[-1,-20],[5,-69],[0,-31],[-3,-30],[5,-31],[-3,-44],[2,-3],[0,-41],[3,-3],[9,-41],[3,16],[6,6],[1,31],[3,-2],[8,17],[-5,-23],[-4,0],[0,-25],[-5,-16],[6,-18],[8,19],[4,-6],[10,8],[-1,-10],[-9,-20],[-5,2],[4,-28],[-2,-23],[7,10],[8,23],[0,11],[6,17],[0,22],[4,10],[1,29],[4,9],[0,52],[4,17],[2,45],[-1,31],[-3,16],[3,15],[-2,17],[4,19],[-1,21],[4,44],[-7,17],[-1,-27],[-6,-8],[-4,31],[4,10],[-1,18],[3,19],[4,1],[3,27],[-5,37],[-9,14],[1,27],[-13,11],[3,-34],[-12,11],[0,-18],[-4,-17],[-3,-34],[-2,46],[-2,8],[5,26],[-11,20],[2,26],[-9,15],[-5,28],[-5,-11],[-2,15],[6,13],[1,16],[-7,10],[-3,19],[-6,89],[-4,-12],[2,-13],[-9,-12],[2,20],[-7,26],[-2,19],[6,9],[-2,20],[-7,6],[-5,18],[-8,-3],[1,21],[-4,23],[-1,-21],[-6,-10],[-6,13],[-3,-13],[-3,10],[-2,-29],[-7,-12],[1,-30],[-3,18],[0,49],[-12,-13],[3,-8],[-3,-22],[-5,2],[1,-21],[-9,-40],[-3,16],[4,8],[-4,24],[3,11],[2,31],[-16,-11],[-5,-13],[2,-10],[13,19],[1,-16],[-10,-48],[3,-23],[-4,-21],[-1,-32],[-5,23],[1,18],[-5,9],[4,13],[-8,28],[1,-19],[-3,-31],[-1,38],[-7,3],[5,43],[-7,-10],[-13,-44],[2,-24],[6,6],[-1,-21],[-11,-1],[-3,-20],[4,-5],[4,-25],[10,18],[-7,-26],[-4,1],[-3,20],[-3,-14],[0,-25],[-7,-26],[16,1],[5,8],[11,-12],[1,-39],[4,-15],[-9,-38],[0,21],[4,5],[-4,30],[-6,-1],[-8,12],[-15,-17],[-8,10],[-12,-32],[1,13],[10,29],[-13,29],[-2,12],[-5,-6],[1,15],[15,-25],[5,28],[6,12],[-3,37],[6,43],[-5,1],[6,20],[2,32],[-5,-1],[-15,-20],[-4,-20],[3,-20],[-8,21],[-8,-15],[-9,-1],[-5,12],[-1,-14],[-13,-17],[-1,-36],[7,-12],[-8,4],[-3,32],[-12,-13],[-10,-2],[-7,-24],[-6,-4],[1,-12],[-8,5],[-18,-77],[-12,-17],[12,36],[6,36],[-10,-21],[6,30],[14,32],[3,17],[2,39],[11,-24],[6,21],[7,12],[10,2],[7,39],[-4,32],[6,-12],[0,-21],[21,33],[5,0],[6,21],[-7,1],[-12,35],[-5,23],[5,4],[2,-19],[10,-25],[7,-1],[-3,16],[1,21],[6,-40],[9,15],[8,-3],[0,43],[-6,16],[6,0],[1,14],[-6,12],[8,-5],[-1,-19],[2,-41],[3,-6],[13,6],[4,19],[1,26],[4,-7],[-3,-26],[8,10],[1,48],[8,-3],[-7,26],[-3,30],[-4,-11],[-1,14],[7,12],[2,14],[-28,-30],[8,25],[6,9],[4,27],[-6,13],[-11,-26],[-4,23],[-8,25],[-7,-19],[-6,19],[-1,21],[-6,17],[-10,3],[13,13],[6,-30],[17,-6],[3,26],[7,-10],[-4,-7],[2,-25],[4,2],[4,31],[4,0],[-4,18],[-5,55],[-18,15],[11,-5],[-3,34],[-9,13],[-2,14],[-14,36],[-3,-7],[-7,7],[8,3],[-3,25],[-10,15],[-2,-10],[-4,31],[-8,12],[-6,-1],[-13,-44],[-3,-3],[-9,-35],[-6,-5],[2,-27],[-6,9],[3,-25],[0,-30],[-5,38],[-5,-1],[-8,-28],[-5,-55],[-4,-29],[-7,-20],[-7,1],[9,21],[4,45],[-3,3],[-4,32],[-6,9],[-12,-10],[10,14],[9,-6],[4,-34],[8,31],[0,12],[8,42],[2,48],[12,46],[11,20],[-5,20],[1,31],[3,-40],[9,4],[5,16],[10,-5],[15,35],[12,-30],[4,-29],[6,4],[6,24],[-2,40],[9,16],[-7,-21],[5,-24],[-9,-38],[-1,-17],[5,-22],[8,-8],[11,15],[1,44],[4,1],[6,23],[1,-12],[-5,-19],[-4,-36],[1,-19],[7,-15],[10,-3],[3,35],[4,-8],[-2,36],[4,-17],[0,-33],[-4,-24],[5,-3],[-4,-11],[2,-28],[8,24],[1,-32],[-6,-16],[1,-26],[10,24],[-1,83],[4,0],[-2,53],[-10,1],[4,14],[-3,15],[7,34],[-2,-28],[12,-35],[1,34],[6,0],[-2,-28],[4,7],[-3,-35],[6,5],[12,24],[0,-16],[-10,-71],[1,-7],[8,28],[-2,-26],[9,18],[-4,2],[1,26],[4,30],[4,11],[-2,34],[-4,-2],[0,21],[-8,-17],[-9,12],[1,11],[6,-4],[-3,23],[9,0],[-6,35],[-9,11],[-5,26],[-3,-6],[2,-25],[-4,-16],[-3,34],[1,32],[-2,20],[-3,-8],[-2,21],[-4,2],[-1,27],[-6,47],[-3,-2],[-1,-25],[5,-10],[-3,-13],[-7,20],[2,29],[-5,10],[3,27]],[[28596,77674],[1,5]],[[28597,77679],[0,1]],[[28597,77681],[0,-1]],[[28597,77681],[0,9]],[[28597,77690],[-10,12],[-10,-1],[0,-32],[-4,-10],[7,-37],[-6,11],[-3,-9],[-3,-44],[-4,9],[2,16],[0,48],[-3,46],[3,20],[-7,14],[-10,-13],[4,-20],[-2,-10],[4,-28],[-9,-44],[-14,1],[-8,32],[6,9],[5,-17],[6,23],[-1,17],[-5,13],[7,-1],[2,13],[-11,-7],[-29,-10],[-17,3],[-30,47],[-8,16],[-1,-11],[-5,13],[-10,11],[-4,-5],[5,-14],[0,-34],[-6,-23],[0,-19],[-6,-40],[-5,0],[6,43],[-2,13],[5,10],[0,49],[-6,9],[1,14],[-6,-9],[-7,-33],[9,52],[-16,47],[-3,17],[-18,76],[-8,19],[-8,-2],[0,-29],[-3,7],[-14,-39],[7,-5],[11,-57],[-11,-86],[-5,-13],[0,-19],[9,-2],[3,-13],[-8,11],[-6,-6],[-3,18],[-7,-35],[3,28],[-2,52],[7,-14],[0,19],[8,26],[3,27],[-1,27],[-7,20],[-8,-12],[-6,12],[3,30],[6,33],[6,-12],[9,33],[-3,48],[-9,14],[-5,-4],[1,17],[13,-24],[6,-51],[3,21],[-1,19],[-22,47],[-20,51],[-16,49],[-16,56],[-13,54],[7,-43],[-17,79],[-8,45],[-4,11],[-8,44],[-3,8],[-3,36],[-9,34],[-3,0],[-9,58],[0,12]],[[28219,78522],[-2,15],[-6,84],[0,16],[-8,11],[-2,-23],[0,-86],[-5,-16],[0,-30],[-3,-38],[-4,29],[6,76],[0,34],[2,47],[-2,11],[1,29],[-3,16],[-1,48],[-3,15],[-9,68],[-6,12],[-4,23],[5,16],[-16,-21],[-23,-16],[-21,2],[3,-16],[-10,14],[-34,15],[6,-10],[-2,-35],[-2,30],[-4,12]],[[28072,78854],[-42,38],[-5,16]],[[28025,78908],[-3,3]],[[28022,78911],[2,-33],[-7,19],[9,38],[-13,9],[-17,28],[-16,32],[-18,51],[-12,39],[-13,52],[-17,77],[-14,70],[-9,52],[-2,26],[-4,3],[-1,22],[-13,55],[-13,99],[-4,48],[-2,57],[-2,16],[-4,74],[-1,44],[2,41],[-2,-1],[-4,-55],[-1,-45],[2,-16],[-3,-14],[-19,-1],[4,-63],[4,-40],[11,-62],[3,-3],[11,-60],[-11,47],[-6,12],[-2,26],[-8,36],[-2,22],[-2,-38],[-1,39],[-7,44],[0,50],[4,34],[5,17],[11,15],[5,18],[0,44],[6,19],[-3,28],[-13,45],[1,-27],[-2,-22],[-5,-15],[-6,0],[-2,15],[-5,4],[5,11],[7,1],[5,29],[0,23],[-8,12],[3,-29],[-7,-16],[-7,2],[-5,-13],[-5,2],[-8,-28],[1,13],[26,38],[2,22],[-28,80],[2,21],[-4,1],[-10,-24],[-1,15],[5,30],[-5,0],[-1,15]],[[27783,80088],[0,2]],[[27783,80090],[0,7],[-14,9],[2,-39],[-3,16],[0,26],[-9,-44],[-8,7],[-12,40],[-1,24],[-5,19],[-3,25],[0,24],[-7,14],[-2,-22],[-7,59],[-15,60],[-3,-16],[-6,33]],[[27690,80332],[-2,-4],[-8,50],[5,16],[7,-31]],[[27692,80363],[0,16]],[[27692,80379],[-1,8],[-15,28],[-13,29],[-8,-31],[-6,7],[0,-39],[6,-32],[-2,-33],[9,-7],[4,-17],[4,-66],[16,-2],[-4,-9],[-11,6],[-4,15],[-1,33],[-4,23],[-5,-1],[-6,21],[0,45],[-8,-3],[1,-21],[-3,-16],[-5,-3],[-2,-37],[3,-21],[7,-14],[-3,-27],[5,-16],[1,-26],[-5,12],[-2,23],[2,31],[-4,4],[-6,28],[0,40],[9,20],[0,57],[3,23],[0,25],[-4,4],[-8,-32],[1,-49],[-5,-21],[-8,19],[-9,-26],[9,35],[4,-10],[7,2],[1,13],[-3,29],[13,62],[15,6],[-4,34],[-14,11],[2,14],[-4,23],[-1,28],[-6,-3],[3,15]],[[27633,80590],[2,10],[-12,25],[-4,-4],[5,-34],[-1,-30],[4,-8],[0,-35],[-6,-15],[0,-62],[-5,3],[-7,-14],[-6,9],[-9,-20],[2,12],[8,14],[5,-10],[5,12],[7,3],[-1,55],[6,12],[0,30],[-5,15],[2,23],[-6,37],[-7,2],[-11,29],[-15,4],[4,13],[6,1],[15,-41],[7,-1],[8,13],[2,14],[-4,11],[-9,-1],[-19,17],[-11,27],[-6,26],[-3,0],[-13,-45],[-2,-23],[-8,-11],[1,-45],[5,0],[1,-24],[7,-20],[-3,-10],[8,-15],[6,-21],[-6,-7],[-7,13],[-2,29],[-5,0],[-4,16],[4,17],[-7,8],[-3,41],[-7,1],[-4,-17],[-3,21],[9,33],[6,-15],[3,19],[6,-5],[6,35],[7,16],[-22,64],[-17,58],[-3,-39],[-10,-42],[-9,-15],[8,-35],[-3,-26],[3,-34],[-7,-1],[-2,17],[7,-18],[-2,26],[1,47],[-7,7],[2,35],[0,43],[-10,0],[0,8],[-9,0],[-6,-14],[-9,-34],[0,-19],[-5,-30],[-4,0],[0,25],[5,-13],[2,41],[4,24],[-9,1],[-5,-53],[-5,4]],[[27457,80752],[0,-2]],[[27457,80752],[-17,-29],[9,24],[10,18],[6,18],[2,27],[-8,5],[-6,-22],[-11,6],[-6,-18],[-18,-17],[-5,-13],[-8,23],[-2,46],[-6,4],[-4,-35],[-13,-37],[9,37],[3,35],[1,66],[2,14],[0,41],[6,27],[3,46],[-2,11],[-14,-53],[4,30],[4,4],[5,31],[-2,18],[0,36],[-5,5],[-8,-26],[-6,-6],[1,-21],[-3,-5],[2,42],[7,4],[7,20],[4,-1],[6,-45],[6,38],[0,45],[-4,-2],[-4,47],[2,36],[-10,-6],[-4,-11],[-10,9],[1,-21]],[[27381,81197],[-3,10],[1,40],[3,-20],[5,-11],[16,25],[-9,32],[-3,20],[-5,-1],[-9,32],[2,-26],[-7,-7]],[[27372,81291],[0,3]],[[27372,81294],[2,8]],[[27374,81302],[0,5]],[[27374,81307],[-1,-1]],[[27373,81306],[-3,1]],[[27370,81307],[-1,3]],[[27369,81310],[1,16],[-6,16],[9,21],[-5,26],[-8,-9],[1,15]],[[27361,81395],[-6,7],[-5,-7],[-6,-31],[-3,-1],[-6,23],[-6,-3],[-9,-20]],[[27320,81363],[-1,-10]],[[27319,81353],[-7,-8],[7,26],[10,18],[-5,9],[8,-1],[8,-14],[4,10],[-8,27],[0,17],[-4,20]],[[27332,81457],[-1,7]],[[27331,81464],[12,36],[-3,61],[9,27],[4,36],[10,5],[-17,72],[-2,-16],[-6,2],[-14,-21],[-6,-24],[-2,-30],[8,4],[1,-15],[-8,-16],[7,25],[-8,-3],[-4,-12],[5,55],[-6,2],[-3,-11],[-4,-40],[-3,-10],[-4,12],[-8,0],[-9,42],[4,16],[10,-15],[5,14],[-1,20],[7,27],[-5,21],[-1,22],[-4,4],[-1,36]],[[27294,81790],[5,9],[-4,41],[5,23],[0,16],[-12,-11],[-6,-19],[-12,-18],[0,-38],[-3,-9],[-10,11],[11,-2],[0,51],[10,12],[4,13]],[[27282,81869],[10,40],[-5,38],[-5,-12],[-7,17],[-8,-10],[2,16],[-5,17],[-9,-9],[5,21],[9,-1],[12,25],[1,17],[7,21],[0,43],[-5,20],[-8,-15],[4,21],[-8,5],[-3,-7]],[[27269,82116],[-1,-5]],[[27268,82111],[-4,-5],[-8,18],[-6,-3],[7,17],[6,25],[9,-13],[-1,20],[-18,57]],[[27253,82227],[0,16],[6,22],[-3,21],[-6,-23],[-3,4],[8,31],[1,16],[-5,21],[0,43],[4,-8],[8,4],[3,54],[-5,6],[-9,-14],[-3,4],[-9,-12],[-22,-3],[3,12]],[[27221,82421],[2,1]],[[27223,82422],[-1,21],[7,30],[7,14],[-5,33],[3,15],[-6,-2],[-5,28],[1,19],[-4,22]],[[27220,82602],[-5,28],[5,19]],[[27220,82649],[-1,16],[4,13],[-2,35],[-4,10],[-10,-25],[-1,-28],[-7,-7],[0,-39],[-8,-27],[-1,-23],[-9,-2],[-11,21],[12,-1],[5,-15],[4,34],[6,13],[-1,66],[5,18],[9,16],[6,33],[8,3]],[[27224,82760],[0,6]],[[27224,82766],[1,11]],[[27225,82777],[0,45],[-9,-15],[-6,-30],[-3,1],[8,37],[-4,11],[-3,-29],[-13,-14],[9,18],[2,26],[6,13]],[[27212,82840],[-1,20],[6,-7],[-2,23],[-10,34],[-4,-23],[-5,-7],[-6,8],[-4,20],[-4,-14],[-6,4],[-3,-22],[-10,3],[10,5],[1,18],[6,1],[5,16],[10,-26],[5,24],[8,16],[6,-20],[7,25],[-1,14],[-10,41],[-9,28],[0,22],[8,26],[1,17],[-11,-5],[-2,-13],[-8,12],[0,-35],[-7,4],[-1,42],[4,-1],[-2,-36],[6,31],[5,-8],[0,18],[6,0],[6,22],[0,36],[-6,-16],[0,-23],[-3,-4],[2,31],[8,29],[1,33],[-3,40],[-6,-6],[-11,27],[-1,-14],[-6,-3],[1,16]],[[27182,83263],[0,13]],[[27182,83276],[7,-1],[0,20],[12,-12],[-1,-14]],[[27200,83269],[5,-2]],[[27205,83267],[10,26],[-6,22],[1,16],[5,-8],[2,-21],[-1,-23],[9,2],[-2,96],[-2,29],[0,76],[3,38],[-1,11],[-8,-34],[-2,-37],[3,-5],[-1,-26],[-5,-18],[0,18],[5,7],[-3,11],[2,55],[-8,-39],[-8,5],[1,30],[-2,14],[-5,-1],[1,15]],[[27193,83526],[1,3]],[[27194,83529],[-1,6]],[[27193,83535],[2,14]],[[27195,83549],[1,-5]],[[27196,83544],[5,6]],[[27201,83550],[1,2]],[[27202,83553],[0,0]],[[27202,83553],[1,-3]],[[27203,83550],[1,0]],[[27204,83550],[4,3],[-2,-49]],[[27206,83504],[-1,-15],[-5,2],[0,-17],[6,10],[3,21],[7,17],[-2,17]],[[27214,83539],[2,24]],[[27216,83563],[0,26],[3,33],[-3,5],[2,39],[-4,5]],[[27214,83671],[-4,-18],[-2,16]],[[27208,83669],[-2,3],[-2,-38],[-4,6],[6,8],[-3,32],[-6,-13],[-5,7],[-3,31],[-7,-31],[2,-8],[-3,-23],[-1,27],[-7,-13],[4,17],[-8,21],[-13,-14],[4,18],[8,8],[0,19],[4,28],[-3,45],[-10,-8],[-7,25],[-8,42],[-2,19],[4,12],[-1,-29],[5,-11],[-1,18],[3,22],[8,17],[-1,27],[-4,-1],[0,26],[-5,22],[0,46],[-4,-9],[-9,21],[-5,21],[-1,26],[5,2],[0,-16],[8,-7],[3,-33],[3,1],[2,31],[0,73],[-6,38],[4,10],[2,35],[7,24],[9,12],[7,31],[1,25],[-4,18],[1,44],[-1,30],[2,29],[9,58],[0,20],[5,13],[-4,83],[-5,9],[-9,-2],[-7,15],[0,39],[5,9],[2,25],[-3,21],[9,0],[1,35],[-9,19],[-4,-10],[-10,5],[-1,22],[-4,21],[-1,36],[6,14],[1,26],[-2,28],[3,3],[-4,20],[1,26],[-2,17],[11,25],[-1,36],[-8,7],[7,31],[0,31],[-5,9],[3,44],[5,6],[4,37],[1,35],[4,18],[2,35],[5,6],[16,-24],[3,-26],[-1,-32],[-4,-13],[4,-40],[-4,-8],[-4,-31],[-11,-57],[-6,-1],[-10,-33],[2,-45],[-9,-5],[5,-32],[-6,-12],[3,-23],[-1,-46],[-6,-25],[0,-32],[7,-37],[6,-11],[6,12],[5,-6],[6,-26],[0,-34],[-5,-16],[-6,-48],[0,-18],[15,0],[5,-12],[4,-23],[2,-50],[3,3],[1,-35],[-8,-23],[-2,-70],[2,-10],[-7,-8],[0,-17],[-4,-13],[-1,-45],[6,-12],[-3,-21],[3,-26],[-5,-26],[-5,-6],[-2,-22],[-15,-40],[2,-52],[7,-26],[-2,-27],[8,-22],[-1,-9],[-11,8],[-4,-17],[2,-25],[5,-6],[4,-31],[-3,-17],[6,-18],[0,-23],[-5,-18],[-3,-31],[-4,-15],[3,-17],[-3,-31],[2,-6],[8,14],[5,-12],[0,-60],[-3,-28],[4,-7],[7,19],[8,10],[6,16],[4,-27],[-5,-10],[4,-8],[11,-3],[3,20],[7,10],[2,22]],[[27222,83752],[0,44],[4,10]],[[27226,83806],[1,31]],[[27227,83837],[0,3]],[[27227,83840],[-1,34]],[[27226,83874],[-1,14]],[[27225,83888],[0,6]],[[27225,83894],[5,48],[4,80],[9,79]],[[27243,84101],[0,9]],[[27243,84110],[-2,25],[1,54],[10,46],[0,42],[5,17],[2,35],[-1,49],[2,16],[-3,30],[2,34],[8,54],[1,33],[4,4],[0,25],[3,13],[1,31],[5,21]],[[27281,84639],[1,7]],[[27282,84646],[0,3]],[[27282,84649],[2,27]],[[27284,84676],[-8,9],[6,6],[3,21]],[[27285,84712],[-1,12],[4,27],[5,62]],[[27293,84813],[1,5]],[[27295,84820],[6,38]],[[27301,84858],[8,106]],[[27309,84964],[3,13],[5,54]],[[27317,85031],[3,34],[-4,25],[4,3],[10,99],[4,48],[7,48],[7,88],[6,23]],[[27354,85399],[3,22],[1,31],[-10,10],[5,5],[5,-13],[4,34],[6,6],[2,30],[-3,6],[1,24],[13,96],[6,73],[8,66],[5,30],[10,80],[22,110],[11,18],[1,-14],[-10,-63],[-11,-61],[-5,-5],[-2,-53],[-9,-73]],[[27407,85758],[8,64],[14,96],[11,61],[11,79],[12,61],[3,64],[3,38],[8,68],[-15,48],[-2,16],[-11,-6]],[[27449,86347],[6,-6],[5,-108],[3,-44],[-2,-29],[-3,43],[-2,1],[3,-35],[0,-35],[-4,6],[2,-46],[-7,17],[4,8],[0,53],[-8,64],[-5,54],[-3,68],[0,116],[-1,-51],[-2,-9]],[[27435,86414],[-2,6],[0,38],[8,126],[8,66],[1,19],[-12,-108],[-8,-99],[-3,-16],[-4,-59],[-1,-35],[0,-67],[-3,-30],[1,-74],[4,-27],[3,-2],[-2,-29],[-2,30],[-1,-37],[13,9],[6,-8],[-1,-21],[5,-1],[2,17],[4,-11],[-6,-19],[-8,12],[3,17],[-6,9],[-12,-13],[-2,-16],[-4,10],[-11,-24],[5,-27],[-4,-3],[-2,-65],[13,-15],[-1,-26],[-9,-41],[-8,-13],[3,-11],[-6,-19],[-10,-18],[7,158],[2,70],[4,9],[0,34],[2,46],[5,43],[-1,24],[6,56],[1,46],[3,26],[4,61],[8,73],[4,55],[7,66],[1,29],[11,94],[10,109],[10,84],[5,58],[2,7],[9,91],[-3,38],[6,-11],[8,71],[3,15],[18,155],[1,58],[2,15],[9,169],[4,19],[-1,23],[6,70],[9,76],[4,47],[7,51],[10,88],[-2,1],[-3,-35],[-4,-3],[-9,13],[-5,-6],[-1,-18],[-5,-19],[-6,-4],[-1,11],[7,11],[4,32],[4,1],[-1,18],[4,44],[0,-58],[11,-6],[5,46],[5,8],[9,50]],[[27581,88048],[6,63]],[[27587,88111],[2,34],[8,66],[4,56],[-3,15],[-8,-15],[3,18],[10,3],[4,56],[7,136],[-6,-60],[1,43],[0,159],[1,6],[0,96],[-1,9],[-1,96],[4,-43],[0,-159],[-1,-12],[0,-74],[2,-22],[1,105],[-1,10],[0,128],[-1,44],[-4,66],[-2,68],[-2,122],[-2,38],[-2,86],[-4,90],[-2,118],[-2,15],[0,51],[-2,75],[0,73],[-2,40]],[[27588,89648],[0,-68],[-2,0],[1,58],[-12,55],[-2,35],[-1,86],[-5,30],[-9,22],[-4,20],[0,31],[-5,35],[0,18],[-4,26],[-5,6],[-3,21],[2,54],[-3,42],[-5,6],[-3,42],[0,38],[4,57],[-1,34],[7,14],[-1,20],[-6,27],[-3,25],[-6,6],[-4,28],[1,21],[-8,1],[-4,31],[-3,-1],[-1,54],[3,6],[1,27],[8,6]],[[27515,90561],[0,12]],[[27515,90575],[-11,-25],[-1,-28],[-4,-2],[3,-20],[-17,20],[0,12],[9,-4],[7,30],[0,23],[-5,12],[0,19],[9,20]],[[27505,90632],[0,10],[-9,-24],[-1,-11],[5,-46],[-8,-24],[-10,8],[2,-14],[-2,-22],[-4,5],[-11,-13],[-10,16],[3,29],[7,-22],[7,9],[-8,15],[-4,-10],[-7,30],[-1,-18],[-13,14],[-3,21],[6,-1],[-4,26],[0,17],[-5,1],[6,-22],[-1,-13],[-7,-4],[-5,14],[-1,27],[-3,-18],[-9,-14],[1,30],[-3,-22],[-13,-7],[2,-19],[-6,-4],[2,17],[-5,11],[-6,-21],[-9,5],[-5,11],[-2,31],[-12,10],[-7,-1],[-7,12],[-8,-7],[-11,6],[-7,11],[-1,-17],[-8,-32],[-5,-3],[0,-33],[3,24],[12,33],[1,-12],[-16,-47],[-3,-27],[-5,-19],[2,-92],[5,-61],[3,-6],[12,12]],[[27319,90381],[0,2]],[[27319,90383],[1,5]],[[27320,90388],[-3,13],[1,29],[8,23]],[[27326,90453],[0,13]],[[27326,90466],[0,10]],[[27326,90476],[-1,3]],[[27325,90482],[1,1]],[[27326,90483],[1,1]],[[27327,90486],[1,2]],[[27328,90488],[0,4]],[[27328,90492],[6,20]],[[27334,90512],[2,3]],[[27336,90515],[8,17]],[[27344,90532],[12,17],[1,-12],[7,4],[4,-30],[3,-3],[-3,-46],[-3,28],[-3,-5],[2,-23],[-4,1]],[[27360,90463],[0,-2]],[[27360,90461],[1,-28],[-8,-24],[3,-9],[-3,-25],[-11,0],[-8,21]],[[27334,90396],[-4,-31],[-4,-10],[-6,6]],[[27320,90361],[-3,0]],[[27317,90361],[-1,-10]],[[27316,90351],[-6,-7],[4,-12],[-12,-23],[1,-34],[-6,-53],[1,-32],[-6,1],[-6,-32],[0,-19],[8,-46],[8,-4],[1,-16],[4,6],[0,-22],[4,12]],[[27311,90070],[0,3]],[[27311,90073],[2,5]],[[27313,90078],[0,11]],[[27313,90089],[2,1]],[[27315,90090],[5,23],[8,20],[6,-3],[-3,-17]],[[27331,90113],[0,-3]],[[27331,90110],[0,-1]],[[27331,90109],[0,-2]],[[27331,90107],[-1,-17],[-10,-27],[-5,4],[-2,-16]],[[27313,90050],[0,1]],[[27313,90050],[2,-9],[-7,-6],[6,-16],[-7,-2],[-3,40]],[[27304,90057],[-4,13],[-1,22],[-17,0],[1,-21],[-6,-28],[0,-31],[-3,-30],[-5,-8],[-1,-27]],[[27268,89947],[-2,-22],[16,-45],[4,13],[2,31],[6,-7],[-1,-27],[-3,3],[-5,-22]],[[27285,89871],[0,2]],[[27285,89873],[-1,0]],[[27284,89873],[0,0]],[[27284,89873],[1,-2]],[[27285,89871],[0,-1]],[[27285,89870],[0,-16],[-8,-11],[-6,-33],[-2,42]],[[27269,89852],[-4,16]],[[27265,89868],[-3,43],[-11,-24],[1,-24],[-3,1],[2,-33],[-6,-19],[3,-19],[-8,3],[8,-13],[4,22],[-4,-39],[0,-17],[-7,-13],[-6,-30],[-7,-14],[-12,-1],[1,-13],[-4,-19],[-10,5]],[[27203,89663],[0,-4]],[[27203,89659],[0,-16],[-5,4],[1,-15],[-6,17],[1,-23],[-5,-3],[0,27]],[[27189,89650],[-7,8]],[[27182,89658],[-7,-15],[-1,-15],[10,16],[0,-19],[-6,0]],[[27178,89625],[-1,-5]],[[27177,89620],[1,-14],[-5,0],[0,-23],[-5,18],[5,12]],[[27173,89615],[-1,8]],[[27172,89624],[0,3]],[[27172,89627],[0,3]],[[27172,89630],[-1,-19],[-5,5],[2,-17],[-5,5],[-1,-13]],[[27162,89591],[-9,-16],[3,-12],[3,12],[3,-21],[-16,-3]],[[27146,89551],[0,-3]],[[27146,89548],[1,-13],[-8,12],[6,-18],[-5,-8],[-2,-23],[3,-22],[-13,-21]],[[27128,89455],[0,-2]],[[27128,89453],[0,-21]],[[27128,89432],[-1,-5]],[[27127,89427],[-1,-62],[-2,-25],[1,47],[-3,7]],[[27122,89394],[0,2]],[[27122,89396],[-3,-61],[0,-83],[-1,37],[-1,-45],[-4,-101],[3,-4],[-5,-30],[-7,-62],[7,20],[-1,-75],[-4,-30],[1,-22],[-5,-22],[-4,27],[-6,-3],[-2,-29],[-1,26],[-15,-44],[-11,-8],[4,-24],[-4,-5],[3,-25],[5,18],[15,-39],[1,-22],[7,-25],[1,-32],[4,-46],[16,-56],[2,-16],[11,-11],[-17,10],[-5,22],[-11,29],[-6,35],[1,31],[-4,12],[-1,35],[-7,29],[-6,15],[-5,-5],[-12,16],[-5,-28],[-2,-27],[4,-6],[1,-52],[-5,-28],[-5,-48],[2,-31],[-1,-35],[4,-32],[0,-19],[5,-69],[-3,-57],[2,-12],[-4,-22],[-8,-19],[-1,-25],[9,-16],[10,-28],[6,-2],[6,-25],[-3,-11],[4,-38],[-1,-11],[-3,43],[-5,19],[-11,4],[-2,20],[-6,-11],[-4,6],[-6,-9],[-4,36],[-6,-6],[0,18],[-8,-39],[1,-26],[-9,18],[-6,-15],[2,-18],[-6,-30],[-4,3],[6,33],[0,18],[9,18],[7,30],[0,18],[7,78],[2,85],[-5,13],[-1,-36],[4,-13],[-3,-8],[-4,26],[-6,2],[-11,-10],[1,-27],[-4,18],[-1,-13],[-10,-26],[-3,5],[-5,-42],[-5,-18],[1,-10],[5,31],[0,-26],[-4,-36],[-5,-21],[-8,-54],[-11,-53],[-2,-24],[-5,-25],[-6,-76]],[[26936,88059],[-1,-8]],[[26935,88051],[0,-10]],[[26935,88041],[0,-22],[-6,-36],[-1,-35],[-2,-2]],[[26926,87946],[-2,-46],[-6,-19]],[[26918,87881],[-2,-12]],[[26916,87869],[-1,-11],[0,-78],[-7,-81],[-4,-32],[-11,-14],[-6,-22],[-5,1],[0,-17],[-8,-14],[5,-10],[4,13],[4,-8],[0,-41],[-12,22],[0,-36],[12,-16],[6,20],[11,15],[13,-8],[4,29],[7,0],[-8,-26],[5,-25],[5,9],[9,-12],[-6,-15],[-10,10],[0,8],[-14,17],[-11,-12],[-11,-22],[8,-2],[2,13],[9,-31],[1,-25],[-11,21],[-6,5],[4,-20],[3,4],[6,-15],[-5,-17],[8,-12],[-1,-15],[9,3],[-6,-15],[1,-28],[9,-60],[5,13],[5,-14],[-6,2],[0,-17],[7,-22],[9,1],[-4,-10],[-1,-39],[12,-23],[6,-40],[0,-20],[8,-15],[-3,-7],[-2,-74],[-4,-25],[-5,2],[6,-38],[-1,-20],[-5,0],[1,44],[-4,-11],[-5,11],[0,-37],[-8,25],[3,39],[-2,36],[5,21],[-1,31],[-4,1],[-12,-19],[-6,-33],[6,-15],[-3,-17],[3,-25],[1,-42],[-3,-5],[-5,-38],[-13,-19],[-10,-34],[-5,-10],[-2,22],[0,-36],[-8,-13],[5,42],[-8,52],[2,6],[-8,11],[0,17],[14,38],[8,3],[0,22],[6,7],[3,18],[10,-9],[-8,14],[5,53],[-6,2],[6,16],[-6,12],[0,18],[-4,3],[-1,90],[-3,23],[-5,6],[-10,-14],[-2,-10],[2,-27],[-7,2],[-5,-23],[-2,4]],[[26859,87225],[0,-25]],[[26859,87200],[-4,-26],[0,-42],[-6,-19],[0,-38],[-2,33],[5,28],[-1,25],[-8,-17],[0,-13],[-7,-20],[1,27],[7,25],[4,0],[0,20],[-11,-39],[-8,-64],[0,-57],[2,-12],[0,39],[4,-42],[6,-42],[2,-52],[2,-13],[0,-41],[4,-37],[-1,-65],[2,5],[-2,-49],[-4,-45],[6,15],[-7,-30],[5,-32],[5,-6],[0,-40],[3,4],[3,-45],[5,-21],[-3,-11],[1,-38],[6,-34],[3,-30],[-2,-31],[6,-15],[-3,-6],[7,-25],[1,-34],[-4,1],[5,-30],[-1,-63],[6,-1],[-1,-56],[2,-18],[-6,-29],[3,-25],[-3,-53],[9,-43],[-5,-4],[-3,-19],[-6,-3],[-3,-21],[11,-8],[-4,-38]],[[26880,85880],[-4,-8]],[[26876,85872],[-4,2],[3,-38],[-3,-5],[4,-22],[8,-3],[2,42],[0,-41],[-10,-5],[-5,13],[-6,-15],[1,-19],[-4,-11],[6,-17],[9,-10],[6,15],[1,-42]],[[26884,85716],[1,4]],[[26885,85720],[1,4]],[[26886,85724],[1,4]],[[26887,85728],[0,0]],[[26887,85728],[1,-3]],[[26888,85725],[2,-7],[-5,-18],[-11,-4],[3,-19],[-5,-7],[-5,-35],[-3,-7],[-4,-57],[-7,-2],[5,-34]],[[26858,85535],[-3,-36],[-7,-16],[1,-16],[-11,-2],[4,-22],[-5,0],[5,-29],[1,-26],[-3,-38],[-6,10],[-5,-10],[-7,3],[-10,-11],[-10,-3],[-11,-12],[-12,19],[-7,-11],[-4,-19],[-2,-39]],[[26766,85277],[2,-27],[-2,-42],[-4,6],[-9,-22],[-10,-10],[-4,-24],[6,-20],[-6,-10],[1,-29],[-6,-17],[1,-17],[-4,-2],[-3,-28],[0,-31],[-6,-14],[-12,-2],[-6,-18],[-3,-35],[-7,-6],[-6,-29],[-12,-25],[2,-26],[-3,-4],[0,-57],[2,-24],[-2,-28],[1,-48],[-4,0],[4,-22],[-6,7],[-4,-13],[-13,-14],[-4,-27],[-12,-18],[-8,-54],[-5,5],[1,-49],[-1,-32],[-3,-1],[-9,-54],[-2,-32],[-7,-19],[-12,-48],[-7,-10],[-4,-19],[-8,-17],[-3,-19],[-7,7],[-6,-8],[-1,-13],[-7,-20],[-11,-19],[-7,-19],[1,-8],[-9,-17],[0,-9],[-10,-22],[-3,-14],[0,-25],[-18,7],[-6,12],[-13,0],[-7,26],[-5,2],[0,-21],[-10,-41],[0,27]],[[26450,84097],[0,0]],[[26450,84097],[-8,15],[-1,-24],[-6,-8],[-3,23],[-1,43],[-5,0],[-5,-19],[-9,-4],[2,12],[-6,8],[-1,61],[-6,-26],[1,49],[6,0],[0,22],[4,21],[-17,-21],[-5,0],[-4,-19],[1,28],[-2,21],[17,2],[2,10],[11,14],[1,31],[-3,27],[-10,9],[-9,-14],[11,9],[5,-8],[-4,-14],[-21,-21],[-5,2],[-7,18],[-13,4],[-6,18],[-12,24],[-7,27],[-13,32],[-9,16],[-4,15],[-20,52],[-23,45],[-6,24],[-3,-16],[5,-43],[8,-38],[-1,-13],[-6,13],[-1,14],[-14,2],[5,8],[-5,17],[0,15],[-7,11],[-3,-17],[-1,22],[-10,-8],[8,25],[-1,16],[-13,12],[-4,-9],[-15,-5],[-17,19],[-27,26],[10,1],[-2,9],[-16,-9],[-14,11],[-3,15],[-7,-28],[-6,-61],[-6,-107],[0,-40],[3,-36],[3,-9],[-4,56],[0,47],[4,48],[2,47],[7,49],[0,14],[14,-10],[2,-38],[0,-78],[1,-47],[-3,-8],[0,-23],[-8,-30],[-6,-61],[-13,-58],[-12,-19],[-8,-1],[-11,-33],[11,25],[-3,-30],[-12,-38],[-2,-19],[-7,-16],[-1,17],[-7,-37],[-5,-7],[-19,-40],[-11,-31],[1,-15],[3,23],[5,15],[9,11],[0,8],[14,20],[-22,-69],[5,-27],[0,16],[13,1],[-2,28],[7,18],[11,-3],[1,12],[7,8],[-1,25],[8,12],[1,22],[10,19],[8,5],[4,-35],[4,12],[6,-26],[-7,4],[-7,-13],[-4,40],[-8,-6],[-3,-56],[2,-18],[-10,-6],[0,-40],[2,-15],[-14,21],[-8,3],[-5,-26],[-9,2],[-7,-35],[-9,-7],[-1,-14],[-7,0],[0,-14],[11,-31],[4,-54],[6,-10],[13,5],[5,-20],[1,-25],[6,-20],[-4,-15],[8,-25],[-1,-29],[-3,22],[-9,34],[0,47],[-6,0],[-7,19],[-1,-16],[-12,14],[-4,30],[-4,9],[-1,-34],[-3,-1],[1,-22],[-7,-26],[0,-19],[-6,30],[-8,-11],[-3,11],[-9,1],[-2,55],[4,24],[7,7],[1,-20],[9,-9],[4,15],[-2,14],[9,16],[-3,55],[8,12],[4,19],[-13,-3],[9,28],[-2,11],[-11,-44],[-15,-45],[-24,-62],[-9,-20],[-40,-75],[-29,-43],[-29,-37],[-20,-18],[-18,-9],[-20,-1],[-3,-17],[7,-29],[11,17],[3,-5],[23,30],[7,-1],[3,-39],[5,4],[0,15],[16,17],[4,-12],[-8,-13],[-2,-15],[5,-13],[6,12],[7,29],[11,26],[12,2],[4,-15],[-5,-18],[2,-11],[-6,-18],[4,-9],[-9,-1],[-1,-36],[-8,3],[-5,-29],[2,-31],[-4,27],[-7,6],[-6,-15],[-12,19],[-7,-8],[-6,16],[-20,20],[-7,-49],[0,-20],[7,3],[1,-10],[-10,-3],[0,23],[-4,11],[-4,-21],[0,-19],[-4,-10],[5,53],[-4,28],[-10,6],[-5,14],[-3,22],[-7,-6],[0,-22],[-5,-11],[3,24],[-4,21],[4,-2],[1,30],[-6,5],[-16,-9],[-7,3],[-11,-5],[-6,9],[-5,-9],[-13,2],[-28,17],[-7,-1],[-14,13],[-23,12],[-9,10],[-21,32],[-5,-18],[4,-11],[12,-1],[2,-16],[14,-25],[17,-1],[14,-31],[6,-26],[7,-14],[4,20],[10,-1],[-9,-9],[-5,-21],[-8,-8],[-18,-52],[4,-7],[-1,-18],[5,3],[-2,-39],[5,-30],[-2,-12],[-11,-17],[7,28],[-3,33],[-7,14],[-2,49],[-6,51],[0,22],[-7,12],[-3,-9],[2,-19],[-1,-53],[1,-21],[-10,-23],[1,-21],[-4,-8],[-3,-34],[-9,-2],[0,25],[4,12],[-5,22],[1,13],[7,16],[3,31],[-6,60],[0,20],[-10,32],[-8,12],[-13,37],[5,5],[-1,33],[-10,-1],[-5,19]],[[25583,83781],[-13,6],[-7,10],[-2,16],[-7,-9],[-11,6],[-9,-6],[13,-2],[10,-36],[-2,-22],[-5,-9],[4,-9],[1,-41],[5,5],[5,-18],[12,-16],[1,-13],[-7,-34],[-10,6],[-10,-41],[6,44],[7,8],[-2,26],[-10,15],[-5,23],[-2,41],[-8,35],[-5,3],[-2,-23],[-1,49],[-5,-2],[-3,21],[-7,-8],[-2,14],[-2,-34],[-3,-10],[-1,-27],[-3,19],[4,26],[-5,27],[8,10],[5,-11],[5,7],[7,-18],[2,13],[-11,12],[-6,30],[-22,27],[-22,11],[-18,16],[-9,4],[-32,-4],[-23,7],[4,-10],[17,-6],[-1,-17],[6,-16],[12,30],[11,-4],[10,-17],[7,2],[8,-15],[5,-41],[3,14],[0,27],[4,-16],[-5,-26],[-5,5],[-3,-21],[-11,-31],[-7,-35],[0,-39],[5,-12],[-3,-28],[-3,2],[-3,29],[2,19],[-4,-1],[-15,-44],[-3,-80],[-5,-18],[9,-75],[0,-38],[-3,-21],[1,-46],[-3,-14],[2,-19],[-2,-16],[0,-42],[-3,-22],[-1,-36],[4,-36],[-11,11],[-5,23],[-1,22]],[[25399,83267],[-8,-8],[0,-27],[8,-38],[-5,-16],[-6,23],[2,67],[-3,25],[4,9],[-3,25],[-3,-7],[-2,-92],[-1,26],[2,30],[1,64],[-2,-15],[-4,7],[-2,42],[2,14],[-2,31],[-7,35],[-7,-31],[0,-19],[5,-12],[-4,-4],[-2,38],[3,27],[6,9],[0,45],[-5,22],[-1,18],[2,41],[-2,15],[0,77],[-1,39],[-4,39],[-5,-6],[-1,19],[-13,22],[-1,-28],[2,-39],[-6,7],[-13,-27],[-12,-8],[-4,24],[0,-29],[-7,-17],[-6,-1],[0,14],[-14,9],[5,50],[-5,8],[-2,-12],[-7,-4],[-4,-14],[-5,10],[3,19],[1,-24],[3,2],[1,31],[-9,27],[-7,-1],[-3,-22],[-6,-11],[-8,-2],[1,-48],[5,-4],[-7,-22],[-5,-1],[-8,-17],[2,28],[-1,25],[-8,19],[-7,-3],[-9,24],[-7,3],[-6,-7],[-9,-29],[-9,-19],[8,-1],[-9,-15],[-8,-22],[-2,-30],[-8,13],[-16,-11],[-6,13],[-10,-9],[-4,6],[4,20],[2,-7],[16,1],[3,-9],[4,12],[5,-2],[7,11],[0,20],[-12,-5],[-28,9],[-23,26],[-27,49],[-11,12],[-8,16],[-11,10],[-1,-37],[11,-18],[-9,-12],[2,-12],[-8,-5],[-1,-13],[-11,6],[-7,30],[4,10],[6,-2],[5,30],[-2,24],[-10,24],[-5,23],[-10,15],[-2,25],[2,11],[-8,32],[1,26],[-10,-9],[-5,17],[-17,2],[-4,27],[-6,13],[-8,-10],[-9,52],[-7,18],[-2,44],[-12,18],[0,19],[4,26],[-5,6],[-4,-20],[-10,-12],[-9,3],[-6,22],[-3,26],[-3,2],[3,68],[6,26],[5,6],[9,-4],[14,-31],[4,16],[-9,14],[0,39],[7,23],[4,23],[18,16],[10,-17],[4,-21],[0,-42],[3,-12],[0,-29],[3,-18],[-3,-34],[5,-10],[21,-60],[-3,-26],[3,-20],[12,20],[2,36],[-3,15],[-4,44],[5,7],[-9,5],[5,33],[3,3],[4,-26],[2,23],[9,-11],[-1,37],[-3,-11],[-4,10]],[[24998,84312],[-6,-4],[-1,24],[2,22],[5,14],[-6,7],[7,15],[0,-12],[7,6],[-3,-22]],[[25003,84362],[7,-21],[2,40],[7,-21],[-2,31],[8,13],[-1,14],[-8,-11],[-5,40],[-10,13],[-3,20],[8,3],[13,30]],[[25019,84513],[0,8],[-14,-9],[-5,33],[1,-28],[-4,9],[-4,-12],[-5,-45],[-14,-10],[13,30],[-3,17],[4,28],[6,9],[-2,21]],[[24992,84564],[-5,2],[-4,19],[13,42],[-1,24],[-6,-1],[-6,-25],[-4,-33],[-9,-14],[-2,-29],[-5,5],[2,14],[-6,15],[-5,-28],[-7,16],[-7,-13],[-6,5],[-1,34],[2,21],[12,16],[1,15],[-8,1],[6,14],[3,-6],[12,18],[-3,13],[-8,-8],[-5,7],[-9,-25],[-7,-12],[-4,13],[5,5],[1,27],[6,3]],[[24937,84699],[-7,8],[5,26]],[[24935,84733],[-11,-4],[0,16],[-7,10],[-7,-1],[6,20]],[[24916,84774],[-4,-7],[5,31],[4,0],[-3,20],[7,19],[2,24],[-5,9],[9,18],[3,-7],[9,40],[8,-13],[1,31],[4,-5],[8,38],[-6,3],[5,21],[-7,18],[3,30],[14,15],[13,-25],[0,7],[12,6],[-2,18],[5,-5],[2,-16],[2,26],[3,-23],[0,39],[-4,10],[7,25],[8,6],[1,-20],[5,3],[6,-19],[9,15],[4,33],[-2,11],[4,19],[6,-4],[2,-27],[5,2],[0,-25],[8,21],[1,35],[9,23],[1,33],[5,3],[-1,13],[-6,10],[7,27],[-3,24],[3,17],[2,-16],[6,22],[-4,18],[-1,35],[14,21],[3,12],[-7,37],[-4,-36],[-14,-14],[6,26],[1,29],[-3,16],[-9,-4],[3,17],[-2,20],[-7,10],[9,73],[-9,-38],[-10,-31],[-1,-34],[-6,-23],[-6,-48],[-3,19],[4,38],[-2,20],[-9,8],[-1,18],[-15,71],[-13,69],[-6,4],[5,-32],[2,-38],[7,-18],[6,-45],[-1,-12],[9,-24],[2,-39],[5,-11],[-3,-27],[4,-17],[3,9],[1,-59],[-4,-42],[-5,-24],[-7,58],[0,22],[-6,29],[3,-96],[-4,32],[-9,40],[-3,-11],[8,-28],[-1,-49],[-11,51],[-3,-24],[-7,19],[-10,-55],[0,-17],[6,3],[1,-15],[-8,4],[-5,-12],[-4,29],[-23,-27],[0,-17],[4,14],[9,-6],[1,15],[9,9],[1,-23],[13,-4],[-1,-43],[-6,-44],[-18,-42],[3,25],[-12,-4],[-4,-15],[3,-19],[-3,-30],[-10,-21],[-1,18],[-13,-2],[-6,7],[-9,-25],[-1,19],[-9,13],[-2,-8],[3,-23],[-3,-5],[-12,21],[6,-32]],[[24889,85012],[0,-18],[-7,17],[-2,-10],[4,-14],[-1,-21],[5,7],[1,-15],[-6,-23],[-6,2],[-4,34]],[[24873,84971],[-2,-29],[-6,-1],[5,-19],[-2,-11],[-9,6],[-1,-15],[-3,51],[-6,6],[-9,-12],[-1,-25],[-5,2],[-3,-19],[-5,4],[-10,-37],[-17,-36],[-3,20],[-6,-43],[4,-16],[5,3],[7,-36],[0,-49],[-2,-39],[-6,6],[-2,-28],[-7,-4],[1,33],[-3,25],[0,31],[5,37],[0,28],[-12,7],[-6,45],[8,19],[-8,0],[-2,10],[9,15],[5,37],[9,-4],[1,20],[7,16],[22,-3],[-1,29]],[[24824,84995],[-5,-23],[3,37],[-4,23],[5,25],[6,5],[-4,13],[2,19],[-8,18],[4,24]],[[24823,85136],[0,18],[10,13],[0,14],[-5,11],[0,-16],[-8,-17],[-2,17],[-4,-7]],[[24814,85169],[6,-21],[-6,-8],[-9,-30],[5,81],[-4,18],[2,47],[4,0],[4,33],[7,2],[-16,83],[-17,51],[-15,29],[-8,-26],[5,-6],[0,-23],[-4,-15],[-5,-1]],[[24763,85383],[6,-10],[-5,-14],[0,-19],[-6,3],[3,-50],[-7,-40],[0,-26],[-3,-20],[-6,1],[2,-18],[-7,10],[1,-24],[3,-1],[0,-24],[-6,-38],[3,59],[-4,-16],[0,17],[-5,5],[0,48],[-3,1],[2,27],[-4,-5],[-2,27],[-3,0]],[[24722,85276],[1,-43],[3,-29],[-3,0],[4,-38],[-5,-21],[-6,-5],[1,-35],[-4,-3],[-4,19],[3,13],[-5,26],[-3,34],[-5,-9],[-2,-17],[3,-27],[0,-30],[-9,-13],[1,42],[6,-11],[-1,48],[-7,-14],[-1,16],[-8,15],[-2,-7],[3,-23],[-9,-12],[-4,52],[6,-3],[-2,42],[3,4]],[[24676,85247],[3,20],[-9,-14],[-8,-27],[0,14],[5,2],[0,47]],[[24667,85289],[-6,-46],[1,25],[-3,4]],[[24659,85272],[-6,-3],[5,35],[-2,27],[-4,-31],[0,32],[-6,8],[3,20],[-5,35],[-5,0]],[[24639,85395],[-6,-6],[-2,29],[-4,-4],[-1,-22],[-7,35],[2,-38],[-11,27],[-1,-28],[-5,-1]],[[24604,85387],[-1,11]],[[24603,85398],[-2,12],[-5,-5],[-5,11],[-17,-66],[2,-23],[8,-26],[0,-9],[9,17],[5,-3],[7,-29],[5,-3],[0,-20],[-7,-3],[1,-17],[-5,12],[-1,-18],[-5,11],[-11,-26],[-5,7],[1,-23],[9,0],[2,-16],[-12,-2],[7,-49],[-5,15],[-9,-27],[-14,37],[-5,2],[3,30],[8,6],[2,-12],[-5,-25],[8,23],[-2,17],[7,17],[3,-4],[1,28],[-7,21],[-6,3],[4,-23],[-5,2],[2,-26],[-4,7],[-4,24]],[[24556,85245],[-9,38],[-3,31],[-1,-16],[4,-29],[-3,-24],[7,-21],[-3,-10],[-9,45],[3,7],[-2,23],[4,29],[-5,4],[-8,-7],[-8,-35],[-2,-31]],[[24521,85249],[5,-24],[-5,-38],[7,0],[6,-21],[9,9],[2,-16],[-2,-30],[9,0],[1,-16],[-8,-8],[-6,-15],[-7,15],[0,13],[9,19],[2,27],[-7,-5],[-10,22],[-3,-6],[2,-26],[-2,-27],[-7,-15],[1,-9],[-15,-29],[1,-17],[-6,-12],[3,-26],[-3,-27],[-11,-13],[-2,-31],[0,-38],[2,-36],[-2,-16],[7,-6],[7,-55],[0,-18],[-4,-14],[-2,20],[1,43],[-5,12],[-5,-5],[-4,32],[3,22],[-11,23],[0,10],[-10,-11],[1,-13],[-7,-21],[-7,-5],[-6,15],[-3,-17],[5,-9],[1,-27],[-5,0],[-2,15],[-8,-4],[-25,34],[7,-33],[-3,-24],[0,-31],[-4,-62],[-9,-9],[-12,15],[-7,-11],[5,-8],[2,-18],[0,-41],[2,-32],[1,-68],[-3,21],[-13,-2],[-12,11],[-6,-16],[-10,5],[-24,57],[-6,-14],[7,-23],[-2,-20],[-5,0],[0,-16],[9,-56],[0,20],[6,8],[1,-36],[-1,-32],[-10,5],[-5,-13],[-7,4],[-3,22],[-6,0],[-12,-17],[1,39],[-17,24],[-16,40],[-13,47],[-3,-6],[8,-34],[0,-21],[-4,-10],[-4,12],[-6,1],[3,25],[-9,-15],[-5,3],[4,32],[7,26],[8,14],[10,-6],[2,13],[-9,28],[4,49],[5,19],[11,0],[9,-18],[7,28],[-10,-5],[-8,22],[8,19],[-11,4],[-8,-5],[-16,9],[-14,26],[-11,31],[-13,6],[-21,-20],[-27,-19],[-29,-15],[-19,-18],[-29,-46],[-62,-127],[-31,-46],[-27,-31],[-14,-8],[-17,4],[-15,22],[-26,-14],[-10,0],[-17,8],[-19,13],[-19,7],[-21,20],[-8,13],[-17,43],[0,18],[-6,2],[-30,-8],[-12,4],[-15,15],[-22,36],[-34,65],[-12,20],[-30,56],[-9,14],[-32,60],[-16,34],[-13,32],[-13,51],[-5,36],[-13,6],[1,-18],[13,-59],[10,-27],[0,-20],[8,-29],[7,6],[8,-9],[5,-17],[0,-23],[4,-21],[6,-7],[14,26],[5,-4],[7,-56],[-16,20],[0,-11],[-8,-33],[-4,0],[-12,23],[-15,13],[-6,12],[-8,2],[-7,13],[-11,-2],[-3,-26],[7,9],[4,-15],[-2,-14],[5,-14],[7,-54],[4,-54],[0,-38],[2,-12],[0,-42],[-4,-51],[-6,-2],[1,-35],[-5,1],[-13,24],[-4,-34],[1,-17],[-5,7],[0,16],[-5,27],[3,29],[-8,36],[-5,66],[-8,18],[-6,0],[-1,-20],[-5,-33],[-7,-3],[-11,-28],[-3,3],[-3,-36],[-7,0],[3,-20],[-1,-24],[-4,-9],[1,-19],[-7,-34],[-4,17],[2,16],[7,12],[-10,8],[0,28],[5,2],[9,47],[-2,28],[16,14],[5,25],[-9,41],[0,25],[9,36],[-9,47],[-1,30],[7,36],[10,17],[13,11],[-4,34],[-5,-10],[-8,24],[9,1],[1,32],[-6,16],[5,12],[11,-9],[-5,-31],[8,26],[0,60],[7,15],[-8,19],[-4,0],[0,24],[4,16],[-3,34]],[[23471,85168],[-3,-13],[-9,-14],[1,20],[-3,21],[-10,26],[-4,-6],[2,21],[-9,41],[-1,22],[-12,28],[-4,15],[-7,-23],[-10,0],[-10,-21],[-5,1],[5,14],[1,17],[7,-9],[2,43],[-5,62],[-8,17],[-1,17],[4,19],[-10,43],[-3,32],[2,12],[7,-13],[13,-44],[-2,-22],[5,9],[4,-21],[2,14],[-32,104],[-9,35],[-8,39],[-23,80],[-1,15],[-10,8],[-14,20],[-62,154],[7,-26],[-2,-11],[-16,26],[-5,-17],[-3,10],[-8,-6],[-26,45],[-15,22],[-3,21],[3,8],[-7,66],[8,-7],[28,-52],[-1,-8],[11,-16],[17,-40],[8,-14],[3,5],[-32,79],[-28,58],[-27,47],[-40,82],[-20,48],[-18,52],[-9,34],[-4,-19],[4,-6],[9,-33],[13,-32],[1,-13],[8,-10],[14,-39],[25,-43],[7,-19]],[[23153,86123],[15,-22],[3,-17],[1,-56],[-8,-2],[-2,18],[-5,-12],[-9,14],[-9,22],[-10,11],[-13,29],[4,-30],[-4,-17],[-9,21],[-6,-32],[6,-30],[-2,-6],[7,-27],[3,-37],[-2,-22],[6,-25],[-7,6],[-4,23],[2,20],[-3,21],[-14,18],[-1,-11],[-6,9],[-6,23],[1,28],[-6,5],[-10,23],[0,-46],[-7,-6],[-3,-22],[3,-53],[-4,-22],[-11,31],[2,9],[7,-10],[-4,54],[4,11],[-4,29],[7,16],[0,23],[6,-8],[-31,68],[1,-28],[6,10],[7,-21],[-7,-56],[-2,-1],[-4,47],[-8,-12],[4,-22],[-5,-13],[-10,1]],[[23012,86047],[-4,-2],[-2,-30],[4,-37],[-6,-5],[-2,-37],[-16,18],[-3,-15],[0,24],[-3,13],[8,31],[1,22],[6,20],[-3,17],[3,39],[-2,25],[-6,9],[8,5],[5,-20],[6,0],[3,18],[10,18],[5,41],[6,17],[-9,12],[-5,21],[-7,-4],[0,13],[14,2],[2,-20],[7,-10],[9,19],[11,42],[2,35],[-9,1],[-14,36],[-3,2],[-32,70],[-10,30],[-6,1],[5,-13],[-2,-16],[-5,15],[-5,-19],[-5,0],[3,-38],[-3,-39],[-8,-2],[-4,-13],[-2,-32],[-9,-24],[0,-30],[-10,22],[2,21],[5,-15],[3,7],[7,63],[-5,11],[-15,-44],[-6,22],[1,15],[7,33],[11,29],[0,61],[-5,25],[6,50],[-3,43]],[[22943,86600],[-8,24],[-4,25]],[[22931,86649],[1,-13],[-10,30],[-17,69],[-6,1],[-2,-12],[5,-22],[-1,-28],[6,-24],[0,-27],[-4,-10],[8,-60],[-1,-12],[-5,24],[-2,-5],[-3,32],[-4,20],[6,24],[-8,54],[0,33],[-4,3],[-9,-19],[1,-51],[3,-10],[-3,-17],[-4,19],[-6,8],[-17,35],[-5,15],[-3,-32],[-5,-3],[-6,13],[-1,19],[8,18],[-12,39],[-7,37],[-5,-3],[1,26],[7,-19],[15,32],[3,21],[-3,16],[1,21],[-5,13],[-4,32],[3,0],[3,-26],[6,-12],[0,-17],[8,-34],[-5,-12],[6,-27],[9,-2],[-2,-13],[7,-9],[5,-22],[1,-21],[6,18],[-4,22],[0,39],[2,34],[-6,12],[-4,40],[-19,99],[0,23],[-11,60],[-4,41],[-9,2],[-1,-23],[-6,-24],[-2,-23],[-6,-7],[-9,8],[-15,32],[6,-42],[-22,17],[-12,-4],[0,11],[-7,5],[-2,-29],[-7,15],[0,26],[8,11],[2,23],[6,4],[4,-12],[9,8],[1,-10],[8,-4],[-3,31],[0,52],[4,32],[6,26],[7,17]],[[22795,87271],[-2,14],[3,23],[3,-1],[-3,31],[-6,11],[2,11],[9,-26],[3,-18],[-2,-35],[14,17],[-4,26],[-9,92],[2,19],[-8,29],[-8,99],[0,23],[-5,49],[0,43],[-6,46],[-5,64],[-8,15],[-4,-2],[-9,22],[-7,30],[-9,-8],[7,-32],[4,3],[2,-37],[4,-12],[-2,-56],[5,-12],[-1,-40],[-7,-48],[2,39],[-9,3],[-4,-22],[1,-25],[-2,-24],[-1,28],[4,54],[-2,15],[9,-16],[1,14],[8,15],[-7,13],[0,13],[-11,54],[-8,23],[1,-14],[-5,-1],[-2,21],[-7,-5],[5,25],[-4,19],[-8,-20],[2,-26],[-5,-5],[-5,-33],[2,-13],[-21,-80],[3,31],[-2,33],[7,0],[5,40],[-1,9],[5,31],[5,5],[-2,26],[-16,21],[-10,-15],[8,27],[22,-20],[5,45],[10,-1],[14,18],[7,-2],[6,-20],[15,-23],[6,1],[-3,84],[-4,33],[1,37],[-1,39]],[[22762,88062],[-4,24],[-7,-8],[-2,27],[5,32],[-4,26],[5,10],[1,19],[-3,23],[-16,-1],[-6,17],[1,17]],[[22732,88248],[-1,45],[5,44],[-4,20],[1,51],[-4,14],[5,22],[4,2],[7,26],[3,29],[8,40],[1,73],[5,62],[1,61],[7,65],[0,35],[-2,11]],[[22768,88848],[-4,34],[4,3],[-5,30],[-5,-11],[-4,19],[7,17],[1,-13],[6,17]],[[22768,88944],[-1,18],[-5,22]],[[22762,88984],[4,9],[2,-18],[7,10],[6,-2],[2,43],[-5,14],[2,13],[10,-1],[-13,10],[-4,17],[4,3],[5,-19],[12,-5],[0,27],[-6,25],[2,3],[1,61],[5,-8],[-2,24],[1,36],[-4,42],[4,-8],[-1,-29],[3,-4],[8,37],[-3,44],[6,49],[-4,21],[8,28],[7,9],[12,4],[-3,17]],[[22828,89436],[0,29],[-31,75],[1,3],[25,-64],[12,-26],[-1,9],[-15,38],[-3,16],[6,4],[-6,38],[9,-1],[7,-30],[11,-21],[0,-51],[3,79],[0,43],[-9,-14],[-5,9],[-9,-1],[-4,13],[-9,-3],[0,21],[-8,-3],[0,13],[-9,-3],[-9,18],[-2,13],[5,21],[-4,65],[-9,2],[-1,-31],[-2,27],[-3,1],[-8,-39],[0,-18],[-6,9],[-6,-3],[0,-25],[-7,17],[-3,-28],[1,-17],[-4,1],[0,-19],[-4,11],[-7,-16],[0,-25],[-7,-7],[1,-17],[-8,-16],[-4,-26],[3,-20],[-8,6],[-12,-23],[0,14],[-7,-8],[-8,8],[0,-24],[-3,16],[-6,-5],[-1,-31],[-17,10],[-8,-18],[-12,17],[-7,-10],[-6,3],[0,-12],[-15,4],[-2,30],[-7,-6],[-3,-30],[-4,14],[-4,-12],[-12,15],[-9,-24],[0,14],[-5,13],[-7,-30],[-8,5],[-4,-25],[-6,-19],[4,-11],[-7,-6],[-1,18],[-5,-13],[-5,-41],[1,-24],[-6,18],[-1,-26],[-2,19],[-5,1],[-16,-54],[0,-33],[-6,-3],[-5,19],[-7,4],[1,-20],[-9,-2],[-2,-24],[-6,25],[0,-22],[-4,8],[-1,-28],[-4,-3],[-6,17],[-1,-18],[-3,22],[-10,10],[-3,-9],[0,-26],[-11,-11],[5,-9],[-6,-25],[-8,2],[3,-10],[-3,-37],[-4,8],[-6,-6],[-4,-47],[-7,-6],[-6,16],[-4,-10],[-9,14],[-2,-22],[-6,-9],[-2,-19],[-1,28],[-6,-6],[1,-21],[-8,-9],[-2,11],[-7,-1],[-6,-28],[-8,21],[-6,0],[-1,-14],[-7,-28],[3,-14],[3,-50],[-4,-32],[-6,-29],[-12,-16],[0,-44],[-2,-64],[-6,-47],[-3,-49],[0,-40],[-8,-28],[-1,-55],[-6,-36],[-1,-36],[-8,-29],[-6,-1],[-3,-16],[2,-44],[-8,-20],[-8,-9],[-3,-12],[-1,-27],[5,-15],[-8,-28],[-2,-23],[-7,3],[-3,-11],[1,-29],[-3,-28],[5,-17],[2,-24],[-4,-13],[3,-17],[-2,-47],[3,-5],[1,-29],[-2,-42],[-3,-8],[1,-42],[-6,-24],[-7,11],[-3,-18],[3,-18],[-2,-23],[-8,1],[-4,-22],[9,-22],[0,-38],[4,-23],[1,-39],[-3,-33],[4,-36],[1,-30],[-6,-15],[-8,3],[2,-61],[3,-32],[-5,-13],[-2,-30],[-5,-17],[-7,16],[1,-24],[-5,-26],[-7,2],[-5,16],[-8,-12],[1,-28],[-7,-6],[-7,4],[-14,-89],[-9,-10],[-4,-47],[-9,5],[-2,-38],[-8,-5],[1,-51],[-8,-37],[0,-24],[3,-15],[-2,-25],[-6,-9],[-5,-27],[2,-55],[-14,-10],[-4,-14],[-5,-48],[-1,-40],[-10,-23],[-1,-31],[-3,-7],[-6,-48],[-7,-7],[-7,-18],[-6,0],[-9,-29],[-5,-3],[-3,-58],[-8,0],[-8,-43],[-4,-13],[2,-51],[-8,-39],[0,-14],[-9,-54],[3,-33],[0,-30],[-9,-46],[7,-9],[3,-19],[-14,-17],[-8,-48],[4,-29],[0,-20],[-9,-13],[-5,-18],[1,-43],[-8,-6],[-7,-17],[-4,-65],[2,-10],[0,-34],[-7,-20],[-1,-67],[-3,-26],[-8,-1],[0,-33],[-5,-16],[-3,-31],[1,-21],[-8,-1],[-4,-15],[4,-6],[-7,-32],[2,-15],[-1,-71],[-4,-43],[0,-50],[-5,-45],[-8,-13],[-8,-25],[-1,-20],[-6,-8],[-3,-17],[3,-17],[-5,-55],[-4,-2],[0,-25],[-6,-9],[1,-15],[-5,5],[-6,-20],[-7,-6],[-2,-37],[-15,-32],[-1,-17],[-5,-3],[-14,-29],[-2,-32],[-5,-18],[-2,-35],[-4,-12],[0,-24],[-8,-15],[-8,2],[-4,-14],[-6,1],[-6,-35],[0,-14],[-18,-12],[-5,5],[0,-39],[4,-21],[-3,-46],[0,-37],[-4,-6],[-4,18],[1,37],[-4,23],[-5,-14],[-1,-38],[4,-43],[-2,-17],[-12,-8],[-4,14],[-3,-37],[1,-25],[-8,-24],[1,-27],[-6,-14],[6,-27],[-5,-3],[-6,24],[-4,0],[-2,-33],[1,-17],[-8,6],[-5,26],[-11,7],[1,-55],[-3,-16],[-8,29],[1,26],[-16,0],[-5,22],[-4,-22],[-4,14],[-3,-11],[-7,9],[-2,-19],[-3,6],[-13,-24],[-3,14],[-6,-3],[1,-32],[-6,-4],[0,27],[-8,-26],[-6,18],[-11,-3],[-5,16],[0,-21],[-8,2],[-4,-24],[-2,25],[-3,-11],[-5,11],[-6,-9],[-5,25],[-9,-12],[-9,3],[-8,-16],[-6,-29],[-3,0],[-2,-31],[-4,17],[-9,-17],[-9,-7],[0,-19],[-5,7],[-1,-12],[-10,-10],[0,21],[-5,-8],[-7,32],[1,20],[-4,33],[0,23],[-5,27],[-4,7],[-5,-13],[-15,-3],[-2,-14],[-8,3],[1,26],[-10,27],[-5,-35],[-7,29],[-7,4],[-5,17],[-12,-10],[-4,27],[-2,33],[1,33],[-4,7],[-4,31],[-4,5],[-1,59],[-7,-2],[1,33],[-3,-1],[-1,41],[-8,33],[0,37],[-7,61],[0,50],[5,12],[-4,4],[-5,29],[2,21],[-7,10],[-4,-5],[-3,53],[0,37],[-4,11],[-1,29],[10,22],[1,25],[-9,19],[-4,-13],[-1,37],[-4,-5],[-6,25],[-7,-15],[-5,10],[0,26],[-5,32],[0,15],[-6,16],[1,16],[-6,0],[-7,17],[1,17],[-7,20],[-1,37],[2,6],[-6,37],[1,21],[-14,17],[-1,-11],[-16,-13],[-4,12],[-7,-20],[-4,25],[-1,-29],[-8,-8],[2,-25],[-8,9],[-2,-8],[4,-25],[-6,-4],[0,19],[-4,16],[-11,-17],[-8,-20],[-1,-15],[-7,-21],[-4,7],[1,-23],[-4,-11],[-4,-31],[-7,-6],[0,-23],[-8,-10],[-1,-17],[-11,10],[-4,-19],[-11,7],[-2,-13],[-18,-27],[-6,-25],[1,-14],[-12,-11],[2,-21],[-2,-30],[-5,9],[-2,-19],[-5,5],[-3,-12],[-17,-13],[-6,5],[-1,-13],[-12,-7],[-3,4],[-15,-27],[-14,-39],[-7,-38],[-10,-19],[-6,-4],[-5,-49],[-10,-37],[1,-41],[-5,9],[-1,-25],[-7,-21],[-14,-13],[-8,4],[-8,-31],[-4,-2],[-4,-36],[-17,-50],[-2,-14],[-13,-36],[-9,-51],[0,-45],[-7,-45],[1,-23],[-7,-38],[0,-18],[-8,-27],[-3,-51],[-3,-8],[-5,-39],[-5,-12],[-1,-86],[-3,0],[0,-53],[-4,-12],[3,-19],[-3,-36],[4,-8],[-1,-86],[2,-8],[0,-54],[-3,-16],[-1,-30],[-3,-14],[2,-13],[-8,-37],[-7,-14],[-1,-42],[-4,-3],[-4,-28],[-9,-32],[4,-23],[-14,-32],[3,-39],[-3,-10],[-3,-40],[1,-53],[-1,-22],[-4,-9],[1,-20],[-7,-69],[-4,-5],[-2,-25],[-6,2],[-7,-14],[-3,-28],[0,-38],[-6,-31],[-6,9],[-5,-13],[-5,3],[1,-16],[-6,-2],[1,-11],[-9,-31],[0,-18],[-9,-15],[-5,4],[1,-25],[-5,3],[-6,-33],[-4,15],[-1,-33],[-12,15],[-2,-19],[-10,-22],[-1,15],[-9,-35],[-4,5],[-3,-20],[-10,1],[2,-33],[-4,-7],[-5,-29],[-12,-33],[-9,-36],[0,-20],[-4,0],[-5,-25],[-8,-8],[-6,-45],[-1,-47],[-5,-35],[-7,-21],[-4,2],[-1,-23],[-20,-35],[0,-12],[-7,-23],[-9,-2],[-1,-35],[-4,-13],[-8,-45],[-4,-14],[-9,-60],[-8,-3],[-3,-29],[-7,0],[-4,-36],[-2,-36],[-4,0],[-10,-37],[-20,-7],[-8,-33],[-7,-3],[-8,-19],[-3,-20],[-10,-16],[-4,-21],[-1,-30],[-4,-15],[-4,-48],[-8,-18],[-1,-26],[-5,-58],[-15,-108],[-5,-18],[-1,-23],[-10,-29],[-12,-17],[-4,19],[-6,1],[-10,-47],[-468,0],[0,617],[-135,0],[-18,2],[-93,0],[-46,-3],[-265,0],[-43,2],[-97,0],[-40,-1],[-62,2],[-16,-28],[-91,-142],[-41,-63],[-30,-48],[-66,-101],[-10,-17],[-78,-119],[-53,-82],[-48,-72],[-73,-111],[-13,-18],[-46,-71],[-43,-64],[-91,-143],[-116,-177],[-161,-245],[-65,-97],[-1,-20],[4,-3],[-3,-20],[3,-14],[-1,-18],[4,-10],[0,-19],[-6,14],[3,-20],[1,-30],[-3,-11],[0,-23],[7,-6],[6,-26],[6,-59],[6,-46],[-13,5],[-98,32],[-129,46],[-83,31],[-125,49],[-81,34],[-34,13],[-62,27],[-45,18],[-3,-44],[1,-17],[-1,-56],[-9,-72],[-8,-24],[-8,6],[-1,-19],[3,-19],[6,-5],[9,29],[1,39],[8,46],[0,34],[5,26],[4,-5],[0,-40],[-6,-36],[0,-35],[-16,-56],[1,-18],[-11,-2],[-6,14],[-1,25],[1,44],[-2,5],[-4,-48],[1,-77],[5,-21],[6,9],[1,-33]],[[17256,80417],[0,-11],[-12,11],[3,23],[-3,16],[0,-36],[-2,-24],[-6,-28],[0,-29],[7,-18],[1,-66],[-4,-67],[-3,-83],[-5,-34],[-4,-73],[-7,-57],[-1,-18],[-13,-73],[-28,-165],[-8,-41],[-15,-49],[-7,-12],[-5,-36],[-6,-29],[-11,-36],[-12,-4],[-3,-28],[-16,-86],[-6,-5],[-6,-24],[-14,-42],[-2,-19]],[[17068,79274],[-1,-3]],[[17067,79271],[-10,-11]],[[17057,79260],[0,2]],[[17057,79262],[0,7],[12,16],[-13,-11],[-3,-18],[-15,-38],[-13,-50],[-7,-38],[-8,-35],[-6,-8],[-1,-30],[-3,11]],[[17000,79068],[-14,-14],[-3,19],[1,24],[-8,-18],[-2,-36],[-14,24],[0,34]],[[16960,79101],[-4,35],[-19,-31],[-7,-21],[-7,6],[-6,-40],[2,-28],[7,-25],[1,-53],[-11,-105],[-10,-88],[-7,-38],[-8,-28],[-7,-18],[-25,3],[-9,-4],[-10,13],[-12,-3],[-11,15],[-7,30],[-4,-25],[-9,-23],[-20,-16],[-5,1],[-9,-22],[-9,-11],[-8,-22],[-5,-2],[-9,-22],[-5,9],[-5,-6],[-10,-33],[-13,-36],[-3,3],[-6,-43],[-8,-80],[-1,-43],[-5,-17],[-7,0],[-7,-22],[-7,-39],[-6,1],[-13,-53],[-2,-1],[-5,-24],[-21,-32],[-8,-27],[-4,3],[-11,-12],[-16,7],[-5,11],[-2,16],[-8,2],[-19,-31],[-9,0],[-5,14],[-8,2],[-5,-19],[-9,-22],[-7,1],[-15,-36],[-9,-5],[-14,5],[-9,-16],[-31,1],[-20,5],[-15,13],[-24,9],[-3,12],[-4,-8],[-3,-42],[-4,-14],[-2,-33],[-4,-21],[-20,-44],[-10,4],[-6,-33],[1,-37],[8,-79],[3,-44],[0,-30],[-4,-32],[-6,-31],[4,-58],[3,-59],[0,-29],[-7,-25],[-3,-36],[-6,-2],[2,-65],[3,-14],[4,-64],[1,-51],[0,-105],[-4,-48],[-10,-17],[-4,-19],[-12,-11],[-4,4],[0,24],[-7,-11],[-1,-15],[-20,-41],[-13,-69],[3,-14],[7,-80],[3,-63],[0,43],[-3,31],[8,-14],[2,-17],[-9,-57],[-1,-41],[-5,-44],[-5,-19],[-10,1],[-9,-19],[-10,-2],[-4,-32],[-16,-59],[-7,-38],[-6,-62],[-5,-12],[-6,-47],[-7,-11],[-1,12],[-8,-25],[-5,0],[-9,-21],[-4,3],[0,-33],[-9,-37],[0,-61],[-4,-38],[-7,-34],[-9,-25],[-5,-42],[-10,-27],[-5,-26],[-1,-47],[-6,-69],[-7,-54],[-17,-25],[-6,-46],[-3,-23],[-7,-64],[-12,-68],[-6,-16],[-6,-32],[-10,-20],[-6,-22],[-11,-12],[-7,-22],[-2,-36],[-14,-44],[0,-58],[-3,-14],[2,-42],[-4,-38],[0,-27],[-5,-36],[2,-14],[-5,-44],[0,-27],[-4,-15],[10,-5],[-4,-22],[1,-21],[-3,-17],[-4,7],[-6,-25],[10,-62],[2,-22],[11,29],[0,19],[7,1],[7,-33],[6,-46],[4,-69],[2,-76],[1,-37],[5,-39],[-3,-13],[-5,-43],[-15,-131],[-9,-36],[-10,-24],[-5,10],[-8,25],[-8,-13],[-4,15],[-12,7],[-13,-14],[-7,-15],[-20,-77],[-13,-57],[-5,-50],[-9,-34],[-6,7],[-4,-10],[2,-19],[-8,-30],[-1,-27],[-7,-16],[-3,-18],[-1,-38],[-3,-46],[3,-39],[2,-121],[-12,-107],[-2,-69],[-6,-30],[-8,-5],[-4,-20],[0,-117],[4,-4],[1,-44],[0,-65],[-4,-82],[0,-68],[2,-19],[5,-6],[3,-27],[3,8],[14,-7],[6,21],[3,60],[4,20],[-3,13],[6,6],[-3,17],[-4,-8],[1,21],[-4,0],[0,30],[4,37],[-3,51],[6,1],[4,18],[-7,14],[4,20],[9,7],[3,-5],[4,23],[13,4],[3,33],[5,-3],[3,21],[6,9],[-7,40],[3,4],[3,-30],[5,6],[2,14],[6,15],[5,-14],[3,12],[3,50],[8,22],[6,8],[10,-8],[0,-15],[12,-3],[-1,-9],[-8,4],[-10,-6],[-1,-41],[-15,-7],[0,-24],[-3,-40],[-7,-52],[0,-39],[-3,-84],[-14,-65],[-1,16],[-9,-30],[-4,-36],[10,-7],[4,23],[-3,-40],[-8,-36]],[[15852,73267],[-9,-16],[-13,-6],[3,-45],[6,0],[-4,-93],[-3,-21],[-13,2],[-7,-7],[1,-16],[-7,-17],[0,-17],[-4,-32],[9,19],[4,-35],[3,2],[2,-25],[-1,-32],[9,17],[10,-13],[5,-19],[2,-23],[7,-28],[17,8],[9,42],[7,-3],[5,-17],[23,-30],[11,5],[3,10],[9,-4],[3,9],[13,4],[5,16],[13,11],[4,10],[10,3],[12,-8],[6,21],[7,-15],[-12,-15],[7,-13],[3,-26],[5,-8],[1,-50],[7,10],[12,-24],[7,12],[1,29],[-14,39],[-3,4],[8,37],[6,-13],[2,-60],[5,0],[7,32],[3,38],[-3,-71],[-5,12],[-5,-29],[2,-25],[-11,-15],[-6,6],[-4,21],[-6,-12],[-5,7],[-1,44],[-4,20],[-14,31],[-12,-16],[-1,-22],[15,-42],[8,0],[2,-42],[5,-23],[1,-37],[7,-36],[-1,-17],[-9,47],[-1,39],[-4,25],[-9,33],[-16,41],[-11,-20]],[[15966,72835],[-7,6],[0,11],[-10,21],[-9,-3],[4,-8],[2,-35],[-2,-2],[-15,14],[-3,-18],[-10,-14],[10,-28],[-3,-29],[-4,-11],[-12,10],[-2,-13],[7,-41],[1,4],[10,-18],[-11,10],[-9,43],[-1,61],[-12,43],[-7,47],[-6,-8],[-8,-33],[-11,7],[-13,-73],[1,-45],[-7,-17],[3,-33],[-6,-7],[-3,-20],[-1,18],[7,18],[-1,24],[5,25],[-1,26],[10,60],[-2,19],[-5,3],[-5,-41],[-8,-30],[-13,-35],[-8,-8],[-12,39],[-17,6],[3,11],[1,50],[-4,60],[0,20],[10,23],[4,20],[-3,15],[-2,-8],[-6,22],[0,48],[-4,-9],[0,21],[8,20],[1,19],[9,26],[-7,30],[-2,-27],[-5,-17],[-4,0],[2,25],[-7,-14],[7,32],[6,10],[1,38],[-2,11],[-15,7],[-1,-15],[-19,-66],[-4,-3],[-23,-84],[3,24],[5,8],[-9,27],[-7,-13],[-2,-35],[-13,-32],[-4,-41],[-7,-30],[-14,-41],[-14,-5],[4,-6],[-9,-9],[2,-22],[4,-16],[-6,-23],[-2,48],[2,18],[-8,15],[-3,22],[0,17],[-10,6],[4,-53],[7,-58],[2,-36],[4,-38],[2,-38],[-1,-48],[-5,-38],[-7,-57],[4,10],[9,57],[5,12],[7,62],[16,80],[6,-3],[-7,-32],[-6,-38],[-4,-12],[-10,-83],[0,-20],[-8,5],[0,-23],[-5,-3],[0,-31],[-9,-66],[-7,-22],[-6,-1],[2,-15],[-4,-20],[1,27],[-3,29],[-4,-36],[3,-16],[0,-42],[-9,-76],[-6,-26],[-2,-29],[-16,-55],[-13,-23],[-7,-19],[-3,-22],[-10,-27],[0,-9],[-8,-17],[-5,-46],[-13,-60],[-1,-19],[-6,-39],[-11,-63],[-19,-53],[-4,-37],[-7,-27],[-7,-16],[-4,-31],[-10,-28],[-3,-37],[-7,-22],[-9,-38],[-4,-13],[1,-24],[-4,-23],[3,-8],[4,-38],[7,-62],[-1,-56],[-6,-73],[-3,-43],[-4,-11],[1,-20],[-10,-58],[0,-30],[-10,-106],[3,-23],[-4,-12],[3,-7],[-7,-50],[2,-62],[-1,-27],[2,-71],[2,-28],[0,-27],[6,-22],[4,-45],[0,-50],[-2,-16],[-3,-41],[1,-7],[0,-81],[-3,-40],[-4,-33],[-7,-24],[0,-33],[-3,-112],[-3,-22],[-7,-15],[-7,-26],[-7,-74],[-6,-12],[-9,-75],[-2,-3],[-13,-70],[-12,-21],[0,-67],[-7,-44],[-7,-15],[-17,-31],[-7,-45],[-10,-30],[-19,-67],[0,-13],[-11,-38],[0,-30],[3,-23],[1,-47],[-4,-29],[0,-45],[-3,-33],[-4,-14],[-6,-53],[7,-85],[-1,-31],[7,-49],[4,-64],[9,-66],[7,-5],[-6,-24],[22,-165],[2,18],[-9,44],[-3,28],[10,11],[2,11],[3,-42],[-3,-18],[0,-27],[6,-8],[0,-40],[6,-44],[8,-13]],[[15321,68704],[9,3],[10,-27],[1,-19],[-4,-36],[-7,11],[-3,-18],[-4,4],[-6,37],[0,20],[-4,14],[-3,43],[-7,45],[-4,-10],[7,-49],[11,-87],[9,-104],[5,-111],[2,-58],[-6,-38],[-7,-24],[1,-26],[-2,-34],[0,-48],[7,-18],[3,-50],[5,-70],[3,-70],[4,-70],[0,-46],[5,-90],[0,-102],[-3,-36],[-2,-49],[0,-24],[9,-2],[-11,-14],[-3,-25],[0,-53],[-5,-22],[-1,-40],[-6,-47],[0,-44],[-4,-55],[-10,-24],[-1,11],[-16,-59],[8,-64],[3,-62],[3,-51],[0,-75],[-1,-7],[1,-63],[-3,-29],[-10,-34],[-5,-30],[-6,-1],[-9,-42],[-1,-20],[-7,-24],[0,-59],[-4,-29],[1,-40],[-3,-22],[-1,-38],[-9,-46],[0,-17],[0,-73],[-7,-22],[3,-38],[0,-101],[-2,-18],[15,-27],[-2,-12],[-13,35],[-1,-19],[4,-35],[0,-66],[3,-31],[6,-76],[-3,-49],[0,-43],[-4,-34],[1,-16],[-11,-31],[1,-19],[-4,-19],[-3,-49],[-6,-18],[-7,6],[-1,-82],[-5,-50],[-7,-31],[2,2],[6,-38],[0,-21],[4,-16],[7,-58],[10,-110],[0,-28],[7,-92],[0,-43],[0,-34],[3,-15],[8,-124],[0,-38],[3,-74],[-1,-15],[-2,-56],[2,-18],[11,-40],[7,12],[-1,14],[1,46],[0,39],[2,-25],[0,-44],[-2,-9],[2,-39],[10,-50],[8,-54],[6,-7],[3,7],[0,61],[4,17],[7,-3],[3,18]],[[15317,64685],[0,-11]],[[15317,64674],[0,-2]],[[15317,64671],[0,-6]],[[15317,64665],[-1,-8]],[[15316,64657],[-7,-31],[1,-27],[-6,-25],[-1,-16],[4,-21],[-7,4],[-1,34],[-12,21],[-1,26],[-10,46],[-2,20],[-4,1],[7,-53],[9,-81],[7,-85],[10,-159],[4,-114],[9,-17],[-2,-11],[7,-28],[6,-60],[2,26],[8,27],[9,22],[15,-8],[20,27],[7,42],[-5,-46],[-20,-29],[-16,4],[-7,-13],[-7,-32],[-4,-36],[-8,2],[-4,17],[0,57],[-8,28],[7,-150],[5,-182],[2,-35],[0,-38],[3,-80],[0,-46],[4,23],[-1,40],[5,20],[6,-10],[8,4],[0,-12]],[[15348,63703],[0,-6]],[[15348,63697],[-7,0],[-7,15],[-4,-11],[0,-39],[-1,-30],[-3,-5],[1,-36],[0,-36],[3,-42],[0,-75],[1,-47],[0,-70],[2,-10],[0,-77],[-2,-42],[5,-37],[-2,-19],[3,-25],[4,-133],[7,-29],[6,32],[9,0],[-9,-10],[3,-27],[-7,-19],[-9,36],[0,-70],[0,-57],[2,-23],[0,-40],[1,-46],[0,-67],[7,-19],[2,21],[7,21],[-3,30],[10,15],[1,-6],[-9,-21],[2,-20],[2,-39],[-6,3],[-7,-16],[-4,17],[2,-79],[-5,-6],[4,-49],[1,-62],[-5,-56],[0,-38],[4,-11],[-1,-42],[4,-15],[7,-130],[0,47],[6,-35],[-4,-7],[-2,-70],[4,-56],[0,-65],[2,-28],[-3,-1],[1,-57],[7,-24],[2,-66],[0,-22],[8,-44],[2,23],[3,-8],[-6,-40],[-4,34],[0,-66],[-3,-9],[4,-58],[0,-29],[4,0],[-1,-29],[-3,13],[0,-51],[-4,-47],[-9,0],[9,-14],[3,-51],[3,-87],[1,15],[-3,68],[0,12],[7,-33],[2,-41],[-9,-46],[-3,-27],[3,-53],[3,-28],[0,-93],[4,15],[-3,35],[2,48],[14,52],[7,-41],[-4,-4],[-1,-28],[-3,-12],[-3,-48],[-4,-2],[-9,-21],[1,-37],[3,-103],[3,-23],[0,-36],[12,2],[1,-23],[-9,-12],[-5,28],[0,51],[-2,-9],[0,-93],[-3,-24],[-4,-11],[-1,-34],[-4,1],[4,-37],[1,-58],[0,-135],[-7,-77],[6,-20],[1,-19],[9,-18],[1,-42],[0,-82],[-3,-62],[-5,-89],[-6,-63],[-11,-82],[4,-15],[5,25],[-5,-1],[5,28],[3,-6],[19,49],[0,22],[14,20],[9,-14],[3,36],[0,52],[4,-3],[-4,-63],[1,-17],[-4,-17],[-5,0],[-7,-28],[15,-3],[12,-24],[13,57],[16,-4]],[[15457,60064],[3,3]],[[15460,60067],[8,-22],[9,0],[3,-32],[5,-25],[6,-12],[3,-18],[10,3],[7,30],[11,34],[0,33],[13,58],[16,8],[10,-1],[4,9],[13,-11],[6,-33],[0,-28],[-6,8],[-8,29],[-6,5],[-12,-18],[-7,-33],[-17,-58],[-4,-21],[0,-25],[-13,-51],[-7,-1],[-19,17],[-14,6],[-14,-11],[-3,-11],[0,-33],[-3,-25],[-4,-6],[-6,17],[-1,20],[-5,-6],[-5,30],[-3,1],[-6,-17],[-4,1],[-2,24],[-5,0],[-12,50],[-14,-21],[-6,-29],[-9,-67],[-10,-11],[-10,40],[4,32],[-5,-13],[-7,19],[6,-109],[1,-58],[0,-92],[1,-11],[0,-109],[-1,-6],[0,-71],[-1,-58],[-3,-46],[0,-69],[4,-21],[6,32],[-5,0],[1,29],[7,59],[0,111],[-1,15],[1,99],[2,16],[1,101],[3,10],[7,-11],[7,20],[0,-56],[9,-33],[-3,-16],[-2,-44],[3,5],[0,34],[10,7],[12,29],[2,42],[0,-23],[-2,-32],[-12,-23],[-4,-4],[-2,-37],[-7,-11],[-1,-38],[4,-12],[2,-28],[5,1],[3,-65],[-4,-7],[-4,-24],[-2,-32],[-8,-43],[0,-43],[5,33],[7,6],[-5,-19],[-2,-28],[5,-13],[1,-32],[-3,-8],[7,-12],[13,-38],[4,1],[6,24],[1,23],[2,-21],[-4,-15],[-5,-39],[-11,-23],[-1,-36],[-8,10],[0,34],[-10,2],[-8,-22],[3,38],[-6,3],[7,13],[-11,4],[0,-17],[-6,-4],[-7,-18],[-11,-18],[-2,-72],[-7,-163],[-4,-51],[5,-13],[8,26],[-3,25],[1,27],[10,21],[-4,6],[1,17],[5,-26],[8,28],[4,3],[-8,-44],[-4,-10],[1,-40],[11,-19],[9,-31],[6,3],[8,-16],[14,-17],[5,-14],[11,-15],[2,-17],[5,-17],[-13,28],[-10,-16],[-8,-4],[-12,7],[9,-20],[-4,-4],[-20,2],[-4,-15],[4,-23],[-4,-11],[-2,-34],[-10,-22],[-17,2],[-9,27],[5,41],[0,61],[4,38],[4,-3],[0,20],[-13,-21],[0,23],[-5,4],[1,-48],[0,-155],[-1,-8],[-3,-130],[-3,-56],[-3,-87],[-4,-50],[0,-18],[-6,-75],[-4,-14],[-6,3],[-5,-77],[-8,-14],[0,-53],[-4,-46],[-1,-118],[-3,-92],[-3,-23],[-1,-78],[-3,-32],[-5,-97],[-4,-32],[-3,-82],[-3,-27],[-4,-7],[-3,-22],[-3,1],[-4,-41],[0,-24],[-3,-31],[-7,-6],[-6,-19],[-5,-51],[-20,-50],[-3,-29],[3,-20],[-3,-4],[-3,-30],[-3,-11],[-4,-31],[0,-36],[-1,-22],[-2,-85],[-3,-20],[0,-56],[3,-13],[-3,-32],[-3,-18],[-4,-44],[-3,-30],[9,-34],[3,-59],[-5,-36],[6,-18],[2,-22],[-2,-44],[6,-16],[1,-55],[-4,-19],[-3,5],[-6,-29],[-1,-20],[-6,-19],[0,-9],[2,-196],[199,346],[93,99],[37,27],[83,-104],[37,-244],[-13,-54],[-16,-168],[-14,-256],[73,-130],[0,-113],[-89,-304],[341,0],[96,9],[52,-4],[46,-1],[20,-2],[67,2],[20,-1],[206,0],[55,2],[40,-1],[529,0],[13,-1],[180,0],[56,3],[89,-2],[109,0],[12,-1],[80,0],[13,-1],[103,0],[63,1],[57,2],[57,0],[121,-3],[84,0],[70,4],[49,0],[35,2],[67,0],[27,-1],[179,0],[8,-1],[205,0],[117,4],[44,-1],[74,0],[121,-3],[101,0],[8,-1],[115,0],[7,-1],[103,0],[9,-1],[118,1],[10,1],[273,0],[9,-1],[91,0],[8,1],[76,0],[7,-1],[236,0],[7,1],[178,0],[75,-1],[7,1],[187,0],[11,1],[68,0],[9,-1],[85,0],[6,-1],[94,0],[11,1],[329,0],[7,1],[252,0],[8,-1],[696,0],[3,-1],[252,0],[6,-1],[393,0],[6,1],[288,0],[10,1],[95,0],[7,1],[83,0],[0,-689],[7,25],[20,31],[12,-6],[7,-22],[9,-2],[29,82],[10,5],[-2,49],[7,143],[0,29],[7,132],[7,45],[15,321],[3,52],[0,30],[-3,33],[3,24],[-6,28],[3,27],[0,41],[2,19],[6,16],[7,44],[6,7],[9,35],[9,2],[5,24],[10,9],[17,5],[5,-24],[11,-6],[4,10],[10,4],[7,-11],[13,24],[3,23],[-1,39],[2,14],[25,14],[18,4],[7,-5],[10,10],[7,-5],[15,17],[30,6],[3,9],[4,50],[4,31],[0,27],[-4,52],[2,18],[6,15],[22,-5],[5,6],[10,-2],[5,-8],[2,-18],[8,14],[4,-12],[4,6],[16,-14],[6,-14],[8,-7],[3,-36],[-3,-34],[1,-11],[7,-2],[9,-29],[2,10],[8,-4],[5,-11],[1,-24],[26,-29],[13,1],[8,34],[26,-8],[28,7],[10,-12],[0,39],[6,3],[29,63],[27,56],[20,-12],[6,6],[3,52],[-1,20],[-20,12],[-4,56],[7,34],[9,13],[22,-7],[11,-13],[8,0],[9,51],[6,8],[0,23],[-6,51],[1,26],[11,92],[5,16],[10,112],[3,17],[5,-15],[12,-19],[11,-11],[-6,-29],[-3,-35],[2,-38],[-4,-18],[3,-13],[2,-33],[8,-22],[15,17],[1,-11],[7,0],[0,-10],[9,-15],[1,17],[17,4],[7,-10],[3,44],[4,16],[8,6],[-3,43],[2,56],[5,9],[3,26],[2,-13],[5,3],[-2,32],[19,-9],[2,19],[5,14],[1,22],[13,-9],[10,20],[11,2],[0,-9],[8,11],[-3,51],[4,-7],[0,35],[3,17],[-1,29],[-3,20],[8,-11],[-1,16],[5,8],[4,-9],[4,28],[23,-19],[-3,25],[-2,77],[2,10],[7,-17],[15,-26],[12,1],[2,32],[13,-13],[6,-22],[9,-7],[14,-1],[11,-17],[3,-18],[7,-15],[6,-34],[15,-47],[-1,-10],[6,-10],[10,-34],[11,-17],[4,1],[15,-53],[18,-22],[7,-25],[3,15],[8,-12],[3,18],[0,101],[3,-11],[6,10],[1,26],[7,2],[-1,23],[-5,20],[6,24],[4,45],[16,2],[5,-8],[12,-5],[4,-15],[10,-10],[3,-10],[7,11],[-4,18],[4,19],[21,-9],[4,-12],[8,16],[10,-11],[6,21],[11,-4],[8,-17],[6,11],[16,-15],[28,-7],[5,13],[6,-1],[10,14],[10,21],[8,61],[-1,32],[11,33],[6,-5],[3,27],[7,19],[7,5],[12,-25],[5,-28],[4,3],[12,-15],[10,7],[5,21],[7,-6],[7,10],[12,-20],[0,15],[8,19],[3,-5]],[[24957,56933],[13,4],[-9,5],[-8,23],[-8,-2],[-1,-23],[-7,16],[-2,29],[-9,10],[-3,19],[3,15],[-12,28],[-10,42],[-26,53],[-5,0],[-16,23],[0,17],[-11,30],[-18,29],[-12,13],[-1,10],[-11,15],[-12,4],[-7,26],[-12,3],[-7,8],[-21,39],[-17,15],[-14,18],[0,10],[-9,8],[-18,29],[-6,27],[-27,60],[-9,17],[-24,62],[-5,22],[-31,102],[-46,169],[-6,34],[-9,25],[-9,42],[-10,69],[-16,79],[0,20],[-4,-3],[-4,28],[-9,28],[-12,58],[0,11],[-13,43],[-9,40],[-9,52],[-12,23],[-3,22],[-9,20],[-7,8],[-5,46],[-6,7],[-8,35],[0,21],[-5,-1],[0,20],[-5,-1],[-2,16],[-4,-2],[-7,28],[-13,63],[-2,19],[-4,4],[-6,28],[-8,0],[-4,23],[-7,8],[-10,43],[-16,45],[-4,21],[-8,18],[-12,48],[-8,25],[1,28],[5,36],[12,70],[-7,-30],[-1,-17],[-8,-35],[-3,-38],[-3,19],[4,27],[-4,2],[-3,-20],[-1,22],[-9,18],[-1,18],[3,15],[-10,-3],[-7,31],[2,48],[-2,18],[4,-1],[5,-27],[7,2],[-4,-12],[-2,-36],[4,8],[6,-40],[7,-12],[7,-2],[13,51],[6,12],[1,26],[10,5],[1,-8],[9,10],[18,-19],[16,2],[8,-7],[10,-23],[16,-26],[10,-12],[17,-36],[7,-10],[12,4],[9,-9],[2,-10],[10,-9],[16,-35],[9,-4],[10,-45],[13,-23],[5,1],[5,-14],[7,-42],[8,-16],[-2,25],[1,22],[9,5],[0,-15],[8,-11],[9,5],[3,-11],[0,-28],[9,3],[7,-20],[4,-34],[8,-13],[7,-44],[12,21],[5,-19],[8,-16],[5,-19],[8,12],[1,36],[7,-5],[6,25],[0,22],[4,4],[5,22],[0,14],[-6,5],[0,21],[-4,22],[-3,59],[-9,50],[-9,17],[0,28],[-7,21],[3,44],[6,47],[0,18],[-8,41],[-9,15],[-2,57],[-7,35],[0,26],[10,12],[9,-29],[16,-34],[8,-9],[6,-16],[5,-26],[8,-20],[-1,-7],[-9,6],[4,-14],[13,9],[-19,-75],[-2,-22],[17,78],[17,63],[0,19],[4,-2],[9,32],[15,44],[5,4],[7,-14],[19,52],[7,-10],[8,-30],[15,-43],[7,10],[13,-29],[7,-8],[22,-38],[17,-15],[14,-21],[14,-41],[5,-29],[7,-17],[10,-36],[9,-51],[15,-59],[11,-23],[21,-22],[12,-4],[12,25],[32,-39],[11,7],[11,-3],[23,-39],[7,-21],[25,-56],[9,-32],[9,-65],[5,-9],[6,-35],[4,-8],[3,12],[13,-2],[9,-21],[2,9],[8,0],[12,-29],[11,-81],[0,-24],[8,-52],[12,-22],[6,-39],[9,-21],[7,-7],[7,-45],[14,-53],[9,-23],[7,-3],[3,50]],[[25222,58319],[-7,45],[3,51],[4,31],[8,8],[8,-5],[14,24],[-2,49],[0,74],[-2,29],[4,-3],[2,-29],[4,8],[3,29],[3,0],[9,48]],[[25273,58678],[-3,32],[-1,55],[-2,37],[-5,45],[-1,74],[-2,25],[6,81],[-6,8],[-4,40],[8,11],[6,-22],[3,-43],[6,-38],[10,-47],[-2,-21],[-4,0],[3,-27],[5,-9],[-1,18],[6,9],[11,-46],[3,-18],[12,-35],[4,-23],[28,-66],[4,11],[-4,24],[-11,46],[-12,34],[-7,56],[-3,40],[-6,25],[0,12],[7,-15],[3,-18],[4,-48],[7,-23],[0,-17],[9,-22],[18,-12],[9,-14],[5,2],[8,17],[6,-3],[6,10],[10,-7],[16,-2],[9,35],[7,10],[7,-12],[3,15],[8,6],[0,19],[4,12],[7,-4],[1,46],[3,17],[7,1],[7,-24],[0,31],[6,16],[6,1],[8,45],[3,4],[0,51],[3,45],[16,65],[0,23],[5,44],[12,22],[0,40],[6,17],[2,20],[6,-2],[9,18],[-4,18],[5,41],[-4,6],[0,31],[7,31],[18,26],[7,4],[20,-4],[7,-9],[4,-17],[7,20],[9,-2],[7,-34],[10,-7],[7,-15],[0,-10],[13,16],[9,73],[-2,15],[5,13],[6,-2],[6,14],[1,29],[7,11],[12,-5],[2,-39],[5,-29],[11,-3],[6,14],[8,55],[9,-11],[4,5],[-2,42],[5,10],[21,-109],[5,-33],[7,-15],[9,-37],[3,-29],[6,-17],[5,8],[26,-49],[33,-97],[12,-32],[7,-27],[7,-6],[9,31],[8,-4],[10,-17],[19,-22],[0,17],[13,-24],[11,-11],[13,2],[16,16],[22,4],[7,-5],[18,4],[9,6],[22,-3],[35,-59],[6,-3],[0,-12],[13,-33],[12,-21],[25,-21],[10,1],[21,9],[8,-4],[7,-16],[15,-5],[-17,93],[-3,34],[0,63],[-2,45],[0,94],[3,61],[-8,18],[1,50],[5,28],[6,13],[13,4],[8,-21],[5,36],[17,1],[3,30],[4,9],[9,-3],[15,-25],[19,-46],[7,9],[6,-3],[3,11],[3,37],[8,32],[-5,-11],[-2,13],[3,37],[5,1],[9,-13],[11,-26],[1,-17],[6,22],[5,-13],[2,-50],[11,-31],[12,-12],[0,-10],[9,0],[11,27],[-1,14]],[[26424,59550],[1,8]],[[26425,59558],[2,10]],[[26427,59568],[9,58],[1,52],[3,37],[7,49],[0,107],[7,27],[4,36],[-2,12],[-6,-5],[0,24],[-12,28],[-2,38],[4,2],[-1,22],[8,26],[6,-3],[2,-17],[22,2],[0,23],[4,18],[12,9],[8,19],[-10,35],[-2,37],[7,27],[9,51],[3,-1],[10,45],[1,-17],[7,4],[9,26],[1,48],[-2,22],[-6,-11],[-18,19],[-1,24],[-5,-15],[-21,-24],[-6,-17],[-16,9],[-10,0],[-5,-13],[-2,14],[-11,-11],[-8,-24],[4,24],[-9,-16],[5,28],[-7,-12],[-4,-22],[-6,1],[3,25],[-7,0],[0,22],[6,19],[2,22],[-11,8],[-11,-32],[4,-43],[5,-2],[0,-22],[-4,-12],[-11,3],[-6,-11],[2,52],[-5,2],[-1,-29],[-9,2],[0,39],[-5,0],[0,-61],[-2,-23],[-6,-20],[-6,14],[-8,-6],[-1,-16],[-5,-5],[-7,-22],[-8,29],[-1,35],[2,16],[-3,31],[3,24],[-8,0],[-4,12],[-3,27],[2,30],[5,25],[-6,3],[4,68],[-3,6],[7,19],[1,14],[-11,6],[-3,14],[-11,-33],[-3,-19],[-8,-2],[-2,-46],[-4,-2],[-7,-23],[-4,-23],[-7,-1],[-4,-41],[-11,-56],[-13,-45],[-10,-17],[-13,-14],[-11,-32],[-7,3],[-3,-22],[-5,18],[-16,-23],[-2,2],[-19,-47],[-10,1],[-5,14],[-6,-28],[-7,-6],[-6,28],[-8,-18],[-10,3],[-8,25],[-9,51],[-8,30],[-4,42],[-10,46],[0,20],[-9,2],[-2,12],[-10,-12],[-11,-6],[-4,-11],[-9,-6],[-7,26],[-9,-9],[-6,3],[-8,30],[-1,32],[4,18],[-23,-50],[-21,-26],[-15,0],[-8,19],[-13,-16],[-6,6],[-3,23],[-8,-3],[-6,16],[-1,22],[-10,22],[-1,42],[-3,28],[2,19],[-6,42],[0,60],[-5,21],[-6,-16],[-10,9],[-3,49],[-5,8],[-6,-14],[-3,29],[-6,-12],[-7,12],[3,17],[-3,12],[2,15],[-4,21],[-9,-13],[-3,10],[0,47],[-3,27],[-5,-7],[-4,11],[0,36],[5,67],[-5,-22],[-6,-2],[-10,-25],[-3,-39],[-5,0],[-2,-23],[1,-28],[3,-10],[6,4],[5,-22],[0,-41],[5,-4],[8,-59],[-5,-1],[2,-30],[7,12],[6,-6],[5,16],[2,-12],[-6,-24],[1,-21],[5,-7],[0,-37],[5,-13],[3,-25],[0,-41],[-3,-23],[-8,-17],[-4,3],[-5,38],[-3,-1],[-6,29],[0,28],[-4,13],[-13,-14],[-7,4],[-8,-45],[-9,11],[-2,48],[3,9],[1,29],[-4,26],[-6,4],[2,25],[-5,8],[0,21],[-7,36],[1,23],[-7,23],[-11,4],[-3,18],[-7,-9],[-2,26],[-5,31],[0,-33],[-4,-13],[-1,-29],[2,-20],[1,-48],[-2,-9],[0,-58],[-2,-28],[-4,-18],[0,-17],[15,-70],[0,-49],[-3,-22],[-5,8],[-8,71],[-4,10],[6,25],[-11,21],[-5,36],[0,42],[-2,13],[1,52],[6,9],[-5,12],[-4,34],[-8,23],[0,28],[-9,10],[-12,34],[0,21],[-6,15],[-11,100],[-5,20],[-3,46],[-6,55],[-13,97],[2,37],[-9,37],[-1,23],[-9,38],[0,27],[-4,12],[0,19],[-6,21],[-2,42],[-8,34],[-13,88],[-6,24],[-2,20],[-6,15],[-6,27],[-5,34],[2,14],[-4,10],[-1,22],[6,39],[-7,-10],[8,22],[-6,18],[-4,41],[0,85],[-1,27],[-8,6],[0,16],[-9,-5],[-19,13],[-18,29],[-6,35],[0,32],[4,24],[-1,21],[-5,18],[-4,49],[-4,3],[-6,20],[-5,47],[-5,68],[-5,8],[-9,60],[-1,57],[4,50],[-2,-3],[-2,-47],[-6,62],[2,43],[-5,60],[-5,10],[1,19],[8,36],[12,19],[6,0],[8,-33],[4,-46],[-3,0],[8,-31],[7,-38],[5,1],[10,-31],[9,-3],[5,-17],[2,-34],[8,-40],[-1,-49],[16,-87],[8,-64],[6,-32],[11,-28],[6,2],[-4,37],[7,-1],[2,-36],[7,1],[3,-19],[5,11],[2,-20],[11,-40],[-2,22],[6,5],[8,75],[16,40],[-5,-25],[-9,-23],[0,-88],[-8,-27],[5,-25],[0,-23],[3,-13],[6,-63],[0,-12],[9,-48],[2,-32],[5,-26],[6,10],[0,-45],[6,-21],[0,-45],[3,-30],[3,6],[-1,-37],[2,-33],[11,11],[2,19],[5,1],[-1,-39],[8,-27],[7,1],[0,-65],[5,-48],[8,8],[-1,-22],[2,-42],[3,-9],[3,21],[7,-1],[1,-20],[11,6],[3,24],[-4,27],[3,36],[-3,7],[2,19],[-2,18],[-6,4],[0,-16],[-5,-18],[-4,6],[0,68],[-2,17],[0,34],[5,21],[-5,16],[-5,-33],[-4,-1],[-1,28],[2,20],[7,19],[-4,61],[-5,-29],[-4,11],[5,49],[-4,8],[-1,-21],[-7,-1],[-1,45],[-4,48],[-7,13],[-7,55],[0,36],[5,20],[-1,17],[-10,22],[-2,26],[4,37],[-16,40],[-3,13],[-3,47],[-7,21],[-4,31],[1,20],[-5,35],[-3,66],[-9,67],[-4,48],[-11,49],[-11,108],[-3,46],[0,32],[-5,69],[0,38],[-4,44],[0,46],[-5,39],[-3,38],[0,47],[7,66],[4,65],[-3,59],[-7,40],[-8,26],[-9,17],[-11,38],[-4,43],[0,51],[-8,51],[-4,93],[-5,30],[-2,58],[-3,36],[2,50],[0,69],[9,79],[-4,34],[2,49],[0,45],[-5,35],[-4,42],[-7,43],[-9,79],[-1,99],[1,12],[-3,40],[-10,73],[-5,25],[-7,77],[-2,87],[-3,20],[-3,54],[0,34],[4,34],[0,28],[3,17],[1,34],[-5,42],[0,25],[7,39],[3,47],[-7,43],[-2,0],[0,43],[3,29],[9,33],[3,40],[-1,109],[6,76],[11,58],[7,24],[-6,45],[1,57],[-1,23],[-7,57],[-3,53],[-1,46],[3,31],[0,119],[3,47],[-1,66],[0,90],[-3,32],[-3,-1],[-2,52],[0,79],[8,112],[12,92],[12,83],[10,33],[3,29],[0,42],[4,41],[1,32],[6,79],[2,50],[3,17],[-1,40],[3,2],[-1,39],[7,50],[3,54],[4,20],[8,22],[2,37],[-1,25],[6,27],[11,30],[12,-28],[4,11],[0,21],[-7,23],[1,15],[23,30],[26,9],[14,-9],[12,-14],[1,-10],[10,-6],[24,-41],[23,-50],[7,-10],[6,-28],[13,-24],[30,-85],[18,-63],[18,-81],[9,-60],[6,-63],[3,-50],[13,-102],[6,-63],[0,-17],[11,-51],[13,-74],[13,-88],[8,-73],[7,-73],[5,-72],[0,-21],[7,-67],[4,-73],[2,-105],[4,-59],[-1,-78],[3,-26],[3,-63],[0,-79],[-1,-3],[0,-181],[-2,-61],[0,-57],[-5,-141],[-5,-67],[0,-20],[-5,-48],[-5,-65],[-10,-93],[-4,-25],[3,-8],[2,22],[11,-4],[7,-22],[4,-37],[-3,-12],[-4,22],[-7,16],[-11,-14],[2,22],[-5,11],[-1,-23],[-16,-136],[-10,-121],[-4,-79],[-8,-112],[-14,-120],[-2,-33],[0,-64],[2,-29],[8,-50],[10,-51],[6,-47],[4,-56],[0,-85],[-4,-59],[-1,-70],[2,-24],[-5,-8],[0,-23],[-7,-64],[-4,-21],[-4,-40],[0,-28],[4,-24],[15,-47],[7,-36],[7,-55],[2,-32],[9,-57],[3,-52],[6,-30],[3,-39],[6,-48],[7,-43],[0,-22],[8,13],[12,-6],[-9,-33],[-4,18],[-4,-11],[-1,-21],[3,-35],[0,-127],[4,-45],[0,-23],[3,-33],[1,-56],[-4,-63],[-3,-16],[-4,-72],[1,-33],[3,-17],[22,-35],[4,-15],[11,5],[6,-16],[4,-32],[1,-40],[-1,-28],[3,-22],[-2,-128],[4,-34],[5,-7],[10,27],[8,-19],[4,-37],[6,-34],[1,-22],[5,-4],[6,10],[5,35],[8,6],[12,-18],[7,-39],[2,-34],[-1,-30],[4,-13],[6,-59],[9,-17],[9,-49],[1,-41],[5,-40],[11,-68],[3,12],[7,-6],[5,-19],[4,-29],[3,4],[3,28],[-1,26],[-8,23],[0,25],[-3,-14],[-8,8],[-4,33],[1,29],[4,13],[-1,23],[5,39],[4,13],[0,28],[-3,-20],[-5,15],[-1,42],[-10,44],[-4,32],[6,12],[8,-38],[-1,24],[0,81],[-6,6],[-2,34],[-5,44],[0,83],[5,43],[-3,37],[7,19],[7,-7],[0,-23],[4,-59],[3,-10],[4,-56],[6,-24],[-1,-46],[-8,15],[10,-71],[2,-64],[8,-27],[5,-1],[2,53],[-6,0],[1,27],[-2,23],[0,72],[-2,12],[0,36],[-9,26],[-8,45],[0,46],[-3,17],[-1,30],[4,10],[9,4],[6,-29],[-1,-39],[3,-25],[10,-32],[3,-49],[4,-13],[7,-63],[7,-79],[-1,-18],[3,-28],[1,-39],[-1,-84],[4,-29],[1,-68],[-5,-61],[0,-61],[-2,-12],[0,-80],[4,-51],[5,-26],[4,-4],[3,-26],[5,-7],[4,-25],[2,13],[10,-18],[1,-25],[4,1],[9,-37],[6,1],[13,-21],[7,11],[21,7],[7,-15],[7,5],[20,-42],[0,-37],[-2,-10],[-16,-12],[-3,13],[-7,-18],[-8,-8],[-7,-30],[-7,-42],[-1,-32],[-3,-22],[-3,-69],[0,-41],[11,-63],[4,-37],[14,-22],[3,-10],[4,-41],[4,-1],[9,-47],[1,-26],[-13,-53],[13,-2],[10,22],[6,-17],[12,19],[4,-13],[5,12],[6,-14],[2,-22],[-4,-25],[6,-11],[5,10],[7,-9],[1,34],[11,18],[1,12],[9,12],[3,14],[15,35],[7,8],[6,35],[15,42],[1,10],[10,3],[4,17],[4,-10],[-5,-24],[6,-5],[11,20],[12,-14],[13,22],[3,11],[15,16],[5,20],[9,52],[3,4],[8,46],[0,35],[3,48],[5,24],[7,14],[10,-7],[0,-7],[13,11],[6,-7],[17,16],[8,30],[6,36],[8,21],[5,22],[8,6],[1,13],[6,-5],[5,14],[1,-13],[6,-6],[5,32],[12,26],[6,25],[5,1],[4,20],[12,5],[6,-14],[4,17],[9,9],[-2,-29],[5,29],[-3,2],[2,23],[5,-6],[5,37],[16,52],[2,13],[-3,27],[-7,-6],[1,27],[5,43],[5,20],[4,62],[4,5],[3,28],[6,4],[-1,36],[3,37],[-2,40],[1,35],[11,17],[3,28],[-7,-2],[-15,-26],[-7,-28],[0,-27],[-5,-1],[-16,42],[-4,45],[7,25],[-7,-3],[-2,28],[5,15],[0,49],[4,41],[8,18],[1,21],[14,35],[9,6],[-1,53],[5,26],[2,33],[-1,92],[1,36],[7,37],[-4,63],[0,21],[-6,45],[-2,28],[0,98],[1,40],[-3,41],[1,37],[-3,63],[0,42],[2,28],[-4,53],[1,52],[-3,15],[-7,-3],[-15,73],[-3,37],[-3,-11],[-10,-14],[-7,7],[-7,29],[-6,48],[-2,82],[-3,29],[0,70],[-1,22],[-6,49],[4,39],[-10,-11],[-9,5],[-9,27],[-3,19],[3,60],[-7,-19],[-11,-8],[-4,31],[-13,-3],[-2,-16],[-5,13],[-4,-7],[-4,43],[-5,10],[-6,71],[-5,27],[0,71],[-2,-8],[1,76],[-2,19],[-1,45],[-7,23],[5,83],[10,69],[14,33],[5,-5],[6,19],[8,1],[1,11],[10,16],[9,22],[3,28],[4,7],[10,-27],[11,-53],[6,-41],[10,-41],[2,-31],[9,-50],[-1,38],[3,23],[5,-7],[6,-39],[7,-57],[0,-14],[7,-43],[2,-27],[3,-1],[4,-64],[5,0],[11,-44],[0,-30],[-4,-10],[-10,-7],[-5,4],[-2,-15],[12,6],[12,-7],[10,-39],[5,-37],[0,-18],[17,-13],[5,3],[11,-12],[7,-23],[12,3],[9,-26],[4,-44],[11,-6],[7,-33],[5,10],[6,-12],[9,19],[2,14],[20,25],[6,18],[3,23],[4,0],[8,30],[5,55],[6,35],[0,15],[5,26],[1,44],[6,21],[3,51],[3,6],[1,34],[5,55],[-1,55],[2,16],[0,67],[1,2],[0,67],[2,35],[0,61],[2,17],[2,64],[5,56],[0,24],[3,16],[0,23],[5,47],[0,74],[1,2],[-1,67],[2,16],[0,67],[1,4],[1,115],[4,35],[2,68],[2,15],[2,74],[5,24],[1,24],[12,96],[-1,38],[2,32],[-4,29],[-5,16],[-6,71],[0,81],[-3,24],[0,48],[3,22],[1,36],[-5,37],[0,31],[-5,38],[-2,33],[-1,76],[-7,32],[-3,-13],[-13,-15],[-4,4],[-4,-15],[-5,2],[5,-20],[1,-42],[-8,-7],[-8,-24],[-13,11],[-2,16],[-7,13],[0,12],[-10,4],[-6,31],[1,35],[6,15],[3,56],[-4,-5],[-11,6],[-11,70],[-2,32],[0,60],[4,15],[-7,105],[-7,20],[-4,30],[-16,10],[-7,25],[-18,36],[-6,32],[-3,41],[-4,29],[-6,20],[2,27],[-3,49],[-4,21],[0,24],[-3,25],[0,31],[-4,26],[1,39],[0,77],[-3,-15],[1,40],[-3,-8],[0,24],[-5,28],[-6,18],[-5,-7],[3,22],[-4,50],[-9,-14],[-8,32],[-4,64],[-3,14],[-9,9],[-4,27],[-4,44],[-6,8],[-2,15],[0,41],[4,46],[-5,-32],[0,-26],[-5,5],[1,32],[-4,22],[3,18],[-6,30],[5,-5],[2,-24],[2,15],[-4,11],[-3,31],[1,14],[7,-3],[6,-23],[2,13],[-4,17],[11,1],[4,8],[8,-1],[4,-29],[9,30],[0,11],[8,11],[11,34],[1,16],[5,4],[24,37],[7,1],[11,28],[2,20],[8,43],[13,41],[13,20],[-9,-6],[-16,16],[-5,-3],[-9,8],[14,5],[22,-18],[13,-5],[7,-18],[5,-25],[2,-31],[-3,-17],[8,-17],[4,29]],[[26838,67525],[-1,5]],[[26837,67530],[0,2]],[[26837,67532],[-3,37],[-10,27],[12,-22],[0,-32],[3,-8]],[[26839,67534],[0,-1]],[[26839,67533],[3,18],[-4,31],[12,-8],[7,-14],[11,15],[-3,41],[-9,0],[-3,11],[-12,-4],[-4,25],[-4,-15],[-6,1],[-4,14],[-18,6],[-6,-4],[-4,31],[-5,12],[-13,-5],[0,15],[7,19],[0,18],[10,-34],[7,45],[7,6],[8,-21],[11,-12],[8,-23],[0,-26],[5,0],[14,44],[9,-11],[8,-19],[4,15],[6,-2],[-1,17],[12,33],[4,5],[-16,-75],[-7,-21],[1,-17],[7,43],[16,70],[16,32],[10,26],[12,-1],[12,-23],[17,-45],[9,-5],[10,3],[12,-9],[12,-36],[10,-23],[17,-29],[29,-39],[4,2],[16,36],[22,12],[14,-19],[8,0],[10,13],[8,-17],[6,-25],[19,-46],[16,-60],[12,-53],[8,-14],[9,-37],[6,-38],[9,-34],[23,-71],[11,-25],[7,-3],[11,-16],[9,-26],[19,-45],[27,-45],[6,-16],[29,-24],[16,-34],[6,-7],[8,-25],[5,4],[24,-32],[9,-18],[7,-6],[14,-22],[27,-49],[10,-21],[12,-16],[12,-25],[10,-13],[17,-38],[8,-25],[17,-37],[5,-16],[6,-61],[9,-35],[10,-2],[-6,17],[0,12],[-7,-5],[-7,28],[-2,42],[18,-46],[3,0],[11,-23],[44,-118],[6,-3],[9,-17],[9,-28],[18,-31],[22,-53],[10,-31],[13,-32],[14,-41],[11,-39],[3,-2],[9,-33],[3,-41],[3,3],[13,-44],[1,-19],[6,6],[5,-23],[11,-15],[11,-32],[17,-30],[7,-1],[5,-27],[1,-33],[14,-79],[5,-11],[0,-34],[4,-36],[11,-21],[4,-1],[14,-44],[8,-9],[2,-13],[13,-46],[3,-19],[-1,-21],[-5,-37],[4,-15],[-1,-29],[-3,-3],[-4,-32],[0,-19],[-4,-23],[1,-11],[-3,-75],[-9,-41],[0,-14],[5,-28],[9,-18],[1,-37],[-5,-29],[-10,-21],[-17,-4],[-16,-11],[-2,-14],[3,-26],[-3,-26],[7,-29],[-2,-48],[1,-54],[-2,-12],[1,-65],[-4,-19],[18,-23],[11,-10],[8,-15],[26,-38],[17,-16],[11,-17],[12,-7],[21,-29],[20,-16],[16,-8],[4,6],[30,-9],[8,6],[20,0],[9,6],[15,-2],[5,-7],[18,-1],[19,14],[10,3],[5,-6],[15,19],[13,12],[25,16],[7,-3],[13,34],[-1,22],[4,-3],[12,40],[7,14],[17,52],[10,12],[10,-25],[25,-31],[20,-17],[20,4],[16,-11],[12,3],[17,-11],[15,20],[4,10],[18,-4],[-5,21],[10,36],[2,-7],[6,31],[0,-23],[-4,-11],[0,-51],[12,-30],[9,-1],[7,-14],[16,-13],[14,-44],[6,-8],[-1,49],[3,-6],[1,-42],[9,-32],[0,-8],[11,-72],[9,-20],[9,-37],[22,-42],[3,-25],[16,-50],[14,-7],[6,20],[13,1],[19,-28],[5,-27],[4,-67],[0,-45],[7,-10],[-6,-8],[1,-12],[7,-7],[2,-19],[-6,-45],[-3,-3],[-2,22],[-1,-72],[-2,-63],[-5,-69],[0,-20],[-7,-33],[-5,2],[1,-21],[-9,-1],[1,-30],[5,-28],[13,-19],[2,15],[-4,21],[6,1],[2,21],[2,-21],[13,-42],[8,-10],[0,-50],[-3,-28],[9,-21],[5,-29],[8,-1],[0,-38],[-8,-4],[1,9],[-10,40],[-13,19],[-3,-24],[-6,9],[-2,-26],[3,-18],[13,-20],[7,-27],[1,-23],[-9,12],[-4,-5],[5,-21],[3,-38],[-9,8],[-9,16],[-3,-6],[3,-29],[-5,17],[-9,9],[-4,17],[-5,51],[1,14]],[[25222,58319],[-3,-50],[-7,3],[-13,36],[-10,40],[-7,45],[-7,7],[-9,21],[-6,39],[-12,22],[-8,52],[0,24],[-11,81],[-12,29],[-8,0],[-2,-9],[-9,21],[-13,2],[-3,-12],[-4,8],[-6,35],[-5,9],[-9,65],[-5,20],[-15,39],[-14,29],[-7,21],[-17,32],[-17,10],[-11,-7],[-32,39],[-12,-25],[-12,4],[-21,22],[-15,35],[-11,47],[-9,51],[-10,36],[-7,17],[-5,29],[-14,41],[-14,21],[-17,15],[-22,38],[-7,8],[-13,29],[-7,-10],[-15,43],[-8,30],[-7,10],[-19,-52],[-7,14],[-5,-4],[-15,-44],[-9,-32],[-4,2],[0,-19],[-17,-63],[-17,-78],[2,22],[8,33],[15,53],[-13,-19],[-5,0],[-2,14],[8,-7],[1,8],[-8,19],[-5,26],[-6,16],[-9,10],[-9,25],[-6,8],[-8,29],[-11,-12],[0,-26],[7,-35],[2,-57],[7,-16],[10,-40],[0,-18],[-6,-47],[-3,-44],[7,-21],[0,-28],[9,-17],[5,-24],[7,-55],[-1,-21],[5,-31],[0,-21],[6,-5],[0,-14],[-5,-22],[-4,-4],[-1,-33],[-4,-14],[-4,11],[-4,-6],[-1,-36],[-8,-12],[-5,19],[-8,16],[-5,19],[-12,-21],[-7,44],[-11,25],[-1,22],[-7,20],[-9,-3],[0,28],[-8,13],[-6,-24],[-1,22],[-5,6],[0,15],[-9,-5],[-1,-22],[6,-42],[-9,33],[-3,0],[-7,42],[-5,14],[-10,6],[-12,28],[-6,33],[-9,4],[-16,35],[-10,9],[-5,15],[-8,4],[-10,-4],[-10,15],[-14,31],[-8,9],[-18,29],[-10,23],[-8,7],[-16,-2],[-18,19],[-9,-10],[-1,8],[-10,-5],[-1,-26],[-14,-39],[-5,-24],[-7,2],[-7,12],[-4,32],[-6,0],[2,36],[-6,22],[-2,23],[-4,-7],[2,-18],[-2,-48],[7,-31],[10,3],[-3,-15],[1,-18],[10,-40],[3,20],[3,-5],[-3,-24],[4,-17],[2,36],[8,35],[1,17],[7,30],[-12,-70],[-5,-36],[-1,-28],[8,-25],[12,-48],[8,-18],[4,-21],[16,-45],[10,-43],[7,-8],[4,-23],[8,0],[6,-28],[4,-4],[2,-19],[13,-63],[7,-28],[5,0],[1,-14],[5,1],[0,-20],[7,-3],[-2,-17],[8,-35],[6,-7],[5,-46],[7,-8],[9,-20],[3,-22],[12,-23],[9,-52],[9,-40],[13,-43],[0,-11],[12,-58],[9,-28],[4,-28],[4,3],[0,-20],[12,-61],[6,-19],[8,-68],[9,-42],[9,-25],[6,-34],[12,-45],[44,-157],[21,-69],[5,-22],[24,-62],[9,-17],[27,-60],[6,-27],[18,-29],[9,-8],[0,-10],[14,-18],[13,-8],[25,-46],[7,-8],[12,-3],[7,-26],[12,-4],[11,-15],[1,-10],[9,-14],[6,-1],[15,-27],[11,-30],[0,-17],[16,-23],[5,0],[26,-53],[10,-42],[12,-28],[-3,-15],[3,-19],[7,-4],[4,17],[-2,-40],[9,-28],[3,26],[6,-1],[8,-23],[9,-5],[-13,-4]],[[24957,56933],[22,-26],[43,71],[17,-45],[166,-427],[87,-108],[210,535],[767,1917],[27,434],[58,294],[22,14],[9,-61],[6,-20],[7,3],[6,-17],[9,2],[14,25],[8,-2]],[[26435,59522],[3,-11],[8,-57],[9,-10],[4,22],[14,-6],[5,45],[-10,145],[2,78],[5,58]],[[26475,59786],[4,27],[-4,12],[1,80],[5,19],[-3,25],[7,53],[2,39],[20,64],[0,52],[8,27],[6,77],[15,-9],[21,-97],[19,28],[29,-32],[23,27],[38,181],[-22,149],[-23,148],[39,105],[261,700],[85,2197],[26,661],[-81,930],[-3,18]],[[26948,65267],[0,23]],[[26948,65290],[2,30],[-9,46],[-6,81],[0,50],[-3,48],[0,37],[2,26]],[[26934,65608],[2,37],[-5,47],[0,23],[-7,85],[0,43],[-4,49],[-16,68],[-1,16],[-6,9],[-5,-14],[-5,4],[-6,21],[-4,29],[-42,237],[-33,42],[-3,12],[-17,15],[-12,19],[-5,14],[-5,30],[-8,81],[-2,100],[3,78],[-7,133],[22,278],[108,293],[79,0],[321,-833],[204,-185],[121,-109],[319,-689],[5,-81],[3,-34],[0,-37],[-4,-38],[-4,-14],[-8,-4],[-3,-16],[-11,-27],[-3,-49],[7,-63],[-2,-17],[-19,-18],[5,-47]],[[27886,65096],[-4,-22],[8,-29],[0,-8]],[[27890,65037],[0,-9]],[[27890,65028],[-3,-29],[1,-52],[-2,-87],[-4,-13],[-36,-302],[142,-290],[528,0],[79,-597],[20,-153],[11,-30]],[[26881,65949],[0,0]],[[26880,65893],[4,-13]],[[26879,65901],[1,-8]],[[26876,65900],[0,0]],[[26876,65901],[0,-1]],[[26880,65893],[-1,8]],[[26884,65880],[-4,13]],[[26551,60418],[0,0]],[[26629,60487],[0,0]],[[26567,60187],[0,0]],[[25436,57845],[0,0]],[[25213,56702],[0,0]],[[25699,61502],[0,0]],[[12062,36334],[0,-40],[3,-19],[-3,-22],[3,-34],[-6,-27],[-4,11],[-3,-51],[-6,9],[3,-26],[9,-9],[1,-15],[9,-18],[-5,-16],[-10,9],[-5,-18],[-2,-31],[-4,-16],[2,-24],[-5,-12],[-5,-57],[-3,-57],[-5,0],[2,-23],[-2,-29],[-7,-49],[-6,-24],[-4,-45],[-5,-45],[-9,-49],[7,-31],[13,-27],[17,-50],[2,-17],[5,-14],[6,6],[-1,16],[-9,-8],[-3,25],[3,8],[10,-12],[6,-21],[4,0],[8,-22],[23,-7],[-7,-14],[-6,-33],[-10,-10],[-15,16],[-12,-6],[-5,-17],[7,60],[-10,17],[-2,32],[-4,-3],[-4,20],[-10,13],[-2,-23],[-5,-56],[4,-17],[-1,-19],[2,-26],[-2,-32],[-5,-17],[-7,-58],[-4,9],[0,-65],[4,-32],[-4,-43],[-6,-4],[-1,-29],[-10,-61],[-4,-9],[1,-15],[-30,9],[-4,-23],[-15,-17],[0,-18],[-4,0],[0,27],[10,30],[6,9],[8,25],[16,-1],[9,-13],[5,47],[2,29],[5,28],[3,29],[-4,7],[6,44],[-6,-1],[0,34],[4,36],[-4,16],[-13,5],[-4,11],[-19,-33],[-4,5],[-10,-7],[-14,-76],[-3,-21],[-4,8],[4,50],[11,46],[13,29],[23,33],[7,-12],[4,-17],[9,0],[11,-8],[0,21],[5,22],[-7,4],[-2,22],[6,26],[0,22],[3,36],[-6,119],[-6,31],[2,37],[-6,6],[-3,15],[0,45],[-11,6],[-9,-5],[-4,-9],[-6,-30],[-15,-30],[-6,-30],[-12,-35],[0,-24],[19,8],[14,-4],[-1,-14],[-29,0],[0,-15],[-11,37],[-2,-21],[-7,4],[-8,-30],[-2,-33],[-3,-26],[1,-30],[-3,-47],[-5,-25],[2,-100],[7,-14],[3,-34],[-4,21],[-8,-10],[-11,31],[0,64],[-3,44],[-4,-8],[-2,-42],[-7,-27],[-5,-49],[-13,-95],[-3,-33],[-6,-7],[-1,28],[7,41],[11,103],[10,52],[3,60],[-3,21],[-10,-17],[-1,9],[-9,-48],[-14,-38],[-10,-13],[-1,-24],[-17,-18],[-9,-25],[-9,-60],[-14,-47],[-3,-34],[-4,-25],[-4,-7],[-7,-49],[-9,33],[0,18],[10,65],[6,-4],[1,44],[9,43],[8,23],[6,32],[1,33],[-4,50],[-8,-18],[-8,-1],[-14,16],[-7,50],[1,19],[-5,35],[-7,32],[-3,-3],[-6,50],[-4,15],[8,5],[8,-26],[9,-45],[1,-17],[7,-27],[5,-51],[13,5],[7,26],[5,-25],[8,28],[4,-5],[12,19],[5,28],[0,39],[5,6],[0,-56],[4,-14],[6,20],[7,-16],[3,17],[4,6],[4,19],[7,3],[6,39],[12,-15],[8,17],[13,42],[10,44],[0,17],[-2,33],[-14,-31],[0,45],[-7,-25],[0,-13],[-7,-69],[-10,-38],[-3,44],[3,17],[3,42],[4,7],[12,33],[-2,10],[-7,-1],[-6,-11],[-1,27],[13,-4],[4,15],[9,15],[4,46],[-4,65],[7,-2],[17,69],[4,6],[-20,-89],[1,-61],[-4,-24],[4,-25],[6,18],[-4,37],[9,-19],[7,13],[14,37],[1,19],[12,48],[-7,48],[-6,30],[-16,37],[-14,74],[-14,-20],[7,38],[17,24],[1,-49],[8,-25],[8,-3],[6,15],[8,49],[-3,-38],[-7,-44],[10,-34],[3,-3],[6,36],[4,13],[-6,-37],[-1,-54],[4,-17],[15,49],[4,34],[14,50],[1,35],[-7,-14],[2,51],[11,48],[0,-19],[4,2],[5,29],[0,17],[-6,-14],[-4,35],[3,17],[-13,24],[-4,-8],[-2,33],[6,-12],[11,3],[12,-15],[-3,24],[5,-11],[0,-14],[8,13],[-2,37],[2,53],[7,8],[0,19],[-5,12],[2,22],[4,7],[3,23],[1,30],[-1,50],[4,14],[-3,36],[-5,-7],[-2,32],[-7,34],[-4,10],[-9,-7],[-8,13],[-3,-11],[-6,2],[2,25],[-3,9],[-15,23],[-7,-2],[-4,-13],[4,-62],[3,-4],[3,-27],[-11,-36],[-2,-64],[-3,18],[2,74],[-4,-19],[-3,13],[-6,-3],[-3,-37],[-3,13],[-7,-32],[-6,-10],[-5,-25],[0,27],[-4,-4],[-5,-21],[-4,-53],[-6,-38],[-1,4],[6,75],[5,37],[-6,50],[-5,12],[-6,-25],[-6,-1],[-5,-25],[0,21],[11,29],[6,54],[7,7],[0,43],[3,6],[4,-22],[-3,-32],[-3,-45],[2,-26],[4,-34],[13,35],[6,10],[0,21],[-6,5],[7,11],[4,-17],[9,64],[-4,6],[4,16],[-4,38],[1,22],[-6,9],[-4,-25],[-11,-8],[-5,21],[-4,-10],[-4,11],[-10,-71],[-9,7],[-13,-69],[-1,28],[-6,21],[-8,1],[1,39],[4,-13],[8,38],[2,26],[3,16],[6,50],[1,46],[-5,27],[0,33],[-12,28],[-4,-8],[7,-53],[0,-11],[-10,63],[-4,6],[-2,-16],[-7,-6],[-1,-30],[-7,-50],[4,-17],[0,-25],[10,-3],[0,-41],[-16,19],[0,-40],[-3,14],[-4,26],[-8,-10],[1,-41],[6,-41],[-9,-1],[-3,-16],[2,-24],[-4,22],[4,34],[-5,36],[-8,-33],[-1,-21],[2,-8],[0,-39],[2,-24],[-6,-7],[-1,-33],[-3,-5],[1,79],[-4,13],[-6,-2],[-1,-15],[0,-38],[4,-44],[-4,17],[-6,-2],[6,-22],[0,-14],[-6,-6],[-4,8],[-17,-35],[-3,-1],[-17,26],[0,31],[-3,8],[-6,-16],[0,-17],[-14,-60],[-21,-70],[-12,-13],[-4,-16],[-11,-49],[-9,-15],[-20,-79],[-10,-45],[-21,-63],[-5,-21],[-11,-29],[-7,3],[-6,-24],[6,-23],[4,11],[10,-5],[20,-57],[6,-31],[4,15],[7,6],[-11,-46],[-6,-28],[-1,38],[-13,18],[-3,13],[-4,-3],[-9,10],[-10,43],[-7,14],[0,-56],[-3,-42],[-30,-134],[-23,-80],[-18,-76],[0,-24],[4,-34],[2,-54],[-5,-42],[3,-13],[-11,-73],[-27,-128],[-19,-67],[-7,-26],[-4,-35],[-9,-33],[-3,-19],[-21,-49],[-13,-25],[12,4],[5,-21],[-7,8],[-16,-29],[3,38],[-21,-29],[-2,-11],[13,7],[3,-8],[-7,-22],[4,-11],[-10,-4],[-1,15],[-13,-28],[-13,8],[-13,-25],[-14,-24],[20,9],[7,12],[6,-22],[0,-26],[-4,-19],[-6,4],[4,-24],[9,-30],[1,-26],[3,-13],[7,20],[4,-9],[-7,-9],[-4,-33],[-7,21],[-6,-8],[-7,5],[0,22],[-7,22],[-6,-1],[-4,38],[-3,1],[-6,-25],[-3,16],[0,17],[-9,-13],[12,55],[-2,6],[-20,-90],[-12,-44],[-35,-110],[-48,-103],[-51,-102],[3,-6],[23,49],[5,0],[-12,-43],[3,-16],[-15,-19],[-5,-3],[-8,-50],[6,-9],[-3,-12],[0,-24],[5,-13],[-9,-5],[-7,17],[-4,42],[-3,-6],[3,52],[-9,-11],[-20,-56],[-3,-4],[-23,-68],[-4,-11],[-11,-41],[3,0],[8,28],[10,24],[6,28],[17,44],[0,-10],[16,-15],[-2,-46],[-4,29],[-11,-13],[0,-16]],[[11073,34259],[-2,-19],[-7,16],[-10,-10],[3,19],[-20,-51],[1,-17],[-4,-7],[-4,-18],[-9,0],[10,18],[-8,-1],[-6,-24],[-9,-27],[-31,-98],[-13,-28],[-16,-47],[-4,-24],[7,-34],[10,21],[3,18],[13,-2],[4,-7],[-5,-21],[4,-29],[7,25],[0,-34],[3,-24],[0,-20]],[[10990,33834],[7,15],[-1,25],[4,20],[7,-7],[-4,-8],[5,-23],[2,-27],[11,-24],[3,-19],[-7,4],[4,-70],[7,-11],[3,-37],[7,-33],[2,-19],[10,-20],[4,-29],[-17,-62],[-6,-59],[-3,-35],[-3,-13],[-5,-78],[3,-29],[-8,-50],[-5,-84],[1,-40],[10,-22],[7,-34],[7,-22],[5,-63],[4,-22],[0,-40],[10,3],[9,41],[1,38],[6,37],[5,12],[9,87],[10,59],[4,41],[-7,50],[-1,46],[-5,37],[-1,77],[4,36],[0,23],[3,63],[6,40],[0,40],[3,44],[2,17],[2,50],[3,20],[-7,1],[-2,29],[-6,-12],[-1,30],[-6,-14],[-1,25],[17,69],[10,-25],[6,-73],[4,2],[0,-27],[-6,-63],[-7,-42],[3,-20],[1,-33],[-2,-29],[-6,-26],[-2,-52],[-4,11],[-3,-33],[0,-42],[9,-45],[7,-16],[-6,-26],[-3,-62],[5,-21],[13,-8],[11,-21],[11,-8],[9,12],[21,-7],[23,98],[6,-2],[8,23],[5,-5],[1,-23],[-4,-20],[-13,-10],[-7,-20],[-10,-54],[-19,-22],[-4,7],[-7,-5],[-3,-17],[-6,-3],[-27,14],[-5,-37],[-9,-52],[-24,-162],[-6,-26],[-4,-53],[-16,-7],[-3,-15],[-4,-49],[-1,-52],[-5,-1],[-3,16],[-4,3],[-6,50],[-1,26],[-6,19],[-3,43],[-1,96],[-27,53],[-3,15],[-7,54],[-9,64],[0,38],[2,24],[-3,33],[-20,14],[-4,15],[-14,24],[-8,19],[-4,-5],[-9,36],[-11,19],[-4,20],[-26,41],[-8,20],[-5,33],[-7,22],[-13,29],[-14,12],[-17,-3],[-24,-14],[-46,-17],[-10,-1],[-41,-40],[-16,-16],[-43,-93],[-50,-104],[-25,-47],[-46,-96],[-10,-76],[5,-31],[2,29],[7,-1],[-5,23],[0,23],[3,20],[4,-33],[8,-15],[6,-42],[0,29],[6,-10],[0,-27],[8,11],[6,-20],[6,8],[-2,-49],[8,-64],[1,-36],[-3,-32],[-6,-68],[-11,-40],[13,-21],[4,-31],[7,-20],[7,-37],[7,0],[0,-21],[5,4],[5,-23],[6,-59],[-1,-39],[-6,10],[-3,62],[-25,67],[-12,25],[-8,2],[-3,10],[-3,-30],[-4,-13],[0,-58],[2,-41],[-7,-44],[-8,62],[-5,16],[-18,-53],[-4,8],[-5,32],[2,43],[3,-7],[8,7],[10,73],[-5,9],[-13,-22],[-9,-33],[-1,20],[8,56],[9,-2],[1,25],[6,-23],[3,13],[11,12],[3,21],[7,31],[4,35],[-4,11],[-7,39],[-27,33],[-13,31],[-6,20],[-7,14],[-7,4],[-30,1],[-24,-45],[-9,-25],[-18,-42],[-16,-21],[-8,-9],[-18,-3],[-19,-15],[-32,-45],[-21,-22],[-29,-13],[-1,7],[-6,-26],[-24,-27],[-13,-8],[-46,-14],[-28,1],[-17,7],[-32,38],[-24,22],[-7,6],[-16,0],[-11,6],[-67,25],[-16,12],[-4,-8],[19,-9],[4,-16],[4,-53],[11,-14],[0,-17],[-5,-7],[-4,27],[-15,-60],[-10,17],[9,49],[7,0],[4,13],[-4,50],[-23,15],[-6,15],[-34,35],[-33,46],[-8,8],[-12,21],[-18,-8],[-9,-21],[-1,-22],[-7,-16],[-10,-12],[-13,0],[-30,11],[-16,-3],[0,-8],[10,-10],[12,5],[11,-9],[12,-3],[21,7],[4,10],[7,-28],[-7,-7],[-3,-22],[-14,-52],[-11,-54],[-4,-25],[-22,-64],[4,-25],[-3,-13],[-7,12],[0,13],[-7,4],[-3,-16],[3,-43],[10,-4],[6,-53],[1,-49],[-1,-18],[-3,-7],[0,54],[-8,36],[-13,-1],[-3,-11],[-19,-1],[-10,8],[2,35],[-16,12],[-17,-65],[9,-7],[-8,-20],[-5,20],[-2,15],[-4,7],[-3,21],[-13,-9],[-3,-24],[-25,-47],[0,-8],[20,37],[-7,-44],[0,-54],[-9,-22],[-3,-46],[-16,-15],[1,-21],[-12,-16],[4,-24],[-7,-6],[0,46],[-4,12],[-4,-11],[1,-41],[-4,-1],[0,37],[-6,-1],[0,-19],[-8,-8],[0,35],[-6,2],[-7,-23],[7,-53],[0,-19],[7,-66],[-4,-46],[4,-29],[1,-35],[16,-2],[-3,-13],[-7,-4],[9,-70],[0,-18],[4,-12],[6,5],[7,-14],[-10,-23],[4,-34],[4,-41],[-2,-5],[-10,45],[-5,-4],[-3,-26],[0,-29],[3,-14],[0,-26],[3,0],[-1,-42],[1,-25],[4,10],[-1,-19],[4,-53],[-4,-37],[4,-34],[0,-23],[-5,-16],[-8,12],[-4,52],[-3,42],[-4,14],[1,40],[-1,17],[-11,1],[-7,12],[0,21],[-11,6],[-7,21],[-7,43],[2,21],[-9,58],[-4,57],[-7,22],[-2,33],[-7,8],[-4,21],[0,19],[-7,1],[-4,13],[1,20],[-10,57],[-1,-11],[-6,5],[1,24],[-7,16],[-3,16],[-11,12],[-3,-3],[3,-25],[-9,7],[-8,-19],[-6,-31],[-7,-14],[-3,-13],[3,-22],[-6,8],[-13,-24],[2,-38],[6,8],[25,-31],[3,6],[13,-12],[-3,-7],[-10,11],[-6,-6],[-5,10],[-13,8],[-10,-7],[-9,-24],[-6,-26],[2,-27],[-2,-11],[-5,27],[-6,-14],[-16,-16],[-1,-17],[-24,-24],[-14,13],[-18,48],[-8,8],[-2,-15],[-4,5],[-3,-21],[-11,7],[-3,-24],[1,-13],[15,-58],[1,36],[6,-32],[11,-15],[-7,-6],[7,-25],[12,-20],[4,-34],[6,0],[-2,-30],[7,-33],[-1,-10],[10,-30],[4,-34],[0,-33],[4,-28],[3,-32],[13,-47],[3,-25],[-6,-24],[-4,7],[-10,42],[-4,8],[-20,50],[-7,5],[-12,25],[-13,4],[0,-19],[10,-16],[12,-33],[0,-15],[-6,4],[7,-22],[-4,-3],[-21,62],[2,-25],[9,-22],[0,-10],[-13,6],[9,-32],[7,-58],[-10,16],[-6,29],[0,18],[-7,36],[-4,42],[0,19],[-5,5],[-1,-16],[-13,22],[3,-40],[0,-27],[4,-25],[7,-13],[2,-20],[-4,9],[-3,-13],[11,-20],[2,-17],[10,-42],[-8,-8],[-1,13],[-13,29],[-14,44],[-1,17],[-28,57],[-5,22],[-13,17],[-3,-8],[-13,8],[-4,-10],[-2,-28],[1,-25],[8,0],[0,-24],[4,-4],[5,-30],[8,-36],[4,-4],[6,-36],[7,-12],[6,18],[7,0],[2,-20],[-9,-10],[10,-40],[-1,-34],[10,18],[7,2],[-2,-12],[-5,1],[-8,-26],[2,-34],[1,-52],[-4,8],[-3,34],[-9,53],[-7,49],[-4,-28],[-3,21],[-3,29],[-11,-33],[7,-54],[-11,33],[-3,0],[-3,58],[-4,16],[-12,3],[-7,-19],[0,-60],[3,-24],[10,-41],[0,-13],[-6,26],[-8,6],[-3,31],[0,36],[-3,2],[-7,46],[-7,6],[-10,63],[1,-33],[-7,22],[4,15],[-11,12],[0,16],[-7,13],[0,-24],[-9,-25],[-7,5],[-7,-5],[0,-17],[-6,8],[-4,30],[-8,-13],[-5,-17],[3,-41],[-11,-61],[0,-14],[10,14],[0,19],[4,1],[6,25],[1,-26],[-3,-11],[2,-37],[5,-23],[5,-4],[4,16],[-3,36],[4,18],[-1,-22],[4,-13],[7,-9],[5,11],[-3,22],[10,-7],[-3,-34],[-13,-34],[0,-15],[6,-10],[3,10],[18,8],[2,15],[2,-40],[20,-17],[9,-3],[14,-48],[27,-24],[0,-9],[-13,6],[-5,-4],[3,-50],[18,-13],[2,9],[14,16],[18,37],[2,-12],[-6,-18],[-3,2],[-8,-17],[-3,-14],[-14,-35],[-8,-36],[-7,9],[3,18],[-6,3],[2,-36],[4,-8],[-7,-21],[0,13],[-9,51],[0,19],[-5,23],[0,17],[-7,14],[-12,37],[-4,-1],[-9,14],[-4,-5],[4,-41],[8,-18],[-6,-5],[-6,13],[-6,33],[-4,1],[-1,21],[-6,4],[-7,-9],[-13,13],[0,-20],[-6,-16],[5,-39],[-3,-25],[4,10],[10,-6],[-4,-25],[-4,21],[-9,-12],[-4,8],[-5,26],[-5,57],[-6,-8],[3,-12],[0,-43],[4,-21],[3,19],[1,-26],[-7,-72],[-4,2],[0,21],[-6,13],[-1,25],[-3,-6],[-6,-40],[0,-43],[-10,-24],[3,-18],[-1,-46],[-6,-31],[0,-22],[6,4],[1,33],[7,27],[13,-5],[6,15],[8,9],[7,-28],[6,4],[3,-25],[-11,5],[-7,-27],[-8,-8],[-7,16],[-7,-3],[-1,-28],[-6,-16],[0,-22],[3,9],[3,-17],[4,-95],[3,-37],[6,24],[4,-16],[8,29],[0,-13],[9,16],[9,26],[17,29],[1,-14],[-18,-32],[-5,-25],[-7,-14],[7,-11],[-13,-17],[-12,-9],[-3,-43],[11,-40],[13,0],[1,13],[9,-11],[8,0],[5,11],[8,-2],[15,-18],[8,0],[2,-8],[4,12],[5,-5],[5,13],[10,-12],[11,0],[2,-18],[-5,-2],[0,-25],[-4,-37],[-10,-35],[-7,-6],[-1,29],[-3,6],[-13,-4],[-4,-24],[-15,3],[-11,22],[-16,3],[-4,6],[0,-41],[-3,-14],[-6,7],[5,18],[-6,26],[-10,31],[-7,42],[0,21],[-6,32],[-1,26],[-6,1],[-4,17],[-10,15],[-3,-19],[1,-23],[-4,-19],[-4,38],[1,20],[3,-4],[-1,39],[-5,14],[-14,76],[0,35],[-6,30],[-15,55],[-10,16],[-6,-17],[-3,8],[-13,-12],[0,-9],[10,-5],[-4,-19],[7,-8],[12,-26],[-8,-30],[5,-28],[-9,-25],[-10,22],[-11,-25],[-6,-9],[-14,84],[-2,-4],[-1,-29],[-3,12],[2,39],[5,14],[4,41],[-2,14],[-6,0],[-3,17],[-4,-10],[-2,-28],[-2,15],[-5,-24],[-1,-33],[1,-6],[-1,-41],[4,-28],[-3,-28],[-3,3],[0,34],[-10,41],[-2,-55],[-5,18],[5,34],[-3,27],[4,43],[4,-4],[0,45],[0,30],[-3,-23],[-4,29],[-4,-16],[-10,-16],[3,32],[5,6],[0,20],[-7,-5],[-1,26],[-9,28],[-1,28],[-4,2],[4,-21],[-7,-18],[4,-24],[-6,-21],[-4,35],[-4,-10],[-7,0],[3,-33],[15,-28],[3,-25],[-7,17],[-14,6],[7,-47],[10,-34],[1,-37],[6,-1],[-1,-17],[-8,6],[-8,57],[-7,32],[-5,-40],[3,-18],[2,-56],[4,-33],[3,-5],[7,15],[1,-19],[-5,-27],[-2,17],[-8,10],[-5,34],[-2,-9],[-2,-45],[-3,3],[0,24],[7,35],[-8,87],[-3,74],[4,21],[-4,3],[-3,41],[-8,-32],[4,-58],[0,-50],[-2,-18],[0,-62],[6,-25],[0,-45],[3,-11],[-3,-23],[0,-35],[-4,-23],[13,-35],[-7,-33],[1,-29],[-4,-18],[1,-20],[-4,-28],[-3,-37],[10,-21],[4,10],[0,-31],[-5,-8],[-13,25],[-3,40],[4,32],[-1,29],[1,31],[0,25],[-4,28],[1,16],[-5,35],[-6,48],[6,22],[-9,25],[-8,-12],[-3,-23],[-5,18],[-1,25],[13,16],[7,-18],[3,7],[-2,29],[-4,52],[-4,21],[-14,4],[1,25],[7,-3],[10,-19],[1,17],[6,5],[-5,72],[2,33],[-1,28],[-7,-3],[0,23],[11,9],[2,17],[-3,11],[-2,46],[-5,1],[-10,20],[-5,-8],[5,-41],[-6,-17],[4,-12],[2,-45],[-10,4],[-3,21],[-9,-6],[2,-20],[4,0],[1,-25],[-5,5],[1,-37],[-1,-6],[3,-25],[4,-17],[-9,-11],[-4,16],[0,42],[-10,4],[-6,-7],[-1,12],[13,24],[-6,74],[-11,-12],[8,51],[6,-4],[8,54],[-1,19]],[[8747,30932],[-3,-1],[0,17],[-4,26],[-6,-17],[-8,11],[-2,-24],[3,-12],[7,-41],[-3,-12],[-13,71],[-7,-17],[-1,-16],[-7,-40],[0,-49],[-3,-46],[-6,-2],[-1,-14],[3,-21],[-5,2],[-11,-22],[-3,-3],[-10,-47],[-8,8],[2,-27],[12,-46],[8,-21],[-1,-13],[-6,13],[6,-41],[7,-26],[4,-46],[2,-62],[8,-36],[3,-26],[-3,-12],[-4,8],[-1,-17],[7,-25],[6,-40],[15,-85],[12,-61],[5,-43],[24,-39],[-4,-12],[6,-44],[-9,2],[-7,23],[-7,13],[6,-46],[1,-28],[3,-11],[7,-47],[-1,-26],[-6,-11],[-7,33],[-7,45],[-9,47],[-1,28],[-4,38],[-7,36],[-3,-9],[-6,62],[-9,32],[-17,91],[-7,48],[0,88],[-11,66],[-2,20],[-7,34],[-5,-24],[2,-38],[-1,-14],[-9,-6],[0,-68],[-5,-33],[-5,-50],[6,-44],[-3,-22],[-5,30],[-5,-2],[-3,75],[-4,6],[-10,-13],[-6,11],[-4,17],[-7,-11],[1,33],[-8,-1],[-2,26],[-9,-6],[-11,4],[-2,17],[15,27],[-4,41],[0,8],[-6,48],[-17,45],[0,35],[6,12],[1,-15],[13,-31],[13,-78],[4,-42],[10,-40],[6,-14],[14,-20],[14,-24],[-1,32],[2,37],[-6,82],[3,48],[-6,6],[-1,35],[-5,44],[-7,-16],[0,54],[-6,3],[-7,-37],[-7,-15],[0,-16],[-6,21],[9,28],[3,34],[0,25],[7,11],[-3,45],[-4,13],[-2,-26],[-4,-25],[0,51],[4,34],[-4,23],[0,15],[4,-21],[2,16],[-4,60],[-3,10],[-3,-17],[-7,-26],[-4,4],[-5,-26],[-5,36],[1,16],[7,8],[7,34],[3,0],[-1,34],[-9,10],[-3,-6],[-6,-34],[-7,-25],[-7,-7],[-13,3],[-4,-11],[0,19],[-4,16],[-12,-9],[-10,3],[-5,27],[-10,31],[-14,35],[1,22],[9,1],[8,-10],[19,-57],[5,-8],[3,20],[-3,30],[9,-33],[10,-17],[11,6],[2,31],[-5,20],[-8,7],[-9,-8],[-23,59],[-9,65],[-8,30],[-4,80],[-6,29],[-2,39],[4,32],[3,-17],[1,40],[6,-9],[-2,-43],[19,-98],[3,1],[3,-70],[2,-26],[10,-33],[5,-29],[5,-13],[8,13],[2,17],[6,0],[2,-25],[5,-25],[7,-8],[9,33],[-6,12],[-1,52],[3,0],[1,-22],[2,37],[-9,37],[-6,12],[6,6],[0,32],[4,28],[0,19],[-17,60],[4,23],[0,40],[0,26],[3,-10],[9,-63],[11,-15],[0,-21],[-4,-15],[6,-67],[7,-47],[4,-17],[7,-77],[7,-9],[6,-16],[-7,48],[1,18],[-1,57],[-4,48],[-8,40],[12,-47],[3,14],[3,49],[5,28],[5,44],[-3,28],[3,4],[2,30],[-11,42],[-1,-13],[-6,12],[-9,69],[-4,-6],[0,44],[-9,47],[-7,-8],[-2,-17],[4,-17],[3,-42],[-10,58],[-9,-18],[-3,-22],[-5,-11],[1,-15],[10,-54],[-14,55],[-8,-13],[-11,23],[-18,59],[-19,91],[-4,32],[-7,39],[-7,29],[7,41],[5,-9],[3,-40],[7,0],[9,-45],[10,-48],[18,-52],[15,-51],[5,38],[-4,17],[3,12],[13,-7],[6,19],[-2,25],[-8,8],[4,12],[8,-11],[0,-12],[9,9],[-6,26],[-3,3],[0,33],[-4,37],[4,4],[3,-33],[0,-9],[19,-28],[4,-13],[1,83],[-7,49],[3,5],[9,-30],[4,-59],[0,-27],[-6,-62],[3,-27],[3,0],[3,-27],[8,-66],[2,91],[-3,73],[3,17],[0,-37],[5,-9],[2,10],[-1,-31],[-2,-78],[3,-66],[3,-25],[7,0],[3,-34],[3,-5],[5,15],[3,65],[7,-11],[3,22],[-10,19],[-4,25],[-2,49],[9,-21],[6,-34],[10,14],[-3,49],[11,-4],[3,40],[-1,36],[-9,37],[-4,0],[-10,21],[-6,-5],[-5,12],[-1,16],[10,5],[5,-10],[8,-3],[6,-11],[-3,39],[9,-15],[1,-38],[6,54],[-3,54],[-3,12],[-14,-42],[-7,17],[0,20],[13,9],[-5,29],[-7,21],[-11,-19],[-3,-14],[4,-17],[-8,6],[4,77],[-2,14],[-7,-15],[-7,-44],[-4,-10],[1,51],[3,7],[5,59],[-12,42],[-14,-33],[1,-34],[-5,10],[-3,-12],[-6,14],[3,10],[-6,77],[2,-2],[7,-54],[4,-14],[3,31],[3,74],[-2,12],[-11,46],[-13,42],[-7,6],[1,30],[-4,5],[-1,-96],[-15,16],[-3,41],[6,1],[5,17],[4,40],[4,6],[-13,64],[-11,44],[-9,19],[3,9],[9,-20],[11,-37],[6,19],[4,-45],[4,-11],[13,-73],[12,-19],[8,-5],[4,25],[-2,29],[-16,-4],[0,26],[-10,32],[1,16],[9,-27],[7,-14],[11,22],[0,20],[-8,124],[1,16],[9,-44],[1,-22],[4,-67],[2,-19],[1,-56],[5,-15],[4,20],[3,32],[7,9],[-6,21],[-3,35],[-4,16],[3,15],[-7,56],[-17,61],[-10,25],[-3,-4],[-9,15],[-4,-6],[4,-42],[-1,-41],[3,-33],[-6,10],[-7,-7],[-2,-16],[3,-34],[-4,-3],[-3,75],[-3,-5],[3,40],[-7,29],[3,19],[-4,4],[-5,25],[9,45],[-4,7],[1,43],[-11,16],[4,17],[-1,51],[-12,5],[10,42],[3,0],[0,26],[-6,20],[5,8],[0,30],[-6,14],[0,29],[-6,29],[-8,-29],[0,-43],[-6,-17],[6,-55],[-9,6],[-4,-27],[0,-21],[-5,-17],[-4,10],[3,32],[0,56],[-1,53],[-9,-13],[0,14],[7,20],[-1,16],[-7,34],[-10,35],[-13,7],[-3,-17],[1,-35],[-7,-11],[-3,13],[-5,-5],[2,-16],[-9,-25],[-9,0],[-6,16],[-4,48],[-13,14],[-5,-14],[1,-14],[-9,-42],[0,-29],[-11,-16],[-3,8],[-10,38],[-7,7],[-1,-28],[-12,19],[-7,-4],[-7,-26],[0,-27],[14,-93],[3,10],[1,-24],[5,-11],[-2,-14],[5,-17],[-8,-28],[-4,0],[-7,26],[-10,0],[-3,30],[-7,-7],[0,42],[-3,25],[-4,7],[-4,-10],[1,43],[-6,7],[-1,19],[6,-5],[-7,63],[2,7],[2,29],[-6,5],[-3,27],[-6,25],[9,15],[-4,11],[0,22],[-7,26],[3,18],[-6,12],[1,-19],[-3,-35],[2,-19],[-3,-59],[3,-43],[-3,-14],[1,-71],[-4,19],[-3,-3],[2,-58],[7,-22],[0,-15],[-6,0],[-7,13],[0,-67],[-1,-44],[0,-50],[-8,-41],[2,-51],[-4,-18],[-13,2],[-3,7],[0,46],[-3,7],[1,42],[2,19],[-2,29],[2,24],[-1,42],[12,65],[3,43],[-10,5],[-4,34],[-7,116],[-4,-7],[-3,-29],[-7,4],[-8,24],[-7,37],[0,16],[3,19],[-1,24],[-6,13],[-1,35],[2,-1],[0,24],[-5,-10],[0,27],[-5,11],[-4,58],[6,25],[4,49],[0,33],[7,2],[-3,-19],[10,-15],[0,20],[-4,0],[4,39],[-7,-1],[0,13],[6,17],[-1,19],[4,10],[5,-15],[-5,28],[1,33],[-3,10],[-2,-20],[2,-22],[-4,-11],[-7,13],[1,-25],[-4,-33],[-4,17],[0,19],[-6,-1],[-4,-18],[8,-5],[-1,-29],[3,15],[10,-14],[-9,-15],[-3,-36],[2,-19],[-3,3],[-6,46],[-5,-33],[7,2],[4,-24],[0,-40],[-7,14],[-3,15],[-3,-19],[7,-7],[-8,-21],[8,-4],[-8,-10],[0,-14],[10,4],[-3,-19],[-9,-9],[2,-47],[4,-16],[4,25],[3,2],[-4,-35],[4,-13],[6,6],[-6,-27],[-10,24],[2,-48],[5,-15],[-7,-23],[-1,-54],[-3,-13],[-3,-41],[-13,1],[-4,45],[4,16],[0,50],[3,8],[-3,46],[-3,-38],[-1,9],[0,56],[-2,30],[2,13],[1,54],[-3,19],[-2,-7],[-9,-57],[-11,-4],[-10,-19],[1,27],[3,1],[10,28],[3,17],[1,41],[12,38],[-5,0],[-3,19],[5,20],[-3,15],[1,26],[6,-14],[-4,48],[7,27],[0,26],[4,10],[-4,19],[0,23],[3,12],[1,-21],[3,15],[-4,25],[-5,-20],[-2,14],[2,20],[-1,26],[3,10],[1,64],[-4,-33],[-3,-38],[-1,17],[-6,0],[4,-42],[-7,-7],[3,-14],[-10,5],[3,-18],[10,-2],[4,-25],[-7,-23],[-7,30],[3,-37],[-3,-11],[-3,16],[-4,-62],[-7,-4],[-6,7],[-3,-20],[0,-25],[-4,-25],[-7,3],[-2,-19],[-4,16],[-9,-24],[-5,-42],[-6,-25],[1,-50],[-4,8],[-6,-49],[-4,13],[3,31],[3,66],[-6,34],[3,16],[-3,33],[3,8],[7,-22],[10,23],[6,24],[6,-3],[1,24],[0,33],[-4,19],[4,4],[13,-41],[1,10],[-4,21],[0,76],[-3,53],[-4,1],[1,29],[-7,-18],[-3,5],[-7,-24],[-3,7],[5,61],[-3,27],[-6,7],[0,28],[-4,-21],[-3,-31],[4,-4],[0,-26],[-4,-33],[-7,-5],[-9,-36],[-4,-33],[0,42],[3,5],[1,35],[7,17],[0,21],[-4,87],[-3,5],[-7,-48],[-4,31],[7,34],[8,20],[5,20],[-6,10],[-3,16],[-5,7],[-5,-16],[-3,23],[-7,-22],[3,-22],[-3,-12],[-7,19],[4,56],[6,32],[-3,20],[-7,23],[2,-34],[-3,-20],[-3,35],[-13,0],[7,31],[3,29],[-6,41],[-4,-29],[-7,-1],[4,30],[-4,20],[-4,-20],[0,33],[-5,17],[-10,8],[-10,-4],[3,-17],[0,-20],[7,4],[6,-10],[0,-25],[-10,1],[2,-32],[8,10],[4,-29],[-4,4],[-6,-11],[6,-7],[-1,-17],[4,-4],[11,45],[2,-8],[-6,-49],[-10,-2],[1,-28],[6,-21],[-1,-25],[4,-28],[4,-6],[-7,-24],[7,-53],[9,-37],[-6,-39],[7,-33],[3,-63],[6,-40],[3,-72],[-6,-6],[-4,58],[-9,44],[0,39],[-4,24],[-4,46],[0,24],[-5,46],[-5,21],[1,16],[-7,30],[-1,36],[-6,18],[0,-17],[-3,-22],[-4,1],[3,26],[0,36],[-5,58],[-1,34],[-6,46],[-3,41],[-4,42],[-6,4],[-4,-13],[-3,-29],[6,3],[-2,-16],[6,-9],[3,-61],[-3,-18],[-3,43],[-4,8],[-7,-4],[-4,-24],[10,-19],[-2,-12],[-8,8],[-5,-32],[9,-26],[0,-16],[7,-54],[9,-20],[-6,-8],[-2,-28],[-2,-17],[-8,28],[-4,-3],[0,14],[-8,55],[-2,37],[-4,27],[-6,-15],[-3,-29],[-5,22],[0,15],[5,26],[0,17],[5,-10],[2,37],[10,39],[-1,58],[-6,-11],[2,16],[-6,-11],[-6,5],[-1,10],[7,21],[9,3],[2,21],[-4,15],[-1,29],[-20,1],[-9,-16],[-4,15],[-6,2],[-1,55],[-6,30],[-1,33],[-7,23],[-16,24],[4,14],[-4,16],[-7,49],[-13,15],[-9,4],[3,18],[7,-2],[6,36],[3,44],[-6,42],[-10,37],[-8,-8],[-6,16],[0,17],[3,29],[7,24],[-3,5],[-11,-28],[-3,-25],[4,-8],[-4,-56],[7,-23],[4,-4],[-5,-20],[8,-19],[-1,-8],[-9,21],[-6,4],[-1,-27],[1,-7],[-5,-34],[7,-52],[-6,-1],[-3,42],[-5,37],[1,8],[-6,30],[-8,-20],[-2,-32],[-7,21],[-4,-1],[-9,-29],[-4,-25],[-4,22],[-6,-1],[-7,-22],[-10,-4],[-6,4],[10,14],[5,19],[5,7],[5,23],[1,-6],[16,10],[5,36],[10,12],[6,14],[0,28],[-1,54],[-16,33],[-9,-9],[0,-15],[-7,-26],[0,25],[-8,26],[-6,-63],[-9,-31],[2,32],[3,22],[-6,23],[-3,-7],[-20,-75],[0,-55],[-4,-23],[-2,19],[5,53],[-5,-24],[-7,-16],[6,29],[-6,-3],[-4,13],[0,33],[-6,-15],[-7,26],[-8,6],[-9,-16],[-4,15],[11,10],[12,23],[4,-6],[4,18],[-4,13],[-7,-9],[0,25],[-16,-13],[-1,-16],[-5,9],[-5,32],[-9,4],[0,11],[13,10],[3,8],[-6,30],[-30,-4],[-5,16],[-8,-6],[-4,-38],[0,-35],[2,-14],[0,-39],[2,-1],[13,25],[-5,-25],[5,-21],[-7,4],[-4,-8],[0,16],[-6,-11],[-10,35],[-4,-12],[-6,10],[4,3],[-1,13],[-6,-20],[-8,-3],[-12,-35],[3,-24],[7,2],[-1,-32],[-12,-8],[-9,15],[-6,-14],[0,-45],[1,-30],[-3,-61],[6,-16],[0,-45],[6,-23],[8,3],[-1,-24],[11,-1],[15,18],[1,20],[3,-7],[4,15],[0,21],[10,15],[-3,-15],[-4,-41],[-3,-20],[-17,-31],[1,-10],[-8,-17],[-6,-28],[6,-44],[0,-25],[7,-3],[10,-30],[7,5],[7,-25],[7,12],[2,42],[7,24],[8,58],[2,-28],[-4,-14],[-6,-48],[1,-21],[-2,-38],[2,-3],[0,-25],[15,-26],[4,-20],[20,38],[7,-5],[4,33],[6,17],[6,4],[-9,-24],[-3,-23],[3,-11],[4,15],[0,-23],[13,17],[7,20],[6,30],[3,22],[13,14],[18,52],[-3,-29],[-11,-34],[-10,-19],[-4,-33],[-7,-20],[-2,5],[-3,-29],[-4,-4],[-7,-36],[4,-12],[10,-7],[13,13],[7,65],[0,29],[3,-9],[-3,-69],[-10,-49],[-10,0],[-8,8],[-2,-9],[6,-23],[-1,-33],[8,-22],[3,22],[8,-7],[2,-32],[6,15],[1,-18],[9,4],[1,18],[4,-26],[7,19],[6,0],[-4,-21],[7,0],[0,-11],[-17,-6],[-2,-17],[-5,-10],[8,-5],[5,26],[2,-2],[0,-33],[-4,-12],[2,-20],[11,17],[13,-2],[-4,38],[0,29],[4,-2],[3,-30],[0,-31],[4,1],[0,-29],[-6,-3],[-1,-37],[-4,-36],[2,-40],[2,1],[-3,32],[4,-25],[10,-15],[0,-14],[10,-15],[-1,-27],[1,-42],[12,-60],[8,0],[6,15],[-7,-40],[1,-14],[10,-53],[3,0],[6,-28],[11,-39],[-1,-13],[-10,19],[-6,-10],[3,-28],[-10,25],[-13,4],[-20,59],[-21,86],[-33,108],[-13,5],[-16,31],[-1,35],[-10,33],[-7,4],[10,20],[8,46],[7,16],[-4,1],[-21,-75],[-9,3],[-4,-13],[-20,-14],[-19,-39],[-17,-59],[-14,-41],[-8,-37],[-10,-83],[-2,-52],[4,-40],[6,-43],[6,-83],[3,-67],[13,-91],[8,-142],[2,-61],[5,-62],[13,-67],[9,-59],[1,-22],[16,-64],[4,-15],[9,-39],[17,-108],[10,-52],[4,-35],[6,-110],[1,-52],[-1,-69],[1,-86],[4,-25],[9,-13],[6,-21],[4,8],[1,-74],[3,-63],[0,-94],[0,-5],[0,-83],[6,-66],[7,8],[-6,13],[2,31],[4,13],[4,-13],[-7,1],[0,-28],[7,-12],[-5,-26],[-9,8],[-11,-40],[-6,-41],[-3,-64],[0,-33],[-6,-83],[-10,-66],[-3,-45],[0,-38],[15,-36],[14,-13],[10,-24],[3,-21],[0,-26],[7,-14],[36,-15],[12,-9],[10,-24],[2,-21],[10,-28],[4,-19],[6,-18],[14,-48],[4,-20],[19,-62],[7,-38],[14,-50],[9,-33],[7,-45],[23,-44],[4,-17],[10,-21],[17,-46],[10,-16],[16,-53],[6,-2],[5,17],[7,49],[6,54],[10,80],[9,41],[7,22],[28,31],[16,10],[6,17],[-3,-25],[3,-12],[32,-35],[6,-19],[7,-40],[6,-18],[7,4],[16,-4],[1,11],[17,22],[8,20],[8,53],[9,1],[12,-26],[23,33],[3,1],[14,50],[6,-20],[10,25],[10,4],[24,-4],[3,19],[13,-1],[7,6],[4,21],[9,0],[6,21],[8,14],[4,23],[2,36],[3,-7],[5,13],[8,39],[-2,-45],[4,-16],[-14,-47],[-3,-41],[-7,-32],[-4,-33],[-6,-20],[-7,-4],[-17,-63],[-16,20],[-8,0],[-12,9],[-7,17],[-4,-5],[-2,-36],[-11,-19],[-9,-32],[-9,-21],[-6,-25],[-7,-8],[-5,15],[-14,1],[-6,-7],[-7,-27],[-30,-57],[-13,-59],[-4,-39],[-10,-43],[-38,-123],[-27,-62],[1,-21],[10,-50],[3,-45],[3,-6],[7,12],[8,-6],[6,-12],[10,-56],[6,-44],[0,-26],[6,-26],[11,-107],[11,-36],[15,-8],[3,-22],[1,-45],[-3,-29],[6,-32],[7,-11],[10,1],[7,-13],[13,-40],[4,3],[6,-11],[8,-37],[13,-21],[7,-17],[6,-46],[10,-17],[14,1],[12,-20],[13,-11],[-9,-14],[3,-27],[-19,21],[-10,-8],[-17,17],[-10,-20],[4,-12],[9,2],[7,-16],[0,-15],[-8,12],[-10,4],[-39,34],[-3,-14],[-15,30],[-8,31],[-7,9],[-4,29],[-9,17],[-5,29],[-2,29],[-8,62],[-9,18],[-10,11],[-4,29],[0,43],[-7,60],[-2,34],[3,28],[-1,29],[-3,81],[-7,21],[-10,40],[-24,-38],[-16,-12],[-20,-3],[-19,20],[-4,-7],[-7,-44],[3,-19],[-6,11],[4,30],[-1,22],[-24,12],[-14,12],[-6,-1],[-10,-24],[-7,-30],[-2,-32],[-4,-35],[-3,-72],[0,-42],[6,-27],[3,-45],[-5,20],[-5,11],[-6,-6],[0,41],[-6,47],[6,38],[0,43],[-1,29],[-8,1],[-7,-40],[0,-46],[2,-42],[-2,-12],[-7,63],[2,25],[-2,65],[-7,34],[-6,20],[-27,50],[-7,3],[-4,21],[-13,29],[-8,5],[-3,-12],[1,-27],[-4,30],[0,17],[-3,22],[-9,14],[-10,25],[-12,87],[-6,64],[-6,38],[-4,14],[1,26],[-4,40],[-7,43],[-4,13],[-20,9],[-16,16],[-7,42],[-9,16],[-17,-9],[-15,5],[-16,46],[-6,26],[-17,56],[-9,50],[-11,46],[-11,-10],[0,-34],[-3,-15],[-2,26],[2,41],[6,27],[-5,29],[-15,67],[-2,22],[0,36],[6,68],[8,53],[13,133],[-1,45],[-4,8],[-6,-4],[-9,-29],[-8,-12],[-6,-30],[-7,-28],[-4,7],[5,38],[-7,18],[-10,15],[-3,-9],[-3,34],[-7,17],[-17,70],[-8,28],[0,-37],[1,-25],[-8,-25],[7,35],[-3,29],[1,57],[-4,14],[-11,124],[-6,3],[-4,-15],[1,37],[-7,7],[-10,17],[-20,82],[-11,68],[-3,54],[-3,24],[0,71],[4,54],[23,62],[-20,66],[-3,17],[-14,14],[-3,18],[-4,103],[-6,33],[-9,5],[-11,26],[-13,54],[-5,57],[-3,12],[-17,9],[2,-14],[-7,-2],[-4,-27],[-4,-17],[-5,3],[2,22],[-6,-16],[-7,-7],[-6,23],[0,22],[-4,-16],[-7,11],[-14,-23],[0,-37],[10,6],[7,12],[-3,-19],[-6,-14],[-14,0],[-6,29],[-4,-27],[0,-24],[1,-38],[-1,-21],[-14,-30],[-9,2],[-18,15],[-7,12],[-9,26],[-9,38],[-11,69],[0,14],[11,-10],[9,-21],[6,-29],[-3,-40],[6,-29],[8,0],[7,36],[12,-12],[5,-21],[6,-8],[3,47],[-4,24],[0,29],[8,32],[2,16],[10,22],[8,26],[19,23],[5,12],[3,34],[10,22],[6,-4],[1,35],[-4,34],[7,18],[0,16],[9,17],[1,15],[7,14],[9,57],[0,63],[-10,64],[-6,-3],[3,25],[3,8],[-13,55],[-7,48],[-4,82],[-3,40],[-12,27],[-14,17],[-3,42],[-17,5],[-4,-14],[-14,13],[-5,-9],[-14,-15],[-13,12],[-8,26],[-22,19],[-5,1],[-5,-10],[-1,15],[-7,-9],[-3,25],[-16,78],[3,16],[6,5],[5,-26],[13,-7],[13,40],[7,-15],[6,-30],[6,-14],[4,4],[11,-6],[6,19],[3,34],[-2,53],[-7,84],[0,25],[-8,115],[-6,6],[-11,25],[-6,-8],[-3,18],[0,25],[-20,66],[-7,4],[-6,-26],[-4,-54],[-3,-7],[-7,10],[4,77],[-2,15],[-10,11],[-6,-28],[-7,-12],[-6,4],[-1,-30],[8,-40],[0,-41],[6,-21],[-3,-47],[7,-20],[4,6],[-4,-32],[-7,6],[-7,-43],[-4,-12],[0,-21],[-12,-74],[-1,-1],[1,39],[-1,37],[3,49],[0,30],[2,37],[-1,56],[-3,27],[-1,52],[-5,30],[-7,16],[-3,-12],[-7,32],[-4,9],[-3,-36],[-8,-35],[0,-36],[-3,-13],[4,-48],[-3,6],[-7,60],[0,50],[-7,15],[-11,-4],[-5,15],[2,17],[8,12],[6,-14],[10,-2],[4,30],[12,22],[1,20],[-6,70],[0,26],[-4,10],[-17,-10],[-20,12],[-10,16],[-6,38],[-3,-30],[-8,-25],[-11,16],[8,8],[10,18],[0,9],[10,23],[0,13],[9,26],[5,54],[3,33],[-11,35],[4,23],[-6,21],[-7,3],[-10,21],[-5,3],[-10,-15],[-15,24],[-11,67],[-3,-27],[-10,4],[4,14],[-7,14],[-3,17],[-7,-31],[-4,14],[-7,34],[-4,3],[-10,-18],[2,41],[2,-2],[4,31],[13,-7],[7,-17],[14,-1],[0,-37],[3,25],[9,-2],[-16,43],[-6,30],[-17,36],[-8,31],[-7,85],[1,48],[-3,58],[6,15],[-2,32],[-4,-7],[-10,18],[3,27],[-7,24],[-9,-2],[-4,11],[0,20],[6,-10],[1,19],[-7,8],[-7,22],[1,23],[3,-5],[-1,27],[1,14],[7,-29],[13,3],[3,53],[-7,23],[1,10],[6,-11],[-7,49],[-2,16],[6,-12],[-4,53],[7,56],[7,0],[10,-39],[13,-81],[14,-1],[16,14],[11,14],[9,4],[10,13],[10,-40],[4,-2],[10,26],[3,29],[1,-41],[13,-20],[13,102],[11,51],[17,52],[9,0],[9,-38],[10,50],[1,32],[9,0],[8,43],[2,31],[8,16],[-6,29],[-10,32],[-1,17],[7,0],[-1,-17],[8,-18],[7,-35],[2,0],[0,74],[11,27],[-7,-3],[-11,22],[0,13],[13,16],[11,-28],[4,33],[-4,13],[-3,20],[-10,-9],[2,-20],[-10,9],[-5,23],[-3,35],[0,50],[-2,26],[-2,48],[-4,53],[-13,75],[-9,-9],[-4,15],[-4,34],[-9,-2],[-10,44],[-2,25],[-2,62],[-7,0],[-17,51],[-16,0],[-10,12],[-10,-1],[-7,-12],[-18,11],[-2,21],[0,37],[6,7],[-9,52],[-4,62],[-4,-12],[-5,10],[6,33],[7,-4],[-7,45],[-7,15],[-10,-10],[-10,11],[-6,-4],[-7,8],[-1,22],[4,25],[-1,74],[4,8],[3,37],[-2,12],[13,8],[7,23],[-4,9],[0,26],[-10,9],[-3,34],[-7,4],[-7,-10],[-3,27],[-13,-22],[-5,-3],[-9,15],[1,13],[6,0],[0,22],[-4,11],[-6,-11],[-20,56],[-3,-4],[-5,25],[1,21],[-11,15],[4,48],[-3,30],[1,6],[3,-25],[10,-16],[3,12],[7,-18],[-1,-34],[4,-31],[9,-5],[4,20],[3,-27],[3,-40],[10,15],[3,50],[8,27],[-4,24],[-20,16],[-2,10],[-5,-15],[-7,29],[2,8],[5,-27],[8,31],[10,23],[0,19],[3,34],[-10,-2],[4,27],[-4,23],[-4,-4],[-7,16],[-9,-6],[-8,-27],[5,31],[-3,2],[-7,-22],[6,64],[9,16],[1,14],[9,34],[-5,8],[-13,8],[-5,-14],[-2,-20],[-10,-32],[-1,77],[6,27],[1,51],[-3,16],[-6,-1],[0,-33],[-8,-1],[3,-13],[-3,-25],[-13,-48],[-6,-35],[0,-34],[-2,-31],[-9,-25],[-3,-27],[-4,13],[6,26],[0,13],[5,8],[-1,23],[3,8],[1,35],[-4,3],[3,50],[3,16],[0,53],[-5,28],[-4,-5],[0,-23],[-13,-24],[-3,26],[-3,-8],[5,-25],[-9,-2],[-13,-33],[0,19],[6,45],[4,-21],[6,34],[-3,13],[7,36],[-8,88],[-5,15],[-1,-16],[-6,-1],[-10,-14],[-1,-37],[1,-14],[-2,-17],[-8,-4],[-7,17],[-4,17],[-3,27],[0,36],[-13,44],[-8,1],[-5,-11],[-1,-27],[-11,-12],[-12,4],[-10,36],[7,-56],[-2,-5],[-9,12],[0,32],[-9,1],[-8,-27],[-4,16],[-2,25],[4,15],[-1,70],[-3,34],[-10,-2],[-7,19],[3,34],[4,18],[4,28],[-1,55],[-7,39],[-6,0],[-11,23],[-6,-11],[-7,29],[0,-34],[-14,-33],[0,26],[10,39],[0,25],[-6,20],[-6,7],[-18,-13],[-5,11],[5,33],[-2,10],[3,23],[10,-14],[-6,20],[-5,3],[-3,-15],[-6,4],[0,14],[14,62],[6,4],[-3,52],[-4,26],[-6,-7],[-4,8],[-6,22],[-7,-10],[-3,-50],[-5,-13],[-13,4],[-3,-14],[-6,-6],[-13,-71],[-4,-7],[-17,4],[3,94],[-6,41],[0,48],[2,23],[4,17],[7,0],[1,28],[-4,25],[-10,12],[-20,30],[-1,16],[-7,9],[-12,-20],[-1,15],[11,30],[5,7],[-5,41],[3,18],[-1,86],[-17,2],[-3,-23],[-5,4],[2,-40],[-4,-3],[-6,21],[-3,27],[-4,17],[-7,-9],[-3,34],[-10,-8],[-9,-25],[-8,-42],[-6,-2],[-3,15],[0,23],[3,22],[1,39],[-7,-6],[-11,5],[11,12],[3,15],[-3,27],[5,66],[5,36],[-1,31],[-16,-9],[-4,9],[-3,-19],[-9,-29],[5,-28],[5,-16],[-1,-17],[-7,25],[-2,15],[-10,-9],[-4,-14],[-7,25],[-3,56],[2,11],[-9,-4],[-10,29],[-17,24],[-6,37],[-7,19],[3,2],[-13,52],[-6,-5],[-4,20],[-1,35],[-7,-3],[-3,22],[-9,14],[-7,103],[4,19],[3,-24],[7,4],[6,-24],[13,-22],[10,-28],[6,-1],[5,-13],[9,20],[-6,10],[0,17],[9,15],[-3,82],[-3,9],[-13,2],[-7,19],[-9,15],[3,15],[5,-18],[4,26],[0,21],[11,39],[7,8],[2,21],[-6,27],[0,20],[-7,32],[-7,7],[-2,27],[-4,-16],[-4,24],[-7,2],[-2,23],[-4,-11],[-1,17],[4,15],[4,1],[6,19],[-2,21],[-8,6],[-1,-51],[-3,18],[1,12],[-1,59],[-7,31],[-16,8],[-2,-17],[-12,-54],[-2,7],[3,23],[9,25],[2,24],[-7,-13],[-5,-28],[1,39],[9,15],[4,22],[7,57],[-3,10],[3,19],[-6,4],[-1,-12],[-13,-10],[-6,2],[-5,-24],[-2,15],[-4,-11],[0,-19],[-6,-44],[-4,-14],[-11,18],[0,-23],[-5,0],[-3,43],[10,54],[-10,53],[-1,24],[0,41],[-4,76],[-6,18],[-6,-17],[0,-41],[-11,-61],[0,-25],[-10,3],[-4,-11],[-5,-28],[-3,13],[9,56],[-3,51],[3,19],[-6,13],[-7,-3],[-5,9],[-9,43],[-6,15],[-1,31],[-6,60],[0,25],[-3,14],[-4,-31],[-9,1],[3,-11],[-4,-20],[-6,-2],[-4,-17],[-3,0],[-3,38],[9,16],[3,41],[4,9],[-3,16],[2,24],[-5,31],[-13,17],[-7,-16],[-5,-36],[-6,-3],[-7,-25],[0,-24],[-23,-97],[-9,-6],[-8,11],[-6,23],[-3,32],[0,18],[5,49],[10,4],[0,33],[5,30],[-1,16],[-4,-15],[-12,31],[-7,-18],[-10,5],[-4,29],[-7,70],[-7,-26],[-5,7],[10,69],[0,-26],[7,60],[5,-2],[4,19],[8,-7],[3,31],[5,23],[-2,42],[-10,18],[-10,4],[-17,-15],[-7,5],[-4,19],[-12,-2],[-3,-20],[-4,-8],[-4,-50],[-6,-35],[0,-23],[-7,-8],[-13,16],[-7,33],[-3,26],[-8,-9],[-10,8],[-9,26],[-4,40],[-9,33],[-7,-16],[-7,15],[-7,36],[-13,33],[-6,32],[-1,40],[4,6],[19,-33],[14,-21],[3,6],[21,-46],[13,27],[7,-5],[6,30],[-3,16],[3,84],[-9,12],[-1,42],[-9,6],[-5,-22],[-13,-9],[-6,-27],[-8,2],[-9,-26],[-7,-3],[-6,7],[-14,-28],[-6,24],[0,17],[6,17],[3,-8],[4,21],[-6,61],[-8,-13],[-6,20],[-11,-15],[-6,8],[-3,-18],[-10,-24],[-11,-7],[-13,53],[-7,5],[-6,36],[-3,33],[-7,47],[-13,55],[0,27],[3,43],[-4,-25],[-13,44],[-6,13],[-7,24],[-4,54],[-7,11],[-16,53],[6,-1],[3,-17],[10,-16],[-3,21],[7,2],[3,16],[5,-8],[6,18],[10,1],[0,-18],[-7,-14],[-3,-21],[2,-26],[4,-19],[1,-26],[6,-7],[4,-29],[10,-30],[10,-2],[0,42],[-4,54],[4,-8],[3,-29],[2,-33],[4,6],[-3,58],[7,11],[3,-19],[0,-17],[10,-23],[4,-3],[4,21],[6,-2],[-15,83],[2,9],[5,-21],[4,-38],[13,-14],[7,28],[8,2],[-4,50],[-7,15],[-4,20],[-9,9],[-4,21],[-13,11],[-4,-13],[-10,-7],[0,11],[7,17],[-7,56],[7,-14],[1,-17],[6,-5],[6,13],[10,8],[-5,34],[-7,34],[10,-9],[9,-25],[7,-12],[16,-59],[3,-19],[5,0],[10,-12],[0,10],[-10,19],[-7,40],[0,33],[-10,1],[-11,30],[4,10],[-6,17],[-4,-13],[-16,29],[-4,15],[4,29],[-4,26],[-7,-23],[-1,-33],[1,-20],[0,-47],[-3,-11],[-1,40],[-5,42],[0,46],[-8,-29],[-4,14],[7,10],[10,82],[-3,58],[-7,-23],[1,-18],[-3,-5],[-3,-20],[3,-15],[-4,-36],[-4,26],[-7,-17],[0,25],[-3,18],[5,1],[6,51],[-7,20],[-3,25],[3,-1],[9,44],[4,-12],[-6,-32],[3,-15],[4,15],[6,7],[-3,17],[3,13],[-3,25],[3,28],[-7,24],[-3,-13],[-1,-31],[-10,-50],[-5,0],[0,48],[3,17],[-1,54],[-5,1],[-1,-18],[-10,-68],[0,-28],[1,-17],[6,11],[10,-52],[0,-16],[-10,35],[-6,1],[-7,18],[-3,14],[-4,-21],[6,-50],[10,-17],[-3,-7],[-11,2],[0,-23],[4,-20],[-4,-14],[5,-27],[9,24],[0,-46],[-3,-2],[6,-51],[4,-6],[10,15],[-4,-42],[-6,-8],[7,-11],[12,-5],[-2,-18],[-7,2],[-10,-9],[-14,16],[-10,-22],[-6,3],[3,18],[11,30],[7,0],[-8,44],[-2,29],[-7,37],[-8,21],[-6,-3],[6,-47],[-2,-24],[-21,-13],[16,37],[0,25],[-3,9],[-4,34],[4,-4],[8,41],[-5,20],[3,8],[-2,41],[-10,16],[-6,-14],[-2,18],[4,23],[11,-4],[6,7],[-9,51],[6,3],[6,-33],[0,77],[-13,3],[-1,16],[5,11],[6,26],[-9,15],[-4,-33],[-10,30],[-6,-22],[3,-24],[13,-10],[-10,-12],[2,-36],[4,-2],[-6,-24],[-4,11],[-6,-25],[0,40],[-3,21],[-4,16],[-4,-7],[-6,-58],[-3,1],[-5,24],[0,21],[-8,49],[-8,-18],[0,14],[6,17],[-2,33],[-3,45],[-11,-14],[-9,3],[-7,24],[2,27],[-2,34],[-7,-8],[-10,-61],[-6,3],[-12,30],[-5,-4],[-5,14],[0,32],[-9,-22],[-10,0],[-10,22],[-3,22],[0,23],[-7,20],[-1,-29],[-6,-13],[-10,13],[-7,40],[-3,87],[3,25],[-3,19],[-7,-7],[-2,-32],[-4,-8],[-6,-57],[5,-56],[-3,-18],[4,-45],[-10,-9],[-10,23],[-4,38],[0,33],[6,26],[2,-4],[0,32],[3,43],[-1,17],[3,85],[-7,55],[-5,11],[-4,42],[4,28],[0,53],[2,6],[-6,49],[-3,9],[-6,-7],[-4,27],[-7,79],[1,24],[6,27],[-7,-14],[-1,-17],[-7,2],[-2,-9],[-7,16],[-13,13],[4,-51],[9,-15],[-7,-13],[-10,15],[6,-29],[18,-5],[9,16],[-3,-18],[1,-20],[7,-17],[-4,-18],[-4,1],[-2,-17],[-14,-7],[-3,-9],[6,-22],[3,-33],[13,-32],[0,-12],[-12,-22],[2,-30],[-3,-31],[8,-63],[5,-53],[5,-11],[3,12],[3,-7],[-9,-13],[-7,-36],[-12,-19],[-6,-14],[-16,-14],[-7,2],[-6,-9],[-11,18],[1,82],[-4,42],[-7,6],[-13,-39],[-3,-26],[-4,-8],[-3,12],[3,58],[-4,21],[-7,-44],[-8,11],[-1,37],[-4,5],[-2,24],[6,17],[4,33],[0,38],[-11,-7],[-6,-15],[-3,16],[0,-18],[5,-8],[-5,-13],[-3,38],[13,47],[-8,-2],[-6,-9],[-4,-50],[-10,-30],[4,38],[0,47],[3,58],[0,19],[-13,-1],[-3,13],[-7,4],[-4,-12],[-4,-29],[1,-24],[-6,14],[5,31],[-5,17],[0,20],[-5,8],[0,11],[-19,-12],[-7,-22],[-13,-20],[-3,15],[-1,35],[11,23],[10,42],[-3,12],[-7,3],[-10,56],[-3,4],[-5,-30],[-3,12],[4,17],[0,17],[3,24],[-7,43],[1,56],[-10,56],[-11,7],[-2,-55],[-2,-44],[-8,-50],[0,-34],[-4,-19],[3,-38],[-3,-16],[7,-13],[-7,-5],[-7,16],[3,41],[-10,61],[-6,13],[-11,-23],[-9,0],[-7,17],[-3,33],[13,17],[6,-4],[4,11],[9,1],[5,55],[-3,39],[-4,28],[-8,6],[-12,-3],[-11,15],[-9,-20],[-7,-24],[-1,-34],[5,-37],[-1,-18],[-11,-23],[-16,8],[-6,33],[-7,58],[-3,14],[0,37],[-4,30],[-6,18],[-7,12],[-8,30],[-20,41],[-15,22],[-1,20],[-10,29],[-4,-5],[-9,9],[-13,-11],[5,-27],[-2,-13],[-7,-14],[-6,4],[-14,23],[0,11],[-9,-1],[-4,19],[-8,1],[-5,-9],[-1,-53],[4,-17],[6,-90],[1,-79],[-4,-22],[7,-25],[9,-44],[3,-28],[8,-52],[7,-37],[6,11],[0,22],[3,8],[4,36],[7,1],[0,-29],[5,48],[7,-14],[8,24],[7,-3],[2,12],[7,-7],[3,13],[4,-15],[0,-27],[-10,-15],[-6,9],[-8,-7],[-7,-22],[0,-22],[-5,-4],[-7,-48],[-4,-15],[-10,-3],[-6,-35],[-7,-18],[-7,-8],[-19,-4],[-12,7],[-17,22],[-8,29],[3,25],[-4,-4],[-3,33],[-10,15],[3,18],[6,-8],[-15,63],[-4,8],[0,28],[-3,33],[2,21],[4,-4],[0,39],[-1,53],[0,57],[2,31],[-4,28],[-8,49],[-5,31],[-14,67],[-3,31],[-7,48],[-6,5],[-5,65],[-3,33],[0,-53],[-2,17],[-4,-5],[-1,17],[7,10],[0,24],[3,4],[-9,21],[-1,22],[-12,-33],[3,-15],[6,24],[6,-8],[1,-22],[-7,6],[-10,-18],[-3,12],[-7,-12],[-10,-2],[-4,9],[0,18],[4,6],[6,67],[2,4],[-2,22],[-7,-6],[-2,14],[19,17],[1,9],[0,44],[7,30],[-4,32],[-12,29],[-5,-1],[-12,45],[-4,-28],[-18,-53],[4,-23],[4,-6],[-4,-19],[3,-19],[10,-47],[-6,-3],[0,25],[-6,10],[-5,-8],[-10,6],[-5,44],[-5,19],[-3,30],[1,20],[4,19],[-1,28],[6,31],[-9,65],[-8,17],[-9,-12],[-4,-20],[-4,-60],[5,-4],[0,-35],[-10,28],[0,49],[-4,15],[-11,-7],[-8,19],[-17,-36],[-4,-22],[-3,-33],[-4,-15],[0,-15],[-4,-24],[1,-22],[17,-20],[10,42],[7,11],[15,-10],[-2,-14],[-16,-19],[-11,-68],[-10,-15],[-3,-59],[-1,-60],[-3,-17],[-2,-52],[-11,-26],[-21,-16],[1,-14],[7,6],[10,-4],[-1,-22],[4,7],[-1,-23],[-6,5],[-9,-7],[-4,-10],[-7,1],[-11,57],[2,0],[-4,35],[-6,1],[2,25],[-3,40],[3,24],[7,26],[-1,9],[15,25],[-1,-21],[7,33],[3,45],[7,38],[-4,27],[-2,-22],[-7,-8],[0,25],[0,95],[-3,35],[3,1],[6,-48],[1,66],[5,32],[1,26],[4,21],[-1,28],[1,67],[3,12],[-3,21],[-5,-17],[0,-23],[-6,-15],[-2,-23],[-11,-25],[4,-13],[-10,-9],[5,-10],[5,16],[9,-6],[0,-35],[-6,-50],[-7,-1],[-7,21],[1,25],[-3,34],[5,33],[-13,30],[3,41],[-6,27],[-4,2],[-2,18],[-8,22],[-9,-19],[-4,2],[-3,28],[-13,-16],[-5,-24],[-6,-11],[0,-40],[-9,-28],[-7,-36],[3,-30],[7,6],[6,16],[1,-29],[-7,-20],[-3,18],[-4,-46],[-6,-14],[-4,-51],[-16,-59],[-5,-12],[-12,8],[-7,20],[0,-11],[7,-19],[0,-14],[7,0],[-1,-17],[-20,-3],[3,-23],[-6,1],[-6,17],[3,38],[-4,9],[3,45],[-6,-3],[0,-31],[-4,-18],[-3,16],[3,14],[0,37],[6,9],[-5,50],[3,45],[12,30],[7,-1],[8,32],[14,39],[6,20],[0,41],[7,0],[-10,37],[-17,55],[-5,8],[-2,18],[-20,65],[0,24],[-10,26],[-14,9],[-2,29],[-4,12],[-8,-1],[-6,-76],[-4,-16],[20,-50],[-2,-23],[3,-36],[9,-14],[1,7],[4,-27],[-4,-10],[-3,21],[-3,-24],[-1,20],[-6,11],[-6,-5],[0,-63],[9,2],[3,18],[14,3],[6,22],[3,-12],[-6,-31],[-13,-31],[-1,-19],[4,-93],[-3,-71],[-7,-62],[6,-46],[-2,-10],[-8,39],[-9,28],[-8,15],[-5,31],[8,2],[5,-15],[-4,27],[-11,5],[-2,-40],[7,-18],[24,-74],[29,-107],[16,-28],[8,-4],[10,-28],[12,-54],[8,-51],[-1,27],[3,15],[-9,25],[-11,55],[1,24],[10,2],[10,-6],[3,-10],[17,34],[0,-33],[3,-5],[14,2],[2,-37],[4,-43],[3,-5],[-2,-30],[-3,-22],[-7,17],[-4,-4],[-1,-24],[5,-3],[0,-27],[7,-9],[2,-9],[4,23],[11,-92],[9,-5],[1,12],[-8,19],[10,7],[0,-25],[4,0],[10,-46],[3,-32],[-4,-15],[7,2],[4,-12],[3,-44],[4,-31],[-3,40],[6,25],[6,3],[8,27],[7,-8],[12,-45],[0,-30],[3,-5],[-2,-41],[-4,-19],[0,-24],[3,-22],[0,-31],[-6,-11],[-7,22],[-4,5],[-16,73],[-3,-31],[5,-32],[18,-53],[13,-63],[44,-231],[20,-133],[7,-40],[14,-45],[15,-24],[13,-54],[12,-69],[3,0],[20,-27],[14,-38],[9,-26],[9,-59],[7,-32],[8,-31],[12,-16],[8,-2],[12,-15],[0,10],[10,-9],[2,-21],[19,-42],[14,-12],[43,-47],[24,-33],[7,-19],[17,-27],[19,-23],[1,8],[-8,6],[-29,49],[-4,25],[-3,-7],[-8,8],[-13,25],[-3,18],[-3,82],[3,-12],[4,-69],[6,-13],[9,-5],[18,6],[4,18],[9,-15],[1,-13],[9,14],[7,3],[1,-29],[6,12],[3,-4],[1,17],[6,28],[7,-7],[7,-20],[2,-18],[4,0],[7,-17],[6,-5],[4,-27],[6,-2],[14,-28],[3,21],[0,58],[-1,20],[4,10],[0,13],[-4,20],[-6,-32],[-6,-13],[-17,25],[-11,53],[-5,38],[3,14],[3,38],[13,12],[7,-33],[0,27],[-6,38],[3,63],[10,40],[3,-9],[16,98],[4,13],[10,60],[3,-6],[-2,-41],[6,-19],[6,9],[10,32],[4,75],[6,10],[3,-33],[-6,-29],[6,5],[2,-31],[-4,-19],[-7,-16],[3,-18],[-3,-10],[-6,2],[-1,-16],[-10,-8],[-1,-142],[-9,-57],[0,-24],[6,2],[10,31],[10,18],[17,9],[20,-12],[8,-15],[3,16],[4,-12],[5,11],[-2,22],[3,1],[3,25],[3,2],[-4,53],[2,50],[8,12],[4,-40],[5,-10],[8,25],[1,24],[6,20],[4,-6],[7,5],[7,22],[10,-1],[5,-17],[-2,-21],[-4,17],[-2,-17],[-14,-70],[13,-29],[13,-12],[-9,-40],[-10,7],[-1,-19],[-4,1],[-16,-50],[-7,-17],[-7,-30],[-13,-9],[-9,-31],[-4,-27],[-7,3],[-6,20],[-4,31],[-2,-9],[9,-51],[4,-34],[3,-44],[-4,-21],[-6,-12],[-7,18],[4,-33],[9,-40],[3,-38],[13,-91],[8,-71],[0,-57],[10,-76],[4,-73],[2,-32],[7,-70],[8,-55],[19,-53],[19,-87],[2,-30],[6,-20],[9,-39],[18,-22],[22,-66],[18,-67],[6,-38],[24,-110],[10,-23],[10,-12],[7,-30],[14,-16],[13,-33],[22,-49],[8,-13],[24,-87],[16,-50],[-16,57],[-18,64],[8,19],[-1,-26],[11,-7],[20,-34],[13,-28],[10,-50],[6,10],[17,-21],[-3,-13],[-10,19],[-4,-16],[3,-24],[4,6],[-1,-28],[-9,23],[0,-9],[11,-27],[16,-49],[9,-29],[11,-28],[9,6],[-2,-22],[10,-36],[3,-2],[20,-87],[4,-23],[17,-52],[9,-16],[-11,43],[-5,0],[-8,31],[-5,21],[10,54],[9,31],[10,27],[14,10],[6,15],[6,-4],[4,-15],[17,-2],[0,19],[20,50],[1,-7],[-7,-41],[-4,-61],[3,-6],[-2,-41],[0,-33],[-7,-27],[-1,-48],[1,-35],[-4,6],[3,-95],[-3,-25],[0,-57],[4,-50],[16,-129],[11,-52],[12,-93],[25,-160],[36,-181],[11,-31],[6,-25],[13,-31],[16,-36],[11,-19],[-3,24],[-3,48],[6,-22],[-1,-18],[13,-35],[5,40],[7,-1],[-5,-21],[-5,-30],[-7,6],[0,-26],[23,-91],[13,-81],[7,-59],[19,-46],[14,-67],[17,-65],[8,-17],[0,11],[-7,28],[2,17],[10,-50],[7,-1],[-3,20],[3,24],[0,30],[3,4],[5,34],[-1,6],[0,37],[-3,43],[0,58],[6,23],[17,11],[4,17],[-1,15],[-7,33],[-6,4],[-13,31],[-4,47],[4,33],[0,-61],[7,-26],[15,-21],[5,-33],[0,-36],[-8,-14],[-16,-15],[0,-42],[6,-62],[4,-1],[10,38],[7,16],[17,-10],[2,7],[-9,58],[-1,24],[4,8],[-3,-29],[3,-22],[10,-26],[1,-22],[5,-7],[7,9],[8,-4],[2,-26],[-3,-61],[-6,-43],[7,-9],[9,-36],[3,26],[3,-11],[-6,-23],[-6,4],[0,13],[-14,11],[-2,13],[0,34],[6,19],[7,68],[-7,13],[-20,-39],[-8,-7],[-3,31],[-6,16],[-8,-25],[-2,-17],[6,-43],[-3,-47],[0,-40],[-6,-117],[0,-30],[-4,-6],[-3,-38],[-1,28],[7,37],[-6,4],[-7,-10],[-10,8],[-6,-62],[2,-118],[0,-61],[8,-111],[7,-171],[6,-223],[0,-19],[4,-124],[3,-145],[3,-41],[2,-44],[14,-136],[3,-25],[-2,69],[3,5],[24,-8],[7,-17],[3,-26],[3,-47],[3,-23],[20,24],[1,22],[9,10],[14,-20],[10,0],[7,30],[0,32],[5,6],[1,33],[4,2],[-4,-40],[-4,-11],[-2,-47],[-7,-18],[-17,-10],[-1,17],[-20,-48],[0,-59],[-6,11],[0,29],[-11,-1],[-9,19],[-3,33],[-7,-2],[-9,-63],[-10,-39],[-8,-46],[3,-31],[-6,-29],[0,-57],[4,-100],[5,-73],[0,-16],[8,-88],[3,-60],[9,-56],[-2,16],[17,-65],[5,7],[7,-20],[11,-71],[9,-74],[8,-51],[16,-61],[10,-53],[10,-29],[8,-42],[9,-17],[14,-5],[13,-25],[10,-20],[13,9],[3,20],[10,13],[1,18],[6,-16],[6,10],[2,-10],[9,23],[3,35],[7,7],[13,27],[1,29],[3,11],[10,-11],[11,34],[-2,-43],[-5,-11],[-14,7],[-1,-27],[-5,-16],[-14,-8],[-4,-8],[0,-26],[-9,-33],[-5,10],[-12,-6],[-6,-9],[-4,-24],[-7,-15],[-4,3],[-10,-15],[-7,12],[-5,19],[-17,17],[-4,-15],[0,-78],[0,-28],[4,-22],[3,4],[9,-75],[1,-49],[-3,-57],[0,-26],[10,-35],[3,-31],[-3,-24],[0,-59],[3,-28],[7,-26],[13,-19],[3,-37],[4,-27],[7,-4],[-4,-21],[6,-48],[-2,-25],[-4,-18],[0,-30],[4,-61],[0,-14],[3,-27],[10,-26],[4,-44],[6,-27],[4,-49],[13,39],[6,9],[11,-6],[5,-9],[1,-24],[-3,-61],[9,-17],[7,-1],[-6,-13],[-6,0],[-5,14],[0,42],[3,33],[-2,26],[-16,-3],[-7,-6],[-4,-30],[-4,-8],[-6,8],[-6,66],[-7,45],[-8,18],[-5,18],[-7,105],[3,83],[-1,22],[-9,41],[-16,32],[-11,39],[-7,36],[-3,43],[0,53],[-8,58],[-13,45],[-10,20],[-6,-2],[-4,28],[-20,27],[-12,-3],[-5,9],[-9,34],[-21,60],[-16,11],[-14,31],[-4,41],[-6,6],[-36,49],[-7,15],[-20,62],[-16,39],[-14,24],[-7,17],[-19,30],[-11,28],[-28,43],[-15,3],[-11,-15],[-4,-20],[-6,-6],[-9,-25],[-10,-50],[2,-22],[-6,-119],[-7,-45],[-13,-49],[-10,-16],[-17,-16],[-10,-20],[-3,-22],[0,-28],[3,-6],[-3,-43],[3,-17],[6,5],[7,-28],[1,-113],[3,-18],[-1,-57],[1,-24],[13,-49],[7,-5],[-7,-9],[1,-52],[-8,66],[-2,-1],[0,-34],[-4,-15],[0,-16],[19,-51],[14,-30],[3,0],[21,41],[13,10],[14,3],[13,24],[3,27],[9,47],[4,36],[7,29],[-4,34],[-2,28],[5,25],[9,29],[-1,26],[13,28],[0,-13],[-7,-17],[-2,-33],[5,-5],[4,-52],[4,2],[7,-34],[-5,2],[-9,34],[-6,41],[-5,-17],[-2,-58],[3,-17],[-1,-32],[-6,-30],[-4,-45],[-9,-33],[2,-10],[-8,-34],[-8,-19],[-12,-14],[-20,3],[-4,-5],[-7,-33],[-17,-21],[-1,-13],[-8,5],[-4,-32],[-14,-37],[-7,-50],[1,-34],[-1,-22],[-10,-8],[-2,-56],[6,-19],[-1,-11],[-8,32],[2,69],[11,12],[-3,45],[6,20],[4,40],[13,48],[0,19],[-8,39],[-12,3],[-8,36],[1,44],[-4,25],[-10,52],[-10,67],[0,55],[-10,23],[-13,54],[-8,17],[-9,-17],[-3,-13],[10,-75],[0,-28],[-10,-10],[-1,-50],[-3,-15],[-6,-1],[9,-19],[8,15],[3,-11],[-4,-21],[0,-26],[-3,3],[0,28],[-4,-1],[-6,15],[-6,-1],[-5,17],[14,24],[0,41],[4,15],[7,6],[-3,45],[-4,28],[-1,43],[1,33],[0,34],[-7,82],[7,78],[0,21],[-7,58],[-4,25],[-7,12],[-9,-4],[-4,-28],[-3,-62],[3,-17],[15,-6],[6,-10],[3,-33],[-3,-30],[-3,-13],[-8,4],[-16,31],[-17,39],[-10,5],[-7,-26],[-3,-41],[-3,-82],[-3,-6],[-8,17]],[[5589,35555],[1,-57],[-4,-2],[0,49],[-7,4],[-2,17],[3,35],[6,13],[3,-16],[1,-30],[3,-12],[6,6],[3,86],[10,55],[10,3],[17,-26],[8,-28],[6,0],[4,17],[-3,13],[-8,2],[-4,9],[-3,42],[1,37],[2,54],[10,52],[5,58],[0,24],[3,36],[0,33],[7,87],[7,62],[3,-7]],[[5677,36171],[0,36],[3,70],[0,25],[3,28],[4,6],[0,-22],[10,18],[0,12],[-20,134],[-7,15],[-6,0],[0,14],[6,14],[-11,27],[-17,12],[-13,-14],[-16,-31],[-13,-15],[-6,-17],[-2,-40],[7,26],[7,-8],[-2,-22],[3,-11],[-4,-13],[0,17],[-6,23],[-3,-13],[-4,-45],[3,-13],[-1,-26],[-6,22],[-3,-38],[-6,-49],[0,25],[-17,-126],[-14,-142],[-21,-166],[-8,-49],[-4,-45],[-10,-62],[-15,-80],[-9,-29],[-3,-28],[-13,-29],[0,-30],[-4,-5],[-3,21],[3,12],[-10,-9],[-1,14],[-9,-14],[-7,-3],[17,-131],[-9,-71],[0,-12],[-8,-3],[-17,18],[-3,-5],[-9,14],[6,20],[-3,33],[2,16],[-9,47],[0,23],[6,16],[-3,27],[-4,22],[-2,-39],[-7,-5],[-3,30],[5,25],[1,51],[-10,30],[-3,-10],[-6,15],[2,13],[-14,38],[-3,-41],[-12,-48],[-1,-30],[-3,3],[0,-29],[-6,-7],[3,-52],[-7,-46],[-11,-10],[-6,4],[-6,20],[-1,39],[-6,-17],[-13,3],[3,-35],[0,-82],[0,-15],[3,-26],[-6,17],[0,32],[-8,-3],[-9,13],[-4,39],[-3,-17],[0,-31],[-1,-22],[1,-11],[-7,-57],[-7,14],[0,-19],[-6,18],[-3,-16],[10,-51],[0,-10],[10,-3],[2,-18],[-2,-36],[-7,-47],[-14,-67],[7,-6],[-7,-47],[-6,18],[-7,34],[-14,42],[-6,7],[-7,27],[-16,39],[-1,21],[-9,15],[-10,38],[-14,36],[-3,18],[-27,109],[-4,35],[-6,55],[-7,83],[0,-55],[-6,-45]],[[5098,35490],[6,-1],[-7,-20],[-14,-20],[-5,25],[-13,-1],[-8,56],[-14,33],[-9,44],[-7,6],[-9,34],[-1,-11],[-10,16],[-3,35],[-3,-22],[-20,8],[-1,-17],[-6,-10],[2,-25],[-7,19],[1,33],[4,24],[19,-17],[7,5],[-26,30],[-1,28],[-6,13],[-10,47],[-6,50],[0,81],[2,8],[17,-39],[0,18],[-23,46],[-8,8],[-30,50],[-5,16],[-1,33],[-3,12],[-6,-9],[-15,19],[-5,22],[-7,17],[-3,44],[-5,-1],[-2,17],[-4,-8],[-10,16],[-1,-16],[2,-11],[0,-23],[6,-18],[3,4],[1,-54],[2,-29],[-6,-21],[0,-17],[-6,-20],[-1,54],[6,15],[-5,12],[-5,-35],[0,19],[5,32],[3,37],[-3,1],[-2,-37],[-6,-36],[-9,-30],[-4,9],[-8,-10],[-9,-1],[-3,-10],[-7,5],[-3,15],[-7,-16],[-10,16],[-10,-4],[-8,13],[-10,-21],[-9,-6],[-10,-33],[1,-10],[12,-14],[1,-17],[17,13],[3,-33],[10,10],[7,-22],[6,32],[7,-21],[-1,60],[11,-5],[7,-12],[13,-56],[-3,-33],[-5,-15],[0,-24],[8,-30],[9,-21],[5,-58],[3,17],[7,8],[13,-18],[7,-40],[2,-25],[4,-4],[3,-28],[-6,-17],[0,-14],[-6,-18],[-4,3],[-8,20],[-5,40],[-4,22],[0,34],[-3,-5],[6,-84],[-2,-58],[-7,-83],[-1,-41],[0,-84],[1,-30],[0,-42],[-4,-74],[-11,-55],[-2,-31],[3,-34],[4,-5],[-2,59],[5,16],[20,-27],[12,-36],[25,-62],[6,-18],[-3,-31],[3,-41],[14,24],[3,-12],[0,-32],[-4,32],[-3,-13]],[[4903,34943],[-10,-19],[-10,-38],[-29,57],[-7,7],[-7,-18],[-11,-8],[-19,55],[-1,29],[3,29],[11,6],[2,13],[-10,-5],[-10,-41],[-8,-52],[-14,-92],[0,-9],[6,36],[1,-27],[5,-17],[-5,-7],[-8,5],[-6,-53],[-3,-66],[-11,-128],[-2,-22],[9,-58],[7,-68],[0,28],[-4,42],[-10,52],[0,14],[8,91],[19,-53],[4,-35],[-8,-3],[-2,-25],[3,-21],[6,-6],[-6,-16],[3,-82],[0,-67],[1,-48],[13,-34],[4,3],[9,-77],[10,40],[-4,-29],[5,-31],[6,-80],[3,13],[13,0],[7,-26],[3,-25],[0,-25],[-7,-54],[-6,-57],[-6,-31],[-13,-65],[-2,-40],[-10,-61],[-5,-44],[0,-41],[-3,-41],[2,-39],[-9,-57],[-11,-128],[-3,-12],[1,-21],[-8,-50],[-6,-8],[-14,-89],[-9,-56],[0,-23],[-4,-73],[3,-28],[-1,-25],[-8,-38],[-4,-5],[-8,-48],[-5,-31],[-4,-58],[0,-35],[-3,-17],[-3,-38],[-1,-63],[8,-57],[0,-36],[3,-21],[2,-38],[-17,-87],[4,1],[7,-15],[3,-20],[7,-1],[4,-20],[0,-34],[-4,-27],[10,3],[-4,-19],[-9,11],[-4,14],[7,11],[3,21],[-4,25],[-9,9],[-6,20],[-10,-18],[-4,-27],[1,-23],[5,-14],[1,-19],[-4,-24],[0,25],[-9,58],[6,24],[-3,6],[-7,-25],[-6,0],[-7,-62],[-10,-37],[-14,-35],[-4,-32],[1,-43],[13,-31],[9,-45],[4,-29],[13,-50],[5,-187],[15,-100],[5,-17],[0,-50],[5,-63],[4,-6],[-6,-5],[0,-49],[9,-21],[4,-33],[19,-82],[1,-11],[-7,-29],[0,9],[-23,24],[-10,26],[-6,38],[-3,30],[0,26],[-4,31],[-4,90],[-13,89],[0,50],[-6,15],[0,37],[-2,43],[-10,48],[-6,-9],[0,-52],[-3,-13],[-1,46],[2,44],[6,27],[-3,8],[7,23],[-8,37],[-6,10],[2,-51],[-5,26],[0,-24],[-7,19],[-3,22],[3,19],[-1,18],[-9,8],[-6,40],[-4,-2],[-5,-47],[1,71],[-6,-15],[5,27],[5,9],[-4,30],[4,3],[3,25],[4,7],[0,33],[-4,2],[3,19],[-6,25],[-4,1],[0,-46],[-3,35],[-10,12],[-4,-17],[-3,8],[3,17],[-4,28],[1,8],[4,-28],[9,-4],[7,8],[7,50],[11,31],[19,36],[0,28],[-6,61],[-7,34],[0,62],[2,91],[4,62],[-2,41],[-4,28],[-3,44],[-14,48],[-6,-2],[-12,18],[-15,-12],[-11,-20],[-7,-23],[1,-27],[-3,-6],[-5,38],[7,25],[0,31],[-9,61],[-35,58],[-30,80],[-35,64],[-11,26],[-10,10],[-20,13],[-20,36],[-27,22],[-31,20],[-29,14],[-26,2],[-17,-4],[-13,-13],[-19,-4],[-12,-21],[-7,0],[-7,-21],[-9,-4],[-17,-32],[-13,-63],[-2,-42],[-5,-30],[-3,-48],[-2,-43],[0,-35],[7,-30],[17,-5],[11,-11],[-1,27],[8,44],[5,-5],[-2,-41],[10,-1],[2,-16],[-3,-10],[-3,22],[-9,0],[2,43],[-9,-35],[3,-32],[-13,-6],[0,-31],[6,-12],[0,-15],[-10,15],[-6,-14],[-3,-21],[-10,-51],[-7,-5],[-7,-23],[-14,-32],[-10,-3],[-6,-22],[-3,-32],[-4,7],[-10,-66],[-23,-157],[3,-13],[7,4],[-8,-24],[-6,-34],[-11,-18],[-12,-37],[-10,-48],[-6,-46],[2,-20],[8,6],[-8,-22],[4,-42],[13,13],[-6,-19],[-5,-4],[-6,38],[-3,0],[-3,-28],[3,-46],[6,-35],[3,-6],[-2,33],[6,-8],[-3,-31],[0,-77],[3,-20],[7,0],[14,-10],[3,-26],[-8,-95],[-6,-35],[0,-23],[4,-15],[10,11],[11,-31],[15,-14],[3,-11],[1,-35],[-3,-15],[0,-33],[-7,-35],[-7,-2],[-10,-31],[0,-15],[7,-19],[14,-6],[9,25],[7,-8],[7,-18],[0,-24],[4,-21],[10,-75],[9,-41],[3,-41],[13,-25],[14,13],[14,-30],[3,-37],[6,-37],[-3,-37],[11,-43],[6,-50],[0,-21],[7,-19],[13,-16],[14,-31],[6,18],[7,3],[10,17],[3,20],[-12,-9],[2,14],[6,15],[8,-4],[6,6],[3,13],[1,45],[-6,20],[-2,33],[-2,54],[4,14],[3,39],[-7,26],[-3,22],[0,49],[6,15],[-1,30],[2,22],[2,35],[11,13],[13,-4],[14,-28],[10,-38],[30,-105],[10,-45],[13,-74],[3,-34],[-1,-35],[-15,-62],[13,12],[4,-5],[0,-28],[-12,-4],[-6,7],[-3,-47],[-9,-52],[-10,-20],[2,-26],[8,-16],[3,-21],[3,7],[4,-29],[16,13],[3,-11],[4,24],[9,-38],[-6,-25],[-26,-27],[-7,6],[-4,13],[-3,-28],[-10,11],[0,20],[10,1],[0,9],[-10,24],[-1,33],[4,26],[0,32],[-11,-23],[-20,-29],[-2,2],[-27,-46],[-1,7],[-16,15],[-4,-16],[-9,8],[-14,-26],[0,-11],[7,5],[6,-14],[5,-41],[6,4],[12,-37],[8,8],[6,17],[1,21],[-3,25],[5,-14],[11,18],[4,-2],[6,-18],[3,18],[1,-19],[6,-14],[14,-11],[9,-26],[3,-27],[-7,-21],[0,-9],[-27,-12],[-15,-17],[-18,-5],[1,-20],[6,-11],[-3,-23],[0,-37],[4,29],[10,-16],[2,-11],[7,-7],[1,-27],[-3,-26],[-17,-7],[-5,33],[-2,28],[-8,-19],[-2,10],[3,18],[1,30],[-4,3],[0,25],[-3,-12],[-15,54],[-3,32],[-6,24],[-3,56],[-5,6],[-5,40],[-8,-6],[-10,8],[-10,-11],[-3,-12],[-10,-1],[4,-28],[7,-12],[6,-22],[10,5],[6,-6],[4,-17],[4,-40],[-4,-65],[3,-13],[0,-33],[-9,-38],[3,-14],[0,-46],[-6,-15],[3,-59],[-3,-25],[-8,6],[1,29],[-4,-4],[-10,8],[-3,17],[13,37],[6,-18],[1,66],[-6,6],[-1,15],[-3,-44],[-17,24],[3,30],[7,3],[-3,28],[0,12],[7,3],[2,-14],[7,0],[0,-34],[7,-3],[4,26],[-7,15],[0,17],[-17,8],[-7,9],[1,-18],[-5,-20],[-5,4],[-1,21],[-7,8],[4,21],[4,-17],[3,20],[-6,14],[2,36],[4,37],[10,9],[-1,49],[-12,15],[-4,-10],[-10,-1],[-13,21],[-5,17],[-9,-11],[-16,-8],[-28,15],[-20,20],[-9,15],[-8,-33],[-6,-9],[-3,-25],[4,-24],[3,-39],[-7,-58],[-4,-11],[-13,-8],[-10,16],[-6,-41],[-3,6],[3,38],[-12,22],[-9,27],[0,21],[-7,-2],[-2,-25],[2,-23],[-4,-13],[-2,-33],[-7,-20],[-11,5],[-5,-10],[-8,9],[-6,25],[-10,22],[-7,46],[-11,-9],[-18,-29],[-10,-42],[-1,-45],[-6,-42],[0,-16],[9,-37],[6,-16],[5,-30],[6,-4],[6,9],[7,-4],[11,7],[17,-32],[3,14],[-1,38],[4,-40],[-6,-41],[0,-63],[10,-24],[-10,-10],[3,-33],[13,30],[9,-4],[1,42],[13,-89],[11,9],[3,-13],[0,-38],[-3,-48],[0,-9],[7,36],[16,-2],[7,9],[3,-10],[-1,-25],[-13,-46],[0,-21],[10,1],[10,-29],[4,0],[4,-21],[0,-44],[3,-33],[-3,-6],[-1,28],[0,48],[-6,19],[-8,8],[-6,22],[-10,-4],[-3,9],[4,29],[13,41],[0,25],[-14,-13],[-7,5],[-9,-56],[-4,33],[0,36],[4,43],[-4,4],[-14,-7],[-7,24],[-9,-32],[-23,3],[-4,13],[0,61],[1,14],[-1,38],[-4,12],[-6,-4],[-13,-26],[-11,-33],[-2,-20],[3,-17],[2,-32],[4,4],[-3,28],[4,5],[0,-42],[-4,-12],[-3,24],[-7,3],[-7,-25],[-3,-29],[3,-22],[7,-18],[7,-32],[2,-21],[-3,-39],[4,-40],[11,-21],[-1,-33],[-9,-10],[-5,-78],[-3,26],[7,63],[9,8],[1,15],[-20,30],[-1,19],[1,21],[-3,13],[6,37],[-9,25],[-4,-36],[-1,10],[4,26],[-6,6],[-11,-14],[-6,-18],[-3,-23],[-7,-18],[-1,-27],[-3,16],[-9,-8],[-7,-13],[-1,-17],[5,-19],[12,-92],[7,-35],[7,-6],[7,24],[4,-11],[5,-21],[-5,-58],[3,-81],[-1,-24],[-6,1],[-7,29],[-3,-8],[12,-68],[7,-19],[10,-13],[-2,-31],[-4,-18],[0,-30],[7,-33],[2,-39],[4,0],[11,19],[10,-22],[3,-20],[-3,-49],[3,-14],[7,12],[6,-33],[4,-7],[12,-43],[17,-6],[4,-6],[4,10],[6,-7],[0,-22],[0,-46],[3,-21],[7,4],[13,-29],[4,-66],[-4,-23],[-3,-23],[16,-21],[2,-16],[-4,-50],[-17,-24],[-17,-52],[-7,-17],[-13,-39],[0,15],[6,29],[18,41],[7,33],[16,26],[-3,22],[0,25],[-8,16],[1,23],[-7,-11],[-4,79],[-12,60],[-3,43],[-7,11],[-7,-11],[-7,11],[-7,27],[-7,-5],[-9,25],[0,49],[-3,14],[-8,-13],[-4,5],[-3,24],[7,59],[-4,19],[-6,3],[-10,-27],[-6,-8],[-6,19],[2,27],[-4,36],[-6,-25],[0,28],[6,10],[-2,19],[4,56],[-12,20],[-9,30],[0,28],[-7,16],[1,39],[7,7],[9,-37],[0,44],[0,25],[-4,13],[0,22],[4,32],[-3,18],[-10,-13],[-7,7],[-1,13],[-10,43],[-5,41],[-11,29],[-3,28],[6,50],[4,15],[9,9],[-9,103],[-3,110],[-15,4],[-3,-31],[-7,33],[-13,-20],[-13,-9],[-9,-27],[-4,-34],[-1,-42],[1,-20],[-7,-55],[0,-47],[4,-18],[-4,-25],[-4,-66],[1,-37],[10,-18],[-4,-29],[-6,2],[6,-23],[3,14],[1,-41],[-4,-38],[-3,-4],[3,32],[0,14],[-6,3],[2,-23],[-6,-18],[-10,8],[-12,-23],[-15,-18],[-9,13],[-5,-6],[-9,-31],[-6,-54],[-3,-47],[0,-61]],[[3692,29586],[6,-17],[-4,-41],[0,-20],[4,-6],[-1,-15],[5,-17],[5,9],[0,-27],[11,-23],[4,4],[2,33],[11,41],[3,-12],[-1,-23],[1,-24],[-3,6],[-1,39],[-9,-35],[2,-43],[8,-66],[-3,-7],[-1,-46],[-6,-13],[2,-12],[-6,-8],[1,-12],[-5,-10],[-2,-16],[-8,3],[0,-10],[-9,-10],[-11,-38],[-15,1],[-4,11],[-6,27],[-14,16],[-7,4],[-1,25],[-6,16],[3,12],[14,26],[-10,16],[-8,1],[-5,-29],[-11,-111],[-6,-77],[0,-17],[4,-43],[2,-98],[0,-27],[4,-143],[3,-12],[0,43],[-3,90],[2,26],[0,50],[11,-2],[4,-8],[10,1],[7,-17],[16,-23],[7,-2],[12,-20],[21,-17],[11,-17],[9,1],[1,20],[6,18],[4,0],[13,-41],[-8,12],[-6,25],[-7,-26],[-3,-25],[-3,-12],[-14,-3],[-9,7],[-1,-36],[-9,7],[-5,-3],[-12,-22],[-3,-42],[-7,14],[-7,-8],[0,-27],[-10,-57],[0,-22],[-10,-45],[-4,-42],[0,-27],[4,-9],[6,5],[5,-15],[9,-10],[14,-30],[-4,22],[10,-7],[16,3],[4,14],[16,-14],[4,6],[1,29],[5,-6],[8,-38],[3,-22],[10,-12],[17,-3],[10,10],[9,-15],[1,-18],[-11,21],[-3,-3],[1,-26],[-1,-24],[-16,-75],[-10,-52],[-7,-64],[-4,-73],[-3,-73],[0,-49],[3,-28],[0,-61],[4,-47],[3,-7],[4,-60],[3,-36],[6,-1],[-2,-32],[3,-22],[10,-17],[-1,-17],[5,-44],[9,-24],[14,-113],[10,-65],[7,-39],[5,-29],[11,-57],[4,-34],[12,-69],[3,-29],[2,16],[0,25],[3,16],[-1,-42],[6,-32],[1,-35],[3,-62],[7,-48],[8,-58],[8,-27],[4,-35],[24,-109],[17,-65],[6,-9],[16,15],[4,11],[14,7],[10,-10],[10,-2],[0,31],[-8,71],[1,35],[4,21],[6,12],[16,-6],[8,9],[4,22],[9,35],[0,14],[30,7],[1,13],[-18,12],[-6,76],[-11,42],[-3,17],[-10,-11],[10,25],[16,-50],[2,-18],[6,-73],[23,-3],[-7,-50],[6,-41],[-6,-45],[3,45],[-6,12],[0,17],[-16,-8],[-7,4],[0,-58],[3,-14],[3,-65],[11,0],[0,-11],[-7,-17],[-7,16],[-1,26],[-6,66],[-3,8],[-16,-56],[-18,37],[-6,-10],[2,-43],[14,-78],[0,-40],[-10,-9],[-7,8],[-3,-12],[-3,-34],[4,-28],[16,-40],[6,-3],[14,-32],[1,-12],[-5,-1],[7,-21],[11,-20],[7,-34],[13,-84],[10,-41],[4,-41],[8,-33],[1,-19],[0,-42],[3,-21],[7,0],[11,11],[13,74],[10,21],[24,4],[16,13],[16,42],[8,46],[12,65],[14,121],[7,49],[13,72],[4,40],[3,37],[0,-35],[7,53],[0,65],[3,-2],[0,-73],[10,68],[9,29],[1,16],[7,6],[-10,-58],[-4,-129],[-3,-29],[-10,-60],[-7,-33],[-3,-85],[-4,-47],[7,-94],[0,-59],[-3,-50],[0,-30],[-8,-81],[-5,-21],[-24,-82],[-10,-63],[-1,-25],[1,-28],[-1,-56],[2,-54],[6,-21],[10,-21],[16,-8],[3,-11],[7,-3],[6,41],[10,17],[2,-23],[9,-11],[1,-16],[-3,-19],[9,-23],[3,19],[4,5],[3,-15],[-3,-30],[2,-36],[5,0],[3,-17],[-7,-43],[-3,-29],[6,-28],[4,-54],[10,-28],[13,-22],[11,-7],[-2,-6],[15,-57],[3,-47],[7,-49],[16,-32],[7,3],[0,26],[7,28],[7,3],[2,30],[8,16],[9,42],[-7,29],[4,4],[4,33],[16,78],[0,-23],[-6,-16],[-3,-25],[0,-22],[6,-13],[10,-11],[13,6],[3,-11],[11,-12],[19,-5],[17,-20],[10,-46],[14,-92],[16,-28],[15,-66],[6,-42],[-3,-59],[3,-37],[19,-41],[4,9],[7,-1],[10,-16],[7,-24],[14,-79],[12,-66],[10,-75],[11,-65],[10,-68],[0,-16],[6,-16],[4,-43],[4,-16],[-5,-3],[7,-55],[4,-17],[10,-66],[17,-59],[6,-27],[0,-19],[-2,-31],[-4,-8],[2,-26],[-6,-57],[11,8],[3,-9],[7,16],[3,29],[4,6],[3,-19],[6,-4],[4,11],[0,16],[9,21],[14,0],[2,15],[-5,13],[6,4],[3,22],[14,18],[-7,23],[-4,-1],[-3,41],[-6,-16],[-3,13],[3,36],[-6,16],[-17,26],[-1,30],[4,-23],[10,2],[14,-16],[8,0],[1,-31],[7,-3],[3,21],[7,20],[3,-49],[6,21],[8,-5],[3,-18],[14,17],[5,-4],[4,20],[4,-20],[9,-7],[4,-18],[7,2],[6,-22],[8,-4],[2,8],[21,21],[3,17],[17,-13],[2,-29],[2,-16],[7,9],[3,-12],[2,29],[8,7],[15,-34],[4,2],[7,-10],[10,6],[21,-39],[12,-9],[7,-36],[8,-8],[0,-58],[9,-20],[0,-29],[-3,-14],[7,3],[-1,-12],[11,-33],[6,-40],[4,-104],[9,25],[3,-8],[11,-51],[9,-57],[10,-95],[8,-47],[10,-73],[10,-80],[0,-28],[0,-96],[-4,-94],[-6,-72],[-3,-65],[-7,-84],[-11,-109],[-3,-14],[-7,-105],[0,-16],[-6,-58],[-4,-95],[0,-42],[1,-49],[-3,-51],[0,-58],[0,-74],[3,-45],[-8,-84],[-15,-73],[-12,-68],[-3,-11],[-40,-208],[-3,-29],[4,5],[2,24],[4,5],[1,21],[6,-7],[6,23],[4,-13],[-7,-51],[-6,5],[-1,-22],[-20,-2],[-2,-37],[9,-14],[0,-19],[4,0],[10,23],[-6,-24],[-5,-10],[-6,27],[-3,-21],[-7,-4],[-10,3],[0,31],[-20,-43],[-3,-29],[-3,16],[-14,5],[-13,53],[0,22],[-5,33],[-2,-21],[3,-33],[-3,-41],[2,-14],[5,-7],[6,-29],[3,-41],[0,-55],[-2,-46],[5,-16],[-2,-40],[10,-11],[5,-27],[8,-33],[4,-5],[6,37],[13,26],[11,7],[9,24],[11,10],[12,4],[15,0],[6,5],[17,-25],[3,-29],[-3,-21],[-10,-21],[-3,26],[-4,-26],[-4,-33],[3,-4],[15,5],[9,-2],[17,-25],[7,-23],[-4,-15],[6,-39],[7,-25],[5,-5],[16,-57],[3,-23],[0,-93],[-1,-30],[1,-7],[1,-38],[-1,-78],[1,-22],[-4,-38],[-10,-65],[0,-33],[-6,-13],[-4,-34],[0,-53],[-7,-53],[9,-21],[1,28],[3,-18],[-3,-27],[-3,-1],[-8,20],[-2,23],[-4,3],[-9,-17],[-11,-27],[4,0],[-7,-35],[-1,8],[-19,-65],[-7,-30],[-9,-48],[-4,-40],[0,-21],[6,-18],[4,8],[4,28],[8,17],[10,-1],[8,-28],[3,-26],[7,-9],[3,-39],[-3,-34],[3,-20],[6,-8],[5,-26],[0,-38],[-5,-41],[7,-30],[-3,-40],[-7,-74],[-5,-12],[0,-80],[-1,-22],[-3,13],[3,10],[0,79],[4,36],[0,33],[6,16],[3,39],[-7,28],[4,29],[-3,14],[4,40],[-2,18],[-6,-1],[-6,16],[0,18],[2,70],[-6,-6],[-6,8]],[[5051,20405],[-4,-10],[-3,53],[-8,3],[-8,-32],[-14,-12],[-6,7],[-5,21],[-3,34],[1,41],[-5,29],[-15,59],[-7,24],[-4,40],[-7,36],[0,20],[-7,35],[-2,32],[0,41],[-4,20],[-10,4],[0,20],[-4,10],[-6,-4],[-10,6],[-8,14],[-3,40],[-6,-7],[1,-29],[-1,-17],[-23,-36],[-14,-64],[-3,-32],[-6,-8],[-7,7],[-8,-8],[-2,-16],[6,-31],[0,-24],[-7,1],[0,42],[-4,29],[4,15],[11,8],[4,39],[10,16],[-7,16],[-20,24],[-14,26],[-4,16],[-7,8],[-7,31],[-8,43],[-1,19],[-10,0],[10,11],[4,-15],[0,20],[7,-20],[22,-75],[14,-30],[-3,25],[-20,58],[-10,39],[-5,15],[-12,13],[-24,16],[-1,-21],[-8,-16],[-4,-24],[-10,19],[3,14],[6,-12],[11,28],[0,20],[-18,1],[-19,25],[-4,23],[-2,22],[-7,21],[-3,95],[-3,11],[-8,10],[0,13],[-9,11],[-10,24],[-4,26],[-13,28],[-4,22],[-7,13],[-6,29],[-8,28],[-12,25],[-3,13],[-11,86],[-3,38],[-6,33],[3,38],[-3,45],[-1,54],[-6,28],[0,27],[3,28],[-4,26],[-7,11],[-3,-5],[-4,26],[-8,20],[-4,0],[-6,53],[-10,42],[-4,-29],[0,-77],[2,-27],[-2,-85],[-5,-29],[-3,-30],[1,-4],[-4,-37],[-7,-13],[5,-20],[-4,-42],[3,-11],[7,-9],[0,-18],[-4,-31],[-19,-51],[-7,-74],[-10,-13],[-20,15],[7,-15],[3,-25],[-3,-41],[-4,-39],[-16,-44],[-4,1],[-8,-26],[-2,-20],[4,-5],[-1,-30],[4,-31],[-4,-22],[-7,8],[-9,-1],[-7,18],[-3,17],[-7,1],[2,29],[-9,25],[-7,44],[-9,22],[-4,-30],[-1,49],[7,34],[11,30],[4,39],[12,10],[7,15],[7,-11],[6,71],[6,20],[5,7],[13,-31],[4,21],[9,-10],[-4,51],[4,41],[-13,20],[-6,20],[-1,38],[1,42],[-2,25],[-2,41],[-11,33],[-6,-3],[-6,-25],[0,-21],[-11,-41],[0,-26],[-6,-45],[0,-35],[-7,-21],[-3,-19],[-6,-14],[-8,-7],[1,-11],[-4,-26],[-7,-16],[-10,-37],[-11,-26],[-26,-50],[-16,-28],[-14,-10],[-7,5],[-19,-4],[-7,-15],[-17,-7],[-13,6],[-7,37],[-7,-13],[-11,30],[-29,-24],[-20,-7],[-16,-3],[-22,5],[-12,9],[-37,57],[-10,23],[-7,21],[-10,17],[-31,75],[-19,53],[-4,-19],[7,-2],[7,-23],[10,-16],[19,-50],[11,-42],[4,8],[3,-29],[-17,43],[-3,16],[-14,20],[-3,-26],[-10,-10],[-13,8],[-7,11],[-8,29],[-12,25],[-7,41],[-7,5],[-4,-8],[4,-42],[-3,-66],[-6,-25],[6,63],[-1,24],[-10,7],[-3,19],[8,-6],[5,45],[12,19],[0,21],[-12,0],[-3,29],[21,-9],[10,-27],[7,-6],[3,-18],[6,5],[-17,41],[-19,22],[-7,3],[-23,-3],[-6,20],[-5,-4],[-16,-34],[-7,-7],[-30,-52],[-13,-11],[-21,-38],[-26,-33],[-24,-20],[-40,-51],[-13,-10],[-17,-22],[-16,-7],[-10,3],[-12,-24],[-62,-59],[-10,-13],[-8,-3],[-13,-22],[-10,-25],[-24,-98],[-9,-26],[-6,-28],[-11,-117],[-3,-42],[-7,-73],[3,-42],[-2,-76],[0,-56],[8,-20],[8,-7],[6,-52],[0,7],[-4,43],[2,4],[8,-18],[0,-65],[-5,-12],[-3,-75],[6,-9],[2,-28],[-12,-25],[-3,-23],[6,-23],[-3,-24],[-10,12],[-1,-23],[-7,-23],[1,-13],[-6,-7],[2,-35],[-5,-11],[-1,19],[-7,1],[14,50],[9,37],[10,61],[0,15],[-10,-65],[-9,-41],[-11,-41],[-22,-69],[-5,-9],[-16,-49],[0,-18],[-4,-21],[3,-15],[1,-35],[-1,-49],[-10,-49],[-16,-42],[-10,-24],[-10,-38],[-7,-41],[-9,-72],[-7,-37],[-4,-49],[6,-102],[2,-64],[6,-71],[10,-78],[6,-11],[1,43],[-1,15],[0,33],[-14,39],[-5,38],[-7,122],[2,27],[5,23],[-1,36],[-3,4],[9,61],[4,-2],[-3,-47],[7,5],[10,25],[0,34],[13,-7],[8,22],[2,-9],[7,12],[16,-2],[21,-23],[7,-16],[4,18],[3,-4],[-1,-34],[7,-17],[1,-28],[-14,20],[-17,37],[3,-21],[27,-41],[7,-28],[10,-50],[0,-36],[-3,-14],[-1,-82],[7,-33],[16,-39],[5,-28],[6,-42],[-3,38],[6,19],[18,-2],[6,-13],[7,15],[9,1],[10,28],[1,14],[10,25],[14,3],[9,-11],[6,57],[-5,36],[2,36],[-2,20],[6,-16],[6,15],[7,30],[4,29],[6,-16],[0,17],[-4,37],[4,25],[3,-2],[7,34],[7,78],[9,37],[5,16],[17,11],[10,2],[-4,34],[3,15],[7,14],[17,15],[-1,-43],[8,-26],[16,-83],[30,-67],[0,-41],[6,22],[4,-5],[10,-51],[-1,-24],[-8,-17],[3,-16],[3,10],[3,-43],[-6,-33],[9,-9],[4,26],[6,11],[-3,26],[9,-4],[2,-18],[-7,8],[-4,-57],[-9,-11],[-4,8],[-3,-25],[-7,27],[0,19],[0,71],[-1,20],[-19,12],[6,-21],[-6,-25],[-3,13],[-12,-21],[-10,13],[10,6],[0,17],[-10,2],[-8,15],[-7,-5],[-8,11],[-2,-14],[-10,-54],[-1,9],[-13,-28],[-10,19],[-6,-17],[-8,-2],[-4,16],[-2,45],[2,26],[7,19],[3,20],[-2,22],[-4,-1],[-6,-29],[-10,-12],[-1,-50],[-3,-12],[-7,14],[-15,-62],[-8,-18],[4,-54],[0,-21],[-6,-25],[0,-33],[-4,-33],[-7,-4],[-3,-32],[-10,-31],[-4,-16],[-21,-33],[-15,-28],[-4,0],[-9,-17],[-4,-3],[-10,14],[-1,27],[7,44],[-2,21],[-8,-66],[-16,-55],[-15,-39],[-12,-14],[-13,24],[-3,-19],[3,-29],[-8,-14],[-9,10],[-4,-14],[-13,-16],[-17,-9],[-1,-10],[-22,-25],[-10,12],[-4,-13],[-10,0],[-3,8],[17,37],[6,-11],[4,19],[-7,-3],[9,23],[4,-14],[4,11],[17,-12],[0,15],[-13,5],[6,16],[13,18],[20,13],[16,-25],[-2,33],[-7,11],[-17,-8],[-10,-17],[-10,-11],[-10,-4],[-7,-14],[-31,-71],[-26,-40],[-20,-16],[-12,3],[-19,-23],[-5,4],[-14,-2],[-6,-11],[-11,2],[-16,-7],[-21,-36],[-7,-30],[-9,-17],[-16,-53],[-8,-16],[-2,-34],[-5,-24],[-14,-44],[-9,-35],[-20,-37],[-13,-33],[-3,-30],[-15,-37],[-2,0],[-17,-25],[-6,3],[-10,-24],[-4,-3],[-7,-22],[-7,-42],[0,-52],[-9,-47],[-1,-28],[0,-46],[6,-70],[2,-25],[8,-31],[15,-49],[26,-75],[30,-58],[-13,56],[1,33],[-4,12],[-3,-13],[-11,22],[3,28],[-26,45],[-7,33],[0,33],[-7,41],[0,23],[-3,41],[10,29],[10,-4],[13,-42],[8,0],[-1,-26],[4,-1],[13,-44],[3,-20],[4,-5],[7,-20],[6,-25],[0,-43],[13,10],[1,9],[9,-2],[-3,-20],[10,-3],[10,8],[18,-5],[13,-33],[12,-41],[-3,-16],[3,-38],[3,-20],[-9,-9],[-3,-17],[-7,8],[-1,-11],[0,-42],[-6,-12],[-2,-13],[9,-8],[4,-13],[7,-3],[6,18],[13,-10],[1,-10],[-4,-20],[-7,-3],[-7,-14],[-9,3],[2,-23],[18,-46],[20,-58],[20,-62],[16,-54],[3,9],[-6,11],[0,17],[6,26],[7,3],[4,22],[-1,27],[8,13],[0,29],[7,18],[7,-34],[9,-20],[7,-9],[17,-39],[6,-55],[9,-22],[5,1],[6,-46],[4,-6],[-3,21],[10,-27],[5,0],[1,-22],[-4,-30],[-12,-33],[-4,-25],[-8,5],[-5,-9],[3,-25],[6,-2],[10,-48],[7,-15],[11,-33],[9,-12],[0,13],[-13,33],[-6,33],[5,24],[18,1],[4,-13],[0,-35],[-8,-6],[-3,-11],[7,0],[9,-52],[-5,-12],[5,-29],[14,-62],[11,-35],[8,-36],[18,-53],[9,-11],[18,-49],[19,-53],[8,-5],[7,-27],[6,-10],[19,-50],[11,-19],[7,-4],[22,35],[7,18],[11,61],[3,6],[-3,14],[-10,-60],[-4,-10],[-6,26],[3,24],[10,18],[7,38],[9,14],[10,-10],[14,4],[10,-5],[8,-12],[9,9],[17,33],[10,6],[21,-11],[0,-13],[8,-32],[4,13],[7,-18],[0,18],[3,-17],[6,-2],[2,-33],[22,-69],[-10,-22],[-12,1],[-11,-50],[-6,-13],[-4,-23],[-10,-26],[-19,-22],[-14,6],[-5,-5],[0,-20],[-6,13],[-4,-27],[-3,-35],[1,-30],[3,-24],[7,-55],[7,-24],[9,-63],[7,-51],[7,-19],[7,-33],[12,-30],[21,-36],[20,-54],[14,-45],[7,-29],[7,-5],[9,-17],[7,-1],[10,-20],[17,5],[12,-18],[4,2],[17,-39],[7,-3],[20,17],[3,14],[-4,14],[1,34],[-3,20],[10,33],[-3,3],[3,22],[3,-26],[1,-53],[5,-28],[11,-25],[3,-17],[-3,-29],[10,-47],[4,-27],[12,-19],[10,-29],[4,-23],[19,-54],[8,-34],[6,-44],[-10,32],[-2,-13],[8,-42],[4,-2],[43,-59],[34,-45],[17,1],[13,-10],[10,0],[6,-8],[41,-16],[10,3],[17,-7],[4,3],[27,-1],[27,10],[26,29],[19,42],[5,27],[-10,8],[-34,-49],[-31,-27],[-3,24],[-10,-24],[0,36],[6,33],[4,-11],[6,7],[5,-16],[15,33],[1,-10],[10,10],[0,70],[9,33],[0,53],[-2,39],[-7,69],[-3,30],[-10,51],[-10,36],[-4,36],[-6,59],[3,63],[3,9],[-3,48],[0,32],[-4,48],[4,25],[7,15],[0,78],[3,12],[-3,46],[-4,10],[-11,58],[-6,46],[-6,15],[-4,-7],[-9,6],[-14,14],[-7,3],[-6,12],[-1,26],[-7,-11],[1,24],[-10,-17],[-10,1],[-4,15],[-2,-24],[2,50],[18,7],[6,-16],[11,16],[9,-17],[7,21],[7,-19],[6,-34],[1,29],[-4,21],[0,21],[6,-9],[4,8],[0,-17],[3,-7],[6,-37],[3,9],[1,29],[10,153],[11,64],[6,26],[4,37],[7,26],[-1,40],[7,0],[10,-24],[7,20],[10,14],[16,-35],[10,1],[13,-38],[-2,-11],[7,8],[8,-2],[10,11],[4,-13],[7,11],[11,-17],[3,25],[10,27],[19,13],[8,-1],[6,16],[21,-9],[13,-16],[13,-25],[13,-36],[17,8],[9,12],[18,-17],[13,-34],[0,38],[7,29],[10,17],[4,53],[7,18],[3,28],[-7,-23],[-4,18],[0,129],[4,13],[3,36],[0,-29],[-1,-14],[-2,-73],[9,-58],[11,-12],[3,17],[7,4],[10,-20],[-13,7],[-4,-15],[17,-10],[16,-28],[3,-1],[8,26],[3,38],[6,17],[5,3],[12,-11],[14,-22],[11,-29],[3,-1],[10,-37],[16,-46],[1,27],[6,10],[12,0],[8,-16],[3,25],[7,9],[14,55],[15,25],[2,0],[15,25],[-3,8],[-22,-39],[3,22],[-3,17],[-7,11],[-3,30],[9,-16],[0,28],[7,-53],[6,7],[0,30],[4,17],[0,15],[-10,59],[2,33],[5,5],[5,-26],[5,21],[6,-12],[9,3],[5,-44],[-4,-14],[-6,0],[-4,-33],[1,-28],[5,-19],[4,-56],[4,-18],[10,-58],[3,2],[4,-33],[-1,-15],[4,-36],[-3,-16],[-4,41],[1,22],[-11,66],[-3,10],[-1,-43],[1,-34],[26,-108],[10,-71],[4,-49],[6,-83],[4,-33],[3,-39],[6,-41],[4,-56],[11,-26],[6,-38],[10,1],[19,12],[14,-3],[-3,16],[3,49],[4,37],[4,14],[12,12],[18,11],[19,-36],[8,-28],[9,-6],[1,26],[-4,21],[-1,62],[1,8],[-7,21],[3,15],[4,66],[-1,22],[-6,12],[1,63],[-1,15],[-10,-7],[-7,7],[0,19],[-7,24],[-5,37],[12,17],[-4,58],[2,-5],[6,-45],[-10,-24],[0,-21],[9,-21],[18,-16],[3,-26],[10,-34],[0,-23],[-3,-42],[7,-17],[6,-55],[2,-40],[2,-28],[-2,-23],[1,-24],[4,-30],[-4,-61],[-11,-67],[-8,-25],[-11,-98],[-6,-35],[-10,-36],[-17,-21],[-40,-78],[-21,-22],[-23,-41],[-17,5],[-14,-4],[-17,3],[-25,76],[-10,27],[-12,1],[-10,8],[-3,38],[4,17],[-6,31],[0,14],[6,32],[7,-3],[-3,58],[3,23],[4,-6],[3,41],[7,11],[-11,17],[-13,-3],[0,-46],[0,-75],[-3,-41],[-7,13],[0,-35],[3,-36],[6,-70],[8,-151],[3,-77],[0,-78],[-1,-95],[-3,-34],[-9,-71],[-8,-51],[-6,-37],[-3,-16],[-14,-40],[-16,-47],[-4,-21],[-3,-87],[-4,-36],[-9,-72],[-11,-62],[-12,-36],[-12,-25],[0,-28],[4,-48],[-3,-15],[4,-20],[-7,14],[2,11],[-7,40],[0,17],[4,27],[-9,-20],[-1,-36],[-3,38],[-10,-1],[-10,-12],[-17,-4],[-9,-22],[2,-36],[-3,-83],[-17,-141],[-12,-62],[-4,-25],[0,-39],[6,-77],[7,-33],[10,9],[8,-14],[6,-40],[-1,-40],[3,-32],[5,-20],[3,5],[3,65],[6,21],[4,5],[17,-40],[7,-41],[12,51],[1,38],[3,36],[6,43],[1,37],[9,57],[15,82],[6,63],[10,61],[14,22],[10,9],[0,54],[-7,107],[-8,41],[-3,37],[3,47],[-2,32],[2,72],[10,41],[21,128],[4,55],[10,78],[9,19],[31,117],[10,34],[17,37],[12,65],[4,4],[10,30],[4,-12],[4,9],[8,-6],[14,-32],[8,-5],[7,-19],[9,-35],[14,-16],[10,-65],[13,-59],[20,-49],[1,8],[0,65],[3,43],[6,25],[6,8],[11,-10],[23,124],[7,60],[7,0],[19,54],[17,89],[7,29],[14,13],[20,-8],[7,24],[10,1],[6,-16],[11,11],[19,-44],[14,-8],[16,2],[6,-14],[10,-9],[7,5],[11,-10],[7,-30],[-1,-33],[1,-37],[-1,-68],[3,-5],[1,-45],[0,-38],[3,-21],[-3,-37],[3,-24],[-3,-58],[-6,-27],[-4,-66],[-18,-107],[-2,-21],[10,3],[3,-15],[-7,-31],[8,-12],[-11,-27],[10,-14],[9,12],[2,-40],[2,4],[4,-28],[-4,-34],[-6,28],[0,17],[-4,0],[-4,33],[-12,-24],[-7,54],[-1,31],[2,18],[-4,-8],[-7,-25],[-4,5],[-2,-13],[-7,0],[-21,23],[-2,68],[-2,33],[-6,0],[-32,-33],[-12,-34],[-9,-49],[-10,-67],[-14,-45],[-17,-12],[-15,9],[-5,-2],[1,13],[-11,24],[-27,14],[-16,-5],[-11,70],[-3,29],[1,79],[-11,1],[1,46],[4,16],[-5,53],[-3,-31],[-7,-29],[0,20],[6,42],[-15,57],[-13,-5],[-7,4],[-13,-12],[-2,-16],[-10,25],[-9,-12],[-6,-50],[-11,-25],[6,-12],[15,-13],[-10,-3],[-11,7],[6,-50],[-5,-16],[-12,-14],[-6,-37],[-6,-19],[-10,-16],[-11,-47],[-5,-26],[-1,-35],[-11,-48],[-7,-18],[-8,-52],[-2,1],[-5,-50],[-5,-4],[1,-30],[-6,2],[-1,-17],[4,-22],[7,-100],[-4,-77],[0,-27],[4,-19],[0,-30],[6,-13],[7,-44],[3,-41],[1,-41],[-4,-55],[7,-53],[16,-48],[0,-36],[4,-1],[-4,-23],[7,-37],[9,11],[4,-38],[14,33],[10,29],[4,-11],[6,7],[10,-6],[0,-58],[3,-9],[-4,-13],[-5,-32],[-7,-31],[-4,-11],[-13,17],[-7,-75],[-13,0],[6,-42],[-6,20],[-8,-28],[-3,11],[0,36],[-3,45],[-10,-108],[-3,7],[-7,-50],[-13,-23],[-17,8],[0,11],[-10,5],[-7,-4],[-9,17],[-4,-4],[-7,16],[-27,29],[-19,41],[-11,38],[0,15],[-10,-3],[-27,4],[-14,29],[-6,-4],[-6,11],[-8,-20],[-2,-28],[6,-9],[-12,-36],[-7,6],[0,-11],[-7,0],[-11,-29],[-3,8],[6,26],[-2,81],[-5,-16],[-3,-33],[-10,-29],[3,-28],[-6,-10],[0,-21],[-9,-20],[0,-42],[-10,14],[2,-17],[-5,1],[-21,35],[-20,25],[-3,-25],[-8,27],[5,2],[-2,18],[7,21],[4,-8],[6,25],[5,-14],[5,16],[4,39],[-1,17],[-8,-1],[-8,-26],[-26,-53],[-16,-17],[-18,-44],[-11,-10],[-6,-13],[-23,-19],[-17,-17],[-16,-24],[-23,-38],[-14,-18],[-37,-24],[-16,-27],[-14,-51],[-3,-29],[2,-78],[0,-142],[-5,-99],[-5,-121],[-5,-70],[-8,-137],[1,-55],[3,-6],[3,-37],[4,-18],[3,-26],[-3,-35],[-7,-33],[-10,-19],[-7,11],[1,45],[12,144],[-2,26],[-8,-126],[-6,-86],[-17,-174],[-13,-125],[-4,-49],[-13,-84],[-3,-40],[-10,-66],[-14,-76],[-18,-66],[-26,-74],[-19,-55],[-23,-65],[-11,-38],[-7,-16],[3,-14],[7,4],[-3,-32],[-8,0],[-9,-33],[-6,-43],[-10,-27],[-1,-28],[-7,-30],[4,-24],[-10,-6],[-10,-30],[3,-41],[-9,-28],[-4,-25],[-7,7],[-3,14],[3,45],[7,33],[14,50],[0,14],[-14,-60],[-8,-38],[-20,-86],[7,16],[-9,-36],[0,15],[-14,-58],[-9,-24],[-8,-42],[-12,-40],[-24,-108],[-14,-32],[-17,-76],[-6,-38],[0,-27],[-10,-39],[-17,-37],[-6,-28],[-27,-77],[-16,-36],[-41,-88],[-20,-23],[-23,-18],[-11,-17],[-9,-20],[-27,-88],[-4,-11],[-10,-121],[-23,-140],[-4,-16],[-23,-87],[-21,-72],[-29,-66],[-28,-53],[-42,-54],[-24,-24],[-30,-2],[-6,10],[9,-47],[10,-13],[11,-31],[53,-89],[32,-74],[4,13],[-3,4],[-13,33],[-13,21],[-1,20],[-36,59],[-4,0],[-20,33],[-1,21],[17,29],[8,8],[12,-14],[8,30],[13,0],[-1,-50],[-6,-16],[-6,3],[-4,17],[0,-24],[7,-16],[13,3],[14,-30],[3,-20],[0,-27],[9,0],[0,24],[5,-6],[13,29],[0,-23],[-14,-33],[0,-41],[4,16],[4,-6],[-2,-23],[4,0],[3,40],[8,47],[4,-28],[2,31],[10,30],[1,17],[7,3],[12,-33],[-2,-20],[-4,20],[-11,-11],[-7,-47],[-6,-16],[-6,0],[-4,-58],[3,-46],[-16,50],[-1,-18],[18,-60],[2,-42],[4,-25],[1,-28],[-1,-63],[4,-50],[-3,-34],[2,-19],[7,-39],[3,-28],[7,-66],[3,-53],[-5,-50],[3,-55],[2,-42],[1,-16],[0,-42],[-4,-23],[6,-39],[4,-45],[1,-83],[-3,-22],[3,-52],[0,-96],[3,-70],[-1,-38],[-5,-74],[-1,-75],[0,-37],[-3,-43],[-1,-39],[4,-21],[34,19],[13,10],[4,-1],[59,22],[4,12],[9,0],[21,12],[7,8],[30,5],[10,-9],[26,0],[24,-5],[13,-12],[10,-3],[11,-13],[7,0],[16,-16],[6,-13],[8,-1],[16,-15],[18,-10],[23,-28],[20,-7],[7,-10],[17,-15],[35,-44],[10,-2],[18,-10],[6,2],[17,-15],[7,-2],[27,-13],[13,-12],[23,-39],[11,-25],[17,-65],[26,-46],[14,-63],[9,-25],[17,-94],[30,-84],[19,-78],[8,-53],[10,-33],[16,-83],[17,-148],[11,-56],[27,-164],[16,-113],[20,-178],[7,-109],[3,-68],[4,-64],[6,0],[0,26],[-4,15],[-3,34],[0,34],[-3,36],[0,24],[-4,35],[-6,81],[-4,54],[-6,40],[-3,36],[-7,33],[-3,22],[9,-36],[5,3],[9,-64],[3,-41],[3,0],[7,-71],[1,-32],[6,15],[0,-24],[-3,-7],[3,-14],[1,-34],[6,-35],[4,2],[0,-35],[-2,-25],[1,-80],[3,-8],[1,-99],[3,-34],[-3,-37],[0,-54],[9,17],[4,-25],[0,-20],[3,-38],[0,-33],[-6,-46],[7,-13],[0,-37],[-4,-25],[0,-21],[-10,-37],[-13,-63],[7,-7],[6,-54],[7,-8],[14,0],[-4,-18],[-3,-45],[-5,-20],[8,-21],[6,-1],[-9,-32],[-8,-4],[1,-45],[4,-14],[-4,-36],[2,-35],[11,68],[6,9],[4,-9],[7,-26],[6,-49],[-6,-54],[-6,-29],[-15,-41],[-6,7],[4,-44],[3,-55],[6,-12],[4,20],[10,22],[-4,-29],[-3,-76],[4,-24],[7,17],[5,-10],[-6,-7],[6,-33],[1,-24],[6,2],[11,-32],[3,-22],[2,-49],[7,-16],[4,-30],[6,-20],[4,-34],[4,-11],[6,-43],[8,-18],[6,-47],[4,9],[-1,-25],[11,-51],[6,9],[24,-162],[0,26],[7,37],[2,-13],[-6,-34],[3,-36],[-3,-17],[3,-8],[4,-28],[3,-66],[-3,-44],[3,-69],[-1,-22],[3,-6],[15,-2],[6,-9],[0,-18],[4,35],[9,6],[4,-13],[-7,1],[-3,-30],[-1,-80],[3,-16],[8,12],[4,-27],[-5,-52],[1,-31],[16,-52],[14,-66],[6,8],[8,-40],[0,-21],[5,-54],[8,-21],[3,-20],[7,-50],[4,-12],[6,-57],[6,-10],[10,-82],[7,-72],[10,-78],[17,-58],[9,3],[-2,18],[-7,-1],[-1,25],[5,21],[7,-8],[3,30],[0,27],[-14,-53],[0,38],[4,-4],[3,28],[16,59],[3,-25],[-5,-54],[12,33],[14,4],[4,33],[6,66],[-6,9],[-17,13],[-4,-5],[-13,-29],[-11,0],[-9,-21],[-4,17],[0,22],[8,40],[19,37],[7,-4],[4,-26],[3,59],[0,8],[-10,-13],[-8,30],[-6,-24],[-10,-9],[-3,63],[4,27],[6,10],[3,25],[-6,48],[-7,1],[-7,-11],[-6,14],[-5,-8],[-6,-39],[-12,-34],[-9,16],[-2,40],[0,15],[-6,-14],[-5,1],[3,31]],[[4758,4376],[-12,32],[0,11],[7,16],[-4,17],[7,18],[-3,-68],[5,33],[1,-21],[14,-53],[7,21],[10,8],[10,-13],[6,22],[13,2],[8,-27],[0,-33],[3,-30],[19,-32],[4,4],[10,32],[0,30],[4,-42],[-10,-17],[-7,-20],[-1,-17],[7,-50],[20,-24],[6,-30],[1,-33],[0,-32],[11,-9],[6,13],[10,9],[6,-5],[4,8],[9,-16],[8,6],[3,15],[10,-35],[16,9],[8,-37],[10,-12],[10,-38],[14,-45],[12,-26],[7,-9],[7,-57],[7,-15],[9,-58],[10,57],[-2,22],[-10,31],[-1,55],[1,-8],[2,-46],[13,-29],[8,48],[6,4],[-7,-32],[-9,-66],[4,-15],[20,-43],[16,-36],[14,-71],[13,-21],[10,-51],[7,-61],[12,-32],[1,-15],[10,-6],[10,-55],[19,-62],[4,-38],[-17,66],[-10,34],[-4,20],[-15,46],[-18,53],[-13,37],[-11,43],[-2,-9],[9,-33],[24,-71],[18,-49],[16,-62],[26,-103],[4,4],[3,-16],[4,-34],[4,8],[9,-45],[4,-35],[32,-148],[11,-41],[9,-58],[15,-92],[-1,26],[-6,25],[-1,28],[5,-28],[2,23],[4,40],[10,14],[10,-12],[7,-46],[9,12],[7,-4],[17,-28],[-3,30],[-1,37],[4,104],[-4,-10],[-4,10],[2,28],[6,-15],[0,22],[-4,55],[-9,21],[-5,-12],[-6,4],[-10,24],[-4,20],[-2,51],[0,38],[-11,-4],[-9,20],[-23,11],[15,10],[12,-13],[-1,17],[7,-13],[3,5],[11,-20],[6,3],[9,-9],[8,-57],[9,-1],[4,29],[-3,54],[-1,-20],[-6,8],[-3,36],[-5,18],[-5,53],[-3,6],[3,32],[0,34],[-5,61],[-2,30],[-13,36],[6,22],[-7,12],[-3,25],[-3,49],[-13,24],[5,14],[-8,29],[6,37],[2,-12],[12,-33],[5,-58],[8,-31],[7,-14],[6,-38],[4,-10],[6,26],[4,34],[3,53],[6,13],[-9,45],[0,17],[2,42],[4,21],[-3,23],[6,-10],[3,24],[-6,24],[1,43],[-2,11],[1,21],[10,40],[6,9],[7,53],[0,21],[4,0],[9,80],[0,54],[3,5],[1,40],[3,-20],[-4,-41],[4,-17],[-3,-12],[0,-45],[-6,-43],[-10,-54],[-7,-29],[6,-120],[-3,-8],[-6,-46],[3,-21],[4,13],[3,-25],[-7,-4],[2,-58],[2,-29],[-4,-87],[-10,-58],[0,-65],[4,-39],[-1,-33],[3,-21],[-3,-37],[13,-21],[3,-32],[4,-20],[-3,-50],[0,-48],[7,-29],[6,1],[-1,57],[4,37],[11,-7],[7,24],[0,22],[6,-21],[9,-18],[11,-7],[3,-45],[8,-16],[6,-1],[6,-47],[7,-27],[7,9],[4,-6],[5,83],[4,-50],[10,-8],[7,-42],[23,-16],[-2,-24],[-10,0],[-10,11],[-4,18],[-8,17],[-15,-13],[-7,11],[3,-23],[-7,4],[-4,-6],[-12,11],[0,33],[-10,2],[-7,-13],[-6,33],[3,35],[-5,-8],[-9,9],[-4,-4],[-16,3],[-3,-20],[-1,-30],[-4,-41],[-16,-78],[-2,-38],[-1,-78],[-3,-37],[3,-7],[9,6],[-10,-35],[-3,1],[-2,-21],[-15,-81],[-19,-48],[-13,-7],[-7,28],[-20,96],[0,-12],[3,-29],[0,-36],[13,-50],[11,-58],[23,-113],[17,-87],[22,-90],[34,-183],[7,-39],[17,-54],[17,-40],[14,-32],[19,-30],[31,-67],[12,-20],[23,-45],[14,-14],[-2,21],[3,3],[-1,17],[-7,-8],[-2,14],[-13,3],[-4,18],[-8,4],[-20,36],[-2,18],[4,-9],[9,12],[17,-9],[7,-9],[10,-40],[0,34],[6,75],[7,41],[-16,-4],[-22,16],[-5,11],[-8,-3],[-7,20],[-9,1],[0,16],[3,36],[-2,11],[-10,25],[-1,16],[-6,15],[0,-21],[-5,-54],[-2,15],[-10,11],[13,13],[0,24],[3,30],[6,4],[2,-13],[8,4],[-20,108],[22,-95],[-1,-64],[9,22],[5,55],[-4,49],[3,21],[-10,-1],[-3,25],[10,-8],[-1,36],[2,-22],[6,-13],[6,28],[0,40],[1,23],[10,21],[3,57],[4,15],[8,55],[1,-42],[-10,-36],[0,-38],[-7,-41],[-6,-40],[0,-34],[-4,-6],[0,-64],[-3,-21],[3,-8],[1,-44],[6,22],[13,30],[7,-5],[9,8],[8,-4],[11,-20],[5,-31],[4,35],[10,0],[11,-24],[5,-31],[-2,-32],[-4,-13],[-21,-22],[-2,18],[-4,-17],[-3,-61],[11,23],[9,5],[20,38],[16,12],[10,1],[22,15],[9,-4],[11,9],[22,-4],[15,-33],[5,16],[10,-5],[7,-28],[6,-8],[2,33],[12,-8],[6,-13],[8,-54],[4,16],[6,4],[4,-28],[-21,-13],[-24,-33],[-16,-29],[0,-12],[40,59],[34,35],[26,-11],[23,-24],[12,-18],[19,-34],[6,-7],[28,-61],[20,-52],[14,-45],[26,-94],[10,-31],[24,-90],[12,-45],[20,-96],[8,-66],[10,-38],[22,-128],[35,-274],[7,-48],[3,-33],[3,-10],[4,47],[3,18],[-1,31],[4,24],[-7,33],[-6,-4],[5,21],[10,-29],[1,-45],[10,20],[10,9],[1,16],[7,14],[9,-18],[0,-21],[-3,-20],[2,-17],[-5,-8],[0,19],[2,35],[-7,-5],[-5,-20],[-12,-18],[-8,-3],[-5,-36],[-2,-30],[-4,-17],[28,-206],[33,-199],[9,-71],[4,-20],[40,-163],[10,-30],[31,-66],[13,-71],[-1,-25],[7,9],[7,26],[7,41],[7,16],[2,-15],[7,16],[0,25],[-9,5],[-11,-48],[-12,-52],[-14,87],[-7,27],[-20,22],[-10,21],[-3,33],[6,11],[6,-15],[7,-7],[4,76],[-6,14],[-1,20],[10,-16],[4,34],[-4,20],[4,15],[5,-16],[12,31],[10,-22],[9,79],[-7,15],[-5,19],[8,3],[4,-32],[17,28],[7,4],[10,-24],[7,3],[12,20],[11,10],[14,49],[13,3],[0,34],[-4,-1],[0,31],[-6,5],[0,14],[12,-10],[2,25],[5,4],[4,40],[-3,24],[0,54],[-4,-2],[-12,31],[0,21],[-5,29],[7,-15],[1,-22],[16,-1],[7,-18],[3,-26],[7,4],[6,-25],[3,-83],[4,-12],[4,79],[0,48],[7,10],[3,-5],[0,-29],[-3,-16],[16,-6],[7,-15],[7,9],[6,-5],[0,29],[-4,-4],[4,17],[4,-41],[9,46],[14,-1],[11,29],[9,-9],[0,16],[6,26],[-2,87],[3,45],[12,95],[1,43],[0,36],[-10,71],[-10,26],[-4,43],[-9,-14],[-6,40],[-2,41],[-10,1],[-5,37],[0,74],[-2,31],[-12,-10],[-7,13],[-1,32],[-8,49],[-8,-39],[-16,21],[-13,-1],[-4,13],[-6,-8],[-7,12],[-3,21],[-1,-9],[-13,-8],[-7,9],[1,15],[5,-13],[4,34],[7,3],[3,-16],[10,8],[1,19],[3,86],[-7,9],[-4,-15],[-12,-7],[-1,8],[-14,5],[-6,11],[-10,2],[-3,-14],[6,-5],[-3,-32],[7,-16],[2,-17],[5,-9],[0,-49],[-5,-58],[-6,-4],[-13,74],[-4,16],[-7,8],[3,63],[-8,0],[0,-32],[-7,-8],[0,33],[-10,20],[-10,38],[-4,7],[-1,-15],[-6,4],[-3,-13],[-10,21],[-3,-21],[-10,13],[3,31],[-8,-14],[-5,3],[0,40],[5,9],[1,-29],[9,1],[2,-22],[10,8],[6,-8],[3,13],[8,0],[20,-61],[8,-2],[4,30],[6,-16],[4,-32],[1,15],[6,-3],[1,32],[3,21],[16,4],[10,-13],[8,12],[9,0],[3,19],[-23,-5],[3,25],[4,11],[4,-9],[3,18],[6,-16],[10,12],[10,-3],[-6,73],[-4,-9],[3,26],[-3,46],[-3,-24],[-7,-6],[-3,17],[-7,12],[-9,-3],[-1,40],[7,18],[3,-5],[-4,-38],[11,2],[6,-14],[7,22],[4,-16],[0,-25],[3,-6],[11,22],[-1,24],[-6,-4],[-8,16],[-4,54],[-3,-12],[-6,20],[-7,1],[-3,-26],[-10,-8],[-4,-15],[-6,20],[-4,-10],[-5,11],[9,8],[0,28],[4,-18],[6,-7],[-1,25],[1,50],[7,-33],[4,4],[9,-13],[9,5],[5,-17],[2,-42],[3,-5],[5,14],[3,20],[-10,12],[-3,13],[0,42],[3,19],[3,59],[3,21],[0,24],[-6,55],[-7,0],[-3,34],[2,16],[12,-8],[7,-24],[9,14],[4,-16],[2,-49],[-9,-54],[-6,-68],[9,-27],[7,-54],[9,4],[8,-21],[9,14],[20,-11],[8,29],[3,-27],[-8,-33],[1,-10],[9,5],[4,59],[4,23],[7,5],[3,16],[3,-15],[-3,-30],[10,-67],[4,-7],[9,-41],[3,57],[10,75],[11,29],[13,16],[0,25],[3,49],[4,20],[7,-3],[3,-17],[2,-28],[-5,-33],[2,-9],[-6,-13],[0,-16],[7,16],[6,-49],[1,-37],[2,37],[4,-8],[4,29],[2,-22],[-2,-28],[-7,-41],[-13,-25],[-4,25],[-7,12],[-9,-26],[-7,5],[-3,25],[-2,-21],[0,31],[-3,7],[1,-38],[-4,-20],[-2,33],[2,42],[-3,-13],[1,-22],[-2,-15],[2,-25],[0,-29],[-4,-46],[2,-30],[0,-74],[-8,-143],[13,-10],[6,-34],[11,-45],[6,-41],[4,-55],[5,-18],[8,-14],[14,-46],[5,0],[5,79],[6,54],[10,5],[4,-30],[2,-41],[0,-61],[-2,-30],[-22,-133],[-6,-22],[0,-12],[8,-60],[18,-51],[4,-25],[7,101],[7,32],[4,4],[2,41],[5,74],[5,-69],[-2,-33],[-4,-10],[1,-56],[0,-63],[-1,-46],[-4,-24],[-7,-17],[1,-18],[11,5],[6,24],[3,39],[4,13],[-7,48],[0,49],[2,35],[1,91],[4,62],[-7,20],[-7,4],[0,55],[4,29],[6,-34],[7,1],[3,-14],[0,-32],[-3,-26],[-1,-40],[1,-38],[3,1],[4,71],[5,-18],[0,-34],[-6,-28],[0,-46],[3,-16],[3,63],[7,19],[5,-21],[2,-37],[-2,-32],[-4,-3],[-3,-43],[-10,0],[-4,-40],[1,-13],[9,20],[7,-21],[6,4],[3,-20],[5,13],[3,25],[-4,11],[0,20],[3,25],[8,1],[10,-36],[-17,-58],[0,-10],[14,45],[39,175],[0,24],[3,-11],[13,56],[18,118],[-11,65],[-2,45],[0,188],[-8,4],[-4,17],[-6,3],[-6,45],[-4,-27],[-6,15],[-11,13],[1,46],[3,19],[3,-2],[6,-37],[1,36],[-3,10],[2,54],[2,6],[2,-57],[3,-3],[3,24],[2,-18],[-2,-24],[7,-41],[1,40],[7,-7],[2,33],[3,13],[5,54],[3,41],[-3,38],[3,20],[16,-9],[15,6],[23,-34],[20,28],[13,35],[11,37],[3,29],[-4,31],[-7,1],[1,25],[9,15],[17,21],[11,-35],[16,-55],[13,-69],[11,-51],[9,-94],[8,-97],[9,-16],[16,-3],[17,-29],[8,-1],[9,8],[26,11],[25,15],[0,31],[7,21],[3,-4],[2,-28],[-3,-22],[11,-5],[19,-28],[8,-11],[20,-47],[10,-33],[10,-9],[10,5],[9,-12],[5,13],[6,37],[-8,-1],[1,12],[0,42],[1,5],[9,-14],[7,18],[2,29],[5,-97],[3,35],[4,17],[9,11],[20,5],[4,-9],[0,50],[7,87],[9,36],[8,0],[8,-69],[2,-40],[5,51],[4,11],[0,86],[7,199],[11,145],[6,20],[7,-8],[5,-18],[1,-23],[0,-34],[-6,39],[-5,10],[-5,-19],[-7,-103],[-11,-263],[1,-17],[4,21],[8,122],[4,91],[3,-34],[3,-80],[5,-35],[6,-22],[-4,-74],[-6,-45],[-9,-22],[-5,28],[-3,-10],[1,-26],[3,-12],[23,15],[7,-3],[4,-11],[16,21],[3,20],[28,49],[18,46],[14,24],[21,46],[4,59],[2,54],[-9,2],[-10,12],[-5,18],[-9,83],[-16,115],[-2,-27],[-5,27],[-4,1],[3,24],[4,-3],[3,24],[-7,31],[-6,35],[0,29],[-10,-7],[-3,27],[3,112],[-1,42],[-6,34],[-10,-34],[0,-48],[-3,-6],[2,47],[-3,21],[-9,9],[7,4],[6,-7],[7,40],[6,-5],[1,-38],[6,9],[7,79],[10,12],[12,37],[5,-11],[2,-31],[15,56],[19,23],[7,4],[13,-17],[18,31],[-1,62],[-10,6],[-4,-27],[-5,8],[-4,-20],[-7,-6],[-7,-24],[-6,3],[-3,17],[-8,26],[-3,-17],[-6,-4],[-7,8],[-3,16],[-4,-23],[-7,-5],[-10,5],[-6,20],[-3,-24],[-4,6],[-16,-25],[-4,-3],[-6,22],[-5,49],[-6,-17],[-7,1],[-2,16],[0,38],[6,21],[7,-10],[5,-24],[7,46],[8,7],[7,-11],[10,-42],[12,13],[14,-2],[1,13],[-10,0],[0,24],[3,10],[3,-17],[9,11],[4,-18],[10,4],[6,11],[8,4],[6,-26],[11,-19],[10,8],[7,20],[6,-15],[6,13],[6,-18],[2,-37],[13,-12],[9,8],[4,23],[6,4],[7,-8],[11,17],[7,18],[13,-8],[7,-22],[9,-4],[6,14],[-10,54],[-9,69],[-3,22],[-10,16],[-7,-21],[-6,7],[0,20],[19,15],[4,27],[5,-7],[4,-47],[4,10],[0,32],[-13,34],[-14,4],[-10,26],[-3,-6],[-11,9],[-6,41],[-10,29],[4,0],[3,17],[-3,58],[-7,12],[3,17],[4,-8],[6,-25],[3,-32],[6,36],[4,12],[11,-13],[15,-10],[25,22],[10,-18],[6,11],[7,-3],[6,-14],[8,-1],[6,15],[7,3],[9,25],[7,7],[10,-8],[13,38],[11,22],[6,-5],[4,26],[21,81],[5,33],[-5,16],[6,46],[6,4],[1,-31],[-4,8],[-3,-13],[4,-17],[13,0],[0,-33],[-11,-29],[-2,-108],[10,-65],[9,-18],[1,9],[-1,44],[7,46],[1,21],[-1,59],[1,21],[9,60],[0,38],[-3,88],[4,29],[9,28],[0,68],[4,57],[-3,78],[2,26],[7,-113],[-1,-48],[-6,-12],[0,-38],[-3,-42],[-4,-16],[-3,-30],[0,-45],[1,-20],[0,-35],[-3,-15],[-7,-64],[-1,-28],[7,-70],[1,-12],[-1,-71],[3,-25],[4,-13],[4,17],[6,4],[3,-25],[7,0],[3,13],[1,-50],[13,-18],[4,23],[5,6],[11,-18],[9,-30],[4,-29],[6,16],[4,38],[7,25],[6,-6],[8,22],[5,-12],[11,110],[-6,71],[0,42],[-2,12],[-19,33],[-9,38],[3,46],[2,58],[-6,37],[0,16],[7,2],[3,-55],[7,-25],[17,-24],[13,-52],[6,-35],[4,4],[7,-10],[9,-37],[24,-58],[10,-16],[10,-7],[17,-47],[9,-20],[4,-2],[10,-20],[6,12],[10,-8],[5,12],[0,36],[3,-39],[11,-44],[6,-11],[6,-36],[13,-41],[18,-91],[9,-25],[4,-24],[6,31],[4,4],[1,26],[9,4],[6,22],[4,-38],[3,7],[6,-36],[5,2],[2,21],[7,-32],[4,-8],[3,16],[14,18],[5,12],[12,-12],[8,-33],[12,-30],[9,48],[4,34],[-11,16],[-6,31],[6,-17],[7,-8],[4,-16],[9,14],[7,-14],[-3,41],[3,8],[0,-26],[11,0],[2,-15],[-9,-13],[6,-29],[3,26],[5,11],[9,3],[4,-14],[7,20],[13,12],[5,-8],[9,53],[13,28],[6,0],[10,43],[-3,54],[6,-29],[4,26],[6,10],[6,42],[-1,29],[2,28],[4,-47],[2,44],[1,13],[0,34],[3,-6],[-3,-41],[0,-67],[13,-16],[-2,25],[-1,79],[3,-21],[4,4],[3,-23],[7,-7],[-3,18],[0,46],[-4,53],[4,-16],[2,-36],[7,-6],[17,-41],[6,4],[3,-12],[2,17],[16,-1],[7,49],[9,-21],[5,38],[6,29],[4,1],[12,33],[6,38],[2,87],[-5,35],[-3,85],[6,-39],[4,-10],[4,20],[6,3],[6,17],[12,-4],[7,-14],[6,-36],[13,-41],[3,-26],[7,-8],[4,-20],[3,20],[7,0],[9,-23],[1,43],[7,30],[-1,33],[4,-25],[-5,-27],[-5,-31],[2,-16],[8,4],[6,17],[0,20],[16,42],[4,49],[8,-4],[2,34],[6,-9],[1,-15],[4,-6],[-1,35],[-9,7],[2,16],[5,-3],[8,-21],[1,12],[-4,14],[0,15],[8,-24],[0,40],[-4,37],[1,19],[13,-54],[10,8],[0,21],[10,-51],[-1,-28],[5,16],[2,58],[-2,-42],[-2,12],[-2,74],[6,42],[3,-4],[0,32],[-7,38],[2,39],[9,-9],[16,61],[5,5],[10,-16],[5,12],[3,-9],[5,12],[2,-10],[5,10],[12,-11],[10,16],[14,34],[10,13],[10,-5],[7,4],[4,-18],[5,25],[5,14],[-1,-45],[7,-34],[10,25],[0,34],[-3,4],[6,65],[0,-46],[7,29],[4,67],[7,-18],[20,9],[9,34],[0,-20],[3,-13],[8,-6],[5,25],[7,-15],[10,-45],[7,-13],[8,12],[6,-11],[2,-37],[15,-1],[7,-9],[12,22],[8,-4],[16,3],[11,-14],[6,10],[14,-29],[8,4],[2,12],[15,-3],[4,-14],[4,26],[16,0],[11,12],[10,7],[6,-11],[7,45],[7,-11],[6,20],[4,-13],[7,22],[2,-9],[7,19],[8,44],[12,-25],[7,24],[7,42],[6,-6],[1,-15],[-7,3],[4,-24],[10,14],[2,-54],[4,-22],[4,-4],[-4,37],[9,-5],[1,13],[-4,22],[4,28],[9,5],[-6,-55],[4,-38],[-10,-28],[6,-5],[10,17],[13,54],[-9,-22],[6,42],[7,22],[6,36],[47,163],[7,16],[0,42],[-3,16],[-13,9],[-11,-16],[-12,-38],[-1,33],[7,32],[17,26],[12,12],[5,-41],[3,-1],[3,-65],[0,-24],[4,0],[7,64],[7,-2],[-1,18],[2,32],[2,-2],[5,33],[5,2],[10,18],[29,63],[6,-3],[5,-17],[4,-25],[15,-12],[0,24],[-7,3],[-3,46],[-6,6],[-3,38],[-4,6],[-6,25],[7,-13],[13,-12],[9,0],[33,34],[10,0],[5,8],[7,21],[6,46],[4,-13],[13,0],[10,-32],[7,-8],[-3,-29],[-11,0],[6,-9],[13,11],[14,26],[8,21],[19,12],[16,-9],[15,-57],[9,-55],[6,-8],[5,-48],[7,2],[7,-15],[12,-2],[1,-15],[26,-17],[19,-12],[15,-21],[0,15],[7,-6],[5,-25],[5,0],[6,21],[4,-13],[-15,-26],[4,-24],[8,-3],[13,19],[6,21],[-3,51],[6,45],[1,-16],[0,-84],[-11,-65],[7,11],[7,50],[4,-36],[-1,-42],[-3,-17],[4,-21],[0,21],[5,50],[5,0],[0,-18],[5,-19],[5,39],[3,-11],[2,-21],[4,-30],[7,5],[4,25],[7,-12],[6,-25],[0,-12],[10,-37],[7,3],[-3,-20],[12,-28],[4,36],[-6,32],[10,9],[-4,38],[6,-14],[14,-7],[10,-21],[10,17],[4,-13],[2,-20],[-5,-113],[6,1],[3,12],[-3,50],[0,40],[3,31],[20,-25],[21,0],[5,-28],[5,-5],[0,-24],[5,24],[-5,33],[3,40],[0,-33],[6,-29],[4,-3],[3,-55],[6,-15],[-3,37],[4,5],[3,40],[0,-25],[4,-25],[5,10],[15,61],[0,-7],[9,57],[21,0],[4,-3],[8,12],[1,28],[-3,26],[9,7],[3,13],[22,-13],[9,25],[9,9],[1,-8],[-24,-59],[-9,-16],[6,3],[8,16],[16,43],[20,38],[17,56],[3,1],[14,58],[6,13],[10,41],[1,17],[-5,9],[1,16],[0,69],[12,-2],[5,-17],[-3,-41],[10,16],[13,40],[0,13],[-14,-28],[-3,24],[9,37],[4,4],[6,29],[8,17],[14,7],[3,17],[-5,-12],[-9,49],[1,14],[8,-8],[10,15],[-2,71],[6,21],[1,-21],[5,-4],[5,21],[-1,21],[8,52],[0,18],[6,26],[10,-7],[16,10],[5,-12],[13,17],[6,49],[13,33],[0,15],[-6,30],[6,30],[5,-6],[9,10],[3,21],[4,2],[2,-18],[-3,-21],[7,-30],[4,0],[7,34],[-1,20],[6,-1],[21,16],[4,10],[20,58],[10,41],[7,20],[16,64],[10,17],[4,36],[13,59],[7,82],[2,-22],[7,88],[7,58],[6,24],[14,-3],[15,13],[5,-6],[-2,-15],[3,-53],[9,-46],[0,-45],[-6,-1],[-9,-17],[-11,17],[4,-34],[16,18],[9,3],[24,34],[11,29],[22,66],[0,26066],[18,31],[47,79],[69,93],[7,-101],[10,-106],[110,247],[22,50],[80,-360],[173,-41],[1,78],[-35,543],[39,218],[72,164],[25,43],[9,141],[3,83],[11,96],[30,124],[46,201],[75,315],[17,70],[116,496],[18,314],[12,274],[-7,179],[21,-4],[47,-208],[30,-74],[57,-157],[26,-78],[13,-55],[68,-13],[27,-214],[-3,-35],[8,-20],[0,-78],[-2,-9],[0,-124],[0,-206],[31,39],[16,-36],[20,-137],[-1,-81],[-32,-93],[45,-94],[67,-50],[65,-154],[67,-161],[33,140],[30,91],[6,5],[2,78],[19,84],[11,7],[25,137],[0,204],[-15,54],[-5,54],[31,94],[-13,93],[20,150],[73,73],[6,128],[32,140],[23,-1],[10,97],[17,113],[-7,136],[27,38],[-7,89],[21,141],[80,211],[37,85],[37,263],[16,73],[27,127],[50,206],[-24,96],[33,247],[21,109],[13,82],[14,83],[27,337],[56,353],[34,314],[24,173],[30,262],[53,318],[33,299],[-33,257],[90,100],[-23,366],[36,72],[35,74],[-8,110],[11,108],[3,69],[3,152],[71,-27],[32,126],[82,218],[24,92],[35,32],[51,50],[11,59],[16,67],[17,85],[23,41],[20,9],[6,93],[5,119],[22,28],[28,67],[40,-56],[29,241],[-3,127],[-2,73],[5,9],[-23,179],[-11,33],[-9,82],[3,107],[10,66],[-6,197],[11,174],[13,106],[3,88],[4,137],[0,14],[12,72],[1,38],[-10,48],[-27,134],[-11,101],[-3,39],[-7,76],[-2,50],[-18,129],[-6,52],[-14,77],[-13,65],[-14,62],[-13,63],[-29,100],[-14,16],[0,-19],[5,-20],[-2,-17],[6,-38],[3,-6],[11,-59],[4,-3],[3,-26],[6,-12],[4,-25],[0,25],[7,-29],[0,-28],[-11,16],[-3,25],[-11,36],[-5,35],[-4,7],[-4,30],[-10,37],[-6,-57],[-6,-16],[-2,-27],[5,-41],[2,-24],[-3,-81],[-4,1],[2,53],[0,47],[-5,38],[-3,40],[4,-22],[2,19],[7,23],[4,48],[-3,32],[2,22],[-5,40],[-14,17],[-9,-49],[8,-20],[1,-31],[6,41],[-3,-52],[1,-38],[-6,-27],[2,48],[-3,-18],[-4,-80],[3,-41],[-3,-44],[0,-78],[-4,-16],[0,41],[-2,7],[0,50],[4,111],[0,34],[2,0],[0,45],[-7,25],[-2,-24],[-3,1],[-4,-47],[-4,-6],[4,53],[0,64],[-6,35],[-2,-4],[-5,18],[-11,-16],[-16,-57],[0,-34],[-3,-2],[3,-59],[5,-9],[-3,-12],[-5,14],[-1,-10],[0,-33],[-1,-18],[1,-30],[-4,-32],[1,-18],[-4,-5],[1,-18],[9,10],[-2,-41],[3,-1],[-4,-33],[3,-17],[4,4],[6,-31],[7,-14],[-7,-16],[-2,28],[-5,10],[-2,12],[-5,12],[-2,18],[-3,-27],[-7,-46],[-4,7],[1,-50],[0,-16],[7,-32],[-2,-11],[9,-19],[-8,-2],[0,-18],[10,-18],[4,-1],[13,-39],[4,-8],[6,-41],[7,12],[0,36],[6,41],[0,18],[4,61],[3,7],[-3,-80],[6,-5],[1,-13],[9,-15],[4,25],[6,100],[3,-2],[-2,-45],[-6,-63],[1,-64],[12,4],[6,-5],[7,-26],[10,-10],[12,-18],[4,-17],[1,-38],[-4,31],[-7,15],[-14,13],[-9,18],[-3,19],[-7,4],[-7,-5],[6,-44],[0,-25],[7,-24],[4,-24],[9,-31],[15,-86],[6,-50],[0,-21],[16,-100],[1,-28],[-4,-6],[-2,48],[-4,7],[-7,45],[-4,22],[-6,87],[-4,11],[-6,36],[-24,99],[-5,28],[0,28],[-5,5],[-2,62],[-8,17],[-9,-28],[0,-28],[-4,-40],[0,-102],[-1,94],[-2,-26],[-3,42],[-11,20],[0,17],[-7,33],[-7,16],[-16,19],[-11,-14],[-3,-34],[-9,-26],[0,-29],[-6,-50],[3,-14],[-3,-20],[3,-22],[-3,-20],[10,-33],[12,-58],[4,-2],[4,-23],[9,-44],[0,-34],[7,-18],[13,18],[1,-5],[13,12],[7,-14],[13,-13],[9,12],[11,-22],[6,20],[11,-3],[-7,-14],[-10,-28],[0,-20],[9,-28],[4,-39],[7,-19],[2,-14],[0,-37],[-5,11],[0,23],[-6,27],[-5,30],[-10,32],[-6,59],[-6,-11],[-10,3],[-21,17],[-6,-22],[-1,-48],[-1,-83],[1,-10],[-1,-43],[-3,-22],[1,-15],[-1,-57],[-3,-33],[1,-27],[7,-24],[-1,-85],[1,-31],[12,7],[5,-13],[3,31],[7,11],[-1,-35],[-7,-29],[4,-19],[12,1],[0,-19],[11,-41],[3,33],[4,24],[0,36],[3,3],[-1,-51],[-5,-41],[2,-31],[-3,-33],[6,-22],[8,-4],[2,-26],[-2,-17],[-4,27],[-9,15],[-4,35],[0,45],[-9,5],[-7,24],[0,18],[-10,-6],[-3,25],[-1,28],[-3,6],[-13,-13],[-1,-13],[-2,-92],[1,-20],[-6,-65],[0,-98],[13,-44],[5,3],[7,-10],[5,8],[8,-38],[3,20],[4,-42],[12,-14],[-3,-19],[-10,14],[-7,28],[-10,25],[-6,-4],[-4,14],[-4,-8],[-8,32],[-5,1],[-6,-49],[-13,-90],[0,-8],[10,-37],[0,-46],[-5,31],[-9,19],[-4,-5],[-13,-103],[-6,-30],[-7,-57],[-4,-21],[-10,-50],[5,-37],[-4,-12],[-4,38],[-10,-57],[3,-64],[-4,26],[-6,-17],[10,-34],[6,-9],[15,-62],[3,-15],[7,-18],[-10,1],[13,-57],[-10,-2],[-9,35],[-8,61],[-9,16],[-8,-12],[5,28],[-5,23],[-19,18],[-7,18],[-10,48],[-6,-5],[-7,19],[-3,-38],[-5,-32],[1,-27],[-27,60],[0,-38],[-4,51],[-6,10],[-16,59],[-4,-6],[2,-84],[-3,3],[1,55],[-4,45],[-12,29],[-1,12],[-16,55],[-7,-29],[-5,-13],[-15,-42],[0,-24],[-3,-3],[2,37],[10,31],[11,24],[5,30],[-3,10],[-16,-13],[-6,-11],[3,19],[-4,15],[-17,2],[-5,12],[0,18],[8,28],[12,0],[2,11],[11,9],[5,24],[4,2],[-2,25],[-1,50],[-3,34],[-4,1],[1,30],[-4,19],[-1,43],[-6,17],[-3,-8],[0,-22],[-4,-22],[-6,-7],[17,146],[-4,3],[0,27],[-3,12],[-1,37],[-3,9],[0,-26],[-5,26],[0,20],[-4,-13],[3,54],[-3,4],[-6,-32],[-2,5],[-9,-36],[-4,-47],[-12,-50],[-7,-11],[10,48],[12,91],[1,21],[6,31],[-3,9],[-7,-17],[8,35],[2,90],[-6,1],[-3,17],[-1,51],[-4,-2],[-6,-30],[-2,0],[-11,-50],[-7,-16],[-9,-7],[-11,-23],[-2,-35],[-7,-18],[-5,-79],[0,-54],[-5,-38],[2,-24],[-3,-41],[-10,-61],[1,-21],[-7,-37],[5,-5],[10,45],[7,3],[2,15],[8,5],[-8,-27],[3,-23],[0,-100],[5,11],[10,-33],[17,7],[11,24],[6,40],[0,-10],[-6,-41],[-8,-27],[-2,-26],[-6,-9],[-4,-34],[4,-14],[6,-42],[4,-25],[3,3],[-10,-85],[3,-31],[6,-15],[0,-14],[6,-15],[11,-1],[7,-19],[-6,-28],[3,-21],[9,42],[-6,-49],[0,-21],[-6,-61],[-1,-49],[6,-1],[-6,-19],[0,-44],[4,-45],[-1,-79],[1,-16],[-1,-20],[4,-11],[20,-23],[0,-25],[6,-12],[11,27],[2,-18],[5,4],[9,-20],[11,19],[5,17],[9,-9],[8,18],[4,-10],[7,26],[3,-9],[-4,-25],[4,3],[7,18],[4,-13],[6,-54],[3,-12],[6,5],[5,-38],[-15,12],[-6,18],[0,35],[-3,18],[-7,-22],[-4,10],[-10,5],[-13,-34],[-7,-9],[-3,8],[-4,-13],[-8,-6],[-5,17],[-16,-8],[-6,-15],[-7,9],[-11,-33],[-3,-45],[-9,-78],[-3,-76],[2,-45],[0,-25],[6,-34],[-10,12],[-3,15],[4,11],[0,22],[-6,-3],[-14,-37],[-6,-6],[-7,24],[-13,-58],[-2,-24],[-2,24],[3,33],[-6,-13],[2,-13],[-6,-44],[-1,-63],[-2,-8],[0,-35],[-4,-7],[-11,-54],[-9,5],[-3,-36],[-8,-22],[-8,-39],[0,-53],[-1,-31],[0,-46],[4,-6],[3,-23],[4,-54],[5,-14],[7,-37],[8,-19],[-4,-15],[19,-43],[22,-25],[-10,2],[-14,19],[-11,22],[-4,-22],[-12,27],[-10,39],[-6,-4],[-5,-15],[-7,12],[-12,-6],[-13,-42],[-12,-21],[-6,-29],[8,-19],[-2,-21],[5,11],[9,-34],[0,-53],[14,-3],[3,-48],[-3,-19],[4,-24],[7,-8],[6,7],[-4,-25],[-13,10],[-6,39],[0,38],[-5,-5],[-7,5],[-5,21],[0,55],[-4,-17],[-7,-1],[-16,-44],[-6,-6],[-27,-91],[-10,-29],[-8,-58],[3,-15],[-5,-25],[3,-30],[-5,8],[0,-25],[-6,5],[-2,-16],[-10,-27],[2,-5],[-4,-67],[-5,-6],[-8,-40],[-3,-28],[3,-9],[11,6],[10,26],[3,0],[-11,-35],[9,2],[9,49],[3,20],[3,-12],[4,8],[1,-21],[-2,-28],[3,-34],[-9,-55],[-7,-75],[7,-23],[0,-38],[-6,-11],[-4,37],[-7,7],[0,30],[1,38],[-1,20],[-6,23],[-4,-11],[-3,-19],[-6,-17],[-13,-14],[-4,71],[0,-51],[-4,-23],[3,-14],[-4,-8],[-1,20],[-5,-11],[-9,-42],[-14,-15],[-10,5],[-7,-10],[8,-69],[-1,-19],[-4,-23],[4,-5],[6,13],[1,-26],[-3,-17],[0,-31],[-4,26],[-3,-28],[-8,10],[0,28],[-5,-3],[5,32],[-2,16],[-11,-3],[3,-79],[-6,-13],[-2,66],[1,26],[-6,57],[-9,7],[-4,-15],[-9,-16],[-5,-22],[-13,-17],[0,-13],[-9,-7],[-3,-21],[-8,-15],[-2,-14],[-9,-21],[-9,-4],[1,-15],[10,-4],[6,-20],[3,-55],[-3,-37],[-6,-35],[6,-2],[-4,-30],[8,-4],[-1,-31],[4,8],[2,-18],[14,22],[8,0],[9,10],[6,-11],[-2,-17],[9,12],[4,-6],[9,12],[11,56],[4,34],[5,14],[-9,-59],[-4,-22],[-3,-33],[7,-30],[6,3],[5,-15],[2,-32],[7,24],[7,8],[0,-24],[3,-8],[1,-28],[-7,16],[-7,-18],[-4,2],[-4,19],[-12,15],[-11,-23],[-10,4],[-29,-28],[-3,-16],[-8,-21],[-3,-30],[0,-25],[4,-19],[10,-11],[0,-27],[3,19],[10,-7],[3,-34],[4,-22],[0,-37],[-5,14],[-6,45],[-4,0],[-2,-26],[-6,-5],[-4,-19],[-3,18],[7,11],[-8,25],[-3,-23],[-9,-34],[-1,-38],[-4,-23],[1,-11],[-3,-45],[3,-26],[4,2],[-4,-39],[0,-28],[6,5],[6,-45],[0,-27],[4,1],[4,-26],[10,7],[7,-14],[7,4],[0,16],[6,-37],[-10,-2],[-10,14],[-8,0],[-25,38],[-2,15],[-8,9],[-14,-32],[-3,-35],[-11,-67],[-2,-18],[10,-6],[-10,-8],[0,-42],[6,-20],[1,-61],[-1,-41],[4,13],[3,-9],[9,4],[5,-9],[0,-27],[9,67],[4,21],[13,30],[3,-15],[24,54],[25,72],[2,-2],[20,41],[13,49],[17,116],[13,40],[6,-11],[8,1],[5,21],[7,14],[11,0],[3,9],[26,-9],[-6,-22],[-7,0],[-4,13],[-13,-19],[-5,4],[-18,-35],[4,-22],[0,-19],[-5,28],[-10,17],[-5,-23],[-7,-25],[-6,-29],[-4,-37],[-11,-74],[3,-9],[1,-53],[-4,12],[0,19],[-5,13],[-12,-39],[-5,-30],[-10,-33],[-10,-1],[-10,-41],[-2,-5],[-10,-49],[0,-21],[-6,-19],[-13,-13],[-7,-25],[-7,-30],[-6,-13],[-9,-3],[-4,-17],[7,-6],[3,-15],[0,-39],[-6,-51],[2,-52],[0,-73],[-3,-58],[2,-18],[15,5],[4,17],[6,-9],[16,-5],[10,11],[4,28],[19,38],[4,-33],[3,1],[11,33],[12,-4],[15,43],[3,-18],[-7,-15],[-6,-50],[-3,19],[-4,-4],[-7,10],[-9,-40],[-8,0],[-6,31],[-3,-2],[-17,-59],[-4,2],[-3,-14],[-7,-3],[-7,11],[-10,-2],[-2,-14],[-5,-4],[-6,7],[-8,-8],[-6,21],[-2,18],[0,113],[-4,-8],[-8,-52],[-2,32],[2,33],[5,34],[-4,33],[3,24],[-3,12],[0,43],[-10,9],[-6,-19],[-5,-1],[-9,-81],[0,-24],[-6,-32],[-10,-91],[-4,-21],[-3,-26],[-4,-23],[1,-25],[-2,-18],[4,-20],[6,-35],[11,-24],[4,-16],[4,26],[0,27],[6,45],[6,13],[1,31],[5,-19],[-2,-42],[-3,-27],[9,-80],[-2,-16],[-7,17],[-4,22],[-9,-57],[-4,-11],[0,-37],[-4,-33],[1,-16],[6,-17],[3,-52],[7,-9],[6,-42],[-6,-13],[0,-22],[4,-3],[7,-40],[-7,23],[-13,9],[-1,12],[6,54],[-9,22],[0,36],[-7,28],[-7,100],[7,35],[-14,44],[-4,0],[-11,39],[-4,0],[-14,-58],[-4,-33],[-5,-11],[0,-21],[13,-12],[-4,-8],[-13,11],[-6,-43],[-1,-21],[4,3],[0,-35],[-7,33],[-4,-1],[0,-42],[-4,-40],[1,-39],[-4,-25],[6,12],[5,-8],[-10,-32],[-1,-57],[-2,-23],[2,-54],[-2,-32],[9,-26],[0,-40],[-2,-47],[-5,-25],[21,-36],[4,-41],[5,-12],[-9,-58],[2,-17],[-2,-70],[-3,-38],[3,-23],[9,-22],[7,0],[4,-45],[-4,-47],[0,-44],[3,-34],[11,-37],[-3,-9],[-7,14],[-8,3],[-5,27],[-1,29],[3,38],[-2,57],[-8,31],[-6,34],[-8,77],[1,35],[-2,18],[2,22],[-1,25],[-10,21],[-9,37],[-6,2],[2,19],[-3,31],[1,27],[6,16],[7,36],[-3,30],[-5,4],[-6,69],[-9,-15],[-11,9],[-13,-52],[-14,-60],[-17,-65],[-5,-6],[-4,-26],[-4,-1],[-5,-17],[-5,-34],[-9,-33],[-7,-43],[-6,-3],[-4,14],[-11,-6],[-4,16],[0,-26],[-8,39],[-4,-19],[2,-11],[0,-53],[-2,-21],[-4,12],[-7,-3],[-2,21],[-7,-10],[-3,9],[-4,-21],[-6,-1],[-3,-24],[8,-2],[-6,-29],[4,-30],[-8,-101],[0,-61],[-10,-30],[-2,-28],[4,-11],[-11,-30],[-4,-29],[-9,-61],[-3,-36],[-8,-34],[0,-32],[-2,-26],[-7,-36],[-4,-56],[1,-6],[10,40],[2,0],[1,-39],[5,39],[4,3],[-3,-36],[-9,-52],[2,-57],[3,-16],[-3,-19],[3,-24],[-2,-58],[-5,-32],[2,-55],[-8,25],[-3,-7],[3,-20],[16,-81],[0,-36],[1,-26],[1,-62],[-5,-40],[-2,-40],[4,-23],[-5,-25],[-6,-57],[0,69],[6,39],[1,22],[-1,30],[5,24],[-4,68],[2,49],[-3,23],[-9,0],[-7,11],[0,36],[-1,46],[1,33],[-3,7],[2,26],[-7,-30],[1,51],[1,28],[-4,6],[4,37],[-2,1],[-6,-43],[-6,-21],[-4,-59],[-9,-57],[-4,-16],[-7,-78],[4,-29],[-3,-71],[-8,-91],[1,-75],[-1,-26],[0,-21],[-6,-63],[0,-39],[2,-17],[-3,-41],[0,-26],[-6,-32],[1,-24],[-8,-113],[-6,-38],[-3,-66],[-1,-21],[-3,9],[-3,-29],[-17,-111],[3,-64],[-2,-62],[3,-52],[0,-48],[2,-48],[1,-10],[2,-85],[4,-48],[-3,-15],[0,-59],[-4,34],[0,-53],[-6,7],[0,55],[1,42],[-2,50],[0,76],[-2,14],[0,49],[-3,24],[0,52],[-1,39],[1,23],[-1,20],[-10,-72],[1,39],[-2,17],[-10,-10],[-15,-58],[-7,2],[3,31],[20,62],[9,22],[-2,20],[4,37],[-4,25],[2,26],[8,7],[10,22],[4,45],[3,62],[4,25],[0,14],[-7,-26],[5,33],[-2,8],[6,37],[1,34],[7,53],[-4,19],[-6,-56],[-7,-9],[-7,-42],[3,-9],[-3,-38],[0,-22],[-3,-6],[-2,-30],[5,0],[-6,-31],[-11,-44],[-3,-29],[-5,-14],[-6,-24],[-7,-13],[-9,-32],[-20,-22],[0,14],[7,13],[3,18],[6,4],[7,43],[0,12],[9,35],[7,43],[-2,21],[5,1],[-1,32],[2,30],[9,87],[8,4],[7,33],[0,42],[-4,34],[-1,52],[7,21],[0,14],[-7,26],[0,32],[2,36],[-2,30],[7,48],[1,37],[-3,18],[14,15],[2,34],[-4,26],[7,66],[-3,9],[7,37],[4,42],[9,69],[3,23],[-9,-6],[7,28],[4,31],[-1,31],[2,19],[-5,63],[4,3],[2,-26],[10,64],[3,56],[4,13],[3,44],[-9,10],[8,18],[1,-14],[4,28],[-3,29],[5,41],[-2,24],[-4,-15],[-1,-25],[1,-10],[-4,-52],[-7,3],[-3,-36],[-8,27],[-1,15],[4,58],[3,4],[5,32],[5,16],[3,50],[-3,7],[6,19],[6,46],[3,45],[-5,20],[5,51],[5,37],[4,32],[-1,37],[3,27],[3,67],[4,53],[1,32],[0,100],[-7,-27],[-1,-24],[-2,32],[-4,23],[4,34],[-4,-1],[0,31],[4,51],[-7,14],[0,16],[-7,-2],[2,19],[-6,-4],[4,21],[-7,-3],[-6,-25],[-14,-36],[-11,6],[-9,-20],[-10,-62],[-1,-39],[-3,-11],[-3,-33],[-7,-35],[-9,-140],[-1,-46],[-6,-50],[0,-52],[-3,-18],[-2,-42],[-5,-19],[-1,-31],[-4,-21],[-5,-4],[0,34],[3,6],[9,47],[1,55],[-6,-28],[0,-34],[-4,4],[6,80],[8,64],[2,21],[-5,57],[-7,-2],[-8,-41],[-9,-30],[-5,0],[-9,-34],[-6,-8],[-4,25],[-6,17],[-17,26],[-3,-10],[-7,-3],[-13,27],[-8,4],[-19,20],[-4,-18],[7,-62],[0,-67],[2,-15],[7,-9],[8,-50],[-7,0],[3,-27]],[[7211,37435],[6,-6],[6,12],[4,38],[14,17],[6,21],[1,26],[12,11],[6,16],[8,-1],[7,39],[6,17],[1,-13],[-4,-20],[0,-60],[10,8],[7,-11],[4,20],[9,21],[13,12],[13,30],[1,24],[-4,26],[-14,29],[-5,28],[0,16],[7,-33],[2,19],[-4,6],[-2,23],[-6,14],[-4,35],[2,15],[-3,36],[3,11],[1,26],[-3,31],[-4,1],[4,53],[3,20],[6,8],[-2,15],[7,14],[2,-10],[-3,-89],[3,-47],[-2,-27],[3,-58],[6,-29],[10,-36],[1,17],[7,18],[0,35],[3,30],[5,-8],[1,-39],[3,-17],[-2,-21],[6,-40],[7,-20],[2,28],[4,9],[4,-15],[3,23],[-1,40],[3,-1],[0,-79],[-2,-27],[-3,-21],[0,-41],[7,-9],[3,17],[5,-25],[0,37],[8,30],[6,-31],[11,12],[9,27],[-2,7],[5,40],[10,14],[0,16],[5,12],[-5,31],[-6,1],[4,53],[7,-24],[7,-6],[3,-20],[5,7],[-2,30],[7,-13],[-5,40],[-9,28],[-20,37],[-7,38],[-2,32],[-4,13],[0,15],[-7,27],[3,-39],[-6,22],[-7,17],[-3,42],[9,12],[14,-54],[4,-13],[6,7],[-4,9],[-5,22],[3,16],[-3,28],[3,13],[-1,25],[-13,36],[10,18],[9,-37],[12,-47],[-8,88],[4,5],[-8,71],[-5,18],[3,15],[6,8],[4,-6],[4,-32],[13,-23],[13,-36],[-3,20],[6,20],[4,-15],[7,-5],[6,25],[11,-9],[2,-14],[13,10],[-3,22],[0,25],[3,27],[-3,3],[-10,42],[-3,22],[-6,22],[-8,42],[-10,24],[-9,99],[0,63],[3,18],[-8,24],[-9,-21],[-11,-10],[-9,4],[-3,17],[-8,7],[8,-34],[3,-38],[-9,-26],[-4,4],[0,21],[-5,51],[-5,-24],[-10,-18],[-4,13],[-9,-63],[-5,4],[-9,21],[-6,-7],[-5,-28],[-3,3],[-2,-27],[-5,-32],[-9,3],[-7,20],[-8,-6],[-8,-25],[-7,-8],[-7,23],[-4,-1],[0,-23],[-10,-16],[-3,20],[6,30],[7,-9],[1,17],[7,17],[-1,13],[-13,15],[-7,-6],[-3,8],[-13,-2],[7,21],[-8,47],[-6,23],[13,-33],[1,-13],[9,-21],[3,-14],[6,11],[4,-15],[7,7],[11,-10],[8,13],[5,-10],[7,22],[5,3],[11,54],[0,15],[4,21],[10,8],[5,20],[2,-5],[9,10],[0,26],[4,20],[-3,53],[-4,21],[-3,30],[3,7],[-7,47],[-16,69],[0,-50],[-4,-24],[-6,-3],[-11,61],[0,8],[-10,29],[-3,-16],[-7,-4],[4,-31],[0,-20],[-5,-9],[-5,26],[-5,-25],[1,-12],[-7,-23],[8,-39],[6,-18],[-7,-7],[-3,15],[-17,31],[-4,-9],[0,-16],[-9,-3],[-3,15],[-14,20],[-7,30],[-1,-13],[-12,-7],[-3,-31],[2,-33],[-3,-7],[-3,33],[0,53],[-10,11],[7,3],[7,15],[10,4],[6,22],[7,-13],[6,4],[11,-19],[12,37],[7,49],[-2,22],[-14,41],[-8,7],[-5,25],[-8,10],[-23,-6],[-3,-10],[-9,-7],[-4,16],[-4,-21],[-10,2],[3,24],[-6,17],[-4,-9],[-4,29],[-8,23],[-12,-43],[-3,-5],[0,24],[4,6],[4,51],[-7,9],[-6,27],[-4,50],[-11,37],[-7,-58],[2,-15],[2,-60],[-6,-21],[-14,16],[3,17],[-3,16],[11,-23],[3,2],[0,23],[-7,65],[9,81],[0,26],[-3,30],[-22,-58],[-7,12],[-17,6],[-4,14],[3,11],[-6,17],[-9,-5],[-8,38],[8,-24],[16,16],[6,-11],[7,13],[6,-8],[4,16],[0,24],[-10,32],[-6,-3],[-7,21],[-1,17],[7,-23],[8,15],[5,-8],[5,6],[9,35],[-3,21],[0,35],[-10,18],[-3,38],[0,14],[-7,-3],[-13,9],[-5,-21],[1,-14],[0,-56],[-3,50],[0,43],[2,43],[-5,26],[-7,26],[-10,16],[-1,26],[4,19],[4,-25],[16,-23],[3,21],[-7,45],[-19,15],[-4,22],[-2,-21],[-4,-9],[-11,42],[1,17],[-4,29],[-7,36],[-6,16],[0,27],[-10,12],[-4,29],[-6,11],[-11,1],[-6,-41],[-9,9],[-11,28],[-8,8],[-3,-8],[5,-79],[2,-4],[7,-51],[7,-77],[9,-20],[5,6],[6,-28],[4,-58],[6,-39],[7,-4],[10,-28],[6,0],[11,-41],[2,-30],[11,-56],[7,-18],[0,-19],[-13,32],[-4,26],[-7,24],[0,-35],[9,-74],[-5,-15],[-3,-27],[-1,27],[-9,110],[-8,27],[-14,2],[1,-68],[0,-22],[3,-20],[3,-29],[8,-63],[0,-30],[12,-45],[18,-60],[4,-35],[12,-8],[1,-11],[-10,-9],[-3,-39],[-4,8],[-4,32],[-1,27],[-10,23],[-8,2],[-4,48],[-6,10],[-2,22],[-12,41],[-14,98],[0,-2],[-14,99],[-6,7],[-7,-57],[-6,-4],[6,-39],[7,-41],[-3,-44],[4,-1],[6,-59],[7,-22],[6,-23],[8,-13],[5,-21],[5,-9],[-14,3],[-1,-14],[-5,11],[0,-31],[-4,25],[-10,9],[-10,-37],[-8,-21],[-12,10],[-10,-38],[-4,27],[-13,16],[-3,-8],[-11,-1],[-10,12],[-6,39],[-5,9],[-6,-21],[-9,5],[-5,27],[-2,35],[7,57],[6,17],[3,20],[4,9],[6,-12],[4,11],[6,-18],[7,-36],[4,-48],[6,-29],[8,-14],[10,-8],[12,13],[11,-13],[3,18],[9,-32],[4,11],[0,40],[0,34],[-4,41],[1,15],[-3,14],[2,28],[-5,41],[-5,-18],[0,62],[-10,22],[4,11],[7,39],[6,26],[-6,24],[-11,6],[-6,18],[-14,-15],[-2,10],[12,29],[1,27],[-1,26],[-6,3],[-3,-20],[-4,7],[3,43],[-9,24],[0,-71],[0,-14],[-6,-13],[3,29],[0,92],[13,-40],[2,-19],[5,10],[-1,23],[-7,13],[-3,17],[-12,29],[3,-40],[0,-62],[-4,-56],[-4,-22],[-9,-13],[6,-37],[11,25],[6,-18],[0,-17],[-10,-14],[-7,5],[-9,36],[-4,-33],[-7,-18],[-14,-31],[-12,-16],[-7,-3],[0,-23],[3,-60],[0,-85],[0,-17],[-3,-54],[2,-55],[-2,-41],[0,-46],[-3,-59],[-8,-51],[-3,-43],[-6,-37],[-7,-28],[-17,11],[3,-12],[-3,-25],[-7,0],[-7,22],[-2,-10],[-10,-8],[-4,-17],[4,-16],[2,18],[5,-8],[2,-23],[-3,-7],[4,-29],[-1,-17],[-9,-16],[-5,-33],[5,-37],[3,-2],[2,25],[11,15],[4,-6],[5,31],[-3,-60],[-6,-8],[6,-73],[-2,-42],[-4,0],[7,-54],[10,-32],[3,24],[1,-35],[-2,-12],[-3,24],[1,-32],[3,-45],[6,-31],[10,-18],[10,-39],[0,9],[8,24],[3,41],[0,-48],[-3,-25],[2,-20],[-5,3],[5,-74],[34,40],[-6,-23],[-10,-14],[6,-19],[13,-67],[8,-16],[3,-18],[-4,-21],[14,6],[3,-6],[10,1],[8,-46],[10,-7],[3,14],[15,7],[14,14],[8,-8],[9,17],[4,-4],[3,31],[4,15],[0,45],[0,42],[3,49],[-6,34],[-31,33],[0,14],[4,-7],[7,9],[13,-19],[6,2],[1,-16],[13,0],[5,9],[2,33],[0,69],[3,28],[2,44],[-2,29],[5,44],[5,19],[6,40],[7,23],[3,39],[7,39],[-1,20],[4,21],[0,21],[7,28],[7,17],[6,0],[7,21],[6,1],[10,33],[1,-11],[-3,-31],[-8,-6],[-3,-24],[-13,-8],[-6,-19],[0,-26],[-4,-12],[-4,-53],[-3,-49],[-3,-14],[-6,-59],[0,-54],[0,-112],[-2,-43],[2,-7],[0,-41],[-4,-13],[-6,-52],[3,-26],[5,0],[-2,22],[4,3],[0,20],[6,-4],[3,23],[10,25],[4,-1],[12,20],[5,-8],[-7,-36],[-10,-6],[-14,-36],[-3,-28],[-6,-19],[-8,-51],[-10,-37],[1,-36],[6,-11],[9,8],[14,-8],[7,10],[1,-7],[6,16],[14,8],[3,-3],[6,17],[4,42],[3,49],[6,-24],[4,26],[4,-8],[-1,-28],[-4,-9],[-2,-42],[-10,-39],[-6,-9],[-2,-21],[-10,-27],[-6,-4],[-26,-49],[-7,1],[-10,-21],[-11,9],[1,-12],[-6,-19],[2,-15],[-6,-32],[2,-21],[-2,-142],[10,-27],[2,-23],[10,-10],[1,-27],[0,-38],[9,10],[4,-11],[5,4],[3,-18],[6,-3],[1,-25],[6,-18],[6,26],[14,14],[10,-6],[-1,40],[-10,-1],[11,49],[7,0],[7,18],[6,77],[3,72],[-3,6],[-1,62],[4,45],[-2,24],[8,91],[-2,8],[6,41],[1,41],[3,-18],[-3,-41],[0,-67],[-5,-51],[1,-37],[7,23],[4,1],[2,17],[6,1],[5,24],[0,-16],[-8,-45],[-6,-16],[-3,-31],[-4,0],[4,-81],[4,15],[9,6],[4,-11],[6,17],[4,21],[2,45],[4,42],[7,24],[7,-11],[3,-30],[-6,-65],[-11,-16],[-3,-29],[-8,-30],[-9,-3],[-4,-11],[-6,-52],[-1,-47],[2,-13],[8,6],[14,29],[13,37],[11,14],[3,-5],[10,22],[4,-10],[3,12],[10,15],[-1,22],[-5,99],[5,11],[5,51],[3,2],[-1,-33],[-6,-37],[6,-72],[-2,-100],[3,0],[-6,-75],[-5,-43],[-5,-58],[8,9],[11,26],[4,27],[10,22],[3,24],[19,61],[-2,-35],[-10,-19],[-1,-53],[-4,-6],[-9,-36],[-3,-34],[-7,-20],[0,-17],[-6,-12],[-4,-30],[-7,-12],[-12,-37],[-2,-41],[-5,-13],[-1,-25],[4,-9],[7,6]],[[2084,23506],[2,17],[5,17],[0,54],[-4,28],[1,33],[-1,55],[4,21],[-1,32],[4,-8],[6,22],[13,33],[35,72],[-3,5],[-5,-19],[-6,-1],[-7,36],[-4,1],[-2,20],[3,26],[6,16],[-2,12],[6,25],[3,-19],[10,-1],[11,7],[6,-12],[10,4],[13,-29],[14,-5],[14,25],[26,31],[13,20],[0,9],[-15,-18],[-5,1],[-13,-22],[-6,38],[9,-13],[11,9],[6,0],[1,34],[5,12],[0,-20],[14,-10],[7,6],[6,29],[11,3],[10,-8],[7,-49],[10,-12],[9,-43],[4,-5],[7,-31],[10,-30],[6,-33],[11,-13],[7,-29],[0,-15],[6,-6],[2,18],[8,0],[16,-16],[1,-43],[17,-38],[17,34],[5,-11],[5,15],[6,-4],[3,-13],[11,17],[6,-5],[7,51],[13,26],[3,45],[7,36],[10,24],[13,9],[-3,24],[7,42],[0,18],[3,48],[4,18],[-4,26],[7,58],[0,32],[-7,17],[4,42],[-7,11],[-3,34],[6,-29],[6,-9],[0,36],[4,-11],[-3,-21],[11,28],[9,10],[3,-6],[7,9],[13,38],[6,25],[35,30],[-20,-5],[-7,-9],[6,22],[4,-2],[0,17],[7,-12],[7,9],[6,-17],[20,7],[4,5],[5,25],[15,43],[2,33],[3,25],[-3,2],[3,45],[8,3],[7,28],[4,-2],[5,15],[17,-6],[1,-12],[-13,-4],[-18,-26],[-9,-19],[3,-4],[19,30],[15,14],[9,-4],[21,9],[10,17],[7,38],[6,15],[0,45],[3,18],[7,13],[16,4],[10,-18],[4,-27],[-4,-19],[-7,-11],[-13,-3],[-6,-22],[-8,17],[-6,-12],[0,-16],[-4,-14],[42,14],[15,-14],[10,4],[14,18],[0,24],[7,-21],[6,16],[10,-8],[5,21],[13,26],[9,14],[14,3],[4,12],[7,-2],[2,17],[-6,50],[-6,0],[-1,33],[3,0],[1,28],[-1,63],[-6,17],[-7,50],[-4,48],[-9,55],[-11,35],[-9,4],[-17,-34],[-4,-17],[-23,-24],[-26,-6],[-5,8],[-42,40],[-18,35],[1,-11],[19,-45],[7,-11],[20,-19],[16,-4],[0,-21],[-6,-17],[-14,-3],[-25,33],[-4,20],[-1,-17],[-3,30],[-13,48],[-3,39],[-4,-28],[-3,-1],[0,23],[6,36],[-9,28],[0,20],[-4,5],[-3,24],[-4,-3],[-7,17],[-12,44],[-7,50],[-4,72],[6,61],[4,1],[-2,29],[6,25],[-1,12],[-13,3],[-9,13],[-7,46],[-1,38],[-16,-35],[-7,0],[-7,-11],[-3,-18],[6,-32],[-3,-34],[-7,-33],[5,-12],[9,7],[4,-54],[-1,-66],[-6,10],[-10,-34],[0,-38],[-4,-28],[-3,-31],[-7,-18],[0,-22],[-12,-17],[-1,-25],[-13,-44],[-7,4],[-4,16],[14,65],[4,9],[13,55],[16,120],[4,44],[-1,10],[-6,-56],[-10,-93],[-6,-33],[-34,-133],[-10,-4],[-6,-19],[-11,-53],[-14,-20],[8,5],[-1,-35],[-19,25],[0,21],[-11,-15],[-3,6],[-16,-25],[7,-44],[-1,29],[4,7],[5,-37],[-6,1],[3,-30],[4,-21],[-4,-66],[-3,-61],[-6,-18],[-16,-24],[-9,-50],[-2,-21],[-14,-33],[-3,-13],[-16,-57],[-7,-17],[-13,-17],[-11,-65],[-6,13],[-8,10],[-9,-27],[2,-34],[-6,-7],[0,27],[-9,-21],[-20,0],[-8,-28],[-3,-24],[-4,-8],[-2,-37],[-4,-26],[-10,34],[-1,-22],[-3,39],[-3,-6],[3,-23],[-5,-1],[-1,33],[-17,8],[-3,-11],[-9,11],[-5,-5],[-10,27],[38,-5],[27,24],[20,38],[26,42],[37,70],[6,-6],[1,13],[20,68],[6,0],[1,24],[22,79],[11,79],[6,54],[4,15],[0,35],[1,16],[2,51],[-3,18],[-3,-12],[4,-13],[0,-31],[-7,-78],[-8,-71],[-9,-51],[-17,-74],[-24,-71],[-13,-34],[-57,-110],[-48,-62],[-39,-5],[-11,9],[-10,31],[-3,13],[-23,27],[-10,28],[-1,38],[2,19],[-4,10],[-7,40],[1,17],[-10,-3],[-5,11],[-19,62],[-7,0],[-6,-32],[-7,-20],[-11,22],[-3,-6],[-1,-39],[-3,-27],[-3,23],[-6,-2],[-3,-17],[-4,3],[-18,-41],[-3,-16],[-9,-1],[-6,-66],[-4,-28],[-6,-10],[-1,-29],[-7,-52],[0,-55],[-4,-30],[-3,-45],[3,-22],[-2,-33],[3,-32],[-3,-88],[3,-19],[0,-58],[4,-30],[5,3],[2,-60],[0,-46],[12,-24],[3,-33],[0,-34],[-5,-49],[0,-35],[8,-57],[1,-32],[-3,-58],[-1,-75],[13,4],[5,-16],[3,15]],[[12108,37322],[-3,4],[6,33],[-9,-11],[10,27],[9,-4],[4,13],[-3,17],[0,37],[-9,14],[-11,-17],[-11,-30],[0,16],[-6,1],[-6,22],[0,9]],[[12079,37453],[-10,-6],[12,22],[12,-19],[6,20],[9,15],[0,12],[7,-5],[1,32],[-4,14],[3,8],[6,-20],[-2,-57],[13,-15],[6,-24],[0,-17],[4,-19],[0,-65],[4,-4],[0,-29],[16,-27],[0,-39],[4,24],[4,-25],[8,-3],[-5,-14],[3,-31],[-7,-45],[11,-15],[2,-12],[6,-4],[5,23],[7,11],[6,22]],[[12206,37161],[-3,18],[3,15],[4,-7],[6,40],[7,-16],[14,6],[8,13],[7,-5],[11,4],[4,-6],[7,19],[2,22],[-13,16],[13,4],[3,11],[13,1],[17,24],[8,58],[2,39],[4,60],[-6,5],[0,46],[5,4],[0,36],[-2,32],[-4,-5],[-4,33],[-10,25],[-2,14],[9,49],[8,32],[-11,-27],[-3,-20],[-13,-51],[-4,3],[-10,-34],[-7,-10],[-15,-47],[-17,-35],[0,28],[8,15],[2,17],[6,14],[2,48],[8,29],[17,16],[0,17],[6,22],[1,-5],[3,25],[0,19],[10,2],[2,12],[-6,14],[8,7],[8,23],[2,23],[-11,11],[-11,44],[-10,-3],[-2,13],[-6,-19],[-7,12],[-14,-4],[-10,13],[-7,-9],[-16,-50],[-10,-17],[-4,-17],[-16,-74],[-14,-34],[-16,-19],[-4,-24],[-10,-38],[-13,-5],[-10,-22],[-5,-24],[-19,-32],[-4,-17],[-9,-10],[-11,-41],[-6,-26],[-14,-34],[-6,-8],[2,15],[15,44],[9,42],[-2,52],[6,-12],[6,34],[4,-27],[0,17],[7,11],[2,31],[4,-27],[18,37],[5,27],[8,4],[7,23],[-17,24],[-7,15],[2,15],[8,-7],[16,-33],[0,16],[7,1],[0,15],[6,8],[-10,38],[-12,21],[3,14],[10,-13],[-1,-4],[11,-28],[22,31],[2,31],[13,26],[2,22],[-3,10],[1,17],[-4,7],[-10,0],[-4,11],[10,5],[8,-16],[4,3],[9,33],[1,25],[-4,9],[-18,5],[-12,7],[-1,12],[10,3],[11,-11],[3,24],[9,-19],[10,-13],[7,-1],[8,21],[3,12],[1,49],[3,-1],[5,-47],[5,-16],[9,-12],[10,16],[4,-63],[9,22],[7,-9],[7,24],[6,-15],[7,-30],[7,8],[3,-9],[6,48],[0,78],[4,18],[0,19],[-4,28],[5,30],[-11,-18],[14,50],[2,22],[4,32],[4,54],[1,82],[-4,30],[2,30],[4,50],[6,23],[-5,-5],[2,31],[-3,16],[-10,-54],[-3,23],[-10,-44],[-4,-21],[-12,-40],[-4,2],[10,47],[7,24],[12,48],[7,47],[-9,13],[-20,-8],[-14,20],[-3,-15],[-16,-12],[-9,-59],[-5,-9],[-10,-33],[-1,-18],[-4,-6],[-5,-24],[-20,-51],[-3,-17],[-8,-24],[-9,-30],[-11,-19],[-6,-27],[-16,-41],[-11,-41],[-7,-11],[1,-11],[-7,-16],[-15,-69],[-9,-14],[-14,-45],[-19,-52],[-8,-18],[-6,-24],[-6,-2],[-3,27],[10,10],[10,46],[3,-6],[10,36],[0,28],[-7,-25],[-3,5],[3,33],[10,23],[3,19],[-3,6],[-4,-20],[-7,39],[-16,38],[3,17],[11,-29],[16,-3],[3,18],[6,20],[-2,23],[-3,15],[3,8],[4,-18],[10,18],[13,42],[6,15],[1,23],[-7,32],[-8,-24],[-6,7],[-1,22],[-8,9],[-4,36],[9,-12],[8,-33],[7,27],[9,11],[0,41],[-9,20],[2,13],[7,4],[0,36],[4,16],[0,30],[-3,50],[-14,18],[-13,-22],[6,25],[7,13],[3,17],[-7,28],[0,12],[-6,8],[-10,-4],[4,26],[5,13],[-3,19],[-3,-13],[-6,10],[0,21],[-4,11],[-7,-20],[-2,12],[-5,-7],[1,-18],[-6,-12],[-10,2],[-11,-14],[-3,-67],[-4,11],[-4,-36],[-3,-3],[-6,-32],[-14,-28],[1,-23],[-13,-70],[-3,-28],[3,0],[-1,-19],[4,1],[7,28],[7,8],[11,42],[7,41],[10,22],[12,44],[-4,-57],[-10,-12],[-4,-26],[-2,0],[-9,-57],[0,-21],[-8,5],[-7,-22],[9,-27],[1,-27],[-8,29],[-3,18],[-6,-12],[-1,-14],[11,-49],[6,-6],[7,21],[-3,-35],[2,-8],[-8,-25],[-8,6],[-9,-19],[15,40],[-15,59],[-7,-14],[-8,-60],[0,-25],[-3,11],[-5,-36],[2,-25],[3,14],[5,-39],[3,7],[-1,-35],[-9,43],[0,-37],[-4,-17],[3,-32],[-4,7],[-3,28],[-2,36],[3,32],[-6,-3],[-10,-51],[3,-21],[-3,-36],[8,27],[2,-62],[5,0],[-5,-21],[-7,-20],[10,-11],[-1,-17],[-9,18],[-3,-2],[-5,-34],[-3,-42],[-6,16],[0,-43],[3,-28],[-1,-28],[-5,61],[-4,6],[-4,-32],[1,-25],[6,-28],[-7,20],[-3,23],[-7,-2],[-3,15],[-4,-53]],[[11934,37885],[-9,-33],[-4,-5],[0,-56],[-4,2],[0,-31],[-5,10],[-1,32],[-9,8],[3,-35],[-3,-20],[6,-29],[0,-22],[6,-46],[3,-43],[5,-29],[9,15],[14,49],[1,-18],[-19,-55],[-6,-9],[-2,-33],[-2,-20],[1,-47],[6,-58],[8,40],[9,23],[6,36],[8,42],[7,24],[17,90],[13,59],[6,6],[7,33],[8,21],[2,-10],[-16,-53],[-5,-11],[-12,-62],[0,-22],[-4,-8],[-7,-34],[-5,-37],[-12,-45],[0,-25],[-15,-53],[-4,-31],[-6,-26],[-1,-26],[-9,-38],[-7,-8],[-7,-29],[-4,-32],[-1,-46],[-5,-31],[6,-11],[6,-25],[8,-7],[3,-20],[7,26],[4,29],[10,19],[2,29],[5,5],[-5,-48],[-4,-16],[0,-27],[9,-12],[-11,-18],[-3,4],[-1,-30],[-9,-44],[0,-31],[-3,-24],[2,-25],[6,5],[1,23],[14,-29],[3,58],[3,5],[6,37],[1,49],[4,-3],[6,29],[1,46],[-2,49],[5,42],[10,16],[6,-1],[6,24],[1,-19],[-18,-42],[-6,-25],[0,-40],[6,-37],[-5,-30],[-2,-44],[-3,-6],[7,-50],[11,-40],[-7,-9],[7,-12],[12,13],[7,2],[10,46],[8,26],[13,17],[-4,-26],[1,-49],[6,-17],[10,-55],[10,-13],[11,-39],[0,-22],[10,-24],[6,15],[1,28],[6,2],[6,61],[6,19],[10,17],[10,-14],[8,44],[7,14],[0,-20],[4,11],[2,24],[4,6],[0,34],[6,-19],[10,39],[-6,34],[-3,0],[0,57],[-4,61],[-7,21],[-6,-7],[-3,58],[-5,22],[-3,22],[-26,-22],[-1,9],[-19,0],[2,24],[5,14],[3,21],[4,-17],[-1,-18],[7,-17],[9,11]],[[3618,31882],[10,29],[-3,52],[5,19],[-2,19],[6,30],[0,19],[10,33],[-7,30],[0,18],[18,8],[6,9],[23,-17],[1,-31],[10,-16],[6,18],[13,7],[1,17],[10,-4],[-3,12],[6,24],[9,12],[-8,0],[5,10],[7,-1],[10,25],[-4,26],[5,29],[-4,16],[-1,22],[-8,4],[-1,12],[0,33],[4,19],[5,-2],[-2,25],[6,20],[-2,21],[-7,25],[-1,40],[-3,13],[3,25],[10,-3],[1,22],[-4,22],[7,32],[-3,35],[3,17],[-10,54],[0,19],[-7,31],[9,-8],[4,8],[0,59],[14,29],[-6,50],[0,22],[9,39],[-4,10],[4,6],[6,-8],[0,-14],[4,-16],[4,11],[6,-6],[-3,29],[-8,27],[1,38],[4,4],[2,21],[-6,50],[-7,-13],[-3,18],[-9,-2],[-8,10],[-6,20],[-4,0],[-3,-26],[-3,0],[0,-28],[-7,-3],[-3,24],[7,-9],[-7,28],[-10,14],[-7,-4],[-10,37],[-7,5],[1,17],[-4,-7],[0,-15],[-11,-3],[-9,-40],[-4,-8],[-4,22],[1,10],[4,-17],[5,8],[4,33],[-17,24],[-16,46],[-10,41],[-7,-1],[3,-10],[1,-39],[-8,-5],[-9,-32],[0,28],[-8,-7],[-5,19],[-4,-24],[-3,38],[-6,-20],[-1,29],[0,21],[10,11],[3,22],[13,-5],[7,-16],[8,13],[6,31],[0,29],[4,9],[5,37],[-3,30],[-17,17],[-12,3],[-4,-36],[1,-2],[-2,-32],[-16,-70],[-14,-33],[-6,0],[-4,-34],[-6,-22],[-14,-21],[-12,6],[-1,12],[-9,7],[0,-23],[-7,17],[-14,3],[-10,-5],[-7,-25],[0,-19],[-9,-27],[-14,-26],[-10,0],[-4,-30],[-22,-83],[-3,-20],[-8,-26],[-9,-17],[-8,-25],[-6,-4],[-6,-21],[2,-11],[-12,2],[2,-26],[-6,0],[0,20],[-8,3],[-2,-36],[-7,48],[-7,-12],[-2,-27],[-14,-42],[-10,-52],[-7,-39],[0,-25],[-7,23],[-9,-3],[-8,-12],[0,-21],[1,-36],[-1,-30],[0,-37],[-6,-58],[-11,-56],[-4,-48],[-8,-28],[-4,-6],[0,-25],[9,26],[7,-2],[8,-43],[9,-12],[6,-18],[8,0],[6,12],[-3,21],[9,5],[1,-25],[4,-13],[15,3],[5,27],[13,-30],[7,29],[16,18],[10,-18],[11,-4],[3,9],[0,37],[3,5],[10,-6],[4,-20],[6,30],[7,-38],[7,-16],[3,-29],[-4,-37],[1,-5],[-7,-33],[6,-41],[7,-15],[0,25],[6,11],[-5,-42],[6,-27],[6,15],[0,-26],[5,9],[2,17],[4,-47],[9,7],[1,-31],[6,4],[10,25],[-3,23],[7,-6],[7,-30],[-4,-67],[7,-25],[7,-7],[12,-56],[-3,47],[4,-8],[0,-28],[13,16],[7,21],[7,29],[-6,12],[-2,33],[4,-1],[7,-20],[8,-47],[6,1],[6,-30],[8,-14],[9,-6],[4,28],[2,-31],[11,-6],[-3,21],[-7,10],[-1,56],[1,15],[3,-62],[4,-13],[3,8],[4,-9],[6,11],[3,-27],[0,-24],[-4,-18],[-5,30],[3,-83]],[[12327,36654],[-1,14],[4,49],[6,-4],[-2,-46],[-5,-68],[1,-7],[4,58],[7,24],[2,-4],[11,44],[0,54],[7,38],[6,15],[0,27],[9,67],[5,6],[-1,78],[3,42],[-2,14],[5,19],[14,-5],[9,-25],[12,1],[-1,-43],[4,3],[10,32],[12,10],[5,-7],[12,15],[12,42],[9,9],[0,34],[10,57],[0,-24],[-8,-42],[0,-19],[7,-23],[8,4],[3,-14],[10,-1],[7,-21],[9,26],[-2,26],[3,32],[-6,11],[-11,1],[7,17],[7,45],[-1,40],[10,45],[7,47],[7,37],[3,49],[-4,17],[3,32],[7,22],[8,62],[6,13],[1,21],[6,53],[-3,6],[6,56],[0,20],[13,47],[3,42],[4,24],[-2,45],[3,66],[4,9],[-2,23],[4,26],[-4,31],[0,44],[2,31],[6,50],[9,51],[4,4],[3,53],[0,66],[-2,23],[-7,-19],[-5,-61],[1,-32],[-14,-81],[-2,-14],[-5,-14],[-3,-27],[-7,-29],[-5,-43],[-2,-7],[-2,-65],[-6,-36],[3,-51],[-4,-30],[-1,-37],[-6,-12],[-13,-50],[2,-13],[-3,-29],[-6,-8],[0,-38],[-6,-69],[2,-20],[-5,-31],[-1,-34],[-6,-29],[-4,-53],[-4,-16],[-9,-59],[9,32],[14,68],[1,-17],[-8,-41],[-3,-25],[-4,-17],[-5,-34],[-5,-21],[-2,-25],[-4,-14],[-3,8],[-13,-70],[2,49],[11,66],[0,25],[3,26],[-13,-26],[-7,-21],[0,18],[4,3],[23,109],[2,39],[-5,0],[-7,-25],[-7,-12],[-7,-24],[-6,11],[7,32],[7,91],[6,42],[-1,49],[-5,61],[-4,24],[0,53],[3,12],[3,-11],[3,-54],[8,-42],[7,29],[0,19],[12,102],[10,67],[0,25],[8,79],[6,28],[10,42],[-3,3],[6,42],[-7,4],[-6,29],[3,30],[3,-17],[7,-8],[11,4],[7,29],[-7,11],[6,8],[4,-10],[7,32],[5,32],[-3,77],[1,44],[5,51],[9,45],[9,98],[-7,-23],[0,17],[-4,-52],[-3,-9],[-10,-88],[-3,31],[4,-6],[7,73],[-4,-3],[3,24],[-3,24],[-3,-33],[-7,20],[-10,-42],[-8,-7],[-5,13],[-4,-13],[-6,-34],[-7,17],[7,32],[7,19],[-4,15],[-10,7],[0,19],[5,-3],[15,9],[10,-6],[9,33],[-3,40],[-6,18],[0,22],[6,-2],[8,-38],[5,1],[1,40],[6,-2],[-4,-49],[2,-18],[6,59],[2,50],[5,35],[0,31],[-4,21],[-6,12],[-13,42],[-4,48],[-6,5],[-8,-46],[-11,-13],[-1,-23],[-5,-18],[-2,-48],[-4,-2],[3,26],[-1,67],[-5,16],[-1,-28],[3,-25],[-7,-23],[-3,-32],[-5,1],[0,-14],[-5,-31],[-6,-10],[-3,24],[7,42],[5,10],[1,44],[-7,1],[4,22],[6,1],[0,32],[-6,25],[11,-2],[5,24],[1,23],[3,3],[-3,68],[-4,18],[0,-48],[-7,0],[-2,42],[2,29],[-2,48],[-11,52],[-10,31],[-1,-29],[-8,-4],[-5,19],[1,-32],[-1,-112],[-5,-16],[0,62],[-2,28],[4,3],[-2,35],[0,70],[6,28],[-7,20],[-13,-54],[-1,11],[4,17],[3,53],[-6,-2],[-11,-18],[0,28],[-6,12],[11,48],[-18,58],[-6,6],[-7,26],[0,24],[-6,-2],[2,20],[-4,-1],[-3,-20],[-5,-4],[0,-37],[-8,70],[1,-33],[-7,-3],[-6,54],[-1,-36],[3,-28],[-4,-66],[-2,-33],[-3,-33],[2,-29],[4,-7],[-6,-22],[3,-21],[7,-22],[2,-32],[-6,5],[-6,-15],[0,-27],[-4,-80],[4,-41],[6,25],[7,22],[7,9],[3,-16],[6,6],[0,-26],[-14,-18],[-8,-38],[-1,-22],[6,-12],[8,-58],[16,-26],[6,-3],[11,28],[2,-7],[-12,-32],[-3,-13],[-4,8],[-1,-19],[4,-22],[-9,15],[-10,2],[-4,-10],[0,-29],[4,-50],[-4,-49],[13,-12],[3,23],[-3,11],[10,31],[16,18],[8,-13],[6,47],[7,28],[13,1],[-2,-21],[-12,-23],[-5,-37],[17,-31],[-5,-17],[-19,40],[-3,-11],[-8,3],[-10,-41],[-5,-42],[-12,-74],[1,-26],[-10,-17],[-6,-77],[17,70],[8,45],[1,-8],[0,-37],[-3,0],[-4,-51],[6,-17],[0,18],[4,-12],[-4,-26],[-6,-10],[16,-37],[1,10],[-10,25],[7,9],[6,-41],[4,4],[2,26],[10,-29],[9,-10],[2,-21],[-7,1],[0,-17],[-3,11],[-6,-2],[-4,15],[-13,5],[-8,21],[-15,51],[-5,16],[-6,-39],[1,-27],[-3,-58],[-18,-110],[-4,-94],[-3,-51],[1,-10],[-3,-35],[-4,-12],[-3,-33],[2,-66],[-2,-11],[7,-51],[-4,-26],[4,-80],[-4,-36],[0,-31],[-1,-39],[-7,-91],[-2,-46],[3,-4],[-7,-50],[0,-22],[4,-13],[-4,-50],[-9,-59],[-1,-62],[4,-9],[-1,-25],[4,4],[1,-28],[2,15],[4,-73],[0,-61],[-1,-18],[0,-38],[10,-26],[-5,-34],[-4,9],[0,26],[-4,21],[0,107],[-3,44],[-6,-28],[-7,-94],[-5,-22],[-2,-32],[-10,-20],[-3,-27],[-1,-25],[-4,-32],[1,-16],[7,-12],[4,-41],[-2,-7],[-10,26],[-3,-17],[-5,-65],[0,-37],[-2,-13],[1,-65],[-4,-44],[-2,-36],[5,-88],[9,52],[1,29],[5,56]],[[12284,40165],[6,0],[10,-30],[-4,-19],[-6,-38],[-1,28],[-15,73],[-7,12],[-7,65],[-20,40],[-4,-32],[1,-13],[9,-12],[0,-15],[6,24],[1,-9],[-6,-17],[-7,-40],[6,-43],[8,-3],[13,-58],[6,-13],[1,-40],[18,-30],[-16,3],[-6,26],[-7,49],[-3,8],[-8,40],[0,-51],[-3,-16],[0,-56],[7,-32],[11,19],[3,-18],[-4,2],[-6,-16],[6,-30],[-7,26],[-12,30],[-2,-20],[1,-43],[-3,45],[0,34],[-6,13],[-1,17],[-9,32],[-10,16],[-4,-1],[0,-37],[-10,-18],[-3,-20],[9,-7],[0,-26],[-9,26],[-5,-8],[-2,-38],[3,-4],[-3,-17],[-1,-29],[3,-4],[-2,-58],[7,5],[7,26],[3,-13],[-5,-14],[-2,-28],[4,6],[3,27],[2,-25],[4,30],[-1,20],[-6,18],[-6,32],[4,9],[5,-36],[3,8],[7,-39],[10,-10],[3,-19],[7,-9],[4,-20],[17,-36],[-4,-5],[-12,29],[-15,18],[-7,27],[-8,7],[-12,-69],[-5,-42],[-10,-8],[-2,-19],[5,4],[3,-31],[-3,-10],[6,-33],[3,9],[7,-3],[4,16],[0,-16],[6,18],[4,34],[9,24],[7,-6],[-10,-19],[-9,-38],[-7,-25],[7,-8],[7,-36],[-7,11],[-4,-20],[11,-6],[8,-37],[5,5],[9,32],[7,68],[7,-11],[-7,-17],[-3,-33],[3,-10],[-13,-42],[0,-12],[-7,-10],[-7,30],[-2,-12],[-7,3],[0,-19],[-8,-3],[-9,-16],[-7,-33],[-3,-33],[-5,-31],[0,-17],[4,-41],[4,-9],[-1,-40],[12,-34],[13,7],[3,-19],[-7,-22],[-6,5],[-7,-20],[-3,7],[3,31],[-10,20],[-4,38],[-6,-22],[-1,-34],[5,-42],[9,-23],[0,-63],[6,-29],[1,-35],[-6,18],[-14,-5],[-3,9],[-7,-4],[-4,-15],[-9,5],[-11,35],[-6,0],[-1,-28],[-12,-87],[16,19],[-7,-25],[-13,-30],[-6,-34],[-8,-30],[-3,-29],[-3,-7],[2,-38],[4,12],[3,-15],[14,2],[13,17],[8,-2],[5,11],[10,6],[-2,-20],[-7,-6],[-3,-11],[-11,-13],[-6,-15],[-4,-33],[-3,33],[-6,-8],[7,-42],[10,-16],[5,-20],[0,-22],[-5,-5],[2,-16],[8,-7],[0,-79],[-4,-50],[7,-1],[14,-66],[9,-37],[6,-15],[1,12],[10,-6],[7,17],[3,21],[6,9],[4,44],[4,20],[-4,33],[-17,35],[-14,51],[7,44],[6,-56],[7,-31],[13,-18],[5,16],[-7,14],[4,12],[12,-23],[-3,-13],[10,-21],[4,3],[9,48],[6,15],[-15,40],[-3,55],[3,-7],[3,-34],[13,-23],[3,14],[7,6],[8,22],[8,10],[-2,26],[10,6],[2,15],[4,3],[4,-49],[9,-10],[11,8],[7,-6],[10,29],[9,-7],[-3,20],[3,20],[-3,16],[4,29],[3,57],[4,16],[-3,43],[0,47],[-4,11],[-4,-22],[1,-16],[-10,-19],[-5,-39],[-6,-20],[-7,-44],[-6,-24],[-3,10],[16,78],[-1,19],[-9,-27],[-10,-4],[-10,-16],[-16,20],[2,13],[10,-13],[11,5],[-3,21],[9,-10],[7,16],[0,10],[-7,18],[-10,59],[0,48],[3,11],[3,-15],[0,-61],[4,-6],[4,-25],[6,26],[0,51],[6,30],[15,-21],[5,25],[1,26],[-10,7],[-3,11],[13,-6],[0,38],[-7,-4],[-2,14],[8,22],[2,29],[5,0],[0,17],[4,17],[1,32],[-8,16],[-5,43],[1,8],[8,-46],[1,17],[-4,12],[0,22],[10,-25],[-4,20],[6,21],[-2,20],[4,34],[-7,19],[-1,-13],[-9,19],[13,20],[6,-12],[4,66],[-4,0],[6,21],[-6,21],[7,9],[0,22],[3,24],[-2,52],[-4,21],[0,12],[6,-2],[1,19],[-4,18],[6,4],[1,43],[2,11],[-9,2],[4,22],[7,2],[2,23],[0,44],[-2,2],[2,20],[-2,24],[2,17],[-4,0],[-16,-27],[-3,-17],[-6,2],[7,22],[6,3],[6,24],[13,18],[-2,16],[6,15],[0,31],[3,24],[1,48],[-13,-2],[-5,-18],[-6,-3],[3,18],[6,12],[7,3],[8,13],[3,50],[3,17],[-9,8],[3,8],[7,-4],[0,46],[2,61],[3,27],[-5,25],[6,35],[-4,17],[0,31],[1,15],[-1,40],[0,68],[-2,36],[-1,1],[-3,-32],[-6,-134],[-2,-30],[2,96],[-1,96],[-6,-13],[-13,-11],[-5,24],[8,-11],[13,13],[6,24],[-2,20],[3,8],[0,44],[6,29],[-3,89],[-18,-13],[-8,0],[-1,11],[26,12],[3,8],[2,52],[-17,41],[-5,-10],[-3,25],[4,-7],[13,-3],[8,-17],[0,58],[-2,21],[-11,57],[-7,12],[-11,44],[-1,25],[20,-73],[8,-23],[3,6],[1,34],[-1,25],[-11,18],[4,7],[4,-11],[-7,32],[0,40],[-1,33],[10,-52],[4,13],[1,18],[-7,23],[-3,68],[3,22],[-6,88],[-3,-33],[-7,3],[0,-16],[5,-22],[2,-32],[-5,-22],[3,-29],[-7,13],[-5,30],[-11,-11],[-3,-17],[7,-14],[-10,0],[-4,-17],[4,-16],[4,-57],[3,6],[-1,-25],[-9,39],[-3,18],[-4,-23],[6,-8],[-10,-33],[1,-23],[10,-43],[0,-26],[-11,64],[4,-59],[6,-24],[-6,-5],[7,-41],[2,-41],[-2,-13],[-3,44],[-4,15],[0,41],[-4,34],[-6,-5],[3,-27],[3,-8],[-3,-26],[-3,17],[-3,78],[-2,-1],[-5,-24],[2,-51],[3,-1],[-2,-32],[-4,22],[-3,-19],[0,-27],[3,-33],[-3,-12],[-2,43],[-7,-9],[3,-59],[-3,-23],[9,-39],[6,-18],[-2,-18],[-6,23],[-7,43],[-4,10],[-3,-20],[2,-13],[-7,-52],[2,-27],[3,12],[7,-2],[2,-19],[-12,0],[3,-62],[-7,82],[-3,-29],[-5,-38],[2,-36],[-1,-39],[-4,15],[-6,-15],[0,-21],[4,-26],[9,33],[-3,-36],[-10,-31],[4,-26],[7,-31],[5,37],[4,24],[3,-24],[-4,-9],[-5,-31],[6,22],[0,-15],[7,5],[4,40],[2,-21],[-7,-31],[1,-8],[11,-77],[5,-12],[4,9],[-3,-34],[6,-73],[14,-100],[-6,20],[-11,79],[-3,28],[-4,34],[-7,65],[-9,35],[-4,-30],[-6,-10],[5,-81],[2,-28],[2,-50],[7,-5],[-9,-16],[-4,73],[-3,59],[-7,67],[-7,33],[-6,6],[-7,19],[-3,-1],[-4,-35],[0,-55],[2,-14],[-8,-3],[3,-24],[0,-39],[7,-32],[6,-45],[10,-9],[6,-14],[-5,-19]],[[4284,43665],[10,11],[19,4],[-2,10],[6,13],[10,1],[6,20],[1,-34],[-10,-2],[3,-10],[17,-8],[4,-8],[7,15],[15,8],[4,25],[-9,-19],[-11,-4],[-3,-11],[-4,17],[0,27],[4,26],[7,16],[3,20],[9,27],[4,26],[9,68],[0,21],[4,33],[0,32],[-2,19],[-2,57],[2,36],[9,31],[0,66],[13,76],[18,1],[6,-10],[7,5],[9,-39],[4,19],[7,7],[4,34],[6,25],[4,35],[0,56],[6,5],[6,-14],[1,42],[-4,16],[-9,2],[-7,-12],[-10,4],[7,-34],[5,0],[0,-27],[-5,6],[-11,-12],[-7,0],[-3,10],[-3,31],[-3,5],[-1,-34],[-9,-12],[3,-25],[-7,18],[0,16],[-13,-53],[0,-46],[-8,-16],[-7,11],[-15,63],[7,47],[-4,75],[-14,-3],[-9,12],[0,27],[-14,15],[-4,-1],[-5,34],[2,30],[-6,-32],[-11,-13],[-9,-15],[-27,-16],[-13,0],[-7,8],[-13,-3],[-14,8],[-7,-4],[-34,22],[-26,43],[-13,25],[-10,28],[-10,52],[-10,30],[-1,33],[3,20],[-5,6],[2,36],[-4,40],[-19,67],[-10,24],[-13,10],[-5,-1],[-12,17],[-10,8],[-11,23],[-9,-6],[-7,-13],[-13,13],[-17,-18],[-7,-24],[-4,-5],[-2,-28],[-7,-25],[0,-45],[-8,-15],[-5,-23],[5,-10],[-2,-34],[-7,-29],[-3,-22],[2,-69],[-2,-26],[3,-38],[4,-13],[12,-12],[5,-36],[8,-1],[8,-32],[12,10],[8,-21],[6,-23],[17,-158],[6,-32],[1,-51],[10,-51],[7,-88],[0,-52],[3,-26],[10,-13],[0,-21],[8,-35],[6,3],[9,-24],[6,7],[11,28],[7,44],[24,-21],[0,19],[6,-18],[3,4],[4,29],[-3,-61],[-17,29],[3,-15],[17,-31],[12,-46],[4,-25],[1,7],[7,-29],[3,22],[3,-7],[13,-1],[8,-10],[9,-21],[10,-36],[20,-86],[10,4],[11,-14],[10,-22],[3,5]],[[12610,39387],[17,30],[28,18],[6,23],[7,12],[14,11],[9,-6],[7,28],[9,7],[4,17],[10,-1],[4,17],[20,39],[9,2],[5,-12],[5,3],[-6,26],[7,8],[0,17],[-6,-4],[6,21],[3,-9],[1,34],[3,32],[0,37],[4,23],[5,6],[2,-32],[-8,-61],[-7,-81],[3,-26],[13,15],[9,3],[8,-8],[27,9],[15,87],[2,24],[8,10],[9,47],[4,76],[0,14],[6,22],[0,35],[3,47],[-5,12],[-4,28],[-7,12],[-9,-58],[-7,-3],[12,33],[1,36],[4,20],[0,63],[5,43],[4,22],[1,117],[6,42],[-7,81],[-13,49],[-5,-2],[-8,-28],[-1,-33],[-17,-79],[-9,-29],[-11,-50],[-6,-49],[2,-10],[-8,-44],[-1,-17],[6,-13],[-6,-3],[0,-18],[-9,-75],[-4,-3],[0,45],[-10,-177],[-6,-1],[2,41],[4,-13],[3,41],[0,59],[3,24],[-1,18],[-5,-9],[0,-28],[-4,-5],[-7,-53],[-4,16],[9,59],[3,41],[-4,13],[2,20],[-3,16],[7,30],[0,28],[4,18],[11,-10],[1,-27],[2,-8],[2,27],[8,67],[-3,29],[-2,8],[1,38],[-8,2],[2,69],[6,-29],[4,5],[13,45],[-4,-22],[10,4],[11,39],[3,33],[-6,10],[-14,-50],[-4,14],[11,44],[7,13],[3,26],[6,79],[0,32],[-4,-16],[-10,-2],[-2,26],[7,10],[-5,18],[1,26],[4,4],[-7,35],[0,18],[-13,37],[-17,-23],[5,-9],[-7,-25],[-6,17],[-7,-24],[-6,28],[-7,-11],[-3,-39],[-7,-16],[-10,10],[-4,-21],[1,54],[-3,14],[4,21],[0,14],[-18,12],[-4,25],[-15,-1],[-10,5],[-15,-6],[-3,-22],[1,-22],[-3,-62],[2,-14],[-2,-60],[0,-34],[3,-19],[4,-32],[-4,1],[-5,-26],[-5,2],[9,-28],[3,2],[4,-27],[-6,0],[3,-15],[-7,-8],[1,-27],[-2,-35],[-5,2],[-4,-80],[-3,-12],[4,-12],[-2,-17],[5,-18],[-1,-17],[6,-34],[-6,14],[1,-64],[3,-14],[-6,-11],[6,-18],[-7,-30],[4,-21],[9,-2],[0,-9],[-7,-19],[3,-10],[-5,-28],[3,-14],[-1,-34],[1,-14],[-7,11],[4,33],[-5,24],[-15,37],[-1,-13],[4,-32],[-8,15],[-13,-31],[1,-25],[6,0],[-7,-20],[-4,0],[-3,20],[-2,-9],[3,-23],[-1,-21],[-5,26],[-7,-55],[3,-11],[-3,-23],[6,1],[6,48],[10,-3],[3,9],[8,-24],[0,14],[7,4],[0,-16],[10,-5],[-4,-13],[-20,-5],[-7,-13],[0,-8],[-6,-30],[-6,-8],[-3,-43],[-11,-52],[-7,-15],[-3,-31],[-6,-20],[-7,-17],[0,-14],[-11,-32],[6,-8],[2,-30],[-2,-12],[0,-28],[7,-22],[14,1],[9,-27],[2,-18],[8,-4]],[[3480,45756],[7,12],[9,48],[1,50],[-7,9],[-1,24],[-6,35],[1,15],[-4,8],[7,6],[3,32],[-6,29],[7,17],[6,-27],[4,6],[-3,50],[-8,45],[7,5],[9,-49],[4,-18],[3,-26],[4,2],[13,-50],[4,-3],[2,33],[2,-46],[3,-10],[-1,-23],[1,-48],[7,3],[-1,-46],[6,-38],[7,-36],[4,20],[-1,44],[-6,36],[4,27],[3,-9],[6,5],[7,-37],[4,3],[3,-37],[7,22],[0,49],[3,11],[-3,44],[6,-5],[1,-37],[9,19],[-4,13],[0,41],[-9,7],[3,36],[-4,11],[-19,13],[-3,-9],[-4,-34],[-3,25],[0,40],[-7,25],[-3,27],[-11,10],[7,36],[-19,41],[-13,-6],[-8,10],[1,13],[7,-9],[10,16],[-12,47],[-10,9],[-3,12],[-10,7],[17,6],[-3,20],[-10,18],[-3,31],[6,-20],[1,12],[12,-19],[1,21],[-4,33],[4,-14],[4,-34],[-1,-21],[7,-14],[6,23],[-3,41],[4,-28],[2,-60],[14,-44],[4,21],[-1,32],[11,-3],[-4,-25],[3,-45],[7,-27],[4,7],[3,33],[0,35],[-3,39],[6,-10],[7,5],[4,21],[2,41],[-6,5],[1,22],[-8,9],[-2,18],[-4,-10],[-4,-27],[-2,7],[2,30],[-6,15],[-1,-39],[-3,6],[0,25],[-7,-15],[-3,9],[3,19],[0,22],[-7,-19],[1,19],[-7,33],[-6,-25],[-3,12],[-7,-20],[3,36],[-3,6],[-7,-31],[-4,-7],[4,37],[-7,16],[3,19],[6,6],[4,23],[1,39],[-7,-39],[-7,-17],[-1,75],[-5,27],[-7,-12],[7,62],[-4,-11],[-7,-32],[-3,-56],[-3,4],[-7,-45],[2,53],[2,18],[3,51],[0,33],[-7,-11],[-8,-22],[-2,-24],[-4,26],[14,33],[6,41],[-3,25],[-9,-8],[-1,-21],[-7,8],[-6,-17],[-3,-47],[-4,2],[-3,-29],[0,-42],[-7,13],[3,48],[4,14],[-4,27],[4,10],[0,25],[7,18],[2,46],[-5,11],[3,28],[-5,1],[-6,-21],[0,-24],[-6,-9],[0,64],[-8,-19],[-2,-19],[3,-23],[-3,-11],[0,24],[-4,-4],[-4,-54],[-2,35],[-4,45],[0,33],[-9,-15],[-1,-19],[4,-12],[0,-19],[-7,11],[3,-22],[-3,0],[-6,28],[2,33],[-4,31],[-6,-6],[4,-35],[-1,-12],[-7,-4],[-9,11],[6,-16],[4,-32],[-14,38],[1,36],[-3,14],[-11,12],[-3,14],[-7,-20],[-4,18],[-6,40],[-9,-3],[-4,29],[-4,-4],[-3,14],[-13,9],[-6,76],[-11,3],[-9,-20],[-5,22],[-13,20],[1,24],[-4,14],[-10,50],[2,9],[-2,28],[-4,-2],[-3,-23],[-6,-14],[-7,2],[-7,-23],[-6,9],[-1,71],[-4,-8],[-9,12],[-1,-26],[-12,-27],[-7,-6],[-4,8],[-6,-23],[-8,7],[0,-32],[-9,-3],[-6,-20],[0,-12],[10,-9],[7,-32],[12,-33],[-2,-11],[8,-9],[-2,-10],[12,-40],[5,2],[2,20],[4,-33],[4,4],[0,34],[4,-19],[6,4],[2,20],[2,-8],[-4,-33],[6,-4],[0,-25],[7,7],[3,18],[8,4],[9,24],[-3,-24],[-7,-34],[0,15],[-7,-18],[4,0],[13,-23],[3,-46],[16,23],[4,37],[4,-7],[-3,-57],[19,79],[3,-1],[-8,-87],[3,-12],[7,32],[6,16],[-1,-35],[11,2],[-1,-13],[-12,-16],[3,-15],[0,-13],[6,5],[14,25],[6,5],[3,-23],[8,12],[3,-12],[-8,-21],[0,-17],[7,-2],[-3,-32],[-9,-14],[2,-14],[7,0],[23,28],[8,-12],[3,-24],[9,0],[5,-9],[6,6],[-6,-26],[-7,16],[-10,5],[-4,22],[-6,-6],[-4,-25],[-9,-17],[-3,-28],[5,-15],[-3,-7],[-7,-65],[1,-24],[3,2],[1,-20],[9,-12],[6,1],[1,15],[7,13],[2,25],[4,20],[0,-39],[-3,-30],[2,-5],[7,14],[5,2],[-2,-32],[-6,-24],[-12,-24],[0,-39],[6,-37],[17,-26],[9,2],[10,-7],[7,5],[0,22],[10,63],[0,83],[8,-53],[6,25],[0,15],[6,24],[-3,-35],[3,-9],[-6,-35],[-3,-54],[-4,-28],[7,-4],[7,32],[7,0],[6,-17],[-10,-2],[-7,-22],[9,-13],[7,10],[14,-3],[-6,-22],[-10,-2],[-4,-12],[-7,3],[-10,-15],[-14,8],[4,-29],[-4,-12],[-3,7],[-9,-7],[-13,-35],[-4,3],[-7,39],[-7,-4],[-6,-45],[-10,-15],[-4,-23],[6,2],[11,41],[6,-6],[-3,-17],[-7,-2],[1,-22],[-11,-38],[-16,-17],[-3,-36],[3,-38],[6,1],[4,-24],[7,-51],[3,-44],[9,-10],[8,-60],[6,11],[10,-18],[0,-19],[11,-9],[7,-21],[10,29],[3,-9],[6,10],[-3,-18],[4,-19],[20,-47],[6,26],[-3,8],[0,46],[4,16],[3,-61],[7,-33],[9,4]],[[3965,30696],[1,61],[2,4],[11,77],[6,14],[4,-3],[16,-49],[5,-29],[20,-18],[0,27],[3,-30],[10,12],[-4,13],[-3,42],[-6,11],[0,30],[-4,58],[7,37],[6,7],[17,-7],[17,0],[13,-16],[11,11],[9,39],[4,21],[10,-19],[6,15],[1,24],[5,9],[14,-11],[4,26],[-4,29],[3,14],[0,36],[-3,33],[10,13],[-3,20],[4,46],[7,34],[0,17],[-14,2],[-4,16],[-7,14],[-2,21],[-7,24],[-1,64],[-6,8],[-4,29],[-3,56],[-13,31],[-4,-9],[-16,5],[-6,32],[-4,3],[0,19],[9,31],[8,10],[7,32],[3,53],[-6,27],[-10,15],[-11,25],[-7,-4],[-7,9],[-3,29],[4,21],[6,71],[4,24],[-3,33],[-21,16],[-3,14],[2,61],[-2,24],[-4,8],[-7,52],[-7,36],[-12,13],[-13,-8],[-17,-22],[-24,-62],[-14,-52],[0,-5],[-20,-76],[-4,-31],[-16,-75],[0,-29],[4,-21],[3,8],[1,-17],[9,-11],[3,7],[6,-21],[11,-20],[0,-16],[4,-58],[6,-5],[1,-46],[-4,-29],[-13,-3],[-11,-8],[-6,27],[-6,-2],[-1,19],[-14,24],[-3,23],[-7,20],[-9,-1],[-10,13],[-6,-7],[-11,-25],[-13,-1],[-4,-16],[-3,-41],[-3,-8],[-1,-27],[-3,-9],[0,-22],[6,-9],[7,-45],[16,12],[11,-1],[7,-30],[-1,-35],[1,-21],[6,-16],[10,3],[4,-13],[7,-55],[3,-12],[10,-7],[4,-45],[7,-35],[10,5],[10,-30],[6,-23],[1,-37],[-4,-26],[-10,-29],[-5,-45],[-2,-53],[4,6],[15,-12],[11,-38],[10,-23],[9,-37],[1,-22],[-1,-37],[-12,-25],[-14,-50],[0,-36],[7,-55],[6,-4]],[[12615,40137],[2,-17],[-3,-16],[1,-22],[-1,-27],[-4,-6],[-1,-39],[8,-4],[5,16],[0,18],[7,4],[-5,28],[11,-20],[6,0],[4,19],[7,2],[2,17],[-7,65],[-3,4],[0,38],[1,9],[0,40],[-3,1],[0,50],[3,-19],[4,8],[2,37],[4,3],[0,29],[-4,22],[3,24],[10,46],[-5,25],[-2,2],[-5,45],[-3,17],[-8,-2],[-6,-38],[0,-13],[-4,-23],[4,-13],[-7,-1],[0,20],[-4,-11],[0,-20],[-3,-9],[-4,10],[-13,-22],[-3,12],[-6,-13],[3,33],[7,-15],[5,29],[10,29],[-2,43],[-7,3],[-7,-16],[-6,19],[9,-8],[8,34],[-3,13],[0,36],[-4,-1],[-1,25],[-9,-16],[-3,31],[-8,-10],[-2,17],[6,24],[7,5],[9,-4],[8,40],[-1,38],[4,14],[0,34],[-6,-9],[-1,-17],[-9,11],[-8,-4],[-2,12],[12,1],[8,75],[-5,14],[-6,-28],[1,26],[-5,34],[5,6],[10,38],[2,-17],[8,57],[2,33],[-9,31],[3,34],[-6,25],[-11,-69],[-10,-74],[-3,-7],[-6,-38],[2,33],[-3,18],[3,32],[-6,38],[4,20],[-2,92],[4,12],[-2,-35],[6,-11],[0,-22],[7,13],[6,-1],[10,120],[-9,42],[0,-19],[-8,-2],[-4,15],[1,26],[-3,-15],[0,24],[4,0],[5,54],[-5,11],[5,23],[-2,14],[-7,10],[3,23],[-1,54],[-5,26],[-4,2],[-10,-14],[-4,-57],[4,-67],[-1,-17],[1,-20],[-3,-33],[7,-7],[0,-10],[-7,6],[2,-14],[-7,-27],[-1,-68],[5,-40],[-3,-85],[-4,-14],[-2,-31],[-3,28],[2,14],[0,48],[-2,7],[2,78],[-3,17],[-1,-18],[-5,10],[2,-51],[-6,-13],[-3,4],[7,14],[-4,18],[3,33],[-3,17],[7,0],[-3,36],[3,26],[-3,22],[3,18],[-6,3],[-8,17],[-2,-13],[-10,-16],[-1,-25],[-1,19],[1,26],[4,3],[-4,29],[7,15],[-1,46],[8,-44],[5,9],[7,-3],[-3,74],[6,29],[-2,24],[-7,9],[0,13],[-3,-29],[-6,-2],[9,60],[4,17],[-4,65],[-2,35],[-7,-26],[0,-17],[-7,-18],[2,-22],[5,-15],[-1,-18],[-10,-1],[-10,-25],[1,-45],[5,-34],[-13,-20],[-3,-38],[13,-24],[1,-36],[-5,-7],[-6,-24],[0,-45],[1,-18],[-4,-19],[3,-11],[-6,-43],[0,-47],[9,-8],[1,40],[9,26],[-2,-29],[-4,-24],[1,-30],[3,-21],[3,-44],[3,-3],[4,33],[7,18],[-1,-19],[-4,-5],[-2,-33],[3,-28],[-6,-6],[-14,37],[-3,21],[5,-8],[0,22],[-6,10],[-3,-9],[-4,14],[-5,-12],[0,-37],[9,-3],[-3,-42],[-4,-17],[0,-29],[7,-30],[11,16],[-1,-31],[-4,-35],[4,2],[0,-35],[-6,-23],[5,-26],[2,18],[12,21],[0,-43],[-4,-12],[2,-25],[5,41],[0,28],[3,6],[2,41],[-4,28],[-3,31],[2,10],[7,-49],[6,21],[-2,-25],[0,-37],[3,-16],[7,37],[4,-13],[2,21],[5,7],[-4,48],[5,50],[0,-49],[2,3],[2,-52],[-3,-25],[4,-52],[-11,-63],[3,-21],[-3,-16],[-4,0],[-2,-31],[4,-8],[3,17],[6,-6],[1,25],[3,-43],[-4,-27],[-7,-22],[0,-68],[-6,3],[0,27],[-3,-11],[2,66],[-2,24],[-6,-16],[1,25],[-3,17],[-5,-39],[-5,-16],[0,-17],[-5,-6],[-4,-47],[-13,-38],[-13,0],[-5,13],[-2,-22],[16,-60],[7,-10],[3,-16],[10,-19],[7,4],[-7,-14],[4,-28],[6,-1],[1,-11],[12,4],[-3,32],[3,6],[3,-39],[5,-11],[-4,-15],[-14,-10],[-12,43],[-15,29],[-5,36],[-5,-7],[-3,-29],[3,2],[-3,-31],[0,-31],[6,-12],[4,17],[7,-25],[6,-31],[-9,-22],[0,-15],[-6,17],[2,32],[-10,16],[-2,20],[-7,13],[-7,-61],[-5,-12],[-2,-37],[-4,-39],[11,-13],[0,-9],[-13,11],[-2,-14],[0,-23],[2,-57],[-2,-64],[-3,-24],[-2,-74],[3,-36],[6,-14],[3,15],[2,-16],[3,17],[3,48],[10,18],[6,24],[-3,54],[1,4],[5,-35],[0,-33],[-5,-25],[0,-31],[-12,-33],[1,-12],[-3,-12],[-3,-45],[6,-26],[4,9],[0,-18],[9,0],[11,35],[26,102],[3,-9],[7,11],[-4,-35],[-3,0],[1,-33],[-3,-23],[-11,-18],[-9,-32],[6,-4],[-10,-39],[0,21],[-3,-3],[-7,-27],[7,-9],[7,10],[13,40],[7,-6],[13,41],[7,9],[10,33],[6,3],[4,27],[3,102],[6,-36],[3,23],[1,34],[-4,12],[-4,-9],[-5,9],[3,25],[6,0],[6,-28],[2,7],[5,41],[1,44],[3,8],[-9,44],[5,5],[-9,57],[3,35],[-3,7],[3,31],[-7,39],[-12,0],[-8,22],[13,-2],[3,29],[8,-35],[7,-59],[0,-29],[5,-44],[7,5],[4,-22],[6,-68],[-2,1]],[[7477,36494],[1,-18],[7,28],[-1,19],[5,-4],[-2,24],[5,8],[3,41],[-7,-2],[-3,-22],[7,55],[-4,18],[4,4],[5,29],[1,-50],[3,10],[7,48],[-2,-43],[6,8],[2,-32],[5,-31],[5,4],[2,-41],[5,11],[-3,48],[8,-5],[-7,74],[3,33],[-4,10],[-4,65],[-2,51],[0,65],[3,48],[3,-28],[-2,-27],[5,-6],[1,-25],[0,-55],[3,-32],[9,-46],[2,11],[0,34],[-4,44],[3,19],[3,-10],[7,-52],[6,-87],[5,-28],[8,36],[-2,10],[0,69],[-4,25],[4,24],[0,35],[-6,28],[5,30],[-6,49],[-10,-2],[-9,35],[5,17],[-10,67],[-9,15],[-4,-24],[-3,1],[-1,-35],[-5,-14],[-7,22],[-4,-7],[-2,-30],[-5,-15],[1,-25],[4,-13],[-4,-19],[0,-26],[-4,3],[-1,-76],[-5,-16],[3,43],[-3,16],[-4,-26],[-6,-12],[7,51],[-5,-17],[-12,1],[0,30],[5,23],[-6,5],[1,29],[5,-12],[5,27],[0,51],[-10,-32],[-4,11],[-3,-29],[-6,21],[13,29],[-1,26],[4,15],[0,29],[7,-3],[7,27],[-2,22],[-12,-2],[-7,53],[-3,-29],[3,-14],[-10,-15],[-4,21],[-6,-21],[-3,2],[-6,-24],[-4,29],[-7,-9],[-1,17],[-9,12],[-4,42],[1,21],[-4,11],[-4,-23],[-2,-30],[2,-61],[3,-13],[-3,-14],[1,-68],[-3,-62],[-3,29],[-2,10],[-2,-37],[-1,90],[-3,-2],[0,60],[-6,133],[-6,18],[-7,-2],[6,18],[-16,14],[-4,11],[-10,-12],[-1,-45],[-12,0],[7,24],[2,34],[5,49],[-1,33],[-4,21],[-2,21],[-20,0],[-12,-32],[-6,-5],[-10,-38],[-3,-27],[-6,9],[-10,-19],[-4,-36],[-6,-27],[-4,-57],[6,-13],[1,-20],[-5,8],[-15,-5],[-8,14],[-6,-25],[0,-22],[-9,-31],[-2,-31],[-5,-15],[5,-34],[-2,-22],[3,-45],[10,-18],[9,25],[14,10],[7,14],[9,-17],[4,7],[3,28],[0,24],[2,13],[-1,-32],[3,-23],[4,6],[0,14],[13,36],[7,-1],[14,31],[2,-8],[-20,-44],[-3,-34],[-10,0],[-10,-27],[-1,-34],[-10,-22],[-9,-14],[-8,-44],[1,-14],[7,-28],[3,-27],[4,-19],[0,-20],[5,11],[8,3],[6,29],[11,18],[6,-5],[0,14],[7,7],[0,24],[4,-61],[10,12],[12,-2],[5,18],[6,68],[0,-39],[6,-16],[-7,-12],[1,-16],[-4,-33],[1,-43],[9,-4],[-10,-5],[-9,-63],[5,-3],[9,24],[5,-7],[-10,-57],[-9,0],[-8,-9],[4,-17],[-9,-4],[-1,-13],[-7,-28],[-2,-22],[6,14],[16,2],[10,-22],[0,31],[-2,27],[9,-11],[-4,-15],[-3,-81],[10,-12],[0,-19],[4,-16],[1,18],[6,17],[2,41],[-2,15],[9,-11],[1,-55],[-3,-8],[2,-34],[-3,-11],[7,-29],[6,21],[5,-9],[2,16],[-3,39],[4,11],[0,-17],[7,-33],[6,18],[0,20],[10,-32],[7,2],[3,13],[-6,40],[-1,31],[-7,36],[0,13],[7,-4],[1,14],[5,-11],[-2,30],[3,-22],[4,5],[-4,29],[1,9],[-4,30],[0,49],[4,34],[9,-37],[-1,-43],[4,-11],[6,29],[0,28],[4,7],[0,54],[-6,39],[4,-1],[6,-23],[3,5],[3,-55],[-3,-15],[-3,-37],[4,5],[6,22],[-4,-64],[3,-27],[4,-6],[-6,-54],[2,-17],[7,21],[1,22],[12,20],[-7,-36],[0,-21]],[[2803,48069],[7,-8],[4,-39],[-6,-20],[19,-8],[11,-27],[2,-48],[-6,-13],[4,-41],[13,14],[10,-23],[4,0],[3,-24],[-4,-12],[3,-44],[-6,-19],[9,-41],[14,-27],[-1,-27],[2,1],[6,-39],[3,-36],[-1,-15],[-12,-39],[3,-35],[-1,-31],[1,-36],[4,4],[3,-38],[13,-50],[6,-6],[2,-42],[9,-1],[3,-11],[10,-50],[0,-23],[4,-6],[6,13],[1,17],[9,17],[11,-12],[5,-27],[8,-2],[6,36],[14,-13],[6,18],[5,-22],[-1,-18],[4,-18],[-3,-29],[-7,6],[2,-29],[-6,-24],[-10,-1],[-4,-15],[1,-16],[6,-5],[7,-93],[-6,-22],[-1,-33],[1,-16],[16,-79],[1,-33],[6,3],[10,-28],[13,-47],[4,-28],[13,-13],[7,-17],[3,5],[19,-34],[1,16],[10,-4],[9,-21],[7,8],[5,21],[-1,23],[7,23],[10,13],[24,6],[6,-7],[4,32],[-1,26],[-6,35],[-8,31],[-6,43],[4,44],[0,54],[-8,37],[-8,6],[-2,21],[-5,1],[-14,33],[-17,62],[-4,3],[-16,27],[-1,28],[-10,10],[-33,50],[-9,30],[-10,54],[6,9],[-7,17],[1,28],[-3,36],[-5,-31],[-3,52],[4,21],[-10,19],[-14,74],[-3,56],[-7,18],[-4,23],[0,-23],[-5,0],[-4,34],[-8,-6],[-9,11],[-10,64],[-9,38],[-8,16],[1,34],[-4,-35],[-6,6],[2,23],[-3,15],[-10,-27],[-9,20],[3,34],[6,16],[1,26],[-8,5],[-4,-35],[-5,-4],[-5,24],[-8,1],[-2,23],[-12,39],[-3,-5],[-10,31],[-4,-5],[-4,25],[-6,-17],[-11,43],[3,10],[-9,17],[-4,-6]],[[4207,24874],[10,13],[10,28],[4,0],[9,34],[6,-1],[4,22],[7,12],[9,-12],[2,11],[-2,25],[14,-21],[4,13],[3,-8],[10,20],[-1,34],[10,37],[5,74],[3,-24],[13,41],[-3,25],[-6,18],[-7,37],[6,8],[1,-18],[8,-7],[1,12],[1,-30],[5,-23],[2,-35],[2,37],[14,2],[2,43],[-5,14],[-10,12],[-10,26],[-1,52],[3,10],[-6,36],[-1,-12],[-16,58],[-9,-8],[-4,25],[-13,38],[-3,54],[-4,15],[0,50],[7,39],[0,14],[-5,-3],[-5,33],[3,50],[-3,-3],[-1,-18],[-4,-4],[-9,29],[3,30],[-9,12],[-2,17],[-9,-8],[-7,-44],[-4,-3],[-6,17],[-23,13],[-9,25],[-4,-45],[-7,-60],[-7,-11],[-3,13],[4,40],[-5,4],[-5,-24],[0,-49],[0,-42],[-4,-22],[-13,-19],[-4,-19],[-3,2],[-6,-30],[-4,-38],[0,-23],[-4,-58],[0,20],[-9,-37],[0,31],[3,36],[-10,-11],[-14,-28],[-20,5],[-4,-16],[4,-23],[-13,-23],[-4,-16],[4,-26],[0,-24],[3,-18],[-7,-13],[-3,-41],[4,-57],[6,-13],[6,22],[-3,-39],[11,-50],[22,-98],[14,-42],[10,-25],[16,-12],[20,-30],[14,-11],[4,7],[3,-15],[24,-5]],[[4087,25466],[16,18],[14,10],[9,14],[6,48],[5,36],[7,16],[8,3],[7,14],[1,25],[0,56],[6,41],[4,12],[6,-6],[-3,-42],[4,7],[7,62],[2,55],[-3,71],[1,44],[5,59],[4,33],[23,88],[5,12],[9,71],[3,61],[4,66],[-4,72],[-3,25],[-3,36],[6,42],[3,104],[4,17],[4,28],[5,7],[8,59],[0,53],[3,5],[-2,32],[-8,-61],[-7,-40],[-7,-54],[-6,-50],[0,-29],[-4,-16],[-6,-51],[0,33],[-3,1],[-4,-25],[0,-26],[-6,-45],[-3,-9],[-7,-84],[-8,-48],[-12,-42],[-15,-26],[-26,18],[-9,0],[-18,-41],[-9,-54],[-14,-12],[-4,-26],[-12,-16],[-7,1],[-13,19],[-8,21],[-9,0],[-6,-24],[-1,-51],[-13,-9],[-10,-15],[-11,5],[0,-12],[-7,-15],[-3,-53],[1,-40],[6,-26],[7,-167],[7,-77],[5,17],[0,-58],[11,-91],[7,-34],[11,-37],[13,12],[3,-7],[13,0],[4,-10],[12,7],[5,22],[0,-29]],[[1394,48867],[3,22],[10,15],[7,16],[6,44],[4,4],[7,58],[7,32],[0,38],[-7,33],[-3,20],[-4,1],[0,48],[-7,37],[-6,3],[-16,-13],[-4,14],[-8,-18],[-6,40],[4,40],[3,17],[9,11],[5,34],[10,35],[3,23],[-3,22],[3,17],[-4,12],[-3,-24],[-7,-17],[1,-11],[-8,18],[-5,24],[-1,-17],[-11,-5],[1,15],[-1,30],[-18,-8],[0,-30],[-8,5],[0,-25],[-4,4],[-6,25],[-13,6],[-14,-6],[1,24],[9,-11],[11,1],[0,18],[-7,-3],[4,23],[-4,6],[2,24],[-6,16],[-2,33],[-2,-15],[-6,0],[-6,-67],[-1,25],[-6,-8],[-4,6],[-7,-48],[-3,13],[4,40],[10,47],[-3,5],[-7,-38],[-6,-2],[-5,-28],[-2,16],[6,28],[4,8],[-3,22],[-4,-2],[-1,-17],[-9,-3],[-7,39],[-3,-15],[-4,25],[-6,-35],[-3,-29],[-3,10],[0,32],[-7,-1],[6,26],[-6,24],[-5,5],[-3,-20],[-6,-9],[0,-18],[-14,6],[-13,-23],[-7,-5],[-12,23],[-11,-10],[-1,33],[-5,-17],[-7,-10],[-3,14],[3,11],[0,24],[-18,-6],[-3,19],[-5,-12],[-5,1],[-6,-12],[-10,-1],[-7,14],[-10,-18],[-13,-6],[-8,21],[1,-13],[-6,-8],[3,-16],[9,18],[1,-27],[4,2],[6,-24],[6,21],[13,-6],[-3,-10],[1,-19],[12,-13],[10,1],[1,21],[-6,21],[2,12],[11,-12],[6,-31],[10,14],[-3,-25],[3,-42],[8,1],[3,37],[3,-4],[10,-42],[6,16],[3,-21],[-5,-28],[8,-29],[0,32],[2,34],[3,-32],[10,-9],[2,21],[11,-7],[9,30],[2,-22],[5,-3],[3,-23],[-5,-25],[10,0],[0,25],[13,-11],[10,11],[0,-14],[7,3],[6,18],[3,-8],[-10,-28],[4,-8],[-1,-29],[4,-10],[1,11],[19,2],[10,18],[-9,-29],[-13,-18],[-1,-36],[1,-18],[12,19],[7,-23],[7,0],[6,34],[7,-7],[3,-19],[-13,-44],[-1,-32],[12,2],[5,-5],[11,15],[7,52],[0,-47],[4,6],[6,-15],[-1,-22],[7,23],[3,-41],[7,-15],[1,-52],[-1,-11],[-7,5],[-9,-6],[10,-30],[0,-13],[-16,13],[-4,-30],[2,-19],[7,-7],[3,-26],[-8,6],[-11,43],[3,9],[7,42],[-16,2],[2,-18],[-6,-8],[-4,13],[-13,-30],[-1,-20],[7,-23],[4,11],[11,0],[3,16],[10,-28],[4,-31],[-4,-37],[2,-27],[11,0],[3,-15],[1,-30],[3,10],[13,-16],[7,-25],[13,0]],[[8919,32084],[-1,22],[4,-13],[6,12],[2,-16],[15,3],[10,-7],[-3,49],[-14,51],[-7,20],[-9,67],[8,7],[7,-17],[4,-23],[6,-5],[1,-18],[7,-25],[3,29],[3,1],[1,-41],[10,-30],[9,6],[0,41],[-9,35],[-5,58],[-6,10],[-6,46],[-18,67],[-5,3],[0,19],[-12,29],[-20,73],[-18,110],[-11,56],[-13,81],[-5,51],[-2,57],[3,13],[-4,20],[1,30],[10,19],[-8,30],[-3,-21],[-5,3],[-5,-15],[-6,1],[-3,24],[-13,34],[-1,51],[13,38],[4,-3],[-3,37],[3,33],[-9,50],[-8,4],[-2,16],[-10,22],[-2,-31],[-15,-7],[-7,8],[-7,32],[3,27],[-10,33],[0,20],[-4,-16],[-10,12],[-3,-7],[-10,28],[-9,20],[-11,41],[-7,1],[-12,-21],[-3,-27],[1,-14],[8,-20],[0,-35],[-6,-50],[10,-66],[10,-15],[19,-8],[4,-21],[0,-16],[-10,7],[-4,-53],[6,-38],[8,-12],[-1,-17],[8,-37],[9,8],[7,-10],[4,-20],[-6,-41],[-7,2],[3,-38],[24,-35],[12,-41],[0,-19],[4,-30],[9,-16],[4,-25],[7,-16],[14,-49],[2,-18],[6,-20],[2,-25],[5,-20],[2,-23],[-1,-41],[9,-23],[4,-31],[3,-12],[0,-37],[6,-16],[-8,-12],[7,-27],[2,29],[11,-16],[2,-33],[13,-16],[4,-32],[-10,-5],[6,-8],[-5,-8],[7,-18],[-5,-24],[3,-35],[8,-24],[2,-23],[-9,-22],[-4,3],[-2,-24],[3,-33],[14,-33],[2,-22],[11,-20],[3,4],[3,37],[-7,21],[-5,25]],[[13020,41002],[10,66],[-4,47],[0,25],[3,26],[-7,68],[-2,28],[-3,14],[-13,3],[-11,22],[0,19],[6,-3],[4,-20],[7,7],[-3,12],[10,0],[5,-11],[7,-65],[3,-5],[14,81],[-2,17],[9,-20],[7,3],[6,-8],[4,21],[13,34],[10,61],[7,31],[0,24],[4,-2],[3,20],[-10,40],[3,-27],[-6,-3],[-1,33],[1,13],[-10,3],[-4,-32],[-3,16],[-3,-24],[-3,-67],[-8,-26],[4,26],[5,54],[0,37],[1,26],[10,19],[1,25],[-8,4],[1,14],[7,1],[7,67],[0,17],[-7,26],[7,5],[8,59],[-2,31],[-4,28],[-7,-2],[-6,-21],[-1,-37],[4,-59],[-4,-29],[1,28],[-6,110],[-5,20],[-6,-24],[-4,-1],[-2,23],[-11,14],[-4,-4],[-5,13],[-4,-31],[-6,-20],[-3,-27],[-5,5],[-10,-30],[8,2],[2,-11],[-12,-27],[6,2],[0,-38],[6,-5],[8,-33],[3,-32],[-4,-13],[0,18],[-6,19],[-4,-25],[-6,8],[0,21],[-11,-36],[4,-41],[6,-17],[-4,-96],[-1,-67],[1,-40],[2,-3],[-1,-28],[-2,13],[-2,72],[2,75],[-1,34],[-6,32],[-7,-21],[-5,-5],[-1,-25],[-5,-19],[-3,-46],[0,-26],[-4,-10],[1,-26],[-7,4],[7,53],[7,102],[-3,16],[-7,-36],[-3,15],[-5,-18],[3,30],[-2,13],[-6,28],[-7,-7],[-4,-47],[-7,-63],[0,-34],[-4,-21],[1,-34],[-3,-32],[13,39],[-3,-23],[-3,-42],[-3,-33],[8,-22],[-10,-27],[8,-44],[13,12],[11,-16],[5,-53],[1,-41],[4,-36],[10,-22],[-4,-17],[1,-24],[3,-14],[5,6],[8,-9],[12,-30],[5,12],[3,21]],[[98064,47744],[10,1],[11,20],[-2,20],[7,1],[7,16],[7,-31],[8,-16],[6,0],[14,23],[8,-20],[13,30],[5,41],[-5,31],[-7,17],[1,16],[9,0],[-2,20],[5,0],[3,-24],[7,-25],[11,-11],[-3,24],[2,17],[4,-20],[12,24],[-1,55],[-6,26],[-5,6],[1,23],[7,10],[14,-3],[10,7],[9,21],[6,-12],[-3,32],[2,14],[-5,1],[-11,-14],[-17,19],[0,31],[-5,-9],[2,-18],[-9,-20],[-10,-44],[-6,15],[1,25],[-6,8],[0,18],[-7,0],[0,31],[4,9],[-1,21],[-8,-9],[-1,19],[-8,0],[-2,-19],[-8,-22],[0,-31],[-3,-17],[-17,34],[-2,32],[-3,9],[-6,41],[-10,40],[-7,10],[0,-30],[-4,-27],[0,-27],[-7,-19],[-8,19],[-4,-24],[-4,7],[0,23],[-5,12],[-10,-27],[-5,2],[6,-41],[3,-66],[-1,-27],[9,-48],[-3,-10],[-9,30],[-7,-12],[-4,14],[-13,-7],[-13,27],[-2,-14],[4,-11],[0,-34],[6,-30],[-3,-28],[-14,14],[-6,-6],[-5,15],[-13,11],[-2,-22],[-8,18],[-6,-22],[15,-38],[2,-20],[12,-13],[2,-21],[16,-40],[8,-29],[18,4],[3,9],[8,-25],[7,-4],[7,17],[10,7]],[[714,49656],[7,21],[0,56],[-1,41],[4,25],[-3,37],[-3,-11],[3,-37],[-3,-31],[-4,5],[-2,18],[2,44],[-10,22],[-2,35],[0,46],[-7,1],[-1,13],[17,-2],[-1,28],[4,4],[7,-18],[9,23],[5,35],[-3,-47],[5,-18],[10,-7],[4,47],[3,-8],[0,-27],[4,22],[0,36],[-3,34],[4,19],[-5,4],[3,19],[-3,4],[4,35],[0,21],[-6,6],[-8,24],[1,-34],[-8,-31],[-6,9],[-3,47],[-7,28],[3,20],[-9,37],[-5,-44],[-8,17],[3,22],[-7,8],[-4,-13],[0,-18],[-4,37],[-6,-1],[0,-15],[-4,7],[-8,36],[0,40],[6,10],[-3,30],[-8,-15],[-7,6],[-7,41],[-8,-48],[8,-21],[-6,-16],[3,-9],[-6,-42],[3,-24],[0,-40],[-3,-13],[-3,39],[-6,34],[0,38],[-4,10],[-7,34],[-3,60],[-7,33],[-10,-17],[-3,-11],[0,-42],[3,-12],[-1,-48],[14,-69],[10,-5],[4,-31],[3,-7],[-3,-50],[6,5],[4,21],[4,-15],[-5,-2],[3,-16],[-6,-16],[6,-9],[4,-19],[-14,19],[-9,-15],[-3,-35],[2,-33],[10,-7],[-2,-12],[4,-15],[8,56],[8,7],[0,21],[17,-12],[6,10],[6,-15],[-5,-18],[-7,-1],[-4,-14],[-6,-34],[-1,-33],[7,-40],[4,24],[3,-16],[7,16],[-4,-41],[-9,-20],[-1,9],[-9,-44],[-4,-46],[4,-49],[6,-25],[13,-8],[17,31],[7,-10],[6,-65],[10,-20]],[[12880,40006],[0,9],[12,20],[6,-5],[8,9],[7,50],[10,35],[2,32],[4,31],[-1,22],[5,13],[4,17],[8,5],[-2,28],[10,13],[4,19],[0,24],[3,-24],[3,10],[-4,40],[7,39],[3,29],[6,-3],[4,19],[4,-8],[2,53],[-15,45],[-8,22],[-9,2],[-7,40],[-7,8],[-7,-29],[-4,-50],[-2,33],[-8,17],[7,-1],[8,59],[-3,17],[-7,-1],[-4,17],[-11,9],[-18,-29],[-5,19],[-9,-17],[-4,-2],[-3,-21],[-1,-41],[1,-52],[-3,-18],[-1,-60],[5,-53],[6,-19],[3,15],[7,-15],[-4,-53],[-6,-32],[0,-18],[-3,-36],[0,-34],[3,-9],[-3,-56],[-5,-43],[0,-19],[-5,-15],[0,-44],[6,-15],[1,-16],[5,-11],[5,29]],[[13083,41329],[-3,-18],[-9,-11],[-12,-20],[-9,-47],[-6,-12],[-5,-75],[-6,-24],[4,-47],[0,-43],[3,-37],[-4,-15],[1,-21],[-4,-40],[4,-33],[3,-8],[0,-42],[-8,-38],[-3,-40],[1,-30],[-4,-26],[0,-22],[10,15],[4,25],[17,18],[7,31],[6,56],[-3,25],[7,69],[7,22],[9,44],[7,12],[-1,-14],[5,-13],[6,-35],[12,17],[2,17],[6,8],[9,67],[0,44],[4,44],[6,45],[1,30],[10,85],[-6,17],[-4,-4],[-11,10],[-5,-15],[-1,-35],[-10,-40],[0,15],[11,89],[0,39],[-4,64],[-1,1],[-6,-29],[-1,51],[-6,9],[-4,-31],[-2,-36],[-7,-51],[-6,-15],[0,18],[6,17],[-6,21],[-3,-24],[-4,-14],[0,-12],[-4,-8]],[[9086,31749],[2,21],[-4,2],[-2,23],[13,-13],[4,42],[10,-16],[16,-51],[3,8],[-2,20],[9,-6],[1,15],[-7,33],[6,12],[0,37],[-2,33],[2,6],[-3,20],[-1,22],[10,-8],[5,-17],[16,-13],[3,3],[17,-20],[14,-11],[0,19],[4,38],[-12,-5],[-6,10],[-2,24],[5,7],[4,-16],[7,9],[7,-8],[3,-16],[3,14],[0,17],[-7,17],[-13,9],[-7,16],[-6,22],[2,43],[-8,3],[-7,23],[-5,-28],[-12,4],[-17,32],[-14,33],[-20,56],[-3,25],[-6,11],[-4,26],[-8,23],[-3,17],[-9,28],[-10,-8],[-3,-39],[-5,-5],[-5,-53],[3,-18],[6,-4],[4,-26],[3,6],[7,-31],[4,-14],[8,-2],[4,-37],[10,-3],[1,-14],[-3,-12],[13,-44],[-4,-6],[-7,21],[-13,16],[-11,-13],[4,-43],[-9,36],[-14,28],[7,27],[0,-17],[7,-20],[5,12],[-5,31],[-7,9],[-6,-32],[-5,-9],[-7,9],[-3,-30],[3,-28],[-3,-33],[1,-23],[7,7],[-3,-33],[3,-25],[6,-33],[4,-5],[7,12],[3,-13],[-11,-26],[7,-51],[7,-35],[7,-21],[6,9],[11,-12]],[[12937,40762],[12,25],[1,16],[9,24],[0,12],[-3,38],[3,-8],[4,23],[-8,26],[-10,70],[5,53],[3,35],[-3,61],[-15,34],[-16,9],[-27,45],[-6,-50],[-13,-32],[-5,-52],[-5,-5],[-11,-29],[-9,-17],[-5,-27],[-2,-45],[5,-10],[4,-50],[6,-31],[-3,0],[7,-40],[-2,-15],[5,-16],[11,13],[-1,-18],[2,-40],[6,-9],[16,1],[8,25],[6,12],[11,-25],[13,-15],[7,12]],[[293,49816],[10,13],[3,-11],[3,12],[7,-5],[3,9],[11,-15],[3,29],[13,47],[-4,24],[0,23],[4,-1],[4,20],[5,-15],[4,13],[-3,25],[4,9],[9,-7],[1,-17],[9,-10],[5,23],[9,12],[13,-34],[16,-11],[4,-12],[-2,44],[-8,27],[-10,10],[-9,-7],[-10,14],[-8,28],[-10,14],[11,35],[-7,12],[-3,21],[-5,24],[-2,34],[6,25],[-4,-1],[-2,33],[-7,18],[-9,-25],[0,20],[-4,12],[-4,39],[4,67],[3,25],[0,16],[-7,-5],[0,-17],[-6,-15],[0,-27],[-4,-34],[-9,6],[-7,-9],[-4,-20],[0,-17],[-6,9],[-4,-8],[-3,16],[-10,-28],[3,-2],[4,-56],[17,8],[6,-26],[6,5],[10,-16],[3,-55],[-2,-24],[-4,-22],[-7,-3],[-6,-21],[-4,-1],[-3,22],[-6,-10],[-3,-21],[-7,-14],[3,-18],[-8,-19],[-3,-17],[-5,0],[-11,-30],[-9,-17],[-4,-25],[0,-23],[9,-44],[14,-24],[14,-4]],[[12088,38860],[3,9],[2,37],[2,-37],[7,19],[3,15],[-2,28],[5,44],[0,29],[8,29],[2,37],[8,47],[0,26],[6,43],[-4,33],[5,31],[-1,28],[3,12],[3,-21],[4,9],[0,34],[-2,11],[-1,38],[1,33],[-7,37],[-3,24],[2,26],[-3,25],[-7,29],[1,33],[-10,-11],[-14,25],[-10,-2],[-4,24],[-10,5],[-6,13],[-8,-20],[1,-38],[0,-28],[3,-26],[-3,-21],[3,-44],[-3,-6],[3,-40],[4,-7],[0,-17],[6,-15],[7,-4],[7,-19],[2,-27],[-2,-18],[4,-8],[2,-20],[-4,-16],[4,-15],[-10,-2],[-4,-15],[-6,16],[-6,-3],[-3,-13],[6,-66],[-1,-35],[4,-25],[0,-31],[-7,25],[-3,26],[-6,13],[-4,-8],[7,-40],[4,-10],[0,-27],[-5,-10],[4,-12],[1,-45],[3,-28],[-4,-27],[-6,-12],[4,-33],[12,-8],[4,9],[0,36],[3,13],[0,-45],[6,-16]],[[12738,41371],[7,4],[11,14],[5,14],[2,-21],[13,18],[-2,99],[-3,15],[-6,-15],[-14,25],[-6,18],[4,6],[9,-26],[10,-2],[1,26],[-1,16],[4,3],[3,23],[-3,33],[4,24],[-2,17],[1,19],[-9,-8],[0,22],[-10,33],[-1,-37],[-3,5],[0,-52],[-6,21],[-22,37],[0,-61],[-5,-21],[2,32],[-3,25],[-13,83],[-7,4],[-7,16],[-6,60],[-1,-48],[-3,-12],[-10,42],[6,25],[5,10],[-4,20],[-6,-1],[-3,13],[-2,-9],[-10,38],[-2,-38],[-8,12],[-2,-22],[-4,-3],[-6,18],[-4,-49],[-1,-30],[4,-3],[-3,-16],[7,-17],[1,-33],[9,-42],[3,-40],[4,-7],[7,-35],[0,-42],[10,-33],[19,1],[4,17],[7,2],[-3,-13],[17,5],[0,-26],[-2,-8],[-17,-5],[-15,-20],[-3,-10],[-1,-32],[6,-15],[1,-19],[6,21],[13,28],[12,-7],[6,-27],[4,-6],[3,-29],[9,-24]],[[5137,42949],[13,9],[5,32],[-3,43],[3,8],[-7,62],[2,-23],[-3,-1],[-3,29],[-6,8],[7,40],[5,0],[5,-23],[0,-17],[6,-19],[3,17],[4,-16],[-1,-29],[-5,-7],[2,-15],[11,-58],[0,-10],[7,1],[8,19],[0,46],[-2,21],[-11,28],[0,17],[-5,20],[0,25],[3,23],[0,28],[6,27],[7,14],[-4,34],[-4,-5],[-5,16],[3,11],[6,-5],[13,16],[-2,35],[3,28],[9,8],[-3,19],[-10,0],[-3,-15],[-9,-5],[-1,23],[7,12],[0,-12],[7,23],[0,21],[-4,23],[-3,30],[-4,0],[3,-21],[-2,-26],[-4,-12],[-6,9],[-4,22],[0,-27],[-7,22],[-6,-36],[-6,2],[-7,-19],[-1,-43],[7,-24],[-7,-16],[-4,20],[1,14],[-10,-8],[-7,13],[-3,20],[-3,48],[-3,5],[0,24],[-5,45],[-3,-1],[0,-47],[3,-22],[-5,-27],[2,-22],[-7,-42],[-5,-5],[3,-24],[3,-48],[-1,-36],[-5,-37],[6,-57],[-6,-33],[6,19],[3,-22],[-4,7],[0,-41],[4,-23],[7,-8],[-7,-2],[7,-51],[13,-26],[7,-36],[6,16]],[[1568,49373],[-2,21],[-8,45],[3,8],[7,-8],[0,25],[6,3],[5,-22],[6,0],[-3,22],[6,1],[3,-22],[5,-2],[2,28],[7,-15],[7,23],[2,21],[7,-24],[5,20],[6,-35],[4,-6],[7,8],[5,23],[7,-6],[4,-26],[10,13],[2,18],[4,-6],[-3,-21],[6,-3],[4,19],[9,1],[1,16],[4,-16],[6,-4],[7,9],[14,4],[0,11],[-13,4],[-2,15],[-9,8],[-17,-9],[-10,30],[-7,4],[-10,-5],[-6,-14],[-1,18],[-9,0],[-4,-11],[-1,23],[-8,2],[-5,-8],[-16,36],[-3,-30],[-3,-6],[5,40],[-9,-17],[-4,5],[-5,-10],[-7,1],[-4,24],[3,9],[-3,15],[-7,-19],[-9,7],[-5,-20],[1,-35],[-14,13],[-14,-14],[-6,14],[3,-27],[-3,-14],[-4,20],[-5,-1],[-7,25],[-4,-11],[-12,4],[-8,24],[-10,-24],[-10,8],[-3,-19],[-4,5],[-6,-34],[3,-25],[-7,8],[-6,-44],[-4,17],[-4,-6],[-9,-41],[0,-25],[7,12],[6,-3],[0,14],[14,-9],[3,4],[13,-29],[3,14],[-6,44],[10,-11],[0,14],[10,-34],[-1,40],[5,2],[3,31],[0,-33],[7,-28],[2,-17],[10,-5],[7,15],[4,-22],[3,2],[8,-21],[9,-12],[3,24],[7,-16],[3,35],[1,-18],[9,-20],[7,-6]],[[1729,31468],[6,2],[3,35],[-6,57],[7,80],[3,48],[11,55],[13,36],[6,33],[20,67],[7,17],[18,48],[6,19],[17,25],[9,7],[18,-4],[5,-22],[12,17],[0,19],[12,51],[18,58],[6,21],[7,5],[3,18],[-8,31],[-12,8],[-4,-19],[-3,-46],[-4,-13],[-13,-15],[-7,-5],[-7,12],[-12,-7],[-11,0],[-6,20],[-17,26],[-6,-10],[-3,-26],[-24,-61],[-7,-3],[-6,-35],[-2,-36],[-9,-32],[-10,-42],[-21,-80],[-6,-49],[-6,-17],[-10,0],[-13,-30],[-5,-3],[-3,-22],[4,-7],[-1,-33],[1,-33],[-3,-24],[6,-5],[-1,-37],[8,-8],[9,-30],[8,-61],[3,0]],[[540,50211],[-10,20],[0,18],[-9,18],[-7,-8],[0,-26],[-4,2],[-6,-33],[-8,-37],[-15,7],[-1,14],[-7,-4],[-9,39],[-7,4],[-4,-10],[-6,18],[-21,-10],[-7,35],[1,10],[0,41],[-8,-5],[0,-36],[-8,-24],[2,-26],[-6,5],[3,-17],[10,-14],[7,-39],[9,23],[7,1],[7,14],[10,-7],[3,-34],[4,8],[9,-15],[1,-16],[14,-3],[7,-21],[9,-13],[20,-18],[4,-20],[7,-8],[9,-41],[-2,-32],[3,-5],[-1,-55],[3,-27],[0,-90],[4,-23],[14,3],[3,17],[4,-7],[15,52],[1,26],[-7,21],[3,43],[-19,52],[-1,36],[1,36],[5,15],[-2,17],[3,11],[-7,26],[4,39],[-4,39],[-4,1],[1,18],[-14,-8],[1,-27],[-4,13],[0,17]],[[5141,35639],[-11,103],[-9,62],[-10,110],[-11,93],[-9,88],[-3,50],[-8,32],[-9,9],[-4,14],[-7,-11],[-16,-4],[-10,26],[-1,-12],[3,-47],[-5,-31],[5,-41],[-2,-48],[-27,-133],[0,-29],[3,24],[24,113],[3,-33],[0,-35],[3,-9],[1,-47],[-5,2],[1,-18],[9,-9],[5,-14],[5,-22],[14,-36],[10,-21],[14,2],[7,-16],[6,-30],[7,-21],[7,1],[6,-36],[1,-21],[9,-5],[3,-36],[2,-5],[-1,41]],[[3682,45343],[2,18],[8,-8],[8,4],[-2,49],[-3,12],[6,34],[7,10],[3,-6],[7,-37],[-1,23],[11,11],[7,16],[2,24],[-8,18],[-8,8],[-4,-9],[-5,9],[25,38],[4,-21],[3,8],[11,-24],[3,27],[-4,18],[-2,32],[-10,6],[-14,49],[-7,-20],[-6,3],[-3,-16],[-7,0],[-1,39],[-4,25],[-3,32],[-6,-8],[0,-42],[-11,-18],[-5,16],[-7,-21],[-3,25],[-15,27],[-5,-27],[3,-34],[-4,-25],[-7,-12],[-6,-55],[4,-17],[-1,-14],[1,-23],[6,-11],[-1,-41],[4,-16],[11,-16],[6,-25],[0,-18],[4,1],[3,-18],[7,5],[6,-16],[1,11]],[[8701,32286],[8,-23],[2,19],[8,-19],[0,-14],[-6,14],[-9,-41],[3,-22],[4,8],[7,-24],[0,38],[2,0],[1,-27],[5,-8],[1,37],[4,-11],[0,-41],[9,-21],[4,-22],[6,5],[-2,-18],[-5,-31],[-3,24],[-9,22],[-4,-1],[-6,22],[-5,-4],[-5,-22],[2,-37],[4,-8],[7,12],[0,17],[7,-12],[0,-14],[-5,-16],[0,-17],[-5,11],[-5,-3],[-2,-24],[6,-4],[-4,-12],[3,-15],[15,2],[4,-10],[-1,-23],[4,-27],[-1,-14],[-4,35],[-5,-10],[-10,29],[-2,2],[1,-37],[7,-70],[-1,-25],[7,-13],[-2,-13],[3,-19],[0,-32],[6,-26],[3,17],[-6,82],[0,55],[3,-31],[6,-2],[-2,-13],[7,-8],[-1,29],[3,-14],[5,12],[-2,-65],[1,-24],[4,20],[0,-18],[-7,-41],[0,-44],[3,-1],[6,-29],[1,22],[-3,27],[4,-2],[2,20],[-1,42],[4,3],[0,17],[4,-39],[4,-11],[3,11],[0,40],[-7,19],[6,33],[6,14],[0,19],[-9,22],[-13,23],[-4,33],[-7,1],[-9,22],[10,-12],[4,27],[2,26],[4,-50],[2,-7],[4,31],[1,-32],[9,0],[4,20],[0,28],[-4,37],[-3,11],[1,11],[-4,28],[-6,2],[0,-30],[-4,-17],[-1,39],[8,27],[0,14],[-5,37],[-3,4],[-3,34],[-7,17],[4,25],[-10,24],[-1,-20],[-5,7],[3,22],[7,11],[0,26],[10,-18],[-1,42],[-4,41],[0,18],[-6,12],[-7,-25],[1,24],[4,24],[-4,72],[-4,-2],[-6,-23],[4,-45],[-11,17],[-7,-38],[6,-12],[-2,-15],[7,-3],[-1,-26],[4,-19],[3,-36],[-6,-3],[-5,47],[-10,21],[-2,-38],[-3,25],[-5,-30],[-3,22],[1,-41],[3,-18],[-4,4],[-2,-25]],[[7226,39162],[0,49],[1,-28],[7,-10],[4,23],[0,25],[-14,69],[3,16],[3,-22],[18,-51],[2,-13],[16,-29],[1,10],[-3,23],[2,15],[-9,54],[-1,42],[4,23],[0,-32],[1,-28],[9,-53],[-2,-16],[10,10],[3,-22],[7,-21],[12,2],[1,22],[3,3],[3,21],[7,-8],[6,15],[1,19],[-11,56],[-5,-6],[-7,20],[-3,-7],[-12,4],[-6,-31],[1,21],[-11,37],[-9,1],[0,24],[-8,13],[-3,-20],[-13,12],[-10,41],[-1,32],[5,36],[-1,23],[-7,35],[-2,24],[-10,7],[-1,13],[-10,11],[-1,-23],[-9,-13],[7,-39],[0,-35],[-10,-18],[7,-29],[6,-47],[7,-20],[0,-22],[-13,40],[-4,21],[-14,36],[-2,-43],[10,-29],[10,-36],[-5,-7],[-9,17],[2,-30],[10,-41],[4,-7],[1,-20],[14,-67],[2,-20],[-4,17],[-2,-23],[10,-27],[3,11],[7,-14],[2,14]],[[5376,43244],[2,32],[-2,22],[-14,8],[-3,13],[4,10],[-1,18],[6,6],[-3,11],[-4,57],[1,45],[-3,14],[7,-3],[3,26],[4,-52],[-1,-40],[4,-6],[12,16],[-6,18],[3,6],[-3,24],[1,11],[-1,36],[-9,-24],[-1,3],[4,58],[-5,26],[-6,-25],[-7,-5],[-4,-35],[-9,-1],[4,28],[-3,30],[-4,-15],[0,32],[7,6],[5,40],[-3,7],[-12,-11],[-7,-14],[-3,25],[6,12],[3,18],[-4,27],[-6,21],[-6,1],[-3,42],[-7,17],[-1,13],[-9,12],[-3,36],[2,37],[-10,10],[-7,16],[-2,16],[3,50],[-10,25],[6,30],[-10,26],[-3,-52],[-6,-29],[3,-42],[-1,-21],[4,4],[3,-13],[8,14],[6,-25],[-3,-44],[4,-13],[6,-31],[0,-17],[6,-36],[6,-17],[-2,-15],[10,-17],[-4,-30],[-12,18],[-2,-12],[-9,-6],[4,-39],[6,-2],[6,19],[3,-12],[-2,-25],[-4,-13],[-16,-28],[0,-36],[4,-9],[12,26],[17,54],[4,-8],[-7,-30],[-1,4],[-12,-76],[2,-28],[3,-16],[8,28],[4,20],[3,33],[-1,18],[11,-9],[0,27],[9,-14],[4,-20],[0,-14],[-6,14],[-4,-5],[3,-28],[-6,-13],[6,-30],[-6,1],[-4,-32],[-4,-19],[1,-24],[-6,-16],[10,-7],[6,15],[4,30],[6,9],[3,35],[4,-16],[-5,-93],[11,15],[-1,-30],[4,-8],[-4,-15],[-3,-40],[5,6],[3,-14],[6,-60],[3,-10],[5,25],[3,38]],[[99698,50338],[11,19],[7,-24],[0,18],[7,20],[-1,-15],[5,-5],[3,16],[10,17],[5,-9],[10,15],[5,18],[-1,32],[10,18],[5,-18],[6,15],[-1,16],[5,45],[4,9],[1,22],[5,16],[4,-2],[2,26],[10,45],[11,21],[7,19],[8,-3],[0,38],[3,-1],[5,22],[-2,17],[5,8],[-1,13],[6,16],[6,-1],[7,-18],[0,13],[-6,15],[2,21],[13,-26],[11,5],[9,-13],[2,48],[8,-3],[8,24],[-5,12],[-3,-7],[-4,13],[-9,8],[-2,-12],[2,-26],[-13,18],[-6,15],[-4,-7],[-13,12],[-6,15],[-7,-18],[1,-31],[3,-17],[-6,-16],[-10,-8],[-2,-30],[-8,-11],[-7,-20],[-5,-29],[-9,-18],[-2,-23],[-6,-17],[0,-21],[-18,-65],[1,-15],[-10,-32],[-7,3],[-1,-16],[-7,-11],[0,-17],[-4,15],[-6,-33],[-9,1],[-8,11],[-8,-24],[-11,-15],[-9,-33],[-14,-25],[-2,-35],[4,1],[3,-33],[7,1],[6,31]],[[4006,26084],[10,0],[7,21],[6,58],[7,13],[7,-1],[6,-25],[16,-17],[11,-4],[7,29],[-7,12],[-3,25],[-1,54],[-12,63],[-5,26],[-6,2],[-2,12],[-17,58],[-7,42],[-4,43],[-13,50],[-10,-9],[-6,-64],[-2,-65],[-2,-86],[0,-33],[4,-8],[-8,-29],[0,-13],[4,6],[-6,-23],[3,-35],[-1,-48],[6,17],[8,0],[4,-16],[-10,8],[-12,-22],[-2,-28],[9,-26],[21,13]],[[99395,49412],[16,41],[-2,15],[4,21],[-3,38],[-9,12],[3,45],[-5,7],[-5,30],[-4,5],[0,21],[-6,21],[2,44],[-7,-19],[-6,21],[3,30],[8,10],[10,-5],[0,55],[-6,-6],[-2,11],[-6,-14],[-1,33],[-4,-19],[-7,-5],[-2,-21],[-3,16],[-6,-15],[-1,15],[4,9],[-2,30],[-9,-28],[4,-18],[-1,-14],[-8,22],[-5,-5],[-17,49],[-5,42],[1,72],[-2,26],[-4,9],[-5,-35],[-7,-30],[-14,-44],[-2,12],[-3,-33],[9,-28],[6,-2],[4,-22],[6,4],[5,-24],[6,4],[-2,-23],[5,-22],[1,-20],[8,-26],[17,-2],[4,-13],[9,4],[4,-15],[-2,-24],[5,-24],[0,-66],[2,-1],[10,-58],[-1,-36],[4,-10],[1,-25],[11,-31],[2,9]],[[11881,37211],[7,-7],[9,71],[3,-5],[1,33],[10,17],[8,38],[6,42],[-8,26],[-2,45],[-3,56],[3,11],[0,42],[-3,32],[-4,48],[-10,82],[-4,20],[-2,-21],[3,-34],[-4,13],[-3,-30],[4,-21],[-5,0],[-3,-29],[-9,0],[4,-32],[6,-18],[-5,-20],[-6,9],[-2,34],[-4,-14],[-3,16],[-4,-12],[0,-27],[7,-14],[-1,-28],[-6,3],[1,-21],[8,-37],[2,-87],[-2,13],[-8,-19],[3,-72],[0,-28],[6,-39],[1,-32],[9,-4]],[[7381,36161],[7,-16],[-4,-11],[7,-14],[7,33],[-7,-66],[10,-3],[0,-23],[6,-15],[5,61],[5,-8],[-5,21],[-5,66],[7,-17],[1,-42],[6,-24],[13,-8],[-5,-25],[8,-19],[-2,-29],[4,38],[8,17],[5,-47],[6,-9],[14,1],[-7,8],[2,21],[4,2],[-4,15],[-3,50],[4,-6],[-3,37],[-6,26],[-2,31],[4,21],[0,18],[-4,3],[-3,35],[0,-41],[-6,20],[3,19],[-4,3],[-6,27],[-3,42],[-9,30],[-11,-13],[-6,3],[-7,-8],[-3,-37],[-2,16],[-5,-17],[-7,-1],[0,-35],[-3,24],[-4,-15],[6,-3],[-6,-12],[10,-32],[3,-27],[-3,-1],[-6,33],[-3,-19],[-5,-19],[10,-11],[3,-16],[4,7],[0,25],[4,-22],[3,24],[4,-8],[-5,-30],[1,-29],[6,-7],[-3,-15],[-6,23],[-10,-24],[4,37],[-8,15],[-3,-28]],[[12428,36663],[10,25],[12,44],[4,25],[23,84],[7,41],[14,56],[6,36],[1,19],[-7,6],[-17,-16],[-13,-35],[-10,-10],[-2,-13],[-12,-9],[-7,12],[0,16],[-23,-29],[-11,-40],[-7,-47],[-6,-22],[-1,-27],[1,-46],[7,-17],[11,-6],[2,-30],[6,-14],[10,6],[2,-9]],[[98319,48685],[7,12],[-5,21],[-5,5],[-13,61],[0,30],[4,26],[-2,19],[4,1],[0,41],[2,5],[0,51],[2,26],[-5,0],[-4,-16],[-12,17],[-3,-5],[1,-24],[-10,-14],[2,-24],[-2,-11],[-4,11],[-2,-17],[-8,-1],[-2,22],[-4,-5],[-7,14],[-13,3],[-8,-19],[-7,7],[-1,-17],[-6,-11],[-8,-1],[6,-41],[5,-17],[8,1],[4,-37],[10,24],[7,0],[8,-16],[6,-33],[-2,-15],[11,-7],[2,11],[4,-54],[4,-15],[5,26],[5,-6],[7,-27],[10,7],[9,-8]],[[99963,49613],[7,26],[8,15],[3,34],[6,21],[9,4],[3,13],[-3,36],[-8,5],[0,28],[3,13],[-4,29],[-7,7],[-11,18],[-6,41],[-10,3],[-9,-33],[-9,-3],[-7,-12],[-2,-26],[-9,-20],[-2,-41],[4,-3],[-2,-72],[15,-4],[9,-50],[8,-14],[6,2],[0,-14],[8,-3]],[[7228,37199],[9,31],[16,-15],[5,14],[3,35],[9,50],[1,49],[5,-8],[14,21],[14,42],[1,38],[-7,10],[-11,-10],[-3,-10],[-13,-13],[-11,-6],[-10,-40],[-7,-16],[-16,-12],[-4,-36],[0,-34],[-10,-27],[-2,-24],[-5,-4],[5,44],[9,36],[-4,9],[-12,-9],[-21,24],[-4,-35],[-12,-8],[4,-38],[10,-27],[3,-24],[7,-9],[-1,-29],[4,-20],[3,-33],[10,-17],[4,7],[17,94]],[[9292,31499],[-5,19],[5,-6],[4,10],[4,-27],[0,17],[-6,30],[-11,17],[0,17],[7,-14],[-1,17],[-6,17],[-4,-12],[-2,20],[-8,19],[-13,35],[-6,0],[-8,27],[-3,-3],[-4,22],[-7,4],[-9,40],[-10,29],[-13,17],[-7,14],[-16,25],[-25,-18],[-3,-7],[1,-50],[0,-50],[7,-10],[0,-15],[3,-8],[7,3],[10,-4],[7,-16],[10,-8],[5,24],[5,-7],[2,16],[5,-5],[9,32],[-6,-37],[-7,1],[-3,-24],[5,-30],[3,30],[5,-38],[12,-16],[4,4],[7,-46],[6,21],[11,1],[-6,-11],[-1,-21],[7,-23],[7,0],[3,-17],[4,8],[10,-1],[13,-20],[9,-50],[1,5],[-8,53]],[[1872,48925],[7,-1],[-2,18],[7,24],[8,-8],[8,8],[4,18],[2,50],[-3,17],[-7,16],[-2,13],[-12,27],[-6,29],[-10,-12],[-10,34],[-7,4],[-7,31],[-5,-18],[-15,7],[-7,-22],[2,-66],[6,-14],[2,-38],[7,-23],[-3,-20],[13,-15],[1,-10],[10,-16],[6,-25],[7,-16],[6,8]],[[4659,23893],[3,0],[13,28],[-3,12],[4,37],[7,39],[-5,26],[3,23],[-3,6],[0,36],[4,23],[-3,25],[-7,-9],[0,-32],[-9,-4],[0,13],[-8,27],[-6,-18],[-7,16],[-9,6],[-7,-20],[-5,26],[-7,-14],[-2,9],[-6,-8],[-7,-40],[-10,6],[-4,-15],[3,-31],[-7,-7],[7,-26],[0,-21],[10,-23],[1,-24],[6,-26],[4,33],[5,0],[0,-45],[4,-2],[1,-20],[7,-6],[9,19],[3,14],[7,7],[10,-4],[4,-36]],[[6985,40487],[-3,1],[-4,58],[1,12],[6,-5],[1,13],[-7,16],[-4,22],[1,-28],[-4,-2],[-2,41],[-7,22],[2,9],[-7,2],[-18,32],[-14,-23],[-6,0],[-10,-16],[-5,-28],[7,-35],[-6,7],[-1,-14],[5,-14],[-1,-22],[3,-22],[13,-53],[18,-38],[12,20],[13,-12],[11,-17],[4,42],[2,32]],[[6872,40446],[21,33],[3,23],[-7,-15],[6,29],[1,33],[-8,27],[3,-29],[-9,21],[-6,4],[9,-27],[-3,-11],[4,-29],[-4,3],[-1,-42],[-13,-16],[-10,18],[-2,86],[3,25],[3,-17],[4,50],[6,-2],[0,18],[4,-23],[0,31],[-14,16],[-16,24],[-15,44],[-6,23],[-13,79],[-13,46],[-7,-7],[-7,-37],[0,-21],[7,-63],[3,-13],[9,-65],[10,-55],[18,-53],[16,-65],[7,-22],[10,-21],[7,0]],[[7159,37505],[17,39],[4,30],[4,1],[5,26],[8,26],[7,10],[4,30],[5,11],[1,40],[2,1],[7,41],[1,33],[4,52],[-1,24],[-4,-17],[-12,-9],[-7,-31],[-10,-1],[2,-35],[4,-16],[-24,-21],[-2,-20],[-10,-12],[-8,-20],[-2,-10],[-13,-52],[-7,-49],[5,-31],[1,-45],[3,-12],[10,-13],[6,30]],[[2364,48328],[8,2],[7,13],[13,33],[0,41],[-13,98],[-14,15],[-3,-18],[-4,0],[-13,32],[-17,89],[-7,-31],[-7,-2],[1,-23],[0,-59],[4,-28],[2,-41],[11,-10],[6,-15],[6,-31],[-2,-9],[3,-21],[10,4],[3,-8],[3,-29],[3,-2]],[[3808,45195],[0,26],[-7,-1],[-5,35],[-11,22],[2,29],[5,6],[-1,42],[4,-9],[7,19],[13,-5],[6,14],[5,-12],[8,32],[-5,36],[-5,-10],[-18,6],[-1,26],[3,17],[-4,-4],[-6,14],[0,17],[-6,-11],[-5,16],[5,18],[-4,42],[-7,8],[-10,-15],[-7,-39],[1,-19],[4,-17],[6,-42],[-6,-5],[-4,-19],[-1,-26],[8,-26],[7,-33],[-4,-27],[-4,-7],[-4,25],[-12,10],[-6,-29],[5,-28],[-2,-12],[7,-30],[8,-10],[-3,-28],[8,5],[2,55],[7,-7],[1,-40],[5,7],[2,-18],[6,-7],[13,9]],[[2614,47956],[5,-1],[3,16],[4,-11],[4,5],[0,22],[9,9],[1,37],[-6,37],[5,16],[-5,23],[-5,17],[4,45],[-7,12],[-6,-11],[-4,-41],[-6,-20],[-7,8],[-3,-17],[-10,-8],[0,-14],[-7,1],[-1,23],[-12,49],[-5,-7],[-6,8],[-10,-34],[0,-32],[-4,-17],[5,-48],[16,-6],[10,18],[10,-10],[-1,-29],[2,-21],[12,5],[10,-8],[1,-24],[4,8]],[[8667,30697],[10,40],[3,-4],[11,37],[7,51],[-4,7],[2,21],[-5,22],[-8,-33],[-2,6],[12,38],[6,28],[2,30],[-1,31],[-9,19],[-4,0],[-3,-50],[-3,-15],[-1,89],[-13,26],[-4,-24],[-3,16],[-7,-30],[-4,-4],[5,29],[-3,5],[-11,-10],[-3,-15],[2,-25],[-3,-25],[1,-25],[6,-46],[-3,-34],[4,-31],[5,-16],[2,-26],[9,9],[0,-21],[-6,4],[-7,-12],[0,-21],[10,-45],[10,4]],[[4695,43803],[10,9],[7,38],[-3,67],[3,19],[0,74],[-10,23],[-3,38],[1,15],[-7,28],[-4,8],[-10,-15],[-3,-36],[-4,-21],[-4,2],[-2,-28],[-7,-17],[2,-9],[-3,-31],[1,-34],[-4,-13],[14,-28],[6,-53],[11,-36],[9,0]],[[838,49450],[7,1],[10,13],[7,-1],[4,40],[9,19],[-3,45],[6,29],[6,-10],[-2,20],[-6,8],[-2,-16],[-3,30],[-6,-10],[0,21],[-6,14],[3,15],[4,-5],[5,37],[-9,22],[-8,-1],[-2,-41],[-14,-18],[-4,9],[-10,-8],[2,-26],[-5,-46],[-3,-44],[1,-28],[6,-26],[1,-24],[6,-5],[3,-26],[3,12]],[[4556,44805],[6,5],[20,43],[3,12],[6,4],[1,23],[4,-20],[5,18],[5,-12],[6,6],[-4,14],[6,25],[8,8],[-1,16],[5,17],[-5,11],[5,55],[-7,-17],[-7,-5],[-4,-20],[-2,33],[-5,-21],[-6,16],[13,29],[-10,-8],[-7,-18],[-2,-21],[-7,11],[-10,-34],[-4,4],[-6,-19],[-1,9],[-6,-34],[-11,-49],[1,-21],[6,-8],[-6,-30],[11,-22]],[[8666,32438],[-7,84],[1,19],[-10,74],[2,46],[-3,12],[-5,46],[-7,37],[2,30],[-6,31],[-11,32],[-20,11],[-3,-18],[-10,-18],[1,-16],[14,11],[20,-23],[-8,-13],[-19,6],[-5,-18],[5,-23],[12,-12],[7,11],[10,-23],[-4,-7],[1,-36],[-7,26],[-6,-23],[-6,6],[-8,-8],[0,-29],[8,-19],[6,-6],[20,-60],[3,10],[1,-22],[6,-32],[6,9],[-2,32],[2,49],[4,-41],[3,-7],[0,-59],[3,-17],[-2,-49],[5,0],[1,-22],[6,19]],[[6570,42208],[-3,28],[-6,18],[-10,-38],[-11,0],[-6,11],[-6,-8],[0,-28],[-4,-5],[4,-19],[-1,-21],[-9,-21],[12,-25],[13,-41],[4,-22],[3,-57],[3,-25],[11,-25],[4,5],[5,23],[-6,79],[0,35],[4,48],[3,68],[-4,20]],[[2515,39086],[-3,0],[-6,34],[-8,121],[-6,4],[-16,49],[0,12],[-8,51],[-5,-5],[6,-11],[1,-25],[-5,-22],[3,-8],[-5,-21],[-5,-4],[-7,22],[-3,-21],[-17,-10],[1,-67],[7,-31],[4,9],[8,-8],[1,-15],[10,-13],[4,13],[7,5],[16,-20],[14,-21],[5,-17],[1,-26],[7,-9],[-1,34]],[[798,49920],[-1,46],[-6,9],[-10,-6],[-3,18],[13,-2],[-3,34],[9,-27],[5,16],[-1,45],[-3,11],[4,19],[-7,16],[0,53],[-4,-25],[-6,-12],[3,28],[0,17],[-9,16],[-8,-35],[-3,19],[-3,-1],[-1,-25],[3,-49],[-3,-3],[1,-24],[-4,-13],[0,-50],[7,-8],[-7,-9],[-3,-14],[1,-37],[6,-14],[12,-1],[5,14],[5,-16],[7,-7],[4,17]],[[4829,43410],[4,16],[10,2],[4,24],[5,-8],[4,15],[-6,2],[3,27],[7,-1],[7,18],[12,11],[0,47],[-6,0],[-6,24],[0,26],[-1,19],[-4,-23],[-3,1],[-3,30],[-4,6],[0,14],[-9,-9],[-3,-24],[-7,-23],[3,-35],[7,-25],[3,-38],[-3,-11],[1,-15],[-7,-37],[-8,9],[7,24],[-1,28],[-5,26],[-3,41],[0,-29],[-11,-29],[-7,1],[-4,-29],[1,-13],[0,-33],[4,8],[6,-11],[0,-14],[13,-12]],[[3635,46092],[-1,15],[-10,40],[0,26],[7,13],[-4,21],[4,20],[-4,13],[-10,1],[-3,-13],[-6,16],[10,42],[-5,9],[4,17],[-9,11],[-7,-9],[0,18],[6,32],[-10,-9],[-9,-49],[-4,-3],[-6,-44],[2,-21],[-3,-33],[3,-26],[5,40],[2,-40],[7,-23],[3,17],[0,41],[3,9],[4,-65],[0,-33],[6,-20],[4,16],[0,-17],[4,-15],[7,6],[5,-23],[5,20]],[[7966,3183],[4,10],[17,-8],[6,44],[-3,41],[-6,8],[-4,60],[-10,62],[-16,32],[-7,23],[-3,-52],[-7,-56],[0,-13],[-7,-1],[-16,-25],[-11,-62],[4,-48],[23,-6],[0,31],[4,3],[3,-30],[10,2],[19,-15]],[[7167,34245],[0,15],[6,-10],[4,14],[0,24],[12,48],[2,38],[-10,52],[-11,32],[-6,-12],[-24,16],[-7,-30],[1,-46],[-1,-22],[7,-31],[3,-2],[-2,-28],[10,-10],[5,-21],[11,-27]],[[5238,43032],[6,28],[-7,26],[8,-4],[-1,15],[1,27],[3,31],[-3,27],[0,23],[-4,68],[-3,-20],[-10,-8],[0,-29],[-3,-28],[-6,-7],[-1,18],[-6,-31],[-4,-2],[-6,17],[-11,-36],[-3,-25],[9,-29],[-3,-7],[4,-45],[6,0],[1,21],[10,19],[6,-7],[4,-20],[13,-22]],[[2620,40417],[12,2],[10,10],[12,1],[6,8],[6,-13],[4,13],[10,-13],[6,3],[10,23],[-6,20],[0,14],[-6,20],[-7,12],[-8,59],[-5,8],[-18,-15],[-6,-23],[0,-33],[-3,-27],[-21,-17],[-3,-31],[-7,-25],[7,-8],[7,12]],[[5472,43310],[-3,37],[-6,21],[3,19],[-3,18],[3,32],[3,-20],[4,2],[-1,20],[4,17],[-6,-4],[-1,16],[6,20],[-6,31],[-3,-11],[-4,5],[4,17],[0,49],[-1,25],[4,20],[-1,16],[8,1],[0,31],[-6,16],[-7,-34],[-1,-34],[-6,-23],[-4,30],[1,56],[-5,-1],[-5,-20],[0,-25],[-4,10],[1,16],[-4,15],[0,18],[-4,-24],[1,-67],[13,-6],[3,-14],[-11,-24],[0,-17],[-7,-23],[1,-21],[8,12],[10,42],[6,14],[3,-22],[-10,-33],[3,-16],[-3,-9],[3,-13],[6,10],[5,-8],[-4,-19],[-10,-6],[-4,-30],[11,16],[0,-20],[-4,-10],[0,-24],[-3,-45],[4,-13],[3,29],[7,-23],[2,-34],[3,-25],[4,14],[0,23]],[[3942,45509],[7,19],[3,-12],[7,-5],[4,16],[0,25],[-1,22],[-6,3],[2,21],[-6,35],[-7,-11],[-3,17],[-6,-4],[-4,15],[-4,-11],[-16,-4],[-7,-26],[-6,23],[-3,-14],[-14,-15],[3,-51],[6,-9],[5,15],[6,-36],[6,8],[5,22],[0,-17],[6,-10],[9,17],[5,28],[3,-34],[13,14],[-7,-41]],[[8624,31095],[0,12],[13,-6],[-13,35],[5,5],[7,-25],[8,7],[3,24],[2,51],[-5,20],[-11,13],[-2,-21],[-2,18],[4,16],[4,-13],[7,-4],[6,15],[0,35],[3,17],[-4,11],[3,25],[-8,43],[-10,15],[-4,25],[-4,-53],[0,-38],[-6,-12],[-3,-21],[-7,-35],[3,-45],[-3,13],[-3,-12],[3,-40],[6,-22],[4,-1],[2,-24],[-6,8],[3,-29],[5,-7]],[[8721,32735],[5,-8],[2,38],[-11,91],[-4,54],[-9,48],[-30,63],[-7,15],[-6,-27],[6,-23],[4,-44],[2,-3],[4,-25],[3,0],[1,-36],[6,-22],[9,-11],[1,-35],[4,-8],[0,-19],[8,-45],[11,-32],[1,29]],[[8663,32793],[-11,70],[0,16],[-8,51],[-4,-1],[-6,-27],[6,-1],[2,-21],[-3,-18],[-6,1],[10,-41],[1,-34],[9,-66],[3,-3],[10,-62],[1,-29],[6,-25],[-2,19],[3,35],[5,-13],[-2,-50],[9,-78],[3,29],[0,70],[5,-32],[5,15],[2,-18],[8,51],[-2,29],[-10,26],[-6,27],[-10,31],[-1,-22],[-14,20],[-7,25],[4,26]],[[9724,32932],[-7,19],[-5,21],[-23,86],[0,11],[-15,56],[-3,28],[-7,29],[-13,50],[-7,38],[-9,60],[-11,34],[0,-20],[7,-53],[3,-54],[8,-34],[6,-41],[9,-25],[12,-58],[2,-43],[6,1],[5,-14],[10,-52],[7,-16],[0,-41],[5,24],[7,-25],[10,-18],[7,-25],[6,14],[-3,19],[-7,29]],[[13017,40315],[3,3],[10,-22],[3,16],[9,5],[4,-21],[-4,59],[-5,23],[-4,3],[-11,41],[-9,14],[-9,0],[-11,-14],[-3,-21],[9,-3],[-7,-9],[-6,19],[-9,-22],[0,-23],[10,-70],[-2,-26],[5,0],[14,33],[13,15]],[[6102,40494],[4,10],[23,-19],[3,9],[13,-5],[4,6],[13,50],[10,10],[6,30],[-9,2],[-1,-23],[-13,-9],[-13,4],[-6,-7],[-5,20],[-3,31],[-9,-9],[-4,11],[-13,-12],[-6,14],[-12,-11],[-5,7],[0,-23],[3,-12],[4,-31],[16,-56],[0,13]],[[8677,31990],[3,39],[0,29],[-7,84],[-2,95],[-1,-12],[-10,14],[-4,-6],[-12,6],[2,-19],[-2,-23],[-4,8],[-4,-8],[-2,-39],[3,-35],[6,-7],[6,-31],[4,4],[-1,-41],[7,-13],[1,-20],[11,54],[-1,-34],[-4,-14],[4,-3],[7,-28]],[[7595,31859],[-9,7],[-7,14],[-10,67],[-1,22],[7,57],[-9,22],[-22,45],[-5,-13],[3,-37],[7,1],[6,-8],[6,-21],[1,-40],[-4,-23],[10,-32],[6,-63],[0,-37],[1,-12],[-6,-62],[9,-30],[-2,-24],[7,-11],[6,21],[13,22],[7,26],[-11,28],[-7,40],[4,41]],[[7947,34280],[4,33],[-5,-8],[4,50],[-4,48],[-5,-9],[-5,44],[0,20],[-6,41],[-6,8],[-5,29],[-2,-27],[4,-12],[-4,-17],[-7,23],[-7,-11],[0,-21],[8,-11],[-7,-22],[5,-10],[8,-1],[-4,-32],[10,-18],[-6,-21],[10,-18],[-4,-21],[6,-23],[-8,-14],[3,-26],[-1,-15],[11,21],[9,5],[4,15]],[[7039,40522],[4,29],[-6,39],[-15,37],[-3,18],[-12,13],[-2,-12],[-9,6],[-3,16],[-13,-8],[-7,2],[-4,-14],[6,-30],[10,-35],[2,-21],[6,30],[3,-43],[7,4],[14,-21],[3,4],[2,31],[4,-15],[0,-20],[13,-10]],[[4015,15844],[-3,30],[-7,-8],[-2,35],[-14,-4],[-6,6],[0,41],[-4,21],[-4,8],[-10,-9],[-6,3],[0,13],[-20,34],[-1,13],[-16,25],[-10,-5],[-6,8],[-21,78],[-14,6],[-3,24],[-10,13],[-7,-21],[-3,25],[-19,36],[-11,5],[-9,38],[-1,-20],[6,-18],[21,-53],[20,-38],[33,-69],[33,-59],[19,-31],[36,-68],[39,-59]],[[5262,42830],[13,8],[-4,12],[-2,41],[6,-21],[3,4],[7,-25],[0,24],[10,-22],[-4,71],[4,34],[0,26],[-3,20],[-4,-7],[1,-21],[-4,-18],[-10,7],[0,-15],[-10,-26],[-6,7],[-2,33],[-12,5],[-8,-51],[2,-33],[5,-19],[15,-39],[3,5]],[[4689,32386],[7,27],[6,-2],[4,35],[10,66],[0,36],[-20,59],[-3,21],[-4,3],[-14,-94],[-2,-41],[12,-64],[-3,-44],[7,-2]],[[825,49884],[4,6],[3,21],[6,20],[0,44],[7,-10],[0,-15],[3,-14],[8,5],[0,12],[12,4],[4,27],[3,49],[-4,-38],[-6,-5],[-3,13],[-7,-1],[-13,-17],[10,51],[-1,21],[-6,-17],[-9,-6],[2,-16],[0,-31],[-7,40],[0,25],[4,32],[-3,13],[-7,-36],[4,-28],[-11,-17],[-3,2],[-4,-25],[4,-27],[4,3],[2,-17],[-6,-41],[3,-27],[7,0]],[[95,49973],[10,25],[6,25],[4,49],[-6,37],[2,13],[-6,17],[-11,3],[-9,-40],[-10,-29],[4,-64],[7,-34],[9,-2]],[[13010,40822],[10,15],[3,20],[-3,29],[3,20],[-10,-15],[-4,23],[1,11],[-10,10],[-4,38],[-10,-9],[-4,5],[-3,-34],[-2,-41],[3,-32],[6,-19],[0,-15],[9,-33],[5,-6],[10,33]],[[5498,43662],[8,-19],[10,10],[3,25],[-3,23],[-11,-19],[-2,44],[4,-2],[6,17],[-1,21],[4,5],[6,45],[-3,15],[-9,7],[-3,25],[-9,14],[-5,18],[-5,2],[-3,-15],[5,-22],[-4,-32],[4,-24],[10,21],[2,-39],[-6,-20],[0,-47],[4,-7],[-4,-18],[-4,12],[-4,33],[-8,17],[-1,-20],[4,-14],[3,-40],[6,-4],[-6,-28],[0,-6],[12,22]],[[99637,49687],[6,1],[19,36],[6,30],[0,13],[-6,37],[-6,16],[-2,26],[-11,7],[-9,-60],[-9,-22],[7,-17],[-4,-49],[3,-13],[6,-5]],[[12122,36579],[13,29],[11,44],[3,20],[-4,27],[-30,-3],[-6,-5],[-9,-41],[-5,-37],[6,-21],[11,-13],[10,0]],[[2518,48158],[4,17],[11,18],[-1,69],[-6,25],[-10,8],[-10,-15],[-6,12],[-4,-12],[3,-21],[0,-33],[3,-42],[-2,-22],[9,-2],[3,-10],[6,8]],[[8693,31173],[-2,11],[8,33],[1,-8],[-4,-62],[8,8],[7,35],[6,48],[3,14],[-3,42],[-6,-5],[-11,5],[0,-26],[-2,17],[-1,59],[-11,-42],[-2,-34],[-7,3],[2,-20],[-2,-24],[2,-20],[-5,-1],[-3,-26],[8,-10],[1,23],[4,8],[0,26],[7,9],[0,-15],[-5,-29],[-3,-52],[4,-25],[6,58]],[[7441,37512],[4,25],[3,8],[-3,21],[-7,-4],[7,18],[3,-6],[7,17],[6,-4],[11,22],[-1,31],[-6,5],[-4,34],[-3,-5],[-10,-34],[-7,3],[-13,-24],[-4,-23],[-7,19],[1,-19],[14,-66],[-5,3],[1,-21],[7,7],[7,-41],[6,15],[-7,19]],[[7619,36855],[3,34],[-3,42],[2,27],[-5,53],[-15,46],[-3,-37],[-6,-21],[3,-20],[-3,-29],[6,-15],[3,-27],[-3,-24],[3,-23],[2,0],[6,-28],[10,22]],[[2210,48781],[-5,18],[-5,8],[-10,-26],[-2,23],[-4,0],[-2,-33],[2,-64],[6,-32],[10,-23],[15,61],[-5,68]],[[3966,26396],[3,15],[9,-11],[5,12],[3,45],[4,49],[2,47],[-9,20],[-1,-17],[-6,21],[-10,-24],[-6,-22],[-2,-50],[2,10],[6,-4],[-8,-23],[0,-56],[4,-29],[4,17]],[[8834,31260],[1,17],[8,-10],[7,85],[4,2],[1,-33],[9,2],[0,-25],[8,35],[-5,15],[-7,62],[-13,3],[0,-62],[-6,24],[0,14],[-6,27],[-7,15],[-7,0],[6,-35],[6,-12],[0,-26],[-13,13],[-3,-24],[4,-6],[9,10],[4,-7],[-7,-13],[6,-21],[-10,-21],[-2,-17],[4,-17],[2,14],[4,-30],[3,21]],[[5671,41954],[3,-2],[9,19],[-2,21],[3,30],[7,2],[6,34],[-6,17],[-4,-4],[3,-24],[-6,-5],[-7,4],[-1,-15],[-9,-2],[3,-28],[-6,-13],[0,17],[-7,6],[-7,35],[2,22],[-5,14],[3,14],[7,0],[-5,17],[-8,-9],[-2,-38],[1,-27],[4,-23],[-3,-24],[3,-25],[9,3],[8,-20],[-1,-20],[6,6],[2,18]],[[8914,30754],[5,11],[3,-32],[2,26],[-4,29],[-8,25],[0,12],[7,-12],[8,-27],[1,-35],[2,29],[4,-18],[1,13],[-3,46],[-15,50],[-6,-14],[-9,-4],[5,-48],[-15,33],[-5,-13],[-17,-1],[-5,-8],[9,-17],[3,-17],[4,19],[4,-13],[3,-37],[4,-15],[6,3],[-4,55],[4,-19],[2,-30],[2,9],[6,-7],[-6,28],[12,-21]],[[5537,43906],[8,29],[5,-16],[6,1],[-3,65],[-7,40],[-10,24],[-10,-4],[-4,-45],[7,-48],[-3,-16],[7,-5],[3,13],[3,-13],[-6,-12],[-10,0],[12,-42],[4,10],[-2,19]],[[12859,40462],[4,10],[0,40],[3,26],[-3,41],[-5,-17],[1,34],[4,16],[-3,26],[-8,-8],[-7,-13],[-6,-63],[-3,-58],[10,-13],[2,-8],[11,-13]],[[4907,43259],[-7,53],[2,15],[-3,29],[-7,-16],[-8,15],[-4,24],[-13,-20],[-4,10],[-1,-35],[2,-35],[9,-26],[10,8],[10,-20],[6,-1],[7,-15],[1,14]],[[7361,37445],[-3,44],[-4,-4],[4,22],[-1,40],[-3,24],[-7,22],[-10,-14],[-6,-28],[-6,-1],[-2,-50],[4,-23],[14,-17],[10,7],[3,-17],[7,-5]],[[3605,16809],[-8,18],[-12,49],[-2,-14],[-6,10],[-10,38],[-10,29],[-16,23],[-7,18],[-7,4],[-4,17],[1,14],[-8,2],[2,12],[-5,9],[-7,29],[-9,17],[-3,-9],[-8,41],[-2,17],[-7,16],[-1,-20],[45,-149],[20,-49],[9,-17],[27,-79],[20,-46],[14,-13],[4,3],[0,18],[-10,12]],[[8024,3245],[-3,44],[2,15],[-6,54],[0,42],[-20,66],[-10,33],[-10,-1],[11,-65],[2,-21],[0,-38],[10,-116],[8,-8],[6,-16],[10,11]],[[8677,32800],[2,27],[-3,11],[-7,61],[-16,95],[-14,32],[-13,20],[-10,5],[-4,-22],[5,4],[10,-18],[-8,-7],[-2,-14],[6,-4],[3,-23],[-2,-16],[-7,4],[0,-9],[9,-14],[6,51],[14,-23],[8,-42],[6,-43],[1,-3],[12,-70],[4,-2]],[[2536,47894],[10,24],[3,-4],[0,37],[-2,27],[-5,26],[-9,18],[-13,-33],[-5,-50],[7,-19],[3,-25],[11,-1]],[[3849,45605],[3,-11],[13,-1],[3,23],[4,9],[3,34],[-3,13],[-3,-15],[-7,0],[0,37],[-3,8],[-5,-12],[-2,-27],[-4,-20],[-9,-5],[-13,0],[-12,13],[-8,-19],[12,-14],[17,-2],[6,-25],[8,14]],[[9039,30874],[-3,30],[-4,-12],[-1,20],[4,4],[0,49],[-6,12],[-17,10],[-5,-29],[0,-59],[5,-21],[2,-33],[5,1],[3,27],[-1,17],[7,-19],[-9,-58],[7,3],[13,58]],[[2642,47704],[-2,32],[3,13],[-6,8],[-4,32],[0,38],[-10,21],[-3,-9],[0,-27],[-6,-11],[3,-74],[5,-29],[4,5],[4,-18],[7,-7],[5,26]],[[13127,41535],[4,4],[5,76],[4,40],[-1,42],[-6,8],[-2,41],[-7,10],[3,-24],[-3,-35],[0,-33],[-4,12],[-3,-16],[-1,-45],[10,-101],[1,21]],[[3972,30913],[-10,12],[-6,24],[-8,8],[-13,5],[-3,-55],[7,-48],[1,-43],[10,17],[22,55],[0,25]],[[12173,39074],[9,-8],[8,12],[-2,6],[0,56],[-5,30],[-7,32],[-3,1],[-15,-82],[-2,-20],[6,-11],[5,-30],[6,14]],[[7049,38447],[6,14],[-3,26],[3,75],[-2,112],[-6,-9],[-7,-35],[2,-40],[-3,-36],[-3,-58],[4,-2],[2,-49],[-3,-28],[4,-12],[6,42]],[[878,49829],[3,13],[-10,20],[1,22],[9,-7],[-2,14],[10,-26],[2,18],[-5,23],[3,6],[-3,41],[-4,-7],[-7,-23],[-7,-7],[-6,11],[-4,-26],[-3,0],[-10,-18],[13,-37],[13,-16],[7,-1]],[[12122,38952],[4,2],[14,104],[0,52],[-5,0],[-6,-16],[-4,-23],[-4,-4],[-15,-129],[3,-33],[4,8],[9,39]],[[8860,32184],[1,59],[-7,24],[-7,11],[-3,15],[-10,16],[-4,27],[-7,21],[-9,-17],[7,-25],[-3,-16],[3,-19],[-7,12],[4,-20],[6,-1],[9,-21],[1,8],[6,-25],[10,-28],[5,-24],[5,3]],[[4964,43327],[-4,4],[-1,22],[5,37],[0,24],[-4,34],[-9,-15],[-11,-33],[0,-15],[-7,-21],[6,-39],[5,-8],[10,14],[5,-14],[5,10]],[[7481,35289],[7,7],[4,29],[13,5],[9,-24],[5,9],[-1,25],[-6,9],[-7,-9],[-3,9],[-5,33],[-12,21],[-17,1],[-4,-25],[13,-13],[-2,-21],[6,-42],[-6,-12],[0,-18],[6,16]],[[12,50977],[7,34],[0,43],[6,18],[-8,9],[-3,37],[-9,12],[-4,-21],[1,-59],[-2,-27],[8,-44],[4,-2]],[[99544,49563],[8,31],[2,50],[3,12],[-5,23],[-12,9],[-1,-11],[-9,-11],[2,-11],[-2,-55],[1,-21],[7,7],[-1,-20],[7,-3]],[[7321,36682],[13,16],[-1,9],[2,19],[6,7],[6,67],[-13,-17],[-1,-16],[-16,-21],[-9,0],[-5,-66],[11,-20],[7,22]],[[5466,44259],[-6,17],[-2,-13],[-6,7],[-6,-10],[3,-21],[-1,-55],[-5,-18],[3,-34],[7,-1],[10,49],[6,21],[0,33],[-3,25]],[[12011,36750],[0,71],[-6,-5],[-10,38],[-10,-12],[-9,-35],[16,-53],[3,4],[14,-40],[2,32]],[[12162,39155],[4,32],[7,37],[0,13],[-7,-11],[0,11],[-6,24],[-7,0],[5,31],[-9,-6],[-3,-41],[3,-27],[6,-7],[1,-29],[-3,-17],[-1,39],[-6,21],[0,-75],[3,-39],[13,44]],[[12841,41449],[4,6],[0,19],[6,-9],[1,17],[7,48],[3,26],[-2,23],[-22,1],[-3,-50],[6,-46],[0,-35]],[[54,50811],[7,12],[6,81],[-16,-14],[3,29],[-3,19],[-7,22],[0,-69],[4,-36],[-6,-28],[5,-30],[5,-4],[2,18]],[[7394,32479],[8,16],[6,70],[-1,25],[3,29],[-2,51],[-7,-33],[-13,-90],[-3,-43],[6,-42],[3,17]],[[3630,45799],[11,39],[-3,27],[-14,9],[-16,-9],[0,-53],[3,-13],[3,16],[0,-31],[3,-1],[13,16]],[[3424,17320],[-12,29],[-6,40],[-10,12],[-6,46],[-10,4],[-10,55],[-10,17],[-10,36],[-4,33],[-6,-1],[-8,19],[-2,25],[-7,12],[2,13],[-5,11],[-4,-15],[23,-84],[53,-167],[12,-52],[27,-88],[2,14],[-7,20],[-2,21]],[[9273,31975],[17,35],[12,9],[3,-10],[-9,-11],[6,-22],[5,16],[-4,48],[-3,28],[-13,8],[-7,-11],[-1,-11],[11,6],[-3,-26],[5,-1],[-12,-16],[-14,-25],[-17,-6],[14,15],[9,17],[-5,1],[-12,-23],[-15,-7],[-8,-12],[21,-8],[9,6],[4,-7],[7,7]],[[11965,38049],[6,20],[3,-1],[8,25],[-1,30],[-7,16],[0,29],[-5,44],[-8,-41],[-3,-31],[-4,0],[-2,-27],[5,-19],[7,6],[2,-20],[-1,-31]],[[7957,3535],[-7,30],[-6,1],[3,-71],[4,-43],[6,-16],[14,-24],[7,-37],[3,-38],[7,-56],[2,27],[-6,66],[0,55],[-14,66],[-13,40]],[[9534,31740],[1,42],[-5,16],[-2,37],[-7,9],[-4,-20],[-4,4],[-3,16],[-4,5],[-5,17],[-4,-21],[11,-58],[5,-4],[15,-55],[3,-26],[3,38]],[[9464,32076],[2,41],[-3,14],[-9,7],[5,5],[-8,41],[-8,-30],[7,-12],[-16,-7],[-4,-14],[4,-17],[15,-28],[8,-22],[9,-6],[-2,28]],[[7957,3577],[-4,52],[-6,41],[-7,28],[-9,8],[-11,25],[-3,-84],[3,-32],[9,-4],[8,-17],[4,3],[16,-20]],[[99568,49981],[5,13],[16,7],[1,19],[6,5],[4,36],[4,8],[2,24],[-9,6],[-8,-12],[-8,-56],[-12,-19],[-6,-41],[5,10]],[[12525,37707],[3,-4],[6,38],[-4,-7],[4,33],[13,77],[4,64],[-6,19],[-3,-25],[-4,-37],[-7,-38],[-7,-67],[4,10],[0,-13],[-11,-99],[4,-4],[4,34],[0,19]],[[8028,34165],[12,-16],[-3,26],[-3,3],[0,24],[4,2],[-1,35],[-6,-33],[-3,-22],[-4,22],[0,37],[-7,-22],[0,-21],[-6,15],[3,52],[-4,18],[0,32],[-10,-22],[8,-33],[-7,-6],[3,-30],[6,-3],[-6,-25],[6,9],[-2,-30],[6,13],[3,-26],[3,21],[4,8],[-1,-37],[8,-18],[2,6],[-5,21]],[[12353,36597],[-10,10],[0,-17],[-10,-80],[-6,-54],[0,-25],[-5,-34],[-2,-28],[1,-20],[3,8],[3,40],[14,79],[3,47],[9,74]],[[12102,38069],[4,-2],[15,45],[1,22],[6,20],[7,11],[-2,24],[-7,21],[-6,-10],[-11,-68],[-6,-13],[-3,-28],[-1,-25],[3,3]],[[3230,17937],[-7,25],[-4,5],[-4,19],[-7,5],[-9,20],[0,36],[-3,11],[3,18],[-1,13],[-5,60],[-7,10],[-7,-14],[0,-29],[4,3],[3,-17],[0,-25],[-4,-3],[3,-52],[6,-10],[38,-89],[1,14]],[[12222,40122],[-2,-8],[7,-28],[-5,7],[3,-20],[15,-33],[6,-32],[1,36],[-1,66],[-9,26],[-12,24],[2,-31],[3,-28],[-8,21]],[[3701,16540],[-10,4],[-13,94],[-14,26],[-4,-1],[-3,-39],[18,-56],[36,-102],[7,-17],[1,11],[-9,19],[-8,58],[-1,3]],[[9903,4494],[-1,30],[-16,37],[-3,36],[-5,-79],[-13,-37],[0,-16],[31,-13],[22,0],[0,13],[-13,3],[-2,26]],[[5941,40997],[7,36],[-6,2],[-1,24],[-9,-18],[-1,-25],[-9,0],[-4,-31],[6,-3],[8,-37],[6,-8],[6,26],[-3,34]],[[8055,30220],[-11,1],[-3,-9],[7,-5],[3,-13],[4,-61],[5,-25],[15,-13],[2,22],[-6,44],[-16,59]],[[12505,37526],[5,0],[1,18],[6,16],[4,-1],[7,44],[-4,-21],[-3,50],[-7,0],[-9,-28],[-5,-58],[-2,-25],[7,5]],[[4471,6009],[-4,0],[0,-27],[3,-68],[5,-68],[12,-216],[7,-88],[11,-90],[7,-34],[12,-67],[14,-73],[0,20],[-11,61],[-2,13],[-10,50],[-11,79],[-10,71],[-2,33],[-3,27],[-2,50],[-3,80],[-9,90],[-1,63],[-2,17],[-2,66],[1,11]],[[12213,35340],[3,34],[-3,3],[2,38],[-12,-157],[-1,-49],[1,-51],[6,7],[1,49],[6,62],[0,48],[-3,16]],[[6996,40202],[3,1],[0,67],[-6,6],[-4,-13],[-9,-2],[-11,-19],[1,-21],[5,10],[4,-4],[7,-31],[4,-24],[6,30]],[[3952,26545],[4,36],[-4,17],[-13,1],[-4,-29],[-2,-79],[3,-26],[4,-3],[6,53],[6,30]],[[10506,5923],[9,1],[4,9],[9,35],[-2,21],[-10,-48],[-2,16],[-12,-24],[-23,-118],[-8,-36],[-16,-54],[-13,-53],[-27,-69],[-27,-52],[2,-13],[11,29],[20,34],[7,20],[31,94],[16,60],[31,148]],[[5589,42050],[-9,28],[-7,-8],[-3,-16],[-10,-9],[10,-51],[2,-27],[10,21],[4,22],[-4,12],[7,28]],[[4653,44970],[13,1],[-4,15],[1,27],[6,7],[6,-8],[-6,43],[-3,-25],[-11,14],[-3,-11],[-10,-63],[4,-24],[7,24]],[[1699,31430],[-7,-13],[-4,-37],[-9,-32],[2,-17],[11,-76],[4,31],[-1,12],[1,28],[-1,59],[4,25],[0,20]],[[5258,35912],[4,2],[3,24],[-1,47],[-6,25],[1,-30],[-1,-26],[-4,-25],[-9,-24],[2,-37],[2,-21],[-1,-12],[3,-34],[7,30],[0,81]],[[98922,48954],[11,8],[4,17],[-6,43],[-11,3],[-4,-17],[-1,-20],[-4,-13],[-1,-25],[12,4]],[[5529,42126],[3,9],[-2,30],[6,14],[-1,24],[-9,31],[0,-47],[-4,-10],[-5,-31],[-4,13],[-3,-15],[3,-29],[9,-18],[5,-2],[-1,17],[3,14]],[[5419,44113],[-6,6],[2,23],[-10,1],[-3,26],[-4,-1],[-2,22],[-7,-7],[-7,-34],[7,-8],[3,-19],[4,12],[6,-32],[7,-12],[10,23]],[[903,49677],[6,17],[-1,-22],[11,7],[6,-7],[4,19],[-13,18],[-4,-9],[-3,32],[-17,-18],[-4,-20],[4,-15],[7,-8],[4,6]],[[7619,34858],[2,16],[-5,11],[-7,-19],[-8,0],[-6,-30],[16,-47],[7,-3],[3,8],[-2,64]],[[4458,6732],[-1,4],[-3,-38],[3,-70],[-2,-108],[0,-149],[-1,-124],[0,-71],[4,-58],[7,-83],[3,3],[-10,121],[-1,109],[3,168],[-2,30],[3,28],[-1,79],[1,31],[-3,46],[0,12],[0,70]],[[4726,4100],[-3,29],[-4,15],[3,-43],[-4,28],[-12,28],[-4,34],[-6,9],[-13,52],[-8,46],[-12,71],[-1,13],[-10,41],[-6,42],[-4,16],[-3,42],[-4,79],[-3,9],[-3,-17],[4,-35],[5,-58],[14,-86],[17,-88],[13,-93],[24,-90],[23,-78],[13,-54],[8,-20],[-2,26],[-22,66],[0,16]],[[5215,35918],[-4,-25],[4,-38],[0,-47],[3,-40],[4,-7],[5,41],[1,61],[-13,55]],[[3966,26644],[9,4],[4,25],[-3,40],[-27,-23],[-10,-2],[7,-12],[4,-21],[16,-11]],[[932,49754],[6,53],[4,-7],[0,19],[-7,5],[-7,-9],[-6,-31],[-11,-13],[5,-19],[6,9],[4,-19],[6,-2],[0,14]],[[8798,31530],[3,8],[3,42],[-4,19],[-2,34],[-2,-18],[-3,10],[1,31],[-7,10],[-2,-8],[0,-29],[-5,-35],[4,-40],[3,7],[-1,23],[1,24],[1,-30],[6,12],[3,-28],[-6,-20],[7,-12]],[[12856,41204],[13,5],[7,25],[0,24],[-4,26],[-12,-11],[-5,-17],[1,-27],[0,-25]],[[7715,34886],[7,4],[-2,13],[0,39],[-4,1],[-10,-16],[-3,-20],[-7,-6],[-1,-15],[3,-30],[11,12],[6,18]],[[8048,3379],[-7,33],[-7,4],[-4,13],[-9,36],[-13,30],[-12,37],[-9,-7],[4,-25],[12,-17],[17,-58],[1,-17],[7,-8],[5,-17],[15,-4]],[[5318,43072],[4,32],[4,6],[-1,34],[-11,-9],[-9,0],[0,-31],[-3,-11],[6,-18],[10,-3]],[[4819,3773],[48,58],[43,48],[57,22],[3,22],[-7,-14],[-44,-16],[-16,-12],[-24,-25],[-23,-30],[-36,-44],[-17,45],[-7,28],[-3,2],[6,-30],[13,-51],[7,-3]],[[98421,48259],[9,11],[3,42],[-15,-4],[-10,-17],[-3,-13],[7,-11],[4,-25],[5,17]],[[3801,45719],[-13,13],[-6,-28],[2,-16],[12,-41],[0,26],[10,20],[-5,26]],[[3088,20253],[11,1],[-1,20],[3,28],[-5,20],[-14,13],[-4,-8],[-3,-49],[13,-25]],[[84,50460],[7,8],[4,18],[13,3],[4,11],[3,24],[-24,-1],[-7,-63]],[[7660,34918],[3,5],[-1,37],[-4,12],[-5,-8],[-8,1],[-6,-37],[7,-31],[3,-4],[6,22],[5,3]],[[4900,43650],[-7,4],[-6,-25],[3,-44],[-4,-49],[8,30],[9,42],[0,29],[-3,13]],[[6256,41580],[0,19],[4,31],[-4,2],[6,16],[-5,8],[3,34],[-7,3],[0,-21],[-10,-8],[-4,-27],[1,-11],[7,7],[0,-13],[8,-1],[0,-19],[-5,-7],[5,-25],[1,12]],[[4461,42882],[6,34],[-2,46],[-7,4],[-6,-17],[-2,-27],[1,-33],[10,-7]],[[11929,36833],[5,-7],[8,15],[-7,18],[6,27],[-9,33],[-13,-53],[2,-27],[10,22],[-2,-28]],[[11994,36179],[-6,-13],[-7,-45],[-2,-34],[3,-16],[10,16],[4,41],[0,32],[-2,19]],[[6235,41241],[-5,8],[-1,62],[7,27],[0,43],[-3,26],[-7,-16],[-3,-25],[3,-24],[-3,-33],[5,-31],[1,-39],[6,2]],[[962,49729],[7,-13],[3,21],[-11,10],[-5,15],[-3,29],[-5,-19],[1,-50],[3,-12],[10,19]],[[4059,30888],[-2,16],[-14,12],[-7,-1],[-3,-29],[13,-40],[13,25],[0,17]],[[12962,40687],[8,28],[5,26],[-2,25],[-6,4],[-8,-27],[-6,-23],[0,-29],[9,-4]],[[9484,32048],[-3,53],[-7,22],[-6,0],[0,-29],[9,-43],[7,-44],[0,-14],[6,-34],[0,23],[-6,66]],[[6551,1589],[0,53],[-4,-8],[0,32],[3,7],[1,29],[-7,-35],[-14,-34],[-2,-44],[10,4],[10,-29],[3,-37],[3,16],[-3,46]],[[8785,31690],[2,16],[0,43],[-13,-63],[-3,-25],[3,-52],[9,36],[2,45]],[[5048,16922],[-7,12],[-3,21],[3,50],[-3,28],[-4,5],[-3,-27],[6,-52],[-3,-70],[12,-9],[8,-24],[-1,33],[-5,33]],[[5108,41884],[2,28],[-9,-24],[-4,-2],[-9,20],[-14,16],[6,-25],[14,-8],[13,-89],[-2,42],[3,42]],[[11801,35389],[0,18],[-13,-24],[-7,-51],[4,-26],[9,16],[0,30],[7,37]],[[5669,1733],[0,13],[-9,0],[-13,33],[-7,-1],[-7,7],[-20,39],[-16,10],[-8,23],[-10,-14],[4,-18],[37,-24],[10,-22],[16,-20],[13,-25],[10,-1]],[[3674,27904],[-7,64],[11,33],[2,39],[-5,-35],[-5,27],[-6,2],[-4,-23],[2,-53],[6,-40],[6,-32],[0,18]],[[12876,41676],[-1,6],[-9,-8],[0,-37],[-1,-49],[7,-2],[4,22],[0,68]],[[12299,36310],[7,1],[4,47],[6,22],[-6,5],[-13,-28],[-5,-55],[-2,-27],[9,35]],[[5503,42306],[3,-28],[0,-53],[4,-40],[3,-2],[9,13],[-2,16],[-17,94]],[[3652,16651],[-1,21],[-10,12],[-18,97],[-5,-12],[0,-34],[12,-41],[14,-39],[8,-4]],[[3999,45336],[7,1],[-1,29],[-6,-9],[-7,13],[-2,14],[-7,9],[-4,13],[-6,-20],[9,-13],[10,-28],[7,-9]],[[12719,41362],[3,19],[-1,30],[-5,30],[-7,7],[-12,-10],[4,-22],[7,-19],[4,4],[7,-7],[-3,-27],[3,-5]],[[3181,18064],[-2,16],[-4,-11],[-13,36],[-4,39],[-9,17],[-4,-8],[7,-37],[6,-38],[21,-41],[2,27]],[[11035,33566],[-11,-6],[-4,-22],[4,-38],[6,-2],[11,39],[-1,18],[-5,11]],[[2854,18147],[-9,2],[-4,-25],[-1,-29],[1,-17],[10,-20],[3,12],[0,32],[3,30],[-3,15]],[[9689,32553],[9,40],[1,30],[-7,47],[0,-33],[-3,-36],[-7,-37],[0,-31],[7,20]],[[5402,43632],[-1,13],[-5,-11],[-4,15],[-10,-16],[3,-36],[7,-13],[7,23],[3,25]],[[11948,37945],[1,35],[-4,39],[-6,-8],[-1,-31],[-6,-7],[2,-30],[8,12],[4,-25],[2,15]],[[4588,42921],[-2,25],[-7,0],[-11,31],[-17,36],[-17,58],[0,-14],[14,-51],[13,-23],[11,-35],[10,-26],[6,-1]],[[3675,28128],[-1,3],[-3,58],[0,28],[-4,55],[1,71],[2,40],[-6,-3],[-3,-31],[7,-149],[3,-69],[4,-3]],[[12239,40159],[-3,31],[4,9],[-1,21],[-5,16],[0,-22],[-5,26],[-2,-20],[-5,0],[5,-22],[-4,3],[9,-40],[7,-2]],[[10327,5408],[-4,0],[-16,-39],[-14,-55],[-6,-16],[-10,-42],[-10,-28],[-1,-21],[5,4],[20,85],[22,68],[14,33],[0,11]],[[9233,4248],[16,38],[-2,34],[-7,-17],[-14,-49],[-10,24],[-4,-42],[7,14],[4,-6],[-10,-17],[0,-11],[15,12],[5,20]],[[142,50391],[6,9],[-2,34],[-5,8],[-3,-14],[-3,12],[-7,-19],[0,-19],[14,-11]],[[7983,3504],[1,8],[-3,45],[-4,3],[-7,23],[-14,40],[5,-61],[15,-54],[7,-4]],[[2614,47587],[6,34],[-1,34],[-14,-22],[2,-6],[3,-39],[4,-1]],[[12052,36349],[7,32],[-1,13],[-9,-4],[-7,9],[-3,25],[-8,-18],[4,-18],[6,1],[-2,-14],[6,-10],[3,13],[1,-28],[3,-1]],[[7126,39830],[-9,17],[-5,-22],[5,-25],[13,-12],[3,11],[-7,31]],[[12056,35411],[5,9],[-2,24],[-13,21],[-5,-9],[-2,-15],[7,-20],[10,-10]],[[8848,31159],[-4,22],[-10,16],[-9,-9],[-4,-16],[4,-9],[9,5],[0,-23],[7,19],[3,-28],[3,2],[1,21]],[[12639,40725],[-2,28],[-5,-25],[-3,-1],[-7,-49],[2,-16],[11,37],[4,26]],[[4043,25359],[-1,-14],[4,-52],[4,-23],[6,7],[1,20],[-2,32],[-12,30]],[[3523,45958],[-6,8],[-3,26],[3,9],[-7,14],[-3,31],[-1,-19],[7,-38],[-3,-14],[0,-17],[8,-29],[6,16],[-1,13]],[[3805,16245],[3,21],[-4,14],[-6,-17],[-7,42],[-10,4],[-4,45],[-5,-25],[-4,16],[-1,-12],[35,-87],[3,-1]],[[2237,48590],[-6,10],[-10,-8],[3,-32],[4,-17],[9,15],[0,32]],[[9536,32355],[1,28],[-10,1],[-19,-13],[-8,-12],[0,-10],[14,12],[16,0],[0,-15],[6,9]],[[13024,40446],[-2,29],[-5,33],[-5,-7],[-2,-45],[14,-22],[0,12]],[[8701,32286],[-1,43],[-7,42],[-3,-27],[3,-19],[-2,-22],[3,-28],[4,0],[-4,-25],[7,7],[0,29]],[[7327,1745],[10,30],[4,30],[4,2],[-7,21],[-7,-11],[-6,-25],[-8,-10],[1,-22],[9,-15]],[[3439,17262],[-2,-12],[16,-52],[18,-60],[3,-2],[-4,27],[-13,53],[-7,9],[-11,37]],[[12149,39891],[7,17],[4,-3],[-4,24],[-1,-13],[-6,34],[-1,-21],[-6,1],[0,-22],[4,-30],[3,13]],[[13044,40361],[3,-63],[4,-22],[9,-19],[-3,23],[0,33],[-13,48]],[[7467,37950],[-5,-40],[10,-30],[5,22],[-2,24],[-8,24]],[[8311,33038],[-2,13],[0,41],[-5,39],[-6,-14],[7,-15],[-6,-27],[5,-29],[-2,-12],[4,-16],[5,20]],[[8165,33653],[12,52],[8,83],[-10,-38],[-7,-57],[-3,-40]],[[4063,25449],[-4,8],[-9,-8],[-3,-20],[9,-29],[10,12],[-3,37]],[[7559,35315],[3,9],[-7,5],[-7,32],[-2,30],[-4,-4],[0,-25],[3,-22],[0,-24],[7,-1],[0,-15],[7,15]],[[11965,36018],[-10,-22],[-3,-45],[3,-25],[4,-2],[2,30],[0,42],[4,22]],[[4545,44929],[10,42],[1,47],[-4,-13],[-3,-22],[-11,-47],[3,3],[1,-25],[3,15]],[[12980,40610],[-3,-9],[9,-73],[4,9],[-3,56],[-7,17]],[[99405,49737],[17,20],[-6,2],[-9,15],[-8,-20],[3,-41],[3,24]],[[12866,41142],[2,32],[-9,18],[-4,-30],[3,-31],[7,-4],[1,15]],[[9394,32225],[15,26],[12,36],[0,22],[5,2],[8,-25],[-4,22],[-4,13],[-9,-8],[-3,-35],[-27,-60],[-10,-26],[4,0],[13,33]],[[477,49815],[3,34],[-7,21],[-6,-17],[4,-50],[6,12]],[[8261,2976],[24,26],[-8,4],[-2,11],[-4,-15],[-13,-21],[-11,-4],[-5,15],[-4,-3],[-4,-24],[-12,-17],[0,-17],[13,28],[26,17]],[[98378,48229],[12,13],[-1,9],[6,17],[-4,8],[-9,-5],[-8,-45],[4,3]],[[12973,40633],[2,28],[4,7],[-4,7],[1,13],[-10,-10],[-1,-41],[8,-4]],[[8854,31219],[3,23],[-7,35],[-5,-26],[-4,-4],[0,-26],[6,5],[7,-21],[0,14]],[[12033,36358],[3,16],[-4,20],[-8,0],[-3,-35],[1,-14],[11,13]],[[5411,43591],[-8,-20],[5,-16],[1,-31],[4,-13],[3,10],[-5,70]],[[8952,30573],[-4,2],[-3,23],[-6,33],[-2,-22],[2,-26],[6,-39],[7,0],[0,29]],[[11955,38043],[2,29],[-5,26],[-4,1],[0,-24],[-6,-29],[6,-20],[7,17]],[[8905,4147],[-11,28],[-2,20],[-4,-19],[-7,-1],[9,-28],[5,-43],[6,14],[4,29]],[[13009,40630],[-6,-13],[0,-54],[7,8],[3,23],[-1,26],[-3,10]],[[4806,43549],[7,7],[3,12],[-6,34],[-10,-39],[-1,-16],[4,-12],[3,14]],[[8677,32479],[-4,45],[-4,20],[-5,-8],[2,-49],[4,-4],[1,-25],[6,21]],[[7189,38040],[-8,1],[0,-64],[5,3],[5,31],[2,20],[-4,9]],[[3692,29586],[0,31],[-2,6],[-5,-42],[-1,-66],[3,-16],[4,42],[0,37],[1,8]],[[9689,32895],[0,21],[-7,-16],[0,-24],[2,-29],[-2,-16],[-1,-54],[4,12],[-1,33],[3,19],[2,54]],[[4555,5160],[-1,5],[7,-58],[13,-70],[8,-66],[9,-68],[1,22],[-18,136],[-12,59],[-7,40]],[[4813,43800],[-4,12],[-4,-55],[-5,-37],[3,-5],[12,66],[-2,19]],[[3748,16412],[-3,-29],[14,-38],[6,-9],[-3,38],[-14,38]],[[7499,37902],[-11,50],[-10,21],[1,-28],[15,-38],[-5,0],[3,-22],[7,17]],[[4267,30730],[13,23],[0,8],[-12,-3],[-8,20],[-3,-8],[14,-70],[3,4],[-7,26]],[[7478,38813],[-3,-3],[6,-43],[0,-19],[11,16],[-4,30],[-10,19]],[[98356,48183],[14,30],[1,20],[-7,-12],[-4,7],[-5,-17],[-4,-28],[5,0]],[[10970,33831],[7,-57],[4,23],[0,40],[3,17],[-8,-31],[2,35],[-8,-27]],[[9463,32346],[5,-25],[3,45],[-3,8],[-11,-29],[-10,-11],[-8,-19],[1,-12],[14,33],[9,10]],[[12906,39621],[2,26],[-6,-22],[-4,-35],[-1,-26],[5,-12],[4,36],[-3,20],[3,13]],[[4507,43254],[-5,-3],[22,-128],[0,13],[-7,57],[-9,46],[-1,15]],[[9858,4459],[-6,52],[-9,-9],[-9,-25],[-15,-11],[-1,25],[-6,22],[-4,27],[-4,3],[-6,24],[-9,18],[13,-47],[4,-8],[9,-39],[1,-27],[7,-7],[13,19],[5,13],[11,16],[4,-61],[2,15]],[[8289,33200],[3,-1],[6,26],[-2,44],[-4,-28],[-6,17],[-1,-22],[3,-4],[-3,-26],[4,-6]],[[7137,34296],[2,18],[-6,36],[-7,1],[-2,-15],[6,-39],[7,-1]],[[9490,32135],[-2,-29],[8,-63],[5,-16],[2,9],[-6,53],[-6,24],[-1,22]],[[5386,43743],[-5,2],[-6,-70],[3,-18],[0,23],[4,16],[4,47]],[[12155,38317],[0,8],[-13,-26],[-2,-12],[8,-15],[8,40],[-1,5]],[[9481,32177],[-4,20],[-3,2],[-1,-40],[4,-36],[4,3],[0,51]],[[12859,41345],[4,43],[-7,-1],[-4,-41],[4,-29],[3,28]],[[4595,4883],[-3,-4],[14,-94],[6,-48],[0,-16],[7,-57],[6,-24],[-6,37],[-4,54],[-4,28],[-6,63],[-10,61]],[[7575,35372],[-1,10],[-16,14],[-2,-30],[5,11],[1,-14],[6,-6],[7,15]],[[5108,3612],[-4,20],[-4,7],[-12,37],[-8,14],[-9,24],[-21,45],[0,-10],[14,-30],[13,-39],[31,-68]],[[8495,31280],[2,-37],[-2,-16],[5,-38],[5,17],[-8,66],[-2,8]],[[4830,17315],[-4,-20],[0,-14],[7,-37],[4,5],[-4,61],[-3,5]],[[12876,41408],[7,23],[-5,47],[-6,-36],[6,-14],[-2,-20]],[[1016,49357],[-7,-8],[-1,-22],[4,-15],[7,25],[-3,20]],[[4997,3868],[-16,21],[-2,-4],[15,-33],[10,-14],[12,-29],[21,-32],[-13,29],[-13,19],[-10,25],[-4,18]],[[9484,31943],[-4,29],[-6,6],[-8,44],[-2,-21],[4,-20],[13,-32],[5,-23],[-2,17]],[[12062,36334],[-6,18],[-3,-15],[2,-37],[4,-35],[2,20],[1,49]],[[12550,37238],[-6,-2],[-7,-17],[3,-27],[8,14],[2,32]],[[5277,35544],[7,28],[0,24],[-6,-14],[-3,-33],[-6,-2],[0,-18],[2,-14],[4,8],[2,21]],[[5101,41648],[4,20],[-12,-19],[-12,17],[-11,3],[4,-8],[23,-20],[4,7]],[[9347,32139],[7,35],[7,1],[8,-23],[1,12],[-10,20],[-13,-10],[-7,-28],[0,-20],[7,13]],[[6564,1434],[-1,14],[-10,-63],[1,-29],[4,-16],[2,41],[4,17],[0,36]],[[8218,33667],[0,37],[-4,13],[1,-33],[3,-9],[-6,-15],[3,-12],[-1,-49],[4,3],[-1,23],[2,8],[-1,34]],[[12203,40064],[-3,27],[-4,-43],[0,-31],[4,5],[5,33],[-2,9]],[[3929,26582],[7,24],[-15,22],[0,-19],[8,-27]],[[4065,12234],[7,33],[-6,-12],[-30,-137],[0,-3],[13,45],[16,74]],[[4458,6815],[7,-14],[0,29],[-7,29],[0,-24],[-4,-17],[3,-58],[5,17],[-4,38]],[[12176,39364],[2,9],[-2,30],[-3,2],[-4,-28],[1,-29],[6,16]],[[10970,33831],[3,36],[-5,-8],[0,24],[-4,12],[-3,-45],[9,-19]],[[9912,4379],[20,61],[17,28],[1,9],[-18,-25],[-22,-62],[-7,29],[2,-37],[7,-3]],[[3745,16400],[0,16],[-8,-3],[-5,28],[-4,-8],[-6,19],[-1,-10],[7,-22],[14,-32],[3,12]],[[12280,36971],[2,36],[-13,-45],[1,-8],[7,15],[-3,-39],[0,-23],[5,57],[1,7]],[[6872,37288],[4,0],[-4,22],[-1,-12],[-6,16],[-3,-34],[4,-11],[6,19]],[[8001,34347],[0,-14],[7,0],[6,10],[-3,-21],[7,-2],[-4,35],[-13,-8]],[[8047,3329],[-2,17],[-4,-8],[-3,15],[-4,-61],[6,-14],[7,51]],[[9548,32344],[6,4],[16,31],[11,0],[-6,11],[-20,-21],[-7,-16],[0,-9]],[[12632,40840],[5,21],[0,17],[-6,5],[-4,-39],[5,-4]],[[5867,41401],[-7,30],[-6,-12],[-3,5],[-3,-16],[13,0],[4,-17],[2,10]],[[12714,39133],[-5,-7],[-4,-43],[3,-21],[3,32],[3,39]],[[2781,48138],[-11,38],[-9,11],[15,-48],[5,-1]],[[8348,3090],[15,36],[12,41],[8,41],[-4,1],[-4,-33],[-2,25],[-1,-25],[-7,-37],[-13,-33],[-11,-22],[7,6]],[[4973,22626],[-6,-7],[0,-42],[4,-27],[3,12],[-1,64]],[[12622,38997],[-4,3],[-3,-44],[3,-25],[4,19],[0,47]],[[159,50406],[2,15],[-8,27],[-1,-36],[7,-6]],[[12551,40803],[-3,15],[-4,-54],[1,-19],[5,12],[1,46]],[[10988,33790],[2,-20],[6,-1],[1,63],[-4,-5],[2,-23],[-2,-16],[-5,2]],[[4203,16817],[4,12],[6,-6],[1,14],[-5,22],[-9,-15],[0,-26],[3,-1]],[[12193,39991],[-4,20],[-6,-9],[2,-31],[3,-9],[5,29]],[[12598,41116],[-10,-14],[0,-22],[6,-6],[4,42]],[[3607,21593],[-3,62],[-6,-33],[2,-25],[7,-4]],[[8868,31640],[-3,13],[-22,16],[5,-21],[20,-8]],[[865,49795],[-3,-1],[0,-27],[6,-16],[1,36],[-4,8]],[[852,49741],[-1,19],[-12,2],[-1,-18],[11,-11],[3,8]],[[6541,552],[7,12],[-12,4],[-8,29],[6,-43],[-17,19],[0,-11],[17,-21],[7,11]],[[12632,38954],[0,15],[-4,5],[-4,-19],[1,-32],[6,15],[1,16]],[[7266,1750],[0,25],[-6,-25],[-6,-1],[6,-36],[7,4],[-1,33]],[[8008,34380],[6,6],[0,25],[-10,-16],[-4,16],[0,-23],[4,-12],[4,4]],[[5338,36067],[6,6],[1,21],[-6,18],[-4,-42],[3,-3]],[[3419,46849],[2,3],[0,37],[-1,21],[-4,-7],[0,-35],[3,-19]],[[12284,40165],[-4,11],[4,-43],[8,-10],[1,15],[-4,23],[-5,4]],[[4758,3984],[-6,4],[7,-33],[24,-82],[3,8],[-24,70],[-4,33]],[[4243,33655],[-3,2],[-13,-33],[-1,-25],[4,19],[13,25],[0,12]],[[9544,31808],[0,16],[-4,36],[-2,21],[-3,1],[1,-33],[8,-41]],[[12565,40835],[-1,0],[-10,-73],[3,-6],[3,30],[7,38],[-2,11]],[[10364,5485],[-3,19],[-4,-9],[-5,-26],[2,-29],[4,11],[6,34]],[[8838,30838],[-3,7],[-5,-12],[-3,-28],[4,-5],[7,19],[0,19]],[[12330,39014],[-3,-2],[-1,-27],[3,-21],[4,5],[1,19],[-4,26]],[[4832,16788],[-6,10],[-3,-14],[-3,-36],[13,16],[-1,24]],[[9200,4208],[7,7],[1,16],[-8,-15],[-8,-5],[-12,0],[-4,-9],[17,-2],[7,8]],[[7706,34020],[-6,-8],[-1,-15],[4,-22],[5,14],[-2,31]],[[5730,41133],[-6,9],[0,-36],[6,-5],[0,32]],[[4796,43687],[-1,11],[-8,-51],[0,-31],[3,8],[-1,20],[6,18],[1,25]],[[11897,35717],[-3,8],[-7,-28],[1,-19],[6,11],[3,28]],[[99602,49738],[-9,27],[-1,-25],[7,-8],[0,-23],[3,29]],[[12707,41330],[2,12],[0,41],[-7,-25],[0,-27],[5,-1]],[[3982,26364],[-2,22],[-7,0],[-4,-19],[6,4],[0,-26],[3,-4],[4,23]],[[3631,28714],[-4,5],[-2,-70],[3,-29],[0,42],[3,52]],[[6707,843],[24,82],[0,8],[-19,-54],[-8,-32],[3,-4]],[[7449,36302],[0,28],[-10,27],[6,-51],[4,-4]],[[12042,36132],[4,17],[0,29],[-4,20],[0,-37],[-3,-4],[0,-36],[3,11]],[[4643,45041],[6,14],[-10,6],[-7,-16],[7,-10],[4,6]],[[8023,3487],[-3,-8],[10,-42],[7,-4],[-3,24],[-11,30]],[[12041,36323],[8,24],[-7,12],[-3,-28],[-5,12],[0,-16],[7,-4]],[[12841,40743],[-2,9],[-9,-11],[6,-21],[5,23]],[[8778,31715],[0,26],[-4,5],[-4,-21],[4,-22],[4,12]],[[10351,5463],[-3,5],[-15,-45],[0,-10],[7,8],[10,29],[1,13]],[[8162,2955],[20,30],[2,13],[-22,-34],[-15,1],[0,-9],[15,-1]],[[8743,31329],[-2,-27],[5,-43],[5,-7],[-4,19],[-4,58]],[[9788,4622],[4,30],[2,52],[-2,10],[-7,-91],[3,-1]],[[6578,595],[9,12],[7,21],[10,33],[0,13],[-13,-47],[-14,-25],[-13,-8],[1,-5],[13,6]],[[12021,36291],[-7,8],[1,-22],[6,-15],[4,12],[-4,17]],[[6738,37414],[3,8],[-10,2],[-7,19],[0,-13],[7,-11],[-3,-8],[9,-10],[1,13]],[[9018,30767],[1,21],[-4,13],[-3,-22],[-4,-4],[7,-16],[3,8]],[[12888,41439],[2,33],[-5,24],[-6,-15],[4,-22],[3,6],[2,-26]],[[12655,40160],[3,-12],[1,31],[-8,9],[0,-15],[4,-13]],[[6052,40348],[7,13],[0,18],[-8,-7],[1,-24]],[[6370,38839],[-8,-18],[2,-16],[8,12],[-2,22]],[[5972,40665],[-7,21],[-1,-4],[4,-39],[4,22]],[[9555,31766],[0,17],[-7,33],[-1,-10],[6,-52],[2,12]],[[6449,276],[0,10],[-15,-33],[-3,-2],[-11,-35],[23,42],[6,18]],[[4675,44490],[1,40],[-4,8],[-1,-22],[4,-26]],[[11867,35460],[-3,5],[-4,-25],[2,-17],[3,9],[2,28]],[[7362,1879],[-1,11],[-7,-16],[-6,-40],[9,7],[5,38]],[[5526,43646],[6,7],[-2,17],[-10,-25],[6,1]],[[12805,39382],[-6,-39],[3,-15],[3,20],[0,34]],[[6309,39500],[6,31],[-8,4],[-2,-11],[4,-24]],[[11915,36854],[-3,2],[-4,-32],[7,9],[0,21]],[[4571,14407],[-6,6],[4,-20],[-1,-16],[4,-44],[2,40],[-3,34]],[[9999,4386],[-9,16],[-13,43],[0,-15],[8,-27],[11,-21],[3,4]],[[9332,31960],[2,7],[10,5],[-1,6],[-11,-1],[-6,-9],[6,-8]],[[99588,49716],[-5,6],[-5,-15],[5,-16],[5,25]],[[11907,37032],[2,0],[5,42],[-3,7],[-4,-49]],[[8872,4207],[1,34],[-2,12],[-7,-21],[1,-23],[7,-2]],[[3983,26308],[-3,5],[-2,-50],[5,8],[0,37]],[[9464,32139],[3,12],[-6,29],[-4,-8],[3,-22],[4,-11]],[[2178,23922],[9,10],[0,12],[-13,-20],[4,-2]],[[6364,38881],[-4,11],[-7,-8],[4,-26],[7,23]],[[12604,39730],[5,4],[-5,16],[-6,-25],[6,5]],[[11003,33746],[3,4],[-3,21],[-7,-20],[2,-19],[5,14]],[[12058,38717],[-6,1],[-6,12],[3,-32],[9,19]],[[12883,41364],[3,16],[-10,-15],[-1,-11],[4,-15],[4,25]],[[5371,3885],[-2,12],[-4,-38],[7,-21],[-1,47]],[[12504,39240],[3,18],[-9,-10],[0,-16],[6,-11],[0,19]],[[5228,42644],[6,16],[-5,12],[-2,-16],[-6,-6],[7,-6]],[[876,49763],[-2,-2],[-2,-27],[6,9],[-2,20]],[[12306,35571],[-2,-15],[9,-9],[0,10],[-7,14]],[[4163,33324],[-9,-54],[-4,-54],[-1,-35],[4,66],[10,77]],[[12430,38554],[-9,-30],[2,-17],[8,41],[-1,6]],[[12684,37968],[-8,-16],[0,-16],[6,9],[2,23]],[[12973,40320],[-3,-3],[2,-39],[3,20],[-2,22]],[[7311,37418],[3,20],[-6,6],[-4,-25],[7,-1]],[[12651,40049],[-3,-9],[6,-25],[4,15],[-7,19]],[[5322,43910],[-4,-37],[4,8],[0,29]],[[12560,40819],[-3,15],[-3,-18],[1,-27],[5,30]],[[6689,819],[-7,-8],[-4,-29],[-11,-13],[11,3],[11,47]],[[6962,39766],[-3,16],[-4,-10],[7,-6]],[[1298,49616],[3,18],[-5,4],[1,-35],[1,13]],[[5319,42743],[-3,-13],[6,-20],[-3,33]],[[8681,3810],[5,0],[1,21],[-3,4],[-10,-17],[7,-8]],[[10988,33730],[-5,32],[-5,1],[3,-29],[7,-4]],[[29,50466],[-4,1],[0,-25],[4,8],[0,16]],[[5589,35555],[-3,9],[0,41],[-6,-39],[9,-11]],[[12582,39781],[-4,2],[-7,-33],[11,31]],[[11979,35753],[-4,-2],[0,-39],[4,-5],[0,46]],[[7599,2919],[-3,17],[-5,-17],[-5,3],[0,-19],[13,16]],[[8453,3498],[2,14],[-12,16],[2,-26],[8,-4]],[[7010,38209],[-7,-25],[4,-7],[3,32]],[[4564,45013],[-2,8],[3,21],[-6,-7],[-1,-21],[4,-12],[2,11]],[[7385,37695],[-4,13],[-4,-12],[8,-10],[0,9]],[[6376,38796],[-6,-10],[3,-15],[4,9],[-1,16]],[[6088,36971],[7,8],[3,17],[-10,-8],[0,-17]],[[8703,32233],[-3,5],[4,-50],[-1,45]],[[2978,47779],[-3,14],[0,-29],[3,15]],[[9036,31219],[-4,-5],[-3,-30],[3,-12],[4,47]],[[7131,36095],[-7,1],[6,-31],[1,30]],[[12173,39996],[-3,-37],[6,4],[-3,33]],[[7471,2824],[-7,-5],[4,-33],[4,9],[-1,29]],[[7271,37516],[7,8],[-4,13],[-7,-19],[4,-2]],[[11888,35723],[0,8],[-9,-21],[5,-6],[4,19]],[[3979,26072],[-3,-1],[0,-32],[6,12],[-3,21]],[[5023,17066],[5,3],[-12,7],[-2,-22],[9,12]],[[12732,38087],[-7,-11],[3,-17],[4,28]],[[12983,40637],[-3,-9],[5,-21],[1,13],[-3,17]],[[12189,40066],[-2,-8],[5,-26],[1,12],[-4,22]],[[12888,41439],[-5,-33],[7,18],[-2,15]],[[6208,40032],[1,30],[-3,-12],[2,-18]],[[12012,36971],[-8,-22],[7,-8],[1,30]],[[12052,36260],[-3,-24],[3,-13],[3,13],[-3,24]],[[12220,40169],[3,11],[-7,8],[4,-40],[0,21]],[[12025,35839],[-6,7],[-3,-29],[9,22]],[[12960,41637],[-3,4],[0,-26],[6,-12],[-3,34]],[[7073,35024],[1,13],[-7,-6],[-1,-14],[7,7]],[[12108,37322],[5,-3],[6,31],[-7,-12],[-4,-16]],[[12984,40293],[-5,24],[-2,-24],[7,0]],[[5061,41657],[3,14],[-13,0],[10,-14]],[[5051,20405],[0,26],[-3,18],[0,-35],[3,-9]],[[1036,49701],[-7,4],[-3,-14],[10,10]],[[9990,4507],[-4,16],[-1,-13],[1,-36],[4,-9],[0,42]],[[12213,40148],[9,-26]],[[12222,40122],[1,9],[-8,31],[-2,-14]],[[5432,43422],[-6,-12],[2,-23],[4,35]],[[5054,16843],[-3,-17],[2,-33],[4,21],[-3,29]],[[4163,33324],[4,28],[13,42],[-3,0],[-10,-34],[-4,-36]],[[6169,35317],[-3,-17],[7,-4],[-4,21]],[[11969,38230],[-2,16],[-3,-36],[5,20]],[[12199,39592],[4,1],[-3,20],[-4,-11],[3,-10]],[[7780,33816],[2,14],[-10,0],[-2,-8],[10,-6]],[[8801,30834],[-4,7],[0,-17],[4,-11],[0,21]],[[8756,31016],[1,19],[-6,-19],[7,-18],[-2,18]],[[8258,33435],[-4,-38],[5,18],[-1,20]],[[5519,40238],[11,-35],[0,12],[-11,23]],[[3946,29346],[0,17],[-6,11],[2,-20],[4,-8]],[[12142,39226],[4,16],[-6,10],[2,-26]],[[5341,3603],[-9,8],[2,-29],[4,-4],[3,25]],[[8111,33372],[-6,5],[3,-28],[3,23]],[[12984,41588],[-5,-14],[5,-13],[0,27]],[[12618,39799],[-8,-31],[8,23],[0,8]],[[12547,39728],[-9,-7],[0,-17],[9,24]],[[3992,45414],[-6,14],[2,-22],[4,8]],[[6265,41532],[-5,0],[-1,-24],[6,24]],[[4294,17188],[3,12],[-3,20],[-6,-8],[3,-20],[3,-4]],[[11887,36792],[-7,-26],[0,-19],[7,45]],[[6467,378],[0,9],[-4,-41],[-7,-38],[5,13],[6,57]],[[8232,33717],[-3,22],[-2,-9],[4,-31],[1,18]],[[10066,4586],[-9,-14],[-15,-49],[24,63]],[[8847,33181],[0,16],[-6,9],[2,-23],[4,-2]],[[8747,30932],[6,3],[0,22],[-5,11],[-1,-36]],[[12600,39880],[-5,-6],[-4,-33],[9,39]],[[11102,34400],[16,35],[-13,-21],[-3,-14]],[[5023,41709],[-2,-10],[6,-12],[3,11],[-7,11]],[[1260,49322],[-3,21],[-7,0],[10,-21]],[[12002,38398],[-1,-36],[5,32],[-4,4]],[[12203,39492],[-7,1],[0,-18],[7,17]],[[4547,5247],[-3,5],[4,-62],[-1,57]],[[832,49745],[4,14],[-7,1],[3,-15]],[[848,49795],[-3,-16],[6,-2],[-3,18]],[[12323,36170],[3,0],[1,25],[-3,0],[-1,-25]],[[3436,17312],[-3,-22],[7,-5],[-4,27]],[[8222,33714],[5,-43],[-2,38],[-3,5]],[[8636,31429],[-3,-13],[6,-14],[-3,27]],[[5516,42086],[-6,-19],[2,-16],[4,35]],[[4876,42726],[-6,3],[3,-28],[3,25]],[[7318,37469],[-1,-31],[4,4],[2,13],[-5,14]],[[240,50638],[-1,17],[-4,-14],[5,-3]],[[7035,40188],[-2,-11],[6,-22],[3,13],[-7,20]],[[7264,37530],[2,15],[-8,-13],[2,-16],[4,14]],[[4979,21862],[-2,17],[-8,-18],[2,-7],[8,8]],[[4860,14502],[4,31],[-4,1],[-3,-32],[3,0]],[[2163,23904],[-6,5],[-6,-23],[12,18]],[[658,50011],[-1,16],[-6,-5],[7,-11]],[[12413,38582],[5,8],[-4,7],[-6,-14],[5,-1]],[[11582,36018],[-5,-22],[3,-1],[2,23]],[[9818,4639],[-4,12],[0,-26],[9,-3],[-5,17]],[[3652,46058],[-4,7],[-1,-15],[5,-9],[0,17]],[[5050,41713],[0,-15],[10,-20],[-10,35]],[[8432,3486],[0,-12],[4,-26],[4,7],[-8,31]],[[5485,43191],[1,15],[-7,6],[0,-14],[6,-7]],[[12535,37600],[3,51],[-3,-21],[0,-30]],[[7574,2897],[4,18],[-4,0],[-8,-17],[0,-12],[8,11]],[[6997,34354],[-7,21],[0,-15],[7,-6]],[[2853,47753],[1,-35],[3,12],[-4,23]],[[8224,33812],[-6,-21],[7,-7],[-1,28]],[[12828,40745],[-3,13],[-3,-13],[6,0]],[[6929,36792],[-6,-1],[7,-19],[-1,20]],[[5522,43970],[-5,14],[0,-19],[6,-12],[-1,17]],[[7452,37916],[-4,11],[1,-24],[6,-9],[-3,22]],[[12841,41291],[-3,-11],[1,-21],[4,16],[-2,16]],[[9722,4768],[-7,8],[10,-42],[-3,34]],[[12872,41366],[-3,-11],[3,-14],[0,25]],[[4723,31500],[-1,-16],[4,-13],[-3,29]],[[3660,16739],[-5,3],[-1,-25],[3,-2],[3,24]],[[6963,40278],[3,-26],[2,12],[-5,14]],[[11921,36919],[-6,-6],[2,-19],[4,25]],[[8332,3076],[-4,17],[-6,-37],[10,20]],[[7506,35421],[-4,16],[0,-24],[4,8]],[[9548,31777],[-4,1],[3,-25],[1,24]],[[12568,39822],[-10,-27],[3,-3],[7,30]],[[7029,38093],[-4,-17],[5,0],[-1,17]],[[3982,26254],[-6,4],[2,-29],[4,25]],[[2883,25342],[-6,-7],[6,-11],[0,18]],[[8693,31729],[-2,-13],[3,-29],[3,8],[-4,34]],[[4505,5700],[-6,-14],[6,-35],[0,49]],[[12213,40148],[-1,-17],[4,-2],[-3,19]],[[11924,36898],[-6,-10],[0,-18],[6,28]],[[12572,38974],[6,5],[-3,12],[-3,-17]],[[648,50027],[3,17],[-4,-4],[1,-13]],[[8693,3202],[-12,7],[6,-17],[6,10]],[[6313,38909],[-4,5],[4,-34],[0,29]],[[5479,43610],[4,11],[-7,-4],[3,-7]],[[1779,32432],[-3,-1],[9,-40],[-6,41]],[[4532,43986],[-5,-16],[2,-6],[3,22]],[[12839,40594],[-4,-20],[1,-7],[3,27]],[[12711,41396],[0,-29],[3,13],[-3,16]],[[12051,36310],[-5,-2],[5,-24],[0,26]],[[7412,36003],[-4,-4],[6,-15],[-2,19]],[[8633,32947],[4,16],[-5,-5],[1,-11]],[[6985,40487],[10,56],[-2,3],[-8,-59]],[[12230,35159],[-3,-9],[2,-12],[1,21]],[[5968,41122],[0,17],[-6,-14],[6,-3]],[[7501,36568],[1,16],[-5,-12],[4,-4]],[[12495,40469],[-4,-13],[4,-17],[0,30]],[[9782,4673],[-6,-18],[2,-19],[4,37]],[[12494,39948],[-6,-8],[0,-13],[6,21]],[[7372,36436],[-4,7],[2,-19],[2,12]],[[12508,37683],[-4,-7],[0,-24],[4,31]],[[2803,48069],[-7,19],[2,-19],[5,0]],[[11038,32968],[-3,-15],[3,-8],[0,23]],[[12393,36692],[0,-24],[4,-4],[-4,28]],[[12168,39973],[-3,5],[0,-23],[4,1],[-1,17]],[[9545,31791],[-2,0],[-2,-23],[3,-7],[1,30]],[[12965,41647],[4,6],[-4,11],[0,-17]],[[7474,36464],[0,29],[-3,-10],[3,-19]],[[9557,31814],[-2,-6],[2,-27],[0,33]],[[12182,39297],[0,26],[-4,-15],[4,-11]],[[12179,39836],[0,21],[-4,-24],[4,3]],[[9235,31808],[-6,8],[1,-22],[5,14]],[[6247,41555],[-4,3],[3,-22],[1,19]],[[12811,40314],[-2,14],[-4,-24],[6,10]],[[13158,41266],[-4,-13],[0,-18],[4,31]],[[7050,40149],[-4,-13],[4,-5],[0,18]],[[9307,31493],[-4,-9],[6,-13],[-2,22]],[[905,49961],[-7,-9],[5,-2],[2,11]],[[3506,45980],[-3,-8],[4,-11],[-1,19]],[[12497,40428],[-3,-2],[1,-20],[2,22]],[[9468,32167],[-1,-36],[3,3],[-2,33]],[[8827,3578],[-6,-46],[6,25],[0,21]],[[11912,36982],[-4,16],[0,-17],[4,1]],[[9526,31712],[-3,-6],[5,-14],[-2,20]],[[12376,36883],[-2,-32],[3,14],[-1,18]],[[2275,24070],[-6,-16],[9,8],[-3,8]],[[9001,30894],[-2,-4],[7,-24],[2,7],[-7,21]],[[8882,4068],[3,16],[-7,-6],[4,-10]],[[12866,41300],[2,13],[-8,-15],[6,2]],[[4864,14622],[-1,-26],[4,1],[-3,25]],[[9517,31725],[-3,0],[4,-25],[-1,25]],[[12622,38660],[-4,-8],[0,-20],[4,28]],[[4758,4376],[4,-23],[1,12],[-5,11]],[[2309,24389],[-4,20],[3,-30],[1,10]],[[12578,38964],[-4,0],[1,-14],[3,14]],[[12384,36652],[-3,-12],[2,-17],[1,29]],[[5010,17098],[-3,-6],[6,-17],[-3,23]],[[13107,41533],[-3,-9],[3,-8],[0,17]],[[7458,36705],[-3,12],[0,-17],[3,5]],[[8423,3246],[0,16],[-5,-23],[5,7]],[[9785,4651],[-4,-9],[0,-20],[4,29]],[[12167,39381],[-2,-6],[3,-31],[-1,37]],[[3677,28068],[1,16],[-3,2],[2,-18]],[[2435,39484],[4,8],[-6,7],[2,-15]],[[12038,36219],[-5,18],[0,-14],[5,-4]],[[6404,184],[0,9],[-10,-16],[10,7]],[[11974,36030],[-5,8],[0,-17],[5,9]],[[9514,31761],[-4,12],[-3,-12],[7,0]],[[10030,4485],[-13,-28],[9,13],[4,15]],[[10988,33822],[-4,-14],[4,-18]],[[10988,33790],[0,32]],[[4515,5624],[-4,-11],[4,-10],[0,21]],[[8937,3843],[-7,21],[4,-25],[3,4]],[[4555,14361],[-3,-10],[7,-7],[-4,17]],[[8814,3527],[1,12],[-7,2],[6,-14]],[[9350,32051],[-3,1],[0,-23],[3,22]],[[8515,3477],[-8,-15],[0,-10],[8,25]],[[8456,3334],[-6,-42],[2,3],[4,39]],[[7374,36415],[-6,-1],[4,-16],[2,17]],[[6414,212],[-7,-13],[6,1],[1,12]],[[8663,32793],[3,-21],[1,9],[-4,12]],[[8519,3533],[-2,8],[0,-42],[2,34]],[[13496,44310],[5,5],[1,33],[-9,-39],[-7,-39],[7,-3],[3,43]],[[13505,44252],[8,57],[-2,28],[-5,-6],[-4,-21],[3,-29],[-6,23],[-5,-37],[1,-8],[10,-7]],[[13044,44271],[-1,9],[-3,-30],[4,2],[0,19]],[[13046,44242],[-3,-1],[-3,-22],[7,-3],[-1,26]],[[13024,44207],[2,19],[-6,-21],[4,-24],[0,26]],[[13014,44207],[-4,-23],[2,-17],[5,-11],[0,36],[-3,15]],[[13492,44167],[-6,9],[2,-33],[4,24]],[[12865,44116],[4,7],[-9,26],[-1,-22],[6,-11]],[[12709,44109],[3,34],[-1,20],[4,36],[-3,33],[-7,-23],[2,-34],[-2,-62],[4,-4]],[[13046,44101],[-4,-24],[4,7],[0,17]],[[13341,44043],[-10,13],[1,-17],[9,-12],[0,16]],[[13140,44040],[-7,-20],[1,-9],[6,14],[0,15]],[[13023,43994],[-4,3],[0,-31],[4,28]],[[13014,43960],[-1,25],[-1,-23],[2,-2]],[[12932,43919],[-6,31],[6,11],[0,-22],[4,5],[3,-17],[6,40],[5,-14],[-1,33],[7,5],[-4,-16],[4,-2],[3,37],[0,20],[-6,-3],[-1,24],[7,20],[0,30],[-6,-16],[-3,-17],[-1,25],[-6,-16],[-3,14],[7,18],[3,17],[-4,6],[11,14],[3,20],[-3,18],[5,9],[1,33],[0,22],[-4,-6],[-2,31],[-4,-8],[-8,-34],[0,-22],[-6,-26],[-2,-40],[-7,-25],[0,-35],[-4,5],[-7,-15],[-6,-26],[-3,-47],[2,-18],[-4,-37],[1,-19],[4,43],[-3,-52],[7,-7],[6,21],[9,-34],[4,17],[-4,5]],[[13255,43898],[-5,5],[-3,-9],[8,4]],[[13251,43887],[-6,-12],[5,-8],[1,20]],[[12896,43874],[-1,11],[-5,-15],[2,-12],[4,16]],[[13261,43870],[-3,5],[0,-24],[5,3],[-2,16]],[[12897,43856],[-1,11],[-4,-25],[3,-14],[2,28]],[[12902,43854],[-3,3],[-1,-32],[5,17],[-1,12]],[[12937,43816],[-1,16],[-6,-29],[5,-5],[2,18]],[[12906,43811],[-3,7],[-5,-24],[8,17]],[[13321,43785],[6,5],[1,22],[-8,16],[1,-43]],[[13274,43845],[-1,5],[-9,-67],[1,-10],[7,6],[2,16],[0,50]],[[13345,43768],[-3,23],[0,38],[5,8],[-2,20],[3,29],[-6,25],[3,3],[-7,22],[-6,-3],[2,15],[7,-6],[7,-20],[4,-2],[9,16],[-7,41],[-9,25],[7,13],[-11,4],[0,-13],[-7,3],[-17,58],[-3,-19],[-6,2],[-3,-17],[2,-64],[7,-21],[0,-24],[-4,13],[-5,56],[-14,-24],[1,-36],[-5,12],[-6,3],[-4,-34],[0,-33],[4,-20],[9,-16],[3,8],[8,-3],[-3,-15],[7,-14],[-3,32],[6,-27],[10,0],[-3,9],[3,26],[10,-24],[7,-49],[6,-19],[4,-1]],[[13143,43769],[-5,-21],[2,-2],[3,23]],[[13345,43699],[2,18],[-5,28],[-7,-7],[6,-8],[4,-31]],[[12880,43658],[-4,-28],[2,-14],[2,42]],[[13358,43556],[3,-3],[4,42],[-1,17],[-5,20],[2,43],[-6,0],[-7,-29],[-3,-17],[2,-42],[1,5],[10,-36]],[[12935,43488],[5,28],[3,1],[-4,37],[-6,-21],[-1,-24],[3,-21]],[[13214,43487],[-4,-7],[4,-12],[0,19]],[[12893,43413],[-3,12],[0,-20],[3,8]],[[12905,43385],[5,34],[10,24],[3,20],[7,37],[0,31],[3,39],[4,1],[2,61],[6,48],[-2,37],[-7,18],[-6,25],[-4,-12],[-1,14],[1,23],[-4,-4],[-5,-43],[3,-2],[-1,-20],[-7,4],[-2,-37],[-2,4],[4,51],[-3,13],[-6,-17],[-13,-18],[-4,-21],[13,-33],[0,-30],[7,-14],[4,-23],[0,-17],[-5,21],[0,-19],[-6,2],[-7,-15],[-2,-34],[2,-12],[-6,-66],[0,-12],[7,-5],[6,-27],[-1,-14],[7,-12]],[[12893,43320],[-3,5],[0,25],[-2,1],[1,71],[-3,6],[-1,-50],[-3,32],[-7,9],[0,-23],[-5,5],[6,-25],[-1,-36],[4,-14],[6,5],[4,-22],[4,11]],[[12826,43276],[3,14],[-4,13],[3,19],[-9,29],[3,11],[8,-31],[3,38],[-4,11],[0,18],[4,-9],[5,20],[1,29],[-11,6],[0,19],[10,-4],[-5,22],[6,4],[4,16],[5,-7],[5,19],[-1,25],[3,26],[-2,32],[6,9],[4,40],[-11,-26],[-7,-33],[-10,-15],[-5,20],[18,10],[-6,4],[-1,17],[5,11],[-1,32],[5,-20],[3,13],[-2,17],[-19,1],[4,23],[7,-12],[6,20],[-3,37],[4,6],[2,-42],[7,8],[-3,29],[6,0],[4,-17],[4,17],[0,33],[-4,16],[4,9],[2,43],[-3,29],[-6,1],[0,15],[7,6],[8,-29],[5,26],[-7,8],[0,18],[4,-11],[6,11],[-4,8],[-2,21],[8,35],[10,0],[0,27],[11,49],[-10,22],[1,11],[12,-13],[8,33],[5,22],[-5,4],[-5,22],[5,-2],[9,20],[-4,2],[7,31],[-4,2],[8,41],[-10,-1],[6,30],[-13,-4],[4,15],[16,19],[-2,37],[0,19],[-7,3],[2,13],[10,17],[5,30],[-5,11],[-5,-15],[-7,13],[-7,-22],[3,-17],[-3,-20],[-8,17],[-6,-28],[-9,27],[-8,-53],[1,-23],[-4,-16],[3,-18],[11,15],[3,-13],[-16,-18],[-4,-46],[-7,-14],[-9,-12],[-7,-33],[3,-20],[4,-14],[3,5],[6,-48],[-6,-9],[-14,36],[-8,-24],[1,-19],[-7,-8],[6,-14],[1,-27],[-10,1],[1,-16],[8,-12],[5,8],[3,-20],[-3,-11],[-4,18],[-13,-5],[-7,-33],[11,-4],[8,-21],[-3,-12],[-9,17],[-10,1],[-8,-25],[1,-10],[14,-12],[3,13],[4,-14],[-20,-20],[-2,10],[-12,-1],[3,-50],[-4,-17],[7,-33],[-7,-41],[1,-27],[-7,-5],[-4,-13],[-3,-45],[13,16],[-2,-17],[-4,-6],[-10,-31],[-3,-24],[3,-24],[7,-1],[10,9],[13,1],[-4,-18],[-9,-14],[7,-25],[7,16],[2,-9],[-6,-17],[-7,-9],[-6,28],[-10,7],[-4,-19],[13,-12],[-9,-18],[-7,-50],[16,32],[1,-15],[-4,-7],[1,-23],[-11,-6],[0,-13],[13,-19],[7,8],[1,-23],[-8,-2],[3,-14],[-7,5],[2,-14],[-8,-3],[0,-44],[3,-19],[8,4],[15,-39],[5,38]],[[12856,43246],[-1,21],[-12,2],[0,-37],[7,0],[6,14]],[[13301,43288],[-6,-2],[-10,-55],[15,22],[2,14],[-1,21]],[[13278,43265],[0,27],[12,43],[4,10],[4,-14],[4,12],[9,51],[11,33],[0,16],[-7,-1],[-7,-46],[-6,-11],[10,58],[0,42],[3,42],[-5,23],[4,24],[-4,5],[-2,17],[7,25],[-1,69],[-6,28],[-3,31],[-11,1],[-9,-7],[-7,9],[-5,-28],[-1,-67],[-8,-28],[-3,-50],[-3,26],[-4,21],[4,17],[3,-7],[4,59],[-2,22],[-9,11],[-7,17],[4,8],[-4,31],[-6,-39],[-6,-12],[-1,-30],[7,-13],[0,-28],[4,-16],[5,-69],[-6,-3],[3,-55],[7,-14],[7,28],[3,-32],[3,-9],[-2,-23],[-5,-14],[-2,-26],[-8,-2],[-5,-13],[10,-5],[-4,-17],[0,-19],[-6,-38],[2,-73],[1,-1],[2,-46],[8,15],[3,14],[11,24],[-11,-42],[-6,-27],[6,0],[6,38],[10,10],[1,18]],[[13404,43157],[3,30],[-6,-14],[3,-16]],[[13248,43148],[-3,3],[-11,-29],[-3,-36],[6,12],[11,50]],[[12758,43064],[7,6],[6,30],[-2,24],[5,21],[-12,62],[6,5],[8,-33],[5,28],[-2,-31],[6,30],[14,6],[-8,20],[0,38],[-8,59],[-14,5],[-1,13],[-6,6],[-6,-40],[-8,-7],[-4,28],[-10,8],[-3,-14],[-6,-60],[0,-55],[13,6],[4,-31],[-7,2],[-7,-26],[0,-41],[7,-24],[11,13],[3,-9],[-4,-13],[1,-16],[6,1],[6,-11]],[[12856,43033],[-5,-12],[4,-13],[1,25]],[[13426,43127],[-4,-2],[2,-36],[-3,-20],[-2,-44],[2,-26],[7,-3],[6,90],[-8,41]],[[12825,42959],[-9,24],[-4,-16],[11,-13],[2,5]],[[13086,42948],[-3,13],[-6,-14],[9,1]],[[12729,42931],[-4,-15],[4,-2],[0,17]],[[13184,42915],[4,16],[-1,10],[13,36],[4,28],[7,26],[14,55],[3,32],[3,-3],[10,54],[2,24],[-9,0],[-7,-38],[-7,-1],[4,22],[-1,42],[4,26],[0,17],[-6,-2],[3,39],[-1,14],[-10,-6],[-6,-37],[-7,-28],[-2,23],[9,42],[-2,29],[3,3],[6,34],[-3,15],[2,43],[-9,20],[-1,19],[4,-3],[-1,44],[-6,-14],[-4,-27],[-2,-27],[-6,-20],[2,-25],[-4,11],[-3,-64],[-3,-34],[0,-36],[-2,-53],[-4,-15],[-3,-84],[5,-70],[-3,-35],[-5,-17],[10,-2],[5,7],[-6,-48],[1,-49],[6,7]],[[12736,42903],[6,16],[-1,50],[-3,23],[-4,2],[-2,-49],[4,-42]],[[12698,42925],[20,-9],[7,14],[4,27],[-3,9],[0,34],[-8,21],[-3,-4],[-4,-21],[-12,3],[3,15],[6,-3],[6,28],[-9,46],[-8,-20],[-6,-28],[3,-23],[-5,1],[0,16],[-4,23],[-1,36],[1,7],[4,-33],[7,17],[0,37],[-7,37],[2,18],[-2,46],[-4,34],[2,28],[-5,-3],[-5,-43],[0,-17],[-6,-8],[-2,-34],[6,-44],[-6,19],[-5,-8],[1,-29],[7,-15],[5,8],[-1,-38],[6,-40],[-3,-12],[-10,-12],[9,-39],[4,20],[3,-28],[2,-45],[4,-22],[5,0],[2,34]],[[12684,42876],[-9,40],[-4,-4],[4,-30],[9,-6]],[[12786,42850],[6,21],[-1,30],[-6,40],[-7,-7],[-4,17],[-6,-2],[-2,-42],[8,-44],[12,-13]],[[13100,42857],[4,17],[-7,1],[-3,-19],[6,1]],[[13439,42870],[3,8],[-1,44],[-6,-30],[0,-29],[6,-37],[-2,44]],[[12950,42834],[-4,-17],[7,-13],[2,24],[-5,6]],[[12812,42778],[0,20],[-6,-18],[0,-33],[3,-5],[3,36]],[[13034,42731],[6,14],[4,29],[-11,-12],[1,-31]],[[12735,42774],[3,51],[-2,25],[-7,23],[-22,23],[-5,-3],[-4,-26],[-14,-21],[4,-29],[6,-16],[3,6],[8,-32],[0,-41],[4,-42],[3,1],[6,25],[10,21],[7,35]],[[13196,42669],[4,30],[-2,34],[-14,42],[-4,-16],[0,-26],[4,-16],[-1,-29],[10,-23],[3,4]],[[12655,42635],[17,3],[4,5],[3,41],[5,-38],[11,26],[-3,62],[-5,25],[-6,8],[-4,42],[1,28],[-9,36],[-7,-31],[-7,-8],[-4,-27],[-7,7],[-13,44],[-2,-13],[6,-11],[3,-17],[3,-57],[6,-23],[11,-27],[-3,-20],[-8,-6],[0,-26],[5,-31],[3,8]],[[12808,42644],[-5,-4],[3,-18],[2,22]],[[13213,42676],[-3,-20],[3,-37],[4,0],[0,17],[-4,20],[0,20]],[[12758,42605],[0,24],[5,-22],[5,41],[-2,20],[9,0],[3,17],[-2,61],[-8,54],[-3,-16],[-7,38],[-2,31],[-4,-33],[-7,-12],[-3,-41],[2,-10],[-12,-47],[-3,-27],[5,-27],[-2,-30],[6,-4],[4,-17],[4,9],[12,-9]],[[12828,42560],[0,58],[-3,-19],[0,-44],[3,5]],[[12684,42573],[-6,-20],[7,-2],[-1,22]],[[12819,42615],[4,-14],[2,17],[-6,16],[0,34],[-3,36],[-3,-14],[-1,-38],[0,-36],[7,-42],[4,-32],[-4,73]],[[12688,42565],[-3,-22],[4,8],[-1,14]],[[12662,42576],[-5,5],[-3,-17],[0,-25],[4,-6],[4,43]],[[12829,42532],[4,-8],[6,16],[-7,18],[-7,-24],[4,-2]],[[12678,42525],[-3,-11],[3,-14],[0,25]],[[12701,42442],[3,-2],[-10,65],[-3,-16],[5,-27],[-5,13],[0,-30],[4,-8],[4,16],[2,-11]],[[12744,42469],[-9,-18],[4,-9],[5,27]],[[12701,42442],[-3,-15],[1,-28],[-5,11],[-7,-41],[9,5],[9,28],[-4,40]],[[12745,42314],[-4,-4],[1,-20],[3,24]],[[12755,42119],[-6,-4],[2,-16],[4,20]],[[12697,42054],[5,3],[17,55],[-1,39],[7,-6],[17,4],[3,-11],[11,32],[3,-17],[-1,-10],[6,-6],[-3,-20],[5,4],[5,16],[-3,21],[-6,4],[3,18],[-2,31],[-5,12],[-4,-8],[-9,30],[-7,8],[-3,-17],[-7,-1],[-10,-43],[-2,-35],[-2,30],[-9,-12],[-3,11],[7,7],[5,20],[1,32],[6,28],[0,36],[-3,15],[-9,21],[-7,-5],[-8,-15],[-16,-49],[-3,-40],[-6,-24],[2,-14],[-9,-29],[3,-12],[10,-12],[-4,-18],[4,-45],[7,-19],[3,13],[6,56],[0,-66],[6,-12]],[[13184,42034],[-4,-6],[0,-17],[6,10],[-2,13]],[[13227,42002],[-9,19],[-4,-16],[13,-3]],[[12667,42018],[-3,-25],[5,0],[-2,25]],[[13046,41981],[-2,40],[-2,-38],[2,-20],[2,18]],[[12749,41963],[-4,-16],[7,-5],[-3,21]],[[12722,41946],[-1,15],[-5,-1],[0,-25],[6,11]],[[12764,41920],[-6,33],[1,-32],[5,-1]],[[13027,41909],[6,4],[7,20],[0,64],[-8,28],[-2,-40],[-6,-21],[5,-27],[-5,-27],[3,-1]],[[13046,41913],[5,7],[-5,27],[-3,-9],[-4,-35],[7,10]],[[13050,41897],[4,8],[-2,13],[-2,-21]],[[13235,41913],[5,0],[11,81],[-3,24],[-18,-13],[-5,-25],[-5,12],[6,-44],[-5,15],[2,-30],[4,-25],[7,-16],[1,21]],[[12724,41906],[-6,-3],[6,-11],[0,14]],[[12774,41893],[2,-3],[6,20],[-6,56],[0,39],[13,-38],[6,25],[-3,21],[3,18],[1,53],[-4,28],[0,24],[-7,47],[-11,-54],[-9,-43],[0,-20],[-4,-5],[-5,-26],[6,2],[3,-41],[-7,-26],[4,-24],[10,-24],[-7,0],[6,-36],[3,7]],[[13030,41883],[4,14],[-4,4],[0,-18]],[[12503,41897],[1,57],[4,-25],[5,8],[1,-28],[4,-7],[3,23],[7,-39],[7,-8],[9,8],[-2,40],[-11,11],[-7,25],[-4,7],[-12,62],[-7,6],[2,30],[-16,-14],[-6,-15],[0,-21],[9,-34],[8,-8],[-3,-17],[-9,2],[-10,-58],[8,-40],[3,33],[4,18],[7,-44],[6,-7],[-1,35]],[[12779,41878],[-3,-13],[5,-6],[-2,19]],[[12614,41844],[4,10],[3,57],[-3,12],[4,13],[-1,28],[-6,7],[7,17],[-5,22],[0,19],[-6,7],[-7,-7],[-6,-44],[0,-30],[-4,-11],[0,-49],[1,-17],[7,-5],[6,-28],[6,-1]],[[12543,41852],[-3,-5],[1,-24],[4,13],[-2,16]],[[12771,41873],[-2,19],[-7,-16],[4,-37],[-3,-16],[2,-23],[7,47],[-1,26]],[[12772,41813],[-4,-8],[3,-16],[1,24]],[[13347,41812],[13,60],[8,31],[13,93],[14,74],[0,26],[4,33],[2,41],[-6,29],[4,-11],[22,141],[3,28],[-3,24],[7,44],[0,52],[3,16],[-4,38],[0,21],[-6,-6],[0,30],[4,12],[2,-15],[7,3],[1,20],[-4,4],[-2,38],[-3,-8],[-7,-38],[0,62],[-1,31],[3,13],[-2,32],[-4,20],[4,21],[-4,29],[3,16],[1,73],[-2,7],[4,21],[-2,25],[3,28],[-4,27],[-4,-11],[-2,-40],[-7,-5],[-1,16],[1,43],[2,16],[-2,67],[-7,32],[3,32],[-3,22],[0,41],[-3,33],[-10,33],[0,23],[-7,-4],[-6,9],[0,43],[-2,21],[-3,-7],[-5,18],[-8,1],[-13,-32],[-4,-38],[-5,-1],[0,-17],[-11,-18],[16,-33],[14,-81],[3,-73],[4,-37],[3,-15],[-3,-40],[0,-25],[-4,0],[-6,-31],[2,41],[-8,-15],[-10,27],[2,23],[0,32],[7,27],[1,41],[-4,17],[-4,33],[0,25],[-3,19],[-6,4],[-1,21],[-6,-38],[2,36],[-6,9],[-2,-23],[-10,21],[-4,-5],[-11,-31],[-2,4],[-2,-38],[0,-26],[15,-53],[9,-17],[-2,-48],[13,-31],[6,15],[-2,-35],[15,-81],[-2,-20],[-3,14],[2,-70],[-4,-29],[0,-32],[-6,-74],[-4,-18],[1,-48],[-3,-59],[-4,-18],[0,-79],[0,-24],[-3,33],[1,24],[0,78],[3,54],[0,51],[6,51],[0,64],[6,52],[-3,8],[-3,70],[-13,49],[-4,32],[-6,13],[4,23],[-4,27],[-10,16],[-3,-11],[-5,36],[0,-23],[8,-36],[4,-40],[-1,-35],[-6,-34],[-4,-56],[-3,-21],[0,-24],[-1,-41],[7,-29],[1,-50],[6,-23],[-4,-25],[0,32],[-4,25],[-8,19],[3,-27],[-4,17],[-4,-5],[-2,28],[-4,41],[1,40],[8,52],[-2,26],[3,2],[6,22],[3,34],[1,34],[-3,26],[-7,50],[-6,21],[-1,59],[-7,7],[-5,-24],[-5,-10],[-3,-18],[-14,-48],[-7,-8],[-9,-27],[-9,-43],[0,-20],[6,-20],[-4,2],[-7,-15],[-6,-34],[-14,-45],[-2,-21],[3,-26],[7,-19],[3,9],[9,-48],[11,-40],[3,-26],[1,-50],[6,-24],[10,64],[-3,-30],[2,-25],[-2,-18],[7,-31],[-5,3],[1,-27],[17,19],[-4,-15],[-4,3],[-5,-20],[-11,-10],[-9,-15],[-7,-39],[2,-33],[4,-16],[0,-62],[6,-21],[7,-9],[8,9],[-3,-13],[2,-45],[10,-11],[0,12],[18,-9],[6,-16],[-18,13],[-8,-15],[-11,23],[-4,-2],[0,30],[-5,3],[0,17],[-7,12],[-1,-24],[-4,-8],[-3,-37],[3,-38],[13,-33],[1,-13],[7,5],[7,13],[13,-38],[7,13],[0,15],[9,-32],[8,-11],[-3,-10],[-10,-24],[0,-24],[-5,10],[1,27],[-3,11],[-7,-3],[-7,15],[-9,2],[-4,-22],[-6,-8],[-7,23],[0,-48],[-2,-52],[15,-6],[9,13],[4,-5],[17,6],[9,-9],[5,13],[10,4],[0,-10],[7,-21],[-8,-2],[0,16],[-12,-4],[3,-17],[-17,-4],[0,-34],[-8,-46],[-3,-25],[4,-31],[9,15],[14,-13],[10,-41],[3,-6],[13,8],[8,-6],[4,-30],[9,-12],[13,-35],[8,1],[5,41]],[[12544,41762],[4,6],[-3,17],[-1,-23]],[[12764,41732],[-5,17],[-1,27],[-9,29],[-3,49],[6,-1],[2,41],[-5,33],[-5,3],[-3,-28],[4,-21],[-6,-11],[-1,42],[-3,-20],[4,-37],[-3,-33],[5,-29],[8,-20],[3,-25],[4,-16],[8,0]],[[12749,41748],[-3,-21],[6,-4],[-3,25]],[[12738,41735],[4,18],[-1,-30],[4,16],[-3,43],[-6,16],[-4,33],[0,19],[-4,-8],[-3,-20],[-4,3],[-6,-16],[10,-54],[-4,-16],[7,-7],[1,-13],[9,8],[0,8]],[[13294,41818],[-7,3],[-12,35],[-2,22],[-12,10],[-6,-5],[-1,-24],[-9,17],[-2,-14],[5,-15],[6,-22],[37,-105],[3,-2],[6,31],[1,46],[-7,23]],[[12876,41676],[6,-18],[10,4],[-2,-15],[6,-1],[2,28],[5,17],[0,-23],[14,45],[2,15],[11,28],[5,41],[8,33],[16,46],[4,28],[-1,39],[8,26],[2,-8],[5,30],[-4,8],[11,25],[16,114],[4,30],[-5,25],[0,32],[3,25],[8,35],[2,34],[-6,13],[-4,-17],[-2,13],[7,36],[-5,28],[-5,11],[-13,-47],[-5,11],[-6,-28],[-1,22],[20,45],[5,34],[0,-18],[5,-14],[4,10],[4,-14],[2,52],[-5,34],[2,34],[4,-39],[4,5],[-1,-35],[4,-19],[0,-33],[9,5],[7,35],[4,91],[-4,18],[7,1],[1,33],[7,46],[2,27],[-2,29],[6,-23],[5,2],[5,27],[16,38],[8,53],[0,18],[3,7],[2,25],[-6,15],[-4,-4],[-13,-39],[-7,-43],[-4,-5],[-8,-25],[-18,-35],[-12,-34],[-19,-41],[-9,-82],[-10,-9],[-2,-25],[-5,-15],[1,42],[-1,31],[-6,1],[4,31],[-4,12],[4,4],[12,29],[-9,32],[2,8],[-7,29],[-5,33],[0,9],[-10,17],[-3,21],[-4,-17],[-4,8],[-7,58],[5,4],[2,48],[-17,98],[-4,45],[2,4],[23,-142],[0,-39],[6,-36],[8,-16],[9,7],[3,-34],[0,-34],[8,-19],[3,-18],[0,66],[6,-37],[1,26],[5,-24],[4,5],[3,-14],[11,-13],[2,47],[2,8],[2,30],[7,1],[4,-11],[3,23],[2,-15],[4,12],[11,51],[-11,12],[-2,-18],[-7,6],[0,-26],[-4,16],[0,29],[-28,17],[-6,22],[-4,55],[-6,40],[1,31],[7,9],[-2,8],[5,15],[2,44],[4,13],[0,-30],[-4,-33],[-9,-49],[2,-28],[4,-22],[3,17],[4,-1],[0,-50],[4,0],[0,-26],[9,2],[5,14],[-4,10],[3,17],[6,-2],[0,23],[3,33],[1,40],[-3,21],[3,30],[6,-4],[-5,-25],[2,-22],[-3,-75],[1,-33],[5,-16],[5,23],[3,-19],[6,6],[6,-22],[5,6],[0,40],[6,9],[-3,20],[6,4],[-2,17],[5,7],[1,22],[4,-28],[9,7],[-3,17],[6,29],[-2,48],[6,41],[-10,13],[0,13],[12,-18],[4,35],[4,3],[0,30],[-6,23],[-8,7],[3,26],[-6,2],[-14,-17],[-4,-16],[-3,5],[-13,-30],[4,26],[-18,-14],[-23,2],[-10,-9],[-5,7],[18,21],[4,34],[0,-29],[8,-10],[10,10],[7,-5],[2,10],[0,29],[-16,78],[-3,46],[5,33],[-3,44],[7,-9],[-3,-36],[0,-66],[6,-33],[4,-13],[3,-30],[4,0],[2,-44],[7,4],[-4,54],[-3,-2],[5,32],[-1,17],[4,10],[-3,-38],[5,-2],[3,-25],[4,-4],[4,13],[10,-3],[3,33],[0,27],[3,-25],[4,16],[7,-9],[6,-40],[-3,-10],[3,-9],[0,-41],[4,-28],[10,-36],[10,40],[-3,26],[5,28],[-2,42],[1,26],[3,34],[-2,33],[-9,10],[1,16],[-4,4],[-4,54],[-13,7],[-1,9],[18,0],[4,-9],[5,7],[1,20],[-13,31],[-1,16],[-10,8],[-3,-56],[-13,-22],[-4,-20],[-2,11],[-5,-12],[-7,14],[8,1],[3,21],[1,-13],[3,16],[9,15],[7,52],[1,18],[-18,3],[0,7],[16,19],[2,41],[-14,6],[-4,26],[-9,6],[-4,20],[-6,0],[-4,-13],[2,-30],[-8,-20],[-2,-29],[-10,-8],[4,20],[3,-4],[7,41],[0,18],[-4,-25],[-5,4],[9,52],[6,10],[-6,13],[-10,-3],[1,20],[-8,9],[8,1],[13,-24],[10,5],[10,-3],[0,40],[-10,39],[-6,35],[0,24],[6,-23],[10,-59],[7,-20],[-3,-32],[3,-17],[7,3],[0,40],[6,10],[-3,-25],[0,-41],[6,-11],[1,-21],[6,2],[3,-33],[7,5],[3,-12],[7,4],[-4,22],[0,17],[4,31],[0,40],[-7,-23],[-6,9],[0,19],[6,-19],[0,20],[-9,20],[-3,-8],[-4,27],[0,22],[7,-32],[6,3],[6,-33],[8,31],[0,19],[-4,14],[-1,52],[2,10],[0,45],[-8,-5],[-6,-16],[-8,20],[-10,-21],[-5,9],[5,15],[4,-3],[4,14],[-3,13],[9,11],[-9,26],[9,-13],[-4,51],[1,2],[7,-58],[13,36],[6,39],[-6,24],[7,39],[-7,10],[-16,-11],[-4,-23],[-7,9],[10,32],[11,6],[13,0],[-7,21],[-11,-8],[7,25],[-5,17],[0,25],[5,14],[0,25],[-6,40],[0,43],[-3,-19],[-18,-6],[-6,-38],[-13,-46],[-1,7],[14,78],[-7,25],[-6,-6],[0,-30],[-4,7],[-6,-10],[-3,-37],[-5,14],[-1,-48],[-4,-5],[6,-17],[-3,-33],[-4,69],[-6,17],[-6,5],[3,25],[-8,-13],[2,-20],[-5,-38],[1,-44],[9,-42],[1,21],[3,-32],[10,25],[0,-28],[-4,-43],[-3,23],[-4,-10],[-9,67],[0,-34],[-4,11],[-12,-30],[-4,11],[3,-26],[4,-6],[10,-34],[6,14],[3,-21],[-4,-37],[0,37],[-3,-25],[-15,-33],[-1,-17],[14,17],[6,-4],[-9,-7],[2,-19],[7,-32],[-4,-7],[-7,57],[-3,-3],[1,-31],[-7,5],[-3,-21],[3,-12],[1,-29],[-7,10],[-4,-27],[3,-26],[-2,-20],[9,55],[4,-5],[-4,-24],[-7,-17],[-6,-46],[0,-82],[6,-15],[-3,-14],[-1,-47],[4,-49],[-2,-29],[-2,9],[-5,74],[2,49],[-3,54],[1,62],[-3,33],[2,43],[4,33],[-4,-6],[0,-20],[-4,5],[-2,26],[-4,-11],[-1,18],[-6,-7],[0,19],[-6,-17],[-4,-35],[15,-41],[-1,-67],[6,-15],[-3,-17],[-2,18],[-9,-49],[0,84],[-9,11],[-1,17],[8,-6],[-3,39],[-4,-12],[-7,16],[-4,-20],[-5,-34],[-5,-22],[2,-14],[-4,-7],[3,-23],[4,10],[0,31],[3,-18],[6,4],[6,-19],[-10,-4],[1,-34],[7,-32],[-1,-17],[-7,28],[-5,-8],[2,-30],[7,-27],[10,19],[8,-15],[5,-17],[-3,-16],[4,-38],[-6,4],[0,33],[-4,7],[-13,-5],[-3,-17],[3,-36],[10,-48],[-11,-8],[3,-21],[-5,-4],[-8,53],[-6,67],[-1,26],[-3,3],[0,-53],[3,-7],[-3,-23],[7,-94],[6,-30],[3,-32],[-6,-5],[-3,-40],[-4,-14],[0,-26],[-7,-20],[-3,-59],[4,-44],[6,0],[7,-24],[1,16],[10,-6],[-13,-18],[-10,2],[-8,25],[-3,72],[-6,-1],[7,23],[3,28],[9,79],[-2,52],[-7,1],[-3,15],[-7,0],[-14,-41],[-4,-24],[-10,-12],[4,-25],[-11,-24],[-2,-43],[3,-25],[-4,-51],[4,-22],[-3,-11],[0,20],[-4,-15],[-6,17],[-3,33],[2,16],[-2,24],[-7,13],[-4,-8],[-13,38],[0,-29],[-4,22],[-11,28],[-5,-9],[-3,-37],[2,-16],[7,-4],[4,-15],[7,-5],[6,-43],[7,-5],[3,-24],[-7,13],[-2,-9],[-10,6],[-8,11],[-20,-10],[-4,-20],[-2,13],[5,17],[-3,12],[-5,-23],[2,-10],[-12,-11],[-7,12],[-10,-1],[-7,-15],[3,-44],[-3,-6],[-11,-44],[0,-33],[14,-2],[-9,-11],[2,-24],[8,-31],[6,-4],[6,9],[7,40],[0,-26],[9,-12],[18,30],[6,31],[11,7],[3,-21],[20,19],[16,-20],[-9,-10],[-7,3],[-11,-22],[-5,0],[-12,-21],[-9,-45],[4,-33],[-11,-9],[-3,-17],[14,-23],[5,-12],[8,-7],[-14,-11],[-9,19],[-4,-2],[-10,-27],[0,-22],[-7,25],[1,-21],[-3,-4],[9,-15],[-3,-16],[0,-58],[7,-38],[0,-33],[6,9],[0,-17],[1,-34],[-1,-8],[7,-48],[7,0],[4,-28],[6,-30],[14,1],[3,11],[2,-17],[-10,-16],[-12,5],[-8,50],[-2,1],[-1,-24],[-6,-4],[-5,22],[-3,-11],[-9,16],[-7,28],[-4,-14],[1,27],[-13,11],[-3,15],[-5,-8],[-7,7],[-2,-14],[-16,-32],[-1,-9],[-13,-33],[-7,-58],[0,-42],[3,7],[3,-25],[1,16],[9,-42],[-9,-7],[-1,-15],[1,-68],[7,26],[6,31],[7,-8],[-4,-15],[1,-33],[-3,-21],[6,-20],[-1,20],[1,17],[7,-28],[-2,26],[2,10],[3,-25],[10,-3],[-3,-16],[7,-24],[3,-46],[6,-16],[1,-24],[6,3],[7,-28],[-4,-26],[1,-11],[-2,-18],[1,-11],[0,-34],[7,-39],[-6,-13],[-11,14],[9,7],[-3,30],[-10,-1],[-2,-24],[-7,-21],[-5,-59],[2,0],[0,-26],[-3,-15],[-1,-29],[-4,-18],[6,-3],[7,18],[-6,-37],[4,-7],[-4,-9],[-3,-57],[3,-11],[0,-32],[-2,-39],[2,-19],[-4,-17],[-5,-47],[3,-81],[3,-60],[-6,-26],[-8,-1],[-7,-10],[-3,20],[-16,-16],[-11,-1],[-3,24],[-4,-39],[4,-8],[-9,-5],[-8,-14],[0,-39],[-3,7],[-1,26],[-9,-2],[0,24],[-4,-1],[0,-25],[-5,-2],[-1,-27],[-6,-4],[-1,-30],[1,-45],[-5,-43],[-3,-41],[8,-20],[3,-13],[-7,-25],[-2,27],[-5,-29],[3,-34],[8,21],[0,21],[6,16],[-1,14],[4,16],[4,-29],[-10,-40],[2,-25],[-9,-32],[7,-29],[9,17],[25,14],[6,26],[4,-6],[3,19],[13,-21],[21,5],[3,11],[-10,25],[-1,32],[6,31],[-6,35],[5,3],[3,-22],[6,1],[-7,-46],[7,-50],[6,-7],[1,-17],[7,3],[3,18],[4,-1],[6,-20],[9,14],[-2,6],[7,38],[2,50],[-4,-18],[0,33],[5,21],[5,-29],[0,25],[-6,9],[3,16],[4,-7],[3,25],[5,-5],[6,10],[2,52],[-5,64],[3,-14],[9,39],[-2,44],[-4,-4],[0,34],[-6,36],[-2,-12],[1,45],[-6,22],[-4,-42],[-6,-15],[0,24],[9,56],[-2,13],[8,40],[-2,22],[9,35],[1,-22],[6,0],[7,-22],[6,22],[5,-2],[2,15],[-2,59],[3,17],[4,-6],[6,-22]],[[31866,99868],[9,17],[8,25],[8,-16],[27,-2],[5,6],[-3,13],[-7,1],[-10,28],[-22,27],[-11,1],[-2,13],[-6,-10],[-14,18],[-2,-5],[-17,7],[6,-30],[-3,-48],[4,-30],[13,8],[14,-26],[3,3]],[[31458,99705],[-3,-2]],[[31455,99703],[0,-2]],[[31455,99701],[3,4]],[[31007,99460],[3,38],[-7,28],[-8,9],[-14,-37],[4,-35],[7,-10],[15,7]],[[31693,99402],[25,24],[4,-7],[4,20],[-19,12],[-9,-2],[-1,15],[-13,8],[0,10],[-9,12],[0,-11],[-10,0],[-9,16],[-10,-5],[-5,-21],[1,-20],[9,0],[7,-10],[1,-13],[6,4],[12,-13],[2,-13],[14,-6]],[[31713,99196],[3,-10],[10,7],[8,26],[-3,18],[-9,-5],[1,22],[-13,-49],[-2,-35],[5,26]],[[31875,99150],[12,5],[10,27],[-16,-7],[5,20],[-1,29],[-12,-22],[-6,16],[-6,-5],[-3,-26],[4,-17],[11,-8],[2,-12]],[[31831,99155],[13,28],[4,29],[-13,-2],[2,18],[-13,-22],[-2,-25],[-10,17],[-8,-30],[-9,12],[-4,-11],[2,-12],[11,-3],[1,-10],[10,2],[1,-8],[6,20],[4,-9],[5,6]],[[31458,99682],[-3,3],[-7,-20],[-5,3],[0,-20],[-5,3],[-4,-25],[-13,21],[-5,26],[-4,-14],[-8,-11],[-3,-19],[-7,-18],[-7,0],[-26,35],[-2,-10],[-8,4],[-2,-19],[-7,5],[-3,12],[-13,-16],[-4,-12],[-6,1],[-8,-18],[-9,25],[0,12],[6,-12],[-2,19],[-13,24],[-5,-8],[-13,8],[-2,-17],[-5,2],[5,17],[-7,11],[3,16],[-7,-9],[-9,-23],[-2,-23],[-3,11],[-8,-12],[-13,0],[-7,31],[-16,-9],[-7,-12],[-3,19],[-6,-18],[1,-39],[9,-16],[4,1],[-2,-21],[-10,-17],[3,-33],[4,-7],[-5,-25],[5,-16],[-1,-39],[3,-14],[-2,-25],[8,-34],[0,-19],[-5,-20],[-1,-31],[-6,-48],[-10,-9],[-10,-67],[0,-17],[12,-14],[9,-17],[10,-28],[1,-21],[-4,-38],[1,-31],[10,-28],[9,-6],[22,6],[11,23],[10,1],[11,9],[10,-9],[8,5],[11,-8],[14,21],[11,7],[2,-14],[18,-14],[14,11],[17,0],[12,17],[10,-1],[2,-17],[11,-5],[6,7],[12,-1],[6,12],[8,4],[4,-10],[10,17],[10,1],[6,-13],[-2,18],[4,12],[5,-2],[5,-26],[-1,28],[7,7],[2,22],[7,-20],[-7,-13],[-5,-20],[10,4],[3,11],[11,5],[3,12],[7,0],[3,-19],[13,16],[8,3],[3,-10],[7,20],[13,6],[4,25],[6,8],[7,-11],[1,19],[8,23],[5,-11],[3,20],[12,13],[6,-17],[2,8],[6,-22],[0,25],[-5,24],[3,59],[-3,10],[4,15],[-3,12],[4,21],[2,-7],[2,36],[-2,23],[-5,-30],[-3,7],[3,30],[-4,6],[-5,-10],[-9,18],[0,13],[-9,-9],[-5,32],[-6,16],[-4,28],[0,18],[-5,34],[0,21],[-6,7],[-4,16],[0,45],[-10,8],[-4,22],[-4,-2],[-4,16],[-18,11],[-5,-13],[-7,0],[-8,31],[-6,-17],[-25,42],[-10,-2],[-5,15],[3,-27],[8,0],[-7,-20],[-4,1],[-6,20],[0,13]],[[6490,96798],[13,14],[14,23],[7,26],[0,18],[20,42],[7,31],[6,9],[6,21],[11,-10],[10,20],[17,16],[14,29],[20,49],[16,25],[10,36],[7,13],[6,26],[10,29],[10,46],[0,13],[8,28],[0,166],[6,7],[10,-19],[9,5],[2,15],[5,44],[-2,61],[10,19],[0,26],[5,7],[7,32],[10,25],[5,5],[10,21],[3,14],[-4,22],[-2,31],[-18,71],[-11,29],[-2,12],[-14,53],[-12,21],[-11,14],[-17,48],[-21,21],[-15,-18],[-13,17],[-2,18],[-8,15],[-1,20],[-6,15],[-7,5],[-10,28],[-8,38],[-10,8],[-6,11],[-7,54],[-4,9],[0,47],[-6,22],[-6,34],[0,24],[-7,11],[0,14],[-11,47],[-6,5],[0,-27],[-13,-43],[-6,-4],[-11,-33],[-1,-12],[-16,-13],[-9,-20],[0,-17],[-7,-35],[-3,-39],[3,-40],[0,-73],[3,-11],[0,-56],[3,-37],[1,-76],[-5,-51],[-2,-34],[-4,-18],[0,-63],[-7,-4],[0,-28],[-3,-10],[1,-36],[-4,-14],[0,-34],[-6,-65],[-11,-22],[1,-30],[-5,-22],[-2,-47],[0,-48],[10,-37],[12,-57],[10,-2],[4,-8],[0,-22],[4,-16],[3,-29],[4,-8],[2,-22],[7,-43],[7,-15],[0,-65],[-13,-66],[-6,-47],[-2,-73],[1,-62],[4,-34],[9,-10]],[[6289,96381],[6,10],[4,22],[-4,52],[5,1],[-3,25],[-4,-6],[-7,13],[-3,-18],[-17,23],[-7,-1],[-6,-31],[9,-34],[7,-6],[10,-32],[10,-18]],[[6175,95974],[23,16],[18,64],[9,59],[-3,34],[-9,41],[-3,0],[-11,27],[0,-6],[-19,10],[-5,-28],[-2,-32],[0,-50],[-5,-41],[-9,-13],[-6,-28],[0,-27],[9,-21],[13,-5]],[[6280,95845],[6,17],[7,8],[4,25],[5,8],[0,19],[8,48],[2,23],[11,20],[7,-15],[12,-10],[4,-15],[10,-19],[7,6],[7,-6],[3,12],[7,-3],[6,12],[0,16],[17,56],[1,14],[9,1],[0,21],[6,21],[5,-4],[9,24],[8,6],[8,13],[4,22],[1,60],[-3,23],[-5,33],[-9,16],[-1,23],[-9,0],[-3,9],[-14,30],[-14,-11],[-6,4],[-14,34],[-12,18],[-12,0],[-9,10],[-10,-10],[0,-13],[-7,-13],[1,-21],[-4,-15],[3,-18],[-2,-83],[-4,-40],[0,-40],[-8,-24],[-5,3],[-7,26],[-20,-43],[-7,-5],[-16,-83],[0,-32],[-2,-13],[1,-41],[7,-54],[0,-18],[4,1],[3,-24],[9,3],[1,-12]],[[6103,95611],[8,-3],[7,22],[25,10],[9,12],[10,-1],[7,9],[6,-9],[1,-28],[6,1],[4,46],[12,13],[1,-11],[7,10],[10,-2],[9,-15],[15,1],[3,20],[7,-3],[-1,31],[-7,36],[-17,51],[-9,15],[-6,-3],[-7,13],[-4,-11],[-16,-10],[-34,-49],[-10,2],[-13,12],[-25,6],[-15,-9],[-2,-7],[5,-59],[10,-35],[0,-62],[4,7]],[[5928,95508],[-4,1],[0,-18],[4,17]],[[5897,94994],[4,1],[6,26],[1,23],[6,29],[0,28],[6,27],[7,62],[4,-7],[7,39],[0,25],[-6,5],[3,26],[0,30],[9,12],[1,19],[7,33],[5,-8],[1,-27],[-4,-8],[4,-20],[6,8],[4,-7],[-6,43],[3,29],[6,10],[3,17],[-2,34],[6,29],[11,24],[-1,14],[-16,46],[0,-20],[-3,-9],[-15,19],[-2,11],[-10,7],[-1,-22],[-13,-27],[0,-17],[-7,-7],[-1,-18],[-6,23],[4,8],[-13,0],[2,-15],[-6,-16],[0,-27],[9,-27],[-9,-20],[-1,23],[-6,-22],[0,19],[4,7],[2,30],[-9,-17],[-3,-27],[-3,20],[12,17],[3,32],[-15,20],[-20,14],[-4,-1],[-3,-29],[3,-5],[-6,-20],[-1,-38],[-13,-46],[0,-28],[-3,-22],[-11,-45],[0,-65],[-3,-22],[-10,-29],[7,-7],[34,-3],[8,-15],[-2,-12],[13,-47],[0,-17],[7,-33],[7,-24],[9,-13]],[[5312,94634],[7,8],[2,17],[-5,4],[-4,30],[0,46],[2,24],[-9,22],[-10,7],[-6,13],[-5,40],[-6,61],[-9,-9],[-4,-29],[0,-41],[4,-20],[2,-31],[7,-23],[4,-26],[14,-27],[5,-15],[4,-46],[7,-5]],[[5503,94344],[9,19],[4,-3],[10,39],[1,44],[5,13],[-2,39],[-5,36],[-2,28],[-4,8],[0,46],[1,26],[0,43],[-7,6],[3,20],[-10,21],[-1,23],[-16,43],[-7,-14],[-13,-10],[-10,0],[-13,-20],[0,11],[-10,-25],[-11,-51],[-9,-6],[-14,-21],[-9,-52],[2,-60],[10,-40],[6,-63],[8,-18],[9,-9],[8,-29],[10,-22],[4,-17],[10,-1],[2,13],[7,-1],[0,14],[6,-9],[3,-25],[15,16],[10,-12]]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment