diff --git a/Project.toml b/Project.toml index 8433d7c..81ffc77 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,9 @@ name = "Badges" uuid = "f8f3bd14-6f44-485b-add6-c2abd0d3421f" authors = ["Avik Sengupta"] -version = "1.0.0" - -[deps] -JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" +version = "1.0.1" [compat] -JSON3 = "1.0" julia = "1.3" [extras] diff --git a/src/Badges.jl b/src/Badges.jl index d2a3fd3..ab3edcb 100644 --- a/src/Badges.jl +++ b/src/Badges.jl @@ -1,8 +1,9 @@ module Badges -using JSON3 + +include("widths.jl") export Badge -global const gFontFamily = "font-family='Verdana,Geneva,DejaVu Sans,sans-serif'" +const gFontFamily = "font-family='Verdana,Geneva,DejaVu Sans,sans-serif'" function roundUpToOdd(x) x = round(Int, x) @@ -263,11 +264,6 @@ function escapeXml(s) x -> replace(x, '\'' => "'") end -# Verdana font metrics precalculated from the npm package anafanafo -# ================================================================= - -global const data = Ref{Any}() -global const em = Ref{Float64}() """ `widthOfCharCode(charCode; approx=true)` @@ -277,13 +273,13 @@ If `approx` is true, any unknwon character will be measured as 'm'. Otherwise 0. """ function widthOfCharCode(charCode; approx=true) if isControlChar(charCode); return 0.0; end - res = findfirst(data[]) do x - charCode >= x[1] && charCode <= x[2] + res = findfirst(WIDTHS) do x + charCode >= x[1][1] && charCode <= x[1][2] end if isnothing(res) - if approx; return em[]; else return 0.0; end + if approx; return EM; else return 0.0; end else - return data[][res][3] + return WIDTHS[res][2] end end @@ -294,11 +290,9 @@ widthOf(text::AbstractString; approx=true) = reduce(+, [widthOfCharCode(Int(x), isControlChar(charCode) = charCode <=31 || charCode == 127 +# Verdana font metrics precalculated from the npm package anafanafo +# ================================================================= -function __init__() - modulepath = dirname(pathof(Badges)) - data[] = JSON3.read(read("$modulepath/widths.json", String)) - em[] = widthOfCharCode(Int('m')) -end +const EM = widthOfCharCode(Int('m'))::Float64 end diff --git a/src/widths.jl b/src/widths.jl new file mode 100644 index 0000000..82c0d41 --- /dev/null +++ b/src/widths.jl @@ -0,0 +1,3 @@ +# used regex - \[([0-9]*),([0-9]*),([0-9.]*)\] +# used replacement - (($1,$2),$3) +const WIDTHS = Vector{Tuple{Tuple{Int64, Int64}, Float64}}([((32,32),38.67),((33,33),43.29),((34,34),50.49),((35,35),90.02),((36,36),69.93),((37,37),118.38),((38,38),79.92),((39,39),29.54),((40,41),49.95),((42,42),69.93),((43,43),90.02),((44,44),40.01),((45,45),49.95),((46,46),40.01),((47,47),49.95),((48,57),69.93),((58,59),49.95),((60,62),90.02),((63,63),60),((64,64),110),((65,65),75.2),((66,66),75.41),((67,67),76.81),((68,68),84.76),((69,69),69.56),((70,70),63.22),((71,71),85.29),((72,72),82.66),((73,73),46.3),((74,74),50),((75,75),76.22),((76,76),61.23),((77,77),92.71),((78,78),82.29),((79,79),86.58),((80,80),66.33),((81,81),86.58),((82,82),76.48),((83,83),75.2),((84,84),67.78),((85,85),80.51),((86,86),75.2),((87,87),108.76),((88,88),75.36),((89,89),67.68),((90,90),75.36),((91,93),49.95),((94,94),90.02),((95,96),69.93),((97,97),66.06),((98,98),68.54),((99,99),57.31),((100,100),68.54),((101,101),65.53),((102,102),38.67),((103,103),68.54),((104,104),69.61),((105,105),30.19),((106,106),37.87),((107,107),65.1),((108,108),30.19),((109,109),106.99),((110,110),69.61),((111,111),66.76),((112,113),68.54),((114,114),46.94),((115,115),57.31),((116,116),43.34),((117,117),69.61),((118,118),65.1),((119,119),90.02),((120,121),65.1),((122,122),57.79),((123,123),69.82),((124,124),49.95),((125,125),69.82),((126,126),90.02),((160,160),38.67),((161,161),43.29),((162,165),69.93),((166,166),49.95),((167,168),69.93),((169,169),110),((170,170),60),((171,171),70.9),((172,172),90.02),((173,173),0),((174,174),110),((175,175),69.93),((176,176),59.62),((177,177),90.02),((178,179),59.62),((180,180),69.93),((181,181),70.58),((182,182),69.93),((183,183),40.01),((184,184),69.93),((185,185),59.62),((186,186),60),((187,187),70.9),((188,190),110),((191,191),60),((192,197),75.2),((198,198),108.28),((199,199),76.81),((200,203),69.56),((204,207),46.3),((208,208),85.29),((209,209),82.29),((210,214),86.58),((215,215),90.02),((216,216),86.58),((217,220),80.51),((221,221),67.68),((222,222),66.6),((223,223),68.21),((224,229),66.06),((230,230),105.06),((231,231),57.31),((232,235),65.53),((236,239),30.19),((240,240),67.3),((241,241),69.61),((242,246),66.76),((247,247),90.02),((248,248),66.76),((249,252),69.61),((253,253),65.1),((254,254),68.54),((256,256),75.2),((257,257),66.06),((258,258),75.2),((259,259),66.06),((260,260),75.2),((261,261),66.06),((262,262),76.81),((263,263),57.31),((264,264),76.81),((265,265),57.31),((266,266),76.81),((267,267),57.31),((268,268),76.81),((269,269),57.31),((270,270),84.76),((271,271),71.22),((272,272),85.29),((273,273),68.54),((274,274),69.56),((275,275),65.53),((276,276),69.56),((277,277),65.53),((278,278),69.56),((279,279),65.53),((280,280),69.56),((281,281),65.53),((282,282),69.56),((283,283),65.53),((284,284),85.29),((285,285),68.54),((286,286),85.29),((287,287),68.54),((288,288),85.29),((289,289),68.54),((290,290),85.29),((291,291),68.54),((292,292),82.66),((293,293),69.61),((294,294),82.66),((295,295),69.61),((296,296),46.3),((297,297),30.19),((298,298),46.3),((299,299),30.19),((300,300),46.3),((301,301),30.19),((302,302),46.3),((303,303),30.19),((304,304),46.3),((305,305),30.19),((306,306),95.77),((307,307),67.51),((308,308),50),((309,309),37.87),((310,310),76.22),((311,312),65.1),((313,313),61.23),((314,314),30.19),((315,315),61.23),((316,316),30.19),((317,317),61.23),((318,318),32.55),((319,319),61.23),((320,320),50.43),((321,321),61.77),((322,322),31.26),((323,323),82.29),((324,324),69.61),((325,325),82.29),((326,326),69.61),((327,327),82.29),((328,328),69.61),((329,329),80.35),((330,330),82.29),((331,331),69.61),((332,332),86.58),((333,333),66.76),((334,334),86.58),((335,335),66.76),((336,336),86.58),((337,337),66.76),((338,338),117.68),((339,339),107.96),((340,340),76.48),((341,341),46.94),((342,342),76.48),((343,343),46.94),((344,344),76.48),((345,345),46.94),((346,346),75.2),((347,347),57.31),((348,348),75.2),((349,349),57.31),((350,350),75.2),((351,351),57.31),((352,352),75.2),((353,353),57.31),((354,354),67.78),((355,355),43.34),((356,356),67.78),((357,357),43.34),((358,358),67.78),((359,359),43.34),((360,360),80.51),((361,361),69.61),((362,362),80.51),((363,363),69.61),((364,364),80.51),((365,365),69.34),((366,366),80.51),((367,367),69.61),((368,368),80.51),((369,369),69.61),((370,370),80.51),((371,371),69.34),((372,372),108.76),((373,373),90.02),((374,374),67.68),((375,375),65.1),((376,376),67.68),((377,377),75.36),((378,378),57.79),((379,379),75.36),((380,380),57.79),((381,381),75.36),((382,382),57.79),((384,384),55),((385,385),83.57),((386,386),63.16),((387,387),55),((388,388),63.16),((389,389),55),((390,391),73.37),((392,392),48.82),((393,393),79.44),((394,394),89.64),((395,395),63.16),((396,396),55),((397,397),51.83),((398,398),67.19),((399,399),83.04),((400,400),55.11),((401,401),61.18),((402,402),69.93),((403,404),79.44),((405,405),84.7),((406,406),27.88),((407,407),36.63),((408,408),79.44),((409,409),55),((410,410),30.56),((411,411),53.33),((412,412),89.8),((413,413),79.44),((414,414),55),((415,415),79.44),((416,416),88.73),((417,417),66.76),((418,418),101.73),((419,419),76.05),((420,420),71.49),((421,421),55),((422,423),61.18),((424,424),42.81),((425,425),64.02),((426,426),37.81),((427,427),30.56),((428,428),67.19),((429,429),30.56),((430,430),67.19),((431,431),83.2),((432,432),72.56),((433,433),81.75),((434,434),79.44),((435,435),85.88),((436,436),55),((437,437),67.19),((438,438),48.82),((439,440),59.3),((441,442),48.82),((443,444),55),((445,445),48.77),((446,446),46.41),((447,447),55),((448,448),22.02),((449,449),30.88),((450,450),27.39),((451,451),36.63),((452,452),146.63),((453,453),128.26),((454,454),103.82),((455,455),110),((456,456),97.75),((457,457),61.12),((458,458),122.25),((459,459),110),((460,460),85.56),((461,461),79.44),((462,462),48.82),((463,463),36.63),((464,464),30.56),((465,465),79.44),((466,466),55),((467,467),79.44),((468,468),55),((469,469),79.44),((470,470),55),((471,471),80.51),((472,472),69.61),((473,473),79.44),((474,474),55),((475,475),80.51),((476,476),69.61),((477,477),48.82),((478,478),79.44),((479,479),48.82),((480,480),79.44),((481,481),48.82),((482,482),97.81),((483,483),73.37),((484,484),79.44),((485,485),55),((486,486),79.44),((487,487),55),((488,488),79.44),((489,489),55),((490,490),79.44),((491,491),55),((492,492),79.44),((493,493),55),((494,494),59.3),((495,495),48.82),((496,496),30.56),((497,497),146.63),((498,498),128.26),((499,499),103.82),((500,500),85.29),((501,501),68.54),((502,502),104.47),((503,503),61.61),((504,504),82.29),((505,505),69.61),((506,506),75.2),((507,507),66.06),((508,508),108.28),((509,509),105.06),((510,510),86.58),((511,511),66.76),((512,512),79.44),((513,513),48.82),((514,514),79.44),((515,515),48.82),((516,516),67.19),((517,517),48.82),((518,518),67.19),((519,519),48.82),((520,520),36.63),((521,521),30.56),((522,522),36.63),((523,523),30.56),((524,524),79.44),((525,525),55),((526,526),79.44),((527,527),55),((528,528),73.37),((529,529),36.63),((530,530),73.37),((531,531),36.63),((532,532),79.44),((533,533),55),((534,534),79.44),((535,535),55),((536,536),75.2),((537,537),57.31),((538,538),67.78),((539,539),43.34),((540,540),61.93),((541,541),43.45),((542,542),79.44),((543,543),55),((544,544),71.49),((545,545),55),((546,546),66.39),((547,547),55),((548,548),67.19),((549,549),48.82),((550,550),79.44),((551,551),48.82),((552,552),67.19),((553,553),48.82),((554,554),79.44),((555,555),55),((556,556),79.44),((557,557),55),((558,558),79.44),((559,559),55),((560,560),79.44),((561,561),55),((562,562),79.44),((563,563),55),((564,564),30.56),((565,565),55),((566,566),34.86),((567,567),30.56),((568,568),85.13),((569,569),84.97),((570,570),79.44),((571,571),73.37),((572,572),55),((573,574),67.19),((575,575),42.81),((576,576),48.82),((577,577),58.71),((578,578),43.72),((579,579),73.37),((580,580),79.44),((581,581),79.76),((582,582),67.19),((583,583),48.82),((584,584),42.81),((585,585),30.56),((586,586),77.24),((587,587),55),((588,588),73.37),((589,589),36.63),((590,590),79.44),((880,880),46.09),((881,881),36.52),((882,882),64.57),((883,883),51.37),((884,885),36.63),((886,886),79.31),((887,887),63.8),((888,889),79.44),((890,890),36.63),((891,893),48.82),((894,894),49.95),((895,895),36.63),((896,899),79.44),((900,901),69.93),((902,902),75.2),((903,903),49.95),((904,904),82.61),((905,905),95.71),((906,906),59.35),((907,907),79.44),((908,908),96.89),((909,909),79.44),((910,910),82.88),((911,911),99.85),((912,912),30.19),((913,913),75.2),((914,914),75.41),((915,915),62.3),((916,916),77.34),((917,917),69.56),((918,918),75.36),((919,919),82.66),((920,920),86.58),((921,921),46.3),((922,922),76.22),((923,923),75.41),((924,924),92.71),((925,925),82.29),((926,926),71.38),((927,927),86.58),((928,928),82.66),((929,929),66.33),((930,930),79.44),((931,931),73.96),((932,932),67.78),((933,933),67.68),((934,934),90.07),((935,935),75.36),((936,936),95.77),((937,937),90.02),((938,938),46.3),((939,939),67.68),((940,940),68.54),((941,941),56.4),((942,942),69.61),((943,943),30.19),((944,944),69.45),((945,945),68.54),((946,946),68.21),((947,947),65.1),((948,948),66.87),((949,949),56.4),((950,950),50.33),((951,951),69.61),((952,952),68.64),((953,953),30.19),((954,955),65.1),((956,956),70.36),((957,957),65.1),((958,958),55.32),((959,959),66.76),((960,960),70.09),((961,961),68.75),((962,962),55.86),((963,963),69.34),((964,964),54.57),((965,965),69.45),((966,966),86.9),((967,967),64.88),((968,968),90.4),((969,969),89.48),((970,970),30.19),((971,971),69.45),((972,972),66.76),((973,973),69.45),((974,974),89.48),((975,975),62.26),((976,976),55.97),((977,977),54.46),((978,978),79.44),((979,979),97.92),((980,980),79.44),((981,981),57.9),((982,982),72.4),((983,983),61.61),((984,984),79.44),((985,985),55),((986,986),73.37),((987,987),46.19),((988,988),61.18),((989,989),49.15),((990,990),63.33),((991,991),49.63),((992,992),80.46),((993,993),60.91),((994,994),91.09),((995,995),85.56),((996,996),67.73),((997,997),57.31),((998,998),72.72),((999,999),48.82),((1000,1001),59.62),((1002,1002),72.19),((1003,1003),63.92),((1004,1004),76.91),((1005,1005),55.97),((1006,1006),52.26),((1007,1007),42.43),((1008,1008),61.61),((1009,1009),55.97),((1010,1010),48.82),((1011,1011),30.56),((1012,1012),79.44),((1013,1014),44.53),((1015,1015),61.18),((1016,1016),55),((1017,1017),73.37),((1018,1018),97.81),((1019,1019),69.61),((1020,1020),54.89),((1021,1022),73.37),((1024,1025),69.56),((1026,1026),87.17),((1027,1027),62.3),((1028,1028),77.08),((1029,1029),75.2),((1030,1031),46.3),((1032,1032),50),((1033,1033),123),((1034,1034),121.33),((1035,1035),89.97),((1036,1036),76.22),((1037,1037),82.55),((1038,1038),67.68),((1039,1039),82.66),((1040,1040),75.2),((1041,1042),75.41),((1043,1043),62.3),((1044,1044),82.02),((1045,1045),69.56),((1046,1046),107.05),((1047,1047),67.73),((1048,1049),82.55),((1050,1050),76.22),((1051,1051),80.78),((1052,1052),92.71),((1053,1053),82.66),((1054,1054),86.58),((1055,1055),82.66),((1056,1056),66.33),((1057,1057),76.81),((1058,1058),67.78),((1059,1059),67.68),((1060,1060),90.07),((1061,1061),75.36),((1062,1062),83.74),((1063,1063),78.31),((1064,1064),113.33),((1065,1065),114.94),((1066,1066),86.15),((1067,1067),101.25),((1068,1068),74.87),((1069,1069),77.13),((1070,1070),113.76),((1071,1071),77.67),((1072,1072),66.06),((1073,1073),67.57),((1074,1074),65.42),((1075,1075),51.83),((1076,1076),68.37),((1077,1077),65.53),((1078,1078),87.76),((1079,1079),57.69),((1080,1081),70.42),((1082,1082),65.1),((1083,1083),68.27),((1084,1084),76.59),((1085,1085),70.09),((1086,1086),66.76),((1087,1087),70.09),((1088,1088),68.54),((1089,1089),58.76),((1090,1090),54.57),((1091,1091),65.1),((1092,1092),92.49),((1093,1093),65.1),((1094,1094),70.9),((1095,1095),66.6),((1096,1096),96.36),((1097,1097),97.65),((1098,1098),70.47),((1099,1099),87.39),((1100,1100),62.79),((1101,1101),60.16),((1102,1102),92.28),((1103,1103),65.96),((1104,1105),65.53),((1106,1106),69.61),((1107,1107),51.83),((1108,1108),60.16),((1109,1109),57.31),((1110,1111),30.19),((1112,1112),37.87),((1113,1114),100.55),((1115,1115),69.61),((1116,1116),65.1),((1117,1117),70.42),((1118,1118),65.1),((1119,1119),70.09),((1120,1120),128.96),((1121,1121),69.66),((1122,1122),73.8),((1123,1123),59.73),((1124,1124),106.46),((1125,1125),74.5),((1126,1126),79.44),((1127,1127),64.88),((1128,1128),113.6),((1129,1129),91.74),((1130,1130),98.56),((1131,1131),76),((1132,1132),132.93),((1133,1133),102.86),((1134,1134),55.11),((1135,1135),43.45),((1136,1136),81.16),((1137,1137),68.86),((1138,1138),79.44),((1139,1139),55),((1140,1140),89.48),((1141,1141),64.78),((1142,1142),89.48),((1143,1143),64.78),((1144,1144),130.63),((1145,1145),114.4),((1146,1146),83.9),((1147,1147),62.25),((1148,1148),108.17),((1149,1149),89.48),((1150,1150),128.96),((1151,1151),69.66),((1152,1152),73.37),((1153,1153),48.82),((1154,1154),36.74),((1155,1158),0),((1159,1159),69.93),((1160,1161),0),((1162,1162),79.44),((1163,1163),58.87),((1164,1164),63.16),((1165,1165),51.72),((1166,1166),61.18),((1167,1167),55),((1168,1168),62.3),((1169,1169),51.83),((1170,1170),62.3),((1171,1171),51.83),((1172,1172),69.45),((1173,1173),56.67),((1174,1174),107.05),((1175,1175),87.76),((1176,1176),55.11),((1177,1177),43.45),((1178,1178),76.22),((1179,1179),65.1),((1180,1180),76.22),((1181,1181),65.1),((1182,1182),73.37),((1183,1183),53.44),((1184,1184),86.42),((1185,1185),63.06),((1186,1186),82.66),((1187,1187),70.09),((1188,1188),93.56),((1189,1189),68.54),((1190,1190),113.54),((1191,1191),86.8),((1192,1192),86.58),((1193,1193),67.84),((1194,1194),73.37),((1195,1195),48.82),((1196,1196),67.19),((1197,1197),48.07),((1198,1198),67.68),((1199,1199),65.1),((1200,1200),67.68),((1201,1201),65.1),((1202,1202),75.36),((1203,1203),65.1),((1204,1204),87.66),((1205,1205),66.33),((1206,1206),71.49),((1207,1207),55.32),((1208,1208),78.31),((1209,1209),66.6),((1210,1210),78.31),((1211,1211),69.61),((1212,1212),96.63),((1213,1213),75.79),((1214,1214),96.63),((1215,1215),75.79),((1216,1216),36.63),((1217,1217),98.56),((1218,1218),76),((1219,1219),73.37),((1220,1220),56.67),((1221,1221),74.6),((1222,1222),54.89),((1223,1223),79.44),((1224,1224),58.87),((1225,1225),79.44),((1226,1226),58.87),((1227,1227),71.49),((1228,1228),55.32),((1229,1229),97.81),((1230,1230),69.61),((1231,1231),30.56),((1232,1232),79.44),((1233,1233),48.82),((1234,1234),79.44),((1235,1235),48.82),((1236,1236),97.81),((1237,1237),73.37),((1238,1238),67.19),((1239,1239),48.82),((1240,1240),83.04),((1241,1241),65.53),((1242,1242),79.44),((1243,1243),48.82),((1244,1244),98.56),((1245,1245),76),((1246,1246),55.11),((1247,1247),43.45),((1248,1248),55.11),((1249,1249),48.82),((1250,1250),79.44),((1251,1251),58.87),((1252,1252),79.44),((1253,1253),58.87),((1254,1254),79.44),((1255,1255),55),((1256,1256),86.58),((1257,1257),66.76),((1258,1258),79.44),((1259,1259),55),((1260,1260),72.62),((1261,1261),47.21),((1262,1262),77.88),((1263,1263),55),((1264,1264),77.88),((1265,1265),55),((1266,1266),77.88),((1267,1267),55),((1268,1268),71.49),((1269,1269),55.32),((1270,1270),63.59),((1271,1271),45.12),((1272,1272),95.93),((1273,1273),73.91),((1274,1274),63.59),((1275,1275),45.12),((1276,1276),79.44),((1277,1277),55),((1278,1278),79.44),((1280,1280),63.16),((1281,1281),55),((1282,1282),88.41),((1283,1283),84.76),((1284,1284),88.25),((1285,1285),77.61),((1286,1286),63.11),((1287,1287),49.79),((1288,1288),99.74),((1289,1289),82.71),((1290,1290),104.47),((1291,1291),86.64),((1292,1292),79.44),((1293,1293),49.84),((1294,1294),76.54),((1295,1295),66.17),((1296,1296),55.11),((1297,1297),43.45),((1298,1298),74.6),((1299,1299),54.89),((1300,1300),83.82),((1301,1301),76.23),((1302,1302),91.3),((1303,1303),74.91),((1304,1304),113.41),((1305,1305),81.07),((1306,1306),86.58),((1307,1307),68.54),((1308,1308),108.76),((1309,1309),90.02),((1310,1310),75.35),((1311,1311),69.41),((1312,1312),107.91),((1313,1313),87.56),((1314,1314),122.21),((1315,1315),99.88),((1316,1316),76.27),((1317,1317),66.23),((1318,1318),74.17),((1319,1319),67.57),((1320,1320),48.84),((1321,1321),44.33),((1322,1322),98.01),((1323,1323),89.43),((1324,1324),61.82),((1325,1325),57.64),((1326,1326),73.37),((7424,7424),55.27),((7425,7425),70.95),((7426,7426),73.37),((7427,7427),51.13),((7428,7428),52.58),((7429,7430),57.69),((7431,7431),48.88),((7432,7432),43.45),((7433,7433),30.56),((7434,7434),32.6),((7435,7435),59.35),((7436,7436),48.93),((7437,7437),69.61),((7438,7438),58.87),((7439,7439),55),((7440,7440),52.58),((7441,7441),59.57),((7442,7442),59.14),((7443,7443),59.57),((7444,7444),79.44),((7445,7445),48.02),((7446,7447),55),((7448,7448),50.17),((7449,7450),50.6),((7451,7451),48.07),((7452,7452),59.08),((7453,7453),55.54),((7454,7454),72.03),((7455,7455),55.48),((7456,7456),55),((7457,7457),79.44),((7458,7458),48.82),((7459,7459),43.45),((7460,7460),43.72),((7461,7461),59.24),((7462,7462),45.12),((7463,7463),55),((7464,7464),58.87),((7465,7465),50.17),((7466,7466),58.12),((7467,7467),54.89),((7468,7468),46.41),((7469,7469),59.19),((7470,7471),42.54),((7472,7472),47.27),((7473,7474),40.71),((7475,7475),47.59),((7476,7476),48.45),((7477,7477),21.97),((7478,7478),27.12),((7479,7479),50.38),((7480,7480),40.82),((7481,7481),59.4),((7482,7482),50.86),((7483,7483),48.5),((7484,7484),45.98),((7485,7485),36.95),((7486,7486),36.47),((7487,7487),45.06),((7488,7488),39.85),((7489,7489),49.84),((7490,7490),60.91),((7491,7492),30.08),((7493,7493),34.54),((7494,7494),42.92),((7495,7495),34.05),((7496,7496),34.21),((7497,7498),28.2),((7499,7500),26.59),((7501,7501),33.09),((7502,7502),17.99),((7503,7503),34.7),((7504,7504),53.76),((7505,7505),30.99),((7506,7506),31.69),((7507,7507),28.14),((7508,7509),31.69),((7510,7510),34.21),((7511,7511),21.05),((7512,7512),36.04),((7513,7513),33.62),((7514,7514),53.76),((7515,7515),32.33),((7516,7516),35.07),((7517,7517),31.04),((7518,7518),29.17),((7519,7519),29.81),((7520,7520),36.79),((7521,7521),31.04),((7522,7522),17.99),((7523,7523),25.24),((7524,7524),36.04),((7525,7525),32.33),((7526,7526),31.04),((7527,7527),29.17),((7528,7528),32.55),((7529,7529),36.79),((7530,7530),31.04),((7531,7531),83.68),((7532,7533),55),((7534,7534),36.63),((7535,7535),85.56),((7536,7537),55),((7538,7539),36.63),((7540,7540),42.81),((7541,7541),30.56),((7542,7542),48.82),((7543,7543),55),((7544,7544),35.56),((7545,7545),51.83),((7546,7546),84.27),((7547,7547),30.56),((7548,7548),29.59),((7549,7549),55),((7550,7550),59.08),((7680,7680),79.44),((7681,7681),48.82),((7682,7682),73.37),((7683,7683),55),((7684,7684),75.41),((7685,7685),68.54),((7686,7686),73.37),((7687,7687),55),((7688,7688),76.81),((7689,7689),57.31),((7690,7690),79.44),((7691,7691),55),((7692,7692),84.76),((7693,7693),68.54),((7694,7694),79.44),((7695,7695),55),((7696,7696),79.44),((7697,7697),55),((7698,7698),79.44),((7699,7699),55),((7700,7700),69.56),((7701,7701),65.53),((7702,7702),69.56),((7703,7703),65.53),((7704,7704),67.19),((7705,7705),48.82),((7706,7706),67.19),((7707,7707),48.82),((7708,7708),67.19),((7709,7709),48.82),((7710,7710),61.18),((7711,7711),36.63),((7712,7712),79.44),((7713,7713),55),((7714,7714),79.44),((7715,7715),55),((7716,7716),82.66),((7717,7717),69.61),((7718,7718),79.44),((7719,7719),55),((7720,7720),79.44),((7721,7721),55),((7722,7722),79.44),((7723,7723),55),((7724,7724),36.63),((7725,7725),30.56),((7726,7726),46.3),((7727,7727),30.19),((7728,7728),76.22),((7729,7729),65.1),((7730,7730),76.22),((7731,7731),65.1),((7732,7732),79.44),((7733,7733),55),((7734,7734),61.23),((7735,7735),30.19),((7736,7736),67.19),((7737,7737),30.56),((7738,7738),67.19),((7739,7739),30.56),((7740,7740),67.19),((7741,7741),30.56),((7742,7742),92.71),((7743,7743),106.99),((7744,7744),97.81),((7745,7745),85.56),((7746,7746),92.71),((7747,7747),106.99),((7748,7748),79.44),((7749,7749),55),((7750,7750),82.29),((7751,7751),69.61),((7752,7752),79.44),((7753,7753),55),((7754,7754),79.44),((7755,7755),55),((7756,7756),86.58),((7757,7757),66.76),((7758,7758),79.44),((7759,7759),55),((7760,7760),86.58),((7761,7761),66.76),((7762,7762),86.58),((7763,7763),66.76),((7764,7764),66.33),((7765,7765),68.54),((7766,7766),61.18),((7767,7767),55),((7768,7768),73.37),((7769,7769),36.63),((7770,7770),76.48),((7771,7771),46.94),((7772,7772),73.37),((7773,7773),36.63),((7774,7774),73.37),((7775,7775),36.63),((7776,7776),61.18),((7777,7777),42.81),((7778,7778),75.2),((7779,7779),57.31),((7780,7780),61.18),((7781,7781),42.81),((7782,7782),61.18),((7783,7783),42.81),((7784,7784),61.18),((7785,7785),42.81),((7786,7786),67.19),((7787,7787),30.56),((7788,7788),67.78),((7789,7789),43.34),((7790,7790),67.19),((7791,7791),30.56),((7792,7792),67.19),((7793,7793),30.56),((7794,7794),79.44),((7795,7795),55),((7796,7796),79.44),((7797,7797),55),((7798,7798),79.44),((7799,7799),55),((7800,7800),80.51),((7801,7801),69.61),((7802,7802),79.44),((7803,7803),55),((7804,7804),75.2),((7805,7805),65.1),((7806,7806),75.2),((7807,7807),65.1),((7808,7808),108.76),((7809,7809),90.02),((7810,7810),108.76),((7811,7811),90.02),((7812,7812),108.76),((7813,7813),90.02),((7814,7814),103.82),((7815,7815),79.44),((7816,7816),108.76),((7817,7817),90.02),((7818,7818),79.44),((7819,7819),55),((7820,7820),79.44),((7821,7821),55),((7822,7822),79.44),((7823,7823),55),((7824,7824),67.19),((7825,7825),48.82),((7826,7826),75.36),((7827,7827),57.79),((7828,7828),67.19),((7829,7829),48.82),((7830,7830),55),((7831,7831),30.56),((7832,7832),79.44),((7833,7833),55),((7834,7834),48.82),((7835,7835),30.56),((7836,7836),46.57),((7837,7837),46.46),((7838,7838),74.55),((7839,7839),54.84),((7840,7840),75.2),((7841,7841),66.06),((7842,7842),75.2),((7843,7843),66.06),((7844,7844),75.2),((7845,7845),66.06),((7846,7846),75.2),((7847,7847),66.06),((7848,7848),75.2),((7849,7849),66.06),((7850,7850),75.2),((7851,7851),66.06),((7852,7852),75.2),((7853,7853),66.06),((7854,7854),75.2),((7855,7855),66.06),((7856,7856),75.2),((7857,7857),66.06),((7858,7858),75.2),((7859,7859),66.06),((7860,7860),75.2),((7861,7861),66.06),((7862,7862),75.2),((7863,7863),66.06),((7864,7864),69.56),((7865,7865),65.53),((7866,7866),69.56),((7867,7867),65.53),((7868,7868),69.56),((7869,7869),65.53),((7870,7870),69.56),((7871,7871),65.53),((7872,7872),69.56),((7873,7873),65.53),((7874,7874),69.56),((7875,7875),65.53),((7876,7876),69.56),((7877,7877),65.53),((7878,7878),69.56),((7879,7879),65.53),((7880,7880),46.3),((7881,7881),30.19),((7882,7882),46.3),((7883,7883),30.19),((7884,7884),86.58),((7885,7885),66.76),((7886,7886),86.58),((7887,7887),66.76),((7888,7888),86.58),((7889,7889),66.76),((7890,7890),86.58),((7891,7891),66.76),((7892,7892),86.58),((7893,7893),66.76),((7894,7894),86.58),((7895,7895),66.76),((7896,7896),86.58),((7897,7897),66.76),((7898,7898),88.73),((7899,7899),66.76),((7900,7900),88.73),((7901,7901),66.76),((7902,7902),88.73),((7903,7903),66.76),((7904,7904),88.73),((7905,7905),66.76),((7906,7906),88.73),((7907,7907),66.76),((7908,7908),80.51),((7909,7909),69.61),((7910,7910),80.51),((7911,7911),69.61),((7912,7912),83.2),((7913,7913),72.56),((7914,7914),83.2),((7915,7915),72.56),((7916,7916),83.2),((7917,7917),72.56),((7918,7918),83.2),((7919,7919),72.56),((7920,7920),83.2),((7921,7921),72.56),((7922,7922),67.68),((7923,7923),65.1),((7924,7924),67.68),((7925,7925),65.1),((7926,7926),67.68),((7927,7927),65.1),((7928,7928),67.68),((7929,7929),65.1),((7930,7930),102.96),((7931,7931),64.83),((7932,7932),55.7),((7933,7933),48.93),((7934,7934),50.43),((7936,7943),57.63),((7944,7945),79.44),((7946,7951),87.01),((7952,7957),46.19),((7958,7959),79.44),((7960,7961),82.29),((7962,7965),99.47),((7966,7967),79.44),((7968,7975),57.52),((7976,7977),94.53),((7978,7983),111.72),((7984,7991),29.59),((7992,7993),51.72),((7994,7999),68.91),((8000,8005),55),((8006,8007),79.44),((8008,8009),87.01),((8010,8011),109.57),((8012,8013),98.83),((8014,8015),79.44),((8016,8023),54.46),((8024,8024),79.44),((8025,8025),94.53),((8026,8026),79.44),((8027,8027),112.26),((8028,8028),79.44),((8029,8029),112.26),((8030,8030),79.44),((8031,8031),112.26),((8032,8039),72.4),((8040,8041),89.32),((8042,8043),109.73),((8044,8047),102.21),((8048,8049),68.54),((8050,8051),56.4),((8052,8053),69.61),((8054,8055),30.19),((8056,8057),66.76),((8058,8059),69.45),((8060,8061),89.48),((8062,8063),79.44),((8064,8071),57.63),((8072,8073),79.44),((8074,8079),87.01),((8080,8087),57.52),((8088,8089),94.53),((8090,8095),111.72),((8096,8103),72.4),((8104,8105),89.32),((8106,8107),109.73),((8108,8111),102.21),((8112,8116),57.63),((8117,8117),79.44),((8118,8119),57.63),((8120,8121),79.44),((8122,8123),75.2),((8124,8124),79.44),((8125,8125),36.63),((8126,8126),30.19),((8127,8129),36.63),((8130,8132),57.52),((8133,8133),79.44),((8134,8135),57.52),((8136,8136),69.56),((8137,8137),82.61),((8138,8138),82.66),((8139,8139),95.71),((8140,8140),79.44),((8141,8143),36.63),((8144,8145),29.59),((8146,8147),30.19),((8148,8149),79.44),((8150,8151),29.59),((8152,8153),36.63),((8154,8154),46.3),((8155,8155),59.35),((8156,8156),79.44),((8157,8159),36.63),((8160,8161),54.46),((8162,8163),69.45),((8164,8165),54.89),((8166,8167),54.46),((8168,8169),79.44),((8170,8170),67.68),((8171,8171),82.88),((8172,8172),76.27),((8173,8175),69.93),((8176,8177),79.44),((8178,8180),72.4),((8181,8181),79.44),((8182,8183),72.4),((8184,8184),86.58),((8185,8185),96.89),((8186,8186),90.02),((8187,8187),99.85),((8188,8188),81.75),((8189,8189),69.93),((8190,8190),36.63),((8192,8192),55),((8193,8193),110),((8194,8194),55),((8195,8195),110),((8196,8196),36.67),((8197,8197),27.5),((8198,8198),18.33),((8199,8199),69.93),((8200,8200),40.01),((8201,8201),22),((8202,8202),6.88),((8203,8207),0),((8208,8209),63.65),((8210,8211),69.93),((8212,8213),110),((8214,8214),30.88),((8215,8215),69.93),((8216,8219),29.54),((8220,8223),50.49),((8224,8225),69.93),((8226,8226),60),((8227,8227),51.67),((8228,8228),36.68),((8229,8229),73.32),((8230,8230),90.02),((8231,8231),34.8),((8232,8238),0),((8239,8239),19.34),((8240,8240),167.36),((8241,8241),149.1),((8242,8242),39.75),((8243,8244),61.28),((8245,8245),35.77),((8246,8246),59.62),((8247,8247),83.47),((8248,8248),38.78),((8249,8250),49.95),((8251,8251),79.49),((8252,8252),68.7),((8253,8253),46.41),((8254,8254),69.93),((8255,8256),55),((8257,8257),51.13),((8258,8258),100.22),((8259,8259),35.77),((8260,8260),39.75),((8261,8262),35.77),((8263,8263),88.78),((8264,8265),77.72),((8266,8267),69.56),((8268,8268),59.62),((8269,8269),59.67),((8270,8270),53.01),((8271,8271),34.8),((8272,8272),55),((8273,8273),53.01),((8274,8274),60.59),((8275,8275),110),((8276,8276),55),((8277,8277),76.69),((8278,8278),65.28),((8279,8279),107.15),((8280,8281),65.28),((8282,8282),110),((8283,8283),65.28),((8284,8284),76.8),((8285,8285),110),((8286,8286),30.56),((8287,8287),24.44),((8288,8302),0),((8304,8304),46.41),((8305,8305),23.85),((8306,8307),79.44),((8308,8309),59.62),((8310,8310),46.41),((8311,8312),59.62),((8313,8316),46.41),((8317,8318),24.81),((8319,8319),60),((8320,8332),46.41),((8333,8334),24.81),((8335,8335),79.44),((8336,8336),30.08),((8337,8337),28.2),((8338,8338),31.69),((8339,8339),31.9),((8340,8340),28.2),((8341,8350),79.44),((8352,8352),69.93),((8353,8354),76.81),((8355,8356),69.93),((8357,8357),106.99),((8358,8358),82.29),((8359,8359),127.99),((8360,8360),128.32),((8361,8361),108.76),((8362,8362),91.85),((8363,8363),68.54),((8364,8364),69.93),((8365,8365),76.22),((8366,8366),67.78),((8367,8367),110),((8368,8368),57.31),((8369,8369),66.33),((8370,8370),85.29),((8371,8372),75.2),((8373,8373),76.81),((8374,8374),74.44),((8375,8375),80.3),((8376,8376),62.15),((8377,8377),66),((8378,8378),61.18),((8379,8379),91.42),((8380,8381),62.15),((8382,8383),61.12),((8384,8398),79.44),((8400,8401),66.01),((8402,8402),51.7),((8403,8403),66.01),((8404,8405),77.02),((8406,8407),66.01),((8408,8408),95.15),((8409,8412),66.01),((8413,8413),117.41),((8414,8414),110),((8415,8415),95.15),((8416,8416),98.99),((8417,8417),77.02),((8418,8418),79.44),((8419,8419),110),((8420,8423),0),((8424,8424),56.88),((8425,8425),67.73),((8426,8426),87.33),((8427,8432),0),((8433,8446),79.44),((8448,8449),82.5),((8450,8450),80.71),((8451,8451),108.76),((8452,8452),70.43),((8453,8453),118.38),((8454,8454),82.5),((8455,8455),55.11),((8456,8456),66.28),((8457,8457),93.13),((8458,8458),110),((8459,8459),99.63),((8460,8460),108.66),((8461,8461),80.71),((8462,8462),55),((8463,8463),67.65),((8464,8464),75.68),((8465,8465),60.85),((8466,8466),77.88),((8467,8467),35.56),((8468,8468),85.56),((8469,8469),79.44),((8470,8470),128.91),((8471,8471),94.1),((8472,8472),81.43),((8473,8473),74.56),((8474,8474),86.97),((8475,8475),101.94),((8476,8476),87.44),((8477,8477),73.37),((8478,8478),69.56),((8479,8479),73.37),((8480,8480),124.13),((8481,8481),165.32),((8482,8482),107.42),((8483,8483),79.44),((8484,8484),67.19),((8485,8485),56.34),((8486,8486),90.02),((8487,8487),87.5),((8488,8488),76.81),((8489,8489),44.04),((8490,8490),76.22),((8491,8491),75.2),((8492,8492),101.94),((8493,8493),71.06),((8494,8494),78.96),((8495,8495),42.32),((8496,8496),67.68),((8497,8497),75.68),((8498,8498),72.99),((8499,8499),122.68),((8500,8500),44.63),((8501,8501),70.95),((8502,8502),61.93),((8503,8503),47),((8504,8504),55.11),((8505,8505),72.62),((8506,8506),102.7),((8507,8507),180.36),((8508,8508),74.03),((8509,8509),71.81),((8510,8510),63.33),((8511,8511),87.44),((8512,8512),80.51),((8513,8513),79.49),((8514,8515),58.65),((8516,8516),68.54),((8517,8517),88.84),((8518,8518),76.32),((8519,8519),67.35),((8520,8520),45.17),((8521,8521),46.51),((8522,8522),74.34),((8523,8523),76.7),((8524,8524),89.05),((8525,8525),97),((8526,8526),45.82),((8528,8530),110),((8531,8532),82.5),((8533,8538),88.14),((8539,8542),110),((8543,8543),41.84),((8544,8544),31.69),((8545,8545),64.94),((8546,8546),92.11),((8547,8547),99.53),((8548,8548),71.87),((8549,8549),100.98),((8550,8550),133.42),((8551,8551),160.6),((8552,8552),95.87),((8553,8553),68.86),((8554,8554),93.78),((8555,8555),126.22),((8556,8556),58.65),((8557,8557),76.11),((8558,8558),82.39),((8559,8559),94.75),((8560,8560),31.8),((8561,8561),63.59),((8562,8562),90.13),((8563,8563),85.72),((8564,8564),56.93),((8565,8565),86.04),((8566,8566),117.84),((8567,8567),144.32),((8568,8568),91.85),((8569,8569),67.46),((8570,8570),91.63),((8571,8571),123.43),((8572,8572),31.8),((8573,8573),56.34),((8574,8574),69.23),((8575,8575),102.7),((8576,8576),114.46),((8577,8577),82.39),((8578,8578),114.46),((8579,8579),76.11),((8580,8580),48.82),((8581,8581),71.65),((8582,8582),62.09),((8583,8584),79.44),((8585,8585),110),((8586,8590),79.44),((8592,8592),110),((8593,8593),55),((8594,8594),110),((8595,8595),55),((8596,8596),110),((8597,8597),55),((8598,8603),110),((8604,8615),78.42),((8616,8616),55),((8617,8617),110),((8618,8618),108.66),((8619,8620),78.42),((8621,8621),89.43),((8622,8622),110),((8623,8623),78.42),((8624,8626),95.15),((8627,8627),110),((8628,8628),95.15),((8629,8629),110),((8630,8631),95.15),((8632,8633),110),((8634,8634),87.98),((8635,8635),96.25),((8636,8636),95.15),((8637,8639),78.42),((8640,8640),95.15),((8641,8643),78.42),((8644,8646),110),((8647,8650),78.42),((8651,8652),110),((8653,8653),96.8),((8654,8654),104.52),((8655,8655),95.59),((8656,8656),110),((8657,8657),95.15),((8658,8658),102.41),((8659,8659),95.15),((8660,8660),102.41),((8661,8667),78.42),((8668,8669),89.43),((8670,8671),70.95),((8672,8672),110),((8673,8673),70.95),((8674,8674),110),((8675,8675),70.95),((8676,8682),110),((8683,8686),67.03),((8687,8687),68.21),((8688,8688),95.15),((8689,8690),84.97),((8691,8691),67.03),((8692,8692),103.98),((8693,8693),86.21),((8694,8694),94.75),((8695,8696),92.17),((8697,8697),104.52),((8698,8699),97.54),((8700,8700),109.89),((8701,8702),98.02),((8704,8704),69.34),((8705,8705),51.62),((8706,8706),69.93),((8707,8707),57.85),((8708,8708),58.81),((8709,8709),78.9),((8710,8710),79.98),((8711,8711),77.02),((8712,8712),63.38),((8713,8713),67.3),((8714,8714),56.02),((8715,8715),63.38),((8716,8716),64.78),((8717,8717),56.02),((8718,8718),57.42),((8719,8719),90.02),((8720,8720),87.5),((8721,8721),79.98),((8722,8722),90.02),((8723,8723),87.5),((8724,8724),65.85),((8725,8725),39.75),((8726,8726),87.5),((8727,8727),57.58),((8728,8728),39.05),((8729,8729),40.01),((8730,8730),90.02),((8731,8731),82.34),((8732,8732),79.65),((8733,8733),57.04),((8734,8734),110),((8735,8735),107.69),((8736,8736),65.74),((8737,8737),66.06),((8738,8738),66.6),((8739,8739),27.45),((8740,8740),51.99),((8741,8741),38.03),((8742,8742),57.79),((8743,8744),65.31),((8745,8745),79.44),((8746,8746),58.38),((8747,8747),69.93),((8748,8748),100.6),((8749,8749),123.64),((8750,8750),74.55),((8751,8751),101.62),((8752,8752),128.26),((8753,8753),65.8),((8754,8754),69.13),((8755,8755),65.69),((8756,8756),66.39),((8757,8757),65.69),((8758,8758),37.01),((8759,8759),63.33),((8760,8760),61.88),((8761,8761),63.33),((8762,8762),63.75),((8763,8763),61.55),((8764,8765),60.48),((8766,8766),59.73),((8767,8767),64.18),((8768,8768),42.92),((8769,8769),63.16),((8770,8770),63.75),((8771,8771),64.29),((8772,8772),73.8),((8773,8773),76.59),((8774,8774),69.23),((8775,8775),67.25),((8776,8776),90.02),((8777,8777),60.37),((8778,8778),66.39),((8779,8779),73.8),((8780,8780),59.73),((8781,8781),66.33),((8782,8782),65.69),((8783,8783),65.21),((8784,8784),61.61),((8785,8785),70.2),((8786,8787),69.56),((8788,8789),84),((8790,8790),63.65),((8791,8791),65.53),((8792,8792),64.78),((8793,8793),66.87),((8794,8794),68.11),((8795,8795),71.06),((8796,8796),69.99),((8797,8797),61.93),((8798,8798),63.22),((8799,8799),64.88),((8800,8801),90.02),((8802,8802),62.04),((8803,8803),65.21),((8804,8805),90.02),((8806,8806),63.22),((8807,8807),62.04),((8808,8808),68.43),((8809,8809),64.83),((8810,8810),80.67),((8811,8811),77.13),((8812,8812),39.37),((8813,8813),60.85),((8814,8815),62.04),((8816,8817),60.37),((8818,8818),62.04),((8819,8819),62.41),((8820,8820),64.13),((8821,8821),63.86),((8822,8823),66.6),((8824,8824),61.66),((8825,8825),63.43),((8826,8826),62.41),((8827,8827),63.59),((8828,8828),65.58),((8829,8829),63.59),((8830,8830),64.4),((8831,8831),64.02),((8832,8832),66.76),((8833,8833),63.65),((8834,8835),69.5),((8836,8836),70.84),((8837,8837),69.45),((8838,8839),72.94),((8840,8840),73.37),((8841,8841),71.44),((8842,8843),61.82),((8844,8845),63.97),((8846,8846),66.98),((8847,8848),71.92),((8849,8850),71.65),((8851,8852),67.19),((8853,8853),79.6),((8854,8854),81.96),((8855,8855),78.26),((8856,8856),79.44),((8857,8857),83.2),((8858,8858),80.89),((8859,8859),78.96),((8860,8860),83.74),((8861,8861),83.14),((8862,8862),86.21),((8863,8863),83.63),((8864,8864),80.62),((8865,8865),78.74),((8866,8869),82.55),((8870,8870),36.31),((8871,8871),36.68),((8872,8872),68.59),((8873,8873),80.19),((8874,8874),68.54),((8875,8875),83.09),((8876,8876),85.35),((8877,8877),85.56),((8878,8878),96.14),((8879,8879),91.95),((8880,8881),69.56),((8882,8883),81.53),((8884,8885),77.29),((8886,8887),80.83),((8888,8888),65.53),((8889,8889),75.14),((8890,8890),52.8),((8891,8892),76.59),((8893,8893),74.17),((8894,8894),81.59),((8895,8895),69.39),((8896,8897),73.8),((8898,8899),70.47),((8900,8900),41.89),((8901,8901),48.5),((8902,8902),49.31),((8903,8903),69.45),((8904,8904),84.97),((8905,8906),81.43),((8907,8908),79.6),((8909,8909),64.29),((8910,8911),69.82),((8912,8913),71.33),((8914,8915),62.63),((8916,8916),60.37),((8917,8917),67.51),((8918,8919),66.33),((8920,8921),106.46),((8922,8923),71.6),((8924,8925),71.06),((8926,8927),73.58),((8928,8928),73.26),((8929,8929),72.13),((8930,8930),75.46),((8931,8931),72.99),((8932,8932),73.8),((8933,8933),74.07),((8934,8934),74.39),((8935,8935),75.46),((8936,8936),79.06),((8937,8937),75.73),((8938,8938),82.34),((8939,8939),84.22),((8940,8940),84.86),((8941,8941),85.4),((8942,8942),45.17),((8943,8943),110),((8944,8944),101.19),((8945,8945),103.34),((8946,8946),71.49),((8947,8947),63.38),((8948,8948),56.02),((8949,8950),63.38),((8951,8951),56.02),((8952,8952),63.38),((8953,8953),69.5),((8954,8954),71.49),((8955,8955),63.38),((8956,8956),56.02),((8957,8957),63.38),((8958,8958),56.02),((8960,8960),60.37),((8961,8961),66.92),((8962,8962),66.01),((8963,8963),87.44),((8964,8964),60.37),((8965,8965),87.44),((8966,8966),73.04),((8967,8967),110),((8968,8971),49.41),((8972,8975),60.37),((8976,8976),62.04),((8977,8977),60.37),((8978,8978),110),((8979,8979),87.98),((8980,8980),95.15),((8981,8982),60.37),((8983,8983),71.49),((8984,8984),110),((8985,8985),60.37),((8986,8987),110),((8988,8991),60.37),((8992,8993),66.44),((8994,8995),95.15),((8996,8996),87.44),((8997,8997),110),((8998,8998),133.53),((8999,9000),110),((9001,9002),95.15),((9003,9003),133.53),((9004,9013),60.37),((9014,9014),96.25),((9015,9020),66.01),((9021,9021),110),((9022,9082),66.01),((9083,9083),73.64),((9084,9084),103.02),((9085,9085),34.8),((9086,9086),103.29),((9087,9087),40.82),((9088,9088),81.43),((9089,9090),109.73),((9091,9091),106.62),((9092,9092),86.31),((9093,9093),75.2),((9094,9094),74.23),((9095,9096),110),((9097,9098),74.55),((9099,9099),110),((9100,9100),88.84),((9101,9101),86.47),((9102,9102),82.18),((9103,9107),72.4),((9108,9108),81.69),((9109,9109),66.01),((9110,9110),51.88),((9111,9112),86.74),((9113,9114),89.7),((9115,9133),110),((9134,9134),135.08),((9135,9135),57.79),((9136,9137),110),((9138,9139),163.66),((9140,9141),67.73),((9142,9142),79.6),((9143,9143),70.74),((9144,9149),55.38),((9150,9164),110),((9165,9165),109.73),((9166,9166),110),((9167,9167),94.26),((9168,9168),56.21),((9169,9169),59.57),((9170,9171),59.67),((9172,9173),113.38),((9174,9174),105.38),((9175,9177),107.31),((9178,9179),110),((9180,9183),67.89),((9184,9184),67.73),((9185,9185),110),((9186,9186),125.84),((9187,9187),100.1),((9188,9188),120.34),((9189,9189),111.98),((9190,9190),101.86),((9191,9191),87.78),((9192,9192),79.44),((9193,9203),110),((9204,9207),79.44),((9208,9210),110),((9211,9214),79.44),((9216,9247),110),((9248,9248),65.96),((9249,9249),110),((9250,9250),65.96),((9251,9251),34.8),((9252,9252),65.96),((9253,9253),87.07),((9254,9254),44.37),((9255,9278),79.44),((9280,9285),66.44),((9286,9289),82.5),((9290,9290),66.44),((9291,9310),79.44),((9312,9412),110),((9413,9413),94.1),((9414,9470),110),((9472,9472),77.93),((9473,9473),110),((9474,9474),77.93),((9475,9483),110),((9484,9484),77.93),((9485,9487),110),((9488,9488),77.93),((9489,9491),110),((9492,9492),77.93),((9493,9495),110),((9496,9496),77.93),((9497,9499),110),((9500,9500),77.93),((9501,9507),110),((9508,9508),77.93),((9509,9515),110),((9516,9516),77.93),((9517,9523),110),((9524,9524),77.93),((9525,9531),110),((9532,9532),77.93),((9533,9547),110),((9548,9551),66.01),((9552,9580),77.93),((9581,9588),110),((9589,9598),66.01),((9600,9600),77.93),((9601,9603),110),((9604,9604),77.93),((9605,9607),110),((9608,9608),77.93),((9609,9611),110),((9612,9612),77.93),((9613,9615),110),((9616,9618),77.93),((9619,9619),80.19),((9620,9621),110),((9622,9630),66.23),((9632,9633),66.44),((9634,9634),110),((9635,9641),95.15),((9642,9643),38.99),((9644,9644),110),((9645,9645),95.15),((9646,9648),66.01),((9649,9649),110),((9650,9650),108.87),((9651,9651),110),((9652,9652),60.59),((9653,9653),95.15),((9654,9654),96.79),((9655,9655),110),((9656,9657),58.33),((9658,9658),108.87),((9659,9659),66.01),((9660,9660),108.87),((9661,9661),110),((9662,9663),70.25),((9664,9664),110),((9665,9665),87.44),((9666,9666),49.95),((9667,9667),95.15),((9668,9668),108.87),((9669,9669),66.01),((9670,9670),79.49),((9671,9671),67.62),((9672,9672),95.15),((9673,9673),110),((9674,9674),90.02),((9675,9675),66.44),((9676,9676),65.37),((9677,9677),66.01),((9678,9678),110),((9679,9679),66.44),((9680,9683),110),((9684,9687),66.01),((9688,9689),66.44),((9690,9697),66.01),((9698,9701),110),((9702,9702),38.99),((9703,9710),66.01),((9711,9711),110),((9712,9722),66.23),((9723,9724),95.15),((9725,9726),110),((9728,9734),110),((9735,9736),55),((9737,9737),110),((9738,9741),87.98),((9742,9742),110),((9743,9743),95.15),((9744,9746),91.31),((9747,9747),83.84),((9748,9752),110),((9753,9753),66.23),((9754,9755),105.6),((9756,9760),110),((9761,9761),66.01),((9762,9763),110),((9764,9764),63.81),((9765,9765),50.6),((9766,9766),110),((9767,9767),71.49),((9768,9768),48.82),((9769,9769),84.49),((9770,9770),110),((9771,9771),93.51),((9772,9772),74.44),((9773,9773),87.98),((9774,9774),110),((9775,9775),95.15),((9776,9783),98.99),((9784,9785),110),((9786,9786),112.31),((9787,9787),115.75),((9788,9788),100.82),((9789,9789),82.5),((9790,9790),97.32),((9791,9791),81.43),((9792,9792),82.5),((9793,9793),81.43),((9794,9794),82.5),((9795,9795),71.81),((9796,9796),53.93),((9797,9797),69.5),((9798,9798),85.78),((9799,9799),61.61),((9800,9823),110),((9824,9824),58.44),((9825,9826),110),((9827,9827),72.19),((9828,9828),110),((9829,9829),65.31),((9830,9830),56.13),((9831,9833),110),((9834,9834),55),((9835,9835),82.5),((9836,9838),110),((9839,9839),55),((9840,9841),66.23),((9842,9853),110),((9854,9854),66.23),((9855,9855),110),((9856,9867),66.23),((9868,9868),96.73),((9869,9869),94.91),((9870,9870),94.48),((9871,9871),98.56),((9872,9873),66.23),((9874,9879),110),((9880,9880),66.23),((9881,9881),110),((9882,9882),66.23),((9883,9884),110),((9885,9887),79.44),((9888,9889),110),((9890,9890),98.08),((9891,9891),98.67),((9892,9892),97.11),((9893,9893),72.6),((9894,9894),81.48),((9895,9895),101.57),((9896,9896),58.6),((9897,9897),101.19),((9898,9899),110),((9900,9900),69.07),((9901,9901),85.4),((9902,9902),116.07),((9903,9903),123),((9904,9905),110),((9906,9906),66.33),((9907,9916),79.44),((9917,9918),110),((9919,9923),79.44),((9924,9925),110),((9926,9927),79.44),((9928,9928),110),((9929,9933),79.44),((9934,9935),110),((9936,9936),79.44),((9937,9937),110),((9938,9938),79.44),((9939,9940),110),((9941,9953),79.44),((9954,9954),77),((9955,9960),79.44),((9961,9962),110),((9963,9967),79.44),((9968,9973),110),((9974,9974),79.44),((9975,9978),110),((9979,9980),79.44),((9981,9981),110),((9982,9982),79.44),((9984,9984),79.44),((9985,9985),107.15),((9986,9986),105.7),((9987,9987),107.15),((9988,9988),107.8),((9989,9989),110),((9990,9990),86.8),((9991,9991),86.9),((9992,9992),87.01),((9993,9993),75.89),((9994,9997),110),((9998,9998),86.64),((9999,9999),102.64),((10000,10000),100.22),((10001,10001),103.93),((10002,10002),107.15),((10003,10003),84.06),((10004,10004),93.08),((10005,10005),83.84),((10006,10006),83.74),((10007,10007),62.79),((10008,10008),74.44),((10009,10009),83.95),((10010,10010),83.57),((10011,10011),83.47),((10012,10012),82.93),((10013,10013),54.36),((10014,10014),60.69),((10015,10015),59.08),((10016,10016),63.49),((10017,10017),76.11),((10018,10018),86.47),((10019,10020),86.69),((10021,10021),86.9),((10022,10022),87.23),((10023,10023),87.33),((10024,10024),110),((10025,10025),90.56),((10026,10026),86.8),((10027,10027),92.49),((10028,10028),90.56),((10029,10029),91.63),((10030,10030),89.75),((10031,10031),91.42),((10032,10032),101.51),((10033,10033),81.86),((10034,10034),79.55),((10035,10035),82.39),((10036,10036),86.9),((10037,10037),87.12),((10038,10038),76.43),((10039,10039),85.35),((10040,10040),84.49),((10041,10041),87.12),((10042,10042),83.47),((10043,10043),77.77),((10044,10044),77.88),((10045,10045),75.03),((10046,10046),77.13),((10047,10047),90.88),((10048,10048),89.64),((10049,10050),86.8),((10051,10051),77.77),((10052,10052),75.57),((10053,10053),76.54),((10054,10054),75.79),((10055,10055),86.47),((10056,10056),86.58),((10057,10057),78.42),((10058,10058),87.01),((10059,10059),86.37),((10060,10060),110),((10061,10061),96.04),((10062,10062),110),((10063,10064),83.84),((10065,10066),83.47),((10067,10069),110),((10070,10070),86.26),((10071,10071),110),((10072,10072),31.8),((10073,10073),30.45),((10074,10074),45.65),((10075,10076),43.13),((10077,10078),73.48),((10079,10080),79.44),((10081,10081),80.51),((10082,10083),59.83),((10084,10084),100.12),((10085,10085),73.37),((10086,10087),83.57),((10088,10089),42.92),((10090,10091),34.86),((10092,10093),30.35),((10094,10095),55.97),((10096,10097),45.12),((10098,10099),25.73),((10100,10101),36.74),((10102,10131),86.69),((10132,10132),98.34),((10133,10135),110),((10136,10136),82.29),((10137,10137),101.62),((10138,10138),82.29),((10139,10139),100.98),((10140,10140),101.94),((10141,10142),102.1),((10143,10143),91.74),((10144,10144),96.04),((10145,10145),91.09),((10146,10147),101.62),((10148,10148),100.87),((10149,10149),102.32),((10150,10150),102.43),((10151,10151),50.92),((10152,10152),97.11),((10153,10154),91.95),((10155,10156),95.39),((10157,10158),76.54),((10159,10159),96.14),((10160,10160),110),((10161,10161),96.14),((10162,10162),83.57),((10163,10163),104.04),((10164,10164),84.81),((10165,10165),95.18),((10166,10166),84.81),((10167,10167),97.7),((10168,10168),106.35),((10169,10169),97.7),((10170,10170),91.42),((10171,10171),96.04),((10172,10172),101.94),((10173,10173),106.72),((10174,10174),100.98),((10176,10176),60.32),((10177,10177),104.31),((10178,10178),75.84),((10179,10180),62.09),((10181,10182),66.23),((10183,10183),68.16),((10184,10185),101.03),((10186,10186),37.44),((10187,10187),92.18),((10188,10188),35.75),((10189,10189),92.18),((10190,10191),79.44),((10192,10192),82.07),((10193,10193),68.16),((10194,10194),65.69),((10195,10196),59.67),((10197,10198),99.26),((10199,10199),122.62),((10200,10201),75.84),((10202,10202),95.66),((10203,10203),94.21),((10204,10204),116.02),((10205,10206),93.35),((10207,10207),43.61),((10208,10208),60.59),((10209,10209),76.97),((10210,10211),96.36),((10212,10213),104.09),((10214,10215),46.41),((10216,10217),40.23),((10218,10219),50.97),((10220,10221),53.68),((10222,10222),25.63),((10224,10225),108.01),((10226,10227),104.79),((10228,10228),137.07),((10229,10238),129.71),((10240,10494),75.2),((10496,10497),102.91),((10498,10499),95.23),((10500,10500),113.87),((10501,10501),102.91),((10502,10503),95.23),((10504,10505),52.53),((10506,10507),78.9),((10508,10511),97),((10512,10512),114.73),((10513,10513),92.17),((10514,10515),96.25),((10516,10517),95.12),((10518,10520),114.73),((10521,10524),95.12),((10525,10528),97),((10529,10530),82.07),((10531,10534),71.54),((10535,10535),85.72),((10536,10536),81.32),((10537,10537),85.72),((10538,10538),81.32),((10539,10540),76.75),((10541,10544),81.32),((10545,10546),85.72),((10547,10547),93.13),((10548,10549),110),((10550,10551),95.15),((10552,10552),44.85),((10553,10553),95.15),((10554,10557),88.89),((10558,10559),72.08),((10560,10561),83.9),((10562,10567),92.17),((10568,10568),101.3),((10569,10569),53.6),((10570,10571),92.17),((10572,10573),54.36),((10574,10574),92.17),((10575,10575),47.64),((10576,10576),92.17),((10577,10577),47.59),((10578,10579),94.85),((10580,10581),47.64),((10582,10583),94.85),((10584,10585),47.64),((10586,10587),95.93),((10588,10589),47.64),((10590,10591),95.93),((10592,10593),47.64),((10594,10597),95.15),((10598,10605),92.17),((10606,10607),78.53),((10608,10613),92.17),((10614,10614),79.49),((10615,10615),114.73),((10616,10616),79.49),((10617,10617),84.11),((10618,10618),101.3),((10619,10619),84.11),((10620,10621),61.18),((10622,10622),65.74),((10624,10624),40.12),((10625,10625),41.84),((10626,10626),34.48),((10627,10628),41.09),((10629,10630),49.2),((10631,10632),36.85),((10633,10634),43.45),((10635,10636),33.14),((10637,10640),32.98),((10641,10641),40.23),((10642,10642),40.44),((10643,10644),72.46),((10645,10646),76.48),((10647,10648),71.33),((10649,10649),24.81),((10650,10650),30.45),((10651,10651),65.31),((10652,10653),65.1),((10654,10654),72.67),((10655,10655),60.32),((10656,10657),65.31),((10658,10661),60.32),((10662,10663),82.82),((10664,10671),65.31),((10672,10676),77.34),((10677,10677),95.61),((10678,10678),77.02),((10679,10679),77.24),((10680,10680),79.44),((10681,10681),77.24),((10682,10682),77.29),((10683,10683),77.4),((10684,10689),77.24),((10690,10690),94.1),((10691,10691),96.09),((10692,10696),82.18),((10697,10697),87.55),((10698,10700),82.34),((10701,10701),103.82),((10702,10702),71.54),((10703,10704),83.36),((10705,10707),75.57),((10708,10709),71.65),((10710,10711),84.38),((10712,10713),30.45),((10714,10715),46.57),((10716,10716),70.09),((10717,10717),71.17),((10718,10718),70.09),((10719,10719),74.12),((10720,10720),82.18),((10721,10721),71.87),((10722,10722),75.09),((10723,10724),72.99),((10725,10725),73.05),((10726,10726),78.15),((10727,10727),69.88),((10728,10729),82.34),((10730,10730),78.9),((10731,10731),52.05),((10732,10733),98.88),((10734,10735),65.74),((10736,10737),77.93),((10738,10739),77.24),((10740,10740),90.02),((10741,10741),65.85),((10742,10742),63.38),((10743,10745),55.91),((10746,10747),74.34),((10748,10749),59.08),((10750,10750),52.05),((10752,10753),98.88),((10754,10754),99.15),((10755,10756),59.89),((10757,10758),65.47),((10759,10760),84.27),((10761,10761),73.26),((10762,10762),94.1),((10763,10763),71.76),((10764,10764),165.59),((10765,10767),67.25),((10768,10768),64.51),((10769,10769),80.08),((10770,10773),64.51),((10774,10774),67.25),((10775,10775),74.34),((10776,10778),67.25),((10779,10779),70.2),((10780,10780),67.89),((10781,10781),75.57),((10782,10782),43.45),((10783,10783),36.74),((10784,10784),89.16),((10785,10785),35.88),((10786,10787),59.46),((10788,10788),59.89),((10789,10789),59.46),((10790,10790),59.89),((10791,10791),71.22),((10792,10792),70.2),((10793,10794),59.94),((10795,10796),59.73),((10797,10798),83.68),((10799,10799),50.38),((10800,10800),58.17),((10801,10801),59.62),((10802,10802),57.36),((10803,10803),88.52),((10804,10805),78.58),((10806,10808),98.88),((10809,10811),82.34),((10812,10813),56.34),((10814,10814),36.74),((10815,10815),67.68),((10816,10821),59.89),((10822,10823),42.7),((10824,10825),59.62),((10826,10827),56.24),((10828,10829),81.26),((10830,10831),65.47),((10832,10832),81.26),((10833,10834),67.08),((10835,10836),71.7),((10837,10838),82.82),((10839,10840),71.7),((10841,10841),66.71),((10842,10843),71.7),((10844,10845),81.21),((10846,10848),67.08),((10849,10849),59.73),((10850,10851),67.08),((10852,10853),73.42),((10854,10857),59.62),((10858,10861),59.78),((10862,10862),53.33),((10863,10864),59.78),((10865,10866),59.73),((10867,10867),59.89),((10868,10868),93.3),((10869,10869),108.23),((10870,10870),160.27),((10871,10871),60),((10872,10872),65.47),((10873,10874),72.46),((10875,10876),56.34),((10877,10879),59.73),((10880,10880),59.83),((10881,10884),59.73),((10885,10886),59.78),((10887,10887),60.59),((10888,10888),62.73),((10889,10890),59.78),((10891,10892),59.73),((10893,10893),60.59),((10894,10894),60.26),((10895,10896),59.94),((10897,10903),59.73),((10904,10906),59.83),((10907,10908),59.73),((10909,10910),59.78),((10911,10911),60.69),((10912,10912),60.05),((10913,10914),75.14),((10915,10915),88.73),((10916,10916),59.89),((10917,10917),102.86),((10918,10921),67.46),((10922,10922),56.34),((10923,10923),57.63),((10924,10924),60.59),((10925,10925),61.12),((10926,10926),59.67),((10927,10929),60.8),((10930,10930),60.64),((10931,10934),60.8),((10935,10935),60.21),((10936,10936),60.26),((10937,10937),60.21),((10938,10938),60.26),((10939,10940),97.65),((10941,10942),62.09),((10943,10950),50.54),((10951,10954),60.05),((10955,10956),50.54),((10957,10958),104.84),((10959,10960),62.09),((10961,10962),61.98),((10963,10966),50.54),((10967,10968),93.51),((10969,10971),65.69),((10972,10972),67.14),((10973,10973),65.69),((10974,10974),43.18),((10975,10977),75.84),((10978,10978),75.46),((10979,10979),75.25),((10980,10980),75.46),((10981,10981),92.11),((10982,10982),75.41),((10983,10985),75.84),((10986,10987),76.22),((10988,10989),56.34),((10990,10990),34.43),((10991,10992),31.26),((10993,10993),32.87),((10994,10994),42.92),((10995,10995),59.78),((10996,10996),38.4),((10997,10997),52.58),((10998,10998),24.81),((10999,11000),106.78),((11001,11002),59.73),((11003,11003),54.84),((11004,11004),39.05),((11005,11005),45.17),((11006,11006),32.33),((11904,11929),110),((11930,11930),79.44),((11931,12019),110),((12020,12030),79.44),((12272,12283),110),((12284,12286),79.44),((12288,12333),110),((12334,12335),176.01),((12336,12350),110),((12800,12827),95.15),((12828,12828),93.61),((12829,12831),79.44),((12832,12879),110),((12880,12880),79.44),((12881,12895),110),((12896,12923),95.15),((12924,12926),79.44),((12927,12927),93.06),((12928,13003),110),((13004,13007),79.44),((13008,13054),110),((13056,13174),110),((13175,13178),79.44),((13179,13183),110),((13184,13188),95.15),((13189,13193),110),((13194,13196),95.15),((13197,13200),110),((13201,13205),95.15),((13206,13208),110),((13209,13210),95.15),((13211,13222),110),((13223,13231),95.15),((13232,13235),110),((13236,13249),95.15),((13250,13250),110),((13251,13251),95.15),((13252,13252),110),((13253,13254),95.15),((13255,13255),93.06),((13256,13256),110),((13257,13258),95.15),((13259,13262),110),((13263,13264),95.15),((13265,13266),110),((13267,13267),95.15),((13268,13269),110),((13270,13270),95.15),((13271,13274),110),((13275,13277),95.15),((13278,13279),79.44),((13280,13310),110),((13312,19893),110),((19894,19902),79.44),((19968,40898),110),((40899,40899),79.44),((40900,40900),110),((40901,40901),79.44),((40902,40907),110),((40908,40908),79.44),((40909,40911),110),((40912,40958),79.44),((63744,64045),110),((64046,64047),79.44),((64048,64109),110),((64110,64254),79.44),((65072,65102),110),((65136,65136),34.31),((65137,65137),22.33),((65138,65138),34.31),((65139,65139),32.97),((65140,65140),34.31),((65141,65141),79.44),((65142,65142),34.31),((65143,65143),22.33),((65144,65144),34.31),((65145,65145),22.33),((65146,65146),34.31),((65147,65147),22.33),((65148,65148),34.31),((65149,65149),22.33),((65150,65150),34.31),((65151,65151),22.33),((65152,65152),45.39),((65153,65153),22.77),((65154,65154),25.24),((65155,65155),22.77),((65156,65156),25.24),((65157,65158),47.53),((65159,65159),22.77),((65160,65160),25.24),((65161,65161),70.2),((65162,65162),64.72),((65163,65164),26.86),((65165,65165),22.77),((65166,65166),25.24),((65167,65168),78.47),((65169,65170),26.86),((65171,65171),31.04),((65172,65172),41.25),((65173,65174),78.47),((65175,65176),26.86),((65177,65178),78.47),((65179,65180),26.86),((65181,65181),61.93),((65182,65182),57.85),((65183,65184),58.28),((65185,65185),61.93),((65186,65186),57.85),((65187,65188),58.28),((65189,65189),61.93),((65190,65190),57.85),((65191,65192),58.28),((65193,65196),37.11),((65197,65200),53.76),((65201,65202),90.34),((65203,65204),58.38),((65205,65206),90.34),((65207,65208),58.38),((65209,65210),120.8),((65211,65212),93.08),((65213,65214),120.8),((65215,65216),93.08),((65217,65224),63.97),((65225,65225),59.83),((65226,65226),49.52),((65227,65227),57.85),((65228,65228),43.34),((65229,65229),59.83),((65230,65230),49.52),((65231,65231),57.85),((65232,65232),43.34),((65233,65234),86.74),((65235,65235),29.43),((65236,65236),28.9),((65237,65238),63.97),((65239,65239),29.43),((65240,65240),28.9),((65241,65242),66.12),((65243,65244),43.34),((65245,65246),55.7),((65247,65248),22.77),((65249,65250),37.17),((65251,65252),43.34),((65253,65254),57.85),((65255,65256),26.86),((65257,65257),31.04),((65258,65258),41.25),((65259,65259),49.52),((65260,65260),43.34),((65261,65262),47.53),((65263,65263),70.2),((65264,65264),64.72),((65265,65265),70.2),((65266,65266),64.72),((65267,65268),26.86),((65269,65269),59.83),((65270,65270),66.06),((65271,65271),59.83),((65272,65272),66.06),((65273,65273),59.83),((65274,65274),66.06),((65275,65275),59.83),((65276,65276),66.06),((65277,65278),79.44),((65280,65280),79.44),((65281,65376),110),((65377,65440),55),((65441,65441),53.1),((65442,65443),55),((65444,65444),53.1),((65445,65446),55),((65447,65447),53.1),((65448,65470),55),((65471,65473),79.44),((65474,65479),55),((65480,65481),79.44),((65482,65487),55),((65488,65489),79.44),((65490,65495),55),((65496,65497),79.44),((65498,65500),55),((65501,65503),79.44),((65504,65508),110),((65509,65509),69.93),((65510,65510),108.76),((65511,65511),79.44),((65512,65512),110),((65513,65518),55),((65792,65792),75.2),((65793,65793),66.06),((65794,65794),75.2),((65795,65795),66.06),((65796,65796),75.2),((65797,65797),66.06),((65798,65798),76.81),((65799,65799),57.31),((65800,65800),76.81),((65801,65801),57.31),((65802,65802),76.81),((65803,65803),57.31),((65804,65804),76.81),((65805,65805),57.31),((65806,65806),84.76),((65807,65807),71.22),((65808,65808),85.29),((65809,65809),68.54),((65810,65810),69.56),((65811,65811),65.53),((65812,65812),69.56),((65813,65813),65.53),((65814,65814),69.56),((65815,65815),65.53),((65816,65816),69.56),((65817,65817),65.53),((65818,65818),69.56),((65819,65819),65.53),((65820,65820),85.29),((65821,65821),68.54),((65822,65822),85.29),((65823,65823),68.54),((65824,65824),85.29),((65825,65825),68.54),((65826,65826),85.29),((65827,65827),68.54),((65828,65828),82.66),((65829,65829),69.61),((65830,65830),82.66),((65831,65831),69.61),((65832,65832),46.3),((65833,65833),30.19),((65834,65834),46.3),((65835,65835),30.19),((65836,65836),46.3),((65837,65837),30.19),((65838,65838),46.3),((65839,65839),30.19),((65840,65840),46.3),((65841,65841),30.19),((65842,65842),95.77),((65843,65843),67.51),((65844,65844),50),((65845,65845),37.87),((65846,65846),76.22),((65847,65848),65.1),((65849,65849),61.23),((65850,65850),30.19),((65851,65851),61.23),((65852,65852),30.19),((65853,65853),61.23),((65854,65854),32.55),((66304,66350),0),((66352,66382),0),((66560,66561),69.56),((66562,66562),87.17),((66563,66563),62.3),((66564,66564),77.08),((66565,66565),75.2),((66566,66567),46.3),((66568,66568),50),((66569,66569),123),((66570,66570),121.33),((66571,66571),89.97),((66572,66572),76.22),((66573,66573),82.55),((66574,66574),67.68),((66575,66575),82.66),((66576,66576),75.2),((66577,66578),75.41),((66579,66579),62.3),((66580,66580),82.02),((66581,66581),69.56),((66582,66582),107.05),((66583,66583),67.73),((66584,66585),82.55),((66586,66586),76.22),((66587,66587),80.78),((66588,66588),92.71),((66589,66589),82.66),((66590,66590),86.58),((66591,66591),82.66),((66592,66592),66.33),((66593,66593),76.81),((66594,66594),67.78),((66595,66595),67.68),((66596,66596),90.07),((66597,66597),75.36),((66598,66598),83.74),((66599,66599),78.31),((66600,66600),113.33),((66601,66601),114.94),((66602,66602),86.15),((66603,66603),101.25),((66604,66604),74.87),((66605,66605),77.13),((66606,66606),113.76),((66607,66607),77.67),((66608,66608),66.06),((66609,66609),67.57),((66610,66610),65.42),((66611,66611),51.83),((66612,66612),68.37),((66613,66613),65.53),((66614,66614),87.76),((66615,66615),57.69),((66616,66617),70.42),((66618,66618),65.1),((66619,66619),68.27),((66620,66620),76.59),((66621,66621),70.09),((66622,66622),66.76),((66623,66623),70.09),((66624,66624),68.54),((66625,66625),58.76),((66626,66626),54.57),((66627,66627),65.1),((66628,66628),92.49),((66629,66629),65.1),((66630,66630),70.9),((66631,66631),66.6),((66632,66632),96.36),((66633,66633),97.65),((66634,66634),70.47),((66635,66635),87.39),((66636,66636),62.79),((66637,66637),60.16),((66638,66638),92.28),((119040,119294),95.15),((119808,120739),95.15),((120740,120830),79.44),((131072,131072),0),((131073,131079),36.63),((131080,131080),0),((131081,131085),38.67),((131086,131100),36.63),((131101,131101),0),((131102,131103),36.63),((131104,131104),38.67),((131105,131105),43.29),((131106,131106),50.49),((131107,131107),90.02),((131108,131108),69.93),((131109,131109),118.38),((131110,131110),79.92),((131111,131111),29.54),((131112,131113),49.95),((131114,131114),69.93),((131115,131115),90.02),((131116,131116),40.01),((131117,131117),49.95),((131118,131118),40.01),((131119,131119),49.95),((131120,131129),69.93),((131130,131131),49.95),((131132,131134),90.02),((131135,131135),60),((131136,131136),110),((131137,131137),75.2),((131138,131138),75.41),((131139,131139),76.81),((131140,131140),84.76),((131141,131141),69.56),((131142,131142),63.22),((131143,131143),85.29),((131144,131144),82.66),((131145,131145),46.3),((131146,131146),50),((131147,131147),76.22),((131148,131148),61.23),((131149,131149),92.71),((131150,131150),82.29),((131151,131151),86.58),((131152,131152),66.33),((131153,131153),86.58),((131154,131154),76.48),((131155,131155),75.2),((131156,131156),67.78),((131157,131157),80.51),((131158,131158),75.2),((131159,131159),108.76),((131160,131160),75.36),((131161,131161),67.68),((131162,131162),75.36),((131163,131165),49.95),((131166,131166),90.02),((131167,131168),69.93),((131169,131169),66.06),((131170,131170),68.54),((131171,131171),57.31),((131172,131172),68.54),((131173,131173),65.53),((131174,131174),38.67),((131175,131175),68.54),((131176,131176),69.61),((131177,131177),30.19),((131178,131178),37.87),((131179,131179),65.1),((131180,131180),30.19),((131181,131181),106.99),((131182,131182),69.61),((131183,131183),66.76),((131184,131185),68.54),((131186,131186),46.94),((131187,131187),57.31),((131188,131188),43.34),((131189,131189),69.61),((131190,131190),65.1),((131191,131191),90.02),((131192,131193),65.1),((131194,131194),57.79),((131195,131195),69.82),((131196,131196),49.95),((131197,131197),69.82),((131198,131198),90.02),((131199,131199),0),((131200,131200),61.18),((131201,131231),55),((131232,131232),38.67),((131233,131233),43.29),((131234,131237),69.93),((131238,131238),49.95),((131239,131240),69.93),((131241,131241),110),((131242,131242),60),((131243,131243),70.9),((131244,131244),90.02),((131245,131245),0),((131246,131246),110),((131247,131247),69.93),((131248,131248),59.62),((131249,131249),90.02),((131250,131251),59.62),((131252,131252),69.93),((131253,131253),70.58),((131254,131254),69.93),((131255,131255),40.01),((131256,131256),69.93),((131257,131257),59.62),((131258,131258),60),((131259,131259),70.9),((131260,131262),110),((131263,131263),60),((131264,131269),75.2),((131270,131270),108.28),((131271,131271),76.81),((131272,131275),69.56),((131276,131279),46.3),((131280,131280),85.29),((131281,131281),82.29),((131282,131286),86.58),((131287,131287),90.02),((131288,131288),86.58),((131289,131292),80.51),((131293,131293),67.68),((131294,131294),66.6),((131295,131295),68.21),((131296,131301),66.06),((131302,131302),105.06),((131303,131303),57.31),((131304,131307),65.53),((131308,131311),30.19),((131312,131312),67.3),((131313,131313),69.61),((131314,131318),66.76),((131319,131319),90.02),((131320,131320),66.76),((131321,131324),69.61),((131325,131325),65.1),((131326,131326),68.54),((131327,131327),65.1),((131328,131328),75.2),((131329,131329),66.06),((131330,131330),75.2),((131331,131331),66.06),((131332,131332),75.2),((131333,131333),66.06),((131334,131334),76.81),((131335,131335),57.31),((131336,131336),76.81),((131337,131337),57.31),((131338,131338),76.81),((131339,131339),57.31),((131340,131340),76.81),((131341,131341),57.31),((131342,131342),84.76),((131343,131343),71.22),((131344,131344),85.29),((131345,131345),68.54),((131346,131346),69.56),((131347,131347),65.53),((131348,131348),69.56),((131349,131349),65.53),((131350,131350),69.56),((131351,131351),65.53),((131352,131352),69.56),((131353,131353),65.53),((131354,131354),69.56),((131355,131355),65.53),((131356,131356),85.29),((131357,131357),68.54),((131358,131358),85.29),((131359,131359),68.54),((131360,131360),85.29),((131361,131361),68.54),((131362,131362),85.29),((131363,131363),68.54),((131364,131364),82.66),((131365,131365),69.61),((131366,131366),82.66),((131367,131367),69.61),((131368,131368),46.3),((131369,131369),30.19),((131370,131370),46.3),((131371,131371),30.19),((131372,131372),46.3),((131373,131373),30.19),((131374,131374),46.3),((131375,131375),30.19),((131376,131376),46.3),((131377,131377),30.19),((131378,131378),95.77),((131379,131379),67.51),((131380,131380),50),((131381,131381),37.87),((131382,131382),76.22),((131383,131384),65.1),((131385,131385),61.23),((131386,131386),30.19),((131387,131387),61.23),((131388,131388),30.19),((131389,131389),61.23),((131390,131390),32.55),((131391,131391),61.23),((131392,131392),50.43),((131393,131393),61.77),((131394,131394),31.26),((131395,131395),82.29),((131396,131396),69.61),((131397,131397),82.29),((131398,131398),69.61),((131399,131399),82.29),((131400,131400),69.61),((131401,131401),80.35),((131402,131402),82.29),((131403,131403),69.61),((131404,131404),86.58),((131405,131405),66.76),((131406,131406),86.58),((131407,131407),66.76),((131408,131408),86.58),((131409,131409),66.76),((131410,131410),117.68),((131411,131411),107.96),((131412,131412),76.48),((131413,131413),46.94),((131414,131414),76.48),((131415,131415),46.94),((131416,131416),76.48),((131417,131417),46.94),((131418,131418),75.2),((131419,131419),57.31),((131420,131420),75.2),((131421,131421),57.31),((131422,131422),75.2),((131423,131423),57.31),((131424,131424),75.2),((131425,131425),57.31),((131426,131426),67.78),((131427,131427),43.34),((131428,131428),67.78),((131429,131429),43.34),((131430,131430),67.78),((131431,131431),43.34),((131432,131432),80.51),((131433,131433),69.61),((131434,131434),80.51),((131435,131435),69.61),((131436,131436),80.51),((131437,131437),69.34),((131438,131438),80.51),((131439,131439),69.61),((131440,131440),80.51),((131441,131441),69.61),((131442,131442),80.51),((131443,131443),69.34),((131444,131444),108.76),((131445,131445),90.02),((131446,131446),67.68),((131447,131447),65.1),((131448,131448),67.68),((131449,131449),75.36),((131450,131450),57.79),((131451,131451),75.36),((131452,131452),57.79),((131453,131453),75.36),((131454,131454),57.79),((131455,131455),33.03),((131456,131456),55),((131457,131457),83.57),((131458,131458),63.16),((131459,131459),55),((131460,131460),63.16),((131461,131461),55),((131462,131463),73.37),((131464,131464),48.82),((131465,131465),79.44),((131466,131466),89.64),((131467,131467),63.16),((131468,131468),55),((131469,131469),51.83),((131470,131470),67.19),((131471,131471),83.04),((131472,131472),55.11),((131473,131473),61.18),((131474,131474),69.93),((131475,131476),79.44),((131477,131477),84.7),((131478,131478),27.88),((131479,131479),36.63),((131480,131480),79.44),((131481,131481),55),((131482,131482),30.56),((131483,131483),53.33),((131484,131484),89.8),((131485,131485),79.44),((131486,131486),55),((131487,131487),79.44),((131488,131488),88.73),((131489,131489),66.76),((131490,131490),101.73),((131491,131491),76.05),((131492,131492),71.49),((131493,131493),55),((131494,131495),61.18),((131496,131496),42.81),((131497,131497),64.02),((131498,131498),37.81),((131499,131499),30.56),((131500,131500),67.19),((131501,131501),30.56),((131502,131502),67.19),((131503,131503),83.2),((131504,131504),72.56),((131505,131505),81.75),((131506,131506),79.44),((131507,131507),85.88),((131508,131508),55),((131509,131509),67.19),((131510,131510),48.82),((131511,131512),59.3),((131513,131514),48.82),((131515,131516),55),((131517,131517),48.77),((131518,131518),46.41),((131519,131519),55),((131520,131520),22.02),((131521,131521),30.88),((131522,131522),27.39),((131523,131523),36.63),((131524,131524),146.63),((131525,131525),128.26),((131526,131526),103.82),((131527,131527),110),((131528,131528),97.75),((131529,131529),61.12),((131530,131530),122.25),((131531,131531),110),((131532,131532),85.56),((131533,131533),79.44),((131534,131534),48.82),((131535,131535),36.63),((131536,131536),30.56),((131537,131537),79.44),((131538,131538),55),((131539,131539),79.44),((131540,131540),55),((131541,131541),79.44),((131542,131542),55),((131543,131543),80.51),((131544,131544),69.61),((131545,131545),79.44),((131546,131546),55),((131547,131547),80.51),((131548,131548),69.61),((131549,131549),48.82),((131550,131550),79.44),((131551,131551),48.82),((131552,131552),79.44),((131553,131553),48.82),((131554,131554),97.81),((131555,131555),73.37),((131556,131556),79.44),((131557,131557),55),((131558,131558),79.44),((131559,131559),55),((131560,131560),79.44),((131561,131561),55),((131562,131562),79.44),((131563,131563),55),((131564,131564),79.44),((131565,131565),55),((131566,131566),59.3),((131567,131567),48.82),((131568,131568),30.56),((131569,131569),146.63),((131570,131570),128.26),((131571,131571),103.82),((131572,131572),85.29),((131573,131573),68.54),((131574,131574),104.47),((131575,131575),61.61),((131576,131576),82.29),((131577,131577),69.61),((131578,131578),75.2),((131579,131579),66.06),((131580,131580),108.28),((131581,131581),105.06),((131582,131582),86.58),((131583,131583),66.76),((131584,131584),79.44),((131585,131585),48.82),((131586,131586),79.44),((131587,131587),48.82),((131588,131588),67.19),((131589,131589),48.82),((131590,131590),67.19),((131591,131591),48.82),((131592,131592),36.63),((131593,131593),30.56),((131594,131594),36.63),((131595,131595),30.56),((131596,131596),79.44),((131597,131597),55),((131598,131598),79.44),((131599,131599),55),((131600,131600),73.37),((131601,131601),36.63),((131602,131602),73.37),((131603,131603),36.63),((131604,131604),79.44),((131605,131605),55),((131606,131606),79.44),((131607,131607),55),((131608,131608),75.2),((131609,131609),57.31),((131610,131610),67.78),((131611,131611),43.34),((131612,131612),61.93),((131613,131613),43.45),((131614,131614),79.44),((131615,131615),55),((131616,131616),71.49),((131617,131617),55),((131618,131618),66.39),((131619,131619),55),((131620,131620),67.19),((131621,131621),48.82),((131622,131622),79.44),((131623,131623),48.82),((131624,131624),67.19),((131625,131625),48.82),((131626,131626),79.44),((131627,131627),55),((131628,131628),79.44),((131629,131629),55),((131630,131630),79.44),((131631,131631),55),((131632,131632),79.44),((131633,131633),55),((131634,131634),79.44),((131635,131635),55),((131636,131636),30.56),((131637,131637),55),((131638,131638),34.86),((131639,131639),30.56),((131640,131640),85.13),((131641,131641),84.97),((131642,131642),79.44),((131643,131643),73.37),((131644,131644),55),((131645,131646),67.19),((131647,131647),42.81),((131648,131648),48.82),((131649,131649),58.71),((131650,131650),43.72),((131651,131651),73.37),((131652,131652),79.44),((131653,131653),79.76),((131654,131654),67.19),((131655,131655),48.82),((131656,131656),42.81),((131657,131657),30.56),((131658,131658),77.24),((131659,131659),55),((131660,131660),73.37),((131661,131661),36.63),((131662,131662),79.44),((131663,131663),55),((131664,131664),48.82),((131665,131666),57.52),((131667,131667),55),((131668,131669),48.82),((131670,131671),55),((131672,131672),48.82),((131673,131673),65.53),((131674,131674),68.96),((131675,131676),46.19),((131677,131677),64.67),((131678,131678),48.72),((131679,131679),36.63),((131680,131681),55),((131682,131682),49.84),((131683,131683),55),((131684,131684),48.82),((131685,131687),55),((131688,131688),30.56),((131689,131689),29.59),((131690,131693),30.56),((131694,131694),63.54),((131695,131697),85.56),((131698,131699),55),((131700,131700),54.68),((131701,131701),55),((131702,131702),69.29),((131703,131703),72.4),((131704,131704),60.85),((131705,131711),36.63),((131712,131713),53.66),((131714,131714),42.81),((131715,131716),36.63),((131717,131717),47.96),((131718,131718),36.63),((131719,131720),30.56),((131721,131721),55),((131722,131722),60.37),((131723,131723),51.67),((131724,131724),55),((131725,131725),79.44),((131726,131726),55),((131727,131727),54.19),((131728,131728),48.82),((131729,131729),54.52),((131730,131735),48.82),((131736,131736),79.44),((131737,131737),51.94),((131738,131738),48.72),((131739,131739),49.84),((131740,131740),58.87),((131741,131741),30.56),((131742,131742),55),((131743,131743),47.27),((131744,131744),55),((131745,131746),48.82),((131747,131747),88.25),((131748,131748),92.92),((131749,131749),93.83),((131750,131750),62.14),((131751,131751),50.6),((131752,131752),71.38),((131753,131753),86.64),((131754,131754),62.25),((131755,131755),61.55),((131756,131756),56.56),((131757,131757),52.91),((131758,131758),68.7),((131759,131759),67.73),((131760,131761),35.34),((131762,131762),17.08),((131763,131765),23.9),((131766,131766),32.28),((131767,131767),47.1),((131768,131768),32.66),((131769,131769),24.06),((131770,131770),40.18),((131771,131775),36.63),((131776,131777),27.29),((131778,131781),62.04),((131782,131783),69.93),((131784,131784),36.63),((131785,131785),69.93),((131786,131791),36.63),((131792,131793),30.56),((131794,131799),36.63),((131800,131805),69.93),((131806,131806),0),((131807,131807),42),((131808,131808),32.23),((131809,131809),18.26),((131810,131810),23.36),((131811,131811),31.8),((131812,131812),27.29),((131813,131817),42.11),((131818,131821),36.63),((131822,131822),48.82),((131823,131831),36.63),((131832,131832),30.56),((131833,131836),36.63),((131837,131838),43.72),((131839,131839),36.63),((131840,131951),0),((131952,131952),46.09),((131953,131953),36.52),((131954,131954),64.57),((131955,131955),51.37),((131956,131957),36.63),((131958,131958),79.31),((131959,131959),63.8),((131960,131961),79.44),((131962,131962),36.63),((131963,131965),48.82),((131966,131966),49.95),((131967,131967),36.63),((131968,131971),79.44),((131972,131973),69.93),((131974,131974),75.2),((131975,131975),49.95),((131976,131976),82.61),((131977,131977),95.71),((131978,131978),59.35),((131979,131979),79.44),((131980,131980),96.89),((131981,131981),79.44),((131982,131982),82.88),((131983,131983),99.85),((131984,131984),30.19),((131985,131985),75.2),((131986,131986),75.41),((131987,131987),62.3),((131988,131988),77.34),((131989,131989),69.56),((131990,131990),75.36),((131991,131991),82.66),((131992,131992),86.58),((131993,131993),46.3),((131994,131994),76.22),((131995,131995),75.41),((131996,131996),92.71),((131997,131997),82.29),((131998,131998),71.38),((131999,131999),86.58),((132000,132000),82.66),((132001,132001),66.33),((132002,132002),79.44),((132003,132003),73.96),((132004,132004),67.78),((132005,132005),67.68),((132006,132006),90.07),((132007,132007),75.36),((132008,132008),95.77),((132009,132009),90.02),((132010,132010),46.3),((132011,132011),67.68),((132012,132012),68.54),((132013,132013),56.4),((132014,132014),69.61),((132015,132015),30.19),((132016,132016),69.45),((132017,132017),68.54),((132018,132018),68.21),((132019,132019),65.1),((132020,132020),66.87),((132021,132021),56.4),((132022,132022),50.33),((132023,132023),69.61),((132024,132024),68.64),((132025,132025),30.19),((132026,132027),65.1),((132028,132028),70.36),((132029,132029),65.1),((132030,132030),55.32),((132031,132031),66.76),((132032,132032),70.09),((132033,132033),68.75),((132034,132034),55.86),((132035,132035),69.34),((132036,132036),54.57),((132037,132037),69.45),((132038,132038),86.9),((132039,132039),64.88),((132040,132040),90.4),((132041,132041),89.48),((132042,132042),30.19),((132043,132043),69.45),((132044,132044),66.76),((132045,132045),69.45),((132046,132046),89.48),((132047,132047),62.26),((132048,132048),55.97),((132049,132049),54.46),((132050,132050),79.44),((132051,132051),97.92),((132052,132052),79.44),((132053,132053),57.9),((132054,132054),72.4),((132055,132055),61.61),((132056,132056),79.44),((132057,132057),55),((132058,132058),73.37),((132059,132059),46.19),((132060,132060),61.18),((132061,132061),49.15),((132062,132062),63.33),((132063,132063),49.63),((132064,132064),80.46),((132065,132065),60.91),((132066,132066),91.09),((132067,132067),85.56),((132068,132068),67.73),((132069,132069),57.31),((132070,132070),72.72),((132071,132071),48.82),((132072,132073),59.62),((132074,132074),72.19),((132075,132075),63.92),((132076,132076),76.91),((132077,132077),55.97),((132078,132078),52.26),((132079,132079),42.43),((132080,132080),61.61),((132081,132081),55.97),((132082,132082),48.82),((132083,132083),30.56),((132084,132084),79.44),((132085,132086),44.53),((132087,132087),61.18),((132088,132088),55),((132089,132089),73.37),((132090,132090),97.81),((132091,132091),69.61),((132092,132092),54.89),((132093,132095),73.37),((132096,132097),69.56),((132098,132098),87.17),((132099,132099),62.3),((132100,132100),77.08),((132101,132101),75.2),((132102,132103),46.3),((132104,132104),50),((132105,132105),123),((132106,132106),121.33),((132107,132107),89.97),((132108,132108),76.22),((132109,132109),82.55),((132110,132110),67.68),((132111,132111),82.66),((132112,132112),75.2),((132113,132114),75.41),((132115,132115),62.3),((132116,132116),82.02),((132117,132117),69.56),((132118,132118),107.05),((132119,132119),67.73),((132120,132121),82.55),((132122,132122),76.22),((132123,132123),80.78),((132124,132124),92.71),((132125,132125),82.66),((132126,132126),86.58),((132127,132127),82.66),((132128,132128),66.33),((132129,132129),76.81),((132130,132130),67.78),((132131,132131),67.68),((132132,132132),90.07),((132133,132133),75.36),((132134,132134),83.74),((132135,132135),78.31),((132136,132136),113.33),((132137,132137),114.94),((132138,132138),86.15),((132139,132139),101.25),((132140,132140),74.87),((132141,132141),77.13),((132142,132142),113.76),((132143,132143),77.67),((132144,132144),66.06),((132145,132145),67.57),((132146,132146),65.42),((132147,132147),51.83),((132148,132148),68.37),((132149,132149),65.53),((132150,132150),87.76),((132151,132151),57.69),((132152,132153),70.42),((132154,132154),65.1),((132155,132155),68.27),((132156,132156),76.59),((132157,132157),70.09),((132158,132158),66.76),((132159,132159),70.09),((132160,132160),68.54),((132161,132161),58.76),((132162,132162),54.57),((132163,132163),65.1),((132164,132164),92.49),((132165,132165),65.1),((132166,132166),70.9),((132167,132167),66.6),((132168,132168),96.36),((132169,132169),97.65),((132170,132170),70.47),((132171,132171),87.39),((132172,132172),62.79),((132173,132173),60.16),((132174,132174),92.28),((132175,132175),65.96),((132176,132177),65.53),((132178,132178),69.61),((132179,132179),51.83),((132180,132180),60.16),((132181,132181),57.31),((132182,132183),30.19),((132184,132184),37.87),((132185,132186),100.55),((132187,132187),69.61),((132188,132188),65.1),((132189,132189),70.42),((132190,132190),65.1),((132191,132191),70.09),((132192,132192),128.96),((132193,132193),69.66),((132194,132194),73.8),((132195,132195),59.73),((132196,132196),106.46),((132197,132197),74.5),((132198,132198),79.44),((132199,132199),64.88),((132200,132200),113.6),((132201,132201),91.74),((132202,132202),98.56),((132203,132203),76),((132204,132204),132.93),((132205,132205),102.86),((132206,132206),55.11),((132207,132207),43.45),((132208,132208),81.16),((132209,132209),68.86),((132210,132210),79.44),((132211,132211),55),((132212,132212),89.48),((132213,132213),64.78),((132214,132214),89.48),((132215,132215),64.78),((132216,132216),130.63),((132217,132217),114.4),((132218,132218),83.9),((132219,132219),62.25),((132220,132220),108.17),((132221,132221),89.48),((132222,132222),128.96),((132223,132223),69.66),((132224,132224),73.37),((132225,132225),48.82),((132226,132226),36.74),((132227,132230),0),((132231,132231),69.93),((132232,132233),0),((132234,132234),79.44),((132235,132235),58.87),((132236,132236),63.16),((132237,132237),51.72),((132238,132238),61.18),((132239,132239),55),((132240,132240),62.3),((132241,132241),51.83),((132242,132242),62.3),((132243,132243),51.83),((132244,132244),69.45),((132245,132245),56.67),((132246,132246),107.05),((132247,132247),87.76),((132248,132248),55.11),((132249,132249),43.45),((132250,132250),76.22),((132251,132251),65.1),((132252,132252),76.22),((132253,132253),65.1),((132254,132254),73.37),((132255,132255),53.44),((132256,132256),86.42),((132257,132257),63.06),((132258,132258),82.66),((132259,132259),70.09),((132260,132260),93.56),((132261,132261),68.54),((132262,132262),113.54),((132263,132263),86.8),((132264,132264),86.58),((132265,132265),67.84),((132266,132266),73.37),((132267,132267),48.82),((132268,132268),67.19),((132269,132269),48.07),((132270,132270),67.68),((132271,132271),65.1),((132272,132272),67.68),((132273,132273),65.1),((132274,132274),75.36),((132275,132275),65.1),((132276,132276),87.66),((132277,132277),66.33),((132278,132278),71.49),((132279,132279),55.32),((132280,132280),78.31),((132281,132281),66.6),((132282,132282),78.31),((132283,132283),69.61),((132284,132284),96.63),((132285,132285),75.79),((132286,132286),96.63),((132287,132287),75.79),((132288,132288),36.63),((132289,132289),98.56),((132290,132290),76),((132291,132291),73.37),((132292,132292),56.67),((132293,132293),74.6),((132294,132294),54.89),((132295,132295),79.44),((132296,132296),58.87),((132297,132297),79.44),((132298,132298),58.87),((132299,132299),71.49),((132300,132300),55.32),((132301,132301),97.81),((132302,132302),69.61),((132303,132303),30.56),((132304,132304),79.44),((132305,132305),48.82),((132306,132306),79.44),((132307,132307),48.82),((132308,132308),97.81),((132309,132309),73.37),((132310,132310),67.19),((132311,132311),48.82),((132312,132312),83.04),((132313,132313),65.53),((132314,132314),79.44),((132315,132315),48.82),((132316,132316),98.56),((132317,132317),76),((132318,132318),55.11),((132319,132319),43.45),((132320,132320),55.11),((132321,132321),48.82),((132322,132322),79.44),((132323,132323),58.87),((132324,132324),79.44),((132325,132325),58.87),((132326,132326),79.44),((132327,132327),55),((132328,132328),86.58),((132329,132329),66.76),((132330,132330),79.44),((132331,132331),55),((132332,132332),72.62),((132333,132333),47.21),((132334,132334),77.88),((132335,132335),55),((132336,132336),77.88),((132337,132337),55),((132338,132338),77.88),((132339,132339),55),((132340,132340),71.49),((132341,132341),55.32),((132342,132342),63.59),((132343,132343),45.12),((132344,132344),95.93),((132345,132345),73.91),((132346,132346),63.59),((132347,132347),45.12),((132348,132348),79.44),((132349,132349),55),((132350,132350),79.44),((132351,132351),55),((132352,132352),63.16),((132353,132353),55),((132354,132354),88.41),((132355,132355),84.76),((132356,132356),88.25),((132357,132357),77.61),((132358,132358),63.11),((132359,132359),49.79),((132360,132360),99.74),((132361,132361),82.71),((132362,132362),104.47),((132363,132363),86.64),((132364,132364),79.44),((132365,132365),49.84),((132366,132366),76.54),((132367,132367),66.17),((132368,132368),55.11),((132369,132369),43.45),((132370,132370),74.6),((132371,132371),54.89),((132372,132372),83.82),((132373,132373),76.23),((132374,132374),91.3),((132375,132375),74.91),((132376,132376),113.41),((132377,132377),81.07),((132378,132378),86.58),((132379,132379),68.54),((132380,132380),108.76),((132381,132381),90.02),((132382,132382),75.35),((132383,132383),69.41),((132384,132384),107.91),((132385,132385),87.56),((132386,132386),122.21),((132387,132387),99.88),((132388,132388),76.27),((132389,132389),66.23),((132390,132390),74.17),((132391,132391),67.57),((132392,132392),48.84),((132393,132393),44.33),((132394,132394),98.01),((132395,132395),89.43),((132396,132396),61.82),((132397,132397),57.64),((132398,132398),73.37),((132399,132399),64.99),((132400,132400),79.44),((132401,132401),83.84),((132402,132402),63.38),((132403,132403),80.67),((132404,132404),80.57),((132405,132405),68.32),((132406,132406),71.44),((132407,132407),63.27),((132408,132408),59.89),((132409,132409),80.08),((132410,132410),75.2),((132411,132411),64.24),((132412,132412),56.67),((132413,132413),80.41),((132414,132414),72.19),((132415,132415),65.96),((132416,132416),64.78),((132417,132417),76.97),((132418,132418),79.49),((132419,132419),67.84),((132420,132420),80.41),((132421,132421),61.34),((132422,132422),80.67),((132423,132423),69.99),((132424,132424),59.46),((132425,132425),65.9),((132426,132426),72.78),((132427,132427),66.71),((132428,132428),80.62),((132429,132429),67.68),((132430,132430),80.89),((132431,132431),61.45),((132432,132432),54.03),((132433,132433),63.38),((132434,132434),68.7),((132435,132435),74.77),((132436,132436),68.54),((132437,132437),64.45),((132438,132438),76.65),((132439,132440),79.44),((132441,132441),43.99),((132442,132442),36.63),((132443,132443),33.09),((132444,132444),42.06),((132445,132445),29.06),((132446,132446),38.08),((132447,132447),0),((132448,132448),79.44),((132449,132449),82.18),((132450,132450),56.18),((132451,132451),66.87),((132452,132452),69.61),((132453,132453),55.38),((132454,132454),57.79),((132455,132455),51.72),((132456,132456),55.81),((132457,132457),62.52),((132458,132458),63.43),((132459,132459),55.11),((132460,132460),30.19),((132461,132461),84.17),((132462,132462),58.01),((132463,132463),54.36),((132464,132464),55.11),((132465,132465),50.92),((132466,132466),56.99),((132467,132467),58.01),((132468,132468),57.52),((132469,132469),29.97),((132470,132470),55.86),((132471,132471),48.45),((132472,132472),57.9),((132473,132473),45.49),((132474,132474),81.1),((132475,132475),48.39),((132476,132476),67.19),((132477,132477),57.9),((132478,132478),58.12),((132479,132479),83.47),((132480,132480),69.61),((132481,132481),56.4),((132482,132482),42.59),((132483,132483),80.62),((132484,132484),64.78),((132485,132485),54.62),((132486,132486),69.34),((132487,132487),59.19),((132488,132488),79.44),((132489,132489),39.05),((132490,132490),43.67),((132491,132494),79.44),((132495,132495),64.56),((132496,132496),79.44),((132497,132541),0),((132542,132542),39.16),((132543,132543),0),((132544,132544),32.01),((132545,132546),0),((132547,132547),30.56),((132548,132549),0),((132550,132550),33.52),((132551,132551),0),((132552,132559),79.44),((132560,132560),52.96),((132561,132561),50.06),((132562,132562),36.9),((132563,132563),46.08),((132564,132564),51.83),((132565,132565),30.67),((132566,132566),31.47),((132567,132567),52.42),((132568,132568),52.31),((132569,132569),29.33),((132570,132570),49.74),((132571,132571),47.59),((132572,132572),47.48),((132573,132573),55.81),((132574,132574),53.39),((132575,132575),30.19),((132576,132576),33.52),((132577,132577),52.26),((132578,132579),49.95),((132580,132580),48.45),((132581,132581),53.07),((132582,132582),50.6),((132583,132583),52.1),((132584,132584),51.56),((132585,132585),67.14),((132586,132586),55),((132587,132591),79.44),((132592,132592),61.28),((132593,132593),60),((132594,132594),58.65),((132595,132595),22.99),((132596,132596),40.87),((132597,132607),79.44),((132608,132608),81.48),((132609,132609),142.98),((132610,132610),83.52),((132611,132611),101.14),((132612,132612),292.08),((132613,132613),120.31),((132614,132615),70.86),((132616,132616),85.63),((132617,132618),57.78),((132619,132619),28.9),((132620,132620),35.07),((132621,132621),26.26),((132622,132622),72.24),((132623,132623),59.83),((132624,132628),0),((132629,132629),29.59),((132630,132633),0),((132634,132634),9),((132635,132635),35.07),((132636,132636),0),((132637,132637),79.44),((132638,132638),31.8),((132639,132639),39.21),((132640,132640),88.68),((132641,132641),45.39),((132642,132643),22.77),((132644,132644),47.53),((132645,132645),22.77),((132646,132646),70.2),((132647,132647),22.77),((132648,132648),78.47),((132649,132649),31.04),((132650,132651),78.47),((132652,132654),61.93),((132655,132656),37.11),((132657,132658),53.76),((132659,132660),90.34),((132661,132662),120.8),((132663,132664),63.97),((132665,132666),59.83),((132667,132668),77.43),((132669,132671),70.47),((132672,132672),22.77),((132673,132673),86.74),((132674,132674),63.97),((132675,132675),66.12),((132676,132676),55.7),((132677,132677),37.17),((132678,132678),57.85),((132679,132679),31.04),((132680,132680),47.53),((132681,132682),70.2),((132683,132703),0),((132704,132714),57.85),((132715,132716),35.07),((132717,132717),57.85),((132718,132718),78.47),((132719,132719),63.97),((132720,132720),0),((132721,132723),22.77),((132724,132724),0),((132725,132725),22.77),((132726,132727),47.53),((132728,132728),70.2),((132729,132736),78.47),((132737,132743),61.93),((132744,132752),37.11),((132753,132761),53.76),((132762,132764),90.34),((132765,132766),120.8),((132767,132767),63.97),((132768,132768),59.83),((132769,132774),86.74),((132775,132776),63.97),((132777,132777),89.32),((132778,132778),127.08),((132779,132779),89.32),((132780,132782),66.12),((132783,132788),89.32),((132789,132792),55.7),((132793,132797),57.85),((132798,132798),49.52),((132799,132799),61.93),((132800,132803),31.04),((132804,132811),47.53),((132812,132814),70.2),((132815,132815),47.53),((132816,132817),70.2),((132818,132819),89.32),((132820,132820),22.77),((132821,132821),31.04),((132822,132828),0),((132829,132829),123.54),((132830,132830),119.29),((132831,132840),0),((132841,132841),66.01),((132842,132845),0),((132846,132846),37.11),((132847,132847),53.76),((132848,132857),57.85),((132858,132858),90.34),((132859,132859),120.8),((132860,132860),59.83),((132861,132861),45.39),((132862,132862),37.17),((132863,132863),49.52),((132864,132943),79.44),((132944,132950),78.47),((132951,132952),61.93),((132953,132954),37.11),((132955,132955),53.76),((132956,132956),90.34),((132957,132959),59.83),((132960,132961),86.74),((132962,132964),89.32),((132965,132966),37.17),((132967,132969),57.85),((132970,132970),55.7),((132971,132972),53.76),((132973,132973),90.34),((132974,132975),64.25),((132976,132976),100.4),((132977,132977),44.86),((132978,132978),64.25),((132979,132980),32.17),((132981,132983),70.47),((132984,132985),43.16),((132986,132988),64.25),((132989,132990),100.4),((132991,132991),59.92),((132992,133279),79.44),((133280,133281),96.2),((133282,133282),74.34),((133283,133283),84.17),((133284,133284),101.41),((133285,133285),74.34),((133286,133286),69.66),((133287,133287),53.66),((133288,133289),83.41),((133290,133290),61.5),((133291,133291),47.16),((133292,133292),63.86),((133293,133293),26.32),((133294,133294),52.48),((133295,133295),124.02),((133296,133296),92.33),((133297,133297),51.56),((133298,133298),37.11),((133299,133299),73.37),((133300,133300),87.55),((133301,133301),79.44),((133302,133304),96.2),((133305,133305),37.6),((133306,133306),83.41),((133307,133307),101.84),((133308,133308),74.34),((133309,133309),65.85),((133310,133332),79.44),((133333,133333),57.79),((133334,133334),39.58),((133335,133335),40.71),((133336,133336),34.11),((133337,133337),32.66),((133338,133343),79.44),((133344,133344),56.45),((133345,133345),61.93),((133346,133346),79.44),((133347,133369),0),((133370,133370),79.44),((133371,133375),0),((133376,133378),72.6),((133379,133379),102.08),((133380,133381),79.75),((133382,133382),109.67),((133383,133384),58.41),((133385,133385),52.25),((133386,133386),74.25),((133387,133387),90.64),((133388,133388),78.76),((133389,133392),60.28),((133393,133396),109.67),((133397,133397),84.7),((133398,133398),87.12),((133399,133399),61.27),((133400,133400),69.85),((133401,133401),68.42),((133402,133402),70.84),((133403,133403),74.58),((133404,133404),81.51),((133405,133405),85.03),((133406,133406),77.11),((133407,133407),55.33),((133408,133408),63.14),((133409,133409),59.84),((133410,133410),57.86),((133411,133411),83.16),((133412,133412),61.16),((133413,133413),70.95),((133414,133414),57.53),((133415,133415),69.52),((133416,133417),56.43),((133418,133418),61.82),((133419,133419),87.34),((133420,133420),62.37),((133421,133421),64.13),((133422,133422),63.69),((133423,133423),66.99),((133424,133424),44.22),((133425,133425),44.88),((133426,133426),78.43),((133427,133428),80.63),((133429,133429),60.28),((133430,133430),78.98),((133431,133431),62.92),((133432,133432),74.8),((133433,133433),55.77),((133434,133434),72.6),((133435,133435),102.63),((133436,133436),72.6),((133437,133437),53.9),((133438,133440),102.63),((133441,133448),72.6),((133449,133452),102.63),((133453,133453),72.6),((133454,133455),102.63),((133456,133456),134.53),((133457,133458),0),((133459,133463),72.6),((133464,133464),84.7),((133465,133465),87.12),((133466,133466),61.27),((133467,133467),81.51),((133468,133468),59.84),((133469,133469),57.86),((133470,133470),87.34),((133471,133471),66.99),((133472,133472),90.64),((133473,133473),78.76),((133474,133475),72.6),((133476,133476),52.47),((133477,133477),81.73),((133478,133478),51.26),((133479,133479),53.13),((133480,133480),54.23),((133481,133481),53.57),((133482,133482),55.66),((133483,133483),59.4),((133484,133484),58.08),((133485,133485),71.61),((133486,133486),52.8),((133487,133487),52.47),((133488,133488),54.89),((133489,133489),34.43),((133490,133491),79.75),((133492,133493),109.67),((133494,133495),79.75),((133496,133496),56.65),((133497,133497),81.51),((133498,133498),66.99),((133499,133499),61.27),((133500,133500),79.64),((133501,133501),50.05),((133502,133502),60.94),((133503,133503),62.37),((133504,133504),62.15),((133505,133505),72.6),((133506,133506),120.67),((133507,133507),119.68),((133508,133508),79.44),((133509,133509),98.23),((133510,133510),128.37),((133511,133511),54.34),((133512,133512),72.38),((133513,133513),73.48),((133514,133514),75.13),((133515,133515),82.72),((133516,133516),67.54),((133517,133518),79.44),((133519,133519),77.77),((133520,133520),83.38),((133521,133522),79.44),((133523,133523),66.11),((133524,133524),78.21),((133525,133525),76.01),((133526,133526),72.27),((133527,133527),69.52),((133528,133528),68.64),((133529,133529),75.57),((133530,133530),57.75),((133531,133531),65.45),((133532,133532),87.56),((133533,133533),84.59),((133534,133534),104.28),((133535,133535),60.06),((133536,133536),59.73),((133537,133537),73.48),((133538,133538),60.17),((133539,133539),66.88),((133540,133540),74.91),((133541,133541),74.36),((133542,133542),60.17),((133543,133543),66.77),((133544,133544),69.19),((133545,133545),79.44),((133546,133546),71.94),((133547,133547),82.61),((133548,133548),60.39),((133549,133549),79.2),((133550,133550),64.35),((133551,133551),61.93),((133552,133552),60.39),((133553,133553),79.44),((133554,133554),81.18),((133555,133557),79.44),((133558,133558),76.67),((133559,133559),62.15),((133560,133560),72.49),((133561,133561),54.34),((133562,133563),79.44),((133564,133564),72.6),((133565,133565),50.82),((133566,133568),102.63),((133569,133572),72.6),((133573,133574),79.44),((133575,133576),102.41),((133577,133578),79.44),((133579,133580),132.44),((133581,133581),72.6),((133582,133582),57.42),((133583,133590),79.44),((133591,133591),102.63),((133592,133595),79.44),((133596,133596),73.48),((133597,133597),60.17),((133598,133598),79.44),((133599,133599),61.93),((133600,133600),82.72),((133601,133601),67.54),((133602,133603),72.6),((133604,133605),79.44),((133606,133606),65.34),((133607,133607),57.86),((133608,133608),52.58),((133609,133609),79.75),((133610,133610),55.11),((133611,133611),66.99),((133612,133612),69.96),((133613,133613),62.15),((133614,133614),76.23),((133615,133615),69.41),((133616,133616),60.83),((133617,133617),60.39),((133618,133618),45.54),((133619,133619),65.56),((133620,133620),43.78),((133621,133621),75.02),((133622,133622),69.52),((133623,133623),30.03),((133624,133624),62.26),((133625,133625),58.3),((133626,133626),69.63),((133627,133627),29.7),((133628,133632),79.44),((133633,133633),64.61),((133634,133634),64.51),((133635,133635),82.88),((133636,133636),79.44),((133637,133637),78.58),((133638,133638),104.84),((133639,133639),91.79),((133640,133640),91.52),((133641,133642),71.6),((133643,133646),79.44),((133647,133647),65.26),((133648,133648),78.58),((133649,133650),79.44),((133651,133651),71.6),((133652,133652),78.58),((133653,133653),66.12),((133654,133654),67.25),((133655,133655),80.03),((133656,133656),81.75),((133657,133657),66.12),((133658,133658),67.89),((133659,133659),65.53),((133660,133660),68.48),((133661,133661),69.77),((133662,133662),65.15),((133663,133663),65.31),((133664,133664),68.27),((133665,133665),64.56),((133666,133666),67.68),((133667,133667),66.82),((133668,133668),64.29),((133669,133669),67.19),((133670,133670),67.78),((133671,133671),67.19),((133672,133672),68.27),((133673,133673),79.44),((133674,133674),67.19),((133675,133675),66.28),((133676,133676),68.11),((133677,133677),62.14),((133678,133678),67.08),((133679,133679),80.89),((133680,133680),64.18),((133681,133681),79.44),((133682,133683),70.47),((133684,133684),79.44),((133685,133685),67.94),((133686,133686),67.08),((133687,133687),79.44),((133688,133688),67.08),((133689,133689),64.13),((133690,133691),79.44),((133692,133692),65.37),((133693,133693),79.44),((133694,133694),86.58),((133695,133695),80.14),((133696,133696),86.42),((133697,133697),64.4),((133698,133698),64.51),((133699,133702),79.44),((133703,133703),64.61),((133704,133704),64.56),((133705,133706),79.44),((133707,133707),64.56),((133708,133708),64.61),((133709,133709),64.51),((133710,133712),79.44),((133713,133713),64.51),((133714,133720),79.44),((133721,133721),67.25),((133722,133722),80.03),((133723,133723),68.48),((133724,133724),62.57),((133725,133725),79.44),((133726,133726),66.28),((133727,133733),79.44),((133734,133734),79.98),((133735,133735),58.22),((133736,133736),59.73),((133737,133737),60.59),((133738,133738),66.49),((133739,133739),65.15),((133740,133740),60.16),((133741,133741),60.42),((133742,133742),69.18),((133743,133743),66.33),((133744,133744),64.51),((133745,133745),64.56),((133746,133746),65.26),((133747,133747),71.6),((133748,133748),144.54),((133749,133749),64.51),((133750,133760),79.44),((133761,133762),88.87),((133763,133763),27.86),((133764,133764),79.44),((133765,133765),94.15),((133766,133766),119.24),((133767,133767),70.65),((133768,133768),78.04),((133769,133769),81.67),((133770,133770),95.14),((133771,133771),88.15),((133772,133772),83.26),((133773,133773),94.15),((133774,133774),79.44),((133775,133776),94.15),((133777,133777),119.24),((133778,133778),79.44),((133779,133780),119.24),((133781,133781),62.79),((133782,133782),84.18),((133783,133783),78.51),((133784,133784),69.99),((133785,133785),64.57),((133786,133786),73.95),((133787,133787),85.83),((133788,133788),92.11),((133789,133789),91.91),((133790,133790),76.13),((133791,133791),70.19),((133792,133792),78.9),((133793,133793),62.79),((133794,133794),75.53),((133795,133795),97.92),((133796,133796),71.24),((133797,133797),74.48),((133798,133798),63.25),((133799,133799),70.71),((133800,133800),72.96),((133801,133801),79.44),((133802,133802),74.41),((133803,133803),62.79),((133804,133804),85.11),((133805,133805),88.74),((133806,133806),67.41),((133807,133807),74.48),((133808,133808),55.66),((133809,133809),79.44),((133810,133810),74.35),((133811,133811),89.66),((133812,133812),79.44),((133813,133813),73.82),((133814,133814),79.1),((133815,133815),74.41),((133816,133816),81.41),((133817,133817),64.77),((133818,133819),79.44),((133820,133820),88.87),((133821,133821),56.19),((133822,133822),124.59),((133823,133823),121.03),((133824,133824),124.59),((133825,133829),88.87),((133830,133830),79.44),((133831,133832),88.87),((133833,133833),119.11),((133834,133834),79.44),((133835,133836),119.11),((133837,133837),88.87),((133838,133839),79.44),((133840,133840),119.71),((133841,133855),79.44),((133856,133856),94.95),((133857,133857),83.26),((133858,133859),88.87),((133860,133861),79.44),((133862,133862),74.02),((133863,133863),46.35),((133864,133864),55.66),((133865,133865),62.06),((133866,133866),71.57),((133867,133867),74.41),((133868,133868),56.72),((133869,133869),84.71),((133870,133870),59.42),((133871,133871),74.81),((133872,133872),47.21),((133873,133873),102.8),((133874,133888),79.44),((133889,133889),28.02),((133890,133890),45.71),((133891,133891),47.85),((133892,133892),79.44),((133893,133893),83.74),((133894,133894),101.37),((133895,133895),88.03),((133896,133896),90.48),((133897,133897),90.54),((133898,133899),90.23),((133900,133900),62.46),((133901,133902),79.44),((133903,133903),70.21),((133904,133904),91.05),((133905,133906),79.44),((133907,133907),74.8),((133908,133908),95.39),((133909,133909),87.4),((133910,133911),84),((133912,133912),83.62),((133913,133913),94.01),((133914,133914),82.8),((133915,133915),70.39),((133916,133916),86.89),((133917,133917),83.87),((133918,133918),79.08),((133919,133919),84),((133920,133920),84.88),((133921,133922),84.44),((133923,133923),78.52),((133924,133924),84.44),((133925,133925),73.86),((133926,133926),84.81),((133927,133927),72.72),((133928,133928),79.02),((133929,133929),79.44),((133930,133930),74.61),((133931,133931),94.32),((133932,133932),84.81),((133933,133933),87.71),((133934,133934),74.61),((133935,133935),81.98),((133936,133936),87.4),((133937,133937),79.44),((133938,133939),87.4),((133940,133940),79.44),((133941,133941),84.81),((133942,133942),79.71),((133943,133944),74.61),((133945,133945),84.81),((133946,133947),79.44),((133948,133948),4.72),((133949,133949),49.93),((133950,133950),98.04),((133951,133951),77.95),((133952,133952),98.04),((133953,133956),77.95),((133957,133958),79.44),((133959,133959),137.2),((133960,133960),136.7),((133961,133962),79.44),((133963,133964),154.83),((133965,133965),77.95),((133966,133973),79.44),((133974,133974),77.95),((133975,133975),98.04),((133976,133979),79.44),((133980,133981),84.44),((133982,133982),79.44),((133983,133983),90.48),((133984,133984),88.97),((133985,133985),64.35),((133986,133987),77.95),((133988,133989),79.44),((133990,133990),67.18),((133991,133992),55.79),((133993,133993),91.3),((133994,133994),68.63),((133995,133995),58.87),((133996,133996),69.7),((133997,133997),62.02),((133998,133998),54.65),((133999,133999),60.64),((134000,134000),80.53),((134001,134001),62.84),((134002,134002),19.39),((134003,134003),44.08),((134004,134004),69.83),((134005,134005),56.61),((134006,134006),81.48),((134007,134007),91.3),((134008,134017),79.44),((134018,134018),61.82),((134019,134019),76.11),((134020,134020),79.44),((134021,134021),97.59),((134022,134022),116.93),((134023,134023),102.86),((134024,134024),68.86),((134025,134025),104.31),((134026,134026),123.54),((134027,134029),79.44),((134030,134031),78.1),((134032,134032),86.15),((134033,134033),79.44),((134034,134035),82.61),((134036,134036),169.3),((134037,134037),78.1),((134038,134040),79.44),((134041,134041),91.04),((134042,134042),71.27),((134043,134043),79.44),((134044,134044),82.82),((134045,134045),79.44),((134046,134046),104.52),((134047,134047),85.02),((134048,134050),79.44),((134051,134051),135.94),((134052,134052),74.71),((134053,134055),79.44),((134056,134056),73.58),((134057,134057),101.3),((134058,134058),64.35),((134059,134061),79.44),((134062,134062),73.48),((134063,134063),75.79),((134064,134064),58.76),((134065,134065),69.82),((134066,134066),87.55),((134067,134067),93.4),((134068,134068),73.48),((134069,134069),80.3),((134070,134070),99.63),((134071,134071),101.84),((134072,134072),110.21),((134073,134073),131.54),((134074,134077),79.44),((134078,134078),116.82),((134079,134079),79.98),((134080,134080),64.13),((134081,134081),105.06),((134082,134082),121.98),((134083,134085),79.44),((134086,134086),142.98),((134087,134087),128.58),((134088,134088),161.03),((134089,134089),79.44),((134090,134090),190.08),((134091,134091),178.21),((134092,134092),225.85),((134093,134093),61.82),((134094,134095),79.44),((134096,134096),92.06),((134097,134102),79.44),((134103,134103),150.28),((134104,134115),79.44),((134116,134116),36.04),((134117,134117),54.84),((134118,134118),58.65),((134119,134119),68.96),((134120,134120),69.07),((134121,134121),65.37),((134122,134122),66.01),((134123,134123),81.26),((134124,134124),91.2),((134125,134125),69.99),((134126,134126),94.69),((134127,134127),90.18),((134128,134128),77.77),((134129,134129),75.89),((134130,134130),85.45),((134131,134131),90.77),((134132,134132),79.55),((134133,134133),160.17),((134134,134134),81.16),((134135,134135),127.29),((134136,134136),137.07),((134137,134137),80.73),((134138,134138),112.31),((134139,134143),79.44),((134144,134144),72.6),((134145,134145),110.77),((134146,134146),140.91),((134147,134147),114.07),((134148,134148),79.44),((134149,134149),96.69),((134150,134150),94.16),((134151,134151),85.25),((134152,134152),111.1),((134153,134153),98.67),((134154,134154),134.75),((134155,134155),164.67),((134156,134156),109.78),((134157,134157),79.44),((134158,134159),84.15),((134160,134160),88.66),((134161,134161),79.44),((134162,134163),82.61),((134164,134164),85.03),((134165,134165),56.76),((134166,134166),99),((134167,134167),65.89),((134168,134168),121.55),((134169,134169),84.59),((134170,134171),88.44),((134172,134172),84.15),((134173,134173),144.43),((134174,134174),112.86),((134175,134175),93.39),((134176,134176),68.31),((134177,134178),90.2),((134179,134179),91.63),((134180,134180),89.98),((134181,134183),89.76),((134184,134184),83.6),((134185,134185),79.44),((134186,134187),84.04),((134188,134189),89.54),((134190,134190),121.77),((134191,134191),144.43),((134192,134192),68.31),((134193,134193),97.13),((134194,134194),85.03),((134195,134195),71.28),((134196,134196),97.13),((134197,134197),83.71),((134198,134198),61.27),((134199,134199),83.71),((134200,134200),83.93),((134201,134201),119.02),((134202,134204),79.44),((134205,134205),69.74),((134206,134206),108.46),((134207,134208),72.6),((134209,134209),110.88),((134210,134210),138.6),((134211,134211),119.35),((134212,134212),152.57),((134213,134213),79.44),((134214,134216),72.6),((134217,134217),79.44),((134218,134219),72.6),((134220,134220),109.23),((134221,134221),72.6),((134222,134228),79.44),((134229,134230),72.6),((134231,134231),79.44),((134232,134232),88.44),((134233,134233),84.15),((134234,134234),89.76),((134235,134239),79.44),((134240,134240),201.41),((134241,134241),148.06),((134242,134243),72.6),((134244,134245),79.44),((134246,134246),63.8),((134247,134247),62.48),((134248,134248),77),((134249,134249),55),((134250,134250),64.57),((134251,134251),71.17),((134252,134252),50.27),((134253,134253),56.76),((134254,134254),64.9),((134255,134255),50.27),((134256,134263),79.44),((134264,134264),57.75),((134265,134265),27.61),((134266,134266),52.36),((134267,134267),82.06),((134268,134268),74.36),((134269,134269),73.59),((134270,134270),73.04),((134271,134271),86.46),((134272,134272),41.52),((134273,134273),61.39),((134274,134274),124.72),((134275,134275),92.76),((134276,134276),79.44),((134277,134277),89.75),((134278,134278),84.65),((134279,134279),92.06),((134280,134280),116.07),((134281,134281),118.22),((134282,134282),144.48),((134283,134283),119.94),((134284,134284),106.62),((134285,134285),79.44),((134286,134287),81.26),((134288,134288),83.52),((134289,134289),79.44),((134290,134291),80.67),((134292,134292),83.68),((134293,134293),67.57),((134294,134294),93.94),((134295,134295),69.56),((134296,134296),87.5),((134297,134297),80.67),((134298,134298),80.83),((134299,134299),94.85),((134300,134300),80.67),((134301,134301),138.57),((134302,134302),123.11),((134303,134303),84.65),((134304,134304),72.89),((134305,134306),81.69),((134307,134307),85.29),((134308,134308),80.51),((134309,134311),87.66),((134312,134312),80.35),((134313,134313),79.44),((134314,134315),81.26),((134316,134316),85.51),((134317,134317),85.56),((134318,134318),117.3),((134319,134319),138.57),((134320,134320),72.89),((134321,134321),90.07),((134322,134322),89.75),((134323,134323),82.82),((134324,134324),79.44),((134325,134325),83.47),((134326,134326),71.92),((134327,134327),81.43),((134328,134328),83.47),((134329,134329),87.17),((134330,134331),79.44),((134332,134332),61.39),((134333,134333),52.31),((134334,134334),123.37),((134335,134335),71.27),((134336,134336),108.6),((134337,134337),100.55),((134338,134338),128.96),((134339,134339),88.73),((134340,134340),128.96),((134341,134341),79.44),((134342,134342),74.23),((134343,134343),111.56),((134344,134344),117.36),((134345,134345),79.44),((134346,134346),143.84),((134347,134347),181.17),((134348,134348),110.91),((134349,134349),106.03),((134350,134356),79.44),((134357,134357),97.11),((134358,134358),88.78),((134359,134365),79.44),((134366,134366),90.18),((134367,134367),79.44),((134368,134368),150.87),((134369,134369),152),((134370,134370),69.39),((134371,134371),80.19),((134372,134373),79.44),((134374,134374),71.6),((134375,134375),66.98),((134376,134376),84.65),((134377,134377),83.31),((134378,134378),82.71),((134379,134379),91.63),((134380,134380),84.65),((134381,134381),81.64),((134382,134382),99.47),((134383,134383),67.46),((134384,134384),79.44),((134385,134385),59.14),((134386,134386),79.12),((134387,134400),79.44),((134401,134401),35.72),((134402,134402),42.38),((134403,134403),31.1),((134404,134404),79.44),((134405,134405),136.26),((134406,134406),150.93),((134407,134407),98.88),((134408,134408),179.29),((134409,134409),69.93),((134410,134410),149.75),((134411,134411),88.35),((134412,134412),109.79),((134413,134413),79.44),((134414,134415),122.46),((134416,134416),179.61),((134417,134417),79.44),((134418,134418),69.93),((134419,134419),115.37),((134420,134420),148.73),((134421,134421),97.32),((134422,134422),87.87),((134423,134423),82.71),((134424,134424),132.56),((134425,134425),106.62),((134426,134426),91.31),((134427,134427),127.4),((134428,134428),87.71),((134429,134429),158.98),((134430,134430),138.31),((134431,134431),56.93),((134432,134432),63.81),((134433,134433),120.31),((134434,134434),123.86),((134435,134435),136.64),((134436,134436),95.93),((134437,134437),81),((134438,134438),61.12),((134439,134440),92.38),((134441,134441),99.85),((134442,134442),78.42),((134443,134443),112.9),((134444,134444),125.79),((134445,134445),63.7),((134446,134446),63.81),((134447,134447),97),((134448,134448),67.25),((134449,134449),62.79),((134450,134450),84.43),((134451,134451),71.54),((134452,134452),63.27),((134453,134453),87.87),((134454,134454),94.48),((134455,134455),111.18),((134456,134456),120.31),((134457,134457),121.17),((134458,134458),81),((134459,134460),79.44),((134461,134461),41.95),((134462,134462),107.91),((134463,134463),89.11),((134464,134464),88.25),((134465,134465),95.55),((134466,134466),96.2),((134467,134467),101.73),((134468,134468),102.21),((134469,134469),79.44),((134470,134470),125.68),((134471,134471),116.23),((134472,134472),183.32),((134473,134473),79.44),((134474,134474),171.02),((134475,134475),164.36),((134476,134476),146.25),((134477,134477),65.85),((134478,134478),19.01),((134479,134486),79.44),((134487,134487),146.31),((134488,134494),79.44),((134495,134495),130.79),((134496,134496),87.87),((134497,134497),121.12),((134498,134498),76.05),((134499,134499),82.66),((134500,134501),79.44),((134502,134502),63.81),((134503,134503),86.04),((134504,134504),87.87),((134505,134505),108.5),((134506,134506),68),((134507,134507),97),((134508,134508),132.56),((134509,134509),48.39),((134510,134510),87.87),((134511,134511),101.41),((134512,134512),92.38),((134513,134513),96.41),((134514,134514),131.43),((134515,134515),75.52),((134516,134516),82.39),((134517,134517),111.02),((134518,134520),79.44),((134521,134521),116.07),((134522,134522),147.54),((134523,134523),101.41),((134524,134524),68),((134525,134525),106.46),((134526,134526),93.56),((134527,134527),106.13),((134528,134529),79.44),((134530,134530),45.71),((134531,134531),30.56),((134532,134532),79.44),((134533,134533),62.63),((134534,134534),91.74),((134535,134535),90.5),((134536,134536),90.66),((134537,134537),63.11),((134538,134538),61.66),((134539,134539),65.42),((134540,134540),108.39),((134541,134541),106.62),((134542,134542),144.21),((134543,134543),79.28),((134544,134544),123.43),((134545,134545),70.79),((134546,134546),71.33),((134547,134547),115.75),((134548,134548),72.08),((134549,134549),71.81),((134550,134550),118.06),((134551,134553),79.44),((134554,134554),81.75),((134555,134555),77.34),((134556,134556),72.29),((134557,134557),64.72),((134558,134558),73.26),((134559,134559),87.07),((134560,134560),68.91),((134561,134561),61.66),((134562,134562),60.37),((134563,134563),130.25),((134564,134564),118.06),((134565,134565),108.17),((134566,134566),71.49),((134567,134567),65.42),((134568,134568),68.86),((134569,134569),74.44),((134570,134570),71.01),((134571,134571),97.92),((134572,134572),89.21),((134573,134573),76.22),((134574,134574),65.85),((134575,134575),56.34),((134576,134576),72.29),((134577,134577),74.87),((134578,134578),79.44),((134579,134579),71.87),((134580,134580),60.37),((134581,134581),70.74),((134582,134582),74.23),((134583,134583),85.19),((134584,134584),73.96),((134585,134585),72.29),((134586,134586),68),((134587,134587),60.1),((134588,134588),79.44),((134589,134589),67.94),((134590,134591),79.44),((134592,134592),67.46),((134593,134593),75.73),((134594,134594),60),((134595,134595),70.9),((134596,134596),81.59),((134597,134597),73.91),((134598,134598),68.86),((134599,134601),79.44),((134602,134602),66.55),((134603,134606),79.44),((134607,134607),94.16),((134608,134608),90.23),((134609,134609),91.15),((134610,134612),63.81),((134613,134613),79.44),((134614,134614),63.81),((134615,134615),79.44),((134616,134616),103.39),((134617,134617),115.8),((134618,134618),120.53),((134619,134619),172.3),((134620,134620),146.74),((134621,134621),143.41),((134622,134622),159.68),((134623,134623),110.32),((134624,134641),79.44),((134642,134642),142.07),((134643,134643),45.49),((134644,134644),120.69),((134645,134655),79.44),((134656,134656),21.45),((134657,134657),66),((134658,134658),62.95),((134659,134659),62.56),((134660,134660),70.34),((134661,134661),69.22),((134662,134662),69.87),((134663,134663),52.42),((134664,134664),58.05),((134665,134665),67.12),((134666,134666),64.45),((134667,134667),64.97),((134668,134668),90.02),((134669,134669),89.63),((134670,134671),72.75),((134672,134672),58.57),((134673,134673),76.14),((134674,134674),93.67),((134675,134675),90.02),((134676,134676),69.35),((134677,134677),69.22),((134678,134678),66),((134679,134679),69.35),((134680,134680),60.67),((134681,134681),68.11),((134682,134683),71.63),((134684,134685),65.44),((134686,134686),73.86),((134687,134687),74.38),((134688,134688),73.09),((134689,134689),69.35),((134690,134690),67.2),((134691,134691),52.55),((134692,134692),65.83),((134693,134693),64.07),((134694,134694),73.09),((134695,134695),56.2),((134696,134696),68.71),((134697,134697),71.24),((134698,134698),65.57),((134699,134699),69.48),((134700,134700),73.86),((134701,134701),63.59),((134702,134702),63.34),((134703,134703),67.59),((134704,134704),48),((134705,134705),55.86),((134706,134706),55.69),((134707,134707),112.58),((134708,134714),55.86),((134715,134718),79.44),((134719,134719),75.41),((134720,134720),34.72),((134721,134721),63.81),((134722,134722),56.2),((134723,134723),61.02),((134724,134724),46.41),((134725,134725),56.8),((134726,134726),66.56),((134727,134734),55.86),((134735,134735),80.52),((134736,134736),64.32),((134737,134737),67.59),((134738,134738),72.1),((134739,134739),74.59),((134740,134740),67.68),((134741,134741),66.34),((134742,134742),63.68),((134743,134743),83.92),((134744,134744),68.23),((134745,134745),73.48),((134746,134746),85.29),((134747,134747),140.08),((134748,134784),79.44),((134785,134785),68),((134786,134786),59.51),((134787,134787),79.44),((134788,134788),62.36),((134789,134790),79.44),((134791,134791),56.24),((134792,134792),61.18),((134793,134793),79.44),((134794,134794),60.37),((134795,134796),79.44),((134797,134797),62.36),((134798,134803),79.44),((134804,134804),64.13),((134805,134805),66.23),((134806,134806),68.54),((134807,134807),70.52),((134808,134808),79.44),((134809,134809),67.51),((134810,134810),57.95),((134811,134811),58.38),((134812,134812),74.23),((134813,134813),73.37),((134814,134814),73.15),((134815,134815),73.58),((134816,134816),79.44),((134817,134817),68),((134818,134818),61.5),((134819,134819),59.51),((134820,134820),79.44),((134821,134821),61.07),((134822,134822),79.44),((134823,134823),58.87),((134824,134825),79.44),((134826,134826),61.07),((134827,134827),84.49),((134828,134828),79.44),((134829,134829),61.07),((134830,134830),60.59),((134831,134831),58.06),((134832,134832),56.45),((134833,134833),0),((134834,134834),47.32),((134835,134841),0),((134842,134842),79.44),((134843,134844),0),((134845,134845),49.95),((134846,134847),79.44),((134848,134848),37.49),((134849,134849),64.99),((134850,134850),37.06),((134851,134851),37.38),((134852,134852),36.63),((134853,134853),79.44),((134854,134854),64.56),((134855,134855),79.44),((134856,134859),0),((134860,134860),35.77),((134861,134861),0),((134862,134863),79.44),((134864,134864),61.39),((134865,134865),55.86),((134866,134866),54.79),((134867,134867),63.27),((134868,134868),56.24),((134869,134869),57.95),((134870,134870),68.54),((134871,134871),69.07),((134872,134872),73.15),((134873,134873),68.96),((134874,134875),79.44),((134876,134877),110.11),((134878,134911),79.44),((134912,134912),68.54),((134913,134913),54.32),((134914,134915),84.62),((134916,134916),127.3),((134917,134917),65.66),((134918,134918),127.3),((134919,134919),163.6),((134920,134920),42.31),((134921,134921),63.46),((134922,134922),70.87),((134923,134924),17.56),((134925,134925),26.95),((134926,134926),50.43),((134927,134928),26.95),((134929,134929),34.48),((134930,134930),115.67),((134931,134931),65.49),((134932,134932),39.52),((134933,134933),71.33),((134934,134934),51.91),((134935,134935),82.75),((134936,134936),45.48),((134937,134937),37.44),((134938,134938),32.24),((134939,134940),55.3),((134941,134941),33.55),((134942,134942),54.83),((134943,134943),58.38),((134944,134945),37.53),((134946,134946),59.7),((134947,134947),56.82),((134948,134948),76.07),((134949,134949),54.83),((134950,134951),62.57),((134952,134952),52),((134953,134953),55.8),((134954,134954),55.97),((134955,134955),59.7),((134956,134956),56.82),((134957,134957),76.07),((134958,134958),54.83),((134959,134960),62.57),((134961,134961),55.55),((134962,134962),55.8),((134963,134963),54.66),((134964,134964),57.79),((134965,134965),41),((134966,134966),54.66),((134967,134967),33.42),((134968,134968),60.2),((134969,134969),6.35),((134970,134970),149.35),((134971,134971),146.34),((134972,134972),53.69),((134973,134973),54.11),((134974,134974),31.43),((134975,134975),47.13),((134976,134978),56.82),((134979,134979),55.8),((134980,134980),52),((134981,134981),58.77),((134982,134982),56.82),((134983,134983),52),((134984,134984),79.44),((134985,134985),51.02),((134986,134988),52),((134989,134989),55.8),((134990,134993),52),((134994,134994),55.8),((134995,134995),52),((134996,134998),56.82),((134999,134999),55.8),((135000,135000),56.82),((135001,135001),58.77),((135002,135002),56.82),((135003,135003),52),((135004,135004),55.8),((135005,135006),52),((135007,135007),53.9),((135008,135008),52),((135009,135009),61.6),((135010,135010),53.9),((135011,135011),58.77),((135012,135014),56.82),((135015,135015),52),((135016,135016),66.47),((135017,135017),55.8),((135018,135018),53.9),((135019,135019),57.62),((135020,135020),58.34),((135021,135024),79.44),((135025,135025),59.82),((135026,135026),54.66),((135027,135027),59.82),((135028,135028),60.75),((135029,135029),120.58),((135030,135030),55.8),((135031,135031),115.63),((135032,135032),55.8),((135033,135033),115.63),((135034,135034),52.84),((135035,135035),53.65),((135036,135036),57.03),((135037,135037),56.73),((135038,135038),21.53),((135039,135039),50.77),((135040,135040),53.65),((135041,135041),59.82),((135042,135043),41),((135044,135044),14.72),((135045,135045),56.73),((135046,135046),40.66),((135047,135047),37.44),((135048,135048),0),((135049,135049),57.79),((135050,135050),52.42),((135051,135051),57.54),((135052,135055),79.44),((135056,135063),55.8),((135064,135064),79.44),((135065,135080),55.8),((135081,135081),58.55),((135082,135100),55.8),((135101,135101),79.44),((135102,135102),56.23),((135103,135103),56.4),((135104,135104),63.76),((135105,135105),43.15),((135106,135106),53.94),((135107,135107),64.52),((135108,135108),45.48),((135109,135109),35.83),((135110,135110),49.54),((135111,135111),71.2),((135112,135112),39.09),((135113,135113),61.09),((135114,135114),65.83),((135115,135115),63.88),((135116,135116),67.78),((135117,135117),79.44),((135118,135118),69.51),((135119,135119),54.83),((135120,135120),221.31),((135121,135121),52.29),((135122,135122),23.1),((135123,135123),126.75),((135124,135124),53.48),((135125,135125),70.23),((135126,135126),72.22),((135127,135127),67.02),((135128,135128),69.81),((135129,135167),79.44),((135168,135168),118.81),((135169,135169),65.58),((135170,135170),68.21),((135171,135171),118.81),((135172,135172),65.58),((135173,135173),68.21),((135174,135174),116.18),((135175,135175),66.23),((135176,135176),84.76),((135177,135177),106.24),((135178,135178),116.18),((135179,135179),75.03),((135180,135180),65.58),((135181,135181),75.03),((135182,135182),68.21),((135183,135183),132.02),((135184,135185),118.81),((135186,135186),62.79),((135187,135187),68.21),((135188,135188),68.64),((135189,135191),68.21),((135192,135192),116.18),((135193,135193),68.21),((135194,135194),118.81),((135195,135195),67.14),((135196,135196),118.81),((135197,135197),68.21),((135198,135198),116.18),((135199,135199),118.81),((135200,135200),65.58),((135201,135201),111.07),((135202,135202),79.44),((135203,135203),118.81),((135204,135204),134.22),((135205,135206),65.58),((135207,135207),65.37),((135208,135208),79.44),((135209,135209),129.12),((135210,135210),241.65),((135211,135211),79.33),((135212,135212),116.71),((135213,135216),65.47),((135217,135217),123.86),((135218,135218),65.47),((135219,135221),79.44),((135222,135223),65.47),((135224,135224),90.29),((135225,135225),68.21),((135226,135226),65.47),((135227,135227),76),((135228,135228),80.83),((135229,135230),65.47),((135231,135231),166.77),((135232,135232),68.21),((135233,135233),65.58),((135234,135234),66.44),((135235,135236),65.58),((135237,135237),66.44),((135238,135241),68.21),((135242,135242),23.1),((135243,135243),42.92),((135244,135244),65.58),((135245,135245),81.05),((135246,135246),65.58),((135247,135247),96.57),((135248,135251),68.21),((135252,135252),65.58),((135253,135253),94.16),((135254,135254),121.28),((135255,135255),165.7),((135256,135256),65.15),((135257,135257),65.21),((135258,135327),79.44),((135328,135328),72.83),((135329,135329),74.44),((135330,135330),77.88),((135331,135331),76.54),((135332,135332),66.98),((135333,135333),86.9),((135334,135334),73.05),((135335,135335),86.37),((135336,135336),61.61),((135337,135337),69.72),((135338,135338),86.04),((135339,135339),77.13),((135340,135340),69.18),((135341,135341),75.03),((135342,135342),77.56),((135343,135343),76.11),((135344,135344),80.73),((135345,135345),67.68),((135346,135346),65.1),((135347,135347),74.82),((135348,135348),74.71),((135349,135349),77.56),((135350,135350),70.74),((135351,135352),68.54),((135353,135353),69.18),((135354,135354),69.61),((135355,135355),84.7),((135356,135356),65.1),((135357,135357),72.83),((135358,135358),69.18),((135359,135359),73.91),((135360,135360),80.83),((135361,135361),63.38),((135362,135362),66.66),((135363,135363),66.55),((135364,135364),74.34),((135365,135365),87.12),((135366,135375),79.44),((135376,135376),51.08),((135377,135377),63.11),((135378,135378),64.45),((135379,135379),104.36),((135380,135380),56.29),((135381,135381),59.83),((135382,135382),80.19),((135383,135383),105.33),((135384,135384),65.26),((135385,135385),53.28),((135386,135386),129.17),((135387,135387),54.62),((135388,135388),56.34),((135389,135389),95.23),((135390,135390),56.72),((135391,135391),59.3),((135392,135392),91.25),((135393,135393),54.3),((135394,135394),85.24),((135395,135395),92.44),((135396,135396),85.94),((135397,135397),56.34),((135398,135398),88.03),((135399,135399),51.46),((135400,135400),58.28),((135401,135401),52.74),((135402,135402),62.09),((135403,135403),55.97),((135404,135404),56.18),((135405,135405),63.11),((135406,135406),54.68),((135407,135407),86.8),((135408,135408),52.26),((135409,135409),73.91),((135410,135410),63),((135411,135411),60.05),((135412,135412),53.76),((135413,135413),60.26),((135414,135414),92.92),((135415,135418),66.23),((135419,135419),58.71),((135420,135420),66.23),((135421,135423),79.44),((135424,135442),95.15),((135443,135518),110),((135519,135520),0),((135521,135541),95.15),((135542,135581),110),((135582,135582),95.15),((135583,135585),110),((135586,135586),95.15),((135587,135591),110),((135592,135618),95.15),((135619,135673),110),((135674,135679),79.44),((135680,135680),76.38),((135681,135681),99.1),((135682,135682),70.9),((135683,135683),73.1),((135684,135684),71.92),((135685,135685),80.14),((135686,135686),98.72),((135687,135687),119.83),((135688,135688),71.22),((135689,135689),91.42),((135690,135690),91.25),((135691,135691),71.22),((135692,135692),94.16),((135693,135693),80.62),((135694,135694),115.85),((135695,135695),94.75),((135696,135696),112.31),((135697,135697),133.96),((135698,135698),133.9),((135699,135699),112.31),((135700,135700),133.31),((135701,135701),112.31),((135702,135702),112.85),((135703,135703),134.71),((135704,135704),119.61),((135705,135705),148.24),((135706,135706),126.27),((135707,135707),119.61),((135708,135708),125.95),((135709,135710),119.61),((135711,135711),126.17),((135712,135712),108.71),((135713,135713),134.6),((135714,135714),110.97),((135715,135715),108.6),((135716,135716),111.18),((135717,135717),121.76),((135718,135718),107.1),((135719,135719),110.91),((135720,135720),67.41),((135721,135721),78.15),((135722,135722),76.05),((135723,135723),99.2),((135724,135724),91.58),((135725,135725),68.48),((135726,135726),89.97),((135727,135727),99.2),((135728,135728),74.34),((135729,135729),96.84),((135730,135730),96.52),((135731,135731),74.34),((135732,135732),95.87),((135733,135734),74.34),((135735,135735),97.32),((135736,135736),83.74),((135737,135737),101.08),((135738,135738),100.76),((135739,135739),83.74),((135740,135740),100.12),((135741,135741),88.03),((135742,135742),83.74),((135743,135743),101.57),((135744,135751),93.56),((135752,135752),106.67),((135753,135753),79.44),((135754,135754),134.65),((135755,135756),93.56),((135757,135757),134.92),((135758,135759),79.44),((135760,135764),96.79),((135765,135765),106.62),((135766,135766),96.79),((135767,135767),79.44),((135768,135768),108.55),((135769,135769),79.44),((135770,135770),136.53),((135771,135772),96.79),((135773,135773),117.3),((135774,135775),79.44),((135776,135776),78.36),((135777,135777),98.99),((135778,135778),98.67),((135779,135779),78.42),((135780,135780),98.08),((135781,135781),101.89),((135782,135782),78.36),((135783,135783),99.47),((135784,135784),83.74),((135785,135785),101.08),((135786,135786),100.76),((135787,135787),83.74),((135788,135788),100.12),((135789,135789),104.09),((135790,135790),83.74),((135791,135791),101.57),((135792,135794),85.35),((135795,135795),86.04),((135796,135796),86.42),((135797,135800),85.35),((135801,135801),85.51),((135802,135802),85.35),((135803,135803),86.04),((135804,135804),85.35),((135805,135805),100.44),((135806,135806),86.96),((135807,135807),85.35),((135808,135808),76.27),((135809,135809),95.23),((135810,135810),89.86),((135811,135811),76.32),((135812,135812),88.68),((135813,135813),73.58),((135814,135815),112.47),((135816,135816),113.87),((135817,135817),79.44),((135818,135818),107.96),((135819,135819),83.36),((135820,135820),88.68),((135821,135821),107.91),((135822,135823),79.44),((135824,135824),58.38),((135825,135825),77.34),((135826,135826),71.97),((135827,135827),69.61),((135828,135828),70.79),((135829,135829),75.2),((135830,135830),87.01),((135831,135831),81.05),((135832,135832),83.2),((135833,135833),95.98),((135834,135834),90.61),((135835,135835),83.2),((135836,135836),89.43),((135837,135837),83.2),((135838,135838),101.57),((135839,135839),86.04),((135840,135840),70.31),((135841,135841),94.96),((135842,135842),94.91),((135843,135843),70.31),((135844,135844),94.32),((135845,135845),72.13),((135846,135846),70.58),((135847,135847),87.39),((135848,135848),79.22),((135849,135849),101.73),((135850,135850),101.35),((135851,135851),79.22),((135852,135852),100.76),((135853,135854),79.22),((135855,135855),98.72),((135856,135856),123),((135857,135857),79.44),((135858,135858),114.4),((135859,135859),95.5),((135860,135860),100.76),((135861,135861),114.4),((135862,135863),79.44),((135864,135864),98.4),((135865,135865),120.9),((135866,135866),120.58),((135867,135867),98.4),((135868,135868),119.94),((135869,135870),98.4),((135871,135871),79.44),((135872,135872),142.17),((135873,135873),79.44),((135874,135874),133.63),((135875,135875),121.39),((135876,135876),119.94),((135877,135877),133.58),((135878,135879),79.44),((135880,135880),102.59),((135881,135881),121.55),((135882,135884),102.59),((135885,135885),129.07),((135886,135886),102.59),((135887,135887),128.64),((135888,135888),74.12),((135889,135889),98.45),((135890,135890),95.39),((135891,135891),71.6),((135892,135892),95.23),((135893,135893),71.97),((135894,135894),77.72),((135895,135895),79.44),((135896,135896),81.53),((135897,135897),100.55),((135898,135898),100.6),((135899,135899),81.53),((135900,135900),100.33),((135901,135901),98.88),((135902,135902),81.53),((135903,135903),101.84),((135904,135908),122.94),((135909,135909),136.64),((135910,135911),122.94),((135912,135912),63.92),((135913,135913),79.87),((135914,135914),91.47),((135915,135915),65.42),((135916,135916),103.72),((135917,135917),77.02),((135918,135918),89.86),((135919,135919),110.54),((135920,135920),84.27),((135921,135921),112.63),((135922,135922),106.19),((135923,135923),82.39),((135924,135924),100.49),((135925,135925),92.54),((135926,135926),91.31),((135927,135927),106.4),((135928,135928),83.74),((135929,135929),108.6),((135930,135930),102.16),((135931,135931),78.36),((135932,135932),99.96),((135933,135933),99.04),((135934,135934),91.31),((135935,135935),102.37),((135936,135936),85.4),((135937,135937),113.76),((135938,135938),107.31),((135939,135939),83.52),((135940,135940),105.11),((135941,135941),100.71),((135942,135942),91.74),((135943,135943),107.53),((135944,135944),64.18),((135945,135945),91.68),((135946,135946),66.66),((135947,135947),70.09),((135948,135948),66.06),((135949,135949),88.35),((135950,135950),64.18),((135951,135951),78.96),((135952,135952),113.01),((135953,135953),79.44),((135954,135954),104.47),((135955,135955),68.75),((135956,135956),80.83),((135957,135957),104.47),((135958,135959),79.44),((135960,135960),81.05),((135961,135961),99.58),((135962,135964),81.05),((135965,135965),96.79),((135966,135966),86.96),((135967,135967),81.05),((135968,135968),121.44),((135969,135969),142.6),((135970,135970),142.5),((135971,135971),120.9),((135972,135972),141.96),((135973,135973),117.68),((135974,135974),121.44),((135975,135975),142.76),((135976,135976),149.75),((135977,135977),152),((135978,135978),151.41),((135979,135979),149.75),((135980,135980),182.62),((135981,135981),145.18),((135982,135982),147.33),((135983,135983),152.22),((135984,135984),73.32),((135985,135985),96.63),((135986,135986),95.44),((135987,135987),71.87),((135988,135988),94.85),((135989,135989),93.4),((135990,135990),73.85),((135991,135991),94.8),((135992,135992),76),((135993,135993),98.24),((135994,135994),97),((135995,135995),73.48),((135996,135996),96.46),((135997,135997),95.23),((135998,135998),76.54),((135999,135999),95.34),((136000,136000),74.12),((136001,136001),98.45),((136002,136002),76),((136003,136003),67.46),((136004,136004),76.22),((136005,136005),71.97),((136006,136006),77.18),((136007,136007),91.42),((136008,136008),94.1),((136009,136009),95.18),((136010,136010),102),((136011,136011),95.18),((136012,136012),112.15),((136013,136013),92.49),((136014,136014),94.32),((136015,136015),92.49),((136016,136016),85.35),((136017,136017),85.51),((136018,136018),85.35),((136019,136019),86.04),((136020,136023),85.35),((136024,136024),88.57),((136025,136025),126.01),((136026,136026),103.45),((136027,136030),79.44),((136031,136031),78.36),((136032,136032),100.12),((136033,136033),32.98),((136034,136034),67.89),((136035,136037),39.42),((136038,136038),54.73),((136039,136039),32.98),((136040,136040),102.8),((136041,136041),61.07),((136042,136042),55.59),((136043,136043),58.97),((136044,136044),60.48),((136045,136045),71.97),((136046,136046),66.28),((136047,136047),67.3),((136048,136048),71.38),((136049,136049),61.88),((136050,136050),45.87),((136051,136051),82.12),((136052,136052),81.53),((136053,136053),95.98),((136054,136054),60.48),((136055,136055),71.38),((136056,136056),86.64),((136057,136057),90.18),((136058,136058),57.74),((136059,136059),62.04),((136060,136060),114.14),((136061,136063),79.44),((136064,136064),170.05),((136065,136065),155.49),((136066,136066),125.95),((136067,136067),167.63),((136068,136068),120.85),((136069,136069),112.52),((136070,136070),98.08),((136071,136071),144.43),((136072,136073),108.5),((136074,136074),118.43),((136075,136075),135.89),((136076,136076),107.37),((136077,136077),96.95),((136078,136078),86.42),((136079,136079),118.11),((136080,136080),31.9),((136081,136081),60.48),((136082,136083),31.9),((136084,136084),60.48),((136085,136085),75.52),((136086,136086),50.54),((136087,136087),98.51),((136088,136088),114.4),((136089,136089),55.59),((136090,136095),79.44),((136096,136096),81.07),((136097,136097),73.81),((136098,136098),71.06),((136099,136099),76.67),((136100,136100),105.27),((136101,136101),40.92),((136102,136102),70.29),((136103,136103),80.41),((136104,136104),59.07),((136105,136105),68.97),((136106,136106),80.74),((136107,136107),53.57),((136108,136108),66),((136109,136109),103.95),((136110,136110),67.98),((136111,136111),96.8),((136112,136112),49.83),((136113,136113),62.48),((136114,136114),115.06),((136115,136115),102.52),((136116,136116),69.85),((136117,136117),65.89),((136118,136118),79.64),((136119,136119),99.33),((136120,136120),56.87),((136121,136121),91.41),((136122,136122),89.76),((136123,136123),91.19),((136124,136124),67.98),((136125,136125),77.99),((136126,136126),82.5),((136127,136127),59.07),((136128,136128),82.5),((136129,136129),102.63),((136130,136130),72.93),((136131,136131),62.59),((136132,136132),67.87),((136133,136133),87.89),((136134,136134),72.16),((136135,136135),129.03),((136136,136136),89.1),((136137,136137),103.51),((136138,136138),114.62),((136139,136139),57.2),((136140,136140),87.01),((136141,136141),117.48),((136142,136142),63.25),((136143,136143),70.84),((136144,136144),56.43),((136145,136145),71.5),((136146,136146),73.81),((136147,136147),53.57),((136148,136148),102.19),((136149,136149),62.59),((136150,136150),76.12),((136151,136152),84.04),((136153,136153),80.74),((136154,136154),57.64),((136155,136155),91.96),((136156,136156),78.21),((136157,136158),66.99),((136159,136159),75.79),((136160,136160),73.15),((136161,136161),94.82),((136162,136162),62.26),((136163,136163),76.23),((136164,136164),90.97),((136165,136165),80.08),((136166,136166),80.3),((136167,136167),70.73),((136168,136168),86.46),((136169,136169),89.98),((136170,136170),121.22),((136171,136171),82.5),((136172,136172),94.49),((136173,136174),63.03),((136175,136175),128.59),((136176,136176),74.25),((136177,136177),88.11),((136178,136178),72.93),((136179,136179),88.22),((136180,136180),67.76),((136181,136183),79.44),((136184,136184),55.81),((136185,136185),67.08),((136186,136186),46.25),((136187,136187),74.34),((136188,136188),50.38),((136189,136192),79.44),((136193,136196),87.23),((136197,136201),82.02),((136202,136203),82.29),((136204,136204),88.3),((136205,136206),88.25),((136207,136208),88.3),((136209,136209),88.25),((136210,136210),97.22),((136211,136211),102.8),((136212,136212),97.22),((136213,136213),102.8),((136214,136214),82.02),((136215,136215),102.75),((136216,136216),97.16),((136217,136217),102.8),((136218,136218),97.16),((136219,136219),82.02),((136220,136220),73.15),((136221,136221),65.04),((136222,136222),54.46),((136223,136224),35.13),((136225,136226),50.49),((136227,136227),37.54),((136228,136228),52.96),((136229,136229),54.95),((136230,136230),35.02),((136231,136231),22.88),((136232,136232),44.04),((136233,136233),45.39),((136234,136234),43.88),((136235,136235),122.08),((136236,136236),97.86),((136237,136237),105.33),((136238,136238),115.26),((136239,136239),91.42),((136240,136242),91.2),((136243,136247),83.52),((136248,136249),83.63),((136250,136252),92.28),((136253,136253),93.78),((136254,136254),92.28),((136255,136255),91.36),((136256,136256),94.75),((136257,136257),101.62),((136258,136258),94.75),((136259,136259),101.62),((136260,136260),102.27),((136261,136261),94.75),((136262,136262),102.91),((136263,136263),94.75),((136264,136264),83.63),((136265,136265),46.14),((136266,136266),15.31),((136267,136267),40.5),((136268,136271),89.8),((136272,136278),77.18),((136279,136279),106.51),((136280,136280),103.29),((136281,136281),103.18),((136282,136282),106.62),((136283,136283),103.18),((136284,136284),106.62),((136285,136285),90.56),((136286,136286),92.44),((136287,136287),90.56),((136288,136288),92.44),((136289,136289),92.49),((136290,136290),90.56),((136291,136291),92.44),((136292,136292),90.56),((136293,136293),92.54),((136294,136294),37.54),((136295,136296),105.38),((136297,136298),95.98),((136299,136307),68.8),((136308,136309),84.11),((136310,136310),81.05),((136311,136311),87.17),((136312,136312),81),((136313,136313),87.17),((136314,136321),84.11),((136322,136322),84.17),((136323,136324),42.54),((136325,136325),85.24),((136326,136326),88.35),((136327,136328),86.53),((136329,136337),71.6),((136338,136352),86.9),((136353,136354),41.09),((136355,136355),70.74),((136356,136363),68.43),((136364,136364),79.6),((136365,136365),86.04),((136366,136366),83.74),((136367,136367),77.29),((136368,136368),83.74),((136369,136370),77.29),((136371,136371),83.74),((136372,136372),77.29),((136373,136374),83.74),((136375,136375),77.29),((136376,136376),83.74),((136377,136377),77.29),((136378,136378),82.45),((136379,136379),38.3),((136380,136380),37.54),((136381,136381),38.3),((136382,136382),47.37),((136383,136383),66.6),((136384,136392),100.92),((136393,136395),116.23),((136396,136396),100.92),((136397,136397),116.23),((136398,136399),100.92),((136400,136400),59.51),((136401,136401),50.49),((136402,136402),59.51),((136403,136411),96.04),((136412,136413),111.34),((136414,136414),108.87),((136415,136415),113.81),((136416,136416),108.87),((136417,136417),113.76),((136418,136418),96.04),((136419,136419),111.4),((136420,136420),96.04),((136421,136422),111.34),((136423,136423),97.22),((136424,136424),108.87),((136425,136425),97.22),((136426,136426),54.79),((136427,136427),49.04),((136428,136428),73.53),((136429,136437),64.61),((136438,136438),77.24),((136439,136439),79.92),((136440,136440),79.76),((136441,136441),77.08),((136442,136442),81.43),((136443,136443),77.08),((136444,136444),69.72),((136445,136445),85.02),((136446,136446),69.72),((136447,136447),85.02),((136448,136448),81.26),((136449,136449),82.82),((136450,136450),86.37),((136451,136451),78.2),((136452,136452),79.92),((136453,136453),39.26),((136454,136454),44.96),((136455,136455),39.26),((136456,136456),54.79),((136457,136458),39.21),((136459,136459),39.26),((136460,136460),122.89),((136461,136461),117.95),((136462,136462),108.07),((136463,136463),110.86),((136464,136466),94.69),((136467,136470),74.55),((136471,136476),110),((136477,136484),89.86),((136485,136485),57.15),((136486,136494),63.59),((136495,136500),78.9),((136501,136501),82.12),((136502,136502),78.9),((136503,136503),82.12),((136504,136509),78.9),((136510,136510),38.13),((136511,136511),50.97),((136512,136512),37.22),((136513,136513),37.17),((136514,136519),103.55),((136520,136525),67.73),((136526,136527),83.04),((136528,136528),39.91),((136529,136529),49.04),((136530,136530),73.53),((136531,136534),88.89),((136535,136538),94.48),((136539,136539),109.79),((136540,136540),108.66),((136541,136541),53.66),((136542,136547),92.06),((136548,136551),82.45),((136552,136553),97.75),((136554,136554),50.33),((136555,136556),89.8),((136557,136558),77.18),((136559,136559),66.12),((136560,136561),89.8),((136562,136563),77.18),((136564,136566),85.94),((136567,136570),84.43),((136571,136571),54.25),((136572,136572),78.42),((136573,136573),36.63),((136574,136580),108.71),((136581,136581),82.45),((136582,136585),68.8),((136586,136589),88.73),((136590,136592),131.65),((136593,136594),105.38),((136595,136596),131.65),((136597,136597),60.05),((136598,136598),92.81),((136599,136602),68.8),((136603,136606),100.92),((136607,136607),59.51),((136608,136613),96.04),((136614,136614),54.79),((136615,136621),63.59),((136622,136622),38.13),((136623,136623),62.63),((136624,136627),55.81),((136628,136631),63.33),((136632,136643),79.6),((136644,136645),91.42),((136646,136649),83.47),((136650,136651),91.42),((136652,136655),83.47),((136656,136657),91.42),((136658,136661),83.52),((136662,136663),91.42),((136664,136667),83.52),((136668,136669),88.19),((136670,136673),74.66),((136674,136675),88.19),((136676,136679),71.44),((136680,136681),90.4),((136682,136685),75.89),((136686,136686),43.88),((136687,136688),108.93),((136689,136692),62.36),((136693,136694),108.93),((136695,136698),72.99),((136699,136700),108.93),((136701,136704),72.99),((136705,136705),52.31),((136706,136707),71.6),((136708,136711),97.92),((136712,136713),108.93),((136714,136717),62.36),((136718,136719),90.45),((136720,136723),75.2),((136724,136726),70.2),((136727,136731),99.74),((136732,136733),74.28),((136734,136737),99.85),((136738,136739),102.59),((136740,136743),68.8),((136744,136745),103.55),((136746,136749),71.01),((136750,136751),95.61),((136752,136752),68.8),((136753,136754),68.37),((136755,136755),68.8),((136756,136757),107.69),((136758,136761),69.82),((136762,136763),125.09),((136764,136767),63.7),((136768,136769),83.79),((136770,136773),75.68),((136774,136775),44.79),((136776,136777),83.79),((136778,136781),75.68),((136782,136783),112.09),((136784,136787),62.36),((136788,136789),112.09),((136790,136793),67.73),((136794,136794),41.36),((136795,136796),112.09),((136797,136798),70.09),((136799,136799),70.15),((136800,136800),70.09),((136801,136802),112.09),((136803,136806),62.36),((136807,136808),112.09),((136809,136810),70.09),((136811,136811),70.15),((136812,136812),70.09),((136813,136813),68.7),((136814,136814),52.64),((136815,136815),108.71),((136816,136817),164.36),((136818,136818),168.06),((136819,136820),138.74),((136821,136822),164.36),((136823,136831),79.44),((136832,136833),54.14),((136834,136834),75.84),((136835,136835),97.54),((136836,136836),119.24),((136837,136837),140.94),((136838,136838),54.14),((136839,136839),75.84),((136840,136840),97.54),((136841,136841),119.24),((136842,136842),140.94),((136843,136843),54.14),((136844,136844),75.84),((136845,136845),97.54),((136846,136846),119.24),((136847,136847),140.94),((136848,136848),54.14),((136849,136849),75.84),((136850,136850),97.54),((136851,136851),119.24),((136852,136852),140.94),((136853,136853),81.26),((136854,136854),135.35),((136855,136855),108.39),((136856,136856),119.24),((136857,136857),140.94),((136858,136858),97.54),((136859,136860),81.32),((136861,136863),79.44),((136864,136865),66.98),((136866,136868),51.99),((136869,136869),62.68),((136870,136871),53.01),((136872,136872),43.34),((136873,136873),54.73),((136874,136874),55.48),((136875,136875),43.61),((136876,136876),69.13),((136877,136878),45.49),((136879,136879),69.13),((136880,136880),66.98),((136881,136881),54.62),((136882,136882),49.9),((136883,136885),64.83),((136886,136886),69.99),((136887,136888),69.02),((136889,136889),53.01),((136890,136891),40.66),((136892,136892),71.27),((136893,136893),30.13),((136894,136894),71.27),((136895,136895),45.49),((136896,136896),71.27),((136897,136897),19.77),((136898,136898),30.13),((136899,136899),82.12),((136900,136900),83.68),((136901,136901),71.27),((136902,136902),45.49),((136903,136903),71.27),((136904,136904),64.29),((136905,136905),79.12),((136906,136906),59.3),((136907,136907),41.25),((136908,136908),19.77),((136909,136909),32.07),((136910,136911),66.98),((136912,136912),43.34),((136913,136913),49.84),((136914,136914),53.01),((136915,136915),45.49),((136916,136916),53.01),((136917,136917),45.44),((136918,136919),64.83),((136920,136920),55.86),((136921,136921),32.07),((136922,136922),43.34),((136923,136923),49.84),((136924,136924),66.01),((136925,136925),54.09),((136926,136926),66.87),((136927,136927),64.83),((136928,136928),108.87),((136929,136929),71.27),((136930,136930),108.87),((136931,136931),79.12),((136932,136932),69.02),((136933,136933),64.83),((136934,136934),55.86),((136935,136935),19.77),((136936,136936),66.98),((136937,136937),53.01),((136938,136938),62.3),((136939,136940),32.07),((136941,136941),62.41),((136942,136942),69.13),((136943,136943),55.86),((136944,136944),47.75),((136945,137087),79.44),((137088,137090),66.01),((137091,137091),104.52),((137092,137095),66.01),((137096,137096),142.98),((137097,137097),104.52),((137098,137100),66.01),((137101,137101),104.52),((137102,137102),142.98),((137103,137104),66.01),((137105,137105),68.43),((137106,137112),66.01),((137113,137113),104.52),((137114,137114),38.51),((137115,137115),104.52),((137116,137116),38.51),((137117,137118),66.01),((137119,137120),104.52),((137121,137121),106.94),((137122,137122),63.81),((137123,137123),66.01),((137124,137124),104.52),((137125,137125),66.01),((137126,137126),104.52),((137127,137128),66.01),((137129,137129),78.1),((137130,137130),68.21),((137131,137139),66.01),((137140,137141),0),((137142,137142),94.37),((137143,137143),61.28),((137144,137146),61.18),((137147,137149),52.48),((137150,137150),99.1),((137151,137152),112.31),((137153,137154),91.42),((137155,137155),98.34),((137156,137156),132.99),((137157,137157),136.8),((137158,137158),52.48),((137159,137159),87.44),((137160,137160),78.53),((137161,137161),52.48),((137162,137162),65.69),((137163,137164),52.48),((137165,137165),52.91),((137166,137171),52.48),((137172,137172),51.13),((137173,137173),68.21),((137174,137174),37.71),((137175,137175),58.28),((137176,137176),200.77),((137177,137177),71.17),((137178,137178),129.34),((137179,137179),41.79),((137180,137180),58.28),((137181,137181),54.36),((137182,137183),79.44),((137184,137185),58.28),((137186,137186),72.72),((137187,137187),96.79),((137188,137190),65.37),((137191,137191),76.65),((137192,137192),65.37),((137193,137193),62.14),((137194,137199),79.44),((137200,137200),41.36),((137201,137201),45.33),((137202,137202),17.62),((137203,137203),72.51),((137204,137204),45.33),((137205,137205),43.77),((137206,137206),31.26),((137207,137207),58.76),((137208,137208),31.26),((137209,137209),48.82),((137210,137215),79.44),((137216,137216),61.82),((137217,137217),23.76),((137218,137218),32.23),((137219,137219),32.89),((137220,137220),42.13),((137221,137221),61.49),((137222,137222),20.02),((137223,137223),32.78),((137224,137224),36.19),((137225,137225),37.07),((137226,137226),20.02),((137227,137230),0),((137231,137231),110),((137232,137232),57.53),((137233,137233),68.75),((137234,137234),54.12),((137235,137235),46.75),((137236,137236),62.26),((137237,137237),46.86),((137238,137238),61.49),((137239,137239),56.87),((137240,137240),57.2),((137241,137241),62.7),((137242,137247),110),((137248,137248),69.41),((137249,137249),66.11),((137250,137250),52.91),((137251,137251),46.86),((137252,137252),47.08),((137253,137253),46.75),((137254,137254),52.03),((137255,137255),54.01),((137256,137256),59.29),((137257,137257),42.9),((137258,137258),51.04),((137259,137259),52.25),((137260,137260),49.72),((137261,137261),70.29),((137262,137262),58.3),((137263,137263),60.72),((137264,137264),46.97),((137265,137265),55.88),((137266,137266),42.9),((137267,137267),42.35),((137268,137268),40.92),((137269,137269),42.02),((137270,137270),39.71),((137271,137271),42.79),((137272,137272),39.27),((137273,137273),61.16),((137274,137274),49.28),((137275,137275),53.24),((137276,137276),43.56),((137277,137277),47.41),((137278,137278),53.24),((137279,137279),59.95),((137280,137280),70.73),((137281,137281),43.67),((137282,137282),35.09),((137283,137283),31.68),((137284,137284),47.3),((137285,137285),51.59),((137286,137286),49.61),((137287,137287),63.36),((137288,137288),48.95),((137289,137289),50.38),((137290,137290),55.99),((137291,137291),56.65),((137292,137292),49.94),((137293,137293),57.2),((137294,137294),58.41),((137295,137295),55.33),((137296,137296),48.4),((137297,137297),42.46),((137298,137298),47.19),((137299,137299),48.95),((137300,137300),38.5),((137301,137301),40.7),((137302,137302),41.25),((137303,137303),45.65),((137304,137304),48.51),((137305,137305),43.78),((137306,137306),61.49),((137307,137307),53.9),((137308,137308),48.07),((137309,137309),67.1),((137310,137310),40.26),((137311,137311),45.21),((137312,137312),50.82),((137313,137313),42.02),((137314,137314),56.65),((137315,137315),82.06),((137316,137316),48.07),((137317,137317),47.85),((137318,137318),50.49),((137319,137319),47.96),((137320,137320),47.52),((137321,137321),44.66),((137322,137322),41.58),((137323,137323),54.78),((137324,137324),60.72),((137325,137325),62.26),((137326,137326),57.2),((137327,137327),49.39),((137328,137328),50.38),((137329,137329),56.1),((137330,137330),59.18),((137331,137331),41.91),((137332,137332),83.82),((137333,137333),42.79),((137334,137334),50.71),((137335,137335),57.31),((137336,137343),110),((137344,137344),48.73),((137345,137345),34.98),((137346,137346),54.12),((137347,137347),57.97),((137348,137348),56.98),((137349,137349),42.46),((137350,137350),64.24),((137351,137351),44.33),((137352,137352),51.92),((137353,137353),50.93),((137354,137354),57.86),((137355,137355),46.2),((137356,137356),44.77),((137357,137357),37.07),((137358,137358),45.43),((137359,137359),40.48),((137360,137360),42.46),((137361,137361),42.35),((137362,137362),53.46),((137363,137363),59.62),((137364,137364),62.59),((137365,137365),55.22),((137366,137366),46.75),((137367,137367),48.73),((137368,137368),42.13),((137369,137369),54.45),((137370,137370),47.96),((137371,137371),46.31),((137372,137372),62.7),((137373,137373),51.04),((137374,137374),56.21),((137375,137375),57.86),((137376,137376),55.77),((137377,137377),47.41),((137378,137378),67.1),((137379,137379),52.47),((137380,137380),63.25),((137381,137381),61.71),((137382,137382),32.45),((137383,137383),44.99),((137384,137384),51.04),((137385,137385),66.22),((137386,137391),110),((137392,137551),79.44),((137552,137552),59.4),((137553,137553),63.16),((137554,137554),66.06),((137555,137555),79.71),((137556,137556),80.89),((137557,137557),79.92),((137558,137559),94.69),((137560,137560),64.35),((137561,137561),66.6),((137562,137562),94.69),((137563,137563),66.6),((137564,137564),94.69),((137565,137565),65.37),((137566,137566),94.69),((137567,137567),79.71),((137568,137568),63.16),((137569,137569),81.64),((137570,137570),71.97),((137571,137571),26.64),((137572,137574),63.49),((137575,137576),51.51),((137577,137579),63.49),((137580,137580),51.51),((137581,137581),76.54),((137582,137583),79.44),((137584,137584),66.98),((137585,137585),58.87),((137586,137587),65.37),((137588,137588),58.87),((137589,137695),79.44),((137696,137696),70.84),((137697,137697),58.28),((137698,137698),72.72),((137699,137699),96.79),((137700,137702),65.37),((137703,137703),76.65),((137704,137704),65.37),((137705,137705),62.14),((137706,137707),139.7),((137708,137708),144.97),((137709,137709),158.39),((137710,137711),139.7),((137712,137712),69.82),((137713,137713),58.28),((137714,137714),72.72),((137715,137715),96.79),((137716,137718),65.37),((137719,137719),76.65),((137720,137720),65.37),((137721,137721),62.14),((137722,137723),139.7),((137724,137724),144.97),((137725,137725),158.39),((137726,137727),139.7),((137728,138457),79.44),((138458,138458),0),((138459,138495),79.44),((138496,138496),55.27),((138497,138497),70.95),((138498,138498),73.37),((138499,138499),51.13),((138500,138500),52.58),((138501,138502),57.69),((138503,138503),48.88),((138504,138504),43.45),((138505,138505),30.56),((138506,138506),32.6),((138507,138507),59.35),((138508,138508),48.93),((138509,138509),69.61),((138510,138510),58.87),((138511,138511),55),((138512,138512),52.58),((138513,138513),59.57),((138514,138514),59.14),((138515,138515),59.57),((138516,138516),79.44),((138517,138517),48.02),((138518,138519),55),((138520,138520),50.17),((138521,138522),50.6),((138523,138523),48.07),((138524,138524),59.08),((138525,138525),55.54),((138526,138526),72.03),((138527,138527),55.48),((138528,138528),55),((138529,138529),79.44),((138530,138530),48.82),((138531,138531),43.45),((138532,138532),43.72),((138533,138533),59.24),((138534,138534),45.12),((138535,138535),55),((138536,138536),58.87),((138537,138537),50.17),((138538,138538),58.12),((138539,138539),54.89),((138540,138540),46.41),((138541,138541),59.19),((138542,138543),42.54),((138544,138544),47.27),((138545,138546),40.71),((138547,138547),47.59),((138548,138548),48.45),((138549,138549),21.97),((138550,138550),27.12),((138551,138551),50.38),((138552,138552),40.82),((138553,138553),59.4),((138554,138554),50.86),((138555,138555),48.5),((138556,138556),45.98),((138557,138557),36.95),((138558,138558),36.47),((138559,138559),45.06),((138560,138560),39.85),((138561,138561),49.84),((138562,138562),60.91),((138563,138564),30.08),((138565,138565),34.54),((138566,138566),42.92),((138567,138567),34.05),((138568,138568),34.21),((138569,138570),28.2),((138571,138572),26.59),((138573,138573),33.09),((138574,138574),17.99),((138575,138575),34.7),((138576,138576),53.76),((138577,138577),30.99),((138578,138578),31.69),((138579,138579),28.14),((138580,138581),31.69),((138582,138582),34.21),((138583,138583),21.05),((138584,138584),36.04),((138585,138585),33.62),((138586,138586),53.76),((138587,138587),32.33),((138588,138588),35.07),((138589,138589),31.04),((138590,138590),29.17),((138591,138591),29.81),((138592,138592),36.79),((138593,138593),31.04),((138594,138594),17.99),((138595,138595),25.24),((138596,138596),36.04),((138597,138597),32.33),((138598,138598),31.04),((138599,138599),29.17),((138600,138600),32.55),((138601,138601),36.79),((138602,138602),31.04),((138603,138603),83.68),((138604,138605),55),((138606,138606),36.63),((138607,138607),85.56),((138608,138609),55),((138610,138611),36.63),((138612,138612),42.81),((138613,138613),30.56),((138614,138614),48.82),((138615,138615),55),((138616,138616),35.56),((138617,138617),51.83),((138618,138618),84.27),((138619,138619),30.56),((138620,138620),29.59),((138621,138621),55),((138622,138622),59.08),((138623,138623),60.37),((138624,138625),55),((138626,138626),36.63),((138627,138627),65.63),((138628,138628),55),((138629,138629),30.56),((138630,138630),85.56),((138631,138632),55),((138633,138633),36.63),((138634,138634),42.81),((138635,138635),46.67),((138636,138637),55),((138638,138639),48.82),((138640,138640),57.52),((138641,138641),55),((138642,138642),48.82),((138643,138644),46.19),((138645,138645),48.82),((138646,138646),30.56),((138647,138647),48.82),((138648,138648),48.34),((138649,138649),55),((138650,138650),48.82),((138651,138651),34.54),((138652,138653),28.14),((138654,138654),31.64),((138655,138655),26.59),((138656,138657),22.93),((138658,138658),29.27),((138659,138659),35.34),((138660,138660),17.99),((138661,138661),20.03),((138662,138663),18.1),((138664,138664),21.22),((138665,138666),17.99),((138667,138667),29.76),((138668,138668),49.25),((138669,138669),53.76),((138670,138671),36.04),((138672,138672),35.4),((138673,138673),31.69),((138674,138674),35.29),((138675,138675),23.36),((138676,138676),23.69),((138677,138677),21.05),((138678,138678),36.04),((138679,138679),34.86),((138680,138680),35.77),((138681,138681),31.96),((138682,138682),32.33),((138683,138684),30.13),((138685,138685),33.41),((138686,138686),29.22),((138687,138687),29.65),((138688,138698),0),((138699,138700),57.47),((138701,138701),47.53),((138702,138702),40.82),((138703,138703),43.18),((138704,138706),79.44),((138707,138707),59.89),((138708,138708),58.33),((138709,138709),59.3),((138710,138710),53.44),((138711,138711),45.87),((138712,138713),47.75),((138714,138714),79.44),((138715,138715),44.15),((138716,138716),45.6),((138717,138717),33.19),((138718,138718),42.38),((138719,138719),46.78),((138720,138720),45.44),((138721,138721),44.04),((138722,138722),42.97),((138723,138723),46.84),((138724,138724),44.69),((138725,138725),41.68),((138726,138726),45.33),((138727,138749),79.44),((138750,138751),0),((138752,138752),79.44),((138753,138753),48.82),((138754,138754),73.37),((138755,138755),55),((138756,138756),75.41),((138757,138757),68.54),((138758,138758),73.37),((138759,138759),55),((138760,138760),76.81),((138761,138761),57.31),((138762,138762),79.44),((138763,138763),55),((138764,138764),84.76),((138765,138765),68.54),((138766,138766),79.44),((138767,138767),55),((138768,138768),79.44),((138769,138769),55),((138770,138770),79.44),((138771,138771),55),((138772,138772),69.56),((138773,138773),65.53),((138774,138774),69.56),((138775,138775),65.53),((138776,138776),67.19),((138777,138777),48.82),((138778,138778),67.19),((138779,138779),48.82),((138780,138780),67.19),((138781,138781),48.82),((138782,138782),61.18),((138783,138783),36.63),((138784,138784),79.44),((138785,138785),55),((138786,138786),79.44),((138787,138787),55),((138788,138788),82.66),((138789,138789),69.61),((138790,138790),79.44),((138791,138791),55),((138792,138792),79.44),((138793,138793),55),((138794,138794),79.44),((138795,138795),55),((138796,138796),36.63),((138797,138797),30.56),((138798,138798),46.3),((138799,138799),30.19),((138800,138800),76.22),((138801,138801),65.1),((138802,138802),76.22),((138803,138803),65.1),((138804,138804),79.44),((138805,138805),55),((138806,138806),61.23),((138807,138807),30.19),((138808,138808),67.19),((138809,138809),30.56),((138810,138810),67.19),((138811,138811),30.56),((138812,138812),67.19),((138813,138813),30.56),((138814,138814),92.71),((138815,138815),106.99),((138816,138816),97.81),((138817,138817),85.56),((138818,138818),92.71),((138819,138819),106.99),((138820,138820),79.44),((138821,138821),55),((138822,138822),82.29),((138823,138823),69.61),((138824,138824),79.44),((138825,138825),55),((138826,138826),79.44),((138827,138827),55),((138828,138828),86.58),((138829,138829),66.76),((138830,138830),79.44),((138831,138831),55),((138832,138832),86.58),((138833,138833),66.76),((138834,138834),86.58),((138835,138835),66.76),((138836,138836),66.33),((138837,138837),68.54),((138838,138838),61.18),((138839,138839),55),((138840,138840),73.37),((138841,138841),36.63),((138842,138842),76.48),((138843,138843),46.94),((138844,138844),73.37),((138845,138845),36.63),((138846,138846),73.37),((138847,138847),36.63),((138848,138848),61.18),((138849,138849),42.81),((138850,138850),75.2),((138851,138851),57.31),((138852,138852),61.18),((138853,138853),42.81),((138854,138854),61.18),((138855,138855),42.81),((138856,138856),61.18),((138857,138857),42.81),((138858,138858),67.19),((138859,138859),30.56),((138860,138860),67.78),((138861,138861),43.34),((138862,138862),67.19),((138863,138863),30.56),((138864,138864),67.19),((138865,138865),30.56),((138866,138866),79.44),((138867,138867),55),((138868,138868),79.44),((138869,138869),55),((138870,138870),79.44),((138871,138871),55),((138872,138872),80.51),((138873,138873),69.61),((138874,138874),79.44),((138875,138875),55),((138876,138876),75.2),((138877,138877),65.1),((138878,138878),75.2),((138879,138879),65.1),((138880,138880),108.76),((138881,138881),90.02),((138882,138882),108.76),((138883,138883),90.02),((138884,138884),108.76),((138885,138885),90.02),((138886,138886),103.82),((138887,138887),79.44),((138888,138888),108.76),((138889,138889),90.02),((138890,138890),79.44),((138891,138891),55),((138892,138892),79.44),((138893,138893),55),((138894,138894),79.44),((138895,138895),55),((138896,138896),67.19),((138897,138897),48.82),((138898,138898),75.36),((138899,138899),57.79),((138900,138900),67.19),((138901,138901),48.82),((138902,138902),55),((138903,138903),30.56),((138904,138904),79.44),((138905,138905),55),((138906,138906),48.82),((138907,138907),30.56),((138908,138908),46.57),((138909,138909),46.46),((138910,138910),74.55),((138911,138911),54.84),((138912,138912),75.2),((138913,138913),66.06),((138914,138914),75.2),((138915,138915),66.06),((138916,138916),75.2),((138917,138917),66.06),((138918,138918),75.2),((138919,138919),66.06),((138920,138920),75.2),((138921,138921),66.06),((138922,138922),75.2),((138923,138923),66.06),((138924,138924),75.2),((138925,138925),66.06),((138926,138926),75.2),((138927,138927),66.06),((138928,138928),75.2),((138929,138929),66.06),((138930,138930),75.2),((138931,138931),66.06),((138932,138932),75.2),((138933,138933),66.06),((138934,138934),75.2),((138935,138935),66.06),((138936,138936),69.56),((138937,138937),65.53),((138938,138938),69.56),((138939,138939),65.53),((138940,138940),69.56),((138941,138941),65.53),((138942,138942),69.56),((138943,138943),65.53),((138944,138944),69.56),((138945,138945),65.53),((138946,138946),69.56),((138947,138947),65.53),((138948,138948),69.56),((138949,138949),65.53),((138950,138950),69.56),((138951,138951),65.53),((138952,138952),46.3),((138953,138953),30.19),((138954,138954),46.3),((138955,138955),30.19),((138956,138956),86.58),((138957,138957),66.76),((138958,138958),86.58),((138959,138959),66.76),((138960,138960),86.58),((138961,138961),66.76),((138962,138962),86.58),((138963,138963),66.76),((138964,138964),86.58),((138965,138965),66.76),((138966,138966),86.58),((138967,138967),66.76),((138968,138968),86.58),((138969,138969),66.76),((138970,138970),88.73),((138971,138971),66.76),((138972,138972),88.73),((138973,138973),66.76),((138974,138974),88.73),((138975,138975),66.76),((138976,138976),88.73),((138977,138977),66.76),((138978,138978),88.73),((138979,138979),66.76),((138980,138980),80.51),((138981,138981),69.61),((138982,138982),80.51),((138983,138983),69.61),((138984,138984),83.2),((138985,138985),72.56),((138986,138986),83.2),((138987,138987),72.56),((138988,138988),83.2),((138989,138989),72.56),((138990,138990),83.2),((138991,138991),72.56),((138992,138992),83.2),((138993,138993),72.56),((138994,138994),67.68),((138995,138995),65.1),((138996,138996),67.68),((138997,138997),65.1),((138998,138998),67.68),((138999,138999),65.1),((139000,139000),67.68),((139001,139001),65.1),((139002,139002),102.96),((139003,139003),64.83),((139004,139004),55.7),((139005,139005),48.93),((139006,139007),50.43),((139008,139015),57.63),((139016,139017),79.44),((139018,139023),87.01),((139024,139029),46.19),((139030,139031),79.44),((139032,139033),82.29),((139034,139037),99.47),((139038,139039),79.44),((139040,139047),57.52),((139048,139049),94.53),((139050,139055),111.72),((139056,139063),29.59),((139064,139065),51.72),((139066,139071),68.91),((139072,139077),55),((139078,139079),79.44),((139080,139081),87.01),((139082,139083),109.57),((139084,139085),98.83),((139086,139087),79.44),((139088,139095),54.46),((139096,139096),79.44),((139097,139097),94.53),((139098,139098),79.44),((139099,139099),112.26),((139100,139100),79.44),((139101,139101),112.26),((139102,139102),79.44),((139103,139103),112.26),((139104,139111),72.4),((139112,139113),89.32),((139114,139115),109.73),((139116,139119),102.21),((139120,139121),68.54),((139122,139123),56.4),((139124,139125),69.61),((139126,139127),30.19),((139128,139129),66.76),((139130,139131),69.45),((139132,139133),89.48),((139134,139135),79.44),((139136,139143),57.63),((139144,139145),79.44),((139146,139151),87.01),((139152,139159),57.52),((139160,139161),94.53),((139162,139167),111.72),((139168,139175),72.4),((139176,139177),89.32),((139178,139179),109.73),((139180,139183),102.21),((139184,139188),57.63),((139189,139189),79.44),((139190,139191),57.63),((139192,139193),79.44),((139194,139195),75.2),((139196,139196),79.44),((139197,139197),36.63),((139198,139198),30.19),((139199,139201),36.63),((139202,139204),57.52),((139205,139205),79.44),((139206,139207),57.52),((139208,139208),69.56),((139209,139209),82.61),((139210,139210),82.66),((139211,139211),95.71),((139212,139212),79.44),((139213,139215),36.63),((139216,139217),29.59),((139218,139219),30.19),((139220,139221),79.44),((139222,139223),29.59),((139224,139225),36.63),((139226,139226),46.3),((139227,139227),59.35),((139228,139228),79.44),((139229,139231),36.63),((139232,139233),54.46),((139234,139235),69.45),((139236,139237),54.89),((139238,139239),54.46),((139240,139241),79.44),((139242,139242),67.68),((139243,139243),82.88),((139244,139244),76.27),((139245,139247),69.93),((139248,139249),79.44),((139250,139252),72.4),((139253,139253),79.44),((139254,139255),72.4),((139256,139256),86.58),((139257,139257),96.89),((139258,139258),90.02),((139259,139259),99.85),((139260,139260),81.75),((139261,139261),69.93),((139262,139262),36.63),((139263,139263),79.44),((139264,139264),55),((139265,139265),110),((139266,139266),55),((139267,139267),110),((139268,139268),36.67),((139269,139269),27.5),((139270,139270),18.33),((139271,139271),69.93),((139272,139272),40.01),((139273,139273),22),((139274,139274),6.88),((139275,139279),0),((139280,139281),63.65),((139282,139283),69.93),((139284,139285),110),((139286,139286),30.88),((139287,139287),69.93),((139288,139291),29.54),((139292,139295),50.49),((139296,139297),69.93),((139298,139298),60),((139299,139299),51.67),((139300,139300),36.68),((139301,139301),73.32),((139302,139302),90.02),((139303,139303),34.8),((139304,139310),0),((139311,139311),19.34),((139312,139312),167.36),((139313,139313),149.1),((139314,139314),39.75),((139315,139316),61.28),((139317,139317),35.77),((139318,139318),59.62),((139319,139319),83.47),((139320,139320),38.78),((139321,139322),49.95),((139323,139323),79.49),((139324,139324),68.7),((139325,139325),46.41),((139326,139326),69.93),((139327,139328),55),((139329,139329),51.13),((139330,139330),100.22),((139331,139331),35.77),((139332,139332),39.75),((139333,139334),35.77),((139335,139335),88.78),((139336,139337),77.72),((139338,139339),69.56),((139340,139340),59.62),((139341,139341),59.67),((139342,139342),53.01),((139343,139343),34.8),((139344,139344),55),((139345,139345),53.01),((139346,139346),60.59),((139347,139347),110),((139348,139348),55),((139349,139349),76.69),((139350,139350),65.28),((139351,139351),107.15),((139352,139353),65.28),((139354,139354),110),((139355,139355),65.28),((139356,139356),76.8),((139357,139357),110),((139358,139358),30.56),((139359,139359),24.44),((139360,139375),0),((139376,139376),46.41),((139377,139377),23.85),((139378,139379),79.44),((139380,139381),59.62),((139382,139382),46.41),((139383,139384),59.62),((139385,139388),46.41),((139389,139390),24.81),((139391,139391),60),((139392,139404),46.41),((139405,139406),24.81),((139407,139407),79.44),((139408,139408),30.08),((139409,139409),28.2),((139410,139410),31.69),((139411,139411),31.9),((139412,139412),28.2),((139413,139423),79.44),((139424,139424),69.93),((139425,139426),76.81),((139427,139428),69.93),((139429,139429),106.99),((139430,139430),82.29),((139431,139431),127.99),((139432,139432),128.32),((139433,139433),108.76),((139434,139434),91.85),((139435,139435),68.54),((139436,139436),69.93),((139437,139437),76.22),((139438,139438),67.78),((139439,139439),110),((139440,139440),57.31),((139441,139441),66.33),((139442,139442),85.29),((139443,139444),75.2),((139445,139445),76.81),((139446,139446),74.44),((139447,139447),80.3),((139448,139448),62.15),((139449,139449),66),((139450,139450),61.18),((139451,139451),91.42),((139452,139453),62.15),((139454,139455),61.12),((139456,139471),79.44),((139472,139473),66.01),((139474,139474),51.7),((139475,139475),66.01),((139476,139477),77.02),((139478,139479),66.01),((139480,139480),95.15),((139481,139484),66.01),((139485,139485),117.41),((139486,139486),110),((139487,139487),95.15),((139488,139488),98.99),((139489,139489),77.02),((139490,139490),79.44),((139491,139491),110),((139492,139495),0),((139496,139496),56.88),((139497,139497),67.73),((139498,139498),87.33),((139499,139504),0),((139505,139519),79.44),((139520,139521),82.5),((139522,139522),80.71),((139523,139523),108.76),((139524,139524),70.43),((139525,139525),118.38),((139526,139526),82.5),((139527,139527),55.11),((139528,139528),66.28),((139529,139529),93.13),((139530,139530),110),((139531,139531),99.63),((139532,139532),108.66),((139533,139533),80.71),((139534,139534),55),((139535,139535),67.65),((139536,139536),75.68),((139537,139537),60.85),((139538,139538),77.88),((139539,139539),35.56),((139540,139540),85.56),((139541,139541),79.44),((139542,139542),128.91),((139543,139543),94.1),((139544,139544),81.43),((139545,139545),74.56),((139546,139546),86.97),((139547,139547),101.94),((139548,139548),87.44),((139549,139549),73.37),((139550,139550),69.56),((139551,139551),73.37),((139552,139552),124.13),((139553,139553),165.32),((139554,139554),107.42),((139555,139555),79.44),((139556,139556),67.19),((139557,139557),56.34),((139558,139558),90.02),((139559,139559),87.5),((139560,139560),76.81),((139561,139561),44.04),((139562,139562),76.22),((139563,139563),75.2),((139564,139564),101.94),((139565,139565),71.06),((139566,139566),78.96),((139567,139567),42.32),((139568,139568),67.68),((139569,139569),75.68),((139570,139570),72.99),((139571,139571),122.68),((139572,139572),44.63),((139573,139573),70.95),((139574,139574),61.93),((139575,139575),47),((139576,139576),55.11),((139577,139577),72.62),((139578,139578),102.7),((139579,139579),180.36),((139580,139580),74.03),((139581,139581),71.81),((139582,139582),63.33),((139583,139583),87.44),((139584,139584),80.51),((139585,139585),79.49),((139586,139587),58.65),((139588,139588),68.54),((139589,139589),88.84),((139590,139590),76.32),((139591,139591),67.35),((139592,139592),45.17),((139593,139593),46.51),((139594,139594),74.34),((139595,139595),76.7),((139596,139596),89.05),((139597,139597),97),((139598,139598),45.82),((139599,139599),79.44),((139600,139602),110),((139603,139604),82.5),((139605,139610),88.14),((139611,139614),110),((139615,139615),41.84),((139616,139616),31.69),((139617,139617),64.94),((139618,139618),92.11),((139619,139619),99.53),((139620,139620),71.87),((139621,139621),100.98),((139622,139622),133.42),((139623,139623),160.6),((139624,139624),95.87),((139625,139625),68.86),((139626,139626),93.78),((139627,139627),126.22),((139628,139628),58.65),((139629,139629),76.11),((139630,139630),82.39),((139631,139631),94.75),((139632,139632),31.8),((139633,139633),63.59),((139634,139634),90.13),((139635,139635),85.72),((139636,139636),56.93),((139637,139637),86.04),((139638,139638),117.84),((139639,139639),144.32),((139640,139640),91.85),((139641,139641),67.46),((139642,139642),91.63),((139643,139643),123.43),((139644,139644),31.8),((139645,139645),56.34),((139646,139646),69.23),((139647,139647),102.7),((139648,139648),114.46),((139649,139649),82.39),((139650,139650),114.46),((139651,139651),76.11),((139652,139652),48.82),((139653,139653),71.65),((139654,139654),62.09),((139655,139656),79.44),((139657,139657),110),((139658,139663),79.44),((139664,139664),110),((139665,139665),55),((139666,139666),110),((139667,139667),55),((139668,139668),110),((139669,139669),55),((139670,139675),110),((139676,139687),78.42),((139688,139688),55),((139689,139689),110),((139690,139690),108.66),((139691,139692),78.42),((139693,139693),89.43),((139694,139694),110),((139695,139695),78.42),((139696,139698),95.15),((139699,139699),110),((139700,139700),95.15),((139701,139701),110),((139702,139703),95.15),((139704,139705),110),((139706,139706),87.98),((139707,139707),96.25),((139708,139708),95.15),((139709,139711),78.42),((139712,139712),95.15),((139713,139715),78.42),((139716,139718),110),((139719,139722),78.42),((139723,139724),110),((139725,139725),96.8),((139726,139726),104.52),((139727,139727),95.59),((139728,139728),110),((139729,139729),95.15),((139730,139730),102.41),((139731,139731),95.15),((139732,139732),102.41),((139733,139739),78.42),((139740,139741),89.43),((139742,139743),70.95),((139744,139744),110),((139745,139745),70.95),((139746,139746),110),((139747,139747),70.95),((139748,139754),110),((139755,139758),67.03),((139759,139759),68.21),((139760,139760),95.15),((139761,139762),84.97),((139763,139763),67.03),((139764,139764),103.98),((139765,139765),86.21),((139766,139766),94.75),((139767,139768),92.17),((139769,139769),104.52),((139770,139771),97.54),((139772,139772),109.89),((139773,139774),98.02),((139775,139775),117.9),((139776,139776),69.34),((139777,139777),51.62),((139778,139778),69.93),((139779,139779),57.85),((139780,139780),58.81),((139781,139781),78.9),((139782,139782),79.98),((139783,139783),77.02),((139784,139784),63.38),((139785,139785),67.3),((139786,139786),56.02),((139787,139787),63.38),((139788,139788),64.78),((139789,139789),56.02),((139790,139790),57.42),((139791,139791),90.02),((139792,139792),87.5),((139793,139793),79.98),((139794,139794),90.02),((139795,139795),87.5),((139796,139796),65.85),((139797,139797),39.75),((139798,139798),87.5),((139799,139799),57.58),((139800,139800),39.05),((139801,139801),40.01),((139802,139802),90.02),((139803,139803),82.34),((139804,139804),79.65),((139805,139805),57.04),((139806,139806),110),((139807,139807),107.69),((139808,139808),65.74),((139809,139809),66.06),((139810,139810),66.6),((139811,139811),27.45),((139812,139812),51.99),((139813,139813),38.03),((139814,139814),57.79),((139815,139816),65.31),((139817,139817),79.44),((139818,139818),58.38),((139819,139819),69.93),((139820,139820),100.6),((139821,139821),123.64),((139822,139822),74.55),((139823,139823),101.62),((139824,139824),128.26),((139825,139825),65.8),((139826,139826),69.13),((139827,139827),65.69),((139828,139828),66.39),((139829,139829),65.69),((139830,139830),37.01),((139831,139831),63.33),((139832,139832),61.88),((139833,139833),63.33),((139834,139834),63.75),((139835,139835),61.55),((139836,139837),60.48),((139838,139838),59.73),((139839,139839),64.18),((139840,139840),42.92),((139841,139841),63.16),((139842,139842),63.75),((139843,139843),64.29),((139844,139844),73.8),((139845,139845),76.59),((139846,139846),69.23),((139847,139847),67.25),((139848,139848),90.02),((139849,139849),60.37),((139850,139850),66.39),((139851,139851),73.8),((139852,139852),59.73),((139853,139853),66.33),((139854,139854),65.69),((139855,139855),65.21),((139856,139856),61.61),((139857,139857),70.2),((139858,139859),69.56),((139860,139861),84),((139862,139862),63.65),((139863,139863),65.53),((139864,139864),64.78),((139865,139865),66.87),((139866,139866),68.11),((139867,139867),71.06),((139868,139868),69.99),((139869,139869),61.93),((139870,139870),63.22),((139871,139871),64.88),((139872,139873),90.02),((139874,139874),62.04),((139875,139875),65.21),((139876,139877),90.02),((139878,139878),63.22),((139879,139879),62.04),((139880,139880),68.43),((139881,139881),64.83),((139882,139882),80.67),((139883,139883),77.13),((139884,139884),39.37),((139885,139885),60.85),((139886,139887),62.04),((139888,139889),60.37),((139890,139890),62.04),((139891,139891),62.41),((139892,139892),64.13),((139893,139893),63.86),((139894,139895),66.6),((139896,139896),61.66),((139897,139897),63.43),((139898,139898),62.41),((139899,139899),63.59),((139900,139900),65.58),((139901,139901),63.59),((139902,139902),64.4),((139903,139903),64.02),((139904,139904),66.76),((139905,139905),63.65),((139906,139907),69.5),((139908,139908),70.84),((139909,139909),69.45),((139910,139911),72.94),((139912,139912),73.37),((139913,139913),71.44),((139914,139915),61.82),((139916,139917),63.97),((139918,139918),66.98),((139919,139920),71.92),((139921,139922),71.65),((139923,139924),67.19),((139925,139925),79.6),((139926,139926),81.96),((139927,139927),78.26),((139928,139928),79.44),((139929,139929),83.2),((139930,139930),80.89),((139931,139931),78.96),((139932,139932),83.74),((139933,139933),83.14),((139934,139934),86.21),((139935,139935),83.63),((139936,139936),80.62),((139937,139937),78.74),((139938,139941),82.55),((139942,139942),36.31),((139943,139943),36.68),((139944,139944),68.59),((139945,139945),80.19),((139946,139946),68.54),((139947,139947),83.09),((139948,139948),85.35),((139949,139949),85.56),((139950,139950),96.14),((139951,139951),91.95),((139952,139953),69.56),((139954,139955),81.53),((139956,139957),77.29),((139958,139959),80.83),((139960,139960),65.53),((139961,139961),75.14),((139962,139962),52.8),((139963,139964),76.59),((139965,139965),74.17),((139966,139966),81.59),((139967,139967),69.39),((139968,139969),73.8),((139970,139971),70.47),((139972,139972),41.89),((139973,139973),48.5),((139974,139974),49.31),((139975,139975),69.45),((139976,139976),84.97),((139977,139978),81.43),((139979,139980),79.6),((139981,139981),64.29),((139982,139983),69.82),((139984,139985),71.33),((139986,139987),62.63),((139988,139988),60.37),((139989,139989),67.51),((139990,139991),66.33),((139992,139993),106.46),((139994,139995),71.6),((139996,139997),71.06),((139998,139999),73.58),((140000,140000),73.26),((140001,140001),72.13),((140002,140002),75.46),((140003,140003),72.99),((140004,140004),73.8),((140005,140005),74.07),((140006,140006),74.39),((140007,140007),75.46),((140008,140008),79.06),((140009,140009),75.73),((140010,140010),82.34),((140011,140011),84.22),((140012,140012),84.86),((140013,140013),85.4),((140014,140014),45.17),((140015,140015),110),((140016,140016),101.19),((140017,140017),103.34),((140018,140018),71.49),((140019,140019),63.38),((140020,140020),56.02),((140021,140022),63.38),((140023,140023),56.02),((140024,140024),63.38),((140025,140025),69.5),((140026,140026),71.49),((140027,140027),63.38),((140028,140028),56.02),((140029,140029),63.38),((140030,140030),56.02),((140031,140031),57.85),((140032,140032),60.37),((140033,140033),66.92),((140034,140034),66.01),((140035,140035),87.44),((140036,140036),60.37),((140037,140037),87.44),((140038,140038),73.04),((140039,140039),110),((140040,140043),49.41),((140044,140047),60.37),((140048,140048),62.04),((140049,140049),60.37),((140050,140050),110),((140051,140051),87.98),((140052,140052),95.15),((140053,140054),60.37),((140055,140055),71.49),((140056,140056),110),((140057,140057),60.37),((140058,140059),110),((140060,140063),60.37),((140064,140065),66.44),((140066,140067),95.15),((140068,140068),87.44),((140069,140069),110),((140070,140070),133.53),((140071,140072),110),((140073,140074),95.15),((140075,140075),133.53),((140076,140085),60.37),((140086,140086),96.25),((140087,140092),66.01),((140093,140093),110),((140094,140154),66.01),((140155,140155),73.64),((140156,140156),103.02),((140157,140157),34.8),((140158,140158),103.29),((140159,140159),40.82),((140160,140160),81.43),((140161,140162),109.73),((140163,140163),106.62),((140164,140164),86.31),((140165,140165),75.2),((140166,140166),74.23),((140167,140168),110),((140169,140170),74.55),((140171,140171),110),((140172,140172),88.84),((140173,140173),86.47),((140174,140174),82.18),((140175,140179),72.4),((140180,140180),81.69),((140181,140181),66.01),((140182,140182),51.88),((140183,140184),86.74),((140185,140186),89.7),((140187,140205),110),((140206,140206),135.08),((140207,140207),57.79),((140208,140209),110),((140210,140211),163.66),((140212,140213),67.73),((140214,140214),79.6),((140215,140215),70.74),((140216,140221),55.38),((140222,140236),110),((140237,140237),109.73),((140238,140238),110),((140239,140239),94.26),((140240,140240),56.21),((140241,140241),59.57),((140242,140243),59.67),((140244,140245),113.38),((140246,140246),105.38),((140247,140249),107.31),((140250,140251),110),((140252,140255),67.89),((140256,140256),67.73),((140257,140257),110),((140258,140258),125.84),((140259,140259),100.1),((140260,140260),120.34),((140261,140261),111.98),((140262,140262),101.86),((140263,140263),87.78),((140264,140264),79.44),((140265,140275),110),((140276,140279),79.44),((140280,140282),110),((140283,140287),79.44),((140288,140319),110),((140320,140320),65.96),((140321,140321),110),((140322,140322),65.96),((140323,140323),34.8),((140324,140324),65.96),((140325,140325),87.07),((140326,140326),44.37),((140327,140351),79.44),((140352,140357),66.44),((140358,140361),82.5),((140362,140362),66.44),((140363,140383),79.44),((140384,140484),110),((140485,140485),94.1),((140486,140543),110),((140544,140544),77.93),((140545,140545),110),((140546,140546),77.93),((140547,140555),110),((140556,140556),77.93),((140557,140559),110),((140560,140560),77.93),((140561,140563),110),((140564,140564),77.93),((140565,140567),110),((140568,140568),77.93),((140569,140571),110),((140572,140572),77.93),((140573,140579),110),((140580,140580),77.93),((140581,140587),110),((140588,140588),77.93),((140589,140595),110),((140596,140596),77.93),((140597,140603),110),((140604,140604),77.93),((140605,140619),110),((140620,140623),66.01),((140624,140652),77.93),((140653,140660),110),((140661,140671),66.01),((140672,140672),77.93),((140673,140675),110),((140676,140676),77.93),((140677,140679),110),((140680,140680),77.93),((140681,140683),110),((140684,140684),77.93),((140685,140687),110),((140688,140690),77.93),((140691,140691),80.19),((140692,140693),110),((140694,140703),66.23),((140704,140705),66.44),((140706,140706),110),((140707,140713),95.15),((140714,140715),38.99),((140716,140716),110),((140717,140717),95.15),((140718,140720),66.01),((140721,140721),110),((140722,140722),108.87),((140723,140723),110),((140724,140724),60.59),((140725,140725),95.15),((140726,140726),96.79),((140727,140727),110),((140728,140729),58.33),((140730,140730),108.87),((140731,140731),66.01),((140732,140732),108.87),((140733,140733),110),((140734,140735),70.25),((140736,140736),110),((140737,140737),87.44),((140738,140738),49.95),((140739,140739),95.15),((140740,140740),108.87),((140741,140741),66.01),((140742,140742),79.49),((140743,140743),67.62),((140744,140744),95.15),((140745,140745),110),((140746,140746),90.02),((140747,140747),66.44),((140748,140748),65.37),((140749,140749),66.01),((140750,140750),110),((140751,140751),66.44),((140752,140755),110),((140756,140759),66.01),((140760,140761),66.44),((140762,140769),66.01),((140770,140773),110),((140774,140774),38.99),((140775,140782),66.01),((140783,140783),110),((140784,140794),66.23),((140795,140796),95.15),((140797,140798),110),((140799,140799),66.23),((140800,140806),110),((140807,140808),55),((140809,140809),110),((140810,140813),87.98),((140814,140814),110),((140815,140815),95.15),((140816,140818),91.31),((140819,140819),83.84),((140820,140824),110),((140825,140825),66.23),((140826,140827),105.6),((140828,140832),110),((140833,140833),66.01),((140834,140835),110),((140836,140836),63.81),((140837,140837),50.6),((140838,140838),110),((140839,140839),71.49),((140840,140840),48.82),((140841,140841),84.49),((140842,140842),110),((140843,140843),93.51),((140844,140844),74.44),((140845,140845),87.98),((140846,140846),110),((140847,140847),95.15),((140848,140855),98.99),((140856,140857),110),((140858,140858),112.31),((140859,140859),115.75),((140860,140860),100.82),((140861,140861),82.5),((140862,140862),97.32),((140863,140863),81.43),((140864,140864),82.5),((140865,140865),81.43),((140866,140866),82.5),((140867,140867),71.81),((140868,140868),53.93),((140869,140869),69.5),((140870,140870),85.78),((140871,140871),61.61),((140872,140895),110),((140896,140896),58.44),((140897,140898),110),((140899,140899),72.19),((140900,140900),110),((140901,140901),65.31),((140902,140902),56.13),((140903,140905),110),((140906,140906),55),((140907,140907),82.5),((140908,140910),110),((140911,140911),55),((140912,140913),66.23),((140914,140925),110),((140926,140926),66.23),((140927,140927),110),((140928,140939),66.23),((140940,140940),96.73),((140941,140941),94.91),((140942,140942),94.48),((140943,140943),98.56),((140944,140945),66.23),((140946,140951),110),((140952,140952),66.23),((140953,140953),110),((140954,140954),66.23),((140955,140956),110),((140957,140959),79.44),((140960,140961),110),((140962,140962),98.08),((140963,140963),98.67),((140964,140964),97.11),((140965,140965),72.6),((140966,140966),81.48),((140967,140967),101.57),((140968,140968),58.6),((140969,140969),101.19),((140970,140971),110),((140972,140972),69.07),((140973,140973),85.4),((140974,140974),116.07),((140975,140975),123),((140976,140977),110),((140978,140978),66.33),((140979,140988),79.44),((140989,140990),110),((140991,140995),79.44),((140996,140997),110),((140998,140999),79.44),((141000,141000),110),((141001,141005),79.44),((141006,141007),110),((141008,141008),79.44),((141009,141009),110),((141010,141010),79.44),((141011,141012),110),((141013,141025),79.44),((141026,141026),77),((141027,141032),79.44),((141033,141034),110),((141035,141039),79.44),((141040,141045),110),((141046,141046),79.44),((141047,141050),110),((141051,141052),79.44),((141053,141053),110),((141054,141056),79.44),((141057,141057),107.15),((141058,141058),105.7),((141059,141059),107.15),((141060,141060),107.8),((141061,141061),110),((141062,141062),86.8),((141063,141063),86.9),((141064,141064),87.01),((141065,141065),75.89),((141066,141069),110),((141070,141070),86.64),((141071,141071),102.64),((141072,141072),100.22),((141073,141073),103.93),((141074,141074),107.15),((141075,141075),84.06),((141076,141076),93.08),((141077,141077),83.84),((141078,141078),83.74),((141079,141079),62.79),((141080,141080),74.44),((141081,141081),83.95),((141082,141082),83.57),((141083,141083),83.47),((141084,141084),82.93),((141085,141085),54.36),((141086,141086),60.69),((141087,141087),59.08),((141088,141088),63.49),((141089,141089),76.11),((141090,141090),86.47),((141091,141092),86.69),((141093,141093),86.9),((141094,141094),87.23),((141095,141095),87.33),((141096,141096),110),((141097,141097),90.56),((141098,141098),86.8),((141099,141099),92.49),((141100,141100),90.56),((141101,141101),91.63),((141102,141102),89.75),((141103,141103),91.42),((141104,141104),101.51),((141105,141105),81.86),((141106,141106),79.55),((141107,141107),82.39),((141108,141108),86.9),((141109,141109),87.12),((141110,141110),76.43),((141111,141111),85.35),((141112,141112),84.49),((141113,141113),87.12),((141114,141114),83.47),((141115,141115),77.77),((141116,141116),77.88),((141117,141117),75.03),((141118,141118),77.13),((141119,141119),90.88),((141120,141120),89.64),((141121,141122),86.8),((141123,141123),77.77),((141124,141124),75.57),((141125,141125),76.54),((141126,141126),75.79),((141127,141127),86.47),((141128,141128),86.58),((141129,141129),78.42),((141130,141130),87.01),((141131,141131),86.37),((141132,141132),110),((141133,141133),96.04),((141134,141134),110),((141135,141136),83.84),((141137,141138),83.47),((141139,141141),110),((141142,141142),86.26),((141143,141143),110),((141144,141144),31.8),((141145,141145),30.45),((141146,141146),45.65),((141147,141148),43.13),((141149,141150),73.48),((141151,141152),79.44),((141153,141153),80.51),((141154,141155),59.83),((141156,141156),100.12),((141157,141157),73.37),((141158,141159),83.57),((141160,141161),42.92),((141162,141163),34.86),((141164,141165),30.35),((141166,141167),55.97),((141168,141169),45.12),((141170,141171),25.73),((141172,141173),36.74),((141174,141203),86.69),((141204,141204),98.34),((141205,141207),110),((141208,141208),82.29),((141209,141209),101.62),((141210,141210),82.29),((141211,141211),100.98),((141212,141212),101.94),((141213,141214),102.1),((141215,141215),91.74),((141216,141216),96.04),((141217,141217),91.09),((141218,141219),101.62),((141220,141220),100.87),((141221,141221),102.32),((141222,141222),102.43),((141223,141223),50.92),((141224,141224),97.11),((141225,141226),91.95),((141227,141228),95.39),((141229,141230),76.54),((141231,141231),96.14),((141232,141232),110),((141233,141233),96.14),((141234,141234),83.57),((141235,141235),104.04),((141236,141236),84.81),((141237,141237),95.18),((141238,141238),84.81),((141239,141239),97.7),((141240,141240),106.35),((141241,141241),97.7),((141242,141242),91.42),((141243,141243),96.04),((141244,141244),101.94),((141245,141245),106.72),((141246,141246),100.98),((141247,141247),110),((141248,141248),60.32),((141249,141249),104.31),((141250,141250),75.84),((141251,141252),62.09),((141253,141254),66.23),((141255,141255),68.16),((141256,141257),101.03),((141258,141258),37.44),((141259,141259),92.18),((141260,141260),35.75),((141261,141261),92.18),((141262,141263),79.44),((141264,141264),82.07),((141265,141265),68.16),((141266,141266),65.69),((141267,141268),59.67),((141269,141270),99.26),((141271,141271),122.62),((141272,141273),75.84),((141274,141274),95.66),((141275,141275),94.21),((141276,141276),116.02),((141277,141278),93.35),((141279,141279),43.61),((141280,141280),60.59),((141281,141281),76.97),((141282,141283),96.36),((141284,141285),104.09),((141286,141287),46.41),((141288,141289),40.23),((141290,141291),50.97),((141292,141293),53.68),((141294,141295),25.63),((141296,141297),108.01),((141298,141299),104.79),((141300,141300),137.07),((141301,141311),129.71),((141312,141567),75.2),((141568,141569),102.91),((141570,141571),95.23),((141572,141572),113.87),((141573,141573),102.91),((141574,141575),95.23),((141576,141577),52.53),((141578,141579),78.9),((141580,141583),97),((141584,141584),114.73),((141585,141585),92.17),((141586,141587),96.25),((141588,141589),95.12),((141590,141592),114.73),((141593,141596),95.12),((141597,141600),97),((141601,141602),82.07),((141603,141606),71.54),((141607,141607),85.72),((141608,141608),81.32),((141609,141609),85.72),((141610,141610),81.32),((141611,141612),76.75),((141613,141616),81.32),((141617,141618),85.72),((141619,141619),93.13),((141620,141621),110),((141622,141623),95.15),((141624,141624),44.85),((141625,141625),95.15),((141626,141629),88.89),((141630,141631),72.08),((141632,141633),83.9),((141634,141639),92.17),((141640,141640),101.3),((141641,141641),53.6),((141642,141643),92.17),((141644,141645),54.36),((141646,141646),92.17),((141647,141647),47.64),((141648,141648),92.17),((141649,141649),47.59),((141650,141651),94.85),((141652,141653),47.64),((141654,141655),94.85),((141656,141657),47.64),((141658,141659),95.93),((141660,141661),47.64),((141662,141663),95.93),((141664,141665),47.64),((141666,141669),95.15),((141670,141677),92.17),((141678,141679),78.53),((141680,141685),92.17),((141686,141686),79.49),((141687,141687),114.73),((141688,141688),79.49),((141689,141689),84.11),((141690,141690),101.3),((141691,141691),84.11),((141692,141693),61.18),((141694,141695),65.74),((141696,141696),40.12),((141697,141697),41.84),((141698,141698),34.48),((141699,141700),41.09),((141701,141702),49.2),((141703,141704),36.85),((141705,141706),43.45),((141707,141708),33.14),((141709,141712),32.98),((141713,141713),40.23),((141714,141714),40.44),((141715,141716),72.46),((141717,141718),76.48),((141719,141720),71.33),((141721,141721),24.81),((141722,141722),30.45),((141723,141723),65.31),((141724,141725),65.1),((141726,141726),72.67),((141727,141727),60.32),((141728,141729),65.31),((141730,141733),60.32),((141734,141735),82.82),((141736,141743),65.31),((141744,141748),77.34),((141749,141749),95.61),((141750,141750),77.02),((141751,141751),77.24),((141752,141752),79.44),((141753,141753),77.24),((141754,141754),77.29),((141755,141755),77.4),((141756,141761),77.24),((141762,141762),94.1),((141763,141763),96.09),((141764,141768),82.18),((141769,141769),87.55),((141770,141772),82.34),((141773,141773),103.82),((141774,141774),71.54),((141775,141776),83.36),((141777,141779),75.57),((141780,141781),71.65),((141782,141783),84.38),((141784,141785),30.45),((141786,141787),46.57),((141788,141788),70.09),((141789,141789),71.17),((141790,141790),70.09),((141791,141791),74.12),((141792,141792),82.18),((141793,141793),71.87),((141794,141794),75.09),((141795,141796),72.99),((141797,141797),73.05),((141798,141798),78.15),((141799,141799),69.88),((141800,141801),82.34),((141802,141802),78.9),((141803,141803),52.05),((141804,141805),98.88),((141806,141807),65.74),((141808,141809),77.93),((141810,141811),77.24),((141812,141812),90.02),((141813,141813),65.85),((141814,141814),63.38),((141815,141817),55.91),((141818,141819),74.34),((141820,141821),59.08),((141822,141823),52.05),((141824,141825),98.88),((141826,141826),99.15),((141827,141828),59.89),((141829,141830),65.47),((141831,141832),84.27),((141833,141833),73.26),((141834,141834),94.1),((141835,141835),71.76),((141836,141836),165.59),((141837,141839),67.25),((141840,141840),64.51),((141841,141841),80.08),((141842,141845),64.51),((141846,141846),67.25),((141847,141847),74.34),((141848,141850),67.25),((141851,141851),70.2),((141852,141852),67.89),((141853,141853),75.57),((141854,141854),43.45),((141855,141855),36.74),((141856,141856),89.16),((141857,141857),35.88),((141858,141859),59.46),((141860,141860),59.89),((141861,141861),59.46),((141862,141862),59.89),((141863,141863),71.22),((141864,141864),70.2),((141865,141866),59.94),((141867,141868),59.73),((141869,141870),83.68),((141871,141871),50.38),((141872,141872),58.17),((141873,141873),59.62),((141874,141874),57.36),((141875,141875),88.52),((141876,141877),78.58),((141878,141880),98.88),((141881,141883),82.34),((141884,141885),56.34),((141886,141886),36.74),((141887,141887),67.68),((141888,141893),59.89),((141894,141895),42.7),((141896,141897),59.62),((141898,141899),56.24),((141900,141901),81.26),((141902,141903),65.47),((141904,141904),81.26),((141905,141906),67.08),((141907,141908),71.7),((141909,141910),82.82),((141911,141912),71.7),((141913,141913),66.71),((141914,141915),71.7),((141916,141917),81.21),((141918,141920),67.08),((141921,141921),59.73),((141922,141923),67.08),((141924,141925),73.42),((141926,141929),59.62),((141930,141933),59.78),((141934,141934),53.33),((141935,141936),59.78),((141937,141938),59.73),((141939,141939),59.89),((141940,141940),93.3),((141941,141941),108.23),((141942,141942),160.27),((141943,141943),60),((141944,141944),65.47),((141945,141946),72.46),((141947,141948),56.34),((141949,141951),59.73),((141952,141952),59.83),((141953,141956),59.73),((141957,141958),59.78),((141959,141959),60.59),((141960,141960),62.73),((141961,141962),59.78),((141963,141964),59.73),((141965,141965),60.59),((141966,141966),60.26),((141967,141968),59.94),((141969,141975),59.73),((141976,141978),59.83),((141979,141980),59.73),((141981,141982),59.78),((141983,141983),60.69),((141984,141984),60.05),((141985,141986),75.14),((141987,141987),88.73),((141988,141988),59.89),((141989,141989),102.86),((141990,141993),67.46),((141994,141994),56.34),((141995,141995),57.63),((141996,141996),60.59),((141997,141997),61.12),((141998,141998),59.67),((141999,142001),60.8),((142002,142002),60.64),((142003,142006),60.8),((142007,142007),60.21),((142008,142008),60.26),((142009,142009),60.21),((142010,142010),60.26),((142011,142012),97.65),((142013,142014),62.09),((142015,142022),50.54),((142023,142026),60.05),((142027,142028),50.54),((142029,142030),104.84),((142031,142032),62.09),((142033,142034),61.98),((142035,142038),50.54),((142039,142040),93.51),((142041,142043),65.69),((142044,142044),67.14),((142045,142045),65.69),((142046,142046),43.18),((142047,142049),75.84),((142050,142050),75.46),((142051,142051),75.25),((142052,142052),75.46),((142053,142053),92.11),((142054,142054),75.41),((142055,142057),75.84),((142058,142059),76.22),((142060,142061),56.34),((142062,142062),34.43),((142063,142064),31.26),((142065,142065),32.87),((142066,142066),42.92),((142067,142067),59.78),((142068,142068),38.4),((142069,142069),52.58),((142070,142070),24.81),((142071,142072),106.78),((142073,142074),59.73),((142075,142075),54.84),((142076,142076),39.05),((142077,142077),45.17),((142078,142079),32.33),((142080,142083),66.17),((142084,142084),120.74),((142085,142087),110),((142088,142091),66.17),((142092,142092),120.74),((142093,142093),64.45),((142094,142097),66),((142098,142105),66.23),((142106,142108),110),((142109,142110),26.4),((142111,142114),100.1),((142115,142115),101.86),((142116,142116),132.77),((142117,142118),85.69),((142119,142120),59.84),((142121,142121),57.53),((142122,142123),39.27),((142124,142125),92.62),((142126,142127),65.56),((142128,142129),101.86),((142130,142130),132),((142131,142131),173.14),((142132,142134),101.86),((142135,142135),155.32),((142136,142148),101.86),((142149,142150),102.08),((142151,142156),101.86),((142157,142159),79.44),((142160,142160),110),((142161,142161),87.34),((142162,142162),77),((142163,142164),95.15),((142165,142165),110),((142166,142223),79.44),((142224,142225),135.71),((142226,142431),79.44),((142432,142432),67.19),((142433,142433),30.56),((142434,142434),67.19),((142435,142435),61.18),((142436,142436),73.37),((142437,142437),48.82),((142438,142438),30.56),((142439,142439),79.44),((142440,142440),55),((142441,142441),79.44),((142442,142442),55),((142443,142443),67.19),((142444,142444),48.82),((142445,142445),84.49),((142446,142446),102),((142447,142447),74.5),((142448,142448),98.77),((142449,142449),71.11),((142450,142450),116.18),((142451,142451),96.25),((142452,142452),51.88),((142453,142453),72.51),((142454,142454),55.48),((142455,142455),63.49),((142456,142456),75.79),((142457,142457),39.16),((142458,142458),62.04),((142459,142459),44.79),((142460,142460),33.73),((142461,142461),49.79),((142462,142462),64.51),((142463,142463),66.01),((142464,142719),79.44),((142720,142720),137.07),((142721,142721),119.61),((142722,142722),116.82),((142723,142723),97.22),((142724,142724),102.32),((142725,142725),100.17),((142726,142726),85.35),((142727,142727),86.96),((142728,142728),87.01),((142729,142729),101.57),((142730,142730),89.11),((142731,142731),101.14),((142732,142732),110.38),((142733,142733),108.76),((142734,142734),108.93),((142735,142735),149.96),((142736,142736),175.85),((142737,142737),89.97),((142738,142738),95.82),((142739,142739),117.73),((142740,142740),111.77),((142741,142741),81.05),((142742,142742),111.77),((142743,142751),79.44),((142752,142752),102.32),((142753,142753),120.15),((142754,142754),119.29),((142755,142755),102.32),((142756,142756),118.65),((142757,142758),102.32),((142759,142759),79.44),((142760,142762),85.35),((142763,142763),86.04),((142764,142764),85.35),((142765,142765),100.44),((142766,142766),86.96),((142767,142767),79.44),((142768,142772),124.02),((142773,142773),136.64),((142774,142774),124.02),((142775,142775),79.44),((142776,142776),170.69),((142777,142777),172.95),((142778,142778),172.52),((142779,142779),171.23),((142780,142780),203.56),((142781,142781),166.67),((142782,142782),168.81),((142783,142783),79.44),((142784,142790),93.56),((142791,142791),79.44),((142792,142792),79.22),((142793,142793),101.73),((142794,142794),101.35),((142795,142795),79.22),((142796,142796),100.76),((142797,142798),79.22),((142799,142799),79.44),((142800,142800),98.4),((142801,142801),120.9),((142802,142802),120.58),((142803,142803),98.4),((142804,142804),119.94),((142805,142806),98.4),((142807,142807),79.44),((142808,142808),64.18),((142809,142809),91.68),((142810,142810),66.66),((142811,142811),70.09),((142812,142812),66.06),((142813,142813),88.35),((142814,142814),64.18),((142815,142815),79.44),((142816,142847),0),((142848,142848),26.16),((142849,142849),26.72),((142850,142851),19),((142852,142852),22.36),((142853,142853),22.25),((142854,142854),41.7),((142855,142855),42.14),((142856,142856),33.54),((142857,142858),32.64),((142859,142859),38.9),((142860,142861),25.71),((142862,142862),110.56),((142863,142863),132.58),((142864,142865),128.45),((142866,142866),17.22),((142867,142867),60.59),((142868,142869),77.36),((142870,142870),66.29),((142871,142871),36.63),((142872,142872),62.52),((142873,142873),79.44),((142874,142874),41.68),((142875,142875),73.32),((142876,142877),25.71),((142878,142879),73.32),((142880,142881),47.05),((142882,142885),49.15),((142886,142887),74.01),((142888,142889),69.39),((142890,142892),76.05),((142893,142893),73.32),((142894,142894),62.52),((142895,142895),25.83),((142896,142896),37.49),((142897,142975),79.44),((142976,143001),110),((143002,143002),79.44),((143003,143091),110),((143092,143103),79.44),((143104,143317),110),((143318,143343),79.44),((143344,143355),110),((143356,143359),79.44),((143360,143405),110),((143406,143407),176.01),((143408,143422),110),((143423,143423),55),((143424,143424),79.44),((143425,143510),110),((143511,143512),79.44),((143513,143514),0),((143515,143615),110),((143616,143620),79.44),((143621,143660),110),((143661,143664),79.44),((143665,143715),95.15),((143716,143716),93.06),((143717,143758),95.15),((143759,143759),79.44),((143760,143799),110),((143800,143807),79.44),((143808,143823),110),((143824,143855),79.44),((143856,143871),110),((143872,143899),95.15),((143900,143900),93.61),((143901,143903),79.44),((143904,143951),110),((143952,143952),79.44),((143953,143967),110),((143968,143995),95.15),((143996,143998),79.44),((143999,143999),93.06),((144000,144075),110),((144076,144079),79.44),((144080,144126),110),((144127,144127),79.44),((144128,144246),110),((144247,144250),79.44),((144251,144255),110),((144256,144260),95.15),((144261,144265),110),((144266,144268),95.15),((144269,144272),110),((144273,144277),95.15),((144278,144280),110),((144281,144282),95.15),((144283,144294),110),((144295,144303),95.15),((144304,144307),110),((144308,144321),95.15),((144322,144322),110),((144323,144323),95.15),((144324,144324),110),((144325,144326),95.15),((144327,144327),93.06),((144328,144328),110),((144329,144330),95.15),((144331,144334),110),((144335,144336),95.15),((144337,144338),110),((144339,144339),95.15),((144340,144341),110),((144342,144342),95.15),((144343,144346),110),((144347,144349),95.15),((144350,144351),79.44),((144352,144382),110),((144383,144383),79.44),((144384,150965),110),((150966,150975),79.44),((150976,151039),96.73),((151040,171970),110),((171971,171971),79.44),((171972,171972),110),((171973,171973),79.44),((171974,171979),110),((171980,171980),79.44),((171981,171983),110),((171984,172031),79.44),((172032,172032),64.46),((172033,172033),63.36),((172034,172034),64.02),((172035,172035),65.34),((172036,172036),66.22),((172037,172038),64.24),((172039,172039),61.82),((172040,172040),62.48),((172041,172042),58.52),((172043,172043),66),((172044,172045),56.76),((172046,172046),64.46),((172047,172047),62.7),((172048,172050),65.56),((172051,172052),62.92),((172053,172053),63.8),((172054,172054),63.58),((172055,172056),58.08),((172057,172057),56.54),((172058,172058),64.9),((172059,172059),66),((172060,172060),65.78),((172061,172061),60.5),((172062,172062),56.54),((172063,172064),62.92),((172065,172065),66.66),((172066,172067),54.78),((172068,172068),59.62),((172069,172070),64.9),((172071,172071),64.68),((172072,172072),61.16),((172073,172074),63.58),((172075,172075),60.94),((172076,172076),65.78),((172077,172078),61.6),((172079,172079),54.56),((172080,172080),64.46),((172081,172082),64.68),((172083,172085),61.38),((172086,172086),65.34),((172087,172087),65.56),((172088,172088),66.44),((172089,172089),63.58),((172090,172090),63.8),((172091,172091),60.94),((172092,172092),63.36),((172093,172093),63.14),((172094,172094),66.66),((172095,172095),54.56),((172096,172096),58.74),((172097,172097),58.96),((172098,172098),58.08),((172099,172099),56.76),((172100,172101),56.54),((172102,172103),64.46),((172104,172104),64.68),((172105,172105),59.62),((172106,172106),52.58),((172107,172108),56.1),((172109,172109),65.78),((172110,172111),63.8),((172112,172112),66),((172113,172114),57.86),((172115,172117),64.02),((172118,172118),65.12),((172119,172119),67.32),((172120,172120),67.1),((172121,172121),63.36),((172122,172122),64.46),((172123,172124),66.66),((172125,172125),62.92),((172126,172126),67.1),((172127,172128),65.78),((172129,172129),64.68),((172130,172130),55.88),((172131,172131),55.66),((172132,172132),58.74),((172133,172133),62.92),((172134,172134),62.48),((172135,172135),62.26),((172136,172136),64.02),((172137,172137),61.16),((172138,172138),60.94),((172139,172139),65.12),((172140,172140),63.58),((172141,172141),63.8),((172142,172142),63.58),((172143,172143),61.82),((172144,172145),62.26),((172146,172146),66),((172147,172147),60.5),((172148,172148),60.28),((172149,172149),63.58),((172150,172150),60.06),((172151,172152),64.68),((172153,172153),61.16),((172154,172154),66.66),((172155,172155),66.88),((172156,172157),64.24),((172158,172159),62.04),((172160,172160),55.55),((172161,172161),60.39),((172162,172163),64.24),((172164,172164),64.46),((172165,172165),62.7),((172166,172167),64.46),((172168,172168),62.48),((172169,172170),66.11),((172171,172171),59.4),((172172,172173),58.08),((172174,172174),65.56),((172175,172175),61.16),((172176,172176),61.38),((172177,172180),64.9),((172181,172182),65.89),((172183,172183),56.87),((172184,172184),66.55),((172185,172186),64.02),((172187,172187),64.79),((172188,172189),67.21),((172190,172190),60.06),((172191,172191),64.24),((172192,172192),65.89),((172193,172193),65.78),((172194,172194),62.7),((172195,172195),61.38),((172196,172197),52.91),((172198,172198),64.46),((172199,172200),64.35),((172201,172202),62.59),((172203,172203),51.7),((172204,172205),65.23),((172206,172206),64.79),((172207,172208),66.22),((172209,172209),63.25),((172210,172211),63.91),((172212,172212),64.68),((172213,172213),64.46),((172214,172215),66.99),((172216,172216),64.68),((172217,172217),56.65),((172218,172218),64.57),((172219,172219),64.68),((172220,172220),65.67),((172221,172221),66.22),((172222,172223),66.11),((172224,172224),58.3),((172225,172226),66.22),((172227,172227),61.38),((172228,172228),62.7),((172229,172229),62.59),((172230,172230),61.71),((172231,172232),64.46),((172233,172233),59.73),((172234,172235),63.58),((172236,172236),64.13),((172237,172237),63.36),((172238,172238),63.47),((172239,172239),63.58),((172240,172240),59.51),((172241,172241),67.87),((172242,172243),60.5),((172244,172244),62.59),((172245,172246),57.2),((172247,172247),64.24),((172248,172248),57.31),((172249,172250),65.56),((172251,172251),63.91),((172252,172253),59.73),((172254,172254),62.7),((172255,172256),66.55),((172257,172257),63.25),((172258,172258),63.14),((172259,172259),66.77),((172260,172260),66.88),((172261,172261),61.38),((172262,172262),61.05),((172263,172264),60.83),((172265,172265),60.06),((172266,172266),66.44),((172267,172268),62.26),((172269,172269),65.01),((172270,172270),64.46),((172271,172272),65.23),((172273,172273),65.12),((172274,172275),61.82),((172276,172276),67.43),((172277,172277),62.15),((172278,172278),62.26),((172279,172279),66.55),((172280,172281),60.72),((172282,172282),64.46),((172283,172284),65.45),((172285,172285),67.1),((172286,172287),67.87),((172288,172288),62.48),((172289,172290),66.22),((172291,172291),63.8),((172292,172292),64.46),((172293,172293),64.68),((172294,172294),60.72),((172295,172295),61.6),((172296,172297),56.54),((172298,172298),62.48),((172299,172300),52.36),((172301,172301),63.8),((172302,172302),62.7),((172303,172303),62.92),((172304,172304),66),((172305,172305),63.14),((172306,172306),62.92),((172307,172307),63.8),((172308,172308),55),((172309,172309),63.14),((172310,172310),62.92),((172311,172311),65.34),((172312,172312),65.56),((172313,172313),65.34),((172314,172314),63.58),((172315,172316),59.84),((172317,172317),63.8),((172318,172319),66.22),((172320,172320),57.64),((172321,172321),56.32),((172322,172322),60.94),((172323,172323),61.16),((172324,172324),53.9),((172325,172325),65.12),((172326,172326),51.92),((172327,172327),52.47),((172328,172328),64.02),((172329,172329),65.12),((172330,172330),60.5),((172331,172331),60.72),((172332,172332),61.82),((172333,172334),58.52),((172335,172335),64.9),((172336,172336),60.94),((172337,172338),61.16),((172339,172339),64.9),((172340,172341),62.26),((172342,172342),60.28),((172343,172344),65.56),((172345,172345),61.6),((172346,172346),60.72),((172347,172347),60.5),((172348,172348),64.9),((172349,172349),64.46),((172350,172350),58.96),((172351,172351),59.18),((172352,172352),61.6),((172353,172354),62.7),((172355,172355),66.88),((172356,172356),65.78),((172357,172357),55.44),((172358,172358),55.22),((172359,172359),65.78),((172360,172361),63.8),((172362,172362),65.78),((172363,172363),60.06),((172364,172364),63.58),((172365,172365),63.36),((172366,172366),60.28),((172367,172368),59.62),((172369,172369),58.3),((172370,172371),49.28),((172372,172372),63.14),((172373,172373),64.9),((172374,172374),65.34),((172375,172375),65.12),((172376,172376),64.02),((172377,172377),63.8),((172378,172378),63.36),((172379,172379),60.72),((172380,172380),60.28),((172381,172381),59.84),((172382,172382),60.06),((172383,172384),63.58),((172385,172385),66.44),((172386,172386),60.28),((172387,172388),67.32),((172389,172389),64.9),((172390,172390),58.52),((172391,172391),58.74),((172392,172392),63.36),((172393,172394),62.92),((172395,172395),64.24),((172396,172396),65.34),((172397,172398),66.22),((172399,172399),65.56),((172400,172400),59.84),((172401,172401),67.54),((172402,172402),67.32),((172403,172403),65.12),((172404,172404),63.36),((172405,172405),63.58),((172406,172406),65.56),((172407,172407),63.14),((172408,172408),63.36),((172409,172409),64.46),((172410,172410),64.68),((172411,172412),65.56),((172413,172413),62.48),((172414,172414),60.94),((172415,172415),60.72),((172416,172416),66),((172417,172418),66.44),((172419,172419),66.11),((172420,172420),66.44),((172421,172421),66.55),((172422,172423),64.9),((172424,172424),65.01),((172425,172425),57.09),((172426,172426),58.41),((172427,172427),66.66),((172428,172428),66.77),((172429,172429),66.22),((172430,172431),62.59),((172432,172432),64.79),((172433,172433),64.57),((172434,172434),63.47),((172435,172435),63.58),((172436,172436),66.33),((172437,172438),64.68),((172439,172439),57.31),((172440,172441),64.24),((172442,172442),65.23),((172443,172444),61.6),((172445,172445),62.15),((172446,172446),62.26),((172447,172448),61.93),((172449,172449),65.12),((172450,172451),63.36),((172452,172452),66.44),((172453,172453),63.69),((172454,172454),63.8),((172455,172455),67.43),((172456,172457),61.49),((172458,172458),61.05),((172459,172459),63.8),((172460,172461),56.76),((172462,172462),62.37),((172463,172464),66.66),((172465,172465),67.54),((172466,172467),66),((172468,172468),67.21),((172469,172470),66.22),((172471,172471),60.5),((172472,172472),52.58),((172473,172473),52.25),((172474,172474),66.11),((172475,172475),55.88),((172476,172477),49.5),((172478,172478),54.78),((172479,172479),57.42),((172480,172480),49.39),((172481,172481),49.28),((172482,172482),64.9),((172483,172483),59.95),((172484,172484),66.11),((172485,172485),66),((172486,172486),67.32),((172487,172487),64.35),((172488,172489),64.02),((172490,172490),63.03),((172491,172492),57.97),((172493,172493),61.71),((172494,172494),64.13),((172495,172496),63.91),((172497,172497),64.35),((172498,172498),60.94),((172499,172499),60.83),((172500,172500),66.66),((172501,172502),62.15),((172503,172503),62.59),((172504,172505),61.49),((172506,172506),58.85),((172507,172508),55.99),((172509,172509),66.11),((172510,172510),66.55),((172511,172511),64.46),((172512,172512),64.68),((172513,172513),65.34),((172514,172514),62.7),((172515,172516),66.44),((172517,172517),64.9),((172518,172518),66.88),((172519,172520),63.47),((172521,172521),65.56),((172522,172522),63.47),((172523,172523),65.23),((172524,172524),65.12),((172525,172525),64.13),((172526,172526),59.84),((172527,172528),64.35),((172529,172529),64.24),((172530,172530),64.9),((172531,172532),58.52),((172533,172533),64.24),((172534,172535),66.77),((172536,172536),56.1),((172537,172538),63.25),((172539,172539),61.93),((172540,172541),59.73),((172542,172542),60.06),((172543,172543),57.75),((172544,172545),61.49),((172546,172546),58.52),((172547,172548),64.79),((172549,172549),66.44),((172550,172550),64.35),((172551,172552),64.46),((172553,172553),63.91),((172554,172554),63.58),((172555,172556),54.23),((172557,172557),64.46),((172558,172558),63.58),((172559,172560),55.33),((172561,172561),67.76),((172562,172562),75.57),((172563,172563),54.89),((172564,172564),64.02),((172565,172566),58.74),((172567,172567),64.13),((172568,172568),64.24),((172569,172569),59.95),((172570,172570),59.4),((172571,172572),60.72),((172573,172573),63.36),((172574,172574),61.16),((172575,172576),64.9),((172577,172577),64.46),((172578,172578),62.26),((172579,172579),51.81),((172580,172580),51.92),((172581,172581),49.94),((172582,172582),64.24),((172583,172583),56.1),((172584,172584),55.99),((172585,172585),64.79),((172586,172586),61.05),((172587,172587),57.75),((172588,172588),57.86),((172589,172589),61.16),((172590,172591),59.95),((172592,172592),65.34),((172593,172593),65.45),((172594,172594),65.56),((172595,172596),63.03),((172597,172597),64.46),((172598,172599),62.7),((172600,172600),65.56),((172601,172601),65.89),((172602,172603),64.57),((172604,172604),64.24),((172605,172606),60.94),((172607,172607),61.16),((172608,172608),67.54),((172609,172610),60.39),((172611,172611),65.12),((172612,172612),58.19),((172613,172613),58.3),((172614,172614),53.46),((172615,172616),54.78),((172617,172617),61.16),((172618,172618),55.33),((172619,172620),67.76),((172621,172621),64.9),((172622,172622),65.78),((172623,172623),64.57),((172624,172624),64.68),((172625,172625),66.33),((172626,172626),61.6),((172627,172628),62.26),((172629,172629),61.16),((172630,172630),53.35),((172631,172632),64.68),((172633,172633),55.77),((172634,172635),63.8),((172636,172636),64.46),((172637,172637),62.7),((172638,172638),62.59),((172639,172639),65.34),((172640,172640),61.38),((172641,172642),63.14),((172643,172644),64.68),((172645,172646),66),((172647,172647),65.56),((172648,172648),60.83),((172649,172649),60.94),((172650,172650),65.78),((172651,172652),57.2),((172653,172653),62.04),((172654,172654),64.24),((172655,172656),62.48),((172657,172657),65.34),((172658,172659),64.46),((172660,172660),66.66),((172661,172661),65.78),((172662,172663),66.22),((172664,172664),67.1),((172665,172665),60.5),((172666,172668),63.58),((172669,172670),65.89),((172671,172671),66.77),((172672,172672),66),((172673,172674),56.98),((172675,172675),58.19),((172676,172677),64.35),((172678,172678),67.1),((172679,172680),60.39),((172681,172681),59.51),((172682,172683),65.34),((172684,172684),59.84),((172685,172685),67.21),((172686,172687),62.92),((172688,172688),61.93),((172689,172690),62.15),((172691,172691),63.47),((172692,172692),57.31),((172693,172694),62.04),((172695,172695),63.91),((172696,172698),64.79),((172699,172699),66.44),((172700,172702),58.74),((172703,172704),62.26),((172705,172705),57.86),((172706,172706),61.38),((172707,172708),50.82),((172709,172709),63.69),((172710,172711),62.81),((172712,172712),64.9),((172713,172714),65.78),((172715,172715),53.68),((172716,172717),60.06),((172718,172718),59.51),((172719,172720),63.14),((172721,172721),63.03),((172722,172722),64.24),((172723,172724),63.58),((172725,172725),62.7),((172726,172726),65.01),((172727,172728),64.35),((172729,172729),63.58),((172730,172730),62.92),((172731,172731),62.81),((172732,172732),64.9),((172733,172733),65.12),((172734,172734),64.79),((172735,172735),64.68),((172736,172736),63.36),((172737,172738),63.8),((172739,172739),64.68),((172740,172740),60.39),((172741,172743),63.14),((172744,172745),62.37),((172746,172746),57.97),((172747,172748),58.85),((172749,172749),66.22),((172750,172751),64.57),((172752,172752),61.27),((172753,172754),64.35),((172755,172755),54.56),((172756,172756),62.04),((172757,172758),66.77),((172759,172759),57.31),((172760,172760),61.6),((172761,172762),62.59),((172763,172763),62.92),((172764,172765),61.82),((172766,172766),65.34),((172767,172768),61.49),((172769,172769),65.45),((172770,172771),65.01),((172772,172772),64.13),((172773,172774),55.11),((172775,172775),63.91),((172776,172777),63.58),((172778,172778),53.68),((172779,172780),61.27),((172781,172781),66.66),((172782,172783),63.25),((172784,172784),59.4),((172785,172786),62.37),((172787,172787),62.48),((172788,172788),66.66),((172789,172790),63.69),((172791,172791),57.75),((172792,172793),62.15),((172794,172795),61.27),((172796,172797),55.33),((172798,172799),63.14),((172800,172800),64.79),((172801,172802),58.74),((172803,172803),56.76),((172804,172804),56.65),((172805,172805),56.76),((172806,172806),64.46),((172807,172807),57.09),((172808,172808),57.2),((172809,172809),62.26),((172810,172811),66.33),((172812,172812),61.82),((172813,172814),66.99),((172815,172815),66.11),((172816,172816),61.82),((172817,172818),59.4),((172819,172819),60.94),((172820,172821),53.68),((172822,172822),55.77),((172823,172823),64.02),((172824,172825),60.39),((172826,172826),59.07),((172827,172828),64.57),((172829,172829),58.19),((172830,172830),66.33),((172831,172832),61.49),((172833,172833),64.79),((172834,172835),62.7),((172836,172836),65.45),((172837,172838),63.03),((172839,172839),60.94),((172840,172841),64.46),((172842,172842),56.54),((172843,172844),58.52),((172845,172845),61.82),((172846,172847),59.73),((172848,172848),57.42),((172849,172849),64.24),((172850,172851),64.35),((172852,172852),62.81),((172853,172853),59.4),((172854,172855),60.39),((172856,172856),66.44),((172857,172858),62.48),((172859,172859),64.68),((172860,172860),64.46),((172861,172861),60.72),((172862,172862),60.61),((172863,172863),67.32),((172864,172864),62.81),((172865,172866),60.72),((172867,172867),56.54),((172868,172869),64.02),((172870,172870),61.6),((172871,172872),63.03),((172873,172873),56.87),((172874,172875),64.13),((172876,172876),54.12),((172877,172877),66.66),((172878,172879),63.8),((172880,172880),58.52),((172881,172881),66),((172882,172883),65.12),((172884,172884),60.17),((172885,172887),65.23),((172888,172888),64.02),((172889,172889),64.46),((172890,172890),64.35),((172891,172891),59.73),((172892,172893),67.1),((172894,172894),54.45),((172895,172896),60.72),((172897,172897),64.57),((172898,172899),66.33),((172900,172900),65.67),((172901,172901),61.38),((172902,172903),64.02),((172904,172904),65.12),((172905,172905),65.34),((172906,172907),55.33),((172908,172909),65.23),((172910,172911),64.13),((172912,172912),60.06),((172913,172914),62.37),((172915,172915),62.92),((172916,172917),55),((172918,172918),61.71),((172919,172920),60.61),((172921,172921),58.41),((172922,172923),59.18),((172924,172925),63.47),((172926,172927),62.15),((172928,172928),63.8),((172929,172930),63.36),((172931,172931),58.08),((172932,172932),64.35),((172933,172934),50.49),((172935,172935),62.26),((172936,172936),49.94),((172937,172938),63.91),((172939,172939),64.35),((172940,172941),63.25),((172942,172942),59.95),((172943,172943),58.85),((172944,172944),58.96),((172945,172945),62.92),((172946,172947),63.91),((172948,172948),64.9),((172949,172950),61.82),((172951,172951),65.67),((172952,172953),55.55),((172954,172954),56.32),((172955,172955),63.69),((172956,172957),59.4),((172958,172958),64.46),((172959,172959),61.05),((172960,172961),64.13),((172962,172962),64.68),((172963,172964),65.34),((172965,172965),62.26),((172966,172967),63.25),((172968,172968),63.8),((172969,172970),66),((172971,172971),62.15),((172972,172973),64.02),((172974,172974),68.2),((172975,172976),61.38),((172977,172977),62.15),((172978,172978),60.28),((172979,172980),63.69),((172981,172981),58.85),((172982,172982),64.57),((172983,172984),58.85),((172985,172985),58.19),((172986,172986),62.48),((172987,172988),62.26),((172989,172989),61.27),((172990,172990),58.74),((172991,172991),58.63),((172992,172992),58.52),((172993,172994),54.01),((172995,172995),64.9),((172996,172997),58.19),((172998,172998),65.12),((172999,173000),62.59),((173001,173001),63.47),((173002,173003),53.02),((173004,173004),60.39),((173005,173005),66.55),((173006,173007),62.92),((173008,173008),63.69),((173009,173010),65.56),((173011,173011),66),((173012,173012),61.6),((173013,173014),61.38),((173015,173015),57.86),((173016,173017),65.78),((173018,173018),67.54),((173019,173020),55.11),((173021,173021),66),((173022,173023),57.31),((173024,173024),60.83),((173025,173026),58.3),((173027,173027),62.48),((173028,173028),64.68),((173029,173030),61.27),((173031,173031),66.33),((173032,173032),66.99),((173033,173034),64.46),((173035,173035),64.9),((173036,173036),63.47),((173037,173038),63.25),((173039,173039),65.01),((173040,173040),64.02),((173041,173042),53.68),((173043,173043),61.16),((173044,173045),58.3),((173046,173046),65.01),((173047,173048),59.18),((173049,173049),56.87),((173050,173051),62.15),((173052,173052),65.67),((173053,173054),57.97),((173055,173055),64.24),((173056,173056),65.01),((173057,173058),64.79),((173059,173059),62.92),((173060,173060),54.23),((173061,173062),54.12),((173063,173063),56.98),((173064,173064),58.19),((173065,173066),63.8),((173067,173067),65.45),((173068,173068),64.57),((173069,173070),60.17),((173071,173071),55.99),((173072,173073),59.73),((173074,173074),61.6),((173075,173076),64.24),((173077,173077),66.11),((173078,173079),60.72),((173080,173080),65.12),((173081,173082),64.13),((173083,173083),65.12),((173084,173084),64.9),((173085,173086),65.56),((173087,173087),65.45),((173088,173089),59.07),((173090,173090),65.34),((173091,173091),60.94),((173092,173093),64.24),((173094,173094),60.61),((173095,173095),63.58),((173096,173097),65.45),((173098,173098),67.32),((173099,173100),65.67),((173101,173101),57.31),((173102,173103),64.35),((173104,173104),61.38),((173105,173105),62.04),((173106,173107),67.21),((173108,173108),63.8),((173109,173109),63.36),((173110,173111),64.57),((173112,173112),66.11),((173113,173114),65.45),((173115,173115),58.19),((173116,173116),62.15),((173117,173117),62.26),((173118,173118),58.41),((173119,173119),59.18),((173120,173120),59.07),((173121,173121),57.75),((173122,173123),66.22),((173124,173124),62.48),((173125,173126),63.91),((173127,173127),64.68),((173128,173129),64.9),((173130,173130),67.54),((173131,173131),60.72),((173132,173132),60.61),((173133,173133),54.89),((173134,173134),64.9),((173135,173136),66.77),((173137,173137),66.22),((173138,173139),59.95),((173140,173140),65.67),((173141,173141),67.43),((173142,173143),59.51),((173144,173144),63.25),((173145,173145),66.77),((173146,173147),57.53),((173148,173148),64.35),((173149,173149),63.69),((173150,173150),58.3),((173151,173151),58.08),((173152,173152),53.9),((173153,173153),63.14),((173154,173155),63.58),((173156,173156),61.93),((173157,173158),65.67),((173159,173159),64.24),((173160,173161),65.45),((173162,173162),67.43),((173163,173163),57.42),((173164,173165),59.84),((173166,173166),62.7),((173167,173168),62.37),((173169,173169),62.92),((173170,173171),55.44),((173172,173172),65.01),((173173,173173),63.8),((173174,173175),61.05),((173176,173176),64.35),((173177,173177),62.81),((173178,173179),66.22),((173180,173180),61.49),((173181,173181),65.67),((173182,173183),61.16),((173184,173184),62.59),((173185,173185),60.39),((173186,173187),65.56),((173188,173188),51.92),((173189,173190),56.21),((173191,173191),64.24),((173192,173193),55.22),((173194,173194),63.8),((173195,173196),57.09),((173197,173199),110),((173200,173200),20.35),((173201,173201),43.45),((173202,173202),40.92),((173203,173203),41.58),((173204,173204),55.77),((173205,173205),55.44),((173206,173206),56.98),((173207,173207),57.42),((173208,173208),57.97),((173209,173209),60.5),((173210,173210),63.58),((173211,173211),34.87),((173212,173212),57.2),((173213,173213),62.48),((173214,173214),46.75),((173215,173215),55.44),((173216,173216),51.7),((173217,173217),63.69),((173218,173219),75.2),((173220,173220),59.18),((173221,173221),62.92),((173222,173222),67.54),((173223,173223),63.69),((173224,173224),63.8),((173225,173225),54.01),((173226,173226),64.13),((173227,173227),66.66),((173228,173228),66.22),((173229,173229),65.78),((173230,173230),65.12),((173231,173231),51.92),((173232,173232),42.68),((173233,173233),42.79),((173234,173234),40.15),((173235,173235),64.57),((173236,173236),75.2),((173237,173237),65.89),((173238,173238),66.22),((173239,173239),66.77),((173240,173240),56.43),((173241,173241),64.13),((173242,173242),58.85),((173243,173243),53.35),((173244,173244),64.68),((173245,173245),66.33),((173246,173246),63.47),((173247,173247),59.18),((173248,173248),58.74),((173249,173249),75.2),((173250,173250),60.06),((173251,173251),64.57),((173252,173252),55.55),((173253,173253),75.2),((173254,173254),40.7),((173255,173263),79.44),((173264,173264),69.99),((173265,173266),64.18),((173267,173267),77.08),((173268,173269),70.42),((173270,173270),74.17),((173271,173272),72.94),((173273,173273),54.14),((173274,173275),71.65),((173276,173276),63.33),((173277,173278),60.85),((173279,173279),86.69),((173280,173280),77.93),((173281,173281),64.18),((173282,173284),66.66),((173285,173286),79.98),((173287,173287),75.84),((173288,173288),74.17),((173289,173289),54.14),((173290,173290),104.15),((173291,173292),67.08),((173293,173293),69.99),((173294,173295),79.98),((173296,173297),63.33),((173298,173298),26.64),((173299,173299),80.83),((173300,173301),73.32),((173302,173302),64.18),((173303,173303),77.08),((173304,173305),33.35),((173306,173307),60.21),((173308,173309),33.35),((173310,173310),60.42),((173311,173311),73.32),((173312,173631),79.44),((173632,173632),82.28),((173633,173633),61.16),((173634,173634),82.28),((173635,173635),61.16),((173636,173636),81.73),((173637,173637),49.94),((173638,173638),34.21),((173639,173639),28.6),((173640,173640),78.1),((173641,173641),62.92),((173642,173643),63.58),((173644,173644),99.33),((173645,173645),77.99),((173646,173646),77.66),((173647,173647),65.34),((173648,173648),103.73),((173649,173649),89.98),((173650,173650),88.99),((173651,173651),76.78),((173652,173652),112.42),((173653,173653),88.66),((173654,173654),102.96),((173655,173655),81.95),((173656,173656),79.97),((173657,173657),61.82),((173658,173658),78.1),((173659,173659),66.22),((173660,173660),101.86),((173661,173661),87.12),((173662,173662),79.75),((173663,173663),70.18),((173664,173664),79.31),((173665,173665),65.12),((173666,173666),84.59),((173667,173667),76.01),((173668,173668),78.76),((173669,173669),70.95),((173670,173670),114.84),((173671,173671),102.96),((173672,173672),79.2),((173673,173673),63.03),((173674,173674),79.2),((173675,173675),63.03),((173676,173676),104.5),((173677,173677),77.77),((173678,173678),75.02),((173679,173682),0),((173683,173683),55.44),((173684,173693),0),((173694,173695),55),((173696,173696),84.59),((173697,173697),72.93),((173698,173698),47.74),((173699,173699),38.06),((173700,173700),138.6),((173701,173701),121.88),((173702,173702),100.54),((173703,173704),84.59),((173705,173705),72.93),((173706,173706),86.79),((173707,173707),74.36),((173708,173708),62.37),((173709,173709),59.07),((173710,173710),79.97),((173711,173711),69.3),((173712,173712),67.32),((173713,173713),59.07),((173714,173714),92.73),((173715,173715),80.08),((173716,173716),76.45),((173717,173717),64.13),((173718,173718),99.77),((173719,173719),87.01),((173720,173720),86.46),((173721,173721),73.48),((173722,173722),57.86),((173723,173723),49.5),((173724,173724),21.56),((173725,173725),18.59),((173726,173727),0),((173728,173790),79.44),((194560,194814),79.44),((194815,194815),86.9),((194816,195102),110),((917504,917504),0),((917505,917511),36.63),((917512,917512),0),((917513,917517),38.67),((917518,917532),36.63),((917533,917533),0),((917534,917535),36.63),((917536,917536),38.67),((917537,917537),43.29),((917538,917538),50.49),((917539,917539),90.02),((917540,917540),69.93),((917541,917541),118.38),((917542,917542),79.92),((917543,917543),29.54),((917544,917545),49.95),((917546,917546),69.93),((917547,917547),90.02),((917548,917548),40.01),((917549,917549),49.95),((917550,917550),40.01),((917551,917551),49.95),((917552,917561),69.93),((917562,917563),49.95),((917564,917566),90.02),((917567,917567),60),((917568,917568),110),((917569,917569),75.2),((917570,917570),75.41),((917571,917571),76.81),((917572,917572),84.76),((917573,917573),69.56),((917574,917574),63.22),((917575,917575),85.29),((917576,917576),82.66),((917577,917577),46.3),((917578,917578),50),((917579,917579),76.22),((917580,917580),61.23),((917581,917581),92.71),((917582,917582),82.29),((917583,917583),86.58),((917584,917584),66.33),((917585,917585),86.58),((917586,917586),76.48),((917587,917587),75.2),((917588,917588),67.78),((917589,917589),80.51),((917590,917590),75.2),((917591,917591),108.76),((917592,917592),75.36),((917593,917593),67.68),((917594,917594),75.36),((917595,917597),49.95),((917598,917598),90.02),((917599,917600),69.93),((917601,917601),66.06),((917602,917602),68.54),((917603,917603),57.31),((917604,917604),68.54),((917605,917605),65.53),((917606,917606),38.67),((917607,917607),68.54),((917608,917608),69.61),((917609,917609),30.19),((917610,917610),37.87),((917611,917611),65.1),((917612,917612),30.19),((917613,917613),106.99),((917614,917614),69.61),((917615,917615),66.76),((917616,917617),68.54),((917618,917618),46.94),((917619,917619),57.31),((917620,917620),43.34),((917621,917621),69.61),((917622,917622),65.1),((917623,917623),90.02),((917624,917625),65.1),((917626,917626),57.79),((917627,917627),69.82),((917628,917628),49.95),((917629,917629),69.82),((917630,917630),90.02)]) diff --git a/src/widths.json b/src/widths.json deleted file mode 100644 index eb19e10..0000000 --- a/src/widths.json +++ /dev/null @@ -1 +0,0 @@ -[[32,32,38.67],[33,33,43.29],[34,34,50.49],[35,35,90.02],[36,36,69.93],[37,37,118.38],[38,38,79.92],[39,39,29.54],[40,41,49.95],[42,42,69.93],[43,43,90.02],[44,44,40.01],[45,45,49.95],[46,46,40.01],[47,47,49.95],[48,57,69.93],[58,59,49.95],[60,62,90.02],[63,63,60],[64,64,110],[65,65,75.2],[66,66,75.41],[67,67,76.81],[68,68,84.76],[69,69,69.56],[70,70,63.22],[71,71,85.29],[72,72,82.66],[73,73,46.3],[74,74,50],[75,75,76.22],[76,76,61.23],[77,77,92.71],[78,78,82.29],[79,79,86.58],[80,80,66.33],[81,81,86.58],[82,82,76.48],[83,83,75.2],[84,84,67.78],[85,85,80.51],[86,86,75.2],[87,87,108.76],[88,88,75.36],[89,89,67.68],[90,90,75.36],[91,93,49.95],[94,94,90.02],[95,96,69.93],[97,97,66.06],[98,98,68.54],[99,99,57.31],[100,100,68.54],[101,101,65.53],[102,102,38.67],[103,103,68.54],[104,104,69.61],[105,105,30.19],[106,106,37.87],[107,107,65.1],[108,108,30.19],[109,109,106.99],[110,110,69.61],[111,111,66.76],[112,113,68.54],[114,114,46.94],[115,115,57.31],[116,116,43.34],[117,117,69.61],[118,118,65.1],[119,119,90.02],[120,121,65.1],[122,122,57.79],[123,123,69.82],[124,124,49.95],[125,125,69.82],[126,126,90.02],[160,160,38.67],[161,161,43.29],[162,165,69.93],[166,166,49.95],[167,168,69.93],[169,169,110],[170,170,60],[171,171,70.9],[172,172,90.02],[173,173,0],[174,174,110],[175,175,69.93],[176,176,59.62],[177,177,90.02],[178,179,59.62],[180,180,69.93],[181,181,70.58],[182,182,69.93],[183,183,40.01],[184,184,69.93],[185,185,59.62],[186,186,60],[187,187,70.9],[188,190,110],[191,191,60],[192,197,75.2],[198,198,108.28],[199,199,76.81],[200,203,69.56],[204,207,46.3],[208,208,85.29],[209,209,82.29],[210,214,86.58],[215,215,90.02],[216,216,86.58],[217,220,80.51],[221,221,67.68],[222,222,66.6],[223,223,68.21],[224,229,66.06],[230,230,105.06],[231,231,57.31],[232,235,65.53],[236,239,30.19],[240,240,67.3],[241,241,69.61],[242,246,66.76],[247,247,90.02],[248,248,66.76],[249,252,69.61],[253,253,65.1],[254,254,68.54],[256,256,75.2],[257,257,66.06],[258,258,75.2],[259,259,66.06],[260,260,75.2],[261,261,66.06],[262,262,76.81],[263,263,57.31],[264,264,76.81],[265,265,57.31],[266,266,76.81],[267,267,57.31],[268,268,76.81],[269,269,57.31],[270,270,84.76],[271,271,71.22],[272,272,85.29],[273,273,68.54],[274,274,69.56],[275,275,65.53],[276,276,69.56],[277,277,65.53],[278,278,69.56],[279,279,65.53],[280,280,69.56],[281,281,65.53],[282,282,69.56],[283,283,65.53],[284,284,85.29],[285,285,68.54],[286,286,85.29],[287,287,68.54],[288,288,85.29],[289,289,68.54],[290,290,85.29],[291,291,68.54],[292,292,82.66],[293,293,69.61],[294,294,82.66],[295,295,69.61],[296,296,46.3],[297,297,30.19],[298,298,46.3],[299,299,30.19],[300,300,46.3],[301,301,30.19],[302,302,46.3],[303,303,30.19],[304,304,46.3],[305,305,30.19],[306,306,95.77],[307,307,67.51],[308,308,50],[309,309,37.87],[310,310,76.22],[311,312,65.1],[313,313,61.23],[314,314,30.19],[315,315,61.23],[316,316,30.19],[317,317,61.23],[318,318,32.55],[319,319,61.23],[320,320,50.43],[321,321,61.77],[322,322,31.26],[323,323,82.29],[324,324,69.61],[325,325,82.29],[326,326,69.61],[327,327,82.29],[328,328,69.61],[329,329,80.35],[330,330,82.29],[331,331,69.61],[332,332,86.58],[333,333,66.76],[334,334,86.58],[335,335,66.76],[336,336,86.58],[337,337,66.76],[338,338,117.68],[339,339,107.96],[340,340,76.48],[341,341,46.94],[342,342,76.48],[343,343,46.94],[344,344,76.48],[345,345,46.94],[346,346,75.2],[347,347,57.31],[348,348,75.2],[349,349,57.31],[350,350,75.2],[351,351,57.31],[352,352,75.2],[353,353,57.31],[354,354,67.78],[355,355,43.34],[356,356,67.78],[357,357,43.34],[358,358,67.78],[359,359,43.34],[360,360,80.51],[361,361,69.61],[362,362,80.51],[363,363,69.61],[364,364,80.51],[365,365,69.34],[366,366,80.51],[367,367,69.61],[368,368,80.51],[369,369,69.61],[370,370,80.51],[371,371,69.34],[372,372,108.76],[373,373,90.02],[374,374,67.68],[375,375,65.1],[376,376,67.68],[377,377,75.36],[378,378,57.79],[379,379,75.36],[380,380,57.79],[381,381,75.36],[382,382,57.79],[384,384,55],[385,385,83.57],[386,386,63.16],[387,387,55],[388,388,63.16],[389,389,55],[390,391,73.37],[392,392,48.82],[393,393,79.44],[394,394,89.64],[395,395,63.16],[396,396,55],[397,397,51.83],[398,398,67.19],[399,399,83.04],[400,400,55.11],[401,401,61.18],[402,402,69.93],[403,404,79.44],[405,405,84.7],[406,406,27.88],[407,407,36.63],[408,408,79.44],[409,409,55],[410,410,30.56],[411,411,53.33],[412,412,89.8],[413,413,79.44],[414,414,55],[415,415,79.44],[416,416,88.73],[417,417,66.76],[418,418,101.73],[419,419,76.05],[420,420,71.49],[421,421,55],[422,423,61.18],[424,424,42.81],[425,425,64.02],[426,426,37.81],[427,427,30.56],[428,428,67.19],[429,429,30.56],[430,430,67.19],[431,431,83.2],[432,432,72.56],[433,433,81.75],[434,434,79.44],[435,435,85.88],[436,436,55],[437,437,67.19],[438,438,48.82],[439,440,59.3],[441,442,48.82],[443,444,55],[445,445,48.77],[446,446,46.41],[447,447,55],[448,448,22.02],[449,449,30.88],[450,450,27.39],[451,451,36.63],[452,452,146.63],[453,453,128.26],[454,454,103.82],[455,455,110],[456,456,97.75],[457,457,61.12],[458,458,122.25],[459,459,110],[460,460,85.56],[461,461,79.44],[462,462,48.82],[463,463,36.63],[464,464,30.56],[465,465,79.44],[466,466,55],[467,467,79.44],[468,468,55],[469,469,79.44],[470,470,55],[471,471,80.51],[472,472,69.61],[473,473,79.44],[474,474,55],[475,475,80.51],[476,476,69.61],[477,477,48.82],[478,478,79.44],[479,479,48.82],[480,480,79.44],[481,481,48.82],[482,482,97.81],[483,483,73.37],[484,484,79.44],[485,485,55],[486,486,79.44],[487,487,55],[488,488,79.44],[489,489,55],[490,490,79.44],[491,491,55],[492,492,79.44],[493,493,55],[494,494,59.3],[495,495,48.82],[496,496,30.56],[497,497,146.63],[498,498,128.26],[499,499,103.82],[500,500,85.29],[501,501,68.54],[502,502,104.47],[503,503,61.61],[504,504,82.29],[505,505,69.61],[506,506,75.2],[507,507,66.06],[508,508,108.28],[509,509,105.06],[510,510,86.58],[511,511,66.76],[512,512,79.44],[513,513,48.82],[514,514,79.44],[515,515,48.82],[516,516,67.19],[517,517,48.82],[518,518,67.19],[519,519,48.82],[520,520,36.63],[521,521,30.56],[522,522,36.63],[523,523,30.56],[524,524,79.44],[525,525,55],[526,526,79.44],[527,527,55],[528,528,73.37],[529,529,36.63],[530,530,73.37],[531,531,36.63],[532,532,79.44],[533,533,55],[534,534,79.44],[535,535,55],[536,536,75.2],[537,537,57.31],[538,538,67.78],[539,539,43.34],[540,540,61.93],[541,541,43.45],[542,542,79.44],[543,543,55],[544,544,71.49],[545,545,55],[546,546,66.39],[547,547,55],[548,548,67.19],[549,549,48.82],[550,550,79.44],[551,551,48.82],[552,552,67.19],[553,553,48.82],[554,554,79.44],[555,555,55],[556,556,79.44],[557,557,55],[558,558,79.44],[559,559,55],[560,560,79.44],[561,561,55],[562,562,79.44],[563,563,55],[564,564,30.56],[565,565,55],[566,566,34.86],[567,567,30.56],[568,568,85.13],[569,569,84.97],[570,570,79.44],[571,571,73.37],[572,572,55],[573,574,67.19],[575,575,42.81],[576,576,48.82],[577,577,58.71],[578,578,43.72],[579,579,73.37],[580,580,79.44],[581,581,79.76],[582,582,67.19],[583,583,48.82],[584,584,42.81],[585,585,30.56],[586,586,77.24],[587,587,55],[588,588,73.37],[589,589,36.63],[590,590,79.44],[880,880,46.09],[881,881,36.52],[882,882,64.57],[883,883,51.37],[884,885,36.63],[886,886,79.31],[887,887,63.8],[888,889,79.44],[890,890,36.63],[891,893,48.82],[894,894,49.95],[895,895,36.63],[896,899,79.44],[900,901,69.93],[902,902,75.2],[903,903,49.95],[904,904,82.61],[905,905,95.71],[906,906,59.35],[907,907,79.44],[908,908,96.89],[909,909,79.44],[910,910,82.88],[911,911,99.85],[912,912,30.19],[913,913,75.2],[914,914,75.41],[915,915,62.3],[916,916,77.34],[917,917,69.56],[918,918,75.36],[919,919,82.66],[920,920,86.58],[921,921,46.3],[922,922,76.22],[923,923,75.41],[924,924,92.71],[925,925,82.29],[926,926,71.38],[927,927,86.58],[928,928,82.66],[929,929,66.33],[930,930,79.44],[931,931,73.96],[932,932,67.78],[933,933,67.68],[934,934,90.07],[935,935,75.36],[936,936,95.77],[937,937,90.02],[938,938,46.3],[939,939,67.68],[940,940,68.54],[941,941,56.4],[942,942,69.61],[943,943,30.19],[944,944,69.45],[945,945,68.54],[946,946,68.21],[947,947,65.1],[948,948,66.87],[949,949,56.4],[950,950,50.33],[951,951,69.61],[952,952,68.64],[953,953,30.19],[954,955,65.1],[956,956,70.36],[957,957,65.1],[958,958,55.32],[959,959,66.76],[960,960,70.09],[961,961,68.75],[962,962,55.86],[963,963,69.34],[964,964,54.57],[965,965,69.45],[966,966,86.9],[967,967,64.88],[968,968,90.4],[969,969,89.48],[970,970,30.19],[971,971,69.45],[972,972,66.76],[973,973,69.45],[974,974,89.48],[975,975,62.26],[976,976,55.97],[977,977,54.46],[978,978,79.44],[979,979,97.92],[980,980,79.44],[981,981,57.9],[982,982,72.4],[983,983,61.61],[984,984,79.44],[985,985,55],[986,986,73.37],[987,987,46.19],[988,988,61.18],[989,989,49.15],[990,990,63.33],[991,991,49.63],[992,992,80.46],[993,993,60.91],[994,994,91.09],[995,995,85.56],[996,996,67.73],[997,997,57.31],[998,998,72.72],[999,999,48.82],[1000,1001,59.62],[1002,1002,72.19],[1003,1003,63.92],[1004,1004,76.91],[1005,1005,55.97],[1006,1006,52.26],[1007,1007,42.43],[1008,1008,61.61],[1009,1009,55.97],[1010,1010,48.82],[1011,1011,30.56],[1012,1012,79.44],[1013,1014,44.53],[1015,1015,61.18],[1016,1016,55],[1017,1017,73.37],[1018,1018,97.81],[1019,1019,69.61],[1020,1020,54.89],[1021,1022,73.37],[1024,1025,69.56],[1026,1026,87.17],[1027,1027,62.3],[1028,1028,77.08],[1029,1029,75.2],[1030,1031,46.3],[1032,1032,50],[1033,1033,123],[1034,1034,121.33],[1035,1035,89.97],[1036,1036,76.22],[1037,1037,82.55],[1038,1038,67.68],[1039,1039,82.66],[1040,1040,75.2],[1041,1042,75.41],[1043,1043,62.3],[1044,1044,82.02],[1045,1045,69.56],[1046,1046,107.05],[1047,1047,67.73],[1048,1049,82.55],[1050,1050,76.22],[1051,1051,80.78],[1052,1052,92.71],[1053,1053,82.66],[1054,1054,86.58],[1055,1055,82.66],[1056,1056,66.33],[1057,1057,76.81],[1058,1058,67.78],[1059,1059,67.68],[1060,1060,90.07],[1061,1061,75.36],[1062,1062,83.74],[1063,1063,78.31],[1064,1064,113.33],[1065,1065,114.94],[1066,1066,86.15],[1067,1067,101.25],[1068,1068,74.87],[1069,1069,77.13],[1070,1070,113.76],[1071,1071,77.67],[1072,1072,66.06],[1073,1073,67.57],[1074,1074,65.42],[1075,1075,51.83],[1076,1076,68.37],[1077,1077,65.53],[1078,1078,87.76],[1079,1079,57.69],[1080,1081,70.42],[1082,1082,65.1],[1083,1083,68.27],[1084,1084,76.59],[1085,1085,70.09],[1086,1086,66.76],[1087,1087,70.09],[1088,1088,68.54],[1089,1089,58.76],[1090,1090,54.57],[1091,1091,65.1],[1092,1092,92.49],[1093,1093,65.1],[1094,1094,70.9],[1095,1095,66.6],[1096,1096,96.36],[1097,1097,97.65],[1098,1098,70.47],[1099,1099,87.39],[1100,1100,62.79],[1101,1101,60.16],[1102,1102,92.28],[1103,1103,65.96],[1104,1105,65.53],[1106,1106,69.61],[1107,1107,51.83],[1108,1108,60.16],[1109,1109,57.31],[1110,1111,30.19],[1112,1112,37.87],[1113,1114,100.55],[1115,1115,69.61],[1116,1116,65.1],[1117,1117,70.42],[1118,1118,65.1],[1119,1119,70.09],[1120,1120,128.96],[1121,1121,69.66],[1122,1122,73.8],[1123,1123,59.73],[1124,1124,106.46],[1125,1125,74.5],[1126,1126,79.44],[1127,1127,64.88],[1128,1128,113.6],[1129,1129,91.74],[1130,1130,98.56],[1131,1131,76],[1132,1132,132.93],[1133,1133,102.86],[1134,1134,55.11],[1135,1135,43.45],[1136,1136,81.16],[1137,1137,68.86],[1138,1138,79.44],[1139,1139,55],[1140,1140,89.48],[1141,1141,64.78],[1142,1142,89.48],[1143,1143,64.78],[1144,1144,130.63],[1145,1145,114.4],[1146,1146,83.9],[1147,1147,62.25],[1148,1148,108.17],[1149,1149,89.48],[1150,1150,128.96],[1151,1151,69.66],[1152,1152,73.37],[1153,1153,48.82],[1154,1154,36.74],[1155,1158,0],[1159,1159,69.93],[1160,1161,0],[1162,1162,79.44],[1163,1163,58.87],[1164,1164,63.16],[1165,1165,51.72],[1166,1166,61.18],[1167,1167,55],[1168,1168,62.3],[1169,1169,51.83],[1170,1170,62.3],[1171,1171,51.83],[1172,1172,69.45],[1173,1173,56.67],[1174,1174,107.05],[1175,1175,87.76],[1176,1176,55.11],[1177,1177,43.45],[1178,1178,76.22],[1179,1179,65.1],[1180,1180,76.22],[1181,1181,65.1],[1182,1182,73.37],[1183,1183,53.44],[1184,1184,86.42],[1185,1185,63.06],[1186,1186,82.66],[1187,1187,70.09],[1188,1188,93.56],[1189,1189,68.54],[1190,1190,113.54],[1191,1191,86.8],[1192,1192,86.58],[1193,1193,67.84],[1194,1194,73.37],[1195,1195,48.82],[1196,1196,67.19],[1197,1197,48.07],[1198,1198,67.68],[1199,1199,65.1],[1200,1200,67.68],[1201,1201,65.1],[1202,1202,75.36],[1203,1203,65.1],[1204,1204,87.66],[1205,1205,66.33],[1206,1206,71.49],[1207,1207,55.32],[1208,1208,78.31],[1209,1209,66.6],[1210,1210,78.31],[1211,1211,69.61],[1212,1212,96.63],[1213,1213,75.79],[1214,1214,96.63],[1215,1215,75.79],[1216,1216,36.63],[1217,1217,98.56],[1218,1218,76],[1219,1219,73.37],[1220,1220,56.67],[1221,1221,74.6],[1222,1222,54.89],[1223,1223,79.44],[1224,1224,58.87],[1225,1225,79.44],[1226,1226,58.87],[1227,1227,71.49],[1228,1228,55.32],[1229,1229,97.81],[1230,1230,69.61],[1231,1231,30.56],[1232,1232,79.44],[1233,1233,48.82],[1234,1234,79.44],[1235,1235,48.82],[1236,1236,97.81],[1237,1237,73.37],[1238,1238,67.19],[1239,1239,48.82],[1240,1240,83.04],[1241,1241,65.53],[1242,1242,79.44],[1243,1243,48.82],[1244,1244,98.56],[1245,1245,76],[1246,1246,55.11],[1247,1247,43.45],[1248,1248,55.11],[1249,1249,48.82],[1250,1250,79.44],[1251,1251,58.87],[1252,1252,79.44],[1253,1253,58.87],[1254,1254,79.44],[1255,1255,55],[1256,1256,86.58],[1257,1257,66.76],[1258,1258,79.44],[1259,1259,55],[1260,1260,72.62],[1261,1261,47.21],[1262,1262,77.88],[1263,1263,55],[1264,1264,77.88],[1265,1265,55],[1266,1266,77.88],[1267,1267,55],[1268,1268,71.49],[1269,1269,55.32],[1270,1270,63.59],[1271,1271,45.12],[1272,1272,95.93],[1273,1273,73.91],[1274,1274,63.59],[1275,1275,45.12],[1276,1276,79.44],[1277,1277,55],[1278,1278,79.44],[1280,1280,63.16],[1281,1281,55],[1282,1282,88.41],[1283,1283,84.76],[1284,1284,88.25],[1285,1285,77.61],[1286,1286,63.11],[1287,1287,49.79],[1288,1288,99.74],[1289,1289,82.71],[1290,1290,104.47],[1291,1291,86.64],[1292,1292,79.44],[1293,1293,49.84],[1294,1294,76.54],[1295,1295,66.17],[1296,1296,55.11],[1297,1297,43.45],[1298,1298,74.6],[1299,1299,54.89],[1300,1300,83.82],[1301,1301,76.23],[1302,1302,91.3],[1303,1303,74.91],[1304,1304,113.41],[1305,1305,81.07],[1306,1306,86.58],[1307,1307,68.54],[1308,1308,108.76],[1309,1309,90.02],[1310,1310,75.35],[1311,1311,69.41],[1312,1312,107.91],[1313,1313,87.56],[1314,1314,122.21],[1315,1315,99.88],[1316,1316,76.27],[1317,1317,66.23],[1318,1318,74.17],[1319,1319,67.57],[1320,1320,48.84],[1321,1321,44.33],[1322,1322,98.01],[1323,1323,89.43],[1324,1324,61.82],[1325,1325,57.64],[1326,1326,73.37],[7424,7424,55.27],[7425,7425,70.95],[7426,7426,73.37],[7427,7427,51.13],[7428,7428,52.58],[7429,7430,57.69],[7431,7431,48.88],[7432,7432,43.45],[7433,7433,30.56],[7434,7434,32.6],[7435,7435,59.35],[7436,7436,48.93],[7437,7437,69.61],[7438,7438,58.87],[7439,7439,55],[7440,7440,52.58],[7441,7441,59.57],[7442,7442,59.14],[7443,7443,59.57],[7444,7444,79.44],[7445,7445,48.02],[7446,7447,55],[7448,7448,50.17],[7449,7450,50.6],[7451,7451,48.07],[7452,7452,59.08],[7453,7453,55.54],[7454,7454,72.03],[7455,7455,55.48],[7456,7456,55],[7457,7457,79.44],[7458,7458,48.82],[7459,7459,43.45],[7460,7460,43.72],[7461,7461,59.24],[7462,7462,45.12],[7463,7463,55],[7464,7464,58.87],[7465,7465,50.17],[7466,7466,58.12],[7467,7467,54.89],[7468,7468,46.41],[7469,7469,59.19],[7470,7471,42.54],[7472,7472,47.27],[7473,7474,40.71],[7475,7475,47.59],[7476,7476,48.45],[7477,7477,21.97],[7478,7478,27.12],[7479,7479,50.38],[7480,7480,40.82],[7481,7481,59.4],[7482,7482,50.86],[7483,7483,48.5],[7484,7484,45.98],[7485,7485,36.95],[7486,7486,36.47],[7487,7487,45.06],[7488,7488,39.85],[7489,7489,49.84],[7490,7490,60.91],[7491,7492,30.08],[7493,7493,34.54],[7494,7494,42.92],[7495,7495,34.05],[7496,7496,34.21],[7497,7498,28.2],[7499,7500,26.59],[7501,7501,33.09],[7502,7502,17.99],[7503,7503,34.7],[7504,7504,53.76],[7505,7505,30.99],[7506,7506,31.69],[7507,7507,28.14],[7508,7509,31.69],[7510,7510,34.21],[7511,7511,21.05],[7512,7512,36.04],[7513,7513,33.62],[7514,7514,53.76],[7515,7515,32.33],[7516,7516,35.07],[7517,7517,31.04],[7518,7518,29.17],[7519,7519,29.81],[7520,7520,36.79],[7521,7521,31.04],[7522,7522,17.99],[7523,7523,25.24],[7524,7524,36.04],[7525,7525,32.33],[7526,7526,31.04],[7527,7527,29.17],[7528,7528,32.55],[7529,7529,36.79],[7530,7530,31.04],[7531,7531,83.68],[7532,7533,55],[7534,7534,36.63],[7535,7535,85.56],[7536,7537,55],[7538,7539,36.63],[7540,7540,42.81],[7541,7541,30.56],[7542,7542,48.82],[7543,7543,55],[7544,7544,35.56],[7545,7545,51.83],[7546,7546,84.27],[7547,7547,30.56],[7548,7548,29.59],[7549,7549,55],[7550,7550,59.08],[7680,7680,79.44],[7681,7681,48.82],[7682,7682,73.37],[7683,7683,55],[7684,7684,75.41],[7685,7685,68.54],[7686,7686,73.37],[7687,7687,55],[7688,7688,76.81],[7689,7689,57.31],[7690,7690,79.44],[7691,7691,55],[7692,7692,84.76],[7693,7693,68.54],[7694,7694,79.44],[7695,7695,55],[7696,7696,79.44],[7697,7697,55],[7698,7698,79.44],[7699,7699,55],[7700,7700,69.56],[7701,7701,65.53],[7702,7702,69.56],[7703,7703,65.53],[7704,7704,67.19],[7705,7705,48.82],[7706,7706,67.19],[7707,7707,48.82],[7708,7708,67.19],[7709,7709,48.82],[7710,7710,61.18],[7711,7711,36.63],[7712,7712,79.44],[7713,7713,55],[7714,7714,79.44],[7715,7715,55],[7716,7716,82.66],[7717,7717,69.61],[7718,7718,79.44],[7719,7719,55],[7720,7720,79.44],[7721,7721,55],[7722,7722,79.44],[7723,7723,55],[7724,7724,36.63],[7725,7725,30.56],[7726,7726,46.3],[7727,7727,30.19],[7728,7728,76.22],[7729,7729,65.1],[7730,7730,76.22],[7731,7731,65.1],[7732,7732,79.44],[7733,7733,55],[7734,7734,61.23],[7735,7735,30.19],[7736,7736,67.19],[7737,7737,30.56],[7738,7738,67.19],[7739,7739,30.56],[7740,7740,67.19],[7741,7741,30.56],[7742,7742,92.71],[7743,7743,106.99],[7744,7744,97.81],[7745,7745,85.56],[7746,7746,92.71],[7747,7747,106.99],[7748,7748,79.44],[7749,7749,55],[7750,7750,82.29],[7751,7751,69.61],[7752,7752,79.44],[7753,7753,55],[7754,7754,79.44],[7755,7755,55],[7756,7756,86.58],[7757,7757,66.76],[7758,7758,79.44],[7759,7759,55],[7760,7760,86.58],[7761,7761,66.76],[7762,7762,86.58],[7763,7763,66.76],[7764,7764,66.33],[7765,7765,68.54],[7766,7766,61.18],[7767,7767,55],[7768,7768,73.37],[7769,7769,36.63],[7770,7770,76.48],[7771,7771,46.94],[7772,7772,73.37],[7773,7773,36.63],[7774,7774,73.37],[7775,7775,36.63],[7776,7776,61.18],[7777,7777,42.81],[7778,7778,75.2],[7779,7779,57.31],[7780,7780,61.18],[7781,7781,42.81],[7782,7782,61.18],[7783,7783,42.81],[7784,7784,61.18],[7785,7785,42.81],[7786,7786,67.19],[7787,7787,30.56],[7788,7788,67.78],[7789,7789,43.34],[7790,7790,67.19],[7791,7791,30.56],[7792,7792,67.19],[7793,7793,30.56],[7794,7794,79.44],[7795,7795,55],[7796,7796,79.44],[7797,7797,55],[7798,7798,79.44],[7799,7799,55],[7800,7800,80.51],[7801,7801,69.61],[7802,7802,79.44],[7803,7803,55],[7804,7804,75.2],[7805,7805,65.1],[7806,7806,75.2],[7807,7807,65.1],[7808,7808,108.76],[7809,7809,90.02],[7810,7810,108.76],[7811,7811,90.02],[7812,7812,108.76],[7813,7813,90.02],[7814,7814,103.82],[7815,7815,79.44],[7816,7816,108.76],[7817,7817,90.02],[7818,7818,79.44],[7819,7819,55],[7820,7820,79.44],[7821,7821,55],[7822,7822,79.44],[7823,7823,55],[7824,7824,67.19],[7825,7825,48.82],[7826,7826,75.36],[7827,7827,57.79],[7828,7828,67.19],[7829,7829,48.82],[7830,7830,55],[7831,7831,30.56],[7832,7832,79.44],[7833,7833,55],[7834,7834,48.82],[7835,7835,30.56],[7836,7836,46.57],[7837,7837,46.46],[7838,7838,74.55],[7839,7839,54.84],[7840,7840,75.2],[7841,7841,66.06],[7842,7842,75.2],[7843,7843,66.06],[7844,7844,75.2],[7845,7845,66.06],[7846,7846,75.2],[7847,7847,66.06],[7848,7848,75.2],[7849,7849,66.06],[7850,7850,75.2],[7851,7851,66.06],[7852,7852,75.2],[7853,7853,66.06],[7854,7854,75.2],[7855,7855,66.06],[7856,7856,75.2],[7857,7857,66.06],[7858,7858,75.2],[7859,7859,66.06],[7860,7860,75.2],[7861,7861,66.06],[7862,7862,75.2],[7863,7863,66.06],[7864,7864,69.56],[7865,7865,65.53],[7866,7866,69.56],[7867,7867,65.53],[7868,7868,69.56],[7869,7869,65.53],[7870,7870,69.56],[7871,7871,65.53],[7872,7872,69.56],[7873,7873,65.53],[7874,7874,69.56],[7875,7875,65.53],[7876,7876,69.56],[7877,7877,65.53],[7878,7878,69.56],[7879,7879,65.53],[7880,7880,46.3],[7881,7881,30.19],[7882,7882,46.3],[7883,7883,30.19],[7884,7884,86.58],[7885,7885,66.76],[7886,7886,86.58],[7887,7887,66.76],[7888,7888,86.58],[7889,7889,66.76],[7890,7890,86.58],[7891,7891,66.76],[7892,7892,86.58],[7893,7893,66.76],[7894,7894,86.58],[7895,7895,66.76],[7896,7896,86.58],[7897,7897,66.76],[7898,7898,88.73],[7899,7899,66.76],[7900,7900,88.73],[7901,7901,66.76],[7902,7902,88.73],[7903,7903,66.76],[7904,7904,88.73],[7905,7905,66.76],[7906,7906,88.73],[7907,7907,66.76],[7908,7908,80.51],[7909,7909,69.61],[7910,7910,80.51],[7911,7911,69.61],[7912,7912,83.2],[7913,7913,72.56],[7914,7914,83.2],[7915,7915,72.56],[7916,7916,83.2],[7917,7917,72.56],[7918,7918,83.2],[7919,7919,72.56],[7920,7920,83.2],[7921,7921,72.56],[7922,7922,67.68],[7923,7923,65.1],[7924,7924,67.68],[7925,7925,65.1],[7926,7926,67.68],[7927,7927,65.1],[7928,7928,67.68],[7929,7929,65.1],[7930,7930,102.96],[7931,7931,64.83],[7932,7932,55.7],[7933,7933,48.93],[7934,7934,50.43],[7936,7943,57.63],[7944,7945,79.44],[7946,7951,87.01],[7952,7957,46.19],[7958,7959,79.44],[7960,7961,82.29],[7962,7965,99.47],[7966,7967,79.44],[7968,7975,57.52],[7976,7977,94.53],[7978,7983,111.72],[7984,7991,29.59],[7992,7993,51.72],[7994,7999,68.91],[8000,8005,55],[8006,8007,79.44],[8008,8009,87.01],[8010,8011,109.57],[8012,8013,98.83],[8014,8015,79.44],[8016,8023,54.46],[8024,8024,79.44],[8025,8025,94.53],[8026,8026,79.44],[8027,8027,112.26],[8028,8028,79.44],[8029,8029,112.26],[8030,8030,79.44],[8031,8031,112.26],[8032,8039,72.4],[8040,8041,89.32],[8042,8043,109.73],[8044,8047,102.21],[8048,8049,68.54],[8050,8051,56.4],[8052,8053,69.61],[8054,8055,30.19],[8056,8057,66.76],[8058,8059,69.45],[8060,8061,89.48],[8062,8063,79.44],[8064,8071,57.63],[8072,8073,79.44],[8074,8079,87.01],[8080,8087,57.52],[8088,8089,94.53],[8090,8095,111.72],[8096,8103,72.4],[8104,8105,89.32],[8106,8107,109.73],[8108,8111,102.21],[8112,8116,57.63],[8117,8117,79.44],[8118,8119,57.63],[8120,8121,79.44],[8122,8123,75.2],[8124,8124,79.44],[8125,8125,36.63],[8126,8126,30.19],[8127,8129,36.63],[8130,8132,57.52],[8133,8133,79.44],[8134,8135,57.52],[8136,8136,69.56],[8137,8137,82.61],[8138,8138,82.66],[8139,8139,95.71],[8140,8140,79.44],[8141,8143,36.63],[8144,8145,29.59],[8146,8147,30.19],[8148,8149,79.44],[8150,8151,29.59],[8152,8153,36.63],[8154,8154,46.3],[8155,8155,59.35],[8156,8156,79.44],[8157,8159,36.63],[8160,8161,54.46],[8162,8163,69.45],[8164,8165,54.89],[8166,8167,54.46],[8168,8169,79.44],[8170,8170,67.68],[8171,8171,82.88],[8172,8172,76.27],[8173,8175,69.93],[8176,8177,79.44],[8178,8180,72.4],[8181,8181,79.44],[8182,8183,72.4],[8184,8184,86.58],[8185,8185,96.89],[8186,8186,90.02],[8187,8187,99.85],[8188,8188,81.75],[8189,8189,69.93],[8190,8190,36.63],[8192,8192,55],[8193,8193,110],[8194,8194,55],[8195,8195,110],[8196,8196,36.67],[8197,8197,27.5],[8198,8198,18.33],[8199,8199,69.93],[8200,8200,40.01],[8201,8201,22],[8202,8202,6.88],[8203,8207,0],[8208,8209,63.65],[8210,8211,69.93],[8212,8213,110],[8214,8214,30.88],[8215,8215,69.93],[8216,8219,29.54],[8220,8223,50.49],[8224,8225,69.93],[8226,8226,60],[8227,8227,51.67],[8228,8228,36.68],[8229,8229,73.32],[8230,8230,90.02],[8231,8231,34.8],[8232,8238,0],[8239,8239,19.34],[8240,8240,167.36],[8241,8241,149.1],[8242,8242,39.75],[8243,8244,61.28],[8245,8245,35.77],[8246,8246,59.62],[8247,8247,83.47],[8248,8248,38.78],[8249,8250,49.95],[8251,8251,79.49],[8252,8252,68.7],[8253,8253,46.41],[8254,8254,69.93],[8255,8256,55],[8257,8257,51.13],[8258,8258,100.22],[8259,8259,35.77],[8260,8260,39.75],[8261,8262,35.77],[8263,8263,88.78],[8264,8265,77.72],[8266,8267,69.56],[8268,8268,59.62],[8269,8269,59.67],[8270,8270,53.01],[8271,8271,34.8],[8272,8272,55],[8273,8273,53.01],[8274,8274,60.59],[8275,8275,110],[8276,8276,55],[8277,8277,76.69],[8278,8278,65.28],[8279,8279,107.15],[8280,8281,65.28],[8282,8282,110],[8283,8283,65.28],[8284,8284,76.8],[8285,8285,110],[8286,8286,30.56],[8287,8287,24.44],[8288,8302,0],[8304,8304,46.41],[8305,8305,23.85],[8306,8307,79.44],[8308,8309,59.62],[8310,8310,46.41],[8311,8312,59.62],[8313,8316,46.41],[8317,8318,24.81],[8319,8319,60],[8320,8332,46.41],[8333,8334,24.81],[8335,8335,79.44],[8336,8336,30.08],[8337,8337,28.2],[8338,8338,31.69],[8339,8339,31.9],[8340,8340,28.2],[8341,8350,79.44],[8352,8352,69.93],[8353,8354,76.81],[8355,8356,69.93],[8357,8357,106.99],[8358,8358,82.29],[8359,8359,127.99],[8360,8360,128.32],[8361,8361,108.76],[8362,8362,91.85],[8363,8363,68.54],[8364,8364,69.93],[8365,8365,76.22],[8366,8366,67.78],[8367,8367,110],[8368,8368,57.31],[8369,8369,66.33],[8370,8370,85.29],[8371,8372,75.2],[8373,8373,76.81],[8374,8374,74.44],[8375,8375,80.3],[8376,8376,62.15],[8377,8377,66],[8378,8378,61.18],[8379,8379,91.42],[8380,8381,62.15],[8382,8383,61.12],[8384,8398,79.44],[8400,8401,66.01],[8402,8402,51.7],[8403,8403,66.01],[8404,8405,77.02],[8406,8407,66.01],[8408,8408,95.15],[8409,8412,66.01],[8413,8413,117.41],[8414,8414,110],[8415,8415,95.15],[8416,8416,98.99],[8417,8417,77.02],[8418,8418,79.44],[8419,8419,110],[8420,8423,0],[8424,8424,56.88],[8425,8425,67.73],[8426,8426,87.33],[8427,8432,0],[8433,8446,79.44],[8448,8449,82.5],[8450,8450,80.71],[8451,8451,108.76],[8452,8452,70.43],[8453,8453,118.38],[8454,8454,82.5],[8455,8455,55.11],[8456,8456,66.28],[8457,8457,93.13],[8458,8458,110],[8459,8459,99.63],[8460,8460,108.66],[8461,8461,80.71],[8462,8462,55],[8463,8463,67.65],[8464,8464,75.68],[8465,8465,60.85],[8466,8466,77.88],[8467,8467,35.56],[8468,8468,85.56],[8469,8469,79.44],[8470,8470,128.91],[8471,8471,94.1],[8472,8472,81.43],[8473,8473,74.56],[8474,8474,86.97],[8475,8475,101.94],[8476,8476,87.44],[8477,8477,73.37],[8478,8478,69.56],[8479,8479,73.37],[8480,8480,124.13],[8481,8481,165.32],[8482,8482,107.42],[8483,8483,79.44],[8484,8484,67.19],[8485,8485,56.34],[8486,8486,90.02],[8487,8487,87.5],[8488,8488,76.81],[8489,8489,44.04],[8490,8490,76.22],[8491,8491,75.2],[8492,8492,101.94],[8493,8493,71.06],[8494,8494,78.96],[8495,8495,42.32],[8496,8496,67.68],[8497,8497,75.68],[8498,8498,72.99],[8499,8499,122.68],[8500,8500,44.63],[8501,8501,70.95],[8502,8502,61.93],[8503,8503,47],[8504,8504,55.11],[8505,8505,72.62],[8506,8506,102.7],[8507,8507,180.36],[8508,8508,74.03],[8509,8509,71.81],[8510,8510,63.33],[8511,8511,87.44],[8512,8512,80.51],[8513,8513,79.49],[8514,8515,58.65],[8516,8516,68.54],[8517,8517,88.84],[8518,8518,76.32],[8519,8519,67.35],[8520,8520,45.17],[8521,8521,46.51],[8522,8522,74.34],[8523,8523,76.7],[8524,8524,89.05],[8525,8525,97],[8526,8526,45.82],[8528,8530,110],[8531,8532,82.5],[8533,8538,88.14],[8539,8542,110],[8543,8543,41.84],[8544,8544,31.69],[8545,8545,64.94],[8546,8546,92.11],[8547,8547,99.53],[8548,8548,71.87],[8549,8549,100.98],[8550,8550,133.42],[8551,8551,160.6],[8552,8552,95.87],[8553,8553,68.86],[8554,8554,93.78],[8555,8555,126.22],[8556,8556,58.65],[8557,8557,76.11],[8558,8558,82.39],[8559,8559,94.75],[8560,8560,31.8],[8561,8561,63.59],[8562,8562,90.13],[8563,8563,85.72],[8564,8564,56.93],[8565,8565,86.04],[8566,8566,117.84],[8567,8567,144.32],[8568,8568,91.85],[8569,8569,67.46],[8570,8570,91.63],[8571,8571,123.43],[8572,8572,31.8],[8573,8573,56.34],[8574,8574,69.23],[8575,8575,102.7],[8576,8576,114.46],[8577,8577,82.39],[8578,8578,114.46],[8579,8579,76.11],[8580,8580,48.82],[8581,8581,71.65],[8582,8582,62.09],[8583,8584,79.44],[8585,8585,110],[8586,8590,79.44],[8592,8592,110],[8593,8593,55],[8594,8594,110],[8595,8595,55],[8596,8596,110],[8597,8597,55],[8598,8603,110],[8604,8615,78.42],[8616,8616,55],[8617,8617,110],[8618,8618,108.66],[8619,8620,78.42],[8621,8621,89.43],[8622,8622,110],[8623,8623,78.42],[8624,8626,95.15],[8627,8627,110],[8628,8628,95.15],[8629,8629,110],[8630,8631,95.15],[8632,8633,110],[8634,8634,87.98],[8635,8635,96.25],[8636,8636,95.15],[8637,8639,78.42],[8640,8640,95.15],[8641,8643,78.42],[8644,8646,110],[8647,8650,78.42],[8651,8652,110],[8653,8653,96.8],[8654,8654,104.52],[8655,8655,95.59],[8656,8656,110],[8657,8657,95.15],[8658,8658,102.41],[8659,8659,95.15],[8660,8660,102.41],[8661,8667,78.42],[8668,8669,89.43],[8670,8671,70.95],[8672,8672,110],[8673,8673,70.95],[8674,8674,110],[8675,8675,70.95],[8676,8682,110],[8683,8686,67.03],[8687,8687,68.21],[8688,8688,95.15],[8689,8690,84.97],[8691,8691,67.03],[8692,8692,103.98],[8693,8693,86.21],[8694,8694,94.75],[8695,8696,92.17],[8697,8697,104.52],[8698,8699,97.54],[8700,8700,109.89],[8701,8702,98.02],[8704,8704,69.34],[8705,8705,51.62],[8706,8706,69.93],[8707,8707,57.85],[8708,8708,58.81],[8709,8709,78.9],[8710,8710,79.98],[8711,8711,77.02],[8712,8712,63.38],[8713,8713,67.3],[8714,8714,56.02],[8715,8715,63.38],[8716,8716,64.78],[8717,8717,56.02],[8718,8718,57.42],[8719,8719,90.02],[8720,8720,87.5],[8721,8721,79.98],[8722,8722,90.02],[8723,8723,87.5],[8724,8724,65.85],[8725,8725,39.75],[8726,8726,87.5],[8727,8727,57.58],[8728,8728,39.05],[8729,8729,40.01],[8730,8730,90.02],[8731,8731,82.34],[8732,8732,79.65],[8733,8733,57.04],[8734,8734,110],[8735,8735,107.69],[8736,8736,65.74],[8737,8737,66.06],[8738,8738,66.6],[8739,8739,27.45],[8740,8740,51.99],[8741,8741,38.03],[8742,8742,57.79],[8743,8744,65.31],[8745,8745,79.44],[8746,8746,58.38],[8747,8747,69.93],[8748,8748,100.6],[8749,8749,123.64],[8750,8750,74.55],[8751,8751,101.62],[8752,8752,128.26],[8753,8753,65.8],[8754,8754,69.13],[8755,8755,65.69],[8756,8756,66.39],[8757,8757,65.69],[8758,8758,37.01],[8759,8759,63.33],[8760,8760,61.88],[8761,8761,63.33],[8762,8762,63.75],[8763,8763,61.55],[8764,8765,60.48],[8766,8766,59.73],[8767,8767,64.18],[8768,8768,42.92],[8769,8769,63.16],[8770,8770,63.75],[8771,8771,64.29],[8772,8772,73.8],[8773,8773,76.59],[8774,8774,69.23],[8775,8775,67.25],[8776,8776,90.02],[8777,8777,60.37],[8778,8778,66.39],[8779,8779,73.8],[8780,8780,59.73],[8781,8781,66.33],[8782,8782,65.69],[8783,8783,65.21],[8784,8784,61.61],[8785,8785,70.2],[8786,8787,69.56],[8788,8789,84],[8790,8790,63.65],[8791,8791,65.53],[8792,8792,64.78],[8793,8793,66.87],[8794,8794,68.11],[8795,8795,71.06],[8796,8796,69.99],[8797,8797,61.93],[8798,8798,63.22],[8799,8799,64.88],[8800,8801,90.02],[8802,8802,62.04],[8803,8803,65.21],[8804,8805,90.02],[8806,8806,63.22],[8807,8807,62.04],[8808,8808,68.43],[8809,8809,64.83],[8810,8810,80.67],[8811,8811,77.13],[8812,8812,39.37],[8813,8813,60.85],[8814,8815,62.04],[8816,8817,60.37],[8818,8818,62.04],[8819,8819,62.41],[8820,8820,64.13],[8821,8821,63.86],[8822,8823,66.6],[8824,8824,61.66],[8825,8825,63.43],[8826,8826,62.41],[8827,8827,63.59],[8828,8828,65.58],[8829,8829,63.59],[8830,8830,64.4],[8831,8831,64.02],[8832,8832,66.76],[8833,8833,63.65],[8834,8835,69.5],[8836,8836,70.84],[8837,8837,69.45],[8838,8839,72.94],[8840,8840,73.37],[8841,8841,71.44],[8842,8843,61.82],[8844,8845,63.97],[8846,8846,66.98],[8847,8848,71.92],[8849,8850,71.65],[8851,8852,67.19],[8853,8853,79.6],[8854,8854,81.96],[8855,8855,78.26],[8856,8856,79.44],[8857,8857,83.2],[8858,8858,80.89],[8859,8859,78.96],[8860,8860,83.74],[8861,8861,83.14],[8862,8862,86.21],[8863,8863,83.63],[8864,8864,80.62],[8865,8865,78.74],[8866,8869,82.55],[8870,8870,36.31],[8871,8871,36.68],[8872,8872,68.59],[8873,8873,80.19],[8874,8874,68.54],[8875,8875,83.09],[8876,8876,85.35],[8877,8877,85.56],[8878,8878,96.14],[8879,8879,91.95],[8880,8881,69.56],[8882,8883,81.53],[8884,8885,77.29],[8886,8887,80.83],[8888,8888,65.53],[8889,8889,75.14],[8890,8890,52.8],[8891,8892,76.59],[8893,8893,74.17],[8894,8894,81.59],[8895,8895,69.39],[8896,8897,73.8],[8898,8899,70.47],[8900,8900,41.89],[8901,8901,48.5],[8902,8902,49.31],[8903,8903,69.45],[8904,8904,84.97],[8905,8906,81.43],[8907,8908,79.6],[8909,8909,64.29],[8910,8911,69.82],[8912,8913,71.33],[8914,8915,62.63],[8916,8916,60.37],[8917,8917,67.51],[8918,8919,66.33],[8920,8921,106.46],[8922,8923,71.6],[8924,8925,71.06],[8926,8927,73.58],[8928,8928,73.26],[8929,8929,72.13],[8930,8930,75.46],[8931,8931,72.99],[8932,8932,73.8],[8933,8933,74.07],[8934,8934,74.39],[8935,8935,75.46],[8936,8936,79.06],[8937,8937,75.73],[8938,8938,82.34],[8939,8939,84.22],[8940,8940,84.86],[8941,8941,85.4],[8942,8942,45.17],[8943,8943,110],[8944,8944,101.19],[8945,8945,103.34],[8946,8946,71.49],[8947,8947,63.38],[8948,8948,56.02],[8949,8950,63.38],[8951,8951,56.02],[8952,8952,63.38],[8953,8953,69.5],[8954,8954,71.49],[8955,8955,63.38],[8956,8956,56.02],[8957,8957,63.38],[8958,8958,56.02],[8960,8960,60.37],[8961,8961,66.92],[8962,8962,66.01],[8963,8963,87.44],[8964,8964,60.37],[8965,8965,87.44],[8966,8966,73.04],[8967,8967,110],[8968,8971,49.41],[8972,8975,60.37],[8976,8976,62.04],[8977,8977,60.37],[8978,8978,110],[8979,8979,87.98],[8980,8980,95.15],[8981,8982,60.37],[8983,8983,71.49],[8984,8984,110],[8985,8985,60.37],[8986,8987,110],[8988,8991,60.37],[8992,8993,66.44],[8994,8995,95.15],[8996,8996,87.44],[8997,8997,110],[8998,8998,133.53],[8999,9000,110],[9001,9002,95.15],[9003,9003,133.53],[9004,9013,60.37],[9014,9014,96.25],[9015,9020,66.01],[9021,9021,110],[9022,9082,66.01],[9083,9083,73.64],[9084,9084,103.02],[9085,9085,34.8],[9086,9086,103.29],[9087,9087,40.82],[9088,9088,81.43],[9089,9090,109.73],[9091,9091,106.62],[9092,9092,86.31],[9093,9093,75.2],[9094,9094,74.23],[9095,9096,110],[9097,9098,74.55],[9099,9099,110],[9100,9100,88.84],[9101,9101,86.47],[9102,9102,82.18],[9103,9107,72.4],[9108,9108,81.69],[9109,9109,66.01],[9110,9110,51.88],[9111,9112,86.74],[9113,9114,89.7],[9115,9133,110],[9134,9134,135.08],[9135,9135,57.79],[9136,9137,110],[9138,9139,163.66],[9140,9141,67.73],[9142,9142,79.6],[9143,9143,70.74],[9144,9149,55.38],[9150,9164,110],[9165,9165,109.73],[9166,9166,110],[9167,9167,94.26],[9168,9168,56.21],[9169,9169,59.57],[9170,9171,59.67],[9172,9173,113.38],[9174,9174,105.38],[9175,9177,107.31],[9178,9179,110],[9180,9183,67.89],[9184,9184,67.73],[9185,9185,110],[9186,9186,125.84],[9187,9187,100.1],[9188,9188,120.34],[9189,9189,111.98],[9190,9190,101.86],[9191,9191,87.78],[9192,9192,79.44],[9193,9203,110],[9204,9207,79.44],[9208,9210,110],[9211,9214,79.44],[9216,9247,110],[9248,9248,65.96],[9249,9249,110],[9250,9250,65.96],[9251,9251,34.8],[9252,9252,65.96],[9253,9253,87.07],[9254,9254,44.37],[9255,9278,79.44],[9280,9285,66.44],[9286,9289,82.5],[9290,9290,66.44],[9291,9310,79.44],[9312,9412,110],[9413,9413,94.1],[9414,9470,110],[9472,9472,77.93],[9473,9473,110],[9474,9474,77.93],[9475,9483,110],[9484,9484,77.93],[9485,9487,110],[9488,9488,77.93],[9489,9491,110],[9492,9492,77.93],[9493,9495,110],[9496,9496,77.93],[9497,9499,110],[9500,9500,77.93],[9501,9507,110],[9508,9508,77.93],[9509,9515,110],[9516,9516,77.93],[9517,9523,110],[9524,9524,77.93],[9525,9531,110],[9532,9532,77.93],[9533,9547,110],[9548,9551,66.01],[9552,9580,77.93],[9581,9588,110],[9589,9598,66.01],[9600,9600,77.93],[9601,9603,110],[9604,9604,77.93],[9605,9607,110],[9608,9608,77.93],[9609,9611,110],[9612,9612,77.93],[9613,9615,110],[9616,9618,77.93],[9619,9619,80.19],[9620,9621,110],[9622,9630,66.23],[9632,9633,66.44],[9634,9634,110],[9635,9641,95.15],[9642,9643,38.99],[9644,9644,110],[9645,9645,95.15],[9646,9648,66.01],[9649,9649,110],[9650,9650,108.87],[9651,9651,110],[9652,9652,60.59],[9653,9653,95.15],[9654,9654,96.79],[9655,9655,110],[9656,9657,58.33],[9658,9658,108.87],[9659,9659,66.01],[9660,9660,108.87],[9661,9661,110],[9662,9663,70.25],[9664,9664,110],[9665,9665,87.44],[9666,9666,49.95],[9667,9667,95.15],[9668,9668,108.87],[9669,9669,66.01],[9670,9670,79.49],[9671,9671,67.62],[9672,9672,95.15],[9673,9673,110],[9674,9674,90.02],[9675,9675,66.44],[9676,9676,65.37],[9677,9677,66.01],[9678,9678,110],[9679,9679,66.44],[9680,9683,110],[9684,9687,66.01],[9688,9689,66.44],[9690,9697,66.01],[9698,9701,110],[9702,9702,38.99],[9703,9710,66.01],[9711,9711,110],[9712,9722,66.23],[9723,9724,95.15],[9725,9726,110],[9728,9734,110],[9735,9736,55],[9737,9737,110],[9738,9741,87.98],[9742,9742,110],[9743,9743,95.15],[9744,9746,91.31],[9747,9747,83.84],[9748,9752,110],[9753,9753,66.23],[9754,9755,105.6],[9756,9760,110],[9761,9761,66.01],[9762,9763,110],[9764,9764,63.81],[9765,9765,50.6],[9766,9766,110],[9767,9767,71.49],[9768,9768,48.82],[9769,9769,84.49],[9770,9770,110],[9771,9771,93.51],[9772,9772,74.44],[9773,9773,87.98],[9774,9774,110],[9775,9775,95.15],[9776,9783,98.99],[9784,9785,110],[9786,9786,112.31],[9787,9787,115.75],[9788,9788,100.82],[9789,9789,82.5],[9790,9790,97.32],[9791,9791,81.43],[9792,9792,82.5],[9793,9793,81.43],[9794,9794,82.5],[9795,9795,71.81],[9796,9796,53.93],[9797,9797,69.5],[9798,9798,85.78],[9799,9799,61.61],[9800,9823,110],[9824,9824,58.44],[9825,9826,110],[9827,9827,72.19],[9828,9828,110],[9829,9829,65.31],[9830,9830,56.13],[9831,9833,110],[9834,9834,55],[9835,9835,82.5],[9836,9838,110],[9839,9839,55],[9840,9841,66.23],[9842,9853,110],[9854,9854,66.23],[9855,9855,110],[9856,9867,66.23],[9868,9868,96.73],[9869,9869,94.91],[9870,9870,94.48],[9871,9871,98.56],[9872,9873,66.23],[9874,9879,110],[9880,9880,66.23],[9881,9881,110],[9882,9882,66.23],[9883,9884,110],[9885,9887,79.44],[9888,9889,110],[9890,9890,98.08],[9891,9891,98.67],[9892,9892,97.11],[9893,9893,72.6],[9894,9894,81.48],[9895,9895,101.57],[9896,9896,58.6],[9897,9897,101.19],[9898,9899,110],[9900,9900,69.07],[9901,9901,85.4],[9902,9902,116.07],[9903,9903,123],[9904,9905,110],[9906,9906,66.33],[9907,9916,79.44],[9917,9918,110],[9919,9923,79.44],[9924,9925,110],[9926,9927,79.44],[9928,9928,110],[9929,9933,79.44],[9934,9935,110],[9936,9936,79.44],[9937,9937,110],[9938,9938,79.44],[9939,9940,110],[9941,9953,79.44],[9954,9954,77],[9955,9960,79.44],[9961,9962,110],[9963,9967,79.44],[9968,9973,110],[9974,9974,79.44],[9975,9978,110],[9979,9980,79.44],[9981,9981,110],[9982,9982,79.44],[9984,9984,79.44],[9985,9985,107.15],[9986,9986,105.7],[9987,9987,107.15],[9988,9988,107.8],[9989,9989,110],[9990,9990,86.8],[9991,9991,86.9],[9992,9992,87.01],[9993,9993,75.89],[9994,9997,110],[9998,9998,86.64],[9999,9999,102.64],[10000,10000,100.22],[10001,10001,103.93],[10002,10002,107.15],[10003,10003,84.06],[10004,10004,93.08],[10005,10005,83.84],[10006,10006,83.74],[10007,10007,62.79],[10008,10008,74.44],[10009,10009,83.95],[10010,10010,83.57],[10011,10011,83.47],[10012,10012,82.93],[10013,10013,54.36],[10014,10014,60.69],[10015,10015,59.08],[10016,10016,63.49],[10017,10017,76.11],[10018,10018,86.47],[10019,10020,86.69],[10021,10021,86.9],[10022,10022,87.23],[10023,10023,87.33],[10024,10024,110],[10025,10025,90.56],[10026,10026,86.8],[10027,10027,92.49],[10028,10028,90.56],[10029,10029,91.63],[10030,10030,89.75],[10031,10031,91.42],[10032,10032,101.51],[10033,10033,81.86],[10034,10034,79.55],[10035,10035,82.39],[10036,10036,86.9],[10037,10037,87.12],[10038,10038,76.43],[10039,10039,85.35],[10040,10040,84.49],[10041,10041,87.12],[10042,10042,83.47],[10043,10043,77.77],[10044,10044,77.88],[10045,10045,75.03],[10046,10046,77.13],[10047,10047,90.88],[10048,10048,89.64],[10049,10050,86.8],[10051,10051,77.77],[10052,10052,75.57],[10053,10053,76.54],[10054,10054,75.79],[10055,10055,86.47],[10056,10056,86.58],[10057,10057,78.42],[10058,10058,87.01],[10059,10059,86.37],[10060,10060,110],[10061,10061,96.04],[10062,10062,110],[10063,10064,83.84],[10065,10066,83.47],[10067,10069,110],[10070,10070,86.26],[10071,10071,110],[10072,10072,31.8],[10073,10073,30.45],[10074,10074,45.65],[10075,10076,43.13],[10077,10078,73.48],[10079,10080,79.44],[10081,10081,80.51],[10082,10083,59.83],[10084,10084,100.12],[10085,10085,73.37],[10086,10087,83.57],[10088,10089,42.92],[10090,10091,34.86],[10092,10093,30.35],[10094,10095,55.97],[10096,10097,45.12],[10098,10099,25.73],[10100,10101,36.74],[10102,10131,86.69],[10132,10132,98.34],[10133,10135,110],[10136,10136,82.29],[10137,10137,101.62],[10138,10138,82.29],[10139,10139,100.98],[10140,10140,101.94],[10141,10142,102.1],[10143,10143,91.74],[10144,10144,96.04],[10145,10145,91.09],[10146,10147,101.62],[10148,10148,100.87],[10149,10149,102.32],[10150,10150,102.43],[10151,10151,50.92],[10152,10152,97.11],[10153,10154,91.95],[10155,10156,95.39],[10157,10158,76.54],[10159,10159,96.14],[10160,10160,110],[10161,10161,96.14],[10162,10162,83.57],[10163,10163,104.04],[10164,10164,84.81],[10165,10165,95.18],[10166,10166,84.81],[10167,10167,97.7],[10168,10168,106.35],[10169,10169,97.7],[10170,10170,91.42],[10171,10171,96.04],[10172,10172,101.94],[10173,10173,106.72],[10174,10174,100.98],[10176,10176,60.32],[10177,10177,104.31],[10178,10178,75.84],[10179,10180,62.09],[10181,10182,66.23],[10183,10183,68.16],[10184,10185,101.03],[10186,10186,37.44],[10187,10187,92.18],[10188,10188,35.75],[10189,10189,92.18],[10190,10191,79.44],[10192,10192,82.07],[10193,10193,68.16],[10194,10194,65.69],[10195,10196,59.67],[10197,10198,99.26],[10199,10199,122.62],[10200,10201,75.84],[10202,10202,95.66],[10203,10203,94.21],[10204,10204,116.02],[10205,10206,93.35],[10207,10207,43.61],[10208,10208,60.59],[10209,10209,76.97],[10210,10211,96.36],[10212,10213,104.09],[10214,10215,46.41],[10216,10217,40.23],[10218,10219,50.97],[10220,10221,53.68],[10222,10222,25.63],[10224,10225,108.01],[10226,10227,104.79],[10228,10228,137.07],[10229,10238,129.71],[10240,10494,75.2],[10496,10497,102.91],[10498,10499,95.23],[10500,10500,113.87],[10501,10501,102.91],[10502,10503,95.23],[10504,10505,52.53],[10506,10507,78.9],[10508,10511,97],[10512,10512,114.73],[10513,10513,92.17],[10514,10515,96.25],[10516,10517,95.12],[10518,10520,114.73],[10521,10524,95.12],[10525,10528,97],[10529,10530,82.07],[10531,10534,71.54],[10535,10535,85.72],[10536,10536,81.32],[10537,10537,85.72],[10538,10538,81.32],[10539,10540,76.75],[10541,10544,81.32],[10545,10546,85.72],[10547,10547,93.13],[10548,10549,110],[10550,10551,95.15],[10552,10552,44.85],[10553,10553,95.15],[10554,10557,88.89],[10558,10559,72.08],[10560,10561,83.9],[10562,10567,92.17],[10568,10568,101.3],[10569,10569,53.6],[10570,10571,92.17],[10572,10573,54.36],[10574,10574,92.17],[10575,10575,47.64],[10576,10576,92.17],[10577,10577,47.59],[10578,10579,94.85],[10580,10581,47.64],[10582,10583,94.85],[10584,10585,47.64],[10586,10587,95.93],[10588,10589,47.64],[10590,10591,95.93],[10592,10593,47.64],[10594,10597,95.15],[10598,10605,92.17],[10606,10607,78.53],[10608,10613,92.17],[10614,10614,79.49],[10615,10615,114.73],[10616,10616,79.49],[10617,10617,84.11],[10618,10618,101.3],[10619,10619,84.11],[10620,10621,61.18],[10622,10622,65.74],[10624,10624,40.12],[10625,10625,41.84],[10626,10626,34.48],[10627,10628,41.09],[10629,10630,49.2],[10631,10632,36.85],[10633,10634,43.45],[10635,10636,33.14],[10637,10640,32.98],[10641,10641,40.23],[10642,10642,40.44],[10643,10644,72.46],[10645,10646,76.48],[10647,10648,71.33],[10649,10649,24.81],[10650,10650,30.45],[10651,10651,65.31],[10652,10653,65.1],[10654,10654,72.67],[10655,10655,60.32],[10656,10657,65.31],[10658,10661,60.32],[10662,10663,82.82],[10664,10671,65.31],[10672,10676,77.34],[10677,10677,95.61],[10678,10678,77.02],[10679,10679,77.24],[10680,10680,79.44],[10681,10681,77.24],[10682,10682,77.29],[10683,10683,77.4],[10684,10689,77.24],[10690,10690,94.1],[10691,10691,96.09],[10692,10696,82.18],[10697,10697,87.55],[10698,10700,82.34],[10701,10701,103.82],[10702,10702,71.54],[10703,10704,83.36],[10705,10707,75.57],[10708,10709,71.65],[10710,10711,84.38],[10712,10713,30.45],[10714,10715,46.57],[10716,10716,70.09],[10717,10717,71.17],[10718,10718,70.09],[10719,10719,74.12],[10720,10720,82.18],[10721,10721,71.87],[10722,10722,75.09],[10723,10724,72.99],[10725,10725,73.05],[10726,10726,78.15],[10727,10727,69.88],[10728,10729,82.34],[10730,10730,78.9],[10731,10731,52.05],[10732,10733,98.88],[10734,10735,65.74],[10736,10737,77.93],[10738,10739,77.24],[10740,10740,90.02],[10741,10741,65.85],[10742,10742,63.38],[10743,10745,55.91],[10746,10747,74.34],[10748,10749,59.08],[10750,10750,52.05],[10752,10753,98.88],[10754,10754,99.15],[10755,10756,59.89],[10757,10758,65.47],[10759,10760,84.27],[10761,10761,73.26],[10762,10762,94.1],[10763,10763,71.76],[10764,10764,165.59],[10765,10767,67.25],[10768,10768,64.51],[10769,10769,80.08],[10770,10773,64.51],[10774,10774,67.25],[10775,10775,74.34],[10776,10778,67.25],[10779,10779,70.2],[10780,10780,67.89],[10781,10781,75.57],[10782,10782,43.45],[10783,10783,36.74],[10784,10784,89.16],[10785,10785,35.88],[10786,10787,59.46],[10788,10788,59.89],[10789,10789,59.46],[10790,10790,59.89],[10791,10791,71.22],[10792,10792,70.2],[10793,10794,59.94],[10795,10796,59.73],[10797,10798,83.68],[10799,10799,50.38],[10800,10800,58.17],[10801,10801,59.62],[10802,10802,57.36],[10803,10803,88.52],[10804,10805,78.58],[10806,10808,98.88],[10809,10811,82.34],[10812,10813,56.34],[10814,10814,36.74],[10815,10815,67.68],[10816,10821,59.89],[10822,10823,42.7],[10824,10825,59.62],[10826,10827,56.24],[10828,10829,81.26],[10830,10831,65.47],[10832,10832,81.26],[10833,10834,67.08],[10835,10836,71.7],[10837,10838,82.82],[10839,10840,71.7],[10841,10841,66.71],[10842,10843,71.7],[10844,10845,81.21],[10846,10848,67.08],[10849,10849,59.73],[10850,10851,67.08],[10852,10853,73.42],[10854,10857,59.62],[10858,10861,59.78],[10862,10862,53.33],[10863,10864,59.78],[10865,10866,59.73],[10867,10867,59.89],[10868,10868,93.3],[10869,10869,108.23],[10870,10870,160.27],[10871,10871,60],[10872,10872,65.47],[10873,10874,72.46],[10875,10876,56.34],[10877,10879,59.73],[10880,10880,59.83],[10881,10884,59.73],[10885,10886,59.78],[10887,10887,60.59],[10888,10888,62.73],[10889,10890,59.78],[10891,10892,59.73],[10893,10893,60.59],[10894,10894,60.26],[10895,10896,59.94],[10897,10903,59.73],[10904,10906,59.83],[10907,10908,59.73],[10909,10910,59.78],[10911,10911,60.69],[10912,10912,60.05],[10913,10914,75.14],[10915,10915,88.73],[10916,10916,59.89],[10917,10917,102.86],[10918,10921,67.46],[10922,10922,56.34],[10923,10923,57.63],[10924,10924,60.59],[10925,10925,61.12],[10926,10926,59.67],[10927,10929,60.8],[10930,10930,60.64],[10931,10934,60.8],[10935,10935,60.21],[10936,10936,60.26],[10937,10937,60.21],[10938,10938,60.26],[10939,10940,97.65],[10941,10942,62.09],[10943,10950,50.54],[10951,10954,60.05],[10955,10956,50.54],[10957,10958,104.84],[10959,10960,62.09],[10961,10962,61.98],[10963,10966,50.54],[10967,10968,93.51],[10969,10971,65.69],[10972,10972,67.14],[10973,10973,65.69],[10974,10974,43.18],[10975,10977,75.84],[10978,10978,75.46],[10979,10979,75.25],[10980,10980,75.46],[10981,10981,92.11],[10982,10982,75.41],[10983,10985,75.84],[10986,10987,76.22],[10988,10989,56.34],[10990,10990,34.43],[10991,10992,31.26],[10993,10993,32.87],[10994,10994,42.92],[10995,10995,59.78],[10996,10996,38.4],[10997,10997,52.58],[10998,10998,24.81],[10999,11000,106.78],[11001,11002,59.73],[11003,11003,54.84],[11004,11004,39.05],[11005,11005,45.17],[11006,11006,32.33],[11904,11929,110],[11930,11930,79.44],[11931,12019,110],[12020,12030,79.44],[12272,12283,110],[12284,12286,79.44],[12288,12333,110],[12334,12335,176.01],[12336,12350,110],[12800,12827,95.15],[12828,12828,93.61],[12829,12831,79.44],[12832,12879,110],[12880,12880,79.44],[12881,12895,110],[12896,12923,95.15],[12924,12926,79.44],[12927,12927,93.06],[12928,13003,110],[13004,13007,79.44],[13008,13054,110],[13056,13174,110],[13175,13178,79.44],[13179,13183,110],[13184,13188,95.15],[13189,13193,110],[13194,13196,95.15],[13197,13200,110],[13201,13205,95.15],[13206,13208,110],[13209,13210,95.15],[13211,13222,110],[13223,13231,95.15],[13232,13235,110],[13236,13249,95.15],[13250,13250,110],[13251,13251,95.15],[13252,13252,110],[13253,13254,95.15],[13255,13255,93.06],[13256,13256,110],[13257,13258,95.15],[13259,13262,110],[13263,13264,95.15],[13265,13266,110],[13267,13267,95.15],[13268,13269,110],[13270,13270,95.15],[13271,13274,110],[13275,13277,95.15],[13278,13279,79.44],[13280,13310,110],[13312,19893,110],[19894,19902,79.44],[19968,40898,110],[40899,40899,79.44],[40900,40900,110],[40901,40901,79.44],[40902,40907,110],[40908,40908,79.44],[40909,40911,110],[40912,40958,79.44],[63744,64045,110],[64046,64047,79.44],[64048,64109,110],[64110,64254,79.44],[65072,65102,110],[65136,65136,34.31],[65137,65137,22.33],[65138,65138,34.31],[65139,65139,32.97],[65140,65140,34.31],[65141,65141,79.44],[65142,65142,34.31],[65143,65143,22.33],[65144,65144,34.31],[65145,65145,22.33],[65146,65146,34.31],[65147,65147,22.33],[65148,65148,34.31],[65149,65149,22.33],[65150,65150,34.31],[65151,65151,22.33],[65152,65152,45.39],[65153,65153,22.77],[65154,65154,25.24],[65155,65155,22.77],[65156,65156,25.24],[65157,65158,47.53],[65159,65159,22.77],[65160,65160,25.24],[65161,65161,70.2],[65162,65162,64.72],[65163,65164,26.86],[65165,65165,22.77],[65166,65166,25.24],[65167,65168,78.47],[65169,65170,26.86],[65171,65171,31.04],[65172,65172,41.25],[65173,65174,78.47],[65175,65176,26.86],[65177,65178,78.47],[65179,65180,26.86],[65181,65181,61.93],[65182,65182,57.85],[65183,65184,58.28],[65185,65185,61.93],[65186,65186,57.85],[65187,65188,58.28],[65189,65189,61.93],[65190,65190,57.85],[65191,65192,58.28],[65193,65196,37.11],[65197,65200,53.76],[65201,65202,90.34],[65203,65204,58.38],[65205,65206,90.34],[65207,65208,58.38],[65209,65210,120.8],[65211,65212,93.08],[65213,65214,120.8],[65215,65216,93.08],[65217,65224,63.97],[65225,65225,59.83],[65226,65226,49.52],[65227,65227,57.85],[65228,65228,43.34],[65229,65229,59.83],[65230,65230,49.52],[65231,65231,57.85],[65232,65232,43.34],[65233,65234,86.74],[65235,65235,29.43],[65236,65236,28.9],[65237,65238,63.97],[65239,65239,29.43],[65240,65240,28.9],[65241,65242,66.12],[65243,65244,43.34],[65245,65246,55.7],[65247,65248,22.77],[65249,65250,37.17],[65251,65252,43.34],[65253,65254,57.85],[65255,65256,26.86],[65257,65257,31.04],[65258,65258,41.25],[65259,65259,49.52],[65260,65260,43.34],[65261,65262,47.53],[65263,65263,70.2],[65264,65264,64.72],[65265,65265,70.2],[65266,65266,64.72],[65267,65268,26.86],[65269,65269,59.83],[65270,65270,66.06],[65271,65271,59.83],[65272,65272,66.06],[65273,65273,59.83],[65274,65274,66.06],[65275,65275,59.83],[65276,65276,66.06],[65277,65278,79.44],[65280,65280,79.44],[65281,65376,110],[65377,65440,55],[65441,65441,53.1],[65442,65443,55],[65444,65444,53.1],[65445,65446,55],[65447,65447,53.1],[65448,65470,55],[65471,65473,79.44],[65474,65479,55],[65480,65481,79.44],[65482,65487,55],[65488,65489,79.44],[65490,65495,55],[65496,65497,79.44],[65498,65500,55],[65501,65503,79.44],[65504,65508,110],[65509,65509,69.93],[65510,65510,108.76],[65511,65511,79.44],[65512,65512,110],[65513,65518,55],[65792,65792,75.2],[65793,65793,66.06],[65794,65794,75.2],[65795,65795,66.06],[65796,65796,75.2],[65797,65797,66.06],[65798,65798,76.81],[65799,65799,57.31],[65800,65800,76.81],[65801,65801,57.31],[65802,65802,76.81],[65803,65803,57.31],[65804,65804,76.81],[65805,65805,57.31],[65806,65806,84.76],[65807,65807,71.22],[65808,65808,85.29],[65809,65809,68.54],[65810,65810,69.56],[65811,65811,65.53],[65812,65812,69.56],[65813,65813,65.53],[65814,65814,69.56],[65815,65815,65.53],[65816,65816,69.56],[65817,65817,65.53],[65818,65818,69.56],[65819,65819,65.53],[65820,65820,85.29],[65821,65821,68.54],[65822,65822,85.29],[65823,65823,68.54],[65824,65824,85.29],[65825,65825,68.54],[65826,65826,85.29],[65827,65827,68.54],[65828,65828,82.66],[65829,65829,69.61],[65830,65830,82.66],[65831,65831,69.61],[65832,65832,46.3],[65833,65833,30.19],[65834,65834,46.3],[65835,65835,30.19],[65836,65836,46.3],[65837,65837,30.19],[65838,65838,46.3],[65839,65839,30.19],[65840,65840,46.3],[65841,65841,30.19],[65842,65842,95.77],[65843,65843,67.51],[65844,65844,50],[65845,65845,37.87],[65846,65846,76.22],[65847,65848,65.1],[65849,65849,61.23],[65850,65850,30.19],[65851,65851,61.23],[65852,65852,30.19],[65853,65853,61.23],[65854,65854,32.55],[66304,66350,0],[66352,66382,0],[66560,66561,69.56],[66562,66562,87.17],[66563,66563,62.3],[66564,66564,77.08],[66565,66565,75.2],[66566,66567,46.3],[66568,66568,50],[66569,66569,123],[66570,66570,121.33],[66571,66571,89.97],[66572,66572,76.22],[66573,66573,82.55],[66574,66574,67.68],[66575,66575,82.66],[66576,66576,75.2],[66577,66578,75.41],[66579,66579,62.3],[66580,66580,82.02],[66581,66581,69.56],[66582,66582,107.05],[66583,66583,67.73],[66584,66585,82.55],[66586,66586,76.22],[66587,66587,80.78],[66588,66588,92.71],[66589,66589,82.66],[66590,66590,86.58],[66591,66591,82.66],[66592,66592,66.33],[66593,66593,76.81],[66594,66594,67.78],[66595,66595,67.68],[66596,66596,90.07],[66597,66597,75.36],[66598,66598,83.74],[66599,66599,78.31],[66600,66600,113.33],[66601,66601,114.94],[66602,66602,86.15],[66603,66603,101.25],[66604,66604,74.87],[66605,66605,77.13],[66606,66606,113.76],[66607,66607,77.67],[66608,66608,66.06],[66609,66609,67.57],[66610,66610,65.42],[66611,66611,51.83],[66612,66612,68.37],[66613,66613,65.53],[66614,66614,87.76],[66615,66615,57.69],[66616,66617,70.42],[66618,66618,65.1],[66619,66619,68.27],[66620,66620,76.59],[66621,66621,70.09],[66622,66622,66.76],[66623,66623,70.09],[66624,66624,68.54],[66625,66625,58.76],[66626,66626,54.57],[66627,66627,65.1],[66628,66628,92.49],[66629,66629,65.1],[66630,66630,70.9],[66631,66631,66.6],[66632,66632,96.36],[66633,66633,97.65],[66634,66634,70.47],[66635,66635,87.39],[66636,66636,62.79],[66637,66637,60.16],[66638,66638,92.28],[119040,119294,95.15],[119808,120739,95.15],[120740,120830,79.44],[131072,131072,0],[131073,131079,36.63],[131080,131080,0],[131081,131085,38.67],[131086,131100,36.63],[131101,131101,0],[131102,131103,36.63],[131104,131104,38.67],[131105,131105,43.29],[131106,131106,50.49],[131107,131107,90.02],[131108,131108,69.93],[131109,131109,118.38],[131110,131110,79.92],[131111,131111,29.54],[131112,131113,49.95],[131114,131114,69.93],[131115,131115,90.02],[131116,131116,40.01],[131117,131117,49.95],[131118,131118,40.01],[131119,131119,49.95],[131120,131129,69.93],[131130,131131,49.95],[131132,131134,90.02],[131135,131135,60],[131136,131136,110],[131137,131137,75.2],[131138,131138,75.41],[131139,131139,76.81],[131140,131140,84.76],[131141,131141,69.56],[131142,131142,63.22],[131143,131143,85.29],[131144,131144,82.66],[131145,131145,46.3],[131146,131146,50],[131147,131147,76.22],[131148,131148,61.23],[131149,131149,92.71],[131150,131150,82.29],[131151,131151,86.58],[131152,131152,66.33],[131153,131153,86.58],[131154,131154,76.48],[131155,131155,75.2],[131156,131156,67.78],[131157,131157,80.51],[131158,131158,75.2],[131159,131159,108.76],[131160,131160,75.36],[131161,131161,67.68],[131162,131162,75.36],[131163,131165,49.95],[131166,131166,90.02],[131167,131168,69.93],[131169,131169,66.06],[131170,131170,68.54],[131171,131171,57.31],[131172,131172,68.54],[131173,131173,65.53],[131174,131174,38.67],[131175,131175,68.54],[131176,131176,69.61],[131177,131177,30.19],[131178,131178,37.87],[131179,131179,65.1],[131180,131180,30.19],[131181,131181,106.99],[131182,131182,69.61],[131183,131183,66.76],[131184,131185,68.54],[131186,131186,46.94],[131187,131187,57.31],[131188,131188,43.34],[131189,131189,69.61],[131190,131190,65.1],[131191,131191,90.02],[131192,131193,65.1],[131194,131194,57.79],[131195,131195,69.82],[131196,131196,49.95],[131197,131197,69.82],[131198,131198,90.02],[131199,131199,0],[131200,131200,61.18],[131201,131231,55],[131232,131232,38.67],[131233,131233,43.29],[131234,131237,69.93],[131238,131238,49.95],[131239,131240,69.93],[131241,131241,110],[131242,131242,60],[131243,131243,70.9],[131244,131244,90.02],[131245,131245,0],[131246,131246,110],[131247,131247,69.93],[131248,131248,59.62],[131249,131249,90.02],[131250,131251,59.62],[131252,131252,69.93],[131253,131253,70.58],[131254,131254,69.93],[131255,131255,40.01],[131256,131256,69.93],[131257,131257,59.62],[131258,131258,60],[131259,131259,70.9],[131260,131262,110],[131263,131263,60],[131264,131269,75.2],[131270,131270,108.28],[131271,131271,76.81],[131272,131275,69.56],[131276,131279,46.3],[131280,131280,85.29],[131281,131281,82.29],[131282,131286,86.58],[131287,131287,90.02],[131288,131288,86.58],[131289,131292,80.51],[131293,131293,67.68],[131294,131294,66.6],[131295,131295,68.21],[131296,131301,66.06],[131302,131302,105.06],[131303,131303,57.31],[131304,131307,65.53],[131308,131311,30.19],[131312,131312,67.3],[131313,131313,69.61],[131314,131318,66.76],[131319,131319,90.02],[131320,131320,66.76],[131321,131324,69.61],[131325,131325,65.1],[131326,131326,68.54],[131327,131327,65.1],[131328,131328,75.2],[131329,131329,66.06],[131330,131330,75.2],[131331,131331,66.06],[131332,131332,75.2],[131333,131333,66.06],[131334,131334,76.81],[131335,131335,57.31],[131336,131336,76.81],[131337,131337,57.31],[131338,131338,76.81],[131339,131339,57.31],[131340,131340,76.81],[131341,131341,57.31],[131342,131342,84.76],[131343,131343,71.22],[131344,131344,85.29],[131345,131345,68.54],[131346,131346,69.56],[131347,131347,65.53],[131348,131348,69.56],[131349,131349,65.53],[131350,131350,69.56],[131351,131351,65.53],[131352,131352,69.56],[131353,131353,65.53],[131354,131354,69.56],[131355,131355,65.53],[131356,131356,85.29],[131357,131357,68.54],[131358,131358,85.29],[131359,131359,68.54],[131360,131360,85.29],[131361,131361,68.54],[131362,131362,85.29],[131363,131363,68.54],[131364,131364,82.66],[131365,131365,69.61],[131366,131366,82.66],[131367,131367,69.61],[131368,131368,46.3],[131369,131369,30.19],[131370,131370,46.3],[131371,131371,30.19],[131372,131372,46.3],[131373,131373,30.19],[131374,131374,46.3],[131375,131375,30.19],[131376,131376,46.3],[131377,131377,30.19],[131378,131378,95.77],[131379,131379,67.51],[131380,131380,50],[131381,131381,37.87],[131382,131382,76.22],[131383,131384,65.1],[131385,131385,61.23],[131386,131386,30.19],[131387,131387,61.23],[131388,131388,30.19],[131389,131389,61.23],[131390,131390,32.55],[131391,131391,61.23],[131392,131392,50.43],[131393,131393,61.77],[131394,131394,31.26],[131395,131395,82.29],[131396,131396,69.61],[131397,131397,82.29],[131398,131398,69.61],[131399,131399,82.29],[131400,131400,69.61],[131401,131401,80.35],[131402,131402,82.29],[131403,131403,69.61],[131404,131404,86.58],[131405,131405,66.76],[131406,131406,86.58],[131407,131407,66.76],[131408,131408,86.58],[131409,131409,66.76],[131410,131410,117.68],[131411,131411,107.96],[131412,131412,76.48],[131413,131413,46.94],[131414,131414,76.48],[131415,131415,46.94],[131416,131416,76.48],[131417,131417,46.94],[131418,131418,75.2],[131419,131419,57.31],[131420,131420,75.2],[131421,131421,57.31],[131422,131422,75.2],[131423,131423,57.31],[131424,131424,75.2],[131425,131425,57.31],[131426,131426,67.78],[131427,131427,43.34],[131428,131428,67.78],[131429,131429,43.34],[131430,131430,67.78],[131431,131431,43.34],[131432,131432,80.51],[131433,131433,69.61],[131434,131434,80.51],[131435,131435,69.61],[131436,131436,80.51],[131437,131437,69.34],[131438,131438,80.51],[131439,131439,69.61],[131440,131440,80.51],[131441,131441,69.61],[131442,131442,80.51],[131443,131443,69.34],[131444,131444,108.76],[131445,131445,90.02],[131446,131446,67.68],[131447,131447,65.1],[131448,131448,67.68],[131449,131449,75.36],[131450,131450,57.79],[131451,131451,75.36],[131452,131452,57.79],[131453,131453,75.36],[131454,131454,57.79],[131455,131455,33.03],[131456,131456,55],[131457,131457,83.57],[131458,131458,63.16],[131459,131459,55],[131460,131460,63.16],[131461,131461,55],[131462,131463,73.37],[131464,131464,48.82],[131465,131465,79.44],[131466,131466,89.64],[131467,131467,63.16],[131468,131468,55],[131469,131469,51.83],[131470,131470,67.19],[131471,131471,83.04],[131472,131472,55.11],[131473,131473,61.18],[131474,131474,69.93],[131475,131476,79.44],[131477,131477,84.7],[131478,131478,27.88],[131479,131479,36.63],[131480,131480,79.44],[131481,131481,55],[131482,131482,30.56],[131483,131483,53.33],[131484,131484,89.8],[131485,131485,79.44],[131486,131486,55],[131487,131487,79.44],[131488,131488,88.73],[131489,131489,66.76],[131490,131490,101.73],[131491,131491,76.05],[131492,131492,71.49],[131493,131493,55],[131494,131495,61.18],[131496,131496,42.81],[131497,131497,64.02],[131498,131498,37.81],[131499,131499,30.56],[131500,131500,67.19],[131501,131501,30.56],[131502,131502,67.19],[131503,131503,83.2],[131504,131504,72.56],[131505,131505,81.75],[131506,131506,79.44],[131507,131507,85.88],[131508,131508,55],[131509,131509,67.19],[131510,131510,48.82],[131511,131512,59.3],[131513,131514,48.82],[131515,131516,55],[131517,131517,48.77],[131518,131518,46.41],[131519,131519,55],[131520,131520,22.02],[131521,131521,30.88],[131522,131522,27.39],[131523,131523,36.63],[131524,131524,146.63],[131525,131525,128.26],[131526,131526,103.82],[131527,131527,110],[131528,131528,97.75],[131529,131529,61.12],[131530,131530,122.25],[131531,131531,110],[131532,131532,85.56],[131533,131533,79.44],[131534,131534,48.82],[131535,131535,36.63],[131536,131536,30.56],[131537,131537,79.44],[131538,131538,55],[131539,131539,79.44],[131540,131540,55],[131541,131541,79.44],[131542,131542,55],[131543,131543,80.51],[131544,131544,69.61],[131545,131545,79.44],[131546,131546,55],[131547,131547,80.51],[131548,131548,69.61],[131549,131549,48.82],[131550,131550,79.44],[131551,131551,48.82],[131552,131552,79.44],[131553,131553,48.82],[131554,131554,97.81],[131555,131555,73.37],[131556,131556,79.44],[131557,131557,55],[131558,131558,79.44],[131559,131559,55],[131560,131560,79.44],[131561,131561,55],[131562,131562,79.44],[131563,131563,55],[131564,131564,79.44],[131565,131565,55],[131566,131566,59.3],[131567,131567,48.82],[131568,131568,30.56],[131569,131569,146.63],[131570,131570,128.26],[131571,131571,103.82],[131572,131572,85.29],[131573,131573,68.54],[131574,131574,104.47],[131575,131575,61.61],[131576,131576,82.29],[131577,131577,69.61],[131578,131578,75.2],[131579,131579,66.06],[131580,131580,108.28],[131581,131581,105.06],[131582,131582,86.58],[131583,131583,66.76],[131584,131584,79.44],[131585,131585,48.82],[131586,131586,79.44],[131587,131587,48.82],[131588,131588,67.19],[131589,131589,48.82],[131590,131590,67.19],[131591,131591,48.82],[131592,131592,36.63],[131593,131593,30.56],[131594,131594,36.63],[131595,131595,30.56],[131596,131596,79.44],[131597,131597,55],[131598,131598,79.44],[131599,131599,55],[131600,131600,73.37],[131601,131601,36.63],[131602,131602,73.37],[131603,131603,36.63],[131604,131604,79.44],[131605,131605,55],[131606,131606,79.44],[131607,131607,55],[131608,131608,75.2],[131609,131609,57.31],[131610,131610,67.78],[131611,131611,43.34],[131612,131612,61.93],[131613,131613,43.45],[131614,131614,79.44],[131615,131615,55],[131616,131616,71.49],[131617,131617,55],[131618,131618,66.39],[131619,131619,55],[131620,131620,67.19],[131621,131621,48.82],[131622,131622,79.44],[131623,131623,48.82],[131624,131624,67.19],[131625,131625,48.82],[131626,131626,79.44],[131627,131627,55],[131628,131628,79.44],[131629,131629,55],[131630,131630,79.44],[131631,131631,55],[131632,131632,79.44],[131633,131633,55],[131634,131634,79.44],[131635,131635,55],[131636,131636,30.56],[131637,131637,55],[131638,131638,34.86],[131639,131639,30.56],[131640,131640,85.13],[131641,131641,84.97],[131642,131642,79.44],[131643,131643,73.37],[131644,131644,55],[131645,131646,67.19],[131647,131647,42.81],[131648,131648,48.82],[131649,131649,58.71],[131650,131650,43.72],[131651,131651,73.37],[131652,131652,79.44],[131653,131653,79.76],[131654,131654,67.19],[131655,131655,48.82],[131656,131656,42.81],[131657,131657,30.56],[131658,131658,77.24],[131659,131659,55],[131660,131660,73.37],[131661,131661,36.63],[131662,131662,79.44],[131663,131663,55],[131664,131664,48.82],[131665,131666,57.52],[131667,131667,55],[131668,131669,48.82],[131670,131671,55],[131672,131672,48.82],[131673,131673,65.53],[131674,131674,68.96],[131675,131676,46.19],[131677,131677,64.67],[131678,131678,48.72],[131679,131679,36.63],[131680,131681,55],[131682,131682,49.84],[131683,131683,55],[131684,131684,48.82],[131685,131687,55],[131688,131688,30.56],[131689,131689,29.59],[131690,131693,30.56],[131694,131694,63.54],[131695,131697,85.56],[131698,131699,55],[131700,131700,54.68],[131701,131701,55],[131702,131702,69.29],[131703,131703,72.4],[131704,131704,60.85],[131705,131711,36.63],[131712,131713,53.66],[131714,131714,42.81],[131715,131716,36.63],[131717,131717,47.96],[131718,131718,36.63],[131719,131720,30.56],[131721,131721,55],[131722,131722,60.37],[131723,131723,51.67],[131724,131724,55],[131725,131725,79.44],[131726,131726,55],[131727,131727,54.19],[131728,131728,48.82],[131729,131729,54.52],[131730,131735,48.82],[131736,131736,79.44],[131737,131737,51.94],[131738,131738,48.72],[131739,131739,49.84],[131740,131740,58.87],[131741,131741,30.56],[131742,131742,55],[131743,131743,47.27],[131744,131744,55],[131745,131746,48.82],[131747,131747,88.25],[131748,131748,92.92],[131749,131749,93.83],[131750,131750,62.14],[131751,131751,50.6],[131752,131752,71.38],[131753,131753,86.64],[131754,131754,62.25],[131755,131755,61.55],[131756,131756,56.56],[131757,131757,52.91],[131758,131758,68.7],[131759,131759,67.73],[131760,131761,35.34],[131762,131762,17.08],[131763,131765,23.9],[131766,131766,32.28],[131767,131767,47.1],[131768,131768,32.66],[131769,131769,24.06],[131770,131770,40.18],[131771,131775,36.63],[131776,131777,27.29],[131778,131781,62.04],[131782,131783,69.93],[131784,131784,36.63],[131785,131785,69.93],[131786,131791,36.63],[131792,131793,30.56],[131794,131799,36.63],[131800,131805,69.93],[131806,131806,0],[131807,131807,42],[131808,131808,32.23],[131809,131809,18.26],[131810,131810,23.36],[131811,131811,31.8],[131812,131812,27.29],[131813,131817,42.11],[131818,131821,36.63],[131822,131822,48.82],[131823,131831,36.63],[131832,131832,30.56],[131833,131836,36.63],[131837,131838,43.72],[131839,131839,36.63],[131840,131951,0],[131952,131952,46.09],[131953,131953,36.52],[131954,131954,64.57],[131955,131955,51.37],[131956,131957,36.63],[131958,131958,79.31],[131959,131959,63.8],[131960,131961,79.44],[131962,131962,36.63],[131963,131965,48.82],[131966,131966,49.95],[131967,131967,36.63],[131968,131971,79.44],[131972,131973,69.93],[131974,131974,75.2],[131975,131975,49.95],[131976,131976,82.61],[131977,131977,95.71],[131978,131978,59.35],[131979,131979,79.44],[131980,131980,96.89],[131981,131981,79.44],[131982,131982,82.88],[131983,131983,99.85],[131984,131984,30.19],[131985,131985,75.2],[131986,131986,75.41],[131987,131987,62.3],[131988,131988,77.34],[131989,131989,69.56],[131990,131990,75.36],[131991,131991,82.66],[131992,131992,86.58],[131993,131993,46.3],[131994,131994,76.22],[131995,131995,75.41],[131996,131996,92.71],[131997,131997,82.29],[131998,131998,71.38],[131999,131999,86.58],[132000,132000,82.66],[132001,132001,66.33],[132002,132002,79.44],[132003,132003,73.96],[132004,132004,67.78],[132005,132005,67.68],[132006,132006,90.07],[132007,132007,75.36],[132008,132008,95.77],[132009,132009,90.02],[132010,132010,46.3],[132011,132011,67.68],[132012,132012,68.54],[132013,132013,56.4],[132014,132014,69.61],[132015,132015,30.19],[132016,132016,69.45],[132017,132017,68.54],[132018,132018,68.21],[132019,132019,65.1],[132020,132020,66.87],[132021,132021,56.4],[132022,132022,50.33],[132023,132023,69.61],[132024,132024,68.64],[132025,132025,30.19],[132026,132027,65.1],[132028,132028,70.36],[132029,132029,65.1],[132030,132030,55.32],[132031,132031,66.76],[132032,132032,70.09],[132033,132033,68.75],[132034,132034,55.86],[132035,132035,69.34],[132036,132036,54.57],[132037,132037,69.45],[132038,132038,86.9],[132039,132039,64.88],[132040,132040,90.4],[132041,132041,89.48],[132042,132042,30.19],[132043,132043,69.45],[132044,132044,66.76],[132045,132045,69.45],[132046,132046,89.48],[132047,132047,62.26],[132048,132048,55.97],[132049,132049,54.46],[132050,132050,79.44],[132051,132051,97.92],[132052,132052,79.44],[132053,132053,57.9],[132054,132054,72.4],[132055,132055,61.61],[132056,132056,79.44],[132057,132057,55],[132058,132058,73.37],[132059,132059,46.19],[132060,132060,61.18],[132061,132061,49.15],[132062,132062,63.33],[132063,132063,49.63],[132064,132064,80.46],[132065,132065,60.91],[132066,132066,91.09],[132067,132067,85.56],[132068,132068,67.73],[132069,132069,57.31],[132070,132070,72.72],[132071,132071,48.82],[132072,132073,59.62],[132074,132074,72.19],[132075,132075,63.92],[132076,132076,76.91],[132077,132077,55.97],[132078,132078,52.26],[132079,132079,42.43],[132080,132080,61.61],[132081,132081,55.97],[132082,132082,48.82],[132083,132083,30.56],[132084,132084,79.44],[132085,132086,44.53],[132087,132087,61.18],[132088,132088,55],[132089,132089,73.37],[132090,132090,97.81],[132091,132091,69.61],[132092,132092,54.89],[132093,132095,73.37],[132096,132097,69.56],[132098,132098,87.17],[132099,132099,62.3],[132100,132100,77.08],[132101,132101,75.2],[132102,132103,46.3],[132104,132104,50],[132105,132105,123],[132106,132106,121.33],[132107,132107,89.97],[132108,132108,76.22],[132109,132109,82.55],[132110,132110,67.68],[132111,132111,82.66],[132112,132112,75.2],[132113,132114,75.41],[132115,132115,62.3],[132116,132116,82.02],[132117,132117,69.56],[132118,132118,107.05],[132119,132119,67.73],[132120,132121,82.55],[132122,132122,76.22],[132123,132123,80.78],[132124,132124,92.71],[132125,132125,82.66],[132126,132126,86.58],[132127,132127,82.66],[132128,132128,66.33],[132129,132129,76.81],[132130,132130,67.78],[132131,132131,67.68],[132132,132132,90.07],[132133,132133,75.36],[132134,132134,83.74],[132135,132135,78.31],[132136,132136,113.33],[132137,132137,114.94],[132138,132138,86.15],[132139,132139,101.25],[132140,132140,74.87],[132141,132141,77.13],[132142,132142,113.76],[132143,132143,77.67],[132144,132144,66.06],[132145,132145,67.57],[132146,132146,65.42],[132147,132147,51.83],[132148,132148,68.37],[132149,132149,65.53],[132150,132150,87.76],[132151,132151,57.69],[132152,132153,70.42],[132154,132154,65.1],[132155,132155,68.27],[132156,132156,76.59],[132157,132157,70.09],[132158,132158,66.76],[132159,132159,70.09],[132160,132160,68.54],[132161,132161,58.76],[132162,132162,54.57],[132163,132163,65.1],[132164,132164,92.49],[132165,132165,65.1],[132166,132166,70.9],[132167,132167,66.6],[132168,132168,96.36],[132169,132169,97.65],[132170,132170,70.47],[132171,132171,87.39],[132172,132172,62.79],[132173,132173,60.16],[132174,132174,92.28],[132175,132175,65.96],[132176,132177,65.53],[132178,132178,69.61],[132179,132179,51.83],[132180,132180,60.16],[132181,132181,57.31],[132182,132183,30.19],[132184,132184,37.87],[132185,132186,100.55],[132187,132187,69.61],[132188,132188,65.1],[132189,132189,70.42],[132190,132190,65.1],[132191,132191,70.09],[132192,132192,128.96],[132193,132193,69.66],[132194,132194,73.8],[132195,132195,59.73],[132196,132196,106.46],[132197,132197,74.5],[132198,132198,79.44],[132199,132199,64.88],[132200,132200,113.6],[132201,132201,91.74],[132202,132202,98.56],[132203,132203,76],[132204,132204,132.93],[132205,132205,102.86],[132206,132206,55.11],[132207,132207,43.45],[132208,132208,81.16],[132209,132209,68.86],[132210,132210,79.44],[132211,132211,55],[132212,132212,89.48],[132213,132213,64.78],[132214,132214,89.48],[132215,132215,64.78],[132216,132216,130.63],[132217,132217,114.4],[132218,132218,83.9],[132219,132219,62.25],[132220,132220,108.17],[132221,132221,89.48],[132222,132222,128.96],[132223,132223,69.66],[132224,132224,73.37],[132225,132225,48.82],[132226,132226,36.74],[132227,132230,0],[132231,132231,69.93],[132232,132233,0],[132234,132234,79.44],[132235,132235,58.87],[132236,132236,63.16],[132237,132237,51.72],[132238,132238,61.18],[132239,132239,55],[132240,132240,62.3],[132241,132241,51.83],[132242,132242,62.3],[132243,132243,51.83],[132244,132244,69.45],[132245,132245,56.67],[132246,132246,107.05],[132247,132247,87.76],[132248,132248,55.11],[132249,132249,43.45],[132250,132250,76.22],[132251,132251,65.1],[132252,132252,76.22],[132253,132253,65.1],[132254,132254,73.37],[132255,132255,53.44],[132256,132256,86.42],[132257,132257,63.06],[132258,132258,82.66],[132259,132259,70.09],[132260,132260,93.56],[132261,132261,68.54],[132262,132262,113.54],[132263,132263,86.8],[132264,132264,86.58],[132265,132265,67.84],[132266,132266,73.37],[132267,132267,48.82],[132268,132268,67.19],[132269,132269,48.07],[132270,132270,67.68],[132271,132271,65.1],[132272,132272,67.68],[132273,132273,65.1],[132274,132274,75.36],[132275,132275,65.1],[132276,132276,87.66],[132277,132277,66.33],[132278,132278,71.49],[132279,132279,55.32],[132280,132280,78.31],[132281,132281,66.6],[132282,132282,78.31],[132283,132283,69.61],[132284,132284,96.63],[132285,132285,75.79],[132286,132286,96.63],[132287,132287,75.79],[132288,132288,36.63],[132289,132289,98.56],[132290,132290,76],[132291,132291,73.37],[132292,132292,56.67],[132293,132293,74.6],[132294,132294,54.89],[132295,132295,79.44],[132296,132296,58.87],[132297,132297,79.44],[132298,132298,58.87],[132299,132299,71.49],[132300,132300,55.32],[132301,132301,97.81],[132302,132302,69.61],[132303,132303,30.56],[132304,132304,79.44],[132305,132305,48.82],[132306,132306,79.44],[132307,132307,48.82],[132308,132308,97.81],[132309,132309,73.37],[132310,132310,67.19],[132311,132311,48.82],[132312,132312,83.04],[132313,132313,65.53],[132314,132314,79.44],[132315,132315,48.82],[132316,132316,98.56],[132317,132317,76],[132318,132318,55.11],[132319,132319,43.45],[132320,132320,55.11],[132321,132321,48.82],[132322,132322,79.44],[132323,132323,58.87],[132324,132324,79.44],[132325,132325,58.87],[132326,132326,79.44],[132327,132327,55],[132328,132328,86.58],[132329,132329,66.76],[132330,132330,79.44],[132331,132331,55],[132332,132332,72.62],[132333,132333,47.21],[132334,132334,77.88],[132335,132335,55],[132336,132336,77.88],[132337,132337,55],[132338,132338,77.88],[132339,132339,55],[132340,132340,71.49],[132341,132341,55.32],[132342,132342,63.59],[132343,132343,45.12],[132344,132344,95.93],[132345,132345,73.91],[132346,132346,63.59],[132347,132347,45.12],[132348,132348,79.44],[132349,132349,55],[132350,132350,79.44],[132351,132351,55],[132352,132352,63.16],[132353,132353,55],[132354,132354,88.41],[132355,132355,84.76],[132356,132356,88.25],[132357,132357,77.61],[132358,132358,63.11],[132359,132359,49.79],[132360,132360,99.74],[132361,132361,82.71],[132362,132362,104.47],[132363,132363,86.64],[132364,132364,79.44],[132365,132365,49.84],[132366,132366,76.54],[132367,132367,66.17],[132368,132368,55.11],[132369,132369,43.45],[132370,132370,74.6],[132371,132371,54.89],[132372,132372,83.82],[132373,132373,76.23],[132374,132374,91.3],[132375,132375,74.91],[132376,132376,113.41],[132377,132377,81.07],[132378,132378,86.58],[132379,132379,68.54],[132380,132380,108.76],[132381,132381,90.02],[132382,132382,75.35],[132383,132383,69.41],[132384,132384,107.91],[132385,132385,87.56],[132386,132386,122.21],[132387,132387,99.88],[132388,132388,76.27],[132389,132389,66.23],[132390,132390,74.17],[132391,132391,67.57],[132392,132392,48.84],[132393,132393,44.33],[132394,132394,98.01],[132395,132395,89.43],[132396,132396,61.82],[132397,132397,57.64],[132398,132398,73.37],[132399,132399,64.99],[132400,132400,79.44],[132401,132401,83.84],[132402,132402,63.38],[132403,132403,80.67],[132404,132404,80.57],[132405,132405,68.32],[132406,132406,71.44],[132407,132407,63.27],[132408,132408,59.89],[132409,132409,80.08],[132410,132410,75.2],[132411,132411,64.24],[132412,132412,56.67],[132413,132413,80.41],[132414,132414,72.19],[132415,132415,65.96],[132416,132416,64.78],[132417,132417,76.97],[132418,132418,79.49],[132419,132419,67.84],[132420,132420,80.41],[132421,132421,61.34],[132422,132422,80.67],[132423,132423,69.99],[132424,132424,59.46],[132425,132425,65.9],[132426,132426,72.78],[132427,132427,66.71],[132428,132428,80.62],[132429,132429,67.68],[132430,132430,80.89],[132431,132431,61.45],[132432,132432,54.03],[132433,132433,63.38],[132434,132434,68.7],[132435,132435,74.77],[132436,132436,68.54],[132437,132437,64.45],[132438,132438,76.65],[132439,132440,79.44],[132441,132441,43.99],[132442,132442,36.63],[132443,132443,33.09],[132444,132444,42.06],[132445,132445,29.06],[132446,132446,38.08],[132447,132447,0],[132448,132448,79.44],[132449,132449,82.18],[132450,132450,56.18],[132451,132451,66.87],[132452,132452,69.61],[132453,132453,55.38],[132454,132454,57.79],[132455,132455,51.72],[132456,132456,55.81],[132457,132457,62.52],[132458,132458,63.43],[132459,132459,55.11],[132460,132460,30.19],[132461,132461,84.17],[132462,132462,58.01],[132463,132463,54.36],[132464,132464,55.11],[132465,132465,50.92],[132466,132466,56.99],[132467,132467,58.01],[132468,132468,57.52],[132469,132469,29.97],[132470,132470,55.86],[132471,132471,48.45],[132472,132472,57.9],[132473,132473,45.49],[132474,132474,81.1],[132475,132475,48.39],[132476,132476,67.19],[132477,132477,57.9],[132478,132478,58.12],[132479,132479,83.47],[132480,132480,69.61],[132481,132481,56.4],[132482,132482,42.59],[132483,132483,80.62],[132484,132484,64.78],[132485,132485,54.62],[132486,132486,69.34],[132487,132487,59.19],[132488,132488,79.44],[132489,132489,39.05],[132490,132490,43.67],[132491,132494,79.44],[132495,132495,64.56],[132496,132496,79.44],[132497,132541,0],[132542,132542,39.16],[132543,132543,0],[132544,132544,32.01],[132545,132546,0],[132547,132547,30.56],[132548,132549,0],[132550,132550,33.52],[132551,132551,0],[132552,132559,79.44],[132560,132560,52.96],[132561,132561,50.06],[132562,132562,36.9],[132563,132563,46.08],[132564,132564,51.83],[132565,132565,30.67],[132566,132566,31.47],[132567,132567,52.42],[132568,132568,52.31],[132569,132569,29.33],[132570,132570,49.74],[132571,132571,47.59],[132572,132572,47.48],[132573,132573,55.81],[132574,132574,53.39],[132575,132575,30.19],[132576,132576,33.52],[132577,132577,52.26],[132578,132579,49.95],[132580,132580,48.45],[132581,132581,53.07],[132582,132582,50.6],[132583,132583,52.1],[132584,132584,51.56],[132585,132585,67.14],[132586,132586,55],[132587,132591,79.44],[132592,132592,61.28],[132593,132593,60],[132594,132594,58.65],[132595,132595,22.99],[132596,132596,40.87],[132597,132607,79.44],[132608,132608,81.48],[132609,132609,142.98],[132610,132610,83.52],[132611,132611,101.14],[132612,132612,292.08],[132613,132613,120.31],[132614,132615,70.86],[132616,132616,85.63],[132617,132618,57.78],[132619,132619,28.9],[132620,132620,35.07],[132621,132621,26.26],[132622,132622,72.24],[132623,132623,59.83],[132624,132628,0],[132629,132629,29.59],[132630,132633,0],[132634,132634,9],[132635,132635,35.07],[132636,132636,0],[132637,132637,79.44],[132638,132638,31.8],[132639,132639,39.21],[132640,132640,88.68],[132641,132641,45.39],[132642,132643,22.77],[132644,132644,47.53],[132645,132645,22.77],[132646,132646,70.2],[132647,132647,22.77],[132648,132648,78.47],[132649,132649,31.04],[132650,132651,78.47],[132652,132654,61.93],[132655,132656,37.11],[132657,132658,53.76],[132659,132660,90.34],[132661,132662,120.8],[132663,132664,63.97],[132665,132666,59.83],[132667,132668,77.43],[132669,132671,70.47],[132672,132672,22.77],[132673,132673,86.74],[132674,132674,63.97],[132675,132675,66.12],[132676,132676,55.7],[132677,132677,37.17],[132678,132678,57.85],[132679,132679,31.04],[132680,132680,47.53],[132681,132682,70.2],[132683,132703,0],[132704,132714,57.85],[132715,132716,35.07],[132717,132717,57.85],[132718,132718,78.47],[132719,132719,63.97],[132720,132720,0],[132721,132723,22.77],[132724,132724,0],[132725,132725,22.77],[132726,132727,47.53],[132728,132728,70.2],[132729,132736,78.47],[132737,132743,61.93],[132744,132752,37.11],[132753,132761,53.76],[132762,132764,90.34],[132765,132766,120.8],[132767,132767,63.97],[132768,132768,59.83],[132769,132774,86.74],[132775,132776,63.97],[132777,132777,89.32],[132778,132778,127.08],[132779,132779,89.32],[132780,132782,66.12],[132783,132788,89.32],[132789,132792,55.7],[132793,132797,57.85],[132798,132798,49.52],[132799,132799,61.93],[132800,132803,31.04],[132804,132811,47.53],[132812,132814,70.2],[132815,132815,47.53],[132816,132817,70.2],[132818,132819,89.32],[132820,132820,22.77],[132821,132821,31.04],[132822,132828,0],[132829,132829,123.54],[132830,132830,119.29],[132831,132840,0],[132841,132841,66.01],[132842,132845,0],[132846,132846,37.11],[132847,132847,53.76],[132848,132857,57.85],[132858,132858,90.34],[132859,132859,120.8],[132860,132860,59.83],[132861,132861,45.39],[132862,132862,37.17],[132863,132863,49.52],[132864,132943,79.44],[132944,132950,78.47],[132951,132952,61.93],[132953,132954,37.11],[132955,132955,53.76],[132956,132956,90.34],[132957,132959,59.83],[132960,132961,86.74],[132962,132964,89.32],[132965,132966,37.17],[132967,132969,57.85],[132970,132970,55.7],[132971,132972,53.76],[132973,132973,90.34],[132974,132975,64.25],[132976,132976,100.4],[132977,132977,44.86],[132978,132978,64.25],[132979,132980,32.17],[132981,132983,70.47],[132984,132985,43.16],[132986,132988,64.25],[132989,132990,100.4],[132991,132991,59.92],[132992,133279,79.44],[133280,133281,96.2],[133282,133282,74.34],[133283,133283,84.17],[133284,133284,101.41],[133285,133285,74.34],[133286,133286,69.66],[133287,133287,53.66],[133288,133289,83.41],[133290,133290,61.5],[133291,133291,47.16],[133292,133292,63.86],[133293,133293,26.32],[133294,133294,52.48],[133295,133295,124.02],[133296,133296,92.33],[133297,133297,51.56],[133298,133298,37.11],[133299,133299,73.37],[133300,133300,87.55],[133301,133301,79.44],[133302,133304,96.2],[133305,133305,37.6],[133306,133306,83.41],[133307,133307,101.84],[133308,133308,74.34],[133309,133309,65.85],[133310,133332,79.44],[133333,133333,57.79],[133334,133334,39.58],[133335,133335,40.71],[133336,133336,34.11],[133337,133337,32.66],[133338,133343,79.44],[133344,133344,56.45],[133345,133345,61.93],[133346,133346,79.44],[133347,133369,0],[133370,133370,79.44],[133371,133375,0],[133376,133378,72.6],[133379,133379,102.08],[133380,133381,79.75],[133382,133382,109.67],[133383,133384,58.41],[133385,133385,52.25],[133386,133386,74.25],[133387,133387,90.64],[133388,133388,78.76],[133389,133392,60.28],[133393,133396,109.67],[133397,133397,84.7],[133398,133398,87.12],[133399,133399,61.27],[133400,133400,69.85],[133401,133401,68.42],[133402,133402,70.84],[133403,133403,74.58],[133404,133404,81.51],[133405,133405,85.03],[133406,133406,77.11],[133407,133407,55.33],[133408,133408,63.14],[133409,133409,59.84],[133410,133410,57.86],[133411,133411,83.16],[133412,133412,61.16],[133413,133413,70.95],[133414,133414,57.53],[133415,133415,69.52],[133416,133417,56.43],[133418,133418,61.82],[133419,133419,87.34],[133420,133420,62.37],[133421,133421,64.13],[133422,133422,63.69],[133423,133423,66.99],[133424,133424,44.22],[133425,133425,44.88],[133426,133426,78.43],[133427,133428,80.63],[133429,133429,60.28],[133430,133430,78.98],[133431,133431,62.92],[133432,133432,74.8],[133433,133433,55.77],[133434,133434,72.6],[133435,133435,102.63],[133436,133436,72.6],[133437,133437,53.9],[133438,133440,102.63],[133441,133448,72.6],[133449,133452,102.63],[133453,133453,72.6],[133454,133455,102.63],[133456,133456,134.53],[133457,133458,0],[133459,133463,72.6],[133464,133464,84.7],[133465,133465,87.12],[133466,133466,61.27],[133467,133467,81.51],[133468,133468,59.84],[133469,133469,57.86],[133470,133470,87.34],[133471,133471,66.99],[133472,133472,90.64],[133473,133473,78.76],[133474,133475,72.6],[133476,133476,52.47],[133477,133477,81.73],[133478,133478,51.26],[133479,133479,53.13],[133480,133480,54.23],[133481,133481,53.57],[133482,133482,55.66],[133483,133483,59.4],[133484,133484,58.08],[133485,133485,71.61],[133486,133486,52.8],[133487,133487,52.47],[133488,133488,54.89],[133489,133489,34.43],[133490,133491,79.75],[133492,133493,109.67],[133494,133495,79.75],[133496,133496,56.65],[133497,133497,81.51],[133498,133498,66.99],[133499,133499,61.27],[133500,133500,79.64],[133501,133501,50.05],[133502,133502,60.94],[133503,133503,62.37],[133504,133504,62.15],[133505,133505,72.6],[133506,133506,120.67],[133507,133507,119.68],[133508,133508,79.44],[133509,133509,98.23],[133510,133510,128.37],[133511,133511,54.34],[133512,133512,72.38],[133513,133513,73.48],[133514,133514,75.13],[133515,133515,82.72],[133516,133516,67.54],[133517,133518,79.44],[133519,133519,77.77],[133520,133520,83.38],[133521,133522,79.44],[133523,133523,66.11],[133524,133524,78.21],[133525,133525,76.01],[133526,133526,72.27],[133527,133527,69.52],[133528,133528,68.64],[133529,133529,75.57],[133530,133530,57.75],[133531,133531,65.45],[133532,133532,87.56],[133533,133533,84.59],[133534,133534,104.28],[133535,133535,60.06],[133536,133536,59.73],[133537,133537,73.48],[133538,133538,60.17],[133539,133539,66.88],[133540,133540,74.91],[133541,133541,74.36],[133542,133542,60.17],[133543,133543,66.77],[133544,133544,69.19],[133545,133545,79.44],[133546,133546,71.94],[133547,133547,82.61],[133548,133548,60.39],[133549,133549,79.2],[133550,133550,64.35],[133551,133551,61.93],[133552,133552,60.39],[133553,133553,79.44],[133554,133554,81.18],[133555,133557,79.44],[133558,133558,76.67],[133559,133559,62.15],[133560,133560,72.49],[133561,133561,54.34],[133562,133563,79.44],[133564,133564,72.6],[133565,133565,50.82],[133566,133568,102.63],[133569,133572,72.6],[133573,133574,79.44],[133575,133576,102.41],[133577,133578,79.44],[133579,133580,132.44],[133581,133581,72.6],[133582,133582,57.42],[133583,133590,79.44],[133591,133591,102.63],[133592,133595,79.44],[133596,133596,73.48],[133597,133597,60.17],[133598,133598,79.44],[133599,133599,61.93],[133600,133600,82.72],[133601,133601,67.54],[133602,133603,72.6],[133604,133605,79.44],[133606,133606,65.34],[133607,133607,57.86],[133608,133608,52.58],[133609,133609,79.75],[133610,133610,55.11],[133611,133611,66.99],[133612,133612,69.96],[133613,133613,62.15],[133614,133614,76.23],[133615,133615,69.41],[133616,133616,60.83],[133617,133617,60.39],[133618,133618,45.54],[133619,133619,65.56],[133620,133620,43.78],[133621,133621,75.02],[133622,133622,69.52],[133623,133623,30.03],[133624,133624,62.26],[133625,133625,58.3],[133626,133626,69.63],[133627,133627,29.7],[133628,133632,79.44],[133633,133633,64.61],[133634,133634,64.51],[133635,133635,82.88],[133636,133636,79.44],[133637,133637,78.58],[133638,133638,104.84],[133639,133639,91.79],[133640,133640,91.52],[133641,133642,71.6],[133643,133646,79.44],[133647,133647,65.26],[133648,133648,78.58],[133649,133650,79.44],[133651,133651,71.6],[133652,133652,78.58],[133653,133653,66.12],[133654,133654,67.25],[133655,133655,80.03],[133656,133656,81.75],[133657,133657,66.12],[133658,133658,67.89],[133659,133659,65.53],[133660,133660,68.48],[133661,133661,69.77],[133662,133662,65.15],[133663,133663,65.31],[133664,133664,68.27],[133665,133665,64.56],[133666,133666,67.68],[133667,133667,66.82],[133668,133668,64.29],[133669,133669,67.19],[133670,133670,67.78],[133671,133671,67.19],[133672,133672,68.27],[133673,133673,79.44],[133674,133674,67.19],[133675,133675,66.28],[133676,133676,68.11],[133677,133677,62.14],[133678,133678,67.08],[133679,133679,80.89],[133680,133680,64.18],[133681,133681,79.44],[133682,133683,70.47],[133684,133684,79.44],[133685,133685,67.94],[133686,133686,67.08],[133687,133687,79.44],[133688,133688,67.08],[133689,133689,64.13],[133690,133691,79.44],[133692,133692,65.37],[133693,133693,79.44],[133694,133694,86.58],[133695,133695,80.14],[133696,133696,86.42],[133697,133697,64.4],[133698,133698,64.51],[133699,133702,79.44],[133703,133703,64.61],[133704,133704,64.56],[133705,133706,79.44],[133707,133707,64.56],[133708,133708,64.61],[133709,133709,64.51],[133710,133712,79.44],[133713,133713,64.51],[133714,133720,79.44],[133721,133721,67.25],[133722,133722,80.03],[133723,133723,68.48],[133724,133724,62.57],[133725,133725,79.44],[133726,133726,66.28],[133727,133733,79.44],[133734,133734,79.98],[133735,133735,58.22],[133736,133736,59.73],[133737,133737,60.59],[133738,133738,66.49],[133739,133739,65.15],[133740,133740,60.16],[133741,133741,60.42],[133742,133742,69.18],[133743,133743,66.33],[133744,133744,64.51],[133745,133745,64.56],[133746,133746,65.26],[133747,133747,71.6],[133748,133748,144.54],[133749,133749,64.51],[133750,133760,79.44],[133761,133762,88.87],[133763,133763,27.86],[133764,133764,79.44],[133765,133765,94.15],[133766,133766,119.24],[133767,133767,70.65],[133768,133768,78.04],[133769,133769,81.67],[133770,133770,95.14],[133771,133771,88.15],[133772,133772,83.26],[133773,133773,94.15],[133774,133774,79.44],[133775,133776,94.15],[133777,133777,119.24],[133778,133778,79.44],[133779,133780,119.24],[133781,133781,62.79],[133782,133782,84.18],[133783,133783,78.51],[133784,133784,69.99],[133785,133785,64.57],[133786,133786,73.95],[133787,133787,85.83],[133788,133788,92.11],[133789,133789,91.91],[133790,133790,76.13],[133791,133791,70.19],[133792,133792,78.9],[133793,133793,62.79],[133794,133794,75.53],[133795,133795,97.92],[133796,133796,71.24],[133797,133797,74.48],[133798,133798,63.25],[133799,133799,70.71],[133800,133800,72.96],[133801,133801,79.44],[133802,133802,74.41],[133803,133803,62.79],[133804,133804,85.11],[133805,133805,88.74],[133806,133806,67.41],[133807,133807,74.48],[133808,133808,55.66],[133809,133809,79.44],[133810,133810,74.35],[133811,133811,89.66],[133812,133812,79.44],[133813,133813,73.82],[133814,133814,79.1],[133815,133815,74.41],[133816,133816,81.41],[133817,133817,64.77],[133818,133819,79.44],[133820,133820,88.87],[133821,133821,56.19],[133822,133822,124.59],[133823,133823,121.03],[133824,133824,124.59],[133825,133829,88.87],[133830,133830,79.44],[133831,133832,88.87],[133833,133833,119.11],[133834,133834,79.44],[133835,133836,119.11],[133837,133837,88.87],[133838,133839,79.44],[133840,133840,119.71],[133841,133855,79.44],[133856,133856,94.95],[133857,133857,83.26],[133858,133859,88.87],[133860,133861,79.44],[133862,133862,74.02],[133863,133863,46.35],[133864,133864,55.66],[133865,133865,62.06],[133866,133866,71.57],[133867,133867,74.41],[133868,133868,56.72],[133869,133869,84.71],[133870,133870,59.42],[133871,133871,74.81],[133872,133872,47.21],[133873,133873,102.8],[133874,133888,79.44],[133889,133889,28.02],[133890,133890,45.71],[133891,133891,47.85],[133892,133892,79.44],[133893,133893,83.74],[133894,133894,101.37],[133895,133895,88.03],[133896,133896,90.48],[133897,133897,90.54],[133898,133899,90.23],[133900,133900,62.46],[133901,133902,79.44],[133903,133903,70.21],[133904,133904,91.05],[133905,133906,79.44],[133907,133907,74.8],[133908,133908,95.39],[133909,133909,87.4],[133910,133911,84],[133912,133912,83.62],[133913,133913,94.01],[133914,133914,82.8],[133915,133915,70.39],[133916,133916,86.89],[133917,133917,83.87],[133918,133918,79.08],[133919,133919,84],[133920,133920,84.88],[133921,133922,84.44],[133923,133923,78.52],[133924,133924,84.44],[133925,133925,73.86],[133926,133926,84.81],[133927,133927,72.72],[133928,133928,79.02],[133929,133929,79.44],[133930,133930,74.61],[133931,133931,94.32],[133932,133932,84.81],[133933,133933,87.71],[133934,133934,74.61],[133935,133935,81.98],[133936,133936,87.4],[133937,133937,79.44],[133938,133939,87.4],[133940,133940,79.44],[133941,133941,84.81],[133942,133942,79.71],[133943,133944,74.61],[133945,133945,84.81],[133946,133947,79.44],[133948,133948,4.72],[133949,133949,49.93],[133950,133950,98.04],[133951,133951,77.95],[133952,133952,98.04],[133953,133956,77.95],[133957,133958,79.44],[133959,133959,137.2],[133960,133960,136.7],[133961,133962,79.44],[133963,133964,154.83],[133965,133965,77.95],[133966,133973,79.44],[133974,133974,77.95],[133975,133975,98.04],[133976,133979,79.44],[133980,133981,84.44],[133982,133982,79.44],[133983,133983,90.48],[133984,133984,88.97],[133985,133985,64.35],[133986,133987,77.95],[133988,133989,79.44],[133990,133990,67.18],[133991,133992,55.79],[133993,133993,91.3],[133994,133994,68.63],[133995,133995,58.87],[133996,133996,69.7],[133997,133997,62.02],[133998,133998,54.65],[133999,133999,60.64],[134000,134000,80.53],[134001,134001,62.84],[134002,134002,19.39],[134003,134003,44.08],[134004,134004,69.83],[134005,134005,56.61],[134006,134006,81.48],[134007,134007,91.3],[134008,134017,79.44],[134018,134018,61.82],[134019,134019,76.11],[134020,134020,79.44],[134021,134021,97.59],[134022,134022,116.93],[134023,134023,102.86],[134024,134024,68.86],[134025,134025,104.31],[134026,134026,123.54],[134027,134029,79.44],[134030,134031,78.1],[134032,134032,86.15],[134033,134033,79.44],[134034,134035,82.61],[134036,134036,169.3],[134037,134037,78.1],[134038,134040,79.44],[134041,134041,91.04],[134042,134042,71.27],[134043,134043,79.44],[134044,134044,82.82],[134045,134045,79.44],[134046,134046,104.52],[134047,134047,85.02],[134048,134050,79.44],[134051,134051,135.94],[134052,134052,74.71],[134053,134055,79.44],[134056,134056,73.58],[134057,134057,101.3],[134058,134058,64.35],[134059,134061,79.44],[134062,134062,73.48],[134063,134063,75.79],[134064,134064,58.76],[134065,134065,69.82],[134066,134066,87.55],[134067,134067,93.4],[134068,134068,73.48],[134069,134069,80.3],[134070,134070,99.63],[134071,134071,101.84],[134072,134072,110.21],[134073,134073,131.54],[134074,134077,79.44],[134078,134078,116.82],[134079,134079,79.98],[134080,134080,64.13],[134081,134081,105.06],[134082,134082,121.98],[134083,134085,79.44],[134086,134086,142.98],[134087,134087,128.58],[134088,134088,161.03],[134089,134089,79.44],[134090,134090,190.08],[134091,134091,178.21],[134092,134092,225.85],[134093,134093,61.82],[134094,134095,79.44],[134096,134096,92.06],[134097,134102,79.44],[134103,134103,150.28],[134104,134115,79.44],[134116,134116,36.04],[134117,134117,54.84],[134118,134118,58.65],[134119,134119,68.96],[134120,134120,69.07],[134121,134121,65.37],[134122,134122,66.01],[134123,134123,81.26],[134124,134124,91.2],[134125,134125,69.99],[134126,134126,94.69],[134127,134127,90.18],[134128,134128,77.77],[134129,134129,75.89],[134130,134130,85.45],[134131,134131,90.77],[134132,134132,79.55],[134133,134133,160.17],[134134,134134,81.16],[134135,134135,127.29],[134136,134136,137.07],[134137,134137,80.73],[134138,134138,112.31],[134139,134143,79.44],[134144,134144,72.6],[134145,134145,110.77],[134146,134146,140.91],[134147,134147,114.07],[134148,134148,79.44],[134149,134149,96.69],[134150,134150,94.16],[134151,134151,85.25],[134152,134152,111.1],[134153,134153,98.67],[134154,134154,134.75],[134155,134155,164.67],[134156,134156,109.78],[134157,134157,79.44],[134158,134159,84.15],[134160,134160,88.66],[134161,134161,79.44],[134162,134163,82.61],[134164,134164,85.03],[134165,134165,56.76],[134166,134166,99],[134167,134167,65.89],[134168,134168,121.55],[134169,134169,84.59],[134170,134171,88.44],[134172,134172,84.15],[134173,134173,144.43],[134174,134174,112.86],[134175,134175,93.39],[134176,134176,68.31],[134177,134178,90.2],[134179,134179,91.63],[134180,134180,89.98],[134181,134183,89.76],[134184,134184,83.6],[134185,134185,79.44],[134186,134187,84.04],[134188,134189,89.54],[134190,134190,121.77],[134191,134191,144.43],[134192,134192,68.31],[134193,134193,97.13],[134194,134194,85.03],[134195,134195,71.28],[134196,134196,97.13],[134197,134197,83.71],[134198,134198,61.27],[134199,134199,83.71],[134200,134200,83.93],[134201,134201,119.02],[134202,134204,79.44],[134205,134205,69.74],[134206,134206,108.46],[134207,134208,72.6],[134209,134209,110.88],[134210,134210,138.6],[134211,134211,119.35],[134212,134212,152.57],[134213,134213,79.44],[134214,134216,72.6],[134217,134217,79.44],[134218,134219,72.6],[134220,134220,109.23],[134221,134221,72.6],[134222,134228,79.44],[134229,134230,72.6],[134231,134231,79.44],[134232,134232,88.44],[134233,134233,84.15],[134234,134234,89.76],[134235,134239,79.44],[134240,134240,201.41],[134241,134241,148.06],[134242,134243,72.6],[134244,134245,79.44],[134246,134246,63.8],[134247,134247,62.48],[134248,134248,77],[134249,134249,55],[134250,134250,64.57],[134251,134251,71.17],[134252,134252,50.27],[134253,134253,56.76],[134254,134254,64.9],[134255,134255,50.27],[134256,134263,79.44],[134264,134264,57.75],[134265,134265,27.61],[134266,134266,52.36],[134267,134267,82.06],[134268,134268,74.36],[134269,134269,73.59],[134270,134270,73.04],[134271,134271,86.46],[134272,134272,41.52],[134273,134273,61.39],[134274,134274,124.72],[134275,134275,92.76],[134276,134276,79.44],[134277,134277,89.75],[134278,134278,84.65],[134279,134279,92.06],[134280,134280,116.07],[134281,134281,118.22],[134282,134282,144.48],[134283,134283,119.94],[134284,134284,106.62],[134285,134285,79.44],[134286,134287,81.26],[134288,134288,83.52],[134289,134289,79.44],[134290,134291,80.67],[134292,134292,83.68],[134293,134293,67.57],[134294,134294,93.94],[134295,134295,69.56],[134296,134296,87.5],[134297,134297,80.67],[134298,134298,80.83],[134299,134299,94.85],[134300,134300,80.67],[134301,134301,138.57],[134302,134302,123.11],[134303,134303,84.65],[134304,134304,72.89],[134305,134306,81.69],[134307,134307,85.29],[134308,134308,80.51],[134309,134311,87.66],[134312,134312,80.35],[134313,134313,79.44],[134314,134315,81.26],[134316,134316,85.51],[134317,134317,85.56],[134318,134318,117.3],[134319,134319,138.57],[134320,134320,72.89],[134321,134321,90.07],[134322,134322,89.75],[134323,134323,82.82],[134324,134324,79.44],[134325,134325,83.47],[134326,134326,71.92],[134327,134327,81.43],[134328,134328,83.47],[134329,134329,87.17],[134330,134331,79.44],[134332,134332,61.39],[134333,134333,52.31],[134334,134334,123.37],[134335,134335,71.27],[134336,134336,108.6],[134337,134337,100.55],[134338,134338,128.96],[134339,134339,88.73],[134340,134340,128.96],[134341,134341,79.44],[134342,134342,74.23],[134343,134343,111.56],[134344,134344,117.36],[134345,134345,79.44],[134346,134346,143.84],[134347,134347,181.17],[134348,134348,110.91],[134349,134349,106.03],[134350,134356,79.44],[134357,134357,97.11],[134358,134358,88.78],[134359,134365,79.44],[134366,134366,90.18],[134367,134367,79.44],[134368,134368,150.87],[134369,134369,152],[134370,134370,69.39],[134371,134371,80.19],[134372,134373,79.44],[134374,134374,71.6],[134375,134375,66.98],[134376,134376,84.65],[134377,134377,83.31],[134378,134378,82.71],[134379,134379,91.63],[134380,134380,84.65],[134381,134381,81.64],[134382,134382,99.47],[134383,134383,67.46],[134384,134384,79.44],[134385,134385,59.14],[134386,134386,79.12],[134387,134400,79.44],[134401,134401,35.72],[134402,134402,42.38],[134403,134403,31.1],[134404,134404,79.44],[134405,134405,136.26],[134406,134406,150.93],[134407,134407,98.88],[134408,134408,179.29],[134409,134409,69.93],[134410,134410,149.75],[134411,134411,88.35],[134412,134412,109.79],[134413,134413,79.44],[134414,134415,122.46],[134416,134416,179.61],[134417,134417,79.44],[134418,134418,69.93],[134419,134419,115.37],[134420,134420,148.73],[134421,134421,97.32],[134422,134422,87.87],[134423,134423,82.71],[134424,134424,132.56],[134425,134425,106.62],[134426,134426,91.31],[134427,134427,127.4],[134428,134428,87.71],[134429,134429,158.98],[134430,134430,138.31],[134431,134431,56.93],[134432,134432,63.81],[134433,134433,120.31],[134434,134434,123.86],[134435,134435,136.64],[134436,134436,95.93],[134437,134437,81],[134438,134438,61.12],[134439,134440,92.38],[134441,134441,99.85],[134442,134442,78.42],[134443,134443,112.9],[134444,134444,125.79],[134445,134445,63.7],[134446,134446,63.81],[134447,134447,97],[134448,134448,67.25],[134449,134449,62.79],[134450,134450,84.43],[134451,134451,71.54],[134452,134452,63.27],[134453,134453,87.87],[134454,134454,94.48],[134455,134455,111.18],[134456,134456,120.31],[134457,134457,121.17],[134458,134458,81],[134459,134460,79.44],[134461,134461,41.95],[134462,134462,107.91],[134463,134463,89.11],[134464,134464,88.25],[134465,134465,95.55],[134466,134466,96.2],[134467,134467,101.73],[134468,134468,102.21],[134469,134469,79.44],[134470,134470,125.68],[134471,134471,116.23],[134472,134472,183.32],[134473,134473,79.44],[134474,134474,171.02],[134475,134475,164.36],[134476,134476,146.25],[134477,134477,65.85],[134478,134478,19.01],[134479,134486,79.44],[134487,134487,146.31],[134488,134494,79.44],[134495,134495,130.79],[134496,134496,87.87],[134497,134497,121.12],[134498,134498,76.05],[134499,134499,82.66],[134500,134501,79.44],[134502,134502,63.81],[134503,134503,86.04],[134504,134504,87.87],[134505,134505,108.5],[134506,134506,68],[134507,134507,97],[134508,134508,132.56],[134509,134509,48.39],[134510,134510,87.87],[134511,134511,101.41],[134512,134512,92.38],[134513,134513,96.41],[134514,134514,131.43],[134515,134515,75.52],[134516,134516,82.39],[134517,134517,111.02],[134518,134520,79.44],[134521,134521,116.07],[134522,134522,147.54],[134523,134523,101.41],[134524,134524,68],[134525,134525,106.46],[134526,134526,93.56],[134527,134527,106.13],[134528,134529,79.44],[134530,134530,45.71],[134531,134531,30.56],[134532,134532,79.44],[134533,134533,62.63],[134534,134534,91.74],[134535,134535,90.5],[134536,134536,90.66],[134537,134537,63.11],[134538,134538,61.66],[134539,134539,65.42],[134540,134540,108.39],[134541,134541,106.62],[134542,134542,144.21],[134543,134543,79.28],[134544,134544,123.43],[134545,134545,70.79],[134546,134546,71.33],[134547,134547,115.75],[134548,134548,72.08],[134549,134549,71.81],[134550,134550,118.06],[134551,134553,79.44],[134554,134554,81.75],[134555,134555,77.34],[134556,134556,72.29],[134557,134557,64.72],[134558,134558,73.26],[134559,134559,87.07],[134560,134560,68.91],[134561,134561,61.66],[134562,134562,60.37],[134563,134563,130.25],[134564,134564,118.06],[134565,134565,108.17],[134566,134566,71.49],[134567,134567,65.42],[134568,134568,68.86],[134569,134569,74.44],[134570,134570,71.01],[134571,134571,97.92],[134572,134572,89.21],[134573,134573,76.22],[134574,134574,65.85],[134575,134575,56.34],[134576,134576,72.29],[134577,134577,74.87],[134578,134578,79.44],[134579,134579,71.87],[134580,134580,60.37],[134581,134581,70.74],[134582,134582,74.23],[134583,134583,85.19],[134584,134584,73.96],[134585,134585,72.29],[134586,134586,68],[134587,134587,60.1],[134588,134588,79.44],[134589,134589,67.94],[134590,134591,79.44],[134592,134592,67.46],[134593,134593,75.73],[134594,134594,60],[134595,134595,70.9],[134596,134596,81.59],[134597,134597,73.91],[134598,134598,68.86],[134599,134601,79.44],[134602,134602,66.55],[134603,134606,79.44],[134607,134607,94.16],[134608,134608,90.23],[134609,134609,91.15],[134610,134612,63.81],[134613,134613,79.44],[134614,134614,63.81],[134615,134615,79.44],[134616,134616,103.39],[134617,134617,115.8],[134618,134618,120.53],[134619,134619,172.3],[134620,134620,146.74],[134621,134621,143.41],[134622,134622,159.68],[134623,134623,110.32],[134624,134641,79.44],[134642,134642,142.07],[134643,134643,45.49],[134644,134644,120.69],[134645,134655,79.44],[134656,134656,21.45],[134657,134657,66],[134658,134658,62.95],[134659,134659,62.56],[134660,134660,70.34],[134661,134661,69.22],[134662,134662,69.87],[134663,134663,52.42],[134664,134664,58.05],[134665,134665,67.12],[134666,134666,64.45],[134667,134667,64.97],[134668,134668,90.02],[134669,134669,89.63],[134670,134671,72.75],[134672,134672,58.57],[134673,134673,76.14],[134674,134674,93.67],[134675,134675,90.02],[134676,134676,69.35],[134677,134677,69.22],[134678,134678,66],[134679,134679,69.35],[134680,134680,60.67],[134681,134681,68.11],[134682,134683,71.63],[134684,134685,65.44],[134686,134686,73.86],[134687,134687,74.38],[134688,134688,73.09],[134689,134689,69.35],[134690,134690,67.2],[134691,134691,52.55],[134692,134692,65.83],[134693,134693,64.07],[134694,134694,73.09],[134695,134695,56.2],[134696,134696,68.71],[134697,134697,71.24],[134698,134698,65.57],[134699,134699,69.48],[134700,134700,73.86],[134701,134701,63.59],[134702,134702,63.34],[134703,134703,67.59],[134704,134704,48],[134705,134705,55.86],[134706,134706,55.69],[134707,134707,112.58],[134708,134714,55.86],[134715,134718,79.44],[134719,134719,75.41],[134720,134720,34.72],[134721,134721,63.81],[134722,134722,56.2],[134723,134723,61.02],[134724,134724,46.41],[134725,134725,56.8],[134726,134726,66.56],[134727,134734,55.86],[134735,134735,80.52],[134736,134736,64.32],[134737,134737,67.59],[134738,134738,72.1],[134739,134739,74.59],[134740,134740,67.68],[134741,134741,66.34],[134742,134742,63.68],[134743,134743,83.92],[134744,134744,68.23],[134745,134745,73.48],[134746,134746,85.29],[134747,134747,140.08],[134748,134784,79.44],[134785,134785,68],[134786,134786,59.51],[134787,134787,79.44],[134788,134788,62.36],[134789,134790,79.44],[134791,134791,56.24],[134792,134792,61.18],[134793,134793,79.44],[134794,134794,60.37],[134795,134796,79.44],[134797,134797,62.36],[134798,134803,79.44],[134804,134804,64.13],[134805,134805,66.23],[134806,134806,68.54],[134807,134807,70.52],[134808,134808,79.44],[134809,134809,67.51],[134810,134810,57.95],[134811,134811,58.38],[134812,134812,74.23],[134813,134813,73.37],[134814,134814,73.15],[134815,134815,73.58],[134816,134816,79.44],[134817,134817,68],[134818,134818,61.5],[134819,134819,59.51],[134820,134820,79.44],[134821,134821,61.07],[134822,134822,79.44],[134823,134823,58.87],[134824,134825,79.44],[134826,134826,61.07],[134827,134827,84.49],[134828,134828,79.44],[134829,134829,61.07],[134830,134830,60.59],[134831,134831,58.06],[134832,134832,56.45],[134833,134833,0],[134834,134834,47.32],[134835,134841,0],[134842,134842,79.44],[134843,134844,0],[134845,134845,49.95],[134846,134847,79.44],[134848,134848,37.49],[134849,134849,64.99],[134850,134850,37.06],[134851,134851,37.38],[134852,134852,36.63],[134853,134853,79.44],[134854,134854,64.56],[134855,134855,79.44],[134856,134859,0],[134860,134860,35.77],[134861,134861,0],[134862,134863,79.44],[134864,134864,61.39],[134865,134865,55.86],[134866,134866,54.79],[134867,134867,63.27],[134868,134868,56.24],[134869,134869,57.95],[134870,134870,68.54],[134871,134871,69.07],[134872,134872,73.15],[134873,134873,68.96],[134874,134875,79.44],[134876,134877,110.11],[134878,134911,79.44],[134912,134912,68.54],[134913,134913,54.32],[134914,134915,84.62],[134916,134916,127.3],[134917,134917,65.66],[134918,134918,127.3],[134919,134919,163.6],[134920,134920,42.31],[134921,134921,63.46],[134922,134922,70.87],[134923,134924,17.56],[134925,134925,26.95],[134926,134926,50.43],[134927,134928,26.95],[134929,134929,34.48],[134930,134930,115.67],[134931,134931,65.49],[134932,134932,39.52],[134933,134933,71.33],[134934,134934,51.91],[134935,134935,82.75],[134936,134936,45.48],[134937,134937,37.44],[134938,134938,32.24],[134939,134940,55.3],[134941,134941,33.55],[134942,134942,54.83],[134943,134943,58.38],[134944,134945,37.53],[134946,134946,59.7],[134947,134947,56.82],[134948,134948,76.07],[134949,134949,54.83],[134950,134951,62.57],[134952,134952,52],[134953,134953,55.8],[134954,134954,55.97],[134955,134955,59.7],[134956,134956,56.82],[134957,134957,76.07],[134958,134958,54.83],[134959,134960,62.57],[134961,134961,55.55],[134962,134962,55.8],[134963,134963,54.66],[134964,134964,57.79],[134965,134965,41],[134966,134966,54.66],[134967,134967,33.42],[134968,134968,60.2],[134969,134969,6.35],[134970,134970,149.35],[134971,134971,146.34],[134972,134972,53.69],[134973,134973,54.11],[134974,134974,31.43],[134975,134975,47.13],[134976,134978,56.82],[134979,134979,55.8],[134980,134980,52],[134981,134981,58.77],[134982,134982,56.82],[134983,134983,52],[134984,134984,79.44],[134985,134985,51.02],[134986,134988,52],[134989,134989,55.8],[134990,134993,52],[134994,134994,55.8],[134995,134995,52],[134996,134998,56.82],[134999,134999,55.8],[135000,135000,56.82],[135001,135001,58.77],[135002,135002,56.82],[135003,135003,52],[135004,135004,55.8],[135005,135006,52],[135007,135007,53.9],[135008,135008,52],[135009,135009,61.6],[135010,135010,53.9],[135011,135011,58.77],[135012,135014,56.82],[135015,135015,52],[135016,135016,66.47],[135017,135017,55.8],[135018,135018,53.9],[135019,135019,57.62],[135020,135020,58.34],[135021,135024,79.44],[135025,135025,59.82],[135026,135026,54.66],[135027,135027,59.82],[135028,135028,60.75],[135029,135029,120.58],[135030,135030,55.8],[135031,135031,115.63],[135032,135032,55.8],[135033,135033,115.63],[135034,135034,52.84],[135035,135035,53.65],[135036,135036,57.03],[135037,135037,56.73],[135038,135038,21.53],[135039,135039,50.77],[135040,135040,53.65],[135041,135041,59.82],[135042,135043,41],[135044,135044,14.72],[135045,135045,56.73],[135046,135046,40.66],[135047,135047,37.44],[135048,135048,0],[135049,135049,57.79],[135050,135050,52.42],[135051,135051,57.54],[135052,135055,79.44],[135056,135063,55.8],[135064,135064,79.44],[135065,135080,55.8],[135081,135081,58.55],[135082,135100,55.8],[135101,135101,79.44],[135102,135102,56.23],[135103,135103,56.4],[135104,135104,63.76],[135105,135105,43.15],[135106,135106,53.94],[135107,135107,64.52],[135108,135108,45.48],[135109,135109,35.83],[135110,135110,49.54],[135111,135111,71.2],[135112,135112,39.09],[135113,135113,61.09],[135114,135114,65.83],[135115,135115,63.88],[135116,135116,67.78],[135117,135117,79.44],[135118,135118,69.51],[135119,135119,54.83],[135120,135120,221.31],[135121,135121,52.29],[135122,135122,23.1],[135123,135123,126.75],[135124,135124,53.48],[135125,135125,70.23],[135126,135126,72.22],[135127,135127,67.02],[135128,135128,69.81],[135129,135167,79.44],[135168,135168,118.81],[135169,135169,65.58],[135170,135170,68.21],[135171,135171,118.81],[135172,135172,65.58],[135173,135173,68.21],[135174,135174,116.18],[135175,135175,66.23],[135176,135176,84.76],[135177,135177,106.24],[135178,135178,116.18],[135179,135179,75.03],[135180,135180,65.58],[135181,135181,75.03],[135182,135182,68.21],[135183,135183,132.02],[135184,135185,118.81],[135186,135186,62.79],[135187,135187,68.21],[135188,135188,68.64],[135189,135191,68.21],[135192,135192,116.18],[135193,135193,68.21],[135194,135194,118.81],[135195,135195,67.14],[135196,135196,118.81],[135197,135197,68.21],[135198,135198,116.18],[135199,135199,118.81],[135200,135200,65.58],[135201,135201,111.07],[135202,135202,79.44],[135203,135203,118.81],[135204,135204,134.22],[135205,135206,65.58],[135207,135207,65.37],[135208,135208,79.44],[135209,135209,129.12],[135210,135210,241.65],[135211,135211,79.33],[135212,135212,116.71],[135213,135216,65.47],[135217,135217,123.86],[135218,135218,65.47],[135219,135221,79.44],[135222,135223,65.47],[135224,135224,90.29],[135225,135225,68.21],[135226,135226,65.47],[135227,135227,76],[135228,135228,80.83],[135229,135230,65.47],[135231,135231,166.77],[135232,135232,68.21],[135233,135233,65.58],[135234,135234,66.44],[135235,135236,65.58],[135237,135237,66.44],[135238,135241,68.21],[135242,135242,23.1],[135243,135243,42.92],[135244,135244,65.58],[135245,135245,81.05],[135246,135246,65.58],[135247,135247,96.57],[135248,135251,68.21],[135252,135252,65.58],[135253,135253,94.16],[135254,135254,121.28],[135255,135255,165.7],[135256,135256,65.15],[135257,135257,65.21],[135258,135327,79.44],[135328,135328,72.83],[135329,135329,74.44],[135330,135330,77.88],[135331,135331,76.54],[135332,135332,66.98],[135333,135333,86.9],[135334,135334,73.05],[135335,135335,86.37],[135336,135336,61.61],[135337,135337,69.72],[135338,135338,86.04],[135339,135339,77.13],[135340,135340,69.18],[135341,135341,75.03],[135342,135342,77.56],[135343,135343,76.11],[135344,135344,80.73],[135345,135345,67.68],[135346,135346,65.1],[135347,135347,74.82],[135348,135348,74.71],[135349,135349,77.56],[135350,135350,70.74],[135351,135352,68.54],[135353,135353,69.18],[135354,135354,69.61],[135355,135355,84.7],[135356,135356,65.1],[135357,135357,72.83],[135358,135358,69.18],[135359,135359,73.91],[135360,135360,80.83],[135361,135361,63.38],[135362,135362,66.66],[135363,135363,66.55],[135364,135364,74.34],[135365,135365,87.12],[135366,135375,79.44],[135376,135376,51.08],[135377,135377,63.11],[135378,135378,64.45],[135379,135379,104.36],[135380,135380,56.29],[135381,135381,59.83],[135382,135382,80.19],[135383,135383,105.33],[135384,135384,65.26],[135385,135385,53.28],[135386,135386,129.17],[135387,135387,54.62],[135388,135388,56.34],[135389,135389,95.23],[135390,135390,56.72],[135391,135391,59.3],[135392,135392,91.25],[135393,135393,54.3],[135394,135394,85.24],[135395,135395,92.44],[135396,135396,85.94],[135397,135397,56.34],[135398,135398,88.03],[135399,135399,51.46],[135400,135400,58.28],[135401,135401,52.74],[135402,135402,62.09],[135403,135403,55.97],[135404,135404,56.18],[135405,135405,63.11],[135406,135406,54.68],[135407,135407,86.8],[135408,135408,52.26],[135409,135409,73.91],[135410,135410,63],[135411,135411,60.05],[135412,135412,53.76],[135413,135413,60.26],[135414,135414,92.92],[135415,135418,66.23],[135419,135419,58.71],[135420,135420,66.23],[135421,135423,79.44],[135424,135442,95.15],[135443,135518,110],[135519,135520,0],[135521,135541,95.15],[135542,135581,110],[135582,135582,95.15],[135583,135585,110],[135586,135586,95.15],[135587,135591,110],[135592,135618,95.15],[135619,135673,110],[135674,135679,79.44],[135680,135680,76.38],[135681,135681,99.1],[135682,135682,70.9],[135683,135683,73.1],[135684,135684,71.92],[135685,135685,80.14],[135686,135686,98.72],[135687,135687,119.83],[135688,135688,71.22],[135689,135689,91.42],[135690,135690,91.25],[135691,135691,71.22],[135692,135692,94.16],[135693,135693,80.62],[135694,135694,115.85],[135695,135695,94.75],[135696,135696,112.31],[135697,135697,133.96],[135698,135698,133.9],[135699,135699,112.31],[135700,135700,133.31],[135701,135701,112.31],[135702,135702,112.85],[135703,135703,134.71],[135704,135704,119.61],[135705,135705,148.24],[135706,135706,126.27],[135707,135707,119.61],[135708,135708,125.95],[135709,135710,119.61],[135711,135711,126.17],[135712,135712,108.71],[135713,135713,134.6],[135714,135714,110.97],[135715,135715,108.6],[135716,135716,111.18],[135717,135717,121.76],[135718,135718,107.1],[135719,135719,110.91],[135720,135720,67.41],[135721,135721,78.15],[135722,135722,76.05],[135723,135723,99.2],[135724,135724,91.58],[135725,135725,68.48],[135726,135726,89.97],[135727,135727,99.2],[135728,135728,74.34],[135729,135729,96.84],[135730,135730,96.52],[135731,135731,74.34],[135732,135732,95.87],[135733,135734,74.34],[135735,135735,97.32],[135736,135736,83.74],[135737,135737,101.08],[135738,135738,100.76],[135739,135739,83.74],[135740,135740,100.12],[135741,135741,88.03],[135742,135742,83.74],[135743,135743,101.57],[135744,135751,93.56],[135752,135752,106.67],[135753,135753,79.44],[135754,135754,134.65],[135755,135756,93.56],[135757,135757,134.92],[135758,135759,79.44],[135760,135764,96.79],[135765,135765,106.62],[135766,135766,96.79],[135767,135767,79.44],[135768,135768,108.55],[135769,135769,79.44],[135770,135770,136.53],[135771,135772,96.79],[135773,135773,117.3],[135774,135775,79.44],[135776,135776,78.36],[135777,135777,98.99],[135778,135778,98.67],[135779,135779,78.42],[135780,135780,98.08],[135781,135781,101.89],[135782,135782,78.36],[135783,135783,99.47],[135784,135784,83.74],[135785,135785,101.08],[135786,135786,100.76],[135787,135787,83.74],[135788,135788,100.12],[135789,135789,104.09],[135790,135790,83.74],[135791,135791,101.57],[135792,135794,85.35],[135795,135795,86.04],[135796,135796,86.42],[135797,135800,85.35],[135801,135801,85.51],[135802,135802,85.35],[135803,135803,86.04],[135804,135804,85.35],[135805,135805,100.44],[135806,135806,86.96],[135807,135807,85.35],[135808,135808,76.27],[135809,135809,95.23],[135810,135810,89.86],[135811,135811,76.32],[135812,135812,88.68],[135813,135813,73.58],[135814,135815,112.47],[135816,135816,113.87],[135817,135817,79.44],[135818,135818,107.96],[135819,135819,83.36],[135820,135820,88.68],[135821,135821,107.91],[135822,135823,79.44],[135824,135824,58.38],[135825,135825,77.34],[135826,135826,71.97],[135827,135827,69.61],[135828,135828,70.79],[135829,135829,75.2],[135830,135830,87.01],[135831,135831,81.05],[135832,135832,83.2],[135833,135833,95.98],[135834,135834,90.61],[135835,135835,83.2],[135836,135836,89.43],[135837,135837,83.2],[135838,135838,101.57],[135839,135839,86.04],[135840,135840,70.31],[135841,135841,94.96],[135842,135842,94.91],[135843,135843,70.31],[135844,135844,94.32],[135845,135845,72.13],[135846,135846,70.58],[135847,135847,87.39],[135848,135848,79.22],[135849,135849,101.73],[135850,135850,101.35],[135851,135851,79.22],[135852,135852,100.76],[135853,135854,79.22],[135855,135855,98.72],[135856,135856,123],[135857,135857,79.44],[135858,135858,114.4],[135859,135859,95.5],[135860,135860,100.76],[135861,135861,114.4],[135862,135863,79.44],[135864,135864,98.4],[135865,135865,120.9],[135866,135866,120.58],[135867,135867,98.4],[135868,135868,119.94],[135869,135870,98.4],[135871,135871,79.44],[135872,135872,142.17],[135873,135873,79.44],[135874,135874,133.63],[135875,135875,121.39],[135876,135876,119.94],[135877,135877,133.58],[135878,135879,79.44],[135880,135880,102.59],[135881,135881,121.55],[135882,135884,102.59],[135885,135885,129.07],[135886,135886,102.59],[135887,135887,128.64],[135888,135888,74.12],[135889,135889,98.45],[135890,135890,95.39],[135891,135891,71.6],[135892,135892,95.23],[135893,135893,71.97],[135894,135894,77.72],[135895,135895,79.44],[135896,135896,81.53],[135897,135897,100.55],[135898,135898,100.6],[135899,135899,81.53],[135900,135900,100.33],[135901,135901,98.88],[135902,135902,81.53],[135903,135903,101.84],[135904,135908,122.94],[135909,135909,136.64],[135910,135911,122.94],[135912,135912,63.92],[135913,135913,79.87],[135914,135914,91.47],[135915,135915,65.42],[135916,135916,103.72],[135917,135917,77.02],[135918,135918,89.86],[135919,135919,110.54],[135920,135920,84.27],[135921,135921,112.63],[135922,135922,106.19],[135923,135923,82.39],[135924,135924,100.49],[135925,135925,92.54],[135926,135926,91.31],[135927,135927,106.4],[135928,135928,83.74],[135929,135929,108.6],[135930,135930,102.16],[135931,135931,78.36],[135932,135932,99.96],[135933,135933,99.04],[135934,135934,91.31],[135935,135935,102.37],[135936,135936,85.4],[135937,135937,113.76],[135938,135938,107.31],[135939,135939,83.52],[135940,135940,105.11],[135941,135941,100.71],[135942,135942,91.74],[135943,135943,107.53],[135944,135944,64.18],[135945,135945,91.68],[135946,135946,66.66],[135947,135947,70.09],[135948,135948,66.06],[135949,135949,88.35],[135950,135950,64.18],[135951,135951,78.96],[135952,135952,113.01],[135953,135953,79.44],[135954,135954,104.47],[135955,135955,68.75],[135956,135956,80.83],[135957,135957,104.47],[135958,135959,79.44],[135960,135960,81.05],[135961,135961,99.58],[135962,135964,81.05],[135965,135965,96.79],[135966,135966,86.96],[135967,135967,81.05],[135968,135968,121.44],[135969,135969,142.6],[135970,135970,142.5],[135971,135971,120.9],[135972,135972,141.96],[135973,135973,117.68],[135974,135974,121.44],[135975,135975,142.76],[135976,135976,149.75],[135977,135977,152],[135978,135978,151.41],[135979,135979,149.75],[135980,135980,182.62],[135981,135981,145.18],[135982,135982,147.33],[135983,135983,152.22],[135984,135984,73.32],[135985,135985,96.63],[135986,135986,95.44],[135987,135987,71.87],[135988,135988,94.85],[135989,135989,93.4],[135990,135990,73.85],[135991,135991,94.8],[135992,135992,76],[135993,135993,98.24],[135994,135994,97],[135995,135995,73.48],[135996,135996,96.46],[135997,135997,95.23],[135998,135998,76.54],[135999,135999,95.34],[136000,136000,74.12],[136001,136001,98.45],[136002,136002,76],[136003,136003,67.46],[136004,136004,76.22],[136005,136005,71.97],[136006,136006,77.18],[136007,136007,91.42],[136008,136008,94.1],[136009,136009,95.18],[136010,136010,102],[136011,136011,95.18],[136012,136012,112.15],[136013,136013,92.49],[136014,136014,94.32],[136015,136015,92.49],[136016,136016,85.35],[136017,136017,85.51],[136018,136018,85.35],[136019,136019,86.04],[136020,136023,85.35],[136024,136024,88.57],[136025,136025,126.01],[136026,136026,103.45],[136027,136030,79.44],[136031,136031,78.36],[136032,136032,100.12],[136033,136033,32.98],[136034,136034,67.89],[136035,136037,39.42],[136038,136038,54.73],[136039,136039,32.98],[136040,136040,102.8],[136041,136041,61.07],[136042,136042,55.59],[136043,136043,58.97],[136044,136044,60.48],[136045,136045,71.97],[136046,136046,66.28],[136047,136047,67.3],[136048,136048,71.38],[136049,136049,61.88],[136050,136050,45.87],[136051,136051,82.12],[136052,136052,81.53],[136053,136053,95.98],[136054,136054,60.48],[136055,136055,71.38],[136056,136056,86.64],[136057,136057,90.18],[136058,136058,57.74],[136059,136059,62.04],[136060,136060,114.14],[136061,136063,79.44],[136064,136064,170.05],[136065,136065,155.49],[136066,136066,125.95],[136067,136067,167.63],[136068,136068,120.85],[136069,136069,112.52],[136070,136070,98.08],[136071,136071,144.43],[136072,136073,108.5],[136074,136074,118.43],[136075,136075,135.89],[136076,136076,107.37],[136077,136077,96.95],[136078,136078,86.42],[136079,136079,118.11],[136080,136080,31.9],[136081,136081,60.48],[136082,136083,31.9],[136084,136084,60.48],[136085,136085,75.52],[136086,136086,50.54],[136087,136087,98.51],[136088,136088,114.4],[136089,136089,55.59],[136090,136095,79.44],[136096,136096,81.07],[136097,136097,73.81],[136098,136098,71.06],[136099,136099,76.67],[136100,136100,105.27],[136101,136101,40.92],[136102,136102,70.29],[136103,136103,80.41],[136104,136104,59.07],[136105,136105,68.97],[136106,136106,80.74],[136107,136107,53.57],[136108,136108,66],[136109,136109,103.95],[136110,136110,67.98],[136111,136111,96.8],[136112,136112,49.83],[136113,136113,62.48],[136114,136114,115.06],[136115,136115,102.52],[136116,136116,69.85],[136117,136117,65.89],[136118,136118,79.64],[136119,136119,99.33],[136120,136120,56.87],[136121,136121,91.41],[136122,136122,89.76],[136123,136123,91.19],[136124,136124,67.98],[136125,136125,77.99],[136126,136126,82.5],[136127,136127,59.07],[136128,136128,82.5],[136129,136129,102.63],[136130,136130,72.93],[136131,136131,62.59],[136132,136132,67.87],[136133,136133,87.89],[136134,136134,72.16],[136135,136135,129.03],[136136,136136,89.1],[136137,136137,103.51],[136138,136138,114.62],[136139,136139,57.2],[136140,136140,87.01],[136141,136141,117.48],[136142,136142,63.25],[136143,136143,70.84],[136144,136144,56.43],[136145,136145,71.5],[136146,136146,73.81],[136147,136147,53.57],[136148,136148,102.19],[136149,136149,62.59],[136150,136150,76.12],[136151,136152,84.04],[136153,136153,80.74],[136154,136154,57.64],[136155,136155,91.96],[136156,136156,78.21],[136157,136158,66.99],[136159,136159,75.79],[136160,136160,73.15],[136161,136161,94.82],[136162,136162,62.26],[136163,136163,76.23],[136164,136164,90.97],[136165,136165,80.08],[136166,136166,80.3],[136167,136167,70.73],[136168,136168,86.46],[136169,136169,89.98],[136170,136170,121.22],[136171,136171,82.5],[136172,136172,94.49],[136173,136174,63.03],[136175,136175,128.59],[136176,136176,74.25],[136177,136177,88.11],[136178,136178,72.93],[136179,136179,88.22],[136180,136180,67.76],[136181,136183,79.44],[136184,136184,55.81],[136185,136185,67.08],[136186,136186,46.25],[136187,136187,74.34],[136188,136188,50.38],[136189,136192,79.44],[136193,136196,87.23],[136197,136201,82.02],[136202,136203,82.29],[136204,136204,88.3],[136205,136206,88.25],[136207,136208,88.3],[136209,136209,88.25],[136210,136210,97.22],[136211,136211,102.8],[136212,136212,97.22],[136213,136213,102.8],[136214,136214,82.02],[136215,136215,102.75],[136216,136216,97.16],[136217,136217,102.8],[136218,136218,97.16],[136219,136219,82.02],[136220,136220,73.15],[136221,136221,65.04],[136222,136222,54.46],[136223,136224,35.13],[136225,136226,50.49],[136227,136227,37.54],[136228,136228,52.96],[136229,136229,54.95],[136230,136230,35.02],[136231,136231,22.88],[136232,136232,44.04],[136233,136233,45.39],[136234,136234,43.88],[136235,136235,122.08],[136236,136236,97.86],[136237,136237,105.33],[136238,136238,115.26],[136239,136239,91.42],[136240,136242,91.2],[136243,136247,83.52],[136248,136249,83.63],[136250,136252,92.28],[136253,136253,93.78],[136254,136254,92.28],[136255,136255,91.36],[136256,136256,94.75],[136257,136257,101.62],[136258,136258,94.75],[136259,136259,101.62],[136260,136260,102.27],[136261,136261,94.75],[136262,136262,102.91],[136263,136263,94.75],[136264,136264,83.63],[136265,136265,46.14],[136266,136266,15.31],[136267,136267,40.5],[136268,136271,89.8],[136272,136278,77.18],[136279,136279,106.51],[136280,136280,103.29],[136281,136281,103.18],[136282,136282,106.62],[136283,136283,103.18],[136284,136284,106.62],[136285,136285,90.56],[136286,136286,92.44],[136287,136287,90.56],[136288,136288,92.44],[136289,136289,92.49],[136290,136290,90.56],[136291,136291,92.44],[136292,136292,90.56],[136293,136293,92.54],[136294,136294,37.54],[136295,136296,105.38],[136297,136298,95.98],[136299,136307,68.8],[136308,136309,84.11],[136310,136310,81.05],[136311,136311,87.17],[136312,136312,81],[136313,136313,87.17],[136314,136321,84.11],[136322,136322,84.17],[136323,136324,42.54],[136325,136325,85.24],[136326,136326,88.35],[136327,136328,86.53],[136329,136337,71.6],[136338,136352,86.9],[136353,136354,41.09],[136355,136355,70.74],[136356,136363,68.43],[136364,136364,79.6],[136365,136365,86.04],[136366,136366,83.74],[136367,136367,77.29],[136368,136368,83.74],[136369,136370,77.29],[136371,136371,83.74],[136372,136372,77.29],[136373,136374,83.74],[136375,136375,77.29],[136376,136376,83.74],[136377,136377,77.29],[136378,136378,82.45],[136379,136379,38.3],[136380,136380,37.54],[136381,136381,38.3],[136382,136382,47.37],[136383,136383,66.6],[136384,136392,100.92],[136393,136395,116.23],[136396,136396,100.92],[136397,136397,116.23],[136398,136399,100.92],[136400,136400,59.51],[136401,136401,50.49],[136402,136402,59.51],[136403,136411,96.04],[136412,136413,111.34],[136414,136414,108.87],[136415,136415,113.81],[136416,136416,108.87],[136417,136417,113.76],[136418,136418,96.04],[136419,136419,111.4],[136420,136420,96.04],[136421,136422,111.34],[136423,136423,97.22],[136424,136424,108.87],[136425,136425,97.22],[136426,136426,54.79],[136427,136427,49.04],[136428,136428,73.53],[136429,136437,64.61],[136438,136438,77.24],[136439,136439,79.92],[136440,136440,79.76],[136441,136441,77.08],[136442,136442,81.43],[136443,136443,77.08],[136444,136444,69.72],[136445,136445,85.02],[136446,136446,69.72],[136447,136447,85.02],[136448,136448,81.26],[136449,136449,82.82],[136450,136450,86.37],[136451,136451,78.2],[136452,136452,79.92],[136453,136453,39.26],[136454,136454,44.96],[136455,136455,39.26],[136456,136456,54.79],[136457,136458,39.21],[136459,136459,39.26],[136460,136460,122.89],[136461,136461,117.95],[136462,136462,108.07],[136463,136463,110.86],[136464,136466,94.69],[136467,136470,74.55],[136471,136476,110],[136477,136484,89.86],[136485,136485,57.15],[136486,136494,63.59],[136495,136500,78.9],[136501,136501,82.12],[136502,136502,78.9],[136503,136503,82.12],[136504,136509,78.9],[136510,136510,38.13],[136511,136511,50.97],[136512,136512,37.22],[136513,136513,37.17],[136514,136519,103.55],[136520,136525,67.73],[136526,136527,83.04],[136528,136528,39.91],[136529,136529,49.04],[136530,136530,73.53],[136531,136534,88.89],[136535,136538,94.48],[136539,136539,109.79],[136540,136540,108.66],[136541,136541,53.66],[136542,136547,92.06],[136548,136551,82.45],[136552,136553,97.75],[136554,136554,50.33],[136555,136556,89.8],[136557,136558,77.18],[136559,136559,66.12],[136560,136561,89.8],[136562,136563,77.18],[136564,136566,85.94],[136567,136570,84.43],[136571,136571,54.25],[136572,136572,78.42],[136573,136573,36.63],[136574,136580,108.71],[136581,136581,82.45],[136582,136585,68.8],[136586,136589,88.73],[136590,136592,131.65],[136593,136594,105.38],[136595,136596,131.65],[136597,136597,60.05],[136598,136598,92.81],[136599,136602,68.8],[136603,136606,100.92],[136607,136607,59.51],[136608,136613,96.04],[136614,136614,54.79],[136615,136621,63.59],[136622,136622,38.13],[136623,136623,62.63],[136624,136627,55.81],[136628,136631,63.33],[136632,136643,79.6],[136644,136645,91.42],[136646,136649,83.47],[136650,136651,91.42],[136652,136655,83.47],[136656,136657,91.42],[136658,136661,83.52],[136662,136663,91.42],[136664,136667,83.52],[136668,136669,88.19],[136670,136673,74.66],[136674,136675,88.19],[136676,136679,71.44],[136680,136681,90.4],[136682,136685,75.89],[136686,136686,43.88],[136687,136688,108.93],[136689,136692,62.36],[136693,136694,108.93],[136695,136698,72.99],[136699,136700,108.93],[136701,136704,72.99],[136705,136705,52.31],[136706,136707,71.6],[136708,136711,97.92],[136712,136713,108.93],[136714,136717,62.36],[136718,136719,90.45],[136720,136723,75.2],[136724,136726,70.2],[136727,136731,99.74],[136732,136733,74.28],[136734,136737,99.85],[136738,136739,102.59],[136740,136743,68.8],[136744,136745,103.55],[136746,136749,71.01],[136750,136751,95.61],[136752,136752,68.8],[136753,136754,68.37],[136755,136755,68.8],[136756,136757,107.69],[136758,136761,69.82],[136762,136763,125.09],[136764,136767,63.7],[136768,136769,83.79],[136770,136773,75.68],[136774,136775,44.79],[136776,136777,83.79],[136778,136781,75.68],[136782,136783,112.09],[136784,136787,62.36],[136788,136789,112.09],[136790,136793,67.73],[136794,136794,41.36],[136795,136796,112.09],[136797,136798,70.09],[136799,136799,70.15],[136800,136800,70.09],[136801,136802,112.09],[136803,136806,62.36],[136807,136808,112.09],[136809,136810,70.09],[136811,136811,70.15],[136812,136812,70.09],[136813,136813,68.7],[136814,136814,52.64],[136815,136815,108.71],[136816,136817,164.36],[136818,136818,168.06],[136819,136820,138.74],[136821,136822,164.36],[136823,136831,79.44],[136832,136833,54.14],[136834,136834,75.84],[136835,136835,97.54],[136836,136836,119.24],[136837,136837,140.94],[136838,136838,54.14],[136839,136839,75.84],[136840,136840,97.54],[136841,136841,119.24],[136842,136842,140.94],[136843,136843,54.14],[136844,136844,75.84],[136845,136845,97.54],[136846,136846,119.24],[136847,136847,140.94],[136848,136848,54.14],[136849,136849,75.84],[136850,136850,97.54],[136851,136851,119.24],[136852,136852,140.94],[136853,136853,81.26],[136854,136854,135.35],[136855,136855,108.39],[136856,136856,119.24],[136857,136857,140.94],[136858,136858,97.54],[136859,136860,81.32],[136861,136863,79.44],[136864,136865,66.98],[136866,136868,51.99],[136869,136869,62.68],[136870,136871,53.01],[136872,136872,43.34],[136873,136873,54.73],[136874,136874,55.48],[136875,136875,43.61],[136876,136876,69.13],[136877,136878,45.49],[136879,136879,69.13],[136880,136880,66.98],[136881,136881,54.62],[136882,136882,49.9],[136883,136885,64.83],[136886,136886,69.99],[136887,136888,69.02],[136889,136889,53.01],[136890,136891,40.66],[136892,136892,71.27],[136893,136893,30.13],[136894,136894,71.27],[136895,136895,45.49],[136896,136896,71.27],[136897,136897,19.77],[136898,136898,30.13],[136899,136899,82.12],[136900,136900,83.68],[136901,136901,71.27],[136902,136902,45.49],[136903,136903,71.27],[136904,136904,64.29],[136905,136905,79.12],[136906,136906,59.3],[136907,136907,41.25],[136908,136908,19.77],[136909,136909,32.07],[136910,136911,66.98],[136912,136912,43.34],[136913,136913,49.84],[136914,136914,53.01],[136915,136915,45.49],[136916,136916,53.01],[136917,136917,45.44],[136918,136919,64.83],[136920,136920,55.86],[136921,136921,32.07],[136922,136922,43.34],[136923,136923,49.84],[136924,136924,66.01],[136925,136925,54.09],[136926,136926,66.87],[136927,136927,64.83],[136928,136928,108.87],[136929,136929,71.27],[136930,136930,108.87],[136931,136931,79.12],[136932,136932,69.02],[136933,136933,64.83],[136934,136934,55.86],[136935,136935,19.77],[136936,136936,66.98],[136937,136937,53.01],[136938,136938,62.3],[136939,136940,32.07],[136941,136941,62.41],[136942,136942,69.13],[136943,136943,55.86],[136944,136944,47.75],[136945,137087,79.44],[137088,137090,66.01],[137091,137091,104.52],[137092,137095,66.01],[137096,137096,142.98],[137097,137097,104.52],[137098,137100,66.01],[137101,137101,104.52],[137102,137102,142.98],[137103,137104,66.01],[137105,137105,68.43],[137106,137112,66.01],[137113,137113,104.52],[137114,137114,38.51],[137115,137115,104.52],[137116,137116,38.51],[137117,137118,66.01],[137119,137120,104.52],[137121,137121,106.94],[137122,137122,63.81],[137123,137123,66.01],[137124,137124,104.52],[137125,137125,66.01],[137126,137126,104.52],[137127,137128,66.01],[137129,137129,78.1],[137130,137130,68.21],[137131,137139,66.01],[137140,137141,0],[137142,137142,94.37],[137143,137143,61.28],[137144,137146,61.18],[137147,137149,52.48],[137150,137150,99.1],[137151,137152,112.31],[137153,137154,91.42],[137155,137155,98.34],[137156,137156,132.99],[137157,137157,136.8],[137158,137158,52.48],[137159,137159,87.44],[137160,137160,78.53],[137161,137161,52.48],[137162,137162,65.69],[137163,137164,52.48],[137165,137165,52.91],[137166,137171,52.48],[137172,137172,51.13],[137173,137173,68.21],[137174,137174,37.71],[137175,137175,58.28],[137176,137176,200.77],[137177,137177,71.17],[137178,137178,129.34],[137179,137179,41.79],[137180,137180,58.28],[137181,137181,54.36],[137182,137183,79.44],[137184,137185,58.28],[137186,137186,72.72],[137187,137187,96.79],[137188,137190,65.37],[137191,137191,76.65],[137192,137192,65.37],[137193,137193,62.14],[137194,137199,79.44],[137200,137200,41.36],[137201,137201,45.33],[137202,137202,17.62],[137203,137203,72.51],[137204,137204,45.33],[137205,137205,43.77],[137206,137206,31.26],[137207,137207,58.76],[137208,137208,31.26],[137209,137209,48.82],[137210,137215,79.44],[137216,137216,61.82],[137217,137217,23.76],[137218,137218,32.23],[137219,137219,32.89],[137220,137220,42.13],[137221,137221,61.49],[137222,137222,20.02],[137223,137223,32.78],[137224,137224,36.19],[137225,137225,37.07],[137226,137226,20.02],[137227,137230,0],[137231,137231,110],[137232,137232,57.53],[137233,137233,68.75],[137234,137234,54.12],[137235,137235,46.75],[137236,137236,62.26],[137237,137237,46.86],[137238,137238,61.49],[137239,137239,56.87],[137240,137240,57.2],[137241,137241,62.7],[137242,137247,110],[137248,137248,69.41],[137249,137249,66.11],[137250,137250,52.91],[137251,137251,46.86],[137252,137252,47.08],[137253,137253,46.75],[137254,137254,52.03],[137255,137255,54.01],[137256,137256,59.29],[137257,137257,42.9],[137258,137258,51.04],[137259,137259,52.25],[137260,137260,49.72],[137261,137261,70.29],[137262,137262,58.3],[137263,137263,60.72],[137264,137264,46.97],[137265,137265,55.88],[137266,137266,42.9],[137267,137267,42.35],[137268,137268,40.92],[137269,137269,42.02],[137270,137270,39.71],[137271,137271,42.79],[137272,137272,39.27],[137273,137273,61.16],[137274,137274,49.28],[137275,137275,53.24],[137276,137276,43.56],[137277,137277,47.41],[137278,137278,53.24],[137279,137279,59.95],[137280,137280,70.73],[137281,137281,43.67],[137282,137282,35.09],[137283,137283,31.68],[137284,137284,47.3],[137285,137285,51.59],[137286,137286,49.61],[137287,137287,63.36],[137288,137288,48.95],[137289,137289,50.38],[137290,137290,55.99],[137291,137291,56.65],[137292,137292,49.94],[137293,137293,57.2],[137294,137294,58.41],[137295,137295,55.33],[137296,137296,48.4],[137297,137297,42.46],[137298,137298,47.19],[137299,137299,48.95],[137300,137300,38.5],[137301,137301,40.7],[137302,137302,41.25],[137303,137303,45.65],[137304,137304,48.51],[137305,137305,43.78],[137306,137306,61.49],[137307,137307,53.9],[137308,137308,48.07],[137309,137309,67.1],[137310,137310,40.26],[137311,137311,45.21],[137312,137312,50.82],[137313,137313,42.02],[137314,137314,56.65],[137315,137315,82.06],[137316,137316,48.07],[137317,137317,47.85],[137318,137318,50.49],[137319,137319,47.96],[137320,137320,47.52],[137321,137321,44.66],[137322,137322,41.58],[137323,137323,54.78],[137324,137324,60.72],[137325,137325,62.26],[137326,137326,57.2],[137327,137327,49.39],[137328,137328,50.38],[137329,137329,56.1],[137330,137330,59.18],[137331,137331,41.91],[137332,137332,83.82],[137333,137333,42.79],[137334,137334,50.71],[137335,137335,57.31],[137336,137343,110],[137344,137344,48.73],[137345,137345,34.98],[137346,137346,54.12],[137347,137347,57.97],[137348,137348,56.98],[137349,137349,42.46],[137350,137350,64.24],[137351,137351,44.33],[137352,137352,51.92],[137353,137353,50.93],[137354,137354,57.86],[137355,137355,46.2],[137356,137356,44.77],[137357,137357,37.07],[137358,137358,45.43],[137359,137359,40.48],[137360,137360,42.46],[137361,137361,42.35],[137362,137362,53.46],[137363,137363,59.62],[137364,137364,62.59],[137365,137365,55.22],[137366,137366,46.75],[137367,137367,48.73],[137368,137368,42.13],[137369,137369,54.45],[137370,137370,47.96],[137371,137371,46.31],[137372,137372,62.7],[137373,137373,51.04],[137374,137374,56.21],[137375,137375,57.86],[137376,137376,55.77],[137377,137377,47.41],[137378,137378,67.1],[137379,137379,52.47],[137380,137380,63.25],[137381,137381,61.71],[137382,137382,32.45],[137383,137383,44.99],[137384,137384,51.04],[137385,137385,66.22],[137386,137391,110],[137392,137551,79.44],[137552,137552,59.4],[137553,137553,63.16],[137554,137554,66.06],[137555,137555,79.71],[137556,137556,80.89],[137557,137557,79.92],[137558,137559,94.69],[137560,137560,64.35],[137561,137561,66.6],[137562,137562,94.69],[137563,137563,66.6],[137564,137564,94.69],[137565,137565,65.37],[137566,137566,94.69],[137567,137567,79.71],[137568,137568,63.16],[137569,137569,81.64],[137570,137570,71.97],[137571,137571,26.64],[137572,137574,63.49],[137575,137576,51.51],[137577,137579,63.49],[137580,137580,51.51],[137581,137581,76.54],[137582,137583,79.44],[137584,137584,66.98],[137585,137585,58.87],[137586,137587,65.37],[137588,137588,58.87],[137589,137695,79.44],[137696,137696,70.84],[137697,137697,58.28],[137698,137698,72.72],[137699,137699,96.79],[137700,137702,65.37],[137703,137703,76.65],[137704,137704,65.37],[137705,137705,62.14],[137706,137707,139.7],[137708,137708,144.97],[137709,137709,158.39],[137710,137711,139.7],[137712,137712,69.82],[137713,137713,58.28],[137714,137714,72.72],[137715,137715,96.79],[137716,137718,65.37],[137719,137719,76.65],[137720,137720,65.37],[137721,137721,62.14],[137722,137723,139.7],[137724,137724,144.97],[137725,137725,158.39],[137726,137727,139.7],[137728,138457,79.44],[138458,138458,0],[138459,138495,79.44],[138496,138496,55.27],[138497,138497,70.95],[138498,138498,73.37],[138499,138499,51.13],[138500,138500,52.58],[138501,138502,57.69],[138503,138503,48.88],[138504,138504,43.45],[138505,138505,30.56],[138506,138506,32.6],[138507,138507,59.35],[138508,138508,48.93],[138509,138509,69.61],[138510,138510,58.87],[138511,138511,55],[138512,138512,52.58],[138513,138513,59.57],[138514,138514,59.14],[138515,138515,59.57],[138516,138516,79.44],[138517,138517,48.02],[138518,138519,55],[138520,138520,50.17],[138521,138522,50.6],[138523,138523,48.07],[138524,138524,59.08],[138525,138525,55.54],[138526,138526,72.03],[138527,138527,55.48],[138528,138528,55],[138529,138529,79.44],[138530,138530,48.82],[138531,138531,43.45],[138532,138532,43.72],[138533,138533,59.24],[138534,138534,45.12],[138535,138535,55],[138536,138536,58.87],[138537,138537,50.17],[138538,138538,58.12],[138539,138539,54.89],[138540,138540,46.41],[138541,138541,59.19],[138542,138543,42.54],[138544,138544,47.27],[138545,138546,40.71],[138547,138547,47.59],[138548,138548,48.45],[138549,138549,21.97],[138550,138550,27.12],[138551,138551,50.38],[138552,138552,40.82],[138553,138553,59.4],[138554,138554,50.86],[138555,138555,48.5],[138556,138556,45.98],[138557,138557,36.95],[138558,138558,36.47],[138559,138559,45.06],[138560,138560,39.85],[138561,138561,49.84],[138562,138562,60.91],[138563,138564,30.08],[138565,138565,34.54],[138566,138566,42.92],[138567,138567,34.05],[138568,138568,34.21],[138569,138570,28.2],[138571,138572,26.59],[138573,138573,33.09],[138574,138574,17.99],[138575,138575,34.7],[138576,138576,53.76],[138577,138577,30.99],[138578,138578,31.69],[138579,138579,28.14],[138580,138581,31.69],[138582,138582,34.21],[138583,138583,21.05],[138584,138584,36.04],[138585,138585,33.62],[138586,138586,53.76],[138587,138587,32.33],[138588,138588,35.07],[138589,138589,31.04],[138590,138590,29.17],[138591,138591,29.81],[138592,138592,36.79],[138593,138593,31.04],[138594,138594,17.99],[138595,138595,25.24],[138596,138596,36.04],[138597,138597,32.33],[138598,138598,31.04],[138599,138599,29.17],[138600,138600,32.55],[138601,138601,36.79],[138602,138602,31.04],[138603,138603,83.68],[138604,138605,55],[138606,138606,36.63],[138607,138607,85.56],[138608,138609,55],[138610,138611,36.63],[138612,138612,42.81],[138613,138613,30.56],[138614,138614,48.82],[138615,138615,55],[138616,138616,35.56],[138617,138617,51.83],[138618,138618,84.27],[138619,138619,30.56],[138620,138620,29.59],[138621,138621,55],[138622,138622,59.08],[138623,138623,60.37],[138624,138625,55],[138626,138626,36.63],[138627,138627,65.63],[138628,138628,55],[138629,138629,30.56],[138630,138630,85.56],[138631,138632,55],[138633,138633,36.63],[138634,138634,42.81],[138635,138635,46.67],[138636,138637,55],[138638,138639,48.82],[138640,138640,57.52],[138641,138641,55],[138642,138642,48.82],[138643,138644,46.19],[138645,138645,48.82],[138646,138646,30.56],[138647,138647,48.82],[138648,138648,48.34],[138649,138649,55],[138650,138650,48.82],[138651,138651,34.54],[138652,138653,28.14],[138654,138654,31.64],[138655,138655,26.59],[138656,138657,22.93],[138658,138658,29.27],[138659,138659,35.34],[138660,138660,17.99],[138661,138661,20.03],[138662,138663,18.1],[138664,138664,21.22],[138665,138666,17.99],[138667,138667,29.76],[138668,138668,49.25],[138669,138669,53.76],[138670,138671,36.04],[138672,138672,35.4],[138673,138673,31.69],[138674,138674,35.29],[138675,138675,23.36],[138676,138676,23.69],[138677,138677,21.05],[138678,138678,36.04],[138679,138679,34.86],[138680,138680,35.77],[138681,138681,31.96],[138682,138682,32.33],[138683,138684,30.13],[138685,138685,33.41],[138686,138686,29.22],[138687,138687,29.65],[138688,138698,0],[138699,138700,57.47],[138701,138701,47.53],[138702,138702,40.82],[138703,138703,43.18],[138704,138706,79.44],[138707,138707,59.89],[138708,138708,58.33],[138709,138709,59.3],[138710,138710,53.44],[138711,138711,45.87],[138712,138713,47.75],[138714,138714,79.44],[138715,138715,44.15],[138716,138716,45.6],[138717,138717,33.19],[138718,138718,42.38],[138719,138719,46.78],[138720,138720,45.44],[138721,138721,44.04],[138722,138722,42.97],[138723,138723,46.84],[138724,138724,44.69],[138725,138725,41.68],[138726,138726,45.33],[138727,138749,79.44],[138750,138751,0],[138752,138752,79.44],[138753,138753,48.82],[138754,138754,73.37],[138755,138755,55],[138756,138756,75.41],[138757,138757,68.54],[138758,138758,73.37],[138759,138759,55],[138760,138760,76.81],[138761,138761,57.31],[138762,138762,79.44],[138763,138763,55],[138764,138764,84.76],[138765,138765,68.54],[138766,138766,79.44],[138767,138767,55],[138768,138768,79.44],[138769,138769,55],[138770,138770,79.44],[138771,138771,55],[138772,138772,69.56],[138773,138773,65.53],[138774,138774,69.56],[138775,138775,65.53],[138776,138776,67.19],[138777,138777,48.82],[138778,138778,67.19],[138779,138779,48.82],[138780,138780,67.19],[138781,138781,48.82],[138782,138782,61.18],[138783,138783,36.63],[138784,138784,79.44],[138785,138785,55],[138786,138786,79.44],[138787,138787,55],[138788,138788,82.66],[138789,138789,69.61],[138790,138790,79.44],[138791,138791,55],[138792,138792,79.44],[138793,138793,55],[138794,138794,79.44],[138795,138795,55],[138796,138796,36.63],[138797,138797,30.56],[138798,138798,46.3],[138799,138799,30.19],[138800,138800,76.22],[138801,138801,65.1],[138802,138802,76.22],[138803,138803,65.1],[138804,138804,79.44],[138805,138805,55],[138806,138806,61.23],[138807,138807,30.19],[138808,138808,67.19],[138809,138809,30.56],[138810,138810,67.19],[138811,138811,30.56],[138812,138812,67.19],[138813,138813,30.56],[138814,138814,92.71],[138815,138815,106.99],[138816,138816,97.81],[138817,138817,85.56],[138818,138818,92.71],[138819,138819,106.99],[138820,138820,79.44],[138821,138821,55],[138822,138822,82.29],[138823,138823,69.61],[138824,138824,79.44],[138825,138825,55],[138826,138826,79.44],[138827,138827,55],[138828,138828,86.58],[138829,138829,66.76],[138830,138830,79.44],[138831,138831,55],[138832,138832,86.58],[138833,138833,66.76],[138834,138834,86.58],[138835,138835,66.76],[138836,138836,66.33],[138837,138837,68.54],[138838,138838,61.18],[138839,138839,55],[138840,138840,73.37],[138841,138841,36.63],[138842,138842,76.48],[138843,138843,46.94],[138844,138844,73.37],[138845,138845,36.63],[138846,138846,73.37],[138847,138847,36.63],[138848,138848,61.18],[138849,138849,42.81],[138850,138850,75.2],[138851,138851,57.31],[138852,138852,61.18],[138853,138853,42.81],[138854,138854,61.18],[138855,138855,42.81],[138856,138856,61.18],[138857,138857,42.81],[138858,138858,67.19],[138859,138859,30.56],[138860,138860,67.78],[138861,138861,43.34],[138862,138862,67.19],[138863,138863,30.56],[138864,138864,67.19],[138865,138865,30.56],[138866,138866,79.44],[138867,138867,55],[138868,138868,79.44],[138869,138869,55],[138870,138870,79.44],[138871,138871,55],[138872,138872,80.51],[138873,138873,69.61],[138874,138874,79.44],[138875,138875,55],[138876,138876,75.2],[138877,138877,65.1],[138878,138878,75.2],[138879,138879,65.1],[138880,138880,108.76],[138881,138881,90.02],[138882,138882,108.76],[138883,138883,90.02],[138884,138884,108.76],[138885,138885,90.02],[138886,138886,103.82],[138887,138887,79.44],[138888,138888,108.76],[138889,138889,90.02],[138890,138890,79.44],[138891,138891,55],[138892,138892,79.44],[138893,138893,55],[138894,138894,79.44],[138895,138895,55],[138896,138896,67.19],[138897,138897,48.82],[138898,138898,75.36],[138899,138899,57.79],[138900,138900,67.19],[138901,138901,48.82],[138902,138902,55],[138903,138903,30.56],[138904,138904,79.44],[138905,138905,55],[138906,138906,48.82],[138907,138907,30.56],[138908,138908,46.57],[138909,138909,46.46],[138910,138910,74.55],[138911,138911,54.84],[138912,138912,75.2],[138913,138913,66.06],[138914,138914,75.2],[138915,138915,66.06],[138916,138916,75.2],[138917,138917,66.06],[138918,138918,75.2],[138919,138919,66.06],[138920,138920,75.2],[138921,138921,66.06],[138922,138922,75.2],[138923,138923,66.06],[138924,138924,75.2],[138925,138925,66.06],[138926,138926,75.2],[138927,138927,66.06],[138928,138928,75.2],[138929,138929,66.06],[138930,138930,75.2],[138931,138931,66.06],[138932,138932,75.2],[138933,138933,66.06],[138934,138934,75.2],[138935,138935,66.06],[138936,138936,69.56],[138937,138937,65.53],[138938,138938,69.56],[138939,138939,65.53],[138940,138940,69.56],[138941,138941,65.53],[138942,138942,69.56],[138943,138943,65.53],[138944,138944,69.56],[138945,138945,65.53],[138946,138946,69.56],[138947,138947,65.53],[138948,138948,69.56],[138949,138949,65.53],[138950,138950,69.56],[138951,138951,65.53],[138952,138952,46.3],[138953,138953,30.19],[138954,138954,46.3],[138955,138955,30.19],[138956,138956,86.58],[138957,138957,66.76],[138958,138958,86.58],[138959,138959,66.76],[138960,138960,86.58],[138961,138961,66.76],[138962,138962,86.58],[138963,138963,66.76],[138964,138964,86.58],[138965,138965,66.76],[138966,138966,86.58],[138967,138967,66.76],[138968,138968,86.58],[138969,138969,66.76],[138970,138970,88.73],[138971,138971,66.76],[138972,138972,88.73],[138973,138973,66.76],[138974,138974,88.73],[138975,138975,66.76],[138976,138976,88.73],[138977,138977,66.76],[138978,138978,88.73],[138979,138979,66.76],[138980,138980,80.51],[138981,138981,69.61],[138982,138982,80.51],[138983,138983,69.61],[138984,138984,83.2],[138985,138985,72.56],[138986,138986,83.2],[138987,138987,72.56],[138988,138988,83.2],[138989,138989,72.56],[138990,138990,83.2],[138991,138991,72.56],[138992,138992,83.2],[138993,138993,72.56],[138994,138994,67.68],[138995,138995,65.1],[138996,138996,67.68],[138997,138997,65.1],[138998,138998,67.68],[138999,138999,65.1],[139000,139000,67.68],[139001,139001,65.1],[139002,139002,102.96],[139003,139003,64.83],[139004,139004,55.7],[139005,139005,48.93],[139006,139007,50.43],[139008,139015,57.63],[139016,139017,79.44],[139018,139023,87.01],[139024,139029,46.19],[139030,139031,79.44],[139032,139033,82.29],[139034,139037,99.47],[139038,139039,79.44],[139040,139047,57.52],[139048,139049,94.53],[139050,139055,111.72],[139056,139063,29.59],[139064,139065,51.72],[139066,139071,68.91],[139072,139077,55],[139078,139079,79.44],[139080,139081,87.01],[139082,139083,109.57],[139084,139085,98.83],[139086,139087,79.44],[139088,139095,54.46],[139096,139096,79.44],[139097,139097,94.53],[139098,139098,79.44],[139099,139099,112.26],[139100,139100,79.44],[139101,139101,112.26],[139102,139102,79.44],[139103,139103,112.26],[139104,139111,72.4],[139112,139113,89.32],[139114,139115,109.73],[139116,139119,102.21],[139120,139121,68.54],[139122,139123,56.4],[139124,139125,69.61],[139126,139127,30.19],[139128,139129,66.76],[139130,139131,69.45],[139132,139133,89.48],[139134,139135,79.44],[139136,139143,57.63],[139144,139145,79.44],[139146,139151,87.01],[139152,139159,57.52],[139160,139161,94.53],[139162,139167,111.72],[139168,139175,72.4],[139176,139177,89.32],[139178,139179,109.73],[139180,139183,102.21],[139184,139188,57.63],[139189,139189,79.44],[139190,139191,57.63],[139192,139193,79.44],[139194,139195,75.2],[139196,139196,79.44],[139197,139197,36.63],[139198,139198,30.19],[139199,139201,36.63],[139202,139204,57.52],[139205,139205,79.44],[139206,139207,57.52],[139208,139208,69.56],[139209,139209,82.61],[139210,139210,82.66],[139211,139211,95.71],[139212,139212,79.44],[139213,139215,36.63],[139216,139217,29.59],[139218,139219,30.19],[139220,139221,79.44],[139222,139223,29.59],[139224,139225,36.63],[139226,139226,46.3],[139227,139227,59.35],[139228,139228,79.44],[139229,139231,36.63],[139232,139233,54.46],[139234,139235,69.45],[139236,139237,54.89],[139238,139239,54.46],[139240,139241,79.44],[139242,139242,67.68],[139243,139243,82.88],[139244,139244,76.27],[139245,139247,69.93],[139248,139249,79.44],[139250,139252,72.4],[139253,139253,79.44],[139254,139255,72.4],[139256,139256,86.58],[139257,139257,96.89],[139258,139258,90.02],[139259,139259,99.85],[139260,139260,81.75],[139261,139261,69.93],[139262,139262,36.63],[139263,139263,79.44],[139264,139264,55],[139265,139265,110],[139266,139266,55],[139267,139267,110],[139268,139268,36.67],[139269,139269,27.5],[139270,139270,18.33],[139271,139271,69.93],[139272,139272,40.01],[139273,139273,22],[139274,139274,6.88],[139275,139279,0],[139280,139281,63.65],[139282,139283,69.93],[139284,139285,110],[139286,139286,30.88],[139287,139287,69.93],[139288,139291,29.54],[139292,139295,50.49],[139296,139297,69.93],[139298,139298,60],[139299,139299,51.67],[139300,139300,36.68],[139301,139301,73.32],[139302,139302,90.02],[139303,139303,34.8],[139304,139310,0],[139311,139311,19.34],[139312,139312,167.36],[139313,139313,149.1],[139314,139314,39.75],[139315,139316,61.28],[139317,139317,35.77],[139318,139318,59.62],[139319,139319,83.47],[139320,139320,38.78],[139321,139322,49.95],[139323,139323,79.49],[139324,139324,68.7],[139325,139325,46.41],[139326,139326,69.93],[139327,139328,55],[139329,139329,51.13],[139330,139330,100.22],[139331,139331,35.77],[139332,139332,39.75],[139333,139334,35.77],[139335,139335,88.78],[139336,139337,77.72],[139338,139339,69.56],[139340,139340,59.62],[139341,139341,59.67],[139342,139342,53.01],[139343,139343,34.8],[139344,139344,55],[139345,139345,53.01],[139346,139346,60.59],[139347,139347,110],[139348,139348,55],[139349,139349,76.69],[139350,139350,65.28],[139351,139351,107.15],[139352,139353,65.28],[139354,139354,110],[139355,139355,65.28],[139356,139356,76.8],[139357,139357,110],[139358,139358,30.56],[139359,139359,24.44],[139360,139375,0],[139376,139376,46.41],[139377,139377,23.85],[139378,139379,79.44],[139380,139381,59.62],[139382,139382,46.41],[139383,139384,59.62],[139385,139388,46.41],[139389,139390,24.81],[139391,139391,60],[139392,139404,46.41],[139405,139406,24.81],[139407,139407,79.44],[139408,139408,30.08],[139409,139409,28.2],[139410,139410,31.69],[139411,139411,31.9],[139412,139412,28.2],[139413,139423,79.44],[139424,139424,69.93],[139425,139426,76.81],[139427,139428,69.93],[139429,139429,106.99],[139430,139430,82.29],[139431,139431,127.99],[139432,139432,128.32],[139433,139433,108.76],[139434,139434,91.85],[139435,139435,68.54],[139436,139436,69.93],[139437,139437,76.22],[139438,139438,67.78],[139439,139439,110],[139440,139440,57.31],[139441,139441,66.33],[139442,139442,85.29],[139443,139444,75.2],[139445,139445,76.81],[139446,139446,74.44],[139447,139447,80.3],[139448,139448,62.15],[139449,139449,66],[139450,139450,61.18],[139451,139451,91.42],[139452,139453,62.15],[139454,139455,61.12],[139456,139471,79.44],[139472,139473,66.01],[139474,139474,51.7],[139475,139475,66.01],[139476,139477,77.02],[139478,139479,66.01],[139480,139480,95.15],[139481,139484,66.01],[139485,139485,117.41],[139486,139486,110],[139487,139487,95.15],[139488,139488,98.99],[139489,139489,77.02],[139490,139490,79.44],[139491,139491,110],[139492,139495,0],[139496,139496,56.88],[139497,139497,67.73],[139498,139498,87.33],[139499,139504,0],[139505,139519,79.44],[139520,139521,82.5],[139522,139522,80.71],[139523,139523,108.76],[139524,139524,70.43],[139525,139525,118.38],[139526,139526,82.5],[139527,139527,55.11],[139528,139528,66.28],[139529,139529,93.13],[139530,139530,110],[139531,139531,99.63],[139532,139532,108.66],[139533,139533,80.71],[139534,139534,55],[139535,139535,67.65],[139536,139536,75.68],[139537,139537,60.85],[139538,139538,77.88],[139539,139539,35.56],[139540,139540,85.56],[139541,139541,79.44],[139542,139542,128.91],[139543,139543,94.1],[139544,139544,81.43],[139545,139545,74.56],[139546,139546,86.97],[139547,139547,101.94],[139548,139548,87.44],[139549,139549,73.37],[139550,139550,69.56],[139551,139551,73.37],[139552,139552,124.13],[139553,139553,165.32],[139554,139554,107.42],[139555,139555,79.44],[139556,139556,67.19],[139557,139557,56.34],[139558,139558,90.02],[139559,139559,87.5],[139560,139560,76.81],[139561,139561,44.04],[139562,139562,76.22],[139563,139563,75.2],[139564,139564,101.94],[139565,139565,71.06],[139566,139566,78.96],[139567,139567,42.32],[139568,139568,67.68],[139569,139569,75.68],[139570,139570,72.99],[139571,139571,122.68],[139572,139572,44.63],[139573,139573,70.95],[139574,139574,61.93],[139575,139575,47],[139576,139576,55.11],[139577,139577,72.62],[139578,139578,102.7],[139579,139579,180.36],[139580,139580,74.03],[139581,139581,71.81],[139582,139582,63.33],[139583,139583,87.44],[139584,139584,80.51],[139585,139585,79.49],[139586,139587,58.65],[139588,139588,68.54],[139589,139589,88.84],[139590,139590,76.32],[139591,139591,67.35],[139592,139592,45.17],[139593,139593,46.51],[139594,139594,74.34],[139595,139595,76.7],[139596,139596,89.05],[139597,139597,97],[139598,139598,45.82],[139599,139599,79.44],[139600,139602,110],[139603,139604,82.5],[139605,139610,88.14],[139611,139614,110],[139615,139615,41.84],[139616,139616,31.69],[139617,139617,64.94],[139618,139618,92.11],[139619,139619,99.53],[139620,139620,71.87],[139621,139621,100.98],[139622,139622,133.42],[139623,139623,160.6],[139624,139624,95.87],[139625,139625,68.86],[139626,139626,93.78],[139627,139627,126.22],[139628,139628,58.65],[139629,139629,76.11],[139630,139630,82.39],[139631,139631,94.75],[139632,139632,31.8],[139633,139633,63.59],[139634,139634,90.13],[139635,139635,85.72],[139636,139636,56.93],[139637,139637,86.04],[139638,139638,117.84],[139639,139639,144.32],[139640,139640,91.85],[139641,139641,67.46],[139642,139642,91.63],[139643,139643,123.43],[139644,139644,31.8],[139645,139645,56.34],[139646,139646,69.23],[139647,139647,102.7],[139648,139648,114.46],[139649,139649,82.39],[139650,139650,114.46],[139651,139651,76.11],[139652,139652,48.82],[139653,139653,71.65],[139654,139654,62.09],[139655,139656,79.44],[139657,139657,110],[139658,139663,79.44],[139664,139664,110],[139665,139665,55],[139666,139666,110],[139667,139667,55],[139668,139668,110],[139669,139669,55],[139670,139675,110],[139676,139687,78.42],[139688,139688,55],[139689,139689,110],[139690,139690,108.66],[139691,139692,78.42],[139693,139693,89.43],[139694,139694,110],[139695,139695,78.42],[139696,139698,95.15],[139699,139699,110],[139700,139700,95.15],[139701,139701,110],[139702,139703,95.15],[139704,139705,110],[139706,139706,87.98],[139707,139707,96.25],[139708,139708,95.15],[139709,139711,78.42],[139712,139712,95.15],[139713,139715,78.42],[139716,139718,110],[139719,139722,78.42],[139723,139724,110],[139725,139725,96.8],[139726,139726,104.52],[139727,139727,95.59],[139728,139728,110],[139729,139729,95.15],[139730,139730,102.41],[139731,139731,95.15],[139732,139732,102.41],[139733,139739,78.42],[139740,139741,89.43],[139742,139743,70.95],[139744,139744,110],[139745,139745,70.95],[139746,139746,110],[139747,139747,70.95],[139748,139754,110],[139755,139758,67.03],[139759,139759,68.21],[139760,139760,95.15],[139761,139762,84.97],[139763,139763,67.03],[139764,139764,103.98],[139765,139765,86.21],[139766,139766,94.75],[139767,139768,92.17],[139769,139769,104.52],[139770,139771,97.54],[139772,139772,109.89],[139773,139774,98.02],[139775,139775,117.9],[139776,139776,69.34],[139777,139777,51.62],[139778,139778,69.93],[139779,139779,57.85],[139780,139780,58.81],[139781,139781,78.9],[139782,139782,79.98],[139783,139783,77.02],[139784,139784,63.38],[139785,139785,67.3],[139786,139786,56.02],[139787,139787,63.38],[139788,139788,64.78],[139789,139789,56.02],[139790,139790,57.42],[139791,139791,90.02],[139792,139792,87.5],[139793,139793,79.98],[139794,139794,90.02],[139795,139795,87.5],[139796,139796,65.85],[139797,139797,39.75],[139798,139798,87.5],[139799,139799,57.58],[139800,139800,39.05],[139801,139801,40.01],[139802,139802,90.02],[139803,139803,82.34],[139804,139804,79.65],[139805,139805,57.04],[139806,139806,110],[139807,139807,107.69],[139808,139808,65.74],[139809,139809,66.06],[139810,139810,66.6],[139811,139811,27.45],[139812,139812,51.99],[139813,139813,38.03],[139814,139814,57.79],[139815,139816,65.31],[139817,139817,79.44],[139818,139818,58.38],[139819,139819,69.93],[139820,139820,100.6],[139821,139821,123.64],[139822,139822,74.55],[139823,139823,101.62],[139824,139824,128.26],[139825,139825,65.8],[139826,139826,69.13],[139827,139827,65.69],[139828,139828,66.39],[139829,139829,65.69],[139830,139830,37.01],[139831,139831,63.33],[139832,139832,61.88],[139833,139833,63.33],[139834,139834,63.75],[139835,139835,61.55],[139836,139837,60.48],[139838,139838,59.73],[139839,139839,64.18],[139840,139840,42.92],[139841,139841,63.16],[139842,139842,63.75],[139843,139843,64.29],[139844,139844,73.8],[139845,139845,76.59],[139846,139846,69.23],[139847,139847,67.25],[139848,139848,90.02],[139849,139849,60.37],[139850,139850,66.39],[139851,139851,73.8],[139852,139852,59.73],[139853,139853,66.33],[139854,139854,65.69],[139855,139855,65.21],[139856,139856,61.61],[139857,139857,70.2],[139858,139859,69.56],[139860,139861,84],[139862,139862,63.65],[139863,139863,65.53],[139864,139864,64.78],[139865,139865,66.87],[139866,139866,68.11],[139867,139867,71.06],[139868,139868,69.99],[139869,139869,61.93],[139870,139870,63.22],[139871,139871,64.88],[139872,139873,90.02],[139874,139874,62.04],[139875,139875,65.21],[139876,139877,90.02],[139878,139878,63.22],[139879,139879,62.04],[139880,139880,68.43],[139881,139881,64.83],[139882,139882,80.67],[139883,139883,77.13],[139884,139884,39.37],[139885,139885,60.85],[139886,139887,62.04],[139888,139889,60.37],[139890,139890,62.04],[139891,139891,62.41],[139892,139892,64.13],[139893,139893,63.86],[139894,139895,66.6],[139896,139896,61.66],[139897,139897,63.43],[139898,139898,62.41],[139899,139899,63.59],[139900,139900,65.58],[139901,139901,63.59],[139902,139902,64.4],[139903,139903,64.02],[139904,139904,66.76],[139905,139905,63.65],[139906,139907,69.5],[139908,139908,70.84],[139909,139909,69.45],[139910,139911,72.94],[139912,139912,73.37],[139913,139913,71.44],[139914,139915,61.82],[139916,139917,63.97],[139918,139918,66.98],[139919,139920,71.92],[139921,139922,71.65],[139923,139924,67.19],[139925,139925,79.6],[139926,139926,81.96],[139927,139927,78.26],[139928,139928,79.44],[139929,139929,83.2],[139930,139930,80.89],[139931,139931,78.96],[139932,139932,83.74],[139933,139933,83.14],[139934,139934,86.21],[139935,139935,83.63],[139936,139936,80.62],[139937,139937,78.74],[139938,139941,82.55],[139942,139942,36.31],[139943,139943,36.68],[139944,139944,68.59],[139945,139945,80.19],[139946,139946,68.54],[139947,139947,83.09],[139948,139948,85.35],[139949,139949,85.56],[139950,139950,96.14],[139951,139951,91.95],[139952,139953,69.56],[139954,139955,81.53],[139956,139957,77.29],[139958,139959,80.83],[139960,139960,65.53],[139961,139961,75.14],[139962,139962,52.8],[139963,139964,76.59],[139965,139965,74.17],[139966,139966,81.59],[139967,139967,69.39],[139968,139969,73.8],[139970,139971,70.47],[139972,139972,41.89],[139973,139973,48.5],[139974,139974,49.31],[139975,139975,69.45],[139976,139976,84.97],[139977,139978,81.43],[139979,139980,79.6],[139981,139981,64.29],[139982,139983,69.82],[139984,139985,71.33],[139986,139987,62.63],[139988,139988,60.37],[139989,139989,67.51],[139990,139991,66.33],[139992,139993,106.46],[139994,139995,71.6],[139996,139997,71.06],[139998,139999,73.58],[140000,140000,73.26],[140001,140001,72.13],[140002,140002,75.46],[140003,140003,72.99],[140004,140004,73.8],[140005,140005,74.07],[140006,140006,74.39],[140007,140007,75.46],[140008,140008,79.06],[140009,140009,75.73],[140010,140010,82.34],[140011,140011,84.22],[140012,140012,84.86],[140013,140013,85.4],[140014,140014,45.17],[140015,140015,110],[140016,140016,101.19],[140017,140017,103.34],[140018,140018,71.49],[140019,140019,63.38],[140020,140020,56.02],[140021,140022,63.38],[140023,140023,56.02],[140024,140024,63.38],[140025,140025,69.5],[140026,140026,71.49],[140027,140027,63.38],[140028,140028,56.02],[140029,140029,63.38],[140030,140030,56.02],[140031,140031,57.85],[140032,140032,60.37],[140033,140033,66.92],[140034,140034,66.01],[140035,140035,87.44],[140036,140036,60.37],[140037,140037,87.44],[140038,140038,73.04],[140039,140039,110],[140040,140043,49.41],[140044,140047,60.37],[140048,140048,62.04],[140049,140049,60.37],[140050,140050,110],[140051,140051,87.98],[140052,140052,95.15],[140053,140054,60.37],[140055,140055,71.49],[140056,140056,110],[140057,140057,60.37],[140058,140059,110],[140060,140063,60.37],[140064,140065,66.44],[140066,140067,95.15],[140068,140068,87.44],[140069,140069,110],[140070,140070,133.53],[140071,140072,110],[140073,140074,95.15],[140075,140075,133.53],[140076,140085,60.37],[140086,140086,96.25],[140087,140092,66.01],[140093,140093,110],[140094,140154,66.01],[140155,140155,73.64],[140156,140156,103.02],[140157,140157,34.8],[140158,140158,103.29],[140159,140159,40.82],[140160,140160,81.43],[140161,140162,109.73],[140163,140163,106.62],[140164,140164,86.31],[140165,140165,75.2],[140166,140166,74.23],[140167,140168,110],[140169,140170,74.55],[140171,140171,110],[140172,140172,88.84],[140173,140173,86.47],[140174,140174,82.18],[140175,140179,72.4],[140180,140180,81.69],[140181,140181,66.01],[140182,140182,51.88],[140183,140184,86.74],[140185,140186,89.7],[140187,140205,110],[140206,140206,135.08],[140207,140207,57.79],[140208,140209,110],[140210,140211,163.66],[140212,140213,67.73],[140214,140214,79.6],[140215,140215,70.74],[140216,140221,55.38],[140222,140236,110],[140237,140237,109.73],[140238,140238,110],[140239,140239,94.26],[140240,140240,56.21],[140241,140241,59.57],[140242,140243,59.67],[140244,140245,113.38],[140246,140246,105.38],[140247,140249,107.31],[140250,140251,110],[140252,140255,67.89],[140256,140256,67.73],[140257,140257,110],[140258,140258,125.84],[140259,140259,100.1],[140260,140260,120.34],[140261,140261,111.98],[140262,140262,101.86],[140263,140263,87.78],[140264,140264,79.44],[140265,140275,110],[140276,140279,79.44],[140280,140282,110],[140283,140287,79.44],[140288,140319,110],[140320,140320,65.96],[140321,140321,110],[140322,140322,65.96],[140323,140323,34.8],[140324,140324,65.96],[140325,140325,87.07],[140326,140326,44.37],[140327,140351,79.44],[140352,140357,66.44],[140358,140361,82.5],[140362,140362,66.44],[140363,140383,79.44],[140384,140484,110],[140485,140485,94.1],[140486,140543,110],[140544,140544,77.93],[140545,140545,110],[140546,140546,77.93],[140547,140555,110],[140556,140556,77.93],[140557,140559,110],[140560,140560,77.93],[140561,140563,110],[140564,140564,77.93],[140565,140567,110],[140568,140568,77.93],[140569,140571,110],[140572,140572,77.93],[140573,140579,110],[140580,140580,77.93],[140581,140587,110],[140588,140588,77.93],[140589,140595,110],[140596,140596,77.93],[140597,140603,110],[140604,140604,77.93],[140605,140619,110],[140620,140623,66.01],[140624,140652,77.93],[140653,140660,110],[140661,140671,66.01],[140672,140672,77.93],[140673,140675,110],[140676,140676,77.93],[140677,140679,110],[140680,140680,77.93],[140681,140683,110],[140684,140684,77.93],[140685,140687,110],[140688,140690,77.93],[140691,140691,80.19],[140692,140693,110],[140694,140703,66.23],[140704,140705,66.44],[140706,140706,110],[140707,140713,95.15],[140714,140715,38.99],[140716,140716,110],[140717,140717,95.15],[140718,140720,66.01],[140721,140721,110],[140722,140722,108.87],[140723,140723,110],[140724,140724,60.59],[140725,140725,95.15],[140726,140726,96.79],[140727,140727,110],[140728,140729,58.33],[140730,140730,108.87],[140731,140731,66.01],[140732,140732,108.87],[140733,140733,110],[140734,140735,70.25],[140736,140736,110],[140737,140737,87.44],[140738,140738,49.95],[140739,140739,95.15],[140740,140740,108.87],[140741,140741,66.01],[140742,140742,79.49],[140743,140743,67.62],[140744,140744,95.15],[140745,140745,110],[140746,140746,90.02],[140747,140747,66.44],[140748,140748,65.37],[140749,140749,66.01],[140750,140750,110],[140751,140751,66.44],[140752,140755,110],[140756,140759,66.01],[140760,140761,66.44],[140762,140769,66.01],[140770,140773,110],[140774,140774,38.99],[140775,140782,66.01],[140783,140783,110],[140784,140794,66.23],[140795,140796,95.15],[140797,140798,110],[140799,140799,66.23],[140800,140806,110],[140807,140808,55],[140809,140809,110],[140810,140813,87.98],[140814,140814,110],[140815,140815,95.15],[140816,140818,91.31],[140819,140819,83.84],[140820,140824,110],[140825,140825,66.23],[140826,140827,105.6],[140828,140832,110],[140833,140833,66.01],[140834,140835,110],[140836,140836,63.81],[140837,140837,50.6],[140838,140838,110],[140839,140839,71.49],[140840,140840,48.82],[140841,140841,84.49],[140842,140842,110],[140843,140843,93.51],[140844,140844,74.44],[140845,140845,87.98],[140846,140846,110],[140847,140847,95.15],[140848,140855,98.99],[140856,140857,110],[140858,140858,112.31],[140859,140859,115.75],[140860,140860,100.82],[140861,140861,82.5],[140862,140862,97.32],[140863,140863,81.43],[140864,140864,82.5],[140865,140865,81.43],[140866,140866,82.5],[140867,140867,71.81],[140868,140868,53.93],[140869,140869,69.5],[140870,140870,85.78],[140871,140871,61.61],[140872,140895,110],[140896,140896,58.44],[140897,140898,110],[140899,140899,72.19],[140900,140900,110],[140901,140901,65.31],[140902,140902,56.13],[140903,140905,110],[140906,140906,55],[140907,140907,82.5],[140908,140910,110],[140911,140911,55],[140912,140913,66.23],[140914,140925,110],[140926,140926,66.23],[140927,140927,110],[140928,140939,66.23],[140940,140940,96.73],[140941,140941,94.91],[140942,140942,94.48],[140943,140943,98.56],[140944,140945,66.23],[140946,140951,110],[140952,140952,66.23],[140953,140953,110],[140954,140954,66.23],[140955,140956,110],[140957,140959,79.44],[140960,140961,110],[140962,140962,98.08],[140963,140963,98.67],[140964,140964,97.11],[140965,140965,72.6],[140966,140966,81.48],[140967,140967,101.57],[140968,140968,58.6],[140969,140969,101.19],[140970,140971,110],[140972,140972,69.07],[140973,140973,85.4],[140974,140974,116.07],[140975,140975,123],[140976,140977,110],[140978,140978,66.33],[140979,140988,79.44],[140989,140990,110],[140991,140995,79.44],[140996,140997,110],[140998,140999,79.44],[141000,141000,110],[141001,141005,79.44],[141006,141007,110],[141008,141008,79.44],[141009,141009,110],[141010,141010,79.44],[141011,141012,110],[141013,141025,79.44],[141026,141026,77],[141027,141032,79.44],[141033,141034,110],[141035,141039,79.44],[141040,141045,110],[141046,141046,79.44],[141047,141050,110],[141051,141052,79.44],[141053,141053,110],[141054,141056,79.44],[141057,141057,107.15],[141058,141058,105.7],[141059,141059,107.15],[141060,141060,107.8],[141061,141061,110],[141062,141062,86.8],[141063,141063,86.9],[141064,141064,87.01],[141065,141065,75.89],[141066,141069,110],[141070,141070,86.64],[141071,141071,102.64],[141072,141072,100.22],[141073,141073,103.93],[141074,141074,107.15],[141075,141075,84.06],[141076,141076,93.08],[141077,141077,83.84],[141078,141078,83.74],[141079,141079,62.79],[141080,141080,74.44],[141081,141081,83.95],[141082,141082,83.57],[141083,141083,83.47],[141084,141084,82.93],[141085,141085,54.36],[141086,141086,60.69],[141087,141087,59.08],[141088,141088,63.49],[141089,141089,76.11],[141090,141090,86.47],[141091,141092,86.69],[141093,141093,86.9],[141094,141094,87.23],[141095,141095,87.33],[141096,141096,110],[141097,141097,90.56],[141098,141098,86.8],[141099,141099,92.49],[141100,141100,90.56],[141101,141101,91.63],[141102,141102,89.75],[141103,141103,91.42],[141104,141104,101.51],[141105,141105,81.86],[141106,141106,79.55],[141107,141107,82.39],[141108,141108,86.9],[141109,141109,87.12],[141110,141110,76.43],[141111,141111,85.35],[141112,141112,84.49],[141113,141113,87.12],[141114,141114,83.47],[141115,141115,77.77],[141116,141116,77.88],[141117,141117,75.03],[141118,141118,77.13],[141119,141119,90.88],[141120,141120,89.64],[141121,141122,86.8],[141123,141123,77.77],[141124,141124,75.57],[141125,141125,76.54],[141126,141126,75.79],[141127,141127,86.47],[141128,141128,86.58],[141129,141129,78.42],[141130,141130,87.01],[141131,141131,86.37],[141132,141132,110],[141133,141133,96.04],[141134,141134,110],[141135,141136,83.84],[141137,141138,83.47],[141139,141141,110],[141142,141142,86.26],[141143,141143,110],[141144,141144,31.8],[141145,141145,30.45],[141146,141146,45.65],[141147,141148,43.13],[141149,141150,73.48],[141151,141152,79.44],[141153,141153,80.51],[141154,141155,59.83],[141156,141156,100.12],[141157,141157,73.37],[141158,141159,83.57],[141160,141161,42.92],[141162,141163,34.86],[141164,141165,30.35],[141166,141167,55.97],[141168,141169,45.12],[141170,141171,25.73],[141172,141173,36.74],[141174,141203,86.69],[141204,141204,98.34],[141205,141207,110],[141208,141208,82.29],[141209,141209,101.62],[141210,141210,82.29],[141211,141211,100.98],[141212,141212,101.94],[141213,141214,102.1],[141215,141215,91.74],[141216,141216,96.04],[141217,141217,91.09],[141218,141219,101.62],[141220,141220,100.87],[141221,141221,102.32],[141222,141222,102.43],[141223,141223,50.92],[141224,141224,97.11],[141225,141226,91.95],[141227,141228,95.39],[141229,141230,76.54],[141231,141231,96.14],[141232,141232,110],[141233,141233,96.14],[141234,141234,83.57],[141235,141235,104.04],[141236,141236,84.81],[141237,141237,95.18],[141238,141238,84.81],[141239,141239,97.7],[141240,141240,106.35],[141241,141241,97.7],[141242,141242,91.42],[141243,141243,96.04],[141244,141244,101.94],[141245,141245,106.72],[141246,141246,100.98],[141247,141247,110],[141248,141248,60.32],[141249,141249,104.31],[141250,141250,75.84],[141251,141252,62.09],[141253,141254,66.23],[141255,141255,68.16],[141256,141257,101.03],[141258,141258,37.44],[141259,141259,92.18],[141260,141260,35.75],[141261,141261,92.18],[141262,141263,79.44],[141264,141264,82.07],[141265,141265,68.16],[141266,141266,65.69],[141267,141268,59.67],[141269,141270,99.26],[141271,141271,122.62],[141272,141273,75.84],[141274,141274,95.66],[141275,141275,94.21],[141276,141276,116.02],[141277,141278,93.35],[141279,141279,43.61],[141280,141280,60.59],[141281,141281,76.97],[141282,141283,96.36],[141284,141285,104.09],[141286,141287,46.41],[141288,141289,40.23],[141290,141291,50.97],[141292,141293,53.68],[141294,141295,25.63],[141296,141297,108.01],[141298,141299,104.79],[141300,141300,137.07],[141301,141311,129.71],[141312,141567,75.2],[141568,141569,102.91],[141570,141571,95.23],[141572,141572,113.87],[141573,141573,102.91],[141574,141575,95.23],[141576,141577,52.53],[141578,141579,78.9],[141580,141583,97],[141584,141584,114.73],[141585,141585,92.17],[141586,141587,96.25],[141588,141589,95.12],[141590,141592,114.73],[141593,141596,95.12],[141597,141600,97],[141601,141602,82.07],[141603,141606,71.54],[141607,141607,85.72],[141608,141608,81.32],[141609,141609,85.72],[141610,141610,81.32],[141611,141612,76.75],[141613,141616,81.32],[141617,141618,85.72],[141619,141619,93.13],[141620,141621,110],[141622,141623,95.15],[141624,141624,44.85],[141625,141625,95.15],[141626,141629,88.89],[141630,141631,72.08],[141632,141633,83.9],[141634,141639,92.17],[141640,141640,101.3],[141641,141641,53.6],[141642,141643,92.17],[141644,141645,54.36],[141646,141646,92.17],[141647,141647,47.64],[141648,141648,92.17],[141649,141649,47.59],[141650,141651,94.85],[141652,141653,47.64],[141654,141655,94.85],[141656,141657,47.64],[141658,141659,95.93],[141660,141661,47.64],[141662,141663,95.93],[141664,141665,47.64],[141666,141669,95.15],[141670,141677,92.17],[141678,141679,78.53],[141680,141685,92.17],[141686,141686,79.49],[141687,141687,114.73],[141688,141688,79.49],[141689,141689,84.11],[141690,141690,101.3],[141691,141691,84.11],[141692,141693,61.18],[141694,141695,65.74],[141696,141696,40.12],[141697,141697,41.84],[141698,141698,34.48],[141699,141700,41.09],[141701,141702,49.2],[141703,141704,36.85],[141705,141706,43.45],[141707,141708,33.14],[141709,141712,32.98],[141713,141713,40.23],[141714,141714,40.44],[141715,141716,72.46],[141717,141718,76.48],[141719,141720,71.33],[141721,141721,24.81],[141722,141722,30.45],[141723,141723,65.31],[141724,141725,65.1],[141726,141726,72.67],[141727,141727,60.32],[141728,141729,65.31],[141730,141733,60.32],[141734,141735,82.82],[141736,141743,65.31],[141744,141748,77.34],[141749,141749,95.61],[141750,141750,77.02],[141751,141751,77.24],[141752,141752,79.44],[141753,141753,77.24],[141754,141754,77.29],[141755,141755,77.4],[141756,141761,77.24],[141762,141762,94.1],[141763,141763,96.09],[141764,141768,82.18],[141769,141769,87.55],[141770,141772,82.34],[141773,141773,103.82],[141774,141774,71.54],[141775,141776,83.36],[141777,141779,75.57],[141780,141781,71.65],[141782,141783,84.38],[141784,141785,30.45],[141786,141787,46.57],[141788,141788,70.09],[141789,141789,71.17],[141790,141790,70.09],[141791,141791,74.12],[141792,141792,82.18],[141793,141793,71.87],[141794,141794,75.09],[141795,141796,72.99],[141797,141797,73.05],[141798,141798,78.15],[141799,141799,69.88],[141800,141801,82.34],[141802,141802,78.9],[141803,141803,52.05],[141804,141805,98.88],[141806,141807,65.74],[141808,141809,77.93],[141810,141811,77.24],[141812,141812,90.02],[141813,141813,65.85],[141814,141814,63.38],[141815,141817,55.91],[141818,141819,74.34],[141820,141821,59.08],[141822,141823,52.05],[141824,141825,98.88],[141826,141826,99.15],[141827,141828,59.89],[141829,141830,65.47],[141831,141832,84.27],[141833,141833,73.26],[141834,141834,94.1],[141835,141835,71.76],[141836,141836,165.59],[141837,141839,67.25],[141840,141840,64.51],[141841,141841,80.08],[141842,141845,64.51],[141846,141846,67.25],[141847,141847,74.34],[141848,141850,67.25],[141851,141851,70.2],[141852,141852,67.89],[141853,141853,75.57],[141854,141854,43.45],[141855,141855,36.74],[141856,141856,89.16],[141857,141857,35.88],[141858,141859,59.46],[141860,141860,59.89],[141861,141861,59.46],[141862,141862,59.89],[141863,141863,71.22],[141864,141864,70.2],[141865,141866,59.94],[141867,141868,59.73],[141869,141870,83.68],[141871,141871,50.38],[141872,141872,58.17],[141873,141873,59.62],[141874,141874,57.36],[141875,141875,88.52],[141876,141877,78.58],[141878,141880,98.88],[141881,141883,82.34],[141884,141885,56.34],[141886,141886,36.74],[141887,141887,67.68],[141888,141893,59.89],[141894,141895,42.7],[141896,141897,59.62],[141898,141899,56.24],[141900,141901,81.26],[141902,141903,65.47],[141904,141904,81.26],[141905,141906,67.08],[141907,141908,71.7],[141909,141910,82.82],[141911,141912,71.7],[141913,141913,66.71],[141914,141915,71.7],[141916,141917,81.21],[141918,141920,67.08],[141921,141921,59.73],[141922,141923,67.08],[141924,141925,73.42],[141926,141929,59.62],[141930,141933,59.78],[141934,141934,53.33],[141935,141936,59.78],[141937,141938,59.73],[141939,141939,59.89],[141940,141940,93.3],[141941,141941,108.23],[141942,141942,160.27],[141943,141943,60],[141944,141944,65.47],[141945,141946,72.46],[141947,141948,56.34],[141949,141951,59.73],[141952,141952,59.83],[141953,141956,59.73],[141957,141958,59.78],[141959,141959,60.59],[141960,141960,62.73],[141961,141962,59.78],[141963,141964,59.73],[141965,141965,60.59],[141966,141966,60.26],[141967,141968,59.94],[141969,141975,59.73],[141976,141978,59.83],[141979,141980,59.73],[141981,141982,59.78],[141983,141983,60.69],[141984,141984,60.05],[141985,141986,75.14],[141987,141987,88.73],[141988,141988,59.89],[141989,141989,102.86],[141990,141993,67.46],[141994,141994,56.34],[141995,141995,57.63],[141996,141996,60.59],[141997,141997,61.12],[141998,141998,59.67],[141999,142001,60.8],[142002,142002,60.64],[142003,142006,60.8],[142007,142007,60.21],[142008,142008,60.26],[142009,142009,60.21],[142010,142010,60.26],[142011,142012,97.65],[142013,142014,62.09],[142015,142022,50.54],[142023,142026,60.05],[142027,142028,50.54],[142029,142030,104.84],[142031,142032,62.09],[142033,142034,61.98],[142035,142038,50.54],[142039,142040,93.51],[142041,142043,65.69],[142044,142044,67.14],[142045,142045,65.69],[142046,142046,43.18],[142047,142049,75.84],[142050,142050,75.46],[142051,142051,75.25],[142052,142052,75.46],[142053,142053,92.11],[142054,142054,75.41],[142055,142057,75.84],[142058,142059,76.22],[142060,142061,56.34],[142062,142062,34.43],[142063,142064,31.26],[142065,142065,32.87],[142066,142066,42.92],[142067,142067,59.78],[142068,142068,38.4],[142069,142069,52.58],[142070,142070,24.81],[142071,142072,106.78],[142073,142074,59.73],[142075,142075,54.84],[142076,142076,39.05],[142077,142077,45.17],[142078,142079,32.33],[142080,142083,66.17],[142084,142084,120.74],[142085,142087,110],[142088,142091,66.17],[142092,142092,120.74],[142093,142093,64.45],[142094,142097,66],[142098,142105,66.23],[142106,142108,110],[142109,142110,26.4],[142111,142114,100.1],[142115,142115,101.86],[142116,142116,132.77],[142117,142118,85.69],[142119,142120,59.84],[142121,142121,57.53],[142122,142123,39.27],[142124,142125,92.62],[142126,142127,65.56],[142128,142129,101.86],[142130,142130,132],[142131,142131,173.14],[142132,142134,101.86],[142135,142135,155.32],[142136,142148,101.86],[142149,142150,102.08],[142151,142156,101.86],[142157,142159,79.44],[142160,142160,110],[142161,142161,87.34],[142162,142162,77],[142163,142164,95.15],[142165,142165,110],[142166,142223,79.44],[142224,142225,135.71],[142226,142431,79.44],[142432,142432,67.19],[142433,142433,30.56],[142434,142434,67.19],[142435,142435,61.18],[142436,142436,73.37],[142437,142437,48.82],[142438,142438,30.56],[142439,142439,79.44],[142440,142440,55],[142441,142441,79.44],[142442,142442,55],[142443,142443,67.19],[142444,142444,48.82],[142445,142445,84.49],[142446,142446,102],[142447,142447,74.5],[142448,142448,98.77],[142449,142449,71.11],[142450,142450,116.18],[142451,142451,96.25],[142452,142452,51.88],[142453,142453,72.51],[142454,142454,55.48],[142455,142455,63.49],[142456,142456,75.79],[142457,142457,39.16],[142458,142458,62.04],[142459,142459,44.79],[142460,142460,33.73],[142461,142461,49.79],[142462,142462,64.51],[142463,142463,66.01],[142464,142719,79.44],[142720,142720,137.07],[142721,142721,119.61],[142722,142722,116.82],[142723,142723,97.22],[142724,142724,102.32],[142725,142725,100.17],[142726,142726,85.35],[142727,142727,86.96],[142728,142728,87.01],[142729,142729,101.57],[142730,142730,89.11],[142731,142731,101.14],[142732,142732,110.38],[142733,142733,108.76],[142734,142734,108.93],[142735,142735,149.96],[142736,142736,175.85],[142737,142737,89.97],[142738,142738,95.82],[142739,142739,117.73],[142740,142740,111.77],[142741,142741,81.05],[142742,142742,111.77],[142743,142751,79.44],[142752,142752,102.32],[142753,142753,120.15],[142754,142754,119.29],[142755,142755,102.32],[142756,142756,118.65],[142757,142758,102.32],[142759,142759,79.44],[142760,142762,85.35],[142763,142763,86.04],[142764,142764,85.35],[142765,142765,100.44],[142766,142766,86.96],[142767,142767,79.44],[142768,142772,124.02],[142773,142773,136.64],[142774,142774,124.02],[142775,142775,79.44],[142776,142776,170.69],[142777,142777,172.95],[142778,142778,172.52],[142779,142779,171.23],[142780,142780,203.56],[142781,142781,166.67],[142782,142782,168.81],[142783,142783,79.44],[142784,142790,93.56],[142791,142791,79.44],[142792,142792,79.22],[142793,142793,101.73],[142794,142794,101.35],[142795,142795,79.22],[142796,142796,100.76],[142797,142798,79.22],[142799,142799,79.44],[142800,142800,98.4],[142801,142801,120.9],[142802,142802,120.58],[142803,142803,98.4],[142804,142804,119.94],[142805,142806,98.4],[142807,142807,79.44],[142808,142808,64.18],[142809,142809,91.68],[142810,142810,66.66],[142811,142811,70.09],[142812,142812,66.06],[142813,142813,88.35],[142814,142814,64.18],[142815,142815,79.44],[142816,142847,0],[142848,142848,26.16],[142849,142849,26.72],[142850,142851,19],[142852,142852,22.36],[142853,142853,22.25],[142854,142854,41.7],[142855,142855,42.14],[142856,142856,33.54],[142857,142858,32.64],[142859,142859,38.9],[142860,142861,25.71],[142862,142862,110.56],[142863,142863,132.58],[142864,142865,128.45],[142866,142866,17.22],[142867,142867,60.59],[142868,142869,77.36],[142870,142870,66.29],[142871,142871,36.63],[142872,142872,62.52],[142873,142873,79.44],[142874,142874,41.68],[142875,142875,73.32],[142876,142877,25.71],[142878,142879,73.32],[142880,142881,47.05],[142882,142885,49.15],[142886,142887,74.01],[142888,142889,69.39],[142890,142892,76.05],[142893,142893,73.32],[142894,142894,62.52],[142895,142895,25.83],[142896,142896,37.49],[142897,142975,79.44],[142976,143001,110],[143002,143002,79.44],[143003,143091,110],[143092,143103,79.44],[143104,143317,110],[143318,143343,79.44],[143344,143355,110],[143356,143359,79.44],[143360,143405,110],[143406,143407,176.01],[143408,143422,110],[143423,143423,55],[143424,143424,79.44],[143425,143510,110],[143511,143512,79.44],[143513,143514,0],[143515,143615,110],[143616,143620,79.44],[143621,143660,110],[143661,143664,79.44],[143665,143715,95.15],[143716,143716,93.06],[143717,143758,95.15],[143759,143759,79.44],[143760,143799,110],[143800,143807,79.44],[143808,143823,110],[143824,143855,79.44],[143856,143871,110],[143872,143899,95.15],[143900,143900,93.61],[143901,143903,79.44],[143904,143951,110],[143952,143952,79.44],[143953,143967,110],[143968,143995,95.15],[143996,143998,79.44],[143999,143999,93.06],[144000,144075,110],[144076,144079,79.44],[144080,144126,110],[144127,144127,79.44],[144128,144246,110],[144247,144250,79.44],[144251,144255,110],[144256,144260,95.15],[144261,144265,110],[144266,144268,95.15],[144269,144272,110],[144273,144277,95.15],[144278,144280,110],[144281,144282,95.15],[144283,144294,110],[144295,144303,95.15],[144304,144307,110],[144308,144321,95.15],[144322,144322,110],[144323,144323,95.15],[144324,144324,110],[144325,144326,95.15],[144327,144327,93.06],[144328,144328,110],[144329,144330,95.15],[144331,144334,110],[144335,144336,95.15],[144337,144338,110],[144339,144339,95.15],[144340,144341,110],[144342,144342,95.15],[144343,144346,110],[144347,144349,95.15],[144350,144351,79.44],[144352,144382,110],[144383,144383,79.44],[144384,150965,110],[150966,150975,79.44],[150976,151039,96.73],[151040,171970,110],[171971,171971,79.44],[171972,171972,110],[171973,171973,79.44],[171974,171979,110],[171980,171980,79.44],[171981,171983,110],[171984,172031,79.44],[172032,172032,64.46],[172033,172033,63.36],[172034,172034,64.02],[172035,172035,65.34],[172036,172036,66.22],[172037,172038,64.24],[172039,172039,61.82],[172040,172040,62.48],[172041,172042,58.52],[172043,172043,66],[172044,172045,56.76],[172046,172046,64.46],[172047,172047,62.7],[172048,172050,65.56],[172051,172052,62.92],[172053,172053,63.8],[172054,172054,63.58],[172055,172056,58.08],[172057,172057,56.54],[172058,172058,64.9],[172059,172059,66],[172060,172060,65.78],[172061,172061,60.5],[172062,172062,56.54],[172063,172064,62.92],[172065,172065,66.66],[172066,172067,54.78],[172068,172068,59.62],[172069,172070,64.9],[172071,172071,64.68],[172072,172072,61.16],[172073,172074,63.58],[172075,172075,60.94],[172076,172076,65.78],[172077,172078,61.6],[172079,172079,54.56],[172080,172080,64.46],[172081,172082,64.68],[172083,172085,61.38],[172086,172086,65.34],[172087,172087,65.56],[172088,172088,66.44],[172089,172089,63.58],[172090,172090,63.8],[172091,172091,60.94],[172092,172092,63.36],[172093,172093,63.14],[172094,172094,66.66],[172095,172095,54.56],[172096,172096,58.74],[172097,172097,58.96],[172098,172098,58.08],[172099,172099,56.76],[172100,172101,56.54],[172102,172103,64.46],[172104,172104,64.68],[172105,172105,59.62],[172106,172106,52.58],[172107,172108,56.1],[172109,172109,65.78],[172110,172111,63.8],[172112,172112,66],[172113,172114,57.86],[172115,172117,64.02],[172118,172118,65.12],[172119,172119,67.32],[172120,172120,67.1],[172121,172121,63.36],[172122,172122,64.46],[172123,172124,66.66],[172125,172125,62.92],[172126,172126,67.1],[172127,172128,65.78],[172129,172129,64.68],[172130,172130,55.88],[172131,172131,55.66],[172132,172132,58.74],[172133,172133,62.92],[172134,172134,62.48],[172135,172135,62.26],[172136,172136,64.02],[172137,172137,61.16],[172138,172138,60.94],[172139,172139,65.12],[172140,172140,63.58],[172141,172141,63.8],[172142,172142,63.58],[172143,172143,61.82],[172144,172145,62.26],[172146,172146,66],[172147,172147,60.5],[172148,172148,60.28],[172149,172149,63.58],[172150,172150,60.06],[172151,172152,64.68],[172153,172153,61.16],[172154,172154,66.66],[172155,172155,66.88],[172156,172157,64.24],[172158,172159,62.04],[172160,172160,55.55],[172161,172161,60.39],[172162,172163,64.24],[172164,172164,64.46],[172165,172165,62.7],[172166,172167,64.46],[172168,172168,62.48],[172169,172170,66.11],[172171,172171,59.4],[172172,172173,58.08],[172174,172174,65.56],[172175,172175,61.16],[172176,172176,61.38],[172177,172180,64.9],[172181,172182,65.89],[172183,172183,56.87],[172184,172184,66.55],[172185,172186,64.02],[172187,172187,64.79],[172188,172189,67.21],[172190,172190,60.06],[172191,172191,64.24],[172192,172192,65.89],[172193,172193,65.78],[172194,172194,62.7],[172195,172195,61.38],[172196,172197,52.91],[172198,172198,64.46],[172199,172200,64.35],[172201,172202,62.59],[172203,172203,51.7],[172204,172205,65.23],[172206,172206,64.79],[172207,172208,66.22],[172209,172209,63.25],[172210,172211,63.91],[172212,172212,64.68],[172213,172213,64.46],[172214,172215,66.99],[172216,172216,64.68],[172217,172217,56.65],[172218,172218,64.57],[172219,172219,64.68],[172220,172220,65.67],[172221,172221,66.22],[172222,172223,66.11],[172224,172224,58.3],[172225,172226,66.22],[172227,172227,61.38],[172228,172228,62.7],[172229,172229,62.59],[172230,172230,61.71],[172231,172232,64.46],[172233,172233,59.73],[172234,172235,63.58],[172236,172236,64.13],[172237,172237,63.36],[172238,172238,63.47],[172239,172239,63.58],[172240,172240,59.51],[172241,172241,67.87],[172242,172243,60.5],[172244,172244,62.59],[172245,172246,57.2],[172247,172247,64.24],[172248,172248,57.31],[172249,172250,65.56],[172251,172251,63.91],[172252,172253,59.73],[172254,172254,62.7],[172255,172256,66.55],[172257,172257,63.25],[172258,172258,63.14],[172259,172259,66.77],[172260,172260,66.88],[172261,172261,61.38],[172262,172262,61.05],[172263,172264,60.83],[172265,172265,60.06],[172266,172266,66.44],[172267,172268,62.26],[172269,172269,65.01],[172270,172270,64.46],[172271,172272,65.23],[172273,172273,65.12],[172274,172275,61.82],[172276,172276,67.43],[172277,172277,62.15],[172278,172278,62.26],[172279,172279,66.55],[172280,172281,60.72],[172282,172282,64.46],[172283,172284,65.45],[172285,172285,67.1],[172286,172287,67.87],[172288,172288,62.48],[172289,172290,66.22],[172291,172291,63.8],[172292,172292,64.46],[172293,172293,64.68],[172294,172294,60.72],[172295,172295,61.6],[172296,172297,56.54],[172298,172298,62.48],[172299,172300,52.36],[172301,172301,63.8],[172302,172302,62.7],[172303,172303,62.92],[172304,172304,66],[172305,172305,63.14],[172306,172306,62.92],[172307,172307,63.8],[172308,172308,55],[172309,172309,63.14],[172310,172310,62.92],[172311,172311,65.34],[172312,172312,65.56],[172313,172313,65.34],[172314,172314,63.58],[172315,172316,59.84],[172317,172317,63.8],[172318,172319,66.22],[172320,172320,57.64],[172321,172321,56.32],[172322,172322,60.94],[172323,172323,61.16],[172324,172324,53.9],[172325,172325,65.12],[172326,172326,51.92],[172327,172327,52.47],[172328,172328,64.02],[172329,172329,65.12],[172330,172330,60.5],[172331,172331,60.72],[172332,172332,61.82],[172333,172334,58.52],[172335,172335,64.9],[172336,172336,60.94],[172337,172338,61.16],[172339,172339,64.9],[172340,172341,62.26],[172342,172342,60.28],[172343,172344,65.56],[172345,172345,61.6],[172346,172346,60.72],[172347,172347,60.5],[172348,172348,64.9],[172349,172349,64.46],[172350,172350,58.96],[172351,172351,59.18],[172352,172352,61.6],[172353,172354,62.7],[172355,172355,66.88],[172356,172356,65.78],[172357,172357,55.44],[172358,172358,55.22],[172359,172359,65.78],[172360,172361,63.8],[172362,172362,65.78],[172363,172363,60.06],[172364,172364,63.58],[172365,172365,63.36],[172366,172366,60.28],[172367,172368,59.62],[172369,172369,58.3],[172370,172371,49.28],[172372,172372,63.14],[172373,172373,64.9],[172374,172374,65.34],[172375,172375,65.12],[172376,172376,64.02],[172377,172377,63.8],[172378,172378,63.36],[172379,172379,60.72],[172380,172380,60.28],[172381,172381,59.84],[172382,172382,60.06],[172383,172384,63.58],[172385,172385,66.44],[172386,172386,60.28],[172387,172388,67.32],[172389,172389,64.9],[172390,172390,58.52],[172391,172391,58.74],[172392,172392,63.36],[172393,172394,62.92],[172395,172395,64.24],[172396,172396,65.34],[172397,172398,66.22],[172399,172399,65.56],[172400,172400,59.84],[172401,172401,67.54],[172402,172402,67.32],[172403,172403,65.12],[172404,172404,63.36],[172405,172405,63.58],[172406,172406,65.56],[172407,172407,63.14],[172408,172408,63.36],[172409,172409,64.46],[172410,172410,64.68],[172411,172412,65.56],[172413,172413,62.48],[172414,172414,60.94],[172415,172415,60.72],[172416,172416,66],[172417,172418,66.44],[172419,172419,66.11],[172420,172420,66.44],[172421,172421,66.55],[172422,172423,64.9],[172424,172424,65.01],[172425,172425,57.09],[172426,172426,58.41],[172427,172427,66.66],[172428,172428,66.77],[172429,172429,66.22],[172430,172431,62.59],[172432,172432,64.79],[172433,172433,64.57],[172434,172434,63.47],[172435,172435,63.58],[172436,172436,66.33],[172437,172438,64.68],[172439,172439,57.31],[172440,172441,64.24],[172442,172442,65.23],[172443,172444,61.6],[172445,172445,62.15],[172446,172446,62.26],[172447,172448,61.93],[172449,172449,65.12],[172450,172451,63.36],[172452,172452,66.44],[172453,172453,63.69],[172454,172454,63.8],[172455,172455,67.43],[172456,172457,61.49],[172458,172458,61.05],[172459,172459,63.8],[172460,172461,56.76],[172462,172462,62.37],[172463,172464,66.66],[172465,172465,67.54],[172466,172467,66],[172468,172468,67.21],[172469,172470,66.22],[172471,172471,60.5],[172472,172472,52.58],[172473,172473,52.25],[172474,172474,66.11],[172475,172475,55.88],[172476,172477,49.5],[172478,172478,54.78],[172479,172479,57.42],[172480,172480,49.39],[172481,172481,49.28],[172482,172482,64.9],[172483,172483,59.95],[172484,172484,66.11],[172485,172485,66],[172486,172486,67.32],[172487,172487,64.35],[172488,172489,64.02],[172490,172490,63.03],[172491,172492,57.97],[172493,172493,61.71],[172494,172494,64.13],[172495,172496,63.91],[172497,172497,64.35],[172498,172498,60.94],[172499,172499,60.83],[172500,172500,66.66],[172501,172502,62.15],[172503,172503,62.59],[172504,172505,61.49],[172506,172506,58.85],[172507,172508,55.99],[172509,172509,66.11],[172510,172510,66.55],[172511,172511,64.46],[172512,172512,64.68],[172513,172513,65.34],[172514,172514,62.7],[172515,172516,66.44],[172517,172517,64.9],[172518,172518,66.88],[172519,172520,63.47],[172521,172521,65.56],[172522,172522,63.47],[172523,172523,65.23],[172524,172524,65.12],[172525,172525,64.13],[172526,172526,59.84],[172527,172528,64.35],[172529,172529,64.24],[172530,172530,64.9],[172531,172532,58.52],[172533,172533,64.24],[172534,172535,66.77],[172536,172536,56.1],[172537,172538,63.25],[172539,172539,61.93],[172540,172541,59.73],[172542,172542,60.06],[172543,172543,57.75],[172544,172545,61.49],[172546,172546,58.52],[172547,172548,64.79],[172549,172549,66.44],[172550,172550,64.35],[172551,172552,64.46],[172553,172553,63.91],[172554,172554,63.58],[172555,172556,54.23],[172557,172557,64.46],[172558,172558,63.58],[172559,172560,55.33],[172561,172561,67.76],[172562,172562,75.57],[172563,172563,54.89],[172564,172564,64.02],[172565,172566,58.74],[172567,172567,64.13],[172568,172568,64.24],[172569,172569,59.95],[172570,172570,59.4],[172571,172572,60.72],[172573,172573,63.36],[172574,172574,61.16],[172575,172576,64.9],[172577,172577,64.46],[172578,172578,62.26],[172579,172579,51.81],[172580,172580,51.92],[172581,172581,49.94],[172582,172582,64.24],[172583,172583,56.1],[172584,172584,55.99],[172585,172585,64.79],[172586,172586,61.05],[172587,172587,57.75],[172588,172588,57.86],[172589,172589,61.16],[172590,172591,59.95],[172592,172592,65.34],[172593,172593,65.45],[172594,172594,65.56],[172595,172596,63.03],[172597,172597,64.46],[172598,172599,62.7],[172600,172600,65.56],[172601,172601,65.89],[172602,172603,64.57],[172604,172604,64.24],[172605,172606,60.94],[172607,172607,61.16],[172608,172608,67.54],[172609,172610,60.39],[172611,172611,65.12],[172612,172612,58.19],[172613,172613,58.3],[172614,172614,53.46],[172615,172616,54.78],[172617,172617,61.16],[172618,172618,55.33],[172619,172620,67.76],[172621,172621,64.9],[172622,172622,65.78],[172623,172623,64.57],[172624,172624,64.68],[172625,172625,66.33],[172626,172626,61.6],[172627,172628,62.26],[172629,172629,61.16],[172630,172630,53.35],[172631,172632,64.68],[172633,172633,55.77],[172634,172635,63.8],[172636,172636,64.46],[172637,172637,62.7],[172638,172638,62.59],[172639,172639,65.34],[172640,172640,61.38],[172641,172642,63.14],[172643,172644,64.68],[172645,172646,66],[172647,172647,65.56],[172648,172648,60.83],[172649,172649,60.94],[172650,172650,65.78],[172651,172652,57.2],[172653,172653,62.04],[172654,172654,64.24],[172655,172656,62.48],[172657,172657,65.34],[172658,172659,64.46],[172660,172660,66.66],[172661,172661,65.78],[172662,172663,66.22],[172664,172664,67.1],[172665,172665,60.5],[172666,172668,63.58],[172669,172670,65.89],[172671,172671,66.77],[172672,172672,66],[172673,172674,56.98],[172675,172675,58.19],[172676,172677,64.35],[172678,172678,67.1],[172679,172680,60.39],[172681,172681,59.51],[172682,172683,65.34],[172684,172684,59.84],[172685,172685,67.21],[172686,172687,62.92],[172688,172688,61.93],[172689,172690,62.15],[172691,172691,63.47],[172692,172692,57.31],[172693,172694,62.04],[172695,172695,63.91],[172696,172698,64.79],[172699,172699,66.44],[172700,172702,58.74],[172703,172704,62.26],[172705,172705,57.86],[172706,172706,61.38],[172707,172708,50.82],[172709,172709,63.69],[172710,172711,62.81],[172712,172712,64.9],[172713,172714,65.78],[172715,172715,53.68],[172716,172717,60.06],[172718,172718,59.51],[172719,172720,63.14],[172721,172721,63.03],[172722,172722,64.24],[172723,172724,63.58],[172725,172725,62.7],[172726,172726,65.01],[172727,172728,64.35],[172729,172729,63.58],[172730,172730,62.92],[172731,172731,62.81],[172732,172732,64.9],[172733,172733,65.12],[172734,172734,64.79],[172735,172735,64.68],[172736,172736,63.36],[172737,172738,63.8],[172739,172739,64.68],[172740,172740,60.39],[172741,172743,63.14],[172744,172745,62.37],[172746,172746,57.97],[172747,172748,58.85],[172749,172749,66.22],[172750,172751,64.57],[172752,172752,61.27],[172753,172754,64.35],[172755,172755,54.56],[172756,172756,62.04],[172757,172758,66.77],[172759,172759,57.31],[172760,172760,61.6],[172761,172762,62.59],[172763,172763,62.92],[172764,172765,61.82],[172766,172766,65.34],[172767,172768,61.49],[172769,172769,65.45],[172770,172771,65.01],[172772,172772,64.13],[172773,172774,55.11],[172775,172775,63.91],[172776,172777,63.58],[172778,172778,53.68],[172779,172780,61.27],[172781,172781,66.66],[172782,172783,63.25],[172784,172784,59.4],[172785,172786,62.37],[172787,172787,62.48],[172788,172788,66.66],[172789,172790,63.69],[172791,172791,57.75],[172792,172793,62.15],[172794,172795,61.27],[172796,172797,55.33],[172798,172799,63.14],[172800,172800,64.79],[172801,172802,58.74],[172803,172803,56.76],[172804,172804,56.65],[172805,172805,56.76],[172806,172806,64.46],[172807,172807,57.09],[172808,172808,57.2],[172809,172809,62.26],[172810,172811,66.33],[172812,172812,61.82],[172813,172814,66.99],[172815,172815,66.11],[172816,172816,61.82],[172817,172818,59.4],[172819,172819,60.94],[172820,172821,53.68],[172822,172822,55.77],[172823,172823,64.02],[172824,172825,60.39],[172826,172826,59.07],[172827,172828,64.57],[172829,172829,58.19],[172830,172830,66.33],[172831,172832,61.49],[172833,172833,64.79],[172834,172835,62.7],[172836,172836,65.45],[172837,172838,63.03],[172839,172839,60.94],[172840,172841,64.46],[172842,172842,56.54],[172843,172844,58.52],[172845,172845,61.82],[172846,172847,59.73],[172848,172848,57.42],[172849,172849,64.24],[172850,172851,64.35],[172852,172852,62.81],[172853,172853,59.4],[172854,172855,60.39],[172856,172856,66.44],[172857,172858,62.48],[172859,172859,64.68],[172860,172860,64.46],[172861,172861,60.72],[172862,172862,60.61],[172863,172863,67.32],[172864,172864,62.81],[172865,172866,60.72],[172867,172867,56.54],[172868,172869,64.02],[172870,172870,61.6],[172871,172872,63.03],[172873,172873,56.87],[172874,172875,64.13],[172876,172876,54.12],[172877,172877,66.66],[172878,172879,63.8],[172880,172880,58.52],[172881,172881,66],[172882,172883,65.12],[172884,172884,60.17],[172885,172887,65.23],[172888,172888,64.02],[172889,172889,64.46],[172890,172890,64.35],[172891,172891,59.73],[172892,172893,67.1],[172894,172894,54.45],[172895,172896,60.72],[172897,172897,64.57],[172898,172899,66.33],[172900,172900,65.67],[172901,172901,61.38],[172902,172903,64.02],[172904,172904,65.12],[172905,172905,65.34],[172906,172907,55.33],[172908,172909,65.23],[172910,172911,64.13],[172912,172912,60.06],[172913,172914,62.37],[172915,172915,62.92],[172916,172917,55],[172918,172918,61.71],[172919,172920,60.61],[172921,172921,58.41],[172922,172923,59.18],[172924,172925,63.47],[172926,172927,62.15],[172928,172928,63.8],[172929,172930,63.36],[172931,172931,58.08],[172932,172932,64.35],[172933,172934,50.49],[172935,172935,62.26],[172936,172936,49.94],[172937,172938,63.91],[172939,172939,64.35],[172940,172941,63.25],[172942,172942,59.95],[172943,172943,58.85],[172944,172944,58.96],[172945,172945,62.92],[172946,172947,63.91],[172948,172948,64.9],[172949,172950,61.82],[172951,172951,65.67],[172952,172953,55.55],[172954,172954,56.32],[172955,172955,63.69],[172956,172957,59.4],[172958,172958,64.46],[172959,172959,61.05],[172960,172961,64.13],[172962,172962,64.68],[172963,172964,65.34],[172965,172965,62.26],[172966,172967,63.25],[172968,172968,63.8],[172969,172970,66],[172971,172971,62.15],[172972,172973,64.02],[172974,172974,68.2],[172975,172976,61.38],[172977,172977,62.15],[172978,172978,60.28],[172979,172980,63.69],[172981,172981,58.85],[172982,172982,64.57],[172983,172984,58.85],[172985,172985,58.19],[172986,172986,62.48],[172987,172988,62.26],[172989,172989,61.27],[172990,172990,58.74],[172991,172991,58.63],[172992,172992,58.52],[172993,172994,54.01],[172995,172995,64.9],[172996,172997,58.19],[172998,172998,65.12],[172999,173000,62.59],[173001,173001,63.47],[173002,173003,53.02],[173004,173004,60.39],[173005,173005,66.55],[173006,173007,62.92],[173008,173008,63.69],[173009,173010,65.56],[173011,173011,66],[173012,173012,61.6],[173013,173014,61.38],[173015,173015,57.86],[173016,173017,65.78],[173018,173018,67.54],[173019,173020,55.11],[173021,173021,66],[173022,173023,57.31],[173024,173024,60.83],[173025,173026,58.3],[173027,173027,62.48],[173028,173028,64.68],[173029,173030,61.27],[173031,173031,66.33],[173032,173032,66.99],[173033,173034,64.46],[173035,173035,64.9],[173036,173036,63.47],[173037,173038,63.25],[173039,173039,65.01],[173040,173040,64.02],[173041,173042,53.68],[173043,173043,61.16],[173044,173045,58.3],[173046,173046,65.01],[173047,173048,59.18],[173049,173049,56.87],[173050,173051,62.15],[173052,173052,65.67],[173053,173054,57.97],[173055,173055,64.24],[173056,173056,65.01],[173057,173058,64.79],[173059,173059,62.92],[173060,173060,54.23],[173061,173062,54.12],[173063,173063,56.98],[173064,173064,58.19],[173065,173066,63.8],[173067,173067,65.45],[173068,173068,64.57],[173069,173070,60.17],[173071,173071,55.99],[173072,173073,59.73],[173074,173074,61.6],[173075,173076,64.24],[173077,173077,66.11],[173078,173079,60.72],[173080,173080,65.12],[173081,173082,64.13],[173083,173083,65.12],[173084,173084,64.9],[173085,173086,65.56],[173087,173087,65.45],[173088,173089,59.07],[173090,173090,65.34],[173091,173091,60.94],[173092,173093,64.24],[173094,173094,60.61],[173095,173095,63.58],[173096,173097,65.45],[173098,173098,67.32],[173099,173100,65.67],[173101,173101,57.31],[173102,173103,64.35],[173104,173104,61.38],[173105,173105,62.04],[173106,173107,67.21],[173108,173108,63.8],[173109,173109,63.36],[173110,173111,64.57],[173112,173112,66.11],[173113,173114,65.45],[173115,173115,58.19],[173116,173116,62.15],[173117,173117,62.26],[173118,173118,58.41],[173119,173119,59.18],[173120,173120,59.07],[173121,173121,57.75],[173122,173123,66.22],[173124,173124,62.48],[173125,173126,63.91],[173127,173127,64.68],[173128,173129,64.9],[173130,173130,67.54],[173131,173131,60.72],[173132,173132,60.61],[173133,173133,54.89],[173134,173134,64.9],[173135,173136,66.77],[173137,173137,66.22],[173138,173139,59.95],[173140,173140,65.67],[173141,173141,67.43],[173142,173143,59.51],[173144,173144,63.25],[173145,173145,66.77],[173146,173147,57.53],[173148,173148,64.35],[173149,173149,63.69],[173150,173150,58.3],[173151,173151,58.08],[173152,173152,53.9],[173153,173153,63.14],[173154,173155,63.58],[173156,173156,61.93],[173157,173158,65.67],[173159,173159,64.24],[173160,173161,65.45],[173162,173162,67.43],[173163,173163,57.42],[173164,173165,59.84],[173166,173166,62.7],[173167,173168,62.37],[173169,173169,62.92],[173170,173171,55.44],[173172,173172,65.01],[173173,173173,63.8],[173174,173175,61.05],[173176,173176,64.35],[173177,173177,62.81],[173178,173179,66.22],[173180,173180,61.49],[173181,173181,65.67],[173182,173183,61.16],[173184,173184,62.59],[173185,173185,60.39],[173186,173187,65.56],[173188,173188,51.92],[173189,173190,56.21],[173191,173191,64.24],[173192,173193,55.22],[173194,173194,63.8],[173195,173196,57.09],[173197,173199,110],[173200,173200,20.35],[173201,173201,43.45],[173202,173202,40.92],[173203,173203,41.58],[173204,173204,55.77],[173205,173205,55.44],[173206,173206,56.98],[173207,173207,57.42],[173208,173208,57.97],[173209,173209,60.5],[173210,173210,63.58],[173211,173211,34.87],[173212,173212,57.2],[173213,173213,62.48],[173214,173214,46.75],[173215,173215,55.44],[173216,173216,51.7],[173217,173217,63.69],[173218,173219,75.2],[173220,173220,59.18],[173221,173221,62.92],[173222,173222,67.54],[173223,173223,63.69],[173224,173224,63.8],[173225,173225,54.01],[173226,173226,64.13],[173227,173227,66.66],[173228,173228,66.22],[173229,173229,65.78],[173230,173230,65.12],[173231,173231,51.92],[173232,173232,42.68],[173233,173233,42.79],[173234,173234,40.15],[173235,173235,64.57],[173236,173236,75.2],[173237,173237,65.89],[173238,173238,66.22],[173239,173239,66.77],[173240,173240,56.43],[173241,173241,64.13],[173242,173242,58.85],[173243,173243,53.35],[173244,173244,64.68],[173245,173245,66.33],[173246,173246,63.47],[173247,173247,59.18],[173248,173248,58.74],[173249,173249,75.2],[173250,173250,60.06],[173251,173251,64.57],[173252,173252,55.55],[173253,173253,75.2],[173254,173254,40.7],[173255,173263,79.44],[173264,173264,69.99],[173265,173266,64.18],[173267,173267,77.08],[173268,173269,70.42],[173270,173270,74.17],[173271,173272,72.94],[173273,173273,54.14],[173274,173275,71.65],[173276,173276,63.33],[173277,173278,60.85],[173279,173279,86.69],[173280,173280,77.93],[173281,173281,64.18],[173282,173284,66.66],[173285,173286,79.98],[173287,173287,75.84],[173288,173288,74.17],[173289,173289,54.14],[173290,173290,104.15],[173291,173292,67.08],[173293,173293,69.99],[173294,173295,79.98],[173296,173297,63.33],[173298,173298,26.64],[173299,173299,80.83],[173300,173301,73.32],[173302,173302,64.18],[173303,173303,77.08],[173304,173305,33.35],[173306,173307,60.21],[173308,173309,33.35],[173310,173310,60.42],[173311,173311,73.32],[173312,173631,79.44],[173632,173632,82.28],[173633,173633,61.16],[173634,173634,82.28],[173635,173635,61.16],[173636,173636,81.73],[173637,173637,49.94],[173638,173638,34.21],[173639,173639,28.6],[173640,173640,78.1],[173641,173641,62.92],[173642,173643,63.58],[173644,173644,99.33],[173645,173645,77.99],[173646,173646,77.66],[173647,173647,65.34],[173648,173648,103.73],[173649,173649,89.98],[173650,173650,88.99],[173651,173651,76.78],[173652,173652,112.42],[173653,173653,88.66],[173654,173654,102.96],[173655,173655,81.95],[173656,173656,79.97],[173657,173657,61.82],[173658,173658,78.1],[173659,173659,66.22],[173660,173660,101.86],[173661,173661,87.12],[173662,173662,79.75],[173663,173663,70.18],[173664,173664,79.31],[173665,173665,65.12],[173666,173666,84.59],[173667,173667,76.01],[173668,173668,78.76],[173669,173669,70.95],[173670,173670,114.84],[173671,173671,102.96],[173672,173672,79.2],[173673,173673,63.03],[173674,173674,79.2],[173675,173675,63.03],[173676,173676,104.5],[173677,173677,77.77],[173678,173678,75.02],[173679,173682,0],[173683,173683,55.44],[173684,173693,0],[173694,173695,55],[173696,173696,84.59],[173697,173697,72.93],[173698,173698,47.74],[173699,173699,38.06],[173700,173700,138.6],[173701,173701,121.88],[173702,173702,100.54],[173703,173704,84.59],[173705,173705,72.93],[173706,173706,86.79],[173707,173707,74.36],[173708,173708,62.37],[173709,173709,59.07],[173710,173710,79.97],[173711,173711,69.3],[173712,173712,67.32],[173713,173713,59.07],[173714,173714,92.73],[173715,173715,80.08],[173716,173716,76.45],[173717,173717,64.13],[173718,173718,99.77],[173719,173719,87.01],[173720,173720,86.46],[173721,173721,73.48],[173722,173722,57.86],[173723,173723,49.5],[173724,173724,21.56],[173725,173725,18.59],[173726,173727,0],[173728,173790,79.44],[194560,194814,79.44],[194815,194815,86.9],[194816,195102,110],[917504,917504,0],[917505,917511,36.63],[917512,917512,0],[917513,917517,38.67],[917518,917532,36.63],[917533,917533,0],[917534,917535,36.63],[917536,917536,38.67],[917537,917537,43.29],[917538,917538,50.49],[917539,917539,90.02],[917540,917540,69.93],[917541,917541,118.38],[917542,917542,79.92],[917543,917543,29.54],[917544,917545,49.95],[917546,917546,69.93],[917547,917547,90.02],[917548,917548,40.01],[917549,917549,49.95],[917550,917550,40.01],[917551,917551,49.95],[917552,917561,69.93],[917562,917563,49.95],[917564,917566,90.02],[917567,917567,60],[917568,917568,110],[917569,917569,75.2],[917570,917570,75.41],[917571,917571,76.81],[917572,917572,84.76],[917573,917573,69.56],[917574,917574,63.22],[917575,917575,85.29],[917576,917576,82.66],[917577,917577,46.3],[917578,917578,50],[917579,917579,76.22],[917580,917580,61.23],[917581,917581,92.71],[917582,917582,82.29],[917583,917583,86.58],[917584,917584,66.33],[917585,917585,86.58],[917586,917586,76.48],[917587,917587,75.2],[917588,917588,67.78],[917589,917589,80.51],[917590,917590,75.2],[917591,917591,108.76],[917592,917592,75.36],[917593,917593,67.68],[917594,917594,75.36],[917595,917597,49.95],[917598,917598,90.02],[917599,917600,69.93],[917601,917601,66.06],[917602,917602,68.54],[917603,917603,57.31],[917604,917604,68.54],[917605,917605,65.53],[917606,917606,38.67],[917607,917607,68.54],[917608,917608,69.61],[917609,917609,30.19],[917610,917610,37.87],[917611,917611,65.1],[917612,917612,30.19],[917613,917613,106.99],[917614,917614,69.61],[917615,917615,66.76],[917616,917617,68.54],[917618,917618,46.94],[917619,917619,57.31],[917620,917620,43.34],[917621,917621,69.61],[917622,917622,65.1],[917623,917623,90.02],[917624,917625,65.1],[917626,917626,57.79],[917627,917627,69.82],[917628,917628,49.95],[917629,917629,69.82],[917630,917630,90.02]] \ No newline at end of file